--- linux-lowlatency-hwe-6.2-6.2.0.orig/Documentation/ABI/testing/configfs-usb-gadget-uvc +++ linux-lowlatency-hwe-6.2-6.2.0/Documentation/ABI/testing/configfs-usb-gadget-uvc @@ -52,7 +52,7 @@ KernelVersion: 4.0 Description: Default output terminal descriptors - All attributes read only: + All attributes read only except bSourceID: ============== ============================================= iTerminal index of string descriptor --- linux-lowlatency-hwe-6.2-6.2.0.orig/Documentation/ABI/testing/ima_policy +++ linux-lowlatency-hwe-6.2-6.2.0/Documentation/ABI/testing/ima_policy @@ -26,7 +26,7 @@ [uid=] [euid=] [gid=] [egid=] [fowner=] [fgroup=]] lsm: [[subj_user=] [subj_role=] [subj_type=] - [obj_user=] [obj_role=] [obj_type=]] + [obj_user=] [obj_role=] [obj_type=] [lsm=]] option: [digest_type=] [template=] [permit_directio] [appraise_type=] [appraise_flag=] [appraise_algos=] [keyrings=] @@ -138,6 +138,12 @@ measure subj_user=_ func=FILE_CHECK mask=MAY_READ + It is possible to explicitly specify which security + module a rule applies to using lsm=. If the security + module specified is not active on the system the rule + will be rejected. If lsm= is not specified the first + security module registered on the system will be assumed. + Example of measure rules using alternate PCRs:: measure func=KEXEC_KERNEL_CHECK pcr=4 --- linux-lowlatency-hwe-6.2-6.2.0.orig/Documentation/ABI/testing/sysfs-devices-system-cpu +++ linux-lowlatency-hwe-6.2-6.2.0/Documentation/ABI/testing/sysfs-devices-system-cpu @@ -513,17 +513,18 @@ cpu_capacity: capacity of cpuX. What: /sys/devices/system/cpu/vulnerabilities + /sys/devices/system/cpu/vulnerabilities/gather_data_sampling + /sys/devices/system/cpu/vulnerabilities/itlb_multihit + /sys/devices/system/cpu/vulnerabilities/l1tf + /sys/devices/system/cpu/vulnerabilities/mds /sys/devices/system/cpu/vulnerabilities/meltdown + /sys/devices/system/cpu/vulnerabilities/mmio_stale_data + /sys/devices/system/cpu/vulnerabilities/retbleed + /sys/devices/system/cpu/vulnerabilities/spec_store_bypass /sys/devices/system/cpu/vulnerabilities/spectre_v1 /sys/devices/system/cpu/vulnerabilities/spectre_v2 - /sys/devices/system/cpu/vulnerabilities/spec_store_bypass - /sys/devices/system/cpu/vulnerabilities/l1tf - /sys/devices/system/cpu/vulnerabilities/mds /sys/devices/system/cpu/vulnerabilities/srbds /sys/devices/system/cpu/vulnerabilities/tsx_async_abort - /sys/devices/system/cpu/vulnerabilities/itlb_multihit - /sys/devices/system/cpu/vulnerabilities/mmio_stale_data - /sys/devices/system/cpu/vulnerabilities/retbleed Date: January 2018 Contact: Linux kernel mailing list Description: Information about CPU vulnerabilities --- linux-lowlatency-hwe-6.2-6.2.0.orig/Documentation/ABI/testing/sysfs-driver-eud +++ linux-lowlatency-hwe-6.2-6.2.0/Documentation/ABI/testing/sysfs-driver-eud @@ -1,4 +1,4 @@ -What: /sys/bus/platform/drivers/eud/.../enable +What: /sys/bus/platform/drivers/qcom_eud/.../enable Date: February 2022 Contact: Souradeep Chowdhury Description: --- linux-lowlatency-hwe-6.2-6.2.0.orig/Documentation/ABI/testing/sysfs-module +++ linux-lowlatency-hwe-6.2-6.2.0/Documentation/ABI/testing/sysfs-module @@ -60,3 +60,14 @@ C staging driver module E unsigned module == ===================== + +What: /sys/module/grant_table/parameters/free_per_iteration +Date: July 2023 +KernelVersion: 6.5 but backported to all supported stable branches +Contact: Xen developer discussion +Description: Read and write number of grant entries to attempt to free per iteration. + + Note: Future versions of Xen and Linux may provide a better + interface for controlling the rate of deferred grant reclaim + or may not need it at all. +Users: Qubes OS (https://www.qubes-os.org) --- linux-lowlatency-hwe-6.2-6.2.0.orig/Documentation/Makefile +++ linux-lowlatency-hwe-6.2-6.2.0/Documentation/Makefile @@ -92,7 +92,7 @@ fi htmldocs: - @$(srctree)/scripts/sphinx-pre-install --version-check + @$(srctree)/scripts/sphinx-pre-install --version-check --no-virtualenv @+$(foreach var,$(SPHINXDIRS),$(call loop_cmd,sphinx,html,$(var),,$(var))) texinfodocs: --- linux-lowlatency-hwe-6.2-6.2.0.orig/Documentation/accounting/psi.rst +++ linux-lowlatency-hwe-6.2-6.2.0/Documentation/accounting/psi.rst @@ -105,6 +105,10 @@ after which monitors are most likely not needed and psi averages can be used instead. +Unprivileged users can also create monitors, with the only limitation that the +window size must be a multiple of 2s, in order to prevent excessive resource +usage. + When activated, psi monitor stays active for at least the duration of one tracking window to avoid repeated activations/deactivations when system is bouncing in and out of the stall state. --- linux-lowlatency-hwe-6.2-6.2.0.orig/Documentation/admin-guide/cgroup-v1/memory.rst +++ linux-lowlatency-hwe-6.2-6.2.0/Documentation/admin-guide/cgroup-v1/memory.rst @@ -86,6 +86,8 @@ memory.swappiness set/show swappiness parameter of vmscan (See sysctl's vm.swappiness) memory.move_charge_at_immigrate set/show controls of moving charges + This knob is deprecated and shouldn't be + used. memory.oom_control set/show oom controls. memory.numa_stat show the number of memory usage per numa node @@ -717,8 +719,15 @@ It is recommended to set the soft limit always below the hard limit, otherwise the hard limit will take precedence. -8. Move charges at task migration -================================= +8. Move charges at task migration (DEPRECATED!) +=============================================== + +THIS IS DEPRECATED! + +It's expensive and unreliable! It's better practice to launch workload +tasks directly from inside their target cgroup. Use dedicated workload +cgroups to allow fine-grained policy adjustments without having to +move physical pages between control domains. Users can move charges associated with a task along with task migration, that is, uncharge task's pages from the old cgroup and charge them to the new cgroup. --- linux-lowlatency-hwe-6.2-6.2.0.orig/Documentation/admin-guide/hw-vuln/gather_data_sampling.rst +++ linux-lowlatency-hwe-6.2-6.2.0/Documentation/admin-guide/hw-vuln/gather_data_sampling.rst @@ -0,0 +1,109 @@ +.. SPDX-License-Identifier: GPL-2.0 + +GDS - Gather Data Sampling +========================== + +Gather Data Sampling is a hardware vulnerability which allows unprivileged +speculative access to data which was previously stored in vector registers. + +Problem +------- +When a gather instruction performs loads from memory, different data elements +are merged into the destination vector register. However, when a gather +instruction that is transiently executed encounters a fault, stale data from +architectural or internal vector registers may get transiently forwarded to the +destination vector register instead. This will allow a malicious attacker to +infer stale data using typical side channel techniques like cache timing +attacks. GDS is a purely sampling-based attack. + +The attacker uses gather instructions to infer the stale vector register data. +The victim does not need to do anything special other than use the vector +registers. The victim does not need to use gather instructions to be +vulnerable. + +Because the buffers are shared between Hyper-Threads cross Hyper-Thread attacks +are possible. + +Attack scenarios +---------------- +Without mitigation, GDS can infer stale data across virtually all +permission boundaries: + + Non-enclaves can infer SGX enclave data + Userspace can infer kernel data + Guests can infer data from hosts + Guest can infer guest from other guests + Users can infer data from other users + +Because of this, it is important to ensure that the mitigation stays enabled in +lower-privilege contexts like guests and when running outside SGX enclaves. + +The hardware enforces the mitigation for SGX. Likewise, VMMs should ensure +that guests are not allowed to disable the GDS mitigation. If a host erred and +allowed this, a guest could theoretically disable GDS mitigation, mount an +attack, and re-enable it. + +Mitigation mechanism +-------------------- +This issue is mitigated in microcode. The microcode defines the following new +bits: + + ================================ === ============================ + IA32_ARCH_CAPABILITIES[GDS_CTRL] R/O Enumerates GDS vulnerability + and mitigation support. + IA32_ARCH_CAPABILITIES[GDS_NO] R/O Processor is not vulnerable. + IA32_MCU_OPT_CTRL[GDS_MITG_DIS] R/W Disables the mitigation + 0 by default. + IA32_MCU_OPT_CTRL[GDS_MITG_LOCK] R/W Locks GDS_MITG_DIS=0. Writes + to GDS_MITG_DIS are ignored + Can't be cleared once set. + ================================ === ============================ + +GDS can also be mitigated on systems that don't have updated microcode by +disabling AVX. This can be done by setting gather_data_sampling="force" or +"clearcpuid=avx" on the kernel command-line. + +If used, these options will disable AVX use by turning off XSAVE YMM support. +However, the processor will still enumerate AVX support. Userspace that +does not follow proper AVX enumeration to check both AVX *and* XSAVE YMM +support will break. + +Mitigation control on the kernel command line +--------------------------------------------- +The mitigation can be disabled by setting "gather_data_sampling=off" or +"mitigations=off" on the kernel command line. Not specifying either will default +to the mitigation being enabled. Specifying "gather_data_sampling=force" will +use the microcode mitigation when available or disable AVX on affected systems +where the microcode hasn't been updated to include the mitigation. + +GDS System Information +------------------------ +The kernel provides vulnerability status information through sysfs. For +GDS this can be accessed by the following sysfs file: + +/sys/devices/system/cpu/vulnerabilities/gather_data_sampling + +The possible values contained in this file are: + + ============================== ============================================= + Not affected Processor not vulnerable. + Vulnerable Processor vulnerable and mitigation disabled. + Vulnerable: No microcode Processor vulnerable and microcode is missing + mitigation. + Mitigation: AVX disabled, + no microcode Processor is vulnerable and microcode is missing + mitigation. AVX disabled as mitigation. + Mitigation: Microcode Processor is vulnerable and mitigation is in + effect. + Mitigation: Microcode (locked) Processor is vulnerable and mitigation is in + effect and cannot be disabled. + Unknown: Dependent on + hypervisor status Running on a virtual guest processor that is + affected but with no way to know if host + processor is mitigated or vulnerable. + ============================== ============================================= + +GDS Default mitigation +---------------------- +The updated microcode will enable the mitigation by default. The kernel's +default action is to leave the mitigation enabled. --- linux-lowlatency-hwe-6.2-6.2.0.orig/Documentation/admin-guide/hw-vuln/index.rst +++ linux-lowlatency-hwe-6.2-6.2.0/Documentation/admin-guide/hw-vuln/index.rst @@ -13,9 +13,11 @@ l1tf mds tsx_async_abort - multihit.rst - special-register-buffer-data-sampling.rst - core-scheduling.rst - l1d_flush.rst - processor_mmio_stale_data.rst - cross-thread-rsb.rst + multihit + special-register-buffer-data-sampling + core-scheduling + l1d_flush + processor_mmio_stale_data + cross-thread-rsb + srso + gather_data_sampling --- linux-lowlatency-hwe-6.2-6.2.0.orig/Documentation/admin-guide/hw-vuln/spectre.rst +++ linux-lowlatency-hwe-6.2-6.2.0/Documentation/admin-guide/hw-vuln/spectre.rst @@ -479,8 +479,16 @@ On Intel Skylake-era systems the mitigation covers most, but not all, cases. See :ref:`[3] ` for more details. - On CPUs with hardware mitigation for Spectre variant 2 (e.g. Enhanced - IBRS on x86), retpoline is automatically disabled at run time. + On CPUs with hardware mitigation for Spectre variant 2 (e.g. IBRS + or enhanced IBRS on x86), retpoline is automatically disabled at run time. + + Systems which support enhanced IBRS (eIBRS) enable IBRS protection once at + boot, by setting the IBRS bit, and they're automatically protected against + Spectre v2 variant attacks, including cross-thread branch target injections + on SMT systems (STIBP). In other words, eIBRS enables STIBP too. + + Legacy IBRS systems clear the IBRS bit on exit to userspace and + therefore explicitly enable STIBP for that The retpoline mitigation is turned on by default on vulnerable CPUs. It can be forced on or off by the administrator @@ -504,9 +512,12 @@ For Spectre variant 2 mitigation, individual user programs can be compiled with return trampolines for indirect branches. This protects them from consuming poisoned entries in the branch - target buffer left by malicious software. Alternatively, the - programs can disable their indirect branch speculation via prctl() - (See :ref:`Documentation/userspace-api/spec_ctrl.rst `). + target buffer left by malicious software. + + On legacy IBRS systems, at return to userspace, implicit STIBP is disabled + because the kernel clears the IBRS bit. In this case, the userspace programs + can disable indirect branch speculation via prctl() (See + :ref:`Documentation/userspace-api/spec_ctrl.rst `). On x86, this will turn on STIBP to guard against attacks from the sibling thread when the user program is running, and use IBPB to flush the branch target buffer when switching to/from the program. --- linux-lowlatency-hwe-6.2-6.2.0.orig/Documentation/admin-guide/hw-vuln/srso.rst +++ linux-lowlatency-hwe-6.2-6.2.0/Documentation/admin-guide/hw-vuln/srso.rst @@ -0,0 +1,150 @@ +.. SPDX-License-Identifier: GPL-2.0 + +Speculative Return Stack Overflow (SRSO) +======================================== + +This is a mitigation for the speculative return stack overflow (SRSO) +vulnerability found on AMD processors. The mechanism is by now the well +known scenario of poisoning CPU functional units - the Branch Target +Buffer (BTB) and Return Address Predictor (RAP) in this case - and then +tricking the elevated privilege domain (the kernel) into leaking +sensitive data. + +AMD CPUs predict RET instructions using a Return Address Predictor (aka +Return Address Stack/Return Stack Buffer). In some cases, a non-architectural +CALL instruction (i.e., an instruction predicted to be a CALL but is +not actually a CALL) can create an entry in the RAP which may be used +to predict the target of a subsequent RET instruction. + +The specific circumstances that lead to this varies by microarchitecture +but the concern is that an attacker can mis-train the CPU BTB to predict +non-architectural CALL instructions in kernel space and use this to +control the speculative target of a subsequent kernel RET, potentially +leading to information disclosure via a speculative side-channel. + +The issue is tracked under CVE-2023-20569. + +Affected processors +------------------- + +AMD Zen, generations 1-4. That is, all families 0x17 and 0x19. Older +processors have not been investigated. + +System information and options +------------------------------ + +First of all, it is required that the latest microcode be loaded for +mitigations to be effective. + +The sysfs file showing SRSO mitigation status is: + + /sys/devices/system/cpu/vulnerabilities/spec_rstack_overflow + +The possible values in this file are: + + * 'Not affected': + + The processor is not vulnerable + + * 'Vulnerable: no microcode': + + The processor is vulnerable, no microcode extending IBPB + functionality to address the vulnerability has been applied. + + * 'Mitigation: microcode': + + Extended IBPB functionality microcode patch has been applied. It does + not address User->Kernel and Guest->Host transitions protection but it + does address User->User and VM->VM attack vectors. + + Note that User->User mitigation is controlled by how the IBPB aspect in + the Spectre v2 mitigation is selected: + + * conditional IBPB: + + where each process can select whether it needs an IBPB issued + around it PR_SPEC_DISABLE/_ENABLE etc, see :doc:`spectre` + + * strict: + + i.e., always on - by supplying spectre_v2_user=on on the kernel + command line + + (spec_rstack_overflow=microcode) + + * 'Mitigation: safe RET': + + Software-only 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 + + * 'Mitigation: IBPB': + + Similar protection as "safe RET" above but employs an IBPB barrier on + privilege domain crossings (User->Kernel, Guest->Host). + + (spec_rstack_overflow=ibpb) + + * 'Mitigation: IBPB on VMEXIT': + + Mitigation addressing the cloud provider scenario - the Guest->Host + transitions only. + + (spec_rstack_overflow=ibpb-vmexit) + + + +In order to exploit vulnerability, an attacker needs to: + + - gain local access on the machine + + - break kASLR + + - find gadgets in the running kernel in order to use them in the exploit + + - potentially create and pin an additional workload on the sibling + thread, depending on the microarchitecture (not necessary on fam 0x19) + + - run the exploit + +Considering the performance implications of each mitigation type, the +default one is 'Mitigation: safe RET' which should take care of most +attack vectors, including the local User->Kernel one. + +As always, the user is advised to keep her/his system up-to-date by +applying software updates regularly. + +The default setting will be reevaluated when needed and especially when +new attack vectors appear. + +As one can surmise, 'Mitigation: safe RET' does come at the cost of some +performance depending on the workload. If one trusts her/his userspace +and does not want to suffer the performance impact, one can always +disable the mitigation with spec_rstack_overflow=off. + +Similarly, 'Mitigation: IBPB' is another full mitigation type employing +an indrect branch prediction barrier after having applied the required +microcode patch for one's system. This mitigation comes also at +a performance cost. + +Mitigation: safe RET +-------------------- + +The mitigation works by ensuring all RET instructions speculate to +a controlled location, similar to how speculation is controlled in the +retpoline sequence. To accomplish this, the __x86_return_thunk forces +the CPU to mispredict every function return using a 'safe return' +sequence. + +To ensure the safety of this mitigation, the kernel must ensure that the +safe return sequence is itself free from attacker interference. In Zen3 +and Zen4, this is accomplished by creating a BTB alias between the +untraining function srso_alias_untrain_ret() and the safe return +function srso_alias_safe_ret() which results in evicting a potentially +poisoned BTB entry and using that safe one for all function returns. + +In older Zen1 and Zen2, this is accomplished using a reinterpretation +technique similar to Retbleed one: srso_untrain_ret() and +srso_safe_ret(). --- linux-lowlatency-hwe-6.2-6.2.0.orig/Documentation/admin-guide/kdump/gdbmacros.txt +++ linux-lowlatency-hwe-6.2-6.2.0/Documentation/admin-guide/kdump/gdbmacros.txt @@ -312,10 +312,10 @@ set var $prev_flags = $info->flags end - set var $id = ($id + 1) & $id_mask if ($id == $end_id) loop_break end + set var $id = ($id + 1) & $id_mask end end document dmesg --- linux-lowlatency-hwe-6.2-6.2.0.orig/Documentation/admin-guide/kernel-parameters.rst +++ linux-lowlatency-hwe-6.2-6.2.0/Documentation/admin-guide/kernel-parameters.rst @@ -128,6 +128,7 @@ KVM Kernel Virtual Machine support is enabled. LIBATA Libata driver is enabled LP Printer support is enabled. + LOONGARCH LoongArch architecture is enabled. LOOP Loopback device support is enabled. M68k M68k architecture is enabled. These options have more detailed description inside of --- linux-lowlatency-hwe-6.2-6.2.0.orig/Documentation/admin-guide/kernel-parameters.txt +++ linux-lowlatency-hwe-6.2-6.2.0/Documentation/admin-guide/kernel-parameters.txt @@ -323,6 +323,7 @@ option with care. pgtbl_v1 - Use v1 page table for DMA-API (Default). pgtbl_v2 - Use v2 page table for DMA-API. + irtcachedis - Disable Interrupt Remapping Table (IRT) caching. amd_iommu_dump= [HW,X86-64] Enable AMD IOMMU driver option to dump the ACPI table @@ -808,6 +809,10 @@ If the dependencies are under your control, you can turn on cpu0_hotplug. + 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 @@ -1606,6 +1611,26 @@ Format: off | on default: on + gather_data_sampling= + [X86,INTEL] Control the Gather Data Sampling (GDS) + mitigation. + + Gather Data Sampling is a hardware vulnerability which + allows unprivileged speculative access to data which was + previously stored in vector registers. + + This issue is mitigated by default in updated microcode. + The mitigation may have a performance impact but can be + disabled. On systems without the microcode mitigation + disabling AVX serves as a mitigation. + + force: Disable AVX to mitigate systems without + microcode mitigation. No effect if the microcode + mitigation is present. Known to cause crashes in + userspace with buggy AVX enumeration. + + off: Disable GDS mitigation. + gcov_persist= [GCOV] When non-zero (default), profiling data for kernel modules is saved and remains accessible via debugfs, even when the module is unloaded/reloaded. @@ -3241,24 +3266,25 @@ Disable all optional CPU mitigations. This improves system performance, but it may also expose users to several CPU vulnerabilities. - Equivalent to: nopti [X86,PPC] - if nokaslr then kpti=0 [ARM64] - nospectre_v1 [X86,PPC] - nobp=0 [S390] - nospectre_v2 [X86,PPC,S390,ARM64] - spectre_v2_user=off [X86] - spec_store_bypass_disable=off [X86,PPC] - ssbd=force-off [ARM64] - nospectre_bhb [ARM64] + Equivalent to: if nokaslr then kpti=0 [ARM64] + gather_data_sampling=off [X86] + kvm.nx_huge_pages=off [X86] l1tf=off [X86] mds=off [X86] - tsx_async_abort=off [X86] - kvm.nx_huge_pages=off [X86] - srbds=off [X86,INTEL] + mmio_stale_data=off [X86] no_entry_flush [PPC] no_uaccess_flush [PPC] - mmio_stale_data=off [X86] + nobp=0 [S390] + nopti [X86,PPC] + nospectre_bhb [ARM64] + nospectre_v1 [X86,PPC] + nospectre_v2 [X86,PPC,S390,ARM64] retbleed=off [X86] + spec_store_bypass_disable=off [X86,PPC] + spectre_v2_user=off [X86] + srbds=off [X86,INTEL] + ssbd=force-off [ARM64] + tsx_async_abort=off [X86] Exceptions: This does not have any effect on @@ -4178,6 +4204,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. @@ -5778,6 +5810,17 @@ Not specifying this option is equivalent to spectre_v2_user=auto. + spec_rstack_overflow= + [X86] Control RAS overflow mitigation on AMD Zen CPUs + + off - Disable mitigation + microcode - Enable microcode mitigation only + safe-ret - Enable sw-only safe RET mitigation (default) + ibpb - Enable mitigation by issuing IBPB on + kernel entry + ibpb-vmexit - Issue IBPB only on VMEXIT + (cloud-specific mitigation) + spec_store_bypass_disable= [HW] Control Speculative Store Bypass (SSB) Disable mitigation (Speculative Store Bypass vulnerability) @@ -6145,10 +6188,6 @@ -1: disable all critical trip points in all thermal zones : override all critical trip points - thermal.nocrt= [HW,ACPI] - Set to disable actions on ACPI thermal zone - critical and hot trip points. - thermal.off= [HW,ACPI] 1: disable ACPI thermal control @@ -6874,6 +6913,12 @@ When enabled, memory and cache locality will be impacted. + writecombine= [LOONGARCH] Control the MAT (Memory Access Type) of + ioremap_wc(). + + on - Enable writecombine, use WUC for ioremap_wc() + off - Disable writecombine, use SUC for ioremap_wc() + x2apic_phys [X86-64,APIC] Use x2apic physical mode instead of default x2apic cluster mode on platforms supporting x2apic. --- linux-lowlatency-hwe-6.2-6.2.0.orig/Documentation/admin-guide/security-bugs.rst +++ linux-lowlatency-hwe-6.2-6.2.0/Documentation/admin-guide/security-bugs.rst @@ -63,31 +63,28 @@ of the report are treated confidentially even after the embargo has been lifted, in perpetuity. -Coordination ------------- +Coordination with other groups +------------------------------ -Fixes for sensitive bugs, such as those that might lead to privilege -escalations, may need to be coordinated with the private - mailing list so that distribution vendors -are well prepared to issue a fixed kernel upon public disclosure of the -upstream fix. Distros will need some time to test the proposed patch and -will generally request at least a few days of embargo, and vendor update -publication prefers to happen Tuesday through Thursday. When appropriate, -the security team can assist with this coordination, or the reporter can -include linux-distros from the start. In this case, remember to prefix -the email Subject line with "[vs]" as described in the linux-distros wiki: - +The kernel security team strongly recommends that reporters of potential +security issues NEVER contact the "linux-distros" mailing list until +AFTER discussing it with the kernel security team. Do not Cc: both +lists at once. You may contact the linux-distros mailing list after a +fix has been agreed on and you fully understand the requirements that +doing so will impose on you and the kernel community. + +The different lists have different goals and the linux-distros rules do +not contribute to actually fixing any potential security problems. CVE assignment -------------- -The security team does not normally assign CVEs, nor do we require them -for reports or fixes, as this can needlessly complicate the process and -may delay the bug handling. If a reporter wishes to have a CVE identifier -assigned ahead of public disclosure, they will need to contact the private -linux-distros list, described above. When such a CVE identifier is known -before a patch is provided, it is desirable to mention it in the commit -message if the reporter agrees. +The security team does not assign CVEs, nor do we require them for +reports or fixes, as this can needlessly complicate the process and may +delay the bug handling. If a reporter wishes to have a CVE identifier +assigned, they should find one by themselves, for example by contacting +MITRE directly. However under no circumstances will a patch inclusion +be delayed to wait for a CVE identifier to arrive. Non-disclosure agreements ------------------------- --- linux-lowlatency-hwe-6.2-6.2.0.orig/Documentation/admin-guide/sysctl/kernel.rst +++ linux-lowlatency-hwe-6.2-6.2.0/Documentation/admin-guide/sysctl/kernel.rst @@ -450,6 +450,35 @@ ``IA64_THREAD_UAC_NOPRINT`` ``prctl`` and avoid logs being flooded. +io_uring_disabled +================= + +Prevents all processes from creating new io_uring instances. Enabling this +shrinks the kernel's attack surface. + += ====================================================================== +0 All processes can create io_uring instances as normal. This is the + default setting. +1 io_uring creation is disabled (io_uring_setup() will fail with + -EPERM) for unprivileged processes not in the io_uring_group group. + Existing io_uring instances can still be used. See the + documentation for io_uring_group for more information. +2 io_uring creation is disabled for all processes. io_uring_setup() + always fails with -EPERM. Existing io_uring instances can still be + used. += ====================================================================== + + +io_uring_group +============== + +When io_uring_disabled is set to 1, a process must either be +privileged (CAP_SYS_ADMIN) or be in the io_uring_group group in order +to create an io_uring instance. If io_uring_group is set to -1 (the +default), only processes with the CAP_SYS_ADMIN capability may create +io_uring instances. + + kexec_load_disabled =================== --- linux-lowlatency-hwe-6.2-6.2.0.orig/Documentation/arm64/silicon-errata.rst +++ linux-lowlatency-hwe-6.2-6.2.0/Documentation/arm64/silicon-errata.rst @@ -52,6 +52,9 @@ | Allwinner | A64/R18 | UNKNOWN1 | SUN50I_ERRATUM_UNKNOWN1 | +----------------+-----------------+-----------------+-----------------------------+ +----------------+-----------------+-----------------+-----------------------------+ +| Ampere | AmpereOne | AC03_CPU_38 | AMPERE_ERRATUM_AC03_CPU_38 | ++----------------+-----------------+-----------------+-----------------------------+ ++----------------+-----------------+-----------------+-----------------------------+ | ARM | Cortex-A510 | #2457168 | ARM64_ERRATUM_2457168 | +----------------+-----------------+-----------------+-----------------------------+ | ARM | Cortex-A510 | #2064142 | ARM64_ERRATUM_2064142 | @@ -140,6 +143,10 @@ +----------------+-----------------+-----------------+-----------------------------+ | ARM | MMU-500 | #841119,826419 | N/A | +----------------+-----------------+-----------------+-----------------------------+ +| ARM | MMU-600 | #1076982,1209401| N/A | ++----------------+-----------------+-----------------+-----------------------------+ +| ARM | MMU-700 | #2268618,2812531| N/A | ++----------------+-----------------+-----------------+-----------------------------+ +----------------+-----------------+-----------------+-----------------------------+ | Broadcom | Brahma-B53 | N/A | ARM64_ERRATUM_845719 | +----------------+-----------------+-----------------+-----------------------------+ @@ -172,6 +179,8 @@ +----------------+-----------------+-----------------+-----------------------------+ | NVIDIA | Carmel Core | N/A | NVIDIA_CARMEL_CNP_ERRATUM | +----------------+-----------------+-----------------+-----------------------------+ +| NVIDIA | T241 GICv3/4.x | T241-FABRIC-4 | N/A | ++----------------+-----------------+-----------------+-----------------------------+ +----------------+-----------------+-----------------+-----------------------------+ | Freescale/NXP | LS2080A/LS1043A | A-008585 | FSL_ERRATUM_A008585 | +----------------+-----------------+-----------------+-----------------------------+ --- linux-lowlatency-hwe-6.2-6.2.0.orig/Documentation/bpf/instruction-set.rst +++ linux-lowlatency-hwe-6.2-6.2.0/Documentation/bpf/instruction-set.rst @@ -99,19 +99,26 @@ BPF_ADD 0x00 dst += src BPF_SUB 0x10 dst -= src BPF_MUL 0x20 dst \*= src -BPF_DIV 0x30 dst /= src +BPF_DIV 0x30 dst = (src != 0) ? (dst / src) : 0 BPF_OR 0x40 dst \|= src BPF_AND 0x50 dst &= src BPF_LSH 0x60 dst <<= src BPF_RSH 0x70 dst >>= src BPF_NEG 0x80 dst = ~src -BPF_MOD 0x90 dst %= src +BPF_MOD 0x90 dst = (src != 0) ? (dst % src) : dst BPF_XOR 0xa0 dst ^= src BPF_MOV 0xb0 dst = src BPF_ARSH 0xc0 sign extending shift right BPF_END 0xd0 byte swap operations (see `Byte swap instructions`_ below) ======== ===== ========================================================== +Underflow and overflow are allowed during arithmetic operations, meaning +the 64-bit or 32-bit value will wrap. If eBPF program execution would +result in division by zero, the destination register is instead set to zero. +If execution would result in modulo by zero, for ``BPF_ALU64`` the value of +the destination register is unchanged whereas for ``BPF_ALU`` the upper +32 bits of the destination register are zeroed. + ``BPF_ADD | BPF_X | BPF_ALU`` means:: dst_reg = (u32) dst_reg + (u32) src_reg; @@ -128,6 +135,11 @@ dst_reg = dst_reg ^ imm32 +Also note that the division and modulo operations are unsigned. Thus, for +``BPF_ALU``, 'imm' is first interpreted as an unsigned 32-bit value, whereas +for ``BPF_ALU64``, 'imm' is first sign extended to 64 bits and the result +interpreted as an unsigned 64-bit value. There are no instructions for +signed division or modulo. Byte swap instructions ~~~~~~~~~~~~~~~~~~~~~~ --- linux-lowlatency-hwe-6.2-6.2.0.orig/Documentation/cgroups/namespace.txt +++ linux-lowlatency-hwe-6.2-6.2.0/Documentation/cgroups/namespace.txt @@ -0,0 +1,142 @@ + CGroup Namespaces + +CGroup Namespace provides a mechanism to virtualize the view of the +/proc//cgroup file. The CLONE_NEWCGROUP clone-flag can be used with +clone() and unshare() syscalls to create a new cgroup namespace. +The process running inside the cgroup namespace will have its /proc//cgroup +output restricted to cgroupns-root. cgroupns-root is the cgroup of the process +at the time of creation of the cgroup namespace. + +Prior to CGroup Namespace, the /proc//cgroup file used to show complete +path of the cgroup of a process. In a container setup (where a set of cgroups +and namespaces are intended to isolate processes), the /proc//cgroup file +may leak potential system level information to the isolated processes. + +For Example: + $ cat /proc/self/cgroup + 0:cpuset,cpu,cpuacct,memory,devices,freezer,hugetlb:/batchjobs/container_id1 + +The path '/batchjobs/container_id1' can generally be considered as system-data +and its desirable to not expose it to the isolated process. + +CGroup Namespaces can be used to restrict visibility of this path. +For Example: + # Before creating cgroup namespace + $ ls -l /proc/self/ns/cgroup + lrwxrwxrwx 1 root root 0 2014-07-15 10:37 /proc/self/ns/cgroup -> cgroup:[4026531835] + $ cat /proc/self/cgroup + 0:cpuset,cpu,cpuacct,memory,devices,freezer,hugetlb:/batchjobs/container_id1 + + # unshare(CLONE_NEWCGROUP) and exec /bin/bash + $ ~/unshare -c + [ns]$ ls -l /proc/self/ns/cgroup + lrwxrwxrwx 1 root root 0 2014-07-15 10:35 /proc/self/ns/cgroup -> cgroup:[4026532183] + # From within new cgroupns, process sees that its in the root cgroup + [ns]$ cat /proc/self/cgroup + 0:cpuset,cpu,cpuacct,memory,devices,freezer,hugetlb:/ + + # From global cgroupns: + $ cat /proc//cgroup + 0:cpuset,cpu,cpuacct,memory,devices,freezer,hugetlb:/batchjobs/container_id1 + + # Unshare cgroupns along with userns and mountns + # Following calls unshare(CLONE_NEWCGROUP|CLONE_NEWUSER|CLONE_NEWNS), then + # sets up uid/gid map and execs /bin/bash + $ ~/unshare -c -u -m + # Originally, we were in /batchjobs/container_id1 cgroup. Mount our own cgroup + # hierarchy. + [ns]$ mount -t cgroup cgroup /tmp/cgroup + [ns]$ ls -l /tmp/cgroup + total 0 + -r--r--r-- 1 root root 0 2014-10-13 09:32 cgroup.controllers + -r--r--r-- 1 root root 0 2014-10-13 09:32 cgroup.populated + -rw-r--r-- 1 root root 0 2014-10-13 09:25 cgroup.procs + -rw-r--r-- 1 root root 0 2014-10-13 09:32 cgroup.subtree_control + +The cgroupns-root (/batchjobs/container_id1 in above example) becomes the +filesystem root for the namespace specific cgroupfs mount. + +The virtualization of /proc/self/cgroup file combined with restricting +the view of cgroup hierarchy by namespace-private cgroupfs mount +should provide a completely isolated cgroup view inside the container. + +In its current form, the cgroup namespaces patcheset provides following +behavior: + +(1) The 'cgroupns-root' for a cgroup namespace is the cgroup in which + the process calling unshare is running. + For ex. if a process in /batchjobs/container_id1 cgroup calls unshare, + cgroup /batchjobs/container_id1 becomes the cgroupns-root. + For the init_cgroup_ns, this is the real root ('/') cgroup + (identified in code as cgrp_dfl_root.cgrp). + +(2) The cgroupns-root cgroup does not change even if the namespace + creator process later moves to a different cgroup. + $ ~/unshare -c # unshare cgroupns in some cgroup + [ns]$ cat /proc/self/cgroup + 0:cpuset,cpu,cpuacct,memory,devices,freezer,hugetlb:/ + [ns]$ mkdir sub_cgrp_1 + [ns]$ echo 0 > sub_cgrp_1/cgroup.procs + [ns]$ cat /proc/self/cgroup + 0:cpuset,cpu,cpuacct,memory,devices,freezer,hugetlb:/sub_cgrp_1 + +(3) Each process gets its CGROUPNS specific view of /proc//cgroup +(a) Processes running inside the cgroup namespace will be able to see + cgroup paths (in /proc/self/cgroup) only inside their root cgroup + [ns]$ sleep 100000 & # From within unshared cgroupns + [1] 7353 + [ns]$ echo 7353 > sub_cgrp_1/cgroup.procs + [ns]$ cat /proc/7353/cgroup + 0:cpuset,cpu,cpuacct,memory,devices,freezer,hugetlb:/sub_cgrp_1 + +(b) From global cgroupns, the real cgroup path will be visible: + $ cat /proc/7353/cgroup + 0:cpuset,cpu,cpuacct,memory,devices,freezer,hugetlb:/batchjobs/container_id1/sub_cgrp_1 + +(c) From a sibling cgroupns (cgroupns root-ed at a different cgroup), cgroup + path relative to its own cgroupns-root will be shown: + # ns2's cgroupns-root is at '/batchjobs/container_id2' + [ns2]$ cat /proc/7353/cgroup + 0:cpuset,cpu,cpuacct,memory,devices,freezer,hugetlb:/../container_id2/sub_cgrp_1 + + Note that the relative path always starts with '/' to indicate that its + relative to the cgroupns-root of the caller. + +(4) Processes inside a cgroupns can move in-and-out of the cgroupns-root + (if they have proper access to external cgroups). + # From inside cgroupns (with cgroupns-root at /batchjobs/container_id1), and + # assuming that the global hierarchy is still accessible inside cgroupns: + $ cat /proc/7353/cgroup + 0:cpuset,cpu,cpuacct,memory,devices,freezer,hugetlb:/sub_cgrp_1 + $ echo 7353 > batchjobs/container_id2/cgroup.procs + $ cat /proc/7353/cgroup + 0:cpuset,cpu,cpuacct,memory,devices,freezer,hugetlb:/../container_id2 + + Note that this kind of setup is not encouraged. A task inside cgroupns + should only be exposed to its own cgroupns hierarchy. Otherwise it makes + the virtualization of /proc//cgroup less useful. + +(5) Setns to another cgroup namespace is allowed when: + (a) the process has CAP_SYS_ADMIN in its current userns + (b) the process has CAP_SYS_ADMIN in the target cgroupns' userns + No implicit cgroup changes happen with attaching to another cgroupns. It + is expected that the somone moves the attaching process under the target + cgroupns-root. + +(6) When some thread from a multi-threaded process unshares its + cgroup-namespace, the new cgroupns gets applied to the entire process (all + the threads). For the unified-hierarchy this is expected as it only allows + process-level containerization. For the legacy hierarchies this may be + unexpected. So all the threads in the process will have the same cgroup. + +(7) The cgroup namespace is alive as long as there is atleast 1 + process inside it. When the last process exits, the cgroup + namespace is destroyed. The cgroupns-root and the actual cgroups + remain though. + +(8) Namespace specific cgroup hierarchy can be mounted by a process running + inside cgroupns: + $ mount -t cgroup -o __DEVEL__sane_behavior cgroup $MOUNT_POINT + + This will mount the unified cgroup hierarchy with cgroupns-root as the + filesystem root. The process needs CAP_SYS_ADMIN in its userns and mntns. --- linux-lowlatency-hwe-6.2-6.2.0.orig/Documentation/dev-tools/gdb-kernel-debugging.rst +++ linux-lowlatency-hwe-6.2-6.2.0/Documentation/dev-tools/gdb-kernel-debugging.rst @@ -39,6 +39,10 @@ this mode. In this case, you should build the kernel with CONFIG_RANDOMIZE_BASE disabled if the architecture supports KASLR. +- Build the gdb scripts (required on kernels v5.1 and above):: + + make scripts_gdb + - Enable the gdb stub of QEMU/KVM, either - at VM startup time by appending "-s" to the QEMU command line --- linux-lowlatency-hwe-6.2-6.2.0.orig/Documentation/devicetree/bindings/ata/ceva,ahci-1v84.yaml +++ linux-lowlatency-hwe-6.2-6.2.0/Documentation/devicetree/bindings/ata/ceva,ahci-1v84.yaml @@ -32,7 +32,7 @@ maxItems: 1 iommus: - maxItems: 1 + maxItems: 4 power-domains: maxItems: 1 --- linux-lowlatency-hwe-6.2-6.2.0.orig/Documentation/devicetree/bindings/display/mediatek/mediatek,ccorr.yaml +++ linux-lowlatency-hwe-6.2-6.2.0/Documentation/devicetree/bindings/display/mediatek/mediatek,ccorr.yaml @@ -32,7 +32,7 @@ - items: - enum: - mediatek,mt8186-disp-ccorr - - const: mediatek,mt8183-disp-ccorr + - const: mediatek,mt8192-disp-ccorr reg: maxItems: 1 --- linux-lowlatency-hwe-6.2-6.2.0.orig/Documentation/devicetree/bindings/display/msm/dsi-controller-main.yaml +++ linux-lowlatency-hwe-6.2-6.2.0/Documentation/devicetree/bindings/display/msm/dsi-controller-main.yaml @@ -66,6 +66,18 @@ Indicates if the DSI controller is driving a panel which needs 2 DSI links. + qcom,master-dsi: + type: boolean + description: | + Indicates if the DSI controller is the master DSI controller when + qcom,dual-dsi-mode enabled. + + qcom,sync-dual-dsi: + type: boolean + description: | + Indicates if the DSI controller needs to sync the other DSI controller + with MIPI DCS commands when qcom,dual-dsi-mode enabled. + assigned-clocks: maxItems: 2 description: | --- linux-lowlatency-hwe-6.2-6.2.0.orig/Documentation/devicetree/bindings/iio/adc/renesas,rcar-gyroadc.yaml +++ linux-lowlatency-hwe-6.2-6.2.0/Documentation/devicetree/bindings/iio/adc/renesas,rcar-gyroadc.yaml @@ -86,7 +86,7 @@ of the MAX chips to the GyroADC, while MISO line of each Maxim ADC connects to a shared input pin of the GyroADC. enum: - - adi,7476 + - adi,ad7476 - fujitsu,mb88101a - maxim,max1162 - maxim,max11100 --- linux-lowlatency-hwe-6.2-6.2.0.orig/Documentation/devicetree/bindings/mtd/jedec,spi-nor.yaml +++ linux-lowlatency-hwe-6.2-6.2.0/Documentation/devicetree/bindings/mtd/jedec,spi-nor.yaml @@ -76,6 +76,13 @@ If "broken-flash-reset" is present then having this property does not make any difference. + spi-cpol: true + spi-cpha: true + +dependencies: + spi-cpol: [ spi-cpha ] + spi-cpha: [ spi-cpol ] + unevaluatedProperties: false examples: --- linux-lowlatency-hwe-6.2-6.2.0.orig/Documentation/devicetree/bindings/power/reset/qcom,pon.yaml +++ linux-lowlatency-hwe-6.2-6.2.0/Documentation/devicetree/bindings/power/reset/qcom,pon.yaml @@ -56,7 +56,6 @@ unevaluatedProperties: false allOf: - - $ref: reboot-mode.yaml# - if: properties: compatible: @@ -66,6 +65,9 @@ - qcom,pms405-pon - qcom,pm8998-pon then: + allOf: + - $ref: reboot-mode.yaml# + properties: reg: maxItems: 1 --- linux-lowlatency-hwe-6.2-6.2.0.orig/Documentation/devicetree/bindings/serial/nxp,sc16is7xx.txt +++ linux-lowlatency-hwe-6.2-6.2.0/Documentation/devicetree/bindings/serial/nxp,sc16is7xx.txt @@ -23,6 +23,9 @@ 1 = active low. - irda-mode-ports: An array that lists the indices of the port that should operate in IrDA mode. +- nxp,modem-control-line-ports: An array that lists the indices of the port that + should have shared GPIO lines configured as + modem control lines. Example: sc16is750: sc16is750@51 { @@ -35,6 +38,26 @@ #gpio-cells = <2>; }; + sc16is752: sc16is752@53 { + compatible = "nxp,sc16is752"; + reg = <0x53>; + clocks = <&clk20m>; + interrupt-parent = <&gpio3>; + interrupts = <7 IRQ_TYPE_EDGE_FALLING>; + nxp,modem-control-line-ports = <1>; /* Port 1 as modem control lines */ + gpio-controller; /* Port 0 as GPIOs */ + #gpio-cells = <2>; + }; + + sc16is752: sc16is752@54 { + compatible = "nxp,sc16is752"; + reg = <0x54>; + clocks = <&clk20m>; + interrupt-parent = <&gpio3>; + interrupts = <7 IRQ_TYPE_EDGE_FALLING>; + nxp,modem-control-line-ports = <0 1>; /* Ports 0 and 1 as modem control lines */ + }; + * spi as bus Required properties: @@ -59,6 +82,9 @@ 1 = active low. - irda-mode-ports: An array that lists the indices of the port that should operate in IrDA mode. +- nxp,modem-control-line-ports: An array that lists the indices of the port that + should have shared GPIO lines configured as + modem control lines. Example: sc16is750: sc16is750@0 { @@ -70,3 +96,23 @@ gpio-controller; #gpio-cells = <2>; }; + + sc16is752: sc16is752@1 { + compatible = "nxp,sc16is752"; + reg = <1>; + clocks = <&clk20m>; + interrupt-parent = <&gpio3>; + interrupts = <7 IRQ_TYPE_EDGE_FALLING>; + nxp,modem-control-line-ports = <1>; /* Port 1 as modem control lines */ + gpio-controller; /* Port 0 as GPIOs */ + #gpio-cells = <2>; + }; + + sc16is752: sc16is752@2 { + compatible = "nxp,sc16is752"; + reg = <2>; + clocks = <&clk20m>; + interrupt-parent = <&gpio3>; + interrupts = <7 IRQ_TYPE_EDGE_FALLING>; + nxp,modem-control-line-ports = <0 1>; /* Ports 0 and 1 as modem control lines */ + }; --- linux-lowlatency-hwe-6.2-6.2.0.orig/Documentation/devicetree/bindings/serial/renesas,scif.yaml +++ linux-lowlatency-hwe-6.2-6.2.0/Documentation/devicetree/bindings/serial/renesas,scif.yaml @@ -92,7 +92,7 @@ - description: Error interrupt - description: Receive buffer full interrupt - description: Transmit buffer empty interrupt - - description: Transmit End interrupt + - description: Break interrupt - items: - description: Error interrupt - description: Receive buffer full interrupt @@ -107,7 +107,7 @@ - const: eri - const: rxi - const: txi - - const: tei + - const: bri - items: - const: eri - const: rxi --- linux-lowlatency-hwe-6.2-6.2.0.orig/Documentation/devicetree/bindings/sound/amlogic,gx-sound-card.yaml +++ linux-lowlatency-hwe-6.2-6.2.0/Documentation/devicetree/bindings/sound/amlogic,gx-sound-card.yaml @@ -62,7 +62,7 @@ description: phandle of the CPU DAI patternProperties: - "^codec-[0-9]+$": + "^codec(-[0-9]+)?$": type: object additionalProperties: false description: |- --- linux-lowlatency-hwe-6.2-6.2.0.orig/Documentation/devicetree/bindings/sound/cirrus,cs35l41.yaml +++ linux-lowlatency-hwe-6.2-6.2.0/Documentation/devicetree/bindings/sound/cirrus,cs35l41.yaml @@ -82,11 +82,19 @@ boost-cap-microfarad. External Boost must have GPIO1 as GPIO output. GPIO1 will be set high to enable boost voltage. + Shared boost allows two amplifiers to share a single boost circuit by + communicating on the MDSYNC bus. The active amplifier controls the boost + circuit using combined data from both amplifiers. GPIO1 should be + configured for Sync when shared boost is used. Shared boost is not + compatible with External boost. Active amplifier requires + boost-peak-milliamp, boost-ind-nanohenry and boost-cap-microfarad. 0 = Internal Boost 1 = External Boost + 2 = Shared Boost Active + 3 = Shared Boost Passive $ref: "/schemas/types.yaml#/definitions/uint32" minimum: 0 - maximum: 1 + maximum: 3 cirrus,gpio1-polarity-invert: description: --- linux-lowlatency-hwe-6.2-6.2.0.orig/Documentation/devicetree/bindings/sound/qcom,lpass-rx-macro.yaml +++ linux-lowlatency-hwe-6.2-6.2.0/Documentation/devicetree/bindings/sound/qcom,lpass-rx-macro.yaml @@ -30,6 +30,7 @@ const: 0 clocks: + minItems: 3 maxItems: 5 clock-names: --- linux-lowlatency-hwe-6.2-6.2.0.orig/Documentation/devicetree/bindings/sound/tas2562.yaml +++ linux-lowlatency-hwe-6.2-6.2.0/Documentation/devicetree/bindings/sound/tas2562.yaml @@ -55,7 +55,9 @@ description: TDM TX current sense time slot. '#sound-dai-cells': - const: 1 + # The codec has a single DAI, the #sound-dai-cells=<1>; case is left in for backward + # compatibility but is deprecated. + enum: [0, 1] required: - compatible @@ -72,7 +74,7 @@ codec: codec@4c { compatible = "ti,tas2562"; reg = <0x4c>; - #sound-dai-cells = <1>; + #sound-dai-cells = <0>; interrupt-parent = <&gpio1>; interrupts = <14>; shutdown-gpios = <&gpio1 15 0>; --- linux-lowlatency-hwe-6.2-6.2.0.orig/Documentation/devicetree/bindings/sound/tas2770.yaml +++ linux-lowlatency-hwe-6.2-6.2.0/Documentation/devicetree/bindings/sound/tas2770.yaml @@ -57,7 +57,9 @@ - 1 # Falling edge '#sound-dai-cells': - const: 1 + # The codec has a single DAI, the #sound-dai-cells=<1>; case is left in for backward + # compatibility but is deprecated. + enum: [0, 1] required: - compatible @@ -74,7 +76,7 @@ codec: codec@41 { compatible = "ti,tas2770"; reg = <0x41>; - #sound-dai-cells = <1>; + #sound-dai-cells = <0>; interrupt-parent = <&gpio1>; interrupts = <14>; reset-gpio = <&gpio1 15 0>; --- linux-lowlatency-hwe-6.2-6.2.0.orig/Documentation/devicetree/bindings/sound/tas27xx.yaml +++ linux-lowlatency-hwe-6.2-6.2.0/Documentation/devicetree/bindings/sound/tas27xx.yaml @@ -50,7 +50,9 @@ description: TDM TX voltage sense time slot. '#sound-dai-cells': - const: 1 + # The codec has a single DAI, the #sound-dai-cells=<1>; case is left in for backward + # compatibility but is deprecated. + enum: [0, 1] required: - compatible @@ -67,7 +69,7 @@ codec: codec@38 { compatible = "ti,tas2764"; reg = <0x38>; - #sound-dai-cells = <1>; + #sound-dai-cells = <0>; interrupt-parent = <&gpio1>; interrupts = <14>; reset-gpios = <&gpio1 15 0>; --- linux-lowlatency-hwe-6.2-6.2.0.orig/Documentation/devicetree/bindings/usb/cdns,usb3.yaml +++ linux-lowlatency-hwe-6.2-6.2.0/Documentation/devicetree/bindings/usb/cdns,usb3.yaml @@ -64,7 +64,7 @@ description: size of memory intended as internal memory for endpoints buffers expressed in KB - $ref: /schemas/types.yaml#/definitions/uint32 + $ref: /schemas/types.yaml#/definitions/uint16 cdns,phyrst-a-enable: description: Enable resetting of PHY if Rx fail is detected --- linux-lowlatency-hwe-6.2-6.2.0.orig/Documentation/devicetree/bindings/usb/genesys,gl850g.yaml +++ linux-lowlatency-hwe-6.2-6.2.0/Documentation/devicetree/bindings/usb/genesys,gl850g.yaml @@ -16,6 +16,7 @@ compatible: enum: - usb5e3,608 + - usb5e3,610 reg: true --- linux-lowlatency-hwe-6.2-6.2.0.orig/Documentation/devicetree/bindings/usb/snps,dwc3.yaml +++ linux-lowlatency-hwe-6.2-6.2.0/Documentation/devicetree/bindings/usb/snps,dwc3.yaml @@ -260,7 +260,7 @@ description: High-Speed PHY interface selection between UTMI+ and ULPI when the DWC_USB3_HSPHY_INTERFACE has value 3. - $ref: /schemas/types.yaml#/definitions/uint8 + $ref: /schemas/types.yaml#/definitions/string enum: [utmi, ulpi] snps,quirk-frame-length-adjustment: --- linux-lowlatency-hwe-6.2-6.2.0.orig/Documentation/fault-injection/provoke-crashes.rst +++ linux-lowlatency-hwe-6.2-6.2.0/Documentation/fault-injection/provoke-crashes.rst @@ -29,7 +29,7 @@ cpoint_name Where in the kernel to trigger the action. It can be one of INT_HARDWARE_ENTRY, INT_HW_IRQ_EN, INT_TASKLET_ENTRY, - FS_DEVRW, MEM_SWAPOUT, TIMERADD, SCSI_QUEUE_RQ, or DIRECT. + FS_SUBMIT_BH, MEM_SWAPOUT, TIMERADD, SCSI_QUEUE_RQ, or DIRECT. cpoint_type Indicates the action to be taken on hitting the crash point. --- linux-lowlatency-hwe-6.2-6.2.0.orig/Documentation/filesystems/autofs-mount-control.rst +++ linux-lowlatency-hwe-6.2-6.2.0/Documentation/filesystems/autofs-mount-control.rst @@ -196,7 +196,7 @@ struct args_ismountpoint ismountpoint; }; - char path[0]; + char path[]; }; The ioctlfd field is a mount point file descriptor of an autofs mount --- linux-lowlatency-hwe-6.2-6.2.0.orig/Documentation/filesystems/autofs.rst +++ linux-lowlatency-hwe-6.2-6.2.0/Documentation/filesystems/autofs.rst @@ -467,7 +467,7 @@ struct args_ismountpoint ismountpoint; }; - char path[0]; + char path[]; }; For the **OPEN_MOUNT** and **IS_MOUNTPOINT** commands, the target --- linux-lowlatency-hwe-6.2-6.2.0.orig/Documentation/filesystems/directory-locking.rst +++ linux-lowlatency-hwe-6.2-6.2.0/Documentation/filesystems/directory-locking.rst @@ -22,12 +22,11 @@ 3) object removal. Locking rules: caller locks parent, finds victim, locks victim and calls the method. Locks are exclusive. -4) rename() that is _not_ cross-directory. Locking rules: caller locks -the parent and finds source and target. In case of exchange (with -RENAME_EXCHANGE in flags argument) lock both. In any case, -if the target already exists, lock it. If the source is a non-directory, -lock it. If we need to lock both, lock them in inode pointer order. -Then call the method. All locks are exclusive. +4) rename() that is _not_ cross-directory. Locking rules: caller locks the +parent and finds source and target. We lock both (provided they exist). If we +need to lock two inodes of different type (dir vs non-dir), we lock directory +first. If we need to lock two inodes of the same type, lock them in inode +pointer order. Then call the method. All locks are exclusive. NB: we might get away with locking the source (and target in exchange case) shared. @@ -44,15 +43,17 @@ rules: * lock the filesystem - * lock parents in "ancestors first" order. + * lock parents in "ancestors first" order. If one is not ancestor of + the other, lock them in inode pointer order. * find source and target. * if old parent is equal to or is a descendent of target fail with -ENOTEMPTY * if new parent is equal to or is a descendent of source fail with -ELOOP - * If it's an exchange, lock both the source and the target. - * If the target exists, lock it. If the source is a non-directory, - lock it. If we need to lock both, do so in inode pointer order. + * Lock both the source and the target provided they exist. If we + need to lock two inodes of different type (dir vs non-dir), we lock + the directory first. If we need to lock two inodes of the same type, + lock them in inode pointer order. * call the method. All ->i_rwsem are taken exclusive. Again, we might get away with locking @@ -66,8 +67,9 @@ Proof: - First of all, at any moment we have a partial ordering of the - objects - A < B iff A is an ancestor of B. + First of all, at any moment we have a linear ordering of the + objects - A < B iff (A is an ancestor of B) or (B is not an ancestor + of A and ptr(A) < ptr(B)). That ordering can change. However, the following is true: --- linux-lowlatency-hwe-6.2-6.2.0.orig/Documentation/filesystems/vfs.rst +++ linux-lowlatency-hwe-6.2-6.2.0/Documentation/filesystems/vfs.rst @@ -1222,7 +1222,7 @@ return -ECHILD and it will be called again in ref-walk mode. -``_weak_revalidate`` +``d_weak_revalidate`` called when the VFS needs to revalidate a "jumped" dentry. This is called when a path-walk ends at dentry that was not acquired by doing a lookup in the parent directory. This includes "/", --- linux-lowlatency-hwe-6.2-6.2.0.orig/Documentation/hwmon/ftsteutates.rst +++ linux-lowlatency-hwe-6.2-6.2.0/Documentation/hwmon/ftsteutates.rst @@ -22,6 +22,10 @@ 8 fans. It also contains an integrated watchdog which is currently implemented in this driver. +The 4 voltages require a board-specific multiplier, since the BMC can +only measure voltages up to 3.3V and thus relies on voltage dividers. +Consult your motherboard manual for details. + To clear a temperature or fan alarm, execute the following command with the correct path to the alarm file:: --- linux-lowlatency-hwe-6.2-6.2.0.orig/Documentation/mm/page_table_check.rst +++ linux-lowlatency-hwe-6.2-6.2.0/Documentation/mm/page_table_check.rst @@ -54,3 +54,22 @@ Optionally, build kernel with PAGE_TABLE_CHECK_ENFORCED in order to have page table support without extra kernel parameter. + +Implementation notes +==================== + +We specifically decided not to use VMA information in order to avoid relying on +MM states (except for limited "struct page" info). The page table check is a +separate from Linux-MM state machine that verifies that the user accessible +pages are not falsely shared. + +PAGE_TABLE_CHECK depends on EXCLUSIVE_SYSTEM_RAM. The reason is that without +EXCLUSIVE_SYSTEM_RAM, users are allowed to map arbitrary physical memory +regions into the userspace via /dev/mem. At the same time, pages may change +their properties (e.g., from anonymous pages to named pages) while they are +still being mapped in the userspace, leading to "corruption" detected by the +page table check. + +Even with EXCLUSIVE_SYSTEM_RAM, I/O pages may be still allowed to be mapped via +/dev/mem. However, these pages are always considered as named pages, so they +won't break the logic used in the page table check. --- linux-lowlatency-hwe-6.2-6.2.0.orig/Documentation/mm/zsmalloc.rst +++ linux-lowlatency-hwe-6.2-6.2.0/Documentation/mm/zsmalloc.rst @@ -68,6 +68,8 @@ the number of pages allocated for the class pages_per_zspage the number of 0-order pages to make a zspage +freeable + the approximate number of pages class compaction can free We assign a zspage to ZS_ALMOST_EMPTY fullness group when n <= N / f, where --- linux-lowlatency-hwe-6.2-6.2.0.orig/Documentation/networking/af_xdp.rst +++ linux-lowlatency-hwe-6.2-6.2.0/Documentation/networking/af_xdp.rst @@ -433,6 +433,15 @@ application to use. The final option is the flags field, but it will be dealt with in separate sections for each UMEM flag. +SO_BINDTODEVICE setsockopt +-------------------------- + +This is a generic SOL_SOCKET option that can be used to tie AF_XDP +socket to a particular network interface. It is useful when a socket +is created by a privileged process and passed to a non-privileged one. +Once the option is set, kernel will refuse attempts to bind that socket +to a different interface. Updating the value requires CAP_NET_RAW. + XDP_STATISTICS getsockopt ------------------------- --- linux-lowlatency-hwe-6.2-6.2.0.orig/Documentation/networking/devlink/index.rst +++ linux-lowlatency-hwe-6.2-6.2.0/Documentation/networking/devlink/index.rst @@ -66,3 +66,4 @@ prestera iosm octeontx2 + t7xx --- linux-lowlatency-hwe-6.2-6.2.0.orig/Documentation/networking/devlink/t7xx.rst +++ linux-lowlatency-hwe-6.2-6.2.0/Documentation/networking/devlink/t7xx.rst @@ -0,0 +1,161 @@ +.. SPDX-License-Identifier: GPL-2.0 + +==================== +t7xx devlink support +==================== + +This document describes the devlink features implemented by the ``t7xx`` +device driver. + +Parameters +========== +The ``t7xx_driver`` driver implements the following driver-specific parameters. + +.. list-table:: Driver-specific parameters implemented + :widths: 5 5 5 85 + + * - Name + - Type + - Mode + - Description + * - ``fastboot`` + - boolean + - driverinit + - Set this param to enter fastboot mode. + +Flash Update +============ + +The ``t7xx`` driver implements the flash update using the ``devlink-flash`` +interface. + +The driver uses DEVLINK_SUPPORT_FLASH_UPDATE_COMPONENT to identify the type of +firmware image that need to be programmed upon the request by user space application. + +The supported list of firmware image types is described below. + +.. list-table:: Firmware Image types + :widths: 15 85 + + * - Name + - Description + * - ``preloader`` + - The first-stage bootloader image + * - ``loader_ext1`` + - Preloader extension image + * - ``tee1`` + - ARM trusted firmware and TEE (Trusted Execution Environment) image + * - ``lk`` + - The second-stage bootloader image + * - ``spmfw`` + - MediaTek in-house ASIC for power management image + * - ``sspm_1`` + - MediaTek in-house ASIC for power management under secure world image + * - ``mcupm_1`` + - MediaTek in-house ASIC for cpu power management image + * - ``dpm_1`` + - MediaTek in-house ASIC for dram power management image + * - ``boot`` + - The kernel and dtb image + * - ``rootfs`` + - Root filesystem image + * - ``md1img`` + - Modem image + * - ``md1dsp`` + - Modem DSP image + * - ``mcf1`` + - Modem OTA image (Modem Configuration Framework) for operators + * - ``mcf2`` + - Modem OTA image (Modem Configuration Framework) for OEM vendors + * - ``mcf3`` + - Modem OTA image (other usage) for OEM configurations + +``t7xx`` driver uses fastboot protocol for fw flashing. In the fw flashing +procedure, fastboot command & response are exchanged between driver and wwan +device. + +The wwan device is put into fastboot mode via devlink reload command, by +passing "driver_reinit" action. + +$ devlink dev reload pci/0000:$bdf action driver_reinit + +Upon completion of fw flashing or coredump collection the wwan device is +reset to normal mode using devlink reload command, by passing "fw_activate" +action. + +$ devlink dev reload pci/0000:$bdf action fw_activate + +Flash Commands: +=============== + +$ devlink dev flash pci/0000:$bdf file preloader_k6880v1_mdot2_datacard.bin component "preloader" + +$ devlink dev flash pci/0000:$bdf file loader_ext-verified.img component "loader_ext1" + +$ devlink dev flash pci/0000:$bdf file tee-verified.img component "tee1" + +$ devlink dev flash pci/0000:$bdf file lk-verified.img component "lk" + +$ devlink dev flash pci/0000:$bdf file spmfw-verified.img component "spmfw" + +$ devlink dev flash pci/0000:$bdf file sspm-verified.img component "sspm_1" + +$ devlink dev flash pci/0000:$bdf file mcupm-verified.img component "mcupm_1" + +$ devlink dev flash pci/0000:$bdf file dpm-verified.img component "dpm_1" + +$ devlink dev flash pci/0000:$bdf file boot-verified.img component "boot" + +$ devlink dev flash pci/0000:$bdf file root.squashfs component "rootfs" + +$ devlink dev flash pci/0000:$bdf file modem-verified.img component "md1img" + +$ devlink dev flash pci/0000:$bdf file dsp-verified.bin component "md1dsp" + +$ devlink dev flash pci/0000:$bdf file OP_OTA.img component "mcf1" + +$ devlink dev flash pci/0000:$bdf file OEM_OTA.img component "mcf2" + +$ devlink dev flash pci/0000:$bdf file DEV_OTA.img component "mcf3" + +Note: Component selects the partition type to be programmed. + +Regions +======= + +The ``t7xx`` driver supports core dump collection when device encounters +an exception. When wwan device encounters an exception, a snapshot of device +internal data will be taken by the driver using fastboot commands. + +Following regions are accessed for device internal data. + +.. list-table:: Regions implemented + :widths: 15 85 + + * - Name + - Description + * - ``mr_dump`` + - The detailed modem component logs are captured in this region + * - ``lk_dump`` + - This region dumps the current snapshot of lk + + +Region commands +=============== + +$ devlink region show + + +$ devlink region new mr_dump + +$ devlink region read mr_dump snapshot 0 address 0 length $len + +$ devlink region del mr_dump snapshot 0 + +$ devlink region new lk_dump + +$ devlink region read lk_dump snapshot 0 address 0 length $len + +$ devlink region del lk_dump snapshot 0 + +Note: $len is actual len to be dumped. --- linux-lowlatency-hwe-6.2-6.2.0.orig/Documentation/networking/ip-sysctl.rst +++ linux-lowlatency-hwe-6.2-6.2.0/Documentation/networking/ip-sysctl.rst @@ -337,6 +337,8 @@ Reserve max(window/2^tcp_app_win, mss) of window for application buffer. Value 0 is special, it means that nothing is reserved. + Possible values are [0, 31], inclusive. + Default: 31 tcp_autocorking - BOOLEAN @@ -1347,8 +1349,8 @@ Restrict ICMP_PROTO datagram sockets to users in the group range. The default is "1 0", meaning, that nobody (not even root) may create ping sockets. Setting it to "100 100" would grant permissions - to the single group. "0 4294967295" would enable it for the world, "100 - 4294967295" would enable it for the users, but not daemons. + to the single group. "0 4294967294" would enable it for the world, "100 + 4294967294" would enable it for the users, but not daemons. tcp_early_demux - BOOLEAN Enable early demux for established TCP sockets. --- linux-lowlatency-hwe-6.2-6.2.0.orig/Documentation/networking/smc-sysctl.rst +++ linux-lowlatency-hwe-6.2-6.2.0/Documentation/networking/smc-sysctl.rst @@ -34,28 +34,3 @@ - 1 - Use virtually contiguous buffers - 2 - Mixed use of the two types. Try physically contiguous buffers first. If not available, use virtually contiguous buffers then. - -smcr_testlink_time - INTEGER - How frequently SMC-R link sends out TEST_LINK LLC messages to confirm - viability, after the last activity of connections on it. Value 0 means - disabling TEST_LINK. - - Default: 30 seconds. - -wmem - INTEGER - Initial size of send buffer used by SMC sockets. - The default value inherits from net.ipv4.tcp_wmem[1]. - - The minimum value is 16KiB and there is no hard limit for max value, but - only allowed 512KiB for SMC-R and 1MiB for SMC-D. - - Default: 16K - -rmem - INTEGER - Initial size of receive buffer (RMB) used by SMC sockets. - The default value inherits from net.ipv4.tcp_rmem[1]. - - The minimum value is 16KiB and there is no hard limit for max value, but - only allowed 512KiB for SMC-R and 1MiB for SMC-D. - - Default: 128K --- linux-lowlatency-hwe-6.2-6.2.0.orig/Documentation/process/changes.rst +++ linux-lowlatency-hwe-6.2-6.2.0/Documentation/process/changes.rst @@ -60,6 +60,7 @@ bc 1.06.95 bc --version Sphinx\ [#f1]_ 1.7 sphinx-build --version cpio any cpio --version +gtags (optional) 6.6.5 gtags --version ====================== =============== ======================================== .. [#f1] Sphinx is needed only to build the Kernel documentation @@ -174,6 +175,12 @@ enabled. You will also need openssl development packages to build kernels 4.3 and higher. +gtags / GNU GLOBAL (optional) +----------------------------- + +The kernel build requires GNU GLOBAL version 6.6.5 or later to generate +tag files through ``make gtags``. This is due to its use of the gtags +``-C (--directory)`` flag. System utilities **************** --- linux-lowlatency-hwe-6.2-6.2.0.orig/Documentation/riscv/vm-layout.rst +++ linux-lowlatency-hwe-6.2-6.2.0/Documentation/riscv/vm-layout.rst @@ -47,7 +47,7 @@ | Kernel-space virtual memory, shared between all processes: ____________________________________________________________|___________________________________________________________ | | | | - ffffffc6fee00000 | -228 GB | ffffffc6feffffff | 2 MB | fixmap + ffffffc6fea00000 | -228 GB | ffffffc6feffffff | 6 MB | fixmap ffffffc6ff000000 | -228 GB | ffffffc6ffffffff | 16 MB | PCI io ffffffc700000000 | -228 GB | ffffffc7ffffffff | 4 GB | vmemmap ffffffc800000000 | -224 GB | ffffffd7ffffffff | 64 GB | vmalloc/ioremap space @@ -83,7 +83,7 @@ | Kernel-space virtual memory, shared between all processes: ____________________________________________________________|___________________________________________________________ | | | | - ffff8d7ffee00000 | -114.5 TB | ffff8d7ffeffffff | 2 MB | fixmap + ffff8d7ffea00000 | -114.5 TB | ffff8d7ffeffffff | 6 MB | fixmap ffff8d7fff000000 | -114.5 TB | ffff8d7fffffffff | 16 MB | PCI io ffff8d8000000000 | -114.5 TB | ffff8f7fffffffff | 2 TB | vmemmap ffff8f8000000000 | -112.5 TB | ffffaf7fffffffff | 32 TB | vmalloc/ioremap space @@ -119,7 +119,7 @@ | Kernel-space virtual memory, shared between all processes: ____________________________________________________________|___________________________________________________________ | | | | - ff1bfffffee00000 | -57 PB | ff1bfffffeffffff | 2 MB | fixmap + ff1bfffffea00000 | -57 PB | ff1bfffffeffffff | 6 MB | fixmap ff1bffffff000000 | -57 PB | ff1bffffffffffff | 16 MB | PCI io ff1c000000000000 | -57 PB | ff1fffffffffffff | 1 PB | vmemmap ff20000000000000 | -56 PB | ff5fffffffffffff | 16 PB | vmalloc/ioremap space --- linux-lowlatency-hwe-6.2-6.2.0.orig/Documentation/sound/hd-audio/models.rst +++ linux-lowlatency-hwe-6.2-6.2.0/Documentation/sound/hd-audio/models.rst @@ -704,7 +704,7 @@ no-jd BIOS setup but without jack-detection intel - Intel DG45* mobos + Intel D*45* mobos dell-m6-amic Dell desktops/laptops with analog mics dell-m6-dmic --- linux-lowlatency-hwe-6.2-6.2.0.orig/Documentation/sphinx/cdomain.py +++ linux-lowlatency-hwe-6.2-6.2.0/Documentation/sphinx/cdomain.py @@ -37,12 +37,29 @@ import sphinx from sphinx import addnodes -from sphinx.domains.c import c_funcptr_sig_re, c_sig_re from sphinx.domains.c import CObject as Base_CObject from sphinx.domains.c import CDomain as Base_CDomain from itertools import chain import re +# fixes https://github.com/sphinx-doc/sphinx/commit/0f49e30c51b5cc5055cda5b4b294c2dd9d1df573#r38750737 + +# pylint: disable=invalid-name +c_sig_re = re.compile( + r'''^([^(]*?) # return type + ([\w:.]+) \s* # thing name (colon allowed for C++) + (?: \((.*)\) )? # optionally arguments + (\s+const)? $ # const specifier + ''', re.VERBOSE) + +c_funcptr_sig_re = re.compile( + r'''^([^(]+?) # return type + (\( [^()]+ \)) \s* # name in parentheses + \( (.*) \) # arguments + (\s+const)? $ # const specifier + ''', re.VERBOSE) +# pylint: enable=invalid-name + __version__ = '1.1' # Get Sphinx version --- linux-lowlatency-hwe-6.2-6.2.0.orig/Documentation/virt/kvm/api.rst +++ linux-lowlatency-hwe-6.2-6.2.0/Documentation/virt/kvm/api.rst @@ -4457,6 +4457,18 @@ :Parameters: struct kvm_s390_cmma_log (in, out) :Returns: 0 on success, a negative value on error +Errors: + + ====== ============================================================= + ENOMEM not enough memory can be allocated to complete the task + ENXIO if CMMA is not enabled + EINVAL if KVM_S390_CMMA_PEEK is not set but migration mode was not enabled + EINVAL if KVM_S390_CMMA_PEEK is not set but dirty tracking has been + disabled (and thus migration mode was automatically disabled) + EFAULT if the userspace address is invalid or if no page table is + present for the addresses (e.g. when using hugepages). + ====== ============================================================= + This ioctl is used to get the values of the CMMA bits on the s390 architecture. It is meant to be used in two scenarios: @@ -4537,12 +4549,6 @@ values points to the userspace buffer where the result will be stored. -This ioctl can fail with -ENOMEM if not enough memory can be allocated to -complete the task, with -ENXIO if CMMA is not enabled, with -EINVAL if -KVM_S390_CMMA_PEEK is not set but migration mode was not enabled, with --EFAULT if the userspace address is invalid or if no page table is -present for the addresses (e.g. when using hugepages). - 4.108 KVM_S390_SET_CMMA_BITS ---------------------------- --- linux-lowlatency-hwe-6.2-6.2.0.orig/Documentation/virt/kvm/devices/vm.rst +++ linux-lowlatency-hwe-6.2-6.2.0/Documentation/virt/kvm/devices/vm.rst @@ -302,6 +302,10 @@ Setting this attribute when migration mode is already active will have no effects. +Dirty tracking must be enabled on all memslots, else -EINVAL is returned. When +dirty tracking is disabled on any memslot, migration mode is automatically +stopped. + :Parameters: none :Returns: -ENOMEM if there is not enough free memory to start migration mode; -EINVAL if the state of the VM is invalid (e.g. no memory defined); --- linux-lowlatency-hwe-6.2-6.2.0.orig/Kbuild +++ linux-lowlatency-hwe-6.2-6.2.0/Kbuild @@ -97,3 +97,4 @@ obj-$(CONFIG_NET) += net/ obj-y += virt/ obj-y += $(ARCH_DRIVERS) +obj-y += ubuntu/ --- linux-lowlatency-hwe-6.2-6.2.0.orig/Kconfig +++ linux-lowlatency-hwe-6.2-6.2.0/Kconfig @@ -19,6 +19,8 @@ source "drivers/Kconfig" +source "ubuntu/Kconfig" + source "fs/Kconfig" source "security/Kconfig" --- linux-lowlatency-hwe-6.2-6.2.0.orig/MAINTAINERS +++ linux-lowlatency-hwe-6.2-6.2.0/MAINTAINERS @@ -269,6 +269,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 @@ -3515,7 +3527,7 @@ AUDIT SUBSYSTEM M: Paul Moore M: Eric Paris -L: linux-audit@redhat.com (moderated for non-subscribers) +L: audit@vger.kernel.org S: Supported W: https://github.com/linux-audit T: git git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/audit.git @@ -5259,8 +5271,8 @@ W: https://wiki.samba.org/index.php/LinuxCIFS T: git git://git.samba.org/sfrench/cifs-2.6.git F: Documentation/admin-guide/cifs/ -F: fs/cifs/ -F: fs/smbfs_common/ +F: fs/smb/client/ +F: fs/smb/common/ F: include/uapi/linux/cifs COMPACTPCI HOTPLUG CORE @@ -6102,7 +6114,7 @@ F: Documentation/networking/devlink F: include/net/devlink.h F: include/uapi/linux/devlink.h -F: net/core/devlink.c +F: net/devlink/ DH ELECTRONICS IMX6 DHCOM/DHCOR BOARD SUPPORT M: Christoph Niedermaier @@ -11321,8 +11333,8 @@ S: Maintained T: git git://git.samba.org/ksmbd.git F: Documentation/filesystems/cifs/ksmbd.rst -F: fs/ksmbd/ -F: fs/smbfs_common/ +F: fs/smb/common/ +F: fs/smb/server/ KERNEL UNIT TESTING FRAMEWORK (KUnit) M: Brendan Higgins --- linux-lowlatency-hwe-6.2-6.2.0.orig/Makefile +++ linux-lowlatency-hwe-6.2-6.2.0/Makefile @@ -1,7 +1,7 @@ # SPDX-License-Identifier: GPL-2.0 VERSION = 6 PATCHLEVEL = 2 -SUBLEVEL = 0 +SUBLEVEL = 16 EXTRAVERSION = NAME = Hurr durr I'ma ninja sloth @@ -569,6 +569,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 := -Wall -Wundef -Werror=strict-prototypes -Wno-trigraphs \ -fno-strict-aliasing -fno-common -fshort-wchar -fno-PIE \ @@ -1377,8 +1380,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 @@ -1393,6 +1397,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 @@ -1607,7 +1612,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-lowlatency-hwe-6.2-6.2.0.orig/Ubuntu.md +++ linux-lowlatency-hwe-6.2-6.2.0/Ubuntu.md @@ -0,0 +1,8 @@ +Name: linux-lowlatency-hwe-6.2 +Version: 6.2.0 +Series: 22.04 (jammy) +Description: + This is the source code for the Ubuntu linux kernel for the 22.04 series. This + source tree is used to produce the flavours: lowlatency, lowlatency-64k. + This kernel is configured to support the widest range of desktop, laptop and + server configurations. --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/Kconfig +++ linux-lowlatency-hwe-6.2-6.2.0/arch/Kconfig @@ -285,6 +285,9 @@ config ARCH_HAS_DMA_CLEAR_UNCACHED bool +config ARCH_HAS_CPU_FINALIZE_INIT + bool + # Select if arch init_task must go in the __init_task_data section config ARCH_TASK_STRUCT_ON_STACK bool --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/alpha/Kconfig +++ linux-lowlatency-hwe-6.2-6.2.0/arch/alpha/Kconfig @@ -28,6 +28,7 @@ select GENERIC_SMP_IDLE_THREAD select HAVE_ARCH_AUDITSYSCALL select HAVE_MOD_ARCH_SPECIFIC + select LOCK_MM_AND_FIND_VMA select MODULES_USE_ELF_RELA select ODD_RT_SIGACTION select OLD_SIGSUSPEND --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/alpha/boot/tools/objstrip.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/alpha/boot/tools/objstrip.c @@ -148,7 +148,7 @@ #ifdef __ELF__ elf = (struct elfhdr *) buf; - if (elf->e_ident[0] == 0x7f && str_has_prefix((char *)elf->e_ident + 1, "ELF")) { + if (memcmp(&elf->e_ident[EI_MAG0], ELFMAG, SELFMAG) == 0) { if (elf->e_type != ET_EXEC) { fprintf(stderr, "%s: %s is not an ELF executable\n", prog_name, inname); --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/alpha/kernel/module.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/alpha/kernel/module.c @@ -146,10 +146,8 @@ base = (void *)sechdrs[sechdrs[relsec].sh_info].sh_addr; symtab = (Elf64_Sym *)sechdrs[symindex].sh_addr; - /* The small sections were sorted to the end of the segment. - The following should definitely cover them. */ - gp = (u64)me->core_layout.base + me->core_layout.size - 0x8000; got = sechdrs[me->arch.gotsecindex].sh_addr; + gp = got + 0x8000; for (i = 0; i < n; i++) { unsigned long r_sym = ELF64_R_SYM (rela[i].r_info); --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/alpha/kernel/setup.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/alpha/kernel/setup.c @@ -385,8 +385,7 @@ #endif /* CONFIG_BLK_DEV_INITRD */ } -int __init -page_is_ram(unsigned long pfn) +int page_is_ram(unsigned long pfn) { struct memclust_struct * cluster; struct memdesc_struct * memdesc; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/alpha/kernel/traps.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/alpha/kernel/traps.c @@ -233,7 +233,21 @@ { int signo, code; - if ((regs->ps & ~IPL_MAX) == 0) { + if (type == 3) { /* FEN fault */ + /* Irritating users can call PAL_clrfen to disable the + FPU for the process. The kernel will then trap in + do_switch_stack and undo_switch_stack when we try + to save and restore the FP registers. + + Given that GCC by default generates code that uses the + FP registers, PAL_clrfen is not useful except for DoS + attacks. So turn the bleeding FPU back on and be done + with it. */ + current_thread_info()->pcb.flags |= 1; + __reload_thread(¤t_thread_info()->pcb); + return; + } + if (!user_mode(regs)) { if (type == 1) { const unsigned int *data = (const unsigned int *) regs->pc; @@ -366,20 +380,6 @@ } break; - case 3: /* FEN fault */ - /* Irritating users can call PAL_clrfen to disable the - FPU for the process. The kernel will then trap in - do_switch_stack and undo_switch_stack when we try - to save and restore the FP registers. - - Given that GCC by default generates code that uses the - FP registers, PAL_clrfen is not useful except for DoS - attacks. So turn the bleeding FPU back on and be done - with it. */ - current_thread_info()->pcb.flags |= 1; - __reload_thread(¤t_thread_info()->pcb); - return; - case 5: /* illoc */ default: /* unexpected instruction-fault type */ ; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/alpha/mm/fault.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/alpha/mm/fault.c @@ -119,20 +119,12 @@ flags |= FAULT_FLAG_USER; perf_sw_event(PERF_COUNT_SW_PAGE_FAULTS, 1, regs, address); retry: - mmap_read_lock(mm); - vma = find_vma(mm, address); + vma = lock_mm_and_find_vma(mm, address, regs); if (!vma) - goto bad_area; - if (vma->vm_start <= address) - goto good_area; - if (!(vma->vm_flags & VM_GROWSDOWN)) - goto bad_area; - if (expand_stack(vma, address)) - goto bad_area; + goto bad_area_nosemaphore; /* Ok, we have a good vm_area for this memory access, so we can handle it. */ - good_area: si_code = SEGV_ACCERR; if (cause < 0) { if (!(vma->vm_flags & VM_EXEC)) @@ -189,6 +181,7 @@ bad_area: mmap_read_unlock(mm); + bad_area_nosemaphore: if (user_mode(regs)) goto do_sigsegv; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arc/Kconfig +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arc/Kconfig @@ -41,6 +41,7 @@ select HAVE_PERF_EVENTS select HAVE_SYSCALL_TRACEPOINTS select IRQ_DOMAIN + select LOCK_MM_AND_FIND_VMA select MODULES_USE_ELF_RELA select OF select OF_EARLY_FLATTREE --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arc/include/asm/linkage.h +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arc/include/asm/linkage.h @@ -8,6 +8,10 @@ #include +#define ASM_NL ` /* use '`' to mark new line in macro */ +#define __ALIGN .align 4 +#define __ALIGN_STR __stringify(__ALIGN) + #ifdef __ASSEMBLY__ .macro ST2 e, o, off @@ -28,10 +32,6 @@ #endif .endm -#define ASM_NL ` /* use '`' to mark new line in macro */ -#define __ALIGN .align 4 -#define __ALIGN_STR __stringify(__ALIGN) - /* annotation for data we want in DCCM - if enabled in .config */ .macro ARCFP_DATA nm #ifdef CONFIG_ARC_HAS_DCCM --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arc/mm/fault.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arc/mm/fault.c @@ -113,15 +113,9 @@ perf_sw_event(PERF_COUNT_SW_PAGE_FAULTS, 1, regs, address); retry: - mmap_read_lock(mm); - - vma = find_vma(mm, address); + vma = lock_mm_and_find_vma(mm, address, regs); if (!vma) - goto bad_area; - if (unlikely(address < vma->vm_start)) { - if (!(vma->vm_flags & VM_GROWSDOWN) || expand_stack(vma, address)) - goto bad_area; - } + goto bad_area_nosemaphore; /* * vm_area is good, now check permissions for this memory access @@ -161,6 +155,7 @@ bad_area: mmap_read_unlock(mm); +bad_area_nosemaphore: /* * Major/minor page fault accounting * (in case of retry we only land here once) --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm/Kconfig +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm/Kconfig @@ -5,6 +5,7 @@ select ARCH_32BIT_OFF_T select ARCH_CORRECT_STACKTRACE_ON_KRETPROBE if HAVE_KRETPROBES && FRAME_POINTER && !ARM_UNWIND select ARCH_HAS_BINFMT_FLAT + select ARCH_HAS_CPU_FINALIZE_INIT if MMU select ARCH_HAS_CURRENT_STACK_POINTER select ARCH_HAS_DEBUG_VIRTUAL if MMU select ARCH_HAS_DMA_WRITE_COMBINE if !ARM_DMA_MEM_BUFFERABLE @@ -125,6 +126,7 @@ select HAVE_UID16 select HAVE_VIRT_CPU_ACCOUNTING_GEN select IRQ_FORCED_THREADING + select LOCK_MM_AND_FIND_VMA select MODULES_USE_ELF_REL select NEED_DMA_MAP_STATE select OF_EARLY_FLATTREE if OF --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm/Makefile +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm/Makefile @@ -59,6 +59,9 @@ # KBUILD_CFLAGS += $(call cc-option,-fno-ipa-sra) +# Need -msoft-float for gcc 11 for the below instruction set selection +KBUILD_CFLAGS += -msoft-float + # This selects which instruction set is used. arch-$(CONFIG_CPU_32v7M) :=-march=armv7-m arch-$(CONFIG_CPU_32v7) :=-march=armv7-a @@ -141,7 +144,7 @@ # Need -Uarm for gcc < 3.x KBUILD_CPPFLAGS +=$(cpp-y) -KBUILD_CFLAGS +=$(CFLAGS_ABI) $(CFLAGS_ISA) $(arch-y) $(tune-y) $(call cc-option,-mshort-load-bytes,$(call cc-option,-malignment-traps,)) -msoft-float -Uarm +KBUILD_CFLAGS +=$(CFLAGS_ABI) $(CFLAGS_ISA) $(arch-y) $(tune-y) $(call cc-option,-mshort-load-bytes,$(call cc-option,-malignment-traps,)) -Uarm KBUILD_AFLAGS +=$(CFLAGS_ABI) $(AFLAGS_ISA) -Wa,$(arch-y) $(tune-y) -include asm/unified.h -msoft-float CHECKFLAGS += -D__arm__ --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm/boot/dts/am57xx-cl-som-am57x.dts +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm/boot/dts/am57xx-cl-som-am57x.dts @@ -527,7 +527,7 @@ interrupt-parent = <&gpio1>; interrupts = <31 0>; - pendown-gpio = <&gpio1 31 0>; + pendown-gpio = <&gpio1 31 GPIO_ACTIVE_LOW>; ti,x-min = /bits/ 16 <0x0>; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm/boot/dts/aspeed-bmc-asrock-e3c246d4i.dts +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm/boot/dts/aspeed-bmc-asrock-e3c246d4i.dts @@ -63,7 +63,7 @@ status = "okay"; m25p,fast-read; label = "bmc"; - spi-max-frequency = <100000000>; /* 100 MHz */ + spi-max-frequency = <50000000>; /* 50 MHz */ #include "openbmc-flash-layout.dtsi" }; }; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm/boot/dts/aspeed-bmc-asrock-romed8hm3.dts +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm/boot/dts/aspeed-bmc-asrock-romed8hm3.dts @@ -31,7 +31,7 @@ }; system-fault { - gpios = <&gpio ASPEED_GPIO(Z, 2) GPIO_ACTIVE_LOW>; + gpios = <&gpio ASPEED_GPIO(Z, 2) GPIO_ACTIVE_HIGH>; panic-indicator; }; }; @@ -51,7 +51,7 @@ status = "okay"; m25p,fast-read; label = "bmc"; - spi-max-frequency = <100000000>; /* 100 MHz */ + spi-max-frequency = <50000000>; /* 50 MHz */ #include "openbmc-flash-layout-64.dtsi" }; }; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm/boot/dts/aspeed-bmc-ibm-bonnell.dts +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm/boot/dts/aspeed-bmc-ibm-bonnell.dts @@ -124,7 +124,7 @@ }; }; - iio-hwmon-battery { + iio-hwmon { compatible = "iio-hwmon"; io-channels = <&adc1 7>; }; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm/boot/dts/aspeed-bmc-ibm-everest.dts +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm/boot/dts/aspeed-bmc-ibm-everest.dts @@ -244,7 +244,7 @@ }; }; - iio-hwmon-battery { + iio-hwmon { compatible = "iio-hwmon"; io-channels = <&adc1 7>; }; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm/boot/dts/aspeed-bmc-ibm-rainier.dts +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm/boot/dts/aspeed-bmc-ibm-rainier.dts @@ -220,7 +220,7 @@ }; }; - iio-hwmon-battery { + iio-hwmon { compatible = "iio-hwmon"; io-channels = <&adc1 7>; }; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm/boot/dts/at91-sama7g5ek.dts +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm/boot/dts/at91-sama7g5ek.dts @@ -792,7 +792,7 @@ }; &shdwc { - atmel,shdwc-debouncer = <976>; + debounce-delay-us = <976>; status = "okay"; input@0 { --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm/boot/dts/at91sam9261ek.dts +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm/boot/dts/at91sam9261ek.dts @@ -156,7 +156,7 @@ compatible = "ti,ads7843"; interrupts-extended = <&pioC 2 IRQ_TYPE_EDGE_BOTH>; spi-max-frequency = <3000000>; - pendown-gpio = <&pioC 2 GPIO_ACTIVE_HIGH>; + pendown-gpio = <&pioC 2 GPIO_ACTIVE_LOW>; ti,x-min = /bits/ 16 <150>; ti,x-max = /bits/ 16 <3830>; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm/boot/dts/bcm53015-meraki-mr26.dts +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm/boot/dts/bcm53015-meraki-mr26.dts @@ -128,7 +128,7 @@ fixed-link { speed = <1000>; - duplex-full; + full-duplex; }; }; }; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm/boot/dts/bcm53016-meraki-mr32.dts +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm/boot/dts/bcm53016-meraki-mr32.dts @@ -187,7 +187,7 @@ fixed-link { speed = <1000>; - duplex-full; + full-duplex; }; }; }; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm/boot/dts/bcm5301x.dtsi +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm/boot/dts/bcm5301x.dtsi @@ -542,7 +542,6 @@ "spi_lr_session_done", "spi_lr_overread"; clocks = <&iprocmed>; - clock-names = "iprocmed"; num-cs = <2>; #address-cells = <1>; #size-cells = <0>; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm/boot/dts/e60k02.dtsi +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm/boot/dts/e60k02.dtsi @@ -311,6 +311,7 @@ &usbotg1 { pinctrl-names = "default"; + pinctrl-0 = <&pinctrl_usbotg1>; disable-over-current; srp-disable; hnp-disable; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm/boot/dts/e70k02.dtsi +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm/boot/dts/e70k02.dtsi @@ -312,6 +312,7 @@ &usbotg1 { pinctrl-names = "default"; + pinctrl-0 = <&pinctrl_usbotg1>; disable-over-current; srp-disable; hnp-disable; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm/boot/dts/exynos3250-rinato.dts +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm/boot/dts/exynos3250-rinato.dts @@ -250,7 +250,7 @@ i80-if-timings { cs-setup = <0>; wr-setup = <0>; - wr-act = <1>; + wr-active = <1>; wr-hold = <0>; }; }; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm/boot/dts/exynos4-cpu-thermal.dtsi +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm/boot/dts/exynos4-cpu-thermal.dtsi @@ -10,7 +10,7 @@ / { thermal-zones { cpu_thermal: cpu-thermal { - thermal-sensors = <&tmu 0>; + thermal-sensors = <&tmu>; polling-delay-passive = <0>; polling-delay = <0>; trips { --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm/boot/dts/exynos4.dtsi +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm/boot/dts/exynos4.dtsi @@ -605,7 +605,7 @@ status = "disabled"; hdmi_i2c_phy: hdmiphy@38 { - compatible = "exynos4210-hdmiphy"; + compatible = "samsung,exynos4210-hdmiphy"; reg = <0x38>; }; }; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm/boot/dts/exynos4210.dtsi +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm/boot/dts/exynos4210.dtsi @@ -393,7 +393,6 @@ &cpu_thermal { polling-delay-passive = <0>; polling-delay = <0>; - thermal-sensors = <&tmu 0>; }; &gic { --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm/boot/dts/exynos4412-itop-elite.dts +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm/boot/dts/exynos4412-itop-elite.dts @@ -182,7 +182,7 @@ compatible = "wlf,wm8960"; reg = <0x1a>; clocks = <&pmu_system_controller 0>; - clock-names = "MCLK1"; + clock-names = "mclk"; wlf,shared-lrclk; #sound-dai-cells = <0>; }; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm/boot/dts/exynos5250.dtsi +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm/boot/dts/exynos5250.dtsi @@ -1107,7 +1107,7 @@ &cpu_thermal { polling-delay-passive = <0>; polling-delay = <0>; - thermal-sensors = <&tmu 0>; + thermal-sensors = <&tmu>; cooling-maps { map0 { --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm/boot/dts/exynos5410-odroidxu.dts +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm/boot/dts/exynos5410-odroidxu.dts @@ -120,7 +120,6 @@ }; &cpu0_thermal { - thermal-sensors = <&tmu_cpu0 0>; polling-delay-passive = <0>; polling-delay = <0>; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm/boot/dts/exynos5420.dtsi +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm/boot/dts/exynos5420.dtsi @@ -592,7 +592,7 @@ }; mipi_phy: mipi-video-phy { - compatible = "samsung,s5pv210-mipi-video-phy"; + compatible = "samsung,exynos5420-mipi-video-phy"; syscon = <&pmu_system_controller>; #phy-cells = <1>; }; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm/boot/dts/exynos5422-odroidhc1.dts +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm/boot/dts/exynos5422-odroidhc1.dts @@ -31,7 +31,7 @@ thermal-zones { cpu0_thermal: cpu0-thermal { - thermal-sensors = <&tmu_cpu0 0>; + thermal-sensors = <&tmu_cpu0>; trips { cpu0_alert0: cpu-alert-0 { temperature = <70000>; /* millicelsius */ @@ -86,7 +86,7 @@ }; }; cpu1_thermal: cpu1-thermal { - thermal-sensors = <&tmu_cpu1 0>; + thermal-sensors = <&tmu_cpu1>; trips { cpu1_alert0: cpu-alert-0 { temperature = <70000>; @@ -130,7 +130,7 @@ }; }; cpu2_thermal: cpu2-thermal { - thermal-sensors = <&tmu_cpu2 0>; + thermal-sensors = <&tmu_cpu2>; trips { cpu2_alert0: cpu-alert-0 { temperature = <70000>; @@ -174,7 +174,7 @@ }; }; cpu3_thermal: cpu3-thermal { - thermal-sensors = <&tmu_cpu3 0>; + thermal-sensors = <&tmu_cpu3>; trips { cpu3_alert0: cpu-alert-0 { temperature = <70000>; @@ -218,7 +218,7 @@ }; }; gpu_thermal: gpu-thermal { - thermal-sensors = <&tmu_gpu 0>; + thermal-sensors = <&tmu_gpu>; trips { gpu_alert0: gpu-alert-0 { temperature = <70000>; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm/boot/dts/exynos5422-odroidxu3-common.dtsi +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm/boot/dts/exynos5422-odroidxu3-common.dtsi @@ -50,7 +50,7 @@ thermal-zones { cpu0_thermal: cpu0-thermal { - thermal-sensors = <&tmu_cpu0 0>; + thermal-sensors = <&tmu_cpu0>; polling-delay-passive = <250>; polling-delay = <0>; trips { @@ -139,7 +139,7 @@ }; }; cpu1_thermal: cpu1-thermal { - thermal-sensors = <&tmu_cpu1 0>; + thermal-sensors = <&tmu_cpu1>; polling-delay-passive = <250>; polling-delay = <0>; trips { @@ -212,7 +212,7 @@ }; }; cpu2_thermal: cpu2-thermal { - thermal-sensors = <&tmu_cpu2 0>; + thermal-sensors = <&tmu_cpu2>; polling-delay-passive = <250>; polling-delay = <0>; trips { @@ -285,7 +285,7 @@ }; }; cpu3_thermal: cpu3-thermal { - thermal-sensors = <&tmu_cpu3 0>; + thermal-sensors = <&tmu_cpu3>; polling-delay-passive = <250>; polling-delay = <0>; trips { @@ -358,7 +358,7 @@ }; }; gpu_thermal: gpu-thermal { - thermal-sensors = <&tmu_gpu 0>; + thermal-sensors = <&tmu_gpu>; polling-delay-passive = <250>; polling-delay = <0>; trips { --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm/boot/dts/imx50-kobo-aura.dts +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm/boot/dts/imx50-kobo-aura.dts @@ -26,7 +26,7 @@ pinctrl-names = "default"; pinctrl-0 = <&pinctrl_leds>; - on { + led-on { label = "kobo_aura:orange:on"; gpios = <&gpio6 24 GPIO_ACTIVE_LOW>; panic-indicator; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm/boot/dts/imx53-cx9020.dts +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm/boot/dts/imx53-cx9020.dts @@ -86,27 +86,27 @@ leds { compatible = "gpio-leds"; - pwr-r { + led-pwr-r { gpios = <&gpio3 22 GPIO_ACTIVE_HIGH>; default-state = "off"; }; - pwr-g { + led-pwr-g { gpios = <&gpio3 24 GPIO_ACTIVE_HIGH>; default-state = "on"; }; - pwr-b { + led-pwr-b { gpios = <&gpio3 23 GPIO_ACTIVE_HIGH>; default-state = "off"; }; - sd1-b { + led-sd1-b { linux,default-trigger = "mmc0"; gpios = <&gpio3 20 GPIO_ACTIVE_HIGH>; }; - sd2-b { + led-sd2-b { linux,default-trigger = "mmc1"; gpios = <&gpio3 17 GPIO_ACTIVE_HIGH>; }; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm/boot/dts/imx53-m53evk.dts +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm/boot/dts/imx53-m53evk.dts @@ -52,13 +52,13 @@ pinctrl-names = "default"; pinctrl-0 = <&led_pin_gpio>; - user1 { + led-user1 { label = "user1"; gpios = <&gpio2 8 0>; linux,default-trigger = "heartbeat"; }; - user2 { + led-user2 { label = "user2"; gpios = <&gpio2 9 0>; linux,default-trigger = "heartbeat"; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm/boot/dts/imx53-m53menlo.dts +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm/boot/dts/imx53-m53menlo.dts @@ -34,19 +34,19 @@ pinctrl-names = "default"; pinctrl-0 = <&pinctrl_led>; - user1 { + led-user1 { label = "TestLed601"; gpios = <&gpio6 1 GPIO_ACTIVE_HIGH>; linux,default-trigger = "mmc0"; }; - user2 { + led-user2 { label = "TestLed602"; gpios = <&gpio6 2 GPIO_ACTIVE_HIGH>; linux,default-trigger = "heartbeat"; }; - eth { + led-eth { label = "EthLedYe"; gpios = <&gpio2 11 GPIO_ACTIVE_LOW>; linux,default-trigger = "netdev"; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm/boot/dts/imx53-tx53.dtsi +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm/boot/dts/imx53-tx53.dtsi @@ -94,7 +94,7 @@ pinctrl-names = "default"; pinctrl-0 = <&pinctrl_stk5led>; - user { + led-user { label = "Heartbeat"; gpios = <&gpio2 20 GPIO_ACTIVE_HIGH>; linux,default-trigger = "heartbeat"; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm/boot/dts/imx53-usbarmory.dts +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm/boot/dts/imx53-usbarmory.dts @@ -67,7 +67,7 @@ pinctrl-names = "default"; pinctrl-0 = <&pinctrl_led>; - user { + led-user { label = "LED"; gpios = <&gpio4 27 GPIO_ACTIVE_LOW>; linux,default-trigger = "heartbeat"; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm/boot/dts/imx6dl-b1x5pv2.dtsi +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm/boot/dts/imx6dl-b1x5pv2.dtsi @@ -211,17 +211,17 @@ pinctrl-names = "default"; pinctrl-0 = <&pinctrl_q7_gpio1 &pinctrl_q7_gpio3 &pinctrl_q7_gpio5>; - alarm1 { + led-alarm1 { label = "alarm:red"; gpios = <&gpio1 8 GPIO_ACTIVE_HIGH>; }; - alarm2 { + led-alarm2 { label = "alarm:yellow"; gpios = <&gpio4 27 GPIO_ACTIVE_HIGH>; }; - alarm3 { + led-alarm3 { label = "alarm:blue"; gpios = <&gpio4 15 GPIO_ACTIVE_HIGH>; }; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm/boot/dts/imx6dl-prtrvt.dts +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm/boot/dts/imx6dl-prtrvt.dts @@ -124,6 +124,10 @@ status = "disabled"; }; +&usbotg { + disable-over-current; +}; + &vpu { status = "disabled"; }; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm/boot/dts/imx6dl-riotboard.dts +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm/boot/dts/imx6dl-riotboard.dts @@ -25,14 +25,14 @@ pinctrl-names = "default"; pinctrl-0 = <&pinctrl_led>; - led0: user1 { + led0: led-user1 { label = "user1"; gpios = <&gpio5 2 GPIO_ACTIVE_LOW>; default-state = "on"; linux,default-trigger = "heartbeat"; }; - led1: user2 { + led1: led-user2 { label = "user2"; gpios = <&gpio3 28 GPIO_ACTIVE_LOW>; default-state = "off"; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm/boot/dts/imx6dl-yapp4-common.dtsi +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm/boot/dts/imx6dl-yapp4-common.dtsi @@ -274,7 +274,7 @@ #address-cells = <1>; #size-cells = <0>; - chan@0 { + led@0 { chan-name = "R"; led-cur = /bits/ 8 <0x20>; max-cur = /bits/ 8 <0x60>; @@ -282,7 +282,7 @@ color = ; }; - chan@1 { + led@1 { chan-name = "G"; led-cur = /bits/ 8 <0x20>; max-cur = /bits/ 8 <0x60>; @@ -290,7 +290,7 @@ color = ; }; - chan@2 { + led@2 { chan-name = "B"; led-cur = /bits/ 8 <0x20>; max-cur = /bits/ 8 <0x60>; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm/boot/dts/imx6q-gw5400-a.dts +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm/boot/dts/imx6q-gw5400-a.dts @@ -34,20 +34,20 @@ pinctrl-names = "default"; pinctrl-0 = <&pinctrl_gpio_leds>; - led0: user1 { + led0: led-user1 { label = "user1"; gpios = <&gpio4 6 GPIO_ACTIVE_HIGH>; /* 102 -> MX6_PANLEDG */ default-state = "on"; linux,default-trigger = "heartbeat"; }; - led1: user2 { + led1: led-user2 { label = "user2"; gpios = <&gpio4 10 GPIO_ACTIVE_HIGH>; /* 106 -> MX6_PANLEDR */ default-state = "off"; }; - led2: user3 { + led2: led-user3 { label = "user3"; gpios = <&gpio4 15 GPIO_ACTIVE_LOW>; /* 111 -> MX6_LOCLED# */ default-state = "off"; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm/boot/dts/imx6q-h100.dts +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm/boot/dts/imx6q-h100.dts @@ -76,19 +76,19 @@ pinctrl-names = "default"; pinctrl-0 = <&pinctrl_h100_leds>; - led0: power { + led0: led-power { label = "power"; gpios = <&gpio3 0 GPIO_ACTIVE_LOW>; default-state = "on"; }; - led1: stream { + led1: led-stream { label = "stream"; gpios = <&gpio2 29 GPIO_ACTIVE_LOW>; default-state = "off"; }; - led2: rec { + led2: led-rec { label = "rec"; gpios = <&gpio2 28 GPIO_ACTIVE_LOW>; default-state = "off"; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm/boot/dts/imx6q-kp.dtsi +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm/boot/dts/imx6q-kp.dtsi @@ -66,14 +66,14 @@ leds { compatible = "gpio-leds"; - green { + led-green { label = "led1"; gpios = <&gpio3 16 GPIO_ACTIVE_HIGH>; linux,default-trigger = "gpio"; default-state = "off"; }; - red { + led-red { label = "led0"; gpios = <&gpio3 23 GPIO_ACTIVE_HIGH>; linux,default-trigger = "gpio"; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm/boot/dts/imx6q-marsboard.dts +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm/boot/dts/imx6q-marsboard.dts @@ -73,14 +73,14 @@ pinctrl-names = "default"; pinctrl-0 = <&pinctrl_led>; - user1 { + led-user1 { label = "imx6:green:user1"; gpios = <&gpio5 2 GPIO_ACTIVE_LOW>; default-state = "off"; linux,default-trigger = "heartbeat"; }; - user2 { + led-user2 { label = "imx6:green:user2"; gpios = <&gpio3 28 GPIO_ACTIVE_LOW>; default-state = "off"; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm/boot/dts/imx6q-tbs2910.dts +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm/boot/dts/imx6q-tbs2910.dts @@ -49,7 +49,7 @@ pinctrl-names = "default"; pinctrl-0 = <&pinctrl_gpio_leds>; - blue { + led-blue { label = "blue_status_led"; gpios = <&gpio1 2 GPIO_ACTIVE_HIGH>; default-state = "keep"; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm/boot/dts/imx6qdl-emcon.dtsi +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm/boot/dts/imx6qdl-emcon.dtsi @@ -46,14 +46,14 @@ pinctrl-names = "default"; pinctrl-0 = <&pinctrl_som_leds>; - green { + led-green { label = "som:green"; gpios = <&gpio3 0 GPIO_ACTIVE_HIGH>; linux,default-trigger = "heartbeat"; default-state = "on"; }; - red { + led-red { label = "som:red"; gpios = <&gpio3 1 GPIO_ACTIVE_LOW>; default-state = "keep"; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm/boot/dts/imx6qdl-gw51xx.dtsi +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm/boot/dts/imx6qdl-gw51xx.dtsi @@ -71,14 +71,14 @@ pinctrl-names = "default"; pinctrl-0 = <&pinctrl_gpio_leds>; - led0: user1 { + led0: led-user1 { label = "user1"; gpios = <&gpio4 6 GPIO_ACTIVE_HIGH>; /* MX6_PANLEDG */ default-state = "on"; linux,default-trigger = "heartbeat"; }; - led1: user2 { + led1: led-user2 { label = "user2"; gpios = <&gpio4 7 GPIO_ACTIVE_HIGH>; /* MX6_PANLEDR */ default-state = "off"; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm/boot/dts/imx6qdl-gw52xx.dtsi +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm/boot/dts/imx6qdl-gw52xx.dtsi @@ -80,20 +80,20 @@ pinctrl-names = "default"; pinctrl-0 = <&pinctrl_gpio_leds>; - led0: user1 { + led0: led-user1 { label = "user1"; gpios = <&gpio4 6 GPIO_ACTIVE_HIGH>; /* MX6_PANLEDG */ default-state = "on"; linux,default-trigger = "heartbeat"; }; - led1: user2 { + led1: led-user2 { label = "user2"; gpios = <&gpio4 7 GPIO_ACTIVE_HIGH>; /* MX6_PANLEDR */ default-state = "off"; }; - led2: user3 { + led2: led-user3 { label = "user3"; gpios = <&gpio4 15 GPIO_ACTIVE_LOW>; /* MX6_LOCLED# */ default-state = "off"; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm/boot/dts/imx6qdl-gw53xx.dtsi +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm/boot/dts/imx6qdl-gw53xx.dtsi @@ -80,20 +80,20 @@ pinctrl-names = "default"; pinctrl-0 = <&pinctrl_gpio_leds>; - led0: user1 { + led0: led-user1 { label = "user1"; gpios = <&gpio4 6 GPIO_ACTIVE_HIGH>; /* MX6_PANLEDG */ default-state = "on"; linux,default-trigger = "heartbeat"; }; - led1: user2 { + led1: led-user2 { label = "user2"; gpios = <&gpio4 7 GPIO_ACTIVE_HIGH>; /* MX6_PANLEDR */ default-state = "off"; }; - led2: user3 { + led2: led-user3 { label = "user3"; gpios = <&gpio4 15 GPIO_ACTIVE_LOW>; /* MX6_LOCLED# */ default-state = "off"; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm/boot/dts/imx6qdl-gw54xx.dtsi +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm/boot/dts/imx6qdl-gw54xx.dtsi @@ -81,20 +81,20 @@ pinctrl-names = "default"; pinctrl-0 = <&pinctrl_gpio_leds>; - led0: user1 { + led0: led-user1 { label = "user1"; gpios = <&gpio4 6 GPIO_ACTIVE_HIGH>; /* MX6_PANLEDG */ default-state = "on"; linux,default-trigger = "heartbeat"; }; - led1: user2 { + led1: led-user2 { label = "user2"; gpios = <&gpio4 7 GPIO_ACTIVE_HIGH>; /* MX6_PANLEDR */ default-state = "off"; }; - led2: user3 { + led2: led-user3 { label = "user3"; gpios = <&gpio4 15 GPIO_ACTIVE_LOW>; /* MX6_LOCLED# */ default-state = "off"; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm/boot/dts/imx6qdl-gw551x.dtsi +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm/boot/dts/imx6qdl-gw551x.dtsi @@ -115,7 +115,7 @@ pinctrl-names = "default"; pinctrl-0 = <&pinctrl_gpio_leds>; - led0: user1 { + led0: led-user1 { label = "user1"; gpios = <&gpio4 7 GPIO_ACTIVE_LOW>; default-state = "on"; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm/boot/dts/imx6qdl-gw552x.dtsi +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm/boot/dts/imx6qdl-gw552x.dtsi @@ -72,20 +72,20 @@ pinctrl-names = "default"; pinctrl-0 = <&pinctrl_gpio_leds>; - led0: user1 { + led0: led-user1 { label = "user1"; gpios = <&gpio4 6 GPIO_ACTIVE_HIGH>; /* MX6_PANLEDG */ default-state = "on"; linux,default-trigger = "heartbeat"; }; - led1: user2 { + led1: led-user2 { label = "user2"; gpios = <&gpio4 7 GPIO_ACTIVE_HIGH>; /* MX6_PANLEDR */ default-state = "off"; }; - led2: user3 { + led2: led-user3 { label = "user3"; gpios = <&gpio4 15 GPIO_ACTIVE_LOW>; /* MX6_LOCLED# */ default-state = "off"; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm/boot/dts/imx6qdl-gw553x.dtsi +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm/boot/dts/imx6qdl-gw553x.dtsi @@ -113,14 +113,14 @@ pinctrl-names = "default"; pinctrl-0 = <&pinctrl_gpio_leds>; - led0: user1 { + led0: led-user1 { label = "user1"; gpios = <&gpio4 10 GPIO_ACTIVE_HIGH>; /* MX6_PANLEDG */ default-state = "on"; linux,default-trigger = "heartbeat"; }; - led1: user2 { + led1: led-user2 { label = "user2"; gpios = <&gpio4 11 GPIO_ACTIVE_HIGH>; /* MX6_PANLEDR */ default-state = "off"; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm/boot/dts/imx6qdl-gw560x.dtsi +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm/boot/dts/imx6qdl-gw560x.dtsi @@ -139,20 +139,20 @@ pinctrl-names = "default"; pinctrl-0 = <&pinctrl_gpio_leds>; - led0: user1 { + led0: led-user1 { label = "user1"; gpios = <&gpio4 6 GPIO_ACTIVE_HIGH>; /* MX6_PANLEDG */ default-state = "on"; linux,default-trigger = "heartbeat"; }; - led1: user2 { + led1: led-user2 { label = "user2"; gpios = <&gpio4 7 GPIO_ACTIVE_HIGH>; /* MX6_PANLEDR */ default-state = "off"; }; - led2: user3 { + led2: led-user3 { label = "user3"; gpios = <&gpio4 15 GPIO_ACTIVE_LOW>; /* MX6_LOCLED# */ default-state = "off"; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm/boot/dts/imx6qdl-gw5903.dtsi +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm/boot/dts/imx6qdl-gw5903.dtsi @@ -123,7 +123,7 @@ pinctrl-names = "default"; pinctrl-0 = <&pinctrl_gpio_leds>; - led0: user1 { + led0: led-user1 { label = "user1"; gpios = <&gpio6 14 GPIO_ACTIVE_LOW>; /* MX6_LOCLED# */ default-state = "off"; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm/boot/dts/imx6qdl-gw5904.dtsi +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm/boot/dts/imx6qdl-gw5904.dtsi @@ -120,20 +120,20 @@ pinctrl-names = "default"; pinctrl-0 = <&pinctrl_gpio_leds>; - led0: user1 { + led0: led-user1 { label = "user1"; gpios = <&gpio4 6 GPIO_ACTIVE_HIGH>; /* MX6_PANLEDG */ default-state = "on"; linux,default-trigger = "heartbeat"; }; - led1: user2 { + led1: led-user2 { label = "user2"; gpios = <&gpio4 7 GPIO_ACTIVE_HIGH>; /* MX6_PANLEDR */ default-state = "off"; }; - led2: user3 { + led2: led-user3 { label = "user3"; gpios = <&gpio4 15 GPIO_ACTIVE_LOW>; /* MX6_LOCLED# */ default-state = "off"; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm/boot/dts/imx6qdl-gw5907.dtsi +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm/boot/dts/imx6qdl-gw5907.dtsi @@ -71,14 +71,14 @@ pinctrl-names = "default"; pinctrl-0 = <&pinctrl_gpio_leds>; - led0: user1 { + led0: led-user1 { label = "user1"; gpios = <&gpio4 6 GPIO_ACTIVE_HIGH>; /* MX6_PANLEDG */ default-state = "on"; linux,default-trigger = "heartbeat"; }; - led1: user2 { + led1: led-user2 { label = "user2"; gpios = <&gpio4 7 GPIO_ACTIVE_HIGH>; /* MX6_PANLEDR */ default-state = "off"; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm/boot/dts/imx6qdl-gw5910.dtsi +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm/boot/dts/imx6qdl-gw5910.dtsi @@ -74,20 +74,20 @@ pinctrl-names = "default"; pinctrl-0 = <&pinctrl_gpio_leds>; - led0: user1 { + led0: led-user1 { label = "user1"; gpios = <&gpio4 6 GPIO_ACTIVE_HIGH>; /* MX6_PANLEDG */ default-state = "on"; linux,default-trigger = "heartbeat"; }; - led1: user2 { + led1: led-user2 { label = "user2"; gpios = <&gpio4 7 GPIO_ACTIVE_HIGH>; /* MX6_PANLEDR */ default-state = "off"; }; - led2: user3 { + led2: led-user3 { label = "user3"; gpios = <&gpio4 15 GPIO_ACTIVE_LOW>; /* MX6_LOCLED# */ default-state = "off"; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm/boot/dts/imx6qdl-gw5912.dtsi +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm/boot/dts/imx6qdl-gw5912.dtsi @@ -72,20 +72,20 @@ pinctrl-names = "default"; pinctrl-0 = <&pinctrl_gpio_leds>; - led0: user1 { + led0: led-user1 { label = "user1"; gpios = <&gpio4 6 GPIO_ACTIVE_HIGH>; /* MX6_PANLEDG */ default-state = "on"; linux,default-trigger = "heartbeat"; }; - led1: user2 { + led1: led-user2 { label = "user2"; gpios = <&gpio4 7 GPIO_ACTIVE_HIGH>; /* MX6_PANLEDR */ default-state = "off"; }; - led2: user3 { + led2: led-user3 { label = "user3"; gpios = <&gpio4 15 GPIO_ACTIVE_LOW>; /* MX6_LOCLED# */ default-state = "off"; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm/boot/dts/imx6qdl-gw5913.dtsi +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm/boot/dts/imx6qdl-gw5913.dtsi @@ -71,14 +71,14 @@ pinctrl-names = "default"; pinctrl-0 = <&pinctrl_gpio_leds>; - led0: user1 { + led0: led-user1 { label = "user1"; gpios = <&gpio4 6 GPIO_ACTIVE_HIGH>; /* MX6_PANLEDG */ default-state = "on"; linux,default-trigger = "heartbeat"; }; - led1: user2 { + led1: led-user2 { label = "user2"; gpios = <&gpio4 7 GPIO_ACTIVE_HIGH>; /* MX6_PANLEDR */ default-state = "off"; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm/boot/dts/imx6qdl-mba6.dtsi +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm/boot/dts/imx6qdl-mba6.dtsi @@ -209,6 +209,7 @@ pinctrl-names = "default"; pinctrl-0 = <&pinctrl_pcie>; reset-gpio = <&gpio6 7 GPIO_ACTIVE_LOW>; + vpcie-supply = <®_pcie>; status = "okay"; }; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm/boot/dts/imx6qdl-nit6xlite.dtsi +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm/boot/dts/imx6qdl-nit6xlite.dtsi @@ -85,31 +85,31 @@ pinctrl-names = "default"; pinctrl-0 = <&pinctrl_leds>; - j14-pin1 { + led-j14-pin1 { gpios = <&gpio1 2 GPIO_ACTIVE_LOW>; retain-state-suspended; default-state = "off"; }; - j14-pin3 { + led-j14-pin3 { gpios = <&gpio1 3 GPIO_ACTIVE_LOW>; retain-state-suspended; default-state = "off"; }; - j14-pins8-9 { + led-j14-pins8-9 { gpios = <&gpio3 29 GPIO_ACTIVE_LOW>; retain-state-suspended; default-state = "off"; }; - j46-pin2 { + led-j46-pin2 { gpios = <&gpio1 7 GPIO_ACTIVE_LOW>; retain-state-suspended; default-state = "off"; }; - j46-pin3 { + led-j46-pin3 { gpios = <&gpio1 8 GPIO_ACTIVE_LOW>; retain-state-suspended; default-state = "off"; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm/boot/dts/imx6qdl-nitrogen6_max.dtsi +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm/boot/dts/imx6qdl-nitrogen6_max.dtsi @@ -181,13 +181,13 @@ leds { compatible = "gpio-leds"; - speaker-enable { + led-speaker-enable { gpios = <&gpio1 29 GPIO_ACTIVE_HIGH>; retain-state-suspended; default-state = "off"; }; - ttymxc4-rs232 { + led-ttymxc4-rs232 { gpios = <&gpio6 10 GPIO_ACTIVE_HIGH>; retain-state-suspended; default-state = "on"; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm/boot/dts/imx6qdl-phytec-mira.dtsi +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm/boot/dts/imx6qdl-phytec-mira.dtsi @@ -25,17 +25,17 @@ pinctrl-0 = <&pinctrl_gpioleds>; status = "disabled"; - red { + led-red { label = "phyboard-mira:red"; gpios = <&gpio5 22 GPIO_ACTIVE_HIGH>; }; - green { + led-green { label = "phyboard-mira:green"; gpios = <&gpio5 23 GPIO_ACTIVE_HIGH>; }; - blue { + led-blue { label = "phyboard-mira:blue"; gpios = <&gpio5 24 GPIO_ACTIVE_HIGH>; linux,default-trigger = "mmc0"; @@ -182,7 +182,7 @@ pinctrl-0 = <&pinctrl_rtc_int>; reg = <0x68>; interrupt-parent = <&gpio7>; - interrupts = <8 IRQ_TYPE_LEVEL_HIGH>; + interrupts = <8 IRQ_TYPE_LEVEL_LOW>; status = "disabled"; }; }; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm/boot/dts/imx6qdl-phytec-pfla02.dtsi +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm/boot/dts/imx6qdl-phytec-pfla02.dtsi @@ -47,12 +47,12 @@ pinctrl-0 = <&pinctrl_leds>; compatible = "gpio-leds"; - led_green: green { + led_green: led-green { label = "phyflex:green"; gpios = <&gpio1 30 0>; }; - led_red: red { + led_red: led-red { label = "phyflex:red"; gpios = <&gpio2 31 0>; }; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm/boot/dts/imx6qdl-prti6q.dtsi +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm/boot/dts/imx6qdl-prti6q.dtsi @@ -69,6 +69,7 @@ vbus-supply = <®_usb_h1_vbus>; phy_type = "utmi"; dr_mode = "host"; + disable-over-current; status = "okay"; }; @@ -78,10 +79,18 @@ pinctrl-0 = <&pinctrl_usbotg>; phy_type = "utmi"; dr_mode = "host"; - disable-over-current; + over-current-active-low; status = "okay"; }; +&usbphynop1 { + status = "disabled"; +}; + +&usbphynop2 { + status = "disabled"; +}; + &usdhc1 { pinctrl-names = "default"; pinctrl-0 = <&pinctrl_usdhc1>; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm/boot/dts/imx6qdl-rex.dtsi +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm/boot/dts/imx6qdl-rex.dtsi @@ -55,7 +55,7 @@ pinctrl-names = "default"; pinctrl-0 = <&pinctrl_led>; - led0: usr { + led0: led-usr { label = "usr"; gpios = <&gpio1 2 GPIO_ACTIVE_LOW>; default-state = "off"; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm/boot/dts/imx6qdl-sabreauto.dtsi +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm/boot/dts/imx6qdl-sabreauto.dtsi @@ -21,7 +21,7 @@ pinctrl-names = "default"; pinctrl-0 = <&pinctrl_gpio_leds>; - user { + led-user { label = "debug"; gpios = <&gpio5 15 GPIO_ACTIVE_HIGH>; }; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm/boot/dts/imx6qdl-sabresd.dtsi +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm/boot/dts/imx6qdl-sabresd.dtsi @@ -130,7 +130,7 @@ pinctrl-names = "default"; pinctrl-0 = <&pinctrl_gpio_leds>; - red { + led-red { gpios = <&gpio1 2 0>; default-state = "on"; }; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm/boot/dts/imx6qdl-ts7970.dtsi +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm/boot/dts/imx6qdl-ts7970.dtsi @@ -73,13 +73,13 @@ default-state = "off"; }; - en-usb-5v { + en-usb-5v-led { label = "en-usb-5v"; gpios = <&gpio2 22 GPIO_ACTIVE_HIGH>; default-state = "on"; }; - sel_dc_usb { + sel-dc-usb-led { label = "sel_dc_usb"; gpios = <&gpio5 17 GPIO_ACTIVE_HIGH>; default-state = "off"; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm/boot/dts/imx6qdl-tx6.dtsi +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm/boot/dts/imx6qdl-tx6.dtsi @@ -92,7 +92,7 @@ leds { compatible = "gpio-leds"; - user_led: user { + user_led: led-user { label = "Heartbeat"; pinctrl-names = "default"; pinctrl-0 = <&pinctrl_user_led>; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm/boot/dts/imx6sl-evk.dts +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm/boot/dts/imx6sl-evk.dts @@ -33,7 +33,7 @@ pinctrl-names = "default"; pinctrl-0 = <&pinctrl_led>; - user { + led-user { label = "debug"; gpios = <&gpio3 20 GPIO_ACTIVE_HIGH>; linux,default-trigger = "heartbeat"; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm/boot/dts/imx6sl-tolino-shine2hd.dts +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm/boot/dts/imx6sl-tolino-shine2hd.dts @@ -625,6 +625,7 @@ &usbotg1 { pinctrl-names = "default"; + pinctrl-0 = <&pinctrl_usbotg1>; disable-over-current; srp-disable; hnp-disable; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm/boot/dts/imx6sll-evk.dts +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm/boot/dts/imx6sll-evk.dts @@ -37,7 +37,7 @@ pinctrl-names = "default"; pinctrl-0 = <&pinctrl_led>; - user { + led-user { label = "debug"; gpios = <&gpio2 4 GPIO_ACTIVE_HIGH>; linux,default-trigger = "heartbeat"; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm/boot/dts/imx6sll.dtsi +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm/boot/dts/imx6sll.dtsi @@ -552,7 +552,7 @@ reg = <0x020ca000 0x1000>; interrupts = ; clocks = <&clks IMX6SLL_CLK_USBPHY2>; - phy-reg_3p0-supply = <®_3p0>; + phy-3p0-supply = <®_3p0>; fsl,anatop = <&anatop>; }; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm/boot/dts/imx6sx-sabreauto.dts +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm/boot/dts/imx6sx-sabreauto.dts @@ -20,7 +20,7 @@ pinctrl-names = "default"; pinctrl-0 = <&pinctrl_led>; - user { + led-user { label = "debug"; gpios = <&gpio1 24 GPIO_ACTIVE_HIGH>; linux,default-trigger = "heartbeat"; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm/boot/dts/imx6sx-udoo-neo.dtsi +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm/boot/dts/imx6sx-udoo-neo.dtsi @@ -15,14 +15,14 @@ leds { compatible = "gpio-leds"; - red { + led-red { label = "udoo-neo:red:mmc"; gpios = <&gpio6 0 GPIO_ACTIVE_HIGH>; default-state = "off"; linux,default-trigger = "mmc0"; }; - orange { + led-orange { label = "udoo-neo:orange:user"; gpios = <&gpio4 6 GPIO_ACTIVE_HIGH>; default-state = "keep"; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm/boot/dts/imx6sx.dtsi +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm/boot/dts/imx6sx.dtsi @@ -981,6 +981,8 @@ <&clks IMX6SX_CLK_USDHC1>; clock-names = "ipg", "ahb", "per"; bus-width = <4>; + fsl,tuning-start-tap = <20>; + fsl,tuning-step= <2>; status = "disabled"; }; @@ -993,6 +995,8 @@ <&clks IMX6SX_CLK_USDHC2>; clock-names = "ipg", "ahb", "per"; bus-width = <4>; + fsl,tuning-start-tap = <20>; + fsl,tuning-step= <2>; status = "disabled"; }; @@ -1005,6 +1009,8 @@ <&clks IMX6SX_CLK_USDHC3>; clock-names = "ipg", "ahb", "per"; bus-width = <4>; + fsl,tuning-start-tap = <20>; + fsl,tuning-step= <2>; status = "disabled"; }; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm/boot/dts/imx6ul-phytec-phycore-som.dtsi +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm/boot/dts/imx6ul-phytec-phycore-som.dtsi @@ -30,7 +30,7 @@ pinctrl-0 = <&pinctrl_gpioleds_som>; compatible = "gpio-leds"; - phycore-green { + led-phycore-green { gpios = <&gpio5 4 GPIO_ACTIVE_HIGH>; linux,default-trigger = "heartbeat"; }; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm/boot/dts/imx6ul-tx6ul.dtsi +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm/boot/dts/imx6ul-tx6ul.dtsi @@ -131,7 +131,7 @@ leds { compatible = "gpio-leds"; - user_led: user { + user_led: led-user { label = "Heartbeat"; pinctrl-names = "default"; pinctrl-0 = <&pinctrl_led>; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm/boot/dts/imx7d-pico-hobbit.dts +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm/boot/dts/imx7d-pico-hobbit.dts @@ -64,7 +64,7 @@ interrupt-parent = <&gpio2>; interrupts = <7 0>; spi-max-frequency = <1000000>; - pendown-gpio = <&gpio2 7 0>; + pendown-gpio = <&gpio2 7 GPIO_ACTIVE_LOW>; vcc-supply = <®_3p3v>; ti,x-min = /bits/ 16 <0>; ti,x-max = /bits/ 16 <4095>; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm/boot/dts/imx7d-sdb.dts +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm/boot/dts/imx7d-sdb.dts @@ -205,7 +205,7 @@ pinctrl-0 = <&pinctrl_tsc2046_pendown>; interrupt-parent = <&gpio2>; interrupts = <29 0>; - pendown-gpio = <&gpio2 29 GPIO_ACTIVE_HIGH>; + pendown-gpio = <&gpio2 29 GPIO_ACTIVE_LOW>; touchscreen-max-pressure = <255>; wakeup-source; }; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm/boot/dts/imx7s.dtsi +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm/boot/dts/imx7s.dtsi @@ -513,7 +513,7 @@ mux: mux-controller { compatible = "mmio-mux"; - #mux-control-cells = <0>; + #mux-control-cells = <1>; mux-reg-masks = <0x14 0x00000010>; }; @@ -1184,6 +1184,8 @@ <&clks IMX7D_USDHC1_ROOT_CLK>; clock-names = "ipg", "ahb", "per"; bus-width = <4>; + fsl,tuning-step = <2>; + fsl,tuning-start-tap = <20>; status = "disabled"; }; @@ -1196,6 +1198,8 @@ <&clks IMX7D_USDHC2_ROOT_CLK>; clock-names = "ipg", "ahb", "per"; bus-width = <4>; + fsl,tuning-step = <2>; + fsl,tuning-start-tap = <20>; status = "disabled"; }; @@ -1208,6 +1212,8 @@ <&clks IMX7D_USDHC3_ROOT_CLK>; clock-names = "ipg", "ahb", "per"; bus-width = <4>; + fsl,tuning-step = <2>; + fsl,tuning-start-tap = <20>; status = "disabled"; }; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm/boot/dts/iwg20d-q7-common.dtsi +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm/boot/dts/iwg20d-q7-common.dtsi @@ -49,7 +49,7 @@ lcd_backlight: backlight { compatible = "pwm-backlight"; - pwms = <&pwm3 0 5000000 0>; + pwms = <&pwm3 0 5000000>; brightness-levels = <0 4 8 16 32 64 128 255>; default-brightness-level = <7>; enable-gpios = <&gpio5 14 GPIO_ACTIVE_HIGH>; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm/boot/dts/lan966x-kontron-kswitch-d10-mmt.dtsi +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm/boot/dts/lan966x-kontron-kswitch-d10-mmt.dtsi @@ -18,6 +18,8 @@ gpio-restart { compatible = "gpio-restart"; + pinctrl-0 = <&reset_pins>; + pinctrl-names = "default"; gpios = <&gpio 56 GPIO_ACTIVE_LOW>; priority = <200>; }; @@ -39,7 +41,7 @@ status = "okay"; spi3: spi@400 { - pinctrl-0 = <&fc3_b_pins>; + pinctrl-0 = <&fc3_b_pins>, <&spi3_cs_pins>; pinctrl-names = "default"; status = "okay"; cs-gpios = <&gpio 46 GPIO_ACTIVE_LOW>; @@ -59,6 +61,12 @@ function = "miim_c"; }; + reset_pins: reset-pins { + /* SYS_RST# */ + pins = "GPIO_56"; + function = "gpio"; + }; + sgpio_a_pins: sgpio-a-pins { /* SCK, D0, D1 */ pins = "GPIO_32", "GPIO_33", "GPIO_34"; @@ -71,6 +79,12 @@ function = "sgpio_b"; }; + spi3_cs_pins: spi3-cs-pins { + /* CS# */ + pins = "GPIO_46"; + function = "gpio"; + }; + usart0_pins: usart0-pins { /* RXD, TXD */ pins = "GPIO_25", "GPIO_26"; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm/boot/dts/meson8.dtsi +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm/boot/dts/meson8.dtsi @@ -749,13 +749,13 @@ &uart_B { compatible = "amlogic,meson8-uart"; - clocks = <&xtal>, <&clkc CLKID_UART0>, <&clkc CLKID_CLK81>; + clocks = <&xtal>, <&clkc CLKID_UART1>, <&clkc CLKID_CLK81>; clock-names = "xtal", "pclk", "baud"; }; &uart_C { compatible = "amlogic,meson8-uart"; - clocks = <&xtal>, <&clkc CLKID_UART0>, <&clkc CLKID_CLK81>; + clocks = <&xtal>, <&clkc CLKID_UART2>, <&clkc CLKID_CLK81>; clock-names = "xtal", "pclk", "baud"; }; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm/boot/dts/meson8b.dtsi +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm/boot/dts/meson8b.dtsi @@ -737,13 +737,13 @@ &uart_B { compatible = "amlogic,meson8b-uart"; - clocks = <&xtal>, <&clkc CLKID_UART0>, <&clkc CLKID_CLK81>; + clocks = <&xtal>, <&clkc CLKID_UART1>, <&clkc CLKID_CLK81>; clock-names = "xtal", "pclk", "baud"; }; &uart_C { compatible = "amlogic,meson8b-uart"; - clocks = <&xtal>, <&clkc CLKID_UART0>, <&clkc CLKID_CLK81>; + clocks = <&xtal>, <&clkc CLKID_UART2>, <&clkc CLKID_CLK81>; clock-names = "xtal", "pclk", "baud"; }; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm/boot/dts/omap3-cm-t3x.dtsi +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm/boot/dts/omap3-cm-t3x.dtsi @@ -227,7 +227,7 @@ interrupt-parent = <&gpio2>; interrupts = <25 0>; /* gpio_57 */ - pendown-gpio = <&gpio2 25 GPIO_ACTIVE_HIGH>; + pendown-gpio = <&gpio2 25 GPIO_ACTIVE_LOW>; ti,x-min = /bits/ 16 <0x0>; ti,x-max = /bits/ 16 <0x0fff>; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm/boot/dts/omap3-devkit8000-lcd-common.dtsi +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm/boot/dts/omap3-devkit8000-lcd-common.dtsi @@ -54,7 +54,7 @@ interrupt-parent = <&gpio1>; interrupts = <27 0>; /* gpio_27 */ - pendown-gpio = <&gpio1 27 GPIO_ACTIVE_HIGH>; + pendown-gpio = <&gpio1 27 GPIO_ACTIVE_LOW>; ti,x-min = /bits/ 16 <0x0>; ti,x-max = /bits/ 16 <0x0fff>; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm/boot/dts/omap3-gta04.dtsi +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm/boot/dts/omap3-gta04.dtsi @@ -612,6 +612,22 @@ clock-frequency = <100000>; }; +&mcspi1 { + status = "disabled"; +}; + +&mcspi2 { + status = "disabled"; +}; + +&mcspi3 { + status = "disabled"; +}; + +&mcspi4 { + status = "disabled"; +}; + &usb_otg_hs { interface-type = <0>; usb-phy = <&usb2_phy>; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm/boot/dts/omap3-gta04a5one.dts +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm/boot/dts/omap3-gta04a5one.dts @@ -5,9 +5,11 @@ #include "omap3-gta04a5.dts" -&omap3_pmx_core { +/ { model = "Goldelico GTA04A5/Letux 2804 with OneNAND"; +}; +&omap3_pmx_core { gpmc_pins: pinmux_gpmc_pins { pinctrl-single,pins = < --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm/boot/dts/omap3-lilly-a83x.dtsi +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm/boot/dts/omap3-lilly-a83x.dtsi @@ -311,7 +311,7 @@ interrupt-parent = <&gpio1>; interrupts = <8 0>; /* boot6 / gpio_8 */ spi-max-frequency = <1000000>; - pendown-gpio = <&gpio1 8 GPIO_ACTIVE_HIGH>; + pendown-gpio = <&gpio1 8 GPIO_ACTIVE_LOW>; vcc-supply = <®_vcc3>; pinctrl-names = "default"; pinctrl-0 = <&tsc2048_pins>; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm/boot/dts/omap3-overo-common-lcd35.dtsi +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm/boot/dts/omap3-overo-common-lcd35.dtsi @@ -149,7 +149,7 @@ interrupt-parent = <&gpio4>; interrupts = <18 0>; /* gpio_114 */ - pendown-gpio = <&gpio4 18 GPIO_ACTIVE_HIGH>; + pendown-gpio = <&gpio4 18 GPIO_ACTIVE_LOW>; ti,x-min = /bits/ 16 <0x0>; ti,x-max = /bits/ 16 <0x0fff>; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm/boot/dts/omap3-overo-common-lcd43.dtsi +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm/boot/dts/omap3-overo-common-lcd43.dtsi @@ -160,7 +160,7 @@ interrupt-parent = <&gpio4>; interrupts = <18 0>; /* gpio_114 */ - pendown-gpio = <&gpio4 18 GPIO_ACTIVE_HIGH>; + pendown-gpio = <&gpio4 18 GPIO_ACTIVE_LOW>; ti,x-min = /bits/ 16 <0x0>; ti,x-max = /bits/ 16 <0x0fff>; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm/boot/dts/omap3-pandora-common.dtsi +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm/boot/dts/omap3-pandora-common.dtsi @@ -651,7 +651,7 @@ pinctrl-0 = <&penirq_pins>; interrupt-parent = <&gpio3>; interrupts = <30 IRQ_TYPE_NONE>; /* GPIO_94 */ - pendown-gpio = <&gpio3 30 GPIO_ACTIVE_HIGH>; + pendown-gpio = <&gpio3 30 GPIO_ACTIVE_LOW>; vcc-supply = <&vaux4>; ti,x-min = /bits/ 16 <0>; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm/boot/dts/omap5-cm-t54.dts +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm/boot/dts/omap5-cm-t54.dts @@ -354,7 +354,7 @@ interrupt-parent = <&gpio1>; interrupts = <15 0>; /* gpio1_wk15 */ - pendown-gpio = <&gpio1 15 GPIO_ACTIVE_HIGH>; + pendown-gpio = <&gpio1 15 GPIO_ACTIVE_LOW>; ti,x-min = /bits/ 16 <0x0>; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm/boot/dts/qcom-apq8026-lg-lenok.dts +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm/boot/dts/qcom-apq8026-lg-lenok.dts @@ -27,6 +27,16 @@ }; reserved-memory { + sbl_region: sbl@2f00000 { + reg = <0x02f00000 0x100000>; + no-map; + }; + + external_image_region: external-image@3100000 { + reg = <0x03100000 0x200000>; + no-map; + }; + adsp_region: adsp@3300000 { reg = <0x03300000 0x1400000>; no-map; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm/boot/dts/qcom-apq8060-dragonboard.dts +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm/boot/dts/qcom-apq8060-dragonboard.dts @@ -453,7 +453,7 @@ * PM8901 supplies "preliminary regulators" whatever * that means */ - pm8901-regulators { + regulators-0 { vdd_l0-supply = <&pm8901_s4>; vdd_l1-supply = <&vph>; vdd_l2-supply = <&vph>; @@ -539,7 +539,7 @@ }; - pm8058-regulators { + regulators-1 { vdd_l0_l1_lvs-supply = <&pm8058_s3>; vdd_l2_l11_l12-supply = <&vph>; vdd_l3_l4_l5-supply = <&vph>; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm/boot/dts/qcom-apq8064.dtsi +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm/boot/dts/qcom-apq8064.dtsi @@ -1261,7 +1261,7 @@ gpu_opp_table: opp-table { compatible = "operating-points-v2"; - opp-320000000 { + opp-450000000 { opp-hz = /bits/ 64 <450000000>; }; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm/boot/dts/qcom-apq8074-dragonboard.dts +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm/boot/dts/qcom-apq8074-dragonboard.dts @@ -23,6 +23,10 @@ status = "okay"; }; +&blsp2_dma { + qcom,controlled-remotely; +}; + &blsp2_i2c5 { status = "okay"; clock-frequency = <200000>; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm/boot/dts/qcom-ipq4019-ap.dk04.1-c1.dts +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm/boot/dts/qcom-ipq4019-ap.dk04.1-c1.dts @@ -11,9 +11,9 @@ dma-controller@7984000 { status = "okay"; }; - - qpic-nand@79b0000 { - status = "okay"; - }; }; }; + +&nand { + status = "okay"; +}; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm/boot/dts/qcom-ipq4019-ap.dk04.1.dtsi +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm/boot/dts/qcom-ipq4019-ap.dk04.1.dtsi @@ -102,10 +102,10 @@ status = "okay"; perst-gpios = <&tlmm 38 GPIO_ACTIVE_LOW>; }; - - qpic-nand@79b0000 { - pinctrl-0 = <&nand_pins>; - pinctrl-names = "default"; - }; }; }; + +&nand { + pinctrl-0 = <&nand_pins>; + pinctrl-names = "default"; +}; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm/boot/dts/qcom-ipq4019-ap.dk07.1.dtsi +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm/boot/dts/qcom-ipq4019-ap.dk07.1.dtsi @@ -65,11 +65,11 @@ dma-controller@7984000 { status = "okay"; }; - - qpic-nand@79b0000 { - pinctrl-0 = <&nand_pins>; - pinctrl-names = "default"; - status = "okay"; - }; }; }; + +&nand { + pinctrl-0 = <&nand_pins>; + pinctrl-names = "default"; + status = "okay"; +}; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm/boot/dts/qcom-ipq4019.dtsi +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm/boot/dts/qcom-ipq4019.dtsi @@ -426,8 +426,8 @@ #address-cells = <3>; #size-cells = <2>; - ranges = <0x81000000 0 0x40200000 0x40200000 0 0x00100000>, - <0x82000000 0 0x40300000 0x40300000 0 0x00d00000>; + ranges = <0x81000000 0x0 0x00000000 0x40200000 0x0 0x00100000>, + <0x82000000 0x0 0x40300000 0x40300000 0x0 0x00d00000>; interrupts = ; interrupt-names = "msi"; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm/boot/dts/qcom-ipq8064.dtsi +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm/boot/dts/qcom-ipq8064.dtsi @@ -1082,8 +1082,8 @@ #address-cells = <3>; #size-cells = <2>; - ranges = <0x81000000 0 0x0fe00000 0x0fe00000 0 0x00010000 /* downstream I/O */ - 0x82000000 0 0x08000000 0x08000000 0 0x07e00000>; /* non-prefetchable memory */ + ranges = <0x81000000 0x0 0x00000000 0x0fe00000 0x0 0x00010000 /* I/O */ + 0x82000000 0x0 0x08000000 0x08000000 0x0 0x07e00000>; /* MEM */ interrupts = ; interrupt-names = "msi"; @@ -1133,8 +1133,8 @@ #address-cells = <3>; #size-cells = <2>; - ranges = <0x81000000 0 0x31e00000 0x31e00000 0 0x00010000 /* downstream I/O */ - 0x82000000 0 0x2e000000 0x2e000000 0 0x03e00000>; /* non-prefetchable memory */ + ranges = <0x81000000 0x0 0x00000000 0x31e00000 0x0 0x00010000 /* I/O */ + 0x82000000 0x0 0x2e000000 0x2e000000 0x0 0x03e00000>; /* MEM */ interrupts = ; interrupt-names = "msi"; @@ -1184,8 +1184,8 @@ #address-cells = <3>; #size-cells = <2>; - ranges = <0x81000000 0 0x35e00000 0x35e00000 0 0x00010000 /* downstream I/O */ - 0x82000000 0 0x32000000 0x32000000 0 0x03e00000>; /* non-prefetchable memory */ + ranges = <0x81000000 0x0 0x00000000 0x35e00000 0x0 0x00010000 /* I/O */ + 0x82000000 0x0 0x32000000 0x32000000 0x0 0x03e00000>; /* MEM */ interrupts = ; interrupt-names = "msi"; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm/boot/dts/qcom-msm8974.dtsi +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm/boot/dts/qcom-msm8974.dtsi @@ -300,7 +300,7 @@ qcom,ipc = <&apcs 8 0>; qcom,smd-edge = <15>; - rpm_requests: rpm_requests { + rpm_requests: rpm-requests { compatible = "qcom,rpm-msm8974"; qcom,smd-channels = "rpm_requests"; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm/boot/dts/qcom-sdx55.dtsi +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm/boot/dts/qcom-sdx55.dtsi @@ -303,6 +303,45 @@ status = "disabled"; }; + pcie_ep: pcie-ep@1c00000 { + compatible = "qcom,sdx55-pcie-ep"; + reg = <0x01c00000 0x3000>, + <0x40000000 0xf1d>, + <0x40000f20 0xc8>, + <0x40001000 0x1000>, + <0x40200000 0x100000>, + <0x01c03000 0x3000>; + reg-names = "parf", "dbi", "elbi", "atu", "addr_space", + "mmio"; + + qcom,perst-regs = <&tcsr 0xb258 0xb270>; + + clocks = <&gcc GCC_PCIE_AUX_CLK>, + <&gcc GCC_PCIE_CFG_AHB_CLK>, + <&gcc GCC_PCIE_MSTR_AXI_CLK>, + <&gcc GCC_PCIE_SLV_AXI_CLK>, + <&gcc GCC_PCIE_SLV_Q2A_AXI_CLK>, + <&gcc GCC_PCIE_SLEEP_CLK>, + <&gcc GCC_PCIE_0_CLKREF_CLK>; + clock-names = "aux", "cfg", "bus_master", "bus_slave", + "slave_q2a", "sleep", "ref"; + + interrupts = , + ; + interrupt-names = "global", "doorbell"; + reset-gpios = <&tlmm 57 GPIO_ACTIVE_LOW>; + wake-gpios = <&tlmm 53 GPIO_ACTIVE_LOW>; + resets = <&gcc GCC_PCIE_BCR>; + reset-names = "core"; + power-domains = <&gcc PCIE_GDSC>; + phys = <&pcie0_lane>; + phy-names = "pciephy"; + max-link-speed = <3>; + num-lanes = <2>; + + status = "disabled"; + }; + pcie0_phy: phy@1c07000 { compatible = "qcom,sdx55-qmp-pcie-phy"; reg = <0x01c07000 0x1c4>; @@ -400,45 +439,6 @@ status = "disabled"; }; - pcie_ep: pcie-ep@40000000 { - compatible = "qcom,sdx55-pcie-ep"; - reg = <0x01c00000 0x3000>, - <0x40000000 0xf1d>, - <0x40000f20 0xc8>, - <0x40001000 0x1000>, - <0x40200000 0x100000>, - <0x01c03000 0x3000>; - reg-names = "parf", "dbi", "elbi", "atu", "addr_space", - "mmio"; - - qcom,perst-regs = <&tcsr 0xb258 0xb270>; - - clocks = <&gcc GCC_PCIE_AUX_CLK>, - <&gcc GCC_PCIE_CFG_AHB_CLK>, - <&gcc GCC_PCIE_MSTR_AXI_CLK>, - <&gcc GCC_PCIE_SLV_AXI_CLK>, - <&gcc GCC_PCIE_SLV_Q2A_AXI_CLK>, - <&gcc GCC_PCIE_SLEEP_CLK>, - <&gcc GCC_PCIE_0_CLKREF_CLK>; - clock-names = "aux", "cfg", "bus_master", "bus_slave", - "slave_q2a", "sleep", "ref"; - - interrupts = , - ; - interrupt-names = "global", "doorbell"; - reset-gpios = <&tlmm 57 GPIO_ACTIVE_LOW>; - wake-gpios = <&tlmm 53 GPIO_ACTIVE_LOW>; - resets = <&gcc GCC_PCIE_BCR>; - reset-names = "core"; - power-domains = <&gcc PCIE_GDSC>; - phys = <&pcie0_lane>; - phy-names = "pciephy"; - max-link-speed = <3>; - num-lanes = <2>; - - status = "disabled"; - }; - remoteproc_mpss: remoteproc@4080000 { compatible = "qcom,sdx55-mpss-pas"; reg = <0x04080000 0x4040>; @@ -578,7 +578,7 @@ }; apps_smmu: iommu@15000000 { - compatible = "qcom,sdx55-smmu-500", "arm,mmu-500"; + compatible = "qcom,sdx55-smmu-500", "qcom,smmu-500", "arm,mmu-500"; reg = <0x15000000 0x20000>; #iommu-cells = <2>; #global-interrupts = <1>; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm/boot/dts/qcom-sdx65.dtsi +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm/boot/dts/qcom-sdx65.dtsi @@ -455,7 +455,7 @@ }; apps_smmu: iommu@15000000 { - compatible = "qcom,sdx65-smmu-500", "arm,mmu-500"; + compatible = "qcom,sdx65-smmu-500", "qcom,smmu-500", "arm,mmu-500"; reg = <0x15000000 0x40000>; #iommu-cells = <2>; #global-interrupts = <1>; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm/boot/dts/rk3288.dtsi +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm/boot/dts/rk3288.dtsi @@ -942,7 +942,7 @@ status = "disabled"; }; - spdif: sound@ff88b0000 { + spdif: sound@ff8b0000 { compatible = "rockchip,rk3288-spdif", "rockchip,rk3066-spdif"; reg = <0x0 0xff8b0000 0x0 0x10000>; #sound-dai-cells = <0>; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm/boot/dts/s5pv210.dtsi +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm/boot/dts/s5pv210.dtsi @@ -566,7 +566,7 @@ interrupts = <29>; clocks = <&clocks CLK_CSIS>, <&clocks SCLK_CSIS>; - clock-names = "clk_csis", + clock-names = "csis", "sclk_csis"; bus-width = <4>; status = "disabled"; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm/boot/dts/spear320-hmi.dts +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm/boot/dts/spear320-hmi.dts @@ -241,7 +241,7 @@ irq-trigger = <0x1>; stmpegpio: stmpe-gpio { - compatible = "stmpe,gpio"; + compatible = "st,stmpe-gpio"; reg = <0>; gpio-controller; #gpio-cells = <2>; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm/boot/dts/stm32f7-pinctrl.dtsi +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm/boot/dts/stm32f7-pinctrl.dtsi @@ -284,6 +284,88 @@ slew-rate = <2>; }; }; + + can1_pins_a: can1-0 { + pins1 { + pinmux = ; /* CAN1_TX */ + }; + pins2 { + pinmux = ; /* CAN1_RX */ + bias-pull-up; + }; + }; + + can1_pins_b: can1-1 { + pins1 { + pinmux = ; /* CAN1_TX */ + }; + pins2 { + pinmux = ; /* CAN1_RX */ + bias-pull-up; + }; + }; + + can1_pins_c: can1-2 { + pins1 { + pinmux = ; /* CAN1_TX */ + }; + pins2 { + pinmux = ; /* CAN1_RX */ + bias-pull-up; + + }; + }; + + can1_pins_d: can1-3 { + pins1 { + pinmux = ; /* CAN1_TX */ + }; + pins2 { + pinmux = ; /* CAN1_RX */ + bias-pull-up; + + }; + }; + + can2_pins_a: can2-0 { + pins1 { + pinmux = ; /* CAN2_TX */ + }; + pins2 { + pinmux = ; /* CAN2_RX */ + bias-pull-up; + }; + }; + + can2_pins_b: can2-1 { + pins1 { + pinmux = ; /* CAN2_TX */ + }; + pins2 { + pinmux = ; /* CAN2_RX */ + bias-pull-up; + }; + }; + + can3_pins_a: can3-0 { + pins1 { + pinmux = ; /* CAN3_TX */ + }; + pins2 { + pinmux = ; /* CAN3_RX */ + bias-pull-up; + }; + }; + + can3_pins_b: can3-1 { + pins1 { + pinmux = ; /* CAN3_TX */ + }; + pins2 { + pinmux = ; /* CAN3_RX */ + bias-pull-up; + }; + }; }; }; }; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm/boot/dts/stm32mp131.dtsi +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm/boot/dts/stm32mp131.dtsi @@ -527,6 +527,7 @@ part_number_otp: part_number_otp@4 { reg = <0x4 0x2>; + bits = <0 12>; }; ts_cal1: calib@5c { reg = <0x5c 0x2>; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm/boot/dts/stm32mp15-pinctrl.dtsi +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm/boot/dts/stm32mp15-pinctrl.dtsi @@ -1880,6 +1880,21 @@ }; }; + spi1_pins_b: spi1-1 { + pins1 { + pinmux = , /* SPI1_SCK */ + ; /* SPI1_MOSI */ + bias-disable; + drive-push-pull; + slew-rate = <1>; + }; + + pins2 { + pinmux = ; /* SPI1_MISO */ + bias-disable; + }; + }; + spi2_pins_a: spi2-0 { pins1 { pinmux = , /* SPI2_SCK */ @@ -2448,19 +2463,4 @@ bias-disable; }; }; - - spi1_pins_b: spi1-1 { - pins1 { - pinmux = , /* SPI1_SCK */ - ; /* SPI1_MOSI */ - bias-disable; - drive-push-pull; - slew-rate = <1>; - }; - - pins2 { - pinmux = ; /* SPI1_MISO */ - bias-disable; - }; - }; }; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm/boot/dts/stm32mp15xx-dhcom-pdk2.dtsi +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm/boot/dts/stm32mp15xx-dhcom-pdk2.dtsi @@ -137,10 +137,13 @@ sound { compatible = "audio-graph-card"; - routing = - "MIC_IN", "Capture", - "Capture", "Mic Bias", - "Playback", "HP_OUT"; + widgets = "Headphone", "Headphone Jack", + "Line", "Line In Jack", + "Microphone", "Microphone Jack"; + routing = "Headphone Jack", "HP_OUT", + "LINE_IN", "Line In Jack", + "MIC_IN", "Microphone Jack", + "Microphone Jack", "Mic Bias"; dais = <&sai2a_port &sai2b_port>; status = "okay"; }; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm/boot/dts/stm32mp15xx-dhcor-avenger96.dtsi +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm/boot/dts/stm32mp15xx-dhcor-avenger96.dtsi @@ -87,7 +87,7 @@ sound { compatible = "audio-graph-card"; - label = "STM32MP1-AV96-HDMI"; + label = "STM32-AV96-HDMI"; dais = <&sai2a_port>; status = "okay"; }; @@ -321,6 +321,12 @@ }; }; }; + + dh_mac_eeprom: eeprom@53 { + compatible = "atmel,24c02"; + reg = <0x53>; + pagesize = <16>; + }; }; <dc { --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm/boot/dts/stm32mp15xx-dhcor-drc-compact.dtsi +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm/boot/dts/stm32mp15xx-dhcor-drc-compact.dtsi @@ -192,6 +192,12 @@ reg = <0x50>; pagesize = <16>; }; + + dh_mac_eeprom: eeprom@53 { + compatible = "atmel,24c02"; + reg = <0x53>; + pagesize = <16>; + }; }; &sdmmc1 { /* MicroSD */ --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm/boot/dts/stm32mp15xx-dhcor-som.dtsi +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm/boot/dts/stm32mp15xx-dhcor-som.dtsi @@ -213,12 +213,6 @@ status = "disabled"; }; }; - - eeprom@53 { - compatible = "atmel,24c02"; - reg = <0x53>; - pagesize = <16>; - }; }; &ipcc { --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm/boot/dts/stm32mp15xx-dkx.dtsi +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm/boot/dts/stm32mp15xx-dkx.dtsi @@ -438,7 +438,7 @@ i2s2_port: port { i2s2_endpoint: endpoint { remote-endpoint = <&sii9022_tx_endpoint>; - format = "i2s"; + dai-format = "i2s"; mclk-fs = <256>; }; }; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm/boot/dts/sun8i-h3-nanopi-duo2.dts +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm/boot/dts/sun8i-h3-nanopi-duo2.dts @@ -57,7 +57,7 @@ regulator-ramp-delay = <50>; /* 4ms */ enable-active-high; - enable-gpio = <&r_pio 0 8 GPIO_ACTIVE_HIGH>; /* PL8 */ + enable-gpios = <&r_pio 0 8 GPIO_ACTIVE_HIGH>; /* PL8 */ gpios = <&r_pio 0 6 GPIO_ACTIVE_HIGH>; /* PL6 */ gpios-states = <0x1>; states = <1100000 0>, <1300000 1>; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm/boot/dts/vexpress-v2p-ca5s.dts +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm/boot/dts/vexpress-v2p-ca5s.dts @@ -132,6 +132,7 @@ reg = <0x2c0f0000 0x1000>; interrupts = <0 84 4>; cache-level = <2>; + cache-unified; }; pmu { --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm/configs/bcm2835_defconfig +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm/configs/bcm2835_defconfig @@ -107,6 +107,7 @@ CONFIG_DRM=y CONFIG_DRM_V3D=y CONFIG_DRM_VC4=y +CONFIG_FB=y CONFIG_FB_SIMPLE=y CONFIG_FRAMEBUFFER_CONSOLE=y CONFIG_SOUND=y --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm/include/asm/assembler.h +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm/include/asm/assembler.h @@ -402,6 +402,23 @@ #endif .endm +/* + * Raw SMP data memory barrier + */ + .macro __smp_dmb mode +#if __LINUX_ARM_ARCH__ >= 7 + .ifeqs "\mode","arm" + dmb ish + .else + W(dmb) ish + .endif +#elif __LINUX_ARM_ARCH__ == 6 + mcr p15, 0, r0, c7, c10, 5 @ dmb +#else + .error "Incompatible SMP platform" +#endif + .endm + #if defined(CONFIG_CPU_V7M) /* * setmode is used to assert to be in svc mode during boot. For v7-M --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm/include/asm/bugs.h +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm/include/asm/bugs.h @@ -1,7 +1,5 @@ /* SPDX-License-Identifier: GPL-2.0-only */ /* - * arch/arm/include/asm/bugs.h - * * Copyright (C) 1995-2003 Russell King */ #ifndef __ASM_BUGS_H @@ -10,10 +8,8 @@ extern void check_writebuffer_bugs(void); #ifdef CONFIG_MMU -extern void check_bugs(void); extern void check_other_bugs(void); #else -#define check_bugs() do { } while (0) #define check_other_bugs() do { } while (0) #endif --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm/include/asm/sync_bitops.h +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm/include/asm/sync_bitops.h @@ -14,14 +14,35 @@ * ops which are SMP safe even on a UP kernel. */ +/* + * Unordered + */ + #define sync_set_bit(nr, p) _set_bit(nr, p) #define sync_clear_bit(nr, p) _clear_bit(nr, p) #define sync_change_bit(nr, p) _change_bit(nr, p) -#define sync_test_and_set_bit(nr, p) _test_and_set_bit(nr, p) -#define sync_test_and_clear_bit(nr, p) _test_and_clear_bit(nr, p) -#define sync_test_and_change_bit(nr, p) _test_and_change_bit(nr, p) #define sync_test_bit(nr, addr) test_bit(nr, addr) -#define arch_sync_cmpxchg arch_cmpxchg +/* + * Fully ordered + */ + +int _sync_test_and_set_bit(int nr, volatile unsigned long * p); +#define sync_test_and_set_bit(nr, p) _sync_test_and_set_bit(nr, p) + +int _sync_test_and_clear_bit(int nr, volatile unsigned long * p); +#define sync_test_and_clear_bit(nr, p) _sync_test_and_clear_bit(nr, p) + +int _sync_test_and_change_bit(int nr, volatile unsigned long * p); +#define sync_test_and_change_bit(nr, p) _sync_test_and_change_bit(nr, p) + +#define arch_sync_cmpxchg(ptr, old, new) \ +({ \ + __typeof__(*(ptr)) __ret; \ + __smp_mb__before_atomic(); \ + __ret = arch_cmpxchg_relaxed((ptr), (old), (new)); \ + __smp_mb__after_atomic(); \ + __ret; \ +}) #endif --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm/kernel/bugs.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm/kernel/bugs.c @@ -1,5 +1,6 @@ // SPDX-License-Identifier: GPL-2.0 #include +#include #include #include @@ -11,7 +12,7 @@ #endif } -void __init check_bugs(void) +void __init arch_cpu_finalize_init(void) { check_writebuffer_bugs(); check_other_bugs(); --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm/kernel/module-plts.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm/kernel/module-plts.c @@ -256,7 +256,7 @@ /* sort by type and symbol index */ sort(rels, numrels, sizeof(Elf32_Rel), cmp_rel, NULL); - if (strncmp(secstrings + dstsec->sh_name, ".init", 5) != 0) + if (!module_init_layout_section(secstrings + dstsec->sh_name)) core_plts += count_plts(syms, dstsec->sh_addr, rels, numrels, s->sh_info); else --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm/kernel/unwind.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm/kernel/unwind.c @@ -308,6 +308,29 @@ return URC_OK; } +static unsigned long unwind_decode_uleb128(struct unwind_ctrl_block *ctrl) +{ + unsigned long bytes = 0; + unsigned long insn; + unsigned long result = 0; + + /* + * unwind_get_byte() will advance `ctrl` one instruction at a time, so + * loop until we get an instruction byte where bit 7 is not set. + * + * Note: This decodes a maximum of 4 bytes to output 28 bits data where + * max is 0xfffffff: that will cover a vsp increment of 1073742336, hence + * it is sufficient for unwinding the stack. + */ + do { + insn = unwind_get_byte(ctrl); + result |= (insn & 0x7f) << (bytes * 7); + bytes++; + } while (!!(insn & 0x80) && (bytes != sizeof(result))); + + return result; +} + /* * Execute the current unwind instruction. */ @@ -361,7 +384,7 @@ if (ret) goto error; } else if (insn == 0xb2) { - unsigned long uleb128 = unwind_get_byte(ctrl); + unsigned long uleb128 = unwind_decode_uleb128(ctrl); ctrl->vrs[SP] += 0x204 + (uleb128 << 2); } else { --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm/lib/bitops.h +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm/lib/bitops.h @@ -28,7 +28,7 @@ ENDPROC(\name ) .endm - .macro testop, name, instr, store + .macro __testop, name, instr, store, barrier ENTRY( \name ) UNWIND( .fnstart ) ands ip, r1, #3 @@ -38,7 +38,7 @@ mov r0, r0, lsr #5 add r1, r1, r0, lsl #2 @ Get word offset mov r3, r2, lsl r3 @ create mask - smp_dmb + \barrier #if __LINUX_ARM_ARCH__ >= 7 && defined(CONFIG_SMP) .arch_extension mp ALT_SMP(W(pldw) [r1]) @@ -50,13 +50,21 @@ strex ip, r2, [r1] cmp ip, #0 bne 1b - smp_dmb + \barrier cmp r0, #0 movne r0, #1 2: bx lr UNWIND( .fnend ) ENDPROC(\name ) .endm + + .macro testop, name, instr, store + __testop \name, \instr, \store, smp_dmb + .endm + + .macro sync_testop, name, instr, store + __testop \name, \instr, \store, __smp_dmb + .endm #else .macro bitop, name, instr ENTRY( \name ) --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm/lib/testchangebit.S +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm/lib/testchangebit.S @@ -10,3 +10,7 @@ .text testop _test_and_change_bit, eor, str + +#if __LINUX_ARM_ARCH__ >= 6 +sync_testop _sync_test_and_change_bit, eor, str +#endif --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm/lib/testclearbit.S +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm/lib/testclearbit.S @@ -10,3 +10,7 @@ .text testop _test_and_clear_bit, bicne, strne + +#if __LINUX_ARM_ARCH__ >= 6 +sync_testop _sync_test_and_clear_bit, bicne, strne +#endif --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm/lib/testsetbit.S +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm/lib/testsetbit.S @@ -10,3 +10,7 @@ .text testop _test_and_set_bit, orreq, streq + +#if __LINUX_ARM_ARCH__ >= 6 +sync_testop _sync_test_and_set_bit, orreq, streq +#endif --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm/lib/uaccess_with_memcpy.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm/lib/uaccess_with_memcpy.c @@ -116,7 +116,7 @@ tocopy = n; ua_flags = uaccess_save_and_enable(); - memcpy((void *)to, from, tocopy); + __memcpy((void *)to, from, tocopy); uaccess_restore(ua_flags); to += tocopy; from += tocopy; @@ -178,7 +178,7 @@ tocopy = n; ua_flags = uaccess_save_and_enable(); - memset((void *)addr, 0, tocopy); + __memset((void *)addr, 0, tocopy); uaccess_restore(ua_flags); addr += tocopy; n -= tocopy; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm/mach-at91/pm.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm/mach-at91/pm.c @@ -334,16 +334,14 @@ pdev = of_find_device_by_node(eth->np); if (!pdev) return false; + /* put_device(eth->dev) is called at the end of suspend. */ eth->dev = &pdev->dev; } /* No quirks if device isn't a wakeup source. */ - if (!device_may_wakeup(eth->dev)) { - put_device(eth->dev); + if (!device_may_wakeup(eth->dev)) return false; - } - /* put_device(eth->dev) is called at the end of suspend. */ return true; } @@ -439,14 +437,14 @@ pr_err("AT91: PM: failed to enable %s clocks\n", j == AT91_PM_G_ETH ? "geth" : "eth"); } - } else { - /* - * Release the reference to eth->dev taken in - * at91_pm_eth_quirk_is_valid(). - */ - put_device(eth->dev); - eth->dev = NULL; } + + /* + * Release the reference to eth->dev taken in + * at91_pm_eth_quirk_is_valid(). + */ + put_device(eth->dev); + eth->dev = NULL; } return ret; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm/mach-ep93xx/timer-ep93xx.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm/mach-ep93xx/timer-ep93xx.c @@ -9,6 +9,7 @@ #include #include #include "soc.h" +#include "platform.h" /************************************************************************* * Timer handling for EP93xx @@ -60,7 +61,7 @@ return ret; } -u64 ep93xx_clocksource_read(struct clocksource *c) +static u64 ep93xx_clocksource_read(struct clocksource *c) { u64 ret; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm/mach-imx/mmdc.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm/mach-imx/mmdc.c @@ -99,6 +99,7 @@ cpumask_t cpu; struct hrtimer hrtimer; unsigned int active_events; + int id; struct device *dev; struct perf_event *mmdc_events[MMDC_NUM_COUNTERS]; struct hlist_node node; @@ -433,8 +434,6 @@ static int mmdc_pmu_init(struct mmdc_pmu *pmu_mmdc, void __iomem *mmdc_base, struct device *dev) { - int mmdc_num; - *pmu_mmdc = (struct mmdc_pmu) { .pmu = (struct pmu) { .task_ctx_nr = perf_invalid_context, @@ -452,15 +451,16 @@ .active_events = 0, }; - mmdc_num = ida_simple_get(&mmdc_ida, 0, 0, GFP_KERNEL); + pmu_mmdc->id = ida_simple_get(&mmdc_ida, 0, 0, GFP_KERNEL); - return mmdc_num; + return pmu_mmdc->id; } static int imx_mmdc_remove(struct platform_device *pdev) { struct mmdc_pmu *pmu_mmdc = platform_get_drvdata(pdev); + ida_simple_remove(&mmdc_ida, pmu_mmdc->id); cpuhp_state_remove_instance_nocalls(cpuhp_mmdc_state, &pmu_mmdc->node); perf_pmu_unregister(&pmu_mmdc->pmu); iounmap(pmu_mmdc->mmdc_base); @@ -474,7 +474,6 @@ { struct mmdc_pmu *pmu_mmdc; char *name; - int mmdc_num; int ret; const struct of_device_id *of_id = of_match_device(imx_mmdc_dt_ids, &pdev->dev); @@ -497,14 +496,14 @@ cpuhp_mmdc_state = ret; } - mmdc_num = mmdc_pmu_init(pmu_mmdc, mmdc_base, &pdev->dev); - pmu_mmdc->mmdc_ipg_clk = mmdc_ipg_clk; - if (mmdc_num == 0) - name = "mmdc"; - else - name = devm_kasprintf(&pdev->dev, - GFP_KERNEL, "mmdc%d", mmdc_num); + ret = mmdc_pmu_init(pmu_mmdc, mmdc_base, &pdev->dev); + if (ret < 0) + goto pmu_free; + name = devm_kasprintf(&pdev->dev, + GFP_KERNEL, "mmdc%d", ret); + + pmu_mmdc->mmdc_ipg_clk = mmdc_ipg_clk; pmu_mmdc->devtype_data = (struct fsl_mmdc_devtype_data *)of_id->data; hrtimer_init(&pmu_mmdc->hrtimer, CLOCK_MONOTONIC, @@ -525,6 +524,7 @@ pmu_register_err: pr_warn("MMDC Perf PMU failed (%d), disabled\n", ret); + ida_simple_remove(&mmdc_ida, pmu_mmdc->id); cpuhp_state_remove_instance_nocalls(cpuhp_mmdc_state, &pmu_mmdc->node); hrtimer_cancel(&pmu_mmdc->hrtimer); pmu_free: --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm/mach-omap1/timer.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm/mach-omap1/timer.c @@ -158,7 +158,7 @@ kfree(pdata); err_free_pdev: - platform_device_unregister(pdev); + platform_device_put(pdev); return ret; } --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm/mach-omap2/board-generic.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm/mach-omap2/board-generic.c @@ -13,6 +13,7 @@ #include #include #include +#include #include #include --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm/mach-omap2/omap4-common.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm/mach-omap2/omap4-common.c @@ -140,6 +140,7 @@ __func__); else sram_sync = (void __iomem *)gen_pool_alloc(sram_pool, PAGE_SIZE); + of_node_put(np); return 0; } --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm/mach-omap2/timer.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm/mach-omap2/timer.c @@ -76,6 +76,7 @@ } rate = clk_get_rate(sys_clk); + clk_put(sys_clk); if (soc_is_dra7xx()) { /* --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm/mach-orion5x/board-dt.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm/mach-orion5x/board-dt.c @@ -60,6 +60,9 @@ if (of_machine_is_compatible("maxtor,shared-storage-2")) mss2_init(); + if (of_machine_is_compatible("lacie,d2-network")) + d2net_init(); + of_platform_default_populate(NULL, orion5x_auxdata_lookup, NULL); } --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm/mach-orion5x/common.h +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm/mach-orion5x/common.h @@ -75,6 +75,12 @@ static inline void mss2_init(void) {} #endif +#ifdef CONFIG_MACH_D2NET_DT +void d2net_init(void); +#else +static inline void d2net_init(void) {} +#endif + /***************************************************************************** * Helpers to access Orion registers ****************************************************************************/ --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm/mach-pxa/sharpsl_pm.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm/mach-pxa/sharpsl_pm.c @@ -220,8 +220,6 @@ { schedule_delayed_work(&sharpsl_bat, msecs_to_jiffies(125)); } -EXPORT_SYMBOL(sharpsl_battery_kick); - static void sharpsl_battery_thread(struct work_struct *private_) { --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm/mach-pxa/spitz.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm/mach-pxa/spitz.c @@ -9,7 +9,6 @@ */ #include -#include /* symbol_get ; symbol_put */ #include #include #include @@ -510,17 +509,6 @@ .wait_for_sync = spitz_ads7846_wait_for_hsync, }; -static void spitz_bl_kick_battery(void) -{ - void (*kick_batt)(void); - - kick_batt = symbol_get(sharpsl_battery_kick); - if (kick_batt) { - kick_batt(); - symbol_put(sharpsl_battery_kick); - } -} - static struct gpiod_lookup_table spitz_lcdcon_gpio_table = { .dev_id = "spi2.1", .table = { @@ -548,7 +536,7 @@ .max_intensity = 0x2f, .default_intensity = 0x1f, .limit_mask = 0x0b, - .kick_battery = spitz_bl_kick_battery, + .kick_battery = sharpsl_battery_kick, }; static struct spi_board_info spitz_spi_devices[] = { --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm/mach-s3c/s3c64xx.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm/mach-s3c/s3c64xx.c @@ -173,7 +173,8 @@ .tclk_mask = (1 << 7) | (1 << 6) | (1 << 5), }; -void __init s3c64xx_set_timer_source(unsigned int event, unsigned int source) +void __init s3c64xx_set_timer_source(enum s3c64xx_timer_mode event, + enum s3c64xx_timer_mode source) { s3c64xx_pwm_variant.output_mask = BIT(SAMSUNG_PWM_NUM) - 1; s3c64xx_pwm_variant.output_mask &= ~(BIT(event) | BIT(source)); --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm/mach-sa1100/jornada720_ssp.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm/mach-sa1100/jornada720_ssp.c @@ -1,5 +1,5 @@ // SPDX-License-Identifier: GPL-2.0-only -/** +/* * arch/arm/mac-sa1100/jornada720_ssp.c * * Copyright (C) 2006/2007 Kristoffer Ericson @@ -26,6 +26,7 @@ /** * jornada_ssp_reverse - reverses input byte + * @byte: input byte to reverse * * we need to reverse all data we receive from the mcu due to its physical location * returns : 01110111 -> 11101110 @@ -46,6 +47,7 @@ /** * jornada_ssp_byte - waits for ready ssp bus and sends byte + * @byte: input byte to transmit * * waits for fifo buffer to clear and then transmits, if it doesn't then we will * timeout after rounds. Needs mcu running before its called. @@ -77,6 +79,7 @@ /** * jornada_ssp_inout - decide if input is command or trading byte + * @byte: input byte to send (may be %TXDUMMY) * * returns : (jornada_ssp_byte(byte)) on success * : %-ETIMEDOUT on timeout failure --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm/mach-zynq/slcr.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm/mach-zynq/slcr.c @@ -213,6 +213,7 @@ zynq_slcr_regmap = syscon_regmap_lookup_by_compatible("xlnx,zynq-slcr"); if (IS_ERR(zynq_slcr_regmap)) { pr_err("%s: failed to find zynq-slcr\n", __func__); + of_node_put(np); return -ENODEV; } --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm/mm/fault.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm/mm/fault.c @@ -232,37 +232,11 @@ return false; } -static vm_fault_t __kprobes -__do_page_fault(struct mm_struct *mm, unsigned long addr, unsigned int flags, - unsigned long vma_flags, struct pt_regs *regs) -{ - struct vm_area_struct *vma = find_vma(mm, addr); - if (unlikely(!vma)) - return VM_FAULT_BADMAP; - - if (unlikely(vma->vm_start > addr)) { - if (!(vma->vm_flags & VM_GROWSDOWN)) - return VM_FAULT_BADMAP; - if (addr < FIRST_USER_ADDRESS) - return VM_FAULT_BADMAP; - if (expand_stack(vma, addr)) - return VM_FAULT_BADMAP; - } - - /* - * ok, we have a good vm_area for this memory access, check the - * permissions on the VMA allow for the fault which occurred. - */ - if (!(vma->vm_flags & vma_flags)) - return VM_FAULT_BADACCESS; - - return handle_mm_fault(vma, addr & PAGE_MASK, flags, regs); -} - static int __kprobes do_page_fault(unsigned long addr, unsigned int fsr, struct pt_regs *regs) { struct mm_struct *mm = current->mm; + struct vm_area_struct *vma; int sig, code; vm_fault_t fault; unsigned int flags = FAULT_FLAG_DEFAULT; @@ -301,31 +275,21 @@ perf_sw_event(PERF_COUNT_SW_PAGE_FAULTS, 1, regs, addr); - /* - * As per x86, we may deadlock here. However, since the kernel only - * validly references user space from well defined areas of the code, - * we can bug out early if this is from code which shouldn't. - */ - if (!mmap_read_trylock(mm)) { - if (!user_mode(regs) && !search_exception_tables(regs->ARM_pc)) - goto no_context; retry: - mmap_read_lock(mm); - } else { - /* - * The above down_read_trylock() might have succeeded in - * which case, we'll have missed the might_sleep() from - * down_read() - */ - might_sleep(); -#ifdef CONFIG_DEBUG_VM - if (!user_mode(regs) && - !search_exception_tables(regs->ARM_pc)) - goto no_context; -#endif + vma = lock_mm_and_find_vma(mm, addr, regs); + if (unlikely(!vma)) { + fault = VM_FAULT_BADMAP; + goto bad_area; } - fault = __do_page_fault(mm, addr, flags, vm_flags, regs); + /* + * ok, we have a good vm_area for this memory access, check the + * permissions on the VMA allow for the fault which occurred. + */ + if (!(vma->vm_flags & vm_flags)) + fault = VM_FAULT_BADACCESS; + else + fault = handle_mm_fault(vma, addr & PAGE_MASK, flags, regs); /* If we need to retry but a fatal signal is pending, handle the * signal first. We do not need to release the mmap_lock because @@ -356,6 +320,7 @@ if (likely(!(fault & (VM_FAULT_ERROR | VM_FAULT_BADMAP | VM_FAULT_BADACCESS)))) return 0; +bad_area: /* * If we are in kernel mode at this point, we * have no context to handle this fault with. --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm/probes/kprobes/checkers-common.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm/probes/kprobes/checkers-common.c @@ -40,7 +40,7 @@ * Different from other insn uses imm8, the real addressing offset of * STRD in T32 encoding should be imm8 * 4. See ARMARM description. */ -enum probes_insn checker_stack_use_t32strd(probes_opcode_t insn, +static enum probes_insn checker_stack_use_t32strd(probes_opcode_t insn, struct arch_probes_insn *asi, const struct decode_header *h) { --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm/probes/kprobes/core.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm/probes/kprobes/core.c @@ -233,7 +233,7 @@ * kprobe, and that level is reserved for user kprobe handlers, so we can't * risk encountering a new kprobe in an interrupt handler. */ -void __kprobes kprobe_handler(struct pt_regs *regs) +static void __kprobes kprobe_handler(struct pt_regs *regs) { struct kprobe *p, *cur; struct kprobe_ctlblk *kcb; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm/probes/kprobes/opt-arm.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm/probes/kprobes/opt-arm.c @@ -145,8 +145,6 @@ } } -extern void kprobe_handler(struct pt_regs *regs); - static void optimized_callback(struct optimized_kprobe *op, struct pt_regs *regs) { --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm/probes/kprobes/test-core.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm/probes/kprobes/test-core.c @@ -720,7 +720,7 @@ [REG_TYPE_NOSPPCX] = COVERAGE_ANY_REG | COVERAGE_SP, }; -unsigned coverage_start_registers(const struct decode_header *h) +static unsigned coverage_start_registers(const struct decode_header *h) { unsigned regs = 0; int i; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm/probes/kprobes/test-core.h +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm/probes/kprobes/test-core.h @@ -454,3 +454,7 @@ #else void kprobe_arm_test_cases(void); #endif + +void __kprobes_test_case_start(void); +void __kprobes_test_case_end_16(void); +void __kprobes_test_case_end_32(void); --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm64/Kconfig +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm64/Kconfig @@ -100,7 +100,6 @@ select ARCH_WANT_DEFAULT_TOPDOWN_MMAP_LAYOUT select ARCH_WANT_FRAME_POINTERS select ARCH_WANT_HUGE_PMD_SHARE if ARM64_4K_PAGES || (ARM64_16K_PAGES && !ARM64_VA_BITS_36) - select ARCH_WANT_HUGETLB_PAGE_OPTIMIZE_VMEMMAP select ARCH_WANT_LD_ORPHAN_WARN select ARCH_WANTS_NO_INSTR select ARCH_WANTS_THP_SWAP if ARM64_4K_PAGES @@ -215,6 +214,7 @@ select IRQ_DOMAIN select IRQ_FORCED_THREADING select KASAN_VMALLOC if KASAN + select LOCK_MM_AND_FIND_VMA select MODULES_USE_ELF_RELA select NEED_DMA_MAP_STATE select NEED_SG_DMA_LENGTH @@ -382,6 +382,25 @@ menu "ARM errata workarounds via the alternatives framework" +config AMPERE_ERRATUM_AC03_CPU_38 + bool "AmpereOne: AC03_CPU_38: Certain bits in the Virtualization Translation Control Register and Translation Control Registers do not follow RES0 semantics" + default y + help + This option adds an alternative code sequence to work around Ampere + erratum AC03_CPU_38 on AmpereOne. + + The affected design reports FEAT_HAFDBS as not implemented in + ID_AA64MMFR1_EL1.HAFDBS, but (V)TCR_ELx.{HA,HD} are not RES0 + as required by the architecture. The unadvertised HAFDBS + implementation suffers from an additional erratum where hardware + A/D updates can occur after a PTE has been marked invalid. + + The workaround forces KVM to explicitly set VTCR_EL2.HA to 0, + which avoids enabling unadvertised hardware Access Flag management + at stage-2. + + If unsure, say Y. + config ARM64_WORKAROUND_CLEAN_CACHE bool @@ -1473,6 +1492,7 @@ config ARCH_FORCE_MAX_ORDER int default "14" if ARM64_64K_PAGES + default "13" if (ARCH_THUNDER && ARM64_4K_PAGES) default "12" if ARM64_16K_PAGES default "11" help --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm64/boot/dts/altera/socfpga_stratix10_socdk.dts +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm64/boot/dts/altera/socfpga_stratix10_socdk.dts @@ -129,7 +129,7 @@ status = "okay"; clock-frequency = <100000>; i2c-sda-falling-time-ns = <890>; /* hcnt */ - i2c-sdl-falling-time-ns = <890>; /* lcnt */ + i2c-scl-falling-time-ns = <890>; /* lcnt */ adc@14 { compatible = "lltc,ltc2497"; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm64/boot/dts/altera/socfpga_stratix10_socdk_nand.dts +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm64/boot/dts/altera/socfpga_stratix10_socdk_nand.dts @@ -141,7 +141,7 @@ status = "okay"; clock-frequency = <100000>; i2c-sda-falling-time-ns = <890>; /* hcnt */ - i2c-sdl-falling-time-ns = <890>; /* lcnt */ + i2c-scl-falling-time-ns = <890>; /* lcnt */ adc@14 { compatible = "lltc,ltc2497"; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm64/boot/dts/amlogic/meson-axg-jethome-jethub-j1xx.dtsi +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm64/boot/dts/amlogic/meson-axg-jethome-jethub-j1xx.dtsi @@ -168,15 +168,15 @@ reg = <0x32 0x20>; }; - eth_mac: eth_mac@0 { + eth_mac: eth-mac@0 { reg = <0x0 0x6>; }; - bt_mac: bt_mac@6 { + bt_mac: bt-mac@6 { reg = <0x6 0x6>; }; - wifi_mac: wifi_mac@c { + wifi_mac: wifi-mac@c { reg = <0xc 0x6>; }; @@ -217,7 +217,7 @@ pinctrl-names = "default"; /* RTC */ - pcf8563: pcf8563@51 { + pcf8563: rtc@51 { compatible = "nxp,pcf8563"; reg = <0x51>; status = "okay"; @@ -303,7 +303,7 @@ &usb { status = "okay"; - phy-supply = <&usb_pwr>; + vbus-supply = <&usb_pwr>; }; &spicc1 { --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm64/boot/dts/amlogic/meson-axg.dtsi +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm64/boot/dts/amlogic/meson-axg.dtsi @@ -153,7 +153,7 @@ scpi_clocks: clocks { compatible = "arm,scpi-clocks"; - scpi_dvfs: clock-controller { + scpi_dvfs: clocks-0 { compatible = "arm,scpi-dvfs-clocks"; #clock-cells = <1>; clock-indices = <0>; @@ -162,7 +162,7 @@ }; scpi_sensors: sensors { - compatible = "amlogic,meson-gxbb-scpi-sensors"; + compatible = "amlogic,meson-gxbb-scpi-sensors", "arm,scpi-sensors"; #thermal-sensor-cells = <1>; }; }; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm64/boot/dts/amlogic/meson-g12-common.dtsi +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm64/boot/dts/amlogic/meson-g12-common.dtsi @@ -1571,15 +1571,20 @@ dmc: bus@38000 { compatible = "simple-bus"; - reg = <0x0 0x38000 0x0 0x400>; #address-cells = <2>; #size-cells = <2>; - ranges = <0x0 0x0 0x0 0x38000 0x0 0x400>; + ranges = <0x0 0x0 0x0 0x38000 0x0 0x2000>; canvas: video-lut@48 { compatible = "amlogic,canvas"; reg = <0x0 0x48 0x0 0x14>; }; + + pmu: pmu@80 { + reg = <0x0 0x80 0x0 0x40>, + <0x0 0xc00 0x0 0x40>; + interrupts = ; + }; }; usb2_phy1: phy@3a000 { @@ -1694,7 +1699,7 @@ #address-cells = <1>; #size-cells = <0>; - internal_ephy: ethernet_phy@8 { + internal_ephy: ethernet-phy@8 { compatible = "ethernet-phy-id0180.3301", "ethernet-phy-ieee802.3-c22"; interrupts = ; @@ -1705,12 +1710,6 @@ }; }; - pmu: pmu@ff638000 { - reg = <0x0 0xff638000 0x0 0x100>, - <0x0 0xff638c00 0x0 0x100>; - interrupts = ; - }; - aobus: bus@ff800000 { compatible = "simple-bus"; reg = <0x0 0xff800000 0x0 0x100000>; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm64/boot/dts/amlogic/meson-g12a-radxa-zero.dts +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm64/boot/dts/amlogic/meson-g12a-radxa-zero.dts @@ -401,5 +401,4 @@ &usb { status = "okay"; - dr_mode = "host"; }; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm64/boot/dts/amlogic/meson-g12a.dtsi +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm64/boot/dts/amlogic/meson-g12a.dtsi @@ -58,26 +58,6 @@ compatible = "operating-points-v2"; opp-shared; - opp-100000000 { - opp-hz = /bits/ 64 <100000000>; - opp-microvolt = <731000>; - }; - - opp-250000000 { - opp-hz = /bits/ 64 <250000000>; - opp-microvolt = <731000>; - }; - - opp-500000000 { - opp-hz = /bits/ 64 <500000000>; - opp-microvolt = <731000>; - }; - - opp-667000000 { - opp-hz = /bits/ 64 <666666666>; - opp-microvolt = <731000>; - }; - opp-1000000000 { opp-hz = /bits/ 64 <1000000000>; opp-microvolt = <731000>; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm64/boot/dts/amlogic/meson-g12b-odroid-go-ultra.dts +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm64/boot/dts/amlogic/meson-g12b-odroid-go-ultra.dts @@ -381,6 +381,7 @@ reg = <0x1c>; interrupt-parent = <&gpio_intc>; interrupts = <7 IRQ_TYPE_LEVEL_LOW>; /* GPIOAO_7 */ + #clock-cells = <1>; vcc1-supply = <&vdd_sys>; vcc2-supply = <&vdd_sys>; @@ -391,7 +392,6 @@ vcc8-supply = <&vcc_2v3>; vcc9-supply = <&vddao_3v3>; boost-supply = <&vdd_sys>; - switch-supply = <&vdd_sys>; regulators { vddcpu_a: DCDC_REG1 { --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm64/boot/dts/amlogic/meson-gx-libretech-pc.dtsi +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm64/boot/dts/amlogic/meson-gx-libretech-pc.dtsi @@ -17,7 +17,7 @@ io-channel-names = "buttons"; keyup-threshold-microvolt = <1800000>; - update-button { + button-update { label = "update"; linux,code = ; press-threshold-microvolt = <1300000>; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm64/boot/dts/amlogic/meson-gx.dtsi +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm64/boot/dts/amlogic/meson-gx.dtsi @@ -233,7 +233,7 @@ reg = <0x14 0x10>; }; - eth_mac: eth_mac@34 { + eth_mac: eth-mac@34 { reg = <0x34 0x10>; }; @@ -250,7 +250,7 @@ scpi_clocks: clocks { compatible = "arm,scpi-clocks"; - scpi_dvfs: scpi_clocks@0 { + scpi_dvfs: clocks-0 { compatible = "arm,scpi-dvfs-clocks"; #clock-cells = <1>; clock-indices = <0>; @@ -532,7 +532,7 @@ #size-cells = <2>; ranges = <0x0 0x0 0x0 0xc8834000 0x0 0x2000>; - hwrng: rng { + hwrng: rng@0 { compatible = "amlogic,meson-rng"; reg = <0x0 0x0 0x0 0x4>; }; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm64/boot/dts/amlogic/meson-gxbb-kii-pro.dts +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm64/boot/dts/amlogic/meson-gxbb-kii-pro.dts @@ -16,7 +16,7 @@ leds { compatible = "gpio-leds"; - status { + led { gpios = <&gpio_ao GPIOAO_13 GPIO_ACTIVE_LOW>; default-state = "off"; color = ; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm64/boot/dts/amlogic/meson-gxl-s905d-phicomm-n1.dts +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm64/boot/dts/amlogic/meson-gxl-s905d-phicomm-n1.dts @@ -18,7 +18,7 @@ leds { compatible = "gpio-leds"; - status { + led { label = "n1:white:status"; gpios = <&gpio_ao GPIOAO_9 GPIO_ACTIVE_HIGH>; default-state = "on"; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm64/boot/dts/amlogic/meson-gxl-s905d-sml5442tw.dts +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm64/boot/dts/amlogic/meson-gxl-s905d-sml5442tw.dts @@ -79,6 +79,5 @@ enable-gpios = <&gpio GPIOX_17 GPIO_ACTIVE_HIGH>; max-speed = <2000000>; clocks = <&wifi32k>; - clock-names = "lpo"; }; }; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm64/boot/dts/amlogic/meson-gxl-s905w-jethome-jethub-j80.dts +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm64/boot/dts/amlogic/meson-gxl-s905w-jethome-jethub-j80.dts @@ -86,11 +86,11 @@ }; &efuse { - bt_mac: bt_mac@6 { + bt_mac: bt-mac@6 { reg = <0x6 0x6>; }; - wifi_mac: wifi_mac@C { + wifi_mac: wifi-mac@c { reg = <0xc 0x6>; }; }; @@ -239,7 +239,7 @@ pinctrl-names = "default"; pinctrl-0 = <&i2c_b_pins>; - pcf8563: pcf8563@51 { + pcf8563: rtc@51 { compatible = "nxp,pcf8563"; reg = <0x51>; status = "okay"; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm64/boot/dts/amlogic/meson-gxl.dtsi +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm64/boot/dts/amlogic/meson-gxl.dtsi @@ -773,7 +773,7 @@ }; }; - eth-phy-mux { + eth-phy-mux@55c { compatible = "mdio-mux-mmioreg", "mdio-mux"; #address-cells = <1>; #size-cells = <0>; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm64/boot/dts/amlogic/meson-sm1-bananapi-m5.dts +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm64/boot/dts/amlogic/meson-sm1-bananapi-m5.dts @@ -17,13 +17,13 @@ compatible = "bananapi,bpi-m5", "amlogic,sm1"; model = "Banana Pi BPI-M5"; - adc_keys { + adc-keys { compatible = "adc-keys"; io-channels = <&saradc 2>; io-channel-names = "buttons"; keyup-threshold-microvolt = <1800000>; - key { + button-sw3 { label = "SW3"; linux,code = ; press-threshold-microvolt = <1700000>; @@ -123,7 +123,7 @@ regulator-min-microvolt = <1800000>; regulator-max-microvolt = <3300000>; - enable-gpio = <&gpio_ao GPIOE_2 GPIO_ACTIVE_HIGH>; + enable-gpio = <&gpio_ao GPIOE_2 GPIO_OPEN_DRAIN>; enable-active-high; regulator-always-on; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm64/boot/dts/amlogic/meson-sm1-odroid-hc4.dts +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm64/boot/dts/amlogic/meson-sm1-odroid-hc4.dts @@ -76,9 +76,17 @@ }; &cpu_thermal { + trips { + cpu_active: cpu-active { + temperature = <60000>; /* millicelsius */ + hysteresis = <2000>; /* millicelsius */ + type = "active"; + }; + }; + cooling-maps { map { - trip = <&cpu_passive>; + trip = <&cpu_active>; cooling-device = <&fan0 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>; }; }; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm64/boot/dts/apple/t8103-j274.dts +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm64/boot/dts/apple/t8103-j274.dts @@ -37,10 +37,12 @@ &port01 { bus-range = <2 2>; + status = "okay"; }; &port02 { bus-range = <3 3>; + status = "okay"; ethernet0: ethernet@0,0 { reg = <0x30000 0x0 0x0 0x0 0x0>; /* To be filled by the loader */ @@ -48,6 +50,14 @@ }; }; +&pcie0_dart_1 { + status = "okay"; +}; + +&pcie0_dart_2 { + status = "okay"; +}; + &i2c2 { status = "okay"; }; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm64/boot/dts/apple/t8103-j293.dts +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm64/boot/dts/apple/t8103-j293.dts @@ -25,21 +25,6 @@ brcm,board-type = "apple,honshu"; }; -/* - * Remove unused PCIe ports and disable the associated DARTs. - */ - -&pcie0_dart_1 { - status = "disabled"; -}; - -&pcie0_dart_2 { - status = "disabled"; -}; - -/delete-node/ &port01; -/delete-node/ &port02; - &i2c2 { status = "okay"; }; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm64/boot/dts/apple/t8103-j313.dts +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm64/boot/dts/apple/t8103-j313.dts @@ -24,18 +24,3 @@ &wifi0 { brcm,board-type = "apple,shikoku"; }; - -/* - * Remove unused PCIe ports and disable the associated DARTs. - */ - -&pcie0_dart_1 { - status = "disabled"; -}; - -&pcie0_dart_2 { - status = "disabled"; -}; - -/delete-node/ &port01; -/delete-node/ &port02; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm64/boot/dts/apple/t8103-j456.dts +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm64/boot/dts/apple/t8103-j456.dts @@ -55,13 +55,23 @@ &port01 { bus-range = <2 2>; + status = "okay"; }; &port02 { bus-range = <3 3>; + status = "okay"; ethernet0: ethernet@0,0 { reg = <0x30000 0x0 0x0 0x0 0x0>; /* To be filled by the loader */ local-mac-address = [00 10 18 00 00 00]; }; }; + +&pcie0_dart_1 { + status = "okay"; +}; + +&pcie0_dart_2 { + status = "okay"; +}; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm64/boot/dts/apple/t8103-j457.dts +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm64/boot/dts/apple/t8103-j457.dts @@ -37,6 +37,7 @@ &port02 { bus-range = <3 3>; + status = "okay"; ethernet0: ethernet@0,0 { reg = <0x30000 0x0 0x0 0x0 0x0>; /* To be filled by the loader */ @@ -44,12 +45,6 @@ }; }; -/* - * Remove unused PCIe port and disable the associated DART. - */ - -&pcie0_dart_1 { - status = "disabled"; +&pcie0_dart_2 { + status = "okay"; }; - -/delete-node/ &port01; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm64/boot/dts/apple/t8103.dtsi +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm64/boot/dts/apple/t8103.dtsi @@ -724,6 +724,7 @@ interrupt-parent = <&aic>; interrupts = ; power-domains = <&ps_apcie_gp>; + status = "disabled"; }; pcie0_dart_2: iommu@683008000 { @@ -733,6 +734,7 @@ interrupt-parent = <&aic>; interrupts = ; power-domains = <&ps_apcie_gp>; + status = "disabled"; }; pcie0: pcie@690000000 { @@ -807,6 +809,7 @@ <0 0 0 2 &port01 0 0 0 1>, <0 0 0 3 &port01 0 0 0 2>, <0 0 0 4 &port01 0 0 0 3>; + status = "disabled"; }; port02: pci@2,0 { @@ -826,6 +829,7 @@ <0 0 0 2 &port02 0 0 0 1>, <0 0 0 3 &port02 0 0 0 2>, <0 0 0 4 &port02 0 0 0 3>; + status = "disabled"; }; }; }; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm64/boot/dts/broadcom/bcmbca/bcm4908-asus-gt-ac5300.dts +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm64/boot/dts/broadcom/bcmbca/bcm4908-asus-gt-ac5300.dts @@ -120,7 +120,7 @@ }; &leds { - led-power@11 { + led@11 { reg = <0x11>; function = LED_FUNCTION_POWER; color = ; @@ -130,7 +130,7 @@ pinctrl-0 = <&pins_led_17_a>; }; - led-wan-red@12 { + led@12 { reg = <0x12>; function = LED_FUNCTION_WAN; color = ; @@ -139,7 +139,7 @@ pinctrl-0 = <&pins_led_18_a>; }; - led-wps@14 { + led@14 { reg = <0x14>; function = LED_FUNCTION_WPS; color = ; @@ -148,7 +148,7 @@ pinctrl-0 = <&pins_led_20_a>; }; - led-wan-white@15 { + led@15 { reg = <0x15>; function = LED_FUNCTION_WAN; color = ; @@ -157,7 +157,7 @@ pinctrl-0 = <&pins_led_21_a>; }; - led-lan@19 { + led@19 { reg = <0x19>; function = LED_FUNCTION_LAN; color = ; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm64/boot/dts/broadcom/bcmbca/bcm4908.dtsi +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm64/boot/dts/broadcom/bcmbca/bcm4908.dtsi @@ -254,7 +254,7 @@ }; }; - procmon: syscon@280000 { + procmon: bus@280000 { compatible = "simple-bus"; reg = <0x280000 0x1000>; ranges; @@ -538,7 +538,7 @@ reg = <0x1800 0x600>, <0x2000 0x10>; reg-names = "nand", "nand-int-base"; interrupts = ; - interrupt-names = "nand"; + interrupt-names = "nand_ctlrdy"; status = "okay"; nandcs: nand@0 { --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm64/boot/dts/freescale/imx8-ss-dma.dtsi +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm64/boot/dts/freescale/imx8-ss-dma.dtsi @@ -90,6 +90,8 @@ clocks = <&uart0_lpcg IMX_LPCG_CLK_4>, <&uart0_lpcg IMX_LPCG_CLK_0>; clock-names = "ipg", "baud"; + assigned-clocks = <&clk IMX_SC_R_UART_0 IMX_SC_PM_CLK_PER>; + assigned-clock-rates = <80000000>; power-domains = <&pd IMX_SC_R_UART_0>; status = "disabled"; }; @@ -100,6 +102,8 @@ clocks = <&uart1_lpcg IMX_LPCG_CLK_4>, <&uart1_lpcg IMX_LPCG_CLK_0>; clock-names = "ipg", "baud"; + assigned-clocks = <&clk IMX_SC_R_UART_1 IMX_SC_PM_CLK_PER>; + assigned-clock-rates = <80000000>; power-domains = <&pd IMX_SC_R_UART_1>; status = "disabled"; }; @@ -110,6 +114,8 @@ clocks = <&uart2_lpcg IMX_LPCG_CLK_4>, <&uart2_lpcg IMX_LPCG_CLK_0>; clock-names = "ipg", "baud"; + assigned-clocks = <&clk IMX_SC_R_UART_2 IMX_SC_PM_CLK_PER>; + assigned-clock-rates = <80000000>; power-domains = <&pd IMX_SC_R_UART_2>; status = "disabled"; }; @@ -120,6 +126,8 @@ clocks = <&uart3_lpcg IMX_LPCG_CLK_4>, <&uart3_lpcg IMX_LPCG_CLK_0>; clock-names = "ipg", "baud"; + assigned-clocks = <&clk IMX_SC_R_UART_3 IMX_SC_PM_CLK_PER>; + assigned-clock-rates = <80000000>; power-domains = <&pd IMX_SC_R_UART_3>; status = "disabled"; }; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm64/boot/dts/freescale/imx8-ss-lsio.dtsi +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm64/boot/dts/freescale/imx8-ss-lsio.dtsi @@ -117,7 +117,7 @@ interrupts = ; clocks = <&clk IMX_SC_R_FSPI_0 IMX_SC_PM_CLK_PER>, <&clk IMX_SC_R_FSPI_0 IMX_SC_PM_CLK_PER>; - clock-names = "fspi", "fspi_en"; + clock-names = "fspi_en", "fspi"; power-domains = <&pd IMX_SC_R_FSPI_0>; status = "disabled"; }; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm64/boot/dts/freescale/imx8dxl-evk.dts +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm64/boot/dts/freescale/imx8dxl-evk.dts @@ -121,8 +121,6 @@ phy-handle = <ðphy0>; nvmem-cells = <&fec_mac1>; nvmem-cell-names = "mac-address"; - snps,reset-gpios = <&pca6416_1 2 GPIO_ACTIVE_LOW>; - snps,reset-delays-us = <10 20 200000>; status = "okay"; mdio { @@ -135,6 +133,10 @@ reg = <0>; eee-broken-1000t; qca,disable-smarteee; + qca,disable-hibernation-mode; + reset-gpios = <&pca6416_1 2 GPIO_ACTIVE_LOW>; + reset-assert-us = <20>; + reset-deassert-us = <200000>; vddio-supply = <&vddio0>; vddio0: vddio-regulator { --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm64/boot/dts/freescale/imx8mm-evk.dtsi +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm64/boot/dts/freescale/imx8mm-evk.dtsi @@ -194,7 +194,7 @@ rohm,reset-snvs-powered; #clock-cells = <0>; - clocks = <&osc_32k 0>; + clocks = <&osc_32k>; clock-output-names = "clk-32k-out"; regulators { --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm64/boot/dts/freescale/imx8mm-nitrogen-r2.dts +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm64/boot/dts/freescale/imx8mm-nitrogen-r2.dts @@ -247,7 +247,7 @@ compatible = "wlf,wm8960"; reg = <0x1a>; clocks = <&clk IMX8MM_CLK_SAI1_ROOT>; - clock-names = "mclk1"; + clock-names = "mclk"; wlf,shared-lrclk; #sound-dai-cells = <0>; }; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm64/boot/dts/freescale/imx8mm-phyboard-polis-rdk.dts +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm64/boot/dts/freescale/imx8mm-phyboard-polis-rdk.dts @@ -141,7 +141,7 @@ }; &gpio1 { - gpio-line-names = "nINT_ETHPHY", "LED_RED", "WDOG_INT", "X_RTC_INT", + gpio-line-names = "", "LED_RED", "WDOG_INT", "X_RTC_INT", "", "", "", "RESET_ETHPHY", "CAN_nINT", "CAN_EN", "nENABLE_FLATLINK", "", "USB_OTG_VBUS_EN", "", "LED_GREEN", "LED_BLUE"; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm64/boot/dts/freescale/imx8mm-phycore-som.dtsi +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm64/boot/dts/freescale/imx8mm-phycore-som.dtsi @@ -111,7 +111,7 @@ }; &gpio1 { - gpio-line-names = "nINT_ETHPHY", "", "WDOG_INT", "X_RTC_INT", + gpio-line-names = "", "", "WDOG_INT", "X_RTC_INT", "", "", "", "RESET_ETHPHY", "", "", "nENABLE_FLATLINK"; }; @@ -210,7 +210,7 @@ }; }; - reg_vdd_gpu: buck3 { + reg_vdd_vpu: buck3 { regulator-always-on; regulator-boot-on; regulator-max-microvolt = <1000000>; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm64/boot/dts/freescale/imx8mm-venice-gw7903.dts +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm64/boot/dts/freescale/imx8mm-venice-gw7903.dts @@ -568,6 +568,10 @@ status = "okay"; }; +&disp_blk_ctrl { + status = "disabled"; +}; + &pgc_mipi { status = "disabled"; }; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm64/boot/dts/freescale/imx8mm-venice-gw7904.dts +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm64/boot/dts/freescale/imx8mm-venice-gw7904.dts @@ -629,6 +629,10 @@ status = "okay"; }; +&disp_blk_ctrl { + status = "disabled"; +}; + &pgc_mipi { status = "disabled"; }; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm64/boot/dts/freescale/imx8mm-verdin.dtsi +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm64/boot/dts/freescale/imx8mm-verdin.dtsi @@ -95,7 +95,7 @@ compatible = "regulator-fixed"; enable-active-high; gpio = <&gpio2 20 GPIO_ACTIVE_HIGH>; /* PMIC_EN_ETH */ - off-on-delay = <500000>; + off-on-delay-us = <500000>; pinctrl-names = "default"; pinctrl-0 = <&pinctrl_reg_eth>; regulator-always-on; @@ -135,7 +135,7 @@ enable-active-high; /* Verdin SD_1_PWR_EN (SODIMM 76) */ gpio = <&gpio3 5 GPIO_ACTIVE_HIGH>; - off-on-delay = <100000>; + off-on-delay-us = <100000>; pinctrl-names = "default"; pinctrl-0 = <&pinctrl_usdhc2_pwr_en>; regulator-max-microvolt = <3300000>; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm64/boot/dts/freescale/imx8mm.dtsi +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm64/boot/dts/freescale/imx8mm.dtsi @@ -563,7 +563,7 @@ #address-cells = <1>; #size-cells = <1>; - imx8mm_uid: unique-id@410 { + imx8mm_uid: unique-id@4 { reg = <0x4 0x8>; }; @@ -1147,10 +1147,9 @@ compatible = "fsl,imx8mm-mipi-csi2"; reg = <0x32e30000 0x1000>; interrupts = ; - assigned-clocks = <&clk IMX8MM_CLK_CSI1_CORE>, - <&clk IMX8MM_CLK_CSI1_PHY_REF>; - assigned-clock-parents = <&clk IMX8MM_SYS_PLL2_1000M>, - <&clk IMX8MM_SYS_PLL2_1000M>; + assigned-clocks = <&clk IMX8MM_CLK_CSI1_CORE>; + assigned-clock-parents = <&clk IMX8MM_SYS_PLL2_1000M>; + clock-frequency = <333000000>; clocks = <&clk IMX8MM_CLK_DISP_APB_ROOT>, <&clk IMX8MM_CLK_CSI1_ROOT>, --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm64/boot/dts/freescale/imx8mn-beacon-baseboard.dtsi +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm64/boot/dts/freescale/imx8mn-beacon-baseboard.dtsi @@ -81,7 +81,7 @@ &ecspi2 { pinctrl-names = "default"; pinctrl-0 = <&pinctrl_espi2>; - cs-gpios = <&gpio5 9 GPIO_ACTIVE_LOW>; + cs-gpios = <&gpio5 13 GPIO_ACTIVE_LOW>; status = "okay"; eeprom@0 { @@ -202,7 +202,7 @@ MX8MN_IOMUXC_ECSPI2_SCLK_ECSPI2_SCLK 0x82 MX8MN_IOMUXC_ECSPI2_MOSI_ECSPI2_MOSI 0x82 MX8MN_IOMUXC_ECSPI2_MISO_ECSPI2_MISO 0x82 - MX8MN_IOMUXC_ECSPI1_SS0_GPIO5_IO9 0x41 + MX8MN_IOMUXC_ECSPI2_SS0_GPIO5_IO13 0x41 >; }; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm64/boot/dts/freescale/imx8mn-var-som.dtsi +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm64/boot/dts/freescale/imx8mn-var-som.dtsi @@ -98,11 +98,17 @@ #address-cells = <1>; #size-cells = <0>; - ethphy: ethernet-phy@4 { + ethphy: ethernet-phy@4 { /* AR8033 or ADIN1300 */ compatible = "ethernet-phy-ieee802.3-c22"; reg = <4>; reset-gpios = <&gpio1 9 GPIO_ACTIVE_LOW>; reset-assert-us = <10000>; + /* + * Deassert delay: + * ADIN1300 requires 5ms. + * AR8033 requires 1ms. + */ + reset-deassert-us = <20000>; }; }; }; @@ -345,7 +351,7 @@ MX8MN_IOMUXC_ENET_RXC_ENET1_RGMII_RXC 0x91 MX8MN_IOMUXC_ENET_RX_CTL_ENET1_RGMII_RX_CTL 0x91 MX8MN_IOMUXC_ENET_TX_CTL_ENET1_RGMII_TX_CTL 0x1f - MX8MN_IOMUXC_GPIO1_IO09_GPIO1_IO9 0x19 + MX8MN_IOMUXC_GPIO1_IO09_GPIO1_IO9 0x159 >; }; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm64/boot/dts/freescale/imx8mn.dtsi +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm64/boot/dts/freescale/imx8mn.dtsi @@ -296,6 +296,7 @@ sai2: sai@30020000 { compatible = "fsl,imx8mn-sai", "fsl,imx8mq-sai"; reg = <0x30020000 0x10000>; + #sound-dai-cells = <0>; interrupts = ; clocks = <&clk IMX8MN_CLK_SAI2_IPG>, <&clk IMX8MN_CLK_DUMMY>, @@ -310,6 +311,7 @@ sai3: sai@30030000 { compatible = "fsl,imx8mn-sai", "fsl,imx8mq-sai"; reg = <0x30030000 0x10000>; + #sound-dai-cells = <0>; interrupts = ; clocks = <&clk IMX8MN_CLK_SAI3_IPG>, <&clk IMX8MN_CLK_DUMMY>, @@ -324,6 +326,7 @@ sai5: sai@30050000 { compatible = "fsl,imx8mn-sai", "fsl,imx8mq-sai"; reg = <0x30050000 0x10000>; + #sound-dai-cells = <0>; interrupts = ; clocks = <&clk IMX8MN_CLK_SAI5_IPG>, <&clk IMX8MN_CLK_DUMMY>, @@ -340,6 +343,7 @@ sai6: sai@30060000 { compatible = "fsl,imx8mn-sai", "fsl,imx8mq-sai"; reg = <0x30060000 0x10000>; + #sound-dai-cells = <0>; interrupts = ; clocks = <&clk IMX8MN_CLK_SAI6_IPG>, <&clk IMX8MN_CLK_DUMMY>, @@ -397,6 +401,7 @@ sai7: sai@300b0000 { compatible = "fsl,imx8mn-sai", "fsl,imx8mq-sai"; reg = <0x300b0000 0x10000>; + #sound-dai-cells = <0>; interrupts = ; clocks = <&clk IMX8MN_CLK_SAI7_IPG>, <&clk IMX8MN_CLK_DUMMY>, @@ -564,7 +569,7 @@ #address-cells = <1>; #size-cells = <1>; - imx8mn_uid: unique-id@410 { + imx8mn_uid: unique-id@4 { reg = <0x4 0x8>; }; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm64/boot/dts/freescale/imx8mp-verdin-dev.dtsi +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm64/boot/dts/freescale/imx8mp-verdin-dev.dtsi @@ -12,7 +12,7 @@ compatible = "regulator-fixed"; enable-active-high; gpio = <&gpio_expander_21 4 GPIO_ACTIVE_HIGH>; /* ETH_PWR_EN */ - off-on-delay = <500000>; + off-on-delay-us = <500000>; regulator-max-microvolt = <3300000>; regulator-min-microvolt = <3300000>; regulator-name = "+V3.3_ETH"; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm64/boot/dts/freescale/imx8mp-verdin.dtsi +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm64/boot/dts/freescale/imx8mp-verdin.dtsi @@ -87,7 +87,7 @@ compatible = "regulator-fixed"; enable-active-high; gpio = <&gpio2 20 GPIO_ACTIVE_HIGH>; /* PMIC_EN_ETH */ - off-on-delay = <500000>; + off-on-delay-us = <500000>; pinctrl-names = "default"; pinctrl-0 = <&pinctrl_reg_eth>; regulator-always-on; @@ -128,7 +128,7 @@ enable-active-high; /* Verdin SD_1_PWR_EN (SODIMM 76) */ gpio = <&gpio4 22 GPIO_ACTIVE_HIGH>; - off-on-delay = <100000>; + off-on-delay-us = <100000>; pinctrl-names = "default"; pinctrl-0 = <&pinctrl_usdhc2_pwr_en>; regulator-max-microvolt = <3300000>; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm64/boot/dts/freescale/imx8mp.dtsi +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm64/boot/dts/freescale/imx8mp.dtsi @@ -425,7 +425,7 @@ #address-cells = <1>; #size-cells = <1>; - imx8mp_uid: unique-id@420 { + imx8mp_uid: unique-id@8 { reg = <0x8 0x8>; }; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm64/boot/dts/freescale/imx8mq-librem5.dtsi +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm64/boot/dts/freescale/imx8mq-librem5.dtsi @@ -1299,7 +1299,6 @@ #address-cells = <1>; #size-cells = <0>; dr_mode = "otg"; - snps,dis_u3_susphy_quirk; usb-role-switch; status = "okay"; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm64/boot/dts/freescale/imx8mq.dtsi +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm64/boot/dts/freescale/imx8mq.dtsi @@ -593,7 +593,7 @@ #address-cells = <1>; #size-cells = <1>; - imx8mq_uid: soc-uid@410 { + imx8mq_uid: soc-uid@4 { reg = <0x4 0x8>; }; @@ -758,7 +758,7 @@ <&clk IMX8MQ_SYS1_PLL_800M>, <&clk IMX8MQ_VPU_PLL>; assigned-clock-rates = <600000000>, - <600000000>, + <300000000>, <800000000>, <0>; }; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm64/boot/dts/freescale/imx8qm-mek.dts +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm64/boot/dts/freescale/imx8qm-mek.dts @@ -82,8 +82,8 @@ pinctrl-0 = <&pinctrl_usdhc2>; bus-width = <4>; vmmc-supply = <®_usdhc2_vmmc>; - cd-gpios = <&lsio_gpio4 22 GPIO_ACTIVE_LOW>; - wp-gpios = <&lsio_gpio4 21 GPIO_ACTIVE_HIGH>; + cd-gpios = <&lsio_gpio5 22 GPIO_ACTIVE_LOW>; + wp-gpios = <&lsio_gpio5 21 GPIO_ACTIVE_HIGH>; status = "okay"; }; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm64/boot/dts/freescale/imx93.dtsi +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm64/boot/dts/freescale/imx93.dtsi @@ -164,6 +164,8 @@ lpi2c1: i2c@44340000 { compatible = "fsl,imx93-lpi2c", "fsl,imx7ulp-lpi2c"; reg = <0x44340000 0x10000>; + #address-cells = <1>; + #size-cells = <0>; interrupts = ; clocks = <&clk IMX93_CLK_LPI2C1_GATE>, <&clk IMX93_CLK_BUS_AON>; @@ -174,6 +176,8 @@ lpi2c2: i2c@44350000 { compatible = "fsl,imx93-lpi2c", "fsl,imx7ulp-lpi2c"; reg = <0x44350000 0x10000>; + #address-cells = <1>; + #size-cells = <0>; interrupts = ; clocks = <&clk IMX93_CLK_LPI2C2_GATE>, <&clk IMX93_CLK_BUS_AON>; @@ -264,7 +268,7 @@ anatop: anatop@44480000 { compatible = "fsl,imx93-anatop", "syscon"; - reg = <0x44480000 0x10000>; + reg = <0x44480000 0x2000>; }; }; @@ -316,6 +320,8 @@ lpi2c3: i2c@42530000 { compatible = "fsl,imx93-lpi2c", "fsl,imx7ulp-lpi2c"; reg = <0x42530000 0x10000>; + #address-cells = <1>; + #size-cells = <0>; interrupts = ; clocks = <&clk IMX93_CLK_LPI2C3_GATE>, <&clk IMX93_CLK_BUS_WAKEUP>; @@ -326,6 +332,8 @@ lpi2c4: i2c@42540000 { compatible = "fsl,imx93-lpi2c", "fsl,imx7ulp-lpi2c"; reg = <0x42540000 0x10000>; + #address-cells = <1>; + #size-cells = <0>; interrupts = ; clocks = <&clk IMX93_CLK_LPI2C4_GATE>, <&clk IMX93_CLK_BUS_WAKEUP>; @@ -414,6 +422,8 @@ lpi2c5: i2c@426b0000 { compatible = "fsl,imx93-lpi2c", "fsl,imx7ulp-lpi2c"; reg = <0x426b0000 0x10000>; + #address-cells = <1>; + #size-cells = <0>; interrupts = ; clocks = <&clk IMX93_CLK_LPI2C5_GATE>, <&clk IMX93_CLK_BUS_WAKEUP>; @@ -424,6 +434,8 @@ lpi2c6: i2c@426c0000 { compatible = "fsl,imx93-lpi2c", "fsl,imx7ulp-lpi2c"; reg = <0x426c0000 0x10000>; + #address-cells = <1>; + #size-cells = <0>; interrupts = ; clocks = <&clk IMX93_CLK_LPI2C6_GATE>, <&clk IMX93_CLK_BUS_WAKEUP>; @@ -434,6 +446,8 @@ lpi2c7: i2c@426d0000 { compatible = "fsl,imx93-lpi2c", "fsl,imx7ulp-lpi2c"; reg = <0x426d0000 0x10000>; + #address-cells = <1>; + #size-cells = <0>; interrupts = ; clocks = <&clk IMX93_CLK_LPI2C7_GATE>, <&clk IMX93_CLK_BUS_WAKEUP>; @@ -444,6 +458,8 @@ lpi2c8: i2c@426e0000 { compatible = "fsl,imx93-lpi2c", "fsl,imx7ulp-lpi2c"; reg = <0x426e0000 0x10000>; + #address-cells = <1>; + #size-cells = <0>; interrupts = ; clocks = <&clk IMX93_CLK_LPI2C8_GATE>, <&clk IMX93_CLK_BUS_WAKEUP>; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm64/boot/dts/mediatek/mt7622.dtsi +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm64/boot/dts/mediatek/mt7622.dtsi @@ -435,6 +435,7 @@ pwm: pwm@11006000 { compatible = "mediatek,mt7622-pwm"; reg = <0 0x11006000 0 0x1000>; + #pwm-cells = <2>; interrupts = ; clocks = <&topckgen CLK_TOP_PWM_SEL>, <&pericfg CLK_PERI_PWM_PD>, --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm64/boot/dts/mediatek/mt7986a.dtsi +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm64/boot/dts/mediatek/mt7986a.dtsi @@ -167,8 +167,7 @@ }; watchdog: watchdog@1001c000 { - compatible = "mediatek,mt7986-wdt", - "mediatek,mt6589-wdt"; + compatible = "mediatek,mt7986-wdt"; reg = <0 0x1001c000 0 0x1000>; interrupts = ; #reset-cells = <1>; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm64/boot/dts/mediatek/mt8183-kukui.dtsi +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm64/boot/dts/mediatek/mt8183-kukui.dtsi @@ -292,6 +292,10 @@ }; }; +&gic { + mediatek,broken-save-restore-fw; +}; + &gpu { mali-supply = <&mt6358_vgpu_reg>; sram-supply = <&mt6358_vsram_gpu_reg>; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm64/boot/dts/mediatek/mt8183.dtsi +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm64/boot/dts/mediatek/mt8183.dtsi @@ -585,6 +585,15 @@ method = "smc"; }; + clk13m: fixed-factor-clock-13m { + compatible = "fixed-factor-clock"; + #clock-cells = <0>; + clocks = <&clk26m>; + clock-div = <2>; + clock-mult = <1>; + clock-output-names = "clk13m"; + }; + clk26m: oscillator { compatible = "fixed-clock"; #clock-cells = <0>; @@ -968,8 +977,7 @@ "mediatek,mt6765-timer"; reg = <0 0x10017000 0 0x1000>; interrupts = ; - clocks = <&topckgen CLK_TOP_CLK13M>; - clock-names = "clk13m"; + clocks = <&clk13m>; }; iommu: iommu@10205000 { --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm64/boot/dts/mediatek/mt8186.dtsi +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm64/boot/dts/mediatek/mt8186.dtsi @@ -47,14 +47,12 @@ core5 { cpu = <&cpu5>; }; - }; - cluster1 { - core0 { + core6 { cpu = <&cpu6>; }; - core1 { + core7 { cpu = <&cpu7>; }; }; @@ -214,10 +212,12 @@ }; }; - clk13m: oscillator-13m { - compatible = "fixed-clock"; + clk13m: fixed-factor-clock-13m { + compatible = "fixed-factor-clock"; #clock-cells = <0>; - clock-frequency = <13000000>; + clocks = <&clk26m>; + clock-div = <2>; + clock-mult = <1>; clock-output-names = "clk13m"; }; @@ -333,8 +333,7 @@ }; watchdog: watchdog@10007000 { - compatible = "mediatek,mt8186-wdt", - "mediatek,mt6589-wdt"; + compatible = "mediatek,mt8186-wdt"; mediatek,disable-extrst; reg = <0 0x10007000 0 0x1000>; #reset-cells = <1>; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm64/boot/dts/mediatek/mt8192-asurada.dtsi +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm64/boot/dts/mediatek/mt8192-asurada.dtsi @@ -935,7 +935,7 @@ regulator-compatible = "vbuck1"; regulator-name = "Vgpu"; regulator-min-microvolt = <606250>; - regulator-max-microvolt = <1193750>; + regulator-max-microvolt = <800000>; regulator-enable-ramp-delay = <256>; regulator-allowed-modes = <0 1 2>; }; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm64/boot/dts/mediatek/mt8192.dtsi +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm64/boot/dts/mediatek/mt8192.dtsi @@ -29,6 +29,15 @@ rdma4 = &rdma4; }; + clk13m: fixed-factor-clock-13m { + compatible = "fixed-factor-clock"; + #clock-cells = <0>; + clocks = <&clk26m>; + clock-div = <2>; + clock-mult = <1>; + clock-output-names = "clk13m"; + }; + clk26m: oscillator0 { compatible = "fixed-clock"; #clock-cells = <0>; @@ -55,7 +64,8 @@ clock-frequency = <1701000000>; cpu-idle-states = <&cpu_sleep_l &cluster_sleep_l>; next-level-cache = <&l2_0>; - capacity-dmips-mhz = <530>; + performance-domains = <&performance 0>; + capacity-dmips-mhz = <427>; }; cpu1: cpu@100 { @@ -66,7 +76,8 @@ clock-frequency = <1701000000>; cpu-idle-states = <&cpu_sleep_l &cluster_sleep_l>; next-level-cache = <&l2_0>; - capacity-dmips-mhz = <530>; + performance-domains = <&performance 0>; + capacity-dmips-mhz = <427>; }; cpu2: cpu@200 { @@ -77,7 +88,8 @@ clock-frequency = <1701000000>; cpu-idle-states = <&cpu_sleep_l &cluster_sleep_l>; next-level-cache = <&l2_0>; - capacity-dmips-mhz = <530>; + performance-domains = <&performance 0>; + capacity-dmips-mhz = <427>; }; cpu3: cpu@300 { @@ -88,7 +100,8 @@ clock-frequency = <1701000000>; cpu-idle-states = <&cpu_sleep_l &cluster_sleep_l>; next-level-cache = <&l2_0>; - capacity-dmips-mhz = <530>; + performance-domains = <&performance 0>; + capacity-dmips-mhz = <427>; }; cpu4: cpu@400 { @@ -99,6 +112,7 @@ clock-frequency = <2171000000>; cpu-idle-states = <&cpu_sleep_b &cluster_sleep_b>; next-level-cache = <&l2_1>; + performance-domains = <&performance 1>; capacity-dmips-mhz = <1024>; }; @@ -110,6 +124,7 @@ clock-frequency = <2171000000>; cpu-idle-states = <&cpu_sleep_b &cluster_sleep_b>; next-level-cache = <&l2_1>; + performance-domains = <&performance 1>; capacity-dmips-mhz = <1024>; }; @@ -121,6 +136,7 @@ clock-frequency = <2171000000>; cpu-idle-states = <&cpu_sleep_b &cluster_sleep_b>; next-level-cache = <&l2_1>; + performance-domains = <&performance 1>; capacity-dmips-mhz = <1024>; }; @@ -132,6 +148,7 @@ clock-frequency = <2171000000>; cpu-idle-states = <&cpu_sleep_b &cluster_sleep_b>; next-level-cache = <&l2_1>; + performance-domains = <&performance 1>; capacity-dmips-mhz = <1024>; }; @@ -149,19 +166,16 @@ core3 { cpu = <&cpu3>; }; - }; - - cluster1 { - core0 { + core4 { cpu = <&cpu4>; }; - core1 { + core5 { cpu = <&cpu5>; }; - core2 { + core6 { cpu = <&cpu6>; }; - core3 { + core7 { cpu = <&cpu7>; }; }; @@ -254,6 +268,12 @@ compatible = "simple-bus"; ranges; + performance: performance-controller@11bc10 { + compatible = "mediatek,cpufreq-hw"; + reg = <0 0x0011bc10 0 0x120>, <0 0x0011bd30 0 0x120>; + #performance-domain-cells = <1>; + }; + gic: interrupt-controller@c000000 { compatible = "arm,gic-v3"; #interrupt-cells = <4>; @@ -534,8 +554,7 @@ "mediatek,mt6765-timer"; reg = <0 0x10017000 0 0x1000>; interrupts = ; - clocks = <&topckgen CLK_TOP_CSW_F26M_D2>; - clock-names = "clk13m"; + clocks = <&clk13m>; }; pwrap: pwrap@10026000 { @@ -578,6 +597,8 @@ compatible = "mediatek,mt8192-scp_adsp"; reg = <0 0x10720000 0 0x1000>; #clock-cells = <1>; + /* power domain dependency not upstreamed */ + status = "fail"; }; uart0: serial@11002000 { --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm64/boot/dts/mediatek/mt8195.dtsi +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm64/boot/dts/mediatek/mt8195.dtsi @@ -151,22 +151,20 @@ core3 { cpu = <&cpu3>; }; - }; - cluster1 { - core0 { + core4 { cpu = <&cpu4>; }; - core1 { + core5 { cpu = <&cpu5>; }; - core2 { + core6 { cpu = <&cpu6>; }; - core3 { + core7 { cpu = <&cpu7>; }; }; @@ -248,6 +246,15 @@ status = "disabled"; }; + clk13m: fixed-factor-clock-13m { + compatible = "fixed-factor-clock"; + #clock-cells = <0>; + clocks = <&clk26m>; + clock-div = <2>; + clock-mult = <1>; + clock-output-names = "clk13m"; + }; + clk26m: oscillator-26m { compatible = "fixed-clock"; #clock-cells = <0>; @@ -687,8 +694,7 @@ }; watchdog: watchdog@10007000 { - compatible = "mediatek,mt8195-wdt", - "mediatek,mt6589-wdt"; + compatible = "mediatek,mt8195-wdt"; mediatek,disable-extrst; reg = <0 0x10007000 0 0x100>; #reset-cells = <1>; @@ -705,7 +711,7 @@ "mediatek,mt6765-timer"; reg = <0 0x10017000 0 0x1000>; interrupts = ; - clocks = <&topckgen CLK_TOP_CLK26M_D2>; + clocks = <&clk13m>; }; pwrap: pwrap@10024000 { @@ -1549,6 +1555,7 @@ #address-cells = <1>; #size-cells = <1>; ranges = <0 0 0x11e30000 0xe00>; + power-domains = <&spm MT8195_POWER_DOMAIN_SSUSB_PCIE_PHY>; status = "disabled"; u2port1: usb-phy@0 { --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm64/boot/dts/microchip/sparx5.dtsi +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm64/boot/dts/microchip/sparx5.dtsi @@ -61,7 +61,7 @@ interrupt-affinity = <&cpu0>, <&cpu1>; }; - psci { + psci: psci { compatible = "arm,psci-0.2"; method = "smc"; }; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm64/boot/dts/microchip/sparx5_pcb_common.dtsi +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm64/boot/dts/microchip/sparx5_pcb_common.dtsi @@ -6,6 +6,18 @@ /dts-v1/; #include "sparx5.dtsi" +&psci { + status = "disabled"; +}; + +&cpu0 { + enable-method = "spin-table"; +}; + +&cpu1 { + enable-method = "spin-table"; +}; + &uart0 { status = "okay"; }; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm64/boot/dts/nvidia/tegra194.dtsi +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm64/boot/dts/nvidia/tegra194.dtsi @@ -1918,6 +1918,7 @@ interconnects = <&mc TEGRA194_MEMORY_CLIENT_HOST1XDMAR &emc>; interconnect-names = "dma-mem"; iommus = <&smmu TEGRA194_SID_HOST1X>; + dma-coherent; /* Context isolation domains */ iommu-map = <0 &smmu TEGRA194_SID_HOST1X_CTX0 1>, --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm64/boot/dts/nvidia/tegra210-p2597.dtsi +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm64/boot/dts/nvidia/tegra210-p2597.dtsi @@ -1667,7 +1667,7 @@ vin-supply = <&vdd_5v0_sys>; }; - vdd_cam_1v2: regulator-vdd-cam-1v8 { + vdd_cam_1v2: regulator-vdd-cam-1v2 { compatible = "regulator-fixed"; regulator-name = "vdd-cam-1v2"; regulator-min-microvolt = <1200000>; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm64/boot/dts/nvidia/tegra234.dtsi +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm64/boot/dts/nvidia/tegra234.dtsi @@ -571,6 +571,7 @@ interconnects = <&mc TEGRA234_MEMORY_CLIENT_HOST1XDMAR &emc>; interconnect-names = "dma-mem"; iommus = <&smmu_niso1 TEGRA234_SID_HOST1X>; + dma-coherent; /* Context isolation domains */ iommu-map = <0 &smmu_niso0 TEGRA234_SID_HOST1X_CTX0 1>, --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm64/boot/dts/qcom/apq8016-sbc.dts +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm64/boot/dts/qcom/apq8016-sbc.dts @@ -448,21 +448,21 @@ vdd_l7-supply = <&pm8916_s4>; s3 { - regulator-min-microvolt = <375000>; - regulator-max-microvolt = <1562000>; + regulator-min-microvolt = <1250000>; + regulator-max-microvolt = <1350000>; }; s4 { - regulator-min-microvolt = <1800000>; - regulator-max-microvolt = <1800000>; + regulator-min-microvolt = <1850000>; + regulator-max-microvolt = <2150000>; regulator-always-on; regulator-boot-on; }; l1 { - regulator-min-microvolt = <375000>; - regulator-max-microvolt = <1525000>; + regulator-min-microvolt = <1225000>; + regulator-max-microvolt = <1225000>; }; l2 { @@ -471,13 +471,13 @@ }; l4 { - regulator-min-microvolt = <1750000>; - regulator-max-microvolt = <3337000>; + regulator-min-microvolt = <2050000>; + regulator-max-microvolt = <2050000>; }; l5 { - regulator-min-microvolt = <1750000>; - regulator-max-microvolt = <3337000>; + regulator-min-microvolt = <1800000>; + regulator-max-microvolt = <1800000>; }; l6 { @@ -486,60 +486,68 @@ }; l7 { - regulator-min-microvolt = <1750000>; - regulator-max-microvolt = <3337000>; + regulator-min-microvolt = <1800000>; + regulator-max-microvolt = <1800000>; }; l8 { - regulator-min-microvolt = <1750000>; - regulator-max-microvolt = <3337000>; + regulator-min-microvolt = <2900000>; + regulator-max-microvolt = <2900000>; }; l9 { - regulator-min-microvolt = <1750000>; - regulator-max-microvolt = <3337000>; + regulator-min-microvolt = <3300000>; + regulator-max-microvolt = <3300000>; }; l10 { - regulator-min-microvolt = <1750000>; - regulator-max-microvolt = <3337000>; + regulator-min-microvolt = <2800000>; + regulator-max-microvolt = <2800000>; }; l11 { - regulator-min-microvolt = <1750000>; - regulator-max-microvolt = <3337000>; + regulator-min-microvolt = <2950000>; + regulator-max-microvolt = <2950000>; regulator-allow-set-load; regulator-system-load = <200000>; }; l12 { - regulator-min-microvolt = <1750000>; - regulator-max-microvolt = <3337000>; + regulator-min-microvolt = <1800000>; + regulator-max-microvolt = <2950000>; }; l13 { - regulator-min-microvolt = <1750000>; - regulator-max-microvolt = <3337000>; + regulator-min-microvolt = <3075000>; + regulator-max-microvolt = <3075000>; }; l14 { - regulator-min-microvolt = <1750000>; - regulator-max-microvolt = <3337000>; + regulator-min-microvolt = <1800000>; + regulator-max-microvolt = <3300000>; }; - /** - * 1.8v required on LS expansion - * for mezzanine boards + /* + * The 96Boards specification expects a 1.8V power rail on the low-speed + * expansion connector that is able to provide at least 0.18W / 100 mA. + * L15/L16 are connected in parallel to provide 55 mA each. A minimum load + * must be specified to ensure the regulators are not put in LPM where they + * would only provide 5 mA. */ l15 { - regulator-min-microvolt = <1750000>; - regulator-max-microvolt = <3337000>; + regulator-min-microvolt = <1800000>; + regulator-max-microvolt = <1800000>; + regulator-system-load = <50000>; + regulator-allow-set-load; regulator-always-on; }; l16 { - regulator-min-microvolt = <1750000>; - regulator-max-microvolt = <3337000>; + regulator-min-microvolt = <1800000>; + regulator-max-microvolt = <1800000>; + regulator-system-load = <50000>; + regulator-allow-set-load; + regulator-always-on; }; l17 { @@ -548,8 +556,8 @@ }; l18 { - regulator-min-microvolt = <1750000>; - regulator-max-microvolt = <3337000>; + regulator-min-microvolt = <2700000>; + regulator-max-microvolt = <2700000>; }; }; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm64/boot/dts/qcom/apq8096-db820c.dts +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm64/boot/dts/qcom/apq8096-db820c.dts @@ -706,8 +706,7 @@ &pmi8994_spmi_regulators { vdd_s2-supply = <&vph_pwr>; - vdd_gfx: s2@1700 { - reg = <0x1700 0x100>; + vdd_gfx: s2 { regulator-name = "VDD_GFX"; regulator-min-microvolt = <980000>; regulator-max-microvolt = <980000>; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm64/boot/dts/qcom/apq8096-ifc6640.dts +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm64/boot/dts/qcom/apq8096-ifc6640.dts @@ -26,7 +26,7 @@ v1p05: v1p05-regulator { compatible = "regulator-fixed"; - reglator-name = "v1p05"; + regulator-name = "v1p05"; regulator-always-on; regulator-boot-on; @@ -38,7 +38,7 @@ v12_poe: v12-poe-regulator { compatible = "regulator-fixed"; - reglator-name = "v12_poe"; + regulator-name = "v12_poe"; regulator-always-on; regulator-boot-on; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm64/boot/dts/qcom/ipq6018.dtsi +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm64/boot/dts/qcom/ipq6018.dtsi @@ -96,26 +96,31 @@ opp-microvolt = <725000>; clock-latency-ns = <200000>; }; + opp-1056000000 { opp-hz = /bits/ 64 <1056000000>; opp-microvolt = <787500>; clock-latency-ns = <200000>; }; + opp-1320000000 { opp-hz = /bits/ 64 <1320000000>; opp-microvolt = <862500>; clock-latency-ns = <200000>; }; + opp-1440000000 { opp-hz = /bits/ 64 <1440000000>; opp-microvolt = <925000>; clock-latency-ns = <200000>; }; + opp-1608000000 { opp-hz = /bits/ 64 <1608000000>; opp-microvolt = <987500>; clock-latency-ns = <200000>; }; + opp-1800000000 { opp-hz = /bits/ 64 <1800000000>; opp-microvolt = <1062500>; @@ -131,8 +136,7 @@ pmuv8: pmu { compatible = "arm,cortex-a53-pmu"; - interrupts = ; + interrupts = ; }; psci: psci { @@ -179,7 +183,7 @@ dma-ranges; compatible = "simple-bus"; - prng: qrng@e1000 { + prng: qrng@e3000 { compatible = "qcom,prng-ee"; reg = <0x0 0xe3000 0x0 0x1000>; clocks = <&gcc GCC_PRNG_AHB_CLK>; @@ -437,24 +441,18 @@ phys = <&pcie_phy0>; phy-names = "pciephy"; - ranges = <0x81000000 0 0x20200000 0 0x20200000 - 0 0x10000>, /* downstream I/O */ - <0x82000000 0 0x20220000 0 0x20220000 - 0 0xfde0000>; /* non-prefetchable memory */ + ranges = <0x81000000 0x0 0x00000000 0x0 0x20200000 0x0 0x10000>, + <0x82000000 0x0 0x20220000 0x0 0x20220000 0x0 0xfde0000>; interrupts = ; interrupt-names = "msi"; #interrupt-cells = <1>; interrupt-map-mask = <0 0 0 0x7>; - interrupt-map = <0 0 0 1 &intc 0 75 - IRQ_TYPE_LEVEL_HIGH>, /* int_a */ - <0 0 0 2 &intc 0 78 - IRQ_TYPE_LEVEL_HIGH>, /* int_b */ - <0 0 0 3 &intc 0 79 - IRQ_TYPE_LEVEL_HIGH>, /* int_c */ - <0 0 0 4 &intc 0 83 - IRQ_TYPE_LEVEL_HIGH>; /* int_d */ + interrupt-map = <0 0 0 1 &intc 0 75 IRQ_TYPE_LEVEL_HIGH>, /* int_a */ + <0 0 0 2 &intc 0 78 IRQ_TYPE_LEVEL_HIGH>, /* int_b */ + <0 0 0 3 &intc 0 79 IRQ_TYPE_LEVEL_HIGH>, /* int_c */ + <0 0 0 4 &intc 0 83 IRQ_TYPE_LEVEL_HIGH>; /* int_d */ clocks = <&gcc GCC_SYS_NOC_PCIE0_AXI_CLK>, <&gcc GCC_PCIE0_AXI_M_CLK>, --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm64/boot/dts/qcom/ipq8074-hk01.dts +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm64/boot/dts/qcom/ipq8074-hk01.dts @@ -62,11 +62,11 @@ perst-gpios = <&tlmm 58 GPIO_ACTIVE_LOW>; }; -&pcie_phy0 { +&pcie_qmp0 { status = "okay"; }; -&pcie_phy1 { +&pcie_qmp1 { status = "okay"; }; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm64/boot/dts/qcom/ipq8074-hk10.dtsi +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm64/boot/dts/qcom/ipq8074-hk10.dtsi @@ -48,11 +48,11 @@ perst-gpios = <&tlmm 61 GPIO_ACTIVE_LOW>; }; -&pcie_phy0 { +&pcie_qmp0 { status = "okay"; }; -&pcie_phy1 { +&pcie_qmp1 { status = "okay"; }; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm64/boot/dts/qcom/ipq8074.dtsi +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm64/boot/dts/qcom/ipq8074.dtsi @@ -137,7 +137,7 @@ #clock-cells = <0>; clocks = <&gcc GCC_USB1_PIPE_CLK>; clock-names = "pipe0"; - clock-output-names = "gcc_usb1_pipe_clk_src"; + clock-output-names = "usb3phy_1_cc_pipe_clk"; }; }; @@ -180,7 +180,7 @@ #clock-cells = <0>; clocks = <&gcc GCC_USB0_PIPE_CLK>; clock-names = "pipe0"; - clock-output-names = "gcc_usb0_pipe_clk_src"; + clock-output-names = "usb3phy_0_cc_pipe_clk"; }; }; @@ -197,9 +197,9 @@ status = "disabled"; }; - pcie_qmp0: phy@86000 { - compatible = "qcom,ipq8074-qmp-pcie-phy"; - reg = <0x00086000 0x1c4>; + pcie_qmp0: phy@84000 { + compatible = "qcom,ipq8074-qmp-gen3-pcie-phy"; + reg = <0x00084000 0x1bc>; #address-cells = <1>; #size-cells = <1>; ranges; @@ -213,15 +213,16 @@ "common"; status = "disabled"; - pcie_phy0: phy@86200 { - reg = <0x86200 0x16c>, - <0x86400 0x200>, - <0x86800 0x4f4>; + pcie_phy0: phy@84200 { + reg = <0x84200 0x16c>, + <0x84400 0x200>, + <0x84800 0x1f0>, + <0x84c00 0xf4>; #phy-cells = <0>; #clock-cells = <0>; clocks = <&gcc GCC_PCIE0_PIPE_CLK>; clock-names = "pipe0"; - clock-output-names = "pcie_0_pipe_clk"; + clock-output-names = "pcie20_phy0_pipe_clk"; }; }; @@ -242,14 +243,14 @@ status = "disabled"; pcie_phy1: phy@8e200 { - reg = <0x8e200 0x16c>, + reg = <0x8e200 0x130>, <0x8e400 0x200>, - <0x8e800 0x4f4>; + <0x8e800 0x1f8>; #phy-cells = <0>; #clock-cells = <0>; clocks = <&gcc GCC_PCIE1_PIPE_CLK>; clock-names = "pipe0"; - clock-output-names = "pcie_1_pipe_clk"; + clock-output-names = "pcie20_phy1_pipe_clk"; }; }; @@ -771,10 +772,8 @@ phys = <&pcie_phy1>; phy-names = "pciephy"; - ranges = <0x81000000 0 0x10200000 0x10200000 - 0 0x100000 /* downstream I/O */ - 0x82000000 0 0x10300000 0x10300000 - 0 0xd00000>; /* non-prefetchable memory */ + ranges = <0x81000000 0x0 0x00000000 0x10200000 0x0 0x10000>, /* I/O */ + <0x82000000 0x0 0x10220000 0x10220000 0x0 0xfde0000>; /* MEM */ interrupts = ; interrupt-names = "msi"; @@ -817,26 +816,26 @@ }; pcie0: pci@20000000 { - compatible = "qcom,pcie-ipq8074"; + compatible = "qcom,pcie-ipq8074-gen3"; reg = <0x20000000 0xf1d>, <0x20000f20 0xa8>, - <0x00080000 0x2000>, + <0x20001000 0x1000>, + <0x00080000 0x4000>, <0x20100000 0x1000>; - reg-names = "dbi", "elbi", "parf", "config"; + reg-names = "dbi", "elbi", "atu", "parf", "config"; device_type = "pci"; linux,pci-domain = <0>; bus-range = <0x00 0xff>; num-lanes = <1>; + max-link-speed = <3>; #address-cells = <3>; #size-cells = <2>; phys = <&pcie_phy0>; phy-names = "pciephy"; - ranges = <0x81000000 0 0x20200000 0x20200000 - 0 0x100000 /* downstream I/O */ - 0x82000000 0 0x20300000 0x20300000 - 0 0xd00000>; /* non-prefetchable memory */ + ranges = <0x81000000 0x0 0x00000000 0x20200000 0x0 0x10000>, /* I/O */ + <0x82000000 0x0 0x20220000 0x20220000 0x0 0xfde0000>; /* MEM */ interrupts = ; interrupt-names = "msi"; @@ -854,28 +853,30 @@ clocks = <&gcc GCC_SYS_NOC_PCIE0_AXI_CLK>, <&gcc GCC_PCIE0_AXI_M_CLK>, <&gcc GCC_PCIE0_AXI_S_CLK>, - <&gcc GCC_PCIE0_AHB_CLK>, - <&gcc GCC_PCIE0_AUX_CLK>; - + <&gcc GCC_PCIE0_AXI_S_BRIDGE_CLK>, + <&gcc GCC_PCIE0_RCHNG_CLK>; clock-names = "iface", "axi_m", "axi_s", - "ahb", - "aux"; + "axi_bridge", + "rchng"; + resets = <&gcc GCC_PCIE0_PIPE_ARES>, <&gcc GCC_PCIE0_SLEEP_ARES>, <&gcc GCC_PCIE0_CORE_STICKY_ARES>, <&gcc GCC_PCIE0_AXI_MASTER_ARES>, <&gcc GCC_PCIE0_AXI_SLAVE_ARES>, <&gcc GCC_PCIE0_AHB_ARES>, - <&gcc GCC_PCIE0_AXI_MASTER_STICKY_ARES>; + <&gcc GCC_PCIE0_AXI_MASTER_STICKY_ARES>, + <&gcc GCC_PCIE0_AXI_SLAVE_STICKY_ARES>; reset-names = "pipe", "sleep", "sticky", "axi_m", "axi_s", "ahb", - "axi_m_sticky"; + "axi_m_sticky", + "axi_s_sticky"; status = "disabled"; }; }; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm64/boot/dts/qcom/msm8916.dtsi +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm64/boot/dts/qcom/msm8916.dtsi @@ -1087,7 +1087,7 @@ }; }; - camss: camss@1b00000 { + camss: camss@1b0ac00 { compatible = "qcom,msm8916-camss"; reg = <0x01b0ac00 0x200>, <0x01b00030 0x4>, @@ -1479,7 +1479,7 @@ #sound-dai-cells = <1>; }; - sdhc_1: mmc@7824000 { + sdhc_1: mmc@7824900 { compatible = "qcom,msm8916-sdhci", "qcom,sdhci-msm-v4"; reg = <0x07824900 0x11c>, <0x07824000 0x800>; reg-names = "hc", "core"; @@ -1497,7 +1497,7 @@ status = "disabled"; }; - sdhc_2: mmc@7864000 { + sdhc_2: mmc@7864900 { compatible = "qcom,msm8916-sdhci", "qcom,sdhci-msm-v4"; reg = <0x07864900 0x11c>, <0x07864000 0x800>; reg-names = "hc", "core"; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm64/boot/dts/qcom/msm8953.dtsi +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm64/boot/dts/qcom/msm8953.dtsi @@ -455,7 +455,7 @@ reg = <0x1000000 0x300000>; interrupts = ; gpio-controller; - gpio-ranges = <&tlmm 0 0 155>; + gpio-ranges = <&tlmm 0 0 142>; #gpio-cells = <2>; interrupt-controller; #interrupt-cells = <2>; @@ -934,7 +934,7 @@ }; }; - apps_iommu: iommu@1e00000 { + apps_iommu: iommu@1e20000 { compatible = "qcom,msm8953-iommu", "qcom,msm-iommu-v1"; ranges = <0 0x1e20000 0x20000>; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm64/boot/dts/qcom/msm8956-sony-xperia-loire.dtsi +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm64/boot/dts/qcom/msm8956-sony-xperia-loire.dtsi @@ -280,3 +280,7 @@ vdda3p3-supply = <&pm8950_l13>; status = "okay"; }; + +&xo_board { + clock-frequency = <19200000>; +}; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm64/boot/dts/qcom/msm8956.dtsi +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm64/boot/dts/qcom/msm8956.dtsi @@ -12,6 +12,10 @@ interrupts = ; }; +&tsens { + compatible = "qcom,msm8956-tsens", "qcom,tsens-v1"; +}; + /* * You might be wondering.. why is it so empty out there? * Well, the SoCs are almost identical. --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm64/boot/dts/qcom/msm8976.dtsi +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm64/boot/dts/qcom/msm8976.dtsi @@ -20,6 +20,13 @@ chosen { }; + clocks { + xo_board: xo-board { + compatible = "fixed-clock"; + #clock-cells = <0>; + }; + }; + cpus { #address-cells = <1>; #size-cells = <0>; @@ -351,6 +358,8 @@ rpmcc: clock-controller { compatible = "qcom,rpmcc-msm8976", "qcom,rpmcc"; + clocks = <&xo_board>; + clock-names = "xo"; #clock-cells = <1>; }; @@ -667,7 +676,7 @@ cell-index = <0>; }; - sdhc_1: mmc@7824000 { + sdhc_1: mmc@7824900 { compatible = "qcom,msm8976-sdhci", "qcom,sdhci-msm-v4"; reg = <0x07824900 0x500>, <0x07824000 0x800>; reg-names = "hc", "core"; @@ -683,7 +692,7 @@ status = "disabled"; }; - sdhc_2: mmc@7864000 { + sdhc_2: mmc@7864900 { compatible = "qcom,msm8976-sdhci", "qcom,sdhci-msm-v4"; reg = <0x07864900 0x11c>, <0x07864000 0x800>; reg-names = "hc", "core"; @@ -802,7 +811,7 @@ #reset-cells = <1>; }; - sdhc_3: mmc@7a24000 { + sdhc_3: mmc@7a24900 { compatible = "qcom,msm8976-sdhci", "qcom,sdhci-msm-v4"; reg = <0x07a24900 0x11c>, <0x07a24000 0x800>; reg-names = "hc", "core"; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm64/boot/dts/qcom/msm8992-lg-bullhead.dtsi +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm64/boot/dts/qcom/msm8992-lg-bullhead.dtsi @@ -2,7 +2,7 @@ /* * Copyright (c) 2015, LGE Inc. All rights reserved. * Copyright (c) 2016, The Linux Foundation. All rights reserved. - * Copyright (c) 2021, Petr Vorel + * Copyright (c) 2021-2022, Petr Vorel * Copyright (c) 2022, Dominik Kobinski */ @@ -15,6 +15,9 @@ /* cont_splash_mem has different memory mapping */ /delete-node/ &cont_splash_mem; +/* disabled on downstream, conflicts with cont_splash_mem */ +/delete-node/ &dfps_data_mem; + / { model = "LG Nexus 5X"; compatible = "lg,bullhead", "qcom,msm8992"; @@ -49,12 +52,12 @@ }; cont_splash_mem: memory@3400000 { - reg = <0 0x03400000 0 0x1200000>; + reg = <0 0x03400000 0 0xc00000>; no-map; }; - removed_region: reserved@5000000 { - reg = <0 0x05000000 0 0x2200000>; + reserved@5000000 { + reg = <0x0 0x05000000 0x0 0x1a00000>; no-map; }; }; @@ -86,8 +89,8 @@ /* S1, S2, S6 and S12 are managed by RPMPD */ pm8994_s1: s1 { - regulator-min-microvolt = <800000>; - regulator-max-microvolt = <800000>; + regulator-min-microvolt = <1025000>; + regulator-max-microvolt = <1025000>; }; pm8994_s2: s2 { @@ -243,11 +246,8 @@ }; pm8994_l26: l26 { - /* - * TODO: value from downstream - * regulator-min-microvolt = <987500>; - * fails to apply - */ + regulator-min-microvolt = <987500>; + regulator-max-microvolt = <987500>; }; pm8994_l27: l27 { @@ -261,19 +261,13 @@ }; pm8994_l29: l29 { - /* - * TODO: Unsupported voltage range. - * regulator-min-microvolt = <2800000>; - * regulator-max-microvolt = <2800000>; - */ + regulator-min-microvolt = <2800000>; + regulator-max-microvolt = <2800000>; }; pm8994_l30: l30 { - /* - * TODO: get this verified - * regulator-min-microvolt = <1800000>; - * regulator-max-microvolt = <1800000>; - */ + regulator-min-microvolt = <1800000>; + regulator-max-microvolt = <1800000>; }; pm8994_l31: l31 { @@ -282,11 +276,8 @@ }; pm8994_l32: l32 { - /* - * TODO: get this verified - * regulator-min-microvolt = <1800000>; - * regulator-max-microvolt = <1800000>; - */ + regulator-min-microvolt = <1800000>; + regulator-max-microvolt = <1800000>; }; }; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm64/boot/dts/qcom/msm8994-huawei-angler-rev-101.dts +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm64/boot/dts/qcom/msm8994-huawei-angler-rev-101.dts @@ -2,7 +2,7 @@ /* * Copyright (c) 2015, Huawei Inc. All rights reserved. * Copyright (c) 2016, The Linux Foundation. All rights reserved. - * Copyright (c) 2021-2022, Petr Vorel + * Copyright (c) 2021-2023, Petr Vorel */ /dts-v1/; @@ -31,13 +31,18 @@ #size-cells = <2>; ranges; + cont_splash_mem: memory@3401000 { + reg = <0 0x03401000 0 0x1000000>; + no-map; + }; + tzapp_mem: tzapp@4800000 { reg = <0 0x04800000 0 0x1900000>; no-map; }; - removed_region: reserved@6300000 { - reg = <0 0x06300000 0 0xD00000>; + reserved@6300000 { + reg = <0 0x06300000 0 0x700000>; no-map; }; }; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm64/boot/dts/qcom/msm8994-msft-lumia-octagon.dtsi +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm64/boot/dts/qcom/msm8994-msft-lumia-octagon.dtsi @@ -542,8 +542,7 @@ }; &pmi8994_spmi_regulators { - vdd_gfx: s2@1700 { - reg = <0x1700 0x100>; + vdd_gfx: s2 { regulator-min-microvolt = <980000>; regulator-max-microvolt = <980000>; }; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm64/boot/dts/qcom/msm8994-sony-xperia-kitakami.dtsi +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm64/boot/dts/qcom/msm8994-sony-xperia-kitakami.dtsi @@ -173,8 +173,7 @@ * power domain.. which still isn't enough and forces us to bind * OXILI_CX and OXILI_GX together! */ - vdd_gfx: s2@1700 { - reg = <0x1700 0x100>; + vdd_gfx: s2 { regulator-name = "VDD_GFX"; regulator-min-microvolt = <980000>; regulator-max-microvolt = <980000>; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm64/boot/dts/qcom/msm8994.dtsi +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm64/boot/dts/qcom/msm8994.dtsi @@ -228,6 +228,11 @@ reg = <0 0xc9400000 0 0x3f00000>; no-map; }; + + reserved@6c00000 { + reg = <0 0x06c00000 0 0x400000>; + no-map; + }; }; smd { @@ -740,7 +745,7 @@ reg = <0xfc4ab000 0x4>; }; - spmi_bus: spmi@fc4c0000 { + spmi_bus: spmi@fc4cf000 { compatible = "qcom,spmi-pmic-arb"; reg = <0xfc4cf000 0x1000>, <0xfc4cb000 0x1000>, --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm64/boot/dts/qcom/msm8996-oneplus-common.dtsi +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm64/boot/dts/qcom/msm8996-oneplus-common.dtsi @@ -179,7 +179,6 @@ }; &dsi0_phy { - vdda-supply = <&vreg_l2a_1p25>; vcca-supply = <&vreg_l28a_0p925>; status = "okay"; }; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm64/boot/dts/qcom/msm8996-sony-xperia-tone.dtsi +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm64/boot/dts/qcom/msm8996-sony-xperia-tone.dtsi @@ -943,10 +943,6 @@ }; }; -/* - * For reasons that are currently unknown (but probably related to fusb301), USB takes about - * 6 minutes to wake up (nothing interesting in kernel logs), but then it works as it should. - */ &usb3 { status = "okay"; qcom,select-utmi-as-pipe-clk; @@ -955,6 +951,7 @@ &usb3_dwc3 { extcon = <&usb3_id>; dr_mode = "peripheral"; + maximum-speed = "high-speed"; phys = <&hsusb_phy1>; phy-names = "usb2-phy"; snps,hird-threshold = /bits/ 8 <0>; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm64/boot/dts/qcom/msm8996.dtsi +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm64/boot/dts/qcom/msm8996.dtsi @@ -713,7 +713,7 @@ #power-domain-cells = <1>; reg = <0x00300000 0x90000>; - clocks = <&rpmcc RPM_SMD_BB_CLK1>, + clocks = <&rpmcc RPM_SMD_XO_CLK_SRC>, <&rpmcc RPM_SMD_LN_BB_CLK>, <&sleep_clk>, <&pciephy_0>, @@ -830,9 +830,11 @@ compatible = "qcom,msm8996-a2noc"; reg = <0x00583000 0x7000>; #interconnect-cells = <1>; - clock-names = "bus", "bus_a"; + clock-names = "bus", "bus_a", "aggre2_ufs_axi", "ufs_axi"; clocks = <&rpmcc RPM_SMD_AGGR2_NOC_CLK>, - <&rpmcc RPM_SMD_AGGR2_NOC_A_CLK>; + <&rpmcc RPM_SMD_AGGR2_NOC_A_CLK>, + <&gcc GCC_AGGRE2_UFS_AXI_CLK>, + <&gcc GCC_UFS_AXI_CLK>; }; mnoc: interconnect@5a4000 { @@ -1050,7 +1052,7 @@ #clock-cells = <1>; #phy-cells = <0>; - clocks = <&mmcc MDSS_AHB_CLK>, <&rpmcc RPM_SMD_BB_CLK1>; + clocks = <&mmcc MDSS_AHB_CLK>, <&rpmcc RPM_SMD_XO_CLK_SRC>; clock-names = "iface", "ref"; status = "disabled"; }; @@ -1117,7 +1119,7 @@ #clock-cells = <1>; #phy-cells = <0>; - clocks = <&mmcc MDSS_AHB_CLK>, <&rpmcc RPM_SMD_BB_CLK1>; + clocks = <&mmcc MDSS_AHB_CLK>, <&rpmcc RPM_SMD_XO_CLK_SRC>; clock-names = "iface", "ref"; status = "disabled"; }; @@ -1839,8 +1841,8 @@ #address-cells = <3>; #size-cells = <2>; - ranges = <0x01000000 0x0 0x0c200000 0x0c200000 0x0 0x100000>, - <0x02000000 0x0 0x0c300000 0x0c300000 0x0 0xd00000>; + ranges = <0x01000000 0x0 0x00000000 0x0c200000 0x0 0x100000>, + <0x02000000 0x0 0x0c300000 0x0c300000 0x0 0xd00000>; device_type = "pci"; @@ -1893,8 +1895,8 @@ #address-cells = <3>; #size-cells = <2>; - ranges = <0x01000000 0x0 0x0d200000 0x0d200000 0x0 0x100000>, - <0x02000000 0x0 0x0d300000 0x0d300000 0x0 0xd00000>; + ranges = <0x01000000 0x0 0x00000000 0x0d200000 0x0 0x100000>, + <0x02000000 0x0 0x0d300000 0x0d300000 0x0 0xd00000>; device_type = "pci"; @@ -1944,8 +1946,8 @@ #address-cells = <3>; #size-cells = <2>; - ranges = <0x01000000 0x0 0x0e200000 0x0e200000 0x0 0x100000>, - <0x02000000 0x0 0x0e300000 0x0e300000 0x0 0x1d00000>; + ranges = <0x01000000 0x0 0x00000000 0x0e200000 0x0 0x100000>, + <0x02000000 0x0 0x0e300000 0x0e300000 0x0 0x1d00000>; device_type = "pci"; @@ -2052,7 +2054,7 @@ }; }; - camss: camss@a00000 { + camss: camss@a34000 { compatible = "qcom,msm8996-camss"; reg = <0x00a34000 0x1000>, <0x00a00030 0x4>, @@ -2940,8 +2942,8 @@ compatible = "qcom,msm8996-apcc"; reg = <0x06400000 0x90000>; - clock-names = "xo"; - clocks = <&rpmcc RPM_SMD_BB_CLK1>; + clock-names = "xo", "sys_apcs_aux"; + clocks = <&rpmcc RPM_SMD_XO_A_CLK_SRC>, <&apcs_glb>; #clock-cells = <1>; }; @@ -2985,8 +2987,11 @@ interrupts = <0 131 IRQ_TYPE_LEVEL_HIGH>; phys = <&hsusb_phy1>, <&ssusb_phy_0>; phy-names = "usb2-phy", "usb3-phy"; + snps,hird-threshold = /bits/ 8 <0>; snps,dis_u2_susphy_quirk; snps,dis_enblslpm_quirk; + snps,is-utmi-l1-suspend; + tx-fifo-resize; }; }; @@ -3060,7 +3065,7 @@ clock-names = "iface", "core", "xo"; clocks = <&gcc GCC_SDCC1_AHB_CLK>, <&gcc GCC_SDCC1_APPS_CLK>, - <&rpmcc RPM_SMD_BB_CLK1>; + <&rpmcc RPM_SMD_XO_CLK_SRC>; resets = <&gcc GCC_SDCC1_BCR>; pinctrl-names = "default", "sleep"; @@ -3084,7 +3089,7 @@ clock-names = "iface", "core", "xo"; clocks = <&gcc GCC_SDCC2_AHB_CLK>, <&gcc GCC_SDCC2_APPS_CLK>, - <&rpmcc RPM_SMD_BB_CLK1>; + <&rpmcc RPM_SMD_XO_CLK_SRC>; resets = <&gcc GCC_SDCC2_BCR>; pinctrl-names = "default", "sleep"; @@ -3406,7 +3411,7 @@ interrupt-names = "wdog", "fatal", "ready", "handover", "stop-ack"; - clocks = <&rpmcc RPM_SMD_BB_CLK1>; + clocks = <&rpmcc RPM_SMD_XO_CLK_SRC>; clock-names = "xo"; memory-region = <&adsp_mem>; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm64/boot/dts/qcom/msm8998-fxtec-pro1.dts +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm64/boot/dts/qcom/msm8998-fxtec-pro1.dts @@ -364,14 +364,9 @@ }; }; -&pm8998_pon { - resin { - compatible = "qcom,pm8941-resin"; - interrupts = ; - bias-pull-up; - debounce = <15625>; - linux,code = ; - }; +&pm8998_resin { + linux,code = ; + status = "okay"; }; &qusb2phy { --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm64/boot/dts/qcom/msm8998-oneplus-cheeseburger.dts +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm64/boot/dts/qcom/msm8998-oneplus-cheeseburger.dts @@ -34,7 +34,7 @@ &pmi8998_gpio { button_backlight_default: button-backlight-state { pins = "gpio5"; - function = "gpio"; + function = "normal"; bias-pull-down; qcom,drive-strength = ; }; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm64/boot/dts/qcom/msm8998-sony-xperia-yoshino.dtsi +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm64/boot/dts/qcom/msm8998-sony-xperia-yoshino.dtsi @@ -357,14 +357,9 @@ }; }; -&pm8998_pon { - resin { - compatible = "qcom,pm8941-resin"; - interrupts = ; - debounce = <15625>; - bias-pull-up; - linux,code = ; - }; +&pm8998_resin { + linux,code = ; + status = "okay"; }; &qusb2phy { --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm64/boot/dts/qcom/msm8998.dtsi +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm64/boot/dts/qcom/msm8998.dtsi @@ -916,7 +916,7 @@ phy-names = "pciephy"; status = "disabled"; - ranges = <0x01000000 0x0 0x1b200000 0x1b200000 0x0 0x100000>, + ranges = <0x01000000 0x0 0x00000000 0x1b200000 0x0 0x100000>, <0x02000000 0x0 0x1b300000 0x1b300000 0x0 0xd00000>; #interrupt-cells = <1>; @@ -1514,7 +1514,7 @@ compatible = "arm,coresight-stm", "arm,primecell"; reg = <0x06002000 0x1000>, <0x16280000 0x180000>; - reg-names = "stm-base", "stm-data-base"; + reg-names = "stm-base", "stm-stimulus-base"; status = "disabled"; clocks = <&rpmcc RPM_SMD_QDSS_CLK>, <&rpmcc RPM_SMD_QDSS_A_CLK>; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm64/boot/dts/qcom/pm7250b.dtsi +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm64/boot/dts/qcom/pm7250b.dtsi @@ -3,6 +3,7 @@ * Copyright (C) 2022 Luca Weiss */ +#include #include #include --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm64/boot/dts/qcom/pm8998.dtsi +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm64/boot/dts/qcom/pm8998.dtsi @@ -55,7 +55,7 @@ pm8998_resin: resin { compatible = "qcom,pm8941-resin"; - interrupts = ; + interrupts = <0x0 0x8 1 IRQ_TYPE_EDGE_BOTH>; debounce = <15625>; bias-pull-up; status = "disabled"; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm64/boot/dts/qcom/pmi8950.dtsi +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm64/boot/dts/qcom/pmi8950.dtsi @@ -47,7 +47,7 @@ adc-chan@a { reg = ; qcom,pre-scaling = <1 1>; - label = "ref_1250v"; + label = "ref_1250mv"; }; adc-chan@d { --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm64/boot/dts/qcom/pmi8994.dtsi +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm64/boot/dts/qcom/pmi8994.dtsi @@ -49,8 +49,6 @@ pmi8994_spmi_regulators: regulators { compatible = "qcom,pmi8994-regulators"; - #address-cells = <1>; - #size-cells = <1>; }; pmi8994_wled: wled@d800 { --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm64/boot/dts/qcom/pmk8350.dtsi +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm64/boot/dts/qcom/pmk8350.dtsi @@ -21,7 +21,7 @@ #size-cells = <0>; pmk8350_pon: pon@1300 { - compatible = "qcom,pm8998-pon"; + compatible = "qcom,pmk8350-pon"; reg = <0x1300>, <0x800>; reg-names = "hlos", "pbs"; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm64/boot/dts/qcom/qcs404.dtsi +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm64/boot/dts/qcom/qcs404.dtsi @@ -806,7 +806,7 @@ clocks = <&gcc GCC_PCIE_0_PIPE_CLK>; resets = <&gcc GCC_PCIEPHY_0_PHY_BCR>, - <&gcc 21>; + <&gcc GCC_PCIE_0_PIPE_ARES>; reset-names = "phy", "pipe"; clock-output-names = "pcie_0_pipe_clk"; @@ -1336,12 +1336,12 @@ <&gcc GCC_PCIE_0_SLV_AXI_CLK>; clock-names = "iface", "aux", "master_bus", "slave_bus"; - resets = <&gcc 18>, - <&gcc 17>, - <&gcc 15>, - <&gcc 19>, + resets = <&gcc GCC_PCIE_0_AXI_MASTER_ARES>, + <&gcc GCC_PCIE_0_AXI_SLAVE_ARES>, + <&gcc GCC_PCIE_0_AXI_MASTER_STICKY_ARES>, + <&gcc GCC_PCIE_0_CORE_STICKY_ARES>, <&gcc GCC_PCIE_0_BCR>, - <&gcc 16>; + <&gcc GCC_PCIE_0_AHB_ARES>; reset-names = "axi_m", "axi_s", "axi_m_sticky", --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm64/boot/dts/qcom/qrb5165-rb5.dts +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm64/boot/dts/qcom/qrb5165-rb5.dts @@ -121,7 +121,7 @@ }; }; - pm8150l-thermal { + pm8150l-pcb-thermal { polling-delay-passive = <0>; polling-delay = <0>; thermal-sensors = <&pm8150l_adc_tm 1>; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm64/boot/dts/qcom/sa8540p-ride.dts +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm64/boot/dts/qcom/sa8540p-ride.dts @@ -177,7 +177,7 @@ }; &remoteproc_nsp0 { - firmware-name = "qcom/sa8540p/cdsp.mbn"; + firmware-name = "qcom/sa8540p/cdsp0.mbn"; status = "okay"; }; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm64/boot/dts/qcom/sc7180-lite.dtsi +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm64/boot/dts/qcom/sc7180-lite.dtsi @@ -16,3 +16,11 @@ &cpu6_opp12 { opp-peak-kBps = <8532000 23347200>; }; + +&cpu6_opp13 { + opp-peak-kBps = <8532000 23347200>; +}; + +&cpu6_opp14 { + opp-peak-kBps = <8532000 23347200>; +}; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm64/boot/dts/qcom/sc7180-trogdor-lazor-limozeen-nots-r4.dts +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm64/boot/dts/qcom/sc7180-trogdor-lazor-limozeen-nots-r4.dts @@ -26,7 +26,7 @@ interrupt-parent = <&tlmm>; interrupts = <58 IRQ_TYPE_EDGE_FALLING>; - vcc-supply = <&pp3300_fp_tp>; + vdd-supply = <&pp3300_fp_tp>; hid-descr-addr = <0x20>; wakeup-source; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm64/boot/dts/qcom/sc7180-trogdor-pazquel.dtsi +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm64/boot/dts/qcom/sc7180-trogdor-pazquel.dtsi @@ -39,7 +39,7 @@ interrupt-parent = <&tlmm>; interrupts = <0 IRQ_TYPE_EDGE_FALLING>; - vcc-supply = <&pp3300_fp_tp>; + vdd-supply = <&pp3300_fp_tp>; post-power-on-delay-ms = <100>; hid-descr-addr = <0x0001>; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm64/boot/dts/qcom/sc7180.dtsi +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm64/boot/dts/qcom/sc7180.dtsi @@ -1512,7 +1512,7 @@ function = "qspi_data"; }; - qspi_data12: qspi-data12-state { + qspi_data23: qspi-data23-state { pins = "gpio66", "gpio67"; function = "qspi_data"; }; @@ -3274,8 +3274,8 @@ interrupts-extended = <&pdc 1 IRQ_TYPE_LEVEL_HIGH>; qcom,ee = <0>; qcom,channel = <0>; - #address-cells = <1>; - #size-cells = <1>; + #address-cells = <2>; + #size-cells = <0>; interrupt-controller; #interrupt-cells = <4>; cell-index = <0>; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm64/boot/dts/qcom/sc7280-herobrine-villager.dtsi +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm64/boot/dts/qcom/sc7280-herobrine-villager.dtsi @@ -33,7 +33,7 @@ interrupts = <7 IRQ_TYPE_EDGE_FALLING>; hid-descr-addr = <0x20>; - vcc-supply = <&pp3300_z1>; + vdd-supply = <&pp3300_z1>; wakeup-source; }; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm64/boot/dts/qcom/sc7280-idp.dtsi +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm64/boot/dts/qcom/sc7280-idp.dtsi @@ -488,7 +488,6 @@ wcd_rx: codec@0,4 { compatible = "sdw20217010d00"; reg = <0 4>; - #sound-dai-cells = <1>; qcom,rx-port-mapping = <1 2 3 4 5>; }; }; @@ -499,7 +498,6 @@ wcd_tx: codec@0,3 { compatible = "sdw20217010d00"; reg = <0 3>; - #sound-dai-cells = <1>; qcom,tx-port-mapping = <1 2 3 4>; }; }; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm64/boot/dts/qcom/sc7280-qcard.dtsi +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm64/boot/dts/qcom/sc7280-qcard.dtsi @@ -418,7 +418,6 @@ wcd_rx: codec@0,4 { compatible = "sdw20217010d00"; reg = <0 4>; - #sound-dai-cells = <1>; qcom,rx-port-mapping = <1 2 3 4 5>; }; }; @@ -427,7 +426,6 @@ wcd_tx: codec@0,3 { compatible = "sdw20217010d00"; reg = <0 3>; - #sound-dai-cells = <1>; qcom,tx-port-mapping = <1 2 3 4>; }; }; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm64/boot/dts/qcom/sc7280.dtsi +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm64/boot/dts/qcom/sc7280.dtsi @@ -2068,7 +2068,7 @@ #address-cells = <3>; #size-cells = <2>; - ranges = <0x01000000 0x0 0x40200000 0x0 0x40200000 0x0 0x100000>, + ranges = <0x01000000 0x0 0x00000000 0x0 0x40200000 0x0 0x100000>, <0x02000000 0x0 0x40300000 0x0 0x40300000 0x0 0x1fd00000>; interrupts = ; @@ -2122,6 +2122,8 @@ pinctrl-names = "default"; pinctrl-0 = <&pcie1_clkreq_n>; + dma-coherent; + iommus = <&apps_smmu 0x1c80 0x1>; iommu-map = <0x0 &apps_smmu 0x1c80 0x1>, @@ -3590,12 +3592,17 @@ <0 0x88e2000 0 0x1000>; interrupts-extended = <&pdc 11 IRQ_TYPE_LEVEL_HIGH>; ports { + #address-cells = <1>; + #size-cells = <0>; + port@0 { + reg = <0>; eud_ep: endpoint { remote-endpoint = <&usb2_role_switch>; }; }; port@1 { + reg = <1>; eud_con: endpoint { remote-endpoint = <&con_eud>; }; @@ -3606,7 +3613,11 @@ eud_typec: connector { compatible = "usb-c-connector"; ports { + #address-cells = <1>; + #size-cells = <0>; + port@0 { + reg = <0>; con_eud: endpoint { remote-endpoint = <&eud_con>; }; @@ -4246,8 +4257,8 @@ interrupts-extended = <&pdc 1 IRQ_TYPE_LEVEL_HIGH>; qcom,ee = <0>; qcom,channel = <0>; - #address-cells = <1>; - #size-cells = <1>; + #address-cells = <2>; + #size-cells = <0>; interrupt-controller; #interrupt-cells = <4>; }; @@ -4338,7 +4349,7 @@ function = "qspi_data"; }; - qspi_data12: qspi-data12-state { + qspi_data23: qspi-data23-state { pins = "gpio16", "gpio17"; function = "qspi_data"; }; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm64/boot/dts/qcom/sc8280xp-lenovo-thinkpad-x13s.dts +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm64/boot/dts/qcom/sc8280xp-lenovo-thinkpad-x13s.dts @@ -186,6 +186,7 @@ regulator-min-microvolt = <1272000>; regulator-max-microvolt = <1272000>; regulator-initial-mode = ; + regulator-always-on; }; vreg_l3b: ldo3 { @@ -425,75 +426,88 @@ pmic-die-temp@3 { reg = ; qcom,pre-scaling = <1 1>; + label = "pmk8350_die_temp"; }; xo-therm@44 { reg = ; qcom,hw-settle-time = <200>; qcom,ratiometric; + label = "pmk8350_xo_therm"; }; pmic-die-temp@103 { reg = ; qcom,pre-scaling = <1 1>; + label = "pmc8280_1_die_temp"; }; sys-therm@144 { reg = ; qcom,hw-settle-time = <200>; qcom,ratiometric; + label = "sys_therm1"; }; sys-therm@145 { reg = ; qcom,hw-settle-time = <200>; qcom,ratiometric; + label = "sys_therm2"; }; sys-therm@146 { reg = ; qcom,hw-settle-time = <200>; qcom,ratiometric; + label = "sys_therm3"; }; sys-therm@147 { reg = ; qcom,hw-settle-time = <200>; qcom,ratiometric; + label = "sys_therm4"; }; pmic-die-temp@303 { reg = ; qcom,pre-scaling = <1 1>; + label = "pmc8280_2_die_temp"; }; sys-therm@344 { reg = ; qcom,hw-settle-time = <200>; qcom,ratiometric; + label = "sys_therm5"; }; sys-therm@345 { reg = ; qcom,hw-settle-time = <200>; qcom,ratiometric; + label = "sys_therm6"; }; sys-therm@346 { reg = ; qcom,hw-settle-time = <200>; qcom,ratiometric; + label = "sys_therm7"; }; sys-therm@347 { reg = ; qcom,hw-settle-time = <200>; qcom,ratiometric; + label = "sys_therm8"; }; pmic-die-temp@403 { reg = ; qcom,pre-scaling = <1 1>; + label = "pmr735a_die_temp"; }; }; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm64/boot/dts/qcom/sc8280xp-pmics.dtsi +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm64/boot/dts/qcom/sc8280xp-pmics.dtsi @@ -59,8 +59,9 @@ #size-cells = <0>; pmk8280_pon: pon@1300 { - compatible = "qcom,pm8998-pon"; - reg = <0x1300>; + compatible = "qcom,pmk8350-pon"; + reg = <0x1300>, <0x800>; + reg-names = "hlos", "pbs"; pmk8280_pon_pwrkey: pwrkey { compatible = "qcom,pmk8350-pwrkey"; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm64/boot/dts/qcom/sc8280xp.dtsi +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm64/boot/dts/qcom/sc8280xp.dtsi @@ -902,7 +902,7 @@ reg-names = "parf", "dbi", "elbi", "atu", "config"; #address-cells = <3>; #size-cells = <2>; - ranges = <0x01000000 0x0 0x30200000 0x0 0x30200000 0x0 0x100000>, + ranges = <0x01000000 0x0 0x00000000 0x0 0x30200000 0x0 0x100000>, <0x02000000 0x0 0x30300000 0x0 0x30300000 0x0 0x1d00000>; bus-range = <0x00 0xff>; @@ -1001,7 +1001,7 @@ reg-names = "parf", "dbi", "elbi", "atu", "config"; #address-cells = <3>; #size-cells = <2>; - ranges = <0x01000000 0x0 0x32200000 0x0 0x32200000 0x0 0x100000>, + ranges = <0x01000000 0x0 0x00000000 0x0 0x32200000 0x0 0x100000>, <0x02000000 0x0 0x32300000 0x0 0x32300000 0x0 0x1d00000>; bus-range = <0x00 0xff>; @@ -1098,7 +1098,7 @@ reg-names = "parf", "dbi", "elbi", "atu", "config"; #address-cells = <3>; #size-cells = <2>; - ranges = <0x01000000 0x0 0x34200000 0x0 0x34200000 0x0 0x100000>, + ranges = <0x01000000 0x0 0x00000000 0x0 0x34200000 0x0 0x100000>, <0x02000000 0x0 0x34300000 0x0 0x34300000 0x0 0x1d00000>; bus-range = <0x00 0xff>; @@ -1198,7 +1198,7 @@ reg-names = "parf", "dbi", "elbi", "atu", "config"; #address-cells = <3>; #size-cells = <2>; - ranges = <0x01000000 0x0 0x38200000 0x0 0x38200000 0x0 0x100000>, + ranges = <0x01000000 0x0 0x00000000 0x0 0x38200000 0x0 0x100000>, <0x02000000 0x0 0x38300000 0x0 0x38300000 0x0 0x1d00000>; bus-range = <0x00 0xff>; @@ -1295,7 +1295,7 @@ reg-names = "parf", "dbi", "elbi", "atu", "config"; #address-cells = <3>; #size-cells = <2>; - ranges = <0x01000000 0x0 0x3c200000 0x0 0x3c200000 0x0 0x100000>, + ranges = <0x01000000 0x0 0x00000000 0x0 0x3c200000 0x0 0x100000>, <0x02000000 0x0 0x3c300000 0x0 0x3c300000 0x0 0x1d00000>; bus-range = <0x00 0xff>; @@ -1863,6 +1863,7 @@ "ss_phy_irq"; power-domains = <&gcc USB30_PRIM_GDSC>; + required-opps = <&rpmhpd_opp_nom>; resets = <&gcc GCC_USB30_PRIM_BCR>; @@ -1917,6 +1918,7 @@ "ss_phy_irq"; power-domains = <&gcc USB30_SEC_GDSC>; + required-opps = <&rpmhpd_opp_nom>; resets = <&gcc GCC_USB30_SEC_BCR>; @@ -2051,8 +2053,8 @@ interrupts-extended = <&pdc 1 IRQ_TYPE_LEVEL_HIGH>; qcom,ee = <0>; qcom,channel = <0>; - #address-cells = <1>; - #size-cells = <1>; + #address-cells = <2>; + #size-cells = <0>; interrupt-controller; #interrupt-cells = <4>; }; @@ -2306,6 +2308,7 @@ qcom,tcs-config = , , , ; label = "apps_rsc"; + power-domains = <&CLUSTER_PD>; apps_bcm_voter: bcm-voter { compatible = "qcom,bcm-voter"; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm64/boot/dts/qcom/sdm630.dtsi +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm64/boot/dts/qcom/sdm630.dtsi @@ -1892,7 +1892,7 @@ }; }; - camss: camss@ca00000 { + camss: camss@ca00020 { compatible = "qcom,sdm660-camss"; reg = <0x0ca00020 0x10>, <0x0ca30000 0x100>, --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm64/boot/dts/qcom/sdm670-google-sargo.dts +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm64/boot/dts/qcom/sdm670-google-sargo.dts @@ -256,6 +256,7 @@ regulator-min-microvolt = <1800000>; regulator-max-microvolt = <1800000>; regulator-enable-ramp-delay = <250>; + regulator-always-on; }; vreg_l9a_1p8: ldo9 { --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm64/boot/dts/qcom/sdm670.dtsi +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm64/boot/dts/qcom/sdm670.dtsi @@ -1085,6 +1085,7 @@ , , ; + power-domains = <&CLUSTER_PD>; apps_bcm_voter: bcm-voter { compatible = "qcom,bcm-voter"; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm64/boot/dts/qcom/sdm845-db845c.dts +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm64/boot/dts/qcom/sdm845-db845c.dts @@ -615,14 +615,9 @@ }; }; -&pm8998_pon { - resin { - compatible = "qcom,pm8941-resin"; - interrupts = <0x0 0x8 1 IRQ_TYPE_EDGE_BOTH>; - debounce = <15625>; - bias-pull-up; - linux,code = ; - }; +&pm8998_resin { + linux,code = ; + status = "okay"; }; &pmi8998_lpg { @@ -979,7 +974,7 @@ }; wcd_intr_default: wcd_intr_default { - pins = <54>; + pins = "gpio54"; function = "gpio"; input-enable; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm64/boot/dts/qcom/sdm845-lg-common.dtsi +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm64/boot/dts/qcom/sdm845-lg-common.dtsi @@ -482,14 +482,9 @@ status = "okay"; }; -&pm8998_pon { - resin { - compatible = "qcom,pm8941-resin"; - interrupts = <0x0 0x8 1 IRQ_TYPE_EDGE_BOTH>; - debounce = <15625>; - bias-pull-up; - linux,code = ; - }; +&pm8998_resin { + linux,code = ; + status = "okay"; }; &sdhc_2 { --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm64/boot/dts/qcom/sdm845-shift-axolotl.dts +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm64/boot/dts/qcom/sdm845-shift-axolotl.dts @@ -522,14 +522,9 @@ }; }; -&pm8998_pon { - volume_down_resin: resin { - compatible = "qcom,pm8941-resin"; - interrupts = <0x0 0x8 1 IRQ_TYPE_EDGE_BOTH>; - debounce = <15625>; - bias-pull-up; - linux,code = ; - }; +&pm8998_resin { + linux,code = ; + status = "okay"; }; &pmi8998_lpg { --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm64/boot/dts/qcom/sdm845-xiaomi-beryllium-common.dtsi +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm64/boot/dts/qcom/sdm845-xiaomi-beryllium-common.dtsi @@ -325,14 +325,9 @@ qcom,cabc; }; -&pm8998_pon { - resin { - compatible = "qcom,pm8941-resin"; - interrupts = <0x0 0x8 1 IRQ_TYPE_EDGE_BOTH>; - debounce = <15625>; - bias-pull-up; - linux,code = ; - }; +&pm8998_resin { + linux,code = ; + status = "okay"; }; &pmi8998_rradc { @@ -472,7 +467,7 @@ }; wcd_intr_default: wcd_intr_default { - pins = <54>; + pins = "gpio54"; function = "gpio"; input-enable; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm64/boot/dts/qcom/sdm845-xiaomi-polaris.dts +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm64/boot/dts/qcom/sdm845-xiaomi-polaris.dts @@ -481,6 +481,7 @@ }; rmi4-f12@12 { + reg = <0x12>; syna,rezero-wait-ms = <0xc8>; syna,clip-x-high = <0x438>; syna,clip-y-high = <0x870>; @@ -530,14 +531,9 @@ }; }; -&pm8998_pon { - resin { - interrupts = <0x0 0x8 1 IRQ_TYPE_EDGE_BOTH>; - compatible = "qcom,pm8941-resin"; - linux,code = ; - debounce = <15625>; - bias-pull-up; - }; +&pm8998_resin { + linux,code = ; + status = "okay"; }; &q6afedai { @@ -730,7 +726,5 @@ vdd-1.3-rfa-supply = <&vreg_l17a_1p3>; vdd-3.3-ch0-supply = <&vreg_l25a_3p3>; vdd-3.3-ch1-supply = <&vreg_l23a_3p3>; - - qcom,snoc-host-cap-skip-quirk; status = "okay"; }; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm64/boot/dts/qcom/sdm845.dtsi +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm64/boot/dts/qcom/sdm845.dtsi @@ -198,7 +198,7 @@ reg = <0x0 0x0>; enable-method = "psci"; capacity-dmips-mhz = <611>; - dynamic-power-coefficient = <290>; + dynamic-power-coefficient = <154>; qcom,freq-domain = <&cpufreq_hw 0>; operating-points-v2 = <&cpu0_opp_table>; interconnects = <&gladiator_noc MASTER_APPSS_PROC 3 &mem_noc SLAVE_EBI1 3>, @@ -222,7 +222,7 @@ reg = <0x0 0x100>; enable-method = "psci"; capacity-dmips-mhz = <611>; - dynamic-power-coefficient = <290>; + dynamic-power-coefficient = <154>; qcom,freq-domain = <&cpufreq_hw 0>; operating-points-v2 = <&cpu0_opp_table>; interconnects = <&gladiator_noc MASTER_APPSS_PROC 3 &mem_noc SLAVE_EBI1 3>, @@ -243,7 +243,7 @@ reg = <0x0 0x200>; enable-method = "psci"; capacity-dmips-mhz = <611>; - dynamic-power-coefficient = <290>; + dynamic-power-coefficient = <154>; qcom,freq-domain = <&cpufreq_hw 0>; operating-points-v2 = <&cpu0_opp_table>; interconnects = <&gladiator_noc MASTER_APPSS_PROC 3 &mem_noc SLAVE_EBI1 3>, @@ -264,7 +264,7 @@ reg = <0x0 0x300>; enable-method = "psci"; capacity-dmips-mhz = <611>; - dynamic-power-coefficient = <290>; + dynamic-power-coefficient = <154>; qcom,freq-domain = <&cpufreq_hw 0>; operating-points-v2 = <&cpu0_opp_table>; interconnects = <&gladiator_noc MASTER_APPSS_PROC 3 &mem_noc SLAVE_EBI1 3>, @@ -2226,8 +2226,8 @@ #address-cells = <3>; #size-cells = <2>; - ranges = <0x01000000 0x0 0x60200000 0 0x60200000 0x0 0x100000>, - <0x02000000 0x0 0x60300000 0 0x60300000 0x0 0xd00000>; + ranges = <0x01000000 0x0 0x00000000 0x0 0x60200000 0x0 0x100000>, + <0x02000000 0x0 0x60300000 0x0 0x60300000 0x0 0xd00000>; interrupts = ; interrupt-names = "msi"; @@ -2331,7 +2331,7 @@ #address-cells = <3>; #size-cells = <2>; - ranges = <0x01000000 0x0 0x40200000 0x0 0x40200000 0x0 0x100000>, + ranges = <0x01000000 0x0 0x00000000 0x0 0x40200000 0x0 0x100000>, <0x02000000 0x0 0x40300000 0x0 0x40300000 0x0 0x1fd00000>; interrupts = ; @@ -2705,7 +2705,7 @@ }; }; - qspi_data12: qspi-data12 { + qspi_data23: qspi-data23 { pinmux-data { pins = "gpio93", "gpio94"; function = "qspi_data"; @@ -4236,7 +4236,7 @@ #reset-cells = <1>; }; - camss: camss@a00000 { + camss: camss@acb3000 { compatible = "qcom,sdm845-camss"; reg = <0 0xacb3000 0 0x1000>, @@ -4593,7 +4593,6 @@ <&dispcc DISP_CC_MDSS_DP_PIXEL_CLK>; clock-names = "core_iface", "core_aux", "ctrl_link", "ctrl_link_iface", "stream_pixel"; - #clock-cells = <1>; assigned-clocks = <&dispcc DISP_CC_MDSS_DP_LINK_CLK_SRC>, <&dispcc DISP_CC_MDSS_DP_PIXEL_CLK_SRC>; assigned-clock-parents = <&dp_phy 0>, <&dp_phy 1>; @@ -5164,6 +5163,7 @@ , , ; + power-domains = <&CLUSTER_PD>; apps_bcm_voter: bcm-voter { compatible = "qcom,bcm-voter"; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm64/boot/dts/qcom/sm6115.dtsi +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm64/boot/dts/qcom/sm6115.dtsi @@ -296,6 +296,8 @@ rpmcc: clock-controller { compatible = "qcom,rpmcc-sm6115", "qcom,rpmcc"; + clocks = <&xo_board>; + clock-names = "xo"; #clock-cells = <1>; }; @@ -361,7 +363,7 @@ reg-names = "west", "south", "east"; interrupts = ; gpio-controller; - gpio-ranges = <&tlmm 0 0 121>; + gpio-ranges = <&tlmm 0 0 114>; /* GPIOs + ufs_reset */ #gpio-cells = <2>; interrupt-controller; #interrupt-cells = <2>; @@ -616,7 +618,7 @@ #interrupt-cells = <4>; }; - tsens0: thermal-sensor@4410000 { + tsens0: thermal-sensor@4411000 { compatible = "qcom,sm6115-tsens", "qcom,tsens-v2"; reg = <0x04411000 0x1ff>, /* TM */ <0x04410000 0x8>; /* SROT */ @@ -704,6 +706,7 @@ ufs_mem_hc: ufs@4804000 { compatible = "qcom,sm6115-ufshc", "qcom,ufshc", "jedec,ufs-2.0"; reg = <0x04804000 0x3000>, <0x04810000 0x8000>; + reg-names = "std", "ice"; interrupts = ; phys = <&ufs_mem_phy_lanes>; phy-names = "ufsphy"; @@ -736,10 +739,10 @@ <0 0>, <0 0>, <37500000 150000000>, - <75000000 300000000>, <0 0>, <0 0>, - <0 0>; + <0 0>, + <75000000 300000000>; status = "disabled"; }; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm64/boot/dts/qcom/sm6125-sony-xperia-seine-pdx201.dts +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm64/boot/dts/qcom/sm6125-sony-xperia-seine-pdx201.dts @@ -41,17 +41,18 @@ }; gpio-keys { - status = "okay"; compatible = "gpio-keys"; - autorepeat; - key-vol-dn { + pinctrl-0 = <&vol_down_n>; + pinctrl-names = "default"; + + key-volume-down { label = "Volume Down"; gpios = <&tlmm 47 GPIO_ACTIVE_LOW>; - linux,input-type = <1>; linux,code = ; - gpio-key,wakeup; debounce-interval = <15>; + linux,can-disable; + wakeup-source; }; }; @@ -270,6 +271,14 @@ &tlmm { gpio-reserved-ranges = <22 2>, <28 6>; + + vol_down_n: vol-down-n-state { + pins = "gpio47"; + function = "gpio"; + drive-strength = <2>; + bias-disable; + input-enable; + }; }; &usb3 { --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm64/boot/dts/qcom/sm6125.dtsi +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm64/boot/dts/qcom/sm6125.dtsi @@ -442,9 +442,9 @@ reg = <0x01613000 0x180>; #phy-cells = <0>; - clocks = <&rpmcc RPM_SMD_XO_CLK_SRC>, - <&gcc GCC_AHB2PHY_USB_CLK>; - clock-names = "ref", "cfg_ahb"; + clocks = <&gcc GCC_AHB2PHY_USB_CLK>, + <&rpmcc RPM_SMD_XO_CLK_SRC>; + clock-names = "cfg_ahb", "ref"; resets = <&gcc GCC_QUSB2PHY_PRIM_BCR>; status = "disabled"; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm64/boot/dts/qcom/sm6350-sony-xperia-lena-pdx213.dts +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm64/boot/dts/qcom/sm6350-sony-xperia-lena-pdx213.dts @@ -35,10 +35,10 @@ gpio-keys { compatible = "gpio-keys"; pinctrl-names = "default"; - pinctrl-0 = <&gpio_keys_state>; + pinctrl-0 = <&vol_down_n>; key-volume-down { - label = "volume_down"; + label = "Volume Down"; linux,code = ; gpios = <&pm6350_gpios 2 GPIO_ACTIVE_LOW>; }; @@ -305,14 +305,12 @@ }; &pm6350_gpios { - gpio_keys_state: gpio-keys-state { - key-volume-down-pins { - pins = "gpio2"; - function = PMIC_GPIO_FUNC_NORMAL; - power-source = <0>; - bias-disable; - input-enable; - }; + vol_down_n: vol-down-n-state { + pins = "gpio2"; + function = PMIC_GPIO_FUNC_NORMAL; + power-source = <0>; + bias-disable; + input-enable; }; }; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm64/boot/dts/qcom/sm6350.dtsi +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm64/boot/dts/qcom/sm6350.dtsi @@ -342,13 +342,12 @@ }; ramoops: ramoops@ffc00000 { - compatible = "removed-dma-pool", "ramoops"; - reg = <0 0xffc00000 0 0x00100000>; + compatible = "ramoops"; + reg = <0 0xffc00000 0 0x100000>; record-size = <0x1000>; console-size = <0x40000>; - ftrace-size = <0x0>; msg-size = <0x20000 0x20000>; - cc-size = <0x0>; + ecc-size = <16>; no-map; }; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm64/boot/dts/qcom/sm6375-sony-xperia-murray-pdx225.dts +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm64/boot/dts/qcom/sm6375-sony-xperia-murray-pdx225.dts @@ -151,12 +151,12 @@ }; &remoteproc_adsp { - firmware-name = "qcom/Sony/murray/adsp.mbn"; + firmware-name = "qcom/sm6375/Sony/murray/adsp.mbn"; status = "okay"; }; &remoteproc_cdsp { - firmware-name = "qcom/Sony/murray/cdsp.mbn"; + firmware-name = "qcom/sm6375/Sony/murray/cdsp.mbn"; status = "okay"; }; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm64/boot/dts/qcom/sm6375.dtsi +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm64/boot/dts/qcom/sm6375.dtsi @@ -1209,6 +1209,7 @@ clock-names = "xo"; power-domains = <&rpmpd SM6375_VDDCX>; + power-domain-names = "cx"; memory-region = <&pil_cdsp_mem>; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm64/boot/dts/qcom/sm8150-sony-xperia-kumano.dtsi +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm64/boot/dts/qcom/sm8150-sony-xperia-kumano.dtsi @@ -33,9 +33,10 @@ framebuffer: framebuffer@9c000000 { compatible = "simple-framebuffer"; reg = <0 0x9c000000 0 0x2300000>; - width = <1644>; - height = <3840>; - stride = <(1644 * 4)>; + /* Griffin BL initializes in 2.5k mode, not 4k */ + width = <1096>; + height = <2560>; + stride = <(1096 * 4)>; format = "a8r8g8b8"; /* * That's (going to be) a lot of clocks, but it's necessary due --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm64/boot/dts/qcom/sm8150.dtsi +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm64/boot/dts/qcom/sm8150.dtsi @@ -1783,8 +1783,8 @@ #address-cells = <3>; #size-cells = <2>; - ranges = <0x01000000 0x0 0x60200000 0 0x60200000 0x0 0x100000>, - <0x02000000 0x0 0x60300000 0 0x60300000 0x0 0x3d00000>; + ranges = <0x01000000 0x0 0x00000000 0x0 0x60200000 0x0 0x100000>, + <0x02000000 0x0 0x60300000 0x0 0x60300000 0x0 0x3d00000>; interrupts = ; interrupt-names = "msi"; @@ -1810,7 +1810,7 @@ "slave_q2a", "tbu"; - iommus = <&apps_smmu 0x1d80 0x7f>; + iommus = <&apps_smmu 0x1d80 0x3f>; iommu-map = <0x0 &apps_smmu 0x1d80 0x1>, <0x100 &apps_smmu 0x1d81 0x1>; @@ -1879,7 +1879,7 @@ #address-cells = <3>; #size-cells = <2>; - ranges = <0x01000000 0x0 0x40200000 0x0 0x40200000 0x0 0x100000>, + ranges = <0x01000000 0x0 0x00000000 0x0 0x40200000 0x0 0x100000>, <0x02000000 0x0 0x40300000 0x0 0x40300000 0x0 0x1fd00000>; interrupts = ; @@ -1909,7 +1909,7 @@ assigned-clocks = <&gcc GCC_PCIE_1_AUX_CLK>; assigned-clock-rates = <19200000>; - iommus = <&apps_smmu 0x1e00 0x7f>; + iommus = <&apps_smmu 0x1e00 0x3f>; iommu-map = <0x0 &apps_smmu 0x1e00 0x1>, <0x100 &apps_smmu 0x1e01 0x1>; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm64/boot/dts/qcom/sm8250-sony-xperia-edo.dtsi +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm64/boot/dts/qcom/sm8250-sony-xperia-edo.dtsi @@ -26,9 +26,10 @@ framebuffer: framebuffer@9c000000 { compatible = "simple-framebuffer"; reg = <0 0x9c000000 0 0x2300000>; - width = <1644>; - height = <3840>; - stride = <(1644 * 4)>; + /* pdx203 BL initializes in 2.5k mode, not 4k */ + width = <1096>; + height = <2560>; + stride = <(1096 * 4)>; format = "a8r8g8b8"; /* * That's a lot of clocks, but it's necessary due --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm64/boot/dts/qcom/sm8250.dtsi +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm64/boot/dts/qcom/sm8250.dtsi @@ -1807,8 +1807,8 @@ #address-cells = <3>; #size-cells = <2>; - ranges = <0x01000000 0x0 0x60200000 0 0x60200000 0x0 0x100000>, - <0x02000000 0x0 0x60300000 0 0x60300000 0x0 0x3d00000>; + ranges = <0x01000000 0x0 0x00000000 0x0 0x60200000 0x0 0x100000>, + <0x02000000 0x0 0x60300000 0x0 0x60300000 0x0 0x3d00000>; interrupts = , , @@ -1916,7 +1916,7 @@ #address-cells = <3>; #size-cells = <2>; - ranges = <0x01000000 0x0 0x40200000 0x0 0x40200000 0x0 0x100000>, + ranges = <0x01000000 0x0 0x00000000 0x0 0x40200000 0x0 0x100000>, <0x02000000 0x0 0x40300000 0x0 0x40300000 0x0 0x1fd00000>; interrupts = ; @@ -2024,7 +2024,7 @@ #address-cells = <3>; #size-cells = <2>; - ranges = <0x01000000 0x0 0x64200000 0x0 0x64200000 0x0 0x100000>, + ranges = <0x01000000 0x0 0x00000000 0x0 0x64200000 0x0 0x100000>, <0x02000000 0x0 0x64300000 0x0 0x64300000 0x0 0x3d00000>; interrupts = ; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm64/boot/dts/qcom/sm8350-microsoft-surface-duo2.dts +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm64/boot/dts/qcom/sm8350-microsoft-surface-duo2.dts @@ -341,6 +341,9 @@ &usb_1 { status = "okay"; +}; + +&usb_1_dwc3 { dr_mode = "peripheral"; }; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm64/boot/dts/qcom/sm8350-sony-xperia-sagami-pdx214.dts +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm64/boot/dts/qcom/sm8350-sony-xperia-sagami-pdx214.dts @@ -17,3 +17,26 @@ height = <2520>; stride = <(1080 * 4)>; }; + +&pm8350b_gpios { + gpio-line-names = "NC", /* GPIO_1 */ + "NC", + "NC", + "NC", + "SNAPSHOT_N", + "NC", + "NC", + "FOCUS_N"; +}; + +&pm8350c_gpios { + gpio-line-names = "FL_STROBE_TRIG_WIDE", /* GPIO_1 */ + "FL_STROBE_TRIG_TELE", + "NC", + "NC", + "NC", + "RGBC_IR_PWR_EN", + "NC", + "NC", + "WIDEC_PWR_EN"; +}; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm64/boot/dts/qcom/sm8350-sony-xperia-sagami-pdx215.dts +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm64/boot/dts/qcom/sm8350-sony-xperia-sagami-pdx215.dts @@ -12,6 +12,93 @@ compatible = "sony,pdx215-generic", "qcom,sm8350"; }; +&i2c13 { + pmic@75 { + compatible = "dlg,slg51000"; + reg = <0x75>; + dlg,cs-gpios = <&pm8350b_gpios 1 GPIO_ACTIVE_HIGH>; + + pinctrl-names = "default"; + pinctrl-0 = <&cam_pwr_a_cs>; + + regulators { + slg51000_a_ldo1: ldo1 { + regulator-name = "slg51000_a_ldo1"; + regulator-min-microvolt = <2400000>; + regulator-max-microvolt = <3300000>; + }; + + slg51000_a_ldo2: ldo2 { + regulator-name = "slg51000_a_ldo2"; + regulator-min-microvolt = <2400000>; + regulator-max-microvolt = <3300000>; + }; + + slg51000_a_ldo3: ldo3 { + regulator-name = "slg51000_a_ldo3"; + regulator-min-microvolt = <1200000>; + regulator-max-microvolt = <3750000>; + }; + + slg51000_a_ldo4: ldo4 { + regulator-name = "slg51000_a_ldo4"; + regulator-min-microvolt = <1200000>; + regulator-max-microvolt = <3750000>; + }; + + slg51000_a_ldo5: ldo5 { + regulator-name = "slg51000_a_ldo5"; + regulator-min-microvolt = <500000>; + regulator-max-microvolt = <1200000>; + }; + + slg51000_a_ldo6: ldo6 { + regulator-name = "slg51000_a_ldo6"; + regulator-min-microvolt = <500000>; + regulator-max-microvolt = <1200000>; + }; + + slg51000_a_ldo7: ldo7 { + regulator-name = "slg51000_a_ldo7"; + regulator-min-microvolt = <1200000>; + regulator-max-microvolt = <3750000>; + }; + }; + }; +}; + +&pm8350b_gpios { + gpio-line-names = "CAM_PWR_A_CS", /* GPIO_1 */ + "NC", + "NC", + "NC", + "SNAPSHOT_N", + "CAM_PWR_LD_EN", + "NC", + "FOCUS_N"; + + cam_pwr_a_cs: cam-pwr-a-cs-state { + pins = "gpio1"; + function = "normal"; + qcom,drive-strength = ; + power-source = <1>; + drive-push-pull; + output-high; + }; +}; + +&pm8350c_gpios { + gpio-line-names = "FL_STROBE_TRIG_WIDE", /* GPIO_1 */ + "FL_STROBE_TRIG_TELE", + "NC", + "WLC_TXPWR_EN", + "NC", + "RGBC_IR_PWR_EN", + "NC", + "NC", + "WIDEC_PWR_EN"; +}; + &tlmm { gpio-line-names = "APPS_I2C_0_SDA", /* GPIO_0 */ "APPS_I2C_0_SCL", --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm64/boot/dts/qcom/sm8350-sony-xperia-sagami.dtsi +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm64/boot/dts/qcom/sm8350-sony-xperia-sagami.dtsi @@ -3,6 +3,7 @@ * Copyright (c) 2021, Konrad Dybcio */ +#include #include #include "sm8350.dtsi" #include "pm8350.dtsi" @@ -48,7 +49,35 @@ gpio-keys { compatible = "gpio-keys"; - /* For reasons still unknown, GAssist key and Camera Focus/Shutter don't work.. */ + pinctrl-names = "default"; + pinctrl-0 = <&focus_n &snapshot_n &vol_down_n &g_assist_n>; + + key-camera-focus { + label = "Camera Focus"; + linux,code = ; + gpios = <&pm8350b_gpios 8 GPIO_ACTIVE_LOW>; + debounce-interval = <15>; + linux,can-disable; + wakeup-source; + }; + + key-camera-snapshot { + label = "Camera Snapshot"; + linux,code = ; + gpios = <&pm8350b_gpios 5 GPIO_ACTIVE_LOW>; + debounce-interval = <15>; + linux,can-disable; + wakeup-source; + }; + + key-google-assist { + label = "Google Assistant Key"; + gpios = <&pm8350_gpios 9 GPIO_ACTIVE_LOW>; + linux,code = ; + debounce-interval = <15>; + linux,can-disable; + wakeup-source; + }; key-vol-down { label = "Volume Down"; @@ -56,7 +85,7 @@ gpios = <&pmk8350_gpios 3 GPIO_ACTIVE_LOW>; debounce-interval = <15>; linux,can-disable; - gpio-key,wakeup; + wakeup-source; }; }; @@ -506,7 +535,6 @@ clock-frequency = <100000>; /* Qualcomm PM8008i/PM8008j (?) @ 8, 9, c, d */ - /* Dialog SLG51000 CMIC @ 75 */ }; &i2c15 { @@ -534,6 +562,60 @@ firmware-name = "qcom/sm8350/Sony/sagami/modem.mbn"; }; +&pm8350_gpios { + gpio-line-names = "ASSIGN1_THERM", /* GPIO_1 */ + "LCD_ID", + "SDR_MMW_THERM", + "RF_ID", + "NC", + "FP_LDO_EN", + "SP_ARI_PWR_ALARM", + "NC", + "G_ASSIST_N", + "PM8350_OPTION"; /* GPIO_10 */ + + g_assist_n: g-assist-n-state { + pins = "gpio9"; + function = "normal"; + power-source = <1>; + bias-pull-up; + input-enable; + }; +}; + +&pm8350b_gpios { + snapshot_n: snapshot-n-state { + pins = "gpio5"; + function = "normal"; + power-source = <0>; + bias-pull-up; + input-enable; + }; + + focus_n: focus-n-state { + pins = "gpio8"; + function = "normal"; + power-source = <0>; + input-enable; + bias-pull-up; + }; +}; + +&pmk8350_gpios { + gpio-line-names = "NC", /* GPIO_1 */ + "NC", + "VOL_DOWN_N", + "PMK8350_OPTION"; + + vol_down_n: vol-down-n-state { + pins = "gpio3"; + function = "normal"; + power-source = <0>; + bias-pull-up; + input-enable; + }; +}; + &pmk8350_rtc { status = "okay"; }; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm64/boot/dts/qcom/sm8350.dtsi +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm64/boot/dts/qcom/sm8350.dtsi @@ -903,7 +903,7 @@ }; }; - gpi_dma0: dma-controller@900000 { + gpi_dma0: dma-controller@9800000 { compatible = "qcom,sm8350-gpi-dma", "qcom,sm6350-gpi-dma"; reg = <0 0x09800000 0 0x60000>; interrupts = , @@ -1043,8 +1043,6 @@ interrupts = ; power-domains = <&rpmhpd SM8350_CX>; operating-points-v2 = <&qup_opp_table_100mhz>; - #address-cells = <1>; - #size-cells = <0>; status = "disabled"; }; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm64/boot/dts/qcom/sm8450-sony-xperia-nagara.dtsi +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm64/boot/dts/qcom/sm8450-sony-xperia-nagara.dtsi @@ -534,17 +534,17 @@ }; &remoteproc_adsp { - firmware-name = "qcom/sm8350/Sony/nagara/adsp.mbn"; + firmware-name = "qcom/sm8450/Sony/nagara/adsp.mbn"; status = "okay"; }; &remoteproc_cdsp { - firmware-name = "qcom/sm8350/Sony/nagara/cdsp.mbn"; + firmware-name = "qcom/sm8450/Sony/nagara/cdsp.mbn"; status = "okay"; }; &remoteproc_slpi { - firmware-name = "qcom/sm8350/Sony/nagara/slpi.mbn"; + firmware-name = "qcom/sm8450/Sony/nagara/slpi.mbn"; status = "okay"; }; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm64/boot/dts/qcom/sm8450.dtsi +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm64/boot/dts/qcom/sm8450.dtsi @@ -997,8 +997,6 @@ pinctrl-names = "default"; pinctrl-0 = <&qup_uart20_default>; interrupts = ; - #address-cells = <1>; - #size-cells = <0>; status = "disabled"; }; @@ -1391,8 +1389,6 @@ pinctrl-names = "default"; pinctrl-0 = <&qup_uart7_tx>, <&qup_uart7_rx>; interrupts = ; - #address-cells = <1>; - #size-cells = <0>; status = "disabled"; }; }; @@ -1730,8 +1726,8 @@ #address-cells = <3>; #size-cells = <2>; - ranges = <0x01000000 0x0 0x60200000 0 0x60200000 0x0 0x100000>, - <0x02000000 0x0 0x60300000 0 0x60300000 0x0 0x3d00000>; + ranges = <0x01000000 0x0 0x00000000 0x0 0x60200000 0x0 0x100000>, + <0x02000000 0x0 0x60300000 0x0 0x60300000 0x0 0x3d00000>; interrupts = ; interrupt-names = "msi"; @@ -1839,8 +1835,8 @@ #address-cells = <3>; #size-cells = <2>; - ranges = <0x01000000 0x0 0x40200000 0 0x40200000 0x0 0x100000>, - <0x02000000 0x0 0x40300000 0 0x40300000 0x0 0x1fd00000>; + ranges = <0x01000000 0x0 0x00000000 0x0 0x40200000 0x0 0x100000>, + <0x02000000 0x0 0x40300000 0x0 0x40300000 0x0 0x1fd00000>; interrupts = ; interrupt-names = "msi"; @@ -1887,8 +1883,8 @@ phys = <&pcie1_lane>; phy-names = "pciephy"; - perst-gpio = <&tlmm 97 GPIO_ACTIVE_LOW>; - enable-gpio = <&tlmm 99 GPIO_ACTIVE_HIGH>; + perst-gpios = <&tlmm 97 GPIO_ACTIVE_LOW>; + wake-gpios = <&tlmm 99 GPIO_ACTIVE_HIGH>; pinctrl-names = "default"; pinctrl-0 = <&pcie1_default_state>; @@ -2108,8 +2104,8 @@ <&q6prmcc LPASS_HW_DCODEC_VOTE LPASS_CLK_ATTRIBUTE_COUPLE_NO>, <&vamacro>; clock-names = "mclk", "npl", "macro", "dcodec", "fsgen"; - assigned-clocks = <&q6prmcc LPASS_CLK_ID_WSA_CORE_TX_MCLK LPASS_CLK_ATTRIBUTE_COUPLE_NO>, - <&q6prmcc LPASS_CLK_ID_WSA_CORE_TX_2X_MCLK LPASS_CLK_ATTRIBUTE_COUPLE_NO>; + assigned-clocks = <&q6prmcc LPASS_CLK_ID_WSA2_CORE_TX_MCLK LPASS_CLK_ATTRIBUTE_COUPLE_NO>, + <&q6prmcc LPASS_CLK_ID_WSA2_CORE_TX_2X_MCLK LPASS_CLK_ATTRIBUTE_COUPLE_NO>; assigned-clock-rates = <19200000>, <19200000>; #clock-cells = <0>; @@ -2263,7 +2259,7 @@ reg = <0 0x33b0000 0 0x2000>; interrupts-extended = <&intc GIC_SPI 496 IRQ_TYPE_LEVEL_HIGH>, <&intc GIC_SPI 520 IRQ_TYPE_LEVEL_HIGH>; - interrupt-names = "core", "wake"; + interrupt-names = "core", "wakeup"; clocks = <&vamacro>; clock-names = "iface"; @@ -3662,6 +3658,7 @@ power-domains = <&gcc UFS_PHY_GDSC>; iommus = <&apps_smmu 0xe0 0x0>; + dma-coherent; interconnects = <&aggre1_noc MASTER_UFS_MEM 0 &mc_virt SLAVE_EBI1 0>, <&gem_noc MASTER_APPSS_PROC 0 &config_noc SLAVE_UFS_MEM_CFG 0>; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm64/boot/dts/renesas/beacon-renesom-baseboard.dtsi +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm64/boot/dts/renesas/beacon-renesom-baseboard.dtsi @@ -437,20 +437,6 @@ }; }; - /* 0 - lcd_reset */ - /* 1 - lcd_pwr */ - /* 2 - lcd_select */ - /* 3 - backlight-enable */ - /* 4 - Touch_shdwn */ - /* 5 - LCD_H_pol */ - /* 6 - lcd_V_pol */ - gpio_exp1: gpio@20 { - compatible = "onnn,pca9654"; - reg = <0x20>; - gpio-controller; - #gpio-cells = <2>; - }; - touchscreen@26 { compatible = "ilitek,ili2117"; reg = <0x26>; @@ -482,6 +468,16 @@ }; }; }; + + gpio_exp1: gpio@70 { + compatible = "nxp,pca9538"; + reg = <0x70>; + gpio-controller; + #gpio-cells = <2>; + gpio-line-names = "lcd_reset", "lcd_pwr", "lcd_select", + "backlight-enable", "Touch_shdwn", + "LCD_H_pol", "lcd_V_pol"; + }; }; &lvds0 { --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm64/boot/dts/renesas/r8a774c0.dtsi +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm64/boot/dts/renesas/r8a774c0.dtsi @@ -49,17 +49,14 @@ opp-shared; opp-800000000 { opp-hz = /bits/ 64 <800000000>; - opp-microvolt = <820000>; clock-latency-ns = <300000>; }; opp-1000000000 { opp-hz = /bits/ 64 <1000000000>; - opp-microvolt = <820000>; clock-latency-ns = <300000>; }; opp-1200000000 { opp-hz = /bits/ 64 <1200000000>; - opp-microvolt = <820000>; clock-latency-ns = <300000>; opp-suspend; }; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm64/boot/dts/renesas/r8a77990.dtsi +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm64/boot/dts/renesas/r8a77990.dtsi @@ -49,17 +49,14 @@ opp-shared; opp-800000000 { opp-hz = /bits/ 64 <800000000>; - opp-microvolt = <820000>; clock-latency-ns = <300000>; }; opp-1000000000 { opp-hz = /bits/ 64 <1000000000>; - opp-microvolt = <820000>; clock-latency-ns = <300000>; }; opp-1200000000 { opp-hz = /bits/ 64 <1200000000>; - opp-microvolt = <820000>; clock-latency-ns = <300000>; opp-suspend; }; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm64/boot/dts/renesas/r9a07g043.dtsi +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm64/boot/dts/renesas/r9a07g043.dtsi @@ -80,9 +80,8 @@ reg = <0 0x10049c00 0 0x400>; interrupts = , , - , - ; - interrupt-names = "int_req", "dma_rx", "dma_tx", "dma_rt"; + ; + interrupt-names = "int_req", "dma_rx", "dma_tx"; clocks = <&cpg CPG_MOD R9A07G043_SSI0_PCLK2>, <&cpg CPG_MOD R9A07G043_SSI0_PCLK_SFR>, <&audio_clk1>, <&audio_clk2>; @@ -101,9 +100,8 @@ reg = <0 0x1004a000 0 0x400>; interrupts = , , - , - ; - interrupt-names = "int_req", "dma_rx", "dma_tx", "dma_rt"; + ; + interrupt-names = "int_req", "dma_rx", "dma_tx"; clocks = <&cpg CPG_MOD R9A07G043_SSI1_PCLK2>, <&cpg CPG_MOD R9A07G043_SSI1_PCLK_SFR>, <&audio_clk1>, <&audio_clk2>; @@ -121,10 +119,8 @@ "renesas,rz-ssi"; reg = <0 0x1004a400 0 0x400>; interrupts = , - , - , ; - interrupt-names = "int_req", "dma_rx", "dma_tx", "dma_rt"; + interrupt-names = "int_req", "dma_rt"; clocks = <&cpg CPG_MOD R9A07G043_SSI2_PCLK2>, <&cpg CPG_MOD R9A07G043_SSI2_PCLK_SFR>, <&audio_clk1>, <&audio_clk2>; @@ -143,9 +139,8 @@ reg = <0 0x1004a800 0 0x400>; interrupts = , , - , - ; - interrupt-names = "int_req", "dma_rx", "dma_tx", "dma_rt"; + ; + interrupt-names = "int_req", "dma_rx", "dma_tx"; clocks = <&cpg CPG_MOD R9A07G043_SSI3_PCLK2>, <&cpg CPG_MOD R9A07G043_SSI3_PCLK_SFR>, <&audio_clk1>, <&audio_clk2>; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm64/boot/dts/renesas/r9a07g044.dtsi +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm64/boot/dts/renesas/r9a07g044.dtsi @@ -175,9 +175,8 @@ reg = <0 0x10049c00 0 0x400>; interrupts = , , - , - ; - interrupt-names = "int_req", "dma_rx", "dma_tx", "dma_rt"; + ; + interrupt-names = "int_req", "dma_rx", "dma_tx"; clocks = <&cpg CPG_MOD R9A07G044_SSI0_PCLK2>, <&cpg CPG_MOD R9A07G044_SSI0_PCLK_SFR>, <&audio_clk1>, <&audio_clk2>; @@ -196,9 +195,8 @@ reg = <0 0x1004a000 0 0x400>; interrupts = , , - , - ; - interrupt-names = "int_req", "dma_rx", "dma_tx", "dma_rt"; + ; + interrupt-names = "int_req", "dma_rx", "dma_tx"; clocks = <&cpg CPG_MOD R9A07G044_SSI1_PCLK2>, <&cpg CPG_MOD R9A07G044_SSI1_PCLK_SFR>, <&audio_clk1>, <&audio_clk2>; @@ -216,10 +214,8 @@ "renesas,rz-ssi"; reg = <0 0x1004a400 0 0x400>; interrupts = , - , - , ; - interrupt-names = "int_req", "dma_rx", "dma_tx", "dma_rt"; + interrupt-names = "int_req", "dma_rt"; clocks = <&cpg CPG_MOD R9A07G044_SSI2_PCLK2>, <&cpg CPG_MOD R9A07G044_SSI2_PCLK_SFR>, <&audio_clk1>, <&audio_clk2>; @@ -238,9 +234,8 @@ reg = <0 0x1004a800 0 0x400>; interrupts = , , - , - ; - interrupt-names = "int_req", "dma_rx", "dma_tx", "dma_rt"; + ; + interrupt-names = "int_req", "dma_rx", "dma_tx"; clocks = <&cpg CPG_MOD R9A07G044_SSI3_PCLK2>, <&cpg CPG_MOD R9A07G044_SSI3_PCLK_SFR>, <&audio_clk1>, <&audio_clk2>; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm64/boot/dts/renesas/r9a07g054.dtsi +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm64/boot/dts/renesas/r9a07g054.dtsi @@ -175,9 +175,8 @@ reg = <0 0x10049c00 0 0x400>; interrupts = , , - , - ; - interrupt-names = "int_req", "dma_rx", "dma_tx", "dma_rt"; + ; + interrupt-names = "int_req", "dma_rx", "dma_tx"; clocks = <&cpg CPG_MOD R9A07G054_SSI0_PCLK2>, <&cpg CPG_MOD R9A07G054_SSI0_PCLK_SFR>, <&audio_clk1>, <&audio_clk2>; @@ -196,9 +195,8 @@ reg = <0 0x1004a000 0 0x400>; interrupts = , , - , - ; - interrupt-names = "int_req", "dma_rx", "dma_tx", "dma_rt"; + ; + interrupt-names = "int_req", "dma_rx", "dma_tx"; clocks = <&cpg CPG_MOD R9A07G054_SSI1_PCLK2>, <&cpg CPG_MOD R9A07G054_SSI1_PCLK_SFR>, <&audio_clk1>, <&audio_clk2>; @@ -216,10 +214,8 @@ "renesas,rz-ssi"; reg = <0 0x1004a400 0 0x400>; interrupts = , - , - , ; - interrupt-names = "int_req", "dma_rx", "dma_tx", "dma_rt"; + interrupt-names = "int_req", "dma_rt"; clocks = <&cpg CPG_MOD R9A07G054_SSI2_PCLK2>, <&cpg CPG_MOD R9A07G054_SSI2_PCLK_SFR>, <&audio_clk1>, <&audio_clk2>; @@ -238,9 +234,8 @@ reg = <0 0x1004a800 0 0x400>; interrupts = , , - , - ; - interrupt-names = "int_req", "dma_rx", "dma_tx", "dma_rt"; + ; + interrupt-names = "int_req", "dma_rx", "dma_tx"; clocks = <&cpg CPG_MOD R9A07G054_SSI3_PCLK2>, <&cpg CPG_MOD R9A07G054_SSI3_PCLK_SFR>, <&audio_clk1>, <&audio_clk2>; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm64/boot/dts/renesas/ulcb-kf.dtsi +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm64/boot/dts/renesas/ulcb-kf.dtsi @@ -393,7 +393,7 @@ }; scif1_pins: scif1 { - groups = "scif1_data_b", "scif1_ctrl"; + groups = "scif1_data_b"; function = "scif1"; }; @@ -447,7 +447,6 @@ &scif1 { pinctrl-0 = <&scif1_pins>; pinctrl-names = "default"; - uart-has-rtscts; status = "okay"; }; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm64/boot/dts/rockchip/rk3399-rock-4c-plus.dts +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm64/boot/dts/rockchip/rk3399-rock-4c-plus.dts @@ -548,9 +548,8 @@ &sdhci { max-frequency = <150000000>; bus-width = <8>; - mmc-hs400-1_8v; + mmc-hs200-1_8v; non-removable; - mmc-hs400-enhanced-strobe; status = "okay"; }; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm64/boot/dts/rockchip/rk3399-rock-pi-4.dtsi +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm64/boot/dts/rockchip/rk3399-rock-pi-4.dtsi @@ -45,7 +45,7 @@ sdio_pwrseq: sdio-pwrseq { compatible = "mmc-pwrseq-simple"; clocks = <&rk808 1>; - clock-names = "ext_clock"; + clock-names = "lpo"; pinctrl-names = "default"; pinctrl-0 = <&wifi_enable_h>; reset-gpios = <&gpio0 RK_PB2 GPIO_ACTIVE_LOW>; @@ -645,9 +645,9 @@ }; &sdhci { + max-frequency = <150000000>; bus-width = <8>; - mmc-hs400-1_8v; - mmc-hs400-enhanced-strobe; + mmc-hs200-1_8v; non-removable; status = "okay"; }; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm64/boot/dts/rockchip/rk3566-soquartz-cm4.dts +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm64/boot/dts/rockchip/rk3566-soquartz-cm4.dts @@ -28,6 +28,16 @@ regulator-max-microvolt = <5000000>; vin-supply = <&vcc12v_dcin>; }; + + vcc_sd_pwr: vcc-sd-pwr-regulator { + compatible = "regulator-fixed"; + regulator-name = "vcc_sd_pwr"; + regulator-always-on; + regulator-boot-on; + regulator-min-microvolt = <3300000>; + regulator-max-microvolt = <3300000>; + vin-supply = <&vcc3v3_sys>; + }; }; /* phy for pcie */ @@ -130,13 +140,7 @@ }; &sdmmc0 { - vmmc-supply = <&sdmmc_pwr>; - status = "okay"; -}; - -&sdmmc_pwr { - regulator-min-microvolt = <3300000>; - regulator-max-microvolt = <3300000>; + vmmc-supply = <&vcc_sd_pwr>; status = "okay"; }; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm64/boot/dts/rockchip/rk3566-soquartz.dtsi +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm64/boot/dts/rockchip/rk3566-soquartz.dtsi @@ -104,16 +104,6 @@ regulator-max-microvolt = <3300000>; vin-supply = <&vcc5v0_sys>; }; - - sdmmc_pwr: sdmmc-pwr-regulator { - compatible = "regulator-fixed"; - enable-active-high; - gpio = <&gpio0 RK_PA5 GPIO_ACTIVE_HIGH>; - pinctrl-names = "default"; - pinctrl-0 = <&sdmmc_pwr_h>; - regulator-name = "sdmmc_pwr"; - status = "disabled"; - }; }; &cpu0 { @@ -155,6 +145,19 @@ status = "disabled"; }; +&gpio0 { + nextrst-hog { + gpio-hog; + /* + * GPIO_ACTIVE_LOW + output-low here means that the pin is set + * to high, because output-low decides the value pre-inversion. + */ + gpios = ; + line-name = "nEXTRST"; + output-low; + }; +}; + &gpu { mali-supply = <&vdd_gpu>; status = "okay"; @@ -538,12 +541,6 @@ rockchip,pins = <2 RK_PC2 RK_FUNC_GPIO &pcfg_pull_none>; }; }; - - sdmmc-pwr { - sdmmc_pwr_h: sdmmc-pwr-h { - rockchip,pins = <0 RK_PA5 RK_FUNC_GPIO &pcfg_pull_none>; - }; - }; }; &pmu_io_domains { @@ -598,7 +595,7 @@ non-removable; pinctrl-names = "default"; pinctrl-0 = <&sdmmc1_bus4 &sdmmc1_cmd &sdmmc1_clk>; - sd-uhs-sdr104; + sd-uhs-sdr50; vmmc-supply = <&vcc3v3_sys>; vqmmc-supply = <&vcc_1v8>; status = "okay"; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm64/boot/dts/rockchip/rk3568.dtsi +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm64/boot/dts/rockchip/rk3568.dtsi @@ -94,9 +94,10 @@ power-domains = <&power RK3568_PD_PIPE>; reg = <0x3 0xc0400000 0x0 0x00400000>, <0x0 0xfe270000 0x0 0x00010000>, - <0x3 0x7f000000 0x0 0x01000000>; - ranges = <0x01000000 0x0 0x3ef00000 0x3 0x7ef00000 0x0 0x00100000>, - <0x02000000 0x0 0x00000000 0x3 0x40000000 0x0 0x3ef00000>; + <0x0 0xf2000000 0x0 0x00100000>; + ranges = <0x01000000 0x0 0xf2100000 0x0 0xf2100000 0x0 0x00100000>, + <0x02000000 0x0 0xf2200000 0x0 0xf2200000 0x0 0x01e00000>, + <0x03000000 0x0 0x40000000 0x3 0x40000000 0x0 0x40000000>; reg-names = "dbi", "apb", "config"; resets = <&cru SRST_PCIE30X1_POWERUP>; reset-names = "pipe"; @@ -146,9 +147,10 @@ power-domains = <&power RK3568_PD_PIPE>; reg = <0x3 0xc0800000 0x0 0x00400000>, <0x0 0xfe280000 0x0 0x00010000>, - <0x3 0xbf000000 0x0 0x01000000>; - ranges = <0x01000000 0x0 0x3ef00000 0x3 0xbef00000 0x0 0x00100000>, - <0x02000000 0x0 0x00000000 0x3 0x80000000 0x0 0x3ef00000>; + <0x0 0xf0000000 0x0 0x00100000>; + ranges = <0x01000000 0x0 0xf0100000 0x0 0xf0100000 0x0 0x00100000>, + <0x02000000 0x0 0xf0200000 0x0 0xf0200000 0x0 0x01e00000>, + <0x03000000 0x0 0x40000000 0x3 0x80000000 0x0 0x40000000>; reg-names = "dbi", "apb", "config"; resets = <&cru SRST_PCIE30X2_POWERUP>; reset-names = "pipe"; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm64/boot/dts/rockchip/rk356x.dtsi +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm64/boot/dts/rockchip/rk356x.dtsi @@ -951,7 +951,7 @@ compatible = "rockchip,rk3568-pcie"; reg = <0x3 0xc0000000 0x0 0x00400000>, <0x0 0xfe260000 0x0 0x00010000>, - <0x3 0x3f000000 0x0 0x01000000>; + <0x0 0xf4000000 0x0 0x00100000>; reg-names = "dbi", "apb", "config"; interrupts = , , @@ -981,8 +981,9 @@ phys = <&combphy2 PHY_TYPE_PCIE>; phy-names = "pcie-phy"; power-domains = <&power RK3568_PD_PIPE>; - ranges = <0x01000000 0x0 0x3ef00000 0x3 0x3ef00000 0x0 0x00100000 - 0x02000000 0x0 0x00000000 0x3 0x00000000 0x0 0x3ef00000>; + ranges = <0x01000000 0x0 0xf4100000 0x0 0xf4100000 0x0 0x00100000>, + <0x02000000 0x0 0xf4200000 0x0 0xf4200000 0x0 0x01e00000>, + <0x03000000 0x0 0x40000000 0x3 0x00000000 0x0 0x40000000>; resets = <&cru SRST_PCIE20_POWERUP>; reset-names = "pipe"; #address-cells = <3>; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm64/boot/dts/socionext/uniphier-pxs3-ref-gadget0.dts +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm64/boot/dts/socionext/uniphier-pxs3-ref-gadget0.dts @@ -24,7 +24,7 @@ snps,dis_enblslpm_quirk; snps,dis_u2_susphy_quirk; snps,dis_u3_susphy_quirk; - snps,usb2_gadget_lpm_disable; + snps,usb2-gadget-lpm-disable; phy-names = "usb2-phy", "usb3-phy"; phys = <&usb0_hsphy0>, <&usb0_ssphy0>; }; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm64/boot/dts/socionext/uniphier-pxs3-ref-gadget1.dts +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm64/boot/dts/socionext/uniphier-pxs3-ref-gadget1.dts @@ -24,7 +24,7 @@ snps,dis_enblslpm_quirk; snps,dis_u2_susphy_quirk; snps,dis_u3_susphy_quirk; - snps,usb2_gadget_lpm_disable; + snps,usb2-gadget-lpm-disable; phy-names = "usb2-phy", "usb3-phy"; phys = <&usb1_hsphy0>, <&usb1_ssphy0>; }; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm64/boot/dts/ti/k3-am62-main.dtsi +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm64/boot/dts/ti/k3-am62-main.dtsi @@ -413,7 +413,7 @@ #address-cells = <1>; #size-cells = <0>; power-domains = <&k3_pds 141 TI_SCI_PD_EXCLUSIVE>; - clocks = <&k3_clks 172 0>; + clocks = <&k3_clks 141 0>; status = "disabled"; }; @@ -424,7 +424,7 @@ #address-cells = <1>; #size-cells = <0>; power-domains = <&k3_pds 142 TI_SCI_PD_EXCLUSIVE>; - clocks = <&k3_clks 173 0>; + clocks = <&k3_clks 142 0>; status = "disabled"; }; @@ -435,7 +435,7 @@ #address-cells = <1>; #size-cells = <0>; power-domains = <&k3_pds 143 TI_SCI_PD_EXCLUSIVE>; - clocks = <&k3_clks 174 0>; + clocks = <&k3_clks 143 0>; status = "disabled"; }; @@ -461,7 +461,7 @@ <193>, <194>, <195>; interrupt-controller; #interrupt-cells = <2>; - ti,ngpio = <87>; + ti,ngpio = <92>; ti,davinci-gpio-unbanked = <0>; power-domains = <&k3_pds 77 TI_SCI_PD_EXCLUSIVE>; clocks = <&k3_clks 77 0>; @@ -478,7 +478,7 @@ <183>, <184>, <185>; interrupt-controller; #interrupt-cells = <2>; - ti,ngpio = <88>; + ti,ngpio = <52>; ti,davinci-gpio-unbanked = <0>; power-domains = <&k3_pds 78 TI_SCI_PD_EXCLUSIVE>; clocks = <&k3_clks 78 0>; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm64/boot/dts/ti/k3-am625.dtsi +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm64/boot/dts/ti/k3-am625.dtsi @@ -147,7 +147,7 @@ L2_0: l2-cache0 { compatible = "cache"; cache-level = <2>; - cache-size = <0x40000>; + cache-size = <0x80000>; cache-line-size = <64>; cache-sets = <512>; }; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm64/boot/dts/ti/k3-am62a7-sk.dts +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm64/boot/dts/ti/k3-am62a7-sk.dts @@ -26,8 +26,9 @@ memory@80000000 { device_type = "memory"; - /* 2G RAM */ - reg = <0x00000000 0x80000000 0x00000000 0x80000000>; + /* 4G RAM */ + reg = <0x00000000 0x80000000 0x00000000 0x80000000>, + <0x00000008 0x80000000 0x00000000 0x80000000>; }; reserved-memory { --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm64/boot/dts/ti/k3-am62a7.dtsi +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm64/boot/dts/ti/k3-am62a7.dtsi @@ -96,7 +96,7 @@ L2_0: l2-cache0 { compatible = "cache"; cache-level = <2>; - cache-size = <0x40000>; + cache-size = <0x80000>; cache-line-size = <64>; cache-sets = <512>; }; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm64/boot/dts/ti/k3-j7200-common-proc-board.dts +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm64/boot/dts/ti/k3-j7200-common-proc-board.dts @@ -80,28 +80,28 @@ }; }; -&wkup_pmx0 { +&wkup_pmx2 { mcu_cpsw_pins_default: mcu-cpsw-pins-default { pinctrl-single,pins = < - J721E_WKUP_IOPAD(0x0068, PIN_OUTPUT, 0) /* MCU_RGMII1_TX_CTL */ - J721E_WKUP_IOPAD(0x006c, PIN_INPUT, 0) /* MCU_RGMII1_RX_CTL */ - J721E_WKUP_IOPAD(0x0070, PIN_OUTPUT, 0) /* MCU_RGMII1_TD3 */ - J721E_WKUP_IOPAD(0x0074, PIN_OUTPUT, 0) /* MCU_RGMII1_TD2 */ - J721E_WKUP_IOPAD(0x0078, PIN_OUTPUT, 0) /* MCU_RGMII1_TD1 */ - J721E_WKUP_IOPAD(0x007c, PIN_OUTPUT, 0) /* MCU_RGMII1_TD0 */ - J721E_WKUP_IOPAD(0x0088, PIN_INPUT, 0) /* MCU_RGMII1_RD3 */ - J721E_WKUP_IOPAD(0x008c, PIN_INPUT, 0) /* MCU_RGMII1_RD2 */ - J721E_WKUP_IOPAD(0x0090, PIN_INPUT, 0) /* MCU_RGMII1_RD1 */ - J721E_WKUP_IOPAD(0x0094, PIN_INPUT, 0) /* MCU_RGMII1_RD0 */ - J721E_WKUP_IOPAD(0x0080, PIN_OUTPUT, 0) /* MCU_RGMII1_TXC */ - J721E_WKUP_IOPAD(0x0084, PIN_INPUT, 0) /* MCU_RGMII1_RXC */ + J721E_WKUP_IOPAD(0x0000, PIN_OUTPUT, 0) /* MCU_RGMII1_TX_CTL */ + J721E_WKUP_IOPAD(0x0004, PIN_INPUT, 0) /* MCU_RGMII1_RX_CTL */ + J721E_WKUP_IOPAD(0x0008, PIN_OUTPUT, 0) /* MCU_RGMII1_TD3 */ + J721E_WKUP_IOPAD(0x000c, PIN_OUTPUT, 0) /* MCU_RGMII1_TD2 */ + J721E_WKUP_IOPAD(0x0010, PIN_OUTPUT, 0) /* MCU_RGMII1_TD1 */ + J721E_WKUP_IOPAD(0x0014, PIN_OUTPUT, 0) /* MCU_RGMII1_TD0 */ + J721E_WKUP_IOPAD(0x0020, PIN_INPUT, 0) /* MCU_RGMII1_RD3 */ + J721E_WKUP_IOPAD(0x0024, PIN_INPUT, 0) /* MCU_RGMII1_RD2 */ + J721E_WKUP_IOPAD(0x0028, PIN_INPUT, 0) /* MCU_RGMII1_RD1 */ + J721E_WKUP_IOPAD(0x002c, PIN_INPUT, 0) /* MCU_RGMII1_RD0 */ + J721E_WKUP_IOPAD(0x0018, PIN_OUTPUT, 0) /* MCU_RGMII1_TXC */ + J721E_WKUP_IOPAD(0x001c, PIN_INPUT, 0) /* MCU_RGMII1_RXC */ >; }; mcu_mdio_pins_default: mcu-mdio1-pins-default { pinctrl-single,pins = < - J721E_WKUP_IOPAD(0x009c, PIN_OUTPUT, 0) /* (L1) MCU_MDIO0_MDC */ - J721E_WKUP_IOPAD(0x0098, PIN_INPUT, 0) /* (L4) MCU_MDIO0_MDIO */ + J721E_WKUP_IOPAD(0x0034, PIN_OUTPUT, 0) /* (L1) MCU_MDIO0_MDC */ + J721E_WKUP_IOPAD(0x0030, PIN_INPUT, 0) /* (L4) MCU_MDIO0_MDIO */ >; }; }; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm64/boot/dts/ti/k3-j7200-mcu-wakeup.dtsi +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm64/boot/dts/ti/k3-j7200-mcu-wakeup.dtsi @@ -56,7 +56,34 @@ wkup_pmx0: pinctrl@4301c000 { compatible = "pinctrl-single"; /* Proxy 0 addressing */ - reg = <0x00 0x4301c000 0x00 0x178>; + reg = <0x00 0x4301c000 0x00 0x34>; + #pinctrl-cells = <1>; + pinctrl-single,register-width = <32>; + pinctrl-single,function-mask = <0xffffffff>; + }; + + wkup_pmx1: pinctrl@0x4301c038 { + compatible = "pinctrl-single"; + /* Proxy 0 addressing */ + reg = <0x00 0x4301c038 0x00 0x8>; + #pinctrl-cells = <1>; + pinctrl-single,register-width = <32>; + pinctrl-single,function-mask = <0xffffffff>; + }; + + wkup_pmx2: pinctrl@0x4301c068 { + compatible = "pinctrl-single"; + /* Proxy 0 addressing */ + reg = <0x00 0x4301c068 0x00 0xec>; + #pinctrl-cells = <1>; + pinctrl-single,register-width = <32>; + pinctrl-single,function-mask = <0xffffffff>; + }; + + wkup_pmx3: pinctrl@0x4301c174 { + compatible = "pinctrl-single"; + /* Proxy 0 addressing */ + reg = <0x00 0x4301c174 0x00 0x20>; #pinctrl-cells = <1>; pinctrl-single,register-width = <32>; pinctrl-single,function-mask = <0xffffffff>; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm64/boot/dts/ti/k3-j721e-beagleboneai64.dts +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm64/boot/dts/ti/k3-j721e-beagleboneai64.dts @@ -936,6 +936,7 @@ }; &mailbox0_cluster0 { + status = "okay"; interrupts = <436>; mbox_mcu_r5fss0_core0: mbox-mcu-r5fss0-core0 { @@ -950,6 +951,7 @@ }; &mailbox0_cluster1 { + status = "okay"; interrupts = <432>; mbox_main_r5fss0_core0: mbox-main-r5fss0-core0 { @@ -964,6 +966,7 @@ }; &mailbox0_cluster2 { + status = "okay"; interrupts = <428>; mbox_main_r5fss1_core0: mbox-main-r5fss1-core0 { @@ -978,6 +981,7 @@ }; &mailbox0_cluster3 { + status = "okay"; interrupts = <424>; mbox_c66_0: mbox-c66-0 { @@ -992,6 +996,7 @@ }; &mailbox0_cluster4 { + status = "okay"; interrupts = <420>; mbox_c71_0: mbox-c71-0 { --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm64/boot/dts/ti/k3-j721e-main.dtsi +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm64/boot/dts/ti/k3-j721e-main.dtsi @@ -1180,7 +1180,6 @@ ti,itap-del-sel-mmc-hs = <0xa>; ti,itap-del-sel-ddr52 = <0x3>; ti,trm-icp = <0x8>; - ti,strobe-sel = <0x77>; dma-coherent; }; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm64/boot/dts/xilinx/zynqmp.dtsi +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm64/boot/dts/xilinx/zynqmp.dtsi @@ -858,6 +858,7 @@ clock-names = "bus_early", "ref"; iommus = <&smmu 0x860>; snps,quirk-frame-length-adjustment = <0x20>; + snps,resume-hs-terminations; /* dma-coherent; */ }; }; @@ -884,6 +885,7 @@ clock-names = "bus_early", "ref"; iommus = <&smmu 0x861>; snps,quirk-frame-length-adjustment = <0x20>; + snps,resume-hs-terminations; /* dma-coherent; */ }; }; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm64/crypto/aes-neonbs-core.S +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm64/crypto/aes-neonbs-core.S @@ -15,6 +15,7 @@ */ #include +#include #include .text @@ -620,12 +621,12 @@ .endm .align 4 -SYM_FUNC_START(aesbs_ecb_encrypt) +SYM_TYPED_FUNC_START(aesbs_ecb_encrypt) __ecb_crypt aesbs_encrypt8, v0, v1, v4, v6, v3, v7, v2, v5 SYM_FUNC_END(aesbs_ecb_encrypt) .align 4 -SYM_FUNC_START(aesbs_ecb_decrypt) +SYM_TYPED_FUNC_START(aesbs_ecb_decrypt) __ecb_crypt aesbs_decrypt8, v0, v1, v6, v4, v2, v7, v3, v5 SYM_FUNC_END(aesbs_ecb_decrypt) @@ -799,11 +800,11 @@ ret .endm -SYM_FUNC_START(aesbs_xts_encrypt) +SYM_TYPED_FUNC_START(aesbs_xts_encrypt) __xts_crypt aesbs_encrypt8, v0, v1, v4, v6, v3, v7, v2, v5 SYM_FUNC_END(aesbs_xts_encrypt) -SYM_FUNC_START(aesbs_xts_decrypt) +SYM_TYPED_FUNC_START(aesbs_xts_decrypt) __xts_crypt aesbs_decrypt8, v0, v1, v6, v4, v2, v7, v3, v5 SYM_FUNC_END(aesbs_xts_decrypt) --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm64/crypto/sm4-ce-gcm-glue.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm64/crypto/sm4-ce-gcm-glue.c @@ -135,22 +135,23 @@ } static int gcm_crypt(struct aead_request *req, struct skcipher_walk *walk, - struct sm4_gcm_ctx *ctx, u8 ghash[], + u8 ghash[], int err, void (*sm4_ce_pmull_gcm_crypt)(const u32 *rkey_enc, u8 *dst, const u8 *src, u8 *iv, unsigned int nbytes, u8 *ghash, const u8 *ghash_table, const u8 *lengths)) { + struct crypto_aead *aead = crypto_aead_reqtfm(req); + struct sm4_gcm_ctx *ctx = crypto_aead_ctx(aead); u8 __aligned(8) iv[SM4_BLOCK_SIZE]; be128 __aligned(8) lengths; - int err; memset(ghash, 0, SM4_BLOCK_SIZE); lengths.a = cpu_to_be64(req->assoclen * 8); lengths.b = cpu_to_be64(walk->total * 8); - memcpy(iv, walk->iv, GCM_IV_SIZE); + memcpy(iv, req->iv, GCM_IV_SIZE); put_unaligned_be32(2, iv + GCM_IV_SIZE); kernel_neon_begin(); @@ -158,49 +159,51 @@ if (req->assoclen) gcm_calculate_auth_mac(req, ghash); - do { + while (walk->nbytes) { unsigned int tail = walk->nbytes % SM4_BLOCK_SIZE; const u8 *src = walk->src.virt.addr; u8 *dst = walk->dst.virt.addr; if (walk->nbytes == walk->total) { - tail = 0; - sm4_ce_pmull_gcm_crypt(ctx->key.rkey_enc, dst, src, iv, walk->nbytes, ghash, ctx->ghash_table, (const u8 *)&lengths); - } else if (walk->nbytes - tail) { - sm4_ce_pmull_gcm_crypt(ctx->key.rkey_enc, dst, src, iv, - walk->nbytes - tail, ghash, - ctx->ghash_table, NULL); + + kernel_neon_end(); + + return skcipher_walk_done(walk, 0); } + sm4_ce_pmull_gcm_crypt(ctx->key.rkey_enc, dst, src, iv, + walk->nbytes - tail, ghash, + ctx->ghash_table, NULL); + kernel_neon_end(); err = skcipher_walk_done(walk, tail); - if (err) - return err; - if (walk->nbytes) - kernel_neon_begin(); - } while (walk->nbytes > 0); - return 0; + kernel_neon_begin(); + } + + sm4_ce_pmull_gcm_crypt(ctx->key.rkey_enc, NULL, NULL, iv, + walk->nbytes, ghash, ctx->ghash_table, + (const u8 *)&lengths); + + kernel_neon_end(); + + return err; } static int gcm_encrypt(struct aead_request *req) { struct crypto_aead *aead = crypto_aead_reqtfm(req); - struct sm4_gcm_ctx *ctx = crypto_aead_ctx(aead); u8 __aligned(8) ghash[SM4_BLOCK_SIZE]; struct skcipher_walk walk; int err; err = skcipher_walk_aead_encrypt(&walk, req, false); - if (err) - return err; - - err = gcm_crypt(req, &walk, ctx, ghash, sm4_ce_pmull_gcm_enc); + err = gcm_crypt(req, &walk, ghash, err, sm4_ce_pmull_gcm_enc); if (err) return err; @@ -215,17 +218,13 @@ { struct crypto_aead *aead = crypto_aead_reqtfm(req); unsigned int authsize = crypto_aead_authsize(aead); - struct sm4_gcm_ctx *ctx = crypto_aead_ctx(aead); u8 __aligned(8) ghash[SM4_BLOCK_SIZE]; u8 authtag[SM4_BLOCK_SIZE]; struct skcipher_walk walk; int err; err = skcipher_walk_aead_decrypt(&walk, req, false); - if (err) - return err; - - err = gcm_crypt(req, &walk, ctx, ghash, sm4_ce_pmull_gcm_dec); + err = gcm_crypt(req, &walk, ghash, err, sm4_ce_pmull_gcm_dec); if (err) return err; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm64/include/asm/debug-monitors.h +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm64/include/asm/debug-monitors.h @@ -104,6 +104,7 @@ void kernel_enable_single_step(struct pt_regs *regs); void kernel_disable_single_step(void); int kernel_active_single_step(void); +void kernel_rewind_single_step(struct pt_regs *regs); #ifdef CONFIG_HAVE_HW_BREAKPOINT int reinstall_suspended_bps(struct pt_regs *regs); --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm64/include/asm/efi.h +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm64/include/asm/efi.h @@ -33,7 +33,7 @@ ({ \ efi_virtmap_load(); \ __efi_fpsimd_begin(); \ - spin_lock(&efi_rt_lock); \ + raw_spin_lock(&efi_rt_lock); \ }) #undef arch_efi_call_virt @@ -42,12 +42,12 @@ #define arch_efi_call_virt_teardown() \ ({ \ - spin_unlock(&efi_rt_lock); \ + raw_spin_unlock(&efi_rt_lock); \ __efi_fpsimd_end(); \ efi_virtmap_unload(); \ }) -extern spinlock_t efi_rt_lock; +extern raw_spinlock_t efi_rt_lock; extern u64 *efi_rt_stack_top; efi_status_t __efi_rt_asm_wrapper(void *, const char *, ...); --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm64/include/asm/fpsimd.h +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm64/include/asm/fpsimd.h @@ -348,7 +348,7 @@ return vec_max_virtualisable_vl(ARM64_VEC_SME); } -extern void sme_alloc(struct task_struct *task); +extern void sme_alloc(struct task_struct *task, bool flush); extern unsigned int sme_get_vl(void); extern int sme_set_current_vl(unsigned long arg); extern int sme_get_current_vl(void); @@ -374,7 +374,7 @@ static inline void sme_smstop_sm(void) { } static inline void sme_smstop(void) { } -static inline void sme_alloc(struct task_struct *task) { } +static inline void sme_alloc(struct task_struct *task, bool flush) { } static inline void sme_setup(void) { } static inline unsigned int sme_get_vl(void) { return 0; } static inline int sme_max_vl(void) { return 0; } --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm64/include/asm/fpsimdmacros.h +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm64/include/asm/fpsimdmacros.h @@ -294,12 +294,12 @@ _for n, 0, 15, _sve_str_p \n, \nxbase, \n - 16 cbz \save_ffr, 921f _sve_rdffr 0 - _sve_str_p 0, \nxbase - _sve_ldr_p 0, \nxbase, -16 b 922f 921: - str xzr, [x\nxbase] // Zero out FFR + _sve_pfalse 0 // Zero out FFR 922: + _sve_str_p 0, \nxbase + _sve_ldr_p 0, \nxbase, -16 mrs x\nxtmp, fpsr str w\nxtmp, [\xpfpsr] mrs x\nxtmp, fpcr --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm64/include/asm/kvm_host.h +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm64/include/asm/kvm_host.h @@ -191,6 +191,9 @@ /* Mandated version of PSCI */ u32 psci_version; + /* Protects VM-scoped configuration data */ + struct mutex config_lock; + /* * If we encounter a data abort without valid instruction syndrome * information, report this to user space. User space can (and @@ -482,6 +485,7 @@ /* vcpu power state */ struct kvm_mp_state mp_state; + spinlock_t mp_state_lock; /* Cache some mmu pages needed inside spinlock regions */ struct kvm_mmu_memory_cache mmu_page_cache; @@ -533,9 +537,22 @@ ({ \ __build_check_flag(v, flagset, f, m); \ \ - v->arch.flagset & (m); \ + READ_ONCE(v->arch.flagset) & (m); \ }) +/* + * Note that the set/clear accessors must be preempt-safe in order to + * avoid nesting them with load/put which also manipulate flags... + */ +#ifdef __KVM_NVHE_HYPERVISOR__ +/* the nVHE hypervisor is always non-preemptible */ +#define __vcpu_flags_preempt_disable() +#define __vcpu_flags_preempt_enable() +#else +#define __vcpu_flags_preempt_disable() preempt_disable() +#define __vcpu_flags_preempt_enable() preempt_enable() +#endif + #define __vcpu_set_flag(v, flagset, f, m) \ do { \ typeof(v->arch.flagset) *fset; \ @@ -543,9 +560,11 @@ __build_check_flag(v, flagset, f, m); \ \ fset = &v->arch.flagset; \ + __vcpu_flags_preempt_disable(); \ if (HWEIGHT(m) > 1) \ *fset &= ~(m); \ *fset |= (f); \ + __vcpu_flags_preempt_enable(); \ } while (0) #define __vcpu_clear_flag(v, flagset, f, m) \ @@ -555,7 +574,9 @@ __build_check_flag(v, flagset, f, m); \ \ fset = &v->arch.flagset; \ + __vcpu_flags_preempt_disable(); \ *fset &= ~(m); \ + __vcpu_flags_preempt_enable(); \ } while (0) #define vcpu_get_flag(v, ...) __vcpu_get_flag((v), __VA_ARGS__) @@ -622,6 +643,8 @@ #define SYSREGS_ON_CPU __vcpu_single_flag(sflags, BIT(4)) /* Software step state is Active-pending */ #define DBG_SS_ACTIVE_PENDING __vcpu_single_flag(sflags, BIT(5)) +/* WFI instruction trapped */ +#define IN_WFI __vcpu_single_flag(sflags, BIT(7)) /* Pointer to the vcpu's SVE FFR for sve_{save,load}_state() */ --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm64/include/asm/kvm_pgtable.h +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm64/include/asm/kvm_pgtable.h @@ -201,6 +201,7 @@ kvm_pte_t old; void *arg; struct kvm_pgtable_mm_ops *mm_ops; + u64 start; u64 addr; u64 end; u32 level; @@ -547,22 +548,26 @@ kvm_pte_t kvm_pgtable_stage2_mkyoung(struct kvm_pgtable *pgt, u64 addr); /** - * kvm_pgtable_stage2_mkold() - Clear the access flag in a page-table entry. + * kvm_pgtable_stage2_test_clear_young() - Test and optionally clear the access + * flag in a page-table entry. * @pgt: Page-table structure initialised by kvm_pgtable_stage2_init*(). * @addr: Intermediate physical address to identify the page-table entry. + * @size: Size of the address range to visit. + * @mkold: True if the access flag should be cleared. * * The offset of @addr within a page is ignored. * - * If there is a valid, leaf page-table entry used to translate @addr, then - * clear the access flag in that entry. + * Tests and conditionally clears the access flag for every valid, leaf + * page-table entry used to translate the range [@addr, @addr + @size). * * Note that it is the caller's responsibility to invalidate the TLB after * calling this function to ensure that the updated permissions are visible * to the CPUs. * - * Return: The old page-table entry prior to clearing the flag, 0 on failure. + * Return: True if any of the visited PTEs had the access flag set. */ -kvm_pte_t kvm_pgtable_stage2_mkold(struct kvm_pgtable *pgt, u64 addr); +bool kvm_pgtable_stage2_test_clear_young(struct kvm_pgtable *pgt, u64 addr, + u64 size, bool mkold); /** * kvm_pgtable_stage2_relax_perms() - Relax the permissions enforced by a @@ -585,18 +590,6 @@ enum kvm_pgtable_prot prot); /** - * kvm_pgtable_stage2_is_young() - Test whether a page-table entry has the - * access flag set. - * @pgt: Page-table structure initialised by kvm_pgtable_stage2_init*(). - * @addr: Intermediate physical address to identify the page-table entry. - * - * The offset of @addr within a page is ignored. - * - * Return: True if the page-table entry has the access flag set, false otherwise. - */ -bool kvm_pgtable_stage2_is_young(struct kvm_pgtable *pgt, u64 addr); - -/** * kvm_pgtable_stage2_flush_range() - Clean and invalidate data cache to Point * of Coherency for guest stage-2 address * range. @@ -623,9 +616,9 @@ * * The walker will walk the page-table entries corresponding to the input * address range specified, visiting entries according to the walker flags. - * Invalid entries are treated as leaf entries. Leaf entries are reloaded - * after invoking the walker callback, allowing the walker to descend into - * a newly installed table. + * Invalid entries are treated as leaf entries. The visited page table entry is + * reloaded after invoking the walker callback, allowing the walker to descend + * into a newly installed table. * * Returning a negative error code from the walker callback function will * terminate the walk immediately with the same error code. --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm64/include/asm/scs.h +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm64/include/asm/scs.h @@ -10,15 +10,16 @@ #ifdef CONFIG_SHADOW_CALL_STACK scs_sp .req x18 - .macro scs_load tsk - ldr scs_sp, [\tsk, #TSK_TI_SCS_SP] + .macro scs_load_current + get_current_task scs_sp + ldr scs_sp, [scs_sp, #TSK_TI_SCS_SP] .endm .macro scs_save tsk str scs_sp, [\tsk, #TSK_TI_SCS_SP] .endm #else - .macro scs_load tsk + .macro scs_load_current .endm .macro scs_save tsk --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm64/include/asm/sysreg.h +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm64/include/asm/sysreg.h @@ -115,8 +115,14 @@ #define SB_BARRIER_INSN __SYS_BARRIER_INSN(0, 7, 31) #define SYS_DC_ISW sys_insn(1, 0, 7, 6, 2) +#define SYS_DC_IGSW sys_insn(1, 0, 7, 6, 4) +#define SYS_DC_IGDSW sys_insn(1, 0, 7, 6, 6) #define SYS_DC_CSW sys_insn(1, 0, 7, 10, 2) +#define SYS_DC_CGSW sys_insn(1, 0, 7, 10, 4) +#define SYS_DC_CGDSW sys_insn(1, 0, 7, 10, 6) #define SYS_DC_CISW sys_insn(1, 0, 7, 14, 2) +#define SYS_DC_CIGSW sys_insn(1, 0, 7, 14, 4) +#define SYS_DC_CIGDSW sys_insn(1, 0, 7, 14, 6) /* * Automatically generated definitions for system registers, the --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm64/kernel/acpi.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm64/kernel/acpi.c @@ -435,10 +435,6 @@ enum arm_smccc_conduit conduit; struct acpi_ffh_data *ffh_ctxt; - ffh_ctxt = kzalloc(sizeof(*ffh_ctxt), GFP_KERNEL); - if (!ffh_ctxt) - return -ENOMEM; - if (arm_smccc_get_version() < ARM_SMCCC_VERSION_1_2) return -EOPNOTSUPP; @@ -448,6 +444,10 @@ return -EOPNOTSUPP; } + ffh_ctxt = kzalloc(sizeof(*ffh_ctxt), GFP_KERNEL); + if (!ffh_ctxt) + return -ENOMEM; + if (conduit == SMCCC_CONDUIT_SMC) { ffh_ctxt->invoke_ffh_fn = __arm_smccc_smc; ffh_ctxt->invoke_ffh64_fn = arm_smccc_1_2_smc; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm64/kernel/compat_alignment.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm64/kernel/compat_alignment.c @@ -314,36 +314,32 @@ int (*handler)(unsigned long addr, u32 instr, struct pt_regs *regs); unsigned int type; u32 instr = 0; - u16 tinstr = 0; int isize = 4; int thumb2_32b = 0; - int fault; instrptr = instruction_pointer(regs); if (compat_thumb_mode(regs)) { __le16 __user *ptr = (__le16 __user *)(instrptr & ~1); + u16 tinstr, tinst2; - fault = alignment_get_thumb(regs, ptr, &tinstr); - if (!fault) { - if (IS_T32(tinstr)) { - /* Thumb-2 32-bit */ - u16 tinst2; - fault = alignment_get_thumb(regs, ptr + 1, &tinst2); - instr = ((u32)tinstr << 16) | tinst2; - thumb2_32b = 1; - } else { - isize = 2; - instr = thumb2arm(tinstr); - } + if (alignment_get_thumb(regs, ptr, &tinstr)) + return 1; + + if (IS_T32(tinstr)) { /* Thumb-2 32-bit */ + if (alignment_get_thumb(regs, ptr + 1, &tinst2)) + return 1; + instr = ((u32)tinstr << 16) | tinst2; + thumb2_32b = 1; + } else { + isize = 2; + instr = thumb2arm(tinstr); } } else { - fault = alignment_get_arm(regs, (__le32 __user *)instrptr, &instr); + if (alignment_get_arm(regs, (__le32 __user *)instrptr, &instr)) + return 1; } - if (fault) - return 1; - switch (CODING_BITS(instr)) { case 0x00000000: /* 3.13.4 load/store instruction extensions */ if (LDSTHD_I_BIT(instr)) --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm64/kernel/cpu_errata.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm64/kernel/cpu_errata.c @@ -730,6 +730,13 @@ .cpu_enable = cpu_clear_bf16_from_user_emulation, }, #endif +#ifdef CONFIG_AMPERE_ERRATUM_AC03_CPU_38 + { + .desc = "AmpereOne erratum AC03_CPU_38", + .capability = ARM64_WORKAROUND_AMPERE_AC03_CPU_38, + ERRATA_MIDR_ALL_VERSIONS(MIDR_AMPERE1), + }, +#endif { } }; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm64/kernel/cpufeature.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm64/kernel/cpufeature.c @@ -2777,7 +2777,7 @@ HWCAP_CAP(SYS_ID_AA64PFR0_EL1, ID_AA64PFR0_EL1_FP_SHIFT, 4, FTR_SIGNED, 1, CAP_HWCAP, KERNEL_HWCAP_FPHP), HWCAP_CAP(SYS_ID_AA64PFR0_EL1, ID_AA64PFR0_EL1_AdvSIMD_SHIFT, 4, FTR_SIGNED, 0, CAP_HWCAP, KERNEL_HWCAP_ASIMD), HWCAP_CAP(SYS_ID_AA64PFR0_EL1, ID_AA64PFR0_EL1_AdvSIMD_SHIFT, 4, FTR_SIGNED, 1, CAP_HWCAP, KERNEL_HWCAP_ASIMDHP), - HWCAP_CAP(SYS_ID_AA64PFR0_EL1, ID_AA64PFR0_EL1_DIT_SHIFT, 4, FTR_SIGNED, 1, CAP_HWCAP, KERNEL_HWCAP_DIT), + HWCAP_CAP(SYS_ID_AA64PFR0_EL1, ID_AA64PFR0_EL1_DIT_SHIFT, 4, FTR_UNSIGNED, 1, CAP_HWCAP, KERNEL_HWCAP_DIT), HWCAP_CAP(SYS_ID_AA64ISAR1_EL1, ID_AA64ISAR1_EL1_DPB_SHIFT, 4, FTR_UNSIGNED, 1, CAP_HWCAP, KERNEL_HWCAP_DCPOP), HWCAP_CAP(SYS_ID_AA64ISAR1_EL1, ID_AA64ISAR1_EL1_DPB_SHIFT, 4, FTR_UNSIGNED, 2, CAP_HWCAP, KERNEL_HWCAP_DCPODP), HWCAP_CAP(SYS_ID_AA64ISAR1_EL1, ID_AA64ISAR1_EL1_JSCVT_SHIFT, 4, FTR_UNSIGNED, 1, CAP_HWCAP, KERNEL_HWCAP_JSCVT), --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm64/kernel/debug-monitors.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm64/kernel/debug-monitors.c @@ -438,6 +438,11 @@ } NOKPROBE_SYMBOL(kernel_active_single_step); +void kernel_rewind_single_step(struct pt_regs *regs) +{ + set_regs_spsr_ss(regs); +} + /* ptrace API */ void user_enable_single_step(struct task_struct *task) { --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm64/kernel/efi-header.S +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm64/kernel/efi-header.S @@ -66,7 +66,7 @@ .long .Lefi_header_end - .L_head // SizeOfHeaders .long 0 // CheckSum .short IMAGE_SUBSYSTEM_EFI_APPLICATION // Subsystem - .short 0 // DllCharacteristics + .short IMAGE_DLL_CHARACTERISTICS_NX_COMPAT // DllCharacteristics .quad 0 // SizeOfStackReserve .quad 0 // SizeOfStackCommit .quad 0 // SizeOfHeapReserve --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm64/kernel/efi.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm64/kernel/efi.c @@ -146,7 +146,7 @@ return s; } -DEFINE_SPINLOCK(efi_rt_lock); +DEFINE_RAW_SPINLOCK(efi_rt_lock); asmlinkage u64 *efi_rt_stack_top __ro_after_init; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm64/kernel/entry.S +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm64/kernel/entry.S @@ -275,7 +275,7 @@ alternative_else_nop_endif 1: - scs_load tsk + scs_load_current .else add x21, sp, #PT_REGS_SIZE get_current_task tsk @@ -848,7 +848,7 @@ msr sp_el0, x1 ptrauth_keys_install_kernel x1, x8, x9, x10 scs_save x0 - scs_load x1 + scs_load_current ret SYM_FUNC_END(cpu_switch_to) NOKPROBE(cpu_switch_to) @@ -876,19 +876,19 @@ */ SYM_FUNC_START(call_on_irq_stack) #ifdef CONFIG_SHADOW_CALL_STACK - stp scs_sp, xzr, [sp, #-16]! + get_current_task x16 + scs_save x16 ldr_this_cpu scs_sp, irq_shadow_call_stack_ptr, x17 #endif + /* Create a frame record to save our LR and SP (implicit in FP) */ stp x29, x30, [sp, #-16]! mov x29, sp ldr_this_cpu x16, irq_stack_ptr, x17 - mov x15, #IRQ_STACK_SIZE - add x16, x16, x15 /* Move to the new stack and call the function there */ - mov sp, x16 + add sp, x16, #IRQ_STACK_SIZE blr x1 /* @@ -897,9 +897,7 @@ */ mov sp, x29 ldp x29, x30, [sp], #16 -#ifdef CONFIG_SHADOW_CALL_STACK - ldp scs_sp, xzr, [sp], #16 -#endif + scs_load_current ret SYM_FUNC_END(call_on_irq_stack) NOKPROBE(call_on_irq_stack) --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm64/kernel/fpsimd.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm64/kernel/fpsimd.c @@ -677,7 +677,7 @@ void *sst = task->thread.sve_state; struct user_fpsimd_state const *fst = &task->thread.uw.fpsimd_state; - if (!system_supports_sve()) + if (!system_supports_sve() && !system_supports_sme()) return; vq = sve_vq_from_vl(thread_get_cur_vl(&task->thread)); @@ -703,7 +703,7 @@ unsigned int i; __uint128_t const *p; - if (!system_supports_sve()) + if (!system_supports_sve() && !system_supports_sme()) return; vl = thread_get_cur_vl(&task->thread); @@ -833,7 +833,8 @@ void *sst = task->thread.sve_state; struct user_fpsimd_state const *fst = &task->thread.uw.fpsimd_state; - if (!test_tsk_thread_flag(task, TIF_SVE)) + if (!test_tsk_thread_flag(task, TIF_SVE) && + !thread_sm_enabled(&task->thread)) return; vq = sve_vq_from_vl(thread_get_cur_vl(&task->thread)); @@ -845,6 +846,8 @@ int vec_set_vector_length(struct task_struct *task, enum vec_type type, unsigned long vl, unsigned long flags) { + bool free_sme = false; + if (flags & ~(unsigned long)(PR_SVE_VL_INHERIT | PR_SVE_SET_VL_ONEXEC)) return -EINVAL; @@ -895,24 +898,39 @@ task->thread.fp_type = FP_STATE_FPSIMD; } - if (system_supports_sme() && type == ARM64_VEC_SME) { - task->thread.svcr &= ~(SVCR_SM_MASK | - SVCR_ZA_MASK); - clear_thread_flag(TIF_SME); + if (system_supports_sme()) { + if (type == ARM64_VEC_SME || + !(task->thread.svcr & (SVCR_SM_MASK | SVCR_ZA_MASK))) { + /* + * We are changing the SME VL or weren't using + * SME anyway, discard the state and force a + * reallocation. + */ + task->thread.svcr &= ~(SVCR_SM_MASK | + SVCR_ZA_MASK); + clear_tsk_thread_flag(task, TIF_SME); + free_sme = true; + } } if (task == current) put_cpu_fpsimd_context(); + task_set_vl(task, type, vl); + /* - * Force reallocation of task SVE and SME state to the correct - * size on next use: + * Free the changed states if they are not in use, SME will be + * reallocated to the correct size on next use and we just + * allocate SVE now in case it is needed for use in streaming + * mode. */ - sve_free(task); - if (system_supports_sme() && type == ARM64_VEC_SME) - sme_free(task); + if (system_supports_sve()) { + sve_free(task); + sve_alloc(task, true); + } - task_set_vl(task, type, vl); + if (free_sme) + sme_free(task); out: update_tsk_thread_flag(task, vec_vl_inherit_flag(type), @@ -1265,9 +1283,9 @@ * the interest of testability and predictability, the architecture * guarantees that when ZA is enabled it will be zeroed. */ -void sme_alloc(struct task_struct *task) +void sme_alloc(struct task_struct *task, bool flush) { - if (task->thread.za_state) { + if (task->thread.za_state && flush) { memset(task->thread.za_state, 0, za_state_size(task)); return; } @@ -1487,7 +1505,7 @@ } sve_alloc(current, false); - sme_alloc(current); + sme_alloc(current, true); if (!current->thread.sve_state || !current->thread.za_state) { force_sig(SIGKILL); return; @@ -1903,7 +1921,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 @@ -1921,7 +1939,7 @@ put_cpu_fpsimd_context(); } -EXPORT_SYMBOL_GPL(kernel_neon_end); +EXPORT_SYMBOL(kernel_neon_end); #ifdef CONFIG_EFI --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm64/kernel/head.S +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm64/kernel/head.S @@ -404,7 +404,7 @@ stp xzr, xzr, [sp, #S_STACKFRAME] add x29, sp, #S_STACKFRAME - scs_load \tsk + scs_load_current adr_l \tmp1, __per_cpu_offset ldr w\tmp2, [\tsk, #TSK_TI_CPU] --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm64/kernel/kgdb.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm64/kernel/kgdb.c @@ -224,6 +224,8 @@ */ if (!kernel_active_single_step()) kernel_enable_single_step(linux_regs); + else + kernel_rewind_single_step(linux_regs); err = 0; break; default: --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm64/kernel/module-plts.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm64/kernel/module-plts.c @@ -7,6 +7,7 @@ #include #include #include +#include #include static struct plt_entry __get_adrp_add_pair(u64 dst, u64 pc, @@ -343,7 +344,7 @@ if (nents) sort(rels, nents, sizeof(Elf64_Rela), cmp_rela, NULL); - if (!str_has_prefix(secstrings + dstsec->sh_name, ".init")) + if (!module_init_layout_section(secstrings + dstsec->sh_name)) core_plts += count_plts(syms, rels, numrels, sechdrs[i].sh_info, dstsec); else --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm64/kernel/mte.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm64/kernel/mte.c @@ -66,13 +66,10 @@ return; /* if PG_mte_tagged is set, tags have already been initialised */ - for (i = 0; i < nr_pages; i++, page++) { - if (!page_mte_tagged(page)) { + for (i = 0; i < nr_pages; i++, page++) + if (!page_mte_tagged(page)) mte_sync_page_tags(page, old_pte, check_swap, pte_is_tagged); - set_page_mte_tagged(page); - } - } /* ensure the tags are visible before the PTE is set */ smp_wmb(); --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm64/kernel/ptrace.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm64/kernel/ptrace.c @@ -881,6 +881,13 @@ break; case ARM64_VEC_SME: target->thread.svcr |= SVCR_SM_MASK; + + /* + * Disable traps and ensure there is SME storage but + * preserve any currently set values in ZA/ZT. + */ + sme_alloc(target, false); + set_tsk_thread_flag(target, TIF_SME); break; default: WARN_ON_ONCE(1); @@ -932,11 +939,13 @@ /* * Ensure target->thread.sve_state is up to date with target's * FPSIMD regs, so that a short copyin leaves trailing - * registers unmodified. Always enable SVE even if going into - * streaming mode. + * registers unmodified. Only enable SVE if we are + * configuring normal SVE, a system with streaming SVE may not + * have normal SVE. */ fpsimd_sync_to_sve(target); - set_tsk_thread_flag(target, TIF_SVE); + if (type == ARM64_VEC_SVE) + set_tsk_thread_flag(target, TIF_SVE); target->thread.fp_type = FP_STATE_SVE; BUILD_BUG_ON(SVE_PT_SVE_OFFSET != sizeof(header)); @@ -1098,7 +1107,7 @@ } /* Allocate/reinit ZA storage */ - sme_alloc(target); + sme_alloc(target, true); if (!target->thread.za_state) { ret = -ENOMEM; goto out; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm64/kernel/signal.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm64/kernel/signal.c @@ -433,7 +433,7 @@ fpsimd_flush_task_state(current); /* From now, fpsimd_thread_switch() won't touch thread.sve_state */ - sme_alloc(current); + sme_alloc(current, true); if (!current->thread.za_state) { current->thread.svcr &= ~SVCR_ZA_MASK; clear_thread_flag(TIF_SME); --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm64/kernel/vdso.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm64/kernel/vdso.c @@ -290,7 +290,7 @@ memcpy((void *)(vdso_page + 0x1000 - kuser_sz), __kuser_helper_start, kuser_sz); - aarch32_vectors_page = virt_to_page(vdso_page); + aarch32_vectors_page = virt_to_page((void *)vdso_page); return 0; } --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm64/kvm/arm.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm64/kvm/arm.c @@ -138,6 +138,16 @@ { int ret; + mutex_init(&kvm->arch.config_lock); + +#ifdef CONFIG_LOCKDEP + /* Clue in lockdep that the config_lock must be taken inside kvm->lock */ + mutex_lock(&kvm->lock); + mutex_lock(&kvm->arch.config_lock); + mutex_unlock(&kvm->arch.config_lock); + mutex_unlock(&kvm->lock); +#endif + ret = kvm_share_hyp(kvm, kvm + 1); if (ret) return ret; @@ -336,6 +346,16 @@ { int err; + spin_lock_init(&vcpu->arch.mp_state_lock); + +#ifdef CONFIG_LOCKDEP + /* Inform lockdep that the config_lock is acquired after vcpu->mutex */ + mutex_lock(&vcpu->mutex); + mutex_lock(&vcpu->kvm->arch.config_lock); + mutex_unlock(&vcpu->kvm->arch.config_lock); + mutex_unlock(&vcpu->mutex); +#endif + /* Force users to call KVM_ARM_VCPU_INIT */ vcpu->arch.target = -1; bitmap_zero(vcpu->arch.features, KVM_VCPU_MAX_FEATURES); @@ -453,34 +473,41 @@ vcpu->cpu = -1; } -void kvm_arm_vcpu_power_off(struct kvm_vcpu *vcpu) +static void __kvm_arm_vcpu_power_off(struct kvm_vcpu *vcpu) { - vcpu->arch.mp_state.mp_state = KVM_MP_STATE_STOPPED; + WRITE_ONCE(vcpu->arch.mp_state.mp_state, KVM_MP_STATE_STOPPED); kvm_make_request(KVM_REQ_SLEEP, vcpu); kvm_vcpu_kick(vcpu); } +void kvm_arm_vcpu_power_off(struct kvm_vcpu *vcpu) +{ + spin_lock(&vcpu->arch.mp_state_lock); + __kvm_arm_vcpu_power_off(vcpu); + spin_unlock(&vcpu->arch.mp_state_lock); +} + bool kvm_arm_vcpu_stopped(struct kvm_vcpu *vcpu) { - return vcpu->arch.mp_state.mp_state == KVM_MP_STATE_STOPPED; + return READ_ONCE(vcpu->arch.mp_state.mp_state) == KVM_MP_STATE_STOPPED; } static void kvm_arm_vcpu_suspend(struct kvm_vcpu *vcpu) { - vcpu->arch.mp_state.mp_state = KVM_MP_STATE_SUSPENDED; + WRITE_ONCE(vcpu->arch.mp_state.mp_state, KVM_MP_STATE_SUSPENDED); kvm_make_request(KVM_REQ_SUSPEND, vcpu); kvm_vcpu_kick(vcpu); } static bool kvm_arm_vcpu_suspended(struct kvm_vcpu *vcpu) { - return vcpu->arch.mp_state.mp_state == KVM_MP_STATE_SUSPENDED; + return READ_ONCE(vcpu->arch.mp_state.mp_state) == KVM_MP_STATE_SUSPENDED; } int kvm_arch_vcpu_ioctl_get_mpstate(struct kvm_vcpu *vcpu, struct kvm_mp_state *mp_state) { - *mp_state = vcpu->arch.mp_state; + *mp_state = READ_ONCE(vcpu->arch.mp_state); return 0; } @@ -490,12 +517,14 @@ { int ret = 0; + spin_lock(&vcpu->arch.mp_state_lock); + switch (mp_state->mp_state) { case KVM_MP_STATE_RUNNABLE: - vcpu->arch.mp_state = *mp_state; + WRITE_ONCE(vcpu->arch.mp_state, *mp_state); break; case KVM_MP_STATE_STOPPED: - kvm_arm_vcpu_power_off(vcpu); + __kvm_arm_vcpu_power_off(vcpu); break; case KVM_MP_STATE_SUSPENDED: kvm_arm_vcpu_suspend(vcpu); @@ -504,6 +533,8 @@ ret = -EINVAL; } + spin_unlock(&vcpu->arch.mp_state_lock); + return ret; } @@ -603,9 +634,9 @@ if (kvm_vm_is_protected(kvm)) kvm_call_hyp_nvhe(__pkvm_vcpu_init_traps, vcpu); - mutex_lock(&kvm->lock); + mutex_lock(&kvm->arch.config_lock); set_bit(KVM_ARCH_FLAG_HAS_RAN_ONCE, &kvm->arch.flags); - mutex_unlock(&kvm->lock); + mutex_unlock(&kvm->arch.config_lock); return ret; } @@ -679,13 +710,15 @@ */ preempt_disable(); kvm_vgic_vmcr_sync(vcpu); - vgic_v4_put(vcpu, true); + vcpu_set_flag(vcpu, IN_WFI); + vgic_v4_put(vcpu); preempt_enable(); kvm_vcpu_halt(vcpu); vcpu_clear_flag(vcpu, IN_WFIT); preempt_disable(); + vcpu_clear_flag(vcpu, IN_WFI); vgic_v4_load(vcpu); preempt_enable(); } @@ -753,7 +786,7 @@ if (kvm_check_request(KVM_REQ_RELOAD_GICv4, vcpu)) { /* The distributor enable bits were changed */ preempt_disable(); - vgic_v4_put(vcpu, false); + vgic_v4_put(vcpu); vgic_v4_load(vcpu); preempt_enable(); } @@ -1223,7 +1256,7 @@ if (test_bit(KVM_ARM_VCPU_POWER_OFF, vcpu->arch.features)) kvm_arm_vcpu_power_off(vcpu); else - vcpu->arch.mp_state.mp_state = KVM_MP_STATE_RUNNABLE; + WRITE_ONCE(vcpu->arch.mp_state.mp_state, KVM_MP_STATE_RUNNABLE); return 0; } @@ -1877,9 +1910,33 @@ return ret; } +static u64 get_hyp_id_aa64pfr0_el1(void) +{ + /* + * Track whether the system isn't affected by spectre/meltdown in the + * hypervisor's view of id_aa64pfr0_el1, used for protected VMs. + * Although this is per-CPU, we make it global for simplicity, e.g., not + * to have to worry about vcpu migration. + * + * Unlike for non-protected VMs, userspace cannot override this for + * protected VMs. + */ + u64 val = read_sanitised_ftr_reg(SYS_ID_AA64PFR0_EL1); + + val &= ~(ARM64_FEATURE_MASK(ID_AA64PFR0_EL1_CSV2) | + ARM64_FEATURE_MASK(ID_AA64PFR0_EL1_CSV3)); + + val |= FIELD_PREP(ARM64_FEATURE_MASK(ID_AA64PFR0_EL1_CSV2), + arm64_get_spectre_v2_state() == SPECTRE_UNAFFECTED); + val |= FIELD_PREP(ARM64_FEATURE_MASK(ID_AA64PFR0_EL1_CSV3), + arm64_get_meltdown_state() == SPECTRE_UNAFFECTED); + + return val; +} + static void kvm_hyp_init_symbols(void) { - kvm_nvhe_sym(id_aa64pfr0_el1_sys_val) = read_sanitised_ftr_reg(SYS_ID_AA64PFR0_EL1); + kvm_nvhe_sym(id_aa64pfr0_el1_sys_val) = get_hyp_id_aa64pfr0_el1(); kvm_nvhe_sym(id_aa64pfr1_el1_sys_val) = read_sanitised_ftr_reg(SYS_ID_AA64PFR1_EL1); kvm_nvhe_sym(id_aa64isar0_el1_sys_val) = read_sanitised_ftr_reg(SYS_ID_AA64ISAR0_EL1); kvm_nvhe_sym(id_aa64isar1_el1_sys_val) = read_sanitised_ftr_reg(SYS_ID_AA64ISAR1_EL1); --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm64/kvm/guest.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm64/kvm/guest.c @@ -951,7 +951,9 @@ switch (attr->group) { case KVM_ARM_VCPU_PMU_V3_CTRL: + mutex_lock(&vcpu->kvm->arch.config_lock); ret = kvm_arm_pmu_v3_set_attr(vcpu, attr); + mutex_unlock(&vcpu->kvm->arch.config_lock); break; case KVM_ARM_VCPU_TIMER_CTRL: ret = kvm_arm_timer_set_attr(vcpu, attr); --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm64/kvm/hyp/include/hyp/switch.h +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm64/kvm/hyp/include/hyp/switch.h @@ -81,7 +81,12 @@ * EL1 instead of being trapped to EL2. */ if (kvm_arm_support_pmu_v3()) { + struct kvm_cpu_context *hctxt; + write_sysreg(0, pmselr_el0); + + hctxt = &this_cpu_ptr(&kvm_host_data)->host_ctxt; + ctxt_sys_reg(hctxt, PMUSERENR_EL0) = read_sysreg(pmuserenr_el0); write_sysreg(ARMV8_PMU_USERENR_MASK, pmuserenr_el0); } @@ -105,8 +110,12 @@ write_sysreg(vcpu->arch.mdcr_el2_host, mdcr_el2); write_sysreg(0, hstr_el2); - if (kvm_arm_support_pmu_v3()) - write_sysreg(0, pmuserenr_el0); + if (kvm_arm_support_pmu_v3()) { + struct kvm_cpu_context *hctxt; + + hctxt = &this_cpu_ptr(&kvm_host_data)->host_ctxt; + write_sysreg(ctxt_sys_reg(hctxt, PMUSERENR_EL0), pmuserenr_el0); + } if (cpus_have_final_cap(ARM64_SME)) { sysreg_clear_set_s(SYS_HFGRTR_EL2, 0, @@ -351,17 +360,21 @@ return false; } -static bool kvm_hyp_handle_iabt_low(struct kvm_vcpu *vcpu, u64 *exit_code) +static bool kvm_hyp_handle_memory_fault(struct kvm_vcpu *vcpu, u64 *exit_code) { if (!__populate_fault_info(vcpu)) return true; return false; } +static bool kvm_hyp_handle_iabt_low(struct kvm_vcpu *vcpu, u64 *exit_code) + __alias(kvm_hyp_handle_memory_fault); +static bool kvm_hyp_handle_watchpt_low(struct kvm_vcpu *vcpu, u64 *exit_code) + __alias(kvm_hyp_handle_memory_fault); static bool kvm_hyp_handle_dabt_low(struct kvm_vcpu *vcpu, u64 *exit_code) { - if (!__populate_fault_info(vcpu)) + if (kvm_hyp_handle_memory_fault(vcpu, exit_code)) return true; if (static_branch_unlikely(&vgic_v2_cpuif_trap)) { --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm64/kvm/hyp/include/nvhe/fixed_config.h +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm64/kvm/hyp/include/nvhe/fixed_config.h @@ -33,11 +33,14 @@ * Allow for protected VMs: * - Floating-point and Advanced SIMD * - Data Independent Timing + * - Spectre/Meltdown Mitigation */ #define PVM_ID_AA64PFR0_ALLOW (\ ARM64_FEATURE_MASK(ID_AA64PFR0_EL1_FP) | \ ARM64_FEATURE_MASK(ID_AA64PFR0_EL1_AdvSIMD) | \ - ARM64_FEATURE_MASK(ID_AA64PFR0_EL1_DIT) \ + ARM64_FEATURE_MASK(ID_AA64PFR0_EL1_DIT) | \ + ARM64_FEATURE_MASK(ID_AA64PFR0_EL1_CSV2) | \ + ARM64_FEATURE_MASK(ID_AA64PFR0_EL1_CSV3) \ ) /* --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm64/kvm/hyp/nvhe/mem_protect.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm64/kvm/hyp/nvhe/mem_protect.c @@ -568,7 +568,7 @@ struct check_walk_data { enum pkvm_page_state desired; - enum pkvm_page_state (*get_page_state)(kvm_pte_t pte); + enum pkvm_page_state (*get_page_state)(kvm_pte_t pte, u64 addr); }; static int __check_page_state_visitor(const struct kvm_pgtable_visit_ctx *ctx, @@ -576,10 +576,7 @@ { struct check_walk_data *d = ctx->arg; - if (kvm_pte_valid(ctx->old) && !addr_is_allowed_memory(kvm_pte_to_phys(ctx->old))) - return -EINVAL; - - return d->get_page_state(ctx->old) == d->desired ? 0 : -EPERM; + return d->get_page_state(ctx->old, ctx->addr) == d->desired ? 0 : -EPERM; } static int check_page_state_range(struct kvm_pgtable *pgt, u64 addr, u64 size, @@ -594,8 +591,11 @@ return kvm_pgtable_walk(pgt, addr, size, &walker); } -static enum pkvm_page_state host_get_page_state(kvm_pte_t pte) +static enum pkvm_page_state host_get_page_state(kvm_pte_t pte, u64 addr) { + if (!addr_is_allowed_memory(addr)) + return PKVM_NOPAGE; + if (!kvm_pte_valid(pte) && pte) return PKVM_NOPAGE; @@ -702,7 +702,7 @@ return host_stage2_set_owner_locked(addr, size, host_id); } -static enum pkvm_page_state hyp_get_page_state(kvm_pte_t pte) +static enum pkvm_page_state hyp_get_page_state(kvm_pte_t pte, u64 addr) { if (!kvm_pte_valid(pte)) return PKVM_NOPAGE; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm64/kvm/hyp/nvhe/switch.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm64/kvm/hyp/nvhe/switch.c @@ -186,6 +186,7 @@ [ESR_ELx_EC_FP_ASIMD] = kvm_hyp_handle_fpsimd, [ESR_ELx_EC_IABT_LOW] = kvm_hyp_handle_iabt_low, [ESR_ELx_EC_DABT_LOW] = kvm_hyp_handle_dabt_low, + [ESR_ELx_EC_WATCHPT_LOW] = kvm_hyp_handle_watchpt_low, [ESR_ELx_EC_PAC] = kvm_hyp_handle_ptrauth, }; @@ -196,6 +197,7 @@ [ESR_ELx_EC_FP_ASIMD] = kvm_hyp_handle_fpsimd, [ESR_ELx_EC_IABT_LOW] = kvm_hyp_handle_iabt_low, [ESR_ELx_EC_DABT_LOW] = kvm_hyp_handle_dabt_low, + [ESR_ELx_EC_WATCHPT_LOW] = kvm_hyp_handle_watchpt_low, [ESR_ELx_EC_PAC] = kvm_hyp_handle_ptrauth, }; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm64/kvm/hyp/nvhe/sys_regs.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm64/kvm/hyp/nvhe/sys_regs.c @@ -84,19 +84,12 @@ static u64 get_pvm_id_aa64pfr0(const struct kvm_vcpu *vcpu) { - const struct kvm *kvm = (const struct kvm *)kern_hyp_va(vcpu->kvm); u64 set_mask = 0; u64 allow_mask = PVM_ID_AA64PFR0_ALLOW; set_mask |= get_restricted_features_unsigned(id_aa64pfr0_el1_sys_val, PVM_ID_AA64PFR0_RESTRICT_UNSIGNED); - /* Spectre and Meltdown mitigation in KVM */ - set_mask |= FIELD_PREP(ARM64_FEATURE_MASK(ID_AA64PFR0_EL1_CSV2), - (u64)kvm->arch.pfr0_csv2); - set_mask |= FIELD_PREP(ARM64_FEATURE_MASK(ID_AA64PFR0_EL1_CSV3), - (u64)kvm->arch.pfr0_csv3); - return (id_aa64pfr0_el1_sys_val & allow_mask) | set_mask; } --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm64/kvm/hyp/pgtable.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm64/kvm/hyp/pgtable.c @@ -58,6 +58,7 @@ struct kvm_pgtable_walk_data { struct kvm_pgtable_walker *walker; + u64 start; u64 addr; u64 end; }; @@ -182,20 +183,33 @@ .old = READ_ONCE(*ptep), .arg = data->walker->arg, .mm_ops = mm_ops, + .start = data->start, .addr = data->addr, .end = data->end, .level = level, .flags = flags, }; int ret = 0; + bool reload = false; kvm_pteref_t childp; bool table = kvm_pte_table(ctx.old, level); - if (table && (ctx.flags & KVM_PGTABLE_WALK_TABLE_PRE)) + if (table && (ctx.flags & KVM_PGTABLE_WALK_TABLE_PRE)) { ret = kvm_pgtable_visitor_cb(data, &ctx, KVM_PGTABLE_WALK_TABLE_PRE); + reload = true; + } if (!table && (ctx.flags & KVM_PGTABLE_WALK_LEAF)) { ret = kvm_pgtable_visitor_cb(data, &ctx, KVM_PGTABLE_WALK_LEAF); + reload = true; + } + + /* + * Reload the page table after invoking the walker callback for leaf + * entries or after pre-order traversal, to allow the walker to descend + * into a newly installed or replaced table. + */ + if (reload) { ctx.old = READ_ONCE(*ptep); table = kvm_pte_table(ctx.old, level); } @@ -271,6 +285,7 @@ struct kvm_pgtable_walker *walker) { struct kvm_pgtable_walk_data walk_data = { + .start = ALIGN_DOWN(addr, PAGE_SIZE), .addr = ALIGN_DOWN(addr, PAGE_SIZE), .end = PAGE_ALIGN(walk_data.addr + size), .walker = walker, @@ -584,12 +599,22 @@ lvls = 2; vtcr |= VTCR_EL2_LVLS_TO_SL0(lvls); +#ifdef CONFIG_ARM64_HW_AFDBM /* * Enable the Hardware Access Flag management, unconditionally - * on all CPUs. The features is RES0 on CPUs without the support - * and must be ignored by the CPUs. + * on all CPUs. In systems that have asymmetric support for the feature + * this allows KVM to leverage hardware support on the subset of cores + * that implement the feature. + * + * The architecture requires VTCR_EL2.HA to be RES0 (thus ignored by + * hardware) on implementations that do not advertise support for the + * feature. As such, setting HA unconditionally is safe, unless you + * happen to be running on a design that has unadvertised support for + * HAFDBS. Here be dragons. */ - vtcr |= VTCR_EL2_HA; + if (!cpus_have_final_cap(ARM64_WORKAROUND_AMPERE_AC03_CPU_38)) + vtcr |= VTCR_EL2_HA; +#endif /* CONFIG_ARM64_HW_AFDBM */ /* Set the vmid bits */ vtcr |= (get_vmid_bits(mmfr1) == 16) ? @@ -770,20 +795,43 @@ return !(pte & KVM_PTE_LEAF_ATTR_HI_S2_XN); } +static u64 stage2_map_walker_phys_addr(const struct kvm_pgtable_visit_ctx *ctx, + const struct stage2_map_data *data) +{ + u64 phys = data->phys; + + /* + * Stage-2 walks to update ownership data are communicated to the map + * walker using an invalid PA. Avoid offsetting an already invalid PA, + * which could overflow and make the address valid again. + */ + if (!kvm_phys_is_valid(phys)) + return phys; + + /* + * Otherwise, work out the correct PA based on how far the walk has + * gotten. + */ + return phys + (ctx->addr - ctx->start); +} + static bool stage2_leaf_mapping_allowed(const struct kvm_pgtable_visit_ctx *ctx, struct stage2_map_data *data) { + u64 phys = stage2_map_walker_phys_addr(ctx, data); + if (data->force_pte && (ctx->level < (KVM_PGTABLE_MAX_LEVELS - 1))) return false; - return kvm_block_mapping_supported(ctx, data->phys); + return kvm_block_mapping_supported(ctx, phys); } static int stage2_map_walker_try_leaf(const struct kvm_pgtable_visit_ctx *ctx, struct stage2_map_data *data) { kvm_pte_t new; - u64 granule = kvm_granule_size(ctx->level), phys = data->phys; + u64 phys = stage2_map_walker_phys_addr(ctx, data); + u64 granule = kvm_granule_size(ctx->level); struct kvm_pgtable *pgt = data->mmu->pgt; struct kvm_pgtable_mm_ops *mm_ops = ctx->mm_ops; @@ -817,8 +865,6 @@ stage2_make_pte(ctx, new); - if (kvm_phys_is_valid(phys)) - data->phys += granule; return 0; } @@ -1100,25 +1146,54 @@ return pte; } -kvm_pte_t kvm_pgtable_stage2_mkold(struct kvm_pgtable *pgt, u64 addr) +struct stage2_age_data { + bool mkold; + bool young; +}; + +static int stage2_age_walker(const struct kvm_pgtable_visit_ctx *ctx, + enum kvm_pgtable_walk_flags visit) { - kvm_pte_t pte = 0; - stage2_update_leaf_attrs(pgt, addr, 1, 0, KVM_PTE_LEAF_ATTR_LO_S2_AF, - &pte, NULL, 0); + kvm_pte_t new = ctx->old & ~KVM_PTE_LEAF_ATTR_LO_S2_AF; + struct stage2_age_data *data = ctx->arg; + + if (!kvm_pte_valid(ctx->old) || new == ctx->old) + return 0; + + data->young = true; + + /* + * stage2_age_walker() is always called while holding the MMU lock for + * write, so this will always succeed. Nonetheless, this deliberately + * follows the race detection pattern of the other stage-2 walkers in + * case the locking mechanics of the MMU notifiers is ever changed. + */ + if (data->mkold && !stage2_try_set_pte(ctx, new)) + return -EAGAIN; + /* * "But where's the TLBI?!", you scream. * "Over in the core code", I sigh. * * See the '->clear_flush_young()' callback on the KVM mmu notifier. */ - return pte; + return 0; } -bool kvm_pgtable_stage2_is_young(struct kvm_pgtable *pgt, u64 addr) +bool kvm_pgtable_stage2_test_clear_young(struct kvm_pgtable *pgt, u64 addr, + u64 size, bool mkold) { - kvm_pte_t pte = 0; - stage2_update_leaf_attrs(pgt, addr, 1, 0, 0, &pte, NULL, 0); - return pte & KVM_PTE_LEAF_ATTR_LO_S2_AF; + struct stage2_age_data data = { + .mkold = mkold, + }; + struct kvm_pgtable_walker walker = { + .cb = stage2_age_walker, + .arg = &data, + .flags = KVM_PGTABLE_WALK_LEAF, + }; + + WARN_ON(kvm_pgtable_walk(pgt, addr, size, &walker)); + return data.young; } int kvm_pgtable_stage2_relax_perms(struct kvm_pgtable *pgt, u64 addr, @@ -1266,4 +1341,7 @@ }; WARN_ON(__kvm_pgtable_walk(&data, mm_ops, ptep, level + 1)); + + WARN_ON(mm_ops->page_count(pgtable) != 1); + mm_ops->put_page(pgtable); } --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm64/kvm/hyp/vhe/switch.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm64/kvm/hyp/vhe/switch.c @@ -110,6 +110,7 @@ [ESR_ELx_EC_FP_ASIMD] = kvm_hyp_handle_fpsimd, [ESR_ELx_EC_IABT_LOW] = kvm_hyp_handle_iabt_low, [ESR_ELx_EC_DABT_LOW] = kvm_hyp_handle_dabt_low, + [ESR_ELx_EC_WATCHPT_LOW] = kvm_hyp_handle_watchpt_low, [ESR_ELx_EC_PAC] = kvm_hyp_handle_ptrauth, }; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm64/kvm/hypercalls.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm64/kvm/hypercalls.c @@ -377,7 +377,7 @@ if (val & ~fw_reg_features) return -EINVAL; - mutex_lock(&kvm->lock); + mutex_lock(&kvm->arch.config_lock); if (test_bit(KVM_ARCH_FLAG_HAS_RAN_ONCE, &kvm->arch.flags) && val != *fw_reg_bmap) { @@ -387,7 +387,7 @@ WRITE_ONCE(*fw_reg_bmap, val); out: - mutex_unlock(&kvm->lock); + mutex_unlock(&kvm->arch.config_lock); return ret; } @@ -397,6 +397,8 @@ u64 val; int wa_level; + if (KVM_REG_SIZE(reg->id) != sizeof(val)) + return -ENOENT; if (copy_from_user(&val, uaddr, KVM_REG_SIZE(reg->id))) return -EFAULT; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm64/kvm/mmu.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm64/kvm/mmu.c @@ -665,14 +665,33 @@ CONFIG_PGTABLE_LEVELS), .mm_ops = &kvm_user_mm_ops, }; + unsigned long flags; kvm_pte_t pte = 0; /* Keep GCC quiet... */ u32 level = ~0; int ret; + /* + * Disable IRQs so that we hazard against a concurrent + * teardown of the userspace page tables (which relies on + * IPI-ing threads). + */ + local_irq_save(flags); ret = kvm_pgtable_get_leaf(&pgt, addr, &pte, &level); - VM_BUG_ON(ret); - VM_BUG_ON(level >= KVM_PGTABLE_MAX_LEVELS); - VM_BUG_ON(!(pte & PTE_VALID)); + local_irq_restore(flags); + + if (ret) + return ret; + + /* + * Not seeing an error, but not updating level? Something went + * deeply wrong... + */ + if (WARN_ON(level >= KVM_PGTABLE_MAX_LEVELS)) + return -EFAULT; + + /* Oops, the userspace PTs are gone... Replay the fault */ + if (!kvm_pte_valid(pte)) + return -EAGAIN; return BIT(ARM64_HW_PGTABLE_LEVEL_SHIFT(level)); } @@ -1079,7 +1098,7 @@ * * Returns the size of the mapping. */ -static unsigned long +static long transparent_hugepage_adjust(struct kvm *kvm, struct kvm_memory_slot *memslot, unsigned long hva, kvm_pfn_t *pfnp, phys_addr_t *ipap) @@ -1091,8 +1110,15 @@ * sure that the HVA and IPA are sufficiently aligned and that the * block map is contained within the memslot. */ - if (fault_supports_stage2_huge_mapping(memslot, hva, PMD_SIZE) && - get_user_mapping_size(kvm, hva) >= PMD_SIZE) { + if (fault_supports_stage2_huge_mapping(memslot, hva, PMD_SIZE)) { + int sz = get_user_mapping_size(kvm, hva); + + if (sz < 0) + return sz; + + if (sz < PMD_SIZE) + return PAGE_SIZE; + /* * The address we faulted on is backed by a transparent huge * page. However, because we map the compound huge page and @@ -1192,7 +1218,7 @@ { int ret = 0; bool write_fault, writable, force_pte = false; - bool exec_fault; + bool exec_fault, mte_allowed; bool device = false; unsigned long mmu_seq; struct kvm *kvm = vcpu->kvm; @@ -1203,7 +1229,7 @@ kvm_pfn_t pfn; bool logging_active = memslot_is_logging(memslot); unsigned long fault_level = kvm_vcpu_trap_get_fault_level(vcpu); - unsigned long vma_pagesize, fault_granule; + long vma_pagesize, fault_granule; enum kvm_pgtable_prot prot = KVM_PGTABLE_PROT_R; struct kvm_pgtable *pgt; @@ -1218,6 +1244,20 @@ } /* + * Permission faults just need to update the existing leaf entry, + * and so normally don't require allocations from the memcache. The + * only exception to this is when dirty logging is enabled at runtime + * and a write fault needs to collapse a block entry into a table. + */ + if (fault_status != ESR_ELx_FSC_PERM || + (logging_active && write_fault)) { + ret = kvm_mmu_topup_memory_cache(memcache, + kvm_mmu_cache_min_pages(kvm)); + if (ret) + return ret; + } + + /* * Let's check if we will get back a huge page backed by hugetlbfs, or * get block mapping for device MMIO region. */ @@ -1269,37 +1309,21 @@ fault_ipa &= ~(vma_pagesize - 1); gfn = fault_ipa >> PAGE_SHIFT; - mmap_read_unlock(current->mm); + mte_allowed = kvm_vma_mte_allowed(vma); - /* - * Permission faults just need to update the existing leaf entry, - * and so normally don't require allocations from the memcache. The - * only exception to this is when dirty logging is enabled at runtime - * and a write fault needs to collapse a block entry into a table. - */ - if (fault_status != ESR_ELx_FSC_PERM || - (logging_active && write_fault)) { - ret = kvm_mmu_topup_memory_cache(memcache, - kvm_mmu_cache_min_pages(kvm)); - if (ret) - return ret; - } + /* Don't use the VMA after the unlock -- it may have vanished */ + vma = NULL; - mmu_seq = vcpu->kvm->mmu_invalidate_seq; /* - * Ensure the read of mmu_invalidate_seq happens before we call - * gfn_to_pfn_prot (which calls get_user_pages), so that we don't risk - * the page we just got a reference to gets unmapped before we have a - * chance to grab the mmu_lock, which ensure that if the page gets - * unmapped afterwards, the call to kvm_unmap_gfn will take it away - * from us again properly. This smp_rmb() interacts with the smp_wmb() - * in kvm_mmu_notifier_invalidate_. + * Read mmu_invalidate_seq so that KVM can detect if the results of + * vma_lookup() or __gfn_to_pfn_memslot() become stale prior to + * acquiring kvm->mmu_lock. * - * Besides, __gfn_to_pfn_memslot() instead of gfn_to_pfn_prot() is - * used to avoid unnecessary overhead introduced to locate the memory - * slot because it's always fixed even @gfn is adjusted for huge pages. + * Rely on mmap_read_unlock() for an implicit smp_rmb(), which pairs + * with the smp_wmb() in kvm_mmu_invalidate_end(). */ - smp_rmb(); + mmu_seq = vcpu->kvm->mmu_invalidate_seq; + mmap_read_unlock(current->mm); pfn = __gfn_to_pfn_memslot(memslot, gfn, false, false, NULL, write_fault, &writable, NULL); @@ -1350,11 +1374,16 @@ vma_pagesize = transparent_hugepage_adjust(kvm, memslot, hva, &pfn, &fault_ipa); + + if (vma_pagesize < 0) { + ret = vma_pagesize; + goto out_unlock; + } } if (fault_status != ESR_ELx_FSC_PERM && !device && kvm_has_mte(kvm)) { /* Check the VMM hasn't introduced a new disallowed VMA */ - if (kvm_vma_mte_allowed(vma)) { + if (mte_allowed) { sanitise_mte_tags(kvm, pfn, vma_pagesize); } else { ret = -EFAULT; @@ -1610,27 +1639,25 @@ bool kvm_age_gfn(struct kvm *kvm, struct kvm_gfn_range *range) { u64 size = (range->end - range->start) << PAGE_SHIFT; - kvm_pte_t kpte; - pte_t pte; if (!kvm->arch.mmu.pgt) return false; - WARN_ON(size != PAGE_SIZE && size != PMD_SIZE && size != PUD_SIZE); - - kpte = kvm_pgtable_stage2_mkold(kvm->arch.mmu.pgt, - range->start << PAGE_SHIFT); - pte = __pte(kpte); - return pte_valid(pte) && pte_young(pte); + return kvm_pgtable_stage2_test_clear_young(kvm->arch.mmu.pgt, + range->start << PAGE_SHIFT, + size, true); } bool kvm_test_age_gfn(struct kvm *kvm, struct kvm_gfn_range *range) { + u64 size = (range->end - range->start) << PAGE_SHIFT; + if (!kvm->arch.mmu.pgt) return false; - return kvm_pgtable_stage2_is_young(kvm->arch.mmu.pgt, - range->start << PAGE_SHIFT); + return kvm_pgtable_stage2_test_clear_young(kvm->arch.mmu.pgt, + range->start << PAGE_SHIFT, + size, false); } phys_addr_t kvm_mmu_get_httbr(void) --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm64/kvm/pmu-emul.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm64/kvm/pmu-emul.c @@ -538,7 +538,8 @@ if (!kvm_pmu_is_3p5(vcpu)) val &= ~ARMV8_PMU_PMCR_LP; - __vcpu_sys_reg(vcpu, PMCR_EL0) = val; + /* The reset bits don't indicate any state, and shouldn't be saved. */ + __vcpu_sys_reg(vcpu, PMCR_EL0) = val & ~(ARMV8_PMU_PMCR_C | ARMV8_PMU_PMCR_P); if (val & ARMV8_PMU_PMCR_E) { kvm_pmu_enable_counter_mask(vcpu, @@ -557,6 +558,7 @@ for_each_set_bit(i, &mask, 32) kvm_pmu_set_pmc_value(kvm_vcpu_idx_to_pmc(vcpu, i), 0, true); } + kvm_vcpu_pmu_restore_guest(vcpu); } static bool kvm_pmu_counter_is_enabled(struct kvm_pmc *pmc) @@ -874,7 +876,7 @@ struct arm_pmu *arm_pmu; int ret = -ENXIO; - mutex_lock(&kvm->lock); + lockdep_assert_held(&kvm->arch.config_lock); mutex_lock(&arm_pmus_lock); list_for_each_entry(entry, &arm_pmus, entry) { @@ -894,7 +896,6 @@ } mutex_unlock(&arm_pmus_lock); - mutex_unlock(&kvm->lock); return ret; } @@ -902,22 +903,20 @@ { struct kvm *kvm = vcpu->kvm; + lockdep_assert_held(&kvm->arch.config_lock); + if (!kvm_vcpu_has_pmu(vcpu)) return -ENODEV; if (vcpu->arch.pmu.created) return -EBUSY; - mutex_lock(&kvm->lock); if (!kvm->arch.arm_pmu) { /* No PMU set, get the default one */ kvm->arch.arm_pmu = kvm_pmu_probe_armpmu(); - if (!kvm->arch.arm_pmu) { - mutex_unlock(&kvm->lock); + if (!kvm->arch.arm_pmu) return -ENODEV; - } } - mutex_unlock(&kvm->lock); switch (attr->attr) { case KVM_ARM_VCPU_PMU_V3_IRQ: { @@ -961,19 +960,13 @@ filter.action != KVM_PMU_EVENT_DENY)) return -EINVAL; - mutex_lock(&kvm->lock); - - if (test_bit(KVM_ARCH_FLAG_HAS_RAN_ONCE, &kvm->arch.flags)) { - mutex_unlock(&kvm->lock); + if (test_bit(KVM_ARCH_FLAG_HAS_RAN_ONCE, &kvm->arch.flags)) return -EBUSY; - } if (!kvm->arch.pmu_filter) { kvm->arch.pmu_filter = bitmap_alloc(nr_events, GFP_KERNEL_ACCOUNT); - if (!kvm->arch.pmu_filter) { - mutex_unlock(&kvm->lock); + if (!kvm->arch.pmu_filter) return -ENOMEM; - } /* * The default depends on the first applied filter. @@ -992,8 +985,6 @@ else bitmap_clear(kvm->arch.pmu_filter, filter.base_event, filter.nevents); - mutex_unlock(&kvm->lock); - return 0; } case KVM_ARM_VCPU_PMU_V3_SET_PMU: { --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm64/kvm/psci.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm64/kvm/psci.c @@ -62,6 +62,7 @@ struct vcpu_reset_state *reset_state; struct kvm *kvm = source_vcpu->kvm; struct kvm_vcpu *vcpu = NULL; + int ret = PSCI_RET_SUCCESS; unsigned long cpu_id; cpu_id = smccc_get_arg1(source_vcpu); @@ -76,11 +77,15 @@ */ if (!vcpu) return PSCI_RET_INVALID_PARAMS; + + spin_lock(&vcpu->arch.mp_state_lock); if (!kvm_arm_vcpu_stopped(vcpu)) { if (kvm_psci_version(source_vcpu) != KVM_ARM_PSCI_0_1) - return PSCI_RET_ALREADY_ON; + ret = PSCI_RET_ALREADY_ON; else - return PSCI_RET_INVALID_PARAMS; + ret = PSCI_RET_INVALID_PARAMS; + + goto out_unlock; } reset_state = &vcpu->arch.reset_state; @@ -96,7 +101,7 @@ */ reset_state->r0 = smccc_get_arg3(source_vcpu); - WRITE_ONCE(reset_state->reset, true); + reset_state->reset = true; kvm_make_request(KVM_REQ_VCPU_RESET, vcpu); /* @@ -108,7 +113,9 @@ vcpu->arch.mp_state.mp_state = KVM_MP_STATE_RUNNABLE; kvm_vcpu_wake_up(vcpu); - return PSCI_RET_SUCCESS; +out_unlock: + spin_unlock(&vcpu->arch.mp_state_lock); + return ret; } static unsigned long kvm_psci_vcpu_affinity_info(struct kvm_vcpu *vcpu) @@ -168,8 +175,11 @@ * after this call is handled and before the VCPUs have been * re-initialized. */ - kvm_for_each_vcpu(i, tmp, vcpu->kvm) - tmp->arch.mp_state.mp_state = KVM_MP_STATE_STOPPED; + kvm_for_each_vcpu(i, tmp, vcpu->kvm) { + spin_lock(&tmp->arch.mp_state_lock); + WRITE_ONCE(tmp->arch.mp_state.mp_state, KVM_MP_STATE_STOPPED); + spin_unlock(&tmp->arch.mp_state_lock); + } kvm_make_all_cpus_request(vcpu->kvm, KVM_REQ_SLEEP); memset(&vcpu->run->system_event, 0, sizeof(vcpu->run->system_event)); @@ -229,7 +239,6 @@ static int kvm_psci_0_2_call(struct kvm_vcpu *vcpu) { - struct kvm *kvm = vcpu->kvm; u32 psci_fn = smccc_get_function(vcpu); unsigned long val; int ret = 1; @@ -254,9 +263,7 @@ kvm_psci_narrow_to_32bit(vcpu); fallthrough; case PSCI_0_2_FN64_CPU_ON: - mutex_lock(&kvm->lock); val = kvm_psci_vcpu_on(vcpu); - mutex_unlock(&kvm->lock); break; case PSCI_0_2_FN_AFFINITY_INFO: kvm_psci_narrow_to_32bit(vcpu); @@ -395,7 +402,6 @@ static int kvm_psci_0_1_call(struct kvm_vcpu *vcpu) { - struct kvm *kvm = vcpu->kvm; u32 psci_fn = smccc_get_function(vcpu); unsigned long val; @@ -405,9 +411,7 @@ val = PSCI_RET_SUCCESS; break; case KVM_PSCI_FN_CPU_ON: - mutex_lock(&kvm->lock); val = kvm_psci_vcpu_on(vcpu); - mutex_unlock(&kvm->lock); break; default: val = PSCI_RET_NOT_SUPPORTED; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm64/kvm/reset.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm64/kvm/reset.c @@ -200,7 +200,7 @@ is32bit = vcpu_has_feature(vcpu, KVM_ARM_VCPU_EL1_32BIT); - lockdep_assert_held(&kvm->lock); + lockdep_assert_held(&kvm->arch.config_lock); if (test_bit(KVM_ARCH_FLAG_REG_WIDTH_CONFIGURED, &kvm->arch.flags)) { /* @@ -253,17 +253,18 @@ bool loaded; u32 pstate; - mutex_lock(&vcpu->kvm->lock); + mutex_lock(&vcpu->kvm->arch.config_lock); ret = kvm_set_vm_width(vcpu); - if (!ret) { - reset_state = vcpu->arch.reset_state; - WRITE_ONCE(vcpu->arch.reset_state.reset, false); - } - mutex_unlock(&vcpu->kvm->lock); + mutex_unlock(&vcpu->kvm->arch.config_lock); if (ret) return ret; + spin_lock(&vcpu->arch.mp_state_lock); + reset_state = vcpu->arch.reset_state; + vcpu->arch.reset_state.reset = false; + spin_unlock(&vcpu->arch.mp_state_lock); + /* Reset PMU outside of the non-preemptible section */ kvm_pmu_vcpu_reset(vcpu); --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm64/kvm/sys_regs.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm64/kvm/sys_regs.c @@ -703,7 +703,6 @@ if (!kvm_supports_32bit_el0()) val |= ARMV8_PMU_PMCR_LC; kvm_pmu_handle_pmcr(vcpu, val); - kvm_vcpu_pmu_restore_guest(vcpu); } else { /* PMCR.P & PMCR.C are RAZ */ val = __vcpu_sys_reg(vcpu, PMCR_EL0) @@ -765,6 +764,22 @@ return true; } +static int get_pmu_evcntr(struct kvm_vcpu *vcpu, const struct sys_reg_desc *r, + u64 *val) +{ + u64 idx; + + if (r->CRn == 9 && r->CRm == 13 && r->Op2 == 0) + /* PMCCNTR_EL0 */ + idx = ARMV8_PMU_CYCLE_IDX; + else + /* PMEVCNTRn_EL0 */ + idx = ((r->CRm & 3) << 3) | (r->Op2 & 7); + + *val = kvm_pmu_get_counter_value(vcpu, idx); + return 0; +} + static bool access_pmu_evcntr(struct kvm_vcpu *vcpu, struct sys_reg_params *p, const struct sys_reg_desc *r) @@ -981,7 +996,7 @@ /* Macro to expand the PMEVCNTRn_EL0 register */ #define PMU_PMEVCNTR_EL0(n) \ { PMU_SYS_REG(SYS_PMEVCNTRn_EL0(n)), \ - .reset = reset_pmevcntr, \ + .reset = reset_pmevcntr, .get_user = get_pmu_evcntr, \ .access = access_pmu_evcntr, .reg = (PMEVCNTR0_EL0 + n), } /* Macro to expand the PMEVTYPERn_EL0 register */ @@ -1745,7 +1760,8 @@ { PMU_SYS_REG(SYS_PMCEID1_EL0), .access = access_pmceid, .reset = NULL }, { PMU_SYS_REG(SYS_PMCCNTR_EL0), - .access = access_pmu_evcntr, .reset = reset_unknown, .reg = PMCCNTR_EL0 }, + .access = access_pmu_evcntr, .reset = reset_unknown, + .reg = PMCCNTR_EL0, .get_user = get_pmu_evcntr}, { PMU_SYS_REG(SYS_PMXEVTYPER_EL0), .access = access_pmu_evtyper, .reset = NULL }, { PMU_SYS_REG(SYS_PMXEVCNTR_EL0), --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm64/kvm/trace_arm.h +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm64/kvm/trace_arm.h @@ -2,6 +2,7 @@ #if !defined(_TRACE_ARM_ARM64_KVM_H) || defined(TRACE_HEADER_MULTI_READ) #define _TRACE_ARM_ARM64_KVM_H +#include #include #include --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm64/kvm/vgic/vgic-debug.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm64/kvm/vgic/vgic-debug.c @@ -85,7 +85,7 @@ struct kvm *kvm = s->private; struct vgic_state_iter *iter; - mutex_lock(&kvm->lock); + mutex_lock(&kvm->arch.config_lock); iter = kvm->arch.vgic.iter; if (iter) { iter = ERR_PTR(-EBUSY); @@ -104,7 +104,7 @@ if (end_of_vgic(iter)) iter = NULL; out: - mutex_unlock(&kvm->lock); + mutex_unlock(&kvm->arch.config_lock); return iter; } @@ -132,12 +132,12 @@ if (IS_ERR(v)) return; - mutex_lock(&kvm->lock); + mutex_lock(&kvm->arch.config_lock); iter = kvm->arch.vgic.iter; kfree(iter->lpi_array); kfree(iter); kvm->arch.vgic.iter = NULL; - mutex_unlock(&kvm->lock); + mutex_unlock(&kvm->arch.config_lock); } static void print_dist_state(struct seq_file *s, struct vgic_dist *dist) --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm64/kvm/vgic/vgic-init.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm64/kvm/vgic/vgic-init.c @@ -74,9 +74,6 @@ unsigned long i; int ret; - if (irqchip_in_kernel(kvm)) - return -EEXIST; - /* * This function is also called by the KVM_CREATE_IRQCHIP handler, * which had no chance yet to check the availability of the GICv2 @@ -87,10 +84,20 @@ !kvm_vgic_global_state.can_emulate_gicv2) return -ENODEV; + /* Must be held to avoid race with vCPU creation */ + lockdep_assert_held(&kvm->lock); + ret = -EBUSY; if (!lock_all_vcpus(kvm)) return ret; + mutex_lock(&kvm->arch.config_lock); + + if (irqchip_in_kernel(kvm)) { + ret = -EEXIST; + goto out_unlock; + } + kvm_for_each_vcpu(i, vcpu, kvm) { if (vcpu_has_run_once(vcpu)) goto out_unlock; @@ -118,6 +125,7 @@ INIT_LIST_HEAD(&kvm->arch.vgic.rd_regions); out_unlock: + mutex_unlock(&kvm->arch.config_lock); unlock_all_vcpus(kvm); return ret; } @@ -227,9 +235,9 @@ * KVM io device for the redistributor that belongs to this VCPU. */ if (dist->vgic_model == KVM_DEV_TYPE_ARM_VGIC_V3) { - mutex_lock(&vcpu->kvm->lock); + mutex_lock(&vcpu->kvm->slots_lock); ret = vgic_register_redist_iodev(vcpu); - mutex_unlock(&vcpu->kvm->lock); + mutex_unlock(&vcpu->kvm->slots_lock); } return ret; } @@ -250,7 +258,6 @@ * The function is generally called when nr_spis has been explicitly set * by the guest through the KVM DEVICE API. If not nr_spis is set to 256. * vgic_initialized() returns true when this function has succeeded. - * Must be called with kvm->lock held! */ int vgic_init(struct kvm *kvm) { @@ -259,6 +266,8 @@ int ret = 0, i; unsigned long idx; + lockdep_assert_held(&kvm->arch.config_lock); + if (vgic_initialized(kvm)) return 0; @@ -373,12 +382,13 @@ vgic_cpu->rd_iodev.base_addr = VGIC_ADDR_UNDEF; } -/* To be called with kvm->lock held */ static void __kvm_vgic_destroy(struct kvm *kvm) { struct kvm_vcpu *vcpu; unsigned long i; + lockdep_assert_held(&kvm->arch.config_lock); + vgic_debug_destroy(kvm); kvm_for_each_vcpu(i, vcpu, kvm) @@ -389,9 +399,9 @@ void kvm_vgic_destroy(struct kvm *kvm) { - mutex_lock(&kvm->lock); + mutex_lock(&kvm->arch.config_lock); __kvm_vgic_destroy(kvm); - mutex_unlock(&kvm->lock); + mutex_unlock(&kvm->arch.config_lock); } /** @@ -414,9 +424,9 @@ if (kvm->arch.vgic.vgic_model != KVM_DEV_TYPE_ARM_VGIC_V2) return -EBUSY; - mutex_lock(&kvm->lock); + mutex_lock(&kvm->arch.config_lock); ret = vgic_init(kvm); - mutex_unlock(&kvm->lock); + mutex_unlock(&kvm->arch.config_lock); } return ret; @@ -436,30 +446,48 @@ int kvm_vgic_map_resources(struct kvm *kvm) { struct vgic_dist *dist = &kvm->arch.vgic; + enum vgic_type type; + gpa_t dist_base; int ret = 0; if (likely(vgic_ready(kvm))) return 0; - mutex_lock(&kvm->lock); + mutex_lock(&kvm->slots_lock); + mutex_lock(&kvm->arch.config_lock); if (vgic_ready(kvm)) goto out; if (!irqchip_in_kernel(kvm)) goto out; - if (dist->vgic_model == KVM_DEV_TYPE_ARM_VGIC_V2) + if (dist->vgic_model == KVM_DEV_TYPE_ARM_VGIC_V2) { ret = vgic_v2_map_resources(kvm); - else + type = VGIC_V2; + } else { ret = vgic_v3_map_resources(kvm); + type = VGIC_V3; + } - if (ret) + if (ret) { __kvm_vgic_destroy(kvm); - else - dist->ready = true; + goto out; + } + dist->ready = true; + dist_base = dist->vgic_dist_base; + mutex_unlock(&kvm->arch.config_lock); + + ret = vgic_register_dist_iodev(kvm, dist_base, type); + if (ret) { + kvm_err("Unable to register VGIC dist MMIO regions\n"); + kvm_vgic_destroy(kvm); + } + mutex_unlock(&kvm->slots_lock); + return ret; out: - mutex_unlock(&kvm->lock); + mutex_unlock(&kvm->arch.config_lock); + mutex_unlock(&kvm->slots_lock); return ret; } --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm64/kvm/vgic/vgic-its.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm64/kvm/vgic/vgic-its.c @@ -1936,6 +1936,7 @@ static int vgic_its_create(struct kvm_device *dev, u32 type) { + int ret; struct vgic_its *its; if (type != KVM_DEV_TYPE_ARM_VGIC_ITS) @@ -1945,9 +1946,12 @@ if (!its) return -ENOMEM; + mutex_lock(&dev->kvm->arch.config_lock); + if (vgic_initialized(dev->kvm)) { - int ret = vgic_v4_init(dev->kvm); + ret = vgic_v4_init(dev->kvm); if (ret < 0) { + mutex_unlock(&dev->kvm->arch.config_lock); kfree(its); return ret; } @@ -1958,6 +1962,14 @@ mutex_init(&its->its_lock); mutex_init(&its->cmd_lock); + /* Yep, even more trickery for lock ordering... */ +#ifdef CONFIG_LOCKDEP + mutex_lock(&its->cmd_lock); + mutex_lock(&its->its_lock); + mutex_unlock(&its->its_lock); + mutex_unlock(&its->cmd_lock); +#endif + its->vgic_its_base = VGIC_ADDR_UNDEF; INIT_LIST_HEAD(&its->device_list); @@ -1976,7 +1988,11 @@ dev->private = its; - return vgic_its_set_abi(its, NR_ITS_ABIS - 1); + ret = vgic_its_set_abi(its, NR_ITS_ABIS - 1); + + mutex_unlock(&dev->kvm->arch.config_lock); + + return ret; } static void vgic_its_destroy(struct kvm_device *kvm_dev) @@ -2045,6 +2061,13 @@ mutex_lock(&dev->kvm->lock); + if (!lock_all_vcpus(dev->kvm)) { + mutex_unlock(&dev->kvm->lock); + return -EBUSY; + } + + mutex_lock(&dev->kvm->arch.config_lock); + if (IS_VGIC_ADDR_UNDEF(its->vgic_its_base)) { ret = -ENXIO; goto out; @@ -2058,11 +2081,6 @@ goto out; } - if (!lock_all_vcpus(dev->kvm)) { - ret = -EBUSY; - goto out; - } - addr = its->vgic_its_base + offset; len = region->access_flags & VGIC_ACCESS_64bit ? 8 : 4; @@ -2076,8 +2094,9 @@ } else { *reg = region->its_read(dev->kvm, its, addr, len); } - unlock_all_vcpus(dev->kvm); out: + mutex_unlock(&dev->kvm->arch.config_lock); + unlock_all_vcpus(dev->kvm); mutex_unlock(&dev->kvm->lock); return ret; } @@ -2749,14 +2768,15 @@ return 0; mutex_lock(&kvm->lock); - mutex_lock(&its->its_lock); if (!lock_all_vcpus(kvm)) { - mutex_unlock(&its->its_lock); mutex_unlock(&kvm->lock); return -EBUSY; } + mutex_lock(&kvm->arch.config_lock); + mutex_lock(&its->its_lock); + switch (attr) { case KVM_DEV_ARM_ITS_CTRL_RESET: vgic_its_reset(kvm, its); @@ -2769,8 +2789,9 @@ break; } - unlock_all_vcpus(kvm); mutex_unlock(&its->its_lock); + mutex_unlock(&kvm->arch.config_lock); + unlock_all_vcpus(kvm); mutex_unlock(&kvm->lock); return ret; } --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm64/kvm/vgic/vgic-kvm-device.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm64/kvm/vgic/vgic-kvm-device.c @@ -46,7 +46,7 @@ struct vgic_dist *vgic = &kvm->arch.vgic; int r; - mutex_lock(&kvm->lock); + mutex_lock(&kvm->arch.config_lock); switch (FIELD_GET(KVM_ARM_DEVICE_TYPE_MASK, dev_addr->id)) { case KVM_VGIC_V2_ADDR_TYPE_DIST: r = vgic_check_type(kvm, KVM_DEV_TYPE_ARM_VGIC_V2); @@ -68,7 +68,7 @@ r = -ENODEV; } - mutex_unlock(&kvm->lock); + mutex_unlock(&kvm->arch.config_lock); return r; } @@ -102,7 +102,11 @@ if (get_user(addr, uaddr)) return -EFAULT; - mutex_lock(&kvm->lock); + /* + * Since we can't hold config_lock while registering the redistributor + * iodevs, take the slots_lock immediately. + */ + mutex_lock(&kvm->slots_lock); switch (attr->attr) { case KVM_VGIC_V2_ADDR_TYPE_DIST: r = vgic_check_type(kvm, KVM_DEV_TYPE_ARM_VGIC_V2); @@ -182,6 +186,7 @@ if (r) goto out; + mutex_lock(&kvm->arch.config_lock); if (write) { r = vgic_check_iorange(kvm, *addr_ptr, addr, alignment, size); if (!r) @@ -189,9 +194,10 @@ } else { addr = *addr_ptr; } + mutex_unlock(&kvm->arch.config_lock); out: - mutex_unlock(&kvm->lock); + mutex_unlock(&kvm->slots_lock); if (!r && !write) r = put_user(addr, uaddr); @@ -227,7 +233,7 @@ (val & 31)) return -EINVAL; - mutex_lock(&dev->kvm->lock); + mutex_lock(&dev->kvm->arch.config_lock); if (vgic_ready(dev->kvm) || dev->kvm->arch.vgic.nr_spis) ret = -EBUSY; @@ -235,16 +241,16 @@ dev->kvm->arch.vgic.nr_spis = val - VGIC_NR_PRIVATE_IRQS; - mutex_unlock(&dev->kvm->lock); + mutex_unlock(&dev->kvm->arch.config_lock); return ret; } case KVM_DEV_ARM_VGIC_GRP_CTRL: { switch (attr->attr) { case KVM_DEV_ARM_VGIC_CTRL_INIT: - mutex_lock(&dev->kvm->lock); + mutex_lock(&dev->kvm->arch.config_lock); r = vgic_init(dev->kvm); - mutex_unlock(&dev->kvm->lock); + mutex_unlock(&dev->kvm->arch.config_lock); return r; case KVM_DEV_ARM_VGIC_SAVE_PENDING_TABLES: /* @@ -260,7 +266,10 @@ mutex_unlock(&dev->kvm->lock); return -EBUSY; } + + mutex_lock(&dev->kvm->arch.config_lock); r = vgic_v3_save_pending_tables(dev->kvm); + mutex_unlock(&dev->kvm->arch.config_lock); unlock_all_vcpus(dev->kvm); mutex_unlock(&dev->kvm->lock); return r; @@ -411,15 +420,17 @@ mutex_lock(&dev->kvm->lock); + if (!lock_all_vcpus(dev->kvm)) { + mutex_unlock(&dev->kvm->lock); + return -EBUSY; + } + + mutex_lock(&dev->kvm->arch.config_lock); + ret = vgic_init(dev->kvm); if (ret) goto out; - if (!lock_all_vcpus(dev->kvm)) { - ret = -EBUSY; - goto out; - } - switch (attr->group) { case KVM_DEV_ARM_VGIC_GRP_CPU_REGS: ret = vgic_v2_cpuif_uaccess(vcpu, is_write, addr, &val); @@ -432,8 +443,9 @@ break; } - unlock_all_vcpus(dev->kvm); out: + mutex_unlock(&dev->kvm->arch.config_lock); + unlock_all_vcpus(dev->kvm); mutex_unlock(&dev->kvm->lock); if (!ret && !is_write) @@ -569,12 +581,14 @@ mutex_lock(&dev->kvm->lock); - if (unlikely(!vgic_initialized(dev->kvm))) { - ret = -EBUSY; - goto out; + if (!lock_all_vcpus(dev->kvm)) { + mutex_unlock(&dev->kvm->lock); + return -EBUSY; } - if (!lock_all_vcpus(dev->kvm)) { + mutex_lock(&dev->kvm->arch.config_lock); + + if (unlikely(!vgic_initialized(dev->kvm))) { ret = -EBUSY; goto out; } @@ -609,8 +623,9 @@ break; } - unlock_all_vcpus(dev->kvm); out: + mutex_unlock(&dev->kvm->arch.config_lock); + unlock_all_vcpus(dev->kvm); mutex_unlock(&dev->kvm->lock); if (!ret && uaccess && !is_write) { --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm64/kvm/vgic/vgic-mmio-v3.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm64/kvm/vgic/vgic-mmio-v3.c @@ -111,7 +111,7 @@ case GICD_CTLR: { bool was_enabled, is_hwsgi; - mutex_lock(&vcpu->kvm->lock); + mutex_lock(&vcpu->kvm->arch.config_lock); was_enabled = dist->enabled; is_hwsgi = dist->nassgireq; @@ -139,7 +139,7 @@ else if (!was_enabled && dist->enabled) vgic_kick_vcpus(vcpu->kvm); - mutex_unlock(&vcpu->kvm->lock); + mutex_unlock(&vcpu->kvm->arch.config_lock); break; } case GICD_TYPER: @@ -769,10 +769,13 @@ struct vgic_io_device *rd_dev = &vcpu->arch.vgic_cpu.rd_iodev; struct vgic_redist_region *rdreg; gpa_t rd_base; - int ret; + int ret = 0; + + lockdep_assert_held(&kvm->slots_lock); + mutex_lock(&kvm->arch.config_lock); if (!IS_VGIC_ADDR_UNDEF(vgic_cpu->rd_iodev.base_addr)) - return 0; + goto out_unlock; /* * We may be creating VCPUs before having set the base address for the @@ -782,10 +785,12 @@ */ rdreg = vgic_v3_rdist_free_slot(&vgic->rd_regions); if (!rdreg) - return 0; + goto out_unlock; - if (!vgic_v3_check_base(kvm)) - return -EINVAL; + if (!vgic_v3_check_base(kvm)) { + ret = -EINVAL; + goto out_unlock; + } vgic_cpu->rdreg = rdreg; vgic_cpu->rdreg_index = rdreg->free_index; @@ -799,16 +804,20 @@ rd_dev->nr_regions = ARRAY_SIZE(vgic_v3_rd_registers); rd_dev->redist_vcpu = vcpu; - mutex_lock(&kvm->slots_lock); + mutex_unlock(&kvm->arch.config_lock); + ret = kvm_io_bus_register_dev(kvm, KVM_MMIO_BUS, rd_base, 2 * SZ_64K, &rd_dev->dev); - mutex_unlock(&kvm->slots_lock); - if (ret) return ret; + /* Protected by slots_lock */ rdreg->free_index++; return 0; + +out_unlock: + mutex_unlock(&kvm->arch.config_lock); + return ret; } static void vgic_unregister_redist_iodev(struct kvm_vcpu *vcpu) @@ -834,12 +843,10 @@ /* The current c failed, so iterate over the previous ones. */ int i; - mutex_lock(&kvm->slots_lock); for (i = 0; i < c; i++) { vcpu = kvm_get_vcpu(kvm, i); vgic_unregister_redist_iodev(vcpu); } - mutex_unlock(&kvm->slots_lock); } return ret; @@ -938,7 +945,9 @@ { int ret; + mutex_lock(&kvm->arch.config_lock); ret = vgic_v3_alloc_redist_region(kvm, index, addr, count); + mutex_unlock(&kvm->arch.config_lock); if (ret) return ret; @@ -950,8 +959,10 @@ if (ret) { struct vgic_redist_region *rdreg; + mutex_lock(&kvm->arch.config_lock); rdreg = vgic_v3_rdist_region_from_index(kvm, index); vgic_v3_free_redist_region(rdreg); + mutex_unlock(&kvm->arch.config_lock); return ret; } --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm64/kvm/vgic/vgic-mmio.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm64/kvm/vgic/vgic-mmio.c @@ -527,13 +527,13 @@ u32 intid = VGIC_ADDR_TO_INTID(addr, 1); u32 val; - mutex_lock(&vcpu->kvm->lock); + mutex_lock(&vcpu->kvm->arch.config_lock); vgic_access_active_prepare(vcpu, intid); val = __vgic_mmio_read_active(vcpu, addr, len); vgic_access_active_finish(vcpu, intid); - mutex_unlock(&vcpu->kvm->lock); + mutex_unlock(&vcpu->kvm->arch.config_lock); return val; } @@ -622,13 +622,13 @@ { u32 intid = VGIC_ADDR_TO_INTID(addr, 1); - mutex_lock(&vcpu->kvm->lock); + mutex_lock(&vcpu->kvm->arch.config_lock); vgic_access_active_prepare(vcpu, intid); __vgic_mmio_write_cactive(vcpu, addr, len, val); vgic_access_active_finish(vcpu, intid); - mutex_unlock(&vcpu->kvm->lock); + mutex_unlock(&vcpu->kvm->arch.config_lock); } int vgic_mmio_uaccess_write_cactive(struct kvm_vcpu *vcpu, @@ -659,13 +659,13 @@ { u32 intid = VGIC_ADDR_TO_INTID(addr, 1); - mutex_lock(&vcpu->kvm->lock); + mutex_lock(&vcpu->kvm->arch.config_lock); vgic_access_active_prepare(vcpu, intid); __vgic_mmio_write_sactive(vcpu, addr, len, val); vgic_access_active_finish(vcpu, intid); - mutex_unlock(&vcpu->kvm->lock); + mutex_unlock(&vcpu->kvm->arch.config_lock); } int vgic_mmio_uaccess_write_sactive(struct kvm_vcpu *vcpu, @@ -1093,7 +1093,6 @@ enum vgic_type type) { struct vgic_io_device *io_device = &kvm->arch.vgic.dist_iodev; - int ret = 0; unsigned int len; switch (type) { @@ -1111,10 +1110,6 @@ io_device->iodev_type = IODEV_DIST; io_device->redist_vcpu = NULL; - mutex_lock(&kvm->slots_lock); - ret = kvm_io_bus_register_dev(kvm, KVM_MMIO_BUS, dist_base_address, - len, &io_device->dev); - mutex_unlock(&kvm->slots_lock); - - return ret; + return kvm_io_bus_register_dev(kvm, KVM_MMIO_BUS, dist_base_address, + len, &io_device->dev); } --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm64/kvm/vgic/vgic-v2.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm64/kvm/vgic/vgic-v2.c @@ -312,12 +312,6 @@ return ret; } - ret = vgic_register_dist_iodev(kvm, dist->vgic_dist_base, VGIC_V2); - if (ret) { - kvm_err("Unable to register VGIC MMIO regions\n"); - return ret; - } - if (!static_branch_unlikely(&vgic_v2_cpuif_trap)) { ret = kvm_phys_addr_ioremap(kvm, dist->vgic_cpu_base, kvm_vgic_global_state.vcpu_base, --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm64/kvm/vgic/vgic-v3.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm64/kvm/vgic/vgic-v3.c @@ -538,7 +538,6 @@ { struct vgic_dist *dist = &kvm->arch.vgic; struct kvm_vcpu *vcpu; - int ret = 0; unsigned long c; kvm_for_each_vcpu(c, vcpu, kvm) { @@ -568,12 +567,6 @@ return -EBUSY; } - ret = vgic_register_dist_iodev(kvm, dist->vgic_dist_base, VGIC_V3); - if (ret) { - kvm_err("Unable to register VGICv3 dist MMIO regions\n"); - return ret; - } - if (kvm_vgic_global_state.has_gicv4_1) vgic_v4_configure_vsgis(kvm); @@ -751,7 +744,7 @@ { struct vgic_v3_cpu_if *cpu_if = &vcpu->arch.vgic_cpu.vgic_v3; - WARN_ON(vgic_v4_put(vcpu, false)); + WARN_ON(vgic_v4_put(vcpu)); vgic_v3_vmcr_sync(vcpu); --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm64/kvm/vgic/vgic-v4.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm64/kvm/vgic/vgic-v4.c @@ -184,13 +184,14 @@ } } -/* Must be called with the kvm lock held */ void vgic_v4_configure_vsgis(struct kvm *kvm) { struct vgic_dist *dist = &kvm->arch.vgic; struct kvm_vcpu *vcpu; unsigned long i; + lockdep_assert_held(&kvm->arch.config_lock); + kvm_arm_halt_guest(kvm); kvm_for_each_vcpu(i, vcpu, kvm) { @@ -232,9 +233,8 @@ * @kvm: Pointer to the VM being initialized * * We may be called each time a vITS is created, or when the - * vgic is initialized. This relies on kvm->lock to be - * held. In both cases, the number of vcpus should now be - * fixed. + * vgic is initialized. In both cases, the number of vcpus + * should now be fixed. */ int vgic_v4_init(struct kvm *kvm) { @@ -243,6 +243,8 @@ int nr_vcpus, ret; unsigned long i; + lockdep_assert_held(&kvm->arch.config_lock); + if (!kvm_vgic_global_state.has_gicv4) return 0; /* Nothing to see here... move along. */ @@ -309,14 +311,14 @@ /** * vgic_v4_teardown - Free the GICv4 data structures * @kvm: Pointer to the VM being destroyed - * - * Relies on kvm->lock to be held. */ void vgic_v4_teardown(struct kvm *kvm) { struct its_vm *its_vm = &kvm->arch.vgic.its_vm; int i; + lockdep_assert_held(&kvm->arch.config_lock); + if (!its_vm->vpes) return; @@ -334,14 +336,14 @@ its_vm->vpes = NULL; } -int vgic_v4_put(struct kvm_vcpu *vcpu, bool need_db) +int vgic_v4_put(struct kvm_vcpu *vcpu) { struct its_vpe *vpe = &vcpu->arch.vgic_cpu.vgic_v3.its_vpe; if (!vgic_supports_direct_msis(vcpu->kvm) || !vpe->resident) return 0; - return its_make_vpe_non_resident(vpe, need_db); + return its_make_vpe_non_resident(vpe, !!vcpu_get_flag(vcpu, IN_WFI)); } int vgic_v4_load(struct kvm_vcpu *vcpu) @@ -352,6 +354,9 @@ if (!vgic_supports_direct_msis(vcpu->kvm) || vpe->resident) return 0; + if (vcpu_get_flag(vcpu, IN_WFI)) + return 0; + /* * Before making the VPE resident, make sure the redistributor * corresponding to our current CPU expects us here. See the --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm64/kvm/vgic/vgic.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm64/kvm/vgic/vgic.c @@ -24,11 +24,13 @@ /* * Locking order is always: * kvm->lock (mutex) - * its->cmd_lock (mutex) - * its->its_lock (mutex) - * vgic_cpu->ap_list_lock must be taken with IRQs disabled - * kvm->lpi_list_lock must be taken with IRQs disabled - * vgic_irq->irq_lock must be taken with IRQs disabled + * vcpu->mutex (mutex) + * kvm->arch.config_lock (mutex) + * its->cmd_lock (mutex) + * its->its_lock (mutex) + * vgic_cpu->ap_list_lock must be taken with IRQs disabled + * kvm->lpi_list_lock must be taken with IRQs disabled + * vgic_irq->irq_lock must be taken with IRQs disabled * * As the ap_list_lock might be taken from the timer interrupt handler, * we have to disable IRQs before taking this lock and everything lower --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm64/mm/copypage.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm64/mm/copypage.c @@ -21,8 +21,10 @@ copy_page(kto, kfrom); - if (system_supports_mte() && page_mte_tagged(from)) { + if (kasan_hw_tags_enabled()) page_kasan_tag_reset(to); + + if (system_supports_mte() && page_mte_tagged(from)) { /* It's a new page, shouldn't have been tagged yet */ WARN_ON_ONCE(!try_page_mte_tagging(to)); mte_copy_page_tags(kto, kfrom); --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm64/mm/fault.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm64/mm/fault.c @@ -480,30 +480,17 @@ } } -#define VM_FAULT_BADMAP 0x010000 -#define VM_FAULT_BADACCESS 0x020000 +#define VM_FAULT_BADMAP ((__force vm_fault_t)0x010000) +#define VM_FAULT_BADACCESS ((__force vm_fault_t)0x020000) -static vm_fault_t __do_page_fault(struct mm_struct *mm, unsigned long addr, +static vm_fault_t __do_page_fault(struct mm_struct *mm, + struct vm_area_struct *vma, unsigned long addr, unsigned int mm_flags, unsigned long vm_flags, struct pt_regs *regs) { - struct vm_area_struct *vma = find_vma(mm, addr); - - if (unlikely(!vma)) - return VM_FAULT_BADMAP; - /* * Ok, we have a good vm_area for this memory access, so we can handle * it. - */ - if (unlikely(vma->vm_start > addr)) { - if (!(vma->vm_flags & VM_GROWSDOWN)) - return VM_FAULT_BADMAP; - if (expand_stack(vma, addr)) - return VM_FAULT_BADMAP; - } - - /* * Check that the permissions on the VMA allow for the fault which * occurred. */ @@ -535,6 +522,7 @@ unsigned long vm_flags; unsigned int mm_flags = FAULT_FLAG_DEFAULT; unsigned long addr = untagged_addr(far); + struct vm_area_struct *vma; if (kprobe_page_fault(regs, esr)) return 0; @@ -585,31 +573,14 @@ perf_sw_event(PERF_COUNT_SW_PAGE_FAULTS, 1, regs, addr); - /* - * As per x86, we may deadlock here. However, since the kernel only - * validly references user space from well defined areas of the code, - * we can bug out early if this is from code which shouldn't. - */ - if (!mmap_read_trylock(mm)) { - if (!user_mode(regs) && !search_exception_tables(regs->pc)) - goto no_context; retry: - mmap_read_lock(mm); - } else { - /* - * The above mmap_read_trylock() might have succeeded in which - * case, we'll have missed the might_sleep() from down_read(). - */ - might_sleep(); -#ifdef CONFIG_DEBUG_VM - if (!user_mode(regs) && !search_exception_tables(regs->pc)) { - mmap_read_unlock(mm); - goto no_context; - } -#endif + vma = lock_mm_and_find_vma(mm, addr, regs); + if (unlikely(!vma)) { + fault = VM_FAULT_BADMAP; + goto done; } - fault = __do_page_fault(mm, addr, mm_flags, vm_flags, regs); + fault = __do_page_fault(mm, vma, addr, mm_flags, vm_flags, regs); /* Quick path to respond to signals */ if (fault_signal_pending(fault, regs)) { @@ -628,6 +599,7 @@ } mmap_read_unlock(mm); +done: /* * Handle the "normal" (no error) case first. */ --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm64/net/bpf_jit.h +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm64/net/bpf_jit.h @@ -281,4 +281,8 @@ /* DMB */ #define A64_DMB_ISH aarch64_insn_gen_dmb(AARCH64_INSN_MB_ISH) +/* ADR */ +#define A64_ADR(Rd, offset) \ + aarch64_insn_gen_adr(0, offset, Rd, AARCH64_INSN_ADR_TYPE_ADR) + #endif /* _BPF_JIT_H */ --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm64/net/bpf_jit_comp.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm64/net/bpf_jit_comp.c @@ -322,7 +322,13 @@ * */ - emit_bti(A64_BTI_C, ctx); + /* bpf function may be invoked by 3 instruction types: + * 1. bl, attached via freplace to bpf prog via short jump + * 2. br, attached via freplace to bpf prog via long jump + * 3. blr, working as a function pointer, used by emit_call. + * So BTI_JC should used here to support both br and blr. + */ + emit_bti(A64_BTI_JC, ctx); emit(A64_MOV(1, A64_R(9), A64_LR), ctx); emit(A64_NOP, ctx); @@ -1900,7 +1906,8 @@ restore_args(ctx, args_off, nargs); /* call original func */ emit(A64_LDR64I(A64_R(10), A64_SP, retaddr_off), ctx); - emit(A64_BLR(A64_R(10)), ctx); + emit(A64_ADR(A64_LR, AARCH64_INSN_SIZE * 2), ctx); + emit(A64_RET(A64_R(10)), ctx); /* store return value */ emit(A64_STR64I(A64_R(0), A64_SP, retval_off), ctx); /* reserve a nop for bpf_tramp_image_put */ --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm64/tools/cpucaps +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm64/tools/cpucaps @@ -73,6 +73,7 @@ WORKAROUND_2457168 WORKAROUND_2645198 WORKAROUND_2658417 +WORKAROUND_AMPERE_AC03_CPU_38 WORKAROUND_TRBE_OVERWRITE_FILL_MODE WORKAROUND_TSB_FLUSH_FAILURE WORKAROUND_TRBE_WRITE_OUT_OF_RANGE --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/arm64/tools/sysreg +++ linux-lowlatency-hwe-6.2-6.2.0/arch/arm64/tools/sysreg @@ -689,17 +689,17 @@ Enum 11:8 FPDP 0b0000 NI 0b0001 VFPv2 - 0b0001 VFPv3 + 0b0010 VFPv3 EndEnum Enum 7:4 FPSP 0b0000 NI 0b0001 VFPv2 - 0b0001 VFPv3 + 0b0010 VFPv3 EndEnum Enum 3:0 SIMDReg 0b0000 NI 0b0001 IMP_16x64 - 0b0001 IMP_32x64 + 0b0010 IMP_32x64 EndEnum EndSysreg @@ -718,7 +718,7 @@ Enum 23:20 SIMDHP 0b0000 NI 0b0001 SIMDHP - 0b0001 SIMDHP_FLOAT + 0b0010 SIMDHP_FLOAT EndEnum Enum 19:16 SIMDSP 0b0000 NI --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/csky/Kconfig +++ linux-lowlatency-hwe-6.2-6.2.0/arch/csky/Kconfig @@ -96,6 +96,7 @@ select HAVE_REGS_AND_STACK_ACCESS_API select HAVE_STACKPROTECTOR select HAVE_SYSCALL_TRACEPOINTS + select LOCK_MM_AND_FIND_VMA select MAY_HAVE_SPARSE_IRQ select MODULES_USE_ELF_RELA if MODULES select OF --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/csky/mm/fault.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/csky/mm/fault.c @@ -97,13 +97,12 @@ BUG(); } -static inline void bad_area(struct pt_regs *regs, struct mm_struct *mm, int code, unsigned long addr) +static inline void bad_area_nosemaphore(struct pt_regs *regs, struct mm_struct *mm, int code, unsigned long addr) { /* * Something tried to access memory that isn't in our memory map. * Fix it, but check if it's kernel or user first. */ - mmap_read_unlock(mm); /* User mode accesses just cause a SIGSEGV */ if (user_mode(regs)) { do_trap(regs, SIGSEGV, code, addr); @@ -238,20 +237,9 @@ if (is_write(regs)) flags |= FAULT_FLAG_WRITE; retry: - mmap_read_lock(mm); - vma = find_vma(mm, addr); + vma = lock_mm_and_find_vma(mm, addr, regs); if (unlikely(!vma)) { - bad_area(regs, mm, code, addr); - return; - } - if (likely(vma->vm_start <= addr)) - goto good_area; - if (unlikely(!(vma->vm_flags & VM_GROWSDOWN))) { - bad_area(regs, mm, code, addr); - return; - } - if (unlikely(expand_stack(vma, addr))) { - bad_area(regs, mm, code, addr); + bad_area_nosemaphore(regs, mm, code, addr); return; } @@ -259,11 +247,11 @@ * Ok, we have a good vm_area for this memory access, so * we can handle it. */ -good_area: code = SEGV_ACCERR; if (unlikely(access_error(regs, vma))) { - bad_area(regs, mm, code, addr); + mmap_read_unlock(mm); + bad_area_nosemaphore(regs, mm, code, addr); return; } --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/hexagon/Kconfig +++ linux-lowlatency-hwe-6.2-6.2.0/arch/hexagon/Kconfig @@ -28,6 +28,7 @@ select GENERIC_SMP_IDLE_THREAD select STACKTRACE_SUPPORT select GENERIC_CLOCKEVENTS_BROADCAST + select LOCK_MM_AND_FIND_VMA select MODULES_USE_ELF_RELA select GENERIC_CPU_DEVICES select ARCH_WANT_LD_ORPHAN_WARN --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/hexagon/mm/vm_fault.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/hexagon/mm/vm_fault.c @@ -57,21 +57,10 @@ perf_sw_event(PERF_COUNT_SW_PAGE_FAULTS, 1, regs, address); retry: - mmap_read_lock(mm); - vma = find_vma(mm, address); - if (!vma) - goto bad_area; + vma = lock_mm_and_find_vma(mm, address, regs); + if (unlikely(!vma)) + goto bad_area_nosemaphore; - if (vma->vm_start <= address) - goto good_area; - - if (!(vma->vm_flags & VM_GROWSDOWN)) - goto bad_area; - - if (expand_stack(vma, address)) - goto bad_area; - -good_area: /* Address space is OK. Now check access rights. */ si_code = SEGV_ACCERR; @@ -140,6 +129,7 @@ bad_area: mmap_read_unlock(mm); +bad_area_nosemaphore: if (user_mode(regs)) { force_sig_fault(SIGSEGV, si_code, (void __user *)address); return; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/ia64/Kconfig +++ linux-lowlatency-hwe-6.2-6.2.0/arch/ia64/Kconfig @@ -9,6 +9,7 @@ config IA64 bool select ARCH_BINFMT_ELF_EXTRA_PHDRS + select ARCH_HAS_CPU_FINALIZE_INIT select ARCH_HAS_DMA_MARK_CLEAN select ARCH_HAS_STRNCPY_FROM_USER select ARCH_HAS_STRNLEN_USER --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/ia64/kernel/salinfo.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/ia64/kernel/salinfo.c @@ -581,7 +581,7 @@ * 'data' contains an integer that corresponds to the feature we're * testing */ -static int proc_salinfo_show(struct seq_file *m, void *v) +static int __maybe_unused proc_salinfo_show(struct seq_file *m, void *v) { unsigned long data = (unsigned long)v; seq_puts(m, (sal_platform_features & data) ? "1\n" : "0\n"); --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/ia64/kernel/setup.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/ia64/kernel/setup.c @@ -1067,8 +1067,7 @@ } } -void __init -check_bugs (void) +void __init arch_cpu_finalize_init(void) { ia64_patch_mckinley_e9((unsigned long) __start___mckinley_e9_bundles, (unsigned long) __end___mckinley_e9_bundles); --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/ia64/mm/contig.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/ia64/mm/contig.c @@ -77,7 +77,7 @@ return __per_cpu_start + __per_cpu_offset[smp_processor_id()]; } -static inline void +static inline __init void alloc_per_cpu_data(void) { size_t size = PERCPU_PAGE_SIZE * num_possible_cpus(); --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/ia64/mm/fault.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/ia64/mm/fault.c @@ -110,10 +110,12 @@ * register backing store that needs to expand upwards, in * this case vma will be null, but prev_vma will ne non-null */ - if (( !vma && prev_vma ) || (address < vma->vm_start) ) - goto check_expansion; + if (( !vma && prev_vma ) || (address < vma->vm_start) ) { + vma = expand_stack(mm, address); + if (!vma) + goto bad_area_nosemaphore; + } - good_area: code = SEGV_ACCERR; /* OK, we've got a good vm_area for this memory area. Check the access permissions: */ @@ -174,35 +176,9 @@ mmap_read_unlock(mm); return; - check_expansion: - if (!(prev_vma && (prev_vma->vm_flags & VM_GROWSUP) && (address == prev_vma->vm_end))) { - if (!vma) - goto bad_area; - if (!(vma->vm_flags & VM_GROWSDOWN)) - goto bad_area; - if (REGION_NUMBER(address) != REGION_NUMBER(vma->vm_start) - || REGION_OFFSET(address) >= RGN_MAP_LIMIT) - goto bad_area; - if (expand_stack(vma, address)) - goto bad_area; - } else { - vma = prev_vma; - if (REGION_NUMBER(address) != REGION_NUMBER(vma->vm_start) - || REGION_OFFSET(address) >= RGN_MAP_LIMIT) - goto bad_area; - /* - * Since the register backing store is accessed sequentially, - * we disallow growing it by more than a page at a time. - */ - if (address > vma->vm_end + PAGE_SIZE - sizeof(long)) - goto bad_area; - if (expand_upwards(vma, address)) - goto bad_area; - } - goto good_area; - bad_area: mmap_read_unlock(mm); + bad_area_nosemaphore: if ((isr & IA64_ISR_SP) || ((isr & IA64_ISR_NA) && (isr & IA64_ISR_CODE_MASK) == IA64_ISR_CODE_LFETCH)) { --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/ia64/mm/hugetlbpage.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/ia64/mm/hugetlbpage.c @@ -58,7 +58,7 @@ pgd = pgd_offset(mm, taddr); if (pgd_present(*pgd)) { - p4d = p4d_offset(pgd, addr); + p4d = p4d_offset(pgd, taddr); if (p4d_present(*p4d)) { pud = pud_offset(p4d, taddr); if (pud_present(*pud)) { --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/loongarch/Kconfig +++ linux-lowlatency-hwe-6.2-6.2.0/arch/loongarch/Kconfig @@ -10,6 +10,7 @@ select ARCH_ENABLE_MEMORY_HOTPLUG select ARCH_ENABLE_MEMORY_HOTREMOVE select ARCH_HAS_ACPI_TABLE_UPGRADE if ACPI + select ARCH_HAS_NON_OVERLAPPING_ADDRESS_SPACE select ARCH_HAS_NMI_SAFE_THIS_CPU_OPS select ARCH_HAS_PTE_SPECIAL select ARCH_HAS_TICK_BROADCAST if GENERIC_CLOCKEVENTS_BROADCAST @@ -94,6 +95,7 @@ select HAVE_DYNAMIC_FTRACE_WITH_ARGS select HAVE_DYNAMIC_FTRACE_WITH_REGS select HAVE_EBPF_JIT + select HAVE_EFFICIENT_UNALIGNED_ACCESS if !ARCH_STRICT_ALIGN select HAVE_EXIT_THREAD select HAVE_FAST_GUP select HAVE_FTRACE_MCOUNT_RECORD @@ -118,6 +120,7 @@ select HAVE_VIRT_CPU_ACCOUNTING_GEN if !SMP select IRQ_FORCED_THREADING select IRQ_LOONGARCH_CPU + select LOCK_MM_AND_FIND_VMA select MMU_GATHER_MERGE_VMAS if MMU select MODULES_USE_ELF_RELA if MODULES select NEED_PER_CPU_EMBED_FIRST_CHUNK @@ -441,6 +444,40 @@ protection support. However, you can enable LoongArch DMW-based ioremap() for better performance. +config ARCH_WRITECOMBINE + bool "Enable WriteCombine (WUC) for ioremap()" + help + LoongArch maintains cache coherency in hardware, but when paired + with LS7A chipsets the WUC attribute (Weak-ordered UnCached, which + is similar to WriteCombine) is out of the scope of cache coherency + machanism for PCIe devices (this is a PCIe protocol violation, which + may be fixed in newer chipsets). + + This means WUC can only used for write-only memory regions now, so + this option is disabled by default, making WUC silently fallback to + SUC for ioremap(). You can enable this option if the kernel is ensured + to run on hardware without this bug. + + You can override this setting via writecombine=on/off boot parameter. + +config ARCH_STRICT_ALIGN + bool "Enable -mstrict-align to prevent unaligned accesses" if EXPERT + default y + help + Not all LoongArch cores support h/w unaligned access, we can use + -mstrict-align build parameter to prevent unaligned accesses. + + CPUs with h/w unaligned access support: + Loongson-2K2000/2K3000/3A5000/3C5000/3D5000. + + CPUs without h/w unaligned access support: + Loongson-2K500/2K1000. + + This option is enabled by default to make the kernel be able to run + on all LoongArch systems. But you can disable it manually if you want + to run kernel only on systems with h/w unaligned access support in + order to optimise for performance. + config KEXEC bool "Kexec system call" select KEXEC_CORE --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/loongarch/Makefile +++ linux-lowlatency-hwe-6.2-6.2.0/arch/loongarch/Makefile @@ -91,10 +91,15 @@ # instead of .eh_frame so we don't discard them. KBUILD_CFLAGS += -fno-asynchronous-unwind-tables +ifdef CONFIG_ARCH_STRICT_ALIGN # Don't emit unaligned accesses. # Not all LoongArch cores support unaligned access, and as kernel we can't # rely on others to provide emulation for these accesses. KBUILD_CFLAGS += $(call cc-option,-mstrict-align) +else +# Optimise for performance on hardware supports unaligned access. +KBUILD_CFLAGS += $(call cc-option,-mno-strict-align) +endif KBUILD_CFLAGS += -isystem $(shell $(CC) -print-file-name=include) --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/loongarch/include/asm/acpi.h +++ linux-lowlatency-hwe-6.2-6.2.0/arch/loongarch/include/asm/acpi.h @@ -41,8 +41,11 @@ static inline unsigned long acpi_get_wakeup_address(void) { +#ifdef CONFIG_SUSPEND extern void loongarch_wakeup_start(void); return (unsigned long)loongarch_wakeup_start; +#endif + return 0UL; } #endif /* _ASM_LOONGARCH_ACPI_H */ --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/loongarch/include/asm/cpu-features.h +++ linux-lowlatency-hwe-6.2-6.2.0/arch/loongarch/include/asm/cpu-features.h @@ -42,6 +42,7 @@ #define cpu_has_fpu cpu_opt(LOONGARCH_CPU_FPU) #define cpu_has_lsx cpu_opt(LOONGARCH_CPU_LSX) #define cpu_has_lasx cpu_opt(LOONGARCH_CPU_LASX) +#define cpu_has_crc32 cpu_opt(LOONGARCH_CPU_CRC32) #define cpu_has_complex cpu_opt(LOONGARCH_CPU_COMPLEX) #define cpu_has_crypto cpu_opt(LOONGARCH_CPU_CRYPTO) #define cpu_has_lvz cpu_opt(LOONGARCH_CPU_LVZ) --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/loongarch/include/asm/cpu.h +++ linux-lowlatency-hwe-6.2-6.2.0/arch/loongarch/include/asm/cpu.h @@ -78,25 +78,26 @@ #define CPU_FEATURE_FPU 3 /* CPU has FPU */ #define CPU_FEATURE_LSX 4 /* CPU has LSX (128-bit SIMD) */ #define CPU_FEATURE_LASX 5 /* CPU has LASX (256-bit SIMD) */ -#define CPU_FEATURE_COMPLEX 6 /* CPU has Complex instructions */ -#define CPU_FEATURE_CRYPTO 7 /* CPU has Crypto instructions */ -#define CPU_FEATURE_LVZ 8 /* CPU has Virtualization extension */ -#define CPU_FEATURE_LBT_X86 9 /* CPU has X86 Binary Translation */ -#define CPU_FEATURE_LBT_ARM 10 /* CPU has ARM Binary Translation */ -#define CPU_FEATURE_LBT_MIPS 11 /* CPU has MIPS Binary Translation */ -#define CPU_FEATURE_TLB 12 /* CPU has TLB */ -#define CPU_FEATURE_CSR 13 /* CPU has CSR */ -#define CPU_FEATURE_WATCH 14 /* CPU has watchpoint registers */ -#define CPU_FEATURE_VINT 15 /* CPU has vectored interrupts */ -#define CPU_FEATURE_CSRIPI 16 /* CPU has CSR-IPI */ -#define CPU_FEATURE_EXTIOI 17 /* CPU has EXT-IOI */ -#define CPU_FEATURE_PREFETCH 18 /* CPU has prefetch instructions */ -#define CPU_FEATURE_PMP 19 /* CPU has perfermance counter */ -#define CPU_FEATURE_SCALEFREQ 20 /* CPU supports cpufreq scaling */ -#define CPU_FEATURE_FLATMODE 21 /* CPU has flat mode */ -#define CPU_FEATURE_EIODECODE 22 /* CPU has EXTIOI interrupt pin decode mode */ -#define CPU_FEATURE_GUESTID 23 /* CPU has GuestID feature */ -#define CPU_FEATURE_HYPERVISOR 24 /* CPU has hypervisor (running in VM) */ +#define CPU_FEATURE_CRC32 6 /* CPU has CRC32 instructions */ +#define CPU_FEATURE_COMPLEX 7 /* CPU has Complex instructions */ +#define CPU_FEATURE_CRYPTO 8 /* CPU has Crypto instructions */ +#define CPU_FEATURE_LVZ 9 /* CPU has Virtualization extension */ +#define CPU_FEATURE_LBT_X86 10 /* CPU has X86 Binary Translation */ +#define CPU_FEATURE_LBT_ARM 11 /* CPU has ARM Binary Translation */ +#define CPU_FEATURE_LBT_MIPS 12 /* CPU has MIPS Binary Translation */ +#define CPU_FEATURE_TLB 13 /* CPU has TLB */ +#define CPU_FEATURE_CSR 14 /* CPU has CSR */ +#define CPU_FEATURE_WATCH 15 /* CPU has watchpoint registers */ +#define CPU_FEATURE_VINT 16 /* CPU has vectored interrupts */ +#define CPU_FEATURE_CSRIPI 17 /* CPU has CSR-IPI */ +#define CPU_FEATURE_EXTIOI 18 /* CPU has EXT-IOI */ +#define CPU_FEATURE_PREFETCH 19 /* CPU has prefetch instructions */ +#define CPU_FEATURE_PMP 20 /* CPU has perfermance counter */ +#define CPU_FEATURE_SCALEFREQ 21 /* CPU supports cpufreq scaling */ +#define CPU_FEATURE_FLATMODE 22 /* CPU has flat mode */ +#define CPU_FEATURE_EIODECODE 23 /* CPU has EXTIOI interrupt pin decode mode */ +#define CPU_FEATURE_GUESTID 24 /* CPU has GuestID feature */ +#define CPU_FEATURE_HYPERVISOR 25 /* CPU has hypervisor (running in VM) */ #define LOONGARCH_CPU_CPUCFG BIT_ULL(CPU_FEATURE_CPUCFG) #define LOONGARCH_CPU_LAM BIT_ULL(CPU_FEATURE_LAM) @@ -104,6 +105,7 @@ #define LOONGARCH_CPU_FPU BIT_ULL(CPU_FEATURE_FPU) #define LOONGARCH_CPU_LSX BIT_ULL(CPU_FEATURE_LSX) #define LOONGARCH_CPU_LASX BIT_ULL(CPU_FEATURE_LASX) +#define LOONGARCH_CPU_CRC32 BIT_ULL(CPU_FEATURE_CRC32) #define LOONGARCH_CPU_COMPLEX BIT_ULL(CPU_FEATURE_COMPLEX) #define LOONGARCH_CPU_CRYPTO BIT_ULL(CPU_FEATURE_CRYPTO) #define LOONGARCH_CPU_LVZ BIT_ULL(CPU_FEATURE_LVZ) --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/loongarch/include/asm/io.h +++ linux-lowlatency-hwe-6.2-6.2.0/arch/loongarch/include/asm/io.h @@ -54,8 +54,10 @@ * @offset: bus address of the memory * @size: size of the resource to map */ +extern pgprot_t pgprot_wc; + #define ioremap_wc(offset, size) \ - ioremap_prot((offset), (size), pgprot_val(PAGE_KERNEL_WUC)) + ioremap_prot((offset), (size), pgprot_val(pgprot_wc)) #define ioremap_cache(offset, size) \ ioremap_prot((offset), (size), pgprot_val(PAGE_KERNEL)) --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/loongarch/include/asm/loongarch.h +++ linux-lowlatency-hwe-6.2-6.2.0/arch/loongarch/include/asm/loongarch.h @@ -117,7 +117,7 @@ #define CPUCFG1_EP BIT(22) #define CPUCFG1_RPLV BIT(23) #define CPUCFG1_HUGEPG BIT(24) -#define CPUCFG1_IOCSRBRD BIT(25) +#define CPUCFG1_CRC32 BIT(25) #define CPUCFG1_MSGINT BIT(26) #define LOONGARCH_CPUCFG2 0x2 --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/loongarch/include/asm/module.lds.h +++ linux-lowlatency-hwe-6.2-6.2.0/arch/loongarch/include/asm/module.lds.h @@ -2,8 +2,8 @@ /* Copyright (C) 2020-2022 Loongson Technology Corporation Limited */ SECTIONS { . = ALIGN(4); - .got : { BYTE(0) } - .plt : { BYTE(0) } - .plt.idx : { BYTE(0) } - .ftrace_trampoline : { BYTE(0) } + .got 0 : { BYTE(0) } + .plt 0 : { BYTE(0) } + .plt.idx 0 : { BYTE(0) } + .ftrace_trampoline 0 : { BYTE(0) } } --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/loongarch/kernel/Makefile +++ linux-lowlatency-hwe-6.2-6.2.0/arch/loongarch/kernel/Makefile @@ -8,13 +8,15 @@ obj-y += head.o cpu-probe.o cacheinfo.o env.o setup.o entry.o genex.o \ traps.o irq.o idle.o process.o dma.o mem.o io.o reset.o switch.o \ elf.o syscall.o signal.o time.o topology.o inst.o ptrace.o vdso.o \ - alternative.o unaligned.o unwind.o + alternative.o unwind.o obj-$(CONFIG_ACPI) += acpi.o obj-$(CONFIG_EFI) += efi.o obj-$(CONFIG_CPU_HAS_FPU) += fpu.o +obj-$(CONFIG_ARCH_STRICT_ALIGN) += unaligned.o + ifdef CONFIG_FUNCTION_TRACER ifndef CONFIG_DYNAMIC_FTRACE obj-y += mcount.o ftrace.o --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/loongarch/kernel/cpu-probe.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/loongarch/kernel/cpu-probe.c @@ -60,7 +60,7 @@ /* MAP BASE */ unsigned long vm_map_base; -EXPORT_SYMBOL_GPL(vm_map_base); +EXPORT_SYMBOL(vm_map_base); static void cpu_probe_addrbits(struct cpuinfo_loongarch *c) { @@ -94,13 +94,18 @@ c->options = LOONGARCH_CPU_CPUCFG | LOONGARCH_CPU_CSR | LOONGARCH_CPU_TLB | LOONGARCH_CPU_VINT | LOONGARCH_CPU_WATCH; - elf_hwcap = HWCAP_LOONGARCH_CPUCFG | HWCAP_LOONGARCH_CRC32; + elf_hwcap = HWCAP_LOONGARCH_CPUCFG; config = read_cpucfg(LOONGARCH_CPUCFG1); if (config & CPUCFG1_UAL) { c->options |= LOONGARCH_CPU_UAL; elf_hwcap |= HWCAP_LOONGARCH_UAL; } + if (config & CPUCFG1_CRC32) { + c->options |= LOONGARCH_CPU_CRC32; + elf_hwcap |= HWCAP_LOONGARCH_CRC32; + } + config = read_cpucfg(LOONGARCH_CPUCFG2); if (config & CPUCFG2_LAM) { --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/loongarch/kernel/perf_event.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/loongarch/kernel/perf_event.c @@ -271,7 +271,7 @@ WARN_ON(idx < 0 || idx >= loongarch_pmu.num_counters); /* Make sure interrupt enabled. */ - cpuc->saved_ctrl[idx] = M_PERFCTL_EVENT(evt->event_base & 0xff) | + cpuc->saved_ctrl[idx] = M_PERFCTL_EVENT(evt->event_base) | (evt->config_base & M_PERFCTL_CONFIG_MASK) | CSR_PERFCTRL_IE; cpu = (event->cpu >= 0) ? event->cpu : smp_processor_id(); @@ -594,7 +594,7 @@ static unsigned int loongarch_pmu_perf_event_encode(const struct loongarch_perf_event *pev) { - return (pev->event_id & 0xff); + return M_PERFCTL_EVENT(pev->event_id); } static const struct loongarch_perf_event *loongarch_pmu_map_general_event(int idx) @@ -849,7 +849,7 @@ static const struct loongarch_perf_event *loongarch_pmu_map_raw_event(u64 config) { - raw_event.event_id = config & 0xff; + raw_event.event_id = M_PERFCTL_EVENT(config); return &raw_event; } --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/loongarch/kernel/proc.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/loongarch/kernel/proc.c @@ -76,6 +76,7 @@ if (cpu_has_fpu) seq_printf(m, " fpu"); if (cpu_has_lsx) seq_printf(m, " lsx"); if (cpu_has_lasx) seq_printf(m, " lasx"); + if (cpu_has_crc32) seq_printf(m, " crc32"); if (cpu_has_complex) seq_printf(m, " complex"); if (cpu_has_crypto) seq_printf(m, " crypto"); if (cpu_has_lvz) seq_printf(m, " lvz"); --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/loongarch/kernel/setup.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/loongarch/kernel/setup.c @@ -160,6 +160,27 @@ dmi_walk(find_tokens, NULL); } +#ifdef CONFIG_ARCH_WRITECOMBINE +pgprot_t pgprot_wc = PAGE_KERNEL_WUC; +#else +pgprot_t pgprot_wc = PAGE_KERNEL_SUC; +#endif + +EXPORT_SYMBOL(pgprot_wc); + +static int __init setup_writecombine(char *p) +{ + if (!strcmp(p, "on")) + pgprot_wc = PAGE_KERNEL_WUC; + else if (!strcmp(p, "off")) + pgprot_wc = PAGE_KERNEL_SUC; + else + pr_warn("Unknown writecombine setting \"%s\".\n", p); + + return 0; +} +early_param("writecombine", setup_writecombine); + static int usermem __initdata; static int __init early_parse_mem(char *p) --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/loongarch/kernel/stacktrace.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/loongarch/kernel/stacktrace.c @@ -30,7 +30,7 @@ regs->regs[1] = 0; for (unwind_start(&state, task, regs); - !unwind_done(&state); unwind_next_frame(&state)) { + !unwind_done(&state) && !unwind_error(&state); unwind_next_frame(&state)) { addr = unwind_get_return_address(&state); if (!addr || !consume_entry(cookie, addr)) break; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/loongarch/kernel/time.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/loongarch/kernel/time.c @@ -140,16 +140,17 @@ int constant_clockevent_init(void) { - int irq; unsigned int cpu = smp_processor_id(); unsigned long min_delta = 0x600; unsigned long max_delta = (1UL << 48) - 1; struct clock_event_device *cd; - static int timer_irq_installed = 0; + static int irq = 0, timer_irq_installed = 0; - irq = get_timer_irq(); - if (irq < 0) - pr_err("Failed to map irq %d (timer)\n", irq); + if (!timer_irq_installed) { + irq = get_timer_irq(); + if (irq < 0) + pr_err("Failed to map irq %d (timer)\n", irq); + } cd = &per_cpu(constant_clockevent_device, cpu); --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/loongarch/kernel/traps.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/loongarch/kernel/traps.c @@ -371,9 +371,14 @@ asmlinkage void noinstr do_ale(struct pt_regs *regs) { - unsigned int *pc; irqentry_state_t state = irqentry_enter(regs); +#ifndef CONFIG_ARCH_STRICT_ALIGN + die_if_kernel("Kernel ale access", regs); + force_sig_fault(SIGBUS, BUS_ADRALN, (void __user *)regs->csr_badvaddr); +#else + unsigned int *pc; + perf_sw_event(PERF_COUNT_SW_ALIGNMENT_FAULTS, 1, regs, regs->csr_badvaddr); /* @@ -397,8 +402,8 @@ sigbus: die_if_kernel("Kernel ale access", regs); force_sig_fault(SIGBUS, BUS_ADRALN, (void __user *)regs->csr_badvaddr); - out: +#endif irqentry_exit(regs, state); } --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/loongarch/kernel/unwind.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/loongarch/kernel/unwind.c @@ -28,5 +28,6 @@ } while (!get_stack_info(state->sp, state->task, info)); + state->error = true; return false; } --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/loongarch/kernel/unwind_prologue.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/loongarch/kernel/unwind_prologue.c @@ -211,7 +211,7 @@ pc = regs->csr_era; if (user_mode(regs) || !__kernel_text_address(pc)) - return false; + goto out; state->first = true; state->pc = pc; @@ -226,6 +226,8 @@ } while (!get_stack_info(state->sp, state->task, info)); +out: + state->error = true; return false; } --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/loongarch/mm/fault.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/loongarch/mm/fault.c @@ -166,22 +166,18 @@ perf_sw_event(PERF_COUNT_SW_PAGE_FAULTS, 1, regs, address); retry: - mmap_read_lock(mm); - vma = find_vma(mm, address); - if (!vma) - goto bad_area; - if (vma->vm_start <= address) - goto good_area; - if (!(vma->vm_flags & VM_GROWSDOWN)) - goto bad_area; - if (!expand_stack(vma, address)) - goto good_area; + vma = lock_mm_and_find_vma(mm, address, regs); + if (unlikely(!vma)) + goto bad_area_nosemaphore; + goto good_area; + /* * Something tried to access memory that isn't in our memory map.. * Fix it, but check if it's kernel or user first.. */ bad_area: mmap_read_unlock(mm); +bad_area_nosemaphore: do_sigsegv(regs, write, address, si_code); return; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/loongarch/mm/init.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/loongarch/mm/init.c @@ -41,7 +41,7 @@ * don't have to care about aliases on other CPUs. */ unsigned long empty_zero_page, zero_page_mask; -EXPORT_SYMBOL_GPL(empty_zero_page); +EXPORT_SYMBOL(empty_zero_page); EXPORT_SYMBOL(zero_page_mask); void setup_zero_pages(void) @@ -270,7 +270,7 @@ #endif #ifndef __PAGETABLE_PMD_FOLDED pmd_t invalid_pmd_table[PTRS_PER_PMD] __page_aligned_bss; -EXPORT_SYMBOL_GPL(invalid_pmd_table); +EXPORT_SYMBOL(invalid_pmd_table); #endif pte_t invalid_pte_table[PTRS_PER_PTE] __page_aligned_bss; EXPORT_SYMBOL(invalid_pte_table); --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/loongarch/net/bpf_jit.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/loongarch/net/bpf_jit.c @@ -841,7 +841,7 @@ if (ret < 0) return ret; - move_imm(ctx, t1, func_addr, is32); + move_addr(ctx, t1, func_addr); emit_insn(ctx, jirl, t1, LOONGARCH_GPR_RA, 0); move_reg(ctx, regmap[BPF_REG_0], LOONGARCH_GPR_A0); break; @@ -1022,6 +1022,10 @@ emit_atomic(insn, ctx); break; + /* Speculation barrier */ + case BPF_ST | BPF_NOSPEC: + break; + default: pr_err("bpf_jit: unknown opcode %02x\n", code); return -EINVAL; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/loongarch/net/bpf_jit.h +++ linux-lowlatency-hwe-6.2-6.2.0/arch/loongarch/net/bpf_jit.h @@ -82,6 +82,27 @@ emit_insn(ctx, addiw, reg, reg, 0); } +static inline void move_addr(struct jit_ctx *ctx, enum loongarch_gpr rd, u64 addr) +{ + u64 imm_11_0, imm_31_12, imm_51_32, imm_63_52; + + /* lu12iw rd, imm_31_12 */ + imm_31_12 = (addr >> 12) & 0xfffff; + emit_insn(ctx, lu12iw, rd, imm_31_12); + + /* ori rd, rd, imm_11_0 */ + imm_11_0 = addr & 0xfff; + emit_insn(ctx, ori, rd, rd, imm_11_0); + + /* lu32id rd, imm_51_32 */ + imm_51_32 = (addr >> 32) & 0xfffff; + emit_insn(ctx, lu32id, rd, imm_51_32); + + /* lu52id rd, rd, imm_63_52 */ + imm_63_52 = (addr >> 52) & 0xfff; + emit_insn(ctx, lu52id, rd, rd, imm_63_52); +} + static inline void move_imm(struct jit_ctx *ctx, enum loongarch_gpr rd, long imm, bool is32) { long imm_11_0, imm_31_12, imm_51_32, imm_63_52, imm_51_0, imm_51_31; @@ -129,7 +150,7 @@ * no need to call lu32id to do a new filled operation. */ imm_51_31 = (imm >> 31) & 0x1fffff; - if (imm_51_31 != 0 || imm_51_31 != 0x1fffff) { + if (imm_51_31 != 0 && imm_51_31 != 0x1fffff) { /* lu32id rd, imm_51_32 */ imm_51_32 = (imm >> 32) & 0xfffff; emit_insn(ctx, lu32id, rd, imm_51_32); --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/m68k/68000/entry.S +++ linux-lowlatency-hwe-6.2-6.2.0/arch/m68k/68000/entry.S @@ -45,6 +45,8 @@ jbsr syscall_trace_enter RESTORE_SWITCH_STACK addql #4,%sp + addql #1,%d0 + jeq ret_from_exception movel %sp@(PT_OFF_ORIG_D0),%d1 movel #-ENOSYS,%d0 cmpl #NR_syscalls,%d1 --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/m68k/Kconfig +++ linux-lowlatency-hwe-6.2-6.2.0/arch/m68k/Kconfig @@ -4,6 +4,7 @@ default y select ARCH_32BIT_OFF_T select ARCH_HAS_BINFMT_FLAT + select ARCH_HAS_CPU_FINALIZE_INIT if MMU select ARCH_HAS_CURRENT_STACK_POINTER select ARCH_HAS_DMA_PREP_COHERENT if HAS_DMA && MMU && !COLDFIRE select ARCH_HAS_SYNC_DMA_FOR_DEVICE if HAS_DMA --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/m68k/Kconfig.devices +++ linux-lowlatency-hwe-6.2-6.2.0/arch/m68k/Kconfig.devices @@ -19,6 +19,7 @@ # We have a dedicated heartbeat LED. :-) config PROC_HARDWARE bool "/proc/hardware support" + depends on PROC_FS help Say Y here to support the /proc/hardware file, which gives you access to information about the machine you're running on, --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/m68k/coldfire/entry.S +++ linux-lowlatency-hwe-6.2-6.2.0/arch/m68k/coldfire/entry.S @@ -90,6 +90,8 @@ jbsr syscall_trace_enter RESTORE_SWITCH_STACK addql #4,%sp + addql #1,%d0 + jeq ret_from_exception movel %d3,%a0 jbsr %a0@ movel %d0,%sp@(PT_OFF_D0) /* save the return value */ --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/m68k/kernel/entry.S +++ linux-lowlatency-hwe-6.2-6.2.0/arch/m68k/kernel/entry.S @@ -184,9 +184,12 @@ jbsr syscall_trace_enter RESTORE_SWITCH_STACK addql #4,%sp + addql #1,%d0 | optimization for cmpil #-1,%d0 + jeq ret_from_syscall movel %sp@(PT_OFF_ORIG_D0),%d0 cmpl #NR_syscalls,%d0 jcs syscall + jra ret_from_syscall badsys: movel #-ENOSYS,%sp@(PT_OFF_D0) jra ret_from_syscall --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/m68k/kernel/setup_mm.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/m68k/kernel/setup_mm.c @@ -10,6 +10,7 @@ */ #include +#include #include #include #include @@ -326,16 +327,16 @@ panic("No configuration setup"); } -#ifdef CONFIG_BLK_DEV_INITRD - if (m68k_ramdisk.size) { + if (IS_ENABLED(CONFIG_BLK_DEV_INITRD) && m68k_ramdisk.size) memblock_reserve(m68k_ramdisk.addr, m68k_ramdisk.size); + + paging_init(); + + if (IS_ENABLED(CONFIG_BLK_DEV_INITRD) && m68k_ramdisk.size) { initrd_start = (unsigned long)phys_to_virt(m68k_ramdisk.addr); initrd_end = initrd_start + m68k_ramdisk.size; pr_info("initrd: %08lx - %08lx\n", initrd_start, initrd_end); } -#endif - - paging_init(); #ifdef CONFIG_NATFEAT nf_init(); @@ -504,7 +505,7 @@ module_init(proc_hardware_init); #endif -void check_bugs(void) +void __init arch_cpu_finalize_init(void) { #if defined(CONFIG_FPU) && !defined(CONFIG_M68KFPU_EMU) if (m68k_fputype == 0) { --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/m68k/kernel/signal.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/m68k/kernel/signal.c @@ -858,11 +858,17 @@ } static inline void __user * -get_sigframe(struct ksignal *ksig, size_t frame_size) +get_sigframe(struct ksignal *ksig, struct pt_regs *tregs, size_t frame_size) { unsigned long usp = sigsp(rdusp(), ksig); + unsigned long gap = 0; - return (void __user *)((usp - frame_size) & -8UL); + if (CPU_IS_020_OR_030 && tregs->format == 0xb) { + /* USP is unreliable so use worst-case value */ + gap = 256; + } + + return (void __user *)((usp - gap - frame_size) & -8UL); } static int setup_frame(struct ksignal *ksig, sigset_t *set, @@ -880,7 +886,7 @@ return -EFAULT; } - frame = get_sigframe(ksig, sizeof(*frame) + fsize); + frame = get_sigframe(ksig, tregs, sizeof(*frame) + fsize); if (fsize) err |= copy_to_user (frame + 1, regs + 1, fsize); @@ -952,7 +958,7 @@ return -EFAULT; } - frame = get_sigframe(ksig, sizeof(*frame)); + frame = get_sigframe(ksig, tregs, sizeof(*frame)); if (fsize) err |= copy_to_user (&frame->uc.uc_extra, regs + 1, fsize); --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/m68k/kernel/traps.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/m68k/kernel/traps.c @@ -30,6 +30,7 @@ #include #include #include +#include #include #include @@ -545,7 +546,8 @@ errorcode |= 2; if (mmusr & (MMU_I | MMU_WP)) { - if (ssw & 4) { + /* We might have an exception table for this PC */ + if (ssw & 4 && !search_exception_tables(fp->ptregs.pc)) { pr_err("Data %s fault at %#010lx in %s (pc=%#lx)\n", ssw & RW ? "read" : "write", fp->un.fmtb.daddr, --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/m68k/mm/fault.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/m68k/mm/fault.c @@ -105,8 +105,9 @@ if (address + 256 < rdusp()) goto map_err; } - if (expand_stack(vma, address)) - goto map_err; + vma = expand_stack(mm, address); + if (!vma) + goto map_err_nosemaphore; /* * Ok, we have a good vm_area for this memory access, so @@ -193,10 +194,12 @@ goto send_sig; map_err: + mmap_read_unlock(mm); +map_err_nosemaphore: current->thread.signo = SIGSEGV; current->thread.code = SEGV_MAPERR; current->thread.faddr = address; - goto send_sig; + return send_fault_sig(regs); acc_err: current->thread.signo = SIGSEGV; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/m68k/mm/motorola.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/m68k/mm/motorola.c @@ -437,7 +437,7 @@ } min_addr = m68k_memory[0].addr; - max_addr = min_addr + m68k_memory[0].size; + max_addr = min_addr + m68k_memory[0].size - 1; memblock_add_node(m68k_memory[0].addr, m68k_memory[0].size, 0, MEMBLOCK_NONE); for (i = 1; i < m68k_num_memory;) { @@ -452,21 +452,21 @@ } memblock_add_node(m68k_memory[i].addr, m68k_memory[i].size, i, MEMBLOCK_NONE); - addr = m68k_memory[i].addr + m68k_memory[i].size; + addr = m68k_memory[i].addr + m68k_memory[i].size - 1; if (addr > max_addr) max_addr = addr; i++; } m68k_memoffset = min_addr - PAGE_OFFSET; - m68k_virt_to_node_shift = fls(max_addr - min_addr - 1) - 6; + m68k_virt_to_node_shift = fls(max_addr - min_addr) - 6; module_fixup(NULL, __start_fixup, __stop_fixup); flush_icache(); - high_memory = phys_to_virt(max_addr); + high_memory = phys_to_virt(max_addr) + 1; min_low_pfn = availmem >> PAGE_SHIFT; - max_pfn = max_low_pfn = max_addr >> PAGE_SHIFT; + max_pfn = max_low_pfn = (max_addr >> PAGE_SHIFT) + 1; /* Reserve kernel text/data/bss and the memory allocated in head.S */ memblock_reserve(m68k_memory[0].addr, availmem - m68k_memory[0].addr); --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/microblaze/mm/fault.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/microblaze/mm/fault.c @@ -192,8 +192,9 @@ && (kernel_mode(regs) || !store_updates_sp(regs))) goto bad_area; } - if (expand_stack(vma, address)) - goto bad_area; + vma = expand_stack(mm, address); + if (!vma) + goto bad_area_nosemaphore; good_area: code = SEGV_ACCERR; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/mips/Kconfig +++ linux-lowlatency-hwe-6.2-6.2.0/arch/mips/Kconfig @@ -4,6 +4,7 @@ default y select ARCH_32BIT_OFF_T if !64BIT select ARCH_BINFMT_ELF_STATE if MIPS_FP_SUPPORT + select ARCH_HAS_CPU_FINALIZE_INIT select ARCH_HAS_CURRENT_STACK_POINTER if !CC_IS_CLANG || CLANG_VERSION >= 140000 select ARCH_HAS_DEBUG_VIRTUAL if !64BIT select ARCH_HAS_FORTIFY_SOURCE @@ -82,6 +83,7 @@ select HAVE_LD_DEAD_CODE_DATA_ELIMINATION select HAVE_MOD_ARCH_SPECIFIC select HAVE_NMI + select HAVE_PATA_PLATFORM select HAVE_PERF_EVENTS select HAVE_PERF_REGS select HAVE_PERF_USER_STACK_DUMP @@ -93,6 +95,7 @@ select HAVE_VIRT_CPU_ACCOUNTING_GEN if 64BIT || !SMP select IRQ_FORCED_THREADING select ISA if EISA + select LOCK_MM_AND_FIND_VMA select MODULES_USE_ELF_REL if MODULES select MODULES_USE_ELF_RELA if MODULES && 64BIT select PERF_USE_VMALLOC --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/mips/Makefile +++ linux-lowlatency-hwe-6.2-6.2.0/arch/mips/Makefile @@ -109,7 +109,7 @@ # (specifically newer than 2.24.51.20140728) we then also need to explicitly # set ".set hardfloat" in all files which manipulate floating point registers. # -ifneq ($(call as-option,-Wa$(comma)-msoft-float,),) +ifneq ($(call cc-option,$(cflags-y) -Wa$(comma)-msoft-float,),) cflags-y += -DGAS_HAS_SET_HARDFLOAT -Wa,-msoft-float endif @@ -152,7 +152,7 @@ # # Avoid this by explicitly disabling that assembler behaviour. # -cflags-y += $(call as-option,-Wa$(comma)-mno-fix-loongson3-llsc,) +cflags-y += $(call cc-option,-Wa$(comma)-mno-fix-loongson3-llsc,) # # CPU-dependent compiler/assembler options for optimization. @@ -190,9 +190,43 @@ cflags-$(CONFIG_CAVIUM_CN63XXP1) += -Wa,-mfix-cn63xxp1 cflags-$(CONFIG_CPU_BMIPS) += -march=mips32 -Wa,-mips32 -Wa,--trap +cflags-$(CONFIG_CPU_LOONGSON2E) += $(call cc-option,-march=loongson2e) -Wa,--trap +cflags-$(CONFIG_CPU_LOONGSON2F) += $(call cc-option,-march=loongson2f) -Wa,--trap +cflags-$(CONFIG_CPU_LOONGSON64) += $(call cc-option,-march=loongson3a,-march=mips64r2) -Wa,--trap +# Some -march= flags enable MMI instructions, and GCC complains about that +# support being enabled alongside -msoft-float. Thus explicitly disable MMI. +cflags-$(CONFIG_CPU_LOONGSON2EF) += $(call cc-option,-mno-loongson-mmi) +cflags-$(CONFIG_CPU_LOONGSON64) += $(call cc-option,-mno-loongson-mmi) + cflags-$(CONFIG_CPU_R4000_WORKAROUNDS) += $(call cc-option,-mfix-r4000,) cflags-$(CONFIG_CPU_R4400_WORKAROUNDS) += $(call cc-option,-mfix-r4400,) cflags-$(CONFIG_CPU_DADDI_WORKAROUNDS) += $(call cc-option,-mno-daddi,) +ifdef CONFIG_CPU_LOONGSON2F_WORKAROUNDS +cflags-$(CONFIG_CPU_NOP_WORKAROUNDS) += -Wa,-mfix-loongson2f-nop +cflags-$(CONFIG_CPU_JUMP_WORKAROUNDS) += -Wa,-mfix-loongson2f-jump +endif + +# +# Some versions of binutils, not currently mainline as of 2019/02/04, support +# an -mfix-loongson3-llsc flag which emits a sync prior to each ll instruction +# to work around a CPU bug (see __SYNC_loongson3_war in asm/sync.h for a +# description). +# +# We disable this in order to prevent the assembler meddling with the +# instruction that labels refer to, ie. if we label an ll instruction: +# +# 1: ll v0, 0(a0) +# +# ...then with the assembler fix applied the label may actually point at a sync +# instruction inserted by the assembler, and if we were using the label in an +# exception table the table would no longer contain the address of the ll +# instruction. +# +# Avoid this by explicitly disabling that assembler behaviour. If upstream +# binutils does not merge support for the flag then we can revisit & remove +# this later - for now it ensures vendor toolchains don't cause problems. +# +cflags-$(CONFIG_CPU_LOONGSON64) += $(call as-option,-Wa$(comma)-mno-fix-loongson3-llsc,) # For smartmips configurations, there are hundreds of warnings due to ISA overrides # in assembly and header files. smartmips is only supported for MIPS32r1 onwards --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/mips/alchemy/common/dbdma.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/mips/alchemy/common/dbdma.c @@ -30,6 +30,7 @@ * */ +#include /* for dma_default_coherent */ #include #include #include @@ -623,17 +624,18 @@ dp->dscr_cmd0 &= ~DSCR_CMD0_IE; /* - * There is an errata on the Au1200/Au1550 parts that could result - * in "stale" data being DMA'ed. It has to do with the snoop logic on - * the cache eviction buffer. DMA_NONCOHERENT is on by default for - * these parts. If it is fixed in the future, these dma_cache_inv will - * just be nothing more than empty macros. See io.h. + * There is an erratum on certain Au1200/Au1550 revisions that could + * result in "stale" data being DMA'ed. It has to do with the snoop + * logic on the cache eviction buffer. dma_default_coherent is set + * to false on these parts. */ - dma_cache_wback_inv((unsigned long)buf, nbytes); + if (!dma_default_coherent) + dma_cache_wback_inv(KSEG0ADDR(buf), nbytes); dp->dscr_cmd0 |= DSCR_CMD0_V; /* Let it rip */ wmb(); /* drain writebuffer */ dma_cache_wback_inv((unsigned long)dp, sizeof(*dp)); ctp->chan_ptr->ddma_dbell = 0; + wmb(); /* force doorbell write out to dma engine */ /* Get next descriptor pointer. */ ctp->put_ptr = phys_to_virt(DSCR_GET_NXTPTR(dp->dscr_nxtptr)); @@ -685,17 +687,18 @@ dp->dscr_source1, dp->dscr_dest0, dp->dscr_dest1); #endif /* - * There is an errata on the Au1200/Au1550 parts that could result in - * "stale" data being DMA'ed. It has to do with the snoop logic on the - * cache eviction buffer. DMA_NONCOHERENT is on by default for these - * parts. If it is fixed in the future, these dma_cache_inv will just - * be nothing more than empty macros. See io.h. + * There is an erratum on certain Au1200/Au1550 revisions that could + * result in "stale" data being DMA'ed. It has to do with the snoop + * logic on the cache eviction buffer. dma_default_coherent is set + * to false on these parts. */ - dma_cache_inv((unsigned long)buf, nbytes); + if (!dma_default_coherent) + dma_cache_inv(KSEG0ADDR(buf), nbytes); dp->dscr_cmd0 |= DSCR_CMD0_V; /* Let it rip */ wmb(); /* drain writebuffer */ dma_cache_wback_inv((unsigned long)dp, sizeof(*dp)); ctp->chan_ptr->ddma_dbell = 0; + wmb(); /* force doorbell write out to dma engine */ /* Get next descriptor pointer. */ ctp->put_ptr = phys_to_virt(DSCR_GET_NXTPTR(dp->dscr_nxtptr)); --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/mips/alchemy/devboards/db1000.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/mips/alchemy/devboards/db1000.c @@ -14,7 +14,6 @@ #include #include #include -#include #include #include #include @@ -167,12 +166,7 @@ static irqreturn_t db1100_mmc_cd(int irq, void *ptr) { - void (*mmc_cd)(struct mmc_host *, unsigned long); - /* link against CONFIG_MMC=m */ - mmc_cd = symbol_get(mmc_detect_change); - mmc_cd(ptr, msecs_to_jiffies(500)); - symbol_put(mmc_detect_change); - + mmc_detect_change(ptr, msecs_to_jiffies(500)); return IRQ_HANDLED; } --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/mips/alchemy/devboards/db1200.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/mips/alchemy/devboards/db1200.c @@ -10,7 +10,6 @@ #include #include #include -#include #include #include #include @@ -340,14 +339,7 @@ static irqreturn_t db1200_mmc_cdfn(int irq, void *ptr) { - void (*mmc_cd)(struct mmc_host *, unsigned long); - - /* link against CONFIG_MMC=m */ - mmc_cd = symbol_get(mmc_detect_change); - if (mmc_cd) { - mmc_cd(ptr, msecs_to_jiffies(200)); - symbol_put(mmc_detect_change); - } + mmc_detect_change(ptr, msecs_to_jiffies(200)); msleep(100); /* debounce */ if (irq == DB1200_SD0_INSERT_INT) @@ -431,14 +423,7 @@ static irqreturn_t pb1200_mmc1_cdfn(int irq, void *ptr) { - void (*mmc_cd)(struct mmc_host *, unsigned long); - - /* link against CONFIG_MMC=m */ - mmc_cd = symbol_get(mmc_detect_change); - if (mmc_cd) { - mmc_cd(ptr, msecs_to_jiffies(200)); - symbol_put(mmc_detect_change); - } + mmc_detect_change(ptr, msecs_to_jiffies(200)); msleep(100); /* debounce */ if (irq == PB1200_SD1_INSERT_INT) --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/mips/alchemy/devboards/db1300.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/mips/alchemy/devboards/db1300.c @@ -17,7 +17,6 @@ #include #include #include -#include #include #include #include @@ -459,14 +458,7 @@ static irqreturn_t db1300_mmc_cdfn(int irq, void *ptr) { - void (*mmc_cd)(struct mmc_host *, unsigned long); - - /* link against CONFIG_MMC=m. We can only be called once MMC core has - * initialized the controller, so symbol_get() should always succeed. - */ - mmc_cd = symbol_get(mmc_detect_change); - mmc_cd(ptr, msecs_to_jiffies(200)); - symbol_put(mmc_detect_change); + mmc_detect_change(ptr, msecs_to_jiffies(200)); msleep(100); /* debounce */ if (irq == DB1300_SD1_INSERT_INT) --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/mips/bmips/dma.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/mips/bmips/dma.c @@ -5,6 +5,8 @@ #include #include +bool bmips_rac_flush_disable; + void arch_sync_dma_for_cpu_all(void) { void __iomem *cbr = BMIPS_GET_CBR(); @@ -15,6 +17,9 @@ boot_cpu_type() != CPU_BMIPS4380) return; + if (unlikely(bmips_rac_flush_disable)) + return; + /* Flush stale data out of the readahead cache */ cfg = __raw_readl(cbr + BMIPS_RAC_CONFIG); __raw_writel(cfg | 0x100, cbr + BMIPS_RAC_CONFIG); --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/mips/bmips/setup.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/mips/bmips/setup.c @@ -35,6 +35,8 @@ #define REG_BCM6328_OTP ((void __iomem *)CKSEG1ADDR(0x1000062c)) #define BCM6328_TP1_DISABLED BIT(9) +extern bool bmips_rac_flush_disable; + static const unsigned long kbase = VMLINUX_LOAD_ADDRESS & 0xfff00000; struct bmips_quirk { @@ -104,6 +106,12 @@ * disable SMP for now */ bmips_smp_enabled = 0; + + /* + * RAC flush causes kernel panics on BCM6358 when booting from TP1 + * because the bootloader is not initializing it properly. + */ + bmips_rac_flush_disable = !!(read_c0_brcm_cmt_local() & (1 << 31)); } static void bcm6368_quirks(void) --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/mips/boot/dts/ingenic/ci20.dts +++ linux-lowlatency-hwe-6.2-6.2.0/arch/mips/boot/dts/ingenic/ci20.dts @@ -113,7 +113,7 @@ regulator-min-microvolt = <5000000>; regulator-max-microvolt = <5000000>; - gpio = <&gpf 14 GPIO_ACTIVE_LOW>; + gpio = <&gpf 15 GPIO_ACTIVE_LOW>; enable-active-high; }; }; @@ -237,59 +237,49 @@ act8600: act8600@5a { compatible = "active-semi,act8600"; reg = <0x5a>; - status = "okay"; regulators { - vddcore: SUDCDC1 { - regulator-name = "DCDC_REG1"; + vddcore: DCDC1 { regulator-min-microvolt = <1100000>; regulator-max-microvolt = <1100000>; regulator-always-on; }; - vddmem: SUDCDC2 { - regulator-name = "DCDC_REG2"; + vddmem: DCDC2 { regulator-min-microvolt = <1500000>; regulator-max-microvolt = <1500000>; regulator-always-on; }; - vcc_33: SUDCDC3 { - regulator-name = "DCDC_REG3"; + vcc_33: DCDC3 { regulator-min-microvolt = <3300000>; regulator-max-microvolt = <3300000>; regulator-always-on; }; - vcc_50: SUDCDC4 { - regulator-name = "SUDCDC_REG4"; + vcc_50: SUDCDC_REG4 { regulator-min-microvolt = <5000000>; regulator-max-microvolt = <5000000>; regulator-always-on; }; - vcc_25: LDO_REG5 { - regulator-name = "LDO_REG5"; + vcc_25: LDO5 { regulator-min-microvolt = <2500000>; regulator-max-microvolt = <2500000>; regulator-always-on; }; - wifi_io: LDO_REG6 { - regulator-name = "LDO_REG6"; + wifi_io: LDO6 { regulator-min-microvolt = <2500000>; regulator-max-microvolt = <2500000>; regulator-always-on; }; - vcc_28: LDO_REG7 { - regulator-name = "LDO_REG7"; + cim_io_28: LDO7 { regulator-min-microvolt = <2800000>; regulator-max-microvolt = <2800000>; regulator-always-on; }; - vcc_15: LDO_REG8 { - regulator-name = "LDO_REG8"; + cim_io_15: LDO8 { regulator-min-microvolt = <1500000>; regulator-max-microvolt = <1500000>; regulator-always-on; }; vrtc_18: LDO_REG9 { - regulator-name = "LDO_REG9"; /* Despite the datasheet stating 3.3V * for REG9 and the driver expecting that, * REG9 outputs 1.8V. @@ -303,7 +293,6 @@ regulator-always-on; }; vcc_11: LDO_REG10 { - regulator-name = "LDO_REG10"; regulator-min-microvolt = <1200000>; regulator-max-microvolt = <1200000>; regulator-always-on; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/mips/configs/mtx1_defconfig +++ linux-lowlatency-hwe-6.2-6.2.0/arch/mips/configs/mtx1_defconfig @@ -284,6 +284,7 @@ CONFIG_SKGE=m CONFIG_SKY2=m CONFIG_MYRI10GE=m +CONFIG_FEALNX=m CONFIG_NATSEMI=m CONFIG_NS83820=m CONFIG_S2IO=m --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/mips/fw/lib/cmdline.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/mips/fw/lib/cmdline.c @@ -53,7 +53,7 @@ { char *result = NULL; - if (_fw_envp != NULL) { + if (_fw_envp != NULL && fw_envp(0) != NULL) { /* * Return a pointer to the given environment variable. * YAMON uses "name", "value" pairs, while U-Boot uses --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/mips/include/asm/bugs.h +++ linux-lowlatency-hwe-6.2-6.2.0/arch/mips/include/asm/bugs.h @@ -1,17 +1,11 @@ /* SPDX-License-Identifier: GPL-2.0 */ /* - * This is included by init/main.c to check for architecture-dependent bugs. - * * Copyright (C) 2007 Maciej W. Rozycki - * - * Needs: - * void check_bugs(void); */ #ifndef _ASM_BUGS_H #define _ASM_BUGS_H #include -#include #include #include @@ -30,17 +24,6 @@ check_bugs64_early(); } -static inline void check_bugs(void) -{ - unsigned int cpu = smp_processor_id(); - - cpu_data[cpu].udelay_val = loops_per_jiffy; - check_bugs32(); - - if (IS_ENABLED(CONFIG_CPU_R4X00_BUGS64)) - check_bugs64(); -} - static inline int r4k_daddiu_bug(void) { if (!IS_ENABLED(CONFIG_CPU_R4X00_BUGS64)) --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/mips/include/asm/cpu-features.h +++ linux-lowlatency-hwe-6.2-6.2.0/arch/mips/include/asm/cpu-features.h @@ -121,7 +121,24 @@ #define cpu_has_4k_cache __isa_ge_or_opt(1, MIPS_CPU_4K_CACHE) #endif #ifndef cpu_has_octeon_cache -#define cpu_has_octeon_cache 0 +#define cpu_has_octeon_cache \ +({ \ + int __res; \ + \ + switch (boot_cpu_type()) { \ + case CPU_CAVIUM_OCTEON: \ + case CPU_CAVIUM_OCTEON_PLUS: \ + case CPU_CAVIUM_OCTEON2: \ + case CPU_CAVIUM_OCTEON3: \ + __res = 1; \ + break; \ + \ + default: \ + __res = 0; \ + } \ + \ + __res; \ +}) #endif /* Don't override `cpu_has_fpu' to 1 or the "nofpu" option won't work. */ #ifndef cpu_has_fpu @@ -351,7 +368,7 @@ ({ \ int __res; \ \ - switch (current_cpu_type()) { \ + switch (boot_cpu_type()) { \ case CPU_M14KC: \ case CPU_74K: \ case CPU_1074K: \ --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/mips/include/asm/dec/prom.h +++ linux-lowlatency-hwe-6.2-6.2.0/arch/mips/include/asm/dec/prom.h @@ -70,7 +70,7 @@ */ typedef struct { int pagesize; - unsigned char bitmap[0]; + unsigned char bitmap[]; } memmap; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/mips/include/asm/kvm_host.h +++ linux-lowlatency-hwe-6.2-6.2.0/arch/mips/include/asm/kvm_host.h @@ -317,7 +317,7 @@ unsigned int aux_inuse; /* COP0 State */ - struct mips_coproc *cop0; + struct mips_coproc cop0; /* Resume PC after MMIO completion */ unsigned long io_pc; @@ -698,7 +698,7 @@ static inline bool kvm_mips_guest_has_fpu(struct kvm_vcpu_arch *vcpu) { return kvm_mips_guest_can_have_fpu(vcpu) && - kvm_read_c0_guest_config1(vcpu->cop0) & MIPS_CONF1_FP; + kvm_read_c0_guest_config1(&vcpu->cop0) & MIPS_CONF1_FP; } static inline bool kvm_mips_guest_can_have_msa(struct kvm_vcpu_arch *vcpu) @@ -710,7 +710,7 @@ static inline bool kvm_mips_guest_has_msa(struct kvm_vcpu_arch *vcpu) { return kvm_mips_guest_can_have_msa(vcpu) && - kvm_read_c0_guest_config3(vcpu->cop0) & MIPS_CONF3_MSA; + kvm_read_c0_guest_config3(&vcpu->cop0) & MIPS_CONF3_MSA; } struct kvm_mips_callbacks { --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/mips/include/asm/mach-rc32434/pci.h +++ linux-lowlatency-hwe-6.2-6.2.0/arch/mips/include/asm/mach-rc32434/pci.h @@ -374,7 +374,7 @@ PCI_CFG04_STAT_SSE | \ PCI_CFG04_STAT_PE) -#define KORINA_CNFG1 ((KORINA_STAT<<16)|KORINA_CMD) +#define KORINA_CNFG1 (KORINA_STAT | KORINA_CMD) #define KORINA_REVID 0 #define KORINA_CLASS_CODE 0 --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/mips/include/asm/syscall.h +++ linux-lowlatency-hwe-6.2-6.2.0/arch/mips/include/asm/syscall.h @@ -38,7 +38,7 @@ static inline long syscall_get_nr(struct task_struct *task, struct pt_regs *regs) { - return current_thread_info()->syscall; + return task_thread_info(task)->syscall; } static inline void mips_syscall_update_nr(struct task_struct *task, --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/mips/kernel/cpu-probe.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/mips/kernel/cpu-probe.c @@ -1502,6 +1502,10 @@ break; } break; + case PRID_IMP_NETLOGIC_AU13XX: + c->cputype = CPU_ALCHEMY; + __cpu_name[cpu] = "Au1300"; + break; } } @@ -1671,7 +1675,10 @@ static inline void cpu_probe_loongson(struct cpuinfo_mips *c, unsigned int cpu) { + c->cputype = CPU_LOONGSON64; + /* All Loongson processors covered here define ExcCode 16 as GSExc. */ + decode_configs(c); c->options |= MIPS_CPU_GSEXCEX; switch (c->processor_id & PRID_IMP_MASK) { @@ -1681,7 +1688,6 @@ case PRID_REV_LOONGSON2K_R1_1: case PRID_REV_LOONGSON2K_R1_2: case PRID_REV_LOONGSON2K_R1_3: - c->cputype = CPU_LOONGSON64; __cpu_name[cpu] = "Loongson-2K"; set_elf_platform(cpu, "gs264e"); set_isa(c, MIPS_CPU_ISA_M64R2); @@ -1694,14 +1700,12 @@ switch (c->processor_id & PRID_REV_MASK) { case PRID_REV_LOONGSON3A_R2_0: case PRID_REV_LOONGSON3A_R2_1: - c->cputype = CPU_LOONGSON64; __cpu_name[cpu] = "ICT Loongson-3"; set_elf_platform(cpu, "loongson3a"); set_isa(c, MIPS_CPU_ISA_M64R2); break; case PRID_REV_LOONGSON3A_R3_0: case PRID_REV_LOONGSON3A_R3_1: - c->cputype = CPU_LOONGSON64; __cpu_name[cpu] = "ICT Loongson-3"; set_elf_platform(cpu, "loongson3a"); set_isa(c, MIPS_CPU_ISA_M64R2); @@ -1721,7 +1725,6 @@ c->ases &= ~MIPS_ASE_VZ; /* VZ of Loongson-3A2000/3000 is incomplete */ break; case PRID_IMP_LOONGSON_64G: - c->cputype = CPU_LOONGSON64; __cpu_name[cpu] = "ICT Loongson-3"; set_elf_platform(cpu, "loongson3a"); set_isa(c, MIPS_CPU_ISA_M64R2); @@ -1731,8 +1734,6 @@ panic("Unknown Loongson Processor ID!"); break; } - - decode_configs(c); } #else static inline void cpu_probe_loongson(struct cpuinfo_mips *c, unsigned int cpu) { } @@ -1861,6 +1862,7 @@ cpu_probe_mips(c, cpu); break; case PRID_COMP_ALCHEMY: + case PRID_COMP_NETLOGIC: cpu_probe_alchemy(c, cpu); break; case PRID_COMP_SIBYTE: --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/mips/kernel/setup.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/mips/kernel/setup.c @@ -11,6 +11,8 @@ * Copyright (C) 2000, 2001, 2002, 2007 Maciej W. Rozycki */ #include +#include +#include #include #include #include @@ -158,10 +160,6 @@ pr_err("initrd start must be page aligned\n"); goto disable; } - if (initrd_start < PAGE_OFFSET) { - pr_err("initrd start < PAGE_OFFSET\n"); - goto disable; - } /* * Sanitize initrd addresses. For example firmware @@ -174,6 +172,11 @@ initrd_end = (unsigned long)__va(end); initrd_start = (unsigned long)__va(__pa(initrd_start)); + if (initrd_start < PAGE_OFFSET) { + pr_err("initrd start < PAGE_OFFSET\n"); + goto disable; + } + ROOT_DEV = Root_RAM0; return PFN_UP(end); disable: @@ -839,3 +842,14 @@ } early_param("nocoherentio", setnocoherentio); #endif + +void __init arch_cpu_finalize_init(void) +{ + unsigned int cpu = smp_processor_id(); + + cpu_data[cpu].udelay_val = loops_per_jiffy; + check_bugs32(); + + if (IS_ENABLED(CONFIG_CPU_R4X00_BUGS64)) + check_bugs64(); +} --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/mips/kernel/vmlinux.lds.S +++ linux-lowlatency-hwe-6.2-6.2.0/arch/mips/kernel/vmlinux.lds.S @@ -15,6 +15,8 @@ #define EMITS_PT_NOTE #endif +#define RUNTIME_DISCARD_EXIT + #include #undef mips --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/mips/kvm/emulate.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/mips/kvm/emulate.c @@ -312,7 +312,7 @@ */ int kvm_mips_count_disabled(struct kvm_vcpu *vcpu) { - struct mips_coproc *cop0 = vcpu->arch.cop0; + struct mips_coproc *cop0 = &vcpu->arch.cop0; return (vcpu->arch.count_ctl & KVM_REG_MIPS_COUNT_CTL_DC) || (kvm_read_c0_guest_cause(cop0) & CAUSEF_DC); @@ -384,7 +384,7 @@ */ static u32 kvm_mips_read_count_running(struct kvm_vcpu *vcpu, ktime_t now) { - struct mips_coproc *cop0 = vcpu->arch.cop0; + struct mips_coproc *cop0 = &vcpu->arch.cop0; ktime_t expires, threshold; u32 count, compare; int running; @@ -444,7 +444,7 @@ */ u32 kvm_mips_read_count(struct kvm_vcpu *vcpu) { - struct mips_coproc *cop0 = vcpu->arch.cop0; + struct mips_coproc *cop0 = &vcpu->arch.cop0; /* If count disabled just read static copy of count */ if (kvm_mips_count_disabled(vcpu)) @@ -502,7 +502,7 @@ static void kvm_mips_resume_hrtimer(struct kvm_vcpu *vcpu, ktime_t now, u32 count) { - struct mips_coproc *cop0 = vcpu->arch.cop0; + struct mips_coproc *cop0 = &vcpu->arch.cop0; u32 compare; u64 delta; ktime_t expire; @@ -603,7 +603,7 @@ */ void kvm_mips_write_count(struct kvm_vcpu *vcpu, u32 count) { - struct mips_coproc *cop0 = vcpu->arch.cop0; + struct mips_coproc *cop0 = &vcpu->arch.cop0; ktime_t now; /* Calculate bias */ @@ -649,7 +649,7 @@ */ int kvm_mips_set_count_hz(struct kvm_vcpu *vcpu, s64 count_hz) { - struct mips_coproc *cop0 = vcpu->arch.cop0; + struct mips_coproc *cop0 = &vcpu->arch.cop0; int dc; ktime_t now; u32 count; @@ -696,7 +696,7 @@ */ void kvm_mips_write_compare(struct kvm_vcpu *vcpu, u32 compare, bool ack) { - struct mips_coproc *cop0 = vcpu->arch.cop0; + struct mips_coproc *cop0 = &vcpu->arch.cop0; int dc; u32 old_compare = kvm_read_c0_guest_compare(cop0); s32 delta = compare - old_compare; @@ -779,7 +779,7 @@ */ static ktime_t kvm_mips_count_disable(struct kvm_vcpu *vcpu) { - struct mips_coproc *cop0 = vcpu->arch.cop0; + struct mips_coproc *cop0 = &vcpu->arch.cop0; u32 count; ktime_t now; @@ -806,7 +806,7 @@ */ void kvm_mips_count_disable_cause(struct kvm_vcpu *vcpu) { - struct mips_coproc *cop0 = vcpu->arch.cop0; + struct mips_coproc *cop0 = &vcpu->arch.cop0; kvm_set_c0_guest_cause(cop0, CAUSEF_DC); if (!(vcpu->arch.count_ctl & KVM_REG_MIPS_COUNT_CTL_DC)) @@ -826,7 +826,7 @@ */ void kvm_mips_count_enable_cause(struct kvm_vcpu *vcpu) { - struct mips_coproc *cop0 = vcpu->arch.cop0; + struct mips_coproc *cop0 = &vcpu->arch.cop0; u32 count; kvm_clear_c0_guest_cause(cop0, CAUSEF_DC); @@ -852,7 +852,7 @@ */ int kvm_mips_set_count_ctl(struct kvm_vcpu *vcpu, s64 count_ctl) { - struct mips_coproc *cop0 = vcpu->arch.cop0; + struct mips_coproc *cop0 = &vcpu->arch.cop0; s64 changed = count_ctl ^ vcpu->arch.count_ctl; s64 delta; ktime_t expire, now; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/mips/kvm/mips.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/mips/kvm/mips.c @@ -659,7 +659,7 @@ static int kvm_mips_get_reg(struct kvm_vcpu *vcpu, const struct kvm_one_reg *reg) { - struct mips_coproc *cop0 = vcpu->arch.cop0; + struct mips_coproc *cop0 = &vcpu->arch.cop0; struct mips_fpu_struct *fpu = &vcpu->arch.fpu; int ret; s64 v; @@ -771,7 +771,7 @@ static int kvm_mips_set_reg(struct kvm_vcpu *vcpu, const struct kvm_one_reg *reg) { - struct mips_coproc *cop0 = vcpu->arch.cop0; + struct mips_coproc *cop0 = &vcpu->arch.cop0; struct mips_fpu_struct *fpu = &vcpu->arch.fpu; s64 v; s64 vs[2]; @@ -1111,7 +1111,7 @@ int kvm_cpu_has_pending_timer(struct kvm_vcpu *vcpu) { return kvm_mips_pending_timer(vcpu) || - kvm_read_c0_guest_cause(vcpu->arch.cop0) & C_TI; + kvm_read_c0_guest_cause(&vcpu->arch.cop0) & C_TI; } int kvm_arch_vcpu_dump_regs(struct kvm_vcpu *vcpu) @@ -1135,7 +1135,7 @@ kvm_debug("\thi: 0x%08lx\n", vcpu->arch.hi); kvm_debug("\tlo: 0x%08lx\n", vcpu->arch.lo); - cop0 = vcpu->arch.cop0; + cop0 = &vcpu->arch.cop0; kvm_debug("\tStatus: 0x%08x, Cause: 0x%08x\n", kvm_read_c0_guest_status(cop0), kvm_read_c0_guest_cause(cop0)); @@ -1257,7 +1257,7 @@ case EXCCODE_TLBS: kvm_debug("TLB ST fault: cause %#x, status %#x, PC: %p, BadVaddr: %#lx\n", - cause, kvm_read_c0_guest_status(vcpu->arch.cop0), opc, + cause, kvm_read_c0_guest_status(&vcpu->arch.cop0), opc, badvaddr); ++vcpu->stat.tlbmiss_st_exits; @@ -1329,7 +1329,7 @@ kvm_get_badinstr(opc, vcpu, &inst); kvm_err("Exception Code: %d, not yet handled, @ PC: %p, inst: 0x%08x BadVaddr: %#lx Status: %#x\n", exccode, opc, inst, badvaddr, - kvm_read_c0_guest_status(vcpu->arch.cop0)); + kvm_read_c0_guest_status(&vcpu->arch.cop0)); kvm_arch_vcpu_dump_regs(vcpu); run->exit_reason = KVM_EXIT_INTERNAL_ERROR; ret = RESUME_HOST; @@ -1402,7 +1402,7 @@ /* Enable FPU for guest and restore context */ void kvm_own_fpu(struct kvm_vcpu *vcpu) { - struct mips_coproc *cop0 = vcpu->arch.cop0; + struct mips_coproc *cop0 = &vcpu->arch.cop0; unsigned int sr, cfg5; preempt_disable(); @@ -1446,7 +1446,7 @@ /* Enable MSA for guest and restore context */ void kvm_own_msa(struct kvm_vcpu *vcpu) { - struct mips_coproc *cop0 = vcpu->arch.cop0; + struct mips_coproc *cop0 = &vcpu->arch.cop0; unsigned int sr, cfg5; preempt_disable(); --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/mips/kvm/stats.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/mips/kvm/stats.c @@ -54,9 +54,9 @@ kvm_info("\nKVM VCPU[%d] COP0 Access Profile:\n", vcpu->vcpu_id); for (i = 0; i < N_MIPS_COPROC_REGS; i++) { for (j = 0; j < N_MIPS_COPROC_SEL; j++) { - if (vcpu->arch.cop0->stat[i][j]) + if (vcpu->arch.cop0.stat[i][j]) kvm_info("%s[%d]: %lu\n", kvm_cop0_str[i], j, - vcpu->arch.cop0->stat[i][j]); + vcpu->arch.cop0.stat[i][j]); } } #endif --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/mips/kvm/trace.h +++ linux-lowlatency-hwe-6.2-6.2.0/arch/mips/kvm/trace.h @@ -322,11 +322,11 @@ ), TP_fast_assign( - __entry->epc = kvm_read_c0_guest_epc(vcpu->arch.cop0); + __entry->epc = kvm_read_c0_guest_epc(&vcpu->arch.cop0); __entry->pc = vcpu->arch.pc; - __entry->badvaddr = kvm_read_c0_guest_badvaddr(vcpu->arch.cop0); - __entry->status = kvm_read_c0_guest_status(vcpu->arch.cop0); - __entry->cause = kvm_read_c0_guest_cause(vcpu->arch.cop0); + __entry->badvaddr = kvm_read_c0_guest_badvaddr(&vcpu->arch.cop0); + __entry->status = kvm_read_c0_guest_status(&vcpu->arch.cop0); + __entry->cause = kvm_read_c0_guest_cause(&vcpu->arch.cop0); ), TP_printk("EPC: 0x%08lx PC: 0x%08lx Status: 0x%08x Cause: 0x%08x BadVAddr: 0x%08lx", --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/mips/kvm/vz.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/mips/kvm/vz.c @@ -422,7 +422,7 @@ */ static void kvm_vz_restore_timer(struct kvm_vcpu *vcpu) { - struct mips_coproc *cop0 = vcpu->arch.cop0; + struct mips_coproc *cop0 = &vcpu->arch.cop0; u32 cause, compare; compare = kvm_read_sw_gc0_compare(cop0); @@ -517,7 +517,7 @@ */ static void kvm_vz_save_timer(struct kvm_vcpu *vcpu) { - struct mips_coproc *cop0 = vcpu->arch.cop0; + struct mips_coproc *cop0 = &vcpu->arch.cop0; u32 gctl0, compare, cause; gctl0 = read_c0_guestctl0(); @@ -863,7 +863,7 @@ static void kvm_write_maari(struct kvm_vcpu *vcpu, unsigned long val) { - struct mips_coproc *cop0 = vcpu->arch.cop0; + struct mips_coproc *cop0 = &vcpu->arch.cop0; val &= MIPS_MAARI_INDEX; if (val == MIPS_MAARI_INDEX) @@ -876,7 +876,7 @@ u32 *opc, u32 cause, struct kvm_vcpu *vcpu) { - struct mips_coproc *cop0 = vcpu->arch.cop0; + struct mips_coproc *cop0 = &vcpu->arch.cop0; enum emulation_result er = EMULATE_DONE; u32 rt, rd, sel; unsigned long curr_pc; @@ -1911,7 +1911,7 @@ const struct kvm_one_reg *reg, s64 *v) { - struct mips_coproc *cop0 = vcpu->arch.cop0; + struct mips_coproc *cop0 = &vcpu->arch.cop0; unsigned int idx; switch (reg->id) { @@ -2081,7 +2081,7 @@ case KVM_REG_MIPS_CP0_MAARI: if (!cpu_guest_has_maar || cpu_guest_has_dyn_maar) return -EINVAL; - *v = kvm_read_sw_gc0_maari(vcpu->arch.cop0); + *v = kvm_read_sw_gc0_maari(&vcpu->arch.cop0); break; #ifdef CONFIG_64BIT case KVM_REG_MIPS_CP0_XCONTEXT: @@ -2135,7 +2135,7 @@ const struct kvm_one_reg *reg, s64 v) { - struct mips_coproc *cop0 = vcpu->arch.cop0; + struct mips_coproc *cop0 = &vcpu->arch.cop0; unsigned int idx; int ret = 0; unsigned int cur, change; @@ -2562,7 +2562,7 @@ static int kvm_vz_vcpu_load(struct kvm_vcpu *vcpu, int cpu) { - struct mips_coproc *cop0 = vcpu->arch.cop0; + struct mips_coproc *cop0 = &vcpu->arch.cop0; bool migrated, all; /* @@ -2704,7 +2704,7 @@ static int kvm_vz_vcpu_put(struct kvm_vcpu *vcpu, int cpu) { - struct mips_coproc *cop0 = vcpu->arch.cop0; + struct mips_coproc *cop0 = &vcpu->arch.cop0; if (current->flags & PF_VCPU) kvm_vz_vcpu_save_wired(vcpu); @@ -3076,7 +3076,7 @@ static int kvm_vz_vcpu_setup(struct kvm_vcpu *vcpu) { - struct mips_coproc *cop0 = vcpu->arch.cop0; + struct mips_coproc *cop0 = &vcpu->arch.cop0; unsigned long count_hz = 100*1000*1000; /* default to 100 MHz */ /* --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/mips/loongson2ef/Platform +++ linux-lowlatency-hwe-6.2-6.2.0/arch/mips/loongson2ef/Platform @@ -2,41 +2,6 @@ # Loongson Processors' Support # -cflags-$(CONFIG_CPU_LOONGSON2EF) += -Wa,--trap -cflags-$(CONFIG_CPU_LOONGSON2E) += -march=loongson2e -cflags-$(CONFIG_CPU_LOONGSON2F) += -march=loongson2f -# -# Some versions of binutils, not currently mainline as of 2019/02/04, support -# an -mfix-loongson3-llsc flag which emits a sync prior to each ll instruction -# to work around a CPU bug (see __SYNC_loongson3_war in asm/sync.h for a -# description). -# -# We disable this in order to prevent the assembler meddling with the -# instruction that labels refer to, ie. if we label an ll instruction: -# -# 1: ll v0, 0(a0) -# -# ...then with the assembler fix applied the label may actually point at a sync -# instruction inserted by the assembler, and if we were using the label in an -# exception table the table would no longer contain the address of the ll -# instruction. -# -# Avoid this by explicitly disabling that assembler behaviour. If upstream -# binutils does not merge support for the flag then we can revisit & remove -# this later - for now it ensures vendor toolchains don't cause problems. -# -cflags-$(CONFIG_CPU_LOONGSON2EF) += $(call as-option,-Wa$(comma)-mno-fix-loongson3-llsc,) - -# Enable the workarounds for Loongson2f -ifdef CONFIG_CPU_LOONGSON2F_WORKAROUNDS -cflags-$(CONFIG_CPU_NOP_WORKAROUNDS) += -Wa,-mfix-loongson2f-nop -cflags-$(CONFIG_CPU_JUMP_WORKAROUNDS) += -Wa,-mfix-loongson2f-jump -endif - -# Some -march= flags enable MMI instructions, and GCC complains about that -# support being enabled alongside -msoft-float. Thus explicitly disable MMI. -cflags-y += $(call cc-option,-mno-loongson-mmi) - # # Loongson Machines' Support # --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/mips/loongson64/Platform +++ linux-lowlatency-hwe-6.2-6.2.0/arch/mips/loongson64/Platform @@ -1,20 +1,4 @@ # -# Loongson Processors' Support -# - - -cflags-$(CONFIG_CPU_LOONGSON64) += -Wa,--trap - -ifdef CONFIG_CPU_LOONGSON64 -cflags-$(CONFIG_CC_IS_GCC) += -march=loongson3a -cflags-$(CONFIG_CC_IS_CLANG) += -march=mips64r2 -endif - -# Some -march= flags enable MMI instructions, and GCC complains about that -# support being enabled alongside -msoft-float. Thus explicitly disable MMI. -cflags-y += $(call cc-option,-mno-loongson-mmi) - -# # Loongson Machines' Support # --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/mips/mm/fault.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/mips/mm/fault.c @@ -99,21 +99,13 @@ perf_sw_event(PERF_COUNT_SW_PAGE_FAULTS, 1, regs, address); retry: - mmap_read_lock(mm); - vma = find_vma(mm, address); + vma = lock_mm_and_find_vma(mm, address, regs); if (!vma) - goto bad_area; - if (vma->vm_start <= address) - goto good_area; - if (!(vma->vm_flags & VM_GROWSDOWN)) - goto bad_area; - if (expand_stack(vma, address)) - goto bad_area; + goto bad_area_nosemaphore; /* * Ok, we have a good vm_area for this memory access, so * we can handle it.. */ -good_area: si_code = SEGV_ACCERR; if (write) { --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/nios2/Kconfig +++ linux-lowlatency-hwe-6.2-6.2.0/arch/nios2/Kconfig @@ -16,6 +16,7 @@ select HAVE_ARCH_TRACEHOOK select HAVE_ARCH_KGDB select IRQ_DOMAIN + select LOCK_MM_AND_FIND_VMA select MODULES_USE_ELF_RELA select OF select OF_EARLY_FLATTREE --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/nios2/boot/dts/10m50_devboard.dts +++ linux-lowlatency-hwe-6.2-6.2.0/arch/nios2/boot/dts/10m50_devboard.dts @@ -97,7 +97,7 @@ rx-fifo-depth = <8192>; tx-fifo-depth = <8192>; address-bits = <48>; - max-frame-size = <1518>; + max-frame-size = <1500>; local-mac-address = [00 00 00 00 00 00]; altr,has-supplementary-unicast; altr,enable-sup-addr = <1>; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/nios2/boot/dts/3c120_devboard.dts +++ linux-lowlatency-hwe-6.2-6.2.0/arch/nios2/boot/dts/3c120_devboard.dts @@ -106,7 +106,7 @@ interrupt-names = "rx_irq", "tx_irq"; rx-fifo-depth = <8192>; tx-fifo-depth = <8192>; - max-frame-size = <1518>; + max-frame-size = <1500>; local-mac-address = [ 00 00 00 00 00 00 ]; phy-mode = "rgmii-id"; phy-handle = <&phy0>; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/nios2/mm/fault.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/nios2/mm/fault.c @@ -86,27 +86,14 @@ perf_sw_event(PERF_COUNT_SW_PAGE_FAULTS, 1, regs, address); - if (!mmap_read_trylock(mm)) { - if (!user_mode(regs) && !search_exception_tables(regs->ea)) - goto bad_area_nosemaphore; retry: - mmap_read_lock(mm); - } - - vma = find_vma(mm, address); + vma = lock_mm_and_find_vma(mm, address, regs); if (!vma) - goto bad_area; - if (vma->vm_start <= address) - goto good_area; - if (!(vma->vm_flags & VM_GROWSDOWN)) - goto bad_area; - if (expand_stack(vma, address)) - goto bad_area; + goto bad_area_nosemaphore; /* * Ok, we have a good vm_area for this memory access, so * we can handle it.. */ -good_area: code = SEGV_ACCERR; switch (cause) { --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/openrisc/kernel/entry.S +++ linux-lowlatency-hwe-6.2-6.2.0/arch/openrisc/kernel/entry.S @@ -173,7 +173,6 @@ l.sw PT_GPR28(r1),r28 ;\ l.sw PT_GPR29(r1),r29 ;\ /* r30 already save */ ;\ -/* l.sw PT_GPR30(r1),r30*/ ;\ l.sw PT_GPR31(r1),r31 ;\ TRACE_IRQS_OFF_ENTRY ;\ /* Store -1 in orig_gpr11 for non-syscall exceptions */ ;\ @@ -211,9 +210,8 @@ l.sw PT_GPR27(r1),r27 ;\ l.sw PT_GPR28(r1),r28 ;\ l.sw PT_GPR29(r1),r29 ;\ - /* r31 already saved */ ;\ - l.sw PT_GPR30(r1),r30 ;\ -/* l.sw PT_GPR31(r1),r31 */ ;\ + /* r30 already saved */ ;\ + l.sw PT_GPR31(r1),r31 ;\ /* Store -1 in orig_gpr11 for non-syscall exceptions */ ;\ l.addi r30,r0,-1 ;\ l.sw PT_ORIG_GPR11(r1),r30 ;\ --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/openrisc/mm/fault.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/openrisc/mm/fault.c @@ -127,8 +127,9 @@ if (address + PAGE_SIZE < regs->sp) goto bad_area; } - if (expand_stack(vma, address)) - goto bad_area; + vma = expand_stack(mm, address); + if (!vma) + goto bad_area_nosemaphore; /* * Ok, we have a good vm_area for this memory access, so --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/parisc/Kconfig +++ linux-lowlatency-hwe-6.2-6.2.0/arch/parisc/Kconfig @@ -129,6 +129,10 @@ config STACKTRACE_SUPPORT def_bool y +config LOCKDEP_SUPPORT + bool + default y + config ISA_DMA_API bool --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/parisc/include/asm/assembly.h +++ linux-lowlatency-hwe-6.2-6.2.0/arch/parisc/include/asm/assembly.h @@ -90,10 +90,6 @@ #include #include - sp = 30 - gp = 27 - ipsw = 22 - /* * We provide two versions of each macro to convert from physical * to virtual and vice versa. The "_r1" versions take one argument --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/parisc/include/asm/cacheflush.h +++ linux-lowlatency-hwe-6.2-6.2.0/arch/parisc/include/asm/cacheflush.h @@ -48,6 +48,10 @@ #define flush_dcache_mmap_lock(mapping) xa_lock_irq(&mapping->i_pages) #define flush_dcache_mmap_unlock(mapping) xa_unlock_irq(&mapping->i_pages) +#define flush_dcache_mmap_lock_irqsave(mapping, flags) \ + xa_lock_irqsave(&mapping->i_pages, flags) +#define flush_dcache_mmap_unlock_irqrestore(mapping, flags) \ + xa_unlock_irqrestore(&mapping->i_pages, flags) #define flush_icache_page(vma,page) do { \ flush_kernel_dcache_page_addr(page_address(page)); \ --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/parisc/include/asm/pdc.h +++ linux-lowlatency-hwe-6.2-6.2.0/arch/parisc/include/asm/pdc.h @@ -80,6 +80,7 @@ int pdc_do_reset(void); int pdc_soft_power_info(unsigned long *power_reg); int pdc_soft_power_button(int sw_control); +int pdc_soft_power_button_panic(int sw_control); void pdc_io_reset(void); void pdc_io_reset_devices(void); int pdc_iodc_getc(void); --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/parisc/kernel/alternative.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/parisc/kernel/alternative.c @@ -25,7 +25,7 @@ { struct alt_instr *entry; int index = 0, applied = 0; - int num_cpus = num_online_cpus(); + int num_cpus = num_present_cpus(); u16 cond_check; cond_check = ALT_COND_ALWAYS | --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/parisc/kernel/cache.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/parisc/kernel/cache.c @@ -399,6 +399,7 @@ unsigned long offset; unsigned long addr, old_addr = 0; unsigned long count = 0; + unsigned long flags; pgoff_t pgoff; if (mapping && !mapping_mapped(mapping)) { @@ -420,7 +421,7 @@ * to flush one address here for them all to become coherent * on machines that support equivalent aliasing */ - flush_dcache_mmap_lock(mapping); + flush_dcache_mmap_lock_irqsave(mapping, flags); vma_interval_tree_foreach(mpnt, &mapping->i_mmap, pgoff, pgoff) { offset = (pgoff - mpnt->vm_pgoff) << PAGE_SHIFT; addr = mpnt->vm_start + offset; @@ -460,7 +461,7 @@ } WARN_ON(++count == 4096); } - flush_dcache_mmap_unlock(mapping); + flush_dcache_mmap_unlock_irqrestore(mapping, flags); } EXPORT_SYMBOL(flush_dcache_page); --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/parisc/kernel/firmware.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/parisc/kernel/firmware.c @@ -1232,15 +1232,18 @@ } /* - * pdc_soft_power_button - Control the soft power button behaviour - * @sw_control: 0 for hardware control, 1 for software control + * pdc_soft_power_button{_panic} - Control the soft power button behaviour + * @sw_control: 0 for hardware control, 1 for software control * * * This PDC function places the soft power button under software or * hardware control. - * Under software control the OS may control to when to allow to shut - * down the system. Under hardware control pressing the power button + * Under software control the OS may control to when to allow to shut + * down the system. Under hardware control pressing the power button * powers off the system immediately. + * + * The _panic version relies on spin_trylock to prevent deadlock + * on panic path. */ int pdc_soft_power_button(int sw_control) { @@ -1251,6 +1254,22 @@ retval = mem_pdc_call(PDC_SOFT_POWER, PDC_SOFT_POWER_ENABLE, __pa(pdc_result), sw_control); spin_unlock_irqrestore(&pdc_lock, flags); + return retval; +} + +int pdc_soft_power_button_panic(int sw_control) +{ + int retval; + unsigned long flags; + + if (!spin_trylock_irqsave(&pdc_lock, flags)) { + pr_emerg("Couldn't enable soft power button\n"); + return -EBUSY; /* ignored by the panic notifier */ + } + + retval = mem_pdc_call(PDC_SOFT_POWER, PDC_SOFT_POWER_ENABLE, __pa(pdc_result), sw_control); + spin_unlock_irqrestore(&pdc_lock, flags); + return retval; } --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/parisc/kernel/pacache.S +++ linux-lowlatency-hwe-6.2-6.2.0/arch/parisc/kernel/pacache.S @@ -889,6 +889,7 @@ ENTRY_CFI(flush_kernel_dcache_page_asm) 88: ldil L%dcache_stride, %r1 ldw R%dcache_stride(%r1), %r23 + depi_safe 0, 31,PAGE_SHIFT, %r26 /* Clear any offset bits */ #ifdef CONFIG_64BIT depdi,z 1, 63-PAGE_SHIFT,1, %r25 @@ -925,6 +926,7 @@ ENTRY_CFI(purge_kernel_dcache_page_asm) 88: ldil L%dcache_stride, %r1 ldw R%dcache_stride(%r1), %r23 + depi_safe 0, 31,PAGE_SHIFT, %r26 /* Clear any offset bits */ #ifdef CONFIG_64BIT depdi,z 1, 63-PAGE_SHIFT,1, %r25 --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/parisc/kernel/pci-dma.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/parisc/kernel/pci-dma.c @@ -446,11 +446,27 @@ void arch_sync_dma_for_device(phys_addr_t paddr, size_t size, enum dma_data_direction dir) { + /* + * fdc: The data cache line is written back to memory, if and only if + * it is dirty, and then invalidated from the data cache. + */ flush_kernel_dcache_range((unsigned long)phys_to_virt(paddr), size); } void arch_sync_dma_for_cpu(phys_addr_t paddr, size_t size, enum dma_data_direction dir) { - flush_kernel_dcache_range((unsigned long)phys_to_virt(paddr), size); + unsigned long addr = (unsigned long) phys_to_virt(paddr); + + switch (dir) { + case DMA_TO_DEVICE: + case DMA_BIDIRECTIONAL: + flush_kernel_dcache_range(addr, size); + return; + case DMA_FROM_DEVICE: + purge_kernel_dcache_range_asm(addr, addr + size); + return; + default: + BUG(); + } } --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/parisc/kernel/process.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/parisc/kernel/process.c @@ -122,13 +122,18 @@ /* It seems we have no way to power the system off via * software. The user has to press the button himself. */ - printk(KERN_EMERG "System shut down completed.\n" - "Please power this system off now."); + printk("Power off or press RETURN to reboot.\n"); /* prevent soft lockup/stalled CPU messages for endless loop. */ rcu_sysrq_start(); lockup_detector_soft_poweroff(); - for (;;); + while (1) { + /* reboot if user presses RETURN key */ + if (pdc_iodc_getc() == 13) { + printk("Rebooting...\n"); + machine_restart(NULL); + } + } } void (*pm_power_off)(void); --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/parisc/kernel/real2.S +++ linux-lowlatency-hwe-6.2-6.2.0/arch/parisc/kernel/real2.S @@ -235,9 +235,6 @@ /* save fn */ copy %arg2, %r31 - /* set up the new ap */ - ldo 64(%arg1), %r29 - /* load up the arg registers from the saved arg area */ /* 32-bit calling convention passes first 4 args in registers */ ldd 0*REG_SZ(%arg1), %arg0 /* note overwriting arg0 */ @@ -249,7 +246,9 @@ ldd 7*REG_SZ(%arg1), %r19 ldd 1*REG_SZ(%arg1), %arg1 /* do this one last! */ + /* set up real-mode stack and real-mode ap */ tophys_r1 %sp + ldo -16(%sp), %r29 /* Reference param save area */ b,l rfi_virt2real,%r2 nop --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/parisc/kernel/sys_parisc.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/parisc/kernel/sys_parisc.c @@ -24,32 +24,28 @@ #include #include #include +#include -/* we construct an artificial offset for the mapping based on the physical - * address of the kernel mapping variable */ -#define GET_LAST_MMAP(filp) \ - (filp ? ((unsigned long) filp->f_mapping) >> 8 : 0UL) -#define SET_LAST_MMAP(filp, val) \ - { /* nothing */ } - -static int get_offset(unsigned int last_mmap) -{ - return (last_mmap & (SHM_COLOUR-1)) >> PAGE_SHIFT; -} +/* + * Construct an artificial page offset for the mapping based on the physical + * address of the kernel file mapping variable. + */ +#define GET_FILP_PGOFF(filp) \ + (filp ? (((unsigned long) filp->f_mapping) >> 8) \ + & ((SHM_COLOUR-1) >> PAGE_SHIFT) : 0UL) -static unsigned long shared_align_offset(unsigned int last_mmap, +static unsigned long shared_align_offset(unsigned long filp_pgoff, unsigned long pgoff) { - return (get_offset(last_mmap) + pgoff) << PAGE_SHIFT; + return (filp_pgoff + pgoff) << PAGE_SHIFT; } static inline unsigned long COLOR_ALIGN(unsigned long addr, - unsigned int last_mmap, unsigned long pgoff) + unsigned long filp_pgoff, unsigned long pgoff) { unsigned long base = (addr+SHM_COLOUR-1) & ~(SHM_COLOUR-1); unsigned long off = (SHM_COLOUR-1) & - (shared_align_offset(last_mmap, pgoff) << PAGE_SHIFT); - + shared_align_offset(filp_pgoff, pgoff); return base + off; } @@ -98,126 +94,91 @@ return PAGE_ALIGN(STACK_TOP - stack_base); } +enum mmap_allocation_direction {UP, DOWN}; -unsigned long arch_get_unmapped_area(struct file *filp, unsigned long addr, - unsigned long len, unsigned long pgoff, unsigned long flags) +static unsigned long arch_get_unmapped_area_common(struct file *filp, + unsigned long addr, unsigned long len, unsigned long pgoff, + unsigned long flags, enum mmap_allocation_direction dir) { struct mm_struct *mm = current->mm; struct vm_area_struct *vma, *prev; - unsigned long task_size = TASK_SIZE; - int do_color_align, last_mmap; + unsigned long filp_pgoff; + int do_color_align; struct vm_unmapped_area_info info; - if (len > task_size) + if (unlikely(len > TASK_SIZE)) return -ENOMEM; do_color_align = 0; if (filp || (flags & MAP_SHARED)) do_color_align = 1; - last_mmap = GET_LAST_MMAP(filp); + filp_pgoff = GET_FILP_PGOFF(filp); if (flags & MAP_FIXED) { - if ((flags & MAP_SHARED) && last_mmap && - (addr - shared_align_offset(last_mmap, pgoff)) + /* Even MAP_FIXED mappings must reside within TASK_SIZE */ + if (TASK_SIZE - len < addr) + return -EINVAL; + + if ((flags & MAP_SHARED) && filp && + (addr - shared_align_offset(filp_pgoff, pgoff)) & (SHM_COLOUR - 1)) return -EINVAL; - goto found_addr; + return addr; } if (addr) { - if (do_color_align && last_mmap) - addr = COLOR_ALIGN(addr, last_mmap, pgoff); + if (do_color_align) + addr = COLOR_ALIGN(addr, filp_pgoff, pgoff); else addr = PAGE_ALIGN(addr); vma = find_vma_prev(mm, addr, &prev); - if (task_size - len >= addr && + if (TASK_SIZE - len >= addr && (!vma || addr + len <= vm_start_gap(vma)) && (!prev || addr >= vm_end_gap(prev))) - goto found_addr; + return addr; } - info.flags = 0; info.length = len; - info.low_limit = mm->mmap_legacy_base; - info.high_limit = mmap_upper_limit(NULL); - info.align_mask = last_mmap ? (PAGE_MASK & (SHM_COLOUR - 1)) : 0; - info.align_offset = shared_align_offset(last_mmap, pgoff); - addr = vm_unmapped_area(&info); + info.align_mask = do_color_align ? (PAGE_MASK & (SHM_COLOUR - 1)) : 0; + info.align_offset = shared_align_offset(filp_pgoff, pgoff); -found_addr: - if (do_color_align && !last_mmap && !(addr & ~PAGE_MASK)) - SET_LAST_MMAP(filp, addr - (pgoff << PAGE_SHIFT)); + if (dir == DOWN) { + info.flags = VM_UNMAPPED_AREA_TOPDOWN; + info.low_limit = PAGE_SIZE; + info.high_limit = mm->mmap_base; + addr = vm_unmapped_area(&info); + if (!(addr & ~PAGE_MASK)) + return addr; + VM_BUG_ON(addr != -ENOMEM); + + /* + * A failed mmap() very likely causes application failure, + * so fall back to the bottom-up function here. This scenario + * can happen with large stack limits and large mmap() + * allocations. + */ + } - return addr; + info.flags = 0; + info.low_limit = mm->mmap_legacy_base; + info.high_limit = mmap_upper_limit(NULL); + return vm_unmapped_area(&info); } -unsigned long -arch_get_unmapped_area_topdown(struct file *filp, const unsigned long addr0, - const unsigned long len, const unsigned long pgoff, - const unsigned long flags) +unsigned long arch_get_unmapped_area(struct file *filp, unsigned long addr, + unsigned long len, unsigned long pgoff, unsigned long flags) { - struct vm_area_struct *vma, *prev; - struct mm_struct *mm = current->mm; - unsigned long addr = addr0; - int do_color_align, last_mmap; - struct vm_unmapped_area_info info; - - /* requested length too big for entire address space */ - if (len > TASK_SIZE) - return -ENOMEM; - - do_color_align = 0; - if (filp || (flags & MAP_SHARED)) - do_color_align = 1; - last_mmap = GET_LAST_MMAP(filp); - - if (flags & MAP_FIXED) { - if ((flags & MAP_SHARED) && last_mmap && - (addr - shared_align_offset(last_mmap, pgoff)) - & (SHM_COLOUR - 1)) - return -EINVAL; - goto found_addr; - } - - /* requesting a specific address */ - if (addr) { - if (do_color_align && last_mmap) - addr = COLOR_ALIGN(addr, last_mmap, pgoff); - else - addr = PAGE_ALIGN(addr); - - vma = find_vma_prev(mm, addr, &prev); - if (TASK_SIZE - len >= addr && - (!vma || addr + len <= vm_start_gap(vma)) && - (!prev || addr >= vm_end_gap(prev))) - goto found_addr; - } - - info.flags = VM_UNMAPPED_AREA_TOPDOWN; - info.length = len; - info.low_limit = PAGE_SIZE; - info.high_limit = mm->mmap_base; - info.align_mask = last_mmap ? (PAGE_MASK & (SHM_COLOUR - 1)) : 0; - info.align_offset = shared_align_offset(last_mmap, pgoff); - addr = vm_unmapped_area(&info); - if (!(addr & ~PAGE_MASK)) - goto found_addr; - VM_BUG_ON(addr != -ENOMEM); - - /* - * A failed mmap() very likely causes application failure, - * so fall back to the bottom-up function here. This scenario - * can happen with large stack limits and large mmap() - * allocations. - */ - return arch_get_unmapped_area(filp, addr0, len, pgoff, flags); - -found_addr: - if (do_color_align && !last_mmap && !(addr & ~PAGE_MASK)) - SET_LAST_MMAP(filp, addr - (pgoff << PAGE_SHIFT)); + return arch_get_unmapped_area_common(filp, + addr, len, pgoff, flags, UP); +} - return addr; +unsigned long arch_get_unmapped_area_topdown(struct file *filp, + unsigned long addr, unsigned long len, unsigned long pgoff, + unsigned long flags) +{ + return arch_get_unmapped_area_common(filp, + addr, len, pgoff, flags, DOWN); } static int mmap_is_legacy(void) @@ -379,7 +340,7 @@ ((u64)lenhi << 32) | lenlo); } -long parisc_personality(unsigned long personality) +asmlinkage long parisc_personality(unsigned long personality) { long err; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/parisc/kernel/traps.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/parisc/kernel/traps.c @@ -291,19 +291,19 @@ } #ifdef CONFIG_KPROBES - if (unlikely(iir == PARISC_KPROBES_BREAK_INSN)) { + if (unlikely(iir == PARISC_KPROBES_BREAK_INSN && !user_mode(regs))) { parisc_kprobe_break_handler(regs); return; } - if (unlikely(iir == PARISC_KPROBES_BREAK_INSN2)) { + if (unlikely(iir == PARISC_KPROBES_BREAK_INSN2 && !user_mode(regs))) { parisc_kprobe_ss_handler(regs); return; } #endif #ifdef CONFIG_KGDB - if (unlikely(iir == PARISC_KGDB_COMPILED_BREAK_INSN || - iir == PARISC_KGDB_BREAK_INSN)) { + if (unlikely((iir == PARISC_KGDB_COMPILED_BREAK_INSN || + iir == PARISC_KGDB_BREAK_INSN)) && !user_mode(regs)) { kgdb_handle_exception(9, SIGTRAP, 0, regs); return; } --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/parisc/mm/fault.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/parisc/mm/fault.c @@ -288,15 +288,19 @@ retry: mmap_read_lock(mm); vma = find_vma_prev(mm, address, &prev_vma); - if (!vma || address < vma->vm_start) - goto check_expansion; + if (!vma || address < vma->vm_start) { + if (!prev_vma || !(prev_vma->vm_flags & VM_GROWSUP)) + goto bad_area; + vma = expand_stack(mm, address); + if (!vma) + goto bad_area_nosemaphore; + } + /* * Ok, we have a good vm_area for this memory access. We still need to * check the access permissions. */ -good_area: - if ((vma->vm_flags & acc_type) != acc_type) goto bad_area; @@ -342,17 +346,13 @@ mmap_read_unlock(mm); return; -check_expansion: - vma = prev_vma; - if (vma && (expand_stack(vma, address) == 0)) - goto good_area; - /* * Something tried to access memory that isn't in our memory map.. */ bad_area: mmap_read_unlock(mm); +bad_area_nosemaphore: if (user_mode(regs)) { int signo, si_code; @@ -444,7 +444,7 @@ { unsigned long insn = regs->iir; int breg, treg, xreg, val = 0; - struct vm_area_struct *vma, *prev_vma; + struct vm_area_struct *vma; struct task_struct *tsk; struct mm_struct *mm; unsigned long address; @@ -480,7 +480,7 @@ /* Search for VMA */ address = regs->ior; mmap_read_lock(mm); - vma = find_vma_prev(mm, address, &prev_vma); + vma = vma_lookup(mm, address); mmap_read_unlock(mm); /* @@ -489,7 +489,6 @@ */ acc_type = (insn & 0x40) ? VM_WRITE : VM_READ; if (vma - && address >= vma->vm_start && (vma->vm_flags & acc_type) == acc_type) val = 1; } --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/powerpc/Kconfig +++ linux-lowlatency-hwe-6.2-6.2.0/arch/powerpc/Kconfig @@ -261,6 +261,7 @@ select IRQ_DOMAIN select IRQ_FORCED_THREADING select KASAN_VMALLOC if KASAN && MODULES + select LOCK_MM_AND_FIND_VMA select MMU_GATHER_PAGE_SIZE select MMU_GATHER_RCU_TABLE_FREE select MMU_GATHER_MERGE_VMAS --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/powerpc/Kconfig.debug +++ linux-lowlatency-hwe-6.2-6.2.0/arch/powerpc/Kconfig.debug @@ -240,7 +240,7 @@ config PPC_EARLY_DEBUG_CPM bool "Early serial debugging for Freescale CPM-based serial ports" - depends on SERIAL_CPM + depends on SERIAL_CPM=y help Select this to enable early debugging for Freescale chips using a CPM-based serial port. This assumes that the bootwrapper --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/powerpc/Makefile +++ linux-lowlatency-hwe-6.2-6.2.0/arch/powerpc/Makefile @@ -90,7 +90,7 @@ ifeq ($(HAS_BIARCH),y) KBUILD_CFLAGS += -m$(BITS) -KBUILD_AFLAGS += -m$(BITS) -Wl,-a$(BITS) +KBUILD_AFLAGS += -m$(BITS) KBUILD_LDFLAGS += -m elf$(BITS)$(LDEMULATION) endif @@ -146,19 +146,6 @@ CFLAGS-$(CONFIG_PPC32) += $(call cc-option,-mno-readonly-in-sdata) -ifdef CONFIG_PPC_BOOK3S_64 -ifdef CONFIG_CPU_LITTLE_ENDIAN -CFLAGS-$(CONFIG_GENERIC_CPU) += -mcpu=power8 -else -CFLAGS-$(CONFIG_GENERIC_CPU) += -mcpu=power4 -endif -CFLAGS-$(CONFIG_GENERIC_CPU) += $(call cc-option,-mtune=power10, \ - $(call cc-option,-mtune=power9, \ - $(call cc-option,-mtune=power8))) -else ifdef CONFIG_PPC_BOOK3E_64 -CFLAGS-$(CONFIG_GENERIC_CPU) += -mcpu=powerpc64 -endif - ifdef CONFIG_FUNCTION_TRACER CC_FLAGS_FTRACE := -pg ifdef CONFIG_MPROFILE_KERNEL @@ -166,11 +153,12 @@ endif endif -CFLAGS-$(CONFIG_TARGET_CPU_BOOL) += $(call cc-option,-mcpu=$(CONFIG_TARGET_CPU)) -AFLAGS-$(CONFIG_TARGET_CPU_BOOL) += $(call cc-option,-mcpu=$(CONFIG_TARGET_CPU)) +CFLAGS-$(CONFIG_TARGET_CPU_BOOL) += -mcpu=$(CONFIG_TARGET_CPU) +AFLAGS-$(CONFIG_TARGET_CPU_BOOL) += -mcpu=$(CONFIG_TARGET_CPU) -CFLAGS-$(CONFIG_E5500_CPU) += $(call cc-option,-mcpu=e500mc64,-mcpu=powerpc64) -CFLAGS-$(CONFIG_E6500_CPU) += $(call cc-option,-mcpu=e6500,$(E5500_CPU)) +CFLAGS-$(CONFIG_POWERPC64_CPU) += $(call cc-option,-mtune=power10, \ + $(call cc-option,-mtune=power9, \ + $(call cc-option,-mtune=power8))) asinstr := $(call as-instr,lis 9$(comma)foo@high,-DHAVE_AS_ATHIGH=1) @@ -213,10 +201,7 @@ # often slow when they are implemented at all KBUILD_CFLAGS += $(call cc-option,-mno-string) -cpu-as-$(CONFIG_40x) += -Wa,-m405 -cpu-as-$(CONFIG_44x) += -Wa,-m440 cpu-as-$(CONFIG_ALTIVEC) += $(call as-option,-Wa$(comma)-maltivec) -cpu-as-$(CONFIG_PPC_E500) += -Wa,-me500 # When using '-many -mpower4' gas will first try and find a matching power4 # mnemonic and failing that it will allow any valid mnemonic that GAS knows @@ -224,7 +209,6 @@ # LLVM IAS doesn't understand either flag: https://github.com/ClangBuiltLinux/linux/issues/675 # but LLVM IAS only supports ISA >= 2.06 for Book3S 64 anyway... cpu-as-$(CONFIG_PPC_BOOK3S_64) += $(call as-option,-Wa$(comma)-mpower4) $(call as-option,-Wa$(comma)-many) -cpu-as-$(CONFIG_PPC_E500MC) += $(call as-option,-Wa$(comma)-me500mc) KBUILD_AFLAGS += $(cpu-as-y) KBUILD_CFLAGS += $(cpu-as-y) @@ -236,7 +220,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) @@ -418,3 +402,11 @@ echo -n '*** Please use a different binutils version.' ; \ false ; \ fi + @if test "x${CONFIG_FTRACE_MCOUNT_USE_RECORDMCOUNT}" = "xy" -a \ + "x${CONFIG_LD_IS_BFD}" = "xy" -a \ + "${CONFIG_LD_VERSION}" = "23700" ; then \ + echo -n '*** binutils 2.37 drops unused section symbols, which recordmcount ' ; \ + echo 'is unable to handle.' ; \ + echo '*** Please use a different binutils version.' ; \ + false ; \ + fi --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/powerpc/boot/Makefile +++ linux-lowlatency-hwe-6.2-6.2.0/arch/powerpc/boot/Makefile @@ -34,18 +34,26 @@ BOOTCFLAGS := -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs \ -fno-strict-aliasing -O2 -msoft-float -mno-altivec -mno-vsx \ + $(call cc-option,-mno-prefixed) $(call cc-option,-mno-pcrel) \ + $(call cc-option,-mno-mma) \ $(call cc-option,-mno-spe) $(call cc-option,-mspe=no) \ -pipe -fomit-frame-pointer -fno-builtin -fPIC -nostdinc \ $(LINUXINCLUDE) ifdef CONFIG_PPC64_BOOT_WRAPPER -ifdef CONFIG_CPU_LITTLE_ENDIAN -BOOTCFLAGS += -m64 -mcpu=powerpc64le +BOOTCFLAGS += -m64 else -BOOTCFLAGS += -m64 -mcpu=powerpc64 +BOOTCFLAGS += -m32 endif + +ifdef CONFIG_TARGET_CPU_BOOL +BOOTCFLAGS += -mcpu=$(CONFIG_TARGET_CPU) +else ifdef CONFIG_PPC64_BOOT_WRAPPER +ifdef CONFIG_CPU_LITTLE_ENDIAN +BOOTCFLAGS += -mcpu=powerpc64le else -BOOTCFLAGS += -m32 -mcpu=powerpc +BOOTCFLAGS += -mcpu=powerpc64 +endif endif BOOTCFLAGS += -isystem $(shell $(BOOTCC) -print-file-name=include) --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/powerpc/boot/dts/fsl/t1040rdb-rev-a.dts +++ linux-lowlatency-hwe-6.2-6.2.0/arch/powerpc/boot/dts/fsl/t1040rdb-rev-a.dts @@ -10,7 +10,6 @@ / { model = "fsl,T1040RDB-REV-A"; - compatible = "fsl,T1040RDB-REV-A"; }; &seville_port0 { --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/powerpc/boot/dts/turris1x.dts +++ linux-lowlatency-hwe-6.2-6.2.0/arch/powerpc/boot/dts/turris1x.dts @@ -453,12 +453,12 @@ * channel 1 (but only USB 2.0 subset) to USB 2.0 pins on mPCIe * slot 1 (CN5), channels 2 and 3 to connector P600. * - * P2020 PCIe Root Port uses 1MB of PCIe MEM and xHCI controller + * P2020 PCIe Root Port does not use PCIe MEM and xHCI controller * uses 64kB + 8kB of PCIe MEM. No PCIe IO is used or required. - * So allocate 2MB of PCIe MEM for this PCIe bus. + * So allocate 128kB of PCIe MEM for this PCIe bus. */ reg = <0 0xffe08000 0 0x1000>; - ranges = <0x02000000 0x0 0xc0000000 0 0xc0000000 0x0 0x00200000>, /* MEM */ + ranges = <0x02000000 0x0 0xc0000000 0 0xc0000000 0x0 0x00020000>, /* MEM */ <0x01000000 0x0 0x00000000 0 0xffc20000 0x0 0x00010000>; /* IO */ pcie@0 { --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/powerpc/configs/ppc6xx_defconfig +++ linux-lowlatency-hwe-6.2-6.2.0/arch/powerpc/configs/ppc6xx_defconfig @@ -461,6 +461,7 @@ CONFIG_SKGE=m CONFIG_SKY2=m CONFIG_MYRI10GE=m +CONFIG_FEALNX=m CONFIG_NATSEMI=m CONFIG_NS83820=m CONFIG_PCMCIA_AXNET=m --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/powerpc/include/asm/book3s/64/tlbflush.h +++ linux-lowlatency-hwe-6.2-6.2.0/arch/powerpc/include/asm/book3s/64/tlbflush.h @@ -148,6 +148,11 @@ */ } +static inline bool __pte_protnone(unsigned long pte) +{ + return (pte & (pgprot_val(PAGE_NONE) | _PAGE_RWX)) == pgprot_val(PAGE_NONE); +} + static inline bool __pte_flags_need_flush(unsigned long oldval, unsigned long newval) { @@ -164,8 +169,8 @@ /* * We do not expect kernel mappings or non-PTEs or not-present PTEs. */ - VM_WARN_ON_ONCE(oldval & _PAGE_PRIVILEGED); - VM_WARN_ON_ONCE(newval & _PAGE_PRIVILEGED); + VM_WARN_ON_ONCE(!__pte_protnone(oldval) && oldval & _PAGE_PRIVILEGED); + VM_WARN_ON_ONCE(!__pte_protnone(newval) && newval & _PAGE_PRIVILEGED); VM_WARN_ON_ONCE(!(oldval & _PAGE_PTE)); VM_WARN_ON_ONCE(!(newval & _PAGE_PTE)); VM_WARN_ON_ONCE(!(oldval & _PAGE_PRESENT)); --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/powerpc/include/asm/cputhreads.h +++ linux-lowlatency-hwe-6.2-6.2.0/arch/powerpc/include/asm/cputhreads.h @@ -3,6 +3,7 @@ #define _ASM_POWERPC_CPUTHREADS_H #ifndef __ASSEMBLY__ +#include #include #include --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/powerpc/include/asm/hw_irq.h +++ linux-lowlatency-hwe-6.2-6.2.0/arch/powerpc/include/asm/hw_irq.h @@ -36,15 +36,17 @@ #define PACA_IRQ_DEC 0x08 /* Or FIT */ #define PACA_IRQ_HMI 0x10 #define PACA_IRQ_PMI 0x20 +#define PACA_IRQ_REPLAYING 0x40 /* * Some soft-masked interrupts must be hard masked until they are replayed * (e.g., because the soft-masked handler does not clear the exception). + * Interrupt replay itself must remain hard masked too. */ #ifdef CONFIG_PPC_BOOK3S -#define PACA_IRQ_MUST_HARD_MASK (PACA_IRQ_EE|PACA_IRQ_PMI) +#define PACA_IRQ_MUST_HARD_MASK (PACA_IRQ_EE|PACA_IRQ_PMI|PACA_IRQ_REPLAYING) #else -#define PACA_IRQ_MUST_HARD_MASK (PACA_IRQ_EE) +#define PACA_IRQ_MUST_HARD_MASK (PACA_IRQ_EE|PACA_IRQ_REPLAYING) #endif #endif /* CONFIG_PPC64 */ --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/powerpc/include/asm/paca.h +++ linux-lowlatency-hwe-6.2-6.2.0/arch/powerpc/include/asm/paca.h @@ -295,7 +295,6 @@ #else /* CONFIG_PPC64 */ -static inline void allocate_paca_ptrs(void) { } static inline void allocate_paca(int cpu) { } static inline void free_unused_pacas(void) { } --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/powerpc/include/asm/ptrace.h +++ linux-lowlatency-hwe-6.2-6.2.0/arch/powerpc/include/asm/ptrace.h @@ -118,6 +118,7 @@ #define USER_REDZONE_SIZE 512 #define KERNEL_REDZONE_SIZE 288 +#define STACK_FRAME_OVERHEAD 112 /* size of minimum stack frame */ #define STACK_FRAME_LR_SAVE 2 /* Location of LR in stack frame */ #ifdef CONFIG_PPC64_ELF_ABI_V2 @@ -134,11 +135,11 @@ * so the second from last one of those is used for the frame marker. */ #define STACK_FRAME_MIN_SIZE 112 -#define STACK_USER_INT_FRAME_SIZE (sizeof(struct pt_regs) + STACK_FRAME_MIN_SIZE) -#define STACK_INT_FRAME_REGS STACK_FRAME_MIN_SIZE -#define STACK_INT_FRAME_MARKER (STACK_FRAME_MIN_SIZE - 16) -#define STACK_SWITCH_FRAME_SIZE (sizeof(struct pt_regs) + STACK_FRAME_MIN_SIZE) -#define STACK_SWITCH_FRAME_REGS STACK_FRAME_MIN_SIZE +#define STACK_USER_INT_FRAME_SIZE (sizeof(struct pt_regs) + STACK_FRAME_OVERHEAD) +#define STACK_INT_FRAME_REGS STACK_FRAME_OVERHEAD +#define STACK_INT_FRAME_MARKER (STACK_FRAME_OVERHEAD - 16) +#define STACK_SWITCH_FRAME_SIZE (sizeof(struct pt_regs) + STACK_FRAME_OVERHEAD) +#define STACK_SWITCH_FRAME_REGS STACK_FRAME_OVERHEAD #endif /* Size of dummy stack frame allocated when calling signal handler. */ @@ -149,13 +150,14 @@ #define USER_REDZONE_SIZE 0 #define KERNEL_REDZONE_SIZE 0 -#define STACK_FRAME_MIN_SIZE 16 +#define STACK_FRAME_OVERHEAD 16 /* size of minimum stack frame */ #define STACK_FRAME_LR_SAVE 1 /* Location of LR in stack frame */ -#define STACK_USER_INT_FRAME_SIZE (sizeof(struct pt_regs) + STACK_FRAME_MIN_SIZE) -#define STACK_INT_FRAME_REGS STACK_FRAME_MIN_SIZE -#define STACK_INT_FRAME_MARKER (STACK_FRAME_MIN_SIZE - 8) -#define STACK_SWITCH_FRAME_SIZE (sizeof(struct pt_regs) + STACK_FRAME_MIN_SIZE) -#define STACK_SWITCH_FRAME_REGS STACK_FRAME_MIN_SIZE +#define STACK_USER_INT_FRAME_SIZE (sizeof(struct pt_regs) + STACK_FRAME_OVERHEAD) +#define STACK_INT_FRAME_REGS STACK_FRAME_OVERHEAD +#define STACK_INT_FRAME_MARKER (STACK_FRAME_OVERHEAD - 8) +#define STACK_FRAME_MIN_SIZE STACK_FRAME_OVERHEAD +#define STACK_SWITCH_FRAME_SIZE (sizeof(struct pt_regs) + STACK_FRAME_OVERHEAD) +#define STACK_SWITCH_FRAME_REGS STACK_FRAME_OVERHEAD /* Size of stack frame allocated when calling signal handler. */ #define __SIGNAL_FRAMESIZE 64 --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/powerpc/include/asm/reg.h +++ linux-lowlatency-hwe-6.2-6.2.0/arch/powerpc/include/asm/reg.h @@ -1310,6 +1310,11 @@ #define PVR_VER_E500MC 0x8023 #define PVR_VER_E5500 0x8024 #define PVR_VER_E6500 0x8040 +#define PVR_VER_7450 0x8000 +#define PVR_VER_7455 0x8001 +#define PVR_VER_7447 0x8002 +#define PVR_VER_7447A 0x8003 +#define PVR_VER_7448 0x8004 /* * For the 8xx processors, all of them report the same PVR family for --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/powerpc/include/asm/smp.h +++ linux-lowlatency-hwe-6.2-6.2.0/arch/powerpc/include/asm/smp.h @@ -26,6 +26,7 @@ #include extern int boot_cpuid; +extern int boot_cpu_hwid; /* PPC64 only */ extern int spinning_secondaries; extern u32 *cpu_to_phys_id; extern bool coregroup_enabled; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/powerpc/include/asm/word-at-a-time.h +++ linux-lowlatency-hwe-6.2-6.2.0/arch/powerpc/include/asm/word-at-a-time.h @@ -34,7 +34,7 @@ return leading_zero_bits >> 3; } -static inline bool has_zero(unsigned long val, unsigned long *data, const struct word_at_a_time *c) +static inline unsigned long has_zero(unsigned long val, unsigned long *data, const struct word_at_a_time *c) { unsigned long rhs = val | c->low_bits; *data = rhs; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/powerpc/kernel/dma-iommu.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/powerpc/kernel/dma-iommu.c @@ -144,7 +144,7 @@ /* We support DMA to/from any memory page via the iommu */ int dma_iommu_dma_supported(struct device *dev, u64 mask) { - struct iommu_table *tbl = get_iommu_table_base(dev); + struct iommu_table *tbl; if (dev_is_pci(dev) && dma_iommu_bypass_supported(dev, mask)) { /* @@ -162,6 +162,8 @@ return 1; } + tbl = get_iommu_table_base(dev); + if (!tbl) { dev_err(dev, "Warning: IOMMU dma not supported: mask 0x%08llx, table unavailable\n", mask); return 0; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/powerpc/kernel/interrupt.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/powerpc/kernel/interrupt.c @@ -368,7 +368,6 @@ notrace unsigned long interrupt_exit_kernel_prepare(struct pt_regs *regs) { - unsigned long flags; unsigned long ret = 0; unsigned long kuap; bool stack_store = read_thread_flags() & _TIF_EMULATE_STACK_STORE; @@ -392,7 +391,7 @@ kuap = kuap_get_and_assert_locked(); - local_irq_save(flags); + local_irq_disable(); if (!arch_irq_disabled_regs(regs)) { /* Returning to a kernel context with local irqs enabled. */ --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/powerpc/kernel/iommu.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/powerpc/kernel/iommu.c @@ -67,11 +67,9 @@ static void iommu_debugfs_del(struct iommu_table *tbl) { char name[10]; - struct dentry *liobn_entry; sprintf(name, "%08lx", tbl->it_index); - liobn_entry = debugfs_lookup(name, iommu_debugfs_dir); - debugfs_remove(liobn_entry); + debugfs_lookup_and_remove(name, iommu_debugfs_dir); } #else static void iommu_debugfs_add(struct iommu_table *tbl){} @@ -519,7 +517,7 @@ /* Convert entry to a dma_addr_t */ entry += tbl->it_offset; dma_addr = entry << tbl->it_page_shift; - dma_addr |= (s->offset & ~IOMMU_PAGE_MASK(tbl)); + dma_addr |= (vaddr & ~IOMMU_PAGE_MASK(tbl)); DBG(" - %lu pages, entry: %lx, dma_addr: %lx\n", npages, entry, dma_addr); @@ -906,6 +904,7 @@ unsigned int order; unsigned int nio_pages, io_order; struct page *page; + int tcesize = (1 << tbl->it_page_shift); size = PAGE_ALIGN(size); order = get_order(size); @@ -932,7 +931,8 @@ memset(ret, 0, size); /* Set up tces to cover the allocated range */ - nio_pages = size >> tbl->it_page_shift; + nio_pages = IOMMU_PAGE_ALIGN(size, tbl) >> tbl->it_page_shift; + io_order = get_iommu_order(size, tbl); mapping = iommu_alloc(dev, tbl, ret, nio_pages, DMA_BIDIRECTIONAL, mask >> tbl->it_page_shift, io_order, 0); @@ -940,7 +940,8 @@ free_pages((unsigned long)ret, order); return NULL; } - *dma_handle = mapping; + + *dma_handle = mapping | ((u64)ret & (tcesize - 1)); return ret; } @@ -951,7 +952,7 @@ unsigned int nio_pages; size = PAGE_ALIGN(size); - nio_pages = size >> tbl->it_page_shift; + nio_pages = IOMMU_PAGE_ALIGN(size, tbl) >> tbl->it_page_shift; iommu_free(tbl, dma_handle, nio_pages); size = PAGE_ALIGN(size); free_pages((unsigned long)vaddr, get_order(size)); --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/powerpc/kernel/irq_64.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/powerpc/kernel/irq_64.c @@ -70,22 +70,19 @@ static inline void next_interrupt(struct pt_regs *regs) { - /* - * Softirq processing can enable/disable irqs, which will leave - * MSR[EE] enabled and the soft mask set to IRQS_DISABLED. Fix - * this up. - */ - if (!(local_paca->irq_happened & PACA_IRQ_HARD_DIS)) - hard_irq_disable(); - else - irq_soft_mask_set(IRQS_ALL_DISABLED); + if (IS_ENABLED(CONFIG_PPC_IRQ_SOFT_MASK_DEBUG)) { + WARN_ON(!(local_paca->irq_happened & PACA_IRQ_HARD_DIS)); + WARN_ON(irq_soft_mask_return() != IRQS_ALL_DISABLED); + } /* * We are responding to the next interrupt, so interrupt-off * latencies should be reset here. */ + lockdep_hardirq_exit(); trace_hardirqs_on(); trace_hardirqs_off(); + lockdep_hardirq_enter(); } static inline bool irq_happened_test_and_clear(u8 irq) @@ -97,22 +94,11 @@ return false; } -void replay_soft_interrupts(void) +static void __replay_soft_interrupts(void) { struct pt_regs regs; /* - * Be careful here, calling these interrupt handlers can cause - * softirqs to be raised, which they may run when calling irq_exit, - * which will cause local_irq_enable() to be run, which can then - * recurse into this function. Don't keep any state across - * interrupt handler calls which may change underneath us. - * - * Softirqs can not be disabled over replay to stop this recursion - * because interrupts taken in idle code may require RCU softirq - * to run in the irq RCU tracking context. This is a hard problem - * to fix without changes to the softirq or idle layer. - * * We use local_paca rather than get_paca() to avoid all the * debug_smp_processor_id() business in this low level function. */ @@ -120,13 +106,20 @@ if (IS_ENABLED(CONFIG_PPC_IRQ_SOFT_MASK_DEBUG)) { WARN_ON_ONCE(mfmsr() & MSR_EE); WARN_ON(!(local_paca->irq_happened & PACA_IRQ_HARD_DIS)); + WARN_ON(local_paca->irq_happened & PACA_IRQ_REPLAYING); } + /* + * PACA_IRQ_REPLAYING prevents interrupt handlers from enabling + * MSR[EE] to get PMIs, which can result in more IRQs becoming + * pending. + */ + local_paca->irq_happened |= PACA_IRQ_REPLAYING; + ppc_save_regs(®s); regs.softe = IRQS_ENABLED; regs.msr |= MSR_EE; -again: /* * Force the delivery of pending soft-disabled interrupts on PS3. * Any HV call will have this side effect. @@ -175,13 +168,14 @@ next_interrupt(®s); } - /* - * Softirq processing can enable and disable interrupts, which can - * result in new irqs becoming pending. Must keep looping until we - * have cleared out all pending interrupts. - */ - if (local_paca->irq_happened & ~PACA_IRQ_HARD_DIS) - goto again; + local_paca->irq_happened &= ~PACA_IRQ_REPLAYING; +} + +void replay_soft_interrupts(void) +{ + irq_enter(); /* See comment in arch_local_irq_restore */ + __replay_soft_interrupts(); + irq_exit(); } #if defined(CONFIG_PPC_BOOK3S_64) && defined(CONFIG_PPC_KUAP) @@ -200,13 +194,13 @@ if (kuap_state != AMR_KUAP_BLOCKED) set_kuap(AMR_KUAP_BLOCKED); - replay_soft_interrupts(); + __replay_soft_interrupts(); if (kuap_state != AMR_KUAP_BLOCKED) set_kuap(kuap_state); } #else -#define replay_soft_interrupts_irqrestore() replay_soft_interrupts() +#define replay_soft_interrupts_irqrestore() __replay_soft_interrupts() #endif notrace void arch_local_irq_restore(unsigned long mask) @@ -219,9 +213,13 @@ return; } - if (IS_ENABLED(CONFIG_PPC_IRQ_SOFT_MASK_DEBUG)) - WARN_ON_ONCE(in_nmi() || in_hardirq()); + if (IS_ENABLED(CONFIG_PPC_IRQ_SOFT_MASK_DEBUG)) { + WARN_ON_ONCE(in_nmi()); + WARN_ON_ONCE(in_hardirq()); + WARN_ON_ONCE(local_paca->irq_happened & PACA_IRQ_REPLAYING); + } +again: /* * After the stb, interrupts are unmasked and there are no interrupts * pending replay. The restart sequence makes this atomic with @@ -248,6 +246,12 @@ if (IS_ENABLED(CONFIG_PPC_IRQ_SOFT_MASK_DEBUG)) WARN_ON_ONCE(!(mfmsr() & MSR_EE)); + /* + * If we came here from the replay below, we might have a preempt + * pending (due to preempt_enable_no_resched()). Have to check now. + */ + preempt_check_resched(); + return; happened: @@ -261,6 +265,7 @@ irq_soft_mask_set(IRQS_ENABLED); local_paca->irq_happened = 0; __hard_irq_enable(); + preempt_check_resched(); return; } @@ -296,12 +301,38 @@ irq_soft_mask_set(IRQS_ALL_DISABLED); trace_hardirqs_off(); + /* + * Now enter interrupt context. The interrupt handlers themselves + * also call irq_enter/exit (which is okay, they can nest). But call + * it here now to hold off softirqs until the below irq_exit(). If + * we allowed replayed handlers to run softirqs, that enables irqs, + * which must replay interrupts, which recurses in here and makes + * things more complicated. The recursion is limited to 2, and it can + * be made to work, but it's complicated. + * + * local_bh_disable can not be used here because interrupts taken in + * idle are not in the right context (RCU, tick, etc) to run softirqs + * so irq_enter must be called. + */ + irq_enter(); + replay_soft_interrupts_irqrestore(); + irq_exit(); + + if (unlikely(local_paca->irq_happened != PACA_IRQ_HARD_DIS)) { + /* + * The softirq processing in irq_exit() may enable interrupts + * temporarily, which can result in MSR[EE] being enabled and + * more irqs becoming pending. Go around again if that happens. + */ + trace_hardirqs_on(); + preempt_enable_no_resched(); + goto again; + } + trace_hardirqs_on(); irq_soft_mask_set(IRQS_ENABLED); - if (IS_ENABLED(CONFIG_PPC_IRQ_SOFT_MASK_DEBUG)) - WARN_ON(local_paca->irq_happened != PACA_IRQ_HARD_DIS); local_paca->irq_happened = 0; __hard_irq_enable(); preempt_enable(); --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/powerpc/kernel/pci-common.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/powerpc/kernel/pci-common.c @@ -360,6 +360,7 @@ } return NULL; } +EXPORT_SYMBOL(pci_find_hose_for_OF_device); struct pci_controller *pci_find_controller_for_domain(int domain_nr) { @@ -1631,6 +1632,7 @@ { return pci_bus_find_capability(fake_pci_bus(hose, bus), devfn, cap); } +EXPORT_SYMBOL_GPL(early_find_capability); struct device_node *pcibios_get_phb_of_node(struct pci_bus *bus) { --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/powerpc/kernel/ppc_save_regs.S +++ linux-lowlatency-hwe-6.2-6.2.0/arch/powerpc/kernel/ppc_save_regs.S @@ -31,10 +31,10 @@ lbz r0,PACAIRQSOFTMASK(r13) PPC_STL r0,SOFTE(r3) #endif - /* go up one stack frame for SP */ - PPC_LL r4,0(r1) - PPC_STL r4,GPR1(r3) + /* store current SP */ + PPC_STL r1,GPR1(r3) /* get caller's LR */ + PPC_LL r4,0(r1) PPC_LL r0,LRSAVE(r4) PPC_STL r0,_LINK(r3) mflr r0 --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/powerpc/kernel/process.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/powerpc/kernel/process.c @@ -1405,8 +1405,7 @@ for (i = 0; i < NR_INSN_TO_PRINT; i++) { int instr; - if (!__kernel_text_address(pc) || - get_kernel_nofault(instr, (const void *)pc)) { + if (get_kernel_nofault(instr, (const void *)pc)) { pr_cont("XXXXXXXX "); } else { if (nip == pc) --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/powerpc/kernel/prom.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/powerpc/kernel/prom.c @@ -370,8 +370,8 @@ be32_to_cpu(intserv[found_thread])); boot_cpuid = found; - // Pass the boot CPU's hard CPU id back to our caller - *((u32 *)data) = be32_to_cpu(intserv[found_thread]); + if (IS_ENABLED(CONFIG_PPC64)) + boot_cpu_hwid = be32_to_cpu(intserv[found_thread]); /* * PAPR defines "logical" PVR values for cpus that @@ -755,7 +755,6 @@ void __init early_init_devtree(void *params) { - u32 boot_cpu_hwid; phys_addr_t limit; DBG(" -> early_init_devtree(%px)\n", params); @@ -851,7 +850,7 @@ /* Retrieve CPU related informations from the flat tree * (altivec support, boot CPU ID, ...) */ - of_scan_flat_dt(early_init_dt_scan_cpus, &boot_cpu_hwid); + of_scan_flat_dt(early_init_dt_scan_cpus, NULL); if (boot_cpuid < 0) { printk("Failed to identify boot CPU !\n"); BUG(); @@ -868,11 +867,6 @@ mmu_early_init_devtree(); - // NB. paca is not installed until later in early_setup() - allocate_paca_ptrs(); - allocate_paca(boot_cpuid); - set_hard_smp_processor_id(boot_cpuid, boot_cpu_hwid); - #ifdef CONFIG_PPC_POWERNV /* Scan and build the list of machine check recoverable ranges */ of_scan_flat_dt(early_init_dt_scan_recoverable_ranges, NULL); --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/powerpc/kernel/ptrace/ptrace-view.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/powerpc/kernel/ptrace/ptrace-view.c @@ -290,6 +290,9 @@ static int ppr_get(struct task_struct *target, const struct user_regset *regset, struct membuf to) { + if (!target->thread.regs) + return -EINVAL; + return membuf_write(&to, &target->thread.regs->ppr, sizeof(u64)); } @@ -297,6 +300,9 @@ unsigned int pos, unsigned int count, const void *kbuf, const void __user *ubuf) { + if (!target->thread.regs) + return -EINVAL; + return user_regset_copyin(&pos, &count, &kbuf, &ubuf, &target->thread.regs->ppr, 0, sizeof(u64)); } --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/powerpc/kernel/rtas.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/powerpc/kernel/rtas.c @@ -425,7 +425,7 @@ buf = kmalloc(RTAS_ERROR_LOG_MAX, GFP_ATOMIC); } if (buf) - memcpy(buf, rtas_err_buf, RTAS_ERROR_LOG_MAX); + memmove(buf, rtas_err_buf, RTAS_ERROR_LOG_MAX); } return buf; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/powerpc/kernel/rtas_flash.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/powerpc/kernel/rtas_flash.c @@ -710,9 +710,9 @@ if (!rtas_validate_flash_data.buf) return -ENOMEM; - flash_block_cache = kmem_cache_create("rtas_flash_cache", - RTAS_BLK_SIZE, RTAS_BLK_SIZE, 0, - NULL); + flash_block_cache = kmem_cache_create_usercopy("rtas_flash_cache", + RTAS_BLK_SIZE, RTAS_BLK_SIZE, + 0, 0, RTAS_BLK_SIZE, NULL); if (!flash_block_cache) { printk(KERN_ERR "%s: failed to create block cache\n", __func__); --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/powerpc/kernel/security.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/powerpc/kernel/security.c @@ -364,26 +364,27 @@ static int ssb_prctl_get(struct task_struct *task) { + /* + * The STF_BARRIER feature is on by default, so if it's off that means + * firmware has explicitly said the CPU is not vulnerable via either + * the hypercall or device tree. + */ + if (!security_ftr_enabled(SEC_FTR_STF_BARRIER)) + return PR_SPEC_NOT_AFFECTED; + + /* + * If the system's CPU has no known barrier (see setup_stf_barrier()) + * then assume that the CPU is not vulnerable. + */ if (stf_enabled_flush_types == STF_BARRIER_NONE) - /* - * We don't have an explicit signal from firmware that we're - * vulnerable or not, we only have certain CPU revisions that - * are known to be vulnerable. - * - * We assume that if we're on another CPU, where the barrier is - * NONE, then we are not vulnerable. - */ return PR_SPEC_NOT_AFFECTED; - else - /* - * If we do have a barrier type then we are vulnerable. The - * barrier is not a global or per-process mitigation, so the - * only value we can report here is PR_SPEC_ENABLE, which - * appears as "vulnerable" in /proc. - */ - return PR_SPEC_ENABLE; - return -EINVAL; + /* + * Otherwise the CPU is vulnerable. The barrier is not a global or + * per-process mitigation, so the only value that can be reported here + * is PR_SPEC_ENABLE, which appears as "vulnerable" in /proc. + */ + return PR_SPEC_ENABLE; } int arch_prctl_spec_ctrl_get(struct task_struct *task, unsigned long which) --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/powerpc/kernel/setup-common.c +++ linux-lowlatency-hwe-6.2-6.2.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" @@ -87,6 +89,10 @@ int boot_cpuid = -1; EXPORT_SYMBOL_GPL(boot_cpuid); +#ifdef CONFIG_PPC64 +int boot_cpu_hwid = -1; +#endif + /* * These are used in binfmt_elf.c to put aux entries on the stack * for each elf executable being started. @@ -908,6 +914,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-lowlatency-hwe-6.2-6.2.0.orig/arch/powerpc/kernel/setup_64.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/powerpc/kernel/setup_64.c @@ -385,17 +385,21 @@ /* * Do early initialization using the flattened device * tree, such as retrieving the physical memory map or - * calculating/retrieving the hash table size. + * calculating/retrieving the hash table size, discover + * boot_cpuid and boot_cpu_hwid. */ early_init_devtree(__va(dt_ptr)); - /* Now we know the logical id of our boot cpu, setup the paca. */ - if (boot_cpuid != 0) { - /* Poison paca_ptrs[0] again if it's not the boot cpu */ - memset(&paca_ptrs[0], 0x88, sizeof(paca_ptrs[0])); - } + allocate_paca_ptrs(); + allocate_paca(boot_cpuid); + set_hard_smp_processor_id(boot_cpuid, boot_cpu_hwid); fixup_boot_paca(paca_ptrs[boot_cpuid]); setup_paca(paca_ptrs[boot_cpuid]); /* install the paca into registers */ + // smp_processor_id() now reports boot_cpuid + +#ifdef CONFIG_SMP + task_thread_info(current)->cpu = boot_cpuid; // fix task_cpu(current) +#endif /* * Configure exception handlers. This include setting up trampolines --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/powerpc/kernel/signal_32.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/powerpc/kernel/signal_32.c @@ -264,8 +264,9 @@ #endif } -static int __unsafe_save_user_regs(struct pt_regs *regs, struct mcontext __user *frame, - struct mcontext __user *tm_frame, int ctx_has_vsx_region) +static __always_inline int +__unsafe_save_user_regs(struct pt_regs *regs, struct mcontext __user *frame, + struct mcontext __user *tm_frame, int ctx_has_vsx_region) { unsigned long msr = regs->msr; @@ -364,8 +365,9 @@ current->thread.ckvrsave = mfspr(SPRN_VRSAVE); } -static int save_tm_user_regs_unsafe(struct pt_regs *regs, struct mcontext __user *frame, - struct mcontext __user *tm_frame, unsigned long msr) +static __always_inline int +save_tm_user_regs_unsafe(struct pt_regs *regs, struct mcontext __user *frame, + struct mcontext __user *tm_frame, unsigned long msr) { /* Save both sets of general registers */ unsafe_save_general_regs(¤t->thread.ckpt_regs, frame, failed); @@ -444,8 +446,9 @@ #else static void prepare_save_tm_user_regs(void) { } -static int save_tm_user_regs_unsafe(struct pt_regs *regs, struct mcontext __user *frame, - struct mcontext __user *tm_frame, unsigned long msr) +static __always_inline int +save_tm_user_regs_unsafe(struct pt_regs *regs, struct mcontext __user *frame, + struct mcontext __user *tm_frame, unsigned long msr) { return 0; } --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/powerpc/kernel/time.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/powerpc/kernel/time.c @@ -356,7 +356,7 @@ } #endif /* CONFIG_VIRT_CPU_ACCOUNTING_NATIVE */ -void __delay(unsigned long loops) +void __no_kcsan __delay(unsigned long loops) { unsigned long start; @@ -377,7 +377,7 @@ } EXPORT_SYMBOL(__delay); -void udelay(unsigned long usecs) +void __no_kcsan udelay(unsigned long usecs) { __delay(tb_ticks_per_usec * usecs); } --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/powerpc/kernel/trace/ftrace_mprofile.S +++ linux-lowlatency-hwe-6.2-6.2.0/arch/powerpc/kernel/trace/ftrace_mprofile.S @@ -33,6 +33,9 @@ * and then arrange for the ftrace function to be called. */ .macro ftrace_regs_entry allregs + /* Create a minimal stack frame for representing B */ + PPC_STLU r1, -STACK_FRAME_MIN_SIZE(r1) + /* Create our stack frame + pt_regs */ PPC_STLU r1,-SWITCH_FRAME_SIZE(r1) @@ -42,7 +45,7 @@ #ifdef CONFIG_PPC64 /* Save the original return address in A's stack frame */ - std r0, LRSAVE+SWITCH_FRAME_SIZE(r1) + std r0, LRSAVE+SWITCH_FRAME_SIZE+STACK_FRAME_MIN_SIZE(r1) /* Ok to continue? */ lbz r3, PACA_FTRACE_ENABLED(r13) cmpdi r3, 0 @@ -77,6 +80,8 @@ mflr r7 /* Save it as pt_regs->nip */ PPC_STL r7, _NIP(r1) + /* Also save it in B's stackframe header for proper unwind */ + PPC_STL r7, LRSAVE+SWITCH_FRAME_SIZE(r1) /* Save the read LR in pt_regs->link */ PPC_STL r0, _LINK(r1) @@ -142,7 +147,7 @@ #endif /* Pop our stack frame */ - addi r1, r1, SWITCH_FRAME_SIZE + addi r1, r1, SWITCH_FRAME_SIZE+STACK_FRAME_MIN_SIZE #ifdef CONFIG_LIVEPATCH_64 /* Based on the cmpd above, if the NIP was altered handle livepatch */ --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/powerpc/lib/sstep.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/powerpc/lib/sstep.c @@ -8,6 +8,7 @@ #include #include #include +#include #include #include #include --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/powerpc/mm/book3s64/hash_native.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/powerpc/mm/book3s64/hash_native.c @@ -328,10 +328,12 @@ static long native_hpte_remove(unsigned long hpte_group) { + unsigned long hpte_v, flags; struct hash_pte *hptep; int i; int slot_offset; - unsigned long hpte_v; + + local_irq_save(flags); DBG_LOW(" remove(group=%lx)\n", hpte_group); @@ -356,13 +358,16 @@ slot_offset &= 0x7; } - if (i == HPTES_PER_GROUP) - return -1; + if (i == HPTES_PER_GROUP) { + i = -1; + goto out; + } /* Invalidate the hpte. NOTE: this also unlocks it */ release_hpte_lock(); hptep->v = 0; - +out: + local_irq_restore(flags); return i; } --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/powerpc/mm/book3s64/radix_pgtable.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/powerpc/mm/book3s64/radix_pgtable.c @@ -745,9 +745,9 @@ } static void remove_pte_table(pte_t *pte_start, unsigned long addr, - unsigned long end) + unsigned long end, bool direct) { - unsigned long next; + unsigned long next, pages = 0; pte_t *pte; pte = pte_start + pte_index(addr); @@ -769,13 +769,16 @@ } pte_clear(&init_mm, addr, pte); + pages++; } + if (direct) + update_page_count(mmu_virtual_psize, -pages); } static void __meminit remove_pmd_table(pmd_t *pmd_start, unsigned long addr, - unsigned long end) + unsigned long end, bool direct) { - unsigned long next; + unsigned long next, pages = 0; pte_t *pte_base; pmd_t *pmd; @@ -793,19 +796,22 @@ continue; } pte_clear(&init_mm, addr, (pte_t *)pmd); + pages++; continue; } pte_base = (pte_t *)pmd_page_vaddr(*pmd); - remove_pte_table(pte_base, addr, next); + remove_pte_table(pte_base, addr, next, direct); free_pte_table(pte_base, pmd); } + if (direct) + update_page_count(MMU_PAGE_2M, -pages); } static void __meminit remove_pud_table(pud_t *pud_start, unsigned long addr, - unsigned long end) + unsigned long end, bool direct) { - unsigned long next; + unsigned long next, pages = 0; pmd_t *pmd_base; pud_t *pud; @@ -823,16 +829,20 @@ continue; } pte_clear(&init_mm, addr, (pte_t *)pud); + pages++; continue; } pmd_base = pud_pgtable(*pud); - remove_pmd_table(pmd_base, addr, next); + remove_pmd_table(pmd_base, addr, next, direct); free_pmd_table(pmd_base, pud); } + if (direct) + update_page_count(MMU_PAGE_1G, -pages); } -static void __meminit remove_pagetable(unsigned long start, unsigned long end) +static void __meminit remove_pagetable(unsigned long start, unsigned long end, + bool direct) { unsigned long addr, next; pud_t *pud_base; @@ -861,7 +871,7 @@ } pud_base = p4d_pgtable(*p4d); - remove_pud_table(pud_base, addr, next); + remove_pud_table(pud_base, addr, next, direct); free_pud_table(pud_base, p4d); } @@ -884,7 +894,7 @@ int __meminit radix__remove_section_mapping(unsigned long start, unsigned long end) { - remove_pagetable(start, end); + remove_pagetable(start, end, true); return 0; } #endif /* CONFIG_MEMORY_HOTPLUG */ @@ -920,7 +930,7 @@ #ifdef CONFIG_MEMORY_HOTPLUG void __meminit radix__vmemmap_remove_mapping(unsigned long start, unsigned long page_size) { - remove_pagetable(start, start + page_size); + remove_pagetable(start, start + page_size, false); } #endif #endif @@ -1040,8 +1050,8 @@ pte_t entry, unsigned long address, int psize) { struct mm_struct *mm = vma->vm_mm; - unsigned long set = pte_val(entry) & (_PAGE_DIRTY | _PAGE_ACCESSED | - _PAGE_RW | _PAGE_EXEC); + unsigned long set = pte_val(entry) & (_PAGE_DIRTY | _PAGE_SOFT_DIRTY | + _PAGE_ACCESSED | _PAGE_RW | _PAGE_EXEC); unsigned long change = pte_val(entry) ^ pte_val(*ptep); /* --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/powerpc/mm/book3s64/radix_tlb.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/powerpc/mm/book3s64/radix_tlb.c @@ -1179,15 +1179,12 @@ } } } else { - bool hflush = false; + bool hflush; unsigned long hstart, hend; - if (IS_ENABLED(CONFIG_TRANSPARENT_HUGEPAGE)) { - hstart = (start + PMD_SIZE - 1) & PMD_MASK; - hend = end & PMD_MASK; - if (hstart < hend) - hflush = true; - } + hstart = (start + PMD_SIZE - 1) & PMD_MASK; + hend = end & PMD_MASK; + hflush = IS_ENABLED(CONFIG_TRANSPARENT_HUGEPAGE) && hstart < hend; if (type == FLUSH_TYPE_LOCAL) { asm volatile("ptesync": : :"memory"); --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/powerpc/mm/copro_fault.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/powerpc/mm/copro_fault.c @@ -33,19 +33,11 @@ if (mm->pgd == NULL) return -EFAULT; - mmap_read_lock(mm); - ret = -EFAULT; - vma = find_vma(mm, ea); + vma = lock_mm_and_find_vma(mm, ea, NULL); if (!vma) - goto out_unlock; - - if (ea < vma->vm_start) { - if (!(vma->vm_flags & VM_GROWSDOWN)) - goto out_unlock; - if (expand_stack(vma, ea)) - goto out_unlock; - } + return -EFAULT; + ret = -EFAULT; is_write = dsisr & DSISR_ISSTORE; if (is_write) { if (!(vma->vm_flags & VM_WRITE)) --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/powerpc/mm/fault.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/powerpc/mm/fault.c @@ -84,11 +84,6 @@ return __bad_area_nosemaphore(regs, address, si_code); } -static noinline int bad_area(struct pt_regs *regs, unsigned long address) -{ - return __bad_area(regs, address, SEGV_MAPERR); -} - static noinline int bad_access_pkey(struct pt_regs *regs, unsigned long address, struct vm_area_struct *vma) { @@ -271,11 +266,16 @@ } /* - * Check for a read fault. This could be caused by a read on an - * inaccessible page (i.e. PROT_NONE), or a Radix MMU execute-only page. + * VM_READ, VM_WRITE and VM_EXEC all imply read permissions, as + * defined in protection_map[]. Read faults can only be caused by + * a PROT_NONE mapping, or with a PROT_EXEC-only mapping on Radix. */ - if (unlikely(!(vma->vm_flags & VM_READ))) + if (unlikely(!vma_is_accessible(vma))) + return true; + + if (unlikely(radix_enabled() && ((vma->vm_flags & VM_ACCESS_FLAGS) == VM_EXEC))) return true; + /* * We should ideally do the vma pkey access check here. But in the * fault path, handle_mm_fault() also does the same check. To avoid @@ -476,40 +476,12 @@ * we will deadlock attempting to validate the fault against the * address space. Luckily the kernel only validly references user * space from well defined areas of code, which are listed in the - * exceptions table. - * - * As the vast majority of faults will be valid we will only perform - * the source reference check when there is a possibility of a deadlock. - * Attempt to lock the address space, if we cannot we then validate the - * source. If this is invalid we can skip the address space check, - * thus avoiding the deadlock. - */ - if (unlikely(!mmap_read_trylock(mm))) { - if (!is_user && !search_exception_tables(regs->nip)) - return bad_area_nosemaphore(regs, address); - + * exceptions table. lock_mm_and_find_vma() handles that logic. + */ retry: - mmap_read_lock(mm); - } else { - /* - * The above down_read_trylock() might have succeeded in - * which case we'll have missed the might_sleep() from - * down_read(): - */ - might_sleep(); - } - - vma = find_vma(mm, address); + vma = lock_mm_and_find_vma(mm, address, regs); if (unlikely(!vma)) - return bad_area(regs, address); - - if (unlikely(vma->vm_start > address)) { - if (unlikely(!(vma->vm_flags & VM_GROWSDOWN))) - return bad_area(regs, address); - - if (unlikely(expand_stack(vma, address))) - return bad_area(regs, address); - } + return bad_area_nosemaphore(regs, address); if (unlikely(access_pkey_error(is_write, is_exec, (error_code & DSISR_KEYFAULT), vma))) --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/powerpc/mm/init_64.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/powerpc/mm/init_64.c @@ -189,7 +189,7 @@ unsigned long nr_pfn = page_size / sizeof(struct page); unsigned long start_pfn = page_to_pfn((struct page *)start); - if ((start_pfn + nr_pfn) > altmap->end_pfn) + if ((start_pfn + nr_pfn - 1) > altmap->end_pfn) return true; if (start_pfn < altmap->base_pfn) @@ -314,8 +314,7 @@ start = ALIGN_DOWN(start, page_size); if (altmap) { alt_start = altmap->base_pfn; - alt_end = altmap->base_pfn + altmap->reserve + - altmap->free + altmap->alloc + altmap->align; + alt_end = altmap->base_pfn + altmap->reserve + altmap->free; } pr_debug("vmemmap_free %lx...%lx\n", start, end); --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/powerpc/mm/kasan/Makefile +++ linux-lowlatency-hwe-6.2-6.2.0/arch/powerpc/mm/kasan/Makefile @@ -1,6 +1,7 @@ # SPDX-License-Identifier: GPL-2.0 KASAN_SANITIZE := n +KCOV_INSTRUMENT := n obj-$(CONFIG_PPC32) += init_32.o obj-$(CONFIG_PPC_8xx) += 8xx.o --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/powerpc/mm/numa.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/powerpc/mm/numa.c @@ -366,6 +366,7 @@ WARN(numa_distance_table[nid][nid] == -1, "NUMA distance details for node %d not provided\n", nid); } +EXPORT_SYMBOL_GPL(update_numa_distance); /* * ibm,numa-lookup-index-table= {N, domainid1, domainid2, ..... domainidN} --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/powerpc/net/bpf_jit_comp32.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/powerpc/net/bpf_jit_comp32.c @@ -79,6 +79,20 @@ #define SEEN_NVREG_FULL_MASK 0x0003ffff /* Non volatile registers r14-r31 */ #define SEEN_NVREG_TEMP_MASK 0x00001e01 /* BPF_REG_5, BPF_REG_AX, TMP_REG */ +static inline bool bpf_has_stack_frame(struct codegen_context *ctx) +{ + /* + * We only need a stack frame if: + * - we call other functions (kernel helpers), or + * - we use non volatile registers, or + * - we use tail call counter + * - the bpf program uses its stack area + * The latter condition is deduced from the usage of BPF_REG_FP + */ + return ctx->seen & (SEEN_FUNC | SEEN_TAILCALL | SEEN_NVREG_FULL_MASK) || + bpf_is_seen_register(ctx, bpf_to_ppc(BPF_REG_FP)); +} + void bpf_jit_realloc_regs(struct codegen_context *ctx) { unsigned int nvreg_mask; @@ -118,7 +132,8 @@ #define BPF_TAILCALL_PROLOGUE_SIZE 4 - EMIT(PPC_RAW_STWU(_R1, _R1, -BPF_PPC_STACKFRAME(ctx))); + if (bpf_has_stack_frame(ctx)) + EMIT(PPC_RAW_STWU(_R1, _R1, -BPF_PPC_STACKFRAME(ctx))); if (ctx->seen & SEEN_TAILCALL) EMIT(PPC_RAW_STW(_R4, _R1, bpf_jit_stack_offsetof(ctx, BPF_PPC_TC))); @@ -171,7 +186,8 @@ EMIT(PPC_RAW_LWZ(_R0, _R1, BPF_PPC_STACKFRAME(ctx) + PPC_LR_STKOFF)); /* Tear down our stack frame */ - EMIT(PPC_RAW_ADDI(_R1, _R1, BPF_PPC_STACKFRAME(ctx))); + if (bpf_has_stack_frame(ctx)) + EMIT(PPC_RAW_ADDI(_R1, _R1, BPF_PPC_STACKFRAME(ctx))); if (ctx->seen & SEEN_FUNC) EMIT(PPC_RAW_MTLR(_R0)); --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/powerpc/perf/mpc7450-pmu.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/powerpc/perf/mpc7450-pmu.c @@ -417,9 +417,9 @@ static int __init init_mpc7450_pmu(void) { - unsigned int pvr = mfspr(SPRN_PVR); - - if (PVR_VER(pvr) != PVR_7450) + if (!pvr_version_is(PVR_VER_7450) && !pvr_version_is(PVR_VER_7455) && + !pvr_version_is(PVR_VER_7447) && !pvr_version_is(PVR_VER_7447A) && + !pvr_version_is(PVR_VER_7448)) return -ENODEV; return register_power_pmu(&mpc7450_pmu); --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/powerpc/platforms/512x/clock-commonclk.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/powerpc/platforms/512x/clock-commonclk.c @@ -986,7 +986,7 @@ #define NODE_PREP do { \ of_address_to_resource(np, 0, &res); \ - snprintf(devname, sizeof(devname), "%08x.%s", res.start, np->name); \ + snprintf(devname, sizeof(devname), "%pa.%s", &res.start, np->name); \ } while (0) #define NODE_CHK(clkname, clkitem, regnode, regflag) do { \ --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/powerpc/platforms/Kconfig.cputype +++ linux-lowlatency-hwe-6.2-6.2.0/arch/powerpc/platforms/Kconfig.cputype @@ -118,19 +118,18 @@ choice prompt "CPU selection" - default GENERIC_CPU help This will create a kernel which is optimised for a particular CPU. The resulting kernel may not run on other CPUs, so use this with care. If unsure, select Generic. -config GENERIC_CPU +config POWERPC64_CPU bool "Generic (POWER5 and PowerPC 970 and above)" depends on PPC_BOOK3S_64 && !CPU_LITTLE_ENDIAN select PPC_64S_HASH_MMU -config GENERIC_CPU +config POWERPC64_CPU bool "Generic (POWER8 and above)" depends on PPC_BOOK3S_64 && CPU_LITTLE_ENDIAN select ARCH_HAS_FAST_MULTIPLIER @@ -144,6 +143,7 @@ config CELL_CPU bool "Cell Broadband Engine" depends on PPC_BOOK3S_64 && !CPU_LITTLE_ENDIAN + depends on !CC_IS_CLANG select PPC_64S_HASH_MMU config PPC_970_CPU @@ -188,11 +188,13 @@ config E6500_CPU bool "Freescale e6500" depends on PPC64 && PPC_E500 + depends on !CC_IS_CLANG select PPC_HAS_LBARX_LHARX config 405_CPU bool "40x family" depends on 40x + depends on !CC_IS_CLANG config 440_CPU bool "440 (44x family)" @@ -201,22 +203,27 @@ config 464_CPU bool "464 (44x family)" depends on 44x + depends on !CC_IS_CLANG config 476_CPU bool "476 (47x family)" depends on PPC_47x + depends on !CC_IS_CLANG config 860_CPU bool "8xx family" depends on PPC_8xx + depends on !CC_IS_CLANG config E300C2_CPU bool "e300c2 (832x)" depends on PPC_BOOK3S_32 + depends on !CC_IS_CLANG config E300C3_CPU bool "e300c3 (831x)" depends on PPC_BOOK3S_32 + depends on !CC_IS_CLANG config G4_CPU bool "G4 (74xx)" @@ -233,13 +240,12 @@ config TOOLCHAIN_DEFAULT_CPU bool "Rely on the toolchain's implicit default CPU" - depends on PPC32 endchoice config TARGET_CPU_BOOL bool - default !GENERIC_CPU && !TOOLCHAIN_DEFAULT_CPU + default !TOOLCHAIN_DEFAULT_CPU config TARGET_CPU string @@ -251,6 +257,10 @@ default "power8" if POWER8_CPU default "power9" if POWER9_CPU default "power10" if POWER10_CPU + default "e5500" if E5500_CPU + default "e6500" if E6500_CPU + default "power4" if POWERPC64_CPU && !CPU_LITTLE_ENDIAN + default "power8" if POWERPC64_CPU && CPU_LITTLE_ENDIAN default "405" if 405_CPU default "440" if 440_CPU default "464" if 464_CPU --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/powerpc/platforms/embedded6xx/flipper-pic.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/powerpc/platforms/embedded6xx/flipper-pic.c @@ -145,7 +145,7 @@ } io_base = ioremap(res.start, resource_size(&res)); - pr_info("controller at 0x%08x mapped to 0x%p\n", res.start, io_base); + pr_info("controller at 0x%pa mapped to 0x%p\n", &res.start, io_base); __flipper_quiesce(io_base); --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/powerpc/platforms/embedded6xx/hlwd-pic.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/powerpc/platforms/embedded6xx/hlwd-pic.c @@ -171,7 +171,7 @@ return NULL; } - pr_info("controller at 0x%08x mapped to 0x%p\n", res.start, io_base); + pr_info("controller at 0x%pa mapped to 0x%p\n", &res.start, io_base); __hlwd_quiesce(io_base); --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/powerpc/platforms/embedded6xx/wii.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/powerpc/platforms/embedded6xx/wii.c @@ -74,8 +74,8 @@ hw_regs = ioremap(res.start, resource_size(&res)); if (hw_regs) { - pr_info("%s at 0x%08x mapped to 0x%p\n", name, - res.start, hw_regs); + pr_info("%s at 0x%pa mapped to 0x%p\n", name, + &res.start, hw_regs); } out_put: --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/powerpc/platforms/powernv/pci-sriov.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/powerpc/platforms/powernv/pci-sriov.c @@ -594,12 +594,12 @@ struct pnv_iov_data *iov; iov = pnv_iov_get(pdev); - num_vfs = iov->num_vfs; - base_pe = iov->vf_pe_arr[0].pe_number; - if (WARN_ON(!iov)) return; + num_vfs = iov->num_vfs; + base_pe = iov->vf_pe_arr[0].pe_number; + /* Release VF PEs */ pnv_ioda_release_vf_PE(pdev); --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/powerpc/platforms/powernv/vas-window.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/powerpc/platforms/powernv/vas-window.c @@ -1310,8 +1310,8 @@ /* if send window, drop reference to matching receive window */ if (window->tx_win) { if (window->user_win) { - put_vas_user_win_ref(&vwin->task_ref); mm_context_remove_vas_window(vwin->task_ref.mm); + put_vas_user_win_ref(&vwin->task_ref); } put_rx_win(window->rxwin); } --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/powerpc/platforms/pseries/hvCall.S +++ linux-lowlatency-hwe-6.2-6.2.0/arch/powerpc/platforms/pseries/hvCall.S @@ -27,9 +27,7 @@ /* * precall must preserve all registers. use unused STK_PARAM() - * areas to save snapshots and opcode. STK_PARAM() in the caller's - * frame will be available even on ELFv2 because these are all - * variadic functions. + * areas to save snapshots and opcode. */ #define HCALL_INST_PRECALL(FIRST_REG) \ mflr r0; \ @@ -43,29 +41,29 @@ std r10,STK_PARAM(R10)(r1); \ std r0,16(r1); \ addi r4,r1,STK_PARAM(FIRST_REG); \ - stdu r1,-STACK_FRAME_MIN_SIZE(r1); \ + stdu r1,-STACK_FRAME_OVERHEAD(r1); \ bl __trace_hcall_entry; \ - ld r3,STACK_FRAME_MIN_SIZE+STK_PARAM(R3)(r1); \ - ld r4,STACK_FRAME_MIN_SIZE+STK_PARAM(R4)(r1); \ - ld r5,STACK_FRAME_MIN_SIZE+STK_PARAM(R5)(r1); \ - ld r6,STACK_FRAME_MIN_SIZE+STK_PARAM(R6)(r1); \ - ld r7,STACK_FRAME_MIN_SIZE+STK_PARAM(R7)(r1); \ - ld r8,STACK_FRAME_MIN_SIZE+STK_PARAM(R8)(r1); \ - ld r9,STACK_FRAME_MIN_SIZE+STK_PARAM(R9)(r1); \ - ld r10,STACK_FRAME_MIN_SIZE+STK_PARAM(R10)(r1) + ld r3,STACK_FRAME_OVERHEAD+STK_PARAM(R3)(r1); \ + ld r4,STACK_FRAME_OVERHEAD+STK_PARAM(R4)(r1); \ + ld r5,STACK_FRAME_OVERHEAD+STK_PARAM(R5)(r1); \ + ld r6,STACK_FRAME_OVERHEAD+STK_PARAM(R6)(r1); \ + ld r7,STACK_FRAME_OVERHEAD+STK_PARAM(R7)(r1); \ + ld r8,STACK_FRAME_OVERHEAD+STK_PARAM(R8)(r1); \ + ld r9,STACK_FRAME_OVERHEAD+STK_PARAM(R9)(r1); \ + ld r10,STACK_FRAME_OVERHEAD+STK_PARAM(R10)(r1) /* * postcall is performed immediately before function return which * allows liberal use of volatile registers. */ #define __HCALL_INST_POSTCALL \ - ld r0,STACK_FRAME_MIN_SIZE+STK_PARAM(R3)(r1); \ - std r3,STACK_FRAME_MIN_SIZE+STK_PARAM(R3)(r1); \ + ld r0,STACK_FRAME_OVERHEAD+STK_PARAM(R3)(r1); \ + std r3,STACK_FRAME_OVERHEAD+STK_PARAM(R3)(r1); \ mr r4,r3; \ mr r3,r0; \ bl __trace_hcall_exit; \ - ld r0,STACK_FRAME_MIN_SIZE+16(r1); \ - addi r1,r1,STACK_FRAME_MIN_SIZE; \ + ld r0,STACK_FRAME_OVERHEAD+16(r1); \ + addi r1,r1,STACK_FRAME_OVERHEAD; \ ld r3,STK_PARAM(R3)(r1); \ mtlr r0 @@ -305,14 +303,14 @@ mr r7,r8 mr r8,r9 mr r9,r10 - ld r10,STACK_FRAME_MIN_SIZE+STK_PARAM(R11)(r1) - ld r11,STACK_FRAME_MIN_SIZE+STK_PARAM(R12)(r1) - ld r12,STACK_FRAME_MIN_SIZE+STK_PARAM(R13)(r1) + ld r10,STACK_FRAME_OVERHEAD+STK_PARAM(R11)(r1) + ld r11,STACK_FRAME_OVERHEAD+STK_PARAM(R12)(r1) + ld r12,STACK_FRAME_OVERHEAD+STK_PARAM(R13)(r1) HVSC mr r0,r12 - ld r12,STACK_FRAME_MIN_SIZE+STK_PARAM(R4)(r1) + ld r12,STACK_FRAME_OVERHEAD+STK_PARAM(R4)(r1) std r4,0(r12) std r5,8(r12) std r6,16(r12) --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/powerpc/platforms/pseries/iommu.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/powerpc/platforms/pseries/iommu.c @@ -85,19 +85,24 @@ static void iommu_pseries_free_group(struct iommu_table_group *table_group, const char *node_name) { - struct iommu_table *tbl; - if (!table_group) return; - tbl = table_group->tables[0]; #ifdef CONFIG_IOMMU_API if (table_group->group) { iommu_group_put(table_group->group); BUG_ON(table_group->group); } #endif - iommu_tce_table_put(tbl); + + /* Default DMA window table is at index 0, while DDW at 1. SR-IOV + * adapters only have table on index 1. + */ + if (table_group->tables[0]) + iommu_tce_table_put(table_group->tables[0]); + + if (table_group->tables[1]) + iommu_tce_table_put(table_group->tables[1]); kfree(table_group); } @@ -306,13 +311,22 @@ static void tce_freemulti_pSeriesLP(struct iommu_table *tbl, long tcenum, long npages) { u64 rc; + long rpages = npages; + unsigned long limit; if (!firmware_has_feature(FW_FEATURE_STUFF_TCE)) return tce_free_pSeriesLP(tbl->it_index, tcenum, tbl->it_page_shift, npages); - rc = plpar_tce_stuff((u64)tbl->it_index, - (u64)tcenum << tbl->it_page_shift, 0, npages); + do { + limit = min_t(unsigned long, rpages, 512); + + rc = plpar_tce_stuff((u64)tbl->it_index, + (u64)tcenum << tbl->it_page_shift, 0, limit); + + rpages -= limit; + tcenum += limit; + } while (rpages > 0 && !rc); if (rc && printk_ratelimit()) { printk("tce_freemulti_pSeriesLP: plpar_tce_stuff failed\n"); --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/powerpc/platforms/pseries/papr_scm.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/powerpc/platforms/pseries/papr_scm.c @@ -1428,6 +1428,13 @@ return -ENODEV; } + /* + * open firmware platform device create won't update the NUMA + * distance table. For PAPR SCM devices we use numa_map_to_online_node() + * to find the nearest online NUMA node and that requires correct + * distance table information. + */ + update_numa_distance(dn); p = kzalloc(sizeof(*p), GFP_KERNEL); if (!p) --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/powerpc/platforms/pseries/vas.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/powerpc/platforms/pseries/vas.c @@ -507,8 +507,8 @@ vascaps[win->win_type].nr_open_windows--; mutex_unlock(&vas_pseries_mutex); - put_vas_user_win_ref(&vwin->task_ref); mm_context_remove_vas_window(vwin->task_ref.mm); + put_vas_user_win_ref(&vwin->task_ref); kfree(win); return 0; @@ -744,6 +744,12 @@ } task_ref = &win->vas_win.task_ref; + /* + * VAS mmap (coproc_mmap()) and its fault handler + * (vas_mmap_fault()) are called after holding mmap lock. + * So hold mmap mutex after mmap_lock to avoid deadlock. + */ + mmap_write_lock(task_ref->mm); mutex_lock(&task_ref->mmap_mutex); vma = task_ref->vma; /* @@ -752,7 +758,6 @@ */ win->vas_win.status |= flag; - mmap_write_lock(task_ref->mm); /* * vma is set in the original mapping. But this mapping * is done with mmap() after the window is opened with ioctl. @@ -763,8 +768,8 @@ zap_page_range(vma, vma->vm_start, vma->vm_end - vma->vm_start); - mmap_write_unlock(task_ref->mm); mutex_unlock(&task_ref->mmap_mutex); + mmap_write_unlock(task_ref->mm); /* * Close VAS window in the hypervisor, but do not * free vas_window struct since it may be reused @@ -857,6 +862,13 @@ { int new_nr_creds, rc; + /* + * NX-GZIP is not enabled. Nothing to do for DLPAR event + */ + if (!copypaste_feat) + return 0; + + rc = h_query_vas_capabilities(H_QUERY_VAS_CAPABILITIES, vascaps[VAS_GZIP_DEF_FEAT_TYPE].feat, (u64)virt_to_phys(&hv_cop_caps)); @@ -1013,6 +1025,7 @@ * Linux supports user space COPY/PASTE only with Radix */ if (!radix_enabled()) { + copypaste_feat = false; pr_err("API is supported only with radix page tables\n"); return -ENOTSUPP; } --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/powerpc/platforms/pseries/vio.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/powerpc/platforms/pseries/vio.c @@ -39,7 +39,6 @@ .name = "vio", .type = "", .dev.init_name = "vio", - .dev.bus = &vio_bus_type, }; #ifdef CONFIG_PPC_SMLPAR --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/powerpc/purgatory/Makefile +++ linux-lowlatency-hwe-6.2-6.2.0/arch/powerpc/purgatory/Makefile @@ -4,6 +4,11 @@ targets += trampoline_$(BITS).o purgatory.ro +# When profile-guided optimization is enabled, llvm emits two different +# overlapping text sections, which is not supported by kexec. Remove profile +# optimization flags. +KBUILD_CFLAGS := $(filter-out -fprofile-sample-use=% -fprofile-use=%,$(KBUILD_CFLAGS)) + LDFLAGS_purgatory.ro := -e purgatory_start -r --no-undefined $(obj)/purgatory.ro: $(obj)/trampoline_$(BITS).o FORCE --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/powerpc/sysdev/tsi108_pci.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/powerpc/sysdev/tsi108_pci.c @@ -217,9 +217,8 @@ (hose)->ops = &tsi108_direct_pci_ops; - printk(KERN_INFO "Found tsi108 PCI host bridge at 0x%08x. " - "Firmware bus number: %d->%d\n", - rsrc.start, hose->first_busno, hose->last_busno); + pr_info("Found tsi108 PCI host bridge at 0x%pa. Firmware bus number: %d->%d\n", + &rsrc.start, hose->first_busno, hose->last_busno); /* Interpret the "ranges" property */ /* This also maps the I/O region and sets isa_io/mem_base */ --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/powerpc/xmon/xmon.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/powerpc/xmon/xmon.c @@ -91,7 +91,7 @@ static unsigned long nidump = 16; static unsigned long ncsum = 4096; static int termch; -static char tmpstr[128]; +static char tmpstr[KSYM_NAME_LEN]; static int tracing_enabled; static long bus_error_jmp[JMP_BUF_LEN]; @@ -1277,7 +1277,7 @@ while (!cpumask_empty(&xmon_batch_cpus)) { cpu = cpumask_next_wrap(smp_processor_id(), &xmon_batch_cpus, xmon_batch_start_cpu, true); - if (cpu == nr_cpumask_bits) + if (cpu >= nr_cpu_ids) break; if (xmon_batch_start_cpu == -1) xmon_batch_start_cpu = cpu; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/riscv/Kconfig +++ linux-lowlatency-hwe-6.2-6.2.0/arch/riscv/Kconfig @@ -25,6 +25,7 @@ select ARCH_HAS_GIGANTIC_PAGE select ARCH_HAS_KCOV select ARCH_HAS_MMIOWB + select ARCH_HAS_NON_OVERLAPPING_ADDRESS_SPACE select ARCH_HAS_PMEM_API select ARCH_HAS_PTE_SPECIAL select ARCH_HAS_SET_DIRECT_MAP if MMU @@ -117,6 +118,7 @@ select HAVE_RSEQ select IRQ_DOMAIN select IRQ_FORCED_THREADING + select LOCK_MM_AND_FIND_VMA select MODULES_USE_ELF_RELA if MODULES select MODULE_SECTIONS if MODULES select OF @@ -138,7 +140,7 @@ select HAVE_DYNAMIC_FTRACE_WITH_REGS if HAVE_DYNAMIC_FTRACE select HAVE_FTRACE_MCOUNT_RECORD if !XIP_KERNEL select HAVE_FUNCTION_GRAPH_TRACER - select HAVE_FUNCTION_TRACER if !XIP_KERNEL + select HAVE_FUNCTION_TRACER if !XIP_KERNEL && !PREEMPTION config ARCH_MMAP_RND_BITS_MIN default 18 if 64BIT @@ -447,6 +449,34 @@ depends on !32BIT || $(cc-option,-mabi=ilp32 -march=rv32ima_zihintpause) depends on LLD_VERSION >= 150000 || LD_VERSION >= 23600 +config TOOLCHAIN_NEEDS_EXPLICIT_ZICSR_ZIFENCEI + def_bool y + # https://sourceware.org/git/?p=binutils-gdb.git;a=commit;h=aed44286efa8ae8717a77d94b51ac3614e2ca6dc + # https://gcc.gnu.org/git/?p=gcc.git;a=commit;h=98416dbb0a62579d4a7a4a76bab51b5b52fec2cd + depends on AS_IS_GNU && AS_VERSION >= 23600 + help + Binutils-2.38 and GCC-12.1.0 bumped the default ISA spec to the newer + 20191213 version, which moves some instructions from the I extension to + the Zicsr and Zifencei extensions. This requires explicitly specifying + Zicsr and Zifencei when binutils >= 2.38 or GCC >= 12.1.0. Zicsr + and Zifencei are supported in binutils from version 2.36 onwards. + To make life easier, and avoid forcing toolchains that default to a + newer ISA spec to version 2.2, relax the check to binutils >= 2.36. + For clang < 17 or GCC < 11.3.0, for which this is not possible or need + special treatment, this is dealt with in TOOLCHAIN_NEEDS_OLD_ISA_SPEC. + +config TOOLCHAIN_NEEDS_OLD_ISA_SPEC + def_bool y + depends on TOOLCHAIN_NEEDS_EXPLICIT_ZICSR_ZIFENCEI + # https://github.com/llvm/llvm-project/commit/22e199e6afb1263c943c0c0d4498694e15bf8a16 + # https://gcc.gnu.org/git/?p=gcc.git;a=commit;h=d29f5d6ab513c52fd872f532c492e35ae9fd6671 + depends on (CC_IS_CLANG && CLANG_VERSION < 170000) || (CC_IS_GCC && GCC_VERSION < 110300) + help + Certain versions of clang and GCC do not support zicsr and zifencei via + -march. This option causes an older ISA spec compatible with these older + versions of clang and GCC to be passed to GAS, which has the same result + as passing zicsr and zifencei to -march. + config FPU bool "FPU support" default y --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/riscv/Makefile +++ linux-lowlatency-hwe-6.2-6.2.0/arch/riscv/Makefile @@ -11,7 +11,11 @@ ifeq ($(CONFIG_DYNAMIC_FTRACE),y) LDFLAGS_vmlinux := --no-relax KBUILD_CPPFLAGS += -DCC_USING_PATCHABLE_FUNCTION_ENTRY - CC_FLAGS_FTRACE := -fpatchable-function-entry=8 +ifeq ($(CONFIG_RISCV_ISA_C),y) + CC_FLAGS_FTRACE := -fpatchable-function-entry=4 +else + CC_FLAGS_FTRACE := -fpatchable-function-entry=2 +endif endif ifeq ($(CONFIG_CMODEL_MEDLOW),y) @@ -53,10 +57,12 @@ riscv-march-$(CONFIG_FPU) := $(riscv-march-y)fd riscv-march-$(CONFIG_RISCV_ISA_C) := $(riscv-march-y)c -# Newer binutils versions default to ISA spec version 20191213 which moves some -# instructions from the I extension to the Zicsr and Zifencei extensions. -toolchain-need-zicsr-zifencei := $(call cc-option-yn, -march=$(riscv-march-y)_zicsr_zifencei) -riscv-march-$(toolchain-need-zicsr-zifencei) := $(riscv-march-y)_zicsr_zifencei +ifdef CONFIG_TOOLCHAIN_NEEDS_OLD_ISA_SPEC +KBUILD_CFLAGS += -Wa,-misa-spec=2.2 +KBUILD_AFLAGS += -Wa,-misa-spec=2.2 +else +riscv-march-$(CONFIG_TOOLCHAIN_NEEDS_EXPLICIT_ZICSR_ZIFENCEI) := $(riscv-march-y)_zicsr_zifencei +endif # Check if the toolchain supports Zicbom extension riscv-march-$(CONFIG_TOOLCHAIN_HAS_ZICBOM) := $(riscv-march-y)_zicbom @@ -83,6 +89,13 @@ # Avoid generating .eh_frame sections. KBUILD_CFLAGS += -fno-asynchronous-unwind-tables -fno-unwind-tables +# The RISC-V attributes frequently cause compatibility issues and provide no +# information, so just turn them off. +KBUILD_CFLAGS += $(call cc-option,-mno-riscv-attribute) +KBUILD_AFLAGS += $(call cc-option,-mno-riscv-attribute) +KBUILD_CFLAGS += $(call as-option,-Wa$(comma)-mno-arch-attr) +KBUILD_AFLAGS += $(call as-option,-Wa$(comma)-mno-arch-attr) + KBUILD_CFLAGS_MODULE += $(call cc-option,-mno-relax) KBUILD_AFLAGS_MODULE += $(call as-option,-Wa$(comma)-mno-relax) --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/riscv/boot/dts/microchip/mpfs-icicle-kit.dts +++ linux-lowlatency-hwe-6.2-6.2.0/arch/riscv/boot/dts/microchip/mpfs-icicle-kit.dts @@ -167,9 +167,11 @@ status = "okay"; }; +/* UBUNTU: PCIe support is not yet ready, so disable it for now &pcie { status = "okay"; }; +*/ &qspi { status = "okay"; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/riscv/boot/dts/sifive/fu740-c000.dtsi +++ linux-lowlatency-hwe-6.2-6.2.0/arch/riscv/boot/dts/sifive/fu740-c000.dtsi @@ -39,7 +39,7 @@ }; }; cpu1: cpu@1 { - compatible = "sifive,bullet0", "riscv"; + compatible = "sifive,u74-mc", "sifive,bullet0", "riscv"; d-cache-block-size = <64>; d-cache-sets = <64>; d-cache-size = <32768>; @@ -63,7 +63,7 @@ }; }; cpu2: cpu@2 { - compatible = "sifive,bullet0", "riscv"; + compatible = "sifive,u74-mc", "sifive,bullet0", "riscv"; d-cache-block-size = <64>; d-cache-sets = <64>; d-cache-size = <32768>; @@ -87,7 +87,7 @@ }; }; cpu3: cpu@3 { - compatible = "sifive,bullet0", "riscv"; + compatible = "sifive,u74-mc", "sifive,bullet0", "riscv"; d-cache-block-size = <64>; d-cache-sets = <64>; d-cache-size = <32768>; @@ -111,7 +111,7 @@ }; }; cpu4: cpu@4 { - compatible = "sifive,bullet0", "riscv"; + compatible = "sifive,u74-mc", "sifive,bullet0", "riscv"; d-cache-block-size = <64>; d-cache-sets = <64>; d-cache-size = <32768>; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/riscv/boot/dts/sifive/hifive-unleashed-a00-microsemi.dts +++ linux-lowlatency-hwe-6.2-6.2.0/arch/riscv/boot/dts/sifive/hifive-unleashed-a00-microsemi.dts @@ -0,0 +1,28 @@ +// SPDX-License-Identifier: (GPL-2.0 OR MIT) + +#include "hifive-unleashed-a00.dts" + +/ { + soc { + pcie: pcie@2030000000 { + #address-cells = <0x3>; + #interrupt-cells = <0x1>; + #size-cells = <0x2>; + compatible = "microsemi,ms-pf-axi-pcie-host"; + device_type = "pci"; + bus-range = <0x01 0x7f>; + interrupt-map = <0 0 0 1 &ms_pcie_intc 0 0 0 0 2 &ms_pcie_intc 1 0 0 0 3 &ms_pcie_intc 2 0 0 0 4 &ms_pcie_intc 3>; + interrupt-map-mask = <0 0 0 7>; + interrupt-parent = <&plic0>; + interrupts = <32>; + ranges = <0x3000000 0x0 0x40000000 0x0 0x40000000 0x0 0x20000000>; + reg = <0x20 0x30000000 0x0 0x4000000 0x20 0x0 0x0 0x100000>; + reg-names = "control", "apb"; + ms_pcie_intc: interrupt-controller { + #address-cells = <0>; + #interrupt-cells = <1>; + interrupt-controller; + }; + }; + }; +}; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/riscv/errata/sifive/errata.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/riscv/errata/sifive/errata.c @@ -4,6 +4,7 @@ */ #include +#include #include #include #include @@ -107,7 +108,9 @@ tmp = (1U << alt->errata_id); if (cpu_req_errata & tmp) { + mutex_lock(&text_mutex); patch_text_nosync(alt->old_ptr, alt->alt_ptr, alt->alt_len); + mutex_unlock(&text_mutex); cpu_apply_errata |= tmp; } } --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/riscv/errata/thead/errata.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/riscv/errata/thead/errata.c @@ -5,6 +5,7 @@ #include #include +#include #include #include #include @@ -97,11 +98,14 @@ tmp = (1U << alt->errata_id); if (cpu_req_errata & tmp) { /* On vm-alternatives, the mmu isn't running yet */ - if (stage == RISCV_ALTERNATIVES_EARLY_BOOT) + if (stage == RISCV_ALTERNATIVES_EARLY_BOOT) { memcpy((void *)__pa_symbol(alt->old_ptr), (void *)__pa_symbol(alt->alt_ptr), alt->alt_len); - else + } else { + mutex_lock(&text_mutex); patch_text_nosync(alt->old_ptr, alt->alt_ptr, alt->alt_len); + mutex_unlock(&text_mutex); + } } } --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/riscv/include/asm/fixmap.h +++ linux-lowlatency-hwe-6.2-6.2.0/arch/riscv/include/asm/fixmap.h @@ -22,6 +22,14 @@ */ enum fixed_addresses { FIX_HOLE, + /* + * The fdt fixmap mapping must be PMD aligned and will be mapped + * using PMD entries in fixmap_pmd in 64-bit and a PGD entry in 32-bit. + */ + FIX_FDT_END, + FIX_FDT = FIX_FDT_END + FIX_FDT_SIZE / PAGE_SIZE - 1, + + /* Below fixmaps will be mapped using fixmap_pte */ FIX_PTE, FIX_PMD, FIX_PUD, --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/riscv/include/asm/ftrace.h +++ linux-lowlatency-hwe-6.2-6.2.0/arch/riscv/include/asm/ftrace.h @@ -42,6 +42,14 @@ * 2) jalr: setting low-12 offset to ra, jump to ra, and set ra to * return address (original pc + 4) * + *: + * 0: auipc t0/ra, 0x? + * 4: jalr t0/ra, ?(t0/ra) + * + *: + * 0: nop + * 4: nop + * * Dynamic ftrace generates probes to call sites, so we must deal with * both auipc and jalr at the same time. */ @@ -52,25 +60,43 @@ #define AUIPC_OFFSET_MASK (0xfffff000) #define AUIPC_PAD (0x00001000) #define JALR_SHIFT 20 -#define JALR_BASIC (0x000080e7) -#define AUIPC_BASIC (0x00000097) +#define JALR_RA (0x000080e7) +#define AUIPC_RA (0x00000097) +#define JALR_T0 (0x000282e7) +#define AUIPC_T0 (0x00000297) #define NOP4 (0x00000013) -#define make_call(caller, callee, call) \ +#define to_jalr_t0(offset) \ + (((offset & JALR_OFFSET_MASK) << JALR_SHIFT) | JALR_T0) + +#define to_auipc_t0(offset) \ + ((offset & JALR_SIGN_MASK) ? \ + (((offset & AUIPC_OFFSET_MASK) + AUIPC_PAD) | AUIPC_T0) : \ + ((offset & AUIPC_OFFSET_MASK) | AUIPC_T0)) + +#define make_call_t0(caller, callee, call) \ do { \ - call[0] = to_auipc_insn((unsigned int)((unsigned long)callee - \ - (unsigned long)caller)); \ - call[1] = to_jalr_insn((unsigned int)((unsigned long)callee - \ - (unsigned long)caller)); \ + unsigned int offset = \ + (unsigned long) callee - (unsigned long) caller; \ + call[0] = to_auipc_t0(offset); \ + call[1] = to_jalr_t0(offset); \ } while (0) -#define to_jalr_insn(offset) \ - (((offset & JALR_OFFSET_MASK) << JALR_SHIFT) | JALR_BASIC) +#define to_jalr_ra(offset) \ + (((offset & JALR_OFFSET_MASK) << JALR_SHIFT) | JALR_RA) -#define to_auipc_insn(offset) \ +#define to_auipc_ra(offset) \ ((offset & JALR_SIGN_MASK) ? \ - (((offset & AUIPC_OFFSET_MASK) + AUIPC_PAD) | AUIPC_BASIC) : \ - ((offset & AUIPC_OFFSET_MASK) | AUIPC_BASIC)) + (((offset & AUIPC_OFFSET_MASK) + AUIPC_PAD) | AUIPC_RA) : \ + ((offset & AUIPC_OFFSET_MASK) | AUIPC_RA)) + +#define make_call_ra(caller, callee, call) \ +do { \ + unsigned int offset = \ + (unsigned long) callee - (unsigned long) caller; \ + call[0] = to_auipc_ra(offset); \ + call[1] = to_jalr_ra(offset); \ +} while (0) /* * Let auipc+jalr be the basic *mcount unit*, so we make it 8 bytes here. @@ -83,6 +109,6 @@ #define ftrace_init_nop ftrace_init_nop #endif -#endif +#endif /* CONFIG_DYNAMIC_FTRACE */ #endif /* _ASM_RISCV_FTRACE_H */ --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/riscv/include/asm/jump_label.h +++ linux-lowlatency-hwe-6.2-6.2.0/arch/riscv/include/asm/jump_label.h @@ -18,6 +18,7 @@ const bool branch) { asm_volatile_goto( + " .align 2 \n\t" " .option push \n\t" " .option norelax \n\t" " .option norvc \n\t" @@ -39,6 +40,7 @@ const bool branch) { asm_volatile_goto( + " .align 2 \n\t" " .option push \n\t" " .option norelax \n\t" " .option norvc \n\t" --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/riscv/include/asm/mmio.h +++ linux-lowlatency-hwe-6.2-6.2.0/arch/riscv/include/asm/mmio.h @@ -101,9 +101,9 @@ * Relaxed I/O memory access primitives. These follow the Device memory * ordering rules but do not guarantee any ordering relative to Normal memory * accesses. These are defined to order the indicated access (either a read or - * write) with all other I/O memory accesses. Since the platform specification - * defines that all I/O regions are strongly ordered on channel 2, no explicit - * fences are required to enforce this ordering. + * write) with all other I/O memory accesses to the same peripheral. Since the + * platform specification defines that all I/O regions are strongly ordered on + * channel 0, no explicit fences are required to enforce this ordering. */ /* FIXME: These are now the same as asm-generic */ #define __io_rbr() do {} while (0) @@ -125,14 +125,14 @@ #endif /* - * I/O memory access primitives. Reads are ordered relative to any - * following Normal memory access. Writes are ordered relative to any prior - * Normal memory access. The memory barriers here are necessary as RISC-V + * I/O memory access primitives. Reads are ordered relative to any following + * Normal memory read and delay() loop. Writes are ordered relative to any + * prior Normal memory write. The memory barriers here are necessary as RISC-V * doesn't define any ordering between the memory space and the I/O space. */ #define __io_br() do {} while (0) -#define __io_ar(v) __asm__ __volatile__ ("fence i,r" : : : "memory") -#define __io_bw() __asm__ __volatile__ ("fence w,o" : : : "memory") +#define __io_ar(v) ({ __asm__ __volatile__ ("fence i,ir" : : : "memory"); }) +#define __io_bw() ({ __asm__ __volatile__ ("fence w,o" : : : "memory"); }) #define __io_aw() mmiowb_set_pending() #define readb(c) ({ u8 __v; __io_br(); __v = readb_cpu(c); __io_ar(__v); __v; }) --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/riscv/include/asm/mmu.h +++ linux-lowlatency-hwe-6.2-6.2.0/arch/riscv/include/asm/mmu.h @@ -19,8 +19,6 @@ #ifdef CONFIG_SMP /* A local icache flush is needed before user execution can resume. */ cpumask_t icache_stale_mask; - /* A local tlb flush is needed before user execution can resume. */ - cpumask_t tlb_stale_mask; #endif } mm_context_t; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/riscv/include/asm/parse_asm.h +++ linux-lowlatency-hwe-6.2-6.2.0/arch/riscv/include/asm/parse_asm.h @@ -3,6 +3,9 @@ * Copyright (C) 2020 SiFive */ +#ifndef _ASM_RISCV_INSN_H +#define _ASM_RISCV_INSN_H + #include /* The bit field of immediate value in I-type instruction */ @@ -217,3 +220,5 @@ (RVC_X(x_, RVC_B_IMM_5_OPOFF, RVC_B_IMM_5_MASK) << RVC_B_IMM_5_OFF) | \ (RVC_X(x_, RVC_B_IMM_7_6_OPOFF, RVC_B_IMM_7_6_MASK) << RVC_B_IMM_7_6_OFF) | \ (RVC_IMM_SIGN(x_) << RVC_B_IMM_SIGN_OFF); }) + +#endif /* _ASM_RISCV_INSN_H */ --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/riscv/include/asm/patch.h +++ linux-lowlatency-hwe-6.2-6.2.0/arch/riscv/include/asm/patch.h @@ -9,4 +9,6 @@ int patch_text_nosync(void *addr, const void *insns, size_t len); int patch_text(void *addr, u32 insn); +extern int riscv_patch_in_stop_machine; + #endif /* _ASM_RISCV_PATCH_H */ --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/riscv/include/asm/perf_event.h +++ linux-lowlatency-hwe-6.2-6.2.0/arch/riscv/include/asm/perf_event.h @@ -10,4 +10,11 @@ #include #define perf_arch_bpf_user_pt_regs(regs) (struct user_regs_struct *)regs + +#define perf_arch_fetch_caller_regs(regs, __ip) { \ + (regs)->epc = (__ip); \ + (regs)->s0 = (unsigned long) __builtin_frame_address(0); \ + (regs)->sp = current_stack_pointer; \ + (regs)->status = SR_PP; \ +} #endif /* _ASM_RISCV_PERF_EVENT_H */ --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/riscv/include/asm/pgtable.h +++ linux-lowlatency-hwe-6.2-6.2.0/arch/riscv/include/asm/pgtable.h @@ -87,9 +87,13 @@ #define FIXADDR_TOP PCI_IO_START #ifdef CONFIG_64BIT -#define FIXADDR_SIZE PMD_SIZE +#define MAX_FDT_SIZE PMD_SIZE +#define FIX_FDT_SIZE (MAX_FDT_SIZE + SZ_2M) +#define FIXADDR_SIZE (PMD_SIZE + FIX_FDT_SIZE) #else -#define FIXADDR_SIZE PGDIR_SIZE +#define MAX_FDT_SIZE PGDIR_SIZE +#define FIX_FDT_SIZE MAX_FDT_SIZE +#define FIXADDR_SIZE (PGDIR_SIZE + FIX_FDT_SIZE) #endif #define FIXADDR_START (FIXADDR_TOP - FIXADDR_SIZE) @@ -161,8 +165,7 @@ _PAGE_EXEC | _PAGE_WRITE) #define PAGE_COPY PAGE_READ -#define PAGE_COPY_EXEC PAGE_EXEC -#define PAGE_COPY_READ_EXEC PAGE_READ_EXEC +#define PAGE_COPY_EXEC PAGE_READ_EXEC #define PAGE_SHARED PAGE_WRITE #define PAGE_SHARED_EXEC PAGE_WRITE_EXEC @@ -415,7 +418,7 @@ * Relying on flush_tlb_fix_spurious_fault would suffice, but * the extra traps reduce performance. So, eagerly SFENCE.VMA. */ - flush_tlb_page(vma, address); + local_flush_tlb_page(address); } #define __HAVE_ARCH_UPDATE_MMU_TLB --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/riscv/include/asm/sbi.h +++ linux-lowlatency-hwe-6.2-6.2.0/arch/riscv/include/asm/sbi.h @@ -293,7 +293,7 @@ unsigned long start, unsigned long size, unsigned long asid); -int sbi_probe_extension(int ext); +long sbi_probe_extension(int ext); /* Check if current SBI specification version is 0.1 or not */ static inline int sbi_spec_is_0_1(void) --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/riscv/include/asm/thread_info.h +++ linux-lowlatency-hwe-6.2-6.2.0/arch/riscv/include/asm/thread_info.h @@ -43,6 +43,7 @@ #ifndef __ASSEMBLY__ extern long shadow_stack[SHADOW_OVERFLOW_STACK_SIZE / sizeof(long)]; +extern unsigned long spin_shadow_stack; #include #include --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/riscv/include/asm/tlbflush.h +++ linux-lowlatency-hwe-6.2-6.2.0/arch/riscv/include/asm/tlbflush.h @@ -12,6 +12,8 @@ #include #ifdef CONFIG_MMU +extern unsigned long asid_mask; + static inline void local_flush_tlb_all(void) { __asm__ __volatile__ ("sfence.vma" : : : "memory"); @@ -22,24 +24,6 @@ { ALT_FLUSH_TLB_PAGE(__asm__ __volatile__ ("sfence.vma %0" : : "r" (addr) : "memory")); } - -static inline void local_flush_tlb_all_asid(unsigned long asid) -{ - __asm__ __volatile__ ("sfence.vma x0, %0" - : - : "r" (asid) - : "memory"); -} - -static inline void local_flush_tlb_page_asid(unsigned long addr, - unsigned long asid) -{ - __asm__ __volatile__ ("sfence.vma %0, %1" - : - : "r" (addr), "r" (asid) - : "memory"); -} - #else /* CONFIG_MMU */ #define local_flush_tlb_all() do { } while (0) #define local_flush_tlb_page(addr) do { } while (0) --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/riscv/include/uapi/asm/setup.h +++ linux-lowlatency-hwe-6.2-6.2.0/arch/riscv/include/uapi/asm/setup.h @@ -0,0 +1,8 @@ +/* SPDX-License-Identifier: GPL-2.0-only WITH Linux-syscall-note */ + +#ifndef _UAPI_ASM_RISCV_SETUP_H +#define _UAPI_ASM_RISCV_SETUP_H + +#define COMMAND_LINE_SIZE 1024 + +#endif /* _UAPI_ASM_RISCV_SETUP_H */ --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/riscv/kernel/Makefile +++ linux-lowlatency-hwe-6.2-6.2.0/arch/riscv/kernel/Makefile @@ -9,6 +9,7 @@ CFLAGS_REMOVE_sbi.o = $(CC_FLAGS_FTRACE) endif CFLAGS_syscall_table.o += $(call cc-option,-Wno-override-init,) +CFLAGS_compat_syscall_table.o += $(call cc-option,-Wno-override-init,) ifdef CONFIG_KEXEC AFLAGS_kexec_relocate.o := -mcmodel=medany $(call cc-option,-mno-relax) --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/riscv/kernel/compat_vdso/Makefile +++ linux-lowlatency-hwe-6.2-6.2.0/arch/riscv/kernel/compat_vdso/Makefile @@ -11,9 +11,19 @@ COMPAT_CC := $(CC) COMPAT_LD := $(LD) -COMPAT_CC_FLAGS := -march=rv32g -mabi=ilp32 +# binutils 2.35 does not support the zifencei extension, but in the ISA +# spec 20191213, G stands for IMAFD_ZICSR_ZIFENCEI. +ifdef CONFIG_TOOLCHAIN_NEEDS_EXPLICIT_ZICSR_ZIFENCEI + COMPAT_CC_FLAGS := -march=rv32g -mabi=ilp32 +else + COMPAT_CC_FLAGS := -march=rv32imafd -mabi=ilp32 +endif COMPAT_LD_FLAGS := -melf32lriscv +# Disable attributes, as they're useless and break the build. +COMPAT_CC_FLAGS += $(call cc-option,-mno-riscv-attribute) +COMPAT_CC_FLAGS += $(call as-option,-Wa$(comma)-mno-arch-attr) + # Files to link into the compat_vdso obj-compat_vdso = $(patsubst %, %.o, $(compat_vdso-syms)) note.o --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/riscv/kernel/cpu_ops.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/riscv/kernel/cpu_ops.c @@ -27,7 +27,7 @@ void __init cpu_set_ops(int cpuid) { #if IS_ENABLED(CONFIG_RISCV_SBI) - if (sbi_probe_extension(SBI_EXT_HSM) > 0) { + if (sbi_probe_extension(SBI_EXT_HSM)) { if (!cpuid) pr_info("SBI HSM extension detected\n"); cpu_ops[cpuid] = &cpu_ops_sbi; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/riscv/kernel/cpufeature.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/riscv/kernel/cpufeature.c @@ -10,6 +10,7 @@ #include #include #include +#include #include #include #include @@ -339,8 +340,11 @@ } tmp = (1U << alt->errata_id); - if (cpu_req_feature & tmp) + if (cpu_req_feature & tmp) { + mutex_lock(&text_mutex); patch_text_nosync(alt->old_ptr, alt->alt_ptr, alt->alt_len); + mutex_unlock(&text_mutex); + } } } #endif --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/riscv/kernel/elf_kexec.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/riscv/kernel/elf_kexec.c @@ -281,7 +281,7 @@ kbuf.buffer = initrd; kbuf.bufsz = kbuf.memsz = initrd_len; kbuf.buf_align = PAGE_SIZE; - kbuf.top_down = false; + kbuf.top_down = true; kbuf.mem = KEXEC_BUF_MEM_UNKNOWN; ret = kexec_add_buffer(&kbuf); if (ret) @@ -425,6 +425,7 @@ * sym, instead of searching the whole relsec. */ case R_RISCV_PCREL_HI20: + case R_RISCV_CALL_PLT: case R_RISCV_CALL: *(u64 *)loc = CLEAN_IMM(UITYPE, *(u64 *)loc) | ENCODE_UJTYPE_IMM(val - addr); --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/riscv/kernel/ftrace.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/riscv/kernel/ftrace.c @@ -15,10 +15,19 @@ void ftrace_arch_code_modify_prepare(void) __acquires(&text_mutex) { mutex_lock(&text_mutex); + + /* + * The code sequences we use for ftrace can't be patched while the + * kernel is running, so we need to use stop_machine() to modify them + * for now. This doesn't play nice with text_mutex, we use this flag + * to elide the check. + */ + riscv_patch_in_stop_machine = true; } void ftrace_arch_code_modify_post_process(void) __releases(&text_mutex) { + riscv_patch_in_stop_machine = false; mutex_unlock(&text_mutex); } @@ -55,12 +64,15 @@ } static int __ftrace_modify_call(unsigned long hook_pos, unsigned long target, - bool enable) + bool enable, bool ra) { unsigned int call[2]; unsigned int nops[2] = {NOP4, NOP4}; - make_call(hook_pos, target, call); + if (ra) + make_call_ra(hook_pos, target, call); + else + make_call_t0(hook_pos, target, call); /* Replace the auipc-jalr pair at once. Return -EPERM on write error. */ if (patch_text_nosync @@ -70,42 +82,13 @@ return 0; } -/* - * Put 5 instructions with 16 bytes at the front of function within - * patchable function entry nops' area. - * - * 0: REG_S ra, -SZREG(sp) - * 1: auipc ra, 0x? - * 2: jalr -?(ra) - * 3: REG_L ra, -SZREG(sp) - * - * So the opcodes is: - * 0: 0xfe113c23 (sd)/0xfe112e23 (sw) - * 1: 0x???????? -> auipc - * 2: 0x???????? -> jalr - * 3: 0xff813083 (ld)/0xffc12083 (lw) - */ -#if __riscv_xlen == 64 -#define INSN0 0xfe113c23 -#define INSN3 0xff813083 -#elif __riscv_xlen == 32 -#define INSN0 0xfe112e23 -#define INSN3 0xffc12083 -#endif - -#define FUNC_ENTRY_SIZE 16 -#define FUNC_ENTRY_JMP 4 - int ftrace_make_call(struct dyn_ftrace *rec, unsigned long addr) { - unsigned int call[4] = {INSN0, 0, 0, INSN3}; - unsigned long target = addr; - unsigned long caller = rec->ip + FUNC_ENTRY_JMP; + unsigned int call[2]; - call[1] = to_auipc_insn((unsigned int)(target - caller)); - call[2] = to_jalr_insn((unsigned int)(target - caller)); + make_call_t0(rec->ip, addr, call); - if (patch_text_nosync((void *)rec->ip, call, FUNC_ENTRY_SIZE)) + if (patch_text_nosync((void *)rec->ip, call, MCOUNT_INSN_SIZE)) return -EPERM; return 0; @@ -114,15 +97,14 @@ int ftrace_make_nop(struct module *mod, struct dyn_ftrace *rec, unsigned long addr) { - unsigned int nops[4] = {NOP4, NOP4, NOP4, NOP4}; + unsigned int nops[2] = {NOP4, NOP4}; - if (patch_text_nosync((void *)rec->ip, nops, FUNC_ENTRY_SIZE)) + if (patch_text_nosync((void *)rec->ip, nops, MCOUNT_INSN_SIZE)) return -EPERM; return 0; } - /* * This is called early on, and isn't wrapped by * ftrace_arch_code_modify_{prepare,post_process}() and therefor doesn't hold @@ -134,9 +116,9 @@ { int out; - ftrace_arch_code_modify_prepare(); + mutex_lock(&text_mutex); out = ftrace_make_nop(mod, rec, MCOUNT_ADDR); - ftrace_arch_code_modify_post_process(); + mutex_unlock(&text_mutex); return out; } @@ -144,10 +126,10 @@ int ftrace_update_ftrace_func(ftrace_func_t func) { int ret = __ftrace_modify_call((unsigned long)&ftrace_call, - (unsigned long)func, true); + (unsigned long)func, true, true); if (!ret) { ret = __ftrace_modify_call((unsigned long)&ftrace_regs_call, - (unsigned long)func, true); + (unsigned long)func, true, true); } return ret; @@ -159,16 +141,16 @@ unsigned long addr) { unsigned int call[2]; - unsigned long caller = rec->ip + FUNC_ENTRY_JMP; + unsigned long caller = rec->ip; int ret; - make_call(caller, old_addr, call); + make_call_t0(caller, old_addr, call); ret = ftrace_check_current_call(caller, call); if (ret) return ret; - return __ftrace_modify_call(caller, addr, true); + return __ftrace_modify_call(caller, addr, true, false); } #endif @@ -203,12 +185,12 @@ int ret; ret = __ftrace_modify_call((unsigned long)&ftrace_graph_call, - (unsigned long)&prepare_ftrace_return, true); + (unsigned long)&prepare_ftrace_return, true, true); if (ret) return ret; return __ftrace_modify_call((unsigned long)&ftrace_graph_regs_call, - (unsigned long)&prepare_ftrace_return, true); + (unsigned long)&prepare_ftrace_return, true, true); } int ftrace_disable_ftrace_graph_caller(void) @@ -216,12 +198,12 @@ int ret; ret = __ftrace_modify_call((unsigned long)&ftrace_graph_call, - (unsigned long)&prepare_ftrace_return, false); + (unsigned long)&prepare_ftrace_return, false, true); if (ret) return ret; return __ftrace_modify_call((unsigned long)&ftrace_graph_regs_call, - (unsigned long)&prepare_ftrace_return, false); + (unsigned long)&prepare_ftrace_return, false, true); } #endif /* CONFIG_DYNAMIC_FTRACE */ #endif /* CONFIG_FUNCTION_GRAPH_TRACER */ --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/riscv/kernel/mcount-dyn.S +++ linux-lowlatency-hwe-6.2-6.2.0/arch/riscv/kernel/mcount-dyn.S @@ -13,8 +13,8 @@ .text -#define FENTRY_RA_OFFSET 12 -#define ABI_SIZE_ON_STACK 72 +#define FENTRY_RA_OFFSET 8 +#define ABI_SIZE_ON_STACK 80 #define ABI_A0 0 #define ABI_A1 8 #define ABI_A2 16 @@ -23,10 +23,10 @@ #define ABI_A5 40 #define ABI_A6 48 #define ABI_A7 56 -#define ABI_RA 64 +#define ABI_T0 64 +#define ABI_RA 72 .macro SAVE_ABI - addi sp, sp, -SZREG addi sp, sp, -ABI_SIZE_ON_STACK REG_S a0, ABI_A0(sp) @@ -37,6 +37,7 @@ REG_S a5, ABI_A5(sp) REG_S a6, ABI_A6(sp) REG_S a7, ABI_A7(sp) + REG_S t0, ABI_T0(sp) REG_S ra, ABI_RA(sp) .endm @@ -49,24 +50,18 @@ REG_L a5, ABI_A5(sp) REG_L a6, ABI_A6(sp) REG_L a7, ABI_A7(sp) + REG_L t0, ABI_T0(sp) REG_L ra, ABI_RA(sp) addi sp, sp, ABI_SIZE_ON_STACK - addi sp, sp, SZREG .endm #ifdef CONFIG_DYNAMIC_FTRACE_WITH_REGS .macro SAVE_ALL - addi sp, sp, -SZREG addi sp, sp, -PT_SIZE_ON_STACK - REG_S x1, PT_EPC(sp) - addi sp, sp, PT_SIZE_ON_STACK - REG_L x1, (sp) - addi sp, sp, -PT_SIZE_ON_STACK + REG_S t0, PT_EPC(sp) REG_S x1, PT_RA(sp) - REG_L x1, PT_EPC(sp) - REG_S x2, PT_SP(sp) REG_S x3, PT_GP(sp) REG_S x4, PT_TP(sp) @@ -100,15 +95,11 @@ .endm .macro RESTORE_ALL + REG_L t0, PT_EPC(sp) REG_L x1, PT_RA(sp) - addi sp, sp, PT_SIZE_ON_STACK - REG_S x1, (sp) - addi sp, sp, -PT_SIZE_ON_STACK - REG_L x1, PT_EPC(sp) REG_L x2, PT_SP(sp) REG_L x3, PT_GP(sp) REG_L x4, PT_TP(sp) - REG_L x5, PT_T0(sp) REG_L x6, PT_T1(sp) REG_L x7, PT_T2(sp) REG_L x8, PT_S0(sp) @@ -137,17 +128,16 @@ REG_L x31, PT_T6(sp) addi sp, sp, PT_SIZE_ON_STACK - addi sp, sp, SZREG .endm #endif /* CONFIG_DYNAMIC_FTRACE_WITH_REGS */ ENTRY(ftrace_caller) SAVE_ABI - addi a0, ra, -FENTRY_RA_OFFSET + addi a0, t0, -FENTRY_RA_OFFSET la a1, function_trace_op REG_L a2, 0(a1) - REG_L a1, ABI_SIZE_ON_STACK(sp) + mv a1, ra mv a3, sp ftrace_call: @@ -155,8 +145,8 @@ call ftrace_stub #ifdef CONFIG_FUNCTION_GRAPH_TRACER - addi a0, sp, ABI_SIZE_ON_STACK - REG_L a1, ABI_RA(sp) + addi a0, sp, ABI_RA + REG_L a1, ABI_T0(sp) addi a1, a1, -FENTRY_RA_OFFSET #ifdef HAVE_FUNCTION_GRAPH_FP_TEST mv a2, s0 @@ -166,17 +156,17 @@ call ftrace_stub #endif RESTORE_ABI - ret + jr t0 ENDPROC(ftrace_caller) #ifdef CONFIG_DYNAMIC_FTRACE_WITH_REGS ENTRY(ftrace_regs_caller) SAVE_ALL - addi a0, ra, -FENTRY_RA_OFFSET + addi a0, t0, -FENTRY_RA_OFFSET la a1, function_trace_op REG_L a2, 0(a1) - REG_L a1, PT_SIZE_ON_STACK(sp) + mv a1, ra mv a3, sp ftrace_regs_call: @@ -196,6 +186,6 @@ #endif RESTORE_ALL - ret + jr t0 ENDPROC(ftrace_regs_caller) #endif /* CONFIG_DYNAMIC_FTRACE_WITH_REGS */ --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/riscv/kernel/patch.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/riscv/kernel/patch.c @@ -11,6 +11,7 @@ #include #include #include +#include #include struct patch_insn { @@ -19,6 +20,8 @@ atomic_t cpu_count; }; +int riscv_patch_in_stop_machine = false; + #ifdef CONFIG_MMU /* * The fix_to_virt(, idx) needs a const value (not a dynamic variable of @@ -59,8 +62,15 @@ * Before reaching here, it was expected to lock the text_mutex * already, so we don't need to give another lock here and could * ensure that it was safe between each cores. + * + * We're currently using stop_machine() for ftrace & kprobes, and while + * that ensures text_mutex is held before installing the mappings it + * does not ensure text_mutex is held by the calling thread. That's + * safe but triggers a lockdep failure, so just elide it for that + * specific case. */ - lockdep_assert_held(&text_mutex); + if (!riscv_patch_in_stop_machine) + lockdep_assert_held(&text_mutex); if (across_pages) patch_map(addr + len, FIX_TEXT_POKE1); @@ -121,13 +131,25 @@ int patch_text(void *addr, u32 insn) { + int ret; struct patch_insn patch = { .addr = addr, .insn = insn, .cpu_count = ATOMIC_INIT(0), }; - return stop_machine_cpuslocked(patch_text_cb, - &patch, cpu_online_mask); + /* + * kprobes takes text_mutex, before calling patch_text(), but as we call + * calls stop_machine(), the lockdep assertion in patch_insn_write() + * gets confused by the context in which the lock is taken. + * Instead, ensure the lock is held before calling stop_machine(), and + * set riscv_patch_in_stop_machine to skip the check in + * patch_insn_write(). + */ + lockdep_assert_held(&text_mutex); + riscv_patch_in_stop_machine = true; + ret = stop_machine_cpuslocked(patch_text_cb, &patch, cpu_online_mask); + riscv_patch_in_stop_machine = false; + return ret; } NOKPROBE_SYMBOL(patch_text); --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/riscv/kernel/probes/Makefile +++ linux-lowlatency-hwe-6.2-6.2.0/arch/riscv/kernel/probes/Makefile @@ -4,3 +4,5 @@ obj-$(CONFIG_KPROBES_ON_FTRACE) += ftrace.o obj-$(CONFIG_UPROBES) += uprobes.o decode-insn.o simulate-insn.o CFLAGS_REMOVE_simulate-insn.o = $(CC_FLAGS_FTRACE) +CFLAGS_REMOVE_rethook.o = $(CC_FLAGS_FTRACE) +CFLAGS_REMOVE_rethook_trampoline.o = $(CC_FLAGS_FTRACE) --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/riscv/kernel/probes/uprobes.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/riscv/kernel/probes/uprobes.c @@ -67,6 +67,7 @@ struct uprobe_task *utask = current->utask; WARN_ON_ONCE(current->thread.bad_cause != UPROBE_TRAP_NR); + current->thread.bad_cause = utask->autask.saved_cause; instruction_pointer_set(regs, utask->vaddr + auprobe->insn_size); @@ -102,6 +103,7 @@ { struct uprobe_task *utask = current->utask; + current->thread.bad_cause = utask->autask.saved_cause; /* * Task has received a fatal signal, so reset back to probbed * address. --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/riscv/kernel/sbi.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/riscv/kernel/sbi.c @@ -581,19 +581,18 @@ * sbi_probe_extension() - Check if an SBI extension ID is supported or not. * @extid: The extension ID to be probed. * - * Return: Extension specific nonzero value f yes, -ENOTSUPP otherwise. + * Return: 1 or an extension specific nonzero value if yes, 0 otherwise. */ -int sbi_probe_extension(int extid) +long sbi_probe_extension(int extid) { struct sbiret ret; ret = sbi_ecall(SBI_EXT_BASE, SBI_EXT_BASE_PROBE_EXT, extid, 0, 0, 0, 0, 0); if (!ret.error) - if (ret.value) - return ret.value; + return ret.value; - return -ENOTSUPP; + return 0; } EXPORT_SYMBOL(sbi_probe_extension); @@ -665,26 +664,26 @@ if (!sbi_spec_is_0_1()) { pr_info("SBI implementation ID=0x%lx Version=0x%lx\n", sbi_get_firmware_id(), sbi_get_firmware_version()); - if (sbi_probe_extension(SBI_EXT_TIME) > 0) { + if (sbi_probe_extension(SBI_EXT_TIME)) { __sbi_set_timer = __sbi_set_timer_v02; pr_info("SBI TIME extension detected\n"); } else { __sbi_set_timer = __sbi_set_timer_v01; } - if (sbi_probe_extension(SBI_EXT_IPI) > 0) { + if (sbi_probe_extension(SBI_EXT_IPI)) { __sbi_send_ipi = __sbi_send_ipi_v02; pr_info("SBI IPI extension detected\n"); } else { __sbi_send_ipi = __sbi_send_ipi_v01; } - if (sbi_probe_extension(SBI_EXT_RFENCE) > 0) { + if (sbi_probe_extension(SBI_EXT_RFENCE)) { __sbi_rfence = __sbi_rfence_v02; pr_info("SBI RFENCE extension detected\n"); } else { __sbi_rfence = __sbi_rfence_v01; } if ((sbi_spec_version >= sbi_mk_version(0, 3)) && - (sbi_probe_extension(SBI_EXT_SRST) > 0)) { + sbi_probe_extension(SBI_EXT_SRST)) { pr_info("SBI SRST extension detected\n"); pm_power_off = sbi_srst_power_off; sbi_srst_reboot_nb.notifier_call = sbi_srst_reboot; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/riscv/kernel/setup.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/riscv/kernel/setup.c @@ -278,12 +278,8 @@ #if IS_ENABLED(CONFIG_BUILTIN_DTB) unflatten_and_copy_device_tree(); #else - if (early_init_dt_verify(__va(XIP_FIXUP(dtb_early_pa)))) - unflatten_device_tree(); - else - pr_err("No DTB found in kernel mappings\n"); + unflatten_device_tree(); #endif - early_init_fdt_scan_reserved_mem(); misc_mem_init(); init_resources(); --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/riscv/kernel/signal.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/riscv/kernel/signal.c @@ -19,6 +19,7 @@ #include #include #include +#include extern u32 __user_rt_sigreturn[2]; @@ -181,6 +182,7 @@ { struct rt_sigframe __user *frame; long err = 0; + unsigned long __maybe_unused addr; frame = get_sigframe(ksig, regs, sizeof(*frame)); if (!access_ok(frame, sizeof(*frame))) @@ -209,7 +211,12 @@ if (copy_to_user(&frame->sigreturn_code, __user_rt_sigreturn, sizeof(frame->sigreturn_code))) return -EFAULT; - regs->ra = (unsigned long)&frame->sigreturn_code; + + addr = (unsigned long)&frame->sigreturn_code; + /* Make sure the two instructions are pushed to icache. */ + flush_icache_range(addr, addr + sizeof(frame->sigreturn_code)); + + regs->ra = addr; #endif /* CONFIG_MMU */ /* --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/riscv/kernel/stacktrace.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/riscv/kernel/stacktrace.c @@ -101,7 +101,7 @@ while (!kstack_end(ksp)) { if (__kernel_text_address(pc) && unlikely(!fn(arg, pc))) break; - pc = (*ksp++) - 0x4; + pc = READ_ONCE_NOCHECK(*ksp++) - 0x4; } } --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/riscv/kernel/time.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/riscv/kernel/time.c @@ -5,6 +5,7 @@ */ #include +#include #include #include #include @@ -29,6 +30,8 @@ of_clk_init(NULL); timer_probe(); + + tick_setup_hrtimer_broadcast(); } void clocksource_arch_init(struct clocksource *cs) --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/riscv/kernel/traps.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/riscv/kernel/traps.c @@ -34,10 +34,11 @@ static int die_counter; int ret; long cause; + unsigned long flags; oops_enter(); - spin_lock_irq(&die_lock); + spin_lock_irqsave(&die_lock, flags); console_verbose(); bust_spinlocks(1); @@ -54,7 +55,7 @@ bust_spinlocks(0); add_taint(TAINT_DIE, LOCKDEP_NOW_UNRELIABLE); - spin_unlock_irq(&die_lock); + spin_unlock_irqrestore(&die_lock, flags); oops_exit(); if (in_interrupt()) --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/riscv/kvm/main.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/riscv/kvm/main.c @@ -84,7 +84,7 @@ return -ENODEV; } - if (sbi_probe_extension(SBI_EXT_RFENCE) <= 0) { + if (!sbi_probe_extension(SBI_EXT_RFENCE)) { kvm_info("require SBI RFENCE extension\n"); return -ENODEV; } --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/riscv/kvm/mmu.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/riscv/kvm/mmu.c @@ -628,6 +628,13 @@ !(memslot->flags & KVM_MEM_READONLY)) ? true : false; unsigned long vma_pagesize, mmu_seq; + /* We need minimum second+third level pages */ + ret = kvm_mmu_topup_memory_cache(pcache, gstage_pgd_levels); + if (ret) { + kvm_err("Failed to topup G-stage cache\n"); + return ret; + } + mmap_read_lock(current->mm); vma = vma_lookup(current->mm, hva); @@ -648,6 +655,15 @@ if (vma_pagesize == PMD_SIZE || vma_pagesize == PGDIR_SIZE) gfn = (gpa & huge_page_mask(hstate_vma(vma))) >> PAGE_SHIFT; + /* + * Read mmu_invalidate_seq so that KVM can detect if the results of + * vma_lookup() or gfn_to_pfn_prot() become stale priort to acquiring + * kvm->mmu_lock. + * + * Rely on mmap_read_unlock() for an implicit smp_rmb(), which pairs + * with the smp_wmb() in kvm_mmu_invalidate_end(). + */ + mmu_seq = kvm->mmu_invalidate_seq; mmap_read_unlock(current->mm); if (vma_pagesize != PGDIR_SIZE && @@ -657,15 +673,6 @@ return -EFAULT; } - /* We need minimum second+third level pages */ - ret = kvm_mmu_topup_memory_cache(pcache, gstage_pgd_levels); - if (ret) { - kvm_err("Failed to topup G-stage cache\n"); - return ret; - } - - mmu_seq = kvm->mmu_invalidate_seq; - hfn = gfn_to_pfn_prot(kvm, gfn, is_write, &writable); if (hfn == KVM_PFN_ERR_HWPOISON) { send_sig_mceerr(BUS_MCEERR_AR, (void __user *)hva, --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/riscv/kvm/vcpu_timer.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/riscv/kvm/vcpu_timer.c @@ -147,10 +147,8 @@ return; delta_ns = kvm_riscv_delta_cycles2ns(t->next_cycles, gt, t); - if (delta_ns) { - hrtimer_start(&t->hrt, ktime_set(0, delta_ns), HRTIMER_MODE_REL); - t->next_set = true; - } + hrtimer_start(&t->hrt, ktime_set(0, delta_ns), HRTIMER_MODE_REL); + t->next_set = true; } static void kvm_riscv_vcpu_timer_unblocking(struct kvm_vcpu *vcpu) --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/riscv/lib/uaccess.S +++ linux-lowlatency-hwe-6.2-6.2.0/arch/riscv/lib/uaccess.S @@ -17,8 +17,11 @@ li t6, SR_SUM csrs CSR_STATUS, t6 - /* Save for return value */ - mv t5, a2 + /* + * Save the terminal address which will be used to compute the number + * of bytes copied in case of a fixup exception. + */ + add t5, a0, a2 /* * Register allocation for code below: @@ -176,7 +179,7 @@ 10: /* Disable access to user memory */ csrc CSR_STATUS, t6 - mv a0, t5 + sub a0, t5, a0 ret ENDPROC(__asm_copy_to_user) ENDPROC(__asm_copy_from_user) @@ -228,7 +231,7 @@ 11: /* Disable access to user memory */ csrc CSR_STATUS, t6 - mv a0, a1 + sub a0, a3, a0 ret ENDPROC(__clear_user) EXPORT_SYMBOL(__clear_user) --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/riscv/mm/context.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/riscv/mm/context.c @@ -22,7 +22,7 @@ static unsigned long asid_bits; static unsigned long num_asids; -static unsigned long asid_mask; +unsigned long asid_mask; static atomic_long_t current_version; @@ -196,16 +196,6 @@ if (need_flush_tlb) local_flush_tlb_all(); -#ifdef CONFIG_SMP - else { - cpumask_t *mask = &mm->context.tlb_stale_mask; - - if (cpumask_test_cpu(cpu, mask)) { - cpumask_clear_cpu(cpu, mask); - local_flush_tlb_all_asid(cntx & asid_mask); - } - } -#endif } static void set_mm_noasid(struct mm_struct *mm) @@ -215,12 +205,24 @@ local_flush_tlb_all(); } -static inline void set_mm(struct mm_struct *mm, unsigned int cpu) +static inline void set_mm(struct mm_struct *prev, + struct mm_struct *next, unsigned int cpu) { - if (static_branch_unlikely(&use_asid_allocator)) - set_mm_asid(mm, cpu); - else - set_mm_noasid(mm); + /* + * The mm_cpumask indicates which harts' TLBs contain the virtual + * address mapping of the mm. Compared to noasid, using asid + * can't guarantee that stale TLB entries are invalidated because + * the asid mechanism wouldn't flush TLB for every switch_mm for + * performance. So when using asid, keep all CPUs footmarks in + * cpumask() until mm reset. + */ + cpumask_set_cpu(cpu, mm_cpumask(next)); + if (static_branch_unlikely(&use_asid_allocator)) { + set_mm_asid(next, cpu); + } else { + cpumask_clear_cpu(cpu, mm_cpumask(prev)); + set_mm_noasid(next); + } } static int __init asids_init(void) @@ -274,7 +276,8 @@ } early_initcall(asids_init); #else -static inline void set_mm(struct mm_struct *mm, unsigned int cpu) +static inline void set_mm(struct mm_struct *prev, + struct mm_struct *next, unsigned int cpu) { /* Nothing to do here when there is no MMU */ } @@ -327,10 +330,7 @@ */ cpu = smp_processor_id(); - cpumask_clear_cpu(cpu, mm_cpumask(prev)); - cpumask_set_cpu(cpu, mm_cpumask(next)); - - set_mm(next, cpu); + set_mm(prev, next, cpu); flush_icache_deferred(next, cpu); } --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/riscv/mm/fault.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/riscv/mm/fault.c @@ -83,13 +83,13 @@ BUG(); } -static inline void bad_area(struct pt_regs *regs, struct mm_struct *mm, int code, unsigned long addr) +static inline void +bad_area_nosemaphore(struct pt_regs *regs, int code, unsigned long addr) { /* * Something tried to access memory that isn't in our memory map. * Fix it, but check if it's kernel or user first. */ - mmap_read_unlock(mm); /* User mode accesses just cause a SIGSEGV */ if (user_mode(regs)) { do_trap(regs, SIGSEGV, code, addr); @@ -99,6 +99,15 @@ no_context(regs, addr); } +static inline void +bad_area(struct pt_regs *regs, struct mm_struct *mm, int code, + unsigned long addr) +{ + mmap_read_unlock(mm); + + bad_area_nosemaphore(regs, code, addr); +} + static inline void vmalloc_fault(struct pt_regs *regs, int code, unsigned long addr) { pgd_t *pgd, *pgd_k; @@ -143,6 +152,8 @@ no_context(regs, addr); return; } + if (pud_leaf(*pud_k)) + goto flush_tlb; /* * Since the vmalloc area is global, it is unnecessary @@ -153,6 +164,8 @@ no_context(regs, addr); return; } + if (pmd_leaf(*pmd_k)) + goto flush_tlb; /* * Make sure the actual PTE exists as well to @@ -172,6 +185,7 @@ * ordering constraint, not a cache flush; it is * necessary even after writing invalid entries. */ +flush_tlb: local_flush_tlb_page(addr); } @@ -267,10 +281,12 @@ if (user_mode(regs)) flags |= FAULT_FLAG_USER; - if (!user_mode(regs) && addr < TASK_SIZE && - unlikely(!(regs->status & SR_SUM))) - die_kernel_fault("access to user memory without uaccess routines", - addr, regs); + if (!user_mode(regs) && addr < TASK_SIZE && unlikely(!(regs->status & SR_SUM))) { + if (fixup_exception(regs)) + return; + + die_kernel_fault("access to user memory without uaccess routines", addr, regs); + } perf_sw_event(PERF_COUNT_SW_PAGE_FAULTS, 1, regs, addr); @@ -279,23 +295,10 @@ else if (cause == EXC_INST_PAGE_FAULT) flags |= FAULT_FLAG_INSTRUCTION; retry: - mmap_read_lock(mm); - vma = find_vma(mm, addr); + vma = lock_mm_and_find_vma(mm, addr, regs); if (unlikely(!vma)) { tsk->thread.bad_cause = cause; - bad_area(regs, mm, code, addr); - return; - } - if (likely(vma->vm_start <= addr)) - goto good_area; - if (unlikely(!(vma->vm_flags & VM_GROWSDOWN))) { - tsk->thread.bad_cause = cause; - bad_area(regs, mm, code, addr); - return; - } - if (unlikely(expand_stack(vma, addr))) { - tsk->thread.bad_cause = cause; - bad_area(regs, mm, code, addr); + bad_area_nosemaphore(regs, code, addr); return; } @@ -303,7 +306,6 @@ * Ok, we have a good vm_area for this memory access, so * we can handle it. */ -good_area: code = SEGV_ACCERR; if (unlikely(access_error(cause, vma))) { --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/riscv/mm/init.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/riscv/mm/init.c @@ -57,7 +57,6 @@ EXPORT_SYMBOL(empty_zero_page); extern char _start[]; -#define DTB_EARLY_BASE_VA PGDIR_SIZE void *_dtb_early_va __initdata; uintptr_t _dtb_early_pa __initdata; @@ -236,36 +235,26 @@ set_max_mapnr(max_low_pfn - ARCH_PFN_OFFSET); reserve_initrd_mem(); + + /* + * No allocation should be done before reserving the memory as defined + * in the device tree, otherwise the allocation could end up in a + * reserved region. + */ + early_init_fdt_scan_reserved_mem(); + /* * If DTB is built in, no need to reserve its memblock. * Otherwise, do reserve it but avoid using * early_init_fdt_reserve_self() since __pa() does * not work for DTB pointers that are fixmap addresses */ - if (!IS_ENABLED(CONFIG_BUILTIN_DTB)) { - /* - * In case the DTB is not located in a memory region we won't - * be able to locate it later on via the linear mapping and - * get a segfault when accessing it via __va(dtb_early_pa). - * To avoid this situation copy DTB to a memory region. - * Note that memblock_phys_alloc will also reserve DTB region. - */ - if (!memblock_is_memory(dtb_early_pa)) { - size_t fdt_size = fdt_totalsize(dtb_early_va); - phys_addr_t new_dtb_early_pa = memblock_phys_alloc(fdt_size, PAGE_SIZE); - void *new_dtb_early_va = early_memremap(new_dtb_early_pa, fdt_size); - - memcpy(new_dtb_early_va, dtb_early_va, fdt_size); - early_memunmap(new_dtb_early_va, fdt_size); - _dtb_early_pa = new_dtb_early_pa; - } else - memblock_reserve(dtb_early_pa, fdt_totalsize(dtb_early_va)); - } + if (!IS_ENABLED(CONFIG_BUILTIN_DTB)) + memblock_reserve(dtb_early_pa, fdt_totalsize(dtb_early_va)); dma_contiguous_reserve(dma32_phys_limit); if (IS_ENABLED(CONFIG_64BIT)) hugetlb_cma_reserve(PUD_SHIFT - PAGE_SHIFT); - memblock_allow_resize(); } #ifdef CONFIG_MMU @@ -279,9 +268,6 @@ static pte_t fixmap_pte[PTRS_PER_PTE] __page_aligned_bss; pgd_t early_pg_dir[PTRS_PER_PGD] __initdata __aligned(PAGE_SIZE); -static p4d_t __maybe_unused early_dtb_p4d[PTRS_PER_P4D] __initdata __aligned(PAGE_SIZE); -static pud_t __maybe_unused early_dtb_pud[PTRS_PER_PUD] __initdata __aligned(PAGE_SIZE); -static pmd_t __maybe_unused early_dtb_pmd[PTRS_PER_PMD] __initdata __aligned(PAGE_SIZE); #ifdef CONFIG_XIP_KERNEL #define pt_ops (*(struct pt_alloc_ops *)XIP_FIXUP(&pt_ops)) @@ -299,7 +285,7 @@ [VM_EXEC] = PAGE_EXEC, [VM_EXEC | VM_READ] = PAGE_READ_EXEC, [VM_EXEC | VM_WRITE] = PAGE_COPY_EXEC, - [VM_EXEC | VM_WRITE | VM_READ] = PAGE_COPY_READ_EXEC, + [VM_EXEC | VM_WRITE | VM_READ] = PAGE_COPY_EXEC, [VM_SHARED] = PAGE_NONE, [VM_SHARED | VM_READ] = PAGE_READ, [VM_SHARED | VM_WRITE] = PAGE_SHARED, @@ -626,9 +612,6 @@ #define trampoline_pgd_next (pgtable_l5_enabled ? \ (uintptr_t)trampoline_p4d : (pgtable_l4_enabled ? \ (uintptr_t)trampoline_pud : (uintptr_t)trampoline_pmd)) -#define early_dtb_pgd_next (pgtable_l5_enabled ? \ - (uintptr_t)early_dtb_p4d : (pgtable_l4_enabled ? \ - (uintptr_t)early_dtb_pud : (uintptr_t)early_dtb_pmd)) #else #define pgd_next_t pte_t #define alloc_pgd_next(__va) pt_ops.alloc_pte(__va) @@ -636,7 +619,6 @@ #define create_pgd_next_mapping(__nextp, __va, __pa, __sz, __prot) \ create_pte_mapping(__nextp, __va, __pa, __sz, __prot) #define fixmap_pgd_next ((uintptr_t)fixmap_pte) -#define early_dtb_pgd_next ((uintptr_t)early_dtb_pmd) #define create_p4d_mapping(__pmdp, __va, __pa, __sz, __prot) do {} while(0) #define create_pud_mapping(__pmdp, __va, __pa, __sz, __prot) do {} while(0) #define create_pmd_mapping(__pmdp, __va, __pa, __sz, __prot) do {} while(0) @@ -795,6 +777,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); @@ -860,32 +846,27 @@ * this means 2 PMD entries whereas for 32-bit kernel, this is only 1 PGDIR * entry. */ -static void __init create_fdt_early_page_table(pgd_t *pgdir, uintptr_t dtb_pa) +static void __init create_fdt_early_page_table(uintptr_t fix_fdt_va, + uintptr_t dtb_pa) { #ifndef CONFIG_BUILTIN_DTB uintptr_t pa = dtb_pa & ~(PMD_SIZE - 1); - create_pgd_mapping(early_pg_dir, DTB_EARLY_BASE_VA, - IS_ENABLED(CONFIG_64BIT) ? early_dtb_pgd_next : pa, - PGDIR_SIZE, - IS_ENABLED(CONFIG_64BIT) ? PAGE_TABLE : PAGE_KERNEL); + /* Make sure the fdt fixmap address is always aligned on PMD size */ + BUILD_BUG_ON(FIX_FDT % (PMD_SIZE / PAGE_SIZE)); - if (pgtable_l5_enabled) - create_p4d_mapping(early_dtb_p4d, DTB_EARLY_BASE_VA, - (uintptr_t)early_dtb_pud, P4D_SIZE, PAGE_TABLE); - - if (pgtable_l4_enabled) - create_pud_mapping(early_dtb_pud, DTB_EARLY_BASE_VA, - (uintptr_t)early_dtb_pmd, PUD_SIZE, PAGE_TABLE); - - if (IS_ENABLED(CONFIG_64BIT)) { - create_pmd_mapping(early_dtb_pmd, DTB_EARLY_BASE_VA, + /* In 32-bit only, the fdt lies in its own PGD */ + if (!IS_ENABLED(CONFIG_64BIT)) { + create_pgd_mapping(early_pg_dir, fix_fdt_va, + pa, MAX_FDT_SIZE, PAGE_KERNEL); + } else { + create_pmd_mapping(fixmap_pmd, fix_fdt_va, pa, PMD_SIZE, PAGE_KERNEL); - create_pmd_mapping(early_dtb_pmd, DTB_EARLY_BASE_VA + PMD_SIZE, + create_pmd_mapping(fixmap_pmd, fix_fdt_va + PMD_SIZE, pa + PMD_SIZE, PMD_SIZE, PAGE_KERNEL); } - dtb_early_va = (void *)DTB_EARLY_BASE_VA + (dtb_pa & (PMD_SIZE - 1)); + dtb_early_va = (void *)fix_fdt_va + (dtb_pa & (PMD_SIZE - 1)); #else /* * For 64-bit kernel, __va can't be used since it would return a linear @@ -1055,7 +1036,7 @@ create_kernel_page_table(early_pg_dir, true); /* Setup early mapping for FDT early scan */ - create_fdt_early_page_table(early_pg_dir, dtb_pa); + create_fdt_early_page_table(__fix_to_virt(FIX_FDT), dtb_pa); /* * Bootime fixmap only can handle PMD_SIZE mapping. Thus, boot-ioremap @@ -1097,6 +1078,16 @@ u64 i; /* Setup swapper PGD for fixmap */ +#if !defined(CONFIG_64BIT) + /* + * In 32-bit, the device tree lies in a pgd entry, so it must be copied + * directly in swapper_pg_dir in addition to the pgd entry that points + * to fixmap_pte. + */ + unsigned long idx = pgd_index(__fix_to_virt(FIX_FDT)); + + set_pgd(&swapper_pg_dir[idx], early_pg_dir[idx]); +#endif create_pgd_mapping(swapper_pg_dir, FIXADDR_START, __pa_symbol(fixmap_pgd_next), PGDIR_SIZE, PAGE_TABLE); @@ -1201,7 +1192,7 @@ */ crash_base = memblock_phys_alloc_range(crash_size, PMD_SIZE, search_start, - min(search_end, (unsigned long) SZ_4G)); + min(search_end, (unsigned long)(SZ_4G - 1))); if (crash_base == 0) { /* Try again without restricting region to 32bit addressible memory */ crash_base = memblock_phys_alloc_range(crash_size, PMD_SIZE, @@ -1224,6 +1215,9 @@ { setup_bootmem(); setup_vm_final(); + + /* Depend on that Linear Mapping is ready */ + memblock_allow_resize(); } void __init misc_mem_init(void) --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/riscv/mm/pageattr.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/riscv/mm/pageattr.c @@ -217,18 +217,26 @@ pgd = pgd_offset_k(addr); if (!pgd_present(*pgd)) return false; + if (pgd_leaf(*pgd)) + return true; p4d = p4d_offset(pgd, addr); if (!p4d_present(*p4d)) return false; + if (p4d_leaf(*p4d)) + return true; pud = pud_offset(p4d, addr); if (!pud_present(*pud)) return false; + if (pud_leaf(*pud)) + return true; pmd = pmd_offset(pud, addr); if (!pmd_present(*pmd)) return false; + if (pmd_leaf(*pmd)) + return true; pte = pte_offset_kernel(pmd, addr); return pte_present(*pte); --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/riscv/mm/ptdump.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/riscv/mm/ptdump.c @@ -59,10 +59,6 @@ }; enum address_markers_idx { -#ifdef CONFIG_KASAN - KASAN_SHADOW_START_NR, - KASAN_SHADOW_END_NR, -#endif FIXMAP_START_NR, FIXMAP_END_NR, PCI_IO_START_NR, @@ -74,6 +70,10 @@ VMALLOC_START_NR, VMALLOC_END_NR, PAGE_OFFSET_NR, +#ifdef CONFIG_KASAN + KASAN_SHADOW_START_NR, + KASAN_SHADOW_END_NR, +#endif #ifdef CONFIG_64BIT MODULES_MAPPING_NR, KERNEL_MAPPING_NR, @@ -82,10 +82,6 @@ }; static struct addr_marker address_markers[] = { -#ifdef CONFIG_KASAN - {0, "Kasan shadow start"}, - {0, "Kasan shadow end"}, -#endif {0, "Fixmap start"}, {0, "Fixmap end"}, {0, "PCI I/O start"}, @@ -97,6 +93,10 @@ {0, "vmalloc() area"}, {0, "vmalloc() end"}, {0, "Linear mapping"}, +#ifdef CONFIG_KASAN + {0, "Kasan shadow start"}, + {0, "Kasan shadow end"}, +#endif #ifdef CONFIG_64BIT {0, "Modules/BPF mapping"}, {0, "Kernel mapping"}, @@ -362,10 +362,6 @@ { unsigned int i, j; -#ifdef CONFIG_KASAN - address_markers[KASAN_SHADOW_START_NR].start_address = KASAN_SHADOW_START; - address_markers[KASAN_SHADOW_END_NR].start_address = KASAN_SHADOW_END; -#endif address_markers[FIXMAP_START_NR].start_address = FIXADDR_START; address_markers[FIXMAP_END_NR].start_address = FIXADDR_TOP; address_markers[PCI_IO_START_NR].start_address = PCI_IO_START; @@ -377,6 +373,10 @@ address_markers[VMALLOC_START_NR].start_address = VMALLOC_START; address_markers[VMALLOC_END_NR].start_address = VMALLOC_END; address_markers[PAGE_OFFSET_NR].start_address = PAGE_OFFSET; +#ifdef CONFIG_KASAN + address_markers[KASAN_SHADOW_START_NR].start_address = KASAN_SHADOW_START; + address_markers[KASAN_SHADOW_END_NR].start_address = KASAN_SHADOW_END; +#endif #ifdef CONFIG_64BIT address_markers[MODULES_MAPPING_NR].start_address = MODULES_VADDR; address_markers[KERNEL_MAPPING_NR].start_address = kernel_map.virt_addr; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/riscv/mm/tlbflush.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/riscv/mm/tlbflush.c @@ -5,7 +5,23 @@ #include #include #include -#include + +static inline void local_flush_tlb_all_asid(unsigned long asid) +{ + __asm__ __volatile__ ("sfence.vma x0, %0" + : + : "r" (asid) + : "memory"); +} + +static inline void local_flush_tlb_page_asid(unsigned long addr, + unsigned long asid) +{ + __asm__ __volatile__ ("sfence.vma %0, %1" + : + : "r" (addr), "r" (asid) + : "memory"); +} void flush_tlb_all(void) { @@ -15,7 +31,6 @@ static void __sbi_tlb_flush_range(struct mm_struct *mm, unsigned long start, unsigned long size, unsigned long stride) { - struct cpumask *pmask = &mm->context.tlb_stale_mask; struct cpumask *cmask = mm_cpumask(mm); unsigned int cpuid; bool broadcast; @@ -27,16 +42,7 @@ /* check if the tlbflush needs to be sent to other CPUs */ broadcast = cpumask_any_but(cmask, cpuid) < nr_cpu_ids; if (static_branch_unlikely(&use_asid_allocator)) { - unsigned long asid = atomic_long_read(&mm->context.id); - - /* - * TLB will be immediately flushed on harts concurrently - * executing this MM context. TLB flush on other harts - * is deferred until this MM context migrates there. - */ - cpumask_setall(pmask); - cpumask_clear_cpu(cpuid, pmask); - cpumask_andnot(pmask, pmask, cmask); + unsigned long asid = atomic_long_read(&mm->context.id) & asid_mask; if (broadcast) { sbi_remote_sfence_vma_asid(cmask, start, size, asid); --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/riscv/net/bpf_jit.h +++ linux-lowlatency-hwe-6.2-6.2.0/arch/riscv/net/bpf_jit.h @@ -69,7 +69,7 @@ struct bpf_prog *prog; u16 *insns; /* RV insns */ int ninsns; - int body_len; + int prologue_len; int epilogue_offset; int *offset; /* BPF to RV */ int nexentries; @@ -216,8 +216,8 @@ int from, to; off++; /* BPF branch is from PC+1, RV is from PC */ - from = (insn > 0) ? ctx->offset[insn - 1] : 0; - to = (insn + off > 0) ? ctx->offset[insn + off - 1] : 0; + from = (insn > 0) ? ctx->offset[insn - 1] : ctx->prologue_len; + to = (insn + off > 0) ? ctx->offset[insn + off - 1] : ctx->prologue_len; return ninsns_rvoff(to - from); } --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/riscv/net/bpf_jit_core.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/riscv/net/bpf_jit_core.c @@ -44,7 +44,7 @@ unsigned int prog_size = 0, extable_size = 0; bool tmp_blinded = false, extra_pass = false; struct bpf_prog *tmp, *orig_prog = prog; - int pass = 0, prev_ninsns = 0, prologue_len, i; + int pass = 0, prev_ninsns = 0, i; struct rv_jit_data *jit_data; struct rv_jit_context *ctx; @@ -83,6 +83,12 @@ prog = orig_prog; goto out_offset; } + + if (build_body(ctx, extra_pass, NULL)) { + prog = orig_prog; + goto out_offset; + } + for (i = 0; i < prog->len; i++) { prev_ninsns += 32; ctx->offset[i] = prev_ninsns; @@ -91,12 +97,15 @@ for (i = 0; i < NR_JIT_ITERATIONS; i++) { pass++; ctx->ninsns = 0; + + bpf_jit_build_prologue(ctx); + ctx->prologue_len = ctx->ninsns; + if (build_body(ctx, extra_pass, ctx->offset)) { prog = orig_prog; goto out_offset; } - ctx->body_len = ctx->ninsns; - bpf_jit_build_prologue(ctx); + ctx->epilogue_offset = ctx->ninsns; bpf_jit_build_epilogue(ctx); @@ -162,10 +171,8 @@ if (!prog->is_func || extra_pass) { bpf_jit_binary_lock_ro(jit_data->header); - prologue_len = ctx->epilogue_offset - ctx->body_len; for (i = 0; i < prog->len; i++) - ctx->offset[i] = ninsns_rvoff(prologue_len + - ctx->offset[i]); + ctx->offset[i] = ninsns_rvoff(ctx->offset[i]); bpf_prog_fill_jited_linfo(prog, ctx->offset); out_offset: kfree(ctx->offset); --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/riscv/purgatory/Makefile +++ linux-lowlatency-hwe-6.2-6.2.0/arch/riscv/purgatory/Makefile @@ -25,6 +25,11 @@ CFLAGS_string.o := -D__DISABLE_EXPORTS CFLAGS_ctype.o := -D__DISABLE_EXPORTS +# When profile-guided optimization is enabled, llvm emits two different +# overlapping text sections, which is not supported by kexec. Remove profile +# optimization flags. +KBUILD_CFLAGS := $(filter-out -fprofile-sample-use=% -fprofile-use=%,$(KBUILD_CFLAGS)) + # When linking purgatory.ro with -r unresolved symbols are not checked, # also link a purgatory.chk binary without -r to check for unresolved symbols. PURGATORY_LDFLAGS := -e purgatory_start -z nodefaultlib @@ -74,9 +79,7 @@ CFLAGS_REMOVE_ctype.o += $(PURGATORY_CFLAGS_REMOVE) CFLAGS_ctype.o += $(PURGATORY_CFLAGS) -AFLAGS_REMOVE_entry.o += -Wa,-gdwarf-2 -AFLAGS_REMOVE_memcpy.o += -Wa,-gdwarf-2 -AFLAGS_REMOVE_memset.o += -Wa,-gdwarf-2 +asflags-remove-y += $(foreach x, -g -gdwarf-4 -gdwarf-5, $(x) -Wa,$(x)) $(obj)/purgatory.ro: $(PURGATORY_OBJS) FORCE $(call if_changed,ld) --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/s390/Kconfig +++ linux-lowlatency-hwe-6.2-6.2.0/arch/s390/Kconfig @@ -26,10 +26,6 @@ config GENERIC_BUG_RELATIVE_POINTERS def_bool y -config GENERIC_CSUM - bool - default y if KASAN - config GENERIC_LOCKBREAK def_bool y if PREEMPTION --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/s390/Makefile +++ linux-lowlatency-hwe-6.2-6.2.0/arch/s390/Makefile @@ -27,6 +27,7 @@ KBUILD_CFLAGS_DECOMPRESSOR += -fno-asynchronous-unwind-tables KBUILD_CFLAGS_DECOMPRESSOR += -ffreestanding KBUILD_CFLAGS_DECOMPRESSOR += -fno-stack-protector +KBUILD_CFLAGS_DECOMPRESSOR += -fPIE KBUILD_CFLAGS_DECOMPRESSOR += $(call cc-disable-warning, address-of-packed-member) KBUILD_CFLAGS_DECOMPRESSOR += $(if $(CONFIG_DEBUG_INFO),-g) KBUILD_CFLAGS_DECOMPRESSOR += $(if $(CONFIG_DEBUG_INFO_DWARF4), $(call cc-option, -gdwarf-4,)) @@ -162,7 +163,7 @@ ifdef CONFIG_EXPOLINE_EXTERN modules_prepare: expoline_prepare -expoline_prepare: +expoline_prepare: scripts $(Q)$(MAKE) $(build)=arch/s390/lib/expoline arch/s390/lib/expoline/expoline.o endif endif --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/s390/boot/boot.h +++ linux-lowlatency-hwe-6.2-6.2.0/arch/s390/boot/boot.h @@ -8,10 +8,26 @@ #ifndef __ASSEMBLY__ +struct vmlinux_info { + unsigned long default_lma; + void (*entry)(void); + unsigned long image_size; /* does not include .bss */ + unsigned long bss_size; /* uncompressed image .bss size */ + unsigned long bootdata_off; + unsigned long bootdata_size; + unsigned long bootdata_preserved_off; + unsigned long bootdata_preserved_size; + unsigned long dynsym_start; + unsigned long rela_dyn_start; + unsigned long rela_dyn_end; + unsigned long amode31_size; +}; + void startup_kernel(void); -unsigned long detect_memory(void); +unsigned long detect_memory(unsigned long *safe_addr); bool is_ipl_block_dump(void); void store_ipl_parmblock(void); +unsigned long read_ipl_report(unsigned long safe_addr); void setup_boot_command_line(void); void parse_boot_command_line(void); void verify_facilities(void); @@ -20,6 +36,7 @@ void print_pgm_check_info(void); unsigned long get_random_base(unsigned long safe_addr); void __printf(1, 2) decompressor_printk(const char *fmt, ...); +void error(char *m); /* Symbols defined by linker scripts */ extern const char kernel_version[]; @@ -31,8 +48,11 @@ extern char __boot_data_preserved_start[], __boot_data_preserved_end[]; extern char _decompressor_syms_start[], _decompressor_syms_end[]; extern char _stack_start[], _stack_end[]; - -unsigned long read_ipl_report(unsigned long safe_offset); +extern char _end[]; +extern unsigned char _compressed_start[]; +extern unsigned char _compressed_end[]; +extern struct vmlinux_info _vmlinux_info; +#define vmlinux _vmlinux_info #endif /* __ASSEMBLY__ */ #endif /* BOOT_BOOT_H */ --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/s390/boot/decompressor.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/s390/boot/decompressor.c @@ -11,6 +11,7 @@ #include #include #include "decompressor.h" +#include "boot.h" /* * gzip declarations --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/s390/boot/decompressor.h +++ linux-lowlatency-hwe-6.2-6.2.0/arch/s390/boot/decompressor.h @@ -2,37 +2,11 @@ #ifndef BOOT_COMPRESSED_DECOMPRESSOR_H #define BOOT_COMPRESSED_DECOMPRESSOR_H -#include - #ifdef CONFIG_KERNEL_UNCOMPRESSED static inline void *decompress_kernel(void) { return NULL; } #else void *decompress_kernel(void); #endif unsigned long mem_safe_offset(void); -void error(char *m); - -struct vmlinux_info { - unsigned long default_lma; - void (*entry)(void); - unsigned long image_size; /* does not include .bss */ - unsigned long bss_size; /* uncompressed image .bss size */ - unsigned long bootdata_off; - unsigned long bootdata_size; - unsigned long bootdata_preserved_off; - unsigned long bootdata_preserved_size; - unsigned long dynsym_start; - unsigned long rela_dyn_start; - unsigned long rela_dyn_end; - unsigned long amode31_size; -}; - -/* Symbols defined by linker scripts */ -extern char _end[]; -extern unsigned char _compressed_start[]; -extern unsigned char _compressed_end[]; -extern char _vmlinux_info[]; - -#define vmlinux (*(struct vmlinux_info *)_vmlinux_info) #endif /* BOOT_COMPRESSED_DECOMPRESSOR_H */ --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/s390/boot/ipl_report.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/s390/boot/ipl_report.c @@ -57,11 +57,19 @@ if (IS_ENABLED(CONFIG_BLK_DEV_INITRD) && initrd_data.start && initrd_data.size && intersects(initrd_data.start, initrd_data.size, safe_addr, size)) safe_addr = initrd_data.start + initrd_data.size; + if (intersects(safe_addr, size, (unsigned long)comps, comps->len)) { + safe_addr = (unsigned long)comps + comps->len; + goto repeat; + } for_each_rb_entry(comp, comps) if (intersects(safe_addr, size, comp->addr, comp->len)) { safe_addr = comp->addr + comp->len; goto repeat; } + if (intersects(safe_addr, size, (unsigned long)certs, certs->len)) { + safe_addr = (unsigned long)certs + certs->len; + goto repeat; + } for_each_rb_entry(cert, certs) if (intersects(safe_addr, size, cert->addr, cert->len)) { safe_addr = cert->addr + cert->len; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/s390/boot/kaslr.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/s390/boot/kaslr.c @@ -174,7 +174,6 @@ { unsigned long memory_limit = get_mem_detect_end(); unsigned long base_pos, max_pos, kernel_size; - unsigned long kasan_needs; int i; memory_limit = min(memory_limit, ident_map_size); @@ -186,12 +185,7 @@ */ memory_limit -= kasan_estimate_memory_needs(memory_limit); - if (IS_ENABLED(CONFIG_BLK_DEV_INITRD) && initrd_data.start && initrd_data.size) { - if (safe_addr < initrd_data.start + initrd_data.size) - safe_addr = initrd_data.start + initrd_data.size; - } safe_addr = ALIGN(safe_addr, THREAD_SIZE); - kernel_size = vmlinux.image_size + vmlinux.bss_size; if (safe_addr + kernel_size > memory_limit) return 0; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/s390/boot/mem_detect.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/s390/boot/mem_detect.c @@ -16,29 +16,10 @@ #define ENTRIES_EXTENDED_MAX \ (256 * (1020 / 2) * sizeof(struct mem_detect_block)) -/* - * To avoid corrupting old kernel memory during dump, find lowest memory - * chunk possible either right after the kernel end (decompressed kernel) or - * after initrd (if it is present and there is no hole between the kernel end - * and initrd) - */ -static void *mem_detect_alloc_extended(void) -{ - unsigned long offset = ALIGN(mem_safe_offset(), sizeof(u64)); - - if (IS_ENABLED(CONFIG_BLK_DEV_INITRD) && initrd_data.start && initrd_data.size && - initrd_data.start < offset + ENTRIES_EXTENDED_MAX) - offset = ALIGN(initrd_data.start + initrd_data.size, sizeof(u64)); - - return (void *)offset; -} - static struct mem_detect_block *__get_mem_detect_block_ptr(u32 n) { if (n < MEM_INLINED_ENTRIES) return &mem_detect.entries[n]; - if (unlikely(!mem_detect.entries_extended)) - mem_detect.entries_extended = mem_detect_alloc_extended(); return &mem_detect.entries_extended[n - MEM_INLINED_ENTRIES]; } @@ -147,7 +128,7 @@ return rc; } -static void search_mem_end(void) +static unsigned long search_mem_end(void) { unsigned long range = 1 << (MAX_PHYSMEM_BITS - 20); /* in 1MB blocks */ unsigned long offset = 0; @@ -159,33 +140,34 @@ if (!tprot(pivot << 20)) offset = pivot; } - - add_mem_detect_block(0, (offset + 1) << 20); + return (offset + 1) << 20; } -unsigned long detect_memory(void) +unsigned long detect_memory(unsigned long *safe_addr) { - unsigned long max_physmem_end; + unsigned long max_physmem_end = 0; sclp_early_get_memsize(&max_physmem_end); + mem_detect.entries_extended = (struct mem_detect_block *)ALIGN(*safe_addr, sizeof(u64)); if (!sclp_early_read_storage_info()) { mem_detect.info_source = MEM_DETECT_SCLP_STOR_INFO; - return max_physmem_end; - } - - if (!diag260()) { + } else if (!diag260()) { mem_detect.info_source = MEM_DETECT_DIAG260; - return max_physmem_end; - } - - if (max_physmem_end) { + max_physmem_end = max_physmem_end ?: get_mem_detect_end(); + } else if (max_physmem_end) { add_mem_detect_block(0, max_physmem_end); mem_detect.info_source = MEM_DETECT_SCLP_READ_INFO; - return max_physmem_end; + } else { + max_physmem_end = search_mem_end(); + add_mem_detect_block(0, max_physmem_end); + mem_detect.info_source = MEM_DETECT_BIN_SEARCH; + } + + if (mem_detect.count > MEM_INLINED_ENTRIES) { + *safe_addr += (mem_detect.count - MEM_INLINED_ENTRIES) * + sizeof(struct mem_detect_block); } - search_mem_end(); - mem_detect.info_source = MEM_DETECT_BIN_SEARCH; - return get_mem_detect_end(); + return max_physmem_end; } --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/s390/boot/startup.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/s390/boot/startup.c @@ -57,16 +57,17 @@ } #endif -static void rescue_initrd(unsigned long addr) +static unsigned long rescue_initrd(unsigned long safe_addr) { if (!IS_ENABLED(CONFIG_BLK_DEV_INITRD)) - return; + return safe_addr; if (!initrd_data.start || !initrd_data.size) - return; - if (addr <= initrd_data.start) - return; - memmove((void *)addr, (void *)initrd_data.start, initrd_data.size); - initrd_data.start = addr; + return safe_addr; + if (initrd_data.start < safe_addr) { + memmove((void *)safe_addr, (void *)initrd_data.start, initrd_data.size); + initrd_data.start = safe_addr; + } + return initrd_data.start + initrd_data.size; } static void copy_bootdata(void) @@ -250,6 +251,7 @@ void startup_kernel(void) { + unsigned long max_physmem_end; unsigned long random_lma; unsigned long safe_addr; void *img; @@ -265,12 +267,13 @@ safe_addr = reserve_amode31(safe_addr); safe_addr = read_ipl_report(safe_addr); uv_query_info(); - rescue_initrd(safe_addr); + safe_addr = rescue_initrd(safe_addr); sclp_early_read_info(); setup_boot_command_line(); parse_boot_command_line(); sanitize_prot_virt_host(); - setup_ident_map_size(detect_memory()); + max_physmem_end = detect_memory(&safe_addr); + setup_ident_map_size(max_physmem_end); setup_vmalloc_size(); setup_kernel_memory_layout(); --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/s390/crypto/chacha-glue.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/s390/crypto/chacha-glue.c @@ -82,7 +82,7 @@ * it cannot handle a block of data or less, but otherwise * it can handle data of arbitrary size */ - if (bytes <= CHACHA_BLOCK_SIZE || nrounds != 20) + if (bytes <= CHACHA_BLOCK_SIZE || nrounds != 20 || !MACHINE_HAS_VX) chacha_crypt_generic(state, dst, src, bytes, nrounds); else chacha20_crypt_s390(state, dst, src, bytes, --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/s390/include/asm/ap.h +++ linux-lowlatency-hwe-6.2-6.2.0/arch/s390/include/asm/ap.h @@ -239,7 +239,10 @@ union { unsigned long value; struct ap_qirq_ctrl qirqctrl; - struct ap_queue_status status; + struct { + u32 _pad; + struct ap_queue_status status; + }; } reg1; unsigned long reg2 = pa_ind; @@ -253,7 +256,7 @@ " lgr %[reg1],1\n" /* gr1 (status) into reg1 */ : [reg1] "+&d" (reg1) : [reg0] "d" (reg0), [reg2] "d" (reg2) - : "cc", "0", "1", "2"); + : "cc", "memory", "0", "1", "2"); return reg1.status; } @@ -290,7 +293,10 @@ unsigned long reg0 = qid | (5UL << 24) | ((ifbit & 0x01) << 22); union { unsigned long value; - struct ap_queue_status status; + struct { + u32 _pad; + struct ap_queue_status status; + }; } reg1; unsigned long reg2; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/s390/include/asm/checksum.h +++ linux-lowlatency-hwe-6.2-6.2.0/arch/s390/include/asm/checksum.h @@ -12,12 +12,7 @@ #ifndef _S390_CHECKSUM_H #define _S390_CHECKSUM_H -#ifdef CONFIG_GENERIC_CSUM - -#include - -#else /* CONFIG_GENERIC_CSUM */ - +#include #include #include @@ -40,6 +35,7 @@ .odd = (unsigned long) len, }; + kasan_check_read(buff, len); asm volatile( "0: cksm %[sum],%[rp]\n" " jo 0b\n" @@ -135,5 +131,4 @@ return csum_fold((__force __wsum)(sum >> 32)); } -#endif /* CONFIG_GENERIC_CSUM */ #endif /* _S390_CHECKSUM_H */ --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/s390/include/asm/ipl.h +++ linux-lowlatency-hwe-6.2-6.2.0/arch/s390/include/asm/ipl.h @@ -139,6 +139,7 @@ unsigned char flags, unsigned short cert); int ipl_report_add_certificate(struct ipl_report *report, void *key, unsigned long addr, unsigned long len); +bool ipl_get_secureboot(void); /* * DIAG 308 support --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/s390/include/asm/pgtable.h +++ linux-lowlatency-hwe-6.2-6.2.0/arch/s390/include/asm/pgtable.h @@ -181,6 +181,8 @@ #define _PAGE_SOFT_DIRTY 0x000 #endif +#define _PAGE_SW_BITS 0xffUL /* All SW bits */ + #define _PAGE_SWP_EXCLUSIVE _PAGE_LARGE /* SW pte exclusive swap bit */ /* Set of bits not changed in pte_modify */ @@ -188,6 +190,12 @@ _PAGE_YOUNG | _PAGE_SOFT_DIRTY) /* + * Mask of bits that must not be changed with RDP. Allow only _PAGE_PROTECT + * HW bit and all SW bits. + */ +#define _PAGE_RDP_MASK ~(_PAGE_PROTECT | _PAGE_SW_BITS) + +/* * handle_pte_fault uses pte_present and pte_none to find out the pte type * WITHOUT holding the page table lock. The _PAGE_PRESENT bit is used to * distinguish present from not-present ptes. It is changed only with the page @@ -1045,6 +1053,19 @@ #define IPTE_NODAT 0x400 #define IPTE_GUEST_ASCE 0x800 +static __always_inline void __ptep_rdp(unsigned long addr, pte_t *ptep, + unsigned long opt, unsigned long asce, + int local) +{ + unsigned long pto; + + pto = __pa(ptep) & ~(PTRS_PER_PTE * sizeof(pte_t) - 1); + asm volatile(".insn rrf,0xb98b0000,%[r1],%[r2],%[asce],%[m4]" + : "+m" (*ptep) + : [r1] "a" (pto), [r2] "a" ((addr & PAGE_MASK) | opt), + [asce] "a" (asce), [m4] "i" (local)); +} + static __always_inline void __ptep_ipte(unsigned long address, pte_t *ptep, unsigned long opt, unsigned long asce, int local) @@ -1195,6 +1216,42 @@ ptep_xchg_lazy(mm, addr, ptep, pte_wrprotect(pte)); } +/* + * Check if PTEs only differ in _PAGE_PROTECT HW bit, but also allow SW PTE + * bits in the comparison. Those might change e.g. because of dirty and young + * tracking. + */ +static inline int pte_allow_rdp(pte_t old, pte_t new) +{ + /* + * Only allow changes from RO to RW + */ + if (!(pte_val(old) & _PAGE_PROTECT) || pte_val(new) & _PAGE_PROTECT) + return 0; + + return (pte_val(old) & _PAGE_RDP_MASK) == (pte_val(new) & _PAGE_RDP_MASK); +} + +static inline void flush_tlb_fix_spurious_fault(struct vm_area_struct *vma, + unsigned long address) +{ + /* + * RDP might not have propagated the PTE protection reset to all CPUs, + * so there could be spurious TLB protection faults. + * NOTE: This will also be called when a racing pagetable update on + * another thread already installed the correct PTE. Both cases cannot + * really be distinguished. + * Therefore, only do the local TLB flush when RDP can be used, to avoid + * unnecessary overhead. + */ + if (MACHINE_HAS_RDP) + asm volatile("ptlb" : : : "memory"); +} +#define flush_tlb_fix_spurious_fault flush_tlb_fix_spurious_fault + +void ptep_reset_dat_prot(struct mm_struct *mm, unsigned long addr, pte_t *ptep, + pte_t new); + #define __HAVE_ARCH_PTEP_SET_ACCESS_FLAGS static inline int ptep_set_access_flags(struct vm_area_struct *vma, unsigned long addr, pte_t *ptep, @@ -1202,7 +1259,10 @@ { if (pte_same(*ptep, entry)) return 0; - ptep_xchg_direct(vma->vm_mm, addr, ptep, entry); + if (MACHINE_HAS_RDP && !mm_has_pgste(vma->vm_mm) && pte_allow_rdp(*ptep, entry)) + ptep_reset_dat_prot(vma->vm_mm, addr, ptep, entry); + else + ptep_xchg_direct(vma->vm_mm, addr, ptep, entry); return 1; } --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/s390/include/asm/setup.h +++ linux-lowlatency-hwe-6.2-6.2.0/arch/s390/include/asm/setup.h @@ -34,6 +34,7 @@ #define MACHINE_FLAG_GS BIT(16) #define MACHINE_FLAG_SCC BIT(17) #define MACHINE_FLAG_PCI_MIO BIT(18) +#define MACHINE_FLAG_RDP BIT(19) #define LPP_MAGIC BIT(31) #define LPP_PID_MASK _AC(0xffffffff, UL) @@ -95,6 +96,7 @@ #define MACHINE_HAS_GS (S390_lowcore.machine_flags & MACHINE_FLAG_GS) #define MACHINE_HAS_SCC (S390_lowcore.machine_flags & MACHINE_FLAG_SCC) #define MACHINE_HAS_PCI_MIO (S390_lowcore.machine_flags & MACHINE_FLAG_PCI_MIO) +#define MACHINE_HAS_RDP (S390_lowcore.machine_flags & MACHINE_FLAG_RDP) /* * Console mode. Override with conmode= --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/s390/include/uapi/asm/zcrypt.h +++ linux-lowlatency-hwe-6.2-6.2.0/arch/s390/include/uapi/asm/zcrypt.h @@ -85,7 +85,8 @@ struct CPRBX { __u16 cprb_len; /* CPRB length 220 */ __u8 cprb_ver_id; /* CPRB version id. 0x02 */ - __u8 _pad_000[3]; /* Alignment pad bytes */ + __u8 ctfm; /* Command Type Filtering Mask */ + __u8 pad_000[2]; /* Alignment pad bytes */ __u8 func_id[2]; /* function id 0x5432 */ __u8 cprb_flags[4]; /* Flags */ __u32 req_parml; /* request parameter buffer len */ --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/s390/kernel/Makefile +++ linux-lowlatency-hwe-6.2-6.2.0/arch/s390/kernel/Makefile @@ -10,6 +10,7 @@ # Do not trace early setup code CFLAGS_REMOVE_early.o = $(CC_FLAGS_FTRACE) +CFLAGS_REMOVE_rethook.o = $(CC_FLAGS_FTRACE) endif --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/s390/kernel/early.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/s390/kernel/early.c @@ -227,6 +227,8 @@ S390_lowcore.machine_flags |= MACHINE_FLAG_PCI_MIO; /* the control bit is set during PCI initialization */ } + if (test_facility(194)) + S390_lowcore.machine_flags |= MACHINE_FLAG_RDP; } static inline void save_vector_registers(void) @@ -288,7 +290,6 @@ void __init startup_init(void) { - sclp_early_adjust_va(); reset_tod_clock(); check_image_bootable(); time_early_init(); --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/s390/kernel/head64.S +++ linux-lowlatency-hwe-6.2-6.2.0/arch/s390/kernel/head64.S @@ -25,6 +25,7 @@ larl %r14,init_task stg %r14,__LC_CURRENT larl %r15,init_thread_union+THREAD_SIZE-STACK_FRAME_OVERHEAD-__PT_SIZE + brasl %r14,sclp_early_adjust_va # allow sclp_early_printk #ifdef CONFIG_KASAN brasl %r14,kasan_early_init #endif --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/s390/kernel/idle.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/s390/kernel/idle.c @@ -44,7 +44,7 @@ S390_lowcore.last_update_timer = idle->timer_idle_exit; } -void arch_cpu_idle(void) +void noinstr arch_cpu_idle(void) { struct s390_idle_data *idle = this_cpu_ptr(&s390_idle); unsigned long idle_time; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/s390/kernel/ipl.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/s390/kernel/ipl.c @@ -593,6 +593,7 @@ &sys_ipl_type_attr.attr, &sys_ipl_eckd_bootprog_attr.attr, &sys_ipl_eckd_br_chr_attr.attr, + &sys_ipl_ccw_loadparm_attr.attr, &sys_ipl_device_attr.attr, &sys_ipl_secure_attr.attr, &sys_ipl_has_secure_attr.attr, @@ -888,23 +889,27 @@ return len; } -/* FCP wrapper */ -static ssize_t reipl_fcp_loadparm_show(struct kobject *kobj, - struct kobj_attribute *attr, char *page) -{ - return reipl_generic_loadparm_show(reipl_block_fcp, page); -} - -static ssize_t reipl_fcp_loadparm_store(struct kobject *kobj, - struct kobj_attribute *attr, - const char *buf, size_t len) -{ - return reipl_generic_loadparm_store(reipl_block_fcp, buf, len); -} - -static struct kobj_attribute sys_reipl_fcp_loadparm_attr = - __ATTR(loadparm, 0644, reipl_fcp_loadparm_show, - reipl_fcp_loadparm_store); +#define DEFINE_GENERIC_LOADPARM(name) \ +static ssize_t reipl_##name##_loadparm_show(struct kobject *kobj, \ + struct kobj_attribute *attr, char *page) \ +{ \ + return reipl_generic_loadparm_show(reipl_block_##name, page); \ +} \ +static ssize_t reipl_##name##_loadparm_store(struct kobject *kobj, \ + struct kobj_attribute *attr, \ + const char *buf, size_t len) \ +{ \ + return reipl_generic_loadparm_store(reipl_block_##name, buf, len); \ +} \ +static struct kobj_attribute sys_reipl_##name##_loadparm_attr = \ + __ATTR(loadparm, 0644, reipl_##name##_loadparm_show, \ + reipl_##name##_loadparm_store) + +DEFINE_GENERIC_LOADPARM(fcp); +DEFINE_GENERIC_LOADPARM(nvme); +DEFINE_GENERIC_LOADPARM(ccw); +DEFINE_GENERIC_LOADPARM(nss); +DEFINE_GENERIC_LOADPARM(eckd); static ssize_t reipl_fcp_clear_show(struct kobject *kobj, struct kobj_attribute *attr, char *page) @@ -994,24 +999,6 @@ DEFINE_IPL_ATTR_RW(reipl_nvme, br_lba, "%lld\n", "%lld\n", reipl_block_nvme->nvme.br_lba); -/* nvme wrapper */ -static ssize_t reipl_nvme_loadparm_show(struct kobject *kobj, - struct kobj_attribute *attr, char *page) -{ - return reipl_generic_loadparm_show(reipl_block_nvme, page); -} - -static ssize_t reipl_nvme_loadparm_store(struct kobject *kobj, - struct kobj_attribute *attr, - const char *buf, size_t len) -{ - return reipl_generic_loadparm_store(reipl_block_nvme, buf, len); -} - -static struct kobj_attribute sys_reipl_nvme_loadparm_attr = - __ATTR(loadparm, 0644, reipl_nvme_loadparm_show, - reipl_nvme_loadparm_store); - static struct attribute *reipl_nvme_attrs[] = { &sys_reipl_nvme_fid_attr.attr, &sys_reipl_nvme_nsid_attr.attr, @@ -1047,38 +1034,6 @@ /* CCW reipl device attributes */ DEFINE_IPL_CCW_ATTR_RW(reipl_ccw, device, reipl_block_ccw->ccw); -/* NSS wrapper */ -static ssize_t reipl_nss_loadparm_show(struct kobject *kobj, - struct kobj_attribute *attr, char *page) -{ - return reipl_generic_loadparm_show(reipl_block_nss, page); -} - -static ssize_t reipl_nss_loadparm_store(struct kobject *kobj, - struct kobj_attribute *attr, - const char *buf, size_t len) -{ - return reipl_generic_loadparm_store(reipl_block_nss, buf, len); -} - -/* CCW wrapper */ -static ssize_t reipl_ccw_loadparm_show(struct kobject *kobj, - struct kobj_attribute *attr, char *page) -{ - return reipl_generic_loadparm_show(reipl_block_ccw, page); -} - -static ssize_t reipl_ccw_loadparm_store(struct kobject *kobj, - struct kobj_attribute *attr, - const char *buf, size_t len) -{ - return reipl_generic_loadparm_store(reipl_block_ccw, buf, len); -} - -static struct kobj_attribute sys_reipl_ccw_loadparm_attr = - __ATTR(loadparm, 0644, reipl_ccw_loadparm_show, - reipl_ccw_loadparm_store); - static ssize_t reipl_ccw_clear_show(struct kobject *kobj, struct kobj_attribute *attr, char *page) { @@ -1176,6 +1131,7 @@ &sys_reipl_eckd_device_attr.attr, &sys_reipl_eckd_bootprog_attr.attr, &sys_reipl_eckd_br_chr_attr.attr, + &sys_reipl_eckd_loadparm_attr.attr, NULL, }; @@ -1251,10 +1207,6 @@ __ATTR(name, 0644, reipl_nss_name_show, reipl_nss_name_store); -static struct kobj_attribute sys_reipl_nss_loadparm_attr = - __ATTR(loadparm, 0644, reipl_nss_loadparm_show, - reipl_nss_loadparm_store); - static struct attribute *reipl_nss_attrs[] = { &sys_reipl_nss_name_attr.attr, &sys_reipl_nss_loadparm_attr.attr, @@ -2568,3 +2520,8 @@ } #endif + +bool ipl_get_secureboot(void) +{ + return !!ipl_secure_flag; +} --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/s390/kernel/kprobes.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/s390/kernel/kprobes.c @@ -278,6 +278,7 @@ { __this_cpu_write(current_kprobe, kcb->prev_kprobe.kp); kcb->kprobe_status = kcb->prev_kprobe.status; + kcb->prev_kprobe.kp = NULL; } NOKPROBE_SYMBOL(pop_kprobe); @@ -432,12 +433,11 @@ if (!p) return 0; + resume_execution(p, regs); if (kcb->kprobe_status != KPROBE_REENTER && p->post_handler) { kcb->kprobe_status = KPROBE_HIT_SSDONE; p->post_handler(p, regs, 0); } - - resume_execution(p, regs); pop_kprobe(kcb); preempt_enable_no_resched(); --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/s390/kernel/ptrace.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/s390/kernel/ptrace.c @@ -474,9 +474,7 @@ } return 0; case PTRACE_GET_LAST_BREAK: - put_user(child->thread.last_break, - (unsigned long __user *) data); - return 0; + return put_user(child->thread.last_break, (unsigned long __user *)data); case PTRACE_ENABLE_TE: if (!MACHINE_HAS_TE) return -EIO; @@ -824,9 +822,7 @@ } return 0; case PTRACE_GET_LAST_BREAK: - put_user(child->thread.last_break, - (unsigned int __user *) data); - return 0; + return put_user(child->thread.last_break, (unsigned int __user *)data); } return compat_ptrace_request(child, request, addr, data); } --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/s390/kernel/setup.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/s390/kernel/setup.c @@ -51,6 +51,7 @@ #include #include #include +#include #include #include @@ -981,6 +982,9 @@ log_component_list(); + if (ipl_get_secureboot()) + security_lock_kernel_down("Secure IPL mode", LOCKDOWN_INTEGRITY_MAX); + /* Have one command line that is parsed and saved in /proc/cmdline */ /* boot_command_line has been already set up in early.c */ *cmdline_p = boot_command_line; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/s390/kernel/sthyi.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/s390/kernel/sthyi.c @@ -459,9 +459,9 @@ * * Fills the destination with system information returned by the STHYI * instruction. The data is generated by emulation or execution of STHYI, - * if available. The return value is the condition code that would be - * returned, the rc parameter is the return code which is passed in - * register R2 + 1. + * if available. The return value is either a negative error value or + * the condition code that would be returned, the rc parameter is the + * return code which is passed in register R2 + 1. */ int sthyi_fill(void *dst, u64 *rc) { --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/s390/kernel/topology.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/s390/kernel/topology.c @@ -95,7 +95,7 @@ static void cpu_thread_map(cpumask_t *dst, unsigned int cpu) { static cpumask_t mask; - int i; + unsigned int max_cpu; cpumask_clear(&mask); if (!cpumask_test_cpu(cpu, &cpu_setup_mask)) @@ -104,9 +104,10 @@ if (topology_mode != TOPOLOGY_MODE_HW) goto out; cpu -= cpu % (smp_cpu_mtid + 1); - for (i = 0; i <= smp_cpu_mtid; i++) { - if (cpumask_test_cpu(cpu + i, &cpu_setup_mask)) - cpumask_set_cpu(cpu + i, &mask); + max_cpu = min(cpu + smp_cpu_mtid, nr_cpu_ids - 1); + for (; cpu <= max_cpu; cpu++) { + if (cpumask_test_cpu(cpu, &cpu_setup_mask)) + cpumask_set_cpu(cpu, &mask); } out: cpumask_copy(dst, &mask); @@ -123,25 +124,26 @@ unsigned int core; for_each_set_bit(core, &tl_core->mask, TOPOLOGY_CORE_BITS) { - unsigned int rcore; - int lcpu, i; + unsigned int max_cpu, rcore; + int cpu; rcore = TOPOLOGY_CORE_BITS - 1 - core + tl_core->origin; - lcpu = smp_find_processor_id(rcore << smp_cpu_mt_shift); - if (lcpu < 0) + cpu = smp_find_processor_id(rcore << smp_cpu_mt_shift); + if (cpu < 0) continue; - for (i = 0; i <= smp_cpu_mtid; i++) { - topo = &cpu_topology[lcpu + i]; + max_cpu = min(cpu + smp_cpu_mtid, nr_cpu_ids - 1); + for (; cpu <= max_cpu; cpu++) { + topo = &cpu_topology[cpu]; topo->drawer_id = drawer->id; topo->book_id = book->id; topo->socket_id = socket->id; topo->core_id = rcore; - topo->thread_id = lcpu + i; + topo->thread_id = cpu; topo->dedicated = tl_core->d; - cpumask_set_cpu(lcpu + i, &drawer->mask); - cpumask_set_cpu(lcpu + i, &book->mask); - cpumask_set_cpu(lcpu + i, &socket->mask); - smp_cpu_set_polarization(lcpu + i, tl_core->pp); + cpumask_set_cpu(cpu, &drawer->mask); + cpumask_set_cpu(cpu, &book->mask); + cpumask_set_cpu(cpu, &socket->mask); + smp_cpu_set_polarization(cpu, tl_core->pp); } } } --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/s390/kernel/uv.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/s390/kernel/uv.c @@ -192,21 +192,10 @@ return res; } -static int make_secure_pte(pte_t *ptep, unsigned long addr, - struct page *exp_page, struct uv_cb_header *uvcb) +static int make_page_secure(struct page *page, struct uv_cb_header *uvcb) { - pte_t entry = READ_ONCE(*ptep); - struct page *page; int expected, cc = 0; - if (!pte_present(entry)) - return -ENXIO; - if (pte_val(entry) & _PAGE_INVALID) - return -ENXIO; - - page = pte_page(entry); - if (page != exp_page) - return -ENXIO; if (PageWriteback(page)) return -EAGAIN; expected = expected_page_refs(page); @@ -304,17 +293,18 @@ goto out; rc = -ENXIO; - page = follow_page(vma, uaddr, FOLL_WRITE); - if (IS_ERR_OR_NULL(page)) - goto out; - - lock_page(page); ptep = get_locked_pte(gmap->mm, uaddr, &ptelock); - if (should_export_before_import(uvcb, gmap->mm)) - uv_convert_from_secure(page_to_phys(page)); - rc = make_secure_pte(ptep, uaddr, page, uvcb); + if (pte_present(*ptep) && !(pte_val(*ptep) & _PAGE_INVALID) && pte_write(*ptep)) { + page = pte_page(*ptep); + rc = -EAGAIN; + if (trylock_page(page)) { + if (should_export_before_import(uvcb, gmap->mm)) + uv_convert_from_secure(page_to_phys(page)); + rc = make_page_secure(page, uvcb); + unlock_page(page); + } + } pte_unmap_unlock(ptep, ptelock); - unlock_page(page); out: mmap_read_unlock(gmap->mm); --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/s390/kernel/vdso64/Makefile +++ linux-lowlatency-hwe-6.2-6.2.0/arch/s390/kernel/vdso64/Makefile @@ -25,7 +25,7 @@ KBUILD_AFLAGS_64 += -m64 -s KBUILD_CFLAGS_64 := $(filter-out -m64,$(KBUILD_CFLAGS)) -KBUILD_CFLAGS_64 += -m64 -fPIC -shared -fno-common -fno-builtin +KBUILD_CFLAGS_64 += -m64 -fPIC -fno-common -fno-builtin ldflags-y := -fPIC -shared -soname=linux-vdso64.so.1 \ --hash-style=both --build-id=sha1 -T --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/s390/kernel/vmlinux.lds.S +++ linux-lowlatency-hwe-6.2-6.2.0/arch/s390/kernel/vmlinux.lds.S @@ -228,5 +228,6 @@ DISCARDS /DISCARD/ : { *(.eh_frame) + *(.interp) } } --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/s390/kvm/diag.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/s390/kvm/diag.c @@ -166,6 +166,7 @@ static int __diag_time_slice_end_directed(struct kvm_vcpu *vcpu) { struct kvm_vcpu *tcpu; + int tcpu_cpu; int tid; tid = vcpu->run->s.regs.gprs[(vcpu->arch.sie_block->ipa & 0xf0) >> 4]; @@ -181,14 +182,15 @@ goto no_yield; /* target guest VCPU already running */ - if (READ_ONCE(tcpu->cpu) >= 0) { + tcpu_cpu = READ_ONCE(tcpu->cpu); + if (tcpu_cpu >= 0) { if (!diag9c_forwarding_hz || diag9c_forwarding_overrun()) goto no_yield; /* target host CPU already running */ - if (!vcpu_is_preempted(tcpu->cpu)) + if (!vcpu_is_preempted(tcpu_cpu)) goto no_yield; - smp_yield_cpu(tcpu->cpu); + smp_yield_cpu(tcpu_cpu); VCPU_EVENT(vcpu, 5, "diag time slice end directed to %d: yield forwarded", tid); --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/s390/kvm/intercept.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/s390/kvm/intercept.c @@ -271,10 +271,18 @@ * handle_external_interrupt - used for external interruption interceptions * @vcpu: virtual cpu * - * This interception only occurs if the CPUSTAT_EXT_INT bit was set, or if - * the new PSW does not have external interrupts disabled. In the first case, - * we've got to deliver the interrupt manually, and in the second case, we - * drop to userspace to handle the situation there. + * This interception occurs if: + * - the CPUSTAT_EXT_INT bit was already set when the external interrupt + * occurred. In this case, the interrupt needs to be injected manually to + * preserve interrupt priority. + * - the external new PSW has external interrupts enabled, which will cause an + * interruption loop. We drop to userspace in this case. + * + * The latter case can be detected by inspecting the external mask bit in the + * external new psw. + * + * Under PV, only the latter case can occur, since interrupt priorities are + * handled in the ultravisor. */ static int handle_external_interrupt(struct kvm_vcpu *vcpu) { @@ -285,10 +293,18 @@ vcpu->stat.exit_external_interrupt++; - rc = read_guest_lc(vcpu, __LC_EXT_NEW_PSW, &newpsw, sizeof(psw_t)); - if (rc) - return rc; - /* We can not handle clock comparator or timer interrupt with bad PSW */ + if (kvm_s390_pv_cpu_is_protected(vcpu)) { + newpsw = vcpu->arch.sie_block->gpsw; + } else { + rc = read_guest_lc(vcpu, __LC_EXT_NEW_PSW, &newpsw, sizeof(psw_t)); + if (rc) + return rc; + } + + /* + * Clock comparator or timer interrupt with external interrupt enabled + * will cause interrupt loop. Drop to userspace. + */ if ((eic == EXT_IRQ_CLK_COMP || eic == EXT_IRQ_CPU_TIMER) && (newpsw.mask & PSW_MASK_EXT)) return -EOPNOTSUPP; @@ -373,8 +389,8 @@ */ int handle_sthyi(struct kvm_vcpu *vcpu) { - int reg1, reg2, r = 0; - u64 code, addr, cc = 0, rc = 0; + int reg1, reg2, cc = 0, r = 0; + u64 code, addr, rc = 0; struct sthyi_sctns *sctns = NULL; if (!test_kvm_facility(vcpu->kvm, 74)) @@ -405,7 +421,10 @@ return -ENOMEM; cc = sthyi_fill(sctns, &rc); - + if (cc < 0) { + free_page((unsigned long)sctns); + return cc; + } out: if (!cc) { if (kvm_s390_pv_cpu_is_protected(vcpu)) { --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/s390/kvm/kvm-s390.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/s390/kvm/kvm-s390.c @@ -2158,6 +2158,10 @@ ms = container_of(mnode, struct kvm_memory_slot, gfn_node[slots->node_idx]); ofs = 0; } + + if (cur_gfn < ms->base_gfn) + ofs = 0; + ofs = find_next_bit(kvm_second_dirty_bitmap(ms), ms->npages, ofs); while (ofs >= ms->npages && (mnode = rb_next(mnode))) { ms = container_of(mnode, struct kvm_memory_slot, gfn_node[slots->node_idx]); @@ -5633,23 +5637,40 @@ if (kvm_s390_pv_get_handle(kvm)) return -EINVAL; - if (change == KVM_MR_DELETE || change == KVM_MR_FLAGS_ONLY) - return 0; + if (change != KVM_MR_DELETE && change != KVM_MR_FLAGS_ONLY) { + /* + * A few sanity checks. We can have memory slots which have to be + * located/ended at a segment boundary (1MB). The memory in userland is + * ok to be fragmented into various different vmas. It is okay to mmap() + * and munmap() stuff in this slot after doing this call at any time + */ - /* A few sanity checks. We can have memory slots which have to be - located/ended at a segment boundary (1MB). The memory in userland is - ok to be fragmented into various different vmas. It is okay to mmap() - and munmap() stuff in this slot after doing this call at any time */ + if (new->userspace_addr & 0xffffful) + return -EINVAL; - if (new->userspace_addr & 0xffffful) - return -EINVAL; + size = new->npages * PAGE_SIZE; + if (size & 0xffffful) + return -EINVAL; - size = new->npages * PAGE_SIZE; - if (size & 0xffffful) - return -EINVAL; + if ((new->base_gfn * PAGE_SIZE) + size > kvm->arch.mem_limit) + return -EINVAL; + } - if ((new->base_gfn * PAGE_SIZE) + size > kvm->arch.mem_limit) - return -EINVAL; + if (!kvm->arch.migration_mode) + return 0; + + /* + * Turn off migration mode when: + * - userspace creates a new memslot with dirty logging off, + * - userspace modifies an existing memslot (MOVE or FLAGS_ONLY) and + * dirty logging is turned off. + * Migration mode expects dirty page logging being enabled to store + * its dirty bitmap. + */ + if (change != KVM_MR_DELETE && + !(new->flags & KVM_MEM_LOG_DIRTY_PAGES)) + WARN(kvm_s390_vm_stop_migration(kvm), + "Failed to stop migration mode"); return 0; } --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/s390/kvm/pv.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/s390/kvm/pv.c @@ -314,6 +314,11 @@ */ if (kvm->arch.pv.set_aside) return -EINVAL; + + /* Guest with segment type ASCE, refuse to destroy asynchronously */ + if ((kvm->arch.gmap->asce & _ASCE_TYPE_MASK) == _ASCE_TYPE_SEGMENT) + return -EINVAL; + priv = kzalloc(sizeof(*priv), GFP_KERNEL); if (!priv) return -ENOMEM; @@ -406,8 +411,12 @@ u16 _rc, _rrc; int cc = 0; - /* Make sure the counter does not reach 0 before calling s390_uv_destroy_range */ - atomic_inc(&kvm->mm->context.protected_count); + /* + * Nothing to do if the counter was already 0. Otherwise make sure + * the counter does not reach 0 before calling s390_uv_destroy_range. + */ + if (!atomic_inc_not_zero(&kvm->mm->context.protected_count)) + return 0; *rc = 1; /* If the current VM is protected, destroy it */ --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/s390/kvm/vsie.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/s390/kvm/vsie.c @@ -169,7 +169,8 @@ sizeof(struct kvm_s390_apcb0))) return -EFAULT; - bitmap_and(apcb_s, apcb_s, apcb_h, sizeof(struct kvm_s390_apcb0)); + bitmap_and(apcb_s, apcb_s, apcb_h, + BITS_PER_BYTE * sizeof(struct kvm_s390_apcb0)); return 0; } @@ -191,7 +192,8 @@ sizeof(struct kvm_s390_apcb1))) return -EFAULT; - bitmap_and(apcb_s, apcb_s, apcb_h, sizeof(struct kvm_s390_apcb1)); + bitmap_and(apcb_s, apcb_s, apcb_h, + BITS_PER_BYTE * sizeof(struct kvm_s390_apcb1)); return 0; } --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/s390/lib/uaccess.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/s390/lib/uaccess.c @@ -172,7 +172,7 @@ "4: slgr %0,%0\n" "5:\n" EX_TABLE(0b,2b) EX_TABLE(6b,2b) EX_TABLE(3b,5b) EX_TABLE(7b,5b) - : "+a" (size), "+a" (to), "+a" (tmp1), "=a" (tmp2) + : "+&a" (size), "+&a" (to), "+a" (tmp1), "=&a" (tmp2) : "a" (empty_zero_page), [spec] "d" (spec.val) : "cc", "memory", "0"); return size; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/s390/mm/dump_pagetables.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/s390/mm/dump_pagetables.c @@ -33,10 +33,6 @@ #endif IDENTITY_AFTER_NR, IDENTITY_AFTER_END_NR, -#ifdef CONFIG_KASAN - KASAN_SHADOW_START_NR, - KASAN_SHADOW_END_NR, -#endif VMEMMAP_NR, VMEMMAP_END_NR, VMALLOC_NR, @@ -47,6 +43,10 @@ ABS_LOWCORE_END_NR, MEMCPY_REAL_NR, MEMCPY_REAL_END_NR, +#ifdef CONFIG_KASAN + KASAN_SHADOW_START_NR, + KASAN_SHADOW_END_NR, +#endif }; static struct addr_marker address_markers[] = { @@ -62,10 +62,6 @@ #endif [IDENTITY_AFTER_NR] = {(unsigned long)_end, "Identity Mapping Start"}, [IDENTITY_AFTER_END_NR] = {0, "Identity Mapping End"}, -#ifdef CONFIG_KASAN - [KASAN_SHADOW_START_NR] = {KASAN_SHADOW_START, "Kasan Shadow Start"}, - [KASAN_SHADOW_END_NR] = {KASAN_SHADOW_END, "Kasan Shadow End"}, -#endif [VMEMMAP_NR] = {0, "vmemmap Area Start"}, [VMEMMAP_END_NR] = {0, "vmemmap Area End"}, [VMALLOC_NR] = {0, "vmalloc Area Start"}, @@ -76,6 +72,10 @@ [ABS_LOWCORE_END_NR] = {0, "Lowcore Area End"}, [MEMCPY_REAL_NR] = {0, "Real Memory Copy Area Start"}, [MEMCPY_REAL_END_NR] = {0, "Real Memory Copy Area End"}, +#ifdef CONFIG_KASAN + [KASAN_SHADOW_START_NR] = {KASAN_SHADOW_START, "Kasan Shadow Start"}, + [KASAN_SHADOW_END_NR] = {KASAN_SHADOW_END, "Kasan Shadow End"}, +#endif { -1, NULL } }; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/s390/mm/extmem.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/s390/mm/extmem.c @@ -289,15 +289,17 @@ /* * real segment loading function, called from segment_load + * Must return either an error code < 0, or the segment type code >= 0 */ static int __segment_load (char *name, int do_nonshared, unsigned long *addr, unsigned long *end) { unsigned long start_addr, end_addr, dummy; struct dcss_segment *seg; - int rc, diag_cc; + int rc, diag_cc, segtype; start_addr = end_addr = 0; + segtype = -1; seg = kmalloc(sizeof(*seg), GFP_KERNEL | GFP_DMA); if (seg == NULL) { rc = -ENOMEM; @@ -326,9 +328,9 @@ seg->res_name[8] = '\0'; strlcat(seg->res_name, " (DCSS)", sizeof(seg->res_name)); seg->res->name = seg->res_name; - rc = seg->vm_segtype; - if (rc == SEG_TYPE_SC || - ((rc == SEG_TYPE_SR || rc == SEG_TYPE_ER) && !do_nonshared)) + segtype = seg->vm_segtype; + if (segtype == SEG_TYPE_SC || + ((segtype == SEG_TYPE_SR || segtype == SEG_TYPE_ER) && !do_nonshared)) seg->res->flags |= IORESOURCE_READONLY; /* Check for overlapping resources before adding the mapping. */ @@ -386,7 +388,7 @@ out_free: kfree(seg); out: - return rc; + return rc < 0 ? rc : segtype; } /* --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/s390/mm/fault.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/s390/mm/fault.c @@ -96,6 +96,20 @@ return KERNEL_FAULT; } +static unsigned long get_fault_address(struct pt_regs *regs) +{ + unsigned long trans_exc_code = regs->int_parm_long; + + return trans_exc_code & __FAIL_ADDR_MASK; +} + +static bool fault_is_write(struct pt_regs *regs) +{ + unsigned long trans_exc_code = regs->int_parm_long; + + return (trans_exc_code & store_indication) == 0x400; +} + static int bad_address(void *p) { unsigned long dummy; @@ -228,15 +242,26 @@ (void __user *)(regs->int_parm_long & __FAIL_ADDR_MASK)); } -static noinline void do_no_context(struct pt_regs *regs) +static noinline void do_no_context(struct pt_regs *regs, vm_fault_t fault) { + enum fault_type fault_type; + unsigned long address; + bool is_write; + if (fixup_exception(regs)) return; + fault_type = get_fault_type(regs); + if ((fault_type == KERNEL_FAULT) && (fault == VM_FAULT_BADCONTEXT)) { + address = get_fault_address(regs); + is_write = fault_is_write(regs); + if (kfence_handle_page_fault(address, is_write, regs)) + return; + } /* * Oops. The kernel tried to access some bad page. We'll have to * terminate things with extreme prejudice. */ - if (get_fault_type(regs) == KERNEL_FAULT) + if (fault_type == KERNEL_FAULT) printk(KERN_ALERT "Unable to handle kernel pointer dereference" " in virtual kernel address space\n"); else @@ -255,7 +280,7 @@ die (regs, "Low-address protection"); } - do_no_context(regs); + do_no_context(regs, VM_FAULT_BADACCESS); } static noinline void do_sigbus(struct pt_regs *regs) @@ -286,28 +311,28 @@ fallthrough; case VM_FAULT_BADCONTEXT: case VM_FAULT_PFAULT: - do_no_context(regs); + do_no_context(regs, fault); break; case VM_FAULT_SIGNAL: if (!user_mode(regs)) - do_no_context(regs); + do_no_context(regs, fault); break; default: /* fault & VM_FAULT_ERROR */ if (fault & VM_FAULT_OOM) { if (!user_mode(regs)) - do_no_context(regs); + do_no_context(regs, fault); else pagefault_out_of_memory(); } else if (fault & VM_FAULT_SIGSEGV) { /* Kernel mode? Handle exceptions or die */ if (!user_mode(regs)) - do_no_context(regs); + do_no_context(regs, fault); else do_sigsegv(regs, SEGV_MAPERR); } else if (fault & VM_FAULT_SIGBUS) { /* Kernel mode? Handle exceptions or die */ if (!user_mode(regs)) - do_no_context(regs); + do_no_context(regs, fault); else do_sigbus(regs); } else @@ -334,7 +359,6 @@ struct mm_struct *mm; struct vm_area_struct *vma; enum fault_type type; - unsigned long trans_exc_code; unsigned long address; unsigned int flags; vm_fault_t fault; @@ -351,9 +375,8 @@ return 0; mm = tsk->mm; - trans_exc_code = regs->int_parm_long; - address = trans_exc_code & __FAIL_ADDR_MASK; - is_write = (trans_exc_code & store_indication) == 0x400; + address = get_fault_address(regs); + is_write = fault_is_write(regs); /* * Verify that the fault happened in user space, that @@ -364,8 +387,6 @@ type = get_fault_type(regs); switch (type) { case KERNEL_FAULT: - if (kfence_handle_page_fault(address, is_write, regs)) - return 0; goto out; case USER_FAULT: case GMAP_FAULT: @@ -408,8 +429,9 @@ if (unlikely(vma->vm_start > address)) { if (!(vma->vm_flags & VM_GROWSDOWN)) goto out_up; - if (expand_stack(vma, address)) - goto out_up; + vma = expand_stack(mm, address); + if (!vma) + goto out; } /* --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/s390/mm/gmap.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/s390/mm/gmap.c @@ -2830,6 +2830,9 @@ * s390_replace_asce - Try to replace the current ASCE of a gmap with a copy * @gmap: the gmap whose ASCE needs to be replaced * + * If the ASCE is a SEGMENT type then this function will return -EINVAL, + * otherwise the pointers in the host_to_guest radix tree will keep pointing + * to the wrong pages, causing use-after-free and memory corruption. * If the allocation of the new top level page table fails, the ASCE is not * replaced. * In any case, the old ASCE is always removed from the gmap CRST list. @@ -2844,9 +2847,14 @@ s390_unlist_old_asce(gmap); + /* Replacing segment type ASCEs would cause serious issues */ + if ((gmap->asce & _ASCE_TYPE_MASK) == _ASCE_TYPE_SEGMENT) + return -EINVAL; + page = alloc_pages(GFP_KERNEL_ACCOUNT, CRST_ALLOC_ORDER); if (!page) return -ENOMEM; + page->index = 0; table = page_to_virt(page); memcpy(table, gmap->table, 1UL << (CRST_ALLOC_ORDER + PAGE_SHIFT)); --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/s390/mm/pgtable.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/s390/mm/pgtable.c @@ -302,6 +302,31 @@ } EXPORT_SYMBOL(ptep_xchg_direct); +/* + * Caller must check that new PTE only differs in _PAGE_PROTECT HW bit, so that + * RDP can be used instead of IPTE. See also comments at pte_allow_rdp(). + */ +void ptep_reset_dat_prot(struct mm_struct *mm, unsigned long addr, pte_t *ptep, + pte_t new) +{ + preempt_disable(); + atomic_inc(&mm->context.flush_count); + if (cpumask_equal(mm_cpumask(mm), cpumask_of(smp_processor_id()))) + __ptep_rdp(addr, ptep, 0, 0, 1); + else + __ptep_rdp(addr, ptep, 0, 0, 0); + /* + * PTE is not invalidated by RDP, only _PAGE_PROTECT is cleared. That + * means it is still valid and active, and must not be changed according + * to the architecture. But writing a new value that only differs in SW + * bits is allowed. + */ + set_pte(ptep, new); + atomic_dec(&mm->context.flush_count); + preempt_enable(); +} +EXPORT_SYMBOL(ptep_reset_dat_prot); + pte_t ptep_xchg_lazy(struct mm_struct *mm, unsigned long addr, pte_t *ptep, pte_t new) { --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/s390/mm/vmem.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/s390/mm/vmem.c @@ -297,7 +297,7 @@ if (end > VMALLOC_START) return; #ifdef CONFIG_KASAN - if (start < KASAN_SHADOW_END && KASAN_SHADOW_START > end) + if (start < KASAN_SHADOW_END && end > KASAN_SHADOW_START) return; #endif pmd = pmd_offset(pud, start); @@ -372,7 +372,7 @@ if (end > VMALLOC_START) return; #ifdef CONFIG_KASAN - if (start < KASAN_SHADOW_END && KASAN_SHADOW_START > end) + if (start < KASAN_SHADOW_END && end > KASAN_SHADOW_START) return; #endif @@ -426,7 +426,7 @@ if (end > VMALLOC_START) return; #ifdef CONFIG_KASAN - if (start < KASAN_SHADOW_END && KASAN_SHADOW_START > end) + if (start < KASAN_SHADOW_END && end > KASAN_SHADOW_START) return; #endif --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/s390/net/bpf_jit_comp.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/s390/net/bpf_jit_comp.c @@ -1393,8 +1393,16 @@ /* lg %r1,bpf_func(%r1) */ EMIT6_DISP_LH(0xe3000000, 0x0004, REG_1, REG_1, REG_0, offsetof(struct bpf_prog, bpf_func)); - /* bc 0xf,tail_call_start(%r1) */ - _EMIT4(0x47f01000 + jit->tail_call_start); + if (nospec_uses_trampoline()) { + jit->seen |= SEEN_FUNC; + /* aghi %r1,tail_call_start */ + EMIT4_IMM(0xa70b0000, REG_1, jit->tail_call_start); + /* brcl 0xf,__s390_indirect_jump_r1 */ + EMIT6_PCREL_RILC(0xc0040000, 0xf, jit->r1_thunk_ip); + } else { + /* bc 0xf,tail_call_start(%r1) */ + _EMIT4(0x47f01000 + jit->tail_call_start); + } /* out: */ if (jit->prg_buf) { *(u16 *)(jit->prg_buf + patch_1_clrj + 2) = --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/s390/pci/pci.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/s390/pci/pci.c @@ -544,8 +544,7 @@ return r; } -int zpci_setup_bus_resources(struct zpci_dev *zdev, - struct list_head *resources) +int zpci_setup_bus_resources(struct zpci_dev *zdev) { unsigned long addr, size, flags; struct resource *res; @@ -581,7 +580,6 @@ return -ENOMEM; } zdev->bars[i].res = res; - pci_add_resource(resources, res); } zdev->has_resources = 1; @@ -590,17 +588,23 @@ static void zpci_cleanup_bus_resources(struct zpci_dev *zdev) { + struct resource *res; int i; + pci_lock_rescan_remove(); for (i = 0; i < PCI_STD_NUM_BARS; i++) { - if (!zdev->bars[i].size || !zdev->bars[i].res) + res = zdev->bars[i].res; + if (!res) continue; + release_resource(res); + pci_bus_remove_resource(zdev->zbus->bus, res); zpci_free_iomap(zdev, zdev->bars[i].map_idx); - release_resource(zdev->bars[i].res); - kfree(zdev->bars[i].res); + zdev->bars[i].res = NULL; + kfree(res); } zdev->has_resources = 0; + pci_unlock_rescan_remove(); } int pcibios_device_add(struct pci_dev *pdev) --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/s390/pci/pci_bus.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/s390/pci/pci_bus.c @@ -41,9 +41,7 @@ */ static int zpci_bus_prepare_device(struct zpci_dev *zdev) { - struct resource_entry *window, *n; - struct resource *res; - int rc; + int rc, i; if (!zdev_enabled(zdev)) { rc = zpci_enable_device(zdev); @@ -57,10 +55,10 @@ } if (!zdev->has_resources) { - zpci_setup_bus_resources(zdev, &zdev->zbus->resources); - resource_list_for_each_entry_safe(window, n, &zdev->zbus->resources) { - res = window->res; - pci_bus_add_resource(zdev->zbus->bus, res, 0); + zpci_setup_bus_resources(zdev); + for (i = 0; i < PCI_STD_NUM_BARS; i++) { + if (zdev->bars[i].res) + pci_bus_add_resource(zdev->zbus->bus, zdev->bars[i].res, 0); } } --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/s390/pci/pci_bus.h +++ linux-lowlatency-hwe-6.2-6.2.0/arch/s390/pci/pci_bus.h @@ -30,8 +30,7 @@ int zpci_alloc_domain(int domain); void zpci_free_domain(int domain); -int zpci_setup_bus_resources(struct zpci_dev *zdev, - struct list_head *resources); +int zpci_setup_bus_resources(struct zpci_dev *zdev); static inline struct zpci_dev *zdev_from_bus(struct pci_bus *bus, unsigned int devfn) --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/s390/purgatory/Makefile +++ linux-lowlatency-hwe-6.2-6.2.0/arch/s390/purgatory/Makefile @@ -26,6 +26,7 @@ KBUILD_CFLAGS += -fno-zero-initialized-in-bss -fno-builtin -ffreestanding KBUILD_CFLAGS += -c -MD -Os -m64 -msoft-float -fno-common KBUILD_CFLAGS += -fno-stack-protector +KBUILD_CFLAGS += -DDISABLE_BRANCH_PROFILING KBUILD_CFLAGS += $(CLANG_FLAGS) KBUILD_CFLAGS += $(call cc-option,-fno-PIE) KBUILD_AFLAGS := $(filter-out -DCC_USING_EXPOLINE,$(KBUILD_AFLAGS)) --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/sh/Kconfig +++ linux-lowlatency-hwe-6.2-6.2.0/arch/sh/Kconfig @@ -7,6 +7,7 @@ select ARCH_HAVE_CUSTOM_GPIO_H select ARCH_HAVE_NMI_SAFE_CMPXCHG if (GUSA_RB || CPU_SH4A) select ARCH_HAS_BINFMT_FLAT if !MMU + select ARCH_HAS_CPU_FINALIZE_INIT select ARCH_HAS_CURRENT_STACK_POINTER select ARCH_HAS_GIGANTIC_PAGE select ARCH_HAS_GCOV_PROFILE_ALL @@ -56,6 +57,7 @@ select HAVE_STACKPROTECTOR select HAVE_SYSCALL_TRACEPOINTS select IRQ_FORCED_THREADING + select LOCK_MM_AND_FIND_VMA select MODULES_USE_ELF_RELA select NEED_SG_DMA_LENGTH select NO_DMA if !MMU && !DMA_COHERENT --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/sh/Kconfig.debug +++ linux-lowlatency-hwe-6.2-6.2.0/arch/sh/Kconfig.debug @@ -15,7 +15,7 @@ config STACK_DEBUG bool "Check for stack overflows" - depends on DEBUG_KERNEL + depends on DEBUG_KERNEL && PRINTK help This option will cause messages to be printed if free stack space drops below a certain limit. Saying Y here will add overhead to --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/sh/boards/mach-dreamcast/irq.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/sh/boards/mach-dreamcast/irq.c @@ -108,13 +108,13 @@ __u32 j, bit; switch (irq) { - case 13: + case 13 + 16: level = 0; break; - case 11: + case 11 + 16: level = 1; break; - case 9: + case 9 + 16: level = 2; break; default: --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/sh/boards/mach-highlander/setup.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/sh/boards/mach-highlander/setup.c @@ -389,10 +389,10 @@ static int highlander_irq_demux(int irq) { - if (irq >= HL_NR_IRL || irq < 0 || !irl2irq[irq]) + if (irq >= HL_NR_IRL + 16 || irq < 16 || !irl2irq[irq - 16]) return irq; - return irl2irq[irq]; + return irl2irq[irq - 16]; } static void __init highlander_init_irq(void) --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/sh/boards/mach-r2d/irq.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/sh/boards/mach-r2d/irq.c @@ -117,10 +117,10 @@ int rts7751r2d_irq_demux(int irq) { - if (irq >= R2D_NR_IRL || irq < 0 || !irl2irq[irq]) + if (irq >= R2D_NR_IRL + 16 || irq < 16 || !irl2irq[irq - 16]) return irq; - return irl2irq[irq]; + return irl2irq[irq - 16]; } /* --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/sh/cchips/Kconfig +++ linux-lowlatency-hwe-6.2-6.2.0/arch/sh/cchips/Kconfig @@ -29,9 +29,9 @@ config HD64461_IRQ int "HD64461 IRQ" depends on HD64461 - default "36" + default "52" help - The default setting of the HD64461 IRQ is 36. + The default setting of the HD64461 IRQ is 52. Do not change this unless you know what you are doing. --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/sh/drivers/dma/dma-sh.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/sh/drivers/dma/dma-sh.c @@ -19,6 +19,18 @@ #include /* + * Some of the SoCs feature two DMAC modules. In such a case, the channels are + * distributed equally among them. + */ +#ifdef SH_DMAC_BASE1 +#define SH_DMAC_NR_MD_CH (CONFIG_NR_ONCHIP_DMA_CHANNELS / 2) +#else +#define SH_DMAC_NR_MD_CH CONFIG_NR_ONCHIP_DMA_CHANNELS +#endif + +#define SH_DMAC_CH_SZ 0x10 + +/* * Define the default configuration for dual address memory-memory transfer. * The 0x400 value represents auto-request, external->external. */ @@ -29,7 +41,7 @@ unsigned long base = SH_DMAC_BASE0; #ifdef SH_DMAC_BASE1 - if (chan >= 6) + if (chan >= SH_DMAC_NR_MD_CH) base = SH_DMAC_BASE1; #endif @@ -40,13 +52,13 @@ { unsigned long base = dma_find_base(chan); - /* Normalize offset calculation */ - if (chan >= 9) - chan -= 6; - if (chan >= 4) - base += 0x10; + chan = (chan % SH_DMAC_NR_MD_CH) * SH_DMAC_CH_SZ; + + /* DMAOR is placed inside the channel register space. Step over it. */ + if (chan >= DMAOR) + base += SH_DMAC_CH_SZ; - return base + (chan * 0x10); + return base + chan; } #ifdef CONFIG_SH_DMA_IRQ_MULTI @@ -250,12 +262,11 @@ #define NR_DMAOR 1 #endif -/* - * DMAOR bases are broken out amongst channel groups. DMAOR0 manages - * channels 0 - 5, DMAOR1 6 - 11 (optional). - */ -#define dmaor_read_reg(n) __raw_readw(dma_find_base((n)*6)) -#define dmaor_write_reg(n, data) __raw_writew(data, dma_find_base(n)*6) +#define dmaor_read_reg(n) __raw_readw(dma_find_base((n) * \ + SH_DMAC_NR_MD_CH) + DMAOR) +#define dmaor_write_reg(n, data) __raw_writew(data, \ + dma_find_base((n) * \ + SH_DMAC_NR_MD_CH) + DMAOR) static inline int dmaor_reset(int no) { --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/sh/include/asm/hd64461.h +++ linux-lowlatency-hwe-6.2-6.2.0/arch/sh/include/asm/hd64461.h @@ -229,7 +229,7 @@ #define HD64461_NIMR HD64461_IO_OFFSET(0x5002) #define HD64461_IRQBASE OFFCHIP_IRQ_BASE -#define OFFCHIP_IRQ_BASE 64 +#define OFFCHIP_IRQ_BASE (64 + 16) #define HD64461_IRQ_NUM 16 #define HD64461_IRQ_UART (HD64461_IRQBASE+5) --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/sh/include/asm/processor.h +++ linux-lowlatency-hwe-6.2-6.2.0/arch/sh/include/asm/processor.h @@ -166,6 +166,8 @@ #define instruction_size(insn) (2) #endif +void select_idle_routine(void); + #endif /* __ASSEMBLY__ */ #include --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/sh/include/asm/processor_32.h +++ linux-lowlatency-hwe-6.2-6.2.0/arch/sh/include/asm/processor_32.h @@ -50,6 +50,7 @@ #define SR_FD 0x00008000 #define SR_MD 0x40000000 +#define SR_USER_MASK 0x00000303 // M, Q, S, T bits /* * DSP structure and data */ --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/sh/include/mach-common/mach/highlander.h +++ linux-lowlatency-hwe-6.2-6.2.0/arch/sh/include/mach-common/mach/highlander.h @@ -176,7 +176,7 @@ #define IVDR_CK_ON 4 /* iVDR Clock ON */ #endif -#define HL_FPGA_IRQ_BASE 200 +#define HL_FPGA_IRQ_BASE (200 + 16) #define HL_NR_IRL 15 #define IRQ_AX88796 (HL_FPGA_IRQ_BASE + 0) --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/sh/include/mach-common/mach/r2d.h +++ linux-lowlatency-hwe-6.2-6.2.0/arch/sh/include/mach-common/mach/r2d.h @@ -47,7 +47,7 @@ #define IRLCNTR1 (PA_BCR + 0) /* Interrupt Control Register1 */ -#define R2D_FPGA_IRQ_BASE 100 +#define R2D_FPGA_IRQ_BASE (100 + 16) #define IRQ_VOYAGER (R2D_FPGA_IRQ_BASE + 0) #define IRQ_EXT (R2D_FPGA_IRQ_BASE + 1) --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/sh/include/mach-dreamcast/mach/sysasic.h +++ linux-lowlatency-hwe-6.2-6.2.0/arch/sh/include/mach-dreamcast/mach/sysasic.h @@ -22,7 +22,7 @@ takes. */ -#define HW_EVENT_IRQ_BASE 48 +#define HW_EVENT_IRQ_BASE (48 + 16) /* IRQ 13 */ #define HW_EVENT_VSYNC (HW_EVENT_IRQ_BASE + 5) /* VSync */ --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/sh/include/mach-se/mach/se7724.h +++ linux-lowlatency-hwe-6.2-6.2.0/arch/sh/include/mach-se/mach/se7724.h @@ -37,7 +37,7 @@ #define IRQ2_IRQ evt2irq(0x640) /* Bits in IRQ012 registers */ -#define SE7724_FPGA_IRQ_BASE 220 +#define SE7724_FPGA_IRQ_BASE (220 + 16) /* IRQ0 */ #define IRQ0_BASE SE7724_FPGA_IRQ_BASE --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/sh/kernel/cpu/sh2/probe.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/sh/kernel/cpu/sh2/probe.c @@ -21,7 +21,7 @@ if (!of_flat_dt_is_compatible(node, "jcore,cache")) return 0; - j2_ccr_base = (u32 __iomem *)of_flat_dt_translate_address(node); + j2_ccr_base = ioremap(of_flat_dt_translate_address(node), 4); return 1; } --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/sh/kernel/cpu/sh3/entry.S +++ linux-lowlatency-hwe-6.2-6.2.0/arch/sh/kernel/cpu/sh3/entry.S @@ -470,9 +470,9 @@ mov r4, r0 ! save vector->jmp table offset for later shlr2 r4 ! vector to IRQ# conversion - add #-0x10, r4 - cmp/pz r4 ! is it a valid IRQ? + mov #0x10, r5 + cmp/hs r5, r4 ! is it a valid IRQ? bt 10f /* --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/sh/kernel/cpu/sh4/sq.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/sh/kernel/cpu/sh4/sq.c @@ -382,7 +382,7 @@ if (unlikely(!sq_cache)) return ret; - sq_bitmap = kzalloc(size, GFP_KERNEL); + sq_bitmap = kcalloc(size, sizeof(long), GFP_KERNEL); if (unlikely(!sq_bitmap)) goto out; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/sh/kernel/head_32.S +++ linux-lowlatency-hwe-6.2-6.2.0/arch/sh/kernel/head_32.S @@ -64,7 +64,7 @@ ldc r0, r6_bank #endif -#ifdef CONFIG_OF_FLATTREE +#ifdef CONFIG_OF_EARLY_FLATTREE mov r4, r12 ! Store device tree blob pointer in r12 #endif @@ -315,7 +315,7 @@ 10: #endif -#ifdef CONFIG_OF_FLATTREE +#ifdef CONFIG_OF_EARLY_FLATTREE mov.l 8f, r0 ! Make flat device tree available early. jsr @r0 mov r12, r4 @@ -346,7 +346,7 @@ 5: .long start_kernel 6: .long cpu_init 7: .long init_thread_union -#if defined(CONFIG_OF_FLATTREE) +#if defined(CONFIG_OF_EARLY_FLATTREE) 8: .long sh_fdt_init #endif --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/sh/kernel/idle.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/sh/kernel/idle.c @@ -14,6 +14,7 @@ #include #include #include +#include #include #include --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/sh/kernel/nmi_debug.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/sh/kernel/nmi_debug.c @@ -49,7 +49,7 @@ register_die_notifier(&nmi_debug_nb); if (*str != '=') - return 0; + return 1; for (p = str + 1; *p; p = sep + 1) { sep = strchr(p, ','); @@ -70,6 +70,6 @@ break; } - return 0; + return 1; } __setup("nmi_debug", nmi_debug_setup); --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/sh/kernel/setup.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/sh/kernel/setup.c @@ -43,6 +43,7 @@ #include #include #include +#include #include #include @@ -244,7 +245,7 @@ { } -#ifdef CONFIG_OF_FLATTREE +#ifdef CONFIG_OF_EARLY_FLATTREE void __ref sh_fdt_init(phys_addr_t dt_phys) { static int done = 0; @@ -326,7 +327,7 @@ /* Let earlyprintk output early console messages */ sh_early_platform_driver_probe("earlyprintk", 1, 1); -#ifdef CONFIG_OF_FLATTREE +#ifdef CONFIG_OF_EARLY_FLATTREE #ifdef CONFIG_USE_BUILTIN_DTB unflatten_and_copy_device_tree(); #else @@ -354,3 +355,57 @@ { return sh_mv.mv_mode_pins() & pin; } + +void __init arch_cpu_finalize_init(void) +{ + char *p = &init_utsname()->machine[2]; /* "sh" */ + + select_idle_routine(); + + current_cpu_data.loops_per_jiffy = loops_per_jiffy; + + switch (current_cpu_data.family) { + case CPU_FAMILY_SH2: + *p++ = '2'; + break; + case CPU_FAMILY_SH2A: + *p++ = '2'; + *p++ = 'a'; + break; + case CPU_FAMILY_SH3: + *p++ = '3'; + break; + case CPU_FAMILY_SH4: + *p++ = '4'; + break; + case CPU_FAMILY_SH4A: + *p++ = '4'; + *p++ = 'a'; + break; + case CPU_FAMILY_SH4AL_DSP: + *p++ = '4'; + *p++ = 'a'; + *p++ = 'l'; + *p++ = '-'; + *p++ = 'd'; + *p++ = 's'; + *p++ = 'p'; + break; + case CPU_FAMILY_UNKNOWN: + /* + * Specifically use CPU_FAMILY_UNKNOWN rather than + * default:, so we're able to have the compiler whine + * about unhandled enumerations. + */ + break; + } + + pr_info("CPU: %s\n", get_cpu_subtype(¤t_cpu_data)); + +#ifndef __LITTLE_ENDIAN__ + /* 'eb' means 'Endian Big' */ + *p++ = 'e'; + *p++ = 'b'; +#endif + *p = '\0'; +} --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/sh/kernel/signal_32.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/sh/kernel/signal_32.c @@ -115,6 +115,7 @@ restore_sigcontext(struct pt_regs *regs, struct sigcontext __user *sc, int *r0_p) { unsigned int err = 0; + unsigned int sr = regs->sr & ~SR_USER_MASK; #define COPY(x) err |= __get_user(regs->x, &sc->sc_##x) COPY(regs[1]); @@ -130,6 +131,8 @@ COPY(sr); COPY(pc); #undef COPY + regs->sr = (regs->sr & SR_USER_MASK) | sr; + #ifdef CONFIG_SH_FPU if (boot_cpu_data.flags & CPU_HAS_FPU) { int owned_fp; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/sh/math-emu/sfp-util.h +++ linux-lowlatency-hwe-6.2-6.2.0/arch/sh/math-emu/sfp-util.h @@ -67,7 +67,3 @@ } while (0) #define abort() return 0 - -#define __BYTE_ORDER __LITTLE_ENDIAN - - --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/sh/mm/fault.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/sh/mm/fault.c @@ -439,21 +439,9 @@ } retry: - mmap_read_lock(mm); - - vma = find_vma(mm, address); + vma = lock_mm_and_find_vma(mm, address, regs); if (unlikely(!vma)) { - bad_area(regs, error_code, address); - return; - } - if (likely(vma->vm_start <= address)) - goto good_area; - if (unlikely(!(vma->vm_flags & VM_GROWSDOWN))) { - bad_area(regs, error_code, address); - return; - } - if (unlikely(expand_stack(vma, address))) { - bad_area(regs, error_code, address); + bad_area_nosemaphore(regs, error_code, address); return; } @@ -461,7 +449,6 @@ * Ok, we have a good vm_area for this memory access, so * we can handle it.. */ -good_area: if (unlikely(access_error(error_code, vma))) { bad_area_access_error(regs, error_code, address); return; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/sparc/Kconfig +++ linux-lowlatency-hwe-6.2-6.2.0/arch/sparc/Kconfig @@ -51,11 +51,13 @@ config SPARC32 def_bool !64BIT select ARCH_32BIT_OFF_T + select ARCH_HAS_CPU_FINALIZE_INIT if !SMP select ARCH_HAS_SYNC_DMA_FOR_CPU select CLZ_TAB select DMA_DIRECT_REMAP select GENERIC_ATOMIC64 select HAVE_UID16 + select LOCK_MM_AND_FIND_VMA select OLD_SIGACTION select ZONE_DMA @@ -283,7 +285,7 @@ This config option is actually maximum order plus one. For example, a value of 13 means that the largest free memory block is 2^12 pages. -if SPARC64 +if SPARC64 || COMPILE_TEST source "kernel/power/Kconfig" endif --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/sparc/kernel/setup_32.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/sparc/kernel/setup_32.c @@ -412,3 +412,10 @@ } subsys_initcall(topology_init); + +#if defined(CONFIG_SPARC32) && !defined(CONFIG_SMP) +void __init arch_cpu_finalize_init(void) +{ + cpu_data(0).udelay_val = loops_per_jiffy; +} +#endif --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/sparc/mm/fault_32.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/sparc/mm/fault_32.c @@ -143,28 +143,19 @@ if (pagefault_disabled() || !mm) goto no_context; + if (!from_user && address >= PAGE_OFFSET) + goto no_context; + perf_sw_event(PERF_COUNT_SW_PAGE_FAULTS, 1, regs, address); retry: - mmap_read_lock(mm); - - if (!from_user && address >= PAGE_OFFSET) - goto bad_area; - - vma = find_vma(mm, address); + vma = lock_mm_and_find_vma(mm, address, regs); if (!vma) - goto bad_area; - if (vma->vm_start <= address) - goto good_area; - if (!(vma->vm_flags & VM_GROWSDOWN)) - goto bad_area; - if (expand_stack(vma, address)) - goto bad_area; + goto bad_area_nosemaphore; /* * Ok, we have a good vm_area for this memory access, so * we can handle it.. */ -good_area: code = SEGV_ACCERR; if (write) { if (!(vma->vm_flags & VM_WRITE)) @@ -318,17 +309,9 @@ code = SEGV_MAPERR; - mmap_read_lock(mm); - vma = find_vma(mm, address); + vma = lock_mm_and_find_vma(mm, address, NULL); if (!vma) - goto bad_area; - if (vma->vm_start <= address) - goto good_area; - if (!(vma->vm_flags & VM_GROWSDOWN)) - goto bad_area; - if (expand_stack(vma, address)) - goto bad_area; -good_area: + goto bad_area_nosemaphore; code = SEGV_ACCERR; if (write) { if (!(vma->vm_flags & VM_WRITE)) @@ -347,6 +330,7 @@ return; bad_area: mmap_read_unlock(mm); +bad_area_nosemaphore: __do_fault_siginfo(code, SIGSEGV, tsk->thread.kregs, address); return; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/sparc/mm/fault_64.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/sparc/mm/fault_64.c @@ -383,8 +383,9 @@ goto bad_area; } } - if (expand_stack(vma, address)) - goto bad_area; + vma = expand_stack(mm, address); + if (!vma) + goto bad_area_nosemaphore; /* * Ok, we have a good vm_area for this memory access, so * we can handle it.. @@ -482,8 +483,9 @@ * Fix it, but check if it's kernel or user first.. */ bad_area: - insn = get_fault_insn(regs, insn); mmap_read_unlock(mm); +bad_area_nosemaphore: + insn = get_fault_insn(regs, insn); handle_kernel_fault: do_kernel_fault(regs, si_code, fault_code, insn, address); --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/um/Kconfig +++ linux-lowlatency-hwe-6.2-6.2.0/arch/um/Kconfig @@ -6,6 +6,7 @@ bool default y select ARCH_EPHEMERAL_INODES + select ARCH_HAS_CPU_FINALIZE_INIT select ARCH_HAS_FORTIFY_SOURCE select ARCH_HAS_GCOV_PROFILE_ALL select ARCH_HAS_KCOV --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/um/Makefile +++ linux-lowlatency-hwe-6.2-6.2.0/arch/um/Makefile @@ -148,7 +148,7 @@ # When cleaning we don't include .config, so we don't include # TT or skas makefiles and don't clean skas_ptregs.h. CLEAN_FILES += linux x.i gmon.out -MRPROPER_FILES += arch/$(SUBARCH)/include/generated +MRPROPER_FILES += $(HOST_DIR)/include/generated archclean: @find . \( -name '*.bb' -o -name '*.bbg' -o -name '*.da' \ --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/um/drivers/Makefile +++ linux-lowlatency-hwe-6.2-6.2.0/arch/um/drivers/Makefile @@ -16,7 +16,8 @@ hostaudio-objs := hostaudio_kern.o ubd-objs := ubd_kern.o ubd_user.o port-objs := port_kern.o port_user.o -harddog-objs := harddog_kern.o harddog_user.o +harddog-objs := harddog_kern.o +harddog-builtin-$(CONFIG_UML_WATCHDOG) := harddog_user.o harddog_user_exp.o rtc-objs := rtc_kern.o rtc_user.o LDFLAGS_pcap.o = $(shell $(CC) $(KBUILD_CFLAGS) -print-file-name=libpcap.a) @@ -60,6 +61,7 @@ obj-$(CONFIG_TTY_CHAN) += tty.o obj-$(CONFIG_XTERM_CHAN) += xterm.o xterm_kern.o obj-$(CONFIG_UML_WATCHDOG) += harddog.o +obj-y += $(harddog-builtin-y) $(harddog-builtin-m) obj-$(CONFIG_BLK_DEV_COW_COMMON) += cow_user.o obj-$(CONFIG_UML_RANDOM) += random.o obj-$(CONFIG_VIRTIO_UML) += virtio_uml.o --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/um/drivers/harddog.h +++ linux-lowlatency-hwe-6.2-6.2.0/arch/um/drivers/harddog.h @@ -0,0 +1,9 @@ +/* SPDX-License-Identifier: GPL-2.0 */ +#ifndef UM_WATCHDOG_H +#define UM_WATCHDOG_H + +int start_watchdog(int *in_fd_ret, int *out_fd_ret, char *sock); +void stop_watchdog(int in_fd, int out_fd); +int ping_watchdog(int fd); + +#endif /* UM_WATCHDOG_H */ --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/um/drivers/harddog_kern.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/um/drivers/harddog_kern.c @@ -47,6 +47,7 @@ #include #include #include "mconsole.h" +#include "harddog.h" MODULE_LICENSE("GPL"); @@ -60,8 +61,6 @@ * Allow only one person to hold it open */ -extern int start_watchdog(int *in_fd_ret, int *out_fd_ret, char *sock); - static int harddog_open(struct inode *inode, struct file *file) { int err = -EBUSY; @@ -92,8 +91,6 @@ return err; } -extern void stop_watchdog(int in_fd, int out_fd); - static int harddog_release(struct inode *inode, struct file *file) { /* @@ -112,8 +109,6 @@ return 0; } -extern int ping_watchdog(int fd); - static ssize_t harddog_write(struct file *file, const char __user *data, size_t len, loff_t *ppos) { --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/um/drivers/harddog_user.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/um/drivers/harddog_user.c @@ -7,6 +7,7 @@ #include #include #include +#include "harddog.h" struct dog_data { int stdin_fd; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/um/drivers/harddog_user_exp.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/um/drivers/harddog_user_exp.c @@ -0,0 +1,9 @@ +// SPDX-License-Identifier: GPL-2.0 +#include +#include "harddog.h" + +#if IS_MODULE(CONFIG_UML_WATCHDOG) +EXPORT_SYMBOL(start_watchdog); +EXPORT_SYMBOL(stop_watchdog); +EXPORT_SYMBOL(ping_watchdog); +#endif --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/um/drivers/vector_kern.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/um/drivers/vector_kern.c @@ -767,6 +767,7 @@ if (parsed == NULL) { *error_out = "vector_config failed to parse parameters"; + kfree(params); return -EINVAL; } --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/um/drivers/virt-pci.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/um/drivers/virt-pci.c @@ -132,8 +132,11 @@ out ? 1 : 0, posted ? cmd : HANDLE_NO_FREE(cmd), GFP_ATOMIC); - if (ret) + if (ret) { + if (posted) + kfree(cmd); goto out; + } if (posted) { virtqueue_kick(dev->cmd_vq); @@ -623,22 +626,33 @@ struct um_pci_device *dev = vdev->priv; int i; - /* Stop all virtqueues */ - virtio_reset_device(vdev); - vdev->config->del_vqs(vdev); - device_set_wakeup_enable(&vdev->dev, false); mutex_lock(&um_pci_mtx); for (i = 0; i < MAX_DEVICES; i++) { if (um_pci_devices[i].dev != dev) continue; + um_pci_devices[i].dev = NULL; irq_free_desc(dev->irq); + + break; } mutex_unlock(&um_pci_mtx); - um_pci_rescan(); + if (i < MAX_DEVICES) { + struct pci_dev *pci_dev; + + pci_dev = pci_get_slot(bridge->bus, i); + if (pci_dev) + pci_stop_and_remove_bus_device_locked(pci_dev); + } + + /* Stop all virtqueues */ + virtio_reset_device(vdev); + dev->cmd_vq = NULL; + dev->irq_vq = NULL; + vdev->config->del_vqs(vdev); kfree(dev); } --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/um/drivers/virtio_uml.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/um/drivers/virtio_uml.c @@ -168,7 +168,8 @@ if (!vu_dev->registered) return; - virtio_break_device(&vu_dev->vdev); + vu_dev->registered = 0; + schedule_work(&pdata->conn_broken_wk); } @@ -1136,6 +1137,15 @@ static void vu_of_conn_broken(struct work_struct *wk) { + struct virtio_uml_platform_data *pdata; + struct virtio_uml_device *vu_dev; + + pdata = container_of(wk, struct virtio_uml_platform_data, conn_broken_wk); + + vu_dev = platform_get_drvdata(pdata->pdev); + + virtio_break_device(&vu_dev->vdev); + /* * We can't remove the device from the devicetree so the only thing we * can do is warn. @@ -1266,8 +1276,14 @@ static void vu_conn_broken(struct work_struct *wk) { struct virtio_uml_platform_data *pdata; + struct virtio_uml_device *vu_dev; pdata = container_of(wk, struct virtio_uml_platform_data, conn_broken_wk); + + vu_dev = platform_get_drvdata(pdata->pdev); + + virtio_break_device(&vu_dev->vdev); + vu_unregister_cmdline_device(&pdata->pdev->dev, NULL); } --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/um/kernel/trap.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/um/kernel/trap.c @@ -47,14 +47,15 @@ vma = find_vma(mm, address); if (!vma) goto out; - else if (vma->vm_start <= address) + if (vma->vm_start <= address) goto good_area; - else if (!(vma->vm_flags & VM_GROWSDOWN)) + if (!(vma->vm_flags & VM_GROWSDOWN)) goto out; - else if (is_user && !ARCH_IS_STACKGROW(address)) - goto out; - else if (expand_stack(vma, address)) + if (is_user && !ARCH_IS_STACKGROW(address)) goto out; + vma = expand_stack(mm, address); + if (!vma) + goto out_nosemaphore; good_area: *code_out = SEGV_ACCERR; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/um/kernel/um_arch.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/um/kernel/um_arch.c @@ -3,6 +3,7 @@ * Copyright (C) 2000 - 2007 Jeff Dike (jdike@{addtoit,linux.intel}.com) */ +#include #include #include #include @@ -426,7 +427,7 @@ } } -void __init check_bugs(void) +void __init arch_cpu_finalize_init(void) { arch_check_bugs(); os_check_bugs(); --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/um/kernel/vmlinux.lds.S +++ linux-lowlatency-hwe-6.2-6.2.0/arch/um/kernel/vmlinux.lds.S @@ -1,4 +1,4 @@ - +#define RUNTIME_DISCARD_EXIT KERNEL_STACK_SIZE = 4096 * (1 << CONFIG_KERNEL_STACK_ORDER); #ifdef CONFIG_LD_SCRIPT_STATIC --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/um/os-Linux/sigio.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/um/os-Linux/sigio.c @@ -3,7 +3,6 @@ * Copyright (C) 2002 - 2008 Jeff Dike (jdike@{addtoit,linux.intel}.com) */ -#include #include #include #include @@ -51,7 +50,7 @@ static int write_sigio_thread(void *unused) { - struct pollfds *fds; + struct pollfds *fds, tmp; struct pollfd *p; int i, n, respond_fd; char c; @@ -78,7 +77,9 @@ "write_sigio_thread : " "read on socket failed, " "err = %d\n", errno); - swap(current_poll, next_poll); + tmp = current_poll; + current_poll = next_poll; + next_poll = tmp; respond_fd = sigio_private[1]; } else { --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/x86/Kconfig +++ linux-lowlatency-hwe-6.2-6.2.0/arch/x86/Kconfig @@ -70,6 +70,7 @@ select ARCH_HAS_ACPI_TABLE_UPGRADE if ACPI select ARCH_HAS_CACHE_LINE_SIZE select ARCH_HAS_CPU_CACHE_INVALIDATE_MEMREGION + select ARCH_HAS_CPU_FINALIZE_INIT select ARCH_HAS_CURRENT_STACK_POINTER select ARCH_HAS_DEBUG_VIRTUAL select ARCH_HAS_DEBUG_VM_PGTABLE if !X86_PAE @@ -274,6 +275,7 @@ select HAVE_GENERIC_VDSO select HOTPLUG_SMT if SMP select IRQ_FORCED_THREADING + select LOCK_MM_AND_FIND_VMA select NEED_PER_CPU_EMBED_FIRST_CHUNK select NEED_PER_CPU_PAGE_FIRST_CHUNK select NEED_SG_DMA_LENGTH @@ -2628,6 +2630,13 @@ This mitigates both spectre_v2 and retbleed at great cost to performance. +config CPU_SRSO + bool "Mitigate speculative RAS overflow on AMD" + depends on CPU_SUP_AMD && X86_64 && RETHUNK + default y + help + Enable the SRSO mitigation needed on AMD Zen1-4 machines. + config SLS bool "Mitigate Straight-Line-Speculation" depends on CC_HAS_SLS && X86_64 @@ -2638,6 +2647,25 @@ against straight line speculation. The kernel image might be slightly larger. +config GDS_FORCE_MITIGATION + bool "Force GDS Mitigation" + depends on CPU_SUP_INTEL + default n + help + Gather Data Sampling (GDS) is a hardware vulnerability which allows + unprivileged speculative access to data which was previously stored in + vector registers. + + This option is equivalent to setting gather_data_sampling=force on the + command line. The microcode mitigation is used if present, otherwise + AVX is disabled as a mitigation. On affected systems that are missing + the microcode any userspace code that unconditionally uses AVX will + break with this option set. + + Setting this option on systems not vulnerable to GDS has no effect. + + If in doubt, say N. + endif config ARCH_HAS_ADD_PAGES --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/x86/Makefile.um +++ linux-lowlatency-hwe-6.2-6.2.0/arch/x86/Makefile.um @@ -1,6 +1,17 @@ # SPDX-License-Identifier: GPL-2.0 core-y += arch/x86/crypto/ +# +# Disable SSE and other FP/SIMD instructions to match normal x86 +# This is required to work around issues in older LLVM versions, but breaks +# GCC versions < 11. See: +# https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99652 +# +ifeq ($(CONFIG_CC_IS_CLANG),y) +KBUILD_CFLAGS += -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -mno-avx +KBUILD_RUSTFLAGS += -Ctarget-feature=-sse,-sse2,-sse3,-ssse3,-sse4.1,-sse4.2,-avx,-avx2 +endif + ifeq ($(CONFIG_X86_32),y) START := 0x8048000 --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/x86/boot/compressed/Makefile +++ linux-lowlatency-hwe-6.2-6.2.0/arch/x86/boot/compressed/Makefile @@ -50,7 +50,7 @@ KBUILD_CFLAGS += -fno-asynchronous-unwind-tables KBUILD_CFLAGS += -D__DISABLE_EXPORTS # Disable relocation relaxation in case the link is not PIE. -KBUILD_CFLAGS += $(call as-option,-Wa$(comma)-mrelax-relocations=no) +KBUILD_CFLAGS += $(call cc-option,-Wa$(comma)-mrelax-relocations=no) KBUILD_CFLAGS += -include $(srctree)/include/linux/hidden.h # sev.c indirectly inludes inat-table.h which is generated during --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/x86/boot/compressed/idt_64.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/x86/boot/compressed/idt_64.c @@ -63,7 +63,14 @@ set_idt_entry(X86_TRAP_PF, boot_page_fault); #ifdef CONFIG_AMD_MEM_ENCRYPT - set_idt_entry(X86_TRAP_VC, boot_stage2_vc); + /* + * Clear the second stage #VC handler in case guest types + * needing #VC have not been detected. + */ + if (sev_status & BIT(1)) + set_idt_entry(X86_TRAP_VC, boot_stage2_vc); + else + set_idt_entry(X86_TRAP_VC, NULL); #endif load_boot_idt(&boot_idt_desc); --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/x86/boot/compressed/sev.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/x86/boot/compressed/sev.c @@ -355,12 +355,45 @@ bp->cc_blob_address = 0; /* + * Do an initial SEV capability check before snp_init() which + * loads the CPUID page and the same checks afterwards are done + * without the hypervisor and are trustworthy. + * + * If the HV fakes SEV support, the guest will crash'n'burn + * which is good enough. + */ + + /* Check for the SME/SEV support leaf */ + eax = 0x80000000; + ecx = 0; + native_cpuid(&eax, &ebx, &ecx, &edx); + if (eax < 0x8000001f) + return; + + /* + * Check for the SME/SEV feature: + * CPUID Fn8000_001F[EAX] + * - Bit 0 - Secure Memory Encryption support + * - Bit 1 - Secure Encrypted Virtualization support + * CPUID Fn8000_001F[EBX] + * - Bits 5:0 - Pagetable bit position used to indicate encryption + */ + eax = 0x8000001f; + ecx = 0; + native_cpuid(&eax, &ebx, &ecx, &edx); + /* Check whether SEV is supported */ + if (!(eax & BIT(1))) + return; + + /* * Setup/preliminary detection of SNP. This will be sanity-checked * against CPUID/MSR values later. */ snp = snp_init(bp); - /* Check for the SME/SEV support leaf */ + /* Now repeat the checks with the SNP CPUID table. */ + + /* Recheck the SME/SEV support leaf */ eax = 0x80000000; ecx = 0; native_cpuid(&eax, &ebx, &ecx, &edx); @@ -368,7 +401,7 @@ return; /* - * Check for the SME/SEV feature: + * Recheck for the SME/SEV feature: * CPUID Fn8000_001F[EAX] * - Bit 0 - Secure Memory Encryption support * - Bit 1 - Secure Encrypted Virtualization support --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/x86/boot/video-vga.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/x86/boot/video-vga.c @@ -188,7 +188,7 @@ vga_set_vertical_end(60*8); } -static int vga_set_mode(struct mode_info *mode) +static int __attribute__((optimize("no-jump-tables"))) vga_set_mode(struct mode_info *mode) { /* Set the basic mode */ vga_set_basic_mode(); --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/x86/coco/tdx/tdx.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/x86/coco/tdx/tdx.c @@ -796,6 +796,30 @@ return true; } +static bool tdx_enc_status_change_prepare(unsigned long vaddr, int numpages, + bool enc) +{ + /* + * Only handle shared->private conversion here. + * See the comment in tdx_early_init(). + */ + if (enc) + return tdx_enc_status_changed(vaddr, numpages, enc); + return true; +} + +static bool tdx_enc_status_change_finish(unsigned long vaddr, int numpages, + bool enc) +{ + /* + * Only handle private->shared conversion here. + * See the comment in tdx_early_init(). + */ + if (!enc) + return tdx_enc_status_changed(vaddr, numpages, enc); + return true; +} + void __init tdx_early_init(void) { u64 cc_mask; @@ -820,9 +844,30 @@ */ physical_mask &= cc_mask - 1; - x86_platform.guest.enc_cache_flush_required = tdx_cache_flush_required; - x86_platform.guest.enc_tlb_flush_required = tdx_tlb_flush_required; - x86_platform.guest.enc_status_change_finish = tdx_enc_status_changed; + /* + * The kernel mapping should match the TDX metadata for the page. + * load_unaligned_zeropad() can touch memory *adjacent* to that which is + * owned by the caller and can catch even _momentary_ mismatches. Bad + * things happen on mismatch: + * + * - Private mapping => Shared Page == Guest shutdown + * - Shared mapping => Private Page == Recoverable #VE + * + * guest.enc_status_change_prepare() converts the page from + * shared=>private before the mapping becomes private. + * + * guest.enc_status_change_finish() converts the page from + * private=>shared after the mapping becomes private. + * + * In both cases there is a temporary shared mapping to a private page, + * which can result in a #VE. But, there is never a private mapping to + * a shared page. + */ + x86_platform.guest.enc_status_change_prepare = tdx_enc_status_change_prepare; + x86_platform.guest.enc_status_change_finish = tdx_enc_status_change_finish; + + x86_platform.guest.enc_cache_flush_required = tdx_cache_flush_required; + x86_platform.guest.enc_tlb_flush_required = tdx_tlb_flush_required; pr_info("Guest detected\n"); } --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/x86/crypto/ghash-clmulni-intel_glue.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/x86/crypto/ghash-clmulni-intel_glue.c @@ -19,6 +19,7 @@ #include #include #include +#include #define GHASH_BLOCK_SIZE 16 #define GHASH_DIGEST_SIZE 16 @@ -54,15 +55,14 @@ const u8 *key, unsigned int keylen) { struct ghash_ctx *ctx = crypto_shash_ctx(tfm); - be128 *x = (be128 *)key; u64 a, b; if (keylen != GHASH_BLOCK_SIZE) return -EINVAL; /* perform multiplication by 'x' in GF(2^128) */ - a = be64_to_cpu(x->a); - b = be64_to_cpu(x->b); + a = get_unaligned_be64(key); + b = get_unaligned_be64(key + 8); ctx->shash.a = (b << 1) | (a >> 63); ctx->shash.b = (a << 1) | (b >> 63); --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/x86/entry/vdso/vma.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/x86/entry/vdso/vma.c @@ -298,8 +298,8 @@ /* Round the lowest possible end address up to a PMD boundary. */ end = (start + len + PMD_SIZE - 1) & PMD_MASK; - if (end >= TASK_SIZE_MAX) - end = TASK_SIZE_MAX; + if (end >= DEFAULT_MAP_WINDOW) + end = DEFAULT_MAP_WINDOW; end -= len; if (end > start) { --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/x86/events/amd/core.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/x86/events/amd/core.c @@ -374,7 +374,7 @@ /* pass precise event sampling to ibs: */ if (event->attr.precise_ip && get_ibs_caps()) - return -ENOENT; + return forward_event_to_ibs(event); if (has_branch_stack(event) && !x86_pmu.lbr_nr) return -EOPNOTSUPP; @@ -923,6 +923,7 @@ /* Event overflow */ handled++; + status &= ~mask; perf_sample_data_init(&data, 0, hwc->last_period); if (!x86_perf_event_set_period(event)) @@ -935,8 +936,6 @@ if (perf_event_overflow(event, &data, regs)) x86_pmu_stop(event, 0); - - status &= ~mask; } /* --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/x86/events/amd/ibs.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/x86/events/amd/ibs.c @@ -190,7 +190,7 @@ } /* - * Use IBS for precise event sampling: + * core pmu config -> IBS config * * perf record -a -e cpu-cycles:p ... # use ibs op counting cycle count * perf record -a -e r076:p ... # same as -e cpu-cycles:p @@ -199,25 +199,9 @@ * IbsOpCntCtl (bit 19) of IBS Execution Control Register (IbsOpCtl, * MSRC001_1033) is used to select either cycle or micro-ops counting * mode. - * - * The rip of IBS samples has skid 0. Thus, IBS supports precise - * levels 1 and 2 and the PERF_EFLAGS_EXACT is set. In rare cases the - * rip is invalid when IBS was not able to record the rip correctly. - * We clear PERF_EFLAGS_EXACT and take the rip from pt_regs then. - * */ -static int perf_ibs_precise_event(struct perf_event *event, u64 *config) +static int core_pmu_ibs_config(struct perf_event *event, u64 *config) { - switch (event->attr.precise_ip) { - case 0: - return -ENOENT; - case 1: - case 2: - break; - default: - return -EOPNOTSUPP; - } - switch (event->attr.type) { case PERF_TYPE_HARDWARE: switch (event->attr.config) { @@ -243,22 +227,37 @@ return -EOPNOTSUPP; } +/* + * The rip of IBS samples has skid 0. Thus, IBS supports precise + * levels 1 and 2 and the PERF_EFLAGS_EXACT is set. In rare cases the + * rip is invalid when IBS was not able to record the rip correctly. + * We clear PERF_EFLAGS_EXACT and take the rip from pt_regs then. + */ +int forward_event_to_ibs(struct perf_event *event) +{ + u64 config = 0; + + if (!event->attr.precise_ip || event->attr.precise_ip > 2) + return -EOPNOTSUPP; + + if (!core_pmu_ibs_config(event, &config)) { + event->attr.type = perf_ibs_op.pmu.type; + event->attr.config = config; + } + return -ENOENT; +} + static int perf_ibs_init(struct perf_event *event) { struct hw_perf_event *hwc = &event->hw; struct perf_ibs *perf_ibs; u64 max_cnt, config; - int ret; perf_ibs = get_ibs_pmu(event->attr.type); - if (perf_ibs) { - config = event->attr.config; - } else { - perf_ibs = &perf_ibs_op; - ret = perf_ibs_precise_event(event, &config); - if (ret) - return ret; - } + if (!perf_ibs) + return -ENOENT; + + config = event->attr.config; if (event->pmu != &perf_ibs->pmu) return -ENOENT; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/x86/events/intel/core.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/x86/events/intel/core.c @@ -3975,6 +3975,13 @@ struct perf_event *leader = event->group_leader; struct perf_event *sibling = NULL; + /* + * When this memload event is also the first event (no group + * exists yet), then there is no aux event before it. + */ + if (leader == event) + return -ENODATA; + if (!is_mem_loads_aux_event(leader)) { for_each_sibling_event(sibling, leader) { if (is_mem_loads_aux_event(sibling)) --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/x86/events/intel/ds.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/x86/events/intel/ds.c @@ -2,12 +2,14 @@ #include #include #include +#include #include #include #include #include #include +#include #include "../perf_event.h" @@ -1519,6 +1521,27 @@ return val; } +static void setup_pebs_time(struct perf_event *event, + struct perf_sample_data *data, + u64 tsc) +{ + /* Converting to a user-defined clock is not supported yet. */ + if (event->attr.use_clockid != 0) + return; + + /* + * Doesn't support the conversion when the TSC is unstable. + * The TSC unstable case is a corner case and very unlikely to + * happen. If it happens, the TSC in a PEBS record will be + * dropped and fall back to perf_event_clock(). + */ + if (!using_native_sched_clock() || !sched_clock_stable()) + return; + + data->time = native_sched_clock_from_tsc(tsc) + __sched_clock_offset; + data->sample_flags |= PERF_SAMPLE_TIME; +} + #define PERF_SAMPLE_ADDR_TYPE (PERF_SAMPLE_ADDR | \ PERF_SAMPLE_PHYS_ADDR | \ PERF_SAMPLE_DATA_PAGE_SIZE) @@ -1668,11 +1691,8 @@ * * We can only do this for the default trace clock. */ - if (x86_pmu.intel_cap.pebs_format >= 3 && - event->attr.use_clockid == 0) { - data->time = native_sched_clock_from_tsc(pebs->tsc); - data->sample_flags |= PERF_SAMPLE_TIME; - } + if (x86_pmu.intel_cap.pebs_format >= 3) + setup_pebs_time(event, data, pebs->tsc); if (has_branch_stack(event)) { data->br_stack = &cpuc->lbr_stack; @@ -1735,10 +1755,7 @@ perf_sample_data_init(data, 0, event->hw.last_period); data->period = event->hw.last_period; - if (event->attr.use_clockid == 0) { - data->time = native_sched_clock_from_tsc(basic->tsc); - data->sample_flags |= PERF_SAMPLE_TIME; - } + setup_pebs_time(event, data, basic->tsc); /* * We must however always use iregs for the unwinder to stay sane; the --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/x86/events/intel/uncore.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/x86/events/intel/uncore.c @@ -1765,6 +1765,11 @@ .mmio_init = adl_uncore_mmio_init, }; +static const struct intel_uncore_init_fun mtl_uncore_init __initconst = { + .cpu_init = mtl_uncore_cpu_init, + .mmio_init = adl_uncore_mmio_init, +}; + static const struct intel_uncore_init_fun icx_uncore_init __initconst = { .cpu_init = icx_uncore_cpu_init, .pci_init = icx_uncore_pci_init, @@ -1832,6 +1837,8 @@ X86_MATCH_INTEL_FAM6_MODEL(RAPTORLAKE, &adl_uncore_init), X86_MATCH_INTEL_FAM6_MODEL(RAPTORLAKE_P, &adl_uncore_init), X86_MATCH_INTEL_FAM6_MODEL(RAPTORLAKE_S, &adl_uncore_init), + X86_MATCH_INTEL_FAM6_MODEL(METEORLAKE, &mtl_uncore_init), + X86_MATCH_INTEL_FAM6_MODEL(METEORLAKE_L, &mtl_uncore_init), X86_MATCH_INTEL_FAM6_MODEL(SAPPHIRERAPIDS_X, &spr_uncore_init), X86_MATCH_INTEL_FAM6_MODEL(EMERALDRAPIDS_X, &spr_uncore_init), X86_MATCH_INTEL_FAM6_MODEL(ATOM_TREMONT_D, &snr_uncore_init), --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/x86/events/intel/uncore.h +++ linux-lowlatency-hwe-6.2-6.2.0/arch/x86/events/intel/uncore.h @@ -602,6 +602,7 @@ void icl_uncore_cpu_init(void); void tgl_uncore_cpu_init(void); void adl_uncore_cpu_init(void); +void mtl_uncore_cpu_init(void); void tgl_uncore_mmio_init(void); void tgl_l_uncore_mmio_init(void); void adl_uncore_mmio_init(void); --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/x86/events/intel/uncore_snb.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/x86/events/intel/uncore_snb.c @@ -109,6 +109,19 @@ #define PCI_DEVICE_ID_INTEL_RPL_23_IMC 0xA728 #define PCI_DEVICE_ID_INTEL_RPL_24_IMC 0xA729 #define PCI_DEVICE_ID_INTEL_RPL_25_IMC 0xA72A +#define PCI_DEVICE_ID_INTEL_MTL_1_IMC 0x7d00 +#define PCI_DEVICE_ID_INTEL_MTL_2_IMC 0x7d01 +#define PCI_DEVICE_ID_INTEL_MTL_3_IMC 0x7d02 +#define PCI_DEVICE_ID_INTEL_MTL_4_IMC 0x7d05 +#define PCI_DEVICE_ID_INTEL_MTL_5_IMC 0x7d10 +#define PCI_DEVICE_ID_INTEL_MTL_6_IMC 0x7d14 +#define PCI_DEVICE_ID_INTEL_MTL_7_IMC 0x7d15 +#define PCI_DEVICE_ID_INTEL_MTL_8_IMC 0x7d16 +#define PCI_DEVICE_ID_INTEL_MTL_9_IMC 0x7d21 +#define PCI_DEVICE_ID_INTEL_MTL_10_IMC 0x7d22 +#define PCI_DEVICE_ID_INTEL_MTL_11_IMC 0x7d23 +#define PCI_DEVICE_ID_INTEL_MTL_12_IMC 0x7d24 +#define PCI_DEVICE_ID_INTEL_MTL_13_IMC 0x7d28 #define IMC_UNCORE_DEV(a) \ @@ -205,6 +218,32 @@ #define ADL_UNC_ARB_PERFEVTSEL0 0x2FD0 #define ADL_UNC_ARB_MSR_OFFSET 0x8 +/* MTL Cbo register */ +#define MTL_UNC_CBO_0_PER_CTR0 0x2448 +#define MTL_UNC_CBO_0_PERFEVTSEL0 0x2442 + +/* MTL HAC_ARB register */ +#define MTL_UNC_HAC_ARB_CTR 0x2018 +#define MTL_UNC_HAC_ARB_CTRL 0x2012 + +/* MTL ARB register */ +#define MTL_UNC_ARB_CTR 0x2418 +#define MTL_UNC_ARB_CTRL 0x2412 + +/* MTL cNCU register */ +#define MTL_UNC_CNCU_FIXED_CTR 0x2408 +#define MTL_UNC_CNCU_FIXED_CTRL 0x2402 +#define MTL_UNC_CNCU_BOX_CTL 0x240e + +/* MTL sNCU register */ +#define MTL_UNC_SNCU_FIXED_CTR 0x2008 +#define MTL_UNC_SNCU_FIXED_CTRL 0x2002 +#define MTL_UNC_SNCU_BOX_CTL 0x200e + +/* MTL HAC_CBO register */ +#define MTL_UNC_HBO_CTR 0x2048 +#define MTL_UNC_HBO_CTRL 0x2042 + DEFINE_UNCORE_FORMAT_ATTR(event, event, "config:0-7"); DEFINE_UNCORE_FORMAT_ATTR(umask, umask, "config:8-15"); DEFINE_UNCORE_FORMAT_ATTR(chmask, chmask, "config:8-11"); @@ -598,6 +637,115 @@ uncore_msr_uncores = adl_msr_uncores; } +static struct intel_uncore_type mtl_uncore_cbox = { + .name = "cbox", + .num_counters = 2, + .perf_ctr_bits = 48, + .perf_ctr = MTL_UNC_CBO_0_PER_CTR0, + .event_ctl = MTL_UNC_CBO_0_PERFEVTSEL0, + .event_mask = ADL_UNC_RAW_EVENT_MASK, + .msr_offset = SNB_UNC_CBO_MSR_OFFSET, + .ops = &icl_uncore_msr_ops, + .format_group = &adl_uncore_format_group, +}; + +static struct intel_uncore_type mtl_uncore_hac_arb = { + .name = "hac_arb", + .num_counters = 2, + .num_boxes = 2, + .perf_ctr_bits = 48, + .perf_ctr = MTL_UNC_HAC_ARB_CTR, + .event_ctl = MTL_UNC_HAC_ARB_CTRL, + .event_mask = ADL_UNC_RAW_EVENT_MASK, + .msr_offset = SNB_UNC_CBO_MSR_OFFSET, + .ops = &icl_uncore_msr_ops, + .format_group = &adl_uncore_format_group, +}; + +static struct intel_uncore_type mtl_uncore_arb = { + .name = "arb", + .num_counters = 2, + .num_boxes = 2, + .perf_ctr_bits = 48, + .perf_ctr = MTL_UNC_ARB_CTR, + .event_ctl = MTL_UNC_ARB_CTRL, + .event_mask = ADL_UNC_RAW_EVENT_MASK, + .msr_offset = SNB_UNC_CBO_MSR_OFFSET, + .ops = &icl_uncore_msr_ops, + .format_group = &adl_uncore_format_group, +}; + +static struct intel_uncore_type mtl_uncore_hac_cbox = { + .name = "hac_cbox", + .num_counters = 2, + .num_boxes = 2, + .perf_ctr_bits = 48, + .perf_ctr = MTL_UNC_HBO_CTR, + .event_ctl = MTL_UNC_HBO_CTRL, + .event_mask = ADL_UNC_RAW_EVENT_MASK, + .msr_offset = SNB_UNC_CBO_MSR_OFFSET, + .ops = &icl_uncore_msr_ops, + .format_group = &adl_uncore_format_group, +}; + +static void mtl_uncore_msr_init_box(struct intel_uncore_box *box) +{ + wrmsrl(uncore_msr_box_ctl(box), SNB_UNC_GLOBAL_CTL_EN); +} + +static struct intel_uncore_ops mtl_uncore_msr_ops = { + .init_box = mtl_uncore_msr_init_box, + .disable_event = snb_uncore_msr_disable_event, + .enable_event = snb_uncore_msr_enable_event, + .read_counter = uncore_msr_read_counter, +}; + +static struct intel_uncore_type mtl_uncore_cncu = { + .name = "cncu", + .num_counters = 1, + .num_boxes = 1, + .box_ctl = MTL_UNC_CNCU_BOX_CTL, + .fixed_ctr_bits = 48, + .fixed_ctr = MTL_UNC_CNCU_FIXED_CTR, + .fixed_ctl = MTL_UNC_CNCU_FIXED_CTRL, + .single_fixed = 1, + .event_mask = SNB_UNC_CTL_EV_SEL_MASK, + .format_group = &icl_uncore_clock_format_group, + .ops = &mtl_uncore_msr_ops, + .event_descs = icl_uncore_events, +}; + +static struct intel_uncore_type mtl_uncore_sncu = { + .name = "sncu", + .num_counters = 1, + .num_boxes = 1, + .box_ctl = MTL_UNC_SNCU_BOX_CTL, + .fixed_ctr_bits = 48, + .fixed_ctr = MTL_UNC_SNCU_FIXED_CTR, + .fixed_ctl = MTL_UNC_SNCU_FIXED_CTRL, + .single_fixed = 1, + .event_mask = SNB_UNC_CTL_EV_SEL_MASK, + .format_group = &icl_uncore_clock_format_group, + .ops = &mtl_uncore_msr_ops, + .event_descs = icl_uncore_events, +}; + +static struct intel_uncore_type *mtl_msr_uncores[] = { + &mtl_uncore_cbox, + &mtl_uncore_hac_arb, + &mtl_uncore_arb, + &mtl_uncore_hac_cbox, + &mtl_uncore_cncu, + &mtl_uncore_sncu, + NULL +}; + +void mtl_uncore_cpu_init(void) +{ + mtl_uncore_cbox.num_boxes = icl_get_cbox_num(); + uncore_msr_uncores = mtl_msr_uncores; +} + enum { SNB_PCI_UNCORE_IMC, }; @@ -1264,6 +1412,19 @@ IMC_UNCORE_DEV(RPL_23), IMC_UNCORE_DEV(RPL_24), IMC_UNCORE_DEV(RPL_25), + IMC_UNCORE_DEV(MTL_1), + IMC_UNCORE_DEV(MTL_2), + IMC_UNCORE_DEV(MTL_3), + IMC_UNCORE_DEV(MTL_4), + IMC_UNCORE_DEV(MTL_5), + IMC_UNCORE_DEV(MTL_6), + IMC_UNCORE_DEV(MTL_7), + IMC_UNCORE_DEV(MTL_8), + IMC_UNCORE_DEV(MTL_9), + IMC_UNCORE_DEV(MTL_10), + IMC_UNCORE_DEV(MTL_11), + IMC_UNCORE_DEV(MTL_12), + IMC_UNCORE_DEV(MTL_13), { /* end: all zeroes */ } }; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/x86/events/intel/uncore_snbep.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/x86/events/intel/uncore_snbep.c @@ -6166,6 +6166,7 @@ }; #define UNCORE_SPR_NUM_UNCORE_TYPES 12 +#define UNCORE_SPR_CHA 0 #define UNCORE_SPR_IIO 1 #define UNCORE_SPR_IMC 6 @@ -6414,12 +6415,22 @@ return max + 1; } +#define SPR_MSR_UNC_CBO_CONFIG 0x2FFE + void spr_uncore_cpu_init(void) { + struct intel_uncore_type *type; + u64 num_cbo; + uncore_msr_uncores = uncore_get_uncores(UNCORE_ACCESS_MSR, UNCORE_SPR_MSR_EXTRA_UNCORES, spr_msr_uncores); + type = uncore_find_type_by_id(uncore_msr_uncores, UNCORE_SPR_CHA); + if (type) { + rdmsrl(SPR_MSR_UNC_CBO_CONFIG, num_cbo); + type->num_boxes = num_cbo; + } spr_uncore_iio_free_running.num_boxes = uncore_type_max_boxes(uncore_msr_uncores, UNCORE_SPR_IIO); } --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/x86/events/zhaoxin/core.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/x86/events/zhaoxin/core.c @@ -541,7 +541,13 @@ switch (boot_cpu_data.x86) { case 0x06: - if (boot_cpu_data.x86_model == 0x0f || boot_cpu_data.x86_model == 0x19) { + /* + * Support Zhaoxin CPU from ZXC series, exclude Nano series through FMS. + * Nano FMS: Family=6, Model=F, Stepping=[0-A][C-D] + * ZXC FMS: Family=6, Model=F, Stepping=E-F OR Family=6, Model=0x19, Stepping=0-3 + */ + if ((boot_cpu_data.x86_model == 0x0f && boot_cpu_data.x86_stepping >= 0x0e) || + boot_cpu_data.x86_model == 0x19) { x86_pmu.max_period = x86_pmu.cntval_mask >> 1; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/x86/hyperv/hv_init.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/x86/hyperv/hv_init.c @@ -14,6 +14,7 @@ #include #include #include +#include #include #include #include @@ -470,6 +471,26 @@ } /* + * Some versions of Hyper-V that provide IBT in guest VMs have a bug + * in that there's no ENDBR64 instruction at the entry to the + * hypercall page. Because hypercalls are invoked via an indirect call + * to the hypercall page, all hypercall attempts fail when IBT is + * enabled, and Linux panics. For such buggy versions, disable IBT. + * + * Fixed versions of Hyper-V always provide ENDBR64 on the hypercall + * page, so if future Linux kernel versions enable IBT for 32-bit + * builds, additional hypercall page hackery will be required here + * to provide an ENDBR32. + */ +#ifdef CONFIG_X86_KERNEL_IBT + if (cpu_feature_enabled(X86_FEATURE_IBT) && + *(u32 *)hv_hypercall_pg != gen_endbr()) { + setup_clear_cpu_cap(X86_FEATURE_IBT); + pr_warn("Hyper-V: Disabling IBT because of Hyper-V bug\n"); + } +#endif + + /* * hyperv_init() is called before LAPIC is initialized: see * apic_intr_mode_init() -> x86_platform.apic_post_init() and * apic_bsp_setup() -> setup_local_APIC(). The direct-mode STIMER --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/x86/include/asm/apm.h +++ linux-lowlatency-hwe-6.2-6.2.0/arch/x86/include/asm/apm.h @@ -35,6 +35,7 @@ __asm__ __volatile__(APM_DO_ZERO_SEGS "pushl %%edi\n\t" "pushl %%ebp\n\t" + ANNOTATE_RETPOLINE_SAFE /* FRBS */ "lcall *%%cs:apm_bios_entry\n\t" "setc %%al\n\t" "popl %%ebp\n\t" @@ -59,6 +60,7 @@ __asm__ __volatile__(APM_DO_ZERO_SEGS "pushl %%edi\n\t" "pushl %%ebp\n\t" + ANNOTATE_RETPOLINE_SAFE /* FRBS */ "lcall *%%cs:apm_bios_entry\n\t" "setc %%bl\n\t" "popl %%ebp\n\t" --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/x86/include/asm/bugs.h +++ linux-lowlatency-hwe-6.2-6.2.0/arch/x86/include/asm/bugs.h @@ -4,8 +4,6 @@ #include -extern void check_bugs(void); - #if defined(CONFIG_CPU_SUP_INTEL) && defined(CONFIG_X86_32) int ppro_with_ram_bug(void); #else --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/x86/include/asm/cpu.h +++ linux-lowlatency-hwe-6.2-6.2.0/arch/x86/include/asm/cpu.h @@ -98,4 +98,6 @@ int intel_find_matching_signature(void *mc, unsigned int csig, int cpf); int intel_microcode_sanity_check(void *mc, bool print_err, int hdr_type); +extern struct cpumask cpus_stop_mask; + #endif /* _ASM_X86_CPU_H */ --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/x86/include/asm/cpufeature.h +++ linux-lowlatency-hwe-6.2-6.2.0/arch/x86/include/asm/cpufeature.h @@ -32,6 +32,7 @@ CPUID_8000_0007_EBX, CPUID_7_EDX, CPUID_8000_001F_EAX, + CPUID_8000_0021_EAX, }; #define X86_CAP_FMT_NUM "%d:%d" @@ -94,8 +95,9 @@ CHECK_BIT_IN_MASK_WORD(REQUIRED_MASK, 17, feature_bit) || \ CHECK_BIT_IN_MASK_WORD(REQUIRED_MASK, 18, feature_bit) || \ CHECK_BIT_IN_MASK_WORD(REQUIRED_MASK, 19, feature_bit) || \ + CHECK_BIT_IN_MASK_WORD(REQUIRED_MASK, 20, feature_bit) || \ REQUIRED_MASK_CHECK || \ - BUILD_BUG_ON_ZERO(NCAPINTS != 20)) + BUILD_BUG_ON_ZERO(NCAPINTS != 21)) #define DISABLED_MASK_BIT_SET(feature_bit) \ ( CHECK_BIT_IN_MASK_WORD(DISABLED_MASK, 0, feature_bit) || \ @@ -118,8 +120,9 @@ CHECK_BIT_IN_MASK_WORD(DISABLED_MASK, 17, feature_bit) || \ CHECK_BIT_IN_MASK_WORD(DISABLED_MASK, 18, feature_bit) || \ CHECK_BIT_IN_MASK_WORD(DISABLED_MASK, 19, feature_bit) || \ + CHECK_BIT_IN_MASK_WORD(DISABLED_MASK, 20, feature_bit) || \ DISABLED_MASK_CHECK || \ - BUILD_BUG_ON_ZERO(NCAPINTS != 20)) + BUILD_BUG_ON_ZERO(NCAPINTS != 21)) #define cpu_has(c, bit) \ (__builtin_constant_p(bit) && REQUIRED_MASK_BIT_SET(bit) ? 1 : \ --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/x86/include/asm/cpufeatures.h +++ linux-lowlatency-hwe-6.2-6.2.0/arch/x86/include/asm/cpufeatures.h @@ -13,8 +13,8 @@ /* * Defines x86 CPU feature bits */ -#define NCAPINTS 20 /* N 32-bit words worth of info */ -#define NBUGINTS 1 /* N 32-bit bug flags */ +#define NCAPINTS 21 /* N 32-bit words worth of info */ +#define NBUGINTS 2 /* N 32-bit bug flags */ /* * Note: If the comment begins with a quoted string, that string is used @@ -308,6 +308,10 @@ #define X86_FEATURE_CALL_DEPTH (11*32+19) /* "" Call depth tracking for RSB stuffing */ #define X86_FEATURE_MSR_TSX_CTRL (11*32+20) /* "" MSR IA32_TSX_CTRL (Intel) implemented */ +#define X86_FEATURE_SRSO (11*32+24) /* "" AMD BTB untrain RETs */ +#define X86_FEATURE_SRSO_ALIAS (11*32+25) /* "" AMD BTB untrain RETs through aliasing */ +#define X86_FEATURE_IBPB_ON_VMEXIT (11*32+26) /* "" Issue an IBPB only on VMEXIT */ + /* Intel-defined CPU features, CPUID level 0x00000007:1 (EAX), word 12 */ #define X86_FEATURE_AVX_VNNI (12*32+ 4) /* AVX VNNI instructions */ #define X86_FEATURE_AVX512_BF16 (12*32+ 5) /* AVX512 BFLOAT16 instructions */ @@ -426,6 +430,12 @@ #define X86_FEATURE_V_TSC_AUX (19*32+ 9) /* "" Virtual TSC_AUX */ #define X86_FEATURE_SME_COHERENT (19*32+10) /* "" AMD hardware-enforced cache coherency */ +/* AMD-defined Extended Feature 2 EAX, CPUID level 0x80000021 (EAX), word 20 */ + +#define X86_FEATURE_SBPB (20*32+27) /* "" Selective Branch Prediction Barrier */ +#define X86_FEATURE_IBPB_BRTYPE (20*32+28) /* "" MSR_PRED_CMD[IBPB] flushes all branch type predictions */ +#define X86_FEATURE_SRSO_NO (20*32+29) /* "" CPU is not affected by SRSO */ + /* * BUG word(s) */ @@ -467,5 +477,9 @@ #define X86_BUG_RETBLEED X86_BUG(27) /* CPU is affected by RETBleed */ #define X86_BUG_EIBRS_PBRSB X86_BUG(28) /* EIBRS is vulnerable to Post Barrier RSB Predictions */ #define X86_BUG_SMT_RSB X86_BUG(29) /* CPU is vulnerable to Cross-Thread Return Address Predictions */ +#define X86_BUG_GDS X86_BUG(30) /* CPU is affected by Gather Data Sampling */ +/* BUG word 2 */ +#define X86_BUG_SRSO X86_BUG(1*32 + 0) /* AMD SRSO bug */ +#define X86_BUG_DIV0 X86_BUG(1*32 + 1) /* AMD DIV0 speculation bug */ #endif /* _ASM_X86_CPUFEATURES_H */ --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/x86/include/asm/disabled-features.h +++ linux-lowlatency-hwe-6.2-6.2.0/arch/x86/include/asm/disabled-features.h @@ -124,6 +124,7 @@ #define DISABLED_MASK17 0 #define DISABLED_MASK18 0 #define DISABLED_MASK19 0 -#define DISABLED_MASK_CHECK BUILD_BUG_ON_ZERO(NCAPINTS != 20) +#define DISABLED_MASK20 0 +#define DISABLED_MASK_CHECK BUILD_BUG_ON_ZERO(NCAPINTS != 21) #endif /* _ASM_X86_DISABLED_FEATURES_H */ --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/x86/include/asm/entry-common.h +++ linux-lowlatency-hwe-6.2-6.2.0/arch/x86/include/asm/entry-common.h @@ -92,6 +92,7 @@ static __always_inline void arch_exit_to_user_mode(void) { mds_user_clear_cpu_buffers(); + amd_clear_divider(); } #define arch_exit_to_user_mode arch_exit_to_user_mode --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/x86/include/asm/fpu/api.h +++ linux-lowlatency-hwe-6.2-6.2.0/arch/x86/include/asm/fpu/api.h @@ -109,7 +109,7 @@ /* Boot, hotplug and resume */ extern void fpu__init_cpu(void); -extern void fpu__init_system(struct cpuinfo_x86 *c); +extern void fpu__init_system(void); extern void fpu__init_check_bugs(void); extern void fpu__resume_cpu(void); --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/x86/include/asm/fpu/sched.h +++ linux-lowlatency-hwe-6.2-6.2.0/arch/x86/include/asm/fpu/sched.h @@ -39,7 +39,7 @@ static inline void switch_fpu_prepare(struct fpu *old_fpu, int cpu) { if (cpu_feature_enabled(X86_FEATURE_FPU) && - !(current->flags & PF_KTHREAD)) { + !(current->flags & (PF_KTHREAD | PF_IO_WORKER))) { save_fpregs_to_fpstate(old_fpu); /* * The save operation preserved register state, so the --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/x86/include/asm/fpu/xcr.h +++ linux-lowlatency-hwe-6.2-6.2.0/arch/x86/include/asm/fpu/xcr.h @@ -5,7 +5,7 @@ #define XCR_XFEATURE_ENABLED_MASK 0x00000000 #define XCR_XFEATURE_IN_USE_MASK 0x00000001 -static inline u64 xgetbv(u32 index) +static __always_inline u64 xgetbv(u32 index) { u32 eax, edx; @@ -27,7 +27,7 @@ * * Callers should check X86_FEATURE_XGETBV1. */ -static inline u64 xfeatures_in_use(void) +static __always_inline u64 xfeatures_in_use(void) { return xgetbv(XCR_XFEATURE_IN_USE_MASK); } --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/x86/include/asm/intel-family.h +++ linux-lowlatency-hwe-6.2-6.2.0/arch/x86/include/asm/intel-family.h @@ -125,6 +125,8 @@ #define INTEL_FAM6_LUNARLAKE_M 0xBD +#define INTEL_FAM6_ARROWLAKE 0xC6 + /* "Small Core" Processors (Atom/E-Core) */ #define INTEL_FAM6_ATOM_BONNELL 0x1C /* Diamondville, Pineview */ --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/x86/include/asm/kvm-x86-ops.h +++ linux-lowlatency-hwe-6.2-6.2.0/arch/x86/include/asm/kvm-x86-ops.h @@ -36,6 +36,7 @@ KVM_X86_OP(get_cpl) KVM_X86_OP(set_segment) KVM_X86_OP(get_cs_db_l_bits) +KVM_X86_OP(is_valid_cr0) KVM_X86_OP(set_cr0) KVM_X86_OP_OPTIONAL(post_set_cr3) KVM_X86_OP(is_valid_cr4) --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/x86/include/asm/kvm_host.h +++ linux-lowlatency-hwe-6.2-6.2.0/arch/x86/include/asm/kvm_host.h @@ -1342,21 +1342,12 @@ struct task_struct *nx_huge_page_recovery_thread; #ifdef CONFIG_X86_64 - /* - * Whether the TDP MMU is enabled for this VM. This contains a - * snapshot of the TDP MMU module parameter from when the VM was - * created and remains unchanged for the life of the VM. If this is - * true, TDP MMU handler functions will run for various MMU - * operations. - */ - bool tdp_mmu_enabled; - /* The number of TDP MMU pages across all roots. */ atomic64_t tdp_mmu_pages; /* - * List of kvm_mmu_page structs being used as roots. - * All kvm_mmu_page structs in the list should have + * List of struct kvm_mmu_pages being used as roots. + * All struct kvm_mmu_pages in the list should have * tdp_mmu_page set. * * For reads, this list is protected by: @@ -1550,9 +1541,10 @@ void (*set_segment)(struct kvm_vcpu *vcpu, struct kvm_segment *var, int seg); void (*get_cs_db_l_bits)(struct kvm_vcpu *vcpu, int *db, int *l); + bool (*is_valid_cr0)(struct kvm_vcpu *vcpu, unsigned long cr0); void (*set_cr0)(struct kvm_vcpu *vcpu, unsigned long cr0); void (*post_set_cr3)(struct kvm_vcpu *vcpu, unsigned long cr3); - bool (*is_valid_cr4)(struct kvm_vcpu *vcpu, unsigned long cr0); + bool (*is_valid_cr4)(struct kvm_vcpu *vcpu, unsigned long cr4); void (*set_cr4)(struct kvm_vcpu *vcpu, unsigned long cr4); int (*set_efer)(struct kvm_vcpu *vcpu, u64 efer); void (*get_idt)(struct kvm_vcpu *vcpu, struct desc_ptr *dt); @@ -1760,6 +1752,9 @@ #define KVM_X86_OP_OPTIONAL_RET0 KVM_X86_OP #include +int kvm_x86_vendor_init(struct kvm_x86_init_ops *ops); +void kvm_x86_vendor_exit(void); + #define __KVM_HAVE_ARCH_VM_ALLOC static inline struct kvm *kvm_arch_alloc_vm(void) { --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/x86/include/asm/linkage.h +++ linux-lowlatency-hwe-6.2-6.2.0/arch/x86/include/asm/linkage.h @@ -21,7 +21,7 @@ #define FUNCTION_PADDING #endif -#if (CONFIG_FUNCTION_ALIGNMENT > 8) && !defined(__DISABLE_EXPORTS) && !defined(BULID_VDSO) +#if (CONFIG_FUNCTION_ALIGNMENT > 8) && !defined(__DISABLE_EXPORTS) && !defined(BUILD_VDSO) # define __FUNC_ALIGN __ALIGN; FUNCTION_PADDING #else # define __FUNC_ALIGN __ALIGN --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/x86/include/asm/mem_encrypt.h +++ linux-lowlatency-hwe-6.2-6.2.0/arch/x86/include/asm/mem_encrypt.h @@ -17,6 +17,12 @@ #include +#ifdef CONFIG_X86_MEM_ENCRYPT +void __init mem_encrypt_init(void); +#else +static inline void mem_encrypt_init(void) { } +#endif + #ifdef CONFIG_AMD_MEM_ENCRYPT extern u64 sme_me_mask; @@ -86,9 +92,6 @@ #endif /* CONFIG_AMD_MEM_ENCRYPT */ -/* Architecture __weak replacement functions */ -void __init mem_encrypt_init(void); - void add_encrypt_protection_map(void); /* --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/x86/include/asm/microcode.h +++ linux-lowlatency-hwe-6.2-6.2.0/arch/x86/include/asm/microcode.h @@ -5,6 +5,7 @@ #include #include #include +#include struct ucode_patch { struct list_head plist; @@ -125,13 +126,13 @@ #ifdef CONFIG_MICROCODE extern void __init load_ucode_bsp(void); extern void load_ucode_ap(void); -void reload_early_microcode(void); +void reload_early_microcode(unsigned int cpu); extern bool initrd_gone; void microcode_bsp_resume(void); #else static inline void __init load_ucode_bsp(void) { } static inline void load_ucode_ap(void) { } -static inline void reload_early_microcode(void) { } +static inline void reload_early_microcode(unsigned int cpu) { } static inline void microcode_bsp_resume(void) { } #endif --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/x86/include/asm/microcode_amd.h +++ linux-lowlatency-hwe-6.2-6.2.0/arch/x86/include/asm/microcode_amd.h @@ -47,12 +47,14 @@ extern void __init load_ucode_amd_bsp(unsigned int family); extern void load_ucode_amd_ap(unsigned int family); extern int __init save_microcode_in_initrd_amd(unsigned int family); -void reload_ucode_amd(void); +void reload_ucode_amd(unsigned int cpu); +extern void amd_check_microcode(void); #else static inline void __init load_ucode_amd_bsp(unsigned int family) {} static inline void load_ucode_amd_ap(unsigned int family) {} static inline int __init save_microcode_in_initrd_amd(unsigned int family) { return -EINVAL; } -static inline void reload_ucode_amd(void) {} +static inline void reload_ucode_amd(unsigned int cpu) {} +static inline void amd_check_microcode(void) {} #endif #endif /* _ASM_X86_MICROCODE_AMD_H */ --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/x86/include/asm/msr-index.h +++ linux-lowlatency-hwe-6.2-6.2.0/arch/x86/include/asm/msr-index.h @@ -49,8 +49,13 @@ #define SPEC_CTRL_RRSBA_DIS_S_SHIFT 6 /* Disable RRSBA behavior */ #define SPEC_CTRL_RRSBA_DIS_S BIT(SPEC_CTRL_RRSBA_DIS_S_SHIFT) +/* A mask for bits which the kernel toggles when controlling mitigations */ +#define SPEC_CTRL_MITIGATIONS_MASK (SPEC_CTRL_IBRS | SPEC_CTRL_STIBP | SPEC_CTRL_SSBD \ + | SPEC_CTRL_RRSBA_DIS_S) + #define MSR_IA32_PRED_CMD 0x00000049 /* Prediction Command */ #define PRED_CMD_IBPB BIT(0) /* Indirect Branch Prediction Barrier */ +#define PRED_CMD_SBPB BIT(7) /* Selective Branch Prediction Barrier */ #define MSR_PPIN_CTL 0x0000004e #define MSR_PPIN 0x0000004f @@ -149,6 +154,15 @@ * Not susceptible to Post-Barrier * Return Stack Buffer Predictions. */ +#define ARCH_CAP_GDS_CTRL BIT(25) /* + * CPU is vulnerable to Gather + * Data Sampling (GDS) and + * has controls for mitigation. + */ +#define ARCH_CAP_GDS_NO BIT(26) /* + * CPU is not vulnerable to Gather + * Data Sampling (GDS). + */ #define ARCH_CAP_XAPIC_DISABLE BIT(21) /* * IA32_XAPIC_DISABLE_STATUS MSR @@ -172,6 +186,8 @@ #define RNGDS_MITG_DIS BIT(0) /* SRBDS support */ #define RTM_ALLOW BIT(1) /* TSX development mode */ #define FB_CLEAR_DIS BIT(3) /* CPU Fill buffer clear disable */ +#define GDS_MITG_DIS BIT(4) /* Disable GDS mitigation */ +#define GDS_MITG_LOCKED BIT(5) /* GDS mitigation locked */ #define MSR_IA32_SYSENTER_CS 0x00000174 #define MSR_IA32_SYSENTER_ESP 0x00000175 @@ -534,6 +550,7 @@ #define MSR_AMD64_DE_CFG 0xc0011029 #define MSR_AMD64_DE_CFG_LFENCE_SERIALIZE_BIT 1 #define MSR_AMD64_DE_CFG_LFENCE_SERIALIZE BIT_ULL(MSR_AMD64_DE_CFG_LFENCE_SERIALIZE_BIT) +#define MSR_AMD64_DE_CFG_ZEN2_FP_BACKUP_FIX_BIT 9 #define MSR_AMD64_BU_CFG2 0xc001102a #define MSR_AMD64_IBSFETCHCTL 0xc0011030 --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/x86/include/asm/nospec-branch.h +++ linux-lowlatency-hwe-6.2-6.2.0/arch/x86/include/asm/nospec-branch.h @@ -211,7 +211,7 @@ * eventually turn into it's own annotation. */ .macro ANNOTATE_UNRET_END -#ifdef CONFIG_DEBUG_ENTRY +#if (defined(CONFIG_CPU_UNRET_ENTRY) || defined(CONFIG_CPU_SRSO)) ANNOTATE_RETPOLINE_SAFE nop #endif @@ -267,9 +267,9 @@ .endm #ifdef CONFIG_CPU_UNRET_ENTRY -#define CALL_ZEN_UNTRAIN_RET "call zen_untrain_ret" +#define CALL_UNTRAIN_RET "call entry_untrain_ret" #else -#define CALL_ZEN_UNTRAIN_RET "" +#define CALL_UNTRAIN_RET "" #endif /* @@ -277,7 +277,7 @@ * return thunk isn't mapped into the userspace tables (then again, AMD * typically has NO_MELTDOWN). * - * While zen_untrain_ret() doesn't clobber anything but requires stack, + * While retbleed_untrain_ret() doesn't clobber anything but requires stack, * entry_ibpb() will clobber AX, CX, DX. * * As such, this must be placed after every *SWITCH_TO_KERNEL_CR3 at a point @@ -285,10 +285,10 @@ */ .macro UNTRAIN_RET #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) ANNOTATE_UNRET_END ALTERNATIVE_3 "", \ - CALL_ZEN_UNTRAIN_RET, X86_FEATURE_UNRET, \ + CALL_UNTRAIN_RET, X86_FEATURE_UNRET, \ "call entry_ibpb", X86_FEATURE_ENTRY_IBPB, \ __stringify(RESET_CALL_DEPTH), X86_FEATURE_CALL_DEPTH #endif @@ -299,7 +299,7 @@ defined(CONFIG_CALL_DEPTH_TRACKING) ANNOTATE_UNRET_END ALTERNATIVE_3 "", \ - CALL_ZEN_UNTRAIN_RET, X86_FEATURE_UNRET, \ + CALL_UNTRAIN_RET, X86_FEATURE_UNRET, \ "call entry_ibpb", X86_FEATURE_ENTRY_IBPB, \ __stringify(RESET_CALL_DEPTH_FROM_CALL), X86_FEATURE_CALL_DEPTH #endif @@ -326,15 +326,24 @@ extern retpoline_thunk_t __x86_indirect_call_thunk_array[]; extern retpoline_thunk_t __x86_indirect_jump_thunk_array[]; +#ifdef CONFIG_RETHUNK extern void __x86_return_thunk(void); -extern void zen_untrain_ret(void); +#else +static inline void __x86_return_thunk(void) {} +#endif + +extern void retbleed_return_thunk(void); +extern void srso_return_thunk(void); +extern void srso_alias_return_thunk(void); + +extern void retbleed_untrain_ret(void); +extern void srso_untrain_ret(void); +extern void srso_alias_untrain_ret(void); + +extern void entry_untrain_ret(void); extern void entry_ibpb(void); -#ifdef CONFIG_CALL_THUNKS extern void (*x86_return_thunk)(void); -#else -#define x86_return_thunk (&__x86_return_thunk) -#endif #ifdef CONFIG_CALL_DEPTH_TRACKING extern void __x86_return_skl(void); @@ -461,9 +470,6 @@ SPEC_STORE_BYPASS_SECCOMP, }; -extern char __indirect_thunk_start[]; -extern char __indirect_thunk_end[]; - static __always_inline void alternative_msr_write(unsigned int msr, u64 val, unsigned int feature) { @@ -475,11 +481,11 @@ : "memory"); } +extern u64 x86_pred_cmd; + static inline void indirect_branch_prediction_barrier(void) { - u64 val = PRED_CMD_IBPB; - - alternative_msr_write(MSR_IA32_PRED_CMD, val, X86_FEATURE_USE_IBPB); + alternative_msr_write(MSR_IA32_PRED_CMD, x86_pred_cmd, X86_FEATURE_USE_IBPB); } /* The Intel SPEC CTRL MSR base value cache */ --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/x86/include/asm/pci-direct.h +++ linux-lowlatency-hwe-6.2-6.2.0/arch/x86/include/asm/pci-direct.h @@ -10,9 +10,11 @@ extern u32 read_pci_config(u8 bus, u8 slot, u8 func, u8 offset); extern u8 read_pci_config_byte(u8 bus, u8 slot, u8 func, u8 offset); extern u16 read_pci_config_16(u8 bus, u8 slot, u8 func, u8 offset); +extern u32 pci_early_find_cap(int bus, int slot, int func, int cap); extern void write_pci_config(u8 bus, u8 slot, u8 func, u8 offset, u32 val); extern void write_pci_config_byte(u8 bus, u8 slot, u8 func, u8 offset, u8 val); extern void write_pci_config_16(u8 bus, u8 slot, u8 func, u8 offset, u16 val); +extern unsigned int pci_early_clear_msi; extern int early_pci_allowed(void); #endif /* _ASM_X86_PCI_DIRECT_H */ --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/x86/include/asm/perf_event.h +++ linux-lowlatency-hwe-6.2-6.2.0/arch/x86/include/asm/perf_event.h @@ -467,8 +467,10 @@ #ifdef CONFIG_X86_LOCAL_APIC extern u32 get_ibs_caps(void); +extern int forward_event_to_ibs(struct perf_event *event); #else static inline u32 get_ibs_caps(void) { return 0; } +static inline int forward_event_to_ibs(struct perf_event *event) { return -ENOENT; } #endif #ifdef CONFIG_PERF_EVENTS --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/x86/include/asm/pgtable_64.h +++ linux-lowlatency-hwe-6.2-6.2.0/arch/x86/include/asm/pgtable_64.h @@ -237,8 +237,8 @@ #define __pte_to_swp_entry(pte) ((swp_entry_t) { pte_val((pte)) }) #define __pmd_to_swp_entry(pmd) ((swp_entry_t) { pmd_val((pmd)) }) -#define __swp_entry_to_pte(x) ((pte_t) { .pte = (x).val }) -#define __swp_entry_to_pmd(x) ((pmd_t) { .pmd = (x).val }) +#define __swp_entry_to_pte(x) (__pte((x).val)) +#define __swp_entry_to_pmd(x) (__pmd((x).val)) extern void cleanup_highmap(void); --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/x86/include/asm/processor.h +++ linux-lowlatency-hwe-6.2-6.2.0/arch/x86/include/asm/processor.h @@ -680,9 +680,13 @@ #ifdef CONFIG_CPU_SUP_AMD extern u32 amd_get_nodes_per_socket(void); extern u32 amd_get_highest_perf(void); +extern bool cpu_has_ibpb_brtype_microcode(void); +extern void amd_clear_divider(void); #else static inline u32 amd_get_nodes_per_socket(void) { return 0; } static inline u32 amd_get_highest_perf(void) { return 0; } +static inline bool cpu_has_ibpb_brtype_microcode(void) { return false; } +static inline void amd_clear_divider(void) { } #endif extern unsigned long arch_align_stack(unsigned long sp); @@ -697,7 +701,8 @@ #endif void __noreturn stop_this_cpu(void *dummy); -void microcode_check(void); +void microcode_check(struct cpuinfo_x86 *prev_info); +void store_cpu_caps(struct cpuinfo_x86 *info); enum l1tf_mitigations { L1TF_MITIGATION_OFF, @@ -724,4 +729,6 @@ #define arch_is_platform_page arch_is_platform_page #endif +extern bool gds_ucode_mitigated(void); + #endif /* _ASM_X86_PROCESSOR_H */ --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/x86/include/asm/reboot.h +++ linux-lowlatency-hwe-6.2-6.2.0/arch/x86/include/asm/reboot.h @@ -25,6 +25,8 @@ #define MRR_BIOS 0 #define MRR_APM 1 +void cpu_emergency_disable_virtualization(void); + typedef void (*nmi_shootdown_cb)(int, struct pt_regs*); void nmi_panic_self_stop(struct pt_regs *regs); void nmi_shootdown_cpus(nmi_shootdown_cb callback); --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/x86/include/asm/required-features.h +++ linux-lowlatency-hwe-6.2-6.2.0/arch/x86/include/asm/required-features.h @@ -98,6 +98,7 @@ #define REQUIRED_MASK17 0 #define REQUIRED_MASK18 0 #define REQUIRED_MASK19 0 -#define REQUIRED_MASK_CHECK BUILD_BUG_ON_ZERO(NCAPINTS != 20) +#define REQUIRED_MASK20 0 +#define REQUIRED_MASK_CHECK BUILD_BUG_ON_ZERO(NCAPINTS != 21) #endif /* _ASM_X86_REQUIRED_FEATURES_H */ --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/x86/include/asm/resctrl.h +++ linux-lowlatency-hwe-6.2-6.2.0/arch/x86/include/asm/resctrl.h @@ -49,7 +49,7 @@ * simple as possible. * Must be called with preemption disabled. */ -static void __resctrl_sched_in(void) +static inline void __resctrl_sched_in(struct task_struct *tsk) { struct resctrl_pqr_state *state = this_cpu_ptr(&pqr_state); u32 closid = state->default_closid; @@ -61,13 +61,13 @@ * Else use the closid/rmid assigned to this cpu. */ if (static_branch_likely(&rdt_alloc_enable_key)) { - tmp = READ_ONCE(current->closid); + tmp = READ_ONCE(tsk->closid); if (tmp) closid = tmp; } if (static_branch_likely(&rdt_mon_enable_key)) { - tmp = READ_ONCE(current->rmid); + tmp = READ_ONCE(tsk->rmid); if (tmp) rmid = tmp; } @@ -88,17 +88,17 @@ return val * scale; } -static inline void resctrl_sched_in(void) +static inline void resctrl_sched_in(struct task_struct *tsk) { if (static_branch_likely(&rdt_enable_key)) - __resctrl_sched_in(); + __resctrl_sched_in(tsk); } void resctrl_cpu_detect(struct cpuinfo_x86 *c); #else -static inline void resctrl_sched_in(void) {} +static inline void resctrl_sched_in(struct task_struct *tsk) {} static inline void resctrl_cpu_detect(struct cpuinfo_x86 *c) {} #endif /* CONFIG_X86_CPU_RESCTRL */ --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/x86/include/asm/sections.h +++ linux-lowlatency-hwe-6.2-6.2.0/arch/x86/include/asm/sections.h @@ -2,8 +2,6 @@ #ifndef _ASM_X86_SECTIONS_H #define _ASM_X86_SECTIONS_H -#define arch_is_kernel_initmem_freed arch_is_kernel_initmem_freed - #include #include @@ -18,20 +16,4 @@ extern unsigned long _brk_start, _brk_end; -static inline bool arch_is_kernel_initmem_freed(unsigned long addr) -{ - /* - * If _brk_start has not been cleared, brk allocation is incomplete, - * and we can not make assumptions about its use. - */ - if (_brk_start) - return 0; - - /* - * After brk allocation is complete, space between _brk_end and _end - * is available for allocation. - */ - return addr >= _brk_end && addr < (unsigned long)&_end; -} - #endif /* _ASM_X86_SECTIONS_H */ --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/x86/include/asm/sev-common.h +++ linux-lowlatency-hwe-6.2-6.2.0/arch/x86/include/asm/sev-common.h @@ -128,8 +128,9 @@ struct psc_entry entries[VMGEXIT_PSC_MAX_ENTRY]; } __packed; -/* Guest message request error code */ +/* Guest message request error codes */ #define SNP_GUEST_REQ_INVALID_LEN BIT_ULL(32) +#define SNP_GUEST_REQ_ERR_BUSY BIT_ULL(33) #define GHCB_MSR_TERM_REQ 0x100 #define GHCB_MSR_TERM_REASON_SET_POS 12 --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/x86/include/asm/sev.h +++ linux-lowlatency-hwe-6.2-6.2.0/arch/x86/include/asm/sev.h @@ -187,12 +187,12 @@ } void setup_ghcb(void); void __init early_snp_set_memory_private(unsigned long vaddr, unsigned long paddr, - unsigned int npages); + unsigned long npages); void __init early_snp_set_memory_shared(unsigned long vaddr, unsigned long paddr, - unsigned int npages); + unsigned long npages); void __init snp_prep_memory(unsigned long paddr, unsigned int sz, enum psc_op op); -void snp_set_memory_shared(unsigned long vaddr, unsigned int npages); -void snp_set_memory_private(unsigned long vaddr, unsigned int npages); +void snp_set_memory_shared(unsigned long vaddr, unsigned long npages); +void snp_set_memory_private(unsigned long vaddr, unsigned long npages); void snp_set_wakeup_secondary_cpu(void); bool snp_init(struct boot_params *bp); void __init __noreturn snp_abort(void); @@ -207,12 +207,12 @@ static inline int rmpadjust(unsigned long vaddr, bool rmp_psize, unsigned long attrs) { return 0; } static inline void setup_ghcb(void) { } static inline void __init -early_snp_set_memory_private(unsigned long vaddr, unsigned long paddr, unsigned int npages) { } +early_snp_set_memory_private(unsigned long vaddr, unsigned long paddr, unsigned long npages) { } static inline void __init -early_snp_set_memory_shared(unsigned long vaddr, unsigned long paddr, unsigned int npages) { } +early_snp_set_memory_shared(unsigned long vaddr, unsigned long paddr, unsigned long npages) { } static inline void __init snp_prep_memory(unsigned long paddr, unsigned int sz, enum psc_op op) { } -static inline void snp_set_memory_shared(unsigned long vaddr, unsigned int npages) { } -static inline void snp_set_memory_private(unsigned long vaddr, unsigned int npages) { } +static inline void snp_set_memory_shared(unsigned long vaddr, unsigned long npages) { } +static inline void snp_set_memory_private(unsigned long vaddr, unsigned long npages) { } static inline void snp_set_wakeup_secondary_cpu(void) { } static inline bool snp_init(struct boot_params *bp) { return false; } static inline void snp_abort(void) { } --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/x86/include/asm/sigframe.h +++ linux-lowlatency-hwe-6.2-6.2.0/arch/x86/include/asm/sigframe.h @@ -85,6 +85,4 @@ #endif /* CONFIG_X86_64 */ -void __init init_sigframe_size(void); - #endif /* _ASM_X86_SIGFRAME_H */ --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/x86/include/asm/smp.h +++ linux-lowlatency-hwe-6.2-6.2.0/arch/x86/include/asm/smp.h @@ -131,6 +131,8 @@ int wbinvd_on_all_cpus(void); void cond_wakeup_cpu0(void); +void smp_kick_mwait_play_dead(void); + void native_smp_send_reschedule(int cpu); void native_send_call_func_ipi(const struct cpumask *mask); void native_send_call_func_single_ipi(int cpu); --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/x86/include/asm/special_insns.h +++ linux-lowlatency-hwe-6.2-6.2.0/arch/x86/include/asm/special_insns.h @@ -295,7 +295,7 @@ return 0; } -static inline void tile_release(void) +static __always_inline void tile_release(void) { /* * Instruction opcode for TILERELEASE; supported in binutils --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/x86/include/asm/svm.h +++ linux-lowlatency-hwe-6.2-6.2.0/arch/x86/include/asm/svm.h @@ -261,20 +261,22 @@ AVIC_IPI_FAILURE_INVALID_BACKING_PAGE, }; -#define AVIC_PHYSICAL_MAX_INDEX_MASK GENMASK_ULL(9, 0) +#define AVIC_PHYSICAL_MAX_INDEX_MASK GENMASK_ULL(8, 0) /* - * For AVIC, the max index allowed for physical APIC ID - * table is 0xff (255). + * For AVIC, the max index allowed for physical APIC ID table is 0xfe (254), as + * 0xff is a broadcast to all CPUs, i.e. can't be targeted individually. */ #define AVIC_MAX_PHYSICAL_ID 0XFEULL /* - * For x2AVIC, the max index allowed for physical APIC ID - * table is 0x1ff (511). + * For x2AVIC, the max index allowed for physical APIC ID table is 0x1ff (511). */ #define X2AVIC_MAX_PHYSICAL_ID 0x1FFUL +static_assert((AVIC_MAX_PHYSICAL_ID & AVIC_PHYSICAL_MAX_INDEX_MASK) == AVIC_MAX_PHYSICAL_ID); +static_assert((X2AVIC_MAX_PHYSICAL_ID & AVIC_PHYSICAL_MAX_INDEX_MASK) == X2AVIC_MAX_PHYSICAL_ID); + #define AVIC_HPA_MASK ~((0xFFFULL << 52) | 0xFFF) #define VMCB_AVIC_APIC_BAR_MASK 0xFFFFFFFFFF000ULL --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/x86/include/asm/text-patching.h +++ linux-lowlatency-hwe-6.2-6.2.0/arch/x86/include/asm/text-patching.h @@ -184,6 +184,37 @@ unsigned long ip = int3_emulate_pop(regs); int3_emulate_jmp(regs, ip); } + +static __always_inline +void int3_emulate_jcc(struct pt_regs *regs, u8 cc, unsigned long ip, unsigned long disp) +{ + static const unsigned long jcc_mask[6] = { + [0] = X86_EFLAGS_OF, + [1] = X86_EFLAGS_CF, + [2] = X86_EFLAGS_ZF, + [3] = X86_EFLAGS_CF | X86_EFLAGS_ZF, + [4] = X86_EFLAGS_SF, + [5] = X86_EFLAGS_PF, + }; + + bool invert = cc & 1; + bool match; + + if (cc < 0xc) { + match = regs->flags & jcc_mask[cc >> 1]; + } else { + match = ((regs->flags & X86_EFLAGS_SF) >> X86_EFLAGS_SF_BIT) ^ + ((regs->flags & X86_EFLAGS_OF) >> X86_EFLAGS_OF_BIT); + if (cc >= 0xe) + match = match || (regs->flags & X86_EFLAGS_ZF); + } + + if ((match && !invert) || (!match && invert)) + ip += disp; + + int3_emulate_jmp(regs, ip); +} + #endif /* !CONFIG_UML_X86 */ #endif /* _ASM_X86_TEXT_PATCHING_H */ --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/x86/include/asm/virtext.h +++ linux-lowlatency-hwe-6.2-6.2.0/arch/x86/include/asm/virtext.h @@ -126,7 +126,21 @@ wrmsrl(MSR_VM_HSAVE_PA, 0); rdmsrl(MSR_EFER, efer); - wrmsrl(MSR_EFER, efer & ~EFER_SVME); + if (efer & EFER_SVME) { + /* + * Force GIF=1 prior to disabling SVM to ensure INIT and NMI + * aren't blocked, e.g. if a fatal error occurred between CLGI + * and STGI. Note, STGI may #UD if SVM is disabled from NMI + * context between reading EFER and executing STGI. In that + * case, GIF must already be set, otherwise the NMI would have + * been blocked, so just eat the fault. + */ + asm_volatile_goto("1: stgi\n\t" + _ASM_EXTABLE(1b, %l[fault]) + ::: "memory" : fault); +fault: + wrmsrl(MSR_EFER, efer & ~EFER_SVME); + } } /** Makes sure SVM is disabled, if it is supported on the CPU --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/x86/include/asm/x86_init.h +++ linux-lowlatency-hwe-6.2-6.2.0/arch/x86/include/asm/x86_init.h @@ -150,7 +150,7 @@ * @enc_cache_flush_required Returns true if a cache flush is needed before changing page encryption status */ struct x86_guest { - void (*enc_status_change_prepare)(unsigned long vaddr, int npages, bool enc); + bool (*enc_status_change_prepare)(unsigned long vaddr, int npages, bool enc); bool (*enc_status_change_finish)(unsigned long vaddr, int npages, bool enc); bool (*enc_tlb_flush_required)(bool enc); bool (*enc_cache_flush_required)(void); --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/x86/kernel/Makefile +++ linux-lowlatency-hwe-6.2-6.2.0/arch/x86/kernel/Makefile @@ -17,6 +17,7 @@ CFLAGS_REMOVE_early_printk.o = -pg CFLAGS_REMOVE_head64.o = -pg CFLAGS_REMOVE_sev.o = -pg +CFLAGS_REMOVE_rethook.o = -pg endif KASAN_SANITIZE_head$(BITS).o := n --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/x86/kernel/acpi/boot.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/x86/kernel/acpi/boot.c @@ -146,7 +146,11 @@ pr_debug("Local APIC address 0x%08x\n", madt->address); } - if (madt->header.revision >= 5) + + /* ACPI 6.3 and newer support the online capable bit. */ + if (acpi_gbl_FADT.header.revision > 6 || + (acpi_gbl_FADT.header.revision == 6 && + acpi_gbl_FADT.minor_revision >= 3)) acpi_support_online_capable = true; default_acpi_madt_oem_check(madt->header.oem_id, @@ -188,6 +192,18 @@ return cpu; } +static bool __init acpi_is_processor_usable(u32 lapic_flags) +{ + if (lapic_flags & ACPI_MADT_ENABLED) + return true; + + if (!acpi_support_online_capable || + (lapic_flags & ACPI_MADT_ONLINE_CAPABLE)) + return true; + + return false; +} + static int __init acpi_parse_x2apic(union acpi_subtable_headers *header, const unsigned long end) { @@ -212,6 +228,10 @@ if (apic_id == 0xffffffff) return 0; + /* don't register processors that cannot be onlined */ + if (!acpi_is_processor_usable(processor->lapic_flags)) + return 0; + /* * We need to register disabled CPU as well to permit * counting disabled CPUs. This allows us to size @@ -250,9 +270,7 @@ return 0; /* don't register processors that can not be onlined */ - if (acpi_support_online_capable && - !(processor->lapic_flags & ACPI_MADT_ENABLED) && - !(processor->lapic_flags & ACPI_MADT_ONLINE_CAPABLE)) + if (!acpi_is_processor_usable(processor->lapic_flags)) return 0; /* --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/x86/kernel/acpi/cstate.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/x86/kernel/acpi/cstate.c @@ -102,6 +102,21 @@ */ flags->bm_control = 0; } + if (c->x86_vendor == X86_VENDOR_AMD && c->x86 >= 0x17) { + /* + * For all AMD Zen or newer CPUs that support C3, caches + * should not be flushed by software while entering C3 + * type state. Set bm->check to 1 so that kernel doesn't + * need to execute cache flush operation. + */ + flags->bm_check = 1; + /* + * In current AMD C state implementation ARB_DIS is no longer + * used. So set bm_control to zero to indicate ARB_DIS is not + * required while entering C3 type state. + */ + flags->bm_control = 0; + } } EXPORT_SYMBOL(acpi_processor_power_init_bm_check); --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/x86/kernel/acpi/wakeup_32.S +++ linux-lowlatency-hwe-6.2-6.2.0/arch/x86/kernel/acpi/wakeup_32.S @@ -3,6 +3,7 @@ #include #include #include +#include # Copyright 2003, 2008 Pavel Machek opcode.bytes[0] == 0x0f && (insn->opcode.bytes[1] & 0xf0) == 0x80; +} + #if defined(CONFIG_RETPOLINE) && defined(CONFIG_OBJTOOL) /* @@ -378,12 +384,6 @@ return i; } -static inline bool is_jcc32(struct insn *insn) -{ - /* Jcc.d32 second opcode byte is in the range: 0x80-0x8f */ - return insn->opcode.bytes[0] == 0x0f && (insn->opcode.bytes[1] & 0xf0) == 0x80; -} - static int emit_call_track_retpoline(void *addr, struct insn *insn, int reg, u8 *bytes) { u8 op = insn->opcode.bytes[0]; @@ -573,10 +573,6 @@ #ifdef CONFIG_RETHUNK -#ifdef CONFIG_CALL_THUNKS -void (*x86_return_thunk)(void) __ro_after_init = &__x86_return_thunk; -#endif - /* * Rewrite the compiler generated return thunk tail-calls. * @@ -592,13 +588,12 @@ { int i = 0; + /* Patch the custom return thunks... */ if (cpu_feature_enabled(X86_FEATURE_RETHUNK)) { - if (x86_return_thunk == __x86_return_thunk) - return -1; - i = JMP32_INSN_SIZE; __text_gen_insn(bytes, JMP32_INSN_OPCODE, addr, x86_return_thunk, i); } else { + /* ... or patch them out if not needed. */ bytes[i++] = RET_INSN_OPCODE; } @@ -611,6 +606,14 @@ { s32 *s; + /* + * Do not patch out the default return thunks if those needed are the + * ones generated by the compiler. + */ + if (cpu_feature_enabled(X86_FEATURE_RETHUNK) && + (x86_return_thunk == __x86_return_thunk)) + return; + for (s = start; s < end; s++) { void *dest = NULL, *addr = (void *)s + *s; struct insn insn; @@ -1772,6 +1775,11 @@ on_each_cpu(do_sync_core, NULL, 1); } +/* + * NOTE: crazy scheme to allow patching Jcc.d32 but not increase the size of + * this thing. When len == 6 everything is prefixed with 0x0f and we map + * opcode to Jcc.d8, using len to distinguish. + */ struct text_poke_loc { /* addr := _stext + rel_addr */ s32 rel_addr; @@ -1893,6 +1901,10 @@ int3_emulate_jmp(regs, (long)ip + tp->disp); break; + case 0x70 ... 0x7f: /* Jcc */ + int3_emulate_jcc(regs, tp->opcode & 0xf, (long)ip, tp->disp); + break; + default: BUG(); } @@ -1966,16 +1978,26 @@ * Second step: update all but the first byte of the patched range. */ for (do_sync = 0, i = 0; i < nr_entries; i++) { - u8 old[POKE_MAX_OPCODE_SIZE] = { tp[i].old, }; + u8 old[POKE_MAX_OPCODE_SIZE+1] = { tp[i].old, }; + u8 _new[POKE_MAX_OPCODE_SIZE+1]; + const u8 *new = tp[i].text; int len = tp[i].len; if (len - INT3_INSN_SIZE > 0) { memcpy(old + INT3_INSN_SIZE, text_poke_addr(&tp[i]) + INT3_INSN_SIZE, len - INT3_INSN_SIZE); + + if (len == 6) { + _new[0] = 0x0f; + memcpy(_new + 1, new, 5); + new = _new; + } + text_poke(text_poke_addr(&tp[i]) + INT3_INSN_SIZE, - (const char *)tp[i].text + INT3_INSN_SIZE, + new + INT3_INSN_SIZE, len - INT3_INSN_SIZE); + do_sync++; } @@ -2003,8 +2025,7 @@ * The old instruction is recorded so that the event can be * processed forwards or backwards. */ - perf_event_text_poke(text_poke_addr(&tp[i]), old, len, - tp[i].text, len); + perf_event_text_poke(text_poke_addr(&tp[i]), old, len, new, len); } if (do_sync) { @@ -2021,10 +2042,15 @@ * replacing opcode. */ for (do_sync = 0, i = 0; i < nr_entries; i++) { - if (tp[i].text[0] == INT3_INSN_OPCODE) + u8 byte = tp[i].text[0]; + + if (tp[i].len == 6) + byte = 0x0f; + + if (byte == INT3_INSN_OPCODE) continue; - text_poke(text_poke_addr(&tp[i]), tp[i].text, INT3_INSN_SIZE); + text_poke(text_poke_addr(&tp[i]), &byte, INT3_INSN_SIZE); do_sync++; } @@ -2042,9 +2068,11 @@ const void *opcode, size_t len, const void *emulate) { struct insn insn; - int ret, i; + int ret, i = 0; - memcpy((void *)tp->text, opcode, len); + if (len == 6) + i = 1; + memcpy((void *)tp->text, opcode+i, len-i); if (!emulate) emulate = opcode; @@ -2055,6 +2083,13 @@ tp->len = len; tp->opcode = insn.opcode.bytes[0]; + if (is_jcc32(&insn)) { + /* + * Map Jcc.d32 onto Jcc.d8 and use len to distinguish. + */ + tp->opcode = insn.opcode.bytes[1] - 0x10; + } + switch (tp->opcode) { case RET_INSN_OPCODE: case JMP32_INSN_OPCODE: @@ -2071,7 +2106,6 @@ BUG_ON(len != insn.length); } - switch (tp->opcode) { case INT3_INSN_OPCODE: case RET_INSN_OPCODE: @@ -2080,6 +2114,7 @@ case CALL_INSN_OPCODE: case JMP32_INSN_OPCODE: case JMP8_INSN_OPCODE: + case 0x70 ... 0x7f: /* Jcc */ tp->disp = insn.immediate.value; break; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/x86/kernel/amd_nb.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/x86/kernel/amd_nb.c @@ -36,6 +36,7 @@ #define PCI_DEVICE_ID_AMD_19H_M50H_DF_F4 0x166e #define PCI_DEVICE_ID_AMD_19H_M60H_DF_F4 0x14e4 #define PCI_DEVICE_ID_AMD_19H_M70H_DF_F4 0x14f4 +#define PCI_DEVICE_ID_AMD_19H_M78H_DF_F4 0x12fc /* Protect the PCI config register pairs used for SMN. */ static DEFINE_MUTEX(smn_mutex); @@ -79,6 +80,7 @@ { PCI_DEVICE(PCI_VENDOR_ID_AMD, PCI_DEVICE_ID_AMD_19H_M50H_DF_F3) }, { PCI_DEVICE(PCI_VENDOR_ID_AMD, PCI_DEVICE_ID_AMD_19H_M60H_DF_F3) }, { PCI_DEVICE(PCI_VENDOR_ID_AMD, PCI_DEVICE_ID_AMD_19H_M70H_DF_F3) }, + { PCI_DEVICE(PCI_VENDOR_ID_AMD, PCI_DEVICE_ID_AMD_19H_M78H_DF_F3) }, {} }; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/x86/kernel/aperture_64.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/x86/kernel/aperture_64.c @@ -136,32 +136,6 @@ } -/* Find a PCI capability */ -static u32 __init find_cap(int bus, int slot, int func, int cap) -{ - int bytes; - u8 pos; - - if (!(read_pci_config_16(bus, slot, func, PCI_STATUS) & - PCI_STATUS_CAP_LIST)) - return 0; - - pos = read_pci_config_byte(bus, slot, func, PCI_CAPABILITY_LIST); - for (bytes = 0; bytes < 48 && pos >= 0x40; bytes++) { - u8 id; - - pos &= ~3; - id = read_pci_config_byte(bus, slot, func, pos+PCI_CAP_LIST_ID); - if (id == 0xff) - break; - if (id == cap) - return pos; - pos = read_pci_config_byte(bus, slot, func, - pos+PCI_CAP_LIST_NEXT); - } - return 0; -} - /* Read a standard AGPv3 bridge header */ static u32 __init read_agp(int bus, int slot, int func, int cap, u32 *order) { @@ -250,8 +224,8 @@ case PCI_CLASS_BRIDGE_HOST: case PCI_CLASS_BRIDGE_OTHER: /* needed? */ /* AGP bridge? */ - cap = find_cap(bus, slot, func, - PCI_CAP_ID_AGP); + cap = pci_early_find_cap(bus, slot, + func, PCI_CAP_ID_AGP); if (!cap) break; *valid_agp = 1; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/x86/kernel/apic/apic.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/x86/kernel/apic/apic.c @@ -422,10 +422,9 @@ if (vector && !eilvt_entry_is_changeable(vector, new)) /* may not change if vectors are different */ return rsvd; - rsvd = atomic_cmpxchg(&eilvt_offsets[offset], rsvd, new); - } while (rsvd != new); + } while (!atomic_try_cmpxchg(&eilvt_offsets[offset], &rsvd, new)); - rsvd &= ~APIC_EILVT_MASKED; + rsvd = new & ~APIC_EILVT_MASKED; if (rsvd && rsvd != vector) pr_info("LVT offset %d assigned for vector 0x%02x\n", offset, rsvd); --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/x86/kernel/apic/io_apic.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/x86/kernel/apic/io_apic.c @@ -2480,17 +2480,21 @@ unsigned int arch_dynirq_lower_bound(unsigned int from) { + unsigned int ret; + /* * dmar_alloc_hwirq() may be called before setup_IO_APIC(), so use * gsi_top if ioapic_dynirq_base hasn't been initialized yet. */ - if (!ioapic_initialized) - return gsi_top; + ret = ioapic_dynirq_base ? : gsi_top; + /* - * For DT enabled machines ioapic_dynirq_base is irrelevant and not - * updated. So simply return @from if ioapic_dynirq_base == 0. + * For DT enabled machines ioapic_dynirq_base is irrelevant and + * always 0. gsi_top can be 0 if there is no IO/APIC registered. + * 0 is an invalid interrupt number for dynamic allocations. Return + * @from instead. */ - return ioapic_dynirq_base ? : from; + return ret ? : from; } #ifdef CONFIG_X86_32 --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/x86/kernel/apic/x2apic_phys.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/x86/kernel/apic/x2apic_phys.c @@ -97,7 +97,10 @@ static int x2apic_phys_probe(void) { - if (x2apic_mode && (x2apic_phys || x2apic_fadt_phys())) + if (!x2apic_mode) + return 0; + + if (x2apic_phys || x2apic_fadt_phys()) return 1; return apic == &apic_x2apic_phys; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/x86/kernel/cpu/amd.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/x86/kernel/cpu/amd.c @@ -27,11 +27,6 @@ #include "cpu.h" -static const int amd_erratum_383[]; -static const int amd_erratum_400[]; -static const int amd_erratum_1054[]; -static bool cpu_has_amd_erratum(struct cpuinfo_x86 *cpu, const int *erratum); - /* * nodes_per_socket: Stores the number of nodes per socket. * Refer to Fam15h Models 00-0fh BKDG - CPUID Fn8000_001E_ECX @@ -39,6 +34,83 @@ */ static u32 nodes_per_socket = 1; +/* + * AMD errata checking + * + * Errata are defined as arrays of ints using the AMD_LEGACY_ERRATUM() or + * AMD_OSVW_ERRATUM() macros. The latter is intended for newer errata that + * have an OSVW id assigned, which it takes as first argument. Both take a + * variable number of family-specific model-stepping ranges created by + * AMD_MODEL_RANGE(). + * + * Example: + * + * const int amd_erratum_319[] = + * AMD_LEGACY_ERRATUM(AMD_MODEL_RANGE(0x10, 0x2, 0x1, 0x4, 0x2), + * AMD_MODEL_RANGE(0x10, 0x8, 0x0, 0x8, 0x0), + * AMD_MODEL_RANGE(0x10, 0x9, 0x0, 0x9, 0x0)); + */ + +#define AMD_LEGACY_ERRATUM(...) { -1, __VA_ARGS__, 0 } +#define AMD_OSVW_ERRATUM(osvw_id, ...) { osvw_id, __VA_ARGS__, 0 } +#define AMD_MODEL_RANGE(f, m_start, s_start, m_end, s_end) \ + ((f << 24) | (m_start << 16) | (s_start << 12) | (m_end << 4) | (s_end)) +#define AMD_MODEL_RANGE_FAMILY(range) (((range) >> 24) & 0xff) +#define AMD_MODEL_RANGE_START(range) (((range) >> 12) & 0xfff) +#define AMD_MODEL_RANGE_END(range) ((range) & 0xfff) + +static const int amd_erratum_400[] = + AMD_OSVW_ERRATUM(1, AMD_MODEL_RANGE(0xf, 0x41, 0x2, 0xff, 0xf), + AMD_MODEL_RANGE(0x10, 0x2, 0x1, 0xff, 0xf)); + +static const int amd_erratum_383[] = + AMD_OSVW_ERRATUM(3, AMD_MODEL_RANGE(0x10, 0, 0, 0xff, 0xf)); + +/* #1054: Instructions Retired Performance Counter May Be Inaccurate */ +static const int amd_erratum_1054[] = + AMD_LEGACY_ERRATUM(AMD_MODEL_RANGE(0x17, 0, 0, 0x2f, 0xf)); + +static const int amd_zenbleed[] = + AMD_LEGACY_ERRATUM(AMD_MODEL_RANGE(0x17, 0x30, 0x0, 0x4f, 0xf), + AMD_MODEL_RANGE(0x17, 0x60, 0x0, 0x7f, 0xf), + AMD_MODEL_RANGE(0x17, 0x90, 0x0, 0x91, 0xf), + AMD_MODEL_RANGE(0x17, 0xa0, 0x0, 0xaf, 0xf)); + +static const int amd_div0[] = + AMD_LEGACY_ERRATUM(AMD_MODEL_RANGE(0x17, 0x00, 0x0, 0x2f, 0xf), + AMD_MODEL_RANGE(0x17, 0x50, 0x0, 0x5f, 0xf)); + +static bool cpu_has_amd_erratum(struct cpuinfo_x86 *cpu, const int *erratum) +{ + int osvw_id = *erratum++; + u32 range; + u32 ms; + + if (osvw_id >= 0 && osvw_id < 65536 && + cpu_has(cpu, X86_FEATURE_OSVW)) { + u64 osvw_len; + + rdmsrl(MSR_AMD64_OSVW_ID_LENGTH, osvw_len); + if (osvw_id < osvw_len) { + u64 osvw_bits; + + rdmsrl(MSR_AMD64_OSVW_STATUS + (osvw_id >> 6), + osvw_bits); + return osvw_bits & (1ULL << (osvw_id & 0x3f)); + } + } + + /* OSVW unavailable or ID unknown, match family-model-stepping range */ + ms = (cpu->x86_model << 4) | cpu->x86_stepping; + while ((range = *erratum++)) + if ((cpu->x86 == AMD_MODEL_RANGE_FAMILY(range)) && + (ms >= AMD_MODEL_RANGE_START(range)) && + (ms <= AMD_MODEL_RANGE_END(range))) + return true; + + return false; +} + static inline int rdmsrl_amd_safe(unsigned msr, unsigned long long *p) { u32 gprs[8] = { 0 }; @@ -880,6 +952,15 @@ } } #endif + /* + * Work around Erratum 1386. The XSAVES instruction malfunctions in + * certain circumstances on Zen1/2 uarch, and not all parts have had + * updated microcode at the time of writing (March 2023). + * + * Affected parts all have no supervisor XSAVE states, meaning that + * the XSAVEC instruction (which works fine) is equivalent. + */ + clear_cpu_cap(c, X86_FEATURE_XSAVES); } static void init_amd_zn(struct cpuinfo_x86 *c) @@ -907,6 +988,47 @@ } } +static bool cpu_has_zenbleed_microcode(void) +{ + u32 good_rev = 0; + + switch (boot_cpu_data.x86_model) { + case 0x30 ... 0x3f: good_rev = 0x0830107a; break; + case 0x60 ... 0x67: good_rev = 0x0860010b; break; + case 0x68 ... 0x6f: good_rev = 0x08608105; break; + case 0x70 ... 0x7f: good_rev = 0x08701032; break; + case 0xa0 ... 0xaf: good_rev = 0x08a00008; break; + + default: + return false; + break; + } + + if (boot_cpu_data.microcode < good_rev) + return false; + + return true; +} + +static void zenbleed_check(struct cpuinfo_x86 *c) +{ + if (!cpu_has_amd_erratum(c, amd_zenbleed)) + return; + + if (cpu_has(c, X86_FEATURE_HYPERVISOR)) + return; + + if (!cpu_has(c, X86_FEATURE_AVX)) + return; + + if (!cpu_has_zenbleed_microcode()) { + pr_notice_once("Zenbleed: please update your microcode for the most optimal fix\n"); + msr_set_bit(MSR_AMD64_DE_CFG, MSR_AMD64_DE_CFG_ZEN2_FP_BACKUP_FIX_BIT); + } else { + msr_clear_bit(MSR_AMD64_DE_CFG, MSR_AMD64_DE_CFG_ZEN2_FP_BACKUP_FIX_BIT); + } +} + static void init_amd(struct cpuinfo_x86 *c) { early_init_amd(c); @@ -996,6 +1118,13 @@ msr_set_bit(MSR_K7_HWCR, MSR_K7_HWCR_IRPERF_EN_BIT); check_null_seg_clears_base(c); + + zenbleed_check(c); + + if (cpu_has_amd_erratum(c, amd_div0)) { + pr_notice_once("AMD Zen1 DIV0 bug detected. Disable SMT for full protection.\n"); + setup_force_cpu_bug(X86_BUG_DIV0); + } } #ifdef CONFIG_X86_32 @@ -1091,73 +1220,6 @@ cpu_dev_register(amd_cpu_dev); -/* - * AMD errata checking - * - * Errata are defined as arrays of ints using the AMD_LEGACY_ERRATUM() or - * AMD_OSVW_ERRATUM() macros. The latter is intended for newer errata that - * have an OSVW id assigned, which it takes as first argument. Both take a - * variable number of family-specific model-stepping ranges created by - * AMD_MODEL_RANGE(). - * - * Example: - * - * const int amd_erratum_319[] = - * AMD_LEGACY_ERRATUM(AMD_MODEL_RANGE(0x10, 0x2, 0x1, 0x4, 0x2), - * AMD_MODEL_RANGE(0x10, 0x8, 0x0, 0x8, 0x0), - * AMD_MODEL_RANGE(0x10, 0x9, 0x0, 0x9, 0x0)); - */ - -#define AMD_LEGACY_ERRATUM(...) { -1, __VA_ARGS__, 0 } -#define AMD_OSVW_ERRATUM(osvw_id, ...) { osvw_id, __VA_ARGS__, 0 } -#define AMD_MODEL_RANGE(f, m_start, s_start, m_end, s_end) \ - ((f << 24) | (m_start << 16) | (s_start << 12) | (m_end << 4) | (s_end)) -#define AMD_MODEL_RANGE_FAMILY(range) (((range) >> 24) & 0xff) -#define AMD_MODEL_RANGE_START(range) (((range) >> 12) & 0xfff) -#define AMD_MODEL_RANGE_END(range) ((range) & 0xfff) - -static const int amd_erratum_400[] = - AMD_OSVW_ERRATUM(1, AMD_MODEL_RANGE(0xf, 0x41, 0x2, 0xff, 0xf), - AMD_MODEL_RANGE(0x10, 0x2, 0x1, 0xff, 0xf)); - -static const int amd_erratum_383[] = - AMD_OSVW_ERRATUM(3, AMD_MODEL_RANGE(0x10, 0, 0, 0xff, 0xf)); - -/* #1054: Instructions Retired Performance Counter May Be Inaccurate */ -static const int amd_erratum_1054[] = - AMD_LEGACY_ERRATUM(AMD_MODEL_RANGE(0x17, 0, 0, 0x2f, 0xf)); - -static bool cpu_has_amd_erratum(struct cpuinfo_x86 *cpu, const int *erratum) -{ - int osvw_id = *erratum++; - u32 range; - u32 ms; - - if (osvw_id >= 0 && osvw_id < 65536 && - cpu_has(cpu, X86_FEATURE_OSVW)) { - u64 osvw_len; - - rdmsrl(MSR_AMD64_OSVW_ID_LENGTH, osvw_len); - if (osvw_id < osvw_len) { - u64 osvw_bits; - - rdmsrl(MSR_AMD64_OSVW_STATUS + (osvw_id >> 6), - osvw_bits); - return osvw_bits & (1ULL << (osvw_id & 0x3f)); - } - } - - /* OSVW unavailable or ID unknown, match family-model-stepping range */ - ms = (cpu->x86_model << 4) | cpu->x86_stepping; - while ((range = *erratum++)) - if ((cpu->x86 == AMD_MODEL_RANGE_FAMILY(range)) && - (ms >= AMD_MODEL_RANGE_START(range)) && - (ms <= AMD_MODEL_RANGE_END(range))) - return true; - - return false; -} - void set_dr_addr_mask(unsigned long mask, int dr) { if (!boot_cpu_has(X86_FEATURE_BPEXT)) @@ -1192,3 +1254,45 @@ return 255; } EXPORT_SYMBOL_GPL(amd_get_highest_perf); + +static void zenbleed_check_cpu(void *unused) +{ + struct cpuinfo_x86 *c = &cpu_data(smp_processor_id()); + + zenbleed_check(c); +} + +void amd_check_microcode(void) +{ + on_each_cpu(zenbleed_check_cpu, NULL, 1); +} + +bool cpu_has_ibpb_brtype_microcode(void) +{ + switch (boot_cpu_data.x86) { + /* Zen1/2 IBPB flushes branch type predictions too. */ + case 0x17: + return boot_cpu_has(X86_FEATURE_AMD_IBPB); + case 0x19: + /* Poke the MSR bit on Zen3/4 to check its presence. */ + if (!wrmsrl_safe(MSR_IA32_PRED_CMD, PRED_CMD_SBPB)) { + setup_force_cpu_cap(X86_FEATURE_SBPB); + return true; + } else { + return false; + } + default: + return false; + } +} + +/* + * Issue a DIV 0/1 insn to clear any division data from previous DIV + * operations. + */ +void noinstr amd_clear_divider(void) +{ + asm volatile(ALTERNATIVE("", "div %2\n\t", X86_BUG_DIV0) + :: "a" (0), "d" (0), "r" (1)); +} +EXPORT_SYMBOL_GPL(amd_clear_divider); --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/x86/kernel/cpu/bugs.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/x86/kernel/cpu/bugs.c @@ -9,7 +9,6 @@ * - Andrew D. Balsa (code cleanup). */ #include -#include #include #include #include @@ -27,8 +26,6 @@ #include #include #include -#include -#include #include #include #include @@ -49,6 +46,8 @@ static void __init mmio_select_mitigation(void); static void __init srbds_select_mitigation(void); static void __init l1d_flush_select_mitigation(void); +static void __init srso_select_mitigation(void); +static void __init gds_select_mitigation(void); /* The base value of the SPEC_CTRL MSR without task-specific bits set */ u64 x86_spec_ctrl_base; @@ -58,8 +57,13 @@ DEFINE_PER_CPU(u64, x86_spec_ctrl_current); EXPORT_SYMBOL_GPL(x86_spec_ctrl_current); +u64 x86_pred_cmd __ro_after_init = PRED_CMD_IBPB; +EXPORT_SYMBOL_GPL(x86_pred_cmd); + static DEFINE_MUTEX(spec_ctrl_mutex); +void (*x86_return_thunk)(void) __ro_after_init = &__x86_return_thunk; + /* Update SPEC_CTRL MSR and its cached copy unconditionally */ static void update_spec_ctrl(u64 val) { @@ -124,29 +128,24 @@ DEFINE_STATIC_KEY_FALSE(mmio_stale_data_clear); EXPORT_SYMBOL_GPL(mmio_stale_data_clear); -void __init check_bugs(void) +void __init cpu_select_mitigations(void) { - identify_boot_cpu(); - - /* - * identify_boot_cpu() initialized SMT support information, let the - * core code know. - */ - cpu_smt_check_topology(); - - if (!IS_ENABLED(CONFIG_SMP)) { - pr_info("CPU: "); - print_cpu_info(&boot_cpu_data); - } - /* * Read the SPEC_CTRL MSR to account for reserved bits which may * have unknown values. AMD64_LS_CFG MSR is cached in the early AMD * init code as it is not enumerated and depends on the family. */ - if (boot_cpu_has(X86_FEATURE_MSR_SPEC_CTRL)) + if (cpu_feature_enabled(X86_FEATURE_MSR_SPEC_CTRL)) { rdmsrl(MSR_IA32_SPEC_CTRL, x86_spec_ctrl_base); + /* + * Previously running kernel (kexec), may have some controls + * turned ON. Clear them and let the mitigations setup below + * rediscover them based on configuration. + */ + x86_spec_ctrl_base &= ~SPEC_CTRL_MITIGATIONS_MASK; + } + /* Select the proper CPU mitigations before patching alternatives: */ spectre_v1_select_mitigation(); spectre_v2_select_mitigation(); @@ -168,38 +167,12 @@ srbds_select_mitigation(); l1d_flush_select_mitigation(); - arch_smt_update(); - -#ifdef CONFIG_X86_32 /* - * Check whether we are able to run this kernel safely on SMP. - * - * - i386 is no longer supported. - * - In order to run on anything without a TSC, we need to be - * compiled for a i486. + * srso_select_mitigation() depends and must run after + * retbleed_select_mitigation(). */ - if (boot_cpu_data.x86 < 4) - panic("Kernel requires i486+ for 'invlpg' and other features"); - - init_utsname()->machine[1] = - '0' + (boot_cpu_data.x86 > 6 ? 6 : boot_cpu_data.x86); - alternative_instructions(); - - fpu__init_check_bugs(); -#else /* CONFIG_X86_64 */ - alternative_instructions(); - - /* - * Make sure the first 2MB area is not mapped by huge pages - * There are typically fixed size MTRRs in there and overlapping - * MTRRs into large pages causes slow downs. - * - * Right now we don't do that with gbpages because there seems - * very little benefit for that case. - */ - if (!direct_gbpages) - set_memory_4k((unsigned long)__va(0), 1); -#endif + srso_select_mitigation(); + gds_select_mitigation(); } /* @@ -686,6 +659,149 @@ early_param("l1d_flush", l1d_flush_parse_cmdline); #undef pr_fmt +#define pr_fmt(fmt) "GDS: " fmt + +enum gds_mitigations { + GDS_MITIGATION_OFF, + GDS_MITIGATION_UCODE_NEEDED, + GDS_MITIGATION_FORCE, + GDS_MITIGATION_FULL, + GDS_MITIGATION_FULL_LOCKED, + GDS_MITIGATION_HYPERVISOR, +}; + +#if IS_ENABLED(CONFIG_GDS_FORCE_MITIGATION) +static enum gds_mitigations gds_mitigation __ro_after_init = GDS_MITIGATION_FORCE; +#else +static enum gds_mitigations gds_mitigation __ro_after_init = GDS_MITIGATION_FULL; +#endif + +static const char * const gds_strings[] = { + [GDS_MITIGATION_OFF] = "Vulnerable", + [GDS_MITIGATION_UCODE_NEEDED] = "Vulnerable: No microcode", + [GDS_MITIGATION_FORCE] = "Mitigation: AVX disabled, no microcode", + [GDS_MITIGATION_FULL] = "Mitigation: Microcode", + [GDS_MITIGATION_FULL_LOCKED] = "Mitigation: Microcode (locked)", + [GDS_MITIGATION_HYPERVISOR] = "Unknown: Dependent on hypervisor status", +}; + +bool gds_ucode_mitigated(void) +{ + return (gds_mitigation == GDS_MITIGATION_FULL || + gds_mitigation == GDS_MITIGATION_FULL_LOCKED); +} +EXPORT_SYMBOL_GPL(gds_ucode_mitigated); + +void update_gds_msr(void) +{ + u64 mcu_ctrl_after; + u64 mcu_ctrl; + + switch (gds_mitigation) { + case GDS_MITIGATION_OFF: + rdmsrl(MSR_IA32_MCU_OPT_CTRL, mcu_ctrl); + mcu_ctrl |= GDS_MITG_DIS; + break; + case GDS_MITIGATION_FULL_LOCKED: + /* + * The LOCKED state comes from the boot CPU. APs might not have + * the same state. Make sure the mitigation is enabled on all + * CPUs. + */ + case GDS_MITIGATION_FULL: + rdmsrl(MSR_IA32_MCU_OPT_CTRL, mcu_ctrl); + mcu_ctrl &= ~GDS_MITG_DIS; + break; + case GDS_MITIGATION_FORCE: + case GDS_MITIGATION_UCODE_NEEDED: + case GDS_MITIGATION_HYPERVISOR: + return; + }; + + wrmsrl(MSR_IA32_MCU_OPT_CTRL, mcu_ctrl); + + /* + * Check to make sure that the WRMSR value was not ignored. Writes to + * GDS_MITG_DIS will be ignored if this processor is locked but the boot + * processor was not. + */ + rdmsrl(MSR_IA32_MCU_OPT_CTRL, mcu_ctrl_after); + WARN_ON_ONCE(mcu_ctrl != mcu_ctrl_after); +} + +static void __init gds_select_mitigation(void) +{ + u64 mcu_ctrl; + + if (!boot_cpu_has_bug(X86_BUG_GDS)) + return; + + if (boot_cpu_has(X86_FEATURE_HYPERVISOR)) { + gds_mitigation = GDS_MITIGATION_HYPERVISOR; + goto out; + } + + if (cpu_mitigations_off()) + gds_mitigation = GDS_MITIGATION_OFF; + /* Will verify below that mitigation _can_ be disabled */ + + /* No microcode */ + if (!(x86_read_arch_cap_msr() & ARCH_CAP_GDS_CTRL)) { + if (gds_mitigation == GDS_MITIGATION_FORCE) { + /* + * This only needs to be done on the boot CPU so do it + * here rather than in update_gds_msr() + */ + setup_clear_cpu_cap(X86_FEATURE_AVX); + pr_warn("Microcode update needed! Disabling AVX as mitigation.\n"); + } else { + gds_mitigation = GDS_MITIGATION_UCODE_NEEDED; + } + goto out; + } + + /* Microcode has mitigation, use it */ + if (gds_mitigation == GDS_MITIGATION_FORCE) + gds_mitigation = GDS_MITIGATION_FULL; + + rdmsrl(MSR_IA32_MCU_OPT_CTRL, mcu_ctrl); + if (mcu_ctrl & GDS_MITG_LOCKED) { + if (gds_mitigation == GDS_MITIGATION_OFF) + pr_warn("Mitigation locked. Disable failed.\n"); + + /* + * The mitigation is selected from the boot CPU. All other CPUs + * _should_ have the same state. If the boot CPU isn't locked + * but others are then update_gds_msr() will WARN() of the state + * mismatch. If the boot CPU is locked update_gds_msr() will + * ensure the other CPUs have the mitigation enabled. + */ + gds_mitigation = GDS_MITIGATION_FULL_LOCKED; + } + + update_gds_msr(); +out: + pr_info("%s\n", gds_strings[gds_mitigation]); +} + +static int __init gds_parse_cmdline(char *str) +{ + if (!str) + return -EINVAL; + + if (!boot_cpu_has_bug(X86_BUG_GDS)) + return 0; + + if (!strcmp(str, "off")) + gds_mitigation = GDS_MITIGATION_OFF; + else if (!strcmp(str, "force")) + gds_mitigation = GDS_MITIGATION_FORCE; + + return 0; +} +early_param("gather_data_sampling", gds_parse_cmdline); + +#undef pr_fmt #define pr_fmt(fmt) "Spectre V1 : " fmt enum spectre_v1_mitigation { @@ -926,6 +1042,9 @@ setup_force_cpu_cap(X86_FEATURE_RETHUNK); setup_force_cpu_cap(X86_FEATURE_UNRET); + if (IS_ENABLED(CONFIG_RETHUNK)) + x86_return_thunk = retbleed_return_thunk; + if (boot_cpu_data.x86_vendor != X86_VENDOR_AMD && boot_cpu_data.x86_vendor != X86_VENDOR_HYGON) pr_err(RETBLEED_UNTRAIN_MSG); @@ -1124,14 +1243,18 @@ return SPECTRE_V2_USER_CMD_AUTO; } -static inline bool spectre_v2_in_ibrs_mode(enum spectre_v2_mitigation mode) +static inline bool spectre_v2_in_eibrs_mode(enum spectre_v2_mitigation mode) { - return mode == SPECTRE_V2_IBRS || - mode == SPECTRE_V2_EIBRS || + return mode == SPECTRE_V2_EIBRS || mode == SPECTRE_V2_EIBRS_RETPOLINE || mode == SPECTRE_V2_EIBRS_LFENCE; } +static inline bool spectre_v2_in_ibrs_mode(enum spectre_v2_mitigation mode) +{ + return spectre_v2_in_eibrs_mode(mode) || mode == SPECTRE_V2_IBRS; +} + static void __init spectre_v2_user_select_mitigation(void) { @@ -1194,12 +1317,19 @@ } /* - * If no STIBP, IBRS or enhanced IBRS is enabled, or SMT impossible, - * STIBP is not required. + * If no STIBP, enhanced IBRS is enabled, or SMT impossible, STIBP + * is not required. + * + * Enhanced IBRS also protects against cross-thread branch target + * injection in user-mode as the IBRS bit remains always set which + * implicitly enables cross-thread protections. However, in legacy IBRS + * mode, the IBRS bit is set only on kernel entry and cleared on return + * to userspace. This disables the implicit cross-thread protection, + * so allow for STIBP to be selected in that case. */ if (!boot_cpu_has(X86_FEATURE_STIBP) || !smt_possible || - spectre_v2_in_ibrs_mode(spectre_v2_enabled)) + spectre_v2_in_eibrs_mode(spectre_v2_enabled)) return; /* @@ -2219,6 +2349,170 @@ early_param("l1tf", l1tf_cmdline); #undef pr_fmt +#define pr_fmt(fmt) "Speculative Return Stack Overflow: " fmt + +enum srso_mitigation { + SRSO_MITIGATION_NONE, + SRSO_MITIGATION_MICROCODE, + SRSO_MITIGATION_SAFE_RET, + SRSO_MITIGATION_IBPB, + SRSO_MITIGATION_IBPB_ON_VMEXIT, +}; + +enum srso_mitigation_cmd { + SRSO_CMD_OFF, + SRSO_CMD_MICROCODE, + SRSO_CMD_SAFE_RET, + SRSO_CMD_IBPB, + SRSO_CMD_IBPB_ON_VMEXIT, +}; + +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" +}; + +static enum srso_mitigation srso_mitigation __ro_after_init = SRSO_MITIGATION_NONE; +static enum srso_mitigation_cmd srso_cmd __ro_after_init = SRSO_CMD_SAFE_RET; + +static int __init srso_parse_cmdline(char *str) +{ + if (!str) + return -EINVAL; + + if (!strcmp(str, "off")) + srso_cmd = SRSO_CMD_OFF; + else if (!strcmp(str, "microcode")) + srso_cmd = SRSO_CMD_MICROCODE; + else if (!strcmp(str, "safe-ret")) + srso_cmd = SRSO_CMD_SAFE_RET; + else if (!strcmp(str, "ibpb")) + srso_cmd = SRSO_CMD_IBPB; + else if (!strcmp(str, "ibpb-vmexit")) + srso_cmd = SRSO_CMD_IBPB_ON_VMEXIT; + else + pr_err("Ignoring unknown SRSO option (%s).", str); + + return 0; +} +early_param("spec_rstack_overflow", srso_parse_cmdline); + +#define SRSO_NOTICE "WARNING: See https://kernel.org/doc/html/latest/admin-guide/hw-vuln/srso.html for mitigation options." + +static void __init srso_select_mitigation(void) +{ + bool has_microcode; + + if (!boot_cpu_has_bug(X86_BUG_SRSO) || cpu_mitigations_off()) + goto pred_cmd; + + /* + * The first check is for the kernel running as a guest in order + * for guests to verify whether IBPB is a viable mitigation. + */ + has_microcode = boot_cpu_has(X86_FEATURE_IBPB_BRTYPE) || cpu_has_ibpb_brtype_microcode(); + if (!has_microcode) { + pr_warn("IBPB-extending microcode not applied!\n"); + pr_warn(SRSO_NOTICE); + } else { + /* + * Enable the synthetic (even if in a real CPUID leaf) + * flags for guests. + */ + setup_force_cpu_cap(X86_FEATURE_IBPB_BRTYPE); + + /* + * Zen1/2 with SMT off aren't vulnerable after the right + * IBPB microcode has been applied. + */ + if (boot_cpu_data.x86 < 0x19 && !cpu_smt_possible()) { + 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"); + srso_mitigation = SRSO_MITIGATION_IBPB; + goto pred_cmd; + } + } + + switch (srso_cmd) { + case SRSO_CMD_OFF: + return; + + case SRSO_CMD_MICROCODE: + if (has_microcode) { + srso_mitigation = SRSO_MITIGATION_MICROCODE; + pr_warn(SRSO_NOTICE); + } + break; + + case SRSO_CMD_SAFE_RET: + if (IS_ENABLED(CONFIG_CPU_SRSO)) { + /* + * Enable the return thunk for generated code + * like ftrace, static_call, etc. + */ + setup_force_cpu_cap(X86_FEATURE_RETHUNK); + setup_force_cpu_cap(X86_FEATURE_UNRET); + + if (boot_cpu_data.x86 == 0x19) { + setup_force_cpu_cap(X86_FEATURE_SRSO_ALIAS); + x86_return_thunk = srso_alias_return_thunk; + } else { + setup_force_cpu_cap(X86_FEATURE_SRSO); + x86_return_thunk = srso_return_thunk; + } + srso_mitigation = SRSO_MITIGATION_SAFE_RET; + } else { + pr_err("WARNING: kernel not compiled with CPU_SRSO.\n"); + goto pred_cmd; + } + break; + + case SRSO_CMD_IBPB: + if (IS_ENABLED(CONFIG_CPU_IBPB_ENTRY)) { + if (has_microcode) { + setup_force_cpu_cap(X86_FEATURE_ENTRY_IBPB); + srso_mitigation = SRSO_MITIGATION_IBPB; + } + } else { + pr_err("WARNING: kernel not compiled with CPU_IBPB_ENTRY.\n"); + goto pred_cmd; + } + break; + + case SRSO_CMD_IBPB_ON_VMEXIT: + if (IS_ENABLED(CONFIG_CPU_SRSO)) { + if (!boot_cpu_has(X86_FEATURE_ENTRY_IBPB) && has_microcode) { + setup_force_cpu_cap(X86_FEATURE_IBPB_ON_VMEXIT); + srso_mitigation = SRSO_MITIGATION_IBPB_ON_VMEXIT; + } + } else { + pr_err("WARNING: kernel not compiled with CPU_SRSO.\n"); + goto pred_cmd; + } + break; + + default: + break; + } + + pr_info("%s%s\n", srso_strings[srso_mitigation], (has_microcode ? "" : ", no microcode")); + +pred_cmd: + if ((boot_cpu_has(X86_FEATURE_SRSO_NO) || srso_cmd == SRSO_CMD_OFF) && + boot_cpu_has(X86_FEATURE_SBPB)) + x86_pred_cmd = PRED_CMD_SBPB; +} + +#undef pr_fmt #define pr_fmt(fmt) fmt #ifdef CONFIG_SYSFS @@ -2327,7 +2621,7 @@ static char *stibp_state(void) { - if (spectre_v2_in_ibrs_mode(spectre_v2_enabled)) + if (spectre_v2_in_eibrs_mode(spectre_v2_enabled)) return ""; switch (spectre_v2_user_stibp) { @@ -2415,6 +2709,21 @@ return sysfs_emit(buf, "%s\n", retbleed_strings[retbleed_mitigation]); } +static ssize_t srso_show_state(char *buf) +{ + if (boot_cpu_has(X86_FEATURE_SRSO_NO)) + return sysfs_emit(buf, "Mitigation: SMT disabled\n"); + + return sysfs_emit(buf, "%s%s\n", + srso_strings[srso_mitigation], + (cpu_has_ibpb_brtype_microcode() ? "" : ", no microcode")); +} + +static ssize_t gds_show_state(char *buf) +{ + return sysfs_emit(buf, "%s\n", gds_strings[gds_mitigation]); +} + static ssize_t cpu_show_common(struct device *dev, struct device_attribute *attr, char *buf, unsigned int bug) { @@ -2464,6 +2773,12 @@ case X86_BUG_RETBLEED: return retbleed_show_state(buf); + case X86_BUG_SRSO: + return srso_show_state(buf); + + case X86_BUG_GDS: + return gds_show_state(buf); + default: break; } @@ -2528,4 +2843,14 @@ { return cpu_show_common(dev, attr, buf, X86_BUG_RETBLEED); } + +ssize_t cpu_show_spec_rstack_overflow(struct device *dev, struct device_attribute *attr, char *buf) +{ + return cpu_show_common(dev, attr, buf, X86_BUG_SRSO); +} + +ssize_t cpu_show_gds(struct device *dev, struct device_attribute *attr, char *buf) +{ + return cpu_show_common(dev, attr, buf, X86_BUG_GDS); +} #endif --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/x86/kernel/cpu/common.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/x86/kernel/cpu/common.c @@ -18,12 +18,16 @@ #include #include #include +#include #include +#include #include #include #include #include +#include +#include #include #include #include @@ -59,7 +63,7 @@ #include #include #include -#include +#include #include #include @@ -1093,6 +1097,9 @@ if (c->extended_cpuid_level >= 0x8000001f) c->x86_capability[CPUID_8000_001F_EAX] = cpuid_eax(0x8000001f); + if (c->extended_cpuid_level >= 0x80000021) + c->x86_capability[CPUID_8000_0021_EAX] = cpuid_eax(0x80000021); + init_scattered_cpuid_features(c); init_speculation_control(c); @@ -1258,6 +1265,10 @@ #define RETBLEED BIT(3) /* CPU is affected by SMT (cross-thread) return predictions */ #define SMT_RSB BIT(4) +/* CPU is affected by SRSO */ +#define SRSO BIT(5) +/* CPU is affected by GDS */ +#define GDS BIT(6) static const struct x86_cpu_id cpu_vuln_blacklist[] __initconst = { VULNBL_INTEL_STEPPINGS(IVYBRIDGE, X86_STEPPING_ANY, SRBDS), @@ -1270,27 +1281,30 @@ VULNBL_INTEL_STEPPINGS(BROADWELL_X, X86_STEPPING_ANY, MMIO), VULNBL_INTEL_STEPPINGS(BROADWELL, X86_STEPPING_ANY, SRBDS), VULNBL_INTEL_STEPPINGS(SKYLAKE_L, X86_STEPPING_ANY, SRBDS | MMIO | RETBLEED), - VULNBL_INTEL_STEPPINGS(SKYLAKE_X, X86_STEPPING_ANY, MMIO | RETBLEED), + VULNBL_INTEL_STEPPINGS(SKYLAKE_X, X86_STEPPING_ANY, MMIO | RETBLEED | GDS), VULNBL_INTEL_STEPPINGS(SKYLAKE, X86_STEPPING_ANY, SRBDS | MMIO | RETBLEED), - VULNBL_INTEL_STEPPINGS(KABYLAKE_L, X86_STEPPING_ANY, SRBDS | MMIO | RETBLEED), - VULNBL_INTEL_STEPPINGS(KABYLAKE, X86_STEPPING_ANY, SRBDS | MMIO | RETBLEED), + VULNBL_INTEL_STEPPINGS(KABYLAKE_L, X86_STEPPING_ANY, SRBDS | MMIO | RETBLEED | GDS), + VULNBL_INTEL_STEPPINGS(KABYLAKE, X86_STEPPING_ANY, SRBDS | MMIO | RETBLEED | GDS), VULNBL_INTEL_STEPPINGS(CANNONLAKE_L, X86_STEPPING_ANY, RETBLEED), - VULNBL_INTEL_STEPPINGS(ICELAKE_L, X86_STEPPING_ANY, MMIO | MMIO_SBDS | RETBLEED), - VULNBL_INTEL_STEPPINGS(ICELAKE_D, X86_STEPPING_ANY, MMIO), - VULNBL_INTEL_STEPPINGS(ICELAKE_X, X86_STEPPING_ANY, MMIO), - VULNBL_INTEL_STEPPINGS(COMETLAKE, X86_STEPPING_ANY, MMIO | MMIO_SBDS | RETBLEED), + VULNBL_INTEL_STEPPINGS(ICELAKE_L, X86_STEPPING_ANY, MMIO | MMIO_SBDS | RETBLEED | GDS), + VULNBL_INTEL_STEPPINGS(ICELAKE_D, X86_STEPPING_ANY, MMIO | GDS), + VULNBL_INTEL_STEPPINGS(ICELAKE_X, X86_STEPPING_ANY, MMIO | GDS), + VULNBL_INTEL_STEPPINGS(COMETLAKE, X86_STEPPING_ANY, MMIO | MMIO_SBDS | RETBLEED | GDS), VULNBL_INTEL_STEPPINGS(COMETLAKE_L, X86_STEPPINGS(0x0, 0x0), MMIO | RETBLEED), - VULNBL_INTEL_STEPPINGS(COMETLAKE_L, X86_STEPPING_ANY, MMIO | MMIO_SBDS | RETBLEED), + VULNBL_INTEL_STEPPINGS(COMETLAKE_L, X86_STEPPING_ANY, MMIO | MMIO_SBDS | RETBLEED | GDS), + VULNBL_INTEL_STEPPINGS(TIGERLAKE_L, X86_STEPPING_ANY, GDS), + VULNBL_INTEL_STEPPINGS(TIGERLAKE, X86_STEPPING_ANY, GDS), VULNBL_INTEL_STEPPINGS(LAKEFIELD, X86_STEPPING_ANY, MMIO | MMIO_SBDS | RETBLEED), - VULNBL_INTEL_STEPPINGS(ROCKETLAKE, X86_STEPPING_ANY, MMIO | RETBLEED), + VULNBL_INTEL_STEPPINGS(ROCKETLAKE, X86_STEPPING_ANY, MMIO | RETBLEED | GDS), VULNBL_INTEL_STEPPINGS(ATOM_TREMONT, X86_STEPPING_ANY, MMIO | MMIO_SBDS), VULNBL_INTEL_STEPPINGS(ATOM_TREMONT_D, X86_STEPPING_ANY, MMIO), VULNBL_INTEL_STEPPINGS(ATOM_TREMONT_L, X86_STEPPING_ANY, MMIO | MMIO_SBDS), VULNBL_AMD(0x15, RETBLEED), VULNBL_AMD(0x16, RETBLEED), - VULNBL_AMD(0x17, RETBLEED | SMT_RSB), + VULNBL_AMD(0x17, RETBLEED | SMT_RSB | SRSO), VULNBL_HYGON(0x18, RETBLEED | SMT_RSB), + VULNBL_AMD(0x19, SRSO), {} }; @@ -1411,6 +1425,21 @@ if (cpu_matches(cpu_vuln_blacklist, SMT_RSB)) setup_force_cpu_bug(X86_BUG_SMT_RSB); + if (!cpu_has(c, X86_FEATURE_SRSO_NO)) { + if (cpu_matches(cpu_vuln_blacklist, SRSO)) + setup_force_cpu_bug(X86_BUG_SRSO); + } + + /* + * Check if CPU is vulnerable to GDS. If running in a virtual machine on + * an affected processor, the VMM may have disabled the use of GATHER by + * disabling AVX2. The only way to do this in HW is to clear XCR0[2], + * which means that AVX will be disabled. + */ + if (cpu_matches(cpu_vuln_blacklist, GDS) && !(ia32_cap & ARCH_CAP_GDS_NO) && + boot_cpu_has(X86_FEATURE_AVX)) + setup_force_cpu_bug(X86_BUG_GDS); + if (cpu_matches(cpu_vuln_whitelist, NO_MELTDOWN)) return; @@ -1592,10 +1621,6 @@ sld_setup(c); - fpu__init_system(c); - - init_sigframe_size(); - #ifdef CONFIG_X86_32 /* * Regardless of whether PCID is enumerated, the SDM says @@ -1977,6 +2002,8 @@ validate_apic_and_package_id(c); x86_spec_ctrl_setup_ap(); update_srbds_msr(); + if (boot_cpu_has_bug(X86_BUG_GDS)) + update_gds_msr(); tsx_ap_init(); } @@ -2281,8 +2308,6 @@ doublefault_init_cpu_tss(); - fpu__init_cpu(); - if (is_uv_system()) uv_cpu_init(); @@ -2298,34 +2323,52 @@ */ cpu_init_exception_handling(); cpu_init(); + fpu__init_cpu(); } #endif #ifdef CONFIG_MICROCODE_LATE_LOADING -/* +/** + * store_cpu_caps() - Store a snapshot of CPU capabilities + * @curr_info: Pointer where to store it + * + * Returns: None + */ +void store_cpu_caps(struct cpuinfo_x86 *curr_info) +{ + /* Reload CPUID max function as it might've changed. */ + curr_info->cpuid_level = cpuid_eax(0); + + /* Copy all capability leafs and pick up the synthetic ones. */ + memcpy(&curr_info->x86_capability, &boot_cpu_data.x86_capability, + sizeof(curr_info->x86_capability)); + + /* Get the hardware CPUID leafs */ + get_cpu_cap(curr_info); +} + +/** + * microcode_check() - Check if any CPU capabilities changed after an update. + * @prev_info: CPU capabilities stored before an update. + * * The microcode loader calls this upon late microcode load to recheck features, * only when microcode has been updated. Caller holds microcode_mutex and CPU * hotplug lock. + * + * Return: None */ -void microcode_check(void) +void microcode_check(struct cpuinfo_x86 *prev_info) { - struct cpuinfo_x86 info; + struct cpuinfo_x86 curr_info; perf_check_microcode(); - /* Reload CPUID max function as it might've changed. */ - info.cpuid_level = cpuid_eax(0); + amd_check_microcode(); - /* - * Copy all capability leafs to pick up the synthetic ones so that - * memcmp() below doesn't fail on that. The ones coming from CPUID will - * get overwritten in get_cpu_cap(). - */ - memcpy(&info.x86_capability, &boot_cpu_data.x86_capability, sizeof(info.x86_capability)); - - get_cpu_cap(&info); + store_cpu_caps(&curr_info); - if (!memcmp(&info.x86_capability, &boot_cpu_data.x86_capability, sizeof(info.x86_capability))) + if (!memcmp(&prev_info->x86_capability, &curr_info.x86_capability, + sizeof(prev_info->x86_capability))) return; pr_warn("x86/CPU: CPU features have changed after loading microcode, but might not take effect.\n"); @@ -2343,3 +2386,69 @@ /* Check whether IPI broadcasting can be enabled */ apic_smt_update(); } + +void __init arch_cpu_finalize_init(void) +{ + identify_boot_cpu(); + + /* + * identify_boot_cpu() initialized SMT support information, let the + * core code know. + */ + cpu_smt_check_topology(); + + if (!IS_ENABLED(CONFIG_SMP)) { + pr_info("CPU: "); + print_cpu_info(&boot_cpu_data); + } + + cpu_select_mitigations(); + + arch_smt_update(); + + if (IS_ENABLED(CONFIG_X86_32)) { + /* + * Check whether this is a real i386 which is not longer + * supported and fixup the utsname. + */ + if (boot_cpu_data.x86 < 4) + panic("Kernel requires i486+ for 'invlpg' and other features"); + + init_utsname()->machine[1] = + '0' + (boot_cpu_data.x86 > 6 ? 6 : boot_cpu_data.x86); + } + + /* + * Must be before alternatives because it might set or clear + * feature bits. + */ + fpu__init_system(); + fpu__init_cpu(); + + alternative_instructions(); + + if (IS_ENABLED(CONFIG_X86_64)) { + /* + * Make sure the first 2MB area is not mapped by huge pages + * There are typically fixed size MTRRs in there and overlapping + * MTRRs into large pages causes slow downs. + * + * Right now we don't do that with gbpages because there seems + * very little benefit for that case. + */ + if (!direct_gbpages) + set_memory_4k((unsigned long)__va(0), 1); + } else { + fpu__init_check_bugs(); + } + + /* + * This needs to be called before any devices perform DMA + * operations that might use the SWIOTLB bounce buffers. It will + * mark the bounce buffers as decrypted so that their usage will + * not cause "plain-text" data to be decrypted when accessed. It + * must be called after late_time_init() so that Hyper-V x86/x64 + * hypercalls work when the SWIOTLB bounce buffers are decrypted. + */ + mem_encrypt_init(); +} --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/x86/kernel/cpu/cpu.h +++ linux-lowlatency-hwe-6.2-6.2.0/arch/x86/kernel/cpu/cpu.h @@ -79,9 +79,11 @@ extern void check_null_seg_clears_base(struct cpuinfo_x86 *c); unsigned int aperfmperf_get_khz(int cpu); +void cpu_select_mitigations(void); extern void x86_spec_ctrl_setup_ap(void); extern void update_srbds_msr(void); +extern void update_gds_msr(void); extern u64 x86_read_arch_cap_msr(void); --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/x86/kernel/cpu/mce/amd.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/x86/kernel/cpu/mce/amd.c @@ -235,10 +235,10 @@ * A list of the banks enabled on each logical CPU. Controls which respective * descriptors to initialize later in mce_threshold_create_device(). */ -static DEFINE_PER_CPU(unsigned int, bank_map); +static DEFINE_PER_CPU(u64, bank_map); /* Map of banks that have more than MCA_MISC0 available. */ -static DEFINE_PER_CPU(u32, smca_misc_banks_map); +static DEFINE_PER_CPU(u64, smca_misc_banks_map); static void amd_threshold_interrupt(void); static void amd_deferred_error_interrupt(void); @@ -267,7 +267,7 @@ return; if (low & MASK_BLKPTR_LO) - per_cpu(smca_misc_banks_map, cpu) |= BIT(bank); + per_cpu(smca_misc_banks_map, cpu) |= BIT_ULL(bank); } @@ -528,7 +528,7 @@ if (!block) return MSR_AMD64_SMCA_MCx_MISC(bank); - if (!(per_cpu(smca_misc_banks_map, cpu) & BIT(bank))) + if (!(per_cpu(smca_misc_banks_map, cpu) & BIT_ULL(bank))) return 0; return MSR_AMD64_SMCA_MCx_MISCy(bank, block - 1); @@ -572,7 +572,7 @@ int new; if (!block) - per_cpu(bank_map, cpu) |= (1 << bank); + per_cpu(bank_map, cpu) |= BIT_ULL(bank); memset(&b, 0, sizeof(b)); b.cpu = cpu; @@ -884,7 +884,7 @@ return; for (bank = 0; bank < this_cpu_read(mce_num_banks); ++bank) { - if (!(per_cpu(bank_map, cpu) & (1 << bank))) + if (!(per_cpu(bank_map, cpu) & BIT_ULL(bank))) continue; first_block = bp[bank]->blocks; @@ -1265,10 +1265,10 @@ struct threshold_block *pos = NULL; struct threshold_block *tmp = NULL; - kobject_del(b->kobj); + kobject_put(b->kobj); list_for_each_entry_safe(pos, tmp, &b->blocks->miscj, miscj) - kobject_del(&pos->kobj); + kobject_put(b->kobj); } static void threshold_remove_bank(struct threshold_bank *bank) @@ -1362,7 +1362,7 @@ return -ENOMEM; for (bank = 0; bank < numbanks; ++bank) { - if (!(this_cpu_read(bank_map) & (1 << bank))) + if (!(this_cpu_read(bank_map) & BIT_ULL(bank))) continue; err = threshold_create_bank(bp, cpu, bank); if (err) { --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/x86/kernel/cpu/mce/core.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/x86/kernel/cpu/mce/core.c @@ -2365,6 +2365,7 @@ { mce_timer_delete_all(); on_each_cpu(mce_cpu_restart, NULL, 1); + mce_schedule_work(); } /* Toggle features for corrected errors */ --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/x86/kernel/cpu/microcode/amd.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/x86/kernel/cpu/microcode/amd.c @@ -55,7 +55,9 @@ }; static u32 ucode_new_rev; -static u8 amd_ucode_patch[PATCH_MAX_SIZE]; + +/* One blob per node. */ +static u8 amd_ucode_patch[MAX_NUMNODES][PATCH_MAX_SIZE]; /* * Microcode patch container file is prepended to the initrd in cpio @@ -428,7 +430,7 @@ patch = (u8 (*)[PATCH_MAX_SIZE])__pa_nodebug(&amd_ucode_patch); #else new_rev = &ucode_new_rev; - patch = &amd_ucode_patch; + patch = &amd_ucode_patch[0]; #endif desc.cpuid_1_eax = cpuid_1_eax; @@ -553,8 +555,7 @@ apply_microcode_early_amd(cpuid_1_eax, cp.data, cp.size, false); } -static enum ucode_state -load_microcode_amd(bool save, u8 family, const u8 *data, size_t size); +static enum ucode_state load_microcode_amd(u8 family, const u8 *data, size_t size); int __init save_microcode_in_initrd_amd(unsigned int cpuid_1_eax) { @@ -572,19 +573,19 @@ if (!desc.mc) return -EINVAL; - ret = load_microcode_amd(true, x86_family(cpuid_1_eax), desc.data, desc.size); + ret = load_microcode_amd(x86_family(cpuid_1_eax), desc.data, desc.size); if (ret > UCODE_UPDATED) return -EINVAL; return 0; } -void reload_ucode_amd(void) +void reload_ucode_amd(unsigned int cpu) { - struct microcode_amd *mc; u32 rev, dummy __always_unused; + struct microcode_amd *mc; - mc = (struct microcode_amd *)amd_ucode_patch; + mc = (struct microcode_amd *)amd_ucode_patch[cpu_to_node(cpu)]; rdmsr(MSR_AMD64_PATCH_LEVEL, rev, dummy); @@ -704,7 +705,7 @@ rdmsr(MSR_AMD64_PATCH_LEVEL, rev, dummy); /* need to apply patch? */ - if (rev >= mc_amd->hdr.patch_id) { + if (rev > mc_amd->hdr.patch_id) { ret = UCODE_OK; goto out; } @@ -850,9 +851,10 @@ return UCODE_OK; } -static enum ucode_state -load_microcode_amd(bool save, u8 family, const u8 *data, size_t size) +static enum ucode_state load_microcode_amd(u8 family, const u8 *data, size_t size) { + struct cpuinfo_x86 *c; + unsigned int nid, cpu; struct ucode_patch *p; enum ucode_state ret; @@ -865,22 +867,22 @@ return ret; } - p = find_patch(0); - if (!p) { - return ret; - } else { - if (boot_cpu_data.microcode >= p->patch_id) - return ret; + for_each_node(nid) { + cpu = cpumask_first(cpumask_of_node(nid)); + c = &cpu_data(cpu); + + p = find_patch(cpu); + if (!p) + continue; - ret = UCODE_NEW; - } + if (c->microcode >= p->patch_id) + continue; - /* save BSP's matching patch for early load */ - if (!save) - return ret; + ret = UCODE_NEW; - memset(amd_ucode_patch, 0, PATCH_MAX_SIZE); - memcpy(amd_ucode_patch, p->data, min_t(u32, p->size, PATCH_MAX_SIZE)); + memset(&amd_ucode_patch[nid], 0, PATCH_MAX_SIZE); + memcpy(&amd_ucode_patch[nid], p->data, min_t(u32, p->size, PATCH_MAX_SIZE)); + } return ret; } @@ -905,14 +907,9 @@ { char fw_name[36] = "amd-ucode/microcode_amd.bin"; struct cpuinfo_x86 *c = &cpu_data(cpu); - bool bsp = c->cpu_index == boot_cpu_data.cpu_index; enum ucode_state ret = UCODE_NFOUND; const struct firmware *fw; - /* reload ucode container only on the boot cpu */ - if (!bsp) - return UCODE_OK; - if (c->x86 >= 0x15) snprintf(fw_name, sizeof(fw_name), "amd-ucode/microcode_amd_fam%.2xh.bin", c->x86); @@ -925,7 +922,7 @@ if (!verify_container(fw->data, fw->size, false)) goto fw_release; - ret = load_microcode_amd(bsp, c->x86, fw->data, fw->size); + ret = load_microcode_amd(c->x86, fw->data, fw->size); fw_release: release_firmware(fw); --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/x86/kernel/cpu/microcode/core.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/x86/kernel/cpu/microcode/core.c @@ -298,7 +298,7 @@ #endif } -void reload_early_microcode(void) +void reload_early_microcode(unsigned int cpu) { int vendor, family; @@ -312,7 +312,7 @@ break; case X86_VENDOR_AMD: if (family >= 0x10) - reload_ucode_amd(); + reload_ucode_amd(cpu); break; default: break; @@ -438,6 +438,7 @@ static int microcode_reload_late(void) { int old = boot_cpu_data.microcode, ret; + struct cpuinfo_x86 prev_info; pr_err("Attempting late microcode loading - it is dangerous and taints the kernel.\n"); pr_err("You should switch to early loading, if possible.\n"); @@ -445,12 +446,21 @@ atomic_set(&late_cpus_in, 0); atomic_set(&late_cpus_out, 0); - ret = stop_machine_cpuslocked(__reload_late, NULL, cpu_online_mask); - if (ret == 0) - microcode_check(); + /* + * Take a snapshot before the microcode update in order to compare and + * check whether any bits changed after an update. + */ + store_cpu_caps(&prev_info); - pr_info("Reload completed, microcode revision: 0x%x -> 0x%x\n", - old, boot_cpu_data.microcode); + ret = stop_machine_cpuslocked(__reload_late, NULL, cpu_online_mask); + if (!ret) { + pr_info("Reload succeeded, microcode revision: 0x%x -> 0x%x\n", + old, boot_cpu_data.microcode); + microcode_check(&prev_info); + } else { + pr_info("Reload failed, current microcode revision: 0x%x\n", + boot_cpu_data.microcode); + } return ret; } @@ -557,7 +567,7 @@ if (uci->mc) microcode_ops->apply_microcode(cpu); else - reload_early_microcode(); + reload_early_microcode(cpu); } static struct syscore_ops mc_syscore_ops = { --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/x86/kernel/cpu/mshyperv.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/x86/kernel/cpu/mshyperv.c @@ -291,12 +291,16 @@ * To mirror what Windows does we should extract CPU management * features and use the ReservedIdentityBit to detect if Linux is the * root partition. But that requires negotiating CPU management - * interface (a process to be finalized). + * interface (a process to be finalized). For now, use the privilege + * flag as the indicator for running as root. * - * For now, use the privilege flag as the indicator for running as - * root. + * Hyper-V should never specify running as root and as a Confidential + * VM. But to protect against a compromised/malicious Hyper-V trying + * to exploit root behavior to expose Confidential VM memory, ignore + * the root partition setting if also a Confidential VM. */ - if (cpuid_ebx(HYPERV_CPUID_FEATURES) & HV_CPU_MANAGEMENT) { + if ((ms_hyperv.priv_high & HV_CPU_MANAGEMENT) && + !(ms_hyperv.priv_high & HV_ISOLATION)) { hv_root_partition = true; pr_info("Hyper-V: running as root partition\n"); } --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/x86/kernel/cpu/resctrl/ctrlmondata.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/x86/kernel/cpu/resctrl/ctrlmondata.c @@ -373,7 +373,6 @@ { struct resctrl_schema *s; struct rdtgroup *rdtgrp; - struct rdt_domain *dom; struct rdt_resource *r; char *tok, *resname; int ret = 0; @@ -402,10 +401,7 @@ goto out; } - list_for_each_entry(s, &resctrl_schema_all, list) { - list_for_each_entry(dom, &s->res->domains, list) - memset(dom->staged_config, 0, sizeof(dom->staged_config)); - } + rdt_staged_configs_clear(); while ((tok = strsep(&buf, "\n")) != NULL) { resname = strim(strsep(&tok, ":")); @@ -450,6 +446,7 @@ } out: + rdt_staged_configs_clear(); rdtgroup_kn_unlock(of->kn); cpus_read_unlock(); return ret ?: nbytes; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/x86/kernel/cpu/resctrl/internal.h +++ linux-lowlatency-hwe-6.2-6.2.0/arch/x86/kernel/cpu/resctrl/internal.h @@ -527,5 +527,6 @@ void __check_limbo(struct rdt_domain *d, bool force_free); void rdt_domain_reconfigure_cdp(struct rdt_resource *r); void __init thread_throttle_mode_init(void); +void rdt_staged_configs_clear(void); #endif /* _ASM_X86_RESCTRL_INTERNAL_H */ --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/x86/kernel/cpu/resctrl/rdtgroup.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/x86/kernel/cpu/resctrl/rdtgroup.c @@ -78,6 +78,19 @@ va_end(ap); } +void rdt_staged_configs_clear(void) +{ + struct rdt_resource *r; + struct rdt_domain *dom; + + lockdep_assert_held(&rdtgroup_mutex); + + for_each_alloc_capable_rdt_resource(r) { + list_for_each_entry(dom, &r->domains, list) + memset(dom->staged_config, 0, sizeof(dom->staged_config)); + } +} + /* * Trivial allocator for CLOSIDs. Since h/w only supports a small number, * we can keep a bitmap of free CLOSIDs in a single integer. @@ -314,7 +327,7 @@ * executing task might have its own closid selected. Just reuse * the context switch code. */ - resctrl_sched_in(); + resctrl_sched_in(current); } /* @@ -535,7 +548,7 @@ * Otherwise, the MSR is updated when the task is scheduled in. */ if (task == current) - resctrl_sched_in(); + resctrl_sched_in(task); } static void update_task_closid_rmid(struct task_struct *t) @@ -718,11 +731,15 @@ static void show_rdt_tasks(struct rdtgroup *r, struct seq_file *s) { struct task_struct *p, *t; + pid_t pid; rcu_read_lock(); for_each_process_thread(p, t) { - if (is_closid_match(t, r) || is_rmid_match(t, r)) - seq_printf(s, "%d\n", t->pid); + if (is_closid_match(t, r) || is_rmid_match(t, r)) { + pid = task_pid_vnr(t); + if (pid) + seq_printf(s, "%d\n", pid); + } } rcu_read_unlock(); } @@ -2851,7 +2868,9 @@ { struct resctrl_schema *s; struct rdt_resource *r; - int ret; + int ret = 0; + + rdt_staged_configs_clear(); list_for_each_entry(s, &resctrl_schema_all, list) { r = s->res; @@ -2862,20 +2881,22 @@ } else { ret = rdtgroup_init_cat(s, rdtgrp->closid); if (ret < 0) - return ret; + goto out; } ret = resctrl_arch_update_domains(r, rdtgrp->closid); if (ret < 0) { rdt_last_cmd_puts("Failed to initialize allocations\n"); - return ret; + goto out; } } rdtgrp->mode = RDT_MODE_SHAREABLE; - return 0; +out: + rdt_staged_configs_clear(); + return ret; } static int mkdir_rdt_prepare(struct kernfs_node *parent_kn, --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/x86/kernel/cpu/topology.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/x86/kernel/cpu/topology.c @@ -79,7 +79,7 @@ * initial apic id, which also represents 32-bit extended x2apic id. */ c->initial_apicid = edx; - smp_num_siblings = LEVEL_MAX_SIBLINGS(ebx); + smp_num_siblings = max_t(int, smp_num_siblings, LEVEL_MAX_SIBLINGS(ebx)); #endif return 0; } @@ -109,7 +109,8 @@ */ cpuid_count(leaf, SMT_LEVEL, &eax, &ebx, &ecx, &edx); c->initial_apicid = edx; - core_level_siblings = smp_num_siblings = LEVEL_MAX_SIBLINGS(ebx); + core_level_siblings = LEVEL_MAX_SIBLINGS(ebx); + smp_num_siblings = max_t(int, smp_num_siblings, LEVEL_MAX_SIBLINGS(ebx)); core_plus_mask_width = ht_mask_width = BITS_SHIFT_NEXT_LEVEL(eax); die_level_siblings = LEVEL_MAX_SIBLINGS(ebx); pkg_mask_width = die_plus_mask_width = BITS_SHIFT_NEXT_LEVEL(eax); --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/x86/kernel/crash.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/x86/kernel/crash.c @@ -37,7 +37,6 @@ #include #include #include -#include #include #include #include @@ -81,15 +80,6 @@ */ cpu_crash_vmclear_loaded_vmcss(); - /* Disable VMX or SVM if needed. - * - * We need to disable virtualization on all CPUs. - * Having VMX or SVM enabled on any CPU may break rebooting - * after the kdump kernel has finished its task. - */ - cpu_emergency_vmxoff(); - cpu_emergency_svm_disable(); - /* * Disable Intel PT to stop its logging */ @@ -148,12 +138,7 @@ */ cpu_crash_vmclear_loaded_vmcss(); - /* Booting kdump kernel with VMX or SVM enabled won't work, - * because (among other limitations) we can't disable paging - * with the virt flags. - */ - cpu_emergency_vmxoff(); - cpu_emergency_svm_disable(); + cpu_emergency_disable_virtualization(); /* * Disable Intel PT to stop its logging --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/x86/kernel/dumpstack.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/x86/kernel/dumpstack.c @@ -195,7 +195,6 @@ printk("%sCall Trace:\n", log_lvl); unwind_start(&state, task, regs, stack); - stack = stack ? : get_stack_pointer(task, regs); regs = unwind_get_entry_regs(&state, &partial); /* @@ -214,9 +213,13 @@ * - hardirq stack * - entry stack */ - for ( ; stack; stack = PTR_ALIGN(stack_info.next_sp, sizeof(long))) { + for (stack = stack ?: get_stack_pointer(task, regs); + stack; + stack = stack_info.next_sp) { const char *stack_name; + stack = PTR_ALIGN(stack, sizeof(long)); + if (get_stack_info(stack, task, &stack_info, &visit_mask)) { /* * We weren't on a valid stack. It's possible that --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/x86/kernel/early-quirks.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/x86/kernel/early-quirks.c @@ -29,6 +29,37 @@ #include #include +static void __init early_pci_clear_msi(int bus, int slot, int func) +{ + int pos; + u16 ctrl; + + if (likely(!pci_early_clear_msi)) + return; + + pr_info_once("Clearing MSI/MSI-X enable bits early in boot (quirk)\n"); + + pos = pci_early_find_cap(bus, slot, func, PCI_CAP_ID_MSI); + if (pos) { + ctrl = read_pci_config_16(bus, slot, func, pos + PCI_MSI_FLAGS); + ctrl &= ~PCI_MSI_FLAGS_ENABLE; + write_pci_config_16(bus, slot, func, pos + PCI_MSI_FLAGS, ctrl); + + /* Read again to flush previous write */ + ctrl = read_pci_config_16(bus, slot, func, pos + PCI_MSI_FLAGS); + } + + pos = pci_early_find_cap(bus, slot, func, PCI_CAP_ID_MSIX); + if (pos) { + ctrl = read_pci_config_16(bus, slot, func, pos + PCI_MSIX_FLAGS); + ctrl &= ~PCI_MSIX_FLAGS_ENABLE; + write_pci_config_16(bus, slot, func, pos + PCI_MSIX_FLAGS, ctrl); + + /* Read again to flush previous write */ + ctrl = read_pci_config_16(bus, slot, func, pos + PCI_MSIX_FLAGS); + } +} + static void __init fix_hypertransport_config(int num, int slot, int func) { u32 htcfg; @@ -728,6 +759,7 @@ PCI_CLASS_BRIDGE_HOST, PCI_ANY_ID, 0, force_disable_hpet}, { PCI_VENDOR_ID_BROADCOM, 0x4331, PCI_CLASS_NETWORK_OTHER, PCI_ANY_ID, 0, apple_airport_reset}, + { PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0, early_pci_clear_msi}, {} }; @@ -780,6 +812,10 @@ PCI_HEADER_TYPE); if ((type & 0x7f) == PCI_HEADER_TYPE_BRIDGE) { + /* pci_early_clear_msi scans the buses differently. */ + if (pci_early_clear_msi) + return -1; + sec = read_pci_config_byte(num, slot, func, PCI_SECONDARY_BUS); if (sec > num) early_pci_scan_bus(sec); @@ -806,8 +842,13 @@ void __init early_quirks(void) { + int bus; + if (!early_pci_allowed()) return; early_pci_scan_bus(0); + /* pci_early_clear_msi scans more buses. */ + for (bus = 1; pci_early_clear_msi && bus < 256; bus++) + early_pci_scan_bus(bus); } --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/x86/kernel/fpu/context.h +++ linux-lowlatency-hwe-6.2-6.2.0/arch/x86/kernel/fpu/context.h @@ -19,8 +19,7 @@ * FPU state for a task MUST let the rest of the kernel know that the * FPU registers are no longer valid for this task. * - * Either one of these invalidation functions is enough. Invalidate - * a resource you control: CPU if using the CPU for something else + * Invalidate a resource you control: CPU if using the CPU for something else * (with preemption disabled), FPU for the current task, or a task that * is prevented from running by the current task. */ @@ -57,7 +56,7 @@ struct fpu *fpu = ¤t->thread.fpu; int cpu = smp_processor_id(); - if (WARN_ON_ONCE(current->flags & PF_KTHREAD)) + if (WARN_ON_ONCE(current->flags & (PF_KTHREAD | PF_IO_WORKER))) return; if (!fpregs_state_valid(fpu, cpu)) { --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/x86/kernel/fpu/core.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/x86/kernel/fpu/core.c @@ -426,7 +426,7 @@ this_cpu_write(in_kernel_fpu, true); - if (!(current->flags & PF_KTHREAD) && + if (!(current->flags & (PF_KTHREAD | PF_IO_WORKER)) && !test_thread_flag(TIF_NEED_FPU_LOAD)) { set_thread_flag(TIF_NEED_FPU_LOAD); save_fpregs_to_fpstate(¤t->thread.fpu); @@ -679,7 +679,7 @@ struct fpu *fpu = ¤t->thread.fpu; fpregs_lock(); - fpu__drop(fpu); + __fpu_invalidate_fpregs_state(fpu); /* * This does not change the actual hardware registers. It just * resets the memory image and sets TIF_NEED_FPU_LOAD so a @@ -853,12 +853,12 @@ * Initialize register state that may prevent from entering low-power idle. * This function will be invoked from the cpuidle driver only when needed. */ -void fpu_idle_fpregs(void) +noinstr void fpu_idle_fpregs(void) { /* Note: AMX_TILE being enabled implies XGETBV1 support */ if (cpu_feature_enabled(X86_FEATURE_AMX_TILE) && (xfeatures_in_use() & XFEATURE_MASK_XTILE)) { tile_release(); - fpregs_deactivate(¤t->thread.fpu); + __this_cpu_write(fpu_fpregs_owner_ctx, NULL); } } --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/x86/kernel/fpu/init.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/x86/kernel/fpu/init.c @@ -53,7 +53,7 @@ fpu__init_cpu_xstate(); } -static bool fpu__probe_without_cpuid(void) +static bool __init fpu__probe_without_cpuid(void) { unsigned long cr0; u16 fsw, fcw; @@ -71,7 +71,7 @@ return fsw == 0 && (fcw & 0x103f) == 0x003f; } -static void fpu__init_system_early_generic(struct cpuinfo_x86 *c) +static void __init fpu__init_system_early_generic(void) { if (!boot_cpu_has(X86_FEATURE_CPUID) && !test_bit(X86_FEATURE_FPU, (unsigned long *)cpu_caps_cleared)) { @@ -211,10 +211,10 @@ * Called on the boot CPU once per system bootup, to set up the initial * FPU state that is later cloned into all processes: */ -void __init fpu__init_system(struct cpuinfo_x86 *c) +void __init fpu__init_system(void) { fpstate_reset(¤t->thread.fpu); - fpu__init_system_early_generic(c); + fpu__init_system_early_generic(); /* * The FPU has to be operational for some of the --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/x86/kernel/fpu/xstate.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/x86/kernel/fpu/xstate.c @@ -882,6 +882,13 @@ goto out_disable; } + /* + * CPU capabilities initialization runs before FPU init. So + * X86_FEATURE_OSXSAVE is not set. Now that XSAVE is completely + * functional, set the feature bit so depending code works. + */ + setup_force_cpu_cap(X86_FEATURE_OSXSAVE); + print_xstate_offset_size(); pr_info("x86/fpu: Enabled xstate features 0x%llx, context size is %d bytes, using '%s' format.\n", fpu_kernel_cfg.max_features, @@ -1118,21 +1125,20 @@ zerofrom = offsetof(struct xregs_state, extended_state_area); /* - * The ptrace buffer is in non-compacted XSAVE format. In - * non-compacted format disabled features still occupy state space, - * but there is no state to copy from in the compacted - * init_fpstate. The gap tracking will zero these states. - */ - mask = fpstate->user_xfeatures; - - /* - * Dynamic features are not present in init_fpstate. When they are - * in an all zeros init state, remove those from 'mask' to zero - * those features in the user buffer instead of retrieving them - * from init_fpstate. + * This 'mask' indicates which states to copy from fpstate. + * Those extended states that are not present in fpstate are + * either disabled or initialized: + * + * In non-compacted format, disabled features still occupy + * state space but there is no state to copy from in the + * compacted init_fpstate. The gap tracking will zero these + * states. + * + * The extended features have an all zeroes init state. Thus, + * remove them from 'mask' to zero those features in the user + * buffer instead of retrieving them from init_fpstate. */ - if (fpu_state_size_dynamic()) - mask &= (header.xfeatures | xinit->header.xcomp_bv); + mask = header.xfeatures; for_each_extended_xfeature(i, mask) { /* @@ -1151,9 +1157,8 @@ pkru.pkru = pkru_val; membuf_write(&to, &pkru, sizeof(pkru)); } else { - copy_feature(header.xfeatures & BIT_ULL(i), &to, + membuf_write(&to, __raw_xsave_addr(xsave, i), - __raw_xsave_addr(xinit, i), xstate_sizes[i]); } /* --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/x86/kernel/ftrace_64.S +++ linux-lowlatency-hwe-6.2-6.2.0/arch/x86/kernel/ftrace_64.S @@ -136,10 +136,12 @@ RET SYM_FUNC_END(ftrace_stub) +#ifdef CONFIG_FUNCTION_GRAPH_TRACER SYM_TYPED_FUNC_START(ftrace_stub_graph) CALL_DEPTH_ACCOUNT RET SYM_FUNC_END(ftrace_stub_graph) +#endif #ifdef CONFIG_DYNAMIC_FTRACE --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/x86/kernel/head_32.S +++ linux-lowlatency-hwe-6.2-6.2.0/arch/x86/kernel/head_32.S @@ -27,6 +27,7 @@ #include #include #include +#include /* Physical address */ #define pa(X) ((X) - __PAGE_OFFSET) --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/x86/kernel/head_64.S +++ linux-lowlatency-hwe-6.2-6.2.0/arch/x86/kernel/head_64.S @@ -85,6 +85,15 @@ call startup_64_setup_env popq %rsi + /* Now switch to __KERNEL_CS so IRET works reliably */ + pushq $__KERNEL_CS + leaq .Lon_kernel_cs(%rip), %rax + pushq %rax + lretq + +.Lon_kernel_cs: + UNWIND_HINT_EMPTY + #ifdef CONFIG_AMD_MEM_ENCRYPT /* * Activate SEV/SME memory encryption if supported/enabled. This needs to @@ -98,15 +107,6 @@ popq %rsi #endif - /* Now switch to __KERNEL_CS so IRET works reliably */ - pushq $__KERNEL_CS - leaq .Lon_kernel_cs(%rip), %rax - pushq %rax - lretq - -.Lon_kernel_cs: - UNWIND_HINT_EMPTY - /* Sanitize CPU configuration */ call verify_cpu --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/x86/kernel/kprobes/core.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/x86/kernel/kprobes/core.c @@ -464,50 +464,26 @@ } NOKPROBE_SYMBOL(kprobe_emulate_call); -static nokprobe_inline -void __kprobe_emulate_jmp(struct kprobe *p, struct pt_regs *regs, bool cond) +static void kprobe_emulate_jmp(struct kprobe *p, struct pt_regs *regs) { unsigned long ip = regs->ip - INT3_INSN_SIZE + p->ainsn.size; - if (cond) - ip += p->ainsn.rel32; + ip += p->ainsn.rel32; int3_emulate_jmp(regs, ip); } - -static void kprobe_emulate_jmp(struct kprobe *p, struct pt_regs *regs) -{ - __kprobe_emulate_jmp(p, regs, true); -} NOKPROBE_SYMBOL(kprobe_emulate_jmp); -static const unsigned long jcc_mask[6] = { - [0] = X86_EFLAGS_OF, - [1] = X86_EFLAGS_CF, - [2] = X86_EFLAGS_ZF, - [3] = X86_EFLAGS_CF | X86_EFLAGS_ZF, - [4] = X86_EFLAGS_SF, - [5] = X86_EFLAGS_PF, -}; - static void kprobe_emulate_jcc(struct kprobe *p, struct pt_regs *regs) { - bool invert = p->ainsn.jcc.type & 1; - bool match; + unsigned long ip = regs->ip - INT3_INSN_SIZE + p->ainsn.size; - if (p->ainsn.jcc.type < 0xc) { - match = regs->flags & jcc_mask[p->ainsn.jcc.type >> 1]; - } else { - match = ((regs->flags & X86_EFLAGS_SF) >> X86_EFLAGS_SF_BIT) ^ - ((regs->flags & X86_EFLAGS_OF) >> X86_EFLAGS_OF_BIT); - if (p->ainsn.jcc.type >= 0xe) - match = match || (regs->flags & X86_EFLAGS_ZF); - } - __kprobe_emulate_jmp(p, regs, (match && !invert) || (!match && invert)); + int3_emulate_jcc(regs, p->ainsn.jcc.type, ip, p->ainsn.rel32); } NOKPROBE_SYMBOL(kprobe_emulate_jcc); static void kprobe_emulate_loop(struct kprobe *p, struct pt_regs *regs) { + unsigned long ip = regs->ip - INT3_INSN_SIZE + p->ainsn.size; bool match; if (p->ainsn.loop.type != 3) { /* LOOP* */ @@ -535,7 +511,9 @@ else if (p->ainsn.loop.type == 1) /* LOOPE */ match = match && (regs->flags & X86_EFLAGS_ZF); - __kprobe_emulate_jmp(p, regs, match); + if (match) + ip += p->ainsn.rel32; + int3_emulate_jmp(regs, ip); } NOKPROBE_SYMBOL(kprobe_emulate_loop); --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/x86/kernel/kprobes/opt.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/x86/kernel/kprobes/opt.c @@ -46,8 +46,8 @@ /* This function only handles jump-optimized kprobe */ if (kp && kprobe_optimized(kp)) { op = container_of(kp, struct optimized_kprobe, kp); - /* If op->list is not empty, op is under optimizing */ - if (list_empty(&op->list)) + /* If op is optimized or under unoptimizing */ + if (list_empty(&op->list) || optprobe_queued_unopt(op)) goto found; } } @@ -226,7 +226,7 @@ } /* Check whether insn is indirect jump */ -static int __insn_is_indirect_jump(struct insn *insn) +static int insn_is_indirect_jump(struct insn *insn) { return ((insn->opcode.bytes[0] == 0xff && (X86_MODRM_REG(insn->modrm.value) & 6) == 4) || /* Jump */ @@ -260,26 +260,6 @@ return (start <= target && target <= start + len); } -static int insn_is_indirect_jump(struct insn *insn) -{ - int ret = __insn_is_indirect_jump(insn); - -#ifdef CONFIG_RETPOLINE - /* - * Jump to x86_indirect_thunk_* is treated as an indirect jump. - * Note that even with CONFIG_RETPOLINE=y, the kernel compiled with - * older gcc may use indirect jump. So we add this check instead of - * replace indirect-jump check. - */ - if (!ret) - ret = insn_jump_into_range(insn, - (unsigned long)__indirect_thunk_start, - (unsigned long)__indirect_thunk_end - - (unsigned long)__indirect_thunk_start); -#endif - return ret; -} - /* Decode whole function to ensure any instructions don't jump into target */ static int can_optimize(unsigned long paddr) { @@ -334,9 +314,21 @@ /* Recover address */ insn.kaddr = (void *)addr; insn.next_byte = (void *)(addr + insn.length); - /* Check any instructions don't jump into target */ - if (insn_is_indirect_jump(&insn) || - insn_jump_into_range(&insn, paddr + INT3_INSN_SIZE, + /* + * Check any instructions don't jump into target, indirectly or + * directly. + * + * The indirect case is present to handle a code with jump + * tables. When the kernel uses retpolines, the check should in + * theory additionally look for jumps to indirect thunks. + * However, the kernel built with retpolines or IBT has jump + * tables disabled so the check can be skipped altogether. + */ + if (!IS_ENABLED(CONFIG_RETPOLINE) && + !IS_ENABLED(CONFIG_X86_KERNEL_IBT) && + insn_is_indirect_jump(&insn)) + return 0; + if (insn_jump_into_range(&insn, paddr + INT3_INSN_SIZE, DISP32_SIZE)) return 0; addr += insn.length; @@ -353,7 +345,7 @@ for (i = 1; i < op->optinsn.size; i++) { p = get_kprobe(op->kp.addr + i); - if (p && !kprobe_disabled(p)) + if (p && !kprobe_disarmed(p)) return -EEXIST; } --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/x86/kernel/process.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/x86/kernel/process.c @@ -744,15 +744,26 @@ } #endif +struct cpumask cpus_stop_mask; + void __noreturn stop_this_cpu(void *dummy) { + struct cpuinfo_x86 *c = this_cpu_ptr(&cpu_info); + unsigned int cpu = smp_processor_id(); + local_irq_disable(); + /* - * Remove this CPU: + * Remove this CPU from the online mask and disable it + * unconditionally. This might be redundant in case that the reboot + * vector was handled late and stop_other_cpus() sent an NMI. + * + * According to SDM and APM NMIs can be accepted even after soft + * disabling the local APIC. */ - set_cpu_online(smp_processor_id(), false); + set_cpu_online(cpu, false); disable_local_APIC(); - mcheck_cpu_clear(this_cpu_ptr(&cpu_info)); + mcheck_cpu_clear(c); /* * Use wbinvd on processors that support SME. This provides support @@ -766,8 +777,17 @@ * Test the CPUID bit directly because the machine might've cleared * X86_FEATURE_SME due to cmdline options. */ - if (cpuid_eax(0x8000001f) & BIT(0)) + if (c->extended_cpuid_level >= 0x8000001f && (cpuid_eax(0x8000001f) & BIT(0))) native_wbinvd(); + + /* + * This brings a cache line back and dirties it, but + * native_stop_other_cpus() will overwrite cpus_stop_mask after it + * observed that all CPUs reported stop. This write will invalidate + * the related cache line on this CPU. + */ + cpumask_clear_cpu(cpu, &cpus_stop_mask); + for (;;) { /* * Use native_halt() so that memory contents don't change --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/x86/kernel/process_32.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/x86/kernel/process_32.c @@ -212,7 +212,7 @@ switch_fpu_finish(); /* Load the Intel cache allocation PQR MSR. */ - resctrl_sched_in(); + resctrl_sched_in(next_p); return prev_p; } --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/x86/kernel/process_64.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/x86/kernel/process_64.c @@ -656,7 +656,7 @@ } /* Load the Intel cache allocation PQR MSR. */ - resctrl_sched_in(); + resctrl_sched_in(next_p); return prev_p; } --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/x86/kernel/reboot.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/x86/kernel/reboot.c @@ -32,6 +32,7 @@ #include #include #include +#include /* * Power off function, if any @@ -488,7 +489,46 @@ DMI_MATCH(DMI_PRODUCT_NAME, "VGN-Z540N"), }, }, - + { /* Handle problems with rebooting on the Latitude E6520. */ + .callback = set_pci_reboot, + .ident = "Dell Latitude E6520", + .matches = { + DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."), + DMI_MATCH(DMI_PRODUCT_NAME, "Latitude E6520"), + }, + }, + { /* Handle problems with rebooting on the OptiPlex 790. */ + .callback = set_pci_reboot, + .ident = "Dell OptiPlex 790", + .matches = { + DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."), + DMI_MATCH(DMI_PRODUCT_NAME, "OptiPlex 790"), + }, + }, + { /* Handle problems with rebooting on the OptiPlex 990. */ + .callback = set_pci_reboot, + .ident = "Dell OptiPlex 990", + .matches = { + DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."), + DMI_MATCH(DMI_PRODUCT_NAME, "OptiPlex 990"), + }, + }, + { /* Handle problems with rebooting on the Latitude E6220. */ + .callback = set_pci_reboot, + .ident = "Dell Latitude E6220", + .matches = { + DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."), + DMI_MATCH(DMI_PRODUCT_NAME, "Latitude E6220"), + }, + }, + { /* Handle problems with rebooting on the OptiPlex 390. */ + .callback = set_pci_reboot, + .ident = "Dell OptiPlex 390", + .matches = { + DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."), + DMI_MATCH(DMI_PRODUCT_NAME, "OptiPlex 390"), + }, + }, { } }; @@ -528,33 +568,29 @@ } } -static void vmxoff_nmi(int cpu, struct pt_regs *regs) -{ - cpu_emergency_vmxoff(); -} +static inline void nmi_shootdown_cpus_on_restart(void); -/* Use NMIs as IPIs to tell all CPUs to disable virtualization */ -static void emergency_vmx_disable_all(void) +static void emergency_reboot_disable_virtualization(void) { /* Just make sure we won't change CPUs while doing this */ local_irq_disable(); /* - * Disable VMX on all CPUs before rebooting, otherwise we risk hanging - * the machine, because the CPU blocks INIT when it's in VMX root. + * Disable virtualization on all CPUs before rebooting to avoid hanging + * the system, as VMX and SVM block INIT when running in the host. * * We can't take any locks and we may be on an inconsistent state, so - * use NMIs as IPIs to tell the other CPUs to exit VMX root and halt. + * use NMIs as IPIs to tell the other CPUs to disable VMX/SVM and halt. * - * Do the NMI shootdown even if VMX if off on _this_ CPU, as that - * doesn't prevent a different CPU from being in VMX root operation. + * Do the NMI shootdown even if virtualization is off on _this_ CPU, as + * other CPUs may have virtualization enabled. */ - if (cpu_has_vmx()) { - /* Safely force _this_ CPU out of VMX root operation. */ - __cpu_emergency_vmxoff(); + if (cpu_has_vmx() || cpu_has_svm(NULL)) { + /* Safely force _this_ CPU out of VMX/SVM operation. */ + cpu_emergency_disable_virtualization(); - /* Halt and exit VMX root operation on the other CPUs. */ - nmi_shootdown_cpus(vmxoff_nmi); + /* Disable VMX/SVM and halt on other CPUs. */ + nmi_shootdown_cpus_on_restart(); } } @@ -590,7 +626,7 @@ unsigned short mode; if (reboot_emergency) - emergency_vmx_disable_all(); + emergency_reboot_disable_virtualization(); tboot_shutdown(TB_SHUTDOWN_REBOOT); @@ -795,6 +831,17 @@ /* This is the CPU performing the emergency shutdown work. */ int crashing_cpu = -1; +/* + * Disable virtualization, i.e. VMX or SVM, to ensure INIT is recognized during + * reboot. VMX blocks INIT if the CPU is post-VMXON, and SVM blocks INIT if + * GIF=0, i.e. if the crash occurred between CLGI and STGI. + */ +void cpu_emergency_disable_virtualization(void) +{ + cpu_emergency_vmxoff(); + cpu_emergency_svm_disable(); +} + #if defined(CONFIG_SMP) static nmi_shootdown_cb shootdown_callback; @@ -817,7 +864,14 @@ return NMI_HANDLED; local_irq_disable(); - shootdown_callback(cpu, regs); + if (shootdown_callback) + shootdown_callback(cpu, regs); + + /* + * Prepare the CPU for reboot _after_ invoking the callback so that the + * callback can safely use virtualization instructions, e.g. VMCLEAR. + */ + cpu_emergency_disable_virtualization(); atomic_dec(&waiting_for_crash_ipi); /* Assume hlt works */ @@ -828,18 +882,32 @@ return NMI_HANDLED; } -/* - * Halt all other CPUs, calling the specified function on each of them +/** + * nmi_shootdown_cpus - Stop other CPUs via NMI + * @callback: Optional callback to be invoked from the NMI handler * - * This function can be used to halt all other CPUs on crash - * or emergency reboot time. The function passed as parameter - * will be called inside a NMI handler on all CPUs. + * The NMI handler on the remote CPUs invokes @callback, if not + * NULL, first and then disables virtualization to ensure that + * INIT is recognized during reboot. + * + * nmi_shootdown_cpus() can only be invoked once. After the first + * invocation all other CPUs are stuck in crash_nmi_callback() and + * cannot respond to a second NMI. */ void nmi_shootdown_cpus(nmi_shootdown_cb callback) { unsigned long msecs; + local_irq_disable(); + /* + * Avoid certain doom if a shootdown already occurred; re-registering + * the NMI handler will cause list corruption, modifying the callback + * will do who knows what, etc... + */ + if (WARN_ON_ONCE(crash_ipi_issued)) + return; + /* Make a note of crashing cpu. Will be used in NMI callback. */ crashing_cpu = safe_smp_processor_id(); @@ -867,7 +935,17 @@ msecs--; } - /* Leave the nmi callback set */ + /* + * Leave the nmi callback set, shootdown is a one-time thing. Clearing + * the callback could result in a NULL pointer dereference if a CPU + * (finally) responds after the timeout expires. + */ +} + +static inline void nmi_shootdown_cpus_on_restart(void) +{ + if (!crash_ipi_issued) + nmi_shootdown_cpus(NULL); } /* @@ -897,6 +975,8 @@ /* No other CPUs to shoot down */ } +static inline void nmi_shootdown_cpus_on_restart(void) { } + void run_crash_ipi_callback(struct pt_regs *regs) { } --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/x86/kernel/relocate_kernel_32.S +++ linux-lowlatency-hwe-6.2-6.2.0/arch/x86/kernel/relocate_kernel_32.S @@ -9,6 +9,7 @@ #include #include #include +#include /* * Must be relocatable PIC code callable as a C function, in particular --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/x86/kernel/setup.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/x86/kernel/setup.c @@ -21,6 +21,7 @@ #include #include #include +#include #include #include #include @@ -1038,6 +1039,13 @@ if (efi_enabled(EFI_BOOT)) efi_init(); + 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(); /* @@ -1196,19 +1204,7 @@ /* Allocate bigger log buffer */ setup_log_buf(1); - if (efi_enabled(EFI_BOOT)) { - switch (boot_params.secure_boot) { - case efi_secureboot_mode_disabled: - pr_info("Secure boot disabled\n"); - break; - case efi_secureboot_mode_enabled: - pr_info("Secure boot enabled\n"); - break; - default: - pr_info("Secure boot could not be determined\n"); - break; - } - } + efi_set_secure_boot(boot_params.secure_boot); reserve_initrd(); --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/x86/kernel/sev.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/x86/kernel/sev.c @@ -643,7 +643,7 @@ return ret; } -static void pvalidate_pages(unsigned long vaddr, unsigned int npages, bool validate) +static void pvalidate_pages(unsigned long vaddr, unsigned long npages, bool validate) { unsigned long vaddr_end; int rc; @@ -660,7 +660,7 @@ } } -static void __init early_set_pages_state(unsigned long paddr, unsigned int npages, enum psc_op op) +static void __init early_set_pages_state(unsigned long paddr, unsigned long npages, enum psc_op op) { unsigned long paddr_end; u64 val; @@ -699,7 +699,7 @@ } void __init early_snp_set_memory_private(unsigned long vaddr, unsigned long paddr, - unsigned int npages) + unsigned long npages) { /* * This can be invoked in early boot while running identity mapped, so @@ -721,7 +721,7 @@ } void __init early_snp_set_memory_shared(unsigned long vaddr, unsigned long paddr, - unsigned int npages) + unsigned long npages) { /* * This can be invoked in early boot while running identity mapped, so @@ -877,7 +877,7 @@ sev_es_terminate(SEV_TERM_SET_LINUX, GHCB_TERM_PSC); } -static void set_pages_state(unsigned long vaddr, unsigned int npages, int op) +static void set_pages_state(unsigned long vaddr, unsigned long npages, int op) { unsigned long vaddr_end, next_vaddr; struct snp_psc_desc *desc; @@ -902,7 +902,7 @@ kfree(desc); } -void snp_set_memory_shared(unsigned long vaddr, unsigned int npages) +void snp_set_memory_shared(unsigned long vaddr, unsigned long npages) { if (!cc_platform_has(CC_ATTR_GUEST_SEV_SNP)) return; @@ -912,7 +912,7 @@ set_pages_state(vaddr, npages, SNP_PAGE_STATE_SHARED); } -void snp_set_memory_private(unsigned long vaddr, unsigned int npages) +void snp_set_memory_private(unsigned long vaddr, unsigned long npages) { if (!cc_platform_has(CC_ATTR_GUEST_SEV_SNP)) return; @@ -2183,9 +2183,6 @@ struct ghcb *ghcb; int ret; - if (!cc_platform_has(CC_ATTR_GUEST_SEV_SNP)) - return -ENODEV; - if (!fw_err) return -EINVAL; @@ -2212,15 +2209,26 @@ if (ret) goto e_put; - if (ghcb->save.sw_exit_info_2) { - /* Number of expected pages are returned in RBX */ - if (exit_code == SVM_VMGEXIT_EXT_GUEST_REQUEST && - ghcb->save.sw_exit_info_2 == SNP_GUEST_REQ_INVALID_LEN) - input->data_npages = ghcb_get_rbx(ghcb); + *fw_err = ghcb->save.sw_exit_info_2; + switch (*fw_err) { + case 0: + break; - *fw_err = ghcb->save.sw_exit_info_2; + case SNP_GUEST_REQ_ERR_BUSY: + ret = -EAGAIN; + break; + case SNP_GUEST_REQ_INVALID_LEN: + /* Number of expected pages are returned in RBX */ + if (exit_code == SVM_VMGEXIT_EXT_GUEST_REQUEST) { + input->data_npages = ghcb_get_rbx(ghcb); + ret = -ENOSPC; + break; + } + fallthrough; + default: ret = -EIO; + break; } e_put: --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/x86/kernel/signal.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/x86/kernel/signal.c @@ -182,7 +182,7 @@ static unsigned long __ro_after_init max_frame_size; static unsigned int __ro_after_init fpu_default_state_size; -void __init init_sigframe_size(void) +static int __init init_sigframe_size(void) { fpu_default_state_size = fpu__get_fpstate_size(); @@ -194,7 +194,9 @@ max_frame_size = round_up(max_frame_size, FRAME_ALIGNMENT); pr_info("max sigframe size: %lu\n", max_frame_size); + return 0; } +early_initcall(init_sigframe_size); unsigned long get_sigframe_size(void) { @@ -360,7 +362,7 @@ static int __init strict_sas_size(char *arg) { - return kstrtobool(arg, &strict_sigaltstack_size); + return kstrtobool(arg, &strict_sigaltstack_size) == 0; } __setup("strict_sas_size", strict_sas_size); --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/x86/kernel/smp.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/x86/kernel/smp.c @@ -21,18 +21,20 @@ #include #include #include +#include #include #include #include #include #include +#include #include #include #include #include #include -#include +#include /* * Some notes on x86 processor bugs affecting SMP operation: @@ -122,7 +124,7 @@ if (raw_smp_processor_id() == atomic_read(&stopping_cpu)) return NMI_HANDLED; - cpu_emergency_vmxoff(); + cpu_emergency_disable_virtualization(); stop_this_cpu(NULL); return NMI_HANDLED; @@ -134,7 +136,7 @@ DEFINE_IDTENTRY_SYSVEC(sysvec_reboot) { ack_APIC_irq(); - cpu_emergency_vmxoff(); + cpu_emergency_disable_virtualization(); stop_this_cpu(NULL); } @@ -146,34 +148,47 @@ static void native_stop_other_cpus(int wait) { - unsigned long flags; - unsigned long timeout; + unsigned int cpu = smp_processor_id(); + unsigned long flags, timeout; if (reboot_force) return; - /* - * Use an own vector here because smp_call_function - * does lots of things not suitable in a panic situation. - */ + /* Only proceed if this is the first CPU to reach this code */ + if (atomic_cmpxchg(&stopping_cpu, -1, cpu) != -1) + return; + + /* For kexec, ensure that offline CPUs are out of MWAIT and in HLT */ + if (kexec_in_progress) + smp_kick_mwait_play_dead(); /* - * We start by using the REBOOT_VECTOR irq. - * The irq is treated as a sync point to allow critical - * regions of code on other cpus to release their spin locks - * and re-enable irqs. Jumping straight to an NMI might - * accidentally cause deadlocks with further shutdown/panic - * code. By syncing, we give the cpus up to one second to - * finish their work before we force them off with the NMI. + * 1) Send an IPI on the reboot vector to all other CPUs. + * + * The other CPUs should react on it after leaving critical + * sections and re-enabling interrupts. They might still hold + * locks, but there is nothing which can be done about that. + * + * 2) Wait for all other CPUs to report that they reached the + * HLT loop in stop_this_cpu() + * + * 3) If #2 timed out send an NMI to the CPUs which did not + * yet report + * + * 4) Wait for all other CPUs to report that they reached the + * HLT loop in stop_this_cpu() + * + * #3 can obviously race against a CPU reaching the HLT loop late. + * That CPU will have reported already and the "have all CPUs + * reached HLT" condition will be true despite the fact that the + * other CPU is still handling the NMI. Again, there is no + * protection against that as "disabled" APICs still respond to + * NMIs. */ - if (num_online_cpus() > 1) { - /* did someone beat us here? */ - if (atomic_cmpxchg(&stopping_cpu, -1, safe_smp_processor_id()) != -1) - return; - - /* sync above data before sending IRQ */ - wmb(); + cpumask_copy(&cpus_stop_mask, cpu_online_mask); + cpumask_clear_cpu(cpu, &cpus_stop_mask); + if (!cpumask_empty(&cpus_stop_mask)) { apic_send_IPI_allbutself(REBOOT_VECTOR); /* @@ -183,24 +198,22 @@ * CPUs reach shutdown state. */ timeout = USEC_PER_SEC; - while (num_online_cpus() > 1 && timeout--) + while (!cpumask_empty(&cpus_stop_mask) && timeout--) udelay(1); } /* if the REBOOT_VECTOR didn't work, try with the NMI */ - if (num_online_cpus() > 1) { + if (!cpumask_empty(&cpus_stop_mask)) { /* * If NMI IPI is enabled, try to register the stop handler * and send the IPI. In any case try to wait for the other * CPUs to stop. */ if (!smp_no_nmi_ipi && !register_stop_handler()) { - /* Sync above data before sending IRQ */ - wmb(); - pr_emerg("Shutting down cpus with NMI\n"); - apic_send_IPI_allbutself(NMI_VECTOR); + for_each_cpu(cpu, &cpus_stop_mask) + apic->send_IPI(cpu, NMI_VECTOR); } /* * Don't wait longer than 10 ms if the caller didn't @@ -208,7 +221,7 @@ * one or more CPUs do not reach shutdown state. */ timeout = USEC_PER_MSEC * 10; - while (num_online_cpus() > 1 && (wait || timeout--)) + while (!cpumask_empty(&cpus_stop_mask) && (wait || timeout--)) udelay(1); } @@ -216,6 +229,12 @@ disable_local_APIC(); mcheck_cpu_clear(this_cpu_ptr(&cpu_info)); local_irq_restore(flags); + + /* + * Ensure that the cpus_stop_mask cache lines are invalidated on + * the other CPUs. See comment vs. SME in stop_this_cpu(). + */ + cpumask_clear(&cpus_stop_mask); } /* --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/x86/kernel/smpboot.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/x86/kernel/smpboot.c @@ -53,6 +53,7 @@ #include #include #include +#include #include #include #include @@ -101,6 +102,20 @@ DEFINE_PER_CPU_READ_MOSTLY(struct cpuinfo_x86, cpu_info); EXPORT_PER_CPU_SYMBOL(cpu_info); +struct mwait_cpu_dead { + unsigned int control; + unsigned int status; +}; + +#define CPUDEAD_MWAIT_WAIT 0xDEADBEEF +#define CPUDEAD_MWAIT_KEXEC_HLT 0x4A17DEAD + +/* + * Cache line aligned data for mwait_play_dead(). Separate on purpose so + * that it's unlikely to be touched by other CPUs. + */ +static DEFINE_PER_CPU_ALIGNED(struct mwait_cpu_dead, mwait_cpu_dead); + /* Logical package management. We might want to allocate that dynamically */ unsigned int __max_logical_packages __read_mostly; EXPORT_SYMBOL(__max_logical_packages); @@ -157,6 +172,10 @@ { int cpuid; + /* Mop up eventual mwait_play_dead() wreckage */ + this_cpu_write(mwait_cpu_dead.status, 0); + this_cpu_write(mwait_cpu_dead.control, 0); + /* * If waken up by an INIT in an 82489DX configuration * cpu_callout_mask guarantees we don't get here before @@ -1750,10 +1769,10 @@ */ static inline void mwait_play_dead(void) { + struct mwait_cpu_dead *md = this_cpu_ptr(&mwait_cpu_dead); unsigned int eax, ebx, ecx, edx; unsigned int highest_cstate = 0; unsigned int highest_subcstate = 0; - void *mwait_ptr; int i; if (boot_cpu_data.x86_vendor == X86_VENDOR_AMD || @@ -1788,12 +1807,9 @@ (highest_subcstate - 1); } - /* - * This should be a memory location in a cache line which is - * unlikely to be touched by other processors. The actual - * content is immaterial as it is not actually modified in any way. - */ - mwait_ptr = ¤t_thread_info()->flags; + /* Set up state for the kexec() hack below */ + md->status = CPUDEAD_MWAIT_WAIT; + md->control = CPUDEAD_MWAIT_WAIT; wbinvd(); @@ -1806,16 +1822,63 @@ * case where we return around the loop. */ mb(); - clflush(mwait_ptr); + clflush(md); mb(); - __monitor(mwait_ptr, 0, 0); + __monitor(md, 0, 0); mb(); __mwait(eax, 0); + if (READ_ONCE(md->control) == CPUDEAD_MWAIT_KEXEC_HLT) { + /* + * Kexec is about to happen. Don't go back into mwait() as + * the kexec kernel might overwrite text and data including + * page tables and stack. So mwait() would resume when the + * monitor cache line is written to and then the CPU goes + * south due to overwritten text, page tables and stack. + * + * Note: This does _NOT_ protect against a stray MCE, NMI, + * SMI. They will resume execution at the instruction + * following the HLT instruction and run into the problem + * which this is trying to prevent. + */ + WRITE_ONCE(md->status, CPUDEAD_MWAIT_KEXEC_HLT); + while(1) + native_halt(); + } + cond_wakeup_cpu0(); } } +/* + * Kick all "offline" CPUs out of mwait on kexec(). See comment in + * mwait_play_dead(). + */ +void smp_kick_mwait_play_dead(void) +{ + u32 newstate = CPUDEAD_MWAIT_KEXEC_HLT; + struct mwait_cpu_dead *md; + unsigned int cpu, i; + + for_each_cpu_andnot(cpu, cpu_present_mask, cpu_online_mask) { + md = per_cpu_ptr(&mwait_cpu_dead, cpu); + + /* Does it sit in mwait_play_dead() ? */ + if (READ_ONCE(md->status) != CPUDEAD_MWAIT_WAIT) + continue; + + /* Wait up to 5ms */ + for (i = 0; READ_ONCE(md->status) != newstate && i < 1000; i++) { + /* Bring it out of mwait */ + WRITE_ONCE(md->control, newstate); + udelay(5); + } + + if (READ_ONCE(md->status) != newstate) + pr_err_once("CPU%u is stuck in mwait_play_dead()\n", cpu); + } +} + void hlt_play_dead(void) { if (__this_cpu_read(cpu_info.x86) >= 4) --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/x86/kernel/static_call.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/x86/kernel/static_call.c @@ -9,6 +9,7 @@ NOP = 1, /* site cond-call */ JMP = 2, /* tramp / site tail-call */ RET = 3, /* tramp / site cond-tail-call */ + JCC = 4, }; /* @@ -25,12 +26,40 @@ static const u8 retinsn[] = { RET_INSN_OPCODE, 0xcc, 0xcc, 0xcc, 0xcc }; +static u8 __is_Jcc(u8 *insn) /* Jcc.d32 */ +{ + u8 ret = 0; + + if (insn[0] == 0x0f) { + u8 tmp = insn[1]; + if ((tmp & 0xf0) == 0x80) + ret = tmp; + } + + return ret; +} + +extern void __static_call_return(void); + +asm (".global __static_call_return\n\t" + ".type __static_call_return, @function\n\t" + ASM_FUNC_ALIGN "\n\t" + "__static_call_return:\n\t" + ANNOTATE_NOENDBR + ANNOTATE_RETPOLINE_SAFE + "ret; int3\n\t" + ".size __static_call_return, . - __static_call_return \n\t"); + static void __ref __static_call_transform(void *insn, enum insn_type type, void *func, bool modinit) { const void *emulate = NULL; int size = CALL_INSN_SIZE; const void *code; + u8 op, buf[6]; + + if ((type == JMP || type == RET) && (op = __is_Jcc(insn))) + type = JCC; switch (type) { case CALL: @@ -57,6 +86,20 @@ else code = &retinsn; break; + + case JCC: + if (!func) { + func = __static_call_return; + if (cpu_feature_enabled(X86_FEATURE_RETHUNK)) + func = x86_return_thunk; + } + + buf[0] = 0x0f; + __text_gen_insn(buf+1, op, insn+1, func, 5); + code = buf; + size = 6; + + break; } if (memcmp(insn, code, size) == 0) @@ -68,9 +111,9 @@ text_poke_bp(insn, code, size, emulate); } -static void __static_call_validate(void *insn, bool tail, bool tramp) +static void __static_call_validate(u8 *insn, bool tail, bool tramp) { - u8 opcode = *(u8 *)insn; + u8 opcode = insn[0]; if (tramp && memcmp(insn+5, tramp_ud, 3)) { pr_err("trampoline signature fail"); @@ -79,7 +122,8 @@ if (tail) { if (opcode == JMP32_INSN_OPCODE || - opcode == RET_INSN_OPCODE) + opcode == RET_INSN_OPCODE || + __is_Jcc(insn)) return; } else { if (opcode == CALL_INSN_OPCODE || @@ -142,6 +186,19 @@ */ bool __static_call_fixup(void *tramp, u8 op, void *dest) { + unsigned long addr = (unsigned long)tramp; + /* + * Not all .return_sites are a static_call trampoline (most are not). + * Check if the 3 bytes after the return are still kernel text, if not, + * then this definitely is not a trampoline and we need not worry + * further. + * + * This avoids the memcmp() below tripping over pagefaults etc.. + */ + if (((addr >> PAGE_SHIFT) != ((addr + 7) >> PAGE_SHIFT)) && + !kernel_text_address(addr + 7)) + return false; + if (memcmp(tramp+5, tramp_ud, 3)) { /* Not a trampoline site, not our problem. */ return false; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/x86/kernel/traps.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/x86/kernel/traps.c @@ -697,9 +697,10 @@ } static bool gp_try_fixup_and_notify(struct pt_regs *regs, int trapnr, - unsigned long error_code, const char *str) + unsigned long error_code, const char *str, + unsigned long address) { - if (fixup_exception(regs, trapnr, error_code, 0)) + if (fixup_exception(regs, trapnr, error_code, address)) return true; current->thread.error_code = error_code; @@ -759,7 +760,7 @@ goto exit; } - if (gp_try_fixup_and_notify(regs, X86_TRAP_GP, error_code, desc)) + if (gp_try_fixup_and_notify(regs, X86_TRAP_GP, error_code, desc, 0)) goto exit; if (error_code) @@ -1357,17 +1358,20 @@ #define VE_FAULT_STR "VE fault" -static void ve_raise_fault(struct pt_regs *regs, long error_code) +static void ve_raise_fault(struct pt_regs *regs, long error_code, + unsigned long address) { if (user_mode(regs)) { gp_user_force_sig_segv(regs, X86_TRAP_VE, error_code, VE_FAULT_STR); return; } - if (gp_try_fixup_and_notify(regs, X86_TRAP_VE, error_code, VE_FAULT_STR)) + if (gp_try_fixup_and_notify(regs, X86_TRAP_VE, error_code, + VE_FAULT_STR, address)) { return; + } - die_addr(VE_FAULT_STR, regs, error_code, 0); + die_addr(VE_FAULT_STR, regs, error_code, address); } /* @@ -1431,7 +1435,7 @@ * it successfully, treat it as #GP(0) and handle it. */ if (!tdx_handle_virt_exception(regs, &ve)) - ve_raise_fault(regs, 0); + ve_raise_fault(regs, 0, ve.gla); cond_local_irq_disable(regs); } --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/x86/kernel/vmlinux.lds.S +++ linux-lowlatency-hwe-6.2-6.2.0/arch/x86/kernel/vmlinux.lds.S @@ -134,14 +134,26 @@ KPROBES_TEXT SOFTIRQENTRY_TEXT #ifdef CONFIG_RETPOLINE - __indirect_thunk_start = .; - *(.text.__x86.*) - __indirect_thunk_end = .; + *(.text..__x86.indirect_thunk) + *(.text..__x86.return_thunk) #endif STATIC_CALL_TEXT ALIGN_ENTRY_TEXT_BEGIN +#ifdef CONFIG_CPU_SRSO + *(.text..__x86.rethunk_untrain) +#endif + ENTRY_TEXT + +#ifdef CONFIG_CPU_SRSO + /* + * See the comment above srso_alias_untrain_ret()'s + * definition. + */ + . = srso_alias_untrain_ret | (1 << 2) | (1 << 8) | (1 << 14) | (1 << 20); + *(.text..__x86.rethunk_safe) +#endif ALIGN_ENTRY_TEXT_END *(.gnu.warning) @@ -509,4 +521,25 @@ "fixed_percpu_data is not at start of per-cpu area"); #endif +#ifdef CONFIG_RETHUNK +. = ASSERT((retbleed_return_thunk & 0x3f) == 0, "retbleed_return_thunk not cacheline-aligned"); +. = ASSERT((srso_safe_ret & 0x3f) == 0, "srso_safe_ret not cacheline-aligned"); +#endif + +#ifdef CONFIG_CPU_SRSO +/* + * GNU ld cannot do XOR until 2.41. + * https://sourceware.org/git/?p=binutils-gdb.git;a=commit;h=f6f78318fca803c4907fb8d7f6ded8295f1947b1 + * + * LLVM lld cannot do XOR until lld-17. + * https://github.com/llvm/llvm-project/commit/fae96104d4378166cbe5c875ef8ed808a356f3fb + * + * Instead do: (A | B) - (A & B) in order to compute the XOR + * of the two function addresses: + */ +. = ASSERT(((ABSOLUTE(srso_alias_untrain_ret) | srso_alias_safe_ret) - + (ABSOLUTE(srso_alias_untrain_ret) & srso_alias_safe_ret)) == ((1 << 2) | (1 << 8) | (1 << 14) | (1 << 20)), + "SRSO function pair won't alias"); +#endif + #endif /* CONFIG_X86_64 */ --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/x86/kernel/x86_init.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/x86/kernel/x86_init.c @@ -33,8 +33,8 @@ static void iommu_shutdown_noop(void) { } bool __init bool_x86_init_noop(void) { return false; } void x86_op_int_noop(int cpu) { } -static __init int set_rtc_noop(const struct timespec64 *now) { return -EINVAL; } -static __init void get_rtc_noop(struct timespec64 *now) { } +static int set_rtc_noop(const struct timespec64 *now) { return -EINVAL; } +static void get_rtc_noop(struct timespec64 *now) { } static __initconst const struct of_device_id of_cmos_match[] = { { .compatible = "motorola,mc146818" }, @@ -130,7 +130,7 @@ static void default_nmi_init(void) { }; -static void enc_status_change_prepare_noop(unsigned long vaddr, int npages, bool enc) { } +static bool enc_status_change_prepare_noop(unsigned long vaddr, int npages, bool enc) { return true; } static bool enc_status_change_finish_noop(unsigned long vaddr, int npages, bool enc) { return false; } static bool enc_tlb_flush_required_noop(bool enc) { return false; } static bool enc_cache_flush_required_noop(void) { return false; } --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/x86/kvm/cpuid.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/x86/kvm/cpuid.c @@ -741,6 +741,9 @@ 0 /* SME */ | F(SEV) | 0 /* VM_PAGE_FLUSH */ | F(SEV_ES) | F(SME_COHERENT)); + if (cpu_feature_enabled(X86_FEATURE_SRSO_NO)) + kvm_cpu_cap_set(X86_FEATURE_SRSO_NO); + kvm_cpu_cap_mask(CPUID_C000_0001_EDX, F(XSTORE) | F(XSTORE_EN) | F(XCRYPT) | F(XCRYPT_EN) | F(ACE2) | F(ACE2_EN) | F(PHE) | F(PHE_EN) | --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/x86/kvm/kvm_cache_regs.h +++ linux-lowlatency-hwe-6.2-6.2.0/arch/x86/kvm/kvm_cache_regs.h @@ -4,7 +4,7 @@ #include -#define KVM_POSSIBLE_CR0_GUEST_BITS X86_CR0_TS +#define KVM_POSSIBLE_CR0_GUEST_BITS (X86_CR0_TS | X86_CR0_WP) #define KVM_POSSIBLE_CR4_GUEST_BITS \ (X86_CR4_PVI | X86_CR4_DE | X86_CR4_PCE | X86_CR4_OSFXSR \ | X86_CR4_OSXMMEXCPT | X86_CR4_PGE | X86_CR4_TSD | X86_CR4_FSGSBASE) --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/x86/kvm/kvm_onhyperv.h +++ linux-lowlatency-hwe-6.2-6.2.0/arch/x86/kvm/kvm_onhyperv.h @@ -12,6 +12,11 @@ int hv_remote_flush_tlb(struct kvm *kvm); void hv_track_root_tdp(struct kvm_vcpu *vcpu, hpa_t root_tdp); #else /* !CONFIG_HYPERV */ +static inline int hv_remote_flush_tlb(struct kvm *kvm) +{ + return -EOPNOTSUPP; +} + static inline void hv_track_root_tdp(struct kvm_vcpu *vcpu, hpa_t root_tdp) { } --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/x86/kvm/lapic.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/x86/kvm/lapic.c @@ -2072,10 +2072,18 @@ { struct kvm *kvm = apic->vcpu->kvm; + if (!kvm_apic_hw_enabled(apic)) + return; + if (KVM_BUG_ON(apic_x2apic_mode(apic), kvm)) return; - if (kvm_xapic_id(apic) == apic->vcpu->vcpu_id) + /* + * Deliberately truncate the vCPU ID when detecting a modified APIC ID + * to avoid false positives if the vCPU ID, i.e. x2APIC ID, is a 32-bit + * value. + */ + if (kvm_xapic_id(apic) == (u8)apic->vcpu->vcpu_id) return; kvm_set_apicv_inhibit(apic->vcpu->kvm, APICV_INHIBIT_REASON_APIC_ID_MODIFIED); @@ -2219,10 +2227,14 @@ break; case APIC_SELF_IPI: - if (apic_x2apic_mode(apic)) - kvm_apic_send_ipi(apic, APIC_DEST_SELF | (val & APIC_VECTOR_MASK), 0); - else + /* + * Self-IPI exists only when x2APIC is enabled. Bits 7:0 hold + * the vector, everything else is reserved. + */ + if (!apic_x2apic_mode(apic) || (val & ~APIC_VECTOR_MASK)) ret = 1; + else + kvm_apic_send_ipi(apic, APIC_DEST_SELF | val, 0); break; default: ret = 1; @@ -2284,23 +2296,18 @@ struct kvm_lapic *apic = vcpu->arch.apic; u64 val; - if (apic_x2apic_mode(apic)) { - if (KVM_BUG_ON(kvm_lapic_msr_read(apic, offset, &val), vcpu->kvm)) - return; - } else { - val = kvm_lapic_get_reg(apic, offset); - } - /* * 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. */ 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); } } @@ -2429,6 +2436,7 @@ */ apic->isr_count = count_vectors(apic->regs + APIC_ISR); } + apic->highest_isr_cache = -1; } void kvm_lapic_reset(struct kvm_vcpu *vcpu, bool init_event) @@ -2484,7 +2492,6 @@ kvm_lapic_set_reg(apic, APIC_TMR + 0x10 * i, 0); } kvm_apic_update_apicv(vcpu); - apic->highest_isr_cache = -1; update_divide_count(apic); atomic_set(&apic->lapic_timer.pending, 0); @@ -2772,7 +2779,6 @@ __start_apic_timer(apic, APIC_TMCCT); kvm_lapic_set_reg(apic, APIC_TMCCT, 0); kvm_apic_update_apicv(vcpu); - apic->highest_isr_cache = -1; if (apic->apicv_active) { static_call_cond(kvm_x86_apicv_post_state_restore)(vcpu); static_call_cond(kvm_x86_hwapic_irr_update)(vcpu, apic_find_highest_irr(apic)); @@ -2943,13 +2949,17 @@ static int kvm_lapic_msr_write(struct kvm_lapic *apic, u32 reg, u64 data) { /* - * ICR is a 64-bit register in x2APIC mode (and Hyper'v PV vAPIC) and + * ICR is a 64-bit register in x2APIC mode (and Hyper-V PV vAPIC) and * can be written as such, all other registers remain accessible only * through 32-bit reads/writes. */ if (reg == APIC_ICR) return kvm_x2apic_icr_write(apic, data); + /* Bits 63:32 are reserved in all other registers. */ + if (data >> 32) + return 1; + return kvm_lapic_reg_write(apic, reg, (u32)data); } --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/x86/kvm/mmu.h +++ linux-lowlatency-hwe-6.2-6.2.0/arch/x86/kvm/mmu.h @@ -113,6 +113,8 @@ bool kvm_can_do_async_pf(struct kvm_vcpu *vcpu); int kvm_handle_page_fault(struct kvm_vcpu *vcpu, u64 error_code, u64 fault_address, char *insn, int insn_len); +void __kvm_mmu_refresh_passthrough_bits(struct kvm_vcpu *vcpu, + struct kvm_mmu *mmu); int kvm_mmu_load(struct kvm_vcpu *vcpu); void kvm_mmu_unload(struct kvm_vcpu *vcpu); @@ -153,6 +155,24 @@ vcpu->arch.mmu->root_role.level); } +static inline void kvm_mmu_refresh_passthrough_bits(struct kvm_vcpu *vcpu, + struct kvm_mmu *mmu) +{ + /* + * When EPT is enabled, KVM may passthrough CR0.WP to the guest, i.e. + * @mmu's snapshot of CR0.WP and thus all related paging metadata may + * be stale. Refresh CR0.WP and the metadata on-demand when checking + * for permission faults. Exempt nested MMUs, i.e. MMUs for shadowing + * nEPT and nNPT, as CR0.WP is ignored in both cases. Note, KVM does + * need to refresh nested_mmu, a.k.a. the walker used to translate L2 + * GVAs to GPAs, as that "MMU" needs to honor L2's CR0.WP. + */ + if (!tdp_enabled || mmu == &vcpu->arch.guest_mmu) + return; + + __kvm_mmu_refresh_passthrough_bits(vcpu, mmu); +} + /* * Check if a given access (described through the I/D, W/R and U/S bits of a * page fault error code pfec) causes a permission fault with the given PTE @@ -184,8 +204,12 @@ u64 implicit_access = access & PFERR_IMPLICIT_ACCESS; bool not_smap = ((rflags & X86_EFLAGS_AC) | implicit_access) == X86_EFLAGS_AC; int index = (pfec + (not_smap << PFERR_RSVD_BIT)) >> 1; - bool fault = (mmu->permissions[index] >> pte_access) & 1; u32 errcode = PFERR_PRESENT_MASK; + bool fault; + + kvm_mmu_refresh_passthrough_bits(vcpu, mmu); + + fault = (mmu->permissions[index] >> pte_access) & 1; WARN_ON(pfec & (PFERR_PK_MASK | PFERR_RSVD_MASK)); if (unlikely(mmu->pkru_mask)) { @@ -230,14 +254,14 @@ } #ifdef CONFIG_X86_64 -static inline bool is_tdp_mmu_enabled(struct kvm *kvm) { return kvm->arch.tdp_mmu_enabled; } +extern bool tdp_mmu_enabled; #else -static inline bool is_tdp_mmu_enabled(struct kvm *kvm) { return false; } +#define tdp_mmu_enabled false #endif static inline bool kvm_memslots_have_rmaps(struct kvm *kvm) { - return !is_tdp_mmu_enabled(kvm) || kvm_shadow_root_allocated(kvm); + return !tdp_mmu_enabled || kvm_shadow_root_allocated(kvm); } static inline gfn_t gfn_to_index(gfn_t gfn, gfn_t base_gfn, int level) --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/x86/kvm/mmu/mmu.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/x86/kvm/mmu/mmu.c @@ -99,6 +99,13 @@ */ bool tdp_enabled = false; +bool __ro_after_init tdp_mmu_allowed; + +#ifdef CONFIG_X86_64 +bool __read_mostly tdp_mmu_enabled = true; +module_param_named(tdp_mmu, tdp_mmu_enabled, bool, 0444); +#endif + static int max_huge_page_level __read_mostly; static int tdp_root_level __read_mostly; static int max_tdp_level __read_mostly; @@ -233,6 +240,20 @@ return regs; } +static unsigned long get_guest_cr3(struct kvm_vcpu *vcpu) +{ + return kvm_read_cr3(vcpu); +} + +static inline unsigned long kvm_mmu_get_guest_pgd(struct kvm_vcpu *vcpu, + struct kvm_mmu *mmu) +{ + if (IS_ENABLED(CONFIG_RETPOLINE) && mmu->get_guest_pgd == get_guest_cr3) + return kvm_read_cr3(vcpu); + + return mmu->get_guest_pgd(vcpu); +} + static inline bool kvm_available_flush_tlb_with_range(void) { return kvm_x86_ops.tlb_remote_flush_with_range; @@ -1279,7 +1300,7 @@ { struct kvm_rmap_head *rmap_head; - if (is_tdp_mmu_enabled(kvm)) + if (tdp_mmu_enabled) kvm_tdp_mmu_clear_dirty_pt_masked(kvm, slot, slot->base_gfn + gfn_offset, mask, true); @@ -1312,7 +1333,7 @@ { struct kvm_rmap_head *rmap_head; - if (is_tdp_mmu_enabled(kvm)) + if (tdp_mmu_enabled) kvm_tdp_mmu_clear_dirty_pt_masked(kvm, slot, slot->base_gfn + gfn_offset, mask, false); @@ -1395,7 +1416,7 @@ } } - if (is_tdp_mmu_enabled(kvm)) + if (tdp_mmu_enabled) write_protected |= kvm_tdp_mmu_write_protect_gfn(kvm, slot, gfn, min_level); @@ -1558,7 +1579,7 @@ if (kvm_memslots_have_rmaps(kvm)) flush = kvm_handle_gfn_range(kvm, range, kvm_zap_rmap); - if (is_tdp_mmu_enabled(kvm)) + if (tdp_mmu_enabled) flush = kvm_tdp_mmu_unmap_gfn_range(kvm, range, flush); return flush; @@ -1571,7 +1592,7 @@ if (kvm_memslots_have_rmaps(kvm)) flush = kvm_handle_gfn_range(kvm, range, kvm_set_pte_rmap); - if (is_tdp_mmu_enabled(kvm)) + if (tdp_mmu_enabled) flush |= kvm_tdp_mmu_set_spte_gfn(kvm, range); return flush; @@ -1646,7 +1667,7 @@ if (kvm_memslots_have_rmaps(kvm)) young = kvm_handle_gfn_range(kvm, range, kvm_age_rmap); - if (is_tdp_mmu_enabled(kvm)) + if (tdp_mmu_enabled) young |= kvm_tdp_mmu_age_gfn_range(kvm, range); return young; @@ -1659,7 +1680,7 @@ if (kvm_memslots_have_rmaps(kvm)) young = kvm_handle_gfn_range(kvm, range, kvm_test_age_rmap); - if (is_tdp_mmu_enabled(kvm)) + if (tdp_mmu_enabled) young |= kvm_tdp_mmu_test_age_gfn(kvm, range); return young; @@ -1921,7 +1942,7 @@ return true; /* TDP MMU pages do not use the MMU generation. */ - return !sp->tdp_mmu_page && + return !is_tdp_mmu_page(sp) && unlikely(sp->mmu_valid_gen != kvm->arch.mmu_valid_gen); } @@ -3596,7 +3617,7 @@ if (r < 0) goto out_unlock; - if (is_tdp_mmu_enabled(vcpu->kvm)) { + if (tdp_mmu_enabled) { root = kvm_tdp_mmu_get_vcpu_root_hpa(vcpu); mmu->root.hpa = root; } else if (shadow_root_level >= PT64_ROOT_4LEVEL) { @@ -3699,7 +3720,7 @@ int quadrant, i, r; hpa_t root; - root_pgd = mmu->get_guest_pgd(vcpu); + root_pgd = kvm_mmu_get_guest_pgd(vcpu, mmu); root_gfn = root_pgd >> PAGE_SHIFT; if (mmu_check_root(vcpu, root_gfn)) @@ -4149,7 +4170,7 @@ arch.token = alloc_apf_token(vcpu); arch.gfn = gfn; arch.direct_map = vcpu->arch.mmu->root_role.direct; - arch.cr3 = vcpu->arch.mmu->get_guest_pgd(vcpu); + arch.cr3 = kvm_mmu_get_guest_pgd(vcpu, vcpu->arch.mmu); return kvm_setup_async_pf(vcpu, cr2_or_gpa, kvm_vcpu_gfn_to_hva(vcpu, gfn), &arch); @@ -4168,7 +4189,7 @@ return; if (!vcpu->arch.mmu->root_role.direct && - work->arch.cr3 != vcpu->arch.mmu->get_guest_pgd(vcpu)) + work->arch.cr3 != kvm_mmu_get_guest_pgd(vcpu, vcpu->arch.mmu)) return; kvm_mmu_do_page_fault(vcpu, work->cr2_or_gpa, 0, true); @@ -4240,7 +4261,8 @@ * root was invalidated by a memslot update or a relevant mmu_notifier fired. */ static bool is_page_fault_stale(struct kvm_vcpu *vcpu, - struct kvm_page_fault *fault, int mmu_seq) + struct kvm_page_fault *fault, + unsigned long mmu_seq) { struct kvm_mmu_page *sp = to_shadow_page(vcpu->arch.mmu->root.hpa); @@ -4530,11 +4552,6 @@ } EXPORT_SYMBOL_GPL(kvm_mmu_new_pgd); -static unsigned long get_cr3(struct kvm_vcpu *vcpu) -{ - return kvm_read_cr3(vcpu); -} - static bool sync_mmio_spte(struct kvm_vcpu *vcpu, u64 *sptep, gfn_t gfn, unsigned int access) { @@ -5038,6 +5055,21 @@ return role; } +void __kvm_mmu_refresh_passthrough_bits(struct kvm_vcpu *vcpu, + struct kvm_mmu *mmu) +{ + const bool cr0_wp = !!kvm_read_cr0_bits(vcpu, X86_CR0_WP); + + BUILD_BUG_ON((KVM_MMU_CR0_ROLE_BITS & KVM_POSSIBLE_CR0_GUEST_BITS) != X86_CR0_WP); + BUILD_BUG_ON((KVM_MMU_CR4_ROLE_BITS & KVM_POSSIBLE_CR4_GUEST_BITS)); + + if (is_cr0_wp(mmu) == cr0_wp) + return; + + mmu->cpu_role.base.cr0_wp = cr0_wp; + reset_guest_paging_metadata(vcpu, mmu); +} + static inline int kvm_mmu_get_tdp_level(struct kvm_vcpu *vcpu) { /* tdp_root_level is architecture forced level, use it if nonzero */ @@ -5085,7 +5117,7 @@ context->page_fault = kvm_tdp_page_fault; context->sync_page = nonpaging_sync_page; context->invlpg = NULL; - context->get_guest_pgd = get_cr3; + context->get_guest_pgd = get_guest_cr3; context->get_pdptr = kvm_pdptr_read; context->inject_page_fault = kvm_inject_page_fault; @@ -5235,7 +5267,7 @@ kvm_init_shadow_mmu(vcpu, cpu_role); - context->get_guest_pgd = get_cr3; + context->get_guest_pgd = get_guest_cr3; context->get_pdptr = kvm_pdptr_read; context->inject_page_fault = kvm_inject_page_fault; } @@ -5249,7 +5281,7 @@ return; g_context->cpu_role.as_u64 = new_mode.as_u64; - g_context->get_guest_pgd = get_cr3; + g_context->get_guest_pgd = get_guest_cr3; g_context->get_pdptr = kvm_pdptr_read; g_context->inject_page_fault = kvm_inject_page_fault; @@ -5719,6 +5751,9 @@ tdp_root_level = tdp_forced_root_level; max_tdp_level = tdp_max_root_level; +#ifdef CONFIG_X86_64 + tdp_mmu_enabled = tdp_mmu_allowed && tdp_enabled; +#endif /* * max_huge_page_level reflects KVM's MMU capabilities irrespective * of kernel support, e.g. KVM may be capable of using 1GB pages when @@ -5966,7 +6001,7 @@ * write and in the same critical section as making the reload request, * e.g. before kvm_zap_obsolete_pages() could drop mmu_lock and yield. */ - if (is_tdp_mmu_enabled(kvm)) + if (tdp_mmu_enabled) kvm_tdp_mmu_invalidate_all_roots(kvm); /* @@ -5991,7 +6026,7 @@ * Deferring the zap until the final reference to the root is put would * lead to use-after-free. */ - if (is_tdp_mmu_enabled(kvm)) + if (tdp_mmu_enabled) kvm_tdp_mmu_zap_invalidated_roots(kvm); } @@ -6017,9 +6052,11 @@ INIT_LIST_HEAD(&kvm->arch.possible_nx_huge_pages); spin_lock_init(&kvm->arch.mmu_unsync_pages_lock); - r = kvm_mmu_init_tdp_mmu(kvm); - if (r < 0) - return r; + if (tdp_mmu_enabled) { + r = kvm_mmu_init_tdp_mmu(kvm); + if (r < 0) + return r; + } node->track_write = kvm_mmu_pte_write; node->track_flush_slot = kvm_mmu_invalidate_zap_pages_in_memslot; @@ -6049,7 +6086,8 @@ kvm_page_track_unregister_notifier(kvm, node); - kvm_mmu_uninit_tdp_mmu(kvm); + if (tdp_mmu_enabled) + kvm_mmu_uninit_tdp_mmu(kvm); mmu_free_vm_memory_caches(kvm); } @@ -6103,7 +6141,7 @@ flush = kvm_rmap_zap_gfn_range(kvm, gfn_start, gfn_end); - if (is_tdp_mmu_enabled(kvm)) { + if (tdp_mmu_enabled) { for (i = 0; i < KVM_ADDRESS_SPACE_NUM; i++) flush = kvm_tdp_mmu_zap_leafs(kvm, i, gfn_start, gfn_end, true, flush); @@ -6136,7 +6174,7 @@ write_unlock(&kvm->mmu_lock); } - if (is_tdp_mmu_enabled(kvm)) { + if (tdp_mmu_enabled) { read_lock(&kvm->mmu_lock); kvm_tdp_mmu_wrprot_slot(kvm, memslot, start_level); read_unlock(&kvm->mmu_lock); @@ -6379,7 +6417,7 @@ u64 start, u64 end, int target_level) { - if (!is_tdp_mmu_enabled(kvm)) + if (!tdp_mmu_enabled) return; if (kvm_memslots_have_rmaps(kvm)) @@ -6400,7 +6438,7 @@ u64 start = memslot->base_gfn; u64 end = start + memslot->npages; - if (!is_tdp_mmu_enabled(kvm)) + if (!tdp_mmu_enabled) return; if (kvm_memslots_have_rmaps(kvm)) { @@ -6483,7 +6521,7 @@ write_unlock(&kvm->mmu_lock); } - if (is_tdp_mmu_enabled(kvm)) { + if (tdp_mmu_enabled) { read_lock(&kvm->mmu_lock); kvm_tdp_mmu_zap_collapsible_sptes(kvm, slot); read_unlock(&kvm->mmu_lock); @@ -6518,7 +6556,7 @@ write_unlock(&kvm->mmu_lock); } - if (is_tdp_mmu_enabled(kvm)) { + if (tdp_mmu_enabled) { read_lock(&kvm->mmu_lock); kvm_tdp_mmu_clear_dirty_slot(kvm, memslot); read_unlock(&kvm->mmu_lock); @@ -6553,7 +6591,7 @@ kvm_mmu_commit_zap_page(kvm, &invalid_list); - if (is_tdp_mmu_enabled(kvm)) + if (tdp_mmu_enabled) kvm_tdp_mmu_zap_all(kvm); write_unlock(&kvm->mmu_lock); @@ -6718,6 +6756,13 @@ if (nx_huge_pages == -1) __set_nx_huge_pages(get_nx_auto_mode()); + /* + * Snapshot userspace's desire to enable the TDP MMU. Whether or not the + * TDP MMU is actually enabled is determined in kvm_configure_mmu() + * when the vendor module is loaded. + */ + tdp_mmu_allowed = tdp_mmu_enabled; + kvm_mmu_spte_module_init(); } @@ -6901,7 +6946,10 @@ */ slot = NULL; if (atomic_read(&kvm->nr_memslots_dirty_logging)) { - slot = gfn_to_memslot(kvm, sp->gfn); + struct kvm_memslots *slots; + + slots = kvm_memslots_for_spte_role(kvm, sp->role); + slot = __gfn_to_memslot(slots, sp->gfn); WARN_ON_ONCE(!slot); } --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/x86/kvm/mmu/paging_tmpl.h +++ linux-lowlatency-hwe-6.2-6.2.0/arch/x86/kvm/mmu/paging_tmpl.h @@ -324,7 +324,7 @@ trace_kvm_mmu_pagetable_walk(addr, access); retry_walk: walker->level = mmu->cpu_role.base.level; - pte = mmu->get_guest_pgd(vcpu); + pte = kvm_mmu_get_guest_pgd(vcpu, mmu); have_ad = PT_HAVE_ACCESSED_DIRTY(mmu); #if PTTYPE == 64 --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/x86/kvm/mmu/tdp_mmu.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/x86/kvm/mmu/tdp_mmu.c @@ -10,23 +10,15 @@ #include #include -static bool __read_mostly tdp_mmu_enabled = true; -module_param_named(tdp_mmu, tdp_mmu_enabled, bool, 0644); - /* Initializes the TDP MMU for the VM, if enabled. */ int kvm_mmu_init_tdp_mmu(struct kvm *kvm) { struct workqueue_struct *wq; - if (!tdp_enabled || !READ_ONCE(tdp_mmu_enabled)) - return 0; - wq = alloc_workqueue("kvm", WQ_UNBOUND|WQ_MEM_RECLAIM|WQ_CPU_INTENSIVE, 0); if (!wq) return -ENOMEM; - /* This should not be changed for the lifetime of the VM. */ - kvm->arch.tdp_mmu_enabled = true; INIT_LIST_HEAD(&kvm->arch.tdp_mmu_roots); spin_lock_init(&kvm->arch.tdp_mmu_pages_lock); kvm->arch.tdp_mmu_zap_wq = wq; @@ -47,10 +39,17 @@ void kvm_mmu_uninit_tdp_mmu(struct kvm *kvm) { - if (!kvm->arch.tdp_mmu_enabled) - return; + /* + * Invalidate all roots, which besides the obvious, schedules all roots + * for zapping and thus puts the TDP MMU's reference to each root, i.e. + * ultimately frees all roots. + */ + kvm_tdp_mmu_invalidate_all_roots(kvm); - /* Also waits for any queued work items. */ + /* + * Destroying a workqueue also first flushes the workqueue, i.e. no + * need to invoke kvm_tdp_mmu_zap_invalidated_roots(). + */ destroy_workqueue(kvm->arch.tdp_mmu_zap_wq); WARN_ON(atomic64_read(&kvm->arch.tdp_mmu_pages)); @@ -126,16 +125,6 @@ queue_work(kvm->arch.tdp_mmu_zap_wq, &root->tdp_mmu_async_work); } -static inline bool kvm_tdp_root_mark_invalid(struct kvm_mmu_page *page) -{ - union kvm_mmu_page_role role = page->role; - role.invalid = true; - - /* No need to use cmpxchg, only the invalid bit can change. */ - role.word = xchg(&page->role.word, role.word); - return role.invalid; -} - void kvm_tdp_mmu_put_root(struct kvm *kvm, struct kvm_mmu_page *root, bool shared) { @@ -144,45 +133,12 @@ if (!refcount_dec_and_test(&root->tdp_mmu_root_count)) return; - WARN_ON(!root->tdp_mmu_page); - /* - * The root now has refcount=0. It is valid, but readers already - * cannot acquire a reference to it because kvm_tdp_mmu_get_root() - * rejects it. This remains true for the rest of the execution - * of this function, because readers visit valid roots only - * (except for tdp_mmu_zap_root_work(), which however - * does not acquire any reference itself). - * - * Even though there are flows that need to visit all roots for - * correctness, they all take mmu_lock for write, so they cannot yet - * run concurrently. The same is true after kvm_tdp_root_mark_invalid, - * since the root still has refcount=0. - * - * However, tdp_mmu_zap_root can yield, and writers do not expect to - * see refcount=0 (see for example kvm_tdp_mmu_invalidate_all_roots()). - * So the root temporarily gets an extra reference, going to refcount=1 - * while staying invalid. Readers still cannot acquire any reference; - * but writers are now allowed to run if tdp_mmu_zap_root yields and - * they might take an extra reference if they themselves yield. - * Therefore, when the reference is given back by the worker, - * there is no guarantee that the refcount is still 1. If not, whoever - * puts the last reference will free the page, but they will not have to - * zap the root because a root cannot go from invalid to valid. + * The TDP MMU itself holds a reference to each root until the root is + * explicitly invalidated, i.e. the final reference should be never be + * put for a valid root. */ - if (!kvm_tdp_root_mark_invalid(root)) { - refcount_set(&root->tdp_mmu_root_count, 1); - - /* - * Zapping the root in a worker is not just "nice to have"; - * it is required because kvm_tdp_mmu_invalidate_all_roots() - * skips already-invalid roots. If kvm_tdp_mmu_put_root() did - * not add the root to the workqueue, kvm_tdp_mmu_zap_all_fast() - * might return with some roots not zapped yet. - */ - tdp_mmu_schedule_zap_root(kvm, root); - return; - } + KVM_BUG_ON(!is_tdp_mmu_page(root) || !root->role.invalid, kvm); spin_lock(&kvm->arch.tdp_mmu_pages_lock); list_del_rcu(&root->link); @@ -330,7 +286,14 @@ root = tdp_mmu_alloc_sp(vcpu); tdp_mmu_init_sp(root, NULL, 0, role); - refcount_set(&root->tdp_mmu_root_count, 1); + /* + * TDP MMU roots are kept until they are explicitly invalidated, either + * by a memslot update or by the destruction of the VM. Initialize the + * refcount to two; one reference for the vCPU, and one reference for + * the TDP MMU itself, which is held until the root is invalidated and + * is ultimately put by tdp_mmu_zap_root_work(). + */ + refcount_set(&root->tdp_mmu_root_count, 2); spin_lock(&kvm->arch.tdp_mmu_pages_lock); list_add_rcu(&root->link, &kvm->arch.tdp_mmu_roots); @@ -1033,32 +996,49 @@ /* * Mark each TDP MMU root as invalid to prevent vCPUs from reusing a root that * is about to be zapped, e.g. in response to a memslots update. The actual - * zapping is performed asynchronously, so a reference is taken on all roots. - * Using a separate workqueue makes it easy to ensure that the destruction is - * performed before the "fast zap" completes, without keeping a separate list - * of invalidated roots; the list is effectively the list of work items in - * the workqueue. - * - * Get a reference even if the root is already invalid, the asynchronous worker - * assumes it was gifted a reference to the root it processes. Because mmu_lock - * is held for write, it should be impossible to observe a root with zero refcount, - * i.e. the list of roots cannot be stale. + * zapping is performed asynchronously. Using a separate workqueue makes it + * easy to ensure that the destruction is performed before the "fast zap" + * completes, without keeping a separate list of invalidated roots; the list is + * effectively the list of work items in the workqueue. * - * This has essentially the same effect for the TDP MMU - * as updating mmu_valid_gen does for the shadow MMU. + * Note, the asynchronous worker is gifted the TDP MMU's reference. + * See kvm_tdp_mmu_get_vcpu_root_hpa(). */ void kvm_tdp_mmu_invalidate_all_roots(struct kvm *kvm) { struct kvm_mmu_page *root; - lockdep_assert_held_write(&kvm->mmu_lock); - list_for_each_entry(root, &kvm->arch.tdp_mmu_roots, link) { - if (!root->role.invalid && - !WARN_ON_ONCE(!kvm_tdp_mmu_get_root(root))) { + /* + * mmu_lock must be held for write to ensure that a root doesn't become + * invalid while there are active readers (invalidating a root while + * there are active readers may or may not be problematic in practice, + * but it's uncharted territory and not supported). + * + * Waive the assertion if there are no users of @kvm, i.e. the VM is + * being destroyed after all references have been put, or if no vCPUs + * have been created (which means there are no roots), i.e. the VM is + * being destroyed in an error path of KVM_CREATE_VM. + */ + if (IS_ENABLED(CONFIG_PROVE_LOCKING) && + refcount_read(&kvm->users_count) && kvm->created_vcpus) + lockdep_assert_held_write(&kvm->mmu_lock); + + /* + * As above, mmu_lock isn't held when destroying the VM! There can't + * be other references to @kvm, i.e. nothing else can invalidate roots + * or be consuming roots, but walking the list of roots does need to be + * guarded against roots being deleted by the asynchronous zap worker. + */ + rcu_read_lock(); + + list_for_each_entry_rcu(root, &kvm->arch.tdp_mmu_roots, link) { + if (!root->role.invalid) { root->role.invalid = true; tdp_mmu_schedule_zap_root(kvm, root); } } + + rcu_read_unlock(); } /* --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/x86/kvm/mmu/tdp_mmu.h +++ linux-lowlatency-hwe-6.2-6.2.0/arch/x86/kvm/mmu/tdp_mmu.h @@ -7,6 +7,9 @@ #include "spte.h" +int kvm_mmu_init_tdp_mmu(struct kvm *kvm); +void kvm_mmu_uninit_tdp_mmu(struct kvm *kvm); + hpa_t kvm_tdp_mmu_get_vcpu_root_hpa(struct kvm_vcpu *vcpu); __must_check static inline bool kvm_tdp_mmu_get_root(struct kvm_mmu_page *root) @@ -68,8 +71,6 @@ u64 *spte); #ifdef CONFIG_X86_64 -int kvm_mmu_init_tdp_mmu(struct kvm *kvm); -void kvm_mmu_uninit_tdp_mmu(struct kvm *kvm); static inline bool is_tdp_mmu_page(struct kvm_mmu_page *sp) { return sp->tdp_mmu_page; } static inline bool is_tdp_mmu(struct kvm_mmu *mmu) @@ -89,8 +90,6 @@ return sp && is_tdp_mmu_page(sp) && sp->root_count; } #else -static inline int kvm_mmu_init_tdp_mmu(struct kvm *kvm) { return 0; } -static inline void kvm_mmu_uninit_tdp_mmu(struct kvm *kvm) {} static inline bool is_tdp_mmu_page(struct kvm_mmu_page *sp) { return false; } static inline bool is_tdp_mmu(struct kvm_mmu *mmu) { return false; } #endif --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/x86/kvm/pmu.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/x86/kvm/pmu.c @@ -438,9 +438,9 @@ if (!pmc) return 1; - if (!(kvm_read_cr4(vcpu) & X86_CR4_PCE) && + if (!(kvm_read_cr4_bits(vcpu, X86_CR4_PCE)) && (static_call(kvm_x86_get_cpl)(vcpu) != 0) && - (kvm_read_cr0(vcpu) & X86_CR0_PE)) + (kvm_read_cr0_bits(vcpu, X86_CR0_PE))) return 1; *data = pmc_read_counter(pmc) & mask; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/x86/kvm/reverse_cpuid.h +++ linux-lowlatency-hwe-6.2-6.2.0/arch/x86/kvm/reverse_cpuid.h @@ -68,6 +68,7 @@ [CPUID_12_EAX] = {0x00000012, 0, CPUID_EAX}, [CPUID_8000_001F_EAX] = {0x8000001f, 0, CPUID_EAX}, [CPUID_7_1_EDX] = { 7, 1, CPUID_EDX}, + [CPUID_8000_0021_EAX] = {0x80000021, 0, CPUID_EAX}, }; /* --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/x86/kvm/svm/avic.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/x86/kvm/svm/avic.c @@ -27,19 +27,29 @@ #include "irq.h" #include "svm.h" -/* AVIC GATAG is encoded using VM and VCPU IDs */ -#define AVIC_VCPU_ID_BITS 8 -#define AVIC_VCPU_ID_MASK ((1 << AVIC_VCPU_ID_BITS) - 1) - -#define AVIC_VM_ID_BITS 24 -#define AVIC_VM_ID_NR (1 << AVIC_VM_ID_BITS) -#define AVIC_VM_ID_MASK ((1 << AVIC_VM_ID_BITS) - 1) +/* + * Encode the arbitrary VM ID and the vCPU's default APIC ID, i.e the vCPU ID, + * into the GATag so that KVM can retrieve the correct vCPU from a GALog entry + * if an interrupt can't be delivered, e.g. because the vCPU isn't running. + * + * For the vCPU ID, use however many bits are currently allowed for the max + * guest physical APIC ID (limited by the size of the physical ID table), and + * use whatever bits remain to assign arbitrary AVIC IDs to VMs. Note, the + * size of the GATag is defined by hardware (32 bits), but is an opaque value + * as far as hardware is concerned. + */ +#define AVIC_VCPU_ID_MASK AVIC_PHYSICAL_MAX_INDEX_MASK -#define AVIC_GATAG(x, y) (((x & AVIC_VM_ID_MASK) << AVIC_VCPU_ID_BITS) | \ +#define AVIC_VM_ID_SHIFT HWEIGHT32(AVIC_PHYSICAL_MAX_INDEX_MASK) +#define AVIC_VM_ID_MASK (GENMASK(31, AVIC_VM_ID_SHIFT) >> AVIC_VM_ID_SHIFT) + +#define AVIC_GATAG(x, y) (((x & AVIC_VM_ID_MASK) << AVIC_VM_ID_SHIFT) | \ (y & AVIC_VCPU_ID_MASK)) -#define AVIC_GATAG_TO_VMID(x) ((x >> AVIC_VCPU_ID_BITS) & AVIC_VM_ID_MASK) +#define AVIC_GATAG_TO_VMID(x) ((x >> AVIC_VM_ID_SHIFT) & AVIC_VM_ID_MASK) #define AVIC_GATAG_TO_VCPUID(x) (x & AVIC_VCPU_ID_MASK) +static_assert(AVIC_GATAG(AVIC_VM_ID_MASK, AVIC_VCPU_ID_MASK) == -1u); + static bool force_avic; module_param_unsafe(force_avic, bool, 0444); @@ -86,6 +96,12 @@ /* Disabling MSR intercept for x2APIC registers */ svm_set_x2apic_msr_interception(svm, false); } else { + /* + * Flush the TLB, the guest may have inserted a non-APIC + * mapping into the TLB while AVIC was disabled. + */ + kvm_make_request(KVM_REQ_TLB_FLUSH_CURRENT, &svm->vcpu); + /* For xAVIC and hybrid-xAVIC modes */ vmcb->control.avic_physical_id |= AVIC_MAX_PHYSICAL_ID; /* Enabling MSR intercept for x2APIC registers */ @@ -496,14 +512,18 @@ trace_kvm_avic_incomplete_ipi(vcpu->vcpu_id, icrh, icrl, id, index); switch (id) { + case AVIC_IPI_FAILURE_INVALID_TARGET: case AVIC_IPI_FAILURE_INVALID_INT_TYPE: /* * Emulate IPIs that are not handled by AVIC hardware, which - * only virtualizes Fixed, Edge-Triggered INTRs. The exit is - * a trap, e.g. ICR holds the correct value and RIP has been - * advanced, KVM is responsible only for emulating the IPI. - * Sadly, hardware may sometimes leave the BUSY flag set, in - * which case KVM needs to emulate the ICR write as well in + * only virtualizes Fixed, Edge-Triggered INTRs, and falls over + * if _any_ targets are invalid, e.g. if the logical mode mask + * is a superset of running vCPUs. + * + * The exit is a trap, e.g. ICR holds the correct value and RIP + * has been advanced, KVM is responsible only for emulating the + * IPI. Sadly, hardware may sometimes leave the BUSY flag set, + * in which case KVM needs to emulate the ICR write as well in * order to clear the BUSY flag. */ if (icrl & APIC_ICR_BUSY) @@ -519,8 +539,6 @@ */ avic_kick_target_vcpus(vcpu->kvm, apic, icrl, icrh, index); break; - case AVIC_IPI_FAILURE_INVALID_TARGET: - break; case AVIC_IPI_FAILURE_INVALID_BACKING_PAGE: WARN_ONCE(1, "Invalid backing page\n"); break; @@ -739,18 +757,6 @@ avic_handle_ldr_update(vcpu); } -void avic_set_virtual_apic_mode(struct kvm_vcpu *vcpu) -{ - if (!lapic_in_kernel(vcpu) || avic_mode == AVIC_MODE_NONE) - return; - - if (kvm_get_apic_mode(vcpu) == LAPIC_MODE_INVALID) { - WARN_ONCE(true, "Invalid local APIC state (vcpu_id=%d)", vcpu->vcpu_id); - return; - } - avic_refresh_apicv_exec_ctrl(vcpu); -} - static int avic_set_pi_irte_mode(struct kvm_vcpu *vcpu, bool activate) { int ret = 0; @@ -1092,17 +1098,18 @@ WRITE_ONCE(*(svm->avic_physical_id_cache), entry); } - -void avic_refresh_apicv_exec_ctrl(struct kvm_vcpu *vcpu) +void avic_refresh_virtual_apic_mode(struct kvm_vcpu *vcpu) { struct vcpu_svm *svm = to_svm(vcpu); struct vmcb *vmcb = svm->vmcb01.ptr; - bool activated = kvm_vcpu_apicv_active(vcpu); + + if (!lapic_in_kernel(vcpu) || avic_mode == AVIC_MODE_NONE) + return; if (!enable_apicv) return; - if (activated) { + if (kvm_vcpu_apicv_active(vcpu)) { /** * During AVIC temporary deactivation, guest could update * APIC ID, DFR and LDR registers, which would not be trapped @@ -1116,6 +1123,16 @@ avic_deactivate_vmcb(svm); } vmcb_mark_dirty(vmcb, VMCB_AVIC); +} + +void avic_refresh_apicv_exec_ctrl(struct kvm_vcpu *vcpu) +{ + bool activated = kvm_vcpu_apicv_active(vcpu); + + if (!enable_apicv) + return; + + avic_refresh_virtual_apic_mode(vcpu); if (activated) avic_vcpu_load(vcpu, vcpu->cpu); --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/x86/kvm/svm/sev.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/x86/kvm/svm/sev.c @@ -1293,7 +1293,7 @@ /* Check if we are crossing the page boundary */ offset = params.guest_uaddr & (PAGE_SIZE - 1); - if ((params.guest_len + offset > PAGE_SIZE)) + if (params.guest_len > PAGE_SIZE || (params.guest_len + offset) > PAGE_SIZE) return -EINVAL; /* Pin guest memory */ @@ -1473,7 +1473,7 @@ /* Check if we are crossing the page boundary */ offset = params.guest_uaddr & (PAGE_SIZE - 1); - if ((params.guest_len + offset > PAGE_SIZE)) + if (params.guest_len > PAGE_SIZE || (params.guest_len + offset) > PAGE_SIZE) return -EINVAL; hdr = psp_copy_user_blob(params.hdr_uaddr, params.hdr_len); @@ -2410,15 +2410,18 @@ */ memset(vcpu->arch.regs, 0, sizeof(vcpu->arch.regs)); - vcpu->arch.regs[VCPU_REGS_RAX] = ghcb_get_rax_if_valid(ghcb); - vcpu->arch.regs[VCPU_REGS_RBX] = ghcb_get_rbx_if_valid(ghcb); - vcpu->arch.regs[VCPU_REGS_RCX] = ghcb_get_rcx_if_valid(ghcb); - vcpu->arch.regs[VCPU_REGS_RDX] = ghcb_get_rdx_if_valid(ghcb); - vcpu->arch.regs[VCPU_REGS_RSI] = ghcb_get_rsi_if_valid(ghcb); + BUILD_BUG_ON(sizeof(svm->sev_es.valid_bitmap) != sizeof(ghcb->save.valid_bitmap)); + memcpy(&svm->sev_es.valid_bitmap, &ghcb->save.valid_bitmap, sizeof(ghcb->save.valid_bitmap)); - svm->vmcb->save.cpl = ghcb_get_cpl_if_valid(ghcb); + vcpu->arch.regs[VCPU_REGS_RAX] = kvm_ghcb_get_rax_if_valid(svm, ghcb); + vcpu->arch.regs[VCPU_REGS_RBX] = kvm_ghcb_get_rbx_if_valid(svm, ghcb); + vcpu->arch.regs[VCPU_REGS_RCX] = kvm_ghcb_get_rcx_if_valid(svm, ghcb); + vcpu->arch.regs[VCPU_REGS_RDX] = kvm_ghcb_get_rdx_if_valid(svm, ghcb); + vcpu->arch.regs[VCPU_REGS_RSI] = kvm_ghcb_get_rsi_if_valid(svm, ghcb); - if (ghcb_xcr0_is_valid(ghcb)) { + svm->vmcb->save.cpl = kvm_ghcb_get_cpl_if_valid(svm, ghcb); + + if (kvm_ghcb_xcr0_is_valid(svm)) { vcpu->arch.xcr0 = ghcb_get_xcr0(ghcb); kvm_update_cpuid_runtime(vcpu); } @@ -2429,14 +2432,21 @@ control->exit_code_hi = upper_32_bits(exit_code); control->exit_info_1 = ghcb_get_sw_exit_info_1(ghcb); control->exit_info_2 = ghcb_get_sw_exit_info_2(ghcb); + svm->sev_es.sw_scratch = kvm_ghcb_get_sw_scratch_if_valid(svm, ghcb); /* Clear the valid entries fields */ memset(ghcb->save.valid_bitmap, 0, sizeof(ghcb->save.valid_bitmap)); } +static u64 kvm_ghcb_get_sw_exit_code(struct vmcb_control_area *control) +{ + return (((u64)control->exit_code_hi) << 32) | control->exit_code; +} + static int sev_es_validate_vmgexit(struct vcpu_svm *svm) { - struct kvm_vcpu *vcpu; + struct vmcb_control_area *control = &svm->vmcb->control; + struct kvm_vcpu *vcpu = &svm->vcpu; struct ghcb *ghcb; u64 exit_code; u64 reason; @@ -2447,7 +2457,7 @@ * Retrieve the exit code now even though it may not be marked valid * as it could help with debugging. */ - exit_code = ghcb_get_sw_exit_code(ghcb); + exit_code = kvm_ghcb_get_sw_exit_code(control); /* Only GHCB Usage code 0 is supported */ if (ghcb->ghcb_usage) { @@ -2457,56 +2467,56 @@ reason = GHCB_ERR_MISSING_INPUT; - if (!ghcb_sw_exit_code_is_valid(ghcb) || - !ghcb_sw_exit_info_1_is_valid(ghcb) || - !ghcb_sw_exit_info_2_is_valid(ghcb)) + if (!kvm_ghcb_sw_exit_code_is_valid(svm) || + !kvm_ghcb_sw_exit_info_1_is_valid(svm) || + !kvm_ghcb_sw_exit_info_2_is_valid(svm)) goto vmgexit_err; - switch (ghcb_get_sw_exit_code(ghcb)) { + switch (exit_code) { case SVM_EXIT_READ_DR7: break; case SVM_EXIT_WRITE_DR7: - if (!ghcb_rax_is_valid(ghcb)) + if (!kvm_ghcb_rax_is_valid(svm)) goto vmgexit_err; break; case SVM_EXIT_RDTSC: break; case SVM_EXIT_RDPMC: - if (!ghcb_rcx_is_valid(ghcb)) + if (!kvm_ghcb_rcx_is_valid(svm)) goto vmgexit_err; break; case SVM_EXIT_CPUID: - if (!ghcb_rax_is_valid(ghcb) || - !ghcb_rcx_is_valid(ghcb)) + if (!kvm_ghcb_rax_is_valid(svm) || + !kvm_ghcb_rcx_is_valid(svm)) goto vmgexit_err; - if (ghcb_get_rax(ghcb) == 0xd) - if (!ghcb_xcr0_is_valid(ghcb)) + if (vcpu->arch.regs[VCPU_REGS_RAX] == 0xd) + if (!kvm_ghcb_xcr0_is_valid(svm)) goto vmgexit_err; break; case SVM_EXIT_INVD: break; case SVM_EXIT_IOIO: - if (ghcb_get_sw_exit_info_1(ghcb) & SVM_IOIO_STR_MASK) { - if (!ghcb_sw_scratch_is_valid(ghcb)) + if (control->exit_info_1 & SVM_IOIO_STR_MASK) { + if (!kvm_ghcb_sw_scratch_is_valid(svm)) goto vmgexit_err; } else { - if (!(ghcb_get_sw_exit_info_1(ghcb) & SVM_IOIO_TYPE_MASK)) - if (!ghcb_rax_is_valid(ghcb)) + if (!(control->exit_info_1 & SVM_IOIO_TYPE_MASK)) + if (!kvm_ghcb_rax_is_valid(svm)) goto vmgexit_err; } break; case SVM_EXIT_MSR: - if (!ghcb_rcx_is_valid(ghcb)) + if (!kvm_ghcb_rcx_is_valid(svm)) goto vmgexit_err; - if (ghcb_get_sw_exit_info_1(ghcb)) { - if (!ghcb_rax_is_valid(ghcb) || - !ghcb_rdx_is_valid(ghcb)) + if (control->exit_info_1) { + if (!kvm_ghcb_rax_is_valid(svm) || + !kvm_ghcb_rdx_is_valid(svm)) goto vmgexit_err; } break; case SVM_EXIT_VMMCALL: - if (!ghcb_rax_is_valid(ghcb) || - !ghcb_cpl_is_valid(ghcb)) + if (!kvm_ghcb_rax_is_valid(svm) || + !kvm_ghcb_cpl_is_valid(svm)) goto vmgexit_err; break; case SVM_EXIT_RDTSCP: @@ -2514,19 +2524,19 @@ case SVM_EXIT_WBINVD: break; case SVM_EXIT_MONITOR: - if (!ghcb_rax_is_valid(ghcb) || - !ghcb_rcx_is_valid(ghcb) || - !ghcb_rdx_is_valid(ghcb)) + if (!kvm_ghcb_rax_is_valid(svm) || + !kvm_ghcb_rcx_is_valid(svm) || + !kvm_ghcb_rdx_is_valid(svm)) goto vmgexit_err; break; case SVM_EXIT_MWAIT: - if (!ghcb_rax_is_valid(ghcb) || - !ghcb_rcx_is_valid(ghcb)) + if (!kvm_ghcb_rax_is_valid(svm) || + !kvm_ghcb_rcx_is_valid(svm)) goto vmgexit_err; break; case SVM_VMGEXIT_MMIO_READ: case SVM_VMGEXIT_MMIO_WRITE: - if (!ghcb_sw_scratch_is_valid(ghcb)) + if (!kvm_ghcb_sw_scratch_is_valid(svm)) goto vmgexit_err; break; case SVM_VMGEXIT_NMI_COMPLETE: @@ -2542,8 +2552,6 @@ return 0; vmgexit_err: - vcpu = &svm->vcpu; - if (reason == GHCB_ERR_INVALID_USAGE) { vcpu_unimpl(vcpu, "vmgexit: ghcb usage %#x is not valid\n", ghcb->ghcb_usage); @@ -2556,9 +2564,6 @@ dump_ghcb(svm); } - /* Clear the valid entries fields */ - memset(ghcb->save.valid_bitmap, 0, sizeof(ghcb->save.valid_bitmap)); - ghcb_set_sw_exit_info_1(ghcb, 2); ghcb_set_sw_exit_info_2(ghcb, reason); @@ -2579,7 +2584,7 @@ */ if (svm->sev_es.ghcb_sa_sync) { kvm_write_guest(svm->vcpu.kvm, - ghcb_get_sw_scratch(svm->sev_es.ghcb), + svm->sev_es.sw_scratch, svm->sev_es.ghcb_sa, svm->sev_es.ghcb_sa_len); svm->sev_es.ghcb_sa_sync = false; @@ -2630,7 +2635,7 @@ u64 scratch_gpa_beg, scratch_gpa_end; void *scratch_va; - scratch_gpa_beg = ghcb_get_sw_scratch(ghcb); + scratch_gpa_beg = svm->sev_es.sw_scratch; if (!scratch_gpa_beg) { pr_err("vmgexit: scratch gpa not provided\n"); goto e_scratch; @@ -2844,16 +2849,15 @@ trace_kvm_vmgexit_enter(vcpu->vcpu_id, ghcb); - exit_code = ghcb_get_sw_exit_code(ghcb); - + sev_es_sync_from_ghcb(svm); ret = sev_es_validate_vmgexit(svm); if (ret) return ret; - sev_es_sync_from_ghcb(svm); ghcb_set_sw_exit_info_1(ghcb, 0); ghcb_set_sw_exit_info_2(ghcb, 0); + exit_code = kvm_ghcb_get_sw_exit_code(control); switch (exit_code) { case SVM_VMGEXIT_MMIO_READ: ret = setup_vmgexit_scratch(svm, true, control->exit_info_2); --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/x86/kvm/svm/svm.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/x86/kvm/svm/svm.c @@ -813,8 +813,7 @@ if (intercept == svm->x2avic_msrs_intercepted) return; - if (avic_mode != AVIC_MODE_X2 || - !apic_x2apic_mode(svm->vcpu.arch.apic)) + if (avic_mode != AVIC_MODE_X2) return; for (i = 0; i < MAX_DIRECT_ACCESS_MSRS; i++) { @@ -1486,7 +1485,9 @@ if (sd->current_vmcb != svm->vmcb) { sd->current_vmcb = svm->vmcb; - indirect_branch_prediction_barrier(); + + if (!cpu_feature_enabled(X86_FEATURE_IBPB_ON_VMEXIT)) + indirect_branch_prediction_barrier(); } if (kvm_vcpu_apicv_active(vcpu)) avic_vcpu_load(vcpu, cpu); @@ -1764,6 +1765,11 @@ } } +static bool svm_is_valid_cr0(struct kvm_vcpu *vcpu, unsigned long cr0) +{ + return true; +} + void svm_set_cr0(struct kvm_vcpu *vcpu, unsigned long cr0) { struct vcpu_svm *svm = to_svm(vcpu); @@ -3718,7 +3724,7 @@ svm->vmcb->save.rflags |= (X86_EFLAGS_TF | X86_EFLAGS_RF); } -static void svm_flush_tlb_current(struct kvm_vcpu *vcpu) +static void svm_flush_tlb_asid(struct kvm_vcpu *vcpu) { struct vcpu_svm *svm = to_svm(vcpu); @@ -3742,6 +3748,37 @@ svm->current_vmcb->asid_generation--; } +static void svm_flush_tlb_current(struct kvm_vcpu *vcpu) +{ + hpa_t root_tdp = vcpu->arch.mmu->root.hpa; + + /* + * When running on Hyper-V with EnlightenedNptTlb enabled, explicitly + * flush the NPT mappings via hypercall as flushing the ASID only + * affects virtual to physical mappings, it does not invalidate guest + * physical to host physical mappings. + */ + if (svm_hv_is_enlightened_tlb_enabled(vcpu) && VALID_PAGE(root_tdp)) + hyperv_flush_guest_mapping(root_tdp); + + svm_flush_tlb_asid(vcpu); +} + +static void svm_flush_tlb_all(struct kvm_vcpu *vcpu) +{ + /* + * When running on Hyper-V with EnlightenedNptTlb enabled, remote TLB + * flushes should be routed to hv_remote_flush_tlb() without requesting + * a "regular" remote flush. Reaching this point means either there's + * a KVM bug or a prior hv_remote_flush_tlb() call failed, both of + * which might be fatal to the guest. Yell, but try to recover. + */ + if (WARN_ON_ONCE(svm_hv_is_enlightened_tlb_enabled(vcpu))) + hv_remote_flush_tlb(vcpu->kvm); + + svm_flush_tlb_asid(vcpu); +} + static void svm_flush_tlb_gva(struct kvm_vcpu *vcpu, gva_t gva) { struct vcpu_svm *svm = to_svm(vcpu); @@ -3914,6 +3951,8 @@ guest_state_enter_irqoff(); + amd_clear_divider(); + if (sev_es_guest(vcpu->kvm)) __svm_sev_es_vcpu_run(svm, spec_ctrl_intercepted); else @@ -4731,6 +4770,7 @@ .set_segment = svm_set_segment, .get_cpl = svm_get_cpl, .get_cs_db_l_bits = svm_get_cs_db_l_bits, + .is_valid_cr0 = svm_is_valid_cr0, .set_cr0 = svm_set_cr0, .post_set_cr3 = sev_post_set_cr3, .is_valid_cr4 = svm_is_valid_cr4, @@ -4747,10 +4787,10 @@ .set_rflags = svm_set_rflags, .get_if_flag = svm_get_if_flag, - .flush_tlb_all = svm_flush_tlb_current, + .flush_tlb_all = svm_flush_tlb_all, .flush_tlb_current = svm_flush_tlb_current, .flush_tlb_gva = svm_flush_tlb_gva, - .flush_tlb_guest = svm_flush_tlb_current, + .flush_tlb_guest = svm_flush_tlb_asid, .vcpu_pre_run = svm_vcpu_pre_run, .vcpu_run = svm_vcpu_run, @@ -4771,7 +4811,7 @@ .enable_nmi_window = svm_enable_nmi_window, .enable_irq_window = svm_enable_irq_window, .update_cr8_intercept = svm_update_cr8_intercept, - .set_virtual_apic_mode = avic_set_virtual_apic_mode, + .set_virtual_apic_mode = avic_refresh_virtual_apic_mode, .refresh_apicv_exec_ctrl = avic_refresh_apicv_exec_ctrl, .check_apicv_inhibit_reasons = avic_check_apicv_inhibit_reasons, .apicv_post_state_restore = avic_apicv_post_state_restore, @@ -5097,15 +5137,34 @@ static int __init svm_init(void) { + int r; + __unused_size_checks(); - return kvm_init(&svm_init_ops, sizeof(struct vcpu_svm), - __alignof__(struct vcpu_svm), THIS_MODULE); + r = kvm_x86_vendor_init(&svm_init_ops); + if (r) + return r; + + /* + * Common KVM initialization _must_ come last, after this, /dev/kvm is + * exposed to userspace! + */ + r = kvm_init(&svm_init_ops, sizeof(struct vcpu_svm), + __alignof__(struct vcpu_svm), THIS_MODULE); + if (r) + goto err_kvm_init; + + return 0; + +err_kvm_init: + kvm_x86_vendor_exit(); + return r; } static void __exit svm_exit(void) { kvm_exit(); + kvm_x86_vendor_exit(); } module_init(svm_init) --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/x86/kvm/svm/svm.h +++ linux-lowlatency-hwe-6.2-6.2.0/arch/x86/kvm/svm/svm.h @@ -196,10 +196,12 @@ /* SEV-ES support */ struct sev_es_save_area *vmsa; struct ghcb *ghcb; + u8 valid_bitmap[16]; struct kvm_host_map ghcb_map; bool received_first_sipi; /* SEV-ES scratch area support */ + u64 sw_scratch; void *ghcb_sa; u32 ghcb_sa_len; bool ghcb_sa_sync; @@ -648,7 +650,7 @@ void avic_vcpu_unblocking(struct kvm_vcpu *vcpu); void avic_ring_doorbell(struct kvm_vcpu *vcpu); unsigned long avic_vcpu_get_apicv_inhibit_reasons(struct kvm_vcpu *vcpu); -void avic_set_virtual_apic_mode(struct kvm_vcpu *vcpu); +void avic_refresh_virtual_apic_mode(struct kvm_vcpu *vcpu); /* sev.c */ @@ -688,4 +690,28 @@ void __svm_sev_es_vcpu_run(struct vcpu_svm *svm, bool spec_ctrl_intercepted); void __svm_vcpu_run(struct vcpu_svm *svm, bool spec_ctrl_intercepted); +#define DEFINE_KVM_GHCB_ACCESSORS(field) \ + static __always_inline bool kvm_ghcb_##field##_is_valid(const struct vcpu_svm *svm) \ + { \ + return test_bit(GHCB_BITMAP_IDX(field), \ + (unsigned long *)&svm->sev_es.valid_bitmap); \ + } \ + \ + static __always_inline u64 kvm_ghcb_get_##field##_if_valid(struct vcpu_svm *svm, struct ghcb *ghcb) \ + { \ + return kvm_ghcb_##field##_is_valid(svm) ? ghcb->save.field : 0; \ + } \ + +DEFINE_KVM_GHCB_ACCESSORS(cpl) +DEFINE_KVM_GHCB_ACCESSORS(rax) +DEFINE_KVM_GHCB_ACCESSORS(rcx) +DEFINE_KVM_GHCB_ACCESSORS(rdx) +DEFINE_KVM_GHCB_ACCESSORS(rbx) +DEFINE_KVM_GHCB_ACCESSORS(rsi) +DEFINE_KVM_GHCB_ACCESSORS(sw_exit_code) +DEFINE_KVM_GHCB_ACCESSORS(sw_exit_info_1) +DEFINE_KVM_GHCB_ACCESSORS(sw_exit_info_2) +DEFINE_KVM_GHCB_ACCESSORS(sw_scratch) +DEFINE_KVM_GHCB_ACCESSORS(xcr0) + #endif --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/x86/kvm/svm/svm_onhyperv.h +++ linux-lowlatency-hwe-6.2-6.2.0/arch/x86/kvm/svm/svm_onhyperv.h @@ -6,6 +6,8 @@ #ifndef __ARCH_X86_KVM_SVM_ONHYPERV_H__ #define __ARCH_X86_KVM_SVM_ONHYPERV_H__ +#include + #if IS_ENABLED(CONFIG_HYPERV) #include "kvm_onhyperv.h" @@ -15,6 +17,14 @@ int svm_hv_enable_l2_tlb_flush(struct kvm_vcpu *vcpu); +static inline bool svm_hv_is_enlightened_tlb_enabled(struct kvm_vcpu *vcpu) +{ + struct hv_vmcb_enlightenments *hve = &to_svm(vcpu)->vmcb->control.hv_enlightenments; + + return ms_hyperv.nested_features & HV_X64_NESTED_ENLIGHTENED_TLB && + !!hve->hv_enlightenments_control.enlightened_npt_tlb; +} + static inline void svm_hv_init_vmcb(struct vmcb *vmcb) { struct hv_vmcb_enlightenments *hve = &vmcb->control.hv_enlightenments; @@ -30,7 +40,7 @@ hve->hv_enlightenments_control.msr_bitmap = 1; } -static inline void svm_hv_hardware_setup(void) +static inline __init void svm_hv_hardware_setup(void) { if (npt_enabled && ms_hyperv.nested_features & HV_X64_NESTED_ENLIGHTENED_TLB) { @@ -80,11 +90,16 @@ } #else +static inline bool svm_hv_is_enlightened_tlb_enabled(struct kvm_vcpu *vcpu) +{ + return false; +} + static inline void svm_hv_init_vmcb(struct vmcb *vmcb) { } -static inline void svm_hv_hardware_setup(void) +static inline __init void svm_hv_hardware_setup(void) { } --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/x86/kvm/svm/vmenter.S +++ linux-lowlatency-hwe-6.2-6.2.0/arch/x86/kvm/svm/vmenter.S @@ -224,6 +224,9 @@ */ UNTRAIN_RET + /* SRSO */ + ALTERNATIVE "", "call entry_ibpb", X86_FEATURE_IBPB_ON_VMEXIT + /* * Clear all general purpose registers except RSP and RAX to prevent * speculative use of the guest's values, even those that are reloaded --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/x86/kvm/vmx/hyperv.h +++ linux-lowlatency-hwe-6.2-6.2.0/arch/x86/kvm/vmx/hyperv.h @@ -190,16 +190,6 @@ return *(u16 *)((char *)current_evmcs + offset); } -static inline void evmcs_touch_msr_bitmap(void) -{ - if (unlikely(!current_evmcs)) - return; - - if (current_evmcs->hv_enlightenments_control.msr_bitmap) - current_evmcs->hv_clean_fields &= - ~HV_VMX_ENLIGHTENED_CLEAN_FIELD_MSR_BITMAP; -} - static inline void evmcs_load(u64 phys_addr) { struct hv_vp_assist_page *vp_ap = @@ -219,7 +209,6 @@ static inline u32 evmcs_read32(unsigned long field) { return 0; } static inline u16 evmcs_read16(unsigned long field) { return 0; } static inline void evmcs_load(u64 phys_addr) {} -static inline void evmcs_touch_msr_bitmap(void) {} #endif /* IS_ENABLED(CONFIG_HYPERV) */ #define EVMPTR_INVALID (-1ULL) --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/x86/kvm/vmx/nested.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/x86/kvm/vmx/nested.c @@ -3021,7 +3021,7 @@ struct vmcs12 *vmcs12, enum vm_entry_failure_code *entry_failure_code) { - bool ia32e; + bool ia32e = !!(vmcs12->vm_entry_controls & VM_ENTRY_IA32E_MODE); *entry_failure_code = ENTRY_FAIL_DEFAULT; @@ -3047,6 +3047,13 @@ vmcs12->guest_ia32_perf_global_ctrl))) return -EINVAL; + if (CC((vmcs12->guest_cr0 & (X86_CR0_PG | X86_CR0_PE)) == X86_CR0_PG)) + return -EINVAL; + + if (CC(ia32e && !(vmcs12->guest_cr4 & X86_CR4_PAE)) || + CC(ia32e && !(vmcs12->guest_cr0 & X86_CR0_PG))) + return -EINVAL; + /* * If the load IA32_EFER VM-entry control is 1, the following checks * are performed on the field for the IA32_EFER MSR: @@ -3058,7 +3065,6 @@ */ if (to_vmx(vcpu)->nested.nested_run_pending && (vmcs12->vm_entry_controls & VM_ENTRY_LOAD_IA32_EFER)) { - ia32e = (vmcs12->vm_entry_controls & VM_ENTRY_IA32E_MODE) != 0; if (CC(!kvm_valid_efer(vcpu, vmcs12->guest_ia32_efer)) || CC(ia32e != !!(vmcs12->guest_ia32_efer & EFER_LMA)) || CC(((vmcs12->guest_cr0 & X86_CR0_PG) && @@ -3867,7 +3873,12 @@ exit_qual = 0; } - if (ex->has_error_code) { + /* + * Unlike AMD's Paged Real Mode, which reports an error code on #PF + * VM-Exits even if the CPU is in Real Mode, Intel VMX never sets the + * "has error code" flags on VM-Exit if the CPU is in Real Mode. + */ + if (ex->has_error_code && is_protmode(vcpu)) { /* * Intel CPUs do not generate error codes with bits 31:16 set, * and more importantly VMX disallows setting bits 31:16 in the @@ -4477,7 +4488,7 @@ * CR0_GUEST_HOST_MASK is already set in the original vmcs01 * (KVM doesn't change it); */ - vcpu->arch.cr0_guest_owned_bits = KVM_POSSIBLE_CR0_GUEST_BITS; + vcpu->arch.cr0_guest_owned_bits = vmx_l1_guest_owned_cr0_bits(); vmx_set_cr0(vcpu, vmcs12->host_cr0); /* Same as above - no reason to call set_cr4_guest_host_mask(). */ @@ -4628,7 +4639,7 @@ */ vmx_set_efer(vcpu, nested_vmx_get_vmcs01_guest_efer(vmx)); - vcpu->arch.cr0_guest_owned_bits = KVM_POSSIBLE_CR0_GUEST_BITS; + vcpu->arch.cr0_guest_owned_bits = vmx_l1_guest_owned_cr0_bits(); vmx_set_cr0(vcpu, vmcs_readl(CR0_READ_SHADOW)); vcpu->arch.cr4_guest_owned_bits = ~vmcs_readl(CR4_GUEST_HOST_MASK); --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/x86/kvm/vmx/vmx.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/x86/kvm/vmx/vmx.c @@ -551,6 +551,33 @@ return 0; } +static void hv_reset_evmcs(void) +{ + struct hv_vp_assist_page *vp_ap; + + if (!static_branch_unlikely(&enable_evmcs)) + return; + + /* + * KVM should enable eVMCS if and only if all CPUs have a VP assist + * page, and should reject CPU onlining if eVMCS is enabled the CPU + * doesn't have a VP assist page allocated. + */ + vp_ap = hv_get_vp_assist_page(smp_processor_id()); + if (WARN_ON_ONCE(!vp_ap)) + return; + + /* + * Reset everything to support using non-enlightened VMCS access later + * (e.g. when we reload the module with enlightened_vmcs=0) + */ + vp_ap->nested_control.features.directhypercall = 0; + vp_ap->current_nested_vmcs = 0; + vp_ap->enlighten_vmentry = 0; +} + +#else /* IS_ENABLED(CONFIG_HYPERV) */ +static void hv_reset_evmcs(void) {} #endif /* IS_ENABLED(CONFIG_HYPERV) */ /* @@ -1434,6 +1461,11 @@ struct vcpu_vmx *vmx = to_vmx(vcpu); unsigned long old_rflags; + /* + * Unlike CR0 and CR4, RFLAGS handling requires checking if the vCPU + * is an unrestricted guest in order to mark L2 as needing emulation + * if L1 runs L2 as a restricted guest. + */ if (is_unrestricted_guest(vcpu)) { kvm_register_mark_available(vcpu, VCPU_EXREG_RFLAGS); vmx->rflags = rflags; @@ -2527,6 +2559,8 @@ if (cpu_vmxoff()) kvm_spurious_fault(); + hv_reset_evmcs(); + intel_pt_handle_vmx(0); } @@ -2967,6 +3001,15 @@ struct vcpu_vmx *vmx = to_vmx(vcpu); struct kvm_vmx *kvm_vmx = to_kvm_vmx(vcpu->kvm); + /* + * KVM should never use VM86 to virtualize Real Mode when L2 is active, + * as using VM86 is unnecessary if unrestricted guest is enabled, and + * if unrestricted guest is disabled, VM-Enter (from L1) with CR0.PG=0 + * should VM-Fail and KVM should reject userspace attempts to stuff + * CR0.PG=0 when L2 is active. + */ + WARN_ON_ONCE(is_guest_mode(vcpu)); + vmx_get_segment(vcpu, &vmx->rmode.segs[VCPU_SREG_TR], VCPU_SREG_TR); vmx_get_segment(vcpu, &vmx->rmode.segs[VCPU_SREG_ES], VCPU_SREG_ES); vmx_get_segment(vcpu, &vmx->rmode.segs[VCPU_SREG_DS], VCPU_SREG_DS); @@ -3157,6 +3200,17 @@ #define CR3_EXITING_BITS (CPU_BASED_CR3_LOAD_EXITING | \ CPU_BASED_CR3_STORE_EXITING) +static bool vmx_is_valid_cr0(struct kvm_vcpu *vcpu, unsigned long cr0) +{ + if (is_guest_mode(vcpu)) + return nested_guest_cr0_valid(vcpu, cr0); + + if (to_vmx(vcpu)->nested.vmxon) + return nested_host_cr0_valid(vcpu, cr0); + + return true; +} + void vmx_set_cr0(struct kvm_vcpu *vcpu, unsigned long cr0) { struct vcpu_vmx *vmx = to_vmx(vcpu); @@ -3166,7 +3220,7 @@ old_cr0_pg = kvm_read_cr0_bits(vcpu, X86_CR0_PG); hw_cr0 = (cr0 & ~KVM_VM_CR0_ALWAYS_OFF); - if (is_unrestricted_guest(vcpu)) + if (enable_unrestricted_guest) hw_cr0 |= KVM_VM_CR0_ALWAYS_ON_UNRESTRICTED_GUEST; else { hw_cr0 |= KVM_VM_CR0_ALWAYS_ON; @@ -3194,7 +3248,7 @@ } #endif - if (enable_ept && !is_unrestricted_guest(vcpu)) { + if (enable_ept && !enable_unrestricted_guest) { /* * Ensure KVM has an up-to-date snapshot of the guest's CR3. If * the below code _enables_ CR3 exiting, vmx_cache_reg() will @@ -3325,7 +3379,7 @@ unsigned long hw_cr4; hw_cr4 = (cr4_read_shadow() & X86_CR4_MCE) | (cr4 & ~X86_CR4_MCE); - if (is_unrestricted_guest(vcpu)) + if (enable_unrestricted_guest) hw_cr4 |= KVM_VM_CR4_ALWAYS_ON_UNRESTRICTED_GUEST; else if (vmx->rmode.vm86_active) hw_cr4 |= KVM_RMODE_VM_CR4_ALWAYS_ON; @@ -3345,7 +3399,7 @@ vcpu->arch.cr4 = cr4; kvm_register_mark_available(vcpu, VCPU_EXREG_CR4); - if (!is_unrestricted_guest(vcpu)) { + if (!enable_unrestricted_guest) { if (enable_ept) { if (!is_paging(vcpu)) { hw_cr4 &= ~X86_CR4_PAE; @@ -3865,8 +3919,13 @@ * 'Enlightened MSR Bitmap' feature L0 needs to know that MSR * bitmap has changed. */ - if (static_branch_unlikely(&enable_evmcs)) - evmcs_touch_msr_bitmap(); + if (IS_ENABLED(CONFIG_HYPERV) && static_branch_unlikely(&enable_evmcs)) { + struct hv_enlightened_vmcs *evmcs = (void *)vmx->vmcs01.vmcs; + + if (evmcs->hv_enlightenments_control.msr_bitmap) + evmcs->hv_clean_fields &= + ~HV_VMX_ENLIGHTENED_CLEAN_FIELD_MSR_BITMAP; + } vmx->nested.force_msr_bitmap_recalc = true; } @@ -4694,7 +4753,7 @@ /* 22.2.1, 20.8.1 */ vm_entry_controls_set(vmx, vmx_vmentry_ctrl()); - vmx->vcpu.arch.cr0_guest_owned_bits = KVM_POSSIBLE_CR0_GUEST_BITS; + vmx->vcpu.arch.cr0_guest_owned_bits = vmx_l1_guest_owned_cr0_bits(); vmcs_writel(CR0_GUEST_HOST_MASK, ~vmx->vcpu.arch.cr0_guest_owned_bits); set_cr4_guest_host_mask(vmx); @@ -5310,18 +5369,11 @@ val = (val & ~vmcs12->cr0_guest_host_mask) | (vmcs12->guest_cr0 & vmcs12->cr0_guest_host_mask); - if (!nested_guest_cr0_valid(vcpu, val)) - return 1; - if (kvm_set_cr0(vcpu, val)) return 1; vmcs_writel(CR0_READ_SHADOW, orig_val); return 0; } else { - if (to_vmx(vcpu)->nested.vmxon && - !nested_host_cr0_valid(vcpu, val)) - return 1; - return kvm_set_cr0(vcpu, val); } } @@ -5416,7 +5468,7 @@ break; case 3: /* lmsw */ val = (exit_qualification >> LMSW_SOURCE_DATA_SHIFT) & 0x0f; - trace_kvm_cr_write(0, (kvm_read_cr0(vcpu) & ~0xful) | val); + trace_kvm_cr_write(0, (kvm_read_cr0_bits(vcpu, ~0xful) | val)); kvm_lmsw(vcpu, val); return kvm_skip_emulated_instruction(vcpu); @@ -7497,7 +7549,7 @@ if (!kvm_arch_has_noncoherent_dma(vcpu->kvm)) return (MTRR_TYPE_WRBACK << VMX_EPT_MT_EPTE_SHIFT) | VMX_EPT_IPAT_BIT; - if (kvm_read_cr0(vcpu) & X86_CR0_CD) { + if (kvm_read_cr0_bits(vcpu, X86_CR0_CD)) { if (kvm_check_has_quirk(vcpu->kvm, KVM_X86_QUIRK_CD_NW_CLEARED)) cache = MTRR_TYPE_WRBACK; else @@ -7715,9 +7767,11 @@ if (boot_cpu_has(X86_FEATURE_PDCM)) rdmsrl(MSR_IA32_PERF_CAPABILITIES, host_perf_cap); - x86_perf_get_lbr(&lbr); - if (lbr.nr) - perf_cap |= host_perf_cap & PMU_CAP_LBR_FMT; + if (!cpu_feature_enabled(X86_FEATURE_ARCH_LBR)) { + x86_perf_get_lbr(&lbr); + if (lbr.nr) + perf_cap |= host_perf_cap & PMU_CAP_LBR_FMT; + } if (vmx_pebs_supported()) { perf_cap |= host_perf_cap & PERF_CAP_PEBS_MASK; @@ -7857,6 +7911,21 @@ /* FIXME: produce nested vmexit and return X86EMUL_INTERCEPTED. */ break; + case x86_intercept_pause: + /* + * PAUSE is a single-byte NOP with a REPE prefix, i.e. collides + * with vanilla NOPs in the emulator. Apply the interception + * check only to actual PAUSE instructions. Don't check + * PAUSE-loop-exiting, software can't expect a given PAUSE to + * exit, i.e. KVM is within its rights to allow L2 to execute + * the PAUSE. + */ + if ((info->rep_prefix != REPE_PREFIX) || + !nested_cpu_has2(vmcs12, CPU_BASED_PAUSE_EXITING)) + return X86EMUL_CONTINUE; + + break; + /* TODO: check more intercepts... */ default: break; @@ -8098,6 +8167,7 @@ .set_segment = vmx_set_segment, .get_cpl = vmx_get_cpl, .get_cs_db_l_bits = vmx_get_cs_db_l_bits, + .is_valid_cr0 = vmx_is_valid_cr0, .set_cr0 = vmx_set_cr0, .is_valid_cr4 = vmx_is_valid_cr4, .set_cr4 = vmx_set_cr4, @@ -8487,41 +8557,23 @@ l1tf_vmx_mitigation = VMENTER_L1D_FLUSH_AUTO; } -static void vmx_exit(void) +static void __vmx_exit(void) { + allow_smaller_maxphyaddr = false; + #ifdef CONFIG_KEXEC_CORE RCU_INIT_POINTER(crash_vmclear_loaded_vmcss, NULL); synchronize_rcu(); #endif + vmx_cleanup_l1d_flush(); +} +static void vmx_exit(void) +{ kvm_exit(); + kvm_x86_vendor_exit(); -#if IS_ENABLED(CONFIG_HYPERV) - if (static_branch_unlikely(&enable_evmcs)) { - int cpu; - struct hv_vp_assist_page *vp_ap; - /* - * Reset everything to support using non-enlightened VMCS - * access later (e.g. when we reload the module with - * enlightened_vmcs=0) - */ - for_each_online_cpu(cpu) { - vp_ap = hv_get_vp_assist_page(cpu); - - if (!vp_ap) - continue; - - vp_ap->nested_control.features.directhypercall = 0; - vp_ap->current_nested_vmcs = 0; - vp_ap->enlighten_vmentry = 0; - } - - static_branch_disable(&enable_evmcs); - } -#endif - vmx_cleanup_l1d_flush(); - - allow_smaller_maxphyaddr = false; + __vmx_exit(); } module_exit(vmx_exit); @@ -8562,23 +8614,20 @@ } #endif - r = kvm_init(&vmx_init_ops, sizeof(struct vcpu_vmx), - __alignof__(struct vcpu_vmx), THIS_MODULE); + r = kvm_x86_vendor_init(&vmx_init_ops); if (r) return r; /* - * Must be called after kvm_init() so enable_ept is properly set + * Must be called after common x86 init so enable_ept is properly set * up. Hand the parameter mitigation value in which was stored in * the pre module init parser. If no parameter was given, it will * contain 'auto' which will be turned into the default 'cond' * mitigation mode. */ r = vmx_setup_l1d_flush(vmentry_l1d_flush_param); - if (r) { - vmx_exit(); - return r; - } + if (r) + goto err_l1d_flush; vmx_setup_fb_clear_ctrl(); @@ -8602,6 +8651,21 @@ if (!enable_ept) allow_smaller_maxphyaddr = true; + /* + * Common KVM initialization _must_ come last, after this, /dev/kvm is + * exposed to userspace! + */ + r = kvm_init(&vmx_init_ops, sizeof(struct vcpu_vmx), + __alignof__(struct vcpu_vmx), THIS_MODULE); + if (r) + goto err_kvm_init; + return 0; + +err_kvm_init: + __vmx_exit(); +err_l1d_flush: + kvm_x86_vendor_exit(); + return r; } module_init(vmx_init); --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/x86/kvm/vmx/vmx.h +++ linux-lowlatency-hwe-6.2-6.2.0/arch/x86/kvm/vmx/vmx.h @@ -640,6 +640,24 @@ (1 << VCPU_EXREG_EXIT_INFO_1) | \ (1 << VCPU_EXREG_EXIT_INFO_2)) +static inline unsigned long vmx_l1_guest_owned_cr0_bits(void) +{ + unsigned long bits = KVM_POSSIBLE_CR0_GUEST_BITS; + + /* + * CR0.WP needs to be intercepted when KVM is shadowing legacy paging + * in order to construct shadow PTEs with the correct protections. + * Note! CR0.WP technically can be passed through to the guest if + * paging is disabled, but checking CR0.PG would generate a cyclical + * dependency of sorts due to forcing the caller to ensure CR0 holds + * the correct value prior to determining which CR0 bits can be owned + * by L1. Keep it simple and limit the optimization to EPT. + */ + if (!enable_ept) + bits &= ~X86_CR0_WP; + return bits; +} + static inline struct kvm_vmx *to_kvm_vmx(struct kvm *kvm) { return container_of(kvm, struct kvm_vmx, kvm); --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/x86/kvm/x86.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/x86/kvm/x86.c @@ -902,8 +902,36 @@ } EXPORT_SYMBOL_GPL(load_pdptrs); +static bool kvm_is_valid_cr0(struct kvm_vcpu *vcpu, unsigned long cr0) +{ +#ifdef CONFIG_X86_64 + if (cr0 & 0xffffffff00000000UL) + return false; +#endif + + if ((cr0 & X86_CR0_NW) && !(cr0 & X86_CR0_CD)) + return false; + + if ((cr0 & X86_CR0_PG) && !(cr0 & X86_CR0_PE)) + return false; + + return static_call(kvm_x86_is_valid_cr0)(vcpu, cr0); +} + void kvm_post_set_cr0(struct kvm_vcpu *vcpu, unsigned long old_cr0, unsigned long cr0) { + /* + * CR0.WP is incorporated into the MMU role, but only for non-nested, + * indirect shadow MMUs. If TDP is enabled, the MMU's metadata needs + * to be updated, e.g. so that emulating guest translations does the + * right thing, but there's no need to unload the root as CR0.WP + * doesn't affect SPTEs. + */ + if (tdp_enabled && (cr0 ^ old_cr0) == X86_CR0_WP) { + kvm_init_mmu(vcpu); + return; + } + if ((cr0 ^ old_cr0) & X86_CR0_PG) { kvm_clear_async_pf_completion_queue(vcpu); kvm_async_pf_hash_reset(vcpu); @@ -930,20 +958,13 @@ { unsigned long old_cr0 = kvm_read_cr0(vcpu); - cr0 |= X86_CR0_ET; - -#ifdef CONFIG_X86_64 - if (cr0 & 0xffffffff00000000UL) + if (!kvm_is_valid_cr0(vcpu, cr0)) return 1; -#endif - cr0 &= ~CR0_RESERVED_BITS; - - if ((cr0 & X86_CR0_NW) && !(cr0 & X86_CR0_CD)) - return 1; + cr0 |= X86_CR0_ET; - if ((cr0 & X86_CR0_PG) && !(cr0 & X86_CR0_PE)) - return 1; + /* Write to CR0 reserved bits are ignored, even on Intel. */ + cr0 &= ~CR0_RESERVED_BITS; #ifdef CONFIG_X86_64 if ((vcpu->arch.efer & EFER_LME) && !is_paging(vcpu) && @@ -1586,7 +1607,7 @@ ARCH_CAP_SKIP_VMENTRY_L1DFLUSH | ARCH_CAP_SSB_NO | ARCH_CAP_MDS_NO | \ ARCH_CAP_PSCHANGE_MC_NO | ARCH_CAP_TSX_CTRL_MSR | ARCH_CAP_TAA_NO | \ ARCH_CAP_SBDR_SSDP_NO | ARCH_CAP_FBSDP_NO | ARCH_CAP_PSDP_NO | \ - ARCH_CAP_FB_CLEAR | ARCH_CAP_RRSBA | ARCH_CAP_PBRSB_NO) + ARCH_CAP_FB_CLEAR | ARCH_CAP_RRSBA | ARCH_CAP_PBRSB_NO | ARCH_CAP_GDS_NO) static u64 kvm_get_arch_capabilities(void) { @@ -1643,6 +1664,9 @@ */ } + if (!boot_cpu_has_bug(X86_BUG_GDS) || gds_ucode_mitigated()) + data |= ARCH_CAP_GDS_NO; + return data; } @@ -9292,7 +9316,16 @@ int kvm_arch_init(void *opaque) { - struct kvm_x86_init_ops *ops = opaque; + return 0; +} + +void kvm_arch_exit(void) +{ + +} + +int kvm_x86_vendor_init(struct kvm_x86_init_ops *ops) +{ u64 host_pat; int r; @@ -9307,7 +9340,7 @@ return -EOPNOTSUPP; } if (ops->disabled_by_bios()) { - pr_err_ratelimited("kvm: support for '%s' disabled by bios\n", + pr_warn_ratelimited("kvm: support for '%s' disabled by bios\n", ops->runtime_ops->name); return -EOPNOTSUPP; } @@ -9382,8 +9415,9 @@ kmem_cache_destroy(x86_emulator_cache); return r; } +EXPORT_SYMBOL_GPL(kvm_x86_vendor_init); -void kvm_arch_exit(void) +void kvm_x86_vendor_exit(void) { #ifdef CONFIG_X86_64 if (hypervisor_is_type(X86_HYPER_MS_HYPERV)) @@ -9410,6 +9444,7 @@ WARN_ON(static_branch_unlikely(&kvm_xen_enabled.key)); #endif } +EXPORT_SYMBOL_GPL(kvm_x86_vendor_exit); static int __kvm_emulate_halt(struct kvm_vcpu *vcpu, int state, int reason) { @@ -9784,13 +9819,20 @@ static void kvm_inject_exception(struct kvm_vcpu *vcpu) { + /* + * Suppress the error code if the vCPU is in Real Mode, as Real Mode + * exceptions don't report error codes. The presence of an error code + * is carried with the exception and only stripped when the exception + * is injected as intercepted #PF VM-Exits for AMD's Paged Real Mode do + * report an error code despite the CPU being in Real Mode. + */ + vcpu->arch.exception.has_error_code &= is_protmode(vcpu); + trace_kvm_inj_exception(vcpu->arch.exception.vector, vcpu->arch.exception.has_error_code, vcpu->arch.exception.error_code, vcpu->arch.exception.injected); - if (vcpu->arch.exception.error_code && !is_protmode(vcpu)) - vcpu->arch.exception.error_code = false; static_call(kvm_x86_inject_exception)(vcpu); } @@ -10515,6 +10557,9 @@ exit_fastpath = EXIT_FASTPATH_EXIT_HANDLED; break; } + + /* Note, VM-Exits that go down the "slow" path are accounted below. */ + ++vcpu->stat.exits; } /* @@ -11215,7 +11260,8 @@ return false; } - return kvm_is_valid_cr4(vcpu, sregs->cr4); + return kvm_is_valid_cr4(vcpu, sregs->cr4) && + kvm_is_valid_cr0(vcpu, sregs->cr0); } static int __set_sregs_common(struct kvm_vcpu *vcpu, struct kvm_sregs *sregs, --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/x86/lib/clear_page_64.S +++ linux-lowlatency-hwe-6.2-6.2.0/arch/x86/lib/clear_page_64.S @@ -142,8 +142,8 @@ and $7, %edx jz .Lrep_good_exit -.Lrep_good_bytes: mov %edx, %ecx +.Lrep_good_bytes: rep stosb .Lrep_good_exit: --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/x86/lib/retpoline.S +++ linux-lowlatency-hwe-6.2-6.2.0/arch/x86/lib/retpoline.S @@ -11,8 +11,9 @@ #include #include #include +#include - .section .text.__x86.indirect_thunk + .section .text..__x86.indirect_thunk .macro POLINE reg @@ -131,36 +132,107 @@ */ #ifdef CONFIG_RETHUNK - .section .text.__x86.return_thunk +/* + * srso_alias_untrain_ret() and srso_alias_safe_ret() are placed at + * special addresses: + * + * - srso_alias_untrain_ret() is 2M aligned + * - srso_alias_safe_ret() is also in the same 2M page but bits 2, 8, 14 + * and 20 in its virtual address are set (while those bits in the + * srso_alias_untrain_ret() function are cleared). + * + * This guarantees that those two addresses will alias in the branch + * target buffer of Zen3/4 generations, leading to any potential + * poisoned entries at that BTB slot to get evicted. + * + * As a result, srso_alias_safe_ret() becomes a safe return. + */ +#ifdef CONFIG_CPU_SRSO + .section .text..__x86.rethunk_untrain + +SYM_START(srso_alias_untrain_ret, SYM_L_GLOBAL, SYM_A_NONE) + UNWIND_HINT_FUNC + ANNOTATE_NOENDBR + ASM_NOP2 + lfence + jmp srso_alias_return_thunk +SYM_FUNC_END(srso_alias_untrain_ret) +__EXPORT_THUNK(srso_alias_untrain_ret) + + .section .text..__x86.rethunk_safe +#else +/* dummy definition for alternatives */ +SYM_START(srso_alias_untrain_ret, SYM_L_GLOBAL, SYM_A_NONE) + ANNOTATE_UNRET_SAFE + ret + int3 +SYM_FUNC_END(srso_alias_untrain_ret) +#endif + +SYM_START(srso_alias_safe_ret, SYM_L_GLOBAL, SYM_A_NONE) + lea 8(%_ASM_SP), %_ASM_SP + UNWIND_HINT_FUNC + ANNOTATE_UNRET_SAFE + ret + int3 +SYM_FUNC_END(srso_alias_safe_ret) + + .section .text..__x86.return_thunk + +SYM_CODE_START(srso_alias_return_thunk) + UNWIND_HINT_FUNC + ANNOTATE_NOENDBR + call srso_alias_safe_ret + ud2 +SYM_CODE_END(srso_alias_return_thunk) + +/* + * Some generic notes on the untraining sequences: + * + * They are interchangeable when it comes to flushing potentially wrong + * RET predictions from the BTB. + * + * The SRSO Zen1/2 (MOVABS) untraining sequence is longer than the + * Retbleed sequence because the return sequence done there + * (srso_safe_ret()) is longer and the return sequence must fully nest + * (end before) the untraining sequence. Therefore, the untraining + * sequence must fully overlap the return sequence. + * + * Regarding alignment - the instructions which need to be untrained, + * must all start at a cacheline boundary for Zen1/2 generations. That + * is, instruction sequences starting at srso_safe_ret() and + * the respective instruction sequences at retbleed_return_thunk() + * must start at a cacheline boundary. + */ /* * Safety details here pertain to the AMD Zen{1,2} microarchitecture: - * 1) The RET at __x86_return_thunk must be on a 64 byte boundary, for + * 1) The RET at retbleed_return_thunk must be on a 64 byte boundary, for * alignment within the BTB. - * 2) The instruction at zen_untrain_ret must contain, and not + * 2) The instruction at retbleed_untrain_ret must contain, and not * end with, the 0xc3 byte of the RET. * 3) STIBP must be enabled, or SMT disabled, to prevent the sibling thread * from re-poisioning the BTB prediction. */ .align 64 - .skip 63, 0xcc -SYM_FUNC_START_NOALIGN(zen_untrain_ret); - + .skip 64 - (retbleed_return_thunk - retbleed_untrain_ret), 0xcc +SYM_START(retbleed_untrain_ret, SYM_L_GLOBAL, SYM_A_NONE) + ANNOTATE_NOENDBR /* - * As executed from zen_untrain_ret, this is: + * As executed from retbleed_untrain_ret, this is: * * TEST $0xcc, %bl * LFENCE - * JMP __x86_return_thunk + * JMP retbleed_return_thunk * * Executing the TEST instruction has a side effect of evicting any BTB * prediction (potentially attacker controlled) attached to the RET, as - * __x86_return_thunk + 1 isn't an instruction boundary at the moment. + * retbleed_return_thunk + 1 isn't an instruction boundary at the moment. */ .byte 0xf6 /* - * As executed from __x86_return_thunk, this is a plain RET. + * As executed from retbleed_return_thunk, this is a plain RET. * * As part of the TEST above, RET is the ModRM byte, and INT3 the imm8. * @@ -172,13 +244,13 @@ * With SMT enabled and STIBP active, a sibling thread cannot poison * RET's prediction to a type of its choice, but can evict the * prediction due to competitive sharing. If the prediction is - * evicted, __x86_return_thunk will suffer Straight Line Speculation + * evicted, retbleed_return_thunk will suffer Straight Line Speculation * which will be contained safely by the INT3. */ -SYM_INNER_LABEL(__x86_return_thunk, SYM_L_GLOBAL) +SYM_INNER_LABEL(retbleed_return_thunk, SYM_L_GLOBAL) ret int3 -SYM_CODE_END(__x86_return_thunk) +SYM_CODE_END(retbleed_return_thunk) /* * Ensure the TEST decoding / BTB invalidation is complete. @@ -189,11 +261,67 @@ * Jump back and execute the RET in the middle of the TEST instruction. * INT3 is for SLS protection. */ - jmp __x86_return_thunk + jmp retbleed_return_thunk int3 -SYM_FUNC_END(zen_untrain_ret) -__EXPORT_THUNK(zen_untrain_ret) +SYM_FUNC_END(retbleed_untrain_ret) +__EXPORT_THUNK(retbleed_untrain_ret) + +/* + * SRSO untraining sequence for Zen1/2, similar to retbleed_untrain_ret() + * above. On kernel entry, srso_untrain_ret() is executed which is a + * + * movabs $0xccccc30824648d48,%rax + * + * and when the return thunk executes the inner label srso_safe_ret() + * later, it is a stack manipulation and a RET which is mispredicted and + * thus a "safe" one to use. + */ + .align 64 + .skip 64 - (srso_safe_ret - srso_untrain_ret), 0xcc +SYM_START(srso_untrain_ret, SYM_L_GLOBAL, SYM_A_NONE) + ANNOTATE_NOENDBR + .byte 0x48, 0xb8 +/* + * This forces the function return instruction to speculate into a trap + * (UD2 in srso_return_thunk() below). This RET will then mispredict + * and execution will continue at the return site read from the top of + * the stack. + */ +SYM_INNER_LABEL(srso_safe_ret, SYM_L_GLOBAL) + lea 8(%_ASM_SP), %_ASM_SP + ret + int3 + int3 + /* end of movabs */ + lfence + call srso_safe_ret + ud2 +SYM_CODE_END(srso_safe_ret) +SYM_FUNC_END(srso_untrain_ret) +__EXPORT_THUNK(srso_untrain_ret) + +SYM_CODE_START(srso_return_thunk) + UNWIND_HINT_FUNC + ANNOTATE_NOENDBR + call srso_safe_ret + ud2 +SYM_CODE_END(srso_return_thunk) + +SYM_FUNC_START(entry_untrain_ret) + ALTERNATIVE_2 "jmp retbleed_untrain_ret", \ + "jmp srso_untrain_ret", X86_FEATURE_SRSO, \ + "jmp srso_alias_untrain_ret", X86_FEATURE_SRSO_ALIAS +SYM_FUNC_END(entry_untrain_ret) +__EXPORT_THUNK(entry_untrain_ret) + +SYM_CODE_START(__x86_return_thunk) + UNWIND_HINT_FUNC + ANNOTATE_NOENDBR + ANNOTATE_UNRET_SAFE + ret + int3 +SYM_CODE_END(__x86_return_thunk) EXPORT_SYMBOL(__x86_return_thunk) #endif /* CONFIG_RETHUNK */ --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/x86/mm/cpu_entry_area.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/x86/mm/cpu_entry_area.c @@ -10,6 +10,7 @@ #include #include #include +#include static DEFINE_PER_CPU_PAGE_ALIGNED(struct entry_stack_page, entry_stack_storage); @@ -29,6 +30,12 @@ unsigned int max_cea; unsigned int i, j; + if (!kaslr_enabled()) { + for_each_possible_cpu(i) + per_cpu(_cea_offset, i) = i; + return; + } + max_cea = (CPU_ENTRY_AREA_MAP_SIZE - PAGE_SIZE) / CPU_ENTRY_AREA_SIZE; /* O(sodding terrible) */ --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/x86/mm/fault.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/x86/mm/fault.c @@ -900,12 +900,6 @@ __bad_area_nosemaphore(regs, error_code, address, pkey, si_code); } -static noinline void -bad_area(struct pt_regs *regs, unsigned long error_code, unsigned long address) -{ - __bad_area(regs, error_code, address, 0, SEGV_MAPERR); -} - static inline bool bad_area_access_from_pkeys(unsigned long error_code, struct vm_area_struct *vma) { @@ -1354,51 +1348,10 @@ } #endif - /* - * Kernel-mode access to the user address space should only occur - * on well-defined single instructions listed in the exception - * tables. But, an erroneous kernel fault occurring outside one of - * those areas which also holds mmap_lock might deadlock attempting - * to validate the fault against the address space. - * - * Only do the expensive exception table search when we might be at - * risk of a deadlock. This happens if we - * 1. Failed to acquire mmap_lock, and - * 2. The access did not originate in userspace. - */ - if (unlikely(!mmap_read_trylock(mm))) { - if (!user_mode(regs) && !search_exception_tables(regs->ip)) { - /* - * Fault from code in kernel from - * which we do not expect faults. - */ - bad_area_nosemaphore(regs, error_code, address); - return; - } retry: - mmap_read_lock(mm); - } else { - /* - * The above down_read_trylock() might have succeeded in - * which case we'll have missed the might_sleep() from - * down_read(): - */ - might_sleep(); - } - - vma = find_vma(mm, address); + vma = lock_mm_and_find_vma(mm, address, regs); if (unlikely(!vma)) { - bad_area(regs, error_code, address); - return; - } - if (likely(vma->vm_start <= address)) - goto good_area; - if (unlikely(!(vma->vm_flags & VM_GROWSDOWN))) { - bad_area(regs, error_code, address); - return; - } - if (unlikely(expand_stack(vma, address))) { - bad_area(regs, error_code, address); + bad_area_nosemaphore(regs, error_code, address); return; } @@ -1406,7 +1359,6 @@ * Ok, we have a good vm_area for this memory access, so * we can handle it.. */ -good_area: if (unlikely(access_error(error_code, vma))) { bad_area_access_error(regs, error_code, address, vma); return; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/x86/mm/init.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/x86/mm/init.c @@ -9,6 +9,7 @@ #include #include +#include #include #include #include @@ -261,6 +262,24 @@ } } +#define INTEL_MATCH(_model) { .vendor = X86_VENDOR_INTEL, \ + .family = 6, \ + .model = _model, \ + } +/* + * INVLPG may not properly flush Global entries + * on these CPUs when PCIDs are enabled. + */ +static const struct x86_cpu_id invlpg_miss_ids[] = { + INTEL_MATCH(INTEL_FAM6_ALDERLAKE ), + INTEL_MATCH(INTEL_FAM6_ALDERLAKE_L ), + INTEL_MATCH(INTEL_FAM6_ALDERLAKE_N ), + INTEL_MATCH(INTEL_FAM6_RAPTORLAKE ), + INTEL_MATCH(INTEL_FAM6_RAPTORLAKE_P), + INTEL_MATCH(INTEL_FAM6_RAPTORLAKE_S), + {} +}; + static void setup_pcid(void) { if (!IS_ENABLED(CONFIG_X86_64)) @@ -269,6 +288,12 @@ if (!boot_cpu_has(X86_FEATURE_PCID)) return; + if (x86_match_cpu(invlpg_miss_ids)) { + pr_info("Incomplete global flushes, disabling PCID"); + setup_clear_cpu_cap(X86_FEATURE_PCID); + return; + } + if (boot_cpu_has(X86_FEATURE_PGE)) { /* * This can't be cr4_set_bits_and_update_boot() -- the --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/x86/mm/kaslr.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/x86/mm/kaslr.c @@ -172,10 +172,10 @@ set_p4d(p4d_tramp, __p4d(_KERNPG_TABLE | __pa(pud_page_tramp))); - set_pgd(&trampoline_pgd_entry, - __pgd(_KERNPG_TABLE | __pa(p4d_page_tramp))); + trampoline_pgd_entry = + __pgd(_KERNPG_TABLE | __pa(p4d_page_tramp)); } else { - set_pgd(&trampoline_pgd_entry, - __pgd(_KERNPG_TABLE | __pa(pud_page_tramp))); + trampoline_pgd_entry = + __pgd(_KERNPG_TABLE | __pa(pud_page_tramp)); } } --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/x86/mm/mem_encrypt_amd.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/x86/mm/mem_encrypt_amd.c @@ -319,7 +319,7 @@ #endif } -static void amd_enc_status_change_prepare(unsigned long vaddr, int npages, bool enc) +static bool amd_enc_status_change_prepare(unsigned long vaddr, int npages, bool enc) { /* * To maintain the security guarantees of SEV-SNP guests, make sure @@ -327,6 +327,8 @@ */ if (cc_platform_has(CC_ATTR_GUEST_SEV_SNP) && !enc) snp_set_memory_shared(vaddr, npages); + + return true; } /* Return true unconditionally: return value doesn't matter for the SEV side */ --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/x86/mm/mem_encrypt_identity.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/x86/mm/mem_encrypt_identity.c @@ -600,7 +600,8 @@ cmdline_ptr = (const char *)((u64)bp->hdr.cmd_line_ptr | ((u64)bp->ext_cmd_line_ptr << 32)); - cmdline_find_option(cmdline_ptr, cmdline_arg, buffer, sizeof(buffer)); + if (cmdline_find_option(cmdline_ptr, cmdline_arg, buffer, sizeof(buffer)) < 0) + return; if (!strncmp(buffer, cmdline_on, sizeof(buffer))) sme_me_mask = me_mask; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/x86/mm/pat/set_memory.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/x86/mm/pat/set_memory.c @@ -2151,7 +2151,8 @@ cpa_flush(&cpa, x86_platform.guest.enc_cache_flush_required()); /* Notify hypervisor that we are about to set/clr encryption attribute. */ - x86_platform.guest.enc_status_change_prepare(addr, numpages, enc); + if (!x86_platform.guest.enc_status_change_prepare(addr, numpages, enc)) + return -EIO; ret = __change_page_attr_set_clr(&cpa, 1); --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/x86/net/bpf_jit_comp.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/x86/net/bpf_jit_comp.c @@ -2567,7 +2567,7 @@ } if (bpf_jit_enable > 1) - bpf_jit_dump(prog->len, proglen, pass + 1, image); + bpf_jit_dump(prog->len, proglen, pass + 1, rw_image); if (image) { if (!prog->is_func || extra_pass) { --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/x86/pci/common.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/x86/pci/common.c @@ -34,6 +34,7 @@ #endif int pcibios_last_bus = -1; unsigned long pirq_table_addr; +unsigned int pci_early_clear_msi; const struct pci_raw_ops *__read_mostly raw_pci_ops; const struct pci_raw_ops *__read_mostly raw_pci_ext_ops; @@ -614,6 +615,9 @@ } else if (!strcmp(str, "skip_isa_align")) { pci_probe |= PCI_CAN_SKIP_ISA_ALIGN; return NULL; + } else if (!strcmp(str, "clearmsi")) { + pci_early_clear_msi = 1; + return NULL; } else if (!strcmp(str, "noioapicquirk")) { noioapicquirk = 1; return NULL; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/x86/pci/early.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/x86/pci/early.c @@ -51,6 +51,31 @@ outw(val, 0xcfc + (offset&2)); } +u32 pci_early_find_cap(int bus, int slot, int func, int cap) +{ + int bytes; + u8 pos; + + if (!(read_pci_config_16(bus, slot, func, PCI_STATUS) & + PCI_STATUS_CAP_LIST)) + return 0; + + pos = read_pci_config_byte(bus, slot, func, PCI_CAPABILITY_LIST); + for (bytes = 0; bytes < 48 && pos >= 0x40; bytes++) { + u8 id; + + pos &= ~3; + id = read_pci_config_byte(bus, slot, func, pos+PCI_CAP_LIST_ID); + if (id == 0xff) + break; + if (id == cap) + return pos; + pos = read_pci_config_byte(bus, slot, func, + pos+PCI_CAP_LIST_NEXT); + } + return 0; +} + int early_pci_allowed(void) { return (pci_probe & (PCI_PROBE_CONF1|PCI_PROBE_NOEARLY)) == --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/x86/pci/fixup.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/x86/pci/fixup.c @@ -7,6 +7,7 @@ #include #include #include +#include #include #include @@ -824,3 +825,23 @@ DECLARE_PCI_FIXUP_FINAL(PCI_VENDOR_ID_ATI, 0x7910, rs690_fix_64bit_dma); #endif + +#ifdef CONFIG_AMD_NB + +#define AMD_15B8_RCC_DEV2_EPF0_STRAP2 0x10136008 +#define AMD_15B8_RCC_DEV2_EPF0_STRAP2_NO_SOFT_RESET_DEV2_F0_MASK 0x00000080L + +static void quirk_clear_strap_no_soft_reset_dev2_f0(struct pci_dev *dev) +{ + u32 data; + + if (!amd_smn_read(0, AMD_15B8_RCC_DEV2_EPF0_STRAP2, &data)) { + data &= ~AMD_15B8_RCC_DEV2_EPF0_STRAP2_NO_SOFT_RESET_DEV2_F0_MASK; + if (amd_smn_write(0, AMD_15B8_RCC_DEV2_EPF0_STRAP2, data)) + pci_err(dev, "Failed to write data 0x%x\n", data); + } else { + pci_err(dev, "Failed to read data\n"); + } +} +DECLARE_PCI_FIXUP_FINAL(PCI_VENDOR_ID_AMD, 0x15b8, quirk_clear_strap_no_soft_reset_dev2_f0); +#endif --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/x86/pci/xen.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/x86/pci/xen.c @@ -198,7 +198,7 @@ i++; } kfree(v); - return 0; + return msi_device_populate_sysfs(&dev->dev); error: if (ret == -ENOSYS) @@ -254,7 +254,7 @@ dev_dbg(&dev->dev, "xen: msi --> pirq=%d --> irq=%d\n", pirq, irq); } - return 0; + return msi_device_populate_sysfs(&dev->dev); error: dev_err(&dev->dev, "Failed to create MSI%s! ret=%d!\n", @@ -346,7 +346,7 @@ if (ret < 0) goto out; } - ret = 0; + ret = msi_device_populate_sysfs(&dev->dev); out: return ret; } @@ -394,6 +394,8 @@ xen_destroy_irq(msidesc->irq + i); msidesc->irq = 0; } + + msi_device_destroy_sysfs(&dev->dev); } static void xen_pv_teardown_msi_irqs(struct pci_dev *dev) --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/x86/platform/efi/efi_64.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/x86/platform/efi/efi_64.c @@ -847,9 +847,9 @@ /* Disable interrupts around EFI calls: */ local_irq_save(flags); - status = efi_call(efi.runtime->set_virtual_address_map, - memory_map_size, descriptor_size, - descriptor_version, virtual_map); + status = arch_efi_call_virt(efi.runtime, set_virtual_address_map, + memory_map_size, descriptor_size, + descriptor_version, virtual_map); local_irq_restore(flags); efi_fpu_end(); --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/x86/purgatory/Makefile +++ linux-lowlatency-hwe-6.2-6.2.0/arch/x86/purgatory/Makefile @@ -14,6 +14,11 @@ CFLAGS_sha256.o := -D__DISABLE_EXPORTS +# When profile-guided optimization is enabled, llvm emits two different +# overlapping text sections, which is not supported by kexec. Remove profile +# optimization flags. +KBUILD_CFLAGS := $(filter-out -fprofile-sample-use=% -fprofile-use=%,$(KBUILD_CFLAGS)) + # When linking purgatory.ro with -r unresolved symbols are not checked, # also link a purgatory.chk binary without -r to check for unresolved symbols. PURGATORY_LDFLAGS := -e purgatory_start -z nodefaultlib @@ -69,8 +74,7 @@ CFLAGS_REMOVE_string.o += $(PURGATORY_CFLAGS_REMOVE) CFLAGS_string.o += $(PURGATORY_CFLAGS) -AFLAGS_REMOVE_setup-x86_$(BITS).o += -Wa,-gdwarf-2 -AFLAGS_REMOVE_entry64.o += -Wa,-gdwarf-2 +asflags-remove-y += $(foreach x, -g -gdwarf-4 -gdwarf-5, $(x) -Wa,$(x)) $(obj)/purgatory.ro: $(PURGATORY_OBJS) FORCE $(call if_changed,ld) --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/x86/realmode/rm/trampoline_32.S +++ linux-lowlatency-hwe-6.2-6.2.0/arch/x86/realmode/rm/trampoline_32.S @@ -23,6 +23,7 @@ #include #include #include +#include #include "realmode.h" .text @@ -59,6 +60,7 @@ .section ".text32","ax" .code32 SYM_CODE_START(startup_32) # note: also used from wakeup_asm.S + ANNOTATE_RETPOLINE_SAFE jmp *%eax SYM_CODE_END(startup_32) --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/x86/um/vdso/um_vdso.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/x86/um/vdso/um_vdso.c @@ -17,8 +17,10 @@ { long ret; - asm("syscall" : "=a" (ret) : - "0" (__NR_clock_gettime), "D" (clock), "S" (ts) : "memory"); + asm("syscall" + : "=a" (ret) + : "0" (__NR_clock_gettime), "D" (clock), "S" (ts) + : "rcx", "r11", "memory"); return ret; } @@ -29,8 +31,10 @@ { long ret; - asm("syscall" : "=a" (ret) : - "0" (__NR_gettimeofday), "D" (tv), "S" (tz) : "memory"); + asm("syscall" + : "=a" (ret) + : "0" (__NR_gettimeofday), "D" (tv), "S" (tz) + : "rcx", "r11", "memory"); return ret; } --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/x86/video/fbdev.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/x86/video/fbdev.c @@ -14,26 +14,15 @@ int fb_is_primary_device(struct fb_info *info) { struct device *device = info->device; - struct pci_dev *default_device = vga_default_device(); struct pci_dev *pci_dev; - struct resource *res; if (!device || !dev_is_pci(device)) return 0; pci_dev = to_pci_dev(device); - if (default_device) { - if (pci_dev == default_device) - return 1; - return 0; - } - - res = pci_dev->resource + PCI_ROM_RESOURCE; - - if (res->flags & IORESOURCE_ROM_SHADOW) + if (pci_dev == vga_default_device()) return 1; - return 0; } EXPORT_SYMBOL(fb_is_primary_device); --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/x86/xen/Makefile +++ linux-lowlatency-hwe-6.2-6.2.0/arch/x86/xen/Makefile @@ -45,6 +45,6 @@ obj-$(CONFIG_XEN_DEBUG_FS) += debugfs.o -obj-$(CONFIG_XEN_PV_DOM0) += vga.o +obj-$(CONFIG_XEN_DOM0) += vga.o obj-$(CONFIG_XEN_EFI) += efi.o --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/x86/xen/enlighten_pv.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/x86/xen/enlighten_pv.c @@ -1389,7 +1389,8 @@ x86_platform.set_legacy_features = xen_dom0_set_legacy_features; - xen_init_vga(info, xen_start_info->console.dom0.info_size); + xen_init_vga(info, xen_start_info->console.dom0.info_size, + &boot_params.screen_info); xen_start_info->console.domU.mfn = 0; xen_start_info->console.domU.evtchn = 0; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/x86/xen/enlighten_pvh.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/x86/xen/enlighten_pvh.c @@ -43,6 +43,19 @@ x86_init.oem.banner = xen_banner; xen_efi_init(boot_params); + + if (xen_initial_domain()) { + struct xen_platform_op op = { + .cmd = XENPF_get_dom0_console, + }; + int ret = HYPERVISOR_platform_op(&op); + + if (ret > 0) + xen_init_vga(&op.u.dom0_console, + min(ret * sizeof(char), + sizeof(op.u.dom0_console)), + &boot_params->screen_info); + } } void __init mem_map_via_hcall(struct boot_params *boot_params_p) --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/x86/xen/smp_pv.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/x86/xen/smp_pv.c @@ -63,6 +63,7 @@ cr4_init(); cpu_init(); + fpu__init_cpu(); touch_softlockup_watchdog(); /* PVH runs in ring 0 and allows us to do native syscalls. Yay! */ --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/x86/xen/time.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/x86/xen/time.c @@ -474,15 +474,51 @@ xen_clocksource.vdso_clock_mode = VDSO_CLOCKMODE_PVCLOCK; } +/* + * Check if it is possible to safely use the tsc as a clocksource. This is + * only true if the hypervisor notifies the guest that its tsc is invariant, + * the tsc is stable, and the tsc instruction will never be emulated. + */ +static int __init xen_tsc_safe_clocksource(void) +{ + u32 eax, ebx, ecx, edx; + + if (!(boot_cpu_has(X86_FEATURE_CONSTANT_TSC))) + return 0; + + if (!(boot_cpu_has(X86_FEATURE_NONSTOP_TSC))) + return 0; + + if (check_tsc_unstable()) + return 0; + + /* Leaf 4, sub-leaf 0 (0x40000x03) */ + cpuid_count(xen_cpuid_base() + 3, 0, &eax, &ebx, &ecx, &edx); + + /* tsc_mode = no_emulate (2) */ + if (ebx != 2) + return 0; + + return 1; +} + static void __init xen_time_init(void) { struct pvclock_vcpu_time_info *pvti; int cpu = smp_processor_id(); struct timespec64 tp; - /* As Dom0 is never moved, no penalty on using TSC there */ + /* + * As Dom0 is never moved, no penalty on using TSC there. + * + * If it is possible for the guest to determine that the tsc is a safe + * clocksource, then set xen_clocksource rating below that of the tsc + * so that the system prefers tsc instead. + */ if (xen_initial_domain()) xen_clocksource.rating = 275; + else if (xen_tsc_safe_clocksource()) + xen_clocksource.rating = 299; clocksource_register_hz(&xen_clocksource, NSEC_PER_SEC); --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/x86/xen/vga.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/x86/xen/vga.c @@ -9,10 +9,9 @@ #include "xen-ops.h" -void __init xen_init_vga(const struct dom0_vga_console_info *info, size_t size) +void __init xen_init_vga(const struct dom0_vga_console_info *info, size_t size, + struct screen_info *screen_info) { - struct screen_info *screen_info = &boot_params.screen_info; - /* This is drawn from a dump from vgacon:startup in * standard Linux. */ screen_info->orig_video_mode = 3; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/x86/xen/xen-ops.h +++ linux-lowlatency-hwe-6.2-6.2.0/arch/x86/xen/xen-ops.h @@ -108,11 +108,12 @@ struct dom0_vga_console_info; -#ifdef CONFIG_XEN_PV_DOM0 -void __init xen_init_vga(const struct dom0_vga_console_info *, size_t size); +#ifdef CONFIG_XEN_DOM0 +void __init xen_init_vga(const struct dom0_vga_console_info *, size_t size, + struct screen_info *); #else static inline void __init xen_init_vga(const struct dom0_vga_console_info *info, - size_t size) + size_t size, struct screen_info *si) { } #endif --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/xtensa/Kconfig +++ linux-lowlatency-hwe-6.2-6.2.0/arch/xtensa/Kconfig @@ -49,6 +49,7 @@ select HAVE_SYSCALL_TRACEPOINTS select HAVE_VIRT_CPU_ACCOUNTING_GEN select IRQ_DOMAIN + select LOCK_MM_AND_FIND_VMA select MODULES_USE_ELF_RELA select PERF_USE_VMALLOC select TRACE_IRQFLAGS_SUPPORT --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/xtensa/kernel/signal.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/xtensa/kernel/signal.c @@ -343,7 +343,19 @@ struct rt_sigframe *frame; int err = 0, sig = ksig->sig; unsigned long sp, ra, tp, ps; + unsigned long handler = (unsigned long)ksig->ka.sa.sa_handler; + unsigned long handler_fdpic_GOT = 0; unsigned int base; + bool fdpic = IS_ENABLED(CONFIG_BINFMT_ELF_FDPIC) && + (current->personality & FDPIC_FUNCPTRS); + + if (fdpic) { + unsigned long __user *fdpic_func_desc = + (unsigned long __user *)handler; + if (__get_user(handler, &fdpic_func_desc[0]) || + __get_user(handler_fdpic_GOT, &fdpic_func_desc[1])) + return -EFAULT; + } sp = regs->areg[1]; @@ -373,20 +385,26 @@ err |= __copy_to_user(&frame->uc.uc_sigmask, set, sizeof(*set)); if (ksig->ka.sa.sa_flags & SA_RESTORER) { - ra = (unsigned long)ksig->ka.sa.sa_restorer; + if (fdpic) { + unsigned long __user *fdpic_func_desc = + (unsigned long __user *)ksig->ka.sa.sa_restorer; + + err |= __get_user(ra, fdpic_func_desc); + } else { + ra = (unsigned long)ksig->ka.sa.sa_restorer; + } } else { /* Create sys_rt_sigreturn syscall in stack frame */ err |= gen_return_code(frame->retcode); - - if (err) { - return -EFAULT; - } ra = (unsigned long) frame->retcode; } - /* + if (err) + return -EFAULT; + + /* * Create signal handler execution context. * Return context not modified until this point. */ @@ -394,8 +412,7 @@ /* Set up registers for signal handler; preserve the threadptr */ tp = regs->threadptr; ps = regs->ps; - start_thread(regs, (unsigned long) ksig->ka.sa.sa_handler, - (unsigned long) frame); + start_thread(regs, handler, (unsigned long)frame); /* Set up a stack frame for a call4 if userspace uses windowed ABI */ if (ps & PS_WOE_MASK) { @@ -413,6 +430,8 @@ regs->areg[base + 4] = (unsigned long) &frame->uc; regs->threadptr = tp; regs->ps = ps; + if (fdpic) + regs->areg[base + 11] = handler_fdpic_GOT; pr_debug("SIG rt deliver (%s:%d): signal=%d sp=%p pc=%08lx\n", current->comm, current->pid, sig, frame, regs->pc); --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/xtensa/kernel/traps.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/xtensa/kernel/traps.c @@ -539,7 +539,7 @@ void show_stack(struct task_struct *task, unsigned long *sp, const char *loglvl) { - size_t len; + size_t len, off = 0; if (!sp) sp = stack_pointer(task); @@ -548,9 +548,17 @@ kstack_depth_to_print * STACK_DUMP_ENTRY_SIZE); printk("%sStack:\n", loglvl); - print_hex_dump(loglvl, " ", DUMP_PREFIX_NONE, - STACK_DUMP_LINE_SIZE, STACK_DUMP_ENTRY_SIZE, - sp, len, false); + while (off < len) { + u8 line[STACK_DUMP_LINE_SIZE]; + size_t line_len = len - off > STACK_DUMP_LINE_SIZE ? + STACK_DUMP_LINE_SIZE : len - off; + + __memcpy(line, (u8 *)sp + off, line_len); + print_hex_dump(loglvl, " ", DUMP_PREFIX_NONE, + STACK_DUMP_LINE_SIZE, STACK_DUMP_ENTRY_SIZE, + line, line_len, false); + off += STACK_DUMP_LINE_SIZE; + } show_trace(task, sp, loglvl); } --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/xtensa/kernel/xtensa_ksyms.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/xtensa/kernel/xtensa_ksyms.c @@ -56,6 +56,8 @@ */ extern long long __ashrdi3(long long, int); extern long long __ashldi3(long long, int); +extern long long __bswapdi2(long long); +extern int __bswapsi2(int); extern long long __lshrdi3(long long, int); extern int __divsi3(int, int); extern int __modsi3(int, int); @@ -66,6 +68,8 @@ EXPORT_SYMBOL(__ashldi3); EXPORT_SYMBOL(__ashrdi3); +EXPORT_SYMBOL(__bswapdi2); +EXPORT_SYMBOL(__bswapsi2); EXPORT_SYMBOL(__lshrdi3); EXPORT_SYMBOL(__divsi3); EXPORT_SYMBOL(__modsi3); --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/xtensa/lib/Makefile +++ linux-lowlatency-hwe-6.2-6.2.0/arch/xtensa/lib/Makefile @@ -4,7 +4,7 @@ # lib-y += memcopy.o memset.o checksum.o \ - ashldi3.o ashrdi3.o lshrdi3.o \ + ashldi3.o ashrdi3.o bswapdi2.o bswapsi2.o lshrdi3.o \ divsi3.o udivsi3.o modsi3.o umodsi3.o mulsi3.o umulsidi3.o \ usercopy.o strncpy_user.o strnlen_user.o lib-$(CONFIG_PCI) += pci-auto.o --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/xtensa/lib/bswapdi2.S +++ linux-lowlatency-hwe-6.2-6.2.0/arch/xtensa/lib/bswapdi2.S @@ -0,0 +1,21 @@ +/* SPDX-License-Identifier: GPL-2.0-or-later WITH GCC-exception-2.0 */ +#include +#include +#include + +ENTRY(__bswapdi2) + + abi_entry_default + ssai 8 + srli a4, a2, 16 + src a4, a4, a2 + src a4, a4, a4 + src a4, a2, a4 + srli a2, a3, 16 + src a2, a2, a3 + src a2, a2, a2 + src a2, a3, a2 + mov a3, a4 + abi_ret_default + +ENDPROC(__bswapdi2) --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/xtensa/lib/bswapsi2.S +++ linux-lowlatency-hwe-6.2-6.2.0/arch/xtensa/lib/bswapsi2.S @@ -0,0 +1,16 @@ +/* SPDX-License-Identifier: GPL-2.0-or-later WITH GCC-exception-2.0 */ +#include +#include +#include + +ENTRY(__bswapsi2) + + abi_entry_default + ssai 8 + srli a3, a2, 16 + src a3, a3, a2 + src a3, a3, a3 + src a2, a2, a3 + abi_ret_default + +ENDPROC(__bswapsi2) --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/xtensa/mm/fault.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/xtensa/mm/fault.c @@ -130,23 +130,14 @@ perf_sw_event(PERF_COUNT_SW_PAGE_FAULTS, 1, regs, address); retry: - mmap_read_lock(mm); - vma = find_vma(mm, address); - + vma = lock_mm_and_find_vma(mm, address, regs); if (!vma) - goto bad_area; - if (vma->vm_start <= address) - goto good_area; - if (!(vma->vm_flags & VM_GROWSDOWN)) - goto bad_area; - if (expand_stack(vma, address)) - goto bad_area; + goto bad_area_nosemaphore; /* Ok, we have a good vm_area for this memory access, so * we can handle it.. */ -good_area: code = SEGV_ACCERR; if (is_write) { @@ -205,6 +196,7 @@ */ bad_area: mmap_read_unlock(mm); +bad_area_nosemaphore: if (user_mode(regs)) { force_sig_fault(SIGSEGV, code, (void *) address); return; --- linux-lowlatency-hwe-6.2-6.2.0.orig/arch/xtensa/platforms/iss/network.c +++ linux-lowlatency-hwe-6.2-6.2.0/arch/xtensa/platforms/iss/network.c @@ -237,7 +237,7 @@ init += sizeof(TRANSPORT_TUNTAP_NAME) - 1; if (*init == ',') { - rem = split_if_spec(init + 1, &mac_str, &dev_name); + rem = split_if_spec(init + 1, &mac_str, &dev_name, NULL); if (rem != NULL) { pr_err("%s: extra garbage on specification : '%s'\n", dev->name, rem); --- linux-lowlatency-hwe-6.2-6.2.0.orig/block/bfq-iosched.c +++ linux-lowlatency-hwe-6.2-6.2.0/block/bfq-iosched.c @@ -637,6 +637,8 @@ sched_data->service_tree[i].wsum; } } + if (!wsum) + continue; limit = DIV_ROUND_CLOSEST(limit * entity->weight, wsum); if (entity->allocated >= limit) { bfq_log_bfqq(bfqq->bfqd, bfqq, --- linux-lowlatency-hwe-6.2-6.2.0.orig/block/bio-integrity.c +++ linux-lowlatency-hwe-6.2-6.2.0/block/bio-integrity.c @@ -418,6 +418,7 @@ bip->bip_vcnt = bip_src->bip_vcnt; bip->bip_iter = bip_src->bip_iter; + bip->bip_flags = bip_src->bip_flags & ~BIP_BLOCK_INTEGRITY; return 0; } --- linux-lowlatency-hwe-6.2-6.2.0.orig/block/bio.c +++ linux-lowlatency-hwe-6.2-6.2.0/block/bio.c @@ -773,6 +773,7 @@ if ((bio->bi_opf & REQ_POLLED) && !WARN_ON_ONCE(in_interrupt())) { bio->bi_next = cache->free_list; + bio->bi_bdev = NULL; cache->free_list = bio; cache->nr++; } else { --- linux-lowlatency-hwe-6.2-6.2.0.orig/block/blk-cgroup.c +++ linux-lowlatency-hwe-6.2-6.2.0/block/blk-cgroup.c @@ -35,6 +35,8 @@ #include "blk-throttle.h" #include "blk-rq-qos.h" +static void __blkcg_rstat_flush(struct blkcg *blkcg, int cpu); + /* * blkcg_pol_mutex protects blkcg_policy[] and policy [de]activation. * blkcg_pol_register_mutex nests outside of it and synchronizes entire @@ -58,6 +60,8 @@ bool blkcg_debug_stats = false; static struct workqueue_struct *blkcg_punt_bio_wq; +static DEFINE_RAW_SPINLOCK(blkg_stat_lock); + #define BLKG_DESTROY_BATCH_SIZE 64 /* @@ -153,8 +157,18 @@ static void __blkg_release(struct rcu_head *rcu) { struct blkcg_gq *blkg = container_of(rcu, struct blkcg_gq, rcu_head); + struct blkcg *blkcg = blkg->blkcg; + int cpu; WARN_ON(!bio_list_empty(&blkg->async_bios)); + /* + * Flush all the non-empty percpu lockless lists before releasing + * us, given these stat belongs to us. + * + * blkg_stat_lock is for serializing blkg stat update + */ + for_each_possible_cpu(cpu) + __blkcg_rstat_flush(blkcg, cpu); /* release the blkcg and parent blkg refs this blkg has been holding */ css_put(&blkg->blkcg->css); @@ -501,6 +515,9 @@ list_for_each_entry_safe(blkg, n, &q->blkg_list, q_node) { struct blkcg *blkcg = blkg->blkcg; + if (hlist_unhashed(&blkg->blkcg_node)) + continue; + spin_lock(&blkcg->lock); blkg_destroy(blkg); spin_unlock(&blkcg->lock); @@ -541,8 +558,13 @@ struct blkg_iostat_set *bis = per_cpu_ptr(blkg->iostat_cpu, cpu); memset(bis, 0, sizeof(*bis)); + + /* Re-initialize the cleared blkg_iostat_set */ + u64_stats_init(&bis->sync); + bis->blkg = blkg; } memset(&blkg->iostat, 0, sizeof(blkg->iostat)); + u64_stats_init(&blkg->iostat.sync); for (i = 0; i < BLKCG_MAX_POLS; i++) { struct blkcg_policy *pol = blkcg_policy[i]; @@ -858,16 +880,12 @@ u64_stats_update_end_irqrestore(&blkg->iostat.sync, flags); } -static void blkcg_rstat_flush(struct cgroup_subsys_state *css, int cpu) +static void __blkcg_rstat_flush(struct blkcg *blkcg, int cpu) { - struct blkcg *blkcg = css_to_blkcg(css); struct llist_head *lhead = per_cpu_ptr(blkcg->lhead, cpu); struct llist_node *lnode; struct blkg_iostat_set *bisc, *next_bisc; - - /* Root-level stats are sourced from system-wide IO stats */ - if (!cgroup_parent(css->cgroup)) - return; + unsigned long flags; rcu_read_lock(); @@ -876,6 +894,14 @@ goto out; /* + * For covering concurrent parent blkg update from blkg_release(). + * + * When flushing from cgroup, cgroup_rstat_lock is always held, so + * this lock won't cause contention most of time. + */ + raw_spin_lock_irqsave(&blkg_stat_lock, flags); + + /* * Iterate only the iostat_cpu's queued in the lockless list. */ llist_for_each_entry_safe(bisc, next_bisc, lnode, lnode) { @@ -898,13 +924,19 @@ if (parent && parent->parent) blkcg_iostat_update(parent, &blkg->iostat.cur, &blkg->iostat.last); - percpu_ref_put(&blkg->refcnt); } - + raw_spin_unlock_irqrestore(&blkg_stat_lock, flags); out: rcu_read_unlock(); } +static void blkcg_rstat_flush(struct cgroup_subsys_state *css, int cpu) +{ + /* Root-level stats are sourced from system-wide IO stats */ + if (cgroup_parent(css->cgroup)) + __blkcg_rstat_flush(css_to_blkcg(css), cpu); +} + /* * We source root cgroup stats from the system-wide stats to avoid * tracking the same information twice and incurring overhead when no @@ -2001,6 +2033,9 @@ struct blkg_iostat_set *bis; unsigned long flags; + if (!cgroup_subsys_on_dfl(io_cgrp_subsys)) + return; + /* Root-level stats are sourced from system-wide IO stats */ if (!cgroup_parent(blkcg->css.cgroup)) return; @@ -2028,12 +2063,10 @@ llist_add(&bis->lnode, lhead); WRITE_ONCE(bis->lqueued, true); - percpu_ref_get(&bis->blkg->refcnt); } u64_stats_update_end_irqrestore(&bis->sync, flags); - if (cgroup_subsys_on_dfl(io_cgrp_subsys)) - cgroup_rstat_updated(blkcg->css.cgroup, cpu); + cgroup_rstat_updated(blkcg->css.cgroup, cpu); put_cpu(); } --- linux-lowlatency-hwe-6.2-6.2.0.orig/block/blk-core.c +++ linux-lowlatency-hwe-6.2-6.2.0/block/blk-core.c @@ -684,6 +684,18 @@ void submit_bio_noacct_nocheck(struct bio *bio) { + blk_cgroup_bio_start(bio); + blkcg_bio_issue_init(bio); + + if (!bio_flagged(bio, BIO_TRACE_COMPLETION)) { + trace_block_bio_queue(bio); + /* + * Now that enqueuing has been traced, we need to trace + * completion as well. + */ + bio_set_flag(bio, BIO_TRACE_COMPLETION); + } + /* * We only want one ->submit_bio to be active at a time, else stack * usage with stacked devices could be a problem. Use current->bio_list @@ -788,17 +800,6 @@ if (blk_throtl_bio(bio)) return; - - blk_cgroup_bio_start(bio); - blkcg_bio_issue_init(bio); - - if (!bio_flagged(bio, BIO_TRACE_COMPLETION)) { - trace_block_bio_queue(bio); - /* Now that enqueuing has been traced, we need to trace - * completion as well. - */ - bio_set_flag(bio, BIO_TRACE_COMPLETION); - } submit_bio_noacct_nocheck(bio); return; @@ -853,10 +854,16 @@ */ int bio_poll(struct bio *bio, struct io_comp_batch *iob, unsigned int flags) { - struct request_queue *q = bdev_get_queue(bio->bi_bdev); blk_qc_t cookie = READ_ONCE(bio->bi_cookie); + struct block_device *bdev; + struct request_queue *q; int ret = 0; + bdev = READ_ONCE(bio->bi_bdev); + if (!bdev) + return 0; + + q = bdev_get_queue(bdev); if (cookie == BLK_QC_T_NONE || !test_bit(QUEUE_FLAG_POLL, &q->queue_flags)) return 0; @@ -916,7 +923,7 @@ */ rcu_read_lock(); bio = READ_ONCE(kiocb->private); - if (bio && bio->bi_bdev) + if (bio) ret = bio_poll(bio, iob, flags); rcu_read_unlock(); @@ -939,16 +946,11 @@ } } -unsigned long bdev_start_io_acct(struct block_device *bdev, - unsigned int sectors, enum req_op op, +unsigned long bdev_start_io_acct(struct block_device *bdev, enum req_op op, unsigned long start_time) { - const int sgrp = op_stat_group(op); - part_stat_lock(); update_io_ticks(bdev, start_time, false); - part_stat_inc(bdev, ios[sgrp]); - part_stat_add(bdev, sectors[sgrp], sectors); part_stat_local_inc(bdev, in_flight[op_is_write(op)]); part_stat_unlock(); @@ -964,13 +966,12 @@ */ unsigned long bio_start_io_acct(struct bio *bio) { - return bdev_start_io_acct(bio->bi_bdev, bio_sectors(bio), - bio_op(bio), jiffies); + return bdev_start_io_acct(bio->bi_bdev, bio_op(bio), jiffies); } EXPORT_SYMBOL_GPL(bio_start_io_acct); void bdev_end_io_acct(struct block_device *bdev, enum req_op op, - unsigned long start_time) + unsigned int sectors, unsigned long start_time) { const int sgrp = op_stat_group(op); unsigned long now = READ_ONCE(jiffies); @@ -978,6 +979,8 @@ part_stat_lock(); update_io_ticks(bdev, now, true); + part_stat_inc(bdev, ios[sgrp]); + part_stat_add(bdev, sectors[sgrp], sectors); part_stat_add(bdev, nsecs[sgrp], jiffies_to_nsecs(duration)); part_stat_local_dec(bdev, in_flight[op_is_write(op)]); part_stat_unlock(); @@ -987,7 +990,7 @@ void bio_end_io_acct_remapped(struct bio *bio, unsigned long start_time, struct block_device *orig_bdev) { - bdev_end_io_acct(orig_bdev, bio_op(bio), start_time); + bdev_end_io_acct(orig_bdev, bio_op(bio), bio_sectors(bio), start_time); } EXPORT_SYMBOL_GPL(bio_end_io_acct_remapped); @@ -1133,8 +1136,7 @@ { if (!list_empty(&plug->cb_list)) flush_plug_callbacks(plug, from_schedule); - if (!rq_list_empty(plug->mq_list)) - blk_mq_flush_plug_list(plug, from_schedule); + blk_mq_flush_plug_list(plug, from_schedule); /* * Unconditionally flush out cached requests, even if the unplug * event came from schedule. Since we know hold references to the --- linux-lowlatency-hwe-6.2-6.2.0.orig/block/blk-crypto-fallback.c +++ linux-lowlatency-hwe-6.2-6.2.0/block/blk-crypto-fallback.c @@ -78,7 +78,7 @@ struct crypto_skcipher *tfms[BLK_ENCRYPTION_MODE_MAX]; } *blk_crypto_keyslots; -static struct blk_crypto_profile blk_crypto_fallback_profile; +static struct blk_crypto_profile *blk_crypto_fallback_profile; static struct workqueue_struct *blk_crypto_wq; static mempool_t *blk_crypto_bounce_page_pool; static struct bio_set crypto_bio_split; @@ -292,7 +292,7 @@ * Get a blk-crypto-fallback keyslot that contains a crypto_skcipher for * this bio's algorithm and key. */ - blk_st = blk_crypto_get_keyslot(&blk_crypto_fallback_profile, + blk_st = blk_crypto_get_keyslot(blk_crypto_fallback_profile, bc->bc_key, &slot); if (blk_st != BLK_STS_OK) { src_bio->bi_status = blk_st; @@ -395,7 +395,7 @@ * Get a blk-crypto-fallback keyslot that contains a crypto_skcipher for * this bio's algorithm and key. */ - blk_st = blk_crypto_get_keyslot(&blk_crypto_fallback_profile, + blk_st = blk_crypto_get_keyslot(blk_crypto_fallback_profile, bc->bc_key, &slot); if (blk_st != BLK_STS_OK) { bio->bi_status = blk_st; @@ -499,7 +499,7 @@ return false; } - if (!__blk_crypto_cfg_supported(&blk_crypto_fallback_profile, + if (!__blk_crypto_cfg_supported(blk_crypto_fallback_profile, &bc->bc_key->crypto_cfg)) { bio->bi_status = BLK_STS_NOTSUPP; return false; @@ -526,7 +526,7 @@ int blk_crypto_fallback_evict_key(const struct blk_crypto_key *key) { - return __blk_crypto_evict_key(&blk_crypto_fallback_profile, key); + return __blk_crypto_evict_key(blk_crypto_fallback_profile, key); } static bool blk_crypto_fallback_inited; @@ -534,7 +534,6 @@ { int i; int err; - struct blk_crypto_profile *profile = &blk_crypto_fallback_profile; if (blk_crypto_fallback_inited) return 0; @@ -545,18 +544,27 @@ if (err) goto out; - err = blk_crypto_profile_init(profile, blk_crypto_num_keyslots); - if (err) + /* Dynamic allocation is needed because of lockdep_register_key(). */ + blk_crypto_fallback_profile = + kzalloc(sizeof(*blk_crypto_fallback_profile), GFP_KERNEL); + if (!blk_crypto_fallback_profile) { + err = -ENOMEM; goto fail_free_bioset; + } + + err = blk_crypto_profile_init(blk_crypto_fallback_profile, + blk_crypto_num_keyslots); + if (err) + goto fail_free_profile; err = -ENOMEM; - profile->ll_ops = blk_crypto_fallback_ll_ops; - profile->max_dun_bytes_supported = BLK_CRYPTO_MAX_IV_SIZE; + blk_crypto_fallback_profile->ll_ops = blk_crypto_fallback_ll_ops; + blk_crypto_fallback_profile->max_dun_bytes_supported = BLK_CRYPTO_MAX_IV_SIZE; /* All blk-crypto modes have a crypto API fallback. */ for (i = 0; i < BLK_ENCRYPTION_MODE_MAX; i++) - profile->modes_supported[i] = 0xFFFFFFFF; - profile->modes_supported[BLK_ENCRYPTION_MODE_INVALID] = 0; + blk_crypto_fallback_profile->modes_supported[i] = 0xFFFFFFFF; + blk_crypto_fallback_profile->modes_supported[BLK_ENCRYPTION_MODE_INVALID] = 0; blk_crypto_wq = alloc_workqueue("blk_crypto_wq", WQ_UNBOUND | WQ_HIGHPRI | @@ -597,7 +605,9 @@ fail_free_wq: destroy_workqueue(blk_crypto_wq); fail_destroy_profile: - blk_crypto_profile_destroy(profile); + blk_crypto_profile_destroy(blk_crypto_fallback_profile); +fail_free_profile: + kfree(blk_crypto_fallback_profile); fail_free_bioset: bioset_exit(&crypto_bio_split); out: --- linux-lowlatency-hwe-6.2-6.2.0.orig/block/blk-crypto-internal.h +++ linux-lowlatency-hwe-6.2-6.2.0/block/blk-crypto-internal.h @@ -65,6 +65,11 @@ return rq->crypt_ctx; } +static inline bool blk_crypto_rq_has_keyslot(struct request *rq) +{ + return rq->crypt_keyslot; +} + blk_status_t blk_crypto_get_keyslot(struct blk_crypto_profile *profile, const struct blk_crypto_key *key, struct blk_crypto_keyslot **slot_ptr); @@ -119,6 +124,11 @@ return false; } +static inline bool blk_crypto_rq_has_keyslot(struct request *rq) +{ + return false; +} + #endif /* CONFIG_BLK_INLINE_ENCRYPTION */ void __bio_crypt_advance(struct bio *bio, unsigned int bytes); @@ -153,14 +163,21 @@ return true; } -blk_status_t __blk_crypto_init_request(struct request *rq); -static inline blk_status_t blk_crypto_init_request(struct request *rq) +blk_status_t __blk_crypto_rq_get_keyslot(struct request *rq); +static inline blk_status_t blk_crypto_rq_get_keyslot(struct request *rq) { if (blk_crypto_rq_is_encrypted(rq)) - return __blk_crypto_init_request(rq); + return __blk_crypto_rq_get_keyslot(rq); return BLK_STS_OK; } +void __blk_crypto_rq_put_keyslot(struct request *rq); +static inline void blk_crypto_rq_put_keyslot(struct request *rq) +{ + if (blk_crypto_rq_has_keyslot(rq)) + __blk_crypto_rq_put_keyslot(rq); +} + void __blk_crypto_free_request(struct request *rq); static inline void blk_crypto_free_request(struct request *rq) { @@ -199,7 +216,7 @@ { if (blk_crypto_rq_is_encrypted(rq)) - return blk_crypto_init_request(rq); + return blk_crypto_rq_get_keyslot(rq); return BLK_STS_OK; } --- linux-lowlatency-hwe-6.2-6.2.0.orig/block/blk-crypto-profile.c +++ linux-lowlatency-hwe-6.2-6.2.0/block/blk-crypto-profile.c @@ -79,7 +79,14 @@ unsigned int slot_hashtable_size; memset(profile, 0, sizeof(*profile)); - init_rwsem(&profile->lock); + + /* + * profile->lock of an underlying device can nest inside profile->lock + * of a device-mapper device, so use a dynamic lock class to avoid + * false-positive lockdep reports. + */ + lockdep_register_key(&profile->lockdep_key); + __init_rwsem(&profile->lock, "&profile->lock", &profile->lockdep_key); if (num_slots == 0) return 0; @@ -89,7 +96,7 @@ profile->slots = kvcalloc(num_slots, sizeof(profile->slots[0]), GFP_KERNEL); if (!profile->slots) - return -ENOMEM; + goto err_destroy; profile->num_slots = num_slots; @@ -354,28 +361,16 @@ return true; } -/** - * __blk_crypto_evict_key() - Evict a key from a device. - * @profile: the crypto profile of the device - * @key: the key to evict. It must not still be used in any I/O. - * - * If the device has keyslots, this finds the keyslot (if any) that contains the - * specified key and calls the driver's keyslot_evict function to evict it. - * - * Otherwise, this just calls the driver's keyslot_evict function if it is - * implemented, passing just the key (without any particular keyslot). This - * allows layered devices to evict the key from their underlying devices. - * - * Context: Process context. Takes and releases profile->lock. - * Return: 0 on success or if there's no keyslot with the specified key, -EBUSY - * if the keyslot is still in use, or another -errno value on other - * error. +/* + * This is an internal function that evicts a key from an inline encryption + * device that can be either a real device or the blk-crypto-fallback "device". + * It is used only by blk_crypto_evict_key(); see that function for details. */ int __blk_crypto_evict_key(struct blk_crypto_profile *profile, const struct blk_crypto_key *key) { struct blk_crypto_keyslot *slot; - int err = 0; + int err; if (profile->num_slots == 0) { if (profile->ll_ops.keyslot_evict) { @@ -389,22 +384,30 @@ blk_crypto_hw_enter(profile); slot = blk_crypto_find_keyslot(profile, key); - if (!slot) - goto out_unlock; + if (!slot) { + /* + * Not an error, since a key not in use by I/O is not guaranteed + * to be in a keyslot. There can be more keys than keyslots. + */ + err = 0; + goto out; + } if (WARN_ON_ONCE(atomic_read(&slot->slot_refs) != 0)) { + /* BUG: key is still in use by I/O */ err = -EBUSY; - goto out_unlock; + goto out_remove; } err = profile->ll_ops.keyslot_evict(profile, key, blk_crypto_keyslot_index(slot)); - if (err) - goto out_unlock; - +out_remove: + /* + * Callers free the key even on error, so unlink the key from the hash + * table and clear slot->key even on error. + */ hlist_del(&slot->hash_node); slot->key = NULL; - err = 0; -out_unlock: +out: blk_crypto_hw_exit(profile); return err; } @@ -445,6 +448,7 @@ { if (!profile) return; + lockdep_unregister_key(&profile->lockdep_key); kvfree(profile->slot_hashtable); kvfree_sensitive(profile->slots, sizeof(profile->slots[0]) * profile->num_slots); --- linux-lowlatency-hwe-6.2-6.2.0.orig/block/blk-crypto.c +++ linux-lowlatency-hwe-6.2-6.2.0/block/blk-crypto.c @@ -13,6 +13,7 @@ #include #include #include +#include #include #include "blk-crypto-internal.h" @@ -224,27 +225,27 @@ return true; } -blk_status_t __blk_crypto_init_request(struct request *rq) +blk_status_t __blk_crypto_rq_get_keyslot(struct request *rq) { return blk_crypto_get_keyslot(rq->q->crypto_profile, rq->crypt_ctx->bc_key, &rq->crypt_keyslot); } -/** - * __blk_crypto_free_request - Uninitialize the crypto fields of a request. - * - * @rq: The request whose crypto fields to uninitialize. - * - * Completely uninitializes the crypto fields of a request. If a keyslot has - * been programmed into some inline encryption hardware, that keyslot is - * released. The rq->crypt_ctx is also freed. - */ -void __blk_crypto_free_request(struct request *rq) +void __blk_crypto_rq_put_keyslot(struct request *rq) { blk_crypto_put_keyslot(rq->crypt_keyslot); + rq->crypt_keyslot = NULL; +} + +void __blk_crypto_free_request(struct request *rq) +{ + /* The keyslot, if one was needed, should have been released earlier. */ + if (WARN_ON_ONCE(rq->crypt_keyslot)) + __blk_crypto_rq_put_keyslot(rq); + mempool_free(rq->crypt_ctx, bio_crypt_ctx_pool); - blk_crypto_rq_set_defaults(rq); + rq->crypt_ctx = NULL; } /** @@ -399,30 +400,39 @@ } /** - * blk_crypto_evict_key() - Evict a key from any inline encryption hardware - * it may have been programmed into - * @bdev: The block_device who's associated inline encryption hardware this key - * might have been programmed into - * @key: The key to evict - * - * Upper layers (filesystems) must call this function to ensure that a key is - * evicted from any hardware that it might have been programmed into. The key - * must not be in use by any in-flight IO when this function is called. + * blk_crypto_evict_key() - Evict a blk_crypto_key from a block_device + * @bdev: a block_device on which I/O using the key may have been done + * @key: the key to evict + * + * For a given block_device, this function removes the given blk_crypto_key from + * the keyslot management structures and evicts it from any underlying hardware + * keyslot(s) or blk-crypto-fallback keyslot it may have been programmed into. + * + * Upper layers must call this before freeing the blk_crypto_key. It must be + * called for every block_device the key may have been used on. The key must no + * longer be in use by any I/O when this function is called. * - * Return: 0 on success or if the key wasn't in any keyslot; -errno on error. + * Context: May sleep. */ -int blk_crypto_evict_key(struct block_device *bdev, - const struct blk_crypto_key *key) +void blk_crypto_evict_key(struct block_device *bdev, + const struct blk_crypto_key *key) { struct request_queue *q = bdev_get_queue(bdev); + int err; if (blk_crypto_config_supported_natively(bdev, &key->crypto_cfg)) - return __blk_crypto_evict_key(q->crypto_profile, key); - + err = __blk_crypto_evict_key(q->crypto_profile, key); + else + err = blk_crypto_fallback_evict_key(key); /* - * If the block_device didn't support the key, then blk-crypto-fallback - * may have been used, so try to evict the key from blk-crypto-fallback. + * An error can only occur here if the key failed to be evicted from a + * keyslot (due to a hardware or driver issue) or is allegedly still in + * use by I/O (due to a kernel bug). Even in these cases, the key is + * still unlinked from the keyslot management structures, and the caller + * is allowed and expected to free it right away. There's nothing + * callers can do to handle errors, so just log them and return void. */ - return blk_crypto_fallback_evict_key(key); + if (err) + pr_warn_ratelimited("%pg: error %d evicting key\n", bdev, err); } EXPORT_SYMBOL_GPL(blk_crypto_evict_key); --- linux-lowlatency-hwe-6.2-6.2.0.orig/block/blk-iocost.c +++ linux-lowlatency-hwe-6.2-6.2.0/block/blk-iocost.c @@ -258,6 +258,11 @@ VRATE_MIN = VTIME_PER_USEC * VRATE_MIN_PPM / MILLION, VRATE_CLAMP_ADJ_PCT = 4, + /* switch iff the conditions are met for longer than this */ + AUTOP_CYCLE_NSEC = 10LLU * NSEC_PER_SEC, +}; + +enum { /* if IOs end up waiting for requests, issue less */ RQ_WAIT_BUSY_PCT = 5, @@ -296,9 +301,6 @@ /* don't let cmds which take a very long time pin lagging for too long */ MAX_LAGGING_PERIODS = 10, - /* switch iff the conditions are met for longer than this */ - AUTOP_CYCLE_NSEC = 10LLU * NSEC_PER_SEC, - /* * Count IO size in 4k pages. The 12bit shift helps keeping * size-proportional components of cost calculation in closer @@ -866,9 +868,14 @@ *page = *seqio = *randio = 0; - if (bps) - *page = DIV64_U64_ROUND_UP(VTIME_PER_SEC, - DIV_ROUND_UP_ULL(bps, IOC_PAGE_SIZE)); + if (bps) { + u64 bps_pages = DIV_ROUND_UP_ULL(bps, IOC_PAGE_SIZE); + + if (bps_pages) + *page = DIV64_U64_ROUND_UP(VTIME_PER_SEC, bps_pages); + else + *page = 1; + } if (seqiops) { v = DIV64_U64_ROUND_UP(VTIME_PER_SEC, seqiops); @@ -2434,6 +2441,7 @@ u32 hwi, adj_step; s64 margin; u64 cost, new_inuse; + unsigned long flags; current_hweight(iocg, NULL, &hwi); old_hwi = hwi; @@ -2452,11 +2460,11 @@ iocg->inuse == iocg->active) return cost; - spin_lock_irq(&ioc->lock); + spin_lock_irqsave(&ioc->lock, flags); /* we own inuse only when @iocg is in the normal active state */ if (iocg->abs_vdebt || list_empty(&iocg->active_list)) { - spin_unlock_irq(&ioc->lock); + spin_unlock_irqrestore(&ioc->lock, flags); return cost; } @@ -2477,7 +2485,7 @@ } while (time_after64(vtime + cost, now->vnow) && iocg->inuse != iocg->active); - spin_unlock_irq(&ioc->lock); + spin_unlock_irqrestore(&ioc->lock, flags); TRACE_IOCG_PATH(inuse_adjust, iocg, now, old_inuse, iocg->inuse, old_hwi, hwi); --- linux-lowlatency-hwe-6.2-6.2.0.orig/block/blk-map.c +++ linux-lowlatency-hwe-6.2-6.2.0/block/blk-map.c @@ -246,7 +246,7 @@ { struct bio *bio; - if (rq->cmd_flags & REQ_POLLED) { + if (rq->cmd_flags & REQ_POLLED && (nr_vecs <= BIO_INLINE_VECS)) { blk_opf_t opf = rq->cmd_flags | REQ_ALLOC_CACHE; bio = bio_alloc_bioset(NULL, nr_vecs, opf, gfp_mask, --- linux-lowlatency-hwe-6.2-6.2.0.orig/block/blk-merge.c +++ linux-lowlatency-hwe-6.2-6.2.0/block/blk-merge.c @@ -757,6 +757,33 @@ rq->rq_flags |= RQF_MIXED_MERGE; } +static inline blk_opf_t bio_failfast(const struct bio *bio) +{ + if (bio->bi_opf & REQ_RAHEAD) + return REQ_FAILFAST_MASK; + + return bio->bi_opf & REQ_FAILFAST_MASK; +} + +/* + * After we are marked as MIXED_MERGE, any new RA bio has to be updated + * as failfast, and request's failfast has to be updated in case of + * front merge. + */ +static inline void blk_update_mixed_merge(struct request *req, + struct bio *bio, bool front_merge) +{ + if (req->rq_flags & RQF_MIXED_MERGE) { + if (bio->bi_opf & REQ_RAHEAD) + bio->bi_opf |= REQ_FAILFAST_MASK; + + if (front_merge) { + req->cmd_flags &= ~REQ_FAILFAST_MASK; + req->cmd_flags |= bio->bi_opf & REQ_FAILFAST_MASK; + } + } +} + static void blk_account_io_merge_request(struct request *req) { if (blk_do_io_stat(req)) { @@ -846,6 +873,8 @@ if (!blk_discard_mergable(req)) elv_merge_requests(q, req, next); + blk_crypto_rq_put_keyslot(next); + /* * 'next' is going away, so update stats accordingly */ @@ -954,7 +983,7 @@ static enum bio_merge_status bio_attempt_back_merge(struct request *req, struct bio *bio, unsigned int nr_segs) { - const blk_opf_t ff = bio->bi_opf & REQ_FAILFAST_MASK; + const blk_opf_t ff = bio_failfast(bio); if (!ll_back_merge_fn(req, bio, nr_segs)) return BIO_MERGE_FAILED; @@ -965,6 +994,8 @@ if ((req->cmd_flags & REQ_FAILFAST_MASK) != ff) blk_rq_set_mixed_merge(req); + blk_update_mixed_merge(req, bio, false); + req->biotail->bi_next = bio; req->biotail = bio; req->__data_len += bio->bi_iter.bi_size; @@ -978,7 +1009,7 @@ static enum bio_merge_status bio_attempt_front_merge(struct request *req, struct bio *bio, unsigned int nr_segs) { - const blk_opf_t ff = bio->bi_opf & REQ_FAILFAST_MASK; + const blk_opf_t ff = bio_failfast(bio); if (!ll_front_merge_fn(req, bio, nr_segs)) return BIO_MERGE_FAILED; @@ -989,6 +1020,8 @@ if ((req->cmd_flags & REQ_FAILFAST_MASK) != ff) blk_rq_set_mixed_merge(req); + blk_update_mixed_merge(req, bio, true); + bio->bi_next = req->bio; req->bio = bio; --- linux-lowlatency-hwe-6.2-6.2.0.orig/block/blk-mq-debugfs.c +++ linux-lowlatency-hwe-6.2-6.2.0/block/blk-mq-debugfs.c @@ -427,7 +427,7 @@ seq_printf(m, "nr_tags=%u\n", tags->nr_tags); seq_printf(m, "nr_reserved_tags=%u\n", tags->nr_reserved_tags); seq_printf(m, "active_queues=%d\n", - atomic_read(&tags->active_queues)); + READ_ONCE(tags->active_queues)); seq_puts(m, "\nbitmap_tags:\n"); sbitmap_queue_show(&tags->bitmap_tags, m); --- linux-lowlatency-hwe-6.2-6.2.0.orig/block/blk-mq-sched.c +++ linux-lowlatency-hwe-6.2-6.2.0/block/blk-mq-sched.c @@ -19,8 +19,7 @@ #include "blk-wbt.h" /* - * Mark a hardware queue as needing a restart. For shared queues, maintain - * a count of how many hardware queues are marked for restart. + * Mark a hardware queue as needing a restart. */ void blk_mq_sched_mark_restart_hctx(struct blk_mq_hw_ctx *hctx) { @@ -82,7 +81,7 @@ /* * Only SCSI implements .get_budget and .put_budget, and SCSI restarts * its queue by itself in its completion handler, so we don't need to - * restart queue if .get_budget() returns BLK_STS_NO_RESOURCE. + * restart queue if .get_budget() fails to get the budget. * * Returns -EAGAIN if hctx->dispatch was found non-empty and run_work has to * be run again. This is necessary to avoid starving flushes. @@ -210,7 +209,7 @@ /* * Only SCSI implements .get_budget and .put_budget, and SCSI restarts * its queue by itself in its completion handler, so we don't need to - * restart queue if .get_budget() returns BLK_STS_NO_RESOURCE. + * restart queue if .get_budget() fails to get the budget. * * Returns -EAGAIN if hctx->dispatch was found non-empty and run_work has to * be run again. This is necessary to avoid starving flushes. --- linux-lowlatency-hwe-6.2-6.2.0.orig/block/blk-mq-tag.c +++ linux-lowlatency-hwe-6.2-6.2.0/block/blk-mq-tag.c @@ -40,22 +40,29 @@ void __blk_mq_tag_busy(struct blk_mq_hw_ctx *hctx) { unsigned int users; + struct blk_mq_tags *tags = hctx->tags; + /* + * calling test_bit() prior to test_and_set_bit() is intentional, + * it avoids dirtying the cacheline if the queue is already active. + */ if (blk_mq_is_shared_tags(hctx->flags)) { struct request_queue *q = hctx->queue; - if (test_bit(QUEUE_FLAG_HCTX_ACTIVE, &q->queue_flags)) + if (test_bit(QUEUE_FLAG_HCTX_ACTIVE, &q->queue_flags) || + test_and_set_bit(QUEUE_FLAG_HCTX_ACTIVE, &q->queue_flags)) return; - set_bit(QUEUE_FLAG_HCTX_ACTIVE, &q->queue_flags); } else { - if (test_bit(BLK_MQ_S_TAG_ACTIVE, &hctx->state)) + if (test_bit(BLK_MQ_S_TAG_ACTIVE, &hctx->state) || + test_and_set_bit(BLK_MQ_S_TAG_ACTIVE, &hctx->state)) return; - set_bit(BLK_MQ_S_TAG_ACTIVE, &hctx->state); } - users = atomic_inc_return(&hctx->tags->active_queues); - - blk_mq_update_wake_batch(hctx->tags, users); + spin_lock_irq(&tags->lock); + users = tags->active_queues + 1; + WRITE_ONCE(tags->active_queues, users); + blk_mq_update_wake_batch(tags, users); + spin_unlock_irq(&tags->lock); } /* @@ -88,9 +95,11 @@ return; } - users = atomic_dec_return(&tags->active_queues); - + spin_lock_irq(&tags->lock); + users = tags->active_queues - 1; + WRITE_ONCE(tags->active_queues, users); blk_mq_update_wake_batch(tags, users); + spin_unlock_irq(&tags->lock); blk_mq_tag_wakeup_all(tags, false); } --- linux-lowlatency-hwe-6.2-6.2.0.orig/block/blk-mq.c +++ linux-lowlatency-hwe-6.2-6.2.0/block/blk-mq.c @@ -658,7 +658,8 @@ * allocator for this for the rare use case of a command tied to * a specific queue. */ - if (WARN_ON_ONCE(!(flags & (BLK_MQ_REQ_NOWAIT | BLK_MQ_REQ_RESERVED)))) + if (WARN_ON_ONCE(!(flags & BLK_MQ_REQ_NOWAIT)) || + WARN_ON_ONCE(!(flags & BLK_MQ_REQ_RESERVED))) return ERR_PTR(-EINVAL); if (hctx_idx >= q->nr_hw_queues) @@ -716,6 +717,10 @@ blk_crypto_free_request(rq); blk_pm_mark_last_busy(rq); rq->mq_hctx = NULL; + + if (rq->rq_flags & RQF_MQ_INFLIGHT) + __blk_mq_dec_active_requests(hctx); + if (rq->tag != BLK_MQ_NO_TAG) blk_mq_put_tag(hctx->tags, ctx, rq->tag); if (sched_tag != BLK_MQ_NO_TAG) @@ -727,15 +732,11 @@ void blk_mq_free_request(struct request *rq) { struct request_queue *q = rq->q; - struct blk_mq_hw_ctx *hctx = rq->mq_hctx; if ((rq->rq_flags & RQF_ELVPRIV) && q->elevator->type->ops.finish_request) q->elevator->type->ops.finish_request(rq); - if (rq->rq_flags & RQF_MQ_INFLIGHT) - __blk_mq_dec_active_requests(hctx); - if (unlikely(laptop_mode && !blk_rq_is_passthrough(rq))) laptop_io_completion(q->disk->bdi); @@ -839,6 +840,12 @@ req->q->integrity.profile->complete_fn(req, total_bytes); #endif + /* + * Upper layers may call blk_crypto_evict_key() anytime after the last + * bio_endio(). Therefore, the keyslot must be released before that. + */ + blk_crypto_rq_put_keyslot(req); + blk_account_io_completion(req, total_bytes); do { @@ -904,6 +911,13 @@ req->q->integrity.profile->complete_fn(req, nr_bytes); #endif + /* + * Upper layers may call blk_crypto_evict_key() anytime after the last + * bio_endio(). Therefore, the keyslot must be released before that. + */ + if (blk_crypto_rq_has_keyslot(req) && nr_bytes >= blk_rq_bytes(req)) + __blk_crypto_rq_put_keyslot(req); + if (unlikely(error && !blk_rq_is_passthrough(req) && !(req->rq_flags & RQF_QUIET)) && !test_bit(GD_DEAD, &req->q->disk->state)) { @@ -1331,7 +1345,7 @@ * device, directly accessing the plug instead of using blk_mq_plug() * should not have any consequences. */ - if (current->plug) + if (current->plug && !at_head) blk_add_rq_to_plug(current->plug, rq); else blk_mq_sched_insert_request(rq, at_head, true, false); @@ -1358,8 +1372,6 @@ return false; if (rq->mq_hctx->type != HCTX_TYPE_POLL) return false; - if (WARN_ON_ONCE(!rq->bio)) - return false; return true; } EXPORT_SYMBOL_GPL(blk_rq_is_poll); @@ -1367,7 +1379,7 @@ static void blk_rq_poll_completion(struct request *rq, struct completion *wait) { do { - bio_poll(rq->bio, NULL, 0); + blk_mq_poll(rq->q, blk_rq_to_qc(rq), NULL, 0); cond_resched(); } while (!completion_done(wait)); } @@ -1825,12 +1837,13 @@ static bool blk_mq_mark_tag_wait(struct blk_mq_hw_ctx *hctx, struct request *rq) { - struct sbitmap_queue *sbq = &hctx->tags->bitmap_tags; + struct sbitmap_queue *sbq; struct wait_queue_head *wq; wait_queue_entry_t *wait; bool ret; - if (!(hctx->flags & BLK_MQ_F_TAG_QUEUE_SHARED)) { + if (!(hctx->flags & BLK_MQ_F_TAG_QUEUE_SHARED) && + !(blk_mq_is_shared_tags(hctx->flags))) { blk_mq_sched_mark_restart_hctx(hctx); /* @@ -1848,6 +1861,10 @@ if (!list_empty_careful(&wait->entry)) return false; + if (blk_mq_tag_is_reserved(rq->mq_hctx->sched_tags, rq->internal_tag)) + sbq = &hctx->tags->breserved_tags; + else + sbq = &hctx->tags->bitmap_tags; wq = &bt_wait_ptr(sbq, hctx)->wait; spin_lock_irq(&wq->lock); @@ -2096,7 +2113,8 @@ bool needs_restart; /* For non-shared tags, the RESTART check will suffice */ bool no_tag = prep == PREP_DISPATCH_NO_TAG && - (hctx->flags & BLK_MQ_F_TAG_QUEUE_SHARED); + ((hctx->flags & BLK_MQ_F_TAG_QUEUE_SHARED) || + blk_mq_is_shared_tags(hctx->flags)); if (nr_budgets) blk_mq_release_budgets(q, list); @@ -2736,6 +2754,7 @@ struct blk_mq_hw_ctx *this_hctx = NULL; struct blk_mq_ctx *this_ctx = NULL; struct request *requeue_list = NULL; + struct request **requeue_lastp = &requeue_list; unsigned int depth = 0; LIST_HEAD(list); @@ -2746,10 +2765,10 @@ this_hctx = rq->mq_hctx; this_ctx = rq->mq_ctx; } else if (this_hctx != rq->mq_hctx || this_ctx != rq->mq_ctx) { - rq_list_add(&requeue_list, rq); + rq_list_add_tail(&requeue_lastp, rq); continue; } - list_add_tail(&rq->queuelist, &list); + list_add(&rq->queuelist, &list); depth++; } while (!rq_list_empty(plug->mq_list)); @@ -2762,7 +2781,14 @@ { struct request *rq; - if (rq_list_empty(plug->mq_list)) + /* + * We may have been called recursively midway through handling + * plug->mq_list via a schedule() in the driver's queue_rq() callback. + * To avoid mq_list changing under our feet, clear rq_count early and + * bail out specifically if rq_count is 0 rather than checking + * whether the mq_list is empty. + */ + if (plug->rq_count == 0) return; plug->rq_count = 0; @@ -2981,7 +3007,7 @@ blk_mq_bio_to_request(rq, bio, nr_segs); - ret = blk_crypto_init_request(rq); + ret = blk_crypto_rq_get_keyslot(rq); if (ret != BLK_STS_OK) { bio->bi_status = ret; bio_endio(bio); --- linux-lowlatency-hwe-6.2-6.2.0.orig/block/blk-mq.h +++ linux-lowlatency-hwe-6.2-6.2.0/block/blk-mq.h @@ -362,8 +362,7 @@ return true; } - users = atomic_read(&hctx->tags->active_queues); - + users = READ_ONCE(hctx->tags->active_queues); if (!users) return true; @@ -378,12 +377,13 @@ #define __blk_mq_run_dispatch_ops(q, check_sleep, dispatch_ops) \ do { \ if ((q)->tag_set->flags & BLK_MQ_F_BLOCKING) { \ + struct blk_mq_tag_set *__tag_set = (q)->tag_set; \ int srcu_idx; \ \ might_sleep_if(check_sleep); \ - srcu_idx = srcu_read_lock((q)->tag_set->srcu); \ + srcu_idx = srcu_read_lock(__tag_set->srcu); \ (dispatch_ops); \ - srcu_read_unlock((q)->tag_set->srcu, srcu_idx); \ + srcu_read_unlock(__tag_set->srcu, srcu_idx); \ } else { \ rcu_read_lock(); \ (dispatch_ops); \ --- linux-lowlatency-hwe-6.2-6.2.0.orig/block/blk-settings.c +++ linux-lowlatency-hwe-6.2-6.2.0/block/blk-settings.c @@ -909,6 +909,7 @@ void disk_set_zoned(struct gendisk *disk, enum blk_zoned_model model) { struct request_queue *q = disk->queue; + unsigned int old_model = q->limits.zoned; switch (model) { case BLK_ZONED_HM: @@ -946,7 +947,7 @@ */ blk_queue_zone_write_granularity(q, queue_logical_block_size(q)); - } else { + } else if (old_model != BLK_ZONED_NONE) { disk_clear_zone_settings(disk); } } --- linux-lowlatency-hwe-6.2-6.2.0.orig/block/blk-stat.c +++ linux-lowlatency-hwe-6.2-6.2.0/block/blk-stat.c @@ -189,7 +189,7 @@ unsigned long flags; spin_lock_irqsave(&q->stats->lock, flags); - if (!--q->stats->accounting) + if (!--q->stats->accounting && list_empty(&q->stats->callbacks)) blk_queue_flag_clear(QUEUE_FLAG_STATS, q); spin_unlock_irqrestore(&q->stats->lock, flags); } @@ -200,7 +200,7 @@ unsigned long flags; spin_lock_irqsave(&q->stats->lock, flags); - if (!q->stats->accounting++) + if (!q->stats->accounting++ && list_empty(&q->stats->callbacks)) blk_queue_flag_set(QUEUE_FLAG_STATS, q); spin_unlock_irqrestore(&q->stats->lock, flags); } --- linux-lowlatency-hwe-6.2-6.2.0.orig/block/blk-throttle.c +++ linux-lowlatency-hwe-6.2-6.2.0/block/blk-throttle.c @@ -2175,12 +2175,6 @@ rcu_read_lock(); - if (!cgroup_subsys_on_dfl(io_cgrp_subsys)) { - blkg_rwstat_add(&tg->stat_bytes, bio->bi_opf, - bio->bi_iter.bi_size); - blkg_rwstat_add(&tg->stat_ios, bio->bi_opf, 1); - } - spin_lock_irq(&q->queue_lock); throtl_update_latency_buckets(td); --- linux-lowlatency-hwe-6.2-6.2.0.orig/block/blk-throttle.h +++ linux-lowlatency-hwe-6.2-6.2.0/block/blk-throttle.h @@ -185,6 +185,15 @@ struct throtl_grp *tg = blkg_to_tg(bio->bi_blkg); int rw = bio_data_dir(bio); + if (!cgroup_subsys_on_dfl(io_cgrp_subsys)) { + if (!bio_flagged(bio, BIO_CGROUP_ACCT)) { + bio_set_flag(bio, BIO_CGROUP_ACCT); + blkg_rwstat_add(&tg->stat_bytes, bio->bi_opf, + bio->bi_iter.bi_size); + } + blkg_rwstat_add(&tg->stat_ios, bio->bi_opf, 1); + } + /* iops limit is always counted */ if (tg->has_rules_iops[rw]) return true; --- linux-lowlatency-hwe-6.2-6.2.0.orig/block/blk-wbt.c +++ linux-lowlatency-hwe-6.2-6.2.0/block/blk-wbt.c @@ -653,14 +653,16 @@ void wbt_enable_default(struct request_queue *q) { struct rq_qos *rqos; - bool disable_flag = q->elevator && - test_bit(ELEVATOR_FLAG_DISABLE_WBT, &q->elevator->flags); + bool enable = IS_ENABLED(CONFIG_BLK_WBT_MQ); + + if (q->elevator && + test_bit(ELEVATOR_FLAG_DISABLE_WBT, &q->elevator->flags)) + enable = false; /* Throttling already enabled? */ rqos = wbt_rq_qos(q); if (rqos) { - if (!disable_flag && - RQWB(rqos)->enable_state == WBT_STATE_OFF_DEFAULT) + if (enable && RQWB(rqos)->enable_state == WBT_STATE_OFF_DEFAULT) RQWB(rqos)->enable_state = WBT_STATE_ON_DEFAULT; return; } @@ -669,7 +671,7 @@ if (!blk_queue_registered(q)) return; - if (queue_is_mq(q) && !disable_flag) + if (queue_is_mq(q) && enable) wbt_init(q); } EXPORT_SYMBOL_GPL(wbt_enable_default); --- linux-lowlatency-hwe-6.2-6.2.0.orig/block/blk.h +++ linux-lowlatency-hwe-6.2-6.2.0/block/blk.h @@ -427,7 +427,7 @@ struct request_queue *blk_alloc_queue(int node_id); -int disk_scan_partitions(struct gendisk *disk, fmode_t mode, void *owner); +int disk_scan_partitions(struct gendisk *disk, fmode_t mode); int disk_alloc_events(struct gendisk *disk); void disk_add_events(struct gendisk *disk); --- linux-lowlatency-hwe-6.2-6.2.0.orig/block/disk-events.c +++ linux-lowlatency-hwe-6.2-6.2.0/block/disk-events.c @@ -307,6 +307,7 @@ if (!(events & DISK_EVENT_MEDIA_CHANGE)) return false; + inc_diskseq(disk); if (__invalidate_device(disk->part0, true)) pr_warn("VFS: busy inodes on changed media %s\n", disk->disk_name); --- linux-lowlatency-hwe-6.2-6.2.0.orig/block/fops.c +++ linux-lowlatency-hwe-6.2-6.2.0/block/fops.c @@ -221,6 +221,24 @@ bio_endio(bio); break; } + if (iocb->ki_flags & IOCB_NOWAIT) { + /* + * This is nonblocking IO, and we need to allocate + * another bio if we have data left to map. As we + * cannot guarantee that one of the sub bios will not + * fail getting issued FOR NOWAIT and as error results + * are coalesced across all of them, be safe and ask for + * a retry of this from blocking context. + */ + if (unlikely(iov_iter_count(iter))) { + bio_release_pages(bio, false); + bio_clear_flag(bio, BIO_REFFED); + bio_put(bio); + blk_finish_plug(&plug); + return -EAGAIN; + } + bio->bi_opf |= REQ_NOWAIT; + } if (is_read) { if (dio->flags & DIO_SHOULD_DIRTY) @@ -228,9 +246,6 @@ } else { task_io_account_write(bio->bi_iter.bi_size); } - if (iocb->ki_flags & IOCB_NOWAIT) - bio->bi_opf |= REQ_NOWAIT; - dio->size += bio->bi_iter.bi_size; pos += bio->bi_iter.bi_size; @@ -663,6 +678,16 @@ return error; } +static int blkdev_mmap(struct file *file, struct vm_area_struct *vma) +{ + struct inode *bd_inode = bdev_file_inode(file); + + if (bdev_read_only(I_BDEV(bd_inode))) + return generic_file_readonly_mmap(file, vma); + + return generic_file_mmap(file, vma); +} + const struct file_operations def_blk_fops = { .open = blkdev_open, .release = blkdev_close, @@ -670,7 +695,7 @@ .read_iter = blkdev_read_iter, .write_iter = blkdev_write_iter, .iopoll = iocb_bio_iopoll, - .mmap = generic_file_mmap, + .mmap = blkdev_mmap, .fsync = blkdev_fsync, .unlocked_ioctl = blkdev_ioctl, #ifdef CONFIG_COMPAT --- linux-lowlatency-hwe-6.2-6.2.0.orig/block/genhd.c +++ linux-lowlatency-hwe-6.2-6.2.0/block/genhd.c @@ -25,8 +25,9 @@ #include #include #include -#include "blk-throttle.h" +#include +#include "blk-throttle.h" #include "blk.h" #include "blk-mq-sched.h" #include "blk-rq-qos.h" @@ -356,9 +357,10 @@ } EXPORT_SYMBOL_GPL(disk_uevent); -int disk_scan_partitions(struct gendisk *disk, fmode_t mode, void *owner) +int disk_scan_partitions(struct gendisk *disk, fmode_t mode) { struct block_device *bdev; + int ret = 0; if (disk->flags & (GENHD_FL_NO_PART | GENHD_FL_HIDDEN)) return -EINVAL; @@ -366,16 +368,35 @@ return -EINVAL; if (disk->open_partitions) return -EBUSY; - /* Someone else has bdev exclusively open? */ - if (disk->part0->bd_holder && disk->part0->bd_holder != owner) - return -EBUSY; + + /* + * If the device is opened exclusively by current thread already, it's + * safe to scan partitons, otherwise, use bd_prepare_to_claim() to + * synchronize with other exclusive openers and other partition + * scanners. + */ + if (!(mode & FMODE_EXCL)) { + ret = bd_prepare_to_claim(disk->part0, disk_scan_partitions); + if (ret) + return ret; + } set_bit(GD_NEED_PART_SCAN, &disk->state); - bdev = blkdev_get_by_dev(disk_devt(disk), mode, NULL); + bdev = blkdev_get_by_dev(disk_devt(disk), mode & ~FMODE_EXCL, NULL); if (IS_ERR(bdev)) - return PTR_ERR(bdev); - blkdev_put(bdev, mode); - return 0; + ret = PTR_ERR(bdev); + else + blkdev_put(bdev, mode & ~FMODE_EXCL); + + /* + * If blkdev_get_by_dev() failed early, GD_NEED_PART_SCAN is still set, + * and this will cause that re-assemble partitioned raid device will + * creat partition for underlying disk. + */ + clear_bit(GD_NEED_PART_SCAN, &disk->state); + if (!(mode & FMODE_EXCL)) + bd_abort_claiming(disk->part0, disk_scan_partitions); + return ret; } /** @@ -497,9 +518,14 @@ if (ret) goto out_unregister_bdi; + /* Make sure the first partition scan will be proceed */ + if (get_capacity(disk) && !(disk->flags & GENHD_FL_NO_PART) && + !test_bit(GD_SUPPRESS_PART_SCAN, &disk->state)) + set_bit(GD_NEED_PART_SCAN, &disk->state); + bdev_add(disk->part0, ddev->devt); if (get_capacity(disk)) - disk_scan_partitions(disk, FMODE_READ, NULL); + disk_scan_partitions(disk, FMODE_READ); /* * Announce the disk and partitions after all partitions are @@ -1159,6 +1185,8 @@ might_sleep(); WARN_ON_ONCE(disk_live(disk)); + blk_trace_remove(disk->queue); + /* * To undo the all initialization from blk_mq_init_allocated_queue in * case of a probe failure where add_disk is never called we have to --- linux-lowlatency-hwe-6.2-6.2.0.orig/block/ioctl.c +++ linux-lowlatency-hwe-6.2-6.2.0/block/ioctl.c @@ -467,10 +467,10 @@ * user space. Note the separate arg/argp parameters that are needed * to deal with the compat_ptr() conversion. */ -static int blkdev_common_ioctl(struct file *file, fmode_t mode, unsigned cmd, - unsigned long arg, void __user *argp) +static int blkdev_common_ioctl(struct block_device *bdev, fmode_t mode, + unsigned int cmd, unsigned long arg, + void __user *argp) { - struct block_device *bdev = I_BDEV(file->f_mapping->host); unsigned int max_sectors; switch (cmd) { @@ -528,8 +528,7 @@ return -EACCES; if (bdev_is_partition(bdev)) return -EINVAL; - return disk_scan_partitions(bdev->bd_disk, mode & ~FMODE_EXCL, - file); + return disk_scan_partitions(bdev->bd_disk, mode); case BLKTRACESTART: case BLKTRACESTOP: case BLKTRACETEARDOWN: @@ -607,7 +606,7 @@ break; } - ret = blkdev_common_ioctl(file, mode, cmd, arg, argp); + ret = blkdev_common_ioctl(bdev, mode, cmd, arg, argp); if (ret != -ENOIOCTLCMD) return ret; @@ -676,7 +675,7 @@ break; } - ret = blkdev_common_ioctl(file, mode, cmd, arg, argp); + ret = blkdev_common_ioctl(bdev, mode, cmd, arg, argp); if (ret == -ENOIOCTLCMD && disk->fops->compat_ioctl) ret = disk->fops->compat_ioctl(bdev, mode, cmd, arg); --- linux-lowlatency-hwe-6.2-6.2.0.orig/block/partitions/amiga.c +++ linux-lowlatency-hwe-6.2-6.2.0/block/partitions/amiga.c @@ -11,10 +11,18 @@ #define pr_fmt(fmt) fmt #include +#include +#include #include #include "check.h" +/* magic offsets in partition DosEnvVec */ +#define NR_HD 3 +#define NR_SECT 5 +#define LO_CYL 9 +#define HI_CYL 10 + static __inline__ u32 checksum_block(__be32 *m, int size) { @@ -31,8 +39,12 @@ unsigned char *data; struct RigidDiskBlock *rdb; struct PartitionBlock *pb; - int start_sect, nr_sects, blk, part, res = 0; - int blksize = 1; /* Multiplier for disk block size */ + u64 start_sect, nr_sects; + sector_t blk, end_sect; + u32 cylblk; /* rdb_CylBlocks = nr_heads*sect_per_track */ + u32 nr_hd, nr_sect, lo_cyl, hi_cyl; + int part, res = 0; + unsigned int blksize = 1; /* Multiplier for disk block size */ int slot = 1; for (blk = 0; ; blk++, put_dev_sector(sect)) { @@ -40,7 +52,7 @@ goto rdb_done; data = read_part_sector(state, blk, §); if (!data) { - pr_err("Dev %s: unable to read RDB block %d\n", + pr_err("Dev %s: unable to read RDB block %llu\n", state->disk->disk_name, blk); res = -1; goto rdb_done; @@ -57,12 +69,12 @@ *(__be32 *)(data+0xdc) = 0; if (checksum_block((__be32 *)data, be32_to_cpu(rdb->rdb_SummedLongs) & 0x7F)==0) { - pr_err("Trashed word at 0xd0 in block %d ignored in checksum calculation\n", + pr_err("Trashed word at 0xd0 in block %llu ignored in checksum calculation\n", blk); break; } - pr_err("Dev %s: RDB in block %d has bad checksum\n", + pr_err("Dev %s: RDB in block %llu has bad checksum\n", state->disk->disk_name, blk); } @@ -78,11 +90,16 @@ } blk = be32_to_cpu(rdb->rdb_PartitionList); put_dev_sector(sect); - for (part = 1; blk>0 && part<=16; part++, put_dev_sector(sect)) { - blk *= blksize; /* Read in terms partition table understands */ + for (part = 1; (s32) blk>0 && part<=16; part++, put_dev_sector(sect)) { + /* Read in terms partition table understands */ + if (check_mul_overflow(blk, (sector_t) blksize, &blk)) { + pr_err("Dev %s: overflow calculating partition block %llu! Skipping partitions %u and beyond\n", + state->disk->disk_name, blk, part); + break; + } data = read_part_sector(state, blk, §); if (!data) { - pr_err("Dev %s: unable to read partition block %d\n", + pr_err("Dev %s: unable to read partition block %llu\n", state->disk->disk_name, blk); res = -1; goto rdb_done; @@ -94,19 +111,70 @@ if (checksum_block((__be32 *)pb, be32_to_cpu(pb->pb_SummedLongs) & 0x7F) != 0 ) continue; - /* Tell Kernel about it */ + /* RDB gives us more than enough rope to hang ourselves with, + * many times over (2^128 bytes if all fields max out). + * Some careful checks are in order, so check for potential + * overflows. + * We are multiplying four 32 bit numbers to one sector_t! + */ + + nr_hd = be32_to_cpu(pb->pb_Environment[NR_HD]); + nr_sect = be32_to_cpu(pb->pb_Environment[NR_SECT]); + + /* CylBlocks is total number of blocks per cylinder */ + if (check_mul_overflow(nr_hd, nr_sect, &cylblk)) { + pr_err("Dev %s: heads*sects %u overflows u32, skipping partition!\n", + state->disk->disk_name, cylblk); + continue; + } + + /* check for consistency with RDB defined CylBlocks */ + if (cylblk > be32_to_cpu(rdb->rdb_CylBlocks)) { + pr_warn("Dev %s: cylblk %u > rdb_CylBlocks %u!\n", + state->disk->disk_name, cylblk, + be32_to_cpu(rdb->rdb_CylBlocks)); + } + + /* RDB allows for variable logical block size - + * normalize to 512 byte blocks and check result. + */ + + if (check_mul_overflow(cylblk, blksize, &cylblk)) { + pr_err("Dev %s: partition %u bytes per cyl. overflows u32, skipping partition!\n", + state->disk->disk_name, part); + continue; + } + + /* Calculate partition start and end. Limit of 32 bit on cylblk + * guarantees no overflow occurs if LBD support is enabled. + */ + + lo_cyl = be32_to_cpu(pb->pb_Environment[LO_CYL]); + start_sect = ((u64) lo_cyl * cylblk); + + hi_cyl = be32_to_cpu(pb->pb_Environment[HI_CYL]); + nr_sects = (((u64) hi_cyl - lo_cyl + 1) * cylblk); - nr_sects = (be32_to_cpu(pb->pb_Environment[10]) + 1 - - be32_to_cpu(pb->pb_Environment[9])) * - be32_to_cpu(pb->pb_Environment[3]) * - be32_to_cpu(pb->pb_Environment[5]) * - blksize; if (!nr_sects) continue; - start_sect = be32_to_cpu(pb->pb_Environment[9]) * - be32_to_cpu(pb->pb_Environment[3]) * - be32_to_cpu(pb->pb_Environment[5]) * - blksize; + + /* Warn user if partition end overflows u32 (AmigaDOS limit) */ + + if ((start_sect + nr_sects) > UINT_MAX) { + pr_warn("Dev %s: partition %u (%llu-%llu) needs 64 bit device support!\n", + state->disk->disk_name, part, + start_sect, start_sect + nr_sects); + } + + if (check_add_overflow(start_sect, nr_sects, &end_sect)) { + pr_err("Dev %s: partition %u (%llu-%llu) needs LBD device support, skipping partition!\n", + state->disk->disk_name, part, + start_sect, end_sect); + continue; + } + + /* Tell Kernel about it */ + put_partition(state,slot++,start_sect,nr_sects); { /* Be even more informative to aid mounting */ --- linux-lowlatency-hwe-6.2-6.2.0.orig/certs/blacklist.c +++ linux-lowlatency-hwe-6.2-6.2.0/certs/blacklist.c @@ -273,6 +273,9 @@ if (IS_ERR(key)) { pr_err("Problem with revocation key (%ld)\n", PTR_ERR(key)); return PTR_ERR(key); + } else { + pr_notice("Revoked X.509 cert '%s'\n", + key_ref_to_ptr(key)->description); } return 0; --- linux-lowlatency-hwe-6.2-6.2.0.orig/crypto/aegis128-neon-inner.c +++ linux-lowlatency-hwe-6.2-6.2.0/crypto/aegis128-neon-inner.c @@ -147,8 +147,8 @@ kiv, vld1q_u8(const1), vld1q_u8(const0), - k ^ vld1q_u8(const0), - k ^ vld1q_u8(const1), + (uint8x16_t) (k ^ vld1q_u8(const0)), + (uint8x16_t) (k ^ vld1q_u8(const1)), }}; int i; --- linux-lowlatency-hwe-6.2-6.2.0.orig/crypto/algapi.c +++ linux-lowlatency-hwe-6.2-6.2.0/crypto/algapi.c @@ -493,7 +493,9 @@ if (WARN(ret, "Algorithm %s is not registered", alg->cra_driver_name)) return; - BUG_ON(refcount_read(&alg->cra_refcnt) != 1); + if (WARN_ON(refcount_read(&alg->cra_refcnt) != 1)) + return; + if (alg->cra_destroy) alg->cra_destroy(alg); @@ -961,6 +963,9 @@ void crypto_enqueue_request_head(struct crypto_queue *queue, struct crypto_async_request *request) { + if (unlikely(queue->qlen >= queue->max_qlen)) + queue->backlog = queue->backlog->prev; + queue->qlen++; list_add(&request->list, &queue->list); } --- linux-lowlatency-hwe-6.2-6.2.0.orig/crypto/asymmetric_keys/pkcs7_verify.c +++ linux-lowlatency-hwe-6.2-6.2.0/crypto/asymmetric_keys/pkcs7_verify.c @@ -79,16 +79,16 @@ } if (sinfo->msgdigest_len != sig->digest_size) { - pr_debug("Sig %u: Invalid digest size (%u)\n", - sinfo->index, sinfo->msgdigest_len); + pr_warn("Sig %u: Invalid digest size (%u)\n", + sinfo->index, sinfo->msgdigest_len); ret = -EBADMSG; goto error; } if (memcmp(sig->digest, sinfo->msgdigest, sinfo->msgdigest_len) != 0) { - pr_debug("Sig %u: Message digest doesn't match\n", - sinfo->index); + pr_warn("Sig %u: Message digest doesn't match\n", + sinfo->index); ret = -EKEYREJECTED; goto error; } @@ -478,7 +478,7 @@ const void *data, size_t datalen) { if (pkcs7->data) { - pr_debug("Data already supplied\n"); + pr_warn("Data already supplied\n"); return -EINVAL; } pkcs7->data = data; --- linux-lowlatency-hwe-6.2-6.2.0.orig/crypto/asymmetric_keys/public_key.c +++ linux-lowlatency-hwe-6.2-6.2.0/crypto/asymmetric_keys/public_key.c @@ -186,8 +186,28 @@ len = crypto_akcipher_maxsize(tfm); info->key_size = len * 8; - info->max_data_size = len; - info->max_sig_size = len; + + if (strncmp(pkey->pkey_algo, "ecdsa", 5) == 0) { + /* + * ECDSA key sizes are much smaller than RSA, and thus could + * operate on (hashed) inputs that are larger than key size. + * For example SHA384-hashed input used with secp256r1 + * based keys. Set max_data_size to be at least as large as + * the largest supported hash size (SHA512) + */ + info->max_data_size = 64; + + /* + * Verify takes ECDSA-Sig (described in RFC 5480) as input, + * which is actually 2 'key_size'-bit integers encoded in + * ASN.1. Account for the ASN.1 encoding overhead here. + */ + info->max_sig_size = 2 * (len + 3) + 2; + } else { + info->max_data_size = len; + info->max_sig_size = len; + } + info->max_enc_size = len; info->max_dec_size = len; info->supported_ops = (KEYCTL_SUPPORTS_ENCRYPT | @@ -360,9 +380,10 @@ struct crypto_wait cwait; struct crypto_akcipher *tfm; struct akcipher_request *req; - struct scatterlist src_sg[2]; + struct scatterlist src_sg; char alg_name[CRYPTO_MAX_ALG_NAME]; - char *key, *ptr; + char *buf, *ptr; + size_t buf_len; int ret; pr_devel("==>%s()\n", __func__); @@ -400,34 +421,37 @@ if (!req) goto error_free_tfm; - key = kmalloc(pkey->keylen + sizeof(u32) * 2 + pkey->paramlen, - GFP_KERNEL); - if (!key) + buf_len = max_t(size_t, pkey->keylen + sizeof(u32) * 2 + pkey->paramlen, + sig->s_size + sig->digest_size); + + buf = kmalloc(buf_len, GFP_KERNEL); + if (!buf) goto error_free_req; - memcpy(key, pkey->key, pkey->keylen); - ptr = key + pkey->keylen; + memcpy(buf, pkey->key, pkey->keylen); + ptr = buf + pkey->keylen; ptr = pkey_pack_u32(ptr, pkey->algo); ptr = pkey_pack_u32(ptr, pkey->paramlen); memcpy(ptr, pkey->params, pkey->paramlen); if (pkey->key_is_private) - ret = crypto_akcipher_set_priv_key(tfm, key, pkey->keylen); + ret = crypto_akcipher_set_priv_key(tfm, buf, pkey->keylen); else - ret = crypto_akcipher_set_pub_key(tfm, key, pkey->keylen); + ret = crypto_akcipher_set_pub_key(tfm, buf, pkey->keylen); if (ret) - goto error_free_key; + goto error_free_buf; if (strcmp(pkey->pkey_algo, "sm2") == 0 && sig->data_size) { ret = cert_sig_digest_update(sig, tfm); if (ret) - goto error_free_key; + goto error_free_buf; } - sg_init_table(src_sg, 2); - sg_set_buf(&src_sg[0], sig->s, sig->s_size); - sg_set_buf(&src_sg[1], sig->digest, sig->digest_size); - akcipher_request_set_crypt(req, src_sg, NULL, sig->s_size, + memcpy(buf, sig->s, sig->s_size); + memcpy(buf + sig->s_size, sig->digest, sig->digest_size); + + sg_init_one(&src_sg, buf, sig->s_size + sig->digest_size); + akcipher_request_set_crypt(req, &src_sg, NULL, sig->s_size, sig->digest_size); crypto_init_wait(&cwait); akcipher_request_set_callback(req, CRYPTO_TFM_REQ_MAY_BACKLOG | @@ -435,8 +459,8 @@ crypto_req_done, &cwait); ret = crypto_wait_req(crypto_akcipher_verify(req), &cwait); -error_free_key: - kfree(key); +error_free_buf: + kfree(buf); error_free_req: akcipher_request_free(req); error_free_tfm: --- linux-lowlatency-hwe-6.2-6.2.0.orig/crypto/asymmetric_keys/verify_pefile.c +++ linux-lowlatency-hwe-6.2-6.2.0/crypto/asymmetric_keys/verify_pefile.c @@ -74,7 +74,7 @@ break; default: - pr_debug("Unknown PEOPT magic = %04hx\n", pe32->magic); + pr_warn("Unknown PEOPT magic = %04hx\n", pe32->magic); return -ELIBBAD; } @@ -95,7 +95,7 @@ ctx->certs_size = ddir->certs.size; if (!ddir->certs.virtual_address || !ddir->certs.size) { - pr_debug("Unsigned PE binary\n"); + pr_warn("Unsigned PE binary\n"); return -ENODATA; } @@ -127,7 +127,7 @@ unsigned len; if (ctx->sig_len < sizeof(wrapper)) { - pr_debug("Signature wrapper too short\n"); + pr_warn("Signature wrapper too short\n"); return -ELIBBAD; } @@ -135,19 +135,23 @@ pr_debug("sig wrapper = { %x, %x, %x }\n", wrapper.length, wrapper.revision, wrapper.cert_type); - /* Both pesign and sbsign round up the length of certificate table - * (in optional header data directories) to 8 byte alignment. + /* sbsign rounds up the length of certificate table (in optional + * header data directories) to 8 byte alignment. However, the PE + * specification states that while entries are 8-byte aligned, this is + * not included in their length, and as a result, pesign has not + * rounded up since 0.110. */ - if (round_up(wrapper.length, 8) != ctx->sig_len) { - pr_debug("Signature wrapper len wrong\n"); + if (wrapper.length > ctx->sig_len) { + pr_warn("Signature wrapper bigger than sig len (%x > %x)\n", + ctx->sig_len, wrapper.length); return -ELIBBAD; } if (wrapper.revision != WIN_CERT_REVISION_2_0) { - pr_debug("Signature is not revision 2.0\n"); + pr_warn("Signature is not revision 2.0\n"); return -ENOTSUPP; } if (wrapper.cert_type != WIN_CERT_TYPE_PKCS_SIGNED_DATA) { - pr_debug("Signature certificate type is not PKCS\n"); + pr_warn("Signature certificate type is not PKCS\n"); return -ENOTSUPP; } @@ -160,7 +164,7 @@ ctx->sig_offset += sizeof(wrapper); ctx->sig_len -= sizeof(wrapper); if (ctx->sig_len < 4) { - pr_debug("Signature data missing\n"); + pr_warn("Signature data missing\n"); return -EKEYREJECTED; } @@ -194,7 +198,7 @@ return 0; } not_pkcs7: - pr_debug("Signature data not PKCS#7\n"); + pr_warn("Signature data not PKCS#7\n"); return -ELIBBAD; } @@ -337,8 +341,8 @@ digest_size = crypto_shash_digestsize(tfm); if (digest_size != ctx->digest_len) { - pr_debug("Digest size mismatch (%zx != %x)\n", - digest_size, ctx->digest_len); + pr_warn("Digest size mismatch (%zx != %x)\n", + digest_size, ctx->digest_len); ret = -EBADMSG; goto error_no_desc; } @@ -369,7 +373,7 @@ * PKCS#7 certificate. */ if (memcmp(digest, ctx->digest, ctx->digest_len) != 0) { - pr_debug("Digest mismatch\n"); + pr_warn("Digest mismatch\n"); ret = -EKEYREJECTED; } else { pr_debug("The digests match!\n"); --- linux-lowlatency-hwe-6.2-6.2.0.orig/crypto/asymmetric_keys/x509_loader.c +++ linux-lowlatency-hwe-6.2-6.2.0/crypto/asymmetric_keys/x509_loader.c @@ -41,6 +41,7 @@ if (IS_ERR(key)) { pr_err("Problem loading in-kernel X.509 certificate (%ld)\n", PTR_ERR(key)); + WARN_ON_ONCE(1); } else { pr_notice("Loaded X.509 cert '%s'\n", key_ref_to_ptr(key)->description); --- linux-lowlatency-hwe-6.2-6.2.0.orig/crypto/crypto_engine.c +++ linux-lowlatency-hwe-6.2-6.2.0/crypto/crypto_engine.c @@ -54,7 +54,7 @@ } } lockdep_assert_in_softirq(); - req->complete(req, err); + crypto_request_complete(req, err); kthread_queue_work(engine->kworker, &engine->pump_requests); } @@ -129,9 +129,6 @@ if (!engine->retry_support) engine->cur_req = async_req; - if (backlog) - backlog->complete(backlog, -EINPROGRESS); - if (engine->busy) was_busy = true; else @@ -214,9 +211,12 @@ } req_err_2: - async_req->complete(async_req, ret); + crypto_request_complete(async_req, ret); retry: + if (backlog) + crypto_request_complete(backlog, -EINPROGRESS); + /* If retry mechanism is supported, send new requests to engine */ if (engine->retry_support) { spin_lock_irqsave(&engine->queue_lock, flags); --- linux-lowlatency-hwe-6.2-6.2.0.orig/crypto/drbg.c +++ linux-lowlatency-hwe-6.2-6.2.0/crypto/drbg.c @@ -1546,7 +1546,7 @@ const int err = PTR_ERR(drbg->jent); drbg->jent = NULL; - if (fips_enabled || err != -ENOENT) + if (fips_enabled) return err; pr_info("DRBG: Continuing without Jitter RNG\n"); } --- linux-lowlatency-hwe-6.2-6.2.0.orig/crypto/essiv.c +++ linux-lowlatency-hwe-6.2-6.2.0/crypto/essiv.c @@ -171,7 +171,12 @@ struct aead_request *req = areq->data; struct essiv_aead_request_ctx *rctx = aead_request_ctx(req); + if (err == -EINPROGRESS) + goto out; + kfree(rctx->assoc); + +out: aead_request_complete(req, err); } @@ -247,7 +252,7 @@ err = enc ? crypto_aead_encrypt(subreq) : crypto_aead_decrypt(subreq); - if (rctx->assoc && err != -EINPROGRESS) + if (rctx->assoc && err != -EINPROGRESS && err != -EBUSY) kfree(rctx->assoc); return err; } --- linux-lowlatency-hwe-6.2-6.2.0.orig/crypto/jitterentropy-kcapi.c +++ linux-lowlatency-hwe-6.2-6.2.0/crypto/jitterentropy-kcapi.c @@ -37,6 +37,7 @@ * DAMAGE. */ +#include #include #include #include @@ -59,11 +60,6 @@ kfree_sensitive(ptr); } -void jent_panic(char *s) -{ - panic("%s", s); -} - void jent_memcpy(void *dest, const void *src, unsigned int n) { memcpy(dest, src, n); @@ -102,7 +98,6 @@ struct jitterentropy { spinlock_t jent_lock; struct rand_data *entropy_collector; - unsigned int reset_cnt; }; static int jent_kcapi_init(struct crypto_tfm *tfm) @@ -138,32 +133,30 @@ spin_lock(&rng->jent_lock); - /* Return a permanent error in case we had too many resets in a row. */ - if (rng->reset_cnt > (1<<10)) { - ret = -EFAULT; - goto out; - } - ret = jent_read_entropy(rng->entropy_collector, rdata, dlen); - /* Reset RNG in case of health failures */ - if (ret < -1) { - pr_warn_ratelimited("Reset Jitter RNG due to health test failure: %s failure\n", - (ret == -2) ? "Repetition Count Test" : - "Adaptive Proportion Test"); - - rng->reset_cnt++; + if (ret == -3) { + /* Handle permanent health test error */ + /* + * If the kernel was booted with fips=1, it implies that + * the entire kernel acts as a FIPS 140 module. In this case + * an SP800-90B permanent health test error is treated as + * a FIPS module error. + */ + if (fips_enabled) + panic("Jitter RNG permanent health test failure\n"); + pr_err("Jitter RNG permanent health test failure\n"); + ret = -EFAULT; + } else if (ret == -2) { + /* Handle intermittent health test error */ + pr_warn_ratelimited("Reset Jitter RNG due to intermittent health test failure\n"); ret = -EAGAIN; - } else { - rng->reset_cnt = 0; - - /* Convert the Jitter RNG error into a usable error code */ - if (ret == -1) - ret = -EINVAL; + } else if (ret == -1) { + /* Handle other errors */ + ret = -EINVAL; } -out: spin_unlock(&rng->jent_lock); return ret; @@ -197,6 +190,10 @@ ret = jent_entropy_init(); if (ret) { + /* Handle permanent health test error */ + if (fips_enabled) + panic("jitterentropy: Initialization failed with host not compliant with requirements: %d\n", ret); + pr_info("jitterentropy: Initialization failed with host not compliant with requirements: %d\n", ret); return -EFAULT; } --- linux-lowlatency-hwe-6.2-6.2.0.orig/crypto/jitterentropy.c +++ linux-lowlatency-hwe-6.2-6.2.0/crypto/jitterentropy.c @@ -85,10 +85,14 @@ * bit generation */ /* Repetition Count Test */ - int rct_count; /* Number of stuck values */ + unsigned int rct_count; /* Number of stuck values */ - /* Adaptive Proportion Test for a significance level of 2^-30 */ + /* Intermittent health test failure threshold of 2^-30 */ +#define JENT_RCT_CUTOFF 30 /* Taken from SP800-90B sec 4.4.1 */ #define JENT_APT_CUTOFF 325 /* Taken from SP800-90B sec 4.4.2 */ + /* Permanent health test failure threshold of 2^-60 */ +#define JENT_RCT_CUTOFF_PERMANENT 60 +#define JENT_APT_CUTOFF_PERMANENT 355 #define JENT_APT_WINDOW_SIZE 512 /* Data window size */ /* LSB of time stamp to process */ #define JENT_APT_LSB 16 @@ -97,8 +101,6 @@ unsigned int apt_count; /* APT counter */ unsigned int apt_base; /* APT base reference */ unsigned int apt_base_set:1; /* APT base reference set? */ - - unsigned int health_failure:1; /* Permanent health failure */ }; /* Flags that can be used to initialize the RNG */ @@ -115,7 +117,6 @@ * zero). */ #define JENT_ESTUCK 8 /* Too many stuck results during init. */ #define JENT_EHEALTH 9 /* Health test failed during initialization */ -#define JENT_ERCT 10 /* RCT failed during initialization */ /* * The output n bits can receive more than n bits of min entropy, of course, @@ -169,19 +170,26 @@ return; } - if (delta_masked == ec->apt_base) { + if (delta_masked == ec->apt_base) ec->apt_count++; - if (ec->apt_count >= JENT_APT_CUTOFF) - ec->health_failure = 1; - } - ec->apt_observations++; if (ec->apt_observations >= JENT_APT_WINDOW_SIZE) jent_apt_reset(ec, delta_masked); } +/* APT health test failure detection */ +static int jent_apt_permanent_failure(struct rand_data *ec) +{ + return (ec->apt_count >= JENT_APT_CUTOFF_PERMANENT) ? 1 : 0; +} + +static int jent_apt_failure(struct rand_data *ec) +{ + return (ec->apt_count >= JENT_APT_CUTOFF) ? 1 : 0; +} + /*************************************************************************** * Stuck Test and its use as Repetition Count Test * @@ -206,55 +214,14 @@ */ static void jent_rct_insert(struct rand_data *ec, int stuck) { - /* - * If we have a count less than zero, a previous RCT round identified - * a failure. We will not overwrite it. - */ - if (ec->rct_count < 0) - return; - if (stuck) { ec->rct_count++; - - /* - * The cutoff value is based on the following consideration: - * alpha = 2^-30 as recommended in FIPS 140-2 IG 9.8. - * In addition, we require an entropy value H of 1/OSR as this - * is the minimum entropy required to provide full entropy. - * Note, we collect 64 * OSR deltas for inserting them into - * the entropy pool which should then have (close to) 64 bits - * of entropy. - * - * Note, ec->rct_count (which equals to value B in the pseudo - * code of SP800-90B section 4.4.1) starts with zero. Hence - * we need to subtract one from the cutoff value as calculated - * following SP800-90B. - */ - if ((unsigned int)ec->rct_count >= (31 * ec->osr)) { - ec->rct_count = -1; - ec->health_failure = 1; - } } else { + /* Reset RCT */ ec->rct_count = 0; } } -/* - * Is there an RCT health test failure? - * - * @ec [in] Reference to entropy collector - * - * @return - * 0 No health test failure - * 1 Permanent health test failure - */ -static int jent_rct_failure(struct rand_data *ec) -{ - if (ec->rct_count < 0) - return 1; - return 0; -} - static inline __u64 jent_delta(__u64 prev, __u64 next) { #define JENT_UINT64_MAX (__u64)(~((__u64) 0)) @@ -303,18 +270,26 @@ return 0; } -/* - * Report any health test failures - * - * @ec [in] Reference to entropy collector - * - * @return - * 0 No health test failure - * 1 Permanent health test failure - */ +/* RCT health test failure detection */ +static int jent_rct_permanent_failure(struct rand_data *ec) +{ + return (ec->rct_count >= JENT_RCT_CUTOFF_PERMANENT) ? 1 : 0; +} + +static int jent_rct_failure(struct rand_data *ec) +{ + return (ec->rct_count >= JENT_RCT_CUTOFF) ? 1 : 0; +} + +/* Report of health test failures */ static int jent_health_failure(struct rand_data *ec) { - return ec->health_failure; + return jent_rct_failure(ec) | jent_apt_failure(ec); +} + +static int jent_permanent_health_failure(struct rand_data *ec) +{ + return jent_rct_permanent_failure(ec) | jent_apt_permanent_failure(ec); } /*************************************************************************** @@ -600,8 +575,8 @@ * * The following error codes can occur: * -1 entropy_collector is NULL - * -2 RCT failed - * -3 APT test failed + * -2 Intermittent health failure + * -3 Permanent health failure */ int jent_read_entropy(struct rand_data *ec, unsigned char *data, unsigned int len) @@ -616,39 +591,23 @@ jent_gen_entropy(ec); - if (jent_health_failure(ec)) { - int ret; - - if (jent_rct_failure(ec)) - ret = -2; - else - ret = -3; - + if (jent_permanent_health_failure(ec)) { /* - * Re-initialize the noise source - * - * If the health test fails, the Jitter RNG remains - * in failure state and will return a health failure - * during next invocation. + * At this point, the Jitter RNG instance is considered + * as a failed instance. There is no rerun of the + * startup test any more, because the caller + * is assumed to not further use this instance. */ - if (jent_entropy_init()) - return ret; - - /* Set APT to initial state */ - jent_apt_reset(ec, 0); - ec->apt_base_set = 0; - - /* Set RCT to initial state */ - ec->rct_count = 0; - - /* Re-enable Jitter RNG */ - ec->health_failure = 0; - + return -3; + } else if (jent_health_failure(ec)) { /* - * Return the health test failure status to the - * caller as the generated value is not appropriate. + * Perform startup health tests and return permanent + * error if it fails. */ - return ret; + if (jent_entropy_init()) + return -3; + + return -2; } if ((DATA_SIZE_BITS / 8) < len) @@ -802,14 +761,12 @@ if ((nonstuck % JENT_APT_WINDOW_SIZE) == 0) { jent_apt_reset(&ec, delta & JENT_APT_WORD_MASK); - if (jent_health_failure(&ec)) - return JENT_EHEALTH; } } - /* Validate RCT */ - if (jent_rct_failure(&ec)) - return JENT_ERCT; + /* Validate health test result */ + if (jent_health_failure(&ec)) + return JENT_EHEALTH; /* test whether we have an increasing timer */ if (!(time2 > time)) --- linux-lowlatency-hwe-6.2-6.2.0.orig/crypto/jitterentropy.h +++ linux-lowlatency-hwe-6.2-6.2.0/crypto/jitterentropy.h @@ -2,7 +2,6 @@ extern void *jent_zalloc(unsigned int len); extern void jent_zfree(void *ptr); -extern void jent_panic(char *s); extern void jent_memcpy(void *dest, const void *src, unsigned int n); extern void jent_get_nstime(__u64 *out); --- linux-lowlatency-hwe-6.2-6.2.0.orig/crypto/rsa-pkcs1pad.c +++ linux-lowlatency-hwe-6.2-6.2.0/crypto/rsa-pkcs1pad.c @@ -214,16 +214,14 @@ struct crypto_async_request *child_async_req, int err) { struct akcipher_request *req = child_async_req->data; - struct crypto_async_request async_req; if (err == -EINPROGRESS) - return; + goto out; - async_req.data = req->base.data; - async_req.tfm = crypto_akcipher_tfm(crypto_akcipher_reqtfm(req)); - async_req.flags = child_async_req->flags; - req->base.complete(&async_req, - pkcs1pad_encrypt_sign_complete(req, err)); + err = pkcs1pad_encrypt_sign_complete(req, err); + +out: + akcipher_request_complete(req, err); } static int pkcs1pad_encrypt(struct akcipher_request *req) @@ -332,15 +330,14 @@ struct crypto_async_request *child_async_req, int err) { struct akcipher_request *req = child_async_req->data; - struct crypto_async_request async_req; if (err == -EINPROGRESS) - return; + goto out; + + err = pkcs1pad_decrypt_complete(req, err); - async_req.data = req->base.data; - async_req.tfm = crypto_akcipher_tfm(crypto_akcipher_reqtfm(req)); - async_req.flags = child_async_req->flags; - req->base.complete(&async_req, pkcs1pad_decrypt_complete(req, err)); +out: + akcipher_request_complete(req, err); } static int pkcs1pad_decrypt(struct akcipher_request *req) @@ -513,15 +510,14 @@ struct crypto_async_request *child_async_req, int err) { struct akcipher_request *req = child_async_req->data; - struct crypto_async_request async_req; if (err == -EINPROGRESS) - return; + goto out; + + err = pkcs1pad_verify_complete(req, err); - async_req.data = req->base.data; - async_req.tfm = crypto_akcipher_tfm(crypto_akcipher_reqtfm(req)); - async_req.flags = child_async_req->flags; - req->base.complete(&async_req, pkcs1pad_verify_complete(req, err)); +out: + akcipher_request_complete(req, err); } /* --- linux-lowlatency-hwe-6.2-6.2.0.orig/crypto/seqiv.c +++ linux-lowlatency-hwe-6.2-6.2.0/crypto/seqiv.c @@ -23,7 +23,7 @@ struct aead_request *subreq = aead_request_ctx(req); struct crypto_aead *geniv; - if (err == -EINPROGRESS) + if (err == -EINPROGRESS || err == -EBUSY) return; if (err) --- linux-lowlatency-hwe-6.2-6.2.0.orig/crypto/testmgr.c +++ linux-lowlatency-hwe-6.2-6.2.0/crypto/testmgr.c @@ -852,12 +852,50 @@ #ifdef CONFIG_CRYPTO_MANAGER_EXTRA_TESTS +/* + * The fuzz tests use prandom instead of the normal Linux RNG since they don't + * need cryptographically secure random numbers. This greatly improves the + * performance of these tests, especially if they are run before the Linux RNG + * has been initialized or if they are run on a lockdep-enabled kernel. + */ + +static inline void init_rnd_state(struct rnd_state *rng) +{ + prandom_seed_state(rng, get_random_u64()); +} + +static inline u8 prandom_u8(struct rnd_state *rng) +{ + return prandom_u32_state(rng); +} + +static inline u32 prandom_u32_below(struct rnd_state *rng, u32 ceil) +{ + /* + * This is slightly biased for non-power-of-2 values of 'ceil', but this + * isn't important here. + */ + return prandom_u32_state(rng) % ceil; +} + +static inline bool prandom_bool(struct rnd_state *rng) +{ + return prandom_u32_below(rng, 2); +} + +static inline u32 prandom_u32_inclusive(struct rnd_state *rng, + u32 floor, u32 ceil) +{ + return floor + prandom_u32_below(rng, ceil - floor + 1); +} + /* Generate a random length in range [0, max_len], but prefer smaller values */ -static unsigned int generate_random_length(unsigned int max_len) +static unsigned int generate_random_length(struct rnd_state *rng, + unsigned int max_len) { - unsigned int len = get_random_u32_below(max_len + 1); + unsigned int len = prandom_u32_below(rng, max_len + 1); - switch (get_random_u32_below(4)) { + switch (prandom_u32_below(rng, 4)) { case 0: return len % 64; case 1: @@ -870,43 +908,44 @@ } /* Flip a random bit in the given nonempty data buffer */ -static void flip_random_bit(u8 *buf, size_t size) +static void flip_random_bit(struct rnd_state *rng, u8 *buf, size_t size) { size_t bitpos; - bitpos = get_random_u32_below(size * 8); + bitpos = prandom_u32_below(rng, size * 8); buf[bitpos / 8] ^= 1 << (bitpos % 8); } /* Flip a random byte in the given nonempty data buffer */ -static void flip_random_byte(u8 *buf, size_t size) +static void flip_random_byte(struct rnd_state *rng, u8 *buf, size_t size) { - buf[get_random_u32_below(size)] ^= 0xff; + buf[prandom_u32_below(rng, size)] ^= 0xff; } /* Sometimes make some random changes to the given nonempty data buffer */ -static void mutate_buffer(u8 *buf, size_t size) +static void mutate_buffer(struct rnd_state *rng, u8 *buf, size_t size) { size_t num_flips; size_t i; /* Sometimes flip some bits */ - if (get_random_u32_below(4) == 0) { - num_flips = min_t(size_t, 1 << get_random_u32_below(8), size * 8); + if (prandom_u32_below(rng, 4) == 0) { + num_flips = min_t(size_t, 1 << prandom_u32_below(rng, 8), + size * 8); for (i = 0; i < num_flips; i++) - flip_random_bit(buf, size); + flip_random_bit(rng, buf, size); } /* Sometimes flip some bytes */ - if (get_random_u32_below(4) == 0) { - num_flips = min_t(size_t, 1 << get_random_u32_below(8), size); + if (prandom_u32_below(rng, 4) == 0) { + num_flips = min_t(size_t, 1 << prandom_u32_below(rng, 8), size); for (i = 0; i < num_flips; i++) - flip_random_byte(buf, size); + flip_random_byte(rng, buf, size); } } /* Randomly generate 'count' bytes, but sometimes make them "interesting" */ -static void generate_random_bytes(u8 *buf, size_t count) +static void generate_random_bytes(struct rnd_state *rng, u8 *buf, size_t count) { u8 b; u8 increment; @@ -915,11 +954,11 @@ if (count == 0) return; - switch (get_random_u32_below(8)) { /* Choose a generation strategy */ + switch (prandom_u32_below(rng, 8)) { /* Choose a generation strategy */ case 0: case 1: /* All the same byte, plus optional mutations */ - switch (get_random_u32_below(4)) { + switch (prandom_u32_below(rng, 4)) { case 0: b = 0x00; break; @@ -927,28 +966,28 @@ b = 0xff; break; default: - b = get_random_u8(); + b = prandom_u8(rng); break; } memset(buf, b, count); - mutate_buffer(buf, count); + mutate_buffer(rng, buf, count); break; case 2: /* Ascending or descending bytes, plus optional mutations */ - increment = get_random_u8(); - b = get_random_u8(); + increment = prandom_u8(rng); + b = prandom_u8(rng); for (i = 0; i < count; i++, b += increment) buf[i] = b; - mutate_buffer(buf, count); + mutate_buffer(rng, buf, count); break; default: /* Fully random bytes */ - for (i = 0; i < count; i++) - buf[i] = get_random_u8(); + prandom_bytes_state(rng, buf, count); } } -static char *generate_random_sgl_divisions(struct test_sg_division *divs, +static char *generate_random_sgl_divisions(struct rnd_state *rng, + struct test_sg_division *divs, size_t max_divs, char *p, char *end, bool gen_flushes, u32 req_flags) { @@ -959,24 +998,26 @@ unsigned int this_len; const char *flushtype_str; - if (div == &divs[max_divs - 1] || get_random_u32_below(2) == 0) + if (div == &divs[max_divs - 1] || prandom_bool(rng)) this_len = remaining; else - this_len = get_random_u32_inclusive(1, remaining); + this_len = prandom_u32_inclusive(rng, 1, remaining); div->proportion_of_total = this_len; - if (get_random_u32_below(4) == 0) - div->offset = get_random_u32_inclusive(PAGE_SIZE - 128, PAGE_SIZE - 1); - else if (get_random_u32_below(2) == 0) - div->offset = get_random_u32_below(32); + if (prandom_u32_below(rng, 4) == 0) + div->offset = prandom_u32_inclusive(rng, + PAGE_SIZE - 128, + PAGE_SIZE - 1); + else if (prandom_bool(rng)) + div->offset = prandom_u32_below(rng, 32); else - div->offset = get_random_u32_below(PAGE_SIZE); - if (get_random_u32_below(8) == 0) + div->offset = prandom_u32_below(rng, PAGE_SIZE); + if (prandom_u32_below(rng, 8) == 0) div->offset_relative_to_alignmask = true; div->flush_type = FLUSH_TYPE_NONE; if (gen_flushes) { - switch (get_random_u32_below(4)) { + switch (prandom_u32_below(rng, 4)) { case 0: div->flush_type = FLUSH_TYPE_REIMPORT; break; @@ -988,7 +1029,7 @@ if (div->flush_type != FLUSH_TYPE_NONE && !(req_flags & CRYPTO_TFM_REQ_MAY_SLEEP) && - get_random_u32_below(2) == 0) + prandom_bool(rng)) div->nosimd = true; switch (div->flush_type) { @@ -1023,7 +1064,8 @@ } /* Generate a random testvec_config for fuzz testing */ -static void generate_random_testvec_config(struct testvec_config *cfg, +static void generate_random_testvec_config(struct rnd_state *rng, + struct testvec_config *cfg, char *name, size_t max_namelen) { char *p = name; @@ -1035,7 +1077,7 @@ p += scnprintf(p, end - p, "random:"); - switch (get_random_u32_below(4)) { + switch (prandom_u32_below(rng, 4)) { case 0: case 1: cfg->inplace_mode = OUT_OF_PLACE; @@ -1050,12 +1092,12 @@ break; } - if (get_random_u32_below(2) == 0) { + if (prandom_bool(rng)) { cfg->req_flags |= CRYPTO_TFM_REQ_MAY_SLEEP; p += scnprintf(p, end - p, " may_sleep"); } - switch (get_random_u32_below(4)) { + switch (prandom_u32_below(rng, 4)) { case 0: cfg->finalization_type = FINALIZATION_TYPE_FINAL; p += scnprintf(p, end - p, " use_final"); @@ -1070,36 +1112,37 @@ break; } - if (!(cfg->req_flags & CRYPTO_TFM_REQ_MAY_SLEEP) && - get_random_u32_below(2) == 0) { + if (!(cfg->req_flags & CRYPTO_TFM_REQ_MAY_SLEEP) && prandom_bool(rng)) { cfg->nosimd = true; p += scnprintf(p, end - p, " nosimd"); } p += scnprintf(p, end - p, " src_divs=["); - p = generate_random_sgl_divisions(cfg->src_divs, + p = generate_random_sgl_divisions(rng, cfg->src_divs, ARRAY_SIZE(cfg->src_divs), p, end, (cfg->finalization_type != FINALIZATION_TYPE_DIGEST), cfg->req_flags); p += scnprintf(p, end - p, "]"); - if (cfg->inplace_mode == OUT_OF_PLACE && get_random_u32_below(2) == 0) { + if (cfg->inplace_mode == OUT_OF_PLACE && prandom_bool(rng)) { p += scnprintf(p, end - p, " dst_divs=["); - p = generate_random_sgl_divisions(cfg->dst_divs, + p = generate_random_sgl_divisions(rng, cfg->dst_divs, ARRAY_SIZE(cfg->dst_divs), p, end, false, cfg->req_flags); p += scnprintf(p, end - p, "]"); } - if (get_random_u32_below(2) == 0) { - cfg->iv_offset = get_random_u32_inclusive(1, MAX_ALGAPI_ALIGNMASK); + if (prandom_bool(rng)) { + cfg->iv_offset = prandom_u32_inclusive(rng, 1, + MAX_ALGAPI_ALIGNMASK); p += scnprintf(p, end - p, " iv_offset=%u", cfg->iv_offset); } - if (get_random_u32_below(2) == 0) { - cfg->key_offset = get_random_u32_inclusive(1, MAX_ALGAPI_ALIGNMASK); + if (prandom_bool(rng)) { + cfg->key_offset = prandom_u32_inclusive(rng, 1, + MAX_ALGAPI_ALIGNMASK); p += scnprintf(p, end - p, " key_offset=%u", cfg->key_offset); } @@ -1612,11 +1655,14 @@ #ifdef CONFIG_CRYPTO_MANAGER_EXTRA_TESTS if (!noextratests) { + struct rnd_state rng; struct testvec_config cfg; char cfgname[TESTVEC_CONFIG_NAMELEN]; + init_rnd_state(&rng); + for (i = 0; i < fuzz_iterations; i++) { - generate_random_testvec_config(&cfg, cfgname, + generate_random_testvec_config(&rng, &cfg, cfgname, sizeof(cfgname)); err = test_hash_vec_cfg(vec, vec_name, &cfg, req, desc, tsgl, hashstate); @@ -1634,15 +1680,16 @@ * Generate a hash test vector from the given implementation. * Assumes the buffers in 'vec' were already allocated. */ -static void generate_random_hash_testvec(struct shash_desc *desc, +static void generate_random_hash_testvec(struct rnd_state *rng, + struct shash_desc *desc, struct hash_testvec *vec, unsigned int maxkeysize, unsigned int maxdatasize, char *name, size_t max_namelen) { /* Data */ - vec->psize = generate_random_length(maxdatasize); - generate_random_bytes((u8 *)vec->plaintext, vec->psize); + vec->psize = generate_random_length(rng, maxdatasize); + generate_random_bytes(rng, (u8 *)vec->plaintext, vec->psize); /* * Key: length in range [1, maxkeysize], but usually choose maxkeysize. @@ -1652,9 +1699,9 @@ vec->ksize = 0; if (maxkeysize) { vec->ksize = maxkeysize; - if (get_random_u32_below(4) == 0) - vec->ksize = get_random_u32_inclusive(1, maxkeysize); - generate_random_bytes((u8 *)vec->key, vec->ksize); + if (prandom_u32_below(rng, 4) == 0) + vec->ksize = prandom_u32_inclusive(rng, 1, maxkeysize); + generate_random_bytes(rng, (u8 *)vec->key, vec->ksize); vec->setkey_error = crypto_shash_setkey(desc->tfm, vec->key, vec->ksize); @@ -1688,6 +1735,7 @@ const unsigned int maxdatasize = (2 * PAGE_SIZE) - TESTMGR_POISON_LEN; const char *algname = crypto_hash_alg_common(tfm)->base.cra_name; const char *driver = crypto_ahash_driver_name(tfm); + struct rnd_state rng; char _generic_driver[CRYPTO_MAX_ALG_NAME]; struct crypto_shash *generic_tfm = NULL; struct shash_desc *generic_desc = NULL; @@ -1701,6 +1749,8 @@ if (noextratests) return 0; + init_rnd_state(&rng); + if (!generic_driver) { /* Use default naming convention? */ err = build_generic_driver_name(algname, _generic_driver); if (err) @@ -1769,10 +1819,11 @@ } for (i = 0; i < fuzz_iterations * 8; i++) { - generate_random_hash_testvec(generic_desc, &vec, + generate_random_hash_testvec(&rng, generic_desc, &vec, maxkeysize, maxdatasize, vec_name, sizeof(vec_name)); - generate_random_testvec_config(cfg, cfgname, sizeof(cfgname)); + generate_random_testvec_config(&rng, cfg, cfgname, + sizeof(cfgname)); err = test_hash_vec_cfg(&vec, vec_name, cfg, req, desc, tsgl, hashstate); @@ -2174,11 +2225,14 @@ #ifdef CONFIG_CRYPTO_MANAGER_EXTRA_TESTS if (!noextratests) { + struct rnd_state rng; struct testvec_config cfg; char cfgname[TESTVEC_CONFIG_NAMELEN]; + init_rnd_state(&rng); + for (i = 0; i < fuzz_iterations; i++) { - generate_random_testvec_config(&cfg, cfgname, + generate_random_testvec_config(&rng, &cfg, cfgname, sizeof(cfgname)); err = test_aead_vec_cfg(enc, vec, vec_name, &cfg, req, tsgls); @@ -2194,6 +2248,7 @@ #ifdef CONFIG_CRYPTO_MANAGER_EXTRA_TESTS struct aead_extra_tests_ctx { + struct rnd_state rng; struct aead_request *req; struct crypto_aead *tfm; const struct alg_test_desc *test_desc; @@ -2212,24 +2267,26 @@ * here means the full ciphertext including the authentication tag. The * authentication tag (and hence also the ciphertext) is assumed to be nonempty. */ -static void mutate_aead_message(struct aead_testvec *vec, bool aad_iv, +static void mutate_aead_message(struct rnd_state *rng, + struct aead_testvec *vec, bool aad_iv, unsigned int ivsize) { const unsigned int aad_tail_size = aad_iv ? ivsize : 0; const unsigned int authsize = vec->clen - vec->plen; - if (get_random_u32_below(2) == 0 && vec->alen > aad_tail_size) { + if (prandom_bool(rng) && vec->alen > aad_tail_size) { /* Mutate the AAD */ - flip_random_bit((u8 *)vec->assoc, vec->alen - aad_tail_size); - if (get_random_u32_below(2) == 0) + flip_random_bit(rng, (u8 *)vec->assoc, + vec->alen - aad_tail_size); + if (prandom_bool(rng)) return; } - if (get_random_u32_below(2) == 0) { + if (prandom_bool(rng)) { /* Mutate auth tag (assuming it's at the end of ciphertext) */ - flip_random_bit((u8 *)vec->ctext + vec->plen, authsize); + flip_random_bit(rng, (u8 *)vec->ctext + vec->plen, authsize); } else { /* Mutate any part of the ciphertext */ - flip_random_bit((u8 *)vec->ctext, vec->clen); + flip_random_bit(rng, (u8 *)vec->ctext, vec->clen); } } @@ -2240,7 +2297,8 @@ */ #define MIN_COLLISION_FREE_AUTHSIZE 8 -static void generate_aead_message(struct aead_request *req, +static void generate_aead_message(struct rnd_state *rng, + struct aead_request *req, const struct aead_test_suite *suite, struct aead_testvec *vec, bool prefer_inauthentic) @@ -2249,17 +2307,18 @@ const unsigned int ivsize = crypto_aead_ivsize(tfm); const unsigned int authsize = vec->clen - vec->plen; const bool inauthentic = (authsize >= MIN_COLLISION_FREE_AUTHSIZE) && - (prefer_inauthentic || get_random_u32_below(4) == 0); + (prefer_inauthentic || + prandom_u32_below(rng, 4) == 0); /* Generate the AAD. */ - generate_random_bytes((u8 *)vec->assoc, vec->alen); + generate_random_bytes(rng, (u8 *)vec->assoc, vec->alen); if (suite->aad_iv && vec->alen >= ivsize) /* Avoid implementation-defined behavior. */ memcpy((u8 *)vec->assoc + vec->alen - ivsize, vec->iv, ivsize); - if (inauthentic && get_random_u32_below(2) == 0) { + if (inauthentic && prandom_bool(rng)) { /* Generate a random ciphertext. */ - generate_random_bytes((u8 *)vec->ctext, vec->clen); + generate_random_bytes(rng, (u8 *)vec->ctext, vec->clen); } else { int i = 0; struct scatterlist src[2], dst; @@ -2271,7 +2330,7 @@ if (vec->alen) sg_set_buf(&src[i++], vec->assoc, vec->alen); if (vec->plen) { - generate_random_bytes((u8 *)vec->ptext, vec->plen); + generate_random_bytes(rng, (u8 *)vec->ptext, vec->plen); sg_set_buf(&src[i++], vec->ptext, vec->plen); } sg_init_one(&dst, vec->ctext, vec->alen + vec->clen); @@ -2291,7 +2350,7 @@ * Mutate the authentic (ciphertext, AAD) pair to get an * inauthentic one. */ - mutate_aead_message(vec, suite->aad_iv, ivsize); + mutate_aead_message(rng, vec, suite->aad_iv, ivsize); } vec->novrfy = 1; if (suite->einval_allowed) @@ -2305,7 +2364,8 @@ * If 'prefer_inauthentic' is true, then this function will generate inauthentic * test vectors (i.e. vectors with 'vec->novrfy=1') more often. */ -static void generate_random_aead_testvec(struct aead_request *req, +static void generate_random_aead_testvec(struct rnd_state *rng, + struct aead_request *req, struct aead_testvec *vec, const struct aead_test_suite *suite, unsigned int maxkeysize, @@ -2321,18 +2381,18 @@ /* Key: length in [0, maxkeysize], but usually choose maxkeysize */ vec->klen = maxkeysize; - if (get_random_u32_below(4) == 0) - vec->klen = get_random_u32_below(maxkeysize + 1); - generate_random_bytes((u8 *)vec->key, vec->klen); + if (prandom_u32_below(rng, 4) == 0) + vec->klen = prandom_u32_below(rng, maxkeysize + 1); + generate_random_bytes(rng, (u8 *)vec->key, vec->klen); vec->setkey_error = crypto_aead_setkey(tfm, vec->key, vec->klen); /* IV */ - generate_random_bytes((u8 *)vec->iv, ivsize); + generate_random_bytes(rng, (u8 *)vec->iv, ivsize); /* Tag length: in [0, maxauthsize], but usually choose maxauthsize */ authsize = maxauthsize; - if (get_random_u32_below(4) == 0) - authsize = get_random_u32_below(maxauthsize + 1); + if (prandom_u32_below(rng, 4) == 0) + authsize = prandom_u32_below(rng, maxauthsize + 1); if (prefer_inauthentic && authsize < MIN_COLLISION_FREE_AUTHSIZE) authsize = MIN_COLLISION_FREE_AUTHSIZE; if (WARN_ON(authsize > maxdatasize)) @@ -2341,11 +2401,11 @@ vec->setauthsize_error = crypto_aead_setauthsize(tfm, authsize); /* AAD, plaintext, and ciphertext lengths */ - total_len = generate_random_length(maxdatasize); - if (get_random_u32_below(4) == 0) + total_len = generate_random_length(rng, maxdatasize); + if (prandom_u32_below(rng, 4) == 0) vec->alen = 0; else - vec->alen = generate_random_length(total_len); + vec->alen = generate_random_length(rng, total_len); vec->plen = total_len - vec->alen; vec->clen = vec->plen + authsize; @@ -2356,7 +2416,7 @@ vec->novrfy = 0; vec->crypt_error = 0; if (vec->setkey_error == 0 && vec->setauthsize_error == 0) - generate_aead_message(req, suite, vec, prefer_inauthentic); + generate_aead_message(rng, req, suite, vec, prefer_inauthentic); snprintf(name, max_namelen, "\"random: alen=%u plen=%u authsize=%u klen=%u novrfy=%d\"", vec->alen, vec->plen, authsize, vec->klen, vec->novrfy); @@ -2368,7 +2428,7 @@ int i; for (i = 0; i < 10; i++) { - generate_random_aead_testvec(ctx->req, &ctx->vec, + generate_random_aead_testvec(&ctx->rng, ctx->req, &ctx->vec, &ctx->test_desc->suite.aead, ctx->maxkeysize, ctx->maxdatasize, ctx->vec_name, @@ -2399,7 +2459,8 @@ */ try_to_generate_inauthentic_testvec(ctx); if (ctx->vec.novrfy) { - generate_random_testvec_config(&ctx->cfg, ctx->cfgname, + generate_random_testvec_config(&ctx->rng, &ctx->cfg, + ctx->cfgname, sizeof(ctx->cfgname)); err = test_aead_vec_cfg(DECRYPT, &ctx->vec, ctx->vec_name, &ctx->cfg, @@ -2489,12 +2550,13 @@ * the other implementation against them. */ for (i = 0; i < fuzz_iterations * 8; i++) { - generate_random_aead_testvec(generic_req, &ctx->vec, + generate_random_aead_testvec(&ctx->rng, generic_req, &ctx->vec, &ctx->test_desc->suite.aead, ctx->maxkeysize, ctx->maxdatasize, ctx->vec_name, sizeof(ctx->vec_name), false); - generate_random_testvec_config(&ctx->cfg, ctx->cfgname, + generate_random_testvec_config(&ctx->rng, &ctx->cfg, + ctx->cfgname, sizeof(ctx->cfgname)); if (!ctx->vec.novrfy) { err = test_aead_vec_cfg(ENCRYPT, &ctx->vec, @@ -2533,6 +2595,7 @@ ctx = kzalloc(sizeof(*ctx), GFP_KERNEL); if (!ctx) return -ENOMEM; + init_rnd_state(&ctx->rng); ctx->req = req; ctx->tfm = crypto_aead_reqtfm(req); ctx->test_desc = test_desc; @@ -2922,11 +2985,14 @@ #ifdef CONFIG_CRYPTO_MANAGER_EXTRA_TESTS if (!noextratests) { + struct rnd_state rng; struct testvec_config cfg; char cfgname[TESTVEC_CONFIG_NAMELEN]; + init_rnd_state(&rng); + for (i = 0; i < fuzz_iterations; i++) { - generate_random_testvec_config(&cfg, cfgname, + generate_random_testvec_config(&rng, &cfg, cfgname, sizeof(cfgname)); err = test_skcipher_vec_cfg(enc, vec, vec_name, &cfg, req, tsgls); @@ -2944,7 +3010,8 @@ * Generate a symmetric cipher test vector from the given implementation. * Assumes the buffers in 'vec' were already allocated. */ -static void generate_random_cipher_testvec(struct skcipher_request *req, +static void generate_random_cipher_testvec(struct rnd_state *rng, + struct skcipher_request *req, struct cipher_testvec *vec, unsigned int maxdatasize, char *name, size_t max_namelen) @@ -2958,17 +3025,17 @@ /* Key: length in [0, maxkeysize], but usually choose maxkeysize */ vec->klen = maxkeysize; - if (get_random_u32_below(4) == 0) - vec->klen = get_random_u32_below(maxkeysize + 1); - generate_random_bytes((u8 *)vec->key, vec->klen); + if (prandom_u32_below(rng, 4) == 0) + vec->klen = prandom_u32_below(rng, maxkeysize + 1); + generate_random_bytes(rng, (u8 *)vec->key, vec->klen); vec->setkey_error = crypto_skcipher_setkey(tfm, vec->key, vec->klen); /* IV */ - generate_random_bytes((u8 *)vec->iv, ivsize); + generate_random_bytes(rng, (u8 *)vec->iv, ivsize); /* Plaintext */ - vec->len = generate_random_length(maxdatasize); - generate_random_bytes((u8 *)vec->ptext, vec->len); + vec->len = generate_random_length(rng, maxdatasize); + generate_random_bytes(rng, (u8 *)vec->ptext, vec->len); /* If the key couldn't be set, no need to continue to encrypt. */ if (vec->setkey_error) @@ -3010,6 +3077,7 @@ const unsigned int maxdatasize = (2 * PAGE_SIZE) - TESTMGR_POISON_LEN; const char *algname = crypto_skcipher_alg(tfm)->base.cra_name; const char *driver = crypto_skcipher_driver_name(tfm); + struct rnd_state rng; char _generic_driver[CRYPTO_MAX_ALG_NAME]; struct crypto_skcipher *generic_tfm = NULL; struct skcipher_request *generic_req = NULL; @@ -3027,6 +3095,8 @@ if (strncmp(algname, "kw(", 3) == 0) return 0; + init_rnd_state(&rng); + if (!generic_driver) { /* Use default naming convention? */ err = build_generic_driver_name(algname, _generic_driver); if (err) @@ -3111,9 +3181,11 @@ } for (i = 0; i < fuzz_iterations * 8; i++) { - generate_random_cipher_testvec(generic_req, &vec, maxdatasize, + generate_random_cipher_testvec(&rng, generic_req, &vec, + maxdatasize, vec_name, sizeof(vec_name)); - generate_random_testvec_config(cfg, cfgname, sizeof(cfgname)); + generate_random_testvec_config(&rng, cfg, cfgname, + sizeof(cfgname)); err = test_skcipher_vec_cfg(ENCRYPT, &vec, vec_name, cfg, req, tsgls); --- linux-lowlatency-hwe-6.2-6.2.0.orig/crypto/xts.c +++ linux-lowlatency-hwe-6.2-6.2.0/crypto/xts.c @@ -203,12 +203,12 @@ if (!err) { struct xts_request_ctx *rctx = skcipher_request_ctx(req); - rctx->subreq.base.flags &= ~CRYPTO_TFM_REQ_MAY_SLEEP; + rctx->subreq.base.flags &= CRYPTO_TFM_REQ_MAY_BACKLOG; err = xts_xor_tweak_post(req, true); if (!err && unlikely(req->cryptlen % XTS_BLOCK_SIZE)) { err = xts_cts_final(req, crypto_skcipher_encrypt); - if (err == -EINPROGRESS) + if (err == -EINPROGRESS || err == -EBUSY) return; } } @@ -223,12 +223,12 @@ if (!err) { struct xts_request_ctx *rctx = skcipher_request_ctx(req); - rctx->subreq.base.flags &= ~CRYPTO_TFM_REQ_MAY_SLEEP; + rctx->subreq.base.flags &= CRYPTO_TFM_REQ_MAY_BACKLOG; err = xts_xor_tweak_post(req, false); if (!err && unlikely(req->cryptlen % XTS_BLOCK_SIZE)) { err = xts_cts_final(req, crypto_skcipher_decrypt); - if (err == -EINPROGRESS) + if (err == -EINPROGRESS || err == -EBUSY) return; } } --- linux-lowlatency-hwe-6.2-6.2.0.orig/debian.lowlatency-hwe-6.2/abi/abiname +++ linux-lowlatency-hwe-6.2-6.2.0/debian.lowlatency-hwe-6.2/abi/abiname @@ -0,0 +1 @@ +1017 --- linux-lowlatency-hwe-6.2-6.2.0.orig/debian.lowlatency-hwe-6.2/abi/amd64/lowlatency +++ linux-lowlatency-hwe-6.2-6.2.0/debian.lowlatency-hwe-6.2/abi/amd64/lowlatency @@ -0,0 +1,27623 @@ +ACPI EXPORT_SYMBOL_GPL 0xa6af1390 acpi_table_parse_cedt vmlinux +BRCMFMAC EXPORT_SYMBOL_GPL 0x50ae02df brcmf_fwvid_unregister_vendor drivers/net/wireless/broadcom/brcm80211/brcmfmac/brcmfmac +BRCMFMAC EXPORT_SYMBOL_GPL 0xd07c65d2 brcmf_fwvid_register_vendor drivers/net/wireless/broadcom/brcm80211/brcmfmac/brcmfmac +COUNTER EXPORT_SYMBOL_GPL 0x4c389ce0 counter_add drivers/counter/counter +COUNTER EXPORT_SYMBOL_GPL 0x51ac3b77 counter_unregister drivers/counter/counter +COUNTER EXPORT_SYMBOL_GPL 0x65c3034a counter_push_event drivers/counter/counter +COUNTER EXPORT_SYMBOL_GPL 0x7d9e3df8 counter_alloc drivers/counter/counter +COUNTER EXPORT_SYMBOL_GPL 0x8b36fbae counter_put drivers/counter/counter +COUNTER EXPORT_SYMBOL_GPL 0xa583679c counter_priv drivers/counter/counter +COUNTER EXPORT_SYMBOL_GPL 0xabf59cda devm_counter_alloc drivers/counter/counter +COUNTER EXPORT_SYMBOL_GPL 0xd4e0021b devm_counter_add drivers/counter/counter +CRYPTO_INTERNAL EXPORT_SYMBOL_GPL 0x27d0e8bc crypto_cipher_setkey vmlinux +CRYPTO_INTERNAL EXPORT_SYMBOL_GPL 0x8ec96815 crypto_cipher_decrypt_one vmlinux +CRYPTO_INTERNAL EXPORT_SYMBOL_GPL 0xfbb654f1 crypto_cipher_encrypt_one vmlinux +CXL EXPORT_SYMBOL_GPL 0x00e70ba4 set_exclusive_cxl_commands drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x034783ec to_cxl_nvdimm drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x04eb139f find_cxl_root drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x055c6ee3 cxl_mem_active_inc vmlinux +CXL EXPORT_SYMBOL_GPL 0x0b58f54f is_cxl_pmem_region drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x106687d5 cxl_mem_create_range_info drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x13ed0c51 cxl_decoder_autoremove drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x151f254e to_cxl_nvdimm_bridge drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x17dba63f cxl_bus_type drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x1c667d15 devm_cxl_add_nvdimm_bridge drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x2adbfd74 cxl_switch_decoder_alloc drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x310d040f cxl_endpoint_autoremove drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x32ef5df9 devm_cxl_port_enumerate_dports drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x33e2aa93 cxl_mem_active_dec vmlinux +CXL EXPORT_SYMBOL_GPL 0x385e1f83 cxl_await_media_ready drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x3d28c654 cxl_enumerate_cmds drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x3e4b7c93 devm_cxl_setup_hdm drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x42b4981b to_cxl_decoder drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x4fc09b81 is_cxl_port drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x5466cc62 devm_cxl_add_port drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x5adad587 to_cxl_root_decoder drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x5ec8fc9b is_cxl_region drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x60671a29 cxl_find_regblock drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x63107860 is_cxl_nvdimm drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x6969ab3e cxl_root_decoder_alloc drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x6d85a20f cxl_hdm_decode_init drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x701bbaad cxl_bus_rescan drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x756ee281 cxl_probe_device_regs drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x7c9f9747 devm_cxl_add_rch_dport drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x7e1edcd3 cxl_dev_state_identify drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x7e38570f cxl_dpa_debug 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 0x8549f17b devm_cxl_register_pci_bus drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x86ad5b28 cxl_map_device_regs drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x8c0cd41c cxl_port_to_pci_bus drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x8e86dbea cxl_map_component_regs drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x8e95498c clear_exclusive_cxl_commands drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x8ec9817b cxl_decoder_add_locked drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x96aa02db to_cxl_endpoint_decoder drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x98628ac8 cxl_bus_drain drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xae472102 devm_cxl_enumerate_decoders drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xae99a4ca devm_cxl_add_passthrough_decoder drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xb3f4aefb cxl_endpoint_decoder_alloc drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xba4b5c5e to_cxl_pmem_region drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xc03d1e9a read_cdat_data drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xc2333b5e is_cxl_memdev drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xc46f11bc cxl_mem_find_port drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xc5c14109 to_cxl_port drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xc67a3459 cxl_find_nvdimm_bridge drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xc70dee6f cxl_decoder_add drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xca57a351 devm_cxl_add_dport drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xceaa4aa6 cxl_probe_component_regs drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xd0abcf02 cxl_debugfs_create_dir drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xd2651485 cxl_internal_send_cmd drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xd68fad4a cxl_hb_modulo drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xd8f4231e is_cxl_nvdimm_bridge drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xdbd8713b devm_cxl_add_memdev drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xdf44019d schedule_cxl_memdev_detach drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xe33d248a devm_cxl_add_nvdimm drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xe6640e28 is_root_decoder drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xecb2f604 devm_cxl_enumerate_ports drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xfb3a4fb2 cxl_rcrb_to_component drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xfde05421 cxl_driver_unregister drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xff87386b __cxl_driver_register drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xff8ea74d cxl_dev_state_create 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 0x015c3a5f dma_buf_vunmap_unlocked vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x0c1b872b dma_buf_unpin vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x1745c999 dma_buf_end_cpu_access vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x2118cc08 dma_buf_get vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x4051211c dma_buf_vunmap vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x4e8cd46d dma_buf_unmap_attachment vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x64a380e2 dma_buf_put vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x6cfb0836 dma_buf_detach vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x709b0d43 dma_buf_dynamic_attach vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x78b89516 dma_buf_begin_cpu_access vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x82b10453 dma_buf_move_notify vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x95eb9558 dma_buf_pin vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0xab5ac85d dma_buf_unmap_attachment_unlocked vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0xad612b19 dma_buf_map_attachment_unlocked vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0xb492903d dma_buf_vmap vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0xb52e04ea dma_buf_fd vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0xd88b945d dma_buf_export vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0xdbd69687 dma_buf_map_attachment vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0xde7fb449 dma_buf_attach vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0xe2cea94e dma_buf_mmap vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0xfd7ca49f dma_buf_vmap_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 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 0x0b796777 crypto_nhpoly1305_final +EXPORT_SYMBOL crypto/nhpoly1305 0x41aa80e9 crypto_nhpoly1305_update_helper +EXPORT_SYMBOL crypto/nhpoly1305 0x69d2fdba crypto_nhpoly1305_init +EXPORT_SYMBOL crypto/nhpoly1305 0x7894c3ad crypto_nhpoly1305_update +EXPORT_SYMBOL crypto/nhpoly1305 0xaad1714d crypto_nhpoly1305_final_helper +EXPORT_SYMBOL crypto/nhpoly1305 0xdfd00aa9 crypto_nhpoly1305_setkey +EXPORT_SYMBOL crypto/sha3_generic 0xac5b655a crypto_sha3_final +EXPORT_SYMBOL crypto/sha3_generic 0xc09c825b crypto_sha3_update +EXPORT_SYMBOL crypto/sha3_generic 0xe52bf39f crypto_sha3_init +EXPORT_SYMBOL crypto/sm2_generic 0x3ce2f416 sm2_compute_z_digest +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 0x103735ba acpi_video_report_nolcd +EXPORT_SYMBOL drivers/acpi/video 0x45b61916 acpi_video_register_backlight +EXPORT_SYMBOL drivers/acpi/video 0x5c35c2a1 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 0xa30c8677 acpi_video_get_levels +EXPORT_SYMBOL drivers/atm/suni 0x95718899 suni_init +EXPORT_SYMBOL drivers/bcma/bcma 0x3f927b62 bcma_core_dma_translation +EXPORT_SYMBOL drivers/bcma/bcma 0xbe6b3b1e 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/block/paride/paride 0x31925ada pi_read_block +EXPORT_SYMBOL drivers/block/paride/paride 0x3d148bde pi_connect +EXPORT_SYMBOL drivers/block/paride/paride 0x4267110a pi_register_driver +EXPORT_SYMBOL drivers/block/paride/paride 0x55e2f4d5 pi_write_regr +EXPORT_SYMBOL drivers/block/paride/paride 0x626f322f pi_disconnect +EXPORT_SYMBOL drivers/block/paride/paride 0x6cc44dae paride_register +EXPORT_SYMBOL drivers/block/paride/paride 0x94396a60 pi_release +EXPORT_SYMBOL drivers/block/paride/paride 0xa22d25b0 pi_do_claimed +EXPORT_SYMBOL drivers/block/paride/paride 0xb21ba07d pi_unregister_driver +EXPORT_SYMBOL drivers/block/paride/paride 0xb61ebfb0 pi_schedule_claimed +EXPORT_SYMBOL drivers/block/paride/paride 0xd1597c74 pi_read_regr +EXPORT_SYMBOL drivers/block/paride/paride 0xd43d80e9 pi_write_block +EXPORT_SYMBOL drivers/block/paride/paride 0xee2562f7 paride_unregister +EXPORT_SYMBOL drivers/block/paride/paride 0xf3bbd9de pi_init +EXPORT_SYMBOL drivers/bluetooth/btbcm 0xd966d3d5 btbcm_patchram +EXPORT_SYMBOL drivers/bluetooth/btrsi 0x36c8f81e rsi_bt_ops +EXPORT_SYMBOL drivers/bus/mhi/host/mhi 0x6d5ace95 mhi_sync_power_up +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x01b10ebc 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 0x72bd0646 ipmi_smi_watcher_unregister +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 0x8d3ad170 ipmi_get_smi_info +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 0xc4e48e08 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/nvram 0x3ef38dc9 arch_nvram_ops +EXPORT_SYMBOL drivers/char/tpm/st33zp24/tpm_st33zp24 0x7b014149 st33zp24_remove +EXPORT_SYMBOL drivers/char/tpm/st33zp24/tpm_st33zp24 0x7b764e9e st33zp24_probe +EXPORT_SYMBOL drivers/char/tpm/st33zp24/tpm_st33zp24 0x873d311c st33zp24_pm_suspend +EXPORT_SYMBOL drivers/char/tpm/st33zp24/tpm_st33zp24 0xd1c06d3a st33zp24_pm_resume +EXPORT_SYMBOL drivers/char/xillybus/xillybus_class 0x5b2acd3f xillybus_find_inode +EXPORT_SYMBOL drivers/char/xillybus/xillybus_class 0xc3e718e0 xillybus_cleanup_chrdev +EXPORT_SYMBOL drivers/char/xillybus/xillybus_class 0xf0a6f4c7 xillybus_init_chrdev +EXPORT_SYMBOL drivers/char/xillybus/xillybus_core 0x1b18f334 xillybus_endpoint_remove +EXPORT_SYMBOL drivers/char/xillybus/xillybus_core 0x25978d50 xillybus_isr +EXPORT_SYMBOL drivers/char/xillybus/xillybus_core 0x6e78da59 xillybus_endpoint_discovery +EXPORT_SYMBOL drivers/char/xillybus/xillybus_core 0xf4ac82ee xillybus_init_endpoint +EXPORT_SYMBOL drivers/crypto/atmel-i2c 0x55b2127e atmel_i2c_send_receive +EXPORT_SYMBOL drivers/crypto/atmel-i2c 0x80a11b1d atmel_i2c_init_read_cmd +EXPORT_SYMBOL drivers/crypto/atmel-i2c 0x9416fbc5 atmel_i2c_enqueue +EXPORT_SYMBOL drivers/crypto/atmel-i2c 0xb6c854bb atmel_i2c_init_ecdh_cmd +EXPORT_SYMBOL drivers/crypto/atmel-i2c 0xbc6c3253 atmel_i2c_probe +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 0xaa04056c psp_tee_process_cmd +EXPORT_SYMBOL drivers/firewire/firewire-core 0x01693e55 fw_iso_buffer_init +EXPORT_SYMBOL drivers/firewire/firewire-core 0x01b3067c fw_iso_context_create +EXPORT_SYMBOL drivers/firewire/firewire-core 0x0578695b fw_card_initialize +EXPORT_SYMBOL drivers/firewire/firewire-core 0x0bc6094c fw_core_remove_descriptor +EXPORT_SYMBOL drivers/firewire/firewire-core 0x23101b9d fw_core_add_address_handler +EXPORT_SYMBOL drivers/firewire/firewire-core 0x2885fec5 fw_get_request_speed +EXPORT_SYMBOL drivers/firewire/firewire-core 0x2cbe5285 fw_iso_context_stop +EXPORT_SYMBOL drivers/firewire/firewire-core 0x2fbf11a4 fw_send_request +EXPORT_SYMBOL drivers/firewire/firewire-core 0x39c1540c 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 0x3d7de1f5 fw_schedule_bus_reset +EXPORT_SYMBOL drivers/firewire/firewire-core 0x4616aba8 fw_core_remove_card +EXPORT_SYMBOL drivers/firewire/firewire-core 0x47394302 fw_iso_context_queue_flush +EXPORT_SYMBOL drivers/firewire/firewire-core 0x543caddb fw_cancel_transaction +EXPORT_SYMBOL drivers/firewire/firewire-core 0x6914e881 fw_iso_context_queue +EXPORT_SYMBOL drivers/firewire/firewire-core 0x6dc50487 fw_csr_string +EXPORT_SYMBOL drivers/firewire/firewire-core 0x6f7c270f fw_run_transaction +EXPORT_SYMBOL drivers/firewire/firewire-core 0x73c100bf fw_iso_context_start +EXPORT_SYMBOL drivers/firewire/firewire-core 0x765a6ce3 fw_iso_buffer_destroy +EXPORT_SYMBOL drivers/firewire/firewire-core 0x80871233 fw_iso_resource_manage +EXPORT_SYMBOL drivers/firewire/firewire-core 0x86468d44 fw_rcode_string +EXPORT_SYMBOL drivers/firewire/firewire-core 0x8751e67b fw_core_handle_request +EXPORT_SYMBOL drivers/firewire/firewire-core 0x8fc7959a fw_core_handle_bus_reset +EXPORT_SYMBOL drivers/firewire/firewire-core 0x914d33d0 fw_iso_context_flush_completions +EXPORT_SYMBOL drivers/firewire/firewire-core 0x94974114 fw_fill_response +EXPORT_SYMBOL drivers/firewire/firewire-core 0xa2248171 fw_bus_type +EXPORT_SYMBOL drivers/firewire/firewire-core 0xaa07ca9b fw_send_response +EXPORT_SYMBOL drivers/firewire/firewire-core 0xab29cb91 fw_device_enable_phys_dma +EXPORT_SYMBOL drivers/firewire/firewire-core 0xaedf84ce fw_high_memory_region +EXPORT_SYMBOL drivers/firewire/firewire-core 0xb20958ef fw_iso_context_destroy +EXPORT_SYMBOL drivers/firewire/firewire-core 0xb732e79e fw_card_add +EXPORT_SYMBOL drivers/firewire/firewire-core 0xc8d5ce34 fw_core_handle_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/fpga/dfl 0x43cd60f0 dfl_driver_unregister +EXPORT_SYMBOL drivers/fpga/dfl 0xf47031ae __dfl_driver_register +EXPORT_SYMBOL drivers/fpga/lattice-sysconfig 0x83e16afc sysconfig_probe +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x000398d5 drm_dp_aux_register +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x00ca214f drm_dp_mst_dsc_aux_for_port +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x014f41fa drm_dp_mst_add_affected_dsc_crtcs +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x015616ae drm_dp_pcon_pps_default +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 0x055dafdf drm_dp_read_clock_recovery_delay +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x067f5721 drm_dp_mst_get_edid +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x069b9a93 drm_dp_cec_register_connector +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x06c49551 drm_dp_dsc_sink_line_buf_depth +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x0860df9c drm_dp_pcon_reset_frl_config +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x128ac2aa drm_dp_pcon_frl_prepare +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x155b54fb drm_dp_downstream_id +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x1605d0ed drm_dp_lttpr_max_lane_count +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x1709ddcf drm_dp_lttpr_link_train_clock_recovery_delay +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x17a0db5c drm_dp_link_train_channel_eq_delay +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x17f1c9c2 drm_hdmi_infoframe_set_hdr_metadata +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 0x1bd65d2a drm_dp_set_phy_test_pattern +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x1bf2d706 drm_dp_add_payload_part2 +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x1c36aaac drm_atomic_get_mst_topology_state +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x1d305e11 drm_atomic_get_new_mst_topology_state +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x21b11aa2 drm_edp_backlight_set_level +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x23961837 drm_dp_downstream_max_bpc +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x2490f218 drm_dp_128b132b_read_aux_rd_interval +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x26764a7f drm_dp_aux_init +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 0x2bb1e7a9 drm_dp_read_channel_eq_delay +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x2ce9781b drm_dp_cec_unregister_connector +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x2dee72cd drm_dp_mst_dump_topology +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x2f1d755a drm_dp_mst_topology_mgr_suspend +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 0x329e9c37 drm_dp_mst_topology_state_funcs +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x337a486f drm_dp_read_lttpr_phy_caps +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x352a38fb drm_dp_mst_connector_early_unregister +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x35598939 drm_dp_mst_hpd_irq_send_new_request +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x37b7584e drm_lspcon_get_mode +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x385ab81a drm_dp_aux_unregister +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x392a838b drm_dp_downstream_max_dotclock +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x3981d5e4 drm_dp_mst_atomic_check +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x3a077694 drm_dp_pcon_pps_override_buf +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x3a8063f3 drm_dp_dsc_sink_supported_input_bpcs +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x3e62aac0 drm_dp_send_power_updown_phy +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x3f4d10f6 drm_dp_mst_put_port_malloc +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x407cc882 drm_dp_pcon_frl_configure_1 +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x4261de7a drm_dp_dpcd_read +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x42c7a507 drm_dp_mst_topology_mgr_init +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x43796d73 drm_dp_cec_irq +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 0x4ab2575e drm_edp_backlight_init +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x4e131aa0 drm_dp_read_sink_count +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x4ec827f3 drm_hdcp_update_content_protection +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x4f406dde drm_dp_stop_crc +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x4f859e2c drm_dp_downstream_debug +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x50855e6b drm_dp_get_vc_payload_bw +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 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 0x5d232742 drm_dp_dpcd_read_phy_link_status +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x5d54d987 drm_lspcon_set_mode +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x5d54ea90 drm_dp_mst_atomic_enable_dsc +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x5e98c5f8 drm_dp_dual_mode_get_tmds_output +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x5ef1c4ca drm_panel_dp_aux_backlight +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x6065a877 drm_dp_send_query_stream_enc_status +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x63955662 drm_dp_dpcd_write +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 0x658321ce drm_edp_backlight_disable +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x6615069e drm_dp_dsc_sink_max_slice_count +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x668982fa drm_dp_remove_payload +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x68151e6c drm_dp_cec_set_edid +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x68220407 drm_dp_cec_unset_edid +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x68d8dce7 drm_dp_downstream_is_tmds +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x6931abe6 drm_scdc_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 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 0x70851541 drm_dp_atomic_release_time_slots +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x72423f5c drm_dp_mst_get_port_malloc +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 0x74aed46b 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 0x78a4f0f7 drm_dp_pcon_hdmi_frl_link_error_count +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x79458ab7 drm_dp_dpcd_probe +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x79c4c992 drm_scdc_set_scrambling +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x7b57fd74 drm_hdmi_avi_infoframe_bars +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x805d5cde drm_dp_read_desc +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x81c2a9d7 drm_dp_downstream_mode +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x87ba58c8 drm_dp_pcon_is_frl_ready +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x8a721e17 drm_dp_read_downstream_info +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 0x8f846114 drm_scdc_set_high_tmds_clock_ratio +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x90571c2c drm_hdmi_avi_infoframe_colorimetry +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 0x94307549 drm_dp_check_act_status +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x955a0794 drm_dp_pcon_hdmi_link_active +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x95e9e652 drm_dp_mst_root_conn_atomic_check +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x9736747f drm_scdc_get_scrambling_status +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x97c30451 drm_dp_dual_mode_max_tmds_clock +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x9846ed77 drm_dp_add_payload_part1 +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x984c6b04 drm_dp_pcon_hdmi_link_mode +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x990c7475 drm_dp_lttpr_link_train_channel_eq_delay +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x9bbf057f drm_edp_backlight_enable +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x9c62d28f drm_dp_read_mst_cap +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x9dfe6d7b drm_dp_pcon_pps_override_param +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xa1fefe6a drm_dp_psr_setup_time +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xa6089e3f drm_dp_pcon_frl_enable +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xacd76070 drm_dp_dual_mode_read +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xad7ac876 drm_dp_link_train_clock_recovery_delay +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xaf267620 drm_dp_lttpr_count +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xbe1cebf2 drm_dp_remote_aux_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 0xc04fc226 drm_dp_dual_mode_write +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xc1d649f9 drm_dp_mst_atomic_wait_for_dependencies +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xc44dad93 drm_dp_read_lttpr_common_caps +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 0xc7f4cf03 drm_dp_start_crc +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 0xc9b26404 drm_dp_dual_mode_detect +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xc9e5f256 drm_dp_read_sink_count_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 0xcd0b30fa drm_dp_pcon_frl_configure_2 +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xce7cbb3e drm_dp_get_phy_test_pattern +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xd17f431c drm_scdc_write +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xd2596802 drm_dp_mst_topology_mgr_set_mst +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 0xd6198c30 drm_dp_mst_detect_port +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xd7b90376 drm_dp_mst_atomic_setup_commit +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xde389abd drm_hdmi_avi_infoframe_content_type +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xdfb852e5 drm_dp_mst_update_slots +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xe0c4f4d4 drm_dp_mst_hpd_irq_handle_event +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xe1148748 drm_atomic_get_old_mst_topology_state +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xe49674e5 drm_dp_set_subconnector_property +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 0xe53ee3b5 drm_dp_pcon_convert_rgb_to_ycbcr +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xe5937fa5 drm_connector_attach_content_protection_property +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xe5b53772 drm_dp_mst_topology_mgr_resume +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xe78f0652 drm_dp_dpcd_read_link_status +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xe7f447b9 drm_dp_read_dpcd_caps +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xe93af8bd drm_atomic_get_mst_payload_state +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xecc8d6e0 drm_dp_dual_mode_set_tmds_output +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xedcf81ce drm_dp_channel_eq_ok +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xf16dac09 drm_dp_mst_connector_late_register +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xf3acd504 drm_dp_send_real_edid_checksum +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 0xf71b6dfe drm_dp_mst_topology_mgr_destroy +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xfb1a7a5a drm_dp_downstream_rgb_to_ycbcr_conversion +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xfe12bcb9 drm_dsc_compute_rc_parameters +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xff35fd28 drm_dp_vsc_sdp_log +EXPORT_SYMBOL drivers/gpu/drm/drm 0x005c290e drm_state_dump +EXPORT_SYMBOL drivers/gpu/drm/drm 0x015c0cfb drm_client_buffer_vunmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x016761cc drm_crtc_enable_color_mgmt +EXPORT_SYMBOL drivers/gpu/drm/drm 0x01fb5920 drm_gem_lru_move_tail +EXPORT_SYMBOL drivers/gpu/drm/drm 0x02ac8dcc drm_atomic_state_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x035a0746 drm_av_sync_delay +EXPORT_SYMBOL drivers/gpu/drm/drm 0x03c63897 __drm_get_edid_firmware_path +EXPORT_SYMBOL drivers/gpu/drm/drm 0x04b07857 drm_gem_put_pages +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0530e67f drm_ioctl +EXPORT_SYMBOL drivers/gpu/drm/drm 0x05673a32 drm_sysfs_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0x05c91c11 drm_gem_dmabuf_vunmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x06d9f700 drm_plane_from_index +EXPORT_SYMBOL drivers/gpu/drm/drm 0x07218d5e drm_mode_create_from_cmdline_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0743b7f0 drmm_mode_config_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x07fb449a drm_vma_offset_manager_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0835e7e2 drm_master_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0x088c90f0 drm_display_mode_from_cea_vic +EXPORT_SYMBOL drivers/gpu/drm/drm 0x08dd96b1 drm_gem_object_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0922b8c4 drm_get_format_info +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0962de31 drm_privacy_screen_call_notifier_chain +EXPORT_SYMBOL drivers/gpu/drm/drm 0x097115ca drm_dev_printk +EXPORT_SYMBOL drivers/gpu/drm/drm 0x09fd44f5 drm_vblank_work_schedule +EXPORT_SYMBOL drivers/gpu/drm/drm 0x09fdcd96 drm_client_modeset_probe +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0a00baa0 drm_edid_connector_update +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0a72f765 drm_clflush_virt_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0a9cb5b4 drm_panel_unprepare +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0b63c638 drm_event_reserve_init_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0b714516 drm_set_preferred_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0ce1b386 drm_connector_set_orientation_from_panel +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0d7e35e2 drm_mode_is_420_only +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0d9b4753 drm_mode_equal +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0e457ef1 drm_bridge_chain_mode_valid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0eb7f5eb drm_privacy_screen_lookup_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0f0b5e13 drm_property_add_enum +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0f47b51e drm_plane_create_zpos_immutable_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0f7acb66 drm_mm_print +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0f913a31 drm_client_dev_hotplug +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0fd60df2 drm_get_connector_status_name +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0fd9cbb6 drm_modeset_acquire_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x107742a9 drm_get_subpixel_order_name +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1087b0b9 drm_gem_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x11476d6f drm_calc_timestamping_constants +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1201be93 drm_property_create_object +EXPORT_SYMBOL drivers/gpu/drm/drm 0x122409d4 drm_sysfs_connector_status_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1229b3bc drm_gem_vm_close +EXPORT_SYMBOL drivers/gpu/drm/drm 0x13138f11 drm_crtc_vblank_waitqueue +EXPORT_SYMBOL drivers/gpu/drm/drm 0x139cde14 drm_clflush_pages +EXPORT_SYMBOL drivers/gpu/drm/drm 0x15197265 drm_syncobj_add_point +EXPORT_SYMBOL drivers/gpu/drm/drm 0x15624325 drm_connector_attach_encoder +EXPORT_SYMBOL drivers/gpu/drm/drm 0x168d3d7f drm_master_internal_acquire +EXPORT_SYMBOL drivers/gpu/drm/drm 0x16dc9240 drm_connector_list_iter_next +EXPORT_SYMBOL drivers/gpu/drm/drm 0x176e0ecd drm_debugfs_create_files +EXPORT_SYMBOL drivers/gpu/drm/drm 0x18ab5e59 drm_crtc_vblank_off +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1a266450 drm_add_modes_noedid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1a411479 drm_syncobj_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1abd44fc drm_plane_create_alpha_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1b9e625b drm_privacy_screen_register +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1bd7e7ac drm_gem_free_mmap_offset +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1cfa2363 drm_mode_find_dmt +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1df64099 drmm_connector_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1e239c39 drm_property_create_blob +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1e2d4982 drmm_kfree +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1e743967 drm_mode_object_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1e8ca868 drm_mode_create_scaling_mode_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1e963ff7 drm_dev_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1ec1b3b6 drm_is_current_master +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2023ff94 drm_dev_unplug +EXPORT_SYMBOL drivers/gpu/drm/drm 0x20eea3c4 drm_modeset_lock_single_interruptible +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2183c08c drm_mm_scan_add_block +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2493dbe2 drm_gem_get_pages +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 0x2522e9c1 drmm_encoder_init +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 0x278bde1d drm_plane_get_damage_clips_count +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2858f278 __drm_atomic_helper_set_config +EXPORT_SYMBOL drivers/gpu/drm/drm 0x28779e52 drm_printf +EXPORT_SYMBOL drivers/gpu/drm/drm 0x28bbf1ef drm_plane_create_rotation_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x29caddcb drm_color_lut_check +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 0x2bd3ecce drm_gem_vm_open +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2d1a177f drm_privacy_screen_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2e7ee69b drm_get_edid +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 0x2f685821 drm_crtc_set_max_vblank_count +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2f8244e0 drm_mode_object_find +EXPORT_SYMBOL drivers/gpu/drm/drm 0x31b8a5e3 __drm_set_edid_firmware_path +EXPORT_SYMBOL drivers/gpu/drm/drm 0x31d1c0c3 drm_dev_set_unique +EXPORT_SYMBOL drivers/gpu/drm/drm 0x321f2bc7 drm_universal_plane_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x32a0cc37 drm_print_bits +EXPORT_SYMBOL drivers/gpu/drm/drm 0x33551adb drm_gem_map_detach +EXPORT_SYMBOL drivers/gpu/drm/drm 0x33755c64 drm_mode_duplicate +EXPORT_SYMBOL drivers/gpu/drm/drm 0x339dfc12 drm_connector_update_edid_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x341d3229 drm_gem_vunmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x343dd3f9 drm_any_plane_has_format +EXPORT_SYMBOL drivers/gpu/drm/drm 0x34597613 drm_connector_register +EXPORT_SYMBOL drivers/gpu/drm/drm 0x345bb98f drm_mode_create_content_type_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x382338fc drm_atomic_private_obj_init +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 0x39e1befc drm_atomic_state_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x39e3b020 drm_mode_crtc_set_gamma_size +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3a58ff4b drm_framebuffer_lookup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3ab87110 drm_mode_equal_no_clocks +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3aef9199 drm_event_cancel_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3b0e5e9c __drm_puts_coredump +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3c22a4d8 drm_vma_offset_manager_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3cdc37e9 drm_edid_to_speaker_allocation +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3e43ad4e drm_dev_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3f405489 __drm_printfn_err +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3f4aaab0 drm_mode_config_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x429ed54c drm_atomic_set_mode_for_crtc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x42e10db0 drm_edid_read_custom +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4403a9c3 drm_mode_get_hv_timing +EXPORT_SYMBOL drivers/gpu/drm/drm 0x445f2fc9 drm_client_framebuffer_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4489a5e9 drm_edid_raw +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4497974b drm_gem_handle_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0x44d3197a drm_gem_handle_delete +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4575a0ca drm_mode_set_crtcinfo +EXPORT_SYMBOL drivers/gpu/drm/drm 0x45cbc6ed drm_plane_create_zpos_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x46051803 __drmm_encoder_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x47d7463a drm_mode_put_tile_group +EXPORT_SYMBOL drivers/gpu/drm/drm 0x47f3c62f drm_mode_get_tile_group +EXPORT_SYMBOL drivers/gpu/drm/drm 0x481dc8ed drm_connector_set_tile_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4831da6e drm_vma_offset_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4842cecc drm_mode_create_tv_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0x48f56522 drm_atomic_print_new_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0x49529735 drm_connector_attach_content_type_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x49f254bc drm_compat_ioctl +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4a35d30d drm_mode_set_name +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4a3814a3 drm_mode_create_dp_colorspace_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4a3a1afd drm_gem_prime_export +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4afceef8 drm_crtc_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4b07a7d9 drm_client_framebuffer_delete +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4b7ebf95 drm_mm_remove_node +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4bf41644 drm_atomic_state_clear +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4e2a621e drm_prime_sg_to_dma_addr_array +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4ed8dcb8 drm_bridge_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4efa7298 drm_privacy_screen_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4fb05d6a drm_gem_prime_import +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4fcdd079 drm_driver_legacy_fb_format +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4ff5da5c drm_connector_init_with_ddc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x503eb9e1 drm_atomic_check_only +EXPORT_SYMBOL drivers/gpu/drm/drm 0x50477f3f drm_bridge_attach +EXPORT_SYMBOL drivers/gpu/drm/drm 0x50674de7 drm_timeout_abs_to_jiffies +EXPORT_SYMBOL drivers/gpu/drm/drm 0x506cec80 drm_hdmi_avi_infoframe_quant_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x50f7771c drm_atomic_bridge_chain_disable +EXPORT_SYMBOL drivers/gpu/drm/drm 0x51032cb2 drm_mode_create_aspect_ratio_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x513072fe __drm_puts_seq_file +EXPORT_SYMBOL drivers/gpu/drm/drm 0x51806b3d drm_gem_mmap_obj +EXPORT_SYMBOL drivers/gpu/drm/drm 0x521ad6d0 drm_puts +EXPORT_SYMBOL drivers/gpu/drm/drm 0x52efef61 drm_object_property_get_value +EXPORT_SYMBOL drivers/gpu/drm/drm 0x54a7b172 drm_crtc_wait_one_vblank +EXPORT_SYMBOL drivers/gpu/drm/drm 0x54f76079 drm_connector_attach_dp_subconnector_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x54fb95d5 drm_master_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0x54fc5ca0 drm_crtc_vblank_reset +EXPORT_SYMBOL drivers/gpu/drm/drm 0x551ad43e drm_master_internal_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0x558d98c6 drm_atomic_set_mode_prop_for_crtc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x55badaab drm_probe_ddc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x55e2842b drm_gem_prime_fd_to_handle +EXPORT_SYMBOL drivers/gpu/drm/drm 0x55eb38da drm_format_info +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5621ae1d drm_plane_create_blend_mode_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x565c8417 drm_send_event +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 0x57d8455b drm_syncobj_get_handle +EXPORT_SYMBOL drivers/gpu/drm/drm 0x586a29d3 drm_gem_unlock_reservations +EXPORT_SYMBOL drivers/gpu/drm/drm 0x58813b38 devm_drm_bridge_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5881cdd3 drm_modeset_lock +EXPORT_SYMBOL drivers/gpu/drm/drm 0x59056243 drm_mm_replace_node +EXPORT_SYMBOL drivers/gpu/drm/drm 0x59be1bb5 drm_client_rotation +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5a37c5f8 drm_atomic_get_old_private_obj_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5a4662d6 drm_crtc_create_scaling_filter_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5aa04b0e drm_atomic_bridge_chain_post_disable +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5b4f6d66 drm_property_create_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5bc08333 drm_atomic_set_crtc_for_plane +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5bf3e3b9 drm_hdmi_avi_infoframe_from_display_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5d1f22a4 drm_atomic_get_new_private_obj_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5d6cb6e1 drm_atomic_set_fb_for_plane +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5d761bde drm_syncobj_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5da5d6ff drm_writeback_connector_init_with_encoder +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5e1cb7e2 drm_crtc_vblank_helper_get_vblank_timestamp +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5f56ce3e drm_edid_read_ddc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5f7985a5 drm_mm_scan_remove_block +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5fcc22f4 drm_privacy_screen_unregister +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6059c49b drm_modeset_lock_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x60aa6a1d drm_client_modeset_commit_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0x60bc47b2 drm_gem_prime_mmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x60c1703d drm_crtc_vblank_helper_get_vblank_timestamp_internal +EXPORT_SYMBOL drivers/gpu/drm/drm 0x64e8f051 drm_atomic_commit +EXPORT_SYMBOL drivers/gpu/drm/drm 0x65702bd6 drm_default_rgb_quant_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6605f689 drm_mode_probed_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0x66d0f746 drm_connector_attach_privacy_screen_provider +EXPORT_SYMBOL drivers/gpu/drm/drm 0x679edea8 drm_panel_prepare +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6863ded1 drm_connector_set_vrr_capable_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 0x6a4c96e5 drm_connector_update_privacy_screen +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6ab44ba3 drm_crtc_commit_wait +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6ac01ea8 drm_edid_to_sad +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6b2f25a9 drm_mode_create_hdmi_colorspace_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6b670e00 drm_gem_create_mmap_offset_size +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6c3cc3e3 drm_object_property_set_value +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6c5869da __drm_universal_plane_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6d9fd8a1 drm_connector_attach_edid_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6e7da4ba drm_modeset_lock_all_ctx +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6f10283d drm_edid_override_connector_update +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6fc9d9b2 drm_writeback_connector_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x70fe8217 drm_privacy_screen_unregister_notifier +EXPORT_SYMBOL drivers/gpu/drm/drm 0x718eb865 drm_atomic_nonblocking_commit +EXPORT_SYMBOL drivers/gpu/drm/drm 0x733592a6 drm_privacy_screen_get_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0x74769d40 drm_warn_on_modeset_not_all_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0x74fc6fbd drm_format_info_block_width +EXPORT_SYMBOL drivers/gpu/drm/drm 0x758e7414 drm_cvt_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x76b61d3f drm_client_buffer_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x76d2b76f drm_syncobj_replace_fence +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7775ebb6 drm_writeback_signal_completion +EXPORT_SYMBOL drivers/gpu/drm/drm 0x79c00fa2 drm_edid_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7af331ce drm_crtc_vblank_count_and_time +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7b2e2166 drm_vma_node_revoke +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7c511607 drm_gem_objects_lookup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7c545285 drm_edid_get_monitor_name +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7c669376 drm_property_create_signed_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7c8c99ea drm_aperture_remove_conflicting_framebuffers +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7cfd7094 drm_atomic_get_new_bridge_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7d641961 drm_crtc_send_vblank_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7d8865df drm_connector_attach_vrr_capable_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7dccdc02 drm_edid_get_panel_id +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7e3277f8 ___drm_dbg +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7e995e35 drm_privacy_screen_set_sw_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7edf470b drm_edid_duplicate +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7fd2e5c5 drm_gem_map_dma_buf +EXPORT_SYMBOL drivers/gpu/drm/drm 0x806ead6b __drmm_add_action +EXPORT_SYMBOL drivers/gpu/drm/drm 0x80709379 drm_atomic_get_new_connector_for_encoder +EXPORT_SYMBOL drivers/gpu/drm/drm 0x80c920dc drm_crtc_check_viewport +EXPORT_SYMBOL drivers/gpu/drm/drm 0x817c9c97 drm_property_lookup_blob +EXPORT_SYMBOL drivers/gpu/drm/drm 0x820ac5c0 drm_vma_node_allow_once +EXPORT_SYMBOL drivers/gpu/drm/drm 0x83340ff8 drm_prime_pages_to_sg +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8391b6c0 drm_gem_create_mmap_offset +EXPORT_SYMBOL drivers/gpu/drm/drm 0x83f902b7 drm_atomic_get_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0x84857b31 drm_panel_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0x84f387d6 drm_dev_unregister +EXPORT_SYMBOL drivers/gpu/drm/drm 0x860703b9 drm_property_create_bool +EXPORT_SYMBOL drivers/gpu/drm/drm 0x864deb87 drm_modeset_unlock_all +EXPORT_SYMBOL drivers/gpu/drm/drm 0x87587425 drm_atomic_get_old_connector_for_encoder +EXPORT_SYMBOL drivers/gpu/drm/drm 0x87eb6967 drm_connector_oob_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0x885d0c98 drm_property_replace_blob +EXPORT_SYMBOL drivers/gpu/drm/drm 0x889795d3 drm_debugfs_remove_files +EXPORT_SYMBOL drivers/gpu/drm/drm 0x88a13105 drm_atomic_get_private_obj_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0x89bc2725 drm_connector_attach_scaling_mode_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8a2cf26f drm_gem_unmap_dma_buf +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8ad507ac drm_gem_lru_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8c35d2cf drm_mode_is_420 +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8d4cd45e drm_mode_parse_command_line_for_connector +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8d72789e drm_edid_is_valid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8e69eab2 drm_hdmi_vendor_infoframe_from_display_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x90bc9f7b drm_atomic_state_default_clear +EXPORT_SYMBOL drivers/gpu/drm/drm 0x90cd2b92 drm_connector_create_privacy_screen_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0x90e89c4c drm_plane_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x913ce77b drm_atomic_bridge_chain_pre_enable +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9445a592 drm_panel_of_backlight +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9471e882 drm_client_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0x94b9a2dd drm_connector_list_iter_end +EXPORT_SYMBOL drivers/gpu/drm/drm 0x967240b4 drm_print_regset32 +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9677b8a8 drm_plane_create_scaling_filter_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x97a40d49 drm_connector_attach_privacy_screen_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0x97df9d1d drm_client_modeset_commit +EXPORT_SYMBOL drivers/gpu/drm/drm 0x982d09b3 drm_format_info_block_height +EXPORT_SYMBOL drivers/gpu/drm/drm 0x985f3580 drm_connector_set_panel_orientation +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9956adae drm_framebuffer_unregister_private +EXPORT_SYMBOL drivers/gpu/drm/drm 0x99a6a242 drm_client_modeset_dpms +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9a49851c drm_gem_private_object_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9a8f0029 drm_bridge_chain_enable +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9b285573 drm_match_cea_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9b95c885 drm_mode_match +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9b9de1c1 drm_edid_header_is_valid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9ce050be drm_mode_copy +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9de772e6 drm_mode_create_suggested_offset_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9e711f5a drm_mode_create_tv_margin_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9eab6879 drm_sysfs_connector_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9f5d6901 drm_atomic_bridge_chain_enable +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9f7fbed2 drm_mode_is_420_also +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa12023ba drm_bridge_chain_mode_set +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa1b50b47 drm_syncobj_find +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa22e79ea drm_dev_enter +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa2319b36 drm_ioctl_kernel +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 0xa578bf7e drm_handle_vblank +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa6180d5c drm_gem_dmabuf_export +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa65b1b3c drm_atomic_get_old_bridge_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa6688630 drm_encoder_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa66eb654 drm_mode_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa6703e38 drm_crtc_arm_vblank_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa6f8eb42 drm_connector_set_panel_orientation_with_quirk +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa7143af2 drm_panel_disable +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa759a420 drm_connector_attach_colorspace_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa8e055f7 drm_bridge_chain_pre_enable +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa9052a2e __drmm_add_action_or_reset +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa924d760 drm_noop +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa935f146 drm_put_dev +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa956955b drm_gem_lru_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa9595fcc drm_client_modeset_check +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa9d8262f drm_dev_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0xaa43e231 drm_gtf_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0xaa5238db drm_crtc_vblank_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0xaa89e577 drm_bridge_chain_disable +EXPORT_SYMBOL drivers/gpu/drm/drm 0xab13006f drm_connector_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xab528d8d drm_atomic_get_bridge_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0xab60b43f __drmm_mutex_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0xabbcf74c drm_connector_attach_max_bpc_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xacb9f633 drm_atomic_normalize_zpos +EXPORT_SYMBOL drivers/gpu/drm/drm 0xad4e902b drm_color_ctm_s31_32_to_qm_n +EXPORT_SYMBOL drivers/gpu/drm/drm 0xae261615 drm_modeset_unlock +EXPORT_SYMBOL drivers/gpu/drm/drm 0xae277372 __drm_crtc_commit_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0xae6e4e87 drm_mode_validate_ycbcr420 +EXPORT_SYMBOL drivers/gpu/drm/drm 0xaf7378b9 drm_framebuffer_plane_width +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb0db2c27 drm_plane_enable_fb_damage_clips +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb11ac7a7 __drm_err +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb13f45b5 drm_gem_object_lookup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb15e3b95 drm_client_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb19966d7 drm_property_create_bitmask +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb1bde9a0 drm_atomic_add_encoder_bridges +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb212dc3e drm_edid_dup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb2dffb12 drm_property_blob_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb3643ad8 drm_plane_create_color_properties +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 0xb437800f drm_wait_one_vblank +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb4586469 drm_bridge_chain_post_disable +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb4f539d8 drm_gem_dmabuf_mmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb6127243 drm_need_swiotlb +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb76dbc08 drm_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb7afe3a1 drm_dev_register +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb85595d3 drm_privacy_screen_register_notifier +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb91dc477 __devm_drm_dev_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb9a8fd33 drm_crtc_vblank_restore +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb9cad492 __drm_atomic_state_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbb3fb5e9 drm_gem_dma_resv_wait +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbb667dd0 drm_send_event_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbc789e45 drm_get_edid_switcheroo +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbcd57ddc drm_panel_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbd0c2eed drm_syncobj_find_fence +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbd5f3eae drm_syncobj_get_fd +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbdac567a drm_display_info_set_bus_formats +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbe0c6a4f drm_connector_has_possible_encoder +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbe13e23c drm_crtc_vblank_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbec173e9 __drmm_universal_plane_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbf04d1ed drm_file_get_master +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbf460ac5 drm_poll +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbf66da58 drm_connector_attach_tv_margin_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbf8f8e78 drm_writeback_get_out_fence +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc0417dfc drm_panel_get_modes +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc076c941 drm_gem_vmap_unlocked +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc1c03d13 drm_release_noglobal +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc2ce6668 drm_connector_set_path_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc303e761 drm_atomic_add_affected_connectors +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc36ae963 drm_vblank_work_cancel_sync +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc4409176 drm_prime_sg_to_page_array +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc60c0ce6 drm_object_property_get_default_value +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc62f4342 drm_modeset_acquire_fini +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc6e7753c drm_modeset_lock_all +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc713c2d4 drm_atomic_get_crtc_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc7357f86 drm_gem_dmabuf_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc772eca2 devm_aperture_acquire_from_firmware +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc7910e38 drm_vma_offset_lookup_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc7991466 drm_plane_get_damage_clips +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc7d04fc5 drm_vma_node_allow +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc8b02c99 drm_panel_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc962dfd0 drm_writeback_cleanup_job +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc977237b drm_gem_lru_scan +EXPORT_SYMBOL drivers/gpu/drm/drm 0xca26c8dc drm_vblank_work_flush +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcaea3f2e drm_connector_attach_hdr_output_metadata_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcb9cee8b drm_mode_plane_set_obj_prop +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcc78678a drm_gem_vunmap_unlocked +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcdb99cc9 drm_mode_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xce4990b7 drm_property_blob_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0xce87642f drm_crtc_accurate_vblank_count +EXPORT_SYMBOL drivers/gpu/drm/drm 0xceb193f7 drm_connector_unregister +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcef1f2eb drm_vblank_work_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcf0ac3e4 drm_mode_set_config_internal +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcfb6feaf drm_gem_dmabuf_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd000c2ef drm_gem_lock_reservations +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd13f9985 drm_edid_block_valid +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd148f164 drm_gem_object_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd2550c6d drm_object_attach_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd3139738 drm_modeset_drop_locks +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd4998fb4 drm_gem_map_attach +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd680a377 drm_gem_object_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd737a735 drm_property_replace_global_blob +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd775f14d drm_framebuffer_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd7989ea9 drm_add_edid_modes +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd7a9cf42 drm_mode_validate_size +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd8339a87 drm_mode_config_reset +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd8732807 drm_atomic_bridge_chain_check +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd88090e3 drm_atomic_add_affected_planes +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd8e89481 drm_client_framebuffer_flush +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd9507f82 drm_event_reserve_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd97a5a50 drm_encoder_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xda5da945 drm_atomic_get_connector_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdad9c8b1 drm_prime_get_contiguous_size +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdb7bf45d drm_mode_create_dvi_i_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdcf2d8b8 drmm_crtc_init_with_planes +EXPORT_SYMBOL drivers/gpu/drm/drm 0xde5d6b65 drm_bridge_chain_mode_fixup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdee30e98 drm_panel_enable +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdf194bf0 drm_modeset_backoff +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdf3f760d drm_mm_scan_color_evict +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdf4fcbd1 drm_framebuffer_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdf666902 drm_rotation_simplify +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe1b4f34b drm_framebuffer_plane_height +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe1c8ff2b drm_atomic_state_default_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe237a289 drm_open +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe317082a __drm_printfn_info +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe36ed5a2 drm_atomic_set_crtc_for_connector +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe3dbbf7b drm_mode_create_tile_group +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe416d80d drm_client_register +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe459eeda drm_connector_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe48f705e drm_connector_list_update +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe5279382 drm_prime_gem_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe633a4cd drm_format_info_bpp +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe6f94d62 drm_dev_has_vblank +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe71c6d04 drm_mode_object_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe8a034df drm_dev_exit +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe8a0e334 drm_vma_offset_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe8fdb5c2 drm_property_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe90557d6 drm_crtc_handle_vblank +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe9cb6f91 drm_crtc_init_with_planes +EXPORT_SYMBOL drivers/gpu/drm/drm 0xea00fe81 __drm_printfn_coredump +EXPORT_SYMBOL drivers/gpu/drm/drm 0xea3029cc drm_gtf_mode_complex +EXPORT_SYMBOL drivers/gpu/drm/drm 0xea580473 drm_atomic_private_obj_fini +EXPORT_SYMBOL drivers/gpu/drm/drm 0xeada0e7d __drmm_crtc_alloc_with_planes +EXPORT_SYMBOL drivers/gpu/drm/drm 0xeaf1c24b drm_send_event_timestamp_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0xed633680 drm_mode_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0xedac5581 __drm_atomic_helper_disable_plane +EXPORT_SYMBOL drivers/gpu/drm/drm 0xedd1d7ee drm_read +EXPORT_SYMBOL drivers/gpu/drm/drm 0xee584ead drm_connector_set_link_status_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xee5fb078 drm_property_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0xeeca3918 drm_writeback_prepare_job +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf01d4a13 drm_aperture_remove_conflicting_pci_framebuffers +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf0517d7a drm_mm_init +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 0xf2a23c92 drm_edid_read +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf2a243b0 drm_invalid_op +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf2dc1196 drm_vblank_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf2e38b56 drm_bridge_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf362e627 drm_crtc_vblank_count +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf406e46a drm_get_connector_type_name +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf52cebe9 drm_gem_prime_import_dev +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf5c7064d drm_gem_prime_handle_to_fd +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf7069443 drm_connector_atomic_hdr_metadata_equal +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf824c7db __drm_printfn_debug +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf909391f drm_writeback_queue_job +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfa0cc813 drmm_kmalloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfa24e87d drm_gem_mmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfb54ada8 drm_connector_list_iter_begin +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfb877100 drm_plane_force_disable +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfb9f4b2c drm_mode_prune_invalid +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfbbc3c1f drm_crtc_vblank_on +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfbeca6cc drm_property_create_enum +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfd291dd5 drm_framebuffer_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfeb953b1 __drm_printfn_seq_file +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfef3efe5 drm_crtc_from_index +EXPORT_SYMBOL drivers/gpu/drm/drm 0xff48ebc9 __drm_dev_dbg +EXPORT_SYMBOL drivers/gpu/drm/drm 0xffc42e1a drm_mode_validate_driver +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 0x4f3156e6 drm_gem_dma_prime_import_sg_table_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm_dma_helper 0x7b3df77f drm_gem_dma_print_info +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x00a952d5 drm_atomic_helper_swap_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x010852d0 drm_gem_simple_kms_reset_shadow_plane +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x013f8f8c drm_fbdev_generic_setup +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x0162dbcc drm_kms_helper_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x01720035 drm_atomic_helper_crtc_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x05620ee8 drm_helper_move_panel_connectors_to_head +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x07d0933c drm_fb_helper_unregister_info +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x081a3dcc drm_simple_encoder_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x0888d2a0 drm_atomic_helper_plane_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x0a3c5e83 __drm_atomic_helper_bridge_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x0c67f1ff __drm_atomic_helper_crtc_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x0cedef9d drm_gem_reset_shadow_plane +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x1049fb8d __drm_atomic_helper_plane_state_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x121aa730 drm_gem_destroy_shadow_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x127a8c6b drm_flip_work_queue +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x1304c813 drm_fb_helper_set_par +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x1391a545 drm_atomic_helper_crtc_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x144c1a74 drm_gem_fb_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x16246b03 drm_fb_helper_output_poll_changed +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x169b2a37 drm_atomic_helper_async_commit +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x176e7edc drm_mode_config_helper_suspend +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x18d484c5 drm_plane_helper_update_primary +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x1ca679d0 drm_gem_fb_vunmap +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x1d03277d drm_fb_helper_cfb_copyarea +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x1d732890 drm_i2c_encoder_commit +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x1ec5b6aa drm_fb_helper_set_suspend_unlocked +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x1ee51391 drm_atomic_helper_page_flip_target +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x200457dc drm_atomic_helper_commit_planes_on_crtc +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x21a33c7c __drm_atomic_helper_bridge_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x21d541eb drm_flip_work_queue_task +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x29792144 drm_atomic_helper_fake_vblank +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2d50570f drm_rect_calc_hscale +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2ddd6a8c drm_atomic_helper_commit_tail_rpm +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2efe2017 drm_fb_helper_prepare +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2f33fb3f drm_fb_helper_sys_read +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2f8b5616 drm_fb_helper_pan_display +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2ff0255f drm_fb_helper_sys_fillrect +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x301717f1 drm_atomic_helper_update_plane +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x31b0d071 drm_atomic_helper_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x32942b3f drm_fb_helper_cfb_read +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x35d05c8b drm_atomic_helper_commit +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x35dfae9b devm_drm_panel_bridge_add_typed +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x36fbb901 drm_kms_helper_poll_disable +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x37e86b8f drm_helper_force_disable_all +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3821867c drm_fb_helper_ioctl +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x39f86907 drm_fb_helper_restore_fbdev_mode_unlocked +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3d5e4803 drm_i2c_encoder_mode_set +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x41f2d86a drm_atomic_helper_plane_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x44778049 devm_drm_panel_bridge_add +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x44f8a99b drm_helper_mode_fill_fb_struct +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x46e512da drm_fb_xrgb8888_to_gray8 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x47be5156 drm_i2c_encoder_dpms +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4912c51f drm_atomic_helper_check_plane_damage +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x49f7141e __drm_gem_reset_shadow_plane +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4b4cd542 drm_atomic_helper_check_planes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4c674c90 drm_atomic_helper_calc_timestamping_constants +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4c79f6eb __drm_atomic_helper_connector_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4ca5f036 drm_fb_helper_blank +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4d6d4f16 drm_atomic_helper_shutdown +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4da38bd8 drm_fb_helper_cfb_fillrect +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x51091fd6 drmm_panel_bridge_add +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x52e6d22d drm_gem_fb_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x52fe15ca drm_helper_crtc_in_use +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5542443b drm_flip_work_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x555509cd drm_gem_simple_kms_begin_shadow_fb_access +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x55c9aad7 __drm_gem_duplicate_shadow_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x59847e72 drm_fb_helper_check_var +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5a3e50ec drm_atomic_helper_commit_tail +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5a4734d1 drm_kms_helper_is_poll_worker +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x604ab37d __drm_atomic_helper_connector_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x64fdfc63 drm_atomic_helper_connector_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x652c4679 drm_fb_helper_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6558588f drm_atomic_helper_bridge_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x66bab808 drm_atomic_helper_disable_planes_on_crtc +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x67e89c93 drm_atomic_helper_damage_iter_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x68bc97ea drm_plane_helper_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x69849ad5 drm_fb_helper_debug_leave +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x69baec92 __drm_atomic_helper_plane_destroy_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6b5c2b06 drm_atomic_helper_damage_iter_next +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6b5e9958 drm_atomic_helper_connector_destroy_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6cd13c93 drm_fb_xrgb8888_to_rgb888 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6cdcea94 drm_fb_swab +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6e30ba8e drm_rect_rotate_inv +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x700f5dbe drm_gem_fb_end_cpu_access +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x71b72e4b __drm_atomic_helper_connector_state_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x71e370c3 drm_kms_helper_poll_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x71f5e362 drm_self_refresh_helper_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7222a74c drm_i2c_encoder_save +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7632d8dc drm_i2c_encoder_restore +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x76f863fc drm_fb_helper_debug_enter +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x796f2681 drm_fb_helper_initial_config +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x79d6929a drm_gem_simple_kms_destroy_shadow_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7af73a06 drm_atomic_helper_check_crtc_primary_plane +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7bc55b73 drm_atomic_helper_disable_plane +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7f5089fa drm_fb_helper_sys_copyarea +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x807d8109 drm_gem_simple_display_pipe_prepare_fb +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x80f01bcf drm_fb_xrgb8888_to_mono +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x811f0a82 drm_atomic_helper_commit_modeset_enables +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x81555588 drm_atomic_helper_async_check +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x81f4ce45 drm_fb_helper_sys_write +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x842dd90c drm_flip_work_commit +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x849b0510 drm_connector_helper_get_modes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x84d1449f drm_panel_bridge_remove +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x851c1815 drm_atomic_helper_wait_for_fences +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x871ab41a drm_rect_intersect +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x890b907f drm_atomic_helper_suspend +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8ace8281 drm_gem_fb_create_handle +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8e6dd95b drm_self_refresh_helper_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8ed69c14 drm_fb_helper_set_suspend +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8f771f32 drm_atomic_helper_damage_merged +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8fa8b57f drm_gem_duplicate_shadow_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8fe3dd55 drm_connector_helper_get_modes_from_ddc +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x913ff4ca drm_fb_memcpy +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x91fec1cc drm_rect_calc_vscale +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x923ec6a5 drm_helper_connector_dpms +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x94be703c drm_atomic_helper_commit_duplicated_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x94d0ab37 drm_self_refresh_helper_alter_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x94e329e0 drm_atomic_helper_check +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x95252e1e drm_helper_probe_detect +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x95f8a4f0 drm_atomic_helper_set_config +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x96ab14a8 drm_atomic_helper_commit_planes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x97e861d0 __drm_atomic_helper_plane_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x98da78c4 drm_bridge_is_panel +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9929f7a3 __drm_atomic_helper_private_obj_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x99aa428c drm_atomic_helper_wait_for_flip_done +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x99fd20aa drm_rect_clip_scaled +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9a38f66d drm_fb_xrgb8888_to_rgb332 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9b287996 drm_fb_helper_alloc_info +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9d2f71cf drm_simple_display_pipe_attach_bridge +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9f1a09a2 drm_atomic_helper_commit_hw_done +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa149331f drm_atomic_helper_bridge_propagate_bus_fmt +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa2148751 drm_helper_resume_force_mode +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa6495b03 drm_helper_hpd_irq_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa65d7812 drm_atomic_helper_setup_commit +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa9f0701b drm_gem_simple_kms_end_shadow_fb_access +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xab4fb0cc drm_gem_simple_kms_duplicate_shadow_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xab6178d8 drm_atomic_helper_connector_tv_margins_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xaf33fb5c drm_panel_bridge_add +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb04d87cf 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 0xb4645784 drm_simple_display_pipe_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb6884081 drm_self_refresh_helper_update_avg_times +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb6a6b711 drm_fb_clip_offset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb6bc1cd7 drm_atomic_helper_disable_all +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb80288cf drm_i2c_encoder_prepare +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb9905913 drm_atomic_helper_plane_destroy_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xbb51933b __drmm_simple_encoder_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xbdf20e72 __drm_atomic_helper_crtc_destroy_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xbe6d4a0e drm_panel_bridge_connector +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xbed1d913 drm_atomic_helper_check_modeset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xbfb3d3fd drm_plane_helper_atomic_check +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc058f8e5 __drm_atomic_helper_crtc_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc0f2cc24 drm_connector_helper_hpd_irq_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc1a30f99 drm_i2c_encoder_mode_fixup +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc2d84152 drm_atomic_helper_check_wb_encoder_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc33ea138 drm_atomic_helper_page_flip +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc35bbc20 drm_i2c_encoder_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc36becac drm_fb_xrgb8888_to_rgb565 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc4022431 drm_kms_helper_connector_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc6323239 drm_flip_work_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc72f67b4 drm_connector_helper_get_modes_fixed +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc79239eb drm_fb_helper_sys_imageblit +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc8147ca9 __drm_atomic_helper_plane_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc86a14ba drm_atomic_helper_commit_modeset_disables +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xca259c76 drm_fb_helper_cfb_imageblit +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xcb2340b8 drm_rect_debug_print +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xcb2384e5 drm_panel_bridge_add_typed +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xccc8d8b1 drm_panel_bridge_set_orientation +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xcde56b78 __drm_gem_destroy_shadow_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xcf11a549 drm_flip_work_allocate_task +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd136c451 drm_gem_fb_begin_cpu_access +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd3e0c200 drm_crtc_helper_set_config +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd42ed5fa drm_atomic_helper_dirtyfb +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd53c779e drm_gem_end_shadow_fb_access +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd637c95c drm_fb_helper_fill_info +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd651b3f9 drm_crtc_helper_set_mode +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd82977c0 drm_fb_helper_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xda21ea33 drm_atomic_helper_bridge_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xda2f0d0e drm_atomic_helper_commit_cleanup_done +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xdde98ce0 __drm_atomic_helper_connector_destroy_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xddfb9a52 drm_i2c_encoder_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xde06fe4e drm_mode_config_helper_resume +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xde1cc645 drm_fb_helper_setcmap +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xdeaeeb82 drm_helper_probe_single_connector_modes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe1380164 drm_atomic_helper_prepare_planes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe2b94001 drm_kms_helper_poll_enable +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe59c5514 drm_atomic_helper_resume +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe77568f4 drm_fb_helper_fini +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe806f577 drm_fb_helper_deferred_io +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe9957d3d drm_i2c_encoder_detect +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xeaff804d drm_crtc_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xeaffc7dc drm_crtc_helper_mode_valid_fixed +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xeb4dc53f drm_atomic_helper_bridge_destroy_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xeb6b921a drm_atomic_helper_wait_for_dependencies +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xedda862e drm_atomic_helper_update_legacy_modeset_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf2863415 drm_atomic_helper_wait_for_vblanks +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf37470c8 drm_fb_blit +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf3be1eae drm_fb_helper_cfb_write +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf61dc851 drm_fb_xrgb8888_to_xrgb2101010 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf6308b0d __drm_atomic_helper_crtc_state_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf67769af drm_kms_helper_poll_fini +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf6fe4397 drm_gem_begin_shadow_fb_access +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf7bb10bf drm_atomic_helper_check_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf995b881 drm_fb_build_fourcc_list +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xfa76875f drm_atomic_helper_crtc_destroy_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xfcbda910 drm_atomic_helper_cleanup_planes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xfd126f0e drm_helper_disable_unused_functions +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xfed81a1a drm_crtc_helper_atomic_check +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xfeed3778 drm_helper_encoder_in_use +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xff6059f3 drm_plane_helper_disable_primary +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xffbbeb48 drm_fb_helper_lastclose +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x259f48ad mipi_dbi_pipe_mode_valid +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x3ee2233e mipi_dbi_poweron_conditional_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x45b637ef mipi_dbi_spi_cmd_max_speed +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x603e1ce7 mipi_dbi_command_read +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x8d4ef3fd mipi_dbi_pipe_disable +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xa90a3df4 mipi_dbi_dev_init +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xaba8c45e mipi_dbi_spi_init +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xad3cde63 mipi_dbi_pipe_update +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xb28b8b6a mipi_dbi_dev_init_with_formats +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xc0619790 mipi_dbi_buf_copy +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xd7b20fec mipi_dbi_display_is_on +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xe7f89ecd mipi_dbi_spi_transfer +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xea5f866f mipi_dbi_command_stackbuf +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xecccd9e2 mipi_dbi_debugfs_init +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xed389a29 mipi_dbi_enable_flush +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xf121048f mipi_dbi_command_buf +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xf40b2668 mipi_dbi_poweron_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xfafecc6c mipi_dbi_hw_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0x173527ba drm_gem_shmem_put_pages +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0x3b5e7177 drm_gem_shmem_purge +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0x56495889 drm_gem_shmem_purge_locked +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0x56ab5211 drm_gem_shmem_unpin +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0x6ad3b299 drm_gem_shmem_vunmap +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0x8dc9f54b drm_gem_shmem_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0x9015c005 drm_gem_shmem_print_info +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0x9e116738 drm_gem_shmem_pin +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0xe74a2e5a drm_gem_shmem_madvise +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0xfc23ecf5 drm_gem_shmem_get_pages +EXPORT_SYMBOL drivers/gpu/drm/drm_ttm_helper 0x2821d935 drm_gem_ttm_print_info +EXPORT_SYMBOL drivers/gpu/drm/drm_ttm_helper 0x36fbf215 drm_gem_ttm_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm_ttm_helper 0x404eafdd drm_gem_ttm_dumb_map_offset +EXPORT_SYMBOL drivers/gpu/drm/drm_ttm_helper 0xb23e5898 drm_gem_ttm_mmap +EXPORT_SYMBOL drivers/gpu/drm/drm_ttm_helper 0xfa43b645 drm_gem_ttm_vunmap +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x0674ecbd drm_gem_vram_plane_helper_cleanup_fb +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x16015c1d drm_vram_mm_debugfs_init +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x3fefffb6 drm_gem_vram_simple_display_pipe_prepare_fb +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x423f8eff drm_gem_vram_pin +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x87d84dfe drm_gem_vram_create +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x894c2864 drmm_vram_helper_init +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0xa082d9c3 drm_gem_vram_vunmap +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0xa1b76f38 drm_gem_vram_simple_display_pipe_cleanup_fb +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0xa2640e31 drm_vram_helper_mode_valid +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0xa4a3b850 drm_gem_vram_offset +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0xc25dc33f drm_gem_vram_put +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0xc3eabc6e drm_gem_vram_fill_create_dumb +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0xc60a55d6 drm_gem_vram_unpin +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0xcd6c5fd4 drm_gem_vram_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0xddd5c938 drm_gem_vram_driver_dumb_create +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0xfb817fa5 drm_gem_vram_plane_helper_prepare_fb +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x12c50b56 drm_sched_entity_flush +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x144a3359 drm_sched_stop +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x28f7ffdb drm_sched_job_init +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x2d8f50c2 drm_sched_init +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x35fbd76d drm_sched_entity_init +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x37459c56 drm_sched_resubmit_jobs +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x42e987e8 drm_sched_entity_set_priority +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x47791842 drm_sched_job_arm +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x4f504c4e drm_sched_pick_best +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x537bba84 drm_sched_increase_karma +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x5cd41477 drm_sched_fault +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x603d364c drm_sched_job_add_resv_dependencies +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x665de1c9 drm_sched_entity_destroy +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x6dbada3e drm_sched_start +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x8a79ac6d to_drm_sched_fence +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x93461d1d drm_sched_job_add_implicit_dependencies +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x99d6817c drm_sched_job_cleanup +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xc7416c56 drm_sched_job_add_dependency +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xce01b8f0 drm_sched_entity_push_job +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xd74fd3eb drm_sched_suspend_timeout +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xd8e370c4 drm_sched_entity_modify_sched +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xdaa607ad drm_sched_resume_timeout +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xdcbec5e5 drm_sched_fini +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xfe4903bf drm_sched_entity_fini +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x00235831 ttm_io_prot +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x008df779 ttm_eu_backoff_reservation +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x06f843fe ttm_range_man_fini_nocheck +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x0a56c0f8 ttm_lru_bulk_move_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x0d4ea247 ttm_tt_populate +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x0f0c9ce9 ttm_sg_tt_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x169f63a5 ttm_bo_put +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x19ea9d6c ttm_bo_init_validate +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x1a029d5c ttm_bo_unmap_virtual +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x1a71d30c ttm_move_memcpy +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x1ad0baf4 ttm_resource_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x1edc45e7 ttm_bo_wait +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x27cac811 ttm_bo_kunmap +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x29ed0235 ttm_bo_lock_delayed_workqueue +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x2b437b21 ttm_range_man_init_nocheck +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x2e9dfd97 ttm_resource_free +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x32f1b4ae ttm_resource_manager_debug +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x3387980c ttm_bo_vm_fault +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x375b49da ttm_agp_bind +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x39c88906 ttm_bo_mmap_obj +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x3dbb0dd2 ttm_bo_validate +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x405dba0d ttm_eu_reserve_buffers +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x457e1f5a ttm_bo_vm_close +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x493c9583 ttm_bo_move_memcpy +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x4e423791 ttm_bo_mem_space +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x5056be9e ttm_bo_move_accel_cleanup +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x537c1127 ttm_bo_vm_dummy_page +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x54f5445e ttm_pool_free +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x57339d9d ttm_bo_eviction_valuable +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x5a255698 ttm_resource_manager_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x5f838a1c ttm_device_fini +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x641b5e14 ttm_resource_manager_usage +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x6a847134 ttm_kmap_iter_iomap_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x6baaff7a ttm_bo_vm_fault_reserved +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x6c2ddfa0 ttm_device_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x6c7facb8 ttm_resource_compat +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x74e52ff7 ttm_device_clear_dma_mappings +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x769fd781 ttm_global_swapout +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x7718fb9a ttm_bo_vmap +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x781a205f ttm_kmap_iter_tt_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x7a8b663a ttm_bo_set_bulk_move +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x85ccebfd ttm_bo_kmap +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x87708266 ttm_bo_unlock_delayed_workqueue +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x8a7b0121 ttm_bo_vm_access +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x8b4c18bd ttm_bo_init_reserved +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x8d202baa ttm_bo_move_to_lru_tail +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x8fb4fe93 ttm_bo_vm_reserve +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x93747ef7 ttm_resource_manager_evict_all +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x99b46e5c ttm_tt_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x9d2c1931 ttm_glob +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xaafaaa41 ttm_pool_debugfs +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xad091d9b ttm_device_swapout +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xb681e5bc ttm_bo_unpin +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xb7f75ec5 ttm_bo_pin +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xb8d30958 ttm_bo_move_sync_cleanup +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xbb1aaed4 ttm_pool_alloc +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xbca787a8 ttm_bo_vunmap +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xca4f553d ttm_bo_vm_open +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xcec09314 ttm_agp_is_bound +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xd06546ad ttm_tt_fini +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xd6b9bea9 ttm_resource_manager_create_debugfs +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xe4532613 ttm_agp_unbind +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xe769dfda ttm_lru_bulk_move_tail +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xe8dffd5c ttm_agp_destroy +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xeacd569b ttm_resource_fini +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xec8a8398 ttm_agp_tt_create +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xf2092c5c ttm_eu_fence_buffer_objects +EXPORT_SYMBOL drivers/hid/hid 0x3e868c2e hid_bus_type +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0x02f5bb8c ishtp_register_event_cb +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0x0929559e ishtp_reset_compl_handler +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0x154cc5f1 ishtp_cl_driver_unregister +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0x1c7a010b ishtp_cl_get_tx_free_rings +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0x2526e98d ishtp_get_device +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0x29a17d7f ishtp_device_init +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0x29f4071c ishtp_cl_get_tx_free_buffer_size +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0x2bb47ff2 ishtp_cl_rx_get_rb +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0x2fc04435 ishtp_set_client_data +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0x3060cc79 ishtp_fw_cl_by_uuid +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0x48f124e4 ishtp_start +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0x4cda45db ishtp_cl_unlink +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0x5472dab4 ishtp_cl_tx_empty +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0x593424de ishtp_bus_remove_all_clients +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0x5da13afb ishtp_get_client_data +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0x5f9b0501 ishtp_get_fw_client_id +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0x62280eb9 ishtp_set_rx_ring_size +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0x766efb36 ishtp_cl_set_fw_client_id +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0x8958b947 ishtp_device +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0x8a704c24 ishtp_trace_callback +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0x8b9bb921 ishtp_get_drvdata +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0x8f15f9a3 ish_hw_reset +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0x96d11438 ishtp_set_connection_state +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0x9a2ffd93 ishtp_get_ishtp_device +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0x9efda14a ishtp_set_drvdata +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0xa2886bdc ishtp_cl_free +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0xa2ffa3c6 ishtp_cl_send +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0xb112524a ishtp_cl_link +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0xb1431498 ishtp_recv +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0xb3308370 ishtp_send_suspend +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0xb77b70bc ishtp_cl_io_rb_recycle +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0xbb9385d7 ishtp_cl_allocate +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0xbe97c1ba ishtp_dev_to_cl_device +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0xbf534aca ishtp_reset_handler +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0xc2d7087f ishtp_get_pci_device +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0xc352fe60 ishtp_fw_cl_get_client +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0xc3d8aa03 ishtp_cl_flush_queues +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0xc5e888df ishtp_set_tx_ring_size +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0xc85c2c46 ishtp_put_device +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0xd2ab267f ishtp_cl_disconnect +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0xe880d301 ishtp_cl_driver_register +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0xf3d31f17 ishtp_send_resume +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0xfbec4648 ishtp_cl_connect +EXPORT_SYMBOL drivers/hv/hv_vmbus 0x18f28009 vmbus_sendpacket +EXPORT_SYMBOL drivers/hv/hv_vmbus 0x2f57e0c4 vmbus_sendpacket_getid +EXPORT_SYMBOL drivers/hv/hv_vmbus 0x5345e891 vmbus_recvpacket +EXPORT_SYMBOL drivers/hwmon/adt7x10 0xb056199b 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 0x10f06de2 ltc2947_pm_ops +EXPORT_SYMBOL drivers/hwmon/sch56xx-common 0x01568393 sch56xx_read_virtual_reg +EXPORT_SYMBOL drivers/hwmon/sch56xx-common 0x0e282ac3 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 0x648c7e8b i2c_bit_add_numbered_bus +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-bit 0xcb772a67 i2c_bit_add_bus +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-bit 0xdcb1ffb5 i2c_bit_algo +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-pca 0x91c415ea i2c_pca_add_numbered_bus +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-pca 0xe702c40a i2c_pca_add_bus +EXPORT_SYMBOL drivers/i2c/busses/i2c-amd756 0x8a0500f5 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 0x858157d3 iio_triggered_buffer_setup_ext +EXPORT_SYMBOL drivers/iio/buffer/industrialio-triggered-buffer 0xadf2125b iio_triggered_buffer_cleanup +EXPORT_SYMBOL drivers/iio/buffer/kfifo_buf 0xabe9e94a iio_kfifo_free +EXPORT_SYMBOL drivers/iio/buffer/kfifo_buf 0xe0f106f1 iio_kfifo_allocate +EXPORT_SYMBOL drivers/iio/imu/fxos8700_core 0xf5da1fb0 fxos8700_regmap_config +EXPORT_SYMBOL drivers/iio/industrialio 0x03e4c201 iio_get_time_ns +EXPORT_SYMBOL drivers/iio/industrialio 0x0d9c42a0 __iio_trigger_alloc +EXPORT_SYMBOL drivers/iio/industrialio 0x14884254 iio_trigger_poll +EXPORT_SYMBOL drivers/iio/industrialio 0x2b1bb5a5 iio_trigger_validate_own_device +EXPORT_SYMBOL drivers/iio/industrialio 0x2d6bcdcb iio_trigger_generic_data_rdy_poll +EXPORT_SYMBOL drivers/iio/industrialio 0x2d90a59b iio_trigger_poll_chained +EXPORT_SYMBOL drivers/iio/industrialio 0x2eb8e381 __iio_device_register +EXPORT_SYMBOL drivers/iio/industrialio 0x3beec6c5 iio_device_alloc +EXPORT_SYMBOL drivers/iio/industrialio 0x47865b84 iio_device_get_clock +EXPORT_SYMBOL drivers/iio/industrialio 0x4f1cacc5 iio_read_const_attr +EXPORT_SYMBOL drivers/iio/industrialio 0x61613834 iio_trigger_set_immutable +EXPORT_SYMBOL drivers/iio/industrialio 0x7d7419ff iio_device_free +EXPORT_SYMBOL drivers/iio/industrialio 0x84ecba2a iio_push_event +EXPORT_SYMBOL drivers/iio/industrialio 0x8f18c4fb iio_trigger_free +EXPORT_SYMBOL drivers/iio/industrialio 0xbadf4c5c iio_trigger_notify_done +EXPORT_SYMBOL drivers/iio/industrialio 0xc22a391e iio_read_mount_matrix +EXPORT_SYMBOL drivers/iio/industrialio 0xcde7d580 iio_device_unregister +EXPORT_SYMBOL drivers/iio/industrialio 0xce3d309c iio_bus_type +EXPORT_SYMBOL drivers/iio/industrialio 0xd16284c2 iio_trigger_unregister +EXPORT_SYMBOL drivers/iio/industrialio 0xd8af9db5 iio_trigger_register +EXPORT_SYMBOL drivers/iio/industrialio 0xdec1304a iio_device_set_clock +EXPORT_SYMBOL drivers/iio/industrialio 0xdf76bbeb iio_pollfunc_store_time +EXPORT_SYMBOL drivers/iio/industrialio 0xebe71e43 iio_trigger_using_own +EXPORT_SYMBOL drivers/iio/industrialio 0xefa3e3fa iio_buffer_init +EXPORT_SYMBOL drivers/iio/industrialio-configfs 0x0d6e5df2 iio_configfs_subsys +EXPORT_SYMBOL drivers/iio/industrialio-sw-device 0x063af7cd iio_sw_device_create +EXPORT_SYMBOL drivers/iio/industrialio-sw-device 0x0e17817b iio_register_sw_device_type +EXPORT_SYMBOL drivers/iio/industrialio-sw-device 0xb304d1e3 iio_unregister_sw_device_type +EXPORT_SYMBOL drivers/iio/industrialio-sw-device 0xf3ff84d6 iio_sw_device_destroy +EXPORT_SYMBOL drivers/iio/industrialio-sw-trigger 0x2d5d0681 iio_sw_trigger_destroy +EXPORT_SYMBOL drivers/iio/industrialio-sw-trigger 0x46894172 iio_sw_trigger_create +EXPORT_SYMBOL drivers/iio/industrialio-sw-trigger 0x5b5efd16 iio_unregister_sw_trigger_type +EXPORT_SYMBOL drivers/iio/industrialio-sw-trigger 0xf4bf05c2 iio_register_sw_trigger_type +EXPORT_SYMBOL drivers/iio/industrialio-triggered-event 0x44db03f8 iio_triggered_event_cleanup +EXPORT_SYMBOL drivers/iio/industrialio-triggered-event 0x5a3b2beb iio_triggered_event_setup +EXPORT_SYMBOL drivers/iio/pressure/bmp280 0x26d9c94a bmp280_dev_pm_ops +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x17072e52 ib_cm_notify +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x35e215bf ib_create_cm_id +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x48fb2c78 ib_cm_listen +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x5d4097e7 ib_cm_init_qp_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x69824a14 ibcm_reject_msg +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x6b63f275 ib_send_cm_dreq +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x7e2f7766 ib_send_cm_sidr_req +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x848e0849 ib_send_cm_req +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x8b41f505 ib_destroy_cm_id +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x9c18b3ca ib_cm_insert_listen +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xb711b80f ib_send_cm_rej +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xc1908151 ib_send_cm_rtu +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xccdfe116 ib_send_cm_drep +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xea687705 ib_send_cm_rep +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xeddfba8c ib_send_cm_mra +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xfeac8276 ib_send_cm_sidr_rep +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x00260de7 rdma_restrack_parent_name +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0082fcdf rdma_rw_ctx_wrs +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x00cd25ea ib_get_rdma_header_version +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0308d1c3 ib_mr_pool_put +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x039a0a16 rdma_user_mmap_entry_insert +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0586d32d rdma_set_cq_moderation +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0ab37805 ibdev_alert +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0bd266ba ib_get_vf_guid +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 0x0dcf4089 ib_get_eth_speed +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0e47cf34 ib_reg_user_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0ebf132d ib_free_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0ef8311f ib_get_cached_lmc +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x112f0c54 ib_process_cq_direct +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1179806c ib_unregister_mad_agent +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1192eec9 ib_init_ah_attr_from_path +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x11ec0916 rdma_move_grh_sgid_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x12bf7825 rdma_restrack_get_byid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1343bc9e rdma_rw_ctx_init +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x145739a7 rdma_replace_ah_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x14bffa62 ibdev_warn +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x18a2bc44 rdma_restrack_count +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1938fa68 rdma_link_unregister +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x19e7490f __rdma_block_iter_next +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1bdc7d85 ib_get_vf_stats +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1cc5595b ib_post_send_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1e8a3e98 ib_device_set_netdev +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1f1727f9 rdma_user_mmap_entry_get +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1f87fea1 ib_port_sysfs_get_ibdev_kobj +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1fade8b4 rdma_find_gid_by_port +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x202995c6 rdma_read_gid_attr_ndev_rcu +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x20e8921c ibnl_put_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x22f3cf93 ib_pack +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2468d827 ib_find_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x26509b5e ib_query_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2a5553e9 ib_get_device_fw_str +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2b1cc657 rdma_user_mmap_entry_put +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2b480407 ib_query_srq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2b7ebf76 ib_unregister_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2d714c83 ib_get_vf_config +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2f8157a8 ib_set_device_ops +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2fbd4f1d rdma_hold_gid_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3010b6e3 ib_unregister_device_and_put +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x305e5701 rdma_addr_size_kss +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x33ad7e42 ib_create_qp_kernel +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x347eed6c ib_dma_virt_map_sg +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x364ee7e3 ib_get_cached_subnet_prefix +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3819f2cd ib_create_wq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x387e07ad ib_get_cached_port_state +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3965fd89 ib_alloc_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3a50330c rdma_alloc_netdev +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3b721ae6 rdma_nl_put_driver_string +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3c6abcc0 ib_mr_pool_init +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3da75f61 ib_sa_join_multicast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3fc2387c ib_ud_header_unpack +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x42c9c155 rdma_get_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 0x4448d399 roce_gid_type_mask_support +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4478700c ib_mr_pool_get +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x449abd95 rdma_user_mmap_entry_get_pgoff +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x44c3157e rdma_nl_put_driver_u32 +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x45dbefda ib_attach_mcast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x45fb8985 rdma_nl_chk_listeners +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x48729dca ib_alloc_xrcd_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4a0fa69b ib_check_mr_status +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4a83e2d7 ib_drain_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4beb2612 ib_cq_pool_put +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4c6f9b31 ib_create_qp_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4e155af0 ib_response_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4e2ad4cc rdma_query_gid_table +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4e90435c ib_sa_free_multicast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x508169c9 ib_register_client +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5412b235 ibdev_printk +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x54c2d18b ib_free_recv_mad +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 0x57710d75 rdma_restrack_new +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x58df5b94 ib_get_gids_from_rdma_hdr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5950bcaa rdma_user_mmap_entry_insert_range +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x59640106 ib_modify_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5afb3438 ib_dereg_mr_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5b536eb4 rdma_read_gid_l2_fields +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5c61d22f rdma_rw_ctx_destroy +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5dfa4a45 ib_create_send_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5e00a330 ib_sg_to_pages +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5f14ac36 rdma_nl_put_driver_u64_hex +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x60e841e2 rdma_query_gid +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 0x62900118 rdma_destroy_ah_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6684cbe7 rdma_translate_ip +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6a382eed rdma_nl_stat_hwcounter_entry +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6b958320 ib_ud_ip4_csum +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6c8e1328 rdma_destroy_ah_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6f30966d rdma_nl_register +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 0x70ff7092 ib_sa_guid_info_rec_query +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x72629d8f ib_advise_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x73731b6f rdma_restrack_del +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x73aea471 ib_port_immutable_read +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 0x787ccc4c ib_get_mad_data_offset +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7b0247e3 ib_open_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7e5cd9ca rdma_nl_unicast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7ea0b4e5 rdma_link_register +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7f953167 ibnl_put_msg +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7fc10ce6 rdma_addr_cancel +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8035bcb7 ib_mad_kernel_rmpp_agent +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x81ace44f ib_get_rmpp_segment +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8513953a ib_free_send_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x889e44a6 ib_qp_usecnt_dec +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8a3cfcd4 ib_query_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8a43b62a rdma_resolve_ip +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8d4970d1 ib_dealloc_xrcd_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x90137ca1 ib_resize_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x90e807c7 ib_cache_gid_parse_type_str +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x90fa929c rdma_init_netdev +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x92a52d54 rdma_read_gid_hw_context +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x92f39b60 ib_set_client_data +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x934714f5 ib_unregister_client +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9369c1f2 ibdev_err +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9451f9e8 rdma_rw_ctx_destroy_signature +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x94b474ad __ib_create_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x94b85226 ib_dispatch_event +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x950ea1e7 rdma_restrack_get +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x96e46864 ib_destroy_wq_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9882b555 ib_modify_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9a21e8bc rdma_user_mmap_entry_remove +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9abdef50 ib_find_exact_cached_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9bb599d4 ib_device_get_by_netdev +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9c10af04 ib_device_get_by_name +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9d5c2b1e ib_create_qp_security +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9dcd17ab ib_init_ah_from_mcmember +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9e5cf278 ib_destroy_cq_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa01b53ea ib_find_cached_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa06bd8e8 rdma_move_ah_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa072b2cf ib_create_srq_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa1a9210c rdma_rw_ctx_post +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa32848ca ib_modify_srq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa432baf6 ib_unpack +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa4afd2c2 ib_dealloc_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa4b83030 rdma_restrack_add +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa5335e80 rdma_restrack_set_name +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa577d149 ib_modify_port +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa579d59b ib_dealloc_pd_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa58340e2 rdma_copy_src_l2_addr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xab257316 ib_get_cached_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xacbbf691 rdma_put_gid_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xad8642a1 rdma_rw_mr_factor +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xadb77344 ib_close_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xae956dce ib_rate_to_mult +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xaf09b88a ib_device_put +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb0f8a707 ib_query_port +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb11c031a ib_port_register_client_groups +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb28fc7ce ib_rdmacg_try_charge +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb2a5b6a6 ib_register_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb3434f90 rdma_modify_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb3584f6e rdma_rw_ctx_signature_init +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb47f86cd ib_find_gid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb4c40040 ib_sa_pack_path +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb6c4fc3f ib_map_mr_sg_pi +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb7852a05 ib_ud_header_init +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb78ab6ff ib_map_mr_sg +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb9b511e8 ib_modify_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb9d79c8e ib_set_vf_guid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbcccf1d4 ib_set_vf_link_state +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbe55fb9f ib_modify_qp_with_udata +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbf00e342 rdma_dev_access_netns +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc15c5f16 ib_create_ah_from_wc +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc3e7fc1d ibdev_emerg +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc6f2cab6 ib_detach_mcast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc827532f ibdev_crit +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc840fce3 ib_unregister_event_handler +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc8d38664 rdma_free_hw_stats_struct +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc9f057c0 rdma_umap_priv_init +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xcc01a50b rdma_copy_ah_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xccba3733 rdma_roce_rescan_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xcdd2247e ib_register_mad_agent +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd01ed4d3 rdma_nl_put_driver_u64 +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 0xd2ffe1f2 rdma_nl_put_driver_u32_hex +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd30aed28 __ib_alloc_pd +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd48ead18 ib_get_net_dev_by_params +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd4a20ec9 rdma_port_get_link_layer +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd4bd9507 ib_register_event_handler +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd6636ca6 rdma_addr_size_in6 +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd8deaa71 ib_cq_pool_get +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xda0d50ec ib_sa_cancel_query +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xdaf1a529 rdma_find_gid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xdc2db5e9 ib_rdmacg_uncharge +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xdd6a84da __ib_alloc_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xdd6feaee rdma_create_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xddcbbeb6 rdma_query_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe4331683 ib_drain_sq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe44632d6 ib_init_ah_attr_from_wc +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe456867a rdma_user_mmap_io +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe4850b35 __ib_alloc_cq_any +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe49cf9a9 ib_drain_rq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe4a464b3 ib_unregister_device_queued +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe4cbd05a ib_qp_usecnt_inc +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe5840ec6 ib_wc_status_msg +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe6ab2647 ib_sa_path_rec_get +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe7b52e5f mult_to_ib_rate +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe8598b4c ib_destroy_qp_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe9e799fc ib_ud_header_pack +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xea3bb9b1 ibdev_notice +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xea58c3d7 ibdev_info +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xeb528da8 _ib_alloc_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xeee69dd3 rdma_nl_unicast_wait +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf0f30ddc rdma_restrack_put +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf13ea250 rdma_create_user_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf24d9958 ib_destroy_srq_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf44d7f0c ib_port_unregister_client_groups +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 0xf6f0bf8f ib_mr_pool_destroy +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf92e90cb ib_alloc_mr_integrity +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xfd89f03a ib_sa_get_mcmember_rec +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xffaf5ac7 rdma_nl_multicast +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x09187685 ib_umem_copy_from +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x0944b755 ib_umem_dmabuf_get +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x12d5e422 ib_umem_odp_release +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x1690373c ib_umem_get +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x1daaa59c _uverbs_alloc +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x2a075e24 ib_umem_stop_invalidation_notifier +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x2c0ac684 ib_register_peer_memory_client +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x36c34dc6 ib_copy_path_rec_to_user +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x3cce8984 uverbs_finalize_uobj_create +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x3eb4c434 ib_umem_odp_alloc_child +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x3fc8d311 ib_umem_release +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x467c1345 ib_umem_find_best_pgsz +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x46908f06 ib_umem_activate_invalidation_notifier +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x4a4ff26e ib_umem_odp_get +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x4af59a3f ib_umem_odp_alloc_implicit +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x52698adc ib_umem_odp_unmap_dma_pages +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x55bb89f5 flow_resources_alloc +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x61001e89 uverbs_uobject_put +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x68b64992 uverbs_fd_class +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x69fe8faf uverbs_idr_class +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x6b1a4961 uverbs_copy_to_struct_or_zero +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x754293a9 _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 0x7fc4b511 ib_umem_dmabuf_get_pinned +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x8507e65e uverbs_get_flags32 +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x98ae0189 ib_umem_dmabuf_map_pages +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x9ce46623 ib_uverbs_get_ucontext_file +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x9ceaec80 ib_umem_odp_map_dma_and_lock +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xa4ee866f ib_uverbs_flow_resources_free +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xaaf1dca8 uverbs_destroy_def_handler +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xb3548da8 flow_resources_add +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xbde5c050 ib_unregister_peer_memory_client +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xbeb594b9 ib_umem_get_peer +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xce395bed ib_umem_dmabuf_unmap_pages +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xcee6ec3b _uverbs_get_const_unsigned +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xd116c156 ib_copy_qp_attr_to_user +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xd79d2624 uverbs_get_flags64 +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xded0bdc7 uverbs_uobject_fd_release +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xe49a1850 ib_copy_ah_attr_to_user +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xfece6f1d uverbs_copy_to +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x0571613d iw_destroy_cm_id +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x10c82c4a iw_cm_connect +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x10ea7241 iw_cm_listen +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x304839e6 iw_cm_accept +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x3ae5f6d5 iw_cm_reject +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x52931e37 iw_cm_disconnect +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x62b32c52 iw_cm_init_qp_attr +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x95854609 iw_create_cm_id +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xf3df871f iwcm_reject_msg +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x022444f6 rdma_get_service_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x04d3497a rdma_set_reuseaddr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x05dc115b __rdma_create_kernel_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x0e54253d rdma_accept +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x13002d8d rdma_accept_ece +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x30a70aa0 rdma_join_multicast +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x3507f80a rdma_init_qp_attr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x4177fe07 rdma_disconnect +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x45630aa4 rdma_lock_handler +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x52b394c2 rdma_res_to_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x68cde509 rdma_set_min_rnr_timer +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x6cb0b259 rdma_set_ack_timeout +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x70502722 rdma_consumer_reject_data +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x735bef05 rdma_listen +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x77e7c52d rdma_create_user_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x7d18fc55 rdma_iw_cm_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x907df803 rdma_event_msg +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x92344e8a rdma_connect +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x99226ad9 rdma_set_service_type +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x9d1441d4 rdma_reject_msg +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xa11dff9c rdma_resolve_addr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xa9d62650 rdma_notify +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xacca54d1 rdma_bind_addr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xaf45ada5 rdma_unlock_handler +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xb0472f73 rdma_reject +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xb3111058 rdma_set_afonly +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xbbe1f3b5 rdma_read_gids +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xbecbfee7 rdma_destroy_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xd05664a8 rdma_connect_locked +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xd5ab1c30 rdma_create_qp +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xe6cf3cdb rdma_connect_ece +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xec65c4c2 rdma_destroy_qp +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xef88aa10 rdma_leave_multicast +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xf8df5f1a rdma_set_ib_path +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xf91c799f rdma_resolve_route +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0x008f0389 rvt_register_device +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0x0169e4de rvt_copy_sge +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0x03eec09b rvt_cq_enter +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0x07a6a953 rvt_get_rwqe +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0x0e385842 ib_rvt_state_ops +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0x17ae7e13 rvt_restart_sge +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0x1c1071c0 rvt_dealloc_device +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0x1ef0b677 rvt_check_ah +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0x26bf75b0 rvt_add_retry_timer_ext +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0x2fdec24d rvt_qp_iter_init +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0x33ad1c3f rvt_add_rnr_timer +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0x3a3a222a rvt_mcast_find +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0x4f4da484 rvt_init_port +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0x58d693e5 rvt_stop_rc_timers +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0x6c180b90 rvt_error_qp +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0x78b371a4 rvt_alloc_device +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0x95ef8989 rvt_del_timers_sync +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0x979b1026 rvt_fast_reg_mr +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0x9c37165a rvt_invalidate_rkey +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0xa0b5b378 rvt_rc_error +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0xa990174f rvt_send_complete +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0xb45b0759 rvt_ruc_loopback +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0xb7ee98b2 rvt_rc_rnr_retry +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0xbe9646f6 rvt_get_credit +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0xbed69f3d rvt_rkey_ok +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0xc797a097 rvt_qp_iter_next +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0xd0d28844 rvt_comm_est +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0xe2752054 rvt_lkey_ok +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0xe96753bc rvt_compute_aeth +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0xe9cf3e43 rvt_rnr_tbl_to_usec +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0xf7e329a5 rvt_unregister_device +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0xff1d9719 rvt_qp_iter +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-client 0x0e468538 rtrs_clt_query +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-client 0x3d9df144 rtrs_clt_rdma_cq_direct +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-client 0x46ee832d rtrs_clt_request +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-client 0xce0776be rtrs_clt_close +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-client 0xd98f1bb7 rtrs_clt_open +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-client 0xf01d3f1c rtrs_clt_get_permit +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-client 0xf59bcb76 rtrs_clt_put_permit +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-core 0x242a8646 rtrs_addr_to_str +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-core 0x83243ae6 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 0xb8039146 rtrs_rdma_dev_pd_deinit +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-core 0xc8bc386c rtrs_rdma_dev_pd_init +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-core 0xd7bd2a23 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 0x07c80551 rtrs_srv_resp_rdma +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-server 0x1a44fcf7 rtrs_srv_get_path_name +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-server 0x2300f093 rtrs_srv_open +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-server 0x7a59cf42 rtrs_srv_set_sess_priv +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-server 0xb42a4300 rtrs_srv_close +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-server 0xf0a6559a rtrs_srv_get_queue_depth +EXPORT_SYMBOL drivers/input/gameport/gameport 0x0faa9e93 gameport_unregister_driver +EXPORT_SYMBOL drivers/input/gameport/gameport 0x16889d89 gameport_stop_polling +EXPORT_SYMBOL drivers/input/gameport/gameport 0x1868b24c gameport_set_phys +EXPORT_SYMBOL drivers/input/gameport/gameport 0x31a884ee gameport_unregister_port +EXPORT_SYMBOL drivers/input/gameport/gameport 0x592b2a29 __gameport_register_port +EXPORT_SYMBOL drivers/input/gameport/gameport 0xa9093b40 __gameport_register_driver +EXPORT_SYMBOL drivers/input/gameport/gameport 0xc9cf1451 gameport_open +EXPORT_SYMBOL drivers/input/gameport/gameport 0xca360dc5 gameport_start_polling +EXPORT_SYMBOL drivers/input/gameport/gameport 0xfd797f3c gameport_close +EXPORT_SYMBOL drivers/input/joystick/iforce/iforce 0x5b6ad120 iforce_send_packet +EXPORT_SYMBOL drivers/input/joystick/iforce/iforce 0x7049091b iforce_process_packet +EXPORT_SYMBOL drivers/input/joystick/iforce/iforce 0xfbb3a0ec iforce_init_device +EXPORT_SYMBOL drivers/input/matrix-keymap 0xa4fd6b5b matrix_keypad_build_keymap +EXPORT_SYMBOL drivers/input/misc/ad714x 0xc7a8492b ad714x_disable +EXPORT_SYMBOL drivers/input/misc/ad714x 0xd3ad9c74 ad714x_probe +EXPORT_SYMBOL drivers/input/misc/ad714x 0xe8ceea7a ad714x_enable +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 0xef533adb cma3000_init +EXPORT_SYMBOL drivers/input/rmi4/rmi_core 0xd21abafa rmi_unregister_transport_device +EXPORT_SYMBOL drivers/input/sparse-keymap 0x1a0507df sparse_keymap_report_event +EXPORT_SYMBOL drivers/input/sparse-keymap 0x7db64734 sparse_keymap_report_entry +EXPORT_SYMBOL drivers/input/sparse-keymap 0x8307c6a2 sparse_keymap_setup +EXPORT_SYMBOL drivers/input/sparse-keymap 0x844fbaef sparse_keymap_entry_from_keycode +EXPORT_SYMBOL drivers/input/sparse-keymap 0x8dc0f6f2 sparse_keymap_entry_from_scancode +EXPORT_SYMBOL drivers/input/touchscreen/ad7879 0x1393dbb0 ad7879_probe +EXPORT_SYMBOL drivers/input/touchscreen/ad7879 0x3c1a8156 ad7879_pm_ops +EXPORT_SYMBOL drivers/iommu/amd/iommu_v2 0x065c88f5 amd_iommu_set_invalid_ppr_cb +EXPORT_SYMBOL drivers/iommu/amd/iommu_v2 0x52b6bebc amd_iommu_bind_pasid +EXPORT_SYMBOL drivers/iommu/amd/iommu_v2 0x86393520 amd_iommu_init_device +EXPORT_SYMBOL drivers/iommu/amd/iommu_v2 0xa6b154bd amd_iommu_set_invalidate_ctx_cb +EXPORT_SYMBOL drivers/iommu/amd/iommu_v2 0xbdfa622d amd_iommu_unbind_pasid +EXPORT_SYMBOL drivers/iommu/amd/iommu_v2 0xcbff8d97 amd_iommu_free_device +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x2ce45dcb attach_capi_ctr +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x35683597 detach_capi_ctr +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x5d9eb787 capi_ctr_down +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xab79a6a6 capi_ctr_handle_message +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xbcf248db 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 0x677556d3 mISDNipac_irq +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNipac 0x6980b372 mISDNipac_init +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNipac 0x9a1bffcb mISDNisac_irq +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNipac 0x9ef88187 mISDNisac_init +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNisar 0x47298574 mISDNisar_init +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNisar 0xc8596bd3 mISDNisar_irq +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x019e9e59 mISDN_register_Bprotocol +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x03a68066 mISDN_FsmRestartTimer +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x085115c8 mISDN_freebchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x11122074 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 0x2b155095 mISDN_unregister_device +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x2b8eea7c create_l1 +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x2e653e86 mISDN_register_device +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x30d25b0d mISDN_FsmDelTimer +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x313b1fde mISDN_FsmAddTimer +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x4f198bc0 mISDN_initbchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x50c2230c mISDN_FsmChangeState +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x52ecf007 mISDNDevName4ch +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x547fff91 bchannel_senddata +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x588886a6 l1_event +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x5bc2663f recv_Bchannel_skb +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x6047df40 mISDN_FsmInitTimer +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x79808e52 get_next_bframe +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x807e1ed5 bchannel_get_rxbuf +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x973414e3 mISDN_initdchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x9c928457 mISDN_FsmNew +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xa0d27dbc recv_Dchannel_skb +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xa7c81ea4 mISDN_ctrl_bchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xb43a38ca recv_Echannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xb73a32ae mISDN_clear_bchannel +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 0xd45f7b1e mISDN_freedchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xd5145151 mISDN_FsmEvent +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xd5580fee queue_ch_frame +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xda5738c2 dchannel_senddata +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xdf546375 recv_Bchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xe8f617eb mISDN_unregister_clock +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xec9266e5 get_next_dframe +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xf8239ab7 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 0x89d5a5b6 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 0xe7ed3c84 ti_lmu_common_get_ramp_params +EXPORT_SYMBOL drivers/md/dm-log 0x209d4e3f dm_dirty_log_create +EXPORT_SYMBOL drivers/md/dm-log 0x94b598e3 dm_dirty_log_type_unregister +EXPORT_SYMBOL drivers/md/dm-log 0x9be8a329 dm_dirty_log_destroy +EXPORT_SYMBOL drivers/md/dm-log 0xab3d760c dm_dirty_log_type_register +EXPORT_SYMBOL drivers/md/dm-snapshot 0x57c8f923 dm_snap_origin +EXPORT_SYMBOL drivers/md/dm-snapshot 0x86ea2485 dm_snap_cow +EXPORT_SYMBOL drivers/md/dm-snapshot 0xa3ebe20f dm_exception_store_create +EXPORT_SYMBOL drivers/md/dm-snapshot 0xb6775234 dm_exception_store_type_unregister +EXPORT_SYMBOL drivers/md/dm-snapshot 0xe5f3fb53 dm_exception_store_type_register +EXPORT_SYMBOL drivers/md/dm-snapshot 0xfc7e51b0 dm_exception_store_destroy +EXPORT_SYMBOL drivers/md/raid456 0x40212db9 raid5_set_cache_size +EXPORT_SYMBOL drivers/md/raid456 0x500e73d7 r5c_journal_mode_set +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x0c8489e7 flexcop_sram_ctrl +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x0cbd15c5 flexcop_wan_set_speed +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x18aa5c18 flexcop_device_initialize +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x1e95fc65 flexcop_sram_set_dest +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x2853a987 flexcop_pass_dmx_packets +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x514d4ed7 flexcop_device_exit +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x64d02f09 flexcop_device_kfree +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x7474110a flexcop_pid_feed_control +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x855675f7 flexcop_dump_reg +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xa085ea30 flexcop_pass_dmx_data +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xa975e55a flexcop_i2c_request +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xf71f9ff0 flexcop_device_kmalloc +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xffe98f72 flexcop_eeprom_check_mac_addr +EXPORT_SYMBOL drivers/media/common/cx2341x 0x00c5072c cx2341x_ext_ctrls +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 0x502de372 cx2341x_handler_set_busy +EXPORT_SYMBOL drivers/media/common/cx2341x 0x546b0fe9 cx2341x_handler_init +EXPORT_SYMBOL drivers/media/common/cx2341x 0x55aa7c5f cx2341x_mpeg_ctrls +EXPORT_SYMBOL drivers/media/common/cx2341x 0x5d81b0b1 cx2341x_handler_setup +EXPORT_SYMBOL drivers/media/common/cx2341x 0x601a93b1 cx2341x_handler_set_50hz +EXPORT_SYMBOL drivers/media/common/cx2341x 0x7b4dd2cb cx2341x_fill_defaults +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 0x280dcb0a cypress_load_firmware +EXPORT_SYMBOL drivers/media/common/ttpci-eeprom 0x0838f862 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 0x89feb935 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 0x5a8a2467 vb2_buffer_in_use +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-common 0x92d76464 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 0x0487e40e vb2_dvb_get_frontend +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-dvb 0x289fae09 vb2_dvb_find_frontend +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-dvb 0x652b09cf vb2_dvb_alloc_frontend +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-dvb 0x88f5c69b vb2_dvb_unregister_bus +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-dvb 0x9dd569e8 vb2_dvb_dealloc_frontends +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-dvb 0xb3d6f9f4 vb2_dvb_register_bus +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-memops 0xc7c2b85f vb2_create_framevec +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-memops 0xccd197c7 vb2_destroy_framevec +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-v4l2 0x2a992786 vb2_querybuf +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x08733236 intlog10 +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x09f48ba1 dvb_net_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x18acd31f dvb_dmx_swfilter_packets +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x23861fec dvb_frontend_resume +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x2f5cdf80 dvb_ringbuffer_write +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x33cca3a0 dvb_frontend_suspend +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x3b93d71a dvb_frontend_sleep_until +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x4106eab5 dvb_device_get +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x41c30fc8 dvb_generic_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x47b1cf18 dvb_register_frontend +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x4c2a15cf dvb_generic_ioctl +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x518adcd1 dvb_dmxdev_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x54abe4ff dvb_dmx_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x5f2b1d95 intlog2 +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x6181aec0 dvb_ringbuffer_flush_spinlock_wakeup +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x628ced0c dvb_unregister_frontend +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x6360fa3c dvb_ca_en50221_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x6423c08c dvb_unregister_adapter +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x6a9f708a dvb_dmx_swfilter_204 +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x81075bd7 dvb_frontend_detach +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x836f67a0 dvb_dmxdev_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x8a3b3bee dvb_generic_open +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x8c54b0f8 dvb_dmx_swfilter +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x919e8405 dvb_ca_en50221_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x91a6794b dvb_ringbuffer_read_user +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x9263a063 dvb_dmx_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x95ef106f dvb_ca_en50221_camchange_irq +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xa4235824 dvb_dmx_swfilter_raw +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xa4e523aa dvb_ca_en50221_camready_irq +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xa7b87ea3 dvb_remove_device +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xb099b70b dvb_unregister_device +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xb3352dd2 dvb_ringbuffer_empty +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xc3f679f9 dvb_ringbuffer_write_user +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xd6b143a9 dvb_register_adapter +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xdec5d365 dvb_frontend_reinitialise +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xe138ce6b dvb_ringbuffer_avail +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xe6610b8f dvb_net_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xebbc2d9b dvb_ringbuffer_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xef41ec9b dvb_register_device +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xf665248e dvb_ca_en50221_frda_irq +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xfb09f39a dvb_ringbuffer_read +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xfb9a826f dvb_ringbuffer_flush +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xfc6380e5 dvb_ringbuffer_free +EXPORT_SYMBOL drivers/media/dvb-frontends/ascot2e 0x2f17fa50 ascot2e_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/atbm8830 0x8a23b2a2 atbm8830_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x2cfda3b1 au8522_i2c_gate_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x39712a48 au8522_led_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x621bcf6a au8522_sleep +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x7e8d2d21 au8522_get_state +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x91d95cef au8522_init +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0xac594d9f au8522_writereg +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0xb03812e5 au8522_release_state +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0xba4d4edb au8522_readreg +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0xd55c467a au8522_analog_i2c_gate_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_dig 0x150b72eb au8522_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/bcm3510 0x9d147ec2 bcm3510_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx22700 0x921a5fa6 cx22700_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx22702 0x65d6839e cx22702_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24110 0x3614c809 cx24110_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24113 0x5a828f66 cx24113_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24113 0xbc0a21f7 cx24113_agc_callback +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24116 0xefaf68a6 cx24116_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24120 0xe77b4b04 cx24120_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24123 0x1ce8d581 cx24123_get_tuner_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24123 0xb8f31ee0 cx24123_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cxd2820r 0x0e72fdad cxd2820r_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cxd2841er 0x4ad6fd6c cxd2841er_attach_t_c +EXPORT_SYMBOL drivers/media/dvb-frontends/cxd2841er 0xd59e0fd1 cxd2841er_attach_s +EXPORT_SYMBOL drivers/media/dvb-frontends/cxd2880/cxd2880 0xa974c0c6 cxd2880_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0x327c9bf8 dib0070_set_rf_output +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0x35312ca1 dib0070_wbd_offset +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0x72926e8f dib0070_get_rf_output +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0x755b5d03 dib0070_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0x87fc6bf0 dib0070_ctrl_agc_filter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x1c5f4246 dib0090_gain_control +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x305f7fb8 dib0090_pwm_gain_reset +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x456b8a07 dib0090_dcc_freq +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x747033eb dib0090_set_vga +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x7a657925 dib0090_update_tuning_table_7090 +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x7baf3b34 dib0090_set_dc_servo +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x9d916693 dib0090_get_tune_state +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xa7c45b16 dib0090_fw_register +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xc0df7888 dib0090_update_rframp_7090 +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xc12637a3 dib0090_get_current_gain +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xcce4323e dib0090_set_tune_state +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xded729fd dib0090_get_wbd_offset +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xf6ba9f60 dib0090_get_wbd_target +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xf93d9eee dib0090_set_switch +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xfcaed5f5 dib0090_register +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mb 0xc2f8cead dib3000mb_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0x16384069 dib3000mc_i2c_enumeration +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0x176be235 dib3000mc_pid_control +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0x35ff8582 dib3000mc_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0x42947701 dib3000mc_set_config +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0x6551b841 dib3000mc_get_tuner_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0xfc30ff3e dib3000mc_pid_parse +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000m 0x7a9d453a dib7000m_pid_filter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000m 0x9c7a7f41 dib7000m_pid_filter_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000m 0xf200f013 dib7000m_get_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000m 0xffc2f9a2 dib7000m_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x4ce02c8c dib7000p_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0xc996e0f3 dib8000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0x1b56f8a7 dib9000_get_tuner_interface +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0x2149e422 dib9000_firmware_post_pll_init +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0x23fa54f4 dib9000_get_slave_frontend +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0x2937e4a9 dib9000_i2c_enumeration +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0x8162988a dib9000_fw_pid_filter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0x945b8fbf dib9000_set_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0x9bbdc3a7 dib9000_fw_pid_filter_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0xa1bcb384 dib9000_get_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0xa82495f3 dib9000_set_slave_frontend +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0xc3c5d57b dib9000_fw_set_component_bus_speed +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0xcf433eac dib9000_set_gpio +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0xd4de522a dib9000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0xe9b21898 dib9000_get_component_bus_interface +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0x3e4054fc dibx000_i2c_set_speed +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0x597b2cc1 dibx000_get_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0x79db886f dibx000_reset_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0xa7cb7966 dibx000_exit_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0xd9659706 dibx000_init_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/drx39xyj/drx39xyj 0x166020a1 drx39xxj_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/drxd 0xa5a5e073 drxd_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/drxk 0x3c927a9e drxk_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/ds3000 0x74705893 ds3000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dvb-pll 0x5b04fd17 dvb_pll_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dvb_dummy_fe 0x0603a24e dvb_dummy_fe_ofdm_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dvb_dummy_fe 0xadcd8626 dvb_dummy_fe_qpsk_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dvb_dummy_fe 0xffd68dd2 dvb_dummy_fe_qam_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/ec100 0xebde9b74 ec100_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/helene 0x7d511cc3 helene_attach_s +EXPORT_SYMBOL drivers/media/dvb-frontends/helene 0xcf416c8b helene_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/horus3a 0xaa940d18 horus3a_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/isl6405 0x74d63b92 isl6405_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/isl6421 0x05cd3f72 isl6421_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/isl6423 0xd73995de isl6423_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/itd1000 0xe786ad6a itd1000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/ix2505v 0x1e9f4daf ix2505v_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/l64781 0x40c48735 l64781_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lg2160 0x1a4503fd lg2160_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lgdt3305 0x7b7e9e96 lgdt3305_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lgdt3306a 0xae471353 lgdt3306a_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lgdt330x 0x84a9c750 lgdt330x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lgs8gl5 0xd8b2d4dc lgs8gl5_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lgs8gxx 0xb151e10a lgs8gxx_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lnbh25 0x5ddf4bb0 lnbh25_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lnbh29 0xd97ace0e lnbh29_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lnbp21 0x11b674c2 lnbp21_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lnbp21 0x258f4f2c lnbh24_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lnbp22 0x3919bfae lnbp22_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/m88ds3103 0x0d578254 m88ds3103_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/m88ds3103 0xa6d1a9c0 m88ds3103_get_agc_pwm +EXPORT_SYMBOL drivers/media/dvb-frontends/m88rs2000 0xa36fde39 m88rs2000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/mb86a16 0x32ba5d0a mb86a16_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/mb86a20s 0xa714d03d mb86a20s_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/mt312 0xb9b0317e mt312_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/mt352 0x9addd36a mt352_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/nxt200x 0x4569c777 nxt200x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/nxt6000 0xe85850d8 nxt6000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/or51132 0xb3e50fa1 or51132_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/or51211 0xa932db98 or51211_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/s5h1409 0x38149c13 s5h1409_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/s5h1411 0x4fdc7632 s5h1411_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/s5h1420 0xaed8f9ac s5h1420_get_tuner_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/s5h1420 0xe8a5e39d s5h1420_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/s5h1432 0xc1de3aad s5h1432_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/s921 0xca1a8475 s921_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/si21xx 0x649bde4e si21xx_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/sp887x 0xbad5204e sp887x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stb0899 0x018c9863 stb0899_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stb6000 0x1dc4c380 stb6000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stb6100 0xdf5bf502 stb6100_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0288 0x9ec96027 stv0288_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0297 0x3c4c47d2 stv0297_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0299 0xcbd4a2be stv0299_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0367 0x7f0e14ce stv0367ter_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0367 0xabb2a18c stv0367cab_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0367 0xd8c6f2e9 stv0367ddb_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0900 0x771c2dc8 stv0900_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv090x 0xdfd9d61f stv090x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv6110 0x50251b73 stv6110_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv6110x 0xc69aab36 stv6110x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda10021 0x5c710ba5 tda10021_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda10023 0xa445ebba tda10023_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda10048 0xfcc9977a tda10048_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda1004x 0x223e7454 tda10046_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda1004x 0xd65da20e tda10045_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda10086 0xf1163c2e tda10086_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda665x 0x8d1e40f0 tda665x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda8083 0x8d6b8777 tda8083_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda8261 0xf1bb3154 tda8261_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda826x 0xd45eb56f tda826x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/ts2020 0xce48e0b2 ts2020_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tua6100 0xbbfe36e5 tua6100_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/ves1820 0x17c679aa ves1820_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/ves1x93 0xefcf2e5f ves1x93_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/zd1301_demod 0x17d0e95e zd1301_demod_get_dvb_frontend +EXPORT_SYMBOL drivers/media/dvb-frontends/zd1301_demod 0xbfafa488 zd1301_demod_get_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/zl10036 0xffc4e052 zl10036_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/zl10039 0x11013d10 zl10039_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/zl10353 0x0ad28afd zl10353_attach +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x21cf5be7 flexcop_dma_xfer_control +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x37e4f78c flexcop_dma_config_timer +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x4dd9cf04 flexcop_dma_allocate +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x84d1efb4 flexcop_dma_config +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x9ca17419 flexcop_dma_control_timer_irq +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0xd3b1fafd flexcop_dma_control_size_irq +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0xf72c5a25 flexcop_dma_free +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0x374df3a1 bt878 +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0x56d0a832 bt878_device_control +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0xcf9316bd bt878_stop +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0xd5d0bdef bt878_num +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0xe3ca98db bt878_start +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0x11dc4b6d bttv_gpio_enable +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0x4627355f bttv_sub_unregister +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0x8637af12 bttv_sub_register +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0x8ecf4acc bttv_write_gpio +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0xbcf2d2fb bttv_read_gpio +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0xd50daaab bttv_get_pcidev +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x1b53c558 dst_comm_init +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x30422244 dst_error_bailout +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x43a983fd dst_check_sum +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x4abbe43c dst_pio_disable +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x69b235ca dst_wait_dst_ready +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x69b39381 write_dst +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x741ec564 rdc_reset_state +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x969e6d26 dst_error_recovery +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0xb1e98c77 read_dst +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0xd5ff8230 dst_attach +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst_ca 0xb1a45bbc dst_ca_attach +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x172f1c50 cx18_claim_stream +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x2cdea06d cx18_reset_ir_gpio +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x31b0eb09 cx18_stop_v4l2_encode_stream +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0xabf25ef5 cx18_start_v4l2_encode_stream +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0xcadcedc2 cx18_release_stream +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0xf0f88752 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 0x1f891e0d cx25821_risc_databuffer_audio +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x2bd3ace1 cx25821_dev_get +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x44b517f5 cx25821_print_irqbits +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x69271ed2 cx25821_riscmem_alloc +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x9a050f17 cx25821_set_gpiopin_direction +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0xbcc65973 cx25821_sram_channel_setup_audio +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0xe1a4771e cx25821_sram_channel_dump_audio +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0xe9050411 cx25821_sram_channels +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0xf7412242 cx25821_dev_unregister +EXPORT_SYMBOL drivers/media/pci/cx88/cx88-vp3054-i2c 0x9b985636 vp3054_i2c_remove +EXPORT_SYMBOL drivers/media/pci/cx88/cx88-vp3054-i2c 0xddbcef86 vp3054_i2c_probe +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0x3b747806 cx88_set_freq +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0xa91f44de cx88_video_mux +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0xb99b30d5 cx88_enum_input +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0xb9e52fab cx88_querycap +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x042aed7a cx8802_cancel_buffers +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x22325feb cx8802_get_driver +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x424dcfd2 cx8802_unregister_driver +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x8b61182e cx8802_register_driver +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x8e3e785e cx8802_buf_prepare +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x8edf896e cx8802_buf_queue +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0xa1096559 cx8802_start_dma +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x016b01ff cx88_sram_channel_setup +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x045ef846 cx88_core_put +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x270d777c cx88_risc_databuffer +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x3bc46acf cx88_reset +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x3cd276a1 cx88_core_irq +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x4dd67d9f cx88_ir_start +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x5197383b cx88_wakeup +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x54b97e64 cx88_sram_channel_dump +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x5af0208e cx88_set_tvaudio +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 0x6a0b97d8 cx88_set_stereo +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x7ce9a24d cx88_dsp_detect_stereo_sap +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x8509fbf4 cx88_set_tvnorm +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x8b3d94cc cx88_newstation +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x8d521a7c cx88_risc_buffer +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x8d88137a cx88_sram_channels +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x8f1c4f81 cx88_core_get +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x904b8696 cx88_audio_thread +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x965cba1a cx88_ir_stop +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xa4c82eb9 cx88_vdev_init +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xaefc2736 cx88_get_stereo +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xc45c4fd2 cx88_shutdown +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xe863105b cx88_set_scale +EXPORT_SYMBOL drivers/media/pci/ddbridge/ddbridge-dummy-fe 0xe1fa764a ddbridge_dummy_fe_qam_attach +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x02674536 ivtv_udma_unmap +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x04b9ee50 ivtv_vapi +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x14f67530 ivtv_debug +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x42327386 ivtv_start_v4l2_encode_stream +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x441629e0 ivtv_ext_init +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x55b6b57f ivtv_udma_alloc +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x6b661a65 ivtv_init_on_first_open +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x795a3b29 ivtv_claim_stream +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x7f0fc990 ivtv_stop_v4l2_encode_stream +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x883851c7 ivtv_reset_ir_gpio +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x8af28c09 ivtv_vapi_result +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x97f80103 ivtv_udma_prepare +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xac55466a ivtv_clear_irq_mask +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xb49fef3f ivtv_release_stream +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xbb46cb64 ivtv_set_irq_mask +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xd3a29a1c ivtv_firmware_check +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xd9f671f7 ivtv_api +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xe53a5f2d ivtv_udma_setup +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 0x19b5f812 saa7134_pgtable_free +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x2a511ad5 saa7134_set_gpio +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x3a995815 saa7134_tvaudio_setmute +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x719cf2c5 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 0x984cc209 saa_dsp_writel +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xbbd2214c saa7134_ts_unregister +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xc1b8b641 saa7134_pgtable_build +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xe821b05e saa7134_dmasound_init +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xf5ab44d1 saa7134_ts_register +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xf6d68d0b saa7134_dmasound_exit +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xfdfe81a0 saa7134_pgtable_alloc +EXPORT_SYMBOL drivers/media/radio/tea575x 0x3ed89f59 snd_tea575x_init +EXPORT_SYMBOL drivers/media/radio/tea575x 0x75c0be77 snd_tea575x_set_freq +EXPORT_SYMBOL drivers/media/radio/tea575x 0x8234a721 snd_tea575x_enum_freq_bands +EXPORT_SYMBOL drivers/media/radio/tea575x 0x8aa3e361 snd_tea575x_g_tuner +EXPORT_SYMBOL drivers/media/radio/tea575x 0xb2286616 snd_tea575x_exit +EXPORT_SYMBOL drivers/media/radio/tea575x 0xc9f34343 snd_tea575x_s_hw_freq_seek +EXPORT_SYMBOL drivers/media/radio/tea575x 0xdf716430 snd_tea575x_hw_init +EXPORT_SYMBOL drivers/media/rc/rc-core 0x01098f88 ir_raw_encode_scancode +EXPORT_SYMBOL drivers/media/rc/rc-core 0x24ba838f 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 0xa6ab8cad ir_raw_handler_register +EXPORT_SYMBOL drivers/media/rc/rc-core 0xb5516017 ir_raw_encode_carrier +EXPORT_SYMBOL drivers/media/rc/rc-core 0xce3696f3 ir_raw_gen_manchester +EXPORT_SYMBOL drivers/media/tuners/fc0011 0x56946eda fc0011_attach +EXPORT_SYMBOL drivers/media/tuners/fc0012 0xedc758af fc0012_attach +EXPORT_SYMBOL drivers/media/tuners/fc0013 0x1308d296 fc0013_rc_cal_add +EXPORT_SYMBOL drivers/media/tuners/fc0013 0x433b765a fc0013_attach +EXPORT_SYMBOL drivers/media/tuners/fc0013 0x5b2466d2 fc0013_rc_cal_reset +EXPORT_SYMBOL drivers/media/tuners/max2165 0x23616c3a max2165_attach +EXPORT_SYMBOL drivers/media/tuners/mc44s803 0x4c172b17 mc44s803_attach +EXPORT_SYMBOL drivers/media/tuners/mt2060 0x5a23b4fc mt2060_attach +EXPORT_SYMBOL drivers/media/tuners/mt2131 0xd5ecd555 mt2131_attach +EXPORT_SYMBOL drivers/media/tuners/mt2266 0x92edc884 mt2266_attach +EXPORT_SYMBOL drivers/media/tuners/mxl5005s 0xf7a9d14a mxl5005s_attach +EXPORT_SYMBOL drivers/media/tuners/qt1010 0xbf470df4 qt1010_attach +EXPORT_SYMBOL drivers/media/tuners/tda18218 0xbd2c36b2 tda18218_attach +EXPORT_SYMBOL drivers/media/tuners/tuner-types 0x4c48939e tuners +EXPORT_SYMBOL drivers/media/tuners/tuner-types 0xc2821775 tuner_count +EXPORT_SYMBOL drivers/media/tuners/xc2028 0xe4ae67a1 xc2028_attach +EXPORT_SYMBOL drivers/media/tuners/xc4000 0x0c072bb7 xc4000_attach +EXPORT_SYMBOL drivers/media/tuners/xc5000 0x70320389 xc5000_attach +EXPORT_SYMBOL drivers/media/usb/cx231xx/cx231xx 0xf6fe92d4 cx231xx_unregister_extension +EXPORT_SYMBOL drivers/media/usb/cx231xx/cx231xx 0xfa726ae4 cx231xx_register_extension +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x1d9be251 dvb_usbv2_generic_write +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x1f8ac32c dvb_usbv2_probe +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x294aa8ea dvb_usbv2_reset_resume +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x4b9719c6 dvb_usbv2_suspend +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x79b01fcf dvb_usbv2_resume +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x848fdc92 dvb_usbv2_generic_rw +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x89871e46 dvb_usbv2_generic_rw_locked +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x99f8b73d dvb_usbv2_generic_write_locked +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0xfd044aa5 dvb_usbv2_disconnect +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x67a9d020 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 0x8d46d90d dvb_usb_device_init +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0xa5ceca64 usb_cypress_load_firmware +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0xc1e5c40e dvb_usb_generic_rw +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0xd3e68c9a dvb_usb_nec_rc_key_to_event +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0xe87b9a9e 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 0xb929701d 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 0x0ab7456e dibusb2_0_power_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x125d7225 dibusb2_0_streaming_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x2130270a dibusb_read_eeprom_byte +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x5b3cf1e6 dibusb_streaming_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x5db6ca36 dibusb_power_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x8373687a dibusb_i2c_algo +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x8994bf02 dibusb_rc_query +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x929615c7 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 0x979e95ce dibusb_pid_filter_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-mc-common 0x15d38d75 dibusb_dib3000mc_tuner_attach +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-mc-common 0xc2015861 dibusb_dib3000mc_frontend_attach +EXPORT_SYMBOL drivers/media/usb/em28xx/em28xx 0x63b966d0 em28xx_unregister_extension +EXPORT_SYMBOL drivers/media/usb/em28xx/em28xx 0xf25e2b26 em28xx_register_extension +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0x0c6b7428 go7007_parse_video_stream +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0x1267c54b go7007_update_board +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0x1da393f4 go7007_snd_remove +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0x839c1956 go7007_read_addr +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0x925adbce go7007_read_interrupt +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0xa8e1f408 go7007_register_encoder +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0xb4eeff21 go7007_alloc +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0xbbd1129a go7007_boot_encoder +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0xc597aa2c go7007_snd_init +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x06b8bc92 gspca_expo_autogain +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x1bc9dc3d gspca_suspend +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x70352d23 gspca_dev_probe +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x70a5155a gspca_disconnect +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x8292737a gspca_frame_add +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x841841cd gspca_resume +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x9670af2c gspca_debug +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0xb3120f1a gspca_dev_probe2 +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0xcf154fb1 gspca_coarse_grained_expo_autogain +EXPORT_SYMBOL drivers/media/usb/ttusb-dec/ttusbdecfe 0xc08888be ttusbdecfe_dvbs_attach +EXPORT_SYMBOL drivers/media/usb/ttusb-dec/ttusbdecfe 0xeb4f8974 ttusbdecfe_dvbt_attach +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-async 0x1be2d314 v4l2_async_nf_unregister +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-async 0x50ee9a01 v4l2_async_unregister_subdev +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-async 0x8221e471 v4l2_async_nf_register +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-async 0xa256df0c v4l2_async_subdev_nf_register +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-async 0xdcd8dbc2 v4l2_async_register_subdev +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-async 0xf7a4a297 v4l2_async_nf_init +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0x40a84589 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 0x503525c7 v4l2_m2m_mmap +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0x5352d022 v4l2_m2m_resume +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0xa375cb8d v4l2_m2m_job_finish +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0xd34f2567 v4l2_m2m_get_vq +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0xf626dd03 v4l2_m2m_suspend +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x05523f97 v4l2_ctrl_handler_log_status +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x0614dd5a v4l2_video_std_frame_period +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x07425a72 v4l2_query_ext_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x080360ea __video_register_device +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x082737e8 v4l2_ctrl_merge +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x0ee1c646 v4l2_ctrl_notify +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x123959a1 v4l2_type_names +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x14aea5cb video_device_release +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x16244fe5 v4l2_prio_check +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x165bb0d7 v4l2_querymenu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x1722f816 v4l2_ctrl_new_int_menu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x1ba647b8 v4l2_ctrl_handler_free +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x1c409b56 v4l2_ctrl_activate +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x1e55180b v4l2_ctrl_cluster +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x2342f1ae v4l2_prio_open +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x2740255b v4l2_s_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x28b12cc9 v4l2_format_info +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x2d5af34f v4l2_s_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x306c8ecd v4l2_g_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x315de2cf v4l2_ctrl_get_menu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x32d43420 v4l2_ctrl_get_name +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x38791747 v4l2_ctrl_type_op_log +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x38bc99d6 v4l2_ctrl_subdev_log_status +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x3adbd595 v4l2_field_names +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x3bdd0f94 v4l2_prio_change +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x40c5034d video_unregister_device +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x55e25fcb v4l2_subdev_call_wrappers +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x5c9ae81c v4l2_ctrl_new_custom +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x5d2ea773 video_device_alloc +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x5ec16956 v4l2_ctrl_request_setup +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x717c52ec __v4l2_ctrl_modify_range +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x75802dc8 v4l2_ctrl_new_std_compound +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x763b7f8d v4l2_ctrl_sub_ev_ops +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x7b09769a v4l2_ctrl_handler_init_class +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x7e41ab2e v4l2_ctrl_new_std +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x8106095a v4l2_prio_max +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x8958f590 v4l2_ctrl_handler_setup +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x8975e2c5 v4l2_ctrl_new_std_menu_items +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x89e3897d v4l2_ctrl_query_fill +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x940774e3 v4l2_ctrl_type_op_equal +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x984bfcf4 v4l2_ctrl_subdev_subscribe_event +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x98cb93bb v4l2_ctrl_auto_cluster +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x9aa2a489 __v4l2_ctrl_s_ctrl_int64 +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xa18e2420 v4l2_ctrl_radio_filter +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xa63ba853 v4l2_try_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xaedb4ae0 v4l2_ctrl_fill +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xb320b632 __v4l2_ctrl_grab +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xb3881ff0 v4l2_ctrl_add_handler +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xb664a267 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 0xbe943a7d v4l2_ctrl_find +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xc06b7888 v4l2_ctrl_g_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xc74bc0aa video_devdata +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xcacce819 v4l2_ctrl_new_fwnode_properties +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xcc73bd21 v4l2_subdev_init +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 0xd1df4e1b v4l2_ctrl_type_op_init +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xd657ddc2 v4l2_ctrl_subscribe_event +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xd9a33b7c video_device_release_empty +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xdd73af94 v4l2_ctrl_g_ctrl_int64 +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xe1aac309 v4l2_ctrl_request_complete +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xe2b92059 v4l2_video_std_construct +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xe5449e44 v4l2_ctrl_new_std_menu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xec16a434 __v4l2_ctrl_s_ctrl_string +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xed729ec5 v4l2_ctrl_log_status +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xefb6045c __v4l2_ctrl_s_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xf02c9ece v4l2_ctrl_type_op_validate +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xf0d1d805 video_ioctl2 +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xf3251e7b v4l2_norm_to_name +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xf3b712d9 v4l2_g_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xf50fecbc v4l2_ctrl_replace +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xf5a7f248 __v4l2_ctrl_modify_dimensions +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xf8a1f3d8 __v4l2_ctrl_s_ctrl_compound +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xffaf5869 v4l2_queryctrl +EXPORT_SYMBOL drivers/memstick/core/memstick 0x199305e6 memstick_init_req +EXPORT_SYMBOL drivers/memstick/core/memstick 0x1b255023 memstick_set_rw_addr +EXPORT_SYMBOL drivers/memstick/core/memstick 0x287277cb memstick_init_req_sg +EXPORT_SYMBOL drivers/memstick/core/memstick 0x52792cde memstick_detect_change +EXPORT_SYMBOL drivers/memstick/core/memstick 0x533fac3a memstick_register_driver +EXPORT_SYMBOL drivers/memstick/core/memstick 0x54cdca0b memstick_new_req +EXPORT_SYMBOL drivers/memstick/core/memstick 0x562f5650 memstick_resume_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0x6376eb02 memstick_add_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0x6dc5d823 memstick_unregister_driver +EXPORT_SYMBOL drivers/memstick/core/memstick 0xc44d6c3b memstick_next_req +EXPORT_SYMBOL drivers/memstick/core/memstick 0xc6bd6b02 memstick_suspend_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0xe587a764 memstick_alloc_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0xeef88444 memstick_free_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0xf56a6b9b memstick_remove_host +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x01dcb493 mpt_suspend +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x3a7226a7 mpt_raid_phys_disk_pg0 +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x3e7a091b mpt_reset_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x41087037 mpt_attach +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x427f9d0a mpt_clear_taskmgmt_in_progress_flag +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x502108d0 mpt_fwfault_debug +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x520f2b9c mpt_config +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x53eb9f60 mpt_Soft_Hard_ResetHandler +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x610b257e mpt_reset_deregister +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x67eb7215 mpt_GetIocState +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x74a0134a mpt_device_driver_deregister +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x7e8c19bc mpt_resume +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x8b44aeb2 mpt_halt_firmware +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x90efd2f4 mpt_HardResetHandler +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x92c968f3 mpt_detach +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x981efe92 mpt_deregister +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x99d8ec8a mpt_event_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xa5653c99 mpt_print_ioc_summary +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xaf106613 mpt_free_msg_frame +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xb252ccd9 mpt_device_driver_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xbcbfc581 mpt_raid_phys_disk_get_num_paths +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xc1078cdf mpt_raid_phys_disk_pg1 +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xd65c229d mpt_alloc_fw_memory +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xdbd2fa7a mpt_send_handshake_request +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xdd805159 ioc_list +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xde4c5f96 mpt_set_taskmgmt_in_progress_flag +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xdf2ca713 mpt_findImVolumes +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xe3ee378d mpt_verify_adapter +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xe6c1e126 mpt_event_deregister +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xf23b3345 mpt_put_msg_frame_hi_pri +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xf280be33 mptbase_sas_persist_operation +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xf4fb60a8 mpt_put_msg_frame +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xfb6a6aae mpt_free_fw_memory +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xfe1eb78c mpt_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xff32ea7f mpt_get_msg_frame +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x06f970e3 mptscsih_resume +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x1236903c mptscsih_qcmd +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x22182abb mptscsih_raid_id_to_num +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x2d144123 mptscsih_remove +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x2e9f1f99 mptscsih_taskmgmt_response_code +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x2f7c87d2 mptscsih_ioc_reset +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x3e4e164f mptscsih_dev_reset +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x4011e6a8 mptscsih_is_phys_disk +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x40545d94 mptscsih_change_queue_depth +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x63b0d818 mptscsih_scandv_complete +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x6985b491 mptscsih_slave_destroy +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x8678595a mptscsih_IssueTaskMgmt +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x8c59e56b mptscsih_host_reset +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x9af59aa1 mptscsih_shutdown +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x9b450bdf mptscsih_flush_running_cmds +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x9f5cfd07 mptscsih_event_process +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xa99da80c mptscsih_bus_reset +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xaa00e5c4 mptscsih_get_scsi_lookup +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xabdbfdc0 mptscsih_slave_configure +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xb1621d9c mptscsih_io_done +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xb2428491 mptscsih_abort +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xc215b12a mptscsih_taskmgmt_complete +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xcc7dc9a0 mptscsih_info +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xd5f37e22 mptscsih_host_attr_groups +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xdb1a17ad mptscsih_show_info +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xfd183b80 mptscsih_suspend +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xff893371 mptscsih_bios_param +EXPORT_SYMBOL drivers/mfd/axp20x 0x044bb976 axp20x_device_probe +EXPORT_SYMBOL drivers/mfd/axp20x 0x069b44d7 axp20x_match_device +EXPORT_SYMBOL drivers/mfd/axp20x 0xdb16dda5 axp20x_device_remove +EXPORT_SYMBOL drivers/mfd/dln2 0x06a041e0 dln2_register_event_cb +EXPORT_SYMBOL drivers/mfd/dln2 0x38861631 dln2_unregister_event_cb +EXPORT_SYMBOL drivers/mfd/dln2 0xea4f6cd4 dln2_transfer +EXPORT_SYMBOL drivers/mfd/htc-pasic3 0xbdcbe097 pasic3_write_register +EXPORT_SYMBOL drivers/mfd/htc-pasic3 0xef64dfa4 pasic3_read_register +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x0179ba9c mc13xxx_reg_rmw +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x15727684 mc13xxx_irq_unmask +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x22d43ad8 mc13xxx_irq_status +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x2fcde3a8 mc13xxx_irq_request +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x383c4599 mc13xxx_lock +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x41ab9d16 mc13xxx_reg_write +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x68791d08 mc13xxx_irq_free +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xa3a2bbff mc13xxx_reg_read +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xc97cf7e8 mc13xxx_unlock +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xe779e4ae mc13xxx_get_flags +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xf36eeccc mc13xxx_irq_mask +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 0x41390f75 wm8994_regmap_config +EXPORT_SYMBOL drivers/mfd/wm8994 0x552ae28d wm8994_irq_init +EXPORT_SYMBOL drivers/mfd/wm8994 0x7303b4ec wm8958_regmap_config +EXPORT_SYMBOL drivers/mfd/wm8994 0x9649f1a7 wm8994_irq_exit +EXPORT_SYMBOL drivers/mfd/wm8994 0xcd547b32 wm8994_base_regmap_config +EXPORT_SYMBOL drivers/mfd/wm8994 0xec61b6c1 wm1811_regmap_config +EXPORT_SYMBOL drivers/misc/ad525x_dpot 0x92151ba8 ad_dpot_probe +EXPORT_SYMBOL drivers/misc/ad525x_dpot 0xa24d17dc ad_dpot_remove +EXPORT_SYMBOL drivers/misc/altera-stapl/altera-stapl 0x5bafa76e altera_init +EXPORT_SYMBOL drivers/misc/c2port/core 0x389e76e6 c2port_device_unregister +EXPORT_SYMBOL drivers/misc/c2port/core 0x999cfc2a c2port_device_register +EXPORT_SYMBOL drivers/misc/mei/mei 0x0243112f __SCK__tp_func_mei_reg_read +EXPORT_SYMBOL drivers/misc/mei/mei 0x05259500 __tracepoint_mei_reg_read +EXPORT_SYMBOL drivers/misc/mei/mei 0x0bb25295 __SCT__tp_func_mei_reg_write +EXPORT_SYMBOL drivers/misc/mei/mei 0x14dc7949 __SCT__tp_func_mei_pci_cfg_read +EXPORT_SYMBOL drivers/misc/mei/mei 0x2924c817 __SCK__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 0x3ff8002e __tracepoint_mei_reg_write +EXPORT_SYMBOL drivers/misc/mei/mei 0x8b0022b0 __traceiter_mei_reg_read +EXPORT_SYMBOL drivers/misc/mei/mei 0x942e5bf3 __SCK__tp_func_mei_reg_write +EXPORT_SYMBOL drivers/misc/mei/mei 0x9a8a9da1 __tracepoint_mei_pci_cfg_read +EXPORT_SYMBOL drivers/misc/mei/mei 0xcae143bf __traceiter_mei_pci_cfg_read +EXPORT_SYMBOL drivers/misc/mei/mei 0xe4726772 __traceiter_mei_reg_write +EXPORT_SYMBOL drivers/misc/tifm_core 0x0ffb277f tifm_queue_work +EXPORT_SYMBOL drivers/misc/tifm_core 0x1319f23c tifm_free_device +EXPORT_SYMBOL drivers/misc/tifm_core 0x191ee020 tifm_remove_adapter +EXPORT_SYMBOL drivers/misc/tifm_core 0x2c32f73c tifm_alloc_adapter +EXPORT_SYMBOL drivers/misc/tifm_core 0x39b1df95 tifm_has_ms_pif +EXPORT_SYMBOL drivers/misc/tifm_core 0x4cbea000 tifm_eject +EXPORT_SYMBOL drivers/misc/tifm_core 0x505155ce tifm_map_sg +EXPORT_SYMBOL drivers/misc/tifm_core 0x6c72fa73 tifm_add_adapter +EXPORT_SYMBOL drivers/misc/tifm_core 0x7670df66 tifm_alloc_device +EXPORT_SYMBOL drivers/misc/tifm_core 0xa6dca1bd tifm_free_adapter +EXPORT_SYMBOL drivers/misc/tifm_core 0xf0f20f04 tifm_unmap_sg +EXPORT_SYMBOL drivers/misc/tifm_core 0xf22ad5c4 tifm_unregister_driver +EXPORT_SYMBOL drivers/misc/tifm_core 0xf4abb7d2 tifm_register_driver +EXPORT_SYMBOL drivers/mmc/host/cqhci 0x0014fc29 cqhci_deactivate +EXPORT_SYMBOL drivers/mmc/host/cqhci 0x6f4683fe cqhci_pltfm_init +EXPORT_SYMBOL drivers/mmc/host/cqhci 0xa1aef6f6 cqhci_irq +EXPORT_SYMBOL drivers/mmc/host/cqhci 0xc0626b48 cqhci_init +EXPORT_SYMBOL drivers/mmc/host/cqhci 0xf58cf615 cqhci_resume +EXPORT_SYMBOL drivers/mmc/host/of_mmc_spi 0x271a471e mmc_spi_put_pdata +EXPORT_SYMBOL drivers/mmc/host/of_mmc_spi 0xe76181d9 mmc_spi_get_pdata +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0x00bf627c cfi_read_pri +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0x1bf6cca4 cfi_merge_status +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0x4784d343 cfi_send_gen_cmd +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0x54db3999 cfi_build_cmd +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0x579b12e3 cfi_varsize_frob +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0x8457c6d5 cfi_build_cmd_addr +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0xee2ccb85 cfi_fixup +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0xff9fa623 cfi_udelay +EXPORT_SYMBOL drivers/mtd/chips/chipreg 0x0bd44605 do_map_probe +EXPORT_SYMBOL drivers/mtd/chips/chipreg 0x14a454c3 unregister_mtd_chip_driver +EXPORT_SYMBOL drivers/mtd/chips/chipreg 0x39ce3c49 map_destroy +EXPORT_SYMBOL drivers/mtd/chips/chipreg 0xd9fa3672 register_mtd_chip_driver +EXPORT_SYMBOL drivers/mtd/chips/gen_probe 0x582686d0 mtd_do_chip_probe +EXPORT_SYMBOL drivers/mtd/lpddr/lpddr_cmds 0x290c7375 lpddr_cmdset +EXPORT_SYMBOL drivers/mtd/maps/map_funcs 0x9d1d868d simple_map_init +EXPORT_SYMBOL drivers/mtd/mtd 0x6bb4cc4c mtd_concat_create +EXPORT_SYMBOL drivers/mtd/mtd 0x7f99179e mtd_concat_destroy +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x048ad2e4 nand_ecc_get_on_host_hw_engine +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x1d15039b nand_ecc_sw_bch_init_ctx +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x25fbf8b7 nand_ecc_sw_bch_calculate +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x2bb8507a nand_ecc_sw_bch_cleanup_ctx +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x504183a2 nand_ecc_sw_hamming_correct +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x55c24dea nand_ecc_sw_bch_get_engine +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x7fd469f5 nand_ecc_register_on_host_hw_engine +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x8075c2c9 nand_ecc_sw_hamming_init_ctx +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x8a3fbd2a nand_ecc_get_sw_engine +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x8e9a2436 nand_ecc_sw_hamming_calculate +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x92f2d02d nand_ecc_is_strong_enough +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xadb76b9b nand_ecc_prepare_io_req +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xb45796a7 nand_ecc_put_on_host_hw_engine +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xbf0009bc of_get_nand_ecc_user_config +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xc075e766 nand_ecc_sw_hamming_get_engine +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xc3ec092e nand_ecc_cleanup_ctx +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xca742667 nand_ecc_unregister_on_host_hw_engine +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xccf335b6 nand_ecc_sw_hamming_cleanup_ctx +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xe2facbf5 nand_ecc_get_on_die_hw_engine +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xe6db989b ecc_sw_hamming_correct +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xeb6a5468 nand_ecc_finish_io_req +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xf2587401 nand_ecc_sw_bch_correct +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xfd40297c nand_ecc_init_ctx +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xff4351b0 ecc_sw_hamming_calculate +EXPORT_SYMBOL drivers/mtd/nand/onenand/onenand 0xac2e08d6 onenand_addr +EXPORT_SYMBOL drivers/mtd/nand/onenand/onenand 0xade438f6 flexonenand_region +EXPORT_SYMBOL drivers/mtd/nand/raw/denali 0x30db096f denali_calc_ecc_bytes +EXPORT_SYMBOL drivers/mtd/nand/raw/denali 0x6b6e428a denali_init +EXPORT_SYMBOL drivers/mtd/nand/raw/denali 0x95601be2 denali_remove +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x1b56deb5 rawnand_sw_hamming_calculate +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x33cfdc6c rawnand_sw_hamming_cleanup +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x43c77f7c nand_read_page_raw +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x49eb4121 nand_read_oob_std +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x55b8c731 nand_monolithic_write_page_raw +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x5b41785b nand_write_oob_std +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x60225034 rawnand_sw_bch_correct +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x6976f55c rawnand_sw_hamming_correct +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x81a6781c nand_monolithic_read_page_raw +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x81d14975 nand_get_set_features_notsupp +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x8ecbb3b8 nand_check_erased_ecc_chunk +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x94942a7d rawnand_sw_bch_init +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0xa0a526c2 nand_create_bbt +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0xbb1dc31c nand_write_page_raw +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0xdbc928ee rawnand_sw_bch_cleanup +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0xe6775218 nand_scan_with_ids +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0xf6b89056 rawnand_sw_hamming_init +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0xfe92a40f rawnand_dt_parse_gpio_cs +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x287f0386 arcnet_timeout +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x419b57ae arcnet_unregister_proto +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x6534792a arcnet_debug +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x65f6ff68 alloc_arcdev +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x83bff71d arcnet_close +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x9205a634 arcnet_open +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x923fae2e arc_proto_default +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xad2f19e7 arc_raw_proto +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xcbd2649a arc_bcast_proto +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xcd1053d1 free_arcdev +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xecb730b0 arcnet_interrupt +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xf8e3493d arcnet_send_packet +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xfd997c71 arc_proto_map +EXPORT_SYMBOL drivers/net/arcnet/com20020 0x205d94be com20020_netdev_ops +EXPORT_SYMBOL drivers/net/arcnet/com20020 0x96b7b8f3 com20020_check +EXPORT_SYMBOL drivers/net/arcnet/com20020 0xffd78167 com20020_found +EXPORT_SYMBOL drivers/net/can/ctucanfd/ctucanfd 0x3166c359 ctucan_resume +EXPORT_SYMBOL drivers/net/can/ctucanfd/ctucanfd 0x838982a7 ctucan_probe_common +EXPORT_SYMBOL drivers/net/can/ctucanfd/ctucanfd 0xb188bf69 ctucan_suspend +EXPORT_SYMBOL drivers/net/can/dev/can-dev 0x0b55989a can_eth_ioctl_hwts +EXPORT_SYMBOL drivers/net/can/dev/can-dev 0xe67c0462 can_ethtool_op_get_ts_info_hwts +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x08d5bb9c b53_vlan_filtering +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x0947af1a b53_get_sset_count +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x0c77be3f b53_phylink_mac_link_down +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x16f543f7 b53_get_tag_protocol +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x28478380 b53_enable_port +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x2d83ade0 b53_fdb_add +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x32b6399a b53_fdb_dump +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x32cf6ca0 b53_br_leave +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x3c2211c4 b53_set_mac_eee +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x3f097445 b53_vlan_del +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x43b967f7 b53_phylink_mac_link_up +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x4729febe b53_disable_port +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x5514e9a0 b53_fdb_del +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x57341c78 b53_br_flags +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x6174af27 b53_br_join +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x63c93a30 b53_configure_vlan +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x6fbbbf85 b53_mdb_add +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x72c6684e b53_get_mac_eee +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x85b78b08 b53_switch_register +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x88bdc98a b53_mdb_del +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x8c2610d3 b53_brcm_hdr_setup +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x8f3f6f31 b53_get_ethtool_phy_stats +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x93072e38 b53_phylink_mac_config +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x9be46ff2 b53_switch_detect +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xa09193b9 b53_mirror_del +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xa19bd46c b53_imp_vlan_setup +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xa8c9df66 b53_port_event +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xb87a0211 b53_br_set_stp_state +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xba28ef7b b53_get_ethtool_stats +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xbbf1a569 b53_vlan_add +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xbc57458e b53_mirror_add +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xc367eaf7 b53_br_flags_pre +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xc58a26f4 b53_br_fast_age +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xc9fd9fa2 b53_setup_devlink_resources +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xcd9be381 b53_eee_enable_set +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xe0559baf b53_switch_alloc +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xedd56cbf b53_get_strings +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xf6a40932 b53_eee_init +EXPORT_SYMBOL drivers/net/dsa/b53/b53_serdes 0x9a69cff3 b53_serdes_phylink_get_caps +EXPORT_SYMBOL drivers/net/dsa/b53/b53_serdes 0xb673d360 b53_serdes_init +EXPORT_SYMBOL drivers/net/dsa/b53/b53_serdes 0xedecf959 b53_serdes_link_set +EXPORT_SYMBOL drivers/net/dsa/b53/b53_serdes 0xf8d6fcd0 b53_serdes_phylink_mac_select_pcs +EXPORT_SYMBOL drivers/net/dsa/lan9303-core 0x6fa66dae lan9303_probe +EXPORT_SYMBOL drivers/net/dsa/lan9303-core 0x71f2186a lan9303_remove +EXPORT_SYMBOL drivers/net/dsa/lan9303-core 0x7ce0c1b8 lan9303_shutdown +EXPORT_SYMBOL drivers/net/dsa/lan9303-core 0xada83f40 lan9303_register_set +EXPORT_SYMBOL drivers/net/dsa/microchip/ksz_switch 0x1f3442d3 ksz_switch_remove +EXPORT_SYMBOL drivers/net/dsa/microchip/ksz_switch 0x5c58bc9c ksz_switch_register +EXPORT_SYMBOL drivers/net/dsa/microchip/ksz_switch 0xddb23b17 ksz_switch_alloc +EXPORT_SYMBOL drivers/net/dsa/vitesse-vsc73xx-core 0x540d96cc vsc73xx_remove +EXPORT_SYMBOL drivers/net/dsa/vitesse-vsc73xx-core 0x62c34c58 vsc73xx_probe +EXPORT_SYMBOL drivers/net/dsa/vitesse-vsc73xx-core 0x99d242fe vsc73xx_is_addr_valid +EXPORT_SYMBOL drivers/net/dsa/vitesse-vsc73xx-core 0xa91a97c8 vsc73xx_shutdown +EXPORT_SYMBOL drivers/net/dsa/xrs700x/xrs700x 0x5359134c xrs700x_switch_shutdown +EXPORT_SYMBOL drivers/net/dsa/xrs700x/xrs700x 0x8267aff4 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 0xa9e8f031 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 0xd1a53bfb xrs700x_switch_register +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x119721ac ei_interrupt +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x248cdab9 ei_start_xmit +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x322b4dac ei_open +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x47cdcd10 ei_get_stats +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x5273171a ei_close +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x542836c0 ei_netdev_ops +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x5c4bf6c4 ei_poll +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x7bb132ee NS8390_init +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x7f9b8ea8 ei_set_multicast_list +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0xc89090a1 __alloc_ei_netdev +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0xec18b489 ei_tx_timeout +EXPORT_SYMBOL drivers/net/ethernet/aquantia/atlantic/atlantic 0x9b089d76 aq_xdp_locking_key +EXPORT_SYMBOL drivers/net/ethernet/broadcom/bnxt/bnxt_en 0x168abf5b bnxt_ulp_probe +EXPORT_SYMBOL drivers/net/ethernet/broadcom/cnic 0x636af174 cnic_unregister_driver +EXPORT_SYMBOL drivers/net/ethernet/broadcom/cnic 0xfdb3a0de cnic_register_driver +EXPORT_SYMBOL drivers/net/ethernet/cavium/common/cavium_ptp 0x8fd1fac6 cavium_ptp_get +EXPORT_SYMBOL drivers/net/ethernet/cavium/common/cavium_ptp 0xc6058c8a 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 0x016b8529 t3_l2t_send_slow +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x01e831d1 cxgb3_queue_tid_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x0ace3bcc cxgb3_unregister_client +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x0d23167a t3_l2e_free +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x2d42815b dev2t3cdev +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x319cd5c5 cxgb3_free_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x4c9ca6c2 t3_l2t_send_event +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x6155b8b4 t3_register_cpl_handler +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x718ef661 cxgb3_alloc_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x7b8b11ad cxgb3_alloc_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x820973ba cxgb3_register_client +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x861ee695 cxgb3_remove_tid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x8fd44097 t3_l2t_get +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xe17deebe cxgb3_insert_tid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xf1c40bab cxgb3_ofld_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xf8576e6d cxgb3_free_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x0edcd4d4 cxgb4_alloc_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x0f1a5528 cxgb4_unregister_uld +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x132dc64d cxgb4_inline_tx_skb +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x159baf11 cxgb4_read_tpte +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x1642d9cb cxgb4_smt_alloc_switching +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x171d8462 cxgb4_iscsi_init +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x1a8b048b cxgb4_port_viid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x23f4ef00 cxgb4_create_server6 +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x262ef5b4 cxgb4_register_uld +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x292f9c03 cxgb4_pktgl_to_skb +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x2d30cbae cxgb4_update_root_dev_clip +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x3d2eaa8b cxgb4_remove_tid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x3d48ffcb cxgb4_check_l2t_valid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x3d885f2d t4_cleanup_clip_tbl +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x453dc942 cxgb4_write_sgl +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x50ee5c07 cxgb4_best_aligned_mtu +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x52035cd6 cxgb4_map_skb +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x5c2a9575 cxgb4_port_e2cchan +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x5cf4587c cxgb4_get_srq_entry +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x5d9b7ed4 cxgb4_remove_server +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x5f313348 cxgb4_l2t_alloc_switching +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x62b55924 cxgb4_port_idx +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x6a03ed5b cxgb4_l2t_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x70f1d729 cxgb4_alloc_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x74b94f30 cxgb4_remove_server_filter +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x85011535 cxgb4_ring_tx_db +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x8e4b536d cxgb4_clip_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x90aa6c62 cxgb4_l2t_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x971a7c81 cxgb4_bar2_sge_qregs +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x9877714c cxgb4_alloc_sftid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x9948a2df cxgb4_sync_txq_pidx +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x9c0e0c4f cxgb4_port_chan +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x9c9077ba cxgb4_reclaim_completed_tx +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x9e818fa7 cxgb4_ofld_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x9fb15e74 cxgb4_create_server_filter +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xa8db193f cxgb4_smt_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xadb15641 cxgb4_l2t_get +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xb831a28f cxgb4_read_sge_timestamp +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xbbd1ca4f cxgb4_write_partial_sgl +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xc46cd23a cxgb4_free_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xc5fd1c58 cxgb4_free_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xd69a0294 cxgb4_best_mtu +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xda268681 cxgb4_clip_get +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xdadc2c12 cxgb4_select_ntuple +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xdb54d2de cxgb4_immdata_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xdf99330b cxgb4_create_server +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xeb8226f6 cxgb4_dbfifo_count +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xf24dcc5c cxgb4_flush_eq_cache +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xf7f56a6b cxgb4_get_tcp_stats +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xf99fec5c cxgb4_crypto_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0x1bdaafe1 cxgbi_tagmask_set +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0x1e24efb4 cxgb_find_route6 +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0x255ab30f cxgb_get_4tuple +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0x4584bedc cxgbi_ppm_make_ppod_hdr +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0x6111ae9e cxgbi_ppm_ppod_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0x7ff72c86 cxgbi_ppm_init +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0xa2354612 cxgb_find_route +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0xa880fc87 cxgbi_ppm_ppods_reserve +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0xe7e1e639 cxgbi_ppm_release +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x03c37f50 enic_api_devcmd_proxy_by_index +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x2b9b0c43 vnic_dev_get_pdev +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x507b3d87 vnic_dev_unregister +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x707c981d vnic_dev_get_res +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0xc533c867 vnic_dev_register +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0xf5b81a61 vnic_dev_get_res_count +EXPORT_SYMBOL drivers/net/ethernet/emulex/benet/be2net 0x4e2e10d2 be_roce_mcc_cmd +EXPORT_SYMBOL drivers/net/ethernet/emulex/benet/be2net 0x660c9074 be_roce_register_driver +EXPORT_SYMBOL drivers/net/ethernet/emulex/benet/be2net 0xbb90da01 be_roce_unregister_driver +EXPORT_SYMBOL drivers/net/ethernet/fungible/funcore/funcore 0x7b5748a5 fun_dev_enable +EXPORT_SYMBOL drivers/net/ethernet/fungible/funcore/funcore 0xa5e191d7 fun_dev_disable +EXPORT_SYMBOL drivers/net/ethernet/fungible/funcore/funcore 0xe4d1cb3f fun_release_irqs +EXPORT_SYMBOL drivers/net/ethernet/fungible/funcore/funcore 0xee163f78 fun_reserve_irqs +EXPORT_SYMBOL drivers/net/ethernet/intel/iavf/iavf 0x336baf16 iavf_unregister_client +EXPORT_SYMBOL drivers/net/ethernet/intel/iavf/iavf 0x43f28747 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 0xdd36569b prestera_device_unregister +EXPORT_SYMBOL drivers/net/ethernet/marvell/prestera/prestera 0xefe31e00 prestera_device_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x09f361da mlx4_is_eq_shared +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x108302ad mlx4_get_eqs_per_port +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1f00fcdf mlx4_put_slave_node_guid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x22860a58 mlx4_SET_PORT_BEACON +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2b2dd7c1 mlx4_SET_PORT_SCHEDULER +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2bea3caf mlx4_SET_PORT_user_mtu +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x34e8505e mlx4_release_eq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3970b684 mlx4_sync_pkey_table +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x50170d7b mlx4_get_slave_node_guid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5030a462 mlx4_get_is_vlan_offload_disabled +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x53397f57 mlx4_SET_PORT_fcs_check +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x58f94efb mlx4_get_module_info +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x612f4890 mlx4_get_cpu_rmap +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6153e0b4 mlx4_SET_VPORT_QOS_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x61d81cf1 mlx4_SET_PORT_VXLAN +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x63eebaf5 mlx4_SET_MCAST_FLTR +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x690bb65b mlx4_SET_VPORT_QOS_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6aa61d23 mlx4_get_slave_port_state +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x72b71c9a mlx4_gen_port_state_change_eqe +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x76523fb5 mlx4_get_parav_qkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7d2b4a48 mlx4_query_diag_counters +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7d492277 mlx4_SET_PORT_qpn_calc +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 0x82d830f4 mlx4_assign_eq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x87fa178f mlx4_SET_PORT_user_mac +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8aced2e2 mlx4_test_interrupt +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8d1cabea mlx4_SET_PORT_general +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8d7e5114 mlx4_gen_guid_change_eqe +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8e9991d5 mlx4_tunnel_steer_add +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x958d82a5 mlx4_gen_slaves_port_mgt_ev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x98318952 mlx4_SET_PORT_PRIO2TC +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9e3aeab6 mlx4_ALLOCATE_VPP_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xabdecaa1 get_phv_bit +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xac9f836f mlx4_get_slave_pkey_gid_tbl_len +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xba78c323 mlx4_ALLOCATE_VPP_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xbf036dba mlx4_test_async +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc58c9738 mlx4_is_eq_vector_valid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc9b62522 mlx4_is_slave_active +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xcfb48311 mlx4_max_tc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd2a7aee7 mlx4_get_slave_from_roce_gid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd9709ccf mlx4_get_roce_gid_from_slave +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xdf4726b6 mlx4_gen_pkey_eqe +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xeca4584c set_phv_bit +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xeceeb2f9 set_and_calc_slave_port_state +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf83865c8 mlx4_eq_get_irq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0036dd40 mlx5_core_create_psv +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x035301a8 mlx5_sriov_blocking_notifier_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0376d2be mlx5_rsc_dump_cmd_create +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x061dc32b mlx5_mpfs_del_mac +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x06c88697 __tracepoint_mlx5_fs_del_fte +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x07b3a6e9 mlx5_fpga_sbu_conn_create +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x07ee70a1 __SCK__tp_func_mlx5_fw +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x08f2fa4b mlx5_fc_query +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0bbce585 mlx5_sriov_blocking_notifier_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0bf57998 mlx5_comp_irq_get_affinity_mask +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0c5ac230 mlx5_eswitch_get_core_dev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0e9181d9 mlx5_mpfs_add_mac +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x11269410 mlx5_cmd_check +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x13d565c7 mlx5_del_flow_rules +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x16000cce __tracepoint_mlx5_fs_del_fg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1733d536 mlx5_eq_enable +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1ad1e3ce mlx5_rsc_dump_next +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 0x1d1fd794 mlx5_debugfs_get_dev_root +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1db40ae3 mlx5_eswitch_reg_c1_loopback_enabled +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1f7f8230 mlx5_cmd_cleanup_async_ctx +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x21d787b8 mlx5_eswitch_get_vport_metadata_for_match +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2254cf7f mlx5_eq_destroy_generic +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x229bc3d7 mlx5_core_query_rq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x22cafb50 mlx5_eswitch_add_send_to_vport_rule +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x23735391 mlx5_notifier_unregister +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 0x2483b7ff mlx5_core_query_mkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x254343be __SCK__tp_func_mlx5_fs_add_rule +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x26912a95 mlx5_core_dealloc_pd +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2802d7cc __tracepoint_mlx5_fs_del_rule +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x28f24da0 __SCK__tp_func_mlx5_fs_del_fte +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2995f376 mlx5_eswitch_get_vport_metadata_for_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2a6f5a85 mlx5_vf_get_core_dev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x30ca5281 mlx5_get_flow_namespace +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x31d20d70 __SCK__tp_func_mlx5_fs_add_fg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x32e43c7e mlx5_eq_get_eqe +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x32ea1dd2 mlx5_core_query_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3361a821 mlx5_lag_get_num_ports +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3efde6ae mlx5_fc_destroy +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3fddf998 mlx5_core_create_tis +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x40bb95e0 mlx5_eq_notifier_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x40eeaf75 mlx5_core_dealloc_transport_domain +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x435441bf mlx5_rl_remove_rate_raw +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4af0d78e mlx5_comp_vectors_count +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4b4396d7 mlx5_eswitch_uplink_get_proto_dev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4d6e682e mlx5_core_alloc_transport_domain +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4ec7215a mlx5_rl_add_rate +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4f01647d mlx5_lag_mode_is_hash +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x503d4ce2 __SCK__tp_func_mlx5_fs_add_ft +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x53ce4e35 mlx5_core_query_sq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5584de64 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 0x5da662da __traceiter_mlx5_fs_set_fte +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5dcbd967 mlx5_eswitch_register_vport_reps +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5f3ae0bc mlx5_lag_is_shared_fdb +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5f6a0d3e mlx5_eswitch_vport_match_metadata_enabled +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x607d8e8e mlx5_core_destroy_rq +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 0x629444d9 mlx5_eq_disable +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 0x6482eeea __traceiter_mlx5_fs_del_rule +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x66f57350 mlx5_cmd_init_async_ctx +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x67461057 mlx5_cmd_exec_cb +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6a1a4b15 mlx5_cmd_exec_polling +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6eef611c mlx5_lag_get_slave_port +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x71a82f41 mlx5_core_create_tir +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x76a5069d mlx5_lag_get_peer_mdev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x778e698d mlx5_core_detach_mcg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x77ef4d5c __tracepoint_mlx5_fs_del_ft +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x792cd50c mlx5_core_roce_gid_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7d77a288 mlx5_alloc_bfreg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7fc158f1 mlx5_eswitch_vport_rep +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x84ad8ff6 mlx5_qp_debugfs_cleanup +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x85308fdf mlx5_add_flow_rules +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8534748e mlx5_packet_reformat_alloc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8542ffbc mlx5_rdma_rn_get_params +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 0x88fab3ec mlx5_fs_remove_rx_underlay_qpn +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x89afecc3 mlx5_core_create_rq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x89b7c517 mlx5_put_uars_page +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8afd188e mlx5_vector2eqn +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8c7b1f16 mlx5_core_modify_rq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8ca1e326 mlx5_lag_is_master +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x907d711a mlx5_debug_qp_add +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x90914808 __SCK__tp_func_mlx5_fs_del_rule +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9392b151 mlx5_lag_query_cong_counters +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x94400e90 mlx5_core_alloc_pd +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9504c3b1 mlx5_core_create_mkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x96eb2c99 mlx5_fc_id +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x97fff678 mlx5_debug_qp_remove +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x98c6bab3 __SCK__tp_func_mlx5_fs_del_fg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x990d7acb mlx5_notifier_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9c69e563 mlx5_core_modify_cq_moderation +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 0x9da6ea60 mlx5_cmd_out_err +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9dd0dc7a __tracepoint_mlx5_fs_add_rule +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9eaccbb4 mlx5_qp_debugfs_init +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9f18c7fc mlx5_lag_is_roce +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9f333e53 __tracepoint_mlx5_fs_set_fte +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa00dbc4a mlx5_core_destroy_tir +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa306dba3 mlx5_get_uars_page +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa3519acb mlx5_eswitch_get_encap_mode +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa408ac20 mlx5_rl_remove_rate +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa505760d mlx5_modify_header_dealloc +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 0xa9f96bba mlx5_lag_is_active +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 0xabec3db0 mlx5_fc_create +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 0xaf667e6b __tracepoint_mlx5_fw +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xaf96b157 mlx5_fs_add_rx_underlay_qpn +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 0xb109f564 __SCK__tp_func_mlx5_fs_set_fte +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb14d60f9 mlx5_core_destroy_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb16c77a6 mlx5_cmd_create_vport_lag +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb28dbbe8 mlx5_destroy_flow_group +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb4e976bb __SCT__tp_func_mlx5_fs_add_ft +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb9173897 __traceiter_mlx5_fs_del_fte +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb9dab23e mlx5_free_bfreg +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 0xbcd56325 mlx5_core_destroy_rqt +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xbe2a5e34 mlx5_fpga_sbu_conn_sendmsg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xbf14bb0d __tracepoint_mlx5_fs_add_fg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xbf2a6f08 mlx5_eq_create_generic +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc182316b mlx5_eq_notifier_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc48847d9 mlx5_is_roce_on +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc6459a1c mlx5_cmd_destroy_vport_lag +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc78af691 mlx5_lag_is_sriov +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc7ccba5d mlx5_core_destroy_tis +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc7eddb6e mlx5_query_ib_port_oper +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc7f6ba57 mlx5_fpga_mem_write +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 0xccc71829 mlx5_core_destroy_psv +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xcce9d3f1 mlx5_eswitch_get_proto_dev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xcd2a24f6 mlx5_core_create_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xcfafd279 mlx5_modify_header_alloc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd015bba4 __traceiter_mlx5_fs_add_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 0xd2cb8f2a mlx5_eq_update_ci +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd7c9f64d mlx5_core_modify_cq +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 0xdc8f94a9 mlx5_packet_reformat_dealloc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xdd423145 mlx5_get_fdb_sub_ns +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xde474319 mlx5_lag_get_roce_netdev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xdefbfa9f __tracepoint_mlx5_fs_add_ft +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 0xe1474673 __traceiter_mlx5_fw +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe2260311 mlx5_core_destroy_mkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe291d7ef mlx5_fpga_get_sbu_caps +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 0xe3530d51 mlx5_cmd_do +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe4a1b87c mlx5_eswitch_unregister_vport_reps +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 0xe64a4968 mlx5_cmd_exec +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe8d3d234 mlx5_vf_put_core_dev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xeb1221f7 mlx5_create_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xeb4d4c49 mlx5_core_query_vendor_id +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xec906a75 mlx5_fpga_sbu_conn_destroy +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xed9dc76e mlx5_debugfs_root +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xee4c2889 mlx5_rl_is_in_range +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf1604e73 mlx5_nic_vport_disable_roce +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf51cfd6a mlx5_core_attach_mcg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf59d2c0b mlx5_core_create_rqt +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf8fcc04e mlx5_fpga_mem_read +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf929fb21 __SCK__tp_func_mlx5_fs_del_ft +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xfd2e92f4 mlx5_core_modify_sq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xff0d8640 mlx5_rl_add_rate_raw +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxfw/mlxfw 0xc4d702d9 mlxfw_firmware_flash +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x0137f952 mlxsw_afk_values_add_buf +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x02815b77 mlxsw_env_module_port_up +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x02d5541a mlxsw_core_trap_register +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 0x0853fa82 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 0x16f4221d mlxsw_core_irq_event_handler_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x19fa5852 mlxsw_core_flush_owq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x1cb8f858 mlxsw_reg_trans_query +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x202693f0 mlxsw_afa_block_cur_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x23eddc68 mlxsw_core_cpu_port_init +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 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 0x3309a7f0 mlxsw_core_port_netdev_link +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x33de2a60 mlxsw_core_traps_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x383bc49a mlxsw_afa_block_append_qos_dscp +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x3d128559 mlxsw_core_driver_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x4036254f mlxsw_linecards_event_ops_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x43a9b87e mlxsw_afa_block_terminate +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x47041e4e mlxsw_afk_key_info_blocks_count_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x4765b9f0 mlxsw_core_res_valid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x484489a4 mlxsw_cmd_exec +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x4866767a mlxsw_env_get_module_eeprom_by_page +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x49ec8a06 mlxsw_afa_block_append_police +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x4a558271 mlxsw_env_get_module_power_mode +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x50359cc0 mlxsw_core_kvd_sizes_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x508923e3 mlxsw_core_port_init +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x51b5769d mlxsw_env_module_overheat_counter_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x579fa12e mlxsw_afa_create +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x582c489d mlxsw_env_get_module_eeprom +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x5a939205 mlxsw_afk_values_add_u32 +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 0x6005da77 mlxsw_env_get_module_info +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 0x65e16da4 mlxsw_afk_key_info_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x680ac152 mlxsw_core_rx_listener_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 0x733ad5cd mlxsw_afa_block_append_mirror +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x749556a2 mlxsw_afk_key_info_subset +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x75339042 mlxsw_core_lag_mapping_clear +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x77d83398 mlxsw_core_read_frc_l +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x7b0bfeec mlxsw_core_port_fini +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x7e08c6e0 mlxsw_core_event_listener_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x827a2f1f mlxsw_afa_block_jump +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x827edcb2 mlxsw_core_bus_device_register +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 0x92b97950 mlxsw_env_reset_module +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 0x9e41f494 mlxsw_afk_encode +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 0xa9b168b0 mlxsw_core_driver_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xa9c47622 mlxsw_core_skb_transmit +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 0xba05b3b0 mlxsw_core_emad_string_tlv_enable +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xbc222a8d mlxsw_afk_clear +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xbda212df mlxsw_core_irq_event_handlers_call +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xbfb7df3c mlxsw_core_driver_priv +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xc31fbb6a mlxsw_core_res_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xc3240c96 mlxsw_core_port_devlink_port_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 0xcd82854b mlxsw_core_trap_state_set +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 0xd114811d mlxsw_core_skb_receive +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 0xd51dc49e mlxsw_core_rx_listener_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xd5a7eb4d mlxsw_core_traps_register +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 0xdeab0691 mlxsw_afk_create +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 0xe4e40e5f 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 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 0xd2c72ae5 mlxsw_i2c_driver_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_i2c 0xff87c402 mlxsw_i2c_driver_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_pci 0x6c4d2a75 mlxsw_pci_driver_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_pci 0x6f8bf48e mlxsw_pci_driver_unregister +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x0489c05b ocelot_can_inject +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x0c90431d ocelot_vcap_policer_del +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x19453204 vsc7514_vcap_is1_keys +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x1ee6f85f ocelot_port_bridge_flags +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x2cbe8eb2 ocelot_mact_learn_streamdata +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x2e8fe3cb ocelot_mact_learn +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 0x32fd2f89 ocelot_drain_cpu_queue +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x3a9d3c31 ocelot_port_get_stats64 +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x3c22b1d6 ocelot_port_policer_add +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x3d67d81d ocelot_sb_pool_set +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x4271543f vsc7514_vcap_es0_keys +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x477ec504 ocelot_get_max_mtu +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x48c0e68f ocelot_devlink_sb_register +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x4d409118 ocelot_get_ts_info +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x55d35966 ocelot_get_strings +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x572db57b ocelot_vcap_policer_add +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x57514bc9 ocelot_vcap_filter_del +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x575b2c60 ocelot_port_lag_change +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x586d0b0d ocelot_port_lag_join +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x5a1f298c ocelot_xtr_poll_frame +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x5c7417e5 ocelot_port_vlan_filtering +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x5e6ca66c ocelot_port_pre_bridge_flags +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x5faa3983 ocelot_ptp_enable +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x62176473 ocelot_deinit_port +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x68f5fd6a ocelot_sb_occ_max_clear +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x6db418d4 ocelot_deinit_timestamp +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x7245c15b ocelot_hwstamp_get +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x7692b7f5 ocelot_vcap_filter_replace +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x78e38050 ocelot_hwstamp_set +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x799fd32c ocelot_bridge_stp_state_set +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x7bb97ce3 ocelot_vlan_del +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x7cc6ae76 ocelot_deinit +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x80697f03 ocelot_vcap_filter_add +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x80a75405 vsc7514_vcap_is2_keys +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x825616fd ocelot_sb_port_pool_get +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x8379a315 ocelot_sb_pool_get +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x84c07e5a ocelot_ptp_adjfine +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x85ba39db ocelot_init_port +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x86a1b259 ocelot_devlink_sb_unregister +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x872e6d8e ocelot_vlan_prepare +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x890b8c16 ocelot_mrp_add +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x90cbb220 vsc7514_vcap_is2_actions +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x9381969d vsc7514_ana_regmap +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x95ef3ff8 ocelot_sb_occ_snapshot +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x98b88d20 ocelot_init_timestamp +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x9b174b58 ocelot_port_mdb_del +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x9bbc089b ocelot_port_inject_frame +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x9d0b19a6 ocelot_mrp_del +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x9d442141 vsc7514_rew_regmap +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x9dc1dc7e ocelot_port_lag_leave +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xa47bfd19 ocelot_port_mdb_add +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xa50d0079 ocelot_fdb_dump +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xa6d6a9cb ocelot_ptp_settime64 +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xa7a54d89 ocelot_ptp_verify +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xa8413d7e vsc7514_sys_regmap +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xb059e8c4 ocelot_mrp_del_ring_role +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xb30c4b92 vsc7514_ptp_regmap +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xb6f0c481 ocelot_ptp_rx_timestamp +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xbb19da1a ocelot_port_bridge_leave +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xbba17367 vsc7514_qsys_regmap +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xbf48ddc1 vsc7514_qs_regmap +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xc026bd45 ocelot_init +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xc54d7aee ocelot_fdb_add +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xcacee9a8 ocelot_get_txtstamp +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xceed5e7e vsc7514_dev_gmii_regmap +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xcef67e68 ocelot_fdb_del +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xd0a6b0cc ocelot_sb_tc_pool_bind_get +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xd0ebefd9 ocelot_ifh_port_set +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xd10aa74b ocelot_get_ethtool_stats +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xd2cd6a16 ocelot_ptp_gettime64 +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xd4749c5b ocelot_sb_port_pool_set +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xd572ac69 ocelot_mact_lookup +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xd650bdcb ocelot_sb_occ_port_pool_get +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xd687a545 vsc7514_vcap_es0_actions +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xd7f08a8b ocelot_mact_forget +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xe036fbe2 ocelot_get_sset_count +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xe3a67deb ocelot_port_policer_del +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xe4f0e7e2 ocelot_port_bridge_join +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xea1b5ac9 vsc7514_vcap_regmap +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xeb81ad6d ocelot_sb_tc_pool_bind_set +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xecaa97fb vsc7514_vcap_is1_actions +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xed7e7435 ocelot_ptp_adjtime +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xeee6348d ocelot_vlan_add +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xf2128394 ocelot_mrp_add_ring_role +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xf3d895e1 ocelot_port_set_maxlen +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xf44da4ee ocelot_policer_validate +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xfcacb6da ocelot_set_ageing_time +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xfdd88794 ocelot_port_txtstamp_request +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xfe6d1987 ocelot_sb_occ_tc_port_bind_get +EXPORT_SYMBOL drivers/net/ethernet/qlogic/qed/qed 0x1118bde9 qed_get_rdma_ops +EXPORT_SYMBOL drivers/net/ethernet/qlogic/qed/qed 0x16d65826 qed_get_eth_ops +EXPORT_SYMBOL drivers/net/ethernet/qlogic/qed/qed 0x4f264472 qed_put_iscsi_ops +EXPORT_SYMBOL drivers/net/ethernet/qlogic/qed/qed 0x56754458 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 0xc2aa0979 qed_get_fcoe_ops +EXPORT_SYMBOL drivers/net/ethernet/qlogic/qede/qede 0x2fcaf76a qede_rdma_unregister_driver +EXPORT_SYMBOL drivers/net/ethernet/qlogic/qede/qede 0xdb57d567 qede_rdma_register_driver +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x05de0c2b wx_check_flash_load +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x143e23b3 wx_mng_present +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x18e1b6a3 wx_reset_misc +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x2278dc0c wx_disable_pcie_master +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x27231d5e wx_get_pcie_msix_counts +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x4fb9b1b9 wx_read_ee_hostif_buffer +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x5f6dfe88 wx_read_ee_hostif +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x69a75f21 wx_clear_rar +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x853f795e wx_init_eeprom_params +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x96ee1a45 wx_init_rx_addrs +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xa0e69091 wx_reset_hostif +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xa5638c8c wx_host_interface_command +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xa6add3d3 wx_disable_rx +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xd41ddb74 wx_sw_init +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xe15891e9 wx_get_mac_addr +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xef5f0b42 wx_set_rar +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xf5a2f22f wx_control_hw +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xf9b7000c wx_stop_adapter +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0x25f2fb30 hdlcdrv_unregister +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0x41c9cdda hdlcdrv_transmitter +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0x6243597a hdlcdrv_register +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0xb73e553f hdlcdrv_receiver +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0xf1f3f72f hdlcdrv_arbitrate +EXPORT_SYMBOL drivers/net/mdio 0x3e17f466 mdio_set_flag +EXPORT_SYMBOL drivers/net/mdio 0x60443957 mdio45_probe +EXPORT_SYMBOL drivers/net/mdio 0x63e0fee5 mdio45_links_ok +EXPORT_SYMBOL drivers/net/mdio 0x7e8fabde mdio45_ethtool_ksettings_get_npage +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 0x0d938b6a free_mdio_bitbang +EXPORT_SYMBOL drivers/net/mdio/mdio-bitbang 0x602960d1 alloc_mdio_bitbang +EXPORT_SYMBOL drivers/net/mdio/mdio-bitbang 0x6d64a69a mdiobb_read +EXPORT_SYMBOL drivers/net/mdio/mdio-bitbang 0xa432cea1 mdiobb_write +EXPORT_SYMBOL drivers/net/mdio/mdio-cavium 0x4df44141 cavium_mdiobus_read +EXPORT_SYMBOL drivers/net/mdio/mdio-cavium 0x77833a0a cavium_mdiobus_write +EXPORT_SYMBOL drivers/net/mdio/mdio-mscc-miim 0x864b0bce mscc_miim_setup +EXPORT_SYMBOL drivers/net/mii 0x036666cf mii_ethtool_gset +EXPORT_SYMBOL drivers/net/mii 0x39bcbb37 generic_mii_ioctl +EXPORT_SYMBOL drivers/net/mii 0x70697dca mii_check_media +EXPORT_SYMBOL drivers/net/mii 0x7e9252cb mii_ethtool_set_link_ksettings +EXPORT_SYMBOL drivers/net/mii 0x8592d638 mii_ethtool_sset +EXPORT_SYMBOL drivers/net/mii 0xbc89a80e mii_check_gmii_support +EXPORT_SYMBOL drivers/net/mii 0xbce1181a mii_ethtool_get_link_ksettings +EXPORT_SYMBOL drivers/net/mii 0xd9ec643d mii_check_link +EXPORT_SYMBOL drivers/net/mii 0xe5befcd1 mii_link_ok +EXPORT_SYMBOL drivers/net/mii 0xf2c441ed mii_nway_restart +EXPORT_SYMBOL drivers/net/pcs/pcs-lynx 0x0cad3e7a lynx_pcs_destroy +EXPORT_SYMBOL drivers/net/pcs/pcs-lynx 0x567b0b3a lynx_get_mdio_device +EXPORT_SYMBOL drivers/net/pcs/pcs-lynx 0x6b496d09 lynx_pcs_create +EXPORT_SYMBOL drivers/net/phy/bcm-phy-lib 0x676ebd1d bcm54xx_auxctl_write +EXPORT_SYMBOL drivers/net/ppp/pppox 0x04e676e9 register_pppox_proto +EXPORT_SYMBOL drivers/net/ppp/pppox 0x110a1f82 pppox_unbind_sock +EXPORT_SYMBOL drivers/net/ppp/pppox 0x35a91f5a pppox_ioctl +EXPORT_SYMBOL drivers/net/ppp/pppox 0xa18d6c9a pppox_compat_ioctl +EXPORT_SYMBOL drivers/net/ppp/pppox 0xe0ff7a18 unregister_pppox_proto +EXPORT_SYMBOL drivers/net/sungem_phy 0x7dce8d59 sungem_phy_probe +EXPORT_SYMBOL drivers/net/team/team 0x02ae9622 team_modeop_port_enter +EXPORT_SYMBOL drivers/net/team/team 0x0b102563 team_options_unregister +EXPORT_SYMBOL drivers/net/team/team 0x2cd860ff team_mode_register +EXPORT_SYMBOL drivers/net/team/team 0x5355c2a5 team_option_inst_set_change +EXPORT_SYMBOL drivers/net/team/team 0x662ee035 team_options_register +EXPORT_SYMBOL drivers/net/team/team 0x74bd1ed3 team_modeop_port_change_dev_addr +EXPORT_SYMBOL drivers/net/team/team 0xd0753e4e team_options_change_check +EXPORT_SYMBOL drivers/net/team/team 0xed6c9db0 team_mode_unregister +EXPORT_SYMBOL drivers/net/usb/usbnet 0x6101a92f usbnet_link_change +EXPORT_SYMBOL drivers/net/usb/usbnet 0x9c9320bb usbnet_device_suggests_idle +EXPORT_SYMBOL drivers/net/usb/usbnet 0xaf077cd7 usbnet_manage_power +EXPORT_SYMBOL drivers/net/wan/hdlc 0x12c17ad1 attach_hdlc_protocol +EXPORT_SYMBOL drivers/net/wan/hdlc 0x16755a15 alloc_hdlcdev +EXPORT_SYMBOL drivers/net/wan/hdlc 0x1fc16b61 unregister_hdlc_protocol +EXPORT_SYMBOL drivers/net/wan/hdlc 0x22e8cf2c hdlc_start_xmit +EXPORT_SYMBOL drivers/net/wan/hdlc 0x5d194b58 hdlc_close +EXPORT_SYMBOL drivers/net/wan/hdlc 0x6efa6c8d hdlc_open +EXPORT_SYMBOL drivers/net/wan/hdlc 0x76e4d6aa hdlc_ioctl +EXPORT_SYMBOL drivers/net/wan/hdlc 0x9dadb936 unregister_hdlc_device +EXPORT_SYMBOL drivers/net/wan/hdlc 0xa52a6daa detach_hdlc_protocol +EXPORT_SYMBOL drivers/net/wan/hdlc 0xb12993a9 register_hdlc_protocol +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x0975d0d8 ath_hw_keysetmac +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 0x25a1dd55 ath_key_delete +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x35452ffc ath_hw_get_listen_time +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x4571aea8 ath_is_world_regd +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x497eded0 ath_printk +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x4ec8c910 ath_hw_cycle_counters_update +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x5896726f ath_reg_notifier_apply +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x59b3d32a ath_hw_keyreset +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x639bca78 ath_hw_setbssidmask +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x87e3485b ath_regd_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x9c10f87a dfs_pattern_detector_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xa18f224e ath_regd_find_country_by_name +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xb6588ba6 ath_bus_type_strings +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xc9f684cf ath_rxbuf_alloc +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xd5b6f35e ath_key_config +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xfcfd581b ath_is_mybeacon +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x015e5db2 ath10k_debug_mask +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x020dce97 ath10k_htc_tx_completion_handler +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x029540c6 ath10k_htc_rx_completion_handler +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x0a295ddc ath10k_ce_completed_recv_next_nolock +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x0b87d02c ath10k_core_napi_sync_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x0d5408ab ath10k_ce_revoke_recv_next +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x143a7c9a ath10k_core_check_dt +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x160013c5 ath10k_ce_alloc_rri +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x21f5fdcf ath10k_ce_disable_interrupt +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x28540d36 ath10k_ce_enable_interrupt +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x28796ba9 __ath10k_ce_rx_num_free_bufs +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x2a86c686 ath10k_ce_send +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x35c985b0 ath10k_core_start +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x4170374a ath10k_htt_rx_hl_indication +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x41ef1544 ath10k_mac_tx_push_pending +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x45ca851a ath10k_coredump_new +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x48898b7d ath10k_ce_completed_recv_next +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x4da0a4fd ath10k_ce_completed_send_next_nolock +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x58e07133 ath10k_core_fetch_board_file +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x5b92ca29 ath10k_htt_txrx_compl_task +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x60e7c2e2 ath10k_core_start_recovery +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x678450cf ath10k_ce_enable_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x6e3a636d ath10k_print_driver_info +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x6e51d422 ath10k_ce_send_nolock +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x73e06319 ath10k_ce_free_rri +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x7446295d ath10k_ce_num_free_src_entries +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x758abf83 ath10k_htt_rx_pktlog_completion_handler +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x76720939 ath10k_ce_per_engine_service +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x7f84e2b5 ath10k_core_stop +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x869fa330 ath10k_ce_disable_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x88633efa ath10k_ce_per_engine_service_any +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x8d91cf18 ath10k_core_destroy +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x8f14830a ath10k_ce_alloc_pipe +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x937fbb26 ath10k_info +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x99361fdb ath10k_ce_rx_post_buf +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x9a366c9b ath10k_ce_free_pipe +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xa19f4f07 ath10k_core_register +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xa2a3027a ath10k_htt_t2h_msg_handler +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xa2d0b2c6 __tracepoint_ath10k_log_dbg +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xa4c777a4 ath10k_err +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xa54defce ath10k_ce_rx_update_write_idx +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xa69947e6 ath10k_core_napi_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xa881e9a8 ath10k_ce_dump_registers +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xabb547fe ath10k_core_create +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xad68bdf2 ath10k_bmi_read_memory +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xbcb49389 ath10k_ce_deinit_pipe +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xc2d6de8f ath10k_htc_process_trailer +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xc3e270fb ath10k_core_unregister +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xc7ad05bf ath10k_htt_hif_tx_complete +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xcb29bddd ath10k_warn +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xcc511907 ath10k_bmi_start +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xd9c66fc1 ath10k_ce_cancel_send_next +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xdce61f47 ath10k_ce_init_pipe +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xdd0d82ec ath10k_core_free_board_files +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xe50fc3cc ath10k_ce_completed_send_next +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xe80cd1e1 ath10k_htc_notify_tx_completion +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xf703f3fe ath10k_coredump_get_mem_layout +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xfbd88b0d __ath10k_ce_send_revert +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x029c81bd ath11k_pcic_get_ce_msi_idx +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x05b05201 ath11k_pcic_init_msi_config +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x07f826e2 ath11k_core_free +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x0a6108be ath11k_pcic_write32 +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x0d923241 ath11k_err +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x0fb75e48 ath11k_pcic_get_user_msi_assignment +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x0fd4a45d ath11k_warn +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x1450987c ath11k_pcic_register_pci_ops +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x1c856b89 ath11k_pcic_ext_irq_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x20474260 ath11k_hal_srng_deinit +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x23535ef0 ath11k_pcic_ce_irq_disable_sync +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x263fbb1f ath11k_ce_rx_post_buf +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x3ca847cf ath11k_pcic_start +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x3ef22f09 ath11k_pcic_config_irq +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x4f64921c ath11k_pci_enable_ce_irqs_except_wake_irq +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x5dfdb6b9 ath11k_pcic_ext_irq_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x5f43e5e5 ath11k_pcic_map_service_to_pipe +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x61215c1d ath11k_pcic_read +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x66d53e50 ath11k_pcic_read32 +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x67a952f1 ath11k_core_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x6d27175b ath11k_pcic_ce_irqs_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x75c618ba ath11k_pcic_get_msi_address +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x7644a0b7 ath11k_ce_get_shadow_config +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x7d880746 ath11k_ce_per_engine_service +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x82dc32fb ath11k_ce_cleanup_pipes +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x919792f7 ath11k_dp_service_srng +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x9500c4c1 ath11k_pcic_stop +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x9c51bcc4 ath11k_debug_mask +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xa14aa8ef ath11k_ce_get_attr_flags +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xa1db2733 ath11k_core_deinit +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xa5f8ad70 ath11k_core_alloc +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xab6886f2 ath11k_core_suspend +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xc0357998 ath11k_debugfs_soc_destroy +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xc16ba0b5 ath11k_core_resume +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xc3f038c3 ath11k_core_pre_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xca76ae6b ath11k_ce_free_pipes +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xcb8f296d ath11k_pci_disable_ce_irqs_except_wake_irq +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xd5a4a200 __tracepoint_ath11k_log_dbg +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xd75a3449 ath11k_qmi_deinit_service +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xd9ebefab ath11k_pcic_free_irq +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xe792a510 ath11k_hal_srng_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xeacddde1 ath11k_ce_alloc_pipes +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xf0197188 ath11k_cold_boot_cal +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xf1ae34f6 ath11k_info +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x035a8b3e ath6kl_stop_txrx +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 0x5c536100 ath6kl_core_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x5e1c631b ath6kl_read_tgt_stats +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x8f3112dd 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 0xa0c58bb9 ath6kl_core_destroy +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xa3e70126 ath6kl_cfg80211_suspend +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xac7af608 ath6kl_core_tx_complete +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xb70e8afc ath6kl_cfg80211_resume +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 0xd2a5cdcd ath6kl_hif_intr_bh_handler +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xd548444b ath6kl_core_create +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xec93abd8 ath6kl_core_cleanup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x0c102e5a ath9k_cmn_spectral_scan_trigger +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x12c8ebf5 ath9k_cmn_process_rate +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x155448e8 ath9k_cmn_spectral_deinit_debug +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x19bb6a16 ath9k_cmn_get_hw_crypto_keytype +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x2077771e ath9k_cmn_debug_phy_err +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x23693666 ath9k_cmn_debug_base_eeprom +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x23c6a6e4 ath9k_cmn_beacon_config_ap +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x2a223ddd ath9k_cmn_spectral_scan_config +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x32215bc1 ath9k_cmn_rx_accept +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x32541948 ath9k_cmn_reload_chainmask +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x41aae67b ath9k_cmn_debug_stat_rx +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x52799267 ath9k_cmn_process_rssi +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x7b215b8e ath9k_cmn_rx_skb_postprocess +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x7ca2e1dc ath9k_cmn_setup_ht_cap +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x7d2be61d ath9k_cmn_beacon_config_sta +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x80726fe2 ath9k_cmn_init_channels_rates +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xa90d1841 ath_cmn_process_fft +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xa9684648 ath9k_cmn_spectral_init_debug +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xc08b0ecd ath9k_cmn_debug_recv +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xccba2a24 ath9k_cmn_debug_modal_eeprom +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xd194fbaf ath9k_cmn_update_txpow +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xd2981357 ath9k_cmn_count_streams +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xdc097731 ath9k_cmn_init_crypto +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xdd88f291 ath9k_cmn_get_channel +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xf3ccb838 ath9k_cmn_beacon_config_adhoc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x01cbe08b ath9k_hw_wow_apply_pattern +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0a51766c ath9k_hw_gettsf32 +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0adef56a ath9k_hw_reset_tsf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0c80e2e1 ath9k_hw_numtxpending +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0d1bf4a1 ath9k_hw_setup_statusring +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0f0220e6 ath9k_hw_startpcureceive +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0f77dafc ath9k_hw_get_tsf_offset +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x10a13bf8 ath9k_hw_init_global_settings +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x12af5bca ath9k_hw_check_nav +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x152f3196 ath9k_hw_setopmode +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x15b63695 ath9k_hw_enable_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x19b57bf5 ath9k_hw_btcoex_set_weight +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x1a82b92b ath9k_hw_btcoex_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x230e6d88 ath9k_hw_reset_calvalid +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x26a57a7f ath9k_hw_stopdmarecv +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x26ab1b4e ath9k_hw_gpio_request_out +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x28dbd38d ar9003_paprd_create_curve +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x2a0b4c6c ath9k_hw_settsf64 +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x31122f16 ath9k_hw_kill_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x33c474e3 ath9k_hw_putrxbuf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x3c9ef62f ath9k_hw_set_tsfadjust +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x3df251ef ath9k_hw_gettsf64 +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x400a6833 ath9k_hw_setrxfilter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x425fe4a6 ath9k_hw_txstart +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x42dc8ac7 ath9k_hw_disable_mib_counters +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x439333ff ath9k_hw_btcoex_init_2wire +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x441b0365 ath9k_hw_getnf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x447fae4e ar9003_mci_get_interrupt +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x44aef1f2 ath9k_hw_disable_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x4cc119bb ath9k_hw_wow_wakeup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x4d85be62 ar9003_mci_cleanup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x4dd2a13e ar9003_paprd_init_table +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x4f1df740 ath_gen_timer_free +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x51fec2d1 ath9k_hw_init_btcoex_hw +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x520e7f9e ath9k_hw_gettxbuf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x5239a1e2 ath9k_hw_name +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x539f0804 ath9k_hw_btcoex_deinit +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x5422dec8 ath9k_hw_gpio_request_in +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x54d18f13 ath9k_hw_btcoex_init_3wire +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x56045f5c ath9k_hw_stop_dma_queue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x56497ef5 ath9k_hw_resettxqueue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x585d4df2 ar9003_get_pll_sqsum_dvc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x5d5847f9 ath9k_hw_phy_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x5db850b8 ath9k_hw_abort_tx_dma +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x63f427f6 ar9003_mci_state +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x64eb07e4 ath9k_hw_setuprxdesc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x69cfd81c ar9003_mci_send_wlan_channels +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6d35afcd ath9k_hw_set_sta_beacon_timers +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6d8cc459 ath9k_hw_btcoex_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6e3487f2 ar9003_mci_send_message +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6fdd9392 ath9k_hw_gen_timer_start +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x743895cd ar9003_mci_setup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x7777abdb ath9k_hw_bstuck_nfcal +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x7811e56e ath9k_hw_btcoex_init_mci +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x78782983 ath9k_hw_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x7f6d2226 ath9k_hw_wow_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x7fbbefc0 ath9k_hw_puttxbuf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x8b0c80f1 ath9k_hw_addrxbuf_edma +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x8ed0847a ath9k_hw_getrxfilter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x8efe6c9a ath9k_hw_setuptxqueue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x902815ab ath9k_hw_get_txq_props +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x9035a551 ath9k_hw_abortpcurecv +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x92417970 ath9k_hw_resume_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x9549ad04 ath9k_hw_set_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x97cfce56 ath9k_hw_setantenna +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa71e91df ath9k_hw_btcoex_init_scheme +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xaaa6f1a5 ath9k_hw_computetxtime +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xac829ed6 ar9003_mci_set_bt_version +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xac9b34f6 ath9k_hw_setmcastfilter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xad34ed38 ath9k_hw_btcoex_set_concur_txprio +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb216e9b7 ath9k_hw_setpower +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb2793f5c ath9k_hw_gen_timer_stop +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb3787758 ath9k_hw_set_gpio +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb7219f57 ar9003_hw_bb_watchdog_check +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xba412524 ar9003_paprd_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xbe4d7ed3 ath9k_hw_set_txq_props +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc0a7d0d1 ath9k_hw_reset +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc1b1628c ar9003_paprd_setup_gain_table +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc4312260 ath9k_hw_btcoex_bt_stomp +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc54f243c ath_gen_timer_isr +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc5e37711 ar9003_paprd_populate_single_table +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc8699ef8 ath9k_hw_updatetxtriglevel +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc8945ee7 ath9k_hw_intrpend +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xcb610356 ath9k_hw_gpio_get +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xcb808f4a ath9k_hw_beaconinit +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xcc2ce212 ath9k_hw_set_rx_bufsize +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd0a3c507 ath9k_hw_deinit +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd2db8010 ath9k_hw_setrxabort +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd404ee39 ath9k_hw_process_rxdesc_edma +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd550d6aa ar9003_hw_disable_phy_restart +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd7d552c4 ath9k_hw_write_associd +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd87cd631 ath9k_hw_set_txpowerlimit +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd88c21ed ath9k_hw_set_tx_filter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd95ace96 ath9k_hw_beaconq_setup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xda55ee11 ar9003_is_paprd_enabled +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xe22ffb04 ath_gen_timer_alloc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xe5f23842 ath9k_hw_gpio_free +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xe933f44f ath9k_hw_check_alive +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xea544889 ath9k_hw_rxprocdesc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xecc6f75b ath9k_hw_releasetxqueue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf36ddcb8 ath9k_hw_wait +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf385ce3d ath9k_hw_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf4698f16 ath9k_hw_ani_monitor +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf82126ac ath9k_hw_loadnf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf97c1a2e ath9k_hw_getchan_noise +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf99a709f ar9003_paprd_is_done +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xfa0a5488 ar9003_hw_bb_watchdog_dbg_info +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xfb08a93e ar9003_mci_get_next_gpm_offset +EXPORT_SYMBOL drivers/net/wireless/atmel/atmel 0x0af8cb35 atmel_open +EXPORT_SYMBOL drivers/net/wireless/atmel/atmel 0x2ec6003c stop_atmel_card +EXPORT_SYMBOL drivers/net/wireless/atmel/atmel 0x3833e620 init_atmel_card +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x17834a49 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 0x21c466b0 brcmu_pktq_flush +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x3377d8c9 brcmu_pktq_mlen +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x48b30371 brcmu_pktq_pdeq_match +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x773c4169 brcmu_pktq_mdeq +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x9d19bd1f 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 0xa2f7568b brcmu_pktq_init +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0xd3fc6c77 brcmu_pktq_pdeq_tail +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0xd43575ea brcmu_pktq_penq_head +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0xd6217d91 brcmu_d11_attach +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0xe11d53ee brcmu_pkt_buf_get_skb +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0xf71181f7 brcmu_pktq_penq +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0xf9019dc3 brcmu_pktq_pdeq +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0xfa1ca4da brcmu_pkt_buf_free_skb +EXPORT_SYMBOL drivers/net/wireless/cisco/airo 0x415a3763 init_airo_card +EXPORT_SYMBOL drivers/net/wireless/cisco/airo 0xca39744c stop_airo_card +EXPORT_SYMBOL drivers/net/wireless/cisco/airo 0xf6a99228 reset_airo_card +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x01dd4046 libipw_get_channel_flags +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x1757e872 libipw_set_geo +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x1bbf4e07 libipw_get_geo +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x35c68c9e libipw_freq_to_channel +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x397aba6c libipw_txb_free +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x5c9c2aa6 libipw_channel_to_index +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x66c151a0 libipw_is_valid_channel +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x72f49804 libipw_rx_mgt +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x773c6f83 libipw_wx_set_encodeext +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x77a4290d free_libipw +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x7960f02d libipw_networks_age +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x8b3723db libipw_wx_get_encode +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x9401b3f1 libipw_wx_get_scan +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x999bbf1d libipw_wx_set_encode +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x9bfb5084 libipw_rx +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0xa8bcd1dd libipw_get_channel +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0xc5a458a6 libipw_xmit +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0xcca3750a libipw_channel_to_freq +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0xe08aafb6 libipw_wx_get_encodeext +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0xfa81a2cb alloc_libipw +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x02a0f175 il_wr_prph +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x02b86027 il_init_scan_params +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x02f5ec9c il_leds_exit +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x03304399 il_dbgfs_unregister +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x034d1d3d il_clear_bit +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x0788118c il_mac_add_interface +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x0ac453cf il_mac_conf_tx +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x0b230d0b il_hdl_csa +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x11981ebe il_tx_queue_init +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x14d5b7f9 il_hdl_pm_debug_stats +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x158c7f3c il_cmd_queue_free +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x1eedeebe il_dbgfs_register +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x1fce4c15 il_free_channel_map +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x20042c52 il_get_passive_dwell_time +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x218f1c68 il_read_targ_mem +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x257a628c il_tx_queue_free +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x27807ac5 il_poll_bit +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x2bf7eea6 il_queue_space +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x2c882c1d il_setup_scan_deferred_work +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x2d0b15a0 il_set_tx_power +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x2d1adac1 il_mac_hw_scan +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x2e9d449b il_mac_reset_tsf +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x2edca2cd il_set_rxon_channel +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x31b59ab9 il_power_update_mode +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x368adb7b il_write_targ_mem +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x3740d599 il_hdl_error +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x38f9288c il_set_decrypted_flag +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x392c2b0a il_check_rxon_cmd +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x39643f58 il_eeprom_query_addr +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x39d0eb38 _il_poll_bit +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x3b7b2ad0 il_rd_prph +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x3b800261 il_clear_ucode_stations +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x416bd26a il_debug_level +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x45ef1d22 il_alloc_txq_mem +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x45f5c5d5 il_usecs_to_beacons +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x46038d45 il_rx_queue_update_write_ptr +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x490452df il_init_channel_map +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x497c9d27 il_get_free_ucode_key_idx +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x49c1c805 il_add_beacon_time +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x4a9d3a36 il_send_stats_request +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x4d530ddc il_send_bt_config +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x548fa2e1 il_txq_update_write_ptr +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x56cd0e67 il_is_ht40_tx_allowed +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x5813bb7c il_rx_queue_space +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x58b02ce5 il_add_station_common +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x59a16924 il_send_cmd_pdu_async +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x5de3cee7 il_send_cmd +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x615c84cd il_tx_queue_unmap +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x6351f93e il_set_bit +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x64b154bf il_setup_watchdog +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x6a793f5d il_set_rate +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x6e22d4ad il_free_geos +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x75a1dda6 il_mac_config +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x7a9e4181 il_hdl_pm_sleep +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x7d857257 il_get_lowest_plcp +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x8673856c il_restore_stations +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x873c6b07 il_eeprom_free +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x89e55a67 il_full_rxon_required +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x8d2691a0 il_fill_probe_req +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x8e9701ab il_eeprom_query16 +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x95431156 il_mac_flush +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x96476db1 il_send_lq_cmd +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x99b3c3fc 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 0x9f4be937 il_irq_handle_error +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xa2b82c6c il_mac_change_interface +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xa4f88720 il_tx_cmd_complete +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xa72d7592 il_power_initialize +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xa76d6be8 il_set_rxon_ht +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xa7c53ec1 il_set_flags_for_band +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xab96d56c il_mac_remove_interface +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xac035169 il_init_geos +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xae7eabba il_scan_cancel +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xb07e4f35 il_send_cmd_pdu +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xb2f25919 il_tx_cmd_protection +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xb58962c4 il_rx_queue_alloc +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xb65510a3 il_get_cmd_string +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xb78bb482 il_get_channel_info +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xb7bd33ff il_isr +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xb981d5b0 il_connection_init_rx_config +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xbc4ee416 il_send_add_sta +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xbe844386 il_eeprom_init +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xbf358238 il_apm_stop +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xc2a25053 il_mac_sta_remove +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xc3f6eb0c il_pm_ops +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xc8b2b657 il_cancel_scan_deferred_work +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xcc586472 il_send_rxon_timing +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xd0bc1971 il_cmd_queue_unmap +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xdb6988dc il_setup_rx_scan_handlers +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xdb869f35 _il_apm_stop +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xde965d54 il_get_active_dwell_time +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xe1877be4 il_apm_init +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xe2b95b6d il_force_reset +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xe3a406ce il_leds_init +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xe4240390 il_chswitch_done +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xe5f11cde il_tx_queue_reset +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xe6c9bb26 il_update_stats +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xe6dd8b25 il_mac_bss_info_changed +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xeb0bf37f il_set_rxon_hwcrypto +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xf32ad716 il_free_txq_mem +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xf70a693b il_bcast_addr +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xfa92e427 il_hdl_spectrum_measurement +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xfa954a7d il_scan_cancel_timeout +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xfa967bcc il_send_cmd_sync +EXPORT_SYMBOL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x198cc23c __tracepoint_iwlwifi_dev_ucode_wrap_event +EXPORT_SYMBOL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x1ac8d9a7 __traceiter_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 0x3ae50531 __traceiter_iwlwifi_dev_ucode_event +EXPORT_SYMBOL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x3bd4799e __tracepoint_iwlwifi_dev_ucode_event +EXPORT_SYMBOL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x5f065008 __SCK__tp_func_iwlwifi_dev_ucode_cont_event +EXPORT_SYMBOL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x6b7b99b1 __traceiter_iwlwifi_dev_ucode_wrap_event +EXPORT_SYMBOL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x862ea805 __SCK__tp_func_iwlwifi_dev_ucode_event +EXPORT_SYMBOL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x8e00be06 __tracepoint_iwlwifi_dev_ucode_cont_event +EXPORT_SYMBOL drivers/net/wireless/intel/iwlwifi/iwlwifi 0xc88a2c32 __SCK__tp_func_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 0xe506bd77 iwl_trans_pcie_remove +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x0dcde9b4 hostap_info_process +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x11f459f5 hostap_get_porttype +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x12dd0a98 hostap_check_sta_fw_version +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x1902e85d hostap_master_start_xmit +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x1b112824 hostap_set_auth_algs +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x25bce2b9 hostap_set_word +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x3b07c7cb hostap_set_hostapd_sta +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x6a4c19c7 hostap_setup_dev +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x711d361e hostap_init_ap_proc +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x75934c58 hostap_set_multicast_list_queue +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x767dc36b hostap_remove_interface +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x76c2ff3f hostap_info_init +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x7df377a0 hostap_set_string +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x7fb75891 hostap_dump_rx_header +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x800d228b hostap_free_data +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x879652c1 hostap_init_data +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x9c572039 prism2_update_comms_qual +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xa517f75e hostap_add_interface +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xb4b77c8b hostap_80211_get_hdrlen +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xb4e20601 hostap_80211_ops +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xb9510aef hostap_init_proc +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xbe2ffda4 hostap_handle_sta_tx_exc +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xcd51250e hostap_set_encryption +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xd7968884 hostap_set_antsel +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xdcd67576 hostap_80211_rx +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xdff99ef8 hostap_set_roaming +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xe3dbbd13 hostap_set_hostapd +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xf91c03e2 hostap_dump_tx_header +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xfaf83e71 hostap_remove_proc +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x0c5a0464 orinoco_down +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x18d09b71 orinoco_if_del +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x1c5174ee orinoco_init +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x31c32ee4 free_orinocodev +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x31ee2023 orinoco_stop +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x52a22358 __orinoco_ev_rx +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x6ac28db0 alloc_orinocodev +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x6c7ab3de orinoco_tx_timeout +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x76d22f60 orinoco_open +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x8177bd6e orinoco_up +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x900882da __orinoco_ev_info +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0xa74c2dc5 hermes_struct_init +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0xb3951846 orinoco_set_multicast_list +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0xe4afd1fa orinoco_change_mtu +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0xf2423d6d orinoco_if_add +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0xfa39b226 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 0x684b3865 mt76_wcid_key_setup +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/btcoexist/btcoexist 0x33255f34 rtl_btc_get_ops_pointer +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x0a0e7050 rtl92c_phy_sw_chnl +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x0e8a816e rtl92c_dm_init_edca_turbo +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x20a5eca2 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 0x26d99fd0 _rtl92c_phy_fw_rf_serial_write +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x26eaba54 rtl92c_phy_set_bw_mode +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x2e5ebb91 _rtl92c_phy_rf_serial_read +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x397ffe0b _rtl92c_phy_set_rf_sleep +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x3c2fde12 rtl92c_dm_write_dig +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x44760060 rtl92c_phy_set_txpower_level +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x4c013d57 rtl92c_fill_h2c_cmd +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x4e3fd24e rtl92c_dm_check_txpower_tracking +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x4e762ebf _rtl92c_phy_txpwr_idx_to_dbm +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x505d7754 rtl92c_bt_rssi_state_change +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x5f9bd5fd rtl92c_firmware_selfreset +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x6337c54a rtl92c_download_fw +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x6a0296bd rtl92c_phy_sw_chnl_callback +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x6d988beb rtl92c_dm_bt_coexist +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x71a332fa rtl92c_set_fw_pwrmode_cmd +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x7adc7926 rtl92c_phy_iq_calibrate +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x7c599316 rtl8192_phy_check_is_legal_rfpath +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x7d76aba4 rtl92c_phy_query_bb_reg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x7d8cfe63 rtl92c_dm_watchdog +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x8cae224a rtl92c_phy_update_txpower_dbm +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xa26efe7d rtl92ce_phy_set_rf_on +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xaa938ace rtl92c_phy_set_rfpath_switch +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xb132134e rtl92c_phy_lc_calibrate +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xb405a912 rtl92c_phy_set_bb_reg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xbd4af9ea _rtl92c_phy_init_bb_rf_register_definition +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xbe013c69 _rtl92c_phy_rf_serial_write +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xc329c370 _rtl92c_phy_bb8192c_config_parafile +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xcdb12135 rtl92c_phy_set_io +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xd10c632f _rtl92c_store_pwrindex_diffrate_offset +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xd1451f4c rtl92c_phy_rf_config +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xd6bf43b4 _rtl92c_phy_dbm_to_txpwr_idx +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xda123e01 rtl92c_dm_init_rate_adaptive_mask +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xdc6a415c rtl92c_phy_set_io_cmd +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xde0451d4 rtl92c_set_fw_rsvdpagepkt +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xe0cb3649 rtl92c_dm_init +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xe22ba2b7 _rtl92c_phy_fw_rf_serial_read +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xf271eadd rtl92c_phy_ap_calibrate +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xf3417e4e rtl92c_dm_rf_saving +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_pci 0x2eb10c58 rtl_pci_disconnect +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_pci 0x5ff49b22 rtl_pci_probe +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_pci 0xd768a915 rtl_pci_suspend +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_pci 0xddcbad81 rtl_pci_resume +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_usb 0x2fcc4949 rtl_usb_resume +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_usb 0x7abf9b8a rtl_usb_disconnect +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_usb 0xb1d10995 rtl_usb_suspend +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_usb 0xfe16f167 rtl_usb_probe +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x0b038e24 channel5g_80m +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x10bfe3fb rtl_cam_del_entry +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x12645bea rtl_phy_scan_operation_backup +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x1b945315 rtl_addr_delay +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x1fcea180 rtl_process_phyinfo +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x30a956d7 rtl_query_rxpwrpercentage +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x3c666a05 rtl_cam_delete_one_entry +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x4c6d5896 rtl_dm_diginit +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x4c7d8dfa rtl_send_smps_action +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x54824f58 channel5g +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x55015640 rtl_rfreg_delay +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x733c9cec rtl_init_rfkill +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x743597e9 rtl_ps_enable_nic +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x74fcadbe rtl_cmd_send_packet +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x8ea60059 rtl_fw_cb +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x92acf914 rtl_get_tcb_desc +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x92f32c58 rtl_collect_scan_list +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x9b1964fd rtl_mrate_idx_to_arfr_id +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xa6664873 rtl_rx_ampdu_apply +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xb7777b24 rtlwifi_rate_mapping +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xb77a07ac rtl_efuse_shadow_map_update +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xc5ffd06f rtl_cam_reset_all_entry +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xc61db41f rtl_cam_empty_entry +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xcb129770 rtl_hal_pwrseqcmdparsing +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xd605e104 rtl_cam_get_free_entry +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xda20f2cc efuse_read_1byte +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xdae64995 efuse_power_switch +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xdc56cb71 rtl_cam_add_one_entry +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xdc65bcf9 rtl_bb_delay +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xdf1179af rtl_ps_disable_nic +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xe96ea56f rtl_cam_mark_invalid +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xebedfe5f rtl_wowlan_fw_cb +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xed7c8cf2 rtl_evm_db_to_percentage +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xf0a4b2ae efuse_one_byte_read +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xf7d32d55 efuse_shadow_read +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xf7f892ee rtl_signal_scale_mapping +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xfaf2eb18 rtl_c2hcmd_enqueue +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_8723d 0x95becad8 rtw8723d_hw_spec +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_8821c 0x087ebd55 rtw8821c_hw_spec +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_8822b 0x7e5eb06a rtw8822b_hw_spec +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_8822c 0x919cdb54 rtw8822c_hw_spec +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x087eb58f rtw_tx_fill_tx_desc +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x0feaf639 rtw_dump_fw +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x10c5b23c rtw_phy_cfg_mac +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x1425d304 rtw_read8_physical_efuse +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x1bcbc62b rtw_phy_read_rf_sipi +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x1ded4a76 rtw_bf_remove_bfee_su +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x1f37eee3 rtw_fw_inform_rfk_status +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x20144405 rtw_phy_load_tables +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x2ec009b6 rtw_coex_write_scbd +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x3295b2ba rtw_phy_pwrtrack_get_delta +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x33061d8f rtw_unregister_hw +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x33b3f3c0 rtw_debug_mask +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x34ea7dee rtw_phy_pwrtrack_thermal_changed +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x36c5bfca rtw_disable_lps_deep_mode +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x3707eeb9 rtw_bf_set_gid_table +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x40cc0f8f rtw_rx_stats +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 0x47dc4eaf rtw_bf_cfg_csi_rate +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x4ae75f82 rtw_phy_cfg_agc +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x4c44ab58 rtw_fw_c2h_cmd_isr +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x506b6d09 rtw_phy_pwrtrack_avg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x50c08733 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 0x554ae3b7 rtw_phy_pwrtrack_get_pwridx +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x5594e64a rtw_ops +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x58210e60 rtw_rate_section +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x599a4330 rtw_core_deinit +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x5cb3ab0f rtw_parse_tbl_bb_pg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x613be1fd rtw_tx_report_enqueue +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x6779d26e rtw_tx_write_data_rsvd_page_get +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x74c497f0 rtw_phy_cfg_bb +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x74d55dbb rtw_set_channel_mac +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x75a011f2 rtw_phy_parsing_cfo +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x7631c40c rtw_phy_init +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x779449df rtw_phy_pwrtrack_need_lck +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x7818b33a rtw_dump_reg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x7c376d3a rtw_bf_remove_bfee_mu +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x7def5be8 rtw_phy_set_tx_power_level +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x7e34cf13 rtw_phy_write_rf_reg_sipi +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x84b8180c rtw_power_mode_change +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x862c273e rtw_tx_write_data_h2c_get +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x88dd7a08 rtw_phy_pwrtrack_need_iqk +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x8a7decb4 rtw_parse_tbl_phy_cond +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x92eb4a37 rtw_regd_get +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x9a1eb343 rtw_fw_do_iqk +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xa6fdc796 rtw_phy_read_rf +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xa80e9b5f rtw_phy_cfg_rf +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xa952e830 rtw_set_rx_freq_band +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xae899a91 __rtw_dbg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xb1b3e811 rtw_restore_reg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xb1cbce2a rtw_phy_set_edcca_th +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xb45afc78 check_hw_ready +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xb4e704dc rtw_bf_enable_bfee_su +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xb8627036 rtw_rx_fill_rx_status +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xc35be2c3 rtw_parse_tbl_txpwr_lmt +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xc55564cf rtw_chip_info_setup +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xcfd16146 rtw_coex_write_indirect_reg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xd672a559 rtw_bf_phy_init +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xdbdf43cf rtw_core_init +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xe46147e8 rtw_register_hw +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xece60c59 rtw_phy_write_rf_reg_mix +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xef41cc62 rtw_phy_config_swing_table +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xf0d0bee9 rtw_bf_enable_bfee_mu +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xf62f40d3 rtw_coex_read_indirect_reg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xf6e243ad rtw_fw_c2h_cmd_rx_irqsafe +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_pci 0x141a4c72 rtw_pci_shutdown +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_pci 0x35f8b37e rtw_pm_ops +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_pci 0x79c9a278 rtw_pci_probe +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_pci 0xd7fc2a65 rtw_pci_remove +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_usb 0x742534c6 rtw_usb_disconnect +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_usb 0x9e0754c8 rtw_usb_probe +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_8852a 0x722d7cc8 rtw8852a_chip_info +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_8852b 0x05b3ae38 rtw8852b_chip_info +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_8852c 0x9e16e257 rtw8852c_chip_info +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x011f1f8b rtw89_btc_set_policy_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x0aae2b56 rtw89_mac_size +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x0dd34c55 rtw89_mac_get_err_status +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x15c8271c rtw89_mac_set_err_status +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x1f2aaee4 rtw89_mac_write_xtal_si +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x1fe7d7a5 rtw89_mac_cfg_ctrl_path_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x28e1f731 rtw89_mac_disable_bb_rf +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x2b3be882 rtw89_mac_enable_bb_rf +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x303052fc rtw89_phy_set_txpwr_byrate +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x3f3a12ba rtw89_core_deinit +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x404daf80 rtw89_phy_write_rf +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x497c0088 rtw89_phy_tssi_ctrl_set_bandedge_cfg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x4aa701f1 rtw89_phy_load_txpwr_byrate +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x4d69e6a0 rtw89_phy_set_txpwr_limit +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x4e70a6d9 rtw89_core_init +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x54344de8 rtw89_core_napi_deinit +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x543632df rtw89_core_register +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x54963071 rtw89_phy_write32_idx +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x5747d9a5 rtw89_core_rx +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x58b0cae8 rtw89_chip_info_setup +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x5c1cf9d3 rtw89_phy_write_rf_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x5c542c72 rtw89_core_query_rxdesc +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x5d82ad2e rtw89_core_fill_txdesc_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x65a68807 rtw89_phy_read_rf +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x66a1d2f5 rtw89_rfk_parser +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x672fd389 rtw89_core_fill_txdesc +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x687fef4e rtw89_mac_resume_sch_tx_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x71582b85 rtw89_phy_set_txpwr_limit_ru +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x7525c6e1 rtw89_mac_cfg_gnt +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x7611b305 rtw89_core_napi_stop +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x792c17ab rtw89_phy_read_txpwr_limit +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x7c510cbd rtw89_mac_get_txpwr_cr +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x7d7d01ef rtw89_phy_set_txpwr_offset +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x8046191d rtw89_core_fill_txdesc_fwcmd_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x870263f9 __rtw89_debug +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x878fbeac rtw89_fw_h2c_rf_ntfy_mcc +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x8be5938b rtw89_mac_resume_sch_tx +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x8c44818f rtw89_phy_config_rf_reg_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x9074e142 rtw89_alloc_ieee80211_hw +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x9545afaf rtw89_core_napi_init +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x97689334 rtw89_btc_set_policy +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x9c7e4a97 rtw89_ops +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xa248bdae rtw89_phy_read32_idx +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xa4b2c5d6 rtw89_phy_write_reg3_tbl +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xab51f5c1 rtw89_core_unregister +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xad3d6961 rtw89_phy_get_txsc +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xb185aa18 rtw89_mac_cfg_gnt_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xb587ea43 rtw89_btc_ntfy_wl_rfk +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xbd7f9eef rtw89_mac_cfg_ctrl_path +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xce6a22a1 rtw89_free_ieee80211_hw +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xd3d22135 rtw89_ser_notify +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xd5f0b6de rtw89_mac_read_xtal_si +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xdfc6db4b rtw89_phy_read_rf_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xe1057457 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 0xe505060b rtw89_mac_coex_init +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xe6de46e1 rtw89_mac_coex_init_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xea361697 rtw89_mac_stop_sch_tx +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xee94dfb1 rtw89_core_napi_start +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xefda3c97 rtw89_mac_stop_sch_tx_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xffdad813 rtw89_fw_h2c_dctl_sec_cam_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x10dc6409 rtw89_pci_recognize_intrs_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x346dff70 rtw89_pci_enable_intr +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x563d41d8 rtw89_pci_probe +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x5a4cf3dd rtw89_pm_ops +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x5bdac05e rtw89_pci_config_intr_mask +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x6e9d8126 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 0x788d366a rtw89_pci_remove +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x846c3afa rtw89_pci_fill_txaddr_info +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x8c219a03 rtw89_pci_fill_txaddr_info_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x8e2e01d4 rtw89_pci_config_intr_mask_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x905ccf5d rtw89_pci_ltr_set +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 0xccf15f86 rtw89_pci_disable_intr_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0xdc99c0c5 rtw89_pci_disable_intr +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0xe7dca9b8 rtw89_pci_ltr_set_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0xed6a7fac rtw89_pci_enable_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 0xeffc4ea0 rsi_config_wowlan +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0x31860599 wlcore_calc_packet_alignment +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0x6666d5c6 wl12xx_is_dummy_packet +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0x932c4760 wlcore_tx_complete +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0xf5241726 wl1271_free_tx_id +EXPORT_SYMBOL drivers/nfc/fdp/fdp 0x60e7ed06 fdp_nci_probe +EXPORT_SYMBOL drivers/nfc/fdp/fdp 0x982ca4e9 fdp_nci_remove +EXPORT_SYMBOL drivers/nfc/microread/microread 0x0970e517 microread_probe +EXPORT_SYMBOL drivers/nfc/microread/microread 0x3b039d29 microread_remove +EXPORT_SYMBOL drivers/nfc/nxp-nci/nxp-nci 0x0287afbe nxp_nci_probe +EXPORT_SYMBOL drivers/nfc/nxp-nci/nxp-nci 0x74ab0c89 nxp_nci_remove +EXPORT_SYMBOL drivers/nfc/nxp-nci/nxp-nci 0x83901899 nxp_nci_fw_recv_frame +EXPORT_SYMBOL drivers/nfc/pn533/pn533 0xb3a8450e pn533_recv_frame +EXPORT_SYMBOL drivers/nfc/pn544/pn544 0x4c11d2e3 pn544_hci_probe +EXPORT_SYMBOL drivers/nfc/pn544/pn544 0xf8fdd839 pn544_hci_remove +EXPORT_SYMBOL drivers/nfc/s3fwrn5/s3fwrn5 0x42a7d08b s3fwrn5_probe +EXPORT_SYMBOL drivers/nfc/s3fwrn5/s3fwrn5 0x50083fcb s3fwrn5_recv_frame +EXPORT_SYMBOL drivers/nfc/s3fwrn5/s3fwrn5 0x774203fc s3fwrn5_phy_set_wake +EXPORT_SYMBOL drivers/nfc/s3fwrn5/s3fwrn5 0xbfc5dc02 s3fwrn5_remove +EXPORT_SYMBOL drivers/nfc/s3fwrn5/s3fwrn5 0xe23ac04b 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 0x0e6ab42c st_nci_se_init +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0x1053949a st_nci_se_deinit +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0x12ab718f ndlc_open +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0x3eda4a46 st_nci_se_io +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0x60ac6278 ndlc_close +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0x8475b4f1 ndlc_send +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0x8fdcfa54 ndlc_recv +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0xac53ef51 st_nci_vendor_cmds_init +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0xb0ffca9d ndlc_probe +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0xfe5a7da8 ndlc_remove +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x0c6c2be6 st21nfca_hci_probe +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x19a08218 st21nfca_connectivity_event_received +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x19d12590 st21nfca_hci_se_io +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x1df03713 st21nfca_tm_send_dep_res +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x208a90a4 st21nfca_hci_disable_se +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x234b0547 st21nfca_apdu_reader_event_received +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x36f57c02 st21nfca_se_init +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x40d23f9f st21nfca_hci_remove +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x4ba57620 st21nfca_se_deinit +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x81f1080a st21nfca_dep_init +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x9b738188 st21nfca_hci_enable_se +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0xa3ebc4c7 st21nfca_hci_loopback_event_received +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0xa9b97c75 st21nfca_im_send_atr_req +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0xd414fe09 st21nfca_dep_deinit +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0xd7cfb435 st21nfca_dep_event_received +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0xd8dbb967 st21nfca_hci_discover_se +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0xea1c183b st21nfca_im_send_dep_req +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0xf0e0197e st21nfca_vendor_cmds_init +EXPORT_SYMBOL drivers/ntb/ntb 0x0ba7f419 ntb_default_peer_port_idx +EXPORT_SYMBOL drivers/ntb/ntb 0x0dc91532 ntb_clear_ctx +EXPORT_SYMBOL drivers/ntb/ntb 0x1986f3be ntbm_msi_free_irq +EXPORT_SYMBOL drivers/ntb/ntb 0x2af559bc ntb_set_ctx +EXPORT_SYMBOL drivers/ntb/ntb 0x2b42dc2f ntb_default_peer_port_count +EXPORT_SYMBOL drivers/ntb/ntb 0x31432d22 ntb_msi_peer_addr +EXPORT_SYMBOL drivers/ntb/ntb 0x3572cbf1 ntb_unregister_client +EXPORT_SYMBOL drivers/ntb/ntb 0x4289c1f2 ntbm_msi_request_threaded_irq +EXPORT_SYMBOL drivers/ntb/ntb 0x4fe1d8ac __ntb_register_client +EXPORT_SYMBOL drivers/ntb/ntb 0x51924f0f ntb_default_peer_port_number +EXPORT_SYMBOL drivers/ntb/ntb 0x540afcc6 ntb_default_port_number +EXPORT_SYMBOL drivers/ntb/ntb 0x879fc9e8 ntb_db_event +EXPORT_SYMBOL drivers/ntb/ntb 0xaee2655c ntb_msi_setup_mws +EXPORT_SYMBOL drivers/ntb/ntb 0xbcea8f2d ntb_msi_peer_trigger +EXPORT_SYMBOL drivers/ntb/ntb 0xc1898c7c ntb_link_event +EXPORT_SYMBOL drivers/ntb/ntb 0xd8adf6e4 ntb_register_device +EXPORT_SYMBOL drivers/ntb/ntb 0xe36da8e9 ntb_unregister_device +EXPORT_SYMBOL drivers/ntb/ntb 0xe3e3d4ca ntb_msi_init +EXPORT_SYMBOL drivers/ntb/ntb 0xecdf29a0 ntb_msi_clear_mws +EXPORT_SYMBOL drivers/ntb/ntb 0xfefcf3bb ntb_msg_event +EXPORT_SYMBOL drivers/nvdimm/nd_btt 0x81d05b8c nvdimm_namespace_detach_btt +EXPORT_SYMBOL drivers/nvdimm/nd_btt 0x8502a0b4 nvdimm_namespace_attach_btt +EXPORT_SYMBOL drivers/parport/parport 0x0b8683b9 parport_negotiate +EXPORT_SYMBOL drivers/parport/parport 0x17face26 parport_release +EXPORT_SYMBOL drivers/parport/parport 0x1d27c093 parport_announce_port +EXPORT_SYMBOL drivers/parport/parport 0x240c18f2 parport_ieee1284_epp_write_addr +EXPORT_SYMBOL drivers/parport/parport 0x29eafecb parport_ieee1284_ecp_write_addr +EXPORT_SYMBOL drivers/parport/parport 0x31a75607 parport_write +EXPORT_SYMBOL drivers/parport/parport 0x31f2340d parport_find_number +EXPORT_SYMBOL drivers/parport/parport 0x33114326 parport_set_timeout +EXPORT_SYMBOL drivers/parport/parport 0x3e966f1a parport_ieee1284_read_byte +EXPORT_SYMBOL drivers/parport/parport 0x439cdec4 parport_find_base +EXPORT_SYMBOL drivers/parport/parport 0x4d2a941b parport_ieee1284_interrupt +EXPORT_SYMBOL drivers/parport/parport 0x4e786f9d parport_unregister_device +EXPORT_SYMBOL drivers/parport/parport 0x5b8c77b5 parport_unregister_driver +EXPORT_SYMBOL drivers/parport/parport 0x5ccdfe17 parport_ieee1284_ecp_read_data +EXPORT_SYMBOL drivers/parport/parport 0x5d902113 parport_wait_peripheral +EXPORT_SYMBOL drivers/parport/parport 0x5e3a3912 parport_irq_handler +EXPORT_SYMBOL drivers/parport/parport 0x67bf4faa __parport_register_driver +EXPORT_SYMBOL drivers/parport/parport 0x73d02ecc parport_read +EXPORT_SYMBOL drivers/parport/parport 0x765562b5 parport_register_dev_model +EXPORT_SYMBOL drivers/parport/parport 0x77bf16c0 parport_get_port +EXPORT_SYMBOL drivers/parport/parport 0x78882bb4 parport_claim +EXPORT_SYMBOL drivers/parport/parport 0x827b758a parport_ieee1284_ecp_write_data +EXPORT_SYMBOL drivers/parport/parport 0x8f9d93b3 parport_ieee1284_epp_write_data +EXPORT_SYMBOL drivers/parport/parport 0x9fbf5740 parport_register_port +EXPORT_SYMBOL drivers/parport/parport 0xac2b01d2 parport_del_port +EXPORT_SYMBOL drivers/parport/parport 0xb03d4af8 parport_remove_port +EXPORT_SYMBOL drivers/parport/parport 0xb58aa33f parport_ieee1284_epp_read_data +EXPORT_SYMBOL drivers/parport/parport 0xbc85050a parport_ieee1284_read_nibble +EXPORT_SYMBOL drivers/parport/parport 0xc0baac6e parport_wait_event +EXPORT_SYMBOL drivers/parport/parport 0xc9541c93 parport_claim_or_block +EXPORT_SYMBOL drivers/parport/parport 0xd7c09531 parport_ieee1284_epp_read_addr +EXPORT_SYMBOL drivers/parport/parport 0xd898269a parport_put_port +EXPORT_SYMBOL drivers/parport/parport 0xe689d4d6 parport_ieee1284_write_compat +EXPORT_SYMBOL drivers/parport/parport_pc 0xb57a12a8 parport_pc_unregister_port +EXPORT_SYMBOL drivers/parport/parport_pc 0xe1f98447 parport_pc_probe_port +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x01e25d16 pcmcia_disable_device +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x05f3623b pcmcia_dev_present +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x09b98c7f pcmcia_release_window +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x10fe3d71 pcmcia_get_tuple +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x130405f7 pcmcia_loop_tuple +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x1559c7dc pcmcia_enable_device +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x2aa00f8b pcmcia_fixup_vpp +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x2dfb353d pcmcia_unregister_driver +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x31831d88 pcmcia_register_driver +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x433ba142 pcmcia_request_window +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x46771052 pcmcia_request_io +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x4870fd61 pcmcia_get_mac_from_cis +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x56553865 pcmcia_loop_config +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0xad8cdb46 pcmcia_write_config_byte +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0xb5adb27c pcmcia_fixup_iowidth +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0xbb312663 pcmcia_parse_tuple +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0xc3398e7d pcmcia_request_irq +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0xc44f349a pcmcia_read_config_byte +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0xf8a78145 pcmcia_map_mem_page +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x0c8b81e6 pcmcia_get_socket_by_nr +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x212db8d2 pcmcia_socket_list +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x2752704b pcmcia_parse_events +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x3d7852ee pcmcia_reset_card +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x4442b73c pccard_register_pcmcia +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x4f9610f6 pcmcia_put_socket +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x65808eb4 pcmcia_unregister_socket +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x8933c146 pcmcia_get_socket +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x89af0fd6 pcmcia_register_socket +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x8a9c6709 pcmcia_socket_class +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x9bfc236f pcmcia_parse_uevents +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 0x0b53d1ca pccard_static_ops +EXPORT_SYMBOL drivers/pcmcia/pcmcia_rsrc 0xc2f21031 pccard_nonstatic_ops +EXPORT_SYMBOL drivers/platform/chrome/cros_ec 0x3915ce00 cros_ec_suspend +EXPORT_SYMBOL drivers/platform/chrome/cros_ec 0x62c439a8 cros_ec_register +EXPORT_SYMBOL drivers/platform/chrome/cros_ec 0x6667f4b4 cros_ec_unregister +EXPORT_SYMBOL drivers/platform/chrome/cros_ec 0xbf477967 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 0x3f7f270d __wmi_driver_register +EXPORT_SYMBOL drivers/platform/x86/wmi 0x720949e0 wmi_driver_unregister +EXPORT_SYMBOL drivers/rpmsg/rpmsg_char 0xa0f9a70d rpmsg_chrdev_eptdev_destroy +EXPORT_SYMBOL drivers/rpmsg/rpmsg_char 0xe524928c rpmsg_chrdev_eptdev_create +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x05fb78e4 rpmsg_register_device +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x182d150d rpmsg_sendto +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x305136c0 rpmsg_create_channel +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x3e4fdbdb rpmsg_unregister_device +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x42ecdac2 rpmsg_class +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x49301204 rpmsg_trysend_offchannel +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x4dcb89c8 rpmsg_poll +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x609fabbe rpmsg_find_device +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x61b3b5a2 rpmsg_trysendto +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x7f3e30b4 rpmsg_send +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x7f6fa140 rpmsg_get_mtu +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x9f35b579 rpmsg_trysend +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0xc285bc9e rpmsg_send_offchannel +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0xcafe78d3 rpmsg_destroy_ept +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0xd10ffd80 unregister_rpmsg_driver +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0xe44e43f6 rpmsg_create_ept +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0xec5a54ce rpmsg_register_device_override +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0xfc4bfb80 __register_rpmsg_driver +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0xfe0d1021 rpmsg_release_channel +EXPORT_SYMBOL drivers/rpmsg/rpmsg_ns 0x7534a679 rpmsg_ns_register_device +EXPORT_SYMBOL drivers/rtc/rtc-ds1685 0x3a7c8bbd ds1685_rtc_poweroff +EXPORT_SYMBOL drivers/scsi/53c700 0x3d9cece0 NCR_700_intr +EXPORT_SYMBOL drivers/scsi/53c700 0x46fe2fbd NCR_700_detect +EXPORT_SYMBOL drivers/scsi/53c700 0xbae56762 NCR_700_release +EXPORT_SYMBOL drivers/scsi/esp_scsi 0x098185e4 scsi_esp_cmd +EXPORT_SYMBOL drivers/scsi/esp_scsi 0x28452dfc scsi_esp_unregister +EXPORT_SYMBOL drivers/scsi/esp_scsi 0x3194ada6 scsi_esp_template +EXPORT_SYMBOL drivers/scsi/esp_scsi 0x4a29ab38 scsi_esp_intr +EXPORT_SYMBOL drivers/scsi/esp_scsi 0x52b194d8 scsi_esp_register +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x166a241a fcoe_ctlr_link_down +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x1995b07e fcoe_fcf_get_selected +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x248e2bac fcoe_ctlr_recv +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x328ffd6c fcoe_ctlr_els_send +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x456fa287 fcoe_ctlr_set_fip_mode +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x4cfb03ec fcoe_transport_detach +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x7f3709ff fcoe_ctlr_init +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x8d22cc4d fcoe_ctlr_link_up +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xbbcbfcc6 fcoe_transport_attach +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xef5b4e5e fcoe_ctlr_recv_flogi +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xf0f7fd8b fcoe_ctlr_destroy +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x03a8f3ba fc_disc_config +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x041d8a7f fc_lport_destroy +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x05378e3e fc_rport_create +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x0545cbb8 fc_lport_recv +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x095c8ba4 fc_frame_alloc_fill +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x14bd3c95 fc_get_host_port_state +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x150c64ea fc_exch_mgr_reset +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x17e976d2 fc_exch_mgr_alloc +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x1801077a fc_lport_logo_resp +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x22b90986 fc_exch_mgr_del +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x23e21247 fc_get_host_stats +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x263b5a01 fc_seq_send +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x269fa491 fc_lport_reset +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x3010f367 fc_rport_terminate_io +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x3294debe fc_lport_bsg_request +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x339de10f fc_exch_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x35299dd6 _fc_frame_alloc +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x38a49d72 fc_fabric_login +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x3b00e6e1 fc_exch_seq_send +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x415bcd6c fc_exch_mgr_add +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x4169cd5d fc_rport_logoff +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x423f8c46 fc_frame_crc_check +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x439872f5 fc_rport_lookup +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x46077ea6 fc_lport_iterate +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x4b1a746d fc_slave_alloc +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x4c8aa9f1 fc_queuecommand +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x4ce0da4e fc_seq_set_resp +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x541f4b62 fc_elsct_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x55dffd67 fc_lport_config +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x5640ba94 fc_eh_device_reset +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x5a3ca9d3 fc_fcp_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x63e89388 fc_lport_flogi_resp +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x65ff322c fc_exch_update_stats +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x6b1590ab fc_exch_mgr_free +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x6cc1f313 fc_rport_login +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x78afeb31 fc_rport_recv_req +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x7c176d05 fc_eh_abort +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 0x8b2d6cc4 fc_seq_assign +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x91d578c3 fc_set_rport_loss_tmo +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x93708fd3 libfc_vport_create +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x97870820 fc_linkup +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 0xa67793c1 fc_eh_host_reset +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xa8922181 fc_set_mfs +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xaaa4c157 fc_elsct_send +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xad3a725d fc_disc_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xb0ddd5a1 fc_rport_flush_queue +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xb589d278 fc_fc4_register_provider +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xc30d3be7 fc_fill_hdr +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xcd003d4d fc_fill_reply_hdr +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xdb9eea3f fc_fc4_deregister_provider +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xdd31c67a fc_fabric_logoff +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xe0e646ae fc_linkdown +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xe1dd5a10 fc_fcp_destroy +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xe5cf06b5 fc_lport_notifier_head +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xe8342d45 fc_lport_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xe83d9218 fc_exch_mgr_list_clone +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xefeac6a3 fc_vport_id_lookup +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xf1a52482 fc_vport_setlink +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xf32b2657 fc_lport_set_local_id +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xfa4667d1 fc_seq_release +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xfd0f6d5f fc_get_host_speed +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xff87be15 fc_exch_recv +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0x4a8e3d34 try_test_sas_gpio_gp_bit +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0x73c8d580 sas_resume_ha_no_sync +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0x8aacfea1 sas_suspend_ha +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0xa21445a8 sas_resume_ha +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0xdbd17c32 sas_prep_resume_ha +EXPORT_SYMBOL drivers/scsi/megaraid/megaraid_mm 0xa21fafb9 mraid_mm_adapter_app_handle +EXPORT_SYMBOL drivers/scsi/megaraid/megaraid_mm 0xb2cf7c01 mraid_mm_unregister_adp +EXPORT_SYMBOL drivers/scsi/megaraid/megaraid_mm 0xcab3683c mraid_mm_register_adp +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x3fc3542e qlt_lport_deregister +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x4d76ed2b qlt_rdy_to_xfer +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x5cd09e0e qlt_unreg_sess +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x72908527 qlt_enable_vha +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x7a71e976 qlt_lport_register +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x7fbdab95 qlt_stop_phase1 +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x8a0b6a6c qlt_abort_cmd +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x8c98ff8f qlt_stop_phase2 +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x94fec0b5 qlt_xmit_response +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xd2414706 qlt_free_cmd +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xef2bb3bf qlt_xmit_tm_rsp +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xf779d59e qlt_free_mcmd +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0x1c6230fe qlogicfas408_host_reset +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0x1f55cd70 qlogicfas408_ihandl +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0x3fd8cd71 qlogicfas408_detect +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0x5a3bddb7 qlogicfas408_queuecommand +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0x6ed3fdf8 qlogicfas408_disable_ints +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0x895565c4 qlogicfas408_abort +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0xcab62093 qlogicfas408_info +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0xe76b3b20 qlogicfas408_get_chip_type +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0xed88f6b6 qlogicfas408_biosparam +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0xf2b95199 qlogicfas408_setup +EXPORT_SYMBOL drivers/scsi/raid_class 0x0312a0a0 raid_component_add +EXPORT_SYMBOL drivers/scsi/raid_class 0x3f100f22 raid_class_release +EXPORT_SYMBOL drivers/scsi/raid_class 0x92541ff0 raid_class_attach +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x180687a9 fc_host_post_event +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x1c760d71 fc_find_rport_by_wwpn +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x336c6e40 scsi_is_fc_rport +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x375f8bbd fc_get_event_number +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x3af86d5e fc_host_fpin_rcv +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x6dce775c fc_eh_timed_out +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x7f26f1aa fc_vport_terminate +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xa1021f56 fc_remote_port_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xa9c1055c fc_attach_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xb86bc253 fc_release_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xb9bd1122 fc_remote_port_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xc4b37577 fc_block_scsi_eh +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xd030cb62 fc_host_post_fc_event +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xd131456d fc_remote_port_rolechg +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xd44c2c48 fc_block_rport +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xe3594d96 fc_vport_create +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xe6c50327 fc_host_post_vendor_event +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xfe987ed0 fc_remove_host +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x006508d5 sas_port_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x1913ff5b sas_rphy_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x217735bd sas_get_address +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x2a517a08 sas_phy_free +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x2a545dfb sas_port_alloc_num +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x2d92766a sas_port_add_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x314a0bb4 sas_end_device_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x3cce3d95 scsi_is_sas_rphy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x43b7b131 sas_release_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x484dcab2 sas_expander_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x52eaca58 sas_phy_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x5960c2f4 sas_rphy_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x5987bfe3 sas_phy_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x5ed29f39 sas_phy_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x6062d2b7 scsi_is_sas_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x62844062 sas_rphy_free +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x6455dd40 sas_port_get_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x6502b564 sas_rphy_unlink +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x6cc3474b sas_port_delete_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x7781e17b sas_read_port_mode_page +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x95cd210b sas_port_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xbd2163aa sas_remove_children +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xc3653c1b sas_remove_host +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xc5eeb382 scsi_is_sas_port +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xc9dd7935 sas_attach_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xcdfc50c7 sas_port_mark_backlink +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xd14be109 sas_port_free +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xf1f75f28 sas_rphy_remove +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xfe52958a sas_port_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0x32e151da spi_schedule_dv_device +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0x3686ea09 spi_print_msg +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0x54bd53ab spi_attach_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0xac9f2dff spi_release_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0xf85e2ea2 spi_dv_device +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0xfb6f8672 spi_display_xfer_agreement +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0x1f1f9087 srp_rport_put +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0x21804651 srp_start_tl_fail_timers +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0x405b6e05 srp_parse_tmo +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0x61bbe2b6 srp_reconnect_rport +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0x794e8844 srp_timed_out +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0xf76a3cbb srp_rport_get +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0x0679b24e qmi_send_response +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0x19d68cc5 qmi_txn_cancel +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0x28ac2fd2 qmi_encode_message +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0x2ad57ed5 qmi_txn_init +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0x39096960 qmi_handle_release +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0x3e36fda3 qmi_add_server +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0x4cd2fe40 qmi_response_type_v01_ei +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0x54b8fba8 qmi_send_request +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0x6051451d qmi_decode_message +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0x770c3ce5 qmi_txn_wait +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0xafd86db7 qmi_add_lookup +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0xd683e425 qmi_handle_init +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0xf4136695 qmi_send_indication +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x00528dee sdw_master_read_prop +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x08d18ecd sdw_slave_read_prop +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x0a7681ba sdw_bus_master_add +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x13e8f146 sdw_bus_master_delete +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x14caa8d2 sdw_bwrite_no_pm_unlocked +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x16d1706b sdw_prepare_stream +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x1a16e50f sdw_bus_prep_clk_stop +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x1deee061 sdw_find_row_index +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x28bacea9 sdw_nwrite +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x3b0a8582 sdw_startup_stream +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x4cde88bf sdw_disable_stream +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x56b61267 sdw_bread_no_pm_unlocked +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x5d2c59e9 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 0x7060e7fe sdw_clear_slave_status +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x71891d59 sdw_deprepare_stream +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x72b06f50 sdw_bus_clk_stop +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x7732bfb3 sdw_update_no_pm +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x776c8de2 sdw_bus_exit_clk_stop +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x7eb93131 sdw_show_ping_status +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x81b30b74 sdw_stream_add_slave +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x8212b62a sdw_stream_add_master +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x8c9c7a7b sdw_slave_add +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x9e122d79 sdw_alloc_stream +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xa6ab7a24 sdw_write +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xb492c43c sdw_read +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xb7dda887 sdw_stream_remove_slave +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 0xc137197c sdw_update +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xc1928daa sdw_write_no_pm +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xc7bcf9fd sdw_read_no_pm +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xcbae0331 sdw_compare_devid +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xccfda17e sdw_extract_slave_id +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xd9ee55c0 sdw_handle_slave_status +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xda5bce09 sdw_release_stream +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xebefb9a9 sdw_stream_remove_master +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xf53ba0b8 sdw_rows +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x0c0a0375 sdw_cdns_config_stream +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x2b3db731 cdns_bus_conf +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x322fa825 sdw_cdns_alloc_pdi +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x34712074 sdw_cdns_irq +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x3e4a43cd sdw_cdns_enable_interrupt +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x4f7734f7 sdw_cdns_probe +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x7c9a8d90 sdw_cdns_check_self_clearing_bits +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x7d580cd8 cdns_xfer_msg +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x806c5fb6 cdns_set_sdw_stream +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x98e438f9 sdw_cdns_exit_reset +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x9a279026 sdw_cdns_clock_stop +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0xa527c86e sdw_cdns_clock_restart +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0xae19c7c5 sdw_cdns_pdi_init +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0xb6236c55 sdw_cdns_is_clock_stop +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0xb771fa96 cdns_reset_page_addr +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0xc1c58f01 cdns_read_ping_status +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0xc53e80e4 sdw_cdns_init +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0xfeda6732 cdns_xfer_msg_defer +EXPORT_SYMBOL drivers/soundwire/soundwire-generic-allocation 0x2f12a95e sdw_compute_params +EXPORT_SYMBOL drivers/ssb/ssb 0x17cff79f ssb_bus_sdiobus_register +EXPORT_SYMBOL drivers/ssb/ssb 0x190df65a ssb_pmu_set_ldo_paref +EXPORT_SYMBOL drivers/ssb/ssb 0x1d0388e6 ssb_bus_may_powerdown +EXPORT_SYMBOL drivers/ssb/ssb 0x306676cc ssb_device_disable +EXPORT_SYMBOL drivers/ssb/ssb 0x43c1ff38 ssb_bus_powerup +EXPORT_SYMBOL drivers/ssb/ssb 0x4462dde4 ssb_commit_settings +EXPORT_SYMBOL drivers/ssb/ssb 0x64a52244 ssb_clockspeed +EXPORT_SYMBOL drivers/ssb/ssb 0x6b6f3b45 ssb_device_enable +EXPORT_SYMBOL drivers/ssb/ssb 0x9362f773 ssb_driver_unregister +EXPORT_SYMBOL drivers/ssb/ssb 0x98796016 ssb_set_devtypedata +EXPORT_SYMBOL drivers/ssb/ssb 0x9c9dc091 ssb_pcihost_register +EXPORT_SYMBOL drivers/ssb/ssb 0xa9a6da0a ssb_bus_resume +EXPORT_SYMBOL drivers/ssb/ssb 0xb3230fc8 ssb_chipco_gpio_control +EXPORT_SYMBOL drivers/ssb/ssb 0xb3cdad13 ssb_device_is_enabled +EXPORT_SYMBOL drivers/ssb/ssb 0xca1e911d ssb_bus_suspend +EXPORT_SYMBOL drivers/ssb/ssb 0xca247907 ssb_pcicore_dev_irqvecs_enable +EXPORT_SYMBOL drivers/ssb/ssb 0xcb17f1cb ssb_admatch_base +EXPORT_SYMBOL drivers/ssb/ssb 0xd09da43d __ssb_driver_register +EXPORT_SYMBOL drivers/ssb/ssb 0xd42413e9 ssb_pmu_set_ldo_voltage +EXPORT_SYMBOL drivers/ssb/ssb 0xd60f8441 ssb_bus_unregister +EXPORT_SYMBOL drivers/ssb/ssb 0xdfc7c6ef ssb_admatch_size +EXPORT_SYMBOL drivers/ssb/ssb 0xebe9b683 ssb_dma_translation +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x0081d875 fbtft_framebuffer_release +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x04a80dd3 fbtft_write_vmem16_bus9 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x0f81817b fbtft_write_reg8_bus9 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x19a05822 fbtft_register_backlight +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x43ee7dce fbtft_unregister_backlight +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x4ab7434e fbtft_write_vmem16_bus16 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x4de9f34d fbtft_write_reg8_bus8 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x502b6b0b fbtft_write_spi_emulate_9 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x74bc8776 fbtft_probe_common +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x7598d4f9 fbtft_remove_common +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x7e4a26a7 fbtft_write_buf_dc +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x8dd5d1ee fbtft_write_gpio8_wr +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x9029746b fbtft_write_reg16_bus8 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x91ea5cd5 fbtft_read_spi +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x9c5420dc fbtft_register_framebuffer +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xa020e587 fbtft_framebuffer_alloc +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xc1abcf75 fbtft_dbg_hex +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xd815dc8e fbtft_write_vmem16_bus8 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xebc3be12 fbtft_write_gpio16_wr_latched +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xec1c00cb fbtft_unregister_framebuffer +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xec26dc2b fbtft_write_spi +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xf014ce4a fbtft_write_vmem8_bus8 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xf42c0cd1 fbtft_init_display +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xf5ced285 fbtft_write_gpio16_wr +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xf9cfe52a fbtft_write_reg16_bus16 +EXPORT_SYMBOL drivers/staging/greybus/gb-audio-codec 0x3834c1a0 gbaudio_module_update +EXPORT_SYMBOL drivers/staging/greybus/gb-audio-codec 0x6bba49c1 gbaudio_unregister_module +EXPORT_SYMBOL drivers/staging/greybus/gb-audio-codec 0x9c2a55b0 gbaudio_register_module +EXPORT_SYMBOL drivers/staging/iio/addac/adt7316 0xcba7a57f adt7316_probe +EXPORT_SYMBOL drivers/staging/iio/meter/ade7854 0x31f651e7 ade7854_probe +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x02342745 rtllib_start_send_beacons +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x0265b7eb RemovePeerTS +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x073770d8 rtllib_MgntDisconnect +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x09d194f7 rtllib_act_scanning +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x10d05107 rtllib_wx_get_name +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x1314fb87 rtllib_wx_set_freq +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x145b2af6 rtllib_wx_set_encode_ext +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x153125c8 rtllib_ps_tx_ack +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x1dbe893e dot11d_init +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x22166084 rt_global_debug_component +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x2966d112 rtllib_get_beacon +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x2f58c038 rtllib_wx_set_power +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x3795907c rtllib_softmac_start_protocol +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x3d8af612 rtllib_wx_set_mode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x425a2b19 rtllib_wx_set_essid +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x4d02ab90 rtllib_reset_queue +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x4d559460 rtllib_start_scan_syncro +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x4e29087e rtllib_wx_get_freq +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x58bf62e6 rtllib_stop_send_beacons +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x590fe7ae free_rtllib +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x5f3ff99d rtllib_DisableIntelPromiscuousMode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x60b705eb rtllib_wx_get_mode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x68718e94 HT_update_self_and_peer_setting +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x699bc3da rtllib_wx_set_gen_ie +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x7221c51c rtllib_wx_set_encode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x74778698 rtllib_sta_ps_send_null_frame +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x7d79ade0 dot11d_channel_map +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x86665c52 rtllib_wx_get_essid +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x93af7d16 rtllib_wx_set_rts +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x93eb6173 rtllib_wx_get_encode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x93f3556a rtllib_wx_set_rate +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x9e07bae0 notify_wx_assoc_event +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xa0cf040c rtllib_rx +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xa2bd974f rtllib_wx_get_wap +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xa532f656 rtllib_stop_scan_syncro +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xacad5209 rtllib_EnableIntelPromiscuousMode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xb1d328a6 rtllib_legal_channel +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xb34f179f rtllib_wx_get_scan +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xb8696941 rtllib_stop_scan +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xc64786ec rtllib_wx_get_rts +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xcecea693 rtllib_wx_get_rate +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xd45114fd rtllib_wx_set_rawtx +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xd8b009e9 rtllib_wx_set_mlme +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xdc0244dc alloc_rtllib +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xdf78f620 rtllib_wlan_frequencies +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xeb64b773 rtllib_wx_get_power +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xee72e466 rtllib_wx_set_scan +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xf5743221 rtllib_xmit +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xf7556cb5 rtllib_wx_set_wap +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xfb3b7435 rtllib_wx_set_auth +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xfc0899e8 rtllib_softmac_stop_protocol +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x00b1eea0 ieee80211_wpa_supplicant_ioctl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x00db4e58 ieee80211_wx_get_wap +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x0268cbec ieee80211_start_scan_syncro +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x0b502952 ieee80211_wx_set_freq +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x0be4ced4 ieee80211_wx_get_encode_ext +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x0db46017 rtl8192u_dot11d_init +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x232e7944 ieee80211_wlan_frequencies +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x313bdc41 dot11d_update_country_ie +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x38728340 ieee80211_txb_free +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x38de612a ieee80211_softmac_xmit +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x40e7cf1d ieee80211_wx_get_name +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x4347087a ieee80211_wx_set_encode_ext +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x46461afe ieee80211_stop_queue_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x48cecf12 dot11d_reset +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x49b3d7f2 ieee80211_ps_tx_ack +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x4a8d05a5 is_legal_channel +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x4fb4423b ieee80211_wx_get_rts +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x57703094 ieee80211_rx +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x5ca398d1 ieee80211_wx_get_freq +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x5f1e84f6 ieee80211_stop_scan +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x6102025d ieee80211_softmac_stop_protocol +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x660188bc ieee80211_wx_set_encode +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x6651f895 ieee80211_is_shortslot +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x76757219 HTUpdateSelfAndPeerSetting +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x7d7d124a ieee80211_softmac_start_protocol +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x7fdc4395 ieee80211_wx_set_gen_ie +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x84d89582 ieee80211_wx_set_mlme +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x871da6fc ieee80211_wx_set_rate +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x87303671 ieee80211_start_send_beacons +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x91fd7b3d ieee80211_wx_set_power +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x926d90c0 ieee80211_rx_mgt +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x998f577f notify_wx_assoc_event_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x9bdfe82c ieee80211_wx_set_wap +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x9fe443b4 ieee80211_stop_send_beacons +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xa636980e ieee80211_wx_set_essid +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xa6dbfc5e ieee80211_softmac_scan_syncro +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xa6fee71a ieee80211_wx_get_scan +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xb7d07776 ieee80211_wx_get_mode +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xb81263a2 dot11d_scan_complete +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xc024c66c SendDisassociation_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xcac997dd ieee80211_wx_get_encode +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xd0ee177f ieee80211_wx_get_rate +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xd2d0b925 ieee80211_wx_get_essid +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xd3e1f742 ieee80211_wx_set_rawtx +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xd4b0e44f ieee80211_wx_set_rts +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xd5216ac4 ieee80211_disassociate +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xd9e62f16 ieee80211_get_beacon +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xe023c6f5 ieee80211_wx_set_mode +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xe15d3e39 to_legal_channel +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xe3372510 ieee80211_is_54g +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xe51b5a16 ieee80211_wx_get_power +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xee8fc9ae dot11d_get_max_tx_pwr_in_dbm +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xf10d5699 ieee80211_wx_set_scan +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xf4d2370b ieee80211_reset_queue +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xf798c108 ieee80211_wake_queue_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xfa62ac17 ieee80211_wx_set_auth +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x01896cf9 iscsit_process_scsi_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x08fc7be1 iscsit_unregister_transport +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x09e4e124 iscsit_add_cmd_to_immediate_queue +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x09eb8a9c iscsit_build_logout_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x0b70b2d3 iscsit_aborted_task +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x0ef36766 iscsi_change_param_sprintf +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x155c3607 iscsit_handle_task_mgt_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x2692bd10 iscsit_register_transport +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x2777bf5c iscsit_setup_text_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x2c1bedd2 iscsit_build_datain_pdu +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x33b84dac iscsit_process_nop_out +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x35116418 iscsit_check_dataout_hdr +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x3e7289fb iscsit_cause_connection_reinstatement +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x40ecac46 iscsit_find_cmd_from_itt +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x429191bd iscsit_increment_maxcmdsn +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x43c92e3a iscsit_build_task_mgt_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x473786a8 iscsit_logout_post_handler +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x485ae493 iscsit_free_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x5300bab2 iscsit_handle_logout_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x5f71d51d iscsit_allocate_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x60716c3e iscsit_build_r2ts_for_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x699504af iscsit_build_text_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x6abfa272 iscsit_stop_dataout_timer +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x6b7b6cc7 iscsit_thread_check_cpumask +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x70e4ee4b __iscsit_check_dataout_hdr +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x78284aff iscsit_handle_snack +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x7aa83a2e iscsit_build_rsp_pdu +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x846ace72 iscsit_reject_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x8d5edc01 iscsit_check_dataout_payload +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x984aedec iscsit_add_reject +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x9f65e6ed iscsit_response_queue +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xa051e6dd iscsit_find_cmd_from_itt_or_dump +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xb5beb7f0 iscsit_setup_nop_out +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xbc9aa3a5 iscsi_target_check_login_request +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xbf034c35 iscsit_build_nopin_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xbf81a9a0 iscsit_immediate_queue +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xc4a723ae iscsit_setup_scsi_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xc6e6b886 iscsit_build_reject +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xce9e9a84 iscsit_queue_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xeb8d513d iscsit_set_unsolicited_dataout +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xf0a497df iscsit_sequence_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xf34332f0 iscsi_find_param_from_key +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xf5af3fcf iscsit_get_datain_values +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xfa01fd06 iscsit_release_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xfb8cf94a iscsit_process_text_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xfb9ad2b7 iscsit_tmr_post_handler +EXPORT_SYMBOL drivers/target/target_core_mod 0x072bc8ec target_complete_cmd_with_sense +EXPORT_SYMBOL drivers/target/target_core_mod 0x0871ffd6 transport_set_vpd_ident +EXPORT_SYMBOL drivers/target/target_core_mod 0x09b506b3 target_set_cmd_data_length +EXPORT_SYMBOL drivers/target/target_core_mod 0x0af31834 target_lun_is_rdonly +EXPORT_SYMBOL drivers/target/target_core_mod 0x0bbd7c53 transport_send_check_condition_and_sense +EXPORT_SYMBOL drivers/target/target_core_mod 0x142072c0 transport_set_vpd_assoc +EXPORT_SYMBOL drivers/target/target_core_mod 0x16388667 transport_deregister_session_configfs +EXPORT_SYMBOL drivers/target/target_core_mod 0x18c492e1 target_cmd_init_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0x1c76e863 passthrough_pr_attrib_attrs +EXPORT_SYMBOL drivers/target/target_core_mod 0x32dd5302 target_backend_unregister +EXPORT_SYMBOL drivers/target/target_core_mod 0x33fc3877 spc_parse_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0x33fff3d8 spc_emulate_report_luns +EXPORT_SYMBOL drivers/target/target_core_mod 0x34daba13 core_tmr_alloc_req +EXPORT_SYMBOL drivers/target/target_core_mod 0x35a2910c target_stop_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x36f7af5b target_configure_unmap_from_queue +EXPORT_SYMBOL drivers/target/target_core_mod 0x3a20a9d7 transport_set_vpd_ident_type +EXPORT_SYMBOL drivers/target/target_core_mod 0x3ab08f0b target_to_linux_sector +EXPORT_SYMBOL drivers/target/target_core_mod 0x3af1f5df target_show_dynamic_sessions +EXPORT_SYMBOL drivers/target/target_core_mod 0x3bd30f3d transport_deregister_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x3ee02a6f transport_alloc_session_tags +EXPORT_SYMBOL drivers/target/target_core_mod 0x41bd4040 target_remove_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x426cbfe4 sbc_parse_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0x42f8d455 transport_free_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x43354cb7 core_allocate_nexus_loss_ua +EXPORT_SYMBOL drivers/target/target_core_mod 0x462fdeb2 sbc_dif_copy_prot +EXPORT_SYMBOL drivers/target/target_core_mod 0x4694de0b transport_init_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x4b5ab5d1 target_unregister_template +EXPORT_SYMBOL drivers/target/target_core_mod 0x4bcc1f0e target_get_sess_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x4d1908b0 target_show_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x4fc69fb2 sbc_get_device_type +EXPORT_SYMBOL drivers/target/target_core_mod 0x54520ea9 __transport_register_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x5636f5be transport_alloc_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x5bdb610a target_free_sgl +EXPORT_SYMBOL drivers/target/target_core_mod 0x6b935224 target_depend_item +EXPORT_SYMBOL drivers/target/target_core_mod 0x70b2e861 target_send_busy +EXPORT_SYMBOL drivers/target/target_core_mod 0x76ed393f core_tpg_set_initiator_node_tag +EXPORT_SYMBOL drivers/target/target_core_mod 0x778107a0 spc_emulate_inquiry_std +EXPORT_SYMBOL drivers/target/target_core_mod 0x82aa293e target_put_sess_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x843386a0 target_complete_cmd_with_length +EXPORT_SYMBOL drivers/target/target_core_mod 0x86c89d61 target_complete_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x8b89206e target_tpg_has_node_acl +EXPORT_SYMBOL drivers/target/target_core_mod 0x8ff04080 transport_copy_sense_to_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x90360280 target_register_template +EXPORT_SYMBOL drivers/target/target_core_mod 0x917a8aca target_execute_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x92c2f365 target_put_nacl +EXPORT_SYMBOL drivers/target/target_core_mod 0x93c2e73f target_cmd_parse_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0x9921d216 target_nacl_find_deve +EXPORT_SYMBOL drivers/target/target_core_mod 0x9b84cdbb transport_lookup_tmr_lun +EXPORT_SYMBOL drivers/target/target_core_mod 0x9ccb85aa transport_wait_for_tasks +EXPORT_SYMBOL drivers/target/target_core_mod 0xa09ac2d7 spc_emulate_evpd_83 +EXPORT_SYMBOL drivers/target/target_core_mod 0xa4a63688 transport_lookup_cmd_lun +EXPORT_SYMBOL drivers/target/target_core_mod 0xa4a92387 target_setup_session +EXPORT_SYMBOL drivers/target/target_core_mod 0xa71607d7 core_tpg_get_initiator_node_acl +EXPORT_SYMBOL drivers/target/target_core_mod 0xaefbcacd target_alloc_sgl +EXPORT_SYMBOL drivers/target/target_core_mod 0xafcaaa0c transport_kunmap_data_sg +EXPORT_SYMBOL drivers/target/target_core_mod 0xb13dc249 transport_backend_register +EXPORT_SYMBOL drivers/target/target_core_mod 0xb35e8869 transport_handle_cdb_direct +EXPORT_SYMBOL drivers/target/target_core_mod 0xb361d184 target_submit_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xc097975c sbc_get_write_same_sectors +EXPORT_SYMBOL drivers/target/target_core_mod 0xc5f2c9d4 core_tpg_register +EXPORT_SYMBOL drivers/target/target_core_mod 0xc67a979d sbc_dif_verify +EXPORT_SYMBOL drivers/target/target_core_mod 0xcf49be7a transport_generic_request_failure +EXPORT_SYMBOL drivers/target/target_core_mod 0xcf9d9af0 core_tpg_check_initiator_node_acl +EXPORT_SYMBOL drivers/target/target_core_mod 0xd52d669a transport_generic_new_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xd563e1ff transport_generic_handle_tmr +EXPORT_SYMBOL drivers/target/target_core_mod 0xd5808e70 core_tpg_deregister +EXPORT_SYMBOL drivers/target/target_core_mod 0xd84841dc core_tpg_set_initiator_node_queue_depth +EXPORT_SYMBOL drivers/target/target_core_mod 0xdc3d1a50 sbc_attrib_attrs +EXPORT_SYMBOL drivers/target/target_core_mod 0xe0c86e83 passthrough_parse_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0xe4369bc2 target_wait_for_sess_cmds +EXPORT_SYMBOL drivers/target/target_core_mod 0xe8448a88 target_submit_tmr +EXPORT_SYMBOL drivers/target/target_core_mod 0xe8fb5374 passthrough_attrib_attrs +EXPORT_SYMBOL drivers/target/target_core_mod 0xec532bc7 transport_generic_free_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xf10a7b5f core_alua_check_nonop_delay +EXPORT_SYMBOL drivers/target/target_core_mod 0xf3c2dfe0 transport_set_vpd_proto_id +EXPORT_SYMBOL drivers/target/target_core_mod 0xf6d9bb4a target_undepend_item +EXPORT_SYMBOL drivers/target/target_core_mod 0xfbc76678 transport_kmap_data_sg +EXPORT_SYMBOL drivers/target/target_core_mod 0xfddea98c transport_register_session +EXPORT_SYMBOL drivers/target/target_core_mod 0xff030c0a __target_init_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 0x00c26228 ufshcd_runtime_suspend +EXPORT_SYMBOL drivers/ufs/core/ufshcd-core 0x1a48e34f ufshcd_get_local_unipro_ver +EXPORT_SYMBOL drivers/ufs/core/ufshcd-core 0x38466f18 ufshcd_map_desc_id_to_length +EXPORT_SYMBOL drivers/ufs/core/ufshcd-core 0x7fcc9f5a ufshcd_runtime_resume +EXPORT_SYMBOL drivers/ufs/core/ufshcd-core 0x90861ad3 ufshcd_shutdown +EXPORT_SYMBOL drivers/ufs/core/ufshcd-core 0xad029ade ufshcd_system_resume +EXPORT_SYMBOL drivers/ufs/core/ufshcd-core 0xb8173a55 ufshcd_alloc_host +EXPORT_SYMBOL drivers/ufs/core/ufshcd-core 0xeac5eb14 ufshcd_system_suspend +EXPORT_SYMBOL drivers/ufs/host/tc-dwc-g210 0xb2769893 tc_dwc_g210_config_20_bit +EXPORT_SYMBOL drivers/ufs/host/tc-dwc-g210 0xbcc96d27 tc_dwc_g210_config_40_bit +EXPORT_SYMBOL drivers/ufs/host/ufshcd-dwc 0x1d57fb78 ufshcd_dwc_dme_set_attrs +EXPORT_SYMBOL drivers/ufs/host/ufshcd-dwc 0xb75c94f6 ufshcd_dwc_link_startup_notify +EXPORT_SYMBOL drivers/usb/class/cdc-wdm 0x20bf3f8c usb_cdc_wdm_register +EXPORT_SYMBOL drivers/usb/gadget/libcomposite 0x99927b64 usb_os_desc_prepare_interf_dir +EXPORT_SYMBOL drivers/usb/host/sl811-hcd 0x570b8637 sl811h_driver +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x4581ad52 usb_wwan_write_room +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x58a98b64 usb_wwan_port_remove +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x5ee5871f usb_wwan_write +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x833cc62e usb_wwan_chars_in_buffer +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x94fe433c usb_wwan_open +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x9ac6238f usb_wwan_suspend +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x9f6e4ea1 usb_wwan_tiocmset +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xba7434aa usb_wwan_tiocmget +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xd2330d34 usb_wwan_dtr_rts +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xd9026522 usb_wwan_resume +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xf29f2943 usb_wwan_close +EXPORT_SYMBOL drivers/usb/serial/usbserial 0x4ba7ad04 usb_serial_suspend +EXPORT_SYMBOL drivers/usb/serial/usbserial 0xc95cfcd9 usb_serial_resume +EXPORT_SYMBOL drivers/vdpa/vdpa 0x53b302cb vdpa_set_status +EXPORT_SYMBOL drivers/vfio/mdev/mdev 0x4147c490 mdev_unregister_parent +EXPORT_SYMBOL drivers/vfio/mdev/mdev 0x422405f4 mdev_unregister_driver +EXPORT_SYMBOL drivers/vfio/mdev/mdev 0xa7b94c96 mdev_register_parent +EXPORT_SYMBOL drivers/vfio/mdev/mdev 0xdf39f95e mdev_register_driver +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 0x9a648072 vfio_pin_pages +EXPORT_SYMBOL drivers/vfio/vfio 0xadc044b7 vfio_set_irqs_validate_and_prepare +EXPORT_SYMBOL drivers/vfio/vfio 0xd9542991 vfio_dma_rw +EXPORT_SYMBOL drivers/vfio/vfio 0xed38844a vfio_unpin_pages +EXPORT_SYMBOL drivers/vhost/vhost 0x2bbda80a vhost_chr_write_iter +EXPORT_SYMBOL drivers/vhost/vhost 0xb9d0059b vhost_chr_poll +EXPORT_SYMBOL drivers/vhost/vringh 0x0c46f5fb vringh_iov_pull_iotlb +EXPORT_SYMBOL drivers/vhost/vringh 0x18f3ddc2 vringh_iov_push_iotlb +EXPORT_SYMBOL drivers/vhost/vringh 0x19c24590 vringh_notify_disable_kern +EXPORT_SYMBOL drivers/vhost/vringh 0x1fe50c1a vringh_abandon_kern +EXPORT_SYMBOL drivers/vhost/vringh 0x2890c460 vringh_getdesc_kern +EXPORT_SYMBOL drivers/vhost/vringh 0x2d2babc9 vringh_complete_kern +EXPORT_SYMBOL drivers/vhost/vringh 0x3684d8af vringh_complete_iotlb +EXPORT_SYMBOL drivers/vhost/vringh 0x3b304ebb vringh_iov_push_user +EXPORT_SYMBOL drivers/vhost/vringh 0x3ee1955e vringh_init_iotlb +EXPORT_SYMBOL drivers/vhost/vringh 0x4311cd91 vringh_iov_pull_user +EXPORT_SYMBOL drivers/vhost/vringh 0x4504adc9 vringh_abandon_iotlb +EXPORT_SYMBOL drivers/vhost/vringh 0x5bd469c0 vringh_getdesc_user +EXPORT_SYMBOL drivers/vhost/vringh 0x5f586ca2 vringh_init_kern +EXPORT_SYMBOL drivers/vhost/vringh 0x61e3831b vringh_getdesc_iotlb +EXPORT_SYMBOL drivers/vhost/vringh 0x660779c8 vringh_kiov_advance +EXPORT_SYMBOL drivers/vhost/vringh 0x6a693a25 vringh_need_notify_user +EXPORT_SYMBOL drivers/vhost/vringh 0x90e93e3c vringh_complete_multi_user +EXPORT_SYMBOL drivers/vhost/vringh 0x97fa07e9 vringh_iov_push_kern +EXPORT_SYMBOL drivers/vhost/vringh 0x9b30452e vringh_complete_user +EXPORT_SYMBOL drivers/vhost/vringh 0xa7ce8bd6 vringh_notify_disable_user +EXPORT_SYMBOL drivers/vhost/vringh 0xa8efaeb9 vringh_set_iotlb +EXPORT_SYMBOL drivers/vhost/vringh 0xc0bb1581 vringh_need_notify_iotlb +EXPORT_SYMBOL drivers/vhost/vringh 0xc87491c8 vringh_notify_enable_iotlb +EXPORT_SYMBOL drivers/vhost/vringh 0xd465f463 vringh_need_notify_kern +EXPORT_SYMBOL drivers/vhost/vringh 0xde804bb9 vringh_iov_pull_kern +EXPORT_SYMBOL drivers/vhost/vringh 0xe4c21196 vringh_notify_disable_iotlb +EXPORT_SYMBOL drivers/vhost/vringh 0xeb2ec139 vringh_notify_enable_kern +EXPORT_SYMBOL drivers/vhost/vringh 0xf1e32cc0 vringh_init_user +EXPORT_SYMBOL drivers/vhost/vringh 0xf8605294 vringh_notify_enable_user +EXPORT_SYMBOL drivers/vhost/vringh 0xf9d0dd07 vringh_abandon_user +EXPORT_SYMBOL drivers/video/backlight/lcd 0x7e28b646 devm_lcd_device_unregister +EXPORT_SYMBOL drivers/video/backlight/lcd 0xace3baf0 devm_lcd_device_register +EXPORT_SYMBOL drivers/video/backlight/lcd 0xdf325f5f lcd_device_register +EXPORT_SYMBOL drivers/video/backlight/lcd 0xf3e073bd lcd_device_unregister +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x17f3f471 svga_set_default_seq_regs +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x1afcddc5 svga_get_caps +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x1be6dc30 svga_set_textmode_vga_regs +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x3b8b3184 svga_tilefill +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x4ab38ef2 svga_set_default_crt_regs +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x7dfaea9b 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 0x9f5c3710 svga_tileblit +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xa691c26e svga_settile +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xb0ab2b2e svga_check_timings +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xc8bd9048 svga_get_tilemax +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xd22ca511 svga_set_default_atc_regs +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xd501ac7c svga_tilecopy +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/syscopyarea 0xaad9ce30 sys_copyarea +EXPORT_SYMBOL drivers/video/fbdev/core/sysfillrect 0x6e86fb81 sys_fillrect +EXPORT_SYMBOL drivers/video/fbdev/core/sysimgblt 0xb8a27511 sys_imageblit +EXPORT_SYMBOL drivers/video/fbdev/cyber2000fb 0x0cc3ede5 cyber2000fb_detach +EXPORT_SYMBOL drivers/video/fbdev/cyber2000fb 0x0e5d30f0 cyber2000fb_attach +EXPORT_SYMBOL drivers/video/fbdev/cyber2000fb 0x534b6f18 cyber2000fb_disable_extregs +EXPORT_SYMBOL drivers/video/fbdev/cyber2000fb 0xb39f68d1 cyber2000fb_enable_extregs +EXPORT_SYMBOL drivers/video/fbdev/macmodes 0x233917d1 mac_vmode_to_var +EXPORT_SYMBOL drivers/video/fbdev/macmodes 0xe2304303 mac_map_monitor_sense +EXPORT_SYMBOL drivers/video/fbdev/macmodes 0xed2302d2 mac_find_mode +EXPORT_SYMBOL drivers/video/fbdev/matrox/g450_pll 0x3e6714d2 matroxfb_g450_setpll_cond +EXPORT_SYMBOL drivers/video/fbdev/matrox/g450_pll 0x9adfe347 g450_mnp2f +EXPORT_SYMBOL drivers/video/fbdev/matrox/g450_pll 0xaae37b9d matroxfb_g450_setclk +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0x4a05c6c4 matrox_mystique +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0x822a9b8c DAC1064_global_restore +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0x82d79233 DAC1064_global_init +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0x997b106d matrox_G100 +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_Ti3026 0x8e4d118b matrox_millennium +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_accel 0x563df46e matrox_cfbX_init +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0x22798646 matroxfb_enable_irq +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0x5145f6e4 matroxfb_register_driver +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0xdec793f7 matroxfb_wait_for_sync +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0xfa1fe8cc matroxfb_unregister_driver +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_g450 0x5213ca58 matroxfb_g450_connect +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_g450 0xa05ca87c matroxfb_g450_shutdown +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x25cf8049 matroxfb_PLL_calcclock +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x26a21671 matroxfb_read_pins +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0xb09f011e matroxfb_DAC_out +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0xcdc90c64 matroxfb_var2my +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0xd661a922 matroxfb_vgaHWinit +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0xd877a26f matroxfb_vgaHWrestore +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0xe81a6446 matroxfb_DAC_in +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 0x01a7cec4 vbg_hgcm_disconnect +EXPORT_SYMBOL drivers/virt/vboxguest/vboxguest 0x260590c0 vbg_err +EXPORT_SYMBOL drivers/virt/vboxguest/vboxguest 0x3818cb58 vbg_put_gdev +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 0xafe70072 vbg_hgcm_call +EXPORT_SYMBOL drivers/virt/vboxguest/vboxguest 0xce0ca120 vbg_hgcm_connect +EXPORT_SYMBOL drivers/virt/vboxguest/vboxguest 0xd6208e78 vbg_get_gdev +EXPORT_SYMBOL drivers/virtio/virtio_dma_buf 0x0b10d04f is_virtio_dma_buf +EXPORT_SYMBOL drivers/virtio/virtio_dma_buf 0x89312007 virtio_dma_buf_attach +EXPORT_SYMBOL drivers/virtio/virtio_dma_buf 0x8f3ee5b4 virtio_dma_buf_export +EXPORT_SYMBOL drivers/virtio/virtio_dma_buf 0xfe48a7c6 virtio_dma_buf_get_uuid +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2780 0xa080761c w1_ds2780_io +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2780 0xbebd2140 w1_ds2780_eeprom_cmd +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2781 0x0c47ed3b w1_ds2781_io +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2781 0xf8a87665 w1_ds2781_eeprom_cmd +EXPORT_SYMBOL drivers/w1/wire 0x26ea30ff w1_remove_master_device +EXPORT_SYMBOL drivers/w1/wire 0x4f319ca2 w1_unregister_family +EXPORT_SYMBOL drivers/w1/wire 0x5dd9d8d3 w1_register_family +EXPORT_SYMBOL drivers/w1/wire 0x8f772492 w1_add_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 0x00939a1f __fscache_write_to_cache +EXPORT_SYMBOL fs/fscache/fscache 0x0de3fdce __fscache_use_cookie +EXPORT_SYMBOL fs/fscache/fscache 0x12283bc6 __tracepoint_fscache_access +EXPORT_SYMBOL fs/fscache/fscache 0x1a0d09e7 fscache_n_write +EXPORT_SYMBOL fs/fscache/fscache 0x207c9673 fscache_relinquish_cache +EXPORT_SYMBOL fs/fscache/fscache 0x234a140d __traceiter_fscache_access_volume +EXPORT_SYMBOL fs/fscache/fscache 0x24ed1475 fscache_end_cookie_access +EXPORT_SYMBOL fs/fscache/fscache 0x2bf77d7a __fscache_acquire_cookie +EXPORT_SYMBOL fs/fscache/fscache 0x371f8f69 __tracepoint_fscache_access_volume +EXPORT_SYMBOL fs/fscache/fscache 0x3809d6e0 fscache_dirty_folio +EXPORT_SYMBOL fs/fscache/fscache 0x4404d2aa fscache_n_no_create_space +EXPORT_SYMBOL fs/fscache/fscache 0x4996bd29 fscache_n_updates +EXPORT_SYMBOL fs/fscache/fscache 0x49fbeda7 __fscache_invalidate +EXPORT_SYMBOL fs/fscache/fscache 0x4fc31e8a fscache_wait_for_operation +EXPORT_SYMBOL fs/fscache/fscache 0x557a775f fscache_addremove_sem +EXPORT_SYMBOL fs/fscache/fscache 0x5773c912 __fscache_relinquish_volume +EXPORT_SYMBOL fs/fscache/fscache 0x58131c23 fscache_caching_failed +EXPORT_SYMBOL fs/fscache/fscache 0x5954d7ac __SCT__tp_func_fscache_access +EXPORT_SYMBOL fs/fscache/fscache 0x5bf18a46 fscache_withdraw_volume +EXPORT_SYMBOL fs/fscache/fscache 0x7061d3e1 __SCK__tp_func_fscache_access_cache +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 0x7ce21575 fscache_add_cache +EXPORT_SYMBOL fs/fscache/fscache 0x825942b7 __fscache_unuse_cookie +EXPORT_SYMBOL fs/fscache/fscache 0x87fc7d2e __fscache_begin_write_operation +EXPORT_SYMBOL fs/fscache/fscache 0x89f59308 __fscache_resize_cookie +EXPORT_SYMBOL fs/fscache/fscache 0x8c2d6da7 fscache_clearance_waiters +EXPORT_SYMBOL fs/fscache/fscache 0x90d447f3 fscache_n_culled +EXPORT_SYMBOL fs/fscache/fscache 0x90e63d79 __fscache_relinquish_cookie +EXPORT_SYMBOL fs/fscache/fscache 0x92c35c0a __SCK__tp_func_fscache_access_volume +EXPORT_SYMBOL fs/fscache/fscache 0x9ffefcb2 fscache_n_read +EXPORT_SYMBOL fs/fscache/fscache 0xa10f57b4 __fscache_acquire_volume +EXPORT_SYMBOL fs/fscache/fscache 0xa248f7c2 fscache_acquire_cache +EXPORT_SYMBOL fs/fscache/fscache 0xa607dbc6 __tracepoint_fscache_access_cache +EXPORT_SYMBOL fs/fscache/fscache 0xac7efeb3 __fscache_clear_page_bits +EXPORT_SYMBOL fs/fscache/fscache 0xae6040a5 __traceiter_fscache_access_cache +EXPORT_SYMBOL fs/fscache/fscache 0xbca46908 fscache_wq +EXPORT_SYMBOL fs/fscache/fscache 0xc38129ea __SCK__tp_func_fscache_access +EXPORT_SYMBOL fs/fscache/fscache 0xcce11a60 fscache_n_no_write_space +EXPORT_SYMBOL fs/fscache/fscache 0xcdf4311e fscache_withdraw_cookie +EXPORT_SYMBOL fs/fscache/fscache 0xce2c4a8f fscache_put_cookie +EXPORT_SYMBOL fs/fscache/fscache 0xd4b46ca9 __fscache_begin_read_operation +EXPORT_SYMBOL fs/fscache/fscache 0xdcb87498 __traceiter_fscache_access +EXPORT_SYMBOL fs/fscache/fscache 0xe334daa3 fscache_withdraw_cache +EXPORT_SYMBOL fs/fscache/fscache 0xe5907758 fscache_resume_after_invalidation +EXPORT_SYMBOL fs/fscache/fscache 0xef1cb7c6 fscache_end_volume_access +EXPORT_SYMBOL fs/fscache/fscache 0xf2fcf40d fscache_get_cookie +EXPORT_SYMBOL fs/fscache/fscache 0xfa922785 fscache_io_error +EXPORT_SYMBOL fs/fscache/fscache 0xfd456166 fscache_cookie_lookup_negative +EXPORT_SYMBOL fs/netfs/netfs 0x2df0dacc netfs_readahead +EXPORT_SYMBOL fs/netfs/netfs 0x4c063862 netfs_subreq_terminated +EXPORT_SYMBOL fs/netfs/netfs 0x9602d22e netfs_write_begin +EXPORT_SYMBOL fs/netfs/netfs 0x9fc9a724 netfs_stats_show +EXPORT_SYMBOL fs/netfs/netfs 0xb0af479b netfs_read_folio +EXPORT_SYMBOL fs/ocfs2/cluster/ocfs2_nodemanager 0xbfd7d7a2 o2hb_global_heartbeat_active +EXPORT_SYMBOL fs/quota/quota_tree 0x4d2350da qtree_get_next_id +EXPORT_SYMBOL fs/quota/quota_tree 0x846edd7c qtree_delete_dquot +EXPORT_SYMBOL fs/quota/quota_tree 0x958b8d5a qtree_entry_unused +EXPORT_SYMBOL fs/quota/quota_tree 0x9e113b94 qtree_read_dquot +EXPORT_SYMBOL fs/quota/quota_tree 0xb5154e18 qtree_release_dquot +EXPORT_SYMBOL fs/quota/quota_tree 0xd6d9d577 qtree_write_dquot +EXPORT_SYMBOL lib/crc-itu-t 0x09a34a2b crc_itu_t +EXPORT_SYMBOL lib/crc-itu-t 0xd819a524 crc_itu_t_table +EXPORT_SYMBOL lib/crc7 0x65aaf037 crc7_be_syndrome_table +EXPORT_SYMBOL lib/crc7 0xba55d23e crc7_be +EXPORT_SYMBOL lib/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 0x89a0cd52 crc32c_impl +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 0x297d2ec2 lc_seq_dump_details +EXPORT_SYMBOL lib/lru_cache 0x75e88edc lc_destroy +EXPORT_SYMBOL lib/lru_cache 0x96d40a48 lc_try_get +EXPORT_SYMBOL lib/lru_cache 0xa79000a0 lc_is_used +EXPORT_SYMBOL lib/lru_cache 0xaeb959aa lc_create +EXPORT_SYMBOL lib/lru_cache 0xbf18a077 lc_reset +EXPORT_SYMBOL lib/lru_cache 0xc4d8d7a4 lc_find +EXPORT_SYMBOL lib/lru_cache 0xd6107d85 lc_seq_printf_stats +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 0x47ac8a34 lowpan_unregister_netdevice +EXPORT_SYMBOL net/6lowpan/6lowpan 0x6690ee77 lowpan_register_netdev +EXPORT_SYMBOL net/6lowpan/6lowpan 0x9191499a lowpan_unregister_netdev +EXPORT_SYMBOL net/6lowpan/6lowpan 0xe56b0697 lowpan_nhc_del +EXPORT_SYMBOL net/6lowpan/6lowpan 0xec0497a9 lowpan_register_netdevice +EXPORT_SYMBOL net/6lowpan/6lowpan 0xef0d8a65 lowpan_nhc_add +EXPORT_SYMBOL net/802/p8022 0x1d69cdce unregister_8022_client +EXPORT_SYMBOL net/802/p8022 0xc4d87e87 register_8022_client +EXPORT_SYMBOL net/802/psnap 0xc52faa05 register_snap_client +EXPORT_SYMBOL net/802/psnap 0xe702f4ef unregister_snap_client +EXPORT_SYMBOL net/9p/9pnet 0x01c593b7 p9_show_client_options +EXPORT_SYMBOL net/9p/9pnet 0x04a713fe do_trace_9p_fid_put +EXPORT_SYMBOL net/9p/9pnet 0x0b953a57 v9fs_get_default_trans +EXPORT_SYMBOL net/9p/9pnet 0x0c7c56a8 p9_client_attach +EXPORT_SYMBOL net/9p/9pnet 0x0f62aca0 p9_req_put +EXPORT_SYMBOL net/9p/9pnet 0x1f382fcd p9_release_pages +EXPORT_SYMBOL net/9p/9pnet 0x24423287 p9_client_clunk +EXPORT_SYMBOL net/9p/9pnet 0x26931c7b p9_is_proto_dotu +EXPORT_SYMBOL net/9p/9pnet 0x3349df93 p9_client_fsync +EXPORT_SYMBOL net/9p/9pnet 0x33c86407 p9_client_fcreate +EXPORT_SYMBOL net/9p/9pnet 0x34465c34 p9_client_mknod_dotl +EXPORT_SYMBOL net/9p/9pnet 0x3d73a797 p9_errstr2errno +EXPORT_SYMBOL net/9p/9pnet 0x41ce9823 p9stat_read +EXPORT_SYMBOL net/9p/9pnet 0x49785bcc p9_client_statfs +EXPORT_SYMBOL net/9p/9pnet 0x498d04de __traceiter_9p_fid_ref +EXPORT_SYMBOL net/9p/9pnet 0x4a201064 p9_client_lock_dotl +EXPORT_SYMBOL net/9p/9pnet 0x4ba99359 p9_fcall_fini +EXPORT_SYMBOL net/9p/9pnet 0x53997b2b v9fs_get_trans_by_name +EXPORT_SYMBOL net/9p/9pnet 0x576d60c9 p9_client_begin_disconnect +EXPORT_SYMBOL net/9p/9pnet 0x5b0ef8db p9_client_destroy +EXPORT_SYMBOL net/9p/9pnet 0x60e7eb3f p9_client_remove +EXPORT_SYMBOL net/9p/9pnet 0x6121c244 p9_client_write +EXPORT_SYMBOL net/9p/9pnet 0x61e838e4 p9_client_read_once +EXPORT_SYMBOL net/9p/9pnet 0x64f361c2 p9_client_read +EXPORT_SYMBOL net/9p/9pnet 0x71be04d0 p9_client_getattr_dotl +EXPORT_SYMBOL net/9p/9pnet 0x761cad64 p9_parse_header +EXPORT_SYMBOL net/9p/9pnet 0x76bd2983 p9_client_create_dotl +EXPORT_SYMBOL net/9p/9pnet 0x7805aa30 p9_client_getlock_dotl +EXPORT_SYMBOL net/9p/9pnet 0x7b70d384 do_trace_9p_fid_get +EXPORT_SYMBOL net/9p/9pnet 0x7b943358 p9_client_readdir +EXPORT_SYMBOL net/9p/9pnet 0x81e913f7 p9_client_setattr +EXPORT_SYMBOL net/9p/9pnet 0x8295eecd __SCK__tp_func_9p_fid_ref +EXPORT_SYMBOL net/9p/9pnet 0x83aec8d4 p9_client_cb +EXPORT_SYMBOL net/9p/9pnet 0x8474039f p9_client_renameat +EXPORT_SYMBOL net/9p/9pnet 0x85e0a200 v9fs_register_trans +EXPORT_SYMBOL net/9p/9pnet 0x869e68b3 p9_client_create +EXPORT_SYMBOL net/9p/9pnet 0x95bd8f96 p9dirent_read +EXPORT_SYMBOL net/9p/9pnet 0x983e7b4f p9_tag_lookup +EXPORT_SYMBOL net/9p/9pnet 0xad32d83b p9_client_walk +EXPORT_SYMBOL net/9p/9pnet 0xb798a888 __SCT__tp_func_9p_fid_ref +EXPORT_SYMBOL net/9p/9pnet 0xb99dca59 p9_client_stat +EXPORT_SYMBOL net/9p/9pnet 0xc0e9a256 v9fs_unregister_trans +EXPORT_SYMBOL net/9p/9pnet 0xc9cad6b9 p9_client_wstat +EXPORT_SYMBOL net/9p/9pnet 0xd283640b p9_is_proto_dotl +EXPORT_SYMBOL net/9p/9pnet 0xd384c683 p9stat_free +EXPORT_SYMBOL net/9p/9pnet 0xd3b4bb7e p9_client_rename +EXPORT_SYMBOL net/9p/9pnet 0xd4b2a354 p9_client_disconnect +EXPORT_SYMBOL net/9p/9pnet 0xdd15493e p9_client_link +EXPORT_SYMBOL net/9p/9pnet 0xdfe555b4 __tracepoint_9p_fid_ref +EXPORT_SYMBOL net/9p/9pnet 0xe31cb0ff p9_client_readlink +EXPORT_SYMBOL net/9p/9pnet 0xe58a3360 p9_error_init +EXPORT_SYMBOL net/9p/9pnet 0xe7daa476 p9_client_unlinkat +EXPORT_SYMBOL net/9p/9pnet 0xf609e140 p9_client_open +EXPORT_SYMBOL net/9p/9pnet 0xfb474726 p9_client_mkdir_dotl +EXPORT_SYMBOL net/9p/9pnet 0xfe370546 p9_client_symlink +EXPORT_SYMBOL net/appletalk/appletalk 0x3d3bd340 atalk_find_dev_addr +EXPORT_SYMBOL net/appletalk/appletalk 0x65faf870 alloc_ltalkdev +EXPORT_SYMBOL net/appletalk/appletalk 0x6f07cc40 atrtr_get_dev +EXPORT_SYMBOL net/appletalk/appletalk 0x87bca1ae aarp_send_ddp +EXPORT_SYMBOL net/atm/atm 0x0b917fcc atm_alloc_charge +EXPORT_SYMBOL net/atm/atm 0x2cc2d52d vcc_hash +EXPORT_SYMBOL net/atm/atm 0x3324ccf6 atm_dev_signal_change +EXPORT_SYMBOL net/atm/atm 0x4443d399 atm_proc_root +EXPORT_SYMBOL net/atm/atm 0x44c6e633 vcc_sklist_lock +EXPORT_SYMBOL net/atm/atm 0x522b12ce atm_init_aal5 +EXPORT_SYMBOL net/atm/atm 0x6251d08e vcc_release_async +EXPORT_SYMBOL net/atm/atm 0x67945a2f deregister_atm_ioctl +EXPORT_SYMBOL net/atm/atm 0x8f50a292 atm_charge +EXPORT_SYMBOL net/atm/atm 0x8f5c29f6 atm_dev_release_vccs +EXPORT_SYMBOL net/atm/atm 0x8ffd2110 atm_dev_deregister +EXPORT_SYMBOL net/atm/atm 0x9feaf287 sonet_subtract_stats +EXPORT_SYMBOL net/atm/atm 0xaa024146 sonet_copy_stats +EXPORT_SYMBOL net/atm/atm 0xb3cc18ea vcc_process_recv_queue +EXPORT_SYMBOL net/atm/atm 0xc2f51968 atm_dev_lookup +EXPORT_SYMBOL net/atm/atm 0xc6ad27ba register_atm_ioctl +EXPORT_SYMBOL net/atm/atm 0xc8527704 atm_dev_register +EXPORT_SYMBOL net/atm/atm 0xf49bc67a atm_pcr_goal +EXPORT_SYMBOL net/atm/atm 0xfbeb5a91 vcc_insert_socket +EXPORT_SYMBOL net/ax25/ax25 0x14cecd59 ax25_display_timer +EXPORT_SYMBOL net/ax25/ax25 0x242852b9 ax25_uid_policy +EXPORT_SYMBOL net/ax25/ax25 0x3108de17 ax25_ip_xmit +EXPORT_SYMBOL net/ax25/ax25 0x4502c65a asc2ax +EXPORT_SYMBOL net/ax25/ax25 0x53dea1ff ax2asc +EXPORT_SYMBOL net/ax25/ax25 0x7d1aa3b3 ax25_header_ops +EXPORT_SYMBOL net/ax25/ax25 0x8ede9e26 ax25_protocol_release +EXPORT_SYMBOL net/ax25/ax25 0xb23ba918 ax25_find_cb +EXPORT_SYMBOL net/ax25/ax25 0xb651c926 ax25_listen_register +EXPORT_SYMBOL net/ax25/ax25 0xc1444946 ax25cmp +EXPORT_SYMBOL net/ax25/ax25 0xd43ecbf1 null_ax25_address +EXPORT_SYMBOL net/ax25/ax25 0xd9d1b589 ax25_send_frame +EXPORT_SYMBOL net/ax25/ax25 0xdf960826 ax25_linkfail_release +EXPORT_SYMBOL net/ax25/ax25 0xee02e420 ax25_findbyuid +EXPORT_SYMBOL net/ax25/ax25 0xf01e5c83 ax25_listen_release +EXPORT_SYMBOL net/ax25/ax25 0xf4d26398 ax25_linkfail_register +EXPORT_SYMBOL net/bluetooth/bluetooth 0x00772f7b bt_procfs_cleanup +EXPORT_SYMBOL net/bluetooth/bluetooth 0x0718b8b7 bt_info +EXPORT_SYMBOL net/bluetooth/bluetooth 0x085a45c6 hci_get_route +EXPORT_SYMBOL net/bluetooth/bluetooth 0x0ae83e7f hci_conn_check_secure +EXPORT_SYMBOL net/bluetooth/bluetooth 0x15ab532e bt_sock_register +EXPORT_SYMBOL net/bluetooth/bluetooth 0x18907351 __hci_cmd_sync +EXPORT_SYMBOL net/bluetooth/bluetooth 0x214e4265 bt_warn +EXPORT_SYMBOL net/bluetooth/bluetooth 0x29640b00 hci_cmd_sync_cancel +EXPORT_SYMBOL net/bluetooth/bluetooth 0x2dce0163 __hci_cmd_send +EXPORT_SYMBOL net/bluetooth/bluetooth 0x3429d113 bt_sock_link +EXPORT_SYMBOL net/bluetooth/bluetooth 0x3bbf8073 bt_accept_dequeue +EXPORT_SYMBOL net/bluetooth/bluetooth 0x3cd2380f hci_mgmt_chan_register +EXPORT_SYMBOL net/bluetooth/bluetooth 0x3eb5f616 hci_conn_security +EXPORT_SYMBOL net/bluetooth/bluetooth 0x3f5671a3 bt_sock_recvmsg +EXPORT_SYMBOL net/bluetooth/bluetooth 0x3ff32061 hci_reset_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x473c3b7d bt_accept_enqueue +EXPORT_SYMBOL net/bluetooth/bluetooth 0x4a2d43e9 hci_recv_frame +EXPORT_SYMBOL net/bluetooth/bluetooth 0x4c8b4cc4 hci_recv_diag +EXPORT_SYMBOL net/bluetooth/bluetooth 0x4ced7774 l2cap_conn_get +EXPORT_SYMBOL net/bluetooth/bluetooth 0x4feaaaed hci_conn_switch_role +EXPORT_SYMBOL net/bluetooth/bluetooth 0x52245c26 hci_resume_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x5607985b __hci_cmd_sync_ev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x5a0a3cbc hci_alloc_dev_priv +EXPORT_SYMBOL net/bluetooth/bluetooth 0x68c0412a hci_free_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x7aad008b bt_to_errno +EXPORT_SYMBOL net/bluetooth/bluetooth 0x7b5ce5c3 baswap +EXPORT_SYMBOL net/bluetooth/bluetooth 0x7b8c32f1 bt_err +EXPORT_SYMBOL net/bluetooth/bluetooth 0x7bd9427a bt_status +EXPORT_SYMBOL net/bluetooth/bluetooth 0x8e39b7fd bt_accept_unlink +EXPORT_SYMBOL net/bluetooth/bluetooth 0x8fea24bd bt_sock_unregister +EXPORT_SYMBOL net/bluetooth/bluetooth 0x9553621d hci_unregister_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x98276ba8 hci_register_cb +EXPORT_SYMBOL net/bluetooth/bluetooth 0x9f2e710c hci_set_hw_info +EXPORT_SYMBOL net/bluetooth/bluetooth 0xa3c94bad __hci_cmd_sync_status +EXPORT_SYMBOL net/bluetooth/bluetooth 0xaee20d39 bt_sock_ioctl +EXPORT_SYMBOL net/bluetooth/bluetooth 0xafa62e1d bt_sock_poll +EXPORT_SYMBOL net/bluetooth/bluetooth 0xb2108317 hci_cmd_sync_queue +EXPORT_SYMBOL net/bluetooth/bluetooth 0xb228a33c l2cap_chan_close +EXPORT_SYMBOL net/bluetooth/bluetooth 0xbda30fd3 bt_sock_reclassify_lock +EXPORT_SYMBOL net/bluetooth/bluetooth 0xbe05dff0 hci_register_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0xc0f0625a hci_set_fw_info +EXPORT_SYMBOL net/bluetooth/bluetooth 0xc1c0dac2 bt_procfs_init +EXPORT_SYMBOL net/bluetooth/bluetooth 0xc1f7d7a0 l2cap_is_socket +EXPORT_SYMBOL net/bluetooth/bluetooth 0xc6114ddd bt_sock_stream_recvmsg +EXPORT_SYMBOL net/bluetooth/bluetooth 0xc72401e8 hci_mgmt_chan_unregister +EXPORT_SYMBOL net/bluetooth/bluetooth 0xc7c83bbd bt_sock_wait_state +EXPORT_SYMBOL net/bluetooth/bluetooth 0xcaa809ca __hci_cmd_sync_sk +EXPORT_SYMBOL net/bluetooth/bluetooth 0xd27647a8 hci_suspend_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0xd2b799fb 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 0xe2c6d8ca hci_cmd_sync +EXPORT_SYMBOL net/bluetooth/bluetooth 0xe3f4da34 bt_sock_unlink +EXPORT_SYMBOL net/bluetooth/bluetooth 0xf5a55571 bt_sock_wait_ready +EXPORT_SYMBOL net/bluetooth/bluetooth 0xf62e58c0 hci_unregister_cb +EXPORT_SYMBOL net/bluetooth/bluetooth 0xf9fd965b l2cap_unregister_user +EXPORT_SYMBOL net/bluetooth/bluetooth 0xff8af9af hci_release_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0xffa31c41 __hci_cmd_sync_status_sk +EXPORT_SYMBOL net/bluetooth/bluetooth 0xffad215c l2cap_conn_put +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0x358257b6 ebt_unregister_table_pre_exit +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0x464b7c7a ebt_unregister_table +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0x5318bc61 ebt_register_template +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0x8e6a6981 ebt_unregister_template +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0xb7ea0b73 ebt_register_table +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0xcb5903a6 ebt_do_table +EXPORT_SYMBOL net/caif/caif 0x036584cf 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 0x2b578b3d cfcnfg_add_phy_layer +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 0x80cb3653 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 0xc4552cfe caif_enroll_dev +EXPORT_SYMBOL net/caif/caif 0xc628eb6a caif_disconnect_client +EXPORT_SYMBOL net/can/can 0x085c559d can_proto_register +EXPORT_SYMBOL net/can/can 0x25edc6c9 can_proto_unregister +EXPORT_SYMBOL net/can/can 0x298b8e5a can_send +EXPORT_SYMBOL net/can/can 0x86e0c1bd can_sock_destruct +EXPORT_SYMBOL net/can/can 0x8b4fc29f can_rx_unregister +EXPORT_SYMBOL net/can/can 0x9557dc8e can_rx_register +EXPORT_SYMBOL net/ceph/libceph 0x00182625 osd_req_op_alloc_hint_init +EXPORT_SYMBOL net/ceph/libceph 0x016499f8 ceph_con_keepalive +EXPORT_SYMBOL net/ceph/libceph 0x03e0566e ceph_reset_client_addr +EXPORT_SYMBOL net/ceph/libceph 0x04cad6f0 ceph_pg_poolid_by_name +EXPORT_SYMBOL net/ceph/libceph 0x0d89291e ceph_parse_param +EXPORT_SYMBOL net/ceph/libceph 0x0e94b8ed ceph_msg_data_add_pages +EXPORT_SYMBOL net/ceph/libceph 0x0ef2bc9a ceph_msg_put +EXPORT_SYMBOL net/ceph/libceph 0x1378aba3 ceph_pg_pool_name_by_id +EXPORT_SYMBOL net/ceph/libceph 0x15fe41ed ceph_client_addr +EXPORT_SYMBOL net/ceph/libceph 0x165b1948 ceph_pagelist_free_reserve +EXPORT_SYMBOL net/ceph/libceph 0x17a3e891 ceph_copy_to_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x17c17611 ceph_pg_to_acting_primary +EXPORT_SYMBOL net/ceph/libceph 0x1bab7c74 ceph_con_init +EXPORT_SYMBOL net/ceph/libceph 0x1c9856ec ceph_osdc_maybe_request_map +EXPORT_SYMBOL net/ceph/libceph 0x1e53da3f ceph_auth_verify_authorizer_reply +EXPORT_SYMBOL net/ceph/libceph 0x1f175aa0 ceph_osdc_clear_abort_err +EXPORT_SYMBOL net/ceph/libceph 0x2087719e ceph_oid_copy +EXPORT_SYMBOL net/ceph/libceph 0x2101cbc9 ceph_oid_destroy +EXPORT_SYMBOL net/ceph/libceph 0x26a43793 osd_req_op_copy_from_init +EXPORT_SYMBOL net/ceph/libceph 0x28fa9802 ceph_monc_validate_auth +EXPORT_SYMBOL net/ceph/libceph 0x2a983d26 ceph_pagelist_release +EXPORT_SYMBOL net/ceph/libceph 0x2b1baa61 osd_req_op_extent_osd_data_pages +EXPORT_SYMBOL net/ceph/libceph 0x2ca1b37b ceph_monc_do_statfs +EXPORT_SYMBOL net/ceph/libceph 0x2ebe930a ceph_osdc_sync +EXPORT_SYMBOL net/ceph/libceph 0x2f19362d ceph_wait_for_latest_osdmap +EXPORT_SYMBOL net/ceph/libceph 0x3433837e ceph_client_gid +EXPORT_SYMBOL net/ceph/libceph 0x3770eaeb ceph_msg_get +EXPORT_SYMBOL net/ceph/libceph 0x3791afa9 osd_req_op_extent_update +EXPORT_SYMBOL net/ceph/libceph 0x38c1e9cc osd_req_op_extent_osd_data_bio +EXPORT_SYMBOL net/ceph/libceph 0x38f2d94e ceph_file_to_extents +EXPORT_SYMBOL net/ceph/libceph 0x3c8d7111 ceph_get_num_objects +EXPORT_SYMBOL net/ceph/libceph 0x3d0157c0 ceph_cls_set_cookie +EXPORT_SYMBOL net/ceph/libceph 0x3e8e5423 ceph_auth_is_authenticated +EXPORT_SYMBOL net/ceph/libceph 0x3ec77808 osd_req_op_cls_init +EXPORT_SYMBOL net/ceph/libceph 0x408f4ff0 ceph_monc_get_version_async +EXPORT_SYMBOL net/ceph/libceph 0x415a3561 ceph_copy_user_to_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x417a9131 ceph_oloc_destroy +EXPORT_SYMBOL net/ceph/libceph 0x429eb572 ceph_osdc_alloc_messages +EXPORT_SYMBOL net/ceph/libceph 0x4515db98 ceph_cls_break_lock +EXPORT_SYMBOL net/ceph/libceph 0x45c71a39 ceph_parse_mon_ips +EXPORT_SYMBOL net/ceph/libceph 0x466b85b8 libceph_compatible +EXPORT_SYMBOL net/ceph/libceph 0x49eb3f65 ceph_monc_open_session +EXPORT_SYMBOL net/ceph/libceph 0x49ec342e ceph_put_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x4affd6c2 ceph_parse_fsid +EXPORT_SYMBOL net/ceph/libceph 0x50603ce3 ceph_decode_entity_addrvec +EXPORT_SYMBOL net/ceph/libceph 0x57af6c65 ceph_compare_options +EXPORT_SYMBOL net/ceph/libceph 0x57baf885 ceph_str_hash +EXPORT_SYMBOL net/ceph/libceph 0x58bafe01 ceph_check_fsid +EXPORT_SYMBOL net/ceph/libceph 0x5aeeee62 ceph_oid_aprintf +EXPORT_SYMBOL net/ceph/libceph 0x5af530c2 ceph_msg_new2 +EXPORT_SYMBOL net/ceph/libceph 0x5c12727c ceph_monc_want_map +EXPORT_SYMBOL net/ceph/libceph 0x6330a0e6 ceph_cls_lock +EXPORT_SYMBOL net/ceph/libceph 0x63758856 ceph_str_hash_name +EXPORT_SYMBOL net/ceph/libceph 0x65ca9576 osd_req_op_cls_request_data_bvecs +EXPORT_SYMBOL net/ceph/libceph 0x670cff84 ceph_msg_data_add_bio +EXPORT_SYMBOL net/ceph/libceph 0x69acbba4 ceph_auth_handle_svc_reply_done +EXPORT_SYMBOL net/ceph/libceph 0x6a7a38a0 ceph_pr_addr +EXPORT_SYMBOL net/ceph/libceph 0x6b93950f ceph_auth_invalidate_authorizer +EXPORT_SYMBOL net/ceph/libceph 0x6d51a3ac ceph_copy_from_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x712f26d3 ceph_monc_wait_osdmap +EXPORT_SYMBOL net/ceph/libceph 0x7156dab2 ceph_print_client_options +EXPORT_SYMBOL net/ceph/libceph 0x72b71de2 ceph_destroy_client +EXPORT_SYMBOL net/ceph/libceph 0x7423b66a osd_req_op_extent_osd_data_bvecs +EXPORT_SYMBOL net/ceph/libceph 0x790a6c2c __ceph_auth_get_authorizer +EXPORT_SYMBOL net/ceph/libceph 0x79b950ed ceph_osdc_watch +EXPORT_SYMBOL net/ceph/libceph 0x7a8e1ca8 ceph_osdc_start_request +EXPORT_SYMBOL net/ceph/libceph 0x7c4ff2d4 ceph_con_send +EXPORT_SYMBOL net/ceph/libceph 0x7fd9f52a ceph_auth_add_authorizer_challenge +EXPORT_SYMBOL net/ceph/libceph 0x801d0455 ceph_open_session +EXPORT_SYMBOL net/ceph/libceph 0x80aad414 ceph_osdc_abort_requests +EXPORT_SYMBOL net/ceph/libceph 0x80bdb70c ceph_create_client +EXPORT_SYMBOL net/ceph/libceph 0x815bd561 ceph_osdc_list_watchers +EXPORT_SYMBOL net/ceph/libceph 0x86fca7e4 ceph_put_snap_context +EXPORT_SYMBOL net/ceph/libceph 0x8925b855 ceph_monc_get_version +EXPORT_SYMBOL net/ceph/libceph 0x8c344b1b ceph_con_close +EXPORT_SYMBOL net/ceph/libceph 0x8dfc399e ceph_cls_unlock +EXPORT_SYMBOL net/ceph/libceph 0x8f5db230 ceph_monc_got_map +EXPORT_SYMBOL net/ceph/libceph 0x911a62d0 ceph_cls_lock_info +EXPORT_SYMBOL net/ceph/libceph 0x91280f51 ceph_auth_handle_bad_authorizer +EXPORT_SYMBOL net/ceph/libceph 0x92b7b4ce ceph_pg_pool_flags +EXPORT_SYMBOL net/ceph/libceph 0x93a0463b ceph_monc_init +EXPORT_SYMBOL net/ceph/libceph 0x952cb79a ceph_osdc_wait_request +EXPORT_SYMBOL net/ceph/libceph 0x987d3968 ceph_alloc_options +EXPORT_SYMBOL net/ceph/libceph 0x98fe48c2 ceph_osdc_unwatch +EXPORT_SYMBOL net/ceph/libceph 0x9a67fa19 osd_req_op_extent_osd_data_bvec_pos +EXPORT_SYMBOL net/ceph/libceph 0x9bc6b539 ceph_find_or_create_string +EXPORT_SYMBOL net/ceph/libceph 0x9bfb7e47 ceph_auth_get_authorizer +EXPORT_SYMBOL net/ceph/libceph 0x9ca95932 ceph_create_snap_context +EXPORT_SYMBOL net/ceph/libceph 0x9d6b38ac ceph_msg_data_add_pagelist +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 0xa10a3a65 ceph_osdc_notify_ack +EXPORT_SYMBOL net/ceph/libceph 0xa48be557 ceph_zero_page_vector_range +EXPORT_SYMBOL net/ceph/libceph 0xa601475c ceph_osdc_put_request +EXPORT_SYMBOL net/ceph/libceph 0xa698f998 ceph_free_lockers +EXPORT_SYMBOL net/ceph/libceph 0xad703657 ceph_auth_destroy_authorizer +EXPORT_SYMBOL net/ceph/libceph 0xae04123b ceph_msg_new +EXPORT_SYMBOL net/ceph/libceph 0xaf535a00 osd_req_op_raw_data_in_pages +EXPORT_SYMBOL net/ceph/libceph 0xafb8a407 ceph_msgr_flush +EXPORT_SYMBOL net/ceph/libceph 0xb54676fa ceph_msg_type_name +EXPORT_SYMBOL net/ceph/libceph 0xb72c162e ceph_buffer_release +EXPORT_SYMBOL net/ceph/libceph 0xbac66a3c ceph_release_page_vector +EXPORT_SYMBOL net/ceph/libceph 0xbb6e7f29 ceph_con_open +EXPORT_SYMBOL net/ceph/libceph 0xbc83826c ceph_osdc_flush_notifies +EXPORT_SYMBOL net/ceph/libceph 0xbd2f79ae ceph_oloc_copy +EXPORT_SYMBOL net/ceph/libceph 0xbe3879aa ceph_get_snap_context +EXPORT_SYMBOL net/ceph/libceph 0xbf62161d ceph_msg_data_add_bvecs +EXPORT_SYMBOL net/ceph/libceph 0xbf924f2c osd_req_op_cls_response_data_pages +EXPORT_SYMBOL net/ceph/libceph 0xc074858a osd_req_op_xattr_init +EXPORT_SYMBOL net/ceph/libceph 0xc366bfa1 ceph_pagelist_truncate +EXPORT_SYMBOL net/ceph/libceph 0xc59c57c5 osd_req_op_extent_osd_data +EXPORT_SYMBOL net/ceph/libceph 0xca7107ee ceph_osdc_alloc_request +EXPORT_SYMBOL net/ceph/libceph 0xca80437b ceph_extent_to_file +EXPORT_SYMBOL net/ceph/libceph 0xcb3e4122 osd_req_op_extent_osd_data_pagelist +EXPORT_SYMBOL net/ceph/libceph 0xd09360af ceph_osdc_notify +EXPORT_SYMBOL net/ceph/libceph 0xd4d736db ceph_destroy_options +EXPORT_SYMBOL net/ceph/libceph 0xd4eb7735 ceph_decode_entity_addr +EXPORT_SYMBOL net/ceph/libceph 0xd62e02d0 ceph_osdc_update_epoch_barrier +EXPORT_SYMBOL net/ceph/libceph 0xdafcffe2 osd_req_op_extent_init +EXPORT_SYMBOL net/ceph/libceph 0xdccbf5c4 osd_req_op_extent_dup_last +EXPORT_SYMBOL net/ceph/libceph 0xdcf75738 ceph_osdc_call +EXPORT_SYMBOL net/ceph/libceph 0xdf6ef4a1 ceph_oid_printf +EXPORT_SYMBOL net/ceph/libceph 0xdf97ed8e ceph_osdc_cancel_request +EXPORT_SYMBOL net/ceph/libceph 0xdfc091f9 ceph_entity_type_name +EXPORT_SYMBOL net/ceph/libceph 0xe00d18ba __ceph_open_session +EXPORT_SYMBOL net/ceph/libceph 0xe0cb972d osd_req_op_cls_request_data_pagelist +EXPORT_SYMBOL net/ceph/libceph 0xe1fa5e9c ceph_msg_dump +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 0xe9e00c7f ceph_alloc_page_vector +EXPORT_SYMBOL net/ceph/libceph 0xea6f8111 ceph_osdc_new_request +EXPORT_SYMBOL net/ceph/libceph 0xeb4420fc ceph_cls_assert_locked +EXPORT_SYMBOL net/ceph/libceph 0xeb77c443 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 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 0xf258908e osd_req_op_init +EXPORT_SYMBOL net/ceph/libceph 0xf47a459b ceph_auth_handle_svc_reply_more +EXPORT_SYMBOL net/ceph/libceph 0xf883ba64 ceph_monc_blocklist_add +EXPORT_SYMBOL net/ceph/libceph 0xfa35527a ceph_monc_stop +EXPORT_SYMBOL net/ceph/libceph 0xfc2874d5 ceph_monc_renew_subs +EXPORT_SYMBOL net/ceph/libceph 0xfe1dcbbc osd_req_op_cls_request_data_pages +EXPORT_SYMBOL net/dccp/dccp_ipv4 0x7b9cc084 dccp_syn_ack_timeout +EXPORT_SYMBOL net/dccp/dccp_ipv4 0xd01b4f77 dccp_req_err +EXPORT_SYMBOL net/hsr/hsr 0xd54f6ac7 is_hsr_master +EXPORT_SYMBOL net/hsr/hsr 0xe22e9f62 hsr_get_version +EXPORT_SYMBOL net/ieee802154/ieee802154 0x370b5e19 wpan_phy_register +EXPORT_SYMBOL net/ieee802154/ieee802154 0x6f8ac2c7 wpan_phy_new +EXPORT_SYMBOL net/ieee802154/ieee802154 0xa2c6f315 wpan_phy_unregister +EXPORT_SYMBOL net/ieee802154/ieee802154 0xb4d23237 wpan_phy_for_each +EXPORT_SYMBOL net/ieee802154/ieee802154 0xba60aaaa wpan_phy_find +EXPORT_SYMBOL net/ieee802154/ieee802154 0xedb21ad7 wpan_phy_free +EXPORT_SYMBOL net/ipv4/fou 0x1757d1a4 fou_encap_hlen +EXPORT_SYMBOL net/ipv4/fou 0x248c1891 __fou_build_header +EXPORT_SYMBOL net/ipv4/fou 0x9ca18b27 __gue_build_header +EXPORT_SYMBOL net/ipv4/fou 0xf13914b3 gue_encap_hlen +EXPORT_SYMBOL net/ipv4/gre 0xe42039bf gre_parse_header +EXPORT_SYMBOL net/ipv4/ip_tunnel 0x10bf815a ip_tunnel_get_link_net +EXPORT_SYMBOL net/ipv4/ip_tunnel 0xa50600b3 ip_tunnel_encap_add_ops +EXPORT_SYMBOL net/ipv4/ip_tunnel 0xcced97a6 ip_tunnel_get_iflink +EXPORT_SYMBOL net/ipv4/ip_tunnel 0xdb6cc82f ip_tunnel_encap_del_ops +EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0x10213148 arpt_unregister_table +EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0x6275059d arpt_unregister_table_pre_exit +EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0x82f75b7e arpt_do_table +EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0xed96563a arpt_register_table +EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0x54514d3f ipt_unregister_table_exit +EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0x70f5f2fb ipt_register_table +EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0x91137aa1 ipt_do_table +EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0xb80722aa ipt_unregister_table_pre_exit +EXPORT_SYMBOL net/ipv4/tunnel4 0x0a308cf8 xfrm4_tunnel_register +EXPORT_SYMBOL net/ipv4/tunnel4 0x4b07ffd3 xfrm4_tunnel_deregister +EXPORT_SYMBOL net/ipv4/udp_tunnel 0x85b3fcf6 udp_sock_create4 +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x0802b9eb ip6_tnl_xmit +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x13daeb34 ip6_tnl_change_mtu +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x2a1a586f ip6_tnl_encap_add_ops +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x61290017 ip6_tnl_get_link_net +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x76099d10 ip6_tnl_parse_tlv_enc_lim +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x9176d2f0 ip6_tnl_get_cap +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0xaac0641d ip6_tnl_rcv +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0xe87fdb6a ip6_tnl_encap_del_ops +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0xec5c2bf8 ip6_tnl_get_iflink +EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0x48f8cf84 ip6t_unregister_table_pre_exit +EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0x65d199b5 ip6t_unregister_table_exit +EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0x7d60e1b5 ip6t_do_table +EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0xef799025 ip6t_register_table +EXPORT_SYMBOL net/ipv6/tunnel6 0x270c6816 xfrm6_tunnel_deregister +EXPORT_SYMBOL net/ipv6/tunnel6 0xaa506261 xfrm6_tunnel_register +EXPORT_SYMBOL net/ipv6/xfrm6_tunnel 0x47ca2f6f xfrm6_tunnel_alloc_spi +EXPORT_SYMBOL net/ipv6/xfrm6_tunnel 0xfe08bcdb xfrm6_tunnel_spi_lookup +EXPORT_SYMBOL net/lapb/lapb 0x22e66072 lapb_getparms +EXPORT_SYMBOL net/lapb/lapb 0x346ce5b0 lapb_connect_request +EXPORT_SYMBOL net/lapb/lapb 0x6c86cb6b lapb_setparms +EXPORT_SYMBOL net/lapb/lapb 0x9675cadc lapb_disconnect_request +EXPORT_SYMBOL net/lapb/lapb 0xb4679a2f lapb_unregister +EXPORT_SYMBOL net/lapb/lapb 0xbfd4009a lapb_data_received +EXPORT_SYMBOL net/lapb/lapb 0xdb9aec9c lapb_data_request +EXPORT_SYMBOL net/lapb/lapb 0xfd5f41ce lapb_register +EXPORT_SYMBOL net/llc/llc 0x38b92846 llc_remove_pack +EXPORT_SYMBOL net/llc/llc 0x489fe41e llc_mac_hdr_init +EXPORT_SYMBOL net/llc/llc 0x52d7b2fd llc_sap_list +EXPORT_SYMBOL net/llc/llc 0x671bcef5 llc_sap_find +EXPORT_SYMBOL net/llc/llc 0x7d71ca88 llc_sap_open +EXPORT_SYMBOL net/llc/llc 0xb31634ac llc_sap_close +EXPORT_SYMBOL net/llc/llc 0xb47a8b0c llc_set_station_handler +EXPORT_SYMBOL net/llc/llc 0xba7332a3 llc_add_pack +EXPORT_SYMBOL net/llc/llc 0xdc2091f0 llc_build_and_send_ui_pkt +EXPORT_SYMBOL net/mac80211/mac80211 0x01e0c18e ieee80211_stop_tx_ba_session +EXPORT_SYMBOL net/mac80211/mac80211 0x035b34bb ieee80211_stop_queues +EXPORT_SYMBOL net/mac80211/mac80211 0x09ab02c7 ieee80211_scan_completed +EXPORT_SYMBOL net/mac80211/mac80211 0x0aa6d032 ieee80211_stop_tx_ba_cb_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0x0c05e077 ieee80211_wake_queue +EXPORT_SYMBOL net/mac80211/mac80211 0x10834569 ieee80211_probereq_get +EXPORT_SYMBOL net/mac80211/mac80211 0x10dd7db7 ieee80211_sta_eosp +EXPORT_SYMBOL net/mac80211/mac80211 0x118f8b74 ieee80211_stop_rx_ba_session +EXPORT_SYMBOL net/mac80211/mac80211 0x19f37f0d ieee80211_update_p2p_noa +EXPORT_SYMBOL net/mac80211/mac80211 0x19f81448 ieee80211_proberesp_get +EXPORT_SYMBOL net/mac80211/mac80211 0x1cf75d45 ieee80211_get_tkip_p1k_iv +EXPORT_SYMBOL net/mac80211/mac80211 0x202895f2 ieee80211_wake_queues +EXPORT_SYMBOL net/mac80211/mac80211 0x250a555d __ieee80211_schedule_txq +EXPORT_SYMBOL net/mac80211/mac80211 0x252eaebb ieee80211_alloc_hw_nm +EXPORT_SYMBOL net/mac80211/mac80211 0x2c90627d ieee80211_restart_hw +EXPORT_SYMBOL net/mac80211/mac80211 0x2d31a120 ieee80211_unreserve_tid +EXPORT_SYMBOL net/mac80211/mac80211 0x31c267dc ieee80211_start_tx_ba_cb_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0x33b5b50c ieee80211_radar_detected +EXPORT_SYMBOL net/mac80211/mac80211 0x3756569a ieee80211_send_bar +EXPORT_SYMBOL net/mac80211/mac80211 0x387ade45 ieee80211_beacon_cntdwn_is_complete +EXPORT_SYMBOL net/mac80211/mac80211 0x391eda45 ieee80211_get_tkip_rx_p1k +EXPORT_SYMBOL net/mac80211/mac80211 0x3972bf0d ieee80211_next_txq +EXPORT_SYMBOL net/mac80211/mac80211 0x3e56ce1f ieee80211_nullfunc_get +EXPORT_SYMBOL net/mac80211/mac80211 0x4075f5f7 ieee80211_queue_delayed_work +EXPORT_SYMBOL net/mac80211/mac80211 0x442f0547 ieee80211_stop_queue +EXPORT_SYMBOL net/mac80211/mac80211 0x444410c0 ieee80211_tx_status_ext +EXPORT_SYMBOL net/mac80211/mac80211 0x473bee77 ieee80211_get_unsol_bcast_probe_resp_tmpl +EXPORT_SYMBOL net/mac80211/mac80211 0x48ec88ba ieee80211_rts_duration +EXPORT_SYMBOL net/mac80211/mac80211 0x4a7486d9 ieee80211_iter_keys_rcu +EXPORT_SYMBOL net/mac80211/mac80211 0x4bcbb2aa ieee80211_tdls_oper_request +EXPORT_SYMBOL net/mac80211/mac80211 0x4d7b1c0d ieee80211_beacon_loss +EXPORT_SYMBOL net/mac80211/mac80211 0x52c57f96 ieee80211_queue_work +EXPORT_SYMBOL net/mac80211/mac80211 0x555a3ecf ieee80211_disconnect +EXPORT_SYMBOL net/mac80211/mac80211 0x5d521b81 ieee80211_mark_rx_ba_filtered_frames +EXPORT_SYMBOL net/mac80211/mac80211 0x5da16142 ieee80211_rx_list +EXPORT_SYMBOL net/mac80211/mac80211 0x5f035032 ieee80211_report_low_ack +EXPORT_SYMBOL net/mac80211/mac80211 0x68b3d68d ieee80211_get_tx_rates +EXPORT_SYMBOL net/mac80211/mac80211 0x6add5cee ieee80211_tx_prepare_skb +EXPORT_SYMBOL net/mac80211/mac80211 0x6b48dda4 ieee80211_txq_may_transmit +EXPORT_SYMBOL net/mac80211/mac80211 0x6d3686ff ieee80211_nan_func_match +EXPORT_SYMBOL net/mac80211/mac80211 0x7126a3e9 ieee80211_sta_uapsd_trigger +EXPORT_SYMBOL net/mac80211/mac80211 0x757f8cee ieee80211_handle_wake_tx_queue +EXPORT_SYMBOL net/mac80211/mac80211 0x7989cd16 ieee80211_tx_status_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0x7cce7c44 ieee80211_nan_func_terminated +EXPORT_SYMBOL net/mac80211/mac80211 0x813276bc ieee80211_sta_pspoll +EXPORT_SYMBOL net/mac80211/mac80211 0x82df5da5 ieee80211_tx_status +EXPORT_SYMBOL net/mac80211/mac80211 0x84a9400e ieee80211_sched_scan_results +EXPORT_SYMBOL net/mac80211/mac80211 0x84e7426b ieee80211_unregister_hw +EXPORT_SYMBOL net/mac80211/mac80211 0x8589992b ieee80211_reserve_tid +EXPORT_SYMBOL net/mac80211/mac80211 0x87adae9c ieee80211_find_sta +EXPORT_SYMBOL net/mac80211/mac80211 0x87b3598f ieee80211_sta_register_airtime +EXPORT_SYMBOL net/mac80211/mac80211 0x88874a2d __ieee80211_get_radio_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0x8c214acf ieee80211_sta_ps_transition +EXPORT_SYMBOL net/mac80211/mac80211 0x8d1389d1 ieee80211_rate_control_register +EXPORT_SYMBOL net/mac80211/mac80211 0x8e924b8c ieee80211_beacon_update_cntdwn +EXPORT_SYMBOL net/mac80211/mac80211 0x95febea6 ieee80211_get_bssid +EXPORT_SYMBOL net/mac80211/mac80211 0x965f3098 ieee80211_rx_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0x97774895 ieee80211_ctstoself_duration +EXPORT_SYMBOL net/mac80211/mac80211 0x991a0ca0 ieee80211_parse_p2p_noa +EXPORT_SYMBOL net/mac80211/mac80211 0x9930710f ieee80211_rts_get +EXPORT_SYMBOL net/mac80211/mac80211 0x99647c2e ieee80211_tx_status_8023 +EXPORT_SYMBOL net/mac80211/mac80211 0x9a0cff45 ieee80211_txq_airtime_check +EXPORT_SYMBOL net/mac80211/mac80211 0x9ca4693c ieee80211_rate_control_unregister +EXPORT_SYMBOL net/mac80211/mac80211 0x9f1d8fbf __ieee80211_get_tx_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0x9fa3680d ieee80211_sched_scan_stopped +EXPORT_SYMBOL net/mac80211/mac80211 0xa038b6dd ieee80211_txq_get_depth +EXPORT_SYMBOL net/mac80211/mac80211 0xa56a3eef ieee80211_beacon_get_tim +EXPORT_SYMBOL net/mac80211/mac80211 0xaa976b0b ieee80211_register_hw +EXPORT_SYMBOL net/mac80211/mac80211 0xaafb5718 ieee80211_sta_set_buffered +EXPORT_SYMBOL net/mac80211/mac80211 0xab177f18 ieee80211_tx_dequeue +EXPORT_SYMBOL net/mac80211/mac80211 0xac4fff36 ieee80211_ctstoself_get +EXPORT_SYMBOL net/mac80211/mac80211 0xacfd91c6 ieee80211_generic_frame_duration +EXPORT_SYMBOL net/mac80211/mac80211 0xae7ecdcb ieee80211_manage_rx_ba_offl +EXPORT_SYMBOL net/mac80211/mac80211 0xaeb9a917 ieee80211_get_key_rx_seq +EXPORT_SYMBOL net/mac80211/mac80211 0xafebc2eb ieee80211_pspoll_get +EXPORT_SYMBOL net/mac80211/mac80211 0xb0b61f7e ieee80211_get_fils_discovery_tmpl +EXPORT_SYMBOL net/mac80211/mac80211 0xb12afc72 ieee80211_report_wowlan_wakeup +EXPORT_SYMBOL net/mac80211/mac80211 0xb2acb4b5 ieee80211_tx_rate_update +EXPORT_SYMBOL net/mac80211/mac80211 0xb5b5a4ec ieee80211_channel_switch_disconnect +EXPORT_SYMBOL net/mac80211/mac80211 0xb7b1ba25 ieee80211_rx_ba_timer_expired +EXPORT_SYMBOL net/mac80211/mac80211 0xb971a80f ieee80211_cqm_rssi_notify +EXPORT_SYMBOL net/mac80211/mac80211 0xbb74d076 rate_control_set_rates +EXPORT_SYMBOL net/mac80211/mac80211 0xc38e7c85 ieee80211_iter_keys +EXPORT_SYMBOL net/mac80211/mac80211 0xc68bb963 ieee80211_free_hw +EXPORT_SYMBOL net/mac80211/mac80211 0xcad32191 __ieee80211_get_rx_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0xce579d86 wiphy_to_ieee80211_hw +EXPORT_SYMBOL net/mac80211/mac80211 0xceee3ff3 ieee80211_sta_recalc_aggregates +EXPORT_SYMBOL net/mac80211/mac80211 0xd1e2d260 ieee80211_get_tkip_p2k +EXPORT_SYMBOL net/mac80211/mac80211 0xd4e015c3 ieee80211_sta_block_awake +EXPORT_SYMBOL net/mac80211/mac80211 0xd5b1c0e1 ieee80211_send_eosp_nullfunc +EXPORT_SYMBOL net/mac80211/mac80211 0xd98ee7d4 ieee80211_queue_stopped +EXPORT_SYMBOL net/mac80211/mac80211 0xdb1243f8 __ieee80211_create_tpt_led_trigger +EXPORT_SYMBOL net/mac80211/mac80211 0xe2596d02 ieee80211_chswitch_done +EXPORT_SYMBOL net/mac80211/mac80211 0xe2720e0e ieee80211_ap_probereq_get +EXPORT_SYMBOL net/mac80211/mac80211 0xe635690a ieee80211_get_buffered_bc +EXPORT_SYMBOL net/mac80211/mac80211 0xe887bacc ieee80211_beacon_set_cntdwn +EXPORT_SYMBOL net/mac80211/mac80211 0xe9863395 ieee80211_rx_napi +EXPORT_SYMBOL net/mac80211/mac80211 0xea3be4df ieee80211_cqm_beacon_loss_notify +EXPORT_SYMBOL net/mac80211/mac80211 0xee12bb91 ieee80211_start_tx_ba_session +EXPORT_SYMBOL net/mac80211/mac80211 0xeec5b368 ieee80211_connection_loss +EXPORT_SYMBOL net/mac80211/mac80211 0xf336c861 ieee80211_csa_finish +EXPORT_SYMBOL net/mac80211/mac80211 0xf4318ddb ieee80211_beacon_get_template +EXPORT_SYMBOL net/mac80211/mac80211 0xfad37139 ieee80211_free_txskb +EXPORT_SYMBOL net/mac80211/mac80211 0xfc3db041 ieee80211_txq_schedule_start +EXPORT_SYMBOL net/mac80211/mac80211 0xfc5841f2 ieee80211_disable_rssi_reports +EXPORT_SYMBOL net/mac80211/mac80211 0xfc7c108c ieee80211_enable_rssi_reports +EXPORT_SYMBOL net/mac80211/mac80211 0xffc3a8db __ieee80211_get_assoc_led_name +EXPORT_SYMBOL net/mac802154/mac802154 0x17817aef ieee802154_free_hw +EXPORT_SYMBOL net/mac802154/mac802154 0x2278dc6d ieee802154_xmit_hw_error +EXPORT_SYMBOL net/mac802154/mac802154 0x2c3a6a8c ieee802154_alloc_hw +EXPORT_SYMBOL net/mac802154/mac802154 0x3dc45446 ieee802154_xmit_error +EXPORT_SYMBOL net/mac802154/mac802154 0x46308f71 ieee802154_register_hw +EXPORT_SYMBOL net/mac802154/mac802154 0x4e60dff7 ieee802154_unregister_hw +EXPORT_SYMBOL net/mac802154/mac802154 0x83d184d5 ieee802154_configure_durations +EXPORT_SYMBOL net/mac802154/mac802154 0x9050c758 ieee802154_rx_irqsafe +EXPORT_SYMBOL net/mac802154/mac802154 0xbdbcc6e9 ieee802154_xmit_complete +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x203a8e2f register_ip_vs_app_inc +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x21b5f711 unregister_ip_vs_scheduler +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x499b73a8 ip_vs_conn_new +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x49df5c39 ip_vs_proto_data_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x4bb4a404 register_ip_vs_scheduler +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x613cd2f7 ip_vs_scheduler_err +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x67b9a2d2 ip_vs_nfct_expect_related +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x741ab344 unregister_ip_vs_app +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x776d102e ip_vs_tcp_conn_listen +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x7e8eee3f register_ip_vs_app +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x802ce3cf ip_vs_new_conn_out +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xa09428c9 ip_vs_conn_in_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xc2be22f6 ip_vs_conn_out_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xc33c7c02 ip_vs_conn_put +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xd831a1a2 ip_vs_proto_name +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xd85441aa ip_vs_proto_get +EXPORT_SYMBOL net/netfilter/nf_conntrack 0x374b4dbe 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 0x6524cd46 __nf_nat_mangle_tcp_packet +EXPORT_SYMBOL net/netfilter/nf_nat 0x81f9b484 nf_nat_mangle_udp_packet +EXPORT_SYMBOL net/netfilter/nf_nat 0x8b7f724b nf_nat_setup_info +EXPORT_SYMBOL net/netfilter/nf_nat 0x99a66ffa nf_nat_follow_master +EXPORT_SYMBOL net/netfilter/nft_fib 0x46170f23 nft_fib_policy +EXPORT_SYMBOL net/netfilter/x_tables 0x08a2f6ef xt_find_match +EXPORT_SYMBOL net/netfilter/x_tables 0x0d7f5fcd xt_alloc_entry_offsets +EXPORT_SYMBOL net/netfilter/x_tables 0x0e5d0fe6 xt_unregister_target +EXPORT_SYMBOL net/netfilter/x_tables 0x38225a90 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 0x50873741 xt_compat_init_offsets +EXPORT_SYMBOL net/netfilter/x_tables 0x563d1fba xt_unregister_match +EXPORT_SYMBOL net/netfilter/x_tables 0x59dae6c2 xt_unregister_targets +EXPORT_SYMBOL net/netfilter/x_tables 0x5f31e954 xt_find_table +EXPORT_SYMBOL net/netfilter/x_tables 0x61495c12 xt_unregister_matches +EXPORT_SYMBOL net/netfilter/x_tables 0x735453c7 xt_register_targets +EXPORT_SYMBOL net/netfilter/x_tables 0x80d7cde9 xt_register_matches +EXPORT_SYMBOL net/netfilter/x_tables 0x95520274 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 0xfef779fa xt_find_jump_offset +EXPORT_SYMBOL net/nfc/hci/hci 0x09286268 nfc_hci_set_param +EXPORT_SYMBOL net/nfc/hci/hci 0x1187faed nfc_hci_send_cmd +EXPORT_SYMBOL net/nfc/hci/hci 0x24860f65 nfc_hci_recv_frame +EXPORT_SYMBOL net/nfc/hci/hci 0x2d3a5bc6 nfc_hci_driver_failure +EXPORT_SYMBOL net/nfc/hci/hci 0x5346271c nfc_hci_send_cmd_async +EXPORT_SYMBOL net/nfc/hci/hci 0x5dae3ce2 nfc_hci_reset_pipes_per_host +EXPORT_SYMBOL net/nfc/hci/hci 0x5e8a94a7 nfc_hci_get_clientdata +EXPORT_SYMBOL net/nfc/hci/hci 0x693f975b nfc_hci_connect_gate +EXPORT_SYMBOL net/nfc/hci/hci 0x74fe3670 nfc_hci_result_to_errno +EXPORT_SYMBOL net/nfc/hci/hci 0x79a22d4e nfc_llc_stop +EXPORT_SYMBOL net/nfc/hci/hci 0x912f999f nfc_hci_allocate_device +EXPORT_SYMBOL net/nfc/hci/hci 0xa09afd4a nfc_hci_set_clientdata +EXPORT_SYMBOL net/nfc/hci/hci 0xa250e368 nfc_hci_register_device +EXPORT_SYMBOL net/nfc/hci/hci 0xaa4907f2 nfc_hci_get_param +EXPORT_SYMBOL net/nfc/hci/hci 0xbd55cbfb nfc_hci_target_discovered +EXPORT_SYMBOL net/nfc/hci/hci 0xbda45f8b nfc_llc_start +EXPORT_SYMBOL net/nfc/hci/hci 0xc23077b7 nfc_hci_send_event +EXPORT_SYMBOL net/nfc/hci/hci 0xc4181f79 nfc_hci_reset_pipes +EXPORT_SYMBOL net/nfc/hci/hci 0xdd231c55 nfc_hci_sak_to_protocol +EXPORT_SYMBOL net/nfc/hci/hci 0xe3f6b51a nfc_hci_free_device +EXPORT_SYMBOL net/nfc/hci/hci 0xe77f1900 nfc_hci_disconnect_all_gates +EXPORT_SYMBOL net/nfc/hci/hci 0xef1f2f60 nfc_hci_unregister_device +EXPORT_SYMBOL net/nfc/hci/hci 0xf425242b nfc_hci_disconnect_gate +EXPORT_SYMBOL net/nfc/nci/nci 0x08c79b63 nci_send_cmd +EXPORT_SYMBOL net/nfc/nci/nci 0x3c4fd043 nci_send_data +EXPORT_SYMBOL net/nfc/nci/nci 0x3cabf10a nci_hci_clear_all_pipes +EXPORT_SYMBOL net/nfc/nci/nci 0x3d62b973 nci_core_cmd +EXPORT_SYMBOL net/nfc/nci/nci 0x3ea228ff nci_send_frame +EXPORT_SYMBOL net/nfc/nci/nci 0x44ef64bf nci_recv_frame +EXPORT_SYMBOL net/nfc/nci/nci 0x47a8404e nci_conn_max_data_pkt_payload_size +EXPORT_SYMBOL net/nfc/nci/nci 0x55d2cf25 nci_nfcee_discover +EXPORT_SYMBOL net/nfc/nci/nci 0x587b84ab nci_nfcee_mode_set +EXPORT_SYMBOL net/nfc/nci/nci 0x5be240a5 nci_unregister_device +EXPORT_SYMBOL net/nfc/nci/nci 0x5e885d82 nci_free_device +EXPORT_SYMBOL net/nfc/nci/nci 0x6be0f97b nci_set_config +EXPORT_SYMBOL net/nfc/nci/nci 0x78816573 nci_hci_send_event +EXPORT_SYMBOL net/nfc/nci/nci 0x8434902c nci_hci_connect_gate +EXPORT_SYMBOL net/nfc/nci/nci 0xa9c65557 nci_core_conn_create +EXPORT_SYMBOL net/nfc/nci/nci 0xab2876c0 nci_prop_cmd +EXPORT_SYMBOL net/nfc/nci/nci 0xb0646e8f nci_core_conn_close +EXPORT_SYMBOL net/nfc/nci/nci 0xb1224611 nci_register_device +EXPORT_SYMBOL net/nfc/nci/nci 0xb91e13c2 nci_get_conn_info_by_dest_type_params +EXPORT_SYMBOL net/nfc/nci/nci 0xba490602 nci_to_errno +EXPORT_SYMBOL net/nfc/nci/nci 0xc7c44373 nci_allocate_device +EXPORT_SYMBOL net/nfc/nci/nci 0xcbdbba04 nci_core_init +EXPORT_SYMBOL net/nfc/nci/nci 0xcdb5df74 nci_hci_send_cmd +EXPORT_SYMBOL net/nfc/nci/nci 0xd59269c9 nci_req_complete +EXPORT_SYMBOL net/nfc/nci/nci 0xdf60f0a1 nci_hci_open_pipe +EXPORT_SYMBOL net/nfc/nci/nci 0xe5342b16 nci_nfcc_loopback +EXPORT_SYMBOL net/nfc/nci/nci 0xee252fab nci_hci_set_param +EXPORT_SYMBOL net/nfc/nci/nci 0xf2c38d7c nci_hci_get_param +EXPORT_SYMBOL net/nfc/nci/nci 0xf4b8a5bb nci_hci_dev_session_init +EXPORT_SYMBOL net/nfc/nci/nci 0xf4ca2e71 nci_core_reset +EXPORT_SYMBOL net/nfc/nfc 0x02b06824 nfc_class +EXPORT_SYMBOL net/nfc/nfc 0x1829e995 nfc_dep_link_is_up +EXPORT_SYMBOL net/nfc/nfc 0x1d402a3a nfc_add_se +EXPORT_SYMBOL net/nfc/nfc 0x1dd06d02 nfc_remove_se +EXPORT_SYMBOL net/nfc/nfc 0x22c6c9b7 nfc_allocate_device +EXPORT_SYMBOL net/nfc/nfc 0x29ac2045 nfc_vendor_cmd_reply +EXPORT_SYMBOL net/nfc/nfc 0x2d99d305 nfc_alloc_recv_skb +EXPORT_SYMBOL net/nfc/nfc 0x2dd3af13 nfc_tm_data_received +EXPORT_SYMBOL net/nfc/nfc 0x3160e098 nfc_set_remote_general_bytes +EXPORT_SYMBOL net/nfc/nfc 0x45640dcb nfc_send_to_raw_sock +EXPORT_SYMBOL net/nfc/nfc 0x4e93d9d8 nfc_get_local_general_bytes +EXPORT_SYMBOL net/nfc/nfc 0x4fc535c6 nfc_se_transaction +EXPORT_SYMBOL net/nfc/nfc 0x724cf9a4 nfc_fw_download_done +EXPORT_SYMBOL net/nfc/nfc 0x8e9a1e94 __nfc_alloc_vendor_cmd_reply_skb +EXPORT_SYMBOL net/nfc/nfc 0x90b49655 nfc_tm_deactivated +EXPORT_SYMBOL net/nfc/nfc 0x947cc99a nfc_se_connectivity +EXPORT_SYMBOL net/nfc/nfc 0xa8bfa339 nfc_find_se +EXPORT_SYMBOL net/nfc/nfc 0xb5013d45 nfc_driver_failure +EXPORT_SYMBOL net/nfc/nfc 0xc386ff81 nfc_proto_register +EXPORT_SYMBOL net/nfc/nfc 0xc4e8c208 nfc_register_device +EXPORT_SYMBOL net/nfc/nfc 0xca00794a nfc_tm_activated +EXPORT_SYMBOL net/nfc/nfc 0xec63bfe8 nfc_targets_found +EXPORT_SYMBOL net/nfc/nfc 0xee603536 nfc_target_lost +EXPORT_SYMBOL net/nfc/nfc 0xfd79a1b0 nfc_unregister_device +EXPORT_SYMBOL net/nfc/nfc 0xfde7877a nfc_proto_unregister +EXPORT_SYMBOL net/nfc/nfc_digital 0x25ec1922 nfc_digital_register_device +EXPORT_SYMBOL net/nfc/nfc_digital 0x3023d068 nfc_digital_free_device +EXPORT_SYMBOL net/nfc/nfc_digital 0x6f906edc nfc_digital_allocate_device +EXPORT_SYMBOL net/nfc/nfc_digital 0xc84a0967 nfc_digital_unregister_device +EXPORT_SYMBOL net/phonet/phonet 0x0385f5cb phonet_proto_unregister +EXPORT_SYMBOL net/phonet/phonet 0x121d0831 pn_sock_hash +EXPORT_SYMBOL net/phonet/phonet 0x4a70c6f2 phonet_proto_register +EXPORT_SYMBOL net/phonet/phonet 0x5bc4a29d phonet_header_ops +EXPORT_SYMBOL net/phonet/phonet 0x79b39a8d pn_sock_get_port +EXPORT_SYMBOL net/phonet/phonet 0x7da75390 pn_skb_send +EXPORT_SYMBOL net/phonet/phonet 0x81235f07 phonet_stream_ops +EXPORT_SYMBOL net/phonet/phonet 0xe52824d0 pn_sock_unhash +EXPORT_SYMBOL net/rxrpc/rxrpc 0x149c6786 rxrpc_get_server_data_key +EXPORT_SYMBOL net/rxrpc/rxrpc 0x31bf3ca3 rxrpc_debug_id +EXPORT_SYMBOL net/rxrpc/rxrpc 0x437e129d rxrpc_get_null_key +EXPORT_SYMBOL net/rxrpc/rxrpc 0x5088ffda rxrpc_kernel_get_srtt +EXPORT_SYMBOL net/rxrpc/rxrpc 0x50fa4440 rxrpc_kernel_set_tx_length +EXPORT_SYMBOL net/rxrpc/rxrpc 0x58e6fe38 rxrpc_kernel_check_life +EXPORT_SYMBOL net/rxrpc/rxrpc 0x5963e5fa rxrpc_kernel_set_max_life +EXPORT_SYMBOL net/rxrpc/rxrpc 0x5c3711b4 key_type_rxrpc +EXPORT_SYMBOL net/rxrpc/rxrpc 0x640986b3 rxrpc_kernel_begin_call +EXPORT_SYMBOL net/rxrpc/rxrpc 0x694a46c6 rxrpc_sock_set_min_security_level +EXPORT_SYMBOL net/rxrpc/rxrpc 0x79eee06c rxrpc_sock_set_security_keyring +EXPORT_SYMBOL net/rxrpc/rxrpc 0x8e715ac4 rxrpc_kernel_abort_call +EXPORT_SYMBOL net/rxrpc/rxrpc 0x9976681e rxrpc_kernel_new_call_notification +EXPORT_SYMBOL net/rxrpc/rxrpc 0xa2d6798d rxrpc_kernel_charge_accept +EXPORT_SYMBOL net/rxrpc/rxrpc 0xcc21a70c rxrpc_kernel_recv_data +EXPORT_SYMBOL net/rxrpc/rxrpc 0xd4921621 rxrpc_kernel_get_peer +EXPORT_SYMBOL net/rxrpc/rxrpc 0xd81844b1 rxrpc_kernel_get_epoch +EXPORT_SYMBOL net/rxrpc/rxrpc 0xf26909f7 rxrpc_kernel_send_data +EXPORT_SYMBOL net/rxrpc/rxrpc 0xfa042118 rxrpc_kernel_end_call +EXPORT_SYMBOL net/sctp/sctp 0x4350f33c sctp_do_peeloff +EXPORT_SYMBOL net/smc/smc 0x0141b2e1 __SCK__tp_func_smc_tx_sendmsg +EXPORT_SYMBOL net/smc/smc 0x1e612b77 __SCT__tp_func_smc_switch_to_fallback +EXPORT_SYMBOL net/smc/smc 0x1ee33fd8 __traceiter_smc_switch_to_fallback +EXPORT_SYMBOL net/smc/smc 0x1fbdab8a __traceiter_smcr_link_down +EXPORT_SYMBOL net/smc/smc 0x3822f18f __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 0x3d0ab509 __tracepoint_smc_tx_sendmsg +EXPORT_SYMBOL net/smc/smc 0x4ef2de26 __tracepoint_smc_switch_to_fallback +EXPORT_SYMBOL net/smc/smc 0x5569a81f __SCK__tp_func_smcr_link_down +EXPORT_SYMBOL net/smc/smc 0x6922aff7 __tracepoint_smcr_link_down +EXPORT_SYMBOL net/smc/smc 0x83e0af00 __SCK__tp_func_smc_rx_recvmsg +EXPORT_SYMBOL net/smc/smc 0x87ccd0c7 __SCT__tp_func_smc_tx_sendmsg +EXPORT_SYMBOL net/smc/smc 0xb0af75d4 __traceiter_smc_tx_sendmsg +EXPORT_SYMBOL net/smc/smc 0xbfaba8e8 __tracepoint_smc_rx_recvmsg +EXPORT_SYMBOL net/smc/smc 0xda2e7154 __SCK__tp_func_smc_switch_to_fallback +EXPORT_SYMBOL net/sunrpc/auth_gss/auth_rpcgss 0x05475320 gss_mech_get +EXPORT_SYMBOL net/sunrpc/auth_gss/auth_rpcgss 0x07c29556 gss_mech_put +EXPORT_SYMBOL net/sunrpc/auth_gss/auth_rpcgss 0x4a8967cc gss_pseudoflavor_to_service +EXPORT_SYMBOL net/sunrpc/sunrpc 0x0ba23753 xdr_restrict_buflen +EXPORT_SYMBOL net/sunrpc/sunrpc 0x6a16dc46 svc_pool_stats_open +EXPORT_SYMBOL net/sunrpc/sunrpc 0xb0cfa977 xdr_truncate_encode +EXPORT_SYMBOL net/tipc/tipc 0x2cffe185 tipc_dump_done +EXPORT_SYMBOL net/tipc/tipc 0x7e3de2ca tipc_nl_sk_walk +EXPORT_SYMBOL net/tipc/tipc 0xcc17b7a5 tipc_dump_start +EXPORT_SYMBOL net/tipc/tipc 0xf72e5a8a tipc_sk_fill_sock_diag +EXPORT_SYMBOL net/tls/tls 0xeb1d30bd tls_get_record +EXPORT_SYMBOL net/wireless/cfg80211 0x03c68626 cfg80211_sta_opmode_change_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x03cc19b7 cfg80211_port_authorized +EXPORT_SYMBOL net/wireless/cfg80211 0x03ed2155 cfg80211_ref_bss +EXPORT_SYMBOL net/wireless/cfg80211 0x052adf62 __cfg80211_alloc_event_skb +EXPORT_SYMBOL net/wireless/cfg80211 0x05e03084 cfg80211_sched_scan_stopped_locked +EXPORT_SYMBOL net/wireless/cfg80211 0x06ca71fd cfg80211_chandef_create +EXPORT_SYMBOL net/wireless/cfg80211 0x0959adba __cfg80211_send_event_skb +EXPORT_SYMBOL net/wireless/cfg80211 0x0b9aa6f8 cfg80211_gtk_rekey_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x0cc95bc2 ieee80211_s1g_channel_width +EXPORT_SYMBOL net/wireless/cfg80211 0x0f18f312 cfg80211_assoc_failure +EXPORT_SYMBOL net/wireless/cfg80211 0x1007701c cfg80211_cqm_txe_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x117aca91 cfg80211_merge_profile +EXPORT_SYMBOL net/wireless/cfg80211 0x13d7686d cfg80211_sched_scan_results +EXPORT_SYMBOL net/wireless/cfg80211 0x14e3bf62 ieee80211_get_hdrlen_from_skb +EXPORT_SYMBOL net/wireless/cfg80211 0x14f0dbdf cfg80211_bss_flush +EXPORT_SYMBOL net/wireless/cfg80211 0x155f0425 cfg80211_cqm_beacon_loss_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x177bf3d4 cfg80211_ready_on_channel +EXPORT_SYMBOL net/wireless/cfg80211 0x1879fcbd bridge_tunnel_header +EXPORT_SYMBOL net/wireless/cfg80211 0x1a7b8e16 cfg80211_report_obss_beacon_khz +EXPORT_SYMBOL net/wireless/cfg80211 0x1b5a3a7e cfg80211_sinfo_alloc_tid_stats +EXPORT_SYMBOL net/wireless/cfg80211 0x1ce2497f reg_query_regdb_wmm +EXPORT_SYMBOL net/wireless/cfg80211 0x217a4d95 cfg80211_get_station +EXPORT_SYMBOL net/wireless/cfg80211 0x21c0da0b cfg80211_nan_match +EXPORT_SYMBOL net/wireless/cfg80211 0x275269b3 ieee80211_ie_split_ric +EXPORT_SYMBOL net/wireless/cfg80211 0x275c97f0 cfg80211_get_ies_channel_number +EXPORT_SYMBOL net/wireless/cfg80211 0x2befbfbd ieee80211_get_channel_khz +EXPORT_SYMBOL net/wireless/cfg80211 0x2c177a28 ieee80211_amsdu_to_8023s +EXPORT_SYMBOL net/wireless/cfg80211 0x2e7e8b44 cfg80211_auth_timeout +EXPORT_SYMBOL net/wireless/cfg80211 0x30b0eee6 cfg80211_register_netdevice +EXPORT_SYMBOL net/wireless/cfg80211 0x33c40ec6 cfg80211_probe_status +EXPORT_SYMBOL net/wireless/cfg80211 0x3643b80f ieee80211_chandef_to_operating_class +EXPORT_SYMBOL net/wireless/cfg80211 0x37270807 cfg80211_get_iftype_ext_capa +EXPORT_SYMBOL net/wireless/cfg80211 0x397b5739 cfg80211_sched_scan_stopped +EXPORT_SYMBOL net/wireless/cfg80211 0x398f873a cfg80211_ft_event +EXPORT_SYMBOL net/wireless/cfg80211 0x3bcc42a1 cfg80211_put_bss +EXPORT_SYMBOL net/wireless/cfg80211 0x3de1a49c cfg80211_roamed +EXPORT_SYMBOL net/wireless/cfg80211 0x412aee8d cfg80211_chandef_usable +EXPORT_SYMBOL net/wireless/cfg80211 0x416d34c0 cfg80211_inform_bss_data +EXPORT_SYMBOL net/wireless/cfg80211 0x429c0c31 ieee80211_bss_get_elem +EXPORT_SYMBOL net/wireless/cfg80211 0x42fb7d83 cfg80211_rx_mlme_mgmt +EXPORT_SYMBOL net/wireless/cfg80211 0x43afadee ieee80211_radiotap_iterator_init +EXPORT_SYMBOL net/wireless/cfg80211 0x46ff300c ieee80211_get_response_rate +EXPORT_SYMBOL net/wireless/cfg80211 0x4bd1ff19 ieee80211_get_num_supported_channels +EXPORT_SYMBOL net/wireless/cfg80211 0x4d888bc1 cfg80211_calculate_bitrate +EXPORT_SYMBOL net/wireless/cfg80211 0x5584448a ieee80211_channel_to_freq_khz +EXPORT_SYMBOL net/wireless/cfg80211 0x57073212 cfg80211_stop_iface +EXPORT_SYMBOL net/wireless/cfg80211 0x57d01e5e cfg80211_bss_iter +EXPORT_SYMBOL net/wireless/cfg80211 0x590ef54a wiphy_rfkill_start_polling +EXPORT_SYMBOL net/wireless/cfg80211 0x5ac40690 __cfg80211_radar_event +EXPORT_SYMBOL net/wireless/cfg80211 0x5fb0f618 cfg80211_get_drvinfo +EXPORT_SYMBOL net/wireless/cfg80211 0x601069fb cfg80211_remain_on_channel_expired +EXPORT_SYMBOL net/wireless/cfg80211 0x64544a64 cfg80211_rx_unprot_mlme_mgmt +EXPORT_SYMBOL net/wireless/cfg80211 0x68519202 cfg80211_background_cac_abort +EXPORT_SYMBOL net/wireless/cfg80211 0x68f6a5ab cfg80211_control_port_tx_status +EXPORT_SYMBOL net/wireless/cfg80211 0x69b18f43 rfc1042_header +EXPORT_SYMBOL net/wireless/cfg80211 0x6b59d59c cfg80211_nan_func_terminated +EXPORT_SYMBOL net/wireless/cfg80211 0x6bedf402 ieee80211_freq_khz_to_channel +EXPORT_SYMBOL net/wireless/cfg80211 0x6dae1a84 cfg80211_scan_done +EXPORT_SYMBOL net/wireless/cfg80211 0x6e69249a cfg80211_rx_control_port +EXPORT_SYMBOL net/wireless/cfg80211 0x6e919496 cfg80211_bss_color_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x75483171 cfg80211_assoc_comeback +EXPORT_SYMBOL net/wireless/cfg80211 0x76f83d8f cfg80211_iter_combinations +EXPORT_SYMBOL net/wireless/cfg80211 0x77da7c0f cfg80211_conn_failed +EXPORT_SYMBOL net/wireless/cfg80211 0x7832771b cfg80211_update_owe_info_event +EXPORT_SYMBOL net/wireless/cfg80211 0x793b3d0c cfg80211_rx_unexpected_4addr_frame +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 0x7e2d6827 wiphy_free +EXPORT_SYMBOL net/wireless/cfg80211 0x7eb55c10 get_wiphy_regdom +EXPORT_SYMBOL net/wireless/cfg80211 0x7ef39823 ieee80211_hdrlen +EXPORT_SYMBOL net/wireless/cfg80211 0x832bc108 wiphy_rfkill_set_hw_state_reason +EXPORT_SYMBOL net/wireless/cfg80211 0x83b514c0 cfg80211_del_sta_sinfo +EXPORT_SYMBOL net/wireless/cfg80211 0x8c597dbd ieee80211_data_to_8023_exthdr +EXPORT_SYMBOL net/wireless/cfg80211 0x8fa02936 cfg80211_free_nan_func +EXPORT_SYMBOL net/wireless/cfg80211 0x91535d1e cfg80211_cqm_rssi_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x93413c49 cfg80211_chandef_dfs_required +EXPORT_SYMBOL net/wireless/cfg80211 0x97b516c7 ieee80211_mandatory_rates +EXPORT_SYMBOL net/wireless/cfg80211 0x9c4674c0 wiphy_new_nm +EXPORT_SYMBOL net/wireless/cfg80211 0x9d6cba30 cfg80211_find_elem_match +EXPORT_SYMBOL net/wireless/cfg80211 0x9f207c27 __cfg80211_alloc_reply_skb +EXPORT_SYMBOL net/wireless/cfg80211 0x9f911968 cfg80211_inform_bss_frame_data +EXPORT_SYMBOL net/wireless/cfg80211 0xa145accc cfg80211_rx_spurious_frame +EXPORT_SYMBOL net/wireless/cfg80211 0xa46cb25f cfg80211_connect_done +EXPORT_SYMBOL net/wireless/cfg80211 0xa4d346b9 cfg80211_any_usable_channels +EXPORT_SYMBOL net/wireless/cfg80211 0xad6be82b cfg80211_check_station_change +EXPORT_SYMBOL net/wireless/cfg80211 0xb050c1ea cfg80211_get_bss +EXPORT_SYMBOL net/wireless/cfg80211 0xb2077682 cfg80211_ch_switch_notify +EXPORT_SYMBOL net/wireless/cfg80211 0xb3ea1d92 cfg80211_rx_mgmt_ext +EXPORT_SYMBOL net/wireless/cfg80211 0xb4b205e7 cfg80211_external_auth_request +EXPORT_SYMBOL net/wireless/cfg80211 0xb524a300 cfg80211_iftype_allowed +EXPORT_SYMBOL net/wireless/cfg80211 0xb6139d30 regulatory_hint +EXPORT_SYMBOL net/wireless/cfg80211 0xb857cc42 cfg80211_cqm_pktloss_notify +EXPORT_SYMBOL net/wireless/cfg80211 0xb85ff3d4 regulatory_set_wiphy_regd_sync +EXPORT_SYMBOL net/wireless/cfg80211 0xb8b29585 freq_reg_info +EXPORT_SYMBOL net/wireless/cfg80211 0xba0b59e5 cfg80211_cac_event +EXPORT_SYMBOL net/wireless/cfg80211 0xbb2bb5c9 cfg80211_tx_mgmt_expired +EXPORT_SYMBOL net/wireless/cfg80211 0xbea32b20 cfg80211_tx_mlme_mgmt +EXPORT_SYMBOL net/wireless/cfg80211 0xc0de3686 wiphy_register +EXPORT_SYMBOL net/wireless/cfg80211 0xc418b7a9 cfg80211_new_sta +EXPORT_SYMBOL net/wireless/cfg80211 0xc4b4fc27 cfg80211_chandef_valid +EXPORT_SYMBOL net/wireless/cfg80211 0xca67e864 cfg80211_ibss_joined +EXPORT_SYMBOL net/wireless/cfg80211 0xcc1a7c48 cfg80211_is_element_inherited +EXPORT_SYMBOL net/wireless/cfg80211 0xcde6d742 cfg80211_ch_switch_started_notify +EXPORT_SYMBOL net/wireless/cfg80211 0xcea8a842 cfg80211_mgmt_tx_status_ext +EXPORT_SYMBOL net/wireless/cfg80211 0xd01b5e67 cfg80211_michael_mic_failure +EXPORT_SYMBOL net/wireless/cfg80211 0xd2e2b8e1 cfg80211_send_layer2_update +EXPORT_SYMBOL net/wireless/cfg80211 0xd42023e3 cfg80211_check_combinations +EXPORT_SYMBOL net/wireless/cfg80211 0xd47261c2 cfg80211_disconnected +EXPORT_SYMBOL net/wireless/cfg80211 0xd4ac2ac9 cfg80211_notify_new_peer_candidate +EXPORT_SYMBOL net/wireless/cfg80211 0xd56d55f3 ieee80211_get_mesh_hdrlen +EXPORT_SYMBOL net/wireless/cfg80211 0xd829202f cfg80211_pmksa_candidate_notify +EXPORT_SYMBOL net/wireless/cfg80211 0xd97eaad4 cfg80211_chandef_compatible +EXPORT_SYMBOL net/wireless/cfg80211 0xdba126c1 reg_initiator_name +EXPORT_SYMBOL net/wireless/cfg80211 0xdd1b11ac cfg80211_rx_assoc_resp +EXPORT_SYMBOL net/wireless/cfg80211 0xdf1a2a13 wiphy_apply_custom_regulatory +EXPORT_SYMBOL net/wireless/cfg80211 0xe38d07b2 cfg80211_reg_can_beacon +EXPORT_SYMBOL net/wireless/cfg80211 0xe45081b0 wiphy_unregister +EXPORT_SYMBOL net/wireless/cfg80211 0xe7445bfe regulatory_set_wiphy_regd +EXPORT_SYMBOL net/wireless/cfg80211 0xe9a7b72b cfg80211_crit_proto_stopped +EXPORT_SYMBOL net/wireless/cfg80211 0xea8c6db1 cfg80211_unlink_bss +EXPORT_SYMBOL net/wireless/cfg80211 0xeb368318 cfg80211_tdls_oper_request +EXPORT_SYMBOL net/wireless/cfg80211 0xec2f450d cfg80211_reg_can_beacon_relax +EXPORT_SYMBOL net/wireless/cfg80211 0xf2e4f55e cfg80211_unregister_wdev +EXPORT_SYMBOL net/wireless/cfg80211 0xf32714e3 regulatory_pre_cac_allowed +EXPORT_SYMBOL net/wireless/cfg80211 0xf40bc2f5 ieee80211_operating_class_to_band +EXPORT_SYMBOL net/wireless/cfg80211 0xf48c1df5 wdev_chandef +EXPORT_SYMBOL net/wireless/cfg80211 0xf5596d89 cfg80211_get_p2p_attr +EXPORT_SYMBOL net/wireless/cfg80211 0xf8137267 cfg80211_classify8021d +EXPORT_SYMBOL net/wireless/cfg80211 0xfb0395d8 cfg80211_report_wowlan_wakeup +EXPORT_SYMBOL net/wireless/lib80211 0x37529df7 lib80211_register_crypto_ops +EXPORT_SYMBOL net/wireless/lib80211 0x6257bcd0 lib80211_crypt_info_free +EXPORT_SYMBOL net/wireless/lib80211 0x89855b52 lib80211_unregister_crypto_ops +EXPORT_SYMBOL net/wireless/lib80211 0x9f9c523d lib80211_get_crypto_ops +EXPORT_SYMBOL net/wireless/lib80211 0xac27defe lib80211_crypt_info_init +EXPORT_SYMBOL net/wireless/lib80211 0xe3d20b97 lib80211_crypt_delayed_deinit +EXPORT_SYMBOL sound/ac97_bus 0x1c2f0890 ac97_bus_type +EXPORT_SYMBOL sound/core/oss/snd-mixer-oss 0x04e1c856 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 0x3061c52d snd_use_lock_sync_helper +EXPORT_SYMBOL sound/core/seq/snd-seq 0x3fb4d161 snd_seq_kernel_client_dispatch +EXPORT_SYMBOL sound/core/seq/snd-seq 0x51242c49 snd_seq_create_kernel_client +EXPORT_SYMBOL sound/core/seq/snd-seq 0x69130552 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 0x7ac2f329 snd_seq_expand_var_event +EXPORT_SYMBOL sound/core/seq/snd-seq 0x7b8699eb snd_seq_event_port_detach +EXPORT_SYMBOL sound/core/seq/snd-seq 0xb774a374 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 0xe1da8c60 snd_seq_kernel_client_write_poll +EXPORT_SYMBOL sound/core/seq/snd-seq 0xe934da1d snd_seq_dump_var_event +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-emul 0x6ea09972 snd_midi_channel_alloc_set +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-emul 0xf912f0c8 snd_midi_process_event +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0x734e4fba 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 0xdd70dbf6 snd_midi_event_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 0x07b199ff snd_virmidi_new +EXPORT_SYMBOL sound/core/snd 0x039014c7 snd_seq_root +EXPORT_SYMBOL sound/core/snd 0x08aeffb0 snd_info_free_entry +EXPORT_SYMBOL sound/core/snd 0x0c7edb70 snd_info_create_card_entry +EXPORT_SYMBOL sound/core/snd 0x0d0b963a snd_ctl_boolean_mono_info +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 0x19a9c162 snd_register_device +EXPORT_SYMBOL sound/core/snd 0x2127eb2e snd_ctl_add +EXPORT_SYMBOL sound/core/snd 0x228d7d4e snd_ctl_remove_id +EXPORT_SYMBOL sound/core/snd 0x241b60f7 snd_device_register +EXPORT_SYMBOL sound/core/snd 0x24a94b26 snd_info_get_line +EXPORT_SYMBOL sound/core/snd 0x2785f2ee snd_ctl_make_virtual_master +EXPORT_SYMBOL sound/core/snd 0x29146ede snd_card_disconnect +EXPORT_SYMBOL sound/core/snd 0x2b768261 snd_ctl_unregister_ioctl +EXPORT_SYMBOL sound/core/snd 0x2ee826ed snd_device_free +EXPORT_SYMBOL sound/core/snd 0x333cea6f snd_card_new +EXPORT_SYMBOL sound/core/snd 0x342a2354 copy_to_user_fromio +EXPORT_SYMBOL sound/core/snd 0x3971b4df snd_ecards_limit +EXPORT_SYMBOL sound/core/snd 0x3c9ad50c snd_ctl_rename_id +EXPORT_SYMBOL sound/core/snd 0x45556cbb _snd_ctl_add_follower +EXPORT_SYMBOL sound/core/snd 0x48297cae snd_jack_set_parent +EXPORT_SYMBOL sound/core/snd 0x49306de4 snd_card_register +EXPORT_SYMBOL sound/core/snd 0x4a3ea5c0 snd_request_card +EXPORT_SYMBOL sound/core/snd 0x4d85517e snd_unregister_device +EXPORT_SYMBOL sound/core/snd 0x585295d4 snd_ctl_register_ioctl_compat +EXPORT_SYMBOL sound/core/snd 0x59036f97 snd_card_free +EXPORT_SYMBOL sound/core/snd 0x5c2852e2 snd_ctl_free_one +EXPORT_SYMBOL sound/core/snd 0x69dc41ad snd_jack_report +EXPORT_SYMBOL sound/core/snd 0x705b88d4 snd_ctl_find_id +EXPORT_SYMBOL sound/core/snd 0x70c15ac1 snd_dma_disable +EXPORT_SYMBOL sound/core/snd 0x718788ff snd_ctl_remove +EXPORT_SYMBOL sound/core/snd 0x73076315 snd_pci_quirk_lookup_id +EXPORT_SYMBOL sound/core/snd 0x76968225 snd_card_set_id +EXPORT_SYMBOL sound/core/snd 0x7c755ddc snd_card_file_add +EXPORT_SYMBOL sound/core/snd 0x7c8106b7 snd_ctl_find_numid +EXPORT_SYMBOL sound/core/snd 0x8675e6e4 snd_info_create_module_entry +EXPORT_SYMBOL sound/core/snd 0x8ac92a25 snd_ctl_unregister_ioctl_compat +EXPORT_SYMBOL sound/core/snd 0x8b3fc39f snd_ctl_rename +EXPORT_SYMBOL sound/core/snd 0x8b8cf2c4 snd_jack_set_key +EXPORT_SYMBOL sound/core/snd 0x8df3789f snd_oss_info_register +EXPORT_SYMBOL sound/core/snd 0x8f595b11 snd_major +EXPORT_SYMBOL sound/core/snd 0x8f9fca66 snd_card_free_when_closed +EXPORT_SYMBOL sound/core/snd 0x926b09aa snd_ctl_notify +EXPORT_SYMBOL sound/core/snd 0x9a8cfbb3 snd_card_file_remove +EXPORT_SYMBOL sound/core/snd 0x9be98654 snd_info_register +EXPORT_SYMBOL sound/core/snd 0x9e6d79f8 snd_info_get_str +EXPORT_SYMBOL sound/core/snd 0xa4fc8c4f snd_ctl_boolean_stereo_info +EXPORT_SYMBOL sound/core/snd 0xabb5618a snd_ctl_register_ioctl +EXPORT_SYMBOL sound/core/snd 0xb13497a0 snd_unregister_oss_device +EXPORT_SYMBOL sound/core/snd 0xb2488e8f snd_ctl_new1 +EXPORT_SYMBOL sound/core/snd 0xb2e5ae4a snd_lookup_minor_data +EXPORT_SYMBOL sound/core/snd 0xc5a6d10b release_and_free_resource +EXPORT_SYMBOL sound/core/snd 0xc7f965d9 snd_ctl_notify_one +EXPORT_SYMBOL sound/core/snd 0xcc6a729f snd_ctl_enum_info +EXPORT_SYMBOL sound/core/snd 0xcf2bec37 snd_jack_new +EXPORT_SYMBOL sound/core/snd 0xd72bda52 snd_mixer_oss_notify_callback +EXPORT_SYMBOL sound/core/snd 0xe068e4e9 snd_register_oss_device +EXPORT_SYMBOL sound/core/snd 0xe0cd5613 snd_device_new +EXPORT_SYMBOL sound/core/snd 0xe1445b7c snd_component_add +EXPORT_SYMBOL sound/core/snd 0xe380c180 snd_pci_quirk_lookup +EXPORT_SYMBOL sound/core/snd 0xe645ac96 snd_power_wait +EXPORT_SYMBOL sound/core/snd 0xed4ca2c7 snd_ctl_replace +EXPORT_SYMBOL sound/core/snd 0xfe2393fc snd_jack_add_new_kctl +EXPORT_SYMBOL sound/core/snd 0xfffd89db copy_from_user_toio +EXPORT_SYMBOL sound/core/snd-compress 0xb988bb55 snd_compr_malloc_pages +EXPORT_SYMBOL sound/core/snd-compress 0xc457c6f2 snd_compr_free_pages +EXPORT_SYMBOL sound/core/snd-hwdep 0xb9bcfa92 snd_hwdep_new +EXPORT_SYMBOL sound/core/snd-pcm 0x01dbe6a5 snd_pcm_hw_constraint_list +EXPORT_SYMBOL sound/core/snd-pcm 0x0283dfe3 _snd_pcm_hw_params_any +EXPORT_SYMBOL sound/core/snd-pcm 0x045fdbd6 snd_pcm_set_ops +EXPORT_SYMBOL sound/core/snd-pcm 0x04cda566 snd_interval_refine +EXPORT_SYMBOL sound/core/snd-pcm 0x11eba48e snd_pcm_create_iec958_consumer_hw_params +EXPORT_SYMBOL sound/core/snd-pcm 0x122859ed snd_pcm_hw_constraint_step +EXPORT_SYMBOL sound/core/snd-pcm 0x1adc5ab3 snd_pcm_hw_constraint_ratdens +EXPORT_SYMBOL sound/core/snd-pcm 0x1d027e4b snd_pcm_format_signed +EXPORT_SYMBOL sound/core/snd-pcm 0x20b2cdf8 snd_pcm_set_sync +EXPORT_SYMBOL sound/core/snd-pcm 0x30009abd snd_pcm_hw_constraint_pow2 +EXPORT_SYMBOL sound/core/snd-pcm 0x3558956e snd_dma_alloc_pages_fallback +EXPORT_SYMBOL sound/core/snd-pcm 0x3796bdcc snd_pcm_format_little_endian +EXPORT_SYMBOL sound/core/snd-pcm 0x39bf9301 _snd_pcm_hw_param_setempty +EXPORT_SYMBOL sound/core/snd-pcm 0x3bca0356 snd_pcm_hw_constraint_ratnums +EXPORT_SYMBOL sound/core/snd-pcm 0x3ff0490b snd_pcm_new_stream +EXPORT_SYMBOL sound/core/snd-pcm 0x45c9adce snd_pcm_suspend_all +EXPORT_SYMBOL sound/core/snd-pcm 0x49445778 snd_pcm_lib_mmap_iomem +EXPORT_SYMBOL sound/core/snd-pcm 0x4d358928 snd_pcm_lib_free_pages +EXPORT_SYMBOL sound/core/snd-pcm 0x4d7a81ad snd_pcm_hw_param_last +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 0x589c0599 snd_pcm_set_managed_buffer_all +EXPORT_SYMBOL sound/core/snd-pcm 0x5964a731 snd_pcm_hw_rule_add +EXPORT_SYMBOL sound/core/snd-pcm 0x59854f44 snd_pcm_lib_ioctl +EXPORT_SYMBOL sound/core/snd-pcm 0x5bddc94a snd_pcm_period_elapsed +EXPORT_SYMBOL sound/core/snd-pcm 0x5e7f4920 snd_pcm_format_set_silence +EXPORT_SYMBOL sound/core/snd-pcm 0x6448e81a snd_dma_buffer_mmap +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 0x699234b8 snd_pcm_lib_preallocate_free_for_all +EXPORT_SYMBOL sound/core/snd-pcm 0x6d5392cd snd_pcm_hw_constraint_msbits +EXPORT_SYMBOL sound/core/snd-pcm 0x6ef8fcd8 snd_pcm_format_linear +EXPORT_SYMBOL sound/core/snd-pcm 0x834dc955 snd_pcm_format_size +EXPORT_SYMBOL sound/core/snd-pcm 0x8827249c snd_pcm_set_managed_buffer +EXPORT_SYMBOL sound/core/snd-pcm 0x8840c6e8 snd_pcm_mmap_data +EXPORT_SYMBOL sound/core/snd-pcm 0x89da700e snd_pcm_period_elapsed_under_stream_lock +EXPORT_SYMBOL sound/core/snd-pcm 0x8ec768fe snd_sgbuf_get_addr +EXPORT_SYMBOL sound/core/snd-pcm 0x8ee2c691 snd_pcm_lib_malloc_pages +EXPORT_SYMBOL sound/core/snd-pcm 0x94098ff8 snd_interval_list +EXPORT_SYMBOL sound/core/snd-pcm 0x95269be4 snd_sgbuf_get_page +EXPORT_SYMBOL sound/core/snd-pcm 0x963d2537 snd_pcm_lib_free_vmalloc_buffer +EXPORT_SYMBOL sound/core/snd-pcm 0x97db809e snd_pcm_lib_preallocate_pages +EXPORT_SYMBOL sound/core/snd-pcm 0x9dff0d3f snd_pcm_lib_preallocate_pages_for_all +EXPORT_SYMBOL sound/core/snd-pcm 0x9f9b53da snd_pcm_hw_constraint_minmax +EXPORT_SYMBOL sound/core/snd-pcm 0xa1fcdec2 snd_pcm_kernel_ioctl +EXPORT_SYMBOL sound/core/snd-pcm 0xa379813a __snd_pcm_lib_xfer +EXPORT_SYMBOL sound/core/snd-pcm 0xa3afe521 snd_dma_free_pages +EXPORT_SYMBOL sound/core/snd-pcm 0xa57aa20f snd_pcm_hw_constraint_ranges +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 0xae4d9c4c snd_pcm_hw_param_first +EXPORT_SYMBOL sound/core/snd-pcm 0xafce7d00 snd_pcm_new_internal +EXPORT_SYMBOL sound/core/snd-pcm 0xb86e37ba snd_pcm_create_iec958_consumer +EXPORT_SYMBOL sound/core/snd-pcm 0xb8753961 snd_pcm_lib_get_vmalloc_page +EXPORT_SYMBOL sound/core/snd-pcm 0xb9638db4 snd_pcm_rate_to_rate_bit +EXPORT_SYMBOL sound/core/snd-pcm 0xc1edca1b snd_pcm_hw_constraint_mask64 +EXPORT_SYMBOL sound/core/snd-pcm 0xc3596556 snd_pcm_hw_rule_noresample +EXPORT_SYMBOL sound/core/snd-pcm 0xc3f66da9 snd_pcm_stop +EXPORT_SYMBOL sound/core/snd-pcm 0xc4ec6ab2 snd_pcm_hw_refine +EXPORT_SYMBOL sound/core/snd-pcm 0xcd251108 snd_pcm_release_substream +EXPORT_SYMBOL sound/core/snd-pcm 0xd180ec8a snd_pcm_open_substream +EXPORT_SYMBOL sound/core/snd-pcm 0xd76be177 snd_sgbuf_get_chunk_size +EXPORT_SYMBOL sound/core/snd-pcm 0xe56a9336 snd_pcm_format_width +EXPORT_SYMBOL sound/core/snd-pcm 0xe813510e snd_dma_alloc_dir_pages +EXPORT_SYMBOL sound/core/snd-pcm 0xee08ea3d snd_pcm_new +EXPORT_SYMBOL sound/core/snd-pcm 0xef084aa6 snd_pcm_hw_constraint_integer +EXPORT_SYMBOL sound/core/snd-pcm 0xf9186ff9 _snd_pcm_lib_alloc_vmalloc_buffer +EXPORT_SYMBOL sound/core/snd-pcm 0xff6104d0 snd_pcm_rate_bit_to_rate +EXPORT_SYMBOL sound/core/snd-rawmidi 0x07d17934 snd_rawmidi_new +EXPORT_SYMBOL sound/core/snd-rawmidi 0x0bac6a57 snd_rawmidi_kernel_release +EXPORT_SYMBOL sound/core/snd-rawmidi 0x0d2d30a2 snd_rawmidi_kernel_read +EXPORT_SYMBOL sound/core/snd-rawmidi 0x14add2ac snd_rawmidi_drain_output +EXPORT_SYMBOL sound/core/snd-rawmidi 0x17c6141c snd_rawmidi_info_select +EXPORT_SYMBOL sound/core/snd-rawmidi 0x222d1cc3 snd_rawmidi_drop_output +EXPORT_SYMBOL sound/core/snd-rawmidi 0x46b15820 snd_rawmidi_proceed +EXPORT_SYMBOL sound/core/snd-rawmidi 0x48f85a57 snd_rawmidi_output_params +EXPORT_SYMBOL sound/core/snd-rawmidi 0x6221c283 snd_rawmidi_drain_input +EXPORT_SYMBOL sound/core/snd-rawmidi 0x70d7bedc snd_rawmidi_input_params +EXPORT_SYMBOL sound/core/snd-rawmidi 0x73c5a407 snd_rawmidi_set_ops +EXPORT_SYMBOL sound/core/snd-rawmidi 0x88163bb7 snd_rawmidi_kernel_open +EXPORT_SYMBOL sound/core/snd-rawmidi 0x9d64f5c1 snd_rawmidi_transmit_empty +EXPORT_SYMBOL sound/core/snd-rawmidi 0xa1bff6f2 snd_rawmidi_receive +EXPORT_SYMBOL sound/core/snd-rawmidi 0xad7537a4 snd_rawmidi_kernel_write +EXPORT_SYMBOL sound/core/snd-rawmidi 0xb7f165bb snd_rawmidi_transmit +EXPORT_SYMBOL sound/core/snd-rawmidi 0xcff650aa snd_rawmidi_transmit_ack +EXPORT_SYMBOL sound/core/snd-rawmidi 0xdb698ad8 snd_rawmidi_transmit_peek +EXPORT_SYMBOL sound/core/snd-seq-device 0x091def1c snd_seq_autoload_exit +EXPORT_SYMBOL sound/core/snd-seq-device 0x370a0736 snd_seq_autoload_init +EXPORT_SYMBOL sound/core/snd-seq-device 0x6339b6d0 snd_seq_device_load_drivers +EXPORT_SYMBOL sound/core/snd-seq-device 0xd065099c snd_seq_device_new +EXPORT_SYMBOL sound/core/snd-timer 0x03c305c4 snd_timer_resolution +EXPORT_SYMBOL sound/core/snd-timer 0x05add0b4 snd_timer_global_register +EXPORT_SYMBOL sound/core/snd-timer 0x1fd89d05 snd_timer_new +EXPORT_SYMBOL sound/core/snd-timer 0x39d916d8 snd_timer_instance_free +EXPORT_SYMBOL sound/core/snd-timer 0x6ce028fd snd_timer_close +EXPORT_SYMBOL sound/core/snd-timer 0x732ac346 snd_timer_global_free +EXPORT_SYMBOL sound/core/snd-timer 0x88d4cdbb snd_timer_open +EXPORT_SYMBOL sound/core/snd-timer 0xa401475b snd_timer_interrupt +EXPORT_SYMBOL sound/core/snd-timer 0xaac18d50 snd_timer_pause +EXPORT_SYMBOL sound/core/snd-timer 0xbb9872a2 snd_timer_instance_new +EXPORT_SYMBOL sound/core/snd-timer 0xc8a21aee snd_timer_start +EXPORT_SYMBOL sound/core/snd-timer 0xcd59b8c6 snd_timer_stop +EXPORT_SYMBOL sound/core/snd-timer 0xd04808c7 snd_timer_continue +EXPORT_SYMBOL sound/core/snd-timer 0xd416808d snd_timer_notify +EXPORT_SYMBOL sound/core/snd-timer 0xe883dd2b snd_timer_global_new +EXPORT_SYMBOL sound/drivers/mpu401/snd-mpu401-uart 0x5871dc72 snd_mpu401_uart_new +EXPORT_SYMBOL sound/drivers/mpu401/snd-mpu401-uart 0x6d629c59 snd_mpu401_uart_interrupt_tx +EXPORT_SYMBOL sound/drivers/mpu401/snd-mpu401-uart 0xc0fec227 snd_mpu401_uart_interrupt +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x05060a19 snd_opl3_regmap +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x367def55 snd_opl3_new +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x56f646ac snd_opl3_interrupt +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x6dfd6466 snd_opl3_hwdep_new +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0xb0f88018 snd_opl3_timer_new +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0xb22009af snd_opl3_init +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0xb3a282a2 snd_opl3_create +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0xc278ba39 snd_opl3_find_patch +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0xda12ee81 snd_opl3_reset +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0xe7b60932 snd_opl3_load_patch +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x226138b0 snd_vx_threaded_irq_handler +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x588ef849 snd_vx_dsp_load +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x5ddbc5d6 snd_vx_resume +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x69f79c4e snd_vx_suspend +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x7fc24ede snd_vx_check_reg_bit +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x95301937 snd_vx_dsp_boot +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xa11e56eb snd_vx_free_firmware +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xc4897a32 snd_vx_setup_firmware +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xcd3ccdbe snd_vx_create +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xf1f04d23 snd_vx_irq_handler +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xf47af176 snd_vx_load_boot_image +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x033c172d iso_packets_buffer_destroy +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x0388ba33 cmp_connection_update +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x0e79e11f fcp_bus_reset +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x0e97ba1c cmp_connection_init +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x17f4e480 fw_iso_resources_allocate +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x20254e45 amdtp_syt_intervals +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x2b7f431f cmp_connection_establish +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x2c0304c1 cmp_connection_check_used +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x3993789e avc_general_set_sig_fmt +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x3b7067e0 cmp_connection_break +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x4353d73e avc_general_get_sig_fmt +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x53ca18e8 amdtp_rate_table +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x57aeed92 amdtp_stream_get_max_payload +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x613946b0 fw_iso_resources_init +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x83276fd1 cmp_connection_reserve +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x8c1e1d79 amdtp_stream_set_parameters +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x9ec11df8 amdtp_stream_pcm_abort +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xa5c1e1f5 amdtp_stream_init +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xac7b6628 snd_fw_transaction +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xb1c229f1 fw_iso_resources_free +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xbfa13630 fw_iso_resources_update +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xc5c47b5a amdtp_stream_update +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xc93bec9d amdtp_stream_add_pcm_hw_constraints +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xca87121b fw_iso_resources_destroy +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xcaced7a8 fcp_avc_transaction +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xcf8c052e cmp_connection_release +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xd762db0d amdtp_stream_pcm_prepare +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xdf155997 amdtp_stream_destroy +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xe736236e iso_packets_buffer_init +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xeb14f42a cmp_connection_destroy +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xf52568c5 avc_general_get_plug_info +EXPORT_SYMBOL sound/hda/snd-intel-dspcfg 0x3b2c96d5 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 0xacb4e662 snd_ak4113_suspend +EXPORT_SYMBOL sound/i2c/other/snd-ak4113 0xe47407d7 snd_ak4113_resume +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x13dc60ed snd_ak4114_reinit +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x4bfd7208 snd_ak4114_build +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x6e8a3364 snd_ak4114_external_rate +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x76b5d8b5 snd_ak4114_resume +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0xadeb869b snd_ak4114_suspend +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0xc564522e snd_ak4114_create +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0xcb501006 snd_ak4114_check_rate_and_errors +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0xdad5e48c snd_ak4114_reg_write +EXPORT_SYMBOL sound/i2c/other/snd-ak4117 0x17c7f6db snd_ak4117_check_rate_and_errors +EXPORT_SYMBOL sound/i2c/other/snd-ak4117 0x49fef0d2 snd_ak4117_create +EXPORT_SYMBOL sound/i2c/other/snd-ak4117 0x57d4919a snd_ak4117_reg_write +EXPORT_SYMBOL sound/i2c/other/snd-ak4117 0xa1627f0a snd_ak4117_build +EXPORT_SYMBOL sound/i2c/other/snd-ak4117 0xab8c1cb6 snd_ak4117_external_rate +EXPORT_SYMBOL sound/i2c/other/snd-ak4117 0xe8aeba83 snd_ak4117_reinit +EXPORT_SYMBOL sound/i2c/other/snd-ak4xxx-adda 0x192ecfb4 snd_akm4xxx_reset +EXPORT_SYMBOL sound/i2c/other/snd-ak4xxx-adda 0x81f61392 snd_akm4xxx_write +EXPORT_SYMBOL sound/i2c/other/snd-ak4xxx-adda 0x9b4a464d snd_akm4xxx_build_controls +EXPORT_SYMBOL sound/i2c/other/snd-ak4xxx-adda 0xdffd3110 snd_akm4xxx_init +EXPORT_SYMBOL sound/i2c/other/snd-pt2258 0x080a0cb5 snd_pt2258_reset +EXPORT_SYMBOL sound/i2c/other/snd-pt2258 0x40c61f10 snd_pt2258_build_controls +EXPORT_SYMBOL sound/i2c/snd-cs8427 0x63cb2cf1 snd_cs8427_create +EXPORT_SYMBOL sound/i2c/snd-cs8427 0x75da22b9 snd_cs8427_reg_write +EXPORT_SYMBOL sound/i2c/snd-cs8427 0x7833ce36 snd_cs8427_init +EXPORT_SYMBOL sound/i2c/snd-cs8427 0x7eea0d8b snd_cs8427_iec958_active +EXPORT_SYMBOL sound/i2c/snd-cs8427 0x882d7168 snd_cs8427_iec958_build +EXPORT_SYMBOL sound/i2c/snd-cs8427 0xbb9b8e18 snd_cs8427_iec958_pcm +EXPORT_SYMBOL sound/i2c/snd-i2c 0x06e75c7b snd_i2c_device_create +EXPORT_SYMBOL sound/i2c/snd-i2c 0x33b93ca2 snd_i2c_probeaddr +EXPORT_SYMBOL sound/i2c/snd-i2c 0x5a34d53d snd_i2c_bus_create +EXPORT_SYMBOL sound/i2c/snd-i2c 0x6d986bcf snd_i2c_readbytes +EXPORT_SYMBOL sound/i2c/snd-i2c 0x9a14cc43 snd_i2c_sendbytes +EXPORT_SYMBOL sound/i2c/snd-i2c 0xa8ddf081 snd_i2c_device_free +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0x2c12ea40 snd_sbmixer_write +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0x33274ca8 snd_sbmixer_new +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0x43e03434 snd_sbmixer_resume +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0x546f778a snd_sbdsp_command +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0x85395cc8 snd_sbdsp_reset +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0x9f950ff2 snd_sbdsp_get_byte +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0xa901ce75 snd_sbmixer_suspend +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0xde9f4c6d snd_sbmixer_add_ctl +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0xe7bfb866 snd_sbdsp_create +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0xef6824c4 snd_sbmixer_read +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x10af53fe snd_ac97_get_short_name +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x2d693a62 snd_ac97_read +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x3214802d snd_ac97_set_rate +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x3ae77644 snd_ac97_write +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x3e456d1c snd_ac97_pcm_assign +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x3f5fd3dd snd_ac97_pcm_double_rate_rules +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x42aac2a6 snd_ac97_mixer +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x5c266d10 snd_ac97_update_bits +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x66591904 snd_ac97_pcm_open +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x7a6aa45b snd_ac97_update +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x8764fcca snd_ac97_write_cache +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x9235f26d snd_ac97_tune_hardware +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x934bb3ae snd_ac97_resume +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x9ff57da5 snd_ac97_update_power +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xc484b47e snd_ac97_suspend +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xc9529763 snd_ac97_bus +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xf5899018 snd_ac97_pcm_close +EXPORT_SYMBOL sound/pci/asihpi/snd-asihpi 0x654dd8a9 hpi_send_recv +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x43d4eecf snd_emu10k1_synth_alloc +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x504b984d snd_emu10k1_ptr_read +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x58bb2676 snd_emu10k1_voice_alloc +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x7e9134d9 snd_emu10k1_ptr_write +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0xbc7c75e6 snd_emu10k1_memblk_map +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0xd341d96a snd_emu10k1_synth_copy_from_user +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0xdee573bb snd_emu10k1_synth_free +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0xed8e5505 snd_emu10k1_synth_bzero +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0xfc999407 snd_emu10k1_voice_free +EXPORT_SYMBOL sound/pci/ice1712/snd-ice17xx-ak4xxx 0xbb6a28eb snd_ice1712_akm4xxx_free +EXPORT_SYMBOL sound/pci/ice1712/snd-ice17xx-ak4xxx 0xd21f3899 snd_ice1712_akm4xxx_build_controls +EXPORT_SYMBOL sound/pci/ice1712/snd-ice17xx-ak4xxx 0xde4c83f7 snd_ice1712_akm4xxx_init +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x067620a5 oxygen_write8 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x09a8254b oxygen_write16_masked +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x1ec0aba1 oxygen_pci_pm +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x20bf5b83 oxygen_write_ac97 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x2915378c oxygen_read32 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x3e377621 oxygen_read8 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x420a5f38 oxygen_pci_shutdown +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x5387954c oxygen_write_ac97_masked +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x59152f3d oxygen_write_i2c +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x62131e72 oxygen_write_spi +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x75081dd0 oxygen_reset_uart +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x965c9b8e oxygen_write_uart +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x9cfa2e15 oxygen_read16 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x9dbb02b9 oxygen_write32_masked +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xaa2b7866 oxygen_write16 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xc159a542 oxygen_read_ac97 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xcc952a51 oxygen_update_dac_routing +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xd831118b oxygen_pci_probe +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xdd181db8 oxygen_write32 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xf046a7b9 oxygen_write8_masked +EXPORT_SYMBOL sound/pci/trident/snd-trident 0x280ad696 snd_trident_stop_voice +EXPORT_SYMBOL sound/pci/trident/snd-trident 0x2a908383 snd_trident_start_voice +EXPORT_SYMBOL sound/pci/trident/snd-trident 0x8618b5dc snd_trident_alloc_voice +EXPORT_SYMBOL sound/pci/trident/snd-trident 0xd358ff19 snd_trident_free_voice +EXPORT_SYMBOL sound/pci/trident/snd-trident 0xeacfb941 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 0x0f19a7a2 snd_soc_acpi_amd_rmb_sof_machines +EXPORT_SYMBOL sound/soc/amd/snd-acp-config 0x78a656d0 snd_amd_acp_find_config +EXPORT_SYMBOL sound/soc/amd/snd-acp-config 0xa9a793d4 snd_soc_acpi_amd_sof_machines +EXPORT_SYMBOL sound/soc/codecs/snd-soc-adau1372 0x15e17c8d adau1372_probe +EXPORT_SYMBOL sound/soc/codecs/snd-soc-lpass-wsa-macro 0x23f2d8f5 wsa_macro_set_spkr_mode +EXPORT_SYMBOL sound/soc/codecs/snd-soc-pcm3060 0x60cb7244 pcm3060_probe +EXPORT_SYMBOL sound/soc/codecs/snd-soc-pcm3060 0x9093e896 pcm3060_regmap +EXPORT_SYMBOL sound/soc/codecs/snd-soc-rt715 0xed2acb24 hda_to_sdw +EXPORT_SYMBOL sound/soc/codecs/snd-soc-tlv320aic23 0x9dca5e78 tlv320aic23_probe +EXPORT_SYMBOL sound/soc/codecs/snd-soc-tlv320aic23 0xd16d8dae tlv320aic23_regmap +EXPORT_SYMBOL sound/soc/codecs/snd-soc-tlv320aic32x4 0x8b839ba1 aic32x4_remove +EXPORT_SYMBOL sound/soc/codecs/snd-soc-tlv320aic32x4 0xbcd29cf7 aic32x4_regmap_config +EXPORT_SYMBOL sound/soc/codecs/snd-soc-tlv320aic32x4 0xd124e967 aic32x4_probe +EXPORT_SYMBOL sound/soc/codecs/snd-soc-tlv320aic3x 0xd4fee621 aic3x_probe +EXPORT_SYMBOL sound/soc/codecs/snd-soc-tlv320aic3x 0xf2e211e6 aic3x_remove +EXPORT_SYMBOL sound/soc/codecs/snd-soc-wcd-mbhc 0x2368849d 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 0x52854c8f wcd_mbhc_start +EXPORT_SYMBOL sound/soc/codecs/snd-soc-wcd-mbhc 0x789ebe56 wcd_mbhc_set_hph_type +EXPORT_SYMBOL sound/soc/codecs/snd-soc-wcd-mbhc 0xa5758a49 wcd_mbhc_get_hph_type +EXPORT_SYMBOL sound/soc/codecs/snd-soc-wcd-mbhc 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 0xf544ce29 wcd_mbhc_init +EXPORT_SYMBOL sound/soc/fsl/snd-soc-fsl-utils 0x1a1755ae fsl_asoc_get_pll_clocks +EXPORT_SYMBOL sound/soc/fsl/snd-soc-fsl-utils 0x25b1f492 fsl_asoc_reparent_pll_clocks +EXPORT_SYMBOL sound/soc/fsl/snd-soc-fsl-utils 0xe43017dc fsl_asoc_get_dma_channel +EXPORT_SYMBOL sound/soc/snd-soc-core 0xfeb9b115 snd_soc_alloc_ac97_component +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x02024d11 snd_sof_suspend +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x02c319e0 snd_sof_run_firmware +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x07f91fca sof_dai_get_bclk +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x15d68afb sof_io_read +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x1adadf30 snd_sof_runtime_suspend +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x1b0d4f68 sof_machine_register +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x1b84fab4 sof_mailbox_write +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x2310c484 snd_sof_ipc_get_reply +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x2506b9dd snd_sof_dsp_only_d0i3_compatible_stream_active +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x262c388a sof_ipc4_set_pipeline_state +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x2be48022 sof_block_write +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x2e98a804 snd_sof_runtime_idle +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x333aed0f sof_ipc_msg_data +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x3613e97f snd_sof_dsp_panic +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x368c6727 sof_debug_check_flag +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x37cca0d7 snd_sof_device_shutdown +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x44a88063 sof_mailbox_read +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x49713a77 sof_machine_unregister +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x4bc1b6ab sof_set_fw_state +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x4e0bafcc snd_sof_device_probe_completed +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x4ed57276 sof_ipc_set_get_data +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x4fb4a7ff snd_sof_device_remove +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x5013dfbc sof_stream_pcm_close +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x56c8e8db snd_sof_dsp_update_bits64_unlocked +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x6066fe1c snd_sof_ipc_init +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x60c894ee snd_sof_dsp_update_bits_unlocked +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x63a84928 sof_ipc_tx_message_no_pm +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x6544909d sof_set_stream_data_offset +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x726bd8de sof_io_write64 +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x76ef8d17 snd_sof_dsp_dbg_dump +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x9024028c sof_stream_pcm_open +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x905072e2 snd_sof_dsp_update_bits_forced +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x978adc73 snd_sof_ipc_reply +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x97fe5ee7 snd_sof_handle_fw_exception +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x9afa469e snd_sof_fw_unload +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xa340d8f9 sof_io_read64 +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xa6cc1cc7 snd_sof_complete +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xab553be6 snd_sof_runtime_resume +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xb0c64974 sof_io_write +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xb73231b1 snd_sof_dsp_update_bits +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xb850684a snd_sof_ipc_free +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xba754f3e sof_print_oops_and_stack +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xbab49b50 sof_ipc_tx_message +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xbd6c212a sof_widget_setup +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xbe7f96de snd_sof_pci_update_bits +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xc4806d31 snd_sof_resume +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xc7789b6d snd_sof_load_topology +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xcaa6d6ce sof_block_read +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xcb88fcd0 snd_sof_prepare +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xd1d931ef snd_sof_load_firmware_memcpy +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xd869903b sof_machine_check +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xe88c1a6e sof_widget_free +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xea4bd993 snd_sof_dsp_update_bits64 +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xec4ca78e sof_pcm_dai_link_fixup +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xef719a9e snd_sof_device_probe +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xf0398b62 snd_sof_pcm_period_elapsed +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xf38e35d5 sof_dai_get_mclk +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xf589b112 snd_sof_load_firmware_raw +EXPORT_SYMBOL sound/soc/sof/snd-sof-utils 0x0b39ff5a snd_sof_create_page_table +EXPORT_SYMBOL sound/soundcore 0x31a854b4 register_sound_mixer +EXPORT_SYMBOL sound/soundcore 0x529bb951 register_sound_special_device +EXPORT_SYMBOL sound/soundcore 0x65d7dae5 register_sound_dsp +EXPORT_SYMBOL sound/soundcore 0x72f56189 register_sound_special +EXPORT_SYMBOL sound/soundcore 0x7afc9d8a unregister_sound_mixer +EXPORT_SYMBOL sound/soundcore 0x99c95fa5 unregister_sound_special +EXPORT_SYMBOL sound/soundcore 0xcd083b10 unregister_sound_dsp +EXPORT_SYMBOL sound/soundcore 0xf0928a4e sound_class +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0x05398f3f snd_emux_new +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0x21c08c46 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 0xa6f1ae5e snd_emux_register +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0xb453ad51 snd_emux_free +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0xbe20256e snd_emux_unlock_voice +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0xc40c370d snd_emux_lock_voice +EXPORT_SYMBOL sound/synth/snd-util-mem 0x0eda33fa snd_util_memhdr_new +EXPORT_SYMBOL sound/synth/snd-util-mem 0x2a48197f snd_util_mem_alloc +EXPORT_SYMBOL sound/synth/snd-util-mem 0x6517719f __snd_util_mem_free +EXPORT_SYMBOL sound/synth/snd-util-mem 0x914f3491 snd_util_memhdr_free +EXPORT_SYMBOL sound/synth/snd-util-mem 0x9223e14b snd_util_mem_free +EXPORT_SYMBOL sound/synth/snd-util-mem 0x9adc8c44 __snd_util_memblk_new +EXPORT_SYMBOL sound/synth/snd-util-mem 0xc59655e4 snd_util_mem_avail +EXPORT_SYMBOL sound/synth/snd-util-mem 0xd28dc0da __snd_util_mem_alloc +EXPORT_SYMBOL sound/usb/snd-usbmidi-lib 0x16756dc0 snd_usbmidi_input_start +EXPORT_SYMBOL sound/usb/snd-usbmidi-lib 0x2018d228 __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 0x00124212 dma_map_sg_attrs +EXPORT_SYMBOL vmlinux 0x00148653 vsnprintf +EXPORT_SYMBOL vmlinux 0x00383b60 elv_rb_find +EXPORT_SYMBOL vmlinux 0x006949e5 kernel_bind +EXPORT_SYMBOL vmlinux 0x006b4ee2 __inc_node_page_state +EXPORT_SYMBOL vmlinux 0x007a6f44 xfrm_state_register_afinfo +EXPORT_SYMBOL vmlinux 0x0087f190 xfrm_input_resume +EXPORT_SYMBOL vmlinux 0x009b5fcc md_handle_request +EXPORT_SYMBOL vmlinux 0x00a4b044 amd_iommu_deactivate_guest_mode +EXPORT_SYMBOL vmlinux 0x00af3f96 mr_rtm_dumproute +EXPORT_SYMBOL vmlinux 0x00b4e615 posix_acl_equiv_mode +EXPORT_SYMBOL vmlinux 0x00b756ed md_write_start +EXPORT_SYMBOL vmlinux 0x00b955b9 generic_writepages +EXPORT_SYMBOL vmlinux 0x00d7c912 __neigh_create +EXPORT_SYMBOL vmlinux 0x00d7e722 vme_lm_count +EXPORT_SYMBOL vmlinux 0x00dd7708 __skb_recv_udp +EXPORT_SYMBOL vmlinux 0x00f82942 acpi_match_device_ids +EXPORT_SYMBOL vmlinux 0x01000e51 schedule +EXPORT_SYMBOL vmlinux 0x0102515f page_pool_alloc_frag +EXPORT_SYMBOL vmlinux 0x0110f1a0 ip_mc_leave_group +EXPORT_SYMBOL vmlinux 0x01156ae4 utf8_strncasecmp_folded +EXPORT_SYMBOL vmlinux 0x011afdf3 processors +EXPORT_SYMBOL vmlinux 0x01298309 devfreq_update_status +EXPORT_SYMBOL vmlinux 0x013f26ae dma_fence_get_stub +EXPORT_SYMBOL vmlinux 0x0147812c kblockd_mod_delayed_work_on +EXPORT_SYMBOL vmlinux 0x015fd128 cros_ec_prepare_tx +EXPORT_SYMBOL vmlinux 0x016b73ac keyring_search +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 0x018337b4 __xfrm_dst_lookup +EXPORT_SYMBOL vmlinux 0x0183383e of_find_mipi_dsi_host_by_node +EXPORT_SYMBOL vmlinux 0x0188cd88 vme_alloc_consistent +EXPORT_SYMBOL vmlinux 0x019e0d83 xfrm_state_alloc +EXPORT_SYMBOL vmlinux 0x01affeab tcf_block_put_ext +EXPORT_SYMBOL vmlinux 0x01b6865c xa_get_mark +EXPORT_SYMBOL vmlinux 0x01bf55fc paddr_vmcoreinfo_note +EXPORT_SYMBOL vmlinux 0x01c44cbe vme_new_dma_list +EXPORT_SYMBOL vmlinux 0x01cb1fc7 proc_create +EXPORT_SYMBOL vmlinux 0x01d026f6 mr_fill_mroute +EXPORT_SYMBOL vmlinux 0x01de38a5 inet6_protos +EXPORT_SYMBOL vmlinux 0x01e3ce66 param_get_int +EXPORT_SYMBOL vmlinux 0x01e61d6c __x86_indirect_call_thunk_r12 +EXPORT_SYMBOL vmlinux 0x01eb45bb skb_queue_purge +EXPORT_SYMBOL vmlinux 0x01fdc598 flow_rule_match_enc_ports +EXPORT_SYMBOL vmlinux 0x0209f3a7 secure_ipv6_port_ephemeral +EXPORT_SYMBOL vmlinux 0x020dbf27 bitmap_alloc +EXPORT_SYMBOL vmlinux 0x022270d1 input_flush_device +EXPORT_SYMBOL vmlinux 0x0228925f iowrite64_hi_lo +EXPORT_SYMBOL vmlinux 0x02293ac3 dma_fence_chain_ops +EXPORT_SYMBOL vmlinux 0x022b1188 xfrm_trans_queue +EXPORT_SYMBOL vmlinux 0x022c6ebb kern_unmount +EXPORT_SYMBOL vmlinux 0x022f6b57 blkdev_issue_discard +EXPORT_SYMBOL vmlinux 0x0237b57a arch_unregister_cpu +EXPORT_SYMBOL vmlinux 0x023d1b90 wrmsr_on_cpu +EXPORT_SYMBOL vmlinux 0x024137c8 refresh_frequency_limits +EXPORT_SYMBOL vmlinux 0x0248efd3 kstrtobool_from_user +EXPORT_SYMBOL vmlinux 0x024ee9d1 devm_extcon_register_notifier_all +EXPORT_SYMBOL vmlinux 0x0252fcc7 sk_alloc +EXPORT_SYMBOL vmlinux 0x02686362 input_set_capability +EXPORT_SYMBOL vmlinux 0x0274dc2b netif_get_num_default_rss_queues +EXPORT_SYMBOL vmlinux 0x0296695f refcount_warn_saturate +EXPORT_SYMBOL vmlinux 0x02978218 kobject_add +EXPORT_SYMBOL vmlinux 0x02c656b6 acpi_enable_all_runtime_gpes +EXPORT_SYMBOL vmlinux 0x02d60e2d xp_dma_sync_for_device_slow +EXPORT_SYMBOL vmlinux 0x03059881 security_unix_stream_connect +EXPORT_SYMBOL vmlinux 0x031eb98b unregister_cdrom +EXPORT_SYMBOL vmlinux 0x0334da4e scsi_command_size_tbl +EXPORT_SYMBOL vmlinux 0x033b7d71 super_setup_bdi +EXPORT_SYMBOL vmlinux 0x035902a0 alloc_netdev_mqs +EXPORT_SYMBOL vmlinux 0x035c9e20 acpi_device_set_power +EXPORT_SYMBOL vmlinux 0x0360d67f make_flow_keys_digest +EXPORT_SYMBOL vmlinux 0x0362f9a8 __x86_indirect_thunk_r12 +EXPORT_SYMBOL vmlinux 0x0366307a console_suspend_enabled +EXPORT_SYMBOL vmlinux 0x036cce78 tty_termios_input_baud_rate +EXPORT_SYMBOL vmlinux 0x037a0cba kfree +EXPORT_SYMBOL vmlinux 0x037d61bd clkdev_add +EXPORT_SYMBOL vmlinux 0x03815f35 ledtrig_disk_activity +EXPORT_SYMBOL vmlinux 0x038538b9 sched_autogroup_detach +EXPORT_SYMBOL vmlinux 0x038ec98c submit_bh +EXPORT_SYMBOL vmlinux 0x0397edd5 fb_edid_to_monspecs +EXPORT_SYMBOL vmlinux 0x03acfc27 pci_enable_msix_range +EXPORT_SYMBOL vmlinux 0x03b814ca bpf_dispatcher_xdp_func +EXPORT_SYMBOL vmlinux 0x03b8a1ac nla_reserve_nohdr +EXPORT_SYMBOL vmlinux 0x03bf0e5a acpi_walk_resource_buffer +EXPORT_SYMBOL vmlinux 0x03e96240 put_disk +EXPORT_SYMBOL vmlinux 0x03eb7015 mmc_alloc_host +EXPORT_SYMBOL vmlinux 0x03fd2571 vm_unmap_ram +EXPORT_SYMBOL vmlinux 0x044154c6 tc_skb_ext_tc +EXPORT_SYMBOL vmlinux 0x04482cdb __refrigerator +EXPORT_SYMBOL vmlinux 0x044acd04 uart_add_one_port +EXPORT_SYMBOL vmlinux 0x044f0ad9 get_random_u16 +EXPORT_SYMBOL vmlinux 0x0450d3ad ___pskb_trim +EXPORT_SYMBOL vmlinux 0x046175d8 phy_device_create +EXPORT_SYMBOL vmlinux 0x0474edef kstrtou16_from_user +EXPORT_SYMBOL vmlinux 0x0479aac1 seq_list_next_rcu +EXPORT_SYMBOL vmlinux 0x047c7e8a param_ops_short +EXPORT_SYMBOL vmlinux 0x0484c6c4 acpi_enter_sleep_state_prep +EXPORT_SYMBOL vmlinux 0x04863e28 hdmi_audio_infoframe_pack_only +EXPORT_SYMBOL vmlinux 0x049e8a14 xfrm_if_register_cb +EXPORT_SYMBOL vmlinux 0x04a7a770 get_tree_single_reconf +EXPORT_SYMBOL vmlinux 0x04afaead eth_get_headlen +EXPORT_SYMBOL vmlinux 0x04b9e226 PageMovable +EXPORT_SYMBOL vmlinux 0x04c62fd7 __memset +EXPORT_SYMBOL vmlinux 0x04d24402 iwe_stream_add_point +EXPORT_SYMBOL vmlinux 0x04d62e5c phy_stop +EXPORT_SYMBOL vmlinux 0x04d72472 netdev_class_create_file_ns +EXPORT_SYMBOL vmlinux 0x04d8c750 release_perfctr_nmi +EXPORT_SYMBOL vmlinux 0x04d9ff5e blk_rq_init +EXPORT_SYMBOL vmlinux 0x04e26004 __tracepoint_dma_fence_enable_signal +EXPORT_SYMBOL vmlinux 0x04ea5d10 ksize +EXPORT_SYMBOL vmlinux 0x05048c8a __f_setown +EXPORT_SYMBOL vmlinux 0x050877b9 dmi_first_match +EXPORT_SYMBOL vmlinux 0x051b4f51 neigh_resolve_output +EXPORT_SYMBOL vmlinux 0x051d58e8 dma_fence_wait_any_timeout +EXPORT_SYMBOL vmlinux 0x05240ee7 percpu_counter_batch +EXPORT_SYMBOL vmlinux 0x053671d4 amd_iommu_snp_en +EXPORT_SYMBOL vmlinux 0x0537c862 cdrom_open +EXPORT_SYMBOL vmlinux 0x054496b4 schedule_timeout_interruptible +EXPORT_SYMBOL vmlinux 0x055e77e8 jiffies_64 +EXPORT_SYMBOL vmlinux 0x055f5c30 backlight_device_unregister +EXPORT_SYMBOL vmlinux 0x0562dc30 __sg_page_iter_start +EXPORT_SYMBOL vmlinux 0x056bcf7b dm_read_arg +EXPORT_SYMBOL vmlinux 0x057e19c0 __traceiter_spi_transfer_start +EXPORT_SYMBOL vmlinux 0x0584c8b0 tty_driver_flush_buffer +EXPORT_SYMBOL vmlinux 0x0588e6bb sock_no_linger +EXPORT_SYMBOL vmlinux 0x059e1482 __traceiter_dma_fence_emit +EXPORT_SYMBOL vmlinux 0x05b2a0ed __xfrm_state_destroy +EXPORT_SYMBOL vmlinux 0x05bf6ab3 input_set_keycode +EXPORT_SYMBOL vmlinux 0x05c2c796 xfrm_state_delete +EXPORT_SYMBOL vmlinux 0x05c60628 __sock_queue_rcv_skb +EXPORT_SYMBOL vmlinux 0x05eb2df7 pci_scan_root_bus_bridge +EXPORT_SYMBOL vmlinux 0x05f20b7b nla_reserve +EXPORT_SYMBOL vmlinux 0x06052f8d __memmove +EXPORT_SYMBOL vmlinux 0x0606ed66 __SCK__tp_func_spi_transfer_start +EXPORT_SYMBOL vmlinux 0x060ba97c gen_pool_free_owner +EXPORT_SYMBOL vmlinux 0x060f39f4 mntput +EXPORT_SYMBOL vmlinux 0x061271bf unlock_new_inode +EXPORT_SYMBOL vmlinux 0x061651be strcat +EXPORT_SYMBOL vmlinux 0x06183fe3 neigh_ifdown +EXPORT_SYMBOL vmlinux 0x061aecbe pm8606_osc_enable +EXPORT_SYMBOL vmlinux 0x06319077 flow_indr_dev_unregister +EXPORT_SYMBOL vmlinux 0x0634100a bitmap_parselist_user +EXPORT_SYMBOL vmlinux 0x0637a624 cdev_del +EXPORT_SYMBOL vmlinux 0x0668b595 _kstrtoul +EXPORT_SYMBOL vmlinux 0x0675b41c xfrm_find_acq +EXPORT_SYMBOL vmlinux 0x0679cd04 readahead_expand +EXPORT_SYMBOL vmlinux 0x0696c93b netif_tx_wake_queue +EXPORT_SYMBOL vmlinux 0x069bb998 blk_integrity_unregister +EXPORT_SYMBOL vmlinux 0x06a86bc1 iowrite16 +EXPORT_SYMBOL vmlinux 0x06bb2b86 __scsi_device_lookup_by_target +EXPORT_SYMBOL vmlinux 0x06bd88b5 ucs2_strnlen +EXPORT_SYMBOL vmlinux 0x06bfdb4b mpage_read_folio +EXPORT_SYMBOL vmlinux 0x06c511b0 register_filesystem +EXPORT_SYMBOL vmlinux 0x06c6dc2a vlan_dev_real_dev +EXPORT_SYMBOL vmlinux 0x06d11488 __bitmap_equal +EXPORT_SYMBOL vmlinux 0x06d34b63 fget +EXPORT_SYMBOL vmlinux 0x06e74e39 genphy_setup_forced +EXPORT_SYMBOL vmlinux 0x06f2aba9 flow_rule_match_enc_ipv6_addrs +EXPORT_SYMBOL vmlinux 0x07098248 xz_dec_microlzma_alloc +EXPORT_SYMBOL vmlinux 0x072e1ed5 wait_for_key_construction +EXPORT_SYMBOL vmlinux 0x072f901c vme_master_rmw +EXPORT_SYMBOL vmlinux 0x0730700d __xfrm_route_forward +EXPORT_SYMBOL vmlinux 0x073ef5e0 mmc_sw_reset +EXPORT_SYMBOL vmlinux 0x0745a981 xa_erase +EXPORT_SYMBOL vmlinux 0x077c5eef tcp_mtu_to_mss +EXPORT_SYMBOL vmlinux 0x078ea323 input_set_min_poll_interval +EXPORT_SYMBOL vmlinux 0x07a39a84 neigh_seq_next +EXPORT_SYMBOL vmlinux 0x07a5da01 jbd2_journal_get_create_access +EXPORT_SYMBOL vmlinux 0x07a6adec scsi_register_interface +EXPORT_SYMBOL vmlinux 0x07a71bb5 __netlink_dump_start +EXPORT_SYMBOL vmlinux 0x07a890c8 fb_alloc_cmap +EXPORT_SYMBOL vmlinux 0x07cc4a5d printk_timed_ratelimit +EXPORT_SYMBOL vmlinux 0x07ceeac9 panic_notifier_list +EXPORT_SYMBOL vmlinux 0x07cffa65 tcp_enter_cwr +EXPORT_SYMBOL vmlinux 0x07d8ba6f genlmsg_multicast_allns +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 0x0814c744 netdev_txq_to_tc +EXPORT_SYMBOL vmlinux 0x08162c74 free_bucket_spinlocks +EXPORT_SYMBOL vmlinux 0x082c3213 pci_root_buses +EXPORT_SYMBOL vmlinux 0x083eb21c rfkill_unregister +EXPORT_SYMBOL vmlinux 0x09028e82 set_nlink +EXPORT_SYMBOL vmlinux 0x09045038 nf_unregister_net_hook +EXPORT_SYMBOL vmlinux 0x0909ca90 netdev_emerg +EXPORT_SYMBOL vmlinux 0x090b4754 d_set_d_op +EXPORT_SYMBOL vmlinux 0x0916dae3 __blkdev_issue_zeroout +EXPORT_SYMBOL vmlinux 0x091c387e __devm_mdiobus_register +EXPORT_SYMBOL vmlinux 0x0924feb8 phy_sfp_probe +EXPORT_SYMBOL vmlinux 0x09274d5e cdrom_check_events +EXPORT_SYMBOL vmlinux 0x092a1eaf build_skb_around +EXPORT_SYMBOL vmlinux 0x092e26bf acpi_remove_address_space_handler +EXPORT_SYMBOL vmlinux 0x09320f37 xfrm_input_register_afinfo +EXPORT_SYMBOL vmlinux 0x093712e5 acpi_purge_cached_objects +EXPORT_SYMBOL vmlinux 0x094858df dquot_quota_on_mount +EXPORT_SYMBOL vmlinux 0x095501b7 i2c_del_driver +EXPORT_SYMBOL vmlinux 0x0966e107 __x86_indirect_call_thunk_r9 +EXPORT_SYMBOL vmlinux 0x09769037 dmt_modes +EXPORT_SYMBOL vmlinux 0x097af021 neigh_proc_dointvec_jiffies +EXPORT_SYMBOL vmlinux 0x098b2dab may_umount_tree +EXPORT_SYMBOL vmlinux 0x098b71c6 fb_dealloc_cmap +EXPORT_SYMBOL vmlinux 0x0998cc3c hdmi_infoframe_unpack +EXPORT_SYMBOL vmlinux 0x09a98a4b to_nd_btt +EXPORT_SYMBOL vmlinux 0x09ab7cf6 inet_unregister_protosw +EXPORT_SYMBOL vmlinux 0x09ce852b pnp_register_driver +EXPORT_SYMBOL vmlinux 0x09d05fc3 unix_destruct_scm +EXPORT_SYMBOL vmlinux 0x09d44df9 in_lock_functions +EXPORT_SYMBOL vmlinux 0x09da0ba4 xa_set_mark +EXPORT_SYMBOL vmlinux 0x09e59c7e security_path_mkdir +EXPORT_SYMBOL vmlinux 0x0a012f73 mb_cache_entry_touch +EXPORT_SYMBOL vmlinux 0x0a0ebc08 __xa_cmpxchg +EXPORT_SYMBOL vmlinux 0x0a19b956 __stack_chk_fail +EXPORT_SYMBOL vmlinux 0x0a1e8769 utf8_casefold_hash +EXPORT_SYMBOL vmlinux 0x0a24f2e0 arp_create +EXPORT_SYMBOL vmlinux 0x0a36f411 __SCK__tp_func_module_get +EXPORT_SYMBOL vmlinux 0x0a6ea92f netdev_lower_dev_get_private +EXPORT_SYMBOL vmlinux 0x0a770832 register_memory_notifier +EXPORT_SYMBOL vmlinux 0x0a778d7f insert_inode_locked +EXPORT_SYMBOL vmlinux 0x0a7cb62a sched_autogroup_create_attach +EXPORT_SYMBOL vmlinux 0x0a7fc4f5 amd_iommu_domain_enable_v2 +EXPORT_SYMBOL vmlinux 0x0a84b15d zstd_init_cctx +EXPORT_SYMBOL vmlinux 0x0a8a6686 path_is_mountpoint +EXPORT_SYMBOL vmlinux 0x0a903a85 simple_dentry_operations +EXPORT_SYMBOL vmlinux 0x0a9ba04f srso_untrain_ret +EXPORT_SYMBOL vmlinux 0x0aa309cf synchronize_hardirq +EXPORT_SYMBOL vmlinux 0x0aaccc92 pci_remap_iospace +EXPORT_SYMBOL vmlinux 0x0acf7679 dma_issue_pending_all +EXPORT_SYMBOL vmlinux 0x0ad476be put_cmsg_scm_timestamping +EXPORT_SYMBOL vmlinux 0x0afa3d94 phy_write_paged +EXPORT_SYMBOL vmlinux 0x0b182733 __skb_try_recv_datagram +EXPORT_SYMBOL vmlinux 0x0b19b445 ioread8 +EXPORT_SYMBOL vmlinux 0x0b1beb31 vmalloc_32_user +EXPORT_SYMBOL vmlinux 0x0b26b8c8 acpi_run_osc +EXPORT_SYMBOL vmlinux 0x0b290ada dma_fence_chain_walk +EXPORT_SYMBOL vmlinux 0x0b4758c1 udp_pre_connect +EXPORT_SYMBOL vmlinux 0x0b52b4d5 __dev_remove_pack +EXPORT_SYMBOL vmlinux 0x0b53b80b ata_scsi_cmd_error_handler +EXPORT_SYMBOL vmlinux 0x0b637410 cr4_update_irqsoff +EXPORT_SYMBOL vmlinux 0x0b742fd7 simple_strtol +EXPORT_SYMBOL vmlinux 0x0b77d1cf request_key_tag +EXPORT_SYMBOL vmlinux 0x0b802048 vlan_dev_vlan_id +EXPORT_SYMBOL vmlinux 0x0b9643e3 xfrm_replay_seqhi +EXPORT_SYMBOL vmlinux 0x0ba0b938 vm_brk +EXPORT_SYMBOL vmlinux 0x0bc477a2 irq_set_irq_type +EXPORT_SYMBOL vmlinux 0x0bd394d8 tty_termios_baud_rate +EXPORT_SYMBOL vmlinux 0x0bec1451 dev_vprintk_emit +EXPORT_SYMBOL vmlinux 0x0bfc1d1a check_zeroed_user +EXPORT_SYMBOL vmlinux 0x0c135c73 ilookup5_nowait +EXPORT_SYMBOL vmlinux 0x0c25ec48 secure_tcpv6_seq +EXPORT_SYMBOL vmlinux 0x0c29426f blk_put_queue +EXPORT_SYMBOL vmlinux 0x0c3690fc _raw_spin_lock_bh +EXPORT_SYMBOL vmlinux 0x0c5415a2 acpi_get_hp_hw_control_from_firmware +EXPORT_SYMBOL vmlinux 0x0c56f8d9 mmc_retune_unpause +EXPORT_SYMBOL vmlinux 0x0c575719 __cond_resched_rwlock_write +EXPORT_SYMBOL vmlinux 0x0c61397f vlan_ioctl_set +EXPORT_SYMBOL vmlinux 0x0c6bdc3f vme_master_read +EXPORT_SYMBOL vmlinux 0x0c7e261f nf_hook_slow +EXPORT_SYMBOL vmlinux 0x0c8c1679 flow_rule_match_tcp +EXPORT_SYMBOL vmlinux 0x0c8cb0da devm_rproc_add +EXPORT_SYMBOL vmlinux 0x0c9d1c9c tcp_sock_set_syncnt +EXPORT_SYMBOL vmlinux 0x0c9ee027 blk_queue_max_discard_sectors +EXPORT_SYMBOL vmlinux 0x0caf66b8 genphy_c37_read_status +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 0x0ce09ce9 phy_register_fixup_for_uid +EXPORT_SYMBOL vmlinux 0x0cf7f725 sock_create_lite +EXPORT_SYMBOL vmlinux 0x0cfd6bf9 reuseport_detach_sock +EXPORT_SYMBOL vmlinux 0x0d07a5a4 __tracepoint_kmalloc +EXPORT_SYMBOL vmlinux 0x0d07f543 get_anon_bdev +EXPORT_SYMBOL vmlinux 0x0d333b64 zstd_end_stream +EXPORT_SYMBOL vmlinux 0x0d5257ae locks_free_lock +EXPORT_SYMBOL vmlinux 0x0d542439 __ipv6_addr_type +EXPORT_SYMBOL vmlinux 0x0d5f2af6 pci_bus_write_config_byte +EXPORT_SYMBOL vmlinux 0x0d6d192b ip_fraglist_prepare +EXPORT_SYMBOL vmlinux 0x0d8058d2 scsi_get_device_flags_keyed +EXPORT_SYMBOL vmlinux 0x0d87e452 tcp_select_initial_window +EXPORT_SYMBOL vmlinux 0x0d909566 __scsi_device_lookup +EXPORT_SYMBOL vmlinux 0x0d99675a set_security_override_from_ctx +EXPORT_SYMBOL vmlinux 0x0dc0bf4b xattr_full_name +EXPORT_SYMBOL vmlinux 0x0dc4f95d xfrm_input +EXPORT_SYMBOL vmlinux 0x0dd1a85f nd_region_to_nstype +EXPORT_SYMBOL vmlinux 0x0dd8a1c2 kobject_put +EXPORT_SYMBOL vmlinux 0x0df53243 jbd2_submit_inode_data +EXPORT_SYMBOL vmlinux 0x0e0f5dbb __traceiter_module_get +EXPORT_SYMBOL vmlinux 0x0e17678a siphash_4u64 +EXPORT_SYMBOL vmlinux 0x0e1a6b6f xsk_tx_completed +EXPORT_SYMBOL vmlinux 0x0e23b37f alloc_cpumask_var_node +EXPORT_SYMBOL vmlinux 0x0e251288 tcf_exts_dump +EXPORT_SYMBOL vmlinux 0x0e4262c6 __siphash_unaligned +EXPORT_SYMBOL vmlinux 0x0e4b0f4f ndisc_send_skb +EXPORT_SYMBOL vmlinux 0x0e5a95ed stream_open +EXPORT_SYMBOL vmlinux 0x0e6c7364 vfs_parse_fs_param_source +EXPORT_SYMBOL vmlinux 0x0e73edd6 ip6_route_me_harder +EXPORT_SYMBOL vmlinux 0x0e8c4990 bpf_empty_prog_array +EXPORT_SYMBOL vmlinux 0x0e900cee __tty_alloc_driver +EXPORT_SYMBOL vmlinux 0x0e93fbdc xfrm6_protocol_deregister +EXPORT_SYMBOL vmlinux 0x0e9b4891 jbd2_journal_revoke +EXPORT_SYMBOL vmlinux 0x0e9ec8ab retire_super +EXPORT_SYMBOL vmlinux 0x0ea3c74e tasklet_kill +EXPORT_SYMBOL vmlinux 0x0ea593f6 hdmi_drm_infoframe_init +EXPORT_SYMBOL vmlinux 0x0eb6eb87 add_taint +EXPORT_SYMBOL vmlinux 0x0ebaaadf tty_port_tty_set +EXPORT_SYMBOL vmlinux 0x0ec5babe vme_dma_free +EXPORT_SYMBOL vmlinux 0x0ec68c24 input_inject_event +EXPORT_SYMBOL vmlinux 0x0ece2d41 d_instantiate +EXPORT_SYMBOL vmlinux 0x0ed266c4 jbd2_wait_inode_data +EXPORT_SYMBOL vmlinux 0x0ed35eec mmc_can_discard +EXPORT_SYMBOL vmlinux 0x0edc7814 sock_create +EXPORT_SYMBOL vmlinux 0x0f04c80c sock_diag_put_filterinfo +EXPORT_SYMBOL vmlinux 0x0f09cc34 schedule_timeout_killable +EXPORT_SYMBOL vmlinux 0x0f0eddef fs_param_is_string +EXPORT_SYMBOL vmlinux 0x0f18d9cf xfrm_stateonly_find +EXPORT_SYMBOL vmlinux 0x0f1ad8e2 seq_list_start_rcu +EXPORT_SYMBOL vmlinux 0x0f2148b4 submit_bio_noacct +EXPORT_SYMBOL vmlinux 0x0f22e3d2 read_cache_folio +EXPORT_SYMBOL vmlinux 0x0f37ca89 lockref_put_not_zero +EXPORT_SYMBOL vmlinux 0x0f3b72e6 rproc_coredump_using_sections +EXPORT_SYMBOL vmlinux 0x0f44744f proc_create_single_data +EXPORT_SYMBOL vmlinux 0x0f4abc6d param_set_copystring +EXPORT_SYMBOL vmlinux 0x0f5e7f50 param_set_byte +EXPORT_SYMBOL vmlinux 0x0f630261 gen_replace_estimator +EXPORT_SYMBOL vmlinux 0x0f85237b xfrm6_rcv_encap +EXPORT_SYMBOL vmlinux 0x0f86f560 kthread_delayed_work_timer_fn +EXPORT_SYMBOL vmlinux 0x0fab1ab0 hdmi_spd_infoframe_pack +EXPORT_SYMBOL vmlinux 0x0fb2f8a4 mktime64 +EXPORT_SYMBOL vmlinux 0x0fd902db mb_cache_entry_create +EXPORT_SYMBOL vmlinux 0x0fe66749 complete_request_key +EXPORT_SYMBOL vmlinux 0x0ff84320 agp_generic_free_by_type +EXPORT_SYMBOL vmlinux 0x0fff5afc time64_to_tm +EXPORT_SYMBOL vmlinux 0x0ffff51a netdev_alert +EXPORT_SYMBOL vmlinux 0x10017aa5 kernel_cpustat +EXPORT_SYMBOL vmlinux 0x10077f1f d_drop +EXPORT_SYMBOL vmlinux 0x10079302 kernel_getsockname +EXPORT_SYMBOL vmlinux 0x10126368 genl_notify +EXPORT_SYMBOL vmlinux 0x10216ca2 cfb_copyarea +EXPORT_SYMBOL vmlinux 0x1035c7c2 __release_region +EXPORT_SYMBOL vmlinux 0x1038e424 mmc_free_host +EXPORT_SYMBOL vmlinux 0x10390ef4 pci_free_irq +EXPORT_SYMBOL vmlinux 0x103ea524 pnp_is_active +EXPORT_SYMBOL vmlinux 0x10445e08 agp_allocate_memory +EXPORT_SYMBOL vmlinux 0x104531e9 capable_wrt_inode_uidgid +EXPORT_SYMBOL vmlinux 0x104dbbfa call_usermodehelper_exec +EXPORT_SYMBOL vmlinux 0x1057a279 bsearch +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 0x108aa4c3 blk_pm_runtime_init +EXPORT_SYMBOL vmlinux 0x108af4cf proc_set_size +EXPORT_SYMBOL vmlinux 0x10c9ae29 inet_frag_reasm_finish +EXPORT_SYMBOL vmlinux 0x10d912fe dump_skip +EXPORT_SYMBOL vmlinux 0x10d9f885 scsi_sense_desc_find +EXPORT_SYMBOL vmlinux 0x10e0b802 vma_alloc_folio +EXPORT_SYMBOL vmlinux 0x10e1af3e skb_tx_error +EXPORT_SYMBOL vmlinux 0x10e6f74a free_contig_range +EXPORT_SYMBOL vmlinux 0x10e8926f tcf_qevent_dump +EXPORT_SYMBOL vmlinux 0x10ed9a2c simple_unlink +EXPORT_SYMBOL vmlinux 0x11072ad3 ps2_end_command +EXPORT_SYMBOL vmlinux 0x11089ac7 _ctype +EXPORT_SYMBOL vmlinux 0x110e9a4f inet_twsk_deschedule_put +EXPORT_SYMBOL vmlinux 0x11156f59 generic_fadvise +EXPORT_SYMBOL vmlinux 0x11306c4e set_blocksize +EXPORT_SYMBOL vmlinux 0x1145f2a2 mmc_can_gpio_ro +EXPORT_SYMBOL vmlinux 0x11462c51 vga_switcheroo_register_client +EXPORT_SYMBOL vmlinux 0x117093be qdisc_class_hash_init +EXPORT_SYMBOL vmlinux 0x1191eaaf clk_bulk_get_all +EXPORT_SYMBOL vmlinux 0x1192269b devm_iounmap +EXPORT_SYMBOL vmlinux 0x11acac6d rt6_lookup +EXPORT_SYMBOL vmlinux 0x11bf8ed5 __skb_checksum_complete_head +EXPORT_SYMBOL vmlinux 0x11c944e9 bdev_end_io_acct +EXPORT_SYMBOL vmlinux 0x11d4b521 agp_bind_memory +EXPORT_SYMBOL vmlinux 0x11d66369 amd_iommu_device_info +EXPORT_SYMBOL vmlinux 0x11d867e2 bio_copy_data_iter +EXPORT_SYMBOL vmlinux 0x11e30762 chacha_block_generic +EXPORT_SYMBOL vmlinux 0x11f8a7bf skb_copy_and_csum_datagram_msg +EXPORT_SYMBOL vmlinux 0x120b336a __rb_insert_augmented +EXPORT_SYMBOL vmlinux 0x1217f328 splice_direct_to_actor +EXPORT_SYMBOL vmlinux 0x122c3a7e _printk +EXPORT_SYMBOL vmlinux 0x12337f09 thread_group_exited +EXPORT_SYMBOL vmlinux 0x123f9f6e genphy_read_master_slave +EXPORT_SYMBOL vmlinux 0x124269c5 netdev_port_same_parent_id +EXPORT_SYMBOL vmlinux 0x1245fcab reuseport_select_sock +EXPORT_SYMBOL vmlinux 0x124bad4d kstrtobool +EXPORT_SYMBOL vmlinux 0x127d83ea security_locked_down +EXPORT_SYMBOL vmlinux 0x12804ce2 tcp_md5_key_copy +EXPORT_SYMBOL vmlinux 0x1288d851 rdmacg_try_charge +EXPORT_SYMBOL vmlinux 0x1290627d do_splice_direct +EXPORT_SYMBOL vmlinux 0x12b5b682 dcache_dir_close +EXPORT_SYMBOL vmlinux 0x12c1b5ca pci_msix_vec_count +EXPORT_SYMBOL vmlinux 0x12c1beaf zpool_register_driver +EXPORT_SYMBOL vmlinux 0x12cabc89 siphash_2u64 +EXPORT_SYMBOL vmlinux 0x12d2a767 __netlink_kernel_create +EXPORT_SYMBOL vmlinux 0x12dae3d0 blk_sync_queue +EXPORT_SYMBOL vmlinux 0x12de9ff5 __skb_get_hash +EXPORT_SYMBOL vmlinux 0x12f6f69c fb_videomode_to_var +EXPORT_SYMBOL vmlinux 0x130afd75 acpi_get_sleep_type_data +EXPORT_SYMBOL vmlinux 0x130b57a1 is_nvdimm_bus_locked +EXPORT_SYMBOL vmlinux 0x13110126 request_resource +EXPORT_SYMBOL vmlinux 0x1319a589 fb_firmware_edid +EXPORT_SYMBOL vmlinux 0x131a6146 xa_clear_mark +EXPORT_SYMBOL vmlinux 0x131ab567 vfs_dedupe_file_range_one +EXPORT_SYMBOL vmlinux 0x13330574 input_register_device +EXPORT_SYMBOL vmlinux 0x1344d7e6 acpi_enable_gpe +EXPORT_SYMBOL vmlinux 0x1346261d reuseport_detach_prog +EXPORT_SYMBOL vmlinux 0x135cefdc md_done_sync +EXPORT_SYMBOL vmlinux 0x1380f9bd unregister_mii_tstamp_controller +EXPORT_SYMBOL vmlinux 0x1389619c __max_die_per_package +EXPORT_SYMBOL vmlinux 0x139f2189 __kfifo_alloc +EXPORT_SYMBOL vmlinux 0x13ada22c netif_carrier_off +EXPORT_SYMBOL vmlinux 0x13ba8af1 send_sig +EXPORT_SYMBOL vmlinux 0x13c49cc2 _copy_from_user +EXPORT_SYMBOL vmlinux 0x13d0adf7 __kfifo_out +EXPORT_SYMBOL vmlinux 0x13ec0f99 configfs_register_group +EXPORT_SYMBOL vmlinux 0x13ee84e2 mdiobus_read +EXPORT_SYMBOL vmlinux 0x13f42152 system_entering_hibernation +EXPORT_SYMBOL vmlinux 0x14093367 filemap_fault +EXPORT_SYMBOL vmlinux 0x140b7465 __SCK__tp_func_dma_fence_signaled +EXPORT_SYMBOL vmlinux 0x141271bf acpi_dev_found +EXPORT_SYMBOL vmlinux 0x1421f8ad xfrm_lookup_route +EXPORT_SYMBOL vmlinux 0x14356592 __breadahead +EXPORT_SYMBOL vmlinux 0x144054aa elv_rb_latter_request +EXPORT_SYMBOL vmlinux 0x14547226 fb_class +EXPORT_SYMBOL vmlinux 0x14605535 dma_fence_context_alloc +EXPORT_SYMBOL vmlinux 0x146289b7 crc16_table +EXPORT_SYMBOL vmlinux 0x1475fd7c tcp_sock_set_keepidle +EXPORT_SYMBOL vmlinux 0x1484bf92 napi_gro_receive +EXPORT_SYMBOL vmlinux 0x14883068 kmem_cache_alloc_node +EXPORT_SYMBOL vmlinux 0x14a64a87 acpi_install_address_space_handler_no_reg +EXPORT_SYMBOL vmlinux 0x14bb6ccd vfs_getattr +EXPORT_SYMBOL vmlinux 0x14c22053 sk_stop_timer +EXPORT_SYMBOL vmlinux 0x14c3c780 sk_dst_check +EXPORT_SYMBOL vmlinux 0x14c67e3e tcp_tx_delay_enabled +EXPORT_SYMBOL vmlinux 0x14c92f87 mdiobus_setup_mdiodev_from_board_info +EXPORT_SYMBOL vmlinux 0x14cf4d2b __hw_addr_ref_sync_dev +EXPORT_SYMBOL vmlinux 0x14d7477f console_list_unlock +EXPORT_SYMBOL vmlinux 0x1501ea8c __napi_alloc_skb +EXPORT_SYMBOL vmlinux 0x150469bb sk_error_report +EXPORT_SYMBOL vmlinux 0x1512993b fscrypt_encrypt_block_inplace +EXPORT_SYMBOL vmlinux 0x151f4898 schedule_timeout_uninterruptible +EXPORT_SYMBOL vmlinux 0x1522cdfb xfrm_state_check_expire +EXPORT_SYMBOL vmlinux 0x1526b301 unix_tot_inflight +EXPORT_SYMBOL vmlinux 0x1535078d inet_addr_type_dev_table +EXPORT_SYMBOL vmlinux 0x153ec8d6 __dev_get_by_flags +EXPORT_SYMBOL vmlinux 0x1548d970 __kfifo_dma_out_prepare_r +EXPORT_SYMBOL vmlinux 0x154c6338 dm_kcopyd_client_destroy +EXPORT_SYMBOL vmlinux 0x1562e8fd generic_splice_sendpage +EXPORT_SYMBOL vmlinux 0x1564e3d2 tty_port_tty_get +EXPORT_SYMBOL vmlinux 0x1586cc4c netdev_set_sb_channel +EXPORT_SYMBOL vmlinux 0x158e0164 cdrom_number_of_slots +EXPORT_SYMBOL vmlinux 0x159185c7 noop_llseek +EXPORT_SYMBOL vmlinux 0x15b0cf13 t10_pi_type1_ip +EXPORT_SYMBOL vmlinux 0x15b777bc validate_slab_cache +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 0x15e2e225 device_get_mac_address +EXPORT_SYMBOL vmlinux 0x15f01790 phy_ethtool_set_eee +EXPORT_SYMBOL vmlinux 0x15f90688 slhc_init +EXPORT_SYMBOL vmlinux 0x160cfedf configfs_remove_default_groups +EXPORT_SYMBOL vmlinux 0x16117c80 i2c_smbus_read_byte_data +EXPORT_SYMBOL vmlinux 0x16286538 iowrite64be_lo_hi +EXPORT_SYMBOL vmlinux 0x162893fd hashlen_string +EXPORT_SYMBOL vmlinux 0x162e5038 blk_queue_flag_set +EXPORT_SYMBOL vmlinux 0x162fd757 vga_switcheroo_client_probe_defer +EXPORT_SYMBOL vmlinux 0x16301b34 wrmsrl_on_cpu +EXPORT_SYMBOL vmlinux 0x1632bc21 kvasprintf_const +EXPORT_SYMBOL vmlinux 0x163bbe96 fscrypt_ioctl_set_policy +EXPORT_SYMBOL vmlinux 0x16557da2 qdisc_hash_add +EXPORT_SYMBOL vmlinux 0x166a9a3a blk_integrity_register +EXPORT_SYMBOL vmlinux 0x1673ef40 filemap_fdatawait_keep_errors +EXPORT_SYMBOL vmlinux 0x167c5967 print_hex_dump +EXPORT_SYMBOL vmlinux 0x167e7f9d __get_user_1 +EXPORT_SYMBOL vmlinux 0x169274f0 inet_frag_pull_head +EXPORT_SYMBOL vmlinux 0x169938c1 __sysfs_match_string +EXPORT_SYMBOL vmlinux 0x169b1c33 flow_rule_match_meta +EXPORT_SYMBOL vmlinux 0x16a7b16f __traceiter_kmalloc +EXPORT_SYMBOL vmlinux 0x16ad4efe dma_ops +EXPORT_SYMBOL vmlinux 0x16bd74b4 devm_request_threaded_irq +EXPORT_SYMBOL vmlinux 0x16cdc340 acpi_get_table +EXPORT_SYMBOL vmlinux 0x16d26343 __netdev_alloc_skb +EXPORT_SYMBOL vmlinux 0x16dee44d dma_fence_init +EXPORT_SYMBOL vmlinux 0x16e297c3 bit_wait +EXPORT_SYMBOL vmlinux 0x16e380d9 amd_iommu_flush_page +EXPORT_SYMBOL vmlinux 0x16edde5b scsi_register_driver +EXPORT_SYMBOL vmlinux 0x16fa9dc9 fscrypt_decrypt_block_inplace +EXPORT_SYMBOL vmlinux 0x170ddf79 acpi_install_notify_handler +EXPORT_SYMBOL vmlinux 0x17120355 fib_default_rule_add +EXPORT_SYMBOL vmlinux 0x173c8d6c twl6040_reg_write +EXPORT_SYMBOL vmlinux 0x1748eab4 __netif_schedule +EXPORT_SYMBOL vmlinux 0x17552fba __tracepoint_kfree +EXPORT_SYMBOL vmlinux 0x175a2897 twl6040_get_vibralr_status +EXPORT_SYMBOL vmlinux 0x175e33fb dma_spin_lock +EXPORT_SYMBOL vmlinux 0x1762396a tcf_em_unregister +EXPORT_SYMBOL vmlinux 0x1773c27e pci_read_config_byte +EXPORT_SYMBOL vmlinux 0x177a82c3 entry_untrain_ret +EXPORT_SYMBOL vmlinux 0x1780bada d_add_ci +EXPORT_SYMBOL vmlinux 0x17866270 open_exec +EXPORT_SYMBOL vmlinux 0x1793029e phy_request_interrupt +EXPORT_SYMBOL vmlinux 0x17a2e34a tcp_seq_next +EXPORT_SYMBOL vmlinux 0x17a3307d rproc_coredump_add_custom_segment +EXPORT_SYMBOL vmlinux 0x17b08c64 netdev_refcnt_read +EXPORT_SYMBOL vmlinux 0x17ba1844 uart_get_divisor +EXPORT_SYMBOL vmlinux 0x17be68ca acpi_clear_event +EXPORT_SYMBOL vmlinux 0x17cc963e jbd2_fc_release_bufs +EXPORT_SYMBOL vmlinux 0x17ea9891 key_link +EXPORT_SYMBOL vmlinux 0x17f341a0 i8042_lock_chip +EXPORT_SYMBOL vmlinux 0x17f813a9 __SCT__tp_func_kmalloc +EXPORT_SYMBOL vmlinux 0x18004ad2 mmc_retune_pause +EXPORT_SYMBOL vmlinux 0x181c6134 skb_mac_gso_segment +EXPORT_SYMBOL vmlinux 0x1822960c flush_signals +EXPORT_SYMBOL vmlinux 0x18345b8e __bitmap_replace +EXPORT_SYMBOL vmlinux 0x1855bb79 blk_mq_alloc_tag_set +EXPORT_SYMBOL vmlinux 0x185d46d5 clear_user_rep_good +EXPORT_SYMBOL vmlinux 0x185d9506 tcp_init_sock +EXPORT_SYMBOL vmlinux 0x1868e74d deactivate_locked_super +EXPORT_SYMBOL vmlinux 0x18888d00 downgrade_write +EXPORT_SYMBOL vmlinux 0x188ea314 jiffies_to_timespec64 +EXPORT_SYMBOL vmlinux 0x18a2640a del_gendisk +EXPORT_SYMBOL vmlinux 0x18ad496a fscrypt_put_encryption_info +EXPORT_SYMBOL vmlinux 0x18b72573 register_kmmio_probe +EXPORT_SYMBOL vmlinux 0x18bf794c proc_mkdir +EXPORT_SYMBOL vmlinux 0x18d23480 mr_table_dump +EXPORT_SYMBOL vmlinux 0x18e60984 __do_once_start +EXPORT_SYMBOL vmlinux 0x18eecbe8 netdev_master_upper_dev_get_rcu +EXPORT_SYMBOL vmlinux 0x18f4965a __SetPageMovable +EXPORT_SYMBOL vmlinux 0x18fb2bb6 mmc_wait_for_cmd +EXPORT_SYMBOL vmlinux 0x18fd2c2d __x86_indirect_call_thunk_r13 +EXPORT_SYMBOL vmlinux 0x190cc83d page_pool_release_page +EXPORT_SYMBOL vmlinux 0x19179842 tcp_rtx_synack +EXPORT_SYMBOL vmlinux 0x19192a8e get_phy_device +EXPORT_SYMBOL vmlinux 0x192ea14f __SCT__tp_func_dma_fence_signaled +EXPORT_SYMBOL vmlinux 0x193a14e9 kill_fasync +EXPORT_SYMBOL vmlinux 0x1953c958 mempool_create +EXPORT_SYMBOL vmlinux 0x19684f77 __tracepoint_spi_transfer_stop +EXPORT_SYMBOL vmlinux 0x197583b5 sk_send_sigurg +EXPORT_SYMBOL vmlinux 0x197df131 seq_dentry +EXPORT_SYMBOL vmlinux 0x19807a09 mr_vif_seq_next +EXPORT_SYMBOL vmlinux 0x1984d421 out_of_line_wait_on_bit +EXPORT_SYMBOL vmlinux 0x198ca40a skb_copy_and_csum_bits +EXPORT_SYMBOL vmlinux 0x199ed0cd net_disable_timestamp +EXPORT_SYMBOL vmlinux 0x19a92863 get_bitmap_from_slot +EXPORT_SYMBOL vmlinux 0x19bd383b security_secmark_refcount_dec +EXPORT_SYMBOL vmlinux 0x19c473cc end_buffer_async_write +EXPORT_SYMBOL vmlinux 0x19d20898 jbd2_journal_set_features +EXPORT_SYMBOL vmlinux 0x19df99b9 acpi_finish_gpe +EXPORT_SYMBOL vmlinux 0x19e298c6 pci_bus_add_devices +EXPORT_SYMBOL vmlinux 0x19e4a493 mmc_wait_for_req +EXPORT_SYMBOL vmlinux 0x19e5d4a6 __folio_put +EXPORT_SYMBOL vmlinux 0x19e7016a sg_alloc_append_table_from_pages +EXPORT_SYMBOL vmlinux 0x1a1a5049 inode_add_bytes +EXPORT_SYMBOL vmlinux 0x1a284b98 uart_unregister_driver +EXPORT_SYMBOL vmlinux 0x1a2b31b3 pcie_bandwidth_available +EXPORT_SYMBOL vmlinux 0x1a3e3b2f set_binfmt +EXPORT_SYMBOL vmlinux 0x1a45cb6c acpi_disabled +EXPORT_SYMBOL vmlinux 0x1a4ad2b6 dm_kcopyd_zero +EXPORT_SYMBOL vmlinux 0x1a4d3a19 pci_request_regions +EXPORT_SYMBOL vmlinux 0x1a63af34 vga_switcheroo_process_delayed_switch +EXPORT_SYMBOL vmlinux 0x1a70d96d __skb_gro_checksum_complete +EXPORT_SYMBOL vmlinux 0x1a79c8e9 __x86_indirect_thunk_r13 +EXPORT_SYMBOL vmlinux 0x1a8ad8ca simple_recursive_removal +EXPORT_SYMBOL vmlinux 0x1a987898 __tracepoint_spi_transfer_start +EXPORT_SYMBOL vmlinux 0x1a9a433c prandom_u32_state +EXPORT_SYMBOL vmlinux 0x1ab41fd4 blackhole_netdev +EXPORT_SYMBOL vmlinux 0x1abffeaf kernel_getpeername +EXPORT_SYMBOL vmlinux 0x1ac5d3cb strcspn +EXPORT_SYMBOL vmlinux 0x1aee9fcf pci_scan_bus +EXPORT_SYMBOL vmlinux 0x1b015d25 bitmap_parselist +EXPORT_SYMBOL vmlinux 0x1b067992 dump_skip_to +EXPORT_SYMBOL vmlinux 0x1b07d395 tty_lock +EXPORT_SYMBOL vmlinux 0x1b0eaf9b dev_get_by_index +EXPORT_SYMBOL vmlinux 0x1b30ff55 load_nls_default +EXPORT_SYMBOL vmlinux 0x1b32fc8f napi_enable +EXPORT_SYMBOL vmlinux 0x1b419675 nd_dev_to_uuid +EXPORT_SYMBOL vmlinux 0x1b506dc6 phy_disconnect +EXPORT_SYMBOL vmlinux 0x1b51e010 scsi_partsize +EXPORT_SYMBOL vmlinux 0x1b597b7a swake_up_all +EXPORT_SYMBOL vmlinux 0x1b5cc9d8 dma_fence_array_first +EXPORT_SYMBOL vmlinux 0x1b6314fd in_aton +EXPORT_SYMBOL vmlinux 0x1b75ef32 pci_write_config_word +EXPORT_SYMBOL vmlinux 0x1b777357 rdmacg_unregister_device +EXPORT_SYMBOL vmlinux 0x1b79f2e3 dev_load +EXPORT_SYMBOL vmlinux 0x1b8b95ad i8042_unlock_chip +EXPORT_SYMBOL vmlinux 0x1b8f906d unregister_binfmt +EXPORT_SYMBOL vmlinux 0x1b908d85 _raw_write_lock_nested +EXPORT_SYMBOL vmlinux 0x1ba53f6a param_set_dyndbg_classes +EXPORT_SYMBOL vmlinux 0x1ba59527 __kmalloc_node +EXPORT_SYMBOL vmlinux 0x1bb51249 tcp_have_smc +EXPORT_SYMBOL vmlinux 0x1bb87be3 tcf_em_tree_destroy +EXPORT_SYMBOL vmlinux 0x1bd59dbe vme_free_consistent +EXPORT_SYMBOL vmlinux 0x1bfeb773 __bh_read_batch +EXPORT_SYMBOL vmlinux 0x1c1065d9 xattr_supported_namespace +EXPORT_SYMBOL vmlinux 0x1c1da3c7 skb_condense +EXPORT_SYMBOL vmlinux 0x1c3516a5 audit_log +EXPORT_SYMBOL vmlinux 0x1c366273 bpf_link_get_from_fd +EXPORT_SYMBOL vmlinux 0x1c368d68 crypto_sha1_update +EXPORT_SYMBOL vmlinux 0x1c39408f seq_hex_dump +EXPORT_SYMBOL vmlinux 0x1c49bd0e __SCK__tp_func_kmalloc +EXPORT_SYMBOL vmlinux 0x1c4f1744 qdisc_class_hash_grow +EXPORT_SYMBOL vmlinux 0x1c58427f acpi_remove_notify_handler +EXPORT_SYMBOL vmlinux 0x1c62a7d6 thaw_bdev +EXPORT_SYMBOL vmlinux 0x1c7435ac close_fd_get_file +EXPORT_SYMBOL vmlinux 0x1c74b461 remap_vmalloc_range +EXPORT_SYMBOL vmlinux 0x1c8228e8 __netif_rx +EXPORT_SYMBOL vmlinux 0x1ca527fa ioread64be_hi_lo +EXPORT_SYMBOL vmlinux 0x1ca543b9 pci_read_vpd_any +EXPORT_SYMBOL vmlinux 0x1cb11044 inetpeer_invalidate_tree +EXPORT_SYMBOL vmlinux 0x1cce90ca devfreq_monitor_resume +EXPORT_SYMBOL vmlinux 0x1cd69a2d dst_destroy +EXPORT_SYMBOL vmlinux 0x1cd8438b pxm_to_node +EXPORT_SYMBOL vmlinux 0x1cfb8a90 param_get_charp +EXPORT_SYMBOL vmlinux 0x1cfbd798 skb_ext_add +EXPORT_SYMBOL vmlinux 0x1cfeef4b setattr_copy +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 0x1d375ed2 inc_nlink +EXPORT_SYMBOL vmlinux 0x1d3801d5 key_revoke +EXPORT_SYMBOL vmlinux 0x1d40b6f3 idr_for_each +EXPORT_SYMBOL vmlinux 0x1d43ea23 phy_reset_after_clk_enable +EXPORT_SYMBOL vmlinux 0x1d4c2f25 tcf_idr_search +EXPORT_SYMBOL vmlinux 0x1d536d5d __free_pages +EXPORT_SYMBOL vmlinux 0x1d812d63 inet6_add_protocol +EXPORT_SYMBOL vmlinux 0x1d8acc84 input_reset_device +EXPORT_SYMBOL vmlinux 0x1d8bd22e ipv6_sock_mc_join +EXPORT_SYMBOL vmlinux 0x1d9672bd fault_in_subpage_writeable +EXPORT_SYMBOL vmlinux 0x1da2f2f4 tcp_rcv_state_process +EXPORT_SYMBOL vmlinux 0x1da4c566 blk_queue_flag_clear +EXPORT_SYMBOL vmlinux 0x1db7706b __copy_user_nocache +EXPORT_SYMBOL vmlinux 0x1dc6c93b lookup_user_key +EXPORT_SYMBOL vmlinux 0x1dc75e6a filemap_map_pages +EXPORT_SYMBOL vmlinux 0x1dd571e6 fb_copy_cmap +EXPORT_SYMBOL vmlinux 0x1de3c3f0 inet_stream_ops +EXPORT_SYMBOL vmlinux 0x1de4ccb2 get_sg_io_hdr +EXPORT_SYMBOL vmlinux 0x1df10248 inet_getname +EXPORT_SYMBOL vmlinux 0x1e0a0c24 mod_timer_pending +EXPORT_SYMBOL vmlinux 0x1e0cd7fe acpi_detach_data +EXPORT_SYMBOL vmlinux 0x1e1c3b36 skb_try_coalesce +EXPORT_SYMBOL vmlinux 0x1e25c9e3 may_setattr +EXPORT_SYMBOL vmlinux 0x1e428bcd i2c_add_adapter +EXPORT_SYMBOL vmlinux 0x1e50f7a3 jbd2_journal_check_available_features +EXPORT_SYMBOL vmlinux 0x1e695b11 __dst_destroy_metrics_generic +EXPORT_SYMBOL vmlinux 0x1e6adaa0 bitmap_print_bitmask_to_buf +EXPORT_SYMBOL vmlinux 0x1e6d26a8 strstr +EXPORT_SYMBOL vmlinux 0x1e9c7b6e vfs_fileattr_get +EXPORT_SYMBOL vmlinux 0x1e9edfb7 seq_hlist_start_head_rcu +EXPORT_SYMBOL vmlinux 0x1ea2d0d1 __skb_pad +EXPORT_SYMBOL vmlinux 0x1ea8f06b inet_dev_addr_type +EXPORT_SYMBOL vmlinux 0x1eb922a3 IO_APIC_get_PCI_irq_vector +EXPORT_SYMBOL vmlinux 0x1ec195a8 inet_offloads +EXPORT_SYMBOL vmlinux 0x1ed10031 ip6_frag_next +EXPORT_SYMBOL vmlinux 0x1edb69d6 ktime_get_raw_ts64 +EXPORT_SYMBOL vmlinux 0x1ee2cb06 devfreq_recommended_opp +EXPORT_SYMBOL vmlinux 0x1eedb941 mdiobus_is_registered_device +EXPORT_SYMBOL vmlinux 0x1ef615ee i2c_smbus_read_i2c_block_data +EXPORT_SYMBOL vmlinux 0x1f022a13 d_alloc_parallel +EXPORT_SYMBOL vmlinux 0x1f087dcc lookup_one_len_unlocked +EXPORT_SYMBOL vmlinux 0x1f13ec4c skb_csum_hwoffload_help +EXPORT_SYMBOL vmlinux 0x1f1821ae efi +EXPORT_SYMBOL vmlinux 0x1f199d24 copy_user_generic_string +EXPORT_SYMBOL vmlinux 0x1f248a92 ppp_output_wakeup +EXPORT_SYMBOL vmlinux 0x1f25c9d2 xfrm6_rcv_spi +EXPORT_SYMBOL vmlinux 0x1f2c924e ps2_handle_response +EXPORT_SYMBOL vmlinux 0x1f2de2e2 neigh_app_ns +EXPORT_SYMBOL vmlinux 0x1f4254c3 ip6_frag_init +EXPORT_SYMBOL vmlinux 0x1f557414 gen_pool_has_addr +EXPORT_SYMBOL vmlinux 0x1f59e4dc netdev_err +EXPORT_SYMBOL vmlinux 0x1f600826 msi_desc_to_pci_dev +EXPORT_SYMBOL vmlinux 0x1f628113 dcbnl_cee_notify +EXPORT_SYMBOL vmlinux 0x1f64921b proc_symlink +EXPORT_SYMBOL vmlinux 0x1f780e29 sock_queue_rcv_skb_reason +EXPORT_SYMBOL vmlinux 0x1f7b0bfd xp_dma_unmap +EXPORT_SYMBOL vmlinux 0x1f8521ad netdev_warn +EXPORT_SYMBOL vmlinux 0x1f85cfbd invalidate_inode_buffers +EXPORT_SYMBOL vmlinux 0x1f9642ae param_get_hexint +EXPORT_SYMBOL vmlinux 0x1fb8f372 rproc_coredump_set_elf_info +EXPORT_SYMBOL vmlinux 0x1fbd16da ip_tos2prio +EXPORT_SYMBOL vmlinux 0x1fca80ba jbd2_journal_start_reserved +EXPORT_SYMBOL vmlinux 0x1fcd1a55 security_tun_dev_attach +EXPORT_SYMBOL vmlinux 0x1fd07fff kdb_grepping_flag +EXPORT_SYMBOL vmlinux 0x1ff01c95 sg_miter_start +EXPORT_SYMBOL vmlinux 0x20000329 simple_strtoul +EXPORT_SYMBOL vmlinux 0x2009a607 clk_hw_get_clk +EXPORT_SYMBOL vmlinux 0x200b2041 in6addr_any +EXPORT_SYMBOL vmlinux 0x2013bc0b tcp_v4_connect +EXPORT_SYMBOL vmlinux 0x203ee716 rtnl_notify +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 0x2055c2b6 flow_rule_match_cvlan +EXPORT_SYMBOL vmlinux 0x2059de57 d_mark_dontcache +EXPORT_SYMBOL vmlinux 0x2061df10 xsk_clear_rx_need_wakeup +EXPORT_SYMBOL vmlinux 0x20663408 pagecache_isize_extended +EXPORT_SYMBOL vmlinux 0x2069adfe dst_release_immediate +EXPORT_SYMBOL vmlinux 0x206c37a4 jbd2_journal_init_dev +EXPORT_SYMBOL vmlinux 0x206e099b module_put +EXPORT_SYMBOL vmlinux 0x2071678f pci_request_region +EXPORT_SYMBOL vmlinux 0x208d55e0 ww_mutex_lock +EXPORT_SYMBOL vmlinux 0x20a240af folio_alloc +EXPORT_SYMBOL vmlinux 0x20a789ac irq_set_chip_data +EXPORT_SYMBOL vmlinux 0x20ba4f3e rdmsr_on_cpu +EXPORT_SYMBOL vmlinux 0x20bcbe4f blake2s_compress +EXPORT_SYMBOL vmlinux 0x20cbb30a __percpu_counter_init +EXPORT_SYMBOL vmlinux 0x20d65e40 fb_find_nearest_mode +EXPORT_SYMBOL vmlinux 0x20eadeb6 ip_compute_csum +EXPORT_SYMBOL vmlinux 0x20edbac4 tty_flip_buffer_push +EXPORT_SYMBOL vmlinux 0x20f58526 put_cmsg +EXPORT_SYMBOL vmlinux 0x20fa6115 dma_sync_sg_for_device +EXPORT_SYMBOL vmlinux 0x21271fd0 copy_user_enhanced_fast_string +EXPORT_SYMBOL vmlinux 0x212eb0d3 blk_mq_kick_requeue_list +EXPORT_SYMBOL vmlinux 0x213a738d memregion_alloc +EXPORT_SYMBOL vmlinux 0x213e4965 ps2_is_keyboard_id +EXPORT_SYMBOL vmlinux 0x2142d10f page_pool_return_skb_page +EXPORT_SYMBOL vmlinux 0x214735b9 simple_dir_inode_operations +EXPORT_SYMBOL vmlinux 0x216cd2b7 pci_bus_type +EXPORT_SYMBOL vmlinux 0x2177bd71 acpi_disable_event +EXPORT_SYMBOL vmlinux 0x218e600b pci_add_resource_offset +EXPORT_SYMBOL vmlinux 0x21ac4c0b get_inode_acl +EXPORT_SYMBOL vmlinux 0x21b2d747 security_socket_socketpair +EXPORT_SYMBOL vmlinux 0x21bdb523 errseq_check_and_advance +EXPORT_SYMBOL vmlinux 0x21be37e1 hdmi_avi_infoframe_check +EXPORT_SYMBOL vmlinux 0x21cbef31 pm860x_reg_read +EXPORT_SYMBOL vmlinux 0x21d1d9af kernel_param_lock +EXPORT_SYMBOL vmlinux 0x21db31a7 is_nd_btt +EXPORT_SYMBOL vmlinux 0x21dea51d mipi_dsi_shutdown_peripheral +EXPORT_SYMBOL vmlinux 0x21e13cb3 inet_peer_xrlim_allow +EXPORT_SYMBOL vmlinux 0x21ea5251 __bitmap_weight +EXPORT_SYMBOL vmlinux 0x21ef374c try_wait_for_completion +EXPORT_SYMBOL vmlinux 0x21f0672c param_ops_string +EXPORT_SYMBOL vmlinux 0x222e7ce2 sysfs_streq +EXPORT_SYMBOL vmlinux 0x2234ca51 acpi_match_platform_list +EXPORT_SYMBOL vmlinux 0x225941b9 xfrm4_rcv_encap +EXPORT_SYMBOL vmlinux 0x22825902 rtnl_link_get_net +EXPORT_SYMBOL vmlinux 0x228958fc skb_clone_sk +EXPORT_SYMBOL vmlinux 0x22a1422d percpu_counter_sum_all +EXPORT_SYMBOL vmlinux 0x22b325d5 kd_mksound +EXPORT_SYMBOL vmlinux 0x22b3f696 seq_printf +EXPORT_SYMBOL vmlinux 0x22b81181 fscrypt_fname_disk_to_usr +EXPORT_SYMBOL vmlinux 0x22cb54fc register_nexthop_notifier +EXPORT_SYMBOL vmlinux 0x22de4931 amd_iommu_register_ga_log_notifier +EXPORT_SYMBOL vmlinux 0x22e3a407 pnpacpi_protocol +EXPORT_SYMBOL vmlinux 0x22ea0219 devm_input_allocate_device +EXPORT_SYMBOL vmlinux 0x22f6373a twl6040_set_pll +EXPORT_SYMBOL vmlinux 0x2325ada6 phy_drivers_unregister +EXPORT_SYMBOL vmlinux 0x23433af0 jbd2_journal_begin_ordered_truncate +EXPORT_SYMBOL vmlinux 0x2345a98c end_buffer_write_sync +EXPORT_SYMBOL vmlinux 0x23598dc4 __nlmsg_put +EXPORT_SYMBOL vmlinux 0x2364c85a tasklet_init +EXPORT_SYMBOL vmlinux 0x236e55b9 vga_switcheroo_fini_domain_pm_ops +EXPORT_SYMBOL vmlinux 0x237a0b5c __traceiter_dma_fence_signaled +EXPORT_SYMBOL vmlinux 0x238b099f mipi_dsi_packet_format_is_short +EXPORT_SYMBOL vmlinux 0x23913fd3 locks_lock_inode_wait +EXPORT_SYMBOL vmlinux 0x239be683 scsi_alloc_sgtables +EXPORT_SYMBOL vmlinux 0x239c50a7 pci_wake_from_d3 +EXPORT_SYMBOL vmlinux 0x23a76a59 fixed_size_llseek +EXPORT_SYMBOL vmlinux 0x23b9d6e2 mangle_path +EXPORT_SYMBOL vmlinux 0x23cabbb1 register_sysctl_paths +EXPORT_SYMBOL vmlinux 0x23cd17ef fwnode_phy_find_device +EXPORT_SYMBOL vmlinux 0x23cdd5bf __d_lookup_unhash_wake +EXPORT_SYMBOL vmlinux 0x23daa989 mipi_dsi_create_packet +EXPORT_SYMBOL vmlinux 0x23e92bdc d_delete +EXPORT_SYMBOL vmlinux 0x23f8f12a d_set_fallthru +EXPORT_SYMBOL vmlinux 0x23fc9eda vfs_rename +EXPORT_SYMBOL vmlinux 0x23fd3028 vmalloc_node +EXPORT_SYMBOL vmlinux 0x23fd8839 iov_iter_bvec +EXPORT_SYMBOL vmlinux 0x2408dfe3 devm_backlight_device_unregister +EXPORT_SYMBOL vmlinux 0x240e75a6 vm_map_ram +EXPORT_SYMBOL vmlinux 0x24180b6b __alloc_skb +EXPORT_SYMBOL vmlinux 0x2436f999 fc_mount +EXPORT_SYMBOL vmlinux 0x243b09ae from_kgid_munged +EXPORT_SYMBOL vmlinux 0x2459bbcc console_set_on_cmdline +EXPORT_SYMBOL vmlinux 0x245b54f5 nd_integrity_init +EXPORT_SYMBOL vmlinux 0x245d011d get_ipc_ns_exported +EXPORT_SYMBOL vmlinux 0x24680b99 console_force_preferred_locked +EXPORT_SYMBOL vmlinux 0x246d09b9 sg_miter_stop +EXPORT_SYMBOL vmlinux 0x246fee5f skb_copy_and_hash_datagram_iter +EXPORT_SYMBOL vmlinux 0x2484adc3 __kfifo_to_user_r +EXPORT_SYMBOL vmlinux 0x24852058 cdrom_dummy_generic_packet +EXPORT_SYMBOL vmlinux 0x248591d9 follow_up +EXPORT_SYMBOL vmlinux 0x248f8010 mdio_find_bus +EXPORT_SYMBOL vmlinux 0x249b7785 jbd2_log_wait_commit +EXPORT_SYMBOL vmlinux 0x24a11e17 cpumask_any_distribute +EXPORT_SYMBOL vmlinux 0x24acf9f5 alloc_etherdev_mqs +EXPORT_SYMBOL vmlinux 0x24b37cdc mmc_add_host +EXPORT_SYMBOL vmlinux 0x24b4eca2 __mdiobus_read +EXPORT_SYMBOL vmlinux 0x24bc5ff4 tcp_initialize_rcv_mss +EXPORT_SYMBOL vmlinux 0x24c7ff67 override_creds +EXPORT_SYMBOL vmlinux 0x24ccffb5 blk_rq_append_bio +EXPORT_SYMBOL vmlinux 0x24cda9d7 param_ops_ushort +EXPORT_SYMBOL vmlinux 0x24d273d1 add_timer +EXPORT_SYMBOL vmlinux 0x24d80bc5 netdev_lower_state_changed +EXPORT_SYMBOL vmlinux 0x24e1b558 seg6_hmac_compute +EXPORT_SYMBOL vmlinux 0x24fb09a8 __skb_checksum +EXPORT_SYMBOL vmlinux 0x24fc9f14 tcp_rcv_established +EXPORT_SYMBOL vmlinux 0x250018b9 dquot_writeback_dquots +EXPORT_SYMBOL vmlinux 0x2505bf18 kstrtol_from_user +EXPORT_SYMBOL vmlinux 0x253109e9 netpoll_poll_dev +EXPORT_SYMBOL vmlinux 0x2539ce7a tcp_md5_hash_key +EXPORT_SYMBOL vmlinux 0x256530f1 vfs_readlink +EXPORT_SYMBOL vmlinux 0x2566204b security_binder_transfer_binder +EXPORT_SYMBOL vmlinux 0x2574f2f9 padata_free +EXPORT_SYMBOL vmlinux 0x25820c64 fs_overflowuid +EXPORT_SYMBOL vmlinux 0x258a2c02 _raw_write_trylock +EXPORT_SYMBOL vmlinux 0x258ab521 dma_resv_replace_fences +EXPORT_SYMBOL vmlinux 0x258d2f76 net_dim_get_tx_moderation +EXPORT_SYMBOL vmlinux 0x25974000 wait_for_completion +EXPORT_SYMBOL vmlinux 0x25a2a95c netdev_notice +EXPORT_SYMBOL vmlinux 0x25a57386 textsearch_destroy +EXPORT_SYMBOL vmlinux 0x25cc39d6 inet_get_local_port_range +EXPORT_SYMBOL vmlinux 0x25cea753 agp_copy_info +EXPORT_SYMBOL vmlinux 0x25d0adf1 simple_transaction_get +EXPORT_SYMBOL vmlinux 0x25db1577 do_trace_write_msr +EXPORT_SYMBOL vmlinux 0x25e1c77c md_bitmap_update_sb +EXPORT_SYMBOL vmlinux 0x25e58a09 hdmi_avi_infoframe_init +EXPORT_SYMBOL vmlinux 0x25e9d4bd resource_list_free +EXPORT_SYMBOL vmlinux 0x25fdc3f4 pci_bus_read_config_word +EXPORT_SYMBOL vmlinux 0x260c82af free_inode_nonrcu +EXPORT_SYMBOL vmlinux 0x2610d1e5 km_new_mapping +EXPORT_SYMBOL vmlinux 0x26322fde touchscreen_parse_properties +EXPORT_SYMBOL vmlinux 0x263beb75 ecryptfs_get_versions +EXPORT_SYMBOL vmlinux 0x263c3152 bcmp +EXPORT_SYMBOL vmlinux 0x264186ec netif_set_xps_queue +EXPORT_SYMBOL vmlinux 0x26538cd8 twl6040_get_sysclk +EXPORT_SYMBOL vmlinux 0x26717407 kill_pid +EXPORT_SYMBOL vmlinux 0x2688ec10 bitmap_zalloc +EXPORT_SYMBOL vmlinux 0x26897b52 mb_cache_entry_get +EXPORT_SYMBOL vmlinux 0x269aab05 jbd2_journal_clear_err +EXPORT_SYMBOL vmlinux 0x26a9ff52 blk_get_queue +EXPORT_SYMBOL vmlinux 0x26e298e0 unregister_memory_notifier +EXPORT_SYMBOL vmlinux 0x26e85125 md_check_recovery +EXPORT_SYMBOL vmlinux 0x26edaecf __fs_parse +EXPORT_SYMBOL vmlinux 0x26f80691 netdev_unbind_sb_channel +EXPORT_SYMBOL vmlinux 0x26f8f0b8 iowrite16be +EXPORT_SYMBOL vmlinux 0x27019e29 secpath_set +EXPORT_SYMBOL vmlinux 0x2701bdb3 nf_log_unregister +EXPORT_SYMBOL vmlinux 0x27022f8d scsi_add_host_with_dma +EXPORT_SYMBOL vmlinux 0x27058282 pci_dev_get +EXPORT_SYMBOL vmlinux 0x270cf88f dump_stack_lvl +EXPORT_SYMBOL vmlinux 0x271cba95 acpi_bus_private_data_handler +EXPORT_SYMBOL vmlinux 0x27228199 tcp_v4_destroy_sock +EXPORT_SYMBOL vmlinux 0x272a8933 udp_memory_allocated +EXPORT_SYMBOL vmlinux 0x2733eaf7 scsi_dev_info_list_add_keyed +EXPORT_SYMBOL vmlinux 0x27355f30 __put_user_ns +EXPORT_SYMBOL vmlinux 0x27464b82 generic_parse_monolithic +EXPORT_SYMBOL vmlinux 0x27479d14 param_free_charp +EXPORT_SYMBOL vmlinux 0x275f3d49 hdmi_vendor_infoframe_check +EXPORT_SYMBOL vmlinux 0x27756bc8 scsi_sanitize_inquiry_string +EXPORT_SYMBOL vmlinux 0x27810361 acpi_os_wait_events_complete +EXPORT_SYMBOL vmlinux 0x2782b393 xfrm_state_walk_init +EXPORT_SYMBOL vmlinux 0x27864d57 memparse +EXPORT_SYMBOL vmlinux 0x2787da8b __register_nls +EXPORT_SYMBOL vmlinux 0x278e602d uart_update_timeout +EXPORT_SYMBOL vmlinux 0x2797bfdd iov_iter_zero +EXPORT_SYMBOL vmlinux 0x2799fd74 nd_dax_probe +EXPORT_SYMBOL vmlinux 0x27bbf221 disable_irq_nosync +EXPORT_SYMBOL vmlinux 0x27bc582f touchscreen_report_pos +EXPORT_SYMBOL vmlinux 0x27c86d1f agp_generic_remove_memory +EXPORT_SYMBOL vmlinux 0x27cdca93 pci_add_resource +EXPORT_SYMBOL vmlinux 0x27d14742 mipi_dsi_dcs_get_power_mode +EXPORT_SYMBOL vmlinux 0x27db0998 mdio_device_register +EXPORT_SYMBOL vmlinux 0x28142e4a ipv6_dev_find +EXPORT_SYMBOL vmlinux 0x281823c5 __kfifo_out_peek +EXPORT_SYMBOL vmlinux 0x283f8254 uart_resume_port +EXPORT_SYMBOL vmlinux 0x284faa6b __x86_indirect_thunk_r11 +EXPORT_SYMBOL vmlinux 0x28588e9f dma_unmap_page_attrs +EXPORT_SYMBOL vmlinux 0x2875a315 utf32_to_utf8 +EXPORT_SYMBOL vmlinux 0x28795dc3 bio_integrity_add_page +EXPORT_SYMBOL vmlinux 0x289771bb commit_creds +EXPORT_SYMBOL vmlinux 0x28a19569 inet_select_addr +EXPORT_SYMBOL vmlinux 0x28a3f668 iov_iter_kvec +EXPORT_SYMBOL vmlinux 0x28bbac4e devm_ioremap_resource +EXPORT_SYMBOL vmlinux 0x28d61837 inet_frag_find +EXPORT_SYMBOL vmlinux 0x28e09af1 iosf_mbi_available +EXPORT_SYMBOL vmlinux 0x28e9db08 dcb_ieee_getapp_mask +EXPORT_SYMBOL vmlinux 0x28f94604 __ubsan_handle_builtin_unreachable +EXPORT_SYMBOL vmlinux 0x291d0032 security_binder_set_context_mgr +EXPORT_SYMBOL vmlinux 0x29332499 __x86_indirect_thunk_rsi +EXPORT_SYMBOL vmlinux 0x293dacc8 netif_schedule_queue +EXPORT_SYMBOL vmlinux 0x29411646 tcp_v4_mtu_reduced +EXPORT_SYMBOL vmlinux 0x294f599e __xfrm_policy_check +EXPORT_SYMBOL vmlinux 0x29604158 napi_busy_loop +EXPORT_SYMBOL vmlinux 0x296b8bbf __kfifo_dma_in_prepare +EXPORT_SYMBOL vmlinux 0x297c8a7d dma_fence_allocate_private_stub +EXPORT_SYMBOL vmlinux 0x2989487b nla_append +EXPORT_SYMBOL vmlinux 0x298a1a51 blk_mq_tagset_wait_completed_request +EXPORT_SYMBOL vmlinux 0x299008d6 folio_add_lru +EXPORT_SYMBOL vmlinux 0x2996be79 devm_gen_pool_create +EXPORT_SYMBOL vmlinux 0x29aac2e0 tcp_seq_start +EXPORT_SYMBOL vmlinux 0x29ad8e33 x86_hyper_type +EXPORT_SYMBOL vmlinux 0x29baad53 migrate_vma_setup +EXPORT_SYMBOL vmlinux 0x29bc0f30 napi_complete_done +EXPORT_SYMBOL vmlinux 0x29d01113 mark_buffer_dirty_inode +EXPORT_SYMBOL vmlinux 0x29d54966 pin_user_pages_remote +EXPORT_SYMBOL vmlinux 0x29e1e204 hdmi_audio_infoframe_pack +EXPORT_SYMBOL vmlinux 0x29ef5e80 fb_set_cmap +EXPORT_SYMBOL vmlinux 0x29ff9ae1 mipi_dsi_dcs_set_tear_on +EXPORT_SYMBOL vmlinux 0x2a0c55a8 pcie_get_width_cap +EXPORT_SYMBOL vmlinux 0x2a1fdae2 inet_csk_prepare_forced_close +EXPORT_SYMBOL vmlinux 0x2a303d4d check_signature +EXPORT_SYMBOL vmlinux 0x2a47dfdf mipi_dsi_dcs_set_display_brightness_large +EXPORT_SYMBOL vmlinux 0x2a55e8de __zerocopy_sg_from_iter +EXPORT_SYMBOL vmlinux 0x2a6a5aac sockopt_capable +EXPORT_SYMBOL vmlinux 0x2a6fa0d0 __SCT__tp_func_module_get +EXPORT_SYMBOL vmlinux 0x2a7e8dd4 udp_lib_get_port +EXPORT_SYMBOL vmlinux 0x2a802c24 jbd2_fc_begin_commit +EXPORT_SYMBOL vmlinux 0x2a85b203 cpumask_any_and_distribute +EXPORT_SYMBOL vmlinux 0x2a8e551d blk_set_stacking_limits +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 0x2aabcdc8 vmalloc_array +EXPORT_SYMBOL vmlinux 0x2aade1ce padata_do_serial +EXPORT_SYMBOL vmlinux 0x2ab0367d i2c_smbus_write_byte +EXPORT_SYMBOL vmlinux 0x2ab2648a i2c_smbus_xfer +EXPORT_SYMBOL vmlinux 0x2ab6b2d0 misc_register +EXPORT_SYMBOL vmlinux 0x2acb4eaf __x86_indirect_call_thunk_r11 +EXPORT_SYMBOL vmlinux 0x2ae3be63 phy_ethtool_ksettings_set +EXPORT_SYMBOL vmlinux 0x2b14c3a1 kmalloc_node_trace +EXPORT_SYMBOL vmlinux 0x2b22476b __neigh_event_send +EXPORT_SYMBOL vmlinux 0x2b28bdb3 vfs_getattr_nosec +EXPORT_SYMBOL vmlinux 0x2b41321e rtnl_set_sk_err +EXPORT_SYMBOL vmlinux 0x2b4495f6 is_free_buddy_page +EXPORT_SYMBOL vmlinux 0x2b593aa8 gen_pool_alloc_algo_owner +EXPORT_SYMBOL vmlinux 0x2b6f0962 __cpu_dying_mask +EXPORT_SYMBOL vmlinux 0x2b77ccb0 devfreq_remove_device +EXPORT_SYMBOL vmlinux 0x2b9da7a4 genl_lock +EXPORT_SYMBOL vmlinux 0x2b9f409d key_type_keyring +EXPORT_SYMBOL vmlinux 0x2ba16b36 xsk_uses_need_wakeup +EXPORT_SYMBOL vmlinux 0x2bae204e mt_find +EXPORT_SYMBOL vmlinux 0x2bb6099e dq_data_lock +EXPORT_SYMBOL vmlinux 0x2bb7c05d __x86_indirect_call_thunk_rsi +EXPORT_SYMBOL vmlinux 0x2bc6f9d4 __tracepoint_mmap_lock_released +EXPORT_SYMBOL vmlinux 0x2bd60ab9 acpi_reset +EXPORT_SYMBOL vmlinux 0x2bd65253 param_get_ushort +EXPORT_SYMBOL vmlinux 0x2bf11605 nvdimm_namespace_locked +EXPORT_SYMBOL vmlinux 0x2c03090b backlight_device_get_by_type +EXPORT_SYMBOL vmlinux 0x2c07e5a4 csum_and_copy_to_iter +EXPORT_SYMBOL vmlinux 0x2c256e1f input_scancode_to_scalar +EXPORT_SYMBOL vmlinux 0x2c2d1951 would_dump +EXPORT_SYMBOL vmlinux 0x2c3e20ab inet_confirm_addr +EXPORT_SYMBOL vmlinux 0x2c4bb23e flow_rule_match_ports_range +EXPORT_SYMBOL vmlinux 0x2c535dfc disk_stack_limits +EXPORT_SYMBOL vmlinux 0x2c541e7b radix_tree_next_chunk +EXPORT_SYMBOL vmlinux 0x2c6f3d6e init_net +EXPORT_SYMBOL vmlinux 0x2c71fbfb proc_dobool +EXPORT_SYMBOL vmlinux 0x2c732da5 proto_unregister +EXPORT_SYMBOL vmlinux 0x2c82c36a security_secmark_relabel_packet +EXPORT_SYMBOL vmlinux 0x2c925cd1 lock_rename +EXPORT_SYMBOL vmlinux 0x2c9757b5 agp_collect_device_status +EXPORT_SYMBOL vmlinux 0x2caf63d1 topology_phys_to_logical_die +EXPORT_SYMBOL vmlinux 0x2cbffd48 d_instantiate_anon +EXPORT_SYMBOL vmlinux 0x2ccd059a dim_on_top +EXPORT_SYMBOL vmlinux 0x2ccd5b6e fb_get_mode +EXPORT_SYMBOL vmlinux 0x2cdf87a1 proc_dointvec_minmax +EXPORT_SYMBOL vmlinux 0x2ce02016 bio_alloc_clone +EXPORT_SYMBOL vmlinux 0x2cf0c910 sg_init_table +EXPORT_SYMBOL vmlinux 0x2cf56265 __dynamic_pr_debug +EXPORT_SYMBOL vmlinux 0x2cfb6413 dma_map_page_attrs +EXPORT_SYMBOL vmlinux 0x2d0b0e5a xfrm_register_type +EXPORT_SYMBOL vmlinux 0x2d10a795 configfs_undepend_item +EXPORT_SYMBOL vmlinux 0x2d140a58 genl_unlock +EXPORT_SYMBOL vmlinux 0x2d30596c from_kqid_munged +EXPORT_SYMBOL vmlinux 0x2d3385d3 system_wq +EXPORT_SYMBOL vmlinux 0x2d39b0a7 kstrdup +EXPORT_SYMBOL vmlinux 0x2d4c773a hdmi_spd_infoframe_init +EXPORT_SYMBOL vmlinux 0x2d4daef5 find_font +EXPORT_SYMBOL vmlinux 0x2d50b9a8 netlink_unicast +EXPORT_SYMBOL vmlinux 0x2d583305 devm_arch_io_reserve_memtype_wc +EXPORT_SYMBOL vmlinux 0x2d5aaec5 dm_table_get_md +EXPORT_SYMBOL vmlinux 0x2d5f21ca nd_pfn_validate +EXPORT_SYMBOL vmlinux 0x2d75520c fib_notifier_ops_register +EXPORT_SYMBOL vmlinux 0x2d912bca dmi_get_bios_year +EXPORT_SYMBOL vmlinux 0x2d994605 security_inode_copy_up_xattr +EXPORT_SYMBOL vmlinux 0x2dafd5c9 kobject_del +EXPORT_SYMBOL vmlinux 0x2dbb3ec9 vlan_vids_del_by_dev +EXPORT_SYMBOL vmlinux 0x2dc00f84 scmd_printk +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 0x2df31f99 dquot_operations +EXPORT_SYMBOL vmlinux 0x2e0b1deb dma_fence_get_status +EXPORT_SYMBOL vmlinux 0x2e1ca751 clk_put +EXPORT_SYMBOL vmlinux 0x2e2a4482 registered_fb +EXPORT_SYMBOL vmlinux 0x2e2b40d2 strncat +EXPORT_SYMBOL vmlinux 0x2e2ee7be __dec_zone_page_state +EXPORT_SYMBOL vmlinux 0x2e3bcce2 wait_for_completion_interruptible +EXPORT_SYMBOL vmlinux 0x2e439142 drm_get_panel_orientation_quirk +EXPORT_SYMBOL vmlinux 0x2e4c80c8 unregister_framebuffer +EXPORT_SYMBOL vmlinux 0x2e512ee7 register_netdevice_notifier_net +EXPORT_SYMBOL vmlinux 0x2e5fe036 __skb_ext_put +EXPORT_SYMBOL vmlinux 0x2e78357a try_to_free_buffers +EXPORT_SYMBOL vmlinux 0x2e809bed ipv6_dev_mc_inc +EXPORT_SYMBOL vmlinux 0x2e8d1f29 cfb_imageblit +EXPORT_SYMBOL vmlinux 0x2ec6bba0 errseq_set +EXPORT_SYMBOL vmlinux 0x2ecd8807 handle_edge_irq +EXPORT_SYMBOL vmlinux 0x2ee1c142 mdio_driver_unregister +EXPORT_SYMBOL vmlinux 0x2ee2626b elv_rb_former_request +EXPORT_SYMBOL vmlinux 0x2ee44922 sock_no_ioctl +EXPORT_SYMBOL vmlinux 0x2ee4c2b1 hdmi_avi_infoframe_pack_only +EXPORT_SYMBOL vmlinux 0x2ee55619 bio_integrity_trim +EXPORT_SYMBOL vmlinux 0x2eef168d rproc_boot +EXPORT_SYMBOL vmlinux 0x2efc3c25 unpin_user_pages_dirty_lock +EXPORT_SYMBOL vmlinux 0x2f03fc4b security_secmark_refcount_inc +EXPORT_SYMBOL vmlinux 0x2f23045b devm_alloc_etherdev_mqs +EXPORT_SYMBOL vmlinux 0x2f2370ae pci_setup_cardbus +EXPORT_SYMBOL vmlinux 0x2f2e91b2 security_ib_alloc_security +EXPORT_SYMBOL vmlinux 0x2f311723 mipi_dsi_host_register +EXPORT_SYMBOL vmlinux 0x2f384db3 acpi_is_video_device +EXPORT_SYMBOL vmlinux 0x2f4bc708 jbd2__journal_start +EXPORT_SYMBOL vmlinux 0x2f6a9840 dm_table_run_md_queue_async +EXPORT_SYMBOL vmlinux 0x2f72e088 generic_file_direct_write +EXPORT_SYMBOL vmlinux 0x2f7754a8 dma_pool_free +EXPORT_SYMBOL vmlinux 0x2f857fb7 mipi_dsi_dcs_set_display_on +EXPORT_SYMBOL vmlinux 0x2f86debc ipv6_push_frag_opts +EXPORT_SYMBOL vmlinux 0x2f8e8404 md_bitmap_close_sync +EXPORT_SYMBOL vmlinux 0x2fa10908 vlan_filter_push_vids +EXPORT_SYMBOL vmlinux 0x2fa4bab0 __filemap_get_folio +EXPORT_SYMBOL vmlinux 0x2fa94ec2 sk_stop_timer_sync +EXPORT_SYMBOL vmlinux 0x2fbc3e7e mptcp_subflow_reqsk_alloc +EXPORT_SYMBOL vmlinux 0x2fdc8619 genlmsg_put +EXPORT_SYMBOL vmlinux 0x2fe252cc unregister_inet6addr_notifier +EXPORT_SYMBOL vmlinux 0x2fe83dce nd_device_notify +EXPORT_SYMBOL vmlinux 0x2fee0207 seg6_hmac_info_del +EXPORT_SYMBOL vmlinux 0x301304c2 __get_user_nocheck_8 +EXPORT_SYMBOL vmlinux 0x301591e0 blk_queue_max_secure_erase_sectors +EXPORT_SYMBOL vmlinux 0x301be78b inet_frags_fini +EXPORT_SYMBOL vmlinux 0x30245867 jbd2_journal_get_write_access +EXPORT_SYMBOL vmlinux 0x303612cf jbd2_journal_stop +EXPORT_SYMBOL vmlinux 0x303b8577 __pskb_copy_fclone +EXPORT_SYMBOL vmlinux 0x304e7f48 alloc_buffer_head +EXPORT_SYMBOL vmlinux 0x305a916c __x86_indirect_thunk_rdi +EXPORT_SYMBOL vmlinux 0x3073b092 neigh_parms_release +EXPORT_SYMBOL vmlinux 0x3075a0aa blk_pre_runtime_suspend +EXPORT_SYMBOL vmlinux 0x3082ccb4 seq_escape_mem +EXPORT_SYMBOL vmlinux 0x3085d4d4 release_pages +EXPORT_SYMBOL vmlinux 0x3091cea9 input_register_handler +EXPORT_SYMBOL vmlinux 0x3094d378 __netlink_ns_capable +EXPORT_SYMBOL vmlinux 0x3096be16 names_cachep +EXPORT_SYMBOL vmlinux 0x30a80826 __kfifo_from_user +EXPORT_SYMBOL vmlinux 0x30acfde9 hsiphash_2u32 +EXPORT_SYMBOL vmlinux 0x3101a9cf tty_kref_put +EXPORT_SYMBOL vmlinux 0x3104b940 serio_unregister_port +EXPORT_SYMBOL vmlinux 0x310998aa mmc_put_card +EXPORT_SYMBOL vmlinux 0x310a63ac pcibios_bus_to_resource +EXPORT_SYMBOL vmlinux 0x31163d93 __SCK__tp_func_kmem_cache_alloc +EXPORT_SYMBOL vmlinux 0x3126a9e8 siphash_1u64 +EXPORT_SYMBOL vmlinux 0x312ad83d _dev_notice +EXPORT_SYMBOL vmlinux 0x312ed932 verify_spi_info +EXPORT_SYMBOL vmlinux 0x3145c29d scsi_bios_ptable +EXPORT_SYMBOL vmlinux 0x314641d3 kthread_associate_blkcg +EXPORT_SYMBOL vmlinux 0x3147e171 blk_queue_max_write_zeroes_sectors +EXPORT_SYMBOL vmlinux 0x31549b2a __x86_indirect_thunk_r10 +EXPORT_SYMBOL vmlinux 0x317601b0 generic_pipe_buf_release +EXPORT_SYMBOL vmlinux 0x317ac7ba mmc_get_card +EXPORT_SYMBOL vmlinux 0x317f0fdf audit_log_start +EXPORT_SYMBOL vmlinux 0x319d493d proc_dostring +EXPORT_SYMBOL vmlinux 0x31a211c6 devm_pci_alloc_host_bridge +EXPORT_SYMBOL vmlinux 0x31d40f16 posix_acl_chmod +EXPORT_SYMBOL vmlinux 0x31df971d sync_file_create +EXPORT_SYMBOL vmlinux 0x31e25c9d nf_log_unbind_pf +EXPORT_SYMBOL vmlinux 0x31ec08b8 __splice_from_pipe +EXPORT_SYMBOL vmlinux 0x31f0f176 dmaenginem_async_device_register +EXPORT_SYMBOL vmlinux 0x31f9e5c5 pci_iomap +EXPORT_SYMBOL vmlinux 0x31fc4979 skb_eth_pop +EXPORT_SYMBOL vmlinux 0x3213f038 mutex_unlock +EXPORT_SYMBOL vmlinux 0x3218eec2 inet_frag_reasm_prepare +EXPORT_SYMBOL vmlinux 0x322159a0 intel_gmch_probe +EXPORT_SYMBOL vmlinux 0x3221df67 __bitmap_subset +EXPORT_SYMBOL vmlinux 0x3242a7b2 dma_map_resource +EXPORT_SYMBOL vmlinux 0x324d93de rproc_alloc +EXPORT_SYMBOL vmlinux 0x3257e748 input_get_poll_interval +EXPORT_SYMBOL vmlinux 0x325f7f58 skb_flow_dissect_ct +EXPORT_SYMBOL vmlinux 0x326425ca pci_unmap_biosrom +EXPORT_SYMBOL vmlinux 0x32654d43 clkdev_drop +EXPORT_SYMBOL vmlinux 0x3268dfda scsi_test_unit_ready +EXPORT_SYMBOL vmlinux 0x327c84bf vme_lm_attach +EXPORT_SYMBOL vmlinux 0x32828a6d pci_bus_claim_resources +EXPORT_SYMBOL vmlinux 0x3283e6b0 prandom_seed_full_state +EXPORT_SYMBOL vmlinux 0x329e6e5d udp_seq_next +EXPORT_SYMBOL vmlinux 0x329f072e amd_iommu_flush_tlb +EXPORT_SYMBOL vmlinux 0x32cb6d87 super_setup_bdi_name +EXPORT_SYMBOL vmlinux 0x32ce3777 radix_tree_preload +EXPORT_SYMBOL vmlinux 0x32d09649 cookie_timestamp_decode +EXPORT_SYMBOL vmlinux 0x32d689e0 kernel_write +EXPORT_SYMBOL vmlinux 0x32de75a8 __x86_indirect_call_thunk_rdi +EXPORT_SYMBOL vmlinux 0x32e47ca4 set_pages_wb +EXPORT_SYMBOL vmlinux 0x32e6f1a0 acpi_video_backlight_string +EXPORT_SYMBOL vmlinux 0x32e8cfea mtree_load +EXPORT_SYMBOL vmlinux 0x32e9eb3c scsi_report_bus_reset +EXPORT_SYMBOL vmlinux 0x32f77944 sock_bindtoindex +EXPORT_SYMBOL vmlinux 0x32f8af5e fscrypt_ioctl_get_policy +EXPORT_SYMBOL vmlinux 0x3310a259 flow_indr_dev_register +EXPORT_SYMBOL vmlinux 0x331ef18d __qdisc_calculate_pkt_len +EXPORT_SYMBOL vmlinux 0x3324ef3b acpi_set_firmware_waking_vector +EXPORT_SYMBOL vmlinux 0x33368bf0 gnet_stats_copy_rate_est +EXPORT_SYMBOL vmlinux 0x333c1066 tcp_poll +EXPORT_SYMBOL vmlinux 0x335ac7cb jbd2_journal_restart +EXPORT_SYMBOL vmlinux 0x3369ea44 mtree_insert_range +EXPORT_SYMBOL vmlinux 0x33736a1d __genradix_ptr_alloc +EXPORT_SYMBOL vmlinux 0x33761bc0 ioc_lookup_icq +EXPORT_SYMBOL vmlinux 0x337cc065 __tracepoint_kmem_cache_alloc +EXPORT_SYMBOL vmlinux 0x3384cfbb sock_alloc_file +EXPORT_SYMBOL vmlinux 0x33887c86 ipv4_mtu +EXPORT_SYMBOL vmlinux 0x3389ea94 vme_master_mmap +EXPORT_SYMBOL vmlinux 0x339bd614 scsi_eh_prep_cmnd +EXPORT_SYMBOL vmlinux 0x33a8b026 input_mt_get_slot_by_key +EXPORT_SYMBOL vmlinux 0x33b301fb follow_down +EXPORT_SYMBOL vmlinux 0x33b84f74 copy_page +EXPORT_SYMBOL vmlinux 0x33ca5677 serial8250_register_8250_port +EXPORT_SYMBOL vmlinux 0x33d07fee __x86_indirect_call_thunk_r10 +EXPORT_SYMBOL vmlinux 0x33d603ea xfrm_register_type_offload +EXPORT_SYMBOL vmlinux 0x33e2c38b from_kprojid +EXPORT_SYMBOL vmlinux 0x33ed069b sockopt_release_sock +EXPORT_SYMBOL vmlinux 0x33f0768c cpufreq_quick_get_max +EXPORT_SYMBOL vmlinux 0x33f993a6 devfreq_unregister_notifier +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 0x341a8bfa inet_proto_csum_replace_by_diff +EXPORT_SYMBOL vmlinux 0x3424daf8 __traceiter_dma_fence_enable_signal +EXPORT_SYMBOL vmlinux 0x344138ab tc_setup_cb_reoffload +EXPORT_SYMBOL vmlinux 0x3441445f msrs_free +EXPORT_SYMBOL vmlinux 0x3443b5b1 fwnode_mdiobus_register_phy +EXPORT_SYMBOL vmlinux 0x344e2276 rawv6_mh_filter_register +EXPORT_SYMBOL vmlinux 0x344ec4f6 __dev_kfree_skb_any +EXPORT_SYMBOL vmlinux 0x34568091 blk_rq_map_user +EXPORT_SYMBOL vmlinux 0x346e3938 tcp_v4_md5_lookup +EXPORT_SYMBOL vmlinux 0x34774959 nf_ip_checksum +EXPORT_SYMBOL vmlinux 0x3489859f acpi_enter_sleep_state_s4bios +EXPORT_SYMBOL vmlinux 0x348a81a6 vme_irq_generate +EXPORT_SYMBOL vmlinux 0x348b7dad inc_zone_page_state +EXPORT_SYMBOL vmlinux 0x3495cc7a __mmc_claim_host +EXPORT_SYMBOL vmlinux 0x349cba85 strchr +EXPORT_SYMBOL vmlinux 0x34a1f7e3 acpi_processor_get_psd +EXPORT_SYMBOL vmlinux 0x34b34380 acpi_register_debugger +EXPORT_SYMBOL vmlinux 0x34c7cdbc lookup_bdev +EXPORT_SYMBOL vmlinux 0x34db050b _raw_spin_lock_irqsave +EXPORT_SYMBOL vmlinux 0x34e31081 xp_dma_map +EXPORT_SYMBOL vmlinux 0x34f3484e security_tun_dev_attach_queue +EXPORT_SYMBOL vmlinux 0x34f37d3d fs_param_is_blob +EXPORT_SYMBOL vmlinux 0x34f89363 acpi_terminate_debugger +EXPORT_SYMBOL vmlinux 0x34fed007 __dquot_free_space +EXPORT_SYMBOL vmlinux 0x350cb296 skb_pull +EXPORT_SYMBOL vmlinux 0x350ea558 dma_fence_default_wait +EXPORT_SYMBOL vmlinux 0x3517383e register_reboot_notifier +EXPORT_SYMBOL vmlinux 0x3539f11b match_strlcpy +EXPORT_SYMBOL vmlinux 0x353fca57 ethtool_virtdev_set_link_ksettings +EXPORT_SYMBOL vmlinux 0x354abaec devm_ioport_map +EXPORT_SYMBOL vmlinux 0x354b4a1e acpi_ut_trace +EXPORT_SYMBOL vmlinux 0x354e9bc8 scsi_command_normalize_sense +EXPORT_SYMBOL vmlinux 0x355064fe vme_unregister_bridge +EXPORT_SYMBOL vmlinux 0x3551f995 agp_backend_acquire +EXPORT_SYMBOL vmlinux 0x3557c766 cad_pid +EXPORT_SYMBOL vmlinux 0x355bb938 devm_ioport_unmap +EXPORT_SYMBOL vmlinux 0x356461c8 rtc_time64_to_tm +EXPORT_SYMBOL vmlinux 0x3574bd98 kmem_cache_create +EXPORT_SYMBOL vmlinux 0x3582b931 vga_put +EXPORT_SYMBOL vmlinux 0x359b7c08 sock_alloc +EXPORT_SYMBOL vmlinux 0x35a88f28 zlib_inflateInit2 +EXPORT_SYMBOL vmlinux 0x35c2d9ed vfs_fadvise +EXPORT_SYMBOL vmlinux 0x35c5642e pci_scan_slot +EXPORT_SYMBOL vmlinux 0x35c6f1cf pm8606_osc_disable +EXPORT_SYMBOL vmlinux 0x35d6b734 sk_stream_wait_memory +EXPORT_SYMBOL vmlinux 0x35ebca1b iget_failed +EXPORT_SYMBOL vmlinux 0x360b1afe probe_irq_mask +EXPORT_SYMBOL vmlinux 0x3625c519 fs_param_is_path +EXPORT_SYMBOL vmlinux 0x3643e1ed device_add_disk +EXPORT_SYMBOL vmlinux 0x364850b1 down_write_killable +EXPORT_SYMBOL vmlinux 0x364c23ad mutex_is_locked +EXPORT_SYMBOL vmlinux 0x365762f1 generic_file_mmap +EXPORT_SYMBOL vmlinux 0x365acda7 set_normalized_timespec64 +EXPORT_SYMBOL vmlinux 0x365e7911 kstrdup_const +EXPORT_SYMBOL vmlinux 0x366a706e tcp_parse_options +EXPORT_SYMBOL vmlinux 0x3670bc7a rawv6_mh_filter_unregister +EXPORT_SYMBOL vmlinux 0x367b0c65 vfs_link +EXPORT_SYMBOL vmlinux 0x368a0869 nla_put_64bit +EXPORT_SYMBOL vmlinux 0x36962156 tcp_v4_syn_recv_sock +EXPORT_SYMBOL vmlinux 0x369babc5 seq_pad +EXPORT_SYMBOL vmlinux 0x369d3757 bio_init +EXPORT_SYMBOL vmlinux 0x36b11243 blk_mq_tagset_busy_iter +EXPORT_SYMBOL vmlinux 0x36b6ebbf down_killable +EXPORT_SYMBOL vmlinux 0x36c1e33b vfs_dup_fs_context +EXPORT_SYMBOL vmlinux 0x36df8e1f param_get_ulong +EXPORT_SYMBOL vmlinux 0x36e52323 config_group_init_type_name +EXPORT_SYMBOL vmlinux 0x36f19ef1 pnp_activate_dev +EXPORT_SYMBOL vmlinux 0x36fe25db gro_cells_init +EXPORT_SYMBOL vmlinux 0x37110088 remove_wait_queue +EXPORT_SYMBOL vmlinux 0x371e1953 __printk_cpu_sync_wait +EXPORT_SYMBOL vmlinux 0x3721f459 acpi_processor_notify_smm +EXPORT_SYMBOL vmlinux 0x3735a37e inode_permission +EXPORT_SYMBOL vmlinux 0x37447fc7 kernel_read +EXPORT_SYMBOL vmlinux 0x3744cf36 vmalloc_to_pfn +EXPORT_SYMBOL vmlinux 0x3755f990 gf128mul_init_64k_bbe +EXPORT_SYMBOL vmlinux 0x375e57f3 seq_put_decimal_ull +EXPORT_SYMBOL vmlinux 0x377d8004 acpi_error +EXPORT_SYMBOL vmlinux 0x379a4f43 simple_rename +EXPORT_SYMBOL vmlinux 0x379bea4d gro_find_receive_by_type +EXPORT_SYMBOL vmlinux 0x379dba04 __scsi_print_sense +EXPORT_SYMBOL vmlinux 0x37b8b39e screen_info +EXPORT_SYMBOL vmlinux 0x37befc70 jiffies_to_msecs +EXPORT_SYMBOL vmlinux 0x37cad806 tty_port_alloc_xmit_buf +EXPORT_SYMBOL vmlinux 0x37db8f19 dmi_get_date +EXPORT_SYMBOL vmlinux 0x37e32347 ndisc_ns_create +EXPORT_SYMBOL vmlinux 0x380264ff tcp_shutdown +EXPORT_SYMBOL vmlinux 0x3811c77f mipi_dsi_dcs_enter_sleep_mode +EXPORT_SYMBOL vmlinux 0x381a798a setup_max_cpus +EXPORT_SYMBOL vmlinux 0x381f5e0e write_inode_now +EXPORT_SYMBOL vmlinux 0x38267f55 flow_rule_match_enc_ip +EXPORT_SYMBOL vmlinux 0x382b62cf devm_pci_remap_cfg_resource +EXPORT_SYMBOL vmlinux 0x382cb502 kernel_recvmsg +EXPORT_SYMBOL vmlinux 0x382e0d80 ipmr_rule_default +EXPORT_SYMBOL vmlinux 0x383492fe param_set_short +EXPORT_SYMBOL vmlinux 0x3850b369 blk_queue_virt_boundary +EXPORT_SYMBOL vmlinux 0x3854774b kstrtoll +EXPORT_SYMBOL vmlinux 0x386450bc pnp_disable_dev +EXPORT_SYMBOL vmlinux 0x387fc3ba neigh_lookup +EXPORT_SYMBOL vmlinux 0x38869d88 kstat +EXPORT_SYMBOL vmlinux 0x388aa3c9 neigh_proc_dointvec_ms_jiffies +EXPORT_SYMBOL vmlinux 0x388f603d mmc_wait_for_req_done +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 0x38ac0b97 _dev_info +EXPORT_SYMBOL vmlinux 0x38b7f9fb take_dentry_name_snapshot +EXPORT_SYMBOL vmlinux 0x38c74fe9 alloc_skb_with_frags +EXPORT_SYMBOL vmlinux 0x38d67c95 inet_csk_clear_xmit_timers +EXPORT_SYMBOL vmlinux 0x38dcec14 flow_rule_match_pppoe +EXPORT_SYMBOL vmlinux 0x38e10acf dev_mc_sync +EXPORT_SYMBOL vmlinux 0x38e46431 mempool_exit +EXPORT_SYMBOL vmlinux 0x38e4bc88 bio_add_pc_page +EXPORT_SYMBOL vmlinux 0x38f73fe2 tcp_ioctl +EXPORT_SYMBOL vmlinux 0x38f8d26b sock_no_shutdown +EXPORT_SYMBOL vmlinux 0x39081193 __max_logical_packages +EXPORT_SYMBOL vmlinux 0x391a40be config_item_init_type_name +EXPORT_SYMBOL vmlinux 0x391de24a simple_get_link +EXPORT_SYMBOL vmlinux 0x391df80a netstamp_needed_key +EXPORT_SYMBOL vmlinux 0x3929eb03 unregister_shrinker +EXPORT_SYMBOL vmlinux 0x392b1fea wait_for_completion_io +EXPORT_SYMBOL vmlinux 0x3939f8f0 rfkill_pause_polling +EXPORT_SYMBOL vmlinux 0x39409e30 dev_open +EXPORT_SYMBOL vmlinux 0x3940b226 jbd2_journal_check_used_features +EXPORT_SYMBOL vmlinux 0x3945af37 pci_bus_find_capability +EXPORT_SYMBOL vmlinux 0x39461d6a in_egroup_p +EXPORT_SYMBOL vmlinux 0x394a1e11 phy_sfp_attach +EXPORT_SYMBOL vmlinux 0x39520ec7 devfreq_suspend_device +EXPORT_SYMBOL vmlinux 0x3955fcf6 __kfifo_in_r +EXPORT_SYMBOL vmlinux 0x39583039 dmam_free_coherent +EXPORT_SYMBOL vmlinux 0x3963eebd nf_setsockopt +EXPORT_SYMBOL vmlinux 0x396ae108 filemap_page_mkwrite +EXPORT_SYMBOL vmlinux 0x396d0e3c pmem_sector_size +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 0x39c74235 dm_read_arg_group +EXPORT_SYMBOL vmlinux 0x39cf1558 folio_mark_accessed +EXPORT_SYMBOL vmlinux 0x39d9443b alloc_fcdev +EXPORT_SYMBOL vmlinux 0x39d95ca4 zstd_reset_cstream +EXPORT_SYMBOL vmlinux 0x39e3c030 do_trace_read_msr +EXPORT_SYMBOL vmlinux 0x39eea701 __phy_read_mmd +EXPORT_SYMBOL vmlinux 0x3a00907f pagevec_lookup_range_tag +EXPORT_SYMBOL vmlinux 0x3a08475f platform_thermal_notify +EXPORT_SYMBOL vmlinux 0x3a099605 __get_user_nocheck_4 +EXPORT_SYMBOL vmlinux 0x3a2d1dfa rdmsr_safe_regs_on_cpu +EXPORT_SYMBOL vmlinux 0x3a4c79fe copy_string_kernel +EXPORT_SYMBOL vmlinux 0x3a4f9d28 rng_is_initialized +EXPORT_SYMBOL vmlinux 0x3a61ad4b netdev_lower_get_next_private +EXPORT_SYMBOL vmlinux 0x3a6358b9 serial8250_set_isa_configurator +EXPORT_SYMBOL vmlinux 0x3a85b4ea set_page_writeback +EXPORT_SYMBOL vmlinux 0x3a8cd7a2 dentry_open +EXPORT_SYMBOL vmlinux 0x3a8e6dd8 tcf_idr_create +EXPORT_SYMBOL vmlinux 0x3aa2025c gpiochip_irq_reqres +EXPORT_SYMBOL vmlinux 0x3aa869d7 __cgroup_bpf_run_filter_sk +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 0x3ad5d735 tcp_v4_conn_request +EXPORT_SYMBOL vmlinux 0x3ad7a5d5 acpi_evaluate_reference +EXPORT_SYMBOL vmlinux 0x3ada9e06 acpi_check_region +EXPORT_SYMBOL vmlinux 0x3ae34aeb zstd_init_dctx +EXPORT_SYMBOL vmlinux 0x3ae5c2fc __sk_queue_drop_skb +EXPORT_SYMBOL vmlinux 0x3ae6fa5d fs_param_is_fd +EXPORT_SYMBOL vmlinux 0x3aed37d6 tcp_make_synack +EXPORT_SYMBOL vmlinux 0x3af5b511 ptp_clock_register +EXPORT_SYMBOL vmlinux 0x3af87e62 neigh_sysctl_register +EXPORT_SYMBOL vmlinux 0x3aff3200 acpi_evaluate_object_typed +EXPORT_SYMBOL vmlinux 0x3b029f48 acpi_install_fixed_event_handler +EXPORT_SYMBOL vmlinux 0x3b20fb95 dma_fence_remove_callback +EXPORT_SYMBOL vmlinux 0x3b321462 LZ4_setStreamDecode +EXPORT_SYMBOL vmlinux 0x3b3af30c md_flush_request +EXPORT_SYMBOL vmlinux 0x3b644591 __bitmap_shift_left +EXPORT_SYMBOL vmlinux 0x3b6c41ea kstrtouint +EXPORT_SYMBOL vmlinux 0x3b72f08d preempt_schedule_notrace_thunk +EXPORT_SYMBOL vmlinux 0x3b824423 __lock_sock_fast +EXPORT_SYMBOL vmlinux 0x3b83610f cpu_sibling_map +EXPORT_SYMBOL vmlinux 0x3b887166 mr_mfc_find_any +EXPORT_SYMBOL vmlinux 0x3b9144c9 acpi_get_current_resources +EXPORT_SYMBOL vmlinux 0x3ba14f87 file_fdatawait_range +EXPORT_SYMBOL vmlinux 0x3ba41930 sk_stream_kill_queues +EXPORT_SYMBOL vmlinux 0x3bb4f15b devm_mdiobus_alloc_size +EXPORT_SYMBOL vmlinux 0x3bb9414d fget_raw +EXPORT_SYMBOL vmlinux 0x3bc8d0da pci_fixup_cardbus +EXPORT_SYMBOL vmlinux 0x3c0e9f89 inet_listen +EXPORT_SYMBOL vmlinux 0x3c185c61 page_put_link +EXPORT_SYMBOL vmlinux 0x3c190789 always_delete_dentry +EXPORT_SYMBOL vmlinux 0x3c1bbaa6 hash_and_copy_to_iter +EXPORT_SYMBOL vmlinux 0x3c218068 xsk_set_tx_need_wakeup +EXPORT_SYMBOL vmlinux 0x3c3cb283 pm860x_page_bulk_read +EXPORT_SYMBOL vmlinux 0x3c3fce39 __local_bh_enable_ip +EXPORT_SYMBOL vmlinux 0x3c3ff9fd sprintf +EXPORT_SYMBOL vmlinux 0x3c427f67 cpu_die_map +EXPORT_SYMBOL vmlinux 0x3c47880a inode_io_list_del +EXPORT_SYMBOL vmlinux 0x3c4b9983 _dev_warn +EXPORT_SYMBOL vmlinux 0x3c669760 pci_write_config_byte +EXPORT_SYMBOL vmlinux 0x3cb23db3 console_srcu_read_unlock +EXPORT_SYMBOL vmlinux 0x3cbb940b zstd_init_dstream +EXPORT_SYMBOL vmlinux 0x3cbf22f3 mmc_erase_group_aligned +EXPORT_SYMBOL vmlinux 0x3cc10dde genphy_loopback +EXPORT_SYMBOL vmlinux 0x3ce4ca6f disable_irq +EXPORT_SYMBOL vmlinux 0x3cfca00a mmc_gpiod_request_ro +EXPORT_SYMBOL vmlinux 0x3d02cd70 dma_fence_signal_locked +EXPORT_SYMBOL vmlinux 0x3d210724 gen_pool_dma_zalloc_align +EXPORT_SYMBOL vmlinux 0x3d256f72 fs_param_is_blockdev +EXPORT_SYMBOL vmlinux 0x3d3487fc kernel_sock_shutdown +EXPORT_SYMBOL vmlinux 0x3d40b776 dma_sync_single_for_device +EXPORT_SYMBOL vmlinux 0x3d44a5b0 neigh_changeaddr +EXPORT_SYMBOL vmlinux 0x3d44afc7 mipi_dsi_set_maximum_return_packet_size +EXPORT_SYMBOL vmlinux 0x3d61527e phy_device_register +EXPORT_SYMBOL vmlinux 0x3d62fe09 vga_switcheroo_unregister_client +EXPORT_SYMBOL vmlinux 0x3d6cab88 xen_free_unpopulated_pages +EXPORT_SYMBOL vmlinux 0x3da171f9 pci_mem_start +EXPORT_SYMBOL vmlinux 0x3da3fca0 dev_getbyhwaddr_rcu +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 0x3db27407 zerocopy_sg_from_iter +EXPORT_SYMBOL vmlinux 0x3dbe9dff inet_csk_init_xmit_timers +EXPORT_SYMBOL vmlinux 0x3dc4f365 tty_port_close_start +EXPORT_SYMBOL vmlinux 0x3dc619d3 swake_up_locked +EXPORT_SYMBOL vmlinux 0x3dcb88a0 irq_set_handler_data +EXPORT_SYMBOL vmlinux 0x3dd9b230 proc_dointvec_userhz_jiffies +EXPORT_SYMBOL vmlinux 0x3ddc6c04 x86_bios_cpu_apicid +EXPORT_SYMBOL vmlinux 0x3df1357c rproc_mem_entry_init +EXPORT_SYMBOL vmlinux 0x3dfb86b9 resource_list_create_entry +EXPORT_SYMBOL vmlinux 0x3dfc897c seq_hlist_start_head +EXPORT_SYMBOL vmlinux 0x3e0eea55 skb_copy_header +EXPORT_SYMBOL vmlinux 0x3e140a5d watchdog_unregister_governor +EXPORT_SYMBOL vmlinux 0x3e1ca8b1 __tracepoint_dma_fence_emit +EXPORT_SYMBOL vmlinux 0x3e1d7719 genphy_read_abilities +EXPORT_SYMBOL vmlinux 0x3e207e1a devm_request_any_context_irq +EXPORT_SYMBOL vmlinux 0x3e2789c7 padata_alloc_shell +EXPORT_SYMBOL vmlinux 0x3e30e675 jbd2_fc_wait_bufs +EXPORT_SYMBOL vmlinux 0x3e3bad0a __tasklet_hi_schedule +EXPORT_SYMBOL vmlinux 0x3e5a2877 vif_device_init +EXPORT_SYMBOL vmlinux 0x3e9f1fb5 mipi_dsi_dcs_set_pixel_format +EXPORT_SYMBOL vmlinux 0x3ebb3199 __task_pid_nr_ns +EXPORT_SYMBOL vmlinux 0x3eccbe2c __find_nth_bit +EXPORT_SYMBOL vmlinux 0x3ed3b600 notify_change +EXPORT_SYMBOL vmlinux 0x3ed53d26 ppp_unit_number +EXPORT_SYMBOL vmlinux 0x3ed6460f _dev_err +EXPORT_SYMBOL vmlinux 0x3ee5d887 d_alloc_name +EXPORT_SYMBOL vmlinux 0x3ef1bc52 tso_build_data +EXPORT_SYMBOL vmlinux 0x3ef3b682 nf_register_queue_handler +EXPORT_SYMBOL vmlinux 0x3efe1703 phy_unregister_fixup_for_id +EXPORT_SYMBOL vmlinux 0x3f03407d tty_port_free_xmit_buf +EXPORT_SYMBOL vmlinux 0x3f0eabd2 xxh64_update +EXPORT_SYMBOL vmlinux 0x3f34644d zstd_dstream_workspace_bound +EXPORT_SYMBOL vmlinux 0x3f3727dd __ps2_command +EXPORT_SYMBOL vmlinux 0x3f427cad pci_alloc_dev +EXPORT_SYMBOL vmlinux 0x3f4547a7 put_unused_fd +EXPORT_SYMBOL vmlinux 0x3f4bd846 gen_pool_first_fit_order_align +EXPORT_SYMBOL vmlinux 0x3f52499d inet_frag_kill +EXPORT_SYMBOL vmlinux 0x3f595526 xfrm_policy_destroy +EXPORT_SYMBOL vmlinux 0x3f759181 truncate_inode_pages +EXPORT_SYMBOL vmlinux 0x3f80325a iov_iter_init +EXPORT_SYMBOL vmlinux 0x3f89071b security_ib_pkey_access +EXPORT_SYMBOL vmlinux 0x3f92281a iput +EXPORT_SYMBOL vmlinux 0x3f9bcb89 pm860x_set_bits +EXPORT_SYMBOL vmlinux 0x3fa0a5c6 __mmap_lock_do_trace_start_locking +EXPORT_SYMBOL vmlinux 0x3fbf3c89 vme_slave_set +EXPORT_SYMBOL vmlinux 0x3fc5b70d pci_assign_resource +EXPORT_SYMBOL vmlinux 0x3fd33a95 sock_no_getname +EXPORT_SYMBOL vmlinux 0x3fd78f3b register_chrdev_region +EXPORT_SYMBOL vmlinux 0x3fd7ada2 phy_find_first +EXPORT_SYMBOL vmlinux 0x3fe2ccbe memweight +EXPORT_SYMBOL vmlinux 0x3fe2d99c tc_setup_offload_action +EXPORT_SYMBOL vmlinux 0x400a1c75 input_mt_init_slots +EXPORT_SYMBOL vmlinux 0x400bf85a pcie_set_mps +EXPORT_SYMBOL vmlinux 0x401b09d3 devm_extcon_unregister_notifier +EXPORT_SYMBOL vmlinux 0x40235c98 _raw_write_unlock +EXPORT_SYMBOL vmlinux 0x402a12cc netif_carrier_on +EXPORT_SYMBOL vmlinux 0x402a35e2 devm_devfreq_add_device +EXPORT_SYMBOL vmlinux 0x402c395b phy_loopback +EXPORT_SYMBOL vmlinux 0x403421b1 blk_mq_requeue_request +EXPORT_SYMBOL vmlinux 0x40504970 i2c_smbus_read_byte +EXPORT_SYMBOL vmlinux 0x4055a920 acpi_remove_fixed_event_handler +EXPORT_SYMBOL vmlinux 0x40721d68 dcb_getapp +EXPORT_SYMBOL vmlinux 0x4093f643 pskb_extract +EXPORT_SYMBOL vmlinux 0x40973662 sysctl_udp_mem +EXPORT_SYMBOL vmlinux 0x40a4427c pnp_device_detach +EXPORT_SYMBOL vmlinux 0x40a54396 mipi_dsi_generic_write +EXPORT_SYMBOL vmlinux 0x40a62432 __nla_validate +EXPORT_SYMBOL vmlinux 0x40a9b349 vzalloc +EXPORT_SYMBOL vmlinux 0x40ad4776 dev_set_threaded +EXPORT_SYMBOL vmlinux 0x40af5909 crypto_sha256_update +EXPORT_SYMBOL vmlinux 0x40c7247c si_meminfo +EXPORT_SYMBOL vmlinux 0x40d04664 console_trylock +EXPORT_SYMBOL vmlinux 0x40d59096 unregister_restart_handler +EXPORT_SYMBOL vmlinux 0x40e2a1c6 agp_generic_insert_memory +EXPORT_SYMBOL vmlinux 0x40f76a86 __vcalloc +EXPORT_SYMBOL vmlinux 0x410a6e7a mr_mfc_seq_next +EXPORT_SYMBOL vmlinux 0x412cbf75 vme_bus_error_handler +EXPORT_SYMBOL vmlinux 0x412f893c page_offline_begin +EXPORT_SYMBOL vmlinux 0x413262a0 devfreq_monitor_start +EXPORT_SYMBOL vmlinux 0x41482d8b strndup_user +EXPORT_SYMBOL vmlinux 0x4188d439 neigh_rand_reach_time +EXPORT_SYMBOL vmlinux 0x41a30bef mtree_store_range +EXPORT_SYMBOL vmlinux 0x41b13c73 __sock_i_ino +EXPORT_SYMBOL vmlinux 0x41b97ade pci_wait_for_pending_transaction +EXPORT_SYMBOL vmlinux 0x41c7f5f4 jbd2_journal_get_undo_access +EXPORT_SYMBOL vmlinux 0x41d734ba __alloc_pages +EXPORT_SYMBOL vmlinux 0x41ed3709 get_random_bytes +EXPORT_SYMBOL vmlinux 0x41efdeaf radix_tree_lookup_slot +EXPORT_SYMBOL vmlinux 0x41f1b9b4 tty_unregister_driver +EXPORT_SYMBOL vmlinux 0x41f4ad67 pci_disable_link_state_locked +EXPORT_SYMBOL vmlinux 0x42437506 vfs_ioctl +EXPORT_SYMBOL vmlinux 0x4248ae3c single_task_running +EXPORT_SYMBOL vmlinux 0x424d3620 zlib_inflateIncomp +EXPORT_SYMBOL vmlinux 0x42578e80 acpi_get_type +EXPORT_SYMBOL vmlinux 0x4262c0c5 phy_support_asym_pause +EXPORT_SYMBOL vmlinux 0x426e48fd tcp_mss_to_mtu +EXPORT_SYMBOL vmlinux 0x42ba6180 generic_write_checks +EXPORT_SYMBOL vmlinux 0x42bed8d4 unix_gc_lock +EXPORT_SYMBOL vmlinux 0x42dac5a0 jbd2_journal_unlock_updates +EXPORT_SYMBOL vmlinux 0x42f1b900 fb_pad_unaligned_buffer +EXPORT_SYMBOL vmlinux 0x4302d0eb free_pages +EXPORT_SYMBOL vmlinux 0x4310ce6f dcb_ieee_getapp_dscp_prio_mask_map +EXPORT_SYMBOL vmlinux 0x432f7ac0 pm860x_page_reg_write +EXPORT_SYMBOL vmlinux 0x4336fcca ucs2_as_utf8 +EXPORT_SYMBOL vmlinux 0x433cabfb acpi_decode_pld_buffer +EXPORT_SYMBOL vmlinux 0x434e636e pci_biosrom_size +EXPORT_SYMBOL vmlinux 0x4351577a fb_parse_edid +EXPORT_SYMBOL vmlinux 0x43535d62 device_match_acpi_handle +EXPORT_SYMBOL vmlinux 0x435d2ca4 devm_pci_remap_cfgspace +EXPORT_SYMBOL vmlinux 0x435e09c9 __hw_addr_ref_unsync_dev +EXPORT_SYMBOL vmlinux 0x437a0d6d __sock_tx_timestamp +EXPORT_SYMBOL vmlinux 0x437bc08c vmalloc_to_page +EXPORT_SYMBOL vmlinux 0x438610bd security_tun_dev_alloc_security +EXPORT_SYMBOL vmlinux 0x43a34b81 inode_newsize_ok +EXPORT_SYMBOL vmlinux 0x43a7c7c9 sock_kzfree_s +EXPORT_SYMBOL vmlinux 0x43ac80fd freeze_bdev +EXPORT_SYMBOL vmlinux 0x43b0c9c3 preempt_schedule +EXPORT_SYMBOL vmlinux 0x43babd19 sg_init_one +EXPORT_SYMBOL vmlinux 0x43cfbde4 iov_iter_get_pages2 +EXPORT_SYMBOL vmlinux 0x43d0b069 jbd2_journal_try_to_free_buffers +EXPORT_SYMBOL vmlinux 0x43d22fb9 groups_alloc +EXPORT_SYMBOL vmlinux 0x43f522c2 blk_mq_complete_request +EXPORT_SYMBOL vmlinux 0x43f9ebc8 slhc_remember +EXPORT_SYMBOL vmlinux 0x43fb7b6c dev_change_flags +EXPORT_SYMBOL vmlinux 0x4404cab2 convert_art_to_tsc +EXPORT_SYMBOL vmlinux 0x442ddba1 __ip4_datagram_connect +EXPORT_SYMBOL vmlinux 0x4435f003 netdev_lower_get_next_private_rcu +EXPORT_SYMBOL vmlinux 0x44391e22 tty_register_ldisc +EXPORT_SYMBOL vmlinux 0x44414ff2 iosf_mbi_unblock_punit_i2c_access +EXPORT_SYMBOL vmlinux 0x44469a76 crc_ccitt_false_table +EXPORT_SYMBOL vmlinux 0x4462d35e cpufreq_get_hw_max_freq +EXPORT_SYMBOL vmlinux 0x4468bf33 tcp_release_cb +EXPORT_SYMBOL vmlinux 0x446cf193 xfrm_dst_ifdown +EXPORT_SYMBOL vmlinux 0x4478cba9 posix_test_lock +EXPORT_SYMBOL vmlinux 0x448e3fc6 flow_rule_match_ipv6_addrs +EXPORT_SYMBOL vmlinux 0x44902cff acpi_enable_event +EXPORT_SYMBOL vmlinux 0x4490a83b blk_queue_segment_boundary +EXPORT_SYMBOL vmlinux 0x44979cc0 security_task_getsecid_obj +EXPORT_SYMBOL vmlinux 0x449ad0a7 memcmp +EXPORT_SYMBOL vmlinux 0x449e9e5f sb_min_blocksize +EXPORT_SYMBOL vmlinux 0x44a6e90a irq_cpu_rmap_add +EXPORT_SYMBOL vmlinux 0x44aaf30f tsc_khz +EXPORT_SYMBOL vmlinux 0x44bad165 configfs_register_subsystem +EXPORT_SYMBOL vmlinux 0x44c23e9f scsi_mode_sense +EXPORT_SYMBOL vmlinux 0x44d2c9d9 d_prune_aliases +EXPORT_SYMBOL vmlinux 0x44d724fa inode_init_owner +EXPORT_SYMBOL vmlinux 0x44de4cbd sock_bind_add +EXPORT_SYMBOL vmlinux 0x44e9a829 match_token +EXPORT_SYMBOL vmlinux 0x44f89619 seg6_hmac_info_add +EXPORT_SYMBOL vmlinux 0x44ff4989 __phy_write_mmd +EXPORT_SYMBOL vmlinux 0x45006cee default_red +EXPORT_SYMBOL vmlinux 0x450639ab sg_last +EXPORT_SYMBOL vmlinux 0x45081703 ec_get_handle +EXPORT_SYMBOL vmlinux 0x450baea0 mdiobus_scan +EXPORT_SYMBOL vmlinux 0x451f3146 ndo_dflt_fdb_dump +EXPORT_SYMBOL vmlinux 0x452ba683 ipv6_ext_hdr +EXPORT_SYMBOL vmlinux 0x453c8403 pci_msi_enabled +EXPORT_SYMBOL vmlinux 0x45452c21 tcf_exts_validate +EXPORT_SYMBOL vmlinux 0x45535485 xxh32_update +EXPORT_SYMBOL vmlinux 0x45565f10 config_item_get_unless_zero +EXPORT_SYMBOL vmlinux 0x456874bf posix_acl_from_xattr +EXPORT_SYMBOL vmlinux 0x4578f528 __kfifo_to_user +EXPORT_SYMBOL vmlinux 0x457b593e agp_generic_create_gatt_table +EXPORT_SYMBOL vmlinux 0x4582cffe __ip_mc_inc_group +EXPORT_SYMBOL vmlinux 0x459bd4d3 rtnl_kfree_skbs +EXPORT_SYMBOL vmlinux 0x459f3d8f devm_pci_remap_iospace +EXPORT_SYMBOL vmlinux 0x45d153e5 phy_remove_link_mode +EXPORT_SYMBOL vmlinux 0x45d246da node_to_cpumask_map +EXPORT_SYMBOL vmlinux 0x45d3bb09 unregister_nexthop_notifier +EXPORT_SYMBOL vmlinux 0x45d5f35a __nd_driver_register +EXPORT_SYMBOL vmlinux 0x45e65025 dev_uc_flush +EXPORT_SYMBOL vmlinux 0x45e8d7b5 native_write_cr0 +EXPORT_SYMBOL vmlinux 0x45fa5064 d_path +EXPORT_SYMBOL vmlinux 0x45fc19d2 retbleed_untrain_ret +EXPORT_SYMBOL vmlinux 0x460f4a34 flow_hash_from_keys +EXPORT_SYMBOL vmlinux 0x4617d3d7 pci_set_mwi +EXPORT_SYMBOL vmlinux 0x461af66f pcim_iounmap_regions +EXPORT_SYMBOL vmlinux 0x46451cee zstd_get_frame_header +EXPORT_SYMBOL vmlinux 0x4648f922 vfs_tmpfile_open +EXPORT_SYMBOL vmlinux 0x465e24ff ucs2_utf8size +EXPORT_SYMBOL vmlinux 0x46622925 fs_lookup_param +EXPORT_SYMBOL vmlinux 0x46687fe9 eth_commit_mac_addr_change +EXPORT_SYMBOL vmlinux 0x4669f775 tty_port_lower_dtr_rts +EXPORT_SYMBOL vmlinux 0x466c14a7 __delay +EXPORT_SYMBOL vmlinux 0x4674a921 fscrypt_decrypt_bio +EXPORT_SYMBOL vmlinux 0x467df16d netdev_rss_key_fill +EXPORT_SYMBOL vmlinux 0x46896fab tcf_block_netif_keep_dst +EXPORT_SYMBOL vmlinux 0x46932cd3 tty_port_destroy +EXPORT_SYMBOL vmlinux 0x469a6ec7 tcp_parse_md5sig_option +EXPORT_SYMBOL vmlinux 0x46a0ba64 __aperture_remove_legacy_vga_devices +EXPORT_SYMBOL vmlinux 0x46af1d76 gpiochip_irq_relres +EXPORT_SYMBOL vmlinux 0x46af7e08 tty_insert_flip_string_fixed_flag +EXPORT_SYMBOL vmlinux 0x46c47fb6 __node_distance +EXPORT_SYMBOL vmlinux 0x46cf10eb cachemode2protval +EXPORT_SYMBOL vmlinux 0x46ef33fb tcf_em_register +EXPORT_SYMBOL vmlinux 0x4715a909 acpi_load_table +EXPORT_SYMBOL vmlinux 0x472cd194 pnp_possible_config +EXPORT_SYMBOL vmlinux 0x4740b3bc xen_arch_unregister_cpu +EXPORT_SYMBOL vmlinux 0x47709e42 free_anon_bdev +EXPORT_SYMBOL vmlinux 0x47748847 make_kuid +EXPORT_SYMBOL vmlinux 0x47960bc4 proc_do_large_bitmap +EXPORT_SYMBOL vmlinux 0x479d7809 ndo_dflt_fdb_del +EXPORT_SYMBOL vmlinux 0x47b61c49 __sock_create +EXPORT_SYMBOL vmlinux 0x47c20f8a refcount_dec_not_one +EXPORT_SYMBOL vmlinux 0x47c3510b vme_bus_type +EXPORT_SYMBOL vmlinux 0x47c65bfc unregister_inet6addr_validator_notifier +EXPORT_SYMBOL vmlinux 0x47ce0467 scsi_remove_device +EXPORT_SYMBOL vmlinux 0x47cfd825 kstrtouint_from_user +EXPORT_SYMBOL vmlinux 0x47d8cca0 tcf_block_get_ext +EXPORT_SYMBOL vmlinux 0x47d8d301 __cond_resched_rwlock_read +EXPORT_SYMBOL vmlinux 0x47e5d6be xfrm_register_km +EXPORT_SYMBOL vmlinux 0x47fcec69 fscrypt_free_bounce_page +EXPORT_SYMBOL vmlinux 0x480b9c98 ip_sock_set_freebind +EXPORT_SYMBOL vmlinux 0x48112d76 _raw_read_lock_irq +EXPORT_SYMBOL vmlinux 0x4815db73 vm_map_pages +EXPORT_SYMBOL vmlinux 0x48162486 jbd2_journal_force_commit_nested +EXPORT_SYMBOL vmlinux 0x48166e0b bh_uptodate_or_lock +EXPORT_SYMBOL vmlinux 0x481814c4 mb_cache_entry_find_next +EXPORT_SYMBOL vmlinux 0x48193639 acpi_lid_open +EXPORT_SYMBOL vmlinux 0x4829cf6b fscrypt_enqueue_decrypt_work +EXPORT_SYMBOL vmlinux 0x483097f3 pcim_iounmap +EXPORT_SYMBOL vmlinux 0x4831f00a ipv6_setsockopt +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 0x4873d1a9 discard_new_inode +EXPORT_SYMBOL vmlinux 0x4880ab95 mode_strip_sgid +EXPORT_SYMBOL vmlinux 0x488db0e1 tcp_stream_memory_free +EXPORT_SYMBOL vmlinux 0x489f6e0b rdma_dim +EXPORT_SYMBOL vmlinux 0x48a4b254 ip6_dst_hoplimit +EXPORT_SYMBOL vmlinux 0x48a7ef1f tc_setup_cb_call +EXPORT_SYMBOL vmlinux 0x48a91171 string_get_size +EXPORT_SYMBOL vmlinux 0x48b99a13 vme_lm_free +EXPORT_SYMBOL vmlinux 0x48bf215b ps2_begin_command +EXPORT_SYMBOL vmlinux 0x48c093fb _atomic_dec_and_lock_irqsave +EXPORT_SYMBOL vmlinux 0x48d27375 __bitmap_intersects +EXPORT_SYMBOL vmlinux 0x48d3fa27 kmalloc_large_node +EXPORT_SYMBOL vmlinux 0x48d50e79 amd_iommu_register_ppr_notifier +EXPORT_SYMBOL vmlinux 0x48d88a2c __SCT__preempt_schedule +EXPORT_SYMBOL vmlinux 0x48d91497 reuseport_has_conns_set +EXPORT_SYMBOL vmlinux 0x48dd6013 param_get_ullong +EXPORT_SYMBOL vmlinux 0x48ffbb87 mtree_alloc_range +EXPORT_SYMBOL vmlinux 0x49045426 icmp_err_convert +EXPORT_SYMBOL vmlinux 0x490862e8 generic_block_bmap +EXPORT_SYMBOL vmlinux 0x49239a63 cros_ec_query_all +EXPORT_SYMBOL vmlinux 0x494024ad mmc_erase +EXPORT_SYMBOL vmlinux 0x494e3393 vm_get_page_prot +EXPORT_SYMBOL vmlinux 0x495e378d __pv_queued_spin_lock_slowpath +EXPORT_SYMBOL vmlinux 0x4967e79f radix_tree_iter_resume +EXPORT_SYMBOL vmlinux 0x4977c498 stack_depot_get_extra_bits +EXPORT_SYMBOL vmlinux 0x4993b5b2 simple_transaction_read +EXPORT_SYMBOL vmlinux 0x4993e6ff pci_set_master +EXPORT_SYMBOL vmlinux 0x499f0ecf nd_sb_checksum +EXPORT_SYMBOL vmlinux 0x49b163b8 acpi_bus_scan +EXPORT_SYMBOL vmlinux 0x49b1af49 vma_set_file +EXPORT_SYMBOL vmlinux 0x49b9b42d vme_register_driver +EXPORT_SYMBOL vmlinux 0x49bb3302 ipv4_specific +EXPORT_SYMBOL vmlinux 0x49c6bc03 mipi_dsi_driver_unregister +EXPORT_SYMBOL vmlinux 0x49cc7c14 file_check_and_advance_wb_err +EXPORT_SYMBOL vmlinux 0x49e39bf2 fwnode_iomap +EXPORT_SYMBOL vmlinux 0x49e74580 mdio_bus_type +EXPORT_SYMBOL vmlinux 0x49f13039 pci_enable_ptm +EXPORT_SYMBOL vmlinux 0x49f62147 blk_post_runtime_resume +EXPORT_SYMBOL vmlinux 0x4a2005dd sk_mc_loop +EXPORT_SYMBOL vmlinux 0x4a222796 reuseport_stop_listen_sock +EXPORT_SYMBOL vmlinux 0x4a29d0a2 generic_key_instantiate +EXPORT_SYMBOL vmlinux 0x4a3ad70e wait_for_completion_timeout +EXPORT_SYMBOL vmlinux 0x4a453f53 iowrite32 +EXPORT_SYMBOL vmlinux 0x4a56e536 put_cmsg_scm_timestamping64 +EXPORT_SYMBOL vmlinux 0x4a7b04f6 scsi_set_medium_removal +EXPORT_SYMBOL vmlinux 0x4a96a8eb xxh32_digest +EXPORT_SYMBOL vmlinux 0x4aa21b68 netdev_has_any_upper_dev +EXPORT_SYMBOL vmlinux 0x4aad84c1 build_skb +EXPORT_SYMBOL vmlinux 0x4ab9ecaf write_dirty_buffer +EXPORT_SYMBOL vmlinux 0x4abb7d10 cpu_rmap_update +EXPORT_SYMBOL vmlinux 0x4ae52db2 mr_mfc_find_any_parent +EXPORT_SYMBOL vmlinux 0x4aea463f crc32_le_shift +EXPORT_SYMBOL vmlinux 0x4aec3bd1 seq_release +EXPORT_SYMBOL vmlinux 0x4af2657c __bh_read +EXPORT_SYMBOL vmlinux 0x4af6ddf0 kstrtou16 +EXPORT_SYMBOL vmlinux 0x4af864aa security_inet_conn_established +EXPORT_SYMBOL vmlinux 0x4afb2238 add_wait_queue +EXPORT_SYMBOL vmlinux 0x4b06d237 __pskb_pull_tail +EXPORT_SYMBOL vmlinux 0x4b085dbf agp3_generic_configure +EXPORT_SYMBOL vmlinux 0x4b0de79d dev_set_mac_address_user +EXPORT_SYMBOL vmlinux 0x4b0ff4df pcix_get_max_mmrbc +EXPORT_SYMBOL vmlinux 0x4b37f391 pci_enable_link_state +EXPORT_SYMBOL vmlinux 0x4b38870e neigh_connected_output +EXPORT_SYMBOL vmlinux 0x4b401817 iwe_stream_add_value +EXPORT_SYMBOL vmlinux 0x4b588cd7 gnet_stats_start_copy +EXPORT_SYMBOL vmlinux 0x4b5e3a47 __get_user_nocheck_1 +EXPORT_SYMBOL vmlinux 0x4b619fd4 icmp6_send +EXPORT_SYMBOL vmlinux 0x4b6df007 acpi_evaluate_reg +EXPORT_SYMBOL vmlinux 0x4b750f53 _raw_spin_unlock_irq +EXPORT_SYMBOL vmlinux 0x4b8694a6 blk_mq_delay_kick_requeue_list +EXPORT_SYMBOL vmlinux 0x4b9e6c64 sock_alloc_send_pskb +EXPORT_SYMBOL vmlinux 0x4bcc2662 mempool_init_node +EXPORT_SYMBOL vmlinux 0x4bd29e21 nf_getsockopt +EXPORT_SYMBOL vmlinux 0x4bee5960 dquot_initialize +EXPORT_SYMBOL vmlinux 0x4bef1c67 empty_name +EXPORT_SYMBOL vmlinux 0x4bf773f4 skb_pull_data +EXPORT_SYMBOL vmlinux 0x4c02be67 cros_ec_get_next_event +EXPORT_SYMBOL vmlinux 0x4c038b00 mmc_of_parse_voltage +EXPORT_SYMBOL vmlinux 0x4c07a7e0 acpi_processor_unregister_performance +EXPORT_SYMBOL vmlinux 0x4c1763d9 dquot_file_open +EXPORT_SYMBOL vmlinux 0x4c236f6f __x86_indirect_thunk_r15 +EXPORT_SYMBOL vmlinux 0x4c24dfc0 key_unlink +EXPORT_SYMBOL vmlinux 0x4c262bbd dev_get_by_napi_id +EXPORT_SYMBOL vmlinux 0x4c416eb9 LZ4_decompress_fast +EXPORT_SYMBOL vmlinux 0x4c58a75a flow_block_cb_setup_simple +EXPORT_SYMBOL vmlinux 0x4c68bdab noop_qdisc +EXPORT_SYMBOL vmlinux 0x4c9d28b0 phys_base +EXPORT_SYMBOL vmlinux 0x4ca997d8 flow_rule_match_l2tpv3 +EXPORT_SYMBOL vmlinux 0x4cbed284 inet_csk_destroy_sock +EXPORT_SYMBOL vmlinux 0x4cc2abe5 get_user_pages +EXPORT_SYMBOL vmlinux 0x4cd5bc5e rdmsr_safe_regs +EXPORT_SYMBOL vmlinux 0x4cd6fc9f amd_iommu_domain_direct_map +EXPORT_SYMBOL vmlinux 0x4cd8c3e7 skb_flow_dissect_hash +EXPORT_SYMBOL vmlinux 0x4cdaa8c9 grab_cache_page_write_begin +EXPORT_SYMBOL vmlinux 0x4ce0b3cc pcim_iomap_regions +EXPORT_SYMBOL vmlinux 0x4d03d5a5 devm_aperture_acquire_for_platform_device +EXPORT_SYMBOL vmlinux 0x4d083ecc pnp_unregister_card_driver +EXPORT_SYMBOL vmlinux 0x4d0be569 fault_in_iov_iter_readable +EXPORT_SYMBOL vmlinux 0x4d1e8e53 sock_set_mark +EXPORT_SYMBOL vmlinux 0x4d2095f4 param_ops_int +EXPORT_SYMBOL vmlinux 0x4d2c70de tty_name +EXPORT_SYMBOL vmlinux 0x4d2c7133 acpi_info +EXPORT_SYMBOL vmlinux 0x4d52740f fb_prepare_logo +EXPORT_SYMBOL vmlinux 0x4d5a4ebe rt_dst_clone +EXPORT_SYMBOL vmlinux 0x4d5dfd38 dma_sync_sg_for_cpu +EXPORT_SYMBOL vmlinux 0x4d6d9935 __mod_node_page_state +EXPORT_SYMBOL vmlinux 0x4d6eb653 jbd2_complete_transaction +EXPORT_SYMBOL vmlinux 0x4d7ab4ac pci_try_set_mwi +EXPORT_SYMBOL vmlinux 0x4d8749e9 posix_lock_file +EXPORT_SYMBOL vmlinux 0x4d924f20 memremap +EXPORT_SYMBOL vmlinux 0x4d9b652b rb_erase +EXPORT_SYMBOL vmlinux 0x4db66cd4 scsi_target_resume +EXPORT_SYMBOL vmlinux 0x4db8c9be sync_blockdev_range +EXPORT_SYMBOL vmlinux 0x4dc8fcda shmem_aops +EXPORT_SYMBOL vmlinux 0x4dca08ee sync_file_get_fence +EXPORT_SYMBOL vmlinux 0x4dcc1eec iw_handler_get_spy +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 0x4e0b9523 bio_integrity_alloc +EXPORT_SYMBOL vmlinux 0x4e20bcf8 radix_tree_tag_set +EXPORT_SYMBOL vmlinux 0x4e323567 dm_unregister_target +EXPORT_SYMBOL vmlinux 0x4e3567f7 match_int +EXPORT_SYMBOL vmlinux 0x4e36cdc4 __ubsan_handle_divrem_overflow +EXPORT_SYMBOL vmlinux 0x4e4a7770 bio_endio +EXPORT_SYMBOL vmlinux 0x4e4f0f16 dma_fence_chain_find_seqno +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 0x4e6e90d5 qdisc_offload_dump_helper +EXPORT_SYMBOL vmlinux 0x4e74ae0d iov_iter_single_seg_count +EXPORT_SYMBOL vmlinux 0x4e7e0d3d pcim_iomap_regions_request_all +EXPORT_SYMBOL vmlinux 0x4e8584c8 rt_mutex_base_init +EXPORT_SYMBOL vmlinux 0x4e8cfbcb filp_close +EXPORT_SYMBOL vmlinux 0x4e8fde5e blk_queue_dma_alignment +EXPORT_SYMBOL vmlinux 0x4e92b1ed cros_ec_get_host_event +EXPORT_SYMBOL vmlinux 0x4e9584a9 __sync_dirty_buffer +EXPORT_SYMBOL vmlinux 0x4e99ba74 rproc_of_resm_mem_entry_init +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 0x4eb5077b twl6040_set_bits +EXPORT_SYMBOL vmlinux 0x4ec54e78 bitmap_to_arr32 +EXPORT_SYMBOL vmlinux 0x4eca6ca3 __SCK__tp_func_mmap_lock_start_locking +EXPORT_SYMBOL vmlinux 0x4eda164d mark_buffer_write_io_error +EXPORT_SYMBOL vmlinux 0x4edb9697 inet_frag_destroy +EXPORT_SYMBOL vmlinux 0x4ef419f8 xp_dma_sync_for_cpu_slow +EXPORT_SYMBOL vmlinux 0x4f0aa037 devfreq_monitor_stop +EXPORT_SYMBOL vmlinux 0x4f0db1a0 mipi_dsi_dcs_soft_reset +EXPORT_SYMBOL vmlinux 0x4f0ff7c0 qdisc_watchdog_cancel +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 0x4f285bbb __blk_mq_end_request +EXPORT_SYMBOL vmlinux 0x4f2bec49 __folio_alloc +EXPORT_SYMBOL vmlinux 0x4f421dc1 mipi_dsi_dcs_set_display_brightness +EXPORT_SYMBOL vmlinux 0x4f55166f acpi_set_current_resources +EXPORT_SYMBOL vmlinux 0x4f56683a dquot_claim_space_nodirty +EXPORT_SYMBOL vmlinux 0x4f5e8561 simple_nosetlease +EXPORT_SYMBOL vmlinux 0x4f711f84 intel_scu_ipc_dev_iowrite8 +EXPORT_SYMBOL vmlinux 0x4f73ff0f mmc_start_request +EXPORT_SYMBOL vmlinux 0x4f787d37 filp_open +EXPORT_SYMBOL vmlinux 0x4f90037e __scsi_execute +EXPORT_SYMBOL vmlinux 0x4f91c9a0 security_binder_transaction +EXPORT_SYMBOL vmlinux 0x4fb1c1a4 kern_sys_bpf +EXPORT_SYMBOL vmlinux 0x4fcd0d6a sock_init_data_uid +EXPORT_SYMBOL vmlinux 0x4fd4ed0a d_find_any_alias +EXPORT_SYMBOL vmlinux 0x4fdee897 i8042_command +EXPORT_SYMBOL vmlinux 0x4fe7c27b ns_capable_setid +EXPORT_SYMBOL vmlinux 0x4ffb377b __nla_put +EXPORT_SYMBOL vmlinux 0x4ffc2b77 tcf_classify +EXPORT_SYMBOL vmlinux 0x50097088 security_tun_dev_free_security +EXPORT_SYMBOL vmlinux 0x5009c71d glob_match +EXPORT_SYMBOL vmlinux 0x5012b92e ip6_output +EXPORT_SYMBOL vmlinux 0x501f90fe xfrm_find_acq_byseq +EXPORT_SYMBOL vmlinux 0x5021bd81 _raw_write_lock_irqsave +EXPORT_SYMBOL vmlinux 0x5027bde2 acpi_acquire_mutex +EXPORT_SYMBOL vmlinux 0x502a5d18 skb_dequeue +EXPORT_SYMBOL vmlinux 0x504670da mipi_dsi_dcs_write +EXPORT_SYMBOL vmlinux 0x504aaa7a __do_once_sleepable_done +EXPORT_SYMBOL vmlinux 0x505ef064 simple_pin_fs +EXPORT_SYMBOL vmlinux 0x50624917 sha1_init +EXPORT_SYMBOL vmlinux 0x506564d0 blk_queue_chunk_sectors +EXPORT_SYMBOL vmlinux 0x506dff1a __genradix_free +EXPORT_SYMBOL vmlinux 0x507146bf __skb_gso_segment +EXPORT_SYMBOL vmlinux 0x5076cd98 tty_write_room +EXPORT_SYMBOL vmlinux 0x507a4830 begin_new_exec +EXPORT_SYMBOL vmlinux 0x50850783 serial8250_do_pm +EXPORT_SYMBOL vmlinux 0x508715d2 mini_qdisc_pair_init +EXPORT_SYMBOL vmlinux 0x5089f45f ip_send_check +EXPORT_SYMBOL vmlinux 0x508a635e eth_header_parse_protocol +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 0x50a0deff pci_iounmap +EXPORT_SYMBOL vmlinux 0x50a4698c fb_videomode_to_modelist +EXPORT_SYMBOL vmlinux 0x50b2160f flow_block_cb_lookup +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 0x50bf561c phy_ethtool_set_wol +EXPORT_SYMBOL vmlinux 0x50cf7585 hex2bin +EXPORT_SYMBOL vmlinux 0x50d035c2 vsscanf +EXPORT_SYMBOL vmlinux 0x50d68377 arch_phys_wc_del +EXPORT_SYMBOL vmlinux 0x50e6a32d acpi_bus_get_status +EXPORT_SYMBOL vmlinux 0x50f91491 __genradix_ptr +EXPORT_SYMBOL vmlinux 0x5102a30b do_wait_intr_irq +EXPORT_SYMBOL vmlinux 0x511d1152 phy_mac_interrupt +EXPORT_SYMBOL vmlinux 0x513a6608 bdi_alloc +EXPORT_SYMBOL vmlinux 0x513b28f4 first_ec +EXPORT_SYMBOL vmlinux 0x51468351 nd_device_unregister +EXPORT_SYMBOL vmlinux 0x515083bf acpi_release_mutex +EXPORT_SYMBOL vmlinux 0x51641162 opal_unlock_from_suspend +EXPORT_SYMBOL vmlinux 0x5166bf64 lookup_one_positive_unlocked +EXPORT_SYMBOL vmlinux 0x516f5f8a dma_set_coherent_mask +EXPORT_SYMBOL vmlinux 0x517023eb ram_aops +EXPORT_SYMBOL vmlinux 0x51723483 bdev_check_media_change +EXPORT_SYMBOL vmlinux 0x517406a2 phy_ethtool_get_eee +EXPORT_SYMBOL vmlinux 0x517688de ip_fraglist_init +EXPORT_SYMBOL vmlinux 0x518728a9 inet_protos +EXPORT_SYMBOL vmlinux 0x51932299 fb_show_logo +EXPORT_SYMBOL vmlinux 0x51a511eb _raw_write_lock_bh +EXPORT_SYMBOL vmlinux 0x51b71d73 netdev_has_upper_dev_all_rcu +EXPORT_SYMBOL vmlinux 0x51cc2207 genphy_update_link +EXPORT_SYMBOL vmlinux 0x51cf64e7 cros_ec_check_result +EXPORT_SYMBOL vmlinux 0x51d12d4e acpi_pci_disabled +EXPORT_SYMBOL vmlinux 0x51d63f2e __skb_flow_get_ports +EXPORT_SYMBOL vmlinux 0x51d97334 unregister_netdevice_notifier_net +EXPORT_SYMBOL vmlinux 0x51f298e0 intel_scu_ipc_dev_ioread8 +EXPORT_SYMBOL vmlinux 0x51f636be mdio_device_reset +EXPORT_SYMBOL vmlinux 0x5200344d ip_mc_inc_group +EXPORT_SYMBOL vmlinux 0x52033ab6 dqget +EXPORT_SYMBOL vmlinux 0x52347a09 __traceiter_kmem_cache_alloc +EXPORT_SYMBOL vmlinux 0x52616f21 sdev_disable_disk_events +EXPORT_SYMBOL vmlinux 0x526eef2c hdmi_vendor_infoframe_pack +EXPORT_SYMBOL vmlinux 0x5290197c sync_inodes_sb +EXPORT_SYMBOL vmlinux 0x52983a4f vme_master_write +EXPORT_SYMBOL vmlinux 0x52b3059d mdiobus_read_nested +EXPORT_SYMBOL vmlinux 0x52c06a47 pps_register_source +EXPORT_SYMBOL vmlinux 0x52d54c75 dev_get_flags +EXPORT_SYMBOL vmlinux 0x52d717da xz_dec_init +EXPORT_SYMBOL vmlinux 0x52ecbc75 crc_ccitt +EXPORT_SYMBOL vmlinux 0x530b1e98 pm_suspend +EXPORT_SYMBOL vmlinux 0x53126ecc __percpu_counter_sum +EXPORT_SYMBOL vmlinux 0x5318df1b ipv6_select_ident +EXPORT_SYMBOL vmlinux 0x531b604e __virt_addr_valid +EXPORT_SYMBOL vmlinux 0x531f9f87 filemap_fdatawrite_range +EXPORT_SYMBOL vmlinux 0x5330a33c scsi_vpd_tpg_id +EXPORT_SYMBOL vmlinux 0x5338184f ethtool_sprintf +EXPORT_SYMBOL vmlinux 0x5344755c truncate_inode_pages_range +EXPORT_SYMBOL vmlinux 0x53569707 this_cpu_off +EXPORT_SYMBOL vmlinux 0x537620d1 param_ops_ulong +EXPORT_SYMBOL vmlinux 0x5391b3ad pci_request_selected_regions +EXPORT_SYMBOL vmlinux 0x53a1e8d9 _find_next_bit +EXPORT_SYMBOL vmlinux 0x53a39fef __scm_destroy +EXPORT_SYMBOL vmlinux 0x53af62c4 nd_device_register +EXPORT_SYMBOL vmlinux 0x53b954a2 up_read +EXPORT_SYMBOL vmlinux 0x53d0c9ea vfs_iter_write +EXPORT_SYMBOL vmlinux 0x53d970e0 unlock_two_nondirectories +EXPORT_SYMBOL vmlinux 0x53e803b6 alloc_pages +EXPORT_SYMBOL vmlinux 0x53f208c3 netdev_rx_csum_fault +EXPORT_SYMBOL vmlinux 0x53f331f7 blk_rq_map_integrity_sg +EXPORT_SYMBOL vmlinux 0x540c5163 mark_buffer_async_write +EXPORT_SYMBOL vmlinux 0x54175c5f acpi_read_bit_register +EXPORT_SYMBOL vmlinux 0x543ef284 seq_hlist_start +EXPORT_SYMBOL vmlinux 0x544c92d4 pci_disable_link_state +EXPORT_SYMBOL vmlinux 0x545b58b5 ipv6_mc_check_mld +EXPORT_SYMBOL vmlinux 0x546423e4 skb_trim +EXPORT_SYMBOL vmlinux 0x5468b275 simple_fill_super +EXPORT_SYMBOL vmlinux 0x546da12c km_report +EXPORT_SYMBOL vmlinux 0x546dbc9c __tracepoint_mmap_lock_acquire_returned +EXPORT_SYMBOL vmlinux 0x547e3344 acpi_disable +EXPORT_SYMBOL vmlinux 0x5484d91f file_modified +EXPORT_SYMBOL vmlinux 0x549271b7 tty_do_resize +EXPORT_SYMBOL vmlinux 0x54983744 new_inode +EXPORT_SYMBOL vmlinux 0x54a21cee tcf_register_action +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 0x54ca882c md_reap_sync_thread +EXPORT_SYMBOL vmlinux 0x54e6fcdd net_enable_timestamp +EXPORT_SYMBOL vmlinux 0x54e88f7c init_pseudo +EXPORT_SYMBOL vmlinux 0x54ea6dfe xen_start_flags +EXPORT_SYMBOL vmlinux 0x5504e901 pci_map_biosrom +EXPORT_SYMBOL vmlinux 0x5506b8f7 netlbl_bitmap_setbit +EXPORT_SYMBOL vmlinux 0x55071028 skb_copy_bits +EXPORT_SYMBOL vmlinux 0x551bd071 __rb_erase_color +EXPORT_SYMBOL vmlinux 0x5520bbe8 ipv6_chk_addr_and_flags +EXPORT_SYMBOL vmlinux 0x552f10df kern_path_create +EXPORT_SYMBOL vmlinux 0x5531c648 inode_maybe_inc_iversion +EXPORT_SYMBOL vmlinux 0x55385e2e __x86_indirect_thunk_r14 +EXPORT_SYMBOL vmlinux 0x5539c502 devm_devfreq_unregister_opp_notifier +EXPORT_SYMBOL vmlinux 0x55485a7e flow_rule_match_eth_addrs +EXPORT_SYMBOL vmlinux 0x554ae3a4 irq_poll_sched +EXPORT_SYMBOL vmlinux 0x554c73f3 flow_rule_match_enc_ipv4_addrs +EXPORT_SYMBOL vmlinux 0x555209da clk_hw_register_clkdev +EXPORT_SYMBOL vmlinux 0x556422b3 ioremap_cache +EXPORT_SYMBOL vmlinux 0x556cca46 x86_apple_machine +EXPORT_SYMBOL vmlinux 0x55822944 find_inode_by_ino_rcu +EXPORT_SYMBOL vmlinux 0x558b281d aes_expandkey +EXPORT_SYMBOL vmlinux 0x5597ce9d serial8250_do_set_termios +EXPORT_SYMBOL vmlinux 0x559bf751 dm_table_get_size +EXPORT_SYMBOL vmlinux 0x55c2bd03 __hw_addr_sync_dev +EXPORT_SYMBOL vmlinux 0x55d0f923 pcibios_resource_to_bus +EXPORT_SYMBOL vmlinux 0x55da4c05 flow_rule_match_mpls +EXPORT_SYMBOL vmlinux 0x55e31703 ethtool_convert_link_mode_to_legacy_u32 +EXPORT_SYMBOL vmlinux 0x55e60214 sock_wfree +EXPORT_SYMBOL vmlinux 0x55ea47fd skb_clone +EXPORT_SYMBOL vmlinux 0x55f1e03d flow_indr_dev_setup_offload +EXPORT_SYMBOL vmlinux 0x55f95e07 ioremap_prot +EXPORT_SYMBOL vmlinux 0x561fee75 pldmfw_op_pci_match_record +EXPORT_SYMBOL vmlinux 0x562a1863 serio_unregister_child_port +EXPORT_SYMBOL vmlinux 0x5635a60a vmalloc_user +EXPORT_SYMBOL vmlinux 0x5639ef31 rtnetlink_put_metrics +EXPORT_SYMBOL vmlinux 0x56470118 __warn_printk +EXPORT_SYMBOL vmlinux 0x564f7608 acpi_reconfig_notifier_register +EXPORT_SYMBOL vmlinux 0x5673f64d cdev_init +EXPORT_SYMBOL vmlinux 0x56802ae8 rps_cpu_mask +EXPORT_SYMBOL vmlinux 0x5680ea61 seq_read +EXPORT_SYMBOL vmlinux 0x568162cb free_buffer_head +EXPORT_SYMBOL vmlinux 0x569c6926 md_bitmap_unplug +EXPORT_SYMBOL vmlinux 0x56a03b59 dump_align +EXPORT_SYMBOL vmlinux 0x56a12f03 fsync_bdev +EXPORT_SYMBOL vmlinux 0x56a4486f __register_binfmt +EXPORT_SYMBOL vmlinux 0x56afa48c acpi_device_hid +EXPORT_SYMBOL vmlinux 0x56c00789 bio_put +EXPORT_SYMBOL vmlinux 0x56c8799d scsi_kunmap_atomic_sg +EXPORT_SYMBOL vmlinux 0x56cae35a md_integrity_add_rdev +EXPORT_SYMBOL vmlinux 0x56e1977a dma_free_attrs +EXPORT_SYMBOL vmlinux 0x56e27461 folio_wait_bit_killable +EXPORT_SYMBOL vmlinux 0x56ef6a31 end_page_writeback +EXPORT_SYMBOL vmlinux 0x56faa9c9 migrate_folio +EXPORT_SYMBOL vmlinux 0x570a0818 phy_write_mmd +EXPORT_SYMBOL vmlinux 0x571ea4df param_ops_ullong +EXPORT_SYMBOL vmlinux 0x57242324 user_path_at_empty +EXPORT_SYMBOL vmlinux 0x574c2e74 bitmap_release_region +EXPORT_SYMBOL vmlinux 0x57575f08 dmaengine_put +EXPORT_SYMBOL vmlinux 0x5781781a devm_memunmap +EXPORT_SYMBOL vmlinux 0x57900416 gen_pool_fixed_alloc +EXPORT_SYMBOL vmlinux 0x5790750f skb_vlan_untag +EXPORT_SYMBOL vmlinux 0x5792ef3a blk_queue_bounce_limit +EXPORT_SYMBOL vmlinux 0x5792f848 strlcpy +EXPORT_SYMBOL vmlinux 0x57b9e89a __skb_wait_for_more_packets +EXPORT_SYMBOL vmlinux 0x57bc19d2 down_write +EXPORT_SYMBOL vmlinux 0x57bcbaea __x86_indirect_call_thunk_r14 +EXPORT_SYMBOL vmlinux 0x57c24117 irq_set_chip +EXPORT_SYMBOL vmlinux 0x57c667bb skb_copy_datagram_iter +EXPORT_SYMBOL vmlinux 0x57db8fd6 utf8_normalize +EXPORT_SYMBOL vmlinux 0x580765cc pci_restore_state +EXPORT_SYMBOL vmlinux 0x5818fe3c posix_acl_from_mode +EXPORT_SYMBOL vmlinux 0x581b78cb legacy_pic +EXPORT_SYMBOL vmlinux 0x581f98da zlib_inflate +EXPORT_SYMBOL vmlinux 0x582b6275 xfrm_if_unregister_cb +EXPORT_SYMBOL vmlinux 0x5838f6c9 rtc_valid_tm +EXPORT_SYMBOL vmlinux 0x583ba92c seg6_hmac_validate_skb +EXPORT_SYMBOL vmlinux 0x583f694b _dev_crit +EXPORT_SYMBOL vmlinux 0x5840a4e8 ip_setsockopt +EXPORT_SYMBOL vmlinux 0x5855ebd7 blk_start_plug +EXPORT_SYMBOL vmlinux 0x58618711 kmem_cache_free +EXPORT_SYMBOL vmlinux 0x587b0954 kvasprintf +EXPORT_SYMBOL vmlinux 0x587f22d7 devmap_managed_key +EXPORT_SYMBOL vmlinux 0x5896e33c dev_lstats_read +EXPORT_SYMBOL vmlinux 0x5897a680 __find_nth_and_andnot_bit +EXPORT_SYMBOL vmlinux 0x5897ccf9 mdio_device_free +EXPORT_SYMBOL vmlinux 0x58a0ac1d flow_block_cb_alloc +EXPORT_SYMBOL vmlinux 0x58aa066c iommu_get_msi_cookie +EXPORT_SYMBOL vmlinux 0x58acf24b mdiobus_register_board_info +EXPORT_SYMBOL vmlinux 0x58b171d6 xfrm6_rcv +EXPORT_SYMBOL vmlinux 0x58b4645c dev_close_many +EXPORT_SYMBOL vmlinux 0x58b54085 pci_find_bus +EXPORT_SYMBOL vmlinux 0x58b6c996 dev_pm_opp_unregister_notifier +EXPORT_SYMBOL vmlinux 0x58b73bc7 match_wildcard +EXPORT_SYMBOL vmlinux 0x58cd927b __destroy_inode +EXPORT_SYMBOL vmlinux 0x58de1b34 blk_stack_limits +EXPORT_SYMBOL vmlinux 0x58e3306d bit_wait_io +EXPORT_SYMBOL vmlinux 0x58e8d59e devm_devfreq_add_governor +EXPORT_SYMBOL vmlinux 0x58f284de sk_common_release +EXPORT_SYMBOL vmlinux 0x58fcf6c6 ptp_clock_event +EXPORT_SYMBOL vmlinux 0x590439b4 gnet_stats_copy_app +EXPORT_SYMBOL vmlinux 0x591b2238 noop_fsync +EXPORT_SYMBOL vmlinux 0x592071bc i2c_smbus_read_block_data +EXPORT_SYMBOL vmlinux 0x59305126 sget +EXPORT_SYMBOL vmlinux 0x593c092d sock_no_accept +EXPORT_SYMBOL vmlinux 0x593edc4b cpu_tlbstate_shared +EXPORT_SYMBOL vmlinux 0x5947e00a pci_add_new_bus +EXPORT_SYMBOL vmlinux 0x594bf15b ioport_map +EXPORT_SYMBOL vmlinux 0x59575a90 __phy_resume +EXPORT_SYMBOL vmlinux 0x595d8002 hdmi_infoframe_pack +EXPORT_SYMBOL vmlinux 0x599ba9a6 bio_reset +EXPORT_SYMBOL vmlinux 0x599fb41c kvmalloc_node +EXPORT_SYMBOL vmlinux 0x59a2f0ee packing +EXPORT_SYMBOL vmlinux 0x59b05ca6 mmc_retune_timer_stop +EXPORT_SYMBOL vmlinux 0x59b4ac3e tcp_memory_allocated +EXPORT_SYMBOL vmlinux 0x59b6bc0b md_bitmap_startwrite +EXPORT_SYMBOL vmlinux 0x59d2d352 netif_tx_unlock +EXPORT_SYMBOL vmlinux 0x59dcadc5 unregister_netdev +EXPORT_SYMBOL vmlinux 0x59e5fb90 inet_shutdown +EXPORT_SYMBOL vmlinux 0x59e60031 __inode_sub_bytes +EXPORT_SYMBOL vmlinux 0x59f1a96c set_anon_super_fc +EXPORT_SYMBOL vmlinux 0x59f61e0a elv_rb_del +EXPORT_SYMBOL vmlinux 0x59f78036 adjust_managed_page_count +EXPORT_SYMBOL vmlinux 0x5a0b73d0 zlib_deflateInit2 +EXPORT_SYMBOL vmlinux 0x5a157567 page_symlink_inode_operations +EXPORT_SYMBOL vmlinux 0x5a1b88e1 gro_find_complete_by_type +EXPORT_SYMBOL vmlinux 0x5a25ce52 __cgroup_bpf_run_filter_sock_addr +EXPORT_SYMBOL vmlinux 0x5a290250 hdmi_drm_infoframe_pack_only +EXPORT_SYMBOL vmlinux 0x5a29ca66 rproc_free +EXPORT_SYMBOL vmlinux 0x5a44f8cb __crypto_memneq +EXPORT_SYMBOL vmlinux 0x5a4896a8 __put_user_2 +EXPORT_SYMBOL vmlinux 0x5a493fa8 phy_print_status +EXPORT_SYMBOL vmlinux 0x5a4d313e gf128mul_4k_lle +EXPORT_SYMBOL vmlinux 0x5a5a2271 __cpu_online_mask +EXPORT_SYMBOL vmlinux 0x5a7d6850 skb_tunnel_check_pmtu +EXPORT_SYMBOL vmlinux 0x5a86f29d backlight_device_set_brightness +EXPORT_SYMBOL vmlinux 0x5a8fbb84 dma_resv_iter_next_unlocked +EXPORT_SYMBOL vmlinux 0x5a921311 strncmp +EXPORT_SYMBOL vmlinux 0x5a993902 pci_scan_bridge +EXPORT_SYMBOL vmlinux 0x5a99a0d7 flow_get_u32_dst +EXPORT_SYMBOL vmlinux 0x5a9f6543 pin_user_pages +EXPORT_SYMBOL vmlinux 0x5aa0824c napi_gro_frags +EXPORT_SYMBOL vmlinux 0x5aa7d8d4 logfc +EXPORT_SYMBOL vmlinux 0x5ab91be2 bioset_integrity_create +EXPORT_SYMBOL vmlinux 0x5ae1154b __traceiter_kfree +EXPORT_SYMBOL vmlinux 0x5b0e57b3 from_kgid +EXPORT_SYMBOL vmlinux 0x5b1e2595 vfs_get_link +EXPORT_SYMBOL vmlinux 0x5b2dc806 blk_mq_destroy_queue +EXPORT_SYMBOL vmlinux 0x5b2f27fb do_wait_intr +EXPORT_SYMBOL vmlinux 0x5b39df6a inode_update_time +EXPORT_SYMBOL vmlinux 0x5b3e282f xa_store +EXPORT_SYMBOL vmlinux 0x5b44ca22 cdev_device_add +EXPORT_SYMBOL vmlinux 0x5b54a175 scsi_is_host_device +EXPORT_SYMBOL vmlinux 0x5b56860c vm_munmap +EXPORT_SYMBOL vmlinux 0x5b641283 arch_phys_wc_add +EXPORT_SYMBOL vmlinux 0x5b7f1838 rproc_elf_find_loaded_rsc_table +EXPORT_SYMBOL vmlinux 0x5b8239ca __x86_return_thunk +EXPORT_SYMBOL vmlinux 0x5b951951 eth_gro_complete +EXPORT_SYMBOL vmlinux 0x5b9b6824 tcp_peek_len +EXPORT_SYMBOL vmlinux 0x5b9f41e3 tag_pages_for_writeback +EXPORT_SYMBOL vmlinux 0x5bb6d3d5 devm_ioremap_wc +EXPORT_SYMBOL vmlinux 0x5bc66d71 page_get_link +EXPORT_SYMBOL vmlinux 0x5bc73df3 kobject_get +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 0x5be68393 mnt_set_expiry +EXPORT_SYMBOL vmlinux 0x5bf40935 sdev_prefix_printk +EXPORT_SYMBOL vmlinux 0x5bfa8c24 ip_getsockopt +EXPORT_SYMBOL vmlinux 0x5c1822ea copy_page_to_iter +EXPORT_SYMBOL vmlinux 0x5c1c63c0 bio_copy_data +EXPORT_SYMBOL vmlinux 0x5c26a53b wait_for_completion_io_timeout +EXPORT_SYMBOL vmlinux 0x5c2987d0 bio_add_page +EXPORT_SYMBOL vmlinux 0x5c2a6406 __napi_schedule_irqoff +EXPORT_SYMBOL vmlinux 0x5c2c9ded dquot_release +EXPORT_SYMBOL vmlinux 0x5c399c43 follow_down_one +EXPORT_SYMBOL vmlinux 0x5c3c7387 kstrtoull +EXPORT_SYMBOL vmlinux 0x5c401d21 acpi_bus_unregister_driver +EXPORT_SYMBOL vmlinux 0x5c4cc3af ip_tunnel_header_ops +EXPORT_SYMBOL vmlinux 0x5c609173 sync_mapping_buffers +EXPORT_SYMBOL vmlinux 0x5c6ccb6b page_readlink +EXPORT_SYMBOL vmlinux 0x5c7338b2 phy_connect_direct +EXPORT_SYMBOL vmlinux 0x5c745566 inode_to_bdi +EXPORT_SYMBOL vmlinux 0x5c74f447 generic_update_time +EXPORT_SYMBOL vmlinux 0x5c979f08 flow_block_cb_decref +EXPORT_SYMBOL vmlinux 0x5caebfcd ethtool_rx_flow_rule_destroy +EXPORT_SYMBOL vmlinux 0x5cc74b51 simple_link +EXPORT_SYMBOL vmlinux 0x5cd1f052 scsi_target_quiesce +EXPORT_SYMBOL vmlinux 0x5cd69b08 pci_read_config_word +EXPORT_SYMBOL vmlinux 0x5cdb167f blk_mq_end_request +EXPORT_SYMBOL vmlinux 0x5ce1febf sock_recvmsg +EXPORT_SYMBOL vmlinux 0x5cf53ce2 input_free_minor +EXPORT_SYMBOL vmlinux 0x5cfb26a0 acpi_enter_sleep_state +EXPORT_SYMBOL vmlinux 0x5d1bac6d pci_bus_assign_resources +EXPORT_SYMBOL vmlinux 0x5d35bbe6 jbd2_journal_blocks_per_page +EXPORT_SYMBOL vmlinux 0x5d378852 pcim_enable_device +EXPORT_SYMBOL vmlinux 0x5d46d407 tcf_em_tree_dump +EXPORT_SYMBOL vmlinux 0x5d49aabc init_wait_var_entry +EXPORT_SYMBOL vmlinux 0x5d4eec93 get_vm_area +EXPORT_SYMBOL vmlinux 0x5d6c4781 jbd2_journal_invalidate_folio +EXPORT_SYMBOL vmlinux 0x5d6d109c key_task_permission +EXPORT_SYMBOL vmlinux 0x5d92fcb7 rproc_get_by_phandle +EXPORT_SYMBOL vmlinux 0x5d975fed dup_iter +EXPORT_SYMBOL vmlinux 0x5dac7850 __devm_release_region +EXPORT_SYMBOL vmlinux 0x5db05839 xp_free +EXPORT_SYMBOL vmlinux 0x5dbb7f4d vme_init_bridge +EXPORT_SYMBOL vmlinux 0x5dc5ab68 folio_end_private_2 +EXPORT_SYMBOL vmlinux 0x5dc755a8 request_firmware_into_buf +EXPORT_SYMBOL vmlinux 0x5dcd3590 agp_alloc_bridge +EXPORT_SYMBOL vmlinux 0x5dddf88b fwnode_irq_get +EXPORT_SYMBOL vmlinux 0x5df5399b request_key_with_auxdata +EXPORT_SYMBOL vmlinux 0x5e06bc5c refcount_dec_and_lock +EXPORT_SYMBOL vmlinux 0x5e07dfae cros_ec_cmd_xfer +EXPORT_SYMBOL vmlinux 0x5e0ccb9f sha1_transform +EXPORT_SYMBOL vmlinux 0x5e1012a4 dev_remove_pack +EXPORT_SYMBOL vmlinux 0x5e16a280 simple_rmdir +EXPORT_SYMBOL vmlinux 0x5e1cf7aa netif_set_real_num_tx_queues +EXPORT_SYMBOL vmlinux 0x5e2083fc mdiobus_unregister_device +EXPORT_SYMBOL vmlinux 0x5e277428 fqdir_exit +EXPORT_SYMBOL vmlinux 0x5e332b52 __var_waitqueue +EXPORT_SYMBOL vmlinux 0x5e373fb4 gf128mul_64k_bbe +EXPORT_SYMBOL vmlinux 0x5e40a296 input_register_handle +EXPORT_SYMBOL vmlinux 0x5e43691c max8925_bulk_write +EXPORT_SYMBOL vmlinux 0x5e590252 scsi_rescan_device +EXPORT_SYMBOL vmlinux 0x5e5eb64a dquot_free_inode +EXPORT_SYMBOL vmlinux 0x5e62929e netdev_adjacent_change_abort +EXPORT_SYMBOL vmlinux 0x5e73eebd key_validate +EXPORT_SYMBOL vmlinux 0x5e77a12a pci_release_selected_regions +EXPORT_SYMBOL vmlinux 0x5e855e56 gen_pool_first_fit_align +EXPORT_SYMBOL vmlinux 0x5e874b0a vlan_filter_drop_vids +EXPORT_SYMBOL vmlinux 0x5e898be4 dev_alloc_name +EXPORT_SYMBOL vmlinux 0x5e934fc7 sgl_alloc +EXPORT_SYMBOL vmlinux 0x5e95b1cd current_umask +EXPORT_SYMBOL vmlinux 0x5e9a01ce gen_new_estimator +EXPORT_SYMBOL vmlinux 0x5ea7fbd2 netlink_set_err +EXPORT_SYMBOL vmlinux 0x5ea9c463 iunique +EXPORT_SYMBOL vmlinux 0x5ec4aee6 put_sg_io_hdr +EXPORT_SYMBOL vmlinux 0x5ed040b0 pm_set_vt_switch +EXPORT_SYMBOL vmlinux 0x5ed84853 tty_driver_kref_put +EXPORT_SYMBOL vmlinux 0x5ed90adc int_to_scsilun +EXPORT_SYMBOL vmlinux 0x5edb931c reuseport_alloc +EXPORT_SYMBOL vmlinux 0x5eddad55 netdev_offload_xstats_enable +EXPORT_SYMBOL vmlinux 0x5ef6a672 gen_pool_for_each_chunk +EXPORT_SYMBOL vmlinux 0x5efde8e6 proc_doulongvec_ms_jiffies_minmax +EXPORT_SYMBOL vmlinux 0x5f098b2a in6addr_interfacelocal_allrouters +EXPORT_SYMBOL vmlinux 0x5f2248d9 ip_local_deliver +EXPORT_SYMBOL vmlinux 0x5f2ba55e security_req_classify_flow +EXPORT_SYMBOL vmlinux 0x5f2be585 input_grab_device +EXPORT_SYMBOL vmlinux 0x5f3a0502 ata_print_version +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 0x5f8305c5 cdev_set_parent +EXPORT_SYMBOL vmlinux 0x5f864f4e n_tty_ioctl_helper +EXPORT_SYMBOL vmlinux 0x5f8e2fcf blk_mq_stop_hw_queue +EXPORT_SYMBOL vmlinux 0x5f93525c acpi_extract_package +EXPORT_SYMBOL vmlinux 0x5f99383a ioread64_hi_lo +EXPORT_SYMBOL vmlinux 0x5fba7c92 dquot_mark_dquot_dirty +EXPORT_SYMBOL vmlinux 0x5fc5736a pci_write_config_dword +EXPORT_SYMBOL vmlinux 0x5fc67252 ioread16_rep +EXPORT_SYMBOL vmlinux 0x5fc72f0e alloc_pages_exact +EXPORT_SYMBOL vmlinux 0x5fcd5d15 get_agp_version +EXPORT_SYMBOL vmlinux 0x5fe0597c ethtool_notify +EXPORT_SYMBOL vmlinux 0x5fe13529 __SCT__tp_func_spi_transfer_start +EXPORT_SYMBOL vmlinux 0x5ff8cfba page_zero_new_buffers +EXPORT_SYMBOL vmlinux 0x5ff9eb0e lockref_mark_dead +EXPORT_SYMBOL vmlinux 0x6002d528 xfrm_dev_state_flush +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 0x6010eb9c d_obtain_alias +EXPORT_SYMBOL vmlinux 0x601e6c9f prepare_to_swait_exclusive +EXPORT_SYMBOL vmlinux 0x601f665f dm_io_client_create +EXPORT_SYMBOL vmlinux 0x60201e06 mipi_dsi_dcs_set_tear_off +EXPORT_SYMBOL vmlinux 0x60201e6e kmem_cache_free_bulk +EXPORT_SYMBOL vmlinux 0x602030f6 rproc_shutdown +EXPORT_SYMBOL vmlinux 0x60352082 register_inet6addr_notifier +EXPORT_SYMBOL vmlinux 0x604b256f page_pool_alloc_pages +EXPORT_SYMBOL vmlinux 0x605524d2 jbd2_transaction_committed +EXPORT_SYMBOL vmlinux 0x605790dc fiemap_fill_next_extent +EXPORT_SYMBOL vmlinux 0x605fb46f tcp_sock_set_nodelay +EXPORT_SYMBOL vmlinux 0x607b5f24 security_inet_conn_request +EXPORT_SYMBOL vmlinux 0x608741b5 __init_swait_queue_head +EXPORT_SYMBOL vmlinux 0x60874883 console_stop +EXPORT_SYMBOL vmlinux 0x608d0267 zstd_get_error_code +EXPORT_SYMBOL vmlinux 0x6091b333 unregister_chrdev_region +EXPORT_SYMBOL vmlinux 0x609ba1e2 jbd2_journal_errno +EXPORT_SYMBOL vmlinux 0x609bcd98 in6_pton +EXPORT_SYMBOL vmlinux 0x609f1c7e synchronize_net +EXPORT_SYMBOL vmlinux 0x60a32ea9 pm_power_off +EXPORT_SYMBOL vmlinux 0x60b01b10 pcie_get_readrq +EXPORT_SYMBOL vmlinux 0x60b3071f neigh_proc_dointvec +EXPORT_SYMBOL vmlinux 0x60b6a548 register_qdisc +EXPORT_SYMBOL vmlinux 0x60bbf6bc filemap_range_has_page +EXPORT_SYMBOL vmlinux 0x60d8ab30 vme_lm_get +EXPORT_SYMBOL vmlinux 0x60e12920 ip6_xmit +EXPORT_SYMBOL vmlinux 0x60f58741 param_get_dyndbg_classes +EXPORT_SYMBOL vmlinux 0x61073e4a acpi_os_map_generic_address +EXPORT_SYMBOL vmlinux 0x610756b8 __x86_indirect_call_thunk_rdx +EXPORT_SYMBOL vmlinux 0x6118233a nf_log_unset +EXPORT_SYMBOL vmlinux 0x6128b5fc __printk_ratelimit +EXPORT_SYMBOL vmlinux 0x612d60b7 dquot_load_quota_inode +EXPORT_SYMBOL vmlinux 0x6132900d input_setup_polling +EXPORT_SYMBOL vmlinux 0x61347034 mb_cache_entry_delete_or_get +EXPORT_SYMBOL vmlinux 0x6135ce2c max8998_bulk_write +EXPORT_SYMBOL vmlinux 0x6155f566 fasync_helper +EXPORT_SYMBOL vmlinux 0x61568c7e __bforget +EXPORT_SYMBOL vmlinux 0x615911d7 __bitmap_set +EXPORT_SYMBOL vmlinux 0x6160bf0a param_set_invbool +EXPORT_SYMBOL vmlinux 0x6162f878 rproc_get_by_child +EXPORT_SYMBOL vmlinux 0x61746d56 folio_mapping +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 0x61a8b190 md_update_sb +EXPORT_SYMBOL vmlinux 0x61aea844 pci_scan_root_bus +EXPORT_SYMBOL vmlinux 0x61b7b126 simple_strtoull +EXPORT_SYMBOL vmlinux 0x61c52972 seq_lseek +EXPORT_SYMBOL vmlinux 0x61cbaf92 done_path_create +EXPORT_SYMBOL vmlinux 0x61e272c9 sha256_final +EXPORT_SYMBOL vmlinux 0x61e6c748 vlan_vids_add_by_dev +EXPORT_SYMBOL vmlinux 0x61ea189b fb_pad_aligned_buffer +EXPORT_SYMBOL vmlinux 0x61f14550 generic_write_end +EXPORT_SYMBOL vmlinux 0x6214aef2 cpufreq_unregister_notifier +EXPORT_SYMBOL vmlinux 0x6226b9fa machine_to_phys_mapping +EXPORT_SYMBOL vmlinux 0x6228c21f smp_call_function_single +EXPORT_SYMBOL vmlinux 0x6234835d dm_kobject_release +EXPORT_SYMBOL vmlinux 0x6240ee02 pci_read_config_dword +EXPORT_SYMBOL vmlinux 0x625c75f4 agp_generic_free_gatt_table +EXPORT_SYMBOL vmlinux 0x6262b8bf vfs_unlink +EXPORT_SYMBOL vmlinux 0x62737e1d sock_unregister +EXPORT_SYMBOL vmlinux 0x6276af56 migrate_device_range +EXPORT_SYMBOL vmlinux 0x62849ac7 dev_valid_name +EXPORT_SYMBOL vmlinux 0x629079b3 dma_fence_signal_timestamp +EXPORT_SYMBOL vmlinux 0x62949074 acpi_buffer_to_resource +EXPORT_SYMBOL vmlinux 0x6294fa51 phy_attach_direct +EXPORT_SYMBOL vmlinux 0x62976271 __tracepoint_write_msr +EXPORT_SYMBOL vmlinux 0x62a3fc58 __dev_set_mtu +EXPORT_SYMBOL vmlinux 0x62b20c06 generic_error_remove_page +EXPORT_SYMBOL vmlinux 0x62bac837 phy_driver_register +EXPORT_SYMBOL vmlinux 0x62d52418 uart_suspend_port +EXPORT_SYMBOL vmlinux 0x62d67144 import_iovec +EXPORT_SYMBOL vmlinux 0x62f7e207 down_read_killable +EXPORT_SYMBOL vmlinux 0x630038b7 seq_put_decimal_ll +EXPORT_SYMBOL vmlinux 0x63012482 genphy_soft_reset +EXPORT_SYMBOL vmlinux 0x6302eed7 dquot_set_dqinfo +EXPORT_SYMBOL vmlinux 0x6315c42c zstd_get_params +EXPORT_SYMBOL vmlinux 0x631c5e55 skb_checksum_setup +EXPORT_SYMBOL vmlinux 0x631d06aa cpu_rmap_put +EXPORT_SYMBOL vmlinux 0x63278371 tcf_idrinfo_destroy +EXPORT_SYMBOL vmlinux 0x633fc582 vfs_symlink +EXPORT_SYMBOL vmlinux 0x635ba1af pci_iomap_range +EXPORT_SYMBOL vmlinux 0x636257f7 get_ibs_caps +EXPORT_SYMBOL vmlinux 0x636c80df fbcon_update_vcs +EXPORT_SYMBOL vmlinux 0x6383b27c __x86_indirect_thunk_rdx +EXPORT_SYMBOL vmlinux 0x638bcc3d generic_delete_inode +EXPORT_SYMBOL vmlinux 0x639e417a sock_set_priority +EXPORT_SYMBOL vmlinux 0x63a58370 flow_action_cookie_destroy +EXPORT_SYMBOL vmlinux 0x63a7c28c bitmap_find_free_region +EXPORT_SYMBOL vmlinux 0x63ab6544 ping_prot +EXPORT_SYMBOL vmlinux 0x63aef3c9 ip_do_fragment +EXPORT_SYMBOL vmlinux 0x63c87ed0 blk_mq_alloc_request +EXPORT_SYMBOL vmlinux 0x63da787d vfs_setpos +EXPORT_SYMBOL vmlinux 0x63eab7ae dev_set_allmulti +EXPORT_SYMBOL vmlinux 0x63eb9355 panic_blink +EXPORT_SYMBOL vmlinux 0x63ed2882 __pci_register_driver +EXPORT_SYMBOL vmlinux 0x63f835ba on_each_cpu_cond_mask +EXPORT_SYMBOL vmlinux 0x64022183 nd_region_acquire_lane +EXPORT_SYMBOL vmlinux 0x6404f8e8 km_query +EXPORT_SYMBOL vmlinux 0x64127b67 bitmap_find_next_zero_area_off +EXPORT_SYMBOL vmlinux 0x6414b333 ps2_cmd_aborted +EXPORT_SYMBOL vmlinux 0x642eb5c6 xen_poll_irq_timeout +EXPORT_SYMBOL vmlinux 0x643beb28 dcb_ieee_getapp_prio_dscp_mask_map +EXPORT_SYMBOL vmlinux 0x643c97b6 filemap_alloc_folio +EXPORT_SYMBOL vmlinux 0x64421226 netif_napi_add_weight +EXPORT_SYMBOL vmlinux 0x6448403d __x86_indirect_call_thunk_rcx +EXPORT_SYMBOL vmlinux 0x6455298a security_xfrm_policy_free +EXPORT_SYMBOL vmlinux 0x645e4804 pps_lookup_dev +EXPORT_SYMBOL vmlinux 0x646c4e16 dev_pick_tx_cpu_id +EXPORT_SYMBOL vmlinux 0x6474a427 __sk_receive_skb +EXPORT_SYMBOL vmlinux 0x6481ffe0 hsiphash_1u32 +EXPORT_SYMBOL vmlinux 0x648eb59d gc_inflight_list +EXPORT_SYMBOL vmlinux 0x649ac75f ppp_input +EXPORT_SYMBOL vmlinux 0x64a4fb82 xfrm_lookup +EXPORT_SYMBOL vmlinux 0x64a85415 udp_lib_unhash +EXPORT_SYMBOL vmlinux 0x64a9c928 default_blu +EXPORT_SYMBOL vmlinux 0x64afac04 clear_inode +EXPORT_SYMBOL vmlinux 0x64b701bd napi_schedule_prep +EXPORT_SYMBOL vmlinux 0x64bbc288 string_unescape +EXPORT_SYMBOL vmlinux 0x64d5260c brioctl_set +EXPORT_SYMBOL vmlinux 0x64d6d2f3 pnp_get_resource +EXPORT_SYMBOL vmlinux 0x64df9f32 phy_validate_pause +EXPORT_SYMBOL vmlinux 0x64e13ca2 param_ops_byte +EXPORT_SYMBOL vmlinux 0x64fe7518 fb_validate_mode +EXPORT_SYMBOL vmlinux 0x64fe9a1a sk_stream_wait_close +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 0x6525f055 __wait_on_buffer +EXPORT_SYMBOL vmlinux 0x652ce9aa nla_memcmp +EXPORT_SYMBOL vmlinux 0x652d9932 vfs_parse_fs_string +EXPORT_SYMBOL vmlinux 0x6531ba5a tcf_get_next_chain +EXPORT_SYMBOL vmlinux 0x653985f6 pnp_stop_dev +EXPORT_SYMBOL vmlinux 0x6539cc9a generic_pipe_buf_get +EXPORT_SYMBOL vmlinux 0x65408378 zlib_inflate_blob +EXPORT_SYMBOL vmlinux 0x65487097 __x86_indirect_thunk_rax +EXPORT_SYMBOL vmlinux 0x654e2bbd __mod_zone_page_state +EXPORT_SYMBOL vmlinux 0x655b15f9 scsi_dma_unmap +EXPORT_SYMBOL vmlinux 0x655eda20 fwnode_irq_get_byname +EXPORT_SYMBOL vmlinux 0x6565284c locks_copy_conflock +EXPORT_SYMBOL vmlinux 0x65669459 inet6_release +EXPORT_SYMBOL vmlinux 0x656c1a0e string_escape_mem +EXPORT_SYMBOL vmlinux 0x656e4a6e snprintf +EXPORT_SYMBOL vmlinux 0x657a48bf flow_rule_match_icmp +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 0x659ded26 xfrm_flush_gc +EXPORT_SYMBOL vmlinux 0x65a3f3c3 __skb_recv_datagram +EXPORT_SYMBOL vmlinux 0x65b992ac xen_alloc_p2m_entry +EXPORT_SYMBOL vmlinux 0x65d1bab2 acpi_bios_warning +EXPORT_SYMBOL vmlinux 0x65d687f5 mq_change_real_num_tx +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 0x65ebc603 security_d_instantiate +EXPORT_SYMBOL vmlinux 0x65f465ed scsi_dma_map +EXPORT_SYMBOL vmlinux 0x65f53a19 seq_release_private +EXPORT_SYMBOL vmlinux 0x65fa4370 netif_set_tso_max_size +EXPORT_SYMBOL vmlinux 0x660625fa dec_node_page_state +EXPORT_SYMBOL vmlinux 0x661dd584 block_dirty_folio +EXPORT_SYMBOL vmlinux 0x6626afca down +EXPORT_SYMBOL vmlinux 0x6630ae35 block_commit_write +EXPORT_SYMBOL vmlinux 0x663182c9 acpi_get_gpe_status +EXPORT_SYMBOL vmlinux 0x6633c832 __register_chrdev +EXPORT_SYMBOL vmlinux 0x665cd6dc __dev_kfree_skb_irq +EXPORT_SYMBOL vmlinux 0x665e2513 zstd_max_clevel +EXPORT_SYMBOL vmlinux 0x66628bf3 ip_tunnel_metadata_cnt +EXPORT_SYMBOL vmlinux 0x666c8472 __bread_gfp +EXPORT_SYMBOL vmlinux 0x6673f96d xxh32_reset +EXPORT_SYMBOL vmlinux 0x668043ae pci_bus_alloc_resource +EXPORT_SYMBOL vmlinux 0x66852cd2 md_bitmap_endwrite +EXPORT_SYMBOL vmlinux 0x668b19a1 down_read +EXPORT_SYMBOL vmlinux 0x669c191b dm_consume_args +EXPORT_SYMBOL vmlinux 0x669c5574 netif_device_detach +EXPORT_SYMBOL vmlinux 0x66ae7f00 md_bitmap_end_sync +EXPORT_SYMBOL vmlinux 0x66af1fd1 lockref_put_or_lock +EXPORT_SYMBOL vmlinux 0x66b42c7a dev_uc_sync_multiple +EXPORT_SYMBOL vmlinux 0x66b4cc41 kmemdup +EXPORT_SYMBOL vmlinux 0x66ba3411 locks_init_lock +EXPORT_SYMBOL vmlinux 0x66c87cf9 security_sk_classify_flow +EXPORT_SYMBOL vmlinux 0x66cca4f9 __x86_indirect_thunk_rcx +EXPORT_SYMBOL vmlinux 0x66d231e7 from_kuid_munged +EXPORT_SYMBOL vmlinux 0x66d83eb9 dev_set_alias +EXPORT_SYMBOL vmlinux 0x66e268a4 drop_super_exclusive +EXPORT_SYMBOL vmlinux 0x66ef5c62 eth_platform_get_mac_address +EXPORT_SYMBOL vmlinux 0x66fb7e7e __inet_hash +EXPORT_SYMBOL vmlinux 0x6708c48f read_cache_page_gfp +EXPORT_SYMBOL vmlinux 0x670ecece __x86_indirect_thunk_rbx +EXPORT_SYMBOL vmlinux 0x6729d3df __get_user_4 +EXPORT_SYMBOL vmlinux 0x673f815e agp_bridges +EXPORT_SYMBOL vmlinux 0x6749d53f hdmi_vendor_infoframe_init +EXPORT_SYMBOL vmlinux 0x678b96ec dma_pool_alloc +EXPORT_SYMBOL vmlinux 0x6797d568 intel_gmch_gtt_get +EXPORT_SYMBOL vmlinux 0x67a3bff9 vfs_mkobj +EXPORT_SYMBOL vmlinux 0x67a58e44 skb_flow_dissect_tunnel_info +EXPORT_SYMBOL vmlinux 0x67b27ec1 tty_std_termios +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 0x67db2258 pci_unregister_driver +EXPORT_SYMBOL vmlinux 0x67e3ecf6 mmc_remove_host +EXPORT_SYMBOL vmlinux 0x67f3caa0 scm_detach_fds +EXPORT_SYMBOL vmlinux 0x67f9d359 sock_register +EXPORT_SYMBOL vmlinux 0x682e0241 iov_iter_advance +EXPORT_SYMBOL vmlinux 0x683aef97 release_sock +EXPORT_SYMBOL vmlinux 0x6841ac8c tcf_action_set_ctrlact +EXPORT_SYMBOL vmlinux 0x6851664e wrmsrl_safe_on_cpu +EXPORT_SYMBOL vmlinux 0x68548187 phy_read_mmd +EXPORT_SYMBOL vmlinux 0x686376d4 xsk_set_rx_need_wakeup +EXPORT_SYMBOL vmlinux 0x6868cc4f kill_litter_super +EXPORT_SYMBOL vmlinux 0x6876a483 nf_ct_get_tuple_skb +EXPORT_SYMBOL vmlinux 0x687b6a16 kdbgetsymval +EXPORT_SYMBOL vmlinux 0x687e579e agp_generic_destroy_page +EXPORT_SYMBOL vmlinux 0x688655be set_user_nice +EXPORT_SYMBOL vmlinux 0x688e72e1 __SCT__preempt_schedule_notrace +EXPORT_SYMBOL vmlinux 0x68a5b188 seq_open +EXPORT_SYMBOL vmlinux 0x68aeaed3 xfrm_dev_policy_flush +EXPORT_SYMBOL vmlinux 0x68bacff8 __tracepoint_kmem_cache_free +EXPORT_SYMBOL vmlinux 0x68c7f4a6 netdev_state_change +EXPORT_SYMBOL vmlinux 0x68f27ef3 input_set_timestamp +EXPORT_SYMBOL vmlinux 0x69015437 netdev_sk_get_lowest_dev +EXPORT_SYMBOL vmlinux 0x69049cd2 radix_tree_replace_slot +EXPORT_SYMBOL vmlinux 0x69069d0a udp_poll +EXPORT_SYMBOL vmlinux 0x690c0c05 dget_parent +EXPORT_SYMBOL vmlinux 0x6923d120 input_event +EXPORT_SYMBOL vmlinux 0x692c874b __inet6_lookup_established +EXPORT_SYMBOL vmlinux 0x69371df3 nf_ip6_checksum +EXPORT_SYMBOL vmlinux 0x6942af37 bio_chain +EXPORT_SYMBOL vmlinux 0x694f1fb4 register_netdev +EXPORT_SYMBOL vmlinux 0x69668826 netdev_increment_features +EXPORT_SYMBOL vmlinux 0x6971447a rtc_month_days +EXPORT_SYMBOL vmlinux 0x6972e413 __bitmap_weight_and +EXPORT_SYMBOL vmlinux 0x6976ad2b tcp_read_sock +EXPORT_SYMBOL vmlinux 0x697802da sock_common_recvmsg +EXPORT_SYMBOL vmlinux 0x697b5343 tcp_enter_quickack_mode +EXPORT_SYMBOL vmlinux 0x697ed5f0 memcpy_and_pad +EXPORT_SYMBOL vmlinux 0x6988d0ca cpu_dr7 +EXPORT_SYMBOL vmlinux 0x699ccc3b unix_get_socket +EXPORT_SYMBOL vmlinux 0x69acdf38 memcpy +EXPORT_SYMBOL vmlinux 0x69dd3b5b crc32_le +EXPORT_SYMBOL vmlinux 0x69ddaf52 security_sb_set_mnt_opts +EXPORT_SYMBOL vmlinux 0x69de8757 vme_check_window +EXPORT_SYMBOL vmlinux 0x69f537e7 xsk_get_pool_from_qid +EXPORT_SYMBOL vmlinux 0x6a037cf1 mempool_kfree +EXPORT_SYMBOL vmlinux 0x6a07ca60 rproc_detach +EXPORT_SYMBOL vmlinux 0x6a13fcb2 param_set_bool +EXPORT_SYMBOL vmlinux 0x6a191e0b __block_write_full_page +EXPORT_SYMBOL vmlinux 0x6a27eff9 phy_device_free +EXPORT_SYMBOL vmlinux 0x6a2c214f netdev_offload_xstats_disable +EXPORT_SYMBOL vmlinux 0x6a2f00a8 rw_verify_area +EXPORT_SYMBOL vmlinux 0x6a33f813 netlbl_calipso_ops_register +EXPORT_SYMBOL vmlinux 0x6a411a07 tcp_inbound_md5_hash +EXPORT_SYMBOL vmlinux 0x6a4254bb __seq_open_private +EXPORT_SYMBOL vmlinux 0x6a449c4f register_sysctl_table +EXPORT_SYMBOL vmlinux 0x6a57a0c5 lookup_one_len +EXPORT_SYMBOL vmlinux 0x6a5cb5ee __get_free_pages +EXPORT_SYMBOL vmlinux 0x6a5ecb18 unregister_module_notifier +EXPORT_SYMBOL vmlinux 0x6a5fa363 sigprocmask +EXPORT_SYMBOL vmlinux 0x6a5fd3e4 do_clone_file_range +EXPORT_SYMBOL vmlinux 0x6a6e05bf kstrtou8 +EXPORT_SYMBOL vmlinux 0x6a7ae137 ptp_cancel_worker_sync +EXPORT_SYMBOL vmlinux 0x6a7f27e0 vc_cons +EXPORT_SYMBOL vmlinux 0x6a80618a current_in_userns +EXPORT_SYMBOL vmlinux 0x6a9631de task_lookup_next_fd_rcu +EXPORT_SYMBOL vmlinux 0x6a9e3bef pci_map_rom +EXPORT_SYMBOL vmlinux 0x6ac6a34c pid_task +EXPORT_SYMBOL vmlinux 0x6ac6b7b2 agp_alloc_page_array +EXPORT_SYMBOL vmlinux 0x6ad56b50 dev_mc_sync_multiple +EXPORT_SYMBOL vmlinux 0x6add5c9a dmi_find_device +EXPORT_SYMBOL vmlinux 0x6ae158b3 ptp_clock_index +EXPORT_SYMBOL vmlinux 0x6ae2713a __mmap_lock_do_trace_released +EXPORT_SYMBOL vmlinux 0x6ae69f77 xfrm6_protocol_register +EXPORT_SYMBOL vmlinux 0x6aed9c03 remap_pfn_range +EXPORT_SYMBOL vmlinux 0x6aeefac4 zlib_deflateReset +EXPORT_SYMBOL vmlinux 0x6afe15c0 devm_register_netdev +EXPORT_SYMBOL vmlinux 0x6b0034b6 register_fib_notifier +EXPORT_SYMBOL vmlinux 0x6b054ced gnet_stats_copy_basic_hw +EXPORT_SYMBOL vmlinux 0x6b0aa10a sock_dequeue_err_skb +EXPORT_SYMBOL vmlinux 0x6b10b944 shrink_dcache_sb +EXPORT_SYMBOL vmlinux 0x6b10bee1 _copy_to_user +EXPORT_SYMBOL vmlinux 0x6b1a1983 __serio_register_driver +EXPORT_SYMBOL vmlinux 0x6b257846 xfrm_policy_hash_rebuild +EXPORT_SYMBOL vmlinux 0x6b27729b radix_tree_gang_lookup +EXPORT_SYMBOL vmlinux 0x6b2dc060 dump_stack +EXPORT_SYMBOL vmlinux 0x6b31c3a3 max8998_update_reg +EXPORT_SYMBOL vmlinux 0x6b3dd417 pci_back_from_sleep +EXPORT_SYMBOL vmlinux 0x6b4b92ff filemap_release_folio +EXPORT_SYMBOL vmlinux 0x6b538add nlmsg_notify +EXPORT_SYMBOL vmlinux 0x6b55acd0 rtnl_lock_killable +EXPORT_SYMBOL vmlinux 0x6b5b0bb3 dev_mc_flush +EXPORT_SYMBOL vmlinux 0x6b702cbe __tcp_md5_do_lookup +EXPORT_SYMBOL vmlinux 0x6b82fe2f tty_port_put +EXPORT_SYMBOL vmlinux 0x6b853d06 ns_to_kernel_old_timeval +EXPORT_SYMBOL vmlinux 0x6b899d47 qdisc_warn_nonwc +EXPORT_SYMBOL vmlinux 0x6b8bf149 netif_receive_skb_list +EXPORT_SYMBOL vmlinux 0x6b966ae4 generic_file_fsync +EXPORT_SYMBOL vmlinux 0x6b9da4cc max8998_bulk_read +EXPORT_SYMBOL vmlinux 0x6bc0e150 sock_kfree_s +EXPORT_SYMBOL vmlinux 0x6bc3fbc0 __unregister_chrdev +EXPORT_SYMBOL vmlinux 0x6bc6c752 try_module_get +EXPORT_SYMBOL vmlinux 0x6bd0e573 down_interruptible +EXPORT_SYMBOL vmlinux 0x6be0fbad security_unix_may_send +EXPORT_SYMBOL vmlinux 0x6be1c1f8 acpi_install_method +EXPORT_SYMBOL vmlinux 0x6be6abd8 flow_rule_alloc +EXPORT_SYMBOL vmlinux 0x6c0731b4 __bio_advance +EXPORT_SYMBOL vmlinux 0x6c14bbcb jbd2_journal_inode_ranged_wait +EXPORT_SYMBOL vmlinux 0x6c155f9e nd_btt_probe +EXPORT_SYMBOL vmlinux 0x6c224cda gen_pool_destroy +EXPORT_SYMBOL vmlinux 0x6c257ac0 tty_termios_hw_change +EXPORT_SYMBOL vmlinux 0x6c36bb1f sg_miter_next +EXPORT_SYMBOL vmlinux 0x6c42d7f5 mmc_card_alternative_gpt_sector +EXPORT_SYMBOL vmlinux 0x6c5074d7 register_cdrom +EXPORT_SYMBOL vmlinux 0x6c57e488 inet_frag_queue_insert +EXPORT_SYMBOL vmlinux 0x6c61ce70 num_registered_fb +EXPORT_SYMBOL vmlinux 0x6c77980c vme_unregister_driver +EXPORT_SYMBOL vmlinux 0x6c908ef4 netdev_upper_get_next_dev_rcu +EXPORT_SYMBOL vmlinux 0x6ca473fc phy_set_max_speed +EXPORT_SYMBOL vmlinux 0x6cb46525 netlbl_catmap_walk +EXPORT_SYMBOL vmlinux 0x6cc09945 ioread32_rep +EXPORT_SYMBOL vmlinux 0x6cc2ad4f netdev_upper_dev_link +EXPORT_SYMBOL vmlinux 0x6cc3e46a nexthop_set_hw_flags +EXPORT_SYMBOL vmlinux 0x6cd0cc4c input_handler_for_each_handle +EXPORT_SYMBOL vmlinux 0x6cf7e58b f_setown +EXPORT_SYMBOL vmlinux 0x6d0463fd nonseekable_open +EXPORT_SYMBOL vmlinux 0x6d16c104 mutex_lock_killable +EXPORT_SYMBOL vmlinux 0x6d184e47 truncate_setsize +EXPORT_SYMBOL vmlinux 0x6d2059c4 nf_register_sockopt +EXPORT_SYMBOL vmlinux 0x6d245a1a dev_activate +EXPORT_SYMBOL vmlinux 0x6d294e43 clock_t_to_jiffies +EXPORT_SYMBOL vmlinux 0x6d2a4842 lookup_positive_unlocked +EXPORT_SYMBOL vmlinux 0x6d2d7ec3 dcache_dir_open +EXPORT_SYMBOL vmlinux 0x6d334118 __get_user_8 +EXPORT_SYMBOL vmlinux 0x6d58f69e agp3_generic_sizes +EXPORT_SYMBOL vmlinux 0x6d5f5b91 radix_tree_tagged +EXPORT_SYMBOL vmlinux 0x6d5fb4a5 __x86_indirect_jump_thunk_rsp +EXPORT_SYMBOL vmlinux 0x6d63e947 pm_vt_switch_required +EXPORT_SYMBOL vmlinux 0x6d7c7dcc bitmap_cut +EXPORT_SYMBOL vmlinux 0x6d7e5ae3 writeback_inodes_sb +EXPORT_SYMBOL vmlinux 0x6d8177b2 security_binder_transfer_file +EXPORT_SYMBOL vmlinux 0x6d86bdb8 ptp_find_pin_unlocked +EXPORT_SYMBOL vmlinux 0x6d8809a7 ip_check_defrag +EXPORT_SYMBOL vmlinux 0x6da5534f blk_integrity_compare +EXPORT_SYMBOL vmlinux 0x6dba9051 xz_dec_microlzma_end +EXPORT_SYMBOL vmlinux 0x6dbd47b5 folio_wait_private_2_killable +EXPORT_SYMBOL vmlinux 0x6dc35b25 radix_tree_iter_delete +EXPORT_SYMBOL vmlinux 0x6dc8ce12 inode_owner_or_capable +EXPORT_SYMBOL vmlinux 0x6dcb1559 xfrm_alloc_spi +EXPORT_SYMBOL vmlinux 0x6dcf857f uuid_null +EXPORT_SYMBOL vmlinux 0x6dd17e7b acpi_get_table_header +EXPORT_SYMBOL vmlinux 0x6de1df12 scsicam_bios_param +EXPORT_SYMBOL vmlinux 0x6df1aaf1 kernel_sigaction +EXPORT_SYMBOL vmlinux 0x6df31390 intel_gmch_gtt_clear_range +EXPORT_SYMBOL vmlinux 0x6df440dc inet_dgram_ops +EXPORT_SYMBOL vmlinux 0x6dfc7a0d pci_request_irq +EXPORT_SYMBOL vmlinux 0x6e01b4f9 inet6_ioctl +EXPORT_SYMBOL vmlinux 0x6e1dae37 twl6040_clear_bits +EXPORT_SYMBOL vmlinux 0x6e24bb10 iommu_dma_get_resv_regions +EXPORT_SYMBOL vmlinux 0x6e250217 skb_unlink +EXPORT_SYMBOL vmlinux 0x6e2b209d scsi_is_sdev_device +EXPORT_SYMBOL vmlinux 0x6e330c4f mipi_dsi_dcs_exit_sleep_mode +EXPORT_SYMBOL vmlinux 0x6e3e969f md_wait_for_blocked_rdev +EXPORT_SYMBOL vmlinux 0x6e416a06 agp3_generic_tlbflush +EXPORT_SYMBOL vmlinux 0x6e5b53b4 folio_migrate_flags +EXPORT_SYMBOL vmlinux 0x6e5b62b7 console_start +EXPORT_SYMBOL vmlinux 0x6e5b8651 xz_dec_run +EXPORT_SYMBOL vmlinux 0x6e5d1a04 skb_headers_offset_update +EXPORT_SYMBOL vmlinux 0x6e720ff2 rtnl_unlock +EXPORT_SYMBOL vmlinux 0x6e86d9de acpi_dev_get_first_match_dev +EXPORT_SYMBOL vmlinux 0x6e94c2f5 __post_watch_notification +EXPORT_SYMBOL vmlinux 0x6e98f2a9 netpoll_parse_options +EXPORT_SYMBOL vmlinux 0x6e9dd606 __symbol_put +EXPORT_SYMBOL vmlinux 0x6ea16590 vga_switcheroo_unlock_ddc +EXPORT_SYMBOL vmlinux 0x6ea17def serio_unregister_driver +EXPORT_SYMBOL vmlinux 0x6ea7575d acpi_dispatch_gpe +EXPORT_SYMBOL vmlinux 0x6ea9363b force_sig +EXPORT_SYMBOL vmlinux 0x6ebb61d9 mdiobus_unregister +EXPORT_SYMBOL vmlinux 0x6ebb88f2 security_socket_getpeersec_dgram +EXPORT_SYMBOL vmlinux 0x6ebd1585 inode_set_flags +EXPORT_SYMBOL vmlinux 0x6eca142e request_firmware_nowait +EXPORT_SYMBOL vmlinux 0x6ed630d1 dma_unmap_resource +EXPORT_SYMBOL vmlinux 0x6edf0e9a crypto_sha1_finup +EXPORT_SYMBOL vmlinux 0x6edf9ad4 sock_wake_async +EXPORT_SYMBOL vmlinux 0x6ee237dd vga_switcheroo_client_fb_set +EXPORT_SYMBOL vmlinux 0x6ee36a6f netdev_adjacent_change_commit +EXPORT_SYMBOL vmlinux 0x6eecfaf4 sg_copy_buffer +EXPORT_SYMBOL vmlinux 0x6f14e9db console_list_lock +EXPORT_SYMBOL vmlinux 0x6f19ebb1 amd_iommu_domain_set_gcr3 +EXPORT_SYMBOL vmlinux 0x6f34ec12 netdev_reset_tc +EXPORT_SYMBOL vmlinux 0x6f41a428 acpi_get_vendor_resource +EXPORT_SYMBOL vmlinux 0x6f4a59e4 sort_r +EXPORT_SYMBOL vmlinux 0x6f5ab52f acpi_get_local_address +EXPORT_SYMBOL vmlinux 0x6f5c6c74 dma_alloc_attrs +EXPORT_SYMBOL vmlinux 0x6f5fd024 I_BDEV +EXPORT_SYMBOL vmlinux 0x6f709c73 t10_pi_type3_ip +EXPORT_SYMBOL vmlinux 0x6f75a34f __genphy_config_aneg +EXPORT_SYMBOL vmlinux 0x6f9094bb __SCK__tp_func_mmap_lock_acquire_returned +EXPORT_SYMBOL vmlinux 0x6f915a45 dqstats +EXPORT_SYMBOL vmlinux 0x6fade5e7 migrate_vma_finalize +EXPORT_SYMBOL vmlinux 0x6fb49676 queue_rcu_work +EXPORT_SYMBOL vmlinux 0x6fbc6a00 radix_tree_insert +EXPORT_SYMBOL vmlinux 0x6fc8be74 iov_iter_gap_alignment +EXPORT_SYMBOL vmlinux 0x6fc9179a ilookup +EXPORT_SYMBOL vmlinux 0x6fcb87a1 touch_softlockup_watchdog +EXPORT_SYMBOL vmlinux 0x6fd4333b __SCK__tp_func_kmem_cache_free +EXPORT_SYMBOL vmlinux 0x6fd9c35a __clzdi2 +EXPORT_SYMBOL vmlinux 0x6fffcca2 dst_dev_put +EXPORT_SYMBOL vmlinux 0x70002fe8 siphash_1u32 +EXPORT_SYMBOL vmlinux 0x700e9094 copy_page_from_iter +EXPORT_SYMBOL vmlinux 0x70122515 phy_ethtool_set_link_ksettings +EXPORT_SYMBOL vmlinux 0x7012f056 lookup_one_unlocked +EXPORT_SYMBOL vmlinux 0x70150f6d skb_store_bits +EXPORT_SYMBOL vmlinux 0x7023054c pci_dev_driver +EXPORT_SYMBOL vmlinux 0x7023bea8 unregister_acpi_notifier +EXPORT_SYMBOL vmlinux 0x702946da ucs2_strlen +EXPORT_SYMBOL vmlinux 0x7030970c truncate_pagecache +EXPORT_SYMBOL vmlinux 0x703bf522 __page_frag_cache_drain +EXPORT_SYMBOL vmlinux 0x7040fff9 rtc_lock +EXPORT_SYMBOL vmlinux 0x7054a3e4 request_dma +EXPORT_SYMBOL vmlinux 0x7071da27 empty_aops +EXPORT_SYMBOL vmlinux 0x707742e0 fddi_type_trans +EXPORT_SYMBOL vmlinux 0x707f7126 edac_mc_find +EXPORT_SYMBOL vmlinux 0x70906914 d_obtain_root +EXPORT_SYMBOL vmlinux 0x7093f5f9 pnp_start_dev +EXPORT_SYMBOL vmlinux 0x70ad75fb radix_tree_lookup +EXPORT_SYMBOL vmlinux 0x70bb7de2 __x86_indirect_jump_thunk_rbp +EXPORT_SYMBOL vmlinux 0x70bc9f57 pnp_request_card_device +EXPORT_SYMBOL vmlinux 0x70c4c4c7 bioset_exit +EXPORT_SYMBOL vmlinux 0x70cf4ede d_splice_alias +EXPORT_SYMBOL vmlinux 0x70e8799b ip6tun_encaps +EXPORT_SYMBOL vmlinux 0x70f4f748 scsi_host_alloc +EXPORT_SYMBOL vmlinux 0x710056ac abort +EXPORT_SYMBOL vmlinux 0x71144b00 prepare_to_swait_event +EXPORT_SYMBOL vmlinux 0x7117a04a tcf_chain_get_by_act +EXPORT_SYMBOL vmlinux 0x71262119 remove_watch_from_object +EXPORT_SYMBOL vmlinux 0x7127f3c8 blk_finish_plug +EXPORT_SYMBOL vmlinux 0x7129e5f8 hex_asc +EXPORT_SYMBOL vmlinux 0x7134435d genphy_read_status_fixed +EXPORT_SYMBOL vmlinux 0x7159b1d4 key_alloc +EXPORT_SYMBOL vmlinux 0x715a5ed0 vprintk +EXPORT_SYMBOL vmlinux 0x71670ac9 tty_port_carrier_raised +EXPORT_SYMBOL vmlinux 0x7171121c overflowgid +EXPORT_SYMBOL vmlinux 0x718a4693 __SCT__tp_func_mmap_lock_start_locking +EXPORT_SYMBOL vmlinux 0x71925ed4 find_vma_intersection +EXPORT_SYMBOL vmlinux 0x7199f361 io_uring_get_socket +EXPORT_SYMBOL vmlinux 0x719bab33 __hw_addr_unsync_dev +EXPORT_SYMBOL vmlinux 0x71a672ef dmam_pool_destroy +EXPORT_SYMBOL vmlinux 0x71ac3471 bio_free_pages +EXPORT_SYMBOL vmlinux 0x71b174d4 dev_loopback_xmit +EXPORT_SYMBOL vmlinux 0x71bbb8ff backlight_force_update +EXPORT_SYMBOL vmlinux 0x71d6fba2 phy_init_hw +EXPORT_SYMBOL vmlinux 0x71d7be3e input_get_keycode +EXPORT_SYMBOL vmlinux 0x71dfc095 acpi_walk_resources +EXPORT_SYMBOL vmlinux 0x71e90da2 ndo_dflt_fdb_add +EXPORT_SYMBOL vmlinux 0x71f1fe5a remove_arg_zero +EXPORT_SYMBOL vmlinux 0x7207e882 blk_execute_rq +EXPORT_SYMBOL vmlinux 0x720a27a7 __register_blkdev +EXPORT_SYMBOL vmlinux 0x7226b979 fuse_dequeue_forget +EXPORT_SYMBOL vmlinux 0x72439ad5 nf_log_packet +EXPORT_SYMBOL vmlinux 0x7255d266 security_sock_rcv_skb +EXPORT_SYMBOL vmlinux 0x726bc3c7 wait_for_completion_killable_timeout +EXPORT_SYMBOL vmlinux 0x727d8196 cdev_add +EXPORT_SYMBOL vmlinux 0x72862d3d unpin_user_page_range_dirty_lock +EXPORT_SYMBOL vmlinux 0x72886f22 ipv6_find_hdr +EXPORT_SYMBOL vmlinux 0x72ab216a tcf_action_update_stats +EXPORT_SYMBOL vmlinux 0x72b0f035 __tracepoint_read_msr +EXPORT_SYMBOL vmlinux 0x72b243d4 free_dma +EXPORT_SYMBOL vmlinux 0x72b8ce29 md_reload_sb +EXPORT_SYMBOL vmlinux 0x72b9d287 default_grn +EXPORT_SYMBOL vmlinux 0x72c7d716 rtc_add_groups +EXPORT_SYMBOL vmlinux 0x72d79d83 pgdir_shift +EXPORT_SYMBOL vmlinux 0x72ea7b2d scsi_device_type +EXPORT_SYMBOL vmlinux 0x72f14ff7 acpi_get_object_info +EXPORT_SYMBOL vmlinux 0x72f81104 crypto_kdf108_ctr_generate +EXPORT_SYMBOL vmlinux 0x730bf52a dev_mc_del +EXPORT_SYMBOL vmlinux 0x730bfa11 d_move +EXPORT_SYMBOL vmlinux 0x7315a4e9 twl6030_mmc_card_detect_config +EXPORT_SYMBOL vmlinux 0x731c4a9c dma_fence_signal +EXPORT_SYMBOL vmlinux 0x732dd326 groups_free +EXPORT_SYMBOL vmlinux 0x73446de1 __neigh_set_probe_once +EXPORT_SYMBOL vmlinux 0x7350919d _copy_from_iter +EXPORT_SYMBOL vmlinux 0x735a0bd5 native_io_delay +EXPORT_SYMBOL vmlinux 0x735e6a81 acpi_evaluate_integer +EXPORT_SYMBOL vmlinux 0x73809a39 dev_mc_init +EXPORT_SYMBOL vmlinux 0x7380dffa argv_split +EXPORT_SYMBOL vmlinux 0x738b9bde dm_get_device +EXPORT_SYMBOL vmlinux 0x73abb180 alloc_contig_range +EXPORT_SYMBOL vmlinux 0x73b7d555 security_inode_listsecurity +EXPORT_SYMBOL vmlinux 0x73cc3e86 fs_context_for_submount +EXPORT_SYMBOL vmlinux 0x73dd54eb irq_fpu_usable +EXPORT_SYMBOL vmlinux 0x73e1eea5 touch_buffer +EXPORT_SYMBOL vmlinux 0x73e710bd devfreq_add_device +EXPORT_SYMBOL vmlinux 0x73eb4744 unregister_qdisc +EXPORT_SYMBOL vmlinux 0x73f9e2dd agp_enable +EXPORT_SYMBOL vmlinux 0x740a1b95 reserve_evntsel_nmi +EXPORT_SYMBOL vmlinux 0x7410aba2 strreplace +EXPORT_SYMBOL vmlinux 0x74119b96 deactivate_super +EXPORT_SYMBOL vmlinux 0x7412ed5b kvfree_sensitive +EXPORT_SYMBOL vmlinux 0x7413793a EISA_bus +EXPORT_SYMBOL vmlinux 0x7413b235 xfrm6_rcv_tnl +EXPORT_SYMBOL vmlinux 0x742329ac xsk_clear_tx_need_wakeup +EXPORT_SYMBOL vmlinux 0x74234b97 tcp_set_rcvlowat +EXPORT_SYMBOL vmlinux 0x742578a5 wait_for_random_bytes +EXPORT_SYMBOL vmlinux 0x74272d9d devm_free_irq +EXPORT_SYMBOL vmlinux 0x7429e20c kstrtos8 +EXPORT_SYMBOL vmlinux 0x7430b047 tso_start +EXPORT_SYMBOL vmlinux 0x743acc10 blk_queue_update_dma_alignment +EXPORT_SYMBOL vmlinux 0x74409674 fwnode_get_phy_id +EXPORT_SYMBOL vmlinux 0x744b07de filemap_flush +EXPORT_SYMBOL vmlinux 0x74507dc1 mmc_can_secure_erase_trim +EXPORT_SYMBOL vmlinux 0x7453d3e8 security_release_secctx +EXPORT_SYMBOL vmlinux 0x74569fa1 security_sock_graft +EXPORT_SYMBOL vmlinux 0x74582332 no_seek_end_llseek +EXPORT_SYMBOL vmlinux 0x74754435 acpi_bus_generate_netlink_event +EXPORT_SYMBOL vmlinux 0x7483dc59 pci_dev_present +EXPORT_SYMBOL vmlinux 0x74a1958e simple_statfs +EXPORT_SYMBOL vmlinux 0x74a637c1 scsi_host_put +EXPORT_SYMBOL vmlinux 0x74b8e674 slhc_toss +EXPORT_SYMBOL vmlinux 0x74c134b9 __sw_hweight32 +EXPORT_SYMBOL vmlinux 0x74c4ecfd vga_con +EXPORT_SYMBOL vmlinux 0x74c854e8 dquot_commit_info +EXPORT_SYMBOL vmlinux 0x74cbe9cf ip_sock_set_tos +EXPORT_SYMBOL vmlinux 0x74e3f1db devm_devfreq_register_opp_notifier +EXPORT_SYMBOL vmlinux 0x74e5ff1a udpv6_encap_enable +EXPORT_SYMBOL vmlinux 0x74ec7206 crypto_sha256_finup +EXPORT_SYMBOL vmlinux 0x74f59356 vlan_dev_vlan_proto +EXPORT_SYMBOL vmlinux 0x751de4f8 cpufreq_get_policy +EXPORT_SYMBOL vmlinux 0x752522f1 ipv6_chk_custom_prefix +EXPORT_SYMBOL vmlinux 0x7527ddc8 xfrm_state_update +EXPORT_SYMBOL vmlinux 0x752da960 vc_resize +EXPORT_SYMBOL vmlinux 0x752fa47d inet_proto_csum_replace4 +EXPORT_SYMBOL vmlinux 0x7530bb0c __SCT__tp_func_write_msr +EXPORT_SYMBOL vmlinux 0x7538b132 agp_off +EXPORT_SYMBOL vmlinux 0x7543e28b shrink_dcache_parent +EXPORT_SYMBOL vmlinux 0x75456686 mipi_dsi_dcs_set_tear_scanline +EXPORT_SYMBOL vmlinux 0x754d539c strlen +EXPORT_SYMBOL vmlinux 0x755f4ba3 blake2s_compress_generic +EXPORT_SYMBOL vmlinux 0x756ae7b7 unregister_fib_notifier +EXPORT_SYMBOL vmlinux 0x75710120 vm_event_states +EXPORT_SYMBOL vmlinux 0x75871f5e acpi_get_next_object +EXPORT_SYMBOL vmlinux 0x758e4bc9 vfs_fsync_range +EXPORT_SYMBOL vmlinux 0x75943e25 i8253_lock +EXPORT_SYMBOL vmlinux 0x75bda77a seq_hlist_next +EXPORT_SYMBOL vmlinux 0x75d0deb9 nsecs_to_jiffies64 +EXPORT_SYMBOL vmlinux 0x75d17143 __scm_send +EXPORT_SYMBOL vmlinux 0x75d499dd vmcore_add_device_dump +EXPORT_SYMBOL vmlinux 0x75f8a281 __netdev_notify_peers +EXPORT_SYMBOL vmlinux 0x75fb3e6b inode_init_once +EXPORT_SYMBOL vmlinux 0x76034607 qdisc_tree_reduce_backlog +EXPORT_SYMBOL vmlinux 0x760a0f4f yield +EXPORT_SYMBOL vmlinux 0x7618af39 hdmi_infoframe_check +EXPORT_SYMBOL vmlinux 0x7620beb8 phy_get_eee_err +EXPORT_SYMBOL vmlinux 0x7622bd6c __mdiobus_write +EXPORT_SYMBOL vmlinux 0x7624249e dim_park_tired +EXPORT_SYMBOL vmlinux 0x76327ebf pskb_expand_head +EXPORT_SYMBOL vmlinux 0x7647726c handle_sysrq +EXPORT_SYMBOL vmlinux 0x7648fbf8 md_wakeup_thread +EXPORT_SYMBOL vmlinux 0x765ff474 crc_t10dif_generic +EXPORT_SYMBOL vmlinux 0x7665cb88 blk_rq_map_kern +EXPORT_SYMBOL vmlinux 0x7669368c flow_rule_match_control +EXPORT_SYMBOL vmlinux 0x766a0927 mempool_alloc_pages +EXPORT_SYMBOL vmlinux 0x767dce4b acpi_disable_all_gpes +EXPORT_SYMBOL vmlinux 0x767ddb02 set_memory_wc +EXPORT_SYMBOL vmlinux 0x7682ba4e __copy_overflow +EXPORT_SYMBOL vmlinux 0x768d2340 md_error +EXPORT_SYMBOL vmlinux 0x76906e8b param_ops_bint +EXPORT_SYMBOL vmlinux 0x76948da4 devm_ioremap +EXPORT_SYMBOL vmlinux 0x769a5bfd sync_dirty_buffer +EXPORT_SYMBOL vmlinux 0x769f6e64 errseq_check +EXPORT_SYMBOL vmlinux 0x76bac47d dev_set_promiscuity +EXPORT_SYMBOL vmlinux 0x76d3cd60 laptop_mode +EXPORT_SYMBOL vmlinux 0x76d4a10c file_open_root +EXPORT_SYMBOL vmlinux 0x76d81bea sync_inode_metadata +EXPORT_SYMBOL vmlinux 0x76eaae0e freeze_super +EXPORT_SYMBOL vmlinux 0x76efc249 _atomic_dec_and_raw_lock_irqsave +EXPORT_SYMBOL vmlinux 0x76fb08a7 amd_iommu_unregister_ppr_notifier +EXPORT_SYMBOL vmlinux 0x771f502d mipi_dsi_dcs_get_display_brightness_large +EXPORT_SYMBOL vmlinux 0x771fe3d1 ip6_fraglist_init +EXPORT_SYMBOL vmlinux 0x772cb715 simple_transaction_set +EXPORT_SYMBOL vmlinux 0x7732159c free_irq_cpu_rmap +EXPORT_SYMBOL vmlinux 0x77358855 iomem_resource +EXPORT_SYMBOL vmlinux 0x773a639b vmf_insert_pfn +EXPORT_SYMBOL vmlinux 0x773fa409 __kfifo_dma_in_finish_r +EXPORT_SYMBOL vmlinux 0x77456e0a acpi_root_dir +EXPORT_SYMBOL vmlinux 0x774c1a65 mark_info_dirty +EXPORT_SYMBOL vmlinux 0x775fcbbc __sk_mem_schedule +EXPORT_SYMBOL vmlinux 0x77808ee5 dma_fence_chain_init +EXPORT_SYMBOL vmlinux 0x7787b175 pcie_ptm_enabled +EXPORT_SYMBOL vmlinux 0x77a03d4d __skb_checksum_complete +EXPORT_SYMBOL vmlinux 0x77a0fb09 netlink_ack +EXPORT_SYMBOL vmlinux 0x77bc13a0 strim +EXPORT_SYMBOL vmlinux 0x77cb8367 dev_get_by_name_rcu +EXPORT_SYMBOL vmlinux 0x77dbb513 inet_del_protocol +EXPORT_SYMBOL vmlinux 0x77e9eb37 aes_encrypt +EXPORT_SYMBOL vmlinux 0x77f3f3b4 nosteal_pipe_buf_ops +EXPORT_SYMBOL vmlinux 0x77f6b36e pci_enable_device_io +EXPORT_SYMBOL vmlinux 0x77faa0ec generic_cont_expand_simple +EXPORT_SYMBOL vmlinux 0x7807f0f8 schedule_timeout_idle +EXPORT_SYMBOL vmlinux 0x78119649 pci_clear_mwi +EXPORT_SYMBOL vmlinux 0x781b6a2a set_create_files_as +EXPORT_SYMBOL vmlinux 0x781c0007 page_cache_prev_miss +EXPORT_SYMBOL vmlinux 0x78276288 xfrm_state_unregister_afinfo +EXPORT_SYMBOL vmlinux 0x78308a03 nf_log_register +EXPORT_SYMBOL vmlinux 0x7846af3e __kfifo_len_r +EXPORT_SYMBOL vmlinux 0x784f1fe0 tcp_get_md5sig_pool +EXPORT_SYMBOL vmlinux 0x786aa07c send_sig_info +EXPORT_SYMBOL vmlinux 0x787813a5 inet_addr_type_table +EXPORT_SYMBOL vmlinux 0x787d7013 param_ops_dyndbg_classes +EXPORT_SYMBOL vmlinux 0x78831ab3 pcie_get_speed_cap +EXPORT_SYMBOL vmlinux 0x78880ac0 scsi_host_busy +EXPORT_SYMBOL vmlinux 0x7889a076 devfreq_resume_device +EXPORT_SYMBOL vmlinux 0x789386e0 dev_mc_add_global +EXPORT_SYMBOL vmlinux 0x78a1155b nla_put_nohdr +EXPORT_SYMBOL vmlinux 0x78a16f48 aes_decrypt +EXPORT_SYMBOL vmlinux 0x78ab0be8 param_get_byte +EXPORT_SYMBOL vmlinux 0x78b54509 kfree_skb_list_reason +EXPORT_SYMBOL vmlinux 0x78b887ed vsprintf +EXPORT_SYMBOL vmlinux 0x78cb497f nvdimm_bus_lock +EXPORT_SYMBOL vmlinux 0x78cbeee3 debugfs_create_automount +EXPORT_SYMBOL vmlinux 0x78df6bd7 no_pci_devices +EXPORT_SYMBOL vmlinux 0x78f78ebb softnet_data +EXPORT_SYMBOL vmlinux 0x7910cd21 skb_set_owner_w +EXPORT_SYMBOL vmlinux 0x791d2dc0 ps2_init +EXPORT_SYMBOL vmlinux 0x793fcd8f jbd2_journal_extend +EXPORT_SYMBOL vmlinux 0x7942a90b rtnl_offload_xstats_notify +EXPORT_SYMBOL vmlinux 0x795b39e3 seg6_hmac_info_lookup +EXPORT_SYMBOL vmlinux 0x7984eefc key_update +EXPORT_SYMBOL vmlinux 0x799d7ef1 fb_pan_display +EXPORT_SYMBOL vmlinux 0x79a33f85 vme_get_size +EXPORT_SYMBOL vmlinux 0x79b29fe6 d_invalidate +EXPORT_SYMBOL vmlinux 0x79b83571 tcp_sock_set_keepintvl +EXPORT_SYMBOL vmlinux 0x79c8314f gnet_stats_copy_queue +EXPORT_SYMBOL vmlinux 0x79d9fc3e kmem_cache_shrink +EXPORT_SYMBOL vmlinux 0x79de518e sockfd_lookup +EXPORT_SYMBOL vmlinux 0x79df9633 ioremap_encrypted +EXPORT_SYMBOL vmlinux 0x79f52efd tcf_idr_check_alloc +EXPORT_SYMBOL vmlinux 0x79ff13ef ppp_input_error +EXPORT_SYMBOL vmlinux 0x7a077cdf in_dev_finish_destroy +EXPORT_SYMBOL vmlinux 0x7a0df242 tcp_recv_skb +EXPORT_SYMBOL vmlinux 0x7a1bcd59 gf128mul_x8_ble +EXPORT_SYMBOL vmlinux 0x7a1fce13 dev_mc_add +EXPORT_SYMBOL vmlinux 0x7a2539ab from_kuid +EXPORT_SYMBOL vmlinux 0x7a2ff57e security_current_getsecid_subj +EXPORT_SYMBOL vmlinux 0x7a4c22fc sockopt_lock_sock +EXPORT_SYMBOL vmlinux 0x7a53a06d flow_indr_dev_exists +EXPORT_SYMBOL vmlinux 0x7a55e03b netif_tx_lock +EXPORT_SYMBOL vmlinux 0x7a88da87 iosf_mbi_write +EXPORT_SYMBOL vmlinux 0x7a95e5ae do_settimeofday64 +EXPORT_SYMBOL vmlinux 0x7a97533d dquot_acquire +EXPORT_SYMBOL vmlinux 0x7a985e89 tcp_sock_set_user_timeout +EXPORT_SYMBOL vmlinux 0x7a9e6a42 dma_async_device_register +EXPORT_SYMBOL vmlinux 0x7aa1756e kvfree +EXPORT_SYMBOL vmlinux 0x7ad050b9 qid_lt +EXPORT_SYMBOL vmlinux 0x7ad68d44 dev_uc_init +EXPORT_SYMBOL vmlinux 0x7ad9bfbc mmc_card_is_blockaddr +EXPORT_SYMBOL vmlinux 0x7adc0fbf rb_replace_node_rcu +EXPORT_SYMBOL vmlinux 0x7aee47c6 xfrm_unregister_type_offload +EXPORT_SYMBOL vmlinux 0x7aff77a3 __cpu_present_mask +EXPORT_SYMBOL vmlinux 0x7b0d045c proc_create_data +EXPORT_SYMBOL vmlinux 0x7b0f1d0a mtree_store +EXPORT_SYMBOL vmlinux 0x7b16eca9 kfree_skb_partial +EXPORT_SYMBOL vmlinux 0x7b18bf17 kmalloc_caches +EXPORT_SYMBOL vmlinux 0x7b1b1b13 flow_rule_match_vlan +EXPORT_SYMBOL vmlinux 0x7b28b9aa pci_release_region +EXPORT_SYMBOL vmlinux 0x7b2e7051 rproc_da_to_va +EXPORT_SYMBOL vmlinux 0x7b37d4a7 _find_first_zero_bit +EXPORT_SYMBOL vmlinux 0x7b3e6874 poll_freewait +EXPORT_SYMBOL vmlinux 0x7b41ad0b xfrm_spd_getinfo +EXPORT_SYMBOL vmlinux 0x7b4d12f8 xfrm4_protocol_register +EXPORT_SYMBOL vmlinux 0x7b4da6ff __init_rwsem +EXPORT_SYMBOL vmlinux 0x7b5b8f31 sha256_update +EXPORT_SYMBOL vmlinux 0x7b63656a dcbnl_ieee_notify +EXPORT_SYMBOL vmlinux 0x7b66c793 path_get +EXPORT_SYMBOL vmlinux 0x7b82b9a1 idr_replace +EXPORT_SYMBOL vmlinux 0x7b842d7d vme_slot_num +EXPORT_SYMBOL vmlinux 0x7b84358f bdi_unregister +EXPORT_SYMBOL vmlinux 0x7bab95b2 rps_may_expire_flow +EXPORT_SYMBOL vmlinux 0x7bb0fd1b tcp_sock_set_cork +EXPORT_SYMBOL vmlinux 0x7bb50b88 acpi_write +EXPORT_SYMBOL vmlinux 0x7bbccd05 nr_node_ids +EXPORT_SYMBOL vmlinux 0x7bc1949b xfrm_state_lookup_byspi +EXPORT_SYMBOL vmlinux 0x7bd47199 rt_dst_alloc +EXPORT_SYMBOL vmlinux 0x7bdfda21 tcp_ld_RTO_revert +EXPORT_SYMBOL vmlinux 0x7be402b4 pci_enable_device_mem +EXPORT_SYMBOL vmlinux 0x7bf7d206 elv_rb_add +EXPORT_SYMBOL vmlinux 0x7bf7d994 dma_sync_single_for_cpu +EXPORT_SYMBOL vmlinux 0x7bfecebc dquot_initialize_needed +EXPORT_SYMBOL vmlinux 0x7c0d1956 netdev_printk +EXPORT_SYMBOL vmlinux 0x7c0f36f2 forget_cached_acl +EXPORT_SYMBOL vmlinux 0x7c0f3deb __dquot_transfer +EXPORT_SYMBOL vmlinux 0x7c1333a0 xfrm_state_walk +EXPORT_SYMBOL vmlinux 0x7c14a2c3 netif_stacked_transfer_operstate +EXPORT_SYMBOL vmlinux 0x7c173634 __bitmap_complement +EXPORT_SYMBOL vmlinux 0x7c197bad pcie_capability_read_dword +EXPORT_SYMBOL vmlinux 0x7c46233a cpufreq_quick_get +EXPORT_SYMBOL vmlinux 0x7c4880c0 fscrypt_decrypt_pagecache_blocks +EXPORT_SYMBOL vmlinux 0x7c5aa8f8 task_work_add +EXPORT_SYMBOL vmlinux 0x7c5ad757 __mark_inode_dirty +EXPORT_SYMBOL vmlinux 0x7c73ec46 netdev_core_stats_alloc +EXPORT_SYMBOL vmlinux 0x7c8da8e1 napi_build_skb +EXPORT_SYMBOL vmlinux 0x7ca85bed pps_event +EXPORT_SYMBOL vmlinux 0x7cb8b9e6 bdev_start_io_acct +EXPORT_SYMBOL vmlinux 0x7cbb6d8b dev_deactivate +EXPORT_SYMBOL vmlinux 0x7cd3ddac poll_initwait +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 0x7cfa99e1 jbd2_journal_lock_updates +EXPORT_SYMBOL vmlinux 0x7cfc92f9 mipi_dsi_device_unregister +EXPORT_SYMBOL vmlinux 0x7cfe368d net_dim_get_def_tx_moderation +EXPORT_SYMBOL vmlinux 0x7d02bb24 dev_addr_add +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 0x7d186fe0 unpin_user_page +EXPORT_SYMBOL vmlinux 0x7d27e504 dm_shift_arg +EXPORT_SYMBOL vmlinux 0x7d344eda configfs_unregister_group +EXPORT_SYMBOL vmlinux 0x7d4b176a netlbl_catmap_setbit +EXPORT_SYMBOL vmlinux 0x7d5d67f7 dm_table_get_mode +EXPORT_SYMBOL vmlinux 0x7d5e1008 __crc32c_le_shift +EXPORT_SYMBOL vmlinux 0x7d5efef1 pv_ops +EXPORT_SYMBOL vmlinux 0x7d628444 memcpy_fromio +EXPORT_SYMBOL vmlinux 0x7d6b4857 block_truncate_page +EXPORT_SYMBOL vmlinux 0x7d74d522 kstrtoull_from_user +EXPORT_SYMBOL vmlinux 0x7d855485 dquot_alloc +EXPORT_SYMBOL vmlinux 0x7dac583e pci_rebar_get_possible_sizes +EXPORT_SYMBOL vmlinux 0x7daece67 quota_send_warning +EXPORT_SYMBOL vmlinux 0x7db7aa6a jbd2__journal_restart +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 0x7de6227a vfs_fsync +EXPORT_SYMBOL vmlinux 0x7e0b255f hdmi_audio_infoframe_pack_for_dp +EXPORT_SYMBOL vmlinux 0x7e0d5399 tcp_prot +EXPORT_SYMBOL vmlinux 0x7e1475fb is_acpi_device_node +EXPORT_SYMBOL vmlinux 0x7e20511c lease_modify +EXPORT_SYMBOL vmlinux 0x7e25286e security_old_inode_init_security +EXPORT_SYMBOL vmlinux 0x7e3191f6 try_to_del_timer_sync +EXPORT_SYMBOL vmlinux 0x7e4e1cd4 security_inode_invalidate_secctx +EXPORT_SYMBOL vmlinux 0x7e5c9cbd migrate_device_finalize +EXPORT_SYMBOL vmlinux 0x7e7bcf26 acpi_map_cpu +EXPORT_SYMBOL vmlinux 0x7e857373 nd_btt_version +EXPORT_SYMBOL vmlinux 0x7e92008f blk_queue_logical_block_size +EXPORT_SYMBOL vmlinux 0x7ea46698 input_release_device +EXPORT_SYMBOL vmlinux 0x7ead27e1 __tracepoint_rdpmc +EXPORT_SYMBOL vmlinux 0x7eb3f53f eth_type_trans +EXPORT_SYMBOL vmlinux 0x7ec450f7 ip_defrag +EXPORT_SYMBOL vmlinux 0x7ec602bf ptp_find_pin +EXPORT_SYMBOL vmlinux 0x7ec619d3 blk_mq_run_hw_queue +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 0x7f1e6822 pci_find_capability +EXPORT_SYMBOL vmlinux 0x7f24de73 jiffies_to_usecs +EXPORT_SYMBOL vmlinux 0x7f3dff0a crypto_kdf108_setkey +EXPORT_SYMBOL vmlinux 0x7f4b4ffd blk_mq_start_request +EXPORT_SYMBOL vmlinux 0x7f52071a net_dim +EXPORT_SYMBOL vmlinux 0x7f62eaa4 sgl_free +EXPORT_SYMBOL vmlinux 0x7f7f7bb4 irq_poll_disable +EXPORT_SYMBOL vmlinux 0x7f82e22f i2c_verify_adapter +EXPORT_SYMBOL vmlinux 0x7f86d2cb pci_get_slot +EXPORT_SYMBOL vmlinux 0x7fa6bcdb pipe_unlock +EXPORT_SYMBOL vmlinux 0x7fad40c5 scsi_report_device_reset +EXPORT_SYMBOL vmlinux 0x7fd61b94 tcf_qevent_handle +EXPORT_SYMBOL vmlinux 0x7fe32873 rb_replace_node +EXPORT_SYMBOL vmlinux 0x7fe505c0 pci_stop_and_remove_bus_device +EXPORT_SYMBOL vmlinux 0x800bf86b ps2_sendbyte +EXPORT_SYMBOL vmlinux 0x802dbf4a dquot_get_next_dqblk +EXPORT_SYMBOL vmlinux 0x802e0cc3 vme_register_bridge +EXPORT_SYMBOL vmlinux 0x803ddbb6 __posix_acl_create +EXPORT_SYMBOL vmlinux 0x804af87c wrmsr_safe_on_cpu +EXPORT_SYMBOL vmlinux 0x8068b111 sb_set_blocksize +EXPORT_SYMBOL vmlinux 0x80762048 _atomic_dec_and_raw_lock +EXPORT_SYMBOL vmlinux 0x8076f06a inet6_unregister_protosw +EXPORT_SYMBOL vmlinux 0x807ac92c pci_free_host_bridge +EXPORT_SYMBOL vmlinux 0x80816f26 get_user_ifreq +EXPORT_SYMBOL vmlinux 0x808317ac config_group_init +EXPORT_SYMBOL vmlinux 0x80879308 tty_port_block_til_ready +EXPORT_SYMBOL vmlinux 0x808a32c5 arch_debugfs_dir +EXPORT_SYMBOL vmlinux 0x809712ff hdmi_avi_infoframe_pack +EXPORT_SYMBOL vmlinux 0x80a5f213 __insert_inode_hash +EXPORT_SYMBOL vmlinux 0x80a717a8 __percpu_counter_compare +EXPORT_SYMBOL vmlinux 0x80ab2b72 backlight_device_get_by_name +EXPORT_SYMBOL vmlinux 0x80bff7a3 flow_rule_match_ip +EXPORT_SYMBOL vmlinux 0x80c7e66e pcpu_hot +EXPORT_SYMBOL vmlinux 0x80ca5026 _bin2bcd +EXPORT_SYMBOL vmlinux 0x80d68d3e fb_register_client +EXPORT_SYMBOL vmlinux 0x80e5f86f fscrypt_fname_alloc_buffer +EXPORT_SYMBOL vmlinux 0x80fa3e5f wake_up_process +EXPORT_SYMBOL vmlinux 0x81070730 mmc_gpio_set_cd_wake +EXPORT_SYMBOL vmlinux 0x810e6ec6 security_sk_clone +EXPORT_SYMBOL vmlinux 0x8112b3d2 scsi_build_sense_buffer +EXPORT_SYMBOL vmlinux 0x81188c30 match_string +EXPORT_SYMBOL vmlinux 0x8119ad3d uart_register_driver +EXPORT_SYMBOL vmlinux 0x811aa335 generic_file_open +EXPORT_SYMBOL vmlinux 0x8125ff72 acpi_dev_get_next_match_dev +EXPORT_SYMBOL vmlinux 0x81407665 udp_lib_getsockopt +EXPORT_SYMBOL vmlinux 0x8144c6b3 get_watch_queue +EXPORT_SYMBOL vmlinux 0x8146f2c6 ipv6_getsockopt +EXPORT_SYMBOL vmlinux 0x81533963 sysfs_format_mac +EXPORT_SYMBOL vmlinux 0x815b5dd4 match_octal +EXPORT_SYMBOL vmlinux 0x815f2897 empty_zero_page +EXPORT_SYMBOL vmlinux 0x8161786b input_copy_abs +EXPORT_SYMBOL vmlinux 0x8161e5fc max8998_write_reg +EXPORT_SYMBOL vmlinux 0x816347c6 agp_device_command +EXPORT_SYMBOL vmlinux 0x818416e1 scsi_set_sense_information +EXPORT_SYMBOL vmlinux 0x819f0937 pmem_should_map_pages +EXPORT_SYMBOL vmlinux 0x81a1eb59 utf8_unload +EXPORT_SYMBOL vmlinux 0x81ac5e33 trace_print_hex_dump_seq +EXPORT_SYMBOL vmlinux 0x81b420cc generic_setlease +EXPORT_SYMBOL vmlinux 0x81ce9941 intel_scu_ipc_dev_writev +EXPORT_SYMBOL vmlinux 0x81db6ebb xz_dec_reset +EXPORT_SYMBOL vmlinux 0x81e4a869 free_cgroup_ns +EXPORT_SYMBOL vmlinux 0x81e6b37f dmi_get_system_info +EXPORT_SYMBOL vmlinux 0x821d2862 md_write_inc +EXPORT_SYMBOL vmlinux 0x82315b0a phy_ethtool_ksettings_get +EXPORT_SYMBOL vmlinux 0x8233f5ef vme_slave_request +EXPORT_SYMBOL vmlinux 0x8235fb20 pci_disable_msi +EXPORT_SYMBOL vmlinux 0x823c19ea iosf_mbi_unregister_pmic_bus_access_notifier_unlocked +EXPORT_SYMBOL vmlinux 0x82577f90 xfrm4_rcv +EXPORT_SYMBOL vmlinux 0x825971ad phy_mipi_dphy_get_default_config_for_hsclk +EXPORT_SYMBOL vmlinux 0x8263a6d9 proc_douintvec +EXPORT_SYMBOL vmlinux 0x8265bbde param_set_bint +EXPORT_SYMBOL vmlinux 0x828d8f27 netdev_notify_peers +EXPORT_SYMBOL vmlinux 0x82917546 max8925_set_bits +EXPORT_SYMBOL vmlinux 0x82b3e07b jbd2_fc_get_buf +EXPORT_SYMBOL vmlinux 0x82b7a1de pci_find_next_bus +EXPORT_SYMBOL vmlinux 0x82be586e regset_get_alloc +EXPORT_SYMBOL vmlinux 0x82c87ad5 nr_online_nodes +EXPORT_SYMBOL vmlinux 0x82ccb10b vfs_iocb_iter_read +EXPORT_SYMBOL vmlinux 0x82cf4aa3 udp_prot +EXPORT_SYMBOL vmlinux 0x82d12c0d register_md_cluster_operations +EXPORT_SYMBOL vmlinux 0x82d496d2 neigh_sysctl_unregister +EXPORT_SYMBOL vmlinux 0x82ee90dc timer_delete_sync +EXPORT_SYMBOL vmlinux 0x830ac336 input_get_timestamp +EXPORT_SYMBOL vmlinux 0x8315ed3b sock_no_sendpage +EXPORT_SYMBOL vmlinux 0x8319ce26 param_ops_charp +EXPORT_SYMBOL vmlinux 0x831b6644 genphy_check_and_restart_aneg +EXPORT_SYMBOL vmlinux 0x832fa60f blk_queue_update_dma_pad +EXPORT_SYMBOL vmlinux 0x833ab9de mmc_release_host +EXPORT_SYMBOL vmlinux 0x834d9b84 blkdev_issue_secure_erase +EXPORT_SYMBOL vmlinux 0x83581089 gf128mul_init_4k_lle +EXPORT_SYMBOL vmlinux 0x8370bf8f set_security_override +EXPORT_SYMBOL vmlinux 0x83712fa7 get_unmapped_area +EXPORT_SYMBOL vmlinux 0x837659b0 simple_open +EXPORT_SYMBOL vmlinux 0x83793aa4 generic_set_encrypted_ci_d_ops +EXPORT_SYMBOL vmlinux 0x838d2bc8 siphash_3u32 +EXPORT_SYMBOL vmlinux 0x83a03331 dev_get_by_name +EXPORT_SYMBOL vmlinux 0x83a4f897 __dev_direct_xmit +EXPORT_SYMBOL vmlinux 0x83a7cb07 input_free_device +EXPORT_SYMBOL vmlinux 0x83ac4411 clk_bulk_get +EXPORT_SYMBOL vmlinux 0x83b6b6ff sock_rfree +EXPORT_SYMBOL vmlinux 0x83de7763 phy_resume +EXPORT_SYMBOL vmlinux 0x83e05a30 mmc_register_driver +EXPORT_SYMBOL vmlinux 0x8423a0dd mmc_gpio_get_cd +EXPORT_SYMBOL vmlinux 0x8427cc7b _raw_spin_lock_irq +EXPORT_SYMBOL vmlinux 0x842c8e9d ioread16 +EXPORT_SYMBOL vmlinux 0x8439169c serio_close +EXPORT_SYMBOL vmlinux 0x844370a9 vmf_insert_pfn_prot +EXPORT_SYMBOL vmlinux 0x8455e3a7 dma_fence_signal_timestamp_locked +EXPORT_SYMBOL vmlinux 0x845c9ff0 kill_anon_super +EXPORT_SYMBOL vmlinux 0x847ce6cb mt_find_after +EXPORT_SYMBOL vmlinux 0x84823cf3 nla_strscpy +EXPORT_SYMBOL vmlinux 0x848d372e iowrite8 +EXPORT_SYMBOL vmlinux 0x84914079 __kfifo_dma_out_prepare +EXPORT_SYMBOL vmlinux 0x84a0ca4d bitmap_zalloc_node +EXPORT_SYMBOL vmlinux 0x84c0c4c0 __i2c_smbus_xfer +EXPORT_SYMBOL vmlinux 0x84c1c552 proc_dointvec_ms_jiffies +EXPORT_SYMBOL vmlinux 0x84cec872 ww_mutex_lock_interruptible +EXPORT_SYMBOL vmlinux 0x84e16da1 arp_xmit +EXPORT_SYMBOL vmlinux 0x84fb18e2 sock_cmsg_send +EXPORT_SYMBOL vmlinux 0x85052143 dev_add_pack +EXPORT_SYMBOL vmlinux 0x8506e7e2 __tracepoint_mmap_lock_start_locking +EXPORT_SYMBOL vmlinux 0x8518a4a6 _raw_spin_trylock_bh +EXPORT_SYMBOL vmlinux 0x8522d6bc strncpy_from_user +EXPORT_SYMBOL vmlinux 0x8526bec9 sg_alloc_table_from_pages_segment +EXPORT_SYMBOL vmlinux 0x8530e523 setattr_should_drop_suidgid +EXPORT_SYMBOL vmlinux 0x853f49ff tcf_action_update_hw_stats +EXPORT_SYMBOL vmlinux 0x85411563 folio_end_writeback +EXPORT_SYMBOL vmlinux 0x854f4d93 mdiobus_get_phy +EXPORT_SYMBOL vmlinux 0x85670f1d rtnl_is_locked +EXPORT_SYMBOL vmlinux 0x857dcbdb tcf_exts_destroy +EXPORT_SYMBOL vmlinux 0x8591d7d5 ledtrig_mtd_activity +EXPORT_SYMBOL vmlinux 0x85953aa1 block_read_full_folio +EXPORT_SYMBOL vmlinux 0x859d984f genphy_suspend +EXPORT_SYMBOL vmlinux 0x85aacf0b nf_log_set +EXPORT_SYMBOL vmlinux 0x85b5e625 rfkill_set_states +EXPORT_SYMBOL vmlinux 0x85bd1608 __request_region +EXPORT_SYMBOL vmlinux 0x85cb4f2b flow_block_cb_incref +EXPORT_SYMBOL vmlinux 0x85d4c2a7 ip_frag_init +EXPORT_SYMBOL vmlinux 0x85df9b6c strsep +EXPORT_SYMBOL vmlinux 0x85efc7e0 zero_pfn +EXPORT_SYMBOL vmlinux 0x86062ea5 vlan_for_each +EXPORT_SYMBOL vmlinux 0x8607b7b2 param_set_ullong +EXPORT_SYMBOL vmlinux 0x86290f60 file_path +EXPORT_SYMBOL vmlinux 0x862c8035 bitmap_alloc_node +EXPORT_SYMBOL vmlinux 0x863a276a color_table +EXPORT_SYMBOL vmlinux 0x8646b73c security_sctp_bind_connect +EXPORT_SYMBOL vmlinux 0x86624f39 pci_bus_write_config_word +EXPORT_SYMBOL vmlinux 0x866a62b2 gnet_stats_basic_sync_init +EXPORT_SYMBOL vmlinux 0x867af358 kernel_accept +EXPORT_SYMBOL vmlinux 0x868acba5 get_options +EXPORT_SYMBOL vmlinux 0x86a5b38f d_hash_and_lookup +EXPORT_SYMBOL vmlinux 0x86c7272b iosf_mbi_read +EXPORT_SYMBOL vmlinux 0x86cf4f0e tcf_action_exec +EXPORT_SYMBOL vmlinux 0x86d52ba5 lookup_constant +EXPORT_SYMBOL vmlinux 0x86dac035 put_fs_context +EXPORT_SYMBOL vmlinux 0x86dd708d tc_skb_ext_tc_enable +EXPORT_SYMBOL vmlinux 0x86e1b259 __put_cred +EXPORT_SYMBOL vmlinux 0x86eb7dc3 dev_uc_add_excl +EXPORT_SYMBOL vmlinux 0x86f27420 iosf_mbi_block_punit_i2c_access +EXPORT_SYMBOL vmlinux 0x86f9c3dc try_to_writeback_inodes_sb +EXPORT_SYMBOL vmlinux 0x86fb9b05 bitmap_parse_user +EXPORT_SYMBOL vmlinux 0x871b0bca pci_free_irq_vectors +EXPORT_SYMBOL vmlinux 0x872f45ca __vfs_getxattr +EXPORT_SYMBOL vmlinux 0x873660c8 d_add +EXPORT_SYMBOL vmlinux 0x87569136 ipmi_platform_add +EXPORT_SYMBOL vmlinux 0x8761c87b rps_needed +EXPORT_SYMBOL vmlinux 0x87706d4e __put_user_nocheck_8 +EXPORT_SYMBOL vmlinux 0x8775852f xsk_tx_release +EXPORT_SYMBOL vmlinux 0x87809aeb put_user_ifreq +EXPORT_SYMBOL vmlinux 0x87865c40 scsi_device_get +EXPORT_SYMBOL vmlinux 0x87a21cb3 __ubsan_handle_out_of_bounds +EXPORT_SYMBOL vmlinux 0x87ac5fa4 udp_ioctl +EXPORT_SYMBOL vmlinux 0x87b5749c phy_advertise_supported +EXPORT_SYMBOL vmlinux 0x87c0b52c flow_rule_match_basic +EXPORT_SYMBOL vmlinux 0x87d034d4 iptun_encaps +EXPORT_SYMBOL vmlinux 0x87db982b trace_raw_output_prep +EXPORT_SYMBOL vmlinux 0x87dfa264 copy_page_from_iter_atomic +EXPORT_SYMBOL vmlinux 0x87e1f932 genphy_read_status +EXPORT_SYMBOL vmlinux 0x87ef4545 ppp_register_channel +EXPORT_SYMBOL vmlinux 0x87f092e4 tcf_idr_cleanup +EXPORT_SYMBOL vmlinux 0x8810754a _find_first_bit +EXPORT_SYMBOL vmlinux 0x881bad5e phy_mipi_dphy_config_validate +EXPORT_SYMBOL vmlinux 0x881c4413 gen_pool_first_fit +EXPORT_SYMBOL vmlinux 0x8823ef75 intel_gmch_gtt_insert_page +EXPORT_SYMBOL vmlinux 0x88384397 xfrm_input_unregister_afinfo +EXPORT_SYMBOL vmlinux 0x8839409b scsi_unblock_requests +EXPORT_SYMBOL vmlinux 0x8840a5bb agp_generic_alloc_pages +EXPORT_SYMBOL vmlinux 0x885bf9bf xfrm_policy_insert +EXPORT_SYMBOL vmlinux 0x8871cf8b seg6_hmac_net_exit +EXPORT_SYMBOL vmlinux 0x887e59ab con_is_visible +EXPORT_SYMBOL vmlinux 0x88806cad serio_bus +EXPORT_SYMBOL vmlinux 0x88822d38 unregister_blocking_lsm_notifier +EXPORT_SYMBOL vmlinux 0x8882eb50 set_page_dirty +EXPORT_SYMBOL vmlinux 0x8888f1fe xxh32 +EXPORT_SYMBOL vmlinux 0x889b1370 _raw_read_trylock +EXPORT_SYMBOL vmlinux 0x889d11c3 scsi_vpd_lun_id +EXPORT_SYMBOL vmlinux 0x88acb285 blk_queue_max_segments +EXPORT_SYMBOL vmlinux 0x88be7051 inet_add_protocol +EXPORT_SYMBOL vmlinux 0x88c9873d blk_queue_max_segment_size +EXPORT_SYMBOL vmlinux 0x88db9f48 __check_object_size +EXPORT_SYMBOL vmlinux 0x88e1d0f0 page_frag_free +EXPORT_SYMBOL vmlinux 0x88eb1565 phy_ethtool_get_strings +EXPORT_SYMBOL vmlinux 0x88f513a0 mark_page_accessed +EXPORT_SYMBOL vmlinux 0x89044c22 skb_kill_datagram +EXPORT_SYMBOL vmlinux 0x890fc3eb phy_ethtool_get_sset_count +EXPORT_SYMBOL vmlinux 0x891dbb8f sgl_free_order +EXPORT_SYMBOL vmlinux 0x893368a8 devm_extcon_unregister_notifier_all +EXPORT_SYMBOL vmlinux 0x89352462 zero_fill_bio +EXPORT_SYMBOL vmlinux 0x893dabe7 fscrypt_has_permitted_context +EXPORT_SYMBOL vmlinux 0x89434b4b radix_tree_tag_clear +EXPORT_SYMBOL vmlinux 0x89452ab2 rproc_coredump_add_segment +EXPORT_SYMBOL vmlinux 0x89494c37 genphy_resume +EXPORT_SYMBOL vmlinux 0x895c85b3 forget_all_cached_acls +EXPORT_SYMBOL vmlinux 0x8967b72b blk_mq_init_queue +EXPORT_SYMBOL vmlinux 0x89940875 mutex_lock_interruptible +EXPORT_SYMBOL vmlinux 0x899620bf nf_hook_slow_list +EXPORT_SYMBOL vmlinux 0x89a5038b vme_irq_request +EXPORT_SYMBOL vmlinux 0x89ac4387 udp_gro_complete +EXPORT_SYMBOL vmlinux 0x89b622dd init_special_inode +EXPORT_SYMBOL vmlinux 0x89cf48cd napi_get_frags +EXPORT_SYMBOL vmlinux 0x89dbc0cb __generic_file_write_iter +EXPORT_SYMBOL vmlinux 0x89ee796c genphy_write_mmd_unsupported +EXPORT_SYMBOL vmlinux 0x8a098952 clocksource_unregister +EXPORT_SYMBOL vmlinux 0x8a2b81f6 skb_free_datagram +EXPORT_SYMBOL vmlinux 0x8a2e0b31 register_quota_format +EXPORT_SYMBOL vmlinux 0x8a35622c __nla_reserve +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 0x8a4c13cc xfrm_init_replay +EXPORT_SYMBOL vmlinux 0x8a4cebbd fs_param_is_s32 +EXPORT_SYMBOL vmlinux 0x8a54670a __x86_indirect_jump_thunk_r14 +EXPORT_SYMBOL vmlinux 0x8a661e9f sk_page_frag_refill +EXPORT_SYMBOL vmlinux 0x8a6c7139 acpi_mask_gpe +EXPORT_SYMBOL vmlinux 0x8a7094ba vm_brk_flags +EXPORT_SYMBOL vmlinux 0x8a7d1c31 high_memory +EXPORT_SYMBOL vmlinux 0x8a858227 vmf_insert_mixed +EXPORT_SYMBOL vmlinux 0x8a99a016 mempool_free_slab +EXPORT_SYMBOL vmlinux 0x8aab2e83 xfrm_policy_walk +EXPORT_SYMBOL vmlinux 0x8abf4cc4 sock_common_setsockopt +EXPORT_SYMBOL vmlinux 0x8ac16ae0 security_path_mknod +EXPORT_SYMBOL vmlinux 0x8ac3334b net_dim_get_def_rx_moderation +EXPORT_SYMBOL vmlinux 0x8ac4c7ce scsi_report_opcode +EXPORT_SYMBOL vmlinux 0x8acd025e register_mii_tstamp_controller +EXPORT_SYMBOL vmlinux 0x8ad12382 ps2_handle_ack +EXPORT_SYMBOL vmlinux 0x8addb1f1 __traceiter_mmap_lock_start_locking +EXPORT_SYMBOL vmlinux 0x8af3aa42 scsi_print_command +EXPORT_SYMBOL vmlinux 0x8b0088d1 LZ4_decompress_safe_usingDict +EXPORT_SYMBOL vmlinux 0x8b0b98f7 sk_stream_wait_connect +EXPORT_SYMBOL vmlinux 0x8b3157cc _dev_printk +EXPORT_SYMBOL vmlinux 0x8b571df5 fwnode_graph_parse_endpoint +EXPORT_SYMBOL vmlinux 0x8b5bf46c xfrm_policy_flush +EXPORT_SYMBOL vmlinux 0x8b618d08 overflowuid +EXPORT_SYMBOL vmlinux 0x8b8059bd in_group_p +EXPORT_SYMBOL vmlinux 0x8b874f50 blk_set_runtime_active +EXPORT_SYMBOL vmlinux 0x8b910be2 errseq_sample +EXPORT_SYMBOL vmlinux 0x8b940348 __cgroup_bpf_run_filter_skb +EXPORT_SYMBOL vmlinux 0x8b966b63 sn_rtc_cycles_per_second +EXPORT_SYMBOL vmlinux 0x8b989cf9 acpi_bus_can_wakeup +EXPORT_SYMBOL vmlinux 0x8bb15fdd ip6_mtu +EXPORT_SYMBOL vmlinux 0x8bb74269 fwnode_get_mac_address +EXPORT_SYMBOL vmlinux 0x8bc2ece3 unmap_mapping_range +EXPORT_SYMBOL vmlinux 0x8bd3aee6 skb_put +EXPORT_SYMBOL vmlinux 0x8bd577d0 acpi_ut_exit +EXPORT_SYMBOL vmlinux 0x8bdfc47c __mb_cache_entry_free +EXPORT_SYMBOL vmlinux 0x8be53a6d igrab +EXPORT_SYMBOL vmlinux 0x8becec7f inet_sk_get_local_port_range +EXPORT_SYMBOL vmlinux 0x8bef2d7d dev_pre_changeaddr_notify +EXPORT_SYMBOL vmlinux 0x8bf42d45 drop_nlink +EXPORT_SYMBOL vmlinux 0x8c035153 xen_alloc_ballooned_pages +EXPORT_SYMBOL vmlinux 0x8c1a18ce inet_csk_complete_hashdance +EXPORT_SYMBOL vmlinux 0x8c26d495 prepare_to_wait_event +EXPORT_SYMBOL vmlinux 0x8c30bf67 zstd_dctx_workspace_bound +EXPORT_SYMBOL vmlinux 0x8c382286 mmc_set_blocklen +EXPORT_SYMBOL vmlinux 0x8c490841 __cpuhp_remove_state +EXPORT_SYMBOL vmlinux 0x8c491ab6 inet_pton_with_scope +EXPORT_SYMBOL vmlinux 0x8c4c6479 keyring_alloc +EXPORT_SYMBOL vmlinux 0x8c4e22ce md_write_end +EXPORT_SYMBOL vmlinux 0x8c50bfc5 dev_uc_sync +EXPORT_SYMBOL vmlinux 0x8c8569cb kstrtoint +EXPORT_SYMBOL vmlinux 0x8c8e1ea0 kobject_get_unless_zero +EXPORT_SYMBOL vmlinux 0x8c9e338f acpi_bios_error +EXPORT_SYMBOL vmlinux 0x8ca18b19 i8042_install_filter +EXPORT_SYMBOL vmlinux 0x8caf9305 uuid_is_valid +EXPORT_SYMBOL vmlinux 0x8cb61622 mipi_dsi_dcs_get_display_brightness +EXPORT_SYMBOL vmlinux 0x8cbec5be __cgroup_bpf_run_filter_sock_ops +EXPORT_SYMBOL vmlinux 0x8cc379ce __nla_reserve_64bit +EXPORT_SYMBOL vmlinux 0x8cc79cab iowrite16_rep +EXPORT_SYMBOL vmlinux 0x8cda8029 xen_clear_irq_pending +EXPORT_SYMBOL vmlinux 0x8cdb6df3 pci_ep_cfs_add_epf_group +EXPORT_SYMBOL vmlinux 0x8ce9bbcd dquot_transfer +EXPORT_SYMBOL vmlinux 0x8d24cea4 param_ops_long +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 0x8d72e860 blk_mq_start_hw_queue +EXPORT_SYMBOL vmlinux 0x8d73278e hex_asc_upper +EXPORT_SYMBOL vmlinux 0x8d90b4cd generic_copy_file_range +EXPORT_SYMBOL vmlinux 0x8d936eac nd_pfn_probe +EXPORT_SYMBOL vmlinux 0x8d9ca0e6 dma_fence_enable_sw_signaling +EXPORT_SYMBOL vmlinux 0x8db22efe acpi_setup_gpe_for_wake +EXPORT_SYMBOL vmlinux 0x8dbe2b60 flow_rule_match_enc_opts +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 0x8dffedf5 iommu_put_resv_regions +EXPORT_SYMBOL vmlinux 0x8e0e239e unix_attach_fds +EXPORT_SYMBOL vmlinux 0x8e17b3ae idr_destroy +EXPORT_SYMBOL vmlinux 0x8e21c9a1 dma_fence_add_callback +EXPORT_SYMBOL vmlinux 0x8e3e0f7d fault_in_readable +EXPORT_SYMBOL vmlinux 0x8e464b22 device_match_acpi_dev +EXPORT_SYMBOL vmlinux 0x8e4b1706 fscrypt_zeroout_range +EXPORT_SYMBOL vmlinux 0x8e70bc9a proc_set_user +EXPORT_SYMBOL vmlinux 0x8e93bd24 security_secctx_to_secid +EXPORT_SYMBOL vmlinux 0x8ea119d9 __lock_buffer +EXPORT_SYMBOL vmlinux 0x8ea5729a tcp_v4_md5_hash_skb +EXPORT_SYMBOL vmlinux 0x8eaf2a5f vga_switcheroo_unregister_handler +EXPORT_SYMBOL vmlinux 0x8eb84d91 inode_insert5 +EXPORT_SYMBOL vmlinux 0x8ec760b0 cgroup_bpf_enabled_key +EXPORT_SYMBOL vmlinux 0x8ecb07f8 inet_rtx_syn_ack +EXPORT_SYMBOL vmlinux 0x8ecb90a7 jbd2_journal_set_triggers +EXPORT_SYMBOL vmlinux 0x8eccc33f phy_start_aneg +EXPORT_SYMBOL vmlinux 0x8ecf950e kset_register +EXPORT_SYMBOL vmlinux 0x8ed769e9 blkdev_issue_zeroout +EXPORT_SYMBOL vmlinux 0x8efdbda6 submit_bio +EXPORT_SYMBOL vmlinux 0x8f01afd6 twl6030_interrupt_mask +EXPORT_SYMBOL vmlinux 0x8f20c4d3 vlan_uses_dev +EXPORT_SYMBOL vmlinux 0x8f2703b7 wbinvd_on_all_cpus +EXPORT_SYMBOL vmlinux 0x8f3d15f3 udp_disconnect +EXPORT_SYMBOL vmlinux 0x8f440c5e eth_header_cache +EXPORT_SYMBOL vmlinux 0x8f7b706b qdisc_create_dflt +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 0x8fae95b4 dmam_alloc_attrs +EXPORT_SYMBOL vmlinux 0x8fb71a67 __traceiter_mmap_lock_released +EXPORT_SYMBOL vmlinux 0x8fba305d dev_remove_offload +EXPORT_SYMBOL vmlinux 0x8fc659ae pnp_unregister_driver +EXPORT_SYMBOL vmlinux 0x8fd3aa4f revert_creds +EXPORT_SYMBOL vmlinux 0x8fd8305c set_pages_array_wb +EXPORT_SYMBOL vmlinux 0x8fd9a8b7 phy_free_interrupt +EXPORT_SYMBOL vmlinux 0x8fd9ee75 pcie_capability_read_word +EXPORT_SYMBOL vmlinux 0x8ff17d2d call_fib_notifiers +EXPORT_SYMBOL vmlinux 0x8ff89ed0 seg6_hmac_exit +EXPORT_SYMBOL vmlinux 0x90006be6 dm_kcopyd_client_flush +EXPORT_SYMBOL vmlinux 0x90006d41 pci_disable_ptm +EXPORT_SYMBOL vmlinux 0x9008e8f9 vga_set_legacy_decoding +EXPORT_SYMBOL vmlinux 0x900a2874 folio_redirty_for_writepage +EXPORT_SYMBOL vmlinux 0x90188fad make_kgid +EXPORT_SYMBOL vmlinux 0x902d8722 vme_slave_get +EXPORT_SYMBOL vmlinux 0x902f1f50 tcf_exts_num_actions +EXPORT_SYMBOL vmlinux 0x9034a696 mempool_destroy +EXPORT_SYMBOL vmlinux 0x904bea2f seq_path +EXPORT_SYMBOL vmlinux 0x904fbd8d lock_two_nondirectories +EXPORT_SYMBOL vmlinux 0x90576ec4 vmemdup_user +EXPORT_SYMBOL vmlinux 0x9070f556 filemap_get_folios +EXPORT_SYMBOL vmlinux 0x9085cbd0 tcp_setsockopt +EXPORT_SYMBOL vmlinux 0x90b1a176 drop_reasons +EXPORT_SYMBOL vmlinux 0x90bc2abd read_cache_page +EXPORT_SYMBOL vmlinux 0x90cc811e ndisc_mc_map +EXPORT_SYMBOL vmlinux 0x90dcc024 ppp_register_net_channel +EXPORT_SYMBOL vmlinux 0x90f2902c i2c_smbus_write_word_data +EXPORT_SYMBOL vmlinux 0x910d6fea vm_insert_pages +EXPORT_SYMBOL vmlinux 0x9114b616 __xa_alloc +EXPORT_SYMBOL vmlinux 0x91176ee0 tcp_mtup_init +EXPORT_SYMBOL vmlinux 0x911a41a4 kernel_sendpage_locked +EXPORT_SYMBOL vmlinux 0x912899c9 generic_file_readonly_mmap +EXPORT_SYMBOL vmlinux 0x9138550d scsi_track_queue_full +EXPORT_SYMBOL vmlinux 0x91454c04 proto_register +EXPORT_SYMBOL vmlinux 0x915130ee file_remove_privs +EXPORT_SYMBOL vmlinux 0x91607d95 set_memory_wb +EXPORT_SYMBOL vmlinux 0x9162fa56 udp_skb_destructor +EXPORT_SYMBOL vmlinux 0x9166fada strncpy +EXPORT_SYMBOL vmlinux 0x9166fc03 __flush_workqueue +EXPORT_SYMBOL vmlinux 0x916b7943 blk_mq_rq_cpu +EXPORT_SYMBOL vmlinux 0x916c8e96 pci_save_state +EXPORT_SYMBOL vmlinux 0x9176145b acpi_install_global_event_handler +EXPORT_SYMBOL vmlinux 0x918d4e0e cdrom_release +EXPORT_SYMBOL vmlinux 0x91905e11 tc_setup_cb_add +EXPORT_SYMBOL vmlinux 0x919af0e1 __blockdev_direct_IO +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 0x91ac2806 elevator_alloc +EXPORT_SYMBOL vmlinux 0x91c3e39a netdev_master_upper_dev_link +EXPORT_SYMBOL vmlinux 0x91eece2f nf_register_net_hooks +EXPORT_SYMBOL vmlinux 0x91f44510 idr_alloc_cyclic +EXPORT_SYMBOL vmlinux 0x91f68ea1 __hw_addr_sync +EXPORT_SYMBOL vmlinux 0x9200ed6f sock_sendmsg +EXPORT_SYMBOL vmlinux 0x920fdfce ip_options_compile +EXPORT_SYMBOL vmlinux 0x92153475 pci_get_device +EXPORT_SYMBOL vmlinux 0x921ce0f1 jbd2_journal_update_sb_errno +EXPORT_SYMBOL vmlinux 0x922f45a6 __bitmap_clear +EXPORT_SYMBOL vmlinux 0x92342e80 key_instantiate_and_link +EXPORT_SYMBOL vmlinux 0x923b1276 dmaengine_get +EXPORT_SYMBOL vmlinux 0x923cce0c netif_rx +EXPORT_SYMBOL vmlinux 0x925241eb qdisc_put_unlocked +EXPORT_SYMBOL vmlinux 0x92540fbf finish_wait +EXPORT_SYMBOL vmlinux 0x9258c776 hdmi_vendor_infoframe_pack_only +EXPORT_SYMBOL vmlinux 0x92658579 mmc_retune_release +EXPORT_SYMBOL vmlinux 0x926d4229 input_unregister_device +EXPORT_SYMBOL vmlinux 0x926f1022 tso_build_hdr +EXPORT_SYMBOL vmlinux 0x9270b6f5 xp_alloc +EXPORT_SYMBOL vmlinux 0x9271e18c inode_sub_bytes +EXPORT_SYMBOL vmlinux 0x9274e3ea clear_nlink +EXPORT_SYMBOL vmlinux 0x92774cf8 __kfence_pool +EXPORT_SYMBOL vmlinux 0x9279f59f phy_config_aneg +EXPORT_SYMBOL vmlinux 0x9286f777 bpf_map_get +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 0x92be937a import_single_range +EXPORT_SYMBOL vmlinux 0x92c856a3 iwe_stream_add_event +EXPORT_SYMBOL vmlinux 0x92d52355 d_make_root +EXPORT_SYMBOL vmlinux 0x92d5838e request_threaded_irq +EXPORT_SYMBOL vmlinux 0x92e29d3d cdrom_get_media_event +EXPORT_SYMBOL vmlinux 0x92e683f5 down_timeout +EXPORT_SYMBOL vmlinux 0x92ec510d jiffies64_to_msecs +EXPORT_SYMBOL vmlinux 0x92f32926 mipi_dsi_generic_read +EXPORT_SYMBOL vmlinux 0x92fa5abb vme_lm_detach +EXPORT_SYMBOL vmlinux 0x93022ba6 __scsi_format_command +EXPORT_SYMBOL vmlinux 0x930508f6 __starget_for_each_device +EXPORT_SYMBOL vmlinux 0x9305f8e6 cpufreq_get +EXPORT_SYMBOL vmlinux 0x930a6d75 __SCK__tp_func_mmap_lock_released +EXPORT_SYMBOL vmlinux 0x9315b65c aperture_remove_conflicting_pci_devices +EXPORT_SYMBOL vmlinux 0x93180553 param_get_bool +EXPORT_SYMBOL vmlinux 0x93390765 kthread_create_worker +EXPORT_SYMBOL vmlinux 0x934f564b __x86_indirect_jump_thunk_r15 +EXPORT_SYMBOL vmlinux 0x93611c6f bio_split +EXPORT_SYMBOL vmlinux 0x936aad81 dev_uc_del +EXPORT_SYMBOL vmlinux 0x937733e3 qid_valid +EXPORT_SYMBOL vmlinux 0x938e4c67 fb_is_primary_device +EXPORT_SYMBOL vmlinux 0x938e6f21 seq_open_private +EXPORT_SYMBOL vmlinux 0x939a6526 tcf_unregister_action +EXPORT_SYMBOL vmlinux 0x939ed20d eth_header_cache_update +EXPORT_SYMBOL vmlinux 0x93a4e76a scsi_add_device +EXPORT_SYMBOL vmlinux 0x93a6e0b2 io_schedule +EXPORT_SYMBOL vmlinux 0x93a900e6 mmc_command_done +EXPORT_SYMBOL vmlinux 0x93b3fc74 register_dcbevent_notifier +EXPORT_SYMBOL vmlinux 0x93c03833 xfrm_unregister_km +EXPORT_SYMBOL vmlinux 0x93c9b1ff pipe_lock +EXPORT_SYMBOL vmlinux 0x93d4b11c unlock_rename +EXPORT_SYMBOL vmlinux 0x93d6dd8c complete_all +EXPORT_SYMBOL vmlinux 0x93e8c7db skb_vlan_pop +EXPORT_SYMBOL vmlinux 0x94040f1a show_init_ipc_ns +EXPORT_SYMBOL vmlinux 0x94225325 scsi_is_target_device +EXPORT_SYMBOL vmlinux 0x9428b57c skb_flow_dissect_meta +EXPORT_SYMBOL vmlinux 0x9428f816 dim_turn +EXPORT_SYMBOL vmlinux 0x94329ca1 d_lookup +EXPORT_SYMBOL vmlinux 0x944375db _totalram_pages +EXPORT_SYMBOL vmlinux 0x944a564d is_console_locked +EXPORT_SYMBOL vmlinux 0x9455ab3d skb_get_hash_perturb +EXPORT_SYMBOL vmlinux 0x9477f053 tty_unregister_ldisc +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 0x94d43d28 trace_event_printf +EXPORT_SYMBOL vmlinux 0x94f3e488 phy_attached_print +EXPORT_SYMBOL vmlinux 0x94f58aa9 vfs_clone_file_range +EXPORT_SYMBOL vmlinux 0x9507c90f copy_fsxattr_to_user +EXPORT_SYMBOL vmlinux 0x951e69e0 __i2c_transfer +EXPORT_SYMBOL vmlinux 0x95211a28 blk_queue_io_min +EXPORT_SYMBOL vmlinux 0x953d2426 utf8_strncmp +EXPORT_SYMBOL vmlinux 0x954980d4 md_set_array_sectors +EXPORT_SYMBOL vmlinux 0x954cef6f init_on_alloc +EXPORT_SYMBOL vmlinux 0x954f099c idr_preload +EXPORT_SYMBOL vmlinux 0x954f16c3 vfs_llseek +EXPORT_SYMBOL vmlinux 0x95773a37 skb_append +EXPORT_SYMBOL vmlinux 0x9585604a filemap_fdatawrite +EXPORT_SYMBOL vmlinux 0x95a07bb5 acpi_execute_reg_methods +EXPORT_SYMBOL vmlinux 0x95a67b07 udp_table +EXPORT_SYMBOL vmlinux 0x95c969a4 free_netdev +EXPORT_SYMBOL vmlinux 0x95d7b65f netif_set_real_num_queues +EXPORT_SYMBOL vmlinux 0x95ef218a convert_art_ns_to_tsc +EXPORT_SYMBOL vmlinux 0x96062206 param_set_charp +EXPORT_SYMBOL vmlinux 0x961300c8 generic_fillattr +EXPORT_SYMBOL vmlinux 0x9625695d acpi_install_gpe_block +EXPORT_SYMBOL vmlinux 0x96557f06 __generic_file_fsync +EXPORT_SYMBOL vmlinux 0x9659bc0e vfs_create +EXPORT_SYMBOL vmlinux 0x965ac83e free_task +EXPORT_SYMBOL vmlinux 0x967ea4a0 netdev_set_num_tc +EXPORT_SYMBOL vmlinux 0x96848186 scnprintf +EXPORT_SYMBOL vmlinux 0x96b0ed02 pnp_register_card_driver +EXPORT_SYMBOL vmlinux 0x96b29254 strncasecmp +EXPORT_SYMBOL vmlinux 0x96badd9b __tcf_em_tree_match +EXPORT_SYMBOL vmlinux 0x96c17136 fb_var_to_videomode +EXPORT_SYMBOL vmlinux 0x96c71258 security_sb_mnt_opts_compat +EXPORT_SYMBOL vmlinux 0x96cd2b04 scsi_sense_key_string +EXPORT_SYMBOL vmlinux 0x96d211fb blk_mq_alloc_disk_for_queue +EXPORT_SYMBOL vmlinux 0x96d3524d inet6_register_protosw +EXPORT_SYMBOL vmlinux 0x96d7c0a6 page_pool_create +EXPORT_SYMBOL vmlinux 0x96e5d30f gen_pool_set_algo +EXPORT_SYMBOL vmlinux 0x96eab78b iosf_mbi_modify +EXPORT_SYMBOL vmlinux 0x96ead994 param_set_ulong +EXPORT_SYMBOL vmlinux 0x96fab350 dim_park_on_top +EXPORT_SYMBOL vmlinux 0x96fce303 sock_no_sendmsg_locked +EXPORT_SYMBOL vmlinux 0x970907b7 sock_efree +EXPORT_SYMBOL vmlinux 0x970e8193 dev_get_iflink +EXPORT_SYMBOL vmlinux 0x9716bd35 tcp_v4_send_check +EXPORT_SYMBOL vmlinux 0x9716f6f8 netdev_name_in_use +EXPORT_SYMBOL vmlinux 0x97276ccc pci_unmap_rom +EXPORT_SYMBOL vmlinux 0x9731817c jbd2_journal_submit_inode_data_buffers +EXPORT_SYMBOL vmlinux 0x973fa82e register_acpi_notifier +EXPORT_SYMBOL vmlinux 0x974affd0 tcp_md5_do_del +EXPORT_SYMBOL vmlinux 0x97566b68 devm_clk_hw_register_clkdev +EXPORT_SYMBOL vmlinux 0x975bc3d3 i2c_get_adapter +EXPORT_SYMBOL vmlinux 0x9762b793 t10_pi_type3_crc +EXPORT_SYMBOL vmlinux 0x97651e6c vmemmap_base +EXPORT_SYMBOL vmlinux 0x97680b43 scsi_host_lookup +EXPORT_SYMBOL vmlinux 0x976f7a37 current_time +EXPORT_SYMBOL vmlinux 0x9777018f rproc_add_subdev +EXPORT_SYMBOL vmlinux 0x9777d2d4 rtnl_unicast +EXPORT_SYMBOL vmlinux 0x97796289 vm_node_stat +EXPORT_SYMBOL vmlinux 0x977d0e97 input_close_device +EXPORT_SYMBOL vmlinux 0x97836ce0 unregister_quota_format +EXPORT_SYMBOL vmlinux 0x979dd770 config_group_find_item +EXPORT_SYMBOL vmlinux 0x97a2bd6a set_capacity +EXPORT_SYMBOL vmlinux 0x97a57333 crc_t10dif_update +EXPORT_SYMBOL vmlinux 0x97a68f73 mmc_can_gpio_cd +EXPORT_SYMBOL vmlinux 0x97adb487 utf8s_to_utf16s +EXPORT_SYMBOL vmlinux 0x97bdfa60 scsi_dev_info_remove_list +EXPORT_SYMBOL vmlinux 0x97bf972d __brelse +EXPORT_SYMBOL vmlinux 0x97e56572 qdisc_reset +EXPORT_SYMBOL vmlinux 0x97ebfb40 jbd2_journal_destroy +EXPORT_SYMBOL vmlinux 0x9804e9e8 kill_pgrp +EXPORT_SYMBOL vmlinux 0x98095e80 phy_attached_info +EXPORT_SYMBOL vmlinux 0x9829fc11 __kfifo_out_peek_r +EXPORT_SYMBOL vmlinux 0x98431f27 tty_hangup +EXPORT_SYMBOL vmlinux 0x984d9c39 cpumask_next_wrap +EXPORT_SYMBOL vmlinux 0x9856af44 mdiobus_alloc_size +EXPORT_SYMBOL vmlinux 0x9858f364 get_random_u8 +EXPORT_SYMBOL vmlinux 0x98603e53 tty_port_open +EXPORT_SYMBOL vmlinux 0x98688630 ip6_dst_check +EXPORT_SYMBOL vmlinux 0x986ee61c tcf_block_get +EXPORT_SYMBOL vmlinux 0x987532b6 rtc_add_group +EXPORT_SYMBOL vmlinux 0x987b59c5 jbd2_journal_put_journal_head +EXPORT_SYMBOL vmlinux 0x987d9e6b path_has_submounts +EXPORT_SYMBOL vmlinux 0x9884eef1 vm_map_pages_zero +EXPORT_SYMBOL vmlinux 0x988c0084 sock_pfree +EXPORT_SYMBOL vmlinux 0x98a27606 open_with_fake_path +EXPORT_SYMBOL vmlinux 0x98a546bd zap_page_range +EXPORT_SYMBOL vmlinux 0x98b21c47 pcie_print_link_status +EXPORT_SYMBOL vmlinux 0x98c039dc dma_fence_wait_timeout +EXPORT_SYMBOL vmlinux 0x98c36902 mr_table_alloc +EXPORT_SYMBOL vmlinux 0x98c89ade security_xfrm_state_alloc +EXPORT_SYMBOL vmlinux 0x98cea6f2 dev_mc_add_excl +EXPORT_SYMBOL vmlinux 0x98d6fff0 dm_mq_kick_requeue_list +EXPORT_SYMBOL vmlinux 0x98dab372 fifo_create_dflt +EXPORT_SYMBOL vmlinux 0x98e508ef ignore_console_lock_warning +EXPORT_SYMBOL vmlinux 0x98e87bab input_mt_report_pointer_emulation +EXPORT_SYMBOL vmlinux 0x98ece89d sock_no_connect +EXPORT_SYMBOL vmlinux 0x99078b39 trace_print_flags_seq +EXPORT_SYMBOL vmlinux 0x991958d5 phy_get_pause +EXPORT_SYMBOL vmlinux 0x991f2fc7 tty_chars_in_buffer +EXPORT_SYMBOL vmlinux 0x9926a64e dev_set_mac_address +EXPORT_SYMBOL vmlinux 0x9938247c nf_reinject +EXPORT_SYMBOL vmlinux 0x9939eba0 backlight_unregister_notifier +EXPORT_SYMBOL vmlinux 0x99517682 udp_encap_enable +EXPORT_SYMBOL vmlinux 0x9959d821 block_write_full_page +EXPORT_SYMBOL vmlinux 0x995e6cb0 devm_release_resource +EXPORT_SYMBOL vmlinux 0x9975dc22 acpi_get_handle +EXPORT_SYMBOL vmlinux 0x999e8297 vfree +EXPORT_SYMBOL vmlinux 0x99a3a45a agp_find_bridge +EXPORT_SYMBOL vmlinux 0x99d472b1 net_dim_get_rx_moderation +EXPORT_SYMBOL vmlinux 0x99daa9bf try_offline_node +EXPORT_SYMBOL vmlinux 0x99e456ec user_path_create +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 0x9a0ad1ed setup_new_exec +EXPORT_SYMBOL vmlinux 0x9a0c3a18 vme_unregister_error_handler +EXPORT_SYMBOL vmlinux 0x9a10af43 unlock_page +EXPORT_SYMBOL vmlinux 0x9a1dfd65 strpbrk +EXPORT_SYMBOL vmlinux 0x9a22391e radix_tree_gang_lookup_tag_slot +EXPORT_SYMBOL vmlinux 0x9a239a81 param_get_short +EXPORT_SYMBOL vmlinux 0x9a2c088f irq_stat +EXPORT_SYMBOL vmlinux 0x9a2d2cd0 inet_sendmsg +EXPORT_SYMBOL vmlinux 0x9a329a7e mmc_run_bkops +EXPORT_SYMBOL vmlinux 0x9a49e72b iter_file_splice_write +EXPORT_SYMBOL vmlinux 0x9a52c60b __block_write_begin +EXPORT_SYMBOL vmlinux 0x9a57240f ip_output +EXPORT_SYMBOL vmlinux 0x9a583306 netlbl_bitmap_walk +EXPORT_SYMBOL vmlinux 0x9a6ce58b dmam_pool_create +EXPORT_SYMBOL vmlinux 0x9a7e96b8 dev_uc_add +EXPORT_SYMBOL vmlinux 0x9a8e881a mmc_of_parse_clk_phase +EXPORT_SYMBOL vmlinux 0x9a92da9e kthread_bind +EXPORT_SYMBOL vmlinux 0x9a95d1ef __dec_node_page_state +EXPORT_SYMBOL vmlinux 0x9aaeefce sysctl_nf_log_all_netns +EXPORT_SYMBOL vmlinux 0x9ab465b8 iov_iter_discard +EXPORT_SYMBOL vmlinux 0x9ac156d4 dev_pm_opp_register_notifier +EXPORT_SYMBOL vmlinux 0x9acd3f6f get_cpu_entry_area +EXPORT_SYMBOL vmlinux 0x9ad7a582 iosf_mbi_assert_punit_acquired +EXPORT_SYMBOL vmlinux 0x9ae47436 _find_last_bit +EXPORT_SYMBOL vmlinux 0x9aeeb2c0 tcp_check_req +EXPORT_SYMBOL vmlinux 0x9b01adda pci_enable_device +EXPORT_SYMBOL vmlinux 0x9b2560b9 gf128mul_init_4k_bbe +EXPORT_SYMBOL vmlinux 0x9b33e0d7 unregister_dcbevent_notifier +EXPORT_SYMBOL vmlinux 0x9b36d1c4 blk_set_queue_depth +EXPORT_SYMBOL vmlinux 0x9b3f546a udp_flush_pending_frames +EXPORT_SYMBOL vmlinux 0x9b496b21 posix_acl_alloc +EXPORT_SYMBOL vmlinux 0x9b4dc1d0 pskb_trim_rcsum_slow +EXPORT_SYMBOL vmlinux 0x9b5a3a7c ip_mc_join_group +EXPORT_SYMBOL vmlinux 0x9b6630df netdev_crit +EXPORT_SYMBOL vmlinux 0x9b72478f acpi_unload_parent_table +EXPORT_SYMBOL vmlinux 0x9b76b0ab tcp_req_err +EXPORT_SYMBOL vmlinux 0x9b8c2aad tcp_child_process +EXPORT_SYMBOL vmlinux 0x9b973c56 phy_queue_state_machine +EXPORT_SYMBOL vmlinux 0x9b97e740 skb_eth_gso_segment +EXPORT_SYMBOL vmlinux 0x9bb4e317 ioread32be +EXPORT_SYMBOL vmlinux 0x9bc64e33 devm_register_reboot_notifier +EXPORT_SYMBOL vmlinux 0x9bd68138 xfrm4_protocol_deregister +EXPORT_SYMBOL vmlinux 0x9c122bcf mempool_create_node +EXPORT_SYMBOL vmlinux 0x9c2e2f8e cdev_device_del +EXPORT_SYMBOL vmlinux 0x9c43b5b5 rtnl_create_link +EXPORT_SYMBOL vmlinux 0x9c4d3077 security_inode_setsecctx +EXPORT_SYMBOL vmlinux 0x9c578d85 skb_checksum_trimmed +EXPORT_SYMBOL vmlinux 0x9c65b78a csum_partial_copy_nocheck +EXPORT_SYMBOL vmlinux 0x9c788285 kmalloc_trace +EXPORT_SYMBOL vmlinux 0x9c86b9ab fileattr_fill_flags +EXPORT_SYMBOL vmlinux 0x9c97ef16 pci_resize_resource +EXPORT_SYMBOL vmlinux 0x9c9aa3b9 parse_int_array_user +EXPORT_SYMBOL vmlinux 0x9cab34a6 rfkill_set_led_trigger_name +EXPORT_SYMBOL vmlinux 0x9cb59a52 dma_async_tx_descriptor_init +EXPORT_SYMBOL vmlinux 0x9cb685d3 __filemap_set_wb_err +EXPORT_SYMBOL vmlinux 0x9cb986f2 vmalloc_base +EXPORT_SYMBOL vmlinux 0x9cc0069b get_tree_keyed +EXPORT_SYMBOL vmlinux 0x9cc01a6d vfs_copy_file_range +EXPORT_SYMBOL vmlinux 0x9ccd858c skb_push +EXPORT_SYMBOL vmlinux 0x9ccf7171 vme_dma_pci_attribute +EXPORT_SYMBOL vmlinux 0x9cd2e90d inet6_getname +EXPORT_SYMBOL vmlinux 0x9cd91791 register_sysctl +EXPORT_SYMBOL vmlinux 0x9cdfb3f7 sysctl_fb_tunnels_only_for_init_net +EXPORT_SYMBOL vmlinux 0x9ce952da writeback_inodes_sb_nr +EXPORT_SYMBOL vmlinux 0x9ced41ad __SCT__tp_func_read_msr +EXPORT_SYMBOL vmlinux 0x9d0906dc devfreq_monitor_suspend +EXPORT_SYMBOL vmlinux 0x9d099a39 acpi_remove_gpe_handler +EXPORT_SYMBOL vmlinux 0x9d0d6206 unregister_netdevice_notifier +EXPORT_SYMBOL vmlinux 0x9d1d4cbc folio_migrate_copy +EXPORT_SYMBOL vmlinux 0x9d26675e zstd_cstream_workspace_bound +EXPORT_SYMBOL vmlinux 0x9d2ab8ac __tasklet_schedule +EXPORT_SYMBOL vmlinux 0x9d2e7707 unregister_sysrq_key +EXPORT_SYMBOL vmlinux 0x9d35b0c1 neigh_update +EXPORT_SYMBOL vmlinux 0x9d3d36fe udp_seq_ops +EXPORT_SYMBOL vmlinux 0x9d4704c2 udp_push_pending_frames +EXPORT_SYMBOL vmlinux 0x9d49d076 pnp_release_card_device +EXPORT_SYMBOL vmlinux 0x9d537a98 udp_sk_rx_dst_set +EXPORT_SYMBOL vmlinux 0x9d57bbba platform_get_ethdev_address +EXPORT_SYMBOL vmlinux 0x9d61e994 ucs2_strncmp +EXPORT_SYMBOL vmlinux 0x9d70541a native_save_fl +EXPORT_SYMBOL vmlinux 0x9d8e745d phy_register_fixup +EXPORT_SYMBOL vmlinux 0x9d90c0c1 clk_add_alias +EXPORT_SYMBOL vmlinux 0x9d92f3ad __wait_on_bit_lock +EXPORT_SYMBOL vmlinux 0x9dc2c52a __SCK__tp_func_read_msr +EXPORT_SYMBOL vmlinux 0x9dcfaa7e unregister_tcf_proto_ops +EXPORT_SYMBOL vmlinux 0x9dd9df13 dm_kcopyd_client_create +EXPORT_SYMBOL vmlinux 0x9de28af3 blk_queue_max_hw_sectors +EXPORT_SYMBOL vmlinux 0x9df7686a __invalidate_device +EXPORT_SYMBOL vmlinux 0x9e08fa99 xfrm_lookup_with_ifid +EXPORT_SYMBOL vmlinux 0x9e0c711d vzalloc_node +EXPORT_SYMBOL vmlinux 0x9e0fa5ae hsiphash_3u32 +EXPORT_SYMBOL vmlinux 0x9e13f6f6 gf128mul_lle +EXPORT_SYMBOL vmlinux 0x9e2606d6 md_unregister_thread +EXPORT_SYMBOL vmlinux 0x9e2737f0 acpi_install_interface_handler +EXPORT_SYMBOL vmlinux 0x9e3466e6 cdc_parse_cdc_header +EXPORT_SYMBOL vmlinux 0x9e354000 eisa_driver_register +EXPORT_SYMBOL vmlinux 0x9e4faeef dm_io_client_destroy +EXPORT_SYMBOL vmlinux 0x9e61bb05 set_freezable +EXPORT_SYMBOL vmlinux 0x9e64fbfe rtc_cmos_read +EXPORT_SYMBOL vmlinux 0x9e683f75 __cpu_possible_mask +EXPORT_SYMBOL vmlinux 0x9e6be3fe phy_init_eee +EXPORT_SYMBOL vmlinux 0x9e7d6bd0 __udelay +EXPORT_SYMBOL vmlinux 0x9e831b06 inet_dgram_connect +EXPORT_SYMBOL vmlinux 0x9e86c039 netdev_master_upper_dev_get +EXPORT_SYMBOL vmlinux 0x9e8ae905 register_md_personality +EXPORT_SYMBOL vmlinux 0x9e9eab95 devcgroup_check_permission +EXPORT_SYMBOL vmlinux 0x9e9fdd9d memunmap +EXPORT_SYMBOL vmlinux 0x9eacf8a5 kstrndup +EXPORT_SYMBOL vmlinux 0x9eb7ec4a inode_nohighmem +EXPORT_SYMBOL vmlinux 0x9ec0e639 twl6030_interrupt_unmask +EXPORT_SYMBOL vmlinux 0x9ec26fa0 scsi_block_when_processing_errors +EXPORT_SYMBOL vmlinux 0x9ec6ca96 ktime_get_real_ts64 +EXPORT_SYMBOL vmlinux 0x9ecfb838 phy_error +EXPORT_SYMBOL vmlinux 0x9ed12e20 kmalloc_large +EXPORT_SYMBOL vmlinux 0x9ed978de vme_lm_set +EXPORT_SYMBOL vmlinux 0x9ef0eee7 __SCT__tp_func_spi_transfer_stop +EXPORT_SYMBOL vmlinux 0x9f26669c iterate_fd +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 0x9f5aced3 input_set_poll_interval +EXPORT_SYMBOL vmlinux 0x9f624e2d ether_setup +EXPORT_SYMBOL vmlinux 0x9f76baf4 _raw_write_unlock_irq +EXPORT_SYMBOL vmlinux 0x9f7a5a1f netdev_update_features +EXPORT_SYMBOL vmlinux 0x9f828d68 inet_sendpage +EXPORT_SYMBOL vmlinux 0x9f97bd18 dcb_setapp +EXPORT_SYMBOL vmlinux 0x9f984513 strrchr +EXPORT_SYMBOL vmlinux 0x9f9a3d88 tcf_get_next_proto +EXPORT_SYMBOL vmlinux 0x9f9cf2e9 security_sb_clone_mnt_opts +EXPORT_SYMBOL vmlinux 0x9fa3166e ethtool_op_get_link +EXPORT_SYMBOL vmlinux 0x9fa7184a cancel_delayed_work_sync +EXPORT_SYMBOL vmlinux 0x9fb41842 netdev_offload_xstats_report_delta +EXPORT_SYMBOL vmlinux 0x9fc07488 phy_modify_paged +EXPORT_SYMBOL vmlinux 0x9fdecc31 unregister_netdevice_many +EXPORT_SYMBOL vmlinux 0x9feed7ce timer_reduce +EXPORT_SYMBOL vmlinux 0x9ff6c869 register_netdevice +EXPORT_SYMBOL vmlinux 0x9ff8d032 fb_blank +EXPORT_SYMBOL vmlinux 0x9ffa3a75 netdev_max_backlog +EXPORT_SYMBOL vmlinux 0xa00aca2a dql_completed +EXPORT_SYMBOL vmlinux 0xa00c0da6 mntget +EXPORT_SYMBOL vmlinux 0xa014d9ea unregister_filesystem +EXPORT_SYMBOL vmlinux 0xa01d3df6 font_vga_8x16 +EXPORT_SYMBOL vmlinux 0xa02aa74a __cond_resched_lock +EXPORT_SYMBOL vmlinux 0xa02ae042 jbd2_journal_clear_features +EXPORT_SYMBOL vmlinux 0xa03223fc __vlan_find_dev_deep_rcu +EXPORT_SYMBOL vmlinux 0xa033d747 next_arg +EXPORT_SYMBOL vmlinux 0xa0361cc6 tcf_idr_release +EXPORT_SYMBOL vmlinux 0xa0431e72 seg6_push_hmac +EXPORT_SYMBOL vmlinux 0xa0436e98 in6addr_linklocal_allnodes +EXPORT_SYMBOL vmlinux 0xa0502960 blk_queue_physical_block_size +EXPORT_SYMBOL vmlinux 0xa0542461 agp_generic_type_to_mask_type +EXPORT_SYMBOL vmlinux 0xa057df8f twl_set_regcache_bypass +EXPORT_SYMBOL vmlinux 0xa05b6be2 psched_ppscfg_precompute +EXPORT_SYMBOL vmlinux 0xa06dc035 cdrom_mode_select +EXPORT_SYMBOL vmlinux 0xa07a37f0 memchr +EXPORT_SYMBOL vmlinux 0xa07aae26 is_nd_dax +EXPORT_SYMBOL vmlinux 0xa07d1b3c tasklet_setup +EXPORT_SYMBOL vmlinux 0xa084749a __bitmap_or +EXPORT_SYMBOL vmlinux 0xa0850039 sock_create_kern +EXPORT_SYMBOL vmlinux 0xa08ca7bd page_pool_put_defragged_page +EXPORT_SYMBOL vmlinux 0xa095e02e generic_check_addressable +EXPORT_SYMBOL vmlinux 0xa0a17909 path_is_under +EXPORT_SYMBOL vmlinux 0xa0a707cd hdmi_infoframe_log +EXPORT_SYMBOL vmlinux 0xa0ae1e73 siphash_3u64 +EXPORT_SYMBOL vmlinux 0xa0b04675 vmalloc_32 +EXPORT_SYMBOL vmlinux 0xa0b34b91 neigh_event_ns +EXPORT_SYMBOL vmlinux 0xa0b557b5 dmaengine_get_unmap_data +EXPORT_SYMBOL vmlinux 0xa0c121c0 netpoll_poll_enable +EXPORT_SYMBOL vmlinux 0xa0c46eca inet6_offloads +EXPORT_SYMBOL vmlinux 0xa0d2687b sock_set_rcvbuf +EXPORT_SYMBOL vmlinux 0xa0dad88e netdev_adjacent_get_private +EXPORT_SYMBOL vmlinux 0xa0deea62 sync_filesystem +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 0xa0fc24fe ip_route_me_harder +EXPORT_SYMBOL vmlinux 0xa108eb4d sysctl_optmem_max +EXPORT_SYMBOL vmlinux 0xa10fd4a6 __acpi_mdiobus_register +EXPORT_SYMBOL vmlinux 0xa1104003 vfs_rmdir +EXPORT_SYMBOL vmlinux 0xa114fd71 sock_from_file +EXPORT_SYMBOL vmlinux 0xa150b045 vfs_mknod +EXPORT_SYMBOL vmlinux 0xa1598330 inet_sk_rebuild_header +EXPORT_SYMBOL vmlinux 0xa16e7479 generic_shutdown_super +EXPORT_SYMBOL vmlinux 0xa18589cc mr_vif_seq_idx +EXPORT_SYMBOL vmlinux 0xa197d011 __getblk_gfp +EXPORT_SYMBOL vmlinux 0xa1bedd72 amd_iommu_pc_get_max_counters +EXPORT_SYMBOL vmlinux 0xa1c8c001 do_SAK +EXPORT_SYMBOL vmlinux 0xa1cad4b1 locks_delete_block +EXPORT_SYMBOL vmlinux 0xa1d8aed6 dquot_disable +EXPORT_SYMBOL vmlinux 0xa1f062be agp_generic_alloc_by_type +EXPORT_SYMBOL vmlinux 0xa1fa1d76 security_sctp_assoc_established +EXPORT_SYMBOL vmlinux 0xa2060911 inet_current_timestamp +EXPORT_SYMBOL vmlinux 0xa207b3ba inet6_add_offload +EXPORT_SYMBOL vmlinux 0xa2326c49 acpi_remove_table_handler +EXPORT_SYMBOL vmlinux 0xa23733ab has_capability_noaudit +EXPORT_SYMBOL vmlinux 0xa23953f2 devm_rproc_alloc +EXPORT_SYMBOL vmlinux 0xa23f477e cdrom_mode_sense +EXPORT_SYMBOL vmlinux 0xa23ffc04 groups_sort +EXPORT_SYMBOL vmlinux 0xa2477c0e rproc_resource_cleanup +EXPORT_SYMBOL vmlinux 0xa24f23d8 __request_module +EXPORT_SYMBOL vmlinux 0xa263892b fscrypt_fname_free_buffer +EXPORT_SYMBOL vmlinux 0xa281def8 ip6_err_gen_icmpv6_unreach +EXPORT_SYMBOL vmlinux 0xa28cfcc0 gen_estimator_active +EXPORT_SYMBOL vmlinux 0xa290e436 tcp_close +EXPORT_SYMBOL vmlinux 0xa29120c3 netlink_capable +EXPORT_SYMBOL vmlinux 0xa2b263a2 generic_file_read_iter +EXPORT_SYMBOL vmlinux 0xa2cec400 __udp_disconnect +EXPORT_SYMBOL vmlinux 0xa2d7884d ipv6_chk_addr +EXPORT_SYMBOL vmlinux 0xa2e25def inet_proto_csum_replace16 +EXPORT_SYMBOL vmlinux 0xa2eb262e tty_hung_up_p +EXPORT_SYMBOL vmlinux 0xa2efabae tcf_action_dump_1 +EXPORT_SYMBOL vmlinux 0xa2f3bf96 simple_empty +EXPORT_SYMBOL vmlinux 0xa300112d inet_sk_set_state +EXPORT_SYMBOL vmlinux 0xa346c414 tcf_em_tree_validate +EXPORT_SYMBOL vmlinux 0xa35688d7 pcie_capability_write_dword +EXPORT_SYMBOL vmlinux 0xa36f9160 max8925_reg_write +EXPORT_SYMBOL vmlinux 0xa376eb3c rc5t583_ext_power_req_config +EXPORT_SYMBOL vmlinux 0xa38e1916 configfs_unregister_subsystem +EXPORT_SYMBOL vmlinux 0xa38f21b9 amd_iommu_update_ga +EXPORT_SYMBOL vmlinux 0xa3be8342 __ubsan_handle_type_mismatch +EXPORT_SYMBOL vmlinux 0xa3cefaa0 blake2s_update +EXPORT_SYMBOL vmlinux 0xa3cfedfc scsi_done_direct +EXPORT_SYMBOL vmlinux 0xa3e4f871 acpi_initialize_debugger +EXPORT_SYMBOL vmlinux 0xa3f74b35 input_enable_softrepeat +EXPORT_SYMBOL vmlinux 0xa3fc15dd dma_set_mask +EXPORT_SYMBOL vmlinux 0xa3fea172 sha224_final +EXPORT_SYMBOL vmlinux 0xa40ff01b acpi_dbg_layer +EXPORT_SYMBOL vmlinux 0xa4191c0b memset_io +EXPORT_SYMBOL vmlinux 0xa4346b55 ip_generic_getfrag +EXPORT_SYMBOL vmlinux 0xa43c1df8 iov_iter_xarray +EXPORT_SYMBOL vmlinux 0xa443be3b security_cred_getsecid +EXPORT_SYMBOL vmlinux 0xa4502519 param_ops_uint +EXPORT_SYMBOL vmlinux 0xa46683b9 netif_set_real_num_rx_queues +EXPORT_SYMBOL vmlinux 0xa470a17c phy_ethtool_get_wol +EXPORT_SYMBOL vmlinux 0xa4857c27 rproc_of_parse_firmware +EXPORT_SYMBOL vmlinux 0xa48fb824 vme_irq_free +EXPORT_SYMBOL vmlinux 0xa4935b2b may_umount +EXPORT_SYMBOL vmlinux 0xa4b94fea iowrite8_rep +EXPORT_SYMBOL vmlinux 0xa4c408f8 vme_irq_handler +EXPORT_SYMBOL vmlinux 0xa4d4f0e6 global_cache_flush +EXPORT_SYMBOL vmlinux 0xa4faf62a acpi_disable_gpe +EXPORT_SYMBOL vmlinux 0xa507125e acpi_clear_gpe +EXPORT_SYMBOL vmlinux 0xa50bcff0 x86_cpu_to_apicid +EXPORT_SYMBOL vmlinux 0xa52bedf6 xenbus_dev_request_and_reply +EXPORT_SYMBOL vmlinux 0xa53e5d6c security_dentry_init_security +EXPORT_SYMBOL vmlinux 0xa5526619 rb_insert_color +EXPORT_SYMBOL vmlinux 0xa5768672 seq_puts +EXPORT_SYMBOL vmlinux 0xa5841f6b file_write_and_wait_range +EXPORT_SYMBOL vmlinux 0xa58af0a6 _raw_read_unlock_irq +EXPORT_SYMBOL vmlinux 0xa593974b tcf_qevent_init +EXPORT_SYMBOL vmlinux 0xa5976e4f dev_base_lock +EXPORT_SYMBOL vmlinux 0xa597c38f blk_rq_map_user_io +EXPORT_SYMBOL vmlinux 0xa599d0a6 tty_unregister_device +EXPORT_SYMBOL vmlinux 0xa5a3ab1c posix_acl_update_mode +EXPORT_SYMBOL vmlinux 0xa5b17ed8 pm860x_bulk_read +EXPORT_SYMBOL vmlinux 0xa5bd342e mmc_is_req_done +EXPORT_SYMBOL vmlinux 0xa5d3cc49 tcf_exts_validate_ex +EXPORT_SYMBOL vmlinux 0xa5e55057 rdmsrl_safe_on_cpu +EXPORT_SYMBOL vmlinux 0xa5ec5f89 tcp_v4_do_rcv +EXPORT_SYMBOL vmlinux 0xa5f520c0 dquot_reclaim_space_nodirty +EXPORT_SYMBOL vmlinux 0xa5fbede3 fput +EXPORT_SYMBOL vmlinux 0xa607d741 pci_get_domain_bus_and_slot +EXPORT_SYMBOL vmlinux 0xa6092240 fiemap_prep +EXPORT_SYMBOL vmlinux 0xa61ced89 qdisc_put_rtab +EXPORT_SYMBOL vmlinux 0xa6257a2f complete +EXPORT_SYMBOL vmlinux 0xa648889a __xfrm_decode_session +EXPORT_SYMBOL vmlinux 0xa6488be3 watchdog_register_governor +EXPORT_SYMBOL vmlinux 0xa648e561 __ubsan_handle_shift_out_of_bounds +EXPORT_SYMBOL vmlinux 0xa64c7249 __printk_cpu_sync_try_get +EXPORT_SYMBOL vmlinux 0xa65f6ecb fscrypt_free_inode +EXPORT_SYMBOL vmlinux 0xa66e839e ww_mutex_trylock +EXPORT_SYMBOL vmlinux 0xa681fe88 generate_random_uuid +EXPORT_SYMBOL vmlinux 0xa6880b9c xsk_tx_peek_release_desc_batch +EXPORT_SYMBOL vmlinux 0xa69bb008 rproc_add_carveout +EXPORT_SYMBOL vmlinux 0xa69ed606 flow_keys_dissector +EXPORT_SYMBOL vmlinux 0xa6f86fbb sock_no_bind +EXPORT_SYMBOL vmlinux 0xa6fe82a8 dev_mc_unsync +EXPORT_SYMBOL vmlinux 0xa70ed9dc tcp_hashinfo +EXPORT_SYMBOL vmlinux 0xa70fabbe release_evntsel_nmi +EXPORT_SYMBOL vmlinux 0xa7146de7 neigh_table_clear +EXPORT_SYMBOL vmlinux 0xa71d2e2c ioread16be +EXPORT_SYMBOL vmlinux 0xa72035f9 xa_get_order +EXPORT_SYMBOL vmlinux 0xa7213cf2 fb_find_mode +EXPORT_SYMBOL vmlinux 0xa72cfb7d ioremap_wt +EXPORT_SYMBOL vmlinux 0xa72f54e5 vga_remove_vgacon +EXPORT_SYMBOL vmlinux 0xa74c9877 refcount_dec_and_rtnl_lock +EXPORT_SYMBOL vmlinux 0xa76ff458 dev_getfirstbyhwtype +EXPORT_SYMBOL vmlinux 0xa7732127 ethtool_get_phc_vclocks +EXPORT_SYMBOL vmlinux 0xa77bfd29 register_inet6addr_validator_notifier +EXPORT_SYMBOL vmlinux 0xa78af5f3 ioread32 +EXPORT_SYMBOL vmlinux 0xa796679d __SCT__tp_func_dma_fence_emit +EXPORT_SYMBOL vmlinux 0xa7b4037c generic_pipe_buf_try_steal +EXPORT_SYMBOL vmlinux 0xa7d25885 mr_mfc_seq_idx +EXPORT_SYMBOL vmlinux 0xa7d5f92e ida_destroy +EXPORT_SYMBOL vmlinux 0xa7de72d0 scsi_device_set_state +EXPORT_SYMBOL vmlinux 0xa7dea246 mipi_dsi_picture_parameter_set +EXPORT_SYMBOL vmlinux 0xa7e8bb91 block_is_partially_uptodate +EXPORT_SYMBOL vmlinux 0xa7eedcc4 call_usermodehelper +EXPORT_SYMBOL vmlinux 0xa7fc2715 param_ops_hexint +EXPORT_SYMBOL vmlinux 0xa805ecfc acpi_release_global_lock +EXPORT_SYMBOL vmlinux 0xa8106658 kmem_cache_alloc_lru +EXPORT_SYMBOL vmlinux 0xa8181adf proc_dointvec +EXPORT_SYMBOL vmlinux 0xa8335b62 input_match_device_id +EXPORT_SYMBOL vmlinux 0xa836ba02 wrmsr_safe_regs +EXPORT_SYMBOL vmlinux 0xa841b41e unregister_key_type +EXPORT_SYMBOL vmlinux 0xa843805a get_unused_fd_flags +EXPORT_SYMBOL vmlinux 0xa845c5f7 key_invalidate +EXPORT_SYMBOL vmlinux 0xa847466e fwnode_mdio_find_device +EXPORT_SYMBOL vmlinux 0xa84bfa3d mdio_device_create +EXPORT_SYMBOL vmlinux 0xa84ce9e0 crypto_aes_inv_sbox +EXPORT_SYMBOL vmlinux 0xa853396b xa_extract +EXPORT_SYMBOL vmlinux 0xa85a3e6d xa_load +EXPORT_SYMBOL vmlinux 0xa864b456 generic_file_llseek +EXPORT_SYMBOL vmlinux 0xa8694ecd kblockd_schedule_work +EXPORT_SYMBOL vmlinux 0xa88584c4 i2c_smbus_write_byte_data +EXPORT_SYMBOL vmlinux 0xa897e3e7 mempool_free +EXPORT_SYMBOL vmlinux 0xa89a1cf1 ipmi_dmi_get_slave_addr +EXPORT_SYMBOL vmlinux 0xa89e5b3b netif_receive_skb +EXPORT_SYMBOL vmlinux 0xa8a8f551 security_inode_notifysecctx +EXPORT_SYMBOL vmlinux 0xa8c0dcd5 tcp_connect +EXPORT_SYMBOL vmlinux 0xa8caa845 clk_bulk_put_all +EXPORT_SYMBOL vmlinux 0xa8cabe83 twl6040_power +EXPORT_SYMBOL vmlinux 0xa8d55275 agp_generic_alloc_page +EXPORT_SYMBOL vmlinux 0xa8d7d731 sock_gettstamp +EXPORT_SYMBOL vmlinux 0xa8e39eb4 elv_bio_merge_ok +EXPORT_SYMBOL vmlinux 0xa8e6933a qdf2400_e44_present +EXPORT_SYMBOL vmlinux 0xa8e83b0b generic_read_dir +EXPORT_SYMBOL vmlinux 0xa8f6c843 ip_frag_ecn_table +EXPORT_SYMBOL vmlinux 0xa8fa71da inet_add_offload +EXPORT_SYMBOL vmlinux 0xa90ca0de flush_rcu_work +EXPORT_SYMBOL vmlinux 0xa916b694 strnlen +EXPORT_SYMBOL vmlinux 0xa931af8a asm_load_gs_index +EXPORT_SYMBOL vmlinux 0xa938128f xfrm_policy_bysel_ctx +EXPORT_SYMBOL vmlinux 0xa9463c15 sk_stream_error +EXPORT_SYMBOL vmlinux 0xa94794ab ip6_dst_alloc +EXPORT_SYMBOL vmlinux 0xa94a09bb mem_section +EXPORT_SYMBOL vmlinux 0xa94da92b eth_gro_receive +EXPORT_SYMBOL vmlinux 0xa965ca81 reciprocal_value +EXPORT_SYMBOL vmlinux 0xa9687edb lease_get_mtime +EXPORT_SYMBOL vmlinux 0xa96b97e5 folio_mark_dirty +EXPORT_SYMBOL vmlinux 0xa97313ce __check_sticky +EXPORT_SYMBOL vmlinux 0xa9751a1e csum_and_copy_from_iter +EXPORT_SYMBOL vmlinux 0xa976957d bitmap_remap +EXPORT_SYMBOL vmlinux 0xa9785b49 cpu_core_map +EXPORT_SYMBOL vmlinux 0xa97e632e cros_ec_cmd_xfer_status +EXPORT_SYMBOL vmlinux 0xa981596a unregister_md_personality +EXPORT_SYMBOL vmlinux 0xa98d9bc5 mmc_cqe_recovery +EXPORT_SYMBOL vmlinux 0xa996e26f vme_dma_request +EXPORT_SYMBOL vmlinux 0xa998146b ip4_datagram_connect +EXPORT_SYMBOL vmlinux 0xa9c72303 amd_iommu_pc_get_max_banks +EXPORT_SYMBOL vmlinux 0xa9cdde38 __napi_schedule +EXPORT_SYMBOL vmlinux 0xa9d3e59b neigh_destroy +EXPORT_SYMBOL vmlinux 0xa9db4ea8 devm_backlight_device_register +EXPORT_SYMBOL vmlinux 0xa9ebb090 pci_bus_read_dev_vendor_id +EXPORT_SYMBOL vmlinux 0xa9fbf106 __scsi_add_device +EXPORT_SYMBOL vmlinux 0xaa00fdc0 ec_transaction +EXPORT_SYMBOL vmlinux 0xaa074364 inet_csk_reset_keepalive_timer +EXPORT_SYMBOL vmlinux 0xaa0c318b vscnprintf +EXPORT_SYMBOL vmlinux 0xaa19e4aa _kstrtol +EXPORT_SYMBOL vmlinux 0xaa1bd581 sock_set_reuseaddr +EXPORT_SYMBOL vmlinux 0xaa2932c9 pci_release_regions +EXPORT_SYMBOL vmlinux 0xaa341905 acpi_bios_exception +EXPORT_SYMBOL vmlinux 0xaa467f24 agp_put_bridge +EXPORT_SYMBOL vmlinux 0xaa485ead configfs_depend_item_unlocked +EXPORT_SYMBOL vmlinux 0xaa49197b filemap_invalidate_lock_two +EXPORT_SYMBOL vmlinux 0xaa5a5ef6 block_invalidate_folio +EXPORT_SYMBOL vmlinux 0xaa5ee575 dev_trans_start +EXPORT_SYMBOL vmlinux 0xaa5fd16f xp_alloc_batch +EXPORT_SYMBOL vmlinux 0xaa6f23ad rfkill_get_led_trigger_name +EXPORT_SYMBOL vmlinux 0xaa8f1b71 inet_addr_is_any +EXPORT_SYMBOL vmlinux 0xaaa4b9bc hchacha_block_generic +EXPORT_SYMBOL vmlinux 0xaaaf9b7e __break_lease +EXPORT_SYMBOL vmlinux 0xaad0ae78 __bitmap_shift_right +EXPORT_SYMBOL vmlinux 0xaad6d92f rfkill_init_sw_state +EXPORT_SYMBOL vmlinux 0xaad8c7d6 default_wake_function +EXPORT_SYMBOL vmlinux 0xaae8ab0e acpi_bus_power_manageable +EXPORT_SYMBOL vmlinux 0xaae9e4e8 skb_seq_read +EXPORT_SYMBOL vmlinux 0xaafdc258 strcasecmp +EXPORT_SYMBOL vmlinux 0xab0a9d37 agp_free_memory +EXPORT_SYMBOL vmlinux 0xab0c2d44 register_key_type +EXPORT_SYMBOL vmlinux 0xab3697e4 irq_poll_init +EXPORT_SYMBOL vmlinux 0xab3b75ea vme_dma_pattern_attribute +EXPORT_SYMBOL vmlinux 0xab3b88a4 scsi_eh_restore_cmnd +EXPORT_SYMBOL vmlinux 0xab405972 mmc_cqe_start_req +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 0xab7a4ef7 set_page_dirty_lock +EXPORT_SYMBOL vmlinux 0xaba35242 inet6_del_protocol +EXPORT_SYMBOL vmlinux 0xabab7181 page_mapping +EXPORT_SYMBOL vmlinux 0xabb39e2b stop_tty +EXPORT_SYMBOL vmlinux 0xabb42425 set_groups +EXPORT_SYMBOL vmlinux 0xabc1b1eb ethtool_intersect_link_masks +EXPORT_SYMBOL vmlinux 0xabd8b61b netdev_adjacent_change_prepare +EXPORT_SYMBOL vmlinux 0xabe42400 kthread_create_on_cpu +EXPORT_SYMBOL vmlinux 0xabe7e964 skb_queue_head +EXPORT_SYMBOL vmlinux 0xabf32f29 utf16s_to_utf8s +EXPORT_SYMBOL vmlinux 0xabf56a85 __module_put_and_kthread_exit +EXPORT_SYMBOL vmlinux 0xabf5b8a6 pci_find_resource +EXPORT_SYMBOL vmlinux 0xabfbb219 xen_free_ballooned_pages +EXPORT_SYMBOL vmlinux 0xac03d037 inet_register_protosw +EXPORT_SYMBOL vmlinux 0xac04882a register_tcf_proto_ops +EXPORT_SYMBOL vmlinux 0xac0b150d netif_inherit_tso_max +EXPORT_SYMBOL vmlinux 0xac0df970 wireless_send_event +EXPORT_SYMBOL vmlinux 0xac13bb92 migrate_vma_pages +EXPORT_SYMBOL vmlinux 0xac193865 device_get_ethdev_address +EXPORT_SYMBOL vmlinux 0xac1a55be unregister_reboot_notifier +EXPORT_SYMBOL vmlinux 0xac249804 __blk_rq_map_sg +EXPORT_SYMBOL vmlinux 0xac2bbf07 rfkill_alloc +EXPORT_SYMBOL vmlinux 0xac2cf22b phy_detach +EXPORT_SYMBOL vmlinux 0xac3201b0 udp_flow_hashrnd +EXPORT_SYMBOL vmlinux 0xac40d8bb blk_queue_io_opt +EXPORT_SYMBOL vmlinux 0xac44ed4d ipv6_skip_exthdr +EXPORT_SYMBOL vmlinux 0xac537ac2 percpu_counter_destroy +EXPORT_SYMBOL vmlinux 0xac548498 sync_blockdev +EXPORT_SYMBOL vmlinux 0xac5fcec0 in4_pton +EXPORT_SYMBOL vmlinux 0xac801943 netdev_bind_sb_channel_queue +EXPORT_SYMBOL vmlinux 0xac8c0ad3 blk_dump_rq_flags +EXPORT_SYMBOL vmlinux 0xac9d5240 fscrypt_setup_filename +EXPORT_SYMBOL vmlinux 0xaca792d7 bio_alloc_bioset +EXPORT_SYMBOL vmlinux 0xacaa4c72 dma_fence_match_context +EXPORT_SYMBOL vmlinux 0xacab29b7 seq_hlist_start_percpu +EXPORT_SYMBOL vmlinux 0xacaeef4e devm_devfreq_register_notifier +EXPORT_SYMBOL vmlinux 0xacbd3894 dma_resv_iter_first_unlocked +EXPORT_SYMBOL vmlinux 0xacd13e7e rproc_elf_sanity_check +EXPORT_SYMBOL vmlinux 0xacd3e44b tcf_qevent_validate_change +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 0xacef3d98 i2c_smbus_write_i2c_block_data +EXPORT_SYMBOL vmlinux 0xacf4d843 match_strdup +EXPORT_SYMBOL vmlinux 0xacf649bf audit_log_task_info +EXPORT_SYMBOL vmlinux 0xad0413d4 match_hex +EXPORT_SYMBOL vmlinux 0xad1036a2 amd_iommu_activate_guest_mode +EXPORT_SYMBOL vmlinux 0xad115dec eth_prepare_mac_addr_change +EXPORT_SYMBOL vmlinux 0xad166511 __skb_free_datagram_locked +EXPORT_SYMBOL vmlinux 0xad32c050 flow_rule_match_ct +EXPORT_SYMBOL vmlinux 0xad357a68 dquot_drop +EXPORT_SYMBOL vmlinux 0xad377571 bdi_put +EXPORT_SYMBOL vmlinux 0xad3c6003 dm_table_event +EXPORT_SYMBOL vmlinux 0xad48e2a9 kern_unmount_array +EXPORT_SYMBOL vmlinux 0xad4a5267 acpi_pm_device_sleep_state +EXPORT_SYMBOL vmlinux 0xad536c91 x86_cpu_to_acpiid +EXPORT_SYMBOL vmlinux 0xad53a002 __x86_indirect_call_thunk_rbp +EXPORT_SYMBOL vmlinux 0xad571ce5 mini_qdisc_pair_block_init +EXPORT_SYMBOL vmlinux 0xad5849e9 page_symlink +EXPORT_SYMBOL vmlinux 0xad6ba40e radix_tree_tag_get +EXPORT_SYMBOL vmlinux 0xad73041f autoremove_wake_function +EXPORT_SYMBOL vmlinux 0xad9901ae bit_waitqueue +EXPORT_SYMBOL vmlinux 0xad9cc5d6 __xfrm_state_delete +EXPORT_SYMBOL vmlinux 0xad9e7b3d finish_open +EXPORT_SYMBOL vmlinux 0xada31e57 gen_pool_dma_alloc_align +EXPORT_SYMBOL vmlinux 0xada9edf4 fscrypt_encrypt_pagecache_blocks +EXPORT_SYMBOL vmlinux 0xadad7369 mipi_dsi_dcs_get_pixel_format +EXPORT_SYMBOL vmlinux 0xadae6df8 blake2s_final +EXPORT_SYMBOL vmlinux 0xadbeed61 mipi_dsi_packet_format_is_long +EXPORT_SYMBOL vmlinux 0xadd139d4 rfs_needed +EXPORT_SYMBOL vmlinux 0xadf62918 to_ndd +EXPORT_SYMBOL vmlinux 0xadfca986 devm_get_clk_from_child +EXPORT_SYMBOL vmlinux 0xae04012c __vmalloc +EXPORT_SYMBOL vmlinux 0xae167cf8 tty_vhangup +EXPORT_SYMBOL vmlinux 0xae1d2c5e fb_modesetting_disabled +EXPORT_SYMBOL vmlinux 0xae204709 scsi_scan_target +EXPORT_SYMBOL vmlinux 0xae29fa84 pci_get_class +EXPORT_SYMBOL vmlinux 0xae316c11 icmpv6_err_convert +EXPORT_SYMBOL vmlinux 0xae40b953 __do_once_done +EXPORT_SYMBOL vmlinux 0xae5a04bb acpi_evaluate_dsm +EXPORT_SYMBOL vmlinux 0xae5a40ae inode_set_bytes +EXPORT_SYMBOL vmlinux 0xae66472b scsi_kmap_atomic_sg +EXPORT_SYMBOL vmlinux 0xae78a724 skb_ensure_writable +EXPORT_SYMBOL vmlinux 0xae8b1eff dqput +EXPORT_SYMBOL vmlinux 0xae8d2d33 udp_seq_start +EXPORT_SYMBOL vmlinux 0xae9363b4 jbd2_journal_inode_ranged_write +EXPORT_SYMBOL vmlinux 0xaeac049a generate_random_guid +EXPORT_SYMBOL vmlinux 0xaeb082ad _raw_read_unlock_bh +EXPORT_SYMBOL vmlinux 0xaeb73eeb jbd2_journal_grab_journal_head +EXPORT_SYMBOL vmlinux 0xaebd12f0 acpi_get_name +EXPORT_SYMBOL vmlinux 0xaef8194a genphy_aneg_done +EXPORT_SYMBOL vmlinux 0xaf0aec8b blkdev_put +EXPORT_SYMBOL vmlinux 0xaf0c277f vfs_get_fsid +EXPORT_SYMBOL vmlinux 0xaf130496 fs_context_for_reconfigure +EXPORT_SYMBOL vmlinux 0xaf27b461 fs_param_is_u32 +EXPORT_SYMBOL vmlinux 0xaf354bbe cpu_tss_rw +EXPORT_SYMBOL vmlinux 0xaf3dd7dc scsi_logging_level +EXPORT_SYMBOL vmlinux 0xaf59c708 balance_dirty_pages_ratelimited +EXPORT_SYMBOL vmlinux 0xaf95a556 __nla_put_64bit +EXPORT_SYMBOL vmlinux 0xaf988861 max8998_read_reg +EXPORT_SYMBOL vmlinux 0xaf9f0232 scsi_block_requests +EXPORT_SYMBOL vmlinux 0xafaa6031 _find_next_and_bit +EXPORT_SYMBOL vmlinux 0xafb03b56 key_payload_reserve +EXPORT_SYMBOL vmlinux 0xafb2d7ba __tty_insert_flip_char +EXPORT_SYMBOL vmlinux 0xafb864c1 refcount_dec_and_lock_irqsave +EXPORT_SYMBOL vmlinux 0xafc08054 dotdot_name +EXPORT_SYMBOL vmlinux 0xafc6c68e zstd_is_error +EXPORT_SYMBOL vmlinux 0xafd5ff2c amd_iommu_v2_supported +EXPORT_SYMBOL vmlinux 0xafd744c6 __x86_indirect_thunk_rbp +EXPORT_SYMBOL vmlinux 0xaff3bc0a skb_coalesce_rx_frag +EXPORT_SYMBOL vmlinux 0xaff7581e param_set_int +EXPORT_SYMBOL vmlinux 0xb0135947 load_nls +EXPORT_SYMBOL vmlinux 0xb01bebf9 xfrm_get_acqseq +EXPORT_SYMBOL vmlinux 0xb01e27da __icmp_send +EXPORT_SYMBOL vmlinux 0xb027c693 netdev_features_change +EXPORT_SYMBOL vmlinux 0xb02df2d6 __traceiter_rdpmc +EXPORT_SYMBOL vmlinux 0xb02f1f90 mipi_dsi_dcs_set_page_address +EXPORT_SYMBOL vmlinux 0xb0332c92 jbd2_journal_wipe +EXPORT_SYMBOL vmlinux 0xb0375f54 jbd2_fc_end_commit +EXPORT_SYMBOL vmlinux 0xb04a43ad __xa_alloc_cyclic +EXPORT_SYMBOL vmlinux 0xb058ca07 dim_calc_stats +EXPORT_SYMBOL vmlinux 0xb05a6a51 max8925_bulk_read +EXPORT_SYMBOL vmlinux 0xb05fc310 sysctl_rmem_max +EXPORT_SYMBOL vmlinux 0xb0616311 bpf_link_put +EXPORT_SYMBOL vmlinux 0xb0617db4 wait_for_completion_state +EXPORT_SYMBOL vmlinux 0xb063bb42 compat_ptr_ioctl +EXPORT_SYMBOL vmlinux 0xb079ed6d mmc_gpio_set_cd_isr +EXPORT_SYMBOL vmlinux 0xb08a0136 pci_reenable_device +EXPORT_SYMBOL vmlinux 0xb08a03e8 pci_request_regions_exclusive +EXPORT_SYMBOL vmlinux 0xb091edd0 blk_mq_stop_hw_queues +EXPORT_SYMBOL vmlinux 0xb0a0da0c rational_best_approximation +EXPORT_SYMBOL vmlinux 0xb0b76945 __x86_indirect_call_thunk_rsp +EXPORT_SYMBOL vmlinux 0xb0ba363c napi_consume_skb +EXPORT_SYMBOL vmlinux 0xb0bdc140 sock_i_uid +EXPORT_SYMBOL vmlinux 0xb0c5e247 lockref_put_return +EXPORT_SYMBOL vmlinux 0xb0e10781 get_option +EXPORT_SYMBOL vmlinux 0xb0e602eb memmove +EXPORT_SYMBOL vmlinux 0xb0f5dc9a mmc_gpiod_request_cd_irq +EXPORT_SYMBOL vmlinux 0xb11bb40e tcp_seq_stop +EXPORT_SYMBOL vmlinux 0xb11c41c1 kmem_cache_size +EXPORT_SYMBOL vmlinux 0xb11e6231 tcp_read_skb +EXPORT_SYMBOL vmlinux 0xb11e6d8f skb_flow_dissector_init +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 0xb1348ec4 unix_detach_fds +EXPORT_SYMBOL vmlinux 0xb14ab1ef hdmi_audio_infoframe_init +EXPORT_SYMBOL vmlinux 0xb14fc46a find_next_clump8 +EXPORT_SYMBOL vmlinux 0xb1518e15 cancel_work +EXPORT_SYMBOL vmlinux 0xb1556fab skb_split +EXPORT_SYMBOL vmlinux 0xb16e955a mount_nodev +EXPORT_SYMBOL vmlinux 0xb18156d2 iw_handler_set_thrspy +EXPORT_SYMBOL vmlinux 0xb1842d7f vfs_fileattr_set +EXPORT_SYMBOL vmlinux 0xb19a5453 __per_cpu_offset +EXPORT_SYMBOL vmlinux 0xb19a63d0 tcp_read_done +EXPORT_SYMBOL vmlinux 0xb1b3b8c1 xfrm_state_walk_done +EXPORT_SYMBOL vmlinux 0xb1b5a8f8 input_mt_drop_unused +EXPORT_SYMBOL vmlinux 0xb1c3a01a oops_in_progress +EXPORT_SYMBOL vmlinux 0xb1ddf995 jiffies_64_to_clock_t +EXPORT_SYMBOL vmlinux 0xb1f29224 reuseport_migrate_sock +EXPORT_SYMBOL vmlinux 0xb207b184 pci_enable_wake +EXPORT_SYMBOL vmlinux 0xb2166513 fb_get_buffer_offset +EXPORT_SYMBOL vmlinux 0xb219d56c wbinvd_on_cpu +EXPORT_SYMBOL vmlinux 0xb21c3902 sock_enable_timestamps +EXPORT_SYMBOL vmlinux 0xb21fc567 jbd2_journal_start_commit +EXPORT_SYMBOL vmlinux 0xb2238b81 blk_pre_runtime_resume +EXPORT_SYMBOL vmlinux 0xb226ca08 vlan_vid_add +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 0xb23a6088 skb_checksum +EXPORT_SYMBOL vmlinux 0xb25557f9 xp_can_alloc +EXPORT_SYMBOL vmlinux 0xb25a3413 seq_putc +EXPORT_SYMBOL vmlinux 0xb2601486 __SCT__tp_func_dma_fence_enable_signal +EXPORT_SYMBOL vmlinux 0xb2667346 register_shrinker +EXPORT_SYMBOL vmlinux 0xb26b0fe7 input_unregister_handler +EXPORT_SYMBOL vmlinux 0xb27ba9f7 inet_addr_type +EXPORT_SYMBOL vmlinux 0xb29b67ce devfreq_update_interval +EXPORT_SYMBOL vmlinux 0xb2bcb088 acpi_current_gpe_count +EXPORT_SYMBOL vmlinux 0xb2f35c6a xxh64 +EXPORT_SYMBOL vmlinux 0xb2f74fb6 intel_gmch_remove +EXPORT_SYMBOL vmlinux 0xb2f8ab6a fib_notifier_ops_unregister +EXPORT_SYMBOL vmlinux 0xb2fcb56d queue_delayed_work_on +EXPORT_SYMBOL vmlinux 0xb2fd5ceb __put_user_4 +EXPORT_SYMBOL vmlinux 0xb306ec50 __sg_alloc_table +EXPORT_SYMBOL vmlinux 0xb308c97d wait_woken +EXPORT_SYMBOL vmlinux 0xb30b9822 vme_master_set +EXPORT_SYMBOL vmlinux 0xb30f3473 blkdev_compat_ptr_ioctl +EXPORT_SYMBOL vmlinux 0xb314ba27 qdisc_offload_graft_helper +EXPORT_SYMBOL vmlinux 0xb3258f79 __ubsan_handle_type_mismatch_v1 +EXPORT_SYMBOL vmlinux 0xb32a5973 acpi_ut_status_exit +EXPORT_SYMBOL vmlinux 0xb3471757 dquot_get_next_id +EXPORT_SYMBOL vmlinux 0xb3610324 blkdev_issue_flush +EXPORT_SYMBOL vmlinux 0xb36112d5 netpoll_setup +EXPORT_SYMBOL vmlinux 0xb36199c5 bd_abort_claiming +EXPORT_SYMBOL vmlinux 0xb3687850 out_of_line_wait_on_bit_lock +EXPORT_SYMBOL vmlinux 0xb3707e6e flow_keys_basic_dissector +EXPORT_SYMBOL vmlinux 0xb3785b42 misc_deregister +EXPORT_SYMBOL vmlinux 0xb3863a67 acpi_set_gpe_wake_mask +EXPORT_SYMBOL vmlinux 0xb3867e6d mtree_insert +EXPORT_SYMBOL vmlinux 0xb3a2dfdf nmi_panic +EXPORT_SYMBOL vmlinux 0xb3b7df1f page_pool_update_nid +EXPORT_SYMBOL vmlinux 0xb3d2c76d scsi_hostbyte_string +EXPORT_SYMBOL vmlinux 0xb3de36f2 folio_migrate_mapping +EXPORT_SYMBOL vmlinux 0xb3ef7687 component_match_add_typed +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 0xb3f8cefd netif_skb_features +EXPORT_SYMBOL vmlinux 0xb3f985a8 sg_alloc_table +EXPORT_SYMBOL vmlinux 0xb4043948 acpi_execute_simple_method +EXPORT_SYMBOL vmlinux 0xb40663c2 bdi_register +EXPORT_SYMBOL vmlinux 0xb423dba1 console_blanked +EXPORT_SYMBOL vmlinux 0xb42b1cb3 dcache_readdir +EXPORT_SYMBOL vmlinux 0xb4340ae3 pci_get_subsys +EXPORT_SYMBOL vmlinux 0xb4406204 skb_copy_and_csum_dev +EXPORT_SYMBOL vmlinux 0xb442db83 tty_port_close_end +EXPORT_SYMBOL vmlinux 0xb4491cd4 nvdimm_namespace_disk_name +EXPORT_SYMBOL vmlinux 0xb4577003 acpi_dev_present +EXPORT_SYMBOL vmlinux 0xb4618b50 cookie_ecn_ok +EXPORT_SYMBOL vmlinux 0xb4631f5b dcache_dir_lseek +EXPORT_SYMBOL vmlinux 0xb47cca30 csum_ipv6_magic +EXPORT_SYMBOL vmlinux 0xb47e8731 mipi_dsi_dcs_set_column_address +EXPORT_SYMBOL vmlinux 0xb48d4d22 security_sb_eat_lsm_opts +EXPORT_SYMBOL vmlinux 0xb48dce18 vfs_get_tree +EXPORT_SYMBOL vmlinux 0xb49601a1 sg_zero_buffer +EXPORT_SYMBOL vmlinux 0xb4a25ff8 inet_csk_delete_keepalive_timer +EXPORT_SYMBOL vmlinux 0xb4a5ee90 unregister_netdevice_queue +EXPORT_SYMBOL vmlinux 0xb4a79898 blk_limits_io_opt +EXPORT_SYMBOL vmlinux 0xb4a8e5de tcf_chain_put_by_act +EXPORT_SYMBOL vmlinux 0xb4b0ab7c single_open +EXPORT_SYMBOL vmlinux 0xb4bedbb0 skb_copy_datagram_from_iter +EXPORT_SYMBOL vmlinux 0xb4c3dc83 ppp_channel_index +EXPORT_SYMBOL vmlinux 0xb4c4adf3 datagram_poll +EXPORT_SYMBOL vmlinux 0xb4ca6b6c fault_in_iov_iter_writeable +EXPORT_SYMBOL vmlinux 0xb4f326f6 _dev_alert +EXPORT_SYMBOL vmlinux 0xb51e1c18 locks_remove_posix +EXPORT_SYMBOL vmlinux 0xb52d10cb unregister_nls +EXPORT_SYMBOL vmlinux 0xb52eb963 unregister_netdevice_notifier_dev_net +EXPORT_SYMBOL vmlinux 0xb53f2810 tcp_sockets_allocated +EXPORT_SYMBOL vmlinux 0xb54f51be __skb_flow_dissect +EXPORT_SYMBOL vmlinux 0xb5635a30 kernel_sock_ip_overhead +EXPORT_SYMBOL vmlinux 0xb56c6f87 rproc_add +EXPORT_SYMBOL vmlinux 0xb5743610 put_watch_queue +EXPORT_SYMBOL vmlinux 0xb58c611e sockopt_ns_capable +EXPORT_SYMBOL vmlinux 0xb59e930e flow_rule_match_ipv4_addrs +EXPORT_SYMBOL vmlinux 0xb5a459dc unregister_blkdev +EXPORT_SYMBOL vmlinux 0xb5a53f1d ps2_drain +EXPORT_SYMBOL vmlinux 0xb5aa7165 dma_pool_destroy +EXPORT_SYMBOL vmlinux 0xb5aa86be netpoll_send_udp +EXPORT_SYMBOL vmlinux 0xb5ab892d uv_undefined +EXPORT_SYMBOL vmlinux 0xb5b54b34 _raw_spin_unlock +EXPORT_SYMBOL vmlinux 0xb5b63711 fileattr_fill_xflags +EXPORT_SYMBOL vmlinux 0xb5c5951e mmc_gpiod_request_cd +EXPORT_SYMBOL vmlinux 0xb5d71a0b mr_mfc_find_parent +EXPORT_SYMBOL vmlinux 0xb5dd9da1 scsi_remove_target +EXPORT_SYMBOL vmlinux 0xb5e73116 flush_delayed_work +EXPORT_SYMBOL vmlinux 0xb5f031aa start_tty +EXPORT_SYMBOL vmlinux 0xb5f7233e prepare_kernel_cred +EXPORT_SYMBOL vmlinux 0xb5f77efa filemap_dirty_folio +EXPORT_SYMBOL vmlinux 0xb61d6fc2 down_read_interruptible +EXPORT_SYMBOL vmlinux 0xb62925ef bio_integrity_prep +EXPORT_SYMBOL vmlinux 0xb633f115 irq_poll_enable +EXPORT_SYMBOL vmlinux 0xb6356338 dquot_get_state +EXPORT_SYMBOL vmlinux 0xb644c87a ptp_schedule_worker +EXPORT_SYMBOL vmlinux 0xb654ef65 acpi_os_read_port +EXPORT_SYMBOL vmlinux 0xb65a7b28 pci_fixup_device +EXPORT_SYMBOL vmlinux 0xb65da2fa qdisc_watchdog_init_clockid +EXPORT_SYMBOL vmlinux 0xb66aa727 insert_inode_locked4 +EXPORT_SYMBOL vmlinux 0xb66e96d8 netlbl_audit_start +EXPORT_SYMBOL vmlinux 0xb673666d simple_setattr +EXPORT_SYMBOL vmlinux 0xb673e3fd netlink_rcv_skb +EXPORT_SYMBOL vmlinux 0xb674a534 acpi_unmap_cpu +EXPORT_SYMBOL vmlinux 0xb678366f int_sqrt +EXPORT_SYMBOL vmlinux 0xb67ea3a0 neigh_for_each +EXPORT_SYMBOL vmlinux 0xb67fec0e uuid_parse +EXPORT_SYMBOL vmlinux 0xb683b64c _dev_emerg +EXPORT_SYMBOL vmlinux 0xb6915d0d seq_file_path +EXPORT_SYMBOL vmlinux 0xb6936ffe _bcd2bin +EXPORT_SYMBOL vmlinux 0xb69d96ee __blk_alloc_disk +EXPORT_SYMBOL vmlinux 0xb6acaa13 phy_sfp_detach +EXPORT_SYMBOL vmlinux 0xb6c0e1c6 dst_release +EXPORT_SYMBOL vmlinux 0xb6cb556a _find_first_and_bit +EXPORT_SYMBOL vmlinux 0xb6dd86ab xfrm_policy_walk_done +EXPORT_SYMBOL vmlinux 0xb6de7268 jbd2_journal_init_inode +EXPORT_SYMBOL vmlinux 0xb6e36ce2 psched_ratecfg_precompute +EXPORT_SYMBOL vmlinux 0xb6fde909 close_fd +EXPORT_SYMBOL vmlinux 0xb6fed912 xp_raw_get_data +EXPORT_SYMBOL vmlinux 0xb7034a15 i2c_put_adapter +EXPORT_SYMBOL vmlinux 0xb70cd21e skb_queue_tail +EXPORT_SYMBOL vmlinux 0xb7105bd2 ip6_find_1stfragopt +EXPORT_SYMBOL vmlinux 0xb71589f0 skip_spaces +EXPORT_SYMBOL vmlinux 0xb71ed69f __hw_addr_unsync +EXPORT_SYMBOL vmlinux 0xb723d918 proc_remove +EXPORT_SYMBOL vmlinux 0xb737b185 gen_pool_best_fit +EXPORT_SYMBOL vmlinux 0xb74d93d5 secure_tcpv6_ts_off +EXPORT_SYMBOL vmlinux 0xb750e46c md_finish_reshape +EXPORT_SYMBOL vmlinux 0xb752eb7e abort_creds +EXPORT_SYMBOL vmlinux 0xb758364c security_path_rename +EXPORT_SYMBOL vmlinux 0xb7593ddc iosf_mbi_unregister_pmic_bus_access_notifier +EXPORT_SYMBOL vmlinux 0xb7662c7e tcf_exts_terse_dump +EXPORT_SYMBOL vmlinux 0xb7722f3d tcp_md5_do_add +EXPORT_SYMBOL vmlinux 0xb779c1d3 kernel_sendpage +EXPORT_SYMBOL vmlinux 0xb7827c29 register_framebuffer +EXPORT_SYMBOL vmlinux 0xb78debe3 LZ4_decompress_fast_usingDict +EXPORT_SYMBOL vmlinux 0xb7bdecec vme_dma_list_exec +EXPORT_SYMBOL vmlinux 0xb7c0f443 sort +EXPORT_SYMBOL vmlinux 0xb7c42bf9 phy_read_paged +EXPORT_SYMBOL vmlinux 0xb7c5a3c6 seq_write +EXPORT_SYMBOL vmlinux 0xb7c6db70 sysctl_max_skb_frags +EXPORT_SYMBOL vmlinux 0xb80b4a18 zstd_compress_bound +EXPORT_SYMBOL vmlinux 0xb818c44c tty_port_close +EXPORT_SYMBOL vmlinux 0xb81e5e9c finish_no_open +EXPORT_SYMBOL vmlinux 0xb836a412 mipi_dsi_dcs_read +EXPORT_SYMBOL vmlinux 0xb83f949a inet_put_port +EXPORT_SYMBOL vmlinux 0xb862f7ea __x86_indirect_jump_thunk_rbx +EXPORT_SYMBOL vmlinux 0xb868ac5c register_sysrq_key +EXPORT_SYMBOL vmlinux 0xb86ee514 km_policy_notify +EXPORT_SYMBOL vmlinux 0xb86f74c5 free_cpumask_var +EXPORT_SYMBOL vmlinux 0xb871d245 jbd2_journal_finish_inode_data_buffers +EXPORT_SYMBOL vmlinux 0xb8876967 vga_get +EXPORT_SYMBOL vmlinux 0xb894526b udp6_set_csum +EXPORT_SYMBOL vmlinux 0xb89b6e6b guid_parse +EXPORT_SYMBOL vmlinux 0xb8b043f2 kfree_link +EXPORT_SYMBOL vmlinux 0xb8b28273 jbd2_journal_forget +EXPORT_SYMBOL vmlinux 0xb8c5ff5d fs_param_is_bool +EXPORT_SYMBOL vmlinux 0xb8dfd8bd skb_add_rx_frag +EXPORT_SYMBOL vmlinux 0xb8e7ce2c __put_user_8 +EXPORT_SYMBOL vmlinux 0xb8fade89 simple_symlink_inode_operations +EXPORT_SYMBOL vmlinux 0xb8fd14b7 lock_sock_nested +EXPORT_SYMBOL vmlinux 0xb8ff5b56 md_bitmap_start_sync +EXPORT_SYMBOL vmlinux 0xb907513f unpoison_memory +EXPORT_SYMBOL vmlinux 0xb911bb58 minmax_running_max +EXPORT_SYMBOL vmlinux 0xb920db49 acpi_tb_install_and_load_table +EXPORT_SYMBOL vmlinux 0xb9235911 kset_unregister +EXPORT_SYMBOL vmlinux 0xb9235e5a jbd2_journal_init_jbd_inode +EXPORT_SYMBOL vmlinux 0xb935f4a0 phy_register_fixup_for_id +EXPORT_SYMBOL vmlinux 0xb94339c4 qdisc_put_stab +EXPORT_SYMBOL vmlinux 0xb9478d90 hdmi_drm_infoframe_unpack_only +EXPORT_SYMBOL vmlinux 0xb965ad0e redirty_page_for_writepage +EXPORT_SYMBOL vmlinux 0xb96c4f9e audit_log_subject_context +EXPORT_SYMBOL vmlinux 0xb97220ff bitmap_parse +EXPORT_SYMBOL vmlinux 0xb97b0a23 con_set_default_unimap +EXPORT_SYMBOL vmlinux 0xb97f7045 acpi_install_gpe_handler +EXPORT_SYMBOL vmlinux 0xb9910e73 jbd2_fc_end_commit_fallback +EXPORT_SYMBOL vmlinux 0xb993f8f9 of_find_mipi_dsi_device_by_node +EXPORT_SYMBOL vmlinux 0xb99b9012 __dev_queue_xmit +EXPORT_SYMBOL vmlinux 0xb9a09ddd __x86_indirect_jump_thunk_rcx +EXPORT_SYMBOL vmlinux 0xb9af1d0d __xa_clear_mark +EXPORT_SYMBOL vmlinux 0xb9b0cb70 skb_copy +EXPORT_SYMBOL vmlinux 0xb9c5ae4a phy_driver_unregister +EXPORT_SYMBOL vmlinux 0xb9cc7355 vme_dma_list_add +EXPORT_SYMBOL vmlinux 0xb9d0d227 devm_of_find_backlight +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 0xba0676e2 vm_zone_stat +EXPORT_SYMBOL vmlinux 0xba0f8973 pneigh_lookup +EXPORT_SYMBOL vmlinux 0xba1008c8 __crc32c_le +EXPORT_SYMBOL vmlinux 0xba1025d5 pci_disable_device +EXPORT_SYMBOL vmlinux 0xba135690 make_bad_inode +EXPORT_SYMBOL vmlinux 0xba2449b3 __x86_indirect_jump_thunk_rax +EXPORT_SYMBOL vmlinux 0xba497f13 loops_per_jiffy +EXPORT_SYMBOL vmlinux 0xba4cc937 unregister_console +EXPORT_SYMBOL vmlinux 0xba6d888a tcp_filter +EXPORT_SYMBOL vmlinux 0xba8fbd64 _raw_spin_lock +EXPORT_SYMBOL vmlinux 0xba9cfbca vfs_iter_read +EXPORT_SYMBOL vmlinux 0xba9ef6b7 get_tree_bdev +EXPORT_SYMBOL vmlinux 0xbac8aeea sg_nents_for_len +EXPORT_SYMBOL vmlinux 0xbad35c1a ppp_dev_name +EXPORT_SYMBOL vmlinux 0xbae221dc i2c_transfer_buffer_flags +EXPORT_SYMBOL vmlinux 0xbae68048 genphy_read_lpa +EXPORT_SYMBOL vmlinux 0xbaf353cf fs_param_is_enum +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 0xbb148ccb rproc_report_crash +EXPORT_SYMBOL vmlinux 0xbb1bac24 acpi_unregister_debugger +EXPORT_SYMBOL vmlinux 0xbb1e3592 vfs_create_mount +EXPORT_SYMBOL vmlinux 0xbb1fb729 iterate_dir +EXPORT_SYMBOL vmlinux 0xbb24f607 init_cdrom_command +EXPORT_SYMBOL vmlinux 0xbb4f4766 simple_write_to_buffer +EXPORT_SYMBOL vmlinux 0xbb7a0efa file_ns_capable +EXPORT_SYMBOL vmlinux 0xbb8e169a vga_switcheroo_handler_flags +EXPORT_SYMBOL vmlinux 0xbb927665 xfrm_unregister_type +EXPORT_SYMBOL vmlinux 0xbb9ed3bf mutex_trylock +EXPORT_SYMBOL vmlinux 0xbb9ef398 udp_set_csum +EXPORT_SYMBOL vmlinux 0xbba7f2f2 __cpuhp_setup_state_cpuslocked +EXPORT_SYMBOL vmlinux 0xbbb94ea9 dev_addr_del +EXPORT_SYMBOL vmlinux 0xbbdd283e blk_post_runtime_suspend +EXPORT_SYMBOL vmlinux 0xbbef6742 scsi_change_queue_depth +EXPORT_SYMBOL vmlinux 0xbc10061f wireless_spy_update +EXPORT_SYMBOL vmlinux 0xbc137a0e mnt_drop_write_file +EXPORT_SYMBOL vmlinux 0xbc1a112c vmf_insert_mixed_mkwrite +EXPORT_SYMBOL vmlinux 0xbc2031de acpi_processor_get_bios_limit +EXPORT_SYMBOL vmlinux 0xbc278c9c single_open_size +EXPORT_SYMBOL vmlinux 0xbc3ce31d sock_init_data +EXPORT_SYMBOL vmlinux 0xbc487982 pldmfw_flash_image +EXPORT_SYMBOL vmlinux 0xbc5125bd __folio_lock +EXPORT_SYMBOL vmlinux 0xbc71fdec __ip_queue_xmit +EXPORT_SYMBOL vmlinux 0xbc8a8e57 generic_perform_write +EXPORT_SYMBOL vmlinux 0xbc96aac6 ip6_fraglist_prepare +EXPORT_SYMBOL vmlinux 0xbcab6ee6 sscanf +EXPORT_SYMBOL vmlinux 0xbcb36fe4 hugetlb_optimize_vmemmap_key +EXPORT_SYMBOL vmlinux 0xbccea8a9 xfrm_user_policy +EXPORT_SYMBOL vmlinux 0xbcdc9231 __pagevec_release +EXPORT_SYMBOL vmlinux 0xbce414c3 tty_unthrottle +EXPORT_SYMBOL vmlinux 0xbce5b5bf dev_add_offload +EXPORT_SYMBOL vmlinux 0xbcebce7b nf_unregister_net_hooks +EXPORT_SYMBOL vmlinux 0xbcef8b58 __x86_indirect_jump_thunk_rdx +EXPORT_SYMBOL vmlinux 0xbcf9a990 jbd2_journal_load +EXPORT_SYMBOL vmlinux 0xbd034558 serio_open +EXPORT_SYMBOL vmlinux 0xbd0860da netif_receive_skb_core +EXPORT_SYMBOL vmlinux 0xbd11b0cd sock_no_sendpage_locked +EXPORT_SYMBOL vmlinux 0xbd13a2b5 inet_stream_connect +EXPORT_SYMBOL vmlinux 0xbd393ca3 ioread64be_lo_hi +EXPORT_SYMBOL vmlinux 0xbd3d31db mfd_add_devices +EXPORT_SYMBOL vmlinux 0xbd462b55 __kfifo_init +EXPORT_SYMBOL vmlinux 0xbd52b114 nvdimm_namespace_capacity +EXPORT_SYMBOL vmlinux 0xbd64123f param_get_string +EXPORT_SYMBOL vmlinux 0xbd6841d4 crc16 +EXPORT_SYMBOL vmlinux 0xbd6dd026 from_kprojid_munged +EXPORT_SYMBOL vmlinux 0xbd727a09 icmpv6_ndo_send +EXPORT_SYMBOL vmlinux 0xbd86b732 __vfs_setxattr +EXPORT_SYMBOL vmlinux 0xbd887382 tcf_exts_dump_stats +EXPORT_SYMBOL vmlinux 0xbd909fc1 nvdimm_namespace_common_probe +EXPORT_SYMBOL vmlinux 0xbd956b8e __tracepoint_dma_fence_signaled +EXPORT_SYMBOL vmlinux 0xbda26a65 blk_mq_start_stopped_hw_queues +EXPORT_SYMBOL vmlinux 0xbdb3cf19 find_inode_nowait +EXPORT_SYMBOL vmlinux 0xbdbd3029 mdiobus_write_nested +EXPORT_SYMBOL vmlinux 0xbdc21f33 inet_csk_reqsk_queue_add +EXPORT_SYMBOL vmlinux 0xbdc93353 devm_of_iomap +EXPORT_SYMBOL vmlinux 0xbdd3d211 kernel_connect +EXPORT_SYMBOL vmlinux 0xbdd60a4a acpi_bus_register_driver +EXPORT_SYMBOL vmlinux 0xbdecb04e md_cluster_ops +EXPORT_SYMBOL vmlinux 0xbdfb6dbb __fentry__ +EXPORT_SYMBOL vmlinux 0xbe0110e7 acpi_set_gpe +EXPORT_SYMBOL vmlinux 0xbe0a1231 icmp_ndo_send +EXPORT_SYMBOL vmlinux 0xbe263f36 cred_fscmp +EXPORT_SYMBOL vmlinux 0xbe2e793b simple_dir_operations +EXPORT_SYMBOL vmlinux 0xbe4064e9 nf_ct_attach +EXPORT_SYMBOL vmlinux 0xbe422d89 nd_region_release_lane +EXPORT_SYMBOL vmlinux 0xbe49252c acpi_os_write_port +EXPORT_SYMBOL vmlinux 0xbe4d30ee sock_set_sndtimeo +EXPORT_SYMBOL vmlinux 0xbe4eb6ed secure_dccpv6_sequence_number +EXPORT_SYMBOL vmlinux 0xbe53cff8 tty_devnum +EXPORT_SYMBOL vmlinux 0xbe54e09e iterate_supers_type +EXPORT_SYMBOL vmlinux 0xbe5a24e9 xxh32_copy_state +EXPORT_SYMBOL vmlinux 0xbe655098 i2c_smbus_read_i2c_block_data_or_emulated +EXPORT_SYMBOL vmlinux 0xbe6a866f __wait_on_bit +EXPORT_SYMBOL vmlinux 0xbe6a8c96 zstd_cctx_workspace_bound +EXPORT_SYMBOL vmlinux 0xbe978df6 cdrom_ioctl +EXPORT_SYMBOL vmlinux 0xbeb42c74 param_set_hexint +EXPORT_SYMBOL vmlinux 0xbecab81f clear_user_erms +EXPORT_SYMBOL vmlinux 0xbed91f4b xp_set_rxq_info +EXPORT_SYMBOL vmlinux 0xbef43296 console_conditional_schedule +EXPORT_SYMBOL vmlinux 0xbef64fec lookup_one +EXPORT_SYMBOL vmlinux 0xbefa51a3 gen_pool_add_owner +EXPORT_SYMBOL vmlinux 0xbf0d4694 mdio_device_remove +EXPORT_SYMBOL vmlinux 0xbf0fb26e dev_driver_string +EXPORT_SYMBOL vmlinux 0xbf1fdcf1 proc_create_mount_point +EXPORT_SYMBOL vmlinux 0xbf3193ec acpi_unregister_ioapic +EXPORT_SYMBOL vmlinux 0xbf3caf0b dquot_set_dqblk +EXPORT_SYMBOL vmlinux 0xbf452235 sk_filter_trim_cap +EXPORT_SYMBOL vmlinux 0xbf4feab4 __blkdev_issue_discard +EXPORT_SYMBOL vmlinux 0xbf59c419 posix_acl_init +EXPORT_SYMBOL vmlinux 0xbf603a65 ip_route_input_noref +EXPORT_SYMBOL vmlinux 0xbf66cf39 vm_iomap_memory +EXPORT_SYMBOL vmlinux 0xbf672b02 request_firmware +EXPORT_SYMBOL vmlinux 0xbf6ea707 d_tmpfile +EXPORT_SYMBOL vmlinux 0xbf908d49 bfifo_qdisc_ops +EXPORT_SYMBOL vmlinux 0xbf9bcc8d __cap_empty_set +EXPORT_SYMBOL vmlinux 0xbf9f6b36 key_put +EXPORT_SYMBOL vmlinux 0xbf9fae66 textsearch_unregister +EXPORT_SYMBOL vmlinux 0xbfae9e07 utf8_validate +EXPORT_SYMBOL vmlinux 0xbfb016cd uart_match_port +EXPORT_SYMBOL vmlinux 0xbfb14fc5 input_mt_report_slot_state +EXPORT_SYMBOL vmlinux 0xbfc177bc iowrite32_rep +EXPORT_SYMBOL vmlinux 0xbfe815ad netpoll_poll_disable +EXPORT_SYMBOL vmlinux 0xbffae862 phy_ethtool_get_stats +EXPORT_SYMBOL vmlinux 0xc0186219 sock_no_sendmsg +EXPORT_SYMBOL vmlinux 0xc0279703 neigh_parms_alloc +EXPORT_SYMBOL vmlinux 0xc035650e ip_sock_set_pktinfo +EXPORT_SYMBOL vmlinux 0xc0364007 fault_in_writeable +EXPORT_SYMBOL vmlinux 0xc046c745 agp_generic_mask_memory +EXPORT_SYMBOL vmlinux 0xc05b091f _copy_from_iter_nocache +EXPORT_SYMBOL vmlinux 0xc06e1a0c mini_qdisc_pair_swap +EXPORT_SYMBOL vmlinux 0xc07351b3 __SCT__cond_resched +EXPORT_SYMBOL vmlinux 0xc0763484 rfkill_blocked +EXPORT_SYMBOL vmlinux 0xc0773bdb udp_seq_stop +EXPORT_SYMBOL vmlinux 0xc078d22c zstd_init_cstream +EXPORT_SYMBOL vmlinux 0xc07b0863 fb_destroy_modedb +EXPORT_SYMBOL vmlinux 0xc085f8cb blk_queue_alignment_offset +EXPORT_SYMBOL vmlinux 0xc0977d7a i2c_transfer +EXPORT_SYMBOL vmlinux 0xc09d57b8 skb_vlan_push +EXPORT_SYMBOL vmlinux 0xc0a28f5c get_mem_cgroup_from_mm +EXPORT_SYMBOL vmlinux 0xc0c1f1ea flow_rule_match_enc_control +EXPORT_SYMBOL vmlinux 0xc0cdbdf1 default_llseek +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 0xc10f11ad netdev_class_remove_file_ns +EXPORT_SYMBOL vmlinux 0xc1198662 __warn_flushing_systemwide_wq +EXPORT_SYMBOL vmlinux 0xc12758d4 tty_unlock +EXPORT_SYMBOL vmlinux 0xc132d297 nf_unregister_sockopt +EXPORT_SYMBOL vmlinux 0xc1341164 __skb_ext_del +EXPORT_SYMBOL vmlinux 0xc1365323 acpi_enable_all_wakeup_gpes +EXPORT_SYMBOL vmlinux 0xc147f453 d_exact_alias +EXPORT_SYMBOL vmlinux 0xc148f49a kmem_cache_alloc +EXPORT_SYMBOL vmlinux 0xc14dc168 acpi_get_data +EXPORT_SYMBOL vmlinux 0xc14e8095 __inc_zone_page_state +EXPORT_SYMBOL vmlinux 0xc1514a3b free_irq +EXPORT_SYMBOL vmlinux 0xc1517d3c mmc_unregister_driver +EXPORT_SYMBOL vmlinux 0xc16be39d iter_div_u64_rem +EXPORT_SYMBOL vmlinux 0xc1723c3e tcp_syn_ack_timeout +EXPORT_SYMBOL vmlinux 0xc1bc4716 __dev_get_by_index +EXPORT_SYMBOL vmlinux 0xc1c31254 phy_aneg_done +EXPORT_SYMBOL vmlinux 0xc1caae5c mmc_hw_reset +EXPORT_SYMBOL vmlinux 0xc1cb31d0 xfrm_policy_register_afinfo +EXPORT_SYMBOL vmlinux 0xc1d1b033 eisa_bus_type +EXPORT_SYMBOL vmlinux 0xc1d4cc51 skb_find_text +EXPORT_SYMBOL vmlinux 0xc1d5d504 scsi_cmd_allowed +EXPORT_SYMBOL vmlinux 0xc1d8cfaf __fdget +EXPORT_SYMBOL vmlinux 0xc22f6693 call_fib_notifier +EXPORT_SYMBOL vmlinux 0xc23cbb59 vme_lm_request +EXPORT_SYMBOL vmlinux 0xc2424641 agp3_generic_cleanup +EXPORT_SYMBOL vmlinux 0xc250d03e ps2_sliced_command +EXPORT_SYMBOL vmlinux 0xc25645d4 dev_get_stats +EXPORT_SYMBOL vmlinux 0xc278c965 cpu_all_bits +EXPORT_SYMBOL vmlinux 0xc27ea08e keyring_clear +EXPORT_SYMBOL vmlinux 0xc284748a gnet_stats_finish_copy +EXPORT_SYMBOL vmlinux 0xc2973665 mipi_dsi_host_unregister +EXPORT_SYMBOL vmlinux 0xc2988823 find_get_pages_range_tag +EXPORT_SYMBOL vmlinux 0xc29bf967 strspn +EXPORT_SYMBOL vmlinux 0xc2a2178d generic_write_checks_count +EXPORT_SYMBOL vmlinux 0xc2b9b531 dma_mmap_attrs +EXPORT_SYMBOL vmlinux 0xc2cb2ebf pci_scan_single_device +EXPORT_SYMBOL vmlinux 0xc2cb862e sgl_alloc_order +EXPORT_SYMBOL vmlinux 0xc2e10b85 textsearch_prepare +EXPORT_SYMBOL vmlinux 0xc2e46dc4 write_cache_pages +EXPORT_SYMBOL vmlinux 0xc2e587d1 reset_devices +EXPORT_SYMBOL vmlinux 0xc3055d20 usleep_range_state +EXPORT_SYMBOL vmlinux 0xc30eba94 devm_extcon_register_notifier +EXPORT_SYMBOL vmlinux 0xc310b981 strnstr +EXPORT_SYMBOL vmlinux 0xc31a6e8d kernel_sendmsg_locked +EXPORT_SYMBOL vmlinux 0xc31db0ce is_vmalloc_addr +EXPORT_SYMBOL vmlinux 0xc3282de0 register_console +EXPORT_SYMBOL vmlinux 0xc32c71af register_inetaddr_validator_notifier +EXPORT_SYMBOL vmlinux 0xc346d68e find_vma +EXPORT_SYMBOL vmlinux 0xc36d16c9 xfrm6_input_addr +EXPORT_SYMBOL vmlinux 0xc3762aec mempool_alloc +EXPORT_SYMBOL vmlinux 0xc37d6795 ethtool_rx_flow_rule_create +EXPORT_SYMBOL vmlinux 0xc37f9c6e cpufreq_update_policy +EXPORT_SYMBOL vmlinux 0xc38189f6 vmf_insert_mixed_prot +EXPORT_SYMBOL vmlinux 0xc381c867 phy_device_remove +EXPORT_SYMBOL vmlinux 0xc38c83b8 mod_timer +EXPORT_SYMBOL vmlinux 0xc3927f22 kernel_sendmsg +EXPORT_SYMBOL vmlinux 0xc39c6909 scsi_ioctl +EXPORT_SYMBOL vmlinux 0xc3aaf0a9 __put_user_1 +EXPORT_SYMBOL vmlinux 0xc3bc72ad trace_print_array_seq +EXPORT_SYMBOL vmlinux 0xc3bdefc7 dev_mc_del_global +EXPORT_SYMBOL vmlinux 0xc3d37d0d mmc_request_done +EXPORT_SYMBOL vmlinux 0xc3dd4e8d genl_unregister_family +EXPORT_SYMBOL vmlinux 0xc3e9104f try_lookup_one_len +EXPORT_SYMBOL vmlinux 0xc3ef521e mfd_remove_devices_late +EXPORT_SYMBOL vmlinux 0xc3fb8213 vme_bus_num +EXPORT_SYMBOL vmlinux 0xc3ff38c2 down_read_trylock +EXPORT_SYMBOL vmlinux 0xc40fe36c inet_csk_accept +EXPORT_SYMBOL vmlinux 0xc4212ab9 qdisc_class_hash_insert +EXPORT_SYMBOL vmlinux 0xc4215efa netif_set_tso_max_segs +EXPORT_SYMBOL vmlinux 0xc42dcb99 acpi_evaluate_ost +EXPORT_SYMBOL vmlinux 0xc43d8017 bio_split_to_limits +EXPORT_SYMBOL vmlinux 0xc447522d is_nd_pfn +EXPORT_SYMBOL vmlinux 0xc452212c utf8_strncasecmp +EXPORT_SYMBOL vmlinux 0xc46d0f37 __sk_mem_reclaim +EXPORT_SYMBOL vmlinux 0xc4777aa9 __ctzsi2 +EXPORT_SYMBOL vmlinux 0xc4ae915e arch_touch_nmi_watchdog +EXPORT_SYMBOL vmlinux 0xc4b85c10 __nla_put_nohdr +EXPORT_SYMBOL vmlinux 0xc4c9654f vga_switcheroo_init_domain_pm_ops +EXPORT_SYMBOL vmlinux 0xc4d713af bmap +EXPORT_SYMBOL vmlinux 0xc4e084aa seq_read_iter +EXPORT_SYMBOL vmlinux 0xc515f1cd __x86_indirect_jump_thunk_r13 +EXPORT_SYMBOL vmlinux 0xc51bf8c6 __tracepoint_module_get +EXPORT_SYMBOL vmlinux 0xc5210db6 skb_page_frag_refill +EXPORT_SYMBOL vmlinux 0xc528a49a queued_write_lock_slowpath +EXPORT_SYMBOL vmlinux 0xc534b0c9 xfrm_state_lookup +EXPORT_SYMBOL vmlinux 0xc5461222 mem_cgroup_from_task +EXPORT_SYMBOL vmlinux 0xc558530d profile_pc +EXPORT_SYMBOL vmlinux 0xc55da7e1 mount_bdev +EXPORT_SYMBOL vmlinux 0xc55fb661 vme_master_request +EXPORT_SYMBOL vmlinux 0xc56c3609 xz_dec_microlzma_reset +EXPORT_SYMBOL vmlinux 0xc56c9eeb hmm_range_fault +EXPORT_SYMBOL vmlinux 0xc57c48a3 idr_get_next +EXPORT_SYMBOL vmlinux 0xc57f1c78 qdisc_hash_del +EXPORT_SYMBOL vmlinux 0xc58d5a90 kstrtoll_from_user +EXPORT_SYMBOL vmlinux 0xc58f2c7f dquot_scan_active +EXPORT_SYMBOL vmlinux 0xc59013d0 padata_alloc +EXPORT_SYMBOL vmlinux 0xc5901d77 pci_set_power_state +EXPORT_SYMBOL vmlinux 0xc5986630 mmc_set_data_timeout +EXPORT_SYMBOL vmlinux 0xc599a772 security_xfrm_state_delete +EXPORT_SYMBOL vmlinux 0xc5b6f236 queue_work_on +EXPORT_SYMBOL vmlinux 0xc5b97a02 tcp_getsockopt +EXPORT_SYMBOL vmlinux 0xc5ba884a rproc_remove_subdev +EXPORT_SYMBOL vmlinux 0xc5cb59a6 blk_rq_count_integrity_sg +EXPORT_SYMBOL vmlinux 0xc5cea482 alloc_anon_inode +EXPORT_SYMBOL vmlinux 0xc5d11357 __ethtool_get_link_ksettings +EXPORT_SYMBOL vmlinux 0xc5d9c46c agp_try_unsupported_boot +EXPORT_SYMBOL vmlinux 0xc5da3b25 inet_sk_rx_dst_set +EXPORT_SYMBOL vmlinux 0xc5e2d859 phy_start +EXPORT_SYMBOL vmlinux 0xc5e58b50 mr_dump +EXPORT_SYMBOL vmlinux 0xc5e74216 release_resource +EXPORT_SYMBOL vmlinux 0xc5f8b7f3 default_qdisc_ops +EXPORT_SYMBOL vmlinux 0xc60d0620 __num_online_cpus +EXPORT_SYMBOL vmlinux 0xc61ca65e iowrite64be_hi_lo +EXPORT_SYMBOL vmlinux 0xc622556f prepare_to_wait_exclusive +EXPORT_SYMBOL vmlinux 0xc62f8d97 netdev_bonding_info_change +EXPORT_SYMBOL vmlinux 0xc6313673 timestamp_truncate +EXPORT_SYMBOL vmlinux 0xc631580a console_unlock +EXPORT_SYMBOL vmlinux 0xc633d82d phy_unregister_fixup +EXPORT_SYMBOL vmlinux 0xc643a956 folio_clear_dirty_for_io +EXPORT_SYMBOL vmlinux 0xc648193c configfs_depend_item +EXPORT_SYMBOL vmlinux 0xc65e4e97 secure_dccp_sequence_number +EXPORT_SYMBOL vmlinux 0xc65fb8b8 xfrm4_udp_encap_rcv +EXPORT_SYMBOL vmlinux 0xc6619dc6 kern_path +EXPORT_SYMBOL vmlinux 0xc666a132 crc_t10dif +EXPORT_SYMBOL vmlinux 0xc66a8304 cpu_rmap_add +EXPORT_SYMBOL vmlinux 0xc66bf82a mfd_remove_devices +EXPORT_SYMBOL vmlinux 0xc67c2cf2 vga_switcheroo_lock_ddc +EXPORT_SYMBOL vmlinux 0xc6910aa0 do_trace_rdpmc +EXPORT_SYMBOL vmlinux 0xc6b645b5 tty_wait_until_sent +EXPORT_SYMBOL vmlinux 0xc6cb465a __kfifo_max_r +EXPORT_SYMBOL vmlinux 0xc6cbbc89 capable +EXPORT_SYMBOL vmlinux 0xc6d09aa9 release_firmware +EXPORT_SYMBOL vmlinux 0xc6d296e3 arp_tbl +EXPORT_SYMBOL vmlinux 0xc6d3ce59 vfs_iocb_iter_write +EXPORT_SYMBOL vmlinux 0xc6d5d083 __SCK__tp_func_dma_fence_emit +EXPORT_SYMBOL vmlinux 0xc6df0176 jbd2_journal_abort +EXPORT_SYMBOL vmlinux 0xc6f3b3fc refcount_dec_if_one +EXPORT_SYMBOL vmlinux 0xc6f46339 init_timer_key +EXPORT_SYMBOL vmlinux 0xc6fe0b77 pci_write_vpd_any +EXPORT_SYMBOL vmlinux 0xc708f1fe ec_write +EXPORT_SYMBOL vmlinux 0xc71419c3 pci_remove_bus +EXPORT_SYMBOL vmlinux 0xc7208c3a serial8250_resume_port +EXPORT_SYMBOL vmlinux 0xc7274c16 tcp_sock_set_quickack +EXPORT_SYMBOL vmlinux 0xc72a55aa genphy_c37_config_aneg +EXPORT_SYMBOL vmlinux 0xc7633140 twl6030_mmc_card_detect +EXPORT_SYMBOL vmlinux 0xc7703e29 submit_bio_wait +EXPORT_SYMBOL vmlinux 0xc77146e6 tcf_generic_walker +EXPORT_SYMBOL vmlinux 0xc7733daf phy_support_sym_pause +EXPORT_SYMBOL vmlinux 0xc781bd9f rfkill_resume_polling +EXPORT_SYMBOL vmlinux 0xc7834b71 mod_zone_page_state +EXPORT_SYMBOL vmlinux 0xc7856a3d inet6addr_notifier_call_chain +EXPORT_SYMBOL vmlinux 0xc79a25f1 pci_request_selected_regions_exclusive +EXPORT_SYMBOL vmlinux 0xc7a4fbed rtnl_lock +EXPORT_SYMBOL vmlinux 0xc7a57a5b vfs_parse_fs_param +EXPORT_SYMBOL vmlinux 0xc7ac2467 tcp_md5_hash_skb_data +EXPORT_SYMBOL vmlinux 0xc7ae1903 security_lock_kernel_down +EXPORT_SYMBOL vmlinux 0xc7bc8b51 sock_no_listen +EXPORT_SYMBOL vmlinux 0xc7c1107a LZ4_decompress_safe +EXPORT_SYMBOL vmlinux 0xc7c32273 acpi_dev_hid_uid_match +EXPORT_SYMBOL vmlinux 0xc7cc2834 dquot_commit +EXPORT_SYMBOL vmlinux 0xc7e995c0 km_policy_expired +EXPORT_SYMBOL vmlinux 0xc7fcc37f sock_set_keepalive +EXPORT_SYMBOL vmlinux 0xc8022b1a starget_for_each_device +EXPORT_SYMBOL vmlinux 0xc80ab559 swake_up_one +EXPORT_SYMBOL vmlinux 0xc815b105 set_pages_array_wc +EXPORT_SYMBOL vmlinux 0xc8174122 __ClearPageMovable +EXPORT_SYMBOL vmlinux 0xc81cc414 sock_setsockopt +EXPORT_SYMBOL vmlinux 0xc82cdb06 amd_iommu_complete_ppr +EXPORT_SYMBOL vmlinux 0xc839afed hdmi_audio_infoframe_check +EXPORT_SYMBOL vmlinux 0xc845f0c5 fifo_set_limit +EXPORT_SYMBOL vmlinux 0xc8472785 tty_port_hangup +EXPORT_SYMBOL vmlinux 0xc84a0a7e seq_hlist_start_rcu +EXPORT_SYMBOL vmlinux 0xc85b3b19 rproc_set_firmware +EXPORT_SYMBOL vmlinux 0xc8645962 udplite_prot +EXPORT_SYMBOL vmlinux 0xc872fd85 in6addr_interfacelocal_allnodes +EXPORT_SYMBOL vmlinux 0xc874708f inet6_bind +EXPORT_SYMBOL vmlinux 0xc874c50f skb_recv_datagram +EXPORT_SYMBOL vmlinux 0xc8796fe4 alloc_fddidev +EXPORT_SYMBOL vmlinux 0xc87f38df get_fs_type +EXPORT_SYMBOL vmlinux 0xc87fcdfb tcp_get_cookie_sock +EXPORT_SYMBOL vmlinux 0xc8827b75 sysctl_vals +EXPORT_SYMBOL vmlinux 0xc890c008 zlib_deflateEnd +EXPORT_SYMBOL vmlinux 0xc89366a0 filemap_check_errors +EXPORT_SYMBOL vmlinux 0xc89413aa ip_options_rcv_srr +EXPORT_SYMBOL vmlinux 0xc89be109 blk_mq_delay_run_hw_queue +EXPORT_SYMBOL vmlinux 0xc8a91f5b cpumask_local_spread +EXPORT_SYMBOL vmlinux 0xc8af9f5a inetdev_by_index +EXPORT_SYMBOL vmlinux 0xc8c10756 pci_bus_write_config_dword +EXPORT_SYMBOL vmlinux 0xc8c6ebdc udp_sendmsg +EXPORT_SYMBOL vmlinux 0xc8c85086 sg_free_table +EXPORT_SYMBOL vmlinux 0xc8dcc62a krealloc +EXPORT_SYMBOL vmlinux 0xc8f0a06c pcix_get_mmrbc +EXPORT_SYMBOL vmlinux 0xc8fd7cd5 xfrm_policy_unregister_afinfo +EXPORT_SYMBOL vmlinux 0xc8fe7824 param_get_long +EXPORT_SYMBOL vmlinux 0xc9117d8b nd_btt_arena_is_valid +EXPORT_SYMBOL vmlinux 0xc920dbae clocksource_change_rating +EXPORT_SYMBOL vmlinux 0xc9216a82 recalibrate_cpu_khz +EXPORT_SYMBOL vmlinux 0xc930393d netdev_offload_xstats_get +EXPORT_SYMBOL vmlinux 0xc93812ba user_revoke +EXPORT_SYMBOL vmlinux 0xc93cdf83 dst_alloc +EXPORT_SYMBOL vmlinux 0xc93ce0dc dquot_quota_sync +EXPORT_SYMBOL vmlinux 0xc93e8461 acpi_get_event_resources +EXPORT_SYMBOL vmlinux 0xc9577e6d napi_disable +EXPORT_SYMBOL vmlinux 0xc95dda54 devfreq_register_opp_notifier +EXPORT_SYMBOL vmlinux 0xc9634df9 in6addr_linklocal_allrouters +EXPORT_SYMBOL vmlinux 0xc972449f mempool_alloc_slab +EXPORT_SYMBOL vmlinux 0xc97cfc63 dquot_quota_on +EXPORT_SYMBOL vmlinux 0xc9822234 clk_register_clkdev +EXPORT_SYMBOL vmlinux 0xc986966f devm_clk_put +EXPORT_SYMBOL vmlinux 0xc99aeaa7 pci_alloc_irq_vectors_affinity +EXPORT_SYMBOL vmlinux 0xc99e2a55 twl_rev +EXPORT_SYMBOL vmlinux 0xc9bdc11c netlink_kernel_release +EXPORT_SYMBOL vmlinux 0xc9bf52d3 filemap_fdatawait_range_keep_errors +EXPORT_SYMBOL vmlinux 0xc9c54551 tcp_simple_retransmit +EXPORT_SYMBOL vmlinux 0xc9c62eaa ps2_command +EXPORT_SYMBOL vmlinux 0xc9d15250 mdiobus_write +EXPORT_SYMBOL vmlinux 0xc9dd6e56 param_set_uint +EXPORT_SYMBOL vmlinux 0xc9df055a xfrm_policy_walk_init +EXPORT_SYMBOL vmlinux 0xc9e71e59 __remove_inode_hash +EXPORT_SYMBOL vmlinux 0xc9ea4ad6 tcp_recvmsg +EXPORT_SYMBOL vmlinux 0xc9f34c1d acpi_acquire_global_lock +EXPORT_SYMBOL vmlinux 0xc9fada8c netdev_set_tc_queue +EXPORT_SYMBOL vmlinux 0xca1648d4 zstd_decompress_dctx +EXPORT_SYMBOL vmlinux 0xca17ac01 _find_next_andnot_bit +EXPORT_SYMBOL vmlinux 0xca1bd991 tcf_action_check_ctrlact +EXPORT_SYMBOL vmlinux 0xca21ebd3 bitmap_free +EXPORT_SYMBOL vmlinux 0xca2b4fb8 get_tree_nodev +EXPORT_SYMBOL vmlinux 0xca2f0334 __fput_sync +EXPORT_SYMBOL vmlinux 0xca32b98c pm860x_bulk_write +EXPORT_SYMBOL vmlinux 0xca36bb7e dump_page +EXPORT_SYMBOL vmlinux 0xca431c05 wake_bit_function +EXPORT_SYMBOL vmlinux 0xca4eda7b nf_log_bind_pf +EXPORT_SYMBOL vmlinux 0xca63b19b d_rehash +EXPORT_SYMBOL vmlinux 0xca6a76fd i2c_register_driver +EXPORT_SYMBOL vmlinux 0xca6dc303 finalize_exec +EXPORT_SYMBOL vmlinux 0xca9360b5 rb_next +EXPORT_SYMBOL vmlinux 0xca9beaa4 __xa_store +EXPORT_SYMBOL vmlinux 0xcaa4553a mmc_detect_card_removed +EXPORT_SYMBOL vmlinux 0xcab48d7a module_refcount +EXPORT_SYMBOL vmlinux 0xcad1aca8 acpi_exception +EXPORT_SYMBOL vmlinux 0xcb0288ea ledtrig_cpu +EXPORT_SYMBOL vmlinux 0xcb14841d find_inode_rcu +EXPORT_SYMBOL vmlinux 0xcb1c1f44 setup_arg_pages +EXPORT_SYMBOL vmlinux 0xcb2d146b generic_listxattr +EXPORT_SYMBOL vmlinux 0xcb3ae215 call_blocking_lsm_notifier +EXPORT_SYMBOL vmlinux 0xcb44cabf d_genocide +EXPORT_SYMBOL vmlinux 0xcb721fd5 udp6_csum_init +EXPORT_SYMBOL vmlinux 0xcb733bf2 acpi_bus_set_power +EXPORT_SYMBOL vmlinux 0xcb7eee75 pcie_get_mps +EXPORT_SYMBOL vmlinux 0xcb85c88b devfreq_remove_governor +EXPORT_SYMBOL vmlinux 0xcb86a8ff __dynamic_netdev_dbg +EXPORT_SYMBOL vmlinux 0xcb946f2b dma_get_sgtable_attrs +EXPORT_SYMBOL vmlinux 0xcbbf0a6f audit_log_task_context +EXPORT_SYMBOL vmlinux 0xcbd4898c fortify_panic +EXPORT_SYMBOL vmlinux 0xcbd7c973 security_inode_getsecctx +EXPORT_SYMBOL vmlinux 0xcbe2d55c reuseport_add_sock +EXPORT_SYMBOL vmlinux 0xcbe60b14 block_write_begin +EXPORT_SYMBOL vmlinux 0xcbf40c25 __mdiobus_register +EXPORT_SYMBOL vmlinux 0xcbfb33e4 init_opal_dev +EXPORT_SYMBOL vmlinux 0xcc120a0d __module_get +EXPORT_SYMBOL vmlinux 0xcc1b882a idr_get_next_ul +EXPORT_SYMBOL vmlinux 0xcc20462e rproc_vq_interrupt +EXPORT_SYMBOL vmlinux 0xcc210ce2 xfrm_sad_getinfo +EXPORT_SYMBOL vmlinux 0xcc2243da pcix_set_mmrbc +EXPORT_SYMBOL vmlinux 0xcc23002a hdmi_infoframe_pack_only +EXPORT_SYMBOL vmlinux 0xcc248d26 serial8250_suspend_port +EXPORT_SYMBOL vmlinux 0xcc2b25eb call_usermodehelper_setup +EXPORT_SYMBOL vmlinux 0xcc30df4c textsearch_register +EXPORT_SYMBOL vmlinux 0xcc328a5c reservation_ww_class +EXPORT_SYMBOL vmlinux 0xcc36b8b6 nla_reserve_64bit +EXPORT_SYMBOL vmlinux 0xcc392eea kmalloc_size_roundup +EXPORT_SYMBOL vmlinux 0xcc411ed1 ptp_convert_timestamp +EXPORT_SYMBOL vmlinux 0xcc4ab20e __serio_register_port +EXPORT_SYMBOL vmlinux 0xcc5005fe msleep_interruptible +EXPORT_SYMBOL vmlinux 0xcc5c2df4 trace_print_symbols_seq +EXPORT_SYMBOL vmlinux 0xcc5d22d9 can_do_mlock +EXPORT_SYMBOL vmlinux 0xcc608648 inet_accept +EXPORT_SYMBOL vmlinux 0xcc6b2154 vfs_mkdir +EXPORT_SYMBOL vmlinux 0xcc7fe492 netlink_ns_capable +EXPORT_SYMBOL vmlinux 0xcc909bd2 folio_account_redirty +EXPORT_SYMBOL vmlinux 0xcc9396b4 tcp_sendpage +EXPORT_SYMBOL vmlinux 0xcca5839d xen_vcpu_id +EXPORT_SYMBOL vmlinux 0xcca79e82 acpi_dev_uid_to_integer +EXPORT_SYMBOL vmlinux 0xccae174a framebuffer_alloc +EXPORT_SYMBOL vmlinux 0xccb5437c tty_insert_flip_string_flags +EXPORT_SYMBOL vmlinux 0xccda92da __traceiter_spi_transfer_stop +EXPORT_SYMBOL vmlinux 0xcce844ea i2c_smbus_read_word_data +EXPORT_SYMBOL vmlinux 0xcceb9c50 init_task +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 0xcd153ec0 skb_copy_expand +EXPORT_SYMBOL vmlinux 0xcd1a2cb5 ip_queue_xmit +EXPORT_SYMBOL vmlinux 0xcd1e061a iov_iter_alignment +EXPORT_SYMBOL vmlinux 0xcd279169 nla_find +EXPORT_SYMBOL vmlinux 0xcd4a9590 pps_unregister_source +EXPORT_SYMBOL vmlinux 0xcd7dd7df dns_query +EXPORT_SYMBOL vmlinux 0xcd85cacc xfrm_state_delete_tunnel +EXPORT_SYMBOL vmlinux 0xcd8ce890 acpi_format_exception +EXPORT_SYMBOL vmlinux 0xcd964721 mmc_detect_change +EXPORT_SYMBOL vmlinux 0xcdc02368 pci_ep_cfs_remove_epc_group +EXPORT_SYMBOL vmlinux 0xcdc39c9e security_ismaclabel +EXPORT_SYMBOL vmlinux 0xcdc58f6d sdev_enable_disk_events +EXPORT_SYMBOL vmlinux 0xcdcc43b2 pci_ep_cfs_remove_epf_group +EXPORT_SYMBOL vmlinux 0xcdd6cf0f input_open_device +EXPORT_SYMBOL vmlinux 0xcde77bcc free_opal_dev +EXPORT_SYMBOL vmlinux 0xcdeee02f dev_disable_lro +EXPORT_SYMBOL vmlinux 0xce0637ab pcim_iomap +EXPORT_SYMBOL vmlinux 0xce1b302c input_mt_assign_slots +EXPORT_SYMBOL vmlinux 0xce2840e7 irq_set_irq_wake +EXPORT_SYMBOL vmlinux 0xce4cdb8e fb_find_best_mode +EXPORT_SYMBOL vmlinux 0xce4e47b6 __kfifo_skip_r +EXPORT_SYMBOL vmlinux 0xce5ac24f zlib_inflate_workspacesize +EXPORT_SYMBOL vmlinux 0xce720f28 mtree_destroy +EXPORT_SYMBOL vmlinux 0xce76c257 acpi_get_irq_routing_table +EXPORT_SYMBOL vmlinux 0xce807a25 up_write +EXPORT_SYMBOL vmlinux 0xce831633 setattr_prepare +EXPORT_SYMBOL vmlinux 0xce83e4d1 rproc_elf_load_segments +EXPORT_SYMBOL vmlinux 0xce9a8c25 phy_drivers_register +EXPORT_SYMBOL vmlinux 0xcea31620 pci_prepare_to_sleep +EXPORT_SYMBOL vmlinux 0xcea381dd x86_match_cpu +EXPORT_SYMBOL vmlinux 0xceaa65c5 mdiobus_free +EXPORT_SYMBOL vmlinux 0xceab0311 strchrnul +EXPORT_SYMBOL vmlinux 0xcebcace9 padata_set_cpumask +EXPORT_SYMBOL vmlinux 0xcecbf2d6 twl6040_reg_read +EXPORT_SYMBOL vmlinux 0xced0f4d4 gen_pool_create +EXPORT_SYMBOL vmlinux 0xcee4599e scsi_device_quiesce +EXPORT_SYMBOL vmlinux 0xcefb0c9f __mutex_init +EXPORT_SYMBOL vmlinux 0xcefcd99a serial8250_unregister_port +EXPORT_SYMBOL vmlinux 0xcf2a6966 up +EXPORT_SYMBOL vmlinux 0xcf2ea440 param_set_ushort +EXPORT_SYMBOL vmlinux 0xcf3910a0 config_item_get +EXPORT_SYMBOL vmlinux 0xcf3b69b3 netdev_stats_to_stats64 +EXPORT_SYMBOL vmlinux 0xcf4fdd4d _atomic_dec_and_lock +EXPORT_SYMBOL vmlinux 0xcf5c851a __folio_cancel_dirty +EXPORT_SYMBOL vmlinux 0xcf659665 dma_find_channel +EXPORT_SYMBOL vmlinux 0xcf89d37f netpoll_cleanup +EXPORT_SYMBOL vmlinux 0xcf9b558d touchscreen_set_mt_pos +EXPORT_SYMBOL vmlinux 0xcf9e0146 vme_register_error_handler +EXPORT_SYMBOL vmlinux 0xcfa0ec9b vga_switcheroo_register_audio_client +EXPORT_SYMBOL vmlinux 0xcfadd24f drop_super +EXPORT_SYMBOL vmlinux 0xcfc9deaf atomic_dec_and_mutex_lock +EXPORT_SYMBOL vmlinux 0xcfd884a8 __hsiphash_unaligned +EXPORT_SYMBOL vmlinux 0xcfeccb0c sg_miter_skip +EXPORT_SYMBOL vmlinux 0xd00f267b fd_install +EXPORT_SYMBOL vmlinux 0xd01a6704 pcie_capability_clear_and_set_word +EXPORT_SYMBOL vmlinux 0xd022c339 param_ops_bool +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 0xd07b6066 bpf_prog_get_type_path +EXPORT_SYMBOL vmlinux 0xd07e4ba4 put_ipc_ns +EXPORT_SYMBOL vmlinux 0xd08adb2b trace_seq_hex_dump +EXPORT_SYMBOL vmlinux 0xd092c4cb inet_del_offload +EXPORT_SYMBOL vmlinux 0xd09cc00c __quota_error +EXPORT_SYMBOL vmlinux 0xd0b74705 acpi_install_interface +EXPORT_SYMBOL vmlinux 0xd0b798d4 devfreq_unregister_opp_notifier +EXPORT_SYMBOL vmlinux 0xd0c2f3bc ethtool_op_get_ts_info +EXPORT_SYMBOL vmlinux 0xd0d52ef8 agp_generic_alloc_user +EXPORT_SYMBOL vmlinux 0xd0d56ca5 vm_mmap +EXPORT_SYMBOL vmlinux 0xd0df2f33 inet_frags_init +EXPORT_SYMBOL vmlinux 0xd0eedd61 dma_fence_array_create +EXPORT_SYMBOL vmlinux 0xd0f284b8 mmiotrace_printk +EXPORT_SYMBOL vmlinux 0xd0fef3b2 agp_free_key +EXPORT_SYMBOL vmlinux 0xd100c338 tty_check_change +EXPORT_SYMBOL vmlinux 0xd10acee0 pci_enable_atomic_ops_to_root +EXPORT_SYMBOL vmlinux 0xd11528d6 skb_abort_seq_read +EXPORT_SYMBOL vmlinux 0xd1175d3a fuse_mount_destroy +EXPORT_SYMBOL vmlinux 0xd1356737 scm_fp_dup +EXPORT_SYMBOL vmlinux 0xd1363cc1 ucs2_strsize +EXPORT_SYMBOL vmlinux 0xd13a1b1c invalidate_disk +EXPORT_SYMBOL vmlinux 0xd13baa39 dst_discard_out +EXPORT_SYMBOL vmlinux 0xd1458f62 iov_iter_pipe +EXPORT_SYMBOL vmlinux 0xd1459105 netpoll_print_options +EXPORT_SYMBOL vmlinux 0xd158d53e uart_write_wakeup +EXPORT_SYMBOL vmlinux 0xd17a3daf serio_reconnect +EXPORT_SYMBOL vmlinux 0xd1829621 con_copy_unimap +EXPORT_SYMBOL vmlinux 0xd18db1f4 __inode_add_bytes +EXPORT_SYMBOL vmlinux 0xd19232a7 rproc_elf_load_rsc_table +EXPORT_SYMBOL vmlinux 0xd194ddf9 acpi_gpe_count +EXPORT_SYMBOL vmlinux 0xd19d12f0 clean_bdev_aliases +EXPORT_SYMBOL vmlinux 0xd1cbe316 rdmacg_uncharge +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 0xd1f8caba sock_no_mmap +EXPORT_SYMBOL vmlinux 0xd1fdf9c1 simple_lookup +EXPORT_SYMBOL vmlinux 0xd21c5139 iowrite64_lo_hi +EXPORT_SYMBOL vmlinux 0xd2237016 radix_tree_delete_item +EXPORT_SYMBOL vmlinux 0xd2403653 __set_page_dirty_nobuffers +EXPORT_SYMBOL vmlinux 0xd24108d4 rfkill_soft_blocked +EXPORT_SYMBOL vmlinux 0xd25d4f74 console_blank_hook +EXPORT_SYMBOL vmlinux 0xd27869f9 i8042_remove_filter +EXPORT_SYMBOL vmlinux 0xd27b25dd blk_check_plugged +EXPORT_SYMBOL vmlinux 0xd2800691 nf_conntrack_destroy +EXPORT_SYMBOL vmlinux 0xd282f3de pfifo_fast_ops +EXPORT_SYMBOL vmlinux 0xd2bc5c46 __get_user_nocheck_2 +EXPORT_SYMBOL vmlinux 0xd2bf8f36 jbd2_journal_ack_err +EXPORT_SYMBOL vmlinux 0xd2cc73c1 inet_csk_reqsk_queue_drop +EXPORT_SYMBOL vmlinux 0xd2d745ec fib6_info_hw_flags_set +EXPORT_SYMBOL vmlinux 0xd2d88506 netdev_offload_xstats_report_used +EXPORT_SYMBOL vmlinux 0xd2da1048 register_netdevice_notifier +EXPORT_SYMBOL vmlinux 0xd2df62de __ip_options_compile +EXPORT_SYMBOL vmlinux 0xd2e031de __scsi_iterate_devices +EXPORT_SYMBOL vmlinux 0xd2e2a9d0 hdmi_spd_infoframe_pack_only +EXPORT_SYMBOL vmlinux 0xd2ea49b8 acpi_leave_sleep_state_prep +EXPORT_SYMBOL vmlinux 0xd2edb706 pci_ep_cfs_add_epc_group +EXPORT_SYMBOL vmlinux 0xd2f9ad69 mdiobus_register_device +EXPORT_SYMBOL vmlinux 0xd328f6e1 pci_bus_read_config_dword +EXPORT_SYMBOL vmlinux 0xd338ea7e __SCT__tp_func_kmem_cache_alloc +EXPORT_SYMBOL vmlinux 0xd345b4d0 truncate_inode_pages_final +EXPORT_SYMBOL vmlinux 0xd3543063 memcg_kmem_enabled_key +EXPORT_SYMBOL vmlinux 0xd35a6d31 mempool_kmalloc +EXPORT_SYMBOL vmlinux 0xd35cce70 _raw_spin_unlock_irqrestore +EXPORT_SYMBOL vmlinux 0xd36dc10c get_random_u32 +EXPORT_SYMBOL vmlinux 0xd36e3d59 prandom_bytes_state +EXPORT_SYMBOL vmlinux 0xd38cd261 __default_kernel_pte_mask +EXPORT_SYMBOL vmlinux 0xd38ee2c7 __get_hash_from_flowi6 +EXPORT_SYMBOL vmlinux 0xd3a05912 input_set_abs_params +EXPORT_SYMBOL vmlinux 0xd3b6d47d vga_switcheroo_register_handler +EXPORT_SYMBOL vmlinux 0xd3bb6220 netdev_has_upper_dev +EXPORT_SYMBOL vmlinux 0xd3d9e4e9 __blk_mq_alloc_disk +EXPORT_SYMBOL vmlinux 0xd406d266 fb_mode_is_equal +EXPORT_SYMBOL vmlinux 0xd420ad7a pm_vt_switch_unregister +EXPORT_SYMBOL vmlinux 0xd4248ae1 dev_close +EXPORT_SYMBOL vmlinux 0xd42640bc netpoll_send_skb +EXPORT_SYMBOL vmlinux 0xd43301b5 devm_devfreq_remove_device +EXPORT_SYMBOL vmlinux 0xd44208c5 get_cached_acl +EXPORT_SYMBOL vmlinux 0xd44dbf59 uart_remove_one_port +EXPORT_SYMBOL vmlinux 0xd45cc6ca bin2hex +EXPORT_SYMBOL vmlinux 0xd46786d3 twl6040_get_pll +EXPORT_SYMBOL vmlinux 0xd478070d ihold +EXPORT_SYMBOL vmlinux 0xd47e5913 cfb_fillrect +EXPORT_SYMBOL vmlinux 0xd4811836 redraw_screen +EXPORT_SYMBOL vmlinux 0xd482b47b mipi_dsi_dcs_nop +EXPORT_SYMBOL vmlinux 0xd4835ef8 dmi_check_system +EXPORT_SYMBOL vmlinux 0xd48d073a sk_ns_capable +EXPORT_SYMBOL vmlinux 0xd49b03cb fqdir_init +EXPORT_SYMBOL vmlinux 0xd4ae882f fs_context_for_mount +EXPORT_SYMBOL vmlinux 0xd4af9ce8 devm_clk_get +EXPORT_SYMBOL vmlinux 0xd4b762af dev_graft_qdisc +EXPORT_SYMBOL vmlinux 0xd4bb4a82 inet6addr_validator_notifier_call_chain +EXPORT_SYMBOL vmlinux 0xd4c1487d mmc_can_trim +EXPORT_SYMBOL vmlinux 0xd4d1983c udplite_table +EXPORT_SYMBOL vmlinux 0xd5263820 mb_cache_destroy +EXPORT_SYMBOL vmlinux 0xd5346bfc acpi_get_possible_resources +EXPORT_SYMBOL vmlinux 0xd53c7b15 xen_alloc_unpopulated_pages +EXPORT_SYMBOL vmlinux 0xd5424063 noop_dirty_folio +EXPORT_SYMBOL vmlinux 0xd56d7e55 follow_pfn +EXPORT_SYMBOL vmlinux 0xd5705003 key_reject_and_link +EXPORT_SYMBOL vmlinux 0xd57d0675 kthread_create_on_node +EXPORT_SYMBOL vmlinux 0xd585364e touch_atime +EXPORT_SYMBOL vmlinux 0xd594af4f jbd2_trans_will_send_data_barrier +EXPORT_SYMBOL vmlinux 0xd5973397 mmc_cqe_request_done +EXPORT_SYMBOL vmlinux 0xd5aae221 inet_sock_destruct +EXPORT_SYMBOL vmlinux 0xd5b3d0d5 xxh64_copy_state +EXPORT_SYMBOL vmlinux 0xd5b9c379 dm_io +EXPORT_SYMBOL vmlinux 0xd5cbed2f md_bitmap_cond_end_sync +EXPORT_SYMBOL vmlinux 0xd5df4a38 nvdimm_bus_unlock +EXPORT_SYMBOL vmlinux 0xd5fd90f1 prepare_to_wait +EXPORT_SYMBOL vmlinux 0xd60058d6 get_thermal_instance +EXPORT_SYMBOL vmlinux 0xd60736ec gf128mul_free_64k +EXPORT_SYMBOL vmlinux 0xd6208543 kobject_set_name +EXPORT_SYMBOL vmlinux 0xd62e5298 skb_prepare_seq_read +EXPORT_SYMBOL vmlinux 0xd62ecd49 rps_sock_flow_table +EXPORT_SYMBOL vmlinux 0xd6407c0f bdi_set_max_ratio +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 0xd6742002 preempt_schedule_thunk +EXPORT_SYMBOL vmlinux 0xd68c5a1f adjust_resource +EXPORT_SYMBOL vmlinux 0xd691c6a9 unregister_sysctl_table +EXPORT_SYMBOL vmlinux 0xd691e5a7 pneigh_enqueue +EXPORT_SYMBOL vmlinux 0xd6a823ea devfreq_register_notifier +EXPORT_SYMBOL vmlinux 0xd6a91f54 twl_i2c_read +EXPORT_SYMBOL vmlinux 0xd6b2ed5f generate_pm_trace +EXPORT_SYMBOL vmlinux 0xd6b33026 cpu_khz +EXPORT_SYMBOL vmlinux 0xd6ba27f7 fb_set_var +EXPORT_SYMBOL vmlinux 0xd6c09eaa security_sctp_sk_clone +EXPORT_SYMBOL vmlinux 0xd6eaaea1 full_name_hash +EXPORT_SYMBOL vmlinux 0xd6ee688f vmalloc +EXPORT_SYMBOL vmlinux 0xd6fde043 is_module_sig_enforced +EXPORT_SYMBOL vmlinux 0xd705d213 gro_cells_receive +EXPORT_SYMBOL vmlinux 0xd70c8b3e node_data +EXPORT_SYMBOL vmlinux 0xd70d35a1 gf128mul_4k_bbe +EXPORT_SYMBOL vmlinux 0xd70f62b6 acpi_os_execute +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 0xd74a1083 phy_connect +EXPORT_SYMBOL vmlinux 0xd74d45d7 inode_init_always +EXPORT_SYMBOL vmlinux 0xd75b5c91 inet_bind +EXPORT_SYMBOL vmlinux 0xd76a6d9e inet6_csk_route_req +EXPORT_SYMBOL vmlinux 0xd7766b7e key_move +EXPORT_SYMBOL vmlinux 0xd77e0a57 scsi_device_put +EXPORT_SYMBOL vmlinux 0xd7987177 utf8_load +EXPORT_SYMBOL vmlinux 0xd7b65042 xsk_tx_peek_desc +EXPORT_SYMBOL vmlinux 0xd7cd8aa0 devm_mfd_add_devices +EXPORT_SYMBOL vmlinux 0xd7d280ad irq_poll_complete +EXPORT_SYMBOL vmlinux 0xd7d57738 folio_wait_private_2 +EXPORT_SYMBOL vmlinux 0xd7dd777b reserve_perfctr_nmi +EXPORT_SYMBOL vmlinux 0xd7e56a4e simple_strtoll +EXPORT_SYMBOL vmlinux 0xd7ea7094 nf_unregister_queue_handler +EXPORT_SYMBOL vmlinux 0xd7ff42b7 jbd2_journal_release_jbd_inode +EXPORT_SYMBOL vmlinux 0xd8100b3b serio_rescan +EXPORT_SYMBOL vmlinux 0xd8121b10 phy_attached_info_irq +EXPORT_SYMBOL vmlinux 0xd818cd7c dev_set_mtu +EXPORT_SYMBOL vmlinux 0xd81d216a tty_port_init +EXPORT_SYMBOL vmlinux 0xd81f7d6f bio_kmalloc +EXPORT_SYMBOL vmlinux 0xd83898d5 nf_hooks_needed +EXPORT_SYMBOL vmlinux 0xd83d6f42 agp_bridge +EXPORT_SYMBOL vmlinux 0xd846c315 acpi_write_bit_register +EXPORT_SYMBOL vmlinux 0xd8537dd7 pci_bus_size_bridges +EXPORT_SYMBOL vmlinux 0xd85bc400 ipv6_chk_prefix +EXPORT_SYMBOL vmlinux 0xd86d617f pci_alloc_host_bridge +EXPORT_SYMBOL vmlinux 0xd870ff95 i2c_del_adapter +EXPORT_SYMBOL vmlinux 0xd879b39e netdev_offload_xstats_push_delta +EXPORT_SYMBOL vmlinux 0xd8859b00 netdev_lower_get_first_private_rcu +EXPORT_SYMBOL vmlinux 0xd88ef9aa pci_choose_state +EXPORT_SYMBOL vmlinux 0xd898e564 amd_iommu_domain_clear_gcr3 +EXPORT_SYMBOL vmlinux 0xd89da37f movable_zone +EXPORT_SYMBOL vmlinux 0xd8a994eb scsi_extd_sense_format +EXPORT_SYMBOL vmlinux 0xd8abbad0 no_seek_end_llseek_size +EXPORT_SYMBOL vmlinux 0xd8b61304 get_default_font +EXPORT_SYMBOL vmlinux 0xd8b6d96f __find_nth_and_bit +EXPORT_SYMBOL vmlinux 0xd8c7c624 nexthop_bucket_set_hw_flags +EXPORT_SYMBOL vmlinux 0xd8c7f98a get_task_cred +EXPORT_SYMBOL vmlinux 0xd8d0c027 netif_device_attach +EXPORT_SYMBOL vmlinux 0xd8df08ac acpi_handle_printk +EXPORT_SYMBOL vmlinux 0xd8e2e3db __dynamic_ibdev_dbg +EXPORT_SYMBOL vmlinux 0xd8f08f00 genphy_handle_interrupt_no_ack +EXPORT_SYMBOL vmlinux 0xd8f773e3 ip_cmsg_recv_offset +EXPORT_SYMBOL vmlinux 0xd91f6ab6 strnlen_user +EXPORT_SYMBOL vmlinux 0xd92deb6b acpi_evaluate_object +EXPORT_SYMBOL vmlinux 0xd933f209 __SCT__tp_func_rdpmc +EXPORT_SYMBOL vmlinux 0xd9491c14 xa_destroy +EXPORT_SYMBOL vmlinux 0xd95466e0 alloc_file_pseudo +EXPORT_SYMBOL vmlinux 0xd956dec3 pci_pme_active +EXPORT_SYMBOL vmlinux 0xd9693c21 generic_file_splice_read +EXPORT_SYMBOL vmlinux 0xd971c6c4 xen_arch_register_cpu +EXPORT_SYMBOL vmlinux 0xd985dc99 mempool_free_pages +EXPORT_SYMBOL vmlinux 0xd98a36c0 eisa_driver_unregister +EXPORT_SYMBOL vmlinux 0xd991c7ce __netif_napi_del +EXPORT_SYMBOL vmlinux 0xd999e7f4 set_cached_acl +EXPORT_SYMBOL vmlinux 0xd9a5ea54 __init_waitqueue_head +EXPORT_SYMBOL vmlinux 0xd9b85ef6 lockref_get +EXPORT_SYMBOL vmlinux 0xd9cb6011 blk_rq_unmap_user +EXPORT_SYMBOL vmlinux 0xd9d8fd16 register_restart_handler +EXPORT_SYMBOL vmlinux 0xd9d952d1 crypto_aes_sbox +EXPORT_SYMBOL vmlinux 0xd9f8a829 inet_csk_reqsk_queue_drop_and_put +EXPORT_SYMBOL vmlinux 0xd9ffe7a4 __ip_dev_find +EXPORT_SYMBOL vmlinux 0xda011582 filemap_get_folios_contig +EXPORT_SYMBOL vmlinux 0xda1297d0 md_register_thread +EXPORT_SYMBOL vmlinux 0xda1ddef1 acpi_mark_gpe_for_wake +EXPORT_SYMBOL vmlinux 0xda24e36e can_nice +EXPORT_SYMBOL vmlinux 0xda26b8ea __irq_regs +EXPORT_SYMBOL vmlinux 0xda2ef858 netdev_info +EXPORT_SYMBOL vmlinux 0xda300715 security_inode_copy_up +EXPORT_SYMBOL vmlinux 0xda35d796 vlan_vid_del +EXPORT_SYMBOL vmlinux 0xda35e9b7 pci_irq_get_affinity +EXPORT_SYMBOL vmlinux 0xda3d10a8 security_tun_dev_open +EXPORT_SYMBOL vmlinux 0xda466015 register_netdevice_notifier_dev_net +EXPORT_SYMBOL vmlinux 0xda4bb7d2 nvdimm_check_and_set_ro +EXPORT_SYMBOL vmlinux 0xda6e64ed pin_user_pages_unlocked +EXPORT_SYMBOL vmlinux 0xda6f06ab inet6_del_offload +EXPORT_SYMBOL vmlinux 0xda8869c5 tcf_qevent_destroy +EXPORT_SYMBOL vmlinux 0xda946d09 pcie_capability_clear_and_set_dword +EXPORT_SYMBOL vmlinux 0xdaa91ec2 xp_raw_get_dma +EXPORT_SYMBOL vmlinux 0xdaaa1698 t10_pi_type1_crc +EXPORT_SYMBOL vmlinux 0xdabae542 proc_mkdir_mode +EXPORT_SYMBOL vmlinux 0xdabc24cb slab_build_skb +EXPORT_SYMBOL vmlinux 0xdac3b544 vfs_statfs +EXPORT_SYMBOL vmlinux 0xdac3e42b tcf_block_put +EXPORT_SYMBOL vmlinux 0xdac4913a bitmap_allocate_region +EXPORT_SYMBOL vmlinux 0xdac49f05 fwnode_mdiobus_phy_device_register +EXPORT_SYMBOL vmlinux 0xdacc3343 d_find_alias +EXPORT_SYMBOL vmlinux 0xdad13544 ptrs_per_p4d +EXPORT_SYMBOL vmlinux 0xdad1fc3f zstd_flush_stream +EXPORT_SYMBOL vmlinux 0xdb0b4292 neigh_table_init +EXPORT_SYMBOL vmlinux 0xdb16b170 topology_phys_to_logical_pkg +EXPORT_SYMBOL vmlinux 0xdb1773d9 security_dentry_create_files_as +EXPORT_SYMBOL vmlinux 0xdb1abc08 pci_write_vpd +EXPORT_SYMBOL vmlinux 0xdb1bceec md_integrity_register +EXPORT_SYMBOL vmlinux 0xdb227bcc unload_nls +EXPORT_SYMBOL vmlinux 0xdb337923 kernel_param_unlock +EXPORT_SYMBOL vmlinux 0xdb4a5b8e skb_flow_get_icmp_tci +EXPORT_SYMBOL vmlinux 0xdb51a619 __SCK__tp_func_kfree +EXPORT_SYMBOL vmlinux 0xdb68bbad rfkill_destroy +EXPORT_SYMBOL vmlinux 0xdb69d596 dst_cow_metrics_generic +EXPORT_SYMBOL vmlinux 0xdb6d9760 devfreq_add_governor +EXPORT_SYMBOL vmlinux 0xdb6f6965 xfrm_policy_alloc +EXPORT_SYMBOL vmlinux 0xdb760f52 __kfifo_free +EXPORT_SYMBOL vmlinux 0xdb8469d7 mdio_driver_register +EXPORT_SYMBOL vmlinux 0xdb95e185 intel_scu_ipc_dev_command_with_size +EXPORT_SYMBOL vmlinux 0xdba32f22 __nla_reserve_nohdr +EXPORT_SYMBOL vmlinux 0xdba8a9b8 agp_generic_enable +EXPORT_SYMBOL vmlinux 0xdbb0ddbb ppp_register_compressor +EXPORT_SYMBOL vmlinux 0xdbc33e94 phy_modify_paged_changed +EXPORT_SYMBOL vmlinux 0xdbc43e6a qdisc_get_rtab +EXPORT_SYMBOL vmlinux 0xdbcf041a acpi_install_address_space_handler +EXPORT_SYMBOL vmlinux 0xdbd44359 __SCK__tp_func_dma_fence_enable_signal +EXPORT_SYMBOL vmlinux 0xdbdf6c92 ioport_resource +EXPORT_SYMBOL vmlinux 0xdbeb1a86 dec_zone_page_state +EXPORT_SYMBOL vmlinux 0xdbfd05ad md_bitmap_sync_with_cluster +EXPORT_SYMBOL vmlinux 0xdc04a2e7 pci_select_bars +EXPORT_SYMBOL vmlinux 0xdc0dbca8 request_partial_firmware_into_buf +EXPORT_SYMBOL vmlinux 0xdc0e4855 timer_delete +EXPORT_SYMBOL vmlinux 0xdc0ec08c __x86_indirect_jump_thunk_r12 +EXPORT_SYMBOL vmlinux 0xdc102111 dev_get_port_parent_id +EXPORT_SYMBOL vmlinux 0xdc14eda7 pci_pci_problems +EXPORT_SYMBOL vmlinux 0xdc1806b1 __neigh_for_each_release +EXPORT_SYMBOL vmlinux 0xdc1a55d7 to_nd_pfn +EXPORT_SYMBOL vmlinux 0xdc1b118f thermal_zone_device_critical +EXPORT_SYMBOL vmlinux 0xdc4245f7 has_capability +EXPORT_SYMBOL vmlinux 0xdc42db3e inet_frag_rbtree_purge +EXPORT_SYMBOL vmlinux 0xdc49c198 reciprocal_value_adv +EXPORT_SYMBOL vmlinux 0xdc512134 backlight_register_notifier +EXPORT_SYMBOL vmlinux 0xdc5736d5 acpi_register_ioapic +EXPORT_SYMBOL vmlinux 0xdc5aac5e get_user_pages_unlocked +EXPORT_SYMBOL vmlinux 0xdc5c2fc5 ilookup5 +EXPORT_SYMBOL vmlinux 0xdc64f47a nexthop_res_grp_activity_update +EXPORT_SYMBOL vmlinux 0xdc7740bb pci_release_resource +EXPORT_SYMBOL vmlinux 0xdc848065 sk_free +EXPORT_SYMBOL vmlinux 0xdc8e074a irq_domain_set_info +EXPORT_SYMBOL vmlinux 0xdca71e80 input_alloc_absinfo +EXPORT_SYMBOL vmlinux 0xdcb3788d agp_generic_destroy_pages +EXPORT_SYMBOL vmlinux 0xdcbeba1d sg_copy_from_buffer +EXPORT_SYMBOL vmlinux 0xdccf95e9 xfrm_state_insert +EXPORT_SYMBOL vmlinux 0xdcd3a0bd xfrm_state_flush +EXPORT_SYMBOL vmlinux 0xdcdc0040 slhc_compress +EXPORT_SYMBOL vmlinux 0xdcdf36ef sk_net_capable +EXPORT_SYMBOL vmlinux 0xdd00447a acpi_resource_to_address64 +EXPORT_SYMBOL vmlinux 0xdd07e852 tcp_time_wait +EXPORT_SYMBOL vmlinux 0xdd18a993 acpi_check_dsm +EXPORT_SYMBOL vmlinux 0xdd26c476 filemap_fdatawrite_wbc +EXPORT_SYMBOL vmlinux 0xdd2c169b mb_cache_create +EXPORT_SYMBOL vmlinux 0xdd360202 dma_fence_describe +EXPORT_SYMBOL vmlinux 0xdd4d55b6 _raw_read_unlock +EXPORT_SYMBOL vmlinux 0xdd567adb phy_attach +EXPORT_SYMBOL vmlinux 0xdd64e639 strscpy +EXPORT_SYMBOL vmlinux 0xdd72553b set_trace_device +EXPORT_SYMBOL vmlinux 0xdd7f6925 __put_devmap_managed_page_refs +EXPORT_SYMBOL vmlinux 0xdd8166a1 dma_fence_free +EXPORT_SYMBOL vmlinux 0xdd849d51 scsi_get_sense_info_fld +EXPORT_SYMBOL vmlinux 0xdd9e1555 jbd2_journal_free_reserved +EXPORT_SYMBOL vmlinux 0xdda8301f set_disk_ro +EXPORT_SYMBOL vmlinux 0xddad7952 acpi_dbg_level +EXPORT_SYMBOL vmlinux 0xddcbe1f3 acpi_ut_value_exit +EXPORT_SYMBOL vmlinux 0xdde21f92 neigh_carrier_down +EXPORT_SYMBOL vmlinux 0xdde77175 inode_needs_sync +EXPORT_SYMBOL vmlinux 0xddf6ad7a completion_done +EXPORT_SYMBOL vmlinux 0xddfdb8ac tcp_md5_needed +EXPORT_SYMBOL vmlinux 0xddfe574d netlink_net_capable +EXPORT_SYMBOL vmlinux 0xde1796b4 pfifo_qdisc_ops +EXPORT_SYMBOL vmlinux 0xde293f9e add_wait_queue_exclusive +EXPORT_SYMBOL vmlinux 0xde39c1ac simple_transaction_release +EXPORT_SYMBOL vmlinux 0xde3ff13e pci_find_parent_resource +EXPORT_SYMBOL vmlinux 0xde4eeab5 __register_nmi_handler +EXPORT_SYMBOL vmlinux 0xde4f20ea kthread_destroy_worker +EXPORT_SYMBOL vmlinux 0xde80cd09 ioremap +EXPORT_SYMBOL vmlinux 0xde85d24f rproc_del +EXPORT_SYMBOL vmlinux 0xde9b17ed agp3_generic_fetch_size +EXPORT_SYMBOL vmlinux 0xdeb09767 skb_checksum_help +EXPORT_SYMBOL vmlinux 0xdeba3522 add_to_page_cache_lru +EXPORT_SYMBOL vmlinux 0xdec5b836 buffer_migrate_folio +EXPORT_SYMBOL vmlinux 0xded39a6b gen_kill_estimator +EXPORT_SYMBOL vmlinux 0xdef7c893 fb_match_mode +EXPORT_SYMBOL vmlinux 0xdef8d0ae __SCT__tp_func_kfree +EXPORT_SYMBOL vmlinux 0xdefbc32f __dynamic_dev_dbg +EXPORT_SYMBOL vmlinux 0xdefe38b9 ip_sock_set_recverr +EXPORT_SYMBOL vmlinux 0xdf00442b jbd2_journal_flush +EXPORT_SYMBOL vmlinux 0xdf04169f proc_create_seq_private +EXPORT_SYMBOL vmlinux 0xdf17afc8 __SCK__tp_func_rdpmc +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 0xdf47e312 framebuffer_release +EXPORT_SYMBOL vmlinux 0xdf49b3b6 rio_query_mport +EXPORT_SYMBOL vmlinux 0xdf50dc14 tcp_timewait_state_process +EXPORT_SYMBOL vmlinux 0xdf521442 _find_next_zero_bit +EXPORT_SYMBOL vmlinux 0xdf54a8f7 netlink_unregister_notifier +EXPORT_SYMBOL vmlinux 0xdf6b082f proc_dointvec_jiffies +EXPORT_SYMBOL vmlinux 0xdf8c695a __ndelay +EXPORT_SYMBOL vmlinux 0xdf8d781f acpi_update_all_gpes +EXPORT_SYMBOL vmlinux 0xdf8fe0d5 iget_locked +EXPORT_SYMBOL vmlinux 0xdf91ba13 dcb_ieee_delapp +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 0xdfc4860d __d_drop +EXPORT_SYMBOL vmlinux 0xdfc7482e dput +EXPORT_SYMBOL vmlinux 0xdfcc992c current_work +EXPORT_SYMBOL vmlinux 0xdfd8110c flow_block_cb_is_busy +EXPORT_SYMBOL vmlinux 0xdfdce324 cpu_info +EXPORT_SYMBOL vmlinux 0xdfed6391 md_bitmap_free +EXPORT_SYMBOL vmlinux 0xdff905e5 vme_slave_free +EXPORT_SYMBOL vmlinux 0xdffc80fc vesa_modes +EXPORT_SYMBOL vmlinux 0xe00af649 pnp_device_attach +EXPORT_SYMBOL vmlinux 0xe0112fc4 __x86_indirect_thunk_r9 +EXPORT_SYMBOL vmlinux 0xe02ba436 trace_print_hex_seq +EXPORT_SYMBOL vmlinux 0xe02c9c92 __xa_erase +EXPORT_SYMBOL vmlinux 0xe02e0545 genl_register_family +EXPORT_SYMBOL vmlinux 0xe030efc4 thaw_super +EXPORT_SYMBOL vmlinux 0xe033cb29 native_queued_spin_lock_slowpath +EXPORT_SYMBOL vmlinux 0xe03a689d dma_fence_array_ops +EXPORT_SYMBOL vmlinux 0xe0419ac4 kstrtos16 +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 0xe0a7c75b __ip_select_ident +EXPORT_SYMBOL vmlinux 0xe0b13336 argv_free +EXPORT_SYMBOL vmlinux 0xe0b61ada phy_ethtool_get_link_ksettings +EXPORT_SYMBOL vmlinux 0xe0b9065b security_xfrm_policy_alloc +EXPORT_SYMBOL vmlinux 0xe0b91543 tc_setup_cb_replace +EXPORT_SYMBOL vmlinux 0xe0d357ea mmc_gpio_get_ro +EXPORT_SYMBOL vmlinux 0xe0feb03a sk_wait_data +EXPORT_SYMBOL vmlinux 0xe10df485 genphy_config_eee_advert +EXPORT_SYMBOL vmlinux 0xe113bbbc csum_partial +EXPORT_SYMBOL vmlinux 0xe11595fb set_posix_acl +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 0xe13ab9f5 tcp_mmap +EXPORT_SYMBOL vmlinux 0xe13cd8a7 dmi_name_in_vendors +EXPORT_SYMBOL vmlinux 0xe146903e devfreq_get_freq_range +EXPORT_SYMBOL vmlinux 0xe160aed9 dm_register_target +EXPORT_SYMBOL vmlinux 0xe1745d38 i2c_clients_command +EXPORT_SYMBOL vmlinux 0xe17f1416 __traceiter_mmap_lock_acquire_returned +EXPORT_SYMBOL vmlinux 0xe190803b mipi_dsi_attach +EXPORT_SYMBOL vmlinux 0xe1944ab9 scsi_print_result +EXPORT_SYMBOL vmlinux 0xe19dcfba flow_rule_match_arp +EXPORT_SYMBOL vmlinux 0xe1bd6a9c dev_get_mac_address +EXPORT_SYMBOL vmlinux 0xe1bee700 __traceiter_read_msr +EXPORT_SYMBOL vmlinux 0xe1cf3bd1 mipi_dsi_device_register_full +EXPORT_SYMBOL vmlinux 0xe1dcf64a audit_log_format +EXPORT_SYMBOL vmlinux 0xe1ec24b9 generic_file_llseek_size +EXPORT_SYMBOL vmlinux 0xe1fce3e9 sock_wmalloc +EXPORT_SYMBOL vmlinux 0xe21e1690 nf_register_net_hook +EXPORT_SYMBOL vmlinux 0xe21f18ac __genradix_iter_peek +EXPORT_SYMBOL vmlinux 0xe247fb8a pci_irq_vector +EXPORT_SYMBOL vmlinux 0xe24cf4ee mipi_dsi_compression_mode +EXPORT_SYMBOL vmlinux 0xe2519fe8 d_alloc_anon +EXPORT_SYMBOL vmlinux 0xe262d1ae inode_get_bytes +EXPORT_SYMBOL vmlinux 0xe273a7c5 con_is_bound +EXPORT_SYMBOL vmlinux 0xe273d75d alloc_cpu_rmap +EXPORT_SYMBOL vmlinux 0xe2880989 flow_block_cb_priv +EXPORT_SYMBOL vmlinux 0xe2964344 __wake_up +EXPORT_SYMBOL vmlinux 0xe2ad651b qdisc_put +EXPORT_SYMBOL vmlinux 0xe2afb441 __kfree_skb +EXPORT_SYMBOL vmlinux 0xe2b2c107 agp_create_memory +EXPORT_SYMBOL vmlinux 0xe2c17b5d __SCT__might_resched +EXPORT_SYMBOL vmlinux 0xe2c79332 tty_register_device +EXPORT_SYMBOL vmlinux 0xe2ccea87 bprm_change_interp +EXPORT_SYMBOL vmlinux 0xe2d5255a strcmp +EXPORT_SYMBOL vmlinux 0xe2e28fc0 __traceiter_write_msr +EXPORT_SYMBOL vmlinux 0xe304749d iw_handler_set_spy +EXPORT_SYMBOL vmlinux 0xe31b9301 intel_gmch_gtt_flush +EXPORT_SYMBOL vmlinux 0xe32ab4d8 xxh64_digest +EXPORT_SYMBOL vmlinux 0xe35068d7 tcp_fastopen_defer_connect +EXPORT_SYMBOL vmlinux 0xe363c575 padata_do_parallel +EXPORT_SYMBOL vmlinux 0xe366c04a dcb_ieee_setapp +EXPORT_SYMBOL vmlinux 0xe3953b93 buffer_check_dirty_writeback +EXPORT_SYMBOL vmlinux 0xe39565e5 __fib6_flush_trees +EXPORT_SYMBOL vmlinux 0xe39b2ea5 sha256 +EXPORT_SYMBOL vmlinux 0xe3ad3046 __sg_page_iter_dma_next +EXPORT_SYMBOL vmlinux 0xe3d0eb27 component_match_add_release +EXPORT_SYMBOL vmlinux 0xe3d857ea __cpu_active_mask +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 0xe40bbf03 textsearch_find_continuous +EXPORT_SYMBOL vmlinux 0xe40c37ea down_write_trylock +EXPORT_SYMBOL vmlinux 0xe419bc99 iowrite32be +EXPORT_SYMBOL vmlinux 0xe4329092 __ctzdi2 +EXPORT_SYMBOL vmlinux 0xe432a8e3 blk_rq_map_user_iov +EXPORT_SYMBOL vmlinux 0xe440e105 create_empty_buffers +EXPORT_SYMBOL vmlinux 0xe4431975 flow_indr_block_cb_alloc +EXPORT_SYMBOL vmlinux 0xe45e8479 vmap +EXPORT_SYMBOL vmlinux 0xe46021ca _raw_spin_unlock_bh +EXPORT_SYMBOL vmlinux 0xe4657608 posix_acl_valid +EXPORT_SYMBOL vmlinux 0xe48e4fcb __sk_backlog_rcv +EXPORT_SYMBOL vmlinux 0xe4911238 __skb_vlan_pop +EXPORT_SYMBOL vmlinux 0xe49ac304 page_pool_put_page_bulk +EXPORT_SYMBOL vmlinux 0xe49bfbbf kobject_init +EXPORT_SYMBOL vmlinux 0xe4b0e276 rtnl_configure_link +EXPORT_SYMBOL vmlinux 0xe4bb50b1 kmem_cache_alloc_bulk +EXPORT_SYMBOL vmlinux 0xe4bc2c2f hdmi_drm_infoframe_pack +EXPORT_SYMBOL vmlinux 0xe4ca1c77 mpage_writepages +EXPORT_SYMBOL vmlinux 0xe4d08b9c xfrm_policy_byid +EXPORT_SYMBOL vmlinux 0xe4d80bf4 acpi_enable +EXPORT_SYMBOL vmlinux 0xe4eea19e sock_common_getsockopt +EXPORT_SYMBOL vmlinux 0xe5107fdc sk_reset_timer +EXPORT_SYMBOL vmlinux 0xe51787cb pci_bus_read_config_byte +EXPORT_SYMBOL vmlinux 0xe523ad75 synchronize_irq +EXPORT_SYMBOL vmlinux 0xe52e407c tc_setup_cb_destroy +EXPORT_SYMBOL vmlinux 0xe532aa76 mipi_dsi_driver_register_full +EXPORT_SYMBOL vmlinux 0xe5352d93 pci_disable_msix +EXPORT_SYMBOL vmlinux 0xe549efa3 tcp_openreq_init_rwin +EXPORT_SYMBOL vmlinux 0xe554d600 __dquot_alloc_space +EXPORT_SYMBOL vmlinux 0xe57ee3c2 pcie_relaxed_ordering_enabled +EXPORT_SYMBOL vmlinux 0xe58090ca security_ib_endport_manage_subnet +EXPORT_SYMBOL vmlinux 0xe590dea3 sk_busy_loop_end +EXPORT_SYMBOL vmlinux 0xe59c0dab input_allocate_device +EXPORT_SYMBOL vmlinux 0xe59c1ba3 skb_orphan_partial +EXPORT_SYMBOL vmlinux 0xe5a38842 dquot_load_quota_sb +EXPORT_SYMBOL vmlinux 0xe5a9e2c0 jbd2_journal_force_commit +EXPORT_SYMBOL vmlinux 0xe5be2a65 qdisc_watchdog_init +EXPORT_SYMBOL vmlinux 0xe5c60bd2 percpu_counter_set +EXPORT_SYMBOL vmlinux 0xe5c78a99 do_blank_screen +EXPORT_SYMBOL vmlinux 0xe5e11be8 filemap_fdatawait_range +EXPORT_SYMBOL vmlinux 0xe5e54ade mipi_dsi_turn_on_peripheral +EXPORT_SYMBOL vmlinux 0xe5ed40b1 scsi_remove_host +EXPORT_SYMBOL vmlinux 0xe6030de9 ip_sock_set_mtu_discover +EXPORT_SYMBOL vmlinux 0xe622551e mount_single +EXPORT_SYMBOL vmlinux 0xe62f0111 send_sig_mceerr +EXPORT_SYMBOL vmlinux 0xe63a6ad7 update_devfreq +EXPORT_SYMBOL vmlinux 0xe6550092 utf8_casefold +EXPORT_SYMBOL vmlinux 0xe6714b00 __mmap_lock_do_trace_acquire_returned +EXPORT_SYMBOL vmlinux 0xe671ad81 ata_std_end_eh +EXPORT_SYMBOL vmlinux 0xe685b127 udp6_seq_ops +EXPORT_SYMBOL vmlinux 0xe687c8e5 filemap_invalidate_unlock_two +EXPORT_SYMBOL vmlinux 0xe688a98b locks_copy_lock +EXPORT_SYMBOL vmlinux 0xe68b5506 scsi_print_sense_hdr +EXPORT_SYMBOL vmlinux 0xe68efe41 _raw_write_lock +EXPORT_SYMBOL vmlinux 0xe69153b5 zpool_unregister_driver +EXPORT_SYMBOL vmlinux 0xe6ba5829 single_release +EXPORT_SYMBOL vmlinux 0xe6c2ca17 ip_mc_check_igmp +EXPORT_SYMBOL vmlinux 0xe6c9d079 mpage_readahead +EXPORT_SYMBOL vmlinux 0xe6d2458e do_trace_netlink_extack +EXPORT_SYMBOL vmlinux 0xe6f940b4 ip_frag_next +EXPORT_SYMBOL vmlinux 0xe6fa06a2 rename_lock +EXPORT_SYMBOL vmlinux 0xe70877d4 acpi_remove_sci_handler +EXPORT_SYMBOL vmlinux 0xe7197f87 crypto_sha512_update +EXPORT_SYMBOL vmlinux 0xe719d84d xfrm_parse_spi +EXPORT_SYMBOL vmlinux 0xe71a9990 dev_uc_unsync +EXPORT_SYMBOL vmlinux 0xe7257ab8 xa_store_range +EXPORT_SYMBOL vmlinux 0xe72ae50c __devm_request_region +EXPORT_SYMBOL vmlinux 0xe73b3ad5 xfrm_init_state +EXPORT_SYMBOL vmlinux 0xe7429e9f sock_set_reuseport +EXPORT_SYMBOL vmlinux 0xe744fac2 kthread_create_worker_on_cpu +EXPORT_SYMBOL vmlinux 0xe758ca3e simple_release_fs +EXPORT_SYMBOL vmlinux 0xe75d7b2c ipv6_sock_mc_drop +EXPORT_SYMBOL vmlinux 0xe787698f acpi_processor_register_performance +EXPORT_SYMBOL vmlinux 0xe78cc503 bio_uninit +EXPORT_SYMBOL vmlinux 0xe7a02573 ida_alloc_range +EXPORT_SYMBOL vmlinux 0xe7ab1ecc _raw_write_unlock_bh +EXPORT_SYMBOL vmlinux 0xe7c13d69 mfd_cell_enable +EXPORT_SYMBOL vmlinux 0xe7d4daac seq_list_next +EXPORT_SYMBOL vmlinux 0xe7d7afbe security_inode_init_security +EXPORT_SYMBOL vmlinux 0xe7e19c6b security_sctp_assoc_request +EXPORT_SYMBOL vmlinux 0xe7e45d87 folio_wait_bit +EXPORT_SYMBOL vmlinux 0xe7ff9c0b blk_mq_delay_run_hw_queues +EXPORT_SYMBOL vmlinux 0xe801bf79 prepare_creds +EXPORT_SYMBOL vmlinux 0xe802e71c netlink_broadcast +EXPORT_SYMBOL vmlinux 0xe816048f tty_termios_copy_hw +EXPORT_SYMBOL vmlinux 0xe81d83a8 devfreq_update_target +EXPORT_SYMBOL vmlinux 0xe820c145 blk_mq_init_allocated_queue +EXPORT_SYMBOL vmlinux 0xe8257db8 cdev_alloc +EXPORT_SYMBOL vmlinux 0xe831c062 tcp_disconnect +EXPORT_SYMBOL vmlinux 0xe8493513 file_update_time +EXPORT_SYMBOL vmlinux 0xe84c7c4c sock_no_socketpair +EXPORT_SYMBOL vmlinux 0xe8536434 set_pages_uc +EXPORT_SYMBOL vmlinux 0xe85f2123 acpi_tb_unload_table +EXPORT_SYMBOL vmlinux 0xe8880ae5 dma_resv_copy_fences +EXPORT_SYMBOL vmlinux 0xe89bb8d3 memory_cgrp_subsys +EXPORT_SYMBOL vmlinux 0xe8a8893d dquot_alloc_inode +EXPORT_SYMBOL vmlinux 0xe8b46141 dcb_ieee_getapp_default_prio_mask +EXPORT_SYMBOL vmlinux 0xe8d285b2 nla_policy_len +EXPORT_SYMBOL vmlinux 0xe8d4a82a sk_capable +EXPORT_SYMBOL vmlinux 0xe8d8dd24 make_kprojid +EXPORT_SYMBOL vmlinux 0xe8e72397 serio_interrupt +EXPORT_SYMBOL vmlinux 0xe8fbf4fa __alloc_bucket_spinlocks +EXPORT_SYMBOL vmlinux 0xe9074e1d is_bad_inode +EXPORT_SYMBOL vmlinux 0xe909997a bitmap_print_list_to_buf +EXPORT_SYMBOL vmlinux 0xe914b5cf sock_no_recvmsg +EXPORT_SYMBOL vmlinux 0xe914e41e strcpy +EXPORT_SYMBOL vmlinux 0xe919dd94 invalidate_bdev +EXPORT_SYMBOL vmlinux 0xe923a8c6 neigh_seq_stop +EXPORT_SYMBOL vmlinux 0xe92b7f5a jbd2_journal_dirty_metadata +EXPORT_SYMBOL vmlinux 0xe933cf24 devm_request_resource +EXPORT_SYMBOL vmlinux 0xe93475db sock_edemux +EXPORT_SYMBOL vmlinux 0xe93a5544 qdisc_watchdog_schedule_range_ns +EXPORT_SYMBOL vmlinux 0xe953b21f get_next_ino +EXPORT_SYMBOL vmlinux 0xe95d07ea dquot_get_dqblk +EXPORT_SYMBOL vmlinux 0xe9919a99 phy_suspend +EXPORT_SYMBOL vmlinux 0xe9a2f1cd param_get_invbool +EXPORT_SYMBOL vmlinux 0xe9a5e67f intel_graphics_stolen_res +EXPORT_SYMBOL vmlinux 0xe9af7397 __xa_set_mark +EXPORT_SYMBOL vmlinux 0xe9b46125 reuseport_attach_prog +EXPORT_SYMBOL vmlinux 0xe9d1efa5 input_unregister_handle +EXPORT_SYMBOL vmlinux 0xe9d396a5 mipi_dsi_dcs_set_display_off +EXPORT_SYMBOL vmlinux 0xe9d48814 give_up_console +EXPORT_SYMBOL vmlinux 0xe9dc12a4 zstd_get_error_name +EXPORT_SYMBOL vmlinux 0xe9de9234 is_subdir +EXPORT_SYMBOL vmlinux 0xe9e0c5a1 dma_resv_fini +EXPORT_SYMBOL vmlinux 0xe9e8faeb efi_tpm_final_log_size +EXPORT_SYMBOL vmlinux 0xe9f065da input_mt_report_finger_count +EXPORT_SYMBOL vmlinux 0xe9f6d277 mount_subtree +EXPORT_SYMBOL vmlinux 0xe9f7149c zlib_deflate_workspacesize +EXPORT_SYMBOL vmlinux 0xe9f9c448 dev_addr_mod +EXPORT_SYMBOL vmlinux 0xe9ffc063 down_trylock +EXPORT_SYMBOL vmlinux 0xea10ce6c dump_emit +EXPORT_SYMBOL vmlinux 0xea243a56 tcp_create_openreq_child +EXPORT_SYMBOL vmlinux 0xea3c8e4e scsilun_to_int +EXPORT_SYMBOL vmlinux 0xea3faaa1 dquot_quotactl_sysfile_ops +EXPORT_SYMBOL vmlinux 0xea498d6c eth_validate_addr +EXPORT_SYMBOL vmlinux 0xea559ef7 iov_iter_revert +EXPORT_SYMBOL vmlinux 0xea5f58b2 netdev_pick_tx +EXPORT_SYMBOL vmlinux 0xea623f77 xfrm_state_add +EXPORT_SYMBOL vmlinux 0xea6f9a36 zlib_deflate_dfltcc_enabled +EXPORT_SYMBOL vmlinux 0xea96c42c generic_ro_fops +EXPORT_SYMBOL vmlinux 0xeab6f4c4 acpi_check_resource_conflict +EXPORT_SYMBOL vmlinux 0xeabf75ba dma_resv_add_fence +EXPORT_SYMBOL vmlinux 0xead2d790 udp_read_skb +EXPORT_SYMBOL vmlinux 0xeae2b6db ww_mutex_unlock +EXPORT_SYMBOL vmlinux 0xeae3dfd6 __const_udelay +EXPORT_SYMBOL vmlinux 0xeafc141f __posix_acl_chmod +EXPORT_SYMBOL vmlinux 0xeb007345 gnet_stats_copy_basic +EXPORT_SYMBOL vmlinux 0xeb078aee _raw_write_unlock_irqrestore +EXPORT_SYMBOL vmlinux 0xeb233a45 __kmalloc +EXPORT_SYMBOL vmlinux 0xeb2c5f8f cpufreq_generic_suspend +EXPORT_SYMBOL vmlinux 0xeb2e7b9f flow_rule_match_enc_keyid +EXPORT_SYMBOL vmlinux 0xeb31aee8 acpi_trace_point +EXPORT_SYMBOL vmlinux 0xeb37101c audit_log_end +EXPORT_SYMBOL vmlinux 0xeb3bad7e scsi_device_lookup_by_target +EXPORT_SYMBOL vmlinux 0xeb44339a free_pages_exact +EXPORT_SYMBOL vmlinux 0xeb46eddb kfree_skb_reason +EXPORT_SYMBOL vmlinux 0xeb568641 d_alloc +EXPORT_SYMBOL vmlinux 0xeb5e028c dev_printk_emit +EXPORT_SYMBOL vmlinux 0xeb7f6046 acpi_get_devices +EXPORT_SYMBOL vmlinux 0xeb9cd326 __SCK__tp_func_spi_transfer_stop +EXPORT_SYMBOL vmlinux 0xeb9eef52 match_uint +EXPORT_SYMBOL vmlinux 0xebc638a4 udpv6_sendmsg +EXPORT_SYMBOL vmlinux 0xebcf8f8b scsi_host_get +EXPORT_SYMBOL vmlinux 0xebe1ad15 scsi_eh_finish_cmd +EXPORT_SYMBOL vmlinux 0xebe8b479 register_sysctl_mount_point +EXPORT_SYMBOL vmlinux 0xec00f9a2 pci_match_id +EXPORT_SYMBOL vmlinux 0xec09ce12 filemap_write_and_wait_range +EXPORT_SYMBOL vmlinux 0xec1c9d67 remove_proc_entry +EXPORT_SYMBOL vmlinux 0xec2b8a42 acpi_walk_namespace +EXPORT_SYMBOL vmlinux 0xec2e1c8f proc_doulongvec_minmax +EXPORT_SYMBOL vmlinux 0xec45e544 simple_write_begin +EXPORT_SYMBOL vmlinux 0xec4d9e3a clk_get_sys +EXPORT_SYMBOL vmlinux 0xec56849a __cpuhp_setup_state +EXPORT_SYMBOL vmlinux 0xec579eb9 tcp_sock_set_keepcnt +EXPORT_SYMBOL vmlinux 0xec69568e __cpuhp_remove_state_cpuslocked +EXPORT_SYMBOL vmlinux 0xec6c9fb1 acpi_notifier_call_chain +EXPORT_SYMBOL vmlinux 0xec89475f ptp_clock_unregister +EXPORT_SYMBOL vmlinux 0xec99ae2f napi_gro_flush +EXPORT_SYMBOL vmlinux 0xeca957d1 __bitmap_and +EXPORT_SYMBOL vmlinux 0xecac8407 __memcpy +EXPORT_SYMBOL vmlinux 0xecbc4dc0 dm_put_device +EXPORT_SYMBOL vmlinux 0xecc7c868 __x86_indirect_jump_thunk_r9 +EXPORT_SYMBOL vmlinux 0xeccaf7c9 generic_permission +EXPORT_SYMBOL vmlinux 0xecdcabd2 copy_user_generic_unrolled +EXPORT_SYMBOL vmlinux 0xece784c2 rb_first +EXPORT_SYMBOL vmlinux 0xecfd68ef acpi_get_node +EXPORT_SYMBOL vmlinux 0xed00c4fb acpi_os_printf +EXPORT_SYMBOL vmlinux 0xed0113fa kill_block_super +EXPORT_SYMBOL vmlinux 0xed10462b nf_log_trace +EXPORT_SYMBOL vmlinux 0xed2a1016 netdev_get_xmit_slave +EXPORT_SYMBOL vmlinux 0xed2fdfe0 agp_backend_release +EXPORT_SYMBOL vmlinux 0xed300b47 passthru_features_check +EXPORT_SYMBOL vmlinux 0xed3481d0 dma_sync_wait +EXPORT_SYMBOL vmlinux 0xed34ebbc acpi_any_gpe_status_set +EXPORT_SYMBOL vmlinux 0xed4f5197 tcp_conn_request +EXPORT_SYMBOL vmlinux 0xed55f929 acpi_os_unmap_generic_address +EXPORT_SYMBOL vmlinux 0xed5cec81 netdev_offload_xstats_enabled +EXPORT_SYMBOL vmlinux 0xed5e8835 backlight_device_register +EXPORT_SYMBOL vmlinux 0xed656e30 udp_encap_disable +EXPORT_SYMBOL vmlinux 0xed662114 max8925_reg_read +EXPORT_SYMBOL vmlinux 0xed6e95e6 dma_pool_create +EXPORT_SYMBOL vmlinux 0xed854768 page_cache_next_miss +EXPORT_SYMBOL vmlinux 0xed85a7ec genphy_read_mmd_unsupported +EXPORT_SYMBOL vmlinux 0xeda09cc9 pcie_capability_write_word +EXPORT_SYMBOL vmlinux 0xedb56c48 generic_remap_file_range_prep +EXPORT_SYMBOL vmlinux 0xedb944dc unpin_user_pages +EXPORT_SYMBOL vmlinux 0xedbaee5e nla_strcmp +EXPORT_SYMBOL vmlinux 0xedbe337a scsi_scan_host +EXPORT_SYMBOL vmlinux 0xedbffb32 tcf_exts_change +EXPORT_SYMBOL vmlinux 0xedc03953 iounmap +EXPORT_SYMBOL vmlinux 0xedc35d76 mod_node_page_state +EXPORT_SYMBOL vmlinux 0xedd17b31 sock_get_timeout +EXPORT_SYMBOL vmlinux 0xedd7a5c4 blk_mq_run_hw_queues +EXPORT_SYMBOL vmlinux 0xedeba3dd vfs_path_lookup +EXPORT_SYMBOL vmlinux 0xedf0781f mmc_cqe_post_req +EXPORT_SYMBOL vmlinux 0xedf3bb82 devm_nvmem_cell_put +EXPORT_SYMBOL vmlinux 0xedf5f8a7 set_pages_array_uc +EXPORT_SYMBOL vmlinux 0xee0118df aperture_remove_conflicting_devices +EXPORT_SYMBOL vmlinux 0xee06ee15 dquot_destroy +EXPORT_SYMBOL vmlinux 0xee0a5517 mmc_of_parse +EXPORT_SYMBOL vmlinux 0xee1f9db4 iw_handler_get_thrspy +EXPORT_SYMBOL vmlinux 0xee2613a0 blk_mq_free_tag_set +EXPORT_SYMBOL vmlinux 0xee268f2c km_state_expired +EXPORT_SYMBOL vmlinux 0xee2d0fc7 _local_bh_enable +EXPORT_SYMBOL vmlinux 0xee31a219 sock_kmalloc +EXPORT_SYMBOL vmlinux 0xee38a20e __x86_indirect_jump_thunk_r10 +EXPORT_SYMBOL vmlinux 0xee4fabe0 seq_bprintf +EXPORT_SYMBOL vmlinux 0xee58e970 fb_add_videomode +EXPORT_SYMBOL vmlinux 0xee5974e8 path_put +EXPORT_SYMBOL vmlinux 0xee7d7deb gen_pool_dma_zalloc +EXPORT_SYMBOL vmlinux 0xee7eb9e1 pnp_platform_devices +EXPORT_SYMBOL vmlinux 0xee883b06 __vmalloc_array +EXPORT_SYMBOL vmlinux 0xee8b3a00 param_set_long +EXPORT_SYMBOL vmlinux 0xee8c02e9 vprintk_emit +EXPORT_SYMBOL vmlinux 0xee8d74d6 jiffies64_to_nsecs +EXPORT_SYMBOL vmlinux 0xee91879b rb_first_postorder +EXPORT_SYMBOL vmlinux 0xeea9dbaf bitmap_bitremap +EXPORT_SYMBOL vmlinux 0xeeb8a71f phy_mii_ioctl +EXPORT_SYMBOL vmlinux 0xeec13ff7 block_write_end +EXPORT_SYMBOL vmlinux 0xeec61f7d qdisc_offload_query_caps +EXPORT_SYMBOL vmlinux 0xeeed38ef pci_claim_resource +EXPORT_SYMBOL vmlinux 0xeef1d044 netdev_lower_get_next +EXPORT_SYMBOL vmlinux 0xeeffa96c neigh_seq_start +EXPORT_SYMBOL vmlinux 0xef0df015 md_check_no_bitmap +EXPORT_SYMBOL vmlinux 0xef36a848 __x86_indirect_jump_thunk_rdi +EXPORT_SYMBOL vmlinux 0xef372b51 pcim_set_mwi +EXPORT_SYMBOL vmlinux 0xef4c9bf4 dm_kcopyd_copy +EXPORT_SYMBOL vmlinux 0xef5c9135 page_pool_destroy +EXPORT_SYMBOL vmlinux 0xef6a0984 folio_unlock +EXPORT_SYMBOL vmlinux 0xef701db1 __SCK__tp_func_write_msr +EXPORT_SYMBOL vmlinux 0xef969ecc __dev_get_by_name +EXPORT_SYMBOL vmlinux 0xef976c4b genphy_restart_aneg +EXPORT_SYMBOL vmlinux 0xef9acf06 pcim_iomap_table +EXPORT_SYMBOL vmlinux 0xef9aedfc boot_option_idle_override +EXPORT_SYMBOL vmlinux 0xefaf2e4f tcf_queue_work +EXPORT_SYMBOL vmlinux 0xefbe8d02 kiocb_set_cancel_fn +EXPORT_SYMBOL vmlinux 0xefcea2e7 acpi_warning +EXPORT_SYMBOL vmlinux 0xefee932c acpi_get_data_full +EXPORT_SYMBOL vmlinux 0xf0009fee put_pages_list +EXPORT_SYMBOL vmlinux 0xf01dda88 __vfs_removexattr +EXPORT_SYMBOL vmlinux 0xf0299fbd iget5_locked +EXPORT_SYMBOL vmlinux 0xf02aa937 wait_for_completion_interruptible_timeout +EXPORT_SYMBOL vmlinux 0xf02e22f7 cont_write_begin +EXPORT_SYMBOL vmlinux 0xf036eb65 input_mt_destroy_slots +EXPORT_SYMBOL vmlinux 0xf0499804 eth_header +EXPORT_SYMBOL vmlinux 0xf04c4a18 __traceiter_kmem_cache_free +EXPORT_SYMBOL vmlinux 0xf05c32ad rdmsr_on_cpus +EXPORT_SYMBOL vmlinux 0xf0631a6a configfs_unregister_default_group +EXPORT_SYMBOL vmlinux 0xf0637e5a inet_rcv_saddr_equal +EXPORT_SYMBOL vmlinux 0xf07b07f6 sg_free_append_table +EXPORT_SYMBOL vmlinux 0xf081ef9a mmc_can_erase +EXPORT_SYMBOL vmlinux 0xf085f057 skb_dequeue_tail +EXPORT_SYMBOL vmlinux 0xf0947286 udp_lib_setsockopt +EXPORT_SYMBOL vmlinux 0xf0983dbb pci_clear_master +EXPORT_SYMBOL vmlinux 0xf09b5d9a get_zeroed_page +EXPORT_SYMBOL vmlinux 0xf0a26b49 register_mii_timestamper +EXPORT_SYMBOL vmlinux 0xf0a6de87 security_skb_classify_flow +EXPORT_SYMBOL vmlinux 0xf0cd8442 scsi_done +EXPORT_SYMBOL vmlinux 0xf0d602ee devm_memremap +EXPORT_SYMBOL vmlinux 0xf0e52e56 clear_user_original +EXPORT_SYMBOL vmlinux 0xf0ebea88 tcp_add_backlog +EXPORT_SYMBOL vmlinux 0xf0f6271a sock_i_ino +EXPORT_SYMBOL vmlinux 0xf0f8f2ee xfrm_policy_delete +EXPORT_SYMBOL vmlinux 0xf105b45b mmc_calc_max_discard +EXPORT_SYMBOL vmlinux 0xf11dd46e _page_poisoning_enabled_early +EXPORT_SYMBOL vmlinux 0xf1479dd1 ppp_unregister_channel +EXPORT_SYMBOL vmlinux 0xf1611413 cdrom_get_last_written +EXPORT_SYMBOL vmlinux 0xf1848ee2 acpi_install_sci_handler +EXPORT_SYMBOL vmlinux 0xf1887b8e ip_tunnel_parse_protocol +EXPORT_SYMBOL vmlinux 0xf195c682 fb_invert_cmaps +EXPORT_SYMBOL vmlinux 0xf1969a8e __usecs_to_jiffies +EXPORT_SYMBOL vmlinux 0xf1a0644a truncate_pagecache_range +EXPORT_SYMBOL vmlinux 0xf1a65f7b zstd_reset_dstream +EXPORT_SYMBOL vmlinux 0xf1a68107 acpi_processor_preregister_performance +EXPORT_SYMBOL vmlinux 0xf1b3f7b1 phy_trigger_machine +EXPORT_SYMBOL vmlinux 0xf1b9bb69 __sock_cmsg_send +EXPORT_SYMBOL vmlinux 0xf1d81337 get_tree_single +EXPORT_SYMBOL vmlinux 0xf1da2cc7 tcp_sync_mss +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 0xf1fe72bb peernet2id +EXPORT_SYMBOL vmlinux 0xf1fe85a3 blkdev_get_by_dev +EXPORT_SYMBOL vmlinux 0xf2319193 gnet_stats_start_copy_compat +EXPORT_SYMBOL vmlinux 0xf238f4c9 vga_client_register +EXPORT_SYMBOL vmlinux 0xf23fcb99 __kfifo_in +EXPORT_SYMBOL vmlinux 0xf2628676 zstd_compress_cctx +EXPORT_SYMBOL vmlinux 0xf276896d netdev_next_lower_dev_rcu +EXPORT_SYMBOL vmlinux 0xf2866a38 ip6mr_rule_default +EXPORT_SYMBOL vmlinux 0xf2880823 block_page_mkwrite +EXPORT_SYMBOL vmlinux 0xf28cf0ae __hw_addr_init +EXPORT_SYMBOL vmlinux 0xf28ed6e2 machine_to_phys_nr +EXPORT_SYMBOL vmlinux 0xf29403e5 acpi_install_table_handler +EXPORT_SYMBOL vmlinux 0xf2a8efae dm_kcopyd_do_callback +EXPORT_SYMBOL vmlinux 0xf2b81b64 arch_io_reserve_memtype_wc +EXPORT_SYMBOL vmlinux 0xf2c43f3f zlib_deflate +EXPORT_SYMBOL vmlinux 0xf2d1fa91 unlock_buffer +EXPORT_SYMBOL vmlinux 0xf2d466f2 dev_get_by_index_rcu +EXPORT_SYMBOL vmlinux 0xf2e5bd87 security_free_mnt_opts +EXPORT_SYMBOL vmlinux 0xf2e87b00 blkdev_get_by_path +EXPORT_SYMBOL vmlinux 0xf2f53617 memregion_free +EXPORT_SYMBOL vmlinux 0xf30965ac iosf_mbi_register_pmic_bus_access_notifier +EXPORT_SYMBOL vmlinux 0xf3107926 sha224_update +EXPORT_SYMBOL vmlinux 0xf327ece0 blk_limits_io_min +EXPORT_SYMBOL vmlinux 0xf332f350 configfs_register_default_group +EXPORT_SYMBOL vmlinux 0xf346231f seq_list_start_head +EXPORT_SYMBOL vmlinux 0xf348244b tc_cleanup_offload_action +EXPORT_SYMBOL vmlinux 0xf34f4834 phy_start_cable_test +EXPORT_SYMBOL vmlinux 0xf353a698 register_module_notifier +EXPORT_SYMBOL vmlinux 0xf3621fe2 mtree_alloc_rrange +EXPORT_SYMBOL vmlinux 0xf362f871 param_ops_invbool +EXPORT_SYMBOL vmlinux 0xf36485c4 pci_enable_msi +EXPORT_SYMBOL vmlinux 0xf36a9180 __find_get_block +EXPORT_SYMBOL vmlinux 0xf36f42a9 slhc_uncompress +EXPORT_SYMBOL vmlinux 0xf373304c generic_file_write_iter +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 0xf3c88e64 module_layout +EXPORT_SYMBOL vmlinux 0xf3e0e1df allocate_resource +EXPORT_SYMBOL vmlinux 0xf3e221e9 kthread_stop +EXPORT_SYMBOL vmlinux 0xf3e27e30 nla_put +EXPORT_SYMBOL vmlinux 0xf3f6298b skb_dump +EXPORT_SYMBOL vmlinux 0xf40e83fe param_get_uint +EXPORT_SYMBOL vmlinux 0xf40effbe tcp_gro_complete +EXPORT_SYMBOL vmlinux 0xf41a43cd netif_tx_stop_all_queues +EXPORT_SYMBOL vmlinux 0xf429a9a8 ipv6_dev_get_saddr +EXPORT_SYMBOL vmlinux 0xf438f41e skb_eth_push +EXPORT_SYMBOL vmlinux 0xf43d2caa acpi_remove_interface +EXPORT_SYMBOL vmlinux 0xf44a904a net_ns_barrier +EXPORT_SYMBOL vmlinux 0xf4604f83 clk_get +EXPORT_SYMBOL vmlinux 0xf4619f6f end_buffer_read_sync +EXPORT_SYMBOL vmlinux 0xf464fdab arp_send +EXPORT_SYMBOL vmlinux 0xf474c21c bitmap_print_to_pagebuf +EXPORT_SYMBOL vmlinux 0xf474fdcb kfree_const +EXPORT_SYMBOL vmlinux 0xf496101a ns_capable_noaudit +EXPORT_SYMBOL vmlinux 0xf4a565fd wrmsr_on_cpus +EXPORT_SYMBOL vmlinux 0xf4b229c8 freezing_slow_path +EXPORT_SYMBOL vmlinux 0xf4b754fd acpi_resources_are_enforced +EXPORT_SYMBOL vmlinux 0xf4bfe01d __inet_stream_connect +EXPORT_SYMBOL vmlinux 0xf4c050ca invalidate_mapping_pages +EXPORT_SYMBOL vmlinux 0xf4c91b0b seq_vprintf +EXPORT_SYMBOL vmlinux 0xf4db35bc stpcpy +EXPORT_SYMBOL vmlinux 0xf4f14de6 rtnl_trylock +EXPORT_SYMBOL vmlinux 0xf4fe548a update_region +EXPORT_SYMBOL vmlinux 0xf5081114 devm_kvasprintf +EXPORT_SYMBOL vmlinux 0xf531492a set_anon_super +EXPORT_SYMBOL vmlinux 0xf53b8204 bioset_init +EXPORT_SYMBOL vmlinux 0xf53d4c26 qdisc_class_hash_destroy +EXPORT_SYMBOL vmlinux 0xf5445a4b dma_unmap_sg_attrs +EXPORT_SYMBOL vmlinux 0xf551add4 netdev_change_features +EXPORT_SYMBOL vmlinux 0xf56249ca dma_resv_init +EXPORT_SYMBOL vmlinux 0xf569ddaa dquot_quota_off +EXPORT_SYMBOL vmlinux 0xf56d6962 set_bh_page +EXPORT_SYMBOL vmlinux 0xf57ec94a in6_dev_finish_destroy +EXPORT_SYMBOL vmlinux 0xf58af112 rproc_put +EXPORT_SYMBOL vmlinux 0xf595940b mfd_cell_disable +EXPORT_SYMBOL vmlinux 0xf5a20ed2 __genradix_prealloc +EXPORT_SYMBOL vmlinux 0xf5a5c84c msrs_alloc +EXPORT_SYMBOL vmlinux 0xf5cab51f consume_skb +EXPORT_SYMBOL vmlinux 0xf5dcf929 __x86_indirect_jump_thunk_r8 +EXPORT_SYMBOL vmlinux 0xf5e7ea40 ktime_get_coarse_ts64 +EXPORT_SYMBOL vmlinux 0xf60ab926 acpi_get_event_status +EXPORT_SYMBOL vmlinux 0xf6180c33 phy_set_asym_pause +EXPORT_SYMBOL vmlinux 0xf62aaf6e blk_mq_start_hw_queues +EXPORT_SYMBOL vmlinux 0xf6327dfb fb_set_suspend +EXPORT_SYMBOL vmlinux 0xf643d104 hsiphash_4u32 +EXPORT_SYMBOL vmlinux 0xf6546b7c pcim_pin_device +EXPORT_SYMBOL vmlinux 0xf65f1dbd __x86_indirect_jump_thunk_rsi +EXPORT_SYMBOL vmlinux 0xf665f74f sock_load_diag_module +EXPORT_SYMBOL vmlinux 0xf681c185 i2c_smbus_write_block_data +EXPORT_SYMBOL vmlinux 0xf68285c0 register_inetaddr_notifier +EXPORT_SYMBOL vmlinux 0xf6a01950 jbd2_journal_start +EXPORT_SYMBOL vmlinux 0xf6da993d get_cached_acl_rcu +EXPORT_SYMBOL vmlinux 0xf6ebc03b net_ratelimit +EXPORT_SYMBOL vmlinux 0xf6f9d58d init_on_free +EXPORT_SYMBOL vmlinux 0xf6fc8791 __bitmap_xor +EXPORT_SYMBOL vmlinux 0xf710d9c4 __skb_warn_lro_forwarding +EXPORT_SYMBOL vmlinux 0xf723934f __x86_indirect_jump_thunk_r11 +EXPORT_SYMBOL vmlinux 0xf736f340 remove_proc_subtree +EXPORT_SYMBOL vmlinux 0xf7370f56 system_state +EXPORT_SYMBOL vmlinux 0xf738d1be register_blocking_lsm_notifier +EXPORT_SYMBOL vmlinux 0xf73fb81a security_sb_remount +EXPORT_SYMBOL vmlinux 0xf7418f38 tcf_idr_create_from_flags +EXPORT_SYMBOL vmlinux 0xf74f0fcc pci_bus_set_ops +EXPORT_SYMBOL vmlinux 0xf781be02 udp_gro_receive +EXPORT_SYMBOL vmlinux 0xf79b821b neigh_direct_output +EXPORT_SYMBOL vmlinux 0xf79ca3bb acpi_remove_gpe_block +EXPORT_SYMBOL vmlinux 0xf7cb30b9 flow_rule_match_ports +EXPORT_SYMBOL vmlinux 0xf7d31de9 kstrtoul_from_user +EXPORT_SYMBOL vmlinux 0xf7da6e6f acpi_unload_table +EXPORT_SYMBOL vmlinux 0xf7ef9a79 iosf_mbi_punit_release +EXPORT_SYMBOL vmlinux 0xf7fa9bfa clear_page_dirty_for_io +EXPORT_SYMBOL vmlinux 0xf807de8e to_nd_dax +EXPORT_SYMBOL vmlinux 0xf809010f tty_register_driver +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 0xf8206266 bio_init_clone +EXPORT_SYMBOL vmlinux 0xf82ec573 rb_prev +EXPORT_SYMBOL vmlinux 0xf83bb965 vme_dma_list_free +EXPORT_SYMBOL vmlinux 0xf84bd6ee bpf_stats_enabled_key +EXPORT_SYMBOL vmlinux 0xf84c2f68 add_to_pipe +EXPORT_SYMBOL vmlinux 0xf853d417 neigh_xmit +EXPORT_SYMBOL vmlinux 0xf8721793 ns_capable +EXPORT_SYMBOL vmlinux 0xf882218e skb_expand_head +EXPORT_SYMBOL vmlinux 0xf885ed79 folio_write_one +EXPORT_SYMBOL vmlinux 0xf8a7ed5b agp_unbind_memory +EXPORT_SYMBOL vmlinux 0xf8ac677c dst_init +EXPORT_SYMBOL vmlinux 0xf8c9938b uart_get_baud_rate +EXPORT_SYMBOL vmlinux 0xf8d07858 bitmap_from_arr32 +EXPORT_SYMBOL vmlinux 0xf8d2bc2c zstd_find_frame_compressed_size +EXPORT_SYMBOL vmlinux 0xf8d9ebc4 udp_lib_rehash +EXPORT_SYMBOL vmlinux 0xf8e0ea4b devm_arch_phys_wc_add +EXPORT_SYMBOL vmlinux 0xf8f61ebc wake_up_var +EXPORT_SYMBOL vmlinux 0xf90043e0 i2c_verify_client +EXPORT_SYMBOL vmlinux 0xf90a1e85 __x86_indirect_thunk_r8 +EXPORT_SYMBOL vmlinux 0xf91097a4 pm860x_reg_write +EXPORT_SYMBOL vmlinux 0xf918379f tty_port_raise_dtr_rts +EXPORT_SYMBOL vmlinux 0xf935550f rtnl_nla_parse_ifla +EXPORT_SYMBOL vmlinux 0xf93fd09c fb_find_mode_cvt +EXPORT_SYMBOL vmlinux 0xf94b6d66 phy_ethtool_nway_reset +EXPORT_SYMBOL vmlinux 0xf94dddc9 xfrm_state_lookup_byaddr +EXPORT_SYMBOL vmlinux 0xf95070b5 xfrm_trans_queue_net +EXPORT_SYMBOL vmlinux 0xf9686453 phy_do_ioctl_running +EXPORT_SYMBOL vmlinux 0xf969e188 dma_fence_array_next +EXPORT_SYMBOL vmlinux 0xf9722676 twl_i2c_write +EXPORT_SYMBOL vmlinux 0xf98e5a69 ipv4_dst_check +EXPORT_SYMBOL vmlinux 0xf98fe32b generic_fill_statx_attr +EXPORT_SYMBOL vmlinux 0xf9a416a5 kmem_cache_destroy +EXPORT_SYMBOL vmlinux 0xf9a482f9 msleep +EXPORT_SYMBOL vmlinux 0xf9ad3459 scsi_device_resume +EXPORT_SYMBOL vmlinux 0xf9c0b663 strlcat +EXPORT_SYMBOL vmlinux 0xf9c60d0c eth_header_parse +EXPORT_SYMBOL vmlinux 0xf9ca2eb4 kstrtoint_from_user +EXPORT_SYMBOL vmlinux 0xfa042227 gnet_stats_add_basic +EXPORT_SYMBOL vmlinux 0xfa087922 iov_iter_npages +EXPORT_SYMBOL vmlinux 0xfa08c34a page_offline_end +EXPORT_SYMBOL vmlinux 0xfa1a3cd4 __ip_mc_dec_group +EXPORT_SYMBOL vmlinux 0xfa1c3bc9 pci_dev_put +EXPORT_SYMBOL vmlinux 0xfa20104e inet_ioctl +EXPORT_SYMBOL vmlinux 0xfa24df9d inet_reqsk_alloc +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 0xfa599bb2 netlink_register_notifier +EXPORT_SYMBOL vmlinux 0xfa6719fa vm_insert_page +EXPORT_SYMBOL vmlinux 0xfa705da4 sock_recv_errqueue +EXPORT_SYMBOL vmlinux 0xfaaa12d0 _page_poisoning_enabled +EXPORT_SYMBOL vmlinux 0xfaabbca1 mipi_dsi_detach +EXPORT_SYMBOL vmlinux 0xfab6a4ae vfs_dedupe_file_range +EXPORT_SYMBOL vmlinux 0xfabf9f95 is_acpi_data_node +EXPORT_SYMBOL vmlinux 0xfac38657 unregister_mii_timestamper +EXPORT_SYMBOL vmlinux 0xfac8865f sysctl_wmem_max +EXPORT_SYMBOL vmlinux 0xfaca640e pci_pme_capable +EXPORT_SYMBOL vmlinux 0xfad15b02 tcp_splice_read +EXPORT_SYMBOL vmlinux 0xfaf987a9 crypto_sha512_finup +EXPORT_SYMBOL vmlinux 0xfb0017af get_user_pages_remote +EXPORT_SYMBOL vmlinux 0xfb09d8fb fs_bio_set +EXPORT_SYMBOL vmlinux 0xfb348fea fault_in_safe_writeable +EXPORT_SYMBOL vmlinux 0xfb384d37 kasprintf +EXPORT_SYMBOL vmlinux 0xfb402f1d phy_get_c45_ids +EXPORT_SYMBOL vmlinux 0xfb4bc928 sock_queue_err_skb +EXPORT_SYMBOL vmlinux 0xfb578fc5 memset +EXPORT_SYMBOL vmlinux 0xfb5cb909 phy_do_ioctl +EXPORT_SYMBOL vmlinux 0xfb6af58d recalc_sigpending +EXPORT_SYMBOL vmlinux 0xfb73ff58 phy_set_sym_pause +EXPORT_SYMBOL vmlinux 0xfb796ef9 skb_realloc_headroom +EXPORT_SYMBOL vmlinux 0xfb8eb6ad pci_alloc_irq_vectors +EXPORT_SYMBOL vmlinux 0xfba11548 pci_msi_vec_count +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 0xfbab7599 kernel_listen +EXPORT_SYMBOL vmlinux 0xfbad3cf0 scsi_normalize_sense +EXPORT_SYMBOL vmlinux 0xfbb5353f kmem_cache_create_usercopy +EXPORT_SYMBOL vmlinux 0xfbb8a761 strscpy_pad +EXPORT_SYMBOL vmlinux 0xfbbfd788 config_item_set_name +EXPORT_SYMBOL vmlinux 0xfbc40ca5 regset_get +EXPORT_SYMBOL vmlinux 0xfbc4f89e io_schedule_timeout +EXPORT_SYMBOL vmlinux 0xfbc64926 netdev_upper_dev_unlink +EXPORT_SYMBOL vmlinux 0xfbd1886e posix_acl_to_xattr +EXPORT_SYMBOL vmlinux 0xfbe215e4 sg_next +EXPORT_SYMBOL vmlinux 0xfbe41bb4 request_key_rcu +EXPORT_SYMBOL vmlinux 0xfbe8ee28 acpi_get_table_by_index +EXPORT_SYMBOL vmlinux 0xfbf0e408 iov_iter_get_pages_alloc2 +EXPORT_SYMBOL vmlinux 0xfbfc03e1 rproc_elf_get_boot_addr +EXPORT_SYMBOL vmlinux 0xfc25ee25 flow_block_cb_free +EXPORT_SYMBOL vmlinux 0xfc2c9c82 padata_free_shell +EXPORT_SYMBOL vmlinux 0xfc33109f ipv6_dev_mc_dec +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 0xfc5caa6e pci_read_vpd +EXPORT_SYMBOL vmlinux 0xfc6d4eb1 dma_async_device_unregister +EXPORT_SYMBOL vmlinux 0xfc81a7ca dquot_resume +EXPORT_SYMBOL vmlinux 0xfc9befb1 ppp_unregister_compressor +EXPORT_SYMBOL vmlinux 0xfcb66f77 inet_recvmsg +EXPORT_SYMBOL vmlinux 0xfcbaade4 dentry_create +EXPORT_SYMBOL vmlinux 0xfcbde020 tcp_sendmsg +EXPORT_SYMBOL vmlinux 0xfcd1819a hdmi_spd_infoframe_check +EXPORT_SYMBOL vmlinux 0xfce45937 mipi_dsi_dcs_write_buffer +EXPORT_SYMBOL vmlinux 0xfcec0987 enable_irq +EXPORT_SYMBOL vmlinux 0xfcf8baf7 inc_node_page_state +EXPORT_SYMBOL vmlinux 0xfcf8ff9d phy_get_internal_delay +EXPORT_SYMBOL vmlinux 0xfcfa9e1f pagecache_get_page +EXPORT_SYMBOL vmlinux 0xfd0e26db __sk_dst_check +EXPORT_SYMBOL vmlinux 0xfd1af848 dma_resv_reserve_fences +EXPORT_SYMBOL vmlinux 0xfd3623bf linkwatch_fire_event +EXPORT_SYMBOL vmlinux 0xfd48c81b input_mt_sync_frame +EXPORT_SYMBOL vmlinux 0xfd49c2f1 vga_switcheroo_get_client_state +EXPORT_SYMBOL vmlinux 0xfd60bd3e _copy_to_iter +EXPORT_SYMBOL vmlinux 0xfd85b9d2 skb_udp_tunnel_segment +EXPORT_SYMBOL vmlinux 0xfd85e855 inet_release +EXPORT_SYMBOL vmlinux 0xfd93ee35 ioremap_wc +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 0xfdd4216d pcibios_align_resource +EXPORT_SYMBOL vmlinux 0xfde1bb9b finish_swait +EXPORT_SYMBOL vmlinux 0xfdea64b1 blk_mq_unique_tag +EXPORT_SYMBOL vmlinux 0xfdeb47b4 scsi_device_lookup +EXPORT_SYMBOL vmlinux 0xfdf3c3d3 __folio_start_writeback +EXPORT_SYMBOL vmlinux 0xfdf743ab xfrm_state_free +EXPORT_SYMBOL vmlinux 0xfdfa904b phy_start_cable_test_tdr +EXPORT_SYMBOL vmlinux 0xfdfb792f amd_iommu_pc_supported +EXPORT_SYMBOL vmlinux 0xfdfccddd pcie_set_readrq +EXPORT_SYMBOL vmlinux 0xfe029963 unregister_inetaddr_notifier +EXPORT_SYMBOL vmlinux 0xfe035a5d km_state_notify +EXPORT_SYMBOL vmlinux 0xfe052363 ioread64_lo_hi +EXPORT_SYMBOL vmlinux 0xfe066a39 add_watch_to_object +EXPORT_SYMBOL vmlinux 0xfe1c9ea5 sg_pcopy_from_buffer +EXPORT_SYMBOL vmlinux 0xfe1d2e94 key_create_or_update +EXPORT_SYMBOL vmlinux 0xfe39aa60 inode_dio_wait +EXPORT_SYMBOL vmlinux 0xfe487975 init_wait_entry +EXPORT_SYMBOL vmlinux 0xfe4bb8ca security_path_unlink +EXPORT_SYMBOL vmlinux 0xfe5d4bb2 sys_tz +EXPORT_SYMBOL vmlinux 0xfe63fd66 devm_devfreq_unregister_notifier +EXPORT_SYMBOL vmlinux 0xfe71a3cb scsi_print_sense +EXPORT_SYMBOL vmlinux 0xfe8c61f0 _raw_read_lock +EXPORT_SYMBOL vmlinux 0xfe8e137c mark_buffer_dirty +EXPORT_SYMBOL vmlinux 0xfe916dc6 hex_dump_to_buffer +EXPORT_SYMBOL vmlinux 0xfe9ebbbb acpi_osi_is_win8 +EXPORT_SYMBOL vmlinux 0xfeabe76f dev_pick_tx_zero +EXPORT_SYMBOL vmlinux 0xfeb49c05 da903x_query_status +EXPORT_SYMBOL vmlinux 0xfed0697a __xfrm_init_state +EXPORT_SYMBOL vmlinux 0xfedcdb60 seq_hlist_next_percpu +EXPORT_SYMBOL vmlinux 0xfee361f6 __mod_lruvec_page_state +EXPORT_SYMBOL vmlinux 0xfeea58f2 srso_alias_untrain_ret +EXPORT_SYMBOL vmlinux 0xfeeabd77 param_array_ops +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 0xff16614c dentry_path_raw +EXPORT_SYMBOL vmlinux 0xff1e9dd8 seq_list_start +EXPORT_SYMBOL vmlinux 0xff2083ff sget_fc +EXPORT_SYMBOL vmlinux 0xff282521 rfkill_register +EXPORT_SYMBOL vmlinux 0xff34928a eth_mac_addr +EXPORT_SYMBOL vmlinux 0xff52848a __SCT__tp_func_kmem_cache_free +EXPORT_SYMBOL vmlinux 0xff6878cf fb_default_cmap +EXPORT_SYMBOL vmlinux 0xff78786e config_item_put +EXPORT_SYMBOL vmlinux 0xff86d807 mroute6_is_socket +EXPORT_SYMBOL vmlinux 0xff87cd18 lockref_get_not_dead +EXPORT_SYMBOL vmlinux 0xff8eface sock_release +EXPORT_SYMBOL vmlinux 0xff949c26 d_instantiate_new +EXPORT_SYMBOL vmlinux 0xffaf5a8f address_space_init_once +EXPORT_SYMBOL vmlinux 0xffb60301 devm_clk_get_optional +EXPORT_SYMBOL vmlinux 0xffb6d10c fs_param_is_u64 +EXPORT_SYMBOL vmlinux 0xffb7c514 ida_free +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 0xffdda43c simple_getattr +EXPORT_SYMBOL vmlinux 0xffeedf6a delayed_work_timer_fn +EXPORT_SYMBOL vmlinux 0xffef6946 call_netdevice_notifiers +EXPORT_SYMBOL vmlinux 0xfff6f5ff input_set_max_poll_interval +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 0x062b28a3 sm4_cbc_encrypt +EXPORT_SYMBOL_GPL arch/x86/crypto/sm4-aesni-avx-x86_64 0x34d19d5d sm4_avx_cfb_decrypt +EXPORT_SYMBOL_GPL arch/x86/crypto/sm4-aesni-avx-x86_64 0x42e717ca sm4_avx_cbc_decrypt +EXPORT_SYMBOL_GPL arch/x86/crypto/sm4-aesni-avx-x86_64 0xc19b683a sm4_cfb_encrypt +EXPORT_SYMBOL_GPL arch/x86/crypto/sm4-aesni-avx-x86_64 0xc6f81de2 sm4_avx_ctr_crypt +EXPORT_SYMBOL_GPL arch/x86/crypto/sm4-aesni-avx-x86_64 0xe15f2b7d sm4_avx_ecb_decrypt +EXPORT_SYMBOL_GPL arch/x86/crypto/sm4-aesni-avx-x86_64 0xff54e285 sm4_avx_ecb_encrypt +EXPORT_SYMBOL_GPL arch/x86/crypto/twofish-x86_64 0x1f491d36 twofish_dec_blk +EXPORT_SYMBOL_GPL arch/x86/crypto/twofish-x86_64 0x7c7bf6e0 twofish_enc_blk +EXPORT_SYMBOL_GPL arch/x86/crypto/twofish-x86_64-3way 0x92a51c43 twofish_dec_blk_cbc_3way +EXPORT_SYMBOL_GPL arch/x86/crypto/twofish-x86_64-3way 0xb4e98a46 twofish_dec_blk_3way +EXPORT_SYMBOL_GPL arch/x86/crypto/twofish-x86_64-3way 0xe4ae7508 __twofish_enc_blk_3way +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x00121e52 kvm_write_guest_page +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x008943e9 kvm_post_set_cr4 +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x0097623d kvm_deliver_exception_payload +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x01949ec0 kvm_vcpu_unmap +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x01bc1607 kvm_set_dr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x02422986 hv_remote_flush_tlb +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x025be13e kvm_vcpu_mark_page_dirty +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x02ed58fa kvm_vcpu_gfn_to_hva +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x038f8fc6 kvm_hv_get_assist_page +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x041cfde6 __tracepoint_kvm_write_tsc_offset +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x053614ec kvm_set_user_return_msr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x0618cee2 __tracepoint_kvm_cr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x06a94228 __SCK__kvm_x86_cache_reg +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x06cdc8d1 kvm_configure_mmu +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x072c8427 kvm_get_dr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x077d275c kvm_read_guest_offset_cached +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x0af17fa2 handle_fastpath_set_msr_irqoff +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 0x0d5bc928 kvm_write_guest_offset_cached +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x0e5e9a2f kvm_vcpu_gfn_to_pfn_atomic +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x0f31711e kvm_update_dr7 +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x10594ae9 kvm_vcpu_map +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x10dbe160 kvm_emulate_mwait +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x10f6fcd1 kvm_clear_guest +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x114eb824 __traceiter_kvm_nested_vmexit_inject +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x1163497f __SCK__tp_func_kvm_vmgexit_exit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x124d0719 kvm_fast_pio +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 0x1739d1b4 gfn_to_pfn_prot +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x17f9cfe3 __traceiter_kvm_cr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x190d9445 kvm_inject_realmode_interrupt +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x1b33372b kvm_vcpu_write_guest +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x1c6547fc kvm_put_kvm_no_destroy +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 0x1d8aadb4 kvm_get_kvm_safe +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 0x219d16f0 __tracepoint_kvm_nested_vmenter +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x23263c0a __traceiter_kvm_nested_vmenter_failed +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x23bf9820 kvm_sev_es_mmio_read +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x242acf05 __SCK__tp_func_kvm_nested_intr_vmexit +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 0x261fb39e kvm_vcpu_read_guest_atomic +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x2621b06e kvm_emulate_ap_reset_hold +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x27046576 kvm_exit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x288b69c1 __tracepoint_kvm_nested_intercepts +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x29c101ed __SCK__tp_func_kvm_apicv_accept_irq +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x2a97bf0d kvm_debugfs_dir +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x2c9ba0f9 __tracepoint_kvm_fast_mmio +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x2d103899 __SCK__tp_func_kvm_vmgexit_msr_protocol_enter +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x2d82cc24 kvm_spec_ctrl_test_value +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x2db33fd4 kvm_page_track_register_notifier +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x2df90e0e kvm_init_shadow_npt_mmu +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x2e694b6a kvm_gpc_check +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x30abc2f4 kvm_arch_no_poll +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x32a5d08d kvm_update_cpuid_runtime +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x336f46b1 __SCK__tp_func_kvm_msr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x345a17ea __tracepoint_kvm_avic_kick_vcpu_slowpath +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x35cef76b __traceiter_kvm_nested_vmexit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x3698f9fd kvm_mmu_page_fault +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x36ec16a6 kvm_require_dr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x388e0e10 __SCT__tp_func_kvm_pi_irte_update +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x38ac1b94 kvm_gpc_init +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x38f30352 __SCK__tp_func_kvm_page_fault +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x39c89a67 kvm_cpuid +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x39ce46c5 kvm_arch_register_noncoherent_dma +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x39fd83db halt_poll_ns_shrink +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x3a6766a4 kvm_valid_efer +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x3ab2794c kvm_find_user_return_msr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x3bec4a01 kvm_release_page_clean +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x3c266d85 kvm_mmu_free_roots +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x3c294f4e kvm_gpc_deactivate +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x3cd153d8 kvm_io_bus_write +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x3d93fb92 __traceiter_kvm_apicv_accept_irq +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x3e30b52d kvm_write_guest_virt_system +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x3e981155 kvm_wait_lapic_expire +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x3f510ff5 kvm_has_noapic_vcpu +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x4005e540 __tracepoint_kvm_avic_incomplete_ipi +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x40ce0860 kvm_intr_is_single_vcpu +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x414ffce0 kvm_x86_vendor_init +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x422e20fb kvm_handle_memory_failure +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x4336e1f1 __tracepoint_kvm_page_fault +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x43a138f2 gfn_to_page_many_atomic +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x449f4a06 kvm_emulate_halt +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x45d6682a vcpu_load +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x45e80fdf __traceiter_kvm_pi_irte_update +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x46735189 mark_page_dirty_in_slot +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x4702470f kvm_make_all_cpus_request +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x472a1c06 kvm_complete_insn_gp +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x4733bf8c __traceiter_kvm_avic_kick_vcpu_slowpath +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x485cd7f6 kvm_rebooting +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x48644036 __SCT__tp_func_kvm_vmgexit_exit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x48d61252 __SCK__tp_func_kvm_invlpga +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x4942be67 __SCT__tp_func_kvm_avic_incomplete_ipi +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x4a1c261b __SCT__tp_func_kvm_invlpga +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x4b78ae35 kvm_get_msr_common +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x4d989b60 kvm_read_guest_cached +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x4dc3c37f handle_ud +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x4dd4bcc6 kvm_fixup_and_inject_pf_error +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x4e3fd1b4 kvm_release_pfn_clean +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x4ea23281 load_pdptrs +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x520f7055 vcpu_put +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x5226392c __tracepoint_kvm_ple_window_update +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x5297f7ac __SCK__tp_func_kvm_pi_irte_update +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x532173f4 kvm_mmu_reset_context +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x53d9f927 __SCT__kvm_x86_get_cs_db_l_bits +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x54c04c0b kvm_task_switch +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x573691ae kvm_set_or_clear_apicv_inhibit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x575dc989 __tracepoint_kvm_skinit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x583f2042 kvm_mmu_invlpg +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x5852ad33 __SCK__tp_func_kvm_fast_mmio +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x59387ba3 __SCT__kvm_x86_cache_reg +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x59512722 __traceiter_kvm_exit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x596b156a kvm_read_guest_virt +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x59e640c0 halt_poll_ns +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x5bf0c68d __tracepoint_kvm_nested_intr_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 0x5c7e9f84 __SCT__tp_func_kvm_apicv_accept_irq +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x5d10b3d2 kvm_vcpu_yield_to +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x5d166e77 kvm_sev_es_string_io +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x5d92d231 x86_decode_emulated_instruction +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x5d996b31 kvm_set_cpu_caps +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x5eab97df kvm_read_l1_tsc +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x5eb61a33 kvm_set_msr_common +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x5f56ffe4 kvm_vcpu_read_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 0x5fc02173 kvm_io_bus_get_dev +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x60f944c2 kvm_handle_page_fault +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x616e6c95 __SCT__tp_func_kvm_exit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x61906491 kvm_inject_emulated_page_fault +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x6202eabb kvm_emulate_instruction +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x6243ac82 __kvm_apic_update_irr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x6303c089 kvm_calc_nested_tsc_offset +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x6310d717 kvm_init +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x63500045 kvm_set_cr8 +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x636211b0 kvm_emulate_instruction_from_buffer +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x67544a0a gfn_to_pfn_memslot +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x687b78fc kvm_x86_vendor_exit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x6892e3c3 kvm_set_pfn_accessed +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x69341e56 hv_track_root_tdp +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 0x6f849d0f kvm_skip_emulated_instruction +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x709cd8cb kvm_spurious_fault +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x70d04f4c kvm_emulate_hypercall +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x7107ef46 kvm_handle_invalid_op +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x71298d11 kvm_emulate_rdmsr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x71850ea0 kvm_vcpu_on_spin +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x71a38183 kvm_emulate_xsetbv +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x74910627 __traceiter_kvm_nested_vmenter +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x7510a39a __traceiter_kvm_vmgexit_exit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x752c2b00 __traceiter_kvm_fast_mmio +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x760ab00c kvm_cpu_has_interrupt +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x7635354d __tracepoint_kvm_nested_vmexit_inject +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x778e30b9 __SCT__tp_func_kvm_cr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x78f44ca2 kvm_apic_send_ipi +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x793b1feb kvm_sev_es_mmio_write +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 0x7b09e598 kvm_vcpu_halt +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x7c94c99a kvm_release_pfn_dirty +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x7cec3b18 __SCK__tp_func_kvm_exit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x7f51547e __traceiter_kvm_inj_virq +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x7fe19488 kvm_add_user_return_msr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x7ff2a104 __SCT__tp_func_kvm_page_fault +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x824c0b64 kvm_pmu_trigger_event +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x830900f3 kvm_handle_invpcid +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x83f64328 kvm_irq_has_notifier +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x8913b9c8 kvm_release_page_dirty +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x89773484 kvm_arch_has_noncoherent_dma +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x8a3f55cb gfn_to_hva +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x8a7fe54a __SCT__tp_func_kvm_vmgexit_enter +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x8ae81924 __SCK__tp_func_kvm_nested_vmenter_failed +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x8b618aa6 __SCT__tp_func_kvm_nested_vmexit_inject +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x8c2a25b0 gfn_to_memslot +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x8c6115d7 kvm_vcpu_reset +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x8e996029 kvm_load_guest_xsave_state +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x8ef3e8d9 kvm_is_linear_rip +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x8f325690 kvm_vcpu_kick +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x8f3a890e __traceiter_kvm_vmgexit_enter +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x9043b0f1 kvm_vcpu_update_apicv +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x904f331a __tracepoint_kvm_invlpga +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x912a9286 __traceiter_kvm_nested_intr_vmexit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x91b81e9a __tracepoint_kvm_nested_vmexit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x9281bc4c kvm_mmu_new_pgd +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x92ba6bb3 kvm_mtrr_valid +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x9347930b kvm_mmu_gva_to_gpa_write +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x93a3e40e __SCT__tp_func_kvm_ple_window_update +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x93df9c3e __SCK__tp_func_kvm_avic_ga_log +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x95a6bf33 kvm_set_cr0 +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x95d658ef __SCK__kvm_x86_get_cs_db_l_bits +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x95eaef40 file_is_kvm +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x97e74c87 kvm_prepare_emulation_failure_exit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x97e8c77d kvm_apicv_activated +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x988f5a8d __SCK__tp_func_kvm_nested_intercepts +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x993236ed kvm_emulate_monitor +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x9a96522a __tracepoint_kvm_pml_full +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x9b1bdf6f kvm_vcpu_read_guest +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x9c8e5999 __SCK__tp_func_kvm_inj_virq +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x9cf59e7a allow_smaller_maxphyaddr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x9d22d181 __SCK__tp_func_kvm_avic_doorbell +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x9dcab06a kvm_vcpu_apicv_activated +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x9e20b2bc __traceiter_kvm_avic_incomplete_ipi +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x9f68faa3 __traceiter_kvm_avic_unaccelerated_access +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x9fd46d20 kvm_slot_page_track_remove_page +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xa08eb193 kvm_cpu_get_interrupt +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xa0c2ae78 kvm_get_rflags +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xa1200b89 kvm_load_host_xsave_state +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xa1c4231f kvm_set_pfn_dirty +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xa319345b __SCK__tp_func_kvm_avic_incomplete_ipi +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xa34bd83e kvm_emulate_cpuid +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xa552fdf9 kvm_lapic_expired_hv_timer +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xa57f2f6a __SCK__tp_func_kvm_nested_vmenter +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xa588ef67 __SCT__tp_func_kvm_nested_intercepts +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xa5b3f15e kvm_vcpu_wake_up +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 0xa8a96dd5 gfn_to_page +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xa943750f __tracepoint_kvm_avic_unaccelerated_access +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xa9515117 kvm_queue_exception +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xa9ff701b kvm_emulate_rdpmc +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xaa8d4f51 __SCK__tp_func_kvm_vmgexit_msr_protocol_exit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xabab86f9 __kvm_set_memory_region +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xad059f43 __tracepoint_kvm_vmgexit_enter +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xad2f2fe4 kvm_requeue_exception_e +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xae857dab kvm_read_guest +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xaeeff47e kvm_arch_start_assignment +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xafa08f7a kvm_is_visible_gfn +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xb18a6772 kvm_set_msr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xb272b767 kvm_mmu_free_guest_mode_roots +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xb332b817 gfn_to_hva_memslot +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xb3b95c17 kvm_get_msr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xb59db8fd __kvm_is_valid_cr4 +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xb5d8c03c kvm_arch_unregister_noncoherent_dma +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xb6f2e06e __tracepoint_kvm_entry +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 0xbbd0412a kvm_apic_set_eoi_accelerated +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xbc2bb47b kvm_page_track_unregister_notifier +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xbd05b1c1 kvm_write_guest +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xbd9d6dfc kvm_mmu_set_me_spte_mask +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xbdba32c1 __traceiter_kvm_page_fault +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xbe34143b __kvm_prepare_emulation_failure_exit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xbe62a1d4 kvm_cpu_has_injectable_intr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xbec6558f __tracepoint_kvm_exit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xbfa4a30b kvm_arch_has_assigned_device +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xc0198690 kvm_set_cr3 +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xc071e99f __SCT__tp_func_kvm_entry +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xc0a96ef8 kvm_get_cr8 +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xc15a9592 __tracepoint_kvm_avic_doorbell +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xc21eda58 kvm_find_cpuid_entry_index +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xc2bf6642 kvm_set_msi_irq +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xc2d36344 kvm_arch_end_assignment +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xc3575b21 __SCK__tp_func_kvm_skinit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xc369ca87 kvm_put_kvm +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xc38bf90b __kvm_request_immediate_exit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xc4c65b0f kvm_apic_update_ppr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xc58c39a4 kvm_apic_clear_irr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xc5ac5760 __SCK__tp_func_kvm_avic_unaccelerated_access +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xc60d7d0c __traceiter_kvm_pml_full +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xc6626d3e __tracepoint_kvm_vmgexit_msr_protocol_exit +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 0xcbc94c55 kvm_find_cpuid_entry +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xcdc05a89 __SCK__tp_func_kvm_nested_vmexit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xce576a13 enable_apicv +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xcefe760d __tracepoint_kvm_msr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xcfd4828a kvm_vcpu_write_guest_page +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xd03c1cc4 kvm_get_running_vcpu +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xd04d7f72 kvm_get_linear_rip +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xd09da48b __SCT__tp_func_kvm_nested_intr_vmexit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xd0b7939c __SCK__tp_func_kvm_write_tsc_offset +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xd0c61533 kvm_set_rflags +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xd121423c kvm_service_local_tlb_flush_requests +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xd1e7ab69 kvm_emulate_wrmsr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xd20ad3e0 __tracepoint_kvm_nested_vmenter_failed +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xd364dd15 kvm_lapic_set_eoi +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xd3fa598f mark_page_dirty +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xd475c188 kvm_pmu_cap +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xd5a016e3 kvm_vcpu_gfn_to_pfn +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xd5ccac63 kvm_post_set_cr0 +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xd5fa6cf9 kvm_gpc_activate +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xd675ce36 __tracepoint_kvm_pi_irte_update +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xd7192451 kvm_hv_assist_page_enabled +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xd7d381e6 kvm_lmsw +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xd85bcce7 __SCK__tp_func_kvm_entry +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xda4d5ec4 __tracepoint_kvm_vmgexit_exit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xda75f690 kvm_init_mmu +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xdb9fce07 kvm_slot_page_track_add_page +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xdba37ff6 kvm_cpu_caps +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xdc7369fe __traceiter_kvm_msr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xdc7bab8e __tracepoint_kvm_avic_ga_log +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xde14a018 kvm_msr_allowed +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xdf83eaef kvm_apic_update_irr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xe07d76ec __SCK__tp_func_kvm_avic_kick_vcpu_slowpath +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xe0c84035 kvm_apic_match_dest +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xe0e786a7 __SCT__tp_func_kvm_skinit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xe194c2ee kvm_apic_write_nodecode +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xe2220a60 __SCK__tp_func_kvm_ple_window_update +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xe24902a9 __SCK__tp_func_kvm_pml_full +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xe451091a __tracepoint_kvm_inj_virq +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xe59fd93c __x86_set_memory_region +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xe6e4b303 kvm_init_shadow_ept_mmu +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xe730bbfd kvm_mmu_gva_to_gpa_read +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xe77f45e8 kvm_queue_exception_p +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xe780ad18 kvm_get_apic_mode +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xe93dfc8c __SCT__tp_func_kvm_nested_vmenter_failed +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 0xea9648ff gfn_to_pfn +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xeaae2dfd kvm_set_memory_region +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xeb6e7ed8 kvm_write_guest_cached +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xebf69504 kvm_read_guest_page +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xee58fcf7 kvm_emulate_wbinvd +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xeecee431 kvm_vcpu_deliver_sipi_vector +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xeedde088 kvm_set_cr4 +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xef14fd98 kvm_calc_nested_tsc_multiplier +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xef6570cd kvm_vcpu_is_visible_gfn +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xf071ab72 __tracepoint_kvm_vmgexit_msr_protocol_enter +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xf084b57d __SCT__tp_func_kvm_msr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xf0b40ed6 kvm_get_kvm +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xf0bb39c4 kvm_flush_remote_tlbs +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xf17ddb50 __SCK__tp_func_kvm_vmgexit_enter +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xf26a41a1 kvm_requeue_exception +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 0xf3b520c0 __traceiter_kvm_entry +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xf4351bf1 kvm_emulate_halt_noskip +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xf54e2886 __SCT__tp_func_kvm_vmgexit_msr_protocol_enter +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xf5d108f8 __SCK__tp_func_kvm_cr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xf6c97613 kvm_lapic_find_highest_irr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xf6ecd9f0 kvm_emulate_invd +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xf924e39d kvm_gfn_to_hva_cache_init +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xfab33e4c enable_mmio_caching +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xfb1665be kvm_queue_exception_e +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xfcb3e070 __SCK__tp_func_kvm_nested_vmexit_inject +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xfd6a6f97 __tracepoint_kvm_apicv_accept_irq +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xfda76bb4 hv_remote_flush_tlb_with_range +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xfddffed3 kvm_destroy_vcpus +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xfe82c8fd kvm_gpc_refresh +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xff9ded9e kvm_apic_has_interrupt +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xffade777 kvm_mtrr_get_guest_memory_type +EXPORT_SYMBOL_GPL crypto/af_alg 0x06bbabb9 af_alg_make_sg +EXPORT_SYMBOL_GPL crypto/af_alg 0x07624758 af_alg_wmem_wakeup +EXPORT_SYMBOL_GPL crypto/af_alg 0x0aeb9749 af_alg_register_type +EXPORT_SYMBOL_GPL crypto/af_alg 0x194de439 af_alg_pull_tsgl +EXPORT_SYMBOL_GPL crypto/af_alg 0x39490436 af_alg_async_cb +EXPORT_SYMBOL_GPL crypto/af_alg 0x3eb02454 af_alg_wait_for_data +EXPORT_SYMBOL_GPL crypto/af_alg 0x52478d9e af_alg_free_resources +EXPORT_SYMBOL_GPL crypto/af_alg 0x77dd81b8 af_alg_alloc_areq +EXPORT_SYMBOL_GPL crypto/af_alg 0x873bb7dc af_alg_unregister_type +EXPORT_SYMBOL_GPL crypto/af_alg 0x97c90f96 af_alg_release +EXPORT_SYMBOL_GPL crypto/af_alg 0xb14ffc0b af_alg_get_rsgl +EXPORT_SYMBOL_GPL crypto/af_alg 0xc59e0d49 af_alg_release_parent +EXPORT_SYMBOL_GPL crypto/af_alg 0xd10e5289 af_alg_accept +EXPORT_SYMBOL_GPL crypto/af_alg 0xd51a129e af_alg_poll +EXPORT_SYMBOL_GPL crypto/af_alg 0xd8f9b4e3 af_alg_count_tsgl +EXPORT_SYMBOL_GPL crypto/af_alg 0xe0341541 af_alg_free_sg +EXPORT_SYMBOL_GPL crypto/af_alg 0xe04e43a5 af_alg_sendpage +EXPORT_SYMBOL_GPL crypto/af_alg 0xf873de0e af_alg_sendmsg +EXPORT_SYMBOL_GPL crypto/aria_generic 0x4a61978a aria_encrypt +EXPORT_SYMBOL_GPL crypto/aria_generic 0xbdad6df6 aria_decrypt +EXPORT_SYMBOL_GPL crypto/aria_generic 0xcb7ff653 aria_set_key +EXPORT_SYMBOL_GPL crypto/async_tx/async_memcpy 0xe896b67d async_memcpy +EXPORT_SYMBOL_GPL crypto/async_tx/async_pq 0xaa52e543 async_syndrome_val +EXPORT_SYMBOL_GPL crypto/async_tx/async_pq 0xc1e23c49 async_gen_syndrome +EXPORT_SYMBOL_GPL crypto/async_tx/async_raid6_recov 0xd000b34f async_raid6_2data_recov +EXPORT_SYMBOL_GPL crypto/async_tx/async_raid6_recov 0xdf7aab9b async_raid6_datap_recov +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0x7249ea8e async_trigger_callback +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0x72ff15b8 async_tx_quiesce +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0x7b86fe6e async_tx_submit +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0xa3a8c3b3 __async_tx_find_channel +EXPORT_SYMBOL_GPL crypto/async_tx/async_xor 0x1d5b6289 async_xor_val_offs +EXPORT_SYMBOL_GPL crypto/async_tx/async_xor 0x8e3ebc33 async_xor +EXPORT_SYMBOL_GPL crypto/async_tx/async_xor 0x9c70024b async_xor_val +EXPORT_SYMBOL_GPL crypto/async_tx/async_xor 0xd26ea29b async_xor_offs +EXPORT_SYMBOL_GPL crypto/authenc 0x2479193e crypto_authenc_extractkeys +EXPORT_SYMBOL_GPL crypto/blowfish_common 0x318eb65a blowfish_setkey +EXPORT_SYMBOL_GPL crypto/cast5_generic 0x188d9d26 __cast5_decrypt +EXPORT_SYMBOL_GPL crypto/cast5_generic 0x35eb347f 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 0x5b8d26d9 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 0x01012955 cryptd_free_aead +EXPORT_SYMBOL_GPL crypto/cryptd 0x02551823 cryptd_skcipher_queued +EXPORT_SYMBOL_GPL crypto/cryptd 0x4ebc573d cryptd_ahash_child +EXPORT_SYMBOL_GPL crypto/cryptd 0x58b08228 cryptd_aead_child +EXPORT_SYMBOL_GPL crypto/cryptd 0x5aa20766 cryptd_free_skcipher +EXPORT_SYMBOL_GPL crypto/cryptd 0x5f00004c cryptd_alloc_ahash +EXPORT_SYMBOL_GPL crypto/cryptd 0x69a36212 cryptd_shash_desc +EXPORT_SYMBOL_GPL crypto/cryptd 0x7227981c cryptd_free_ahash +EXPORT_SYMBOL_GPL crypto/cryptd 0x783c1127 cryptd_skcipher_child +EXPORT_SYMBOL_GPL crypto/cryptd 0xa08fb0bb cryptd_ahash_queued +EXPORT_SYMBOL_GPL crypto/cryptd 0xe09d797a cryptd_alloc_aead +EXPORT_SYMBOL_GPL crypto/cryptd 0xe81bc993 cryptd_alloc_skcipher +EXPORT_SYMBOL_GPL crypto/cryptd 0xfaae971c cryptd_aead_queued +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x0babd512 crypto_engine_stop +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x13df3ba4 crypto_finalize_hash_request +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x2a2c6ad1 crypto_finalize_aead_request +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x3544bd37 crypto_finalize_kpp_request +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x486c8e17 crypto_transfer_aead_request_to_engine +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x53a1595b crypto_transfer_kpp_request_to_engine +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x72c20411 crypto_engine_alloc_init_and_set +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x7832c294 crypto_engine_start +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x7d14ff13 crypto_engine_exit +EXPORT_SYMBOL_GPL crypto/crypto_engine 0xb97383d0 crypto_transfer_hash_request_to_engine +EXPORT_SYMBOL_GPL crypto/crypto_engine 0xba42c2a5 crypto_finalize_akcipher_request +EXPORT_SYMBOL_GPL crypto/crypto_engine 0xcd339e59 crypto_transfer_skcipher_request_to_engine +EXPORT_SYMBOL_GPL crypto/crypto_engine 0xd949077b crypto_finalize_skcipher_request +EXPORT_SYMBOL_GPL crypto/crypto_engine 0xe6777705 crypto_engine_alloc_init +EXPORT_SYMBOL_GPL crypto/crypto_engine 0xff8842e3 crypto_transfer_akcipher_request_to_engine +EXPORT_SYMBOL_GPL crypto/crypto_simd 0x195a5b29 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 0x851c747c simd_aead_create +EXPORT_SYMBOL_GPL crypto/crypto_simd 0x88638552 simd_skcipher_create_compat +EXPORT_SYMBOL_GPL crypto/crypto_simd 0x94337392 simd_unregister_skciphers +EXPORT_SYMBOL_GPL crypto/crypto_simd 0xbfd26f15 simd_aead_free +EXPORT_SYMBOL_GPL crypto/crypto_simd 0xe09cef6d simd_unregister_aeads +EXPORT_SYMBOL_GPL crypto/crypto_simd 0xefe73979 simd_skcipher_free +EXPORT_SYMBOL_GPL crypto/crypto_simd 0xf7c8adf3 simd_register_aeads_compat +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 0x815f08e9 serpent_setkey +EXPORT_SYMBOL_GPL crypto/serpent_generic 0xbcc074f3 __serpent_decrypt +EXPORT_SYMBOL_GPL crypto/serpent_generic 0xd4c9681a __serpent_setkey +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 0x5d784213 twofish_setkey +EXPORT_SYMBOL_GPL crypto/twofish_common 0xe22b7787 __twofish_setkey +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x0601ce73 synth_remove +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x08f0212d spk_set_num_var +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x17bd9800 spk_ttyio_release +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x1e39eb14 synth_putws +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x32941f8e synth_current +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x38697294 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 0x519a9b20 spk_synth_is_alive_nop +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x5d580686 synth_add +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x663956e6 spk_synth_get_index +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x72be5afb spk_var_store +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x76d40046 synth_buffer_skip_nonlatin1 +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x84dad068 synth_buffer_getc +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x8c82dfca synth_request_region +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x8fd3204b spk_ttyio_ops +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x8fe0db01 synth_putwc_s +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xa361b475 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 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 0xc5b65802 spk_ttyio_synth_probe +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xd1450026 spk_ttyio_synth_immediate +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xd14af386 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 0xeebb16e2 spk_var_show +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xf12c67e5 spk_do_catch_up_unicode +EXPORT_SYMBOL_GPL drivers/acpi/nfit/nfit 0x0ba97164 acpi_nfit_ctl +EXPORT_SYMBOL_GPL drivers/acpi/nfit/nfit 0x2f4d24fd __acpi_nfit_notify +EXPORT_SYMBOL_GPL drivers/acpi/nfit/nfit 0x2fcc596f acpi_nfit_init +EXPORT_SYMBOL_GPL drivers/acpi/nfit/nfit 0x4639bcda acpi_nfit_shutdown +EXPORT_SYMBOL_GPL drivers/acpi/nfit/nfit 0x499bbf57 nfit_get_smbios_id +EXPORT_SYMBOL_GPL drivers/acpi/nfit/nfit 0x53151d74 acpi_nfit_desc_init +EXPORT_SYMBOL_GPL drivers/acpi/nfit/nfit 0xb96f6213 __acpi_nvdimm_notify +EXPORT_SYMBOL_GPL drivers/acpi/platform_profile 0x67927a0d platform_profile_notify +EXPORT_SYMBOL_GPL drivers/acpi/platform_profile 0xbfe36436 platform_profile_remove +EXPORT_SYMBOL_GPL drivers/acpi/platform_profile 0xcac33cd4 platform_profile_register +EXPORT_SYMBOL_GPL drivers/acpi/sbshc 0x1c8984c7 acpi_smbus_unregister_callback +EXPORT_SYMBOL_GPL drivers/acpi/sbshc 0x4f6c2360 acpi_smbus_read +EXPORT_SYMBOL_GPL drivers/acpi/sbshc 0x87bd07bd acpi_smbus_register_callback +EXPORT_SYMBOL_GPL drivers/acpi/sbshc 0x96eb492d acpi_smbus_write +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x04765548 ahci_pmp_retry_srst_ops +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x120d98c2 ahci_ops +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x129637aa ahci_start_engine +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x14a2c957 ahci_shost_groups +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x19357f6a ahci_save_initial_config +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x1b08e946 ahci_port_resume +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x200e122d ahci_check_ready +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x23fef732 ahci_qc_issue +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x248eb791 ahci_print_info +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x2faa6eb3 ahci_stop_engine +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x4c74a3d5 ahci_start_fis_rx +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x55d28d62 ahci_reset_controller +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x57cbfdb4 ahci_sdev_groups +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x5fae8dd3 ahci_fill_cmd_slot +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x682978cc ahci_host_activate +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x70d9c3f0 ahci_reset_em +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x79b291b6 ahci_do_softreset +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x8b88c6e8 ahci_init_controller +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x8cac7764 ahci_kick_engine +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x907ea2c1 ahci_handle_port_intr +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x96549b91 ahci_set_em_messages +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xa05f3b7a ahci_dev_classify +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xdd4ef0ca ahci_do_hardreset +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xea50dad3 ahci_ignore_sss +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xf9035ff4 ahci_error_handler +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x0bb6882f ahci_platform_resume +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x17df96b9 ahci_platform_enable_phys +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x2bb30d2f ahci_platform_ops +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x3375ed7e ahci_platform_assert_rsts +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x3434ca7d ahci_platform_init_host +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x389b5a45 ahci_platform_suspend +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x71071368 ahci_platform_enable_regulators +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x7beea8b5 ahci_platform_resume_host +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x7c8f2fe9 ahci_platform_enable_clks +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x81201a72 ahci_platform_disable_regulators +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x85de6736 ahci_platform_find_clk +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x9b101871 ahci_platform_shutdown +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0xa48df215 ahci_platform_get_resources +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0xaa24bdef ahci_platform_disable_phys +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0xc17404bf ahci_platform_disable_clks +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0xdcb0733b ahci_platform_disable_resources +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0xe0cf06c8 ahci_platform_suspend_host +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0xf42a2dab ahci_platform_enable_resources +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0xf91677da ahci_platform_deassert_rsts +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 0x44ec4ba8 linedisp_unregister +EXPORT_SYMBOL_GPL drivers/auxdisplay/line-display 0xaadf2924 linedisp_register +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-i3c 0x90662550 __devm_regmap_init_i3c +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-sccb 0x5bf31742 __regmap_init_sccb +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-sccb 0xc6fc821d __devm_regmap_init_sccb +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-sdw 0x53fbde38 __devm_regmap_init_sdw +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-sdw 0x6fe8e2d1 __regmap_init_sdw +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-sdw-mbq 0x4d30869f __devm_regmap_init_sdw_mbq +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-sdw-mbq 0x85b6a9cc __regmap_init_sdw_mbq +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-slimbus 0x217bfe26 __regmap_init_slimbus +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-slimbus 0xe0278b54 __devm_regmap_init_slimbus +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-spi-avmm 0x9473adc2 __devm_regmap_init_spi_avmm +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-spi-avmm 0xd76b4ac8 __regmap_init_spi_avmm +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-spmi 0x0d81bd33 __devm_regmap_init_spmi_ext +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-spmi 0x993e2da2 __devm_regmap_init_spmi_base +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-spmi 0x9e544ddc __regmap_init_spmi_ext +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-spmi 0xa91807bb __regmap_init_spmi_base +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-w1 0x0b27e61e __devm_regmap_init_w1 +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-w1 0x52301824 __regmap_init_w1 +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x03774cdd bcma_host_pci_up +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x096edce4 bcma_core_pci_power_save +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x137c4b8c bcma_chipco_get_alp_clock +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x146bc286 bcma_find_core_unit +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x1bbc29b0 bcma_chipco_gpio_outen +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x23110596 bcma_host_pci_down +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x4256c99d bcma_core_set_clockmode +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x47cb9510 bcma_chipco_pll_maskset +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x4ef9246a bcma_driver_unregister +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x637bf46f bcma_chipco_chipctl_maskset +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x71ad3031 bcma_core_enable +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x73d23a28 bcma_chipco_b_mii_write +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x8c158d24 bcma_chipco_pll_write +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xa054004e bcma_core_pll_ctl +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xaed6b1ef __bcma_driver_register +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xb34363bd bcma_chipco_gpio_control +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xb70142d9 bcma_pmu_get_bus_clock +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xbaa08e24 bcma_pmu_spuravoid_pllupdate +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xbd89bb21 bcma_core_disable +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xd25b24c2 bcma_chipco_gpio_out +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xd39ed33d bcma_chipco_pll_read +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xd3c34e6b bcma_host_pci_irq_ctl +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xe30c03c5 bcma_core_is_enabled +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xfeafb179 bcma_chipco_regctl_maskset +EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0x02893d8e btbcm_check_bdaddr +EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0x075d63f6 btbcm_write_pcm_int_params +EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0x4433353c btbcm_set_bdaddr +EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0xb0c46fba btbcm_finalize +EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0xb7f685c2 btbcm_read_pcm_int_params +EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0xd0f26c3a btbcm_initialize +EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0xe3510bfd btbcm_setup_patchram +EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0xe8f47ada btbcm_setup_apple +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x005b1477 btintel_regmap_init +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x1f21763c btintel_set_bdaddr +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x232521bf btintel_exit_mfg +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x39b0fd27 btintel_read_boot_params +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x5d497f92 btintel_set_event_mask_mfg +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x77b831e7 btintel_version_info +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x80d8f76f btintel_read_version +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x90d9f0d6 btintel_configure_setup +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x9326cd16 btintel_load_ddc_config +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x946cbbfa btintel_check_bdaddr +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0xa366155d btintel_set_diag +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0xc1414251 btintel_enter_mfg +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0xc5ad1399 btintel_bootup +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0xcde3fab9 btintel_secure_send_result +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0xdb00a855 btintel_send_intel_reset +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0xe502fef4 btintel_download_firmware +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0xff1ec610 btintel_set_quality_report +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x05e59c9f btmrvl_register_hdev +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x298cabf1 btmrvl_check_evtpkt +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x3f0b27cc btmrvl_process_event +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x5985db8b btmrvl_add_card +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x6a8b41b0 btmrvl_interrupt +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x899d7a25 btmrvl_send_module_cfg_cmd +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x941196b7 btmrvl_send_hscfg_cmd +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x97fcb596 btmrvl_enable_ps +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0xd27b3fb7 btmrvl_remove_card +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0xe7372a19 btmrvl_pscan_window_reporting +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0xf440cf6c btmrvl_enable_hs +EXPORT_SYMBOL_GPL drivers/bluetooth/btmtk 0x3a4d8668 btmtk_setup_firmware_79xx +EXPORT_SYMBOL_GPL drivers/bluetooth/btmtk 0x8b6c5877 btmtk_setup_firmware +EXPORT_SYMBOL_GPL drivers/bluetooth/btmtk 0xa96d46d5 btmtk_set_bdaddr +EXPORT_SYMBOL_GPL drivers/bluetooth/btqca 0x334ccedc qca_send_pre_shutdown_cmd +EXPORT_SYMBOL_GPL drivers/bluetooth/btqca 0x456bed7e qca_read_soc_version +EXPORT_SYMBOL_GPL drivers/bluetooth/btqca 0x84a6d1db qca_set_bdaddr +EXPORT_SYMBOL_GPL drivers/bluetooth/btqca 0xd999a28d qca_set_bdaddr_rome +EXPORT_SYMBOL_GPL drivers/bluetooth/btqca 0xe282a6c7 qca_uart_setup +EXPORT_SYMBOL_GPL drivers/bluetooth/btrtl 0x0585e76d btrtl_set_quirks +EXPORT_SYMBOL_GPL drivers/bluetooth/btrtl 0x80597577 btrtl_download_firmware +EXPORT_SYMBOL_GPL drivers/bluetooth/btrtl 0x93ed604c btrtl_get_uart_settings +EXPORT_SYMBOL_GPL drivers/bluetooth/btrtl 0x97932d5d btrtl_setup_realtek +EXPORT_SYMBOL_GPL drivers/bluetooth/btrtl 0xaf78f260 btrtl_free +EXPORT_SYMBOL_GPL drivers/bluetooth/btrtl 0xd26ff650 btrtl_initialize +EXPORT_SYMBOL_GPL drivers/bluetooth/btrtl 0xde66c1b2 btrtl_shutdown_realtek +EXPORT_SYMBOL_GPL drivers/bluetooth/hci_uart 0x2512b226 hci_uart_unregister_device +EXPORT_SYMBOL_GPL drivers/bluetooth/hci_uart 0x37be92dd hci_uart_tx_wakeup +EXPORT_SYMBOL_GPL drivers/bluetooth/hci_uart 0x617320db hci_uart_register_device +EXPORT_SYMBOL_GPL drivers/bluetooth/hci_uart 0xf2d7ba3b h4_recv_buf +EXPORT_SYMBOL_GPL drivers/bus/mhi/ep/mhi_ep 0x08e2d912 mhi_ep_power_up +EXPORT_SYMBOL_GPL drivers/bus/mhi/ep/mhi_ep 0x18b1a2e4 __mhi_ep_driver_register +EXPORT_SYMBOL_GPL drivers/bus/mhi/ep/mhi_ep 0x318b7d66 mhi_ep_register_controller +EXPORT_SYMBOL_GPL drivers/bus/mhi/ep/mhi_ep 0x36ca4ee0 mhi_ep_queue_is_empty +EXPORT_SYMBOL_GPL drivers/bus/mhi/ep/mhi_ep 0x4f2272e4 mhi_ep_driver_unregister +EXPORT_SYMBOL_GPL drivers/bus/mhi/ep/mhi_ep 0x7b78f74b mhi_ep_queue_skb +EXPORT_SYMBOL_GPL drivers/bus/mhi/ep/mhi_ep 0x95a537b2 mhi_ep_power_down +EXPORT_SYMBOL_GPL drivers/bus/mhi/ep/mhi_ep 0xd6b89ede mhi_ep_unregister_controller +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x00cb88ea mhi_device_get_sync +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x045cc7d2 mhi_async_power_up +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x057462db mhi_unprepare_from_transfer +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x058d719f mhi_prepare_for_transfer_autoqueue +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x10a98509 mhi_free_controller +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x14208a9c mhi_queue_buf +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x2701ec64 mhi_power_down +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x283e0904 mhi_prepare_for_power_up +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x3a6ff79f mhi_queue_skb +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x4ef4cec7 mhi_prepare_for_transfer +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x58630272 mhi_alloc_controller +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x5e90972a mhi_unprepare_after_power_down +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x629168b8 mhi_pm_suspend +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x7f2958b1 mhi_register_controller +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x9654382d mhi_unregister_controller +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x99bf956b mhi_driver_unregister +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x9cb4d0eb mhi_pm_resume +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xa3757f23 mhi_force_rddm_mode +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xa3f234f6 mhi_get_mhi_state +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xa5fd99dd mhi_notify +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xa9b60de8 mhi_soc_reset +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xb44765c7 mhi_device_put +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xc58f1d77 mhi_poll +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xc85d95be mhi_get_free_desc_count +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xcf11d0b1 mhi_get_exec_env +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xd6ece1f6 mhi_queue_is_full +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xebe1f850 mhi_download_rddm_image +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xee47e19a mhi_pm_resume_force +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xf477c747 __mhi_driver_register +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xfe953b9f mhi_device_get +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xff3d1882 mhi_queue_dma +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x03cba094 comedi_buf_write_samples +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x04fa3620 comedi_alloc_subdev_readback +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x0a33542e comedi_dev_get_from_minor +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x0cd330f4 range_unknown +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x21102f87 range_0_32mA +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x2f0ad9d3 range_bipolar5 +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x3722849a comedi_driver_register +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x3ad3a0f4 comedi_buf_write_free +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x3d2f6f2e comedi_buf_read_alloc +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x40842b41 comedi_buf_write_alloc +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x40ae8b4d comedi_check_chanlist +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x4236eaaf range_4_20mA +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x4295009d comedi_handle_events +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x4eaa328f comedi_is_subdevice_running +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x4fe634f3 range_bipolar2_5 +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x59e90ee2 comedi_nsamples_left +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x5b124056 comedi_alloc_devpriv +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x5b9a46cc comedi_buf_read_n_available +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x5d5c1b8b comedi_readback_insn_read +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x7902c2ac comedi_legacy_detach +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x8113872c range_unipolar10 +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x83c23b79 comedi_dio_insn_config +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x8d56b75a comedi_dio_update_state +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x96097e7b comedi_buf_read_free +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x9d9b94a4 __comedi_request_region +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xa4a09064 comedi_driver_unregister +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xad872066 comedi_set_spriv_auto_free +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xb2c518bd comedi_bytes_per_scan_cmd +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xb4b555a5 comedi_alloc_subdevices +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 0xc995f144 comedi_nscans_left +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xc9d9c92c comedi_dev_put +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xca44840c comedi_alloc_spriv +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xcdef9e8e comedi_request_region +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xd394f924 comedi_auto_unconfig +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xdb2044b2 range_unipolar5 +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xdc19556d comedi_inc_scan_progress +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xdd6ee016 comedi_auto_config +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xde416f85 comedi_event +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xe0c08769 comedi_set_hw_dev +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xee8ee3ab comedi_buf_read_samples +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xfa829385 comedi_bytes_per_scan +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xfd033992 comedi_timeout +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xfd092490 comedi_load_firmware +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pci 0x086db8f2 comedi_pci_auto_unconfig +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pci 0x31f1aa38 comedi_pci_auto_config +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pci 0x4361bf23 comedi_pci_enable +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pci 0x459044d2 comedi_pci_driver_unregister +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pci 0x4ae6a6a8 comedi_to_pci_dev +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pci 0x8f75c324 comedi_pci_driver_register +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pci 0x900b4285 comedi_pci_disable +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pci 0xcfe72e92 comedi_pci_detach +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pcmcia 0x12fc9999 comedi_pcmcia_driver_register +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pcmcia 0x1bd7190e comedi_to_pcmcia_dev +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pcmcia 0x5757ab73 comedi_pcmcia_auto_unconfig +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pcmcia 0x903e6bad comedi_pcmcia_auto_config +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pcmcia 0xc7824f1d comedi_pcmcia_driver_unregister +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pcmcia 0xdccb999a comedi_pcmcia_enable +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pcmcia 0xdfa0c952 comedi_pcmcia_disable +EXPORT_SYMBOL_GPL drivers/comedi/comedi_usb 0x301e52c7 comedi_usb_auto_unconfig +EXPORT_SYMBOL_GPL drivers/comedi/comedi_usb 0x3521e148 comedi_usb_driver_register +EXPORT_SYMBOL_GPL drivers/comedi/comedi_usb 0x3bd4e892 comedi_usb_driver_unregister +EXPORT_SYMBOL_GPL drivers/comedi/comedi_usb 0x6b7fdf8e comedi_to_usb_dev +EXPORT_SYMBOL_GPL drivers/comedi/comedi_usb 0xe4ea582b comedi_usb_auto_config +EXPORT_SYMBOL_GPL drivers/comedi/comedi_usb 0xeafe3365 comedi_to_usb_interface +EXPORT_SYMBOL_GPL drivers/comedi/drivers/addi_watchdog 0x79f4a6cf addi_watchdog_reset +EXPORT_SYMBOL_GPL drivers/comedi/drivers/addi_watchdog 0xb6c10a37 addi_watchdog_init +EXPORT_SYMBOL_GPL drivers/comedi/drivers/amplc_dio200_common 0x12720d2f amplc_dio200_set_enhance +EXPORT_SYMBOL_GPL drivers/comedi/drivers/amplc_dio200_common 0x150d21ff amplc_dio200_common_attach +EXPORT_SYMBOL_GPL drivers/comedi/drivers/amplc_pc236_common 0xd01cdf50 amplc_pc236_common_attach +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0x218e295a comedi_8254_subdevice_init +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0x39057d8f comedi_8254_write +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0x3cef4454 comedi_8254_ns_to_timer +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0x414d63f9 comedi_8254_cascade_ns_to_timer +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0x5d79362d comedi_8254_status +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0x6e095f9d comedi_8254_load +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0x8774d492 comedi_8254_update_divisors +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0x8b8ef0fa comedi_8254_init +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0x9c8638e3 comedi_8254_set_mode +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0x9c8acff6 comedi_8254_set_busy +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0xa97dc0d5 comedi_8254_mm_init +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0xc901a3c1 comedi_8254_pacer_enable +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0xdd8fa78b comedi_8254_read +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8255 0x4a444cfd subdev_8255_init +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8255 0x9bba9441 subdev_8255_regbase +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8255 0xd440f0b5 subdev_8255_mm_init +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_isadma 0x12fba874 comedi_isadma_disable +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_isadma 0x138d2540 comedi_isadma_poll +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_isadma 0x4a17474e comedi_isadma_disable_on_sample +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_isadma 0x9ea9e4d1 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/comedi_isadma 0xecbc9fdc comedi_isadma_free +EXPORT_SYMBOL_GPL drivers/comedi/drivers/das08 0x35979128 das08_common_attach +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x18565744 mite_sync_dma +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x208ed7bb mite_done +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x42cae8e0 mite_bytes_in_transit +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x57f27d67 mite_dma_arm +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x592d52c0 mite_release_channel +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x631b0046 mite_ack_linkc +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x636abf54 mite_buf_change +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x7d7beb2a mite_detach +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x875e07d2 mite_init_ring_descriptors +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x8fe214a2 mite_request_channel +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0xa1683961 mite_prep_dma +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0xb5a30694 mite_dma_disarm +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0xd26ba65e mite_request_channel_in_range +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0xf0f82b6e mite_alloc_ring +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0xf5794df3 mite_free_ring +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0xf990f648 mite_attach +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_labpc_common 0xd93e234a labpc_common_detach +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_labpc_common 0xe4b6d5fd labpc_common_attach +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_labpc_isadma 0x10c55ecb labpc_setup_dma +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_labpc_isadma 0x4a6293dd labpc_init_dma_chan +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_labpc_isadma 0x9f75ea6c labpc_free_dma_chan +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_labpc_isadma 0xdbf33ad9 labpc_handle_dma_status +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_labpc_isadma 0xf7895738 labpc_drain_dma +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_routing 0x076bc308 ni_find_route_source +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_routing 0x0921123e ni_lookup_route_register +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_routing 0x1facf7f8 ni_is_cmd_dest +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_routing 0x64443d67 ni_get_valid_routes +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_routing 0x6c18c54e ni_count_valid_routes +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_routing 0x85e75c94 ni_assign_device_routes +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_routing 0x863a306d ni_sort_device_routes +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_routing 0x8ab47ba4 ni_route_set_has_source +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_routing 0x8f0f0901 ni_find_route_set +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_routing 0xb3e302a3 ni_route_to_register +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x08dabcc5 ni_tio_set_routing +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x0f6658ba ni_tio_get_soft_copy +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x26987d48 ni_tio_set_bits +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x294f5864 ni_gpct_device_construct +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x7517a865 ni_tio_set_gate_src +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x807b10a2 ni_tio_get_routing +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x86072460 ni_tio_insn_read +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x8ecbd695 ni_tio_insn_config +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0xaa0bf1b8 ni_tio_set_gate_src_raw +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0xaa8b850f ni_tio_insn_write +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0xafd37f8e ni_gpct_device_destroy +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0xc95e31ce ni_tio_write +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0xe5045cea ni_tio_unset_routing +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0xe5e0dfed ni_tio_arm +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0xf850ccc2 ni_tio_read +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0xfa384975 ni_tio_init_counter +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tiocmd 0x1346833b ni_tio_acknowledge +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tiocmd 0x23ae2849 ni_tio_cancel +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tiocmd 0x45bac0f6 ni_tio_cmd +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tiocmd 0x4da656a9 ni_tio_set_mite_channel +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tiocmd 0x8c0cd787 ni_tio_cmdtest +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tiocmd 0x8f2c977d ni_tio_handle_interrupt +EXPORT_SYMBOL_GPL drivers/comedi/kcomedilib/kcomedilib 0x006e5175 comedi_open +EXPORT_SYMBOL_GPL drivers/comedi/kcomedilib/kcomedilib 0x1b583cea comedi_get_n_channels +EXPORT_SYMBOL_GPL drivers/comedi/kcomedilib/kcomedilib 0x2104737d comedi_close +EXPORT_SYMBOL_GPL drivers/comedi/kcomedilib/kcomedilib 0x30d2fc5a comedi_find_subdevice_by_type +EXPORT_SYMBOL_GPL drivers/comedi/kcomedilib/kcomedilib 0x60360e96 comedi_dio_config +EXPORT_SYMBOL_GPL drivers/comedi/kcomedilib/kcomedilib 0xa7a327a1 comedi_dio_get_config +EXPORT_SYMBOL_GPL drivers/comedi/kcomedilib/kcomedilib 0xdd112a62 comedi_dio_bitfield2 +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 0x5cdb586c ccp_enqueue_cmd +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 0xd02e197f sev_platform_init +EXPORT_SYMBOL_GPL drivers/crypto/ccp/ccp 0xdec9a7f6 sev_issue_cmd_external_user +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x010d7054 adf_gen2_get_num_accels +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x03228999 adf_vf2pf_notify_init +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x040601a7 adf_dev_down +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x12cd866e adf_gen2_dev_config +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x16f21d13 adf_exit_admin_comms +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x18ddc7e8 adf_cleanup_etr_data +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x19273ba8 adf_init_arb +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x1f1ed864 adf_dev_start +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x1f51e85c adf_vf2pf_notify_shutdown +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x1fa56bbf adf_gen2_enable_error_correction +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x21c0021f adf_gen2_init_vf_pfvf_ops +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x2be4e269 adf_gen2_get_arb_info +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x2c000cba adf_cfg_dev_remove +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x3053fb3c adf_err_handler +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x38322596 adf_dev_shutdown +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x3b65b0d8 adf_gen4_init_pf_pfvf_ops +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x3e707f37 adf_gen2_get_admin_info +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x42843a54 adf_enable_vf2pf_comms +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x451d68ca adf_gen2_set_ssm_wdtimer +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x46f39051 adf_reset_sbr +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x4aaa8ca9 adf_dev_started +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x4c49ed29 adf_flush_vf_wq +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x4ce08a0f adf_reset_flr +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x579aaea3 adf_send_admin_init +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x5801fc33 adf_cfg_get_param_value +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x6101a1a1 adf_cfg_add_key_value_param +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x67ccdd7b adf_dev_get +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x68d5bbee adf_devmgr_rm_dev +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x6b164d79 adf_cfg_section_add +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x6d09923f adf_gen4_ring_pair_reset +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x70c265ec adf_init_admin_comms +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x7133fe6b adf_gen2_get_accel_cap +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x75b88218 adf_disable_sriov +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x7a86b971 adf_vf_isr_resource_free +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x7b60dc4c adf_dev_init +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x82814fcc adf_exit_arb +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x88d608d7 adf_isr_resource_free +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x8eada522 adf_pfvf_comms_disabled +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x91f02ee4 adf_dev_put +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x99b26719 adf_devmgr_update_class_index +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x99cc46a9 adf_isr_resource_alloc +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x9b0c558f adf_gen2_init_pf_pfvf_ops +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x9d228727 adf_gen4_handle_pm_interrupt +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xa369ff1d adf_gen2_get_num_aes +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xa42ef1c1 adf_sysfs_init +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xa4c10449 adf_cfg_dev_add +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xa51ecffd adf_dev_up +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xa736a5b4 adf_disable_pf2vf_interrupts +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xab41721b adf_disable_aer +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xaccce077 adf_devmgr_pci_to_accel_dev +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xadd7d942 adf_gen2_cfg_iov_thds +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xbd75fc10 adf_dev_in_use +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xbde4dbd8 adf_dev_stop +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xbfc5f316 adf_enable_pf2vf_comms +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xc501ac82 adf_gen4_init_hw_csr_ops +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xcc3b167a adf_clean_vf_map +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xd5a7964f adf_gen2_enable_ints +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xd64519f1 adf_gen2_init_hw_csr_ops +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xd75cb2c6 adf_init_admin_pm +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xdef4068f adf_gen4_enable_pm +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xe327f1f1 adf_gen4_init_dc_ops +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xe45f3512 adf_gen2_init_dc_ops +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xe5748d9d adf_gen4_set_ssm_wdtimer +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xe58c93f8 adf_devmgr_add_dev +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xea308261 adf_enable_aer +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xecd3e13a adf_devmgr_in_reset +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xefcc0893 adf_vf_isr_resource_alloc +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xfd7d2172 adf_init_etr_data +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xfe6a4d4f adf_sriov_configure +EXPORT_SYMBOL_GPL drivers/dax/device_dax 0x7263a950 dev_dax_probe +EXPORT_SYMBOL_GPL drivers/dca/dca 0x01a33ab9 dca_unregister_notify +EXPORT_SYMBOL_GPL drivers/dca/dca 0x1fb9b03c unregister_dca_provider +EXPORT_SYMBOL_GPL drivers/dca/dca 0x35516361 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 0xae8f5366 dca_remove_requester +EXPORT_SYMBOL_GPL drivers/dca/dca 0xb9ce959f free_dca_provider +EXPORT_SYMBOL_GPL drivers/dca/dca 0xbf9d02d2 dca3_get_tag +EXPORT_SYMBOL_GPL drivers/dca/dca 0xc44af10f dca_add_requester +EXPORT_SYMBOL_GPL drivers/dca/dca 0xfa461008 alloc_dca_provider +EXPORT_SYMBOL_GPL drivers/dma/dw-edma/dw-edma 0x581851f3 dw_edma_remove +EXPORT_SYMBOL_GPL drivers/dma/dw-edma/dw-edma 0x80706b0a dw_edma_probe +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0x0805c2a9 dw_dma_probe +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0x25e7dc56 dw_dma_filter +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0x2c330a28 idma32_dma_probe +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0x3aea02a7 do_dw_dma_enable +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0x6878a000 dw_dma_acpi_controller_free +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0x7830357b do_dw_dma_disable +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0xcf990e2c idma32_dma_remove +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0xea8b99e3 dw_dma_remove +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0xedf03b00 dw_dma_acpi_controller_register +EXPORT_SYMBOL_GPL drivers/dma/qcom/hdma_mgmt 0x8f52b4c3 hidma_mgmt_setup +EXPORT_SYMBOL_GPL drivers/dma/qcom/hdma_mgmt 0xa01e07f0 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 0x151a8b53 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/fpga/altera-pr-ip-core 0x2eba3b86 alt_pr_register +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x0c299ce6 dfl_feature_ioctl_set_irq +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x1283838e dfl_fpga_enum_info_free +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x1d2093bf dfl_fpga_cdev_release_port +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x1fd66dd6 dfl_fpga_cdev_config_ports_vf +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x251a260c dfl_fpga_dev_ops_register +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x2b7242e9 dfl_feature_ioctl_get_num_irqs +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x3015535a dfl_fpga_port_ops_add +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x3be47971 dfl_fpga_port_ops_put +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x547e0c13 dfl_fpga_feature_devs_enumerate +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x689a3a38 dfl_fpga_dev_feature_uinit +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x6abfb8d1 __dfl_fpga_cdev_find_port +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xa4f79f88 dfl_fpga_check_port_id +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xa79d6660 dfl_fpga_dev_feature_init +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xa9f354f0 dfl_fpga_cdev_assign_port +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xaf16d993 dfl_fpga_set_irq_triggers +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xb073154a dfl_fpga_feature_devs_remove +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xb1850fde dfl_fpga_port_ops_get +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xbc069132 dfl_fpga_enum_info_alloc +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xc2060ce1 dfl_fpga_enum_info_add_dfl +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xcf9eb623 dfl_fpga_port_ops_del +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xe6dfe631 dfl_fpga_dev_ops_unregister +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xf675a166 dfl_fpga_cdev_config_ports_pf +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xfb99d557 dfl_fpga_enum_info_add_irq +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0x0633c4b9 fpga_bridges_enable +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0x0b2b884c fpga_bridges_put +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0x0dba7df0 fpga_bridge_register +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0x2c8167cf fpga_bridges_disable +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0x9886742e fpga_bridge_get +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0xad22982d fpga_bridge_put +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0xafb43b1f fpga_bridge_disable +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0xb56452a1 fpga_bridge_enable +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0xd32adeee fpga_bridge_get_to_list +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0xdd7a9e6f of_fpga_bridge_get +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0xdf6a893e of_fpga_bridge_get_to_list +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0xec9046ae fpga_bridge_unregister +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x08c65599 fpga_mgr_unregister +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x11f64e56 fpga_image_info_free +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x358de9ad fpga_mgr_lock +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x4f3df82a fpga_mgr_register_full +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x6f0cd300 fpga_mgr_get +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x822ee948 fpga_mgr_put +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x86f81381 fpga_mgr_load +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x8fdb1ead devm_fpga_mgr_register_full +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0xa2c11407 fpga_mgr_unlock +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0xca937fba devm_fpga_mgr_register +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0xdaa43dc8 of_fpga_mgr_get +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0xf0b68f72 fpga_mgr_register +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0xf78f7955 fpga_image_info_alloc +EXPORT_SYMBOL_GPL drivers/fpga/fpga-region 0x15574580 fpga_region_class_find +EXPORT_SYMBOL_GPL drivers/fpga/fpga-region 0x27b405d6 fpga_region_unregister +EXPORT_SYMBOL_GPL drivers/fpga/fpga-region 0x5cbf9d7f fpga_region_program_fpga +EXPORT_SYMBOL_GPL drivers/fpga/fpga-region 0x675d56a2 fpga_region_register +EXPORT_SYMBOL_GPL drivers/fpga/fpga-region 0x74ae94fb fpga_region_register_full +EXPORT_SYMBOL_GPL drivers/gnss/gnss 0x0b9c6832 gnss_deregister_device +EXPORT_SYMBOL_GPL drivers/gnss/gnss 0x65f2fec7 gnss_allocate_device +EXPORT_SYMBOL_GPL drivers/gnss/gnss 0x771d4fec gnss_put_device +EXPORT_SYMBOL_GPL drivers/gnss/gnss 0x9b61a820 gnss_register_device +EXPORT_SYMBOL_GPL drivers/gnss/gnss 0xb2abe6ae gnss_insert_raw +EXPORT_SYMBOL_GPL drivers/gnss/gnss-serial 0x661211fc gnss_serial_deregister +EXPORT_SYMBOL_GPL drivers/gnss/gnss-serial 0x6eea84cc gnss_serial_allocate +EXPORT_SYMBOL_GPL drivers/gnss/gnss-serial 0xbf6f58ab gnss_serial_free +EXPORT_SYMBOL_GPL drivers/gnss/gnss-serial 0xf27fcdc9 gnss_serial_register +EXPORT_SYMBOL_GPL drivers/gnss/gnss-serial 0xf8bf0459 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 0xbc349110 __max730x_probe +EXPORT_SYMBOL_GPL drivers/gpio/gpio-max730x 0xe48858e8 __max730x_remove +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/analogix/analogix_dp 0x23c4bd4a analogix_dp_suspend +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/analogix/analogix_dp 0x30344178 analogix_dp_unbind +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 0x624eb10d analogix_dp_stop_crc +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/analogix/analogix_dp 0x86eb3a96 analogix_dp_resume +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/analogix/analogix_dp 0xbc42df71 analogix_dp_probe +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/analogix/analogix_dp 0xc5612144 analogix_dp_remove +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/analogix/analogix_dp 0xd6facca1 analogix_dp_bind +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/analogix/analogix_dp 0xe15ee324 analogix_dp_start_crc +EXPORT_SYMBOL_GPL drivers/gpu/drm/display/drm_display_helper 0xec7570b1 drm_hdcp_check_ksvs_revoked +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x0448da13 drm_bridge_hpd_enable +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x09ae7666 drm_bridge_hpd_notify +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x1ac06cbd drm_bridge_get_modes +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x545cce11 drm_gem_dumb_map_offset +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x55ba313f drm_crtc_add_crc_entry +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x66cf2f64 drm_display_mode_from_videomode +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x9d520561 drm_bridge_hpd_disable +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xad885165 drm_bus_flags_from_videomode +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xaed8c36a drm_bridge_detect +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xc2c8e1f5 drm_do_get_edid +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xd4f57dfc accel_open +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xdc89fe37 drmm_kstrdup +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xe1ce065b drm_bridge_get_edid +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xf9fcd039 drm_class_device_register +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xfb5ce7cc drm_class_device_unregister +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xfe9f72f3 drm_display_mode_to_videomode +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0x244aebdd drm_gem_dma_free +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0x313470dd drm_fb_dma_get_gem_addr +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0x36804824 drm_gem_dma_dumb_create +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0x3851add5 drm_gem_dma_create +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0x3b0a2622 drm_gem_dma_prime_import_sg_table +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0x61cb139f drm_gem_dma_mmap +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0x64759fab drm_fb_dma_sync_non_coherent +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0x6492a3bb drm_gem_dma_vm_ops +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0x8c681ef6 drm_gem_dma_get_sg_table +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0x913fa925 drm_fb_dma_get_gem_obj +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0xaf3ff5e0 drm_gem_dma_dumb_create_internal +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0xccb524cb drm_gem_dma_vmap +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0x05d84db4 drm_gem_fb_get_obj +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0x1348e66a drm_gem_plane_helper_prepare_fb +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0x14456394 drm_gem_fb_afbc_init +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0x2da38b35 drm_bridge_connector_init +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0x470d9f4f drm_gem_fb_create_with_funcs +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0x5b73dcdb drm_gem_fb_init_with_funcs +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0xcd53bf96 drm_gem_fb_create_with_dirty +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0xe906d4de drm_bridge_connector_enable_hpd +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0xf1dda5b7 drm_gem_fb_create +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0xfe1272d0 drm_bridge_connector_disable_hpd +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0x05f00593 drm_gem_shmem_dumb_create +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0x101c7fa2 drm_gem_shmem_get_sg_table +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0x2cc5ddc6 drm_gem_shmem_create +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0x4abc06f1 drm_gem_shmem_prime_import_sg_table +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0x5ae0b48e drm_gem_shmem_vm_ops +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0x68af6d21 drm_gem_shmem_mmap +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0x9b09f4ac drm_gem_shmem_get_pages_sgt +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0xa4dcec5d drm_gem_shmem_free +EXPORT_SYMBOL_GPL drivers/gpu/drm/i915/i915 0x05876c69 i915_gpu_busy +EXPORT_SYMBOL_GPL drivers/gpu/drm/i915/i915 0x08a7896d i915_gpu_raise +EXPORT_SYMBOL_GPL drivers/gpu/drm/i915/i915 0x402468e9 i915_gpu_lower +EXPORT_SYMBOL_GPL drivers/gpu/drm/i915/i915 0x500858b9 i915_read_mch_val +EXPORT_SYMBOL_GPL drivers/gpu/drm/i915/i915 0xe7237b0b i915_gpu_turbo_disable +EXPORT_SYMBOL_GPL drivers/gpu/drm/solomon/ssd130x 0x2ad4f737 ssd130x_shutdown +EXPORT_SYMBOL_GPL drivers/gpu/drm/solomon/ssd130x 0x6f9ec652 ssd130x_probe +EXPORT_SYMBOL_GPL drivers/gpu/drm/solomon/ssd130x 0xb9a650bf ssd130x_remove +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x050351b0 gb_debugfs_get +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x06617103 gb_connection_disable_forced +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x06ff6c82 greybus_deregister_driver +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x10d1b03e __SCT__tp_func_gb_hd_in +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x15859e4b __traceiter_gb_hd_del +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x15d1942f greybus_disabled +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x174a74dd gb_hd_cport_release_reserved +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x1a648860 __SCK__tp_func_gb_hd_create +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x1c4f7f96 gb_hd_add +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x1e36077d gb_connection_create_offloaded +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x2545702e greybus_data_rcvd +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x2c540154 gb_hd_create +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x30c637f3 gb_hd_output +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x31505ada gb_operation_create_flags +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x3474fbbc gb_hd_shutdown +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x39ad287c gb_operation_result +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x3cad5101 gb_connection_enable +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x3cd84b5a gb_operation_response_alloc +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x3d619d24 __traceiter_gb_hd_add +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x3f7b355f gb_operation_get +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x488fefa4 gb_connection_disable_rx +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x4e573f25 greybus_message_sent +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x522f6d5d __tracepoint_gb_message_submit +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x63113fab gb_connection_enable_tx +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x66c2edad __traceiter_gb_hd_in +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x6de7ac7d __SCK__tp_func_gb_hd_del +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x6f8b5c72 gb_operation_sync_timeout +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x71e606fd __tracepoint_gb_hd_del +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x762515eb gb_interface_request_mode_switch +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x78fedb98 __SCT__tp_func_gb_message_submit +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x7f540855 gb_svc_intf_set_power_mode +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x81985ccf gb_operation_request_send_sync_timeout +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x82f5f625 gb_connection_create +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x84896d38 gb_hd_del +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x851421af __traceiter_gb_hd_release +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x8a9abf32 greybus_register_driver +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x8bcafb83 gb_connection_disable +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x8c83cd81 __SCK__tp_func_gb_message_submit +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x8f2316f0 __tracepoint_gb_hd_add +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x910d9c1e __traceiter_gb_message_submit +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x9322bc70 __SCK__tp_func_gb_hd_add +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x96416d47 __SCK__tp_func_gb_hd_release +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x97780b0a gb_hd_cport_reserve +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xa164a130 __SCK__tp_func_gb_hd_in +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xa2ed6ec4 __tracepoint_gb_hd_release +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xacd3f624 gb_connection_destroy +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 0xb58efb8c __traceiter_gb_hd_create +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xb6ebdc92 gb_operation_put +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xbfb52284 __SCT__tp_func_gb_hd_del +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xc76f6368 gb_hd_put +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xccaf4361 __tracepoint_gb_hd_in +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xd1ad2d24 gb_operation_unidirectional_timeout +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xd38399f1 gb_connection_latency_tag_enable +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xd8bef709 __tracepoint_gb_hd_create +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xe4dd7690 gb_operation_get_payload_size_max +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xe56f6ad6 gb_operation_request_send +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xe6b45fb6 __SCT__tp_func_gb_hd_add +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xe7d9c8d4 gb_operation_cancel +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xfa1c3c7c gb_connection_latency_tag_disable +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xfb697f03 gb_connection_create_flags +EXPORT_SYMBOL_GPL drivers/hid/hid 0x031ca98c hidinput_count_leds +EXPORT_SYMBOL_GPL drivers/hid/hid 0x05495392 hid_debug +EXPORT_SYMBOL_GPL drivers/hid/hid 0x0ba3242c hidraw_report_event +EXPORT_SYMBOL_GPL drivers/hid/hid 0x107ad498 hidinput_report_event +EXPORT_SYMBOL_GPL drivers/hid/hid 0x162bb471 hid_hw_start +EXPORT_SYMBOL_GPL drivers/hid/hid 0x19d52f1f hid_quirks_exit +EXPORT_SYMBOL_GPL drivers/hid/hid 0x1a2d80ed hid_validate_values +EXPORT_SYMBOL_GPL drivers/hid/hid 0x2103980a hid_allocate_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0x2efa2147 hid_add_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0x34a85c0e hidinput_disconnect +EXPORT_SYMBOL_GPL drivers/hid/hid 0x36c2458d hid_lookup_quirk +EXPORT_SYMBOL_GPL drivers/hid/hid 0x3b075c6f hid_connect +EXPORT_SYMBOL_GPL drivers/hid/hid 0x3e06ae87 hidraw_connect +EXPORT_SYMBOL_GPL drivers/hid/hid 0x3f1a5b36 hid_alloc_report_buf +EXPORT_SYMBOL_GPL drivers/hid/hid 0x43f0fd71 hid_hw_request +EXPORT_SYMBOL_GPL drivers/hid/hid 0x4cdbbdfd hid_unregister_driver +EXPORT_SYMBOL_GPL drivers/hid/hid 0x53d4ce70 hid_report_raw_event +EXPORT_SYMBOL_GPL drivers/hid/hid 0x56f82e49 hid_dump_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0x5b43fb3e hid_driver_suspend +EXPORT_SYMBOL_GPL drivers/hid/hid 0x608505d8 hid_resolv_usage +EXPORT_SYMBOL_GPL drivers/hid/hid 0x62a6498f hid_driver_resume +EXPORT_SYMBOL_GPL drivers/hid/hid 0x6524757e hidinput_get_led_field +EXPORT_SYMBOL_GPL drivers/hid/hid 0x660cbd9c hidinput_calc_abs_res +EXPORT_SYMBOL_GPL drivers/hid/hid 0x67e913d7 hid_setup_resolution_multiplier +EXPORT_SYMBOL_GPL drivers/hid/hid 0x68ddaabf hid_hw_open +EXPORT_SYMBOL_GPL drivers/hid/hid 0x6926c40f hid_debug_event +EXPORT_SYMBOL_GPL drivers/hid/hid 0x6f60723e hid_open_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0x75fb9023 hid_hw_output_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0x8385cf29 hid_compare_device_paths +EXPORT_SYMBOL_GPL drivers/hid/hid 0x83e59cda hid_output_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0x8a0b0278 hid_hw_close +EXPORT_SYMBOL_GPL drivers/hid/hid 0x8b13a8b8 hid_snto32 +EXPORT_SYMBOL_GPL drivers/hid/hid 0x8b3c8bbb hid_check_keys_pressed +EXPORT_SYMBOL_GPL drivers/hid/hid 0x8bb5cd4e __hid_register_driver +EXPORT_SYMBOL_GPL drivers/hid/hid 0x9184749f __hid_request +EXPORT_SYMBOL_GPL drivers/hid/hid 0x91a60ba8 hidraw_disconnect +EXPORT_SYMBOL_GPL drivers/hid/hid 0xa7c9e57d hid_dump_field +EXPORT_SYMBOL_GPL drivers/hid/hid 0xb43ddf0b hid_match_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0xb4870e6b hid_hw_raw_request +EXPORT_SYMBOL_GPL drivers/hid/hid 0xb57eadfd hid_match_id +EXPORT_SYMBOL_GPL drivers/hid/hid 0xb5ceeab8 hid_disconnect +EXPORT_SYMBOL_GPL drivers/hid/hid 0xbad62a2d hid_dump_input +EXPORT_SYMBOL_GPL drivers/hid/hid 0xbcb1c0a3 hidinput_connect +EXPORT_SYMBOL_GPL drivers/hid/hid 0xc1d9483b hid_parse_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0xc20541d9 hid_ignore +EXPORT_SYMBOL_GPL drivers/hid/hid 0xc8b79011 hid_destroy_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0xd18c040f hid_input_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0xd72e6a78 hid_hw_stop +EXPORT_SYMBOL_GPL drivers/hid/hid 0xe1144937 hid_set_field +EXPORT_SYMBOL_GPL drivers/hid/hid 0xe9125457 hid_register_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0xea945b65 hid_driver_reset_resume +EXPORT_SYMBOL_GPL drivers/hid/hid 0xf86c88e3 hid_field_extract +EXPORT_SYMBOL_GPL drivers/hid/hid 0xfa355613 hid_quirks_init +EXPORT_SYMBOL_GPL drivers/hid/hid 0xfdc088c6 hid_dump_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 0xf4df07cc roccat_connect +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0x174f974e roccat_common2_send +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0x4538fadc roccat_common2_device_init_struct +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0x69884302 roccat_common2_send_with_status +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0x7de01109 roccat_common2_sysfs_read +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0xc6508f9e roccat_common2_receive +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0xe8530df0 roccat_common2_sysfs_write +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x02819c91 sensor_hub_input_attr_get_raw_value +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x035f0a65 sensor_hub_device_close +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x08466612 sensor_hub_remove_callback +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x381b674e sensor_hub_input_get_attribute_info +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x570c35d1 sensor_hub_device_open +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x5954f9e2 sensor_hub_register_callback +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x78b024ba sensor_hub_get_feature +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0xce9e1b69 sensor_hub_set_feature +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0xec3360fa hid_sensor_get_usage_index +EXPORT_SYMBOL_GPL drivers/hid/hid-vivaldi-common 0x04db5da8 vivaldi_feature_mapping +EXPORT_SYMBOL_GPL drivers/hid/hid-vivaldi-common 0xc2e294ae vivaldi_attribute_groups +EXPORT_SYMBOL_GPL drivers/hid/i2c-hid/i2c-hid 0x229df5ec i2c_hid_core_remove +EXPORT_SYMBOL_GPL drivers/hid/i2c-hid/i2c-hid 0x23b83432 i2c_hid_core_probe +EXPORT_SYMBOL_GPL drivers/hid/i2c-hid/i2c-hid 0x7949bf1d i2c_hid_core_shutdown +EXPORT_SYMBOL_GPL drivers/hid/i2c-hid/i2c-hid 0x7a9f8b59 i2c_hid_core_pm +EXPORT_SYMBOL_GPL drivers/hid/i2c-hid/i2c-hid 0xc6d9eea9 i2c_hid_ll_driver +EXPORT_SYMBOL_GPL drivers/hid/intel-ish-hid/intel-ishtp 0x9b5255a9 ishtp_wait_resume +EXPORT_SYMBOL_GPL drivers/hid/surface-hid/surface_hid_core 0x380be50a surface_hid_pm_ops +EXPORT_SYMBOL_GPL drivers/hid/surface-hid/surface_hid_core 0x7bc1a9c2 surface_hid_device_destroy +EXPORT_SYMBOL_GPL drivers/hid/surface-hid/surface_hid_core 0xf73acfc2 surface_hid_device_add +EXPORT_SYMBOL_GPL drivers/hid/uhid 0x513030bb uhid_hid_driver +EXPORT_SYMBOL_GPL drivers/hid/usbhid/usbhid 0x65d0549b hiddev_hid_event +EXPORT_SYMBOL_GPL drivers/hid/usbhid/usbhid 0xe5ac5b62 usb_hid_driver +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x0377cbf1 hsi_claim_port +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x0ecd361b hsi_async +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x221a92f4 hsi_new_client +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x27a3e5dc hsi_register_controller +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x349eb8f5 hsi_release_port +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x419aa258 hsi_alloc_msg +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x45605bf0 hsi_unregister_controller +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x5210a5bf hsi_board_list +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x7b1e6719 hsi_remove_client +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x86f0f19a hsi_event +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xb9c05b84 hsi_register_port_event +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xbce049de hsi_alloc_controller +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xd2de0edc hsi_get_channel_id_by_name +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xd7d6df21 hsi_unregister_port_event +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xd916d4e1 hsi_put_controller +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xeed3b465 hsi_free_msg +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xf11d44ce hsi_register_client_driver +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xfd2ef93c hsi_port_unregister_clients +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x1d7ac686 vmbus_set_event +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x21e230bc vmbus_hvsock_device_unregister +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x2d7b8964 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 0x33cc1ad1 vmbus_sendpacket_mpb_desc +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x37149907 vmbus_alloc_ring +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x3720ea09 vmbus_sendpacket_pagebuffer +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x381d4fb9 vmbus_free_ring +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x390a8669 vmbus_recvpacket_raw +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x3edf7099 hv_pkt_iter_close +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x46a417ca vmbus_proto_version +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x4abf729f vmbus_request_addr +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x4b2210b8 vmbus_send_tl_connect_request +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x5953d0b8 vmbus_setevent +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x674e657e hv_ringbuffer_get_debuginfo +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x6d4642ab __hv_pkt_iter_next +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x6d918b5c __vmbus_request_addr_match +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x7d66005d vmbus_close +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x7ee7f215 vmbus_disconnect_ring +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x887bea9d vmbus_open +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x9777baa7 vmbus_connect_ring +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xa59d7943 hv_pkt_iter_first +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xb2c50961 vmbus_establish_gpadl +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xb63b4fab __vmbus_driver_register +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xb7fe370c vmbus_connection +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xc4b3cc40 hv_ringbuffer_spinlock_busy +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xcd797f11 vmbus_request_addr_match +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xd5b0d959 vmbus_set_sc_create_callback +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xda62b45c vmbus_send_modifychannel +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xdc278b34 vmbus_next_request_id +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xe70d1608 vmbus_driver_unregister +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xf4007f58 vmbus_teardown_gpadl +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xfdaa64cd vmbus_allocate_mmio +EXPORT_SYMBOL_GPL drivers/hwmon/adt7x10 0x7c9735d0 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 0x2fa7d62a nct6775_update_device +EXPORT_SYMBOL_GPL drivers/hwmon/nct6775-core 0x391d2d68 nct6775_probe +EXPORT_SYMBOL_GPL drivers/hwmon/nct6775-core 0x7f7eee82 nct6775_show_alarm +EXPORT_SYMBOL_GPL drivers/hwmon/nct6775-core 0xa9855c6b nct6775_show_beep +EXPORT_SYMBOL_GPL drivers/hwmon/nct6775-core 0xb9777426 nct6775_store_beep +EXPORT_SYMBOL_GPL drivers/hwmon/nct6775-core 0xbc76e95a nct6775_reg_is_word_sized +EXPORT_SYMBOL_GPL drivers/hwmon/occ/occ-hwmon-common 0x3b81bf6b occ_shutdown +EXPORT_SYMBOL_GPL drivers/hwmon/occ/occ-hwmon-common 0x947cc42c occ_setup +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0x4af0088e intel_th_set_output +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0x4b7b7244 intel_th_driver_unregister +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0x54658536 intel_th_alloc +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0x60bcbd99 intel_th_trace_switch +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0x83a9b31d intel_th_driver_register +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0xa0abfb05 intel_th_free +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0xba5c132a intel_th_trace_disable +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0xc5fb562e intel_th_trace_enable +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0xc83d3998 intel_th_output_enable +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th_msu 0x90793bce intel_th_msu_buffer_unregister +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th_msu 0xa8939c0d intel_th_msu_buffer_register +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th_msu 0xce04df4e intel_th_msc_window_unlock +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0x23d5cd14 stm_unregister_device +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0x79a78593 stm_source_register_device +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0x91ae8792 stm_source_unregister_device +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0xad9e38a6 to_pdrv_policy_node +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0xb0b26fb4 stm_register_device +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0xd7ef5b93 stm_source_write +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0xd8105fcf stm_data_write +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0xe341311e stm_register_protocol +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0xf79d2925 stm_unregister_protocol +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-amd-mp2-pci 0x442b6efc amd_mp2_process_event +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-amd-mp2-pci 0x5382b8c4 amd_mp2_register_cb +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-amd-mp2-pci 0x79d3d4c8 amd_mp2_rw +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-amd-mp2-pci 0x9f0364c0 amd_mp2_unregister_cb +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-amd-mp2-pci 0xb20a2e31 amd_mp2_bus_enable_set +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-amd-mp2-pci 0xb503734a amd_mp2_find_device +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-amd-mp2-pci 0xc056526d amd_mp2_rw_timeout +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-ccgx-ucsi 0x8bcc89d1 i2c_new_ccgx_ucsi +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-nforce2 0x75f722ce nforce2_smbus +EXPORT_SYMBOL_GPL drivers/i2c/i2c-mux 0x902edba5 i2c_mux_add_adapter +EXPORT_SYMBOL_GPL drivers/i2c/i2c-mux 0xbd233f58 i2c_root_adapter +EXPORT_SYMBOL_GPL drivers/i2c/i2c-mux 0xcf5fc583 i2c_mux_del_adapters +EXPORT_SYMBOL_GPL drivers/i2c/i2c-mux 0xdd96a4d0 i2c_mux_alloc +EXPORT_SYMBOL_GPL drivers/i2c/i2c-smbus 0x50d75a59 i2c_handle_smbus_alert +EXPORT_SYMBOL_GPL drivers/i2c/i2c-smbus 0xa2b1d074 i2c_register_spd +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x00e2b750 i3c_master_enec_locked +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x03cc5225 i3c_device_get_info +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x1dbe695f i3c_device_enable_ibi +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x1ee58853 i3c_device_match_id +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x30715d66 i3c_device_disable_ibi +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x33c6f519 i3c_master_set_info +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x382dd2c0 i3c_master_get_free_addr +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x4d613748 i3c_master_entdaa_locked +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x51644057 i3c_driver_unregister +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x59298baa i3c_generic_ibi_get_free_slot +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x68bd8981 i3c_master_unregister +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x75d37ce6 i3c_master_disec_locked +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x76fe3e05 i3c_generic_ibi_free_pool +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x77848e67 i3c_master_do_daa +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x7c1a340d i3c_master_add_i3c_dev_locked +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x96740afa i3c_driver_register_with_owner +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x9932304f i3c_device_do_setdasa +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xa35ca531 i3c_master_register +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xa4e356bc i3c_device_free_ibi +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xb866a849 i3c_device_request_ibi +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xd540e5d2 i3c_generic_ibi_alloc_pool +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xd8cf8ee9 i3c_master_defslvs_locked +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xdafe5b71 i3c_device_do_priv_xfers +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xe0bb29cc i3c_generic_ibi_recycle_slot +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xe9c0ad98 i3cdev_to_dev +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xebd80430 i3c_master_queue_ibi +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xf3a4e2d2 dev_to_i3cdev +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-cb 0x0d4e80b9 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 0x52df2fc7 iio_channel_cb_get_channels +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-cb 0x7300bc00 iio_channel_cb_get_iio_dev +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-cb 0x7a711aef iio_channel_start_all_cb +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-cb 0x9acf62ab iio_channel_cb_set_buffer_watermark +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0x0c899c44 iio_dma_buffer_disable +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0x2b3cea39 iio_dma_buffer_enable +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0x3942ff92 iio_dma_buffer_data_available +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0x3a16c209 iio_dma_buffer_set_length +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0x3a93f157 iio_dma_buffer_set_bytes_per_datum +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0x7facfc5d iio_dma_buffer_exit +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0x862dd739 iio_dma_buffer_request_update +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0x9dd79980 iio_dma_buffer_block_done +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0xc00dab50 iio_dma_buffer_read +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0xd15075f1 iio_dma_buffer_init +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0xeb336449 iio_dma_buffer_release +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0xef818b32 iio_dma_buffer_block_list_abort +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dmaengine 0xfd4448db devm_iio_dmaengine_buffer_setup +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-hw-consumer 0x06ed1f74 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 0x7071ca23 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 0x3036dcb9 devm_iio_triggered_buffer_setup_ext +EXPORT_SYMBOL_GPL drivers/iio/buffer/kfifo_buf 0xdd1bfb84 devm_iio_kfifo_buffer_setup_ext +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0x1fb53ccc cros_ec_sensors_read_lpc +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0x216de110 cros_ec_sensors_read_cmd +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0x2dc0eaf8 cros_ec_sensors_core_register +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0x780d399e cros_ec_sensors_ext_info +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0x7d8e529d cros_ec_sensors_push_data +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0x958a479f cros_ec_sensors_core_write +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 0xa127f21e cros_ec_sensors_pm_ops +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0xc30b5090 cros_ec_sensors_core_read +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0xcdf8898a cros_ec_sensors_core_read_avail +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0xdd6bc9a6 cros_ec_motion_send_host_cmd +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0xf945afec cros_ec_sensors_core_init +EXPORT_SYMBOL_GPL drivers/iio/gyro/bmg160_core 0x443ed3ec bmg160_core_probe +EXPORT_SYMBOL_GPL drivers/iio/gyro/bmg160_core 0x4bd428cc bmg160_core_remove +EXPORT_SYMBOL_GPL drivers/iio/gyro/bmg160_core 0x622e5e46 bmg160_pm_ops +EXPORT_SYMBOL_GPL drivers/iio/imu/fxos8700_core 0xcb1f998a fxos8700_core_probe +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x082d00cb iio_enum_write +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x09ff1e8a iio_device_attach_buffer +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x0c286468 iio_buffer_put +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x0d53bcb1 iio_update_buffers +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x0fa79647 iio_read_channel_ext_info +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x1a42a263 iio_read_channel_processed +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x1d260a22 iio_device_release_direct_mode +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x238151dd __devm_iio_device_register +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x24609e2c iio_get_channel_type +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x26f6b499 iio_str_to_fixpoint +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x2b0e8134 iio_channel_release +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x307b0f2e devm_iio_device_alloc +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x36b2b26d devm_iio_trigger_register +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x376ead86 iio_read_channel_scale +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x3adf3051 iio_read_channel_raw +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x3c33808f iio_alloc_pollfunc +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x4dce7dd4 iio_format_value +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x506762a1 iio_device_id +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x5a023a18 iio_device_get_current_mode +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x5bf5a033 iio_get_channel_ext_info_count +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x617cf63b devm_fwnode_iio_channel_get_by_name +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x64bfbec9 iio_channel_release_all +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x65d5a874 __devm_iio_trigger_alloc +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x66ada164 iio_device_claim_direct_mode +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x6fed6ab9 iio_read_max_channel_raw +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x781385d4 iio_channel_get_all +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x7a5e2a30 iio_write_channel_ext_info +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x7c87ad9e iio_read_channel_average_raw +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x82dbade5 iio_map_array_register +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x8493a556 devm_iio_channel_get +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x8c2070fa iio_read_channel_attribute +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x954ff971 iio_read_channel_offset +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x95899986 iio_push_to_buffers_with_ts_unaligned +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x976f2e9a iio_read_avail_channel_raw +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x99d24342 iio_read_avail_channel_attribute +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x9c80375a iio_write_channel_raw +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xa5a4be5b devm_iio_map_array_register +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xa70b78c8 iio_show_mount_matrix +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xaf22bdd5 iio_convert_raw_to_processed +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xb0b9302e iio_device_release_buffer_mode +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xba1b1ae5 iio_validate_scan_mask_onehot +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xba7a0b15 iio_dealloc_pollfunc +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xbc0d318b iio_map_array_unregister +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xbe5e354f iio_write_channel_attribute +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xc0e32b07 fwnode_iio_channel_get_by_name +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xcb329b68 iio_device_claim_buffer_mode +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xce34d778 iio_pop_from_buffer +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xcfe3d1fd iio_enum_available_read +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xd44c21c7 iio_channel_get +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xd56c2542 iio_read_channel_processed_scale +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xd947edf7 iio_push_to_buffers +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xd99792ea iio_buffer_enabled +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xe382bb1b iio_get_debugfs_dentry +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xe48a44ea iio_buffer_get +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xe59a466e devm_iio_channel_get_all +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xfa475dcb iio_enum_read +EXPORT_SYMBOL_GPL drivers/infiniband/core/ib_core 0xdbd019c4 ib_wq +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0x04cc09f6 rtrs_iu_post_rdma_write_imm +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0x45335a44 rtrs_iu_post_recv +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0x49dd70f1 rtrs_init_hb +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0x5fa356d7 rtrs_post_recv_empty +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0x6939151d rtrs_send_hb_ack +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0x6cf23ef1 rtrs_stop_hb +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0x91cd635f rtrs_iu_post_send +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0xa96332ab rtrs_start_hb +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0xa9baec16 rtrs_cq_qp_create +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0xb56d9996 rtrs_iu_free +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0xd899292b rtrs_cq_qp_destroy +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0xdf0f32e5 rtrs_iu_alloc +EXPORT_SYMBOL_GPL drivers/input/ff-memless 0x784a39f9 input_ff_create_memless +EXPORT_SYMBOL_GPL drivers/input/matrix-keymap 0xe966b075 matrix_keypad_parse_properties +EXPORT_SYMBOL_GPL drivers/input/misc/adxl34x 0x66535a18 adxl34x_suspend +EXPORT_SYMBOL_GPL drivers/input/misc/adxl34x 0x78edc1ba adxl34x_probe +EXPORT_SYMBOL_GPL drivers/input/misc/adxl34x 0xe4586827 adxl34x_resume +EXPORT_SYMBOL_GPL drivers/input/misc/adxl34x 0xec511022 adxl34x_remove +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x051de36e rmi_driver_suspend +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x476bbcc2 rmi_dbg +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x4c2964ff rmi_2d_sensor_of_probe +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x6729ea8c rmi_2d_sensor_abs_report +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x716dd238 rmi_register_transport_device +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x9153d25d rmi_driver_resume +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x9abd6ff5 rmi_2d_sensor_configure_input +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x9d4ec319 rmi_of_property_read_u32 +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0xa918a170 rmi_unregister_function_handler +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0xe8a5b253 rmi_2d_sensor_abs_process +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0xed86c191 rmi_set_attn_data +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0xf22ab1a9 rmi_2d_sensor_rel_report +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0xff3fdb1d __rmi_register_function_handler +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp4_core 0x42585192 cyttsp4_remove +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp4_core 0x9f30ed2a cyttsp4_probe +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp4_core 0xa8d6e61a cyttsp4_pm_ops +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_core 0x1b04b65c cyttsp_probe +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_core 0xa108e338 cyttsp_pm_ops +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_i2c_common 0xa3e41893 cyttsp_i2c_read_block_data +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_i2c_common 0xf66a4dda cyttsp_i2c_write_block_data +EXPORT_SYMBOL_GPL drivers/input/touchscreen/tsc200x-core 0x47c5e9cf tsc200x_pm_ops +EXPORT_SYMBOL_GPL drivers/input/touchscreen/tsc200x-core 0x950b9294 tsc200x_remove +EXPORT_SYMBOL_GPL drivers/input/touchscreen/tsc200x-core 0xa20d6075 tsc200x_probe +EXPORT_SYMBOL_GPL drivers/input/touchscreen/tsc200x-core 0xa4581a68 tsc200x_regmap_config +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x11269650 wm97xx_config_gpio +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x127bbc9a wm97xx_unregister_mach_ops +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x4a0d1f77 wm9713_codec +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x50a4d949 wm97xx_reg_read +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x86a71fe9 wm9712_codec +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x9b1902b3 wm9705_codec +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xbf3e9831 wm97xx_register_mach_ops +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xc6b464f6 wm97xx_get_gpio +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xc82be80d wm97xx_read_aux_adc +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xcc8ab997 wm97xx_set_suspend_mode +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xdbdbffe9 wm97xx_set_gpio +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xfa335df7 wm97xx_reg_write +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x0b6b019c ipack_device_add +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x10041049 ipack_driver_register +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x42919b42 ipack_bus_register +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x460a3e1d ipack_get_device +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x819e49de ipack_driver_unregister +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x8967685c ipack_put_device +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0xb3369ad3 ipack_device_init +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0xd21ba26e ipack_device_del +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0xd5ac474e ipack_bus_unregister +EXPORT_SYMBOL_GPL drivers/leds/led-class-flash 0x3b38a8ec led_set_flash_brightness +EXPORT_SYMBOL_GPL drivers/leds/led-class-flash 0x46d54b6d devm_led_classdev_flash_unregister +EXPORT_SYMBOL_GPL drivers/leds/led-class-flash 0x8550f36a led_update_flash_brightness +EXPORT_SYMBOL_GPL drivers/leds/led-class-flash 0x8b5ef924 led_classdev_flash_register_ext +EXPORT_SYMBOL_GPL drivers/leds/led-class-flash 0xc0ce685c devm_led_classdev_flash_register_ext +EXPORT_SYMBOL_GPL drivers/leds/led-class-flash 0xc82d3897 led_set_flash_timeout +EXPORT_SYMBOL_GPL drivers/leds/led-class-flash 0xd3186a88 led_get_flash_fault +EXPORT_SYMBOL_GPL drivers/leds/led-class-flash 0xf585bbb4 led_classdev_flash_unregister +EXPORT_SYMBOL_GPL drivers/leds/led-class-multicolor 0x0398bd54 led_classdev_multicolor_unregister +EXPORT_SYMBOL_GPL drivers/leds/led-class-multicolor 0x15bb8355 led_classdev_multicolor_register_ext +EXPORT_SYMBOL_GPL drivers/leds/led-class-multicolor 0x15c2af51 devm_led_classdev_multicolor_unregister +EXPORT_SYMBOL_GPL drivers/leds/led-class-multicolor 0x632467ec led_mc_calc_color_components +EXPORT_SYMBOL_GPL drivers/leds/led-class-multicolor 0xc87aebfc devm_led_classdev_multicolor_register_ext +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 0x0266c4dc __SCK__tp_func_bcache_btree_node_alloc_fail +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x0e817dce __tracepoint_bcache_btree_set_root +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x1004b146 __tracepoint_bcache_bypass_congested +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x10113775 __SCK__tp_func_bcache_alloc_fail +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x136213ed __traceiter_bcache_bypass_sequential +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x146c39b1 __tracepoint_bcache_gc_copy +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x17a83e40 __traceiter_bcache_writeback +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x18a26cb3 __SCK__tp_func_bcache_cache_insert +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x19d49083 __SCK__tp_func_bcache_invalidate +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x1afb912a __traceiter_bcache_btree_cache_cannibalize +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x1c599ebe __traceiter_bcache_btree_gc_coalesce +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x1ed5a290 __tracepoint_bcache_btree_cache_cannibalize +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x1f491e91 __traceiter_bcache_request_end +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x2015f85e __tracepoint_bcache_btree_gc_coalesce +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x21b87a42 __SCT__tp_func_bcache_btree_node_alloc +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x21d77396 __traceiter_bcache_invalidate +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x221992f5 __SCK__tp_func_bcache_btree_node_compact +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x25cacb14 __SCT__tp_func_bcache_btree_set_root +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x26d363a2 __tracepoint_bcache_btree_node_free +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 0x2ac3c517 __SCK__tp_func_bcache_read +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x2d69acba __tracepoint_bcache_bypass_sequential +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x2f17c432 __traceiter_bcache_gc_start +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x300c8ff4 __SCT__tp_func_bcache_alloc_fail +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x30cf0570 __SCK__tp_func_bcache_bypass_congested +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x31a79328 __tracepoint_bcache_journal_entry_full +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x36f317a4 __SCT__tp_func_bcache_gc_copy +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x407d6d0c __traceiter_bcache_gc_end +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x43e20f5a __traceiter_bcache_btree_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x4543b49b __SCT__tp_func_bcache_writeback_collision +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x4976b2db __traceiter_bcache_btree_node_compact +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x4a6ba2a0 __tracepoint_bcache_writeback_collision +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x4cabe0d1 __tracepoint_bcache_btree_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x4d409b36 __SCK__tp_func_bcache_request_start +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x528c3014 __tracepoint_bcache_btree_node_split +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x5b708ad3 __SCK__tp_func_bcache_journal_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x5dd80bd5 __SCT__tp_func_bcache_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x5e2f6566 __traceiter_bcache_journal_full +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x5f47a17f __tracepoint_bcache_gc_copy_collision +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x615c8630 __SCK__tp_func_bcache_request_end +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x629c9180 __SCT__tp_func_bcache_btree_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x645724d8 __tracepoint_bcache_invalidate +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 0x670954de __tracepoint_bcache_btree_node_compact +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x6aca156f __SCK__tp_func_bcache_btree_cache_cannibalize +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x6d92832e __tracepoint_bcache_alloc_fail +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x72478422 __SCK__tp_func_bcache_btree_node_split +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x74b75503 __SCK__tp_func_bcache_journal_entry_full +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x752f7fa4 __SCT__tp_func_bcache_cache_insert +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x763c5916 __tracepoint_bcache_journal_full +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x787810b2 __SCT__tp_func_bcache_read_retry +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x7abf85f4 __tracepoint_bcache_gc_end +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x7bdfc325 __tracepoint_bcache_gc_start +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x7f252e00 __SCT__tp_func_bcache_bypass_congested +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x7f6107cb __tracepoint_bcache_writeback +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x8173e40d __traceiter_bcache_read +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 0x82e2e6d7 __SCK__tp_func_bcache_btree_node_free +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x88a90dbc __traceiter_bcache_bypass_congested +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x8ad3e987 __tracepoint_bcache_btree_read +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x8d490eb0 __tracepoint_bcache_btree_insert_key +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x8de1e23a __tracepoint_bcache_cache_insert +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x8e41cff9 __traceiter_bcache_btree_set_root +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x90ddff52 __SCK__tp_func_bcache_gc_copy_collision +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x96335f0b __traceiter_bcache_btree_insert_key +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x972aa384 __SCT__tp_func_bcache_btree_insert_key +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x97a5ed96 __traceiter_bcache_journal_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x9847a515 __SCK__tp_func_bcache_btree_node_alloc +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x9d28d153 __SCT__tp_func_bcache_btree_node_split +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x9d988df8 __tracepoint_bcache_request_end +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x9e101eeb __SCK__tp_func_bcache_journal_replay_key +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x9f572a67 __traceiter_bcache_btree_node_alloc +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xa15bd7c4 __SCT__tp_func_bcache_btree_gc_coalesce +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xa465eb42 __SCK__tp_func_bcache_read_retry +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xa64b8cdc __traceiter_bcache_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xa784e073 __SCT__tp_func_bcache_btree_node_compact +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xaabd95c2 __SCK__tp_func_bcache_gc_end +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xad6440b4 __traceiter_bcache_gc_copy +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xad82ba86 __SCK__tp_func_bcache_btree_insert_key +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xaeff663c __traceiter_bcache_request_start +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xb06feb19 __SCK__tp_func_bcache_btree_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xb5a62a8c __traceiter_bcache_cache_insert +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xb64b51b2 __traceiter_bcache_alloc_fail +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xb6690d34 __tracepoint_bcache_btree_node_alloc_fail +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xb686af79 __traceiter_bcache_read_retry +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xb7e5379d __SCT__tp_func_bcache_journal_replay_key +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xb88c1123 __tracepoint_bcache_btree_node_alloc +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xbafc0119 __traceiter_bcache_btree_read +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xbc0463b9 __SCK__tp_func_bcache_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xc2e424a4 __traceiter_bcache_btree_node_free +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 0xcf81f2d9 __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 0xd5c8d94f __traceiter_bcache_btree_node_alloc_fail +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xd78137e3 __traceiter_bcache_journal_entry_full +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xd7a376b3 __SCT__tp_func_bcache_gc_end +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xd7a7fbec __SCT__tp_func_bcache_request_start +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xd9b1e33c __tracepoint_bcache_request_start +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xd9e65f19 __tracepoint_bcache_read_retry +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xdb00d8c0 __tracepoint_bcache_journal_replay_key +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xdb0682eb __SCT__tp_func_bcache_journal_full +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xdb06ae38 __SCK__tp_func_bcache_gc_copy +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xde02a25c __tracepoint_bcache_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xe2f3f297 __SCK__tp_func_bcache_bypass_sequential +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xe37fd79f __SCK__tp_func_bcache_journal_full +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xe6924b26 __SCK__tp_func_bcache_writeback_collision +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xec29e22a __traceiter_bcache_gc_copy_collision +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xedf90bb3 __SCT__tp_func_bcache_read +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xeec065a8 __SCK__tp_func_bcache_btree_set_root +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xef749236 __SCK__tp_func_bcache_gc_start +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xef8fa673 __SCK__tp_func_bcache_btree_gc_coalesce +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xf11fff4b __tracepoint_bcache_read +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xf29bb117 __traceiter_bcache_btree_node_split +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xf57f81ae __SCT__tp_func_bcache_bypass_sequential +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xf7505ddc __SCK__tp_func_bcache_btree_read +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xf7a5edc7 __SCT__tp_func_bcache_journal_entry_full +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xfb4bed44 __SCK__tp_func_bcache_writeback +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/dm-bio-prison 0x033ecf45 dm_cell_get_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x17dd39d6 dm_deferred_set_create +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x1a046271 dm_cell_quiesce_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x24eaf530 dm_bio_prison_alloc_cell +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x2eb01e04 dm_deferred_set_destroy +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x30112e38 dm_cell_visit_release +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x3c7bcb56 dm_get_cell +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x5032ab6b dm_cell_lock_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x6791a44e dm_deferred_entry_dec +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x6874dc58 dm_cell_put_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x6a98f4a4 dm_cell_release +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x753e20b2 dm_bio_prison_create +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x8efa7cd1 dm_cell_lock_promote_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x90e16c9e dm_bio_prison_alloc_cell_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x94dd46ed 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 0xc1a49f72 dm_cell_unlock_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xca2e3a88 dm_deferred_entry_inc +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xcaa5802c dm_cell_error +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xd120f484 dm_bio_detain +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xd72c77d1 dm_cell_promote_or_release +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xd99e003d dm_bio_prison_create_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xfb402afe dm_bio_prison_free_cell +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xfef66296 dm_cell_release_no_holder +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x0ad0dc4f dm_bufio_mark_buffer_dirty +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x24772bfe dm_bufio_get +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x2e0774dc dm_bufio_get_block_number +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 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 0x743e4cad dm_bufio_client_create +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 0xb2438d54 dm_bufio_release_move +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xc0d7df85 dm_bufio_new +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xc9a3422d dm_bufio_write_dirty_buffers_async +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xcd2ba798 dm_bufio_forget +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xd4bddf5c dm_bufio_issue_flush +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xd991e3b9 dm_bufio_get_device_size +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xe6024e59 dm_bufio_release +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xebcc64a4 dm_bufio_get_block_data +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xeca7949e dm_bufio_client_destroy +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xed3283a4 dm_bufio_set_sector_offset +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xf241a6eb dm_bufio_forget_buffers +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x0efbca4c btracker_promotion_already_present +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x1c852cab btracker_nr_demotions_queued +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x23ddc5ab dm_cache_policy_get_version +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x37ef59a5 dm_cache_policy_get_name +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x481a0b15 btracker_create +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x4becb830 dm_cache_policy_get_hint_size +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x50b3c64c dm_cache_policy_create +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x5adc2807 btracker_destroy +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x65eea825 btracker_nr_writebacks_queued +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x87bee547 btracker_queue +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x988a5134 dm_cache_policy_unregister +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0xa2365f44 btracker_issue +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0xa7eadcb5 btracker_complete +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0xf9f3e74b dm_cache_policy_destroy +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0xfb7346ba dm_cache_policy_register +EXPORT_SYMBOL_GPL drivers/md/dm-multipath 0x63de10da dm_register_path_selector +EXPORT_SYMBOL_GPL drivers/md/dm-multipath 0xa6486845 dm_unregister_path_selector +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x01d2f9ac dm_rh_recovery_start +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 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 0x4508fb7e dm_rh_dirty_log +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x57e16c3e dm_rh_get_state +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x5f4a6e61 dm_rh_dec +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 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 0x96106cbc 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 0xbc493f2d dm_rh_delay +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xbd32f41b 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 0xcb5bcdc8 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 0xea219c48 dm_rh_bio_to_region +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xf92b8a3d dm_rh_get_region_size +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xfd93482e dm_rh_recovery_in_flight +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x0054f69d dm_tm_pre_commit +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x01f7c2b0 dm_btree_cursor_begin +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x0211c39e dm_tm_with_runs +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x07ed9022 dm_bitset_del +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x088a5b30 dm_btree_find_lowest_key +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x0cf7c42f dm_btree_remove +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x0d251167 dm_array_cursor_begin +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x109eae1f dm_btree_walk +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x15a2bf57 dm_btree_lookup_next +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x1ae16d40 dm_tm_dec_range +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x1d0d53f7 dm_array_empty +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x1e3f728d dm_block_data +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x2842d760 dm_bitset_resize +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x2bc1a8d9 dm_tm_open_with_sm +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x2f40da68 dm_bm_set_read_write +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x30c37cc0 dm_bm_write_lock_zero +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x32bf4f4b dm_bitset_cursor_get_value +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x3646e38f dm_tm_issue_prefetches +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x3896f8d8 dm_array_walk +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x38d53eec dm_array_del +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x3ad0f55b dm_bm_flush +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x3ae50a4a dm_tm_inc_range +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x40720a25 dm_bitset_set_bit +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x418204e4 dm_array_set_value +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x46c56110 dm_bitset_empty +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x48e323be dm_bm_unlock +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x4f2c653e dm_btree_insert_notify +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x4f477261 dm_bm_checksum +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x51005cef dm_bitset_cursor_skip +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x5375ca71 dm_bm_write_lock +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x5475ba9e dm_block_location +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x563946a0 dm_btree_remove_leaves +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x5b04d3fe dm_bitset_clear_bit +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x67c6c5b9 dm_array_cursor_get_value +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x68f34c27 dm_array_cursor_next +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x6bfa88c8 dm_bitset_cursor_begin +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x6c600395 dm_btree_del +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x6fac2256 dm_array_get_value +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 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 0xa65dcec2 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 0x0591c188 cec_notifier_conn_register +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x100b242e cec_queue_pin_hpd_event +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x1510d270 cec_allocate_adapter +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x16740388 cec_transmit_done_ts +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x3d74cb5a cec_s_phys_addr_from_edid +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x3d8e8b5d cec_transmit_msg +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x6179de8e cec_pin_changed +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x62361eb1 cec_queue_pin_5v_event +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x6760feb0 cec_transmit_attempt_done_ts +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x6c4f49c9 cec_fill_conn_info_from_drm +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x6ccde498 cec_received_msg_ts +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x70fb6535 cec_notifier_cec_adap_unregister +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x74c82b7d cec_register_adapter +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x82eee1cd cec_pin_allocate_adapter +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x84ac17cb cec_notifier_parse_hdmi_phandle +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x86e9b19d cec_delete_adapter +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x9a64c3f7 cec_notifier_cec_adap_register +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xa01fbb6b cec_notifier_set_phys_addr +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xa20094b6 cec_s_phys_addr +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xa7d9752f cec_unregister_adapter +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xaee236c6 cec_notifier_conn_unregister +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xbb6a7516 cec_s_log_addrs +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 0xd209c0b7 cec_queue_pin_cec_event +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xd6ce1b2b cec_s_conn_info +EXPORT_SYMBOL_GPL drivers/media/common/b2c2/b2c2-flexcop 0x66c0289a b2c2_flexcop_debug +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x11a173c0 smscore_unregister_hotplug +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x21e36bf2 smscore_registry_getmode +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x2743b6d8 sms_board_power +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x2c6c1b91 smscore_register_client +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x34bf0e61 smscore_translate_msg +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x370dfd4c sms_board_event +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 0x46a4767c sms_board_lna_control +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x56f024a9 smscore_register_device +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x580a9703 smscore_get_device_mode +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x69071841 smscore_getbuffer +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x74ee9098 sms_board_load_modules +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x7560c4c4 sms_board_led_feedback +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x77948373 smscore_putbuffer +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 0x8bcb95c1 smscore_start_device +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x8ffc76c4 smscore_get_board_id +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x99a81ab3 smsclient_sendrequest +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xb4973036 smscore_unregister_device +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xbbdb5c42 smscore_unregister_client +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xbfefc48f sms_board_setup +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xc0aa68a1 smscore_onresponse +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xca9bb41a smscore_register_hotplug +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xd693e725 smscore_set_board_id +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 0x037c5bab vb2_core_streamon +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x0e0cc44b vb2_request_object_is_buffer +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x14c95be3 vb2_thread_start +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x231488ed __SCK__tp_func_vb2_qbuf +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 0x3622a1fe __SCK__tp_func_vb2_dqbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x3738ec0d __tracepoint_vb2_dqbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x3eb9e391 vb2_read +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x4431c542 vb2_core_queue_release +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x46413ed2 vb2_core_expbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x47990cab __traceiter_vb2_buf_done +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 0x50627930 __tracepoint_vb2_buf_done +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x52b1bcfc vb2_queue_error +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x5cdbe223 vb2_write +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x5f557c8a __SCK__tp_func_vb2_buf_done +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x67f3d94e vb2_core_querybuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x6cb81efd __traceiter_vb2_qbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x72b3c748 vb2_discard_done +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x7e6dfec9 vb2_mmap +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x8413afe8 vb2_buffer_done +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x8ec4c561 vb2_wait_for_all_buffers +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x9425866e vb2_core_create_bufs +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x99be1616 __traceiter_vb2_dqbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xa192a7b3 vb2_plane_vaddr +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xa3ef91a2 vb2_plane_cookie +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xa76d680b vb2_core_streamoff +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xaa4659e9 vb2_core_poll +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xbe28f9c3 __traceiter_vb2_buf_queue +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xbeae2648 vb2_core_dqbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xc151504a vb2_thread_stop +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 0xcac36a35 vb2_request_buffer_cnt +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xd4492a32 vb2_core_prepare_buf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xdb3c733d __SCK__tp_func_vb2_buf_queue +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xdce60fa4 vb2_core_queue_init +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xdd84ef28 vb2_core_qbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xe2287dac __tracepoint_vb2_qbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xf0871eaa __tracepoint_vb2_buf_queue +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xf9c4b0bf vb2_core_reqbufs +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-dma-contig 0x5587c4b7 vb2_dma_contig_memops +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-dma-contig 0xd6d90fea vb2_dma_contig_set_max_seg_size +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-dma-sg 0xf014c628 vb2_dma_sg_memops +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-memops 0x2e9205c4 vb2_common_vm_ops +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x00fc76d1 vb2_queue_init_name +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x0858200d vb2_queue_init +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x124f2e67 vb2_fop_release +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x128eaec2 vb2_poll +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x1dc87795 vb2_reqbufs +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x295252ec vb2_streamon +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x2cf46fcc vb2_ioctl_streamon +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x31cdb1b5 _vb2_fop_release +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x32ae9448 vb2_ioctl_dqbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x3ad811f0 vb2_find_buffer +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x3cc5586f vb2_ioctl_prepare_buf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x4995b4d5 vb2_qbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x518ab48a vb2_queue_change_type +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x5b8f0035 vb2_streamoff +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x6085cf1c vb2_ioctl_querybuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x613264a6 vb2_video_unregister_device +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x73ab8afa vb2_fop_write +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x74ab7fde vb2_fop_read +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x760bc03d vb2_expbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x839097db vb2_dqbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x8481062c vb2_fop_mmap +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x9687e129 vb2_request_queue +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xa2303bd6 vb2_ops_wait_finish +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xa6a7a040 vb2_request_validate +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xaac5959c vb2_create_bufs +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xb2d75b8d vb2_ioctl_expbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xb30bf917 vb2_queue_release +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xb75380fe vb2_prepare_buf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xcb8c93cd vb2_ioctl_qbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xec810357 vb2_ops_wait_prepare +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xf13a7e9c vb2_ioctl_create_bufs +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xf2880e00 vb2_fop_poll +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xf5b73734 vb2_ioctl_streamoff +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xfbca4254 vb2_ioctl_reqbufs +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-vmalloc 0x4c98c601 vb2_vmalloc_memops +EXPORT_SYMBOL_GPL drivers/media/dvb-core/dvb-core 0x465950ca dvb_create_media_graph +EXPORT_SYMBOL_GPL drivers/media/dvb-core/dvb-core 0xccb912cd dvb_module_probe +EXPORT_SYMBOL_GPL drivers/media/dvb-core/dvb-core 0xddb7a58e dvb_module_release +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/as102_fe 0x900f539c as102_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/cx24117 0xdd644c0e cx24117_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/gp8psk-fe 0xc1e10f6d gp8psk_fe_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/mxl5xx 0xd8362cd6 mxl5xx_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stv0910 0x6850e214 stv0910_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stv6111 0x22abea2f stv6111_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tda18271c2dd 0xc899f9bd tda18271c2dd_attach +EXPORT_SYMBOL_GPL drivers/media/i2c/aptina-pll 0x29fc4403 aptina_pll_calculate +EXPORT_SYMBOL_GPL drivers/media/i2c/ccs-pll 0xa4e01419 ccs_pll_calculate +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0x159a3d29 max9271_set_translation +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0x1b2e3937 max9271_configure_gmsl_link +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0x3b37fd98 max9271_set_gpios +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0x4a684d22 max9271_enable_gpios +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0x6c08a679 max9271_set_serial_link +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0x7d21daf8 max9271_set_high_threshold +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0x80d7b6ee max9271_disable_gpios +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0x8dee8990 max9271_wake_up +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0x90343c4d max9271_set_deserializer_address +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0x9f12295a max9271_configure_i2c +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0xaef8d083 max9271_clear_gpios +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0xd966f66e max9271_set_address +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0xd97e87e0 max9271_verify_id +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x0210f2ea media_device_delete +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x02f7ef11 __media_remove_intf_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x0bc215d9 media_device_unregister_entity +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x11615d24 media_create_pad_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x19fcbdf2 media_request_get_by_fd +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x1af4b63e __media_entity_remove_links +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x1c67a80e media_pipeline_stop +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x1f90fee7 media_entity_pads_init +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x230e8545 media_pad_remote_pad_first +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x286ee033 media_device_unregister +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x288f9762 media_request_object_bind +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x2cadb930 media_device_init +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x2fcfac06 media_pipeline_start +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x3a01d70f media_entity_get_fwnode_pad +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x3a196bc7 media_entity_pipeline +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x3e3c4f81 media_create_ancillary_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x3f388c63 media_entity_enum_init +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x4db695d9 media_graph_walk_cleanup +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x4e8cbd2d media_entity_remove_links +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x55114b0d media_device_register_entity_notify +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x56402a16 media_graph_walk_next +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x59ea5620 media_request_object_put +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x5e768fcc media_pad_pipeline +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x6a91a15a media_device_unregister_entity_notify +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x6b49d20c media_request_put +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x6b8e66f3 media_device_cleanup +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x6c68b42c __media_pipeline_start +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x6fd033cf media_device_pci_init +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x732e9daf media_remove_intf_links +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x740dbe8a media_request_object_init +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x748b8b45 media_entity_find_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x768bff4e media_pad_remote_pad_unique +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x784bf7d7 media_entity_remote_pad_unique +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x8a8de30e media_devnode_create +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x8cf7a127 __media_device_register +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x8e48a20b media_request_object_find +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x93f1a72e media_request_object_complete +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x9a901044 media_create_pad_links +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xa6c966a9 media_remove_intf_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xa83e44c7 __media_device_usb_init +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xa9c7cf0b media_create_intf_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xadb1ed59 media_device_usb_allocate +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xb0404151 media_graph_walk_start +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xbeb3a2f8 media_entity_setup_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xc2159016 media_devnode_remove +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xc3f383b3 media_device_register_entity +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xc726a990 __media_pipeline_stop +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xcd5ee8de media_get_pad_index +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xe2c484ee __media_entity_setup_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xe56fa724 media_pipeline_alloc_start +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xe5aad5b3 media_graph_walk_init +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xe5ceecd6 media_entity_enum_cleanup +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xf672ebb0 __media_entity_next_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xf7c4a47a __media_remove_intf_links +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xf90117c7 media_request_object_unbind +EXPORT_SYMBOL_GPL drivers/media/pci/cx88/cx88xx 0x7b48985b cx88_setup_xc3028 +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x0bf47716 mantis_i2c_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x1aa17594 mantis_ca_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x2ce5fc87 mantis_gpio_set_bits +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x37e3f20e mantis_dvb_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x420444f6 mantis_input_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x4d51a388 mantis_frontend_power +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x6224b8c9 mantis_ca_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x650caf1e mantis_frontend_soft_reset +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x756b3c10 mantis_dma_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x83a2c345 mantis_uart_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x8bad0e04 mantis_stream_control +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x8dce0738 mantis_i2c_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xa1e8e401 mantis_pci_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xafd6e196 mantis_get_mac +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xb00918f8 mantis_input_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xb1d98220 mantis_dvb_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xb45aa8d0 mantis_uart_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xee200b14 mantis_pci_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xf3514c3e mantis_dma_exit +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x08769b80 saa7134_ts_queue_setup +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x0b9379d0 saa7134_ts_buffer_init +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x106d15cd saa7134_ts_buffer_prepare +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x192331a6 saa7134_ts_qops +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x198b2bb1 saa7134_s_input +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x1c6ecbc7 saa7134_querycap +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x31e76b2a saa7134_g_tuner +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x49806f75 saa7134_ts_stop_streaming +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x4f6e83df saa7134_enum_input +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x62f9bdc0 saa7134_g_input +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x6c374732 saa7134_g_frequency +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x9f1924d0 saa7134_s_frequency +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xb30ab7e8 saa7134_g_std +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xc6f39af2 saa7134_querystd +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xe68cf82a saa7134_s_tuner +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xe8f7834c saa7134_s_std +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xebe51d36 saa7134_vb2_buffer_queue +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xfd825b88 saa7134_stop_streaming +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xfe093f0e saa7134_ts_start_streaming +EXPORT_SYMBOL_GPL drivers/media/platform/marvell/mcam-core 0x0bbc2bb8 mccic_suspend +EXPORT_SYMBOL_GPL drivers/media/platform/marvell/mcam-core 0x33df571d mccic_shutdown +EXPORT_SYMBOL_GPL drivers/media/platform/marvell/mcam-core 0x3cc17906 mccic_register +EXPORT_SYMBOL_GPL drivers/media/platform/marvell/mcam-core 0x9e9d0362 mccic_irq +EXPORT_SYMBOL_GPL drivers/media/platform/marvell/mcam-core 0xb86fc66d mccic_resume +EXPORT_SYMBOL_GPL drivers/media/radio/shark2 0x18295628 radio_tea5777_exit +EXPORT_SYMBOL_GPL drivers/media/radio/shark2 0x593cece8 radio_tea5777_init +EXPORT_SYMBOL_GPL drivers/media/radio/si470x/radio-si470x-common 0x01dcebed si470x_set_freq +EXPORT_SYMBOL_GPL drivers/media/radio/si470x/radio-si470x-common 0x14efe537 si470x_start +EXPORT_SYMBOL_GPL drivers/media/radio/si470x/radio-si470x-common 0x21630b87 si470x_stop +EXPORT_SYMBOL_GPL drivers/media/radio/si470x/radio-si470x-common 0x8e27e65c si470x_ctrl_ops +EXPORT_SYMBOL_GPL drivers/media/radio/si470x/radio-si470x-common 0xc56571a9 si470x_viddev_template +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x16555fea ir_raw_event_handle +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x21fefb23 ir_raw_event_store_edge +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x250e761c rc_repeat +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x2ed90ced rc_map_unregister +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x358b6ea5 ir_raw_event_set_idle +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x4ca5b60c ir_raw_event_store_with_filter +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x5c39acfb lirc_scancode_event +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x634b1c83 ir_raw_event_store +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x634b9619 rc_unregister_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x690429ed rc_register_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x85aeb78a rc_keydown +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x89adc007 rc_g_keycode_from_table +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x93b58296 rc_keyup +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xb592d934 devm_rc_allocate_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xb960f15c rc_map_register +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xc07c0447 rc_free_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xc376753d rc_allocate_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xc7eb6d63 devm_rc_register_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xef929387 rc_keydown_notimeout +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xf6f45381 ir_raw_event_store_with_timeout +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xfc5d3079 rc_map_get +EXPORT_SYMBOL_GPL drivers/media/tuners/mt2063 0xe527e2c4 mt2063_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/mt20xx 0x7437cbf6 microtune_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/mxl5007t 0xb882451f mxl5007t_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/r820t 0xbf4d9cbe r820t_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda18271 0x7d4816b6 tda18271_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda827x 0x7237c75e tda827x_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda8290 0x2c58839b tda829x_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda8290 0xabc60442 tda829x_probe +EXPORT_SYMBOL_GPL drivers/media/tuners/tda9887 0xd9c31d75 tda9887_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tea5761 0x84b6814f tea5761_autodetection +EXPORT_SYMBOL_GPL drivers/media/tuners/tea5761 0xff221bba tea5761_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tea5767 0x24ce15a4 tea5767_autodetection +EXPORT_SYMBOL_GPL drivers/media/tuners/tea5767 0x835cc7ca tea5767_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tuner-simple 0x865c9eff simple_tuner_attach +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x017ea7c7 cx231xx_tuner_callback +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x0b392e9b cx231xx_set_mode +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x0f841c6a cx231xx_dev_init +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x202da4f1 is_fw_load +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x21b0a225 cx231xx_get_i2c_adap +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x25513ab4 cx231xx_dev_uninit +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x272199ac cx231xx_unmute_audio +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x37e811d3 cx231xx_disable656 +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x59ebb09c cx231xx_uninit_vbi_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x5ce4c823 cx231xx_enable_i2c_port_3 +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x84fefd0f cx231xx_send_usb_command +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x9e39457a cx231xx_uninit_bulk +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xa3b63468 cx231xx_uninit_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xd5967ca5 cx231xx_init_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xd9674633 cx231xx_capture_start +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xdfb0e667 cx231xx_init_bulk +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xe263df2b cx231xx_init_vbi_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xe6ed47be cx231xx_set_alt_setting +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xf1a4f08b cx231xx_enable656 +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xf529f432 cx231xx_demod_reset +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xfd0f040e cx231xx_send_gpio_cmd +EXPORT_SYMBOL_GPL drivers/media/usb/dvb-usb-v2/mxl111sf-demod 0x7d9c021a mxl111sf_demod_attach +EXPORT_SYMBOL_GPL drivers/media/usb/dvb-usb-v2/mxl111sf-tuner 0x96da0cba mxl111sf_tuner_attach +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x1244aedc em28xx_write_ac97 +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x188fee4c em28xx_uninit_usb_xfer +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x1e6728b5 em28xx_write_reg +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x210e7e82 em28xx_read_reg +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x23f333bb em28xx_init_camera +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x3111ed20 em28xx_write_regs +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x4380de75 em28xx_find_led +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x472315b9 em28xx_toggle_reg_bits +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x64de8a1a em28xx_write_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 0x8a209442 em28xx_read_ac97 +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x921d7c65 em28xx_boards +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x9aea3dd6 em28xx_audio_analog_set +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x9daa364e em28xx_audio_setup +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xa73013e5 em28xx_set_mode +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xad937c96 em28xx_setup_xc3028 +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xb0d8fa90 em28xx_gpio_set +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xbad2ff4c em28xx_init_usb_xfer +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xd400296f em28xx_stop_urbs +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xec10fb66 em28xx_alloc_urbs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-async 0x512c58e4 __v4l2_async_nf_add_i2c +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-async 0x5db9fd30 __v4l2_async_nf_add_fwnode +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-async 0xaf03c6a4 v4l2_async_nf_cleanup +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-async 0xcb2eb7f7 __v4l2_async_nf_add_fwnode_remote +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-async 0xdc7dcbd8 __v4l2_async_nf_add_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x01612c0b v4l2_detect_gtf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x08402862 v4l2_print_dv_timings +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x0958448b v4l2_set_edid_phys_addr +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x0af3d134 v4l2_valid_dv_timings +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x1b4af4a6 v4l2_hdmi_rx_colorimetry +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 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 0x44fa75c5 v4l2_flash_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-flash-led-class 0xad0f3d93 v4l2_flash_indicator_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-flash-led-class 0xf714b1a5 v4l2_flash_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0x26213ddf v4l2_fwnode_connector_add_link +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0x4f1ee14f 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 0x68e30544 v4l2_fwnode_device_parse +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0x6dcb0c2b v4l2_fwnode_parse_link +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0x904ca398 v4l2_fwnode_endpoint_alloc_parse +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0x9cbf3281 v4l2_fwnode_endpoint_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0xa3d60344 v4l2_fwnode_endpoint_parse +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0xd2c93916 v4l2_fwnode_put_link +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0xdb5fdb60 v4l2_async_register_subdev_sensor +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0xf53b89c3 v4l2_async_nf_parse_fwnode_endpoints +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x007843fe v4l2_m2m_buf_remove +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x067993b5 v4l2_m2m_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x077d0287 v4l2_m2m_last_buf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x0b9c8fac v4l2_m2m_ioctl_try_encoder_cmd +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x0c42c86a v4l2_m2m_ioctl_stateless_decoder_cmd +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x1742c3f8 v4l2_m2m_ioctl_encoder_cmd +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x17864f8e v4l2_m2m_ioctl_expbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x1b8384b9 v4l2_m2m_update_start_streaming_state +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x1e3e9860 v4l2_m2m_request_queue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x2428bd42 v4l2_m2m_ioctl_create_bufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x267afc39 v4l2_m2m_prepare_buf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x28f38a36 v4l2_m2m_streamon +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x2d473e35 v4l2_m2m_ioctl_try_decoder_cmd +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x37c3e7cd v4l2_m2m_fop_mmap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x389f8e14 v4l2_m2m_try_schedule +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x3fdc281d v4l2_m2m_ioctl_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x3ff78de1 v4l2_m2m_expbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x495532d5 v4l2_m2m_last_buffer_done +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x4fb65560 v4l2_m2m_buf_remove_by_buf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x5f3ea668 v4l2_m2m_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x62ed99ee v4l2_m2m_create_bufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x67b86053 v4l2_m2m_buf_queue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x6af51e17 v4l2_m2m_decoder_cmd +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x730f2eae v4l2_m2m_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x74524812 v4l2_m2m_ioctl_streamon +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x7498994e v4l2_m2m_register_media_controller +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x7a83e768 v4l2_m2m_streamoff +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x7c5fdf7a v4l2_m2m_ioctl_prepare_buf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x850a29fd v4l2_m2m_poll +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x8cac9283 v4l2_m2m_ctx_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x94846ec0 v4l2_m2m_ioctl_streamoff +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x9560e1ba v4l2_m2m_querybuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xa3e6a8fa v4l2_m2m_encoder_cmd +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xa736938d v4l2_m2m_reqbufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xa8874037 v4l2_m2m_fop_poll +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xaa267a0e v4l2_m2m_buf_remove_by_idx +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xab4a4bc4 v4l2_m2m_next_buf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xc6fca5ad v4l2_m2m_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xcbe9b91a v4l2_m2m_ioctl_reqbufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xd0cbf25d v4l2_m2m_update_stop_streaming_state +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xd45af847 v4l2_m2m_ioctl_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xd7ee3088 v4l2_m2m_ctx_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xec3b5834 v4l2_m2m_buf_copy_metadata +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xecc35412 v4l2_m2m_ioctl_decoder_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 0xf557bca0 v4l2_m2m_ioctl_stateless_try_decoder_cmd +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xfc89d2ee v4l2_m2m_ioctl_querybuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x1056fae3 videobuf_queue_is_busy +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x26429446 videobuf_streamoff +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x29729c5a videobuf_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x41f73bc3 videobuf_waiton +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x5fef12d4 videobuf_next_field +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x6c1b5448 __videobuf_mmap_setup +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x795aae32 videobuf_read_stream +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x84b6df91 videobuf_queue_cancel +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x8aaf7e9d videobuf_queue_core_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x8dd1b511 videobuf_reqbufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x90036664 videobuf_mmap_mapper +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xc0df8e89 videobuf_stop +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xc277145a videobuf_read_start +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xd3ecb580 videobuf_mmap_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xd472de60 videobuf_mmap_setup +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xd7c59e28 videobuf_alloc_vb +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xd92f10ec videobuf_queue_to_vaddr +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xdb76dd7f videobuf_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xe55c72fb videobuf_iolock +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xe99f1639 videobuf_read_stop +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xf47150e8 videobuf_read_one +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xf8d1fc29 videobuf_streamon +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xfb0a460c videobuf_poll_stream +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xfe8ad786 videobuf_querybuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0x2a1bf64f videobuf_to_dma +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0x543bfb1d videobuf_dma_unmap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0x553a86d0 videobuf_sg_alloc +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0xb026e5f0 videobuf_dma_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0xf1852c44 videobuf_queue_sg_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-vmalloc 0x0669047b videobuf_queue_vmalloc_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-vmalloc 0x1a1a4a39 videobuf_to_vmalloc +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-vmalloc 0x1ebe2fea videobuf_vmalloc_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x02e60acb v4l2_fh_del +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x03b04a10 __tracepoint_vb2_v4l2_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x08543441 v4l2_event_dequeue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x08a8b50f v4l2_src_change_event_subscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x0b1f6ac9 v4l2_fh_add +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x0bddaf3a v4l2_i2c_new_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x0c727aaa v4l2_device_register +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x0e9e84fb __SCK__tp_func_vb2_v4l2_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x0f968cd1 v4l2_ctrl_request_hdl_ctrl_find +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x131c0d38 v4l2_s_parm_cap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x1885c1f6 __v4l2_subdev_state_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x1aafd142 v4l2_spi_subdev_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x1c6add11 v4l2_create_fwnode_links_to_pad +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x204545a4 __traceiter_vb2_v4l2_buf_queue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x2487acaa v4l2_i2c_new_subdev_board +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x29bae4d4 v4l2_subdev_get_fmt +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x2c869c21 __video_device_pipeline_stop +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x3508c2ea v4l2_event_queue_fh +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x392f52ba v4l_disable_media_source +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x3a846928 __v4l2_subdev_state_alloc +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x3da5dc7f v4l2_fh_is_singular +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x43d445c6 v4l2_event_wake_all +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x4461069a v4l2_fh_open +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x477f8ab6 v4l2_device_register_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x4877a9fb __tracepoint_vb2_v4l2_buf_done +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x48a3497d v4l2_device_put +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x4bb3f66c v4l2_event_queue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x4e386c51 v4l2_src_change_event_subdev_subscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x4fde0060 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 0x522ba9eb v4l2_device_unregister_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x5a4b8c25 __traceiter_vb2_v4l2_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x63f13005 v4l2_pipeline_pm_put +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x6528e510 v4l2_create_fwnode_links +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x67ec0fe6 v4l2_event_subscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x68bd43b9 __video_device_pipeline_start +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 0x729554e2 v4l2_g_parm_cap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x7461a3b2 video_device_pipeline_start +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x7572c368 v4l2_i2c_subdev_addr +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x779c3c20 v4l2_event_unsubscribe_all +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x7bc7db1f __v4l2_subdev_init_finalize +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x7c563a8e v4l2_device_unregister +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x81ad8fec v4l2_subdev_link_validate_default +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x86436193 v4l2_pipeline_pm_get +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x8ac6bf34 v4l2_fh_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x96aa365b v4l2_pipeline_link_notify +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x9b5642cb video_device_pipeline_alloc_start +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 0xa5ea63f2 v4l2_subdev_notify_event +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xa6582923 v4l2_i2c_subdev_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xa78ea119 __SCK__tp_func_vb2_v4l2_buf_done +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xad5c3c93 v4l2_simplify_fraction +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xaf6ab3b6 __v4l2_device_register_subdev_nodes +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xb2c26a1e __SCK__tp_func_vb2_v4l2_buf_queue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xb57e3343 v4l2_fh_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xb89269cd v4l2_subdev_link_validate +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xbe243598 v4l2_fh_exit +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xbe27e764 video_device_pipeline +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xbf15093f __v4l2_ctrl_handler_setup +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xc1518f5f v4l2_get_link_freq +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xc2db9ea3 __SCK__tp_func_vb2_v4l2_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xc8790410 v4l2_i2c_subdev_set_name +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 0xcd9d85db v4l2_compat_ioctl32 +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xcf22cada v4l2_mc_create_media_graph +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xd541e31a __SCT__tp_func_vb2_v4l2_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xd5da167e v4l_enable_media_source +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xd62b1f05 video_device_pipeline_stop +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xd8792766 v4l2_device_set_name +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xd970a246 v4l2_event_unsubscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xe2822320 __v4l2_find_nearest_size +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xe4bc6fdf v4l2_device_disconnect +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xe5b81cab v4l2_spi_new_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xe8061012 v4l2_event_pending +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xeb50ab1f v4l2_event_subdev_unsubscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xf2a353ac v4l2_i2c_tuner_addrs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xf37cfe2b __traceiter_vb2_v4l2_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xf3c5281b v4l2_subdev_get_fwnode_pad_1_to_1 +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xf50e8b9d __tracepoint_vb2_v4l2_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xf53a398c v4l2_subdev_cleanup +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xf5ef842e v4l_bound_align_image +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xf66aa05e v4l2_ctrl_request_hdl_find +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xf918bff3 __traceiter_vb2_v4l2_buf_done +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xfc291042 __tracepoint_vb2_v4l2_buf_queue +EXPORT_SYMBOL_GPL drivers/mfd/88pm80x 0x5e5d3ceb pm80x_init +EXPORT_SYMBOL_GPL drivers/mfd/88pm80x 0xc9d8619e pm80x_pm_ops +EXPORT_SYMBOL_GPL drivers/mfd/88pm80x 0xd99fd720 pm80x_deinit +EXPORT_SYMBOL_GPL drivers/mfd/88pm80x 0xef1e86a5 pm80x_regmap_config +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x0681b034 wm8998_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x177366c0 wm5102_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x1e355bfe arizona_dev_init +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x21f16501 wm8997_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x2527806e wm5110_revd_irq +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x338fd681 arizona_clk32k_disable +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x4f1586b5 arizona_free_irq +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x544ba78c wm5102_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x549c0565 wm5110_irq +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x58dc8758 wm8997_irq +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x616828a2 cs47l24_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x88b6aa3e cs47l24_irq +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x8aadedac arizona_set_irq_wake +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x9269b352 arizona_request_irq +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x98193748 arizona_clk32k_enable +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xa1318a99 wm8997_patch +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xa918f3b1 wm5110_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xb263fbbd wm5110_aod +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xb8bb7bd0 arizona_dev_exit +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xbe237980 wm8997_aod +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xbfc3c7d2 wm5110_patch +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xd25291ce cs47l24_patch +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xea2032fd wm5110_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xede7e566 arizona_pm_ops +EXPORT_SYMBOL_GPL drivers/mfd/atc260x-core 0x86159b90 atc260x_match_device +EXPORT_SYMBOL_GPL drivers/mfd/atc260x-core 0xc8863caf atc260x_device_probe +EXPORT_SYMBOL_GPL drivers/mfd/da9150-core 0x0c4064e3 da9150_bulk_write +EXPORT_SYMBOL_GPL drivers/mfd/da9150-core 0x232e227e da9150_reg_read +EXPORT_SYMBOL_GPL drivers/mfd/da9150-core 0xad785453 da9150_set_bits +EXPORT_SYMBOL_GPL drivers/mfd/da9150-core 0xb4aa28bd da9150_bulk_read +EXPORT_SYMBOL_GPL drivers/mfd/da9150-core 0xcc458b06 da9150_read_qif +EXPORT_SYMBOL_GPL drivers/mfd/da9150-core 0xf248a9fd da9150_reg_write +EXPORT_SYMBOL_GPL drivers/mfd/da9150-core 0xf4f2d516 da9150_write_qif +EXPORT_SYMBOL_GPL drivers/mfd/intel-lpss 0x1a8266f6 intel_lpss_prepare +EXPORT_SYMBOL_GPL drivers/mfd/intel-lpss 0x1e3cbbd4 intel_lpss_remove +EXPORT_SYMBOL_GPL drivers/mfd/intel-lpss 0x4e2b03a7 intel_lpss_suspend +EXPORT_SYMBOL_GPL drivers/mfd/intel-lpss 0x75050c9f intel_lpss_probe +EXPORT_SYMBOL_GPL drivers/mfd/intel-lpss 0xe21b5fb0 intel_lpss_resume +EXPORT_SYMBOL_GPL drivers/mfd/intel_pmc_bxt 0xafee8917 intel_pmc_gcr_update +EXPORT_SYMBOL_GPL drivers/mfd/intel_pmc_bxt 0xf3ad0447 intel_pmc_s0ix_counter_read +EXPORT_SYMBOL_GPL drivers/mfd/intel_pmc_bxt 0xff33a1c0 intel_pmc_gcr_read64 +EXPORT_SYMBOL_GPL drivers/mfd/iqs62x 0xa436f4de iqs62x_events +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x435d69bb kempld_read8 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x70272ad7 kempld_write16 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x95dee900 kempld_write8 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x9fb0e1d8 kempld_read32 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0xbaceed07 kempld_release_mutex +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0xbf9e9a2d kempld_get_mutex +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0xcb37a847 kempld_write32 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0xe792dcb5 kempld_read16 +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-core 0x460ec363 lm3533_update +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-core 0x9950be1e lm3533_read +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-core 0xdf604f14 lm3533_write +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x0288179d lm3533_ctrlbank_set_brightness +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x3ec512ec lm3533_ctrlbank_disable +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x74b82dc7 lm3533_ctrlbank_get_pwm +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x7cbe3973 lm3533_ctrlbank_enable +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0xa9edc1d5 lm3533_ctrlbank_get_brightness +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0xd7457a2d lm3533_ctrlbank_set_max_current +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0xe221500c lm3533_ctrlbank_set_pwm +EXPORT_SYMBOL_GPL drivers/mfd/lp3943 0x4a25eaca lp3943_update_bits +EXPORT_SYMBOL_GPL drivers/mfd/lp3943 0x76e74fe8 lp3943_read_byte +EXPORT_SYMBOL_GPL drivers/mfd/lp3943 0xfb229743 lp3943_write_byte +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x00c19c59 cs47l85_16bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x00cc4019 cs47l85_32bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x0f379262 madera_of_match +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x1814ebe9 cs47l90_16bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x181937a9 cs47l90_32bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x20713edb cs47l92_patch +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x2e79242d madera_pm_ops +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x2f95f014 cs47l92_32bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x2f982c54 cs47l92_16bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x32b30721 cs47l35_16bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x32bedb61 cs47l35_32bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x3995ac3c madera_dev_exit +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x43f48155 cs47l85_32bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x43f95d15 cs47l85_16bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x51ed0907 madera_dev_init +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x5351d8a6 cs47l90_patch +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x5b21f6e5 cs47l90_32bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x5b2c2aa5 cs47l90_16bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x6ca0ed18 cs47l92_16bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x6cad3158 cs47l92_32bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x71861a2d cs47l35_32bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x718bc66d cs47l35_16bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x9be3f1d1 cs47l85_patch +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xbb45b0e1 cs47l15_16bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xbb486ca1 cs47l15_32bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xda2451de cs47l15_patch +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xebe384cb madera_name_from_type +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xf4e37cb9 cs47l35_patch +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xf870aded cs47l15_32bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xf87d71ad cs47l15_16bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0x9bdabca1 mc13xxx_variant_mc13892 +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0xbe273ad6 mc13xxx_adc_do_conversion +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0xc96f02e9 mc13xxx_variant_mc34708 +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0xd839d735 mc13xxx_common_init +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0xdb60f781 mc13xxx_variant_mc13783 +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0xdcd26a58 mc13xxx_common_exit +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x0da1304c pcf50633_reg_clear_bits +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x2b3cedcf pcf50633_free_irq +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x2ec225ae pcf50633_reg_read +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x438cbc3c pcf50633_irq_unmask +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x4c680d8f pcf50633_reg_set_bit_mask +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x520d9921 pcf50633_write_block +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x5776a1ff pcf50633_register_irq +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x579573ff pcf50633_reg_write +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x6107c855 pcf50633_irq_mask_get +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x94dae1de pcf50633_pm +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xbfe60fb2 pcf50633_read_block +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xf1a1e206 pcf50633_irq_mask +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-adc 0x36a542da pcf50633_adc_sync_read +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-adc 0xd0e923dd pcf50633_adc_async_read +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0x01cac1f9 pcf50633_gpio_invert_get +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0x1b0baa42 pcf50633_gpio_power_supply_set +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0x4cc247bc pcf50633_gpio_invert_set +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0x78fcab7a pcf50633_gpio_get +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0xc12ed162 pcf50633_gpio_set +EXPORT_SYMBOL_GPL drivers/mfd/rave-sp 0x43e53ef9 rave_sp_exec +EXPORT_SYMBOL_GPL drivers/mfd/rave-sp 0x8b84c7d0 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 0x00b0a9b4 si476x_core_has_diversity +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x217cf9dc si476x_core_cmd_power_up +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x2507e19f si476x_core_is_a_secondary_tuner +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x2743deb3 si476x_core_cmd_fm_rsq_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x2c3b4931 si476x_core_start +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x470afa01 si476x_core_is_in_am_receiver_mode +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x481c9701 si476x_core_i2c_xfer +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x4a89e912 si476x_core_cmd_ic_link_gpo_ctl_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x55072bca si476x_core_cmd_dig_audio_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x5b232f37 si476x_core_has_am +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x5e85943d si476x_core_cmd_fm_acf_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x60af1b3e si476x_core_is_a_primary_tuner +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x7c84abb5 si476x_core_set_power_state +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x7d93a3a5 si476x_core_stop +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x7ffca221 si476x_core_cmd_zif_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x87a126ee si476x_core_cmd_fm_phase_diversity +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x8ca55447 si476x_core_cmd_set_property +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x8ee1d65c si476x_core_cmd_agc_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x9c4f4ea0 si476x_core_cmd_am_acf_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x9fa638b7 si476x_core_cmd_fm_rds_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xa93c3e1a si476x_core_cmd_fm_phase_div_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xbeb40ba7 si476x_core_cmd_am_tune_freq +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xc603e49c si476x_core_cmd_fm_seek_start +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xcdfeaabd si476x_core_is_powered_up +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xcf99bc7c si476x_core_cmd_fm_rds_blockcount +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xcffb4f60 si476x_core_cmd_fm_tune_freq +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xd54a3ac5 si476x_core_cmd_func_info +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xe138dc96 devm_regmap_init_si476x +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xe1e6b3b5 si476x_core_cmd_am_seek_start +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xe327c9f3 si476x_core_cmd_am_rsq_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xeab3edc0 si476x_core_cmd_power_down +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xeaba6d5b si476x_core_cmd_get_property +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xee05bc6c si476x_core_cmd_ana_audio_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xfd5f8a59 si476x_core_cmd_intb_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0x38f5aec9 sm501_unit_power +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0x7824ac54 sm501_set_clock +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0x9b0211c2 sm501_misc_control +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0xd4cfc47e sm501_find_clock +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0xd6824b1e sm501_modify_reg +EXPORT_SYMBOL_GPL drivers/mfd/ti_am335x_tscadc 0x081a1f2d am335x_tsc_se_set_cache +EXPORT_SYMBOL_GPL drivers/mfd/ti_am335x_tscadc 0x36487d1d am335x_tsc_se_set_once +EXPORT_SYMBOL_GPL drivers/mfd/ti_am335x_tscadc 0x4813024a am335x_tsc_se_clr +EXPORT_SYMBOL_GPL drivers/mfd/ti_am335x_tscadc 0x7a38190a am335x_tsc_se_adc_done +EXPORT_SYMBOL_GPL drivers/mfd/ucb1400_core 0x4fd947bc ucb1400_adc_read +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0x24b02559 alcor_write32 +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0x461c0a8e alcor_write8 +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0x4633c179 alcor_read8 +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0x5a7afdd5 alcor_write16 +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0x717626fd alcor_write32be +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0x9b514a79 alcor_read32 +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0xe150da0d alcor_read32be +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x08a8308e rtsx_pci_start_run +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x20e91860 rtsx_pci_card_pull_ctl_disable +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x272ff8a3 rtsx_pci_read_phy_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x2c8e89ca rtsx_pci_send_cmd_no_wait +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x40da410e rtsx_pci_read_ppbuf +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x4732080c rtsx_pci_dma_transfer +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x54583b72 rtsx_pci_card_power_off +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x5ccea155 rtsx_pci_card_exist +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x615d205a rtsx_pci_transfer_data +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x7a85a0a2 rtsx_pci_dma_map_sg +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x7b8a27a8 rtsx_pci_add_cmd +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x88013de1 rtsx_pci_stop_cmd +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x89f63203 rtsx_pci_write_phy_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x92b983f1 rtsx_pci_card_exclusive_check +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x96678b97 rtsx_pci_card_pull_ctl_enable +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x9929ab11 rtsx_pci_write_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x99fa9b1f rtsx_pci_write_ppbuf +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xa7410790 rtsx_pci_switch_output_voltage +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xa9721f95 rtsx_pci_send_cmd +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xb05f1687 rtsx_pci_read_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xb9a6964d rtsx_pci_card_power_on +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xca3fc58e rtsx_pci_complete_unfinished_transfer +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xddf839c0 rtsx_pci_switch_clock +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xfb7afe84 rtsx_pci_dma_unmap_sg +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x274bdea7 rtsx_usb_write_ppbuf +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x3ccfb8a1 rtsx_usb_ep0_write_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x429162eb rtsx_usb_switch_clock +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x5850ef75 rtsx_usb_ep0_read_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x61cb757c rtsx_usb_get_card_status +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x6265f580 rtsx_usb_get_rsp +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x700e3d4d rtsx_usb_read_ppbuf +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x8e835619 rtsx_usb_send_cmd +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x934d13e9 rtsx_usb_add_cmd +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0xa84d513d rtsx_usb_write_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0xcb53f516 rtsx_usb_card_exclusive_check +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0xe6c986d6 rtsx_usb_read_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0xf222956c rtsx_usb_transfer_data +EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0x2ca1d8b3 cb710_sg_dwiter_write_next_block +EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0x6d66e77e cb710_set_irq_handler +EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0xb9fe7c62 cb710_sg_dwiter_read_next_block +EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0xe368775f 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 0x030f52c2 enclosure_component_register +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x6e3660db enclosure_for_each_device +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x769de22a enclosure_find +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x79761630 enclosure_register +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0xccbda2fd enclosure_component_alloc +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0xec717cd1 enclosure_remove_device +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0xf4af4e5a enclosure_unregister +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0xf4d7ab92 enclosure_add_device +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x2db9bb17 lis3lv02d_poweron +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x3aa1336f lis3lv02d_init_dt +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x56a2f447 lis3lv02d_remove_fs +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x91370022 lis3lv02d_joystick_disable +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x9d20833c lis3lv02d_init_device +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0xa13d9f40 lis3lv02d_poweroff +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0xaf17cee0 lis3lv02d_joystick_enable +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0xdd96378d lis3_dev +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x0703aaa6 mei_cldev_dma_map +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x0e564cfb mei_cldev_get_drvdata +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x12b20b55 mei_cldev_disable +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x144d3be2 mei_cldev_driver_unregister +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x1a9c9fc4 mei_cldev_register_notif_cb +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x21d12023 mei_irq_read_handler +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x264a833b mei_irq_compl_handler +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x27b80811 mei_cldev_enabled +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x321a4456 mei_hbm_pg_resume +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x3fa85e06 mei_write_is_idle +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x41108d5d mei_cldev_ver +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x425235d6 mei_cldev_enable +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x4c2b9027 mei_irq_write_handler +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x4e370583 mei_stop +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x53c5c6be mei_cldev_send +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x56e7a5e2 mei_restart +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x711a42a3 mei_cldev_recv +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x844abfde mei_device_init +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x87da4d29 mei_cl_all_disconnect +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x892de54e mei_cldev_uuid +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x8e7373aa mei_reset +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x90a24af4 mei_fw_status2str +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x90c3adba __mei_cldev_driver_register +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x98b504e2 mei_cldev_recv_nonblock +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0xa704179e mei_cldev_recv_nonblock_vtag +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0xb1492763 mei_register +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0xc2d1d31f mei_deregister +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0xce3e887c mei_cldev_set_drvdata +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0xd29cf5d9 mei_hbm_pg +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0xd46ef182 mei_cancel_work +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0xd539982c mei_cldev_send_gsc_command +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0xd72ed3e2 mei_start +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0xf3ace56a mei_cldev_register_rx_cb +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0xf565dfa2 mei_cldev_dma_unmap +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0xf7ca8072 mei_cldev_send_vtag +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0xfcf95941 mei_cldev_recv_vtag +EXPORT_SYMBOL_GPL drivers/misc/mei/mei-me 0x051f202c mei_me_polling_thread +EXPORT_SYMBOL_GPL drivers/misc/mei/mei-me 0x755db4f0 mei_me_dev_init +EXPORT_SYMBOL_GPL drivers/misc/mei/mei-me 0x81b73dd6 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 0x8865d558 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 0x3a8dd3bd st_unregister +EXPORT_SYMBOL_GPL drivers/misc/ti-st/st_drv 0x9d3ddcb4 st_register +EXPORT_SYMBOL_GPL drivers/misc/uacce/uacce 0x0cd4a552 uacce_alloc +EXPORT_SYMBOL_GPL drivers/misc/uacce/uacce 0x41d7d61d uacce_remove +EXPORT_SYMBOL_GPL drivers/misc/uacce/uacce 0x67a7b485 uacce_register +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x024d14bc vmci_qpair_produce_free_space +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x046dd187 vmci_datagram_create_handle +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x056837fb vmci_get_context_id +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x1fd4782d vmci_qpair_get_produce_indexes +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x2449459d vmci_event_subscribe +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x3a22fa8a vmci_datagram_destroy_handle +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x4ba5c46b vmci_qpair_peek +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x5591b58e vmci_context_get_priv_flags +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x5e949e0a vmci_doorbell_destroy +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x612df9ae vmci_qpair_detach +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 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 0x7ab2638e vmci_qpair_enquev +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x7c0489d6 vmci_qpair_peekv +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 0xe338329e vmci_qpair_dequev +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 0x0adaa73c sdhci_reset_tuning +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x1ea93ace sdhci_free_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x2170f41e __sdhci_add_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x21fdbafe sdhci_set_clock +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x2821e7d8 sdhci_start_tuning +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x2e36283d sdhci_adma_write_desc +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x2f488aae sdhci_set_bus_width +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x407a996b sdhci_enable_clk +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x40d11971 sdhci_runtime_suspend_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x492de049 sdhci_set_data_timeout_irq +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x4b5ac31f sdhci_execute_tuning +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x52a93d0c sdhci_dumpregs +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x55c3e500 sdhci_start_signal_voltage_switch +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x578ca819 sdhci_abort_tuning +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x57d32aea sdhci_get_cd_nogpio +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x5da74f35 sdhci_switch_external_dma +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x64306b94 sdhci_set_ios +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x6b938194 sdhci_cqe_enable +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x784a725a sdhci_suspend_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x89c82e1b sdhci_request +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x8b5ca17a sdhci_add_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x9468c5c4 sdhci_send_tuning +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x954de0e9 sdhci_cqe_irq +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x987e439d sdhci_set_uhs_signaling +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x98ff82d6 sdhci_cleanup_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x9bb4b81d sdhci_enable_sdio_irq +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x9dbfc1e3 sdhci_setup_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xa7fb1900 sdhci_reset +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xae7ff573 sdhci_set_power_and_bus_voltage +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xb3e70464 sdhci_request_atomic +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xb856dee9 sdhci_runtime_resume_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xbc6e90a8 sdhci_set_power +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xbef5b674 sdhci_alloc_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xbf19bc81 sdhci_end_tuning +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xccf01d71 __sdhci_set_timeout +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xceed6d37 __sdhci_read_caps +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xda2d4d6e sdhci_set_power_noreg +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xed07e33d sdhci_calc_clk +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xedb593da sdhci_remove_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xef157131 sdhci_cqe_disable +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xf566672b sdhci_enable_v4_mode +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xf5d01425 sdhci_resume_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x21b57cd2 sdhci_pltfm_init +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x28672002 sdhci_pltfm_clk_get_max_clock +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x294df1d9 sdhci_pltfm_register +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x2cdaf1b9 sdhci_pltfm_resume +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x453ae70d sdhci_pltfm_pmops +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x5ea0815e sdhci_pltfm_unregister +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x7dc25524 sdhci_pltfm_suspend +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x7e18cddb sdhci_pltfm_free +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0xfea2c0ba sdhci_get_property +EXPORT_SYMBOL_GPL drivers/most/most_core 0x002649b1 most_put_mbo +EXPORT_SYMBOL_GPL drivers/most/most_core 0x0d52894c most_resume_enqueue +EXPORT_SYMBOL_GPL drivers/most/most_core 0x525fbb0a most_deregister_configfs_subsys +EXPORT_SYMBOL_GPL drivers/most/most_core 0x69768302 most_register_component +EXPORT_SYMBOL_GPL drivers/most/most_core 0x6cc5d637 most_submit_mbo +EXPORT_SYMBOL_GPL drivers/most/most_core 0x747f8349 most_start_channel +EXPORT_SYMBOL_GPL drivers/most/most_core 0x7d1fa3e0 most_stop_enqueue +EXPORT_SYMBOL_GPL drivers/most/most_core 0x8686a482 most_deregister_component +EXPORT_SYMBOL_GPL drivers/most/most_core 0xbee62e20 most_register_configfs_subsys +EXPORT_SYMBOL_GPL drivers/most/most_core 0xe1b6dbf6 most_stop_channel +EXPORT_SYMBOL_GPL drivers/most/most_core 0xe3d79639 most_register_interface +EXPORT_SYMBOL_GPL drivers/most/most_core 0xf237981f channel_has_mbo +EXPORT_SYMBOL_GPL drivers/most/most_core 0xf26a9dbb most_get_mbo +EXPORT_SYMBOL_GPL drivers/most/most_core 0xf6d3366e most_deregister_interface +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0001 0x0b4687f9 cfi_cmdset_0003 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0001 0x346fa211 cfi_cmdset_0001 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0001 0xf658a26f cfi_cmdset_0200 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0002 0x14d2150d cfi_cmdset_0002 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0002 0x6a805edd cfi_cmdset_0006 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0002 0xe72bda8b cfi_cmdset_0701 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0020 0x8515738a cfi_cmdset_0020 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_util 0x37e174aa cfi_qry_present +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_util 0xa87332fa cfi_qry_mode_off +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_util 0xda8c6875 cfi_qry_mode_on +EXPORT_SYMBOL_GPL drivers/mtd/hyperbus/hyperbus-core 0xc91d4424 hyperbus_unregister_device +EXPORT_SYMBOL_GPL drivers/mtd/hyperbus/hyperbus-core 0xe7e4d64c hyperbus_register_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x049b01a8 mtd_write_user_prot_reg +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x04e640a2 mtd_device_unregister +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x12a25c19 mtd_unlock +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x1359b6ed of_get_mtd_device_by_node +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x167ac8e5 mtd_pairing_groups +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x20cbc084 mtd_ooblayout_set_databytes +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x20ff068a mtd_read_oob +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x23dd56bb mtd_block_isbad +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x252f98bf get_mtd_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x26492010 register_mtd_user +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x2b2b94c1 mtd_read_user_prot_reg +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x2e0e77ed mtd_point +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x34fee75c deregister_mtd_parser +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x3acce2a0 mtd_ooblayout_count_freebytes +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x3fff057b mtd_kmalloc_up_to +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x415ec26d __mtd_next_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x4404f231 mtd_get_user_prot_info +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x44d47c5c mtd_ooblayout_ecc +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x4dbc7629 mtd_ooblayout_count_eccbytes +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x507f34cc mtd_ooblayout_find_eccregion +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x50dabc2f mtd_table_mutex +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x56d1a0f0 put_mtd_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x5aa5d3c5 mtd_ooblayout_get_eccbytes +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x5f2f6da2 mtd_pairing_info_to_wunit +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x5feacc60 mtd_get_fact_prot_info +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x64e3a09d mtd_add_partition +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x661b3c34 mtd_write_oob +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x68389944 mtd_unpoint +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x6e72f096 mtd_del_partition +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x6f3bc9d9 mtd_ooblayout_free +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x76126c69 mtd_panic_write +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x7c0dbe99 unregister_mtd_user +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x7c81e35f mtd_ooblayout_get_databytes +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x8ae0fac0 mtd_writev +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x8b238940 mtd_device_parse_register +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x8e7a7eba mtd_is_locked +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x99094fe1 mtd_block_isreserved +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xa83369d3 __put_mtd_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xa950f764 get_mtd_device_nm +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xb43c9a90 __register_mtd_parser +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xb7075882 mtd_check_expert_analysis_mode +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xb9f027ce get_tree_mtd +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xba241d57 mtd_erase +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xc29689b6 mtd_wunit_to_pairing_info +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xc33710f4 mtd_block_markbad +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xc4b0be94 mtd_read_fact_prot_reg +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xcaa9f4b8 mtd_lock_user_prot_reg +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xd0616506 mtd_lock +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xd2b12af3 mtd_write +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xd51ddd9a mtd_get_unmapped_area +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xdade738a __get_mtd_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xe3b3264e mtd_ooblayout_set_eccbytes +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xf0427fea mtd_get_device_size +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xf4229a20 kill_mtd_super +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xf789eff8 mtd_read +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xfab8e745 mtd_erase_user_prot_reg +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0x18c8afe3 add_mtd_blktrans_dev +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0x43d486ef mtd_blktrans_cease_background +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0x489e044a del_mtd_blktrans_dev +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0x695f8ac0 deregister_mtd_blktrans +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0xe6c87647 register_mtd_blktrans +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x0a47f881 nand_ecc_init_req_tweaking +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x0d4b835b mxic_ecc_process_data_pipelined +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x2a8b6226 nand_ecc_tweak_req +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x2b9277df nanddev_mtd_erase +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x3048975d nanddev_isreserved +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x306958f1 nanddev_ecc_engine_cleanup +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x37e7a900 nanddev_markbad +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x42c05c7e nanddev_bbt_get_block_status +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x49e555d2 nanddev_mtd_max_bad_blocks +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x52d337e8 mxic_ecc_get_pipelined_ops +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x60737eee nand_ecc_cleanup_req_tweaking +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x69d633a7 nand_get_large_page_ooblayout +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x7085a743 nanddev_bbt_update +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x714bf58d nand_get_large_page_hamming_ooblayout +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x7e79396f mxic_ecc_put_pipelined_engine +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x83a0459e mxic_ecc_get_pipelined_engine +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x84d144e9 nanddev_isbad +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0xaaa514b2 nanddev_bbt_set_block_status +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0xb77fb97a nand_get_small_page_ooblayout +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0xb81fabd3 nanddev_bbt_init +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0xc8ff342b nanddev_ecc_engine_init +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0xe35a3f64 nand_ecc_restore_req +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0xe50fd3a8 nanddev_init +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0xecbc7fdd nanddev_cleanup +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0xfb6425ab nanddev_bbt_cleanup +EXPORT_SYMBOL_GPL drivers/mtd/nand/onenand/onenand 0x22075fda onenand_release +EXPORT_SYMBOL_GPL drivers/mtd/nand/onenand/onenand 0xeb17d678 onenand_scan +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/denali 0x9a2069e5 denali_chip_init +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x01bf1252 nand_deselect_target +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x057fabcc nand_erase_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x07637836 nand_read_page_hwecc_oob_first +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x08a097b4 nand_read_oob_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x09bba88c nand_reset_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x11091291 nand_extract_bits +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x258fd9b2 nand_prog_page_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x2cbc13c9 nand_readid_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x2d368c4c nand_subop_get_addr_start_off +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x2f697cce nand_select_target +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x39a55e50 nand_op_parser_exec_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x5632e63d nand_subop_get_num_addr_cyc +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x65b9e574 nand_cleanup +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x66f106e2 nand_ecc_choose_conf +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x67a45bf7 nand_prog_page_begin_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x693c10bd nand_gpio_waitrdy +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x71ed5be0 nand_change_write_column_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x74b9c078 nand_write_data_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x85ab7cfd nand_read_data_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x864d73b0 nand_read_page_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x94d08b93 nand_prog_page_end_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x9504051a nand_soft_waitrdy +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x9dcff238 nand_decode_ext_id +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xa6c0860c nand_reset +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xd3bfb1da 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/nand 0xdcdddbfc nand_wait_ready +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xfdac14e2 nand_status_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/sm_common 0x9169004b sm_register_device +EXPORT_SYMBOL_GPL drivers/mtd/spi-nor/spi-nor 0x0324f2fd spi_nor_restore +EXPORT_SYMBOL_GPL drivers/mtd/spi-nor/spi-nor 0x64d1c3d0 spi_nor_scan +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x0520f663 ubi_leb_write +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x38e10c1d ubi_flush +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x39a4fe96 ubi_leb_erase +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x42801d20 ubi_sync +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x66011ab6 ubi_get_device_info +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x76525f3d ubi_open_volume_path +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x8046b193 ubi_leb_map +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x84be7e25 ubi_do_get_device_info +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x85a8ee76 ubi_unregister_volume_notifier +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x9da176e4 ubi_is_mapped +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xa122804e ubi_open_volume_nm +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xa16e2c67 ubi_leb_change +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xa2fc6c00 ubi_close_volume +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xac5c366b ubi_open_volume +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xc6228b8f ubi_get_volume_info +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xd4c9360c ubi_leb_read_sg +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xdabe8a31 ubi_leb_read +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xf5ee9ba8 ubi_register_volume_notifier +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xf6565a55 ubi_leb_unmap +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x0a65c89f mux_state_try_select_delay +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x0c816b0d mux_control_select_delay +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x31ad6afd mux_control_try_select_delay +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x459624a9 devm_mux_state_get +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x57c22af9 devm_mux_chip_register +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x6dfb05ae mux_chip_unregister +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x7085b14d mux_control_states +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x78f6567b mux_chip_free +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x7a5dd8a0 mux_control_deselect +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x7cf08396 mux_state_deselect +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x97d307e2 devm_mux_chip_alloc +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0xb712c60d mux_control_put +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0xbec0ae6f mux_chip_alloc +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0xd9262e59 mux_control_get +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0xf9668755 mux_chip_register +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0xf9d08e99 devm_mux_control_get +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0xfa76e911 mux_state_select_delay +EXPORT_SYMBOL_GPL drivers/net/arcnet/arcnet 0xd096e23c arcnet_led_event +EXPORT_SYMBOL_GPL drivers/net/arcnet/arcnet 0xdc3eb975 devm_arcnet_led_init +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0x505de1c9 free_c_can_dev +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0x55c2a6a1 c_can_power_up +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0x611452eb register_c_can_dev +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0x9ae0e220 alloc_c_can_dev +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0xa15b7605 c_can_power_down +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0xb9d4ead4 unregister_c_can_dev +EXPORT_SYMBOL_GPL drivers/net/can/cc770/cc770 0x0bf58ca4 unregister_cc770dev +EXPORT_SYMBOL_GPL drivers/net/can/cc770/cc770 0x148c2006 alloc_cc770dev +EXPORT_SYMBOL_GPL drivers/net/can/cc770/cc770 0x1ec30b08 register_cc770dev +EXPORT_SYMBOL_GPL drivers/net/can/cc770/cc770 0x432466df free_cc770dev +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x0c8c278d can_rx_offload_irq_offload_fifo +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x10d892eb can_get_state_str +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x1a1c55bc can_rx_offload_add_timestamp +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x2a48a3ba can_rx_offload_irq_offload_timestamp +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x2a95a5b4 can_change_mtu +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x3842e21f can_rx_offload_queue_tail +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x4cdb52bc alloc_candev_mqs +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x56f0b456 alloc_canxl_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x6047ede6 can_fd_len2dlc +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x6659d35e can_free_echo_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x67d28682 can_rx_offload_queue_timestamp +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x7b623a7d can_rx_offload_enable +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x82178dc6 unregister_candev +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x82217b68 can_rx_offload_get_echo_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x823cfd3c can_change_state +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x83aae404 can_rx_offload_threaded_irq_finish +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x8ae8c23e close_candev +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x8cde4cbc can_dropped_invalid_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x95d5b733 can_rx_offload_irq_finish +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x9609fff2 safe_candev_priv +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xa62a0c0b can_put_echo_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xabcaca8a can_rx_offload_add_fifo +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xb1c88004 can_skb_get_frame_len +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xb788f5b2 alloc_can_err_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xbccc96d5 free_candev +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xc98c9652 register_candev +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xcf9e4470 open_candev +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xd0b6ff19 can_get_echo_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xd5d6e3b2 alloc_can_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xdca36a77 can_bus_off +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xddc88da7 alloc_canfd_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xe13894c5 can_rx_offload_del +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xe8a93e9d can_rx_offload_add_manual +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xf12d9387 can_fd_dlc2len +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0x17dc3cef m_can_class_unregister +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0x1ef02970 m_can_class_register +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0x45cfa383 m_can_class_resume +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0x4e22ad8c m_can_class_suspend +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0x73e7b874 m_can_init_ram +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0x980e9ecd m_can_class_get_clocks +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0xae4e6276 m_can_class_free_dev +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0xef57aaf1 m_can_class_allocate_dev +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0x49ebd0d2 sja1000_interrupt +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0x563196aa free_sja1000dev +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0x5c3a6308 alloc_sja1000dev +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0xab4b8570 register_sja1000dev +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0xda257520 unregister_sja1000dev +EXPORT_SYMBOL_GPL drivers/net/dsa/lan9303-core 0x402f429e lan9303_indirect_phy_ops +EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_switch 0xd6177c85 ksz_switch_chips +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8365mb 0x74e23fbd rtl8365mb_variant +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0x05b52d53 rtl8366_set_vlan +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0x0dafbcac rtl8366_set_pvid +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0x1e6f62c3 rtl8366_get_strings +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0x2419908e rtl8366_get_ethtool_stats +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0x3e72dd40 rtl8366rb_variant +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0x5eaa65ca rtl8366_vlan_add +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0x8ce3f586 rtl8366_enable_vlan +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0xb08046e5 rtl8366_mc_is_used +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0xb8acc388 rtl8366_reset_vlan +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0xe547de8a rtl8366_get_sset_count +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0xeff0fefa rtl8366_vlan_del +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0xf79dab75 rtl8366_enable_vlan4k +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0x0964ec96 fun_serv_sched +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0x0a2af48c fun_get_res_count +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0x2852052b fun_serv_stop +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0x2bd271ac fun_submit_admin_sync_cmd +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0x3baaf416 fun_sq_create +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0x5e17e65b fun_serv_restart +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0x68766590 fun_cq_create +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0x7126ceac fun_alloc_ring_mem +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0x862d26ea fun_res_destroy +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0xb90295b2 fun_bind +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0xd31f9af8 fun_free_ring_mem +EXPORT_SYMBOL_GPL drivers/net/ethernet/intel/i40e/i40e 0x3440b76d i40e_client_device_register +EXPORT_SYMBOL_GPL drivers/net/ethernet/intel/i40e/i40e 0x66d62ae4 i40e_client_device_unregister +EXPORT_SYMBOL_GPL drivers/net/ethernet/intel/ice/ice 0x2fd0da48 ice_rdma_update_vsi_filter +EXPORT_SYMBOL_GPL drivers/net/ethernet/intel/ice/ice 0x7abd8d61 ice_rdma_request_reset +EXPORT_SYMBOL_GPL drivers/net/ethernet/intel/ice/ice 0x91e53d54 ice_get_qos_params +EXPORT_SYMBOL_GPL drivers/net/ethernet/intel/ice/ice 0xda6b158e ice_add_rdma_qset +EXPORT_SYMBOL_GPL drivers/net/ethernet/intel/ice/ice 0xe032568d ice_del_rdma_qset +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x04de71b8 mlx4_qp_modify +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x067defb0 mlx4_wol_read +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x07a59922 mlx4_qp_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0858a944 mlx4_bond +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0879b3ba mlx4_vf_set_enable_smi_admin +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x09d33c6a mlx4_cq_modify +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0b36cdd5 mlx4_mw_enable +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0b9351a9 mlx4_buf_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0d317061 mlx4_phys_to_slaves_pport +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0d8f2a9f mlx4_port_map_set +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x12956acc mlx4_qp_to_ready +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x17e4a1bd mlx4_config_vxlan_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x18ba7640 mlx4_config_roce_v2_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x19ff1659 mlx4_qp_query +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1b06ed4c mlx4_mr_rereg_mem_cleanup +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1c5bc404 mlx4_config_dev_retrieval +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x20ce7ff1 mlx4_mr_hw_change_pd +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x21e6229d mlx4_multicast_detach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x232b9bfe mlx4_pd_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x251fdbf1 mlx4_counter_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x25b9b5c3 mlx4_buf_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x26ed392c mlx4_mr_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x296c926e mlx4_unicast_attach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2c19de94 mlx4_xrcd_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2c2702cd mlx4_mw_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x30ec19fc mlx4_mtt_cleanup +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x34442bae mlx4_write_mtt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x376ea948 mlx4_unicast_promisc_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x378fea93 mlx4_get_default_counter_index +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x379ad89b mlx4_register_interface +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x39d56c0f mlx4_CLOSE_PORT +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3a6b23d1 mlx4_uar_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3e985b1f mlx4_qp_release_range +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x43b5e245 mlx4_srq_lookup +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4becba19 mlx4_wol_write +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4c6ef6b1 mlx4_mr_hw_change_access +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4dce50ad mlx4_mr_rereg_mem_write +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4f00194c mlx4_mtt_init +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x51fc6ed1 __mlx4_register_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x52b39bd8 mlx4_phys_to_slaves_pport_actv +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x53362359 mlx4_get_active_ports +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5506869a mlx4_set_vf_rate +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5666ab18 mlx4_mr_hw_get_mpt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x586771d7 mlx4_set_vf_spoofchk +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x58cb7f7c mlx4_db_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5b96fdab mlx4_qp_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5c000439 mlx4_get_counter_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5f5b4efe mlx4_vf_get_enable_smi_admin +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x602ec589 mlx4_counter_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6272bc44 mlx4_flow_steer_promisc_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x64b9d04b mlx4_srq_query +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6585f17b mlx4_flow_steer_promisc_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x66a95c59 mlx4_ACCESS_PTYS_REG +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x68f5ead5 __mlx4_replace_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6c1cb91b mlx4_multicast_promisc_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6e7ad1f3 mlx4_uar_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7047a0a8 mlx4_bf_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7221c997 mlx4_qp_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x73d3129d mlx4_register_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x749f6971 mlx4_get_protocol_dev +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x768b4f4c mlx4_unicast_promisc_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7721ec8f mlx4_multicast_attach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x77ef80c1 mlx4_unicast_detach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7b3f7142 mlx4_xrcd_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7bde4519 mlx4_find_cached_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7d0d7241 mlx4_mr_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x83a003bc mlx4_hw_rule_sz +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x871496c2 mlx4_FLOW_STEERING_IB_UC_QP_RANGE +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8941e3df mlx4_get_base_gid_ix +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8a7faaea mlx4_mr_hw_put_mpt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8ac12f28 mlx4_get_admin_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8e35adeb mlx4_get_internal_clock_params +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8e6b592a mlx4_SYNC_TPT +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9372b6a7 mlx4_buf_write_mtt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x941d8cbb mlx4_srq_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x94922b30 mlx4_set_admin_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x98a86119 mlx4_alloc_hwq_res +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9e09da2d mlx4_unregister_interface +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa1749aa0 mlx4_qp_reserve_range +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa274cf60 mlx4_set_vf_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa5f5384a mlx4_cq_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa9c30977 mlx4_srq_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xab3e3cc4 mlx4_get_vf_config +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xacfc477b mlx4_unregister_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xad0de3b8 mlx4_alloc_cmd_mailbox +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xaeb6257b mlx4_slave_convert_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb208dd7f mlx4_mw_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb39961a6 __mlx4_cmd +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb3e5bf6c mlx4_pd_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb4f0901f mlx4_update_qp +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb9bc0556 mlx4_unbond +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xbe56cf0a mlx4_get_vf_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xbe993ca6 mlx4_free_cmd_mailbox +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xbf462bf6 mlx4_map_sw_to_hw_steering_mode +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc0bdc0b5 mlx4_set_vf_link_state +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc33f5847 mlx4_multicast_promisc_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc4adce61 mlx4_phys_to_slave_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc65d1179 mlx4_map_sw_to_hw_steering_id +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc7a5abe6 mlx4_db_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc9b14dd7 mlx4_flow_detach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xca83898c mlx4_cq_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xcb468a03 mlx4_get_devlink_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xcfd0a7de mlx4_replace_zero_macs +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xcfdc5c4a mlx4_INIT_PORT +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd51b2136 mlx4_mr_hw_write_mpt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd66286d6 mlx4_mr_enable +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd6c0764a mlx4_get_base_qpn +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd6f1c4a5 mlx4_get_slave_default_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd782193e mlx4_unregister_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd9fec7eb mlx4_srq_arm +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xdfb23ced mlx4_free_hwq_res +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe289054f mlx4_register_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe2aa5020 mlx4_bf_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe36b51e8 mlx4_set_vf_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe3f2d5f9 __mlx4_unregister_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xeeed2712 mlx4_read_clock +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf5007172 mlx4_vf_smi_enabled +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf54f88f6 mlx4_flow_attach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xfbe81ffa mlx4_cq_resize +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xfdb9ff17 mlx4_mtt_addr +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xfe27514d mlx4_find_cached_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x00c6d497 mlx5_query_nic_vport_promisc +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 0x0ed5bba1 mlx5_dm_sw_icm_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1332ef81 mlx5_dm_sw_icm_dealloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1db85de6 mlx5_modify_nic_vport_mtu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x21edd359 mlx5_core_query_sq_state +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2430e99a mlx5_query_nic_vport_qkey_viol_cntr +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x248d39bd mlx5_eswitch_get_total_vports +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x27ea4b24 mlx5_frag_buf_alloc_node +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2bc701df mlx5_set_port_wol +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2ca22b29 mlx5_query_port_vl_hw_cap +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x32642385 mlx5_query_hca_vport_context +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x33f55285 mlx5_nic_vport_unaffiliate_multiport +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x405e6c75 mlx5_core_modify_hca_vport_context +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4e9f8837 mlx5_set_port_mtu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x504d39e6 mlx5_set_port_pfc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x520fb55a mlx5_query_nic_vport_mac_list +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x53104e4e mlx5_query_port_ets_rate_limit +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x540d3ea4 mlx5_query_port_ptys +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x58d4105e mlx5_query_module_eeprom +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5a9acfdb mlx5_modify_nic_vport_vlans +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5d44caff mlx5_ipsec_device_caps +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x636f12a9 mlx5_modify_nic_vport_mac_list +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x64175688 mlx5_query_module_eeprom_by_page +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x643b098c mlx5_core_reserved_gids_count +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x69f852eb mlx5_query_nic_system_image_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6beb7877 mlx5_query_nic_vport_min_inline +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6ccf911a mlx5_set_port_admin_status +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6ed104c2 mlx5_query_port_tc_group +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x72f4000b mlx5_nic_vport_query_local_lb +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x76dfb25c mlx5_query_port_prio_tc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7754904e mlx5_query_port_tc_bw_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x790c75cd mlx5_access_reg +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7cc551a7 mlx5_query_nic_vport_system_image_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7d1b0d20 mlx5_query_nic_vport_mac_address +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7dd7b95b mlx5_query_hca_vport_node_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7eb41520 mlx5_nic_vport_affiliate_multiport +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7f46bd66 mlx5_query_min_inline +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7fb5b14f mlx5_query_port_pause +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 0x84b9207b mlx5_query_hca_vport_pkey +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8551e46e mlx5_db_alloc_node +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8ccfaf75 mlx5_core_access_reg +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x907f23ad mlx5_query_nic_vport_mtu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x92a1d7f5 mlx5_query_port_admin_status +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9492aa6c mlx5_query_mac_address +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x952ac8e2 mlx5_set_port_prio_tc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9a4093d6 mlx5_modify_port_ets_rate_limit +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9ab18016 mlx5_query_port_oper_mtu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9b4ee9e2 mlx5_eswitch_mode +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9ece676f mlx5_query_port_max_mtu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa5bb719a mlx5_set_port_caps +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa90a1902 mlx5_set_port_pause +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xafc3988e mlx5_toggle_port_link +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb5654c81 mlx5_query_port_pfc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb80b04cf mlx5_modify_nic_vport_mac_address +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xbc4c04f9 mlx5_set_port_tc_group +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xbcac2713 mlx5_db_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xbf1dcf6c mlx5_query_hca_vport_gid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd18b6032 mlx5_vport_get_other_func_cap +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd3fe13e0 mlx5_query_nic_vport_node_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd5343aec mlx5_core_query_vport_counter +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd7d329e7 mlx5_set_port_tc_bw_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xdef86326 mlx5_query_port_wol +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe19bb99f mlx5_modify_nic_vport_promisc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe6f7456b mlx5_nic_vport_enable_roce +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xeef70725 mlx5_nic_vport_update_local_lb +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xfb36627f mlx5_query_hca_vport_system_image_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xff38e726 mlx5_frag_buf_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/micrel/ks8851_common 0x1aab3abd ks8851_remove_common +EXPORT_SYMBOL_GPL drivers/net/ethernet/micrel/ks8851_common 0x5ed6e068 ks8851_suspend +EXPORT_SYMBOL_GPL drivers/net/ethernet/micrel/ks8851_common 0x954b9a27 ks8851_probe_common +EXPORT_SYMBOL_GPL drivers/net/ethernet/micrel/ks8851_common 0xf9942d86 ks8851_resume +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 0xf0729662 devm_regmap_init_encx24j600 +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x179c8f06 __ocelot_write_ix +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x1a18fc48 ocelot_port_unassign_dsa_8021q_cpu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x238dc72e __ocelot_rmw_ix +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x29ea5d48 ocelot_port_del_dscp_prio +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x2b56ece2 ocelot_port_get_pause_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x32577e25 ocelot_bridge_num_find +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x335a8288 ocelot_phylink_mac_link_up +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x357275f0 ocelot_port_get_eth_phy_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x3de89745 ocelot_port_setup_dsa_8021q_cpu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x4acb6dec ocelot_lag_fdb_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x4caffa89 ocelot_migrate_mdbs +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x4f8fa387 ocelot_lag_fdb_del +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x51106897 ocelot_port_readl +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x5581e946 ocelot_port_add_dscp_prio +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x62cc8146 ocelot_regfields_init +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x6de63756 ocelot_port_teardown_dsa_8021q_cpu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x78c68d74 ocelot_regmap_init +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x7e2f8a13 ocelot_port_rmwl +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x8635885b ocelot_port_get_eth_ctrl_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x8c6bdb47 ocelot_port_get_rmon_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x8d0de343 ocelot_cls_flower_destroy +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x97a411c0 ocelot_phylink_mac_link_down +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x9fccf70b ocelot_cls_flower_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xa00e381d ocelot_port_assigned_dsa_8021q_cpu_mask +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xa210be0d __ocelot_read_ix +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xb4e6d66c ocelot_port_writel +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xb781c784 ocelot_port_get_dscp_prio +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xbc0902ab __ocelot_bulk_read_ix +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xc9e783f7 ocelot_port_get_default_prio +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xd5873f33 ocelot_port_get_eth_mac_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xdbce7539 ocelot_port_mirror_del +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xe90966c4 ocelot_port_mirror_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xed6610b3 ocelot_mact_flush +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xeddc07fb ocelot_bond_get_id +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xf31ac568 ocelot_port_assign_dsa_8021q_cpu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xf367defb ocelot_port_set_default_prio +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xf5bdde99 ocelot_cls_flower_replace +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xfb0286fb ocelot_get_bridge_fwd_mask +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac 0x0431a841 stmmac_bus_clks_config +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac 0x1716546b stmmac_suspend +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac 0x545572d4 stmmac_set_mac_addr +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac 0x6749ac06 stmmac_dvr_probe +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac 0x72d78b56 stmmac_resume +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac 0x8825a5c4 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 0xbb4437f6 stmmac_dvr_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0x16afa484 stmmac_pltfr_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0x2d652537 stmmac_probe_config_dt +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0x36eb4423 stmmac_get_platform_resources +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0x44603ebb stmmac_remove_config_dt +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0x72c75579 stmmac_pltfr_pm_ops +EXPORT_SYMBOL_GPL drivers/net/ethernet/wiznet/w5100 0x2d6ab906 w5100_ops_priv +EXPORT_SYMBOL_GPL drivers/net/ethernet/wiznet/w5100 0x42dc5a2a w5100_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/wiznet/w5100 0x45a1a921 w5100_pm_ops +EXPORT_SYMBOL_GPL drivers/net/ethernet/wiznet/w5100 0x7aa7bdad w5100_probe +EXPORT_SYMBOL_GPL drivers/net/geneve 0xa5fe1b8c geneve_dev_create_fb +EXPORT_SYMBOL_GPL drivers/net/ipvlan/ipvlan 0x208a6a49 ipvlan_link_setup +EXPORT_SYMBOL_GPL drivers/net/ipvlan/ipvlan 0x2ec0c4c1 ipvlan_link_new +EXPORT_SYMBOL_GPL drivers/net/ipvlan/ipvlan 0x65371bf1 ipvlan_link_register +EXPORT_SYMBOL_GPL drivers/net/ipvlan/ipvlan 0xa5b5c07c ipvlan_link_delete +EXPORT_SYMBOL_GPL drivers/net/ipvlan/ipvlan 0xb2620db1 ipvlan_count_rx +EXPORT_SYMBOL_GPL drivers/net/macsec 0xc7ac0af4 macsec_pn_wrapped +EXPORT_SYMBOL_GPL drivers/net/macvlan 0x00b32b86 macvlan_common_newlink +EXPORT_SYMBOL_GPL drivers/net/macvlan 0x19fe3ba4 macvlan_common_setup +EXPORT_SYMBOL_GPL drivers/net/macvlan 0xa822d344 macvlan_dellink +EXPORT_SYMBOL_GPL drivers/net/macvlan 0xbcf65ba6 macvlan_link_register +EXPORT_SYMBOL_GPL drivers/net/mdio/mdio-i2c 0xfb1a4fea mdio_i2c_alloc +EXPORT_SYMBOL_GPL drivers/net/net_failover 0x48f1553b net_failover_destroy +EXPORT_SYMBOL_GPL drivers/net/net_failover 0x70386929 net_failover_create +EXPORT_SYMBOL_GPL drivers/net/pcs/pcs-altera-tse 0x5db3962b alt_tse_pcs_create +EXPORT_SYMBOL_GPL drivers/net/pcs/pcs_xpcs 0x2185bb40 xpcs_config_eee +EXPORT_SYMBOL_GPL drivers/net/pcs/pcs_xpcs 0x47f8e0c2 xpcs_get_an_mode +EXPORT_SYMBOL_GPL drivers/net/pcs/pcs_xpcs 0x643b4179 xpcs_get_interfaces +EXPORT_SYMBOL_GPL drivers/net/pcs/pcs_xpcs 0x90d7a42e xpcs_do_config +EXPORT_SYMBOL_GPL drivers/net/pcs/pcs_xpcs 0x92669be7 xpcs_destroy +EXPORT_SYMBOL_GPL drivers/net/pcs/pcs_xpcs 0xaa2f3c14 xpcs_link_up +EXPORT_SYMBOL_GPL drivers/net/pcs/pcs_xpcs 0xf847bd08 xpcs_create +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x07e4a7b6 bcm_phy_write_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x0e8401c2 __bcm_phy_modify_exp +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x15f83f92 __bcm_phy_read_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x199f8588 bcm_phy_cable_test_get_status +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x1e909ee4 __bcm_phy_modify_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x25f651c5 bcm_phy_read_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x2f82b545 bcm_phy_set_eee +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x3e78c10f bcm_phy_read_shadow +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x4289898e bcm_phy_r_rc_cal_reset +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x50389a40 __bcm_phy_write_exp +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x58ae7cf0 __bcm_phy_read_exp +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x5c55bb83 bcm_phy_read_misc +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x640d8538 bcm_phy_get_stats +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x67adb902 bcm_phy_downshift_get +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x68a012a7 bcm_phy_read_exp +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x6918b155 bcm_phy_modify_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x73aabbbd bcm_phy_write_misc +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x7429e736 bcm_phy_handle_interrupt +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x790c2e73 bcm_phy_modify_exp +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x8ea5ac2b bcm_phy_write_shadow +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x9c735865 __bcm_phy_write_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xa70859e6 bcm_phy_get_strings +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xa7de2106 bcm_phy_ack_intr +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xb2ba8076 bcm_phy_cable_test_start_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xb746971b bcm_phy_28nm_a0b0_afe_config_init +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xbff93d1c bcm_phy_cable_test_get_status_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xc3414736 bcm_phy_get_sset_count +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xc3aa4e0b bcm_phy_enable_apd +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xc55386e0 bcm_phy_enable_jumbo +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xc9991ec5 bcm54xx_auxctl_read +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xcbaf6593 bcm_phy_write_exp +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xeea2365d bcm_phy_config_intr +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xf6411573 bcm_phy_downshift_set +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xf9696ca8 bcm_phy_cable_test_start +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-ptp 0xc483e0d3 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 0xfdf7d0c1 bcm_ptp_config_init +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x08213956 phylink_ethtool_get_wol +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x10e3ad98 phylink_of_phy_connect +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x12135396 phylink_mac_change +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x15c4e3e2 phylink_ethtool_set_pauseparam +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x16ca1a8a phylink_suspend +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x17682f3b phylink_create +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x1bf44509 phylink_fwnode_phy_connect +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x2c8e28ee phylink_ethtool_get_eee +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x3f3a174a phylink_ethtool_ksettings_get +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x4278d56a phylink_expects_phy +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x5291a2f7 phylink_mii_c45_pcs_get_state +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x57727285 phylink_ethtool_set_eee +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x59e0695d phylink_speed_down +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x5d0c4dcc phylink_speed_up +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x5dc19747 phylink_mii_c22_pcs_encode_advertisement +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x62104126 phylink_ethtool_set_wol +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x64a1a5ce phylink_decode_usxgmii_word +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x66e8b5b0 phylink_caps_to_linkmodes +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x6ccef93e phylink_mii_c22_pcs_config +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x6fa426d2 phylink_ethtool_nway_reset +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x7b58f3f6 phylink_generic_validate +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x825c7340 phylink_get_eee_err +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x859b1ff6 phylink_validate_mask_caps +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x911fcd6c phylink_start +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x93c64e2a phylink_mii_c22_pcs_get_state +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x95ea06a1 phylink_ethtool_ksettings_set +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x983276da phylink_disconnect_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 0xd2ef6a40 phylink_mii_ioctl +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0xd903f419 phylink_get_capabilities +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0xdcb0a2c0 phylink_stop +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0xec02ebe0 phylink_init_eee +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0xf3083a1d phylink_destroy +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0xf8fe5642 phylink_ethtool_get_pauseparam +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0xf926a606 phylink_mii_c22_pcs_decode_state +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0xfc56e4ca phylink_connect_phy +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0xfdb6a580 phylink_mii_c22_pcs_an_restart +EXPORT_SYMBOL_GPL drivers/net/tap 0x18857e2d tap_queue_resize +EXPORT_SYMBOL_GPL drivers/net/tap 0x4f48a0ba tap_create_cdev +EXPORT_SYMBOL_GPL drivers/net/tap 0x524736be tap_free_minor +EXPORT_SYMBOL_GPL drivers/net/tap 0x60cfa49d tap_get_ptr_ring +EXPORT_SYMBOL_GPL drivers/net/tap 0x63a58f73 tap_get_socket +EXPORT_SYMBOL_GPL drivers/net/tap 0x77d2515f tap_destroy_cdev +EXPORT_SYMBOL_GPL drivers/net/tap 0x821024df tap_handle_frame +EXPORT_SYMBOL_GPL drivers/net/tap 0x9749eaf1 tap_del_queues +EXPORT_SYMBOL_GPL drivers/net/tap 0xde3ace50 tap_get_minor +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0x0df19af2 usbnet_cdc_status +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0x798e05ee usbnet_cdc_zte_rx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0x7b509919 usbnet_generic_cdc_bind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0x91d87311 usbnet_cdc_unbind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0x94543354 usbnet_ether_cdc_bind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0xd89dcff6 usbnet_cdc_bind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0xfeacd5af usbnet_cdc_update_filter +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x602e9d8a cdc_ncm_unbind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x7525f35e cdc_ncm_bind_common +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0xa7375f67 cdc_ncm_rx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0xb9c9c9ee cdc_ncm_rx_verify_nth32 +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0xbf33f98a cdc_ncm_fill_tx_frame +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0xc27713c9 cdc_ncm_change_mtu +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0xcacbc1d6 cdc_ncm_rx_verify_ndp32 +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0xce2dbf02 cdc_ncm_rx_verify_nth16 +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0xcf05558e cdc_ncm_select_altsetting +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0xde361677 cdc_ncm_rx_verify_ndp16 +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0xf89d7700 cdc_ncm_tx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/r8152 0x5ca5cba0 rtl8152_get_version +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0x17dac876 rndis_unbind +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0x21721cfe rndis_rx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0x29cde699 rndis_tx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0x676d74e1 rndis_command +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0xaacefb7f rndis_status +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0xe7245157 generic_rndis_bind +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x007e3f58 usbnet_get_ethernet_addr +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x037056b1 usbnet_write_cmd_nopm +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x09966168 usbnet_get_endpoints +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x0c2b613d usbnet_read_cmd_nopm +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x0f191eff usbnet_defer_kevent +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x19499197 usbnet_resume +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x1efac8ce usbnet_start_xmit +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x2a33689b usbnet_change_mtu +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x2f691550 usbnet_get_link_ksettings_mii +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x31954bbe usbnet_get_msglevel +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x3a2301d4 usbnet_get_link_ksettings_internal +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x3e894b27 usbnet_resume_rx +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x404587e2 usbnet_status_start +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x4b9029af usbnet_set_rx_mode +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x56a1f58c usbnet_open +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x61e60169 usbnet_status_stop +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x8480c488 usbnet_stop +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x8b3b5246 usbnet_purge_paused_rxq +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x989575d4 usbnet_set_link_ksettings_mii +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x9f408d6c usbnet_read_cmd +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xa6444be4 usbnet_suspend +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xaab9dcc4 usbnet_skb_return +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xac09dbe7 usbnet_pause_rx +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xb2db9af1 usbnet_get_drvinfo +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xb83d9d78 usbnet_nway_reset +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xbd559b04 usbnet_probe +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xca1800b9 usbnet_unlink_rx_urbs +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xcd173246 usbnet_update_max_qlen +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xcd7aac2e usbnet_get_link +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xce2343b3 usbnet_tx_timeout +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xd49e5847 usbnet_write_cmd +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xd555083a usbnet_disconnect +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xf617ac3d usbnet_write_cmd_async +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xfabc8423 usbnet_set_msglevel +EXPORT_SYMBOL_GPL drivers/net/vxlan/vxlan 0x087598d4 vxlan_dev_create +EXPORT_SYMBOL_GPL drivers/net/vxlan/vxlan 0x0db4f613 vxlan_fdb_replay +EXPORT_SYMBOL_GPL drivers/net/vxlan/vxlan 0x8caa4c1a vxlan_fdb_find_uc +EXPORT_SYMBOL_GPL drivers/net/vxlan/vxlan 0xd52269ea vxlan_fdb_clear_offload +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/ipw2x00/libipw 0x5b5407b1 libipw_rx_any +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x1a486f5c il_dealloc_bcast_stations +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x1e5cf4eb _il_grab_nic_access +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x894ee958 il_prep_station +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xa295bc48 il_mac_tx_last_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xe8cd9f66 il_remove_station +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x5987fe45 iwl_fw_lookup_assert_desc +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x71118edc iwl_fw_lookup_cmd_ver +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x74778a2f iwl_fw_lookup_notif_ver +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0x039bb106 p54_init_common +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0x0ee86571 p54_parse_eeprom +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0x18e5f9ba p54_unregister_common +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0x3cbe401f p54_read_eeprom +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0x91783535 p54_register_common +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0x92ed2341 p54_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0x9617d1c8 p54_free_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0xd7523f9f p54_free_common +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0xf93856fe p54_parse_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x0b968848 lbs_add_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x1bd1d053 lbs_get_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x2c019f54 lbs_remove_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x34b8f1d0 lbs_host_to_card_done +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x49717d5c lbs_queue_event +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x77398c75 lbs_start_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x79c086e9 lbs_get_firmware_async +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x9a4c4ffc lbs_stop_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0xa37010ce lbs_cmd_copyback +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0xa5c6bd5f lbs_host_sleep_cfg +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0xa69b6502 lbs_notify_command_response +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0xa81f25a5 __lbs_cmd +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0xb04799f6 lbs_resume +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0xd29e9093 lbs_send_tx_feedback +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0xefa63e37 lbs_process_rxed_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0xf289b6ba lbs_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0xf64277de lbs_debug +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0x07907a4d lbtf_bcn_sent +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0x09752678 lbtf_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0x6fb7726b lbtf_cmd_response_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0xad85d2bb lbtf_send_tx_feedback +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0xae69f0f1 __lbtf_cmd +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0xb18a90d6 lbtf_add_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 0xe2d705b5 lbtf_remove_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0xf043eea6 lbtf_cmd_copyback +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x07dc6148 mwifiex_queue_main_work +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x16b97c41 mwifiex_main_process +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x295dbc6b mwifiex_fw_dump_event +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x2b542360 mwifiex_enable_hs +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x517e2cbd mwifiex_write_data_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x58201691 mwifiex_del_virtual_intf +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x5cc4de85 mwifiex_dnld_fw +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x76b4a6bd mwifiex_init_shutdown_fw +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x8036f6fe mwifiex_disable_auto_ds +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x8d85ff76 mwifiex_add_virtual_intf +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x9cea3cb9 mwifiex_deauthenticate_all +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xa27b55cc mwifiex_multi_chan_resync +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xa969ab32 mwifiex_reinit_sw +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xac562fb1 mwifiex_handle_rx_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xad4339b0 mwifiex_add_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xae221c9e _mwifiex_dbg +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xb170f71d mwifiex_process_sleep_confirm_resp +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xbbd9de34 mwifiex_prepare_fw_dump_info +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xc531e561 mwifiex_remove_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xd4dad9f3 mwifiex_alloc_dma_align_buf +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xe3c4b5e3 mwifiex_process_hs_config +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xf515df95 mwifiex_upload_device_dump +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xf7ab2c4b mwifiex_shutdown_sw +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xf9c5b892 mwifiex_drv_info_dump +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xfae37b27 mwifiex_cancel_hs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x03854f9b mt76_register_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x0a313395 mt76_tx_worker_run +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x0de2f987 __traceiter_dev_irq +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x0e67ce9f mt76_rx_token_release +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x0e8b286b mt76_eeprom_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x0fb3c722 mt76_dma_cleanup +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x11c286b8 __mt76_sta_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x14022061 mt76_csa_check +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x14800d1a mt76_put_txwi +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x1735e4e2 mt76_insert_ccmp_hdr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x17484d28 __mt76_tx_complete_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x17f568e9 mt76_rates +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x1ec57b4f __mt76_worker_fn +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x20250c93 mt76_free_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x22bee492 __SCK__tp_func_dev_irq +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x23681fce mt76_tx_check_agg_ssn +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x2ea453fd __SCK__tp_func_mac_txdone +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x2fd3cd40 mt76_mmio_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x34fa22c3 mt76_tx_status_skb_get +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x3984df1f mt76_token_consume +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x3b43935b __tracepoint_mac_txdone +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x3b60c5c6 mt76_get_rxwi +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x3da7ec36 mt76_wake_tx_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x43c55b9e mt76_phy_dfs_state +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x46402a0f mt76_get_rate_power_limits +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x4647df21 mt76_sw_scan +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x492c33ba mt76_tx_status_skb_done +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x4a632cdf mt76_sw_scan_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x4e43722d mt76_mcu_skb_send_and_get_msg +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x4f10af31 mt76_get_survey +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x4f81945f mt76_tx_status_check +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x512ed8f7 mt76_get_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x5467c3ce mt76_put_rxwi +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x55028cbb mt76_csa_finish +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x582c5cc1 mt76_get_sar_power +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x598447b2 mt76_get_min_avg_rssi +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x59b00ae3 mt76_init_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x5a9710be mt76_get_rate +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x5eb70e4d mt76_dma_attach +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x6097058b mt76_tx_status_lock +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x64a3c721 mt76_rx_aggr_stop +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x65aa1706 mt76_update_survey_active_time +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x6605c0e8 mt76_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x6ae0909f mt76_tx_status_unlock +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x6b31fe6f mt76_eeprom_override +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x6d05ea4e __mt76_mcu_send_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x6d57f438 mt76_unregister_phy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x6eed3b58 mt76_token_release +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x70958c8e __traceiter_mac_txdone +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x77424999 mt76_calculate_default_rate +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x78743952 mt76_pci_disable_aspm +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x85696e26 mt76_mcu_send_and_get_msg +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x85885b3c mt76_sta_state +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x894a113b __mt76_mcu_msg_alloc +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x8e074937 mt76_stop_tx_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x917b87a6 mt76_rx_poll_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x98ba7772 mt76_skb_adjust_pad +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x99424f8b mt76_txq_schedule_all +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x9a9439bb mt76_alloc_phy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x9ec88aa9 mt76_release_buffered_frames +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x9ee750a9 mt76_update_survey +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x9fce9db2 mt76_tx_status_skb_add +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xa05ea4eb mt76_queues_read +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xae6cbe9a __mt76_set_tx_blocked +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xb047a592 mt76_has_tx_pending +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xb0aad1e2 mt76_init_sar_power +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xb0dd33d7 mt76_dma_rx_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xb25e9b21 mt76_set_channel +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xb650b876 mt76_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xb7415eb3 mt76_rx_aggr_start +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xb9626b5d mt76_register_phy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xbb31a266 __SCT__tp_func_mac_txdone +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xbbc113d8 mt76_unregister_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xc0d63bee mt76_get_antenna +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xc5b24646 mt76_mcu_get_response +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xc6634315 mt76_ac_to_hwq +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xc79daf86 mt76_ethtool_worker +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xc95ce25c mt76_set_irq_mask +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xd38e1add mt76_txq_schedule +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xd89c94ff mt76_mcu_rx_event +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xd8eee4f4 mt76_register_debugfs_fops +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xe1f5c633 mt76_queue_tx_complete +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 0xe5b6b0ad ____mt76_poll_msec +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xe885b6a3 mt76_sta_pre_rcu_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xea69cceb __mt76_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xea88d006 mt76_get_of_eeprom +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xed9c7bba __tracepoint_dev_irq +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xf1b0a10d mt76_set_tim +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xf3092a94 mt76_seq_puts_array +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xf7ddc4d7 mt76_rx_token_consume +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xfb77e5f8 mt76_alloc_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xfd278683 mt76_set_stream_caps +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x0212b31b mt76_connac_mcu_uni_add_bss +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x03e99d4f mt76_connac_mcu_coredump_event +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x091f828e mt76_connac_mcu_sta_ba +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x0b5c982a mt76_connac_mcu_add_key +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x107355b1 mt76_connac_mcu_sta_cmd +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x11f8e67f mt76_connac_mcu_wtbl_hdr_trans_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x12014b29 mt76_connac_mcu_chip_config +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x13a2e70e mt76_connac_mcu_cancel_hw_scan +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x167896f7 mt76_connac_mcu_set_channel_domain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x1fb9c6cc mt76_connac_mcu_update_gtk_rekey +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x20ddd5d5 mt76_connac_mcu_set_mac_enable +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x25539eff mt76_connac_mcu_reg_wr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x2eb9afda mt76_connac_mcu_hw_scan +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x42df2c6c mt76_connac_mcu_add_nested_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x4387a646 mt76_connac_mcu_update_arp_filter +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x43e7d398 mt76_connac_mcu_sta_wed_update +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x4513c067 mt76_connac_mcu_start_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x45fa689c mt76_connac_mcu_restart +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x46080186 mt76_connac2_mac_decode_he_radiotap +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x58234543 mt76_connac2_mac_fill_txs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x59ad7cbf mt76_connac2_reverse_frag0_hdr_trans +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x5dfb198c mt76_connac_mcu_set_hif_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x5ea0b313 mt76_connac_mcu_rdd_cmd +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x60a1643d mt76_connac_mcu_sta_ba_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x647a06fb mt76_connac_mcu_beacon_loss_iter +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x721a3ab1 mt76_connac_mcu_set_pm +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x758339cc mt76_connac_tx_complete_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x7621dd7e mt76_connac2_mac_tx_rate_val +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x7d4c6cf3 mt76_connac_mcu_sta_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x7d98b0ab mt76_connac_get_phy_mode +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x7df581c1 mt76_connac2_mac_write_txwi +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x7ff90362 mt76_connac_pm_queue_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x816c9de2 mt76_connac_mcu_start_patch +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x87ab7fd8 mt76_connac_mcu_sta_update_hdr_trans +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x880c6e2f mt76_connac_write_hw_txp +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x89c86c5a mt76_connac_mcu_wtbl_ht_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x8a7bbd16 mt76_connac_mcu_wtbl_smps_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x8a8dc57c mt76_connac_pm_dequeue_skbs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x8c2bd9f0 mt76_connac_pm_wake +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x8d94ed22 mt76_connac_mcu_uni_add_dev +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x8dd8732c mt76_connac_mcu_uni_set_chctx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x8fbe084f mt76_connac_mcu_get_nic_capability +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 0x92ebb673 mt76_connac2_mcu_fill_message +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x93a987d2 mt76_connac_mcu_wtbl_generic_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x97ff43a9 __mt76_connac_mcu_alloc_sta_req +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x9a955b60 mt76_connac_mcu_set_suspend_iter +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xa58d0aef mt76_connac_get_he_phy_cap +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xa7346fe0 mt76_connac_mcu_wtbl_ba_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xadb80457 mt76_connac_init_tx_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xaf891c4f mt76_connac_mcu_alloc_wtbl_req +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xb273f1a3 mt76_connac_mcu_reg_rr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xbade46eb mt76_connac_mcu_bss_omac_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xbbfb1252 mt76_connac_mcu_bss_ext_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xbc72cf0f mt76_connac_power_save_sched +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xc49c7e57 mt76_connac_mcu_set_vif_ps +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xc6d8f1d0 mt76_connac_mcu_patch_sem_ctrl +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xc83e4b4b mt76_connac_free_pending_tx_skbs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xc8af6320 mt76_connac_mcu_set_p2p_oppps +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xc94a5080 mt76_connac_mcu_init_download +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xcabd5db5 mt76_connac2_mac_add_txs_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xd37f8e24 mt76_connac_mcu_set_deep_sleep +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xd690c0b1 mt76_connac_mcu_wtbl_update_hdr_trans +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xd801ed54 mt76_connac_mcu_sched_scan_req +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xdaff0dd1 mt76_connac2_load_patch +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xdda68cae mt76_connac_mcu_sched_scan_enable +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xe154ab0c mt76_connac_mcu_set_rate_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xe1b18bb7 mt76_connac2_mac_fill_rx_rate +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xe46b9abc mt76_connac_txp_skb_unmap +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xf1199d09 mt76_connac_sta_state_dp +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xf6cd2652 mt76_connac_mcu_sta_uapsd +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xf7defff3 mt76_connac2_load_ram +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xf8af5597 mt76_connac_mcu_bss_basic_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xfb60dc58 mt76_connac_mcu_sta_basic_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xff1468a0 mt76_connac_mcu_set_rts_thresh +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x2b777c7e mt76s_read_copy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x44296744 mt76s_wr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x5a732523 mt76s_hw_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x5ac5d704 mt76s_alloc_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x6b310f38 mt76s_wr_rp +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x6d41fb18 mt76s_txqs_empty +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x6e0afd1e mt76s_rmw +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x7ee05550 mt76s_alloc_rx_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x80eaf2ef mt76s_rd_rp +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x8bbd0b63 mt76s_rr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x92c83214 mt76s_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x96c6f109 mt76s_write_copy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0xc9b8eafc mt76s_txrx_worker +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0xcc70747a mt76s_deinit +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0xd34c4e31 mt76s_read_pcr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0xee720e01 mt76s_sdio_irq +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x03b4b0d6 mt76u_vendor_request +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x3e145628 __mt76u_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x59a22bc3 mt76u_alloc_mcu_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x7682db6c mt76u_stop_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x830d1734 ___mt76u_rr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x9318f848 mt76u_single_wr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x96d7a96b mt76u_stop_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0xa628219d __mt76u_vendor_request +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0xafc72f48 mt76u_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0xc1e307ec mt76u_queues_deinit +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0xcf0bbf38 mt76u_alloc_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0xe1112507 ___mt76u_wr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0xe129c917 mt76u_read_copy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0xf023f5e3 mt76u_resume_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x0023b2dd mt7615_init_debugfs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x042811cb mt7615_update_channel +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x0bd6d964 mt7615_eeprom_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x10f83d57 mt7615_sta_ps +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x17c63c2e mt7615_mac_sta_add +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x2387e47a mt7615_mcu_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x31f7bdf5 mt7615_thermal_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x3a667a2e mt7615_rx_check +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x4339b105 mt7622_trigger_hif_int +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x56e5ad02 mt7615_ops +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x57e83560 mt7615_init_work +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x58360390 mt7615_mcu_restart +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x5a9bfd76 mt7615_mcu_fill_msg +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x65d3e4f9 mt7615_mcu_exit +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x71661c54 mt7615_queue_rx_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x745e4d5a mt7615_wait_for_mcu_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x8171d7d6 mt7615_init_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x8726718c mt7615_unregister_ext_phy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x96ee9a1c __mt7663_load_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xae4fbaba mt7615_mac_sta_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xaeb3d4db mt7615_init_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xb5acd51e mt7615_mcu_parse_response +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xddf12327 mt7615_mac_set_rates +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xdf6c9373 mt7615_tx_token_put +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xed8af8b0 mt7615_mac_enable_rtscts +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xf2beb683 mt7615_mac_sta_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xfcac7304 mt7615_register_ext_phy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xfdcf98b8 mt7615_mac_write_txwi +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615e 0x8d1ae9f2 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 0x2a467a64 mt7663_usb_sdio_tx_complete_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7663-usb-sdio-common 0x9e7c20e6 mt7663_usb_sdio_tx_prepare_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7663-usb-sdio-common 0xa79ae915 mt7663_usb_sdio_tx_status_data +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7663-usb-sdio-common 0xf3ca014c mt7663_usb_sdio_register_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0x05150b17 mt76x0_set_sar_specs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0x83c46382 mt76x0_config +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0x99daac86 mt76x0_phy_calibrate +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0xd085098e mt76x0_init_hardware +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0xddb62100 mt76x0_mac_stop +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0xe22e1478 mt76x0_register_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0xffda9a32 mt76x0_chip_onoff +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x00301e95 mt76x02_update_channel +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x0c55f7be mt76x02_sta_add +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x16d04933 mt76x02_queue_rx_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x17817f89 mt76x02_mcu_set_radio_state +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x187ec652 mt76x02_dma_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x1a856600 mt76x02_edcca_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x2afddce9 mt76x02_set_key +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x2e45fac0 mt76x02_set_ethtool_fwver +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x2f13a912 mt76x02_tx_prepare_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x30cf2583 mt76x02_init_agc_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x31a61a1a mt76x02_set_rts_threshold +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x360bd2e9 mt76x02_init_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x3b6fb9f5 mt76x02_configure_filter +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x4336dc99 mt76x02_init_debugfs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x43ca9ba0 mt76x02_mac_reset_counters +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x46ce8853 mt76x02_mcu_calibrate +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x48ad2db3 mt76x02_phy_set_rxpath +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x4f59542d mt76x02_mcu_msg_send +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x4f6f86c6 mt76x02_eeprom_parse_hw_cap +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x5ba473c6 mt76x02_dfs_init_params +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x5bd84fd5 mt76x02_rates +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x632dbbe6 mt76x02_sta_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x68aa5516 mt76x02_mac_setaddr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x6ba9194f mt76x02_mac_shared_key_setup +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x6ddd4309 mt76x02_init_beacon_config +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x6e42e7ec mt76x02_config_mac_addr_list +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x6e9fa03e mt76x02_dma_disable +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x7110d1fb mt76x02_phy_set_txdac +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x72e0115a mt76x02_sw_scan_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x7326ef36 mt76x02_sta_rate_tbl_update +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 0x79754ba7 mt76x02_rx_poll_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x7d47700c mt76x02_reconfig_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x7dc3a125 mt76x02_mcu_cleanup +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x7deefeef mt76x02_ampdu_action +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x7ff00cea mt76x02_get_rx_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x84b5b9a8 mt76x02_resync_beacon_timer +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x861ca9fe mt76x02_phy_set_bw +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x8c3076f2 mt76x02_get_lna_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x9190fca5 mt76x02_eeprom_copy +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 0x947ae665 mt76x02_enqueue_buffered_bc +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x95ea5b4f mt76x02_sta_ps +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x96bd8f31 mt76x02_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x976d5ca1 mt76x02_set_tx_ackto +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x98ffadc3 mt76x02_bss_info_changed +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xa123c1e0 mt76x02_add_interface +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xa5823bf2 mt76x02_phy_dfs_adjust_agc +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xa723a3e6 mt76x02_mcu_function_select +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xab26e5bd mt76x02_remove_interface +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xac42f370 mt76x02_set_coverage_class +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 0xb7397250 mt76x02e_init_beacon_config +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xb9086198 mt76x02_conf_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xc1bd3444 mt76x02_ext_pa_enabled +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xcbca8b7e mt76x02_mac_cc_reset +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xd97b4488 mt76x02_tx_set_txpwr_auto +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xda44e779 mt76x02_phy_adjust_vga_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xddc6ff2e mt76x02_mac_write_txwi +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xe0869cf2 mt76x02_mac_start +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xe7dbb24a mt76x02_get_efuse_data +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xec4245b7 mt76x02_tx_complete_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xeebbd3b6 mt76x02_mac_wcid_setup +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xefe4bcb4 mt76x02_mcu_parse_response +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xf058cee5 mt76x02_phy_set_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xf079db69 mt76x02_phy_set_band +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xf4557d77 mt76x02_update_beacon_iter +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xf4ce08c1 mt76x02_tx_status_data +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xf5060d8d mt76x02_mac_set_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xfcfa7bd4 mt76x02_remove_hdr_pad +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0x33d16096 mt76x02u_tx_complete_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0x56933484 mt76x02u_exit_beacon_config +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0x5a1392f5 mt76x02u_init_mcu +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0x646a15bd mt76x02u_mac_start +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0x93145839 mt76x02u_mcu_fw_send_data +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0xd6b6d269 mt76x02u_tx_prepare_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0xda82035c mt76x02u_init_beacon_config +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0xdeb70bf2 mt76x02u_mcu_fw_reset +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x024e4771 mt76x2_init_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x06c975af mt76x2_read_rx_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x06e81acc mt76x2_set_sar_specs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x073bf9a7 mt76x2_eeprom_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x096cfa1e mt76x2_mac_stop +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x12cab762 mt76_write_mac_initvals +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x13672550 mt76x2_configure_tx_delay +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x19a6766d mt76x2_reset_wlan +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x2dae7c8a mt76x2_phy_set_txpower_regs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x376125f4 mt76x2_mcu_set_channel +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x3bada8a2 mt76x2_mcu_tssi_comp +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x4532d53a mt76x2_phy_tssi_compensate +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x4a5306dc mt76x2_mcu_load_cr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x6ac17443 mt76x2_get_temp_comp +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x961117aa mt76x2_get_rate_power +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x99f3c85f mt76x2_mcu_init_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x9f79a77b mt76x2_apply_gain_adj +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xb1ce2a2c mt76x2_phy_update_channel_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xc0f67947 mt76x2_phy_set_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xcec51e1f mt76x2_get_power_info +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x283bd049 mt7921_mcu_set_eeprom +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x30858bb6 mt7921_mcu_parse_response +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x3eaab4c3 mt7921_mac_sta_assoc +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x4160781e mt7921_register_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x4bcb9c0e mt7921_ops +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x5bc21702 mt7921_queue_rx_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x5e5e4386 mt7921_mac_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x7d4bd6f5 mt7921_usb_sdio_tx_status_data +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x8300149a mt7921_mcu_fw_pmctrl +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x8d36e38f mt7921_update_channel +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x91bef3e8 mt7921_mcu_drv_pmctrl +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x936a3e4c mt7921_txwi_free +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x9413a3d6 mt7921_reset +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0xae5570e4 mt7921_check_offload_capability +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0xb9b9cf51 mt7921_usb_sdio_tx_prepare_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0xbf572b14 __mt7921_start +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0xc64ff30c mt7921_usb_sdio_tx_complete_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0xccabdbf8 mt7921_mac_sta_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0xd2b53045 mt7921_rx_check +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0xdafca679 mt7921_run_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0xe029cc50 mt7921_stop +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0xe4753d87 mt7921_mac_sta_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0xe4fa18bd mt7921_sta_ps +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0xf864c9cd mt7921_mac_sta_add +EXPORT_SYMBOL_GPL drivers/net/wireless/microchip/wilc1000/wilc1000 0x047bca58 host_sleep_notify +EXPORT_SYMBOL_GPL drivers/net/wireless/microchip/wilc1000/wilc1000 0x19d57550 chip_wakeup +EXPORT_SYMBOL_GPL drivers/net/wireless/microchip/wilc1000/wilc1000 0x28d253e9 wilc_netdev_cleanup +EXPORT_SYMBOL_GPL drivers/net/wireless/microchip/wilc1000/wilc1000 0x6e1f8f9f wilc_cfg80211_init +EXPORT_SYMBOL_GPL drivers/net/wireless/microchip/wilc1000/wilc1000 0x746526d8 host_wakeup_notify +EXPORT_SYMBOL_GPL drivers/net/wireless/microchip/wilc1000/wilc1000 0xc57e0d32 chip_allow_sleep +EXPORT_SYMBOL_GPL drivers/net/wireless/microchip/wilc1000/wilc1000 0xf95f33cc wilc_handle_isr +EXPORT_SYMBOL_GPL drivers/net/wireless/quantenna/qtnfmac/qtnfmac 0x0d4082ab qtnf_core_detach +EXPORT_SYMBOL_GPL drivers/net/wireless/quantenna/qtnfmac/qtnfmac 0x31fab83c qtnf_chipid_to_string +EXPORT_SYMBOL_GPL drivers/net/wireless/quantenna/qtnfmac/qtnfmac 0x5bbec74d qtnf_get_debugfs_dir +EXPORT_SYMBOL_GPL drivers/net/wireless/quantenna/qtnfmac/qtnfmac 0x62843dc1 qtnf_core_attach +EXPORT_SYMBOL_GPL drivers/net/wireless/quantenna/qtnfmac/qtnfmac 0x730962a6 qtnf_trans_handle_rx_ctl_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/quantenna/qtnfmac/qtnfmac 0x775e5716 qtnf_classify_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/quantenna/qtnfmac/qtnfmac 0xf31e972c qtnf_wake_all_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x0ef99dfc rt2800_sta_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x10b2a320 rt2800_process_rxwi +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x128b4312 rt2800_gain_calibration +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x16f96f7a rt2800_wait_csr_ready +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x1efbd9f4 rt2800_mcu_request +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x21389bc3 rt2800_config_ant +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x2b9fe309 rt2800_ampdu_action +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x2be8ae4f rt2800_write_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x2cc17f0c rt2800_set_rts_threshold +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x2db19d23 rt2800_enable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x34643a60 rt2800_conf_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x36961837 rt2800_link_tuner +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x410a0a4d rt2800_efuse_detect +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x45dbb94e rt2800_sta_add +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x4c012e8f rt2800_config_pairwise_key +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x50123a49 rt2800_config +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x78033737 rt2800_disable_wpdma +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x7b36abe0 rt2800_disable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x7ed70544 rt2800_txstatus_pending +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x8482e274 rt2800_pre_reset_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x8582562f rt2800_config_erp +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x887a18c6 rt2800_get_txwi_rxwi_size +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x90aad84a rt2800_probe_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x911e2948 rt2800_txdone_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xaa7ef323 rt2800_txstatus_timeout +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xb42a82c3 rt2800_config_filter +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xb6cc1755 rt2800_clear_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xbcddd5ca rt2800_get_tsf +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xc2270456 rt2800_watchdog +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xc8a76123 rt2800_link_stats +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xce970b88 rt2800_read_eeprom_efuse +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xda1f49cc rt2800_get_key_seq +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xdba56931 rt2800_wait_wpdma_ready +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xe02e284b rt2800_txdone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xe42aed4d rt2800_txdone_nostatus +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xe4b7163b rt2800_load_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xe83f8108 rt2800_reset_tuner +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xe8eb5930 rt2800_config_intf +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xea4214c6 rt2800_rfkill_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xea6d1b8b rt2800_write_tx_data +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xee73d1d2 rt2800_get_survey +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xf02283bd rt2800_config_shared_key +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xf329e7df rt2800_vco_calibration +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xfb614f5d rt2800_check_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x32ac3645 rt2800mmio_rxdone_tasklet +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x337b062a rt2800mmio_clear_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x3d741c87 rt2800mmio_pretbtt_tasklet +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x5028bbb2 rt2800mmio_tbtt_tasklet +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x599035a5 rt2800mmio_flush_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x5fa4db64 rt2800mmio_interrupt +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x63294262 rt2800mmio_get_txwi +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x63f544e5 rt2800mmio_probe_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x65484767 rt2800mmio_queue_init +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x790ad87e rt2800mmio_write_tx_desc +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x7d8892ea rt2800mmio_start_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x8283d6a4 rt2800mmio_stop_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x82b09cdd rt2800mmio_init_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x89e6a56a rt2800mmio_kick_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x8d78a7a4 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 0x986fe54f rt2800mmio_get_entry_state +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x9f3c8921 rt2800mmio_txstatus_tasklet +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xcd0e6280 rt2800mmio_toggle_irq +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xd52737d9 rt2800mmio_enable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xde396245 rt2800mmio_get_dma_done +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xea7c7438 rt2800mmio_init_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x04ab4a73 rt2x00mac_flush +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x054299db rt2x00mac_sw_scan_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x1559b0a9 rt2x00lib_remove_dev +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x19c37611 rt2x00queue_pause_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x20bf61d2 rt2x00queue_flush_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x22ee87bf rt2x00mac_conf_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x2d582a0a rt2x00queue_flush_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x2fcc66c9 rt2x00lib_resume +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x3121290b rt2x00queue_start_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x34064b23 rt2x00lib_beacondone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x355013a1 rt2x00mac_add_interface +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x3763f7da rt2x00mac_get_ringparam +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x3caef858 rt2x00queue_map_txskb +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x412e9d85 rt2x00lib_set_mac_address +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x42286985 rt2x00queue_stop_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x438c29db rt2x00mac_get_stats +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x49869f48 rt2x00mac_set_key +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x49e90edb rt2x00lib_rxdone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x4e0d9925 rt2x00lib_pretbtt +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x4f586832 rt2x00mac_remove_interface +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x560749e1 rt2x00mac_set_tim +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x56aa749c rt2x00queue_unpause_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x5e7e58c4 rt2x00mac_sw_scan_start +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x62b9c003 rt2x00mac_stop +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x62eae7c7 rt2x00lib_txdone_nomatch +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x66bed689 rt2x00mac_config +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x7095e47a rt2x00lib_dmadone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x74137199 rt2x00mac_start +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x76cafd72 rt2x00queue_unmap_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x7898d478 rt2x00lib_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x968e9425 rt2x00lib_dmastart +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x9c6cad96 rt2x00mac_bss_info_changed +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xa5d4b573 rt2x00mac_tx_frames_pending +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xa68de8a5 rt2x00queue_get_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xa88233ed rt2x00mac_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xb1a49034 rt2x00mac_rfkill_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xd01ca846 rt2x00mac_reconfig_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xd06732fd rt2x00mac_set_antenna +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xd2f6f308 rt2x00lib_probe_dev +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xd47cfce7 rt2x00mac_get_antenna +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xd7fca1dc rt2x00queue_for_each_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xd81bcbd9 rt2x00lib_txdone_noinfo +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xe8fde27f rt2x00lib_txdone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xf016f37b rt2x00queue_start_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xf4e9c1d8 rt2x00lib_get_bssidx +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xf68fe236 rt2x00mac_configure_filter +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xfa65541c rt2x00queue_stop_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00mmio 0x154f64ab rt2x00mmio_regbusy_read +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00mmio 0x2fcc8259 rt2x00mmio_rxdone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00mmio 0x5cfb8bfc rt2x00mmio_initialize +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00mmio 0x70f4a395 rt2x00mmio_uninitialize +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00mmio 0x9123706e rt2x00mmio_flush_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00pci 0x5b0b6ab6 rt2x00pci_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00pci 0x73ca9725 rt2x00pci_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00pci 0x7ca54b3f rt2x00pci_pm_ops +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x0e364bcc rt2x00usb_register_read_async +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x0e900ee3 rt2x00usb_vendor_request_buff +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x129ea567 rt2x00usb_resume +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x49101a9e rt2x00usb_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x56ef8af4 rt2x00usb_regbusy_read +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x5738113d rt2x00usb_disconnect +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x73ca7d65 rt2x00usb_initialize +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x9039c66f rt2x00usb_watchdog +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x9576e636 rt2x00usb_disable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x9d0ab2ef rt2x00usb_uninitialize +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xa199c29c rt2x00usb_flush_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xab65222e rt2x00usb_vendor_req_buff_lock +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xc0c5b470 rt2x00usb_kick_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xc668b15f rt2x00usb_vendor_request +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xe9e69520 rt2x00usb_clear_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xfab6a168 rt2x00usb_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x18975d74 dm_restorepowerindex +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x30b2f3fa dm_savepowerindex +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x335eaddd dm_writepowerindex +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x7d3f82d9 rtl92c_set_p2p_ps_offload_cmd +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x005f677e rtl8723_phy_rf_serial_write +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x03ff12ad rtl8723_fw_free_to_go +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x0af5baa9 rtl8723_phy_reload_mac_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x19d8e623 rtl8723_save_adda_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x1f948433 rtl8723_dm_init_edca_turbo +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x2e54b5c8 rtl8723_phy_path_a_standby +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x344b4a3c rtl8723_phy_mac_setting_calibration +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x3a092297 rtl8723_write_fw +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x3b7ec3f7 rtl8723_phy_query_bb_reg +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x3bbe51cc rtl8723_phy_path_adda_on +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x3cc6052f rtl8723_dm_init_dynamic_bb_powersaving +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 0x5c764d87 rtl8723_phy_init_bb_rf_reg_def +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x614063e1 rtl8723_phy_path_a_fill_iqk_matrix +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x6eaeccb8 rtl8723be_firmware_selfreset +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x77622f28 rtl8723_phy_txpwr_idx_to_dbm +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x7dcd8e73 rtl8723ae_firmware_selfreset +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 0x90f45eb4 rtl8723_enable_fw_download +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xad7537c7 rtl8723_phy_reload_adda_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xb0168e18 rtl8723_download_fw +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xb15c49ba rtl8723_dm_init_dynamic_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xb38a842e rtl8723_phy_set_bb_reg +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xc34422d1 rtl8723_phy_pi_mode_switch +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xc7eab3b6 rtl8723_phy_rf_serial_read +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xd2fb1644 rtl8723_cmd_send_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xe92ce2aa rtl8723_phy_save_mac_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x08f2cf2e rtl_get_hal_edca_param +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x1683ee12 rtl_action_proc +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x2016283f rtl_tx_mgmt_proc +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x26ce904f rtl_recognize_peer +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x278e5435 rtl_fw_page_write +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 0x422de32a rtl_init_rx_config +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x4363b074 rtl_lps_leave +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x4941f370 rtl_set_tx_report +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x4e94cd48 rtl_global_var +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x57b2cea6 rtl_p2p_info +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x669bcc29 rtl_tx_ackqueue +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x6db3ba37 rtl_update_beacon_work_callback +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x6dffcce7 rtl_swlps_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x70ab2d9e rtl_get_hwinfo +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x73ebe160 rtl_beacon_statistic +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x7efc039b rtl_is_special_data +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x80760737 read_efuse_byte +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x97e05663 rtl_tid_to_ac +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x9f18be92 rtl_init_core +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xacb338de rtl_efuse_ops_init +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xaea294c9 rtl_tx_report_handler +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xb6eda827 rtl_deinit_core +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xc2c16133 rtl_ips_nic_on +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xc6ed48b3 rtl_ops +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xcb3167ea rtl_deinit_deferred_work +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xd4e9a7f0 rtl_deinit_rfkill +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xec2046a6 rtl_lps_enter +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xfb4d7aee rtl_fw_block_write +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x0f5c3ce9 rsi_zone_enabled +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x4ca59acf rsi_hal_device_init +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x6263edae rsi_91x_init +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x68d7bde6 rsi_91x_deinit +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x8897d7fd rsi_mac80211_detach +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x91e7c8f1 rsi_read_pkt +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0xcd173710 rsi_dbg +EXPORT_SYMBOL_GPL drivers/net/wireless/st/cw1200/cw1200_core 0x41e29dfd cw1200_irq_handler +EXPORT_SYMBOL_GPL drivers/net/wireless/st/cw1200/cw1200_core 0x51c27f60 cw1200_core_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/st/cw1200/cw1200_core 0x63851908 cw1200_core_release +EXPORT_SYMBOL_GPL drivers/net/wireless/st/cw1200/cw1200_core 0xdedf8d8f cw1200_can_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wl1251/wl1251 0x3a2bd756 wl1251_alloc_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wl1251/wl1251 0xd5c8a6b6 wl1251_init_ieee80211 +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wl1251/wl1251 0xde7f47e7 wl1251_free_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x03c8ecfc wl1271_cmd_send +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x06d3b27e wl12xx_debug_level +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x09b3b094 wlcore_event_fw_logger +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x0bd14542 wlcore_enable_interrupts +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x0cddc55d wl1271_tx_min_rate_get +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x13e58914 wl1271_acx_pm_config +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x186d0c56 wlcore_alloc_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x1aeef4c1 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 0x20b65fcb wlcore_boot_upload_nvs +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x271388de wl12xx_cmd_build_probe_req +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x38c58aa9 wl1271_cmd_test +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x3ab17755 wlcore_event_soft_gemini_sense +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x3c1e05c6 wlcore_event_channel_switch +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x41694660 wlcore_scan_sched_scan_results +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x4ef65713 wlcore_free_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x58c723a2 wlcore_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x61f95227 wlcore_event_rssi_trigger +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x68400e9c wlcore_event_sched_scan_completed +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x68ed3018 wl1271_acx_init_mem_config +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x6a3a5fe7 wlcore_event_roc_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x6c3b89c8 wl1271_debugfs_update_stats +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x707b0475 wlcore_boot_upload_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x7ce16190 wlcore_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x85498cd1 wl1271_format_buffer +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x88734e77 wlcore_disable_interrupts_nosync +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x8fc9889b wl12xx_acx_mem_cfg +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x912d0119 wlcore_disable_interrupts +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x9c400f5c wlcore_event_inactive_sta +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x9c4b23d0 wl1271_tx_flush +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xa2a3b28a wlcore_synchronize_interrupts +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xa3a5a861 wl1271_acx_set_ht_capabilities +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xa67649d9 wlcore_cmd_generic_cfg +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xa814f351 wlcore_event_max_tx_failure +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xa85a8b9c wlcore_event_dummy_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xa87f06b1 wlcore_cmd_wait_for_event_or_timeout +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xae154238 wl1271_cmd_data_path +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xaf69e70c wlcore_boot_run_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xbf8c5d50 wl1271_cmd_configure +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xd0bec653 wlcore_event_beacon_loss +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xd1fb0c32 wlcore_scan_sched_scan_ssid_list +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xdaa63d2e wlcore_set_key +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xdbaa1f8f wlcore_set_partition +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xeee033a6 wlcore_set_scan_chan_params +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xf2b7f0bd wlcore_event_ba_rx_constraint +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xf4cc6761 wlcore_translate_addr +EXPORT_SYMBOL_GPL drivers/nfc/mei_phy 0x18a62c9e nfc_mei_phy_free +EXPORT_SYMBOL_GPL drivers/nfc/mei_phy 0x9c06891b mei_phy_ops +EXPORT_SYMBOL_GPL drivers/nfc/mei_phy 0xde10a89e nfc_mei_phy_alloc +EXPORT_SYMBOL_GPL drivers/nfc/nfcmrvl/nfcmrvl 0x0625ad6a nfcmrvl_nci_unregister_dev +EXPORT_SYMBOL_GPL drivers/nfc/nfcmrvl/nfcmrvl 0x2dbaa9c6 nfcmrvl_nci_recv_frame +EXPORT_SYMBOL_GPL drivers/nfc/nfcmrvl/nfcmrvl 0x750739ea nfcmrvl_nci_register_dev +EXPORT_SYMBOL_GPL drivers/nfc/nfcmrvl/nfcmrvl 0xdfc914b4 nfcmrvl_parse_dt +EXPORT_SYMBOL_GPL drivers/nfc/pn533/pn533 0x00676ee6 pn532_i2c_nfc_alloc +EXPORT_SYMBOL_GPL drivers/nfc/pn533/pn533 0x0389b1d3 pn533_finalize_setup +EXPORT_SYMBOL_GPL drivers/nfc/pn533/pn533 0x0f8eda43 pn53x_unregister_nfc +EXPORT_SYMBOL_GPL drivers/nfc/pn533/pn533 0x651b762f pn53x_common_clean +EXPORT_SYMBOL_GPL drivers/nfc/pn533/pn533 0x6f4c916f pn533_rx_frame_is_cmd_response +EXPORT_SYMBOL_GPL drivers/nfc/pn533/pn533 0xa2688faa pn53x_register_nfc +EXPORT_SYMBOL_GPL drivers/nfc/pn533/pn533 0xc7e743df pn53x_common_init +EXPORT_SYMBOL_GPL drivers/nfc/pn533/pn533 0xdecfd339 pn533_rx_frame_is_ack +EXPORT_SYMBOL_GPL drivers/nfc/st-nci/st-nci 0x02c8965b st_nci_disable_se +EXPORT_SYMBOL_GPL drivers/nfc/st-nci/st-nci 0x14e286eb st_nci_probe +EXPORT_SYMBOL_GPL drivers/nfc/st-nci/st-nci 0x6f08f92a st_nci_discover_se +EXPORT_SYMBOL_GPL drivers/nfc/st-nci/st-nci 0x70109883 st_nci_hci_cmd_received +EXPORT_SYMBOL_GPL drivers/nfc/st-nci/st-nci 0xc8254248 st_nci_hci_load_session +EXPORT_SYMBOL_GPL drivers/nfc/st-nci/st-nci 0xd26bc468 st_nci_enable_se +EXPORT_SYMBOL_GPL drivers/nfc/st-nci/st-nci 0xe1819b1a st_nci_hci_event_received +EXPORT_SYMBOL_GPL drivers/nfc/st-nci/st-nci 0xf58bb315 st_nci_remove +EXPORT_SYMBOL_GPL drivers/nfc/st95hf/st95hf 0x2ab62911 st95hf_spi_send +EXPORT_SYMBOL_GPL drivers/nfc/st95hf/st95hf 0x391df2b2 st95hf_spi_recv_echo_res +EXPORT_SYMBOL_GPL drivers/nfc/st95hf/st95hf 0xfa9d9cc0 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 0x44fae4c5 ntb_transport_create_queue +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0x4c067b3e ntb_transport_register_client +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0x6c9bc19a 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 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 0x78800508 async_pmem_flush +EXPORT_SYMBOL_GPL drivers/nvdimm/nd_virtio 0xcec12e54 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 0x038c4ecb nvme_auth_gen_privkey +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 0x2a91a082 nvme_auth_gen_shared_secret +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 0x70be3b0d nvme_auth_gen_pubkey +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 0x0064c2da nvme_submit_sync_cmd +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x0123d74c nvme_get_features +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x0b26b1d9 nvme_enable_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x0bfc9128 nvme_init_ctrl_finish +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x0df446eb nvme_wait_freeze +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x0fd00d87 nvme_cancel_admin_tagset +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x143af2f4 nvme_complete_async_event +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x176b2a65 nvme_unquiesce_io_queues +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x232fb112 nvme_init_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x25ff5e7f nvme_auth_wait +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x2b77b026 nvme_reset_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x34959aa6 nvme_cleanup_cmd +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x34b79d50 nvme_alloc_io_tag_set +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x390cb1b8 nvme_quiesce_io_queues +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x3b1182ba nvme_remove_io_tag_set +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x3bf2393a __SCT__tp_func_nvme_sq +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x3c6bfcfe nvme_set_queue_count +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x3cc84913 __SCK__tp_func_nvme_sq +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x3dab8a00 nvme_unquiesce_admin_queue +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x43b399d9 nvme_dev_attrs_group +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x49224181 nvme_reset_wq +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x4f275767 nvme_init_request +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x587216a7 nvme_alloc_admin_tag_set +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x5c09b41d nvme_disable_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x5f0499fa nvme_fail_nonready_command +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x60a02750 nvme_mpath_start_request +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x64865dcc __traceiter_nvme_sq +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x64b62862 nvme_wq +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x64e8e39e nvme_cancel_request +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x6b92ddf8 nvme_stop_keep_alive +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x6ee055f9 nvme_quiesce_admin_queue +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x75dc4585 nvme_wait_reset +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x813cf212 nvme_io_timeout +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x8e8088ea __tracepoint_nvme_sq +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x973d4e58 nvme_start_freeze +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x98eb284b nvme_auth_negotiate +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x9b557658 nvme_change_ctrl_state +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xa2573b28 nvme_stop_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xa3ef6ea3 nvme_complete_batch_req +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xa628dd64 nvme_setup_cmd +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xaed28f1e nvme_start_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xaf67bff8 nvme_auth_stop +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xb1a88f40 __nvme_submit_sync_cmd +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xb4571d03 __nvme_check_ready +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xb7a3e9a1 nvme_wait_freeze_timeout +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xb7f9c3dc nvme_sync_queues +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xbaf6c7c7 nvme_sync_io_queues +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xc0048e87 nvme_host_path_error +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xc0a0b7b2 nvme_remove_admin_tag_set +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xc1790402 nvme_cancel_tagset +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xc6d66628 nvme_try_sched_reset +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xc89c556a nvme_delete_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xcd407d26 nvme_auth_init_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xd0485927 nvme_mark_namespaces_dead +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xd3787370 nvme_unfreeze +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 0xdeb63455 nvme_uninit_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xdf5ef62e nvme_complete_rq +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xdf740f92 nvme_remove_namespaces +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xeb782a8e nvme_auth_free +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xf346655b nvme_set_features +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x12bcd10a nvmf_get_address +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x3a779d79 nvmf_reg_read32 +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x4cac62c3 nvmf_connect_admin_queue +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x7498de97 nvmf_free_options +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0xa75c119f nvmf_register_transport +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0xb1d0ae0a nvmf_ip_options_match +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0xb516f0c1 nvmf_unregister_transport +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0xca8f78fb nvmf_should_reconnect +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0xd17eda71 nvmf_connect_io_queue +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0xd7705888 nvmf_reg_read64 +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0xf5695099 nvmf_reg_write32 +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fc 0x072f6e96 nvme_fc_register_localport +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fc 0x0d12e564 nvme_fc_register_remoteport +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fc 0x21e609f7 nvme_fc_io_getuuid +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 0xfca9dc99 nvme_fc_unregister_remoteport +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x009618ef nvmet_req_alloc_sgls +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x3c76aaf0 nvmet_unregister_transport +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x3e0ef07a nvmet_wq +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x45c4a163 nvmet_req_free_sgls +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x760caa06 nvmet_sq_init +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x7f872087 nvmet_check_transfer_len +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x884ace0a nvmet_req_complete +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x918521bf nvmet_sq_destroy +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x9f8b4578 nvmet_register_transport +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0xd6bebd93 nvmet_req_init +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0xda471940 nvmet_ctrl_fatal_error +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0xe0cd5224 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 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 0xea23f077 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 0x88bb77b3 switchtec_class +EXPORT_SYMBOL_GPL drivers/pinctrl/pinctrl-mcp23s08 0x11679c84 mcp23x17_regmap +EXPORT_SYMBOL_GPL drivers/pinctrl/pinctrl-mcp23s08 0x211c386b mcp23x08_regmap +EXPORT_SYMBOL_GPL drivers/pinctrl/pinctrl-mcp23s08 0xed7767cd mcp23s08_probe_one +EXPORT_SYMBOL_GPL drivers/platform/chrome/cros-ec-sensorhub 0x3b6ff313 cros_ec_sensorhub_register_push_data +EXPORT_SYMBOL_GPL drivers/platform/chrome/cros-ec-sensorhub 0x91599e0b cros_ec_sensorhub_unregister_push_data +EXPORT_SYMBOL_GPL drivers/platform/chrome/cros_usbpd_notify 0x6b1be500 cros_usbpd_unregister_notify +EXPORT_SYMBOL_GPL drivers/platform/chrome/cros_usbpd_notify 0x8bda2df3 cros_usbpd_register_notify +EXPORT_SYMBOL_GPL drivers/platform/chrome/wilco_ec/wilco_ec 0x112134ec wilco_ec_set_property +EXPORT_SYMBOL_GPL drivers/platform/chrome/wilco_ec/wilco_ec 0x24eef51f wilco_ec_get_byte_property +EXPORT_SYMBOL_GPL drivers/platform/chrome/wilco_ec/wilco_ec 0x75bf4d33 wilco_ec_get_property +EXPORT_SYMBOL_GPL drivers/platform/chrome/wilco_ec/wilco_ec 0x8b8ae425 wilco_ec_set_byte_property +EXPORT_SYMBOL_GPL drivers/platform/chrome/wilco_ec/wilco_ec 0xd4ca1c8f wilco_ec_mailbox +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x02e15ac9 ssam_controller_put +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x086d047a ssam_controller_stateunlock +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x0c509ecd __ssam_register_clients +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x0fcd736d ssam_request_sync_alloc +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x17e7c662 ssam_controller_event_enable +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x1f3b55a2 ssam_controller_statelock +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x2c6e4505 ssam_controller_event_disable +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x31dce57c ssam_device_get_match +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x383443e2 ssam_request_sync_init +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x4cbc002f ssam_controller_device +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x5bbf0391 ssam_request_sync_submit +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x5e69553f ssam_client_bind +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x6341f41b ssam_device_alloc +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x6d744852 ssam_client_link +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x752462ed ssh_packet_get +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x7619ff96 __ssam_device_driver_register +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x7a1cd951 __ssam_notifier_unregister +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x7ea35aff ssam_request_sync_free +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x7fa5cfbf ssam_device_type +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x80f9afa1 ssam_device_get_match_data +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x82bdf833 ssam_device_add +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x87417591 ssam_bus_type +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x993028ec ssam_remove_clients +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x9ef429f7 ssam_device_remove +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xa12b9d56 ssam_request_write_data +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xb3750efe ssam_request_sync_with_buffer +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xbc098a67 ssam_request_sync +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xc173c223 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 0xcb318cce ssam_device_driver_unregister +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xe1e8e7c7 ssh_packet_put +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xe662c516 ssam_controller_get +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xf727766e ssam_notifier_register +EXPORT_SYMBOL_GPL drivers/platform/surface/surface_acpi_notify 0x48cf4c48 san_dgpu_notifier_register +EXPORT_SYMBOL_GPL drivers/platform/surface/surface_acpi_notify 0x7764ad31 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 0x119938da 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 0xeffc45f8 asus_wmi_unregister_driver +EXPORT_SYMBOL_GPL drivers/platform/x86/dell/dcdbas 0xd9146b52 dcdbas_smi_free +EXPORT_SYMBOL_GPL drivers/platform/x86/dell/dcdbas 0xf1a06655 dcdbas_smi_alloc +EXPORT_SYMBOL_GPL drivers/platform/x86/dell/dell-rbtn 0x51552fca dell_rbtn_notifier_unregister +EXPORT_SYMBOL_GPL drivers/platform/x86/dell/dell-rbtn 0xa060fe7d dell_rbtn_notifier_register +EXPORT_SYMBOL_GPL drivers/platform/x86/dell/dell-smbios 0x1b0b3141 dell_laptop_register_notifier +EXPORT_SYMBOL_GPL drivers/platform/x86/dell/dell-smbios 0x45170471 dell_smbios_call +EXPORT_SYMBOL_GPL drivers/platform/x86/dell/dell-smbios 0x6402808f 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 0x9e81ec7d dell_smbios_call_filter +EXPORT_SYMBOL_GPL drivers/platform/x86/dell/dell-smbios 0xb9400dbf dell_laptop_call_notifier +EXPORT_SYMBOL_GPL drivers/platform/x86/dell/dell-smbios 0xc2871e79 dell_smbios_error +EXPORT_SYMBOL_GPL drivers/platform/x86/dell/dell-smbios 0xd6c6b12d dell_laptop_unregister_notifier +EXPORT_SYMBOL_GPL drivers/platform/x86/dell/dell-smbios 0xdbc5840f 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 0x29e60db9 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/pmt/pmt_class 0x07c1047b intel_pmt_dev_create +EXPORT_SYMBOL_GPL drivers/platform/x86/intel/pmt/pmt_class 0x1744b7ae intel_pmt_is_early_client_hw +EXPORT_SYMBOL_GPL drivers/platform/x86/intel/pmt/pmt_class 0xcb3faca2 intel_pmt_dev_destroy +EXPORT_SYMBOL_GPL drivers/platform/x86/intel/speed_select_if/isst_if_common 0x06f7821f isst_if_mbox_cmd_set_req +EXPORT_SYMBOL_GPL drivers/platform/x86/intel/speed_select_if/isst_if_common 0x58a8261f isst_if_mbox_cmd_invalid +EXPORT_SYMBOL_GPL drivers/platform/x86/intel/speed_select_if/isst_if_common 0x861369f8 isst_resume_common +EXPORT_SYMBOL_GPL drivers/platform/x86/intel/speed_select_if/isst_if_common 0x9a5c38f2 isst_store_cmd +EXPORT_SYMBOL_GPL drivers/platform/x86/intel/speed_select_if/isst_if_common 0xac1af75f isst_if_cdev_register +EXPORT_SYMBOL_GPL drivers/platform/x86/intel/speed_select_if/isst_if_common 0xc1049b40 isst_if_get_pci_dev +EXPORT_SYMBOL_GPL drivers/platform/x86/intel/speed_select_if/isst_if_common 0xe18f42a5 isst_if_cdev_unregister +EXPORT_SYMBOL_GPL drivers/platform/x86/intel/telemetry/intel_telemetry_core 0x1c7565c2 telemetry_read_events +EXPORT_SYMBOL_GPL drivers/platform/x86/intel/telemetry/intel_telemetry_core 0x35db93a6 telemetry_get_trace_verbosity +EXPORT_SYMBOL_GPL drivers/platform/x86/intel/telemetry/intel_telemetry_core 0x5847f501 telemetry_clear_pltdata +EXPORT_SYMBOL_GPL drivers/platform/x86/intel/telemetry/intel_telemetry_core 0x5bb8e91a telemetry_raw_read_eventlog +EXPORT_SYMBOL_GPL drivers/platform/x86/intel/telemetry/intel_telemetry_core 0x665cd407 telemetry_read_eventlog +EXPORT_SYMBOL_GPL drivers/platform/x86/intel/telemetry/intel_telemetry_core 0x6b892524 telemetry_set_sampling_period +EXPORT_SYMBOL_GPL drivers/platform/x86/intel/telemetry/intel_telemetry_core 0x82bb2dbe telemetry_get_evtname +EXPORT_SYMBOL_GPL drivers/platform/x86/intel/telemetry/intel_telemetry_core 0x90551504 telemetry_add_events +EXPORT_SYMBOL_GPL drivers/platform/x86/intel/telemetry/intel_telemetry_core 0x9deec96c telemetry_set_pltdata +EXPORT_SYMBOL_GPL drivers/platform/x86/intel/telemetry/intel_telemetry_core 0xb75bd1e6 telemetry_raw_read_events +EXPORT_SYMBOL_GPL drivers/platform/x86/intel/telemetry/intel_telemetry_core 0xbb9a2726 telemetry_reset_events +EXPORT_SYMBOL_GPL drivers/platform/x86/intel/telemetry/intel_telemetry_core 0xd14ffffc telemetry_update_events +EXPORT_SYMBOL_GPL drivers/platform/x86/intel/telemetry/intel_telemetry_core 0xe1eb4be1 telemetry_set_trace_verbosity +EXPORT_SYMBOL_GPL drivers/platform/x86/intel/telemetry/intel_telemetry_core 0xe8847f53 telemetry_get_sampling_period +EXPORT_SYMBOL_GPL drivers/platform/x86/intel/telemetry/intel_telemetry_core 0xf00771b0 telemetry_get_eventconfig +EXPORT_SYMBOL_GPL drivers/platform/x86/intel/telemetry/intel_telemetry_core 0xf9d5ad60 telemetry_get_pltdata +EXPORT_SYMBOL_GPL drivers/platform/x86/intel_ips 0x46809fa9 ips_link_to_i915_driver +EXPORT_SYMBOL_GPL drivers/platform/x86/mxm-wmi 0x232b5238 mxm_wmi_supported +EXPORT_SYMBOL_GPL drivers/platform/x86/mxm-wmi 0x61cdf799 mxm_wmi_call_mxds +EXPORT_SYMBOL_GPL drivers/platform/x86/mxm-wmi 0xe26032eb mxm_wmi_call_mxmx +EXPORT_SYMBOL_GPL drivers/platform/x86/wmi 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 0x2ea59f13 set_required_buffer_size +EXPORT_SYMBOL_GPL drivers/platform/x86/wmi 0x4b69f4a6 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 0xaba842fe wmi_query_block +EXPORT_SYMBOL_GPL drivers/platform/x86/wmi 0xc9d4d6d1 wmi_has_guid +EXPORT_SYMBOL_GPL drivers/platform/x86/wmi 0xd352d966 wmidev_evaluate_method +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 0x1ec4ece7 bq27xxx_battery_setup +EXPORT_SYMBOL_GPL drivers/power/supply/bq27xxx_battery 0x465a1efd bq27xxx_battery_update +EXPORT_SYMBOL_GPL drivers/power/supply/bq27xxx_battery 0x5c4b8bdb bq27xxx_battery_teardown +EXPORT_SYMBOL_GPL drivers/power/supply/pcf50633-charger 0x859b2b3e pcf50633_mbc_get_status +EXPORT_SYMBOL_GPL drivers/power/supply/pcf50633-charger 0x94f07e4e pcf50633_mbc_usb_curlim_set +EXPORT_SYMBOL_GPL drivers/power/supply/pcf50633-charger 0xb98e187e pcf50633_mbc_get_usb_online_status +EXPORT_SYMBOL_GPL drivers/powercap/intel_rapl_common 0x770f193d rapl_remove_package +EXPORT_SYMBOL_GPL drivers/powercap/intel_rapl_common 0x901fa717 rapl_add_package +EXPORT_SYMBOL_GPL drivers/powercap/intel_rapl_common 0x9a14aaba rapl_find_package_domain +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0x0cdab41e mc13xxx_fixed_regulator_ops +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0x2e7b104a mc13xxx_regulator_ops +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0x79ede367 mc13xxx_fixed_regulator_set_voltage +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0x0fb6bfdf wm8350_register_regulator +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0x5ea02ff6 wm8350_dcdc_set_slot +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0x6f6324c0 wm8350_dcdc25_set_mode +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0xacc25d8c wm8350_ldo_set_slot +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0xe01da4cd wm8350_register_led +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0xf2becbe1 wm8350_isink_set_flash +EXPORT_SYMBOL_GPL drivers/regulator/wm8400-regulator 0x7b65202a wm8400_register_regulator +EXPORT_SYMBOL_GPL drivers/rpmsg/qcom_glink 0x149236da qcom_glink_native_remove +EXPORT_SYMBOL_GPL drivers/rpmsg/qcom_glink 0x980fa4c0 qcom_glink_native_probe +EXPORT_SYMBOL_GPL drivers/rpmsg/qcom_glink 0xf14f5684 qcom_glink_ssr_notify +EXPORT_SYMBOL_GPL drivers/rpmsg/qcom_glink 0xfd2d5a1d qcom_glink_native_unregister +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x08cec840 cxgbi_set_conn_param +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x0909f36e cxgbi_device_unregister +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x16834c0a cxgbi_sock_free_cpl_skbs +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x1add1bd7 cxgbi_parse_pdu_itt +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x21a0b265 cxgbi_ep_connect +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x26d46254 cxgbi_create_conn +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x27fd2042 cxgbi_conn_alloc_pdu +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x3182fc22 cxgbi_sock_rcv_wr_ack +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x36bf3a8c cxgbi_device_register +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x3ee1b398 cxgbi_device_portmap_cleanup +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x3f661eb5 cxgbi_get_conn_stats +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x3fd3854a cxgbi_hbas_remove +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x5251e12f cxgbi_sock_fail_act_open +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x5d38a9a1 cxgbi_sock_rcv_peer_close +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x5d733959 cxgbi_sock_closed +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x66475a89 cxgbi_ddp_ppm_setup +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x6c0cba71 cxgbi_device_find_by_lldev +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x6d703fbe cxgbi_device_portmap_create +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x6dced590 cxgbi_cleanup_task +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x6e1e7e9a cxgbi_sock_check_wr_invariants +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x6e64f2a8 cxgbi_create_session +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x70c15fc6 cxgbi_conn_init_pdu +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x73543b6e cxgbi_sock_rcv_abort_rpl +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x75993f32 cxgbi_sock_skb_entail +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x7f106537 cxgbi_sock_select_mss +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 0x8467cf82 cxgbi_conn_xmit_pdu +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x94200e2d cxgbi_sock_established +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xa0f4f133 cxgbi_hbas_add +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xa193648a cxgbi_iscsi_cleanup +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xa1bb6c4b cxgbi_device_find_by_netdev_rcu +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xb0fc2e14 cxgbi_device_find_by_netdev +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xb53c68fd cxgbi_iscsi_init +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xb8950904 cxgbi_sock_purge_wr_queue +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xbdf0a042 cxgbi_conn_pdu_ready +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xc2d0c7ff cxgbi_sock_rcv_close_conn_rpl +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xd709d6e8 cxgbi_bind_conn +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xd7b6a8dd cxgbi_get_host_param +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xd888d442 cxgbi_ep_disconnect +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xde50bb3d cxgbi_destroy_session +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xe19aecd7 cxgbi_set_host_param +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xea5ea4c6 cxgbi_get_ep_param +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xee3e33fd cxgbi_conn_tx_open +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xef346615 cxgbi_attr_is_visible +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xf0e71fa2 cxgbi_ep_poll +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xf7bb142d cxgbi_sock_act_open_req_arp_failure +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x0dabbdb1 fcoe_ctlr_device_delete +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x174459e4 fcoe_fcf_device_delete +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x2d97b895 fcoe_validate_vport_create +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x5fe6d5d8 fcoe_get_lesb +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x84662dda __fcoe_get_lesb +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x87d2282b fcoe_start_io +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x93080508 fcoe_clean_pending_queue +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x9b5afb85 fcoe_check_wait_queue +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x9e89f231 fcoe_ctlr_device_add +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xad4052ba fcoe_link_speed_update +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xbac58840 fcoe_queue_timer +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xc3f30cc0 fcoe_wwn_from_mac +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xd770179d fcoe_get_wwn +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xd972f3cb fcoe_libfc_config +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xe20701bb fcoe_get_paged_crc_eof +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xee4d706a fcoe_fcf_device_add +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xf167cb7a fcoe_wwn_to_str +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xf4575a37 fcoe_ctlr_get_lesb +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xff599917 fcoe_fc_crc +EXPORT_SYMBOL_GPL drivers/scsi/fdomain 0x615faf04 fdomain_create +EXPORT_SYMBOL_GPL drivers/scsi/fdomain 0xe6dcee03 fdomain_destroy +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x0e54a151 iscsi_boot_destroy_kset +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x1a9ee4a2 iscsi_boot_create_kset +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x29812fa6 iscsi_boot_create_host_kset +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x6a2ac6af iscsi_boot_create_ethernet +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0xd5869511 iscsi_boot_create_target +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0xf3f870b7 iscsi_boot_create_initiator +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0xfb962e9b iscsi_boot_create_acpitbl +EXPORT_SYMBOL_GPL drivers/scsi/libfc/libfc 0x5b449075 fc_seq_els_rsp_send +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x01ba9941 iscsi_itt_to_ctask +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x0939e83c iscsi_conn_unbind +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x0d50f4ea iscsi_suspend_rx +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x0f8a9ee5 iscsi_host_set_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x12b2ad06 iscsi_switch_str_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x13f27e17 iscsi_host_get_max_scsi_cmds +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x25ab2630 iscsi_conn_queue_xmit +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x27604105 iscsi_verify_itt +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x29c8f93e iscsi_update_cmdsn +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x2b323ab1 iscsi_suspend_tx +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x2cefe6f7 iscsi_conn_get_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x3471759d iscsi_conn_bind +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x35f2628f iscsi_suspend_queue +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x3bef2f73 iscsi_pool_init +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x3f4ff2e6 iscsi_host_get_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x4022bfc1 iscsi_eh_device_reset +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x583d947a iscsi_eh_cmd_timed_out +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x6395fb6f iscsi_conn_failure +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x666cd4c4 __iscsi_complete_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x68bc175f iscsi_session_remove +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x6aec77f2 iscsi_conn_teardown +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x6ffdbd11 iscsi_conn_setup +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x749893d5 iscsi_conn_queue_recv +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x78df01d3 iscsi_host_free +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x796b46ba __iscsi_put_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x7b049946 iscsi_session_free +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x7e862e50 iscsi_complete_scsi_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x8c2f8db8 iscsi_host_add +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x8d303b1b iscsi_pool_free +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x94cc91fe iscsi_eh_session_reset +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x97f143b4 iscsi_conn_send_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x9f6e7747 iscsi_queuecommand +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xaa12ab50 iscsi_set_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xadde4d87 iscsi_session_teardown +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xb8884a65 iscsi_session_get_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xbcf9299a iscsi_put_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xbf6ef494 iscsi_conn_stop +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xc1806563 iscsi_target_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xc6c6dd00 iscsi_complete_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xc6f309ff iscsi_itt_to_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xc88ac286 iscsi_session_recovery_timedout +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xc95cb4d8 iscsi_eh_abort +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xc9a2e415 iscsi_session_setup +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xd7b44539 iscsi_host_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xdf90ae2c iscsi_conn_start +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xe06b49f3 iscsi_eh_recover_target +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xeab9cbd5 iscsi_conn_get_addr_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xeb4ac45e iscsi_requeue_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xebab15a0 iscsi_host_remove +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xedfdf737 iscsi_prep_data_out_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xf6f574e7 iscsi_session_failure +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xfc43983a iscsi_get_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x13e452ff iscsi_tcp_conn_get_stats +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x17a535d4 iscsi_tcp_cleanup_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x232f569e iscsi_tcp_dgst_header +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x4156c8cb iscsi_tcp_conn_setup +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x64dfce0a iscsi_tcp_r2tpool_free +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x6564dc39 iscsi_tcp_recv_skb +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x73212189 iscsi_tcp_segment_done +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x757b2a03 iscsi_tcp_r2tpool_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x9390b121 iscsi_segment_seek_sg +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xab799d15 iscsi_tcp_task_init +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xbf5d4d92 iscsi_segment_init_linear +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xd83fa2bc iscsi_tcp_hdr_recv_prep +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xd86a3102 iscsi_tcp_task_xmit +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xdd4cddfd iscsi_tcp_recv_segment_is_hdr +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xf3c318fe iscsi_tcp_conn_teardown +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xf5efd5e4 iscsi_tcp_set_max_r2t +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xf702ff05 iscsi_tcp_segment_unmap +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x0967e231 sas_domain_attach_transport +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x0bae11c1 sas_abort_task +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x121f8978 sas_queuecommand +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x16fceb9f sas_execute_internal_abort_single +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x28bc6943 sas_eh_device_reset_handler +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x2d7d39c0 sas_lu_reset +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x2ffc0842 sas_execute_internal_abort_dev +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x35b3ee8e sas_change_queue_depth +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x3b3c6bbd sas_eh_abort_handler +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x42b230c5 sas_unregister_ha +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x46bcb548 sas_phy_reset +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x48bf6426 sas_ssp_task_response +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x50f44e55 sas_notify_phy_event +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x547eac28 sas_phy_enable +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x6003791b sas_drain_work +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x61ca8080 sas_target_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x8134d36e sas_ioctl +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x86873050 sas_notify_port_event +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x8c511d4a sas_ata_device_link_abort +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x9354f499 smp_ata_check_ready_type +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x95e71ce1 sas_clear_task_set +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x99a42fb0 sas_find_attached_phy_id +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x9a583693 sas_slave_configure +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xa0d4c2bc sas_eh_target_reset_handler +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xa5488e07 sas_query_task +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xa7cd6b7e sas_request_addr +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xc8745d65 sas_get_local_phy +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xcf3bc29f dev_attr_phy_event_threshold +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xe3f397d7 sas_slave_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xeb762339 sas_register_ha +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xecb0b9ed sas_task_abort +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xf0021dd2 sas_abort_task_set +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xf2491de0 sas_execute_ata_cmd +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xfc521bad sas_ata_schedule_reset +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xfc604778 sas_bios_param +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xfe92f552 sas_target_destroy +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_fc 0xfad88cad fc_eh_should_retry_cmd +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x00d1a190 iscsi_remove_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x02db6956 iscsi_is_session_dev +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x04b98b62 __SCK__tp_func_iscsi_dbg_eh +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x059ff11a iscsi_flashnode_bus_match +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x0602b7c3 iscsi_offload_mesg +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x0a3d3077 iscsi_post_host_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x0f2eb591 iscsi_unregister_transport +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x0f82f90a iscsi_remove_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x122260e4 iscsi_destroy_all_flashnode +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x149ff4f5 __SCK__tp_func_iscsi_dbg_tcp +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x15dc8bab __SCT__tp_func_iscsi_dbg_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x18838d17 __traceiter_iscsi_dbg_eh +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x21a96172 iscsi_add_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x21bdd6be iscsi_get_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x286381de __tracepoint_iscsi_dbg_tcp +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x28d3dd9e iscsi_get_port_state_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x29da597c __tracepoint_iscsi_dbg_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x3506dda0 __traceiter_iscsi_dbg_sw_tcp +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x39ed5ca3 iscsi_lookup_endpoint +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x40b525ec iscsi_unblock_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x423a7f54 iscsi_host_for_each_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x437465bc iscsi_alloc_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x49649f22 __traceiter_iscsi_dbg_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x4d3f70af 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 0x53797513 iscsi_conn_login_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x545b7476 iscsi_create_flashnode_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x58f0b035 __SCK__tp_func_iscsi_dbg_sw_tcp +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x5b2b03f4 iscsi_destroy_iface +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x5f2dd138 iscsi_destroy_flashnode_sess +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x687b4bcc __tracepoint_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 0x6d75d476 iscsi_session_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x722c1201 iscsi_find_flashnode_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x732af349 iscsi_put_endpoint +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x7d2f2069 iscsi_dbg_trace +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x7de8e3ea iscsi_alloc_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x84a005f1 iscsi_get_router_state_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x8aab2a8c __tracepoint_iscsi_dbg_sw_tcp +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x8fd44192 iscsi_block_scsi_eh +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x90d53dfb iscsi_session_chkready +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x92681926 iscsi_get_port_speed_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x9bb509ce __SCK__tp_func_iscsi_dbg_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x9bd5bf15 iscsi_force_destroy_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x9cd8fb06 iscsi_register_transport +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x9f459b7a __traceiter_iscsi_dbg_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xa71009a3 iscsi_recv_pdu +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xa8c4b5e1 __SCT__tp_func_iscsi_dbg_tcp +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xa9db3c11 iscsi_block_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xae5c36ce iscsi_add_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xb444d433 iscsi_create_iface +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xb9e32cfc iscsi_put_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xb9f5aded iscsi_create_endpoint +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xba700a23 iscsi_find_flashnode_sess +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xbc071179 iscsi_get_ipaddress_state_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xbd48b8ae iscsi_create_flashnode_sess +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xc4fb4ef9 __SCK__tp_func_iscsi_dbg_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xc9690b9e iscsi_destroy_endpoint +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xd7c429f0 iscsi_ping_comp_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xd89effd9 iscsi_conn_error_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xd9eaad97 iscsi_free_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 0xe1af2822 iscsi_create_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xf7e749fb __SCT__tp_func_iscsi_dbg_eh +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xfb287146 __tracepoint_iscsi_dbg_eh +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xfc51deaa __traceiter_iscsi_dbg_tcp +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0x4e0fa7c7 sas_is_tlr_enabled +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0x8787ff1d sas_tlr_supported +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0xa8cd87cc sas_enable_tlr +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0xe0440e63 sas_disable_tlr +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_spi 0x0ef06974 spi_populate_ppr_msg +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_spi 0x12671e31 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 0x19ee3bec srp_release_transport +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0x1dec25ac srp_remove_host +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0x26bf90ba srp_stop_rport_timers +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0x3c21ffa0 srp_rport_add +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0xe69576ca srp_attach_transport +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0xef41b2e8 srp_rport_del +EXPORT_SYMBOL_GPL drivers/siox/siox-core 0x5f4b9977 siox_device_connected +EXPORT_SYMBOL_GPL drivers/siox/siox-core 0xa662f0ad siox_master_unregister +EXPORT_SYMBOL_GPL drivers/siox/siox-core 0xaf0f5ee3 siox_master_alloc +EXPORT_SYMBOL_GPL drivers/siox/siox-core 0xafa6996a siox_device_synced +EXPORT_SYMBOL_GPL drivers/siox/siox-core 0xb3ec4db0 __siox_driver_register +EXPORT_SYMBOL_GPL drivers/siox/siox-core 0xbff81d0f siox_master_register +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x0f284fda slim_report_absent +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x15c23012 slim_read +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x1e8e947a slim_ctrl_clk_pause +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x2570a658 slim_stream_free +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x257126fd slim_writeb +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x26574047 slim_write +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x3db4795b slimbus_bus +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x3e488cd9 of_slim_get_device +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x471aeb8d slim_stream_disable +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x4a22966e slim_msg_response +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x526427ee slim_get_device +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x56aebc0e slim_unregister_controller +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x5e8e1abf slim_alloc_txn_tid +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x6cfcbeab slim_stream_prepare +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xaa728ef0 slim_device_report_present +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xabca8d18 slim_do_transfer +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xc1c75829 __slim_driver_register +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xc9218e0f slim_get_logical_addr +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xce5d6140 slim_stream_unprepare +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xd1505cba slim_stream_allocate +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xec6f4c4a slim_register_controller +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xf4522366 slim_stream_enable +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xf5ff5b12 slim_driver_unregister +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xf79c0cb3 slim_readb +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xfb136301 slim_xfer_msg +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xff03925e slim_free_txn_tid +EXPORT_SYMBOL_GPL drivers/soundwire/soundwire-bus 0x3c42235c sdw_bus_type +EXPORT_SYMBOL_GPL drivers/soundwire/soundwire-bus 0x594c80db sdw_unregister_driver +EXPORT_SYMBOL_GPL drivers/soundwire/soundwire-bus 0xdf6b29bf __sdw_register_driver +EXPORT_SYMBOL_GPL drivers/soundwire/soundwire-cadence 0x53210f17 sdw_cdns_debugfs_init +EXPORT_SYMBOL_GPL drivers/spi/spi-altera-core 0xb9edd149 altera_spi_irq +EXPORT_SYMBOL_GPL drivers/spi/spi-altera-core 0xeebe1391 altera_spi_init_master +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0x4639b034 spi_bitbang_cleanup +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0x4c1889e0 spi_bitbang_start +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0x574a8ef7 spi_bitbang_setup_transfer +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0x7459fe2f spi_bitbang_init +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0x7c51bf26 spi_bitbang_setup +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0xd3c27f52 spi_bitbang_stop +EXPORT_SYMBOL_GPL drivers/spi/spi-intel 0xf7a946d5 intel_spi_probe +EXPORT_SYMBOL_GPL drivers/spi/spi-loopback-test 0x631a47f7 spi_test_run_tests +EXPORT_SYMBOL_GPL drivers/spi/spi-loopback-test 0xd7a8beb2 spi_test_execute_msg +EXPORT_SYMBOL_GPL drivers/spi/spi-loopback-test 0xe3977e25 spi_test_run_test +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x47eaef00 spmi_device_remove +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x4857451d spmi_controller_alloc +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x56136730 spmi_device_alloc +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x7b87e3c7 __spmi_driver_register +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x88af36f6 spmi_ext_register_readl +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x88f146f3 spmi_device_from_of +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x91003ea7 spmi_command_shutdown +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x910e0ada spmi_register_write +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xabd9ddc9 spmi_controller_add +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xac74f36d spmi_controller_remove +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xacee6982 spmi_ext_register_writel +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xb34f59f1 spmi_register_read +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xb3daa8be spmi_command_sleep +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xbc8d7865 spmi_ext_register_write +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xbd9adc67 spmi_register_zero_write +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xca73aa2e spmi_device_add +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xd685f2db spmi_command_wakeup +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xde812262 spmi_command_reset +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xfa5795bd spmi_ext_register_read +EXPORT_SYMBOL_GPL drivers/ssb/ssb 0x3cea9037 ssb_pmu_spuravoid_pllupdate +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/fieldbus_dev 0x01cebeb7 fieldbus_dev_unregister +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/fieldbus_dev 0xc79de477 fieldbus_dev_area_updated +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/fieldbus_dev 0xec12269f fieldbus_dev_online_changed +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/fieldbus_dev 0xefcfa98a fieldbus_dev_register +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0x25bc99b9 gb_audio_apbridgea_start_rx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0x2c551804 gb_audio_apbridgea_unregister_cport +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0x3161a3aa gb_audio_apbridgea_register_cport +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0x38bb497d gb_audio_apbridgea_shutdown_rx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0x62241bbf gb_audio_apbridgea_prepare_tx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0x63514467 gb_audio_apbridgea_stop_rx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0x6e9093d0 gb_audio_apbridgea_set_tx_data_size +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0x717b2d83 gb_audio_apbridgea_set_rx_data_size +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0x77456a38 gb_audio_apbridgea_set_config +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0x8e4a9a05 gb_audio_apbridgea_stop_tx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0x8f3fc5dd gb_audio_apbridgea_prepare_rx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0x90958889 gb_audio_apbridgea_start_tx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0xd5a0971f gb_audio_apbridgea_shutdown_tx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0x0277320c gb_audio_gb_activate_tx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0x0a23db1a gb_audio_gb_get_pcm +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0x2942fef2 gb_audio_gb_deactivate_rx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0x44b85d3a gb_audio_gb_set_rx_data_size +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0x4a2db3d5 gb_audio_gb_disable_widget +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0x6ba61225 gb_audio_gb_get_topology +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0x7319262f gb_audio_gb_set_pcm +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0x9c16c3d4 gb_audio_gb_get_control +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0xa472aee6 gb_audio_gb_set_control +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0xc8000a90 gb_audio_gb_deactivate_tx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0xe335c66e gb_audio_gb_activate_rx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0xeb26af3a gb_audio_gb_set_tx_data_size +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0xfe0cae36 gb_audio_gb_enable_widget +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-manager 0x19e9e6b1 gb_audio_manager_remove_all +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-manager 0x32e6391e gb_audio_manager_remove +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-manager 0x3e690732 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 0xacb7092c gb_audio_manager_get_module +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-manager 0xaeac8ca2 gb_audio_manager_dump_module +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-gbphy 0x0e558ba6 gb_gbphy_deregister_driver +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-gbphy 0x896b53b2 gb_gbphy_register_driver +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-spilib 0x6ebe6467 gb_spilib_master_exit +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-spilib 0xe50a3bcd gb_spilib_master_init +EXPORT_SYMBOL_GPL drivers/staging/iio/addac/adt7316 0xe411590f adt7316_pm_ops +EXPORT_SYMBOL_GPL drivers/target/target_core_mod 0x0615519f target_submit +EXPORT_SYMBOL_GPL drivers/target/target_core_mod 0x2b9b3376 target_stop_cmd_counter +EXPORT_SYMBOL_GPL drivers/target/target_core_mod 0x2bbca6b4 target_init_cmd +EXPORT_SYMBOL_GPL drivers/target/target_core_mod 0x5d24150b target_free_cmd_counter +EXPORT_SYMBOL_GPL drivers/target/target_core_mod 0x8d135530 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 0xfea440b0 target_queue_submission +EXPORT_SYMBOL_GPL drivers/tee/tee 0x05406480 tee_device_unregister +EXPORT_SYMBOL_GPL drivers/tee/tee 0x0d42ea81 tee_shm_pool_alloc_res_mem +EXPORT_SYMBOL_GPL drivers/tee/tee 0x0d93b39b tee_device_alloc +EXPORT_SYMBOL_GPL drivers/tee/tee 0x22e02731 tee_shm_free +EXPORT_SYMBOL_GPL drivers/tee/tee 0x47f8ea46 tee_client_invoke_func +EXPORT_SYMBOL_GPL drivers/tee/tee 0x4b419d52 tee_shm_get_from_id +EXPORT_SYMBOL_GPL drivers/tee/tee 0x5081cedb tee_client_open_context +EXPORT_SYMBOL_GPL drivers/tee/tee 0x65619a01 tee_shm_get_pa +EXPORT_SYMBOL_GPL drivers/tee/tee 0x679763a9 tee_shm_alloc_kernel_buf +EXPORT_SYMBOL_GPL drivers/tee/tee 0x70bfdbf3 tee_client_close_context +EXPORT_SYMBOL_GPL drivers/tee/tee 0x7fa7ea27 teedev_open +EXPORT_SYMBOL_GPL drivers/tee/tee 0x807b5921 tee_shm_register_kernel_buf +EXPORT_SYMBOL_GPL drivers/tee/tee 0x823893d3 tee_shm_alloc_priv_buf +EXPORT_SYMBOL_GPL drivers/tee/tee 0x85fd9922 tee_session_calc_client_uuid +EXPORT_SYMBOL_GPL drivers/tee/tee 0x8b16c570 tee_get_drvdata +EXPORT_SYMBOL_GPL drivers/tee/tee 0x9f0e3cd0 tee_client_open_session +EXPORT_SYMBOL_GPL drivers/tee/tee 0xba8d13d5 tee_device_register +EXPORT_SYMBOL_GPL drivers/tee/tee 0xd05302fd tee_shm_put +EXPORT_SYMBOL_GPL drivers/tee/tee 0xd2e5ce66 teedev_close_context +EXPORT_SYMBOL_GPL drivers/tee/tee 0xd424e094 tee_shm_get_va +EXPORT_SYMBOL_GPL drivers/tee/tee 0xe4bfbdb6 tee_client_close_session +EXPORT_SYMBOL_GPL drivers/tee/tee 0xfcc61063 tee_bus_type +EXPORT_SYMBOL_GPL drivers/tee/tee 0xfe7d5913 tee_client_get_version +EXPORT_SYMBOL_GPL drivers/thermal/intel/int340x_thermal/int340x_thermal_zone 0x50c685a5 int340x_thermal_zone_remove +EXPORT_SYMBOL_GPL drivers/thermal/intel/int340x_thermal/int340x_thermal_zone 0x7f3ef65d int340x_thermal_zone_add +EXPORT_SYMBOL_GPL drivers/thermal/intel/int340x_thermal/int340x_thermal_zone 0xb25e2cb4 int340x_thermal_read_trips +EXPORT_SYMBOL_GPL drivers/thermal/intel/int340x_thermal/processor_thermal_device 0x0ddfc29b proc_thermal_add +EXPORT_SYMBOL_GPL drivers/thermal/intel/int340x_thermal/processor_thermal_device 0x426cc453 proc_thermal_remove +EXPORT_SYMBOL_GPL drivers/thermal/intel/int340x_thermal/processor_thermal_device 0x706a8fd0 proc_thermal_mmio_add +EXPORT_SYMBOL_GPL drivers/thermal/intel/int340x_thermal/processor_thermal_device 0x84451054 proc_thermal_suspend +EXPORT_SYMBOL_GPL drivers/thermal/intel/int340x_thermal/processor_thermal_device 0xb65a4abc proc_thermal_mmio_remove +EXPORT_SYMBOL_GPL drivers/thermal/intel/int340x_thermal/processor_thermal_device 0xf5df30a9 proc_thermal_resume +EXPORT_SYMBOL_GPL drivers/thermal/intel/int340x_thermal/processor_thermal_mbox 0x246da1df proc_thermal_mbox_remove +EXPORT_SYMBOL_GPL drivers/thermal/intel/int340x_thermal/processor_thermal_mbox 0x47077e10 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 0x93484d53 proc_thermal_rapl_add +EXPORT_SYMBOL_GPL drivers/thermal/intel/int340x_thermal/processor_thermal_rfim 0x109a24d3 proc_thermal_rfim_remove +EXPORT_SYMBOL_GPL drivers/thermal/intel/int340x_thermal/processor_thermal_rfim 0xc69dfad5 proc_thermal_rfim_add +EXPORT_SYMBOL_GPL drivers/thermal/intel/intel_soc_dts_iosf 0x2e96ea35 intel_soc_dts_iosf_init +EXPORT_SYMBOL_GPL drivers/thermal/intel/intel_soc_dts_iosf 0x495ef64c intel_soc_dts_iosf_interrupt_handler +EXPORT_SYMBOL_GPL drivers/thermal/intel/intel_soc_dts_iosf 0x8a57919b intel_soc_dts_iosf_exit +EXPORT_SYMBOL_GPL drivers/thermal/intel/intel_soc_dts_iosf 0xe13bf839 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 0x0cb5f413 tb_xdomain_alloc_in_hopid +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x0fafd5f3 tb_xdomain_alloc_out_hopid +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x1db88e21 tb_ring_poll +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x1e2d2cfa tb_xdomain_release_in_hopid +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x29f76441 tb_ring_stop +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x3816e108 tb_ring_alloc_rx +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x393b4f2f tb_property_free_dir +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x3a683140 tb_ring_alloc_tx +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x3b6f63cf tb_register_service_driver +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x4daa5390 tb_xdomain_request +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 0x54911ec7 tb_xdomain_response +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x54cbd8ce tb_service_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 0x723f1def tb_xdomain_find_by_uuid +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x73ad2acb tb_property_get_next +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x785eb82c tb_property_remove +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x7bf05e12 tb_xdomain_enable_paths +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x8b62f95e tb_property_add_dir +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x91eb6f16 tb_xdomain_find_by_route +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xa3d2b403 tb_property_add_data +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xa4e5306e tb_xdomain_disable_paths +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xa6d62470 tb_unregister_service_driver +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xa894d765 tb_xdomain_lane_bonding_enable +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xb7c7cdce tb_property_add_text +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xba9432fb tb_xdomain_type +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xd5044da5 tb_ring_start +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xd66b17f7 tb_xdomain_release_out_hopid +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xe7d61d4e tb_ring_free +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xea7cccea tb_xdomain_lane_bonding_disable +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xf1cfd1ff tb_register_property_dir +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xf56ecde0 __tb_ring_enqueue +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xf76028c7 tb_unregister_protocol_handler +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xf84df21a tb_ring_poll_complete +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x0229e247 ufshcd_resume_complete +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x06494f92 ufshcd_uic_hibern8_enter +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x10257931 ufshcd_make_hba_operational +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x13111a26 ufshcd_config_pwr_mode +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x15665f81 __ufshcd_suspend_prepare +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x1812538b ufshcd_release +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x2e72ea59 ufshcd_remove +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x32900ea4 ufshcd_hba_enable +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x723b1abf ufshcd_delay_us +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x73d156a2 ufshcd_auto_hibern8_update +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x816dadc2 ufshcd_init +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x868c1afe ufshcd_link_recovery +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x8e9770e6 ufshcd_update_evt_hist +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xa375a01c ufshcd_get_vreg +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xb028920b ufshcd_fixup_dev_quirks +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xb2f94832 ufshcd_dump_regs +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xca1f1439 ufshcd_clkgate_delay_set +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xcd89eb77 ufshcd_uic_hibern8_exit +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xd03e9489 ufshcd_suspend_prepare +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xe3c17584 ufshcd_dme_get_attr +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xe590f001 ufshcd_dealloc_host +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xe9aa3d9d ufshcd_dme_set_attr +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xee4dbc20 ufshcd_dme_configure_adapt +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xef50cfa2 ufshcd_uic_change_pwr_mode +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xefc32fda ufshcd_hold +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xf30751ad ufshcd_hba_stop +EXPORT_SYMBOL_GPL drivers/ufs/host/ufshcd-pltfrm 0x25f82f3b ufshcd_populate_vreg +EXPORT_SYMBOL_GPL drivers/ufs/host/ufshcd-pltfrm 0x44bd1e02 ufshcd_pltfrm_shutdown +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 0xcfe51391 ufshcd_pltfrm_init +EXPORT_SYMBOL_GPL drivers/uio/uio 0x15e3afec __uio_register_device +EXPORT_SYMBOL_GPL drivers/uio/uio 0xa40b30b8 __devm_uio_register_device +EXPORT_SYMBOL_GPL drivers/uio/uio 0xd77a7625 uio_event_notify +EXPORT_SYMBOL_GPL drivers/uio/uio 0xff1b1e77 uio_unregister_device +EXPORT_SYMBOL_GPL drivers/usb/atm/usbatm 0xb890277c usbatm_usb_disconnect +EXPORT_SYMBOL_GPL drivers/usb/atm/usbatm 0xe0141ebb usbatm_usb_probe +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0x03c1e5fa cdns_power_is_lost +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0x1812683a cdns_drd_gadget_off +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0x2a5c356d cdns_set_vbus +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0x4c191625 cdns_drd_gadget_on +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0x5d3facf9 cdns_init +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0x62a35071 cdns_suspend +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0xa0db4c77 cdns_resume +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0xc3d7aa35 cdns_remove +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0xdddd27fb cdns_clear_vbus +EXPORT_SYMBOL_GPL drivers/usb/chipidea/ci_hdrc 0x162ba862 ci_hdrc_add_device +EXPORT_SYMBOL_GPL drivers/usb/chipidea/ci_hdrc 0x1ad20bff ci_hdrc_query_available_role +EXPORT_SYMBOL_GPL drivers/usb/chipidea/ci_hdrc 0x6e7c5dfb ci_hdrc_remove_device +EXPORT_SYMBOL_GPL drivers/usb/chipidea/ci_hdrc 0xc43f7a65 hw_phymode_configure +EXPORT_SYMBOL_GPL drivers/usb/common/ulpi 0x0872490a ulpi_unregister_driver +EXPORT_SYMBOL_GPL drivers/usb/common/ulpi 0x3b3d0529 ulpi_register_interface +EXPORT_SYMBOL_GPL drivers/usb/common/ulpi 0x57c8c909 ulpi_unregister_interface +EXPORT_SYMBOL_GPL drivers/usb/common/ulpi 0x620671d2 __ulpi_register_driver +EXPORT_SYMBOL_GPL drivers/usb/common/ulpi 0x800883d7 ulpi_read +EXPORT_SYMBOL_GPL drivers/usb/common/ulpi 0xf09b3a2e ulpi_write +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x17cdae35 u_audio_get_playback_srate +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x30ee976e u_audio_get_mute +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x32c114e0 u_audio_get_volume +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x4242c5d7 g_audio_cleanup +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x4abbc3ec u_audio_set_capture_srate +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x7b844d84 g_audio_setup +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x86e9d72a u_audio_start_playback +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x90ebd193 u_audio_set_mute +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x91387b9d u_audio_stop_playback +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x954371dc u_audio_suspend +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0xb847d2ef u_audio_stop_capture +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0xc65a2862 u_audio_set_playback_srate +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0xde552671 u_audio_start_capture +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0xede9723f u_audio_set_volume +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0xefdef707 u_audio_get_capture_srate +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x268ee37a gether_get_dev_addr +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x27316d75 gether_register_netdev +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x2f95408d gether_set_host_addr +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x3ba51e9b gether_get_host_addr_cdc +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x4d6622dc gether_setup_name_default +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x5718a94f gether_set_qmult +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x60278db1 gether_get_host_addr_u8 +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x668c4c88 gether_set_dev_addr +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x788cc3f8 gether_disconnect +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x7e3298d9 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 0x90816288 gether_setup_name +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0xbaa08161 gether_connect +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0xc0d5ebf1 gether_set_gadget +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0xd331f95c gether_get_qmult +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0xec1231b4 gether_set_ifname +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0xfb8e77d9 gether_get_ifname +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 0x8de55178 gserial_disconnect +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_serial 0xa01e0344 gserial_suspend +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_serial 0xb6652875 gserial_free_line +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_serial 0xc0a01527 gserial_set_console +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_serial 0xd8e75125 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 0xfad60246 gserial_resume +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_serial 0xfb78a286 gs_alloc_req +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_fs 0x6c825859 ffs_lock +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_fs 0x9a8061a9 ffs_name_dev +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_fs 0xfd025e23 ffs_single_dev +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x01ad02c5 fsg_common_set_cdev +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x0b123633 fsg_store_file +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x10c9d05b fsg_store_nofua +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x141fce2a fsg_common_remove_luns +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x1710b539 fsg_fs_bulk_out_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x1785b878 fsg_lun_close +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 0x1ecbe3e7 fsg_show_cdrom +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x2933ee1d fsg_ss_bulk_in_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x3465bcc2 fsg_show_removable +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x398778e1 fsg_ss_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x3c6a07d0 fsg_common_create_lun +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x423845e4 fsg_ss_bulk_in_comp_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x4568d4aa fsg_show_nofua +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x4fbf1c3d fsg_lun_open +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x52957760 fsg_store_inquiry_string +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x56344daf fsg_hs_bulk_out_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x59864cd6 fsg_lun_fsync_sub +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x5d8a2250 fsg_show_ro +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x6acb4179 fsg_common_set_inquiry_string +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 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 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 0xa2292a9c fsg_store_cdrom +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xa4d468e9 fsg_store_forced_eject +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 0xbb1e2b59 fsg_show_inquiry_string +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xbf02b01f fsg_store_ro +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xc1dce96f fsg_store_removable +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xc6e23124 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 0xd7452258 fsg_common_remove_lun +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 0x16d4d3e8 rndis_get_next_response +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x2e18d3e7 rndis_register +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x35504217 rndis_set_host_mac +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x4618daef rndis_signal_connect +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x590999dd rndis_free_response +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x5b736753 rndis_uninit +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x62bd9f5d rndis_set_param_medium +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x77d217e2 rndis_rm_hdr +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x8c276207 rndis_set_param_vendor +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x97281dd1 rndis_signal_disconnect +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0xdc95e5cd rndis_deregister +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0xe175349b rndis_set_param_dev +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0xe54eb406 rndis_msg_parser +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0xff4bb085 rndis_borrow_net +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0xffdd7de5 rndis_add_hdr +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x0400f2cc usb_string_ids_tab +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x040bc82f usb_function_register +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x0c589aba usb_validate_langid +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x0faf2773 usb_function_activate +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x10e5a6f9 unregister_gadget_item +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x114b49d3 usb_string_id +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x1c7db572 usb_add_config_only +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x1d394fed usb_gstrings_attach +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x22bf8b22 usb_add_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x26516bd6 usb_ep_autoconfig_reset +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x2a5ab010 alloc_ep_req +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x2e09263f usb_copy_descriptors +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x35e1356c usb_string_ids_n +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x36b09828 usb_interface_id +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x3c8fc8a6 usb_composite_unregister +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x420ebab5 usb_add_config +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x496ddf2d usb_otg_descriptor_init +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x4b7557dc usb_get_function_instance +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x4beb505d usb_gadget_get_string +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x5184d5c1 usb_composite_setup_continue +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x64866d3f usb_function_deactivate +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x7148ceb2 usb_ep_autoconfig_release +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x7635c426 usb_ep_autoconfig_ss +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x79ec3956 config_ep_by_speed_and_alt +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x7ba36bdc usb_composite_overwrite_options +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x7bd4d2b4 usb_get_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x7f6478c8 usb_otg_descriptor_alloc +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x89cca121 usb_ep_autoconfig +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xa6f75e80 usb_function_unregister +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xc3af3656 usb_free_all_descriptors +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xd2ea2134 usb_descriptor_fillbuf +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xd8388a08 usb_composite_probe +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xdb98fb23 usb_put_function_instance +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xdc8ea58a usb_put_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xe47883df config_ep_by_speed +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xf474a207 usb_gadget_config_buf +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xf4b46573 usb_remove_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xf9286a02 usb_assign_descriptors +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x08b967bf udc_remove +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x12892328 init_dma_pools +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x1bff2952 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 0x70f7e2bd udc_probe +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x86872685 udc_basic_init +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x98b51eaa free_dma_pools +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0xddaf0f22 gadget_release +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0xe00827f9 udc_enable_dev_setup_interrupts +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0xf6d61e98 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 0x0165a305 usb_gadget_set_state +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x03659d16 usb_gadget_deactivate +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x04579351 usb_gadget_activate +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x1e962872 usb_add_gadget +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x2386a8da usb_gadget_vbus_disconnect +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x2af38e5f usb_ep_free_request +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x2b5c0bf3 usb_del_gadget +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x2c53cadb usb_ep_disable +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x36f1aa76 usb_gadget_set_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 0x4f6e1cfb usb_initialize_gadget +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x4fa2450c usb_ep_dequeue +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x50b88f41 usb_get_gadget_udc_name +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x51f7f7ea usb_add_gadget_udc_release +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x583bbc42 usb_gadget_vbus_draw +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x680032dc usb_gadget_ep_match_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x69638344 usb_udc_vbus_handler +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x69b747cc usb_gadget_register_driver_owner +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x74947548 usb_gadget_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 0x8cfc47ee usb_gadget_clear_selfpowered +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x9328c059 usb_gadget_unregister_driver +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x93d5fdc4 usb_gadget_giveback_request +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x9746aa11 usb_gadget_check_config +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xa94cf129 usb_gadget_map_request +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xac5667d9 usb_ep_queue +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xb38a4185 usb_gadget_vbus_connect +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xb5e71cf5 usb_del_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 0xc018d217 usb_gadget_map_request_by_dev +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xc26d2174 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 0xc73d873f usb_gadget_frame_number +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xc8ac2c4f usb_ep_clear_halt +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xc9caeb23 gadget_find_ep_by_name +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xe0d9e978 usb_gadget_disconnect +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xe97061aa usb_gadget_unmap_request_by_dev +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xf298af22 usb_add_gadget_udc +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xf378ebf0 usb_gadget_unmap_request +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xffa8044b usb_gadget_connect +EXPORT_SYMBOL_GPL drivers/usb/host/xhci-pci-renesas 0x751095a8 renesas_xhci_check_request_fw +EXPORT_SYMBOL_GPL drivers/usb/misc/ezusb 0x4c3a2d5d ezusb_fx1_ihex_firmware_download +EXPORT_SYMBOL_GPL drivers/usb/misc/ezusb 0xcd1aa008 ezusb_fx1_set_reset +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0x29c429c7 ftdi_elan_gone_away +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0x514f4fb0 usb_ftdi_elan_edset_empty +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0x6da0b6a4 usb_ftdi_elan_edset_setup +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0x7aac3ce1 usb_ftdi_elan_edset_flush +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0x90b4b042 usb_ftdi_elan_edset_single +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0x95855566 usb_ftdi_elan_edset_output +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0xc0a81c18 usb_ftdi_elan_read_pcimem +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0xea5d4ead usb_ftdi_elan_edset_input +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0xf99d2b42 usb_ftdi_elan_write_pcimem +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 0x0fff448b musb_get_mode +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0x2734197f musb_readb +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0x2d1773f8 musb_root_disconnect +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0x560271af 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 0x6d4f6567 musb_set_peripheral +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 0xb47c8499 musb_set_host +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0xe59efb0e musb_clearb +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0xf0f95e51 musb_readl +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0xf1395b92 musb_queue_resume_work +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-generic 0x2ca81404 usb_phy_generic_unregister +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-generic 0x869be9d4 usb_phy_gen_create_phy +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-generic 0x86cf6330 usb_phy_generic_register +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-generic 0xbbd1d407 usb_gen_phy_init +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-generic 0xf4273946 usb_gen_phy_shutdown +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-isp1301 0xa019c5f8 isp1301_get_client +EXPORT_SYMBOL_GPL drivers/usb/serial/usb_wwan 0x0f8635ce usb_wwan_port_probe +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x06f7b4c9 usb_serial_generic_open +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x16923ff3 usb_serial_generic_read_bulk_callback +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x1b711caa usb_serial_generic_write_start +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x201881a9 usb_serial_port_softint +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x27600006 usb_serial_generic_process_read_urb +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x344a81b0 usb_serial_generic_unthrottle +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x350811d2 usb_serial_deregister_drivers +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x3c5efcc4 usb_serial_generic_chars_in_buffer +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x530d2f50 usb_serial_generic_submit_read_urbs +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x7dd6af51 usb_serial_generic_resume +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x81bc027e usb_serial_generic_write_bulk_callback +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x852b1dc7 usb_serial_generic_wait_until_sent +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x91025ab4 usb_serial_generic_write +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x936a6b4c usb_serial_generic_close +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xa92d82b2 usb_serial_generic_tiocmiwait +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xbef86f57 usb_serial_register_drivers +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xc3119764 usb_serial_generic_get_icount +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xcb062d68 usb_serial_claim_interface +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xed018a5e usb_serial_handle_dcd_change +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xf0ee0753 usb_serial_generic_throttle +EXPORT_SYMBOL_GPL drivers/usb/typec/altmodes/typec_displayport 0xa85ffb80 dp_altmode_remove +EXPORT_SYMBOL_GPL drivers/usb/typec/altmodes/typec_displayport 0xb72d3f0a dp_altmode_probe +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpci 0x6f497a3c tcpci_irq +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpci 0xbe111953 tcpci_get_tcpm_port +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpci 0xc529e32e tcpci_unregister_port +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpci 0xcb921fa5 tcpci_register_port +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpm 0x10ec6d2d tcpm_sink_frs +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpm 0x3b84657b tcpm_pd_transmit_complete +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpm 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 0xd1d3936b tcpm_register_port +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpm 0xea220941 tcpm_tcpc_reset +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpm 0xeb779665 tcpm_sourcing_vbus +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x011f5069 typec_altmode_enter +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x052fcf01 typec_get_orientation +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x06bb6fa4 typec_retimer_unregister +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x070f4db6 typec_altmode_exit +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x0e5e3d25 fwnode_typec_switch_get +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x10eb3352 typec_mux_set_drvdata +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x12e7f74e typec_plug_register_altmode +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x154469ff typec_altmode_put_plug +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x1928b45e typec_retimer_register +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x19841fc0 typec_get_fw_cap +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x1ab866b4 typec_altmode_attention +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x20e073da fwnode_typec_retimer_get +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x2d1e301d typec_find_power_role +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x331f7529 typec_switch_register +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x38d553bb typec_partner_register_altmode +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x4104e564 usb_power_delivery_unregister +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x44366ff1 typec_retimer_put +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x44e0f311 typec_unregister_cable +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x4661c032 typec_cable_get +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x491ca304 typec_set_data_role +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x4dcfdc47 typec_switch_get_drvdata +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x4dff1814 typec_altmode_update_active +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x4e25d1d8 typec_port_register_altmode +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x4f2765dd typec_partner_set_usb_power_delivery +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x4fcb2288 typec_altmode_unregister_driver +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x5013b6d5 typec_retimer_set +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x506e7400 typec_mux_get_drvdata +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x579b24fd typec_mux_unregister +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x597405d5 typec_partner_usb_power_delivery_register +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x598ea1a7 typec_match_altmode +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x66588b47 typec_altmode_get_plug +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x6b3d9465 typec_mux_set +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x70804b99 typec_set_orientation +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x73df8b3c typec_switch_unregister +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x7b580428 typec_get_drvdata +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x7d363591 typec_unregister_altmode +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x7f242199 typec_register_partner +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x81e4a5fd usb_power_delivery_unlink_device +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x85cbc7a8 usb_power_delivery_register_capabilities +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x86521d45 typec_switch_put +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x8777c322 typec_cable_put +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x8939e139 typec_port_set_usb_power_delivery +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x8b16e4cc typec_cable_set_identity +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x9049491e typec_find_port_data_role +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x906a09bb typec_switch_set_drvdata +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x911d21a6 typec_partner_set_pd_revision +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x92e5b997 typec_altmode_notify +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x9aecb5f3 typec_unregister_port +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x9d618996 typec_set_vconn_role +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xa1077b28 typec_unregister_partner +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xa254de98 typec_find_orientation +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xa4bebe5d usb_power_delivery_link_device +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xae24922f typec_register_cable +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xae24d731 typec_altmode_vdm +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xb03e1335 typec_plug_set_num_altmodes +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xb319f5e2 typec_altmode_get_partner +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xb9c61941 __typec_altmode_register_driver +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xba0346ee typec_register_plug +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xba570d59 typec_retimer_get_drvdata +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xc4896bbc typec_cable_is_active +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xc75bbd45 typec_unregister_plug +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xc7f0cab4 typec_set_pwr_opmode +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xcc3d8ceb usb_power_delivery_unregister_capabilities +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xcc99366e typec_altmode2port +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xce8f3e89 fwnode_typec_mux_get +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xd2662a19 typec_partner_set_num_altmodes +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xd2662cc7 usb_power_delivery_register +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xd2fa1286 typec_switch_set +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xe5300cb2 typec_set_mode +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xe733a0a8 typec_partner_set_svdm_version +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xe7e8bb79 typec_port_register_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 0xf12ae5f6 typec_get_negotiated_svdm_version +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xf48b8e5f typec_mux_register +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xf958c407 typec_set_pwr_role +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xfc6653f6 typec_partner_set_identity +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xfc8df340 typec_mux_put +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xfe98e45b typec_register_port +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0x12166607 ucsi_set_drvdata +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0x2807f3ae ucsi_destroy +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0x9117bef6 ucsi_send_command +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0x95631e39 ucsi_create +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0x9c980a9f ucsi_register +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0xbede1594 ucsi_get_drvdata +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0xce7c2d8e ucsi_connector_change +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0xd413b5a1 ucsi_resume +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0xed2059ce ucsi_unregister +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x09195514 usbip_alloc_iso_desc_pdu +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x304240c2 usbip_recv_xbuff +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x34bef3a6 dev_attr_usbip_debug +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x3852143e usbip_recv_iso +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x4ac1c1e2 usbip_pad_iso +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x5393100f usbip_recv +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x657d927c usbip_event_happened +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x703e5d21 usbip_start_eh +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x78b72f44 usbip_debug_flag +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x7d7a1b1e usbip_pack_pdu +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x94026878 usbip_stop_eh +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x95f75d8b usbip_event_add +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xd02753dc usbip_header_correct_endian +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xd51eb4d9 usbip_in_eh +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xe1ea0586 usbip_dump_header +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xec5e5bf5 usbip_dump_urb +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0x05875c5a vdpa_register_device +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0x1238d286 __vdpa_alloc_device +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0x4d72cff0 vdpa_set_config +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0x6da4c878 vdpa_get_config +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0x82194063 vdpa_unregister_device +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0x8546d05b vdpa_mgmtdev_register +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0x8face151 _vdpa_register_device +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0x96838ee9 _vdpa_unregister_device +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0xcbaa4266 vdpa_mgmtdev_unregister +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0xe408acf8 __vdpa_register_driver +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0xf5a52ab0 vdpa_unregister_driver +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa_sim/vdpa_sim 0x610e4a8b vdpasim_create +EXPORT_SYMBOL_GPL drivers/vfio/mdev/mdev 0xa640facd mdev_bus_type +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x01d20649 vfio_pci_core_disable +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x050d65c1 vfio_pci_core_register_device +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x086e0e7a vfio_pci_core_request +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x0d3a0448 vfio_pci_core_close_device +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x137bf5b3 vfio_pci_core_ioctl +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x39f7b101 vfio_pci_core_read +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x4cf699b8 vfio_pci_core_set_params +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x511a3cb6 vfio_pci_core_sriov_configure +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x8dfc0e0f vfio_pci_core_ioctl_feature +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0xabd2dcec vfio_pci_core_aer_err_detected +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0xbc4bfeeb vfio_pci_core_finish_enable +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0xcf4f5595 vfio_pci_core_unregister_device +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0xdbe7a06a vfio_pci_core_init_dev +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0xddef1fd0 vfio_pci_core_register_dev_region +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0xe172270b vfio_pci_core_mmap +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0xe6c3a553 vfio_pci_core_release_dev +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0xec72b42c vfio_pci_core_match +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0xf194a9d1 vfio_pci_core_err_handlers +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0xf23d5e43 vfio_pci_core_write +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0xfc944817 vfio_pci_core_enable +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x09687502 vfio_register_iommu_driver +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x1b8dc50c vfio_file_enforced_coherent +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x1cd0a949 vfio_mig_get_next_state +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x33d26c83 vfio_iommufd_emulated_unbind +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x48ee7465 vfio_device_set_open_count +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x4d27315d vfio_virqfd_enable +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x572e7876 vfio_register_group_dev +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x60a634c4 vfio_info_cap_add +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x645992cd vfio_file_iommu_group +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x7d2ed4c3 iova_bitmap_set +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x8c0cf5fb vfio_file_is_group +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x9885fac9 vfio_register_emulated_iommu_dev +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x9e774c96 vfio_iommufd_physical_bind +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xa4b82115 vfio_unregister_iommu_driver +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xa53e2cd5 vfio_iommufd_physical_attach_ioas +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xa80c188e _vfio_alloc_device +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xb9e8f7fa vfio_iommufd_emulated_bind +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xccfa8325 vfio_unregister_group_dev +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xdb435616 vfio_iommufd_emulated_attach_ioas +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xf55d67b5 vfio_assign_device_set +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xfa39df64 vfio_file_has_dev +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xfb36cd42 vfio_virqfd_disable +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xfe700eb7 vfio_file_set_kvm +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xffda76fd vfio_iommufd_physical_unbind +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x050abc1e vhost_poll_start +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x0c54501d vhost_dev_stop +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x0d7f6afe vhost_add_used +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x0f38f47a vhost_vq_init_access +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x11d183f2 vhost_dev_set_owner +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x1411f4ef vhost_set_backend_features +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x1471608a vhost_clear_msg +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x213ab1cd vhost_get_vq_desc +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x21b616d0 vhost_poll_init +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x2615f859 vhost_log_access_ok +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x290224aa vhost_dev_cleanup +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x2aff65c9 vhost_dev_check_owner +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x393e0e1f vhost_init_device_iotlb +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x4191922c vhost_dev_ioctl +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x4a69f7ae vhost_discard_vq_desc +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x4e2b1200 vhost_add_used_n +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x4f442dcd vhost_enable_notify +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x516c964f vhost_poll_stop +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x5b630e66 vhost_dev_flush +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x5f0490cb vhost_chr_read_iter +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x636e8d78 vhost_vring_ioctl +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x64b0f8ce vhost_has_work +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x657fec9a vhost_dequeue_msg +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x669c7238 vhost_vq_is_setup +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x692b2731 vhost_dev_has_owner +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x6b45ef8c vhost_log_write +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x6c27b5d4 vhost_work_queue +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x82b4a6a6 vhost_vq_access_ok +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x871267af vhost_enqueue_msg +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x8d6f0387 vhost_dev_reset_owner +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x8ddbea6c vhost_signal +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x93a16a06 vhost_dev_init +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x975e26f1 vhost_poll_queue +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xa0590a99 vhost_disable_notify +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xa82ab92d vhost_new_msg +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xa8c278db vhost_add_used_and_signal +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xa909cfc5 vhost_work_init +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xc205c8a1 vq_meta_prefetch +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xd59bfa55 vhost_exceeds_weight +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xea25f587 vhost_add_used_and_signal_n +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xf79e2c4e vhost_vq_avail_empty +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/apple_bl 0x2c63e051 apple_bl_register +EXPORT_SYMBOL_GPL drivers/video/backlight/apple_bl 0xdab0f892 apple_bl_unregister +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0x2222d158 ili9320_suspend +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0x39c40b3b ili9320_remove +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0x3bb0c7c5 ili9320_write +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0x51b4f566 ili9320_shutdown +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0x70c3a6a5 ili9320_resume +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0x71d4e410 ili9320_write_regs +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0xb393bee8 ili9320_probe_spi +EXPORT_SYMBOL_GPL drivers/video/fbdev/core/fb_ddc 0x69307548 fb_ddc_read +EXPORT_SYMBOL_GPL drivers/video/fbdev/core/fb_sys_fops 0x306e023c fb_sys_read +EXPORT_SYMBOL_GPL drivers/video/fbdev/core/fb_sys_fops 0xff5f21d1 fb_sys_write +EXPORT_SYMBOL_GPL drivers/video/fbdev/sis/sisfb 0x30168594 sis_malloc_new +EXPORT_SYMBOL_GPL drivers/video/fbdev/sis/sisfb 0xda85f128 sis_free_new +EXPORT_SYMBOL_GPL drivers/video/fbdev/vermilion/vmlfb 0x016e6c20 vmlfb_unregister_subsys +EXPORT_SYMBOL_GPL drivers/video/fbdev/vermilion/vmlfb 0x90c018c6 vmlfb_register_subsys +EXPORT_SYMBOL_GPL drivers/video/fbdev/via/viafb 0x0b111b8a viafb_find_i2c_adapter +EXPORT_SYMBOL_GPL drivers/video/fbdev/via/viafb 0x30cc9311 viafb_request_dma +EXPORT_SYMBOL_GPL drivers/video/fbdev/via/viafb 0x31469540 viafb_pm_unregister +EXPORT_SYMBOL_GPL drivers/video/fbdev/via/viafb 0xb4606f8d viafb_irq_disable +EXPORT_SYMBOL_GPL drivers/video/fbdev/via/viafb 0xb4f863e6 viafb_pm_register +EXPORT_SYMBOL_GPL drivers/video/fbdev/via/viafb 0xcaefb732 viafb_release_dma +EXPORT_SYMBOL_GPL drivers/video/fbdev/via/viafb 0xcd538333 viafb_irq_enable +EXPORT_SYMBOL_GPL drivers/video/fbdev/via/viafb 0xce990048 viafb_dma_copy_out_sg +EXPORT_SYMBOL_GPL drivers/video/fbdev/via/viafb 0xfff2dfd2 viafb_gpio_lookup +EXPORT_SYMBOL_GPL drivers/w1/wire 0x422e8957 w1_write_block +EXPORT_SYMBOL_GPL drivers/w1/wire 0x4962b87a w1_next_pullup +EXPORT_SYMBOL_GPL drivers/w1/wire 0x63757e92 w1_calc_crc8 +EXPORT_SYMBOL_GPL drivers/w1/wire 0x766b81a1 w1_triplet +EXPORT_SYMBOL_GPL drivers/w1/wire 0x77ac281f w1_touch_block +EXPORT_SYMBOL_GPL drivers/w1/wire 0x824c8b37 w1_read_8 +EXPORT_SYMBOL_GPL drivers/w1/wire 0x86f0bcc9 w1_reset_bus +EXPORT_SYMBOL_GPL drivers/w1/wire 0xa722eb5d w1_reset_select_slave +EXPORT_SYMBOL_GPL drivers/w1/wire 0xbe8e6c36 w1_touch_bit +EXPORT_SYMBOL_GPL drivers/w1/wire 0xbfb3167d w1_read_block +EXPORT_SYMBOL_GPL drivers/w1/wire 0xedda04bf w1_write_8 +EXPORT_SYMBOL_GPL drivers/w1/wire 0xfd8912a7 w1_reset_resume_command +EXPORT_SYMBOL_GPL drivers/xen/xen-front-pgdir-shbuf 0x42f58984 xen_front_pgdir_shbuf_unmap +EXPORT_SYMBOL_GPL drivers/xen/xen-front-pgdir-shbuf 0x5a84d2c4 xen_front_pgdir_shbuf_map +EXPORT_SYMBOL_GPL drivers/xen/xen-front-pgdir-shbuf 0xb4a279a7 xen_front_pgdir_shbuf_get_dir_start +EXPORT_SYMBOL_GPL drivers/xen/xen-front-pgdir-shbuf 0xd1af24b9 xen_front_pgdir_shbuf_alloc +EXPORT_SYMBOL_GPL drivers/xen/xen-front-pgdir-shbuf 0xe26e21d7 xen_front_pgdir_shbuf_free +EXPORT_SYMBOL_GPL drivers/xen/xen-privcmd 0x0c5019fc xen_privcmd_fops +EXPORT_SYMBOL_GPL drivers/xen/xen-privcmd 0xb80912ea xen_privcmdbuf_fops +EXPORT_SYMBOL_GPL fs/dlm/dlm 0x4b62826c dlm_unlock +EXPORT_SYMBOL_GPL fs/dlm/dlm 0x569d9ad7 dlm_posix_unlock +EXPORT_SYMBOL_GPL fs/dlm/dlm 0x6f8b76ad dlm_posix_lock +EXPORT_SYMBOL_GPL fs/dlm/dlm 0x82a26810 dlm_posix_get +EXPORT_SYMBOL_GPL fs/dlm/dlm 0x8a6c5f1b dlm_lock +EXPORT_SYMBOL_GPL fs/dlm/dlm 0xcd224e1d dlm_new_lockspace +EXPORT_SYMBOL_GPL fs/dlm/dlm 0xcf9f3328 dlm_release_lockspace +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x1236a075 nlmclnt_proc +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x6879b688 lockd_down +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x79abd8f4 nlmsvc_unlock_all_by_sb +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x85d88699 nlmclnt_init +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x9cbde0a0 nlmsvc_unlock_all_by_ip +EXPORT_SYMBOL_GPL fs/lockd/lockd 0xac57d6e4 nlmsvc_ops +EXPORT_SYMBOL_GPL fs/lockd/lockd 0xcb1834e9 lockd_up +EXPORT_SYMBOL_GPL fs/lockd/lockd 0xe4b54491 nlmclnt_done +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x01b62903 unregister_nfs_version +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x024bf515 nfs_alloc_server +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 0x0601969b put_nfs_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x08c7f0ee nfs_instantiate +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0b04dca1 nfs_reconfigure +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0ecf7aad nfs_dreq_bytes_left +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0f6ada6c nfs_fscache_open_file +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x10135753 nfs_file_operations +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x101ad20c nfs_fhget +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x10962bc2 nfs_auth_info_match +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x12f241c2 nfs_sops +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1427b219 nfs_request_add_commit_list_locked +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x145fee2d nfs_lookup +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x17f1a797 nfs_init_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1999897a nfs_server_insert_lists +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1c211e8c nfs_init_commit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x20a79b53 nfs_file_read +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x21818806 nfs_pgio_header_free +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x22d795a8 _nfs_display_fhandle_hash +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x22e15c99 nfs_generic_pgio +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x248a694b nfs_add_or_obtain +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x24b9e8d3 nfs_initiate_commit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x26884ff7 nfs_alloc_fhandle +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2769965d nfs_d_prune_case_insensitive_aliases +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x28f8ba70 nfs_clear_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2d6896a4 nfs_initiate_pgio +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x30dafd9a nfs_scan_commit_list +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x31047d36 nfs_commitdata_alloc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x324261e4 nfs_rmdir +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x333b029b __tracepoint_nfs_xdr_bad_filehandle +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x35a49da2 nfs_release_request +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x35b88e3b nfs_probe_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3635192b nfs_create +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x36bd86a0 nfs_statfs +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 0x3ad20d64 nfs_submount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3be78909 nfs_alloc_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3e277b2b nfs_link +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3f2690f2 nfs_check_flags +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3f578b7f nfs_inode_attach_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x40739385 nfs_wait_bit_killable +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x422843cf __traceiter_nfs_fsync_enter +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x42f2c81f nfs4_client_id_uniquifier +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4537e6a5 nfs_free_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4556b77b nfs_write_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4bd818b8 nfs_writeback_update_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4cb9e001 recover_lost_locks +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4cf02ba9 nfs_symlink +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4d66008d __SCK__tp_func_nfs_fsync_exit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4dba45a8 nfs_drop_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4fd6396e nfs_atomic_open +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x50118771 nfs_create_rpc_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5038047f __SCK__tp_func_nfs_xdr_status +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x503d9f8c nfs_may_open +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x50455f3b nfs_lock +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5104173f nfs_post_op_update_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x51892d61 nfs_callback_set_tcpport +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x53ad301d nfs_setattr +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x54b0719f alloc_nfs_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x57a316d1 nfs_server_remove_lists +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x57ee4c13 nfs_client_init_is_complete +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x584b8482 nfs_inc_attr_generation_counter +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x59ed3365 nfs_file_fsync +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5acb9d44 nfs_wb_all +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5b0b44b3 nfs_put_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5bc890b3 nfs_put_lock_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5bd3ea4f nfs4_label_alloc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5dd2cb95 nfs_pageio_reset_read_mds +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5ddb1f7b nfs_alloc_fattr_with_label +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5fb5d85e nfs_free_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x600baa05 nfs_permission +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x60f2c8b3 __tracepoint_nfs_fsync_enter +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x64ca16c7 nfs_unlink +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x651616a4 nfs_flock +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6d9cf752 nfs_sb_active +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6e5aa575 nfs_set_cache_invalid +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x712ce5bc nfs4_fs_type +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x713c9f5f nfs_show_options +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x71bf9c79 nfs_sb_deactive +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x72669cee nfs_commit_free +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7388ff42 __SCK__tp_func_nfs_xdr_bad_filehandle +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7485ff85 nfs_pageio_resend +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x79827684 nfs_file_release +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7ac1e957 nfs_setattr_update_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7b595ae0 nfs_mknod +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8179ad8b nfs_wait_on_request +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x832ef757 nfs_retry_commit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x84329aa0 nfs_post_op_update_inode_force_wcc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8499de4f nfs_alloc_fattr +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x85c9cc1f nfs_kill_super +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x88db4e48 nfs_check_cache_invalid +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x88f082b3 nfs_file_llseek +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8d5f70bf nfs_close_context +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 0x930949b8 nfs_get_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x953fcfcd nfs_filemap_write_and_wait_range +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x98ae4241 nfs_rename +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x98b0ece8 nfs_init_timeout_values +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x98d0764f nfs_umount_begin +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9b9fff4f nfs_revalidate_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9d919c44 __SCT__tp_func_nfs_fsync_exit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9dadcf07 nfs_show_path +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9f8d7156 nfs_file_write +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9fb5f000 nfs_sync_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9fe47cfd nfs_zap_acl_cache +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa2924d29 __SCK__tp_func_nfs_fsync_enter +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa389769c nfs_pageio_init_write +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa4a01662 nfs_access_get_cached +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa5179edc __traceiter_nfs_xdr_status +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa627d515 nfs_pageio_reset_write_mds +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa7e6983d nfs_clear_verifier_delegated +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa8e9e1ae send_implementation_id +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa8ee9fbd nfs_invalidate_atime +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xaafd4acc max_session_cb_slots +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xac838f15 nfs4_dentry_operations +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xaf637f2c nfs_setsecurity +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb35e8a55 nfs_dentry_operations +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb46a16ee nfs_clone_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb6aca99e nfs_access_add_cache +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb772192b nfs_show_stats +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb8971336 nfs_create_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb8baa5f8 nfs_refresh_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xba2e3dca nfs_access_zap_cache +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc24bf4a8 nfs_client_init_status +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc3a2be67 nfs_net_id +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc3dbdae9 nfs_path +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc487d2b0 nfs_getattr +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc5ae2f2e register_nfs_version +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc6c8b8f1 nfs_access_set_mask +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xcc5d5cdb nfs_commitdata_release +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xccdd2778 nfs_async_iocounter_wait +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xced6bb9a nfs_do_submount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xcf7ac404 nfs_set_verifier +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd25ec775 nfs_alloc_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd26a7762 nfs_file_set_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd2855909 nfs_try_get_tree +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd41160c4 nfs_request_add_commit_list +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd6091d37 nfs_force_lookup_revalidate +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd9087710 nfs_generic_pg_test +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xdae9b5d7 nfs4_disable_idmapping +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe0b5d200 nfs_client_for_each_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe2b641c2 nfs_init_server_rpcclient +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe2dac436 nfs_file_mmap +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe41d4d12 nfs_mark_client_ready +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe4eb8afd nfs_wait_client_init_complete +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe4fb5a9f nfs_show_devname +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe5fb51f6 nfs_init_cinfo +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe74239c3 __tracepoint_nfs_xdr_status +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe74dead1 nfs_pgio_header_alloc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe79244d2 nfs_commit_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe99fca05 nfs_fs_type +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xea56c8fb __traceiter_nfs_fsync_exit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xec0249bd nfs_request_remove_commit_list +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xecc1df6e nfs_pageio_init_read +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xee9165f9 nfs_server_copy_userdata +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xef6af837 __traceiter_nfs_xdr_bad_filehandle +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf09f5d98 nfs_mkdir +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf5728aa2 nfs_pgheader_init +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf9dbf0c0 nfs_pgio_current_mirror +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfa1c3d31 __tracepoint_nfs_fsync_exit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfa370d9b nfs_get_lock_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfc619abd _nfs_display_fhandle +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfcaeab19 nfs_free_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfd242624 get_nfs_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfd3c0de6 __SCT__tp_func_nfs_fsync_enter +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfeb42418 __SCT__tp_func_nfs_xdr_status +EXPORT_SYMBOL_GPL fs/nfs/nfsv3 0x8b94a97f nfs3_set_ds_client +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x022ae76f pnfs_write_done_resend_to_mds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x04fe9bdb pnfs_update_layout +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x054bef45 layoutstats_timer +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x063cd1ea pnfs_generic_pg_check_layout +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x064a91c1 nfs4_pnfs_ds_put +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x0bd2e981 __traceiter_nfs4_pnfs_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x0d999a1c __tracepoint_pnfs_mds_fallback_write_pagelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x0dc143fe pnfs_set_lo_fail +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x112dc1be pnfs_set_layoutcommit +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x11e250b3 nfs4_find_get_deviceid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x13881c14 pnfs_nfs_generic_sync +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x169d7d66 pnfs_generic_pg_writepages +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x17f05cf7 __SCK__tp_func_ff_layout_read_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x18e75751 __SCT__tp_func_pnfs_mds_fallback_write_pagelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x1e41469a nfs4_init_ds_session +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x1e69233d pnfs_generic_scan_commit_lists +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x1efe9833 pnfs_destroy_layout +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x29f187eb __traceiter_pnfs_mds_fallback_read_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x2aff1a04 nfs4_test_deviceid_unavailable +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x2b16e909 __SCT__tp_func_nfs4_pnfs_commit_ds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x2c659948 __traceiter_ff_layout_read_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x2f54d9fd nfs4_pnfs_ds_connect +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x3322440d nfs4_delete_deviceid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x34e9a491 pnfs_generic_pg_test +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x37e0e1d6 nfs4_sequence_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x3807371d nfs4_proc_getdeviceinfo +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x3b10471c pnfs_generic_pg_init_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x3cd6e0bb pnfs_generic_prepare_to_resend_writes +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x3cf2ffd3 pnfs_generic_write_commit_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x3d17476b nfs4_set_rw_stateid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x4047bb7b pnfs_layoutcommit_inode +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x45c31072 __SCK__tp_func_nfs4_pnfs_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x466ea93f __SCK__tp_func_nfs4_pnfs_commit_ds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x4997bbe3 nfs4_schedule_stateid_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x4cad8533 pnfs_generic_pg_cleanup +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x4cb7a7a3 __SCK__tp_func_pnfs_mds_fallback_write_pagelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x5062d693 nfs4_schedule_lease_moved_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x51c77c7f nfs4_set_ds_client +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x5216fb46 __SCK__tp_func_ff_layout_write_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x535c3c44 __traceiter_nfs4_pnfs_commit_ds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x536cc6c0 __tracepoint_nfs4_pnfs_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x54655046 nfs4_pnfs_ds_add +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x546f618b __SCK__tp_func_nfs4_pnfs_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x56525ca0 pnfs_generic_pg_readpages +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x56effdf5 __tracepoint_pnfs_mds_fallback_pg_init_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x574d9c9c __tracepoint_ff_layout_commit_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x579c68c9 nfs4_mark_deviceid_unavailable +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x5b7c1aca pnfs_generic_pg_check_range +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x5fc0f4bf nfs4_test_session_trunk +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x6085edbd nfs_map_string_to_numeric +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x63826d35 __SCT__tp_func_nfs4_pnfs_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x69d3558d pnfs_generic_rw_release +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x6a5eb444 __SCT__tp_func_pnfs_mds_fallback_pg_init_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x6a925097 __SCT__tp_func_pnfs_mds_fallback_read_pagelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x74daeb7b pnfs_generic_pg_init_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x754d72b0 nfs4_mark_deviceid_available +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x79930e54 nfs4_init_deviceid_node +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x7c7b6e21 pnfs_ld_write_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x7e1bc20e __SCK__tp_func_pnfs_mds_fallback_pg_init_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x7e42bd3f __SCT__tp_func_ff_layout_read_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x7f76a5ef __traceiter_ff_layout_write_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x8058bc35 __SCK__tp_func_pnfs_mds_fallback_read_pagelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x80f69a53 __traceiter_ff_layout_commit_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x8ba7fb40 __traceiter_pnfs_mds_fallback_write_pagelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x8d1c9778 nfs41_sequence_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x8dac0331 __tracepoint_pnfs_mds_fallback_pg_get_mirror_count +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x8ec51f56 __traceiter_pnfs_mds_fallback_read_pagelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x905c89c0 nfs4_decode_mp_ds_addr +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x930a94fd __SCT__tp_func_pnfs_mds_fallback_write_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x9341e8cc pnfs_generic_search_commit_reqs +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x95020179 __SCK__tp_func_ff_layout_commit_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x96c4643f __SCT__tp_func_pnfs_mds_fallback_pg_get_mirror_count +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x98d8b101 pnfs_add_commit_array +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xa4ca8bcd __tracepoint_nfs4_pnfs_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xa5e32214 pnfs_free_commit_array +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xa6021694 pnfs_generic_recover_commit_reqs +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xa7925cb5 __tracepoint_ff_layout_read_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xa9e20ce5 __traceiter_pnfs_mds_fallback_pg_init_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xaa1f639e __tracepoint_pnfs_mds_fallback_read_pagelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xac66fc0f pnfs_unregister_layoutdriver +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xad5e24b7 nfs4_put_deviceid_node +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xadeca730 __SCT__tp_func_nfs4_pnfs_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xaef45d66 pnfs_read_done_resend_to_mds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xb0227e32 pnfs_generic_ds_cinfo_release_lseg +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xb23af6cf nfs4_schedule_migration_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xb302d74f __traceiter_nfs4_pnfs_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xb3d4ced4 pnfs_generic_clear_request_commit +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xbabd5105 nfs4_schedule_lease_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xbadbad0d nfs4_setup_sequence +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xc08c9115 pnfs_report_layoutstat +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xc361c3c5 __SCT__tp_func_pnfs_mds_fallback_read_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xc38b36b7 pnfs_error_mark_layout_for_return +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xc4251239 nfs_remove_bad_delegation +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xc6cba926 __SCK__tp_func_pnfs_mds_fallback_pg_get_mirror_count +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xc8a84c39 __tracepoint_pnfs_mds_fallback_read_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xca74b9fa __tracepoint_ff_layout_write_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xcbcb36b7 pnfs_register_layoutdriver +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xcc21ce5c __SCT__tp_func_ff_layout_commit_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd22bc376 pnfs_generic_layout_insert_lseg +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd71b2591 pnfs_put_lseg +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd73d2693 __SCK__tp_func_pnfs_mds_fallback_write_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd742e2c2 pnfs_generic_sync +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd7ef21d6 pnfs_generic_ds_cinfo_destroy +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd83b137e __SCK__tp_func_pnfs_mds_fallback_pg_init_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xdb895ccc pnfs_read_resend_pnfs +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xdeb5edce __SCT__tp_func_pnfs_mds_fallback_pg_init_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xe05056a0 pnfs_alloc_commit_array +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xe5ac2f00 __traceiter_pnfs_mds_fallback_pg_init_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xe5bc42de __SCK__tp_func_pnfs_mds_fallback_read_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xe7bce224 nfs4_find_or_create_ds_client +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xe97e4546 __tracepoint_pnfs_mds_fallback_write_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xeb1b5f75 nfs4_schedule_session_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xeb5c936c __traceiter_pnfs_mds_fallback_write_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xed15fb41 nfs4_print_deviceid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf044705f pnfs_generic_commit_pagelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf240c06d __traceiter_pnfs_mds_fallback_pg_get_mirror_count +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf27cccd5 __tracepoint_pnfs_mds_fallback_pg_init_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf32fa2b7 __SCT__tp_func_ff_layout_write_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf4f6c945 __tracepoint_nfs4_pnfs_commit_ds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf5652254 pnfs_ld_read_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf65fa9d3 pnfs_layout_mark_request_commit +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 0xffce29bd nfs42_proc_layouterror +EXPORT_SYMBOL_GPL fs/nfs_common/grace 0x1fe1e1ad locks_end_grace +EXPORT_SYMBOL_GPL fs/nfs_common/grace 0x549354b1 opens_in_grace +EXPORT_SYMBOL_GPL fs/nfs_common/grace 0x5a1971dc locks_start_grace +EXPORT_SYMBOL_GPL fs/nfs_common/grace 0xf9888db3 locks_in_grace +EXPORT_SYMBOL_GPL fs/nfs_common/nfs_acl 0x767781e2 nfs_stream_decode_acl +EXPORT_SYMBOL_GPL fs/nfs_common/nfs_acl 0xad119d06 nfs_stream_encode_acl +EXPORT_SYMBOL_GPL fs/nfs_common/nfs_acl 0xc90a1448 nfsacl_encode +EXPORT_SYMBOL_GPL fs/nfs_common/nfs_acl 0xeca1654a nfsacl_decode +EXPORT_SYMBOL_GPL fs/nfsd/nfsd 0xacd8276c nfsd4_ssc_init_umount_work +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x22afdc3e o2nm_node_put +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x2e4a3dca o2hb_setup_callback +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x2e588f50 o2hb_unregister_callback +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x36773d41 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 0x5e95a4b2 o2net_send_message_vec +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x6a0c3847 __mlog_printk +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x740bd31a o2nm_get_node_by_num +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x81a17396 mlog_and_bits +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xa4b408a0 o2nm_get_node_by_ip +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 0xbee0355e o2nm_node_get +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xc4d99852 o2hb_check_node_heartbeating_from_callback +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xd859ac8c o2net_fill_node_map +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xf1a5611d o2net_unregister_handler_list +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xf56c2017 mlog_not_bits +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xf982e6db o2net_send_message +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xfe1298f3 o2net_register_handler +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0x175ed231 dlmunlock +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0x2464c194 dlmlock +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0x7a1211f8 dlm_setup_eviction_cb +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0xd31f32c4 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 0xef004245 dlm_unregister_domain +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0xf2f82376 dlm_register_domain +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0xf9695097 dlm_print_one_lock +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 0x1c82e700 ocfs2_stack_glue_unregister +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x3e7d7a4a ocfs2_stack_glue_register +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x4d3af7fa ocfs2_cluster_hangup +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x76f40744 ocfs2_dlm_lvb +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x9507547f ocfs2_cluster_disconnect +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xaf969565 ocfs2_dlm_lock +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xbbc4ef97 ocfs2_stack_supports_plocks +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xc5196999 ocfs2_dlm_unlock +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xc89d74d5 ocfs2_kset +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 0xf33a8e04 ocfs2_plock +EXPORT_SYMBOL_GPL fs/pstore/pstore_blk 0x43cc3d4b pstore_blk_get_config +EXPORT_SYMBOL_GPL fs/pstore/pstore_blk 0x60da3a15 register_pstore_device +EXPORT_SYMBOL_GPL fs/pstore/pstore_blk 0xd71371cb unregister_pstore_device +EXPORT_SYMBOL_GPL fs/pstore/pstore_zone 0x15926fb9 register_pstore_zone +EXPORT_SYMBOL_GPL fs/pstore/pstore_zone 0xac489d46 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 0x1dca54ac notifier_err_inject_init +EXPORT_SYMBOL_GPL lib/notifier-error-inject 0x81779148 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 0x9ee2d304 lowpan_header_decompress +EXPORT_SYMBOL_GPL net/6lowpan/6lowpan 0xb85d0944 lowpan_header_compress +EXPORT_SYMBOL_GPL net/802/garp 0x05cce2f9 garp_request_leave +EXPORT_SYMBOL_GPL net/802/garp 0x0ba8ce4c garp_unregister_application +EXPORT_SYMBOL_GPL net/802/garp 0x1e40151d garp_uninit_applicant +EXPORT_SYMBOL_GPL net/802/garp 0x69baad90 garp_register_application +EXPORT_SYMBOL_GPL net/802/garp 0x97f65b0b garp_init_applicant +EXPORT_SYMBOL_GPL net/802/garp 0xf088967b garp_request_join +EXPORT_SYMBOL_GPL net/802/mrp 0x0e50d3ba mrp_init_applicant +EXPORT_SYMBOL_GPL net/802/mrp 0x2993a855 mrp_unregister_application +EXPORT_SYMBOL_GPL net/802/mrp 0xa9940735 mrp_request_leave +EXPORT_SYMBOL_GPL net/802/mrp 0xb5366c03 mrp_register_application +EXPORT_SYMBOL_GPL net/802/mrp 0xcfef8905 mrp_request_join +EXPORT_SYMBOL_GPL net/802/mrp 0xdffb5ffe mrp_uninit_applicant +EXPORT_SYMBOL_GPL net/802/stp 0xb6ed569c stp_proto_unregister +EXPORT_SYMBOL_GPL net/802/stp 0xed68c5f3 stp_proto_register +EXPORT_SYMBOL_GPL net/9p/9pnet 0xbab2a3b4 p9_client_xattrwalk +EXPORT_SYMBOL_GPL net/9p/9pnet 0xf713acc5 p9_client_xattrcreate +EXPORT_SYMBOL_GPL net/atm/atm 0xb09faf79 register_atmdevice_notifier +EXPORT_SYMBOL_GPL net/atm/atm 0xcfb6a3da unregister_atmdevice_notifier +EXPORT_SYMBOL_GPL net/ax25/ax25 0xac93ae05 ax25_bcast +EXPORT_SYMBOL_GPL net/ax25/ax25 0xaeb7451e ax25_defaddr +EXPORT_SYMBOL_GPL net/ax25/ax25 0xc6284004 ax25_register_pid +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0x16dd57eb l2cap_add_psm +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0x3b295c3f l2cap_chan_create +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0x6ba769d7 l2cap_chan_send +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0x7920754d l2cap_chan_del +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0x88305d11 l2cap_chan_put +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0x8933d7d3 l2cap_chan_set_defaults +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0xb4f69a2b l2cap_chan_connect +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0xda028e85 l2cap_chan_list +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0xeec76fe3 bt_debugfs +EXPORT_SYMBOL_GPL net/bluetooth/hidp/hidp 0xee292d5a hidp_hid_driver +EXPORT_SYMBOL_GPL net/bridge/bridge 0x05bfdbca br_fdb_clear_offload +EXPORT_SYMBOL_GPL net/bridge/bridge 0x11d6e9ec br_mst_get_info +EXPORT_SYMBOL_GPL net/bridge/bridge 0x22ee7e88 br_vlan_get_info_rcu +EXPORT_SYMBOL_GPL net/bridge/bridge 0x34bb710e br_handle_frame_finish +EXPORT_SYMBOL_GPL net/bridge/bridge 0x3d647f33 br_mst_enabled +EXPORT_SYMBOL_GPL net/bridge/bridge 0x459773d6 br_multicast_router +EXPORT_SYMBOL_GPL net/bridge/bridge 0x467481b2 br_multicast_has_router_adjacent +EXPORT_SYMBOL_GPL net/bridge/bridge 0x49284989 br_fdb_find_port +EXPORT_SYMBOL_GPL net/bridge/bridge 0x4f47f084 br_vlan_get_pvid +EXPORT_SYMBOL_GPL net/bridge/bridge 0x5466b9ac br_port_get_stp_state +EXPORT_SYMBOL_GPL net/bridge/bridge 0x55a153d3 br_forward +EXPORT_SYMBOL_GPL net/bridge/bridge 0x5d9bd485 br_get_ageing_time +EXPORT_SYMBOL_GPL net/bridge/bridge 0x78a613cd br_dev_queue_push_xmit +EXPORT_SYMBOL_GPL net/bridge/bridge 0x7b40f443 br_mst_get_state +EXPORT_SYMBOL_GPL net/bridge/bridge 0x7eb53c36 br_multicast_list_adjacent +EXPORT_SYMBOL_GPL net/bridge/bridge 0x934171fa nf_br_ops +EXPORT_SYMBOL_GPL net/bridge/bridge 0x9ca0ee73 br_multicast_has_querier_anywhere +EXPORT_SYMBOL_GPL net/bridge/bridge 0xa5f9b816 br_vlan_get_info +EXPORT_SYMBOL_GPL net/bridge/bridge 0xb331772c br_vlan_get_proto +EXPORT_SYMBOL_GPL net/bridge/bridge 0xc6d9f69d br_multicast_has_querier_adjacent +EXPORT_SYMBOL_GPL net/bridge/bridge 0xcc80d628 br_port_flag_is_set +EXPORT_SYMBOL_GPL net/bridge/bridge 0xcf7c83d6 br_multicast_enabled +EXPORT_SYMBOL_GPL net/bridge/bridge 0xde529ac3 br_forward_finish +EXPORT_SYMBOL_GPL net/bridge/bridge 0xe3f85c36 br_vlan_get_pvid_rcu +EXPORT_SYMBOL_GPL net/bridge/bridge 0xfeabf78e br_vlan_enabled +EXPORT_SYMBOL_GPL net/core/failover 0x1b92e827 failover_register +EXPORT_SYMBOL_GPL net/core/failover 0x1f5b20c9 failover_slave_unregister +EXPORT_SYMBOL_GPL net/core/failover 0x45907dae failover_unregister +EXPORT_SYMBOL_GPL net/dccp/dccp 0x07d72171 dccp_parse_options +EXPORT_SYMBOL_GPL net/dccp/dccp 0x0abc01bd dccp_ctl_make_reset +EXPORT_SYMBOL_GPL net/dccp/dccp 0x0b9d684d dccp_child_process +EXPORT_SYMBOL_GPL net/dccp/dccp 0x0cfd9c0f dccp_send_ack +EXPORT_SYMBOL_GPL net/dccp/dccp 0x104fa0fc dccp_poll +EXPORT_SYMBOL_GPL net/dccp/dccp 0x182ec2bf dccp_ackvec_parsed_add +EXPORT_SYMBOL_GPL net/dccp/dccp 0x362af723 dccp_create_openreq_child +EXPORT_SYMBOL_GPL net/dccp/dccp 0x4cdd391d dccp_feat_list_purge +EXPORT_SYMBOL_GPL net/dccp/dccp 0x507bbf0d inet_dccp_listen +EXPORT_SYMBOL_GPL net/dccp/dccp 0x5261e882 dccp_getsockopt +EXPORT_SYMBOL_GPL net/dccp/dccp 0x550c4408 dccp_insert_option +EXPORT_SYMBOL_GPL net/dccp/dccp 0x55698793 dccp_destruct_common +EXPORT_SYMBOL_GPL net/dccp/dccp 0x59814a84 dccp_statistics +EXPORT_SYMBOL_GPL net/dccp/dccp 0x5efba40c dccp_send_sync +EXPORT_SYMBOL_GPL net/dccp/dccp 0x63b2ae3e dccp_ioctl +EXPORT_SYMBOL_GPL net/dccp/dccp 0x6be4d556 dccp_rcv_state_process +EXPORT_SYMBOL_GPL net/dccp/dccp 0x6fd8fe52 dccp_feat_nn_get +EXPORT_SYMBOL_GPL net/dccp/dccp 0x71d47945 dccp_done +EXPORT_SYMBOL_GPL net/dccp/dccp 0x74a079da dccp_init_sock +EXPORT_SYMBOL_GPL net/dccp/dccp 0x7b8171d5 dccp_sendmsg +EXPORT_SYMBOL_GPL net/dccp/dccp 0x7f8ba3d4 dccp_check_req +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 0x918a8f62 dccp_setsockopt +EXPORT_SYMBOL_GPL net/dccp/dccp 0x9598d24d dccp_ackvec_parsed_cleanup +EXPORT_SYMBOL_GPL net/dccp/dccp 0x9cb0d26f dccp_destroy_sock +EXPORT_SYMBOL_GPL net/dccp/dccp 0xa5a00569 dccp_sync_mss +EXPORT_SYMBOL_GPL net/dccp/dccp 0xa63d9bd9 dccp_close +EXPORT_SYMBOL_GPL net/dccp/dccp 0xa9e3a87a dccp_make_response +EXPORT_SYMBOL_GPL net/dccp/dccp 0xb207e2b7 dccp_reqsk_init +EXPORT_SYMBOL_GPL net/dccp/dccp 0xb95e34ca dccp_feat_signal_nn_change +EXPORT_SYMBOL_GPL net/dccp/dccp 0xbc80ac47 dccp_rcv_established +EXPORT_SYMBOL_GPL net/dccp/dccp 0xc8dfd775 dccp_set_state +EXPORT_SYMBOL_GPL net/dccp/dccp 0xc9916a15 dccp_shutdown +EXPORT_SYMBOL_GPL net/dccp/dccp 0xd61e9891 dccp_disconnect +EXPORT_SYMBOL_GPL net/dccp/dccp 0xd75b7072 dccp_orphan_count +EXPORT_SYMBOL_GPL net/dccp/dccp 0xd7cdb975 dccp_hashinfo +EXPORT_SYMBOL_GPL net/dccp/dccp 0xdd1f014c dccp_recvmsg +EXPORT_SYMBOL_GPL net/dccp/dccp 0xe5a03ae5 dccp_reqsk_send_ack +EXPORT_SYMBOL_GPL net/dccp/dccp 0xf3508efa dccp_connect +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x256c3e19 dccp_v4_send_check +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x6993a3d4 dccp_v4_request_recv_sock +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0xb336afef dccp_v4_do_rcv +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0xbd4237c8 dccp_v4_connect +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0xd1f6dc31 dccp_v4_conn_request +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0xecd96f95 dccp_invalid_packet +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x0c6039ac dsa_flush_workqueue +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x10de7732 dsa_devlink_resource_occ_get_unregister +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x21633fdd dsa_devlink_resources_unregister +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x23f1b666 dsa_tag_8021q_bridge_join +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x35e4b106 dsa_slave_dev_check +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x3a1a08b1 dsa_switch_resume +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 0x597350bd dsa_devlink_resource_register +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x7a3e2cf3 dsa_devlink_region_create +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x7fe16aeb dsa_switch_suspend +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x874aa0d0 dsa_switch_shutdown +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x90321726 dsa_tag_8021q_register +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x9387d469 dsa_enqueue_skb +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x99e3d07d dsa_tag_drivers_register +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x9a9455b8 dsa_register_switch +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x9e59271d dsa_8021q_rx_source_port +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x9ea36c68 dsa_mdb_present_in_other_db +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xb54ad23f dsa_tag_8021q_bridge_leave +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xb60e93b6 dsa_switch_find +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xb886b549 dsa_devlink_resource_occ_get_register +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xbd69823b dsa_tag_drivers_unregister +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xbdf5b37b dsa_devlink_params_unregister +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xc23e8d5f dsa_devlink_region_destroy +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xc4a07f85 dsa_devlink_params_register +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xcd8139ee dsa_port_from_netdev +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xcd872fc9 dsa_tag_8021q_standalone_vid +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xd077e855 dsa_devlink_param_get +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xd0f3a5a1 dsa_port_phylink_mac_change +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xd32c6ba6 dsa_tag_8021q_unregister +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xd6e2b0da dsa_fdb_present_in_other_db +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xdcf67a8d dsa_devlink_port_region_create +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xdd604812 dsa_unregister_switch +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xe231a0a7 dsa_8021q_xmit +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xe8ad5a9b dsa_8021q_rcv +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xf13e1803 vid_is_dsa_8021q +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xf6047d08 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 0x09533666 ieee802154_hdr_peek_addrs +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x4586ad6c ieee802154_hdr_push +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x6477abe8 ieee802154_hdr_peek +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x87e2553b ieee802154_max_payload +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0xa1e74092 nl802154_scan_event +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0xd3007b78 ieee802154_hdr_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 0x91f7efc2 ife_decode +EXPORT_SYMBOL_GPL net/ife/ife 0xd0362348 ife_encode +EXPORT_SYMBOL_GPL net/ife/ife 0xe7888e98 ife_tlv_meta_encode +EXPORT_SYMBOL_GPL net/ipv4/esp4 0x30547fb4 esp_output_head +EXPORT_SYMBOL_GPL net/ipv4/esp4 0x79d0b8fe esp_input_done2 +EXPORT_SYMBOL_GPL net/ipv4/esp4 0x99550aac esp_output_tail +EXPORT_SYMBOL_GPL net/ipv4/gre 0x2406bbef gre_add_protocol +EXPORT_SYMBOL_GPL net/ipv4/gre 0xb658e9a2 gre_del_protocol +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x1f7c5985 inet_diag_dump_icsk +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x216d30e8 inet_diag_dump_one_icsk +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x593b91f6 inet_diag_msg_attrs_fill +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x71723c05 inet_diag_unregister +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x83b4c5bb inet_diag_bc_sk +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x8eb15e33 inet_diag_msg_common_fill +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0xb11fec3d inet_diag_register +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0xdb2d1641 inet_diag_find_one_icsk +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0xed8f454c inet_sk_diag_fill +EXPORT_SYMBOL_GPL net/ipv4/ip_gre 0x07df849e gretap_fb_dev_create +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x19caeff8 ip_tunnel_delete_nets +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x3261be37 ip_tunnel_rcv +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x4727943b ip_tunnel_xmit +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x58b472e3 __ip_tunnel_change_mtu +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x5a5f9651 ip_tunnel_encap_setup +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x8e9aac86 ip_tunnel_changelink +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x8ffe2c88 ip_tunnel_dellink +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x94f09cf8 ip_tunnel_init +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x9e1478c7 ip_tunnel_setup +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x9e70886c ip_tunnel_siocdevprivate +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x9fd21e16 ip_tunnel_newlink +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xb600201c ip_tunnel_lookup +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xb7feaf79 ip_tunnel_ctl +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xbfdfb989 ip_md_tunnel_xmit +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xdc8df22e ip_tunnel_init_net +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xf14244c1 ip_tunnel_uninit +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xf4e71605 ip_tunnel_change_mtu +EXPORT_SYMBOL_GPL net/ipv4/netfilter/arp_tables 0xf8168e80 arpt_alloc_initial_table +EXPORT_SYMBOL_GPL net/ipv4/netfilter/ip_tables 0x628d0ba4 ipt_alloc_initial_table +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_defrag_ipv4 0x055bd8d4 nf_defrag_ipv4_disable +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_defrag_ipv4 0xd39e6bd2 nf_defrag_ipv4_enable +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_dup_ipv4 0x559dda48 nf_dup_ipv4 +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0x06af7fd9 nf_send_unreach +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0x3ba20eaa nf_reject_skb_v4_unreach +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0x623d0880 nf_reject_iphdr_put +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0x673a0c9e nf_reject_skb_v4_tcp_reset +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0x6f24f193 nf_send_reset +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0x9efb5262 nf_reject_ip_tcphdr_put +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0xdfec31f8 nf_reject_ip_tcphdr_get +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_socket_ipv4 0xc1b41efb nf_sk_lookup_slow_v4 +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_tproxy_ipv4 0x2ef48482 nf_tproxy_laddr4 +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_tproxy_ipv4 0x586731f0 nf_tproxy_handle_time_wait4 +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_tproxy_ipv4 0xbb660777 nf_tproxy_get_sock_v4 +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nft_fib_ipv4 0x7e6a5f51 nft_fib4_eval_type +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nft_fib_ipv4 0x97cca32b nft_fib4_eval +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x0e6aae39 tcp_vegas_init +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x0f0cbf34 tcp_vegas_cwnd_event +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x5dabec74 tcp_vegas_get_info +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x640e307e tcp_vegas_pkts_acked +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0xb8622425 tcp_vegas_state +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0x08e4087b udp_tunnel_notify_add_rx_port +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0x3f275882 udp_tunnel_push_rx_port +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0x46642380 udp_tunnel_sock_release +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0x5b8fa2cf udp_tun_rx_dst +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0x6884989e udp_tunnel_drop_rx_port +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0x8c13ea1d udp_tunnel_notify_del_rx_port +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0x9361e036 udp_tunnel_xmit_skb +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0xc6f6270d setup_udp_tunnel_sock +EXPORT_SYMBOL_GPL net/ipv6/esp6 0x0f397bfe esp6_output_tail +EXPORT_SYMBOL_GPL net/ipv6/esp6 0x4070d4aa esp6_input_done2 +EXPORT_SYMBOL_GPL net/ipv6/esp6 0x6abeecfd esp6_output_head +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0x744a5700 ip6_tnl_xmit_ctl +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0xcc707aac ip6_tnl_rcv_ctl +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0xf662694e ip6_tnl_encap_setup +EXPORT_SYMBOL_GPL net/ipv6/ip6_udp_tunnel 0xccf2a72a udp_sock_create6 +EXPORT_SYMBOL_GPL net/ipv6/ip6_udp_tunnel 0xeeaf1a59 udp_tunnel6_xmit_skb +EXPORT_SYMBOL_GPL net/ipv6/netfilter/ip6_tables 0x73b5e467 ip6t_alloc_initial_table +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_defrag_ipv6 0x6620d8d2 nf_defrag_ipv6_disable +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_defrag_ipv6 0xc6dd739a nf_ct_frag6_gather +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_defrag_ipv6 0xdd819a13 nf_defrag_ipv6_enable +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_dup_ipv6 0x50c1f7f3 nf_dup_ipv6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0x15aa2e73 nf_send_unreach6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0x2067f199 nf_reject_ip6hdr_put +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0x32f940b2 nf_reject_ip6_tcphdr_get +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0x44393e66 nf_reject_skb_v6_tcp_reset +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0x61e49226 nf_send_reset6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0x9228ab0a nf_reject_ip6_tcphdr_put +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0xf40c292a nf_reject_skb_v6_unreach +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_socket_ipv6 0x46d3bf92 nf_sk_lookup_slow_v6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_tproxy_ipv6 0x8d84b22d nf_tproxy_laddr6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_tproxy_ipv6 0xbcfdb8f5 nf_tproxy_get_sock_v6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_tproxy_ipv6 0xc7fa1d3b nf_tproxy_handle_time_wait6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nft_fib_ipv6 0x80d80a37 nft_fib6_eval +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nft_fib_ipv6 0xc7725eeb nft_fib6_eval_type +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x1b6f2ef1 l2tp_tunnel_inc_refcount +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x259a369e l2tp_tunnel_get_nth +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x2d6fd3f5 l2tp_tunnel_delete +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x371807fd l2tp_session_get_by_ifname +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x37a155a6 l2tp_sk_to_tunnel +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x3fb41d85 l2tp_session_create +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x47e020b7 l2tp_tunnel_dec_refcount +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x54cf78c6 l2tp_session_dec_refcount +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x603a5ab1 l2tp_session_register +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x6cb10804 l2tp_tunnel_register +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x73bb4a2c l2tp_xmit_skb +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x77548293 l2tp_tunnel_create +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x7a1b3b70 l2tp_recv_common +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x884136c4 l2tp_tunnel_get +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x95a2b172 l2tp_session_get_nth +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xa135c895 l2tp_session_set_header_len +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xab0041a6 l2tp_session_get +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xd475b1bc l2tp_session_delete +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xe490a9cb l2tp_udp_encap_recv +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xe771c637 l2tp_tunnel_get_session +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xfaf3118a l2tp_session_inc_refcount +EXPORT_SYMBOL_GPL net/l2tp/l2tp_ip 0xd0dd39ee l2tp_ioctl +EXPORT_SYMBOL_GPL net/l2tp/l2tp_netlink 0x337f2432 l2tp_nl_unregister_ops +EXPORT_SYMBOL_GPL net/l2tp/l2tp_netlink 0x77fb499d l2tp_nl_register_ops +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x03bd2473 ieee80211_update_mu_groups +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x06f787b0 ieee80211_ave_rssi +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x0a547cf9 ieee80211_request_smps +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x0fb78cc7 ieee80211_iterate_active_interfaces_mtx +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 0x1e52b766 ieeee80211_obss_color_collision_notify +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x1f331511 ieee80211_iterate_stations +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x24bdb082 ieee80211_gtk_rekey_notify +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x32fa306c ieee80211_resume_disconnect +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x457f849c ieee80211_find_sta_by_link_addrs +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x5ad13a43 ieee80211_iterate_stations_atomic +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x5d95800e ieee80211_set_active_links_async +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x7dfc1a49 ieee80211_set_active_links +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x89739b7b ieee80211_calc_tx_airtime +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x9e1c1431 ieee80211_key_replay +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xa1e3ec8b ieee80211_vif_to_wdev +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xb39ed45f ieee80211_ready_on_channel +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xbd32b279 ieee80211_iter_chan_contexts_atomic +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xbd510bf5 ieee80211_gtk_rekey_add +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xc6273d35 ieee80211_calc_rx_airtime +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xcbec57da ieee80211_find_sta_by_ifaddr +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xd004ea88 ieee80211_key_mic_failure +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xd5fd6dcd wdev_to_ieee80211_vif +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xd8bf7b36 ieee80211_hw_restart_disconnect +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xdd8b18f8 ieee80211_iterate_active_interfaces_atomic +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xea792270 ieee80211_remove_key +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xebe1441d ieee80211_remain_on_channel_expired +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xf5e60015 ieee80211_iterate_interfaces +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xff9cfd7f ieee80211_color_change_finish +EXPORT_SYMBOL_GPL net/mpls/mpls_router 0x79b20bf9 mpls_output_possible +EXPORT_SYMBOL_GPL net/mpls/mpls_router 0x7bef6b23 nla_put_labels +EXPORT_SYMBOL_GPL net/mpls/mpls_router 0x8ee316eb nla_get_labels +EXPORT_SYMBOL_GPL net/mpls/mpls_router 0xac6efa31 mpls_stats_inc_outucastpkts +EXPORT_SYMBOL_GPL net/mpls/mpls_router 0xd61cb056 mpls_pkt_too_big +EXPORT_SYMBOL_GPL net/mpls/mpls_router 0xe6be42b6 mpls_dev_mtu +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x0e4d2da5 ip_set_put_flags +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x118a1930 ip_set_name_byindex +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x22d966c6 ip_set_range_to_cidr +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x397f6231 ip_set_free +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x4ff3755c ip_set_nfnl_put +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x577f4193 ip_set_get_ip6_port +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x5b055a21 ip_set_get_byname +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x5bea3bb7 ip_set_elem_len +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x5dfa4f80 ip_set_get_extensions +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x65e9dccd ip_set_add +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x74b46ee5 ip_set_del +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x7924b6de ip_set_hostmask_map +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x81fff2d1 ip_set_netmask_map +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x8556b9e8 ip_set_put_extensions +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x85af9efd ip_set_get_ip4_port +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x87846c50 ip_set_init_comment +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x93f61bd6 ip_set_nfnl_get_byindex +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x9e98722b ip_set_get_ipaddr6 +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xa293f8a6 ip_set_get_ipaddr4 +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xab291efb ip_set_type_unregister +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xab517b8a ip_set_type_register +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xc14f1bf8 ip_set_test +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xd4a61407 ip_set_put_byindex +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xe216d1f0 ip_set_extensions +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xf3438f4b ip_set_match_extensions +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xf3b4d4ae ip_set_alloc +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0x1169592e ip_vs_conn_in_get_proto +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0x1653634a ip_vs_conn_out_get_proto +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0x57ec97e4 unregister_ip_vs_pe +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0xcc355ce0 register_ip_vs_pe +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0x5a0d9199 nf_conncount_gc_list +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0x694b7455 nf_conncount_init +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0xc6cd25bf nf_conncount_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0xd8166199 nf_conncount_count +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0xdc5a5e2d nf_conncount_add +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0xded40268 nf_conncount_list_init +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0xf2a1dbb9 nf_conncount_cache_free +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x02e031e0 nf_conntrack_helpers_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0379362b nf_ct_port_tuple_to_nlattr +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0460ec0f nf_ct_invert_tuple +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x05b1b82c nf_connlabels_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x06d3f751 nf_ct_helper_expectfn_find_by_name +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x08590b95 nf_conntrack_register_notifier +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0bc00f80 nf_nat_helper_try_module_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0c7cb1bb nf_ct_remove_expectations +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x13de58ee nf_ct_add_helper +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x17acd617 nf_ct_kill_acct +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x1a9df21a nf_ct_tmpl_free +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x200c10a5 nf_conntrack_eventmask_report +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x2305c459 nf_ct_bridge_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x24b79a44 nf_ct_tcp_seqadj_set +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 0x291d19ed nf_ct_seqadj_set +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x2a402781 nf_nat_helper_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x2b3b8a8f nf_ct_change_status_common +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x3106020b nf_conntrack_helper_try_module_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x3666ac77 nf_conntrack_helper_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x3764371d __nf_conntrack_confirm +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x3ad32b13 nf_ct_gre_keymap_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x412607c3 __nf_ct_change_timeout +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x4535ff42 nf_ct_untimeout +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x46bfde33 nf_ct_set_timeout +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x4729dfa1 nf_ct_expect_iterate_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x4a20c828 nf_ct_destroy_timeout +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x4e887982 nf_ct_remove_expect +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x4fd0ad26 nf_ct_helper_expectfn_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x510538b1 __nf_conntrack_helper_find +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x52279c58 nf_ct_seq_adjust +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x57e11866 nf_conntrack_free +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x58b1745d nf_conntrack_in +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x5f55ce49 nf_ct_helper +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x60aed5a3 nf_ct_timeout_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x625aa0be nf_ct_bridge_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x63638933 nf_ct_l4proto_find +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x6550b55f nf_ct_unlink_expect_report +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x68163315 nf_ct_expect_related_report +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x693c3961 nf_ct_helper_hash +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x694825e6 nf_ct_helper_expectfn_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x6a7440a8 nf_ct_acct_add +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x6b4c71aa nf_conntrack_count +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x6b6e2201 nf_conntrack_helper_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x71bf3cd1 nf_ct_helper_log +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x752f0aa2 nf_ct_port_nlattr_to_tuple +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x75e10a2a nf_confirm +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x782efb1e nf_ct_expect_init +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x80ad898b nf_ct_ecache_ext_add +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x80c33208 nf_ct_seqadj_init +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x819c2380 nf_ct_seq_offset +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8542d3c0 nf_ct_get_tuplepr +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8dfdee0d __nf_ct_try_assign_helper +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8ffe7e89 nf_conntrack_htable_size +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x90705525 nf_ct_expect_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x908174f4 nf_ct_helper_expectfn_find_by_symbol +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x9189b3eb __nf_ct_change_status +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x91a6f46e nf_connlabels_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x93e9e393 nf_conntrack_find_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x9adb7399 nf_conntrack_expect_lock +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x9b7729ad nf_ct_unexpect_related +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x9d9dd8d2 nf_ct_gre_keymap_add +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xa2017356 nf_connlabels_replace +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xa6bcabff nf_ct_get_id +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xa7fd15da nf_nat_helper_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xaa79feb9 nf_conntrack_hash_check_insert +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xadf24c13 __nf_ct_refresh_acct +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xaf0847f0 nf_conntrack_locks +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb1c3b49e nf_ct_expect_alloc +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb39356f5 nf_ct_port_nla_policy +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb3bf65d4 nf_conntrack_tuple_taken +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb4a9754d nf_ct_iterate_cleanup_net +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb5054ce0 nf_ct_iterate_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb6379df5 nf_ct_l4proto_log_invalid +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc16b0a12 nf_conntrack_helpers_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc18ac88d nf_ct_expect_hsize +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc21cdba5 nf_conntrack_alloc +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc2641fcc nf_ct_expect_iterate_net +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc30b0206 __nf_ct_expect_find +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc3b693fe nf_ct_helper_init +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc40f284c nf_ct_helper_hsize +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xccf1a125 nf_conntrack_helper_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xcebd02c9 nf_ct_netns_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd505c3e0 nf_ct_port_nlattr_tuple_size +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd65da465 nf_ct_deliver_cached_events +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd9bce49b nf_ct_helper_ext_add +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xdba7326b nf_conntrack_lock +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xdc03be95 nf_nat_helper_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xe2c24c47 nf_ct_netns_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xe6f02e67 nf_conntrack_unregister_notifier +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xe8b9e1d3 nf_ct_expect_find_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xec8beba6 nf_ct_expect_hash +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xed17a811 nf_conn_pernet_ecache +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf081c294 nf_l4proto_log_invalid +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf28dd9de nf_ct_delete +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf38bcdf3 nf_conntrack_max +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf5b55062 nf_ct_tmpl_alloc +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf86cc603 nf_conntrack_alter_reply +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_amanda 0xf611bb0a nf_nat_amanda_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_broadcast 0x180bfbfc nf_conntrack_broadcast_help +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_ftp 0x39a43102 nf_nat_ftp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x03422702 nfct_h323_nat_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x248ac65f get_h225_addr +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_irc 0x7f63a73b nf_nat_irc_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_pptp 0x6431ec06 nf_nat_pptp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x170431cd nf_nat_sip_hooks +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x263a4bdd ct_sip_parse_request +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x345d3862 ct_sip_get_header +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x464ed43e ct_sip_parse_header_uri +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x49e384e8 ct_sip_parse_address_param +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x9468029b ct_sip_parse_numerical_param +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0xf4eadc66 ct_sip_get_sdp_header +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_snmp 0xc0dace35 nf_nat_snmp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_tftp 0xbcaceaa4 nf_nat_tftp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_dup_netdev 0x856a9570 nft_fwd_dup_netdev_offload +EXPORT_SYMBOL_GPL net/netfilter/nf_dup_netdev 0x8739b9cf nf_fwd_netdev_egress +EXPORT_SYMBOL_GPL net/netfilter/nf_dup_netdev 0xf5445b44 nf_dup_netdev_egress +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x0545aa4e flow_offload_route_init +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x0e6c0fb7 flow_offload_teardown +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x26b4b31d nf_flow_offload_ipv6_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x4abeccf4 flow_offload_free +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x607ff57e nf_flow_rule_route_ipv4 +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x6522450c flow_offload_add +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x71ae9965 flow_offload_lookup +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x7200f51b nf_flow_table_offload_setup +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x7d8acac5 nf_flow_offload_ip_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xa400d6f3 nf_flow_dnat_port +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xbe1b877f nf_flow_snat_port +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xbfafc505 nf_flow_table_cleanup +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xdcab05d4 nf_flow_table_free +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xe3474942 nf_flow_table_init +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xf93638be nf_flow_rule_route_ipv6 +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xfd16528c flow_offload_refresh +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xfd4ca657 flow_offload_alloc +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x1e4848f1 nf_nat_alloc_null_binding +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x2ee3c1b2 nf_nat_packet +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x3bc17c49 nf_nat_masquerade_inet_register_notifiers +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x504b113b nf_nat_inet_unregister_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x50db3cf8 nf_nat_ipv4_unregister_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x53abf4ad nf_nat_inet_register_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x5e6d5be1 nf_nat_redirect_ipv4 +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x62dc111e nf_nat_exp_find_port +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x689f938c nf_nat_icmp_reply_translation +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x74b7ef58 nf_ct_nat +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x8c5ab7b4 nf_ct_nat_ext_add +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x96025181 nf_nat_masquerade_ipv4 +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x9a016544 nf_nat_icmpv6_reply_translation +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x9de43bc7 nf_nat_ipv6_register_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xa80d8954 nf_nat_redirect_ipv6 +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xa9f1f2f4 nf_nat_inet_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xc17565a2 nf_nat_ipv4_register_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xc4828378 nf_nat_ipv6_unregister_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xd9c25654 nf_nat_masquerade_inet_unregister_notifiers +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xdf53208c nf_nat_masquerade_ipv6 +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x14706949 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 0x24465ffd synproxy_recv_client_ack +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x5f226d03 ipv6_synproxy_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x6e5bf427 ipv4_synproxy_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x71bb1fe9 nf_synproxy_ipv6_fini +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x8687bd63 nf_synproxy_ipv6_init +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x92b976f4 synproxy_send_client_synack_ipv6 +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xc1babf2d 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 0xd35ed36f synproxy_send_client_synack +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xe34ccbc3 nf_synproxy_ipv4_init +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xebb7d336 synproxy_parse_options +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x049790c9 nft_meta_inner_eval +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x0d61bf18 nf_tables_destroy_set +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x10abfae7 nft_reg_track_cancel +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x12f46aa0 nf_tables_deactivate_set +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x1462703f nft_data_dump +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x1c18c7b2 nft_do_chain +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x20f674a8 nft_meta_get_init +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x2126891d nft_dump_register +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x2780e9cd nft_meta_set_dump +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x2f0f7d3e nft_set_lookup_global +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x3251d762 nf_tables_trans_destroy_flush_work +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x33aa244d nft_unregister_chain_type +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x3c8b023d nft_set_catchall_lookup +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x41a0fd67 nft_meta_set_init +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x41b71e65 nft_trace_enabled +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x46193a28 nft_meta_set_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x488cc791 nft_set_do_lookup +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x4a4ba928 nft_request_module +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x4a800214 nft_meta_get_reduce +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x4cecbb60 nft_meta_policy +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x51cafd54 nft_meta_get_eval +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x585ea733 nft_register_expr +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x5d0f4059 nft_chain_validate_dependency +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x5ebc3126 nft_obj_lookup +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x5fb53a4c nft_data_release +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x65754df0 nft_flowtable_lookup +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x75ddd10b nft_meta_set_eval +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x7a11fa63 nft_data_init +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x8a8a189c nft_register_obj +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xaad88c47 __nft_release_basechain +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xae47eb8d nft_chain_validate_hooks +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xb7b0907a nf_tables_activate_set +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xc371a1fd nft_obj_notify +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xc50a2f9f nft_register_flowtable_type +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xc77cf5a3 __nft_reg_track_cancel +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xc7f324b2 nft_unregister_flowtable_type +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xc8883cd7 nf_tables_deactivate_flowtable +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xc9bb5947 nft_reg_track_update +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xd9866336 nft_unregister_obj +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xdaa363f5 nft_set_elem_destroy +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 0xe6e98c71 nft_unregister_expr +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xe912cc4b nft_meta_set_validate +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xe9e92f91 nft_expr_reduce_bitwise +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xeb1b5f60 nft_meta_get_dump +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xed15c522 nft_register_chain_type +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xf007237d nf_tables_bind_set +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xfb2619cf nft_parse_register_store +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xfb924c6f nft_chain_validate +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x1d1193da nfnetlink_has_listeners +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x2916e475 nfnetlink_subsys_register +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x2a72d910 nfnetlink_set_err +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x5c5b5bf4 nfnetlink_unicast +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x5ce3b588 nfnl_lock +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x5fe4e7fa nfnetlink_broadcast +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x9969b498 nfnetlink_send +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0xdb065657 nfnl_unlock +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0xe1921c19 nfnetlink_subsys_unregister +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0x94172a90 nfnl_acct_find_get +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0xbecf5d14 nfnl_acct_put +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0xd0521e9a nfnl_acct_update +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0xdbd3072d nfnl_acct_overquota +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_osf 0x35eff5e0 nf_osf_fingers +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_osf 0x7ec9bfbf nf_osf_find +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_osf 0xa84924b4 nf_osf_match +EXPORT_SYMBOL_GPL net/netfilter/nft_fib 0x13a61e05 nft_fib_store_result +EXPORT_SYMBOL_GPL net/netfilter/nft_fib 0x37bc620a nft_fib_reduce +EXPORT_SYMBOL_GPL net/netfilter/nft_fib 0x8790bf22 nft_fib_init +EXPORT_SYMBOL_GPL net/netfilter/nft_fib 0xc3cb952c nft_fib_validate +EXPORT_SYMBOL_GPL net/netfilter/nft_fib 0xe7b79d4e nft_fib_dump +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0x1de558c1 nft_reject_icmpv6_code +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0x60f73ae4 nft_reject_validate +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0x9d46ccf8 nft_reject_policy +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0xa04c613e nft_reject_init +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0xe2c84666 nft_reject_icmp_code +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0xfe08f3cf nft_reject_dump +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x037d17c2 xt_hook_ops_alloc +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x04e27719 xt_compat_flush_offsets +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x0c8ed4d3 xt_replace_table +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x11dea725 xt_check_target +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x1cf2007e xt_table_unlock +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x1fd89f84 xt_proto_fini +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x2c913c38 xt_proto_init +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x3395de17 xt_check_match +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x40640788 xt_compat_match_to_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x42af8db0 xt_unregister_table +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x42c21a64 xt_register_table +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x5b5a2d1c xt_compat_match_offset +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x6848edd9 xt_compat_target_from_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x775c1fd2 xt_request_find_match +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x7a9f7f50 xt_register_template +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x7bce4603 xt_data_to_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x807d2b2c xt_recseq +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x823edea5 xt_compat_add_offset +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x837d4102 xt_compat_target_offset +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x86b1ab36 xt_request_find_table_lock +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x8cb47d81 xt_compat_match_from_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x92f04a47 xt_request_find_target +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 0xadbd0f1b xt_target_to_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xbfacb837 xt_percpu_counter_free +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xc0e55ce5 xt_compat_target_to_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xc7fae024 xt_compat_calc_jump +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xca7846c9 xt_match_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 0xd7e7e03b xt_find_table_lock +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xddf68fc6 xt_find_revision +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xee8fae6b xt_unregister_template +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xf6abeb06 xt_copy_counters +EXPORT_SYMBOL_GPL net/netfilter/xt_RATEEST 0x08c4b23e xt_rateest_lookup +EXPORT_SYMBOL_GPL net/netfilter/xt_RATEEST 0xbe18b216 xt_rateest_put +EXPORT_SYMBOL_GPL net/nfc/nci/nci_spi 0x09567a5a nci_spi_read +EXPORT_SYMBOL_GPL net/nfc/nci/nci_spi 0x0fdcd3d2 nci_spi_allocate_spi +EXPORT_SYMBOL_GPL net/nfc/nci/nci_spi 0x6c2cab9e nci_spi_send +EXPORT_SYMBOL_GPL net/nfc/nci/nci_uart 0x711489c4 nci_uart_register +EXPORT_SYMBOL_GPL net/nfc/nci/nci_uart 0x863b545f nci_uart_set_config +EXPORT_SYMBOL_GPL net/nfc/nci/nci_uart 0xbf713309 nci_uart_unregister +EXPORT_SYMBOL_GPL net/nsh/nsh 0x27fbf35e nsh_push +EXPORT_SYMBOL_GPL net/nsh/nsh 0x5642ff30 nsh_pop +EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0x435650f1 ovs_vport_alloc +EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0x4a91bd28 __ovs_vport_ops_register +EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0x5f5bbee4 ovs_netdev_tunnel_destroy +EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0x6bba72f9 ovs_vport_ops_unregister +EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0x77ddeae9 ovs_vport_free +EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0xcc32dcbc ovs_netdev_link +EXPORT_SYMBOL_GPL net/psample/psample 0x058ed422 psample_sample_packet +EXPORT_SYMBOL_GPL net/psample/psample 0x36b39e07 psample_group_put +EXPORT_SYMBOL_GPL net/psample/psample 0x8becc176 psample_group_get +EXPORT_SYMBOL_GPL net/psample/psample 0xf28e672f psample_group_take +EXPORT_SYMBOL_GPL net/qrtr/qrtr 0x77d950c9 qrtr_endpoint_register +EXPORT_SYMBOL_GPL net/qrtr/qrtr 0x8d25501f qrtr_ns_remove +EXPORT_SYMBOL_GPL net/qrtr/qrtr 0x9971f4bd qrtr_endpoint_unregister +EXPORT_SYMBOL_GPL net/qrtr/qrtr 0xa47e91ba qrtr_ns_init +EXPORT_SYMBOL_GPL net/qrtr/qrtr 0xd54e670c qrtr_endpoint_post +EXPORT_SYMBOL_GPL net/rds/rds 0x00a467af rds_wq +EXPORT_SYMBOL_GPL net/rds/rds 0x0a0b7585 rds_send_path_reset +EXPORT_SYMBOL_GPL net/rds/rds 0x12df7948 rds_send_path_drop_acked +EXPORT_SYMBOL_GPL net/rds/rds 0x1431dd4f rds_send_xmit +EXPORT_SYMBOL_GPL net/rds/rds 0x1e50fe80 rds_trans_unregister +EXPORT_SYMBOL_GPL net/rds/rds 0x1f6b6abb rds_inc_init +EXPORT_SYMBOL_GPL net/rds/rds 0x20c5e653 rds_cong_map_updated +EXPORT_SYMBOL_GPL net/rds/rds 0x27ba1137 rds_info_register_func +EXPORT_SYMBOL_GPL net/rds/rds 0x2b0d543c rds_message_add_extension +EXPORT_SYMBOL_GPL net/rds/rds 0x2ca3e86b rds_conn_create +EXPORT_SYMBOL_GPL net/rds/rds 0x34922e45 rds_conn_destroy +EXPORT_SYMBOL_GPL net/rds/rds 0x36087aa4 rds_stats +EXPORT_SYMBOL_GPL net/rds/rds 0x394fdb91 rds_connect_path_complete +EXPORT_SYMBOL_GPL net/rds/rds 0x459937ed rds_conn_path_connect_if_down +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 0x6242d8e1 rds_conn_path_drop +EXPORT_SYMBOL_GPL net/rds/rds 0x76890e37 rds_message_addref +EXPORT_SYMBOL_GPL net/rds/rds 0x7a763e57 rds_message_put +EXPORT_SYMBOL_GPL net/rds/rds 0x855d2528 rds_send_ping +EXPORT_SYMBOL_GPL net/rds/rds 0x85e4e520 rds_stats_info_copy +EXPORT_SYMBOL_GPL net/rds/rds 0x8b99ab15 rds_atomic_send_complete +EXPORT_SYMBOL_GPL net/rds/rds 0x92dd5386 rds_conn_create_outgoing +EXPORT_SYMBOL_GPL net/rds/rds 0x943b16e8 rds_message_unmapped +EXPORT_SYMBOL_GPL net/rds/rds 0x961f94f7 rds_inc_path_init +EXPORT_SYMBOL_GPL net/rds/rds 0x9dcbbbf0 rds_page_remainder_alloc +EXPORT_SYMBOL_GPL net/rds/rds 0xa64c0b44 rds_inc_put +EXPORT_SYMBOL_GPL net/rds/rds 0xb7945605 rds_for_each_conn_info +EXPORT_SYMBOL_GPL net/rds/rds 0xc2873ad6 rds_rdma_send_complete +EXPORT_SYMBOL_GPL net/rds/rds 0xc2dab779 rds_info_copy +EXPORT_SYMBOL_GPL net/rds/rds 0xd5ae9e9f rds_trans_register +EXPORT_SYMBOL_GPL net/rds/rds 0xda64a91c rds_connect_complete +EXPORT_SYMBOL_GPL net/rds/rds 0xdbd318a8 rds_info_deregister_func +EXPORT_SYMBOL_GPL net/rds/rds 0xe3a4e8dd rds_send_drop_acked +EXPORT_SYMBOL_GPL net/rds/rds 0xe41dad5a rds_recv_incoming +EXPORT_SYMBOL_GPL net/rds/rds 0xe4e0ef10 rds_conn_connect_if_down +EXPORT_SYMBOL_GPL net/rds/rds 0xf32138ed rds_conn_drop +EXPORT_SYMBOL_GPL net/sched/sch_pie 0x6ce9b467 pie_calculate_probability +EXPORT_SYMBOL_GPL net/sched/sch_pie 0xdd4b90fa pie_process_dequeue +EXPORT_SYMBOL_GPL net/sched/sch_pie 0xfc71ea83 pie_drop_early +EXPORT_SYMBOL_GPL net/sched/sch_taprio 0x19fe655b taprio_offload_free +EXPORT_SYMBOL_GPL net/sched/sch_taprio 0x78555058 taprio_offload_get +EXPORT_SYMBOL_GPL net/sctp/sctp 0x1e9b2c76 sctp_transport_traverse_process +EXPORT_SYMBOL_GPL net/sctp/sctp 0xc44ba99a sctp_get_sctp_info +EXPORT_SYMBOL_GPL net/sctp/sctp 0xdb21b025 sctp_for_each_endpoint +EXPORT_SYMBOL_GPL net/sctp/sctp 0xe443e005 sctp_transport_lookup_process +EXPORT_SYMBOL_GPL net/smc/smc 0x01b69ba5 smcd_handle_irq +EXPORT_SYMBOL_GPL net/smc/smc 0x167d561b smc_proto6 +EXPORT_SYMBOL_GPL net/smc/smc 0x29e29c7b smcd_free_dev +EXPORT_SYMBOL_GPL net/smc/smc 0x33828cab smc_hash_sk +EXPORT_SYMBOL_GPL net/smc/smc 0x4a6947de smcd_register_dev +EXPORT_SYMBOL_GPL net/smc/smc 0x5b3de36c smcd_alloc_dev +EXPORT_SYMBOL_GPL net/smc/smc 0x5b541d0c smc_unhash_sk +EXPORT_SYMBOL_GPL net/smc/smc 0x88e353d4 smcd_unregister_dev +EXPORT_SYMBOL_GPL net/smc/smc 0xea279b88 smc_proto +EXPORT_SYMBOL_GPL net/smc/smc 0xf353ffc3 smcd_handle_event +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x31b8af56 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 0x88661247 svcauth_gss_register_pseudoflavor +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x93e8cafe gss_mech_register +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0xb4ab29c6 gss_mech_unregister +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0xd7673035 g_verify_token_header +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x011173b5 svc_generic_rpcbind_set +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0160472c xprt_reserve_xprt_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x024b4edf sunrpc_cache_lookup_rcu +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0315d17f rpc_peeraddr2str +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x05a2e2ec svc_rqst_replace_page +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 0x0817fc14 xdr_encode_word +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0a34116e rpc_clnt_xprt_switch_add_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0a57c7fb svc_set_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0b10913d rpc_uaddr2sockaddr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0b477baa rpc_clone_client_set_auth +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0ca367b0 svc_xprt_init +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0dbcb106 xdr_encode_array2 +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0f19e087 rpc_setbufsize +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0fc2ebd0 svc_rqst_alloc +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x106ebb34 rpc_clnt_probe_trunked_xprts +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x108d4d4e svc_xprt_copy_addrs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x13f5e8ec xprt_disconnect_done +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x14accef3 rpc_restart_call_prepare +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1699a62f svc_bind +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x16bddefa xprt_free +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x181d39cd xprt_update_rtt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x197cfc9c xprt_unregister_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1b5b755b rpc_sleep_on_priority +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1cf23e7c svc_rpcb_setup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1e119a79 rpcauth_get_pseudoflavor +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1fa4fc18 rpc_clnt_disconnect +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x200f13de rpc_force_rebind +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2523a329 sunrpc_cache_pipe_upcall_timeout +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x26942db8 rpc_clnt_xprt_switch_remove_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x27117e6a rpcauth_stringify_acceptor +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2754ec73 rpcb_getport_async +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x29179fdf xprt_wait_for_reply_request_def +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2919b156 xdr_decode_string_inplace +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2976be44 xprt_get +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2a15dfbb rpc_mkpipe_data +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2aa149fe rpc_set_connect_timeout +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2bc49615 xprt_free_slot +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2bda9cd0 rpc_net_ns +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2beb3352 rpcauth_init_cred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2de02404 xdr_inline_decode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2f0dbb55 rpc_wake_up_next +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2fa48750 xdr_reserve_space_vec +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x30910edb rpc_clone_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3097e9ba xdr_stream_decode_opaque +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x31a89d59 rpc_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3252fd25 rpc_cancel_tasks +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x34d184de rpc_wake_up_status +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3778b145 xdr_terminate_string +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x387e1639 rpc_pipefs_notifier_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x38d4be28 sunrpc_cache_unhash +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x38fc8d70 xdr_set_pagelen +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x39247201 rpc_switch_client_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x396de78b xprt_reconnect_backoff +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3a993aa1 svcauth_unix_purge +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3d0c909f svc_xprt_destroy_all +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3d511d0b rpc_unlink +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3e36b913 xprt_destroy_backchannel +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3f9a2b0b rpcauth_get_gssinfo +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3fe46320 svc_process +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x408efbe1 svc_max_payload +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4199fc4b xdr_reserve_space +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x41b8d4d1 svcauth_unix_set_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4842165b rpc_restart_call +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x49f1d251 svc_recv +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4afedab1 xprtiod_workqueue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4bbe3b4b rpc_task_release_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4cbec49b rpc_killall_tasks +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4cd22d67 xprt_wake_up_backlog +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4ce70a8d svc_fill_symlink_pathname +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4d9ba66c xprt_adjust_cwnd +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4dac77f0 xdr_encode_netobj +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4e492e93 rpc_create +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4e8f6ca7 sunrpc_net_id +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x50f42d18 svc_addsock +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x53445f68 nlm_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x534e1515 rpc_max_payload +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x549c0738 rpc_ntop +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x54c962ed svc_wake_up +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x554be910 rpc_wait_for_completion_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x55a555b6 svc_rqst_free +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x55cc08d0 xdr_decode_array2 +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x565a7708 xprt_release_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x569a4155 xprt_pin_rqst +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5726417f xprt_force_disconnect +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x57fcdc37 xdr_stream_move_subsegment +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x59a13da2 cache_seq_next_rcu +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5a45ba31 svc_auth_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5afcfa04 rpc_count_iostats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5c1a28b8 rpc_init_pipe_dir_head +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5d6de494 cache_create_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x609202f9 rpc_task_gfp_mask +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x62580c8e write_bytes_to_xdr_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x637a50f3 rpc_proc_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x64370b56 xprt_wait_for_reply_request_rtt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x647e38a8 rpc_clnt_test_and_add_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x64e44c17 svc_reserve +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x64ee9d0d svc_seq_show +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x64fd897d cache_seq_stop_rcu +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x65623020 rpc_sleep_on +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x658a747f gssd_running +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6677ecaf xprt_register_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x66ea8895 rpc_call_async +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x66ed2439 rpc_destroy_wait_queue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x690e07fb xdr_page_pos +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6acb41e7 xprt_alloc_slot +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6c6f4873 cache_purge +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6d6e0535 unix_domain_find +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6e1ff87f xdr_write_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6e5bf0f2 rpc_put_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6eac3210 rpc_call_sync +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6ebfa399 rpc_exit +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6fe5113e rpc_clnt_xprt_switch_has_addr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7100d748 cache_destroy_net +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 0x7472b795 svc_xprt_close +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7656735f rpc_init_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x77325980 svc_generic_init_request +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x798d756f svc_unreg_xprt_class +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7dcca36c rpc_add_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7de53067 rpc_init_rtt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7e56f272 rpc_call_null +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7eb3288c xprt_release_rqst_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x80d6129b rpc_prepare_reply_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8122b25d rpcauth_wrap_req_encode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x85075b16 svc_rpcbind_set_version +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x853ee453 xprt_unpin_rqst +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x86bee2ad rpc_bind_new_program +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8762ab54 xdr_stream_subsegment +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8900ba4e xprt_unlock_connect +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8a7317d7 xdr_shift_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8b66f4a5 rpc_remove_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8be0b68d svc_xprt_names +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8c50cee1 rpc_malloc +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8d043358 xprt_add_backlog +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8e760c49 xprt_setup_backchannel +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x91c9c4e4 xprt_reserve_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x92e2ec4b xprt_put +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x945ad01d rpc_max_bc_payload +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x94b760c6 xdr_stream_pos +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x96520c97 cache_register_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9670b5a1 rpc_free_iostats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x985113e6 rpcauth_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x986dcba6 xprt_release_xprt_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x99aee353 rpc_init_priority_wait_queue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9a9fe48e xprt_lookup_rqst +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9ab17884 sunrpc_init_cache_detail +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9db1ba2c sunrpc_cache_update +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9f36e1a5 xdr_stream_zero +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9fabd7ca rpc_mkpipe_dentry +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9fdf9f32 rpc_clnt_manage_trunked_xprts +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa09d8366 svc_exit_thread +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa1ed5628 rpc_wake_up_queued_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa4e3204e rpc_alloc_iostats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa50de5e9 sunrpc_cache_register_pipefs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa53b2555 rpc_delay +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa5bb4026 auth_domain_find +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa5d79e74 svc_age_temp_xprts_now +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa732211a svc_sock_update_bufs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa7a9d127 xdr_init_encode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa876ecde rpcauth_init_credcache +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa8d10e8b rpc_call_start +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa8e8f89b svc_proc_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa93efb24 rpc_wake_up_first +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xaaa49b35 xdr_stream_decode_opaque_dup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xab239ac8 xdr_inline_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xab44fbd2 rpc_run_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xab609e1f svc_find_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xabdba02d xprt_wake_pending_tasks +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xac2abe4c xdr_buf_trim +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xacf44928 rpcauth_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xad65d3d1 svc_set_num_threads +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xad7407d1 cache_seq_start_rcu +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xae36eae2 rpc_pton +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xaf5bf6ef nfs_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xaf90a0fd sunrpc_cache_unregister_pipefs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xaf9ddf0c svc_create_pooled +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xafa52480 rpc_clnt_setup_test_and_add_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb014bbab cache_check +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb05ac899 rpc_shutdown_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb434411f svc_encode_result_payload +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb51a3724 rpc_pipefs_notifier_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb5e27599 svc_print_addr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb74335a0 xprt_lock_connect +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb74be526 svc_rpcb_cleanup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb786696f xdr_init_decode_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb877e1f4 rpc_proc_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbb9c844e rpcauth_lookupcred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbc0bc7a8 rpc_task_timeout +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbc2f5fa4 rpc_d_lookup_sb +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbf9d1b96 nfsd_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbfb78034 rpcauth_create +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbfd12789 rpc_sleep_on_priority_timeout +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbfd8f662 xdr_decode_word +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 0xc2b1aaf9 svc_create +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc37e07b2 rpc_release_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc48d1637 rpc_machine_cred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc5885c3b bc_svc_process +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc6745f66 sunrpc_destroy_cache_detail +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc6a92597 auth_domain_lookup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc77f0813 __xdr_commit_encode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc890855a rpc_clnt_add_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc8e96dea qword_addhex +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc9a1d20e rpc_clnt_swap_deactivate +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc9a1e6e8 rpcauth_lookup_credcache +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc9e27b48 xprt_wait_for_buffer_space +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xce14ce25 xdr_read_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xce678a59 xdr_decode_netobj +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcef967a8 xdr_init_decode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcf5b4a74 xdr_stream_decode_string_dup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcfa22b92 svc_authenticate +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcfaa56e3 xdr_buf_from_iov +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd084defc rpc_clnt_xprt_switch_put +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd1983be4 rpc_clnt_show_stats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd25e5e06 svc_xprt_received +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd272defd rpc_find_or_alloc_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd2d78cd7 rpc_get_sb_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd3dd3288 cache_unregister_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd3e784ce rpc_num_bc_slots +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd5645cf2 svc_reg_xprt_class +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd58752db xdr_process_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd7957c26 rpc_put_sb_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd7febe07 xdr_init_encode_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd830ee4a put_rpccred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdaa6917f rpc_sleep_on_timeout +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdc8266db svc_xprt_create +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdd691402 xprt_find_transport_ident +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdde876a8 rpc_clnt_swap_activate +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdef61989 svc_auth_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdf5a2dad rpc_pipe_generic_upcall +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe07253b2 rpcauth_destroy_credcache +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe0acf93b svc_xprt_deferred_close +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe38c9c0f rpc_count_iostats_metrics +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe5919cb1 xdr_encode_opaque +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe5981b5c rpc_clnt_iterate_for_each_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe63c15fe svc_drop +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe717774e csum_partial_copy_to_xdr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe734e2c2 xdr_buf_subsegment +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe73bbb70 rpc_peeraddr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe7cc4faf xprt_alloc +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe97f4ce5 qword_get +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xea782ff7 svc_xprt_enqueue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xeba939d3 xprt_complete_rqst +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xec92dcac xprt_write_space +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xeccf2ef5 svc_xprt_put +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xedcf6be4 qword_add +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xedf1f905 rpc_destroy_pipe_data +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xeeacab69 rpc_update_rtt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xeedc9ce4 xdr_stream_decode_string +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xef4d52f7 read_bytes_from_xdr_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf0b7775d rpc_init_wait_queue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf138229c rpc_free +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf174292b xprt_request_get_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf28df404 sunrpc_cache_pipe_upcall +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf29efca5 rpc_queue_upcall +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf2cf4266 _copy_from_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf3c5376d rpcauth_unwrap_resp_decode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf4102097 rpc_localaddr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf7e98db8 auth_domain_put +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf85dacdc svc_fill_write_vector +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf9625b3a xprt_reconnect_delay +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfc4574fe rpc_put_task_async +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfd96645d xdr_enter_page +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfe7c7237 svc_proc_unregister +EXPORT_SYMBOL_GPL net/tls/tls 0x4534c455 tls_device_sk_destruct +EXPORT_SYMBOL_GPL net/tls/tls 0x98042918 tls_encrypt_skb +EXPORT_SYMBOL_GPL net/tls/tls 0xa8ac7d01 tls_offload_tx_resync_request +EXPORT_SYMBOL_GPL net/tls/tls 0xad3e0dd9 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 0x13cdb430 virtio_transport_dgram_enqueue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x1490bcad virtio_transport_notify_send_init +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x1ec4f857 virtio_transport_notify_recv_pre_block +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x21d408a2 virtio_transport_stream_has_data +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x24dc68cd virtio_transport_stream_has_space +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x282ce437 virtio_transport_put_credit +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x2893fef4 virtio_transport_notify_recv_post_dequeue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x39599d3e virtio_transport_destruct +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x55717ff7 virtio_transport_dgram_dequeue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x6811e5aa virtio_transport_dgram_bind +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x6870bcaf virtio_transport_notify_buffer_size +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x69bfe10c virtio_transport_stream_rcvhiwat +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x713d5c23 virtio_transport_notify_send_pre_block +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x755d7157 virtio_transport_notify_poll_out +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x7fbd195e virtio_transport_seqpacket_has_data +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x99ab694c virtio_transport_get_credit +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x9b1cab6e virtio_transport_stream_is_active +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x9da6d531 virtio_transport_shutdown +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xa33e8428 virtio_transport_notify_recv_pre_dequeue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xa57e943b virtio_transport_notify_recv_init +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xa6466edc virtio_transport_notify_poll_in +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xb2da9d64 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 0xbcfe3804 virtio_transport_seqpacket_dequeue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xc7737614 virtio_transport_seqpacket_enqueue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xd011043b virtio_transport_inc_tx_pkt +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xd3a4373f virtio_transport_notify_send_pre_enqueue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xd98c2a67 virtio_transport_free_pkt +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xe08f0600 virtio_transport_do_socket_init +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xe935e73c virtio_transport_release +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xead1e138 virtio_transport_notify_send_post_enqueue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xf76ef940 virtio_transport_connect +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xf7b6b009 virtio_transport_stream_enqueue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xf90abfa0 virtio_transport_recv_pkt +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xfd5d814b virtio_transport_deliver_tap_pkt +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x0e9bc9b6 vsock_addr_unbind +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x1bfb1e56 vsock_remove_connected +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x216113f9 vsock_data_ready +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x23a2588b vsock_remove_sock +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x284e07d8 vsock_bind_table +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x288bf862 vsock_core_register +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x3d4b0fca vsock_addr_init +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x4901cecf vsock_enqueue_accept +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x4b99648c vsock_addr_bound +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x689d539f vsock_remove_bound +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x76964960 vsock_add_tap +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x87a0035a vsock_stream_has_data +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x90aa8549 vsock_find_cid +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x95795181 vsock_stream_has_space +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x9bb6fd09 vsock_connected_table +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x9e6c4837 vsock_core_get_transport +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xa65b5fb6 vsock_for_each_connected_socket +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xaa1c4146 vsock_remove_tap +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xaf2674b5 vsock_addr_equals_addr +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xaff10572 vsock_create_connected +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xb0d7bda7 vsock_addr_cast +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xb30d787a vsock_core_unregister +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xc27c77fa vsock_find_bound_socket +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xc7384bf0 vsock_remove_pending +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xc7852186 vsock_find_connected_socket +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xc92f7f50 vsock_table_lock +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xe575ea0e vsock_insert_connected +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xec96eadf vsock_addr_validate +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xefe840fa vsock_deliver_tap +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xf19962b1 vsock_assign_transport +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xf26ae7aa vsock_add_pending +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x05dd2991 cfg80211_vendor_cmd_get_sender +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x16071ef3 cfg80211_wext_siwscan +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x1757ffc4 cfg80211_wext_giwmode +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x3e949ec5 cfg80211_wext_siwmode +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x5189f1d9 cfg80211_wext_siwfrag +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x784a90d8 cfg80211_wext_giwfrag +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x7c633f67 cfg80211_wext_giwretry +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x8790fe04 cfg80211_pmsr_report +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xb16521c6 cfg80211_pmsr_complete +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xb2379774 cfg80211_wext_giwname +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xb6f77134 cfg80211_shutdown_all_interfaces +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xcc012d39 cfg80211_wext_siwrts +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xcdfab718 cfg80211_vendor_cmd_reply +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xd6a9b440 cfg80211_wext_giwrts +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xdb95bd3e cfg80211_wext_giwrange +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xfe6f680a 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 0x13977141 ipcomp_destroy +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0x5b4de3a0 ipcomp_output +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0x8f208669 ipcomp_input +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0xc088630b 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 0x38c568f9 snd_ac97_reset +EXPORT_SYMBOL_GPL sound/core/seq/snd-seq 0xadb51cff snd_seq_client_ioctl_unlock +EXPORT_SYMBOL_GPL sound/core/seq/snd-seq 0xe50413d7 snd_seq_client_ioctl_lock +EXPORT_SYMBOL_GPL sound/core/snd 0x112d73b3 snd_fasync_helper +EXPORT_SYMBOL_GPL sound/core/snd 0x2971b845 snd_ctl_add_vmaster_hook +EXPORT_SYMBOL_GPL sound/core/snd 0x399c0d89 snd_card_ref +EXPORT_SYMBOL_GPL sound/core/snd 0x42093258 snd_device_initialize +EXPORT_SYMBOL_GPL sound/core/snd 0x469b2fa8 snd_ctl_apply_vmaster_followers +EXPORT_SYMBOL_GPL sound/core/snd 0x5af762f1 snd_fasync_free +EXPORT_SYMBOL_GPL sound/core/snd 0x675f056e snd_card_rw_proc_new +EXPORT_SYMBOL_GPL sound/core/snd 0x67b6db4c snd_ctl_disconnect_layer +EXPORT_SYMBOL_GPL sound/core/snd 0x6bf7cca0 snd_device_disconnect +EXPORT_SYMBOL_GPL sound/core/snd 0x7942aa0e snd_ctl_get_preferred_subdevice +EXPORT_SYMBOL_GPL sound/core/snd 0x894aace7 snd_card_free_on_error +EXPORT_SYMBOL_GPL sound/core/snd 0x901fd10d snd_devm_request_dma +EXPORT_SYMBOL_GPL sound/core/snd 0xac9fea37 snd_card_add_dev_attr +EXPORT_SYMBOL_GPL sound/core/snd 0xadf464b4 snd_devm_card_new +EXPORT_SYMBOL_GPL sound/core/snd 0xb5f3df27 snd_ctl_activate_id +EXPORT_SYMBOL_GPL sound/core/snd 0xb83e640f snd_ctl_sync_vmaster +EXPORT_SYMBOL_GPL sound/core/snd 0xbb5188ff snd_device_get_state +EXPORT_SYMBOL_GPL sound/core/snd 0xcfc24e27 snd_ctl_register_layer +EXPORT_SYMBOL_GPL sound/core/snd 0xd24dc68c snd_power_ref_and_wait +EXPORT_SYMBOL_GPL sound/core/snd 0xe4c09098 snd_card_disconnect_sync +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 0x0c73a9a2 snd_compress_new +EXPORT_SYMBOL_GPL sound/core/snd-compress 0x827b5fec snd_compr_stop_error +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x046ca07d snd_pcm_stream_lock_irq +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 0x265d9be0 snd_pcm_hw_constraint_eld +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x37cc06bb snd_pcm_stream_unlock +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x4a12594f snd_pcm_stream_unlock_irq +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x554f8f7b snd_pcm_stop_xrun +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x55d049ce snd_pcm_stream_unlock_irqrestore +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x5c407196 snd_pcm_fill_iec958_consumer_hw_params +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x5f2a2b2a snd_devm_alloc_dir_pages +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x64419df4 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 0x67f620eb snd_pcm_lib_default_mmap +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x785a2af3 _snd_pcm_stream_lock_irqsave +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x87aecaa8 snd_dma_buffer_sync +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 0xa7672296 snd_pcm_fill_iec958_consumer +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0xab8bc1a2 snd_pcm_rate_mask_intersect +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0xfcf4d62d snd_pcm_add_chmap_ctls +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0xfe9580e5 _snd_pcm_stream_lock_irqsave_nested +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x01560766 snd_dmaengine_pcm_request_channel +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x146b7414 snd_dmaengine_pcm_pointer_no_residue +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x1b051e33 snd_dmaengine_pcm_open_request_chan +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x26730521 snd_dmaengine_pcm_open +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x76eeeb7b snd_dmaengine_pcm_refine_runtime_hwparams +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0xa206f159 snd_dmaengine_pcm_trigger +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0xa4d71b55 snd_dmaengine_pcm_close_release_chan +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0xb228f851 snd_dmaengine_pcm_set_config_from_dai_data +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0xb97dd7be snd_dmaengine_pcm_pointer +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0xd15cd97a snd_dmaengine_pcm_get_chan +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0xe9fbc1a5 snd_dmaengine_pcm_close +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0xfd534746 snd_hwparams_to_dma_slave_config +EXPORT_SYMBOL_GPL sound/core/snd-seq-device 0x5de4a281 __snd_seq_driver_register +EXPORT_SYMBOL_GPL sound/core/snd-seq-device 0xc2b4e4c9 snd_seq_driver_unregister +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0x02194e7b amdtp_domain_stream_pcm_ack +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0x11f61b98 amdtp_domain_add_stream +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0x2814a1ed amdtp_am824_set_midi_position +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0x3c72d051 amdtp_domain_destroy +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0x57247fe6 amdtp_am824_set_pcm_position +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0x5b17e949 amdtp_domain_stream_pcm_pointer +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0x6ab2a3b6 amdtp_am824_init +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0x926aea82 amdtp_am824_add_pcm_hw_constraints +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0x93725630 amdtp_am824_midi_trigger +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0xcf8375c6 amdtp_domain_start +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0xe6accb44 amdtp_domain_init +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0xefec9b12 amdtp_domain_stop +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0xfbdffb75 amdtp_am824_set_parameters +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x0695b1ad snd_hdac_ext_bus_link_power_down +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x0cfbb092 snd_hdac_ext_bus_link_put +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x1b113503 snd_hdac_ext_bus_ppcap_int_enable +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x1b3fdc7f snd_hdac_ext_bus_link_power_up +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x1d069cee snd_hda_ext_driver_unregister +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x1f29dfdd snd_hdac_ext_bus_link_power_down_all +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x22e2712d snd_hdac_ext_bus_device_remove +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x309fef8a snd_hda_ext_driver_register +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x43f9e9a4 snd_hdac_ext_stream_decouple_locked +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x452f5df7 snd_hdac_ext_link_free_all +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x49903df3 snd_hdac_ext_bus_get_hlink_by_addr +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x4e9de41d snd_hdac_ext_stream_assign +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x5677ebc9 snd_hdac_ext_stream_clear +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x5df9064c snd_hdac_ext_bus_exit +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x648d5a58 snd_hdac_ext_stream_decouple +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x677f73fb snd_hdac_ext_stream_release +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x685a4af4 snd_hdac_ext_cstream_assign +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x72092ee2 snd_hdac_ext_bus_link_power +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x9c2cfdc5 snd_hdac_ext_stream_start +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x9d7bf021 snd_hdac_ext_bus_link_set_stream_id +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xa4b0af52 snd_hdac_ext_bus_init +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xa89c9aad snd_hdac_ext_stream_init_all +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xaa634047 snd_hdac_ext_bus_get_hlink_by_name +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xc44e28b9 snd_hdac_ext_stream_free_all +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xce48800b snd_hdac_ext_bus_link_clear_stream_id +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xd8124557 snd_hdac_ext_stream_reset +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xd92d7ff8 snd_hdac_ext_bus_get_ml_capabilities +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xde71a59f snd_hdac_ext_stream_setup +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xdfb38b77 snd_hdac_ext_bus_link_get +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xe6cdfccd snd_hdac_ext_bus_ppcap_enable +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xfe85f4a6 snd_hdac_ext_bus_link_power_up_all +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x0358d2df snd_hdac_device_init +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x03c4e60d snd_hdac_stream_release +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x0a9ce8f1 snd_hdac_bus_init_chip +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x0d2b4715 snd_hdac_sync_audio_rate +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x180c65ea snd_hdac_dsp_prepare +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x1a37d3e8 snd_hdac_bus_exec_verb_unlocked +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x1d69f5b5 snd_hdac_stream_sync_trigger +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x1fe485ec snd_hdac_codec_link_down +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x232f5a42 snd_hdac_override_parm +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x23ef7f99 snd_hdac_bus_init +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x241ba4e4 snd_hdac_setup_channel_mapping +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x247ebe53 snd_hdac_regmap_write_raw +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x28318fa5 snd_hdac_dsp_cleanup +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x2abc4ec9 snd_hdac_bus_send_cmd +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x2d4e14cf snd_hdac_device_set_chip_name +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x2e4c7b4e snd_hdac_stream_start +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x2f59d6c9 snd_hdac_bus_exit_link_reset +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x2f887cd4 snd_hdac_stream_setup_periods +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x372961bb snd_hdac_acomp_exit +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x3a90295e snd_hdac_device_exit +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x3b929204 snd_hdac_device_unregister +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x3bd544c2 snd_hdac_get_active_channels +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x3c634bf5 snd_hdac_regmap_sync +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x43e60a06 snd_hdac_power_up +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x4c7ec4b6 snd_hdac_get_ch_alloc_from_ca +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x50a00eb3 snd_hdac_stream_get_spbmaxfifo +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x50ea7c9b snd_hdac_register_chmap_ops +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x5382a264 snd_hdac_refresh_widgets +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x5572e6a4 snd_hdac_bus_update_rirb +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x5706a096 snd_hdac_bus_reset_link +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x585a97cc snd_hdac_codec_modalias +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x5b2d0bcd snd_hdac_stream_init +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x5c05258f snd_hdac_bus_exit +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x5c07cb49 snd_hdac_calc_stream_format +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x5f5bfa88 snd_hdac_bus_enter_link_reset +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x610fb638 snd_hdac_stop_streams +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x6591c69a snd_hdac_stream_drsm_enable +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x66d64bdb snd_hdac_get_stream +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x67bfe791 snd_hdac_spk_to_chmap +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x68397447 snd_hdac_device_register +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x709190a0 snd_hdac_stream_set_dpibr +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x74edbb77 snd_hdac_regmap_init +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x76d760ca snd_hdac_add_chmap_ctls +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x776b7853 snd_hdac_is_supported_format +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x77c754a8 snd_hdac_chmap_to_spk_mask +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x80f09d57 snd_hdac_stream_spbcap_enable +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x81285e0c snd_hdac_dsp_trigger +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x82a14645 snd_hdac_stop_streams_and_chip +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x84dcf6e6 snd_hdac_codec_write +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x867527f3 snd_hdac_stream_set_params +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x89f5939d snd_hdac_acomp_register_notifier +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x8a49c7dd snd_hdac_stream_reset +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x8bff7d7c hdac_get_device_id +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x8f2653b6 snd_hdac_codec_read +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x9282be48 snd_hdac_query_supported_pcm +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x92f69b4c snd_hdac_sync_power_state +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x96b2fa0b snd_hdac_stream_setup +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x96fefc86 snd_hdac_stream_cleanup +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x9a8e1877 snd_array_free +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x9c3d2f52 snd_hdac_acomp_get_eld +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x9fea7158 snd_hdac_get_sub_nodes +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xa0ae509e snd_hdac_stream_wait_drsm +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xa24e72ab snd_hdac_bus_alloc_stream_pages +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xa4ee1397 snd_hda_bus_type +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xac03c66a snd_hdac_stream_timecounter_init +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xac0dd4ec snd_hdac_regmap_add_vendor_verb +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xad003f28 snd_hdac_display_power +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xb2198b32 snd_hdac_bus_stop_cmd_io +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xb55a39ec snd_hdac_set_codec_wakeup +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xb5b4cd45 snd_hdac_codec_link_up +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xbbd40e5d 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 0xc06dbbef snd_hdac_i915_init +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xc174728a snd_hdac_stream_sync +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xc27b75f2 snd_hdac_check_power_state +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xc49ce127 snd_hdac_bus_get_response +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xc50b6aa1 snd_hdac_regmap_update_raw_once +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xc52945ac snd_hdac_acomp_init +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xc98ec2fc snd_hdac_regmap_read_raw +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xcb13c1e3 snd_hdac_read +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xccba2ab2 snd_hdac_power_down +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xcdfa3455 snd_hdac_stream_set_spib +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xcf9f5f01 snd_hdac_regmap_update_raw +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xd03981f0 snd_hdac_bus_stop_chip +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xd1e6cb7c snd_hdac_bus_free_stream_pages +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xda6136c1 snd_hdac_power_down_pm +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xdaad0e5b snd_hdac_stream_release_locked +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xe385c8fe snd_hdac_read_parm_uncached +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xe4e07754 snd_hdac_print_channel_allocation +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xe7916466 snd_hdac_regmap_exit +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xe7fcf89f snd_hdac_bus_handle_stream_irq +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xe7fda22d snd_hdac_i915_set_bclk +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xeb2ab74a _snd_hdac_read_parm +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xee481040 snd_hdac_stream_assign +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xef6f59ff snd_hdac_power_up_pm +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xef910af5 snd_hdac_bus_parse_capabilities +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xf1ac11e6 snd_hdac_bus_init_cmd_io +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xf3908261 snd_hdac_stream_set_lpib +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xfa134e7e snd_hdac_stream_stop +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xfa49b172 snd_hdac_channel_allocation +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xff9944dc snd_hdac_get_connections +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xffeaf631 snd_hdac_bus_link_power +EXPORT_SYMBOL_GPL sound/hda/snd-intel-dspcfg 0x49b89171 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 0x52dab915 intel_nhlt_get_dmic_geo +EXPORT_SYMBOL_GPL sound/hda/snd-intel-dspcfg 0xa9190b03 intel_nhlt_init +EXPORT_SYMBOL_GPL sound/hda/snd-intel-dspcfg 0xdb682fc0 snd_intel_dsp_driver_probe +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0x58434cac snd_ak4113_reinit +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0x6d4c7d53 snd_ak4113_check_rate_and_errors +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0xac5fbe51 snd_ak4113_build +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0xb12a7045 snd_ak4113_external_rate +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0xbdeec81b snd_ak4113_reg_write +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0xc5af8cd2 snd_ak4113_create +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x0176496b snd_hda_jack_set_button_state +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x03070649 hda_codec_driver_unregister +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x0589ca82 snd_hda_codec_register +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x062dcced snd_hda_multi_out_dig_open +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 0x0ae7428e snd_hda_shutup_pins +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x1011ccf7 snd_hda_check_amp_list_power +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x10c09201 snd_hda_jack_tbl_get_from_tag +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x11d2f7c4 snd_hda_get_conn_index +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x1523aa37 snd_hda_get_dev_select +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x1592c550 __hda_codec_driver_register +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x1593e659 snd_hda_get_pin_label +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x1da9fe79 snd_hda_add_vmaster_hook +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x1e15ea70 snd_hda_jack_detect_enable_callback_mst +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x20a5e76c snd_hda_ctl_add +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x225a35d6 snd_hda_add_new_ctls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x22da012c is_jack_detectable +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x284ff2f8 azx_codec_configure +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x2a1fd4de snd_hda_jack_add_kctl_mst +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x2b4f507c snd_hda_enum_helper_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x2b879c59 snd_hda_codec_set_pin_target +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x2d1834bc snd_hda_enable_beep_device +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x2e76af33 snd_hda_apply_verbs +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x2eb12326 snd_hda_detach_beep_device +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x38ce402b azx_interrupt +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x3f240f6e snd_hda_jack_detect_state_mst +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x3f7754f5 snd_hda_codec_prepare +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x40da8458 snd_hda_jack_unsol_event +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x454b70bc snd_hda_codec_get_pincfg +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x45d799ea snd_hda_mixer_amp_volume_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4733c98c _snd_hda_set_pin_ctl +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x478b9ada azx_get_pos_lpib +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x49f404b0 snd_hda_codec_update_widgets +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4a072b65 snd_hda_get_int_hint +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4abbfeeb snd_hda_jack_set_gating_jack +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4b0cc497 snd_hda_codec_set_pincfg +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4d94ca8e __snd_hda_apply_fixup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x507d9c29 snd_hda_codec_amp_update +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x5336b7a0 snd_hda_codec_cleanup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x549ee5ca snd_hda_set_vmaster_tlv +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x5941c074 azx_get_pos_posbuf +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x5c9d5dfc snd_hda_codec_pcm_new +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x5ceece57 snd_hda_mixer_amp_switch_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x60599637 snd_hda_load_patch +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x60738098 query_amp_caps +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x655d386a azx_init_chip +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x65a59d69 snd_hda_create_spdif_share_sw +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x671e6ff7 snd_hda_codec_amp_init_stereo +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x6bcbf7e9 snd_hda_codec_configure +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x6cc9e31a snd_hda_codec_amp_stereo +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x7098c986 snd_hda_mixer_amp_switch_put_beep +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x78eb6a48 snd_hda_create_spdif_in_ctls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x79169c2b snd_hda_codec_device_new +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x7b18faa8 snd_hda_add_verbs +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x7c0daa72 azx_free_streams +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x7ca4040c snd_hda_codec_load_dsp_prepare +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x81f8f270 snd_hda_set_power_save +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x8363a2b6 snd_hda_jack_detect_enable +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x83a01a0c snd_hda_codec_amp_init +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x86292aae __snd_hda_add_vmaster +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x8652d921 snd_hda_get_default_vref +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x871e55fb snd_hda_get_bool_hint +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x883d1e57 snd_hda_override_amp_caps +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x8ce90a31 snd_hda_pick_fixup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x8dc19b72 snd_hda_codec_set_name +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x930370b9 azx_bus_init +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x9471b0da snd_hda_jack_set_dirty_all +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x959e68d9 snd_hda_sequence_write +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x95f625ac snd_hda_apply_pincfgs +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x968b097d snd_hda_codec_new +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x9873c38b snd_hda_jack_add_kctls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x98a36ae7 azx_get_position +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x9c249537 snd_hda_codec_load_dsp_cleanup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x9cad2280 snd_hda_get_hint +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa1e7aa74 hda_get_autocfg_input_label +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa3f76c0d azx_stop_chip +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa4775648 snd_hda_mixer_amp_tlv +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa6e6ee23 snd_hda_codec_set_power_to_all +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xaaf97828 snd_hda_multi_out_dig_close +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xade04d71 snd_hda_codec_build_controls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xadf2f3da snd_hda_pick_pin_fixup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb1425cc2 snd_hda_create_dig_out_ctls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb366fee0 snd_hda_jack_bind_keymap +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb58c72e0 azx_probe_codecs +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb5e49b0a snd_hda_codec_setup_stream +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb887b34f snd_hda_multi_out_dig_cleanup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb97ae541 snd_hda_input_mux_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb99acc95 snd_hda_check_amp_caps +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xbb0e9a86 snd_hda_mixer_amp_switch_get_beep +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xbe00535e snd_hda_spdif_ctls_assign +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xbf30b1b5 snd_hda_find_mixer_ctl +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xbfbba270 snd_hda_override_conn_list +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc3849bc8 snd_hda_jack_report_sync +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc433d497 snd_hda_codec_pcm_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc4481030 snd_hda_multi_out_analog_open +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc464f51b snd_hda_multi_out_dig_prepare +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc5ae2a70 snd_hda_lock_devices +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc6cc3346 snd_hda_sync_vmaster_hook +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc816c86c snd_hda_get_num_devices +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xcae639da snd_hda_codec_parse_pcms +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xcda0381b snd_hda_jack_tbl_get_mst +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xcea300f0 snd_hda_add_imux_item +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd0cdbc76 snd_hda_spdif_ctls_unassign +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd1853d3c snd_hda_parse_pin_defcfg +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd3590bad snd_hda_codec_device_init +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd4594814 snd_hda_codec_set_power_save +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd829ed12 snd_hda_codec_get_pin_target +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe0bdc848 snd_hda_get_connections +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe0ff6bce snd_hda_jack_poll_all +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe118de5d snd_pcm_2_1_chmaps +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe71fb877 snd_hda_multi_out_analog_cleanup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe83fd865 azx_init_streams +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe85eb8a9 snd_hda_attach_beep_device +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe8c19968 snd_hda_apply_fixup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xeb471241 snd_hda_spdif_out_of_nid +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xeb64a331 azx_stop_all_streams +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xed460335 snd_hda_mixer_amp_volume_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xeda3a721 snd_print_pcm_bits +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xee014034 snd_hda_unlock_devices +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xef47aabe snd_hda_mixer_amp_switch_get +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf0af42a2 snd_hda_codec_unregister +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf2b40bc5 snd_hda_multi_out_analog_prepare +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf459b709 __snd_hda_codec_cleanup_stream +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf47f5488 snd_hda_mixer_amp_switch_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf52a94eb snd_hda_codec_load_dsp_trigger +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf679bc94 snd_hda_get_conn_list +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf67efd03 snd_hda_mixer_amp_volume_get +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf77d4cc1 snd_hda_set_dev_select +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf8dc35ac snd_hda_input_mux_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf9848c3f snd_hda_codec_eapd_power_filter +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xfbb95f35 snd_hda_add_nid +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xfc4e9c09 snd_hda_codec_cleanup_for_unbind +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xfe7bb40b snd_hda_jack_pin_sense +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xffca4ecb snd_hda_correct_pin_ctl +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x1791c26b snd_hda_get_path_from_idx +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x32501f36 snd_hda_gen_add_micmute_led_cdev +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x37cf096d snd_hda_gen_mic_autoswitch +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x394e760a snd_hda_gen_init +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x3f4fc209 snd_hda_gen_add_mute_led_cdev +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x64781f86 snd_hda_gen_build_pcms +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x6be19a72 snd_hda_gen_fix_pin_power +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x6f52f155 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 0x84e8b48f snd_hda_gen_build_controls +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 0x893d5ae5 snd_hda_add_new_path +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x89438dfe snd_hda_gen_check_power_status +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x8dc50aef snd_hda_gen_hp_automute +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x8f73b964 snd_hda_gen_free +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x9de9e388 snd_hda_gen_add_kctl +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xa808c9eb snd_hda_gen_stream_pm +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xc1f6a032 snd_hda_gen_line_automute +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xceddfc7c snd_hda_get_path_idx +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xd179fece snd_hda_gen_spec_init +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xd9c1fc00 snd_hda_activate_path +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xdd46dfea snd_hda_gen_parse_auto_config +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xe954df0b 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 0x40650174 adau1372_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau1761 0x0e205982 adau1761_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau1761 0x3a307f8a adau1761_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0x08e1eb20 adau17x1_readable_register +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0x1325087b adau17x1_add_widgets +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0x180504b9 adau17x1_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0x2ce40a9f adau17x1_add_routes +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0x52523cd1 adau17x1_resume +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0x71e38db4 adau17x1_precious_register +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0x77f49326 adau17x1_set_micbias_voltage +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0x83375a6f adau17x1_dai_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0xc7bc25f7 adau17x1_volatile_register +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0xd2ccf0ec adau17x1_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau7118 0x0af38d73 adau7118_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x10de9d32 arizona_init_dai +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x132075c3 arizona_isrc_fsl +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x17bc5161 arizona_init_dvfs +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x1b4e3780 arizona_lhpf2_mode +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x1c93aa33 arizona_of_get_audio_pdata +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x1d14d6cd arizona_in_dmic_osr +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x205a901f arizona_set_sysclk +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x2aa62d1d arizona_lhpf1_mode +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x32db5292 arizona_ng_hold +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x33b887cd arizona_init_fll +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x395ae2b5 arizona_free_spk_irqs +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x3a34704c arizona_init_gpio +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x3ac2f7bb arizona_dai_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x3cfae1aa arizona_in_vd_ramp +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x41cf7f7e arizona_voice_trigger_switch +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x423da578 arizona_anc_input_src +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x46277216 arizona_rate_val +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x4d122615 arizona_in_hpf_cut_enum +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x52612d0e arizona_in_ev +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x5af539f3 arizona_output_anc_src +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x5ba51263 arizona_out_ev +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x5d2d806a arizona_in_vi_ramp +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x61adc682 arizona_input_analog +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x69102a20 arizona_sample_rate_text +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x6c00d7a9 arizona_init_spk +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x729a5ef3 arizona_mixer_values +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x789e02ba arizona_lhpf4_mode +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x7a2a82f6 arizona_anc_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 0x8214f2c1 arizona_init_common +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x872a1634 arizona_lhpf_coeff_put +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x88b137d5 arizona_isrc_fsh +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x89beb434 arizona_adsp2_rate_controls +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x9095447a arizona_anc_ng_enum +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x98b9f643 arizona_dvfs_down +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x9acb8889 arizona_jack_set_jack +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0xa119f9cd arizona_dvfs_up +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0xa165e7de arizona_init_mono +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0xa1e4ec1c arizona_jack_codec_dev_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0xa52cd24f arizona_asrc_rate1 +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0xa99adaa9 arizona_out_vi_ramp +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0xab4d845c arizona_rate_text +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0xac807599 arizona_hp_ev +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0xad856652 arizona_jack_codec_dev_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0xbd393c34 arizona_lhpf3_mode +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0xc3992585 arizona_set_fll +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0xc626453a arizona_init_vol_limit +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0xc84dbb69 arizona_out_vd_ramp +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0xc9c29637 arizona_mixer_tlv +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0xce002ef7 arizona_eq_coeff_put +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0xcfda899a arizona_init_spk_irqs +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0xd44d75fd arizona_set_fll_refclk +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0xdc2abbab arizona_simple_dai_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0xdc4e21cc arizona_clk_ev +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0xdfe804b8 arizona_sample_rate_val +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0xef87821c arizona_dvfs_sysclk_ev +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0xf3471ef6 arizona_set_output_mode +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41 0x1d6a1936 cs35l41_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41 0xcaef6c93 cs35l41_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41 0xfe41e820 cs35l41_pm_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x221a4373 cs35l41_set_cspl_mbox_cmd +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x389e86c7 cs35l41_safe_reset +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x39d0118c cs35l41_test_key_lock +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x4f1d57a6 cs35l41_otp_unpack +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x5098abcc cs35l41_regmap_spi +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x6ff5fa43 cs35l41_configure_cs_dsp +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x837f7488 cs35l41_enter_hibernate +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x8515dd30 cs35l41_write_fs_errata +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0xdbd505a6 cs35l41_exit_hibernate +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0xe6cdad13 cs35l41_regmap_i2c +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0xe6d6bcc6 cs35l41_init_boost +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0xe92ff6ad cs35l41_gpio_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0xef9dcf1a cs35l41_global_enable +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0xf1355ce9 cs35l41_register_errata_patch +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0xf3425849 cs35l41_set_channels +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0xf87f1c80 cs35l41_test_key_unlock +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs4271 0x1dabbd6d cs4271_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs4271 0xce97be89 cs4271_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42l51 0x0f43a6a7 cs42l51_resume +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42l51 0x3681d108 cs42l51_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42l51 0x52cad696 cs42l51_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42l51 0xa6671642 cs42l51_regmap +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42l51 0xecd530b3 cs42l51_suspend +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0x37fad035 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 0xdf0f95d6 cs42xx8_pm +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0xf7fe1ee2 cs42xx8_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-es8328 0x1621a66a es8328_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-es8328 0xed1108dd es8328_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-hda-codec 0x4dabef33 snd_soc_hda_codec_dai_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-hda-codec 0xd1d95856 soc_hda_ext_bus_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-hda-codec 0xdeff7f32 hda_codec_probe_complete +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-hdac-hda 0x7ace02e3 snd_soc_hdac_hda_get_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-hdac-hdmi 0x936d54c4 hdac_hdmi_jack_port_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-hdac-hdmi 0xd41e0e5b hdac_hdmi_jack_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-lpass-macro-common 0x03efac72 lpass_macro_pds_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-lpass-macro-common 0x4823ce22 lpass_macro_pds_exit +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-max98090 0xc54a3a89 max98090_mic_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-max98373 0x544cfa6a max98373_slot_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-max98373 0x62b80c0c soc_codec_dev_max98373 +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-max98373 0xf0461a1f max98373_reset +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-max98373 0xfbee696d soc_codec_dev_max98373_sdw +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-mt6358 0x0c68eb8d mt6358_mtkaif_calibration_enable +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-mt6358 0x73968b0c mt6358_set_mtkaif_calibration_phase +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-mt6358 0x81e7172f mt6358_set_mtkaif_protocol +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-mt6358 0xe1251279 mt6358_mtkaif_calibration_disable +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-nau8821 0xdcc82d52 nau8821_enable_jack_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-nau8824 0x97687273 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 0x36989cb9 nau8825_enable_jack_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm1789-codec 0x6dcd1642 pcm1789_common_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm1789-codec 0x91576711 pcm1789_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm1789-codec 0x99104395 pcm1789_common_exit +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm179x-codec 0x96e7cb39 pcm179x_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm179x-codec 0xe0120808 pcm179x_common_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm186x 0x3d2a9088 pcm186x_regmap +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm186x 0xd839a782 pcm186x_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm3168a 0x1d4d606b pcm3168a_pm_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm3168a 0x361e1df2 pcm3168a_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm3168a 0x82fc96c2 pcm3168a_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm3168a 0xc52f5d5e pcm3168a_regmap +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm512x 0x0838cc66 pcm512x_pm_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm512x 0x3d50d3b3 pcm512x_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm512x 0x4c8a3508 pcm512x_regmap +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm512x 0x9e33d51a pcm512x_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rl6231 0x5dc92cdf rl6231_pll_calc +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rl6231 0x70617a04 rl6231_get_clk_info +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rl6231 0x8d7fa148 rl6231_get_pre_div +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rl6231 0xdba4502f rl6231_calc_dmic_clk +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rl6347a 0xa7aa810f rl6347a_hw_write +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rl6347a 0xade4bf4c rl6347a_hw_read +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5514-spi 0x61ff58e3 rt5514_spi_burst_read +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5514-spi 0xff87892f rt5514_spi_burst_write +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5640 0x0034074f rt5640_dmic_enable +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5640 0x37ed4475 rt5640_enable_micbias1_for_ovcd +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5640 0x580d51bf rt5640_disable_micbias1_for_ovcd +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5640 0xab7ec389 rt5640_detect_headset +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5640 0xb5a247e5 rt5640_sel_asrc_clk_src +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5640 0xda601161 rt5640_set_ovcd_params +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5645 0x4281a70a rt5645_sel_asrc_clk_src +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5645 0x5ea9007a rt5645_set_jack_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5659 0xf2aec094 rt5659_set_jack_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5663 0x00c3653f 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 0x873cde2b rt5670_sel_asrc_clk_src +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5670 0x8f708688 rt5670_set_jack_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5670 0xa306432f rt5670_jack_resume +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5670 0xd1334cdb rt5670_jack_suspend +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5677 0x251b32dd 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 0x0bc2f9fa rt5682_reset +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0x0d18594a rt5682_supply_names +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0x22aa0ad0 rt5682_register_dai_clks +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0x59d3d967 rt5682_jack_detect_handler +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0x5ff9e6f7 rt5682_aif1_dai_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0x888c05a8 rt5682_soc_component_dev +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0x961afd3f rt5682_sel_asrc_clk_src +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0x9649d6bc rt5682_volatile_register +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0x97865ccd rt5682_parse_dt +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0xa027b58d rt5682_calibrate +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0xb4ce5df4 rt5682_aif2_dai_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0xb897de56 rt5682_reg +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0xc92cef53 rt5682_readable_register +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0xe84095dd rt5682_apply_patch_list +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682s 0x9a735679 rt5682s_sel_asrc_clk_src +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-sigmadsp 0x30d2546a sigmadsp_reset +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-sigmadsp 0x31deae87 devm_sigmadsp_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-sigmadsp 0xaab29ab5 sigmadsp_restrict_params +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-sigmadsp 0xc7291260 sigmadsp_attach +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-sigmadsp 0xfce4196b sigmadsp_setup +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-sigmadsp-i2c 0x6937d53c devm_sigmadsp_init_i2c +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-sigmadsp-regmap 0x25947953 devm_sigmadsp_init_regmap +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-src4xxx 0x55ff36b3 src4xxx_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-src4xxx 0xcac14b69 src4xxx_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-ssm2602 0x13048cd6 ssm2602_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-ssm2602 0xb2497f69 ssm2602_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tlv320aic32x4 0x9ede8f0e aic32x4_register_clocks +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tlv320aic3x 0xfc331f1e aic3x_regmap +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-ts3a227e 0x79bf641e 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 0x6225b6f9 wcd938x_sdw_free +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wcd938x-sdw 0x7d7d164f wcd938x_sdw_hw_params +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wcd938x-sdw 0x9e62b6de wcd938x_sdw_device_get +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wcd938x-sdw 0xc35515e1 wcd938x_sdw_set_sdw_stream +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wcd938x-sdw 0xe332c68c wcd938x_swr_get_current_bank +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x04c598f1 wm_adsp_compr_free +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x0fac1b21 wm_adsp1_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x1651dc2c wm_adsp_early_event +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x22599fcd wm_adsp_compr_copy +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x3982917f wm_adsp_compr_set_params +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x3eb7a958 wm_adsp_fw_put +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x4125a738 wm_adsp_fw_get +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x48389019 wm_adsp2_component_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x493c1b63 wm_adsp_compr_pointer +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x4fb80caf wm_adsp2_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 0x532b64cf wm_adsp_write_ctl +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x5367cd85 wm_adsp_fw_enum +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x55515723 wm_adsp_compr_handle_irq +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x5a46eca4 wm_adsp_compr_open +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x8f507750 wm_adsp_read_ctl +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x9889d5ae wm_halo_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xa4f86944 wm_adsp2_preloader_put +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xa81081dd wm_adsp_compr_get_caps +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xac058bcf wm_adsp_compr_trigger +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xb2c671ca wm_adsp2_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xbeca1017 wm_adsp1_event +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xc7b560dd wm_adsp2_component_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xdb6a6724 wm_adsp2_preloader_get +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 0xe7efeb0c wm_adsp2_set_dspclk +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xea38ee07 wm_halo_bus_error +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xf3c41423 wm_adsp_event +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8731 0xd577c1c6 wm8731_regmap +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8731 0xdaf1fb45 wm8731_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8804 0x35c6cb6f wm8804_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8804 0x40799619 wm8804_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8804 0xbd2f78e3 wm8804_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8804 0xc56135c5 wm8804_pm +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8903 0x7578c4bc wm8903_mic_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8962 0xe9aec286 wm8962_mic_detect +EXPORT_SYMBOL_GPL sound/soc/fsl/snd-soc-fsl-asrc 0x2e1e2188 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 0x0a28cec7 asoc_simple_parse_pin_switches +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x103b3399 asoc_simple_dai_init +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x1db5581e asoc_simple_parse_routing +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x216cf7bb asoc_simple_canonicalize_platform +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x251f1ec9 asoc_simple_set_dailink_name +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x2529aec0 asoc_simple_canonicalize_cpu +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x2defe804 asoc_simple_parse_widgets +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x328b1551 asoc_simple_parse_clk +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x43e44840 asoc_simple_parse_card_name +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x49c1c3ed asoc_simple_be_hw_params_fixup +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x4d95455b asoc_simple_hw_params +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x4f52b5b7 asoc_simple_clean_reference +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x52e20efc asoc_graph_card_probe +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x5a54f130 asoc_graph_is_ports0 +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x5a699880 asoc_simple_startup +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x78180e47 asoc_simple_init_jack +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x916b69d3 asoc_simple_parse_tdm_width_map +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x924451fc asoc_simple_parse_convert +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xbab2007e asoc_simple_remove +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xbf440d36 asoc_simple_parse_daifmt +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xfa8d4668 asoc_simple_shutdown +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xfc084d75 asoc_simple_init_priv +EXPORT_SYMBOL_GPL sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform 0xcf697f31 sst_register_dsp +EXPORT_SYMBOL_GPL sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform 0xf70b8226 sst_unregister_dsp +EXPORT_SYMBOL_GPL sound/soc/intel/atom/sst/snd-intel-sst-core 0x24be6153 intel_sst_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 0x9633ecd1 sst_context_cleanup +EXPORT_SYMBOL_GPL sound/soc/intel/atom/sst/snd-intel-sst-core 0xd805cce2 sst_configure_runtime_pm +EXPORT_SYMBOL_GPL sound/soc/intel/atom/sst/snd-intel-sst-core 0xe2e2db52 sst_context_init +EXPORT_SYMBOL_GPL sound/soc/intel/atom/sst/snd-intel-sst-core 0xeb04c38f 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 0x1d1fb06d snd_soc_acpi_intel_icl_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 0x26792d6d snd_soc_acpi_intel_cnl_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 0x4b716906 snd_soc_acpi_intel_skl_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 0x674bb13b snd_soc_acpi_intel_kbl_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 0x82bce818 snd_soc_acpi_intel_bxt_machines +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-acpi-intel-match 0x9b4ef157 snd_soc_acpi_intel_hda_machines +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-acpi-intel-match 0xae469ac4 snd_soc_acpi_intel_icl_sdw_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 0xd2dcf381 snd_soc_acpi_intel_ehl_machines +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-acpi-intel-match 0xd9219462 snd_soc_acpi_intel_cnl_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-sst-dsp 0x03b6d116 sst_dsp_shim_write_unlocked +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-sst-dsp 0x14fb9408 sst_dsp_register_poll +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 0x1b3f8a2e sst_dsp_shim_read_unlocked +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-sst-dsp 0x24c65310 sst_dsp_inbox_read +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-sst-dsp 0x4059bc69 sst_dsp_shim_update_bits_forced +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-sst-dsp 0x49e995d7 sst_dsp_shim_update_bits_forced_unlocked +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-sst-dsp 0x5031a6eb sst_dsp_outbox_read +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-sst-dsp 0x7e3085d4 sst_dsp_shim_update_bits_unlocked +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-sst-dsp 0x7f986823 sst_dsp_shim_read +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-sst-dsp 0x87cdf7d2 sst_shim32_write64 +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-sst-dsp 0x8fddaf68 sst_dsp_shim_write +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-sst-dsp 0xa74af7b1 sst_dsp_mailbox_init +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-sst-dsp 0xd41c1130 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-dsp 0xefa1c5c6 sst_dsp_shim_update_bits +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-sst-dsp 0xfe07cd51 sst_dsp_outbox_write +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-sst-ipc 0x78c22c58 sst_ipc_tx_message_wait +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-sst-ipc 0xa89989f4 sst_ipc_init +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-sst-ipc 0xb6d17d94 sst_ipc_fini +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-sst-ipc 0xc368df8e sst_ipc_reply_find_msg +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-sst-ipc 0xcdc4e506 sst_ipc_tx_message_nopm +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-sst-ipc 0xef488a85 sst_ipc_tx_msg_reply_complete +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-sst-ipc 0xfe53aa7c sst_ipc_tx_message_nowait +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0x068f7cfc skl_put_pvt_id +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0x08d249a9 skl_ipc_restore_pipeline +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0x0ccac3e4 skl_ipc_get_large_config +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0x13c3d0e3 skl_get_pvt_instance_id_map +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0x1ed79f1c cnl_sst_dsp_cleanup +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0x1f017ea1 skl_ipc_set_dx +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0x2479d1dd bxt_sst_dsp_init +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0x2801f88b skl_ipc_load_modules +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0x400e447a skl_ipc_set_d0ix +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0x41a72f28 skl_dsp_set_dma_control +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0x5213ba0a cnl_dsp_free +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0x53e40900 skl_dsp_wake +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0x65792b84 skl_ipc_set_large_config +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0x677321c4 cnl_sst_dsp_init +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0x77b97237 skl_dsp_sleep +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0x7b2a6418 skl_dsp_put_core +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0x853e3acb bxt_sst_dsp_cleanup +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0x8e4e18b7 skl_sst_dsp_cleanup +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0x923110df skl_ipc_delete_pipeline +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0x93abfa44 bxt_sst_init_fw +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0x940b8709 skl_ipc_save_pipeline +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0xa820cf53 is_skl_dsp_running +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0xa84d0550 skl_ipc_create_pipeline +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0xb1edfc2f cnl_sst_init_fw +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0xb290d91e skl_clear_module_cnt +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0xb5684ea9 skl_ipc_init_instance +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0xc221f1ea skl_dsp_get_core +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0xc4df4b8c skl_dsp_free +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0xceacf68c skl_sst_ipc_load_library +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0xe47b3ef9 skl_ipc_unload_modules +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0xe661ae85 skl_sst_dsp_init +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0xea64f30b skl_ipc_bind_unbind +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0xfddb4d32 skl_sst_init_fw +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0xfe4c5ea0 skl_ipc_set_pipeline_state +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0xff21c572 skl_get_pvt_id +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 0x00b849f8 snd_soc_get_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x02ab6256 snd_soc_jack_add_gpiods +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x02dc7676 snd_soc_get_dai_name +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x03288a0f snd_soc_component_update_bits +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x0698b5c6 snd_soc_dapm_kcontrol_widget +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x07208c5f snd_soc_jack_notifier_unregister +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x081a54ef snd_soc_dpcm_be_can_update +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x08718654 snd_soc_dai_compr_get_params +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x08882b72 snd_soc_of_parse_audio_routing +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x088e518f snd_soc_component_compr_ack +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x0a5605ec snd_soc_of_parse_aux_devs +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x0d2eef1f dpcm_be_dai_trigger +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x0e420ce7 snd_soc_dapm_enable_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x0eaaa391 snd_soc_of_parse_tdm_slot +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x0fca25a0 snd_soc_dapm_init +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x104141d6 snd_soc_put_xr_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x10f0932c snd_soc_find_dai_with_mutex +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x11dfd340 snd_soc_put_strobe +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x14e479fd snd_soc_component_compr_get_codec_caps +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x15131ae1 snd_soc_dai_compr_set_params +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x15a9d628 snd_soc_component_force_enable_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x160a99ec snd_soc_dai_set_clkdiv +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x171fe11f snd_soc_dpcm_can_be_free_stop +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x176747dd snd_soc_dapm_put_volsw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x191abe07 snd_soc_suspend +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x19d5c779 snd_soc_dapm_mux_update_power +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x19f14596 snd_soc_get_volsw_range +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1aa94273 snd_soc_cnew +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1ace903b snd_soc_lookup_component_nolocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1bf22a8a snd_soc_of_get_dai_link_cpus +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1c0f7bba snd_soc_poweroff +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1ec79026 snd_soc_daifmt_parse_format +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1ee12aed snd_soc_dapm_disable_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1f804435 snd_soc_component_init_regmap +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x20dbaca5 snd_soc_set_ac97_ops +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x22bd72be snd_soc_add_component_controls +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x22e1bc17 snd_soc_dapm_ignore_suspend +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x23d6d5bf snd_soc_of_parse_audio_simple_widgets +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x24592c0f snd_soc_component_set_sysclk +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x24d41f6d snd_soc_dapm_force_bias_level +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2541a979 snd_soc_calc_frame_size +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x26ad69d6 snd_soc_component_write +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x28c8928c snd_soc_unregister_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2a4da78b snd_soc_dpcm_get_substream +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2da570c0 snd_soc_jack_add_zones +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2dade76c dapm_mark_endpoints_dirty +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2f1a8a42 snd_soc_component_nc_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2f5f2274 snd_soc_dapm_get_pin_switch +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x30a55618 snd_soc_component_set_pll +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x31031c7d snd_soc_card_jack_new_pins +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x315b342f snd_soc_set_runtime_hwparams +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x32aa7812 snd_soc_dai_set_bclk_ratio +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x32cfb49b snd_soc_tplg_widget_bind_event +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x32e1585f snd_soc_link_compr_startup +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x339638a4 null_dailink_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x34af46e6 snd_soc_resume +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x350b7e85 snd_soc_bytes_get +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x371e7f8e snd_soc_component_compr_get_caps +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x37502cb3 soc_ac97_ops +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x397ffb0b snd_soc_dapm_update_dai +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x39b3704f snd_soc_dapm_new_control +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3c578b92 snd_soc_dapm_stream_stop +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3cdb2c7c snd_soc_limit_volume +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3d8372e6 snd_soc_dapm_del_routes +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3fb3a26c snd_soc_component_nc_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x406edd5c snd_soc_link_compr_shutdown +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4099e923 snd_soc_get_pcm_runtime +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x415773b8 snd_soc_free_ac97_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x435068c6 snd_soc_component_compr_open +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x46cd2ad1 snd_soc_tplg_component_load +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x47db99ad snd_soc_dapm_add_routes +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x486dc30b snd_soc_daifmt_parse_clock_provider_raw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x48f74fab snd_soc_get_strobe +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x496fa0bf snd_soc_component_compr_get_params +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4a5516f7 snd_soc_bytes_tlv_callback +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4c2dcd33 snd_soc_info_volsw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4fa1782d snd_soc_tdm_params_to_bclk +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x520118b8 snd_soc_dapm_new_controls +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5362242a snd_soc_register_card +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x53a68dcf snd_soc_dapm_free_widget +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x55ba3ebc snd_soc_add_pcm_runtime +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x56043853 snd_soc_link_compr_set_params +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x584ee0a1 snd_soc_dapm_dai_get_connected_widgets +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5909ca47 snd_soc_component_enable_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x59cb8565 snd_soc_dpcm_can_be_params +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5b944bb0 snd_soc_of_parse_node_prefix +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5d61d6b4 devm_snd_soc_register_card +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x62196aa3 snd_soc_dai_compr_get_metadata +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6374b876 snd_soc_put_volsw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x63fe2064 snd_soc_dapm_info_pin_switch +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x64737dfb snd_soc_add_card_controls +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6694ed8d snd_soc_component_compr_pointer +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x68fb03dc snd_dmaengine_pcm_prepare_slave_config +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x69dca725 snd_soc_component_initialize +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6b7f306f snd_soc_dapm_kcontrol_dapm +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6fbb479b snd_soc_of_put_dai_link_cpus +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x70c1a6d3 snd_soc_new_compress +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x71c1956f snd_dmaengine_pcm_register +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x745f595c snd_soc_dai_set_sysclk +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7618d19b snd_soc_component_enable_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x78597dc0 snd_soc_get_dai_id +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x78ce81d3 snd_soc_info_volsw_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x791b3007 snd_soc_of_parse_pin_switches +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x79326e14 snd_soc_bytes_info +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x796b2137 snd_soc_component_set_jack +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7975d201 snd_soc_register_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x797b74f2 snd_soc_dapm_disable_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7c7118c4 snd_soc_jack_get_type +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7c839297 snd_soc_component_disable_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7cb38a56 snd_soc_dai_digital_mute +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7d40d049 snd_soc_bytes_put +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7e606130 snd_soc_calc_bclk +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7ebcd576 snd_soc_remove_pcm_runtime +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x823fff64 snd_soc_card_remove_dai_link +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x824d2f2f snd_soc_dai_compr_shutdown +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8430483b snd_soc_component_async_complete +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x844e9e5d snd_soc_component_compr_trigger +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x84f8bd8a snd_soc_get_volsw_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x85fe77af snd_soc_bytes_info_ext +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x86a55a90 snd_soc_jack_report +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x86f9bf49 snd_soc_dpcm_can_be_prepared +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x86f9dd2c snd_soc_component_read +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x87205154 snd_soc_jack_add_pins +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x87f24894 snd_soc_card_jack_new +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x88af93ba snd_soc_component_get_pin_status +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x88e6cef8 snd_soc_find_dai +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8ad1fdac snd_soc_rtdcom_lookup +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8be0bdaa snd_soc_get_xr_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8cdc5c0c snd_soc_dapm_put_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8e1cdbce dapm_kcontrol_get_value +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x908effd7 snd_soc_info_volsw_range +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x93287c36 snd_soc_dai_get_channel_map +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x953d4733 snd_soc_set_ac97_ops_of_reset +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x97628a40 snd_soc_component_exit_regmap +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x97f60fda snd_soc_runtime_calc_hw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x983a3178 snd_soc_component_write_field +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x98621b4c snd_soc_dapm_force_enable_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9b4a4d25 snd_soc_component_compr_set_metadata +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9b4b93fd snd_soc_dapm_get_volsw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9c5c75e8 snd_soc_add_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9fd0f4b8 snd_soc_dapm_sync_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa200f18d snd_soc_dpcm_runtime_update +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa4e6111d snd_soc_dai_action +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa599ba94 dapm_regulator_event +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa5ab24ea snd_soc_component_compr_copy +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa5c01f1b snd_soc_dapm_mixer_update_power +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa5c2eeb4 snd_soc_info_xr_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa6672277 snd_soc_unregister_dai +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa8568fc9 snd_soc_of_get_slot_mask +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xabb93b3c snd_soc_dai_compr_set_metadata +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xabd367f0 snd_soc_new_ac97_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xabf68867 snd_soc_dai_set_fmt +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xac9c3dbc dapm_pinctrl_event +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xacdf7a0e snd_soc_dapm_enable_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xacec0744 snd_soc_close_delayed_work +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xad55d32c snd_soc_dpcm_fe_can_update +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xad7cf001 snd_soc_runtime_action +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xae90bfa8 snd_soc_dai_compr_trigger +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb1105360 snd_soc_dai_compr_startup +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb17cfe7f snd_soc_of_parse_card_name +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb5b4e041 snd_soc_info_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb8d292cf snd_soc_dapm_force_enable_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb8e979f2 dapm_clock_event +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb924056c snd_soc_runtime_set_dai_fmt +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xba24465a snd_soc_lookup_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xba6295ee snd_soc_unregister_component_by_driver +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xbcea772a snd_soc_dapm_new_dai_widgets +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xbeba0f13 dpcm_end_walk_at_be +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc0cb11ea snd_soc_put_volsw_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc14be16d snd_soc_jack_free_gpios +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc317a15e snd_soc_daifmt_clock_provider_flipped +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc5eec74f snd_soc_dai_compr_pointer +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc6287637 snd_soc_dapm_nc_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc8027b4d snd_soc_component_test_bits +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc8269f94 snd_soc_params_to_frame_size +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc94d0b0a snd_soc_dai_set_channel_map +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xcc58d498 snd_soc_unregister_card +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xcee7435b snd_dmaengine_pcm_unregister +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd2713069 devm_snd_soc_register_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd459891d snd_soc_dapm_free +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd536b900 snd_soc_of_get_dai_link_codecs +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd53c205d snd_soc_dai_set_tristate +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd8589ed6 snd_soc_component_compr_set_params +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xdceb4d67 snd_soc_dai_active +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xdd48f865 snd_soc_jack_add_gpios +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xdef9a0e0 snd_soc_debugfs_root +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe1c94b7d snd_soc_dapm_put_pin_switch +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe1d10b79 snd_soc_dai_set_tdm_slot +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe1e7a2f3 snd_soc_component_force_enable_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe3eab937 snd_soc_register_dai +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe413e4cc snd_soc_tplg_component_remove +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe43d21ec snd_soc_component_update_bits_async +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe4ce093c snd_soc_dai_compr_ack +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe5b334ec snd_soc_dapm_nc_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe657fda7 snd_soc_dai_link_set_capabilities +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe6d8f235 snd_soc_card_get_kcontrol +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe8104bd9 snd_soc_component_compr_get_metadata +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xea6ac908 snd_soc_card_add_dai_link +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xeab89721 devm_snd_soc_register_dai +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xeae56148 snd_soc_add_dai_controls +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xeb711ae7 snd_soc_params_to_bclk +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xebbb2a98 snd_soc_pm_ops +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xec1f066f snd_soc_dapm_sync +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xec441c01 snd_soc_put_volsw_range +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xecab3048 snd_soc_set_dmi_name +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xeebf3512 snd_soc_dapm_weak_routes +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xefefcc64 snd_soc_component_compr_free +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf0601289 snd_soc_of_put_dai_link_codecs +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf0e24cc6 snd_soc_of_get_dai_name +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf48830cf devm_snd_dmaengine_pcm_register +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf50d106f snd_soc_put_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf5860b53 snd_soc_jack_notifier_register +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf5ce72c1 snd_soc_dapm_get_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf865ed88 snd_soc_component_disable_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf8d5440a snd_soc_get_volsw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf934d215 snd_soc_dapm_dai_free_widgets +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf9622dd1 snd_soc_daifmt_clock_provider_from_bitmap +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xfa7d9af1 snd_soc_dapm_get_pin_status +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xfad9916c snd_soc_component_read_field +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xfc30b90c snd_soc_dapm_new_widgets +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xfe84cf25 snd_soc_dai_set_pll +EXPORT_SYMBOL_GPL sound/soc/sof/snd-sof 0x159a4a3f snd_sof_dbg_init +EXPORT_SYMBOL_GPL sound/soc/sof/snd-sof 0x33b3ede1 snd_sof_debugfs_add_region_item_iomem +EXPORT_SYMBOL_GPL sound/soc/sof/snd-sof 0xbe04317e snd_sof_debugfs_buf_item +EXPORT_SYMBOL_GPL sound/soc/sof/snd-sof 0xc9b3e34c snd_sof_dbg_memory_info_init +EXPORT_SYMBOL_GPL sound/soc/sof/snd-sof 0xe47f6c6a snd_sof_free_debug +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x202a1b1b line6_midi_id +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x209c9cf4 line6_read_data +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x2f0d9d5a line6_resume +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x3994b4a5 line6_alloc_sysex_buffer +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x3cd876e4 line6_pcm_release +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x3dfe72b0 line6_disconnect +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x476ecd33 line6_probe +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x71b807e8 line6_version_request_async +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x751eef74 line6_send_raw_message_async +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x8bc4aae1 line6_suspend +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x9700d63b line6_send_sysex_message +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x990c5137 line6_send_raw_message +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x9a616c87 line6_read_serial_number +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0xba4a4951 line6_init_midi +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0xd99ea247 line6_write_data +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0xe373644e line6_pcm_acquire +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0xffe1bf0e 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 0x000ad48a power_supply_set_property +EXPORT_SYMBOL_GPL vmlinux 0x001b074f mce_is_correctable +EXPORT_SYMBOL_GPL vmlinux 0x002cabc9 hrtimer_init_sleeper +EXPORT_SYMBOL_GPL vmlinux 0x0034f3b6 xen_has_pv_nic_devices +EXPORT_SYMBOL_GPL vmlinux 0x004d0a5b badblocks_init +EXPORT_SYMBOL_GPL vmlinux 0x00513f58 get_timespec64 +EXPORT_SYMBOL_GPL vmlinux 0x00565f18 pernet_ops_rwsem +EXPORT_SYMBOL_GPL vmlinux 0x0057bf6c virtqueue_kick +EXPORT_SYMBOL_GPL vmlinux 0x005f18a6 add_wait_queue_priority +EXPORT_SYMBOL_GPL vmlinux 0x00602cd7 debugfs_create_u16 +EXPORT_SYMBOL_GPL vmlinux 0x008539f0 klp_shadow_alloc +EXPORT_SYMBOL_GPL vmlinux 0x009b9699 fsnotify_add_mark +EXPORT_SYMBOL_GPL vmlinux 0x009bd97e fpu_alloc_guest_fpstate +EXPORT_SYMBOL_GPL vmlinux 0x00d4c500 usb_decode_interval +EXPORT_SYMBOL_GPL vmlinux 0x00d8cad7 phy_destroy +EXPORT_SYMBOL_GPL vmlinux 0x00dbf1d5 sysfs_update_groups +EXPORT_SYMBOL_GPL vmlinux 0x00df9837 ioasid_register_allocator +EXPORT_SYMBOL_GPL vmlinux 0x00ea6591 ip6_local_out +EXPORT_SYMBOL_GPL vmlinux 0x00fc863c devlink_net +EXPORT_SYMBOL_GPL vmlinux 0x00ffd8d8 scsi_alloc_request +EXPORT_SYMBOL_GPL vmlinux 0x0108be88 acpi_register_gsi +EXPORT_SYMBOL_GPL vmlinux 0x0110b0c3 iommu_sva_bind_device +EXPORT_SYMBOL_GPL vmlinux 0x012e730e apei_exec_noop +EXPORT_SYMBOL_GPL vmlinux 0x01316759 ping_getfrag +EXPORT_SYMBOL_GPL vmlinux 0x015ac693 regulator_map_voltage_linear +EXPORT_SYMBOL_GPL vmlinux 0x01687834 make_device_exclusive_range +EXPORT_SYMBOL_GPL vmlinux 0x01730eaf perf_aux_output_skip +EXPORT_SYMBOL_GPL vmlinux 0x01743609 __SCK__tp_func_rpm_idle +EXPORT_SYMBOL_GPL vmlinux 0x01848a8e local_apic_timer_c2_ok +EXPORT_SYMBOL_GPL vmlinux 0x01866a57 ezx_pcap_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x01a0cb78 property_entries_free +EXPORT_SYMBOL_GPL vmlinux 0x01b8ad58 clk_gate_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0x01c12c32 cpu_bit_bitmap +EXPORT_SYMBOL_GPL vmlinux 0x01d771c4 compat_only_sysfs_link_entry_to_kobj +EXPORT_SYMBOL_GPL vmlinux 0x01e1a8de kgdb_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0x01ee5532 smp_call_function_any +EXPORT_SYMBOL_GPL vmlinux 0x01f65462 uart_xchar_out +EXPORT_SYMBOL_GPL vmlinux 0x01fec15a devm_gpiod_get +EXPORT_SYMBOL_GPL vmlinux 0x0207a6c6 reset_control_bulk_acquire +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 0x02556aa8 i2c_add_numbered_adapter +EXPORT_SYMBOL_GPL vmlinux 0x02650da8 __regmap_init_spi +EXPORT_SYMBOL_GPL vmlinux 0x026e07d9 ata_scsi_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x027835c1 of_devfreq_cooling_register_power +EXPORT_SYMBOL_GPL vmlinux 0x028e26fd __fat_fs_error +EXPORT_SYMBOL_GPL vmlinux 0x029bfb6c gpiochip_get_desc +EXPORT_SYMBOL_GPL vmlinux 0x02a07036 __SCK__tp_func_neigh_event_send_done +EXPORT_SYMBOL_GPL vmlinux 0x02a6d304 crypto_unregister_algs +EXPORT_SYMBOL_GPL vmlinux 0x02ab3746 md_rdev_clear +EXPORT_SYMBOL_GPL vmlinux 0x02ac9105 kthread_func +EXPORT_SYMBOL_GPL vmlinux 0x02ad7f93 platform_unregister_drivers +EXPORT_SYMBOL_GPL vmlinux 0x02b6cad3 tps65912_device_exit +EXPORT_SYMBOL_GPL vmlinux 0x02b6f78a component_add +EXPORT_SYMBOL_GPL vmlinux 0x02b84efe __irq_set_handler +EXPORT_SYMBOL_GPL vmlinux 0x02bab11f vcap_rule_mod_action_u32 +EXPORT_SYMBOL_GPL vmlinux 0x02c45d3c serial8250_get_port +EXPORT_SYMBOL_GPL vmlinux 0x02c5c501 power_supply_find_ocv2cap_table +EXPORT_SYMBOL_GPL vmlinux 0x02c6a572 dev_pm_set_wake_irq +EXPORT_SYMBOL_GPL vmlinux 0x02e881be __traceiter_ata_bmdma_start +EXPORT_SYMBOL_GPL vmlinux 0x02ef4ad8 spi_bus_lock +EXPORT_SYMBOL_GPL vmlinux 0x030ac5b3 sdio_retune_crc_disable +EXPORT_SYMBOL_GPL vmlinux 0x030c09d9 sysfs_create_files +EXPORT_SYMBOL_GPL vmlinux 0x030cbca2 ata_id_xfermask +EXPORT_SYMBOL_GPL vmlinux 0x0312b3b0 reset_controller_add_lookup +EXPORT_SYMBOL_GPL vmlinux 0x032361e9 usb_role_switch_find_by_fwnode +EXPORT_SYMBOL_GPL vmlinux 0x032bfa90 xdp_return_frame +EXPORT_SYMBOL_GPL vmlinux 0x033832c7 usb_amd_hang_symptom_quirk +EXPORT_SYMBOL_GPL vmlinux 0x03406617 bus_unregister +EXPORT_SYMBOL_GPL vmlinux 0x0343bdf1 __i2c_board_list +EXPORT_SYMBOL_GPL vmlinux 0x0362f768 sysfs_chmod_file +EXPORT_SYMBOL_GPL vmlinux 0x036de383 perf_event_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0x0373766a sbitmap_queue_clear +EXPORT_SYMBOL_GPL vmlinux 0x03769a43 serdev_device_write_room +EXPORT_SYMBOL_GPL vmlinux 0x037f9002 phy_restore_page +EXPORT_SYMBOL_GPL vmlinux 0x0386a7c5 pci_max_pasids +EXPORT_SYMBOL_GPL vmlinux 0x03875d4f clk_hw_set_parent +EXPORT_SYMBOL_GPL vmlinux 0x03952887 ktime_add_safe +EXPORT_SYMBOL_GPL vmlinux 0x03afbf19 gnttab_unmap_refs_async +EXPORT_SYMBOL_GPL vmlinux 0x03b19501 pci_find_host_bridge +EXPORT_SYMBOL_GPL vmlinux 0x03b4035c fscrypt_parse_test_dummy_encryption +EXPORT_SYMBOL_GPL vmlinux 0x03c0ce6f bpf_trace_run11 +EXPORT_SYMBOL_GPL vmlinux 0x03c12dfe cancel_work_sync +EXPORT_SYMBOL_GPL vmlinux 0x03c1c035 acrn_remove_intr_handler +EXPORT_SYMBOL_GPL vmlinux 0x03c3d66f ata_pci_device_do_suspend +EXPORT_SYMBOL_GPL vmlinux 0x03ce7234 sched_smt_present +EXPORT_SYMBOL_GPL vmlinux 0x03e1fdd6 lp8788_write_byte +EXPORT_SYMBOL_GPL vmlinux 0x03ea2ef6 __rio_local_read_config_16 +EXPORT_SYMBOL_GPL vmlinux 0x0400ded8 bpf_prog_alloc +EXPORT_SYMBOL_GPL vmlinux 0x0402cbbf preempt_notifier_inc +EXPORT_SYMBOL_GPL vmlinux 0x0410b08c task_cls_state +EXPORT_SYMBOL_GPL vmlinux 0x0431089c crypto_unregister_alg +EXPORT_SYMBOL_GPL vmlinux 0x0432b951 devm_clk_hw_register +EXPORT_SYMBOL_GPL vmlinux 0x04523678 nexthop_for_each_fib6_nh +EXPORT_SYMBOL_GPL vmlinux 0x045aef31 __udp_enqueue_schedule_skb +EXPORT_SYMBOL_GPL vmlinux 0x0465a073 regmap_reg_in_ranges +EXPORT_SYMBOL_GPL vmlinux 0x0473ef8f crypto_remove_spawns +EXPORT_SYMBOL_GPL vmlinux 0x0486bcbb dmaengine_desc_set_metadata_len +EXPORT_SYMBOL_GPL vmlinux 0x04882a29 pin_user_pages_fast +EXPORT_SYMBOL_GPL vmlinux 0x048b5f8d twl4030_audio_get_mclk +EXPORT_SYMBOL_GPL vmlinux 0x0495dead __cpuhp_state_add_instance +EXPORT_SYMBOL_GPL vmlinux 0x049e5156 gnttab_try_end_foreign_access +EXPORT_SYMBOL_GPL vmlinux 0x04ad02ff iommu_iova_to_phys +EXPORT_SYMBOL_GPL vmlinux 0x04b303b4 __clocksource_update_freq_scale +EXPORT_SYMBOL_GPL vmlinux 0x04bf0092 io_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0x04c41c60 devlink_flash_update_status_notify +EXPORT_SYMBOL_GPL vmlinux 0x04c4f603 mpi_get_buffer +EXPORT_SYMBOL_GPL vmlinux 0x04c8aebf console_verbose +EXPORT_SYMBOL_GPL vmlinux 0x04d6aa30 PageHuge +EXPORT_SYMBOL_GPL vmlinux 0x04df8fbc lzo1x_decompress_safe +EXPORT_SYMBOL_GPL vmlinux 0x04eacadb usb_reset_endpoint +EXPORT_SYMBOL_GPL vmlinux 0x04ee10a1 ata_bmdma_setup +EXPORT_SYMBOL_GPL vmlinux 0x051085e3 lock_system_sleep +EXPORT_SYMBOL_GPL vmlinux 0x0511b2a4 virtio_reset_device +EXPORT_SYMBOL_GPL vmlinux 0x051840fe sock_diag_check_cookie +EXPORT_SYMBOL_GPL vmlinux 0x05188908 mmu_notifier_get_locked +EXPORT_SYMBOL_GPL vmlinux 0x051a0bc1 stack_depot_fetch +EXPORT_SYMBOL_GPL vmlinux 0x0521ed36 tty_put_char +EXPORT_SYMBOL_GPL vmlinux 0x052b4013 register_vmcore_cb +EXPORT_SYMBOL_GPL vmlinux 0x052c9aed ktime_get_real_fast_ns +EXPORT_SYMBOL_GPL vmlinux 0x052f561b page_cache_sync_ra +EXPORT_SYMBOL_GPL vmlinux 0x052fc448 powercap_unregister_zone +EXPORT_SYMBOL_GPL vmlinux 0x054e550b kernel_halt +EXPORT_SYMBOL_GPL vmlinux 0x05545180 nfs_ssc_client_tbl +EXPORT_SYMBOL_GPL vmlinux 0x05563760 usb_sg_init +EXPORT_SYMBOL_GPL vmlinux 0x0557bedb pwm_lpss_bxt_info +EXPORT_SYMBOL_GPL vmlinux 0x0582f852 device_move +EXPORT_SYMBOL_GPL vmlinux 0x05883efb __traceiter_suspend_resume +EXPORT_SYMBOL_GPL vmlinux 0x058f9366 apei_exec_collect_resources +EXPORT_SYMBOL_GPL vmlinux 0x05934e47 iommu_map_sg +EXPORT_SYMBOL_GPL vmlinux 0x05977e94 ata_sff_postreset +EXPORT_SYMBOL_GPL vmlinux 0x0599ccd9 pm_clk_remove_clk +EXPORT_SYMBOL_GPL vmlinux 0x059c2686 powercap_register_zone +EXPORT_SYMBOL_GPL vmlinux 0x059c7c5a mbox_controller_unregister +EXPORT_SYMBOL_GPL vmlinux 0x05a05a77 devm_pm_opp_set_config +EXPORT_SYMBOL_GPL vmlinux 0x05a36048 devl_resource_occ_get_unregister +EXPORT_SYMBOL_GPL vmlinux 0x05a540f7 rio_release_inb_dbell +EXPORT_SYMBOL_GPL vmlinux 0x05c3af50 dw_pcie_host_deinit +EXPORT_SYMBOL_GPL vmlinux 0x05deae11 crypto_stats_init +EXPORT_SYMBOL_GPL vmlinux 0x060b7855 gpiochip_generic_free +EXPORT_SYMBOL_GPL vmlinux 0x061336ae blocking_notifier_chain_register_unique_prio +EXPORT_SYMBOL_GPL vmlinux 0x06209f49 phy_lookup_setting +EXPORT_SYMBOL_GPL vmlinux 0x0626da5f od_unregister_powersave_bias_handler +EXPORT_SYMBOL_GPL vmlinux 0x062b89c4 ghes_unregister_report_chain +EXPORT_SYMBOL_GPL vmlinux 0x06301672 xfrm_audit_policy_add +EXPORT_SYMBOL_GPL vmlinux 0x0631903b pci_epc_mem_alloc_addr +EXPORT_SYMBOL_GPL vmlinux 0x06377d2c percpu_free_rwsem +EXPORT_SYMBOL_GPL vmlinux 0x063fd36d pinctrl_add_gpio_range +EXPORT_SYMBOL_GPL vmlinux 0x064db9a5 mark_mounts_for_expiry +EXPORT_SYMBOL_GPL vmlinux 0x0667a468 crypto_stats_akcipher_verify +EXPORT_SYMBOL_GPL vmlinux 0x06755461 xenbus_alloc_evtchn +EXPORT_SYMBOL_GPL vmlinux 0x0676aef7 __devm_irq_alloc_descs +EXPORT_SYMBOL_GPL vmlinux 0x0681eb14 devres_open_group +EXPORT_SYMBOL_GPL vmlinux 0x068393ab led_set_brightness +EXPORT_SYMBOL_GPL vmlinux 0x069bf810 devm_regulator_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x06a3a358 handle_bad_irq +EXPORT_SYMBOL_GPL vmlinux 0x06a4bb37 __fib_lookup +EXPORT_SYMBOL_GPL vmlinux 0x06a7759e badblocks_check +EXPORT_SYMBOL_GPL vmlinux 0x06a7d9f8 device_remove_software_node +EXPORT_SYMBOL_GPL vmlinux 0x06b48cc8 pci_sriov_configure_simple +EXPORT_SYMBOL_GPL vmlinux 0x06bc5d9f gpiod_set_consumer_name +EXPORT_SYMBOL_GPL vmlinux 0x06cca30b ring_buffer_record_off +EXPORT_SYMBOL_GPL vmlinux 0x06d041b2 cros_ec_get_sensor_count +EXPORT_SYMBOL_GPL vmlinux 0x06d1bf2d pinctrl_select_default_state +EXPORT_SYMBOL_GPL vmlinux 0x06f5e981 phy_gbit_all_ports_features +EXPORT_SYMBOL_GPL vmlinux 0x06f8d85a wakeup_source_unregister +EXPORT_SYMBOL_GPL vmlinux 0x0709a932 key_set_timeout +EXPORT_SYMBOL_GPL vmlinux 0x070e51c4 devm_clk_hw_register_fixed_factor +EXPORT_SYMBOL_GPL vmlinux 0x071ad756 of_hwspin_lock_get_id +EXPORT_SYMBOL_GPL vmlinux 0x07242d92 put_dax +EXPORT_SYMBOL_GPL vmlinux 0x0725662e phy_create_lookup +EXPORT_SYMBOL_GPL vmlinux 0x072deb2d bpf_trace_run1 +EXPORT_SYMBOL_GPL vmlinux 0x07354f27 phy_led_triggers_register +EXPORT_SYMBOL_GPL vmlinux 0x07378370 thermal_zone_get_offset +EXPORT_SYMBOL_GPL vmlinux 0x0738627b rdev_get_name +EXPORT_SYMBOL_GPL vmlinux 0x07483e13 cn_del_callback +EXPORT_SYMBOL_GPL vmlinux 0x074f98db synth_event_add_field +EXPORT_SYMBOL_GPL vmlinux 0x0756a31c register_platform_power_off +EXPORT_SYMBOL_GPL vmlinux 0x0761229b ping_seq_start +EXPORT_SYMBOL_GPL vmlinux 0x076356e7 sfp_may_have_phy +EXPORT_SYMBOL_GPL vmlinux 0x076d8588 edac_pci_add_device +EXPORT_SYMBOL_GPL vmlinux 0x077ca28a pm_clk_resume +EXPORT_SYMBOL_GPL vmlinux 0x0788a480 ata_scsi_port_error_handler +EXPORT_SYMBOL_GPL vmlinux 0x0791fd73 xenbus_register_driver_common +EXPORT_SYMBOL_GPL vmlinux 0x07a580c7 genphy_c45_read_link +EXPORT_SYMBOL_GPL vmlinux 0x07aba025 regmap_noinc_write +EXPORT_SYMBOL_GPL vmlinux 0x07ad6fcf i2c_client_type +EXPORT_SYMBOL_GPL vmlinux 0x07ae4227 blk_mq_freeze_queue_wait_timeout +EXPORT_SYMBOL_GPL vmlinux 0x07aec01e encrypt_blob +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 0x07b92564 watchdog_set_last_hw_keepalive +EXPORT_SYMBOL_GPL vmlinux 0x07bcdd0c skb_partial_csum_set +EXPORT_SYMBOL_GPL vmlinux 0x07be6905 net_inc_egress_queue +EXPORT_SYMBOL_GPL vmlinux 0x07c31111 iommu_group_get +EXPORT_SYMBOL_GPL vmlinux 0x07c6cefe tps65912_regmap_config +EXPORT_SYMBOL_GPL vmlinux 0x07ea7714 hrtimer_sleeper_start_expires +EXPORT_SYMBOL_GPL vmlinux 0x07ee8cfd bd_link_disk_holder +EXPORT_SYMBOL_GPL vmlinux 0x07f2ce53 __SCK__tp_func_cpu_frequency +EXPORT_SYMBOL_GPL vmlinux 0x07f4b183 relay_buf_full +EXPORT_SYMBOL_GPL vmlinux 0x07f97fc8 pci_remove_root_bus +EXPORT_SYMBOL_GPL vmlinux 0x08135613 dax_write_cache +EXPORT_SYMBOL_GPL vmlinux 0x081c687e pci_bus_max_busnr +EXPORT_SYMBOL_GPL vmlinux 0x0821b8c5 tcp_twsk_unique +EXPORT_SYMBOL_GPL vmlinux 0x082a24de alloc_io_pgtable_ops +EXPORT_SYMBOL_GPL vmlinux 0x083cbb60 irq_domain_create_legacy +EXPORT_SYMBOL_GPL vmlinux 0x0841b457 driver_register +EXPORT_SYMBOL_GPL vmlinux 0x08432264 pci_epc_stop +EXPORT_SYMBOL_GPL vmlinux 0x0848dac0 pm_clk_create +EXPORT_SYMBOL_GPL vmlinux 0x0852b8cc serdev_device_write +EXPORT_SYMBOL_GPL vmlinux 0x08555e7b rtnl_af_register +EXPORT_SYMBOL_GPL vmlinux 0x0863fae9 vp_modern_probe +EXPORT_SYMBOL_GPL vmlinux 0x0864dd25 device_remove_file_self +EXPORT_SYMBOL_GPL vmlinux 0x08735eac device_iommu_capable +EXPORT_SYMBOL_GPL vmlinux 0x0877a264 devl_port_register +EXPORT_SYMBOL_GPL vmlinux 0x0879ff96 regmap_get_reg_stride +EXPORT_SYMBOL_GPL vmlinux 0x087f5dc5 wm831x_of_match +EXPORT_SYMBOL_GPL vmlinux 0x088e8ff2 xenbus_dev_probe +EXPORT_SYMBOL_GPL vmlinux 0x08909749 pm_generic_runtime_resume +EXPORT_SYMBOL_GPL vmlinux 0x08a32d46 clk_divider_ops +EXPORT_SYMBOL_GPL vmlinux 0x08bc2d54 spi_controller_suspend +EXPORT_SYMBOL_GPL vmlinux 0x08c61932 devl_region_create +EXPORT_SYMBOL_GPL vmlinux 0x08c78cf7 offline_and_remove_memory +EXPORT_SYMBOL_GPL vmlinux 0x08cf2d6b ata_sff_lost_interrupt +EXPORT_SYMBOL_GPL vmlinux 0x08d06c5e phy_package_leave +EXPORT_SYMBOL_GPL vmlinux 0x09018b84 usb_init_urb +EXPORT_SYMBOL_GPL vmlinux 0x0907d14d blocking_notifier_chain_register +EXPORT_SYMBOL_GPL vmlinux 0x090a4e8b blk_queue_write_cache +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 0x0939c4fe blkg_conf_prep +EXPORT_SYMBOL_GPL vmlinux 0x0942cf35 user_update +EXPORT_SYMBOL_GPL vmlinux 0x095acc09 devm_hwmon_device_register_with_groups +EXPORT_SYMBOL_GPL vmlinux 0x096a7e6f x86_spec_ctrl_base +EXPORT_SYMBOL_GPL vmlinux 0x096f30f0 devlink_trap_report +EXPORT_SYMBOL_GPL vmlinux 0x0976822d sfp_get_module_eeprom_by_page +EXPORT_SYMBOL_GPL vmlinux 0x0979418b virtqueue_poll +EXPORT_SYMBOL_GPL vmlinux 0x097aa371 tty_buffer_set_limit +EXPORT_SYMBOL_GPL vmlinux 0x09951feb shash_ahash_finup +EXPORT_SYMBOL_GPL vmlinux 0x09b50cb7 dm_path_uevent +EXPORT_SYMBOL_GPL vmlinux 0x09b53e14 interval_tree_remove +EXPORT_SYMBOL_GPL vmlinux 0x09c53ba1 sched_set_normal +EXPORT_SYMBOL_GPL vmlinux 0x09caf225 msg_zerocopy_realloc +EXPORT_SYMBOL_GPL vmlinux 0x09d7c3c8 nvmem_device_get +EXPORT_SYMBOL_GPL vmlinux 0x09da1d0e inet6_sock_destruct +EXPORT_SYMBOL_GPL vmlinux 0x09e7407c umd_cleanup_helper +EXPORT_SYMBOL_GPL vmlinux 0x09f1b481 gpiod_get_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x0a007dcc regmap_field_alloc +EXPORT_SYMBOL_GPL vmlinux 0x0a030f35 dma_can_mmap +EXPORT_SYMBOL_GPL vmlinux 0x0a15b42a devfreq_get_devfreq_by_node +EXPORT_SYMBOL_GPL vmlinux 0x0a1d5a06 pwmchip_remove +EXPORT_SYMBOL_GPL vmlinux 0x0a1e14b8 pinctrl_select_state +EXPORT_SYMBOL_GPL vmlinux 0x0a21520f uart_try_toggle_sysrq +EXPORT_SYMBOL_GPL vmlinux 0x0a305b4a __tracepoint_ata_exec_command +EXPORT_SYMBOL_GPL vmlinux 0x0a38674e usb_hcd_end_port_resume +EXPORT_SYMBOL_GPL vmlinux 0x0a42d546 wm831x_device_shutdown +EXPORT_SYMBOL_GPL vmlinux 0x0a45e66b kpp_register_instance +EXPORT_SYMBOL_GPL vmlinux 0x0a466ecf device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x0a47553f tdx_kvm_hypercall +EXPORT_SYMBOL_GPL vmlinux 0x0a502c98 dmar_platform_optin +EXPORT_SYMBOL_GPL vmlinux 0x0a528a4e iomap_ioend_try_merge +EXPORT_SYMBOL_GPL vmlinux 0x0a52c511 hv_query_ext_cap +EXPORT_SYMBOL_GPL vmlinux 0x0a543d60 transport_destroy_device +EXPORT_SYMBOL_GPL vmlinux 0x0a5a526f vp_legacy_set_status +EXPORT_SYMBOL_GPL vmlinux 0x0a6a46ad regulator_list_voltage_pickable_linear_range +EXPORT_SYMBOL_GPL vmlinux 0x0a6bc1b3 badblocks_store +EXPORT_SYMBOL_GPL vmlinux 0x0a70f959 rcu_read_unlock_trace_special +EXPORT_SYMBOL_GPL vmlinux 0x0a710ae2 pci_epc_get +EXPORT_SYMBOL_GPL vmlinux 0x0a7555b8 crypto_stats_get +EXPORT_SYMBOL_GPL vmlinux 0x0a7b3088 md_run +EXPORT_SYMBOL_GPL vmlinux 0x0a8162a8 raw_v4_hashinfo +EXPORT_SYMBOL_GPL vmlinux 0x0a8c6b13 dw_pcie_wait_for_link +EXPORT_SYMBOL_GPL vmlinux 0x0a8dfa8f fb_deferred_io_open +EXPORT_SYMBOL_GPL vmlinux 0x0aa70424 ata_sff_data_xfer32 +EXPORT_SYMBOL_GPL vmlinux 0x0aacd768 ata_host_alloc_pinfo +EXPORT_SYMBOL_GPL vmlinux 0x0ab1cbdd nfct_btf_struct_access +EXPORT_SYMBOL_GPL vmlinux 0x0abdc439 cc_platform_has +EXPORT_SYMBOL_GPL vmlinux 0x0ac6d39b tty_release_struct +EXPORT_SYMBOL_GPL vmlinux 0x0acfb1df of_hte_req_count +EXPORT_SYMBOL_GPL vmlinux 0x0ad137d3 lpit_read_residency_count_address +EXPORT_SYMBOL_GPL vmlinux 0x0ad14edc usb_phy_set_charger_current +EXPORT_SYMBOL_GPL vmlinux 0x0ad8af2c __traceiter_ata_bmdma_status +EXPORT_SYMBOL_GPL vmlinux 0x0addc0e8 sk_psock_init +EXPORT_SYMBOL_GPL vmlinux 0x0ae0b1f0 class_compat_remove_link +EXPORT_SYMBOL_GPL vmlinux 0x0af383fc devm_init_badblocks +EXPORT_SYMBOL_GPL vmlinux 0x0b07abe2 unshare_fs_struct +EXPORT_SYMBOL_GPL vmlinux 0x0b1aa1bb mmu_interval_notifier_insert +EXPORT_SYMBOL_GPL vmlinux 0x0b1bb9f9 synchronize_rcu_tasks +EXPORT_SYMBOL_GPL vmlinux 0x0b209ace regmap_test_bits +EXPORT_SYMBOL_GPL vmlinux 0x0b2404b9 driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0x0b2db2d5 remove_resource +EXPORT_SYMBOL_GPL vmlinux 0x0b324e42 inet_csk_addr2sockaddr +EXPORT_SYMBOL_GPL vmlinux 0x0b32fdbe pm_generic_thaw_early +EXPORT_SYMBOL_GPL vmlinux 0x0b47bf01 rio_unmap_inb_region +EXPORT_SYMBOL_GPL vmlinux 0x0b52e502 apei_resources_add +EXPORT_SYMBOL_GPL vmlinux 0x0b69e104 pse_ethtool_get_status +EXPORT_SYMBOL_GPL vmlinux 0x0b6c19e4 pci_epc_set_bar +EXPORT_SYMBOL_GPL vmlinux 0x0b6f4207 usb_unpoison_urb +EXPORT_SYMBOL_GPL vmlinux 0x0b8156d8 perf_pmu_register +EXPORT_SYMBOL_GPL vmlinux 0x0b81e359 acpi_subsys_suspend_late +EXPORT_SYMBOL_GPL vmlinux 0x0b8340e7 pci_set_host_bridge_release +EXPORT_SYMBOL_GPL vmlinux 0x0b86c1d6 ata_ehi_push_desc +EXPORT_SYMBOL_GPL vmlinux 0x0b8c8a23 static_key_fast_inc_not_disabled +EXPORT_SYMBOL_GPL vmlinux 0x0ba09955 ip6_route_input_lookup +EXPORT_SYMBOL_GPL vmlinux 0x0bafcd59 __tracepoint_sched_overutilized_tp +EXPORT_SYMBOL_GPL vmlinux 0x0bbdc9b2 remove_memory +EXPORT_SYMBOL_GPL vmlinux 0x0bbeaeba uv_bios_enum_ports +EXPORT_SYMBOL_GPL vmlinux 0x0beb6b6f pci_enable_ats +EXPORT_SYMBOL_GPL vmlinux 0x0bf1d807 __pm_runtime_suspend +EXPORT_SYMBOL_GPL vmlinux 0x0bf5e18f ip6_sk_redirect +EXPORT_SYMBOL_GPL vmlinux 0x0c048a19 iomap_readahead +EXPORT_SYMBOL_GPL vmlinux 0x0c1f21c7 dma_mmap_noncontiguous +EXPORT_SYMBOL_GPL vmlinux 0x0c22420f gpiod_set_raw_array_value +EXPORT_SYMBOL_GPL vmlinux 0x0c2c5802 work_busy +EXPORT_SYMBOL_GPL vmlinux 0x0c32ff8a edac_pci_alloc_index +EXPORT_SYMBOL_GPL vmlinux 0x0c431e03 serial8250_do_set_ldisc +EXPORT_SYMBOL_GPL vmlinux 0x0c5eaa93 serdev_device_get_tiocm +EXPORT_SYMBOL_GPL vmlinux 0x0c651bce pci_reset_function_locked +EXPORT_SYMBOL_GPL vmlinux 0x0c6ed231 ehci_adjust_port_wakeup_flags +EXPORT_SYMBOL_GPL vmlinux 0x0c805ea3 pkcs7_parse_message +EXPORT_SYMBOL_GPL vmlinux 0x0c805f93 clflush_cache_range +EXPORT_SYMBOL_GPL vmlinux 0x0c88c1c3 pci_vpd_find_id_string +EXPORT_SYMBOL_GPL vmlinux 0x0c89ccd4 irq_domain_translate_onecell +EXPORT_SYMBOL_GPL vmlinux 0x0c8ef521 __tracepoint_sched_util_est_se_tp +EXPORT_SYMBOL_GPL vmlinux 0x0ca439a6 aead_register_instance +EXPORT_SYMBOL_GPL vmlinux 0x0cbe3ee2 software_node_unregister +EXPORT_SYMBOL_GPL vmlinux 0x0cc9d36c iommu_group_claim_dma_owner +EXPORT_SYMBOL_GPL vmlinux 0x0ceb7575 simple_attr_open +EXPORT_SYMBOL_GPL vmlinux 0x0cfe59cb hyperv_fill_flush_guest_mapping_list +EXPORT_SYMBOL_GPL vmlinux 0x0d09285a clk_gate_ops +EXPORT_SYMBOL_GPL vmlinux 0x0d391fe9 devm_regulator_get_enable_optional +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 0x0d5bc6a8 acpi_device_uevent_modalias +EXPORT_SYMBOL_GPL vmlinux 0x0d5cecc6 ima_measure_critical_data +EXPORT_SYMBOL_GPL vmlinux 0x0d6a49d4 tcp_memory_per_cpu_fw_alloc +EXPORT_SYMBOL_GPL vmlinux 0x0d997cc6 key_type_user +EXPORT_SYMBOL_GPL vmlinux 0x0dd3968d usb_deregister +EXPORT_SYMBOL_GPL vmlinux 0x0ddadea2 __SCT__tp_func_pelt_thermal_tp +EXPORT_SYMBOL_GPL vmlinux 0x0ddb1cd7 llist_reverse_order +EXPORT_SYMBOL_GPL vmlinux 0x0e007edf xen_evtchn_nr_channels +EXPORT_SYMBOL_GPL vmlinux 0x0e04f763 regulator_set_voltage_sel_pickable_regmap +EXPORT_SYMBOL_GPL vmlinux 0x0e0a8c0a bpf_trace_run5 +EXPORT_SYMBOL_GPL vmlinux 0x0e0c6a7d crypto_dh_encode_key +EXPORT_SYMBOL_GPL vmlinux 0x0e1194d5 hrtimer_try_to_cancel +EXPORT_SYMBOL_GPL vmlinux 0x0e13cb4d apei_resources_release +EXPORT_SYMBOL_GPL vmlinux 0x0e1fc8ef __SCT__tp_func_non_standard_event +EXPORT_SYMBOL_GPL vmlinux 0x0e2c58bd sock_prot_inuse_get +EXPORT_SYMBOL_GPL vmlinux 0x0e307fa2 platform_msi_domain_free_irqs +EXPORT_SYMBOL_GPL vmlinux 0x0e31ab9e serial8250_do_shutdown +EXPORT_SYMBOL_GPL vmlinux 0x0e34cd0a netdev_walk_all_upper_dev_rcu +EXPORT_SYMBOL_GPL vmlinux 0x0e39ad8c find_get_pid +EXPORT_SYMBOL_GPL vmlinux 0x0e3bc559 serial8250_do_set_divisor +EXPORT_SYMBOL_GPL vmlinux 0x0e3fdf2c device_link_del +EXPORT_SYMBOL_GPL vmlinux 0x0e419838 fuse_dev_fiq_ops +EXPORT_SYMBOL_GPL vmlinux 0x0e4bd815 debugfs_attr_read +EXPORT_SYMBOL_GPL vmlinux 0x0e5cc9d7 xdp_unreg_mem_model +EXPORT_SYMBOL_GPL vmlinux 0x0e6b79af static_key_disable_cpuslocked +EXPORT_SYMBOL_GPL vmlinux 0x0e7884a3 blk_mq_start_stopped_hw_queue +EXPORT_SYMBOL_GPL vmlinux 0x0e7eff1a crypto_unregister_shashes +EXPORT_SYMBOL_GPL vmlinux 0x0e801f3b proc_create_net_single_write +EXPORT_SYMBOL_GPL vmlinux 0x0ea0cc0f ip6_route_lookup +EXPORT_SYMBOL_GPL vmlinux 0x0ea5cbce xen_irq_lateeoi +EXPORT_SYMBOL_GPL vmlinux 0x0ea6a6a0 iomap_release_folio +EXPORT_SYMBOL_GPL vmlinux 0x0eb18f49 __traceiter_sched_overutilized_tp +EXPORT_SYMBOL_GPL vmlinux 0x0ebb03a4 devlink_trap_groups_unregister +EXPORT_SYMBOL_GPL vmlinux 0x0ec096b0 hv_read_reference_counter +EXPORT_SYMBOL_GPL vmlinux 0x0ecfea88 btf_type_by_id +EXPORT_SYMBOL_GPL vmlinux 0x0ed6d2d5 blk_mq_unquiesce_tagset +EXPORT_SYMBOL_GPL vmlinux 0x0eeae3e8 key_type_encrypted +EXPORT_SYMBOL_GPL vmlinux 0x0ef3aa21 acpi_bus_trim +EXPORT_SYMBOL_GPL vmlinux 0x0ef567f9 pci_iov_virtfn_devfn +EXPORT_SYMBOL_GPL vmlinux 0x0ef596bc ip_local_out +EXPORT_SYMBOL_GPL vmlinux 0x0ef98eda irq_domain_get_irq_data +EXPORT_SYMBOL_GPL vmlinux 0x0f023364 screen_glyph +EXPORT_SYMBOL_GPL vmlinux 0x0f0a44aa xenbus_read_otherend_details +EXPORT_SYMBOL_GPL vmlinux 0x0f0b21fe pm_trace_rtc_abused +EXPORT_SYMBOL_GPL vmlinux 0x0f108bf0 __xenmem_reservation_va_mapping_update +EXPORT_SYMBOL_GPL vmlinux 0x0f137375 __class_create +EXPORT_SYMBOL_GPL vmlinux 0x0f17aea6 percpu_is_read_locked +EXPORT_SYMBOL_GPL vmlinux 0x0f180070 ring_buffer_free_read_page +EXPORT_SYMBOL_GPL vmlinux 0x0f2191c1 trace_event_buffer_commit +EXPORT_SYMBOL_GPL vmlinux 0x0f2d7d87 mce_unregister_decode_chain +EXPORT_SYMBOL_GPL vmlinux 0x0f2ec48b clk_hw_get_num_parents +EXPORT_SYMBOL_GPL vmlinux 0x0f3862bd devm_extcon_dev_allocate +EXPORT_SYMBOL_GPL vmlinux 0x0f39f41b vfs_listxattr +EXPORT_SYMBOL_GPL vmlinux 0x0f3f1c70 ethnl_cable_test_free +EXPORT_SYMBOL_GPL vmlinux 0x0f631f19 skb_send_sock_locked +EXPORT_SYMBOL_GPL vmlinux 0x0f6c7f65 pm_generic_restore_early +EXPORT_SYMBOL_GPL vmlinux 0x0f72ada1 acpi_dev_resource_io +EXPORT_SYMBOL_GPL vmlinux 0x0f76aef0 devm_regulator_bulk_get_enable +EXPORT_SYMBOL_GPL vmlinux 0x0f7ca236 dmi_memdev_name +EXPORT_SYMBOL_GPL vmlinux 0x0f82f1f3 event_triggers_call +EXPORT_SYMBOL_GPL vmlinux 0x0f9fc04e uv_get_archtype +EXPORT_SYMBOL_GPL vmlinux 0x0fac62b2 i2c_acpi_find_bus_speed +EXPORT_SYMBOL_GPL vmlinux 0x0fb445a4 led_sysfs_disable +EXPORT_SYMBOL_GPL vmlinux 0x0fb6134e __phy_modify_mmd +EXPORT_SYMBOL_GPL vmlinux 0x0fba40a8 acpi_device_update_power +EXPORT_SYMBOL_GPL vmlinux 0x0fbb7344 memremap_compat_align +EXPORT_SYMBOL_GPL vmlinux 0x0fbc0c0e xas_pause +EXPORT_SYMBOL_GPL vmlinux 0x0fbe7445 __SCK__tp_func_neigh_update +EXPORT_SYMBOL_GPL vmlinux 0x0fc37562 amd_smn_read +EXPORT_SYMBOL_GPL vmlinux 0x0fc5e656 dm_post_suspending +EXPORT_SYMBOL_GPL vmlinux 0x0fcb08b7 crypto_alloc_kpp +EXPORT_SYMBOL_GPL vmlinux 0x0fcc1969 copy_from_user_nmi +EXPORT_SYMBOL_GPL vmlinux 0x0fd4610e kmem_dump_obj +EXPORT_SYMBOL_GPL vmlinux 0x0fe56645 dev_pm_get_subsys_data +EXPORT_SYMBOL_GPL vmlinux 0x10091b7b sbitmap_add_wait_queue +EXPORT_SYMBOL_GPL vmlinux 0x1010adf7 sysfs_remove_bin_file +EXPORT_SYMBOL_GPL vmlinux 0x10138352 tracing_on +EXPORT_SYMBOL_GPL vmlinux 0x10172c28 led_classdev_suspend +EXPORT_SYMBOL_GPL vmlinux 0x102cbc7d tty_buffer_request_room +EXPORT_SYMBOL_GPL vmlinux 0x1038b96f adxl_get_component_names +EXPORT_SYMBOL_GPL vmlinux 0x10599a80 pci_stop_and_remove_bus_device_locked +EXPORT_SYMBOL_GPL vmlinux 0x106787bf cgroup_get_e_css +EXPORT_SYMBOL_GPL vmlinux 0x108a0acd bstr_printf +EXPORT_SYMBOL_GPL vmlinux 0x109b941a icc_get_name +EXPORT_SYMBOL_GPL vmlinux 0x10a549f9 mctrl_gpio_free +EXPORT_SYMBOL_GPL vmlinux 0x10b89330 crypto_has_shash +EXPORT_SYMBOL_GPL vmlinux 0x10ce7c84 unix_inq_len +EXPORT_SYMBOL_GPL vmlinux 0x10d9f317 stack_depot_init +EXPORT_SYMBOL_GPL vmlinux 0x10ddd0cb __SCT__perf_lopwr_cb +EXPORT_SYMBOL_GPL vmlinux 0x10e10e59 usb_hub_find_child +EXPORT_SYMBOL_GPL vmlinux 0x10e6ac71 dst_cache_get_ip4 +EXPORT_SYMBOL_GPL vmlinux 0x10e78c6c __tracepoint_extlog_mem_event +EXPORT_SYMBOL_GPL vmlinux 0x10e9091b agp_add_bridge +EXPORT_SYMBOL_GPL vmlinux 0x10ecc52c usb_amd_quirk_pll_enable +EXPORT_SYMBOL_GPL vmlinux 0x110106c1 cper_severity_to_aer +EXPORT_SYMBOL_GPL vmlinux 0x110107af param_ops_bool_enable_only +EXPORT_SYMBOL_GPL vmlinux 0x111af71b alarmtimer_get_rtcdev +EXPORT_SYMBOL_GPL vmlinux 0x112636a6 usb_create_hcd +EXPORT_SYMBOL_GPL vmlinux 0x11310813 __traceiter_kfree_skb +EXPORT_SYMBOL_GPL vmlinux 0x1135daff intel_pinctrl_get_soc_data +EXPORT_SYMBOL_GPL vmlinux 0x116180b5 hv_current_partition_id +EXPORT_SYMBOL_GPL vmlinux 0x116b5ad9 iomap_swapfile_activate +EXPORT_SYMBOL_GPL vmlinux 0x11762896 irq_chip_get_parent_state +EXPORT_SYMBOL_GPL vmlinux 0x117e0b83 __devres_alloc_node +EXPORT_SYMBOL_GPL vmlinux 0x118a184d ata_cable_ignore +EXPORT_SYMBOL_GPL vmlinux 0x1192fe01 metadata_dst_alloc_percpu +EXPORT_SYMBOL_GPL vmlinux 0x11b25c79 irq_gc_mask_disable_reg +EXPORT_SYMBOL_GPL vmlinux 0x11cebba6 dev_pm_opp_get_supplies +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 0x120018c6 driver_remove_file +EXPORT_SYMBOL_GPL vmlinux 0x12004f0e skb_cow_data +EXPORT_SYMBOL_GPL vmlinux 0x12005402 reset_control_get_count +EXPORT_SYMBOL_GPL vmlinux 0x12056e53 mas_store_gfp +EXPORT_SYMBOL_GPL vmlinux 0x1210b0b6 scsi_nl_sock +EXPORT_SYMBOL_GPL vmlinux 0x1210dd3b pinctrl_utils_free_map +EXPORT_SYMBOL_GPL vmlinux 0x121206e4 regulator_bulk_get +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 0x123539c9 acpi_initialize_hp_context +EXPORT_SYMBOL_GPL vmlinux 0x1235961d xfrm_output +EXPORT_SYMBOL_GPL vmlinux 0x124fdf86 ncsi_start_dev +EXPORT_SYMBOL_GPL vmlinux 0x1258ddd4 page_endio +EXPORT_SYMBOL_GPL vmlinux 0x12624af4 __regmap_init +EXPORT_SYMBOL_GPL vmlinux 0x1268e90d wwan_get_debugfs_dir +EXPORT_SYMBOL_GPL vmlinux 0x127c109b __SCT__tp_func_suspend_resume +EXPORT_SYMBOL_GPL vmlinux 0x127c1ba7 net_ns_type_operations +EXPORT_SYMBOL_GPL vmlinux 0x1283dbb1 buffer_migrate_folio_norefs +EXPORT_SYMBOL_GPL vmlinux 0x128a7397 clkdev_hw_create +EXPORT_SYMBOL_GPL vmlinux 0x128a9b2b spi_target_abort +EXPORT_SYMBOL_GPL vmlinux 0x128f22d9 devlink_port_type_ib_set +EXPORT_SYMBOL_GPL vmlinux 0x129177a8 sock_gen_put +EXPORT_SYMBOL_GPL vmlinux 0x12a7216e xen_xenbus_fops +EXPORT_SYMBOL_GPL vmlinux 0x12b79e06 acpiphp_unregister_attention +EXPORT_SYMBOL_GPL vmlinux 0x12be3f59 __clk_hw_register_gate +EXPORT_SYMBOL_GPL vmlinux 0x12d1035c nvmem_device_cell_read +EXPORT_SYMBOL_GPL vmlinux 0x12d6b20d thermal_zone_device_enable +EXPORT_SYMBOL_GPL vmlinux 0x12d7941e ndo_dflt_bridge_getlink +EXPORT_SYMBOL_GPL vmlinux 0x12db3a8b kvm_clock +EXPORT_SYMBOL_GPL vmlinux 0x12e285ec is_uv_system +EXPORT_SYMBOL_GPL vmlinux 0x12ee1173 memory_group_unregister +EXPORT_SYMBOL_GPL vmlinux 0x12f1409c inet_csk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0x12fa1205 __traceiter_detach_device_from_domain +EXPORT_SYMBOL_GPL vmlinux 0x1307b283 alloc_dax_region +EXPORT_SYMBOL_GPL vmlinux 0x13080084 is_virtio_device +EXPORT_SYMBOL_GPL vmlinux 0x13090724 add_vmfork_randomness +EXPORT_SYMBOL_GPL vmlinux 0x130a1d0f devlink_params_register +EXPORT_SYMBOL_GPL vmlinux 0x130f62f7 crypto_register_ahashes +EXPORT_SYMBOL_GPL vmlinux 0x13101b5e lwtunnel_state_alloc +EXPORT_SYMBOL_GPL vmlinux 0x131a5ed7 regmap_del_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0x131bf1ac rio_request_mport_dma +EXPORT_SYMBOL_GPL vmlinux 0x131db64a system_long_wq +EXPORT_SYMBOL_GPL vmlinux 0x133969d7 __trace_printk +EXPORT_SYMBOL_GPL vmlinux 0x133e3a5d switchdev_handle_port_obj_del_foreign +EXPORT_SYMBOL_GPL vmlinux 0x136209db power_supply_reg_notifier +EXPORT_SYMBOL_GPL vmlinux 0x1362adb8 __skb_zcopy_downgrade_managed +EXPORT_SYMBOL_GPL vmlinux 0x136b56be syscon_regmap_lookup_by_phandle_optional +EXPORT_SYMBOL_GPL vmlinux 0x136ed2f2 ata_acpi_gtm_xfermask +EXPORT_SYMBOL_GPL vmlinux 0x138aff76 gnttab_init +EXPORT_SYMBOL_GPL vmlinux 0x138d3346 tcp_reno_ssthresh +EXPORT_SYMBOL_GPL vmlinux 0x138e0957 dax_write_cache_enabled +EXPORT_SYMBOL_GPL vmlinux 0x1394d032 __mt_destroy +EXPORT_SYMBOL_GPL vmlinux 0x13ad017c fpu_swap_kvm_fpstate +EXPORT_SYMBOL_GPL vmlinux 0x13adc8fa perf_aux_output_flag +EXPORT_SYMBOL_GPL vmlinux 0x13b2f397 pci_assign_unassigned_bus_resources +EXPORT_SYMBOL_GPL vmlinux 0x13bf5dba usb_phy_get_charger_current +EXPORT_SYMBOL_GPL vmlinux 0x13c36f0e __hwspin_unlock +EXPORT_SYMBOL_GPL vmlinux 0x13ce87e8 asn1_ber_decoder +EXPORT_SYMBOL_GPL vmlinux 0x13cf93d2 usb_get_descriptor +EXPORT_SYMBOL_GPL vmlinux 0x13ed8784 sdev_evt_alloc +EXPORT_SYMBOL_GPL vmlinux 0x13f2594c blk_rq_unprep_clone +EXPORT_SYMBOL_GPL vmlinux 0x13fab921 cpuidle_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0x1403ad09 cpufreq_add_update_util_hook +EXPORT_SYMBOL_GPL vmlinux 0x1407e312 gpiod_set_config +EXPORT_SYMBOL_GPL vmlinux 0x141f38bf ktime_get_raw_fast_ns +EXPORT_SYMBOL_GPL vmlinux 0x1428b9f9 dm_start_time_ns_from_clone +EXPORT_SYMBOL_GPL vmlinux 0x142fda15 get_pid_task +EXPORT_SYMBOL_GPL vmlinux 0x1432f108 ip6_push_pending_frames +EXPORT_SYMBOL_GPL vmlinux 0x143f6132 fib_add_nexthop +EXPORT_SYMBOL_GPL vmlinux 0x144a5c77 rio_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0x145032ec bpf_event_output +EXPORT_SYMBOL_GPL vmlinux 0x146626a0 mas_find_rev +EXPORT_SYMBOL_GPL vmlinux 0x146cc88f bpf_master_redirect_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0x1475d603 xstate_get_guest_group_perm +EXPORT_SYMBOL_GPL vmlinux 0x14793736 ipv6_opt_accepted +EXPORT_SYMBOL_GPL vmlinux 0x14a1aa8e dm_noflush_suspending +EXPORT_SYMBOL_GPL vmlinux 0x14a644fd crypto_register_acomps +EXPORT_SYMBOL_GPL vmlinux 0x14b487cc usb_deregister_dev +EXPORT_SYMBOL_GPL vmlinux 0x14b7a68b __platform_driver_register +EXPORT_SYMBOL_GPL vmlinux 0x14ba8a55 nfs42_ssc_register +EXPORT_SYMBOL_GPL vmlinux 0x14bc0d9d da903x_read +EXPORT_SYMBOL_GPL vmlinux 0x14beb944 led_put +EXPORT_SYMBOL_GPL vmlinux 0x14bfe727 regulator_enable_regmap +EXPORT_SYMBOL_GPL vmlinux 0x14d05d7c mbox_request_channel +EXPORT_SYMBOL_GPL vmlinux 0x14d2f7a2 dequeue_signal +EXPORT_SYMBOL_GPL vmlinux 0x14d6d29d irq_chip_unmask_parent +EXPORT_SYMBOL_GPL vmlinux 0x14ec4fdb evtchn_put +EXPORT_SYMBOL_GPL vmlinux 0x1501928e usb_acpi_set_power_state +EXPORT_SYMBOL_GPL vmlinux 0x15021b4a xa_delete_node +EXPORT_SYMBOL_GPL vmlinux 0x1506b27f devm_regulator_get +EXPORT_SYMBOL_GPL vmlinux 0x1507a67f devm_spi_mem_dirmap_destroy +EXPORT_SYMBOL_GPL vmlinux 0x150ffeeb i2c_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0x1525c2da transport_add_device +EXPORT_SYMBOL_GPL vmlinux 0x1527fe4a dev_get_tstats64 +EXPORT_SYMBOL_GPL vmlinux 0x15300bb2 vp_modern_get_queue_enable +EXPORT_SYMBOL_GPL vmlinux 0x1533a1aa blk_crypto_register +EXPORT_SYMBOL_GPL vmlinux 0x1536f825 ata_port_abort +EXPORT_SYMBOL_GPL vmlinux 0x153af7cd class_unregister +EXPORT_SYMBOL_GPL vmlinux 0x153b60a6 klist_del +EXPORT_SYMBOL_GPL vmlinux 0x15510a89 devlink_fmsg_binary_put +EXPORT_SYMBOL_GPL vmlinux 0x156e8afe __SCT__tp_func_fib6_table_lookup +EXPORT_SYMBOL_GPL vmlinux 0x157089e6 usb_add_phy_dev +EXPORT_SYMBOL_GPL vmlinux 0x1570c9eb extcon_set_property_capability +EXPORT_SYMBOL_GPL vmlinux 0x157224b2 blk_mark_disk_dead +EXPORT_SYMBOL_GPL vmlinux 0x15886f48 hte_disable_ts +EXPORT_SYMBOL_GPL vmlinux 0x15914275 inode_dax +EXPORT_SYMBOL_GPL vmlinux 0x1594cace ping_hash +EXPORT_SYMBOL_GPL vmlinux 0x1597f042 usb_alloc_coherent +EXPORT_SYMBOL_GPL vmlinux 0x159d5a81 devlink_resource_occ_get_register +EXPORT_SYMBOL_GPL vmlinux 0x15aac025 fuse_conn_get +EXPORT_SYMBOL_GPL vmlinux 0x15ade1cc filter_irq_stacks +EXPORT_SYMBOL_GPL vmlinux 0x15ba763b tty_ldisc_ref_wait +EXPORT_SYMBOL_GPL vmlinux 0x15bad210 sata_port_ops +EXPORT_SYMBOL_GPL vmlinux 0x15bd7435 psi_memstall_leave +EXPORT_SYMBOL_GPL vmlinux 0x15c8e8e4 noop_direct_IO +EXPORT_SYMBOL_GPL vmlinux 0x15cac9d2 usb_reset_configuration +EXPORT_SYMBOL_GPL vmlinux 0x15d45af0 serial8250_em485_destroy +EXPORT_SYMBOL_GPL vmlinux 0x15d9f1e3 hwspin_lock_register +EXPORT_SYMBOL_GPL vmlinux 0x15ea2648 hwpoison_filter_flags_mask +EXPORT_SYMBOL_GPL vmlinux 0x1601bb22 usb_hub_clear_tt_buffer +EXPORT_SYMBOL_GPL vmlinux 0x16031f01 icc_node_add +EXPORT_SYMBOL_GPL vmlinux 0x160df330 mctrl_gpio_init_noauto +EXPORT_SYMBOL_GPL vmlinux 0x160f334d acpi_subsys_runtime_suspend +EXPORT_SYMBOL_GPL vmlinux 0x16106c0d __mmu_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0x161ec82e regulator_set_current_limit_regmap +EXPORT_SYMBOL_GPL vmlinux 0x161ef7b4 devm_clk_hw_get_clk +EXPORT_SYMBOL_GPL vmlinux 0x163111ea acpi_device_get_match_data +EXPORT_SYMBOL_GPL vmlinux 0x163eef05 tps6586x_writes +EXPORT_SYMBOL_GPL vmlinux 0x16422a6e xdp_reg_mem_model +EXPORT_SYMBOL_GPL vmlinux 0x16516798 osc_pc_lpi_support_confirmed +EXPORT_SYMBOL_GPL vmlinux 0x165ab8cd __xdp_rxq_info_reg +EXPORT_SYMBOL_GPL vmlinux 0x165b0584 devm_kstrdup +EXPORT_SYMBOL_GPL vmlinux 0x165ce070 vp_legacy_get_queue_enable +EXPORT_SYMBOL_GPL vmlinux 0x16664fd3 sched_numa_find_nth_cpu +EXPORT_SYMBOL_GPL vmlinux 0x166db1b5 sched_clock_idle_wakeup_event +EXPORT_SYMBOL_GPL vmlinux 0x167d7113 acpi_bus_register_early_device +EXPORT_SYMBOL_GPL vmlinux 0x1683c858 clk_hw_rate_is_protected +EXPORT_SYMBOL_GPL vmlinux 0x16876d60 __tracepoint_detach_device_from_domain +EXPORT_SYMBOL_GPL vmlinux 0x1687ec20 tty_get_frame_size +EXPORT_SYMBOL_GPL vmlinux 0x16906043 tty_port_install +EXPORT_SYMBOL_GPL vmlinux 0x1690b503 usb_role_switch_get_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x16970a75 filemap_add_folio +EXPORT_SYMBOL_GPL vmlinux 0x16a91116 pcc_mbox_free_channel +EXPORT_SYMBOL_GPL vmlinux 0x16aaba68 bus_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x16abbc92 ftrace_ops_set_global_filter +EXPORT_SYMBOL_GPL vmlinux 0x16b54030 ata_pci_sff_init_one +EXPORT_SYMBOL_GPL vmlinux 0x16ba5d74 pci_device_is_present +EXPORT_SYMBOL_GPL vmlinux 0x16c129b1 __traceiter_udp_fail_queue_rcv_skb +EXPORT_SYMBOL_GPL vmlinux 0x16c2eaf2 scsi_dh_attach +EXPORT_SYMBOL_GPL vmlinux 0x16d45ecc xenbus_free_evtchn +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 0x16ff5835 pci_check_and_mask_intx +EXPORT_SYMBOL_GPL vmlinux 0x170cc36c put_timespec64 +EXPORT_SYMBOL_GPL vmlinux 0x170e7f4e proc_create_net_data +EXPORT_SYMBOL_GPL vmlinux 0x171561ee md_account_bio +EXPORT_SYMBOL_GPL vmlinux 0x171ba7cf blk_stat_enable_accounting +EXPORT_SYMBOL_GPL vmlinux 0x17367786 rio_dma_prep_xfer +EXPORT_SYMBOL_GPL vmlinux 0x17388eca gpiod_get_optional +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 0x17534857 regulator_set_voltage_time_sel +EXPORT_SYMBOL_GPL vmlinux 0x175d5683 power_supply_register +EXPORT_SYMBOL_GPL vmlinux 0x175ef2c1 ehci_init_driver +EXPORT_SYMBOL_GPL vmlinux 0x176031a7 devlink_fmsg_string_put +EXPORT_SYMBOL_GPL vmlinux 0x17614bf3 apei_resources_sub +EXPORT_SYMBOL_GPL vmlinux 0x176491ec of_pse_control_get +EXPORT_SYMBOL_GPL vmlinux 0x176adf76 xenmem_reservation_decrease +EXPORT_SYMBOL_GPL vmlinux 0x177c338d twl_get_version +EXPORT_SYMBOL_GPL vmlinux 0x177f8ae8 __root_device_register +EXPORT_SYMBOL_GPL vmlinux 0x1792efc1 skb_mpls_dec_ttl +EXPORT_SYMBOL_GPL vmlinux 0x17add64b gdt_page +EXPORT_SYMBOL_GPL vmlinux 0x17af0e20 ata_acpi_gtm +EXPORT_SYMBOL_GPL vmlinux 0x17b3f5c5 nf_ct_hook +EXPORT_SYMBOL_GPL vmlinux 0x17ccb561 pci_epc_raise_irq +EXPORT_SYMBOL_GPL vmlinux 0x17df42e2 raw_v6_match +EXPORT_SYMBOL_GPL vmlinux 0x17e01f11 erst_clear +EXPORT_SYMBOL_GPL vmlinux 0x17eb0cea gpiochip_add_data_with_key +EXPORT_SYMBOL_GPL vmlinux 0x18008c59 ring_buffer_resize +EXPORT_SYMBOL_GPL vmlinux 0x1801a857 blk_mq_alloc_sq_tag_set +EXPORT_SYMBOL_GPL vmlinux 0x18041971 kern_mount +EXPORT_SYMBOL_GPL vmlinux 0x18142c65 iommu_domain_alloc +EXPORT_SYMBOL_GPL vmlinux 0x181b832d get_cpu_device +EXPORT_SYMBOL_GPL vmlinux 0x181cc3f9 scsi_host_unblock +EXPORT_SYMBOL_GPL vmlinux 0x182bd0bf __SCK__tp_func_rpm_resume +EXPORT_SYMBOL_GPL vmlinux 0x182e2f09 cn_netlink_send_mult +EXPORT_SYMBOL_GPL vmlinux 0x18428692 __cookie_v6_init_sequence +EXPORT_SYMBOL_GPL vmlinux 0x184498b7 tracepoint_probe_unregister +EXPORT_SYMBOL_GPL vmlinux 0x184647b5 device_get_child_node_count +EXPORT_SYMBOL_GPL vmlinux 0x18466186 trace_event_ignore_this_pid +EXPORT_SYMBOL_GPL vmlinux 0x18547482 class_remove_file_ns +EXPORT_SYMBOL_GPL vmlinux 0x18582826 amd_pmu_disable_virt +EXPORT_SYMBOL_GPL vmlinux 0x18615d35 efivar_supports_writes +EXPORT_SYMBOL_GPL vmlinux 0x186349f6 dev_pm_opp_find_bw_floor +EXPORT_SYMBOL_GPL vmlinux 0x18855039 genphy_c45_fast_retrain +EXPORT_SYMBOL_GPL vmlinux 0x18a3d978 usb_hcd_pci_remove +EXPORT_SYMBOL_GPL vmlinux 0x18b04f20 usb_free_urb +EXPORT_SYMBOL_GPL vmlinux 0x18b2790f uv_bios_obj_count +EXPORT_SYMBOL_GPL vmlinux 0x18be0f8f pinctrl_register_and_init +EXPORT_SYMBOL_GPL vmlinux 0x18c5a734 xhci_get_ep_ctx +EXPORT_SYMBOL_GPL vmlinux 0x18c7ae35 scsi_dh_set_params +EXPORT_SYMBOL_GPL vmlinux 0x18e4f8aa swphy_read_reg +EXPORT_SYMBOL_GPL vmlinux 0x18e994f4 cpufreq_generic_attr +EXPORT_SYMBOL_GPL vmlinux 0x18fb2caf cpus_read_unlock +EXPORT_SYMBOL_GPL vmlinux 0x1904cf9a __dev_fwnode_const +EXPORT_SYMBOL_GPL vmlinux 0x191d5690 __hwspin_lock_timeout +EXPORT_SYMBOL_GPL vmlinux 0x1927f7fa tracepoint_srcu +EXPORT_SYMBOL_GPL vmlinux 0x193a6488 switchdev_port_obj_del +EXPORT_SYMBOL_GPL vmlinux 0x193dfdf6 klp_get_prev_state +EXPORT_SYMBOL_GPL vmlinux 0x193e9e01 skb_zerocopy_headlen +EXPORT_SYMBOL_GPL vmlinux 0x194dcde1 devm_gpio_request_one +EXPORT_SYMBOL_GPL vmlinux 0x196614ce hw_breakpoint_restore +EXPORT_SYMBOL_GPL vmlinux 0x1969e939 ata_host_activate +EXPORT_SYMBOL_GPL vmlinux 0x196f657c fib_rules_register +EXPORT_SYMBOL_GPL vmlinux 0x198180dd efivars_kobject +EXPORT_SYMBOL_GPL vmlinux 0x1982244d icc_enable +EXPORT_SYMBOL_GPL vmlinux 0x1988aa52 sdio_writeb +EXPORT_SYMBOL_GPL vmlinux 0x1997e28e devlink_alloc_ns +EXPORT_SYMBOL_GPL vmlinux 0x1999b438 lwtunnel_fill_encap +EXPORT_SYMBOL_GPL vmlinux 0x199c4833 __irq_apply_affinity_hint +EXPORT_SYMBOL_GPL vmlinux 0x19a304ba usb_disabled +EXPORT_SYMBOL_GPL vmlinux 0x19a6629c proc_create_net_data_write +EXPORT_SYMBOL_GPL vmlinux 0x19a6a143 tpm_pcr_extend +EXPORT_SYMBOL_GPL vmlinux 0x19c01e40 da903x_set_bits +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 0x19f33626 nf_ctnetlink_has_listener +EXPORT_SYMBOL_GPL vmlinux 0x19f5197c ata_bmdma_port_ops +EXPORT_SYMBOL_GPL vmlinux 0x1a058819 ata_sff_dev_classify +EXPORT_SYMBOL_GPL vmlinux 0x1a10c32b crypto_ft_tab +EXPORT_SYMBOL_GPL vmlinux 0x1a146ec3 usb_ep_type_string +EXPORT_SYMBOL_GPL vmlinux 0x1a32a70c dev_pm_opp_is_turbo +EXPORT_SYMBOL_GPL vmlinux 0x1a39dd6c dw_pcie_own_conf_map_bus +EXPORT_SYMBOL_GPL vmlinux 0x1a4120fc device_dma_supported +EXPORT_SYMBOL_GPL vmlinux 0x1a418a50 check_move_unevictable_pages +EXPORT_SYMBOL_GPL vmlinux 0x1a4d9919 __SCK__tp_func_mc_event +EXPORT_SYMBOL_GPL vmlinux 0x1a4e4441 __regmap_init_mmio_clk +EXPORT_SYMBOL_GPL vmlinux 0x1a59a4f3 gpiochip_disable_irq +EXPORT_SYMBOL_GPL vmlinux 0x1a638d8c pktgen_xfrm_outer_mode_output +EXPORT_SYMBOL_GPL vmlinux 0x1a648bbf bsg_setup_queue +EXPORT_SYMBOL_GPL vmlinux 0x1a6a67c8 pci_probe_reset_slot +EXPORT_SYMBOL_GPL vmlinux 0x1a6bf28f fsnotify_get_cookie +EXPORT_SYMBOL_GPL vmlinux 0x1a7db32c gpiochip_irqchip_irq_valid +EXPORT_SYMBOL_GPL vmlinux 0x1a82368d ZSTD_customCalloc +EXPORT_SYMBOL_GPL vmlinux 0x1a99a9fb fsverity_cleanup_inode +EXPORT_SYMBOL_GPL vmlinux 0x1ab1b6a8 irq_set_default_host +EXPORT_SYMBOL_GPL vmlinux 0x1acd18c8 cpuset_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0x1ad2b19d edac_mc_del_mc +EXPORT_SYMBOL_GPL vmlinux 0x1ad53dca virtqueue_get_avail_addr +EXPORT_SYMBOL_GPL vmlinux 0x1adaead1 synth_event_add_next_val +EXPORT_SYMBOL_GPL vmlinux 0x1adc95f2 fuse_sync_release +EXPORT_SYMBOL_GPL vmlinux 0x1af267f8 int_pow +EXPORT_SYMBOL_GPL vmlinux 0x1af6dc86 udp6_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0x1af7b9ca pm_generic_suspend_late +EXPORT_SYMBOL_GPL vmlinux 0x1aff3d55 mce_register_injector_chain +EXPORT_SYMBOL_GPL vmlinux 0x1b052849 usb_get_current_frame_number +EXPORT_SYMBOL_GPL vmlinux 0x1b0602c1 cond_synchronize_rcu_full +EXPORT_SYMBOL_GPL vmlinux 0x1b0be2d5 spi_unregister_controller +EXPORT_SYMBOL_GPL vmlinux 0x1b1bb8f9 bpf_trace_run2 +EXPORT_SYMBOL_GPL vmlinux 0x1b256344 serdev_controller_add +EXPORT_SYMBOL_GPL vmlinux 0x1b272c41 lwtunnel_xmit +EXPORT_SYMBOL_GPL vmlinux 0x1b2ec103 device_store_bool +EXPORT_SYMBOL_GPL vmlinux 0x1b57bd61 cpufreq_enable_fast_switch +EXPORT_SYMBOL_GPL vmlinux 0x1b5f4377 trace_seq_putc +EXPORT_SYMBOL_GPL vmlinux 0x1b6a6474 sdio_writeb_readb +EXPORT_SYMBOL_GPL vmlinux 0x1b6e483f gpiod_set_raw_array_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x1b791b3d devm_nvmem_device_put +EXPORT_SYMBOL_GPL vmlinux 0x1b8822d8 pinctrl_gpio_direction_output +EXPORT_SYMBOL_GPL vmlinux 0x1b92e41d inet_putpeer +EXPORT_SYMBOL_GPL vmlinux 0x1ba237b0 default_cpu_present_to_apicid +EXPORT_SYMBOL_GPL vmlinux 0x1bc5eebe pinctrl_gpio_direction_input +EXPORT_SYMBOL_GPL vmlinux 0x1bc64087 xas_split +EXPORT_SYMBOL_GPL vmlinux 0x1bc7d29d usb_match_id +EXPORT_SYMBOL_GPL vmlinux 0x1bcd45db dev_pm_domain_attach_by_name +EXPORT_SYMBOL_GPL vmlinux 0x1be5817a devm_irq_setup_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0x1beaec7a tty_port_register_device_attr +EXPORT_SYMBOL_GPL vmlinux 0x1bf02b9c acpi_dev_add_driver_gpios +EXPORT_SYMBOL_GPL vmlinux 0x1bf11999 vfs_removexattr +EXPORT_SYMBOL_GPL vmlinux 0x1bf5bab6 regmap_fields_update_bits_base +EXPORT_SYMBOL_GPL vmlinux 0x1c078cc7 usb_hcd_platform_shutdown +EXPORT_SYMBOL_GPL vmlinux 0x1c0be706 __SCK__tp_func_add_device_to_group +EXPORT_SYMBOL_GPL vmlinux 0x1c16026b pm_clk_runtime_resume +EXPORT_SYMBOL_GPL vmlinux 0x1c1f7b37 dma_resv_test_signaled +EXPORT_SYMBOL_GPL vmlinux 0x1c21e623 devl_dpipe_headers_unregister +EXPORT_SYMBOL_GPL vmlinux 0x1c281575 __SCK__tp_func_rpm_return_int +EXPORT_SYMBOL_GPL vmlinux 0x1c496cbb md_find_rdev_nr_rcu +EXPORT_SYMBOL_GPL vmlinux 0x1c500f35 dm_internal_suspend_noflush +EXPORT_SYMBOL_GPL vmlinux 0x1c5472dc sysfs_add_file_to_group +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 0x1c628857 generic_fh_to_parent +EXPORT_SYMBOL_GPL vmlinux 0x1c7169dc ZSTD_customFree +EXPORT_SYMBOL_GPL vmlinux 0x1c764526 __SCT__tp_func_rpm_suspend +EXPORT_SYMBOL_GPL vmlinux 0x1c78ac3b devl_assert_locked +EXPORT_SYMBOL_GPL vmlinux 0x1c80d27d btree_geo128 +EXPORT_SYMBOL_GPL vmlinux 0x1c85a206 strp_data_ready +EXPORT_SYMBOL_GPL vmlinux 0x1c87a811 __round_jiffies_up +EXPORT_SYMBOL_GPL vmlinux 0x1c87d799 relay_reset +EXPORT_SYMBOL_GPL vmlinux 0x1ca3aa97 alarm_forward +EXPORT_SYMBOL_GPL vmlinux 0x1cb7c983 apei_exec_read_register_value +EXPORT_SYMBOL_GPL vmlinux 0x1cb7e13f regulator_set_voltage +EXPORT_SYMBOL_GPL vmlinux 0x1cb9a1c8 xenbus_gather +EXPORT_SYMBOL_GPL vmlinux 0x1cbd92b0 cpu_mitigations_off +EXPORT_SYMBOL_GPL vmlinux 0x1ccad152 ata_sff_dev_select +EXPORT_SYMBOL_GPL vmlinux 0x1ccd5355 i2c_get_device_id +EXPORT_SYMBOL_GPL vmlinux 0x1cdd0605 xhci_port_state_to_neutral +EXPORT_SYMBOL_GPL vmlinux 0x1cdf082d xen_unregister_device_domain_owner +EXPORT_SYMBOL_GPL vmlinux 0x1ce4393b vchan_dma_desc_free_list +EXPORT_SYMBOL_GPL vmlinux 0x1cedc9c7 ata_sff_exec_command +EXPORT_SYMBOL_GPL vmlinux 0x1ceea0e8 thermal_add_hwmon_sysfs +EXPORT_SYMBOL_GPL vmlinux 0x1cfb9326 mmu_notifier_range_update_to_read_only +EXPORT_SYMBOL_GPL vmlinux 0x1cff8eab sbitmap_init_node +EXPORT_SYMBOL_GPL vmlinux 0x1d0bcc5f crypto_aead_setkey +EXPORT_SYMBOL_GPL vmlinux 0x1d1ca2a6 __traceiter_neigh_event_send_done +EXPORT_SYMBOL_GPL vmlinux 0x1d222ced irq_get_irqchip_state +EXPORT_SYMBOL_GPL vmlinux 0x1d23e225 acpi_get_first_physical_node +EXPORT_SYMBOL_GPL vmlinux 0x1d371dfc hv_setup_dma_ops +EXPORT_SYMBOL_GPL vmlinux 0x1d3b325c devl_resource_register +EXPORT_SYMBOL_GPL vmlinux 0x1d4d7425 irq_create_mapping_affinity +EXPORT_SYMBOL_GPL vmlinux 0x1d6c62c4 crypto_req_done +EXPORT_SYMBOL_GPL vmlinux 0x1d72c0b1 crypto_grab_akcipher +EXPORT_SYMBOL_GPL vmlinux 0x1d94a218 dmi_memdev_handle +EXPORT_SYMBOL_GPL vmlinux 0x1da6c96f pci_msi_create_irq_domain +EXPORT_SYMBOL_GPL vmlinux 0x1db74471 usb_sg_cancel +EXPORT_SYMBOL_GPL vmlinux 0x1dc416c8 gnttab_dma_alloc_pages +EXPORT_SYMBOL_GPL vmlinux 0x1dc5b07a bpf_prog_put +EXPORT_SYMBOL_GPL vmlinux 0x1dc70196 kobject_rename +EXPORT_SYMBOL_GPL vmlinux 0x1dd1640c device_show_int +EXPORT_SYMBOL_GPL vmlinux 0x1dde12a0 synth_event_add_val +EXPORT_SYMBOL_GPL vmlinux 0x1de36a71 usb_free_coherent +EXPORT_SYMBOL_GPL vmlinux 0x1de4dfb8 irq_chip_set_wake_parent +EXPORT_SYMBOL_GPL vmlinux 0x1dfa5dbd mpi_invm +EXPORT_SYMBOL_GPL vmlinux 0x1e0670c6 reset_control_release +EXPORT_SYMBOL_GPL vmlinux 0x1e084cfc regmap_check_range_table +EXPORT_SYMBOL_GPL vmlinux 0x1e123303 ata_msleep +EXPORT_SYMBOL_GPL vmlinux 0x1e19b116 vcap_rule_set_counter_id +EXPORT_SYMBOL_GPL vmlinux 0x1e3817a3 sched_numa_hop_mask +EXPORT_SYMBOL_GPL vmlinux 0x1e384d9d dev_pm_opp_add +EXPORT_SYMBOL_GPL vmlinux 0x1e3bc77c xas_create_range +EXPORT_SYMBOL_GPL vmlinux 0x1e424d61 user_preparse +EXPORT_SYMBOL_GPL vmlinux 0x1e465e32 ata_port_schedule_eh +EXPORT_SYMBOL_GPL vmlinux 0x1e4e98c0 acpi_dev_filter_resource_type +EXPORT_SYMBOL_GPL vmlinux 0x1e53f827 stack_depot_print +EXPORT_SYMBOL_GPL vmlinux 0x1e5a5f22 sn_partition_id +EXPORT_SYMBOL_GPL vmlinux 0x1e6c1ccb acpi_gpiochip_request_interrupts +EXPORT_SYMBOL_GPL vmlinux 0x1e78d430 __SCK__tp_func_ata_bmdma_setup +EXPORT_SYMBOL_GPL vmlinux 0x1e7bbcb3 kernel_restart +EXPORT_SYMBOL_GPL vmlinux 0x1e8fac8e wireless_nlevent_flush +EXPORT_SYMBOL_GPL vmlinux 0x1e912415 uv_bios_get_heapsize +EXPORT_SYMBOL_GPL vmlinux 0x1e97020e fuse_simple_background +EXPORT_SYMBOL_GPL vmlinux 0x1e9bc719 freq_qos_update_request +EXPORT_SYMBOL_GPL vmlinux 0x1e9c590a usb_find_common_endpoints_reverse +EXPORT_SYMBOL_GPL vmlinux 0x1ea501ee acpi_subsys_runtime_resume +EXPORT_SYMBOL_GPL vmlinux 0x1eac4d3f ata_host_register +EXPORT_SYMBOL_GPL vmlinux 0x1eb9516e round_jiffies_relative +EXPORT_SYMBOL_GPL vmlinux 0x1ebde2fc devl_trap_policers_unregister +EXPORT_SYMBOL_GPL vmlinux 0x1ebf6c2a pci_power_names +EXPORT_SYMBOL_GPL vmlinux 0x1ec2f46a fscrypt_get_symlink +EXPORT_SYMBOL_GPL vmlinux 0x1ec4a86e __SCK__tp_func_fdb_delete +EXPORT_SYMBOL_GPL vmlinux 0x1ec71ef4 devm_hwmon_device_register_with_info +EXPORT_SYMBOL_GPL vmlinux 0x1ed4d2eb percpu_ref_kill_and_confirm +EXPORT_SYMBOL_GPL vmlinux 0x1edfb36a rio_map_inb_region +EXPORT_SYMBOL_GPL vmlinux 0x1eeb0a24 iommu_enable_nesting +EXPORT_SYMBOL_GPL vmlinux 0x1ef20793 stop_core_cpuslocked +EXPORT_SYMBOL_GPL vmlinux 0x1ef5b6f8 crypto_alloc_shash +EXPORT_SYMBOL_GPL vmlinux 0x1efc8751 usb_register_device_driver +EXPORT_SYMBOL_GPL vmlinux 0x1f273464 tty_prepare_flip_string +EXPORT_SYMBOL_GPL vmlinux 0x1f2ad8d8 acpi_set_modalias +EXPORT_SYMBOL_GPL vmlinux 0x1f38a4f6 mpi_set_highbit +EXPORT_SYMBOL_GPL vmlinux 0x1f449588 mctrl_gpio_disable_ms +EXPORT_SYMBOL_GPL vmlinux 0x1f4b2393 ip6_sk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0x1f563160 bpf_offload_dev_priv +EXPORT_SYMBOL_GPL vmlinux 0x1f5ece97 cond_wakeup_cpu0 +EXPORT_SYMBOL_GPL vmlinux 0x1f61181e __devm_clk_hw_register_divider +EXPORT_SYMBOL_GPL vmlinux 0x1f7caa66 fb_deferred_io_cleanup +EXPORT_SYMBOL_GPL vmlinux 0x1f85132d do_xdp_generic +EXPORT_SYMBOL_GPL vmlinux 0x1f8544b8 panic_timeout +EXPORT_SYMBOL_GPL vmlinux 0x1f8a7328 sk_msg_free_partial +EXPORT_SYMBOL_GPL vmlinux 0x1f943321 irq_setup_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0x1f9c5d08 bpf_offload_dev_netdev_register +EXPORT_SYMBOL_GPL vmlinux 0x1fa0acfb security_file_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x1fa0bca4 fuse_dev_install +EXPORT_SYMBOL_GPL vmlinux 0x1fa1d95c sha256_zero_message_hash +EXPORT_SYMBOL_GPL vmlinux 0x1fd23e0a alloc_dax +EXPORT_SYMBOL_GPL vmlinux 0x1fd587f8 fsnotify +EXPORT_SYMBOL_GPL vmlinux 0x1fd86314 regulator_force_disable +EXPORT_SYMBOL_GPL vmlinux 0x1fdb9d34 ping_recvmsg +EXPORT_SYMBOL_GPL vmlinux 0x1fe454fa spi_mem_driver_register_with_owner +EXPORT_SYMBOL_GPL vmlinux 0x1fe6e504 gpiod_add_hogs +EXPORT_SYMBOL_GPL vmlinux 0x2009e400 devlink_info_board_serial_number_put +EXPORT_SYMBOL_GPL vmlinux 0x200bf6d3 regmap_field_update_bits_base +EXPORT_SYMBOL_GPL vmlinux 0x202d4ed6 nvmem_cell_write +EXPORT_SYMBOL_GPL vmlinux 0x203af3bc irq_domain_create_simple +EXPORT_SYMBOL_GPL vmlinux 0x203ced05 usb_hcd_link_urb_to_ep +EXPORT_SYMBOL_GPL vmlinux 0x2040dcb5 sock_inuse_get +EXPORT_SYMBOL_GPL vmlinux 0x204be576 __tracepoint_fdb_delete +EXPORT_SYMBOL_GPL vmlinux 0x204f2c5c gnttab_free_grant_reference +EXPORT_SYMBOL_GPL vmlinux 0x20835a9f __xdp_release_frame +EXPORT_SYMBOL_GPL vmlinux 0x20899467 hv_stimer0_isr +EXPORT_SYMBOL_GPL vmlinux 0x20899af4 ata_pci_device_suspend +EXPORT_SYMBOL_GPL vmlinux 0x208fe637 sata_async_notification +EXPORT_SYMBOL_GPL vmlinux 0x20978fb9 idr_find +EXPORT_SYMBOL_GPL vmlinux 0x2099f01b bus_for_each_drv +EXPORT_SYMBOL_GPL vmlinux 0x209b9606 dmaengine_unmap_put +EXPORT_SYMBOL_GPL vmlinux 0x20a4e01a HUF_readStats_wksp +EXPORT_SYMBOL_GPL vmlinux 0x20a53db4 crypto_create_tfm_node +EXPORT_SYMBOL_GPL vmlinux 0x20c2d3a7 ata_host_resume +EXPORT_SYMBOL_GPL vmlinux 0x20c81327 clk_mux_determine_rate_flags +EXPORT_SYMBOL_GPL vmlinux 0x20caefad gpiochip_populate_parent_fwspec_twocell +EXPORT_SYMBOL_GPL vmlinux 0x20d402b0 usb_unanchor_urb +EXPORT_SYMBOL_GPL vmlinux 0x20d95fb3 serial8250_rpm_put_tx +EXPORT_SYMBOL_GPL vmlinux 0x20e06751 serial8250_em485_config +EXPORT_SYMBOL_GPL vmlinux 0x20f4c4f7 sb800_prefetch +EXPORT_SYMBOL_GPL vmlinux 0x20f82d9f ata_sff_tf_read +EXPORT_SYMBOL_GPL vmlinux 0x20fc44ac serdev_acpi_get_uart_resource +EXPORT_SYMBOL_GPL vmlinux 0x20ff22ce __SCK__tp_func_block_split +EXPORT_SYMBOL_GPL vmlinux 0x20ff281d pci_epc_mem_exit +EXPORT_SYMBOL_GPL vmlinux 0x2103210a hwmon_device_register +EXPORT_SYMBOL_GPL vmlinux 0x210db7a8 iommu_map_atomic +EXPORT_SYMBOL_GPL vmlinux 0x211364a0 pm_generic_restore_noirq +EXPORT_SYMBOL_GPL vmlinux 0x211ef09a debugfs_create_u32 +EXPORT_SYMBOL_GPL vmlinux 0x2122a4c4 pci_pasid_features +EXPORT_SYMBOL_GPL vmlinux 0x212734c5 vcap_netbytes_copy +EXPORT_SYMBOL_GPL vmlinux 0x212e04a6 __trace_trigger_soft_disabled +EXPORT_SYMBOL_GPL vmlinux 0x213b1bf1 devm_remove_action +EXPORT_SYMBOL_GPL vmlinux 0x213c466e usb_check_int_endpoints +EXPORT_SYMBOL_GPL vmlinux 0x2162533e ip6_route_output_flags_noref +EXPORT_SYMBOL_GPL vmlinux 0x216de4e1 rcu_get_gp_kthreads_prio +EXPORT_SYMBOL_GPL vmlinux 0x2176e42a hwpoison_filter_memcg +EXPORT_SYMBOL_GPL vmlinux 0x21771562 pm_runtime_get_if_active +EXPORT_SYMBOL_GPL vmlinux 0x21a0860e __tracepoint_xdp_exception +EXPORT_SYMBOL_GPL vmlinux 0x21a563da clk_get_accuracy +EXPORT_SYMBOL_GPL vmlinux 0x21a6fb16 tpm2_flush_context +EXPORT_SYMBOL_GPL vmlinux 0x21ac8b77 iommu_group_get_by_id +EXPORT_SYMBOL_GPL vmlinux 0x21aef790 set_secondary_fwnode +EXPORT_SYMBOL_GPL vmlinux 0x21b5b4fe ping_seq_stop +EXPORT_SYMBOL_GPL vmlinux 0x21b6ffee __mmc_send_status +EXPORT_SYMBOL_GPL vmlinux 0x21ca306f vcap_rule_add_action_u32 +EXPORT_SYMBOL_GPL vmlinux 0x21cd536a crypto_put_default_null_skcipher +EXPORT_SYMBOL_GPL vmlinux 0x21e0912d __SCK__tp_func_block_rq_insert +EXPORT_SYMBOL_GPL vmlinux 0x21e26f85 ping_close +EXPORT_SYMBOL_GPL vmlinux 0x21e964ca devm_platform_get_and_ioremap_resource +EXPORT_SYMBOL_GPL vmlinux 0x2205984b fat_detach +EXPORT_SYMBOL_GPL vmlinux 0x223499d7 sch_frag_xmit_hook +EXPORT_SYMBOL_GPL vmlinux 0x22612371 virtqueue_enable_cb +EXPORT_SYMBOL_GPL vmlinux 0x226799e9 xenbus_switch_state +EXPORT_SYMBOL_GPL vmlinux 0x227e1f26 __irq_alloc_descs +EXPORT_SYMBOL_GPL vmlinux 0x2290148f inet_twsk_purge +EXPORT_SYMBOL_GPL vmlinux 0x22a84350 debugfs_create_size_t +EXPORT_SYMBOL_GPL vmlinux 0x22ab7517 devl_unlock +EXPORT_SYMBOL_GPL vmlinux 0x22c0e25d bio_clone_blkg_association +EXPORT_SYMBOL_GPL vmlinux 0x22c22c57 pwm_request_from_chip +EXPORT_SYMBOL_GPL vmlinux 0x22c538cf file_ra_state_init +EXPORT_SYMBOL_GPL vmlinux 0x22d053e2 br_ip6_fragment +EXPORT_SYMBOL_GPL vmlinux 0x22d60537 tcf_frag_xmit_count +EXPORT_SYMBOL_GPL vmlinux 0x22d9409b iomap_sort_ioends +EXPORT_SYMBOL_GPL vmlinux 0x22e83df4 ptp_msg_is_sync +EXPORT_SYMBOL_GPL vmlinux 0x22ec5205 cpu_latency_qos_remove_request +EXPORT_SYMBOL_GPL vmlinux 0x22ef00c0 vp_modern_get_queue_reset +EXPORT_SYMBOL_GPL vmlinux 0x22f2f6e3 __SCK__tp_func_sched_overutilized_tp +EXPORT_SYMBOL_GPL vmlinux 0x22fd08ba cpuacct_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0x23128879 relay_open +EXPORT_SYMBOL_GPL vmlinux 0x232eca70 hte_ts_get +EXPORT_SYMBOL_GPL vmlinux 0x23412816 rtc_tm_to_ktime +EXPORT_SYMBOL_GPL vmlinux 0x2345f7ae __SCK__tp_func_pelt_se_tp +EXPORT_SYMBOL_GPL vmlinux 0x234cf416 devlink_fmsg_string_pair_put +EXPORT_SYMBOL_GPL vmlinux 0x234d0c7b devlink_port_register +EXPORT_SYMBOL_GPL vmlinux 0x23524da9 spi_delay_exec +EXPORT_SYMBOL_GPL vmlinux 0x236187fc crypto_unregister_template +EXPORT_SYMBOL_GPL vmlinux 0x23793d32 phy_init +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 0x23ad5ec3 blk_crypto_intersect_capabilities +EXPORT_SYMBOL_GPL vmlinux 0x23ae1832 bio_poll +EXPORT_SYMBOL_GPL vmlinux 0x23af9b16 set_online_page_callback +EXPORT_SYMBOL_GPL vmlinux 0x23b4e0d7 clear_page_rep +EXPORT_SYMBOL_GPL vmlinux 0x23b7c9e2 perf_event_enable +EXPORT_SYMBOL_GPL vmlinux 0x23c9743a ip_fib_metrics_init +EXPORT_SYMBOL_GPL vmlinux 0x23dedad5 __inet_twsk_schedule +EXPORT_SYMBOL_GPL vmlinux 0x23e14b09 phy_pm_runtime_get +EXPORT_SYMBOL_GPL vmlinux 0x23ee3226 dev_pm_opp_get_max_transition_latency +EXPORT_SYMBOL_GPL vmlinux 0x23f24faf pci_p2pmem_publish +EXPORT_SYMBOL_GPL vmlinux 0x23fac992 scsi_target_unblock +EXPORT_SYMBOL_GPL vmlinux 0x23ff071f ip_icmp_error +EXPORT_SYMBOL_GPL vmlinux 0x2404c002 __SCK__tp_func_map +EXPORT_SYMBOL_GPL vmlinux 0x2408fbf8 acpi_dev_for_each_child +EXPORT_SYMBOL_GPL vmlinux 0x240e9816 __percpu_down_read +EXPORT_SYMBOL_GPL vmlinux 0x24151f0a acpi_subsys_poweroff +EXPORT_SYMBOL_GPL vmlinux 0x241fb38a tpm_default_chip +EXPORT_SYMBOL_GPL vmlinux 0x2421097b mpi_const +EXPORT_SYMBOL_GPL vmlinux 0x24241711 rdev_get_dev +EXPORT_SYMBOL_GPL vmlinux 0x24317864 ipv6_dup_options +EXPORT_SYMBOL_GPL vmlinux 0x243250ab dst_cache_get_ip6 +EXPORT_SYMBOL_GPL vmlinux 0x24330796 usb_put_hcd +EXPORT_SYMBOL_GPL vmlinux 0x24413343 erst_read_record +EXPORT_SYMBOL_GPL vmlinux 0x2442077b debugfs_create_regset32 +EXPORT_SYMBOL_GPL vmlinux 0x2444c375 usb_phy_roothub_alloc +EXPORT_SYMBOL_GPL vmlinux 0x244ddbf7 ncsi_stop_dev +EXPORT_SYMBOL_GPL vmlinux 0x2464da17 gen_pool_size +EXPORT_SYMBOL_GPL vmlinux 0x2469810f __rcu_read_unlock +EXPORT_SYMBOL_GPL vmlinux 0x246c3239 devres_remove_group +EXPORT_SYMBOL_GPL vmlinux 0x246cab0c access_process_vm +EXPORT_SYMBOL_GPL vmlinux 0x246f7be3 xenbus_dev_fatal +EXPORT_SYMBOL_GPL vmlinux 0x24709b2f trace_seq_putmem +EXPORT_SYMBOL_GPL vmlinux 0x24829ac9 pci_cfg_access_trylock +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 0x24902c98 irq_domain_create_sim +EXPORT_SYMBOL_GPL vmlinux 0x24a0298d vp_legacy_get_queue_size +EXPORT_SYMBOL_GPL vmlinux 0x24ad11db wakeup_sources_read_unlock +EXPORT_SYMBOL_GPL vmlinux 0x24b2dc3c rio_dma_prep_slave_sg +EXPORT_SYMBOL_GPL vmlinux 0x24bfbcc8 policy_has_boost_freq +EXPORT_SYMBOL_GPL vmlinux 0x24d3ab9f fscrypt_context_for_new_inode +EXPORT_SYMBOL_GPL vmlinux 0x24da0093 rcu_inkernel_boot_has_ended +EXPORT_SYMBOL_GPL vmlinux 0x24ddcb31 splice_to_pipe +EXPORT_SYMBOL_GPL vmlinux 0x24e565c8 acpi_dma_configure_id +EXPORT_SYMBOL_GPL vmlinux 0x24e81c61 fsverity_ioctl_read_metadata +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 0x252a57c2 md_bitmap_load +EXPORT_SYMBOL_GPL vmlinux 0x25301bc6 arch_wb_cache_pmem +EXPORT_SYMBOL_GPL vmlinux 0x25379205 __tracepoint_mc_event +EXPORT_SYMBOL_GPL vmlinux 0x25379e73 clk_set_min_rate +EXPORT_SYMBOL_GPL vmlinux 0x254d817d crypto_register_akcipher +EXPORT_SYMBOL_GPL vmlinux 0x254de67b pm_generic_thaw_noirq +EXPORT_SYMBOL_GPL vmlinux 0x254fae56 nd_region_provider_data +EXPORT_SYMBOL_GPL vmlinux 0x255a097d of_icc_get_from_provider +EXPORT_SYMBOL_GPL vmlinux 0x256090bb pci_hp_add_bridge +EXPORT_SYMBOL_GPL vmlinux 0x2566cb83 __phy_modify_mmd_changed +EXPORT_SYMBOL_GPL vmlinux 0x2576358a net_selftest +EXPORT_SYMBOL_GPL vmlinux 0x2586cce1 crypto_inst_setname +EXPORT_SYMBOL_GPL vmlinux 0x2592fc6c console_printk +EXPORT_SYMBOL_GPL vmlinux 0x25a4fa78 xfer_to_guest_mode_handle_work +EXPORT_SYMBOL_GPL vmlinux 0x25ae3baa netlink_remove_tap +EXPORT_SYMBOL_GPL vmlinux 0x25b6ac5c gpiod_put_array +EXPORT_SYMBOL_GPL vmlinux 0x25bbfa9a security_kernel_load_data +EXPORT_SYMBOL_GPL vmlinux 0x25c28208 ping_init_sock +EXPORT_SYMBOL_GPL vmlinux 0x25e70989 devlink_params_unregister +EXPORT_SYMBOL_GPL vmlinux 0x25f02c87 xen_p2m_addr +EXPORT_SYMBOL_GPL vmlinux 0x25ff03a1 tty_buffer_space_avail +EXPORT_SYMBOL_GPL vmlinux 0x2601874b ip6_datagram_connect_v6_only +EXPORT_SYMBOL_GPL vmlinux 0x2606429e ata_eh_analyze_ncq_error +EXPORT_SYMBOL_GPL vmlinux 0x260a2cb4 mctp_register_netdev +EXPORT_SYMBOL_GPL vmlinux 0x260cd04a iommu_fwspec_init +EXPORT_SYMBOL_GPL vmlinux 0x260fbfaa component_compare_dev +EXPORT_SYMBOL_GPL vmlinux 0x26106a98 query_asymmetric_key +EXPORT_SYMBOL_GPL vmlinux 0x2610ac87 device_property_read_string +EXPORT_SYMBOL_GPL vmlinux 0x2610f080 wwan_put_debugfs_dir +EXPORT_SYMBOL_GPL vmlinux 0x262a7063 xen_start_info +EXPORT_SYMBOL_GPL vmlinux 0x262a9976 hv_vp_assist_page +EXPORT_SYMBOL_GPL vmlinux 0x262ebee4 blk_mq_unfreeze_queue +EXPORT_SYMBOL_GPL vmlinux 0x263e793e crypto_hash_walk_first +EXPORT_SYMBOL_GPL vmlinux 0x264bd516 rio_mport_get_feature +EXPORT_SYMBOL_GPL vmlinux 0x26520970 vm_memory_committed +EXPORT_SYMBOL_GPL vmlinux 0x265b12f3 gpiod_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x265b6e29 hyperv_flush_guest_mapping_range +EXPORT_SYMBOL_GPL vmlinux 0x265bbef9 kexec_crash_loaded +EXPORT_SYMBOL_GPL vmlinux 0x2664ce1f __pm_runtime_use_autosuspend +EXPORT_SYMBOL_GPL vmlinux 0x26673903 skb_to_sgvec_nomark +EXPORT_SYMBOL_GPL vmlinux 0x266a4b08 tasklet_unlock +EXPORT_SYMBOL_GPL vmlinux 0x266d92a8 fib_new_table +EXPORT_SYMBOL_GPL vmlinux 0x267df662 smp_call_on_cpu +EXPORT_SYMBOL_GPL vmlinux 0x26818ee9 cgroup_get_from_path +EXPORT_SYMBOL_GPL vmlinux 0x2696801a tpm_pm_suspend +EXPORT_SYMBOL_GPL vmlinux 0x26a02ac6 __traceiter_sched_util_est_cfs_tp +EXPORT_SYMBOL_GPL vmlinux 0x26a93eb2 verify_pkcs7_signature +EXPORT_SYMBOL_GPL vmlinux 0x26ab4755 put_old_itimerspec32 +EXPORT_SYMBOL_GPL vmlinux 0x26abd7b4 debugfs_create_dir +EXPORT_SYMBOL_GPL vmlinux 0x26ae5841 devm_platform_ioremap_resource +EXPORT_SYMBOL_GPL vmlinux 0x26bc4afd devres_release_group +EXPORT_SYMBOL_GPL vmlinux 0x26c90ea4 scsi_eh_get_sense +EXPORT_SYMBOL_GPL vmlinux 0x26cda94f e820__mapped_raw_any +EXPORT_SYMBOL_GPL vmlinux 0x26cfb291 __ndisc_fill_addr_option +EXPORT_SYMBOL_GPL vmlinux 0x26e540d9 ohci_init_driver +EXPORT_SYMBOL_GPL vmlinux 0x26ed2186 register_vmap_purge_notifier +EXPORT_SYMBOL_GPL vmlinux 0x26f5b757 bpf_offload_dev_create +EXPORT_SYMBOL_GPL vmlinux 0x27077be7 pm_schedule_suspend +EXPORT_SYMBOL_GPL vmlinux 0x270cd896 power_supply_get_by_name +EXPORT_SYMBOL_GPL vmlinux 0x2739c806 kill_pid_usb_asyncio +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 0x2754bdb6 ata_bmdma_post_internal_cmd +EXPORT_SYMBOL_GPL vmlinux 0x2760fae1 sata_scr_write_flush +EXPORT_SYMBOL_GPL vmlinux 0x2764425c dma_resv_get_singleton +EXPORT_SYMBOL_GPL vmlinux 0x27687ca3 iomap_read_folio +EXPORT_SYMBOL_GPL vmlinux 0x276b3e10 crypto_hash_walk_done +EXPORT_SYMBOL_GPL vmlinux 0x27734c66 cpci_hp_register_controller +EXPORT_SYMBOL_GPL vmlinux 0x2773c485 __wake_up_locked +EXPORT_SYMBOL_GPL vmlinux 0x277924ed wwan_port_rx +EXPORT_SYMBOL_GPL vmlinux 0x279bd426 iomap_seek_data +EXPORT_SYMBOL_GPL vmlinux 0x279c15dc disk_uevent +EXPORT_SYMBOL_GPL vmlinux 0x27da6d3b task_active_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0x27f4f029 ftrace_set_global_filter +EXPORT_SYMBOL_GPL vmlinux 0x27f5dadc l3mdev_table_lookup_register +EXPORT_SYMBOL_GPL vmlinux 0x27fa66e1 nr_free_buffer_pages +EXPORT_SYMBOL_GPL vmlinux 0x28012f2f genphy_c45_baset1_read_status +EXPORT_SYMBOL_GPL vmlinux 0x2817f7fd cppc_get_desired_perf +EXPORT_SYMBOL_GPL vmlinux 0x282cdabc usb_led_activity +EXPORT_SYMBOL_GPL vmlinux 0x282eb9c8 addrconf_add_linklocal +EXPORT_SYMBOL_GPL vmlinux 0x28310bcd kasprintf_strarray +EXPORT_SYMBOL_GPL vmlinux 0x2833ff34 sock_map_unhash +EXPORT_SYMBOL_GPL vmlinux 0x284d33d1 sock_diag_save_cookie +EXPORT_SYMBOL_GPL vmlinux 0x28566f9c clk_bulk_get_optional +EXPORT_SYMBOL_GPL vmlinux 0x2864abc9 klist_node_attached +EXPORT_SYMBOL_GPL vmlinux 0x286cc647 async_synchronize_cookie_domain +EXPORT_SYMBOL_GPL vmlinux 0x286e63bf __devm_reset_control_get +EXPORT_SYMBOL_GPL vmlinux 0x287d6932 regulator_is_supported_voltage +EXPORT_SYMBOL_GPL vmlinux 0x2882d40e usb_role_switch_unregister +EXPORT_SYMBOL_GPL vmlinux 0x28855e0c devm_thermal_add_hwmon_sysfs +EXPORT_SYMBOL_GPL vmlinux 0x289c41f0 acpi_bind_one +EXPORT_SYMBOL_GPL vmlinux 0x28aa6a67 call_rcu +EXPORT_SYMBOL_GPL vmlinux 0x28aafe89 iopf_queue_remove_device +EXPORT_SYMBOL_GPL vmlinux 0x28ab4fb9 pinctrl_gpio_free +EXPORT_SYMBOL_GPL vmlinux 0x28afbb08 cpu_latency_qos_add_request +EXPORT_SYMBOL_GPL vmlinux 0x28b40320 bpf_prog_destroy +EXPORT_SYMBOL_GPL vmlinux 0x28b9f61d __ip6_local_out +EXPORT_SYMBOL_GPL vmlinux 0x28be0cef misc_cg_res_total_usage +EXPORT_SYMBOL_GPL vmlinux 0x28bfca11 dw_pcie_upconfig_setup +EXPORT_SYMBOL_GPL vmlinux 0x28c1f0c1 uhci_reset_hc +EXPORT_SYMBOL_GPL vmlinux 0x28c74d76 ipv6_proxy_select_ident +EXPORT_SYMBOL_GPL vmlinux 0x28e301e7 edac_pci_del_device +EXPORT_SYMBOL_GPL vmlinux 0x28e64c64 xen_has_pv_and_legacy_disk_devices +EXPORT_SYMBOL_GPL vmlinux 0x28e678bf gnttab_map_refs +EXPORT_SYMBOL_GPL vmlinux 0x28f58e7c pci_bridge_secondary_bus_reset +EXPORT_SYMBOL_GPL vmlinux 0x29125a1e acpi_device_fwnode_ops +EXPORT_SYMBOL_GPL vmlinux 0x291876f3 mpi_ec_get_affine +EXPORT_SYMBOL_GPL vmlinux 0x292f13b3 __dev_change_net_namespace +EXPORT_SYMBOL_GPL vmlinux 0x29366b61 register_ftrace_direct +EXPORT_SYMBOL_GPL vmlinux 0x29419e0d dev_attr_em_message_type +EXPORT_SYMBOL_GPL vmlinux 0x2951a872 trace_clock_local +EXPORT_SYMBOL_GPL vmlinux 0x2956515e fib6_new_table +EXPORT_SYMBOL_GPL vmlinux 0x296b49fa palmas_ext_control_req_config +EXPORT_SYMBOL_GPL vmlinux 0x29751fad extcon_dev_unregister +EXPORT_SYMBOL_GPL vmlinux 0x297611ce sdio_retune_hold_now +EXPORT_SYMBOL_GPL vmlinux 0x2980c161 __tracepoint_neigh_event_send_dead +EXPORT_SYMBOL_GPL vmlinux 0x2984c23d devfreq_event_set_event +EXPORT_SYMBOL_GPL vmlinux 0x29947cb0 led_update_brightness +EXPORT_SYMBOL_GPL vmlinux 0x299bbddf devfreq_event_get_event +EXPORT_SYMBOL_GPL vmlinux 0x29a19d96 nd_cmd_in_size +EXPORT_SYMBOL_GPL vmlinux 0x29ae368e ata_acpi_cbl_80wire +EXPORT_SYMBOL_GPL vmlinux 0x29be9dec vc_scrolldelta_helper +EXPORT_SYMBOL_GPL vmlinux 0x29c3f3ab gpiochip_add_pingroup_range +EXPORT_SYMBOL_GPL vmlinux 0x29cb0547 wb_writeout_inc +EXPORT_SYMBOL_GPL vmlinux 0x29cd84c6 ata_sff_queue_pio_task +EXPORT_SYMBOL_GPL vmlinux 0x29d00d6b ethtool_params_from_link_mode +EXPORT_SYMBOL_GPL vmlinux 0x29db68a6 blk_mq_freeze_queue_wait +EXPORT_SYMBOL_GPL vmlinux 0x29e9aeac bpf_prog_get_type_dev +EXPORT_SYMBOL_GPL vmlinux 0x29eba37f current_is_async +EXPORT_SYMBOL_GPL vmlinux 0x29f1e80c crypto_grab_kpp +EXPORT_SYMBOL_GPL vmlinux 0x29f603b9 fuse_request_end +EXPORT_SYMBOL_GPL vmlinux 0x2a00d389 vp_modern_set_features +EXPORT_SYMBOL_GPL vmlinux 0x2a058c5c crypto_alloc_base +EXPORT_SYMBOL_GPL vmlinux 0x2a1e335b ip6_datagram_send_ctl +EXPORT_SYMBOL_GPL vmlinux 0x2a21b18c dm_get_queue_limits +EXPORT_SYMBOL_GPL vmlinux 0x2a258385 unregister_virtio_driver +EXPORT_SYMBOL_GPL vmlinux 0x2a2f04fa ip_tunnel_netlink_parms +EXPORT_SYMBOL_GPL vmlinux 0x2a3d9e6c fscrypt_ioctl_add_key +EXPORT_SYMBOL_GPL vmlinux 0x2a5152ee devm_hwspin_lock_free +EXPORT_SYMBOL_GPL vmlinux 0x2a5489ea inet6_csk_addr2sockaddr +EXPORT_SYMBOL_GPL vmlinux 0x2a5ea9ef rhashtable_destroy +EXPORT_SYMBOL_GPL vmlinux 0x2a62948b devm_device_add_groups +EXPORT_SYMBOL_GPL vmlinux 0x2a62cb3a ring_buffer_overrun_cpu +EXPORT_SYMBOL_GPL vmlinux 0x2a651818 fuse_conn_put +EXPORT_SYMBOL_GPL vmlinux 0x2a665256 blk_queue_max_discard_segments +EXPORT_SYMBOL_GPL vmlinux 0x2a6b1805 ata_port_freeze +EXPORT_SYMBOL_GPL vmlinux 0x2a9520aa rtc_update_irq_enable +EXPORT_SYMBOL_GPL vmlinux 0x2a976d1c dax_synchronous +EXPORT_SYMBOL_GPL vmlinux 0x2a9b236b rtm_getroute_parse_ip_proto +EXPORT_SYMBOL_GPL vmlinux 0x2a9e5253 pcie_port_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x2aadad1a efi_capsule_update +EXPORT_SYMBOL_GPL vmlinux 0x2abc9e55 pinconf_generic_dump_config +EXPORT_SYMBOL_GPL vmlinux 0x2ad48a92 virtio_check_mem_acc_cb +EXPORT_SYMBOL_GPL vmlinux 0x2affb1d5 rtc_alarm_irq_enable +EXPORT_SYMBOL_GPL vmlinux 0x2b00cb80 virtqueue_add_sgs +EXPORT_SYMBOL_GPL vmlinux 0x2b019bbc regmap_fields_read +EXPORT_SYMBOL_GPL vmlinux 0x2b0fe000 gnttab_cancel_free_callback +EXPORT_SYMBOL_GPL vmlinux 0x2b19280b blk_clear_pm_only +EXPORT_SYMBOL_GPL vmlinux 0x2b230197 md_bitmap_resize +EXPORT_SYMBOL_GPL vmlinux 0x2b2c14a4 xhci_find_slot_id_by_port +EXPORT_SYMBOL_GPL vmlinux 0x2b364fc1 watchdog_notify_pretimeout +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 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 0x2b741e37 __traceiter_neigh_cleanup_and_release +EXPORT_SYMBOL_GPL vmlinux 0x2b75cd4d tty_kclose +EXPORT_SYMBOL_GPL vmlinux 0x2b75ecae xdp_return_frame_rx_napi +EXPORT_SYMBOL_GPL vmlinux 0x2b76646e pkcs7_free_message +EXPORT_SYMBOL_GPL vmlinux 0x2b7a42e9 __tracepoint_add_device_to_group +EXPORT_SYMBOL_GPL vmlinux 0x2b9997fb atomic_notifier_chain_register +EXPORT_SYMBOL_GPL vmlinux 0x2b99d935 skcipher_alloc_instance_simple +EXPORT_SYMBOL_GPL vmlinux 0x2b9cd296 __reset_control_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0x2b9fc965 call_switchdev_blocking_notifiers +EXPORT_SYMBOL_GPL vmlinux 0x2baac191 regulator_count_voltages +EXPORT_SYMBOL_GPL vmlinux 0x2bbb4977 acpi_match_device +EXPORT_SYMBOL_GPL vmlinux 0x2bc0e141 irq_domain_xlate_twocell +EXPORT_SYMBOL_GPL vmlinux 0x2bc22d9f gpiod_direction_input +EXPORT_SYMBOL_GPL vmlinux 0x2bd23d3f ata_ncq_sdev_groups +EXPORT_SYMBOL_GPL vmlinux 0x2bd8a8bb blk_fill_rwbs +EXPORT_SYMBOL_GPL vmlinux 0x2bdd21bb irq_domain_free_irqs_common +EXPORT_SYMBOL_GPL vmlinux 0x2bdf5ab0 pm_wakeup_pending +EXPORT_SYMBOL_GPL vmlinux 0x2bfa4010 iomap_zero_range +EXPORT_SYMBOL_GPL vmlinux 0x2c060005 irq_domain_xlate_onecell +EXPORT_SYMBOL_GPL vmlinux 0x2c0921cf mddev_init +EXPORT_SYMBOL_GPL vmlinux 0x2c208607 power_supply_is_system_supplied +EXPORT_SYMBOL_GPL vmlinux 0x2c25ebfe gpiochip_enable_irq +EXPORT_SYMBOL_GPL vmlinux 0x2c2f5a09 x86_family +EXPORT_SYMBOL_GPL vmlinux 0x2c3054f9 net_inc_ingress_queue +EXPORT_SYMBOL_GPL vmlinux 0x2c3a48f5 devm_usb_put_phy +EXPORT_SYMBOL_GPL vmlinux 0x2c536952 crypto_stats_kpp_generate_public_key +EXPORT_SYMBOL_GPL vmlinux 0x2c61bb09 uv_bios_get_pci_topology +EXPORT_SYMBOL_GPL vmlinux 0x2c635527 arch_invalidate_pmem +EXPORT_SYMBOL_GPL vmlinux 0x2c66729f phy_basic_features +EXPORT_SYMBOL_GPL vmlinux 0x2c66ac85 devlink_info_serial_number_put +EXPORT_SYMBOL_GPL vmlinux 0x2c7db649 irq_dispose_mapping +EXPORT_SYMBOL_GPL vmlinux 0x2c834418 static_key_slow_inc +EXPORT_SYMBOL_GPL vmlinux 0x2c862180 crypto_unregister_acomp +EXPORT_SYMBOL_GPL vmlinux 0x2c87ef29 usb_enable_ltm +EXPORT_SYMBOL_GPL vmlinux 0x2c885e23 __page_file_index +EXPORT_SYMBOL_GPL vmlinux 0x2c8dd6b8 edac_mem_types +EXPORT_SYMBOL_GPL vmlinux 0x2c9b05a3 devm_pm_clk_create +EXPORT_SYMBOL_GPL vmlinux 0x2c9d81ee regmap_update_bits_base +EXPORT_SYMBOL_GPL vmlinux 0x2ca1b7b5 debugfs_file_get +EXPORT_SYMBOL_GPL vmlinux 0x2ca89fe7 snp_issue_guest_request +EXPORT_SYMBOL_GPL vmlinux 0x2cc65959 bdev_nr_zones +EXPORT_SYMBOL_GPL vmlinux 0x2ccda364 nvdimm_kobj +EXPORT_SYMBOL_GPL vmlinux 0x2cd11e40 tcp_reno_undo_cwnd +EXPORT_SYMBOL_GPL vmlinux 0x2cdcdda6 ack_all_badblocks +EXPORT_SYMBOL_GPL vmlinux 0x2ce03cb0 regmap_add_irq_chip_fwnode +EXPORT_SYMBOL_GPL vmlinux 0x2cfbb2b5 __SCT__tp_func_pelt_dl_tp +EXPORT_SYMBOL_GPL vmlinux 0x2cfe356e __xenbus_register_frontend +EXPORT_SYMBOL_GPL vmlinux 0x2d0684a9 hrtimer_init +EXPORT_SYMBOL_GPL vmlinux 0x2d1b02d2 usermodehelper_read_lock_wait +EXPORT_SYMBOL_GPL vmlinux 0x2d2dd36f kobj_ns_grab_current +EXPORT_SYMBOL_GPL vmlinux 0x2d38cce5 platform_msi_create_irq_domain +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 0x2d4dddef blk_mq_pci_map_queues +EXPORT_SYMBOL_GPL vmlinux 0x2d54be00 dma_free_noncontiguous +EXPORT_SYMBOL_GPL vmlinux 0x2d609547 dax_direct_access +EXPORT_SYMBOL_GPL vmlinux 0x2d60e91a shash_free_singlespawn_instance +EXPORT_SYMBOL_GPL vmlinux 0x2d651da7 blk_trace_remove +EXPORT_SYMBOL_GPL vmlinux 0x2d89b1ad __SCT__tp_func_attach_device_to_domain +EXPORT_SYMBOL_GPL vmlinux 0x2d8c16bd perf_msr_probe +EXPORT_SYMBOL_GPL vmlinux 0x2d968d10 acpi_dev_get_resources +EXPORT_SYMBOL_GPL vmlinux 0x2da4fdf7 gov_update_cpu_data +EXPORT_SYMBOL_GPL vmlinux 0x2dae5c8c blk_mq_sched_mark_restart_hctx +EXPORT_SYMBOL_GPL vmlinux 0x2db33318 tps6586x_clr_bits +EXPORT_SYMBOL_GPL vmlinux 0x2dbcf545 clk_hw_unregister_gate +EXPORT_SYMBOL_GPL vmlinux 0x2dbe03a7 dev_pm_enable_wake_irq +EXPORT_SYMBOL_GPL vmlinux 0x2dc324e6 inet_hash +EXPORT_SYMBOL_GPL vmlinux 0x2dd4687e __spi_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x2ddd5b55 devlink_is_reload_failed +EXPORT_SYMBOL_GPL vmlinux 0x2ddddcd5 regmap_multi_reg_write_bypassed +EXPORT_SYMBOL_GPL vmlinux 0x2de4b641 wm831x_reg_write +EXPORT_SYMBOL_GPL vmlinux 0x2de54882 posix_acl_access_xattr_handler +EXPORT_SYMBOL_GPL vmlinux 0x2deb0b4d devm_nvmem_device_get +EXPORT_SYMBOL_GPL vmlinux 0x2dec0181 pingv6_prot +EXPORT_SYMBOL_GPL vmlinux 0x2dfea95a pm_generic_poweroff_noirq +EXPORT_SYMBOL_GPL vmlinux 0x2dff2a18 gpiod_get_raw_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x2e028ae6 rcutorture_get_gp_data +EXPORT_SYMBOL_GPL vmlinux 0x2e08226d badrange_add +EXPORT_SYMBOL_GPL vmlinux 0x2e0d3432 virtqueue_get_buf +EXPORT_SYMBOL_GPL vmlinux 0x2e1c576c rio_set_port_lockout +EXPORT_SYMBOL_GPL vmlinux 0x2e2360b1 ftrace_set_global_notrace +EXPORT_SYMBOL_GPL vmlinux 0x2e2df7f4 irq_remapping_cap +EXPORT_SYMBOL_GPL vmlinux 0x2e3dd07d metadata_dst_free_percpu +EXPORT_SYMBOL_GPL vmlinux 0x2e47b497 acpi_spi_count_resources +EXPORT_SYMBOL_GPL vmlinux 0x2e7a17d4 vmap_pfn +EXPORT_SYMBOL_GPL vmlinux 0x2e9ec24d free_iova +EXPORT_SYMBOL_GPL vmlinux 0x2ea4a1a1 debugfs_create_blob +EXPORT_SYMBOL_GPL vmlinux 0x2eac9592 of_phy_simple_xlate +EXPORT_SYMBOL_GPL vmlinux 0x2ebb19fd execute_in_process_context +EXPORT_SYMBOL_GPL vmlinux 0x2ebe3135 cpu_is_hotpluggable +EXPORT_SYMBOL_GPL vmlinux 0x2eda4807 is_uv_hubbed +EXPORT_SYMBOL_GPL vmlinux 0x2ee68496 serial8250_tx_chars +EXPORT_SYMBOL_GPL vmlinux 0x2ee7c52b btree_visitor +EXPORT_SYMBOL_GPL vmlinux 0x2ee8a693 crypto_register_kpp +EXPORT_SYMBOL_GPL vmlinux 0x2ee8b954 sysfs_change_owner +EXPORT_SYMBOL_GPL vmlinux 0x2efcf871 register_virtio_device +EXPORT_SYMBOL_GPL vmlinux 0x2f01d00b acpi_subsys_suspend +EXPORT_SYMBOL_GPL vmlinux 0x2f0d9053 usb_otg_state_string +EXPORT_SYMBOL_GPL vmlinux 0x2f1b1f50 led_sysfs_enable +EXPORT_SYMBOL_GPL vmlinux 0x2f26b370 devm_kasprintf +EXPORT_SYMBOL_GPL vmlinux 0x2f273e6d free_fib_info +EXPORT_SYMBOL_GPL vmlinux 0x2f2c95c4 flush_work +EXPORT_SYMBOL_GPL vmlinux 0x2f42e837 inet6_lookup +EXPORT_SYMBOL_GPL vmlinux 0x2f484a9d pcie_aspm_enabled +EXPORT_SYMBOL_GPL vmlinux 0x2f4880df static_key_slow_dec +EXPORT_SYMBOL_GPL vmlinux 0x2f517998 nvdimm_clear_poison +EXPORT_SYMBOL_GPL vmlinux 0x2f590380 get_net_ns_by_fd +EXPORT_SYMBOL_GPL vmlinux 0x2f64415f unregister_acpi_hed_notifier +EXPORT_SYMBOL_GPL vmlinux 0x2f79c01e __sock_recv_timestamp +EXPORT_SYMBOL_GPL vmlinux 0x2f8634a7 ata_sff_freeze +EXPORT_SYMBOL_GPL vmlinux 0x2f887eef ip_route_output_tunnel +EXPORT_SYMBOL_GPL vmlinux 0x2f95c134 genphy_c45_pma_baset1_setup_master_slave +EXPORT_SYMBOL_GPL vmlinux 0x2f99914e devlink_port_type_clear +EXPORT_SYMBOL_GPL vmlinux 0x2fb492ab regcache_sync_region +EXPORT_SYMBOL_GPL vmlinux 0x2fc1e0fe kmem_valid_obj +EXPORT_SYMBOL_GPL vmlinux 0x2fc5ba7a da9055_regmap_config +EXPORT_SYMBOL_GPL vmlinux 0x2fc609dd rio_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x2fc62007 thermal_cooling_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x2fc8fe6d devm_gpiod_get_from_of_node +EXPORT_SYMBOL_GPL vmlinux 0x2fd66d6a user_describe +EXPORT_SYMBOL_GPL vmlinux 0x2fd6bab7 blk_mq_sched_try_merge +EXPORT_SYMBOL_GPL vmlinux 0x30023d17 exportfs_encode_fh +EXPORT_SYMBOL_GPL vmlinux 0x300e1924 xhci_run +EXPORT_SYMBOL_GPL vmlinux 0x3014e0c4 __traceiter_tcp_bad_csum +EXPORT_SYMBOL_GPL vmlinux 0x3018a188 pinctrl_pm_select_idle_state +EXPORT_SYMBOL_GPL vmlinux 0x301e2df5 hsu_dma_get_status +EXPORT_SYMBOL_GPL vmlinux 0x302bdec8 __ip6_datagram_connect +EXPORT_SYMBOL_GPL vmlinux 0x30356cc2 irq_gc_unmask_enable_reg +EXPORT_SYMBOL_GPL vmlinux 0x3043b821 irq_chip_enable_parent +EXPORT_SYMBOL_GPL vmlinux 0x305bb683 device_destroy +EXPORT_SYMBOL_GPL vmlinux 0x3061cfce ring_buffer_entries_cpu +EXPORT_SYMBOL_GPL vmlinux 0x306aceb9 pci_load_saved_state +EXPORT_SYMBOL_GPL vmlinux 0x3074aa11 watchdog_set_restart_priority +EXPORT_SYMBOL_GPL vmlinux 0x3075db4d devm_hte_register_chip +EXPORT_SYMBOL_GPL vmlinux 0x30762a33 blk_rq_prep_clone +EXPORT_SYMBOL_GPL vmlinux 0x30852596 clean_record_shared_mapping_range +EXPORT_SYMBOL_GPL vmlinux 0x3086a7fc __SCK__tp_func_pelt_dl_tp +EXPORT_SYMBOL_GPL vmlinux 0x308ce2a1 sysfs_remove_files +EXPORT_SYMBOL_GPL vmlinux 0x30b2b6d3 component_release_of +EXPORT_SYMBOL_GPL vmlinux 0x30c1852d devm_memremap_pages +EXPORT_SYMBOL_GPL vmlinux 0x30c8bcbe fb_deferred_io_release +EXPORT_SYMBOL_GPL vmlinux 0x30c9390d skb_segment_list +EXPORT_SYMBOL_GPL vmlinux 0x30c9f8c2 hwspin_lock_request_specific +EXPORT_SYMBOL_GPL vmlinux 0x30cf804f slow_virt_to_phys +EXPORT_SYMBOL_GPL vmlinux 0x30d4e894 exportfs_decode_fh +EXPORT_SYMBOL_GPL vmlinux 0x30e1ec25 apei_map_generic_address +EXPORT_SYMBOL_GPL vmlinux 0x30e206a9 nvdimm_bus_check_dimm_count +EXPORT_SYMBOL_GPL vmlinux 0x30e40178 synth_event_create +EXPORT_SYMBOL_GPL vmlinux 0x30f2150c tps6586x_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x31019477 __ftrace_vbprintk +EXPORT_SYMBOL_GPL vmlinux 0x31048513 devlink_dpipe_match_put +EXPORT_SYMBOL_GPL vmlinux 0x31128b8e hv_remove_kexec_handler +EXPORT_SYMBOL_GPL vmlinux 0x31156c6c badblocks_exit +EXPORT_SYMBOL_GPL vmlinux 0x311c6da4 put_iova_domain +EXPORT_SYMBOL_GPL vmlinux 0x31266931 con_debug_leave +EXPORT_SYMBOL_GPL vmlinux 0x31286e6a devlink_port_fini +EXPORT_SYMBOL_GPL vmlinux 0x31358663 device_reprobe +EXPORT_SYMBOL_GPL vmlinux 0x3135e9fa fpu_copy_guest_fpstate_to_uabi +EXPORT_SYMBOL_GPL vmlinux 0x31372f06 tpm_chip_bootstrap +EXPORT_SYMBOL_GPL vmlinux 0x31410aec crypto_stats_decompress +EXPORT_SYMBOL_GPL vmlinux 0x3156a005 iommu_detach_device_pasid +EXPORT_SYMBOL_GPL vmlinux 0x3165daa3 arbitrary_virt_to_machine +EXPORT_SYMBOL_GPL vmlinux 0x316e5cbe l3mdev_table_lookup_unregister +EXPORT_SYMBOL_GPL vmlinux 0x31706316 __SCT__tp_func_error_report_end +EXPORT_SYMBOL_GPL vmlinux 0x31839ad3 software_node_register_nodes +EXPORT_SYMBOL_GPL vmlinux 0x3187d297 sdio_set_host_pm_flags +EXPORT_SYMBOL_GPL vmlinux 0x318849ea pm_stay_awake +EXPORT_SYMBOL_GPL vmlinux 0x3192d768 cpufreq_remove_update_util_hook +EXPORT_SYMBOL_GPL vmlinux 0x3198bd55 __SCT__tp_func_detach_device_from_domain +EXPORT_SYMBOL_GPL vmlinux 0x31990071 pci_host_probe +EXPORT_SYMBOL_GPL vmlinux 0x31a76d61 mas_destroy +EXPORT_SYMBOL_GPL vmlinux 0x31a95e8b ring_buffer_record_enable_cpu +EXPORT_SYMBOL_GPL vmlinux 0x31bfa445 pci_user_write_config_dword +EXPORT_SYMBOL_GPL vmlinux 0x31c1258b __SCK__tp_func_pelt_thermal_tp +EXPORT_SYMBOL_GPL vmlinux 0x31c7970f pciserial_suspend_ports +EXPORT_SYMBOL_GPL vmlinux 0x31cc92df pcim_doe_create_mb +EXPORT_SYMBOL_GPL vmlinux 0x31ce1e63 dev_pm_opp_put +EXPORT_SYMBOL_GPL vmlinux 0x31cff655 sysfs_remove_mount_point +EXPORT_SYMBOL_GPL vmlinux 0x31d34278 xas_load +EXPORT_SYMBOL_GPL vmlinux 0x31d3c48a platform_get_irq_byname +EXPORT_SYMBOL_GPL vmlinux 0x31d8ce58 mnt_want_write +EXPORT_SYMBOL_GPL vmlinux 0x31dca4d8 gnttab_claim_grant_reference +EXPORT_SYMBOL_GPL vmlinux 0x31de3a4e devm_regulator_put +EXPORT_SYMBOL_GPL vmlinux 0x31f578c3 kthread_cancel_delayed_work_sync +EXPORT_SYMBOL_GPL vmlinux 0x3226dee2 __clk_hw_register_fixed_rate +EXPORT_SYMBOL_GPL vmlinux 0x32295715 dev_pm_opp_clear_config +EXPORT_SYMBOL_GPL vmlinux 0x3229c6fb __devm_intel_scu_ipc_register +EXPORT_SYMBOL_GPL vmlinux 0x326cefe5 hwpoison_filter_dev_minor +EXPORT_SYMBOL_GPL vmlinux 0x32708ce6 mmu_interval_read_begin +EXPORT_SYMBOL_GPL vmlinux 0x327404b5 devres_for_each_res +EXPORT_SYMBOL_GPL vmlinux 0x327a2687 bind_evtchn_to_irq_lateeoi +EXPORT_SYMBOL_GPL vmlinux 0x32836981 public_key_verify_signature +EXPORT_SYMBOL_GPL vmlinux 0x328e3354 __memcpy_flushcache +EXPORT_SYMBOL_GPL vmlinux 0x329c9be9 devlink_linecard_nested_dl_set +EXPORT_SYMBOL_GPL vmlinux 0x32ab06cc irq_percpu_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0x32ae6042 __SCK__tp_func_xdp_exception +EXPORT_SYMBOL_GPL vmlinux 0x32b1c32a uprobe_unregister +EXPORT_SYMBOL_GPL vmlinux 0x32bc0fcf preempt_notifier_dec +EXPORT_SYMBOL_GPL vmlinux 0x32c3cb4e class_compat_register +EXPORT_SYMBOL_GPL vmlinux 0x32ceed0f rio_dev_get +EXPORT_SYMBOL_GPL vmlinux 0x32df33e7 x509_cert_parse +EXPORT_SYMBOL_GPL vmlinux 0x32e3b076 mxcsr_feature_mask +EXPORT_SYMBOL_GPL vmlinux 0x32e4d1e0 sgx_virt_ecreate +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 0x3314bea9 ptp_classify_raw +EXPORT_SYMBOL_GPL vmlinux 0x333cf37b dax_truncate_page +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 0x336eab06 dma_get_required_mask +EXPORT_SYMBOL_GPL vmlinux 0x337b5eb7 rtc_set_alarm +EXPORT_SYMBOL_GPL vmlinux 0x337ec9e6 crypto_grab_ahash +EXPORT_SYMBOL_GPL vmlinux 0x33893c8a fat_getattr +EXPORT_SYMBOL_GPL vmlinux 0x33a25e81 events_sysfs_show +EXPORT_SYMBOL_GPL vmlinux 0x33b2bc3b power_supply_get_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x33bf4443 acpi_quirk_skip_acpi_ac_and_battery +EXPORT_SYMBOL_GPL vmlinux 0x33df32f2 tty_port_register_device_attr_serdev +EXPORT_SYMBOL_GPL vmlinux 0x33ef160b wm8350_block_read +EXPORT_SYMBOL_GPL vmlinux 0x340584eb srcutorture_get_gp_data +EXPORT_SYMBOL_GPL vmlinux 0x3414b917 blk_next_bio +EXPORT_SYMBOL_GPL vmlinux 0x34181c17 netdev_cmd_to_name +EXPORT_SYMBOL_GPL vmlinux 0x342cd3f4 dev_pm_clear_wake_irq +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 0x346191ae lp8788_read_byte +EXPORT_SYMBOL_GPL vmlinux 0x3466ce63 x86_msi_msg_get_destid +EXPORT_SYMBOL_GPL vmlinux 0x3476ac5b list_lru_walk_node +EXPORT_SYMBOL_GPL vmlinux 0x3485e1a6 __xenmem_reservation_va_mapping_reset +EXPORT_SYMBOL_GPL vmlinux 0x3488c691 platform_get_mem_or_io +EXPORT_SYMBOL_GPL vmlinux 0x3491f3c7 inet_pernet_hashinfo_free +EXPORT_SYMBOL_GPL vmlinux 0x349c1302 gnttab_alloc_pages +EXPORT_SYMBOL_GPL vmlinux 0x34b47afd spi_delay_to_ns +EXPORT_SYMBOL_GPL vmlinux 0x34ba4f22 fib6_check_nexthop +EXPORT_SYMBOL_GPL vmlinux 0x34dccfb2 context_tracking +EXPORT_SYMBOL_GPL vmlinux 0x34eab46d bind_evtchn_to_irqhandler +EXPORT_SYMBOL_GPL vmlinux 0x34eef51d wp_shared_mapping_range +EXPORT_SYMBOL_GPL vmlinux 0x34f1e754 pciserial_init_ports +EXPORT_SYMBOL_GPL vmlinux 0x350f6ce5 tasklet_unlock_wait +EXPORT_SYMBOL_GPL vmlinux 0x3510d7cc devm_hwspin_lock_request +EXPORT_SYMBOL_GPL vmlinux 0x352442d7 xfrm_audit_state_notfound +EXPORT_SYMBOL_GPL vmlinux 0x35270f42 wm8350_device_init +EXPORT_SYMBOL_GPL vmlinux 0x352b3813 maxim_charger_calc_reg_current +EXPORT_SYMBOL_GPL vmlinux 0x352d6d29 debugfs_create_atomic_t +EXPORT_SYMBOL_GPL vmlinux 0x352ec68b bpf_offload_dev_destroy +EXPORT_SYMBOL_GPL vmlinux 0x353eb683 regmap_multi_reg_write +EXPORT_SYMBOL_GPL vmlinux 0x35410c45 ata_link_online +EXPORT_SYMBOL_GPL vmlinux 0x3544c552 devfreq_event_get_edev_count +EXPORT_SYMBOL_GPL vmlinux 0x3556e0ee ata_sff_hsm_move +EXPORT_SYMBOL_GPL vmlinux 0x355a7d8f usb_hcd_unmap_urb_for_dma +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 0x35753075 root_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x358ff60f twl_get_hfclk_rate +EXPORT_SYMBOL_GPL vmlinux 0x35aaa5d9 umd_unload_blob +EXPORT_SYMBOL_GPL vmlinux 0x35b1fd68 gpiod_put +EXPORT_SYMBOL_GPL vmlinux 0x35ba7812 __blk_trace_note_message +EXPORT_SYMBOL_GPL vmlinux 0x35c2604c ncsi_unregister_dev +EXPORT_SYMBOL_GPL vmlinux 0x35cfdabd xenbus_dev_error +EXPORT_SYMBOL_GPL vmlinux 0x35d3dc46 crypto_alg_sem +EXPORT_SYMBOL_GPL vmlinux 0x35feded4 __SCK__tp_func_non_standard_event +EXPORT_SYMBOL_GPL vmlinux 0x35ff79ea __tracepoint_error_report_end +EXPORT_SYMBOL_GPL vmlinux 0x36088e43 regulator_get_hardware_vsel_register +EXPORT_SYMBOL_GPL vmlinux 0x36173c1d phys_to_target_node +EXPORT_SYMBOL_GPL vmlinux 0x36242943 switchdev_deferred_process +EXPORT_SYMBOL_GPL vmlinux 0x3637f1f5 pci_assign_unassigned_bridge_resources +EXPORT_SYMBOL_GPL vmlinux 0x3639e0ce genphy_c45_aneg_done +EXPORT_SYMBOL_GPL vmlinux 0x3645baab fuse_dev_alloc +EXPORT_SYMBOL_GPL vmlinux 0x364a5dc6 pinctrl_dev_get_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x364d7441 pm_generic_freeze_late +EXPORT_SYMBOL_GPL vmlinux 0x366f3bdf pwm_lpss_tng_info +EXPORT_SYMBOL_GPL vmlinux 0x36762b3e uart_set_options +EXPORT_SYMBOL_GPL vmlinux 0x3682d566 fw_devlink_purge_absent_suppliers +EXPORT_SYMBOL_GPL vmlinux 0x36898d6f gpiod_remove_hogs +EXPORT_SYMBOL_GPL vmlinux 0x36930069 blk_mq_quiesce_queue +EXPORT_SYMBOL_GPL vmlinux 0x369fcd70 tracing_snapshot +EXPORT_SYMBOL_GPL vmlinux 0x36ac17ab alloc_iova_fast +EXPORT_SYMBOL_GPL vmlinux 0x36b5497e intel_iommu_enabled +EXPORT_SYMBOL_GPL vmlinux 0x36e75c3d rio_release_inb_pwrite +EXPORT_SYMBOL_GPL vmlinux 0x36f29693 iomap_fiemap +EXPORT_SYMBOL_GPL vmlinux 0x36f6bc1c pci_ims_alloc_irq +EXPORT_SYMBOL_GPL vmlinux 0x36f9bc94 phy_modify_mmd_changed +EXPORT_SYMBOL_GPL vmlinux 0x37169f79 cpu_latency_qos_update_request +EXPORT_SYMBOL_GPL vmlinux 0x3719b4a7 tcp_bpf_update_proto +EXPORT_SYMBOL_GPL vmlinux 0x371c7cbe __rio_local_read_config_32 +EXPORT_SYMBOL_GPL vmlinux 0x371ffb81 devlink_traps_unregister +EXPORT_SYMBOL_GPL vmlinux 0x3725fed6 fwnode_create_software_node +EXPORT_SYMBOL_GPL vmlinux 0x374c6e82 gpiochip_line_is_irq +EXPORT_SYMBOL_GPL vmlinux 0x3750d770 erst_read +EXPORT_SYMBOL_GPL vmlinux 0x3753507e preempt_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0x376b2512 vcap_lookup_keyfield +EXPORT_SYMBOL_GPL vmlinux 0x3772f29d dw_pcie_read_dbi +EXPORT_SYMBOL_GPL vmlinux 0x37769b86 usb_hub_claim_port +EXPORT_SYMBOL_GPL vmlinux 0x377bbcbc pm_suspend_target_state +EXPORT_SYMBOL_GPL vmlinux 0x37802332 phy_led_triggers_unregister +EXPORT_SYMBOL_GPL vmlinux 0x37914025 xenbus_write +EXPORT_SYMBOL_GPL vmlinux 0x379574f2 icmp_build_probe +EXPORT_SYMBOL_GPL vmlinux 0x37b5b7e6 cpuidle_register +EXPORT_SYMBOL_GPL vmlinux 0x37bf7be3 percpu_ref_exit +EXPORT_SYMBOL_GPL vmlinux 0x37c61dbd unregister_ftrace_direct_multi +EXPORT_SYMBOL_GPL vmlinux 0x37c6527b vp_legacy_set_features +EXPORT_SYMBOL_GPL vmlinux 0x37c7f236 __kthread_init_worker +EXPORT_SYMBOL_GPL vmlinux 0x37da803c lwtunnel_encap_del_ops +EXPORT_SYMBOL_GPL vmlinux 0x37e4e778 dev_pm_disable_wake_irq +EXPORT_SYMBOL_GPL vmlinux 0x37e6f56b crypto_spawn_tfm +EXPORT_SYMBOL_GPL vmlinux 0x37ec0787 ata_std_sched_eh +EXPORT_SYMBOL_GPL vmlinux 0x37f0f901 irq_remove_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0x37f2216f pci_epf_destroy +EXPORT_SYMBOL_GPL vmlinux 0x3801776b __ioread32_copy +EXPORT_SYMBOL_GPL vmlinux 0x380dde36 power_supply_batinfo_ocv2cap +EXPORT_SYMBOL_GPL vmlinux 0x38266e2a devm_gpiod_put_array +EXPORT_SYMBOL_GPL vmlinux 0x38268b62 icc_bulk_enable +EXPORT_SYMBOL_GPL vmlinux 0x38335b10 _copy_mc_to_iter +EXPORT_SYMBOL_GPL vmlinux 0x38374815 clear_selection +EXPORT_SYMBOL_GPL vmlinux 0x383da531 fsnotify_put_group +EXPORT_SYMBOL_GPL vmlinux 0x385acfea usb_kill_urb +EXPORT_SYMBOL_GPL vmlinux 0x385f837f __irq_domain_add +EXPORT_SYMBOL_GPL vmlinux 0x3860e1c5 iommu_device_claim_dma_owner +EXPORT_SYMBOL_GPL vmlinux 0x3863791e xen_unmap_domain_gfn_range +EXPORT_SYMBOL_GPL vmlinux 0x3866e217 nvmem_device_write +EXPORT_SYMBOL_GPL vmlinux 0x386c964e __traceiter_sched_update_nr_running_tp +EXPORT_SYMBOL_GPL vmlinux 0x38708e25 inet_peer_base_init +EXPORT_SYMBOL_GPL vmlinux 0x3871dfb3 phy_select_page +EXPORT_SYMBOL_GPL vmlinux 0x38722f80 kernel_fpu_end +EXPORT_SYMBOL_GPL vmlinux 0x388264ea amd_clear_divider +EXPORT_SYMBOL_GPL vmlinux 0x389b64a2 static_key_count +EXPORT_SYMBOL_GPL vmlinux 0x38a53d8f lp8788_read_multi_bytes +EXPORT_SYMBOL_GPL vmlinux 0x38aa1397 gpiod_add_lookup_table +EXPORT_SYMBOL_GPL vmlinux 0x38b6a890 __SCT__tp_func_sched_util_est_cfs_tp +EXPORT_SYMBOL_GPL vmlinux 0x38c3ff30 freq_qos_add_notifier +EXPORT_SYMBOL_GPL vmlinux 0x38dbb0c3 wm8350_set_bits +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 0x3919a977 xenbus_dev_suspend +EXPORT_SYMBOL_GPL vmlinux 0x392983aa __SCK__tp_func_napi_poll +EXPORT_SYMBOL_GPL vmlinux 0x393937c2 skb_append_pagefrags +EXPORT_SYMBOL_GPL vmlinux 0x394788e0 inet6_sk_rebuild_header +EXPORT_SYMBOL_GPL vmlinux 0x3949a76e phy_pm_runtime_allow +EXPORT_SYMBOL_GPL vmlinux 0x394ab3cc ping_rcv +EXPORT_SYMBOL_GPL vmlinux 0x394d0c5d device_create_bin_file +EXPORT_SYMBOL_GPL vmlinux 0x3958d884 device_property_read_u8_array +EXPORT_SYMBOL_GPL vmlinux 0x395b8b90 sbitmap_prepare_to_wait +EXPORT_SYMBOL_GPL vmlinux 0x395babe0 disk_force_media_change +EXPORT_SYMBOL_GPL vmlinux 0x395e443d __trace_array_puts +EXPORT_SYMBOL_GPL vmlinux 0x39843918 tpm_tis_remove +EXPORT_SYMBOL_GPL vmlinux 0x398c52a7 kobject_create_and_add +EXPORT_SYMBOL_GPL vmlinux 0x39948abf dma_get_slave_caps +EXPORT_SYMBOL_GPL vmlinux 0x399ceef2 kset_find_obj +EXPORT_SYMBOL_GPL vmlinux 0x39a7affc driver_deferred_probe_timeout +EXPORT_SYMBOL_GPL vmlinux 0x39aa4888 usb_role_string +EXPORT_SYMBOL_GPL vmlinux 0x39bf59a9 init_node_memory_type +EXPORT_SYMBOL_GPL vmlinux 0x39c9d88c xas_find +EXPORT_SYMBOL_GPL vmlinux 0x39d6530b sampling_rate_store +EXPORT_SYMBOL_GPL vmlinux 0x39ded098 rdma_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0x39ded14f __SCT__tp_func_unmap +EXPORT_SYMBOL_GPL vmlinux 0x39e166b1 gnttab_pages_clear_private +EXPORT_SYMBOL_GPL vmlinux 0x3a08b297 bpf_prog_free +EXPORT_SYMBOL_GPL vmlinux 0x3a15013b ata_pack_xfermask +EXPORT_SYMBOL_GPL vmlinux 0x3a168bed pci_cfg_access_unlock +EXPORT_SYMBOL_GPL vmlinux 0x3a24fb2f percpu_ref_resurrect +EXPORT_SYMBOL_GPL vmlinux 0x3a26ed11 sched_clock +EXPORT_SYMBOL_GPL vmlinux 0x3a27a406 sata_link_resume +EXPORT_SYMBOL_GPL vmlinux 0x3a40e48a virtqueue_get_buf_ctx +EXPORT_SYMBOL_GPL vmlinux 0x3a4b51b7 perf_aux_output_begin +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 0x3a59ade5 devm_regmap_del_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0x3a6e327d __devm_clk_hw_register_mux +EXPORT_SYMBOL_GPL vmlinux 0x3a7121d1 regulator_is_equal +EXPORT_SYMBOL_GPL vmlinux 0x3a73e2aa ata_pci_shutdown_one +EXPORT_SYMBOL_GPL vmlinux 0x3a7d80f9 xen_max_p2m_pfn +EXPORT_SYMBOL_GPL vmlinux 0x3a896f50 dst_blackhole_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0x3a8bbb8e trace_clock_jiffies +EXPORT_SYMBOL_GPL vmlinux 0x3a91df9d fscrypt_drop_inode +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 0x3af00fa5 regmap_noinc_read +EXPORT_SYMBOL_GPL vmlinux 0x3af578f5 hyperv_report_panic +EXPORT_SYMBOL_GPL vmlinux 0x3afc4a8f sbitmap_resize +EXPORT_SYMBOL_GPL vmlinux 0x3b1511fb crypto_shash_digest +EXPORT_SYMBOL_GPL vmlinux 0x3b25f67d perf_event_period +EXPORT_SYMBOL_GPL vmlinux 0x3b435e11 acpi_spi_device_alloc +EXPORT_SYMBOL_GPL vmlinux 0x3b4c0109 devm_regmap_field_free +EXPORT_SYMBOL_GPL vmlinux 0x3b4c240a display_timings_release +EXPORT_SYMBOL_GPL vmlinux 0x3b4e52bd __tracepoint_ata_bmdma_status +EXPORT_SYMBOL_GPL vmlinux 0x3b56c6c4 i2c_dw_probe_master +EXPORT_SYMBOL_GPL vmlinux 0x3b5e6116 spi_setup +EXPORT_SYMBOL_GPL vmlinux 0x3b7a7163 __static_call_return0 +EXPORT_SYMBOL_GPL vmlinux 0x3b91db5b intel_pt_handle_vmx +EXPORT_SYMBOL_GPL vmlinux 0x3b93e04d vcap_alloc_rule +EXPORT_SYMBOL_GPL vmlinux 0x3b95f543 klp_shadow_free +EXPORT_SYMBOL_GPL vmlinux 0x3b998d4d msi_domain_first_desc +EXPORT_SYMBOL_GPL vmlinux 0x3ba01b47 get_compat_sigset +EXPORT_SYMBOL_GPL vmlinux 0x3bac2000 clockevents_unbind_device +EXPORT_SYMBOL_GPL vmlinux 0x3bad949c tpm_chip_alloc +EXPORT_SYMBOL_GPL vmlinux 0x3bb33501 devl_sb_register +EXPORT_SYMBOL_GPL vmlinux 0x3bc7a920 regulator_sync_voltage +EXPORT_SYMBOL_GPL vmlinux 0x3bcf23ca fscrypt_symlink_getattr +EXPORT_SYMBOL_GPL vmlinux 0x3bdb5d28 alg_test +EXPORT_SYMBOL_GPL vmlinux 0x3be0b923 vcap_lookup_rule_by_cookie +EXPORT_SYMBOL_GPL vmlinux 0x3bee5f50 acpi_debugfs_dir +EXPORT_SYMBOL_GPL vmlinux 0x3bf17755 mpi_read_buffer +EXPORT_SYMBOL_GPL vmlinux 0x3c04aec6 register_nvdimm_pmu +EXPORT_SYMBOL_GPL vmlinux 0x3c0e8050 hyperv_pcpu_input_arg +EXPORT_SYMBOL_GPL vmlinux 0x3c128f59 devm_kstrdup_const +EXPORT_SYMBOL_GPL vmlinux 0x3c1ae00f ext_pi_type1_crc64 +EXPORT_SYMBOL_GPL vmlinux 0x3c1c3725 rcu_fwd_progress_check +EXPORT_SYMBOL_GPL vmlinux 0x3c2174f0 skb_scrub_packet +EXPORT_SYMBOL_GPL vmlinux 0x3c4ae163 devm_kasprintf_strarray +EXPORT_SYMBOL_GPL vmlinux 0x3c536cea pcc_mbox_request_channel +EXPORT_SYMBOL_GPL vmlinux 0x3c5562ec ata_host_start +EXPORT_SYMBOL_GPL vmlinux 0x3c5d4994 usb_bulk_msg +EXPORT_SYMBOL_GPL vmlinux 0x3c5d543a hrtimer_start_range_ns +EXPORT_SYMBOL_GPL vmlinux 0x3c608122 pci_enable_sriov +EXPORT_SYMBOL_GPL vmlinux 0x3c636a2e acpi_unbind_one +EXPORT_SYMBOL_GPL vmlinux 0x3c681dc4 ring_buffer_record_disable +EXPORT_SYMBOL_GPL vmlinux 0x3c6e62f7 crypto_grab_spawn +EXPORT_SYMBOL_GPL vmlinux 0x3c7c7736 fat_time_fat2unix +EXPORT_SYMBOL_GPL vmlinux 0x3c819c45 arch_apei_report_mem_error +EXPORT_SYMBOL_GPL vmlinux 0x3c94474e nvdimm_region_delete +EXPORT_SYMBOL_GPL vmlinux 0x3c9d64be transport_setup_device +EXPORT_SYMBOL_GPL vmlinux 0x3cb64580 ata_wait_register +EXPORT_SYMBOL_GPL vmlinux 0x3cb8c07a xhci_gen_setup +EXPORT_SYMBOL_GPL vmlinux 0x3cc07be9 pv_info +EXPORT_SYMBOL_GPL vmlinux 0x3cc4b494 key_type_trusted +EXPORT_SYMBOL_GPL vmlinux 0x3ccad2cd spi_controller_resume +EXPORT_SYMBOL_GPL vmlinux 0x3cd06035 add_input_randomness +EXPORT_SYMBOL_GPL vmlinux 0x3cd1b510 trace_vbprintk +EXPORT_SYMBOL_GPL vmlinux 0x3ce63c79 iommu_detach_group +EXPORT_SYMBOL_GPL vmlinux 0x3cfb3b96 bus_remove_file +EXPORT_SYMBOL_GPL vmlinux 0x3cfddb2e sk_msg_free +EXPORT_SYMBOL_GPL vmlinux 0x3cff6d71 vcap_rule_add_key_u72 +EXPORT_SYMBOL_GPL vmlinux 0x3d0195c6 fib_nexthop_info +EXPORT_SYMBOL_GPL vmlinux 0x3d32c1fb dev_pm_opp_get_max_clock_latency +EXPORT_SYMBOL_GPL vmlinux 0x3d388324 dpm_resume_end +EXPORT_SYMBOL_GPL vmlinux 0x3d39a218 shmem_file_setup +EXPORT_SYMBOL_GPL vmlinux 0x3d467413 fscrypt_limit_io_blocks +EXPORT_SYMBOL_GPL vmlinux 0x3d4a6585 uart_handle_dcd_change +EXPORT_SYMBOL_GPL vmlinux 0x3d510a7b rcu_jiffies_till_stall_check +EXPORT_SYMBOL_GPL vmlinux 0x3d56b51c device_set_wakeup_enable +EXPORT_SYMBOL_GPL vmlinux 0x3d56b6d7 ima_file_hash +EXPORT_SYMBOL_GPL vmlinux 0x3d5e232d rcu_tasks_trace_qs_blkd +EXPORT_SYMBOL_GPL vmlinux 0x3d68dbf3 dev_pm_qos_add_request +EXPORT_SYMBOL_GPL vmlinux 0x3d8222ee rio_get_comptag +EXPORT_SYMBOL_GPL vmlinux 0x3d8baf3b zs_huge_class_size +EXPORT_SYMBOL_GPL vmlinux 0x3d8dc090 devm_bitmap_zalloc +EXPORT_SYMBOL_GPL vmlinux 0x3d9bbf75 wwan_port_txon +EXPORT_SYMBOL_GPL vmlinux 0x3daa2540 nf_hooks_lwtunnel_enabled +EXPORT_SYMBOL_GPL vmlinux 0x3de48c0b irq_gc_ack_set_bit +EXPORT_SYMBOL_GPL vmlinux 0x3de9cae1 crypto_remove_final +EXPORT_SYMBOL_GPL vmlinux 0x3df002dc dmaengine_desc_get_metadata_ptr +EXPORT_SYMBOL_GPL vmlinux 0x3df82d00 mce_log +EXPORT_SYMBOL_GPL vmlinux 0x3dfa22a4 power_supply_get_property +EXPORT_SYMBOL_GPL vmlinux 0x3e0a087f inet_hashinfo2_init_mod +EXPORT_SYMBOL_GPL vmlinux 0x3e0fa876 __tracepoint_block_unplug +EXPORT_SYMBOL_GPL vmlinux 0x3e170396 scsi_host_complete_all_commands +EXPORT_SYMBOL_GPL vmlinux 0x3e411ace sfp_select_interface +EXPORT_SYMBOL_GPL vmlinux 0x3e57c1ec spi_mem_poll_status +EXPORT_SYMBOL_GPL vmlinux 0x3e619c59 rio_unlock_device +EXPORT_SYMBOL_GPL vmlinux 0x3e63ec91 ip6_datagram_release_cb +EXPORT_SYMBOL_GPL vmlinux 0x3e7080cb mpi_read_from_buffer +EXPORT_SYMBOL_GPL vmlinux 0x3e75ce42 sock_diag_destroy +EXPORT_SYMBOL_GPL vmlinux 0x3e788280 phy_validate +EXPORT_SYMBOL_GPL vmlinux 0x3e78e99b vcap_val_rule +EXPORT_SYMBOL_GPL vmlinux 0x3e903560 ip_tunnel_netlink_encap_parms +EXPORT_SYMBOL_GPL vmlinux 0x3e91d147 inet6_hash_connect +EXPORT_SYMBOL_GPL vmlinux 0x3e9beb84 phy_reset +EXPORT_SYMBOL_GPL vmlinux 0x3ea5196d apei_osc_setup +EXPORT_SYMBOL_GPL vmlinux 0x3eb6d717 genphy_c45_loopback +EXPORT_SYMBOL_GPL vmlinux 0x3ebad438 i2c_parse_fw_timings +EXPORT_SYMBOL_GPL vmlinux 0x3ec93255 hv_get_isolation_type +EXPORT_SYMBOL_GPL vmlinux 0x3ed94907 efivars_unregister +EXPORT_SYMBOL_GPL vmlinux 0x3edb086b pse_control_put +EXPORT_SYMBOL_GPL vmlinux 0x3ee3e965 inet6_csk_xmit +EXPORT_SYMBOL_GPL vmlinux 0x3eebf867 iommu_device_link +EXPORT_SYMBOL_GPL vmlinux 0x3eede83c is_swiotlb_active +EXPORT_SYMBOL_GPL vmlinux 0x3eee2e30 spi_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0x3ef051c8 crypto_inc +EXPORT_SYMBOL_GPL vmlinux 0x3ef3c9fd sysfs_remove_link +EXPORT_SYMBOL_GPL vmlinux 0x3ef4fe9b dev_pm_opp_find_bw_ceil +EXPORT_SYMBOL_GPL vmlinux 0x3f0be0da pci_disable_rom +EXPORT_SYMBOL_GPL vmlinux 0x3f2087c2 gpiod_set_array_value +EXPORT_SYMBOL_GPL vmlinux 0x3f491f49 reset_control_bulk_reset +EXPORT_SYMBOL_GPL vmlinux 0x3f61477c max8997_write_reg +EXPORT_SYMBOL_GPL vmlinux 0x3f84bcd7 dax_alive +EXPORT_SYMBOL_GPL vmlinux 0x3f96d88d usb_hcd_pci_shutdown +EXPORT_SYMBOL_GPL vmlinux 0x3f9ff4c3 xhci_shutdown +EXPORT_SYMBOL_GPL vmlinux 0x3fa6ae88 devm_clk_get_optional_prepared +EXPORT_SYMBOL_GPL vmlinux 0x3fae6ab0 hv_vp_index +EXPORT_SYMBOL_GPL vmlinux 0x3fb9ddf9 regulator_get_bypass_regmap +EXPORT_SYMBOL_GPL vmlinux 0x3fbe6c55 user_read +EXPORT_SYMBOL_GPL vmlinux 0x3fc3e8cf fuse_init_fs_context_submount +EXPORT_SYMBOL_GPL vmlinux 0x3fcbc153 fuse_do_open +EXPORT_SYMBOL_GPL vmlinux 0x3fd0c9ed __traceiter_block_split +EXPORT_SYMBOL_GPL vmlinux 0x3fd235e9 debugfs_print_regs32 +EXPORT_SYMBOL_GPL vmlinux 0x3fda259c __fscrypt_prepare_rename +EXPORT_SYMBOL_GPL vmlinux 0x3fde4131 fuse_dev_free +EXPORT_SYMBOL_GPL vmlinux 0x3fe6c346 devlink_fmsg_binary_pair_put +EXPORT_SYMBOL_GPL vmlinux 0x3fe85cf1 device_link_remove +EXPORT_SYMBOL_GPL vmlinux 0x3ff2ce3f badblocks_clear +EXPORT_SYMBOL_GPL vmlinux 0x3ff2e349 hte_request_ts_ns +EXPORT_SYMBOL_GPL vmlinux 0x3ff669cc spi_sync +EXPORT_SYMBOL_GPL vmlinux 0x3ffdacf3 timerqueue_iterate_next +EXPORT_SYMBOL_GPL vmlinux 0x4001b89f sysfs_create_file_ns +EXPORT_SYMBOL_GPL vmlinux 0x40042985 mptcp_pm_get_add_addr_signal_max +EXPORT_SYMBOL_GPL vmlinux 0x400a024b acpi_scan_lock_release +EXPORT_SYMBOL_GPL vmlinux 0x400c33a5 dma_resv_describe +EXPORT_SYMBOL_GPL vmlinux 0x4019eed4 irq_domain_free_irqs_parent +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 0x404155dc icc_sync_state +EXPORT_SYMBOL_GPL vmlinux 0x4043757f init_iova_domain +EXPORT_SYMBOL_GPL vmlinux 0x4044f2fd pkcs7_get_content_data +EXPORT_SYMBOL_GPL vmlinux 0x40511d28 rtnl_register_module +EXPORT_SYMBOL_GPL vmlinux 0x4065d168 pm_print_active_wakeup_sources +EXPORT_SYMBOL_GPL vmlinux 0x406713e2 srcu_notifier_chain_unregister +EXPORT_SYMBOL_GPL vmlinux 0x4067b41a generic_handle_domain_irq_safe +EXPORT_SYMBOL_GPL vmlinux 0x406c4cb1 hrtimer_resolution +EXPORT_SYMBOL_GPL vmlinux 0x4071b517 out_of_line_wait_on_bit_timeout +EXPORT_SYMBOL_GPL vmlinux 0x40759053 phy_modify_mmd +EXPORT_SYMBOL_GPL vmlinux 0x407811b5 usb_autopm_get_interface +EXPORT_SYMBOL_GPL vmlinux 0x407af304 usb_wait_anchor_empty_timeout +EXPORT_SYMBOL_GPL vmlinux 0x408ee1e5 devm_extcon_dev_register +EXPORT_SYMBOL_GPL vmlinux 0x4099f919 tun_ptr_free +EXPORT_SYMBOL_GPL vmlinux 0x409b0bcd dma_get_slave_channel +EXPORT_SYMBOL_GPL vmlinux 0x40a0aafc __flush_tlb_all +EXPORT_SYMBOL_GPL vmlinux 0x40a36430 klp_enable_patch +EXPORT_SYMBOL_GPL vmlinux 0x40bd7d8a power_supply_property_is_writeable +EXPORT_SYMBOL_GPL vmlinux 0x40e5ceed dw_pcie_ep_raise_legacy_irq +EXPORT_SYMBOL_GPL vmlinux 0x40ec802e devm_nvmem_cell_get +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 0x40f90d5e blk_mq_queue_inflight +EXPORT_SYMBOL_GPL vmlinux 0x40fa791e devm_regmap_add_irq_chip_fwnode +EXPORT_SYMBOL_GPL vmlinux 0x40fbbe2c crypto_comp_compress +EXPORT_SYMBOL_GPL vmlinux 0x4100a662 clk_get_scaled_duty_cycle +EXPORT_SYMBOL_GPL vmlinux 0x410145cf extcon_dev_free +EXPORT_SYMBOL_GPL vmlinux 0x410ba811 get_dev_pagemap +EXPORT_SYMBOL_GPL vmlinux 0x41285bc8 bdev_alignment_offset +EXPORT_SYMBOL_GPL vmlinux 0x4129f5ee kernel_fpu_begin_mask +EXPORT_SYMBOL_GPL vmlinux 0x412bc681 ring_buffer_empty_cpu +EXPORT_SYMBOL_GPL vmlinux 0x412efdb9 tty_set_termios +EXPORT_SYMBOL_GPL vmlinux 0x413368a4 iopf_queue_flush_dev +EXPORT_SYMBOL_GPL vmlinux 0x41415f0f mbox_chan_received_data +EXPORT_SYMBOL_GPL vmlinux 0x414d119a videomode_from_timings +EXPORT_SYMBOL_GPL vmlinux 0x4155e426 fscrypt_set_bio_crypt_ctx +EXPORT_SYMBOL_GPL vmlinux 0x41567755 usb_altnum_to_altsetting +EXPORT_SYMBOL_GPL vmlinux 0x415950a6 dw8250_setup_port +EXPORT_SYMBOL_GPL vmlinux 0x415f14d6 vp_modern_generation +EXPORT_SYMBOL_GPL vmlinux 0x416583df balloon_page_dequeue +EXPORT_SYMBOL_GPL vmlinux 0x41662b66 ata_sas_sync_probe +EXPORT_SYMBOL_GPL vmlinux 0x41814cb8 dirty_writeback_interval +EXPORT_SYMBOL_GPL vmlinux 0x419e7efd sfp_module_stop +EXPORT_SYMBOL_GPL vmlinux 0x419fa33d set_selection_kernel +EXPORT_SYMBOL_GPL vmlinux 0x41a6c206 device_link_add +EXPORT_SYMBOL_GPL vmlinux 0x41a8cad7 ata_do_dev_read_id +EXPORT_SYMBOL_GPL vmlinux 0x41b54995 devfreq_event_disable_edev +EXPORT_SYMBOL_GPL vmlinux 0x41b9a6e6 bsg_unregister_queue +EXPORT_SYMBOL_GPL vmlinux 0x41bce49a ghes_register_vendor_record_notifier +EXPORT_SYMBOL_GPL vmlinux 0x41c66537 fsstack_copy_inode_size +EXPORT_SYMBOL_GPL vmlinux 0x41c9484e iommu_device_sysfs_add +EXPORT_SYMBOL_GPL vmlinux 0x41e3b42b disk_update_readahead +EXPORT_SYMBOL_GPL vmlinux 0x41ed3cec eventfd_ctx_remove_wait_queue +EXPORT_SYMBOL_GPL vmlinux 0x41fb4d82 ata_bmdma_port_start +EXPORT_SYMBOL_GPL vmlinux 0x42041512 i2c_get_dma_safe_msg_buf +EXPORT_SYMBOL_GPL vmlinux 0x42079901 i2c_dw_validate_speed +EXPORT_SYMBOL_GPL vmlinux 0x420f3d01 nvmem_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x420fe51c iomap_invalidate_folio +EXPORT_SYMBOL_GPL vmlinux 0x421e298e regulator_set_ramp_delay_regmap +EXPORT_SYMBOL_GPL vmlinux 0x4224b065 __SCK__tp_func_unmap +EXPORT_SYMBOL_GPL vmlinux 0x4225e82b device_register +EXPORT_SYMBOL_GPL vmlinux 0x4228eef1 dw_pcie_link_up +EXPORT_SYMBOL_GPL vmlinux 0x422e578a __SCT__tp_func_add_device_to_group +EXPORT_SYMBOL_GPL vmlinux 0x4239118e start_poll_synchronize_srcu +EXPORT_SYMBOL_GPL vmlinux 0x42485a6a vring_create_virtqueue +EXPORT_SYMBOL_GPL vmlinux 0x424bba03 vp_modern_queue_address +EXPORT_SYMBOL_GPL vmlinux 0x42635d55 pm_suspend_global_flags +EXPORT_SYMBOL_GPL vmlinux 0x426452a3 acpi_evaluation_failure_warn +EXPORT_SYMBOL_GPL vmlinux 0x42825ce2 rcu_scheduler_active +EXPORT_SYMBOL_GPL vmlinux 0x4286ffcb filemap_range_has_writeback +EXPORT_SYMBOL_GPL vmlinux 0x428bfcb7 msi_lock_descs +EXPORT_SYMBOL_GPL vmlinux 0x428d2159 bd_prepare_to_claim +EXPORT_SYMBOL_GPL vmlinux 0x429233d3 devm_bitmap_alloc +EXPORT_SYMBOL_GPL vmlinux 0x4292f43a gpiod_enable_hw_timestamp_ns +EXPORT_SYMBOL_GPL vmlinux 0x429c3f9c reboot_mode +EXPORT_SYMBOL_GPL vmlinux 0x429e0be3 max8997_read_reg +EXPORT_SYMBOL_GPL vmlinux 0x429fc935 dev_pm_opp_set_sharing_cpus +EXPORT_SYMBOL_GPL vmlinux 0x42a243ec sk_msg_return_zero +EXPORT_SYMBOL_GPL vmlinux 0x42aa9d2e of_phy_get +EXPORT_SYMBOL_GPL vmlinux 0x42b1fe56 device_create_with_groups +EXPORT_SYMBOL_GPL vmlinux 0x42bf8fe1 list_lru_del +EXPORT_SYMBOL_GPL vmlinux 0x42c1d914 pci_vpd_alloc +EXPORT_SYMBOL_GPL vmlinux 0x42c589f4 nvmem_cell_read_u16 +EXPORT_SYMBOL_GPL vmlinux 0x42f728aa mctrl_gpio_get_outputs +EXPORT_SYMBOL_GPL vmlinux 0x43020122 kthread_data +EXPORT_SYMBOL_GPL vmlinux 0x43048aec power_supply_am_i_supplied +EXPORT_SYMBOL_GPL vmlinux 0x430d88ec __traceiter_arm_event +EXPORT_SYMBOL_GPL vmlinux 0x430e3e90 wm831x_reg_lock +EXPORT_SYMBOL_GPL vmlinux 0x431b224c pinctrl_find_gpio_range_from_pin_nolock +EXPORT_SYMBOL_GPL vmlinux 0x4328412c isa_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x4346afd5 tty_set_ldisc +EXPORT_SYMBOL_GPL vmlinux 0x4357074b fpstate_clear_xstate_component +EXPORT_SYMBOL_GPL vmlinux 0x43646a6f ata_std_qc_defer +EXPORT_SYMBOL_GPL vmlinux 0x436d817f mpi_clear_bit +EXPORT_SYMBOL_GPL vmlinux 0x437555b5 ncsi_vlan_rx_kill_vid +EXPORT_SYMBOL_GPL vmlinux 0x437d7b65 devm_hwmon_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x437dbfbe rio_request_outb_mbox +EXPORT_SYMBOL_GPL vmlinux 0x437eb1df ipv6_mod_enabled +EXPORT_SYMBOL_GPL vmlinux 0x438d8df2 iova_cache_get +EXPORT_SYMBOL_GPL vmlinux 0x439261ce acpi_device_fix_up_power +EXPORT_SYMBOL_GPL vmlinux 0x43929f05 devm_regulator_register +EXPORT_SYMBOL_GPL vmlinux 0x43a1490c irq_setup_alt_chip +EXPORT_SYMBOL_GPL vmlinux 0x43a963de strp_check_rcv +EXPORT_SYMBOL_GPL vmlinux 0x43aa319e lease_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x43b254ac ata_link_next +EXPORT_SYMBOL_GPL vmlinux 0x43bd4bde bpfilter_ops +EXPORT_SYMBOL_GPL vmlinux 0x43caa7c0 regmap_irq_get_irq_reg_linear +EXPORT_SYMBOL_GPL vmlinux 0x43cc44d7 virtio_check_driver_offered_feature +EXPORT_SYMBOL_GPL vmlinux 0x43d311ea rio_lock_device +EXPORT_SYMBOL_GPL vmlinux 0x43d926d6 ata_common_sdev_groups +EXPORT_SYMBOL_GPL vmlinux 0x43e65244 usb_deregister_device_driver +EXPORT_SYMBOL_GPL vmlinux 0x43e68dda irq_chip_eoi_parent +EXPORT_SYMBOL_GPL vmlinux 0x43eba2f3 device_create_managed_software_node +EXPORT_SYMBOL_GPL vmlinux 0x43f81957 clk_round_rate +EXPORT_SYMBOL_GPL vmlinux 0x43f92edd wait_for_initramfs +EXPORT_SYMBOL_GPL vmlinux 0x43ff8b69 __devm_regmap_init_i2c +EXPORT_SYMBOL_GPL vmlinux 0x4401e6c2 mpi_cmpabs +EXPORT_SYMBOL_GPL vmlinux 0x4410faed crypto_drop_spawn +EXPORT_SYMBOL_GPL vmlinux 0x44152be2 __dev_forward_skb +EXPORT_SYMBOL_GPL vmlinux 0x4420291d mptcp_diag_fill_info +EXPORT_SYMBOL_GPL vmlinux 0x442c5fa5 irq_chip_set_parent_state +EXPORT_SYMBOL_GPL vmlinux 0x442c8e9f tcp_done +EXPORT_SYMBOL_GPL vmlinux 0x442deaa9 poll_state_synchronize_rcu +EXPORT_SYMBOL_GPL vmlinux 0x443a0800 devlink_port_linecard_set +EXPORT_SYMBOL_GPL vmlinux 0x443b1444 regmap_raw_read +EXPORT_SYMBOL_GPL vmlinux 0x445cd41d dev_pm_qos_expose_latency_tolerance +EXPORT_SYMBOL_GPL vmlinux 0x446d68cf __tracepoint_br_fdb_update +EXPORT_SYMBOL_GPL vmlinux 0x447d00fd __SCK__tp_func_tcp_send_reset +EXPORT_SYMBOL_GPL vmlinux 0x4484a5a4 wait_for_device_probe +EXPORT_SYMBOL_GPL vmlinux 0x448769f8 nexthop_find_by_id +EXPORT_SYMBOL_GPL vmlinux 0x448a5ee7 iommu_unmap_fast +EXPORT_SYMBOL_GPL vmlinux 0x44908009 tcp_plb_update_state +EXPORT_SYMBOL_GPL vmlinux 0x4490eba8 phy_gbit_fibre_features +EXPORT_SYMBOL_GPL vmlinux 0x44a93e6c dbs_update +EXPORT_SYMBOL_GPL vmlinux 0x44b1f9c6 cpufreq_driver_fast_switch +EXPORT_SYMBOL_GPL vmlinux 0x44bae227 bit_wait_timeout +EXPORT_SYMBOL_GPL vmlinux 0x44bc75e1 pci_probe_reset_bus +EXPORT_SYMBOL_GPL vmlinux 0x44be5046 devm_phy_package_join +EXPORT_SYMBOL_GPL vmlinux 0x44c48584 trace_array_set_clr_event +EXPORT_SYMBOL_GPL vmlinux 0x44cf8cf0 blk_zone_cond_str +EXPORT_SYMBOL_GPL vmlinux 0x44d278b7 virtqueue_detach_unused_buf +EXPORT_SYMBOL_GPL vmlinux 0x44df30f0 tcp_cong_avoid_ai +EXPORT_SYMBOL_GPL vmlinux 0x44e1e9aa balloon_stats +EXPORT_SYMBOL_GPL vmlinux 0x44ecf0ab ata_sff_drain_fifo +EXPORT_SYMBOL_GPL vmlinux 0x44eed78d irq_create_of_mapping +EXPORT_SYMBOL_GPL vmlinux 0x44f2e5f3 dma_resv_wait_timeout +EXPORT_SYMBOL_GPL vmlinux 0x44f705ae samsung_sdi_battery_get_info +EXPORT_SYMBOL_GPL vmlinux 0x450110e8 perf_assign_events +EXPORT_SYMBOL_GPL vmlinux 0x4507f4a8 cpuhp_tasks_frozen +EXPORT_SYMBOL_GPL vmlinux 0x45129af8 xhci_init_driver +EXPORT_SYMBOL_GPL vmlinux 0x451423b9 of_clk_hw_register +EXPORT_SYMBOL_GPL vmlinux 0x451618d0 sbitmap_del_wait_queue +EXPORT_SYMBOL_GPL vmlinux 0x451c1e2e __SCK__tp_func_ata_bmdma_start +EXPORT_SYMBOL_GPL vmlinux 0x45269d37 pwm_put +EXPORT_SYMBOL_GPL vmlinux 0x4531624f usb_decode_ctrl +EXPORT_SYMBOL_GPL vmlinux 0x4531ab62 copy_from_kernel_nofault +EXPORT_SYMBOL_GPL vmlinux 0x45335e8b fwnode_graph_get_remote_port +EXPORT_SYMBOL_GPL vmlinux 0x45399e4b sk_msg_memcopy_from_iter +EXPORT_SYMBOL_GPL vmlinux 0x4541fe0d mtrr_state +EXPORT_SYMBOL_GPL vmlinux 0x45558f56 clk_unregister_fixed_factor +EXPORT_SYMBOL_GPL vmlinux 0x455b3492 pci_aer_clear_nonfatal_status +EXPORT_SYMBOL_GPL vmlinux 0x455fc8b3 device_property_read_u16_array +EXPORT_SYMBOL_GPL vmlinux 0x456616e8 ata_sff_error_handler +EXPORT_SYMBOL_GPL vmlinux 0x457594fa crypto_alg_list +EXPORT_SYMBOL_GPL vmlinux 0x4588f986 pcie_update_link_speed +EXPORT_SYMBOL_GPL vmlinux 0x4596bfe4 phy_put +EXPORT_SYMBOL_GPL vmlinux 0x459e6151 mm_unaccount_pinned_pages +EXPORT_SYMBOL_GPL vmlinux 0x45a25ee5 locks_owner_has_blockers +EXPORT_SYMBOL_GPL vmlinux 0x45b2dfe3 tty_kopen_shared +EXPORT_SYMBOL_GPL vmlinux 0x45b83c8a lwtunnel_encap_add_ops +EXPORT_SYMBOL_GPL vmlinux 0x45d14bdf hypercall_page +EXPORT_SYMBOL_GPL vmlinux 0x45e0a344 scsi_host_busy_iter +EXPORT_SYMBOL_GPL vmlinux 0x45e61d60 ima_inode_hash +EXPORT_SYMBOL_GPL vmlinux 0x46011f80 crypto_alloc_aead +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 0x461353d7 device_del +EXPORT_SYMBOL_GPL vmlinux 0x46275130 mas_expected_entries +EXPORT_SYMBOL_GPL vmlinux 0x463be214 __SCK__tp_func_remove_device_from_group +EXPORT_SYMBOL_GPL vmlinux 0x46421c13 fib_table_lookup +EXPORT_SYMBOL_GPL vmlinux 0x4650cdfe devm_clk_get_optional_enabled +EXPORT_SYMBOL_GPL vmlinux 0x4653df55 i2c_client_get_device_id +EXPORT_SYMBOL_GPL vmlinux 0x4653e479 __unwind_start +EXPORT_SYMBOL_GPL vmlinux 0x465a35a1 devm_get_free_pages +EXPORT_SYMBOL_GPL vmlinux 0x465eaeaf tpm_calc_ordinal_duration +EXPORT_SYMBOL_GPL vmlinux 0x46677cfd dm_hold +EXPORT_SYMBOL_GPL vmlinux 0x4688d7ec pvclock_gtod_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x46a4b118 hrtimer_cancel +EXPORT_SYMBOL_GPL vmlinux 0x46a50c3b fuse_direct_io +EXPORT_SYMBOL_GPL vmlinux 0x46a6c9ef hv_get_tsc_page +EXPORT_SYMBOL_GPL vmlinux 0x46b9d92f tty_port_register_device_serdev +EXPORT_SYMBOL_GPL vmlinux 0x46bf82dd extcon_get_edev_name +EXPORT_SYMBOL_GPL vmlinux 0x46c429d7 gov_attr_set_get +EXPORT_SYMBOL_GPL vmlinux 0x46c61de3 acpi_install_cmos_rtc_space_handler +EXPORT_SYMBOL_GPL vmlinux 0x46cb91e4 security_inode_setattr +EXPORT_SYMBOL_GPL vmlinux 0x46d165dd scsi_autopm_get_device +EXPORT_SYMBOL_GPL vmlinux 0x46e43304 usb_create_shared_hcd +EXPORT_SYMBOL_GPL vmlinux 0x46e71915 trace_array_destroy +EXPORT_SYMBOL_GPL vmlinux 0x46ef8703 phy_basic_t1_features +EXPORT_SYMBOL_GPL vmlinux 0x46fed9ba fsverity_prepare_setattr +EXPORT_SYMBOL_GPL vmlinux 0x47089104 serdev_device_set_baudrate +EXPORT_SYMBOL_GPL vmlinux 0x470b8503 ip6_input +EXPORT_SYMBOL_GPL vmlinux 0x47229b5c gpio_request +EXPORT_SYMBOL_GPL vmlinux 0x4723458a bpf_trace_run4 +EXPORT_SYMBOL_GPL vmlinux 0x47257f61 vp_modern_set_status +EXPORT_SYMBOL_GPL vmlinux 0x4760cacd devm_hwspin_lock_register +EXPORT_SYMBOL_GPL vmlinux 0x4761f17c register_netevent_notifier +EXPORT_SYMBOL_GPL vmlinux 0x47630d2f blk_mq_quiesce_tagset +EXPORT_SYMBOL_GPL vmlinux 0x47655524 max8997_bulk_read +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 0x47942942 do_unregister_con_driver +EXPORT_SYMBOL_GPL vmlinux 0x479803b9 base64_encode +EXPORT_SYMBOL_GPL vmlinux 0x479f7d4b clk_bulk_disable +EXPORT_SYMBOL_GPL vmlinux 0x47a13261 xfrm_get_translator +EXPORT_SYMBOL_GPL vmlinux 0x47a17a83 devm_regulator_get_optional +EXPORT_SYMBOL_GPL vmlinux 0x47a33973 pinctrl_remove_gpio_range +EXPORT_SYMBOL_GPL vmlinux 0x47a81ed9 tpm2_get_tpm_pt +EXPORT_SYMBOL_GPL vmlinux 0x47aad3b9 have_governor_per_policy +EXPORT_SYMBOL_GPL vmlinux 0x47c546fc vma_kernel_pagesize +EXPORT_SYMBOL_GPL vmlinux 0x47ce616a unix_outq_len +EXPORT_SYMBOL_GPL vmlinux 0x47d0eea2 acpi_lpat_temp_to_raw +EXPORT_SYMBOL_GPL vmlinux 0x47d9b87f bpf_prog_select_runtime +EXPORT_SYMBOL_GPL vmlinux 0x47da686a pci_slots_kset +EXPORT_SYMBOL_GPL vmlinux 0x47de0dc7 clk_unregister_mux +EXPORT_SYMBOL_GPL vmlinux 0x47f73622 folio_invalidate +EXPORT_SYMBOL_GPL vmlinux 0x480305ca kmsg_dump_rewind +EXPORT_SYMBOL_GPL vmlinux 0x48106ef9 icc_node_create +EXPORT_SYMBOL_GPL vmlinux 0x48135088 bus_register +EXPORT_SYMBOL_GPL vmlinux 0x4815322c iommu_sva_find +EXPORT_SYMBOL_GPL vmlinux 0x481dc873 bpf_trace_run7 +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 0x4833188e devm_mbox_controller_unregister +EXPORT_SYMBOL_GPL vmlinux 0x4844aa08 xenbus_frontend_closed +EXPORT_SYMBOL_GPL vmlinux 0x4855b14b __blkg_prfill_u64 +EXPORT_SYMBOL_GPL vmlinux 0x48561667 __traceiter_devlink_trap_report +EXPORT_SYMBOL_GPL vmlinux 0x486dedc3 ghes_unregister_vendor_record_notifier +EXPORT_SYMBOL_GPL vmlinux 0x48a0a406 vmf_insert_pfn_pud_prot +EXPORT_SYMBOL_GPL vmlinux 0x48a3d20b mctrl_gpio_get +EXPORT_SYMBOL_GPL vmlinux 0x48b8c1eb kthread_cancel_work_sync +EXPORT_SYMBOL_GPL vmlinux 0x48bb2f58 _copy_from_iter_flushcache +EXPORT_SYMBOL_GPL vmlinux 0x48c2da0f fib_nl_delrule +EXPORT_SYMBOL_GPL vmlinux 0x48c74682 i2c_adapter_depth +EXPORT_SYMBOL_GPL vmlinux 0x48caa8a3 sysfs_create_groups +EXPORT_SYMBOL_GPL vmlinux 0x48d34d4e msi_next_desc +EXPORT_SYMBOL_GPL vmlinux 0x48d56b2b modify_ftrace_direct_multi_nolock +EXPORT_SYMBOL_GPL vmlinux 0x48d8b058 pm_genpd_remove_device +EXPORT_SYMBOL_GPL vmlinux 0x48db9f4a rio_pw_enable +EXPORT_SYMBOL_GPL vmlinux 0x48e080b1 x86_virt_spec_ctrl +EXPORT_SYMBOL_GPL vmlinux 0x48ee7190 crypto_unregister_skcipher +EXPORT_SYMBOL_GPL vmlinux 0x4904c8a9 fl6_update_dst +EXPORT_SYMBOL_GPL vmlinux 0x49069faa dev_set_name +EXPORT_SYMBOL_GPL vmlinux 0x4922926d blk_mq_complete_request_remote +EXPORT_SYMBOL_GPL vmlinux 0x49242bc7 freezer_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0x492e131c pci_p2pdma_enable_store +EXPORT_SYMBOL_GPL vmlinux 0x4934bdd0 crypto_check_attr_type +EXPORT_SYMBOL_GPL vmlinux 0x4939ebcd numa_map_to_online_node +EXPORT_SYMBOL_GPL vmlinux 0x493ab068 __tracepoint_arm_event +EXPORT_SYMBOL_GPL vmlinux 0x493e0316 strp_stop +EXPORT_SYMBOL_GPL vmlinux 0x493f8aff pinctrl_dev_get_name +EXPORT_SYMBOL_GPL vmlinux 0x494cfa73 device_change_owner +EXPORT_SYMBOL_GPL vmlinux 0x494d4283 to_software_node +EXPORT_SYMBOL_GPL vmlinux 0x495a4221 __SCT__tp_func_rpm_return_int +EXPORT_SYMBOL_GPL vmlinux 0x495b8167 shash_ahash_update +EXPORT_SYMBOL_GPL vmlinux 0x49608959 migrate_disable +EXPORT_SYMBOL_GPL vmlinux 0x496c93a0 acpi_dev_get_memory_resources +EXPORT_SYMBOL_GPL vmlinux 0x497943fe devlink_port_attrs_set +EXPORT_SYMBOL_GPL vmlinux 0x499043d3 crypto_init_queue +EXPORT_SYMBOL_GPL vmlinux 0x49927d25 page_reporting_unregister +EXPORT_SYMBOL_GPL vmlinux 0x49957887 spi_alloc_device +EXPORT_SYMBOL_GPL vmlinux 0x49c2978a ip_route_output_key_hash +EXPORT_SYMBOL_GPL vmlinux 0x49cd25ed alloc_workqueue +EXPORT_SYMBOL_GPL vmlinux 0x49d768dd dev_pm_opp_get_sharing_cpus +EXPORT_SYMBOL_GPL vmlinux 0x49e96999 cond_synchronize_rcu +EXPORT_SYMBOL_GPL vmlinux 0x49ea096a __SCK__tp_func_neigh_timer_handler +EXPORT_SYMBOL_GPL vmlinux 0x49eaa112 hvc_remove +EXPORT_SYMBOL_GPL vmlinux 0x49ebcc46 devm_clk_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0x49f72b78 devm_gpiod_get_index_optional +EXPORT_SYMBOL_GPL vmlinux 0x4a0c558c acct_bioset_exit +EXPORT_SYMBOL_GPL vmlinux 0x4a0d29f7 fpu_free_guest_fpstate +EXPORT_SYMBOL_GPL vmlinux 0x4a11628d kernfs_get +EXPORT_SYMBOL_GPL vmlinux 0x4a125e33 regulator_list_hardware_vsel +EXPORT_SYMBOL_GPL vmlinux 0x4a17ed66 sysrq_mask +EXPORT_SYMBOL_GPL vmlinux 0x4a2f9818 scsi_build_sense +EXPORT_SYMBOL_GPL vmlinux 0x4a32c499 bpf_trace_run12 +EXPORT_SYMBOL_GPL vmlinux 0x4a420d09 acpi_bus_detach_private_data +EXPORT_SYMBOL_GPL vmlinux 0x4a43a52e crypto_alloc_acomp +EXPORT_SYMBOL_GPL vmlinux 0x4a49342d clk_hw_get_parent +EXPORT_SYMBOL_GPL vmlinux 0x4a537872 __reset_control_get +EXPORT_SYMBOL_GPL vmlinux 0x4a68a4fe strp_done +EXPORT_SYMBOL_GPL vmlinux 0x4a6f7962 get_net_ns +EXPORT_SYMBOL_GPL vmlinux 0x4a75c80f bus_get_kset +EXPORT_SYMBOL_GPL vmlinux 0x4a7f5a87 pinctrl_pm_select_sleep_state +EXPORT_SYMBOL_GPL vmlinux 0x4a8115ed acpi_find_child_by_adr +EXPORT_SYMBOL_GPL vmlinux 0x4a825ba2 mbox_request_channel_byname +EXPORT_SYMBOL_GPL vmlinux 0x4a8f7eeb restore_online_page_callback +EXPORT_SYMBOL_GPL vmlinux 0x4a99eb8f kiocb_modified +EXPORT_SYMBOL_GPL vmlinux 0x4a9ff1b3 class_create_file_ns +EXPORT_SYMBOL_GPL vmlinux 0x4aa0022d __tracepoint_devlink_trap_report +EXPORT_SYMBOL_GPL vmlinux 0x4aa8e1ad acpi_quirk_skip_serdev_enumeration +EXPORT_SYMBOL_GPL vmlinux 0x4aad2a0e cdrom_read_tocentry +EXPORT_SYMBOL_GPL vmlinux 0x4ab93232 __fscrypt_prepare_readdir +EXPORT_SYMBOL_GPL vmlinux 0x4ad051d0 vfs_lock_file +EXPORT_SYMBOL_GPL vmlinux 0x4ad812a6 nf_nat_hook +EXPORT_SYMBOL_GPL vmlinux 0x4b332df8 hv_get_tsc_pfn +EXPORT_SYMBOL_GPL vmlinux 0x4b3674a5 __tracepoint_block_rq_remap +EXPORT_SYMBOL_GPL vmlinux 0x4b3a231f __blk_req_zone_write_lock +EXPORT_SYMBOL_GPL vmlinux 0x4b3b7d49 dev_pm_opp_free_cpufreq_table +EXPORT_SYMBOL_GPL vmlinux 0x4b4a86fc serdev_controller_alloc +EXPORT_SYMBOL_GPL vmlinux 0x4b5404bc blk_crypto_profile_init +EXPORT_SYMBOL_GPL vmlinux 0x4b56ce05 xenmem_reservation_increase +EXPORT_SYMBOL_GPL vmlinux 0x4b5acf74 rhashtable_init +EXPORT_SYMBOL_GPL vmlinux 0x4b6fd1f8 gpiochip_add_pin_range +EXPORT_SYMBOL_GPL vmlinux 0x4b762828 start_thread +EXPORT_SYMBOL_GPL vmlinux 0x4b770f08 usb_hcd_map_urb_for_dma +EXPORT_SYMBOL_GPL vmlinux 0x4b77e200 powercap_unregister_control_type +EXPORT_SYMBOL_GPL vmlinux 0x4b780764 devm_regulator_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0x4b7e7055 devm_request_pci_bus_resources +EXPORT_SYMBOL_GPL vmlinux 0x4b931968 xen_features +EXPORT_SYMBOL_GPL vmlinux 0x4ba58cdf xen_remap_vma_range +EXPORT_SYMBOL_GPL vmlinux 0x4ba7488d icc_nodes_remove +EXPORT_SYMBOL_GPL vmlinux 0x4bbc6716 __SCK__tp_func_xhci_dbg_quirks +EXPORT_SYMBOL_GPL vmlinux 0x4bc8727f xen_balloon_init +EXPORT_SYMBOL_GPL vmlinux 0x4bd08b0f wm831x_reg_unlock +EXPORT_SYMBOL_GPL vmlinux 0x4bd6f08b misc_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0x4bdb8dcc housekeeping_test_cpu +EXPORT_SYMBOL_GPL vmlinux 0x4bdce9bf __dev_fwnode +EXPORT_SYMBOL_GPL vmlinux 0x4bfd398d hwrng_msleep +EXPORT_SYMBOL_GPL vmlinux 0x4bff4268 rio_unmap_outb_region +EXPORT_SYMBOL_GPL vmlinux 0x4c0021df wakeup_sources_walk_start +EXPORT_SYMBOL_GPL vmlinux 0x4c192ae7 device_find_child_by_name +EXPORT_SYMBOL_GPL vmlinux 0x4c1ab5d4 perf_event_pause +EXPORT_SYMBOL_GPL vmlinux 0x4c1be670 crypto_stats_kpp_set_secret +EXPORT_SYMBOL_GPL vmlinux 0x4c2b351d start_poll_synchronize_rcu_expedited +EXPORT_SYMBOL_GPL vmlinux 0x4c2c0ea7 evtchn_make_refcounted +EXPORT_SYMBOL_GPL vmlinux 0x4c49f1de hv_clock_per_cpu +EXPORT_SYMBOL_GPL vmlinux 0x4c5255ca __SCK__tp_func_devlink_hwerr +EXPORT_SYMBOL_GPL vmlinux 0x4c549b36 __traceiter_xhci_dbg_quirks +EXPORT_SYMBOL_GPL vmlinux 0x4c6b6f0e blk_mq_sched_try_insert_merge +EXPORT_SYMBOL_GPL vmlinux 0x4c762b5c x86_stepping +EXPORT_SYMBOL_GPL vmlinux 0x4c8308b4 __get_task_comm +EXPORT_SYMBOL_GPL vmlinux 0x4c8aab1c irq_generic_chip_ops +EXPORT_SYMBOL_GPL vmlinux 0x4c8adfe1 hv_root_partition +EXPORT_SYMBOL_GPL vmlinux 0x4c94a028 ncsi_vlan_rx_add_vid +EXPORT_SYMBOL_GPL vmlinux 0x4ca5590e mas_prev +EXPORT_SYMBOL_GPL vmlinux 0x4ca9a4b7 devm_led_classdev_unregister +EXPORT_SYMBOL_GPL vmlinux 0x4cb27100 ktime_get_snapshot +EXPORT_SYMBOL_GPL vmlinux 0x4cd7ef7c devm_phy_create +EXPORT_SYMBOL_GPL vmlinux 0x4cd85268 dev_pm_qos_update_request +EXPORT_SYMBOL_GPL vmlinux 0x4cda0685 intel_pmic_install_opregion_handler +EXPORT_SYMBOL_GPL vmlinux 0x4ce11da2 da903x_reads +EXPORT_SYMBOL_GPL vmlinux 0x4cee6bd4 clk_hw_is_prepared +EXPORT_SYMBOL_GPL vmlinux 0x4cf0bd91 debugfs_create_u32_array +EXPORT_SYMBOL_GPL vmlinux 0x4cf50184 nvdimm_bus_unregister +EXPORT_SYMBOL_GPL vmlinux 0x4cfcee38 vp_legacy_remove +EXPORT_SYMBOL_GPL vmlinux 0x4d0015e2 cpu_hotplug_disable +EXPORT_SYMBOL_GPL vmlinux 0x4d00ae63 usb_role_switch_get +EXPORT_SYMBOL_GPL vmlinux 0x4d0e4ab8 __SCK__tp_func_io_page_fault +EXPORT_SYMBOL_GPL vmlinux 0x4d0f4076 devres_release +EXPORT_SYMBOL_GPL vmlinux 0x4d11817b gpiod_get_raw_array_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x4d15043b blk_steal_bios +EXPORT_SYMBOL_GPL vmlinux 0x4d24a1e4 sbitmap_finish_wait +EXPORT_SYMBOL_GPL vmlinux 0x4d382488 serial8250_set_defaults +EXPORT_SYMBOL_GPL vmlinux 0x4d647a45 devm_gpiod_get_index +EXPORT_SYMBOL_GPL vmlinux 0x4d6be623 tpm_pcr_read +EXPORT_SYMBOL_GPL vmlinux 0x4d6d0bbc iommu_group_ref_get +EXPORT_SYMBOL_GPL vmlinux 0x4d7272e4 migrate_enable +EXPORT_SYMBOL_GPL vmlinux 0x4d9fe13d fwnode_property_read_u32_array +EXPORT_SYMBOL_GPL vmlinux 0x4dae01d8 devlink_linecard_create +EXPORT_SYMBOL_GPL vmlinux 0x4dae16e4 i2c_put_dma_safe_msg_buf +EXPORT_SYMBOL_GPL vmlinux 0x4dafb0fb clk_hw_forward_rate_request +EXPORT_SYMBOL_GPL vmlinux 0x4dbf1ebd mdiobus_modify +EXPORT_SYMBOL_GPL vmlinux 0x4dbfbc90 kstrdup_quotable_cmdline +EXPORT_SYMBOL_GPL vmlinux 0x4dd3e2b3 ata_host_suspend +EXPORT_SYMBOL_GPL vmlinux 0x4de17ab3 usb_state_string +EXPORT_SYMBOL_GPL vmlinux 0x4de42e88 synth_event_trace_start +EXPORT_SYMBOL_GPL vmlinux 0x4def17b6 regulator_get_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x4def2ed4 regmap_read +EXPORT_SYMBOL_GPL vmlinux 0x4df657a0 tpm_chip_start +EXPORT_SYMBOL_GPL vmlinux 0x4dfc2a6e __blk_mq_debugfs_rq_show +EXPORT_SYMBOL_GPL vmlinux 0x4dff61e5 wwan_port_txoff +EXPORT_SYMBOL_GPL vmlinux 0x4e09d629 acpi_pm_wakeup_event +EXPORT_SYMBOL_GPL vmlinux 0x4e144a54 __SCT__tp_func_block_bio_complete +EXPORT_SYMBOL_GPL vmlinux 0x4e172d7c register_asymmetric_key_parser +EXPORT_SYMBOL_GPL vmlinux 0x4e17c613 ata_sff_queue_delayed_work +EXPORT_SYMBOL_GPL vmlinux 0x4e2dfc17 ata_sas_slave_configure +EXPORT_SYMBOL_GPL vmlinux 0x4e481522 devm_register_sys_off_handler +EXPORT_SYMBOL_GPL vmlinux 0x4e49a782 scsi_schedule_eh +EXPORT_SYMBOL_GPL vmlinux 0x4e4aed20 spi_bus_unlock +EXPORT_SYMBOL_GPL vmlinux 0x4e4c37e2 freq_qos_remove_notifier +EXPORT_SYMBOL_GPL vmlinux 0x4e504b5c rio_mport_read_config_8 +EXPORT_SYMBOL_GPL vmlinux 0x4e5214f0 i2c_new_ancillary_device +EXPORT_SYMBOL_GPL vmlinux 0x4e53e4c4 devlink_param_value_changed +EXPORT_SYMBOL_GPL vmlinux 0x4e657485 free_io_pgtable_ops +EXPORT_SYMBOL_GPL vmlinux 0x4e68b768 synchronize_srcu +EXPORT_SYMBOL_GPL vmlinux 0x4e81d2f9 devm_gpiod_unhinge +EXPORT_SYMBOL_GPL vmlinux 0x4e8f1c3b mmc_cmdq_disable +EXPORT_SYMBOL_GPL vmlinux 0x4e9d4fd3 cpufreq_register_governor +EXPORT_SYMBOL_GPL vmlinux 0x4ea422e9 ip6_flush_pending_frames +EXPORT_SYMBOL_GPL vmlinux 0x4eac5fc1 cpu_mitigations_auto_nosmt +EXPORT_SYMBOL_GPL vmlinux 0x4eb5cc89 pci_epc_add_epf +EXPORT_SYMBOL_GPL vmlinux 0x4ec039cb eventfd_ctx_fileget +EXPORT_SYMBOL_GPL vmlinux 0x4ecd9c44 dma_wait_for_async_tx +EXPORT_SYMBOL_GPL vmlinux 0x4ece3615 blocking_notifier_chain_unregister +EXPORT_SYMBOL_GPL vmlinux 0x4ed1dc1a edac_pci_free_ctl_info +EXPORT_SYMBOL_GPL vmlinux 0x4ed534c4 rio_release_outb_mbox +EXPORT_SYMBOL_GPL vmlinux 0x4ee3814d spi_finalize_current_message +EXPORT_SYMBOL_GPL vmlinux 0x4ee541a2 security_kernel_read_file +EXPORT_SYMBOL_GPL vmlinux 0x4ef5bcf4 perf_swevent_get_recursion_context +EXPORT_SYMBOL_GPL vmlinux 0x4efcf021 mpi_normalize +EXPORT_SYMBOL_GPL vmlinux 0x4f054515 regmap_get_raw_write_max +EXPORT_SYMBOL_GPL vmlinux 0x4f1e7d0b switchdev_port_obj_add +EXPORT_SYMBOL_GPL vmlinux 0x4f2593f0 btree_update +EXPORT_SYMBOL_GPL vmlinux 0x4f2c996d kmsg_dump_get_line +EXPORT_SYMBOL_GPL vmlinux 0x4f2e72a4 acpi_dev_get_property +EXPORT_SYMBOL_GPL vmlinux 0x4f35fd98 ata_dev_set_feature +EXPORT_SYMBOL_GPL vmlinux 0x4f3e395e clk_register_divider_table +EXPORT_SYMBOL_GPL vmlinux 0x4f5842b8 extcon_get_property_capability +EXPORT_SYMBOL_GPL vmlinux 0x4f609a91 fwnode_get_named_child_node +EXPORT_SYMBOL_GPL vmlinux 0x4f6509a0 crypto_register_acomp +EXPORT_SYMBOL_GPL vmlinux 0x4f6a07fe show_rcu_gp_kthreads +EXPORT_SYMBOL_GPL vmlinux 0x4f72383a eventfd_fget +EXPORT_SYMBOL_GPL vmlinux 0x4f72a987 uart_parse_options +EXPORT_SYMBOL_GPL vmlinux 0x4f8546af cpuidle_poll_state_init +EXPORT_SYMBOL_GPL vmlinux 0x4f8ed183 devl_dpipe_table_register +EXPORT_SYMBOL_GPL vmlinux 0x4f8f6787 mmc_switch +EXPORT_SYMBOL_GPL vmlinux 0x4fa0cca3 regulator_get_voltage_sel_pickable_regmap +EXPORT_SYMBOL_GPL vmlinux 0x4fa9a401 dax_remove_host +EXPORT_SYMBOL_GPL vmlinux 0x4fb070ed crypto_enqueue_request_head +EXPORT_SYMBOL_GPL vmlinux 0x4fb5da55 fs_put_dax +EXPORT_SYMBOL_GPL vmlinux 0x4fbe5929 scsi_get_vpd_page +EXPORT_SYMBOL_GPL vmlinux 0x4fc0e537 nf_checksum +EXPORT_SYMBOL_GPL vmlinux 0x4fc52e0f thermal_zone_device_register +EXPORT_SYMBOL_GPL vmlinux 0x4fdc945d sata_deb_timing_normal +EXPORT_SYMBOL_GPL vmlinux 0x4fe1eddf unregister_netevent_notifier +EXPORT_SYMBOL_GPL vmlinux 0x4fec3b72 xfrm_bpf_md_dst +EXPORT_SYMBOL_GPL vmlinux 0x4ff3a7ad udp_cmsg_send +EXPORT_SYMBOL_GPL vmlinux 0x4ff794d9 event_triggers_post_call +EXPORT_SYMBOL_GPL vmlinux 0x500b44b2 phy_resolve_aneg_linkmode +EXPORT_SYMBOL_GPL vmlinux 0x500c768c apei_exec_read_register +EXPORT_SYMBOL_GPL vmlinux 0x5015bba9 da903x_write +EXPORT_SYMBOL_GPL vmlinux 0x5026585c xen_irq_from_gsi +EXPORT_SYMBOL_GPL vmlinux 0x5033f6f1 regulator_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x504278a0 handle_fasteoi_irq +EXPORT_SYMBOL_GPL vmlinux 0x5057edf4 regulator_list_voltage +EXPORT_SYMBOL_GPL vmlinux 0x5059fd0d subsys_interface_register +EXPORT_SYMBOL_GPL vmlinux 0x50616e69 devlink_resources_unregister +EXPORT_SYMBOL_GPL vmlinux 0x507535de tcp_is_ulp_esp +EXPORT_SYMBOL_GPL vmlinux 0x5077f37e page_cache_async_ra +EXPORT_SYMBOL_GPL vmlinux 0x5090b14d device_property_read_u64_array +EXPORT_SYMBOL_GPL vmlinux 0x5091b823 ring_buffer_read_start +EXPORT_SYMBOL_GPL vmlinux 0x50949ac6 battery_hook_unregister +EXPORT_SYMBOL_GPL vmlinux 0x509c34e5 skb_complete_wifi_ack +EXPORT_SYMBOL_GPL vmlinux 0x509e5150 kick_process +EXPORT_SYMBOL_GPL vmlinux 0x50a5535f mptcp_get_reset_option +EXPORT_SYMBOL_GPL vmlinux 0x50af1893 vp_modern_set_queue_reset +EXPORT_SYMBOL_GPL vmlinux 0x50b03f5d l1tf_vmx_mitigation +EXPORT_SYMBOL_GPL vmlinux 0x50b42ba1 entry_ibpb +EXPORT_SYMBOL_GPL vmlinux 0x50c86f00 dm_report_zones +EXPORT_SYMBOL_GPL vmlinux 0x50c9030c regmap_get_max_register +EXPORT_SYMBOL_GPL vmlinux 0x50d1f870 pgprot_writecombine +EXPORT_SYMBOL_GPL vmlinux 0x50d2a7f4 pci_user_read_config_word +EXPORT_SYMBOL_GPL vmlinux 0x50deca8d regulator_bulk_set_supply_names +EXPORT_SYMBOL_GPL vmlinux 0x50df94f5 btree_insert +EXPORT_SYMBOL_GPL vmlinux 0x50e20934 posix_clock_unregister +EXPORT_SYMBOL_GPL vmlinux 0x50e7193a __i2c_first_dynamic_bus_num +EXPORT_SYMBOL_GPL vmlinux 0x50f26da4 invalidate_inode_pages2_range +EXPORT_SYMBOL_GPL vmlinux 0x50f69f0c fwnode_find_reference +EXPORT_SYMBOL_GPL vmlinux 0x50fad434 round_jiffies_up +EXPORT_SYMBOL_GPL vmlinux 0x50ff5f5d gpiochip_line_is_persistent +EXPORT_SYMBOL_GPL vmlinux 0x510c68cd regmap_reinit_cache +EXPORT_SYMBOL_GPL vmlinux 0x510f054d __iptunnel_pull_header +EXPORT_SYMBOL_GPL vmlinux 0x5118a45c __traceiter_block_bio_remap +EXPORT_SYMBOL_GPL vmlinux 0x511b2181 __rtnl_link_register +EXPORT_SYMBOL_GPL vmlinux 0x51278672 rcuwait_wake_up +EXPORT_SYMBOL_GPL vmlinux 0x5128a2b7 strp_init +EXPORT_SYMBOL_GPL vmlinux 0x512a6281 elv_rqhash_del +EXPORT_SYMBOL_GPL vmlinux 0x512c0b80 icc_set_tag +EXPORT_SYMBOL_GPL vmlinux 0x512c2b9c rio_mport_class +EXPORT_SYMBOL_GPL vmlinux 0x51390c96 rcu_barrier_tasks_rude +EXPORT_SYMBOL_GPL vmlinux 0x513933ea fscrypt_mergeable_bio +EXPORT_SYMBOL_GPL vmlinux 0x5187ac4b xen_store_evtchn +EXPORT_SYMBOL_GPL vmlinux 0x5187b827 devm_clk_get_enabled +EXPORT_SYMBOL_GPL vmlinux 0x518c2fc6 hpet_rtc_dropped_irq +EXPORT_SYMBOL_GPL vmlinux 0x51901521 ata_qc_complete +EXPORT_SYMBOL_GPL vmlinux 0x519ec259 pinctrl_utils_add_config +EXPORT_SYMBOL_GPL vmlinux 0x51a348cc usb_role_switch_set_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x51a465e1 irq_domain_pop_irq +EXPORT_SYMBOL_GPL vmlinux 0x51d13875 nf_hooks_lwtunnel_sysctl_handler +EXPORT_SYMBOL_GPL vmlinux 0x51db6c8b vfs_cancel_lock +EXPORT_SYMBOL_GPL vmlinux 0x51e0ab24 vp_legacy_probe +EXPORT_SYMBOL_GPL vmlinux 0x51e2deaa user_destroy +EXPORT_SYMBOL_GPL vmlinux 0x51edaf42 ata_change_queue_depth +EXPORT_SYMBOL_GPL vmlinux 0x51fa9c41 icc_provider_register +EXPORT_SYMBOL_GPL vmlinux 0x51fb9563 pm_runtime_force_suspend +EXPORT_SYMBOL_GPL vmlinux 0x51ffd7ee tty_find_polling_driver +EXPORT_SYMBOL_GPL vmlinux 0x52071bb1 ip6_sk_dst_lookup_flow +EXPORT_SYMBOL_GPL vmlinux 0x52252316 clk_unregister_fixed_rate +EXPORT_SYMBOL_GPL vmlinux 0x5230f8e7 d_same_name +EXPORT_SYMBOL_GPL vmlinux 0x52431348 xenbus_transaction_start +EXPORT_SYMBOL_GPL vmlinux 0x5250438d fscrypt_show_test_dummy_encryption +EXPORT_SYMBOL_GPL vmlinux 0x525d0aa3 trace_seq_printf +EXPORT_SYMBOL_GPL vmlinux 0x5260b345 clk_gate_restore_context +EXPORT_SYMBOL_GPL vmlinux 0x52647db1 ct_idle_exit +EXPORT_SYMBOL_GPL vmlinux 0x5267d9d7 pci_epc_unmap_addr +EXPORT_SYMBOL_GPL vmlinux 0x5268e6fe __tracepoint_suspend_resume +EXPORT_SYMBOL_GPL vmlinux 0x526bcf2a wwan_port_get_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x527fd881 uprobe_register +EXPORT_SYMBOL_GPL vmlinux 0x52811ad0 validate_xmit_skb_list +EXPORT_SYMBOL_GPL vmlinux 0x5293dbc4 serdev_device_add +EXPORT_SYMBOL_GPL vmlinux 0x5297bb65 phy_get_rate_matching +EXPORT_SYMBOL_GPL vmlinux 0x5299b32a regulator_desc_list_voltage_linear +EXPORT_SYMBOL_GPL vmlinux 0x529b96fa clk_fractional_divider_ops +EXPORT_SYMBOL_GPL vmlinux 0x52a17e37 pci_epc_mem_free_addr +EXPORT_SYMBOL_GPL vmlinux 0x52b1e3c7 pci_flags +EXPORT_SYMBOL_GPL vmlinux 0x52b69712 validate_xmit_xfrm +EXPORT_SYMBOL_GPL vmlinux 0x52be174f fwnode_graph_get_remote_endpoint +EXPORT_SYMBOL_GPL vmlinux 0x52be4461 thermal_zone_device_update +EXPORT_SYMBOL_GPL vmlinux 0x52c35e83 call_rcu_tasks_trace +EXPORT_SYMBOL_GPL vmlinux 0x52d54fce devlink_info_version_stored_put +EXPORT_SYMBOL_GPL vmlinux 0x52e7a225 pinctrl_utils_add_map_configs +EXPORT_SYMBOL_GPL vmlinux 0x52eddb69 raw_v6_hashinfo +EXPORT_SYMBOL_GPL vmlinux 0x52fb6915 i2c_acpi_new_device_by_fwnode +EXPORT_SYMBOL_GPL vmlinux 0x530b4ee8 l3mdev_ifindex_lookup_by_table_id +EXPORT_SYMBOL_GPL vmlinux 0x53115a35 __percpu_init_rwsem +EXPORT_SYMBOL_GPL vmlinux 0x53242222 ata_bmdma_qc_issue +EXPORT_SYMBOL_GPL vmlinux 0x532b90b5 kprobe_event_cmd_init +EXPORT_SYMBOL_GPL vmlinux 0x53329dc9 kthread_use_mm +EXPORT_SYMBOL_GPL vmlinux 0x533ef97e __tracepoint_remove_device_from_group +EXPORT_SYMBOL_GPL vmlinux 0x53435be2 fat_dir_empty +EXPORT_SYMBOL_GPL vmlinux 0x53465acf ata_port_classify +EXPORT_SYMBOL_GPL vmlinux 0x53487cb0 __mnt_is_readonly +EXPORT_SYMBOL_GPL vmlinux 0x5355b1ba sysfs_groups_change_owner +EXPORT_SYMBOL_GPL vmlinux 0x5358864e devlink_fmsg_binary_pair_nest_end +EXPORT_SYMBOL_GPL vmlinux 0x536868d3 vcap_is_next_lookup +EXPORT_SYMBOL_GPL vmlinux 0x537512d2 usb_ifnum_to_if +EXPORT_SYMBOL_GPL vmlinux 0x5380d400 do_unbind_con_driver +EXPORT_SYMBOL_GPL vmlinux 0x5389b3a3 debugfs_rename +EXPORT_SYMBOL_GPL vmlinux 0x538d073d phy_duplex_to_str +EXPORT_SYMBOL_GPL vmlinux 0x539f157b pci_xen_swiotlb_init_late +EXPORT_SYMBOL_GPL vmlinux 0x53bb7fab kobject_move +EXPORT_SYMBOL_GPL vmlinux 0x53c089f5 property_entries_dup +EXPORT_SYMBOL_GPL vmlinux 0x53c28cd5 sk_set_peek_off +EXPORT_SYMBOL_GPL vmlinux 0x53c543bb pci_dev_run_wake +EXPORT_SYMBOL_GPL vmlinux 0x53d39e02 devm_mipi_dsi_device_register_full +EXPORT_SYMBOL_GPL vmlinux 0x53d7c01e __traceiter_cpu_idle +EXPORT_SYMBOL_GPL vmlinux 0x53f0410d of_phy_provider_unregister +EXPORT_SYMBOL_GPL vmlinux 0x54029552 __tracepoint_map +EXPORT_SYMBOL_GPL vmlinux 0x54159d49 iomap_finish_ioends +EXPORT_SYMBOL_GPL vmlinux 0x541b920b __devm_regmap_init +EXPORT_SYMBOL_GPL vmlinux 0x541bd60a irq_work_run +EXPORT_SYMBOL_GPL vmlinux 0x54215db5 visitor64 +EXPORT_SYMBOL_GPL vmlinux 0x542c6a2e inet_ctl_sock_create +EXPORT_SYMBOL_GPL vmlinux 0x542cbd91 wbc_attach_and_unlock_inode +EXPORT_SYMBOL_GPL vmlinux 0x5438dd2c ata_pci_bmdma_prepare_host +EXPORT_SYMBOL_GPL vmlinux 0x545c08d2 fb_bl_default_curve +EXPORT_SYMBOL_GPL vmlinux 0x545d8a62 acpi_subsys_restore_early +EXPORT_SYMBOL_GPL vmlinux 0x54651f9b rhashtable_walk_next +EXPORT_SYMBOL_GPL vmlinux 0x547a5779 __tracepoint_neigh_event_send_done +EXPORT_SYMBOL_GPL vmlinux 0x549525ef handle_nested_irq +EXPORT_SYMBOL_GPL vmlinux 0x549e676e __alloc_pages_bulk +EXPORT_SYMBOL_GPL vmlinux 0x54a02a4f usb_anchor_urb +EXPORT_SYMBOL_GPL vmlinux 0x54b19945 ata_qc_get_active +EXPORT_SYMBOL_GPL vmlinux 0x54bd2c90 __rio_local_read_config_8 +EXPORT_SYMBOL_GPL vmlinux 0x54e4a794 nvmem_cell_read_u32 +EXPORT_SYMBOL_GPL vmlinux 0x54f19822 devm_clk_bulk_get_optional +EXPORT_SYMBOL_GPL vmlinux 0x54fe6e17 regmap_parse_val +EXPORT_SYMBOL_GPL vmlinux 0x5504ba88 register_btf_id_dtor_kfuncs +EXPORT_SYMBOL_GPL vmlinux 0x550ce709 pat_enabled +EXPORT_SYMBOL_GPL vmlinux 0x550e7a93 md_allow_write +EXPORT_SYMBOL_GPL vmlinux 0x550f3e05 i2c_freq_mode_string +EXPORT_SYMBOL_GPL vmlinux 0x5526493b unmap_mapping_pages +EXPORT_SYMBOL_GPL vmlinux 0x553021db __virtqueue_break +EXPORT_SYMBOL_GPL vmlinux 0x5532cffc regulator_bulk_disable +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 0x55462474 fpu_copy_uabi_to_guest_fpstate +EXPORT_SYMBOL_GPL vmlinux 0x55644b16 fixed_phy_set_link_update +EXPORT_SYMBOL_GPL vmlinux 0x556e4390 clk_get_rate +EXPORT_SYMBOL_GPL vmlinux 0x55784228 regmap_irq_get_virq +EXPORT_SYMBOL_GPL vmlinux 0x557aebea regmap_bulk_read +EXPORT_SYMBOL_GPL vmlinux 0x557b90fc wm831x_regmap_config +EXPORT_SYMBOL_GPL vmlinux 0x558666ef dm_send_uevents +EXPORT_SYMBOL_GPL vmlinux 0x55a2d8cb sk_msg_clone +EXPORT_SYMBOL_GPL vmlinux 0x55a3f2f2 pci_epc_init_notify +EXPORT_SYMBOL_GPL vmlinux 0x55c76a23 ksys_sync_helper +EXPORT_SYMBOL_GPL vmlinux 0x55c9080f fwnode_property_present +EXPORT_SYMBOL_GPL vmlinux 0x55eecff4 bit_wait_io_timeout +EXPORT_SYMBOL_GPL vmlinux 0x56054c05 crypto_it_tab +EXPORT_SYMBOL_GPL vmlinux 0x5612cab2 register_fprobe_syms +EXPORT_SYMBOL_GPL vmlinux 0x56170e6b virtio_config_changed +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 0x5631d2c5 fwnode_get_next_available_child_node +EXPORT_SYMBOL_GPL vmlinux 0x5633e13d sata_scr_read +EXPORT_SYMBOL_GPL vmlinux 0x56398615 mark_tsc_unstable +EXPORT_SYMBOL_GPL vmlinux 0x5640311c get_kernel_pages +EXPORT_SYMBOL_GPL vmlinux 0x5641485b tty_termios_encode_baud_rate +EXPORT_SYMBOL_GPL vmlinux 0x564dd97b crypto_shoot_alg +EXPORT_SYMBOL_GPL vmlinux 0x5663ee6c ohci_setup +EXPORT_SYMBOL_GPL vmlinux 0x56661ead __traceiter_pelt_se_tp +EXPORT_SYMBOL_GPL vmlinux 0x5674696b sk_clone_lock +EXPORT_SYMBOL_GPL vmlinux 0x567d418f iommu_set_fault_handler +EXPORT_SYMBOL_GPL vmlinux 0x567e345d tty_perform_flush +EXPORT_SYMBOL_GPL vmlinux 0x56897f44 ip6_datagram_connect +EXPORT_SYMBOL_GPL vmlinux 0x568f6e60 class_destroy +EXPORT_SYMBOL_GPL vmlinux 0x568ffe76 debugfs_create_x32 +EXPORT_SYMBOL_GPL vmlinux 0x56948896 spec_ctrl_current +EXPORT_SYMBOL_GPL vmlinux 0x56acf5cc vga_default_device +EXPORT_SYMBOL_GPL vmlinux 0x56afa83f acpi_dma_request_slave_chan_by_index +EXPORT_SYMBOL_GPL vmlinux 0x56ba8923 pm_clk_runtime_suspend +EXPORT_SYMBOL_GPL vmlinux 0x56c3cfb4 devm_rtc_device_register +EXPORT_SYMBOL_GPL vmlinux 0x56e44533 edac_get_sysfs_subsys +EXPORT_SYMBOL_GPL vmlinux 0x56e80a3c crypto_ahash_finup +EXPORT_SYMBOL_GPL vmlinux 0x56e8d46d nvmem_add_cell_table +EXPORT_SYMBOL_GPL vmlinux 0x56f99196 fscrypt_fname_encrypt +EXPORT_SYMBOL_GPL vmlinux 0x56fbb130 no_hash_pointers +EXPORT_SYMBOL_GPL vmlinux 0x57188535 skb_mpls_push +EXPORT_SYMBOL_GPL vmlinux 0x571e8b5b dev_pm_genpd_suspend +EXPORT_SYMBOL_GPL vmlinux 0x57222308 i2c_new_smbus_alert_device +EXPORT_SYMBOL_GPL vmlinux 0x57347d26 fixed_phy_unregister +EXPORT_SYMBOL_GPL vmlinux 0x5735c51a dw_pcie_ep_linkup +EXPORT_SYMBOL_GPL vmlinux 0x573ff9b2 regulator_disable_deferred +EXPORT_SYMBOL_GPL vmlinux 0x574609c5 apei_exec_write_register_value +EXPORT_SYMBOL_GPL vmlinux 0x5759350e exportfs_encode_inode_fh +EXPORT_SYMBOL_GPL vmlinux 0x575e7862 akcipher_register_instance +EXPORT_SYMBOL_GPL vmlinux 0x57660091 xdp_convert_zc_to_xdp_frame +EXPORT_SYMBOL_GPL vmlinux 0x5769f834 device_property_match_string +EXPORT_SYMBOL_GPL vmlinux 0x576de60c sysfs_rename_link_ns +EXPORT_SYMBOL_GPL vmlinux 0x57719632 gnttab_grant_foreign_access +EXPORT_SYMBOL_GPL vmlinux 0x57735591 dev_pm_opp_remove_all_dynamic +EXPORT_SYMBOL_GPL vmlinux 0x577ce02c is_nvdimm_sync +EXPORT_SYMBOL_GPL vmlinux 0x5781cd5b __traceiter_fib6_table_lookup +EXPORT_SYMBOL_GPL vmlinux 0x57828f92 mptcp_pm_get_local_addr_max +EXPORT_SYMBOL_GPL vmlinux 0x5783f053 hypervisor_kobj +EXPORT_SYMBOL_GPL vmlinux 0x57861a5c gds_ucode_mitigated +EXPORT_SYMBOL_GPL vmlinux 0x578eeb4d hugetlb_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0x5790e7a0 pci_unlock_rescan_remove +EXPORT_SYMBOL_GPL vmlinux 0x5795b8c8 devlink_to_dev +EXPORT_SYMBOL_GPL vmlinux 0x579d44c3 pinctrl_add_gpio_ranges +EXPORT_SYMBOL_GPL vmlinux 0x579e0bf5 rtnl_unregister_all +EXPORT_SYMBOL_GPL vmlinux 0x57b07cb0 devm_gpiod_put +EXPORT_SYMBOL_GPL vmlinux 0x57c0fa5e percpu_up_write +EXPORT_SYMBOL_GPL vmlinux 0x57d1112a phy_power_on +EXPORT_SYMBOL_GPL vmlinux 0x57d4050a xhci_get_endpoint_index +EXPORT_SYMBOL_GPL vmlinux 0x57dc4851 mas_erase +EXPORT_SYMBOL_GPL vmlinux 0x57dd9c31 synth_event_trace_end +EXPORT_SYMBOL_GPL vmlinux 0x57f576b9 mpi_ec_curve_point +EXPORT_SYMBOL_GPL vmlinux 0x58023f7b ethnl_cable_test_step +EXPORT_SYMBOL_GPL vmlinux 0x580f7ab6 devlink_dpipe_entry_ctx_close +EXPORT_SYMBOL_GPL vmlinux 0x581b13c6 __pci_reset_function_locked +EXPORT_SYMBOL_GPL vmlinux 0x58276f93 cper_next_record_id +EXPORT_SYMBOL_GPL vmlinux 0x5829e979 mas_pause +EXPORT_SYMBOL_GPL vmlinux 0x582b1b4c tps6586x_read +EXPORT_SYMBOL_GPL vmlinux 0x5830d5ee pstore_unregister +EXPORT_SYMBOL_GPL vmlinux 0x5831e062 cpus_read_trylock +EXPORT_SYMBOL_GPL vmlinux 0x583967f6 ata_timing_compute +EXPORT_SYMBOL_GPL vmlinux 0x586bfc8a alarm_restart +EXPORT_SYMBOL_GPL vmlinux 0x58707c84 fuse_conn_destroy +EXPORT_SYMBOL_GPL vmlinux 0x58711361 pci_hp_destroy +EXPORT_SYMBOL_GPL vmlinux 0x5871d1e9 tpm2_get_cc_attrs_tbl +EXPORT_SYMBOL_GPL vmlinux 0x58796114 devm_reset_control_array_get +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 0x58ac5017 crypto_stats_ahash_update +EXPORT_SYMBOL_GPL vmlinux 0x58af521e regulator_set_load +EXPORT_SYMBOL_GPL vmlinux 0x58c90e37 __dax_driver_register +EXPORT_SYMBOL_GPL vmlinux 0x58d6311d trace_clock +EXPORT_SYMBOL_GPL vmlinux 0x58db1176 ata_xfer_mode2shift +EXPORT_SYMBOL_GPL vmlinux 0x58ddefd1 cpufreq_unregister_governor +EXPORT_SYMBOL_GPL vmlinux 0x58def6ca sfp_module_remove +EXPORT_SYMBOL_GPL vmlinux 0x5907c619 crypto_unregister_rng +EXPORT_SYMBOL_GPL vmlinux 0x590e0f1b usb_intf_get_dma_device +EXPORT_SYMBOL_GPL vmlinux 0x592b98cd pm_generic_poweroff_late +EXPORT_SYMBOL_GPL vmlinux 0x5949bc4b alloc_memory_type +EXPORT_SYMBOL_GPL vmlinux 0x594a29a9 dev_attr_unload_heads +EXPORT_SYMBOL_GPL vmlinux 0x5957cddb zs_lookup_class_index +EXPORT_SYMBOL_GPL vmlinux 0x5969bb90 __class_register +EXPORT_SYMBOL_GPL vmlinux 0x59725a91 md_do_sync +EXPORT_SYMBOL_GPL vmlinux 0x597a9d09 fsverity_verify_page +EXPORT_SYMBOL_GPL vmlinux 0x597b972d bpf_offload_dev_match +EXPORT_SYMBOL_GPL vmlinux 0x5986d190 kdb_printf +EXPORT_SYMBOL_GPL vmlinux 0x598d6064 wbc_account_cgroup_owner +EXPORT_SYMBOL_GPL vmlinux 0x598defbf blk_set_pm_only +EXPORT_SYMBOL_GPL vmlinux 0x5990f2cb devres_get +EXPORT_SYMBOL_GPL vmlinux 0x5997071c __SCK__tp_func_kfree_skb +EXPORT_SYMBOL_GPL vmlinux 0x59972324 fsl_mc_device_group +EXPORT_SYMBOL_GPL vmlinux 0x59983191 class_find_device +EXPORT_SYMBOL_GPL vmlinux 0x599caedc watchdog_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0x59a2f18b gpiochip_relres_irq +EXPORT_SYMBOL_GPL vmlinux 0x59ade9cf cros_ec_check_features +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 0x59b70fd6 ethnl_cable_test_alloc +EXPORT_SYMBOL_GPL vmlinux 0x59c43dc9 __traceiter_non_standard_event +EXPORT_SYMBOL_GPL vmlinux 0x59df8bf6 acpi_pci_check_ejectable +EXPORT_SYMBOL_GPL vmlinux 0x59e61e0b rio_local_set_device_id +EXPORT_SYMBOL_GPL vmlinux 0x59e68da0 __devm_clk_hw_register_gate +EXPORT_SYMBOL_GPL vmlinux 0x59e728fd synth_event_trace_array +EXPORT_SYMBOL_GPL vmlinux 0x59edfeb8 phy_rate_matching_to_str +EXPORT_SYMBOL_GPL vmlinux 0x59f16b62 bio_add_zone_append_page +EXPORT_SYMBOL_GPL vmlinux 0x59f32720 mpi_subm +EXPORT_SYMBOL_GPL vmlinux 0x59f34cda thermal_zone_bind_cooling_device +EXPORT_SYMBOL_GPL vmlinux 0x59f8b7c6 ms_hyperv +EXPORT_SYMBOL_GPL vmlinux 0x59fb20a3 da9052_adc_read_temp +EXPORT_SYMBOL_GPL vmlinux 0x59fe4ea0 gpiod_set_value +EXPORT_SYMBOL_GPL vmlinux 0x5a0ff38b pci_msi_prepare +EXPORT_SYMBOL_GPL vmlinux 0x5a12d7e7 mbox_chan_txdone +EXPORT_SYMBOL_GPL vmlinux 0x5a15b737 evm_verifyxattr +EXPORT_SYMBOL_GPL vmlinux 0x5a1d134a rcu_momentary_dyntick_idle +EXPORT_SYMBOL_GPL vmlinux 0x5a1d3d47 kthread_mod_delayed_work +EXPORT_SYMBOL_GPL vmlinux 0x5a1fe344 dax_layout_busy_page +EXPORT_SYMBOL_GPL vmlinux 0x5a229368 arch_apei_enable_cmcff +EXPORT_SYMBOL_GPL vmlinux 0x5a244d6e fuse_free_conn +EXPORT_SYMBOL_GPL vmlinux 0x5a2e908c skb_complete_tx_timestamp +EXPORT_SYMBOL_GPL vmlinux 0x5a30f58c unregister_acpi_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x5a386157 sfp_register_socket +EXPORT_SYMBOL_GPL vmlinux 0x5a3e993b blk_revalidate_disk_zones +EXPORT_SYMBOL_GPL vmlinux 0x5a49dbc9 timerqueue_del +EXPORT_SYMBOL_GPL vmlinux 0x5a4e6979 bus_rescan_devices +EXPORT_SYMBOL_GPL vmlinux 0x5a6ac2ff icc_provider_init +EXPORT_SYMBOL_GPL vmlinux 0x5a6c8458 uart_handle_cts_change +EXPORT_SYMBOL_GPL vmlinux 0x5a6cdb52 nf_ct_zone_dflt +EXPORT_SYMBOL_GPL vmlinux 0x5a7bfe41 crypto_probing_notify +EXPORT_SYMBOL_GPL vmlinux 0x5a8dd4c9 nvmem_cell_read_variable_le_u64 +EXPORT_SYMBOL_GPL vmlinux 0x5a936a7c rio_request_outb_dbell +EXPORT_SYMBOL_GPL vmlinux 0x5a9cac04 gpiochip_remove +EXPORT_SYMBOL_GPL vmlinux 0x5aa70984 acpi_reduced_hardware +EXPORT_SYMBOL_GPL vmlinux 0x5aa740d7 iommu_register_device_fault_handler +EXPORT_SYMBOL_GPL vmlinux 0x5aad86b8 pm_runtime_irq_safe +EXPORT_SYMBOL_GPL vmlinux 0x5ab09745 edac_get_owner +EXPORT_SYMBOL_GPL vmlinux 0x5ab124e1 fb_deferred_io_fsync +EXPORT_SYMBOL_GPL vmlinux 0x5ab152d5 power_supply_powers +EXPORT_SYMBOL_GPL vmlinux 0x5ab64f1d thermal_zone_get_zone_by_name +EXPORT_SYMBOL_GPL vmlinux 0x5ac43f93 rt_mutex_unlock +EXPORT_SYMBOL_GPL vmlinux 0x5accd0ce transport_configure_device +EXPORT_SYMBOL_GPL vmlinux 0x5ace3331 peernet2id_alloc +EXPORT_SYMBOL_GPL vmlinux 0x5ad125fe finish_rcuwait +EXPORT_SYMBOL_GPL vmlinux 0x5ad5d757 cgroup_attach_task_all +EXPORT_SYMBOL_GPL vmlinux 0x5af4e879 pwm_get +EXPORT_SYMBOL_GPL vmlinux 0x5b0209dd iomap_dio_bio_end_io +EXPORT_SYMBOL_GPL vmlinux 0x5b023391 adp5520_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x5b214bde lwtunnel_build_state +EXPORT_SYMBOL_GPL vmlinux 0x5b21ceff ring_buffer_iter_peek +EXPORT_SYMBOL_GPL vmlinux 0x5b249004 vp_modern_get_status +EXPORT_SYMBOL_GPL vmlinux 0x5b283618 sdio_f0_readb +EXPORT_SYMBOL_GPL vmlinux 0x5b2a1a46 fwnode_get_parent +EXPORT_SYMBOL_GPL vmlinux 0x5b3dd154 net_ns_get_ownership +EXPORT_SYMBOL_GPL vmlinux 0x5b41ac4d serial8250_init_port +EXPORT_SYMBOL_GPL vmlinux 0x5b43ad44 vcap_del_rules +EXPORT_SYMBOL_GPL vmlinux 0x5b4504aa nvdimm_bus_add_badrange +EXPORT_SYMBOL_GPL vmlinux 0x5b4acca6 devlink_port_region_create +EXPORT_SYMBOL_GPL vmlinux 0x5b4c762a platform_bus +EXPORT_SYMBOL_GPL vmlinux 0x5b60ba10 mmc_regulator_set_ocr +EXPORT_SYMBOL_GPL vmlinux 0x5b60c7e2 tps6586x_write +EXPORT_SYMBOL_GPL vmlinux 0x5b6876dc xhci_ext_cap_init +EXPORT_SYMBOL_GPL vmlinux 0x5b6b0329 swiotlb_max_segment +EXPORT_SYMBOL_GPL vmlinux 0x5b7c1dfd genphy_c45_pma_setup_forced +EXPORT_SYMBOL_GPL vmlinux 0x5b83e2fe acpi_storage_d3 +EXPORT_SYMBOL_GPL vmlinux 0x5b911b5a hvc_alloc +EXPORT_SYMBOL_GPL vmlinux 0x5b961420 bus_sort_breadthfirst +EXPORT_SYMBOL_GPL vmlinux 0x5ba1ba15 devm_mipi_dsi_attach +EXPORT_SYMBOL_GPL vmlinux 0x5ba9c87f blk_crypto_keyslot_index +EXPORT_SYMBOL_GPL vmlinux 0x5bb7619f devm_acpi_dma_controller_free +EXPORT_SYMBOL_GPL vmlinux 0x5bb9d832 __tracepoint_block_bio_complete +EXPORT_SYMBOL_GPL vmlinux 0x5bbe6a19 devm_pwmchip_add +EXPORT_SYMBOL_GPL vmlinux 0x5bc021c4 vp_legacy_get_features +EXPORT_SYMBOL_GPL vmlinux 0x5bc950fe regulator_irq_helper_cancel +EXPORT_SYMBOL_GPL vmlinux 0x5bcc0df7 ata_dev_classify +EXPORT_SYMBOL_GPL vmlinux 0x5bcdf9dd fwnode_property_read_string_array +EXPORT_SYMBOL_GPL vmlinux 0x5bd0748f crypto_del_default_rng +EXPORT_SYMBOL_GPL vmlinux 0x5bd1946c __inet_lookup_listener +EXPORT_SYMBOL_GPL vmlinux 0x5bdae35b usb_phy_roothub_set_mode +EXPORT_SYMBOL_GPL vmlinux 0x5bdbac4e rcu_unexpedite_gp +EXPORT_SYMBOL_GPL vmlinux 0x5be630ea devm_blk_crypto_profile_init +EXPORT_SYMBOL_GPL vmlinux 0x5bea0bfa gpiod_to_chip +EXPORT_SYMBOL_GPL vmlinux 0x5beab99e rtc_class_close +EXPORT_SYMBOL_GPL vmlinux 0x5c070f62 cper_mem_err_status_str +EXPORT_SYMBOL_GPL vmlinux 0x5c0b6c5d gpiod_is_active_low +EXPORT_SYMBOL_GPL vmlinux 0x5c0c165e __SCT__tp_func_neigh_update +EXPORT_SYMBOL_GPL vmlinux 0x5c0eaf31 acpi_dev_resource_interrupt +EXPORT_SYMBOL_GPL vmlinux 0x5c108969 pci_p2pmem_alloc_sgl +EXPORT_SYMBOL_GPL vmlinux 0x5c1c506a pci_hp_create_module_link +EXPORT_SYMBOL_GPL vmlinux 0x5c244fc6 __clk_get_hw +EXPORT_SYMBOL_GPL vmlinux 0x5c2f1546 devlink_sb_register +EXPORT_SYMBOL_GPL vmlinux 0x5c309e65 hibernate_quiet_exec +EXPORT_SYMBOL_GPL vmlinux 0x5c323350 blkcg_root_css +EXPORT_SYMBOL_GPL vmlinux 0x5c4fa71b platform_device_register_full +EXPORT_SYMBOL_GPL vmlinux 0x5c550b59 wbt_enable_default +EXPORT_SYMBOL_GPL vmlinux 0x5c5a1b16 tick_broadcast_control +EXPORT_SYMBOL_GPL vmlinux 0x5c7179e7 device_find_child +EXPORT_SYMBOL_GPL vmlinux 0x5c74d02d acpi_bus_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0x5c900c17 rio_unregister_mport +EXPORT_SYMBOL_GPL vmlinux 0x5c9b3068 xhci_suspend +EXPORT_SYMBOL_GPL vmlinux 0x5cab9945 unregister_xenbus_watch +EXPORT_SYMBOL_GPL vmlinux 0x5cad8fc3 power_supply_ocv2cap_simple +EXPORT_SYMBOL_GPL vmlinux 0x5cbe3bbd nd_cmd_out_size +EXPORT_SYMBOL_GPL vmlinux 0x5cc77c45 led_colors +EXPORT_SYMBOL_GPL vmlinux 0x5cdc24b3 msi_domain_get_virq +EXPORT_SYMBOL_GPL vmlinux 0x5ce14c2a regulator_bulk_unregister_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0x5cede0a7 xdp_flush_frame_bulk +EXPORT_SYMBOL_GPL vmlinux 0x5cfdffb0 bpf_verifier_log_write +EXPORT_SYMBOL_GPL vmlinux 0x5d0113e0 x86_pred_cmd +EXPORT_SYMBOL_GPL vmlinux 0x5d04962c __SCK__tp_func_arm_event +EXPORT_SYMBOL_GPL vmlinux 0x5d17148b apei_write +EXPORT_SYMBOL_GPL vmlinux 0x5d2aa5fb rhashtable_walk_peek +EXPORT_SYMBOL_GPL vmlinux 0x5d2b32f2 blk_lld_busy +EXPORT_SYMBOL_GPL vmlinux 0x5d2bc42a reset_control_rearm +EXPORT_SYMBOL_GPL vmlinux 0x5d4494ac pci_epc_set_msi +EXPORT_SYMBOL_GPL vmlinux 0x5d485805 regulator_map_voltage_pickable_linear_range +EXPORT_SYMBOL_GPL vmlinux 0x5d4c2416 devlink_dpipe_action_put +EXPORT_SYMBOL_GPL vmlinux 0x5d4df157 led_trigger_rename_static +EXPORT_SYMBOL_GPL vmlinux 0x5d79c664 dm_set_target_max_io_len +EXPORT_SYMBOL_GPL vmlinux 0x5d7b625e dw_pcie_ep_init_notify +EXPORT_SYMBOL_GPL vmlinux 0x5d81908b usb_wakeup_notification +EXPORT_SYMBOL_GPL vmlinux 0x5d8476d3 bpf_sk_storage_diag_alloc +EXPORT_SYMBOL_GPL vmlinux 0x5d871e58 nf_queue +EXPORT_SYMBOL_GPL vmlinux 0x5d9317d7 uv_teardown_irq +EXPORT_SYMBOL_GPL vmlinux 0x5d9818a9 syscon_regmap_lookup_by_phandle_args +EXPORT_SYMBOL_GPL vmlinux 0x5da2d0e2 __traceiter_devlink_hwerr +EXPORT_SYMBOL_GPL vmlinux 0x5da67adc zs_compact +EXPORT_SYMBOL_GPL vmlinux 0x5db1835f ohci_hub_status_data +EXPORT_SYMBOL_GPL vmlinux 0x5dbcfa4f boot_cpu_physical_apicid +EXPORT_SYMBOL_GPL vmlinux 0x5de5b0eb component_compare_dev_name +EXPORT_SYMBOL_GPL vmlinux 0x5de5b435 thermal_cooling_device_register +EXPORT_SYMBOL_GPL vmlinux 0x5dfeaf82 devm_create_dev_dax +EXPORT_SYMBOL_GPL vmlinux 0x5e173309 cpu_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0x5e2edfba sdio_writesb +EXPORT_SYMBOL_GPL vmlinux 0x5e460c21 power_supply_class +EXPORT_SYMBOL_GPL vmlinux 0x5e4677e4 ata_pci_bmdma_init +EXPORT_SYMBOL_GPL vmlinux 0x5e493b7e switchdev_bridge_port_offload +EXPORT_SYMBOL_GPL vmlinux 0x5e515be6 ktime_get_ts64 +EXPORT_SYMBOL_GPL vmlinux 0x5e696029 xenbus_setup_ring +EXPORT_SYMBOL_GPL vmlinux 0x5e698f42 extcon_set_property +EXPORT_SYMBOL_GPL vmlinux 0x5e798ffb divider_get_val +EXPORT_SYMBOL_GPL vmlinux 0x5e85415b ring_buffer_consume +EXPORT_SYMBOL_GPL vmlinux 0x5e894aec acpi_driver_match_device +EXPORT_SYMBOL_GPL vmlinux 0x5e9a8e8d regulator_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0x5eae5408 clk_is_enabled_when_prepared +EXPORT_SYMBOL_GPL vmlinux 0x5eb891f1 nvdimm_to_bus +EXPORT_SYMBOL_GPL vmlinux 0x5ec5e9e2 da903x_update +EXPORT_SYMBOL_GPL vmlinux 0x5ec7a855 blk_crypto_reprogram_all_keys +EXPORT_SYMBOL_GPL vmlinux 0x5ee2aa12 list_lru_count_node +EXPORT_SYMBOL_GPL vmlinux 0x5ef78bee i2c_handle_smbus_host_notify +EXPORT_SYMBOL_GPL vmlinux 0x5f0239c6 hte_push_ts_ns +EXPORT_SYMBOL_GPL vmlinux 0x5f0fd4f4 ata_do_set_mode +EXPORT_SYMBOL_GPL vmlinux 0x5f1230fd pci_epc_start +EXPORT_SYMBOL_GPL vmlinux 0x5f2006b9 pwmchip_add +EXPORT_SYMBOL_GPL vmlinux 0x5f23e3fa insert_resource +EXPORT_SYMBOL_GPL vmlinux 0x5f25eba6 usb_disable_ltm +EXPORT_SYMBOL_GPL vmlinux 0x5f2da8c4 check_tsc_unstable +EXPORT_SYMBOL_GPL vmlinux 0x5f2fcc83 ioremap_uc +EXPORT_SYMBOL_GPL vmlinux 0x5f35c372 screen_pos +EXPORT_SYMBOL_GPL vmlinux 0x5f3c5563 fsnotify_find_mark +EXPORT_SYMBOL_GPL vmlinux 0x5f3e9c5a usb_hcd_is_primary_hcd +EXPORT_SYMBOL_GPL vmlinux 0x5f5194d4 x86_platform +EXPORT_SYMBOL_GPL vmlinux 0x5f57e67d tpm_send +EXPORT_SYMBOL_GPL vmlinux 0x5f6f1e9e dax_get_private +EXPORT_SYMBOL_GPL vmlinux 0x5f8d3f24 devlink_param_driverinit_value_set +EXPORT_SYMBOL_GPL vmlinux 0x5f9d03a4 edac_pci_handle_pe +EXPORT_SYMBOL_GPL vmlinux 0x5fa625ed mpi_ec_mul_point +EXPORT_SYMBOL_GPL vmlinux 0x5fd7109d crypto_register_algs +EXPORT_SYMBOL_GPL vmlinux 0x5fda74cc rio_mport_initialize +EXPORT_SYMBOL_GPL vmlinux 0x5fdf7b32 smca_get_bank_type +EXPORT_SYMBOL_GPL vmlinux 0x5fdfa2c1 amd_pmu_enable_virt +EXPORT_SYMBOL_GPL vmlinux 0x5fe6f5b8 serdev_device_write_wakeup +EXPORT_SYMBOL_GPL vmlinux 0x5ff63980 rio_inb_pwrite_handler +EXPORT_SYMBOL_GPL vmlinux 0x60091316 clk_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0x601651f9 devm_pwm_lpss_probe +EXPORT_SYMBOL_GPL vmlinux 0x603d0d51 acpi_os_map_iomem +EXPORT_SYMBOL_GPL vmlinux 0x604722fd devices_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0x60697907 fib6_get_table +EXPORT_SYMBOL_GPL vmlinux 0x606b4aba devlink_linecard_provision_set +EXPORT_SYMBOL_GPL vmlinux 0x606f0c84 platform_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x60762aed vp_modern_queue_vector +EXPORT_SYMBOL_GPL vmlinux 0x607c4683 devlink_info_version_fixed_put +EXPORT_SYMBOL_GPL vmlinux 0x607ce115 ata_port_desc +EXPORT_SYMBOL_GPL vmlinux 0x608c7432 intel_cpu_collect_info +EXPORT_SYMBOL_GPL vmlinux 0x608d25d6 __xas_prev +EXPORT_SYMBOL_GPL vmlinux 0x6091797f synchronize_rcu +EXPORT_SYMBOL_GPL vmlinux 0x609c3ad7 devm_rtc_allocate_device +EXPORT_SYMBOL_GPL vmlinux 0x60a08aeb xdp_do_redirect +EXPORT_SYMBOL_GPL vmlinux 0x60a13e90 rcu_barrier +EXPORT_SYMBOL_GPL vmlinux 0x60a1f014 regulator_list_voltage_table +EXPORT_SYMBOL_GPL vmlinux 0x60a3a1b3 devlink_port_attrs_pci_pf_set +EXPORT_SYMBOL_GPL vmlinux 0x60ae0922 power_supply_vbat2ri +EXPORT_SYMBOL_GPL vmlinux 0x60af8fcc crypto_shash_finup +EXPORT_SYMBOL_GPL vmlinux 0x60c55913 regulator_bulk_free +EXPORT_SYMBOL_GPL vmlinux 0x60c662a0 __fscrypt_prepare_setattr +EXPORT_SYMBOL_GPL vmlinux 0x60e900ec vp_legacy_get_status +EXPORT_SYMBOL_GPL vmlinux 0x60ebc96f ring_buffer_read_prepare +EXPORT_SYMBOL_GPL vmlinux 0x60f99e1b cppc_set_perf +EXPORT_SYMBOL_GPL vmlinux 0x61138644 fib_alias_hw_flags_set +EXPORT_SYMBOL_GPL vmlinux 0x611cfa85 klist_add_tail +EXPORT_SYMBOL_GPL vmlinux 0x612167d1 pse_controller_register +EXPORT_SYMBOL_GPL vmlinux 0x6129fb93 sfp_remove_phy +EXPORT_SYMBOL_GPL vmlinux 0x612bfd89 errno_to_blk_status +EXPORT_SYMBOL_GPL vmlinux 0x61359757 devm_mbox_controller_register +EXPORT_SYMBOL_GPL vmlinux 0x613e0db6 vcap_debugfs +EXPORT_SYMBOL_GPL vmlinux 0x61758a5e task_cgroup_path +EXPORT_SYMBOL_GPL vmlinux 0x617730bf srcu_notifier_chain_register +EXPORT_SYMBOL_GPL vmlinux 0x6181e79f timerqueue_add +EXPORT_SYMBOL_GPL vmlinux 0x6183c41b trace_array_get_by_name +EXPORT_SYMBOL_GPL vmlinux 0x6185061d devlink_dpipe_entry_ctx_prepare +EXPORT_SYMBOL_GPL vmlinux 0x6198dfea __ring_buffer_alloc +EXPORT_SYMBOL_GPL vmlinux 0x6199ad5d crypto_has_skcipher +EXPORT_SYMBOL_GPL vmlinux 0x619d2eca acpi_gpio_get_irq_resource +EXPORT_SYMBOL_GPL vmlinux 0x61a36954 dax_layout_busy_page_range +EXPORT_SYMBOL_GPL vmlinux 0x61a75446 debugfs_attr_write +EXPORT_SYMBOL_GPL vmlinux 0x61b2dec4 __netpoll_cleanup +EXPORT_SYMBOL_GPL vmlinux 0x61b443f8 x86_spec_ctrl_current +EXPORT_SYMBOL_GPL vmlinux 0x61b7768f cgroup_path_ns +EXPORT_SYMBOL_GPL vmlinux 0x61bd0bd0 get_completed_synchronize_rcu_full +EXPORT_SYMBOL_GPL vmlinux 0x61be521f for_each_kernel_tracepoint +EXPORT_SYMBOL_GPL vmlinux 0x61d1e97e kobject_uevent +EXPORT_SYMBOL_GPL vmlinux 0x61d6b43d inet6_lookup_listener +EXPORT_SYMBOL_GPL vmlinux 0x61d96f15 dax_zero_range +EXPORT_SYMBOL_GPL vmlinux 0x61db2995 iommu_domain_free +EXPORT_SYMBOL_GPL vmlinux 0x61f67c92 phy_gbit_features_array +EXPORT_SYMBOL_GPL vmlinux 0x6206c6df vcap_rule_add_key_u48 +EXPORT_SYMBOL_GPL vmlinux 0x620b271d usb_register_dev +EXPORT_SYMBOL_GPL vmlinux 0x621149d6 rio_add_device +EXPORT_SYMBOL_GPL vmlinux 0x622c7922 register_oom_notifier +EXPORT_SYMBOL_GPL vmlinux 0x62323565 phy_modify +EXPORT_SYMBOL_GPL vmlinux 0x62377a7b blk_io_schedule +EXPORT_SYMBOL_GPL vmlinux 0x623a175f ata_dummy_port_info +EXPORT_SYMBOL_GPL vmlinux 0x6246a629 synchronize_rcu_tasks_trace +EXPORT_SYMBOL_GPL vmlinux 0x6246f48d edac_mc_add_mc_with_groups +EXPORT_SYMBOL_GPL vmlinux 0x62497a35 devl_dpipe_headers_register +EXPORT_SYMBOL_GPL vmlinux 0x625117dd seg6_do_srh_encap +EXPORT_SYMBOL_GPL vmlinux 0x6257dda7 clk_rate_exclusive_get +EXPORT_SYMBOL_GPL vmlinux 0x6259d291 clk_restore_context +EXPORT_SYMBOL_GPL vmlinux 0x626a5cb8 devm_irq_alloc_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0x626b0144 devm_nvdimm_memremap +EXPORT_SYMBOL_GPL vmlinux 0x62897ac7 anon_inode_getfile +EXPORT_SYMBOL_GPL vmlinux 0x62a26aa4 blkcg_deactivate_policy +EXPORT_SYMBOL_GPL vmlinux 0x62a42404 irq_set_chip_and_handler_name +EXPORT_SYMBOL_GPL vmlinux 0x62a6acb2 __traceiter_rpm_resume +EXPORT_SYMBOL_GPL vmlinux 0x62afda67 pci_epc_put +EXPORT_SYMBOL_GPL vmlinux 0x62bb09bf clocks_calc_mult_shift +EXPORT_SYMBOL_GPL vmlinux 0x62c46956 iommu_unregister_device_fault_handler +EXPORT_SYMBOL_GPL vmlinux 0x62ccbe69 skb_morph +EXPORT_SYMBOL_GPL vmlinux 0x6301c581 pinctrl_find_and_add_gpio_range +EXPORT_SYMBOL_GPL vmlinux 0x63026490 unregister_kprobe +EXPORT_SYMBOL_GPL vmlinux 0x6312d0d4 serial8250_do_set_mctrl +EXPORT_SYMBOL_GPL vmlinux 0x63150e06 clk_get_parent +EXPORT_SYMBOL_GPL vmlinux 0x6318f4b7 blkdev_report_zones +EXPORT_SYMBOL_GPL vmlinux 0x63197685 s2idle_wake +EXPORT_SYMBOL_GPL vmlinux 0x6340434e x86_model +EXPORT_SYMBOL_GPL vmlinux 0x63512458 __udp6_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0x638a9653 memory_add_physaddr_to_nid +EXPORT_SYMBOL_GPL vmlinux 0x638aff11 proc_douintvec_minmax +EXPORT_SYMBOL_GPL vmlinux 0x639af61d pm_clk_destroy +EXPORT_SYMBOL_GPL vmlinux 0x63b0bd32 ata_sff_data_xfer +EXPORT_SYMBOL_GPL vmlinux 0x63bf4622 simple_rename_exchange +EXPORT_SYMBOL_GPL vmlinux 0x63c08029 clk_bulk_unprepare +EXPORT_SYMBOL_GPL vmlinux 0x63d32b2d wm831x_auxadc_read +EXPORT_SYMBOL_GPL vmlinux 0x63d67154 pci_set_cacheline_size +EXPORT_SYMBOL_GPL vmlinux 0x63db4624 vcap_keyset_name +EXPORT_SYMBOL_GPL vmlinux 0x63dbd248 unwind_get_return_address +EXPORT_SYMBOL_GPL vmlinux 0x63ea80b3 cper_mem_err_type_str +EXPORT_SYMBOL_GPL vmlinux 0x63f911d1 kthread_queue_delayed_work +EXPORT_SYMBOL_GPL vmlinux 0x6428cbb2 vcap_enable_lookups +EXPORT_SYMBOL_GPL vmlinux 0x6447115f dst_blackhole_mtu +EXPORT_SYMBOL_GPL vmlinux 0x644f665c __rio_local_write_config_8 +EXPORT_SYMBOL_GPL vmlinux 0x6453712d regmap_field_test_bits +EXPORT_SYMBOL_GPL vmlinux 0x64714759 usb_unlink_urb +EXPORT_SYMBOL_GPL vmlinux 0x647632f7 dm_audit_log_ti +EXPORT_SYMBOL_GPL vmlinux 0x648dfc82 list_lru_add +EXPORT_SYMBOL_GPL vmlinux 0x648f59a9 sfp_module_insert +EXPORT_SYMBOL_GPL vmlinux 0x64a00b86 acpi_data_fwnode_ops +EXPORT_SYMBOL_GPL vmlinux 0x64a31445 mutex_lock_io +EXPORT_SYMBOL_GPL vmlinux 0x64a62e11 acpi_processor_ffh_cstate_enter +EXPORT_SYMBOL_GPL vmlinux 0x64ca0c94 extcon_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x64cd60ab dma_get_merge_boundary +EXPORT_SYMBOL_GPL vmlinux 0x64d49a0d perf_pmu_migrate_context +EXPORT_SYMBOL_GPL vmlinux 0x64de2cfe edac_pci_create_generic_ctl +EXPORT_SYMBOL_GPL vmlinux 0x64e27c4f synth_event_delete +EXPORT_SYMBOL_GPL vmlinux 0x64f36620 dax_flush +EXPORT_SYMBOL_GPL vmlinux 0x64f6b0d7 crypto_unregister_akcipher +EXPORT_SYMBOL_GPL vmlinux 0x64f77f74 tty_kopen_exclusive +EXPORT_SYMBOL_GPL vmlinux 0x6502d9c2 xenbus_scanf +EXPORT_SYMBOL_GPL vmlinux 0x650bfed7 gpiod_get_array +EXPORT_SYMBOL_GPL vmlinux 0x6516334a tty_register_device_attr +EXPORT_SYMBOL_GPL vmlinux 0x651d10e5 ktime_get_tai_fast_ns +EXPORT_SYMBOL_GPL vmlinux 0x6520e859 gpiochip_irqchip_add_domain +EXPORT_SYMBOL_GPL vmlinux 0x65244152 fib4_rule_default +EXPORT_SYMBOL_GPL vmlinux 0x6527a231 dbgp_external_startup +EXPORT_SYMBOL_GPL vmlinux 0x652ace61 devm_platform_get_irqs_affinity +EXPORT_SYMBOL_GPL vmlinux 0x6531a37f mpi_add +EXPORT_SYMBOL_GPL vmlinux 0x65525c38 ghes_register_report_chain +EXPORT_SYMBOL_GPL vmlinux 0x65704d22 hv_stimer_cleanup +EXPORT_SYMBOL_GPL vmlinux 0x657c19ee acpi_dev_gpio_irq_wake_get_by +EXPORT_SYMBOL_GPL vmlinux 0x6584bac9 dev_pm_set_dedicated_wake_irq +EXPORT_SYMBOL_GPL vmlinux 0x6589d6ec __mmc_poll_for_busy +EXPORT_SYMBOL_GPL vmlinux 0x658f6dde thp_get_unmapped_area +EXPORT_SYMBOL_GPL vmlinux 0x65acf90c sbitmap_weight +EXPORT_SYMBOL_GPL vmlinux 0x65ccb6f0 call_netevent_notifiers +EXPORT_SYMBOL_GPL vmlinux 0x65cefb95 inet_csk_listen_stop +EXPORT_SYMBOL_GPL vmlinux 0x65e363ed inet_csk_listen_start +EXPORT_SYMBOL_GPL vmlinux 0x65e5b316 clean_acked_data_disable +EXPORT_SYMBOL_GPL vmlinux 0x65f5afb5 smpboot_unregister_percpu_thread +EXPORT_SYMBOL_GPL vmlinux 0x660213db __traceiter_rpm_return_int +EXPORT_SYMBOL_GPL vmlinux 0x66086072 da903x_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x660eb6bd devlink_free +EXPORT_SYMBOL_GPL vmlinux 0x661601de sprint_symbol +EXPORT_SYMBOL_GPL vmlinux 0x662578d3 pci_iomap_wc_range +EXPORT_SYMBOL_GPL vmlinux 0x662d598d dm_per_bio_data +EXPORT_SYMBOL_GPL vmlinux 0x662fa2b8 sysfs_notify +EXPORT_SYMBOL_GPL vmlinux 0x6636c3c9 irq_set_vcpu_affinity +EXPORT_SYMBOL_GPL vmlinux 0x663bb448 devlink_fmsg_obj_nest_end +EXPORT_SYMBOL_GPL vmlinux 0x6649ca31 fsverity_ioctl_enable +EXPORT_SYMBOL_GPL vmlinux 0x665e92a0 clk_set_duty_cycle +EXPORT_SYMBOL_GPL vmlinux 0x66716c70 spi_mem_get_name +EXPORT_SYMBOL_GPL vmlinux 0x668402aa crypto_put_default_rng +EXPORT_SYMBOL_GPL vmlinux 0x669a36e1 dev_get_regmap +EXPORT_SYMBOL_GPL vmlinux 0x669d63d3 da903x_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x669eb213 dev_pm_opp_set_config +EXPORT_SYMBOL_GPL vmlinux 0x66af3c31 vcap_get_rule +EXPORT_SYMBOL_GPL vmlinux 0x66b97421 sfp_link_up +EXPORT_SYMBOL_GPL vmlinux 0x66c2bc0b vcap_rule_get_key_u32 +EXPORT_SYMBOL_GPL vmlinux 0x66d87d38 symbol_put_addr +EXPORT_SYMBOL_GPL vmlinux 0x66df273f ipv4_sk_redirect +EXPORT_SYMBOL_GPL vmlinux 0x66e3c3f0 device_set_of_node_from_dev +EXPORT_SYMBOL_GPL vmlinux 0x66e7b0fc devm_of_icc_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0x66e95137 device_driver_attach +EXPORT_SYMBOL_GPL vmlinux 0x6702b71a reset_controller_unregister +EXPORT_SYMBOL_GPL vmlinux 0x670b339c ghes_get_devices +EXPORT_SYMBOL_GPL vmlinux 0x6712cbec agp_remove_bridge +EXPORT_SYMBOL_GPL vmlinux 0x67142bcf cn_add_callback +EXPORT_SYMBOL_GPL vmlinux 0x67255e8a set_cpus_allowed_ptr +EXPORT_SYMBOL_GPL vmlinux 0x672903e1 blk_queue_flag_test_and_set +EXPORT_SYMBOL_GPL vmlinux 0x6739a503 balloon_set_new_target +EXPORT_SYMBOL_GPL vmlinux 0x6742a43a xdp_attachment_setup +EXPORT_SYMBOL_GPL vmlinux 0x674f9893 serial8250_rpm_get_tx +EXPORT_SYMBOL_GPL vmlinux 0x6750555f pci_load_and_free_saved_state +EXPORT_SYMBOL_GPL vmlinux 0x6759bd00 __SCT__tp_func_rpm_idle +EXPORT_SYMBOL_GPL vmlinux 0x675fd464 fscrypt_d_revalidate +EXPORT_SYMBOL_GPL vmlinux 0x6762cf76 pci_ats_supported +EXPORT_SYMBOL_GPL vmlinux 0x676dd4b7 tty_buffer_unlock_exclusive +EXPORT_SYMBOL_GPL vmlinux 0x67752d61 irq_chip_set_affinity_parent +EXPORT_SYMBOL_GPL vmlinux 0x677ff88c xas_store +EXPORT_SYMBOL_GPL vmlinux 0x6780c340 vcap_keyset_list_add +EXPORT_SYMBOL_GPL vmlinux 0x678496ee iomap_writepages +EXPORT_SYMBOL_GPL vmlinux 0x678b8172 bpf_map_inc +EXPORT_SYMBOL_GPL vmlinux 0x6790ebd3 mce_is_memory_error +EXPORT_SYMBOL_GPL vmlinux 0x67940918 i2c_dw_adjust_bus_speed +EXPORT_SYMBOL_GPL vmlinux 0x67955ce6 profile_hits +EXPORT_SYMBOL_GPL vmlinux 0x679f8247 acpi_pci_find_root +EXPORT_SYMBOL_GPL vmlinux 0x67be0619 usb_lock_device_for_reset +EXPORT_SYMBOL_GPL vmlinux 0x67c3c795 get_state_synchronize_rcu_full +EXPORT_SYMBOL_GPL vmlinux 0x67d8a85e led_set_brightness_sync +EXPORT_SYMBOL_GPL vmlinux 0x67da9f7c sha512_zero_message_hash +EXPORT_SYMBOL_GPL vmlinux 0x67dcd76b uv_setup_irq +EXPORT_SYMBOL_GPL vmlinux 0x67e5262b tracing_snapshot_cond_enable +EXPORT_SYMBOL_GPL vmlinux 0x67e55522 rio_del_mport_pw_handler +EXPORT_SYMBOL_GPL vmlinux 0x67e6aa0a __devm_pci_epc_create +EXPORT_SYMBOL_GPL vmlinux 0x67f82bc3 hvc_poll +EXPORT_SYMBOL_GPL vmlinux 0x680d25e4 relay_close +EXPORT_SYMBOL_GPL vmlinux 0x680f9989 device_match_devt +EXPORT_SYMBOL_GPL vmlinux 0x681508f1 msg_zerocopy_callback +EXPORT_SYMBOL_GPL vmlinux 0x681a9648 virtio_require_restricted_mem_acc +EXPORT_SYMBOL_GPL vmlinux 0x682067bf icc_link_destroy +EXPORT_SYMBOL_GPL vmlinux 0x6823520a sfp_add_phy +EXPORT_SYMBOL_GPL vmlinux 0x682ff057 ring_buffer_commit_overrun_cpu +EXPORT_SYMBOL_GPL vmlinux 0x683b5706 __traceiter_xdp_exception +EXPORT_SYMBOL_GPL vmlinux 0x68460527 blkcg_set_fc_appid +EXPORT_SYMBOL_GPL vmlinux 0x684c02c9 crypto_wait_for_test +EXPORT_SYMBOL_GPL vmlinux 0x684d11b3 phy_speed_down +EXPORT_SYMBOL_GPL vmlinux 0x6851edfb netlink_add_tap +EXPORT_SYMBOL_GPL vmlinux 0x6856746c powercap_register_control_type +EXPORT_SYMBOL_GPL vmlinux 0x685ef51b fat_scan +EXPORT_SYMBOL_GPL vmlinux 0x68602bb1 __fsnotify_inode_delete +EXPORT_SYMBOL_GPL vmlinux 0x686ff493 pm_runtime_barrier +EXPORT_SYMBOL_GPL vmlinux 0x688e3067 fib_rules_dump +EXPORT_SYMBOL_GPL vmlinux 0x68952493 rcu_note_context_switch +EXPORT_SYMBOL_GPL vmlinux 0x68a8a4ba ata_platform_remove_one +EXPORT_SYMBOL_GPL vmlinux 0x68c7c752 skb_consume_udp +EXPORT_SYMBOL_GPL vmlinux 0x68ca84d8 dev_pm_opp_find_freq_exact +EXPORT_SYMBOL_GPL vmlinux 0x68d6f3b8 pm_genpd_remove +EXPORT_SYMBOL_GPL vmlinux 0x68f3bc39 devm_gpiochip_add_data_with_key +EXPORT_SYMBOL_GPL vmlinux 0x68f7d084 thermal_zone_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x68fd4cd1 pci_epc_get_features +EXPORT_SYMBOL_GPL vmlinux 0x6908874a __traceiter_sched_cpu_capacity_tp +EXPORT_SYMBOL_GPL vmlinux 0x690f585e phy_basic_ports_array +EXPORT_SYMBOL_GPL vmlinux 0x691011a3 iomap_truncate_page +EXPORT_SYMBOL_GPL vmlinux 0x691ddd5b usb_hcd_pci_pm_ops +EXPORT_SYMBOL_GPL vmlinux 0x692f4e21 irq_domain_add_legacy +EXPORT_SYMBOL_GPL vmlinux 0x6930d518 nd_tbl +EXPORT_SYMBOL_GPL vmlinux 0x69355af6 sdio_claim_irq +EXPORT_SYMBOL_GPL vmlinux 0x6958e5f7 dev_fill_forward_path +EXPORT_SYMBOL_GPL vmlinux 0x695c6e9a dev_pm_qos_expose_latency_limit +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 0x696e8c74 scsi_free_sgtables +EXPORT_SYMBOL_GPL vmlinux 0x697c5d0d tracing_snapshot_alloc +EXPORT_SYMBOL_GPL vmlinux 0x69ab8caf kernel_kobj +EXPORT_SYMBOL_GPL vmlinux 0x69b8a39c dev_pm_opp_config_clks_simple +EXPORT_SYMBOL_GPL vmlinux 0x69cf0632 mpi_fromstr +EXPORT_SYMBOL_GPL vmlinux 0x69d5b810 pwm_lpss_bsw_info +EXPORT_SYMBOL_GPL vmlinux 0x69e06ed0 serial8250_do_get_mctrl +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 0x69f6402f handle_fasteoi_nmi +EXPORT_SYMBOL_GPL vmlinux 0x6a05b65b fb_videomode_from_videomode +EXPORT_SYMBOL_GPL vmlinux 0x6a14d3af unregister_random_vmfork_notifier +EXPORT_SYMBOL_GPL vmlinux 0x6a36ff74 __traceiter_devlink_hwmsg +EXPORT_SYMBOL_GPL vmlinux 0x6a421062 memory_failure_queue +EXPORT_SYMBOL_GPL vmlinux 0x6a460dc5 schedule_hrtimeout +EXPORT_SYMBOL_GPL vmlinux 0x6a4766fd spi_get_device_id +EXPORT_SYMBOL_GPL vmlinux 0x6a4f623b mmu_notifier_synchronize +EXPORT_SYMBOL_GPL vmlinux 0x6a526bdc fib_rule_matchall +EXPORT_SYMBOL_GPL vmlinux 0x6a52b1f9 pinctrl_find_gpio_range_from_pin +EXPORT_SYMBOL_GPL vmlinux 0x6a5502ae __spi_alloc_controller +EXPORT_SYMBOL_GPL vmlinux 0x6a5912b4 dev_pm_domain_set +EXPORT_SYMBOL_GPL vmlinux 0x6a6330d7 blkg_conf_finish +EXPORT_SYMBOL_GPL vmlinux 0x6a6e81d7 pci_msix_alloc_irq_at +EXPORT_SYMBOL_GPL vmlinux 0x6a8441be cpci_hp_start +EXPORT_SYMBOL_GPL vmlinux 0x6a97a2db tcp_enter_memory_pressure +EXPORT_SYMBOL_GPL vmlinux 0x6a9e90af ata_mode_string +EXPORT_SYMBOL_GPL vmlinux 0x6aa2a877 xenbus_printf +EXPORT_SYMBOL_GPL vmlinux 0x6aa4ca45 netdev_is_rx_handler_busy +EXPORT_SYMBOL_GPL vmlinux 0x6aac521e trace_event_reg +EXPORT_SYMBOL_GPL vmlinux 0x6aad9152 xen_set_callback_via +EXPORT_SYMBOL_GPL vmlinux 0x6aadc23d software_node_fwnode +EXPORT_SYMBOL_GPL vmlinux 0x6ace5b22 dma_release_channel +EXPORT_SYMBOL_GPL vmlinux 0x6acf155d crypto_unregister_skciphers +EXPORT_SYMBOL_GPL vmlinux 0x6ada5491 __vfs_removexattr_locked +EXPORT_SYMBOL_GPL vmlinux 0x6aeaae41 public_key_subtype +EXPORT_SYMBOL_GPL vmlinux 0x6af07b43 usb_reset_device +EXPORT_SYMBOL_GPL vmlinux 0x6af42e28 subsys_find_device_by_id +EXPORT_SYMBOL_GPL vmlinux 0x6b0aa048 device_get_match_data +EXPORT_SYMBOL_GPL vmlinux 0x6b0dc565 xen_set_irq_priority +EXPORT_SYMBOL_GPL vmlinux 0x6b0dfab6 udp_bpf_update_proto +EXPORT_SYMBOL_GPL vmlinux 0x6b0eaa18 hv_ghcb_msr_read +EXPORT_SYMBOL_GPL vmlinux 0x6b129a32 tun_get_socket +EXPORT_SYMBOL_GPL vmlinux 0x6b15fe86 dm_suspended +EXPORT_SYMBOL_GPL vmlinux 0x6b1ada8b acpi_subsys_complete +EXPORT_SYMBOL_GPL vmlinux 0x6b22ca1b edac_pci_alloc_ctl_info +EXPORT_SYMBOL_GPL vmlinux 0x6b2b69f7 static_key_enable +EXPORT_SYMBOL_GPL vmlinux 0x6b345498 devm_of_phy_get_by_index +EXPORT_SYMBOL_GPL vmlinux 0x6b35a16b intel_scu_ipc_dev_get +EXPORT_SYMBOL_GPL vmlinux 0x6b36e07d devlink_linecard_destroy +EXPORT_SYMBOL_GPL vmlinux 0x6b376d95 phy_configure +EXPORT_SYMBOL_GPL vmlinux 0x6b3ae022 acpi_os_unmap_iomem +EXPORT_SYMBOL_GPL vmlinux 0x6b3c4f16 pci_alloc_p2pmem +EXPORT_SYMBOL_GPL vmlinux 0x6b413c9b sfp_link_down +EXPORT_SYMBOL_GPL vmlinux 0x6b6b563d __tracepoint_devlink_hwmsg +EXPORT_SYMBOL_GPL vmlinux 0x6b6c200d ata_sff_softreset +EXPORT_SYMBOL_GPL vmlinux 0x6b76b0df genphy_c45_pma_read_abilities +EXPORT_SYMBOL_GPL vmlinux 0x6b7a4335 hyperv_cleanup +EXPORT_SYMBOL_GPL vmlinux 0x6b7c488c crypto_grab_skcipher +EXPORT_SYMBOL_GPL vmlinux 0x6b8107b3 phy_check_downshift +EXPORT_SYMBOL_GPL vmlinux 0x6b81c38b power_supply_unreg_notifier +EXPORT_SYMBOL_GPL vmlinux 0x6b8f6562 clockevents_register_device +EXPORT_SYMBOL_GPL vmlinux 0x6ba36c6a hwpoison_filter_flags_value +EXPORT_SYMBOL_GPL vmlinux 0x6ba59a9d clk_hw_get_parent_by_index +EXPORT_SYMBOL_GPL vmlinux 0x6bbb3d8a klp_get_state +EXPORT_SYMBOL_GPL vmlinux 0x6bbd8324 perf_unregister_guest_info_callbacks +EXPORT_SYMBOL_GPL vmlinux 0x6bc909ae devres_destroy +EXPORT_SYMBOL_GPL vmlinux 0x6bcc6050 bpf_prog_create_from_user +EXPORT_SYMBOL_GPL vmlinux 0x6bcdedc0 mpi_point_init +EXPORT_SYMBOL_GPL vmlinux 0x6bce1915 xhci_update_hub_device +EXPORT_SYMBOL_GPL vmlinux 0x6bd1aa56 stack_trace_save +EXPORT_SYMBOL_GPL vmlinux 0x6bdc798d component_del +EXPORT_SYMBOL_GPL vmlinux 0x6bdef35c acpi_ec_mark_gpe_for_wake +EXPORT_SYMBOL_GPL vmlinux 0x6be220c5 pci_epf_free_space +EXPORT_SYMBOL_GPL vmlinux 0x6be305a4 pm_relax +EXPORT_SYMBOL_GPL vmlinux 0x6be3a96b hv_remove_vmbus_handler +EXPORT_SYMBOL_GPL vmlinux 0x6bfcb042 iov_iter_get_pages_alloc +EXPORT_SYMBOL_GPL vmlinux 0x6bfe336d nfs_ssc_register +EXPORT_SYMBOL_GPL vmlinux 0x6c13a161 rio_dev_put +EXPORT_SYMBOL_GPL vmlinux 0x6c190857 spi_register_controller +EXPORT_SYMBOL_GPL vmlinux 0x6c205008 mpi_print +EXPORT_SYMBOL_GPL vmlinux 0x6c2be2f7 sysfs_add_link_to_group +EXPORT_SYMBOL_GPL vmlinux 0x6c33ff15 kobject_get_path +EXPORT_SYMBOL_GPL vmlinux 0x6c389761 acpi_bus_get_private_data +EXPORT_SYMBOL_GPL vmlinux 0x6c3f70e0 guid_gen +EXPORT_SYMBOL_GPL vmlinux 0x6c41abec __SCK__tp_func_attach_device_to_domain +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 0x6c6b4da3 inet_send_prepare +EXPORT_SYMBOL_GPL vmlinux 0x6c73f9fc hvc_instantiate +EXPORT_SYMBOL_GPL vmlinux 0x6c75661c of_pm_clk_add_clks +EXPORT_SYMBOL_GPL vmlinux 0x6c7b435f mc146818_does_rtc_work +EXPORT_SYMBOL_GPL vmlinux 0x6c90e9cc cpufreq_dbs_governor_start +EXPORT_SYMBOL_GPL vmlinux 0x6ca2e5b2 __tracepoint_pelt_se_tp +EXPORT_SYMBOL_GPL vmlinux 0x6ca48715 __cpufreq_driver_target +EXPORT_SYMBOL_GPL vmlinux 0x6ca4bf88 async_synchronize_full_domain +EXPORT_SYMBOL_GPL vmlinux 0x6cb1f77c __kthread_should_park +EXPORT_SYMBOL_GPL vmlinux 0x6cddee75 platform_get_resource +EXPORT_SYMBOL_GPL vmlinux 0x6cde2a62 firmware_request_nowarn +EXPORT_SYMBOL_GPL vmlinux 0x6ced194a platform_device_add +EXPORT_SYMBOL_GPL vmlinux 0x6ceed6ab folio_wait_writeback +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 0x6d2e899d mce_usable_address +EXPORT_SYMBOL_GPL vmlinux 0x6d2fc5a6 net_namespace_list +EXPORT_SYMBOL_GPL vmlinux 0x6d2fe359 nf_checksum_partial +EXPORT_SYMBOL_GPL vmlinux 0x6d3c47cb hwspin_lock_request +EXPORT_SYMBOL_GPL vmlinux 0x6d44efaa msi_unlock_descs +EXPORT_SYMBOL_GPL vmlinux 0x6d469bd8 driver_deferred_probe_check_state +EXPORT_SYMBOL_GPL vmlinux 0x6d48226a genphy_c45_read_status +EXPORT_SYMBOL_GPL vmlinux 0x6d518efa devl_traps_register +EXPORT_SYMBOL_GPL vmlinux 0x6d6d74f2 public_key_signature_free +EXPORT_SYMBOL_GPL vmlinux 0x6d6fec1f ktime_mono_to_any +EXPORT_SYMBOL_GPL vmlinux 0x6d7e951e rcu_exp_batches_completed +EXPORT_SYMBOL_GPL vmlinux 0x6d805348 perf_aux_output_end +EXPORT_SYMBOL_GPL vmlinux 0x6d89de1f xhci_drop_endpoint +EXPORT_SYMBOL_GPL vmlinux 0x6d9165f7 component_master_add_with_match +EXPORT_SYMBOL_GPL vmlinux 0x6da14b4a ipv4_redirect +EXPORT_SYMBOL_GPL vmlinux 0x6da86b96 device_get_next_child_node +EXPORT_SYMBOL_GPL vmlinux 0x6dbaafd3 put_old_timespec32 +EXPORT_SYMBOL_GPL vmlinux 0x6dc99d7c usb_get_role_switch_default_mode +EXPORT_SYMBOL_GPL vmlinux 0x6dcd110e regulator_irq_helper +EXPORT_SYMBOL_GPL vmlinux 0x6dd5680d sprint_symbol_build_id +EXPORT_SYMBOL_GPL vmlinux 0x6ddab566 tty_port_tty_hangup +EXPORT_SYMBOL_GPL vmlinux 0x6ddbe322 sdio_readb +EXPORT_SYMBOL_GPL vmlinux 0x6df56c41 alloc_page_buffers +EXPORT_SYMBOL_GPL vmlinux 0x6dff219e power_supply_changed +EXPORT_SYMBOL_GPL vmlinux 0x6e008c2e vchan_init +EXPORT_SYMBOL_GPL vmlinux 0x6e00fcfb modify_ftrace_direct +EXPORT_SYMBOL_GPL vmlinux 0x6e1a08f6 __SCK__tp_func_neigh_update_done +EXPORT_SYMBOL_GPL vmlinux 0x6e29919b regmap_async_complete_cb +EXPORT_SYMBOL_GPL vmlinux 0x6e3347ec devlink_priv +EXPORT_SYMBOL_GPL vmlinux 0x6e353c26 mpi_rshift +EXPORT_SYMBOL_GPL vmlinux 0x6e3ff83a edac_device_alloc_index +EXPORT_SYMBOL_GPL vmlinux 0x6e47f8a0 vmf_insert_pfn_pmd_prot +EXPORT_SYMBOL_GPL vmlinux 0x6e5e6a9a crypto_enqueue_request +EXPORT_SYMBOL_GPL vmlinux 0x6e6dc067 regmap_mmio_attach_clk +EXPORT_SYMBOL_GPL vmlinux 0x6e71a661 key_type_asymmetric +EXPORT_SYMBOL_GPL vmlinux 0x6e72ff46 ata_port_wait_eh +EXPORT_SYMBOL_GPL vmlinux 0x6e7943ec iommu_group_id +EXPORT_SYMBOL_GPL vmlinux 0x6e80c218 irq_chip_set_vcpu_affinity_parent +EXPORT_SYMBOL_GPL vmlinux 0x6e840bac platform_add_devices +EXPORT_SYMBOL_GPL vmlinux 0x6e85b00b local_touch_nmi +EXPORT_SYMBOL_GPL vmlinux 0x6e8835c0 __SCK__tp_func_br_fdb_update +EXPORT_SYMBOL_GPL vmlinux 0x6e89a560 regmap_irq_chip_get_base +EXPORT_SYMBOL_GPL vmlinux 0x6e914514 acpi_dev_irq_flags +EXPORT_SYMBOL_GPL vmlinux 0x6e946362 tty_init_termios +EXPORT_SYMBOL_GPL vmlinux 0x6ea5e27a ip4_datagram_release_cb +EXPORT_SYMBOL_GPL vmlinux 0x6ea792ef extcon_get_extcon_dev +EXPORT_SYMBOL_GPL vmlinux 0x6eb04f46 register_random_vmfork_notifier +EXPORT_SYMBOL_GPL vmlinux 0x6ebdfbfa relay_file_operations +EXPORT_SYMBOL_GPL vmlinux 0x6ebe366f ktime_get_mono_fast_ns +EXPORT_SYMBOL_GPL vmlinux 0x6ec3b60b __hvc_resize +EXPORT_SYMBOL_GPL vmlinux 0x6ed352e7 __traceiter_pelt_thermal_tp +EXPORT_SYMBOL_GPL vmlinux 0x6ed526ae strp_process +EXPORT_SYMBOL_GPL vmlinux 0x6ed85a07 usb_submit_urb +EXPORT_SYMBOL_GPL vmlinux 0x6ee34452 scsi_ioctl_block_when_processing_errors +EXPORT_SYMBOL_GPL vmlinux 0x6ef6b54f ktime_get_boot_fast_ns +EXPORT_SYMBOL_GPL vmlinux 0x6f0587bd crypto_alloc_sync_skcipher +EXPORT_SYMBOL_GPL vmlinux 0x6f088572 watchdog_register_device +EXPORT_SYMBOL_GPL vmlinux 0x6f12560a get_old_timespec32 +EXPORT_SYMBOL_GPL vmlinux 0x6f19fb60 xdp_return_buff +EXPORT_SYMBOL_GPL vmlinux 0x6f37434b __irq_domain_alloc_irqs +EXPORT_SYMBOL_GPL vmlinux 0x6f53747e trace_output_call +EXPORT_SYMBOL_GPL vmlinux 0x6f6b52e9 __ipv6_fixup_options +EXPORT_SYMBOL_GPL vmlinux 0x6f7e532f dw_pcie_ep_reset_bar +EXPORT_SYMBOL_GPL vmlinux 0x6f7e6040 irq_has_action +EXPORT_SYMBOL_GPL vmlinux 0x6f87f216 od_register_powersave_bias_handler +EXPORT_SYMBOL_GPL vmlinux 0x6f88e337 perf_trace_run_bpf_submit +EXPORT_SYMBOL_GPL vmlinux 0x6f89e811 devl_port_unregister +EXPORT_SYMBOL_GPL vmlinux 0x6f97c35e fib_rules_lookup +EXPORT_SYMBOL_GPL vmlinux 0x6f986e6a inode_sb_list_add +EXPORT_SYMBOL_GPL vmlinux 0x6f9e763b timecounter_read +EXPORT_SYMBOL_GPL vmlinux 0x6faaf228 bpf_preload_ops +EXPORT_SYMBOL_GPL vmlinux 0x6fae74ee intel_pinctrl_suspend_noirq +EXPORT_SYMBOL_GPL vmlinux 0x6fbff69a clk_hw_register_fixed_factor_parent_hw +EXPORT_SYMBOL_GPL vmlinux 0x6fce3691 tcp_slow_start +EXPORT_SYMBOL_GPL vmlinux 0x6fcef6ab ring_buffer_reset +EXPORT_SYMBOL_GPL vmlinux 0x6fd7c7be iommu_sva_get_pasid +EXPORT_SYMBOL_GPL vmlinux 0x6fdd3016 pci_ims_free_irq +EXPORT_SYMBOL_GPL vmlinux 0x6fec28ea dev_pm_opp_get_level +EXPORT_SYMBOL_GPL vmlinux 0x6ff607b6 crypto_get_default_rng +EXPORT_SYMBOL_GPL vmlinux 0x6ffce680 x86_cpu_has_min_microcode_rev +EXPORT_SYMBOL_GPL vmlinux 0x7004f052 __devm_regmap_init_mmio_clk +EXPORT_SYMBOL_GPL vmlinux 0x7006586e iommu_get_group_resv_regions +EXPORT_SYMBOL_GPL vmlinux 0x70119023 sysfs_unbreak_active_protection +EXPORT_SYMBOL_GPL vmlinux 0x70175e72 nvmem_del_cell_table +EXPORT_SYMBOL_GPL vmlinux 0x70255d09 iomap_file_buffered_write_punch_delalloc +EXPORT_SYMBOL_GPL vmlinux 0x702cc25a xfrm_output_resume +EXPORT_SYMBOL_GPL vmlinux 0x7042ccd2 devm_memunmap_pages +EXPORT_SYMBOL_GPL vmlinux 0x7047026a led_trigger_register +EXPORT_SYMBOL_GPL vmlinux 0x70542aa7 regulator_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x70576fee acpi_processor_ffh_cstate_probe +EXPORT_SYMBOL_GPL vmlinux 0x705dce3f usb_acpi_port_lpm_incapable +EXPORT_SYMBOL_GPL vmlinux 0x70604e8e memremap_pages +EXPORT_SYMBOL_GPL vmlinux 0x7060fd66 rio_free_net +EXPORT_SYMBOL_GPL vmlinux 0x7073c04f phy_10_100_features_array +EXPORT_SYMBOL_GPL vmlinux 0x709a8b30 pinctrl_get +EXPORT_SYMBOL_GPL vmlinux 0x70af92c2 vp_modern_map_vq_notify +EXPORT_SYMBOL_GPL vmlinux 0x70b5f99e fsnotify_put_mark +EXPORT_SYMBOL_GPL vmlinux 0x70bc590f serial8250_rx_chars +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 0x70e69498 iommu_setup_dma_ops +EXPORT_SYMBOL_GPL vmlinux 0x70e7b1b2 blk_bio_list_merge +EXPORT_SYMBOL_GPL vmlinux 0x70e81edd devm_hwmon_sanitize_name +EXPORT_SYMBOL_GPL vmlinux 0x70f12f17 dax_driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0x70f36ff8 clk_hw_set_rate_range +EXPORT_SYMBOL_GPL vmlinux 0x70fa72a0 dev_err_probe +EXPORT_SYMBOL_GPL vmlinux 0x70fb0484 sdio_align_size +EXPORT_SYMBOL_GPL vmlinux 0x70fbae4d cppc_allow_fast_switch +EXPORT_SYMBOL_GPL vmlinux 0x710c73b6 crypto_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x7113d261 phy_exit +EXPORT_SYMBOL_GPL vmlinux 0x71184e9a spi_mem_dirmap_destroy +EXPORT_SYMBOL_GPL vmlinux 0x7129a6f4 osc_sb_native_usb4_support_confirmed +EXPORT_SYMBOL_GPL vmlinux 0x712faf93 inet_twsk_hashdance +EXPORT_SYMBOL_GPL vmlinux 0x713459d7 pm_generic_poweroff +EXPORT_SYMBOL_GPL vmlinux 0x714013e3 crypto_unregister_templates +EXPORT_SYMBOL_GPL vmlinux 0x71492ee8 blk_execute_rq_nowait +EXPORT_SYMBOL_GPL vmlinux 0x714c16bb sata_pmp_port_ops +EXPORT_SYMBOL_GPL vmlinux 0x714ffe3d bind_interdomain_evtchn_to_irq_lateeoi +EXPORT_SYMBOL_GPL vmlinux 0x715a43ce priv_to_devlink +EXPORT_SYMBOL_GPL vmlinux 0x716265c7 debugfs_initialized +EXPORT_SYMBOL_GPL vmlinux 0x71724493 mctrl_gpio_enable_irq_wake +EXPORT_SYMBOL_GPL vmlinux 0x717a1fc7 fwnode_get_name +EXPORT_SYMBOL_GPL vmlinux 0x717beb2e gpiochip_irq_domain_deactivate +EXPORT_SYMBOL_GPL vmlinux 0x7181db30 atomic_notifier_chain_unregister +EXPORT_SYMBOL_GPL vmlinux 0x71868cc6 gpiod_get_direction +EXPORT_SYMBOL_GPL vmlinux 0x7195940a mctrl_gpio_disable_irq_wake +EXPORT_SYMBOL_GPL vmlinux 0x719e17ff clk_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0x71a51f45 acpi_subsys_suspend_noirq +EXPORT_SYMBOL_GPL vmlinux 0x71b2746d regulator_set_voltage_rdev +EXPORT_SYMBOL_GPL vmlinux 0x71b6cf94 dst_cache_reset_now +EXPORT_SYMBOL_GPL vmlinux 0x71b97f3b attribute_container_find_class_device +EXPORT_SYMBOL_GPL vmlinux 0x71c059d8 __traceiter_map +EXPORT_SYMBOL_GPL vmlinux 0x71d14fe3 fwnode_count_parents +EXPORT_SYMBOL_GPL vmlinux 0x71d97011 regmap_field_bulk_free +EXPORT_SYMBOL_GPL vmlinux 0x71efa8fd of_phandle_args_to_fwspec +EXPORT_SYMBOL_GPL vmlinux 0x71f0043f cpuidle_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x721cf101 mm_kobj +EXPORT_SYMBOL_GPL vmlinux 0x721e0935 class_compat_create_link +EXPORT_SYMBOL_GPL vmlinux 0x721ec5dc find_vpid +EXPORT_SYMBOL_GPL vmlinux 0x722a64e4 pci_generic_config_read32 +EXPORT_SYMBOL_GPL vmlinux 0x722d72f4 device_store_int +EXPORT_SYMBOL_GPL vmlinux 0x723472c7 regulator_put +EXPORT_SYMBOL_GPL vmlinux 0x7237e950 pkcs7_verify +EXPORT_SYMBOL_GPL vmlinux 0x724040eb wbt_disable_default +EXPORT_SYMBOL_GPL vmlinux 0x724b6027 tps6586x_irq_get_virq +EXPORT_SYMBOL_GPL vmlinux 0x7253e0b7 phy_create +EXPORT_SYMBOL_GPL vmlinux 0x725d75d3 synth_event_trace +EXPORT_SYMBOL_GPL vmlinux 0x7265f2b0 pci_vpd_check_csum +EXPORT_SYMBOL_GPL vmlinux 0x727441d7 netdev_walk_all_lower_dev +EXPORT_SYMBOL_GPL vmlinux 0x727839d2 usb_unlocked_disable_lpm +EXPORT_SYMBOL_GPL vmlinux 0x7278d328 all_vm_events +EXPORT_SYMBOL_GPL vmlinux 0x7283161b percpu_ref_switch_to_percpu +EXPORT_SYMBOL_GPL vmlinux 0x728fac0e regulator_set_mode +EXPORT_SYMBOL_GPL vmlinux 0x729e0761 vfs_truncate +EXPORT_SYMBOL_GPL vmlinux 0x729e5aed devres_find +EXPORT_SYMBOL_GPL vmlinux 0x729ef078 regmap_get_val_endian +EXPORT_SYMBOL_GPL vmlinux 0x72a20776 crypto_unregister_rngs +EXPORT_SYMBOL_GPL vmlinux 0x72ae1839 base64_decode +EXPORT_SYMBOL_GPL vmlinux 0x72b48529 fat_update_time +EXPORT_SYMBOL_GPL vmlinux 0x72c009af genphy_c45_read_pma +EXPORT_SYMBOL_GPL vmlinux 0x72c1d8d2 serdev_device_set_flow_control +EXPORT_SYMBOL_GPL vmlinux 0x72d267dc nvmem_del_cell_lookups +EXPORT_SYMBOL_GPL vmlinux 0x72d66af6 pci_epc_linkup +EXPORT_SYMBOL_GPL vmlinux 0x72d95b3a nvdimm_pmem_region_create +EXPORT_SYMBOL_GPL vmlinux 0x72e0abbf acpi_dev_suspend +EXPORT_SYMBOL_GPL vmlinux 0x72e6f3c6 gnttab_foreach_grant_in_range +EXPORT_SYMBOL_GPL vmlinux 0x72f5384e sbitmap_show +EXPORT_SYMBOL_GPL vmlinux 0x72f56053 devm_hwspin_lock_unregister +EXPORT_SYMBOL_GPL vmlinux 0x7303a122 gpiochip_lock_as_irq +EXPORT_SYMBOL_GPL vmlinux 0x730bb955 rio_local_get_device_id +EXPORT_SYMBOL_GPL vmlinux 0x731dba7a xen_domain_type +EXPORT_SYMBOL_GPL vmlinux 0x732852fe xenbus_transaction_end +EXPORT_SYMBOL_GPL vmlinux 0x732e5432 of_icc_get +EXPORT_SYMBOL_GPL vmlinux 0x733ec33e __SCT__tp_func_fdb_delete +EXPORT_SYMBOL_GPL vmlinux 0x734dd09c sysfs_unmerge_group +EXPORT_SYMBOL_GPL vmlinux 0x7351fcb1 devlink_remote_reload_actions_performed +EXPORT_SYMBOL_GPL vmlinux 0x735561a8 __SCK__tp_func_tcp_bad_csum +EXPORT_SYMBOL_GPL vmlinux 0x735fc16d devm_intel_scu_ipc_dev_get +EXPORT_SYMBOL_GPL vmlinux 0x7366f01e iommu_attach_device_pasid +EXPORT_SYMBOL_GPL vmlinux 0x7367af34 thermal_zone_unbind_cooling_device +EXPORT_SYMBOL_GPL vmlinux 0x7381287f trace_handle_return +EXPORT_SYMBOL_GPL vmlinux 0x738fe32b amd_get_nodes_per_socket +EXPORT_SYMBOL_GPL vmlinux 0x739fe3cd dma_resv_get_fences +EXPORT_SYMBOL_GPL vmlinux 0x73a48b4a ata_sff_std_ports +EXPORT_SYMBOL_GPL vmlinux 0x73a57f2b tcp_twsk_destructor +EXPORT_SYMBOL_GPL vmlinux 0x73b3f926 dma_alloc_noncontiguous +EXPORT_SYMBOL_GPL vmlinux 0x73c2554f __iowrite64_copy +EXPORT_SYMBOL_GPL vmlinux 0x73c29558 paste_selection +EXPORT_SYMBOL_GPL vmlinux 0x73c6732a fs_dax_get_by_bdev +EXPORT_SYMBOL_GPL vmlinux 0x73c82093 usb_control_msg_send +EXPORT_SYMBOL_GPL vmlinux 0x73ca6776 memunmap_pages +EXPORT_SYMBOL_GPL vmlinux 0x73cc4891 __nvdimm_create +EXPORT_SYMBOL_GPL vmlinux 0x73cc8631 oiap +EXPORT_SYMBOL_GPL vmlinux 0x73e4edb8 phy_gbit_features +EXPORT_SYMBOL_GPL vmlinux 0x73e96ead lwtunnel_get_encap_size +EXPORT_SYMBOL_GPL vmlinux 0x74064990 xenbus_probe_devices +EXPORT_SYMBOL_GPL vmlinux 0x740f15c1 security_kernel_post_read_file +EXPORT_SYMBOL_GPL vmlinux 0x74106611 devfreq_cooling_em_register +EXPORT_SYMBOL_GPL vmlinux 0x7416af4a mmu_notifier_put +EXPORT_SYMBOL_GPL vmlinux 0x7421fbc1 device_remove_groups +EXPORT_SYMBOL_GPL vmlinux 0x7423b6b4 __traceiter_block_bio_complete +EXPORT_SYMBOL_GPL vmlinux 0x7426d387 ipv4_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0x7429297b interval_tree_span_iter_next +EXPORT_SYMBOL_GPL vmlinux 0x7444acb4 dev_pm_qos_add_ancestor_request +EXPORT_SYMBOL_GPL vmlinux 0x7444e1a3 gnttab_batch_copy +EXPORT_SYMBOL_GPL vmlinux 0x74457e56 apei_resources_fini +EXPORT_SYMBOL_GPL vmlinux 0x74462f9a gpiod_set_raw_value +EXPORT_SYMBOL_GPL vmlinux 0x744d8087 unix_peer_get +EXPORT_SYMBOL_GPL vmlinux 0x7452adff user_return_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0x746ad331 blk_mq_update_nr_hw_queues +EXPORT_SYMBOL_GPL vmlinux 0x74a7b5fd regmap_might_sleep +EXPORT_SYMBOL_GPL vmlinux 0x74b5ea68 lcm_not_zero +EXPORT_SYMBOL_GPL vmlinux 0x74baf17a tracing_is_on +EXPORT_SYMBOL_GPL vmlinux 0x74c7bffa stack_trace_snprint +EXPORT_SYMBOL_GPL vmlinux 0x74d02738 l3mdev_update_flow +EXPORT_SYMBOL_GPL vmlinux 0x74d42632 mas_empty_area +EXPORT_SYMBOL_GPL vmlinux 0x74de47d6 device_node_to_regmap +EXPORT_SYMBOL_GPL vmlinux 0x74e1b072 acpi_quirk_skip_i2c_client_enumeration +EXPORT_SYMBOL_GPL vmlinux 0x74e73871 housekeeping_overridden +EXPORT_SYMBOL_GPL vmlinux 0x7502194a to_nvdimm_bus +EXPORT_SYMBOL_GPL vmlinux 0x75133f6e visitor128 +EXPORT_SYMBOL_GPL vmlinux 0x7521afb6 leave_mm +EXPORT_SYMBOL_GPL vmlinux 0x7522f3ba irq_modify_status +EXPORT_SYMBOL_GPL vmlinux 0x753ea468 serial8250_handle_irq +EXPORT_SYMBOL_GPL vmlinux 0x754d5120 inet6_cleanup_sock +EXPORT_SYMBOL_GPL vmlinux 0x754dbf58 fwnode_usb_role_switch_get +EXPORT_SYMBOL_GPL vmlinux 0x7551b0eb virtqueue_add_inbuf +EXPORT_SYMBOL_GPL vmlinux 0x7577116d sata_pmp_error_handler +EXPORT_SYMBOL_GPL vmlinux 0x757afe5f led_classdev_unregister +EXPORT_SYMBOL_GPL vmlinux 0x757c1bbb housekeeping_any_cpu +EXPORT_SYMBOL_GPL vmlinux 0x757f756f pci_ioremap_wc_bar +EXPORT_SYMBOL_GPL vmlinux 0x7596ce05 trace_array_init_printk +EXPORT_SYMBOL_GPL vmlinux 0x759bfe36 btree_destroy +EXPORT_SYMBOL_GPL vmlinux 0x759ec34a devm_fwnode_pwm_get +EXPORT_SYMBOL_GPL vmlinux 0x75babebf io_uring_cmd_done +EXPORT_SYMBOL_GPL vmlinux 0x75d18159 gpiod_set_array_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x75d894b3 virtqueue_enable_cb_prepare +EXPORT_SYMBOL_GPL vmlinux 0x75e9c735 pci_ats_disabled +EXPORT_SYMBOL_GPL vmlinux 0x76031fd8 crypto_unregister_acomps +EXPORT_SYMBOL_GPL vmlinux 0x7610d296 md_submit_discard_bio +EXPORT_SYMBOL_GPL vmlinux 0x7625ab1e component_unbind_all +EXPORT_SYMBOL_GPL vmlinux 0x762640ab __SCT__tp_func_sched_cpu_capacity_tp +EXPORT_SYMBOL_GPL vmlinux 0x762871fa dev_pm_qos_add_notifier +EXPORT_SYMBOL_GPL vmlinux 0x763643d2 subsys_virtual_register +EXPORT_SYMBOL_GPL vmlinux 0x763c1796 sock_diag_unregister_inet_compat +EXPORT_SYMBOL_GPL vmlinux 0x76517f03 interval_tree_span_iter_advance +EXPORT_SYMBOL_GPL vmlinux 0x7656410c mpi_sub +EXPORT_SYMBOL_GPL vmlinux 0x765895e2 pm_generic_restore +EXPORT_SYMBOL_GPL vmlinux 0x7659117d dm_disk +EXPORT_SYMBOL_GPL vmlinux 0x765f8830 __SCT__tp_func_neigh_event_send_dead +EXPORT_SYMBOL_GPL vmlinux 0x7664447f clk_register +EXPORT_SYMBOL_GPL vmlinux 0x7665a95b idr_remove +EXPORT_SYMBOL_GPL vmlinux 0x7667da0b nf_ipv6_ops +EXPORT_SYMBOL_GPL vmlinux 0x766c09e8 scsi_eh_ready_devs +EXPORT_SYMBOL_GPL vmlinux 0x7680736d __tracepoint_udp_fail_queue_rcv_skb +EXPORT_SYMBOL_GPL vmlinux 0x76810271 wm8400_reset_codec_reg_cache +EXPORT_SYMBOL_GPL vmlinux 0x7681946c unregister_pm_notifier +EXPORT_SYMBOL_GPL vmlinux 0x7692276d device_set_wakeup_capable +EXPORT_SYMBOL_GPL vmlinux 0x769cefb5 percpu_ref_switch_to_atomic +EXPORT_SYMBOL_GPL vmlinux 0x76a804bb led_blink_set_oneshot +EXPORT_SYMBOL_GPL vmlinux 0x76ac4c4c serdev_device_set_tiocm +EXPORT_SYMBOL_GPL vmlinux 0x76d680f6 acpi_dev_resource_memory +EXPORT_SYMBOL_GPL vmlinux 0x76d9b876 clk_set_rate +EXPORT_SYMBOL_GPL vmlinux 0x76dc031e asm_exc_nmi_noist +EXPORT_SYMBOL_GPL vmlinux 0x76e85b92 gnttab_request_free_callback +EXPORT_SYMBOL_GPL vmlinux 0x76eeeb0f sha384_zero_message_hash +EXPORT_SYMBOL_GPL vmlinux 0x7712771a unbind_from_irqhandler +EXPORT_SYMBOL_GPL vmlinux 0x7715ce7b proc_create_net_single +EXPORT_SYMBOL_GPL vmlinux 0x771aee76 xen_xlate_unmap_gfn_range +EXPORT_SYMBOL_GPL vmlinux 0x77222306 ring_buffer_read_page +EXPORT_SYMBOL_GPL vmlinux 0x772b0f64 __wake_up_pollfree +EXPORT_SYMBOL_GPL vmlinux 0x77522cf6 sbitmap_get_shallow +EXPORT_SYMBOL_GPL vmlinux 0x7757b51a clk_unregister +EXPORT_SYMBOL_GPL vmlinux 0x7764c950 __traceiter_neigh_update +EXPORT_SYMBOL_GPL vmlinux 0x77686ac1 tps6586x_get_version +EXPORT_SYMBOL_GPL vmlinux 0x77691e0f serial8250_rx_dma_flush +EXPORT_SYMBOL_GPL vmlinux 0x77761733 switchdev_handle_port_attr_set +EXPORT_SYMBOL_GPL vmlinux 0x7784fd94 usb_add_hcd +EXPORT_SYMBOL_GPL vmlinux 0x778c9148 gpiod_toggle_active_low +EXPORT_SYMBOL_GPL vmlinux 0x7791e066 dw_pcie_read +EXPORT_SYMBOL_GPL vmlinux 0x77a14b5e usb_autopm_get_interface_no_resume +EXPORT_SYMBOL_GPL vmlinux 0x77ae495d usb_speed_string +EXPORT_SYMBOL_GPL vmlinux 0x77df04c1 kill_dev_dax +EXPORT_SYMBOL_GPL vmlinux 0x77e75be3 sfp_bus_put +EXPORT_SYMBOL_GPL vmlinux 0x77ecf68d memalloc_socks_key +EXPORT_SYMBOL_GPL vmlinux 0x77f1223b debugfs_create_x16 +EXPORT_SYMBOL_GPL vmlinux 0x77f24400 perf_register_guest_info_callbacks +EXPORT_SYMBOL_GPL vmlinux 0x78041b8f byte_rev_table +EXPORT_SYMBOL_GPL vmlinux 0x781b91f6 blkcg_policy_unregister +EXPORT_SYMBOL_GPL vmlinux 0x78224692 acpi_is_pnp_device +EXPORT_SYMBOL_GPL vmlinux 0x78292947 blk_mq_unquiesce_queue +EXPORT_SYMBOL_GPL vmlinux 0x782adb74 hpet_rtc_interrupt +EXPORT_SYMBOL_GPL vmlinux 0x7833c5e3 __SCK__tp_func_neigh_cleanup_and_release +EXPORT_SYMBOL_GPL vmlinux 0x7847c621 sfp_parse_support +EXPORT_SYMBOL_GPL vmlinux 0x785a93b4 si_mem_available +EXPORT_SYMBOL_GPL vmlinux 0x787c882b lzo1x_1_compress +EXPORT_SYMBOL_GPL vmlinux 0x788bfbad ring_buffer_empty +EXPORT_SYMBOL_GPL vmlinux 0x788eef7d devm_pinctrl_unregister +EXPORT_SYMBOL_GPL vmlinux 0x789b0e49 crypto_stats_compress +EXPORT_SYMBOL_GPL vmlinux 0x789c73d9 rcu_cpu_stall_suppress_at_boot +EXPORT_SYMBOL_GPL vmlinux 0x789e12dc __traceiter_tcp_send_reset +EXPORT_SYMBOL_GPL vmlinux 0x78a294df irq_domain_remove +EXPORT_SYMBOL_GPL vmlinux 0x78a5cff8 tpm_put_ops +EXPORT_SYMBOL_GPL vmlinux 0x78a6354c securityfs_create_dir +EXPORT_SYMBOL_GPL vmlinux 0x78bab66b irq_force_affinity +EXPORT_SYMBOL_GPL vmlinux 0x78d23d18 dev_pm_genpd_resume +EXPORT_SYMBOL_GPL vmlinux 0x78ddb76b dmi_match +EXPORT_SYMBOL_GPL vmlinux 0x78df7357 nf_queue_nf_hook_drop +EXPORT_SYMBOL_GPL vmlinux 0x78f30c0c __of_phy_provider_register +EXPORT_SYMBOL_GPL vmlinux 0x790be0b9 usb_bus_idr +EXPORT_SYMBOL_GPL vmlinux 0x79122aee tcp_set_state +EXPORT_SYMBOL_GPL vmlinux 0x7915cee5 do_machine_check +EXPORT_SYMBOL_GPL vmlinux 0x791748c8 adxl_decode +EXPORT_SYMBOL_GPL vmlinux 0x7918d817 memory_failure +EXPORT_SYMBOL_GPL vmlinux 0x791c4523 vp_legacy_config_vector +EXPORT_SYMBOL_GPL vmlinux 0x7932db0b ehci_suspend +EXPORT_SYMBOL_GPL vmlinux 0x793b1747 aead_exit_geniv +EXPORT_SYMBOL_GPL vmlinux 0x7941a86d register_user_hw_breakpoint +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 0x794f38f6 attribute_container_classdev_to_container +EXPORT_SYMBOL_GPL vmlinux 0x795e5f0c dax_writeback_mapping_range +EXPORT_SYMBOL_GPL vmlinux 0x7963033d anon_transport_class_register +EXPORT_SYMBOL_GPL vmlinux 0x796dcba4 adp5520_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x797850ca __pci_hp_register +EXPORT_SYMBOL_GPL vmlinux 0x7988a781 sysfs_create_group +EXPORT_SYMBOL_GPL vmlinux 0x798b7682 klist_prev +EXPORT_SYMBOL_GPL vmlinux 0x798d0d2f __platform_register_drivers +EXPORT_SYMBOL_GPL vmlinux 0x798fa96e perf_event_addr_filters_sync +EXPORT_SYMBOL_GPL vmlinux 0x7991fd8d crash_vmclear_loaded_vmcss +EXPORT_SYMBOL_GPL vmlinux 0x79b15c75 devm_irq_domain_create_sim +EXPORT_SYMBOL_GPL vmlinux 0x79b2d800 vp_legacy_set_queue_address +EXPORT_SYMBOL_GPL vmlinux 0x79bc842c usb_anchor_suspend_wakeups +EXPORT_SYMBOL_GPL vmlinux 0x79be0820 clk_hw_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0x79d05566 pstore_register +EXPORT_SYMBOL_GPL vmlinux 0x79d9b863 usb_hcd_unlink_urb_from_ep +EXPORT_SYMBOL_GPL vmlinux 0x79daf4de __SCT__tp_func_tcp_send_reset +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 0x7a03f6e8 devm_regulator_bulk_get_const +EXPORT_SYMBOL_GPL vmlinux 0x7a0ac114 kobject_uevent_env +EXPORT_SYMBOL_GPL vmlinux 0x7a196a37 extcon_dev_register +EXPORT_SYMBOL_GPL vmlinux 0x7a28839a spi_mem_dirmap_read +EXPORT_SYMBOL_GPL vmlinux 0x7a30ad08 fb_deferred_io_init +EXPORT_SYMBOL_GPL vmlinux 0x7a346fef blk_mq_virtio_map_queues +EXPORT_SYMBOL_GPL vmlinux 0x7a353e7a spi_mem_supports_op +EXPORT_SYMBOL_GPL vmlinux 0x7a3e41c3 sched_set_fifo_low +EXPORT_SYMBOL_GPL vmlinux 0x7a3f16a2 devl_region_destroy +EXPORT_SYMBOL_GPL vmlinux 0x7a4483f5 trace_define_field +EXPORT_SYMBOL_GPL vmlinux 0x7a655f68 acpi_processor_claim_cst_control +EXPORT_SYMBOL_GPL vmlinux 0x7a73e605 wm831x_isinkv_values +EXPORT_SYMBOL_GPL vmlinux 0x7a81541b async_synchronize_cookie +EXPORT_SYMBOL_GPL vmlinux 0x7a98f4b4 copy_from_user_nofault +EXPORT_SYMBOL_GPL vmlinux 0x7a9e4c23 software_node_register_node_group +EXPORT_SYMBOL_GPL vmlinux 0x7aaf1fef pci_p2pdma_add_resource +EXPORT_SYMBOL_GPL vmlinux 0x7ab0c61c regulator_map_voltage_linear_range +EXPORT_SYMBOL_GPL vmlinux 0x7ac0deb3 pci_user_read_config_byte +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 0x7ad7897f fwnode_graph_get_port_parent +EXPORT_SYMBOL_GPL vmlinux 0x7ad94b25 cpufreq_driver_target +EXPORT_SYMBOL_GPL vmlinux 0x7ae5e529 sdev_evt_send_simple +EXPORT_SYMBOL_GPL vmlinux 0x7af2e9f2 nvdimm_volatile_region_create +EXPORT_SYMBOL_GPL vmlinux 0x7afcb7db __kprobe_event_add_fields +EXPORT_SYMBOL_GPL vmlinux 0x7b0c0c82 dev_pm_opp_find_level_ceil +EXPORT_SYMBOL_GPL vmlinux 0x7b1413ad xfrm_local_error +EXPORT_SYMBOL_GPL vmlinux 0x7b1440a8 led_classdev_notify_brightness_hw_changed +EXPORT_SYMBOL_GPL vmlinux 0x7b19ec62 pci_enable_rom +EXPORT_SYMBOL_GPL vmlinux 0x7b2463b9 __SCK__tp_func_block_bio_remap +EXPORT_SYMBOL_GPL vmlinux 0x7b24f672 switchdev_handle_fdb_event_to_device +EXPORT_SYMBOL_GPL vmlinux 0x7b5452b8 acpi_unregister_gsi +EXPORT_SYMBOL_GPL vmlinux 0x7b5a4926 sha1_zero_message_hash +EXPORT_SYMBOL_GPL vmlinux 0x7b65b80f vchan_find_desc +EXPORT_SYMBOL_GPL vmlinux 0x7b66b349 wm8350_clear_bits +EXPORT_SYMBOL_GPL vmlinux 0x7b6f9536 acpi_register_wakeup_handler +EXPORT_SYMBOL_GPL vmlinux 0x7b7723b9 rio_register_mport +EXPORT_SYMBOL_GPL vmlinux 0x7b78ff2d kthread_queue_work +EXPORT_SYMBOL_GPL vmlinux 0x7b81b43a cpufreq_cpu_get +EXPORT_SYMBOL_GPL vmlinux 0x7b85d995 devm_phy_get +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 0x7b988293 attribute_container_register +EXPORT_SYMBOL_GPL vmlinux 0x7bb045a7 __request_percpu_irq +EXPORT_SYMBOL_GPL vmlinux 0x7c076be3 i2c_dw_prepare_clk +EXPORT_SYMBOL_GPL vmlinux 0x7c20b6a0 load_direct_gdt +EXPORT_SYMBOL_GPL vmlinux 0x7c24a56e __mmdrop +EXPORT_SYMBOL_GPL vmlinux 0x7c291e86 show_rcu_tasks_trace_gp_kthread +EXPORT_SYMBOL_GPL vmlinux 0x7c36b6ea bpf_map_put +EXPORT_SYMBOL_GPL vmlinux 0x7c3d8a4b icc_bulk_put +EXPORT_SYMBOL_GPL vmlinux 0x7c5b3d70 usb_get_urb +EXPORT_SYMBOL_GPL vmlinux 0x7c5f3711 ioasid_unregister_allocator +EXPORT_SYMBOL_GPL vmlinux 0x7c643070 bus_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x7c67cc52 rtc_read_time +EXPORT_SYMBOL_GPL vmlinux 0x7c6f1e44 rio_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x7c76f39c kobj_sysfs_ops +EXPORT_SYMBOL_GPL vmlinux 0x7c81ddff virtio_break_device +EXPORT_SYMBOL_GPL vmlinux 0x7c84c9d0 device_rename +EXPORT_SYMBOL_GPL vmlinux 0x7c96954e thermal_zone_get_temp +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 0x7ca9668d rio_mport_get_efb +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 0x7ceaf0d5 generic_handle_irq +EXPORT_SYMBOL_GPL vmlinux 0x7d00c65b nd_synchronize +EXPORT_SYMBOL_GPL vmlinux 0x7d07f504 mddev_resume +EXPORT_SYMBOL_GPL vmlinux 0x7d0ace44 verify_signature +EXPORT_SYMBOL_GPL vmlinux 0x7d0e1d95 hv_setup_crash_handler +EXPORT_SYMBOL_GPL vmlinux 0x7d1a1e4c rio_request_inb_pwrite +EXPORT_SYMBOL_GPL vmlinux 0x7d1bb1d4 tnum_strn +EXPORT_SYMBOL_GPL vmlinux 0x7d4c6d1d blk_stat_disable_accounting +EXPORT_SYMBOL_GPL vmlinux 0x7d4fe34c __traceiter_br_fdb_external_learn_add +EXPORT_SYMBOL_GPL vmlinux 0x7d59dd46 pm_wq +EXPORT_SYMBOL_GPL vmlinux 0x7d5fb181 rio_release_inb_mbox +EXPORT_SYMBOL_GPL vmlinux 0x7d90ffc6 dm_bio_from_per_bio_data +EXPORT_SYMBOL_GPL vmlinux 0x7dbf16e1 dev_pm_opp_get_voltage +EXPORT_SYMBOL_GPL vmlinux 0x7dda30af unregister_tracepoint_module_notifier +EXPORT_SYMBOL_GPL vmlinux 0x7de0790a rdev_set_badblocks +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 0x7dedbc03 vfs_submount +EXPORT_SYMBOL_GPL vmlinux 0x7def6fbb sock_map_close +EXPORT_SYMBOL_GPL vmlinux 0x7defc870 gnttab_end_foreign_access_ref +EXPORT_SYMBOL_GPL vmlinux 0x7dfaec0f badblocks_set +EXPORT_SYMBOL_GPL vmlinux 0x7e1bfb5c pci_scan_child_bus +EXPORT_SYMBOL_GPL vmlinux 0x7e3bdecd __ftrace_vprintk +EXPORT_SYMBOL_GPL vmlinux 0x7e3fe772 ext_pi_type3_crc64 +EXPORT_SYMBOL_GPL vmlinux 0x7e4e10e0 anon_transport_class_unregister +EXPORT_SYMBOL_GPL vmlinux 0x7e57af76 usb_set_configuration +EXPORT_SYMBOL_GPL vmlinux 0x7e58b607 l3mdev_fib_table_rcu +EXPORT_SYMBOL_GPL vmlinux 0x7e59d9ca register_trace_event +EXPORT_SYMBOL_GPL vmlinux 0x7e5db80b pstore_name_to_type +EXPORT_SYMBOL_GPL vmlinux 0x7e64181d usb_calc_bus_time +EXPORT_SYMBOL_GPL vmlinux 0x7e782b9f fwnode_property_read_string +EXPORT_SYMBOL_GPL vmlinux 0x7e7a3000 mbox_client_txdone +EXPORT_SYMBOL_GPL vmlinux 0x7e7a47c9 pci_acpi_clear_companion_lookup_hook +EXPORT_SYMBOL_GPL vmlinux 0x7e7e3f58 ring_buffer_reset_cpu +EXPORT_SYMBOL_GPL vmlinux 0x7e89c109 of_led_get +EXPORT_SYMBOL_GPL vmlinux 0x7e8d8619 usb_anchor_empty +EXPORT_SYMBOL_GPL vmlinux 0x7e9b9d09 __tracepoint_xdp_bulk_tx +EXPORT_SYMBOL_GPL vmlinux 0x7ea75c24 __wake_up_locked_key_bookmark +EXPORT_SYMBOL_GPL vmlinux 0x7ead08e8 gpiod_get_array_value +EXPORT_SYMBOL_GPL vmlinux 0x7eb2f730 device_property_read_u32_array +EXPORT_SYMBOL_GPL vmlinux 0x7eb5e37d devm_rtc_nvmem_register +EXPORT_SYMBOL_GPL vmlinux 0x7eb808d0 add_cpu +EXPORT_SYMBOL_GPL vmlinux 0x7ecf8862 fib6_rule_default +EXPORT_SYMBOL_GPL vmlinux 0x7ed48e05 serial8250_rpm_put +EXPORT_SYMBOL_GPL vmlinux 0x7ee99f13 nvmem_device_cell_write +EXPORT_SYMBOL_GPL vmlinux 0x7eea6b8b pcap_adc_async +EXPORT_SYMBOL_GPL vmlinux 0x7efa3b45 tty_port_default_client_ops +EXPORT_SYMBOL_GPL vmlinux 0x7efde416 bpf_prog_inc_not_zero +EXPORT_SYMBOL_GPL vmlinux 0x7f00bdac devlink_resource_register +EXPORT_SYMBOL_GPL vmlinux 0x7f115aea blk_add_driver_data +EXPORT_SYMBOL_GPL vmlinux 0x7f12b689 sdio_get_host_pm_caps +EXPORT_SYMBOL_GPL vmlinux 0x7f183ff4 usb_remove_phy +EXPORT_SYMBOL_GPL vmlinux 0x7f390078 tty_get_icount +EXPORT_SYMBOL_GPL vmlinux 0x7f3eb15e i2c_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0x7f44e418 __tracepoint_rpm_resume +EXPORT_SYMBOL_GPL vmlinux 0x7f4500bc firmware_kobj +EXPORT_SYMBOL_GPL vmlinux 0x7f576328 lwtstate_free +EXPORT_SYMBOL_GPL vmlinux 0x7f5ae62e __SCK__tp_func_neigh_event_send_dead +EXPORT_SYMBOL_GPL vmlinux 0x7f61b5e0 __tracepoint_pelt_dl_tp +EXPORT_SYMBOL_GPL vmlinux 0x7f63971e __of_reset_control_get +EXPORT_SYMBOL_GPL vmlinux 0x7f6ace83 pci_user_write_config_byte +EXPORT_SYMBOL_GPL vmlinux 0x7f6bbbaa dw_pcie_find_ext_capability +EXPORT_SYMBOL_GPL vmlinux 0x7f6cee89 rhashtable_free_and_destroy +EXPORT_SYMBOL_GPL vmlinux 0x7f7a143a vcap_find_admin +EXPORT_SYMBOL_GPL vmlinux 0x7f7cbc64 ip_tunnel_need_metadata +EXPORT_SYMBOL_GPL vmlinux 0x7f84f35d rcu_gp_slow_unregister +EXPORT_SYMBOL_GPL vmlinux 0x7f9904b9 __tracepoint_neigh_cleanup_and_release +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 0x7fb0ad31 clk_hw_get_rate +EXPORT_SYMBOL_GPL vmlinux 0x7fc1a355 tpm_tis_resume +EXPORT_SYMBOL_GPL vmlinux 0x7fe1fa42 gnttab_pages_set_private +EXPORT_SYMBOL_GPL vmlinux 0x80168e1b acpi_get_and_request_gpiod +EXPORT_SYMBOL_GPL vmlinux 0x80204504 cpufreq_freq_transition_end +EXPORT_SYMBOL_GPL vmlinux 0x8026e6c3 dma_free_pages +EXPORT_SYMBOL_GPL vmlinux 0x8046712e divider_round_rate_parent +EXPORT_SYMBOL_GPL vmlinux 0x807766ea usb_scuttle_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0x80792b86 regulator_map_voltage_iterate +EXPORT_SYMBOL_GPL vmlinux 0x807aa385 srcu_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x807fdcc4 call_rcu_tasks_rude +EXPORT_SYMBOL_GPL vmlinux 0x80899e35 cpufreq_table_index_unsorted +EXPORT_SYMBOL_GPL vmlinux 0x808a8088 handle_guest_split_lock +EXPORT_SYMBOL_GPL vmlinux 0x808ec1a3 crypto_alg_tested +EXPORT_SYMBOL_GPL vmlinux 0x809289d3 __rt_mutex_init +EXPORT_SYMBOL_GPL vmlinux 0x8096f5fb clk_register_fractional_divider +EXPORT_SYMBOL_GPL vmlinux 0x809cc9f6 component_bind_all +EXPORT_SYMBOL_GPL vmlinux 0x80a095d8 scatterwalk_ffwd +EXPORT_SYMBOL_GPL vmlinux 0x80b78199 __clk_mux_determine_rate +EXPORT_SYMBOL_GPL vmlinux 0x80c0e5e8 __SCK__tp_func_ata_bmdma_status +EXPORT_SYMBOL_GPL vmlinux 0x80c68137 nf_log_buf_close +EXPORT_SYMBOL_GPL vmlinux 0x80d5e57a mpi_free +EXPORT_SYMBOL_GPL vmlinux 0x80d8fdb5 folio_wait_writeback_killable +EXPORT_SYMBOL_GPL vmlinux 0x80f7d67b watchdog_init_timeout +EXPORT_SYMBOL_GPL vmlinux 0x80ffe53b __SCK__tp_func_fib6_table_lookup +EXPORT_SYMBOL_GPL vmlinux 0x810252b3 spi_split_transfers_maxsize +EXPORT_SYMBOL_GPL vmlinux 0x8110a73a cond_synchronize_rcu_expedited_full +EXPORT_SYMBOL_GPL vmlinux 0x811dc334 usb_unregister_notify +EXPORT_SYMBOL_GPL vmlinux 0x811f46ba regmap_get_val_bytes +EXPORT_SYMBOL_GPL vmlinux 0x81221cad amd_nb_num +EXPORT_SYMBOL_GPL vmlinux 0x8129828f sk_set_memalloc +EXPORT_SYMBOL_GPL vmlinux 0x8149214b sdio_enable_func +EXPORT_SYMBOL_GPL vmlinux 0x8151ebf0 fwnode_graph_get_endpoint_by_id +EXPORT_SYMBOL_GPL vmlinux 0x815588a6 clk_enable +EXPORT_SYMBOL_GPL vmlinux 0x815fda83 sed_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x815fec4a crypto_stats_akcipher_encrypt +EXPORT_SYMBOL_GPL vmlinux 0x81661ba4 crypto_stats_aead_decrypt +EXPORT_SYMBOL_GPL vmlinux 0x81693354 usb_hcd_setup_local_mem +EXPORT_SYMBOL_GPL vmlinux 0x816a41ca cpufreq_update_limits +EXPORT_SYMBOL_GPL vmlinux 0x8180cede asn1_encode_sequence +EXPORT_SYMBOL_GPL vmlinux 0x818967ab wakeup_source_register +EXPORT_SYMBOL_GPL vmlinux 0x819d72cb klist_iter_exit +EXPORT_SYMBOL_GPL vmlinux 0x81a7f541 percpu_ref_init +EXPORT_SYMBOL_GPL vmlinux 0x81ac316d pm_clk_suspend +EXPORT_SYMBOL_GPL vmlinux 0x81b6aff3 __inet_lookup_established +EXPORT_SYMBOL_GPL vmlinux 0x81cc7739 ethnl_cable_test_finished +EXPORT_SYMBOL_GPL vmlinux 0x81d06fb8 xenbus_dev_is_online +EXPORT_SYMBOL_GPL vmlinux 0x81d10485 ioasid_free +EXPORT_SYMBOL_GPL vmlinux 0x81d386af kernel_read_file +EXPORT_SYMBOL_GPL vmlinux 0x81dd0abb clk_hw_unregister +EXPORT_SYMBOL_GPL vmlinux 0x81de4650 register_ftrace_direct_multi +EXPORT_SYMBOL_GPL vmlinux 0x81e2bdf4 generic_handle_irq_safe +EXPORT_SYMBOL_GPL vmlinux 0x81f372a2 unregister_ftrace_export +EXPORT_SYMBOL_GPL vmlinux 0x81fd3bf6 blockdev_superblock +EXPORT_SYMBOL_GPL vmlinux 0x82053ca4 sched_show_task +EXPORT_SYMBOL_GPL vmlinux 0x82092899 badrange_forget +EXPORT_SYMBOL_GPL vmlinux 0x82163ede serdev_device_alloc +EXPORT_SYMBOL_GPL vmlinux 0x82193ccf usb_hcd_poll_rh_status +EXPORT_SYMBOL_GPL vmlinux 0x82226c53 pinctrl_unregister_mappings +EXPORT_SYMBOL_GPL vmlinux 0x82270305 locks_release_private +EXPORT_SYMBOL_GPL vmlinux 0x82287e46 __tracepoint_fib6_table_lookup +EXPORT_SYMBOL_GPL vmlinux 0x82342169 badblocks_show +EXPORT_SYMBOL_GPL vmlinux 0x82354c0c gnttab_dma_free_pages +EXPORT_SYMBOL_GPL vmlinux 0x823eae06 blocking_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x82486246 bpf_trace_run9 +EXPORT_SYMBOL_GPL vmlinux 0x824cd4fa dev_pm_opp_find_freq_floor +EXPORT_SYMBOL_GPL vmlinux 0x824d0668 inverse_translate +EXPORT_SYMBOL_GPL vmlinux 0x82601548 device_add_groups +EXPORT_SYMBOL_GPL vmlinux 0x8264d08f gpiod_direction_output_raw +EXPORT_SYMBOL_GPL vmlinux 0x82689dcf ata_bmdma_port_start32 +EXPORT_SYMBOL_GPL vmlinux 0x827e61f8 acpi_has_watchdog +EXPORT_SYMBOL_GPL vmlinux 0x828e22f4 hrtimer_forward +EXPORT_SYMBOL_GPL vmlinux 0x829123f9 devres_add +EXPORT_SYMBOL_GPL vmlinux 0x82a5c517 dma_map_sgtable +EXPORT_SYMBOL_GPL vmlinux 0x82b23ea9 blk_mq_wait_quiesce_done +EXPORT_SYMBOL_GPL vmlinux 0x82b9f8f3 i2c_dw_configure_master +EXPORT_SYMBOL_GPL vmlinux 0x82c77f78 nf_route +EXPORT_SYMBOL_GPL vmlinux 0x82d79b51 sysctl_vfs_cache_pressure +EXPORT_SYMBOL_GPL vmlinux 0x82eac34e mmc_get_ext_csd +EXPORT_SYMBOL_GPL vmlinux 0x82ed3396 ping_queue_rcv_skb +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 0x8353dfff acpi_os_get_iomem +EXPORT_SYMBOL_GPL vmlinux 0x8368cfcf ata_host_put +EXPORT_SYMBOL_GPL vmlinux 0x836c955d dev_pm_opp_enable +EXPORT_SYMBOL_GPL vmlinux 0x836d652f poll_state_synchronize_rcu_full +EXPORT_SYMBOL_GPL vmlinux 0x83804603 skb_mpls_pop +EXPORT_SYMBOL_GPL vmlinux 0x838330a3 pci_find_vsec_capability +EXPORT_SYMBOL_GPL vmlinux 0x8385684b vp_modern_get_features +EXPORT_SYMBOL_GPL vmlinux 0x83af301f __pm_runtime_resume +EXPORT_SYMBOL_GPL vmlinux 0x83c0cbee cpu_subsys +EXPORT_SYMBOL_GPL vmlinux 0x83c40b2a pci_enable_pasid +EXPORT_SYMBOL_GPL vmlinux 0x83c8b480 serial8250_release_dma +EXPORT_SYMBOL_GPL vmlinux 0x83ce66e4 crypto_shash_final +EXPORT_SYMBOL_GPL vmlinux 0x83d31ced dev_pm_opp_get_max_volt_latency +EXPORT_SYMBOL_GPL vmlinux 0x83e03d7d debugfs_create_file_size +EXPORT_SYMBOL_GPL vmlinux 0x83ec2c27 extcon_set_property_sync +EXPORT_SYMBOL_GPL vmlinux 0x84106f36 devlink_trap_ctx_priv +EXPORT_SYMBOL_GPL vmlinux 0x841be23a gpiochip_line_is_valid +EXPORT_SYMBOL_GPL vmlinux 0x841f5190 device_initialize +EXPORT_SYMBOL_GPL vmlinux 0x8420523b regulator_unregister +EXPORT_SYMBOL_GPL vmlinux 0x8425b9c3 xas_split_alloc +EXPORT_SYMBOL_GPL vmlinux 0x84264ced fs_umode_to_ftype +EXPORT_SYMBOL_GPL vmlinux 0x8427baf3 ata_link_abort +EXPORT_SYMBOL_GPL vmlinux 0x842f046d usb_poison_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0x843d70ef acpi_is_root_bridge +EXPORT_SYMBOL_GPL vmlinux 0x8442e9fa subsys_dev_iter_exit +EXPORT_SYMBOL_GPL vmlinux 0x84502a47 blk_status_to_errno +EXPORT_SYMBOL_GPL vmlinux 0x845081fe rtnl_link_register +EXPORT_SYMBOL_GPL vmlinux 0x8452b78e int_active_memcg +EXPORT_SYMBOL_GPL vmlinux 0x8456a344 rio_enable_rx_tx_port +EXPORT_SYMBOL_GPL vmlinux 0x845ec842 pci_generic_config_read +EXPORT_SYMBOL_GPL vmlinux 0x8462cb62 atapi_cmd_type +EXPORT_SYMBOL_GPL vmlinux 0x84681824 sock_map_destroy +EXPORT_SYMBOL_GPL vmlinux 0x8479d5b0 devm_spi_mem_dirmap_create +EXPORT_SYMBOL_GPL vmlinux 0x847f6fe6 led_trigger_unregister +EXPORT_SYMBOL_GPL vmlinux 0x8496b670 iptunnel_handle_offloads +EXPORT_SYMBOL_GPL vmlinux 0x84a0bc47 led_trigger_register_simple +EXPORT_SYMBOL_GPL vmlinux 0x84a88ffd desc_to_gpio +EXPORT_SYMBOL_GPL vmlinux 0x84b268cf sn_coherency_id +EXPORT_SYMBOL_GPL vmlinux 0x84e4b258 bpf_prog_add +EXPORT_SYMBOL_GPL vmlinux 0x84ef27f5 synth_event_add_fields +EXPORT_SYMBOL_GPL vmlinux 0x84f36e03 iptunnel_xmit +EXPORT_SYMBOL_GPL vmlinux 0x84f98b55 destroy_memory_type +EXPORT_SYMBOL_GPL vmlinux 0x850648bc dev_pm_domain_attach +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 0x8530d6a6 __traceiter_wbc_writepage +EXPORT_SYMBOL_GPL vmlinux 0x853caf37 sched_set_fifo +EXPORT_SYMBOL_GPL vmlinux 0x8541ddea __SCK__tp_func_devlink_trap_report +EXPORT_SYMBOL_GPL vmlinux 0x854ce4e8 bio_iov_iter_get_pages +EXPORT_SYMBOL_GPL vmlinux 0x85540ebc nvmem_cell_put +EXPORT_SYMBOL_GPL vmlinux 0x8559da73 dev_nit_active +EXPORT_SYMBOL_GPL vmlinux 0x855fa0ed fpu_update_guest_xfd +EXPORT_SYMBOL_GPL vmlinux 0x8560318c usb_store_new_id +EXPORT_SYMBOL_GPL vmlinux 0x856fec56 wm831x_reg_read +EXPORT_SYMBOL_GPL vmlinux 0x857c3818 scsi_dh_attached_handler_name +EXPORT_SYMBOL_GPL vmlinux 0x85862277 ioasid_find +EXPORT_SYMBOL_GPL vmlinux 0x858e2628 dax_holder +EXPORT_SYMBOL_GPL vmlinux 0x85abcfbe kernfs_notify +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 0x85c8efbe __tracepoint_neigh_update +EXPORT_SYMBOL_GPL vmlinux 0x85cb2c45 xen_has_pv_devices +EXPORT_SYMBOL_GPL vmlinux 0x85d3dfee ata_pci_sff_prepare_host +EXPORT_SYMBOL_GPL vmlinux 0x85d7edfd hpet_set_periodic_freq +EXPORT_SYMBOL_GPL vmlinux 0x85da6c9a blkg_rwstat_recursive_sum +EXPORT_SYMBOL_GPL vmlinux 0x85dff4f8 xenbus_probe_node +EXPORT_SYMBOL_GPL vmlinux 0x85eed1be iopf_queue_discard_partial +EXPORT_SYMBOL_GPL vmlinux 0x85ef83ad xenbus_map_ring_valloc +EXPORT_SYMBOL_GPL vmlinux 0x85f039ab ata_scsi_queuecmd +EXPORT_SYMBOL_GPL vmlinux 0x85fbf4c8 cpci_hp_unregister_controller +EXPORT_SYMBOL_GPL vmlinux 0x85fc967e crypto_alloc_rng +EXPORT_SYMBOL_GPL vmlinux 0x86007538 regmap_can_raw_write +EXPORT_SYMBOL_GPL vmlinux 0x8609a54d clk_register_fixed_factor +EXPORT_SYMBOL_GPL vmlinux 0x860a36fc mbox_free_channel +EXPORT_SYMBOL_GPL vmlinux 0x860bfa8c raw_unhash_sk +EXPORT_SYMBOL_GPL vmlinux 0x860d1429 tty_get_pgrp +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 0x862b47c8 unregister_pernet_subsys +EXPORT_SYMBOL_GPL vmlinux 0x862bb17b linear_range_values_in_range_array +EXPORT_SYMBOL_GPL vmlinux 0x8635eabf raw_seq_start +EXPORT_SYMBOL_GPL vmlinux 0x863a4d59 dev_pm_genpd_set_next_wakeup +EXPORT_SYMBOL_GPL vmlinux 0x863ce334 devlink_param_register +EXPORT_SYMBOL_GPL vmlinux 0x864c2feb virtqueue_get_used_addr +EXPORT_SYMBOL_GPL vmlinux 0x86512c5c __SCK__tp_func_error_report_end +EXPORT_SYMBOL_GPL vmlinux 0x86585a33 devlink_fmsg_obj_nest_start +EXPORT_SYMBOL_GPL vmlinux 0x865aa59e tty_ldisc_flush +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 0x867b133b device_for_each_child +EXPORT_SYMBOL_GPL vmlinux 0x867f6a10 dax_add_host +EXPORT_SYMBOL_GPL vmlinux 0x86871b40 devlink_info_version_stored_put_ext +EXPORT_SYMBOL_GPL vmlinux 0x868784cb __symbol_get +EXPORT_SYMBOL_GPL vmlinux 0x86879c03 regmap_irq_get_domain +EXPORT_SYMBOL_GPL vmlinux 0x8687a574 tty_buffer_lock_exclusive +EXPORT_SYMBOL_GPL vmlinux 0x869b7077 devlink_port_init +EXPORT_SYMBOL_GPL vmlinux 0x86afe388 get_device +EXPORT_SYMBOL_GPL vmlinux 0x86b12f67 devm_hwspin_lock_request_specific +EXPORT_SYMBOL_GPL vmlinux 0x86b13d2a usb_unpoison_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0x86bbc7a6 sdio_release_host +EXPORT_SYMBOL_GPL vmlinux 0x86c43a8c cper_estatus_check +EXPORT_SYMBOL_GPL vmlinux 0x86cbf911 do_tcp_sendpages +EXPORT_SYMBOL_GPL vmlinux 0x86d0facc do_take_over_console +EXPORT_SYMBOL_GPL vmlinux 0x86d48183 virtio_max_dma_size +EXPORT_SYMBOL_GPL vmlinux 0x86f6b99d synchronize_rcu_expedited +EXPORT_SYMBOL_GPL vmlinux 0x86f85114 net_dec_egress_queue +EXPORT_SYMBOL_GPL vmlinux 0x86f92add skb_tstamp_tx +EXPORT_SYMBOL_GPL vmlinux 0x86f9fb86 __put_net +EXPORT_SYMBOL_GPL vmlinux 0x87088f31 ata_sas_async_probe +EXPORT_SYMBOL_GPL vmlinux 0x870c8a79 edac_pci_release_generic_ctl +EXPORT_SYMBOL_GPL vmlinux 0x870e16b7 xen_test_irq_shared +EXPORT_SYMBOL_GPL vmlinux 0x87258a37 mas_store +EXPORT_SYMBOL_GPL vmlinux 0x872d4f7c __SCT__tp_func_xdp_bulk_tx +EXPORT_SYMBOL_GPL vmlinux 0x872fe60c cpu_device_create +EXPORT_SYMBOL_GPL vmlinux 0x873490c2 fwnode_property_read_u16_array +EXPORT_SYMBOL_GPL vmlinux 0x873554c1 sfp_bus_add_upstream +EXPORT_SYMBOL_GPL vmlinux 0x8735ed3d irq_set_affinity_notifier +EXPORT_SYMBOL_GPL vmlinux 0x8739e22b dev_pm_genpd_set_performance_state +EXPORT_SYMBOL_GPL vmlinux 0x87428138 device_remove_bin_file +EXPORT_SYMBOL_GPL vmlinux 0x87434e0d inet_csk_reqsk_queue_hash_add +EXPORT_SYMBOL_GPL vmlinux 0x875e87b4 pci_platform_power_transition +EXPORT_SYMBOL_GPL vmlinux 0x87615b5d crypto_stats_kpp_compute_shared_secret +EXPORT_SYMBOL_GPL vmlinux 0x877f6d7a bsg_job_put +EXPORT_SYMBOL_GPL vmlinux 0x8780d4c9 __devm_alloc_percpu +EXPORT_SYMBOL_GPL vmlinux 0x8784df17 bpf_map_inc_not_zero +EXPORT_SYMBOL_GPL vmlinux 0x87908767 xas_clear_mark +EXPORT_SYMBOL_GPL vmlinux 0x87aa434f blk_mq_flush_busy_ctxs +EXPORT_SYMBOL_GPL vmlinux 0x87b08596 fat_free_clusters +EXPORT_SYMBOL_GPL vmlinux 0x87b210d0 clkdev_create +EXPORT_SYMBOL_GPL vmlinux 0x87b62511 device_remove_file +EXPORT_SYMBOL_GPL vmlinux 0x87cb840a dev_attr_link_power_management_policy +EXPORT_SYMBOL_GPL vmlinux 0x87ce54c2 xfrm_dev_resume +EXPORT_SYMBOL_GPL vmlinux 0x87d24dbb disk_alloc_independent_access_ranges +EXPORT_SYMBOL_GPL vmlinux 0x87d81c84 devl_rate_leaf_create +EXPORT_SYMBOL_GPL vmlinux 0x87e26bc5 usb_pipe_type_check +EXPORT_SYMBOL_GPL vmlinux 0x87e35f6b crypto_dequeue_request +EXPORT_SYMBOL_GPL vmlinux 0x87e64181 amd_nb_has_feature +EXPORT_SYMBOL_GPL vmlinux 0x87f34e99 disable_kprobe +EXPORT_SYMBOL_GPL vmlinux 0x8806c3e3 fwnode_gpiod_get_index +EXPORT_SYMBOL_GPL vmlinux 0x881e3a1c gpiod_get_index_optional +EXPORT_SYMBOL_GPL vmlinux 0x883213b6 rio_map_outb_region +EXPORT_SYMBOL_GPL vmlinux 0x88427a6b ata_sas_port_destroy +EXPORT_SYMBOL_GPL vmlinux 0x88476f9f devl_lock +EXPORT_SYMBOL_GPL vmlinux 0x884f7ac5 dev_pm_opp_disable +EXPORT_SYMBOL_GPL vmlinux 0x885528a6 ring_buffer_discard_commit +EXPORT_SYMBOL_GPL vmlinux 0x8857e88c __traceiter_add_device_to_group +EXPORT_SYMBOL_GPL vmlinux 0x887b1a70 usb_remove_hcd +EXPORT_SYMBOL_GPL vmlinux 0x887cd758 __SCK__tp_func_sched_util_est_se_tp +EXPORT_SYMBOL_GPL vmlinux 0x887dfca9 tpm1_getcap +EXPORT_SYMBOL_GPL vmlinux 0x88a6c782 trace_event_buffer_lock_reserve +EXPORT_SYMBOL_GPL vmlinux 0x88ab6fe3 kgdb_active +EXPORT_SYMBOL_GPL vmlinux 0x88b4ae92 ring_buffer_normalize_time_stamp +EXPORT_SYMBOL_GPL vmlinux 0x88c61f85 devfreq_cooling_register +EXPORT_SYMBOL_GPL vmlinux 0x88cce6a0 xas_find_marked +EXPORT_SYMBOL_GPL vmlinux 0x88eb7783 poll_state_synchronize_srcu +EXPORT_SYMBOL_GPL vmlinux 0x88ef866f devm_of_phy_get +EXPORT_SYMBOL_GPL vmlinux 0x88f195e2 ehci_handshake +EXPORT_SYMBOL_GPL vmlinux 0x89094791 regmap_attach_dev +EXPORT_SYMBOL_GPL vmlinux 0x890b56fd fwnode_property_read_u64_array +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 0x892071f9 blk_insert_cloned_request +EXPORT_SYMBOL_GPL vmlinux 0x8924eb1e rcu_force_quiescent_state +EXPORT_SYMBOL_GPL vmlinux 0x892960eb usb_set_interface +EXPORT_SYMBOL_GPL vmlinux 0x892c480b regulator_desc_list_voltage_linear_range +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 0x8940560c hwmon_notify_event +EXPORT_SYMBOL_GPL vmlinux 0x89485687 iommu_group_put +EXPORT_SYMBOL_GPL vmlinux 0x895b92b5 ehci_resume +EXPORT_SYMBOL_GPL vmlinux 0x89644546 of_hwspin_lock_get_id_byname +EXPORT_SYMBOL_GPL vmlinux 0x897601ed bpf_trace_run6 +EXPORT_SYMBOL_GPL vmlinux 0x897852cb elv_rqhash_add +EXPORT_SYMBOL_GPL vmlinux 0x8978afc5 param_set_bool_enable_only +EXPORT_SYMBOL_GPL vmlinux 0x89820094 devfreq_event_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0x8984857a skcipher_walk_aead_decrypt +EXPORT_SYMBOL_GPL vmlinux 0x8991e14f devm_gpio_request +EXPORT_SYMBOL_GPL vmlinux 0x8994a7ee device_match_fwnode +EXPORT_SYMBOL_GPL vmlinux 0x89a9b99b blk_mq_alloc_request_hctx +EXPORT_SYMBOL_GPL vmlinux 0x89ae7aa0 rsa_parse_pub_key +EXPORT_SYMBOL_GPL vmlinux 0x89b71b8b nvdimm_badblocks_populate +EXPORT_SYMBOL_GPL vmlinux 0x89bb43ab virtqueue_get_vring_size +EXPORT_SYMBOL_GPL vmlinux 0x89bbafc6 usb_register_notify +EXPORT_SYMBOL_GPL vmlinux 0x89bd332d crypto_stats_rng_seed +EXPORT_SYMBOL_GPL vmlinux 0x89e1ec9d acpi_get_subsystem_id +EXPORT_SYMBOL_GPL vmlinux 0x89e2e2d2 devm_request_free_mem_region +EXPORT_SYMBOL_GPL vmlinux 0x89e340cf acpi_bus_get_ejd +EXPORT_SYMBOL_GPL vmlinux 0x89f10f9b blkcg_policy_register +EXPORT_SYMBOL_GPL vmlinux 0x89f4be57 gpiod_count +EXPORT_SYMBOL_GPL vmlinux 0x8a1ad1cb raw_abort +EXPORT_SYMBOL_GPL vmlinux 0x8a1d401e wwan_create_port +EXPORT_SYMBOL_GPL vmlinux 0x8a2367b7 tps6586x_update +EXPORT_SYMBOL_GPL vmlinux 0x8a23b716 pci_p2pdma_distance_many +EXPORT_SYMBOL_GPL vmlinux 0x8a3c7f96 pci_disable_ats +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 0x8a4d98e8 driver_attach +EXPORT_SYMBOL_GPL vmlinux 0x8a4f3ca4 __sock_recv_wifi_status +EXPORT_SYMBOL_GPL vmlinux 0x8a56dfe4 xfrm_audit_policy_delete +EXPORT_SYMBOL_GPL vmlinux 0x8a62b81b sfp_upstream_stop +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 0x8a8d1806 hsu_dma_remove +EXPORT_SYMBOL_GPL vmlinux 0x8a9670ee pci_doe_supports_prot +EXPORT_SYMBOL_GPL vmlinux 0x8a9bd8a1 __tracepoint_block_split +EXPORT_SYMBOL_GPL vmlinux 0x8a9c150f debugfs_remove +EXPORT_SYMBOL_GPL vmlinux 0x8a9d507b cpuidle_get_driver +EXPORT_SYMBOL_GPL vmlinux 0x8abacc47 get_max_files +EXPORT_SYMBOL_GPL vmlinux 0x8ac1407b sfp_get_module_eeprom +EXPORT_SYMBOL_GPL vmlinux 0x8aceb894 gpiod_unexport +EXPORT_SYMBOL_GPL vmlinux 0x8ad51d55 __traceiter_block_rq_insert +EXPORT_SYMBOL_GPL vmlinux 0x8ad5ceb1 __uv_hub_info_list +EXPORT_SYMBOL_GPL vmlinux 0x8adacb9c fl6_merge_options +EXPORT_SYMBOL_GPL vmlinux 0x8ae50cd7 securityfs_create_symlink +EXPORT_SYMBOL_GPL vmlinux 0x8af3a03c __tracepoint_sched_util_est_cfs_tp +EXPORT_SYMBOL_GPL vmlinux 0x8b149c36 clk_is_match +EXPORT_SYMBOL_GPL vmlinux 0x8b174d5d fwnode_device_is_available +EXPORT_SYMBOL_GPL vmlinux 0x8b175cf7 pingv6_ops +EXPORT_SYMBOL_GPL vmlinux 0x8b22c68b devlink_port_unregister +EXPORT_SYMBOL_GPL vmlinux 0x8b237177 transport_class_register +EXPORT_SYMBOL_GPL vmlinux 0x8b27b039 devm_phy_destroy +EXPORT_SYMBOL_GPL vmlinux 0x8b310f8c device_add +EXPORT_SYMBOL_GPL vmlinux 0x8b3227ec devm_clk_register +EXPORT_SYMBOL_GPL vmlinux 0x8b36ce9c tcf_dev_queue_xmit +EXPORT_SYMBOL_GPL vmlinux 0x8b3c8499 tcp_plb_update_state_upon_rto +EXPORT_SYMBOL_GPL vmlinux 0x8b3d8377 pwm_set_chip_data +EXPORT_SYMBOL_GPL vmlinux 0x8b4149e4 cppc_perf_ctrs_in_pcc +EXPORT_SYMBOL_GPL vmlinux 0x8b47ea1d __SCT__tp_func_extlog_mem_event +EXPORT_SYMBOL_GPL vmlinux 0x8b5340fc ftrace_free_filter +EXPORT_SYMBOL_GPL vmlinux 0x8b589594 input_device_enabled +EXPORT_SYMBOL_GPL vmlinux 0x8b5f04ad fuse_dev_operations +EXPORT_SYMBOL_GPL vmlinux 0x8b64428f pci_pr3_present +EXPORT_SYMBOL_GPL vmlinux 0x8b6c65c8 irq_domain_associate_many +EXPORT_SYMBOL_GPL vmlinux 0x8b6ea625 bio_start_io_acct +EXPORT_SYMBOL_GPL vmlinux 0x8b6f295e tcp_reno_cong_avoid +EXPORT_SYMBOL_GPL vmlinux 0x8b828da7 xfrm_put_translator +EXPORT_SYMBOL_GPL vmlinux 0x8b8455c8 devm_acpi_dev_add_driver_gpios +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 0x8ba387bd fib_rules_unregister +EXPORT_SYMBOL_GPL vmlinux 0x8bb78dc9 vring_transport_features +EXPORT_SYMBOL_GPL vmlinux 0x8bbd97eb dev_pm_genpd_remove_notifier +EXPORT_SYMBOL_GPL vmlinux 0x8c0215f2 pm_system_wakeup +EXPORT_SYMBOL_GPL vmlinux 0x8c03d20c destroy_workqueue +EXPORT_SYMBOL_GPL vmlinux 0x8c0ed103 rcu_check_boost_fail +EXPORT_SYMBOL_GPL vmlinux 0x8c341c48 current_save_fsgs +EXPORT_SYMBOL_GPL vmlinux 0x8c364e2d pci_doe_submit_task +EXPORT_SYMBOL_GPL vmlinux 0x8c4232b6 synchronize_srcu_expedited +EXPORT_SYMBOL_GPL vmlinux 0x8c484409 gnttab_release_grant_reference +EXPORT_SYMBOL_GPL vmlinux 0x8c4d2428 mt_prev +EXPORT_SYMBOL_GPL vmlinux 0x8c4fded2 sgx_virt_einit +EXPORT_SYMBOL_GPL vmlinux 0x8c52223e skb_clone_tx_timestamp +EXPORT_SYMBOL_GPL vmlinux 0x8c557077 pci_find_next_capability +EXPORT_SYMBOL_GPL vmlinux 0x8c5aa24b pci_epc_set_msix +EXPORT_SYMBOL_GPL vmlinux 0x8c5aa58b cpci_hp_unregister_bus +EXPORT_SYMBOL_GPL vmlinux 0x8c61a746 mctp_unregister_netdev +EXPORT_SYMBOL_GPL vmlinux 0x8c66bd33 lwtunnel_input +EXPORT_SYMBOL_GPL vmlinux 0x8c695a7d fscrypt_fname_siphash +EXPORT_SYMBOL_GPL vmlinux 0x8c743fb6 reset_control_status +EXPORT_SYMBOL_GPL vmlinux 0x8c7a08bc iommu_device_sysfs_remove +EXPORT_SYMBOL_GPL vmlinux 0x8c847052 devm_pci_epc_destroy +EXPORT_SYMBOL_GPL vmlinux 0x8c85f36f tpm_chip_register +EXPORT_SYMBOL_GPL vmlinux 0x8c89e3b8 usb_phy_roothub_power_off +EXPORT_SYMBOL_GPL vmlinux 0x8c8c7897 kernfs_path_from_node +EXPORT_SYMBOL_GPL vmlinux 0x8c95a5c4 wakeup_source_create +EXPORT_SYMBOL_GPL vmlinux 0x8c98d248 unregister_vmcore_cb +EXPORT_SYMBOL_GPL vmlinux 0x8c9cfad3 devl_dpipe_table_resource_set +EXPORT_SYMBOL_GPL vmlinux 0x8c9e54d3 devlink_info_version_running_put_ext +EXPORT_SYMBOL_GPL vmlinux 0x8cbf99ea pci_disable_pri +EXPORT_SYMBOL_GPL vmlinux 0x8cc2f7ae blk_mq_rdma_map_queues +EXPORT_SYMBOL_GPL vmlinux 0x8cc3e362 crypto_alloc_acomp_node +EXPORT_SYMBOL_GPL vmlinux 0x8cc3ffa3 pcie_port_find_device +EXPORT_SYMBOL_GPL vmlinux 0x8cca14a7 __SCK__tp_func_rpm_suspend +EXPORT_SYMBOL_GPL vmlinux 0x8cea0544 inet_twsk_alloc +EXPORT_SYMBOL_GPL vmlinux 0x8cea548c devm_spi_register_controller +EXPORT_SYMBOL_GPL vmlinux 0x8cf4a2a7 pci_ignore_hotplug +EXPORT_SYMBOL_GPL vmlinux 0x8d0fc11d devm_namespace_disable +EXPORT_SYMBOL_GPL vmlinux 0x8d22bb58 iommu_group_alloc +EXPORT_SYMBOL_GPL vmlinux 0x8d3330b6 cpuacct_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0x8d34d656 pwm_get_chip_data +EXPORT_SYMBOL_GPL vmlinux 0x8d46397c regulator_get_exclusive +EXPORT_SYMBOL_GPL vmlinux 0x8d4da36b usb_root_hub_lost_power +EXPORT_SYMBOL_GPL vmlinux 0x8d51f97b kthread_unpark +EXPORT_SYMBOL_GPL vmlinux 0x8d522714 __rcu_read_lock +EXPORT_SYMBOL_GPL vmlinux 0x8d539ea7 wakeup_source_remove +EXPORT_SYMBOL_GPL vmlinux 0x8d57cca0 devm_usb_get_phy_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0x8d65fb16 gpiod_get_raw_value +EXPORT_SYMBOL_GPL vmlinux 0x8d673c7a spi_mem_default_supports_op +EXPORT_SYMBOL_GPL vmlinux 0x8d700aed ata_bmdma_start +EXPORT_SYMBOL_GPL vmlinux 0x8d7a67ec dm_table_set_type +EXPORT_SYMBOL_GPL vmlinux 0x8d7e3373 hwpoison_filter_dev_major +EXPORT_SYMBOL_GPL vmlinux 0x8d908ebf power_supply_get_maintenance_charging_setting +EXPORT_SYMBOL_GPL vmlinux 0x8d951930 gpio_to_desc +EXPORT_SYMBOL_GPL vmlinux 0x8d96a0a6 dev_pm_put_subsys_data +EXPORT_SYMBOL_GPL vmlinux 0x8d9be894 phy_start_machine +EXPORT_SYMBOL_GPL vmlinux 0x8da2d15e l3mdev_master_ifindex_rcu +EXPORT_SYMBOL_GPL vmlinux 0x8dd1bfe0 platform_device_register +EXPORT_SYMBOL_GPL vmlinux 0x8dd218b0 icc_bulk_disable +EXPORT_SYMBOL_GPL vmlinux 0x8ddbb323 dmaengine_desc_attach_metadata +EXPORT_SYMBOL_GPL vmlinux 0x8de6817a acpi_dev_resource_address_space +EXPORT_SYMBOL_GPL vmlinux 0x8e05ff00 __tracepoint_br_fdb_add +EXPORT_SYMBOL_GPL vmlinux 0x8e1d7268 debugfs_lookup_and_remove +EXPORT_SYMBOL_GPL vmlinux 0x8e2bf53b dma_max_mapping_size +EXPORT_SYMBOL_GPL vmlinux 0x8e30592f sata_std_hardreset +EXPORT_SYMBOL_GPL vmlinux 0x8e322451 generic_device_group +EXPORT_SYMBOL_GPL vmlinux 0x8e3d911b arch_phys_wc_index +EXPORT_SYMBOL_GPL vmlinux 0x8e4eb451 bpf_sk_storage_diag_free +EXPORT_SYMBOL_GPL vmlinux 0x8e51e402 device_for_each_child_reverse +EXPORT_SYMBOL_GPL vmlinux 0x8e6b1a9e net_selftest_get_count +EXPORT_SYMBOL_GPL vmlinux 0x8e6fa8b5 apei_exec_pre_map_gars +EXPORT_SYMBOL_GPL vmlinux 0x8e86b1b4 debugfs_create_bool +EXPORT_SYMBOL_GPL vmlinux 0x8e8cad00 ata_pci_device_resume +EXPORT_SYMBOL_GPL vmlinux 0x8e8e863d nvdimm_cmd_mask +EXPORT_SYMBOL_GPL vmlinux 0x8ead800c user_free_preparse +EXPORT_SYMBOL_GPL vmlinux 0x8eb6ba63 iommu_sva_alloc_pasid +EXPORT_SYMBOL_GPL vmlinux 0x8ebed842 pci_epf_create +EXPORT_SYMBOL_GPL vmlinux 0x8ec6febc xfrm_audit_state_add +EXPORT_SYMBOL_GPL vmlinux 0x8ed0d6bb pci_intx +EXPORT_SYMBOL_GPL vmlinux 0x8eee3399 dax_read_unlock +EXPORT_SYMBOL_GPL vmlinux 0x8f0091e7 rio_attach_device +EXPORT_SYMBOL_GPL vmlinux 0x8f0748af rcu_expedite_gp +EXPORT_SYMBOL_GPL vmlinux 0x8f0b781d iova_domain_init_rcaches +EXPORT_SYMBOL_GPL vmlinux 0x8f20b53a get_governor_parent_kobj +EXPORT_SYMBOL_GPL vmlinux 0x8f2b78a2 sync_blockdev_nowait +EXPORT_SYMBOL_GPL vmlinux 0x8f2eb429 kvm_arch_para_hints +EXPORT_SYMBOL_GPL vmlinux 0x8f306495 __fscrypt_prepare_lookup +EXPORT_SYMBOL_GPL vmlinux 0x8f4e473f spi_new_device +EXPORT_SYMBOL_GPL vmlinux 0x8f613a3b rio_mport_read_config_32 +EXPORT_SYMBOL_GPL vmlinux 0x8f6cee77 __round_jiffies_relative +EXPORT_SYMBOL_GPL vmlinux 0x8f7483d7 pci_dev_trylock +EXPORT_SYMBOL_GPL vmlinux 0x8f786bee fs_umode_to_dtype +EXPORT_SYMBOL_GPL vmlinux 0x8f7acf6b cpufreq_dbs_governor_init +EXPORT_SYMBOL_GPL vmlinux 0x8f7bd0a6 btree_init_mempool +EXPORT_SYMBOL_GPL vmlinux 0x8fa407a6 netlink_has_listeners +EXPORT_SYMBOL_GPL vmlinux 0x8fa5a6ee dev_fetch_sw_netstats +EXPORT_SYMBOL_GPL vmlinux 0x8fa9af00 clockevent_delta2ns +EXPORT_SYMBOL_GPL vmlinux 0x8fa9d9e8 __SCT__tp_func_xdp_exception +EXPORT_SYMBOL_GPL vmlinux 0x8faa800d acpi_cpc_valid +EXPORT_SYMBOL_GPL vmlinux 0x8fc12788 software_node_unregister_node_group +EXPORT_SYMBOL_GPL vmlinux 0x8fd3aa95 syscon_node_to_regmap +EXPORT_SYMBOL_GPL vmlinux 0x8fd63e59 ata_scsi_unlock_native_capacity +EXPORT_SYMBOL_GPL vmlinux 0x8fd78b32 sk_psock_msg_verdict +EXPORT_SYMBOL_GPL vmlinux 0x8fd921b9 virtqueue_disable_cb +EXPORT_SYMBOL_GPL vmlinux 0x8ff60436 mpi_ec_add_points +EXPORT_SYMBOL_GPL vmlinux 0x8ff7ea2f devlink_region_snapshot_id_get +EXPORT_SYMBOL_GPL vmlinux 0x8ffb1df7 acpi_get_psd_map +EXPORT_SYMBOL_GPL vmlinux 0x90008951 thermal_zone_device_register_with_trips +EXPORT_SYMBOL_GPL vmlinux 0x90034d2c elv_register +EXPORT_SYMBOL_GPL vmlinux 0x9024f443 mds_user_clear +EXPORT_SYMBOL_GPL vmlinux 0x9025355c apei_get_debugfs_dir +EXPORT_SYMBOL_GPL vmlinux 0x903154e7 sock_diag_register_inet_compat +EXPORT_SYMBOL_GPL vmlinux 0x903b627c list_lru_isolate_move +EXPORT_SYMBOL_GPL vmlinux 0x903e9088 dev_attr_ncq_prio_supported +EXPORT_SYMBOL_GPL vmlinux 0x9043116d devfreq_event_add_edev +EXPORT_SYMBOL_GPL vmlinux 0x906a33c1 udp_tunnel_nic_ops +EXPORT_SYMBOL_GPL vmlinux 0x9080fdb4 led_trigger_read +EXPORT_SYMBOL_GPL vmlinux 0x9084b044 clear_page_erms +EXPORT_SYMBOL_GPL vmlinux 0x90a9d8cc hv_is_hyperv_initialized +EXPORT_SYMBOL_GPL vmlinux 0x90ad66b1 software_node_unregister_nodes +EXPORT_SYMBOL_GPL vmlinux 0x90b022da inet_pernet_hashinfo_alloc +EXPORT_SYMBOL_GPL vmlinux 0x90b5f54b __SCK__tp_func_udp_fail_queue_rcv_skb +EXPORT_SYMBOL_GPL vmlinux 0x90b71fdc acpi_device_modalias +EXPORT_SYMBOL_GPL vmlinux 0x90c5d3ab folio_wait_stable +EXPORT_SYMBOL_GPL vmlinux 0x90c8498c apei_exec_write_register +EXPORT_SYMBOL_GPL vmlinux 0x90c9ee6d genphy_c45_pma_resume +EXPORT_SYMBOL_GPL vmlinux 0x90cca1c2 pcie_flr +EXPORT_SYMBOL_GPL vmlinux 0x90ccfa56 dm_copy_name_and_uuid +EXPORT_SYMBOL_GPL vmlinux 0x90de0452 platform_thermal_package_notify +EXPORT_SYMBOL_GPL vmlinux 0x90ded574 md_stop_writes +EXPORT_SYMBOL_GPL vmlinux 0x90ffa691 pci_hp_remove_module_link +EXPORT_SYMBOL_GPL vmlinux 0x9107109c led_init_core +EXPORT_SYMBOL_GPL vmlinux 0x9107d224 __SCT__tp_func_arm_event +EXPORT_SYMBOL_GPL vmlinux 0x910bdf6b trace_seq_vprintf +EXPORT_SYMBOL_GPL vmlinux 0x911794de xenbus_dev_remove +EXPORT_SYMBOL_GPL vmlinux 0x913ebd32 stack_depot_save +EXPORT_SYMBOL_GPL vmlinux 0x914a0086 devm_devfreq_event_remove_edev +EXPORT_SYMBOL_GPL vmlinux 0x914d045d vfs_kern_mount +EXPORT_SYMBOL_GPL vmlinux 0x914f7515 pinctrl_dev_get_devname +EXPORT_SYMBOL_GPL vmlinux 0x9165dc98 irq_domain_alloc_irqs_parent +EXPORT_SYMBOL_GPL vmlinux 0x9175aaf3 pinctrl_enable +EXPORT_SYMBOL_GPL vmlinux 0x917d953b __SCT__tp_func_wbc_writepage +EXPORT_SYMBOL_GPL vmlinux 0x9194e18f xenbus_mkdir +EXPORT_SYMBOL_GPL vmlinux 0x91955a9f start_poll_synchronize_rcu +EXPORT_SYMBOL_GPL vmlinux 0x91a06370 virtqueue_enable_cb_delayed +EXPORT_SYMBOL_GPL vmlinux 0x91a475f9 irq_domain_remove_sim +EXPORT_SYMBOL_GPL vmlinux 0x91a6ad90 ehci_hub_control +EXPORT_SYMBOL_GPL vmlinux 0x91a9ce29 skcipher_walk_done +EXPORT_SYMBOL_GPL vmlinux 0x91ad4bd6 clk_hw_register_composite +EXPORT_SYMBOL_GPL vmlinux 0x91b774a1 mpi_scanval +EXPORT_SYMBOL_GPL vmlinux 0x91b9a4ba e820__mapped_any +EXPORT_SYMBOL_GPL vmlinux 0x91c6e5b0 pcap_to_irq +EXPORT_SYMBOL_GPL vmlinux 0x91c9313c acpi_gpio_get_io_resource +EXPORT_SYMBOL_GPL vmlinux 0x91ea8726 asn1_encode_boolean +EXPORT_SYMBOL_GPL vmlinux 0x91eb315c devm_of_icc_get +EXPORT_SYMBOL_GPL vmlinux 0x91ee982f gpiochip_line_is_open_drain +EXPORT_SYMBOL_GPL vmlinux 0x9201394f dax_finish_sync_fault +EXPORT_SYMBOL_GPL vmlinux 0x920cc389 visitorl +EXPORT_SYMBOL_GPL vmlinux 0x92141343 kvm_async_pf_task_wake +EXPORT_SYMBOL_GPL vmlinux 0x9218f748 handle_level_irq +EXPORT_SYMBOL_GPL vmlinux 0x9228c3d1 xen_find_device_domain_owner +EXPORT_SYMBOL_GPL vmlinux 0x922ad708 fwnode_graph_get_remote_port_parent +EXPORT_SYMBOL_GPL vmlinux 0x922f0a02 rdev_clear_badblocks +EXPORT_SYMBOL_GPL vmlinux 0x9231d7a2 sdio_retune_crc_enable +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 0x9257231a fib_nh_common_init +EXPORT_SYMBOL_GPL vmlinux 0x9291e581 pci_sriov_set_totalvfs +EXPORT_SYMBOL_GPL vmlinux 0x929e95cf psi_memstall_enter +EXPORT_SYMBOL_GPL vmlinux 0x92a26cee debugfs_create_devm_seqfile +EXPORT_SYMBOL_GPL vmlinux 0x92b8c78b hyperv_pcpu_output_arg +EXPORT_SYMBOL_GPL vmlinux 0x92ccfd44 usb_debug_root +EXPORT_SYMBOL_GPL vmlinux 0x92d31cfb fixed_phy_add +EXPORT_SYMBOL_GPL vmlinux 0x92d69469 devm_kmalloc +EXPORT_SYMBOL_GPL vmlinux 0x92db8f68 do_trace_rcu_torture_read +EXPORT_SYMBOL_GPL vmlinux 0x92e8e9ab fsverity_enqueue_verify_work +EXPORT_SYMBOL_GPL vmlinux 0x92ff25cc usb_acpi_power_manageable +EXPORT_SYMBOL_GPL vmlinux 0x9316e318 register_kretprobe +EXPORT_SYMBOL_GPL vmlinux 0x931b957d shash_ahash_digest +EXPORT_SYMBOL_GPL vmlinux 0x9324d809 devm_regmap_field_bulk_free +EXPORT_SYMBOL_GPL vmlinux 0x93255b2b ring_buffer_lock_reserve +EXPORT_SYMBOL_GPL vmlinux 0x932601cf rio_mport_chk_dev_access +EXPORT_SYMBOL_GPL vmlinux 0x932c8d7a linear_range_get_value_array +EXPORT_SYMBOL_GPL vmlinux 0x933efc31 ipv4_sk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0x933f75e0 usb_unlink_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0x935346fe __sbitmap_queue_get +EXPORT_SYMBOL_GPL vmlinux 0x935aca86 mdiobus_modify_changed +EXPORT_SYMBOL_GPL vmlinux 0x935d4076 of_icc_xlate_onecell +EXPORT_SYMBOL_GPL vmlinux 0x935e4eab crypto_find_alg +EXPORT_SYMBOL_GPL vmlinux 0x93759660 trace_array_put +EXPORT_SYMBOL_GPL vmlinux 0x937be599 usb_put_dev +EXPORT_SYMBOL_GPL vmlinux 0x9381232e bio_blkcg_css +EXPORT_SYMBOL_GPL vmlinux 0x9383c6ce rtnl_af_unregister +EXPORT_SYMBOL_GPL vmlinux 0x9389644f pm_clk_init +EXPORT_SYMBOL_GPL vmlinux 0x9391360f sysfs_remove_group +EXPORT_SYMBOL_GPL vmlinux 0x9391eded regulator_register_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0x93c7edeb usb_find_common_endpoints +EXPORT_SYMBOL_GPL vmlinux 0x93c7eeee power_supply_external_power_changed +EXPORT_SYMBOL_GPL vmlinux 0x93cd075c balloon_page_list_enqueue +EXPORT_SYMBOL_GPL vmlinux 0x93d1d424 gnttab_free_grant_references +EXPORT_SYMBOL_GPL vmlinux 0x93d46593 pci_bus_add_device +EXPORT_SYMBOL_GPL vmlinux 0x93d8e4b8 crypto_unregister_shash +EXPORT_SYMBOL_GPL vmlinux 0x93dc2586 pgprot_writethrough +EXPORT_SYMBOL_GPL vmlinux 0x93e1765b register_pernet_device +EXPORT_SYMBOL_GPL vmlinux 0x93e6309a sysfs_create_bin_file +EXPORT_SYMBOL_GPL vmlinux 0x93ebdf96 mt_next +EXPORT_SYMBOL_GPL vmlinux 0x93edef07 devlink_health_report +EXPORT_SYMBOL_GPL vmlinux 0x941e90f3 usb_phy_roothub_suspend +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 0x942d0810 sbitmap_queue_show +EXPORT_SYMBOL_GPL vmlinux 0x9430b198 trace_dump_stack +EXPORT_SYMBOL_GPL vmlinux 0x9436e405 memory_group_register_dynamic +EXPORT_SYMBOL_GPL vmlinux 0x9438bda1 bpf_warn_invalid_xdp_action +EXPORT_SYMBOL_GPL vmlinux 0x943fc708 xen_setup_shutdown_event +EXPORT_SYMBOL_GPL vmlinux 0x9444f55f nvdimm_security_setup_events +EXPORT_SYMBOL_GPL vmlinux 0x944b584d proc_get_parent_data +EXPORT_SYMBOL_GPL vmlinux 0x94587822 anon_inode_getfd_secure +EXPORT_SYMBOL_GPL vmlinux 0x9468ea70 schedule_hrtimeout_range_clock +EXPORT_SYMBOL_GPL vmlinux 0x946c0028 devlink_unregister +EXPORT_SYMBOL_GPL vmlinux 0x946dd559 sha224_zero_message_hash +EXPORT_SYMBOL_GPL vmlinux 0x94758330 fscrypt_set_bio_crypt_ctx_bh +EXPORT_SYMBOL_GPL vmlinux 0x947b40c6 cpu_smt_possible +EXPORT_SYMBOL_GPL vmlinux 0x9486c180 __phy_modify +EXPORT_SYMBOL_GPL vmlinux 0x94997bee bsg_job_get +EXPORT_SYMBOL_GPL vmlinux 0x949b5176 devlink_region_snapshot_create +EXPORT_SYMBOL_GPL vmlinux 0x949e3a89 ipv6_recv_error +EXPORT_SYMBOL_GPL vmlinux 0x949f7342 __alloc_percpu +EXPORT_SYMBOL_GPL vmlinux 0x94a287c6 __list_lru_init +EXPORT_SYMBOL_GPL vmlinux 0x94b38316 __inet_inherit_port +EXPORT_SYMBOL_GPL vmlinux 0x94b5d713 spi_finalize_current_transfer +EXPORT_SYMBOL_GPL vmlinux 0x94ef4d05 cpci_hp_stop +EXPORT_SYMBOL_GPL vmlinux 0x94f0718e irq_alloc_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0x94ff765a sk_psock_drop +EXPORT_SYMBOL_GPL vmlinux 0x9504df26 irq_wake_thread +EXPORT_SYMBOL_GPL vmlinux 0x951a2773 crypto_has_alg +EXPORT_SYMBOL_GPL vmlinux 0x951b8d06 fuse_fill_super_common +EXPORT_SYMBOL_GPL vmlinux 0x951d07df cpufreq_cpu_get_raw +EXPORT_SYMBOL_GPL vmlinux 0x9529708a dev_pm_qos_flags +EXPORT_SYMBOL_GPL vmlinux 0x953bfbb8 clone_private_mount +EXPORT_SYMBOL_GPL vmlinux 0x953c3de7 ip6_append_data +EXPORT_SYMBOL_GPL vmlinux 0x953e1b9e ktime_get_real_seconds +EXPORT_SYMBOL_GPL vmlinux 0x955b0e2e kthread_worker_fn +EXPORT_SYMBOL_GPL vmlinux 0x9566138d netdev_walk_all_lower_dev_rcu +EXPORT_SYMBOL_GPL vmlinux 0x95678d3f regmap_field_free +EXPORT_SYMBOL_GPL vmlinux 0x956ac400 ring_buffer_dropped_events_cpu +EXPORT_SYMBOL_GPL vmlinux 0x95711402 relay_late_setup_files +EXPORT_SYMBOL_GPL vmlinux 0x95711e63 regmap_raw_write_async +EXPORT_SYMBOL_GPL vmlinux 0x957a5f05 vcap_keyfieldset +EXPORT_SYMBOL_GPL vmlinux 0x95843030 mpi_ec_init +EXPORT_SYMBOL_GPL vmlinux 0x958df3ac zs_free +EXPORT_SYMBOL_GPL vmlinux 0x958f7bc6 __pm_runtime_idle +EXPORT_SYMBOL_GPL vmlinux 0x95900587 acpi_dev_remove_driver_gpios +EXPORT_SYMBOL_GPL vmlinux 0x9593bc36 pci_p2pmem_virt_to_bus +EXPORT_SYMBOL_GPL vmlinux 0x9593ef31 register_ftrace_export +EXPORT_SYMBOL_GPL vmlinux 0x9598bae0 irq_get_default_host +EXPORT_SYMBOL_GPL vmlinux 0x95991b57 nvmem_register +EXPORT_SYMBOL_GPL vmlinux 0x959ec5f5 call_rcu_tasks +EXPORT_SYMBOL_GPL vmlinux 0x95a92a6d irq_chip_disable_parent +EXPORT_SYMBOL_GPL vmlinux 0x95bc9078 btree_free +EXPORT_SYMBOL_GPL vmlinux 0x95bd2252 gpiochip_request_own_desc +EXPORT_SYMBOL_GPL vmlinux 0x95c02b59 screen_glyph_unicode +EXPORT_SYMBOL_GPL vmlinux 0x95cb7ec4 usb_check_bulk_endpoints +EXPORT_SYMBOL_GPL vmlinux 0x95d27cd2 __dma_request_channel +EXPORT_SYMBOL_GPL vmlinux 0x95e3422d acpi_get_pci_dev +EXPORT_SYMBOL_GPL vmlinux 0x95ef1ccc dmi_memdev_size +EXPORT_SYMBOL_GPL vmlinux 0x95fcb9e8 sdev_evt_send +EXPORT_SYMBOL_GPL vmlinux 0x9600c537 crypto_aes_set_key +EXPORT_SYMBOL_GPL vmlinux 0x960d0f88 dax_recovery_write +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 0x96235546 dev_pm_opp_set_opp +EXPORT_SYMBOL_GPL vmlinux 0x962c8ae1 usb_kill_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0x96483eff security_inode_mkdir +EXPORT_SYMBOL_GPL vmlinux 0x96554810 register_keyboard_notifier +EXPORT_SYMBOL_GPL vmlinux 0x968ac0f8 xen_xlate_remap_gfn_array +EXPORT_SYMBOL_GPL vmlinux 0x969daa81 devm_pinctrl_register +EXPORT_SYMBOL_GPL vmlinux 0x96a55fda list_lru_destroy +EXPORT_SYMBOL_GPL vmlinux 0x96b5ac4b vcap_set_rule_set_actionset +EXPORT_SYMBOL_GPL vmlinux 0x96b7f366 hwspin_lock_free +EXPORT_SYMBOL_GPL vmlinux 0x96c7c1c6 auxiliary_find_device +EXPORT_SYMBOL_GPL vmlinux 0x96cc8032 mmc_poll_for_busy +EXPORT_SYMBOL_GPL vmlinux 0x96ccc53b crypto_unregister_instance +EXPORT_SYMBOL_GPL vmlinux 0x96d5a4fc proc_mkdir_data +EXPORT_SYMBOL_GPL vmlinux 0x9714e0bb ktime_get_raw +EXPORT_SYMBOL_GPL vmlinux 0x97228b09 acpi_subsys_prepare +EXPORT_SYMBOL_GPL vmlinux 0x97301795 ahash_register_instance +EXPORT_SYMBOL_GPL vmlinux 0x9735c245 usb_match_one_id +EXPORT_SYMBOL_GPL vmlinux 0x973d8b5f blk_crypto_update_capabilities +EXPORT_SYMBOL_GPL vmlinux 0x975519c1 asymmetric_key_id_same +EXPORT_SYMBOL_GPL vmlinux 0x975ffd64 mbox_client_peek_data +EXPORT_SYMBOL_GPL vmlinux 0x9769181e netdev_rx_handler_unregister +EXPORT_SYMBOL_GPL vmlinux 0x97709ccc platform_get_irq +EXPORT_SYMBOL_GPL vmlinux 0x977be5c7 klist_iter_init_node +EXPORT_SYMBOL_GPL vmlinux 0x97809955 rtc_initialize_alarm +EXPORT_SYMBOL_GPL vmlinux 0x979bb638 pci_hp_add +EXPORT_SYMBOL_GPL vmlinux 0x97a096bf __tracepoint_block_bio_remap +EXPORT_SYMBOL_GPL vmlinux 0x97a7bb3e seg6_do_srh_inline +EXPORT_SYMBOL_GPL vmlinux 0x97b10b92 crypto_alloc_ahash +EXPORT_SYMBOL_GPL vmlinux 0x97b4b4a8 sysfs_update_group +EXPORT_SYMBOL_GPL vmlinux 0x97bfc750 pci_generic_config_write32 +EXPORT_SYMBOL_GPL vmlinux 0x97c1dd43 rtnl_get_net_ns_capable +EXPORT_SYMBOL_GPL vmlinux 0x97c7bea2 netdev_set_default_ethtool_ops +EXPORT_SYMBOL_GPL vmlinux 0x97d6e55e dev_pm_set_dedicated_wake_irq_reverse +EXPORT_SYMBOL_GPL vmlinux 0x97db4c19 dma_get_any_slave_channel +EXPORT_SYMBOL_GPL vmlinux 0x97de2b83 debug_locks_silent +EXPORT_SYMBOL_GPL vmlinux 0x97dfafa3 clk_hw_get_name +EXPORT_SYMBOL_GPL vmlinux 0x97e19906 ZSTD_getErrorCode +EXPORT_SYMBOL_GPL vmlinux 0x97ea2ef6 usb_alloc_dev +EXPORT_SYMBOL_GPL vmlinux 0x97fbe2df gov_attr_set_put +EXPORT_SYMBOL_GPL vmlinux 0x97fcc0a5 phy_pm_runtime_forbid +EXPORT_SYMBOL_GPL vmlinux 0x980168b6 mmu_interval_notifier_remove +EXPORT_SYMBOL_GPL vmlinux 0x98309232 serdev_device_close +EXPORT_SYMBOL_GPL vmlinux 0x9833bc0c hvc_kick +EXPORT_SYMBOL_GPL vmlinux 0x98378a1d cc_mkdec +EXPORT_SYMBOL_GPL vmlinux 0x9843f501 __cookie_v4_check +EXPORT_SYMBOL_GPL vmlinux 0x984c73a9 bpf_trace_run3 +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 0x9879932b crypto_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x98803d68 vcap_free_rule +EXPORT_SYMBOL_GPL vmlinux 0x9884c406 blk_mq_freeze_queue +EXPORT_SYMBOL_GPL vmlinux 0x98880c02 fuse_conn_init +EXPORT_SYMBOL_GPL vmlinux 0x988a1a00 sn_region_size +EXPORT_SYMBOL_GPL vmlinux 0x989074ff kmsg_dump_reason_str +EXPORT_SYMBOL_GPL vmlinux 0x989b15dc get_net_ns_by_pid +EXPORT_SYMBOL_GPL vmlinux 0x989cf4c5 spi_write_then_read +EXPORT_SYMBOL_GPL vmlinux 0x98a8f2f1 __tracepoint_devlink_hwerr +EXPORT_SYMBOL_GPL vmlinux 0x98e2014e pcie_bus_configure_settings +EXPORT_SYMBOL_GPL vmlinux 0x98e5df26 pci_dev_lock +EXPORT_SYMBOL_GPL vmlinux 0x98e61828 irq_domain_create_hierarchy +EXPORT_SYMBOL_GPL vmlinux 0x98ee62b2 ring_buffer_record_disable_cpu +EXPORT_SYMBOL_GPL vmlinux 0x98f0a229 kernfs_put +EXPORT_SYMBOL_GPL vmlinux 0x98f4d306 hyperv_flush_guest_mapping +EXPORT_SYMBOL_GPL vmlinux 0x98f757c2 serial8250_em485_stop_tx +EXPORT_SYMBOL_GPL vmlinux 0x992b6f48 irq_domain_push_irq +EXPORT_SYMBOL_GPL vmlinux 0x9930f8a3 uv_bios_change_memprotect +EXPORT_SYMBOL_GPL vmlinux 0x993d419a gpiochip_line_is_open_source +EXPORT_SYMBOL_GPL vmlinux 0x99430ba2 acpi_get_phys_id +EXPORT_SYMBOL_GPL vmlinux 0x9953f55b of_icc_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0x995d1071 prof_on +EXPORT_SYMBOL_GPL vmlinux 0x996501c5 auxiliary_driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0x9968aacb __audit_log_nfcfg +EXPORT_SYMBOL_GPL vmlinux 0x997b131f vfs_setxattr +EXPORT_SYMBOL_GPL vmlinux 0x997c550a preempt_model_none +EXPORT_SYMBOL_GPL vmlinux 0x997ff404 dw_pcie_ep_init_complete +EXPORT_SYMBOL_GPL vmlinux 0x99854fe8 regulator_bulk_force_disable +EXPORT_SYMBOL_GPL vmlinux 0x998d79d6 x509_decode_time +EXPORT_SYMBOL_GPL vmlinux 0x99a03078 dax_holder_notify_failure +EXPORT_SYMBOL_GPL vmlinux 0x99a16a99 pci_enable_pcie_error_reporting +EXPORT_SYMBOL_GPL vmlinux 0x99b1b8a6 vchan_tx_submit +EXPORT_SYMBOL_GPL vmlinux 0x99bcd4ce clk_hw_get_rate_range +EXPORT_SYMBOL_GPL vmlinux 0x99c4733e fixup_user_fault +EXPORT_SYMBOL_GPL vmlinux 0x99c8c14c sock_diag_register +EXPORT_SYMBOL_GPL vmlinux 0x99d91107 regulator_get_voltage_rdev +EXPORT_SYMBOL_GPL vmlinux 0x99d9cc0b xfrm_state_afinfo_get_rcu +EXPORT_SYMBOL_GPL vmlinux 0x99f018c4 nvmem_cell_read +EXPORT_SYMBOL_GPL vmlinux 0x99f2d00a sysfs_emit_at +EXPORT_SYMBOL_GPL vmlinux 0x99f64dc5 tcp_get_info +EXPORT_SYMBOL_GPL vmlinux 0x9a11a0fc crypto_attr_alg_name +EXPORT_SYMBOL_GPL vmlinux 0x9a23ea6b alarm_expires_remaining +EXPORT_SYMBOL_GPL vmlinux 0x9a26f547 usb_control_msg_recv +EXPORT_SYMBOL_GPL vmlinux 0x9a2851ef __SCT__tp_func_ata_bmdma_setup +EXPORT_SYMBOL_GPL vmlinux 0x9a367a28 irq_get_domain_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0x9a3bbad0 pci_free_p2pmem +EXPORT_SYMBOL_GPL vmlinux 0x9a4b432a ip_route_output_flow +EXPORT_SYMBOL_GPL vmlinux 0x9a4d5db6 get_net_ns_by_id +EXPORT_SYMBOL_GPL vmlinux 0x9a58dd2d trace_print_bitmask_seq +EXPORT_SYMBOL_GPL vmlinux 0x9a5a03de vcap_chain_id_to_lookup +EXPORT_SYMBOL_GPL vmlinux 0x9a5dce5c rhashtable_walk_start_check +EXPORT_SYMBOL_GPL vmlinux 0x9a743cbf rio_unregister_scan +EXPORT_SYMBOL_GPL vmlinux 0x9a7c3253 power_supply_get_battery_info +EXPORT_SYMBOL_GPL vmlinux 0x9a88f38e ip6_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0x9a963ee6 blk_queue_can_use_dma_map_merging +EXPORT_SYMBOL_GPL vmlinux 0x9aa3baf2 devres_close_group +EXPORT_SYMBOL_GPL vmlinux 0x9aa3be45 cleanup_srcu_struct +EXPORT_SYMBOL_GPL vmlinux 0x9aa4cd85 fwnode_handle_get +EXPORT_SYMBOL_GPL vmlinux 0x9aa71c2a efi_query_variable_store +EXPORT_SYMBOL_GPL vmlinux 0x9aaac699 dev_pm_opp_cpumask_remove_table +EXPORT_SYMBOL_GPL vmlinux 0x9aaeeeee get_user_pages_fast +EXPORT_SYMBOL_GPL vmlinux 0x9abd92ea __traceiter_remove_device_from_group +EXPORT_SYMBOL_GPL vmlinux 0x9ac11b74 suspend_set_ops +EXPORT_SYMBOL_GPL vmlinux 0x9acf31c6 mas_find +EXPORT_SYMBOL_GPL vmlinux 0x9acf5fbb vcap_add_rule +EXPORT_SYMBOL_GPL vmlinux 0x9ad55b99 clk_hw_unregister_fixed_factor +EXPORT_SYMBOL_GPL vmlinux 0x9ae8026b phy_set_mode_ext +EXPORT_SYMBOL_GPL vmlinux 0x9aeacb87 ring_buffer_iter_empty +EXPORT_SYMBOL_GPL vmlinux 0x9af49514 icc_bulk_set_bw +EXPORT_SYMBOL_GPL vmlinux 0x9af5404d crypto_alg_mod_lookup +EXPORT_SYMBOL_GPL vmlinux 0x9afcc5ba dev_pm_opp_get_suspend_opp_freq +EXPORT_SYMBOL_GPL vmlinux 0x9b364459 sk_msg_recvmsg +EXPORT_SYMBOL_GPL vmlinux 0x9b485d06 tpm_try_get_ops +EXPORT_SYMBOL_GPL vmlinux 0x9b555c8c pm_suspend_default_s2idle +EXPORT_SYMBOL_GPL vmlinux 0x9b638f0a __rtnl_link_unregister +EXPORT_SYMBOL_GPL vmlinux 0x9b651e51 xenbus_teardown_ring +EXPORT_SYMBOL_GPL vmlinux 0x9b698c42 ioasid_set_data +EXPORT_SYMBOL_GPL vmlinux 0x9b6d366b ima_file_check +EXPORT_SYMBOL_GPL vmlinux 0x9b6ec967 ring_buffer_size +EXPORT_SYMBOL_GPL vmlinux 0x9b768201 modify_ftrace_direct_multi +EXPORT_SYMBOL_GPL vmlinux 0x9b7f82b4 usb_hcd_giveback_urb +EXPORT_SYMBOL_GPL vmlinux 0x9b888285 __tracepoint_ata_bmdma_setup +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 0x9ba0b128 devl_trap_groups_unregister +EXPORT_SYMBOL_GPL vmlinux 0x9ba2bb2b gpio_request_array +EXPORT_SYMBOL_GPL vmlinux 0x9ba4d199 sync_page_io +EXPORT_SYMBOL_GPL vmlinux 0x9baa911f nfs42_ssc_unregister +EXPORT_SYMBOL_GPL vmlinux 0x9bad141d hv_hypercall_pg +EXPORT_SYMBOL_GPL vmlinux 0x9bb2f2c8 sdio_signal_irq +EXPORT_SYMBOL_GPL vmlinux 0x9bbdedc8 wm8350_reg_unlock +EXPORT_SYMBOL_GPL vmlinux 0x9bc00c5c sk_msg_trim +EXPORT_SYMBOL_GPL vmlinux 0x9bd063dc regulator_enable +EXPORT_SYMBOL_GPL vmlinux 0x9bdf9714 ZSTD_customMalloc +EXPORT_SYMBOL_GPL vmlinux 0x9be30d27 mhp_get_pluggable_range +EXPORT_SYMBOL_GPL vmlinux 0x9beaeebe iov_iter_get_pages +EXPORT_SYMBOL_GPL vmlinux 0x9bebd9c7 pci_cfg_access_lock +EXPORT_SYMBOL_GPL vmlinux 0x9bece81b mpi_cmp_ui +EXPORT_SYMBOL_GPL vmlinux 0x9bf30457 gen_pool_get +EXPORT_SYMBOL_GPL vmlinux 0x9c01a9e5 pskb_put +EXPORT_SYMBOL_GPL vmlinux 0x9c082389 usb_cache_string +EXPORT_SYMBOL_GPL vmlinux 0x9c17e1b8 sysfs_create_link +EXPORT_SYMBOL_GPL vmlinux 0x9c249d1a crypto_stats_ahash_final +EXPORT_SYMBOL_GPL vmlinux 0x9c2ddacb mctrl_gpio_init +EXPORT_SYMBOL_GPL vmlinux 0x9c341fd6 list_lru_count_one +EXPORT_SYMBOL_GPL vmlinux 0x9c4cbbd6 thermal_of_cooling_device_register +EXPORT_SYMBOL_GPL vmlinux 0x9c51e11d sysfs_merge_group +EXPORT_SYMBOL_GPL vmlinux 0x9c56cfbe pci_test_config_bits +EXPORT_SYMBOL_GPL vmlinux 0x9c5b0a34 dev_pm_opp_put_opp_table +EXPORT_SYMBOL_GPL vmlinux 0x9c698277 crypto_unregister_scomps +EXPORT_SYMBOL_GPL vmlinux 0x9c6eec02 vp_modern_set_queue_size +EXPORT_SYMBOL_GPL vmlinux 0x9c6febfc add_uevent_var +EXPORT_SYMBOL_GPL vmlinux 0x9c803020 usb_phy_roothub_power_on +EXPORT_SYMBOL_GPL vmlinux 0x9c907b92 subsys_interface_unregister +EXPORT_SYMBOL_GPL vmlinux 0x9c964c80 free_uid +EXPORT_SYMBOL_GPL vmlinux 0x9ca6e11f cper_mem_err_location +EXPORT_SYMBOL_GPL vmlinux 0x9cafce05 tty_wakeup +EXPORT_SYMBOL_GPL vmlinux 0x9cbf16a6 edac_device_handle_ue_count +EXPORT_SYMBOL_GPL vmlinux 0x9cc4f70a register_pm_notifier +EXPORT_SYMBOL_GPL vmlinux 0x9cd439af bio_trim +EXPORT_SYMBOL_GPL vmlinux 0x9cd7551a rhashtable_walk_stop +EXPORT_SYMBOL_GPL vmlinux 0x9cd88b66 pci_find_ht_capability +EXPORT_SYMBOL_GPL vmlinux 0x9cdd6a66 sysctl_long_vals +EXPORT_SYMBOL_GPL vmlinux 0x9cdf603a devm_regmap_field_bulk_alloc +EXPORT_SYMBOL_GPL vmlinux 0x9ce05629 devl_traps_unregister +EXPORT_SYMBOL_GPL vmlinux 0x9ce4f9bb mmc_cmdq_enable +EXPORT_SYMBOL_GPL vmlinux 0x9cedbd23 bpf_trace_run8 +EXPORT_SYMBOL_GPL vmlinux 0x9ceeff2f usb_find_alt_setting +EXPORT_SYMBOL_GPL vmlinux 0x9cf37c44 __iowrite32_copy +EXPORT_SYMBOL_GPL vmlinux 0x9d018524 extcon_set_state +EXPORT_SYMBOL_GPL vmlinux 0x9d071ada ata_pci_bmdma_clear_simplex +EXPORT_SYMBOL_GPL vmlinux 0x9d09e8ae ring_buffer_event_data +EXPORT_SYMBOL_GPL vmlinux 0x9d14205c cr4_read_shadow +EXPORT_SYMBOL_GPL vmlinux 0x9d164d54 mmc_send_tuning +EXPORT_SYMBOL_GPL vmlinux 0x9d1fda7d dev_coredumpsg +EXPORT_SYMBOL_GPL vmlinux 0x9d32b41d handle_untracked_irq +EXPORT_SYMBOL_GPL vmlinux 0x9d366f99 page_reporting_register +EXPORT_SYMBOL_GPL vmlinux 0x9d3faa71 dax_region_put +EXPORT_SYMBOL_GPL vmlinux 0x9d4894c8 x2apic_mode +EXPORT_SYMBOL_GPL vmlinux 0x9d4bf379 tcp_bpf_sendmsg_redir +EXPORT_SYMBOL_GPL vmlinux 0x9d51dc24 get_user_pages_fast_only +EXPORT_SYMBOL_GPL vmlinux 0x9d72d167 dst_cache_set_ip6 +EXPORT_SYMBOL_GPL vmlinux 0x9d74eeb3 xenbus_match +EXPORT_SYMBOL_GPL vmlinux 0x9d8bb00e set_dax_nocache +EXPORT_SYMBOL_GPL vmlinux 0x9d9910a1 atomic_notifier_chain_register_unique_prio +EXPORT_SYMBOL_GPL vmlinux 0x9db5e505 vfs_setlease +EXPORT_SYMBOL_GPL vmlinux 0x9de92395 crypto_register_skcipher +EXPORT_SYMBOL_GPL vmlinux 0x9deba8f2 __tracepoint_sched_cpu_capacity_tp +EXPORT_SYMBOL_GPL vmlinux 0x9df1b3c7 thermal_remove_hwmon_sysfs +EXPORT_SYMBOL_GPL vmlinux 0x9df70dd4 perf_tp_event +EXPORT_SYMBOL_GPL vmlinux 0x9e005e6f cppc_get_perf_caps +EXPORT_SYMBOL_GPL vmlinux 0x9e08e99c genphy_c45_read_mdix +EXPORT_SYMBOL_GPL vmlinux 0x9e1d7bec __regmap_init_i2c +EXPORT_SYMBOL_GPL vmlinux 0x9e229c49 sg_alloc_table_chained +EXPORT_SYMBOL_GPL vmlinux 0x9e2e0482 driver_find_device +EXPORT_SYMBOL_GPL vmlinux 0x9e3185b6 acomp_request_alloc +EXPORT_SYMBOL_GPL vmlinux 0x9e3255a0 acpi_dev_clear_dependencies +EXPORT_SYMBOL_GPL vmlinux 0x9e33d441 crypto_mod_put +EXPORT_SYMBOL_GPL vmlinux 0x9e472f5f snmp_fold_field +EXPORT_SYMBOL_GPL vmlinux 0x9e48a2ae blkg_prfill_rwstat +EXPORT_SYMBOL_GPL vmlinux 0x9e6006a0 i2c_acpi_find_adapter_by_handle +EXPORT_SYMBOL_GPL vmlinux 0x9e75dfc4 tcp_rate_check_app_limited +EXPORT_SYMBOL_GPL vmlinux 0x9e95cc46 tpm2_probe +EXPORT_SYMBOL_GPL vmlinux 0x9e9c4f24 set_dax_nomc +EXPORT_SYMBOL_GPL vmlinux 0x9e9ff8b9 fb_deferred_io_mmap +EXPORT_SYMBOL_GPL vmlinux 0x9ed554b3 unregister_keyboard_notifier +EXPORT_SYMBOL_GPL vmlinux 0x9ee04608 spi_mem_dirmap_write +EXPORT_SYMBOL_GPL vmlinux 0x9eebdde7 mpi_point_new +EXPORT_SYMBOL_GPL vmlinux 0x9eef9750 spi_controller_dma_unmap_mem_op_data +EXPORT_SYMBOL_GPL vmlinux 0x9ef97dce switchdev_handle_port_obj_del +EXPORT_SYMBOL_GPL vmlinux 0x9efa3e6a crypto_ahash_final +EXPORT_SYMBOL_GPL vmlinux 0x9f08c714 scatterwalk_copychunks +EXPORT_SYMBOL_GPL vmlinux 0x9f16096a crypto_grab_aead +EXPORT_SYMBOL_GPL vmlinux 0x9f276eb6 acpi_find_child_device +EXPORT_SYMBOL_GPL vmlinux 0x9f41451a mnt_want_write_file +EXPORT_SYMBOL_GPL vmlinux 0x9f451053 switchdev_handle_port_obj_add_foreign +EXPORT_SYMBOL_GPL vmlinux 0x9f491dbc clean_acked_data_enable +EXPORT_SYMBOL_GPL vmlinux 0x9f5c6dc2 __cookie_v6_check +EXPORT_SYMBOL_GPL vmlinux 0x9f652346 __usb_create_hcd +EXPORT_SYMBOL_GPL vmlinux 0x9f7356ed ipv6_icmp_error +EXPORT_SYMBOL_GPL vmlinux 0x9f841437 metadata_dst_alloc +EXPORT_SYMBOL_GPL vmlinux 0x9f93b026 fat_fill_super +EXPORT_SYMBOL_GPL vmlinux 0x9f9de5f7 fscrypt_ioctl_get_key_status +EXPORT_SYMBOL_GPL vmlinux 0x9fa10ea5 pci_msi_mask_irq +EXPORT_SYMBOL_GPL vmlinux 0x9fa2fab8 dev_fill_metadata_dst +EXPORT_SYMBOL_GPL vmlinux 0x9fa4564a timer_shutdown +EXPORT_SYMBOL_GPL vmlinux 0x9fb4446b dma_request_chan +EXPORT_SYMBOL_GPL vmlinux 0x9fb542e4 nexthop_select_path +EXPORT_SYMBOL_GPL vmlinux 0x9fbfebab erst_write +EXPORT_SYMBOL_GPL vmlinux 0x9fce80db fb_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x9fd39004 irq_chip_request_resources_parent +EXPORT_SYMBOL_GPL vmlinux 0x9fdf65bd cpuidle_unregister +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 0x9ffd5cd5 rtc_set_time +EXPORT_SYMBOL_GPL vmlinux 0xa00cb230 dev_coredumpm +EXPORT_SYMBOL_GPL vmlinux 0xa01a8d9b nd_cmd_bus_desc +EXPORT_SYMBOL_GPL vmlinux 0xa01c7d78 of_reset_control_array_get +EXPORT_SYMBOL_GPL vmlinux 0xa0258d88 pm_genpd_add_subdomain +EXPORT_SYMBOL_GPL vmlinux 0xa02eb347 regmap_bulk_write +EXPORT_SYMBOL_GPL vmlinux 0xa02fb5b8 gnttab_page_cache_init +EXPORT_SYMBOL_GPL vmlinux 0xa0415d9e generic_access_phys +EXPORT_SYMBOL_GPL vmlinux 0xa041a619 nf_conn_btf_access_lock +EXPORT_SYMBOL_GPL vmlinux 0xa04f945a cpus_read_lock +EXPORT_SYMBOL_GPL vmlinux 0xa06731ed fwnode_connection_find_matches +EXPORT_SYMBOL_GPL vmlinux 0xa06dc4e1 sata_link_hardreset +EXPORT_SYMBOL_GPL vmlinux 0xa079801f fuse_file_poll +EXPORT_SYMBOL_GPL vmlinux 0xa080c5e5 smp_call_function_single_async +EXPORT_SYMBOL_GPL vmlinux 0xa09c5f0d regmap_irq_set_type_config_simple +EXPORT_SYMBOL_GPL vmlinux 0xa0a4be8b regcache_sync +EXPORT_SYMBOL_GPL vmlinux 0xa0adce16 gnttab_unmap_refs_sync +EXPORT_SYMBOL_GPL vmlinux 0xa0b07b39 pci_epc_map_msi_irq +EXPORT_SYMBOL_GPL vmlinux 0xa0bc01d8 crypto_spawn_tfm2 +EXPORT_SYMBOL_GPL vmlinux 0xa0c0f1d7 __SCT__tp_func_neigh_timer_handler +EXPORT_SYMBOL_GPL vmlinux 0xa0c17ea0 devm_of_led_get +EXPORT_SYMBOL_GPL vmlinux 0xa0d3456d nr_swap_pages +EXPORT_SYMBOL_GPL vmlinux 0xa0d6302e devm_usb_get_phy_by_node +EXPORT_SYMBOL_GPL vmlinux 0xa0d81b76 __SCT__tp_func_devlink_hwmsg +EXPORT_SYMBOL_GPL vmlinux 0xa0de7d6e vcap_rule_add_key_u32 +EXPORT_SYMBOL_GPL vmlinux 0xa0e671d8 __SCT__tp_func_sched_update_nr_running_tp +EXPORT_SYMBOL_GPL vmlinux 0xa0ecfe3d mddev_unlock +EXPORT_SYMBOL_GPL vmlinux 0xa10845d2 __kernel_write +EXPORT_SYMBOL_GPL vmlinux 0xa108d384 crypto_stats_akcipher_decrypt +EXPORT_SYMBOL_GPL vmlinux 0xa11216be xen_store_domain_type +EXPORT_SYMBOL_GPL vmlinux 0xa1183b10 ftrace_set_notrace +EXPORT_SYMBOL_GPL vmlinux 0xa12939d4 inet6_hash +EXPORT_SYMBOL_GPL vmlinux 0xa131246a crypto_stats_aead_encrypt +EXPORT_SYMBOL_GPL vmlinux 0xa147309b phy_10gbit_full_features +EXPORT_SYMBOL_GPL vmlinux 0xa156a1f2 erst_get_record_id_end +EXPORT_SYMBOL_GPL vmlinux 0xa15d8e41 tty_port_link_device +EXPORT_SYMBOL_GPL vmlinux 0xa1689984 pci_iov_vf_id +EXPORT_SYMBOL_GPL vmlinux 0xa16aed97 pinctrl_lookup_state +EXPORT_SYMBOL_GPL vmlinux 0xa17104c3 ata_pci_sff_init_host +EXPORT_SYMBOL_GPL vmlinux 0xa18139f2 ata_sff_qc_fill_rtf +EXPORT_SYMBOL_GPL vmlinux 0xa186c340 vcap_set_tc_exterr +EXPORT_SYMBOL_GPL vmlinux 0xa18c74a0 rio_add_mport_pw_handler +EXPORT_SYMBOL_GPL vmlinux 0xa192e1d0 register_acpi_bus_type +EXPORT_SYMBOL_GPL vmlinux 0xa19302d9 device_match_of_node +EXPORT_SYMBOL_GPL vmlinux 0xa1994c48 blk_trace_startstop +EXPORT_SYMBOL_GPL vmlinux 0xa19d114a nf_hook_entries_insert_raw +EXPORT_SYMBOL_GPL vmlinux 0xa19d185d __skb_get_hash_symmetric +EXPORT_SYMBOL_GPL vmlinux 0xa1a6853f usb_get_from_anchor +EXPORT_SYMBOL_GPL vmlinux 0xa1a6b2f7 driver_for_each_device +EXPORT_SYMBOL_GPL vmlinux 0xa1c3f8a8 __SCT__tp_func_ata_bmdma_start +EXPORT_SYMBOL_GPL vmlinux 0xa1cc7253 genphy_c45_config_aneg +EXPORT_SYMBOL_GPL vmlinux 0xa1d8004a videomode_from_timing +EXPORT_SYMBOL_GPL vmlinux 0xa2068125 spi_mem_exec_op +EXPORT_SYMBOL_GPL vmlinux 0xa20d01ba __trace_bprintk +EXPORT_SYMBOL_GPL vmlinux 0xa20fb51e gnttab_end_foreign_access +EXPORT_SYMBOL_GPL vmlinux 0xa21b6bc3 ata_bmdma_irq_clear +EXPORT_SYMBOL_GPL vmlinux 0xa21f2ce7 clk_mux_index_to_val +EXPORT_SYMBOL_GPL vmlinux 0xa260b014 usb_alloc_streams +EXPORT_SYMBOL_GPL vmlinux 0xa26d9b4f workqueue_congested +EXPORT_SYMBOL_GPL vmlinux 0xa270f760 efivars_register +EXPORT_SYMBOL_GPL vmlinux 0xa27612df trace_put_event_file +EXPORT_SYMBOL_GPL vmlinux 0xa2af54b3 irq_from_evtchn +EXPORT_SYMBOL_GPL vmlinux 0xa2b1cf62 acpi_dma_controller_register +EXPORT_SYMBOL_GPL vmlinux 0xa2b8b46d clk_hw_register_fixed_factor +EXPORT_SYMBOL_GPL vmlinux 0xa2b99209 alarm_start +EXPORT_SYMBOL_GPL vmlinux 0xa2be1033 unregister_virtio_device +EXPORT_SYMBOL_GPL vmlinux 0xa2c0f59a ct_idle_enter +EXPORT_SYMBOL_GPL vmlinux 0xa2d0b59d mmio_stale_data_clear +EXPORT_SYMBOL_GPL vmlinux 0xa2d1327b fuse_dev_alloc_install +EXPORT_SYMBOL_GPL vmlinux 0xa2d55a38 devm_led_trigger_register +EXPORT_SYMBOL_GPL vmlinux 0xa2d7308e cpuidle_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0xa2e1b3ef trace_printk_init_buffers +EXPORT_SYMBOL_GPL vmlinux 0xa2ecdea4 __rio_local_write_config_32 +EXPORT_SYMBOL_GPL vmlinux 0xa2ef5b9f genphy_c45_restart_aneg +EXPORT_SYMBOL_GPL vmlinux 0xa2f7487f hv_is_hibernation_supported +EXPORT_SYMBOL_GPL vmlinux 0xa2fda4e7 device_pm_wait_for_dev +EXPORT_SYMBOL_GPL vmlinux 0xa30d60d0 __pm_runtime_disable +EXPORT_SYMBOL_GPL vmlinux 0xa3275d1f xdp_rxq_info_reg_mem_model +EXPORT_SYMBOL_GPL vmlinux 0xa32f465e pm_wakeup_dev_event +EXPORT_SYMBOL_GPL vmlinux 0xa3330c7d debugfs_create_file +EXPORT_SYMBOL_GPL vmlinux 0xa33fd46f hv_map_memory +EXPORT_SYMBOL_GPL vmlinux 0xa34112bd serdev_device_set_parity +EXPORT_SYMBOL_GPL vmlinux 0xa34c182e devfreq_event_reset_event +EXPORT_SYMBOL_GPL vmlinux 0xa35d636c xhci_check_bandwidth +EXPORT_SYMBOL_GPL vmlinux 0xa368a490 device_store_ulong +EXPORT_SYMBOL_GPL vmlinux 0xa36d1b0b __traceiter_neigh_timer_handler +EXPORT_SYMBOL_GPL vmlinux 0xa36f50fb is_binary_blacklisted +EXPORT_SYMBOL_GPL vmlinux 0xa372ae7a __srcu_read_unlock +EXPORT_SYMBOL_GPL vmlinux 0xa373c57f pci_msix_can_alloc_dyn +EXPORT_SYMBOL_GPL vmlinux 0xa376d70c xfrm_dev_state_add +EXPORT_SYMBOL_GPL vmlinux 0xa38574a8 perf_pmu_unregister +EXPORT_SYMBOL_GPL vmlinux 0xa38602cd drain_workqueue +EXPORT_SYMBOL_GPL vmlinux 0xa38a9f71 get_itimerspec64 +EXPORT_SYMBOL_GPL vmlinux 0xa3939065 put_device +EXPORT_SYMBOL_GPL vmlinux 0xa3a04602 btree_geo64 +EXPORT_SYMBOL_GPL vmlinux 0xa3ae9b86 __SCK__tp_func_sched_util_est_cfs_tp +EXPORT_SYMBOL_GPL vmlinux 0xa3b958ce reset_hung_task_detector +EXPORT_SYMBOL_GPL vmlinux 0xa3c5fdbe rio_release_outb_dbell +EXPORT_SYMBOL_GPL vmlinux 0xa3c6fa58 sysfs_remove_file_self +EXPORT_SYMBOL_GPL vmlinux 0xa3d49f26 pci_set_pcie_reset_state +EXPORT_SYMBOL_GPL vmlinux 0xa3d4e51f acpi_dev_get_dma_resources +EXPORT_SYMBOL_GPL vmlinux 0xa3e6dac2 ata_host_detach +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 0xa410a295 devlink_region_destroy +EXPORT_SYMBOL_GPL vmlinux 0xa43465de thermal_zone_get_slope +EXPORT_SYMBOL_GPL vmlinux 0xa44a1307 interval_tree_iter_first +EXPORT_SYMBOL_GPL vmlinux 0xa452c297 hpet_mask_rtc_irq_bit +EXPORT_SYMBOL_GPL vmlinux 0xa452f2a4 xen_pirq_from_irq +EXPORT_SYMBOL_GPL vmlinux 0xa45c7b90 stack_trace_print +EXPORT_SYMBOL_GPL vmlinux 0xa462d5a6 __SCT__tp_func_sched_overutilized_tp +EXPORT_SYMBOL_GPL vmlinux 0xa4800a89 devm_free_pages +EXPORT_SYMBOL_GPL vmlinux 0xa48196c8 kdb_poll_idx +EXPORT_SYMBOL_GPL vmlinux 0xa493d8bf vfs_test_lock +EXPORT_SYMBOL_GPL vmlinux 0xa496050d edac_device_handle_ce_count +EXPORT_SYMBOL_GPL vmlinux 0xa49ae282 xen_pci_frontend +EXPORT_SYMBOL_GPL vmlinux 0xa4ab7c1c ring_buffer_overruns +EXPORT_SYMBOL_GPL vmlinux 0xa4b07fe7 ring_buffer_change_overwrite +EXPORT_SYMBOL_GPL vmlinux 0xa4b0bf1d simple_attr_write_signed +EXPORT_SYMBOL_GPL vmlinux 0xa4bab5ee vcap_addr_keysets +EXPORT_SYMBOL_GPL vmlinux 0xa4c00324 asn1_encode_octet_string +EXPORT_SYMBOL_GPL vmlinux 0xa4c03fd0 phy_pm_runtime_put +EXPORT_SYMBOL_GPL vmlinux 0xa4c085f8 ata_tf_from_fis +EXPORT_SYMBOL_GPL vmlinux 0xa4d01918 handle_mm_fault +EXPORT_SYMBOL_GPL vmlinux 0xa4dfb54f blk_mq_free_request +EXPORT_SYMBOL_GPL vmlinux 0xa4ee850a xenbus_dev_cancel +EXPORT_SYMBOL_GPL vmlinux 0xa4f0f067 i2c_probe_func_quick_read +EXPORT_SYMBOL_GPL vmlinux 0xa4f93f9c firmware_request_platform +EXPORT_SYMBOL_GPL vmlinux 0xa531471e clk_save_context +EXPORT_SYMBOL_GPL vmlinux 0xa531dacd regulator_unregister_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0xa54a2cba devlink_linecard_provision_clear +EXPORT_SYMBOL_GPL vmlinux 0xa55d7c51 pinctrl_get_group_pins +EXPORT_SYMBOL_GPL vmlinux 0xa5606e2b devm_namespace_enable +EXPORT_SYMBOL_GPL vmlinux 0xa5620271 __tracepoint_pelt_irq_tp +EXPORT_SYMBOL_GPL vmlinux 0xa5650ec4 usb_autopm_put_interface +EXPORT_SYMBOL_GPL vmlinux 0xa56e1a52 sg_free_table_chained +EXPORT_SYMBOL_GPL vmlinux 0xa573afe0 blk_trace_setup +EXPORT_SYMBOL_GPL vmlinux 0xa57a3a89 mas_empty_area_rev +EXPORT_SYMBOL_GPL vmlinux 0xa58b5659 iomap_seek_hole +EXPORT_SYMBOL_GPL vmlinux 0xa58e2011 hwpoison_filter +EXPORT_SYMBOL_GPL vmlinux 0xa59e99f0 extcon_get_edev_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0xa5a0aa11 pci_epc_clear_bar +EXPORT_SYMBOL_GPL vmlinux 0xa5bca239 cpufreq_driver_resolve_freq +EXPORT_SYMBOL_GPL vmlinux 0xa5bda8a1 efi_capsule_supported +EXPORT_SYMBOL_GPL vmlinux 0xa5beae6b devm_devfreq_event_add_edev +EXPORT_SYMBOL_GPL vmlinux 0xa5bf0b58 irqchip_fwnode_ops +EXPORT_SYMBOL_GPL vmlinux 0xa5c00ae7 ata_wait_after_reset +EXPORT_SYMBOL_GPL vmlinux 0xa5d1f4b8 stack_depot_snprint +EXPORT_SYMBOL_GPL vmlinux 0xa5d7c388 pstore_type_to_name +EXPORT_SYMBOL_GPL vmlinux 0xa5efbf4c async_synchronize_full +EXPORT_SYMBOL_GPL vmlinux 0xa5fdb53a device_match_name +EXPORT_SYMBOL_GPL vmlinux 0xa604fada alloc_skb_for_msg +EXPORT_SYMBOL_GPL vmlinux 0xa6062e98 acpi_gpiochip_free_interrupts +EXPORT_SYMBOL_GPL vmlinux 0xa62062f5 pci_epf_add_vepf +EXPORT_SYMBOL_GPL vmlinux 0xa632c6e8 gpiod_get_raw_array_value +EXPORT_SYMBOL_GPL vmlinux 0xa6339614 lwtunnel_output +EXPORT_SYMBOL_GPL vmlinux 0xa63febc7 spi_add_device +EXPORT_SYMBOL_GPL vmlinux 0xa645c7ee pci_d3cold_disable +EXPORT_SYMBOL_GPL vmlinux 0xa647bc92 phy_optional_get +EXPORT_SYMBOL_GPL vmlinux 0xa64ad5b0 vcap_rule_add_key_u128 +EXPORT_SYMBOL_GPL vmlinux 0xa64f7239 bus_get_device_klist +EXPORT_SYMBOL_GPL vmlinux 0xa6622027 pinctrl_unregister +EXPORT_SYMBOL_GPL vmlinux 0xa668b646 spi_mem_dirmap_create +EXPORT_SYMBOL_GPL vmlinux 0xa6693a19 posix_acl_create +EXPORT_SYMBOL_GPL vmlinux 0xa66a5b7f pid_nr_ns +EXPORT_SYMBOL_GPL vmlinux 0xa67d59d7 usb_get_phy +EXPORT_SYMBOL_GPL vmlinux 0xa695bb31 regulator_suspend_enable +EXPORT_SYMBOL_GPL vmlinux 0xa69c5fb6 dm_table_device_name +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 0xa6b25146 spi_take_timestamp_post +EXPORT_SYMBOL_GPL vmlinux 0xa6cbafd2 dma_alloc_pages +EXPORT_SYMBOL_GPL vmlinux 0xa6cfff5e __pci_epf_register_driver +EXPORT_SYMBOL_GPL vmlinux 0xa6d01491 __tcp_send_ack +EXPORT_SYMBOL_GPL vmlinux 0xa6d6f6d2 sk_detach_filter +EXPORT_SYMBOL_GPL vmlinux 0xa6e1a69d kick_all_cpus_sync +EXPORT_SYMBOL_GPL vmlinux 0xa6ec3d83 led_compose_name +EXPORT_SYMBOL_GPL vmlinux 0xa6efbd02 serdev_device_write_buf +EXPORT_SYMBOL_GPL vmlinux 0xa6f8ee8f regmap_write +EXPORT_SYMBOL_GPL vmlinux 0xa708ca58 mas_store_prealloc +EXPORT_SYMBOL_GPL vmlinux 0xa709c835 fib6_info_destroy_rcu +EXPORT_SYMBOL_GPL vmlinux 0xa7127da7 mce_unregister_injector_chain +EXPORT_SYMBOL_GPL vmlinux 0xa716b6a0 __tracepoint_powernv_throttle +EXPORT_SYMBOL_GPL vmlinux 0xa7199341 usb_wakeup_enabled_descendants +EXPORT_SYMBOL_GPL vmlinux 0xa71b3b18 __traceiter_pelt_irq_tp +EXPORT_SYMBOL_GPL vmlinux 0xa7218eba irq_set_affinity +EXPORT_SYMBOL_GPL vmlinux 0xa721d044 i2c_adapter_type +EXPORT_SYMBOL_GPL vmlinux 0xa72b36d7 iommu_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0xa72f438b sdio_writel +EXPORT_SYMBOL_GPL vmlinux 0xa731f387 nl_table_lock +EXPORT_SYMBOL_GPL vmlinux 0xa7530c65 acpi_processor_get_performance_info +EXPORT_SYMBOL_GPL vmlinux 0xa770a8ee set_primary_fwnode +EXPORT_SYMBOL_GPL vmlinux 0xa7721b46 dw_pcie_setup_rc +EXPORT_SYMBOL_GPL vmlinux 0xa7866d3b __fsnotify_parent +EXPORT_SYMBOL_GPL vmlinux 0xa790f9c1 dma_async_device_channel_unregister +EXPORT_SYMBOL_GPL vmlinux 0xa7ad15ff pci_find_next_ext_capability +EXPORT_SYMBOL_GPL vmlinux 0xa7b17c60 nvmem_cell_read_u64 +EXPORT_SYMBOL_GPL vmlinux 0xa7b3fa16 dm_get_md +EXPORT_SYMBOL_GPL vmlinux 0xa7c04f4b cpuidle_get_cpu_driver +EXPORT_SYMBOL_GPL vmlinux 0xa7c1e1f6 pci_has_p2pmem +EXPORT_SYMBOL_GPL vmlinux 0xa7d3a7e4 fscrypt_ioctl_get_policy_ex +EXPORT_SYMBOL_GPL vmlinux 0xa7fd2fcb usb_role_switch_register +EXPORT_SYMBOL_GPL vmlinux 0xa8048833 __traceiter_sched_util_est_se_tp +EXPORT_SYMBOL_GPL vmlinux 0xa820ecde fuse_do_ioctl +EXPORT_SYMBOL_GPL vmlinux 0xa8240d6e bpf_redirect_info +EXPORT_SYMBOL_GPL vmlinux 0xa82b8bf7 mnt_idmap_owner +EXPORT_SYMBOL_GPL vmlinux 0xa832a9be iomap_is_partially_uptodate +EXPORT_SYMBOL_GPL vmlinux 0xa840910b trace_remove_event_call +EXPORT_SYMBOL_GPL vmlinux 0xa84f3e37 device_get_dma_attr +EXPORT_SYMBOL_GPL vmlinux 0xa851973a raw_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0xa85d0698 crypto_destroy_tfm +EXPORT_SYMBOL_GPL vmlinux 0xa860c438 __synth_event_gen_cmd_start +EXPORT_SYMBOL_GPL vmlinux 0xa87622a3 devm_clk_hw_register_fixed_factor_index +EXPORT_SYMBOL_GPL vmlinux 0xa8783bc4 iomap_file_buffered_write +EXPORT_SYMBOL_GPL vmlinux 0xa8815a42 devm_register_restart_handler +EXPORT_SYMBOL_GPL vmlinux 0xa8841cc6 mas_next +EXPORT_SYMBOL_GPL vmlinux 0xa89903a0 icc_node_del +EXPORT_SYMBOL_GPL vmlinux 0xa89926dc crypto_dh_decode_key +EXPORT_SYMBOL_GPL vmlinux 0xa89da54d class_dev_iter_exit +EXPORT_SYMBOL_GPL vmlinux 0xa8a6364c xas_get_mark +EXPORT_SYMBOL_GPL vmlinux 0xa8a8f97c nvdimm_region_notify +EXPORT_SYMBOL_GPL vmlinux 0xa8be3ba8 apic +EXPORT_SYMBOL_GPL vmlinux 0xa8c0a47c __scsi_init_queue +EXPORT_SYMBOL_GPL vmlinux 0xa8d20d36 class_dev_iter_init +EXPORT_SYMBOL_GPL vmlinux 0xa8d22c67 pci_epf_alloc_space +EXPORT_SYMBOL_GPL vmlinux 0xa8f6fba7 devm_fwnode_gpiod_get_index +EXPORT_SYMBOL_GPL vmlinux 0xa8f95332 put_pid +EXPORT_SYMBOL_GPL vmlinux 0xa9017069 clk_hw_unregister_divider +EXPORT_SYMBOL_GPL vmlinux 0xa9017c9b led_trigger_blink +EXPORT_SYMBOL_GPL vmlinux 0xa9126bff hpet_set_rtc_irq_bit +EXPORT_SYMBOL_GPL vmlinux 0xa9172e06 skcipher_walk_virt +EXPORT_SYMBOL_GPL vmlinux 0xa92ddb62 gnttab_free_pages +EXPORT_SYMBOL_GPL vmlinux 0xa9320d27 ktime_get_seconds +EXPORT_SYMBOL_GPL vmlinux 0xa93b681a gpiochip_is_requested +EXPORT_SYMBOL_GPL vmlinux 0xa9466733 bio_associate_blkg_from_css +EXPORT_SYMBOL_GPL vmlinux 0xa946a8b3 intel_pinctrl_probe_by_hid +EXPORT_SYMBOL_GPL vmlinux 0xa95026db blk_queue_required_elevator_features +EXPORT_SYMBOL_GPL vmlinux 0xa95b5c77 hwmon_sanitize_name +EXPORT_SYMBOL_GPL vmlinux 0xa96e8b4e hv_setup_vmbus_handler +EXPORT_SYMBOL_GPL vmlinux 0xa96effc8 md_start +EXPORT_SYMBOL_GPL vmlinux 0xa9712653 acpi_dma_request_slave_chan_by_name +EXPORT_SYMBOL_GPL vmlinux 0xa981c56f pci_epf_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0xa98722c4 xen_register_device_domain_owner +EXPORT_SYMBOL_GPL vmlinux 0xa99ef899 devlink_fmsg_bool_pair_put +EXPORT_SYMBOL_GPL vmlinux 0xa9b0c3d5 __strp_unpause +EXPORT_SYMBOL_GPL vmlinux 0xa9b6aca3 __irq_alloc_domain_generic_chips +EXPORT_SYMBOL_GPL vmlinux 0xa9b6e35c edac_device_alloc_ctl_info +EXPORT_SYMBOL_GPL vmlinux 0xa9b83681 irq_chip_ack_parent +EXPORT_SYMBOL_GPL vmlinux 0xa9bae2cb regulator_bulk_enable +EXPORT_SYMBOL_GPL vmlinux 0xa9c0a918 tty_port_tty_wakeup +EXPORT_SYMBOL_GPL vmlinux 0xa9c80f3b io_uring_cmd_import_fixed +EXPORT_SYMBOL_GPL vmlinux 0xa9c9495f icc_provider_add +EXPORT_SYMBOL_GPL vmlinux 0xa9d3ea43 nd_region_dev +EXPORT_SYMBOL_GPL vmlinux 0xa9d80f3d nvmem_cell_read_variable_le_u32 +EXPORT_SYMBOL_GPL vmlinux 0xa9d9ba7f crypto_comp_decompress +EXPORT_SYMBOL_GPL vmlinux 0xa9df5bef kthread_park +EXPORT_SYMBOL_GPL vmlinux 0xa9df65fc pinctrl_put +EXPORT_SYMBOL_GPL vmlinux 0xa9e52425 pci_epc_get_msi +EXPORT_SYMBOL_GPL vmlinux 0xa9e649f2 skcipher_walk_complete +EXPORT_SYMBOL_GPL vmlinux 0xa9e68d19 usb_mon_register +EXPORT_SYMBOL_GPL vmlinux 0xa9f002bc pci_iomap_wc +EXPORT_SYMBOL_GPL vmlinux 0xa9f8f78f component_master_del +EXPORT_SYMBOL_GPL vmlinux 0xaa0b18af xfrm_unregister_translator +EXPORT_SYMBOL_GPL vmlinux 0xaa111556 usb_unlocked_enable_lpm +EXPORT_SYMBOL_GPL vmlinux 0xaa127411 uart_insert_char +EXPORT_SYMBOL_GPL vmlinux 0xaa182785 ata_sas_port_init +EXPORT_SYMBOL_GPL vmlinux 0xaa20cb09 device_bind_driver +EXPORT_SYMBOL_GPL vmlinux 0xaa23c22d pci_destroy_slot +EXPORT_SYMBOL_GPL vmlinux 0xaa384fe5 irq_domain_associate +EXPORT_SYMBOL_GPL vmlinux 0xaa41e62e param_set_uint_minmax +EXPORT_SYMBOL_GPL vmlinux 0xaa4c51d5 gpiochip_generic_request +EXPORT_SYMBOL_GPL vmlinux 0xaa4ea1b7 pci_status_get_and_clear_errors +EXPORT_SYMBOL_GPL vmlinux 0xaa508180 md_rdev_init +EXPORT_SYMBOL_GPL vmlinux 0xaa5aee1c uv_bios_mq_watchlist_alloc +EXPORT_SYMBOL_GPL vmlinux 0xaa6a50f9 __static_key_deferred_flush +EXPORT_SYMBOL_GPL vmlinux 0xaa6e048e device_show_bool +EXPORT_SYMBOL_GPL vmlinux 0xaa86cfb5 uv_possible_blades +EXPORT_SYMBOL_GPL vmlinux 0xaa9b1bff tty_ldisc_ref +EXPORT_SYMBOL_GPL vmlinux 0xaa9d210f device_wakeup_enable +EXPORT_SYMBOL_GPL vmlinux 0xaaa51642 ata_scsi_slave_config +EXPORT_SYMBOL_GPL vmlinux 0xaaa6b4ba spi_take_timestamp_pre +EXPORT_SYMBOL_GPL vmlinux 0xaaa918c9 ftrace_dump +EXPORT_SYMBOL_GPL vmlinux 0xaaac9553 gpiod_export_link +EXPORT_SYMBOL_GPL vmlinux 0xaaae4a03 sata_lpm_ignore_phy_events +EXPORT_SYMBOL_GPL vmlinux 0xaaaf6b3c __tracepoint_neigh_update_done +EXPORT_SYMBOL_GPL vmlinux 0xaab9c421 clk_multiplier_ops +EXPORT_SYMBOL_GPL vmlinux 0xaabb2dee fwnode_property_get_reference_args +EXPORT_SYMBOL_GPL vmlinux 0xaac52b0a sysfs_group_change_owner +EXPORT_SYMBOL_GPL vmlinux 0xaae43e4f init_dummy_netdev +EXPORT_SYMBOL_GPL vmlinux 0xaaf90e54 iov_iter_is_aligned +EXPORT_SYMBOL_GPL vmlinux 0xaafddf04 bpfilter_umh_cleanup +EXPORT_SYMBOL_GPL vmlinux 0xab08edac __devm_of_phy_provider_register +EXPORT_SYMBOL_GPL vmlinux 0xab1259f1 sk_attach_filter +EXPORT_SYMBOL_GPL vmlinux 0xab1e0e93 hv_setup_kexec_handler +EXPORT_SYMBOL_GPL vmlinux 0xab2dba19 extcon_set_state_sync +EXPORT_SYMBOL_GPL vmlinux 0xab3f95bc ata_sff_qc_issue +EXPORT_SYMBOL_GPL vmlinux 0xab4319a5 rdev_get_drvdata +EXPORT_SYMBOL_GPL vmlinux 0xab435af9 da9052_free_irq +EXPORT_SYMBOL_GPL vmlinux 0xab4b785a irq_gc_noop +EXPORT_SYMBOL_GPL vmlinux 0xab4fec0e __clk_hw_register_mux +EXPORT_SYMBOL_GPL vmlinux 0xab8932bb acomp_request_free +EXPORT_SYMBOL_GPL vmlinux 0xab898a44 dpm_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0xab97700f iommu_sva_unbind_device +EXPORT_SYMBOL_GPL vmlinux 0xab9c5410 fixed_phy_register +EXPORT_SYMBOL_GPL vmlinux 0xaba350af device_get_named_child_node +EXPORT_SYMBOL_GPL vmlinux 0xabb25083 pci_epc_write_header +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 0xabca7c7f crypto_register_ahash +EXPORT_SYMBOL_GPL vmlinux 0xabcdde76 devm_add_action +EXPORT_SYMBOL_GPL vmlinux 0xabd4fd52 usb_device_match_id +EXPORT_SYMBOL_GPL vmlinux 0xabe5a8b9 transport_class_unregister +EXPORT_SYMBOL_GPL vmlinux 0xabf03fc3 __SCT__tp_func_xhci_dbg_quirks +EXPORT_SYMBOL_GPL vmlinux 0xabfa9d46 fsverity_file_open +EXPORT_SYMBOL_GPL vmlinux 0xabfd760d lp8788_update_bits +EXPORT_SYMBOL_GPL vmlinux 0xabff7687 iopf_queue_add_device +EXPORT_SYMBOL_GPL vmlinux 0xac01bb37 tpm_get_random +EXPORT_SYMBOL_GPL vmlinux 0xac056751 ata_sff_thaw +EXPORT_SYMBOL_GPL vmlinux 0xac134090 dev_pm_opp_get_opp_table +EXPORT_SYMBOL_GPL vmlinux 0xac1db70a usb_register_driver +EXPORT_SYMBOL_GPL vmlinux 0xac207cf8 gpiochip_find +EXPORT_SYMBOL_GPL vmlinux 0xac222fda led_blink_set +EXPORT_SYMBOL_GPL vmlinux 0xac315464 __SCK__tp_func_block_rq_remap +EXPORT_SYMBOL_GPL vmlinux 0xac391015 receive_fd +EXPORT_SYMBOL_GPL vmlinux 0xac3da23f list_lru_walk_one +EXPORT_SYMBOL_GPL vmlinux 0xac431b54 regulator_get_voltage +EXPORT_SYMBOL_GPL vmlinux 0xac44c2f9 __tracepoint_neigh_timer_handler +EXPORT_SYMBOL_GPL vmlinux 0xac4f0916 clk_register_gate +EXPORT_SYMBOL_GPL vmlinux 0xac8cd153 wm8350_reg_read +EXPORT_SYMBOL_GPL vmlinux 0xac8ee4bf devfreq_event_remove_edev +EXPORT_SYMBOL_GPL vmlinux 0xac8f8bc1 decrypt_blob +EXPORT_SYMBOL_GPL vmlinux 0xac9d51bf ata_bmdma_port_intr +EXPORT_SYMBOL_GPL vmlinux 0xac9ec8ab genphy_c45_read_lpa +EXPORT_SYMBOL_GPL vmlinux 0xaca39b66 xfrm_audit_state_icvfail +EXPORT_SYMBOL_GPL vmlinux 0xacaeb171 fscrypt_ioctl_remove_key +EXPORT_SYMBOL_GPL vmlinux 0xacb4b7d0 events_hybrid_sysfs_show +EXPORT_SYMBOL_GPL vmlinux 0xacb4d88c clk_rate_exclusive_put +EXPORT_SYMBOL_GPL vmlinux 0xacb63697 espintcp_queue_out +EXPORT_SYMBOL_GPL vmlinux 0xacc02aef ata_sff_wait_after_reset +EXPORT_SYMBOL_GPL vmlinux 0xacc977ac alarm_forward_now +EXPORT_SYMBOL_GPL vmlinux 0xacc9cac3 xenbus_dev_changed +EXPORT_SYMBOL_GPL vmlinux 0xacd51de7 vp_legacy_queue_vector +EXPORT_SYMBOL_GPL vmlinux 0xace26b8b __sock_recv_cmsgs +EXPORT_SYMBOL_GPL vmlinux 0xaced5fdb __tracepoint_cpu_idle +EXPORT_SYMBOL_GPL vmlinux 0xacf7b12d regulator_get_current_limit_regmap +EXPORT_SYMBOL_GPL vmlinux 0xad1114ea pci_vfs_assigned +EXPORT_SYMBOL_GPL vmlinux 0xad36ac17 pinctrl_register +EXPORT_SYMBOL_GPL vmlinux 0xad395dd9 mm_account_pinned_pages +EXPORT_SYMBOL_GPL vmlinux 0xad3b1149 debugfs_create_x64 +EXPORT_SYMBOL_GPL vmlinux 0xad4358ed trace_add_event_call +EXPORT_SYMBOL_GPL vmlinux 0xad4bb25c nvdimm_has_cache +EXPORT_SYMBOL_GPL vmlinux 0xad4e6259 remove_cpu +EXPORT_SYMBOL_GPL vmlinux 0xad4fcf7c srcu_batches_completed +EXPORT_SYMBOL_GPL vmlinux 0xad59d2a4 nvmem_cell_get +EXPORT_SYMBOL_GPL vmlinux 0xad5d0701 fat_attach +EXPORT_SYMBOL_GPL vmlinux 0xad5e56e4 led_trigger_remove +EXPORT_SYMBOL_GPL vmlinux 0xad5f0017 perf_trace_buf_alloc +EXPORT_SYMBOL_GPL vmlinux 0xad645234 register_switchdev_notifier +EXPORT_SYMBOL_GPL vmlinux 0xad748a93 ehci_setup +EXPORT_SYMBOL_GPL vmlinux 0xad83ce29 xas_find_conflict +EXPORT_SYMBOL_GPL vmlinux 0xad973a75 kernfs_find_and_get_ns +EXPORT_SYMBOL_GPL vmlinux 0xad988f01 sysfs_remove_file_from_group +EXPORT_SYMBOL_GPL vmlinux 0xad9fb247 lwtunnel_valid_encap_type_attr +EXPORT_SYMBOL_GPL vmlinux 0xada38766 dst_cache_destroy +EXPORT_SYMBOL_GPL vmlinux 0xadaa4cec add_disk_randomness +EXPORT_SYMBOL_GPL vmlinux 0xadad585e acpi_kobj +EXPORT_SYMBOL_GPL vmlinux 0xadb59b0d dm_audit_log_bio +EXPORT_SYMBOL_GPL vmlinux 0xadb61b24 transport_remove_device +EXPORT_SYMBOL_GPL vmlinux 0xadb6633c of_css +EXPORT_SYMBOL_GPL vmlinux 0xadd48576 gov_attr_set_init +EXPORT_SYMBOL_GPL vmlinux 0xade5339b hte_get_clk_src_info +EXPORT_SYMBOL_GPL vmlinux 0xae01217a mpi_write_to_sgl +EXPORT_SYMBOL_GPL vmlinux 0xae0ecf40 usb_bus_idr_lock +EXPORT_SYMBOL_GPL vmlinux 0xae100964 crypto_alg_extsize +EXPORT_SYMBOL_GPL vmlinux 0xae1051b0 net_cls_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0xae1c15c1 netdev_sw_irq_coalesce_default_on +EXPORT_SYMBOL_GPL vmlinux 0xae1feb86 clk_mux_ro_ops +EXPORT_SYMBOL_GPL vmlinux 0xae2b1522 debugfs_file_put +EXPORT_SYMBOL_GPL vmlinux 0xae2e50cd crypto_unregister_ahash +EXPORT_SYMBOL_GPL vmlinux 0xae367b9f balloon_page_list_dequeue +EXPORT_SYMBOL_GPL vmlinux 0xae39f80e dst_cache_init +EXPORT_SYMBOL_GPL vmlinux 0xae3da63b pse_controller_unregister +EXPORT_SYMBOL_GPL vmlinux 0xae405b7a ata_host_alloc +EXPORT_SYMBOL_GPL vmlinux 0xae449393 __crypto_alloc_tfm +EXPORT_SYMBOL_GPL vmlinux 0xae6251dd regulator_set_voltage_time +EXPORT_SYMBOL_GPL vmlinux 0xae69b1c1 usermodehelper_read_unlock +EXPORT_SYMBOL_GPL vmlinux 0xae6a854b dax_iomap_fault +EXPORT_SYMBOL_GPL vmlinux 0xae7c231d mpi_cmp +EXPORT_SYMBOL_GPL vmlinux 0xae900f6a __traceiter_pelt_dl_tp +EXPORT_SYMBOL_GPL vmlinux 0xae90ed4c of_pwm_single_xlate +EXPORT_SYMBOL_GPL vmlinux 0xae9852a0 housekeeping_cpumask +EXPORT_SYMBOL_GPL vmlinux 0xaea7f1ef devlink_sb_unregister +EXPORT_SYMBOL_GPL vmlinux 0xaeb769ff iommu_fwspec_free +EXPORT_SYMBOL_GPL vmlinux 0xaebc031f serial8250_clear_and_reinit_fifos +EXPORT_SYMBOL_GPL vmlinux 0xaec186c6 cpufreq_dbs_governor_stop +EXPORT_SYMBOL_GPL vmlinux 0xaec2fa6e uhci_check_and_reset_hc +EXPORT_SYMBOL_GPL vmlinux 0xaeedbb58 devm_acpi_dma_controller_register +EXPORT_SYMBOL_GPL vmlinux 0xaef36046 simple_attr_write +EXPORT_SYMBOL_GPL vmlinux 0xaef649cc usb_queue_reset_device +EXPORT_SYMBOL_GPL vmlinux 0xaefd6bd6 phy_speed_up +EXPORT_SYMBOL_GPL vmlinux 0xaeffab5e ata_sff_check_status +EXPORT_SYMBOL_GPL vmlinux 0xaf013aa8 uart_console_write +EXPORT_SYMBOL_GPL vmlinux 0xaf02fafa sdio_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0xaf03e4bf skb_pull_rcsum +EXPORT_SYMBOL_GPL vmlinux 0xaf076aec nd_fletcher64 +EXPORT_SYMBOL_GPL vmlinux 0xaf0b6ba7 blkg_rwstat_init +EXPORT_SYMBOL_GPL vmlinux 0xaf3952ab gpiod_get_index +EXPORT_SYMBOL_GPL vmlinux 0xaf3a58f1 devl_dpipe_table_unregister +EXPORT_SYMBOL_GPL vmlinux 0xaf4014ff usb_amd_quirk_pll_check +EXPORT_SYMBOL_GPL vmlinux 0xaf450f2b usb_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0xaf508d58 sysfs_remove_groups +EXPORT_SYMBOL_GPL vmlinux 0xaf5831e8 input_ff_destroy +EXPORT_SYMBOL_GPL vmlinux 0xaf5a5123 inet_csk_get_port +EXPORT_SYMBOL_GPL vmlinux 0xaf5f07a7 ip_icmp_error_rfc4884 +EXPORT_SYMBOL_GPL vmlinux 0xaf626201 sata_set_spd +EXPORT_SYMBOL_GPL vmlinux 0xaf6a8eeb ata_sff_port_ops +EXPORT_SYMBOL_GPL vmlinux 0xaf754def ata_bmdma32_port_ops +EXPORT_SYMBOL_GPL vmlinux 0xaf793668 __alloc_percpu_gfp +EXPORT_SYMBOL_GPL vmlinux 0xaf80a034 fat_get_dotdot_entry +EXPORT_SYMBOL_GPL vmlinux 0xaf852873 cpuidle_register_device +EXPORT_SYMBOL_GPL vmlinux 0xaf8bb65e scsi_register_device_handler +EXPORT_SYMBOL_GPL vmlinux 0xaf95beed nf_queue_entry_free +EXPORT_SYMBOL_GPL vmlinux 0xaf9635af folio_mkclean +EXPORT_SYMBOL_GPL vmlinux 0xafa87433 ata_link_offline +EXPORT_SYMBOL_GPL vmlinux 0xafc82890 scsi_queue_work +EXPORT_SYMBOL_GPL vmlinux 0xafddd545 ata_id_c_string +EXPORT_SYMBOL_GPL vmlinux 0xafe1040a rt_mutex_lock_killable +EXPORT_SYMBOL_GPL vmlinux 0xafe37c76 cpufreq_dbs_governor_limits +EXPORT_SYMBOL_GPL vmlinux 0xb0026b1d led_set_brightness_nosleep +EXPORT_SYMBOL_GPL vmlinux 0xb02ac411 register_xenstore_notifier +EXPORT_SYMBOL_GPL vmlinux 0xb02c029d ata_scsi_dma_need_drain +EXPORT_SYMBOL_GPL vmlinux 0xb030dbc0 pci_epc_mem_init +EXPORT_SYMBOL_GPL vmlinux 0xb0311ad0 mbox_send_message +EXPORT_SYMBOL_GPL vmlinux 0xb03854c3 __traceiter_ata_exec_command +EXPORT_SYMBOL_GPL vmlinux 0xb03cfd02 __SCK__tp_func_extlog_mem_event +EXPORT_SYMBOL_GPL vmlinux 0xb040b3f3 gpiochip_reqres_irq +EXPORT_SYMBOL_GPL vmlinux 0xb04a0359 ata_cable_80wire +EXPORT_SYMBOL_GPL vmlinux 0xb05a560a devm_i2c_new_dummy_device +EXPORT_SYMBOL_GPL vmlinux 0xb0616184 perf_event_refresh +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 0xb08ab218 __SCK__tp_func_br_fdb_add +EXPORT_SYMBOL_GPL vmlinux 0xb090e00e gpiod_disable_hw_timestamp_ns +EXPORT_SYMBOL_GPL vmlinux 0xb0a37b90 sdio_release_irq +EXPORT_SYMBOL_GPL vmlinux 0xb0a6c897 max8997_update_reg +EXPORT_SYMBOL_GPL vmlinux 0xb0a92947 led_classdev_register_ext +EXPORT_SYMBOL_GPL vmlinux 0xb0b85f47 ring_buffer_iter_reset +EXPORT_SYMBOL_GPL vmlinux 0xb0d1656c gpio_free_array +EXPORT_SYMBOL_GPL vmlinux 0xb0d763fa fat_sync_inode +EXPORT_SYMBOL_GPL vmlinux 0xb0db7a61 cgroup_get_from_id +EXPORT_SYMBOL_GPL vmlinux 0xb0de0d9d dev_attr_sw_activity +EXPORT_SYMBOL_GPL vmlinux 0xb0e459a4 sysfs_file_change_owner +EXPORT_SYMBOL_GPL vmlinux 0xb0e48314 rio_register_scan +EXPORT_SYMBOL_GPL vmlinux 0xb0e8e671 xenbus_otherend_changed +EXPORT_SYMBOL_GPL vmlinux 0xb0f78775 ata_bmdma_status +EXPORT_SYMBOL_GPL vmlinux 0xb1078eec pm_clk_remove +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 0xb12cb92c __SCK__tp_func_pelt_irq_tp +EXPORT_SYMBOL_GPL vmlinux 0xb1647fc2 devlink_info_version_running_put +EXPORT_SYMBOL_GPL vmlinux 0xb16dd8c2 regmap_async_complete +EXPORT_SYMBOL_GPL vmlinux 0xb17646c5 skb_copy_ubufs +EXPORT_SYMBOL_GPL vmlinux 0xb18dc3d2 irq_domain_free_fwnode +EXPORT_SYMBOL_GPL vmlinux 0xb1baa71a devlink_linecard_provision_fail +EXPORT_SYMBOL_GPL vmlinux 0xb1bed25d dpm_resume_start +EXPORT_SYMBOL_GPL vmlinux 0xb1beec1f __SCK__tp_func_ata_exec_command +EXPORT_SYMBOL_GPL vmlinux 0xb1d3cfc8 unwind_next_frame +EXPORT_SYMBOL_GPL vmlinux 0xb1e25684 __trace_bputs +EXPORT_SYMBOL_GPL vmlinux 0xb1ec5e0b sk_psock_tls_strp_read +EXPORT_SYMBOL_GPL vmlinux 0xb1edc313 reset_simple_ops +EXPORT_SYMBOL_GPL vmlinux 0xb1fb277f input_ff_create +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 0xb23b7691 start_poll_synchronize_rcu_full +EXPORT_SYMBOL_GPL vmlinux 0xb2405efc secure_tcp_seq +EXPORT_SYMBOL_GPL vmlinux 0xb248fcc0 modify_user_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0xb2495b40 blk_mq_end_request_batch +EXPORT_SYMBOL_GPL vmlinux 0xb252e425 fscrypt_add_test_dummy_key +EXPORT_SYMBOL_GPL vmlinux 0xb25707bb dev_pm_opp_adjust_voltage +EXPORT_SYMBOL_GPL vmlinux 0xb26066fe ibft_phys_addr +EXPORT_SYMBOL_GPL vmlinux 0xb2630c50 genphy_c45_pma_suspend +EXPORT_SYMBOL_GPL vmlinux 0xb26456f2 tcp_plb_check_rehash +EXPORT_SYMBOL_GPL vmlinux 0xb266e318 rio_release_dma +EXPORT_SYMBOL_GPL vmlinux 0xb26a1add elfcorehdr_addr +EXPORT_SYMBOL_GPL vmlinux 0xb27d8ffc crypto_mod_get +EXPORT_SYMBOL_GPL vmlinux 0xb2824aa2 virtqueue_notify +EXPORT_SYMBOL_GPL vmlinux 0xb2940823 dma_opt_mapping_size +EXPORT_SYMBOL_GPL vmlinux 0xb29533ee zs_malloc +EXPORT_SYMBOL_GPL vmlinux 0xb29888f6 xdp_master_redirect +EXPORT_SYMBOL_GPL vmlinux 0xb2a0441f usb_hcd_resume_root_hub +EXPORT_SYMBOL_GPL vmlinux 0xb2a5c3a6 usb_asmedia_modifyflowcontrol +EXPORT_SYMBOL_GPL vmlinux 0xb2ac324a ethnl_cable_test_fault_length +EXPORT_SYMBOL_GPL vmlinux 0xb2acf859 dw8250_do_set_termios +EXPORT_SYMBOL_GPL vmlinux 0xb2b107c1 pci_find_next_ht_capability +EXPORT_SYMBOL_GPL vmlinux 0xb2bb97ae ata_sff_dma_pause +EXPORT_SYMBOL_GPL vmlinux 0xb2c1732e rcu_gp_set_torture_wait +EXPORT_SYMBOL_GPL vmlinux 0xb2c49a50 fsnotify_init_mark +EXPORT_SYMBOL_GPL vmlinux 0xb2c57e2f tcp_sendmsg_locked +EXPORT_SYMBOL_GPL vmlinux 0xb2d2c40e of_pwm_xlate_with_flags +EXPORT_SYMBOL_GPL vmlinux 0xb2e764e8 suspend_valid_only_mem +EXPORT_SYMBOL_GPL vmlinux 0xb2ec11e2 mmc_crypto_setup_queue +EXPORT_SYMBOL_GPL vmlinux 0xb2f06a32 regulator_get_linear_step +EXPORT_SYMBOL_GPL vmlinux 0xb2f89457 rtnl_delete_link +EXPORT_SYMBOL_GPL vmlinux 0xb2fa093e blk_mq_map_queues +EXPORT_SYMBOL_GPL vmlinux 0xb304473e tcp_ca_openreq_child +EXPORT_SYMBOL_GPL vmlinux 0xb307c909 devlink_fmsg_u64_pair_put +EXPORT_SYMBOL_GPL vmlinux 0xb30b2bda preempt_model_full +EXPORT_SYMBOL_GPL vmlinux 0xb30d4fa9 __fscrypt_encrypt_symlink +EXPORT_SYMBOL_GPL vmlinux 0xb30f2cad rio_alloc_net +EXPORT_SYMBOL_GPL vmlinux 0xb31bdbdf wm8350_block_write +EXPORT_SYMBOL_GPL vmlinux 0xb3253ed9 hpet_rtc_timer_init +EXPORT_SYMBOL_GPL vmlinux 0xb3263753 phy_power_off +EXPORT_SYMBOL_GPL vmlinux 0xb331505b __fscrypt_prepare_link +EXPORT_SYMBOL_GPL vmlinux 0xb362e5fd nf_queue_entry_get_refs +EXPORT_SYMBOL_GPL vmlinux 0xb368b9bc ata_dummy_port_ops +EXPORT_SYMBOL_GPL vmlinux 0xb37603bd pm_genpd_init +EXPORT_SYMBOL_GPL vmlinux 0xb37788b1 __tracepoint_attach_device_to_domain +EXPORT_SYMBOL_GPL vmlinux 0xb37d6eb5 sdio_readw +EXPORT_SYMBOL_GPL vmlinux 0xb37f98f2 devm_thermal_of_cooling_device_register +EXPORT_SYMBOL_GPL vmlinux 0xb38dfd29 dev_pm_opp_get_required_pstate +EXPORT_SYMBOL_GPL vmlinux 0xb39aa13e ata_qc_complete_multiple +EXPORT_SYMBOL_GPL vmlinux 0xb39ceb5c inet_unhash +EXPORT_SYMBOL_GPL vmlinux 0xb3b92cfa iomap_bmap +EXPORT_SYMBOL_GPL vmlinux 0xb3bd6c1b ata_bmdma_qc_prep +EXPORT_SYMBOL_GPL vmlinux 0xb3ca1ee7 fat_remove_entries +EXPORT_SYMBOL_GPL vmlinux 0xb3d9e0d8 pm_generic_suspend_noirq +EXPORT_SYMBOL_GPL vmlinux 0xb3ddfb3a irq_chip_release_resources_parent +EXPORT_SYMBOL_GPL vmlinux 0xb3df18d5 xdp_rxq_info_unused +EXPORT_SYMBOL_GPL vmlinux 0xb3e06c07 pci_epf_unbind +EXPORT_SYMBOL_GPL vmlinux 0xb3eab962 sata_link_debounce +EXPORT_SYMBOL_GPL vmlinux 0xb3fd8fe6 kernel_read_file_from_path +EXPORT_SYMBOL_GPL vmlinux 0xb40eef88 pci_find_ext_capability +EXPORT_SYMBOL_GPL vmlinux 0xb435868d dev_pm_domain_detach +EXPORT_SYMBOL_GPL vmlinux 0xb437e385 cpufreq_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0xb43cb16c xfrm_dev_policy_add +EXPORT_SYMBOL_GPL vmlinux 0xb43f9365 ktime_get +EXPORT_SYMBOL_GPL vmlinux 0xb4429b64 acpi_dev_resource_ext_address_space +EXPORT_SYMBOL_GPL vmlinux 0xb44c95c8 device_show_ulong +EXPORT_SYMBOL_GPL vmlinux 0xb44e18ea audit_enabled +EXPORT_SYMBOL_GPL vmlinux 0xb45989aa blk_queue_zone_write_granularity +EXPORT_SYMBOL_GPL vmlinux 0xb45d2675 usb_get_dev +EXPORT_SYMBOL_GPL vmlinux 0xb468d157 crypto_stats_akcipher_sign +EXPORT_SYMBOL_GPL vmlinux 0xb4760ab4 dev_pm_opp_init_cpufreq_table +EXPORT_SYMBOL_GPL vmlinux 0xb48250a2 __traceiter_block_rq_remap +EXPORT_SYMBOL_GPL vmlinux 0xb48b967e xenbus_unmap_ring_vfree +EXPORT_SYMBOL_GPL vmlinux 0xb48f0638 software_node_register +EXPORT_SYMBOL_GPL vmlinux 0xb49f6244 account_locked_vm +EXPORT_SYMBOL_GPL vmlinux 0xb4a6a384 pm_generic_thaw +EXPORT_SYMBOL_GPL vmlinux 0xb4b69348 __SCK__tp_func_sched_cpu_capacity_tp +EXPORT_SYMBOL_GPL vmlinux 0xb4b97c90 pvclock_gtod_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0xb4bec89d power_supply_get_property_from_supplier +EXPORT_SYMBOL_GPL vmlinux 0xb4c4ef97 blk_abort_request +EXPORT_SYMBOL_GPL vmlinux 0xb4cd848b l3mdev_fib_table_by_index +EXPORT_SYMBOL_GPL vmlinux 0xb4ea7cf7 kgdb_connected +EXPORT_SYMBOL_GPL vmlinux 0xb4eda0da ring_buffer_event_length +EXPORT_SYMBOL_GPL vmlinux 0xb4fb5f52 dax_iomap_rw +EXPORT_SYMBOL_GPL vmlinux 0xb501b2df nd_cmd_dimm_desc +EXPORT_SYMBOL_GPL vmlinux 0xb508b920 tpm_tis_core_init +EXPORT_SYMBOL_GPL vmlinux 0xb5093dd3 console_list +EXPORT_SYMBOL_GPL vmlinux 0xb50dd010 spi_mem_driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0xb51fbd64 edac_op_state +EXPORT_SYMBOL_GPL vmlinux 0xb520eb79 btree_merge +EXPORT_SYMBOL_GPL vmlinux 0xb522ab86 gpiod_direction_output +EXPORT_SYMBOL_GPL vmlinux 0xb526eb44 sata_sff_hardreset +EXPORT_SYMBOL_GPL vmlinux 0xb540b9a8 rio_request_inb_dbell +EXPORT_SYMBOL_GPL vmlinux 0xb55139f6 HUF_readStats +EXPORT_SYMBOL_GPL vmlinux 0xb5599218 devm_pinctrl_register_and_init +EXPORT_SYMBOL_GPL vmlinux 0xb561c490 mpi_mul +EXPORT_SYMBOL_GPL vmlinux 0xb56650c0 pm_generic_freeze +EXPORT_SYMBOL_GPL vmlinux 0xb569421b crypto_ahash_setkey +EXPORT_SYMBOL_GPL vmlinux 0xb589cec9 trace_event_buffer_reserve +EXPORT_SYMBOL_GPL vmlinux 0xb58c4740 adp5520_read +EXPORT_SYMBOL_GPL vmlinux 0xb58d55f3 __tracepoint_pelt_thermal_tp +EXPORT_SYMBOL_GPL vmlinux 0xb5999a39 __SCK__tp_func_pelt_rt_tp +EXPORT_SYMBOL_GPL vmlinux 0xb5a228be ata_dev_next +EXPORT_SYMBOL_GPL vmlinux 0xb5a83e35 gnttab_setup_auto_xlat_frames +EXPORT_SYMBOL_GPL vmlinux 0xb5a8c226 acpi_gsi_to_irq +EXPORT_SYMBOL_GPL vmlinux 0xb5b671cd scsi_unregister_device_handler +EXPORT_SYMBOL_GPL vmlinux 0xb5c27702 __SCK__tp_func_ata_tf_load +EXPORT_SYMBOL_GPL vmlinux 0xb5e0076f crypto_register_aeads +EXPORT_SYMBOL_GPL vmlinux 0xb5e216cd devm_clk_hw_register_fixed_factor_parent_hw +EXPORT_SYMBOL_GPL vmlinux 0xb6261484 register_die_notifier +EXPORT_SYMBOL_GPL vmlinux 0xb6357e53 cpuidle_enable_device +EXPORT_SYMBOL_GPL vmlinux 0xb6396d4b tun_get_tx_ring +EXPORT_SYMBOL_GPL vmlinux 0xb6410433 mpi_addm +EXPORT_SYMBOL_GPL vmlinux 0xb6485942 __SCK__tp_func_sched_update_nr_running_tp +EXPORT_SYMBOL_GPL vmlinux 0xb655f91b pci_epc_get_next_free_bar +EXPORT_SYMBOL_GPL vmlinux 0xb6580623 show_class_attr_string +EXPORT_SYMBOL_GPL vmlinux 0xb65c7087 generic_handle_domain_irq +EXPORT_SYMBOL_GPL vmlinux 0xb65e451c crypto_alloc_tfm_node +EXPORT_SYMBOL_GPL vmlinux 0xb663d866 dmi_kobj +EXPORT_SYMBOL_GPL vmlinux 0xb665574b scsi_dh_activate +EXPORT_SYMBOL_GPL vmlinux 0xb6787346 sfp_unregister_socket +EXPORT_SYMBOL_GPL vmlinux 0xb6888188 klp_shadow_get_or_alloc +EXPORT_SYMBOL_GPL vmlinux 0xb68b1137 fuse_abort_conn +EXPORT_SYMBOL_GPL vmlinux 0xb697c99b pci_stop_root_bus +EXPORT_SYMBOL_GPL vmlinux 0xb69aa311 rtc_read_alarm +EXPORT_SYMBOL_GPL vmlinux 0xb69afbb0 devlink_linecard_deactivate +EXPORT_SYMBOL_GPL vmlinux 0xb69b155a crypto_register_aead +EXPORT_SYMBOL_GPL vmlinux 0xb6a738f0 crypto_unregister_scomp +EXPORT_SYMBOL_GPL vmlinux 0xb6b294d9 device_property_read_string_array +EXPORT_SYMBOL_GPL vmlinux 0xb6bf0c69 virtio_device_freeze +EXPORT_SYMBOL_GPL vmlinux 0xb6c5e614 acpi_processor_evaluate_cst +EXPORT_SYMBOL_GPL vmlinux 0xb6d35085 i2c_new_scanned_device +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 0xb70247d6 acpi_dev_pm_attach +EXPORT_SYMBOL_GPL vmlinux 0xb7039333 acpi_cppc_processor_probe +EXPORT_SYMBOL_GPL vmlinux 0xb70e4709 usb_get_status +EXPORT_SYMBOL_GPL vmlinux 0xb71d209d dma_run_dependencies +EXPORT_SYMBOL_GPL vmlinux 0xb725234d mmc_regulator_set_vqmmc +EXPORT_SYMBOL_GPL vmlinux 0xb72940da cookie_tcp_reqsk_alloc +EXPORT_SYMBOL_GPL vmlinux 0xb7329c06 clk_set_phase +EXPORT_SYMBOL_GPL vmlinux 0xb73713d7 nvmem_add_cell_lookups +EXPORT_SYMBOL_GPL vmlinux 0xb74afe66 i2c_new_client_device +EXPORT_SYMBOL_GPL vmlinux 0xb74c31cd wwan_remove_port +EXPORT_SYMBOL_GPL vmlinux 0xb75041d1 hv_stimer_legacy_init +EXPORT_SYMBOL_GPL vmlinux 0xb7574ffe sk_clear_memalloc +EXPORT_SYMBOL_GPL vmlinux 0xb75c9334 mmu_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0xb760ceff pm_runtime_no_callbacks +EXPORT_SYMBOL_GPL vmlinux 0xb771296c wwan_unregister_ops +EXPORT_SYMBOL_GPL vmlinux 0xb77d8f94 usb_disable_lpm +EXPORT_SYMBOL_GPL vmlinux 0xb7818abd irq_gc_mask_set_bit +EXPORT_SYMBOL_GPL vmlinux 0xb78bd07c devl_rate_node_create +EXPORT_SYMBOL_GPL vmlinux 0xb78d5bec sysfs_create_mount_point +EXPORT_SYMBOL_GPL vmlinux 0xb79ed226 skb_zerocopy_iter_stream +EXPORT_SYMBOL_GPL vmlinux 0xb7a387fc synchronize_rcu_tasks_rude +EXPORT_SYMBOL_GPL vmlinux 0xb7bb9cbc gpiod_export +EXPORT_SYMBOL_GPL vmlinux 0xb7bbb83f irq_create_fwspec_mapping +EXPORT_SYMBOL_GPL vmlinux 0xb7bf4885 sata_scr_valid +EXPORT_SYMBOL_GPL vmlinux 0xb7c69a63 unregister_vmap_purge_notifier +EXPORT_SYMBOL_GPL vmlinux 0xb7d7c12e hpet_set_alarm_time +EXPORT_SYMBOL_GPL vmlinux 0xb7df85a3 devm_i2c_add_adapter +EXPORT_SYMBOL_GPL vmlinux 0xb7eff5e6 sdio_register_driver +EXPORT_SYMBOL_GPL vmlinux 0xb7f990e9 rht_bucket_nested +EXPORT_SYMBOL_GPL vmlinux 0xb7fa1993 tracepoint_probe_register +EXPORT_SYMBOL_GPL vmlinux 0xb7fd74d9 pci_hp_del +EXPORT_SYMBOL_GPL vmlinux 0xb80d8fb7 gpiod_get_array_optional +EXPORT_SYMBOL_GPL vmlinux 0xb8273d0b __wake_up_sync +EXPORT_SYMBOL_GPL vmlinux 0xb8359fea devm_register_power_off_handler +EXPORT_SYMBOL_GPL vmlinux 0xb84a0303 regulator_get_voltage_sel_regmap +EXPORT_SYMBOL_GPL vmlinux 0xb85042e5 gnttab_free_grant_reference_seq +EXPORT_SYMBOL_GPL vmlinux 0xb862dc88 devm_pm_runtime_enable +EXPORT_SYMBOL_GPL vmlinux 0xb86f30bb fuse_dev_release +EXPORT_SYMBOL_GPL vmlinux 0xb8760ce4 debugfs_create_symlink +EXPORT_SYMBOL_GPL vmlinux 0xb87a5382 usb_enable_autosuspend +EXPORT_SYMBOL_GPL vmlinux 0xb87ae6a4 hv_ghcb_msr_write +EXPORT_SYMBOL_GPL vmlinux 0xb87d5786 edac_device_del_device +EXPORT_SYMBOL_GPL vmlinux 0xb87f40fe cppc_set_enable +EXPORT_SYMBOL_GPL vmlinux 0xb88dbfce irq_set_irqchip_state +EXPORT_SYMBOL_GPL vmlinux 0xb8912ca3 input_ff_event +EXPORT_SYMBOL_GPL vmlinux 0xb89e69b1 jump_label_update_timeout +EXPORT_SYMBOL_GPL vmlinux 0xb8a31309 tcp_register_congestion_control +EXPORT_SYMBOL_GPL vmlinux 0xb8ab68df intel_microcode_sanity_check +EXPORT_SYMBOL_GPL vmlinux 0xb8adc4fb __tracepoint_kfree_skb +EXPORT_SYMBOL_GPL vmlinux 0xb8b2b1f7 mce_register_decode_chain +EXPORT_SYMBOL_GPL vmlinux 0xb8c8f19a __traceiter_br_fdb_update +EXPORT_SYMBOL_GPL vmlinux 0xb8cd3a7f nf_logger_put +EXPORT_SYMBOL_GPL vmlinux 0xb8f11603 idr_alloc +EXPORT_SYMBOL_GPL vmlinux 0xb8f7218e io_uring_cmd_complete_in_task +EXPORT_SYMBOL_GPL vmlinux 0xb8f9ee0d tps65912_device_init +EXPORT_SYMBOL_GPL vmlinux 0xb902a96f pm_runtime_force_resume +EXPORT_SYMBOL_GPL vmlinux 0xb90f1e3b platform_find_device_by_driver +EXPORT_SYMBOL_GPL vmlinux 0xb912560d static_key_disable +EXPORT_SYMBOL_GPL vmlinux 0xb91e2a4a mbox_controller_register +EXPORT_SYMBOL_GPL vmlinux 0xb921b7b1 clk_hw_init_rate_request +EXPORT_SYMBOL_GPL vmlinux 0xb940d90d hte_enable_ts +EXPORT_SYMBOL_GPL vmlinux 0xb9433e0f inet_ehash_nolisten +EXPORT_SYMBOL_GPL vmlinux 0xb94b7fbc rio_route_clr_table +EXPORT_SYMBOL_GPL vmlinux 0xb9554dde gpiod_get_value +EXPORT_SYMBOL_GPL vmlinux 0xb965be87 gpiochip_unlock_as_irq +EXPORT_SYMBOL_GPL vmlinux 0xb9681621 xdp_do_flush +EXPORT_SYMBOL_GPL vmlinux 0xb984eaea gpiochip_get_data +EXPORT_SYMBOL_GPL vmlinux 0xb9852d11 __traceiter_mc_event +EXPORT_SYMBOL_GPL vmlinux 0xb9950fb3 xfrm_dev_offload_ok +EXPORT_SYMBOL_GPL vmlinux 0xb9996bdd register_fprobe +EXPORT_SYMBOL_GPL vmlinux 0xb99a3b00 sbitmap_queue_recalculate_wake_batch +EXPORT_SYMBOL_GPL vmlinux 0xb9aef23f __pneigh_lookup +EXPORT_SYMBOL_GPL vmlinux 0xb9b8c230 phy_get +EXPORT_SYMBOL_GPL vmlinux 0xb9b9df41 usb_amd_dev_put +EXPORT_SYMBOL_GPL vmlinux 0xb9c16f51 hv_max_vp_index +EXPORT_SYMBOL_GPL vmlinux 0xb9c425de register_syscore_ops +EXPORT_SYMBOL_GPL vmlinux 0xb9d025c9 llist_del_first +EXPORT_SYMBOL_GPL vmlinux 0xb9ed9bdd __virtio_unbreak_device +EXPORT_SYMBOL_GPL vmlinux 0xba01ec83 hv_stimer_global_cleanup +EXPORT_SYMBOL_GPL vmlinux 0xba0ce2fe irq_domain_reset_irq_data +EXPORT_SYMBOL_GPL vmlinux 0xba13a1bd xdp_rxq_info_is_reg +EXPORT_SYMBOL_GPL vmlinux 0xba20ef3f usb_hcd_amd_remote_wakeup_quirk +EXPORT_SYMBOL_GPL vmlinux 0xba220db7 __wake_up_sync_key +EXPORT_SYMBOL_GPL vmlinux 0xba2b7f64 cpufreq_generic_get +EXPORT_SYMBOL_GPL vmlinux 0xba2d1bcb led_trigger_unregister_simple +EXPORT_SYMBOL_GPL vmlinux 0xba3be2f8 ptdump_walk_pgd_level_debugfs +EXPORT_SYMBOL_GPL vmlinux 0xba3deb4f iommu_get_domain_for_dev_pasid +EXPORT_SYMBOL_GPL vmlinux 0xba50ef04 devlink_port_health_reporter_create +EXPORT_SYMBOL_GPL vmlinux 0xba6f3a1d __serdev_device_driver_register +EXPORT_SYMBOL_GPL vmlinux 0xba7c50e9 dev_pm_genpd_add_notifier +EXPORT_SYMBOL_GPL vmlinux 0xba8065af mnt_drop_write +EXPORT_SYMBOL_GPL vmlinux 0xba82f246 uv_bios_install_heap +EXPORT_SYMBOL_GPL vmlinux 0xba84196a crypto_aead_decrypt +EXPORT_SYMBOL_GPL vmlinux 0xba8e266e debugfs_attr_write_signed +EXPORT_SYMBOL_GPL vmlinux 0xba96b348 phy_10gbit_fec_features +EXPORT_SYMBOL_GPL vmlinux 0xbab3ad44 trace_seq_path +EXPORT_SYMBOL_GPL vmlinux 0xbab9a9f0 maxim_charger_currents +EXPORT_SYMBOL_GPL vmlinux 0xbac8c7da fscrypt_prepare_new_inode +EXPORT_SYMBOL_GPL vmlinux 0xbaf22757 kvfree_call_rcu +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 0xbb0d61ec hsu_dma_probe +EXPORT_SYMBOL_GPL vmlinux 0xbb1419b7 led_init_default_state_get +EXPORT_SYMBOL_GPL vmlinux 0xbb178404 device_create +EXPORT_SYMBOL_GPL vmlinux 0xbb191fed irq_chip_mask_parent +EXPORT_SYMBOL_GPL vmlinux 0xbb3ec872 udp4_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0xbb4146b3 get_completed_synchronize_rcu +EXPORT_SYMBOL_GPL vmlinux 0xbb455bdc pinctrl_pm_select_default_state +EXPORT_SYMBOL_GPL vmlinux 0xbb4b6083 __clk_determine_rate +EXPORT_SYMBOL_GPL vmlinux 0xbb5598ce get_llc_id +EXPORT_SYMBOL_GPL vmlinux 0xbb587ea0 mf_dax_kill_procs +EXPORT_SYMBOL_GPL vmlinux 0xbb5b88b3 dma_pci_p2pdma_supported +EXPORT_SYMBOL_GPL vmlinux 0xbb5f78f2 aead_geniv_alloc +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 0xbb714d34 xenbus_watch_path +EXPORT_SYMBOL_GPL vmlinux 0xbb7195a5 xdp_warn +EXPORT_SYMBOL_GPL vmlinux 0xbb7c82fa da903x_writes +EXPORT_SYMBOL_GPL vmlinux 0xbb93d95a swapcache_mapping +EXPORT_SYMBOL_GPL vmlinux 0xbb93eec5 ioasid_alloc +EXPORT_SYMBOL_GPL vmlinux 0xbb9b6c6a call_srcu +EXPORT_SYMBOL_GPL vmlinux 0xbba9308e dm_internal_resume_fast +EXPORT_SYMBOL_GPL vmlinux 0xbbaffaaf __pci_epc_create +EXPORT_SYMBOL_GPL vmlinux 0xbbb6b75a virtio_device_restore +EXPORT_SYMBOL_GPL vmlinux 0xbbb98859 edid_info +EXPORT_SYMBOL_GPL vmlinux 0xbbc7c98a devm_hwrng_unregister +EXPORT_SYMBOL_GPL vmlinux 0xbbce1356 crypto_type_has_alg +EXPORT_SYMBOL_GPL vmlinux 0xbbd1c3bc __SCK__tp_func_cpu_idle +EXPORT_SYMBOL_GPL vmlinux 0xbbd7c8e4 sfp_bus_find_fwnode +EXPORT_SYMBOL_GPL vmlinux 0xbbe5611b crc64_rocksoft_update +EXPORT_SYMBOL_GPL vmlinux 0xbbe56404 sprint_OID +EXPORT_SYMBOL_GPL vmlinux 0xbbe57806 platform_get_irq_optional +EXPORT_SYMBOL_GPL vmlinux 0xbbf5e03d __SCK__tp_func_detach_device_from_domain +EXPORT_SYMBOL_GPL vmlinux 0xbc04f06e generic_fh_to_dentry +EXPORT_SYMBOL_GPL vmlinux 0xbc0b6f51 platform_get_resource_byname +EXPORT_SYMBOL_GPL vmlinux 0xbc14407d ata_scsi_slave_destroy +EXPORT_SYMBOL_GPL vmlinux 0xbc15598a sysfs_remove_link_from_group +EXPORT_SYMBOL_GPL vmlinux 0xbc185c9b __devm_regmap_init_spi +EXPORT_SYMBOL_GPL vmlinux 0xbc2b3222 component_add_typed +EXPORT_SYMBOL_GPL vmlinux 0xbc2b9d01 register_kretprobes +EXPORT_SYMBOL_GPL vmlinux 0xbc312d61 devm_phy_optional_get +EXPORT_SYMBOL_GPL vmlinux 0xbc314156 nop_mnt_idmap +EXPORT_SYMBOL_GPL vmlinux 0xbc3c1cc8 fsstack_copy_attr_all +EXPORT_SYMBOL_GPL vmlinux 0xbc3f2cb0 timecounter_cyc2time +EXPORT_SYMBOL_GPL vmlinux 0xbc4036b1 ping_common_sendmsg +EXPORT_SYMBOL_GPL vmlinux 0xbc43b7cd pci_epf_bind +EXPORT_SYMBOL_GPL vmlinux 0xbc473c60 tcp_sendpage_locked +EXPORT_SYMBOL_GPL vmlinux 0xbc4e24bb copy_mc_to_kernel +EXPORT_SYMBOL_GPL vmlinux 0xbc5579dc unregister_trace_event +EXPORT_SYMBOL_GPL vmlinux 0xbc600dc9 preempt_model_voluntary +EXPORT_SYMBOL_GPL vmlinux 0xbc60b2ee pci_create_slot +EXPORT_SYMBOL_GPL vmlinux 0xbc60dc37 cpufreq_show_cpus +EXPORT_SYMBOL_GPL vmlinux 0xbc6bec66 free_percpu_irq +EXPORT_SYMBOL_GPL vmlinux 0xbc888a56 ata_sas_port_stop +EXPORT_SYMBOL_GPL vmlinux 0xbc90dfca led_trigger_set_default +EXPORT_SYMBOL_GPL vmlinux 0xbc92596d intel_pt_validate_cap +EXPORT_SYMBOL_GPL vmlinux 0xbc9b8588 ehci_cf_port_reset_rwsem +EXPORT_SYMBOL_GPL vmlinux 0xbca623fd bus_create_file +EXPORT_SYMBOL_GPL vmlinux 0xbcaa5b6b __irq_domain_alloc_fwnode +EXPORT_SYMBOL_GPL vmlinux 0xbcaaae2e dev_pm_domain_attach_by_id +EXPORT_SYMBOL_GPL vmlinux 0xbcb7d224 vp_modern_get_queue_size +EXPORT_SYMBOL_GPL vmlinux 0xbcb838a1 amd_flush_garts +EXPORT_SYMBOL_GPL vmlinux 0xbcbe3339 devlink_set_features +EXPORT_SYMBOL_GPL vmlinux 0xbcc15e75 ktime_get_coarse_with_offset +EXPORT_SYMBOL_GPL vmlinux 0xbcc19296 crypto_register_shashes +EXPORT_SYMBOL_GPL vmlinux 0xbcd51eab set_capacity_and_notify +EXPORT_SYMBOL_GPL vmlinux 0xbcd84267 ftrace_set_filter_ips +EXPORT_SYMBOL_GPL vmlinux 0xbcdb4e60 devm_regulator_bulk_put +EXPORT_SYMBOL_GPL vmlinux 0xbcdd5b99 iommu_group_set_name +EXPORT_SYMBOL_GPL vmlinux 0xbce12556 clk_divider_ro_ops +EXPORT_SYMBOL_GPL vmlinux 0xbcf1f0e6 zs_create_pool +EXPORT_SYMBOL_GPL vmlinux 0xbcf5fc3a ata_std_bios_param +EXPORT_SYMBOL_GPL vmlinux 0xbd013748 debugfs_create_file_unsafe +EXPORT_SYMBOL_GPL vmlinux 0xbd0305a8 sdio_retune_release +EXPORT_SYMBOL_GPL vmlinux 0xbd06f3a9 ata_get_cmd_name +EXPORT_SYMBOL_GPL vmlinux 0xbd12bb2e vring_del_virtqueue +EXPORT_SYMBOL_GPL vmlinux 0xbd3370bd __vfs_setxattr_locked +EXPORT_SYMBOL_GPL vmlinux 0xbd377d5a raw_seq_next +EXPORT_SYMBOL_GPL vmlinux 0xbd3fe1e3 disable_hardirq +EXPORT_SYMBOL_GPL vmlinux 0xbd47bea8 clocksource_verify_percpu +EXPORT_SYMBOL_GPL vmlinux 0xbd4ff941 smpboot_register_percpu_thread +EXPORT_SYMBOL_GPL vmlinux 0xbd631ce1 cgrp_dfl_root +EXPORT_SYMBOL_GPL vmlinux 0xbd747e0e platform_driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0xbd7aaaee add_memory +EXPORT_SYMBOL_GPL vmlinux 0xbd7ad786 is_software_node +EXPORT_SYMBOL_GPL vmlinux 0xbd94e54c blkcg_activate_policy +EXPORT_SYMBOL_GPL vmlinux 0xbd99e873 __SCT__tp_func_cpu_idle +EXPORT_SYMBOL_GPL vmlinux 0xbda04a91 cond_synchronize_rcu_expedited +EXPORT_SYMBOL_GPL vmlinux 0xbdb2217d hv_is_isolation_supported +EXPORT_SYMBOL_GPL vmlinux 0xbdb2dfd5 uv_bios_reserved_page_pa +EXPORT_SYMBOL_GPL vmlinux 0xbdba34cf clk_hw_round_rate +EXPORT_SYMBOL_GPL vmlinux 0xbdbbd9bf serdev_device_open +EXPORT_SYMBOL_GPL vmlinux 0xbdbc439e unregister_kretprobe +EXPORT_SYMBOL_GPL vmlinux 0xbdc04258 hwmon_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0xbdd3d483 wm831x_bulk_read +EXPORT_SYMBOL_GPL vmlinux 0xbdda1b5f vmalloc_huge +EXPORT_SYMBOL_GPL vmlinux 0xbdda2f8d attribute_container_unregister +EXPORT_SYMBOL_GPL vmlinux 0xbde4ae40 regmap_field_bulk_alloc +EXPORT_SYMBOL_GPL vmlinux 0xbdf00841 extcon_get_property +EXPORT_SYMBOL_GPL vmlinux 0xbdf39067 preempt_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0xbdf9a8f3 crypto_register_rngs +EXPORT_SYMBOL_GPL vmlinux 0xbe00cc0f vp_modern_config_vector +EXPORT_SYMBOL_GPL vmlinux 0xbe064727 sk_msg_return +EXPORT_SYMBOL_GPL vmlinux 0xbe0832b0 irq_domain_simple_ops +EXPORT_SYMBOL_GPL vmlinux 0xbe0e3f47 wakeup_source_destroy +EXPORT_SYMBOL_GPL vmlinux 0xbe26dcdf iommu_get_domain_for_dev +EXPORT_SYMBOL_GPL vmlinux 0xbe313ed4 __xdp_build_skb_from_frame +EXPORT_SYMBOL_GPL vmlinux 0xbe4b2ac4 tpm1_do_selftest +EXPORT_SYMBOL_GPL vmlinux 0xbe4e8d3f p2sb_bar +EXPORT_SYMBOL_GPL vmlinux 0xbe4fd83d sdio_f0_writeb +EXPORT_SYMBOL_GPL vmlinux 0xbe59715f __put_task_struct +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 0xbe6e73ca pm_generic_runtime_suspend +EXPORT_SYMBOL_GPL vmlinux 0xbe744257 efi_get_embedded_fw +EXPORT_SYMBOL_GPL vmlinux 0xbe748b1f intel_find_matching_signature +EXPORT_SYMBOL_GPL vmlinux 0xbe865615 md_stop +EXPORT_SYMBOL_GPL vmlinux 0xbe8facb3 sis_info133_for_sata +EXPORT_SYMBOL_GPL vmlinux 0xbe9a83d5 dw_pcie_write +EXPORT_SYMBOL_GPL vmlinux 0xbe9dcb1a fib_nl_newrule +EXPORT_SYMBOL_GPL vmlinux 0xbea59373 vcap_rule_add_action_bit +EXPORT_SYMBOL_GPL vmlinux 0xbea5f405 virtqueue_resize +EXPORT_SYMBOL_GPL vmlinux 0xbea5ff1e static_key_initialized +EXPORT_SYMBOL_GPL vmlinux 0xbea8e8d9 cpufreq_generic_init +EXPORT_SYMBOL_GPL vmlinux 0xbeb62a86 find_mci_by_dev +EXPORT_SYMBOL_GPL vmlinux 0xbec4e201 sdio_memcpy_fromio +EXPORT_SYMBOL_GPL vmlinux 0xbec66c3a __apei_exec_run +EXPORT_SYMBOL_GPL vmlinux 0xbeca9208 bio_associate_blkg +EXPORT_SYMBOL_GPL vmlinux 0xbee303c6 crypto_shash_tfm_digest +EXPORT_SYMBOL_GPL vmlinux 0xbee52b18 ata_sff_irq_on +EXPORT_SYMBOL_GPL vmlinux 0xbee73df4 follow_pte +EXPORT_SYMBOL_GPL vmlinux 0xbeee02c0 ata_cable_sata +EXPORT_SYMBOL_GPL vmlinux 0xbef4566e __pm_stay_awake +EXPORT_SYMBOL_GPL vmlinux 0xbef47e54 ipv6_bpf_stub +EXPORT_SYMBOL_GPL vmlinux 0xbf041102 register_vt_notifier +EXPORT_SYMBOL_GPL vmlinux 0xbf165dec __SCT__tp_func_pelt_se_tp +EXPORT_SYMBOL_GPL vmlinux 0xbf2a1af9 tpm_transmit_cmd +EXPORT_SYMBOL_GPL vmlinux 0xbf2e2e71 housekeeping_enabled +EXPORT_SYMBOL_GPL vmlinux 0xbf328f69 sbitmap_bitmap_show +EXPORT_SYMBOL_GPL vmlinux 0xbf3ce467 em_pd_get +EXPORT_SYMBOL_GPL vmlinux 0xbf4513c3 devlink_linecard_activate +EXPORT_SYMBOL_GPL vmlinux 0xbf47229a crypto_ahash_digest +EXPORT_SYMBOL_GPL vmlinux 0xbf4ab70b gnttab_page_cache_get +EXPORT_SYMBOL_GPL vmlinux 0xbf4fcb96 devm_regulator_bulk_register_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0xbf522bac irqd_cfg +EXPORT_SYMBOL_GPL vmlinux 0xbf5a98df dw_pcie_write_dbi +EXPORT_SYMBOL_GPL vmlinux 0xbf600d25 devm_led_classdev_register_ext +EXPORT_SYMBOL_GPL vmlinux 0xbf696fa5 mmc_send_status +EXPORT_SYMBOL_GPL vmlinux 0xbf6999d7 to_nd_region +EXPORT_SYMBOL_GPL vmlinux 0xbf6db332 ata_sff_port_intr +EXPORT_SYMBOL_GPL vmlinux 0xbf755045 netif_carrier_event +EXPORT_SYMBOL_GPL vmlinux 0xbf7db3a9 regulator_set_active_discharge_regmap +EXPORT_SYMBOL_GPL vmlinux 0xbf806e9f dev_pm_opp_get_opp_count +EXPORT_SYMBOL_GPL vmlinux 0xbf91f106 __SCK__tp_func_devlink_hwmsg +EXPORT_SYMBOL_GPL vmlinux 0xbf994071 task_cputime_adjusted +EXPORT_SYMBOL_GPL vmlinux 0xbf9b1acc nvdimm_name +EXPORT_SYMBOL_GPL vmlinux 0xbfa271ae icc_get +EXPORT_SYMBOL_GPL vmlinux 0xbfbc5434 pciserial_resume_ports +EXPORT_SYMBOL_GPL vmlinux 0xbfc08172 fwnode_remove_software_node +EXPORT_SYMBOL_GPL vmlinux 0xbfc86611 mmc_crypto_prepare_req +EXPORT_SYMBOL_GPL vmlinux 0xbfce59ce icc_disable +EXPORT_SYMBOL_GPL vmlinux 0xbfdcbaea usb_phy_set_charger_state +EXPORT_SYMBOL_GPL vmlinux 0xbfdf9bc7 vp_modern_remove +EXPORT_SYMBOL_GPL vmlinux 0xbfe5616d tick_broadcast_oneshot_control +EXPORT_SYMBOL_GPL vmlinux 0xbfed2cd9 __wait_rcu_gp +EXPORT_SYMBOL_GPL vmlinux 0xc0115e9c __virtqueue_unbreak +EXPORT_SYMBOL_GPL vmlinux 0xc024ee9a usb_hcd_check_unlink_urb +EXPORT_SYMBOL_GPL vmlinux 0xc0256080 sata_pmp_qc_defer_cmd_switch +EXPORT_SYMBOL_GPL vmlinux 0xc02cdb84 dm_accept_partial_bio +EXPORT_SYMBOL_GPL vmlinux 0xc02fbed0 __traceiter_block_unplug +EXPORT_SYMBOL_GPL vmlinux 0xc03b9037 skb_splice_bits +EXPORT_SYMBOL_GPL vmlinux 0xc056e952 node_to_amd_nb +EXPORT_SYMBOL_GPL vmlinux 0xc06a694e nf_ip_route +EXPORT_SYMBOL_GPL vmlinux 0xc06c844c srcu_torture_stats_print +EXPORT_SYMBOL_GPL vmlinux 0xc08bbce6 irq_get_percpu_devid_partition +EXPORT_SYMBOL_GPL vmlinux 0xc08fa180 devm_regmap_field_alloc +EXPORT_SYMBOL_GPL vmlinux 0xc090c376 net_selftest_get_strings +EXPORT_SYMBOL_GPL vmlinux 0xc0a538d5 yield_to +EXPORT_SYMBOL_GPL vmlinux 0xc0a96e14 rcu_gp_is_expedited +EXPORT_SYMBOL_GPL vmlinux 0xc0b2664d devlink_dpipe_header_ipv4 +EXPORT_SYMBOL_GPL vmlinux 0xc0b26c00 rio_mport_read_config_16 +EXPORT_SYMBOL_GPL vmlinux 0xc0b7ce82 misc_cg_uncharge +EXPORT_SYMBOL_GPL vmlinux 0xc0be138d devm_clk_get_prepared +EXPORT_SYMBOL_GPL vmlinux 0xc0ce2f8f driver_find +EXPORT_SYMBOL_GPL vmlinux 0xc0d5894d usb_put_intf +EXPORT_SYMBOL_GPL vmlinux 0xc0d66069 reset_controller_register +EXPORT_SYMBOL_GPL vmlinux 0xc0dcb59e edac_layer_name +EXPORT_SYMBOL_GPL vmlinux 0xc0e7f223 device_attach +EXPORT_SYMBOL_GPL vmlinux 0xc0ec489b __tracepoint_ata_bmdma_start +EXPORT_SYMBOL_GPL vmlinux 0xc0f0458a ip_tunnel_unneed_metadata +EXPORT_SYMBOL_GPL vmlinux 0xc0fc0dfc blkcg_print_blkgs +EXPORT_SYMBOL_GPL vmlinux 0xc1084450 usb_ep0_reinit +EXPORT_SYMBOL_GPL vmlinux 0xc1086e0c sysrq_toggle_support +EXPORT_SYMBOL_GPL vmlinux 0xc10fddb8 name_to_dev_t +EXPORT_SYMBOL_GPL vmlinux 0xc11821a0 dev_pm_opp_get_power +EXPORT_SYMBOL_GPL vmlinux 0xc1298001 shmem_file_setup_with_mnt +EXPORT_SYMBOL_GPL vmlinux 0xc131df4a usb_block_urb +EXPORT_SYMBOL_GPL vmlinux 0xc1407535 usb_clear_halt +EXPORT_SYMBOL_GPL vmlinux 0xc1481223 dax_file_unshare +EXPORT_SYMBOL_GPL vmlinux 0xc160fbdd devm_platform_ioremap_resource_byname +EXPORT_SYMBOL_GPL vmlinux 0xc1743430 cpuidle_disable_device +EXPORT_SYMBOL_GPL vmlinux 0xc17515d7 usb_hcds_loaded +EXPORT_SYMBOL_GPL vmlinux 0xc179aefc usb_hub_release_port +EXPORT_SYMBOL_GPL vmlinux 0xc17e9946 usb_show_dynids +EXPORT_SYMBOL_GPL vmlinux 0xc1978687 cpufreq_dbs_governor_exit +EXPORT_SYMBOL_GPL vmlinux 0xc19b7657 led_trigger_write +EXPORT_SYMBOL_GPL vmlinux 0xc1ac4496 sk_msg_alloc +EXPORT_SYMBOL_GPL vmlinux 0xc1b1276f phy_pm_runtime_get_sync +EXPORT_SYMBOL_GPL vmlinux 0xc1b36c1f crypto_stats_skcipher_decrypt +EXPORT_SYMBOL_GPL vmlinux 0xc1b38280 ata_host_init +EXPORT_SYMBOL_GPL vmlinux 0xc1ba0879 vfs_remove_acl +EXPORT_SYMBOL_GPL vmlinux 0xc1bd9eec phy_save_page +EXPORT_SYMBOL_GPL vmlinux 0xc1be2b1e iomap_file_unshare +EXPORT_SYMBOL_GPL vmlinux 0xc1e6986e interval_tree_span_iter_first +EXPORT_SYMBOL_GPL vmlinux 0xc1fd0840 phy_10gbit_features +EXPORT_SYMBOL_GPL vmlinux 0xc1fe3b70 xen_remap_pfn +EXPORT_SYMBOL_GPL vmlinux 0xc2033d9f amd_get_highest_perf +EXPORT_SYMBOL_GPL vmlinux 0xc208be22 __devm_reset_control_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0xc21485b0 __tracepoint_rpm_idle +EXPORT_SYMBOL_GPL vmlinux 0xc21c3240 dst_cache_get +EXPORT_SYMBOL_GPL vmlinux 0xc21cbdf4 usb_autopm_put_interface_async +EXPORT_SYMBOL_GPL vmlinux 0xc221f284 __account_locked_vm +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 0xc23fb689 ehci_reset +EXPORT_SYMBOL_GPL vmlinux 0xc252a418 netdev_rx_handler_register +EXPORT_SYMBOL_GPL vmlinux 0xc252b9df devl_rate_leaf_destroy +EXPORT_SYMBOL_GPL vmlinux 0xc253f1a5 xdp_do_redirect_frame +EXPORT_SYMBOL_GPL vmlinux 0xc25b8971 hv_remove_crash_handler +EXPORT_SYMBOL_GPL vmlinux 0xc25c7892 fwnode_property_match_string +EXPORT_SYMBOL_GPL vmlinux 0xc262c823 pci_acpi_set_companion_lookup_hook +EXPORT_SYMBOL_GPL vmlinux 0xc2692173 wakeup_sources_read_lock +EXPORT_SYMBOL_GPL vmlinux 0xc26edb53 trace_array_printk +EXPORT_SYMBOL_GPL vmlinux 0xc270923d platform_msi_domain_alloc_irqs +EXPORT_SYMBOL_GPL vmlinux 0xc287bda7 fwnode_get_next_child_node +EXPORT_SYMBOL_GPL vmlinux 0xc287d96a kvm_set_posted_intr_wakeup_handler +EXPORT_SYMBOL_GPL vmlinux 0xc289e46d cpufreq_generic_frequency_table_verify +EXPORT_SYMBOL_GPL vmlinux 0xc2a3e570 errata +EXPORT_SYMBOL_GPL vmlinux 0xc2a814db tcp_memory_pressure +EXPORT_SYMBOL_GPL vmlinux 0xc2a8e463 mmput_async +EXPORT_SYMBOL_GPL vmlinux 0xc2acf605 icc_provider_del +EXPORT_SYMBOL_GPL vmlinux 0xc2adfecb clk_hw_register +EXPORT_SYMBOL_GPL vmlinux 0xc2b6290f perf_event_update_userpage +EXPORT_SYMBOL_GPL vmlinux 0xc2c151d0 cpci_hp_register_bus +EXPORT_SYMBOL_GPL vmlinux 0xc2c1c427 perf_event_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0xc2c2b92d pm_genpd_remove_subdomain +EXPORT_SYMBOL_GPL vmlinux 0xc2de27ca hest_disable +EXPORT_SYMBOL_GPL vmlinux 0xc2fb483f __SCT__tp_func_tcp_bad_csum +EXPORT_SYMBOL_GPL vmlinux 0xc30d49e6 __clk_hw_register_divider +EXPORT_SYMBOL_GPL vmlinux 0xc32e801a edac_pci_handle_npe +EXPORT_SYMBOL_GPL vmlinux 0xc341ae6d zs_map_object +EXPORT_SYMBOL_GPL vmlinux 0xc36af402 __platform_driver_probe +EXPORT_SYMBOL_GPL vmlinux 0xc3708747 trace_vprintk +EXPORT_SYMBOL_GPL vmlinux 0xc37be59e __blk_req_zone_write_unlock +EXPORT_SYMBOL_GPL vmlinux 0xc37cc8df apply_to_existing_page_range +EXPORT_SYMBOL_GPL vmlinux 0xc3805cd1 fs_ftype_to_dtype +EXPORT_SYMBOL_GPL vmlinux 0xc380cf0d tty_port_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0xc3876c1a hv_isolation_type_snp +EXPORT_SYMBOL_GPL vmlinux 0xc3920812 phy_led_trigger_change_speed +EXPORT_SYMBOL_GPL vmlinux 0xc3997d9d mpi_read_raw_from_sgl +EXPORT_SYMBOL_GPL vmlinux 0xc399869c clk_register_composite +EXPORT_SYMBOL_GPL vmlinux 0xc3a4c20f pwm_adjust_config +EXPORT_SYMBOL_GPL vmlinux 0xc3aa88fc page_cache_ra_unbounded +EXPORT_SYMBOL_GPL vmlinux 0xc3bceddf kthread_unuse_mm +EXPORT_SYMBOL_GPL vmlinux 0xc3c4c6cc hash_algo_name +EXPORT_SYMBOL_GPL vmlinux 0xc3c80d5e rtc_class_open +EXPORT_SYMBOL_GPL vmlinux 0xc3cc4300 smca_get_long_name +EXPORT_SYMBOL_GPL vmlinux 0xc3cd6929 dma_fence_unwrap_first +EXPORT_SYMBOL_GPL vmlinux 0xc3d23258 rio_del_device +EXPORT_SYMBOL_GPL vmlinux 0xc3d84dd4 led_trigger_set +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 0xc3ff0fc6 mptcp_pm_get_add_addr_accept_max +EXPORT_SYMBOL_GPL vmlinux 0xc4008d55 xen_have_vector_callback +EXPORT_SYMBOL_GPL vmlinux 0xc40d7869 regulator_set_pull_down_regmap +EXPORT_SYMBOL_GPL vmlinux 0xc40f9664 em_dev_unregister_perf_domain +EXPORT_SYMBOL_GPL vmlinux 0xc4147e56 pci_epc_multi_mem_init +EXPORT_SYMBOL_GPL vmlinux 0xc417ffb2 kill_device +EXPORT_SYMBOL_GPL vmlinux 0xc41ea5de virtqueue_add_outbuf +EXPORT_SYMBOL_GPL vmlinux 0xc41f4dd8 __tracepoint_rpm_suspend +EXPORT_SYMBOL_GPL vmlinux 0xc426c51f klp_shadow_free_all +EXPORT_SYMBOL_GPL vmlinux 0xc428068d sata_deb_timing_long +EXPORT_SYMBOL_GPL vmlinux 0xc42dbf2a vcap_rule_mod_key_u32 +EXPORT_SYMBOL_GPL vmlinux 0xc4363bd0 __netpoll_free +EXPORT_SYMBOL_GPL vmlinux 0xc43e92b9 trace_seq_bprintf +EXPORT_SYMBOL_GPL vmlinux 0xc4409070 cgroup_get_from_fd +EXPORT_SYMBOL_GPL vmlinux 0xc4429c88 extcon_find_edev_by_node +EXPORT_SYMBOL_GPL vmlinux 0xc44992ee devlink_param_driverinit_value_get +EXPORT_SYMBOL_GPL vmlinux 0xc44afc48 pse_ethtool_set_config +EXPORT_SYMBOL_GPL vmlinux 0xc44b9c84 devl_resources_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc454fc7b twl_get_type +EXPORT_SYMBOL_GPL vmlinux 0xc45d0d13 injectm +EXPORT_SYMBOL_GPL vmlinux 0xc45e6580 hwspin_lock_get_id +EXPORT_SYMBOL_GPL vmlinux 0xc46324f6 dynevent_create +EXPORT_SYMBOL_GPL vmlinux 0xc471c67a twl4030_audio_disable_resource +EXPORT_SYMBOL_GPL vmlinux 0xc4739e20 __pm_runtime_set_status +EXPORT_SYMBOL_GPL vmlinux 0xc47a90b9 bpf_fentry_test1 +EXPORT_SYMBOL_GPL vmlinux 0xc47d8fb4 is_dock_device +EXPORT_SYMBOL_GPL vmlinux 0xc47e5013 sdio_claim_host +EXPORT_SYMBOL_GPL vmlinux 0xc484227d gnttab_page_cache_put +EXPORT_SYMBOL_GPL vmlinux 0xc48c4c7a mmput +EXPORT_SYMBOL_GPL vmlinux 0xc498bdc9 devlink_register +EXPORT_SYMBOL_GPL vmlinux 0xc4a31146 rdma_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0xc4a72936 trusted_tpm_send +EXPORT_SYMBOL_GPL vmlinux 0xc4aa8f36 devlink_port_attrs_pci_sf_set +EXPORT_SYMBOL_GPL vmlinux 0xc4adbc64 spi_controller_dma_map_mem_op_data +EXPORT_SYMBOL_GPL vmlinux 0xc4ae6503 crypto_unregister_aeads +EXPORT_SYMBOL_GPL vmlinux 0xc4bdf7b0 serdev_controller_remove +EXPORT_SYMBOL_GPL vmlinux 0xc4d022cb __SCT__tp_func_napi_poll +EXPORT_SYMBOL_GPL vmlinux 0xc4d0d92d pid_vnr +EXPORT_SYMBOL_GPL vmlinux 0xc4df8b1b usb_enable_lpm +EXPORT_SYMBOL_GPL vmlinux 0xc4f0da12 ktime_get_with_offset +EXPORT_SYMBOL_GPL vmlinux 0xc50dca33 __SCT__tp_func_neigh_cleanup_and_release +EXPORT_SYMBOL_GPL vmlinux 0xc512626a __supported_pte_mask +EXPORT_SYMBOL_GPL vmlinux 0xc525b71a wakeup_source_add +EXPORT_SYMBOL_GPL vmlinux 0xc52b500f dev_pm_opp_find_freq_ceil +EXPORT_SYMBOL_GPL vmlinux 0xc531718d devm_hte_request_ts_ns +EXPORT_SYMBOL_GPL vmlinux 0xc5379d34 skcipher_walk_aead_encrypt +EXPORT_SYMBOL_GPL vmlinux 0xc53cb1c9 pci_p2pdma_enable_show +EXPORT_SYMBOL_GPL vmlinux 0xc53f8718 devlink_region_create +EXPORT_SYMBOL_GPL vmlinux 0xc5416efd scsi_host_block +EXPORT_SYMBOL_GPL vmlinux 0xc5431a43 devm_gpiod_get_array_optional +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 0xc577b099 ata_sas_queuecmd +EXPORT_SYMBOL_GPL vmlinux 0xc58a3ee6 icc_node_destroy +EXPORT_SYMBOL_GPL vmlinux 0xc5a5c678 uart_parse_earlycon +EXPORT_SYMBOL_GPL vmlinux 0xc5af6de8 dev_pm_qos_hide_latency_limit +EXPORT_SYMBOL_GPL vmlinux 0xc5b99352 ata_sas_port_resume +EXPORT_SYMBOL_GPL vmlinux 0xc5bbbed3 rtnl_link_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc5bd4c7b crypto_aead_encrypt +EXPORT_SYMBOL_GPL vmlinux 0xc5cef668 pci_check_and_unmask_intx +EXPORT_SYMBOL_GPL vmlinux 0xc5d04406 regulator_allow_bypass +EXPORT_SYMBOL_GPL vmlinux 0xc5d04ce9 gpiod_get_array_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0xc5ebbd29 blk_crypto_evict_key +EXPORT_SYMBOL_GPL vmlinux 0xc5f55a57 tcp_unregister_ulp +EXPORT_SYMBOL_GPL vmlinux 0xc5fb4378 pinctrl_force_default +EXPORT_SYMBOL_GPL vmlinux 0xc5fb8166 extcon_register_notifier_all +EXPORT_SYMBOL_GPL vmlinux 0xc604ab28 __SCT__tp_func_kfree_skb +EXPORT_SYMBOL_GPL vmlinux 0xc617f82c unregister_oom_notifier +EXPORT_SYMBOL_GPL vmlinux 0xc61ae26e blk_queue_max_zone_append_sectors +EXPORT_SYMBOL_GPL vmlinux 0xc61b4942 spi_async +EXPORT_SYMBOL_GPL vmlinux 0xc6250576 ZSTD_isError +EXPORT_SYMBOL_GPL vmlinux 0xc62611e1 scatterwalk_map_and_copy +EXPORT_SYMBOL_GPL vmlinux 0xc6388899 ata_bmdma_error_handler +EXPORT_SYMBOL_GPL vmlinux 0xc64757e6 usb_find_interface +EXPORT_SYMBOL_GPL vmlinux 0xc64bfadc pci_generic_config_write +EXPORT_SYMBOL_GPL vmlinux 0xc64f651e tracepoint_probe_register_prio_may_exist +EXPORT_SYMBOL_GPL vmlinux 0xc64fd66a add_hwgenerator_randomness +EXPORT_SYMBOL_GPL vmlinux 0xc6569014 clk_fixed_rate_ops +EXPORT_SYMBOL_GPL vmlinux 0xc6572a90 xenbus_read_unsigned +EXPORT_SYMBOL_GPL vmlinux 0xc66019cc xen_resume_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc66b77b1 iommu_group_set_iommudata +EXPORT_SYMBOL_GPL vmlinux 0xc6779093 ring_buffer_record_enable +EXPORT_SYMBOL_GPL vmlinux 0xc683da81 set_memory_decrypted +EXPORT_SYMBOL_GPL vmlinux 0xc688b50e rdev_get_id +EXPORT_SYMBOL_GPL vmlinux 0xc68b4e57 ping_err +EXPORT_SYMBOL_GPL vmlinux 0xc68fc14f devm_pwm_get +EXPORT_SYMBOL_GPL vmlinux 0xc69067a3 tty_standard_install +EXPORT_SYMBOL_GPL vmlinux 0xc6930a4a filemap_read +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 0xc6ad0400 devl_trap_groups_register +EXPORT_SYMBOL_GPL vmlinux 0xc6cc8304 blk_crypto_has_capabilities +EXPORT_SYMBOL_GPL vmlinux 0xc6da92af iommu_unmap +EXPORT_SYMBOL_GPL vmlinux 0xc6de9dd0 battery_hook_register +EXPORT_SYMBOL_GPL vmlinux 0xc6def34b gnttab_empty_grant_references +EXPORT_SYMBOL_GPL vmlinux 0xc6e5bcf3 linear_range_get_selector_within +EXPORT_SYMBOL_GPL vmlinux 0xc6e89424 call_switchdev_notifiers +EXPORT_SYMBOL_GPL vmlinux 0xc6f79e35 skb_gso_validate_mac_len +EXPORT_SYMBOL_GPL vmlinux 0xc7030db1 init_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0xc705079a scsi_internal_device_block_nowait +EXPORT_SYMBOL_GPL vmlinux 0xc7061ef3 iova_cache_put +EXPORT_SYMBOL_GPL vmlinux 0xc70db4a3 bsg_job_done +EXPORT_SYMBOL_GPL vmlinux 0xc713bf1d perf_event_sysfs_show +EXPORT_SYMBOL_GPL vmlinux 0xc7185cea dw_pcie_ep_init +EXPORT_SYMBOL_GPL vmlinux 0xc71b3b61 split_page +EXPORT_SYMBOL_GPL vmlinux 0xc71f903d locks_alloc_lock +EXPORT_SYMBOL_GPL vmlinux 0xc720f2f5 shmem_truncate_range +EXPORT_SYMBOL_GPL vmlinux 0xc7224d2f devl_sb_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc7419850 iommu_group_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0xc749d91a xfrm_audit_state_delete +EXPORT_SYMBOL_GPL vmlinux 0xc74cb995 usb_free_streams +EXPORT_SYMBOL_GPL vmlinux 0xc7686327 phy_calibrate +EXPORT_SYMBOL_GPL vmlinux 0xc7856e74 __wake_up_locked_sync_key +EXPORT_SYMBOL_GPL vmlinux 0xc79e0187 iommu_detach_device +EXPORT_SYMBOL_GPL vmlinux 0xc7a1840e llist_add_batch +EXPORT_SYMBOL_GPL vmlinux 0xc7a2b07f smp_ops +EXPORT_SYMBOL_GPL vmlinux 0xc7a682c2 sk_setup_caps +EXPORT_SYMBOL_GPL vmlinux 0xc7a7e770 clk_bulk_enable +EXPORT_SYMBOL_GPL vmlinux 0xc7a81ac2 xenbus_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0xc7c07755 irq_gc_set_wake +EXPORT_SYMBOL_GPL vmlinux 0xc7c23ff0 xenbus_exists +EXPORT_SYMBOL_GPL vmlinux 0xc7c787b7 xhci_reset_bandwidth +EXPORT_SYMBOL_GPL vmlinux 0xc7da526c pinctrl_force_sleep +EXPORT_SYMBOL_GPL vmlinux 0xc7e43a04 dma_mmap_pages +EXPORT_SYMBOL_GPL vmlinux 0xc7e64fc2 asn1_encode_integer +EXPORT_SYMBOL_GPL vmlinux 0xc7effc4d spi_bus_type +EXPORT_SYMBOL_GPL vmlinux 0xc7f7bd07 trace_event_raw_init +EXPORT_SYMBOL_GPL vmlinux 0xc7fa4aa9 kobj_ns_drop +EXPORT_SYMBOL_GPL vmlinux 0xc8001df6 dst_cache_set_ip4 +EXPORT_SYMBOL_GPL vmlinux 0xc80f8e4a devlink_resource_occ_get_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc811091c auxiliary_device_init +EXPORT_SYMBOL_GPL vmlinux 0xc8126340 clear_mce_nospec +EXPORT_SYMBOL_GPL vmlinux 0xc81d1e07 i2c_match_id +EXPORT_SYMBOL_GPL vmlinux 0xc82784e8 dma_async_device_channel_register +EXPORT_SYMBOL_GPL vmlinux 0xc82c721f klist_remove +EXPORT_SYMBOL_GPL vmlinux 0xc839c1ce trace_seq_to_user +EXPORT_SYMBOL_GPL vmlinux 0xc851b702 pci_msix_free_irq +EXPORT_SYMBOL_GPL vmlinux 0xc8594d3d reset_control_acquire +EXPORT_SYMBOL_GPL vmlinux 0xc860da3c pci_sriov_get_totalvfs +EXPORT_SYMBOL_GPL vmlinux 0xc8671efd hwspin_lock_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc874d710 hv_unmap_ioapic_interrupt +EXPORT_SYMBOL_GPL vmlinux 0xc87e487a sched_clock_idle_sleep_event +EXPORT_SYMBOL_GPL vmlinux 0xc8950e12 vcap_rule_find_keysets +EXPORT_SYMBOL_GPL vmlinux 0xc8ad84c5 regulator_get_error_flags +EXPORT_SYMBOL_GPL vmlinux 0xc8ddd5b5 kstrdup_quotable +EXPORT_SYMBOL_GPL vmlinux 0xc8e811d2 __tracepoint_xhci_dbg_quirks +EXPORT_SYMBOL_GPL vmlinux 0xc8f4b97e input_class +EXPORT_SYMBOL_GPL vmlinux 0xc8f69392 set_task_ioprio +EXPORT_SYMBOL_GPL vmlinux 0xc9105396 switchdev_bridge_port_unoffload +EXPORT_SYMBOL_GPL vmlinux 0xc91ee1b5 __SCT__tp_func_mc_event +EXPORT_SYMBOL_GPL vmlinux 0xc91fdf58 percpu_ref_is_zero +EXPORT_SYMBOL_GPL vmlinux 0xc924229d devm_extcon_dev_free +EXPORT_SYMBOL_GPL vmlinux 0xc9345c0f digsig_verify +EXPORT_SYMBOL_GPL vmlinux 0xc93ee1e7 usb_phy_roothub_init +EXPORT_SYMBOL_GPL vmlinux 0xc9561772 fb_destroy_modelist +EXPORT_SYMBOL_GPL vmlinux 0xc95e1570 pci_common_swizzle +EXPORT_SYMBOL_GPL vmlinux 0xc95e522b fwnode_get_phy_mode +EXPORT_SYMBOL_GPL vmlinux 0xc9641b48 visitor32 +EXPORT_SYMBOL_GPL vmlinux 0xc9664d95 virtqueue_get_desc_addr +EXPORT_SYMBOL_GPL vmlinux 0xc9827693 __bpf_call_base +EXPORT_SYMBOL_GPL vmlinux 0xc98aecd4 subsys_dev_iter_next +EXPORT_SYMBOL_GPL vmlinux 0xc99f00bd pm_generic_freeze_noirq +EXPORT_SYMBOL_GPL vmlinux 0xc9a4b416 copy_to_user_nofault +EXPORT_SYMBOL_GPL vmlinux 0xc9b1c155 adp5520_write +EXPORT_SYMBOL_GPL vmlinux 0xc9b5ba94 serdev_device_write_flush +EXPORT_SYMBOL_GPL vmlinux 0xc9bb515e gpiod_to_irq +EXPORT_SYMBOL_GPL vmlinux 0xc9bbc0f7 regulator_set_suspend_voltage +EXPORT_SYMBOL_GPL vmlinux 0xc9bdc5c2 cros_ec_cmd +EXPORT_SYMBOL_GPL vmlinux 0xc9bfabdd da903x_clr_bits +EXPORT_SYMBOL_GPL vmlinux 0xc9c374ec __blkg_prfill_rwstat +EXPORT_SYMBOL_GPL vmlinux 0xc9c3f176 hpet_register_irq_handler +EXPORT_SYMBOL_GPL vmlinux 0xc9cdb9f2 crypto_shash_update +EXPORT_SYMBOL_GPL vmlinux 0xc9ceea06 clk_has_parent +EXPORT_SYMBOL_GPL vmlinux 0xc9d11b93 vp_modern_set_queue_enable +EXPORT_SYMBOL_GPL vmlinux 0xc9e0ae83 pci_create_root_bus +EXPORT_SYMBOL_GPL vmlinux 0xc9e45b77 amd_iommu_is_attach_deferred +EXPORT_SYMBOL_GPL vmlinux 0xc9e484ed br_fdb_test_addr_hook +EXPORT_SYMBOL_GPL vmlinux 0xc9e7a625 regcache_cache_bypass +EXPORT_SYMBOL_GPL vmlinux 0xc9ec4e21 free_percpu +EXPORT_SYMBOL_GPL vmlinux 0xc9f5c60f irq_chip_set_type_parent +EXPORT_SYMBOL_GPL vmlinux 0xc9fd634a usb_role_switch_put +EXPORT_SYMBOL_GPL vmlinux 0xc9fdbe45 pwm_lpss_byt_info +EXPORT_SYMBOL_GPL vmlinux 0xca079ec9 bpf_trace_run10 +EXPORT_SYMBOL_GPL vmlinux 0xca0dba96 icc_set_bw +EXPORT_SYMBOL_GPL vmlinux 0xca1c30a5 sdio_readsb +EXPORT_SYMBOL_GPL vmlinux 0xca37188a iomap_dio_rw +EXPORT_SYMBOL_GPL vmlinux 0xca454a34 vt_get_leds +EXPORT_SYMBOL_GPL vmlinux 0xca467318 hibernation_set_ops +EXPORT_SYMBOL_GPL vmlinux 0xca500464 ZSTD_getErrorName +EXPORT_SYMBOL_GPL vmlinux 0xca51da40 tpm_is_tpm2 +EXPORT_SYMBOL_GPL vmlinux 0xca5d2aea thermal_zone_device_disable +EXPORT_SYMBOL_GPL vmlinux 0xca7ac94a mmc_app_cmd +EXPORT_SYMBOL_GPL vmlinux 0xca7d8764 kthread_freezable_should_stop +EXPORT_SYMBOL_GPL vmlinux 0xca908545 __suspend_report_result +EXPORT_SYMBOL_GPL vmlinux 0xca992034 dummy_con +EXPORT_SYMBOL_GPL vmlinux 0xca9a1d5e ring_buffer_free +EXPORT_SYMBOL_GPL vmlinux 0xca9d3390 serdev_device_wait_until_sent +EXPORT_SYMBOL_GPL vmlinux 0xcaa2824f key_type_logon +EXPORT_SYMBOL_GPL vmlinux 0xcaa68533 cpu_has_xfeatures +EXPORT_SYMBOL_GPL vmlinux 0xcaa710b9 iommu_group_add_device +EXPORT_SYMBOL_GPL vmlinux 0xcab9824f ethnl_cable_test_result +EXPORT_SYMBOL_GPL vmlinux 0xcabe04de cpuidle_resume_and_unlock +EXPORT_SYMBOL_GPL vmlinux 0xcac8c7f9 iommu_present +EXPORT_SYMBOL_GPL vmlinux 0xcacd683f iommu_device_register +EXPORT_SYMBOL_GPL vmlinux 0xcad7810c xfrm_register_translator +EXPORT_SYMBOL_GPL vmlinux 0xcaddba7e fixed_phy_change_carrier +EXPORT_SYMBOL_GPL vmlinux 0xcae26957 pin_get_name +EXPORT_SYMBOL_GPL vmlinux 0xcae87803 __acpi_node_get_property_reference +EXPORT_SYMBOL_GPL vmlinux 0xcaf1d958 evtchn_get +EXPORT_SYMBOL_GPL vmlinux 0xcaf43621 crypto_unregister_ahashes +EXPORT_SYMBOL_GPL vmlinux 0xcaf7bee0 unregister_fprobe +EXPORT_SYMBOL_GPL vmlinux 0xcb0ccf5d ip_valid_fib_dump_req +EXPORT_SYMBOL_GPL vmlinux 0xcb0d98be spi_get_device_match_data +EXPORT_SYMBOL_GPL vmlinux 0xcb186931 pkcs7_validate_trust +EXPORT_SYMBOL_GPL vmlinux 0xcb2bfe2b nvmem_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0xcb2c63ab usb_disable_xhci_ports +EXPORT_SYMBOL_GPL vmlinux 0xcb349fa4 clk_mux_ops +EXPORT_SYMBOL_GPL vmlinux 0xcb3e27d6 xdp_rxq_info_unreg_mem_model +EXPORT_SYMBOL_GPL vmlinux 0xcb4c9433 msg_zerocopy_put_abort +EXPORT_SYMBOL_GPL vmlinux 0xcb4df71e usb_sg_wait +EXPORT_SYMBOL_GPL vmlinux 0xcb561441 mem_dump_obj +EXPORT_SYMBOL_GPL vmlinux 0xcb5c6cfa rio_mport_get_physefb +EXPORT_SYMBOL_GPL vmlinux 0xcb6ada90 fwnode_connection_find_match +EXPORT_SYMBOL_GPL vmlinux 0xcb6dce1a inet6_compat_ioctl +EXPORT_SYMBOL_GPL vmlinux 0xcb770cfb ata_sas_tport_delete +EXPORT_SYMBOL_GPL vmlinux 0xcb7ecc3b clk_hw_register_fractional_divider +EXPORT_SYMBOL_GPL vmlinux 0xcb8a461c hv_stimer_legacy_cleanup +EXPORT_SYMBOL_GPL vmlinux 0xcb970751 stop_machine +EXPORT_SYMBOL_GPL vmlinux 0xcb9dc3b7 trace_get_event_file +EXPORT_SYMBOL_GPL vmlinux 0xcbb46ca0 misc_cg_set_capacity +EXPORT_SYMBOL_GPL vmlinux 0xcbc32a36 regcache_drop_region +EXPORT_SYMBOL_GPL vmlinux 0xcbce341a simple_attr_read +EXPORT_SYMBOL_GPL vmlinux 0xcbe56bc2 zs_get_total_pages +EXPORT_SYMBOL_GPL vmlinux 0xcbf88b7f debugfs_lookup +EXPORT_SYMBOL_GPL vmlinux 0xcbf95d33 blk_queue_rq_timeout +EXPORT_SYMBOL_GPL vmlinux 0xcbf9c79e xfrm_audit_state_replay_overflow +EXPORT_SYMBOL_GPL vmlinux 0xcc1d51b1 devm_usb_get_phy +EXPORT_SYMBOL_GPL vmlinux 0xcc1f53d1 register_btf_fmodret_id_set +EXPORT_SYMBOL_GPL vmlinux 0xcc235a37 pm_runtime_allow +EXPORT_SYMBOL_GPL vmlinux 0xcc2a86ea i2c_generic_scl_recovery +EXPORT_SYMBOL_GPL vmlinux 0xcc2dbfd8 irq_domain_check_msi_remap +EXPORT_SYMBOL_GPL vmlinux 0xcc319db0 sata_link_scr_lpm +EXPORT_SYMBOL_GPL vmlinux 0xcc351523 regmap_register_patch +EXPORT_SYMBOL_GPL vmlinux 0xcc39c03e nvmem_unregister +EXPORT_SYMBOL_GPL vmlinux 0xcc50d191 dw_pcie_host_init +EXPORT_SYMBOL_GPL vmlinux 0xcc56acbb device_create_file +EXPORT_SYMBOL_GPL vmlinux 0xcc5dc0f8 crypto_lookup_template +EXPORT_SYMBOL_GPL vmlinux 0xcc64429f crypto_aead_setauthsize +EXPORT_SYMBOL_GPL vmlinux 0xcc78c64a inet_csk_clone_lock +EXPORT_SYMBOL_GPL vmlinux 0xcc795932 devlink_region_snapshot_id_put +EXPORT_SYMBOL_GPL vmlinux 0xcc86058b vp_modern_get_driver_features +EXPORT_SYMBOL_GPL vmlinux 0xcc9268fc hwpoison_filter_enable +EXPORT_SYMBOL_GPL vmlinux 0xcc93083a scsi_flush_work +EXPORT_SYMBOL_GPL vmlinux 0xcc935375 walk_iomem_res_desc +EXPORT_SYMBOL_GPL vmlinux 0xccabde6f crc64_rocksoft_generic +EXPORT_SYMBOL_GPL vmlinux 0xccb42145 vcap_del_rule +EXPORT_SYMBOL_GPL vmlinux 0xccc8c861 devm_of_phy_provider_unregister +EXPORT_SYMBOL_GPL vmlinux 0xcccfb2fa sata_deb_timing_hotplug +EXPORT_SYMBOL_GPL vmlinux 0xccd86806 ata_id_string +EXPORT_SYMBOL_GPL vmlinux 0xccd9793e __traceiter_rpm_suspend +EXPORT_SYMBOL_GPL vmlinux 0xcce30052 rio_request_dma +EXPORT_SYMBOL_GPL vmlinux 0xccf45436 mptcp_token_iter_next +EXPORT_SYMBOL_GPL vmlinux 0xccf52bc9 sfp_upstream_start +EXPORT_SYMBOL_GPL vmlinux 0xcd01ca9d ata_sas_scsi_ioctl +EXPORT_SYMBOL_GPL vmlinux 0xcd0e3298 clockevents_config_and_register +EXPORT_SYMBOL_GPL vmlinux 0xcd1204d6 perf_event_release_kernel +EXPORT_SYMBOL_GPL vmlinux 0xcd145e9e __auxiliary_device_add +EXPORT_SYMBOL_GPL vmlinux 0xcd24e146 hash_digest_size +EXPORT_SYMBOL_GPL vmlinux 0xcd2834b1 extcon_unregister_notifier_all +EXPORT_SYMBOL_GPL vmlinux 0xcd29f7b9 devm_regulator_bulk_get_exclusive +EXPORT_SYMBOL_GPL vmlinux 0xcd31524d vcap_copy_rule +EXPORT_SYMBOL_GPL vmlinux 0xcd33a88b report_iommu_fault +EXPORT_SYMBOL_GPL vmlinux 0xcd5b96e1 devm_clk_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0xcd618e3d rio_mport_send_doorbell +EXPORT_SYMBOL_GPL vmlinux 0xcd64642b __tracepoint_block_rq_insert +EXPORT_SYMBOL_GPL vmlinux 0xcd6c7c56 task_user_regset_view +EXPORT_SYMBOL_GPL vmlinux 0xcd6ed03a __fl6_sock_lookup +EXPORT_SYMBOL_GPL vmlinux 0xcd6f2dc9 nf_log_buf_add +EXPORT_SYMBOL_GPL vmlinux 0xcd7f9060 iommu_report_device_fault +EXPORT_SYMBOL_GPL vmlinux 0xcd8095ed pwm_request +EXPORT_SYMBOL_GPL vmlinux 0xcd81a945 switch_fpu_return +EXPORT_SYMBOL_GPL vmlinux 0xcd8e8f82 uv_bios_enum_objs +EXPORT_SYMBOL_GPL vmlinux 0xcd91b127 system_highpri_wq +EXPORT_SYMBOL_GPL vmlinux 0xcd9cd2ff wakeme_after_rcu +EXPORT_SYMBOL_GPL vmlinux 0xcdb6adcc ras_userspace_consumers +EXPORT_SYMBOL_GPL vmlinux 0xcdba4e9e fwnode_graph_get_next_endpoint +EXPORT_SYMBOL_GPL vmlinux 0xcdca3691 nr_irqs +EXPORT_SYMBOL_GPL vmlinux 0xcdd1f812 fib_rules_seq_read +EXPORT_SYMBOL_GPL vmlinux 0xcdd57c1a bpf_offload_dev_netdev_unregister +EXPORT_SYMBOL_GPL vmlinux 0xcddc3e24 get_task_pid +EXPORT_SYMBOL_GPL vmlinux 0xcde26600 cppc_get_transition_latency +EXPORT_SYMBOL_GPL vmlinux 0xcded0680 crypto_register_instance +EXPORT_SYMBOL_GPL vmlinux 0xcdf0cb90 open_related_ns +EXPORT_SYMBOL_GPL vmlinux 0xcdfd2778 edac_mc_handle_error +EXPORT_SYMBOL_GPL vmlinux 0xce07388e register_pernet_subsys +EXPORT_SYMBOL_GPL vmlinux 0xce0a4020 xenbus_directory +EXPORT_SYMBOL_GPL vmlinux 0xce2db205 tpm_chip_unregister +EXPORT_SYMBOL_GPL vmlinux 0xce2f5fc3 platform_irq_count +EXPORT_SYMBOL_GPL vmlinux 0xce306384 cpufreq_disable_fast_switch +EXPORT_SYMBOL_GPL vmlinux 0xce37aea0 ohci_hub_control +EXPORT_SYMBOL_GPL vmlinux 0xce3c992d devm_extcon_dev_unregister +EXPORT_SYMBOL_GPL vmlinux 0xce402d90 ata_bmdma_stop +EXPORT_SYMBOL_GPL vmlinux 0xce54084d blk_rq_is_poll +EXPORT_SYMBOL_GPL vmlinux 0xce543415 ftrace_set_filter_ip +EXPORT_SYMBOL_GPL vmlinux 0xce60da91 fs_kobj +EXPORT_SYMBOL_GPL vmlinux 0xce6db656 rcu_is_watching +EXPORT_SYMBOL_GPL vmlinux 0xce9213f7 genphy_c45_check_and_restart_aneg +EXPORT_SYMBOL_GPL vmlinux 0xce9d766f crypto_register_scomp +EXPORT_SYMBOL_GPL vmlinux 0xce9e4e00 rdev_get_regmap +EXPORT_SYMBOL_GPL vmlinux 0xcea6e9fc sdio_set_block_size +EXPORT_SYMBOL_GPL vmlinux 0xceaa19d2 pci_store_saved_state +EXPORT_SYMBOL_GPL vmlinux 0xceb1f126 mpi_read_raw_data +EXPORT_SYMBOL_GPL vmlinux 0xceb66bec sched_clock_cpu +EXPORT_SYMBOL_GPL vmlinux 0xcecb3718 hwmon_device_register_with_info +EXPORT_SYMBOL_GPL vmlinux 0xcee1641c kgdb_unregister_nmi_console +EXPORT_SYMBOL_GPL vmlinux 0xcee5b2fc nvmem_device_find +EXPORT_SYMBOL_GPL vmlinux 0xcee6691d virtqueue_add_inbuf_ctx +EXPORT_SYMBOL_GPL vmlinux 0xceecc7ec fwnode_property_read_u8_array +EXPORT_SYMBOL_GPL vmlinux 0xcf02ab71 __SCT__tp_func_block_rq_remap +EXPORT_SYMBOL_GPL vmlinux 0xcf1220e5 crypto_larval_alloc +EXPORT_SYMBOL_GPL vmlinux 0xcf1e67d3 dm_device_name +EXPORT_SYMBOL_GPL vmlinux 0xcf2583ef fuse_dax_cancel_work +EXPORT_SYMBOL_GPL vmlinux 0xcf2b93c8 __SCT__tp_func_ata_tf_load +EXPORT_SYMBOL_GPL vmlinux 0xcf2c63ab crypto_unregister_kpp +EXPORT_SYMBOL_GPL vmlinux 0xcf2ec5e6 ata_bmdma_dumb_qc_prep +EXPORT_SYMBOL_GPL vmlinux 0xcf409c3e fat_truncate_time +EXPORT_SYMBOL_GPL vmlinux 0xcf5007c6 phy_restart_aneg +EXPORT_SYMBOL_GPL vmlinux 0xcf63ae51 blk_freeze_queue_start +EXPORT_SYMBOL_GPL vmlinux 0xcf6573bc dma_vunmap_noncontiguous +EXPORT_SYMBOL_GPL vmlinux 0xcf657b41 bgpio_init +EXPORT_SYMBOL_GPL vmlinux 0xcf65f71b udp4_hwcsum +EXPORT_SYMBOL_GPL vmlinux 0xcf708af3 shash_no_setkey +EXPORT_SYMBOL_GPL vmlinux 0xcf82d198 __fscrypt_inode_uses_inline_crypto +EXPORT_SYMBOL_GPL vmlinux 0xcf8714c4 __traceiter_napi_poll +EXPORT_SYMBOL_GPL vmlinux 0xcf9751b7 acpi_dev_ready_for_enumeration +EXPORT_SYMBOL_GPL vmlinux 0xcfc5108a devlink_fmsg_u8_pair_put +EXPORT_SYMBOL_GPL vmlinux 0xcfc7b4e4 rcu_barrier_tasks_trace +EXPORT_SYMBOL_GPL vmlinux 0xcfc85c97 max8997_bulk_write +EXPORT_SYMBOL_GPL vmlinux 0xcfcac39a get_state_synchronize_srcu +EXPORT_SYMBOL_GPL vmlinux 0xcfd30d71 acpi_os_map_memory +EXPORT_SYMBOL_GPL vmlinux 0xcfffc306 regulator_suspend_disable +EXPORT_SYMBOL_GPL vmlinux 0xd00241a1 acpi_get_acpi_dev +EXPORT_SYMBOL_GPL vmlinux 0xd0153ec8 ip6_dst_lookup_tunnel +EXPORT_SYMBOL_GPL vmlinux 0xd0177a65 acrn_setup_intr_handler +EXPORT_SYMBOL_GPL vmlinux 0xd02b29e7 gpiod_set_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0xd02e6f03 usb_phy_roothub_resume +EXPORT_SYMBOL_GPL vmlinux 0xd0326118 device_set_node +EXPORT_SYMBOL_GPL vmlinux 0xd03eaf4c schedule_hrtimeout_range +EXPORT_SYMBOL_GPL vmlinux 0xd03f81e3 sysfs_break_active_protection +EXPORT_SYMBOL_GPL vmlinux 0xd0458ccb xenbus_strstate +EXPORT_SYMBOL_GPL vmlinux 0xd05c33ea crypto_register_rng +EXPORT_SYMBOL_GPL vmlinux 0xd05ea093 led_trigger_event +EXPORT_SYMBOL_GPL vmlinux 0xd06524ba raw_notifier_chain_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd067d3c5 system_freezable_power_efficient_wq +EXPORT_SYMBOL_GPL vmlinux 0xd06e2e31 wait_on_page_writeback +EXPORT_SYMBOL_GPL vmlinux 0xd06f6317 ata_sas_port_start +EXPORT_SYMBOL_GPL vmlinux 0xd073a04a usb_hcd_unmap_urb_setup_for_dma +EXPORT_SYMBOL_GPL vmlinux 0xd08057a8 gpiochip_free_own_desc +EXPORT_SYMBOL_GPL vmlinux 0xd09157b2 blk_crypto_profile_destroy +EXPORT_SYMBOL_GPL vmlinux 0xd09911a6 acpi_dev_get_irq_type +EXPORT_SYMBOL_GPL vmlinux 0xd0a1d5b0 regulator_irq_map_event_simple +EXPORT_SYMBOL_GPL vmlinux 0xd0aa8e60 simple_attr_release +EXPORT_SYMBOL_GPL vmlinux 0xd0c05159 emergency_restart +EXPORT_SYMBOL_GPL vmlinux 0xd0cc2da3 devm_power_supply_register +EXPORT_SYMBOL_GPL vmlinux 0xd0d156e9 __rht_bucket_nested +EXPORT_SYMBOL_GPL vmlinux 0xd0d1bfdb debugfs_create_x8 +EXPORT_SYMBOL_GPL vmlinux 0xd0d3f0a4 gen_pool_avail +EXPORT_SYMBOL_GPL vmlinux 0xd0d9beb2 __folio_lock_killable +EXPORT_SYMBOL_GPL vmlinux 0xd0da84b0 i2c_acpi_client_count +EXPORT_SYMBOL_GPL vmlinux 0xd0db0f12 run_dax +EXPORT_SYMBOL_GPL vmlinux 0xd0df12ba __SCT__tp_func_powernv_throttle +EXPORT_SYMBOL_GPL vmlinux 0xd0e4b672 bd_unlink_disk_holder +EXPORT_SYMBOL_GPL vmlinux 0xd0f6ca1c tracing_cond_snapshot_data +EXPORT_SYMBOL_GPL vmlinux 0xd0fd7085 hwrng_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd129ef40 __traceiter_neigh_update_done +EXPORT_SYMBOL_GPL vmlinux 0xd138c08a free_iova_fast +EXPORT_SYMBOL_GPL vmlinux 0xd13a94d1 __SCT__tp_func_devlink_trap_report +EXPORT_SYMBOL_GPL vmlinux 0xd13e4af8 dma_fence_unwrap_next +EXPORT_SYMBOL_GPL vmlinux 0xd1481de7 mpi_clear +EXPORT_SYMBOL_GPL vmlinux 0xd159586c net_prio_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0xd17f3cbd __bio_add_page +EXPORT_SYMBOL_GPL vmlinux 0xd1916f73 exportfs_decode_fh_raw +EXPORT_SYMBOL_GPL vmlinux 0xd19da1c8 ata_scsi_change_queue_depth +EXPORT_SYMBOL_GPL vmlinux 0xd1c1b95d regulator_get_optional +EXPORT_SYMBOL_GPL vmlinux 0xd1cac7bf unregister_ftrace_direct +EXPORT_SYMBOL_GPL vmlinux 0xd1cbc23c add_timer_on +EXPORT_SYMBOL_GPL vmlinux 0xd1db3f8f vfs_get_acl +EXPORT_SYMBOL_GPL vmlinux 0xd1dd9738 ohci_suspend +EXPORT_SYMBOL_GPL vmlinux 0xd1df4597 switchdev_port_attr_set +EXPORT_SYMBOL_GPL vmlinux 0xd1e2210b bus_find_device +EXPORT_SYMBOL_GPL vmlinux 0xd1e6d209 acpi_pm_set_device_wakeup +EXPORT_SYMBOL_GPL vmlinux 0xd1e9b2ad __SCT__tp_func_rpm_resume +EXPORT_SYMBOL_GPL vmlinux 0xd1f2eee2 nf_logger_find_get +EXPORT_SYMBOL_GPL vmlinux 0xd1f800a6 regulator_register +EXPORT_SYMBOL_GPL vmlinux 0xd1faa6a4 kset_create_and_add +EXPORT_SYMBOL_GPL vmlinux 0xd204cd1b irq_chip_mask_ack_parent +EXPORT_SYMBOL_GPL vmlinux 0xd20c66ab __SCT__tp_func_sched_util_est_se_tp +EXPORT_SYMBOL_GPL vmlinux 0xd217e9e6 trace_set_clr_event +EXPORT_SYMBOL_GPL vmlinux 0xd21808b5 bus_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0xd2186836 _proc_mkdir +EXPORT_SYMBOL_GPL vmlinux 0xd21b61bd async_schedule_node_domain +EXPORT_SYMBOL_GPL vmlinux 0xd2267275 ping_unhash +EXPORT_SYMBOL_GPL vmlinux 0xd23a0196 icc_std_aggregate +EXPORT_SYMBOL_GPL vmlinux 0xd2423f76 i2c_acpi_get_i2c_resource +EXPORT_SYMBOL_GPL vmlinux 0xd24352bf usb_get_intf +EXPORT_SYMBOL_GPL vmlinux 0xd24e9e8c klist_init +EXPORT_SYMBOL_GPL vmlinux 0xd260af0d ring_buffer_write +EXPORT_SYMBOL_GPL vmlinux 0xd273b1b1 __round_jiffies_up_relative +EXPORT_SYMBOL_GPL vmlinux 0xd2780326 divider_recalc_rate +EXPORT_SYMBOL_GPL vmlinux 0xd27eeb4b alloc_iova +EXPORT_SYMBOL_GPL vmlinux 0xd27f215d gnttab_alloc_grant_references +EXPORT_SYMBOL_GPL vmlinux 0xd28b1312 pm_generic_resume_early +EXPORT_SYMBOL_GPL vmlinux 0xd28ccf1f scsi_autopm_put_device +EXPORT_SYMBOL_GPL vmlinux 0xd29c1f10 __traceiter_error_report_end +EXPORT_SYMBOL_GPL vmlinux 0xd2a60922 ata_cable_unknown +EXPORT_SYMBOL_GPL vmlinux 0xd2aa2c3c gpiod_set_transitory +EXPORT_SYMBOL_GPL vmlinux 0xd2abd806 platform_device_alloc +EXPORT_SYMBOL_GPL vmlinux 0xd2b10a05 ata_timing_find_mode +EXPORT_SYMBOL_GPL vmlinux 0xd2bb04c5 elv_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd2d7e59b unregister_platform_power_off +EXPORT_SYMBOL_GPL vmlinux 0xd2e45e0b ata_dev_pair +EXPORT_SYMBOL_GPL vmlinux 0xd2ed24e9 power_supply_charge_behaviour_show +EXPORT_SYMBOL_GPL vmlinux 0xd30057db serial8250_read_char +EXPORT_SYMBOL_GPL vmlinux 0xd302621b divider_determine_rate +EXPORT_SYMBOL_GPL vmlinux 0xd3099e1e power_supply_put +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 0xd330b313 devm_release_action +EXPORT_SYMBOL_GPL vmlinux 0xd34c6299 usb_urb_ep_type_check +EXPORT_SYMBOL_GPL vmlinux 0xd35491d6 wwan_register_ops +EXPORT_SYMBOL_GPL vmlinux 0xd36760ef __usb_get_extra_descriptor +EXPORT_SYMBOL_GPL vmlinux 0xd36e4739 icc_provider_deregister +EXPORT_SYMBOL_GPL vmlinux 0xd3752c27 atomic_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0xd37fc8ff pci_epc_destroy +EXPORT_SYMBOL_GPL vmlinux 0xd388dd70 synth_event_gen_cmd_array_start +EXPORT_SYMBOL_GPL vmlinux 0xd39e9848 put_itimerspec64 +EXPORT_SYMBOL_GPL vmlinux 0xd3a46a06 dw_pcie_ep_raise_msi_irq +EXPORT_SYMBOL_GPL vmlinux 0xd3d13130 regulator_disable +EXPORT_SYMBOL_GPL vmlinux 0xd3d2c897 __udp4_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0xd3eaf1ed devlink_dpipe_entry_clear +EXPORT_SYMBOL_GPL vmlinux 0xd3ec851c __traceiter_unmap +EXPORT_SYMBOL_GPL vmlinux 0xd3eecc43 fscrypt_file_open +EXPORT_SYMBOL_GPL vmlinux 0xd4034828 system_freezable_wq +EXPORT_SYMBOL_GPL vmlinux 0xd40e104b fwnode_handle_put +EXPORT_SYMBOL_GPL vmlinux 0xd416cfec perf_guest_get_msrs +EXPORT_SYMBOL_GPL vmlinux 0xd41a19bd kthread_flush_worker +EXPORT_SYMBOL_GPL vmlinux 0xd41ed798 extcon_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0xd426dbc4 erst_get_record_count +EXPORT_SYMBOL_GPL vmlinux 0xd42f1d4e show_rcu_tasks_rude_gp_kthread +EXPORT_SYMBOL_GPL vmlinux 0xd43b7fbd usb_hc_died +EXPORT_SYMBOL_GPL vmlinux 0xd4404350 __SCT__tp_func_block_split +EXPORT_SYMBOL_GPL vmlinux 0xd44a5eac kgdb_register_nmi_console +EXPORT_SYMBOL_GPL vmlinux 0xd4505918 ip6_redirect +EXPORT_SYMBOL_GPL vmlinux 0xd45bc8a4 cpufreq_cpu_put +EXPORT_SYMBOL_GPL vmlinux 0xd4670183 clk_hw_get_parent_index +EXPORT_SYMBOL_GPL vmlinux 0xd4670eb8 acpi_unregister_lps0_dev +EXPORT_SYMBOL_GPL vmlinux 0xd46a3f95 cdrom_multisession +EXPORT_SYMBOL_GPL vmlinux 0xd46af5ef cppc_get_perf_ctrs +EXPORT_SYMBOL_GPL vmlinux 0xd4872d59 ip6_datagram_recv_ctl +EXPORT_SYMBOL_GPL vmlinux 0xd490c840 devlink_health_reporter_create +EXPORT_SYMBOL_GPL vmlinux 0xd497ce54 pm_clk_add +EXPORT_SYMBOL_GPL vmlinux 0xd4a69400 wm831x_auxadc_read_uv +EXPORT_SYMBOL_GPL vmlinux 0xd4b4f4a6 devm_device_add_group +EXPORT_SYMBOL_GPL vmlinux 0xd4b51f10 regulator_list_voltage_linear_range +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 0xd4d95139 skb_gso_validate_network_len +EXPORT_SYMBOL_GPL vmlinux 0xd4e6d7e0 linear_range_get_value +EXPORT_SYMBOL_GPL vmlinux 0xd4e8f831 __tracepoint_tcp_send_reset +EXPORT_SYMBOL_GPL vmlinux 0xd4f5bfa5 iommu_queue_iopf +EXPORT_SYMBOL_GPL vmlinux 0xd4fd19f8 rio_mport_write_config_8 +EXPORT_SYMBOL_GPL vmlinux 0xd50058ab pci_p2pmem_free_sgl +EXPORT_SYMBOL_GPL vmlinux 0xd5125e1a blk_mq_hctx_set_fq_lock_class +EXPORT_SYMBOL_GPL vmlinux 0xd51402b1 class_for_each_device +EXPORT_SYMBOL_GPL vmlinux 0xd5234e14 intel_pinctrl_probe_by_uid +EXPORT_SYMBOL_GPL vmlinux 0xd5301b2c linear_range_get_max_value +EXPORT_SYMBOL_GPL vmlinux 0xd53c67b3 unregister_net_sysctl_table +EXPORT_SYMBOL_GPL vmlinux 0xd53f2e54 i2c_bus_type +EXPORT_SYMBOL_GPL vmlinux 0xd53ff275 subsys_system_register +EXPORT_SYMBOL_GPL vmlinux 0xd542d42f regmap_mmio_detach_clk +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 0xd574de8e iommu_set_pgtable_quirks +EXPORT_SYMBOL_GPL vmlinux 0xd5787987 devlink_trap_groups_register +EXPORT_SYMBOL_GPL vmlinux 0xd57c4000 __devm_rtc_register_device +EXPORT_SYMBOL_GPL vmlinux 0xd57f197e perf_event_create_kernel_counter +EXPORT_SYMBOL_GPL vmlinux 0xd580ab52 scsi_check_sense +EXPORT_SYMBOL_GPL vmlinux 0xd5980f11 srcu_barrier +EXPORT_SYMBOL_GPL vmlinux 0xd59967d3 __irq_resolve_mapping +EXPORT_SYMBOL_GPL vmlinux 0xd59a1587 linkmode_resolve_pause +EXPORT_SYMBOL_GPL vmlinux 0xd5b178f8 dev_pm_domain_start +EXPORT_SYMBOL_GPL vmlinux 0xd5b2a3a6 tcpv6_prot +EXPORT_SYMBOL_GPL vmlinux 0xd5c09fb6 devfreq_get_devfreq_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0xd5dbec1f da9052_enable_irq +EXPORT_SYMBOL_GPL vmlinux 0xd5f3bb7b set_memory_encrypted +EXPORT_SYMBOL_GPL vmlinux 0xd6029505 pci_user_write_config_word +EXPORT_SYMBOL_GPL vmlinux 0xd61356b5 iptunnel_metadata_reply +EXPORT_SYMBOL_GPL vmlinux 0xd6157d05 serial8250_update_uartclk +EXPORT_SYMBOL_GPL vmlinux 0xd61b19a0 ata_sff_prereset +EXPORT_SYMBOL_GPL vmlinux 0xd62a5b37 gpiochip_irq_domain_activate +EXPORT_SYMBOL_GPL vmlinux 0xd63254c9 mddev_init_writes_pending +EXPORT_SYMBOL_GPL vmlinux 0xd6369a32 regulator_set_voltage_sel_regmap +EXPORT_SYMBOL_GPL vmlinux 0xd636dca2 icc_link_create +EXPORT_SYMBOL_GPL vmlinux 0xd6399cb1 device_release_driver +EXPORT_SYMBOL_GPL vmlinux 0xd63b522a regulator_get_current_limit +EXPORT_SYMBOL_GPL vmlinux 0xd64ed259 __memcat_p +EXPORT_SYMBOL_GPL vmlinux 0xd64fa4c7 class_dev_iter_next +EXPORT_SYMBOL_GPL vmlinux 0xd6622984 sdio_readl +EXPORT_SYMBOL_GPL vmlinux 0xd66a7a35 sbitmap_queue_wake_all +EXPORT_SYMBOL_GPL vmlinux 0xd66b4f0f serial8250_request_dma +EXPORT_SYMBOL_GPL vmlinux 0xd67364f7 eventfd_ctx_fdget +EXPORT_SYMBOL_GPL vmlinux 0xd6923580 pci_dev_unlock +EXPORT_SYMBOL_GPL vmlinux 0xd6aafb42 crc64_rocksoft +EXPORT_SYMBOL_GPL vmlinux 0xd6b27e8a xas_set_mark +EXPORT_SYMBOL_GPL vmlinux 0xd6c08028 relay_flush +EXPORT_SYMBOL_GPL vmlinux 0xd6d2b909 io_cgrp_subsys +EXPORT_SYMBOL_GPL vmlinux 0xd6d9714c devm_gpiod_get_optional +EXPORT_SYMBOL_GPL vmlinux 0xd6df01f7 perf_get_hw_event_config +EXPORT_SYMBOL_GPL vmlinux 0xd6df1180 sata_scr_write +EXPORT_SYMBOL_GPL vmlinux 0xd6e1c737 pm_genpd_add_device +EXPORT_SYMBOL_GPL vmlinux 0xd6e93c75 pci_rescan_bus +EXPORT_SYMBOL_GPL vmlinux 0xd6ed25f0 acpi_register_lps0_dev +EXPORT_SYMBOL_GPL vmlinux 0xd6f9b18d pci_ioremap_bar +EXPORT_SYMBOL_GPL vmlinux 0xd6feefa5 agp_num_entries +EXPORT_SYMBOL_GPL vmlinux 0xd704f13c ip6_dst_lookup +EXPORT_SYMBOL_GPL vmlinux 0xd718d406 xdp_build_skb_from_frame +EXPORT_SYMBOL_GPL vmlinux 0xd725cd9b ata_sff_tf_load +EXPORT_SYMBOL_GPL vmlinux 0xd7269c64 osc_sb_native_usb4_control +EXPORT_SYMBOL_GPL vmlinux 0xd72777df regmap_field_read +EXPORT_SYMBOL_GPL vmlinux 0xd7282cc7 crypto_rng_reset +EXPORT_SYMBOL_GPL vmlinux 0xd7293ffc percpu_ref_reinit +EXPORT_SYMBOL_GPL vmlinux 0xd72feba2 xenbus_read_driver_state +EXPORT_SYMBOL_GPL vmlinux 0xd745dc47 serial8250_do_startup +EXPORT_SYMBOL_GPL vmlinux 0xd74e400f show_rcu_tasks_classic_gp_kthread +EXPORT_SYMBOL_GPL vmlinux 0xd75b20aa rsa_parse_priv_key +EXPORT_SYMBOL_GPL vmlinux 0xd766aa48 zap_vma_ptes +EXPORT_SYMBOL_GPL vmlinux 0xd768e985 regulator_has_full_constraints +EXPORT_SYMBOL_GPL vmlinux 0xd7778a6b pm_runtime_forbid +EXPORT_SYMBOL_GPL vmlinux 0xd78a0f40 phy_set_speed +EXPORT_SYMBOL_GPL vmlinux 0xd78b617c kgdb_unregister_io_module +EXPORT_SYMBOL_GPL vmlinux 0xd7917328 fbcon_modechange_possible +EXPORT_SYMBOL_GPL vmlinux 0xd7984005 devfreq_cooling_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd7a3139b put_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0xd7a86ea4 tcp_twsk_purge +EXPORT_SYMBOL_GPL vmlinux 0xd7aea26e kernel_read_file_from_path_initns +EXPORT_SYMBOL_GPL vmlinux 0xd7b09b63 ata_eh_freeze_port +EXPORT_SYMBOL_GPL vmlinux 0xd7b6f08d srcu_init_notifier_head +EXPORT_SYMBOL_GPL vmlinux 0xd7cd6cf7 vcap_keyfield_name +EXPORT_SYMBOL_GPL vmlinux 0xd7cea889 edac_mod_work +EXPORT_SYMBOL_GPL vmlinux 0xd7d29b97 init_user_ns +EXPORT_SYMBOL_GPL vmlinux 0xd7d523c1 rtc_update_irq +EXPORT_SYMBOL_GPL vmlinux 0xd7d7f2a7 devlink_port_health_reporter_destroy +EXPORT_SYMBOL_GPL vmlinux 0xd7e087eb fat_search_long +EXPORT_SYMBOL_GPL vmlinux 0xd7ef0b15 tty_encode_baud_rate +EXPORT_SYMBOL_GPL vmlinux 0xd8105057 dev_pm_genpd_get_next_hrtimer +EXPORT_SYMBOL_GPL vmlinux 0xd813404d __tracepoint_napi_poll +EXPORT_SYMBOL_GPL vmlinux 0xd8248bdb bpf_sk_storage_diag_put +EXPORT_SYMBOL_GPL vmlinux 0xd83438d6 to_nvdimm +EXPORT_SYMBOL_GPL vmlinux 0xd83a54e7 usb_put_phy +EXPORT_SYMBOL_GPL vmlinux 0xd83a5b4b fwnode_get_phy_node +EXPORT_SYMBOL_GPL vmlinux 0xd8463c83 crypto_stats_rng_generate +EXPORT_SYMBOL_GPL vmlinux 0xd84d35bd dax_read_lock +EXPORT_SYMBOL_GPL vmlinux 0xd87fc0a0 usb_amd_prefetch_quirk +EXPORT_SYMBOL_GPL vmlinux 0xd88defca __dma_fence_unwrap_merge +EXPORT_SYMBOL_GPL vmlinux 0xd89af1c2 iommu_map +EXPORT_SYMBOL_GPL vmlinux 0xd8abb214 nvdimm_in_overwrite +EXPORT_SYMBOL_GPL vmlinux 0xd8b1dc45 pci_restore_msi_state +EXPORT_SYMBOL_GPL vmlinux 0xd8b553d4 devm_serdev_device_open +EXPORT_SYMBOL_GPL vmlinux 0xd8d065dd hv_stimer_alloc +EXPORT_SYMBOL_GPL vmlinux 0xd8d4567f pci_find_dvsec_capability +EXPORT_SYMBOL_GPL vmlinux 0xd8d68ab1 dmi_memdev_type +EXPORT_SYMBOL_GPL vmlinux 0xd8dc1bfa bdev_discard_alignment +EXPORT_SYMBOL_GPL vmlinux 0xd8df4895 cpufreq_freq_attr_scaling_available_freqs +EXPORT_SYMBOL_GPL vmlinux 0xd8fbb14d net_cls_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0xd907c5db security_inode_create +EXPORT_SYMBOL_GPL vmlinux 0xd90b37ad aead_init_geniv +EXPORT_SYMBOL_GPL vmlinux 0xd91004e7 devm_reset_controller_register +EXPORT_SYMBOL_GPL vmlinux 0xd91a7d8e dm_internal_resume +EXPORT_SYMBOL_GPL vmlinux 0xd91dbd1f xdp_alloc_skb_bulk +EXPORT_SYMBOL_GPL vmlinux 0xd9296d7a ata_sff_wait_ready +EXPORT_SYMBOL_GPL vmlinux 0xd92ef192 security_kernel_post_load_data +EXPORT_SYMBOL_GPL vmlinux 0xd92f0791 leds_list_lock +EXPORT_SYMBOL_GPL vmlinux 0xd9478d8d relay_switch_subbuf +EXPORT_SYMBOL_GPL vmlinux 0xd96babb4 interval_tree_iter_next +EXPORT_SYMBOL_GPL vmlinux 0xd9916c3a idr_alloc_u32 +EXPORT_SYMBOL_GPL vmlinux 0xd9992eb4 uv_bios_get_geoinfo +EXPORT_SYMBOL_GPL vmlinux 0xd99cb8a7 crypto_unregister_aead +EXPORT_SYMBOL_GPL vmlinux 0xd9b6a63e sdio_disable_func +EXPORT_SYMBOL_GPL vmlinux 0xd9ba60f9 cpufreq_freq_attr_scaling_boost_freqs +EXPORT_SYMBOL_GPL vmlinux 0xd9c0d5b1 udp_abort +EXPORT_SYMBOL_GPL vmlinux 0xd9cb1c99 __devm_spi_alloc_controller +EXPORT_SYMBOL_GPL vmlinux 0xd9cfcd8f device_wakeup_disable +EXPORT_SYMBOL_GPL vmlinux 0xd9d0a2af devlink_flash_update_timeout_notify +EXPORT_SYMBOL_GPL vmlinux 0xd9e24457 ring_buffer_peek +EXPORT_SYMBOL_GPL vmlinux 0xd9e50f52 fsnotify_destroy_mark +EXPORT_SYMBOL_GPL vmlinux 0xd9ec3467 to_nvdimm_bus_dev +EXPORT_SYMBOL_GPL vmlinux 0xd9ed9556 phy_remove_lookup +EXPORT_SYMBOL_GPL vmlinux 0xd9ff2172 ezx_pcap_write +EXPORT_SYMBOL_GPL vmlinux 0xda0947de kmsg_dump_unregister +EXPORT_SYMBOL_GPL vmlinux 0xda0d1713 vcap_rule_get_counter +EXPORT_SYMBOL_GPL vmlinux 0xda0e9118 get_task_mm +EXPORT_SYMBOL_GPL vmlinux 0xda19b1c5 devfreq_event_enable_edev +EXPORT_SYMBOL_GPL vmlinux 0xda1b06bd crypto_register_skciphers +EXPORT_SYMBOL_GPL vmlinux 0xda1c1889 devm_regulator_get_enable +EXPORT_SYMBOL_GPL vmlinux 0xda1f78ee clear_hv_tscchange_cb +EXPORT_SYMBOL_GPL vmlinux 0xda25a86c ping_get_port +EXPORT_SYMBOL_GPL vmlinux 0xda320d31 sfp_module_start +EXPORT_SYMBOL_GPL vmlinux 0xda587bdd bind_interdomain_evtchn_to_irqhandler_lateeoi +EXPORT_SYMBOL_GPL vmlinux 0xda5f2b09 skcipher_register_instance +EXPORT_SYMBOL_GPL vmlinux 0xda74a8b1 securityfs_create_file +EXPORT_SYMBOL_GPL vmlinux 0xda7912d4 freq_qos_add_request +EXPORT_SYMBOL_GPL vmlinux 0xda8341ee __traceiter_io_page_fault +EXPORT_SYMBOL_GPL vmlinux 0xda8369a7 __traceiter_extlog_mem_event +EXPORT_SYMBOL_GPL vmlinux 0xda863023 tty_save_termios +EXPORT_SYMBOL_GPL vmlinux 0xda87b813 wm831x_set_bits +EXPORT_SYMBOL_GPL vmlinux 0xda8bf307 edac_mc_alloc +EXPORT_SYMBOL_GPL vmlinux 0xda8e1302 software_node_find_by_name +EXPORT_SYMBOL_GPL vmlinux 0xdaa06dc1 acpi_lpat_raw_to_temp +EXPORT_SYMBOL_GPL vmlinux 0xdaaa1fa5 debugfs_create_u64 +EXPORT_SYMBOL_GPL vmlinux 0xdaaa3ec6 devm_kmemdup +EXPORT_SYMBOL_GPL vmlinux 0xdab366d8 mmc_send_abort_tuning +EXPORT_SYMBOL_GPL vmlinux 0xdab5a1eb interval_tree_insert +EXPORT_SYMBOL_GPL vmlinux 0xdacae46d hsu_dma_do_irq +EXPORT_SYMBOL_GPL vmlinux 0xdaccc4ef crypto_larval_kill +EXPORT_SYMBOL_GPL vmlinux 0xdaebf4c0 device_add_software_node +EXPORT_SYMBOL_GPL vmlinux 0xdaf4dfb3 fb_mode_option +EXPORT_SYMBOL_GPL vmlinux 0xdafc3b7a extcon_get_state +EXPORT_SYMBOL_GPL vmlinux 0xdb0ecdc3 devl_resource_occ_get_register +EXPORT_SYMBOL_GPL vmlinux 0xdb140fb7 __SCK__tp_func_br_fdb_external_learn_add +EXPORT_SYMBOL_GPL vmlinux 0xdb1aaf9b arch_is_platform_page +EXPORT_SYMBOL_GPL vmlinux 0xdb402a19 irq_set_chained_handler_and_data +EXPORT_SYMBOL_GPL vmlinux 0xdb51d21c vfs_set_acl +EXPORT_SYMBOL_GPL vmlinux 0xdb5cf3b2 fscrypt_ioctl_get_nonce +EXPORT_SYMBOL_GPL vmlinux 0xdb62dc67 __SCT__tp_func_map +EXPORT_SYMBOL_GPL vmlinux 0xdb63a944 acpi_lpat_get_conversion_table +EXPORT_SYMBOL_GPL vmlinux 0xdb727637 vcap_set_rule_set_keyset +EXPORT_SYMBOL_GPL vmlinux 0xdb78dd70 __traceiter_pelt_rt_tp +EXPORT_SYMBOL_GPL vmlinux 0xdb83953f is_skb_forwardable +EXPORT_SYMBOL_GPL vmlinux 0xdb8a1b3f usermodehelper_read_trylock +EXPORT_SYMBOL_GPL vmlinux 0xdba0e344 machine_check_poll +EXPORT_SYMBOL_GPL vmlinux 0xdba41ccb dev_pm_opp_set_rate +EXPORT_SYMBOL_GPL vmlinux 0xdbb4bc51 ethnl_cable_test_amplitude +EXPORT_SYMBOL_GPL vmlinux 0xdbbe14a6 tpm_chip_stop +EXPORT_SYMBOL_GPL vmlinux 0xdbcd091d unregister_pernet_device +EXPORT_SYMBOL_GPL vmlinux 0xdbdb0e8b request_any_context_irq +EXPORT_SYMBOL_GPL vmlinux 0xdbf7cb70 mpi_get_nbits +EXPORT_SYMBOL_GPL vmlinux 0xdbfa2500 devl_trylock +EXPORT_SYMBOL_GPL vmlinux 0xdc02eb39 dmi_available +EXPORT_SYMBOL_GPL vmlinux 0xdc14a211 xen_hvm_evtchn_do_upcall +EXPORT_SYMBOL_GPL vmlinux 0xdc1fef2d acpiphp_register_attention +EXPORT_SYMBOL_GPL vmlinux 0xdc2378d8 pwm_apply_state +EXPORT_SYMBOL_GPL vmlinux 0xdc2af6ad __SCK__tp_func_block_bio_complete +EXPORT_SYMBOL_GPL vmlinux 0xdc326fcc anon_inode_getfd +EXPORT_SYMBOL_GPL vmlinux 0xdc3b331a housekeeping_affine +EXPORT_SYMBOL_GPL vmlinux 0xdc43bdc6 pci_vpd_find_ro_info_keyword +EXPORT_SYMBOL_GPL vmlinux 0xdc45a5db edac_stop_work +EXPORT_SYMBOL_GPL vmlinux 0xdc4d1fed skb_zerocopy +EXPORT_SYMBOL_GPL vmlinux 0xdc5d2195 sk_free_unlock_clone +EXPORT_SYMBOL_GPL vmlinux 0xdc6596fa irq_set_parent +EXPORT_SYMBOL_GPL vmlinux 0xdc6699cb acpi_dev_free_resource_list +EXPORT_SYMBOL_GPL vmlinux 0xdc6b16ff blkcg_get_fc_appid +EXPORT_SYMBOL_GPL vmlinux 0xdc77a831 spi_slave_abort +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 0xdc87c796 put_io_context +EXPORT_SYMBOL_GPL vmlinux 0xdc97af2e syscore_suspend +EXPORT_SYMBOL_GPL vmlinux 0xdc9fa232 raw_notifier_chain_register +EXPORT_SYMBOL_GPL vmlinux 0xdca244b0 of_icc_get_by_index +EXPORT_SYMBOL_GPL vmlinux 0xdcbeceed __tracepoint_br_fdb_external_learn_add +EXPORT_SYMBOL_GPL vmlinux 0xdcd038b2 fscrypt_ioctl_remove_key_all_users +EXPORT_SYMBOL_GPL vmlinux 0xdcdb1642 device_phy_find_device +EXPORT_SYMBOL_GPL vmlinux 0xdce93055 tcp_unregister_congestion_control +EXPORT_SYMBOL_GPL vmlinux 0xdceb5362 efi_status_to_err +EXPORT_SYMBOL_GPL vmlinux 0xdcecb606 phy_driver_is_genphy +EXPORT_SYMBOL_GPL vmlinux 0xdcf53e16 tcp_leave_memory_pressure +EXPORT_SYMBOL_GPL vmlinux 0xdd0762df set_worker_desc +EXPORT_SYMBOL_GPL vmlinux 0xdd0fc6c0 dma_vmap_noncontiguous +EXPORT_SYMBOL_GPL vmlinux 0xdd1bed73 isa_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0xdd1dc358 inet_bhash2_update_saddr +EXPORT_SYMBOL_GPL vmlinux 0xdd21922c nvdimm_flush +EXPORT_SYMBOL_GPL vmlinux 0xdd450ef1 x509_free_certificate +EXPORT_SYMBOL_GPL vmlinux 0xdd51f76e static_dev_dax +EXPORT_SYMBOL_GPL vmlinux 0xdd54eb2e unregister_kretprobes +EXPORT_SYMBOL_GPL vmlinux 0xdd626ee3 fuse_len_args +EXPORT_SYMBOL_GPL vmlinux 0xdd7d0923 edac_mc_find_csrow_by_page +EXPORT_SYMBOL_GPL vmlinux 0xdd840985 devlink_port_attrs_pci_vf_set +EXPORT_SYMBOL_GPL vmlinux 0xdd9c5a55 __SCK__tp_func_xdp_bulk_tx +EXPORT_SYMBOL_GPL vmlinux 0xdd9dd80d xen_pvh +EXPORT_SYMBOL_GPL vmlinux 0xddbd219d mmu_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0xddbeeecc pci_lock_rescan_remove +EXPORT_SYMBOL_GPL vmlinux 0xdde01685 devm_pse_controller_register +EXPORT_SYMBOL_GPL vmlinux 0xde05d89a driver_create_file +EXPORT_SYMBOL_GPL vmlinux 0xde0af24f udp_memory_per_cpu_fw_alloc +EXPORT_SYMBOL_GPL vmlinux 0xde118958 irq_gc_mask_clr_bit +EXPORT_SYMBOL_GPL vmlinux 0xde1d0061 balloon_page_enqueue +EXPORT_SYMBOL_GPL vmlinux 0xde31bf7e unregister_sys_off_handler +EXPORT_SYMBOL_GPL vmlinux 0xde39932b pci_disable_pasid +EXPORT_SYMBOL_GPL vmlinux 0xde39c6b8 clk_hw_unregister_mux +EXPORT_SYMBOL_GPL vmlinux 0xde45f6c3 dma_request_chan_by_mask +EXPORT_SYMBOL_GPL vmlinux 0xde45fa16 __tracepoint_rpm_return_int +EXPORT_SYMBOL_GPL vmlinux 0xde48f1bb regmap_raw_write +EXPORT_SYMBOL_GPL vmlinux 0xde691810 inet_twsk_put +EXPORT_SYMBOL_GPL vmlinux 0xde6f1851 TSS_checkhmac1 +EXPORT_SYMBOL_GPL vmlinux 0xde7412ee dma_resv_iter_first +EXPORT_SYMBOL_GPL vmlinux 0xde8eb010 unregister_nvdimm_pmu +EXPORT_SYMBOL_GPL vmlinux 0xde9ab8c7 xenbus_rm +EXPORT_SYMBOL_GPL vmlinux 0xde9d99a8 devres_remove +EXPORT_SYMBOL_GPL vmlinux 0xdea6975c dax_inode +EXPORT_SYMBOL_GPL vmlinux 0xdeaa32c4 __ata_ehi_push_desc +EXPORT_SYMBOL_GPL vmlinux 0xdead2e78 reserve_iova +EXPORT_SYMBOL_GPL vmlinux 0xdec56422 __get_task_ioprio +EXPORT_SYMBOL_GPL vmlinux 0xdee75a25 spi_get_next_queued_message +EXPORT_SYMBOL_GPL vmlinux 0xdef500e5 css_next_descendant_pre +EXPORT_SYMBOL_GPL vmlinux 0xdefc3e7a led_set_brightness_nopm +EXPORT_SYMBOL_GPL vmlinux 0xdeffa0a7 edac_raw_mc_handle_error +EXPORT_SYMBOL_GPL vmlinux 0xdf0b013d pci_reset_function +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 0xdf113401 crypto_skcipher_encrypt +EXPORT_SYMBOL_GPL vmlinux 0xdf1882af dbgp_reset_prep +EXPORT_SYMBOL_GPL vmlinux 0xdf1be5e1 __free_iova +EXPORT_SYMBOL_GPL vmlinux 0xdf237453 timer_shutdown_sync +EXPORT_SYMBOL_GPL vmlinux 0xdf2738bb cpu_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0xdf2b030d find_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0xdf31898f cper_mem_err_pack +EXPORT_SYMBOL_GPL vmlinux 0xdf34e51e folio_add_wait_queue +EXPORT_SYMBOL_GPL vmlinux 0xdf3876ee usb_alloc_urb +EXPORT_SYMBOL_GPL vmlinux 0xdf387f94 sysfs_remove_file_ns +EXPORT_SYMBOL_GPL vmlinux 0xdf448d1c fanout_mutex +EXPORT_SYMBOL_GPL vmlinux 0xdf4557c0 clk_register_mux_table +EXPORT_SYMBOL_GPL vmlinux 0xdf484897 irq_get_irq_data +EXPORT_SYMBOL_GPL vmlinux 0xdf4d687b __srcu_read_lock +EXPORT_SYMBOL_GPL vmlinux 0xdf571cdf kthread_flush_work +EXPORT_SYMBOL_GPL vmlinux 0xdf57fc72 fscrypt_prepare_symlink +EXPORT_SYMBOL_GPL vmlinux 0xdf6915d0 genphy_c45_an_disable_aneg +EXPORT_SYMBOL_GPL vmlinux 0xdf75a3af fork_usermode_driver +EXPORT_SYMBOL_GPL vmlinux 0xdf776b4d rio_request_inb_mbox +EXPORT_SYMBOL_GPL vmlinux 0xdf7f2d6a con_debug_enter +EXPORT_SYMBOL_GPL vmlinux 0xdf81924d uv_bios_mq_watchlist_free +EXPORT_SYMBOL_GPL vmlinux 0xdf8a39e7 posix_clock_register +EXPORT_SYMBOL_GPL vmlinux 0xdf9a9f32 misc_cg_try_charge +EXPORT_SYMBOL_GPL vmlinux 0xdfaca851 devm_ioremap_uc +EXPORT_SYMBOL_GPL vmlinux 0xdfbac3f7 lwtunnel_cmp_encap +EXPORT_SYMBOL_GPL vmlinux 0xdfcb6c90 mctrl_gpio_set +EXPORT_SYMBOL_GPL vmlinux 0xdfd99aca iocb_bio_iopoll +EXPORT_SYMBOL_GPL vmlinux 0xdfdd0569 irq_chip_retrigger_hierarchy +EXPORT_SYMBOL_GPL vmlinux 0xdfddd4a1 gpiod_set_raw_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0xdfffc537 devm_hwrng_register +EXPORT_SYMBOL_GPL vmlinux 0xe0110eb6 regmap_add_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0xe014d35c crypto_register_template +EXPORT_SYMBOL_GPL vmlinux 0xe01a39ee debugfs_real_fops +EXPORT_SYMBOL_GPL vmlinux 0xe01ce299 fwnode_get_next_parent +EXPORT_SYMBOL_GPL vmlinux 0xe0313d71 rhashtable_insert_slow +EXPORT_SYMBOL_GPL vmlinux 0xe0455591 blk_req_zone_write_trylock +EXPORT_SYMBOL_GPL vmlinux 0xe04c78db __SCT__tp_func_neigh_event_send_done +EXPORT_SYMBOL_GPL vmlinux 0xe04f3c4d tty_port_register_device +EXPORT_SYMBOL_GPL vmlinux 0xe0564d10 sk_msg_is_readable +EXPORT_SYMBOL_GPL vmlinux 0xe05d1e34 __skb_tstamp_tx +EXPORT_SYMBOL_GPL vmlinux 0xe05e2f85 nexthop_free_rcu +EXPORT_SYMBOL_GPL vmlinux 0xe0886cfc dev_forward_skb +EXPORT_SYMBOL_GPL vmlinux 0xe089cfcc agp_memory_reserved +EXPORT_SYMBOL_GPL vmlinux 0xe096fe70 blk_update_request +EXPORT_SYMBOL_GPL vmlinux 0xe09c3fc8 bio_end_io_acct_remapped +EXPORT_SYMBOL_GPL vmlinux 0xe09f09b7 securityfs_remove +EXPORT_SYMBOL_GPL vmlinux 0xe0b1c103 clk_set_max_rate +EXPORT_SYMBOL_GPL vmlinux 0xe0b3d032 spi_mem_adjust_op_size +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 0xe0f24e70 usb_driver_release_interface +EXPORT_SYMBOL_GPL vmlinux 0xe0f940c1 fwnode_get_nth_parent +EXPORT_SYMBOL_GPL vmlinux 0xe10cd6ad erst_get_record_id_begin +EXPORT_SYMBOL_GPL vmlinux 0xe11c389d regmap_get_raw_read_max +EXPORT_SYMBOL_GPL vmlinux 0xe124dd3e firmware_request_cache +EXPORT_SYMBOL_GPL vmlinux 0xe128ea89 acpi_device_fix_up_power_extended +EXPORT_SYMBOL_GPL vmlinux 0xe13091e5 acpi_cppc_processor_exit +EXPORT_SYMBOL_GPL vmlinux 0xe14a61dd acpi_dev_state_d0 +EXPORT_SYMBOL_GPL vmlinux 0xe156f7b9 register_btf_kfunc_id_set +EXPORT_SYMBOL_GPL vmlinux 0xe161d7b5 dev_pm_qos_hide_latency_tolerance +EXPORT_SYMBOL_GPL vmlinux 0xe16680a3 ata_std_prereset +EXPORT_SYMBOL_GPL vmlinux 0xe16c84aa blkdev_zone_mgmt +EXPORT_SYMBOL_GPL vmlinux 0xe172cb9c ohci_resume +EXPORT_SYMBOL_GPL vmlinux 0xe17d3250 dev_coredumpv +EXPORT_SYMBOL_GPL vmlinux 0xe1a1fb69 ipv6_stub +EXPORT_SYMBOL_GPL vmlinux 0xe1a8d7c9 net_rwsem +EXPORT_SYMBOL_GPL vmlinux 0xe1aa2d62 set_hv_tscchange_cb +EXPORT_SYMBOL_GPL vmlinux 0xe1b1dd7d nvdimm_setup_pfn +EXPORT_SYMBOL_GPL vmlinux 0xe1b26e02 ip6_pol_route +EXPORT_SYMBOL_GPL vmlinux 0xe1bbfe70 dst_blackhole_redirect +EXPORT_SYMBOL_GPL vmlinux 0xe1bd6c99 rio_init_mports +EXPORT_SYMBOL_GPL vmlinux 0xe1c7a947 regulator_set_bypass_regmap +EXPORT_SYMBOL_GPL vmlinux 0xe1c87a2f kernel_can_power_off +EXPORT_SYMBOL_GPL vmlinux 0xe1d34908 skb_mpls_update_lse +EXPORT_SYMBOL_GPL vmlinux 0xe1e35b31 pci_walk_bus +EXPORT_SYMBOL_GPL vmlinux 0xe1e3e726 ata_ehi_clear_desc +EXPORT_SYMBOL_GPL vmlinux 0xe1e453d1 crypto_stats_skcipher_encrypt +EXPORT_SYMBOL_GPL vmlinux 0xe2087f2a tpm_pm_resume +EXPORT_SYMBOL_GPL vmlinux 0xe21200dd mbox_flush +EXPORT_SYMBOL_GPL vmlinux 0xe21bf186 regmap_exit +EXPORT_SYMBOL_GPL vmlinux 0xe21c28b0 regulator_is_enabled_regmap +EXPORT_SYMBOL_GPL vmlinux 0xe21ce546 __mdiobus_modify_changed +EXPORT_SYMBOL_GPL vmlinux 0xe223cb63 of_phy_put +EXPORT_SYMBOL_GPL vmlinux 0xe2242f8a __static_call_update +EXPORT_SYMBOL_GPL vmlinux 0xe230aae8 genphy_c45_pma_baset1_read_master_slave +EXPORT_SYMBOL_GPL vmlinux 0xe233762a input_event_from_user +EXPORT_SYMBOL_GPL vmlinux 0xe25bb5c7 crypto_alloc_skcipher +EXPORT_SYMBOL_GPL vmlinux 0xe25c0a51 blk_req_needs_zone_write_lock +EXPORT_SYMBOL_GPL vmlinux 0xe25d23f3 blocking_notifier_call_chain_robust +EXPORT_SYMBOL_GPL vmlinux 0xe271f20c __SCT__tp_func_pelt_rt_tp +EXPORT_SYMBOL_GPL vmlinux 0xe2765584 dev_pm_qos_hide_flags +EXPORT_SYMBOL_GPL vmlinux 0xe27d86c3 gpiochip_generic_config +EXPORT_SYMBOL_GPL vmlinux 0xe295c0ff is_hpet_enabled +EXPORT_SYMBOL_GPL vmlinux 0xe2a813d3 apply_to_page_range +EXPORT_SYMBOL_GPL vmlinux 0xe2b3207a unregister_switchdev_notifier +EXPORT_SYMBOL_GPL vmlinux 0xe2b73860 sk_msg_free_nocharge +EXPORT_SYMBOL_GPL vmlinux 0xe2bb5f8d pci_num_vf +EXPORT_SYMBOL_GPL vmlinux 0xe2c25df4 virtqueue_is_broken +EXPORT_SYMBOL_GPL vmlinux 0xe2c618c1 usb_disable_autosuspend +EXPORT_SYMBOL_GPL vmlinux 0xe2ce2b4d evm_set_key +EXPORT_SYMBOL_GPL vmlinux 0xe2e1b8e9 __inode_attach_wb +EXPORT_SYMBOL_GPL vmlinux 0xe2ec293b sbitmap_queue_wake_up +EXPORT_SYMBOL_GPL vmlinux 0xe2ed1d18 mmc_sanitize +EXPORT_SYMBOL_GPL vmlinux 0xe2f54b77 pci_epc_map_addr +EXPORT_SYMBOL_GPL vmlinux 0xe30a163b bpf_prog_inc +EXPORT_SYMBOL_GPL vmlinux 0xe31f5b44 addrconf_prefix_rcv_add_addr +EXPORT_SYMBOL_GPL vmlinux 0xe355cbe2 fscrypt_fname_encrypted_size +EXPORT_SYMBOL_GPL vmlinux 0xe3840e18 secure_ipv4_port_ephemeral +EXPORT_SYMBOL_GPL vmlinux 0xe394d5db pci_pri_supported +EXPORT_SYMBOL_GPL vmlinux 0xe3954ed2 __tracepoint_pelt_cfs_tp +EXPORT_SYMBOL_GPL vmlinux 0xe397caf5 seq_buf_printf +EXPORT_SYMBOL_GPL vmlinux 0xe39d0794 usb_phy_roothub_exit +EXPORT_SYMBOL_GPL vmlinux 0xe39e384c __tracepoint_unmap +EXPORT_SYMBOL_GPL vmlinux 0xe3a74d01 pci_reset_bus +EXPORT_SYMBOL_GPL vmlinux 0xe3a8b045 __SCK__tp_func_block_unplug +EXPORT_SYMBOL_GPL vmlinux 0xe3aba236 uart_console_device +EXPORT_SYMBOL_GPL vmlinux 0xe3b09712 kprobe_event_delete +EXPORT_SYMBOL_GPL vmlinux 0xe3bc4925 usb_driver_claim_interface +EXPORT_SYMBOL_GPL vmlinux 0xe3bc7fd4 hpet_unregister_irq_handler +EXPORT_SYMBOL_GPL vmlinux 0xe3cd5fae klist_iter_init +EXPORT_SYMBOL_GPL vmlinux 0xe3db8c6c adp5520_clr_bits +EXPORT_SYMBOL_GPL vmlinux 0xe3e423ac iommu_group_release_dma_owner +EXPORT_SYMBOL_GPL vmlinux 0xe3e88acb __get_current_cr3_fast +EXPORT_SYMBOL_GPL vmlinux 0xe40bb23e devlink_health_reporter_priv +EXPORT_SYMBOL_GPL vmlinux 0xe41f67b4 serial8250_rpm_get +EXPORT_SYMBOL_GPL vmlinux 0xe4230bfa request_firmware_direct +EXPORT_SYMBOL_GPL vmlinux 0xe4236c4b genphy_c45_an_config_aneg +EXPORT_SYMBOL_GPL vmlinux 0xe4248980 cper_estatus_print +EXPORT_SYMBOL_GPL vmlinux 0xe4309905 syscore_resume +EXPORT_SYMBOL_GPL vmlinux 0xe432aa34 clk_register_fixed_rate +EXPORT_SYMBOL_GPL vmlinux 0xe452f954 clk_fixed_factor_ops +EXPORT_SYMBOL_GPL vmlinux 0xe46d73fb register_fprobe_ips +EXPORT_SYMBOL_GPL vmlinux 0xe47dc6d6 pci_get_dsn +EXPORT_SYMBOL_GPL vmlinux 0xe48611ac trace_clock_global +EXPORT_SYMBOL_GPL vmlinux 0xe48ecd3a kgdb_register_io_module +EXPORT_SYMBOL_GPL vmlinux 0xe4971ade tracing_alloc_snapshot +EXPORT_SYMBOL_GPL vmlinux 0xe49827b7 cpufreq_register_driver +EXPORT_SYMBOL_GPL vmlinux 0xe4a18348 xhci_resume +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 0xe4c5931a da9052_disable_irq +EXPORT_SYMBOL_GPL vmlinux 0xe4e48b12 swphy_validate_state +EXPORT_SYMBOL_GPL vmlinux 0xe4f8239f __cpuhp_state_remove_instance +EXPORT_SYMBOL_GPL vmlinux 0xe4fb45df usb_get_dr_mode +EXPORT_SYMBOL_GPL vmlinux 0xe530acac pm_clk_add_notifier +EXPORT_SYMBOL_GPL vmlinux 0xe546e13e __platform_create_bundle +EXPORT_SYMBOL_GPL vmlinux 0xe5537556 fat_build_inode +EXPORT_SYMBOL_GPL vmlinux 0xe5883bd9 class_compat_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe58eb9d7 FSE_readNCount +EXPORT_SYMBOL_GPL vmlinux 0xe5b9ef8a device_property_present +EXPORT_SYMBOL_GPL vmlinux 0xe5c02b64 freq_qos_remove_request +EXPORT_SYMBOL_GPL vmlinux 0xe5ce1a56 rhashtable_walk_enter +EXPORT_SYMBOL_GPL vmlinux 0xe5d5374b devm_regulator_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0xe5dac544 umd_load_blob +EXPORT_SYMBOL_GPL vmlinux 0xe5e27c1a ethtool_set_ethtool_phy_ops +EXPORT_SYMBOL_GPL vmlinux 0xe5e29a94 nvdimm_has_flush +EXPORT_SYMBOL_GPL vmlinux 0xe5ea62b5 fsnotify_alloc_group +EXPORT_SYMBOL_GPL vmlinux 0xe5fec307 ata_dev_disable +EXPORT_SYMBOL_GPL vmlinux 0xe601d964 mnt_user_ns +EXPORT_SYMBOL_GPL vmlinux 0xe60632a9 edac_queue_work +EXPORT_SYMBOL_GPL vmlinux 0xe60800d3 vcap_port_debugfs +EXPORT_SYMBOL_GPL vmlinux 0xe60a5e8d pids_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0xe617c102 get_device_system_crosststamp +EXPORT_SYMBOL_GPL vmlinux 0xe61863fc acct_bioset_init +EXPORT_SYMBOL_GPL vmlinux 0xe628bb9f phy_fibre_port_array +EXPORT_SYMBOL_GPL vmlinux 0xe6299946 xfrm_audit_state_notfound_simple +EXPORT_SYMBOL_GPL vmlinux 0xe6479f7e tcp_abort +EXPORT_SYMBOL_GPL vmlinux 0xe64ad8ea unregister_nmi_handler +EXPORT_SYMBOL_GPL vmlinux 0xe6657656 pm_wakeup_ws_event +EXPORT_SYMBOL_GPL vmlinux 0xe679c352 pci_user_read_config_dword +EXPORT_SYMBOL_GPL vmlinux 0xe684428e ata_sff_pause +EXPORT_SYMBOL_GPL vmlinux 0xe6b4eb94 bpf_log +EXPORT_SYMBOL_GPL vmlinux 0xe6b8fc5d __auxiliary_driver_register +EXPORT_SYMBOL_GPL vmlinux 0xe6cc0e1d virtqueue_kick_prepare +EXPORT_SYMBOL_GPL vmlinux 0xe6d327ca disk_set_independent_access_ranges +EXPORT_SYMBOL_GPL vmlinux 0xe6d81165 __tracepoint_io_page_fault +EXPORT_SYMBOL_GPL vmlinux 0xe6db208a raw_seq_stop +EXPORT_SYMBOL_GPL vmlinux 0xe6e40502 rcu_get_gp_seq +EXPORT_SYMBOL_GPL vmlinux 0xe6e6b684 md_new_event +EXPORT_SYMBOL_GPL vmlinux 0xe6f45fde blk_mq_quiesce_queue_nowait +EXPORT_SYMBOL_GPL vmlinux 0xe6f52443 klist_add_head +EXPORT_SYMBOL_GPL vmlinux 0xe6f83837 acpi_bus_attach_private_data +EXPORT_SYMBOL_GPL vmlinux 0xe700d767 reset_control_bulk_deassert +EXPORT_SYMBOL_GPL vmlinux 0xe7033091 debugfs_create_u8 +EXPORT_SYMBOL_GPL vmlinux 0xe706878a ping_seq_next +EXPORT_SYMBOL_GPL vmlinux 0xe7069e0e __clocksource_register_scale +EXPORT_SYMBOL_GPL vmlinux 0xe70a7eec raw_v4_match +EXPORT_SYMBOL_GPL vmlinux 0xe710f4f6 regulator_get_mode +EXPORT_SYMBOL_GPL vmlinux 0xe71e4a0d xfrm_audit_state_replay +EXPORT_SYMBOL_GPL vmlinux 0xe7232e0f user_return_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe72bc878 evm_inode_init_security +EXPORT_SYMBOL_GPL vmlinux 0xe73c00ca iommu_attach_device +EXPORT_SYMBOL_GPL vmlinux 0xe73f51f8 devlink_port_type_eth_set +EXPORT_SYMBOL_GPL vmlinux 0xe753b68d devlink_fmsg_arr_pair_nest_end +EXPORT_SYMBOL_GPL vmlinux 0xe753de42 input_ff_erase +EXPORT_SYMBOL_GPL vmlinux 0xe76167c6 crypto_skcipher_decrypt +EXPORT_SYMBOL_GPL vmlinux 0xe765e660 kobject_init_and_add +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 0xe7893a3f pm_clk_add_clk +EXPORT_SYMBOL_GPL vmlinux 0xe79a7e09 raw_hash_sk +EXPORT_SYMBOL_GPL vmlinux 0xe79bf0c4 klp_shadow_get +EXPORT_SYMBOL_GPL vmlinux 0xe79f5a9a ncsi_register_dev +EXPORT_SYMBOL_GPL vmlinux 0xe7b96be0 tdx_mcall_get_report0 +EXPORT_SYMBOL_GPL vmlinux 0xe7bbeca5 sysfs_create_link_nowarn +EXPORT_SYMBOL_GPL vmlinux 0xe7bc6c07 regulator_set_soft_start_regmap +EXPORT_SYMBOL_GPL vmlinux 0xe7c84321 pm_runtime_autosuspend_expiration +EXPORT_SYMBOL_GPL vmlinux 0xe7ced021 gpiochip_irq_unmap +EXPORT_SYMBOL_GPL vmlinux 0xe7d26896 percpu_down_write +EXPORT_SYMBOL_GPL vmlinux 0xe7d6d2d4 filter_match_preds +EXPORT_SYMBOL_GPL vmlinux 0xe7da99a2 power_supply_put_battery_info +EXPORT_SYMBOL_GPL vmlinux 0xe7db9600 check_move_unevictable_folios +EXPORT_SYMBOL_GPL vmlinux 0xe7e4ce32 ipv6_find_tlv +EXPORT_SYMBOL_GPL vmlinux 0xe7f257ae ata_sas_port_alloc +EXPORT_SYMBOL_GPL vmlinux 0xe808d587 cpufreq_policy_transition_delay_us +EXPORT_SYMBOL_GPL vmlinux 0xe8117a93 devm_phy_put +EXPORT_SYMBOL_GPL vmlinux 0xe818b32b ata_bmdma_interrupt +EXPORT_SYMBOL_GPL vmlinux 0xe82c44ee ata_pci_sff_activate_host +EXPORT_SYMBOL_GPL vmlinux 0xe83eba32 itlb_multihit_kvm_mitigation +EXPORT_SYMBOL_GPL vmlinux 0xe83eca1c acpi_create_platform_device +EXPORT_SYMBOL_GPL vmlinux 0xe84f6e5c pciserial_remove_ports +EXPORT_SYMBOL_GPL vmlinux 0xe856aeaa ioc_find_get_icq +EXPORT_SYMBOL_GPL vmlinux 0xe8618363 gpiod_get +EXPORT_SYMBOL_GPL vmlinux 0xe862c4b7 dpm_suspend_start +EXPORT_SYMBOL_GPL vmlinux 0xe86d7c31 usb_add_phy +EXPORT_SYMBOL_GPL vmlinux 0xe89ebbe8 device_find_any_child +EXPORT_SYMBOL_GPL vmlinux 0xe8a3eb0e replace_page_cache_folio +EXPORT_SYMBOL_GPL vmlinux 0xe8bc40c5 cn_netlink_send +EXPORT_SYMBOL_GPL vmlinux 0xe8c0065d memory_group_register_static +EXPORT_SYMBOL_GPL vmlinux 0xe8cadb5f serial8250_em485_start_tx +EXPORT_SYMBOL_GPL vmlinux 0xe8e235c8 arch_static_call_transform +EXPORT_SYMBOL_GPL vmlinux 0xe8e57d5b irq_work_sync +EXPORT_SYMBOL_GPL vmlinux 0xe8eae88b tcp_set_keepalive +EXPORT_SYMBOL_GPL vmlinux 0xe8f37ee2 ksm_madvise +EXPORT_SYMBOL_GPL vmlinux 0xe8f8871e ata_pci_remove_one +EXPORT_SYMBOL_GPL vmlinux 0xe90de5e9 cpufreq_freq_transition_begin +EXPORT_SYMBOL_GPL vmlinux 0xe911df29 eventfd_ctx_do_read +EXPORT_SYMBOL_GPL vmlinux 0xe924c5ea pwm_capture +EXPORT_SYMBOL_GPL vmlinux 0xe934b0a4 fscrypt_set_context +EXPORT_SYMBOL_GPL vmlinux 0xe93e49c3 devres_free +EXPORT_SYMBOL_GPL vmlinux 0xe94c9c22 crypto_shash_setkey +EXPORT_SYMBOL_GPL vmlinux 0xe959f99e xenbus_watch_pathfmt +EXPORT_SYMBOL_GPL vmlinux 0xe982798c __tracepoint_non_standard_event +EXPORT_SYMBOL_GPL vmlinux 0xe9884f04 __traceiter_attach_device_to_domain +EXPORT_SYMBOL_GPL vmlinux 0xe9955826 ping_bind +EXPORT_SYMBOL_GPL vmlinux 0xe9a5f58e clk_hw_unregister_composite +EXPORT_SYMBOL_GPL vmlinux 0xe9b02985 i2c_acpi_waive_d0_probe +EXPORT_SYMBOL_GPL vmlinux 0xe9be7193 pci_device_group +EXPORT_SYMBOL_GPL vmlinux 0xe9bf8bbb usb_string +EXPORT_SYMBOL_GPL vmlinux 0xe9ce931a kvm_para_available +EXPORT_SYMBOL_GPL vmlinux 0xe9d1b7cf irq_to_pcap +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 0xea0c4fe9 l3mdev_master_upper_ifindex_by_index_rcu +EXPORT_SYMBOL_GPL vmlinux 0xea100271 inet_csk_route_child_sock +EXPORT_SYMBOL_GPL vmlinux 0xea108693 perf_event_disable +EXPORT_SYMBOL_GPL vmlinux 0xea11599c irq_work_queue +EXPORT_SYMBOL_GPL vmlinux 0xea124bd1 gcd +EXPORT_SYMBOL_GPL vmlinux 0xea1737ca irq_domain_translate_twocell +EXPORT_SYMBOL_GPL vmlinux 0xea17eac1 xhci_dbg_trace +EXPORT_SYMBOL_GPL vmlinux 0xea38036f ring_buffer_entries +EXPORT_SYMBOL_GPL vmlinux 0xea38536e virtio_add_status +EXPORT_SYMBOL_GPL vmlinux 0xea3a23f3 public_key_free +EXPORT_SYMBOL_GPL vmlinux 0xea3ca7bc dev_xdp_prog_count +EXPORT_SYMBOL_GPL vmlinux 0xea3e12be pci_hp_deregister +EXPORT_SYMBOL_GPL vmlinux 0xea472a47 perf_get_aux +EXPORT_SYMBOL_GPL vmlinux 0xea60943a fib_nh_common_release +EXPORT_SYMBOL_GPL vmlinux 0xea63a376 bdi_dev_name +EXPORT_SYMBOL_GPL vmlinux 0xea77db20 regulator_set_drvdata +EXPORT_SYMBOL_GPL vmlinux 0xea7ab3b5 usb_amd_pt_check_port +EXPORT_SYMBOL_GPL vmlinux 0xea878d6e ip_build_and_send_pkt +EXPORT_SYMBOL_GPL vmlinux 0xea8bbe33 init_srcu_struct +EXPORT_SYMBOL_GPL vmlinux 0xeaa1af32 init_uts_ns +EXPORT_SYMBOL_GPL vmlinux 0xeab67caa linear_hugepage_index +EXPORT_SYMBOL_GPL vmlinux 0xeabf128f find_ge_pid +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 0xead969b6 evict_inodes +EXPORT_SYMBOL_GPL vmlinux 0xeadc2612 __audit_inode_child +EXPORT_SYMBOL_GPL vmlinux 0xeae0cf79 iommu_alloc_resv_region +EXPORT_SYMBOL_GPL vmlinux 0xeae0f496 clean_acked_data_flush +EXPORT_SYMBOL_GPL vmlinux 0xeaefa772 regulator_disable_regmap +EXPORT_SYMBOL_GPL vmlinux 0xeaf0a57c look_up_OID +EXPORT_SYMBOL_GPL vmlinux 0xeaf3cb23 crc64_be +EXPORT_SYMBOL_GPL vmlinux 0xeb0d4774 inet6_csk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0xeb12e4fb ata_std_error_handler +EXPORT_SYMBOL_GPL vmlinux 0xeb231fe9 led_classdev_resume +EXPORT_SYMBOL_GPL vmlinux 0xeb2c4d8f mptcp_pm_get_subflows_max +EXPORT_SYMBOL_GPL vmlinux 0xeb34dcd3 __tracepoint_ata_tf_load +EXPORT_SYMBOL_GPL vmlinux 0xeb3686e5 rio_mport_write_config_32 +EXPORT_SYMBOL_GPL vmlinux 0xeb37145f __tracepoint_sched_update_nr_running_tp +EXPORT_SYMBOL_GPL vmlinux 0xeb440f89 nvdimm_delete +EXPORT_SYMBOL_GPL vmlinux 0xeb56f445 wm8350_reg_lock +EXPORT_SYMBOL_GPL vmlinux 0xeb6a8d31 bpf_prog_sub +EXPORT_SYMBOL_GPL vmlinux 0xeb833c22 xen_has_pv_disk_devices +EXPORT_SYMBOL_GPL vmlinux 0xeb9f454d dw_pcie_find_capability +EXPORT_SYMBOL_GPL vmlinux 0xeb9f56c5 dev_pm_opp_remove +EXPORT_SYMBOL_GPL vmlinux 0xebae9932 __intel_scu_ipc_register +EXPORT_SYMBOL_GPL vmlinux 0xebb1f830 acpi_quirk_skip_gpio_event_handlers +EXPORT_SYMBOL_GPL vmlinux 0xebb406d5 dm_submit_bio_remap +EXPORT_SYMBOL_GPL vmlinux 0xebb45311 platform_bus_type +EXPORT_SYMBOL_GPL vmlinux 0xebbe367e register_virtio_driver +EXPORT_SYMBOL_GPL vmlinux 0xebd4b8b6 regulator_get +EXPORT_SYMBOL_GPL vmlinux 0xebd4cc11 mctrl_gpio_enable_ms +EXPORT_SYMBOL_GPL vmlinux 0xebfee874 dev_pm_qos_expose_flags +EXPORT_SYMBOL_GPL vmlinux 0xec14032e mmu_interval_notifier_insert_locked +EXPORT_SYMBOL_GPL vmlinux 0xec1862d9 dax_remap_file_range_prep +EXPORT_SYMBOL_GPL vmlinux 0xec1ac781 usb_driver_set_configuration +EXPORT_SYMBOL_GPL vmlinux 0xec1c1828 __netif_set_xps_queue +EXPORT_SYMBOL_GPL vmlinux 0xec21af75 hwmon_device_register_with_groups +EXPORT_SYMBOL_GPL vmlinux 0xec442fd7 phy_pm_runtime_put_sync +EXPORT_SYMBOL_GPL vmlinux 0xec490c78 pin_user_pages_fast_only +EXPORT_SYMBOL_GPL vmlinux 0xec5668f6 dax_zero_page_range +EXPORT_SYMBOL_GPL vmlinux 0xec5ad73b trace_seq_bitmask +EXPORT_SYMBOL_GPL vmlinux 0xec6c82dd da9052_regmap_config +EXPORT_SYMBOL_GPL vmlinux 0xec72730b rt_mutex_lock +EXPORT_SYMBOL_GPL vmlinux 0xec774acb cpufreq_frequency_table_verify +EXPORT_SYMBOL_GPL vmlinux 0xec788566 acpi_target_system_state +EXPORT_SYMBOL_GPL vmlinux 0xec837ddd usb_phy_set_event +EXPORT_SYMBOL_GPL vmlinux 0xeca51c75 scsi_mode_select +EXPORT_SYMBOL_GPL vmlinux 0xeca6806b nvdimm_provider_data +EXPORT_SYMBOL_GPL vmlinux 0xecb760f7 skb_defer_rx_timestamp +EXPORT_SYMBOL_GPL vmlinux 0xecba68e3 gnttab_batch_map +EXPORT_SYMBOL_GPL vmlinux 0xecbba66c devm_regulator_get_exclusive +EXPORT_SYMBOL_GPL vmlinux 0xecbc5019 sdio_writew +EXPORT_SYMBOL_GPL vmlinux 0xecc80fa2 fsverity_verify_bio +EXPORT_SYMBOL_GPL vmlinux 0xecd621ee __traceiter_fdb_delete +EXPORT_SYMBOL_GPL vmlinux 0xecd8f23d xenbus_read +EXPORT_SYMBOL_GPL vmlinux 0xecdb0f2f sdio_memcpy_toio +EXPORT_SYMBOL_GPL vmlinux 0xece36bf0 __sk_flush_backlog +EXPORT_SYMBOL_GPL vmlinux 0xece5fe05 free_vm_area +EXPORT_SYMBOL_GPL vmlinux 0xecef7701 component_compare_of +EXPORT_SYMBOL_GPL vmlinux 0xecff185c __traceiter_xdp_bulk_tx +EXPORT_SYMBOL_GPL vmlinux 0xed189505 scsi_template_proc_dir +EXPORT_SYMBOL_GPL vmlinux 0xed1ad98c handle_simple_irq +EXPORT_SYMBOL_GPL vmlinux 0xed2163de ata_sas_tport_add +EXPORT_SYMBOL_GPL vmlinux 0xed22c8c0 usb_hcd_pci_probe +EXPORT_SYMBOL_GPL vmlinux 0xed2c5bcf power_supply_charge_behaviour_parse +EXPORT_SYMBOL_GPL vmlinux 0xed39b7b8 parse_OID +EXPORT_SYMBOL_GPL vmlinux 0xed4857bc ata_pci_device_do_resume +EXPORT_SYMBOL_GPL vmlinux 0xed83b3de devm_kfree +EXPORT_SYMBOL_GPL vmlinux 0xed879d8f regmap_get_device +EXPORT_SYMBOL_GPL vmlinux 0xed88feca usb_autopm_get_interface_async +EXPORT_SYMBOL_GPL vmlinux 0xed8a8903 usb_get_maximum_speed +EXPORT_SYMBOL_GPL vmlinux 0xed8c384b netdev_xmit_skip_txqueue +EXPORT_SYMBOL_GPL vmlinux 0xed918dde hte_init_line_attr +EXPORT_SYMBOL_GPL vmlinux 0xed9eb486 skb_segment +EXPORT_SYMBOL_GPL vmlinux 0xedc456cf pci_epf_type_add_cfs +EXPORT_SYMBOL_GPL vmlinux 0xedd2d0f4 power_supply_register_no_ws +EXPORT_SYMBOL_GPL vmlinux 0xede0595a pci_try_reset_function +EXPORT_SYMBOL_GPL vmlinux 0xede992e1 regulator_list_voltage_linear +EXPORT_SYMBOL_GPL vmlinux 0xede9a09a btree_lookup +EXPORT_SYMBOL_GPL vmlinux 0xedf25ae5 pfn_to_online_page +EXPORT_SYMBOL_GPL vmlinux 0xee13e697 set_personality_ia32 +EXPORT_SYMBOL_GPL vmlinux 0xee17c9c8 tcp_get_syncookie_mss +EXPORT_SYMBOL_GPL vmlinux 0xee28cf0f kstrdup_quotable_file +EXPORT_SYMBOL_GPL vmlinux 0xee38ef57 register_switchdev_blocking_notifier +EXPORT_SYMBOL_GPL vmlinux 0xee3a2f09 da9052_request_irq +EXPORT_SYMBOL_GPL vmlinux 0xee3aa650 noop_backing_dev_info +EXPORT_SYMBOL_GPL vmlinux 0xee3e6ee8 ata_acpi_stm +EXPORT_SYMBOL_GPL vmlinux 0xee45a157 ethnl_cable_test_pulse +EXPORT_SYMBOL_GPL vmlinux 0xee4d35ee tcp_register_ulp +EXPORT_SYMBOL_GPL vmlinux 0xee513528 __tracepoint_wbc_writepage +EXPORT_SYMBOL_GPL vmlinux 0xee518148 kmsg_dump_get_buffer +EXPORT_SYMBOL_GPL vmlinux 0xee532aa5 fat_add_entries +EXPORT_SYMBOL_GPL vmlinux 0xee5c6e7f crypto_default_rng +EXPORT_SYMBOL_GPL vmlinux 0xee5f17a3 led_stop_software_blink +EXPORT_SYMBOL_GPL vmlinux 0xee652232 ata_port_pbar_desc +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 0xee716225 usb_get_hcd +EXPORT_SYMBOL_GPL vmlinux 0xee7368cb pci_iov_get_pf_drvdata +EXPORT_SYMBOL_GPL vmlinux 0xee7e8db7 strp_unpause +EXPORT_SYMBOL_GPL vmlinux 0xee8a65d7 debugfs_write_file_bool +EXPORT_SYMBOL_GPL vmlinux 0xee951451 power_supply_unregister +EXPORT_SYMBOL_GPL vmlinux 0xee99b64e mptcp_token_get_sock +EXPORT_SYMBOL_GPL vmlinux 0xeea76283 divider_ro_determine_rate +EXPORT_SYMBOL_GPL vmlinux 0xeecba12d nvdimm_bus_register +EXPORT_SYMBOL_GPL vmlinux 0xeed1752f inet_bhash2_reset_saddr +EXPORT_SYMBOL_GPL vmlinux 0xeedd987e phy_10gbit_features_array +EXPORT_SYMBOL_GPL vmlinux 0xeee667d3 fpregs_assert_state_consistent +EXPORT_SYMBOL_GPL vmlinux 0xeee6c7af iommu_device_release_dma_owner +EXPORT_SYMBOL_GPL vmlinux 0xeef0f10d devlink_traps_register +EXPORT_SYMBOL_GPL vmlinux 0xeef68434 acpi_ec_remove_query_handler +EXPORT_SYMBOL_GPL vmlinux 0xef0d50a3 usb_get_maximum_ssp_rate +EXPORT_SYMBOL_GPL vmlinux 0xef0db771 netlink_strict_get_check +EXPORT_SYMBOL_GPL vmlinux 0xef0deb99 devl_trap_policers_register +EXPORT_SYMBOL_GPL vmlinux 0xef183eaf pm_generic_resume +EXPORT_SYMBOL_GPL vmlinux 0xef1c8ac4 uprobe_register_refctr +EXPORT_SYMBOL_GPL vmlinux 0xef1e17a1 ip6_route_output_flags +EXPORT_SYMBOL_GPL vmlinux 0xef1f6e23 apei_resources_request +EXPORT_SYMBOL_GPL vmlinux 0xef27d5a3 pinctrl_utils_add_map_mux +EXPORT_SYMBOL_GPL vmlinux 0xef29fcdd clk_bulk_put +EXPORT_SYMBOL_GPL vmlinux 0xef34bf3e hrtimer_active +EXPORT_SYMBOL_GPL vmlinux 0xef3c02d8 acpi_dev_resume +EXPORT_SYMBOL_GPL vmlinux 0xef464c28 getboottime64 +EXPORT_SYMBOL_GPL vmlinux 0xef49fc0b sock_diag_unregister +EXPORT_SYMBOL_GPL vmlinux 0xef5db66d regulator_get_init_drvdata +EXPORT_SYMBOL_GPL vmlinux 0xef6c3f70 round_jiffies_up_relative +EXPORT_SYMBOL_GPL vmlinux 0xef6cc724 vfs_inode_has_locks +EXPORT_SYMBOL_GPL vmlinux 0xef70eb7e ring_buffer_iter_advance +EXPORT_SYMBOL_GPL vmlinux 0xef7114bb device_get_phy_mode +EXPORT_SYMBOL_GPL vmlinux 0xef75e2d3 pci_bus_resource_n +EXPORT_SYMBOL_GPL vmlinux 0xef7dc857 dm_bio_get_target_bio_nr +EXPORT_SYMBOL_GPL vmlinux 0xef8c537f vfs_fallocate +EXPORT_SYMBOL_GPL vmlinux 0xef8fc95f kvm_async_pf_task_wait_schedule +EXPORT_SYMBOL_GPL vmlinux 0xef92ef33 btree_last +EXPORT_SYMBOL_GPL vmlinux 0xefa2c27d register_tracepoint_module_notifier +EXPORT_SYMBOL_GPL vmlinux 0xefa30623 scsi_target_block +EXPORT_SYMBOL_GPL vmlinux 0xefa4c0c7 usb_set_device_state +EXPORT_SYMBOL_GPL vmlinux 0xefa8df87 __nf_ip6_route +EXPORT_SYMBOL_GPL vmlinux 0xefafb294 iommu_dev_enable_feature +EXPORT_SYMBOL_GPL vmlinux 0xefb06425 __traceiter_neigh_event_send_dead +EXPORT_SYMBOL_GPL vmlinux 0xefb63d49 mddev_suspend +EXPORT_SYMBOL_GPL vmlinux 0xefc59985 __hwspin_trylock +EXPORT_SYMBOL_GPL vmlinux 0xefcd1c8a rcu_trc_cmpxchg_need_qs +EXPORT_SYMBOL_GPL vmlinux 0xefcfb721 acpi_dma_controller_free +EXPORT_SYMBOL_GPL vmlinux 0xefde6b9c fat_alloc_new_dir +EXPORT_SYMBOL_GPL vmlinux 0xefeafcf1 edac_has_mcs +EXPORT_SYMBOL_GPL vmlinux 0xefee7630 da9052_disable_irq_nosync +EXPORT_SYMBOL_GPL vmlinux 0xeff2f608 PageHeadHuge +EXPORT_SYMBOL_GPL vmlinux 0xeff5f3a9 lwtunnel_valid_encap_type +EXPORT_SYMBOL_GPL vmlinux 0xf002204c devlink_dpipe_entry_ctx_append +EXPORT_SYMBOL_GPL vmlinux 0xf00c63f9 balloon_page_alloc +EXPORT_SYMBOL_GPL vmlinux 0xf00dac81 rio_route_get_entry +EXPORT_SYMBOL_GPL vmlinux 0xf0180d9f fixed_phy_register_with_gpiod +EXPORT_SYMBOL_GPL vmlinux 0xf032f049 tracepoint_probe_register_prio +EXPORT_SYMBOL_GPL vmlinux 0xf0394674 tracing_snapshot_cond +EXPORT_SYMBOL_GPL vmlinux 0xf042916c regulator_bulk_register_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0xf04429b4 acpi_bus_get_status_handle +EXPORT_SYMBOL_GPL vmlinux 0xf0521541 __traceiter_ata_tf_load +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 0xf06efc13 devm_pinctrl_get +EXPORT_SYMBOL_GPL vmlinux 0xf074afa0 gen10g_config_aneg +EXPORT_SYMBOL_GPL vmlinux 0xf075c28d skb_to_sgvec +EXPORT_SYMBOL_GPL vmlinux 0xf07bc8fa fat_flush_inodes +EXPORT_SYMBOL_GPL vmlinux 0xf08cab60 edac_device_free_ctl_info +EXPORT_SYMBOL_GPL vmlinux 0xf0910075 sfp_bus_del_upstream +EXPORT_SYMBOL_GPL vmlinux 0xf0957504 xhci_add_endpoint +EXPORT_SYMBOL_GPL vmlinux 0xf098165f __traceiter_rpm_idle +EXPORT_SYMBOL_GPL vmlinux 0xf0a4639d platform_device_del +EXPORT_SYMBOL_GPL vmlinux 0xf0aef3c9 metadata_dst_free +EXPORT_SYMBOL_GPL vmlinux 0xf0c360a0 device_match_any +EXPORT_SYMBOL_GPL vmlinux 0xf0d4489d pwm_free +EXPORT_SYMBOL_GPL vmlinux 0xf0d9d593 scsi_internal_device_unblock_nowait +EXPORT_SYMBOL_GPL vmlinux 0xf0e3faa8 acpi_fetch_acpi_dev +EXPORT_SYMBOL_GPL vmlinux 0xf0f1b7ca balloon_mops +EXPORT_SYMBOL_GPL vmlinux 0xf0f56ada l3mdev_link_scope_lookup +EXPORT_SYMBOL_GPL vmlinux 0xf0fbe1e1 __SCK__tp_func_suspend_resume +EXPORT_SYMBOL_GPL vmlinux 0xf0fd0b61 x86_perf_get_lbr +EXPORT_SYMBOL_GPL vmlinux 0xf107a74e phy_modify_changed +EXPORT_SYMBOL_GPL vmlinux 0xf115801c xenbus_dev_groups +EXPORT_SYMBOL_GPL vmlinux 0xf135782c devfreq_event_get_edev_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0xf13ced7c dev_pm_opp_find_level_exact +EXPORT_SYMBOL_GPL vmlinux 0xf14317ef devl_rate_nodes_destroy +EXPORT_SYMBOL_GPL vmlinux 0xf15290be crypto_get_default_null_skcipher +EXPORT_SYMBOL_GPL vmlinux 0xf155bf0d devl_resource_size_get +EXPORT_SYMBOL_GPL vmlinux 0xf15fc2e6 tty_ldisc_deref +EXPORT_SYMBOL_GPL vmlinux 0xf16259de dev_attr_ncq_prio_enable +EXPORT_SYMBOL_GPL vmlinux 0xf167e50d pci_disable_sriov +EXPORT_SYMBOL_GPL vmlinux 0xf16c839a platform_device_add_data +EXPORT_SYMBOL_GPL vmlinux 0xf16fc807 dev_pm_qos_remove_request +EXPORT_SYMBOL_GPL vmlinux 0xf1735a84 unregister_asymmetric_key_parser +EXPORT_SYMBOL_GPL vmlinux 0xf173e389 usb_control_msg +EXPORT_SYMBOL_GPL vmlinux 0xf184d189 kernel_power_off +EXPORT_SYMBOL_GPL vmlinux 0xf188a662 rhashtable_walk_exit +EXPORT_SYMBOL_GPL vmlinux 0xf194a815 led_trigger_blink_oneshot +EXPORT_SYMBOL_GPL vmlinux 0xf19b4cd6 dev_queue_xmit_nit +EXPORT_SYMBOL_GPL vmlinux 0xf1a5fa94 pci_epc_get_msix +EXPORT_SYMBOL_GPL vmlinux 0xf1b4d829 regmap_write_async +EXPORT_SYMBOL_GPL vmlinux 0xf1b744d9 invalidate_inode_pages2 +EXPORT_SYMBOL_GPL vmlinux 0xf1bd2f07 wait_for_stable_page +EXPORT_SYMBOL_GPL vmlinux 0xf1cd8929 kvm_read_and_reset_apf_flags +EXPORT_SYMBOL_GPL vmlinux 0xf1d207d1 gnttab_page_cache_shrink +EXPORT_SYMBOL_GPL vmlinux 0xf1d41eea gpiochip_remove_pin_ranges +EXPORT_SYMBOL_GPL vmlinux 0xf1f245ed divider_ro_round_rate_parent +EXPORT_SYMBOL_GPL vmlinux 0xf201485d __netpoll_setup +EXPORT_SYMBOL_GPL vmlinux 0xf2112f2b intel_pinctrl_resume_noirq +EXPORT_SYMBOL_GPL vmlinux 0xf21e1f9b disable_percpu_irq +EXPORT_SYMBOL_GPL vmlinux 0xf21e4a65 i2c_new_dummy_device +EXPORT_SYMBOL_GPL vmlinux 0xf224c757 dev_attr_em_message +EXPORT_SYMBOL_GPL vmlinux 0xf2318f59 __traceiter_br_fdb_add +EXPORT_SYMBOL_GPL vmlinux 0xf23b6c14 vcap_rule_set_counter +EXPORT_SYMBOL_GPL vmlinux 0xf240a4a8 edac_mc_free +EXPORT_SYMBOL_GPL vmlinux 0xf258088c wm8350_reg_write +EXPORT_SYMBOL_GPL vmlinux 0xf26b9b6e ata_cable_40wire +EXPORT_SYMBOL_GPL vmlinux 0xf26db107 fuse_mount_remove +EXPORT_SYMBOL_GPL vmlinux 0xf2751386 relay_subbufs_consumed +EXPORT_SYMBOL_GPL vmlinux 0xf277bb06 acpi_subsys_freeze +EXPORT_SYMBOL_GPL vmlinux 0xf27d0a7b gnttab_grant_foreign_access_ref +EXPORT_SYMBOL_GPL vmlinux 0xf28404cf devlink_dpipe_header_ipv6 +EXPORT_SYMBOL_GPL vmlinux 0xf2916c86 gpiochip_irq_map +EXPORT_SYMBOL_GPL vmlinux 0xf2967796 ring_buffer_record_on +EXPORT_SYMBOL_GPL vmlinux 0xf2af7668 dm_internal_suspend_fast +EXPORT_SYMBOL_GPL vmlinux 0xf2b33cb7 memory_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0xf2c53d53 pci_write_msi_msg +EXPORT_SYMBOL_GPL vmlinux 0xf2ce0974 wbc_detach_inode +EXPORT_SYMBOL_GPL vmlinux 0xf2f61783 create_signature +EXPORT_SYMBOL_GPL vmlinux 0xf2fb61bd vprintk_default +EXPORT_SYMBOL_GPL vmlinux 0xf2ff4bc2 serial8250_em485_supported +EXPORT_SYMBOL_GPL vmlinux 0xf305280d iommu_attach_group +EXPORT_SYMBOL_GPL vmlinux 0xf30a5502 cpufreq_enable_boost_support +EXPORT_SYMBOL_GPL vmlinux 0xf311e156 key_being_used_for +EXPORT_SYMBOL_GPL vmlinux 0xf3126483 __pci_hp_initialize +EXPORT_SYMBOL_GPL vmlinux 0xf31632e0 ezx_pcap_read +EXPORT_SYMBOL_GPL vmlinux 0xf317278b filemap_migrate_folio +EXPORT_SYMBOL_GPL vmlinux 0xf3189f7e __uv_cpu_info +EXPORT_SYMBOL_GPL vmlinux 0xf31b3fd1 workqueue_set_max_active +EXPORT_SYMBOL_GPL vmlinux 0xf32bdc5d unregister_xenstore_notifier +EXPORT_SYMBOL_GPL vmlinux 0xf331236f btree_geo32 +EXPORT_SYMBOL_GPL vmlinux 0xf33c2f36 unregister_ftrace_function +EXPORT_SYMBOL_GPL vmlinux 0xf34f99e8 fwnode_graph_get_endpoint_count +EXPORT_SYMBOL_GPL vmlinux 0xf352023f memory_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0xf3609437 usb_autopm_put_interface_no_suspend +EXPORT_SYMBOL_GPL vmlinux 0xf3611c04 fib_info_nh_uses_dev +EXPORT_SYMBOL_GPL vmlinux 0xf3797506 mpi_ec_deinit +EXPORT_SYMBOL_GPL vmlinux 0xf3808cb1 get_state_synchronize_rcu +EXPORT_SYMBOL_GPL vmlinux 0xf384a370 __tracepoint_cpu_frequency +EXPORT_SYMBOL_GPL vmlinux 0xf384f461 sock_diag_put_meminfo +EXPORT_SYMBOL_GPL vmlinux 0xf388a3a5 x86_vector_domain +EXPORT_SYMBOL_GPL vmlinux 0xf3a09fe7 crypto_has_kpp +EXPORT_SYMBOL_GPL vmlinux 0xf3a2f345 pcie_reset_flr +EXPORT_SYMBOL_GPL vmlinux 0xf3b451ca kdb_poll_funcs +EXPORT_SYMBOL_GPL vmlinux 0xf3b95d79 btree_remove +EXPORT_SYMBOL_GPL vmlinux 0xf3c1e504 bdev_disk_changed +EXPORT_SYMBOL_GPL vmlinux 0xf3c6269e dev_pm_qos_update_user_latency_tolerance +EXPORT_SYMBOL_GPL vmlinux 0xf3e450f0 acpi_dev_get_next_consumer_dev +EXPORT_SYMBOL_GPL vmlinux 0xf3e77930 crypto_register_alg +EXPORT_SYMBOL_GPL vmlinux 0xf3f21441 usb_poison_urb +EXPORT_SYMBOL_GPL vmlinux 0xf3f76ff4 regulator_set_current_limit +EXPORT_SYMBOL_GPL vmlinux 0xf4288f0e __SCK__tp_func_powernv_throttle +EXPORT_SYMBOL_GPL vmlinux 0xf43ab113 uart_get_rs485_mode +EXPORT_SYMBOL_GPL vmlinux 0xf43ea43b crypto_register_templates +EXPORT_SYMBOL_GPL vmlinux 0xf4468602 get_current_tty +EXPORT_SYMBOL_GPL vmlinux 0xf44d2c0d iommu_page_response +EXPORT_SYMBOL_GPL vmlinux 0xf4678f65 irq_domain_update_bus_token +EXPORT_SYMBOL_GPL vmlinux 0xf4689d50 linkmode_set_pause +EXPORT_SYMBOL_GPL vmlinux 0xf46911a1 blkcg_root +EXPORT_SYMBOL_GPL vmlinux 0xf46dc452 vcap_rule_iter +EXPORT_SYMBOL_GPL vmlinux 0xf46e2f13 nfs_ssc_unregister +EXPORT_SYMBOL_GPL vmlinux 0xf47654df irq_check_status_bit +EXPORT_SYMBOL_GPL vmlinux 0xf47cf18e devlink_param_unregister +EXPORT_SYMBOL_GPL vmlinux 0xf4924afa governor_sysfs_ops +EXPORT_SYMBOL_GPL vmlinux 0xf492fb63 cpufreq_frequency_table_get_index +EXPORT_SYMBOL_GPL vmlinux 0xf4af35c2 rcu_gp_is_normal +EXPORT_SYMBOL_GPL vmlinux 0xf4cd0ddf __pm_relax +EXPORT_SYMBOL_GPL vmlinux 0xf4cd9f8f reset_control_bulk_release +EXPORT_SYMBOL_GPL vmlinux 0xf4dd89bf uv_get_hubless_system +EXPORT_SYMBOL_GPL vmlinux 0xf4e20371 usb_hcd_start_port_resume +EXPORT_SYMBOL_GPL vmlinux 0xf51590b6 blk_mq_debugfs_rq_show +EXPORT_SYMBOL_GPL vmlinux 0xf5212da7 devm_watchdog_register_device +EXPORT_SYMBOL_GPL vmlinux 0xf541713b vcap_filter_rule_keys +EXPORT_SYMBOL_GPL vmlinux 0xf54bd49b lcm +EXPORT_SYMBOL_GPL vmlinux 0xf552346b wakeup_sources_walk_next +EXPORT_SYMBOL_GPL vmlinux 0xf553318d cpuidle_pause_and_lock +EXPORT_SYMBOL_GPL vmlinux 0xf5600218 devm_power_supply_register_no_ws +EXPORT_SYMBOL_GPL vmlinux 0xf587569b rio_route_add_entry +EXPORT_SYMBOL_GPL vmlinux 0xf58a9eeb sk_msg_zerocopy_from_iter +EXPORT_SYMBOL_GPL vmlinux 0xf58d2891 __SCK__tp_func_wbc_writepage +EXPORT_SYMBOL_GPL vmlinux 0xf59e10c4 shash_register_instance +EXPORT_SYMBOL_GPL vmlinux 0xf5a067bf iommu_group_dma_owner_claimed +EXPORT_SYMBOL_GPL vmlinux 0xf5a1c7ea crypto_register_scomps +EXPORT_SYMBOL_GPL vmlinux 0xf5a3ba99 linear_range_values_in_range +EXPORT_SYMBOL_GPL vmlinux 0xf5a55f2d nvmem_cell_read_u8 +EXPORT_SYMBOL_GPL vmlinux 0xf5a691cd invalidate_bh_lrus +EXPORT_SYMBOL_GPL vmlinux 0xf5ba9677 dev_pm_opp_remove_table +EXPORT_SYMBOL_GPL vmlinux 0xf5c57363 pci_epc_remove_epf +EXPORT_SYMBOL_GPL vmlinux 0xf5d61867 register_net_sysctl +EXPORT_SYMBOL_GPL vmlinux 0xf5dd3c3f n_tty_inherit_ops +EXPORT_SYMBOL_GPL vmlinux 0xf5e999ce class_interface_register +EXPORT_SYMBOL_GPL vmlinux 0xf5f214b9 thermal_clear_package_intr_status +EXPORT_SYMBOL_GPL vmlinux 0xf5f370e0 async_schedule_node +EXPORT_SYMBOL_GPL vmlinux 0xf5f6b4cf regulator_map_voltage_ascend +EXPORT_SYMBOL_GPL vmlinux 0xf6110784 fsverity_ioctl_measure +EXPORT_SYMBOL_GPL vmlinux 0xf6152986 dev_pm_opp_sync_regulators +EXPORT_SYMBOL_GPL vmlinux 0xf6202b4a udp_destruct_common +EXPORT_SYMBOL_GPL vmlinux 0xf6216fa2 iommu_fwspec_add_ids +EXPORT_SYMBOL_GPL vmlinux 0xf63496d2 rt_mutex_lock_interruptible +EXPORT_SYMBOL_GPL vmlinux 0xf63c0d23 fpu_enable_guest_xfd_features +EXPORT_SYMBOL_GPL vmlinux 0xf64aaa25 alarm_init +EXPORT_SYMBOL_GPL vmlinux 0xf657a825 gpiochip_populate_parent_fwspec_fourcell +EXPORT_SYMBOL_GPL vmlinux 0xf663ee2f pcap_adc_sync +EXPORT_SYMBOL_GPL vmlinux 0xf6689d9c __bio_release_pages +EXPORT_SYMBOL_GPL vmlinux 0xf66a2be8 ptp_parse_header +EXPORT_SYMBOL_GPL vmlinux 0xf66d4611 virtqueue_get_vring +EXPORT_SYMBOL_GPL vmlinux 0xf69b1110 nl_table +EXPORT_SYMBOL_GPL vmlinux 0xf6a28554 region_intersects +EXPORT_SYMBOL_GPL vmlinux 0xf6b767ec fat_time_unix2fat +EXPORT_SYMBOL_GPL vmlinux 0xf6c71a25 cper_severity_str +EXPORT_SYMBOL_GPL vmlinux 0xf6c8dc62 cpu_hotplug_enable +EXPORT_SYMBOL_GPL vmlinux 0xf6cbb497 pci_disable_pcie_error_reporting +EXPORT_SYMBOL_GPL vmlinux 0xf6e325c7 ata_pci_bmdma_init_one +EXPORT_SYMBOL_GPL vmlinux 0xf6e76ebe dev_pm_qos_remove_notifier +EXPORT_SYMBOL_GPL vmlinux 0xf6e874f5 ata_timing_merge +EXPORT_SYMBOL_GPL vmlinux 0xf6ed2157 skcipher_walk_async +EXPORT_SYMBOL_GPL vmlinux 0xf6eef4b1 __traceiter_ata_bmdma_setup +EXPORT_SYMBOL_GPL vmlinux 0xf6f16c56 rcu_barrier_tasks +EXPORT_SYMBOL_GPL vmlinux 0xf70e4a4d preempt_schedule_notrace +EXPORT_SYMBOL_GPL vmlinux 0xf72358a6 regcache_cache_only +EXPORT_SYMBOL_GPL vmlinux 0xf72a65ea tty_get_char_size +EXPORT_SYMBOL_GPL vmlinux 0xf72b86e1 xdp_return_frame_bulk +EXPORT_SYMBOL_GPL vmlinux 0xf7352a60 ata_slave_link_init +EXPORT_SYMBOL_GPL vmlinux 0xf744298f hv_unmap_memory +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 0xf74eeb69 tracing_snapshot_cond_disable +EXPORT_SYMBOL_GPL vmlinux 0xf7551adb iomap_page_mkwrite +EXPORT_SYMBOL_GPL vmlinux 0xf760ef90 crypto_register_shash +EXPORT_SYMBOL_GPL vmlinux 0xf767ca35 fixed_percpu_data +EXPORT_SYMBOL_GPL vmlinux 0xf7772bde xas_init_marks +EXPORT_SYMBOL_GPL vmlinux 0xf77bec25 pm_runtime_enable +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 0xf7a12b95 ata_sas_port_suspend +EXPORT_SYMBOL_GPL vmlinux 0xf7afa50a devm_pinctrl_put +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 0xf7d1111c find_asymmetric_key +EXPORT_SYMBOL_GPL vmlinux 0xf7dbf58f __SCK__tp_func_pelt_cfs_tp +EXPORT_SYMBOL_GPL vmlinux 0xf7e0bc2e pm_generic_suspend +EXPORT_SYMBOL_GPL vmlinux 0xf7e9d495 __traceiter_pelt_cfs_tp +EXPORT_SYMBOL_GPL vmlinux 0xf7f8a79f xfrm_state_mtu +EXPORT_SYMBOL_GPL vmlinux 0xf81dce70 thermal_genl_cpu_capability_event +EXPORT_SYMBOL_GPL vmlinux 0xf82187dc platform_device_add_resources +EXPORT_SYMBOL_GPL vmlinux 0xf828743d vcap_find_keystream_keysets +EXPORT_SYMBOL_GPL vmlinux 0xf82e3bb3 sched_setattr_nocheck +EXPORT_SYMBOL_GPL vmlinux 0xf82f3657 work_on_cpu +EXPORT_SYMBOL_GPL vmlinux 0xf83f256c zone_device_page_init +EXPORT_SYMBOL_GPL vmlinux 0xf84b73c6 vfs_getxattr +EXPORT_SYMBOL_GPL vmlinux 0xf84cfd4c shake_page +EXPORT_SYMBOL_GPL vmlinux 0xf8540d8c sbitmap_any_bit_set +EXPORT_SYMBOL_GPL vmlinux 0xf85a6c06 bsg_remove_queue +EXPORT_SYMBOL_GPL vmlinux 0xf85aeb14 mmc_regulator_get_supply +EXPORT_SYMBOL_GPL vmlinux 0xf8714b2c clk_hw_get_flags +EXPORT_SYMBOL_GPL vmlinux 0xf874a739 spi_sync_locked +EXPORT_SYMBOL_GPL vmlinux 0xf87da04e crypto_hash_alg_has_setkey +EXPORT_SYMBOL_GPL vmlinux 0xf881cecd load_fixmap_gdt +EXPORT_SYMBOL_GPL vmlinux 0xf883bf93 crypto_dh_key_len +EXPORT_SYMBOL_GPL vmlinux 0xf8a67c7d xdp_rxq_info_unreg +EXPORT_SYMBOL_GPL vmlinux 0xf8b0f062 wm8350_gpio_config +EXPORT_SYMBOL_GPL vmlinux 0xf8b1730f vcap_rule_add_key_bit +EXPORT_SYMBOL_GPL vmlinux 0xf8ba58b9 power_supply_set_battery_charged +EXPORT_SYMBOL_GPL vmlinux 0xf8bc0beb clear_node_memory_type +EXPORT_SYMBOL_GPL vmlinux 0xf8d393e5 tps6586x_reads +EXPORT_SYMBOL_GPL vmlinux 0xf8e04422 vp_modern_get_num_queues +EXPORT_SYMBOL_GPL vmlinux 0xf8e06c37 da9052_adc_manual_read +EXPORT_SYMBOL_GPL vmlinux 0xf8e1af31 usb_enable_intel_xhci_ports +EXPORT_SYMBOL_GPL vmlinux 0xf8e7ab08 irq_domain_set_hwirq_and_chip +EXPORT_SYMBOL_GPL vmlinux 0xf8ef1a0a platform_get_irq_byname_optional +EXPORT_SYMBOL_GPL vmlinux 0xf8f3a0fb ata_ratelimit +EXPORT_SYMBOL_GPL vmlinux 0xf8fe3986 pat_pfn_immune_to_uc_mtrr +EXPORT_SYMBOL_GPL vmlinux 0xf923fa53 __tracepoint_tcp_bad_csum +EXPORT_SYMBOL_GPL vmlinux 0xf9441d2e rio_mport_write_config_16 +EXPORT_SYMBOL_GPL vmlinux 0xf95322f4 kthread_parkme +EXPORT_SYMBOL_GPL vmlinux 0xf955e9c5 bprintf +EXPORT_SYMBOL_GPL vmlinux 0xf961adf7 vchan_tx_desc_free +EXPORT_SYMBOL_GPL vmlinux 0xf9627980 crypto_grab_shash +EXPORT_SYMBOL_GPL vmlinux 0xf9697169 ata_std_postreset +EXPORT_SYMBOL_GPL vmlinux 0xf971281c regulator_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0xf978761f of_pm_clk_add_clk +EXPORT_SYMBOL_GPL vmlinux 0xf986d357 vp_legacy_get_driver_features +EXPORT_SYMBOL_GPL vmlinux 0xf98d0d7e devm_regulator_irq_helper +EXPORT_SYMBOL_GPL vmlinux 0xf990fc32 __xenbus_register_backend +EXPORT_SYMBOL_GPL vmlinux 0xf992d21c devm_free_percpu +EXPORT_SYMBOL_GPL vmlinux 0xf9a054b5 __round_jiffies +EXPORT_SYMBOL_GPL vmlinux 0xf9a46f82 posix_acl_default_xattr_handler +EXPORT_SYMBOL_GPL vmlinux 0xf9aad11b disk_set_zoned +EXPORT_SYMBOL_GPL vmlinux 0xf9b34a0b iopf_queue_free +EXPORT_SYMBOL_GPL vmlinux 0xf9c216d7 usb_choose_configuration +EXPORT_SYMBOL_GPL vmlinux 0xf9cb9fb8 pci_d3cold_enable +EXPORT_SYMBOL_GPL vmlinux 0xf9fc5dae gpiod_set_debounce +EXPORT_SYMBOL_GPL vmlinux 0xf9fe5a70 md_bitmap_copy_from_slot +EXPORT_SYMBOL_GPL vmlinux 0xf9ff1135 rt_mutex_trylock +EXPORT_SYMBOL_GPL vmlinux 0xfa1a50b5 iommu_group_remove_device +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 0xfa37fb11 vcap_mod_rule +EXPORT_SYMBOL_GPL vmlinux 0xfa43cefc is_hash_blacklisted +EXPORT_SYMBOL_GPL vmlinux 0xfa4a569a ata_noop_qc_prep +EXPORT_SYMBOL_GPL vmlinux 0xfa4b9f8c fscrypt_mergeable_bio_bh +EXPORT_SYMBOL_GPL vmlinux 0xfa52a1ba dev_pm_opp_xlate_required_opp +EXPORT_SYMBOL_GPL vmlinux 0xfa666974 queue_work_node +EXPORT_SYMBOL_GPL vmlinux 0xfa754b81 pci_create_ims_domain +EXPORT_SYMBOL_GPL vmlinux 0xfa7d0f42 unregister_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0xfa7e8825 __tracepoint_pelt_rt_tp +EXPORT_SYMBOL_GPL vmlinux 0xfa7efcf8 crypto_skcipher_setkey +EXPORT_SYMBOL_GPL vmlinux 0xfa86e399 of_devfreq_cooling_register +EXPORT_SYMBOL_GPL vmlinux 0xfa943b99 serial8250_modem_status +EXPORT_SYMBOL_GPL vmlinux 0xfa9d46a5 input_ff_upload +EXPORT_SYMBOL_GPL vmlinux 0xfaac2539 tty_ldisc_receive_buf +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 0xfab873ec vring_new_virtqueue +EXPORT_SYMBOL_GPL vmlinux 0xfad4443f pci_p2pmem_find_many +EXPORT_SYMBOL_GPL vmlinux 0xfad9c827 kill_dax +EXPORT_SYMBOL_GPL vmlinux 0xfae3f0dc inet_csk_route_req +EXPORT_SYMBOL_GPL vmlinux 0xfaf3108a devm_krealloc +EXPORT_SYMBOL_GPL vmlinux 0xfafa3bb4 extcon_sync +EXPORT_SYMBOL_GPL vmlinux 0xfafe0c79 irq_domain_xlate_onetwocell +EXPORT_SYMBOL_GPL vmlinux 0xfaffe401 led_get_default_pattern +EXPORT_SYMBOL_GPL vmlinux 0xfb00a11e subsys_dev_iter_init +EXPORT_SYMBOL_GPL vmlinux 0xfb00ea2a usb_interrupt_msg +EXPORT_SYMBOL_GPL vmlinux 0xfb120e38 input_ff_flush +EXPORT_SYMBOL_GPL vmlinux 0xfb15dfb3 balance_dirty_pages_ratelimited_flags +EXPORT_SYMBOL_GPL vmlinux 0xfb2423b9 add_swap_extent +EXPORT_SYMBOL_GPL vmlinux 0xfb270d25 serdev_device_remove +EXPORT_SYMBOL_GPL vmlinux 0xfb2f3ac1 tty_mode_ioctl +EXPORT_SYMBOL_GPL vmlinux 0xfb32b30f ring_buffer_read_prepare_sync +EXPORT_SYMBOL_GPL vmlinux 0xfb3500bb dm_put +EXPORT_SYMBOL_GPL vmlinux 0xfb508b4c register_wide_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0xfb58c802 bpf_map_inc_with_uref +EXPORT_SYMBOL_GPL vmlinux 0xfb60bab6 platform_device_put +EXPORT_SYMBOL_GPL vmlinux 0xfb60faf5 posix_acl_clone +EXPORT_SYMBOL_GPL vmlinux 0xfb68ac7f iommu_device_unlink +EXPORT_SYMBOL_GPL vmlinux 0xfb6dd135 iommu_dev_disable_feature +EXPORT_SYMBOL_GPL vmlinux 0xfb6eedf9 power_group_name +EXPORT_SYMBOL_GPL vmlinux 0xfb780be6 __rio_local_write_config_16 +EXPORT_SYMBOL_GPL vmlinux 0xfb78e308 icc_put +EXPORT_SYMBOL_GPL vmlinux 0xfb7cab8e tpmm_chip_alloc +EXPORT_SYMBOL_GPL vmlinux 0xfb7efcc0 crypto_alloc_akcipher +EXPORT_SYMBOL_GPL vmlinux 0xfb83bdf5 rtnl_put_cacheinfo +EXPORT_SYMBOL_GPL vmlinux 0xfb8a5f7b __iomap_dio_rw +EXPORT_SYMBOL_GPL vmlinux 0xfb8dd455 debugfs_read_file_bool +EXPORT_SYMBOL_GPL vmlinux 0xfba715d7 wm8350_read_auxadc +EXPORT_SYMBOL_GPL vmlinux 0xfbaf0053 pm_runtime_suspended_time +EXPORT_SYMBOL_GPL vmlinux 0xfbbd41ca no_action +EXPORT_SYMBOL_GPL vmlinux 0xfbd274ea to_nd_desc +EXPORT_SYMBOL_GPL vmlinux 0xfbd6d7e6 __device_reset +EXPORT_SYMBOL_GPL vmlinux 0xfbe67e7d switchdev_handle_port_obj_add +EXPORT_SYMBOL_GPL vmlinux 0xfbffd601 net_prio_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0xfc00e022 ftrace_set_filter +EXPORT_SYMBOL_GPL vmlinux 0xfc03a4ca proc_dou8vec_minmax +EXPORT_SYMBOL_GPL vmlinux 0xfc03d97a page_is_ram +EXPORT_SYMBOL_GPL vmlinux 0xfc0ffa8a __netdev_watchdog_up +EXPORT_SYMBOL_GPL vmlinux 0xfc114ae1 pinctrl_utils_reserve_map +EXPORT_SYMBOL_GPL vmlinux 0xfc14bb2e dm_get_dev_t +EXPORT_SYMBOL_GPL vmlinux 0xfc150349 unregister_wide_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0xfc201b66 sprint_oid +EXPORT_SYMBOL_GPL vmlinux 0xfc254d15 gnttab_free_auto_xlat_frames +EXPORT_SYMBOL_GPL vmlinux 0xfc2a0098 class_interface_unregister +EXPORT_SYMBOL_GPL vmlinux 0xfc343e31 edac_device_add_device +EXPORT_SYMBOL_GPL vmlinux 0xfc3b4246 acpi_bus_update_power +EXPORT_SYMBOL_GPL vmlinux 0xfc61e2d7 generic_online_page +EXPORT_SYMBOL_GPL vmlinux 0xfc6b3076 phy_set_media +EXPORT_SYMBOL_GPL vmlinux 0xfc7ed320 em_dev_register_perf_domain +EXPORT_SYMBOL_GPL vmlinux 0xfc837751 pm_runtime_set_memalloc_noio +EXPORT_SYMBOL_GPL vmlinux 0xfc98c8dc xen_percpu_upcall +EXPORT_SYMBOL_GPL vmlinux 0xfcb37fdd devm_nvmem_register +EXPORT_SYMBOL_GPL vmlinux 0xfcb5afb0 bsg_register_queue +EXPORT_SYMBOL_GPL vmlinux 0xfcbfec70 add_memory_driver_managed +EXPORT_SYMBOL_GPL vmlinux 0xfcc1edd3 memory_block_size_bytes +EXPORT_SYMBOL_GPL vmlinux 0xfcc7600d pci_add_dynid +EXPORT_SYMBOL_GPL vmlinux 0xfcca5424 register_kprobe +EXPORT_SYMBOL_GPL vmlinux 0xfcd9ff37 xenbus_dev_resume +EXPORT_SYMBOL_GPL vmlinux 0xfcebc760 irq_find_matching_fwspec +EXPORT_SYMBOL_GPL vmlinux 0xfcf408d7 pm_generic_resume_noirq +EXPORT_SYMBOL_GPL vmlinux 0xfcf9ef73 hw_protection_shutdown +EXPORT_SYMBOL_GPL vmlinux 0xfd0e252d fuse_send_init +EXPORT_SYMBOL_GPL vmlinux 0xfd10276b phy_driver_is_genphy_10g +EXPORT_SYMBOL_GPL vmlinux 0xfd144c02 phy_resolve_aneg_pause +EXPORT_SYMBOL_GPL vmlinux 0xfd1569ee rio_add_net +EXPORT_SYMBOL_GPL vmlinux 0xfd2c62ad devlink_dpipe_table_counter_enabled +EXPORT_SYMBOL_GPL vmlinux 0xfd2d3bbb regcache_mark_dirty +EXPORT_SYMBOL_GPL vmlinux 0xfd3331db __udp_gso_segment +EXPORT_SYMBOL_GPL vmlinux 0xfd56819a devm_regmap_add_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0xfd5f5336 spi_new_ancillary_device +EXPORT_SYMBOL_GPL vmlinux 0xfd660bd7 devm_clk_bulk_get_all +EXPORT_SYMBOL_GPL vmlinux 0xfd6dddcc shmem_read_mapping_page_gfp +EXPORT_SYMBOL_GPL vmlinux 0xfd7243c7 erst_disable +EXPORT_SYMBOL_GPL vmlinux 0xfd72a3b3 acpi_dma_simple_xlate +EXPORT_SYMBOL_GPL vmlinux 0xfd77e268 register_sys_off_handler +EXPORT_SYMBOL_GPL vmlinux 0xfd7eb5a4 __clk_mux_determine_rate_closest +EXPORT_SYMBOL_GPL vmlinux 0xfdbd7a17 crypto_get_attr_type +EXPORT_SYMBOL_GPL vmlinux 0xfde410f3 debugfs_create_ulong +EXPORT_SYMBOL_GPL vmlinux 0xfde43ec3 i2c_dw_acpi_configure +EXPORT_SYMBOL_GPL vmlinux 0xfdea2d04 alarm_cancel +EXPORT_SYMBOL_GPL vmlinux 0xfdec7cac nf_hook_entries_delete_raw +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 0xfe1da803 pm_runtime_set_autosuspend_delay +EXPORT_SYMBOL_GPL vmlinux 0xfe202707 register_ftrace_function +EXPORT_SYMBOL_GPL vmlinux 0xfe22c4e1 gnttab_unmap_refs +EXPORT_SYMBOL_GPL vmlinux 0xfe3000c7 dev_pm_opp_get_freq +EXPORT_SYMBOL_GPL vmlinux 0xfe35f4fd pci_msi_unmask_irq +EXPORT_SYMBOL_GPL vmlinux 0xfe39f0f1 fscrypt_dio_supported +EXPORT_SYMBOL_GPL vmlinux 0xfe3a6de3 alarm_try_to_cancel +EXPORT_SYMBOL_GPL vmlinux 0xfe476039 ktime_get_resolution_ns +EXPORT_SYMBOL_GPL vmlinux 0xfe610879 irq_domain_disconnect_hierarchy +EXPORT_SYMBOL_GPL vmlinux 0xfe64221f pcie_aspm_capable +EXPORT_SYMBOL_GPL vmlinux 0xfe707963 espintcp_push_skb +EXPORT_SYMBOL_GPL vmlinux 0xfe727411 get_phys_to_machine +EXPORT_SYMBOL_GPL vmlinux 0xfe72d1d9 driver_set_override +EXPORT_SYMBOL_GPL vmlinux 0xfe7fd01a dma_resv_iter_next +EXPORT_SYMBOL_GPL vmlinux 0xfe87dbb8 dma_need_sync +EXPORT_SYMBOL_GPL vmlinux 0xfe88fd47 bpf_prog_create +EXPORT_SYMBOL_GPL vmlinux 0xfe8cdb84 ring_buffer_alloc_read_page +EXPORT_SYMBOL_GPL vmlinux 0xfe966f33 devm_gpiod_get_array +EXPORT_SYMBOL_GPL vmlinux 0xfe990052 gpio_free +EXPORT_SYMBOL_GPL vmlinux 0xfe9aaa78 adp5520_set_bits +EXPORT_SYMBOL_GPL vmlinux 0xfeaf620d devm_regulator_register_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0xfed11ed1 usb_mon_deregister +EXPORT_SYMBOL_GPL vmlinux 0xfed55d2d ohci_restart +EXPORT_SYMBOL_GPL vmlinux 0xfee2180a syscon_regmap_lookup_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0xfeecee8a md_find_rdev_rcu +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 0xff17fd4e ata_pio_need_iordy +EXPORT_SYMBOL_GPL vmlinux 0xff1b1936 fat_setattr +EXPORT_SYMBOL_GPL vmlinux 0xff1e67b9 setup_APIC_eilvt +EXPORT_SYMBOL_GPL vmlinux 0xff291ecf clk_unregister_divider +EXPORT_SYMBOL_GPL vmlinux 0xff42c374 usb_role_switch_get_role +EXPORT_SYMBOL_GPL vmlinux 0xff7af860 perf_event_read_value +EXPORT_SYMBOL_GPL vmlinux 0xff7c1c04 pci_epf_remove_vepf +EXPORT_SYMBOL_GPL vmlinux 0xff7e33bf mpi_sub_ui +EXPORT_SYMBOL_GPL vmlinux 0xff81487d gpiod_remove_lookup_table +EXPORT_SYMBOL_GPL vmlinux 0xff833791 phy_package_join +EXPORT_SYMBOL_GPL vmlinux 0xff84a8a5 page_reporting_order +EXPORT_SYMBOL_GPL vmlinux 0xff877feb i2c_recover_bus +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 0xffafa0ed inet_hash_connect +EXPORT_SYMBOL_GPL vmlinux 0xffb22d7e tpm_get_timeouts +EXPORT_SYMBOL_GPL vmlinux 0xffb2f48d nfnl_ct_hook +EXPORT_SYMBOL_GPL vmlinux 0xffc31016 __stack_depot_save +EXPORT_SYMBOL_GPL vmlinux 0xffc86f14 __xas_next +EXPORT_SYMBOL_GPL vmlinux 0xffe11f0d ip6_dst_lookup_flow +EXPORT_SYMBOL_GPL vmlinux 0xffe551dd fuse_get_unique +EXPORT_SYMBOL_GPL vmlinux 0xffe78872 mptcp_subflow_init_cookie_req +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 0x04112d3a cs_dsp_power_down drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x0abb3641 cs_dsp_init_debugfs drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x0b21172f cs_dsp_adsp2_bus_error 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 0x1e414450 cs_dsp_halo_init drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x20e99218 cs_dsp_remove drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x30b5d474 cs_dsp_write_data_word drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x3ef2475a 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 0x52f7014f cs_dsp_cleanup_debugfs drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x5a08dc24 cs_dsp_stop drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x615b69d6 cs_dsp_adsp1_power_up drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x69a40851 cs_dsp_halo_bus_error drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x6e0cce2d cs_dsp_chunk_write drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x7313c23a cs_dsp_get_ctl drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x75121469 cs_dsp_coeff_write_acked_control drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x77f8046a cs_dsp_run drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x7aead3ef cs_dsp_power_up drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x863a4976 cs_dsp_adsp1_power_down drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x8a96ae26 cs_dsp_coeff_write_ctrl drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x9ba7f648 cs_dsp_read_raw_data_block 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 0xa73a1a77 cs_dsp_coeff_read_ctrl 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 0xceb787cf cs_dsp_set_dspclk drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0xd1fb9bab cs_dsp_halo_wdt_expire drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0xd2105e32 cs_dsp_adsp1_init drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0xe73cfd2f cs_dsp_read_data_word drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0xe7d1a109 cs_dsp_find_alg_region drivers/firmware/cirrus/cs_dsp +HWMON_THERMAL EXPORT_SYMBOL_GPL 0xe07da335 hwmon_device_register_for_thermal vmlinux +I8255 EXPORT_SYMBOL_GPL 0x1ef35449 i8255_mode0_output drivers/gpio/gpio-i8255 +I8255 EXPORT_SYMBOL_GPL 0x77c830ef i8255_state_init drivers/gpio/gpio-i8255 +I8255 EXPORT_SYMBOL_GPL 0x7fe2aa71 i8255_direction_input drivers/gpio/gpio-i8255 +I8255 EXPORT_SYMBOL_GPL 0xa62b7b4d i8255_set drivers/gpio/gpio-i8255 +I8255 EXPORT_SYMBOL_GPL 0xb7712fc5 i8255_direction_output drivers/gpio/gpio-i8255 +I8255 EXPORT_SYMBOL_GPL 0xd0600412 i8255_get_direction drivers/gpio/gpio-i8255 +I8255 EXPORT_SYMBOL_GPL 0xd5e79ff5 i8255_get drivers/gpio/gpio-i8255 +I8255 EXPORT_SYMBOL_GPL 0xf2519b77 i8255_set_multiple drivers/gpio/gpio-i8255 +I8255 EXPORT_SYMBOL_GPL 0xffed47ff i8255_get_multiple drivers/gpio/gpio-i8255 +I915_GVT EXPORT_SYMBOL_GPL 0x13391deb i915_unreserve_fence drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0x14b395fb i915_gem_object_create_shmem drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0x15a48dbd i915_request_add drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0x16f03688 i915_gem_ww_ctx_fini drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0x1d76111c i915_fence_ops drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0x255d268b i915_gem_ww_ctx_backoff drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0x2b0d2972 i915_gem_object_init drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0x2cd323e0 intel_context_create drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0x2f7a429f __i915_gem_object_flush_map drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0x3303c5eb _i915_vma_move_to_active drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0x4302e927 shmem_unpin_map drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0x43805891 intel_uncore_forcewake_for_reg drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0x471024e4 intel_runtime_pm_put_unchecked drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0x487d7a18 intel_runtime_pm_get drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0x5a8169b6 i915_gem_object_ggtt_pin_ww drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0x5c8065ad __intel_context_do_pin drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0x63062ff3 intel_gvt_iterate_mmio_table drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0x65e7a163 i915_gem_ww_ctx_init drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0x68f8e3b8 shmem_pin_map drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0x890fc889 i915_vm_release drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0x8debfac8 __px_dma drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0xa17aa15e i915_ppgtt_create drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0xa6d5a3e2 intel_uncore_forcewake_put drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0xaa39c3b7 i915_gem_object_pin_map drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0xb7503949 intel_gvt_set_ops drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0xba4a96f6 i915_request_create drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0xbc001545 i915_gem_gtt_insert drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0xbeaef141 __intel_context_do_unpin drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0xc3811c24 __i915_gem_object_set_pages drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0xccf30072 i915_gem_prime_export drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0xe2226c3c intel_ring_begin drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0xe3bbd899 i915_gem_object_set_to_cpu_domain drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0xec596b73 i915_reserve_fence drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0xef153437 intel_uncore_forcewake_get drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0xef6f9937 i915_request_wait drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0xf26285e8 i915_gem_object_alloc drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0xf84443d8 intel_gvt_clear_ops drivers/gpu/drm/i915/i915 +IDXD EXPORT_SYMBOL_GPL 0x3a88af88 __idxd_driver_register drivers/dma/idxd/idxd_bus +IDXD EXPORT_SYMBOL_GPL 0x5f952624 dsa_bus_type drivers/dma/idxd/idxd_bus +IDXD EXPORT_SYMBOL_GPL 0xa883085f idxd_driver_unregister drivers/dma/idxd/idxd_bus +IDXD EXPORT_SYMBOL_GPL 0xafd59523 idxd_dmaengine_drv drivers/dma/idxd/idxd +IDXD EXPORT_SYMBOL_GPL 0xc1d210b0 idxd_user_drv drivers/dma/idxd/idxd +IDXD EXPORT_SYMBOL_GPL 0xf46a165a idxd_drv drivers/dma/idxd/idxd +IIO_AD5592R EXPORT_SYMBOL_GPL 0xefa180f5 ad5592r_probe drivers/iio/dac/ad5592r-base +IIO_AD5592R EXPORT_SYMBOL_GPL 0xf20ff2db ad5592r_remove drivers/iio/dac/ad5592r-base +IIO_AD5686 EXPORT_SYMBOL_GPL 0x77942d8a ad5686_probe drivers/iio/dac/ad5686 +IIO_AD5686 EXPORT_SYMBOL_GPL 0xc9b610c3 ad5686_remove drivers/iio/dac/ad5686 +IIO_AD7091R EXPORT_SYMBOL_GPL 0x227ba776 ad7091r_probe drivers/iio/adc/ad7091r-base +IIO_AD7091R EXPORT_SYMBOL_GPL 0x6246d3f7 ad7091r_regmap_config drivers/iio/adc/ad7091r-base +IIO_AD7606 EXPORT_SYMBOL_GPL 0xb00468cb ad7606_pm_ops drivers/iio/adc/ad7606 +IIO_AD7606 EXPORT_SYMBOL_GPL 0xb2eda061 ad7606_probe drivers/iio/adc/ad7606 +IIO_ADISLIB EXPORT_SYMBOL 0x182e9432 __adis_enable_irq drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL 0xd12ba66a adis_debugfs_reg_access drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0x44b7c834 __adis_read_reg drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0x83b2599d adis_update_scan_mode drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0x88c29fd2 __adis_write_reg drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0xa3f30f3d __adis_update_bits_base drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0xa8ce119f __adis_check_status drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0xaf16c29d __adis_initial_startup drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0xb1fd3a25 adis_init drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0xb9ef3295 devm_adis_setup_buffer_and_trigger drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0xda442547 adis_single_conversion drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0xfab18861 devm_adis_probe_trigger drivers/iio/imu/adis_lib +IIO_ADIS_LIB EXPORT_SYMBOL_GPL 0xbbcd5154 __adis_reset drivers/iio/imu/adis_lib +IIO_ADXL313 EXPORT_SYMBOL_GPL 0x08dde24b adxl313_core_probe drivers/iio/accel/adxl313_core +IIO_ADXL313 EXPORT_SYMBOL_GPL 0x409f4ddc 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 0x7cf5be56 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 0xa4206366 adxl367_probe drivers/iio/accel/adxl367 +IIO_ADXL372 EXPORT_SYMBOL_GPL 0x1e0495c3 adxl372_probe drivers/iio/accel/adxl372 +IIO_ADXL372 EXPORT_SYMBOL_GPL 0x20557735 adxl372_readable_noinc_reg drivers/iio/accel/adxl372 +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0x17d44805 ad_sd_write_reg drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0x180b2b10 ad_sd_read_reg drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0x241ab5ad devm_ad_sd_setup_buffer_and_trigger drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0x43152528 ad_sd_set_comm drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0x460ac82f ad_sd_init drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0x9315ffaa ad_sd_calibrate drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0x9577a03d ad_sd_reset drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0xa7ea8b49 ad_sd_calibrate_all drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0xe77c9434 ad_sd_validate_trigger drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0xf40b6698 ad_sigma_delta_single_conversion drivers/iio/adc/ad_sigma_delta +IIO_BMA400 EXPORT_SYMBOL 0x72893720 bma400_probe drivers/iio/accel/bma400_core +IIO_BMA400 EXPORT_SYMBOL 0xc5307d7a bma400_regmap_config drivers/iio/accel/bma400_core +IIO_BMC150 EXPORT_SYMBOL_GPL 0x185a51a3 bmc150_accel_core_remove drivers/iio/accel/bmc150-accel-core +IIO_BMC150 EXPORT_SYMBOL_GPL 0x7fd0a7e0 bmc150_accel_core_probe drivers/iio/accel/bmc150-accel-core +IIO_BMC150 EXPORT_SYMBOL_GPL 0xb2d59631 bmc150_accel_pm_ops drivers/iio/accel/bmc150-accel-core +IIO_BMC150 EXPORT_SYMBOL_GPL 0xed157df4 bmc150_regmap_conf drivers/iio/accel/bmc150-accel-core +IIO_BMC150_MAGN EXPORT_SYMBOL 0x2aeb8137 bmc150_magn_probe drivers/iio/magnetometer/bmc150_magn +IIO_BMC150_MAGN EXPORT_SYMBOL 0x9479a07b bmc150_magn_regmap_config drivers/iio/magnetometer/bmc150_magn +IIO_BMC150_MAGN EXPORT_SYMBOL 0x98f32d8a bmc150_magn_remove drivers/iio/magnetometer/bmc150_magn +IIO_BMC150_MAGN EXPORT_SYMBOL 0xd92f0b71 bmc150_magn_pm_ops drivers/iio/magnetometer/bmc150_magn +IIO_BME680 EXPORT_SYMBOL 0x780279b4 bme680_regmap_config drivers/iio/chemical/bme680_core +IIO_BME680 EXPORT_SYMBOL_GPL 0xc56fa003 bme680_core_probe drivers/iio/chemical/bme680_core +IIO_BMI088 EXPORT_SYMBOL_GPL 0x233452a8 bmi088_accel_core_remove drivers/iio/accel/bmi088-accel-core +IIO_BMI088 EXPORT_SYMBOL_GPL 0x6fc55609 bmi088_accel_pm_ops drivers/iio/accel/bmi088-accel-core +IIO_BMI088 EXPORT_SYMBOL_GPL 0x813c1a6f bmi088_accel_core_probe drivers/iio/accel/bmi088-accel-core +IIO_BMI088 EXPORT_SYMBOL_GPL 0xe32cdc6d bmi088_regmap_conf drivers/iio/accel/bmi088-accel-core +IIO_BMI160 EXPORT_SYMBOL 0x4a6b3bea 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 0x98e545d9 bmi160_core_probe drivers/iio/imu/bmi160/bmi160_core +IIO_BMP280 EXPORT_SYMBOL 0x73bd6734 bmp180_regmap_config drivers/iio/pressure/bmp280 +IIO_BMP280 EXPORT_SYMBOL 0x76690cb7 bmp380_regmap_config drivers/iio/pressure/bmp280 +IIO_BMP280 EXPORT_SYMBOL 0x993bba56 bmp280_regmap_config drivers/iio/pressure/bmp280 +IIO_BMP280 EXPORT_SYMBOL 0xeb7dabd3 bmp280_common_probe drivers/iio/pressure/bmp280 +IIO_BNO055 EXPORT_SYMBOL_GPL 0xb1511c4e bno055_probe drivers/iio/imu/bno055/bno055 +IIO_BNO055 EXPORT_SYMBOL_GPL 0xd71855f6 bno055_regmap_config drivers/iio/imu/bno055/bno055 +IIO_FXAS21002C EXPORT_SYMBOL_GPL 0x37c0c125 fxas21002c_pm_ops drivers/iio/gyro/fxas21002c_core +IIO_FXAS21002C EXPORT_SYMBOL_GPL 0x72a56d86 fxas21002c_core_probe drivers/iio/gyro/fxas21002c_core +IIO_FXAS21002C EXPORT_SYMBOL_GPL 0xe5a3f2f1 fxas21002c_core_remove drivers/iio/gyro/fxas21002c_core +IIO_FXLS8962AF EXPORT_SYMBOL_GPL 0x1d4abba4 fxls8962af_spi_regmap_conf drivers/iio/accel/fxls8962af-core +IIO_FXLS8962AF EXPORT_SYMBOL_GPL 0x46005267 fxls8962af_core_probe drivers/iio/accel/fxls8962af-core +IIO_FXLS8962AF EXPORT_SYMBOL_GPL 0xa1776c11 fxls8962af_pm_ops drivers/iio/accel/fxls8962af-core +IIO_FXLS8962AF EXPORT_SYMBOL_GPL 0xbf942f61 fxls8962af_i2c_regmap_conf drivers/iio/accel/fxls8962af-core +IIO_HID EXPORT_SYMBOL 0x10ef9a27 hid_sensor_write_samp_freq_value drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID EXPORT_SYMBOL 0x2daee396 hid_sensor_read_raw_hyst_rel_value drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID EXPORT_SYMBOL 0x596bf8fb hid_sensor_write_raw_hyst_rel_value drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID EXPORT_SYMBOL 0x5f7e0302 hid_sensor_remove_trigger drivers/iio/common/hid-sensors/hid-sensor-trigger +IIO_HID EXPORT_SYMBOL 0x702d865d hid_sensor_parse_common_attributes drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID EXPORT_SYMBOL 0x7cb3138d 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 0x80f0bc8c hid_sensor_power_state drivers/iio/common/hid-sensors/hid-sensor-trigger +IIO_HID EXPORT_SYMBOL 0x9e3ea685 hid_sensor_convert_timestamp drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID EXPORT_SYMBOL 0xa830abee hid_sensor_write_raw_hyst_value drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID EXPORT_SYMBOL 0xbf4a2851 hid_sensor_setup_trigger drivers/iio/common/hid-sensors/hid-sensor-trigger +IIO_HID EXPORT_SYMBOL 0xcda943c1 hid_sensor_read_raw_hyst_value drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID EXPORT_SYMBOL 0xf807aa80 hid_sensor_read_samp_freq_value drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID_ATTRIBUTES EXPORT_SYMBOL 0x0729f395 hid_sensor_get_report_latency drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID_ATTRIBUTES EXPORT_SYMBOL 0x65bb9ac6 hid_sensor_batch_mode_supported drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID_ATTRIBUTES EXPORT_SYMBOL 0x79b65f8c hid_sensor_read_poll_value drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID_ATTRIBUTES EXPORT_SYMBOL 0xc02e99c8 hid_sensor_set_report_latency drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HMC5843 EXPORT_SYMBOL 0x14ea213a hmc5843_pm_ops drivers/iio/magnetometer/hmc5843_core +IIO_HMC5843 EXPORT_SYMBOL 0xaa1b2608 hmc5843_common_probe drivers/iio/magnetometer/hmc5843_core +IIO_HMC5843 EXPORT_SYMBOL 0xe0db1ae3 hmc5843_common_remove drivers/iio/magnetometer/hmc5843_core +IIO_HTS221 EXPORT_SYMBOL 0x66ec120e hts221_pm_ops drivers/iio/humidity/hts221 +IIO_HTS221 EXPORT_SYMBOL 0x6a0d4218 hts221_probe drivers/iio/humidity/hts221 +IIO_ICM42600 EXPORT_SYMBOL_GPL 0x6977c966 inv_icm42600_pm_ops drivers/iio/imu/inv_icm42600/inv-icm42600 +IIO_ICM42600 EXPORT_SYMBOL_GPL 0xa87df9c9 inv_icm42600_core_probe drivers/iio/imu/inv_icm42600/inv-icm42600 +IIO_ICM42600 EXPORT_SYMBOL_GPL 0xfdbe14a5 inv_icm42600_regmap_config drivers/iio/imu/inv_icm42600/inv-icm42600 +IIO_KX022A EXPORT_SYMBOL_GPL 0x061eb6b2 kx022a_regmap drivers/iio/accel/kionix-kx022a +IIO_KX022A EXPORT_SYMBOL_GPL 0xc8e13652 kx022a_probe_internal drivers/iio/accel/kionix-kx022a +IIO_KXSD9 EXPORT_SYMBOL 0x4f006dd5 kxsd9_dev_pm_ops drivers/iio/accel/kxsd9 +IIO_KXSD9 EXPORT_SYMBOL 0x6d1d32e7 kxsd9_common_probe drivers/iio/accel/kxsd9 +IIO_KXSD9 EXPORT_SYMBOL 0xdcf3b267 kxsd9_common_remove drivers/iio/accel/kxsd9 +IIO_LSM6DSX EXPORT_SYMBOL 0x9ec05868 st_lsm6dsx_pm_ops drivers/iio/imu/st_lsm6dsx/st_lsm6dsx +IIO_LSM6DSX EXPORT_SYMBOL 0xfd33536d 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 0x2687f3ec ms_sensors_write_heater drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0x2d2f5cd5 ms_sensors_reset drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0x361614f6 ms_sensors_write_resolution drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0x3b4ac672 ms_sensors_tp_read_prom drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0x4077406f ms_sensors_show_heater drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0x42b6a050 ms_sensors_convert_and_read drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0x54cc4f58 ms_sensors_ht_read_humidity drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0x69fb0ee3 ms_sensors_read_temp_and_pressure drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0x7ff95d0d ms_sensors_show_battery_low drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0xd5382f1f ms_sensors_ht_read_temperature drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0xff158fb5 ms_sensors_read_serial drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MMA7455 EXPORT_SYMBOL_GPL 0x04703514 mma7455_core_probe drivers/iio/accel/mma7455_core +IIO_MMA7455 EXPORT_SYMBOL_GPL 0x05c52bb8 mma7455_core_remove drivers/iio/accel/mma7455_core +IIO_MMA7455 EXPORT_SYMBOL_GPL 0x7ba7286e mma7455_core_regmap drivers/iio/accel/mma7455_core +IIO_MMA9551 EXPORT_SYMBOL 0x02fa1a54 mma9551_read_status_byte drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x1c0dc796 mma9551_read_config_words drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x3a2db2e4 mma9551_read_status_word drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x3e3c3196 mma9551_set_power_state drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x41ef446c mma9551_read_accel_scale drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x4b0471ef mma9551_read_config_word drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x4fea3b3b mma9551_update_config_bits drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x5076478d mma9551_read_status_words drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x557e2209 mma9551_gpio_config drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x62fb455d mma9551_write_config_word drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x78322ea0 mma9551_read_version drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x9abc9810 mma9551_read_config_byte drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x9dd0a49e mma9551_write_config_byte drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x9ee4a6de mma9551_write_config_words drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0xbcd7fe96 mma9551_sleep drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0xd52df1ac mma9551_set_device_state drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0xd52fd016 mma9551_app_reset drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0xfe8fbb47 mma9551_read_accel_chan drivers/iio/accel/mma9551_core +IIO_MPL115 EXPORT_SYMBOL 0x8dfeb093 mpl115_dev_pm_ops drivers/iio/pressure/mpl115 +IIO_MPL115 EXPORT_SYMBOL_GPL 0x57259915 mpl115_probe drivers/iio/pressure/mpl115 +IIO_MPU6050 EXPORT_SYMBOL_GPL 0xaf4fa638 inv_mpu_pmops drivers/iio/imu/inv_mpu6050/inv-mpu6050 +IIO_MPU6050 EXPORT_SYMBOL_GPL 0xf2396194 inv_mpu_core_probe drivers/iio/imu/inv_mpu6050/inv-mpu6050 +IIO_MS5611 EXPORT_SYMBOL 0x731ed44b ms5611_probe drivers/iio/pressure/ms5611_core +IIO_MS5611 EXPORT_SYMBOL 0xbd47b0f0 ms5611_remove drivers/iio/pressure/ms5611_core +IIO_RESCALE EXPORT_SYMBOL_GPL 0x7a158ca6 rescale_process_scale drivers/iio/afe/iio-rescale +IIO_RESCALE EXPORT_SYMBOL_GPL 0x88442864 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 0x5b4f81af 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 0x2ed77518 scd30_pm_ops drivers/iio/chemical/scd30_core +IIO_SCD30 EXPORT_SYMBOL 0xa689852f scd30_probe drivers/iio/chemical/scd30_core +IIO_SPS30 EXPORT_SYMBOL_GPL 0x34b8d33d sps30_probe drivers/iio/chemical/sps30 +IIO_SSP_SENSORS EXPORT_SYMBOL 0x18c98dc8 ssp_register_consumer drivers/iio/common/ssp_sensors/sensorhub +IIO_SSP_SENSORS EXPORT_SYMBOL 0x22d3a01f ssp_change_delay drivers/iio/common/ssp_sensors/sensorhub +IIO_SSP_SENSORS EXPORT_SYMBOL 0x4cfac29a ssp_common_buffer_postdisable drivers/iio/common/ssp_sensors/ssp_iio +IIO_SSP_SENSORS EXPORT_SYMBOL 0x7c6cdca0 ssp_get_sensor_delay drivers/iio/common/ssp_sensors/sensorhub +IIO_SSP_SENSORS EXPORT_SYMBOL 0x900034df ssp_common_buffer_postenable drivers/iio/common/ssp_sensors/ssp_iio +IIO_SSP_SENSORS EXPORT_SYMBOL 0x9370f63c ssp_common_process_data drivers/iio/common/ssp_sensors/ssp_iio +IIO_SSP_SENSORS EXPORT_SYMBOL 0xb076161b ssp_enable_sensor drivers/iio/common/ssp_sensors/sensorhub +IIO_SSP_SENSORS EXPORT_SYMBOL 0xd526471b ssp_disable_sensor drivers/iio/common/ssp_sensors/sensorhub +IIO_ST_SENSORS EXPORT_SYMBOL 0x050563a0 st_magn_get_settings drivers/iio/magnetometer/st_magn +IIO_ST_SENSORS EXPORT_SYMBOL 0x06c68c2e st_sensors_set_axis_enable drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x074d7047 st_sensors_trigger_handler drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x0914bb6c st_sensors_sysfs_scale_avail drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x1b7b579f st_sensors_get_settings_index drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x23fd6794 st_sensors_verify_id drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x2dbaab52 st_press_common_probe drivers/iio/pressure/st_pressure +IIO_ST_SENSORS EXPORT_SYMBOL 0x405cb01d st_press_get_settings drivers/iio/pressure/st_pressure +IIO_ST_SENSORS EXPORT_SYMBOL 0x420aab36 st_sensors_allocate_trigger drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x42fff6a0 st_sensors_validate_device drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x46389a53 st_accel_get_settings drivers/iio/accel/st_accel +IIO_ST_SENSORS EXPORT_SYMBOL 0x491697be st_sensors_set_fullscale_by_gain drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x5a6c4a90 st_sensors_power_enable drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x5f1564bd st_sensors_set_dataready_irq drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x63ae8595 st_sensors_set_odr drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x6622614c st_gyro_common_probe drivers/iio/gyro/st_gyro +IIO_ST_SENSORS EXPORT_SYMBOL 0x702640ae st_sensors_dev_name_probe drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x94f1a801 st_gyro_get_settings drivers/iio/gyro/st_gyro +IIO_ST_SENSORS EXPORT_SYMBOL 0xad21866c st_sensors_set_enable drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0xaeb9ec50 st_magn_common_probe drivers/iio/magnetometer/st_magn +IIO_ST_SENSORS EXPORT_SYMBOL 0xcf1ceae7 st_sensors_i2c_configure drivers/iio/common/st_sensors/st_sensors_i2c +IIO_ST_SENSORS EXPORT_SYMBOL 0xda596891 st_sensors_init_sensor drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0xde09ab98 st_sensors_read_info_raw drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0xe13bc543 st_accel_common_probe drivers/iio/accel/st_accel +IIO_ST_SENSORS EXPORT_SYMBOL 0xe68346d0 st_sensors_spi_configure drivers/iio/common/st_sensors/st_sensors_spi +IIO_ST_SENSORS EXPORT_SYMBOL 0xee8ca3cb st_sensors_debugfs_reg_access drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0xfbf4e4aa st_sensors_sysfs_sampling_frequency_avail drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL_GPL 0xa3027f32 st_lsm9ds0_probe drivers/iio/imu/st_lsm9ds0/st_lsm9ds0 +IIO_UVIS25 EXPORT_SYMBOL 0x43d5548e st_uvis25_pm_ops drivers/iio/light/st_uvis25_core +IIO_UVIS25 EXPORT_SYMBOL 0xa811d199 st_uvis25_probe drivers/iio/light/st_uvis25_core +IIO_ZPA2326 EXPORT_SYMBOL_GPL 0x02b69e6e zpa2326_probe drivers/iio/pressure/zpa2326 +IIO_ZPA2326 EXPORT_SYMBOL_GPL 0x477cd4f9 zpa2326_isreg_precious drivers/iio/pressure/zpa2326 +IIO_ZPA2326 EXPORT_SYMBOL_GPL 0x77ee617c zpa2326_isreg_writeable drivers/iio/pressure/zpa2326 +IIO_ZPA2326 EXPORT_SYMBOL_GPL 0x845bba30 zpa2326_remove drivers/iio/pressure/zpa2326 +IIO_ZPA2326 EXPORT_SYMBOL_GPL 0xa0be8beb zpa2326_pm_ops drivers/iio/pressure/zpa2326 +IIO_ZPA2326 EXPORT_SYMBOL_GPL 0xcda5b2b6 zpa2326_isreg_readable drivers/iio/pressure/zpa2326 +INT340X_THERMAL EXPORT_SYMBOL_GPL 0x937aa842 processor_thermal_send_mbox_write_cmd drivers/thermal/intel/int340x_thermal/processor_thermal_mbox +INT340X_THERMAL EXPORT_SYMBOL_GPL 0xed1360a5 processor_thermal_send_mbox_read_cmd drivers/thermal/intel/int340x_thermal/processor_thermal_mbox +INTEL_UNCORE_FREQUENCY EXPORT_SYMBOL_GPL 0x13a21f18 uncore_freq_remove_die_entry drivers/platform/x86/intel/uncore-frequency/intel-uncore-frequency-common +INTEL_UNCORE_FREQUENCY EXPORT_SYMBOL_GPL 0x6d96295b 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 0xc8bafa94 uncore_freq_common_init drivers/platform/x86/intel/uncore-frequency/intel-uncore-frequency-common +IOMMUFD EXPORT_SYMBOL_GPL 0x1928b4f3 iommufd_access_unpin_pages drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0x31f6a4d3 iommufd_access_rw drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0x325effd9 iommufd_device_unbind drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0x3d45bb8d iommufd_ctx_put drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0x3d79f7d5 iommufd_ctx_from_file drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0x4b5301b2 iommufd_device_detach drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0x6e43752a iommufd_access_create drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0x730925b0 iommufd_ctx_get drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0x755a70c4 iommufd_device_bind drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0xb374b0fc iommufd_access_pin_pages drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0xf918fca7 iommufd_access_destroy drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0xfe01a59f iommufd_device_attach drivers/iommu/iommufd/iommufd +IOMMUFD_VFIO EXPORT_SYMBOL_GPL 0x520e2f11 iommufd_vfio_compat_ioas_id drivers/iommu/iommufd/iommufd +IWLWIFI EXPORT_SYMBOL_GPL 0x00ba2eec iwl_read_prph drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x0286aeca iwl_fw_runtime_resume drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x0780cff2 iwl_acpi_get_lari_config_bitmap drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x0db477eb __iwl_info drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x0e701a6c iwl_sar_geo_support drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x10640c53 iwl_read_eeprom 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 0x1436804b iwl_read_external_nvm drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x1bcd3c92 iwl_fw_runtime_init drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x1e7b46e8 iwl_acpi_get_eckv drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x20af2566 iwl_sar_geo_init drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x24621c03 iwl_sar_get_wrds_table drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x2710c362 iwl_dump_desc_assert drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x2b0b8c27 iwl_acpi_get_dsm_u8 drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x2b46c514 iwl_get_nvm drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x2bd49bc5 iwl_parse_mei_nvm_data drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x2c98cbbf iwl_fw_start_dbg_conf 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 0x361bdddf iwl_fwrt_dump_error_logs 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 0x393ae2ab iwl_fw_dbg_stop_sync drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x396967bf iwl_write_direct64 drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x3a9362ba iwl_set_soc_latency drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x3bf6101e iwl_fw_dbg_error_collect drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x455ffc16 iwl_uefi_get_sgom_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 0x4d0e904e iwl_trans_send_cmd drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x514062d1 iwl_set_bits_prph drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x529e5473 iwl_read_ppag_table drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x53739735 iwl_cmd_groups_verify_sorted drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x592ddbfa iwl_acpi_get_wifi_pkg_range drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x5988395c iwl_notification_wait_init drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x5c52e109 iwl_opmode_deregister drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x6ace6570 iwl_acpi_get_tas drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x6cc6b55a iwl_fw_dbg_stop_restart_recording drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x70875783 iwl_fw_runtime_suspend drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x71c31b5e iwl_write8 drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x741c7f66 iwl_write_direct32 drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x770ef634 iwl_sar_get_wgds_table 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 0x7c0401d1 iwl_acpi_is_ppag_approved drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x7cb7cc6d iwl_pnvm_load 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 0x87f7568d iwl_fw_dbg_collect drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x8860fd0c iwl_poll_direct_bit drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x9038811a iwl_rfi_guid drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x90b4839c iwl_poll_bit drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x91a15dc8 iwl_write32 drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x93ae08c9 iwl_acpi_get_pwr_limit drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x960da39e iwl_read_direct32 drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x9e1bb14e iwl_get_shared_mem_conf drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xa27429de iwl_force_nmi drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xa783ae5a iwl_read_prph_no_grab drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xaa3a1b65 iwl_parse_nvm_data drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xac975205 iwl_acpi_get_object drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xad39cd7e iwl_dbg_tlv_del_timers drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xad6630b8 iwl_parse_eeprom_data drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xae39f073 iwl_sar_get_ewrd_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 0xb489ece8 iwl_get_cmd_string drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xb76c059a iwl_acpi_get_ppag_table drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xb7d5ffb1 iwl_rate_mcs drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xb8424a62 iwl_fw_dbg_collect_trig drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xba41f70a iwl_sar_select_profile drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xbafc8994 iwl_wait_notification drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xbb1c6587 iwl_fw_dbg_collect_desc drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xbcd510f5 iwl_write_prph64_no_grab drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xbdb3834d iwl_phy_db_init drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xbf791b53 __iwl_crit drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xc05227e0 iwl_acpi_get_mcc drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xc2bdac30 iwl_finish_nic_init drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xc5ad5aad __iwl_dbg drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xc5f28ebf iwl_write_prph_delay 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 0xce16197b iwl_parse_nvm_mcc_info drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xce5a3aaf iwl_configure_rxq drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xd09364e3 iwl_fw_dbg_read_d3_debug_data drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xd213440c __iwl_err drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xd80f3994 iwl_opmode_register drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xdab9b797 iwl_clear_bits_prph drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xdcd44511 iwl_write64 drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xde9b064a iwl_read32 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 0xe1022500 iwl_set_bits_mask_prph drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xe2670c73 iwl_acpi_get_dsm_u32 drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xe640cb69 _iwl_dbg_tlv_time_point 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 0xed297810 iwl_free_fw_paging drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xf88964e4 iwl_remove_notification drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xf8e5f0ad __iwl_warn drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xfa6ffd53 iwl_write_prph_no_grab drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xfb9bed0f iwl_init_paging drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xfc1e6f41 iwl_guid drivers/net/wireless/intel/iwlwifi/iwlwifi +LTC2497 EXPORT_SYMBOL 0x3c66edee ltc2497core_remove drivers/iio/adc/ltc2497-core +LTC2497 EXPORT_SYMBOL 0xdccaf659 ltc2497core_probe drivers/iio/adc/ltc2497-core +MCB EXPORT_SYMBOL_GPL 0x28056eeb mcb_device_register drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0x30057b3f mcb_unregister_driver drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0x30de8271 mcb_get_resource drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0x4428e2f0 mcb_bus_put drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0x5e8c4500 mcb_bus_get drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0x6177da94 mcb_alloc_dev drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0x72e4d48b mcb_request_mem drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0x80c1860d mcb_free_dev drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0xa6105860 __mcb_register_driver drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0xb61d58a1 chameleon_parse_cells drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0xc8fd6f14 mcb_release_bus drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0xd1e7823f mcb_get_irq drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0xd5f75976 mcb_alloc_bus drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0xd6335e5a mcb_bus_add_devices drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0xeb2c8905 mcb_release_mem drivers/mcb/mcb +MFD_OCELOT EXPORT_SYMBOL 0x0ae4793c ocelot_core_init drivers/mfd/ocelot-soc +MFD_OCELOT EXPORT_SYMBOL 0xde81c41f ocelot_chip_reset drivers/mfd/ocelot-soc +MFD_OCELOT_SPI EXPORT_SYMBOL 0x89867cad ocelot_spi_init_regmap drivers/mfd/ocelot-soc +NET_MANA EXPORT_SYMBOL 0x27279576 mana_gd_send_request drivers/net/ethernet/microsoft/mana/mana +NET_MANA EXPORT_SYMBOL 0x851ab157 mana_create_wq_obj drivers/net/ethernet/microsoft/mana/mana +NET_MANA EXPORT_SYMBOL 0x8c63038c mana_cfg_vport drivers/net/ethernet/microsoft/mana/mana +NET_MANA EXPORT_SYMBOL 0xa21ff255 mana_gd_destroy_dma_region drivers/net/ethernet/microsoft/mana/mana +NET_MANA EXPORT_SYMBOL 0xc01205c5 mana_uncfg_vport drivers/net/ethernet/microsoft/mana/mana +NET_MANA EXPORT_SYMBOL 0xc87a7d2b mana_destroy_wq_obj drivers/net/ethernet/microsoft/mana/mana +NVME_TARGET_PASSTHRU EXPORT_SYMBOL_GPL 0x504b216f nvme_passthru_end drivers/nvme/host/nvme-core +NVME_TARGET_PASSTHRU EXPORT_SYMBOL_GPL 0x5b399089 nvme_command_effects drivers/nvme/host/nvme-core +NVME_TARGET_PASSTHRU EXPORT_SYMBOL_GPL 0x6f57fac4 nvme_ctrl_from_file drivers/nvme/host/nvme-core +NVME_TARGET_PASSTHRU EXPORT_SYMBOL_GPL 0x743be61b nvme_put_ns drivers/nvme/host/nvme-core +NVME_TARGET_PASSTHRU EXPORT_SYMBOL_GPL 0x748550fd nvme_find_get_ns drivers/nvme/host/nvme-core +NVME_TARGET_PASSTHRU EXPORT_SYMBOL_GPL 0xd4a61b65 nvme_execute_passthru_rq drivers/nvme/host/nvme-core +PECI EXPORT_SYMBOL_GPL 0x1137de26 peci_xfer_get_dib drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x163d7cba peci_xfer_ep_pci_cfg_local_readw drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x195cc3de peci_xfer_ep_pci_cfg_readw drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x24d82783 peci_request_data_readq drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x2696cc4f peci_xfer_pkg_cfg_readq drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x3ba42e92 peci_request_temp_read drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x3c1245cb peci_xfer_get_temp drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x406a8d35 peci_request_status drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x4951cb76 peci_request_data_readw drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x5437525f peci_driver_unregister drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x553c3fe7 peci_xfer_ep_pci_cfg_local_readl drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x56bcacc9 peci_request_data_readl drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x5a5d8083 peci_xfer_ep_pci_cfg_readl drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x726643ed peci_xfer_pci_cfg_local_readb drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x758d9496 __peci_driver_register drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x7630ea37 peci_request_data_readb drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x7e0bde89 peci_request_alloc drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x8757a970 peci_xfer_ep_mmio64_readl drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xa7c6fd4e peci_request_free drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xbd46cc81 peci_xfer_pkg_cfg_readw drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xc7d8a9ce peci_xfer_ep_pci_cfg_readb drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xc8b916aa peci_xfer_ep_pci_cfg_local_readb drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xc93c4984 peci_xfer_pci_cfg_local_readl drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xd4ecdd03 peci_xfer_pci_cfg_local_readw drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xdea6799d devm_peci_controller_add drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xdecc3f45 peci_xfer_pkg_cfg_readb drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xeea2b7bf peci_request_dib_read drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xf27dc51d peci_xfer_pkg_cfg_readl drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xfddb5b31 peci_xfer_ep_mmio32_readl drivers/peci/peci +PECI_CPU EXPORT_SYMBOL_GPL 0x52154650 peci_temp_read drivers/peci/peci-cpu +PECI_CPU EXPORT_SYMBOL_GPL 0x5429eed1 peci_pci_local_read drivers/peci/peci-cpu +PECI_CPU EXPORT_SYMBOL_GPL 0x7875ca71 peci_ep_pci_local_read drivers/peci/peci-cpu +PECI_CPU EXPORT_SYMBOL_GPL 0x81f09794 peci_mmio_read drivers/peci/peci-cpu +PECI_CPU EXPORT_SYMBOL_GPL 0xbcb6f464 peci_pcs_read drivers/peci/peci-cpu +PMBUS EXPORT_SYMBOL_GPL 0x01f75f55 pmbus_check_byte_register drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x191036a0 pmbus_clear_faults drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x1e42c8a6 pmbus_get_debugfs_dir drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x279b68e3 pmbus_check_word_register drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x4e45f07a pmbus_do_probe drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x7060d34b pmbus_get_driver_info drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x71741994 pmbus_write_byte_data drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x7ff838e7 pmbus_get_fan_rate_cached drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x83fc20de pmbus_update_byte_data drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x8f2b2843 pmbus_update_fan drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x91045a2b pmbus_set_page drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0xaa60484d pmbus_regulator_ops drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0xb58a70a4 pmbus_write_word_data drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0xcc9ff4ee pmbus_clear_cache drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0xd4c3c10f pmbus_get_fan_rate_device drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0xd794f70b pmbus_read_word_data drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0xe40f6276 pmbus_read_byte_data drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0xe627eca6 pmbus_set_update drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0xf31e8691 pmbus_write_byte drivers/hwmon/pmbus/pmbus_core +SEMTECH_PROX EXPORT_SYMBOL_GPL 0x2aeed525 sx_common_read_event_config drivers/iio/proximity/sx_common +SEMTECH_PROX EXPORT_SYMBOL_GPL 0x4918f179 sx_common_write_event_config drivers/iio/proximity/sx_common +SEMTECH_PROX EXPORT_SYMBOL_GPL 0x499748a7 sx_common_probe drivers/iio/proximity/sx_common +SEMTECH_PROX EXPORT_SYMBOL_GPL 0x4d9862e5 sx_common_read_proximity drivers/iio/proximity/sx_common +SEMTECH_PROX EXPORT_SYMBOL_GPL 0xa103ce02 sx_common_events drivers/iio/proximity/sx_common +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 0x88496fb5 hda_cs_dsp_control_remove sound/pci/hda/snd-hda-cs-dsp-ctls +SND_HDA_CS_DSP_CONTROLS EXPORT_SYMBOL_GPL 0x9bbf2c08 hda_cs_dsp_read_ctl sound/pci/hda/snd-hda-cs-dsp-ctls +SND_HDA_CS_DSP_CONTROLS EXPORT_SYMBOL_GPL 0xc774d0b4 hda_cs_dsp_add_controls sound/pci/hda/snd-hda-cs-dsp-ctls +SND_HDA_CS_DSP_CONTROLS EXPORT_SYMBOL_GPL 0xd0542780 hda_cs_dsp_write_ctl sound/pci/hda/snd-hda-cs-dsp-ctls +SND_HDA_SCODEC_CS35L41 EXPORT_SYMBOL_GPL 0x699c6ebf cs35l41_hda_pm_ops sound/pci/hda/snd-hda-scodec-cs35l41 +SND_HDA_SCODEC_CS35L41 EXPORT_SYMBOL_GPL 0x8b5f7e7c cs35l41_hda_remove sound/pci/hda/snd-hda-scodec-cs35l41 +SND_HDA_SCODEC_CS35L41 EXPORT_SYMBOL_GPL 0xe95c0b7c cs35l41_hda_probe sound/pci/hda/snd-hda-scodec-cs35l41 +SND_INTEL_SOUNDWIRE_ACPI EXPORT_SYMBOL 0xbb4f9d1f sdw_intel_acpi_scan sound/hda/snd-intel-sdw-acpi +SND_SOC_ACP_COMMON EXPORT_SYMBOL_GPL 0x0d3ca94e acp_platform_unregister sound/soc/amd/acp/snd-acp-pcm +SND_SOC_ACP_COMMON EXPORT_SYMBOL_GPL 0x1f399e65 acp_machine_select sound/soc/amd/acp/snd-acp-pcm +SND_SOC_ACP_COMMON EXPORT_SYMBOL_GPL 0x3a1f5b33 asoc_acp_i2s_probe sound/soc/amd/acp/snd-acp-i2s +SND_SOC_ACP_COMMON EXPORT_SYMBOL_GPL 0x41b4abe6 asoc_acp_cpu_dai_ops sound/soc/amd/acp/snd-acp-i2s +SND_SOC_ACP_COMMON EXPORT_SYMBOL_GPL 0x5de41925 acp_platform_register sound/soc/amd/acp/snd-acp-pcm +SND_SOC_ACP_COMMON EXPORT_SYMBOL_GPL 0xb685cb4e acp_dmic_dai_ops sound/soc/amd/acp/snd-acp-pdm +SND_SOC_AMD_MACH EXPORT_SYMBOL_GPL 0x3198f393 acp_sofdsp_dai_links_create sound/soc/amd/acp/snd-acp-mach +SND_SOC_AMD_MACH EXPORT_SYMBOL_GPL 0xa0a0d55d acp_legacy_dai_links_create sound/soc/amd/acp/snd-acp-mach +SND_SOC_CS35L45 EXPORT_SYMBOL_GPL 0x05dcbddd cs35l45_probe sound/soc/codecs/snd-soc-cs35l45 +SND_SOC_CS35L45 EXPORT_SYMBOL_GPL 0x59103ac9 cs35l45_pm_ops sound/soc/codecs/snd-soc-cs35l45 +SND_SOC_CS35L45 EXPORT_SYMBOL_GPL 0xbfed4f2b cs35l45_remove sound/soc/codecs/snd-soc-cs35l45 +SND_SOC_CS35L45_TABLES EXPORT_SYMBOL_GPL 0x10dc1c57 cs35l45_spi_regmap sound/soc/codecs/snd-soc-cs35l45-tables +SND_SOC_CS35L45_TABLES EXPORT_SYMBOL_GPL 0x3431c8ad cs35l45_get_clk_freq_id sound/soc/codecs/snd-soc-cs35l45-tables +SND_SOC_CS35L45_TABLES EXPORT_SYMBOL_GPL 0x53e4dd1b cs35l45_i2c_regmap sound/soc/codecs/snd-soc-cs35l45-tables +SND_SOC_CS35L45_TABLES EXPORT_SYMBOL_GPL 0xae69847a cs35l45_apply_patch sound/soc/codecs/snd-soc-cs35l45-tables +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0x1199a7f6 cs42l42_suspend sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0x1960a33d cs42l42_soc_component sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0x21b7a7a7 cs42l42_resume_restore sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0x30469db0 cs42l42_common_remove sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0x62f74107 cs42l42_dai sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0x9ac1f126 cs42l42_regmap sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0xa3f209be cs42l42_resume sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0xa944a20b cs42l42_init sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0xbf1b518c 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 0xcd15423a cs42l42_common_probe sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0xe07e6863 cs42l42_readable_register sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_INTEL_HDA_DSP_COMMON EXPORT_SYMBOL 0x712e7ffb hda_dsp_hdmi_build_controls sound/soc/intel/boards/snd-soc-intel-hda-dsp-common +SND_SOC_INTEL_SOF_CIRRUS_COMMON EXPORT_SYMBOL 0xb10d96e8 cs35l41_set_dai_link sound/soc/intel/boards/snd-soc-intel-sof-cirrus-common +SND_SOC_INTEL_SOF_CIRRUS_COMMON EXPORT_SYMBOL 0xfffa24e2 cs35l41_set_codec_conf sound/soc/intel/boards/snd-soc-intel-sof-cirrus-common +SND_SOC_INTEL_SOF_MAXIM_COMMON EXPORT_SYMBOL 0x187b12e1 max_98360a_dai_link sound/soc/intel/boards/snd-soc-intel-sof-maxim-common +SND_SOC_INTEL_SOF_MAXIM_COMMON EXPORT_SYMBOL 0x21ecc2c7 max_98373_trigger sound/soc/intel/boards/snd-soc-intel-sof-maxim-common +SND_SOC_INTEL_SOF_MAXIM_COMMON EXPORT_SYMBOL 0x329f8be5 max_98357a_dai_link sound/soc/intel/boards/snd-soc-intel-sof-maxim-common +SND_SOC_INTEL_SOF_MAXIM_COMMON EXPORT_SYMBOL 0x356c0cfc max_98373_ops sound/soc/intel/boards/snd-soc-intel-sof-maxim-common +SND_SOC_INTEL_SOF_MAXIM_COMMON EXPORT_SYMBOL 0x3fd4eb6d max_98390_spk_codec_init sound/soc/intel/boards/snd-soc-intel-sof-maxim-common +SND_SOC_INTEL_SOF_MAXIM_COMMON EXPORT_SYMBOL 0x57a83e0e max_98373_spk_codec_init sound/soc/intel/boards/snd-soc-intel-sof-maxim-common +SND_SOC_INTEL_SOF_MAXIM_COMMON EXPORT_SYMBOL 0x7b68462f max_98373_components sound/soc/intel/boards/snd-soc-intel-sof-maxim-common +SND_SOC_INTEL_SOF_MAXIM_COMMON EXPORT_SYMBOL 0x81611e6e max_98373_dapm_routes sound/soc/intel/boards/snd-soc-intel-sof-maxim-common +SND_SOC_INTEL_SOF_MAXIM_COMMON EXPORT_SYMBOL 0x83dc92cc max_98390_4spk_components sound/soc/intel/boards/snd-soc-intel-sof-maxim-common +SND_SOC_INTEL_SOF_MAXIM_COMMON EXPORT_SYMBOL 0x9491576f max_98390_set_codec_conf sound/soc/intel/boards/snd-soc-intel-sof-maxim-common +SND_SOC_INTEL_SOF_MAXIM_COMMON EXPORT_SYMBOL 0xc1c68be1 max_98390_components sound/soc/intel/boards/snd-soc-intel-sof-maxim-common +SND_SOC_INTEL_SOF_MAXIM_COMMON EXPORT_SYMBOL 0xd2e3bc84 max_98390_ops sound/soc/intel/boards/snd-soc-intel-sof-maxim-common +SND_SOC_INTEL_SOF_MAXIM_COMMON EXPORT_SYMBOL 0xd918f598 max_98373_set_codec_conf sound/soc/intel/boards/snd-soc-intel-sof-maxim-common +SND_SOC_INTEL_SOF_REALTEK_COMMON EXPORT_SYMBOL 0x44037425 sof_rt1015_dai_link sound/soc/intel/boards/snd-soc-intel-sof-realtek-common +SND_SOC_INTEL_SOF_REALTEK_COMMON EXPORT_SYMBOL 0x53c1b15f sof_rt1308_dai_link sound/soc/intel/boards/snd-soc-intel-sof-realtek-common +SND_SOC_INTEL_SOF_REALTEK_COMMON EXPORT_SYMBOL 0x5a3e3709 sof_rt1015_codec_conf sound/soc/intel/boards/snd-soc-intel-sof-realtek-common +SND_SOC_INTEL_SOF_REALTEK_COMMON EXPORT_SYMBOL 0x7392c5e6 sof_rt1015p_codec_conf sound/soc/intel/boards/snd-soc-intel-sof-realtek-common +SND_SOC_INTEL_SOF_REALTEK_COMMON EXPORT_SYMBOL 0xce56219a sof_rt1015p_dai_link sound/soc/intel/boards/snd-soc-intel-sof-realtek-common +SND_SOC_INTEL_SOF_REALTEK_COMMON EXPORT_SYMBOL 0xd87a0e5c sof_rt1011_codec_conf sound/soc/intel/boards/snd-soc-intel-sof-realtek-common +SND_SOC_INTEL_SOF_REALTEK_COMMON EXPORT_SYMBOL 0xdccad778 sof_rt1011_dai_link sound/soc/intel/boards/snd-soc-intel-sof-realtek-common +SND_SOC_INTEL_SOF_REALTEK_COMMON EXPORT_SYMBOL 0xf1910ca4 sof_rt1019p_dai_link sound/soc/intel/boards/snd-soc-intel-sof-realtek-common +SND_SOC_SOF_ACPI_DEV EXPORT_SYMBOL 0x516c1b98 sof_acpi_pm sound/soc/sof/snd-sof-acpi +SND_SOC_SOF_ACPI_DEV EXPORT_SYMBOL 0x7100deab sof_acpi_probe sound/soc/sof/snd-sof-acpi +SND_SOC_SOF_ACPI_DEV EXPORT_SYMBOL 0xb333ee6a sof_acpi_remove sound/soc/sof/snd-sof-acpi +SND_SOC_SOF_AMD_COMMON EXPORT_SYMBOL 0x0c64390c acp_mailbox_write sound/soc/sof/amd/snd-sof-amd-acp +SND_SOC_SOF_AMD_COMMON EXPORT_SYMBOL 0x10b013f7 acp_sof_dsp_run sound/soc/sof/amd/snd-sof-amd-acp +SND_SOC_SOF_AMD_COMMON EXPORT_SYMBOL 0x12cf017b acp_pcm_hw_params sound/soc/sof/amd/snd-sof-amd-acp +SND_SOC_SOF_AMD_COMMON EXPORT_SYMBOL 0x13d57bfd acp_mailbox_read sound/soc/sof/amd/snd-sof-amd-acp +SND_SOC_SOF_AMD_COMMON EXPORT_SYMBOL 0x189450cb acp_dsp_stream_init sound/soc/sof/amd/snd-sof-amd-acp +SND_SOC_SOF_AMD_COMMON EXPORT_SYMBOL 0x1d17db3a acp_pcm_close sound/soc/sof/amd/snd-sof-amd-acp +SND_SOC_SOF_AMD_COMMON EXPORT_SYMBOL 0x1f7b684e acp_sof_ipc_get_window_offset sound/soc/sof/amd/snd-sof-amd-acp +SND_SOC_SOF_AMD_COMMON EXPORT_SYMBOL 0x2641dcec acp_pcm_open sound/soc/sof/amd/snd-sof-amd-acp +SND_SOC_SOF_AMD_COMMON EXPORT_SYMBOL 0x2f94fe39 acp_sof_ipc_send_msg sound/soc/sof/amd/snd-sof-amd-acp +SND_SOC_SOF_AMD_COMMON EXPORT_SYMBOL 0x305cec0a amd_sof_acp_suspend 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 0x4efd60fe acp_dsp_stream_get sound/soc/sof/amd/snd-sof-amd-acp +SND_SOC_SOF_AMD_COMMON EXPORT_SYMBOL 0x52d8812d amd_sof_acp_resume sound/soc/sof/amd/snd-sof-amd-acp +SND_SOC_SOF_AMD_COMMON EXPORT_SYMBOL 0x7e638556 acp_sof_trace_init sound/soc/sof/amd/snd-sof-amd-acp +SND_SOC_SOF_AMD_COMMON EXPORT_SYMBOL 0x7f9ff0a1 sof_acp_common_ops sound/soc/sof/amd/snd-sof-amd-acp +SND_SOC_SOF_AMD_COMMON EXPORT_SYMBOL 0x813d5c7b acp_set_stream_data_offset sound/soc/sof/amd/snd-sof-amd-acp +SND_SOC_SOF_AMD_COMMON EXPORT_SYMBOL 0x8974bbf1 acp_sof_ipc_msg_data sound/soc/sof/amd/snd-sof-amd-acp +SND_SOC_SOF_AMD_COMMON EXPORT_SYMBOL 0x89c608fc acp_dai_probe sound/soc/sof/amd/snd-sof-amd-acp +SND_SOC_SOF_AMD_COMMON EXPORT_SYMBOL 0x925a0306 amd_sof_acp_remove sound/soc/sof/amd/snd-sof-amd-acp +SND_SOC_SOF_AMD_COMMON EXPORT_SYMBOL 0x991d528f acp_sof_ipc_get_mailbox_offset sound/soc/sof/amd/snd-sof-amd-acp +SND_SOC_SOF_AMD_COMMON EXPORT_SYMBOL 0x9a31d12b acp_dsp_pre_fw_run sound/soc/sof/amd/snd-sof-amd-acp +SND_SOC_SOF_AMD_COMMON EXPORT_SYMBOL 0xa572661b acp_sof_trace_release sound/soc/sof/amd/snd-sof-amd-acp +SND_SOC_SOF_AMD_COMMON EXPORT_SYMBOL 0xa989a2ca sof_renoir_ops sound/soc/sof/amd/snd-sof-amd-renoir +SND_SOC_SOF_AMD_COMMON EXPORT_SYMBOL 0xb452095d acp_dsp_stream_put sound/soc/sof/amd/snd-sof-amd-acp +SND_SOC_SOF_AMD_COMMON EXPORT_SYMBOL 0xb76361b5 amd_sof_acp_probe sound/soc/sof/amd/snd-sof-amd-acp +SND_SOC_SOF_AMD_COMMON EXPORT_SYMBOL 0xb8141da8 acp_dsp_block_write sound/soc/sof/amd/snd-sof-amd-acp +SND_SOC_SOF_AMD_COMMON EXPORT_SYMBOL 0xe11f1952 sof_rembrandt_ops sound/soc/sof/amd/snd-sof-amd-rembrandt +SND_SOC_SOF_AMD_COMMON EXPORT_SYMBOL 0xe669eb1a acp_get_bar_index sound/soc/sof/amd/snd-sof-amd-acp +SND_SOC_SOF_AMD_COMMON EXPORT_SYMBOL 0xeeb7b19c acp_dsp_block_read sound/soc/sof/amd/snd-sof-amd-acp +SND_SOC_SOF_CLIENT EXPORT_SYMBOL_GPL 0x05d720e8 sof_client_unregister_fw_state_handler sound/soc/sof/snd-sof +SND_SOC_SOF_CLIENT EXPORT_SYMBOL_GPL 0x07e2d7ea sof_client_get_dma_dev sound/soc/sof/snd-sof +SND_SOC_SOF_CLIENT EXPORT_SYMBOL_GPL 0x2b48e9d1 sof_client_dev_register sound/soc/sof/snd-sof +SND_SOC_SOF_CLIENT EXPORT_SYMBOL_GPL 0x310b7cfc sof_client_get_ipc_type sound/soc/sof/snd-sof +SND_SOC_SOF_CLIENT EXPORT_SYMBOL_GPL 0x6cabc589 sof_client_ipc_set_get_data sound/soc/sof/snd-sof +SND_SOC_SOF_CLIENT EXPORT_SYMBOL_GPL 0x7f78aa62 sof_client_register_fw_state_handler sound/soc/sof/snd-sof +SND_SOC_SOF_CLIENT EXPORT_SYMBOL_GPL 0x8451aaa0 sof_client_get_fw_state sound/soc/sof/snd-sof +SND_SOC_SOF_CLIENT EXPORT_SYMBOL_GPL 0x92dd64eb sof_client_get_debugfs_root sound/soc/sof/snd-sof +SND_SOC_SOF_CLIENT EXPORT_SYMBOL_GPL 0x9a8bdc1b sof_client_unregister_ipc_rx_handler sound/soc/sof/snd-sof +SND_SOC_SOF_CLIENT EXPORT_SYMBOL_GPL 0x9f159390 sof_client_ipc_tx_message sound/soc/sof/snd-sof +SND_SOC_SOF_CLIENT EXPORT_SYMBOL_GPL 0xa4ec0dad sof_client_core_module_get sound/soc/sof/snd-sof +SND_SOC_SOF_CLIENT EXPORT_SYMBOL_GPL 0xb48212e4 sof_client_ipc4_find_module sound/soc/sof/snd-sof +SND_SOC_SOF_CLIENT EXPORT_SYMBOL_GPL 0xbba67a39 sof_suspend_clients sound/soc/sof/snd-sof +SND_SOC_SOF_CLIENT EXPORT_SYMBOL_GPL 0xc71d042f sof_client_register_ipc_rx_handler sound/soc/sof/snd-sof +SND_SOC_SOF_CLIENT EXPORT_SYMBOL_GPL 0xd41bc8fb sof_client_core_module_put sound/soc/sof/snd-sof +SND_SOC_SOF_CLIENT EXPORT_SYMBOL_GPL 0xd56d9675 sof_client_dev_unregister sound/soc/sof/snd-sof +SND_SOC_SOF_CLIENT EXPORT_SYMBOL_GPL 0xdabf9fa8 sof_client_get_ipc_max_payload_size sound/soc/sof/snd-sof +SND_SOC_SOF_CLIENT EXPORT_SYMBOL_GPL 0xdae4594e sof_resume_clients sound/soc/sof/snd-sof +SND_SOC_SOF_CLIENT EXPORT_SYMBOL_GPL 0xdbfc7c02 sof_client_get_fw_version sound/soc/sof/snd-sof +SND_SOC_SOF_HDA_AUDIO_CODEC EXPORT_SYMBOL_GPL 0x0c8a1768 hda_codec_stop_cmd_io sound/soc/sof/intel/snd-sof-intel-hda +SND_SOC_SOF_HDA_AUDIO_CODEC EXPORT_SYMBOL_GPL 0x1b298f4d hda_codec_suspend_cmd_io sound/soc/sof/intel/snd-sof-intel-hda +SND_SOC_SOF_HDA_AUDIO_CODEC EXPORT_SYMBOL_GPL 0x26c48a75 hda_codec_rirb_status_clear sound/soc/sof/intel/snd-sof-intel-hda +SND_SOC_SOF_HDA_AUDIO_CODEC EXPORT_SYMBOL_GPL 0x4e93d875 hda_codec_resume_cmd_io sound/soc/sof/intel/snd-sof-intel-hda +SND_SOC_SOF_HDA_AUDIO_CODEC EXPORT_SYMBOL_GPL 0x51825a70 hda_codec_probe_bus sound/soc/sof/intel/snd-sof-intel-hda +SND_SOC_SOF_HDA_AUDIO_CODEC EXPORT_SYMBOL_GPL 0x6330c94c hda_codec_jack_check sound/soc/sof/intel/snd-sof-intel-hda +SND_SOC_SOF_HDA_AUDIO_CODEC EXPORT_SYMBOL_GPL 0x661942ab hda_codec_check_rirb_status sound/soc/sof/intel/snd-sof-intel-hda +SND_SOC_SOF_HDA_AUDIO_CODEC EXPORT_SYMBOL_GPL 0x68fc7ff5 hda_codec_jack_wake_enable sound/soc/sof/intel/snd-sof-intel-hda +SND_SOC_SOF_HDA_AUDIO_CODEC EXPORT_SYMBOL_GPL 0x7499c5e7 hda_codec_device_remove sound/soc/sof/intel/snd-sof-intel-hda +SND_SOC_SOF_HDA_AUDIO_CODEC EXPORT_SYMBOL_GPL 0x82bb497a hda_codec_check_for_state_change sound/soc/sof/intel/snd-sof-intel-hda +SND_SOC_SOF_HDA_AUDIO_CODEC EXPORT_SYMBOL_GPL 0x86cc515c hda_codec_set_codec_wakeup sound/soc/sof/intel/snd-sof-intel-hda +SND_SOC_SOF_HDA_AUDIO_CODEC EXPORT_SYMBOL_GPL 0x8fcfb111 hda_codec_init_cmd_io sound/soc/sof/intel/snd-sof-intel-hda +SND_SOC_SOF_HDA_AUDIO_CODEC EXPORT_SYMBOL_GPL 0xda0124fb hda_codec_detect_mask sound/soc/sof/intel/snd-sof-intel-hda +SND_SOC_SOF_HDA_AUDIO_CODEC_I915 EXPORT_SYMBOL_GPL 0x21ec3dc4 hda_codec_i915_display_power sound/soc/sof/intel/snd-sof-intel-hda +SND_SOC_SOF_HDA_AUDIO_CODEC_I915 EXPORT_SYMBOL_GPL 0x45ea891b hda_codec_i915_exit sound/soc/sof/intel/snd-sof-intel-hda +SND_SOC_SOF_HDA_AUDIO_CODEC_I915 EXPORT_SYMBOL_GPL 0x5ce1b62e hda_codec_i915_init sound/soc/sof/intel/snd-sof-intel-hda +SND_SOC_SOF_INTEL_ATOM_HIFI_EP EXPORT_SYMBOL 0x18b7dc97 atom_dai sound/soc/sof/intel/snd-sof-intel-atom +SND_SOC_SOF_INTEL_ATOM_HIFI_EP EXPORT_SYMBOL 0x23113d25 atom_reset sound/soc/sof/intel/snd-sof-intel-atom +SND_SOC_SOF_INTEL_ATOM_HIFI_EP EXPORT_SYMBOL 0x3503e0b1 atom_irq_thread sound/soc/sof/intel/snd-sof-intel-atom +SND_SOC_SOF_INTEL_ATOM_HIFI_EP EXPORT_SYMBOL 0x76da9b53 atom_machine_select sound/soc/sof/intel/snd-sof-intel-atom +SND_SOC_SOF_INTEL_ATOM_HIFI_EP EXPORT_SYMBOL 0x886dbbaa atom_get_window_offset sound/soc/sof/intel/snd-sof-intel-atom +SND_SOC_SOF_INTEL_ATOM_HIFI_EP EXPORT_SYMBOL 0x9865f00e atom_dump sound/soc/sof/intel/snd-sof-intel-atom +SND_SOC_SOF_INTEL_ATOM_HIFI_EP EXPORT_SYMBOL 0xe2f1a975 atom_set_mach_params sound/soc/sof/intel/snd-sof-intel-atom +SND_SOC_SOF_INTEL_ATOM_HIFI_EP EXPORT_SYMBOL 0xed028e67 atom_run 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 0xf671da06 atom_send_msg sound/soc/sof/intel/snd-sof-intel-atom +SND_SOC_SOF_INTEL_ATOM_HIFI_EP EXPORT_SYMBOL 0xfd6bc09f atom_get_mailbox_offset sound/soc/sof/intel/snd-sof-intel-atom +SND_SOC_SOF_INTEL_HDA_COMMON EXPORT_SYMBOL 0x0014f53a skl_chip_info sound/soc/sof/intel/snd-sof-intel-hda-common +SND_SOC_SOF_INTEL_HDA_COMMON EXPORT_SYMBOL 0x03e19e7c ehl_chip_info sound/soc/sof/intel/snd-sof-intel-hda-common +SND_SOC_SOF_INTEL_HDA_COMMON EXPORT_SYMBOL 0x1c671931 sof_apl_ops_init sound/soc/sof/intel/snd-sof-intel-hda-common +SND_SOC_SOF_INTEL_HDA_COMMON EXPORT_SYMBOL 0x310d1106 tglh_chip_info sound/soc/sof/intel/snd-sof-intel-hda-common +SND_SOC_SOF_INTEL_HDA_COMMON EXPORT_SYMBOL 0x3534b5d2 sof_tgl_ops_init sound/soc/sof/intel/snd-sof-intel-hda-common +SND_SOC_SOF_INTEL_HDA_COMMON EXPORT_SYMBOL 0x47035ceb adls_chip_info sound/soc/sof/intel/snd-sof-intel-hda-common +SND_SOC_SOF_INTEL_HDA_COMMON EXPORT_SYMBOL 0x47217e56 sof_icl_ops_init sound/soc/sof/intel/snd-sof-intel-hda-common +SND_SOC_SOF_INTEL_HDA_COMMON EXPORT_SYMBOL 0x4f973646 sof_tgl_ops sound/soc/sof/intel/snd-sof-intel-hda-common +SND_SOC_SOF_INTEL_HDA_COMMON EXPORT_SYMBOL 0x4ffd76ff sof_cnl_ops_init sound/soc/sof/intel/snd-sof-intel-hda-common +SND_SOC_SOF_INTEL_HDA_COMMON EXPORT_SYMBOL 0x50842faa sof_skl_ops_init sound/soc/sof/intel/snd-sof-intel-hda-common +SND_SOC_SOF_INTEL_HDA_COMMON EXPORT_SYMBOL 0x5c6636af sof_icl_ops sound/soc/sof/intel/snd-sof-intel-hda-common +SND_SOC_SOF_INTEL_HDA_COMMON EXPORT_SYMBOL 0x9e134056 jsl_chip_info sound/soc/sof/intel/snd-sof-intel-hda-common +SND_SOC_SOF_INTEL_HDA_COMMON EXPORT_SYMBOL 0xa10c0d31 hda_ops_free sound/soc/sof/intel/snd-sof-intel-hda-common +SND_SOC_SOF_INTEL_HDA_COMMON EXPORT_SYMBOL 0xb1169e2f sof_cnl_ops sound/soc/sof/intel/snd-sof-intel-hda-common +SND_SOC_SOF_INTEL_HDA_COMMON EXPORT_SYMBOL 0xc26805b7 sof_mtl_ops sound/soc/sof/intel/snd-sof-intel-hda-common +SND_SOC_SOF_INTEL_HDA_COMMON EXPORT_SYMBOL 0xc3619c50 mtl_chip_info sound/soc/sof/intel/snd-sof-intel-hda-common +SND_SOC_SOF_INTEL_HDA_COMMON EXPORT_SYMBOL 0xc36e79b2 cnl_chip_info sound/soc/sof/intel/snd-sof-intel-hda-common +SND_SOC_SOF_INTEL_HDA_COMMON EXPORT_SYMBOL 0xca135818 hda_pci_intel_probe sound/soc/sof/intel/snd-sof-intel-hda-common +SND_SOC_SOF_INTEL_HDA_COMMON EXPORT_SYMBOL 0xceddb0f2 icl_chip_info sound/soc/sof/intel/snd-sof-intel-hda-common +SND_SOC_SOF_INTEL_HDA_COMMON EXPORT_SYMBOL 0xd9b5ab49 sof_apl_ops sound/soc/sof/intel/snd-sof-intel-hda-common +SND_SOC_SOF_INTEL_HDA_COMMON EXPORT_SYMBOL 0xdf2c9653 tgl_chip_info sound/soc/sof/intel/snd-sof-intel-hda-common +SND_SOC_SOF_INTEL_HDA_COMMON EXPORT_SYMBOL 0xe3b26d88 sof_mtl_ops_init sound/soc/sof/intel/snd-sof-intel-hda-common +SND_SOC_SOF_INTEL_HDA_COMMON EXPORT_SYMBOL 0xec6efd34 sof_skl_ops sound/soc/sof/intel/snd-sof-intel-hda-common +SND_SOC_SOF_INTEL_HDA_COMMON EXPORT_SYMBOL 0xf44964d0 apl_chip_info sound/soc/sof/intel/snd-sof-intel-hda-common +SND_SOC_SOF_PCI_DEV EXPORT_SYMBOL 0x0078472f sof_pci_pm sound/soc/sof/snd-sof-pci +SND_SOC_SOF_PCI_DEV EXPORT_SYMBOL 0x2e674991 sof_pci_remove sound/soc/sof/snd-sof-pci +SND_SOC_SOF_PCI_DEV EXPORT_SYMBOL 0xbd804e21 sof_pci_shutdown sound/soc/sof/snd-sof-pci +SND_SOC_SOF_PCI_DEV EXPORT_SYMBOL 0xd563c5d3 sof_pci_probe sound/soc/sof/snd-sof-pci +SND_SOC_SOF_XTENSA EXPORT_SYMBOL 0xffdc884f sof_xtensa_arch_ops sound/soc/sof/xtensa/snd-sof-xtensa-dsp +SOUNDWIRE_INTEL EXPORT_SYMBOL 0x277406af sdw_intel_cnl_hw_ops drivers/soundwire/soundwire-intel +SOUNDWIRE_INTEL_INIT EXPORT_SYMBOL 0x37275682 sdw_intel_exit drivers/soundwire/soundwire-intel +SOUNDWIRE_INTEL_INIT EXPORT_SYMBOL 0x3cfe9335 sdw_intel_probe drivers/soundwire/soundwire-intel +SOUNDWIRE_INTEL_INIT EXPORT_SYMBOL 0x6f7cfb0d sdw_intel_process_wakeen_event drivers/soundwire/soundwire-intel +SOUNDWIRE_INTEL_INIT EXPORT_SYMBOL 0xaa52eba1 sdw_intel_thread drivers/soundwire/soundwire-intel +SOUNDWIRE_INTEL_INIT EXPORT_SYMBOL 0xe2bf47d4 sdw_intel_startup drivers/soundwire/soundwire-intel +SPI_DW_CORE EXPORT_SYMBOL_GPL 0x03cc26d6 dw_spi_resume_host drivers/spi/spi-dw +SPI_DW_CORE EXPORT_SYMBOL_GPL 0x249f7e9c dw_spi_remove_host drivers/spi/spi-dw +SPI_DW_CORE EXPORT_SYMBOL_GPL 0x51d41c12 dw_spi_dma_setup_mfld drivers/spi/spi-dw +SPI_DW_CORE EXPORT_SYMBOL_GPL 0x7a1de7b2 dw_spi_update_config drivers/spi/spi-dw +SPI_DW_CORE EXPORT_SYMBOL_GPL 0x86304134 dw_spi_suspend_host drivers/spi/spi-dw +SPI_DW_CORE EXPORT_SYMBOL_GPL 0x9b39b642 dw_spi_dma_setup_generic drivers/spi/spi-dw +SPI_DW_CORE EXPORT_SYMBOL_GPL 0xb16382ad dw_spi_add_host drivers/spi/spi-dw +SPI_DW_CORE EXPORT_SYMBOL_GPL 0xd1fb2fa8 dw_spi_set_cs drivers/spi/spi-dw +SPI_DW_CORE EXPORT_SYMBOL_GPL 0xfc6ea630 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 0x0e9ef59a usb_stor_ctrl_transfer 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 0x27a9b195 usb_stor_clear_halt drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x34e12a3f usb_stor_bulk_srb drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x48267f57 usb_stor_host_template_init drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x4e1c05a9 usb_stor_probe2 drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x503452b5 usb_stor_bulk_transfer_buf drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x66160fd4 usb_stor_pre_reset drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x71579057 usb_stor_set_xfer_buf drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x7a65e478 usb_stor_CB_reset drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x7c842714 usb_stor_probe1 drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x876282db usb_stor_transparent_scsi_command drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x882f4b71 fill_inquiry_response drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x88e0a9b9 usb_stor_CB_transport drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x902aace2 usb_stor_Bulk_transport drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x99cbaeee usb_stor_adjust_quirks drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xb80a307f usb_stor_resume drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xb80f9b15 usb_stor_control_msg drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xba121f7c usb_stor_disconnect drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xcad9b9ca usb_stor_reset_resume drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xecc62353 usb_stor_Bulk_reset drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xef44b8cd usb_stor_bulk_transfer_sg drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xf2886910 usb_stor_post_reset drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xfb657e87 usb_stor_suspend drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xfe7fedb4 usb_stor_access_xfer_buf drivers/usb/storage/usb-storage --- linux-lowlatency-hwe-6.2-6.2.0.orig/debian.lowlatency-hwe-6.2/abi/amd64/lowlatency.compiler +++ linux-lowlatency-hwe-6.2-6.2.0/debian.lowlatency-hwe-6.2/abi/amd64/lowlatency.compiler @@ -0,0 +1 @@ +GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0 --- linux-lowlatency-hwe-6.2-6.2.0.orig/debian.lowlatency-hwe-6.2/abi/amd64/lowlatency.modules +++ linux-lowlatency-hwe-6.2-6.2.0/debian.lowlatency-hwe-6.2/abi/amd64/lowlatency.modules @@ -0,0 +1,6289 @@ +104-quad-8 +3c509 +3c574_cs +3c589_cs +3c59x +3w-9xxx +3w-sas +3w-xxxx +53c700 +6lowpan +6pack +8021q +8139cp +8139too +8250_dw +8250_exar +8250_lpss +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 +9pnet_xen +BusLogic +a100u2w +a3d +a8293 +aacraid +aat2870-regulator +aat2870_bl +abituguru +abituguru3 +abp060mg +ac97_bus +acard-ahci +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 +ad9389b +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 +ade7854 +ade7854-i2c +ade7854-spi +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 +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_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 +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 +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 +btqca +btrfs +btrsi +btrtl +btsdio +bttv +btusb +bu21013_ts +bu21029_ts +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 +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 +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 +cm4000_cs +cm4040_cs +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 +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_typec +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_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_hmem +dax_pmem +db9 +dc395x +dca +dccp +dccp_diag +dccp_ipv4 +dccp_ipv6 +dcdbas +ddbridge +ddbridge-dummy-fe +de2104x +defxx +dell-laptop +dell-rbtn +dell-smbios +dell-smm-hwmon +dell-smo8800 +dell-uart-backlight +dell-wmi +dell-wmi-aio +dell-wmi-ddv +dell-wmi-descriptor +dell-wmi-led +dell-wmi-sysman +dell_rbu +delta-ahe50dc-fan +denali +denali_pci +des3_ede-x86_64 +des_generic +designware_i2s +device_dax +dfl +dfl-afu +dfl-emif +dfl-fme +dfl-fme-br +dfl-fme-mgr +dfl-fme-region +dfl-n3000-nios +dfl-pci +dht11 +diag +dib0070 +dib0090 +dib3000mb +dib3000mc +dib7000m +dib7000p +dib8000 +dib9000 +dibx000_common +digi_acceleport +diskonchip +dl2k +dlhl60d +dlink-dir685-touchkeys +dlm +dln2 +dln2-adc +dm-bio-prison +dm-bufio +dm-cache +dm-cache-smq +dm-clone +dm-crypt +dm-delay +dm-ebs +dm-era +dm-flakey +dm-historical-service-time +dm-integrity +dm-io-affinity +dm-log +dm-log-userspace +dm-log-writes +dm-mirror +dm-multipath +dm-persistent-data +dm-queue-length +dm-raid +dm-region-hash +dm-round-robin +dm-service-time +dm-snapshot +dm-switch +dm-thin-pool +dm-unstripe +dm-verity +dm-writecache +dm-zero +dm-zoned +dm1105 +dm9601 +dmard06 +dmard09 +dmard10 +dme1737 +dmfe +dmi-sysfs +dmm32at +dmx3191d +dnet +dp83640 +dp83822 +dp83848 +dp83867 +dp83869 +dp83tc811 +dp83td510 +dpot-dac +dps310 +dps920ab +dptf_pch_fivr +dptf_power +drbd +drivetemp +drm +drm_buddy +drm_display_helper +drm_dma_helper +drm_kms_helper +drm_mipi_dbi +drm_shmem_helper +drm_ttm_helper +drm_vram_helper +drm_xen_front +drv260x +drv2665 +drv2667 +drx39xyj +drxd +drxk +ds1621 +ds1682 +ds1803 +ds1wm +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-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 +failover +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_sys_fops +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-elan +ftdi_sio +ftl +ftrace-direct +ftrace-direct-modify +ftrace-direct-too +ftsteutates +fujitsu-laptop +fujitsu-tablet +fujitsu_ts +funcore +funeth +fusb302 +fxas21002c_core +fxas21002c_i2c +fxas21002c_spi +fxls8962af-core +fxls8962af-i2c +fxls8962af-spi +fxos8700_core +fxos8700_i2c +fxos8700_spi +g450_pll +g760a +g762 +g_acm_ms +g_audio +g_cdc +g_dbgp +g_ether +g_ffs +g_hid +g_mass_storage +g_midi +g_ncm +g_nokia +g_printer +g_serial +g_webcam +g_zero +gadgetfs +gamecon +gameport +garmin_gps +garp +gb-audio-apbridgea +gb-audio-codec +gb-audio-gb +gb-audio-manager +gb-audio-module +gb-bootrom +gb-es2 +gb-firmware +gb-gbphy +gb-gpio +gb-hid +gb-i2c +gb-light +gb-log +gb-loopback +gb-power-supply +gb-pwm +gb-raw +gb-sdio +gb-spi +gb-spilib +gb-uart +gb-usb +gb-vibrator +gdmtty +gdmulte +gen_probe +generic +generic-adc-battery +genet +geneve +genwqe_card +gf2k +gfs2 +ghash-clmulni-intel +gigabyte-wmi +gl518sm +gl520sm +gl620a +gluebi +gm12u320 +gma500_gfx +gnss +gnss-mtk +gnss-serial +gnss-sirf +gnss-ubx +gnss-usb +go7007 +go7007-loader +go7007-usb +goku_udc +goldfish_battery +goodix_ts +gp2ap002 +gp2ap020a00f +gp8psk-fe +gpd-pocket-fan +gpio +gpio-104-dio-48e +gpio-104-idi-48 +gpio-104-idio-16 +gpio-aaeon +gpio-adp5520 +gpio-aggregator +gpio-amd-fch +gpio-amd8111 +gpio-amdpt +gpio-arizona +gpio-bd9571mwv +gpio-beeper +gpio-charger +gpio-da9052 +gpio-da9055 +gpio-dln2 +gpio-dwapb +gpio-exar +gpio-f7188x +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-regulator +gpio-sch +gpio-sch311x +gpio-sim +gpio-siox +gpio-tpic2810 +gpio-tps65086 +gpio-tps65912 +gpio-tps68470 +gpio-tqmx86 +gpio-twl4030 +gpio-twl6040 +gpio-ucb1400 +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 +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-ezkey +hid-ft260 +hid-gaff +hid-gembird +hid-generic +hid-gfrm +hid-glorious +hid-google-hammer +hid-gt683r +hid-gyration +hid-holtek-kbd +hid-holtek-mouse +hid-holtekff +hid-hyperv +hid-icade +hid-ite +hid-jabra +hid-kensington +hid-keytouch +hid-kye +hid-lcpower +hid-led +hid-lenovo +hid-letsketch +hid-lg-g15 +hid-logitech +hid-logitech-dj +hid-logitech-hidpp +hid-macally +hid-magicmouse +hid-maltron +hid-mcp2221 +hid-megaworld +hid-mf +hid-microsoft +hid-monterey +hid-multitouch +hid-nintendo +hid-nti +hid-ntrig +hid-ortek +hid-penmount +hid-petalynx +hid-picolcd +hid-pl +hid-plantronics +hid-playstation +hid-primax +hid-prodikeys +hid-pxrc +hid-razer +hid-redragon +hid-retrode +hid-rmi +hid-roccat +hid-roccat-arvo +hid-roccat-common +hid-roccat-isku +hid-roccat-kone +hid-roccat-koneplus +hid-roccat-konepure +hid-roccat-kovaplus +hid-roccat-lua +hid-roccat-pyra +hid-roccat-ryos +hid-roccat-savu +hid-saitek +hid-samsung +hid-semitek +hid-sensor-accel-3d +hid-sensor-als +hid-sensor-custom +hid-sensor-custom-intel-hinge +hid-sensor-gyro-3d +hid-sensor-hub +hid-sensor-humidity +hid-sensor-iio-common +hid-sensor-incl-3d +hid-sensor-magn-3d +hid-sensor-press +hid-sensor-prox +hid-sensor-rotation +hid-sensor-temperature +hid-sensor-trigger +hid-sigmamicro +hid-sjoy +hid-sony +hid-speedlink +hid-steam +hid-steelseries +hid-sunplus +hid-thrustmaster +hid-tivo +hid-tmff +hid-topre +hid-topseed +hid-twinhan +hid-u2fzero +hid-uclogic +hid-udraw-ps3 +hid-viewsonic +hid-vivaldi +hid-vivaldi-common +hid-vrc2 +hid-waltop +hid-wiimote +hid-xiaomi +hid-xinmo +hid-zpff +hid-zydacron +hideep +hidp +hih6130 +himax_hx83112b +hinic +hisi-spmi-controller +hmc425a +hmc5843_core +hmc5843_i2c +hmc5843_spi +hmc6352 +hopper +horus3a +hostap +hostap_cs +hostap_pci +hostap_plx +hp-wmi +hp03 +hp206c +hp_accel +hpfs +hpilo +hpsa +hptiop +hpwdt +hsi +hsi_char +hso +hsr +ht16k33 +htc-pasic3 +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-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 +icp +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 +imx319 +imx355 +ina209 +ina238 +ina2xx +ina2xx-adc +ina3221 +industrialio +industrialio-buffer-cb +industrialio-buffer-dma +industrialio-buffer-dmaengine +industrialio-configfs +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 +intel-m10-bmc-hwmon +intel-qep +intel-rng +intel-rst +intel-smartconnect +intel-uncore-frequency +intel-uncore-frequency-common +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_chtdc_ti_pwrbtn +intel_chtwc_int33fe +intel_crystal_cove_charger +intel_ifs +intel_int0002_vgpio +intel_ips +intel_menlow +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_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_vr_nor +intel_vsec +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_CLUSTERIP +ipt_ECN +ipt_REJECT +ipt_SYNPROXY +ipt_ah +ipt_rpfilter +iptable_filter +iptable_mangle +iptable_nat +iptable_raw +iptable_security +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 +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 +ixgb +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 +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-bd2802 +leds-blinkm +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-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-gpio +ledtrig-heartbeat +ledtrig-netdev +ledtrig-oneshot +ledtrig-pattern +ledtrig-timer +ledtrig-transient +ledtrig-tty +ledtrig-usbport +legousbtower +lenovo-yogabook-wmi +lg-laptop +lg-vl600 +lg2160 +lgdt3305 +lgdt3306a +lgdt330x +lgs8gl5 +lgs8gxx +lib80211 +lib80211_crypt_ccmp +lib80211_crypt_tkip +lib80211_crypt_wep +libahci +libahci_platform +libarc4 +libceph +libchacha +libchacha20poly1305 +libcomposite +libcrc32c +libcurve25519 +libcurve25519-generic +libcxgb +libcxgbi +libdes +libertas +libertas_cs +libertas_sdio +libertas_spi +libertas_tf +libertas_tf_usb +libfc +libfcoe +libipw +libiscsi +libiscsi_tcp +libpoly1305 +libsas +libwx +lightning +line-display +lineage-pem +linear +liquidio +liquidio_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 +m5mols +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 +max20730 +max20751 +max2165 +max2175 +max30100 +max30102 +max30208 +max3100 +max31722 +max31730 +max31760 +max31785 +max31790 +max31856 +max31865 +max3420_udc +max3421-hcd +max34440 +max44000 +max44009 +max517 +max5432 +max5481 +max5487 +max5821 +max63xx_wdt +max6620 +max6621 +max6639 +max6650 +max6697 +max6875 +max7359_keypad +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 +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-thunder +me4000 +me_daq +mediatek-ge +megaraid +megaraid_mbox +megaraid_mm +megaraid_sas +mei +mei-gsc +mei-me +mei-txe +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 +microread +microread_i2c +microread_mei +microtek +mii +minix +mip6 +mipi-i3c-hci +mite +mk712 +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 +mpr121_touchkey +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_ocelot_switch_lib +mscc_seville +msdos +mse102x +msg2638 +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 +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 +mt9m032 +mt9m111 +mt9p031 +mt9t001 +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 +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 +nbd +nci +nci_spi +nci_uart +nct6683 +nct6775 +nct6775-core +nct6775-i2c +nct7802 +nct7904 +nd_btt +nd_pmem +nd_virtio +ne2k-pci +neofb +net1080 +net2272 +net2280 +net_failover +netconsole +netdevsim +netfs +netjet +netlink_diag +netrom +nettel +netup-unidvb +netxen_nic +newtonkbd +nf_conncount +nf_conntrack +nf_conntrack_amanda +nf_conntrack_bridge +nf_conntrack_broadcast +nf_conntrack_ftp +nf_conntrack_h323 +nf_conntrack_irc +nf_conntrack_netbios_ns +nf_conntrack_netlink +nf_conntrack_pptp +nf_conntrack_sane +nf_conntrack_sip +nf_conntrack_snmp +nf_conntrack_tftp +nf_defrag_ipv4 +nf_defrag_ipv6 +nf_dup_ipv4 +nf_dup_ipv6 +nf_dup_netdev +nf_flow_table +nf_flow_table_inet +nf_log_syslog +nf_nat +nf_nat_amanda +nf_nat_ftp +nf_nat_h323 +nf_nat_irc +nf_nat_pptp +nf_nat_sip +nf_nat_snmp_basic +nf_nat_tftp +nf_reject_ipv4 +nf_reject_ipv6 +nf_socket_ipv4 +nf_socket_ipv6 +nf_synproxy_core +nf_tables +nf_tproxy_ipv4 +nf_tproxy_ipv6 +nfc +nfc_digital +nfcmrvl +nfcmrvl_i2c +nfcmrvl_spi +nfcmrvl_uart +nfcmrvl_usb +nfcsim +nfit +nfnetlink +nfnetlink_acct +nfnetlink_cthelper +nfnetlink_cttimeout +nfnetlink_hook +nfnetlink_log +nfnetlink_osf +nfnetlink_queue +nfp +nfs +nfs_acl +nfs_layout_flexfiles +nfs_layout_nfsv41_files +nfsd +nfsv2 +nfsv3 +nfsv4 +nft_chain_nat +nft_compat +nft_connlimit +nft_ct +nft_dup_ipv4 +nft_dup_ipv6 +nft_dup_netdev +nft_fib +nft_fib_inet +nft_fib_ipv4 +nft_fib_ipv6 +nft_fib_netdev +nft_flow_offload +nft_fwd_netdev +nft_hash +nft_limit +nft_log +nft_masq +nft_meta_bridge +nft_nat +nft_numgen +nft_osf +nft_queue +nft_quota +nft_redir +nft_reject +nft_reject_bridge +nft_reject_inet +nft_reject_ipv4 +nft_reject_ipv6 +nft_reject_netdev +nft_socket +nft_synproxy +nft_tproxy +nft_tunnel +nft_xfrm +nftl +ngbe +ngene +nhc_dest +nhc_fragment +nhc_hop +nhc_ipv6 +nhc_mobility +nhc_routing +nhc_udp +nhpoly1305 +nhpoly1305-avx2 +nhpoly1305-sse2 +ni903x_wdt +ni_6527 +ni_65xx +ni_660x +ni_670x +ni_at_a2150 +ni_at_ao +ni_atmio +ni_atmio16d +ni_daq_700 +ni_daq_dio24 +ni_labpc +ni_labpc_common +ni_labpc_cs +ni_labpc_isadma +ni_labpc_pci +ni_mio_cs +ni_pcidio +ni_pcimio +ni_routes_test +ni_routing +ni_tio +ni_tiocmd +ni_usb6501 +nic7018_wdt +nicpf +nicstar +nicvf +nilfs2 +nitro_enclaves +niu +nixge +nlmon +nls_ascii +nls_cp1250 +nls_cp1251 +nls_cp1255 +nls_cp737 +nls_cp775 +nls_cp850 +nls_cp852 +nls_cp855 +nls_cp857 +nls_cp860 +nls_cp861 +nls_cp862 +nls_cp863 +nls_cp864 +nls_cp865 +nls_cp866 +nls_cp869 +nls_cp874 +nls_cp932 +nls_cp936 +nls_cp949 +nls_cp950 +nls_euc-jp +nls_iso8859-1 +nls_iso8859-13 +nls_iso8859-14 +nls_iso8859-15 +nls_iso8859-2 +nls_iso8859-3 +nls_iso8859-4 +nls_iso8859-5 +nls_iso8859-6 +nls_iso8859-7 +nls_iso8859-9 +nls_koi8-r +nls_koi8-ru +nls_koi8-u +nls_utf8 +nmclan_cs +noa1305 +noon010pc30 +nosy +notifier-error-inject +nouveau +nozomi +npcm750-pwm-fan +ns558 +ns83820 +nsh +ntb +ntb_hw_epf +ntb_hw_idt +ntb_hw_intel +ntb_hw_switchtec +ntb_netdev +ntb_perf +ntb_pingpong +ntb_tool +ntb_transport +ntc_thermistor +ntfs +ntfs3 +null_blk +nuvoton-cir +nv_tco +nvidia-wmi-ec-backlight +nvidiafb +nvme +nvme-common +nvme-core +nvme-fabrics +nvme-fc +nvme-loop +nvme-rdma +nvme-tcp +nvmem-rave-sp-eeprom +nvmem-rmem +nvmem_qcom-spmi-sdam +nvmet +nvmet-fc +nvmet-rdma +nvmet-tcp +nvram +nvsw-sn2201 +nxp-c45-tja11xx +nxp-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 +opa_vnic +opencores-kbd +openvswitch +opt3001 +opticon +option +or51132 +or51211 +orangefs +orinoco +orinoco_cs +orinoco_nortel +orinoco_plx +orinoco_tmd +orinoco_usb +oti6858 +otm3225a +ov02a10 +ov08d10 +ov08x40 +ov13858 +ov13b10 +ov2640 +ov2659 +ov2680 +ov2685 +ov2740 +ov4689 +ov5647 +ov5648 +ov5670 +ov5675 +ov5693 +ov5695 +ov6650 +ov7251 +ov7640 +ov7670 +ov772x +ov7740 +ov8856 +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-mipi-dbi +panel-raspberrypi-touchscreen +panel-widechips-ws2401 +paride +parkbd +parman +parport +parport_ax88796 +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_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 +pcd +pcengines-apuv2 +pcf50633 +pcf50633-adc +pcf50633-backlight +pcf50633-charger +pcf50633-gpio +pcf50633-input +pcf50633-regulator +pcf8574_keypad +pcf8591 +pch_udc +pci +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-altera-tse +pcs-lynx +pcs_xpcs +pcspkr +pcwd_pci +pcwd_usb +pd +pd6729 +pda_power +pdc_adma +peak_pci +peak_pciefd +peak_pcmcia +peak_usb +peaq-wmi +peci +peci-cpu +peci-cputemp +peci-dimmtemp +pegasus +pegasus_notetaker +penmount +pf +pfr_telemetry +pfr_update +pg +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 +pt +ptdma +ptp_clockmatrix +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 +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 +r8188eu +r8192e_pci +r8192u_usb +r820t +r852 +r8712u +r8723bs +r8a66597-hcd +r8a66597-udc +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-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-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_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 +rt4831 +rt4831-backlight +rt4831-regulator +rt5033 +rt5033-regulator +rt5033_battery +rt5120 +rt5120-pwrkey +rt5120-regulator +rt5190a-regulator +rt5759-regulator +rt6160-regulator +rt6190-regulator +rt61pci +rt6245-regulator +rt73usb +rt9455_charger +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-v3020 +rtc-wilco-ec +rtc-wm831x +rtc-wm8350 +rtc-x1205 +rtd520 +rti800 +rti802 +rtl2830 +rtl2832 +rtl2832_sdr +rtl8150 +rtl8187 +rtl8188ee +rtl818x_pci +rtl8192c-common +rtl8192ce +rtl8192cu +rtl8192de +rtl8192ee +rtl8192se +rtl8365mb +rtl8366 +rtl8723-common +rtl8723ae +rtl8723be +rtl8821ae +rtl8xxxu +rtl_pci +rtl_usb +rtllib +rtllib_crypt_ccmp +rtllib_crypt_tkip +rtllib_crypt_wep +rtlwifi +rtmv20-regulator +rtq2134-regulator +rtq6056 +rtq6752-regulator +rtrs-client +rtrs-core +rtrs-server +rts5208 +rtsx_pci +rtsx_pci_ms +rtsx_pci_sdmmc +rtsx_usb +rtsx_usb_ms +rtsx_usb_sdmmc +rtw88_8723d +rtw88_8723de +rtw88_8723du +rtw88_8821c +rtw88_8821ce +rtw88_8821cu +rtw88_8822b +rtw88_8822be +rtw88_8822bu +rtw88_8822c +rtw88_8822ce +rtw88_8822cu +rtw88_core +rtw88_pci +rtw88_usb +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 +s5k6aa +s626 +s6sy761 +s921 +saa6588 +saa6752hs +saa7110 +saa7115 +saa7127 +saa7134 +saa7134-alsa +saa7134-dvb +saa7134-empress +saa7134-go7007 +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_atm +sch_cake +sch_cbq +sch_cbs +sch_choke +sch_codel +sch_drr +sch_dsmark +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_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 +scr24x_cs +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 +sha3_generic +sha512-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 +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 +sl811-hcd +sl811_cs +slcan +slg51000-regulator +slicoss +slim-qcom-ctrl +slimbus +slip +slram +sm2_generic +sm3 +sm3-avx-x86_64 +sm3_generic +sm4 +sm4-aesni-avx-x86_64 +sm4-aesni-avx2-x86_64 +sm4_generic +sm501 +sm501fb +sm712fb +sm750fb +sm_common +sm_ftl +smartpqi +smb347-charger +smc +smc91c92_cs +smc_diag +smipcie +smm665 +smpro-core +smpro-errmon +smpro-hwmon +smpro-misc +smsc +smsc37b787_wdt +smsc47b397 +smsc47m1 +smsc47m192 +smsc75xx +smsc911x +smsc9420 +smsc95xx +smscufx +smsdvb +smsmdtv +smssdio +smsusb +snd +snd-ac97-codec +snd-acp-config +snd-acp-i2s +snd-acp-legacy-mach +snd-acp-mach +snd-acp-pci +snd-acp-pcm +snd-acp-pdm +snd-acp-rembrandt +snd-acp-renoir +snd-acp-sof-mach +snd-acp3x-i2s +snd-acp3x-pcm-dma +snd-acp3x-pdm-dma +snd-acp3x-rn +snd-acp5x-i2s +snd-acp5x-pcm-dma +snd-acp6x-pdm-dma +snd-ad1889 +snd-ak4113 +snd-ak4114 +snd-ak4117 +snd-ak4xxx-adda +snd-ali5451 +snd-aloop +snd-als300 +snd-als4000 +snd-asihpi +snd-atiixp +snd-atiixp-modem +snd-au8810 +snd-au8820 +snd-au8830 +snd-aw2 +snd-azt3328 +snd-bcd2000 +snd-bebob +snd-bt87x +snd-ca0106 +snd-cmipci +snd-compress +snd-cs4281 +snd-cs46xx +snd-cs8427 +snd-ctl-led +snd-ctxfi +snd-darla20 +snd-darla24 +snd-dice +snd-dummy +snd-echo3g +snd-emu10k1 +snd-emu10k1-synth +snd-emu10k1x +snd-emux-synth +snd-ens1370 +snd-ens1371 +snd-es1938 +snd-es1968 +snd-fireface +snd-firewire-digi00x +snd-firewire-lib +snd-firewire-motu +snd-firewire-tascam +snd-fireworks +snd-fm801 +snd-gina20 +snd-gina24 +snd-hda-codec +snd-hda-codec-analog +snd-hda-codec-ca0110 +snd-hda-codec-ca0132 +snd-hda-codec-cirrus +snd-hda-codec-cmedia +snd-hda-codec-conexant +snd-hda-codec-cs8409 +snd-hda-codec-generic +snd-hda-codec-hdmi +snd-hda-codec-idt +snd-hda-codec-realtek +snd-hda-codec-si3054 +snd-hda-codec-via +snd-hda-core +snd-hda-cs-dsp-ctls +snd-hda-ext-core +snd-hda-intel +snd-hda-scodec-cs35l41 +snd-hda-scodec-cs35l41-i2c +snd-hda-scodec-cs35l41-spi +snd-hdmi-lpe-audio +snd-hdsp +snd-hdspm +snd-hrtimer +snd-hwdep +snd-i2c +snd-ice1712 +snd-ice1724 +snd-ice17xx-ak4xxx +snd-indigo +snd-indigodj +snd-indigodjx +snd-indigoio +snd-indigoiox +snd-intel-dspcfg +snd-intel-sdw-acpi +snd-intel-sst-acpi +snd-intel-sst-core +snd-intel-sst-pci +snd-intel8x0 +snd-intel8x0m +snd-isight +snd-korg1212 +snd-layla20 +snd-layla24 +snd-lola +snd-lx6464es +snd-maestro3 +snd-mia +snd-mixart +snd-mixer-oss +snd-mona +snd-mpu401 +snd-mpu401-uart +snd-mtpav +snd-mts64 +snd-nm256 +snd-opl3-lib +snd-opl3-synth +snd-oxfw +snd-oxygen +snd-oxygen-lib +snd-pci-acp3x +snd-pci-acp5x +snd-pci-acp6x +snd-pci-ps +snd-pcm +snd-pcm-dmaengine +snd-pcsp +snd-pcxhr +snd-pdaudiocf +snd-portman2x4 +snd-ps-pdm-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-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-bd28623 +snd-soc-bdw-rt286 +snd-soc-bt-sco +snd-soc-catpt +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-cs35l45-tables +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-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-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-max98373 +snd-soc-max98373-i2c +snd-soc-max98373-sdw +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-ps-mach +snd-soc-rk3328 +snd-soc-rl6231 +snd-soc-rl6347a +snd-soc-rt1011 +snd-soc-rt1015 +snd-soc-rt1015p +snd-soc-rt1019 +snd-soc-rt1308 +snd-soc-rt1308-sdw +snd-soc-rt1316-sdw +snd-soc-rt1318-sdw +snd-soc-rt274 +snd-soc-rt286 +snd-soc-rt298 +snd-soc-rt5514 +snd-soc-rt5514-spi +snd-soc-rt5616 +snd-soc-rt5631 +snd-soc-rt5640 +snd-soc-rt5645 +snd-soc-rt5651 +snd-soc-rt5659 +snd-soc-rt5660 +snd-soc-rt5663 +snd-soc-rt5670 +snd-soc-rt5677 +snd-soc-rt5677-spi +snd-soc-rt5682 +snd-soc-rt5682-i2c +snd-soc-rt5682-sdw +snd-soc-rt5682s +snd-soc-rt700 +snd-soc-rt711 +snd-soc-rt711-sdca +snd-soc-rt715 +snd-soc-rt715-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-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-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-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-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-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 +snic +snps_udc_core +soc_button_array +softdog +softing +softing_cs +solo6x10 +solos-pci +sony-btf-mpx +sony-laptop +soundcore +soundwire-bus +soundwire-cadence +soundwire-generic-allocation +soundwire-intel +soundwire-qcom +sp2 +sp5100_tco +sp887x +spaceball +spaceorb +sparse-keymap +spcp8x5 +speakup +speakup_acntsa +speakup_apollo +speakup_audptr +speakup_bns +speakup_decext +speakup_dectlk +speakup_dummy +speakup_ltlk +speakup_soft +speakup_spkout +speakup_txprt +spectrum_cs +speedfax +speedstep-lib +speedtch +spi-altera-core +spi-altera-dfl +spi-altera-platform +spi-amd +spi-axi-spi-engine +spi-bitbang +spi-butterfly +spi-cadence +spi-dln2 +spi-dw +spi-dw-mmio +spi-dw-pci +spi-gpio +spi-intel +spi-intel-pci +spi-intel-platform +spi-lantiq-ssc +spi-lm70llp +spi-loopback-test +spi-microchip-core +spi-microchip-core-qspi +spi-mux +spi-mxic +spi-nor +spi-nxp-fspi +spi-oc-tiny +spi-pci1xxxx +spi-pxa2xx-pci +spi-pxa2xx-platform +spi-rockchip +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 +sr030pc30 +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_cs +synclink_gt +syscopyarea +sysfillrect +sysimgblt +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 +tc-dwc-g210-pltfrm +tc358743 +tc358746 +tc654 +tc74 +tc90522 +tca6416-keypad +tca8418_keypad +tcan4x5x +tcm_fc +tcm_loop +tcm_qla2xxx +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 +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-ads124s08 +ti-ads131e08 +ti-ads7950 +ti-ads8344 +ti-ads8688 +ti-dac082s085 +ti-dac5571 +ti-dac7311 +ti-dac7612 +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 +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 +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 +u132-hcd +uPD60620 +u_audio +u_ether +u_serial +uacce +uartlite +uas +ubi +ubifs +ubuntu-host +ucan +ucb1400_core +ucb1400_ts +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 +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 +videobuf-vmalloc +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_blk +virtio_bt +virtio_crypto +virtio_dma_buf +virtio_input +virtio_mem +virtio_net +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 +vs6624 +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 +wusb3801 +wwan_hwsim +x25 +x38_edac +x86-android-tablets +x86_pkg_temp_thermal +x_tables +xbox_remote +xc2028 +xc4000 +xc5000 +xcbc +xctr +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 +zavl +zcommon +zd1201 +zd1211rw +zd1301 +zd1301_demod +zet6223 +zforce_ts +zfs +zhenhua +ziirave_wdt +zinitix +zl10036 +zl10039 +zl10353 +zl6100 +zlua +znvpair +zonefs +zopt2201 +zpa2326 +zpa2326_i2c +zpa2326_spi +zram +zstd +zunicode +zzstd --- linux-lowlatency-hwe-6.2-6.2.0.orig/debian.lowlatency-hwe-6.2/abi/amd64/lowlatency.modules.builtin +++ linux-lowlatency-hwe-6.2-6.2.0/debian.lowlatency-hwe-6.2/abi/amd64/lowlatency.modules.builtin @@ -0,0 +1,322 @@ +8250 +8250_base +8250_mid +8250_pci +88pm860x +ac +acpi-cpufreq +acpi_dbg +acpi_mdio +acpiphp +aead +aes_generic +af_packet +agpgart +akcipher +amd64-agp +amd_pstate +asiliantfb +asn1_decoder +asn1_encoder +asymmetric_keys +ata_generic +ata_piix +atkbd +backlight +battery +bcm84881 +binfmt_elf +binfmt_script +bitrev +bsg +btree +button +cbc +cdrom +cfbcopyarea +cfbfillrect +cfbimgblt +charger-manager +cn +compat_binfmt_elf +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 +da903x +da9052-core +da9052-i2c +da9052-spi +da9055 +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 +ezx-pcap +fan +fat +fb +fbdev +fddi +firmware_class +fixed_phy +font +freq_table +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 +hmac +hsu_dma +hwmon +hwspinlock_core +i2c-core +i2c-designware-core +i2c-designware-platform +i2c-dev +i8042 +icc-core +imsttfb +input-core +intel-agp +intel-gtt +intel-uncore +intel_pmc_core +intel_pmc_core_pltdrv +intel_pstate +intel_soc_pmic_crc +ioasid +iosf_mbi +iova +ipv6 +jbd2 +jitterentropy_rng +kdf_sp800108 +kgdboc +kpp +led-class +libaes +libata +libblake2s +libblake2s-x86_64 +libcryptoutils +libnvdimm +libphy +libps2 +libsha1 +libsha256 +linear_ranges +loop +lp8788 +lz4_decompress +lzo +lzo-rle +lzo_compress +lzo_decompress +max14577 +max310x +max77693 +mbcache +mctp +md-mod +md5 +mdio_devres +mfd-core +mmc_core +mousedev +mpi +mq-deadline +mt6323-poweroff +n_null +nd_e820 +nfs_ssc +nls_base +nls_cp437 +nvmem_core +ohci-hcd +ohci-pci +ohci-platform +oid_registry +packing +palmas +pata_sis +pcc-cpufreq +pci-ep-cfs +pci-epc-core +pci-epc-mem +pci-epf-core +pinctrl-amd +pinctrl-cherryview +pinctrl-intel +pkcs7_message +pldmfw +power_supply +powercap_sys +powernow-k8 +ppp_generic +pps_core +pretimeout_noop +processor +pstore +ptp +public_key +pwm-lpss +pwm-lpss-pci +pwm-lpss-platform +rapidio +rational +reactor_panic +reactor_printk +regmap-i2c +regmap-mmio +regmap-spi +remoteproc +restart-poweroff +rfkill +rng +rng-core +roles +rsa_generic +rtc-cmos +sccnxp +scsi_common +scsi_mod +sd_mod +selftests +seqiv +serdev +serial_core +serial_mctrl_gpio +serio +sg +sha1_generic +sha256_generic +sha512_generic +shpchp +skcipher +slhc +speedstep-centrino +squashfs +sr_mod +system_heap +t10-pi +tcp_cubic +thermal +tpm +tpm_crb +tpm_tis +tpm_tis_core +tps65086-restart +tps6586x +tps65912-core +tps65912-i2c +tps65912-spi +trusted +ttyprintk +tun +twl4030-audio +twl6040 +ucs2_string +udmabuf +uhci-hcd +uinput +unicode +unix +usb-common +usbcore +utf8data +vesafb +vfat +vgacon +via-agp +virt-dma +virtio +virtio-iommu +virtio_balloon +virtio_console +virtio_mmio +virtio_pci +virtio_pci_legacy_dev +virtio_pci_modern_dev +virtio_ring +virtio_scsi +vivaldi-fmap +watch_queue +watchdog +wwan +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 +zpool +zsmalloc +zstd_common +zstd_compress +zstd_decompress +zswap --- linux-lowlatency-hwe-6.2-6.2.0.orig/debian.lowlatency-hwe-6.2/abi/amd64/lowlatency.retpoline +++ linux-lowlatency-hwe-6.2-6.2.0/debian.lowlatency-hwe-6.2/abi/amd64/lowlatency.retpoline @@ -0,0 +1 @@ +# retpoline v1.0 --- linux-lowlatency-hwe-6.2-6.2.0.orig/debian.lowlatency-hwe-6.2/abi/arm64/lowlatency +++ linux-lowlatency-hwe-6.2-6.2.0/debian.lowlatency-hwe-6.2/abi/arm64/lowlatency @@ -0,0 +1,28059 @@ +ACPI EXPORT_SYMBOL_GPL 0xa6af1390 acpi_table_parse_cedt vmlinux +BRCMFMAC EXPORT_SYMBOL_GPL 0xc9b92633 brcmf_fwvid_register_vendor drivers/net/wireless/broadcom/brcm80211/brcmfmac/brcmfmac +BRCMFMAC EXPORT_SYMBOL_GPL 0xf01011e7 brcmf_fwvid_unregister_vendor drivers/net/wireless/broadcom/brcm80211/brcmfmac/brcmfmac +COUNTER EXPORT_SYMBOL_GPL 0x0fdfaf1a counter_alloc drivers/counter/counter +COUNTER EXPORT_SYMBOL_GPL 0x2b992db5 counter_put drivers/counter/counter +COUNTER EXPORT_SYMBOL_GPL 0x39e8a07b counter_push_event drivers/counter/counter +COUNTER EXPORT_SYMBOL_GPL 0x42366f18 devm_counter_add drivers/counter/counter +COUNTER EXPORT_SYMBOL_GPL 0xd6ab51b7 counter_unregister drivers/counter/counter +COUNTER EXPORT_SYMBOL_GPL 0xebbd0ec0 counter_add drivers/counter/counter +COUNTER EXPORT_SYMBOL_GPL 0xeca5492e devm_counter_alloc drivers/counter/counter +COUNTER EXPORT_SYMBOL_GPL 0xed236034 counter_priv drivers/counter/counter +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0x01f830b2 cn10k_cptvf_lmtst_init drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0x03fa9373 otx2_cpt_send_ready_msg drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0x1de7f978 otx2_cpt_sync_mbox_msg drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0x38b3981d otx2_cptlf_shutdown drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0x3aed7dd6 otx2_cpt_write_af_reg drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0x56224390 otx2_cptlf_set_irqs_affinity drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0x5d7ce3c5 otx2_cpt_read_af_reg drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0x70646a98 otx2_cpt_msix_offset_msg drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0x790c0c86 otx2_cpt_detach_rsrcs_msg drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0x95c7fcdd otx2_cpt_add_write_af_reg drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0xa902bc1a otx2_cptlf_register_interrupts drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0xb2e5a151 otx2_cptlf_free_irqs_affinity drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0xb982274c otx2_cpt_send_af_reg_requests drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0xbddbb322 otx2_cpt_send_mbox_msg drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0xea90124a otx2_cptlf_init drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0xece633ff cn10k_cptpf_lmtst_init drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0xffc6aa2a otx2_cptlf_unregister_interrupts drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_INTERNAL EXPORT_SYMBOL_GPL 0x81ca905a crypto_cipher_decrypt_one vmlinux +CRYPTO_INTERNAL EXPORT_SYMBOL_GPL 0xab8d1fab crypto_cipher_encrypt_one vmlinux +CRYPTO_INTERNAL EXPORT_SYMBOL_GPL 0xbc20adf6 crypto_cipher_setkey vmlinux +CXL EXPORT_SYMBOL_GPL 0x002b2e7e cxl_debugfs_create_dir drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x008df609 cxl_decoder_add drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x055c6ee3 cxl_mem_active_inc vmlinux +CXL EXPORT_SYMBOL_GPL 0x0760ccbb set_exclusive_cxl_commands drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x082c6b2b find_cxl_root drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x14af24d7 cxl_probe_component_regs drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x162cec04 devm_cxl_add_port drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x17c8034d to_cxl_port drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x17d3774e cxl_endpoint_autoremove drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x1c592ce4 schedule_cxl_memdev_detach drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x2abd71b5 is_cxl_port drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x2b76f302 cxl_dev_state_identify drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x2f1942ef is_cxl_nvdimm drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x33e2aa93 cxl_mem_active_dec vmlinux +CXL EXPORT_SYMBOL_GPL 0x3b3a53b0 is_root_decoder drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x3b507781 devm_cxl_enumerate_decoders drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x43ad019b cxl_root_decoder_alloc drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x4b7b74bb devm_cxl_enumerate_ports drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x51e5ed21 is_cxl_pmem_region drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x5dfd117a to_cxl_endpoint_decoder drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x5e86f7c9 cxl_decoder_add_locked drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x67f2460b to_cxl_nvdimm_bridge drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x68885f60 to_cxl_root_decoder drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x6f8d3f67 devm_cxl_add_nvdimm_bridge drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x6fc3cb8a devm_cxl_port_enumerate_dports drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x701bbaad cxl_bus_rescan drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x7fa19cc4 alloc_free_mem_region vmlinux +CXL EXPORT_SYMBOL_GPL 0x80e0fd4d is_cxl_nvdimm_bridge drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x80f0a4bd cxl_driver_unregister drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x80fe3554 cxl_port_to_pci_bus drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x81c36ae9 cxl_internal_send_cmd drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x822fc999 to_cxl_pmem_region drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x84b45156 insert_resource_expand_to_fit vmlinux +CXL EXPORT_SYMBOL_GPL 0x8fd4c1f9 cxl_mem_find_port drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x934b9fe4 clear_exclusive_cxl_commands drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x93ad7580 devm_cxl_add_passthrough_decoder drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x95397c96 devm_cxl_add_rch_dport drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x971fa513 cxl_rcrb_to_component drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x98628ac8 cxl_bus_drain drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x9c189116 cxl_map_device_regs drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x9dd4779f cxl_bus_type drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x9fcfcd16 cxl_find_nvdimm_bridge drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xa2f15bad devm_cxl_add_dport drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xa3bfd9c0 cxl_hb_modulo drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xa67984e6 cxl_switch_decoder_alloc drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xad7cab5f to_cxl_nvdimm drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xafaf7c05 cxl_enumerate_cmds drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xb1aabc1a cxl_decoder_autoremove drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xbc8e927d is_cxl_memdev drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xc627f995 cxl_hdm_decode_init drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xc6433366 cxl_find_regblock drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xcaf16b57 devm_cxl_add_memdev drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xcef6f735 read_cdat_data drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xd007047c cxl_dpa_debug drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xd1797776 cxl_dev_state_create drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xd7d4acbb cxl_await_media_ready drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xdb46e802 cxl_map_component_regs drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xdf1bfadf devm_cxl_setup_hdm drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xe2908e6a __cxl_driver_register drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xf137047b cxl_mem_create_range_info drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xf44fa26d is_cxl_region drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xf82c596d devm_cxl_add_nvdimm drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xf9540fa3 cxl_probe_device_regs drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xfd733a2e devm_cxl_register_pci_bus drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xfde2d61c cxl_endpoint_decoder_alloc drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xffa325e0 to_cxl_decoder drivers/cxl/core/cxl_core +DMA_BUF EXPORT_SYMBOL_GPL 0x03bc48f6 dma_buf_export vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x30152673 dma_buf_vunmap_unlocked vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x3f0b0cba dma_buf_move_notify vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x416a6ee4 dma_buf_map_attachment vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x44605268 dma_buf_unpin vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x6393f100 dma_buf_end_cpu_access vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x7c8f9807 dma_buf_vmap vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x7e1d5cfd dma_buf_pin vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x7e7133db dma_buf_get vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x81a48e5d dma_buf_fd vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x906124ff dma_buf_unmap_attachment_unlocked vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x93347192 dma_buf_dynamic_attach vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0xa4faa4fc dma_buf_unmap_attachment vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0xaa250ea8 dma_buf_vunmap vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0xb73f8adc dma_buf_attach vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0xc55ba52a dma_buf_vmap_unlocked vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0xcc2878b9 dma_buf_map_attachment_unlocked vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0xd9238b18 dma_buf_begin_cpu_access vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0xe78d7488 dma_buf_mmap vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0xfbc34736 dma_buf_put vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0xfeda7034 dma_buf_detach 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 0xefc77711 efivar_set_variable_locked vmlinux +EXPORT_SYMBOL arch/arm64/crypto/aes-ce-cipher 0x68f275ad ce_aes_expandkey +EXPORT_SYMBOL arch/arm64/crypto/aes-ce-cipher 0xd2c23732 ce_aes_setkey +EXPORT_SYMBOL arch/arm64/crypto/aes-neon-blk 0x52d67a4e neon_aes_cbc_encrypt +EXPORT_SYMBOL arch/arm64/crypto/aes-neon-blk 0xb8c706a6 neon_aes_ctr_encrypt +EXPORT_SYMBOL arch/arm64/crypto/aes-neon-blk 0xd5f41819 neon_aes_ecb_encrypt +EXPORT_SYMBOL arch/arm64/crypto/aes-neon-blk 0xea11590c neon_aes_xts_encrypt +EXPORT_SYMBOL arch/arm64/crypto/aes-neon-blk 0xefc32a9b neon_aes_xts_decrypt +EXPORT_SYMBOL arch/arm64/crypto/chacha-neon 0x220b49ab chacha_crypt_arch +EXPORT_SYMBOL arch/arm64/crypto/chacha-neon 0xdc94f829 chacha_init_arch +EXPORT_SYMBOL arch/arm64/crypto/chacha-neon 0xdd8ec6bd hchacha_block_arch +EXPORT_SYMBOL arch/arm64/crypto/poly1305-neon 0x1c3e6e5b poly1305_init_arch +EXPORT_SYMBOL arch/arm64/crypto/poly1305-neon 0x6ddf27bc poly1305_update_arch +EXPORT_SYMBOL arch/arm64/crypto/poly1305-neon 0xf39f5240 poly1305_final_arch +EXPORT_SYMBOL arch/arm64/crypto/sha256-arm64 0xb455924d sha256_block_data_order +EXPORT_SYMBOL arch/arm64/crypto/sha512-arm64 0x6402c8df sha512_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 0x091b0e1c crypto_nhpoly1305_final +EXPORT_SYMBOL crypto/nhpoly1305 0x8554b7b9 crypto_nhpoly1305_update +EXPORT_SYMBOL crypto/nhpoly1305 0xcd7211c8 crypto_nhpoly1305_setkey +EXPORT_SYMBOL crypto/nhpoly1305 0xe7425a40 crypto_nhpoly1305_update_helper +EXPORT_SYMBOL crypto/nhpoly1305 0xf14a196a crypto_nhpoly1305_init +EXPORT_SYMBOL crypto/nhpoly1305 0xfbca9e2f crypto_nhpoly1305_final_helper +EXPORT_SYMBOL crypto/sha3_generic 0x1f6601ba crypto_sha3_update +EXPORT_SYMBOL crypto/sha3_generic 0x428c6a57 crypto_sha3_init +EXPORT_SYMBOL crypto/sha3_generic 0x5a850d6b crypto_sha3_final +EXPORT_SYMBOL crypto/sm2_generic 0x7048bac7 sm2_compute_z_digest +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 0x103735ba acpi_video_report_nolcd +EXPORT_SYMBOL drivers/acpi/video 0x17076bac acpi_video_get_levels +EXPORT_SYMBOL drivers/acpi/video 0x246f3ffe 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/atm/suni 0xd26bed7c suni_init +EXPORT_SYMBOL drivers/bcma/bcma 0x07063d2f bcma_core_irq +EXPORT_SYMBOL drivers/bcma/bcma 0x2f41b5e0 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/block/paride/paride 0x0c059543 pi_write_block +EXPORT_SYMBOL drivers/block/paride/paride 0x254eae17 pi_write_regr +EXPORT_SYMBOL drivers/block/paride/paride 0x34e61409 pi_init +EXPORT_SYMBOL drivers/block/paride/paride 0x3676ca46 paride_register +EXPORT_SYMBOL drivers/block/paride/paride 0x3ac82ea4 paride_unregister +EXPORT_SYMBOL drivers/block/paride/paride 0x4267110a pi_register_driver +EXPORT_SYMBOL drivers/block/paride/paride 0x461a4a2c pi_do_claimed +EXPORT_SYMBOL drivers/block/paride/paride 0x73323b15 pi_schedule_claimed +EXPORT_SYMBOL drivers/block/paride/paride 0x7ee1ef46 pi_read_regr +EXPORT_SYMBOL drivers/block/paride/paride 0x7f3d3030 pi_read_block +EXPORT_SYMBOL drivers/block/paride/paride 0xae2eba20 pi_disconnect +EXPORT_SYMBOL drivers/block/paride/paride 0xb21ba07d pi_unregister_driver +EXPORT_SYMBOL drivers/block/paride/paride 0xdbf5a7a9 pi_connect +EXPORT_SYMBOL drivers/block/paride/paride 0xf1bf12b9 pi_release +EXPORT_SYMBOL drivers/bluetooth/btbcm 0x0d158442 btbcm_patchram +EXPORT_SYMBOL drivers/bluetooth/btrsi 0xd04ab9cd rsi_bt_ops +EXPORT_SYMBOL drivers/bus/mhi/host/mhi 0x6d2bd07a 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 0x07a79fb7 ipmi_add_smi +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x12dd1e77 ipmi_set_maintenance_mode +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x1f65170f ipmi_alloc_smi_msg +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x230094ac ipmi_smi_watchdog_pretimeout +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x26c1c0d9 ipmi_smi_watcher_register +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x2ba38aed ipmi_get_smi_info +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x440812a2 ipmi_smi_watcher_unregister +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x4c2054d7 ipmi_request_settime +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x50f65edf ipmi_set_gets_events +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x67369b42 ipmi_addr_src_to_str +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x74778a80 ipmi_get_my_LUN +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x804f922a ipmi_addr_length +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x80aa4656 ipmi_free_recv_msg +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x89a5279a ipmi_get_version +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x96a6e5e8 ipmi_smi_msg_received +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xaca90ebd ipmi_request_supply_msgs +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xae71627d ipmi_create_user +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xd54a5050 ipmi_unregister_for_cmd +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xe4330a39 ipmi_unregister_smi +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xe4f4665b ipmi_validate_addr +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xe98c507d ipmb_checksum +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xec1c2a90 ipmi_get_my_address +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xf388b18b ipmi_destroy_user +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xf5531bea ipmi_poll_interface +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xfaaa4831 ipmi_set_my_address +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xfe0f2369 ipmi_get_maintenance_mode +EXPORT_SYMBOL drivers/char/ipmi/kcs_bmc 0x0a8b205d kcs_bmc_unregister_driver +EXPORT_SYMBOL drivers/char/ipmi/kcs_bmc 0x0ddab583 kcs_bmc_write_status +EXPORT_SYMBOL drivers/char/ipmi/kcs_bmc 0x1b9e73d1 kcs_bmc_read_status +EXPORT_SYMBOL drivers/char/ipmi/kcs_bmc 0x59614928 kcs_bmc_register_driver +EXPORT_SYMBOL drivers/char/ipmi/kcs_bmc 0x5d6b67a5 kcs_bmc_write_data +EXPORT_SYMBOL drivers/char/ipmi/kcs_bmc 0x6b848728 kcs_bmc_add_device +EXPORT_SYMBOL drivers/char/ipmi/kcs_bmc 0xaaf3a6fa kcs_bmc_read_data +EXPORT_SYMBOL drivers/char/ipmi/kcs_bmc 0xba4d1100 kcs_bmc_update_event_mask +EXPORT_SYMBOL drivers/char/ipmi/kcs_bmc 0xc59ee57d kcs_bmc_disable_device +EXPORT_SYMBOL drivers/char/ipmi/kcs_bmc 0xd4a85250 kcs_bmc_update_status +EXPORT_SYMBOL drivers/char/ipmi/kcs_bmc 0xdea2cafa kcs_bmc_enable_device +EXPORT_SYMBOL drivers/char/ipmi/kcs_bmc 0xeda12546 kcs_bmc_handle_event +EXPORT_SYMBOL drivers/char/ipmi/kcs_bmc 0xf040b463 kcs_bmc_remove_device +EXPORT_SYMBOL drivers/char/tpm/st33zp24/tpm_st33zp24 0x15eb610a st33zp24_pm_resume +EXPORT_SYMBOL drivers/char/tpm/st33zp24/tpm_st33zp24 0x1a2a80bb st33zp24_remove +EXPORT_SYMBOL drivers/char/tpm/st33zp24/tpm_st33zp24 0x2fcad54c st33zp24_probe +EXPORT_SYMBOL drivers/char/tpm/st33zp24/tpm_st33zp24 0x64b1a06c st33zp24_pm_suspend +EXPORT_SYMBOL drivers/char/xillybus/xillybus_class 0x185a1812 xillybus_find_inode +EXPORT_SYMBOL drivers/char/xillybus/xillybus_class 0xbb0f0ff7 xillybus_cleanup_chrdev +EXPORT_SYMBOL drivers/char/xillybus/xillybus_class 0xd26a3d36 xillybus_init_chrdev +EXPORT_SYMBOL drivers/char/xillybus/xillybus_core 0x132fe89c xillybus_endpoint_discovery +EXPORT_SYMBOL drivers/char/xillybus/xillybus_core 0x25978d50 xillybus_isr +EXPORT_SYMBOL drivers/char/xillybus/xillybus_core 0xb49d6766 xillybus_endpoint_remove +EXPORT_SYMBOL drivers/char/xillybus/xillybus_core 0xf3c71f21 xillybus_init_endpoint +EXPORT_SYMBOL drivers/crypto/atmel-i2c 0x747da618 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 0xc42c1b9d atmel_i2c_enqueue +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 0xe2bed702 atmel_i2c_send_receive +EXPORT_SYMBOL drivers/crypto/atmel-i2c 0xf283e995 atmel_i2c_init_random_cmd +EXPORT_SYMBOL drivers/crypto/caam/caam 0x07e5726e caam_drv_ctx_init +EXPORT_SYMBOL drivers/crypto/caam/caam 0x126c42da caam_drv_ctx_rel +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 0x65fb120b caam_drv_ctx_update +EXPORT_SYMBOL drivers/crypto/caam/caam 0xc0eaa792 qi_cache_alloc +EXPORT_SYMBOL drivers/crypto/caam/caam 0xd725b1aa caam_qi_enqueue +EXPORT_SYMBOL drivers/crypto/caam/caam_jr 0x7f438b2e caam_jr_alloc +EXPORT_SYMBOL drivers/crypto/caam/caam_jr 0x877a8d5a caam_jr_enqueue +EXPORT_SYMBOL drivers/crypto/caam/caam_jr 0xa291bb91 gen_split_key +EXPORT_SYMBOL drivers/crypto/caam/caam_jr 0xb0eef5db caam_jr_free +EXPORT_SYMBOL drivers/crypto/caam/caam_jr 0xb4291b85 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 0x18488f2e 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 0xf3b829a9 caam_strstatus +EXPORT_SYMBOL drivers/dma/xilinx/xilinx_dma 0x45c9ef56 xilinx_vdma_channel_set_config +EXPORT_SYMBOL drivers/firewire/firewire-core 0x0bc6094c fw_core_remove_descriptor +EXPORT_SYMBOL drivers/firewire/firewire-core 0x18cb2f69 fw_run_transaction +EXPORT_SYMBOL drivers/firewire/firewire-core 0x2885fec5 fw_get_request_speed +EXPORT_SYMBOL drivers/firewire/firewire-core 0x3336eee3 fw_send_request +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 0x3e20954f fw_iso_context_start +EXPORT_SYMBOL drivers/firewire/firewire-core 0x41dda2a8 fw_core_add_address_handler +EXPORT_SYMBOL drivers/firewire/firewire-core 0x4816af81 fw_device_enable_phys_dma +EXPORT_SYMBOL drivers/firewire/firewire-core 0x4b2c2e9b fw_card_add +EXPORT_SYMBOL drivers/firewire/firewire-core 0x5fd89a71 fw_cancel_transaction +EXPORT_SYMBOL drivers/firewire/firewire-core 0x63f6c046 fw_iso_buffer_destroy +EXPORT_SYMBOL drivers/firewire/firewire-core 0x6dc50487 fw_csr_string +EXPORT_SYMBOL drivers/firewire/firewire-core 0x750121e3 fw_send_response +EXPORT_SYMBOL drivers/firewire/firewire-core 0x7f5fc99f fw_schedule_bus_reset +EXPORT_SYMBOL drivers/firewire/firewire-core 0x808f4c8e fw_core_remove_card +EXPORT_SYMBOL drivers/firewire/firewire-core 0x83f56455 fw_card_initialize +EXPORT_SYMBOL drivers/firewire/firewire-core 0x86468d44 fw_rcode_string +EXPORT_SYMBOL drivers/firewire/firewire-core 0x8997f520 fw_iso_context_queue +EXPORT_SYMBOL drivers/firewire/firewire-core 0x8c2dcfc9 fw_iso_context_flush_completions +EXPORT_SYMBOL drivers/firewire/firewire-core 0x901b3af2 fw_iso_resource_manage +EXPORT_SYMBOL drivers/firewire/firewire-core 0x91b3b24f fw_bus_type +EXPORT_SYMBOL drivers/firewire/firewire-core 0x942531db fw_iso_context_create +EXPORT_SYMBOL drivers/firewire/firewire-core 0xa59ee959 fw_iso_context_queue_flush +EXPORT_SYMBOL drivers/firewire/firewire-core 0xaedf84ce fw_high_memory_region +EXPORT_SYMBOL drivers/firewire/firewire-core 0xbb1e2dd6 fw_iso_context_stop +EXPORT_SYMBOL drivers/firewire/firewire-core 0xc7b85be9 fw_core_remove_address_handler +EXPORT_SYMBOL drivers/firewire/firewire-core 0xcb130cff fw_core_handle_bus_reset +EXPORT_SYMBOL drivers/firewire/firewire-core 0xdabaaf5c fw_iso_buffer_init +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 0xf44d47f7 fw_core_handle_request +EXPORT_SYMBOL drivers/firewire/firewire-core 0xf6cd34b2 fw_iso_context_destroy +EXPORT_SYMBOL drivers/firewire/firewire-core 0xf8506fbc fw_core_handle_response +EXPORT_SYMBOL drivers/firewire/firewire-core 0xf9a44289 fw_fill_response +EXPORT_SYMBOL drivers/firmware/imx/imx-dsp 0x89f0d07d imx_dsp_request_channel +EXPORT_SYMBOL drivers/firmware/imx/imx-dsp 0x90a85b29 imx_dsp_free_channel +EXPORT_SYMBOL drivers/firmware/imx/imx-dsp 0xe3032aff imx_dsp_ring_doorbell +EXPORT_SYMBOL drivers/fpga/dfl 0x43cbf8b9 __dfl_driver_register +EXPORT_SYMBOL drivers/fpga/dfl 0x90fc3079 dfl_driver_unregister +EXPORT_SYMBOL drivers/fpga/lattice-sysconfig 0xe1ddf2f9 sysconfig_probe +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 0x02602dc8 drm_dp_pcon_reset_frl_config +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x042fc29d drm_dp_mst_topology_mgr_resume +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x05577dba drm_dp_mst_topology_state_funcs +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x06691b03 drm_dp_read_clock_recovery_delay +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x06c49551 drm_dp_dsc_sink_line_buf_depth +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x098405bc drm_atomic_get_mst_payload_state +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x0b2fea4a drm_edp_backlight_enable +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x0e36e514 drm_dp_mst_topology_mgr_init +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x107cf852 drm_dp_pcon_is_frl_ready +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x12a45f62 drm_dp_start_crc +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x14e69f5c drm_edp_backlight_init +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x159776d7 drm_dp_add_payload_part1 +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 0x16165b1a drm_dp_mst_atomic_setup_commit +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 0x1713e9d6 drm_dp_send_power_updown_phy +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x184fdc76 drm_dp_dual_mode_max_tmds_clock +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 0x1f7c7e17 drm_dp_pcon_hdmi_link_mode +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x23961837 drm_dp_downstream_max_bpc +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x26815dbc drm_dp_link_rate_to_bw_code +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x2990e872 drm_dp_mst_connector_late_register +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x2bd82921 drm_dp_pcon_hdmi_link_active +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x2ca8cf1d drm_atomic_get_new_mst_topology_state +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 0x33790ea6 drm_edp_backlight_set_level +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x38a3a347 drm_panel_dp_aux_backlight +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x392a838b drm_dp_downstream_max_dotclock +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x3a8063f3 drm_dp_dsc_sink_supported_input_bpcs +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x3f90b5ae drm_hdmi_avi_infoframe_bars +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x4024f5d8 drm_hdcp_update_content_protection +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x404e2697 drm_dp_get_phy_test_pattern +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x42ba75d1 drm_dp_vsc_sdp_log +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x4424aa4c drm_dp_mst_update_slots +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x458d56d7 drm_scdc_read +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x4603c416 drm_dp_pcon_dsc_bpp_incr +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x4af14b75 drm_dp_mst_connector_early_unregister +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x4f88aaa1 drm_dp_mst_topology_mgr_destroy +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x4fb11704 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 0x54929c5e drm_dp_128b132b_read_aux_rd_interval +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x5571c759 drm_dp_send_real_edid_checksum +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x55a76cc2 drm_dp_cec_unregister_connector +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 0x58ca1492 drm_dp_mst_put_port_malloc +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 0x5a4f2410 drm_dp_read_dpcd_caps +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x5a86f411 drm_dp_phy_name +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x5b998e74 drm_dp_mst_dsc_aux_for_port +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x5f6bad40 drm_dp_cec_unset_edid +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x5f9d6396 drm_dp_read_lttpr_common_caps +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x614c794a drm_dp_get_vc_payload_bw +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x623caba5 drm_atomic_get_mst_topology_state +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x62a8d1d3 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 0x6615069e drm_dp_dsc_sink_max_slice_count +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x685eccf1 drm_dp_mst_atomic_wait_for_dependencies +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x68b9e393 drm_dp_cec_irq +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x68d8dce7 drm_dp_downstream_is_tmds +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x68d8fe11 drm_dp_read_desc +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x69474c4a drm_dp_mst_root_conn_atomic_check +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 0x6cbf5851 drm_dp_link_train_channel_eq_delay +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x6e076ae6 drm_dp_aux_init +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 0x70a8115f drm_dp_dpcd_write +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x72367483 drm_dp_dual_mode_set_tmds_output +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 0x7324140e drm_dp_aux_unregister +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x75b9ee39 drm_dp_cec_register_connector +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 0x770ca4ea drm_dp_pcon_pps_default +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x77c4e081 drm_dp_dpcd_read +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x7fb3bd3c drm_dp_read_sink_count_cap +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x801b4043 drm_dp_dpcd_read_phy_link_status +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x83a43c27 drm_dp_downstream_mode +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x8663bb4d drm_dp_dual_mode_detect +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x867c7cad drm_dp_set_phy_test_pattern +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x87906e47 drm_scdc_set_high_tmds_clock_ratio +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x8929200f drm_dp_read_channel_eq_delay +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x8975e6f7 drm_dp_mst_hpd_irq_handle_event +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x8a049366 drm_dp_mst_get_edid +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x8c2b0a00 drm_dp_remove_payload +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 0x8e88f965 drm_dp_dpcd_probe +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x92b9835e drm_dp_128b132b_cds_interlane_align_done +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x92f7a667 drm_dp_mst_hpd_irq_send_new_request +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x94e31fb4 drm_lspcon_get_mode +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x95683da3 drm_dp_aux_register +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x9f00a75d drm_dp_dual_mode_get_tmds_output +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xa1bb1213 drm_dp_pcon_convert_rgb_to_ycbcr +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xa1fefe6a drm_dp_psr_setup_time +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xa2acc817 drm_dp_dual_mode_write +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xa765c552 drm_dp_check_act_status +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xa89a966a drm_hdmi_avi_infoframe_content_type +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xa8e88823 drm_dp_read_lttpr_phy_caps +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xaa886e90 drm_dp_send_query_stream_enc_status +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xac356e2c drm_dp_stop_crc +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xaf267620 drm_dp_lttpr_count +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xb2b327b5 drm_dp_add_payload_part2 +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xb96fc963 drm_dp_atomic_release_time_slots +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xb9a3bb94 drm_dp_mst_topology_mgr_set_mst +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 0xc06abc17 drm_scdc_set_scrambling +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 0xc67e6950 drm_dp_mst_atomic_check +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xc6c2d4ed drm_dp_cec_set_edid +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 0xcbb8ef1c drm_dp_mst_atomic_enable_dsc +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xcbde169b drm_dp_read_sink_count +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xccf54d5e drm_dp_get_adjust_tx_ffe_preset +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xcdcc3044 drm_dp_dual_mode_read +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xce27d53c drm_dp_pcon_pps_override_buf +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xcf66a6d4 drm_dp_pcon_frl_prepare +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xd08c1644 drm_atomic_get_old_mst_topology_state +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xd28db12b drm_dp_pcon_frl_configure_1 +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xd345a7da drm_dp_mst_dump_topology +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xd59fa4c3 drm_dp_mst_add_affected_dsc_crtcs +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 0xd638ebaf drm_dp_mst_get_port_malloc +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xd8d02b08 drm_dp_lttpr_link_train_channel_eq_delay +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xda3531e5 drm_hdmi_infoframe_set_hdr_metadata +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xdfea99b4 drm_dp_downstream_id +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xe0904a7b drm_dp_mst_detect_port +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xe1ee11a8 drm_dp_dpcd_read_link_status +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xe5360b84 drm_dp_pcon_dsc_max_slices +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xe5922dbe drm_dp_pcon_hdmi_frl_link_error_count +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xe6fa7774 drm_edp_backlight_disable +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xe94a2b95 drm_hdmi_avi_infoframe_colorimetry +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xebdf3b51 drm_dp_mst_topology_mgr_suspend +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xedcf81ce drm_dp_channel_eq_ok +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xedda79a6 drm_dp_read_downstream_info +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xef5fa7dc drm_scdc_write +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xefb3dbec drm_dp_pcon_pps_override_param +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xf33bf0be drm_connector_attach_content_protection_property +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xf379869a drm_dp_set_subconnector_property +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xf37c7c7f drm_dp_remote_aux_init +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xf6561991 drm_dp_atomic_find_time_slots +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xf66b95ac drm_dp_downstream_debug +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 0xf69f1a1a drm_lspcon_set_mode +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xfb1a7a5a drm_dp_downstream_rgb_to_ycbcr_conversion +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xfc52aaf2 drm_scdc_get_scrambling_status +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xfd3ecf9e drm_dp_read_mst_cap +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xfdb22035 drm_dp_pcon_frl_configure_2 +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xfe12bcb9 drm_dsc_compute_rc_parameters +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0258a338 drm_gem_prime_export +EXPORT_SYMBOL drivers/gpu/drm/drm 0x02a36298 drm_bridge_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0x02af43f2 drm_dev_has_vblank +EXPORT_SYMBOL drivers/gpu/drm/drm 0x02c4110d drm_crtc_vblank_waitqueue +EXPORT_SYMBOL drivers/gpu/drm/drm 0x036cdaa7 drm_read +EXPORT_SYMBOL drivers/gpu/drm/drm 0x03c63897 __drm_get_edid_firmware_path +EXPORT_SYMBOL drivers/gpu/drm/drm 0x03fab29e drm_gem_map_detach +EXPORT_SYMBOL drivers/gpu/drm/drm 0x04ad7214 __drmm_add_action +EXPORT_SYMBOL drivers/gpu/drm/drm 0x04eeeda4 drm_master_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0x04f800bd drm_connector_set_panel_orientation +EXPORT_SYMBOL drivers/gpu/drm/drm 0x05cdc1d3 __drm_atomic_helper_disable_plane +EXPORT_SYMBOL drivers/gpu/drm/drm 0x05f18573 drm_mode_plane_set_obj_prop +EXPORT_SYMBOL drivers/gpu/drm/drm 0x067847c7 drm_bridge_chain_post_disable +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0740592b drm_wait_one_vblank +EXPORT_SYMBOL drivers/gpu/drm/drm 0x07851d9c drm_mode_object_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0x07fb449a drm_vma_offset_manager_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0x082f409b drm_connector_atomic_hdr_metadata_equal +EXPORT_SYMBOL drivers/gpu/drm/drm 0x08eeca89 drm_warn_on_modeset_not_all_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0a1ff57f drm_atomic_get_connector_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0a72f765 drm_clflush_virt_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0a89d716 drm_get_edid_switcheroo +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0aa52213 drm_mode_probed_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0aa5ae81 drmm_connector_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0af4717d drm_crtc_vblank_count_and_time +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0b5ab730 devm_drm_bridge_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0c02ca79 drm_prime_pages_to_sg +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0c8347da drm_object_property_set_value +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0c87b474 drm_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0ce044a3 drm_driver_legacy_fb_format +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0d52d94a drm_client_register +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0d7e35e2 drm_mode_is_420_only +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0d9b4753 drm_mode_equal +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0dd178b6 drm_vblank_work_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0e2a4865 drm_client_release +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 0x0fc92c9d drm_connector_attach_tv_margin_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0fd60df2 drm_get_connector_status_name +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0fd7f633 drmm_encoder_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x107742a9 drm_get_subpixel_order_name +EXPORT_SYMBOL drivers/gpu/drm/drm 0x10db8f49 drm_mode_find_dmt +EXPORT_SYMBOL drivers/gpu/drm/drm 0x10f4d730 drm_connector_attach_max_bpc_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1189b073 drm_crtc_vblank_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0x119b185d drm_panel_enable +EXPORT_SYMBOL drivers/gpu/drm/drm 0x11f403eb drmm_mode_config_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x12a8bb6e drm_privacy_screen_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0x12f9d1d8 drm_plane_get_damage_clips +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1342dc23 drm_atomic_get_new_connector_for_encoder +EXPORT_SYMBOL drivers/gpu/drm/drm 0x146a3b7f drm_atomic_get_old_connector_for_encoder +EXPORT_SYMBOL drivers/gpu/drm/drm 0x148ee418 drm_connector_init_with_ddc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x149210c1 drm_connector_attach_hdr_output_metadata_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x14a3b8ff drm_connector_register +EXPORT_SYMBOL drivers/gpu/drm/drm 0x14db62d5 drm_property_create_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x183d689c drm_connector_set_vrr_capable_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1953f468 of_drm_get_panel_orientation +EXPORT_SYMBOL drivers/gpu/drm/drm 0x19fde8ee drm_property_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1a411479 drm_syncobj_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1a61e559 drm_prime_sg_to_page_array +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1a746a5f drm_gem_free_mmap_offset +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1adfbf66 drm_gem_handle_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1b36415d drm_crtc_accurate_vblank_count +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1c30a3a4 drm_atomic_state_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1dbfdbe1 drm_modeset_acquire_fini +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1f0f6fc9 drm_atomic_bridge_chain_pre_enable +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1f3c08a5 drm_writeback_queue_job +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2183c08c drm_mm_scan_add_block +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2253e164 drm_property_create_blob +EXPORT_SYMBOL drivers/gpu/drm/drm 0x22683037 drm_display_mode_from_cea_vic +EXPORT_SYMBOL drivers/gpu/drm/drm 0x22a6788a drm_framebuffer_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x23191178 drm_bridge_chain_enable +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2408d09f drm_bridge_chain_pre_enable +EXPORT_SYMBOL drivers/gpu/drm/drm 0x245fe24e drm_crtc_arm_vblank_event +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 0x25daad93 __drm_mm_interval_first +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2613b0ae drm_crtc_commit_wait +EXPORT_SYMBOL drivers/gpu/drm/drm 0x261928fd drm_writeback_signal_completion +EXPORT_SYMBOL drivers/gpu/drm/drm 0x268f3f32 drm_dev_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x26e198fd drmm_kmalloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x27398a7e drm_master_internal_acquire +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2754dad8 drm_mm_reserve_node +EXPORT_SYMBOL drivers/gpu/drm/drm 0x28779e52 drm_printf +EXPORT_SYMBOL drivers/gpu/drm/drm 0x28bb5e6f drm_gem_map_dma_buf +EXPORT_SYMBOL drivers/gpu/drm/drm 0x29248626 drm_gem_prime_handle_to_fd +EXPORT_SYMBOL drivers/gpu/drm/drm 0x29844a2d drm_sysfs_connector_status_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0x29ba851e drm_atomic_normalize_zpos +EXPORT_SYMBOL drivers/gpu/drm/drm 0x29e51925 drm_atomic_get_old_private_obj_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0x29f078d1 drm_mode_legacy_fb_format +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2a638720 drm_privacy_screen_get_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2a962499 drm_mm_scan_init_with_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2abbc5a8 drm_connector_oob_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2b27859a drm_modeset_lock_all_ctx +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2c5f235e drm_plane_enable_fb_damage_clips +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2d1fe6bc drm_property_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2e1e64fb drm_cvt_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2e9018eb drm_av_sync_delay +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2ecdfe79 drm_atomic_get_new_private_obj_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2ed3c600 drm_mode_debug_printmodeline +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2f170dcf drm_atomic_get_private_obj_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2f476172 drm_privacy_screen_lookup_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2fab22dc drm_client_modeset_dpms +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2fd8dcd3 drm_gem_mmap_obj +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2ffa2e00 drm_dev_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0x306c8371 drm_probe_ddc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x316b85d0 drm_privacy_screen_call_notifier_chain +EXPORT_SYMBOL drivers/gpu/drm/drm 0x31b8a5e3 __drm_set_edid_firmware_path +EXPORT_SYMBOL drivers/gpu/drm/drm 0x31bb2d1c drm_property_replace_blob +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3252241f drm_bridge_chain_mode_valid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x32a0cc37 drm_print_bits +EXPORT_SYMBOL drivers/gpu/drm/drm 0x32cddbc2 drm_connector_attach_scaling_mode_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x32fe6652 drm_gem_object_lookup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x339abeb1 drm_atomic_set_fb_for_plane +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3512bace drm_modeset_lock_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3662564f drm_mode_create_tv_margin_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0x372c31d7 drm_encoder_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3760879d drm_atomic_private_obj_fini +EXPORT_SYMBOL drivers/gpu/drm/drm 0x38690d99 drm_detect_hdmi_monitor +EXPORT_SYMBOL drivers/gpu/drm/drm 0x38ec88d3 drm_crtc_check_viewport +EXPORT_SYMBOL drivers/gpu/drm/drm 0x391a93cc drm_connector_attach_colorspace_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x392480bc drm_gem_dmabuf_export +EXPORT_SYMBOL drivers/gpu/drm/drm 0x397c3d27 drm_edid_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0x39af82d0 drm_vblank_work_cancel_sync +EXPORT_SYMBOL drivers/gpu/drm/drm 0x39ca4b54 drm_bridge_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3a84a36f drm_atomic_set_crtc_for_connector +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3aa27d59 drm_panel_remove +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 0x3c0b9138 drm_modeset_lock_single_interruptible +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3c22a4d8 drm_vma_offset_manager_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3ccb47a2 drm_privacy_screen_set_sw_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3cdc37e9 drm_edid_to_speaker_allocation +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3d523607 drm_gem_dmabuf_mmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3d9d6f10 drm_property_create_object +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3f405489 __drm_printfn_err +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3f96210a drm_vblank_work_schedule +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3fb28a10 drm_writeback_get_out_fence +EXPORT_SYMBOL drivers/gpu/drm/drm 0x40599edc drm_mode_create_suggested_offset_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0x40c93f7e drm_bridge_chain_mode_set +EXPORT_SYMBOL drivers/gpu/drm/drm 0x411a3b28 drm_mode_create_tv_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4154fd4a drm_connector_attach_privacy_screen_provider +EXPORT_SYMBOL drivers/gpu/drm/drm 0x42fd5614 drm_send_event_timestamp_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4403a9c3 drm_mode_get_hv_timing +EXPORT_SYMBOL drivers/gpu/drm/drm 0x446f5ad9 drm_edid_read_custom +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4489a5e9 drm_edid_raw +EXPORT_SYMBOL drivers/gpu/drm/drm 0x44ebf5e1 drm_client_modeset_commit +EXPORT_SYMBOL drivers/gpu/drm/drm 0x45060ca2 drm_connector_set_orientation_from_panel +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4575a0ca drm_mode_set_crtcinfo +EXPORT_SYMBOL drivers/gpu/drm/drm 0x45d218e6 drm_plane_create_zpos_immutable_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x45f536bf drm_vblank_work_flush +EXPORT_SYMBOL drivers/gpu/drm/drm 0x465f2a32 drm_crtc_send_vblank_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4686fb67 drm_edid_override_connector_update +EXPORT_SYMBOL drivers/gpu/drm/drm 0x474ce8b3 drm_client_modeset_commit_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0x475ac850 drm_plane_force_disable +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4769c7a3 drm_debugfs_create_files +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4831da6e drm_vma_offset_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0x48aed3a0 of_drm_find_panel +EXPORT_SYMBOL drivers/gpu/drm/drm 0x48f7313b drm_crtc_vblank_off +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4946f67e drm_event_reserve_init_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4985155f drm_syncobj_replace_fence +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4a35d30d drm_mode_set_name +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4af0c7f5 drm_client_framebuffer_flush +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4b4613a6 drm_plane_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4b7ebf95 drm_mm_remove_node +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4b7f0522 drm_mode_object_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4b908b44 drm_gem_vunmap_unlocked +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4bf745d1 drm_print_regset32 +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4d73d732 drm_color_lut_check +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4d81268a drm_dev_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4db5249a drm_universal_plane_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4dbb7c74 drm_property_create_bitmask +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4e2a621e drm_prime_sg_to_dma_addr_array +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4e6f36bb drm_atomic_nonblocking_commit +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4ec0d5c4 drm_sysfs_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0x50035725 drm_connector_set_path_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x501f2801 drm_noop +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5026c02c drm_framebuffer_plane_width +EXPORT_SYMBOL drivers/gpu/drm/drm 0x50674de7 drm_timeout_abs_to_jiffies +EXPORT_SYMBOL drivers/gpu/drm/drm 0x506ccacd drm_hdmi_avi_infoframe_quant_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x513072fe __drm_puts_seq_file +EXPORT_SYMBOL drivers/gpu/drm/drm 0x517d5055 drm_mode_get_tile_group +EXPORT_SYMBOL drivers/gpu/drm/drm 0x51fc86b9 drm_gem_prime_fd_to_handle +EXPORT_SYMBOL drivers/gpu/drm/drm 0x521ad6d0 drm_puts +EXPORT_SYMBOL drivers/gpu/drm/drm 0x52a2bb5d drm_crtc_wait_one_vblank +EXPORT_SYMBOL drivers/gpu/drm/drm 0x52b86d68 drm_property_create_bool +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5306c01f drm_hdmi_avi_infoframe_from_display_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x541507ea drm_modeset_acquire_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x55a96eb7 drm_crtc_vblank_restore +EXPORT_SYMBOL drivers/gpu/drm/drm 0x55eb38da drm_format_info +EXPORT_SYMBOL drivers/gpu/drm/drm 0x57030fa0 drm_gem_object_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 0x58c39d9d drm_compat_ioctl +EXPORT_SYMBOL drivers/gpu/drm/drm 0x59056243 drm_mm_replace_node +EXPORT_SYMBOL drivers/gpu/drm/drm 0x59594190 drm_crtc_vblank_reset +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5997690d drm_panel_get_modes +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5a4dcafe drm_is_current_master +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5afc4384 drm_hdmi_vendor_infoframe_from_display_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5b9c3def drm_connector_create_privacy_screen_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5c9eaae6 drm_connector_attach_edid_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5cfdb86f drm_plane_create_blend_mode_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5df35107 drm_mode_crtc_set_gamma_size +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5e1d0ebc drm_client_dev_hotplug +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5e39ee55 drm_syncobj_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5e492dc8 drm_atomic_bridge_chain_enable +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5eda7152 drm_event_reserve_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5f6b1949 drm_connector_list_iter_begin +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5f7985a5 drm_mm_scan_remove_block +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5f9aeaa2 drm_ioctl +EXPORT_SYMBOL drivers/gpu/drm/drm 0x61efa204 drm_gem_handle_delete +EXPORT_SYMBOL drivers/gpu/drm/drm 0x61efe3e3 drm_atomic_state_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x62078751 drm_gem_vmap_unlocked +EXPORT_SYMBOL drivers/gpu/drm/drm 0x62586ac6 drm_atomic_bridge_chain_check +EXPORT_SYMBOL drivers/gpu/drm/drm 0x62952ef1 drm_gem_private_object_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x62993eb6 drm_framebuffer_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x62a7ccb5 drm_crtc_vblank_on +EXPORT_SYMBOL drivers/gpu/drm/drm 0x639092da drm_mode_config_reset +EXPORT_SYMBOL drivers/gpu/drm/drm 0x63baf3d2 drm_crtc_vblank_helper_get_vblank_timestamp +EXPORT_SYMBOL drivers/gpu/drm/drm 0x63ca17e1 drm_atomic_set_mode_prop_for_crtc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x646ce5c8 drm_send_event_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0x649fc8ba drm_panel_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x64fb2dbb drm_panel_disable +EXPORT_SYMBOL drivers/gpu/drm/drm 0x65329c63 drm_mode_parse_command_line_for_connector +EXPORT_SYMBOL drivers/gpu/drm/drm 0x65702bd6 drm_default_rgb_quant_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x65711da2 drm_connector_attach_content_type_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x65d43ad6 devm_aperture_acquire_from_firmware +EXPORT_SYMBOL drivers/gpu/drm/drm 0x66fdbbf2 drm_atomic_bridge_chain_disable +EXPORT_SYMBOL drivers/gpu/drm/drm 0x67e4366b drm_gem_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x68be2647 drm_gem_lru_scan +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6908ec4c drm_dev_unplug +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 0x69bf0a41 drm_mode_set_config_internal +EXPORT_SYMBOL drivers/gpu/drm/drm 0x69e1bf40 drm_clflush_sg +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6a17192f drm_client_buffer_vunmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6ac01ea8 drm_edid_to_sad +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6b96cce6 drm_of_find_possible_crtcs +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6c08cafa drm_gem_dmabuf_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6c0be352 drmm_crtc_init_with_planes +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6c58413d drm_atomic_get_old_bridge_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6cedc2cb drm_modeset_backoff +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6e20af3b drm_connector_update_edid_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6e5c7158 drm_client_modeset_probe +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6e7d624a drm_crtc_vblank_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0x71eedace drm_gem_create_mmap_offset_size +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7287f309 drm_connector_list_update +EXPORT_SYMBOL drivers/gpu/drm/drm 0x73baa6b4 drm_syncobj_find +EXPORT_SYMBOL drivers/gpu/drm/drm 0x74860307 drm_writeback_cleanup_job +EXPORT_SYMBOL drivers/gpu/drm/drm 0x74fc6fbd drm_format_info_block_width +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7511b3c8 drm_privacy_screen_unregister +EXPORT_SYMBOL drivers/gpu/drm/drm 0x767d98ee drm_get_edid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x76a853eb drm_panel_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0x76c66539 drm_client_framebuffer_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0x77bf452c drm_atomic_bridge_chain_post_disable +EXPORT_SYMBOL drivers/gpu/drm/drm 0x78ca17fb drm_send_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7979efd1 drm_property_lookup_blob +EXPORT_SYMBOL drivers/gpu/drm/drm 0x79c00fa2 drm_edid_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7a5635bb drm_dev_set_unique +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7b2e2166 drm_vma_node_revoke +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7b8e932c drm_mode_validate_ycbcr420 +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7c132bdb drm_edid_read_ddc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7c545285 drm_edid_get_monitor_name +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7c66cc9b drm_connector_set_link_status_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7c8bc4c5 drm_gem_unmap_dma_buf +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7d1dbf28 __drmm_universal_plane_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7d83c5c7 __drm_dev_dbg +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7e3277f8 ___drm_dbg +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7e5cd935 drm_mode_create_dp_colorspace_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7edf470b drm_edid_duplicate +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7f475a8d of_drm_find_bridge +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7f81075c drm_gem_prime_import_dev +EXPORT_SYMBOL drivers/gpu/drm/drm 0x800a6b22 drm_mode_prune_invalid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x80c8a50b drm_crtc_create_scaling_filter_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x81d952ab drm_framebuffer_lookup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x820ac5c0 drm_vma_node_allow_once +EXPORT_SYMBOL drivers/gpu/drm/drm 0x85f13c02 drm_put_dev +EXPORT_SYMBOL drivers/gpu/drm/drm 0x861fa845 drm_modeset_lock +EXPORT_SYMBOL drivers/gpu/drm/drm 0x87743261 drm_writeback_prepare_job +EXPORT_SYMBOL drivers/gpu/drm/drm 0x88d10d81 drm_gem_dmabuf_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0x89a806a6 drm_writeback_connector_init_with_encoder +EXPORT_SYMBOL drivers/gpu/drm/drm 0x89ad1ded drm_atomic_print_new_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0x89bbcf47 drm_aperture_remove_conflicting_framebuffers +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8aa79636 drm_atomic_state_clear +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8c35d2cf drm_mode_is_420 +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8c5d9c2e drm_bridge_chain_mode_fixup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8d424b61 drm_atomic_get_crtc_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8d72789e drm_edid_is_valid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8d75cf71 drm_gtf_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8f5cba70 drm_connector_has_possible_encoder +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9056c0d5 drm_crtc_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x924dc9a2 __drmm_crtc_alloc_with_planes +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9259b939 drm_modeset_drop_locks +EXPORT_SYMBOL drivers/gpu/drm/drm 0x934234b8 drm_property_create_enum +EXPORT_SYMBOL drivers/gpu/drm/drm 0x940f8c1e drm_set_preferred_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x97a6d150 drm_mode_create_tile_group +EXPORT_SYMBOL drivers/gpu/drm/drm 0x982d09b3 drm_format_info_block_height +EXPORT_SYMBOL drivers/gpu/drm/drm 0x98bdb470 drm_aperture_remove_conflicting_pci_framebuffers +EXPORT_SYMBOL drivers/gpu/drm/drm 0x98d3bf3d drm_privacy_screen_register +EXPORT_SYMBOL drivers/gpu/drm/drm 0x98d8e3ba drm_invalid_op +EXPORT_SYMBOL drivers/gpu/drm/drm 0x99b8ba23 drm_gem_map_attach +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9a3f6187 drm_add_modes_noedid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9ac10c94 drm_connector_list_iter_end +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9af88788 drm_atomic_check_only +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9b24c4c2 drm_gem_mmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9b285573 drm_match_cea_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9b7ed24e drm_plane_from_index +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 0x9bf36078 drm_property_add_enum +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9c1dca78 drm_privacy_screen_unregister_notifier +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9ce050be drm_mode_copy +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9d945c0c drm_mode_create_aspect_ratio_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9e74a84c drm_client_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9f47abd9 drm_connector_attach_dp_subconnector_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9f7fbed2 drm_mode_is_420_also +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa06004fd drm_mode_put_tile_group +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa2276107 drm_encoder_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa248afde drm_detect_monitor_audio +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa2649d42 drm_gem_dma_resv_wait +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa2a1f553 drm_gem_dmabuf_vunmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa2a43984 drm_handle_vblank +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa3339f87 drm_connector_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa38c4c94 drm_memcpy_from_wc +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa3d50615 drm_privacy_screen_register_notifier +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa4b49783 drm_crtc_set_max_vblank_count +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa4eb105b drm_connector_attach_privacy_screen_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa536abdd drm_plane_create_color_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa5c88960 drm_open +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa5d4a0b3 drm_dev_register +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa62e5209 drm_gem_prime_import +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa6a652ed drm_gem_lru_move_tail +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa6e93a4b drm_sysfs_connector_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa6f9bb0b drm_connector_unregister +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa6fe65e2 drm_connector_set_panel_orientation_with_quirk +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa73edd98 drm_client_buffer_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa7d1dde9 drmm_kfree +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa956955b drm_gem_lru_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa965f527 drm_syncobj_get_fd +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa96b8e39 drm_dev_enter +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa996432a drm_dev_printk +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa9ea9672 drm_client_framebuffer_delete +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa9f9b2ed drm_mode_config_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xaa6c2670 drm_modeset_unlock +EXPORT_SYMBOL drivers/gpu/drm/drm 0xaaf0f60f drm_client_rotation +EXPORT_SYMBOL drivers/gpu/drm/drm 0xabdff7f5 drm_property_blob_put +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 0xaf2854b0 drm_modeset_lock_all +EXPORT_SYMBOL drivers/gpu/drm/drm 0xaf6d5267 drm_writeback_connector_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xaf85c45b drm_calc_timestamping_constants +EXPORT_SYMBOL drivers/gpu/drm/drm 0xafafc2a5 drm_modeset_unlock_all +EXPORT_SYMBOL drivers/gpu/drm/drm 0xafe76c93 drm_syncobj_get_handle +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 0xb29288e2 drm_atomic_commit +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 0xb40f9b24 drm_syncobj_add_point +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb54d93e5 drm_crtc_enable_color_mgmt +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb5dc8637 drm_property_create_signed_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb5f7d8a6 drm_connector_attach_vrr_capable_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb6127243 drm_need_swiotlb +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb6fe2a95 drm_atomic_get_new_bridge_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb9cad492 __drm_atomic_state_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbb27a1c8 drm_gem_put_pages +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbb30462f drm_mode_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbcdbe4ba drm_atomic_set_crtc_for_plane +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbd6b8f7d drm_gem_vm_close +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbdac567a drm_display_info_set_bus_formats +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbe542688 drm_atomic_add_affected_connectors +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbf772544 drm_gem_lru_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc03be2fb drm_gem_get_pages +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc0a8d1ef drm_plane_create_zpos_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc0c2d13c drm_state_dump +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc1baa3c1 drm_object_property_get_default_value +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc273fcc4 drm_mode_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc4f4f01d drm_plane_create_rotation_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc5a9e99c drm_atomic_get_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc6a81d15 drm_gem_unlock_reservations +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc6c2610a drm_panel_prepare +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc7559d5a drm_file_get_master +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc7910e38 drm_vma_offset_lookup_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc7b76977 drm_atomic_state_default_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc7d04fc5 drm_vma_node_allow +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc8880f2e drm_edid_read +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc8f5b173 drm_connector_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcafac483 drm_property_replace_global_blob +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcd5c3bac __drmm_mutex_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcd663ba2 drm_crtc_handle_vblank +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcdb99cc9 drm_mode_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xce5919a1 drm_panel_unprepare +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcfacda2d drm_of_crtc_port_mask +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd07d8f57 drm_atomic_private_obj_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd13f9985 drm_edid_block_valid +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd1e64693 drm_gem_object_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd1f4d57e __drm_atomic_helper_set_config +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd236e646 drm_framebuffer_unregister_private +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd2753637 drm_atomic_set_mode_for_crtc +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd47063a4 drm_mode_duplicate +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd53963a5 drm_connector_set_tile_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd54b2867 drm_client_modeset_check +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd6746109 __devm_drm_dev_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd680a377 drm_gem_object_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd78ae368 drm_mode_create_from_cmdline_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd7a9cf42 drm_mode_validate_size +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd88972a9 drm_property_blob_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd91ec567 drm_atomic_add_encoder_bridges +EXPORT_SYMBOL drivers/gpu/drm/drm 0xda142448 drm_master_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0xda3d64a4 drm_crtc_from_index +EXPORT_SYMBOL drivers/gpu/drm/drm 0xda4eb63e drm_mode_create_scaling_mode_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdad9c8b1 drm_prime_get_contiguous_size +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdb5c84bd drm_framebuffer_plane_height +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdb635276 drm_gem_vunmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdb7d8658 drm_object_attach_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdbca7f57 drm_plane_get_damage_clips_count +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdd955328 drm_panel_of_backlight +EXPORT_SYMBOL drivers/gpu/drm/drm 0xddb1a7ed drm_connector_list_iter_next +EXPORT_SYMBOL drivers/gpu/drm/drm 0xde0332d4 drm_plane_create_alpha_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xde44ef3d drm_mode_validate_driver +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdf2672e4 drm_plane_create_scaling_filter_property +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 0xe1232424 drm_clflush_pages +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe1c9da2e drm_master_internal_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe317082a __drm_printfn_info +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe3b2d108 __drmm_encoder_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe6090376 drm_atomic_add_affected_planes +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe633a4cd drm_format_info_bpp +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe7155a93 drm_framebuffer_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe77a1310 drm_poll +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe819e6e1 drm_atomic_state_default_clear +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe826cd8c drm_gem_vm_open +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe8484a55 drm_crtc_vblank_count +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 0xe8c54c57 drm_gem_objects_lookup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe9425a8d drm_release_noglobal +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe950a4e8 drm_dev_unregister +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe9f7afa8 drm_crtc_vblank_helper_get_vblank_timestamp_internal +EXPORT_SYMBOL drivers/gpu/drm/drm 0xea00fe81 __drm_printfn_coredump +EXPORT_SYMBOL drivers/gpu/drm/drm 0xea325530 drm_gem_lock_reservations +EXPORT_SYMBOL drivers/gpu/drm/drm 0xea9b6387 drm_mode_create_dvi_i_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0xeaa168bd drm_object_property_get_value +EXPORT_SYMBOL drivers/gpu/drm/drm 0xead865ac drm_add_edid_modes +EXPORT_SYMBOL drivers/gpu/drm/drm 0xeb6f051b drm_get_format_info +EXPORT_SYMBOL drivers/gpu/drm/drm 0xecf3af37 __drm_universal_plane_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0xed7a99d1 drm_gem_prime_mmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0xee589775 drm_connector_update_privacy_screen +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf0517d7a drm_mm_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf05fb998 __drmm_add_action_or_reset +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf0b00216 drm_syncobj_find_fence +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 0xf25631d2 drm_mode_create_hdmi_colorspace_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf3b08fc1 drm_gtf_mode_complex +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf406e46a drm_get_connector_type_name +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf4baacd4 drm_privacy_screen_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf6eaffd7 drm_atomic_get_bridge_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf70cba23 drm_edid_connector_update +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf824c7db __drm_printfn_debug +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf89aaf0e drm_connector_attach_encoder +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf91f6691 drm_any_plane_has_format +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf951666c drm_prime_gem_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf9af5403 drm_crtc_init_with_planes +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfa8d78c4 drm_gem_create_mmap_offset +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfae83a49 drm_edid_get_panel_id +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfb1e0d9a drm_event_cancel_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfb6c2481 drm_bridge_attach +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfbe540be drm_bridge_chain_disable +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfc347046 drm_of_component_probe +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfda08f69 drm_vblank_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfdae75d2 drm_debugfs_remove_files +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfdcecbe9 drm_ioctl_kernel +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfe9409cf drm_mode_create_content_type_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfeb953b1 __drm_printfn_seq_file +EXPORT_SYMBOL drivers/gpu/drm/drm 0xffc154cd drm_mode_object_find +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 0x26d66af8 drm_gem_dma_prime_import_sg_table_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm_dma_helper 0xbb292c51 drm_gem_dma_print_info +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x001bab36 drm_fb_helper_sys_write +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x00d771cb __drm_atomic_helper_crtc_destroy_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x04f22564 drm_kms_helper_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x0508696f drm_atomic_helper_disable_planes_on_crtc +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x06ee84b5 drm_atomic_helper_swap_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x0897f70e drm_self_refresh_helper_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x0b228850 drm_fb_helper_set_suspend +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x0b471941 __drm_atomic_helper_connector_state_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x0ca8b53f drm_gem_simple_kms_begin_shadow_fb_access +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x0dd812fd drm_atomic_helper_check_crtc_primary_plane +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x0ed57fde drm_atomic_helper_crtc_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x0f19450c drm_fb_helper_debug_leave +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x10e19620 drm_plane_helper_update_primary +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x110130e1 drm_gem_simple_kms_destroy_shadow_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x127a8c6b drm_flip_work_queue +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x130fbdad drm_fb_helper_output_poll_changed +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x14266eb6 drm_panel_bridge_add +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x14781d6d drm_atomic_helper_commit_planes_on_crtc +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x14f61490 drm_fb_helper_check_var +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x16dd4055 drm_fb_helper_cfb_fillrect +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x16ff6199 drm_atomic_helper_check +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x17319ca3 drm_atomic_helper_set_config +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x1bb50e0c drm_kms_helper_poll_enable +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x1f73c200 drm_fb_helper_set_par +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x1fa7988d drm_fb_helper_deferred_io +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x21d541eb drm_flip_work_queue_task +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x252fd7ce drm_fb_xrgb8888_to_mono +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x253ab4be drm_fb_xrgb8888_to_rgb888 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x26b8dad4 drm_i2c_encoder_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2737701f drm_fb_helper_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x28eac314 __drm_atomic_helper_connector_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x29364212 drm_crtc_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2a73ca0e drm_fb_helper_lastclose +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2c9914e4 drm_atomic_helper_page_flip_target +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2d50570f drm_rect_calc_hscale +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2ed2aa6a drm_connector_helper_get_modes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x324d95ce drm_plane_helper_disable_primary +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x33b73abd drm_fb_helper_setcmap +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x34552c02 drm_self_refresh_helper_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3a7797ec drm_crtc_helper_atomic_check +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3ebf6789 drm_helper_encoder_in_use +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3ec9082b drm_fb_helper_prepare +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x41258914 drm_i2c_encoder_detect +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4144ca60 drm_simple_display_pipe_attach_bridge +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4198a4c9 drm_atomic_helper_cleanup_planes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x446894d0 drm_atomic_helper_wait_for_vblanks +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x44edb0eb drm_atomic_helper_plane_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x45b439b5 __drm_atomic_helper_plane_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x45e3680a drm_fb_xrgb8888_to_gray8 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4672066f drm_atomic_helper_wait_for_dependencies +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4883ee41 drm_fb_helper_cfb_read +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x48bbc326 drm_atomic_helper_suspend +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4954b12e drm_fb_helper_cfb_copyarea +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x49c9911f drm_fb_memcpy +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4bce02cb drm_fb_swab +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4c6aea65 drm_atomic_helper_update_legacy_modeset_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x501cd374 drm_atomic_helper_commit_planes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x50aed521 drm_gem_end_shadow_fb_access +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x517e2dfe drm_panel_bridge_connector +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x52b9da56 drm_i2c_encoder_commit +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x52fd6342 drm_fb_build_fourcc_list +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x535243b0 drm_atomic_helper_damage_iter_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5542443b drm_flip_work_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5752430f 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 0x5aa6205b __drm_gem_reset_shadow_plane +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5bf11347 drm_atomic_helper_check_plane_damage +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5e20ae0e drm_atomic_helper_fake_vblank +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x60e9e0dd __drm_atomic_helper_connector_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x61fc60d2 drm_i2c_encoder_save +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x63f1fc00 drm_fb_helper_blank +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x641a1e6e drm_connector_helper_hpd_irq_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x64de7e2e devm_drm_panel_bridge_add_typed +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x658f186f __drm_atomic_helper_bridge_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x65e8a951 drm_gem_begin_shadow_fb_access +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x65f767a7 drm_atomic_helper_commit_duplicated_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x661259bd drm_gem_reset_shadow_plane +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6a1cd758 drm_fb_helper_fini +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6b5c2b06 drm_atomic_helper_damage_iter_next +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6d0e7eb3 devm_drm_panel_bridge_add +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6e30ba8e drm_rect_rotate_inv +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6fa5280e __drm_atomic_helper_plane_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6fb7c00c drm_atomic_helper_calc_timestamping_constants +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7028721c drm_helper_resume_force_mode +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x70869e7b drm_fb_xrgb8888_to_xrgb2101010 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x711e8218 drm_mode_config_helper_resume +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7870e12c drmm_panel_bridge_add +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x792d4fe6 drm_fb_helper_alloc_info +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7aa50509 drm_gem_fb_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7d8415bf drm_helper_connector_dpms +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7e5b51fb drm_atomic_helper_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7f6f5f8e drm_gem_destroy_shadow_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x81eba4e4 drm_atomic_helper_page_flip +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x82d95e9f drm_atomic_helper_bridge_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x82f71281 drm_atomic_helper_commit_cleanup_done +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x83265c10 __drmm_simple_encoder_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x836d236f drm_atomic_helper_commit_tail +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x83f89df7 drm_atomic_helper_check_planes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x842dd90c drm_flip_work_commit +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8524a83a drm_atomic_helper_prepare_planes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x86144706 drm_atomic_helper_plane_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x871ab41a drm_rect_intersect +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x871f8319 drm_atomic_helper_dirtyfb +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8759649e drm_fb_helper_cfb_write +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x87fd6af1 drm_helper_crtc_in_use +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x88505f1d __drm_atomic_helper_plane_destroy_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x88c15886 drm_atomic_helper_plane_destroy_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8d3dd6a6 drm_fb_xrgb8888_to_rgb332 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8de87d3b __drm_atomic_helper_bridge_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8ed114b0 drm_atomic_helper_check_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8fcbf906 drm_atomic_helper_commit_hw_done +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x909b4d4e drm_fbdev_generic_setup +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9123a43e drm_fb_helper_pan_display +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x91292cee drm_atomic_helper_crtc_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x91fec1cc drm_rect_calc_vscale +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9389ae0e drm_fb_helper_ioctl +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x93a55c00 drm_helper_force_disable_all +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x93a81998 drm_atomic_helper_commit_modeset_enables +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x93e43b00 drm_atomic_helper_connector_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9420e474 drm_fb_helper_sys_fillrect +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x942c9254 drm_gem_fb_vunmap +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9622ea8e drm_atomic_helper_resume +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x96ff94f2 drm_atomic_helper_setup_commit +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x978eeac4 drm_self_refresh_helper_alter_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x990dda91 drm_simple_display_pipe_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x99fd20aa drm_rect_clip_scaled +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9a208bea drm_gem_fb_end_cpu_access +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9a8c1091 drm_atomic_helper_bridge_destroy_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9daaefa6 drm_crtc_helper_set_config +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9f21de11 drm_connector_helper_get_modes_fixed +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa00ec885 drm_plane_helper_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa09b71b0 drm_helper_probe_single_connector_modes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa2409fd7 __drm_atomic_helper_crtc_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa2c477af drm_kms_helper_connector_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa3bbd940 drm_i2c_encoder_restore +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa44592f9 drm_crtc_helper_set_mode +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa4fff40d drm_gem_simple_kms_duplicate_shadow_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa5e70701 drm_atomic_helper_commit_tail_rpm +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa88053d2 drm_fb_helper_debug_enter +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa97e9a4d drm_fb_helper_fill_info +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xaa5f8f24 drm_atomic_helper_connector_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xabf72f30 drm_i2c_encoder_mode_set +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xac90960a drm_atomic_helper_bridge_propagate_bus_fmt +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xaf520874 drm_atomic_helper_check_modeset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xaf624bfe __drm_atomic_helper_private_obj_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xafabd9ee drm_crtc_helper_mode_valid_fixed +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xafde95ee 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 0xb37941c2 drm_helper_hpd_irq_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb3835e35 drm_atomic_helper_shutdown +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb63abeab drm_gem_simple_display_pipe_prepare_fb +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb6a6b711 drm_fb_clip_offset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb6ce0913 drm_gem_duplicate_shadow_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb8c04634 drm_gem_fb_begin_cpu_access +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb8d49772 drm_atomic_helper_disable_plane +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb95352de drmm_of_get_bridge +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb9e37449 drm_atomic_helper_wait_for_flip_done +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xbbe7c568 drm_fb_helper_sys_imageblit +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xbf636215 drm_atomic_helper_commit +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc192a08e devm_drm_of_get_bridge +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc2b63399 drm_i2c_encoder_dpms +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc3cf904e drm_gem_fb_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc6008125 drm_helper_probe_detect +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc6323239 drm_flip_work_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc6798eee drm_fb_helper_unregister_info +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc6c0e2f8 drm_helper_move_panel_connectors_to_head +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc7f5a31e drm_atomic_helper_commit_modeset_disables +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xca772696 drm_panel_bridge_add_typed +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xcb2340b8 drm_rect_debug_print +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xcba9150f drm_fb_helper_sys_copyarea +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xcc218c3a drm_atomic_helper_crtc_destroy_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xcceabc5a drm_gem_simple_kms_end_shadow_fb_access +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xccfcc971 drm_bridge_is_panel +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xce565460 drm_atomic_helper_bridge_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xced68016 drm_kms_helper_poll_disable +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xcf11a549 drm_flip_work_allocate_task +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd0016313 drm_atomic_helper_connector_tv_margins_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd05ba7e5 __drm_atomic_helper_crtc_state_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd07b895a drm_helper_disable_unused_functions +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd19987e6 drm_fb_helper_set_suspend_unlocked +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd2cdecb9 drm_helper_mode_fill_fb_struct +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd44a92b9 __drm_gem_duplicate_shadow_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd48c1faf drm_fb_helper_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd581c6ac drm_fb_xrgb8888_to_rgb565 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd7866883 drm_atomic_helper_update_plane +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xda31bd0b drm_kms_helper_poll_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xdb5a1dc7 drm_simple_encoder_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xdcebd181 drm_self_refresh_helper_update_avg_times +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xdfd5220b __drm_atomic_helper_plane_state_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe05d6b6d drm_fb_helper_initial_config +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe175a95a drm_connector_helper_get_modes_from_ddc +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe1f14780 drm_i2c_encoder_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe30bafa7 __drm_gem_destroy_shadow_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe413e5ce drm_fb_helper_restore_fbdev_mode_unlocked +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe41ed742 drm_gem_simple_kms_reset_shadow_plane +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe49ac227 drm_atomic_helper_damage_merged +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe4c3c43f drm_fb_helper_cfb_imageblit +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe7483035 __drm_atomic_helper_connector_destroy_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xea29f1c9 drm_atomic_helper_check_wb_encoder_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xea8af5d5 drm_fb_blit +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xedc87e2a drm_kms_helper_poll_fini +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xee64f9d4 drm_panel_bridge_remove +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xef19ffc3 drm_panel_bridge_set_orientation +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf08c5cf8 drm_gem_fb_create_handle +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf3e955c1 drm_i2c_encoder_mode_fixup +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf4aeec7c drm_atomic_helper_wait_for_fences +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf70f5834 __drm_atomic_helper_crtc_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xfb707af5 drm_plane_helper_atomic_check +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xfbfb0bb7 drm_fb_helper_sys_read +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xfc172e88 drm_atomic_helper_disable_all +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xfc62c7a7 drm_mode_config_helper_suspend +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xfef4fa16 drm_i2c_encoder_prepare +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xff37123a drm_atomic_helper_connector_destroy_state +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x13e6c285 mipi_dbi_debugfs_init +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x19134cda mipi_dbi_command_stackbuf +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x1dcfe98a mipi_dbi_spi_cmd_max_speed +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x47367e3f mipi_dbi_command_buf +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x563f4904 mipi_dbi_spi_init +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x6e89339d mipi_dbi_dev_init_with_formats +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x765d7fcf mipi_dbi_pipe_update +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x78af0397 mipi_dbi_poweron_conditional_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x8c55e223 mipi_dbi_spi_transfer +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x90b2283c mipi_dbi_hw_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xac662d6b mipi_dbi_command_read +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xc1499393 mipi_dbi_poweron_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xc7ab680d mipi_dbi_buf_copy +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xd911b2d3 mipi_dbi_pipe_mode_valid +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xe4e5f175 mipi_dbi_pipe_disable +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xe62b2b92 mipi_dbi_dev_init +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xe7589e81 mipi_dbi_enable_flush +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xeed469bf mipi_dbi_display_is_on +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0x2b632589 drm_gem_shmem_purge_locked +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0x56182b61 drm_gem_shmem_unpin +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0x66b21396 drm_gem_shmem_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0x73a0d15c drm_gem_shmem_put_pages +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0x7734e04b drm_gem_shmem_purge +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0xa9864298 drm_gem_shmem_vunmap +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0xabc7a562 drm_gem_shmem_pin +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0xb5896c82 drm_gem_shmem_print_info +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0xcb3d54a9 drm_gem_shmem_get_pages +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0xdad7fae6 drm_gem_shmem_madvise +EXPORT_SYMBOL drivers/gpu/drm/drm_ttm_helper 0x1f23f41e drm_gem_ttm_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm_ttm_helper 0x2e67e94f drm_gem_ttm_dumb_map_offset +EXPORT_SYMBOL drivers/gpu/drm/drm_ttm_helper 0x6a777fa0 drm_gem_ttm_print_info +EXPORT_SYMBOL drivers/gpu/drm/drm_ttm_helper 0xa1156dca drm_gem_ttm_mmap +EXPORT_SYMBOL drivers/gpu/drm/drm_ttm_helper 0xc925d48c drm_gem_ttm_vunmap +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x09bebc80 drm_gem_vram_offset +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x228a230f drm_gem_vram_simple_display_pipe_prepare_fb +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x37f7b3a7 drm_gem_vram_simple_display_pipe_cleanup_fb +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x3985cbd7 drm_gem_vram_vunmap +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x3f4179bd drm_vram_helper_mode_valid +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x42d72aef drm_gem_vram_plane_helper_prepare_fb +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x46a6e6c6 drm_gem_vram_create +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x4bd2d4a4 drm_gem_vram_unpin +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x728edf57 drm_gem_vram_plane_helper_cleanup_fb +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x75daac2a drm_gem_vram_driver_dumb_create +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x9238f368 drm_vram_mm_debugfs_init +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x95e5ad9a drmm_vram_helper_init +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x95f276cb drm_gem_vram_fill_create_dumb +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x97a88759 drm_gem_vram_pin +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0xd4d9f73b drm_gem_vram_put +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0xdc6e0db6 drm_gem_vram_vmap +EXPORT_SYMBOL drivers/gpu/drm/rockchip/rockchipdrm 0xd13aabae rockchip_drm_wait_vact_end +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x0ffebcce drm_sched_entity_push_job +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x1421788f drm_sched_job_arm +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x2de5a0b7 drm_sched_pick_best +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x344d1da2 drm_sched_fini +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x34e9bcc4 drm_sched_job_add_implicit_dependencies +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x3b58dc38 drm_sched_entity_init +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x4b85375d drm_sched_stop +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x5448621f drm_sched_fault +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x55fc7c9a drm_sched_job_cleanup +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x57029744 drm_sched_suspend_timeout +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x67337a10 drm_sched_entity_destroy +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x7c71f947 drm_sched_job_add_resv_dependencies +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x87cbb3ed drm_sched_job_add_dependency +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x8bf971ea drm_sched_resume_timeout +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x980f317e to_drm_sched_fence +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x9d07606b drm_sched_job_init +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xa932028e drm_sched_entity_fini +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xb5bf0736 drm_sched_resubmit_jobs +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xca7ac21b drm_sched_entity_flush +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xce75f101 drm_sched_entity_modify_sched +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xdb279d59 drm_sched_start +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xe7211cb3 drm_sched_increase_karma +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xea5e7bb7 drm_sched_entity_set_priority +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xebc5b9fc drm_sched_init +EXPORT_SYMBOL drivers/gpu/drm/sun4i/sun4i-tcon 0x51773d7d sun4i_lvds_init +EXPORT_SYMBOL drivers/gpu/drm/sun4i/sun4i-tcon 0x67b946ad 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 0xa3224048 sun4i_rgb_init +EXPORT_SYMBOL drivers/gpu/drm/sun4i/sun4i-tcon 0xab6e796c sun4i_dclk_free +EXPORT_SYMBOL drivers/gpu/drm/sun4i/sun4i-tcon 0xb2f702fb sun4i_tcon_mode_set +EXPORT_SYMBOL drivers/gpu/drm/sun4i/sun4i-tcon 0xc1c63944 sun4i_dclk_create +EXPORT_SYMBOL drivers/gpu/drm/sun4i/sun8i_tcon_top 0x350e5dcd sun8i_tcon_top_of_table +EXPORT_SYMBOL drivers/gpu/drm/sun4i/sun8i_tcon_top 0x5f5b921e sun8i_tcon_top_de_config +EXPORT_SYMBOL drivers/gpu/drm/sun4i/sun8i_tcon_top 0xcecc5000 sun8i_tcon_top_set_hdmi_src +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x09574def ttm_bo_vm_open +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x0b88dcd4 ttm_bo_mmap_obj +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x0c231474 ttm_kmap_iter_iomap_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x0c892083 ttm_bo_vm_fault +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x0ddf66f5 ttm_resource_manager_debug +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x11054eb2 ttm_glob +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x1277bda8 ttm_bo_kunmap +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x141bd996 ttm_sg_tt_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x1735b2c4 ttm_bo_lock_delayed_workqueue +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x184f9061 ttm_tt_populate +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x1a71d30c ttm_move_memcpy +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x1ee079ac ttm_bo_mem_space +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x21b17d98 ttm_bo_vm_fault_reserved +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x2deb65e9 ttm_bo_set_bulk_move +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x348d307c ttm_io_prot +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x37c511db ttm_device_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x3b87fea4 ttm_resource_manager_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x43da3efc ttm_range_man_fini_nocheck +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x470a4d77 ttm_resource_free +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x48d5a559 ttm_resource_manager_create_debugfs +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x4c57d164 ttm_bo_validate +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x4da4270e ttm_bo_eviction_valuable +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x501b425f ttm_tt_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x56a5fc97 ttm_eu_reserve_buffers +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x58e2648b ttm_eu_fence_buffer_objects +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x60590c2d ttm_resource_compat +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x66f464a0 ttm_bo_unpin +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x6cd89dd2 ttm_bo_vm_close +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x6cdf1eb8 ttm_bo_vunmap +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x6dd9257e ttm_device_swapout +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x6f341185 ttm_kmap_iter_tt_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x7323a011 ttm_resource_manager_evict_all +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x769beb6f ttm_bo_unmap_virtual +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x7beb1348 ttm_lru_bulk_move_tail +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x7e971fd5 ttm_eu_backoff_reservation +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x870275f5 ttm_bo_vmap +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x89fffb1b ttm_device_clear_dma_mappings +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x92132755 ttm_pool_debugfs +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x93f6d393 ttm_lru_bulk_move_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x93f743c6 ttm_bo_move_accel_cleanup +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x9417c46f ttm_bo_kmap +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x9477499f ttm_bo_move_to_lru_tail +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x97ab2e1a ttm_bo_vm_dummy_page +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x9f63f1a8 ttm_global_swapout +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xa59c55a1 ttm_bo_wait +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xa8f06a1c ttm_bo_move_memcpy +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xb0654199 ttm_range_man_init_nocheck +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xb5543118 ttm_bo_move_sync_cleanup +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xb7c3ecb0 ttm_resource_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xc0a550b5 ttm_bo_put +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xc35e52fe ttm_resource_manager_usage +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xd00d96df ttm_resource_fini +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xd092fc8f ttm_bo_vm_access +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xd4eeef48 ttm_tt_fini +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xd594614e ttm_bo_init_validate +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xd9e25700 ttm_bo_pin +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xdf65c551 ttm_bo_unlock_delayed_workqueue +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xdfd9dcab ttm_bo_vm_reserve +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xe60426af ttm_pool_free +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xe8c245bc ttm_device_fini +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xf2f7987b ttm_pool_alloc +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xff953d55 ttm_bo_init_reserved +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x0471fe3c __host1x_client_register +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x08a3061f host1x_syncpt_wait +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x091917cc host1x_syncpt_get_by_id +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x0abb8546 host1x_job_add_gather +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x19cccd93 host1x_syncpt_read_min +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x1c4de326 host1x_channel_put +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x1e8e8a49 host1x_job_put +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x2946a293 tegra_mipi_request +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x2db62a6d host1x_client_exit +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x31b90f8c host1x_syncpt_incr_max +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x3c947d0e host1x_syncpt_put +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x3db30baa host1x_driver_register_full +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x4548857e host1x_job_add_wait +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x4bcd8008 host1x_client_unregister +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x4cf95ec0 host1x_channel_get +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x4fd3948d host1x_fence_create +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x51de13ce host1x_syncpt_base_id +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x59c6f30e host1x_job_alloc +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x5a1246ed host1x_job_submit +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x624cc6e6 host1x_device_init +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x6ca9a2a2 host1x_syncpt_alloc +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x6cf117a4 __host1x_client_init +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x72e78e54 tegra_mipi_start_calibration +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x82c1cac0 host1x_syncpt_request +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x861306ba host1x_bo_unpin +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x9451a33e tegra_mipi_free +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x9fef6e04 host1x_client_resume +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xa4198758 host1x_get_dma_mask +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xa5b1c48a host1x_syncpt_get_base +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xa733ff60 tegra_mipi_disable +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xa887474d host1x_syncpt_id +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xaae05245 host1x_job_unpin +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xaf8a797b host1x_syncpt_get_by_id_noref +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xb4513455 host1x_channel_request +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xbcbe65a0 tegra_mipi_finish_calibration +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xc3d2b62d host1x_device_exit +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xc4a2d6b3 host1x_driver_unregister +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xcab5d166 host1x_channel_stop +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xcea28624 host1x_syncpt_release_vblank_reservation +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xd0f1d669 host1x_bo_pin +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xd2f9f636 host1x_syncpt_read +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xd9f63aaf host1x_job_pin +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xea781867 host1x_syncpt_get +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xf851631a host1x_syncpt_incr +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xf8658baf host1x_syncpt_read_max +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xf8a79b19 tegra_mipi_enable +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xfc8dcdc5 host1x_client_suspend +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xfff22e3e host1x_job_get +EXPORT_SYMBOL drivers/hid/hid 0xffd406b6 hid_bus_type +EXPORT_SYMBOL drivers/hv/hv_vmbus 0x1ab2132a vmbus_recvpacket +EXPORT_SYMBOL drivers/hv/hv_vmbus 0x6a73a60a vmbus_sendpacket +EXPORT_SYMBOL drivers/hv/hv_vmbus 0x7a5a4e98 vmbus_sendpacket_getid +EXPORT_SYMBOL drivers/hwmon/adt7x10 0x9ec88e9c 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 0xc655cc8d ltc2947_pm_ops +EXPORT_SYMBOL drivers/hwmon/sch56xx-common 0x01568393 sch56xx_read_virtual_reg +EXPORT_SYMBOL drivers/hwmon/sch56xx-common 0x521c1a3f 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 0x0013d61a i2c_bit_algo +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-bit 0x3be1bcfb i2c_bit_add_numbered_bus +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-bit 0x94c066fa i2c_bit_add_bus +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-pca 0x57cb4208 i2c_pca_add_bus +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-pca 0x6ba603ab i2c_pca_add_numbered_bus +EXPORT_SYMBOL drivers/i2c/busses/i2c-amd756 0xda3a806c 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 0x83ea4658 iio_triggered_buffer_cleanup +EXPORT_SYMBOL drivers/iio/buffer/industrialio-triggered-buffer 0xe02a5817 iio_triggered_buffer_setup_ext +EXPORT_SYMBOL drivers/iio/buffer/kfifo_buf 0x73f7d99e iio_kfifo_allocate +EXPORT_SYMBOL drivers/iio/buffer/kfifo_buf 0xb0ead8dd iio_kfifo_free +EXPORT_SYMBOL drivers/iio/imu/fxos8700_core 0x4911bcbd fxos8700_regmap_config +EXPORT_SYMBOL drivers/iio/industrialio 0x060da5ea iio_trigger_register +EXPORT_SYMBOL drivers/iio/industrialio 0x0640720c __iio_trigger_alloc +EXPORT_SYMBOL drivers/iio/industrialio 0x2d6bcdcb iio_trigger_generic_data_rdy_poll +EXPORT_SYMBOL drivers/iio/industrialio 0x450bf77c iio_trigger_unregister +EXPORT_SYMBOL drivers/iio/industrialio 0x521a77eb iio_bus_type +EXPORT_SYMBOL drivers/iio/industrialio 0x65ddac97 __iio_device_register +EXPORT_SYMBOL drivers/iio/industrialio 0x90047f5f iio_trigger_validate_own_device +EXPORT_SYMBOL drivers/iio/industrialio 0x9117433f iio_trigger_free +EXPORT_SYMBOL drivers/iio/industrialio 0x97ff15eb iio_trigger_poll_chained +EXPORT_SYMBOL drivers/iio/industrialio 0x982f0ddc iio_device_unregister +EXPORT_SYMBOL drivers/iio/industrialio 0x9f7634ad iio_push_event +EXPORT_SYMBOL drivers/iio/industrialio 0xa5fdc2c1 iio_trigger_notify_done +EXPORT_SYMBOL drivers/iio/industrialio 0xaebbc9ce iio_read_mount_matrix +EXPORT_SYMBOL drivers/iio/industrialio 0xaf91735e iio_device_set_clock +EXPORT_SYMBOL drivers/iio/industrialio 0xbdcbe601 iio_buffer_init +EXPORT_SYMBOL drivers/iio/industrialio 0xc5873782 iio_trigger_using_own +EXPORT_SYMBOL drivers/iio/industrialio 0xcd633684 iio_get_time_ns +EXPORT_SYMBOL drivers/iio/industrialio 0xd8e56b58 iio_read_const_attr +EXPORT_SYMBOL drivers/iio/industrialio 0xdbc50d6a iio_trigger_poll +EXPORT_SYMBOL drivers/iio/industrialio 0xdf76bbeb iio_pollfunc_store_time +EXPORT_SYMBOL drivers/iio/industrialio 0xe0b89333 iio_device_get_clock +EXPORT_SYMBOL drivers/iio/industrialio 0xe9b0b630 iio_trigger_set_immutable +EXPORT_SYMBOL drivers/iio/industrialio 0xec78d8e2 iio_device_alloc +EXPORT_SYMBOL drivers/iio/industrialio 0xfb29ce62 iio_device_free +EXPORT_SYMBOL drivers/iio/industrialio-configfs 0xdc89d09c iio_configfs_subsys +EXPORT_SYMBOL drivers/iio/industrialio-sw-device 0x2b98ce02 iio_unregister_sw_device_type +EXPORT_SYMBOL drivers/iio/industrialio-sw-device 0xecc8a054 iio_sw_device_destroy +EXPORT_SYMBOL drivers/iio/industrialio-sw-device 0xfa5f2b0c iio_register_sw_device_type +EXPORT_SYMBOL drivers/iio/industrialio-sw-device 0xfb612cbb iio_sw_device_create +EXPORT_SYMBOL drivers/iio/industrialio-sw-trigger 0x3deee380 iio_sw_trigger_create +EXPORT_SYMBOL drivers/iio/industrialio-sw-trigger 0x92dd05ea iio_unregister_sw_trigger_type +EXPORT_SYMBOL drivers/iio/industrialio-sw-trigger 0x93cdf31a iio_sw_trigger_destroy +EXPORT_SYMBOL drivers/iio/industrialio-sw-trigger 0xaf680b8e iio_register_sw_trigger_type +EXPORT_SYMBOL drivers/iio/industrialio-triggered-event 0x2eeba5ee iio_triggered_event_setup +EXPORT_SYMBOL drivers/iio/industrialio-triggered-event 0x666dcc5d iio_triggered_event_cleanup +EXPORT_SYMBOL drivers/iio/pressure/bmp280 0x99532bf8 bmp280_dev_pm_ops +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x09c6bf89 ib_send_cm_sidr_rep +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x33f54678 ib_create_cm_id +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x33f7f4a6 ib_send_cm_rep +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x4d9203df ib_send_cm_dreq +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x69824a14 ibcm_reject_msg +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x6d098831 ib_cm_init_qp_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x760123bc ib_cm_notify +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x7a0c9e90 ib_send_cm_rtu +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x7b678f56 ib_send_cm_rej +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xac8bfe47 ib_send_cm_mra +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xc10e346f ib_send_cm_drep +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xcc19e768 ib_send_cm_sidr_req +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xd2f22460 ib_send_cm_req +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xe7dfc8c0 ib_cm_listen +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xefef7312 ib_destroy_cm_id +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xf598d43f ib_cm_insert_listen +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x00cd25ea ib_get_rdma_header_version +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x01b901e9 roce_gid_type_mask_support +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x01c21733 rdma_link_register +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x028724fd rdma_addr_cancel +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x028cf1d3 _ib_alloc_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x030eaf9c ib_modify_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x077c182d rdma_restrack_get +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x078f577f ib_modify_srq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x07cd82b7 ib_qp_usecnt_inc +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x09816e39 ib_map_mr_sg +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0a2317b8 ib_mad_kernel_rmpp_agent +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0ad7e7c2 rdma_create_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0af2f17e rdma_replace_ah_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0b826480 ib_dma_virt_map_sg +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0bee3d38 rdma_restrack_count +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0c6999f5 ib_post_send_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 0x0e68db76 rdma_user_mmap_entry_insert_range +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0f2d1eb7 __ib_alloc_pd +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0f440f8d ib_device_put +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x127a975e ib_free_send_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x12c05a84 rdma_link_unregister +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x189651d9 ib_get_cached_port_state +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x19e7490f __rdma_block_iter_next +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1a275009 rdma_nl_put_driver_string +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1a2a8eaa ib_mr_pool_put +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1cf09176 ibdev_err +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1ec1cb86 ib_destroy_qp_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x222b5d2a ib_detach_mcast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x229dd227 rdma_restrack_add +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x22bfda17 rdma_user_mmap_entry_insert +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x22f3cf93 ib_pack +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2479c7b8 ib_create_wq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x24d125a5 ib_port_sysfs_get_ibdev_kobj +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x24d15bad ib_destroy_srq_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x26736559 rdma_move_ah_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2815c86c ib_unregister_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x28964258 rdma_nl_unicast_wait +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x29c608f5 ib_query_port +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2aea9a1a ib_free_recv_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2db2fcac ib_mr_pool_init +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2e669147 rdma_nl_put_driver_u64 +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2f59fa25 rdma_init_netdev +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x305e5701 rdma_addr_size_kss +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3119426a rdma_copy_src_l2_addr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x31a75b47 rdma_alloc_netdev +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3394b572 ibdev_info +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x33ad8fc3 ib_register_event_handler +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x35fa550d ib_get_cached_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x366ae209 ib_unregister_device_and_put +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x36ff2d8b ib_cq_pool_get +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3734b1ed ib_modify_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x382815db ib_sg_to_pages +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3859fe27 ib_sa_get_mcmember_rec +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x393d928e ibdev_emerg +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3dad6e61 ib_sa_guid_info_rec_query +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3ebd86c3 rdma_destroy_ah_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3fc2387c ib_ud_header_unpack +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x40fcf003 ib_get_device_fw_str +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 0x447271e0 rdma_modify_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x44f2b0c1 rdma_nl_put_driver_u32 +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x44fcf7ab ib_find_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x452bd698 ib_unregister_client +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x45fb8985 rdma_nl_chk_listeners +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x468e1fcb __ib_alloc_cq_any +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x47a692fb rdma_query_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4b27d17f ib_port_unregister_client_groups +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4b80f275 ib_modify_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4b862798 rdma_read_gid_hw_context +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4d8f3e9f __ib_alloc_cq +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 0x508c6a50 ibdev_notice +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5271cf0a ib_sa_path_rec_get +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x550707fd ib_dispatch_event +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x55bb02f3 ib_cache_gid_type_str +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x56504d34 rdma_hold_gid_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x571470da __rdma_block_iter_start +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x57d8c8fe ib_dealloc_pd_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x58df5b94 ib_get_gids_from_rdma_hdr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5a183a90 ib_get_cached_lmc +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5c309f8c rdma_translate_ip +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5f70db29 rdma_find_gid_by_port +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5ffb163c rdma_query_gid_table +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x60670654 ib_register_mad_agent +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x60940efc rdma_port_get_link_layer +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 0x63683657 ib_query_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x65147ecd rdma_rw_ctx_wrs +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6759faad ib_rdmacg_try_charge +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x679ee7d7 ib_find_cached_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x67e63591 rdma_nl_register +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x69425743 rdma_user_mmap_entry_put +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x69a5d61a ib_device_get_by_name +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6b55284a rdma_user_mmap_entry_get_pgoff +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6b958320 ib_ud_ip4_csum +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6bed8fda ibdev_warn +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6c777bae rdma_restrack_del +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6e748ce0 rdma_rw_ctx_signature_init +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6e9eeef2 ib_dealloc_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6f055945 rdma_resolve_ip +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 0x71fd27eb ib_create_qp_security +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 0x770e89da ib_create_qp_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7811b43a rdma_rw_ctx_destroy +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x787ccc4c ib_get_mad_data_offset +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x79cb45a5 ib_mr_pool_destroy +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7a92746f rdma_set_cq_moderation +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7b99f279 ib_set_client_data +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7bba6221 ib_device_get_by_netdev +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7d4b02f5 rdma_user_mmap_entry_get +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7ddabcda ib_device_set_netdev +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7e9db1d0 rdma_rw_ctx_destroy_signature +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x83bccb48 ib_mr_pool_get +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x889716df rdma_rw_ctx_post +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x88a203bc ib_drain_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x891e6b51 ib_drain_rq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x896516a4 ib_qp_usecnt_dec +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x897ac0a1 ib_advise_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8ab8a361 ib_rdmacg_uncharge +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8ac96288 rdma_read_gid_attr_ndev_rcu +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8b20971d ib_query_srq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8b65be6f ib_init_ah_attr_from_path +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8c0ff422 ib_alloc_mr_integrity +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8e3cdc06 ib_set_device_ops +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8edfb18e ib_unregister_mad_agent +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8ee78b6a rdma_nl_put_driver_u32_hex +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8f7ab885 rdma_restrack_parent_name +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x90e807c7 ib_cache_gid_parse_type_str +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x937f40cc ib_set_vf_link_state +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x939f1a47 ib_resize_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x93b63a95 ib_close_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x96014a1b ib_register_client +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9abb3e8a ib_create_send_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9c0f0737 ibdev_alert +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9c5dd9b6 ibdev_printk +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9e457e75 rdma_restrack_put +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa3ce2b1e ib_modify_qp_with_udata +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa3f84694 rdma_rw_mr_factor +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa432baf6 ib_unpack +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa4435ca6 ib_destroy_cq_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa58533c6 ibdev_crit +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa62e14dd ib_alloc_xrcd_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa6631566 rdma_nl_put_driver_u64_hex +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa996f8ef rdma_read_gid_l2_fields +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xab31fa15 rdma_copy_ah_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xac97501a rdma_roce_rescan_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xae956dce ib_rate_to_mult +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb0563bb8 ib_create_qp_kernel +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb1b70f49 ib_get_vf_config +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb2460700 ib_init_ah_attr_from_wc +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb29444f6 ib_query_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb3e58ad5 ib_drain_sq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb3f2283d ib_get_vf_guid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb43f2ddd rdma_put_gid_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb471ca27 rdma_nl_unicast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb4c40040 ib_sa_pack_path +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb5cda38e ib_get_vf_stats +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb7476f9a ibnl_put_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb7852a05 ib_ud_header_init +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb7b9c6ca ib_free_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb880ad63 ib_register_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xba0c91f3 rdma_dev_access_netns +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbd30c81c ib_open_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbdc9f9ce rdma_user_mmap_io +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbe117842 rdma_get_gid_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbe64f1cb ib_create_ah_from_wc +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbeaf9181 rdma_move_grh_sgid_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc320a275 ib_get_cached_subnet_prefix +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc5f6b8c1 rdma_restrack_get_byid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc5fa6bf2 rdma_find_gid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc666eca9 rdma_restrack_new +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc8aff2e3 ib_cq_pool_put +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc8d38664 rdma_free_hw_stats_struct +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc8ebf9dc rdma_create_user_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xcddf5ed9 ibnl_put_msg +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 0xd28c5e59 ib_port_immutable_read +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd413febf rdma_destroy_ah_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd5d0c440 ib_destroy_wq_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd6636ca6 rdma_addr_size_in6 +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd6bc87ec ib_find_exact_cached_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd6c2f6ac ib_create_srq_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd8e0b3bd ib_get_rmpp_segment +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xda0d50ec ib_sa_cancel_query +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xdd2b6c0e ib_dealloc_xrcd_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xdd9bfb84 ib_find_gid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xdef3946d rdma_user_mmap_entry_remove +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xdfe3b0ee ib_process_cq_direct +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe0ff337a ib_sa_join_multicast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe5840ec6 ib_wc_status_msg +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe67b943e rdma_query_gid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe77cb47a ib_get_net_dev_by_params +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe7b52e5f mult_to_ib_rate +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe8b02b46 ib_dereg_mr_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe9e799fc ib_ud_header_pack +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xec415f8e ib_port_register_client_groups +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xed680518 rdma_nl_multicast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf0a048f5 rdma_umap_priv_init +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf127f53b ib_check_mr_status +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf3fec8f4 rdma_rw_ctx_init +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf400abaa ib_reg_user_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf44eb7c5 ib_modify_port +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf48e879b rdma_nl_stat_hwcounter_entry +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf5602180 __ib_create_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf5dedb30 rdma_node_get_transport +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf639ee8c ib_map_mr_sg_pi +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf6554dce ib_get_eth_speed +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf6ed3334 ib_event_msg +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf72fe08e rdma_restrack_set_name +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf82dc141 ib_init_ah_from_mcmember +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf8b3f557 ib_attach_mcast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xfc06654c ib_alloc_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xfdb9213a ib_unregister_device_queued +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xfed6d8e9 ib_unregister_event_handler +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xffaad658 ib_set_vf_guid +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x0097e912 ib_copy_ah_attr_to_user +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x02bf3fa3 uverbs_uobject_put +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x03224c49 flow_resources_add +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x0c453501 ib_umem_dmabuf_unmap_pages +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x0c85b9ab uverbs_get_flags32 +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x0e8c0218 ib_uverbs_get_ucontext_file +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x0f9e3d39 ib_uverbs_flow_resources_free +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x17be3b9e ib_umem_copy_from +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x1e7258ff flow_resources_alloc +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x263b57fe uverbs_copy_to +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x317b3d5e uverbs_idr_class +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x36c34dc6 ib_copy_path_rec_to_user +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x37c1e6e3 ib_umem_odp_unmap_dma_pages +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x3b43a13b _uverbs_get_const_signed +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x47a6fba3 ib_copy_qp_attr_to_user +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x4c9dac25 ib_umem_find_best_pgsz +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x53685b79 ib_umem_activate_invalidation_notifier +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x5cbc2345 ib_umem_dmabuf_get +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x64d08c83 ib_register_peer_memory_client +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x6cd52306 _uverbs_get_const_unsigned +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x6eb394dc ib_umem_odp_map_dma_and_lock +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x754b0000 ib_copy_path_rec_from_user +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x8548a9af uverbs_fd_class +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x887e61b7 ib_umem_get_peer +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x9e263bac uverbs_uobject_fd_release +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x9e33e5f1 ib_umem_odp_get +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xa557cf38 ib_umem_odp_release +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xbde5c050 ib_unregister_peer_memory_client +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xc0caa004 ib_umem_odp_alloc_child +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xc9948907 ib_umem_release +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xcf31f6a3 uverbs_finalize_uobj_create +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xd76613e1 ib_umem_dmabuf_get_pinned +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xda88bea3 uverbs_get_flags64 +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xe8518a54 ib_umem_dmabuf_map_pages +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xe8788bff uverbs_copy_to_struct_or_zero +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xe9e6852f _uverbs_alloc +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xf2dedff1 ib_umem_stop_invalidation_notifier +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xfd163870 ib_umem_odp_alloc_implicit +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xfd5031a1 ib_umem_get +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xfdf4fd91 uverbs_destroy_def_handler +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x3b4bb847 iw_destroy_cm_id +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x41e6e6c3 iw_cm_connect +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x6294aac0 iw_cm_disconnect +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x74392cb7 iw_create_cm_id +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x99ce0611 iw_cm_accept +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xa283b26c iw_cm_reject +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xe1d7f1c0 iw_cm_listen +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xed858a43 iw_cm_init_qp_attr +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xf3df871f iwcm_reject_msg +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x04512e50 rdma_set_min_rnr_timer +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x0bb5565f rdma_join_multicast +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x1298ec19 rdma_set_ack_timeout +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x1468a19c rdma_accept_ece +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x1822f88e rdma_reject +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x1a96ec3f rdma_destroy_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x1e3864c4 rdma_create_qp +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x39de6d8d rdma_lock_handler +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x3c47d35d rdma_init_qp_attr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x4c73fcac rdma_get_service_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x57c56b2a rdma_notify +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x57c585b3 rdma_resolve_route +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x72015960 rdma_set_reuseaddr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x72271f2c rdma_consumer_reject_data +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x72edffd0 rdma_connect_locked +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x7944677e rdma_listen +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x79c703b6 rdma_res_to_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x80481ed5 rdma_read_gids +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x8989efec __rdma_create_kernel_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x8b258b10 rdma_resolve_addr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x8cfa0178 rdma_set_service_type +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x90763c30 rdma_set_ib_path +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x907df803 rdma_event_msg +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x93e016b1 rdma_leave_multicast +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x99874f94 rdma_set_afonly +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x9bb066c6 rdma_iw_cm_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x9db2528d rdma_accept +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xa1b74f16 rdma_bind_addr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xaa2211df rdma_disconnect +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xc27d9e3f rdma_reject_msg +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xc31f64c4 rdma_unlock_handler +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xca2103c4 rdma_connect_ece +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xcb5e25ef rdma_create_user_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xce9a15a1 rdma_destroy_qp +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xd635ab6b rdma_connect +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-client 0x1c280211 rtrs_clt_get_permit +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-client 0x2a6f8334 rtrs_clt_query +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-client 0x4355d166 rtrs_clt_rdma_cq_direct +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-client 0x803f569e rtrs_clt_open +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-client 0xd723d4ad rtrs_clt_put_permit +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-client 0xd8c1187a rtrs_clt_request +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-client 0xf8f28752 rtrs_clt_close +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-core 0x242a8646 rtrs_addr_to_str +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-core 0x7ae67f28 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 0xa4741273 rtrs_rdma_dev_pd_deinit +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-core 0xce9d1fe7 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-core 0xfa3ed31f rtrs_rdma_dev_pd_init +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-server 0x519bca7f rtrs_srv_open +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-server 0x6348cc6b rtrs_srv_get_queue_depth +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-server 0x7b0804c7 rtrs_srv_get_path_name +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-server 0x8af7609d rtrs_srv_resp_rdma +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-server 0x90358a44 rtrs_srv_close +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-server 0xc68b7c00 rtrs_srv_set_sess_priv +EXPORT_SYMBOL drivers/input/gameport/gameport 0x4e4faf8f gameport_unregister_driver +EXPORT_SYMBOL drivers/input/gameport/gameport 0x565cb7b6 gameport_stop_polling +EXPORT_SYMBOL drivers/input/gameport/gameport 0x5da7e175 gameport_unregister_port +EXPORT_SYMBOL drivers/input/gameport/gameport 0x676835b5 gameport_set_phys +EXPORT_SYMBOL drivers/input/gameport/gameport 0x79e80ea2 __gameport_register_port +EXPORT_SYMBOL drivers/input/gameport/gameport 0x7e85fda8 __gameport_register_driver +EXPORT_SYMBOL drivers/input/gameport/gameport 0xc521332a gameport_close +EXPORT_SYMBOL drivers/input/gameport/gameport 0xc9719eae gameport_start_polling +EXPORT_SYMBOL drivers/input/gameport/gameport 0xe2be739a gameport_open +EXPORT_SYMBOL drivers/input/joystick/iforce/iforce 0x26753a5d iforce_process_packet +EXPORT_SYMBOL drivers/input/joystick/iforce/iforce 0x4eb45af4 iforce_send_packet +EXPORT_SYMBOL drivers/input/joystick/iforce/iforce 0x9df65f44 iforce_init_device +EXPORT_SYMBOL drivers/input/matrix-keymap 0x24888fbf matrix_keypad_build_keymap +EXPORT_SYMBOL drivers/input/misc/ad714x 0x2b0548fc ad714x_enable +EXPORT_SYMBOL drivers/input/misc/ad714x 0x7f8918c4 ad714x_disable +EXPORT_SYMBOL drivers/input/misc/ad714x 0xd3c183b2 ad714x_probe +EXPORT_SYMBOL drivers/input/misc/cma3000_d0x 0x4a5d592b 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 0xc01bcab7 rmi_unregister_transport_device +EXPORT_SYMBOL drivers/input/sparse-keymap 0x04060f25 sparse_keymap_entry_from_keycode +EXPORT_SYMBOL drivers/input/sparse-keymap 0x0b962d52 sparse_keymap_entry_from_scancode +EXPORT_SYMBOL drivers/input/sparse-keymap 0x46847b9c sparse_keymap_report_entry +EXPORT_SYMBOL drivers/input/sparse-keymap 0xa989f74f sparse_keymap_setup +EXPORT_SYMBOL drivers/input/sparse-keymap 0xd2cf5174 sparse_keymap_report_event +EXPORT_SYMBOL drivers/input/touchscreen/ad7879 0x8eb65e02 ad7879_probe +EXPORT_SYMBOL drivers/input/touchscreen/ad7879 0x9a933468 ad7879_pm_ops +EXPORT_SYMBOL drivers/interconnect/qcom/icc-smd-rpm 0x4d1a0c92 qnoc_probe +EXPORT_SYMBOL drivers/interconnect/qcom/icc-smd-rpm 0x88446b43 qnoc_remove +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x15506bf2 attach_capi_ctr +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x65141e02 capi_ctr_ready +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x98f239d9 detach_capi_ctr +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xef0fc1ad capi_ctr_handle_message +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xfec640df 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 0x2dc790ec mISDNisac_irq +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNipac 0x310b7120 mISDNipac_init +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNipac 0x8a492b15 mISDNipac_irq +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNipac 0xff2e0161 mISDNisac_init +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNisar 0x08fe7649 mISDNisar_irq +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNisar 0xebd09ae1 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 0x2bf62601 bchannel_senddata +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x2e0cf382 recv_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 0x34706db2 mISDN_unregister_Bprotocol +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x478a58f5 queue_ch_frame +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x4dc8523b mISDN_freebchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x50c2230c mISDN_FsmChangeState +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x51295310 get_next_bframe +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x54d3b014 create_l1 +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 0x6b07bbf4 mISDN_register_device +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x70c765be mISDN_initbchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x71175bb1 recv_Echannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x7981f040 mISDN_freedchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x85e993e5 mISDN_ctrl_bchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x8fbfbe4c get_next_dframe +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x93b22049 dchannel_senddata +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x96a9aabc bchannel_get_rxbuf +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x9c928457 mISDN_FsmNew +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x9cc9ebbf recv_Dchannel_skb +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x9d8fea44 mISDNDevName4ch +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xa42accf5 mISDN_register_Bprotocol +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xb3983031 recv_Dchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xc3401729 mISDN_register_clock +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xc954c62f mISDN_initdchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xcc4ac29f 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 0xe8f617eb mISDN_unregister_clock +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xeefd5d5b mISDN_unregister_device +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xfbeaa3d2 mISDN_clear_bchannel +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 0x390cacab ti_lmu_common_get_brt_res +EXPORT_SYMBOL drivers/leds/leds-ti-lmu-common 0x54a12ec4 ti_lmu_common_set_ramp +EXPORT_SYMBOL drivers/leds/leds-ti-lmu-common 0x6ac861c1 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 0x1bd61b46 cmdq_get_shift_pa +EXPORT_SYMBOL drivers/mailbox/omap-mailbox 0x41685e94 omap_mbox_request_channel +EXPORT_SYMBOL drivers/mailbox/omap-mailbox 0x563053b1 omap_mbox_disable_irq +EXPORT_SYMBOL drivers/mailbox/omap-mailbox 0x585953fa omap_mbox_enable_irq +EXPORT_SYMBOL drivers/md/dm-log 0x1f167ab4 dm_dirty_log_destroy +EXPORT_SYMBOL drivers/md/dm-log 0x1fbe4a78 dm_dirty_log_type_register +EXPORT_SYMBOL drivers/md/dm-log 0x975b3396 dm_dirty_log_create +EXPORT_SYMBOL drivers/md/dm-log 0xa390a2d0 dm_dirty_log_type_unregister +EXPORT_SYMBOL drivers/md/dm-snapshot 0xa538387c dm_exception_store_create +EXPORT_SYMBOL drivers/md/dm-snapshot 0xaa5ddbdc dm_snap_cow +EXPORT_SYMBOL drivers/md/dm-snapshot 0xb856ed95 dm_exception_store_type_unregister +EXPORT_SYMBOL drivers/md/dm-snapshot 0xd08b3e43 dm_exception_store_destroy +EXPORT_SYMBOL drivers/md/dm-snapshot 0xd2e77dc8 dm_exception_store_type_register +EXPORT_SYMBOL drivers/md/dm-snapshot 0xf284376d dm_snap_origin +EXPORT_SYMBOL drivers/md/raid456 0x44f52807 raid5_set_cache_size +EXPORT_SYMBOL drivers/md/raid456 0xa258c0dd r5c_journal_mode_set +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x0133ac28 flexcop_dump_reg +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x0c31b2c4 flexcop_i2c_request +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x1e200451 flexcop_sram_ctrl +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x3db1a6c9 flexcop_pass_dmx_data +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x41049068 flexcop_device_kfree +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x5ee83328 flexcop_pass_dmx_packets +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x74f21b02 flexcop_sram_set_dest +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x94575ba3 flexcop_device_kmalloc +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xa2a96776 flexcop_wan_set_speed +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xa6e94af0 flexcop_pid_feed_control +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xb2cc6526 flexcop_device_exit +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xc854b800 flexcop_eeprom_check_mac_addr +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xdb55e3f9 flexcop_device_initialize +EXPORT_SYMBOL drivers/media/common/cx2341x 0x00c5072c cx2341x_ext_ctrls +EXPORT_SYMBOL drivers/media/common/cx2341x 0x15ac1bd0 cx2341x_ctrl_query +EXPORT_SYMBOL drivers/media/common/cx2341x 0x222aacb7 cx2341x_handler_init +EXPORT_SYMBOL drivers/media/common/cx2341x 0x28240e61 cx2341x_ctrl_get_menu +EXPORT_SYMBOL drivers/media/common/cx2341x 0x3ce06bc3 cx2341x_handler_set_busy +EXPORT_SYMBOL drivers/media/common/cx2341x 0x4350461a cx2341x_handler_setup +EXPORT_SYMBOL drivers/media/common/cx2341x 0x55aa7c5f cx2341x_mpeg_ctrls +EXPORT_SYMBOL drivers/media/common/cx2341x 0x7b4dd2cb cx2341x_fill_defaults +EXPORT_SYMBOL drivers/media/common/cx2341x 0xb5c0ab86 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 0x9068191e cypress_load_firmware +EXPORT_SYMBOL drivers/media/common/ttpci-eeprom 0x693e74ba ttpci_eeprom_decode_mac +EXPORT_SYMBOL drivers/media/common/ttpci-eeprom 0xe8bba4b2 ttpci_eeprom_parse_mac +EXPORT_SYMBOL drivers/media/common/tveeprom 0x0dbf0296 tveeprom_hauppauge_analog +EXPORT_SYMBOL drivers/media/common/tveeprom 0x5151d3ab 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 0x3791fcde vb2_verify_memory_type +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-common 0xb3ef49c2 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 0x08b0119d vb2_dvb_register_bus +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-dvb 0x22f0fb63 vb2_dvb_alloc_frontend +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-dvb 0x3f96f49d vb2_dvb_get_frontend +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-dvb 0x63333ea2 vb2_dvb_unregister_bus +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-dvb 0x75617878 vb2_dvb_find_frontend +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-dvb 0xc3451270 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 0xf127f044 vb2_querybuf +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x08733236 intlog10 +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x17076557 dvb_generic_open +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x18acd31f dvb_dmx_swfilter_packets +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x2de6a760 dvb_unregister_frontend +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 0x3e397fa6 dvb_unregister_device +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x428f4b57 dvb_frontend_suspend +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x43962f01 dvb_unregister_adapter +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x449e90f9 dvb_dmxdev_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x47af8b5a dvb_ca_en50221_camchange_irq +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x54abe4ff dvb_dmx_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x585bcb18 dvb_net_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x5c17352a dvb_frontend_detach +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x5cc25e19 dvb_generic_release +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 0x87513386 dvb_generic_ioctl +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x8c54b0f8 dvb_dmx_swfilter +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x8d1b525d dvb_register_frontend +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 0xa0df7f96 dvb_ca_en50221_frda_irq +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xa4235824 dvb_dmx_swfilter_raw +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xa6a5244d dvb_register_adapter +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xb3352dd2 dvb_ringbuffer_empty +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xb82d7f3e dvb_ca_en50221_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xc3f679f9 dvb_ringbuffer_write_user +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xcfc8b1df dvb_net_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xd78c2405 dvb_register_device +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xe138ce6b dvb_ringbuffer_avail +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xe2f403f4 dvb_dmxdev_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xe2fb246a dvb_ca_en50221_camready_irq +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xe6f7d695 dvb_frontend_resume +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xebbc2d9b dvb_ringbuffer_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xf04dd900 dvb_frontend_reinitialise +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xf69cdd85 dvb_device_get +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xf818eec8 dvb_remove_device +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xfa956a4f dvb_ca_en50221_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/ascot2e 0x6ae9d38f ascot2e_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/atbm8830 0xd64b8b78 atbm8830_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x51de2dd7 au8522_init +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x952b55aa au8522_release_state +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0xa64cfb74 au8522_i2c_gate_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0xa7380e33 au8522_sleep +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0xbd29b8dd au8522_readreg +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0xceb78724 au8522_led_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0xceddb9d8 au8522_writereg +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0xd053f93a au8522_analog_i2c_gate_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0xf77b7311 au8522_get_state +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_dig 0x53c6e95f au8522_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/bcm3510 0x5691aaa7 bcm3510_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx22700 0x3def2e1a cx22700_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx22702 0xf7fa5f21 cx22702_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24110 0x26ff6475 cx24110_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24113 0x99cc3ba0 cx24113_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24113 0xca5c956a cx24113_agc_callback +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24116 0x7b5e2115 cx24116_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24120 0x8a46aff1 cx24120_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24123 0x78d73e93 cx24123_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24123 0xa61edb54 cx24123_get_tuner_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/cxd2820r 0x35dfcc2a cxd2820r_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cxd2841er 0x77d6b67c cxd2841er_attach_t_c +EXPORT_SYMBOL drivers/media/dvb-frontends/cxd2841er 0xa3a74717 cxd2841er_attach_s +EXPORT_SYMBOL drivers/media/dvb-frontends/cxd2880/cxd2880 0x49836192 cxd2880_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0x140178b5 dib0070_get_rf_output +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0x58db4d9f dib0070_set_rf_output +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0x884edf24 dib0070_wbd_offset +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0x8e3d38db dib0070_ctrl_agc_filter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0xdac4f84c dib0070_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x0eaa277e dib0090_dcc_freq +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x12f5eca3 dib0090_get_tune_state +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x2779bb0b dib0090_register +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x2a1346aa dib0090_set_vga +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x2de016a2 dib0090_set_tune_state +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x3c1792c3 dib0090_set_switch +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x53309bab dib0090_fw_register +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x7a2edfdf dib0090_gain_control +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x80787626 dib0090_update_tuning_table_7090 +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x8fb4e611 dib0090_pwm_gain_reset +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x991d0222 dib0090_get_wbd_offset +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xd08588ae dib0090_update_rframp_7090 +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xdf70f227 dib0090_get_wbd_target +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xeb6e36cd dib0090_set_dc_servo +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xfd4d1b26 dib0090_get_current_gain +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mb 0xab433ba1 dib3000mb_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0x131bfed0 dib3000mc_get_tuner_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0x5a8fed61 dib3000mc_pid_parse +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0x89b38495 dib3000mc_set_config +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0x9119b760 dib3000mc_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0xd0bf067a dib3000mc_pid_control +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0xd61e9359 dib3000mc_i2c_enumeration +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000m 0x258b277f dib7000m_pid_filter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000m 0x731029c5 dib7000m_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000m 0x979375a2 dib7000m_pid_filter_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000m 0xac37964f dib7000m_get_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x82fc6a56 dib7000p_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x4ef881fe dib8000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0x12d5e36e dib9000_fw_pid_filter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0x1834945f dib9000_i2c_enumeration +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0x32ca614f dib9000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0x37070e9c dib9000_firmware_post_pll_init +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0x4823e1fc dib9000_get_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0x660b3890 dib9000_get_slave_frontend +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0x7fb519d8 dib9000_get_component_bus_interface +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0x7fe4701d dib9000_fw_set_component_bus_speed +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0xa505b0c8 dib9000_fw_pid_filter_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0xa7676e07 dib9000_set_gpio +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0xbfe95eb6 dib9000_set_slave_frontend +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0xdd605087 dib9000_set_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0xfab6a097 dib9000_get_tuner_interface +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0x403ec69d dibx000_exit_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0x8ec7e624 dibx000_get_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0x97a996fe dibx000_i2c_set_speed +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0xbdd2b08e dibx000_init_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0xd5e3f5f6 dibx000_reset_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/drx39xyj/drx39xyj 0xdad846cd drx39xxj_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/drxd 0xc8a392b6 drxd_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/drxk 0x24e720dd drxk_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/ds3000 0x8279fb6b ds3000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dvb-pll 0xf04e072e dvb_pll_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dvb_dummy_fe 0x0ed0e0c2 dvb_dummy_fe_ofdm_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dvb_dummy_fe 0x41a92c9f dvb_dummy_fe_qam_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dvb_dummy_fe 0xa51ec4aa dvb_dummy_fe_qpsk_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/ec100 0x94a549b7 ec100_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/helene 0x2da4ff82 helene_attach_s +EXPORT_SYMBOL drivers/media/dvb-frontends/helene 0x664a7ff2 helene_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/horus3a 0xd57bb984 horus3a_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/isl6405 0x8cb92648 isl6405_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/isl6421 0xf7a3875b isl6421_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/isl6423 0x70dbda2d isl6423_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/itd1000 0xd1b8ea75 itd1000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/ix2505v 0xdd312df3 ix2505v_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/l64781 0x63553b4b l64781_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lg2160 0x00d0f1e4 lg2160_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lgdt3305 0xc55f8717 lgdt3305_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lgdt3306a 0x06a30576 lgdt3306a_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lgdt330x 0x71e6ceab lgdt330x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lgs8gl5 0x64173296 lgs8gl5_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lgs8gxx 0x5ad6fb7b lgs8gxx_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lnbh25 0x45ba56a7 lnbh25_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lnbh29 0xb0c5c045 lnbh29_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lnbp21 0x390b68d6 lnbp21_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lnbp21 0xb462aee1 lnbh24_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lnbp22 0x6606345a lnbp22_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/m88ds3103 0x1015bd3b m88ds3103_get_agc_pwm +EXPORT_SYMBOL drivers/media/dvb-frontends/m88ds3103 0x1b4d23c4 m88ds3103_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/m88rs2000 0x21ef28c0 m88rs2000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/mb86a16 0xffbb8ae4 mb86a16_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/mb86a20s 0x0bd1ef8d mb86a20s_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/mt312 0xf11fbd6b mt312_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/mt352 0xb98133aa mt352_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/nxt200x 0x0b43d642 nxt200x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/nxt6000 0xf0ddfe40 nxt6000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/or51132 0xe9f0a69e or51132_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/or51211 0xb4266711 or51211_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/s5h1409 0x0bbad3fe s5h1409_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/s5h1411 0x30374173 s5h1411_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/s5h1420 0x142ef779 s5h1420_get_tuner_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/s5h1420 0x3e9d37a1 s5h1420_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/s5h1432 0x3e866caf s5h1432_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/s921 0x49dd8b66 s921_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/si21xx 0xf91193ab si21xx_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/sp887x 0xab8a3ff4 sp887x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stb0899 0xc2edae6e stb0899_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stb6000 0x4e1325ce stb6000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stb6100 0x9ddaf587 stb6100_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0288 0xbd5d4ea2 stv0288_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0297 0x533c66ca stv0297_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0299 0xd282c00f stv0299_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0367 0x5ae758f5 stv0367ter_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0367 0x6a1746cf stv0367ddb_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0367 0xdbd5a298 stv0367cab_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0900 0xa92d3f8a stv0900_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv090x 0x4696ef97 stv090x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv6110 0x7214dcf7 stv6110_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv6110x 0xa4d96eec stv6110x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda10021 0xdd19bd6a tda10021_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda10023 0xb1239caa tda10023_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda10048 0x1cbbf927 tda10048_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda1004x 0x009c9ad4 tda10045_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda1004x 0x3b1185a0 tda10046_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda10086 0x20681bc2 tda10086_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda665x 0x5511c2b1 tda665x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda8083 0x52eeda5c tda8083_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda8261 0x2bc3fe29 tda8261_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda826x 0x350b7854 tda826x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/ts2020 0xa67ca14f ts2020_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tua6100 0xdcdf152a tua6100_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/ves1820 0x942d0249 ves1820_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/ves1x93 0x1e6ed4ca ves1x93_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/zd1301_demod 0x222f1288 zd1301_demod_get_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/zd1301_demod 0x8b60f292 zd1301_demod_get_dvb_frontend +EXPORT_SYMBOL drivers/media/dvb-frontends/zl10036 0xe859b2cc zl10036_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/zl10039 0x6573bef9 zl10039_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/zl10353 0xd2de74f7 zl10353_attach +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x0bda826b flexcop_dma_config +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x47042620 flexcop_dma_control_size_irq +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x6494a4fe flexcop_dma_allocate +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x971ce712 flexcop_dma_config_timer +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x9bc0e38c flexcop_dma_free +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x9d556b18 flexcop_dma_control_timer_irq +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0xfae4f2ef flexcop_dma_xfer_control +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0x6c408f25 bt878 +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0x771d710d bt878_device_control +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0xc1443d95 bt878_start +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0xd5d0bdef bt878_num +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0xdded7c65 bt878_stop +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0x11dc4b6d bttv_gpio_enable +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0x3f325aef bttv_get_pcidev +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0x4d8a9aca bttv_sub_unregister +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0x8ecf4acc bttv_write_gpio +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0xbcf2d2fb bttv_read_gpio +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0xcce15ca4 bttv_sub_register +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x43a983fd dst_check_sum +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x725f9033 dst_wait_dst_ready +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x7db35733 dst_error_bailout +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x8c09113f dst_pio_disable +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x961884f4 write_dst +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x971e99f8 read_dst +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0xaa727b38 rdc_reset_state +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0xaf44e107 dst_comm_init +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0xb619deff dst_error_recovery +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0xddaee585 dst_attach +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst_ca 0x9e6b8cd9 dst_ca_attach +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x0f6aca63 cx18_claim_stream +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x1c0a702b cx18_stop_v4l2_encode_stream +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x2cdea06d cx18_reset_ir_gpio +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x45feced6 cx18_ext_init +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x56cca257 cx18_start_v4l2_encode_stream +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x93be8150 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 0x23fe2cc0 cx25821_dev_get +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x26dbdd50 cx25821_sram_channel_setup_audio +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x44b517f5 cx25821_print_irqbits +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x641696ba cx25821_set_gpiopin_direction +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0xb791f3c5 cx25821_sram_channel_dump_audio +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0xb9f38511 cx25821_dev_unregister +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0xcf0becc3 cx25821_riscmem_alloc +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0xe66bb459 cx25821_risc_databuffer_audio +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0xe9050411 cx25821_sram_channels +EXPORT_SYMBOL drivers/media/pci/cx88/cx88-vp3054-i2c 0x14a182c5 vp3054_i2c_probe +EXPORT_SYMBOL drivers/media/pci/cx88/cx88-vp3054-i2c 0xc6aae9bc vp3054_i2c_remove +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0x1c72a2e3 cx88_video_mux +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0x3b1a5049 cx88_set_freq +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0x57c70261 cx88_enum_input +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0x68cc3192 cx88_querycap +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x194b42dd cx8802_get_driver +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x4fbd04c0 cx8802_unregister_driver +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x58efd248 cx8802_start_dma +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x68889c7f cx8802_buf_queue +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x9a5fa8bf cx8802_cancel_buffers +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0xdaa7060b cx8802_buf_prepare +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0xef720c62 cx8802_register_driver +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x05a71f68 cx88_core_put +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x0aa0fd0f cx88_shutdown +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x0e773806 cx88_set_scale +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x1d9cfa48 cx88_reset +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x2450b86b cx88_set_tvaudio +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x2f625a04 cx88_risc_databuffer +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x309d018b cx88_get_stereo +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x311a713a cx88_risc_buffer +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x3ac067a5 cx88_sram_channel_setup +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x43dc3733 cx88_vdev_init +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 0x6285f90b cx88_core_irq +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x7af6e8c2 cx88_dsp_detect_stereo_sap +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x7cd4f442 cx88_newstation +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x85971ccc 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 0x9706ac9d cx88_ir_stop +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xb0328726 cx88_set_tvnorm +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xb14ef191 cx88_sram_channel_dump +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xcd633f6b cx88_wakeup +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xe981f583 cx88_set_stereo +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xfaced62d cx88_core_get +EXPORT_SYMBOL drivers/media/pci/ddbridge/ddbridge-dummy-fe 0x91a53889 ddbridge_dummy_fe_qam_attach +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x14f67530 ivtv_debug +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x3e6ec863 ivtv_set_irq_mask +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x4b96ce4b ivtv_stop_v4l2_encode_stream +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x4c844aed ivtv_firmware_check +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x4ea796cb ivtv_release_stream +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x4f65669e ivtv_init_on_first_open +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x58251380 ivtv_claim_stream +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x5ce38a64 ivtv_udma_prepare +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x6dbc218a ivtv_vapi +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x854dec96 ivtv_api +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x97d3f593 ivtv_vapi_result +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xacc76567 ivtv_clear_irq_mask +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xc345538f ivtv_start_v4l2_encode_stream +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xc71d9a74 ivtv_ext_init +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xca6f3557 ivtv_reset_ir_gpio +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xd9c2287f ivtv_udma_unmap +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xdb03d1f4 ivtv_udma_alloc +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xfbdbd38c ivtv_udma_setup +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 0x248f89c0 saa7134_dmasound_exit +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x44e436d4 saa7134_pgtable_alloc +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x5182374e saa7134_pgtable_free +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x56456174 saa7134_tvaudio_setmute +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x730c4be3 saa7134_boards +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x76510b49 saa7134_dmasound_init +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x8f1ad46b saa7134_devlist_lock +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x9a36f3a8 saa7134_ts_register +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xa76e0417 saa7134_set_gpio +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xbb9e277d saa7134_pgtable_build +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xdc4e305d saa_dsp_writel +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xdc9c695f saa7134_set_dmabits +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xe481ebcd saa7134_ts_unregister +EXPORT_SYMBOL drivers/media/platform/allegro-dvt/allegro 0x2c79d0f2 msg_type_name +EXPORT_SYMBOL drivers/media/radio/tea575x 0x1ba0483b snd_tea575x_exit +EXPORT_SYMBOL drivers/media/radio/tea575x 0x3e3ea837 snd_tea575x_set_freq +EXPORT_SYMBOL drivers/media/radio/tea575x 0x52ecc6c0 snd_tea575x_hw_init +EXPORT_SYMBOL drivers/media/radio/tea575x 0xd6c163e3 snd_tea575x_g_tuner +EXPORT_SYMBOL drivers/media/radio/tea575x 0xe142a781 snd_tea575x_init +EXPORT_SYMBOL drivers/media/radio/tea575x 0xf24b5292 snd_tea575x_enum_freq_bands +EXPORT_SYMBOL drivers/media/radio/tea575x 0xf74fe1a3 snd_tea575x_s_hw_freq_seek +EXPORT_SYMBOL drivers/media/rc/rc-core 0x01098f88 ir_raw_encode_scancode +EXPORT_SYMBOL drivers/media/rc/rc-core 0x2fe55cf5 ir_raw_gen_pd +EXPORT_SYMBOL drivers/media/rc/rc-core 0x358514bc ir_raw_handler_unregister +EXPORT_SYMBOL drivers/media/rc/rc-core 0x54c11bbf ir_raw_handler_register +EXPORT_SYMBOL drivers/media/rc/rc-core 0x7a02ee87 ir_raw_gen_pl +EXPORT_SYMBOL drivers/media/rc/rc-core 0xb5516017 ir_raw_encode_carrier +EXPORT_SYMBOL drivers/media/rc/rc-core 0xce3696f3 ir_raw_gen_manchester +EXPORT_SYMBOL drivers/media/tuners/fc0011 0x378fae33 fc0011_attach +EXPORT_SYMBOL drivers/media/tuners/fc0012 0xcf6bfdb7 fc0012_attach +EXPORT_SYMBOL drivers/media/tuners/fc0013 0x0ff13cd4 fc0013_attach +EXPORT_SYMBOL drivers/media/tuners/fc0013 0x1b17a35c fc0013_rc_cal_add +EXPORT_SYMBOL drivers/media/tuners/fc0013 0x6d5bf618 fc0013_rc_cal_reset +EXPORT_SYMBOL drivers/media/tuners/max2165 0x4e1d19cb max2165_attach +EXPORT_SYMBOL drivers/media/tuners/mc44s803 0x68927757 mc44s803_attach +EXPORT_SYMBOL drivers/media/tuners/mt2060 0x85a81f76 mt2060_attach +EXPORT_SYMBOL drivers/media/tuners/mt2131 0x98348d7e mt2131_attach +EXPORT_SYMBOL drivers/media/tuners/mt2266 0x43afa0c0 mt2266_attach +EXPORT_SYMBOL drivers/media/tuners/mxl5005s 0x1ad0d99c mxl5005s_attach +EXPORT_SYMBOL drivers/media/tuners/qt1010 0xeeb9f3c4 qt1010_attach +EXPORT_SYMBOL drivers/media/tuners/tda18218 0x373f1385 tda18218_attach +EXPORT_SYMBOL drivers/media/tuners/tuner-types 0x4c48939e tuners +EXPORT_SYMBOL drivers/media/tuners/tuner-types 0xc2821775 tuner_count +EXPORT_SYMBOL drivers/media/tuners/xc2028 0x67aafa6c xc2028_attach +EXPORT_SYMBOL drivers/media/tuners/xc4000 0xba11f898 xc4000_attach +EXPORT_SYMBOL drivers/media/tuners/xc5000 0x6bc31266 xc5000_attach +EXPORT_SYMBOL drivers/media/usb/cx231xx/cx231xx 0x352fbd68 cx231xx_unregister_extension +EXPORT_SYMBOL drivers/media/usb/cx231xx/cx231xx 0x7cf2c1d7 cx231xx_register_extension +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x0660839f dvb_usbv2_suspend +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x3c56e825 dvb_usbv2_resume +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x682b9abd dvb_usbv2_generic_rw +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x68346b30 dvb_usbv2_reset_resume +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x8839e012 dvb_usbv2_generic_write +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x922bea93 dvb_usbv2_disconnect +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0xa12a2b48 dvb_usbv2_generic_write_locked +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0xbb9483ce dvb_usbv2_probe +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0xd30b8a2e dvb_usbv2_generic_rw_locked +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x3c99cc68 usb_cypress_load_firmware +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x592e8889 dvb_usb_device_exit +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x627dd368 dvb_usb_nec_rc_key_to_event +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x8b6f5395 dvb_usb_get_hexline +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x9d905b71 dvb_usb_device_init +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0xc45db0d0 dvb_usb_generic_write +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0xcbed8eff dvb_usb_generic_rw +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-af9005-remote 0x30ed31f2 af9005_rc_decode +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-af9005-remote 0x341530cb rc_map_af9005_table +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-af9005-remote 0xd4e288db rc_map_af9005_table_size +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x22c96d70 dibusb_i2c_algo +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x5af42b2d dibusb2_0_power_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x8db7b224 dibusb2_0_streaming_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x8f453898 dibusb_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 0x9f83201a dibusb_pid_filter +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xaf7bf48b dibusb_power_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xbe73a7dd dibusb_rc_query +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xc3f94cc8 dibusb_read_eeprom_byte +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xf76d7388 dibusb_pid_filter_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-mc-common 0x4379e212 dibusb_dib3000mc_frontend_attach +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-mc-common 0x75ca5bec dibusb_dib3000mc_tuner_attach +EXPORT_SYMBOL drivers/media/usb/em28xx/em28xx 0x91483579 em28xx_unregister_extension +EXPORT_SYMBOL drivers/media/usb/em28xx/em28xx 0xb725cc43 em28xx_register_extension +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0x139f1807 go7007_snd_init +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0x220deaef go7007_snd_remove +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0x30ecc8d8 go7007_read_addr +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0x5f4dc045 go7007_boot_encoder +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0x6a47e281 go7007_read_interrupt +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0x6d3dc27c go7007_register_encoder +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0xba063d5d go7007_alloc +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0xe8a9dadc go7007_update_board +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0xecb77ffe go7007_parse_video_stream +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x10ba173c gspca_frame_add +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x1b512db9 gspca_dev_probe2 +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x20cddaeb gspca_dev_probe +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x26b19c11 gspca_suspend +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x7abcc517 gspca_expo_autogain +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x86f30268 gspca_resume +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x9670af2c gspca_debug +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0xcbbc798b gspca_coarse_grained_expo_autogain +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0xcfdfb140 gspca_disconnect +EXPORT_SYMBOL drivers/media/usb/ttusb-dec/ttusbdecfe 0x17fc7219 ttusbdecfe_dvbt_attach +EXPORT_SYMBOL drivers/media/usb/ttusb-dec/ttusbdecfe 0x3c3b73d3 ttusbdecfe_dvbs_attach +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-async 0x3462c2bc v4l2_async_unregister_subdev +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-async 0x6149517b v4l2_async_nf_unregister +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-async 0x9ca77acf v4l2_async_register_subdev +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-async 0x9f19ebbb v4l2_async_nf_init +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-async 0xb67f08be v4l2_async_subdev_nf_register +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-async 0xd0393013 v4l2_async_nf_register +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0x3dd2620f 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 0x8f97e14d v4l2_m2m_buf_done_and_job_finish +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0xbe40236b v4l2_m2m_get_vq +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0xe4433812 v4l2_m2m_job_finish +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0xf626dd03 v4l2_m2m_suspend +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x0614dd5a v4l2_video_std_frame_period +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x082737e8 v4l2_ctrl_merge +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x0d022cad v4l2_ctrl_cluster +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x123959a1 v4l2_type_names +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x135c531d v4l2_ctrl_request_setup +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x16244fe5 v4l2_prio_check +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x165baba4 video_device_release_empty +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x1b1b8071 v4l2_ctrl_type_op_equal +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x203c01df video_device_release +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x2138ba76 v4l2_ctrl_subscribe_event +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x21ea4bb3 v4l2_ctrl_add_handler +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x2342f1ae v4l2_prio_open +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x28b12cc9 v4l2_format_info +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x2abe362b v4l2_ctrl_notify +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 0x32ec91cc __v4l2_ctrl_s_ctrl_string +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x330e039d v4l2_ctrl_poll +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x37956df3 v4l2_ctrl_find +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x3adbd595 v4l2_field_names +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x3bdd0f94 v4l2_prio_change +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x449ddba6 v4l2_ctrl_new_fwnode_properties +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x4709532b v4l2_ctrl_handler_init_class +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x487c9248 v4l2_queryctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x4fcfa319 v4l2_g_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x502bcc6c __v4l2_ctrl_s_ctrl_compound +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x56c9c015 v4l2_g_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x5830a470 v4l2_ctrl_handler_setup +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x5efde0c9 v4l2_ctrl_new_std +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x6453acfd __v4l2_ctrl_s_ctrl_int64 +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x65a1ffc1 v4l2_ctrl_subdev_subscribe_event +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x6fd05d0a v4l2_ctrl_new_custom +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x76576d97 __v4l2_ctrl_modify_range +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x790db301 video_device_alloc +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x7aacacf8 v4l2_query_ext_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x80be3679 v4l2_ctrl_handler_free +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x8106095a v4l2_prio_max +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x844baab2 v4l2_ctrl_type_op_validate +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x8451e135 v4l2_ctrl_subdev_log_status +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x87388854 v4l2_ctrl_activate +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x89e3897d v4l2_ctrl_query_fill +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x91aace62 v4l2_try_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x92efc66e v4l2_ctrl_sub_ev_ops +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x9502d2c6 v4l2_querymenu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x98031f33 v4l2_ctrl_new_int_menu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x99acd3cb video_unregister_device +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x9c1ba91e __v4l2_ctrl_grab +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x9f5de23f v4l2_ctrl_new_std_menu_items +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xa2ac70e0 video_ioctl2 +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xa3a67239 v4l2_s_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xa4adbeab v4l2_ctrl_auto_cluster +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xaedb4ae0 v4l2_ctrl_fill +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xb4e4301a __video_register_device +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xb77b0159 v4l2_prio_init +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xbc5671dc v4l_printk_ioctl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xcc389ac3 __v4l2_ctrl_s_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xcda04a5b v4l2_prio_close +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xd0f9c0e7 v4l2_subdev_init +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xd16d9c01 v4l2_ctrl_get_int_menu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xd4b9a1cb v4l2_ctrl_type_op_log +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xd4bf31f8 __v4l2_ctrl_modify_dimensions +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xe18ccfb9 v4l2_ctrl_g_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xe2ac11a7 v4l2_ctrl_g_ctrl_int64 +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xe2b3ac43 video_devdata +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xe2b92059 v4l2_video_std_construct +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xe59d04f0 v4l2_s_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xf0af1adb v4l2_ctrl_radio_filter +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xf28d8e93 v4l2_ctrl_new_std_menu +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 0xf66178e4 v4l2_ctrl_handler_log_status +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xfc6d6c12 v4l2_ctrl_request_complete +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xfd5728b3 v4l2_ctrl_new_std_compound +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xfe9fcd72 v4l2_subdev_call_wrappers +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xfec55994 v4l2_ctrl_log_status +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xff3c7514 v4l2_ctrl_type_op_init +EXPORT_SYMBOL drivers/memory/renesas-rpc-if 0x1c9a4089 rpcif_prepare +EXPORT_SYMBOL drivers/memory/renesas-rpc-if 0x57f401e5 rpcif_hw_init +EXPORT_SYMBOL drivers/memory/renesas-rpc-if 0x58ed79fa rpcif_dirmap_read +EXPORT_SYMBOL drivers/memory/renesas-rpc-if 0x915bd179 rpcif_sw_init +EXPORT_SYMBOL drivers/memory/renesas-rpc-if 0xa9e9ff57 rpcif_manual_xfer +EXPORT_SYMBOL drivers/memstick/core/memstick 0x13626478 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 0x3c222bad memstick_remove_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0x44e280f1 memstick_add_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0x54668588 memstick_set_rw_addr +EXPORT_SYMBOL drivers/memstick/core/memstick 0x59f1a674 memstick_register_driver +EXPORT_SYMBOL drivers/memstick/core/memstick 0x5ac23995 memstick_unregister_driver +EXPORT_SYMBOL drivers/memstick/core/memstick 0x60cb6763 memstick_suspend_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0x86265a7f memstick_detect_change +EXPORT_SYMBOL drivers/memstick/core/memstick 0x9730a32e memstick_next_req +EXPORT_SYMBOL drivers/memstick/core/memstick 0xa49f123c memstick_new_req +EXPORT_SYMBOL drivers/memstick/core/memstick 0xda46b124 memstick_free_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0xfc6203ec memstick_alloc_host +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x0fc1110e mpt_Soft_Hard_ResetHandler +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x1b4163de mpt_config +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x256bdaa6 mpt_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x288127df mpt_alloc_fw_memory +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x2d454c0b mpt_raid_phys_disk_get_num_paths +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x2edd0bb5 mpt_attach +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x3ae7a73d mpt_get_msg_frame +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x43a64c95 mpt_detach +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x463f1376 mpt_reset_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x502108d0 mpt_fwfault_debug +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x5bae642d mpt_GetIocState +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x5cb473e3 mptbase_sas_persist_operation +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x606cae77 mpt_verify_adapter +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x610b257e mpt_reset_deregister +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x6c8a0f14 mpt_resume +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x6ddf2266 mpt_halt_firmware +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x6e7b7101 mpt_put_msg_frame_hi_pri +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x721c41f9 mpt_suspend +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x74a0134a mpt_device_driver_deregister +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x7b7f7008 mpt_raid_phys_disk_pg1 +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x7f95a7f0 mpt_clear_taskmgmt_in_progress_flag +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x830fb35e mpt_raid_phys_disk_pg0 +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x930ac7ce mpt_set_taskmgmt_in_progress_flag +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x93a686a1 mpt_event_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x981efe92 mpt_deregister +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xb0b4358d mpt_free_fw_memory +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xb1addd19 mpt_send_handshake_request +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xc291d8f2 mpt_put_msg_frame +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xcf628bf1 mpt_print_ioc_summary +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xd10637c4 mpt_HardResetHandler +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xd662f842 mpt_device_driver_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xdd805159 ioc_list +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xdde74270 mpt_free_msg_frame +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xe6c1e126 mpt_event_deregister +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xf943db1f mpt_findImVolumes +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x099052f8 mptscsih_slave_destroy +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x0a70f2c2 mptscsih_get_scsi_lookup +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x0c2d42ae mptscsih_is_phys_disk +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x11e4b341 mptscsih_taskmgmt_complete +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x158204e7 mptscsih_show_info +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x19f55eb0 mptscsih_slave_configure +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x2003a8c0 mptscsih_raid_id_to_num +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x293ea836 mptscsih_abort +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x31f7c156 mptscsih_host_attr_groups +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x3ae13dc9 mptscsih_scandv_complete +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x419b460f mptscsih_qcmd +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x43c864bc mptscsih_remove +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x5780819c mptscsih_change_queue_depth +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x636cfa8a mptscsih_suspend +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x68843854 mptscsih_shutdown +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x755d76f6 mptscsih_bus_reset +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x7816b1cb mptscsih_event_process +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x92b2956c mptscsih_dev_reset +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x9d29dea9 mptscsih_host_reset +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xa6c8fada mptscsih_io_done +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xd3f41671 mptscsih_IssueTaskMgmt +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xdc39da67 mptscsih_info +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xdf3ce34f mptscsih_resume +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xe07dd896 mptscsih_flush_running_cmds +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xf410fa6a mptscsih_bios_param +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xf76fb16c mptscsih_ioc_reset +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xff367660 mptscsih_taskmgmt_response_code +EXPORT_SYMBOL drivers/mfd/axp20x 0x075ae45a axp20x_match_device +EXPORT_SYMBOL drivers/mfd/axp20x 0x969e1909 axp20x_device_probe +EXPORT_SYMBOL drivers/mfd/axp20x 0xe21d76e2 axp20x_device_remove +EXPORT_SYMBOL drivers/mfd/dln2 0x6d0ea43b dln2_register_event_cb +EXPORT_SYMBOL drivers/mfd/dln2 0x83f5ff58 dln2_unregister_event_cb +EXPORT_SYMBOL drivers/mfd/dln2 0xc642cbf9 dln2_transfer +EXPORT_SYMBOL drivers/mfd/htc-pasic3 0x6316134e pasic3_read_register +EXPORT_SYMBOL drivers/mfd/htc-pasic3 0xf69d303a pasic3_write_register +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x13aaab20 mc13xxx_unlock +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x2211441a mc13xxx_reg_write +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x616d8d94 mc13xxx_get_flags +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x8a8ad209 mc13xxx_irq_status +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xa0dfdc32 mc13xxx_reg_read +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xa933f1f2 mc13xxx_reg_rmw +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xafc55e63 mc13xxx_irq_free +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xb2acd164 mc13xxx_lock +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xbba46ed8 mc13xxx_irq_mask +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xcb2b0715 mc13xxx_irq_request +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xfd90f286 mc13xxx_irq_unmask +EXPORT_SYMBOL drivers/mfd/qcom-spmi-pmic 0x8b42bd17 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 0x0af34d28 wm8994_regmap_config +EXPORT_SYMBOL drivers/mfd/wm8994 0x38c9f6b1 wm8958_regmap_config +EXPORT_SYMBOL drivers/mfd/wm8994 0x6d61648e wm8994_irq_init +EXPORT_SYMBOL drivers/mfd/wm8994 0xa7abf49c wm1811_regmap_config +EXPORT_SYMBOL drivers/mfd/wm8994 0xb37f65a6 wm8994_base_regmap_config +EXPORT_SYMBOL drivers/mfd/wm8994 0xf69a5705 wm8994_irq_exit +EXPORT_SYMBOL drivers/misc/ad525x_dpot 0xe023f3d3 ad_dpot_remove +EXPORT_SYMBOL drivers/misc/ad525x_dpot 0xe613ce0e ad_dpot_probe +EXPORT_SYMBOL drivers/misc/altera-stapl/altera-stapl 0x5bafa76e altera_init +EXPORT_SYMBOL drivers/misc/c2port/core 0x23d2364d c2port_device_register +EXPORT_SYMBOL drivers/misc/c2port/core 0x996b4ebb c2port_device_unregister +EXPORT_SYMBOL drivers/misc/tifm_core 0x0ffb277f tifm_queue_work +EXPORT_SYMBOL drivers/misc/tifm_core 0x24c0cc18 tifm_unregister_driver +EXPORT_SYMBOL drivers/misc/tifm_core 0x3c15bb0c tifm_has_ms_pif +EXPORT_SYMBOL drivers/misc/tifm_core 0x6a843d4f tifm_eject +EXPORT_SYMBOL drivers/misc/tifm_core 0x78187368 tifm_alloc_adapter +EXPORT_SYMBOL drivers/misc/tifm_core 0x799048bf tifm_free_device +EXPORT_SYMBOL drivers/misc/tifm_core 0x90f50eed tifm_map_sg +EXPORT_SYMBOL drivers/misc/tifm_core 0x9139fd32 tifm_free_adapter +EXPORT_SYMBOL drivers/misc/tifm_core 0x913f17cc tifm_add_adapter +EXPORT_SYMBOL drivers/misc/tifm_core 0x92b91558 tifm_alloc_device +EXPORT_SYMBOL drivers/misc/tifm_core 0xa36e9313 tifm_unmap_sg +EXPORT_SYMBOL drivers/misc/tifm_core 0xb9acedc0 tifm_remove_adapter +EXPORT_SYMBOL drivers/misc/tifm_core 0xf81d980f tifm_register_driver +EXPORT_SYMBOL drivers/mmc/host/cqhci 0x1efc90d2 cqhci_irq +EXPORT_SYMBOL drivers/mmc/host/cqhci 0x37f125b7 cqhci_init +EXPORT_SYMBOL drivers/mmc/host/cqhci 0x41526409 cqhci_pltfm_init +EXPORT_SYMBOL drivers/mmc/host/cqhci 0x7cd59d61 cqhci_resume +EXPORT_SYMBOL drivers/mmc/host/cqhci 0xba2c397c cqhci_deactivate +EXPORT_SYMBOL drivers/mmc/host/dw_mmc 0x00b2a065 dw_mci_probe +EXPORT_SYMBOL drivers/mmc/host/dw_mmc 0x5bd4a0e4 dw_mci_runtime_resume +EXPORT_SYMBOL drivers/mmc/host/dw_mmc 0x9bc08bff dw_mci_runtime_suspend +EXPORT_SYMBOL drivers/mmc/host/dw_mmc 0xeaf60f6a dw_mci_remove +EXPORT_SYMBOL drivers/mmc/host/of_mmc_spi 0x15a11848 mmc_spi_get_pdata +EXPORT_SYMBOL drivers/mmc/host/of_mmc_spi 0x2119b643 mmc_spi_put_pdata +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0x31829471 cfi_varsize_frob +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0x609ac2da cfi_send_gen_cmd +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0x71c630c1 cfi_read_pri +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0xb0550ece cfi_merge_status +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0xd797ee0e cfi_fixup +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0xd8d3632a cfi_build_cmd +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0xfcecc1f7 cfi_build_cmd_addr +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0xff9fa623 cfi_udelay +EXPORT_SYMBOL drivers/mtd/chips/chipreg 0x3a6076bf register_mtd_chip_driver +EXPORT_SYMBOL drivers/mtd/chips/chipreg 0x482d4cef map_destroy +EXPORT_SYMBOL drivers/mtd/chips/chipreg 0x4c6896d5 do_map_probe +EXPORT_SYMBOL drivers/mtd/chips/chipreg 0xd9e2c912 unregister_mtd_chip_driver +EXPORT_SYMBOL drivers/mtd/chips/gen_probe 0xde2ea43d mtd_do_chip_probe +EXPORT_SYMBOL drivers/mtd/lpddr/lpddr_cmds 0xf9d10bb7 lpddr_cmdset +EXPORT_SYMBOL drivers/mtd/maps/map_funcs 0x603ebe44 simple_map_init +EXPORT_SYMBOL drivers/mtd/mtd 0x3ba5c26c mtd_concat_destroy +EXPORT_SYMBOL drivers/mtd/mtd 0xd5a07d75 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 0xa6bc3427 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 0x00701b63 nand_ecc_sw_bch_cleanup_ctx +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x02e08f60 nand_ecc_sw_hamming_cleanup_ctx +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x0e77262a nand_ecc_register_on_host_hw_engine +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x0f4fccde nand_ecc_unregister_on_host_hw_engine +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x281b303b nand_ecc_sw_bch_calculate +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x2a377b81 nand_ecc_sw_hamming_correct +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x3aee1db1 nand_ecc_get_sw_engine +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x55a3bd68 nand_ecc_sw_bch_correct +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x6edacbe9 nand_ecc_cleanup_ctx +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x727dc757 nand_ecc_sw_bch_init_ctx +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x7e882224 nand_ecc_prepare_io_req +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x8c586864 of_get_nand_ecc_user_config +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x93f737b4 nand_ecc_sw_hamming_init_ctx +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xb5734b75 nand_ecc_sw_hamming_calculate +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xbfcee0ae nand_ecc_get_on_die_hw_engine +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xcdf28c6c nand_ecc_init_ctx +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xde6ae9aa nand_ecc_put_on_host_hw_engine +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xe119c729 nand_ecc_is_strong_enough +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xe6db989b ecc_sw_hamming_correct +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xe8a3b0b3 nand_ecc_finish_io_req +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xf6878229 nand_ecc_sw_bch_get_engine +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xf86e6eb3 nand_ecc_get_on_host_hw_engine +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xfcaf3ee1 nand_ecc_sw_hamming_get_engine +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xff4351b0 ecc_sw_hamming_calculate +EXPORT_SYMBOL drivers/mtd/nand/onenand/onenand 0x3681cc6d onenand_addr +EXPORT_SYMBOL drivers/mtd/nand/onenand/onenand 0x90be54aa flexonenand_region +EXPORT_SYMBOL drivers/mtd/nand/raw/denali 0x30db096f denali_calc_ecc_bytes +EXPORT_SYMBOL drivers/mtd/nand/raw/denali 0xbc7c8b84 denali_remove +EXPORT_SYMBOL drivers/mtd/nand/raw/denali 0xbd5fcc06 denali_init +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x03aa8104 nand_read_oob_std +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x335e84f5 rawnand_sw_hamming_cleanup +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x46eecbd2 nand_scan_with_ids +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x4b345cdf rawnand_dt_parse_gpio_cs +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x4c9b2e2c nand_write_oob_std +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x6499540c rawnand_sw_bch_cleanup +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x65ecdc81 nand_create_bbt +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x7780342c nand_monolithic_read_page_raw +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x77c02c74 rawnand_sw_bch_correct +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x7f87fdd2 rawnand_sw_hamming_calculate +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x8ecbb3b8 nand_check_erased_ecc_chunk +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0xbabd3ce2 nand_write_page_raw +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0xc093c400 rawnand_sw_bch_init +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0xc6ab1dee nand_get_set_features_notsupp +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0xc708e55f rawnand_sw_hamming_init +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0xc9a0bb72 rawnand_sw_hamming_correct +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0xf1a23e22 nand_monolithic_write_page_raw +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0xfbe6489d nand_read_page_raw +EXPORT_SYMBOL drivers/mtd/nand/raw/omap_elm 0x5a2953d5 elm_config +EXPORT_SYMBOL drivers/mtd/nand/raw/omap_elm 0xa76216d7 elm_decode_bch_error_page +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x1f086ac2 arcnet_send_packet +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x20778165 arc_bcast_proto +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x266b4964 arc_proto_map +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x6534792a arcnet_debug +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x7ba0d4ec arcnet_unregister_proto +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x97fba2fc arcnet_open +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xafd285c8 arc_raw_proto +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xb7642cad arcnet_timeout +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xc48d5859 alloc_arcdev +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xd17bae0e arc_proto_default +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xd6050679 arcnet_close +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xe0c20469 free_arcdev +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xecb730b0 arcnet_interrupt +EXPORT_SYMBOL drivers/net/arcnet/com20020 0x0e308db3 com20020_netdev_ops +EXPORT_SYMBOL drivers/net/arcnet/com20020 0x62a5df09 com20020_found +EXPORT_SYMBOL drivers/net/arcnet/com20020 0x9d584f9d com20020_check +EXPORT_SYMBOL drivers/net/can/ctucanfd/ctucanfd 0xce1571aa ctucan_resume +EXPORT_SYMBOL drivers/net/can/ctucanfd/ctucanfd 0xcfc496f2 ctucan_probe_common +EXPORT_SYMBOL drivers/net/can/ctucanfd/ctucanfd 0xea0dd477 ctucan_suspend +EXPORT_SYMBOL drivers/net/can/dev/can-dev 0x2fd80252 can_eth_ioctl_hwts +EXPORT_SYMBOL drivers/net/can/dev/can-dev 0x81e3845e can_ethtool_op_get_ts_info_hwts +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x0ba99157 b53_br_fast_age +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x1bab16ed b53_eee_init +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x220736e2 b53_get_sset_count +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x24b9a3af b53_phylink_mac_link_up +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x291df0ad b53_vlan_filtering +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x2da484f6 b53_port_event +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x35306967 b53_get_tag_protocol +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x39fff29d b53_vlan_add +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x48c4d087 b53_configure_vlan +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x4b6ad03d b53_br_join +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x6173dfe0 b53_switch_alloc +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x6667d371 b53_fdb_del +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x6a54cf4f b53_mdb_del +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x79ae509d b53_get_ethtool_stats +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x856f3b29 b53_br_set_stp_state +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x87468192 b53_mirror_add +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x8b7adc54 b53_get_ethtool_phy_stats +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x8bc8b7f3 b53_br_flags_pre +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x8d8b56c9 b53_fdb_dump +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x94bf5fde b53_disable_port +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x98db994b b53_enable_port +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xa8185b44 b53_br_leave +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xb0b04f57 b53_get_mac_eee +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xc5749552 b53_mdb_add +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xc79aba48 b53_vlan_del +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xcbe67e83 b53_switch_detect +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xce144741 b53_phylink_mac_config +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xcefbe0b3 b53_set_mac_eee +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xd10d19cf b53_brcm_hdr_setup +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xda80ca7a b53_switch_register +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xdc604516 b53_setup_devlink_resources +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xec1ebdd4 b53_imp_vlan_setup +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xf0effbc6 b53_mirror_del +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xf21180bf b53_eee_enable_set +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xf2c15a22 b53_br_flags +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xf324400f b53_get_strings +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xf43c60c1 b53_phylink_mac_link_down +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xf65b396d b53_fdb_add +EXPORT_SYMBOL drivers/net/dsa/b53/b53_serdes 0x908baefe b53_serdes_phylink_get_caps +EXPORT_SYMBOL drivers/net/dsa/b53/b53_serdes 0xbad39912 b53_serdes_init +EXPORT_SYMBOL drivers/net/dsa/b53/b53_serdes 0xc2c9ec35 b53_serdes_phylink_mac_select_pcs +EXPORT_SYMBOL drivers/net/dsa/b53/b53_serdes 0xe99988f4 b53_serdes_link_set +EXPORT_SYMBOL drivers/net/dsa/lan9303-core 0x04622ce8 lan9303_probe +EXPORT_SYMBOL drivers/net/dsa/lan9303-core 0x292eba5b lan9303_remove +EXPORT_SYMBOL drivers/net/dsa/lan9303-core 0x76ffdd73 lan9303_shutdown +EXPORT_SYMBOL drivers/net/dsa/lan9303-core 0xada83f40 lan9303_register_set +EXPORT_SYMBOL drivers/net/dsa/microchip/ksz_switch 0x137c5031 ksz_switch_register +EXPORT_SYMBOL drivers/net/dsa/microchip/ksz_switch 0xf42ea471 ksz_switch_alloc +EXPORT_SYMBOL drivers/net/dsa/microchip/ksz_switch 0xfdb7cf55 ksz_switch_remove +EXPORT_SYMBOL drivers/net/dsa/vitesse-vsc73xx-core 0x99d242fe vsc73xx_is_addr_valid +EXPORT_SYMBOL drivers/net/dsa/vitesse-vsc73xx-core 0xbcc056c0 vsc73xx_remove +EXPORT_SYMBOL drivers/net/dsa/vitesse-vsc73xx-core 0xd6664dab vsc73xx_probe +EXPORT_SYMBOL drivers/net/dsa/vitesse-vsc73xx-core 0xf1fdfc57 vsc73xx_shutdown +EXPORT_SYMBOL drivers/net/dsa/xrs700x/xrs700x 0x21a34453 xrs700x_switch_shutdown +EXPORT_SYMBOL drivers/net/dsa/xrs700x/xrs700x 0x4784c7a4 xrs700x_switch_register +EXPORT_SYMBOL drivers/net/dsa/xrs700x/xrs700x 0x83b7b667 xrs7003f_info +EXPORT_SYMBOL drivers/net/dsa/xrs700x/xrs700x 0x8972bf7e xrs7004f_info +EXPORT_SYMBOL drivers/net/dsa/xrs700x/xrs700x 0xb17cfc12 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 0xda682118 xrs700x_switch_remove +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x119721ac ei_interrupt +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x3b398389 NS8390_init +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x3b70fc33 __alloc_ei_netdev +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x47cf9ec4 ei_tx_timeout +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x55789386 ei_poll +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x7aec372a ei_close +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x861c44bb ei_set_multicast_list +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x99c6896f ei_get_stats +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0xc2845c61 ei_start_xmit +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0xcd0198b9 ei_open +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0xdb6e7f3e 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 0x3707b4b3 bnxt_ulp_probe +EXPORT_SYMBOL drivers/net/ethernet/broadcom/cnic 0x636af174 cnic_unregister_driver +EXPORT_SYMBOL drivers/net/ethernet/broadcom/cnic 0xd6692902 cnic_register_driver +EXPORT_SYMBOL drivers/net/ethernet/cavium/common/cavium_ptp 0xdde320c2 cavium_ptp_get +EXPORT_SYMBOL drivers/net/ethernet/cavium/common/cavium_ptp 0xdf0b29e5 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 0x1eb3f0db cxgb3_register_client +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x2d7abfb5 cxgb3_unregister_client +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x3f4daa8b cxgb3_ofld_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x50b64e26 t3_l2t_send_event +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x8af07208 cxgb3_alloc_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x8d4a1c92 cxgb3_insert_tid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x9ed91547 cxgb3_queue_tid_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xbe5e411a cxgb3_free_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xc934524d cxgb3_remove_tid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xd8004f70 cxgb3_free_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xdaf34777 t3_l2e_free +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xe05696b2 cxgb3_alloc_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xe5d4d367 dev2t3cdev +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xe6fbdcec t3_l2t_get +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xfad91dc4 t3_register_cpl_handler +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xfe83faca t3_l2t_send_slow +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x09b9f53a cxgb4_bar2_sge_qregs +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x0c7d0b50 cxgb4_l2t_get +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x0d437639 cxgb4_register_uld +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x0f1a5528 cxgb4_unregister_uld +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x12856cfc cxgb4_port_e2cchan +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x131da270 cxgb4_create_server6 +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x17bbad34 cxgb4_free_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x1a2b5eca cxgb4_iscsi_init +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x1be3ee12 cxgb4_clip_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x2afce92a cxgb4_inline_tx_skb +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x2d42d91c cxgb4_get_tcp_stats +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x318a4ea6 cxgb4_port_idx +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x31b199a8 cxgb4_get_srq_entry +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x3202a8e6 cxgb4_l2t_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x50ee5c07 cxgb4_best_aligned_mtu +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x517c51b1 cxgb4_free_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x52a7af24 cxgb4_select_ntuple +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x5b2cf75c cxgb4_update_root_dev_clip +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x5e584e07 cxgb4_clip_get +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x601e132a cxgb4_crypto_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x708e5423 cxgb4_read_tpte +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x710fee76 cxgb4_alloc_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x75743303 cxgb4_port_viid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x7d7b183e cxgb4_ring_tx_db +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x7eafc6ea cxgb4_remove_tid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x7f3a608d cxgb4_ofld_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x8179e49c cxgb4_create_server_filter +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x84fe4130 cxgb4_smt_alloc_switching +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x86879767 cxgb4_dbfifo_count +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x872ba133 cxgb4_port_chan +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x8b6bd00f cxgb4_map_skb +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x8ff31682 cxgb4_write_sgl +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x9c1fda23 cxgb4_check_l2t_valid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xa8db193f cxgb4_smt_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xa90657b2 cxgb4_flush_eq_cache +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xa9fc6d3b cxgb4_alloc_sftid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xad0d76d2 cxgb4_l2t_alloc_switching +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xb54fa4db cxgb4_pktgl_to_skb +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xb94fcec3 cxgb4_reclaim_completed_tx +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xb9beba3b cxgb4_create_server +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xbdd13c3e cxgb4_remove_server_filter +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xc7192e92 cxgb4_immdata_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xd69a0294 cxgb4_best_mtu +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xdfab7968 cxgb4_read_sge_timestamp +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xe147f472 cxgb4_write_partial_sgl +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xe6de0ec6 cxgb4_remove_server +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xec9d5253 cxgb4_l2t_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xf510e2d7 cxgb4_alloc_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xfc7d5b95 t4_cleanup_clip_tbl +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xfe4191f3 cxgb4_sync_txq_pidx +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0x1bdaafe1 cxgbi_tagmask_set +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0x255ab30f cxgb_get_4tuple +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0x286a07cf cxgb_find_route +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0x511b7317 cxgbi_ppm_init +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0x7bc7eafd cxgbi_ppm_ppods_reserve +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0x81be8a87 cxgb_find_route6 +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0x94537d0d cxgbi_ppm_ppod_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0xa8b6f1d9 cxgbi_ppm_make_ppod_hdr +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0xbc827c0e cxgbi_ppm_release +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x26a75a18 vnic_dev_get_res +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x56f4ac9d enic_api_devcmd_proxy_by_index +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x7c9d1c9e vnic_dev_register +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0xe3cde427 vnic_dev_get_pdev +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0xf43a7022 vnic_dev_get_res_count +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0xfa47989c vnic_dev_unregister +EXPORT_SYMBOL drivers/net/ethernet/emulex/benet/be2net 0x314c8494 be_roce_register_driver +EXPORT_SYMBOL drivers/net/ethernet/emulex/benet/be2net 0x4e2e10d2 be_roce_mcc_cmd +EXPORT_SYMBOL drivers/net/ethernet/emulex/benet/be2net 0xafe5f236 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 0x91861787 dpaa2_ptp +EXPORT_SYMBOL drivers/net/ethernet/freescale/enetc/fsl-enetc-ierb 0xbf513897 enetc_ierb_register_pf +EXPORT_SYMBOL drivers/net/ethernet/freescale/enetc/fsl-enetc-ptp 0x5431a304 enetc_phc_index +EXPORT_SYMBOL drivers/net/ethernet/fungible/funcore/funcore 0x59f193e5 fun_dev_enable +EXPORT_SYMBOL drivers/net/ethernet/fungible/funcore/funcore 0xb4b630ba fun_release_irqs +EXPORT_SYMBOL drivers/net/ethernet/fungible/funcore/funcore 0xbf4850d6 fun_dev_disable +EXPORT_SYMBOL drivers/net/ethernet/fungible/funcore/funcore 0xe85152ac fun_reserve_irqs +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns/hnae 0x0d3d662f hnae_put_handle +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns/hnae 0x441da679 hnae_get_handle +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns/hnae 0x80974376 hnae_ae_unregister +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns/hnae 0x9d077df1 hnae_reinit_handle +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns/hnae 0xb1266858 hnae_register_notifier +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns/hnae 0xc53b2e1d hnae_ae_register +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns/hnae 0xdf24adef hnae_unregister_notifier +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns/hns_dsaf 0xf40770a7 hns_dsaf_roce_reset +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns3/hnae3 0x1c73dcb1 hnae3_unregister_ae_algo_prepare +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns3/hnae3 0x4bb01077 hnae3_register_ae_algo +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns3/hnae3 0x810c0d39 hnae3_register_ae_dev +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns3/hnae3 0x8df7f077 hnae3_unregister_ae_dev +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns3/hnae3 0x92546f90 hnae3_register_client +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns3/hnae3 0x9eaf92de hnae3_unregister_client +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns3/hnae3 0x9eb5c027 hnae3_set_client_init_flag +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns3/hnae3 0xcea3f10e hnae3_unregister_ae_algo +EXPORT_SYMBOL drivers/net/ethernet/intel/iavf/iavf 0x35902499 iavf_register_client +EXPORT_SYMBOL drivers/net/ethernet/intel/iavf/iavf 0x60a8c94f 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 0x22be666b otx2_mbox_alloc_msg_rsp +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0x2e8626ee otx2_mbox_busy_poll_for_rsp +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0x2f91c6bb __otx2_mbox_reset +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0x330ce509 otx2_mbox_regions_init +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 0x3c7c0fe4 otx2_mbox_reset +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0x3d2e733d otx2_mbox_nonempty +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0x49286d3c __tracepoint_otx2_msg_alloc +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0x4d90631b __tracepoint_otx2_msg_interrupt +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0x57b2dc4d 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 0x703b0340 otx2_mbox_wait_for_rsp +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0x7e5a60a6 otx2_mbox_destroy +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0x87ce9976 __traceiter_otx2_msg_interrupt +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0x8a5b7e56 otx2_mbox_check_rsp_msgs +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0x8f772a3f otx2_mbox_id2name +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0x9076328a otx2_mbox_msg_send +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0x9a755ba5 otx2_mbox_get_rsp +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0xb150b38c __tracepoint_otx2_msg_process +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0xbab21306 __traceiter_otx2_msg_alloc +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0xbbda176d __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 0xf090fa74 otx2_mbox_init +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x07d89343 otx2_get_mac_from_af +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x0c4f57e5 otx2_config_pause_frm +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x172a894a otx2_stop +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x17fe5733 otx2_set_real_num_queues +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x1df90fd6 otx2vf_set_ethtool_ops +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x26bfbb30 otx2_shutdown_tc +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x2723921f otx2_set_mac_address +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x3b1d27f6 mbox_handler_nix_bp_enable +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x3e11e18c otx2vf_mcam_flow_init +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x48bbc45f otx2_init_tc +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x585e5cf8 otx2_smq_flush +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x64232d5a otx2_ioctl +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x6b53a76e otx2_config_hwtstamp +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x7798ae48 otx2_tx_timeout +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x82b05291 mbox_handler_msix_offset +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x84e15aec otx2_get_maxflows +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x89b93358 otx2_nix_config_bp +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x8e4af7af otx2_tc_alloc_ent_bitmap +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x9ccc65e5 otx2_mbox_up_handler_mcs_intr_notify +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x9d5e1a87 otx2_get_max_mtu +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0xaed607f7 mbox_handler_nix_lf_alloc +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0xb009da95 otx2_open +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0xb034317a otx2_mcam_flow_del +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0xb29cd15c otx2_handle_ntuple_tc_features +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0xc6c8922e otx2_mbox_up_handler_cgx_link_event +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0xc6f1e5fc otx2_setup_tc +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0xc7d65320 mbox_handler_npa_lf_alloc +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0xcfcfede4 mbox_handler_nix_txsch_alloc +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0xdc723bd4 otx2_get_stats64 +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0xdd9706dc otx2_alloc_mcam_entries +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0xe394da03 otx2_attach_npa_nix +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0xe7c08830 otx2_sq_append_skb +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0xef1eb0eb cn10k_lmtst_init +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0xf7cd6a56 otx2_detach_resources +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0xfb4e4d1b otx2_txschq_config +EXPORT_SYMBOL drivers/net/ethernet/marvell/prestera/prestera 0x47105e5b prestera_device_register +EXPORT_SYMBOL drivers/net/ethernet/marvell/prestera/prestera 0xcd0903e3 prestera_device_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x06d95543 mlx4_sync_pkey_table +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x09579a3b mlx4_gen_slaves_port_mgt_ev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x125111d5 mlx4_gen_pkey_eqe +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1f370470 mlx4_SET_PORT_SCHEDULER +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x251a994d mlx4_ALLOCATE_VPP_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2c9ae3ae mlx4_release_eq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3310edc2 mlx4_eq_get_irq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3cfff186 mlx4_SET_VPORT_QOS_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5ab91a00 mlx4_tunnel_steer_add +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x76c4126d get_phv_bit +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x79586c07 mlx4_is_eq_vector_valid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7d971645 mlx4_get_cpu_rmap +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 0x83a712d9 mlx4_test_interrupt +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x84065c27 mlx4_max_tc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x88434cc3 mlx4_SET_PORT_user_mtu +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8de2ced0 mlx4_ALLOCATE_VPP_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x948976dd mlx4_is_slave_active +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x94d48e5f set_and_calc_slave_port_state +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x998b6ada mlx4_get_slave_pkey_gid_tbl_len +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9ff3a61e mlx4_SET_PORT_qpn_calc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa34d27bf mlx4_SET_PORT_VXLAN +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa942990b mlx4_get_slave_from_roce_gid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xabe9a2c6 mlx4_put_slave_node_guid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xadd34d82 set_phv_bit +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb5f50b1e mlx4_SET_PORT_PRIO2TC +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xbdaf8b19 mlx4_SET_PORT_fcs_check +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xbfaadb4b mlx4_test_async +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc110536a mlx4_SET_MCAST_FLTR +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc94a93ac mlx4_get_parav_qkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xca096dca mlx4_get_module_info +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xcbd68bda mlx4_get_slave_port_state +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xcccf1042 mlx4_gen_guid_change_eqe +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd2863c84 mlx4_get_eqs_per_port +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd6554072 mlx4_is_eq_shared +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd7dab346 mlx4_query_diag_counters +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xdd333fa3 mlx4_get_roce_gid_from_slave +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xdfc28f38 mlx4_SET_VPORT_QOS_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe52356fb mlx4_get_slave_node_guid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xea58e4a6 mlx4_get_is_vlan_offload_disabled +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xee0af664 mlx4_SET_PORT_BEACON +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf31d5c13 mlx4_SET_PORT_user_mac +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xfb8bdbc2 mlx4_SET_PORT_general +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xfcf473dd mlx4_assign_eq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xfd4489f3 mlx4_gen_port_state_change_eqe +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x00abe8d4 mlx5_core_modify_sq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x013219a9 mlx5_modify_header_dealloc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x08dd9674 mlx5_alloc_bfreg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x09330e6d mlx5_lag_query_cong_counters +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0ca33342 mlx5_lag_is_sriov +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0ffbe556 mlx5_cmd_init_async_ctx +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x11441190 mlx5_lag_get_roce_netdev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x130a231d mlx5_mpfs_del_mac +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x13d565c7 mlx5_del_flow_rules +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x16e3f6f3 mlx5_eswitch_reg_c1_loopback_enabled +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x172b850e mlx5_eswitch_get_vport_metadata_for_match +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x18e69d15 mlx5_comp_vectors_count +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x19f1f008 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 0x1d1b24d0 mlx5_core_destroy_mkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1e38486c __tracepoint_mlx5_fs_add_ft +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1f50fb09 mlx5_free_bfreg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x213ada8a mlx5_fs_remove_rx_underlay_qpn +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2230a4f7 mlx5_eq_enable +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x22369ae8 mlx5_vf_put_core_dev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x22bce683 __tracepoint_mlx5_fs_del_fte +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x23bb3f50 mlx5_create_flow_table +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x266a76d9 mlx5_core_create_mkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x280a84ae mlx5_core_alloc_transport_domain +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x285d7978 mlx5_rl_add_rate_raw +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2ab62660 mlx5_core_dealloc_pd +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2f913eda mlx5_eq_update_ci +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x31b861b9 __traceiter_mlx5_fs_del_fte +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x32fc77d1 __tracepoint_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 0x34b2b02d mlx5_eswitch_get_encap_mode +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x370eac0d mlx5_core_modify_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x385a037c mlx5_get_uars_page +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3872326f mlx5_modify_header_alloc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x39d19ec7 mlx5_cmd_destroy_vport_lag +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3b4bac1f mlx5_fpga_sbu_conn_destroy +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3be02103 mlx5_core_modify_cq_moderation +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3e7b0204 mlx5_eq_disable +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3fd21126 mlx5_core_create_tir +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x406d17c5 mlx5_core_attach_mcg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x40a6a2d4 mlx5_core_destroy_rqt +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x41457b0d mlx5_core_query_vendor_id +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x42ab02ff mlx5_query_ib_port_oper +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4b56cd9e mlx5_add_flow_rules +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 0x4dd7532a mlx5_eswitch_get_proto_dev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4e05556b mlx5_core_query_rq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x529b653f mlx5_eswitch_uplink_get_proto_dev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5403730d mlx5_sriov_blocking_notifier_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x54f821cb mlx5_core_destroy_tir +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 0x5a55df3c mlx5_eswitch_vport_rep +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5a5807dc mlx5_core_destroy_psv +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 0x5c7238a6 mlx5_core_create_tis +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5fa53c28 mlx5_core_dealloc_transport_domain +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 0x644479a9 mlx5_debug_qp_add +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6482eeea __traceiter_mlx5_fs_del_rule +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x660e8087 mlx5_qp_debugfs_init +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x696a8cae mlx5_packet_reformat_dealloc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x69e9cde5 mlx5_vector2eqn +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6a18945c mlx5_eq_notifier_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6bf06856 mlx5_rsc_dump_cmd_create +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6e778746 mlx5_cmd_exec +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6eb6332b mlx5_cmd_cleanup_async_ctx +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6f06029f mlx5_rl_is_in_range +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7226c45f mlx5_core_destroy_cq +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 0x75059959 __traceiter_mlx5_fw +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x75dc7b92 mlx5_cmd_out_err +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x78e9a97b mlx5_core_detach_mcg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x78f35340 mlx5_fpga_sbu_conn_create +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7920b245 mlx5_eswitch_vport_match_metadata_enabled +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 0x7ecbe12a mlx5_cmd_do +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7fd709fe __tracepoint_mlx5_fs_add_fg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x831f915d mlx5_core_destroy_tis +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x84a5ddb6 mlx5_cmd_exec_polling +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x85c0785a mlx5_lag_is_shared_fdb +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x872e7c67 __tracepoint_mlx5_fs_add_rule +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x879d0026 mlx5_notifier_register +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 0x89c15dd6 mlx5_fc_destroy +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8ae26b93 mlx5_core_destroy_rq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8d7dcf42 mlx5_notifier_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8f41c9f3 mlx5_core_modify_tis +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x91af18c1 mlx5_fc_query +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x91f7f08a mlx5_debugfs_root +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9365212c mlx5_get_fdb_sub_ns +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x94a40cf3 mlx5_eswitch_get_vport_metadata_for_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x96eb2c99 mlx5_fc_id +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9768796f mlx5_core_create_rq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x999cf5f4 mlx5_vf_get_core_dev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9a36d7a9 __traceiter_mlx5_fs_set_fte +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9a414391 mlx5_rsc_dump_next +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9d6135dc __SCK__tp_func_mlx5_fs_del_ft +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa4061c06 mlx5_fpga_get_sbu_caps +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa50f9618 mlx5_put_uars_page +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa58aedbc mlx5_fpga_sbu_conn_sendmsg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa6db3334 mlx5_eswitch_register_vport_reps +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa6eeb1c9 mlx5_core_modify_rq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa6f5c40e mlx5_comp_irq_get_affinity_mask +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 0xaac0150a mlx5_nic_vport_disable_roce +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 0xad79f0e8 mlx5_lag_get_peer_mdev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xaef747d7 mlx5_qp_debugfs_cleanup +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 0xb312036d mlx5_get_flow_namespace +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb5437cca mlx5_core_create_rqt +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb72cffaf __tracepoint_mlx5_fs_del_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 0xba93356c mlx5_fc_create +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xbb01667e mlx5_lag_mode_is_hash +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xbb475e47 __tracepoint_mlx5_fs_set_fte +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xbf6f77b4 mlx5_lag_is_master +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc0ff523f mlx5_eq_destroy_generic +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc9308d3c mlx5_debugfs_get_dev_root +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc945e7d1 mlx5_cmd_create_vport_lag +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 0xcde07dcd mlx5_sriov_blocking_notifier_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xce010adc mlx5_rl_remove_rate_raw +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xce68b10c mlx5_core_create_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd015bba4 __traceiter_mlx5_fs_add_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 0xd062bc77 mlx5_lag_is_roce +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd1831976 mlx5_rdma_rn_get_params +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd27f589e mlx5_fs_add_rx_underlay_qpn +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd2da1d92 mlx5_rl_add_rate +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd3127ee9 mlx5_eq_get_eqe +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd38c7d21 mlx5_eq_create_generic +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd3b595ab mlx5_fpga_mem_write +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd6adc566 mlx5_lag_get_num_ports +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd6c3be3d __tracepoint_mlx5_fs_del_fg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd7d162be mlx5_is_roce_on +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xda78dc39 mlx5_eswitch_get_core_dev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xda9ee250 mlx5_core_alloc_pd +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xdb4c26b5 mlx5_mpfs_add_mac +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xdde578bd mlx5_debug_qp_remove +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xde0dd7f1 mlx5_eswitch_unregister_vport_reps +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xdf406e11 mlx5_eswitch_add_send_to_vport_rule +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe13050cc mlx5_lag_is_active +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe1365b03 mlx5_core_roce_gid_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe3d20b7d mlx5_core_create_psv +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe4e09c2b __tracepoint_mlx5_fw +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe5ad0cad mlx5_create_lag_demux_flow_table +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe8400c76 mlx5_core_query_sq +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 0xed1c6906 mlx5_rl_remove_rate +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xeed09a8f mlx5_core_query_mkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xefa43358 mlx5_lag_get_slave_port +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xefc3546a mlx5_cmd_exec_cb +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf24ede07 mlx5_packet_reformat_alloc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf3bd152e mlx5_cmd_check +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf66c5cac mlx5_core_query_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf6db7b00 mlx5_create_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf88d57b1 __SCK__tp_func_mlx5_fs_add_rule +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xfc8e744e __SCK__tp_func_mlx5_fs_del_fg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xfda7fe1c mlx5_eq_notifier_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxfw/mlxfw 0xc4d702d9 mlxfw_firmware_flash +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x0137f952 mlxsw_afk_values_add_buf +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 0x0ae10bd4 mlxsw_core_trap_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x0ca34ccf mlxsw_core_max_ports +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x0d0129fc mlxsw_afa_block_append_qos_ecn +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x0e81c09c mlxsw_afk_destroy +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x0f4a209d mlxsw_core_read_utc_sec +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x14d6ca2e mlxsw_env_set_module_power_mode +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x14e17bb4 mlxsw_linecards_event_ops_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x15801382 mlxsw_afk_key_info_put +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x16f4221d mlxsw_core_irq_event_handler_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x19fa5852 mlxsw_core_flush_owq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x1cb8f858 mlxsw_reg_trans_query +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x202693f0 mlxsw_afa_block_cur_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x23eddc68 mlxsw_core_cpu_port_init +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 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 0x3631971c mlxsw_core_skb_receive +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x383bc49a mlxsw_afa_block_append_qos_dscp +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x386fbee9 mlxsw_afa_create +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 0x46b64bea mlxsw_afa_block_append_mirror +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 0x54fc95f9 mlxsw_core_port_devlink_port_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x56245025 mlxsw_core_traps_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x5a939205 mlxsw_afk_values_add_u32 +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 0x6456c119 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 0x65e16da4 mlxsw_afk_key_info_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x6929f2b4 mlxsw_env_module_port_map +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x6a6e02d5 mlxsw_core_bus_device_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x718d28f4 mlxsw_afa_block_append_vlan_modify +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x749556a2 mlxsw_afk_key_info_subset +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x75339042 mlxsw_core_lag_mapping_clear +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x77d83398 mlxsw_core_read_frc_l +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x79fe1118 mlxsw_core_trap_state_set +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 0x7eb4fa00 mlxsw_core_skb_transmit +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 0x88684822 mlxsw_env_reset_module +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x902c3533 mlxsw_core_schedule_dw +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x9167f239 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 0x9e41f494 mlxsw_afk_encode +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xa01db122 mlxsw_core_trap_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xa509fafd mlxsw_afa_block_append_counter +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xa72ee93e mlxsw_core_driver_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xa7765e88 mlxsw_reg_query +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xa8e2509a mlxsw_afa_block_append_sampler +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xac1074a5 mlxsw_core_skb_transmit_busy +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 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 0xba05b3b0 mlxsw_core_emad_string_tlv_enable +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xbc222a8d mlxsw_afk_clear +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xbcac1869 mlxsw_core_rx_listener_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xbda212df mlxsw_core_irq_event_handlers_call +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xbfb7df3c mlxsw_core_driver_priv +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xc31fbb6a mlxsw_core_res_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xc4bb779d mlxsw_core_port_netdev_link +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xc5eacafe mlxsw_afa_block_append_l4port +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 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 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 0xdeab0691 mlxsw_afk_create +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 0xdeba7b73 mlxsw_env_get_module_eeprom +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 0xf9f318a1 mlxsw_core_rx_listener_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xfa70c58e mlxsw_core_traps_register +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_core 0xff8c246f mlxsw_core_ptp_transmitted +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_i2c 0x0bbb8f74 mlxsw_i2c_driver_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_i2c 0x196b06d5 mlxsw_i2c_driver_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_pci 0x2160c49f mlxsw_pci_driver_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_pci 0x8fdf2dbf mlxsw_pci_driver_register +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x0197cc07 ocelot_xtr_poll_frame +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x05900ff9 ocelot_set_ageing_time +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x06c73460 ocelot_port_lag_change +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x08f6712b ocelot_mrp_del +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x09d4c771 ocelot_port_bridge_flags +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x0a5f2987 ocelot_port_policer_del +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x0b74196a ocelot_sb_occ_port_pool_get +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x0c5c6bb5 ocelot_policer_validate +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x0e0294b4 ocelot_mrp_add_ring_role +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x0fe0575e ocelot_get_strings +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x11584755 ocelot_devlink_sb_unregister +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x1508696c ocelot_ptp_rx_timestamp +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x15766d29 ocelot_deinit_port +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x15a8ad39 ocelot_devlink_sb_register +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x16adee86 ocelot_port_pre_bridge_flags +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x18b38829 ocelot_port_bridge_join +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x19453204 vsc7514_vcap_is1_keys +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x1d7b557e ocelot_deinit_timestamp +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x1ed68fc3 ocelot_sb_port_pool_get +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x20d88c5d ocelot_port_mdb_del +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x2560487f ocelot_port_inject_frame +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x26ceee19 ocelot_hwstamp_set +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x28f1c16e ocelot_ptp_adjfine +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 0x31438c6e ocelot_get_ts_info +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x3687a255 ocelot_mact_learn_streamdata +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x3a7c1bc7 ocelot_sb_tc_pool_bind_get +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x3b2de7ba ocelot_vlan_prepare +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x418d533a ocelot_ptp_enable +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x4271543f vsc7514_vcap_es0_keys +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x434010c3 ocelot_deinit +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x442d7d81 ocelot_vlan_del +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x45fe868e ocelot_port_lag_join +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x4e6e410f ocelot_vlan_add +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x4e7870c6 ocelot_port_txtstamp_request +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x504a7148 ocelot_sb_occ_snapshot +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x5524302d ocelot_port_vlan_filtering +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x5aa36e8b ocelot_fdb_del +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x632c3618 ocelot_can_inject +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x64faef15 ocelot_vcap_filter_del +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x69ef9a15 ocelot_fdb_add +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x6dd7e97b ocelot_port_get_stats64 +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x72e7a760 ocelot_init_port +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x78217a1a ocelot_mrp_add +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x79800031 ocelot_fdb_dump +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x7a030794 ocelot_init_timestamp +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x7adf333f ocelot_drain_cpu_queue +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x7c749c47 ocelot_vcap_policer_add +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x7e99f515 ocelot_sb_tc_pool_bind_set +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x80a75405 vsc7514_vcap_is2_keys +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x8477c11e ocelot_mrp_del_ring_role +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x90cbb220 vsc7514_vcap_is2_actions +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x912521b8 ocelot_sb_port_pool_set +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x9245b955 ocelot_sb_pool_set +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x9381969d vsc7514_ana_regmap +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x949418be ocelot_mact_lookup +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x954fe0fd ocelot_get_sset_count +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x9c7eda83 ocelot_port_lag_leave +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x9d442141 vsc7514_rew_regmap +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xa8413d7e vsc7514_sys_regmap +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xa842b3be ocelot_sb_pool_get +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xaaf99b21 ocelot_hwstamp_get +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xb30c4b92 vsc7514_ptp_regmap +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xb46db148 ocelot_sb_occ_max_clear +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xb9dfbb5d ocelot_ptp_verify +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xbba17367 vsc7514_qsys_regmap +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xbbf30a7a ocelot_vcap_policer_del +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xbd1309cf ocelot_mact_learn +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xbd350840 ocelot_get_txtstamp +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xbf48ddc1 vsc7514_qs_regmap +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xc1d4519f ocelot_bridge_stp_state_set +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xc32a6abe ocelot_port_policer_add +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xc856546a ocelot_ptp_settime64 +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xca777f2e ocelot_port_set_maxlen +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xcd4c9ce3 ocelot_init +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xceed5e7e vsc7514_dev_gmii_regmap +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 0xd319cefc ocelot_port_mdb_add +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xd687a545 vsc7514_vcap_es0_actions +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xd7afe327 ocelot_sb_occ_tc_port_bind_get +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xdc0f622b ocelot_get_max_mtu +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xdd743988 ocelot_ptp_adjtime +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xe0ae048f ocelot_get_ethtool_stats +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xe54ca353 ocelot_ptp_gettime64 +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xe759c347 ocelot_port_bridge_leave +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xea1b5ac9 vsc7514_vcap_regmap +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xeb05bff7 ocelot_vcap_filter_replace +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xecaa97fb vsc7514_vcap_is1_actions +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xf7d56189 ocelot_mact_forget +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xff939a75 ocelot_vcap_filter_add +EXPORT_SYMBOL drivers/net/ethernet/qlogic/qed/qed 0x0064f696 qed_get_iscsi_ops +EXPORT_SYMBOL drivers/net/ethernet/qlogic/qed/qed 0x3b7e9456 qed_get_rdma_ops +EXPORT_SYMBOL drivers/net/ethernet/qlogic/qed/qed 0x4f264472 qed_put_iscsi_ops +EXPORT_SYMBOL drivers/net/ethernet/qlogic/qed/qed 0x598c9faa 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 0x9a2ccd46 qed_get_fcoe_ops +EXPORT_SYMBOL drivers/net/ethernet/qlogic/qed/qed 0x9eeeef48 qed_put_eth_ops +EXPORT_SYMBOL drivers/net/ethernet/qlogic/qede/qede 0xeeee5cb9 qede_rdma_register_driver +EXPORT_SYMBOL drivers/net/ethernet/qlogic/qede/qede 0xf2bb1ec4 qede_rdma_unregister_driver +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x0e0d6c9f wx_clear_rar +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x10735a9c wx_sw_init +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x1b1be38a wx_read_ee_hostif +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x277f3a86 wx_init_rx_addrs +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x33a8e15c wx_mng_present +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x34912410 wx_host_interface_command +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x48b9fc6b wx_set_rar +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x51b41221 wx_disable_rx +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x8382ca59 wx_control_hw +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x8453690e wx_get_mac_addr +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x86987abf wx_get_pcie_msix_counts +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x9c325415 wx_init_eeprom_params +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xa84efd4d wx_stop_adapter +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xb4fdb54f wx_read_ee_hostif_buffer +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xb5d418d4 wx_check_flash_load +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xc491974a wx_disable_pcie_master +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xd4f633a6 wx_reset_hostif +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xec0171df wx_reset_misc +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0x0d416daf hdlcdrv_unregister +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0x555642b9 hdlcdrv_transmitter +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0xa37fe224 hdlcdrv_register +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0xf4ae7de5 hdlcdrv_arbitrate +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0xf777ae23 hdlcdrv_receiver +EXPORT_SYMBOL drivers/net/mdio 0x3e17f466 mdio_set_flag +EXPORT_SYMBOL drivers/net/mdio 0x60443957 mdio45_probe +EXPORT_SYMBOL drivers/net/mdio 0x63e0fee5 mdio45_links_ok +EXPORT_SYMBOL drivers/net/mdio 0x7e8fabde mdio45_ethtool_ksettings_get_npage +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 0x18d01e1a cavium_mdiobus_read +EXPORT_SYMBOL drivers/net/mdio/mdio-cavium 0x9943eb93 cavium_mdiobus_write +EXPORT_SYMBOL drivers/net/mdio/mdio-mscc-miim 0xfc14b96c mscc_miim_setup +EXPORT_SYMBOL drivers/net/mdio/mdio-xgene 0x11ef5651 xgene_mdio_rgmii_read +EXPORT_SYMBOL drivers/net/mdio/mdio-xgene 0x1e845ab8 xgene_mdio_rd_mac +EXPORT_SYMBOL drivers/net/mdio/mdio-xgene 0x7ae30f40 xgene_enet_phy_register +EXPORT_SYMBOL drivers/net/mdio/mdio-xgene 0xe0639bdb xgene_mdio_rgmii_write +EXPORT_SYMBOL drivers/net/mdio/mdio-xgene 0xf2f8ced4 xgene_mdio_wr_mac +EXPORT_SYMBOL drivers/net/phy/bcm-phy-lib 0x52b85a11 bcm54xx_auxctl_write +EXPORT_SYMBOL drivers/net/ppp/pppox 0x3cbedfe0 pppox_ioctl +EXPORT_SYMBOL drivers/net/ppp/pppox 0x549ad796 register_pppox_proto +EXPORT_SYMBOL drivers/net/ppp/pppox 0xabd0243e pppox_compat_ioctl +EXPORT_SYMBOL drivers/net/ppp/pppox 0xe0ff7a18 unregister_pppox_proto +EXPORT_SYMBOL drivers/net/ppp/pppox 0xf7929895 pppox_unbind_sock +EXPORT_SYMBOL drivers/net/sungem_phy 0x7954bd76 sungem_phy_probe +EXPORT_SYMBOL drivers/net/team/team 0x365ce352 team_modeop_port_change_dev_addr +EXPORT_SYMBOL drivers/net/team/team 0x42d351b8 team_mode_register +EXPORT_SYMBOL drivers/net/team/team 0x75f60f3a team_mode_unregister +EXPORT_SYMBOL drivers/net/team/team 0x87de42b7 team_modeop_port_enter +EXPORT_SYMBOL drivers/net/team/team 0x89dac2b5 team_options_register +EXPORT_SYMBOL drivers/net/team/team 0x9b628984 team_options_unregister +EXPORT_SYMBOL drivers/net/team/team 0xfa957b08 team_option_inst_set_change +EXPORT_SYMBOL drivers/net/team/team 0xfe15d743 team_options_change_check +EXPORT_SYMBOL drivers/net/usb/usbnet 0x24305aa3 usbnet_manage_power +EXPORT_SYMBOL drivers/net/usb/usbnet 0x9f8191d6 usbnet_link_change +EXPORT_SYMBOL drivers/net/usb/usbnet 0xb9c54b87 usbnet_device_suggests_idle +EXPORT_SYMBOL drivers/net/wan/hdlc 0x23c9a84d hdlc_start_xmit +EXPORT_SYMBOL drivers/net/wan/hdlc 0x469a7df9 alloc_hdlcdev +EXPORT_SYMBOL drivers/net/wan/hdlc 0x4f48777e attach_hdlc_protocol +EXPORT_SYMBOL drivers/net/wan/hdlc 0x81bc0098 unregister_hdlc_protocol +EXPORT_SYMBOL drivers/net/wan/hdlc 0x8e979e96 detach_hdlc_protocol +EXPORT_SYMBOL drivers/net/wan/hdlc 0x943bd846 hdlc_ioctl +EXPORT_SYMBOL drivers/net/wan/hdlc 0x9ef0e933 register_hdlc_protocol +EXPORT_SYMBOL drivers/net/wan/hdlc 0xb5461d61 hdlc_open +EXPORT_SYMBOL drivers/net/wan/hdlc 0xc84a25f3 hdlc_close +EXPORT_SYMBOL drivers/net/wan/hdlc 0xd40f8d86 unregister_hdlc_device +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 0x20d7c758 ath_hw_keysetmac +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x4571aea8 ath_is_world_regd +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x598e886f ath_hw_cycle_counters_update +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x638d9d6e ath_hw_keyreset +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x6cd2a0bc ath_hw_setbssidmask +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x858600da ath_key_config +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x94c78ead ath_key_delete +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x96617c64 ath_printk +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x9e17bd75 ath_is_mybeacon +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xa18f224e ath_regd_find_country_by_name +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xa2cc55e9 ath_regd_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xb6588ba6 ath_bus_type_strings +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xc5676513 ath_reg_notifier_apply +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xd0791ac0 ath_rxbuf_alloc +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xd4e8ef6a dfs_pattern_detector_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xefbb2624 ath_hw_get_listen_time +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x00619160 ath10k_core_fetch_board_file +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x015e5db2 ath10k_debug_mask +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x04f61b69 ath10k_ce_per_engine_service_any +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x141f964a ath10k_htt_rx_hl_indication +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x18231606 ath10k_ce_completed_send_next +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x1a1456d3 ath10k_ce_completed_send_next_nolock +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x2201196a ath10k_htc_process_trailer +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x27a81b47 ath10k_ce_revoke_recv_next +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x294f2004 ath10k_htc_rx_completion_handler +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x29b25917 ath10k_bmi_read_memory +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x2c4fe88a ath10k_ce_completed_recv_next +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x31108241 ath10k_err +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x33c33506 ath10k_htc_tx_completion_handler +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x4750e26f ath10k_ce_cancel_send_next +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x5ac6837d ath10k_coredump_get_mem_layout +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x5b21c77b ath10k_coredump_new +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x5d17625f ath10k_ce_dump_registers +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x624ac5f2 ath10k_core_create +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x652979bd ath10k_core_start_recovery +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x65cf6912 ath10k_info +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x6a0744da ath10k_ce_rx_update_write_idx +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x715e191c ath10k_ce_free_pipe +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x72ccb613 ath10k_core_napi_sync_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x757d76cb ath10k_ce_per_engine_service +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x8200ce35 ath10k_ce_num_free_src_entries +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x84c4ed42 ath10k_ce_rx_post_buf +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x886bb5a7 ath10k_core_destroy +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x88bdb878 ath10k_htc_notify_tx_completion +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x8c761667 ath10k_ce_init_pipe +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x8dd164eb ath10k_core_stop +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x944892b3 ath10k_ce_deinit_pipe +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xa1e4849a __tracepoint_ath10k_log_dbg +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xa4239fa7 ath10k_ce_send +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xaa088cb7 ath10k_warn +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xabaf057c ath10k_core_unregister +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xafd08c61 ath10k_htt_txrx_compl_task +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xb0bc20fa ath10k_ce_alloc_rri +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xb680f9e2 ath10k_ce_alloc_pipe +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xbaebce47 ath10k_core_free_board_files +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xbd328486 ath10k_core_register +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xc5138321 ath10k_ce_send_nolock +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xc5d7e3a3 ath10k_core_napi_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xc5f751f6 ath10k_ce_disable_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xc78f0d85 ath10k_mac_tx_push_pending +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xc7d422d0 ath10k_ce_enable_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xcb3ce075 ath10k_bmi_start +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xcba4faf1 ath10k_core_start +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xcbd3e473 ath10k_ce_enable_interrupt +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xd8bd87a9 ath10k_htt_t2h_msg_handler +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xdb86efd1 ath10k_htt_rx_pktlog_completion_handler +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xe4ed246c __ath10k_ce_rx_num_free_bufs +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xea80bc2d __ath10k_ce_send_revert +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xf22281a4 ath10k_core_check_dt +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xf4e5ab9e ath10k_ce_disable_interrupt +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xf6a813ac ath10k_print_driver_info +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xf6dc8322 ath10k_ce_free_rri +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xf706bc2e ath10k_htt_hif_tx_complete +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xfd25ea25 ath10k_ce_completed_recv_next_nolock +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x0f1bc29e ath11k_debugfs_soc_destroy +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x128159b8 ath11k_pcic_start +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x160441f0 ath11k_info +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x172da4b7 ath11k_pci_disable_ce_irqs_except_wake_irq +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x1818cf13 ath11k_hal_srng_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x1d2217ce ath11k_pcic_read32 +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x1e217a21 ath11k_pcic_free_irq +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x208476ab ath11k_core_pre_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x241f3537 ath11k_ce_alloc_pipes +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x2bfca9ab ath11k_pcic_get_msi_address +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x382d3660 ath11k_ce_free_pipes +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x3baeb329 ath11k_pcic_get_ce_msi_idx +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x3bb94d0d ath11k_warn +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x477d4784 ath11k_pcic_get_user_msi_assignment +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x4854fa78 ath11k_pcic_ext_irq_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x4b1b14ca ath11k_core_suspend +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x50f9435b ath11k_ce_cleanup_pipes +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x564290d8 ath11k_dp_service_srng +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x5816d5f9 ath11k_hal_srng_deinit +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x606a5b5a __tracepoint_ath11k_log_dbg +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x737bd9a0 ath11k_pci_enable_ce_irqs_except_wake_irq +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x7b3f1008 ath11k_qmi_deinit_service +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x7ba75d28 ath11k_ce_get_shadow_config +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x801cffee ath11k_pcic_write32 +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x80309723 ath11k_pcic_config_irq +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x8095203e ath11k_core_deinit +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x94c58146 ath11k_ce_rx_post_buf +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x9b4dfa3e ath11k_ce_get_attr_flags +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x9bf82cc1 ath11k_pcic_ext_irq_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x9c51bcc4 ath11k_debug_mask +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xa8ac8a1b ath11k_core_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xb38bf4bd ath11k_pcic_stop +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xb437d209 ath11k_pcic_init_msi_config +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xbd5a0042 ath11k_core_resume +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xbfd8ec4a ath11k_core_alloc +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xc24849cd ath11k_core_free +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xc4586651 ath11k_pcic_ce_irqs_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xcc70f274 ath11k_pcic_map_service_to_pipe +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xe3b74b53 ath11k_ce_per_engine_service +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xe567bf23 ath11k_err +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xe5cad7c7 ath11k_pcic_ce_irq_disable_sync +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xf0197188 ath11k_cold_boot_cal +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xf155afe2 ath11k_pcic_register_pci_ops +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xf970a1bf ath11k_pcic_read +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x066d8582 ath6kl_cfg80211_suspend +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x0aabd5fb ath6kl_core_create +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x11837c42 ath6kl_read_tgt_stats +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x1354043d ath6kl_warn +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x2779de8e ath6kl_core_cleanup +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x3502feef ath6kl_info +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x91cfb84a ath6kl_hif_rw_comp_handler +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x95c474d9 ath6kl_cfg80211_resume +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xb067d0d0 ath6kl_stop_txrx +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xb881b1a9 ath6kl_printk +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xb9a689dd ath6kl_err +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xbe7f107e ath6kl_core_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xc270b857 ath6kl_core_destroy +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xc7638c47 ath6kl_hif_intr_bh_handler +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xe6585296 ath6kl_core_rx_complete +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xe87952db ath6kl_core_tx_complete +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x0b9c724e ath9k_cmn_reload_chainmask +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x0db652b4 ath9k_cmn_process_rate +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x0de01041 ath9k_cmn_beacon_config_adhoc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x18f4109d ath9k_cmn_spectral_scan_trigger +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x1b355e0f ath9k_cmn_get_channel +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x1e3ab659 ath_cmn_process_fft +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x2ffdded8 ath9k_cmn_beacon_config_ap +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x41aae67b ath9k_cmn_debug_stat_rx +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x42cb2869 ath9k_cmn_debug_modal_eeprom +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x44684afd ath9k_cmn_process_rssi +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x50a61ba4 ath9k_cmn_debug_base_eeprom +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x6ac296ed ath9k_cmn_setup_ht_cap +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x6f6fbc90 ath9k_cmn_beacon_config_sta +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x8a25d915 ath9k_cmn_update_txpow +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x8d694bcf ath9k_cmn_debug_recv +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x94f82054 ath9k_cmn_get_hw_crypto_keytype +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x97abf142 ath9k_cmn_spectral_init_debug +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xa0a8cd5b ath9k_cmn_rx_skb_postprocess +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xacde2cdc ath9k_cmn_spectral_deinit_debug +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xb52911bb ath9k_cmn_rx_accept +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xc5567d64 ath9k_cmn_init_crypto +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xcf8ca614 ath9k_cmn_spectral_scan_config +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xd2981357 ath9k_cmn_count_streams +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xdcfc64d9 ath9k_cmn_debug_phy_err +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xf5bc6993 ath9k_cmn_init_channels_rates +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0141b12b ath9k_hw_putrxbuf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x043bd01a ar9003_mci_get_next_gpm_offset +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0f77dafc ath9k_hw_get_tsf_offset +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x1025a060 ath9k_hw_getnf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x1451bfb6 ar9003_hw_bb_watchdog_check +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x150090a1 ath9k_hw_set_tx_filter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x150a7eea ath9k_hw_set_gpio +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x18b0a59e ath9k_hw_reset_tsf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x190d84d1 ath9k_hw_releasetxqueue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x1a94d7b3 ath9k_hw_get_txq_props +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x1b5a664c ar9003_get_pll_sqsum_dvc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x2020f21f ath9k_hw_beaconq_setup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x20b6f8bc ath9k_hw_btcoex_bt_stomp +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x223cad4a ath9k_hw_disable_mib_counters +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x277db194 ath9k_hw_gettsf64 +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x28ffd00d ath9k_hw_abort_tx_dma +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x292ea19b ath9k_hw_setrxabort +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x2b082e95 ar9003_mci_state +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x2be396a9 ath9k_hw_reset +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x2be6c789 ath9k_hw_btcoex_init_2wire +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x2cd8e881 ath9k_hw_kill_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x2da7c4f9 ar9003_paprd_setup_gain_table +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x2fc1b78b ar9003_mci_get_interrupt +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x30bf52f4 ath9k_hw_setmcastfilter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x32d89fdf ath9k_hw_stopdmarecv +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x349bb252 ath9k_hw_btcoex_set_weight +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x35c64d1e ath9k_hw_gen_timer_start +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x3796a7f9 ath9k_hw_gettxbuf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x3a94c8ab ath9k_hw_deinit +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x3c53476a ath9k_hw_setup_statusring +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x3ec7553a ar9003_is_paprd_enabled +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x3f963e4d ath9k_hw_check_nav +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x417ffdc5 ath9k_hw_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x4408a8d8 ath9k_hw_name +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x502ef34a ath9k_hw_gpio_request_out +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x5095773d ath9k_hw_gen_timer_stop +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x51c00a7e ath9k_hw_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x528b4d0a ath9k_hw_set_tsfadjust +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x53816087 ath9k_hw_gettsf32 +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x53b429dc ar9003_mci_send_message +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x57cab619 ath_gen_timer_free +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x58ca457c ar9003_paprd_is_done +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x5c1371f2 ath9k_hw_computetxtime +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x67aac45a ath9k_hw_set_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6bb953a1 ath9k_hw_gpio_get +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6ca84eff ath9k_hw_btcoex_set_concur_txprio +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6e3fbecf ath9k_hw_loadnf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6e5992c1 ar9003_paprd_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6f1c9d4c ath9k_hw_reset_calvalid +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6fe90fa6 ath9k_hw_btcoex_deinit +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x72b7bb45 ath_gen_timer_isr +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x749246c8 ar9003_mci_setup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x74930cc0 ath9k_hw_disable_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x7d0a3d57 ath9k_hw_set_rx_bufsize +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x7ded2690 ath9k_hw_set_txpowerlimit +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x7e20d998 ath9k_hw_abortpcurecv +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x7fabcdb5 ath9k_hw_resettxqueue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x81094d1c ar9003_mci_send_wlan_channels +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x8198174f ath9k_hw_gpio_free +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x8290482f ath9k_hw_setopmode +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x84c9414b ath9k_hw_wow_apply_pattern +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x863b7368 ath9k_hw_init_btcoex_hw +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x8a2cd7a6 ath9k_hw_stop_dma_queue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x8a8a44e2 ath9k_hw_wait +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x8f07951f ath9k_hw_numtxpending +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x91359dbd ath9k_hw_wow_wakeup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x93bbcf5b ath9k_hw_init_global_settings +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x95e9b402 ath9k_hw_addrxbuf_edma +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x9c51dcc8 ath9k_hw_enable_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x9ce0d659 ath9k_hw_wow_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x9fabfe97 ath9k_hw_btcoex_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa36799c9 ar9003_hw_disable_phy_restart +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa757f4fb ath9k_hw_btcoex_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa75ad08f ath9k_hw_getrxfilter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa7616e98 ath_gen_timer_alloc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa7cc1643 ath9k_hw_btcoex_init_mci +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xad50a08d ath9k_hw_set_sta_beacon_timers +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xad784968 ath9k_hw_puttxbuf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xae6ef942 ath9k_hw_setantenna +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb7a29778 ath9k_hw_intrpend +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xbd857a90 ath9k_hw_write_associd +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc19f97b8 ar9003_mci_cleanup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc1a4a5dd ath9k_hw_ani_monitor +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc4da731a ath9k_hw_setrxfilter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc67765a4 ath9k_hw_bstuck_nfcal +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc6ebbc11 ath9k_hw_setpower +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc7d41992 ath9k_hw_settsf64 +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc80c72a2 ath9k_hw_startpcureceive +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc9522760 ar9003_mci_set_bt_version +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xccad1a1f ath9k_hw_gpio_request_in +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xce27d755 ath9k_hw_txstart +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd037ccf2 ath9k_hw_beaconinit +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd2d4345c ath9k_hw_resume_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd5501a1b ar9003_paprd_populate_single_table +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd557b8d4 ath9k_hw_setuprxdesc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xdb5a0509 ath9k_hw_check_alive +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xdfa72444 ar9003_hw_bb_watchdog_dbg_info +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xe7567251 ath9k_hw_phy_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xe76136bc ath9k_hw_process_rxdesc_edma +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xe80bd719 ath9k_hw_getchan_noise +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xe8b9729b ath9k_hw_btcoex_init_scheme +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xec0d1ace ath9k_hw_rxprocdesc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xee8edd08 ath9k_hw_setuptxqueue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf1397cac ar9003_paprd_create_curve +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf413d0a7 ath9k_hw_updatetxtriglevel +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf5e2068a ath9k_hw_set_txq_props +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf92707d1 ar9003_paprd_init_table +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf98eba71 ath9k_hw_btcoex_init_3wire +EXPORT_SYMBOL drivers/net/wireless/atmel/atmel 0x0619464a atmel_open +EXPORT_SYMBOL drivers/net/wireless/atmel/atmel 0x2faae1d3 init_atmel_card +EXPORT_SYMBOL drivers/net/wireless/atmel/atmel 0xc731bbc8 stop_atmel_card +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x1906648e brcmu_boardrev_str +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x1b01020a brcmu_pkt_buf_get_skb +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x558f9729 brcmu_pktq_penq +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x6aa1e763 brcmu_pktq_mlen +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x7aeba5d7 brcmu_pktq_pflush +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x881fdf17 brcmu_pkt_buf_free_skb +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x9a11f54e 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 0xb51ba830 brcmu_pktq_init +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0xc2e91a9e brcmu_pktq_pdeq +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0xc48431cb brcmu_pktq_flush +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0xd6217d91 brcmu_d11_attach +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0xe320e2b6 brcmu_pktq_peek_tail +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0xea9a0a26 brcmu_pktq_mdeq +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0xf8b287af brcmu_pktq_pdeq_tail +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0xfc3ef700 brcmu_pktq_penq_head +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x25d94995 libipw_channel_to_index +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x32fb036a libipw_is_valid_channel +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x522bb67d libipw_networks_age +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x5d4e81d7 alloc_libipw +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x639fe74e libipw_set_geo +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x6a006b66 libipw_get_channel_flags +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x8e2b028c libipw_channel_to_freq +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x93c62f69 free_libipw +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x975c4451 libipw_freq_to_channel +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0xa58fc708 libipw_wx_set_encode +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0xaad3dec6 libipw_rx +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0xaf89b1ba libipw_xmit +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0xb916f0c1 libipw_wx_get_scan +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0xba7db4f8 libipw_rx_mgt +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0xc6abda62 libipw_wx_get_encodeext +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0xd69770e2 libipw_wx_get_encode +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0xda362f4e libipw_wx_set_encodeext +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0xdf9f8e75 libipw_txb_free +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0xe77cc137 libipw_get_channel +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0xe8d4b13f libipw_get_geo +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x01b2d42c il_clear_ucode_stations +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x0d1d0675 il_mac_bss_info_changed +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x0ebe29da il_set_rate +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x10c2c68b il_eeprom_query_addr +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x1285c8f6 il_send_cmd +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x1455412d il_restore_stations +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x1593dca7 il_apm_stop +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x17e0f666 il_free_geos +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x19d59adc il_tx_cmd_complete +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x1bbbdfa5 il_mac_reset_tsf +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x27b19b3c il_get_lowest_plcp +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x292eec04 il_usecs_to_beacons +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x2a8ee4f5 il_mac_remove_interface +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x2bf7eea6 il_queue_space +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x2d08604b il_get_free_ucode_key_idx +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x33438745 il_setup_watchdog +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x33726110 il_txq_update_write_ptr +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x39d9dfc4 il_set_rxon_hwcrypto +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x3a383b17 il_get_active_dwell_time +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x3ad963ea il_send_cmd_sync +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x3b1f88c2 il_hdl_error +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x3b797926 il_set_bit +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x416bd26a il_debug_level +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x439841fe il_mac_flush +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x45077776 il_cmd_queue_unmap +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x473da75a il_mac_sta_remove +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x47966d7a il_dbgfs_unregister +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x47d67670 il_update_stats +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x48b50ae8 il_setup_rx_scan_handlers +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x4c41f993 il_hdl_pm_debug_stats +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x4cf36eb1 il_chswitch_done +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x4dfe5334 il_write_targ_mem +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x51d391a2 il_init_channel_map +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x53bbbcfe il_irq_handle_error +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x53de9cdc il_check_rxon_cmd +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x569e9a1a il_wr_prph +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x58387fad il_scan_cancel_timeout +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x58a273bf il_power_initialize +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x58e62802 il_tx_queue_unmap +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x5a7b7095 il_eeprom_free +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x5ebd12ad il_free_txq_mem +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x63d2d7be il_rx_queue_space +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x653b7b55 il_rx_queue_alloc +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x676d672e il_dbgfs_register +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x6d7de65e il_leds_init +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x7221ba5b il_send_cmd_pdu +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x74dc0a5c _il_poll_bit +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x76a9ee96 il_send_bt_config +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x799dff04 il_get_channel_info +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x7a75278f il_rx_queue_update_write_ptr +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x801a60b8 il_leds_exit +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x892b9708 il_read_targ_mem +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x8aa0b5fb il_power_update_mode +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x8ad4dc23 il_send_add_sta +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x8aeecbb6 il_scan_cancel +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x8df8a340 il_pm_ops +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x8e586cf1 il_mac_config +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x8e788260 il_poll_bit +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x8f0d402a il_add_beacon_time +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x927e7cec il_force_reset +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x9333a93a il_hdl_spectrum_measurement +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x974419d6 _il_apm_stop +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x974c5472 il_cancel_scan_deferred_work +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x9c818b10 il_mac_hw_scan +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x9cc714af il_bg_watchdog +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x9ebd3b50 il_free_channel_map +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xa0c46595 il_tx_queue_init +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xa33a660d il_clear_bit +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xa3d92166 il_set_rxon_channel +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xa7aadfef il_connection_init_rx_config +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xa7ce2ea7 il_set_rxon_ht +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xa9fec86a il_hdl_pm_sleep +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xaa7f5dde il_mac_conf_tx +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xac666f59 il_setup_scan_deferred_work +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xadbcf823 il_alloc_txq_mem +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xb50807a3 il_get_passive_dwell_time +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xb55b3900 il_apm_init +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 0xb9db5dab il_send_cmd_pdu_async +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xbd4b799b il_init_geos +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xc0642afd il_is_ht40_tx_allowed +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xc994045a il_hdl_csa +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xcdeb336a il_tx_cmd_protection +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xce215327 il_eeprom_query16 +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xcf706d38 il_init_scan_params +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xd285e946 il_set_tx_power +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xd32db4e1 il_rd_prph +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xd5125167 il_add_station_common +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xdbbddb97 il_full_rxon_required +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xdc453a4a il_send_stats_request +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xdc97ffd7 il_set_flags_for_band +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xdf37e2bd il_eeprom_init +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xe09cf29c il_mac_add_interface +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xe1ec553a il_cmd_queue_free +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xe2728c48 il_mac_change_interface +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xe442a456 il_tx_queue_free +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xe47187cd il_send_lq_cmd +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xe724ecae il_tx_queue_reset +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xefea6b2c il_get_single_channel_number +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xf0e26dc5 il_set_decrypted_flag +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xf56fff7e il_send_rxon_timing +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xf70a693b il_bcast_addr +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xff484a73 il_fill_probe_req +EXPORT_SYMBOL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x36a862e9 __tracepoint_iwlwifi_dev_ucode_event +EXPORT_SYMBOL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x3d23c104 __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 0x82ff49c6 __traceiter_iwlwifi_dev_ucode_event +EXPORT_SYMBOL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x970bf4ef __SCK__tp_func_iwlwifi_dev_ucode_event +EXPORT_SYMBOL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x9df383a9 iwl_trans_pcie_remove +EXPORT_SYMBOL drivers/net/wireless/intel/iwlwifi/iwlwifi 0xaaafbd3e __tracepoint_iwlwifi_dev_ucode_cont_event +EXPORT_SYMBOL drivers/net/wireless/intel/iwlwifi/iwlwifi 0xc72adfc5 __traceiter_iwlwifi_dev_ucode_cont_event +EXPORT_SYMBOL drivers/net/wireless/intel/iwlwifi/iwlwifi 0xcb7ebe02 __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 0x0189b57b hostap_setup_dev +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x0f026aa7 hostap_80211_ops +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x220e6870 hostap_master_start_xmit +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x25f8396b hostap_init_proc +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x2645fd75 hostap_init_data +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x276c7319 hostap_init_ap_proc +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x2e3507b3 hostap_set_string +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x36ae63c5 hostap_set_encryption +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x4567842d hostap_handle_sta_tx_exc +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x457cc4c0 hostap_set_antsel +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x46d2c9ad hostap_info_init +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x475a4fc2 hostap_set_roaming +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x60510f26 hostap_set_auth_algs +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x60bd2a86 hostap_free_data +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x63c0942a hostap_info_process +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x70b8917a hostap_set_hostapd_sta +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x75934c58 hostap_set_multicast_list_queue +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x7e27c38e hostap_get_porttype +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x7fb75891 hostap_dump_rx_header +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x8a0a05f3 hostap_remove_proc +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xa8cd4ed3 hostap_set_word +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xb2b45f16 hostap_remove_interface +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xb4b77c8b hostap_80211_get_hdrlen +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xb6e76ade prism2_update_comms_qual +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xc61cd93d hostap_80211_rx +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xc99f05ed hostap_check_sta_fw_version +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xcf11691a hostap_set_hostapd +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xe491ab3e hostap_add_interface +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xf91c03e2 hostap_dump_tx_header +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x0397a07d __orinoco_ev_rx +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x32a8d581 alloc_orinocodev +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x348a1ff6 orinoco_tx_timeout +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x51c6c783 __orinoco_ev_info +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x65d1e689 orinoco_set_multicast_list +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x75877e03 orinoco_stop +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x764d8275 free_orinocodev +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x80571840 orinoco_if_add +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x918bd0e9 orinoco_if_del +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x977373ba orinoco_change_mtu +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0xa74c2dc5 hermes_struct_init +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0xc5bff3e4 orinoco_init +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0xd62f5633 orinoco_process_xmit_skb +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0xd99eacf1 orinoco_up +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0xe0b73644 orinoco_open +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0xe1e09666 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 0x6be3ab7c mt76_wcid_key_setup +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/btcoexist/btcoexist 0xf6a92a2e rtl_btc_get_ops_pointer +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x0757d1b8 rtl92c_dm_bt_coexist +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x0fe77bc9 rtl92c_dm_rf_saving +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x140e8dea rtl92c_phy_set_bw_mode +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x143349af rtl92c_download_fw +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x174efbb2 rtl92c_set_fw_pwrmode_cmd +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x19d1ecf1 rtl92c_phy_ap_calibrate +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x19e86a58 rtl92c_phy_set_io_cmd +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x1be5612c rtl8192_phy_check_is_legal_rfpath +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x1f287879 rtl92c_phy_set_io +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x21faca37 _rtl92c_phy_fw_rf_serial_read +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x2327d91c _rtl92c_phy_calculate_bit_shift +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x2acb9524 rtl92c_dm_write_dig +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x2c14cf3a _rtl92c_phy_rf_serial_write +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x2e915695 rtl92c_phy_query_bb_reg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x31f10f48 rtl92c_firmware_selfreset +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x38b5156e _rtl92c_phy_rf_serial_read +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x3c353c3f _rtl92c_phy_txpwr_idx_to_dbm +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x3e605d88 rtl92c_set_fw_rsvdpagepkt +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x42e104b0 rtl92c_phy_lc_calibrate +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x4af615f6 _rtl92c_phy_init_bb_rf_register_definition +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x4bc7d771 rtl92c_dm_check_txpower_tracking +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x50a2ef69 rtl92c_dm_init_rate_adaptive_mask +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x59dafbdb rtl92c_bt_rssi_state_change +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x5f677c6b rtl92c_set_fw_joinbss_report_cmd +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x71f575c8 _rtl92c_phy_dbm_to_txpwr_idx +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x7f51013c _rtl92c_phy_set_rf_sleep +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x7fb4f8d3 rtl92c_phy_set_bb_reg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x8683f5f8 rtl92ce_phy_set_rf_on +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x8c639363 rtl92c_phy_set_rfpath_switch +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x8e437c34 rtl92c_phy_sw_chnl +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x8eaa2f29 rtl92c_phy_rf_config +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xad878fd0 rtl92c_phy_sw_chnl_callback +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xadd1625b _rtl92c_store_pwrindex_diffrate_offset +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xaf85e2bc rtl92c_phy_set_txpower_level +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xb939373f rtl92c_dm_init_edca_turbo +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xbda1760f rtl92c_fill_h2c_cmd +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xc967baab rtl92c_phy_update_txpower_dbm +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xcfb55579 _rtl92c_phy_fw_rf_serial_write +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xd999ed5f _rtl92c_phy_bb8192c_config_parafile +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xdcd6ec3a rtl92c_dm_watchdog +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xe0d6e4ad rtl92c_dm_init +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xf31d0fe7 rtl92c_phy_iq_calibrate +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_pci 0x10153099 rtl_pci_suspend +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_pci 0x197ab1f7 rtl_pci_probe +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_pci 0xeea91187 rtl_pci_disconnect +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_pci 0xf68d58fa rtl_pci_resume +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_usb 0x185b214b rtl_usb_resume +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_usb 0x250ece7b rtl_usb_probe +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_usb 0x48112a69 rtl_usb_suspend +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_usb 0x55462d01 rtl_usb_disconnect +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x0854db95 rtl_dm_diginit +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x0b038e24 channel5g_80m +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x10e8881f rtl_rfreg_delay +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x1b945315 rtl_addr_delay +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x20646b04 rtl_cam_empty_entry +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x2b0db7d6 rtl_bb_delay +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x2b31f1a3 rtl_send_smps_action +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x2b93d2dc rtl_mrate_idx_to_arfr_id +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x30a956d7 rtl_query_rxpwrpercentage +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x40021b2a rtl_cam_del_entry +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x4cd58996 efuse_shadow_read +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x54824f58 channel5g +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x5a1f67e3 rtl_cam_delete_one_entry +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x5bf4a99c efuse_one_byte_read +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x64bac38c rtl_efuse_shadow_map_update +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x66fef269 rtl_phy_scan_operation_backup +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x687876af rtl_cam_get_free_entry +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x6a671d31 rtl_ps_disable_nic +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x6b19188e rtlwifi_rate_mapping +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x77566c5b rtl_c2hcmd_enqueue +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x78bffd7c rtl_cam_add_one_entry +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x8d73457c rtl_signal_scale_mapping +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x8ea60059 rtl_fw_cb +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x9d4b4817 efuse_read_1byte +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xaa4f5a02 rtl_cam_mark_invalid +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xad53e121 rtl_init_rfkill +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xbd606ce3 rtl_rx_ampdu_apply +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xc01c2b6f rtl_cmd_send_packet +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xcf4c0eaa efuse_power_switch +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xd1f5bdaf rtl_get_tcb_desc +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xe0f5ad06 rtl_process_phyinfo +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xe16392c1 rtl_cam_reset_all_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 0xf137db3e rtl_ps_enable_nic +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xf6bacd64 rtl_hal_pwrseqcmdparsing +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xfc24dbcd rtl_collect_scan_list +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_8723d 0xaff22cf4 rtw8723d_hw_spec +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_8821c 0x32325b79 rtw8821c_hw_spec +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_8822b 0x44125646 rtw8822b_hw_spec +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_8822c 0xabd03d78 rtw8822c_hw_spec +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x0277ee6f rtw_regd_get +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x05c443fc rtw_core_deinit +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x08fe2bfa rtw_phy_cfg_agc +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x0d6c6109 rtw_phy_cfg_rf +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x1d31aa49 rtw_tx_write_data_h2c_get +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x20896f94 rtw_chip_info_setup +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x22041133 rtw_coex_write_scbd +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x262988ff rtw_phy_read_rf +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x2c25d8aa rtw_phy_load_tables +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x2fdc414b rtw_phy_pwrtrack_avg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x31a8da7e rtw_parse_tbl_bb_pg +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 0x37b88f43 rtw_fw_c2h_cmd_isr +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x3846c20f rtw_unregister_hw +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x3923b3c7 rtw_dump_fw +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x3a18e65a rtw_phy_set_tx_power_level +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x3b4a3dc0 rtw_set_rx_freq_band +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 0x44e20196 rtw_phy_write_rf_reg_sipi +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x4db28823 rtw_bf_set_gid_table +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x519c8ba9 rtw_rate_size +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x56be7efb rtw_bf_phy_init +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x58210e60 rtw_rate_section +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x5a3e889b rtw_tx_report_enqueue +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x5b0c8744 rtw_coex_write_indirect_reg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x5babe122 rtw_bf_enable_bfee_mu +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x5bbf8329 rtw_coex_read_indirect_reg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x61864efb rtw_phy_cfg_mac +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x6b1d4367 rtw_tx_write_data_rsvd_page_get +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x72007883 rtw_restore_reg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x76e01390 rtw_fw_c2h_cmd_rx_irqsafe +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x87e9b8e4 rtw_phy_init +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x8b8a12ad rtw_tx_fill_tx_desc +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x90b06a8c __rtw_dbg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x93346a7a rtw_rx_stats +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x95c70017 rtw_phy_cfg_bb +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x9ae2e800 rtw_bf_cfg_csi_rate +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xa33968ae rtw_phy_pwrtrack_get_delta +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xa4de5821 rtw_bf_enable_bfee_su +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xa526a878 rtw_phy_pwrtrack_need_lck +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xac9fe3a2 rtw_phy_get_tx_power_index +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xadb30aa1 rtw_phy_pwrtrack_thermal_changed +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xb6fd4818 check_hw_ready +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xb9a2ea90 rtw_fw_do_iqk +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xbc00073e rtw_phy_pwrtrack_need_iqk +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xbf5be16d rtw_phy_config_swing_table +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xc02c8617 rtw_register_hw +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xc229fc1a rtw_dump_reg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xc66028d0 rtw_phy_parsing_cfo +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xc7e6e2c4 rtw_phy_write_rf_reg_mix +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xcdc26db1 rtw_set_channel_mac +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xceeb5434 rtw_read8_physical_efuse +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xcf0593e2 rtw_bf_remove_bfee_mu +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xd675622f rtw_core_init +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xd6d1dd12 rtw_parse_tbl_phy_cond +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xd711b843 rtw_rx_fill_rx_status +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xd7a9e40a rtw_ops +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xe5eeddea rtw_power_mode_change +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xecbbbc15 rtw_bf_remove_bfee_su +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xefbefbf1 rtw_parse_tbl_txpwr_lmt +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xf6699d1d rtw_fw_inform_rfk_status +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xfb54b761 rtw_phy_pwrtrack_get_pwridx +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xfdccdc5d rtw_phy_set_edcca_th +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xfeafe613 rtw_phy_read_rf_sipi +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_pci 0x0bde21de rtw_pci_remove +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_pci 0x1c6b61a2 rtw_pci_shutdown +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_pci 0x3acfce65 rtw_pci_probe +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_pci 0x4adcb08d rtw_pm_ops +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_usb 0xb6fbbe2c rtw_usb_probe +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_usb 0xdb2fa90a rtw_usb_disconnect +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_8852a 0x46603194 rtw8852a_chip_info +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_8852b 0x31fee364 rtw8852b_chip_info +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_8852c 0xaa5baf0b rtw8852c_chip_info +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x031c9f1d rtw89_mac_cfg_ctrl_path_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x051e3146 rtw89_mac_get_err_status +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x06bc24ae rtw89_core_fill_txdesc +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x071df8b3 rtw89_rfk_parser +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x0aae2b56 rtw89_mac_size +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x0dbeea3e rtw89_core_fill_txdesc_fwcmd_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x0e0932e5 rtw89_alloc_ieee80211_hw +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x10bdfbc7 rtw89_fw_h2c_rf_ntfy_mcc +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x1296f8a0 rtw89_phy_set_txpwr_limit +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x139d6a13 rtw89_core_register +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x13babcd0 rtw89_btc_set_policy_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x16974c2c rtw89_mac_cfg_gnt_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x1736c676 rtw89_phy_write32_idx +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x27e76855 rtw89_mac_set_err_status +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x28a037de rtw89_ser_notify +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x30fb9915 rtw89_phy_tssi_ctrl_set_bandedge_cfg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x35a30221 rtw89_phy_load_txpwr_byrate +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x3b3d52f9 rtw89_core_napi_start +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x3d59a36e rtw89_phy_read_txpwr_limit +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x4356af00 rtw89_mac_get_txpwr_cr +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x482c4079 rtw89_phy_config_rf_reg_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x513dd4c5 rtw89_core_init +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x55acf01e rtw89_phy_write_rf_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x59dadaad rtw89_core_napi_init +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x60451575 rtw89_phy_read_rf +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x6eb8ba45 rtw89_phy_set_txpwr_offset +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x7324b3e7 rtw89_phy_read_rf_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x755330b3 rtw89_free_ieee80211_hw +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x76a73e0e rtw89_mac_coex_init +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x7b220375 rtw89_phy_get_txsc +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x8209e683 rtw89_ops +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x85656062 rtw89_core_rx +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x86b4bdec rtw89_phy_set_txpwr_limit_ru +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x8d18120b rtw89_mac_resume_sch_tx +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x8f68a9a9 rtw89_core_fill_txdesc_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x8fabcc60 rtw89_mac_cfg_ppdu_status +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x91eec4eb rtw89_phy_set_txpwr_byrate +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x947e58da rtw89_btc_ntfy_wl_rfk +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x951469c1 rtw89_core_unregister +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x9936185c rtw89_mac_stop_sch_tx +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x9b9b49a0 rtw89_mac_stop_sch_tx_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x9c62d90d rtw89_phy_write_rf +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x9f11fb12 rtw89_mac_write_xtal_si +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xb600a68e rtw89_mac_cfg_gnt +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xb627ef12 rtw89_chip_info_setup +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xba743453 rtw89_phy_write_reg3_tbl +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xbe12bf0d rtw89_core_query_rxdesc +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xc40ba87d rtw89_mac_coex_init_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xc63c9e58 rtw89_mac_disable_bb_rf +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xca5f952f rtw89_phy_read32_idx +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xcdee4c2c rtw89_fw_h2c_dctl_sec_cam_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xd044d291 rtw89_core_deinit +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xd6417676 rtw89_mac_read_xtal_si +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xdbe7aff8 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 0xe6213097 rtw89_btc_set_policy +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xea752442 __rtw89_debug +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xf1338ab7 rtw89_core_napi_deinit +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xf1442e69 rtw89_mac_cfg_ctrl_path +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xf9327e7b rtw89_core_napi_stop +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xfd78f647 rtw89_mac_enable_bb_rf +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x07a6e334 rtw89_pci_enable_intr_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x1086987f rtw89_pci_enable_intr +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x220b42ed rtw89_pci_recognize_intrs +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x57a085b0 rtw89_pci_ltr_set +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x6c84dfbd 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 0x715e33b5 rtw89_pci_disable_intr_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x98079824 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 0x9d0a6f2d rtw89_pci_recognize_intrs_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0xa495437e rtw89_pci_config_intr_mask +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0xbeac8a88 rtw89_pci_fill_txaddr_info +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0xcd913dc0 rtw89_pci_probe +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0xcdb2cbcd rtw89_pci_disable_intr +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0xe23e6c9d rtw89_pci_config_intr_mask_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0xf630d9a9 rtw89_pci_ch_dma_addr_set_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0xfcd46f3d rtw89_pm_ops +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0xfe9ca508 rtw89_pci_ltr_set_v1 +EXPORT_SYMBOL drivers/net/wireless/rsi/rsi_91x 0xc3cb24d3 rsi_config_wowlan +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0x2a7d1229 wlcore_calc_packet_alignment +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0x5d2d896b wl1271_free_tx_id +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0xb7f368ea wl12xx_is_dummy_packet +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0xed114015 wlcore_tx_complete +EXPORT_SYMBOL drivers/nfc/fdp/fdp 0x34fbda96 fdp_nci_probe +EXPORT_SYMBOL drivers/nfc/fdp/fdp 0xd1c48037 fdp_nci_remove +EXPORT_SYMBOL drivers/nfc/microread/microread 0xd9e79f8b microread_remove +EXPORT_SYMBOL drivers/nfc/microread/microread 0xe4f17d45 microread_probe +EXPORT_SYMBOL drivers/nfc/nxp-nci/nxp-nci 0x0a03d7c8 nxp_nci_remove +EXPORT_SYMBOL drivers/nfc/nxp-nci/nxp-nci 0x2378c6b1 nxp_nci_probe +EXPORT_SYMBOL drivers/nfc/nxp-nci/nxp-nci 0x8256378e nxp_nci_fw_recv_frame +EXPORT_SYMBOL drivers/nfc/pn533/pn533 0xe8dd15dd pn533_recv_frame +EXPORT_SYMBOL drivers/nfc/pn544/pn544 0x2e1ef53b pn544_hci_probe +EXPORT_SYMBOL drivers/nfc/pn544/pn544 0xe2782d4a pn544_hci_remove +EXPORT_SYMBOL drivers/nfc/s3fwrn5/s3fwrn5 0x252d1491 s3fwrn5_remove +EXPORT_SYMBOL drivers/nfc/s3fwrn5/s3fwrn5 0x695de3b5 s3fwrn5_recv_frame +EXPORT_SYMBOL drivers/nfc/s3fwrn5/s3fwrn5 0x774203fc s3fwrn5_phy_set_wake +EXPORT_SYMBOL drivers/nfc/s3fwrn5/s3fwrn5 0x7fa8eb66 s3fwrn5_phy_power_ctrl +EXPORT_SYMBOL drivers/nfc/s3fwrn5/s3fwrn5 0xdc3bc210 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 0x23d7e1eb ndlc_open +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0x830c6343 ndlc_send +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0xb7545cef st_nci_se_init +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0xc57ba721 st_nci_se_deinit +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0xcf8cb2e3 ndlc_remove +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0xd0b247c9 st_nci_se_io +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0xebda163d ndlc_probe +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0xef85a457 st_nci_vendor_cmds_init +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0xf1df9ed2 ndlc_close +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0xf8d7ea53 ndlc_recv +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x04ccd7e0 st21nfca_hci_se_io +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x26b858a0 st21nfca_hci_probe +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x4247e5eb st21nfca_vendor_cmds_init +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x4dd36790 st21nfca_hci_remove +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x4e3d54f7 st21nfca_hci_disable_se +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x7052866c st21nfca_dep_init +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x7bf689a0 st21nfca_dep_deinit +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x81fb792c st21nfca_dep_event_received +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x87519657 st21nfca_im_send_dep_req +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x91d0685b st21nfca_hci_enable_se +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0xa689c425 st21nfca_se_init +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0xc02417b4 st21nfca_tm_send_dep_res +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0xc036f1f6 st21nfca_apdu_reader_event_received +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0xc29f8b8b st21nfca_se_deinit +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0xeb03c70a st21nfca_connectivity_event_received +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0xeb8889e9 st21nfca_hci_loopback_event_received +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0xec4d2318 st21nfca_hci_discover_se +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0xf0e0bc98 st21nfca_im_send_atr_req +EXPORT_SYMBOL drivers/ntb/ntb 0x063f0841 ntb_unregister_device +EXPORT_SYMBOL drivers/ntb/ntb 0x066d5677 ntb_default_peer_port_idx +EXPORT_SYMBOL drivers/ntb/ntb 0x2f79d131 ntb_default_peer_port_count +EXPORT_SYMBOL drivers/ntb/ntb 0x354c1cee __ntb_register_client +EXPORT_SYMBOL drivers/ntb/ntb 0x3773e119 ntb_default_peer_port_number +EXPORT_SYMBOL drivers/ntb/ntb 0x39c9aa21 ntb_link_event +EXPORT_SYMBOL drivers/ntb/ntb 0x47351338 ntb_unregister_client +EXPORT_SYMBOL drivers/ntb/ntb 0x4f3fdf32 ntb_msi_setup_mws +EXPORT_SYMBOL drivers/ntb/ntb 0x513d952a ntb_default_port_number +EXPORT_SYMBOL drivers/ntb/ntb 0x5d8deb21 ntbm_msi_request_threaded_irq +EXPORT_SYMBOL drivers/ntb/ntb 0x8768e705 ntb_register_device +EXPORT_SYMBOL drivers/ntb/ntb 0x8950f4b9 ntb_clear_ctx +EXPORT_SYMBOL drivers/ntb/ntb 0x9c3b9703 ntb_msg_event +EXPORT_SYMBOL drivers/ntb/ntb 0xa1616b80 ntb_msi_init +EXPORT_SYMBOL drivers/ntb/ntb 0xbfcf77aa ntb_set_ctx +EXPORT_SYMBOL drivers/ntb/ntb 0xc20b9fdc ntb_msi_peer_addr +EXPORT_SYMBOL drivers/ntb/ntb 0xd9f7d6f4 ntbm_msi_free_irq +EXPORT_SYMBOL drivers/ntb/ntb 0xdb3be487 ntb_db_event +EXPORT_SYMBOL drivers/ntb/ntb 0xddc8e2d5 ntb_msi_peer_trigger +EXPORT_SYMBOL drivers/ntb/ntb 0xef015ed5 ntb_msi_clear_mws +EXPORT_SYMBOL drivers/nvdimm/nd_btt 0x3a65e3a3 nvdimm_namespace_attach_btt +EXPORT_SYMBOL drivers/nvdimm/nd_btt 0xf843982c nvdimm_namespace_detach_btt +EXPORT_SYMBOL drivers/parport/parport 0x05748ce4 parport_write +EXPORT_SYMBOL drivers/parport/parport 0x16104402 parport_claim_or_block +EXPORT_SYMBOL drivers/parport/parport 0x17f342f6 parport_register_dev_model +EXPORT_SYMBOL drivers/parport/parport 0x1f95b5ff parport_claim +EXPORT_SYMBOL drivers/parport/parport 0x278e6656 parport_ieee1284_ecp_read_data +EXPORT_SYMBOL drivers/parport/parport 0x2f13b0dd parport_find_number +EXPORT_SYMBOL drivers/parport/parport 0x3b1087fd parport_find_base +EXPORT_SYMBOL drivers/parport/parport 0x4d2a941b parport_ieee1284_interrupt +EXPORT_SYMBOL drivers/parport/parport 0x50a84f01 parport_ieee1284_epp_read_addr +EXPORT_SYMBOL drivers/parport/parport 0x557e9bcd parport_ieee1284_ecp_write_addr +EXPORT_SYMBOL drivers/parport/parport 0x5e3a3912 parport_irq_handler +EXPORT_SYMBOL drivers/parport/parport 0x66a70325 parport_ieee1284_read_byte +EXPORT_SYMBOL drivers/parport/parport 0x66c62dda parport_read +EXPORT_SYMBOL drivers/parport/parport 0x6b8c0aa6 parport_get_port +EXPORT_SYMBOL drivers/parport/parport 0x6bafa4ee parport_ieee1284_epp_write_addr +EXPORT_SYMBOL drivers/parport/parport 0x7dfceb13 __parport_register_driver +EXPORT_SYMBOL drivers/parport/parport 0x7fa9d3f4 parport_ieee1284_read_nibble +EXPORT_SYMBOL drivers/parport/parport 0x821261c1 parport_unregister_driver +EXPORT_SYMBOL drivers/parport/parport 0x98e0cfdf parport_wait_event +EXPORT_SYMBOL drivers/parport/parport 0xa94fd2ad parport_ieee1284_epp_read_data +EXPORT_SYMBOL drivers/parport/parport 0xb0c59f66 parport_put_port +EXPORT_SYMBOL drivers/parport/parport 0xb5766dd3 parport_unregister_device +EXPORT_SYMBOL drivers/parport/parport 0xc280cc0d parport_wait_peripheral +EXPORT_SYMBOL drivers/parport/parport 0xdd5aa704 parport_ieee1284_epp_write_data +EXPORT_SYMBOL drivers/parport/parport 0xdfdc2bca parport_set_timeout +EXPORT_SYMBOL drivers/parport/parport 0xe38b9827 parport_ieee1284_ecp_write_data +EXPORT_SYMBOL drivers/parport/parport 0xe463ac8d parport_release +EXPORT_SYMBOL drivers/parport/parport 0xe5241247 parport_ieee1284_write_compat +EXPORT_SYMBOL drivers/parport/parport 0xe94662ba parport_del_port +EXPORT_SYMBOL drivers/parport/parport 0xf12848fa parport_negotiate +EXPORT_SYMBOL drivers/parport/parport 0xf29d4bdd parport_remove_port +EXPORT_SYMBOL drivers/parport/parport 0xf4558845 parport_announce_port +EXPORT_SYMBOL drivers/parport/parport 0xf8c026d6 parport_register_port +EXPORT_SYMBOL drivers/parport/parport_pc 0x0cd1c5cc parport_pc_probe_port +EXPORT_SYMBOL drivers/parport/parport_pc 0x11bbcc92 parport_pc_unregister_port +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x212db8d2 pcmcia_socket_list +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x4c977f1f pcmcia_parse_events +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x5df54feb pcmcia_register_socket +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x76471f5c pccard_register_pcmcia +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x7e49df1c pcmcia_unregister_socket +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x8495cac7 pcmcia_get_socket_by_nr +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xa37b2581 pcmcia_parse_uevents +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xb127f275 pcmcia_socket_class +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xc565a499 pcmcia_put_socket +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xcf97f3bd dead_socket +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xda505ff1 pcmcia_get_socket +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xf942709b pcmcia_socket_list_rwsem +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xfb4a1810 pcmcia_reset_card +EXPORT_SYMBOL drivers/pcmcia/pcmcia_rsrc 0x185c3ebf pccard_static_ops +EXPORT_SYMBOL drivers/platform/chrome/cros_ec 0x52b54679 cros_ec_suspend +EXPORT_SYMBOL drivers/platform/chrome/cros_ec 0x68516d9f cros_ec_register +EXPORT_SYMBOL drivers/platform/chrome/cros_ec 0x874a0a45 cros_ec_unregister +EXPORT_SYMBOL drivers/platform/chrome/cros_ec 0xc56d5d44 cros_ec_resume +EXPORT_SYMBOL drivers/platform/chrome/cros_ec 0xf25aacf5 cros_ec_irq_thread +EXPORT_SYMBOL drivers/regulator/rohm-regulator 0x31b5393d rohm_regulator_set_dvs_levels +EXPORT_SYMBOL drivers/rpmsg/qcom_smd 0x1ad3c3f8 qcom_smd_register_edge +EXPORT_SYMBOL drivers/rpmsg/qcom_smd 0x3330a1c8 qcom_smd_unregister_edge +EXPORT_SYMBOL drivers/rpmsg/rpmsg_char 0x3ac2e58d rpmsg_chrdev_eptdev_destroy +EXPORT_SYMBOL drivers/rpmsg/rpmsg_char 0xe415e3cd rpmsg_chrdev_eptdev_create +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x0c30b140 rpmsg_find_device +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x3a7d4775 rpmsg_create_ept +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x429dae76 rpmsg_poll +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x447c1786 unregister_rpmsg_driver +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x44cf5d69 rpmsg_send +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x6155b4a6 rpmsg_trysendto +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x705c0efc rpmsg_sendto +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x98705fd3 rpmsg_get_mtu +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0xa843d9e9 __register_rpmsg_driver +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0xabab2793 rpmsg_destroy_ept +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0xb80a45d1 rpmsg_class +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0xbe219324 rpmsg_register_device +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0xbf378b9f rpmsg_register_device_override +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0xc025fc69 rpmsg_release_channel +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0xc7ada921 rpmsg_create_channel +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0xd1573472 rpmsg_trysend_offchannel +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0xd27b77e0 rpmsg_send_offchannel +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0xe6211aa8 rpmsg_trysend +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0xead34b6e rpmsg_unregister_device +EXPORT_SYMBOL drivers/rpmsg/rpmsg_ns 0xb2287792 rpmsg_ns_register_device +EXPORT_SYMBOL drivers/rtc/rtc-ds1685 0x42a97daf ds1685_rtc_poweroff +EXPORT_SYMBOL drivers/scsi/esp_scsi 0x14a72943 scsi_esp_template +EXPORT_SYMBOL drivers/scsi/esp_scsi 0x4a29ab38 scsi_esp_intr +EXPORT_SYMBOL drivers/scsi/esp_scsi 0x6e45a58f scsi_esp_unregister +EXPORT_SYMBOL drivers/scsi/esp_scsi 0x7517f11d scsi_esp_cmd +EXPORT_SYMBOL drivers/scsi/esp_scsi 0xf1002c2a scsi_esp_register +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x3b8b1935 fcoe_transport_detach +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x5bda52bb fcoe_ctlr_link_up +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x60e3d7d7 fcoe_ctlr_link_down +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x61341e02 fcoe_ctlr_els_send +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x6323a369 fcoe_ctlr_recv_flogi +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x83d2f3cd fcoe_ctlr_init +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x8eb60a17 fcoe_ctlr_destroy +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x94d90459 fcoe_transport_attach +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x95f6d6d3 fcoe_fcf_get_selected +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xb94b9949 fcoe_ctlr_set_fip_mode +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xebf4bcf2 fcoe_ctlr_recv +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x059f1d14 fc_get_host_speed +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x061d82db fc_disc_config +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x0ea0ab87 fc_lport_iterate +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x116cfb91 fc_fcp_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x18a51c9a fc_fabric_logoff +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x1d5a5570 fc_set_rport_loss_tmo +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x1defb8e0 fc_lport_flogi_resp +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x1efde3fc fc_lport_destroy +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x2287da57 fc_eh_device_reset +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x22b90986 fc_exch_mgr_del +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x25b32735 fc_set_mfs +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x2c599d39 fc_fill_hdr +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x2d41bbec fc_fcp_destroy +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x2ef42bcf fc_exch_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x2f8b6c04 fc_exch_mgr_reset +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x325691d6 fc_exch_mgr_add +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x38310529 fc_rport_terminate_io +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x3c6be7e3 fc_fabric_login +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x3e9d67dd fc_lport_recv +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x454484ad fc_rport_recv_req +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x45b7d34d fc_exch_recv +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x4dd04804 fc_fc4_deregister_provider +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x50c37177 fc_linkup +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x569dd730 fc_frame_alloc_fill +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x5b298658 fc_lport_config +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x60ad4446 fc_vport_setlink +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x66062c12 fc_lport_logo_resp +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x681e76e0 fc_lport_set_local_id +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x7f3407a7 fc_seq_start_next +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x7fcf7da0 fc_fill_reply_hdr +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x811811e0 fc_exch_done +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x863c0956 fc_rport_login +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x89a2ad4e fc_slave_alloc +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x8ddcff1f fc_elsct_send +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x8e00ebe2 fc_rport_lookup +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x8ed2a9c2 fc_lport_reset +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x8fe4e5b1 fc_exch_seq_send +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x93f48d7e fc_elsct_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x985ebed8 fc_disc_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x9c88ac43 fc_frame_crc_check +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 0xa73aa7f8 fc_vport_id_lookup +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xb0ddd5a1 fc_rport_flush_queue +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xb1d95176 fc_get_host_port_state +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xb38fb155 fc_lport_bsg_request +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xbb4f0e30 fc_seq_send +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xccf1bb7f fc_seq_set_resp +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xcd683005 fc_rport_create +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xd72fea75 fc_queuecommand +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xd88e1fd3 fc_seq_assign +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xda445230 fc_rport_logoff +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xdacc0f80 fc_linkdown +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xdba0ee88 libfc_vport_create +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xe1ac5eba fc_eh_abort +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xe3c8adf0 fc_lport_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xe5cf06b5 fc_lport_notifier_head +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xe8566dc5 fc_get_host_stats +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xe88df4da fc_eh_host_reset +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xeb342bbe fc_exch_update_stats +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xebae667f _fc_frame_alloc +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xf32cbac4 fc_fc4_register_provider +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xf3fd7f15 fc_exch_mgr_list_clone +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xf5148835 fc_exch_mgr_free +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xfa4667d1 fc_seq_release +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xfcbc7ad8 fc_exch_mgr_alloc +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0x2b43a836 sas_resume_ha +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0x4a8e3d34 try_test_sas_gpio_gp_bit +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0x9067fbe4 sas_resume_ha_no_sync +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0xac2d4330 sas_prep_resume_ha +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0xccb9cc6d sas_suspend_ha +EXPORT_SYMBOL drivers/scsi/megaraid/megaraid_mm 0x0a3533a2 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 0x0241f6b7 qlt_rdy_to_xfer +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x16ef4ee4 qlt_xmit_tm_rsp +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x19b6f24f qlt_enable_vha +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x2baa2846 qlt_lport_deregister +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x2dc523f0 qlt_free_mcmd +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x450c9fed qlt_stop_phase2 +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x5442c82f qlt_unreg_sess +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x59b3b372 qlt_abort_cmd +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x8163dc9a qlt_lport_register +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xc8fd39e6 qlt_stop_phase1 +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xebedbc86 qlt_xmit_response +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xed0b9dc4 qlt_free_cmd +EXPORT_SYMBOL drivers/scsi/raid_class 0x29ac0e2a raid_component_add +EXPORT_SYMBOL drivers/scsi/raid_class 0xa30b7f2c raid_class_attach +EXPORT_SYMBOL drivers/scsi/raid_class 0xd691ffb7 raid_class_release +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x0799a2d4 fc_remote_port_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x0bdae842 fc_host_post_fc_event +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x2110e1d2 fc_vport_create +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x2514082e fc_remove_host +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x375f8bbd fc_get_event_number +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x5d24f2f4 fc_host_post_vendor_event +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x7896d3c0 fc_host_post_event +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x791aee45 fc_block_scsi_eh +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x82bbd0e1 fc_block_rport +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x896c13a0 fc_find_rport_by_wwpn +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xac0fa295 fc_vport_terminate +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xc3ba1681 scsi_is_fc_rport +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xd069f313 fc_remote_port_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xd09ea7ff fc_eh_timed_out +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xd74694f9 fc_host_fpin_rcv +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xd7da0375 fc_release_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xda1e4dbb fc_attach_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xeab3a4f0 fc_remote_port_rolechg +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x039e1db3 sas_port_alloc_num +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x0ae7b7a8 sas_rphy_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x0b8af972 sas_port_free +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x17529906 sas_rphy_free +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x3cf99e46 sas_port_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x47077691 sas_phy_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x4fa21e1b sas_phy_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x5ecd6b85 sas_rphy_remove +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x63a6046f scsi_is_sas_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x68c30b71 scsi_is_sas_rphy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x6b49b42d sas_attach_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x6d771e22 sas_port_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x79a71934 sas_rphy_unlink +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x7a1d2461 sas_expander_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xb02e38dd sas_port_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xbb0233e0 sas_release_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xc9662fca scsi_is_sas_port +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xcaf2a5ad sas_port_get_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xce75dbc5 sas_port_mark_backlink +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xd314eeb7 sas_port_add_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xd3a34d22 sas_phy_free +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xd3c5efb1 sas_rphy_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xd4756f90 sas_read_port_mode_page +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xd8a91716 sas_remove_host +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xd93cf51c sas_phy_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xd9a9ea1d sas_get_address +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xf1266cbc sas_port_delete_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xf2800c03 sas_end_device_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xfe6ec9df sas_remove_children +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0x0fd36109 spi_dv_device +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0x3686ea09 spi_print_msg +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0x3f9c7913 spi_attach_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0x803bc8a3 spi_schedule_dv_device +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0x9449d9f4 spi_display_xfer_agreement +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0x9b972ea1 spi_release_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0x3dd76a7a srp_start_tl_fail_timers +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0x405b6e05 srp_parse_tmo +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0x7a7460a2 srp_rport_get +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0xdb81873a srp_timed_out +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0xf62a2f7e srp_reconnect_rport +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0xf739ea47 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 0x0113d1b1 cmdq_pkt_create +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 0x3347d78d 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 0x506e3cb1 cmdq_mbox_destroy +EXPORT_SYMBOL drivers/soc/mediatek/mtk-cmdq-helper 0x578699c0 cmdq_pkt_finalize +EXPORT_SYMBOL drivers/soc/mediatek/mtk-cmdq-helper 0x58cdc788 cmdq_pkt_poll_mask +EXPORT_SYMBOL drivers/soc/mediatek/mtk-cmdq-helper 0x5a123a5e cmdq_pkt_write_s_mask +EXPORT_SYMBOL drivers/soc/mediatek/mtk-cmdq-helper 0x5bfd584c cmdq_pkt_set_event +EXPORT_SYMBOL drivers/soc/mediatek/mtk-cmdq-helper 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 0xe757ad83 cmdq_mbox_create +EXPORT_SYMBOL drivers/soc/mediatek/mtk-cmdq-helper 0xfec2df2b cmdq_pkt_read_s +EXPORT_SYMBOL drivers/soc/qcom/ocmem 0x8c36b37c 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 0x1b840cf2 geni_se_rx_dma_unprep +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0x3536965c geni_se_tx_dma_prep +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0x3b3d35ea geni_icc_set_bw +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0x5c8f1edf geni_icc_disable +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0x635d341e geni_se_rx_dma_prep +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0x6ce0768d geni_se_clk_freq_match +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0x6f5ebd3b geni_icc_get +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0x74eb1b7a geni_icc_enable +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0x751cd94f geni_se_config_packing +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0x771f8bed geni_se_init +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0xab43d263 geni_se_get_qup_hw_version +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0xaf97f4b4 geni_se_tx_dma_unprep +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0xb43e7305 geni_se_clk_tbl_get +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0xbfce845e geni_se_resources_off +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0xd9f2c6f2 geni_se_select_mode +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0xdd139c3a geni_se_resources_on +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0xf318dd01 geni_icc_set_tag +EXPORT_SYMBOL drivers/soc/qcom/qcom_aoss 0x2333aed6 qmp_put +EXPORT_SYMBOL drivers/soc/qcom/qcom_aoss 0x9e2aa1df qmp_send +EXPORT_SYMBOL drivers/soc/qcom/qcom_aoss 0xdef292f4 qmp_get +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0x045c588c qmi_handle_init +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0x24339670 qmi_send_indication +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 0x5c6fff80 qmi_send_request +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0x6051451d qmi_decode_message +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0x8cc171ab qmi_txn_init +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0x94af854b qmi_add_lookup +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0xca36b45e qmi_txn_wait +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0xcc191a19 qmi_send_response +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0xccceb56d qmi_add_server +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0xccea61e9 qmi_txn_cancel +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0xd0d67037 qmi_handle_release +EXPORT_SYMBOL drivers/soc/qcom/smd-rpm 0x3abef80b qcom_rpm_smd_write +EXPORT_SYMBOL drivers/soc/qcom/smem 0x34b57571 qcom_smem_alloc +EXPORT_SYMBOL drivers/soc/qcom/smem 0x5a710273 qcom_smem_get_free_space +EXPORT_SYMBOL drivers/soc/qcom/smem 0x9979b76e qcom_smem_virt_to_phys +EXPORT_SYMBOL drivers/soc/qcom/smem 0xeeffa750 qcom_smem_get +EXPORT_SYMBOL drivers/soc/qcom/wcnss_ctrl 0x68d1b84e qcom_wcnss_open_channel +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x02b81d20 sdw_stream_add_slave +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x08f56aba sdw_nread +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x0e826583 sdw_stream_remove_master +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x118c1b3e sdw_slave_read_prop +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 0x2a1b5dd0 sdw_stream_remove_slave +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x34c40af0 sdw_read_no_pm +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x3b0a8582 sdw_startup_stream +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x466808a1 sdw_bus_exit_clk_stop +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x4a0e9d0e sdw_bwrite_no_pm_unlocked +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x4cde88bf sdw_disable_stream +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x544d184f sdw_compare_devid +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x5652c2ca sdw_stream_add_master +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x576341c6 sdw_master_read_prop +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x5db29c43 sdw_show_ping_status +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 0x74fc29b0 sdw_nwrite +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x76f208a0 sdw_read +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x7b9cc7a0 sdw_write +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x7bf6b75b sdw_update +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x8ae9508e sdw_slave_add +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x96ecdcde sdw_bus_clk_stop +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x9817cb86 sdw_write_no_pm +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x9e122d79 sdw_alloc_stream +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xb0b28147 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 0xcc6caaff sdw_bus_master_add +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xcd411769 sdw_extract_slave_id +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xda5bce09 sdw_release_stream +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xdaf2ec12 sdw_bread_no_pm_unlocked +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xf3c9679a sdw_clear_slave_status +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xf489df23 sdw_bus_master_delete +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xf53ba0b8 sdw_rows +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xf799cfb5 sdw_handle_slave_status +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xf9052bbf sdw_update_no_pm +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x027a1088 sdw_cdns_probe +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x1b68a7fa sdw_cdns_clock_stop +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x34712074 sdw_cdns_irq +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x3cb8ae2f sdw_cdns_check_self_clearing_bits +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x5be3236c cdns_xfer_msg +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x686b6969 sdw_cdns_is_clock_stop +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x6acb7683 cdns_xfer_msg_defer +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x7c2bd137 sdw_cdns_enable_interrupt +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x8255f2fb cdns_bus_conf +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x94de28fd sdw_cdns_config_stream +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0xb18d8d3b cdns_reset_page_addr +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0xc06b2e75 cdns_read_ping_status +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0xc17f1741 sdw_cdns_exit_reset +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0xcb6b85f8 sdw_cdns_clock_restart +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0xd41203e1 cdns_set_sdw_stream +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0xdff9021f sdw_cdns_init +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0xefc9d0e4 sdw_cdns_alloc_pdi +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0xf7ef9bd4 sdw_cdns_pdi_init +EXPORT_SYMBOL drivers/soundwire/soundwire-generic-allocation 0xbc61a2de sdw_compute_params +EXPORT_SYMBOL drivers/ssb/ssb 0x0539db23 ssb_bus_unregister +EXPORT_SYMBOL drivers/ssb/ssb 0x0cc96ce0 ssb_set_devtypedata +EXPORT_SYMBOL drivers/ssb/ssb 0x11b6f5a5 ssb_pcihost_register +EXPORT_SYMBOL drivers/ssb/ssb 0x1dc55011 ssb_dma_translation +EXPORT_SYMBOL drivers/ssb/ssb 0x261ef708 ssb_bus_sdiobus_register +EXPORT_SYMBOL drivers/ssb/ssb 0x31a292ce ssb_clockspeed +EXPORT_SYMBOL drivers/ssb/ssb 0x39b37918 ssb_driver_unregister +EXPORT_SYMBOL drivers/ssb/ssb 0x436b2076 ssb_pmu_set_ldo_voltage +EXPORT_SYMBOL drivers/ssb/ssb 0x44280a8e ssb_pcicore_dev_irqvecs_enable +EXPORT_SYMBOL drivers/ssb/ssb 0x443dc6c8 ssb_device_disable +EXPORT_SYMBOL drivers/ssb/ssb 0x5c9ee83a ssb_bus_suspend +EXPORT_SYMBOL drivers/ssb/ssb 0x5dedd231 ssb_commit_settings +EXPORT_SYMBOL drivers/ssb/ssb 0x6a322e79 ssb_device_is_enabled +EXPORT_SYMBOL drivers/ssb/ssb 0x73f947c7 ssb_chipco_gpio_control +EXPORT_SYMBOL drivers/ssb/ssb 0x83f6eac9 ssb_bus_may_powerdown +EXPORT_SYMBOL drivers/ssb/ssb 0x95241fd8 ssb_bus_powerup +EXPORT_SYMBOL drivers/ssb/ssb 0x9e675804 ssb_pmu_set_ldo_paref +EXPORT_SYMBOL drivers/ssb/ssb 0xbff058fd ssb_bus_resume +EXPORT_SYMBOL drivers/ssb/ssb 0xcb17f1cb ssb_admatch_base +EXPORT_SYMBOL drivers/ssb/ssb 0xdfc7c6ef ssb_admatch_size +EXPORT_SYMBOL drivers/ssb/ssb 0xe1894f68 ssb_device_enable +EXPORT_SYMBOL drivers/ssb/ssb 0xe7bb6ab1 __ssb_driver_register +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x05a4d244 fbtft_remove_common +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x08102cd5 fbtft_write_vmem16_bus16 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x0c8eb0c4 fbtft_register_framebuffer +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x168a9c5f fbtft_write_buf_dc +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x1a3db594 fbtft_probe_common +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x21e53a7c fbtft_write_vmem16_bus8 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x23a9300a fbtft_dbg_hex +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x4500d708 fbtft_write_reg8_bus9 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x53d64da4 fbtft_init_display +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x5bda6946 fbtft_unregister_backlight +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x60687900 fbtft_framebuffer_release +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x709effd7 fbtft_write_spi +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x7d181b58 fbtft_unregister_framebuffer +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x81917bc9 fbtft_register_backlight +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x88534a59 fbtft_read_spi +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x88d4c97e fbtft_write_gpio16_wr_latched +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x8f38ac31 fbtft_write_gpio16_wr +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xb0896701 fbtft_write_reg16_bus16 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xb1917002 fbtft_write_gpio8_wr +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xb2a55c48 fbtft_write_spi_emulate_9 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xb3c9cb20 fbtft_write_vmem8_bus8 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xbdf3e43c fbtft_write_vmem16_bus9 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xc0de7883 fbtft_write_reg16_bus8 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xc4a380f5 fbtft_write_reg8_bus8 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xe8c77f7c fbtft_framebuffer_alloc +EXPORT_SYMBOL drivers/staging/greybus/gb-audio-codec 0x573595ff gbaudio_module_update +EXPORT_SYMBOL drivers/staging/greybus/gb-audio-codec 0x98d61e80 gbaudio_unregister_module +EXPORT_SYMBOL drivers/staging/greybus/gb-audio-codec 0xf50bcf76 gbaudio_register_module +EXPORT_SYMBOL drivers/staging/iio/addac/adt7316 0x48ebd492 adt7316_probe +EXPORT_SYMBOL drivers/staging/iio/meter/ade7854 0x79243809 ade7854_probe +EXPORT_SYMBOL drivers/staging/nvec/nvec 0x1d1c242e nvec_write_async +EXPORT_SYMBOL drivers/staging/nvec/nvec 0xc4e8b6d6 nvec_write_sync +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x023747e7 rtllib_softmac_stop_protocol +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x0491a6e7 rtllib_wx_set_auth +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x07d623d6 rtllib_wx_set_scan +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x0dc5baef rtllib_stop_scan +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x0ea70104 rtllib_wx_get_rts +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x22166084 rt_global_debug_component +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x250b472f rtllib_wx_set_mode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x2910671e rtllib_DisableIntelPromiscuousMode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x2de26272 dot11d_init +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x3963180e rtllib_stop_send_beacons +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x3de8202e dot11d_channel_map +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x449056b1 rtllib_get_beacon +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x49a6a425 rtllib_start_send_beacons +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x4daf473f rtllib_wx_set_power +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x4dfab074 rtllib_wx_get_power +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x507c74af rtllib_reset_queue +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x522168d6 rtllib_wx_get_scan +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x52bdebb4 rtllib_legal_channel +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x52ca203a rtllib_wx_set_gen_ie +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x556ffc93 rtllib_sta_ps_send_null_frame +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x55f3710a rtllib_xmit +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x637f20ea rtllib_wx_get_wap +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x69500222 HT_update_self_and_peer_setting +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x69eb1851 notify_wx_assoc_event +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x6d55f3d6 rtllib_wx_get_encode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x70fc0c2f rtllib_wx_get_mode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x738c479b rtllib_wx_get_name +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x826eca9d free_rtllib +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x8687f29c rtllib_wx_get_freq +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x8806dc21 rtllib_stop_scan_syncro +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x8c5b3e39 rtllib_wx_set_encode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x8e5a2330 rtllib_ps_tx_ack +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x91120f5d rtllib_wx_set_wap +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x9960a946 rtllib_rx +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x9baa66b8 rtllib_wx_get_rate +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xb36ca090 rtllib_MgntDisconnect +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xb6fa80fe alloc_rtllib +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xc13a7082 rtllib_wx_set_mlme +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xc776caca RemovePeerTS +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xc8b4521d rtllib_wx_get_essid +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xc8e1a556 rtllib_wx_set_essid +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xce454251 rtllib_wx_set_rawtx +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xce5d2db8 rtllib_wx_set_rate +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xcf76b8e7 rtllib_wx_set_encode_ext +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xd370b99c rtllib_wx_set_freq +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xdf78f620 rtllib_wlan_frequencies +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xe606f894 rtllib_act_scanning +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xedd98d90 rtllib_start_scan_syncro +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xf4404fb1 rtllib_EnableIntelPromiscuousMode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xf83a1579 rtllib_softmac_start_protocol +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xfcca2eb3 rtllib_wx_set_rts +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x1cb3ab9f dot11d_reset +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x232e7944 ieee80211_wlan_frequencies +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x238942df SendDisassociation_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x26a8d6af ieee80211_wx_set_power +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x2ac2558a ieee80211_softmac_xmit +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x2d9ec31d dot11d_update_country_ie +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x3219c6d5 ieee80211_wx_set_encode_ext +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x32a86ec0 ieee80211_wx_get_encode +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x38ca344d ieee80211_wx_set_auth +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x39d92c70 ieee80211_wx_get_essid +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x420cea23 ieee80211_txb_free +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x45fc843a ieee80211_wx_get_wap +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x477e5c17 ieee80211_wx_set_rawtx +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x52f874d6 ieee80211_wx_get_name +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x5310d1be dot11d_get_max_tx_pwr_in_dbm +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x58c03816 HTUpdateSelfAndPeerSetting +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x5d53eb38 ieee80211_softmac_start_protocol +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x6651f895 ieee80211_is_shortslot +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x6b087bf9 ieee80211_ps_tx_ack +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x722e2b9a ieee80211_rx +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x76aec005 ieee80211_wx_get_rts +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x8485b2ac ieee80211_start_scan_syncro +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x8933e55c ieee80211_stop_scan +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x8a118840 ieee80211_softmac_scan_syncro +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x8f14a016 ieee80211_wpa_supplicant_ioctl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x8f9e4f8e to_legal_channel +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x932bf105 ieee80211_wx_set_freq +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x9481b75e dot11d_scan_complete +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x965f0e28 ieee80211_stop_queue_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x9ce5c0ac ieee80211_rx_mgt +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xad211710 ieee80211_reset_queue +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xad9a9042 ieee80211_wx_set_essid +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xae6df3b8 notify_wx_assoc_event_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xb24ec53b rtl8192u_dot11d_init +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xb2eb6a9d ieee80211_wx_get_power +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xb4ac478c ieee80211_wx_get_freq +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xb556f0f2 ieee80211_wx_set_mlme +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xc00ba74b ieee80211_wx_set_wap +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xc461351e ieee80211_wx_get_mode +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xc63ba64b is_legal_channel +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xcb5b13f7 ieee80211_wx_get_rate +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xcd1b7a41 ieee80211_wake_queue_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xceb1afa9 ieee80211_disassociate +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xcf35ca2b ieee80211_wx_set_gen_ie +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xd18bb294 ieee80211_softmac_stop_protocol +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xd54ab692 ieee80211_wx_set_scan +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xd9089f16 ieee80211_start_send_beacons +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xd9ada096 ieee80211_wx_get_encode_ext +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xe3372510 ieee80211_is_54g +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xe3e68397 ieee80211_wx_set_mode +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xecdca57e ieee80211_wx_set_rate +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xf2cd001b ieee80211_wx_get_scan +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xf359e374 ieee80211_wx_set_rts +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xf5a7da27 ieee80211_get_beacon +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xf80fb32d ieee80211_stop_send_beacons +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xfaeb7cfc ieee80211_wx_set_encode +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x028762c8 iscsit_handle_task_mgt_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x07466b60 iscsit_build_text_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x1690bad4 iscsit_set_unsolicited_dataout +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x18a7b7e1 iscsit_build_rsp_pdu +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x1e95497a iscsit_allocate_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x239523ac iscsit_get_datain_values +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x2663e326 iscsi_target_check_login_request +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x2c2c7b40 iscsit_process_text_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x3ac256b1 iscsit_free_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x42e9aa7f iscsit_increment_maxcmdsn +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x48a4b16f iscsit_queue_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x5167d712 iscsit_cause_connection_reinstatement +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x58a5c51c iscsit_setup_text_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x599f6006 iscsit_tmr_post_handler +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x6db4606a iscsit_thread_check_cpumask +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x6f622357 iscsit_setup_scsi_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x7132bf11 iscsit_sequence_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x74c70b96 iscsit_build_datain_pdu +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x7fa14222 iscsit_build_reject +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x80b27205 iscsit_build_logout_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x846f1a7d iscsit_build_task_mgt_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x89e8e031 iscsit_setup_nop_out +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x8b9138af iscsit_handle_logout_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x8e0a218a iscsit_build_r2ts_for_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x91764350 iscsit_aborted_task +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x9aa55652 iscsit_find_cmd_from_itt +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x9ecec00c iscsit_check_dataout_hdr +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xa4499b3a iscsit_unregister_transport +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xa5ef6ae3 iscsit_stop_dataout_timer +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xa66c8038 __iscsit_check_dataout_hdr +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xaa09084d iscsi_change_param_sprintf +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xb52ba31c iscsit_response_queue +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xbea31a6e iscsit_register_transport +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xbfb45741 iscsit_find_cmd_from_itt_or_dump +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xc897a887 iscsit_process_scsi_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xcac4291d iscsit_immediate_queue +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xcec3715f iscsit_process_nop_out +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xda8131ca iscsit_add_reject +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xdee7477f iscsit_reject_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xe696dbfb iscsit_build_nopin_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xef58f480 iscsit_check_dataout_payload +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xf0ee42fc iscsit_logout_post_handler +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xf34332f0 iscsi_find_param_from_key +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xf4b5bb79 iscsit_release_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xf56e80df iscsit_handle_snack +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xfa987034 iscsit_add_cmd_to_immediate_queue +EXPORT_SYMBOL drivers/target/target_core_mod 0x04308551 target_remove_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x05d12bf8 target_to_linux_sector +EXPORT_SYMBOL drivers/target/target_core_mod 0x072f1e78 target_lun_is_rdonly +EXPORT_SYMBOL drivers/target/target_core_mod 0x0871ffd6 transport_set_vpd_ident +EXPORT_SYMBOL drivers/target/target_core_mod 0x0a29e99d core_tpg_register +EXPORT_SYMBOL drivers/target/target_core_mod 0x0dd3023a target_submit_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x0ed810b1 target_setup_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x103f312d sbc_dif_verify +EXPORT_SYMBOL drivers/target/target_core_mod 0x11ae60d0 sbc_attrib_attrs +EXPORT_SYMBOL drivers/target/target_core_mod 0x11c484c8 __transport_register_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x13af8448 target_tpg_has_node_acl +EXPORT_SYMBOL drivers/target/target_core_mod 0x142072c0 transport_set_vpd_assoc +EXPORT_SYMBOL drivers/target/target_core_mod 0x1a2edb72 transport_generic_handle_tmr +EXPORT_SYMBOL drivers/target/target_core_mod 0x20a1abf9 transport_init_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x2aba7af8 sbc_get_device_type +EXPORT_SYMBOL drivers/target/target_core_mod 0x2b764c95 target_backend_unregister +EXPORT_SYMBOL drivers/target/target_core_mod 0x34daba13 core_tmr_alloc_req +EXPORT_SYMBOL drivers/target/target_core_mod 0x35a5dd79 target_show_dynamic_sessions +EXPORT_SYMBOL drivers/target/target_core_mod 0x3a20a9d7 transport_set_vpd_ident_type +EXPORT_SYMBOL drivers/target/target_core_mod 0x3d5844f3 transport_lookup_tmr_lun +EXPORT_SYMBOL drivers/target/target_core_mod 0x3fa26253 target_unregister_template +EXPORT_SYMBOL drivers/target/target_core_mod 0x43c6fea1 core_tpg_set_initiator_node_tag +EXPORT_SYMBOL drivers/target/target_core_mod 0x4c60ebfc transport_generic_new_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x4faa6c5a spc_emulate_inquiry_std +EXPORT_SYMBOL drivers/target/target_core_mod 0x4fe0b9e9 transport_deregister_session_configfs +EXPORT_SYMBOL drivers/target/target_core_mod 0x578ad097 spc_emulate_evpd_83 +EXPORT_SYMBOL drivers/target/target_core_mod 0x58459c2f core_tpg_check_initiator_node_acl +EXPORT_SYMBOL drivers/target/target_core_mod 0x5bdb610a target_free_sgl +EXPORT_SYMBOL drivers/target/target_core_mod 0x61906126 transport_register_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x62083a85 sbc_dif_copy_prot +EXPORT_SYMBOL drivers/target/target_core_mod 0x68306697 target_get_sess_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x70e18604 target_execute_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x712c9be3 sbc_parse_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0x758efb18 target_complete_cmd_with_sense +EXPORT_SYMBOL drivers/target/target_core_mod 0x76e0d0ac target_complete_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x78ef2b59 core_tpg_get_initiator_node_acl +EXPORT_SYMBOL drivers/target/target_core_mod 0x79af114c passthrough_attrib_attrs +EXPORT_SYMBOL drivers/target/target_core_mod 0x7a47d3f2 transport_lookup_cmd_lun +EXPORT_SYMBOL drivers/target/target_core_mod 0x7aa518ca sbc_get_write_same_sectors +EXPORT_SYMBOL drivers/target/target_core_mod 0x7f82ffaf target_configure_unmap_from_queue +EXPORT_SYMBOL drivers/target/target_core_mod 0x8223c857 transport_backend_register +EXPORT_SYMBOL drivers/target/target_core_mod 0x83b35b47 spc_emulate_report_luns +EXPORT_SYMBOL drivers/target/target_core_mod 0x866f17b4 spc_parse_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0x8917f20b target_stop_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x94e686a7 target_register_template +EXPORT_SYMBOL drivers/target/target_core_mod 0x9847e4b0 passthrough_pr_attrib_attrs +EXPORT_SYMBOL drivers/target/target_core_mod 0x986f18d9 transport_wait_for_tasks +EXPORT_SYMBOL drivers/target/target_core_mod 0x9a3dc980 transport_kmap_data_sg +EXPORT_SYMBOL drivers/target/target_core_mod 0x9cec394b transport_generic_request_failure +EXPORT_SYMBOL drivers/target/target_core_mod 0x9de40564 core_allocate_nexus_loss_ua +EXPORT_SYMBOL drivers/target/target_core_mod 0xa2240d16 target_depend_item +EXPORT_SYMBOL drivers/target/target_core_mod 0xa53c1faa target_cmd_init_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0xa8f267e0 target_submit_tmr +EXPORT_SYMBOL drivers/target/target_core_mod 0xab2348ba target_wait_for_sess_cmds +EXPORT_SYMBOL drivers/target/target_core_mod 0xaddcdf6a core_alua_check_nonop_delay +EXPORT_SYMBOL drivers/target/target_core_mod 0xaefbcacd target_alloc_sgl +EXPORT_SYMBOL drivers/target/target_core_mod 0xb0858a3e transport_send_check_condition_and_sense +EXPORT_SYMBOL drivers/target/target_core_mod 0xb1802cdd transport_kunmap_data_sg +EXPORT_SYMBOL drivers/target/target_core_mod 0xb1b5b815 target_set_cmd_data_length +EXPORT_SYMBOL drivers/target/target_core_mod 0xb62804f7 target_complete_cmd_with_length +EXPORT_SYMBOL drivers/target/target_core_mod 0xb9e28f05 target_cmd_parse_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0xbe7e9c3d transport_deregister_session +EXPORT_SYMBOL drivers/target/target_core_mod 0xc4de8e99 __target_init_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xc63e8025 transport_alloc_session +EXPORT_SYMBOL drivers/target/target_core_mod 0xcc8c2aff transport_free_session +EXPORT_SYMBOL drivers/target/target_core_mod 0xd53f2867 core_tpg_deregister +EXPORT_SYMBOL drivers/target/target_core_mod 0xd5bb4cd2 target_put_sess_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xd92520ef target_put_nacl +EXPORT_SYMBOL drivers/target/target_core_mod 0xe5e0aef8 target_send_busy +EXPORT_SYMBOL drivers/target/target_core_mod 0xe9555ee0 target_show_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xe96f6f0d transport_copy_sense_to_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xeb448d6d transport_alloc_session_tags +EXPORT_SYMBOL drivers/target/target_core_mod 0xf00e2f60 target_nacl_find_deve +EXPORT_SYMBOL drivers/target/target_core_mod 0xf22f6c7d core_tpg_set_initiator_node_queue_depth +EXPORT_SYMBOL drivers/target/target_core_mod 0xf3c2dfe0 transport_set_vpd_proto_id +EXPORT_SYMBOL drivers/target/target_core_mod 0xf5371a42 transport_generic_free_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xfc7ec308 target_undepend_item +EXPORT_SYMBOL drivers/target/target_core_mod 0xfec56991 passthrough_parse_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0xff12a7f2 transport_handle_cdb_direct +EXPORT_SYMBOL drivers/ufs/core/ufshcd-core 0x06614e4c ufshcd_system_suspend +EXPORT_SYMBOL drivers/ufs/core/ufshcd-core 0x143ddf6f ufshcd_runtime_suspend +EXPORT_SYMBOL drivers/ufs/core/ufshcd-core 0x1c00de8e ufshcd_map_desc_id_to_length +EXPORT_SYMBOL drivers/ufs/core/ufshcd-core 0x1ff04918 ufshcd_alloc_host +EXPORT_SYMBOL drivers/ufs/core/ufshcd-core 0x603ba65f ufshcd_runtime_resume +EXPORT_SYMBOL drivers/ufs/core/ufshcd-core 0x8b43d506 ufshcd_system_resume +EXPORT_SYMBOL drivers/ufs/core/ufshcd-core 0xf044d852 ufshcd_get_local_unipro_ver +EXPORT_SYMBOL drivers/ufs/core/ufshcd-core 0xfbfe2990 ufshcd_shutdown +EXPORT_SYMBOL drivers/ufs/host/tc-dwc-g210 0x0b7e8388 tc_dwc_g210_config_20_bit +EXPORT_SYMBOL drivers/ufs/host/tc-dwc-g210 0x9eae8556 tc_dwc_g210_config_40_bit +EXPORT_SYMBOL drivers/ufs/host/ufshcd-dwc 0x15fc7907 ufshcd_dwc_link_startup_notify +EXPORT_SYMBOL drivers/ufs/host/ufshcd-dwc 0x7e3ce619 ufshcd_dwc_dme_set_attrs +EXPORT_SYMBOL drivers/usb/class/cdc-wdm 0x56dad12e usb_cdc_wdm_register +EXPORT_SYMBOL drivers/usb/gadget/libcomposite 0x9619e521 usb_os_desc_prepare_interf_dir +EXPORT_SYMBOL drivers/usb/host/sl811-hcd 0xccfd7452 sl811h_driver +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x1c0ee45f usb_wwan_chars_in_buffer +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x2b9366c6 usb_wwan_suspend +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x34b7dc21 usb_wwan_open +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x3b2d4690 usb_wwan_port_remove +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x77ccc75c usb_wwan_tiocmget +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x9546713d usb_wwan_tiocmset +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x9b4e37ae usb_wwan_dtr_rts +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xcf5c4ece usb_wwan_write_room +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xd1a3e10d usb_wwan_write +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xd7fdadc1 usb_wwan_close +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xe69d91a2 usb_wwan_resume +EXPORT_SYMBOL drivers/usb/serial/usbserial 0x95cf52fd usb_serial_resume +EXPORT_SYMBOL drivers/usb/serial/usbserial 0xf098a4c2 usb_serial_suspend +EXPORT_SYMBOL drivers/vdpa/vdpa 0xe79ae3c3 vdpa_set_status +EXPORT_SYMBOL drivers/vfio/mdev/mdev 0x24f2dd77 mdev_register_parent +EXPORT_SYMBOL drivers/vfio/mdev/mdev 0x4b2aed86 mdev_register_driver +EXPORT_SYMBOL drivers/vfio/mdev/mdev 0x7c23353a mdev_unregister_parent +EXPORT_SYMBOL drivers/vfio/mdev/mdev 0xba1592e9 mdev_unregister_driver +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 0xb28865a9 vfio_pin_pages +EXPORT_SYMBOL drivers/vfio/vfio 0xe3823ae1 vfio_unpin_pages +EXPORT_SYMBOL drivers/vfio/vfio 0xe5aedf50 vfio_dma_rw +EXPORT_SYMBOL drivers/vhost/vhost 0x9eb39ce7 vhost_chr_write_iter +EXPORT_SYMBOL drivers/vhost/vhost 0xe5632ea7 vhost_chr_poll +EXPORT_SYMBOL drivers/vhost/vringh 0x0c46f5fb vringh_iov_pull_iotlb +EXPORT_SYMBOL drivers/vhost/vringh 0x18f3ddc2 vringh_iov_push_iotlb +EXPORT_SYMBOL drivers/vhost/vringh 0x19c24590 vringh_notify_disable_kern +EXPORT_SYMBOL drivers/vhost/vringh 0x1fe50c1a vringh_abandon_kern +EXPORT_SYMBOL drivers/vhost/vringh 0x2890c460 vringh_getdesc_kern +EXPORT_SYMBOL drivers/vhost/vringh 0x2d2babc9 vringh_complete_kern +EXPORT_SYMBOL drivers/vhost/vringh 0x3684d8af vringh_complete_iotlb +EXPORT_SYMBOL drivers/vhost/vringh 0x3b304ebb vringh_iov_push_user +EXPORT_SYMBOL drivers/vhost/vringh 0x3ee1955e vringh_init_iotlb +EXPORT_SYMBOL drivers/vhost/vringh 0x4311cd91 vringh_iov_pull_user +EXPORT_SYMBOL drivers/vhost/vringh 0x4504adc9 vringh_abandon_iotlb +EXPORT_SYMBOL drivers/vhost/vringh 0x5bd469c0 vringh_getdesc_user +EXPORT_SYMBOL drivers/vhost/vringh 0x5f586ca2 vringh_init_kern +EXPORT_SYMBOL drivers/vhost/vringh 0x61e3831b vringh_getdesc_iotlb +EXPORT_SYMBOL drivers/vhost/vringh 0x660779c8 vringh_kiov_advance +EXPORT_SYMBOL drivers/vhost/vringh 0x6a693a25 vringh_need_notify_user +EXPORT_SYMBOL drivers/vhost/vringh 0x90e93e3c vringh_complete_multi_user +EXPORT_SYMBOL drivers/vhost/vringh 0x97fa07e9 vringh_iov_push_kern +EXPORT_SYMBOL drivers/vhost/vringh 0x9b30452e vringh_complete_user +EXPORT_SYMBOL drivers/vhost/vringh 0xa7ce8bd6 vringh_notify_disable_user +EXPORT_SYMBOL drivers/vhost/vringh 0xa8efaeb9 vringh_set_iotlb +EXPORT_SYMBOL drivers/vhost/vringh 0xc0bb1581 vringh_need_notify_iotlb +EXPORT_SYMBOL drivers/vhost/vringh 0xc87491c8 vringh_notify_enable_iotlb +EXPORT_SYMBOL drivers/vhost/vringh 0xd465f463 vringh_need_notify_kern +EXPORT_SYMBOL drivers/vhost/vringh 0xde804bb9 vringh_iov_pull_kern +EXPORT_SYMBOL drivers/vhost/vringh 0xe4c21196 vringh_notify_disable_iotlb +EXPORT_SYMBOL drivers/vhost/vringh 0xeb2ec139 vringh_notify_enable_kern +EXPORT_SYMBOL drivers/vhost/vringh 0xf1e32cc0 vringh_init_user +EXPORT_SYMBOL drivers/vhost/vringh 0xf8605294 vringh_notify_enable_user +EXPORT_SYMBOL drivers/vhost/vringh 0xf9d0dd07 vringh_abandon_user +EXPORT_SYMBOL drivers/video/backlight/lcd 0x1937ccf4 lcd_device_unregister +EXPORT_SYMBOL drivers/video/backlight/lcd 0x1f22e146 devm_lcd_device_unregister +EXPORT_SYMBOL drivers/video/backlight/lcd 0x75e00ba4 lcd_device_register +EXPORT_SYMBOL drivers/video/backlight/lcd 0xa704e833 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 0x21df9d68 svga_settile +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x2358ff2b svga_tilecursor +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x4ab38ef2 svga_set_default_crt_regs +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x5fd6c3d4 svga_tileblit +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x68892bb6 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 0xb0ab2b2e svga_check_timings +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xb6aaf443 svga_get_tilemax +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xb892c804 svga_get_caps +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xd22ca511 svga_set_default_atc_regs +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xd6ec2c44 svga_compute_pll +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xdcc5a013 svga_wseq_multi +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xe28d2a49 svga_set_default_gfx_regs +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xe9bd13ea svga_tilefill +EXPORT_SYMBOL drivers/video/fbdev/core/syscopyarea 0xd4239c8f sys_copyarea +EXPORT_SYMBOL drivers/video/fbdev/core/sysfillrect 0x8baa6df4 sys_fillrect +EXPORT_SYMBOL drivers/video/fbdev/core/sysimgblt 0xb4782a18 sys_imageblit +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 0x65e60fba cyber2000fb_attach +EXPORT_SYMBOL drivers/video/fbdev/cyber2000fb 0xb39f68d1 cyber2000fb_enable_extregs +EXPORT_SYMBOL drivers/video/fbdev/macmodes 0x1fdb6a46 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 0x6c3e6358 g450_mnp2f +EXPORT_SYMBOL drivers/video/fbdev/matrox/g450_pll 0x93c95671 matroxfb_g450_setpll_cond +EXPORT_SYMBOL drivers/video/fbdev/matrox/g450_pll 0xc854bf8f matroxfb_g450_setclk +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0x1f6645ec matrox_mystique +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0x81b2b9f8 matrox_G100 +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0xdee91f73 DAC1064_global_init +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0xfad25d3a DAC1064_global_restore +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_Ti3026 0xa7a138d8 matrox_millennium +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_accel 0xb02da194 matrox_cfbX_init +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0x57b6aed3 matroxfb_enable_irq +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0x9c2ca035 matroxfb_register_driver +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0xb70de80a matroxfb_wait_for_sync +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0xbf164433 matroxfb_unregister_driver +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_g450 0x11afc325 matroxfb_g450_shutdown +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_g450 0xc2ce9ca7 matroxfb_g450_connect +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x25cf8049 matroxfb_PLL_calcclock +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x6e44bc0a matroxfb_read_pins +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x8ef924ff matroxfb_DAC_in +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x8fc72544 matroxfb_vgaHWrestore +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0xa657c9e0 matroxfb_vgaHWinit +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0xbd436212 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 0x13c60057 is_virtio_dma_buf +EXPORT_SYMBOL drivers/virtio/virtio_dma_buf 0x5091afd9 virtio_dma_buf_get_uuid +EXPORT_SYMBOL drivers/virtio/virtio_dma_buf 0xb28fd736 virtio_dma_buf_export +EXPORT_SYMBOL drivers/virtio/virtio_dma_buf 0xbe42c0b3 virtio_dma_buf_attach +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2780 0x534a476b w1_ds2780_eeprom_cmd +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2780 0x6f7d0a75 w1_ds2780_io +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2781 0x98e0780c w1_ds2781_io +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2781 0xad878832 w1_ds2781_eeprom_cmd +EXPORT_SYMBOL drivers/w1/wire 0x27a019d6 w1_add_master_device +EXPORT_SYMBOL drivers/w1/wire 0x37bf5cfe w1_unregister_family +EXPORT_SYMBOL drivers/w1/wire 0x551b1811 w1_remove_master_device +EXPORT_SYMBOL drivers/w1/wire 0xee4c118c w1_register_family +EXPORT_SYMBOL fs/fscache/fscache 0x0386bd81 __fscache_use_cookie +EXPORT_SYMBOL fs/fscache/fscache 0x1a0d09e7 fscache_n_write +EXPORT_SYMBOL fs/fscache/fscache 0x1a25cfa0 __tracepoint_fscache_access +EXPORT_SYMBOL fs/fscache/fscache 0x2087e83f fscache_relinquish_cache +EXPORT_SYMBOL fs/fscache/fscache 0x229534db fscache_acquire_cache +EXPORT_SYMBOL fs/fscache/fscache 0x234a140d __traceiter_fscache_access_volume +EXPORT_SYMBOL fs/fscache/fscache 0x2c3aae4b __fscache_invalidate +EXPORT_SYMBOL fs/fscache/fscache 0x306805d3 __SCK__tp_func_fscache_access +EXPORT_SYMBOL fs/fscache/fscache 0x39674879 __tracepoint_fscache_access_cache +EXPORT_SYMBOL fs/fscache/fscache 0x3c1c4cac fscache_get_cookie +EXPORT_SYMBOL fs/fscache/fscache 0x4404d2aa fscache_n_no_create_space +EXPORT_SYMBOL fs/fscache/fscache 0x4871c5c5 __fscache_resize_cookie +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 0x557a775f fscache_addremove_sem +EXPORT_SYMBOL fs/fscache/fscache 0x5a82085c __fscache_write_to_cache +EXPORT_SYMBOL fs/fscache/fscache 0x5a9a3ba8 __fscache_begin_read_operation +EXPORT_SYMBOL fs/fscache/fscache 0x672514cd fscache_end_cookie_access +EXPORT_SYMBOL fs/fscache/fscache 0x68b51371 __fscache_acquire_volume +EXPORT_SYMBOL fs/fscache/fscache 0x6c5e41e7 __tracepoint_fscache_access_volume +EXPORT_SYMBOL fs/fscache/fscache 0x6e416521 __SCK__tp_func_fscache_access_volume +EXPORT_SYMBOL fs/fscache/fscache 0x7474c561 __fscache_begin_write_operation +EXPORT_SYMBOL fs/fscache/fscache 0x8c2d6da7 fscache_clearance_waiters +EXPORT_SYMBOL fs/fscache/fscache 0x8c385726 __fscache_acquire_cookie +EXPORT_SYMBOL fs/fscache/fscache 0x8f485f32 fscache_wait_for_operation +EXPORT_SYMBOL fs/fscache/fscache 0x90d447f3 fscache_n_culled +EXPORT_SYMBOL fs/fscache/fscache 0x9bda3c61 __fscache_relinquish_cookie +EXPORT_SYMBOL fs/fscache/fscache 0x9f70ce76 fscache_add_cache +EXPORT_SYMBOL fs/fscache/fscache 0x9ffefcb2 fscache_n_read +EXPORT_SYMBOL fs/fscache/fscache 0xa492a0f0 fscache_withdraw_volume +EXPORT_SYMBOL fs/fscache/fscache 0xae6040a5 __traceiter_fscache_access_cache +EXPORT_SYMBOL fs/fscache/fscache 0xb0962eee fscache_end_volume_access +EXPORT_SYMBOL fs/fscache/fscache 0xb4894dce fscache_dirty_folio +EXPORT_SYMBOL fs/fscache/fscache 0xbca46908 fscache_wq +EXPORT_SYMBOL fs/fscache/fscache 0xc14ebf24 fscache_io_error +EXPORT_SYMBOL fs/fscache/fscache 0xcce11a60 fscache_n_no_write_space +EXPORT_SYMBOL fs/fscache/fscache 0xcd633269 __fscache_clear_page_bits +EXPORT_SYMBOL fs/fscache/fscache 0xd89aff2a fscache_put_cookie +EXPORT_SYMBOL fs/fscache/fscache 0xdcb87498 __traceiter_fscache_access +EXPORT_SYMBOL fs/fscache/fscache 0xeb99e4e7 fscache_withdraw_cookie +EXPORT_SYMBOL fs/fscache/fscache 0xee058bee fscache_resume_after_invalidation +EXPORT_SYMBOL fs/fscache/fscache 0xee990171 __fscache_relinquish_volume +EXPORT_SYMBOL fs/fscache/fscache 0xf3615e80 fscache_withdraw_cache +EXPORT_SYMBOL fs/fscache/fscache 0xfb07449f fscache_cookie_lookup_negative +EXPORT_SYMBOL fs/fscache/fscache 0xfc6b44e0 fscache_caching_failed +EXPORT_SYMBOL fs/fscache/fscache 0xff56eded __fscache_unuse_cookie +EXPORT_SYMBOL fs/netfs/netfs 0x07427b81 netfs_readahead +EXPORT_SYMBOL fs/netfs/netfs 0x3537c1ff netfs_stats_show +EXPORT_SYMBOL fs/netfs/netfs 0x8d994605 netfs_write_begin +EXPORT_SYMBOL fs/netfs/netfs 0x9ee9fe4a netfs_subreq_terminated +EXPORT_SYMBOL fs/netfs/netfs 0xa9169d7a netfs_read_folio +EXPORT_SYMBOL fs/ocfs2/cluster/ocfs2_nodemanager 0xbfd7d7a2 o2hb_global_heartbeat_active +EXPORT_SYMBOL fs/quota/quota_tree 0x24158556 qtree_delete_dquot +EXPORT_SYMBOL fs/quota/quota_tree 0x3714434f qtree_get_next_id +EXPORT_SYMBOL fs/quota/quota_tree 0x5fbf88d9 qtree_entry_unused +EXPORT_SYMBOL fs/quota/quota_tree 0xa22e7b82 qtree_read_dquot +EXPORT_SYMBOL fs/quota/quota_tree 0xa609ea67 qtree_write_dquot +EXPORT_SYMBOL fs/quota/quota_tree 0xc67dce22 qtree_release_dquot +EXPORT_SYMBOL lib/crc-itu-t 0x09a34a2b crc_itu_t +EXPORT_SYMBOL lib/crc-itu-t 0xd819a524 crc_itu_t_table +EXPORT_SYMBOL lib/crc7 0x65aaf037 crc7_be_syndrome_table +EXPORT_SYMBOL lib/crc7 0xba55d23e crc7_be +EXPORT_SYMBOL lib/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 0x89a0cd52 crc32c_impl +EXPORT_SYMBOL lib/libcrc32c 0xb15b4109 crc32c +EXPORT_SYMBOL lib/lru_cache 0x0cb562e6 lc_put +EXPORT_SYMBOL lib/lru_cache 0x12de578e lc_committed +EXPORT_SYMBOL lib/lru_cache 0x1d2ebc6a lc_get +EXPORT_SYMBOL lib/lru_cache 0x2675693b lc_del +EXPORT_SYMBOL lib/lru_cache 0x75e88edc lc_destroy +EXPORT_SYMBOL lib/lru_cache 0x96d40a48 lc_try_get +EXPORT_SYMBOL lib/lru_cache 0x9e4bfaff 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 0xe1c1b56a 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 0x172e3d28 lowpan_register_netdev +EXPORT_SYMBOL net/6lowpan/6lowpan 0x525f0bad lowpan_nhc_del +EXPORT_SYMBOL net/6lowpan/6lowpan 0x6728900f lowpan_unregister_netdevice +EXPORT_SYMBOL net/6lowpan/6lowpan 0x97eed45b lowpan_unregister_netdev +EXPORT_SYMBOL net/6lowpan/6lowpan 0x9b3912d1 lowpan_nhc_add +EXPORT_SYMBOL net/6lowpan/6lowpan 0xd9eadbfa lowpan_register_netdevice +EXPORT_SYMBOL net/802/p8022 0x3bb46068 register_8022_client +EXPORT_SYMBOL net/802/p8022 0xf9653f27 unregister_8022_client +EXPORT_SYMBOL net/802/psnap 0x1d6c72f6 register_snap_client +EXPORT_SYMBOL net/802/psnap 0x74fecf4b unregister_snap_client +EXPORT_SYMBOL net/9p/9pnet 0x03c9aabb p9_client_rename +EXPORT_SYMBOL net/9p/9pnet 0x05f4c8b4 p9_client_getattr_dotl +EXPORT_SYMBOL net/9p/9pnet 0x0df63d01 v9fs_get_trans_by_name +EXPORT_SYMBOL net/9p/9pnet 0x10bc384f p9_client_read +EXPORT_SYMBOL net/9p/9pnet 0x12a174af p9_client_mknod_dotl +EXPORT_SYMBOL net/9p/9pnet 0x1a00b23d p9_client_create +EXPORT_SYMBOL net/9p/9pnet 0x212a47df p9_client_destroy +EXPORT_SYMBOL net/9p/9pnet 0x2bd168b3 p9_client_fsync +EXPORT_SYMBOL net/9p/9pnet 0x2c001513 p9_client_statfs +EXPORT_SYMBOL net/9p/9pnet 0x2e70f4bb __tracepoint_9p_fid_ref +EXPORT_SYMBOL net/9p/9pnet 0x30187e11 p9_client_wstat +EXPORT_SYMBOL net/9p/9pnet 0x330a5436 v9fs_unregister_trans +EXPORT_SYMBOL net/9p/9pnet 0x33f790fc p9_client_setattr +EXPORT_SYMBOL net/9p/9pnet 0x34d4803e p9_client_lock_dotl +EXPORT_SYMBOL net/9p/9pnet 0x35d9d1b8 p9_client_fcreate +EXPORT_SYMBOL net/9p/9pnet 0x385eb7c6 p9_client_readlink +EXPORT_SYMBOL net/9p/9pnet 0x3d73a797 p9_errstr2errno +EXPORT_SYMBOL net/9p/9pnet 0x41ce9823 p9stat_read +EXPORT_SYMBOL net/9p/9pnet 0x4991b4ef p9_client_open +EXPORT_SYMBOL net/9p/9pnet 0x4ba99359 p9_fcall_fini +EXPORT_SYMBOL net/9p/9pnet 0x4e88408c p9_client_begin_disconnect +EXPORT_SYMBOL net/9p/9pnet 0x541cf319 p9_client_symlink +EXPORT_SYMBOL net/9p/9pnet 0x604705d7 p9_is_proto_dotl +EXPORT_SYMBOL net/9p/9pnet 0x634f5c04 p9_client_unlinkat +EXPORT_SYMBOL net/9p/9pnet 0x69d1d010 p9_is_proto_dotu +EXPORT_SYMBOL net/9p/9pnet 0x6d675447 p9_client_read_once +EXPORT_SYMBOL net/9p/9pnet 0x6e4a155a p9_client_getlock_dotl +EXPORT_SYMBOL net/9p/9pnet 0x73578a6f v9fs_register_trans +EXPORT_SYMBOL net/9p/9pnet 0x761cad64 p9_parse_header +EXPORT_SYMBOL net/9p/9pnet 0x773fd7a9 p9_release_pages +EXPORT_SYMBOL net/9p/9pnet 0x77bca595 p9_client_write +EXPORT_SYMBOL net/9p/9pnet 0x81ab1838 p9_client_renameat +EXPORT_SYMBOL net/9p/9pnet 0x8238661b p9_client_mkdir_dotl +EXPORT_SYMBOL net/9p/9pnet 0x852bf1c8 p9_client_create_dotl +EXPORT_SYMBOL net/9p/9pnet 0x8d2b3545 p9_req_put +EXPORT_SYMBOL net/9p/9pnet 0x9044b39d __traceiter_9p_fid_ref +EXPORT_SYMBOL net/9p/9pnet 0x907cda93 p9_client_readdir +EXPORT_SYMBOL net/9p/9pnet 0x912f0243 p9_client_clunk +EXPORT_SYMBOL net/9p/9pnet 0x91b02620 p9_client_stat +EXPORT_SYMBOL net/9p/9pnet 0x95bd8f96 p9dirent_read +EXPORT_SYMBOL net/9p/9pnet 0x9d1292ab p9_show_client_options +EXPORT_SYMBOL net/9p/9pnet 0xa37f1962 p9_client_disconnect +EXPORT_SYMBOL net/9p/9pnet 0xa62e31f4 p9_client_attach +EXPORT_SYMBOL net/9p/9pnet 0xb11386b2 p9_tag_lookup +EXPORT_SYMBOL net/9p/9pnet 0xb1aa46a3 p9_client_cb +EXPORT_SYMBOL net/9p/9pnet 0xb55ae777 __SCK__tp_func_9p_fid_ref +EXPORT_SYMBOL net/9p/9pnet 0xca2f4280 do_trace_9p_fid_get +EXPORT_SYMBOL net/9p/9pnet 0xd384c683 p9stat_free +EXPORT_SYMBOL net/9p/9pnet 0xd581e97c p9_client_remove +EXPORT_SYMBOL net/9p/9pnet 0xe58a3360 p9_error_init +EXPORT_SYMBOL net/9p/9pnet 0xed910552 p9_client_link +EXPORT_SYMBOL net/9p/9pnet 0xef7cb0e2 v9fs_get_default_trans +EXPORT_SYMBOL net/9p/9pnet 0xf519db55 p9_client_walk +EXPORT_SYMBOL net/9p/9pnet 0xfb92e4c9 do_trace_9p_fid_put +EXPORT_SYMBOL net/appletalk/appletalk 0x123012e5 aarp_send_ddp +EXPORT_SYMBOL net/appletalk/appletalk 0x1993af08 atrtr_get_dev +EXPORT_SYMBOL net/appletalk/appletalk 0x5395ce98 alloc_ltalkdev +EXPORT_SYMBOL net/appletalk/appletalk 0x72140ef2 atalk_find_dev_addr +EXPORT_SYMBOL net/atm/atm 0x0f99c7c8 register_atm_ioctl +EXPORT_SYMBOL net/atm/atm 0x2cc2d52d vcc_hash +EXPORT_SYMBOL net/atm/atm 0x3900acef vcc_process_recv_queue +EXPORT_SYMBOL net/atm/atm 0x3cb2ee28 atm_dev_release_vccs +EXPORT_SYMBOL net/atm/atm 0x4443d399 atm_proc_root +EXPORT_SYMBOL net/atm/atm 0x44c6e633 vcc_sklist_lock +EXPORT_SYMBOL net/atm/atm 0x477482f0 atm_dev_register +EXPORT_SYMBOL net/atm/atm 0x4b3bde8d atm_charge +EXPORT_SYMBOL net/atm/atm 0x798d4ffc atm_dev_lookup +EXPORT_SYMBOL net/atm/atm 0x7ab0054d atm_dev_signal_change +EXPORT_SYMBOL net/atm/atm 0x924b3b30 atm_dev_deregister +EXPORT_SYMBOL net/atm/atm 0x9feaf287 sonet_subtract_stats +EXPORT_SYMBOL net/atm/atm 0xa259efa0 vcc_release_async +EXPORT_SYMBOL net/atm/atm 0xaa024146 sonet_copy_stats +EXPORT_SYMBOL net/atm/atm 0xdb9fb431 deregister_atm_ioctl +EXPORT_SYMBOL net/atm/atm 0xdfae74d8 vcc_insert_socket +EXPORT_SYMBOL net/atm/atm 0xe616c922 atm_alloc_charge +EXPORT_SYMBOL net/atm/atm 0xf49bc67a atm_pcr_goal +EXPORT_SYMBOL net/atm/atm 0xfb0e1a79 atm_init_aal5 +EXPORT_SYMBOL net/ax25/ax25 0x07902a7d ax25_listen_register +EXPORT_SYMBOL net/ax25/ax25 0x14cecd59 ax25_display_timer +EXPORT_SYMBOL net/ax25/ax25 0x1ee81c22 ax25_linkfail_register +EXPORT_SYMBOL net/ax25/ax25 0x242852b9 ax25_uid_policy +EXPORT_SYMBOL net/ax25/ax25 0x31d231dc ax25_listen_release +EXPORT_SYMBOL net/ax25/ax25 0x4502c65a asc2ax +EXPORT_SYMBOL net/ax25/ax25 0x53dea1ff ax2asc +EXPORT_SYMBOL net/ax25/ax25 0x8ede9e26 ax25_protocol_release +EXPORT_SYMBOL net/ax25/ax25 0x9ca4b60a ax25_header_ops +EXPORT_SYMBOL net/ax25/ax25 0xa6c6f08b ax25_linkfail_release +EXPORT_SYMBOL net/ax25/ax25 0xb06f53ad ax25_find_cb +EXPORT_SYMBOL net/ax25/ax25 0xc1444946 ax25cmp +EXPORT_SYMBOL net/ax25/ax25 0xd43ecbf1 null_ax25_address +EXPORT_SYMBOL net/ax25/ax25 0xe8469023 ax25_ip_xmit +EXPORT_SYMBOL net/ax25/ax25 0xee02e420 ax25_findbyuid +EXPORT_SYMBOL net/ax25/ax25 0xef0c9a5c ax25_send_frame +EXPORT_SYMBOL net/bluetooth/bluetooth 0x01748c16 __hci_cmd_sync_status_sk +EXPORT_SYMBOL net/bluetooth/bluetooth 0x0341ddcb l2cap_unregister_user +EXPORT_SYMBOL net/bluetooth/bluetooth 0x0718b8b7 bt_info +EXPORT_SYMBOL net/bluetooth/bluetooth 0x081a7c7e hci_cmd_sync +EXPORT_SYMBOL net/bluetooth/bluetooth 0x08ad80d9 bt_sock_reclassify_lock +EXPORT_SYMBOL net/bluetooth/bluetooth 0x0d694eba hci_reset_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x16119693 hci_cmd_sync_cancel +EXPORT_SYMBOL net/bluetooth/bluetooth 0x1776f397 hci_mgmt_chan_unregister +EXPORT_SYMBOL net/bluetooth/bluetooth 0x192f411a bt_sock_stream_recvmsg +EXPORT_SYMBOL net/bluetooth/bluetooth 0x1ab2a87b hci_recv_frame +EXPORT_SYMBOL net/bluetooth/bluetooth 0x206ec696 bt_procfs_init +EXPORT_SYMBOL net/bluetooth/bluetooth 0x214e4265 bt_warn +EXPORT_SYMBOL net/bluetooth/bluetooth 0x29252d6a bt_sock_wait_state +EXPORT_SYMBOL net/bluetooth/bluetooth 0x30868928 hci_conn_check_secure +EXPORT_SYMBOL net/bluetooth/bluetooth 0x34be33a4 hci_suspend_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x37839f76 hci_recv_diag +EXPORT_SYMBOL net/bluetooth/bluetooth 0x38a77789 hci_get_route +EXPORT_SYMBOL net/bluetooth/bluetooth 0x3b73ab3e bt_sock_unlink +EXPORT_SYMBOL net/bluetooth/bluetooth 0x3b945dc1 bt_sock_register +EXPORT_SYMBOL net/bluetooth/bluetooth 0x3f56ec4a __hci_cmd_sync_sk +EXPORT_SYMBOL net/bluetooth/bluetooth 0x452336b7 hci_alloc_dev_priv +EXPORT_SYMBOL net/bluetooth/bluetooth 0x498295c0 __hci_cmd_sync +EXPORT_SYMBOL net/bluetooth/bluetooth 0x4bfdd2e5 bt_procfs_cleanup +EXPORT_SYMBOL net/bluetooth/bluetooth 0x52f3ed07 hci_conn_switch_role +EXPORT_SYMBOL net/bluetooth/bluetooth 0x538c20c3 __hci_cmd_sync_status +EXPORT_SYMBOL net/bluetooth/bluetooth 0x5864685c bt_sock_wait_ready +EXPORT_SYMBOL net/bluetooth/bluetooth 0x5c9e82e4 hci_register_cb +EXPORT_SYMBOL net/bluetooth/bluetooth 0x6cf79298 bt_sock_recvmsg +EXPORT_SYMBOL net/bluetooth/bluetooth 0x77221186 l2cap_chan_close +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 0x7ce42462 hci_free_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x85cef5c7 bt_sock_link +EXPORT_SYMBOL net/bluetooth/bluetooth 0x87f56bba bt_accept_unlink +EXPORT_SYMBOL net/bluetooth/bluetooth 0x8aa7a2a1 hci_set_hw_info +EXPORT_SYMBOL net/bluetooth/bluetooth 0x8d11dc7a hci_set_fw_info +EXPORT_SYMBOL net/bluetooth/bluetooth 0x8fea24bd bt_sock_unregister +EXPORT_SYMBOL net/bluetooth/bluetooth 0x96e1a154 hci_unregister_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x9e30faf2 __hci_cmd_sync_ev +EXPORT_SYMBOL net/bluetooth/bluetooth 0xac48083b hci_cmd_sync_queue +EXPORT_SYMBOL net/bluetooth/bluetooth 0xad811e6d hci_conn_security +EXPORT_SYMBOL net/bluetooth/bluetooth 0xb1f01848 bt_accept_dequeue +EXPORT_SYMBOL net/bluetooth/bluetooth 0xb6e188cc hci_release_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0xba80ba42 __hci_cmd_send +EXPORT_SYMBOL net/bluetooth/bluetooth 0xbaec1f60 hci_mgmt_chan_register +EXPORT_SYMBOL net/bluetooth/bluetooth 0xbfd1bb55 l2cap_conn_get +EXPORT_SYMBOL net/bluetooth/bluetooth 0xc5dffd71 l2cap_conn_put +EXPORT_SYMBOL net/bluetooth/bluetooth 0xccbc67d9 hci_unregister_cb +EXPORT_SYMBOL net/bluetooth/bluetooth 0xd7613212 bt_err_ratelimited +EXPORT_SYMBOL net/bluetooth/bluetooth 0xd883bff1 l2cap_register_user +EXPORT_SYMBOL net/bluetooth/bluetooth 0xddacccf6 bt_warn_ratelimited +EXPORT_SYMBOL net/bluetooth/bluetooth 0xe14dd80d hci_resume_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0xe6049a0d bt_sock_poll +EXPORT_SYMBOL net/bluetooth/bluetooth 0xeb6a4fd9 bt_accept_enqueue +EXPORT_SYMBOL net/bluetooth/bluetooth 0xeea0c6fc bt_sock_ioctl +EXPORT_SYMBOL net/bluetooth/bluetooth 0xf94d26cd hci_register_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0xfbfa2b0f l2cap_is_socket +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0x0cd34e45 ebt_unregister_template +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0x68d7faab ebt_do_table +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0x757a5e64 ebt_unregister_table_pre_exit +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0x76d4786a ebt_unregister_table +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0xde8da50c ebt_register_table +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0xf6abbea8 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 0x316814b9 caif_enroll_dev +EXPORT_SYMBOL net/caif/caif 0x329dbd06 cfpkt_info +EXPORT_SYMBOL net/caif/caif 0x32d8a744 cfcnfg_add_phy_layer +EXPORT_SYMBOL net/caif/caif 0x38701a7c cfcnfg_del_phy_layer +EXPORT_SYMBOL net/caif/caif 0x3e117966 get_cfcnfg +EXPORT_SYMBOL net/caif/caif 0x3fa84493 cfpkt_add_head +EXPORT_SYMBOL net/caif/caif 0x40babbe0 cfpkt_extr_head +EXPORT_SYMBOL net/caif/caif 0x41772620 caif_disconnect_client +EXPORT_SYMBOL net/caif/caif 0x4a237e57 cfpkt_tonative +EXPORT_SYMBOL net/caif/caif 0x505c69bb 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/can/can 0x48affb36 can_rx_register +EXPORT_SYMBOL net/can/can 0x5d0cf7a7 can_send +EXPORT_SYMBOL net/can/can 0x62921486 can_sock_destruct +EXPORT_SYMBOL net/can/can 0x6cc93f95 can_rx_unregister +EXPORT_SYMBOL net/can/can 0xa366538c can_proto_register +EXPORT_SYMBOL net/can/can 0xd4a3759e can_proto_unregister +EXPORT_SYMBOL net/ceph/libceph 0x00b8358c ceph_copy_from_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x027aa021 ceph_zero_page_vector_range +EXPORT_SYMBOL net/ceph/libceph 0x0413ba73 ceph_con_open +EXPORT_SYMBOL net/ceph/libceph 0x04946e83 ceph_open_session +EXPORT_SYMBOL net/ceph/libceph 0x04cad6f0 ceph_pg_poolid_by_name +EXPORT_SYMBOL net/ceph/libceph 0x06a075ca ceph_print_client_options +EXPORT_SYMBOL net/ceph/libceph 0x0a0d2799 osd_req_op_extent_osd_data_bio +EXPORT_SYMBOL net/ceph/libceph 0x0e4c1d7e ceph_con_close +EXPORT_SYMBOL net/ceph/libceph 0x0e8d5a1a ceph_check_fsid +EXPORT_SYMBOL net/ceph/libceph 0x10bbffe4 __ceph_open_session +EXPORT_SYMBOL net/ceph/libceph 0x1378aba3 ceph_pg_pool_name_by_id +EXPORT_SYMBOL net/ceph/libceph 0x137d36c5 ceph_osdc_get_request +EXPORT_SYMBOL net/ceph/libceph 0x13bd8ab7 osd_req_op_raw_data_in_pages +EXPORT_SYMBOL net/ceph/libceph 0x14e47d89 osd_req_op_init +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 0x1a37ac30 ceph_monc_do_statfs +EXPORT_SYMBOL net/ceph/libceph 0x1dadfa6c ceph_compare_options +EXPORT_SYMBOL net/ceph/libceph 0x2087719e ceph_oid_copy +EXPORT_SYMBOL net/ceph/libceph 0x2101cbc9 ceph_oid_destroy +EXPORT_SYMBOL net/ceph/libceph 0x235cfd2a ceph_auth_invalidate_authorizer +EXPORT_SYMBOL net/ceph/libceph 0x28b96aa7 ceph_monc_validate_auth +EXPORT_SYMBOL net/ceph/libceph 0x291aa864 ceph_osdc_alloc_request +EXPORT_SYMBOL net/ceph/libceph 0x29f2a97e osd_req_op_extent_osd_data_bvec_pos +EXPORT_SYMBOL net/ceph/libceph 0x2a983d26 ceph_pagelist_release +EXPORT_SYMBOL net/ceph/libceph 0x30b0e833 osd_req_op_cls_request_data_pages +EXPORT_SYMBOL net/ceph/libceph 0x3158a805 ceph_msg_data_add_pages +EXPORT_SYMBOL net/ceph/libceph 0x32b8722d ceph_auth_handle_svc_reply_done +EXPORT_SYMBOL net/ceph/libceph 0x33a42127 ceph_osdc_put_request +EXPORT_SYMBOL net/ceph/libceph 0x33e4a052 ceph_osdc_new_request +EXPORT_SYMBOL net/ceph/libceph 0x358ce9c4 ceph_monc_stop +EXPORT_SYMBOL net/ceph/libceph 0x3817f4f1 ceph_monc_renew_subs +EXPORT_SYMBOL net/ceph/libceph 0x38f2d94e ceph_file_to_extents +EXPORT_SYMBOL net/ceph/libceph 0x3943e299 ceph_destroy_client +EXPORT_SYMBOL net/ceph/libceph 0x39c4d483 osd_req_op_extent_dup_last +EXPORT_SYMBOL net/ceph/libceph 0x3a9377c8 ceph_msg_put +EXPORT_SYMBOL net/ceph/libceph 0x3c8d7111 ceph_get_num_objects +EXPORT_SYMBOL net/ceph/libceph 0x403eb17f ceph_msg_get +EXPORT_SYMBOL net/ceph/libceph 0x40c2a612 ceph_release_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x417a9131 ceph_oloc_destroy +EXPORT_SYMBOL net/ceph/libceph 0x444d6cdf ceph_monc_get_version +EXPORT_SYMBOL net/ceph/libceph 0x466b85b8 libceph_compatible +EXPORT_SYMBOL net/ceph/libceph 0x4690c71b ceph_msg_new2 +EXPORT_SYMBOL net/ceph/libceph 0x4886aab9 ceph_cls_break_lock +EXPORT_SYMBOL net/ceph/libceph 0x48a22a7a ceph_osdc_maybe_request_map +EXPORT_SYMBOL net/ceph/libceph 0x48a74b8a ceph_cls_lock +EXPORT_SYMBOL net/ceph/libceph 0x4941138a ceph_cls_lock_info +EXPORT_SYMBOL net/ceph/libceph 0x4a07db71 ceph_monc_open_session +EXPORT_SYMBOL net/ceph/libceph 0x4affd6c2 ceph_parse_fsid +EXPORT_SYMBOL net/ceph/libceph 0x4d7377cf ceph_auth_verify_authorizer_reply +EXPORT_SYMBOL net/ceph/libceph 0x4e5a4f1f ceph_cls_set_cookie +EXPORT_SYMBOL net/ceph/libceph 0x50603ce3 ceph_decode_entity_addrvec +EXPORT_SYMBOL net/ceph/libceph 0x56c30d75 ceph_con_keepalive +EXPORT_SYMBOL net/ceph/libceph 0x578cdc43 ceph_osdc_list_watchers +EXPORT_SYMBOL net/ceph/libceph 0x57baf885 ceph_str_hash +EXPORT_SYMBOL net/ceph/libceph 0x57ee52a7 ceph_reset_client_addr +EXPORT_SYMBOL net/ceph/libceph 0x5975612c ceph_msg_data_add_pagelist +EXPORT_SYMBOL net/ceph/libceph 0x5aeeee62 ceph_oid_aprintf +EXPORT_SYMBOL net/ceph/libceph 0x5b5f57c4 ceph_monc_blocklist_add +EXPORT_SYMBOL net/ceph/libceph 0x5be9b7c9 ceph_monc_init +EXPORT_SYMBOL net/ceph/libceph 0x5cc0c7ab ceph_osdc_abort_requests +EXPORT_SYMBOL net/ceph/libceph 0x5e4bbc2d ceph_parse_mon_ips +EXPORT_SYMBOL net/ceph/libceph 0x62bd31f5 osd_req_op_extent_osd_data_bvecs +EXPORT_SYMBOL net/ceph/libceph 0x63758856 ceph_str_hash_name +EXPORT_SYMBOL net/ceph/libceph 0x67d94c1a ceph_osdc_call +EXPORT_SYMBOL net/ceph/libceph 0x6816302f osd_req_op_cls_request_data_bvecs +EXPORT_SYMBOL net/ceph/libceph 0x6905c7fb ceph_copy_to_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x6a7a38a0 ceph_pr_addr +EXPORT_SYMBOL net/ceph/libceph 0x6af05b06 ceph_client_gid +EXPORT_SYMBOL net/ceph/libceph 0x6e70bb76 osd_req_op_copy_from_init +EXPORT_SYMBOL net/ceph/libceph 0x72fc81b2 ceph_osdc_update_epoch_barrier +EXPORT_SYMBOL net/ceph/libceph 0x7ab0936d osd_req_op_extent_osd_data +EXPORT_SYMBOL net/ceph/libceph 0x7d8d8079 ceph_osdc_notify +EXPORT_SYMBOL net/ceph/libceph 0x7e323c39 ceph_osdc_unwatch +EXPORT_SYMBOL net/ceph/libceph 0x7f44e4cd ceph_osdc_alloc_messages +EXPORT_SYMBOL net/ceph/libceph 0x860886ae osd_req_op_cls_request_data_pagelist +EXPORT_SYMBOL net/ceph/libceph 0x86fca7e4 ceph_put_snap_context +EXPORT_SYMBOL net/ceph/libceph 0x8873e505 __ceph_auth_get_authorizer +EXPORT_SYMBOL net/ceph/libceph 0x919d60c0 ceph_put_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x92b7b4ce ceph_pg_pool_flags +EXPORT_SYMBOL net/ceph/libceph 0x9352531c ceph_con_send +EXPORT_SYMBOL net/ceph/libceph 0x9501936a ceph_parse_param +EXPORT_SYMBOL net/ceph/libceph 0x957f91ad osd_req_op_alloc_hint_init +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 0x9f797b31 ceph_alloc_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x9fbba67f ceph_buffer_new +EXPORT_SYMBOL net/ceph/libceph 0x9fbf3c3a ceph_auth_handle_svc_reply_more +EXPORT_SYMBOL net/ceph/libceph 0x9fefa3cb ceph_calc_file_object_mapping +EXPORT_SYMBOL net/ceph/libceph 0xa698f998 ceph_free_lockers +EXPORT_SYMBOL net/ceph/libceph 0xa9173c2d ceph_msg_data_add_bvecs +EXPORT_SYMBOL net/ceph/libceph 0xaa0de916 ceph_monc_wait_osdmap +EXPORT_SYMBOL net/ceph/libceph 0xad703657 ceph_auth_destroy_authorizer +EXPORT_SYMBOL net/ceph/libceph 0xada7dcc7 osd_req_op_extent_update +EXPORT_SYMBOL net/ceph/libceph 0xaee5144f ceph_monc_get_version_async +EXPORT_SYMBOL net/ceph/libceph 0xaf6347e7 ceph_osdc_cancel_request +EXPORT_SYMBOL net/ceph/libceph 0xafb8a407 ceph_msgr_flush +EXPORT_SYMBOL net/ceph/libceph 0xb0f565a7 ceph_auth_get_authorizer +EXPORT_SYMBOL net/ceph/libceph 0xb54676fa ceph_msg_type_name +EXPORT_SYMBOL net/ceph/libceph 0xb72a715e ceph_auth_add_authorizer_challenge +EXPORT_SYMBOL net/ceph/libceph 0xb72c162e ceph_buffer_release +EXPORT_SYMBOL net/ceph/libceph 0xbce9b491 ceph_osdc_sync +EXPORT_SYMBOL net/ceph/libceph 0xbd2f79ae ceph_oloc_copy +EXPORT_SYMBOL net/ceph/libceph 0xbe3879aa ceph_get_snap_context +EXPORT_SYMBOL net/ceph/libceph 0xbf470921 ceph_create_client +EXPORT_SYMBOL net/ceph/libceph 0xc2e1c62d ceph_msg_new +EXPORT_SYMBOL net/ceph/libceph 0xc3569af4 ceph_wait_for_latest_osdmap +EXPORT_SYMBOL net/ceph/libceph 0xc366bfa1 ceph_pagelist_truncate +EXPORT_SYMBOL net/ceph/libceph 0xc9bdd1ce ceph_osdc_notify_ack +EXPORT_SYMBOL net/ceph/libceph 0xca80437b ceph_extent_to_file +EXPORT_SYMBOL net/ceph/libceph 0xd167fb68 osd_req_op_xattr_init +EXPORT_SYMBOL net/ceph/libceph 0xd2906799 osd_req_op_cls_init +EXPORT_SYMBOL net/ceph/libceph 0xd33a89bf ceph_auth_handle_bad_authorizer +EXPORT_SYMBOL net/ceph/libceph 0xd3bb72f0 ceph_cls_assert_locked +EXPORT_SYMBOL net/ceph/libceph 0xd43b040c 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 0xdb39d4c6 osd_req_op_extent_init +EXPORT_SYMBOL net/ceph/libceph 0xded11dd3 ceph_msg_dump +EXPORT_SYMBOL net/ceph/libceph 0xdf6ef4a1 ceph_oid_printf +EXPORT_SYMBOL net/ceph/libceph 0xdfc091f9 ceph_entity_type_name +EXPORT_SYMBOL net/ceph/libceph 0xe2bb2885 ceph_cls_unlock +EXPORT_SYMBOL net/ceph/libceph 0xe34a59f2 ceph_object_locator_to_pg +EXPORT_SYMBOL net/ceph/libceph 0xe3f11d51 osd_req_op_cls_response_data_pages +EXPORT_SYMBOL net/ceph/libceph 0xe6bfcea3 ceph_copy_user_to_page_vector +EXPORT_SYMBOL net/ceph/libceph 0xe6d1ca8c ceph_osdc_start_request +EXPORT_SYMBOL net/ceph/libceph 0xe76e7226 ceph_pagelist_alloc +EXPORT_SYMBOL net/ceph/libceph 0xe9cee9fc ceph_osdc_wait_request +EXPORT_SYMBOL net/ceph/libceph 0xe9d3d53d ceph_msg_data_add_bio +EXPORT_SYMBOL net/ceph/libceph 0xeaa6640e ceph_osdc_flush_notifies +EXPORT_SYMBOL net/ceph/libceph 0xec5a4ec3 ceph_monc_want_map +EXPORT_SYMBOL net/ceph/libceph 0xed4616c3 ceph_monc_got_map +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 0xf215c308 ceph_osdc_watch +EXPORT_SYMBOL net/ceph/libceph 0xf254297e ceph_addr_is_blank +EXPORT_SYMBOL net/ceph/libceph 0xf7137829 ceph_con_init +EXPORT_SYMBOL net/ceph/libceph 0xf7a314a3 osd_req_op_extent_osd_data_pagelist +EXPORT_SYMBOL net/ceph/libceph 0xfc7335bc ceph_client_addr +EXPORT_SYMBOL net/ceph/libceph 0xfca4d692 ceph_auth_is_authenticated +EXPORT_SYMBOL net/ceph/libceph 0xfdd47dd9 osd_req_op_extent_osd_data_pages +EXPORT_SYMBOL net/dccp/dccp_ipv4 0x2bc51dc2 dccp_syn_ack_timeout +EXPORT_SYMBOL net/dccp/dccp_ipv4 0xf1610fdb dccp_req_err +EXPORT_SYMBOL net/hsr/hsr 0x0eea0efc is_hsr_master +EXPORT_SYMBOL net/hsr/hsr 0x9d0736d7 hsr_get_version +EXPORT_SYMBOL net/ieee802154/ieee802154 0x5032420b wpan_phy_free +EXPORT_SYMBOL net/ieee802154/ieee802154 0x6a32c58a wpan_phy_register +EXPORT_SYMBOL net/ieee802154/ieee802154 0x7800bf88 wpan_phy_unregister +EXPORT_SYMBOL net/ieee802154/ieee802154 0xb541f2d5 wpan_phy_new +EXPORT_SYMBOL net/ieee802154/ieee802154 0xb99407c8 wpan_phy_find +EXPORT_SYMBOL net/ieee802154/ieee802154 0xe7bec1bc wpan_phy_for_each +EXPORT_SYMBOL net/ipv4/fou 0x1757d1a4 fou_encap_hlen +EXPORT_SYMBOL net/ipv4/fou 0x49763eb6 __gue_build_header +EXPORT_SYMBOL net/ipv4/fou 0x96621810 __fou_build_header +EXPORT_SYMBOL net/ipv4/fou 0xf13914b3 gue_encap_hlen +EXPORT_SYMBOL net/ipv4/gre 0x0103ae32 gre_parse_header +EXPORT_SYMBOL net/ipv4/ip_tunnel 0x14fbe5dc ip_tunnel_encap_add_ops +EXPORT_SYMBOL net/ipv4/ip_tunnel 0x6ab84063 ip_tunnel_encap_del_ops +EXPORT_SYMBOL net/ipv4/ip_tunnel 0xb91897ae ip_tunnel_get_iflink +EXPORT_SYMBOL net/ipv4/ip_tunnel 0xbc24fd42 ip_tunnel_get_link_net +EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0x4e093949 arpt_unregister_table +EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0x8fd18300 arpt_unregister_table_pre_exit +EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0xd3a05d92 arpt_register_table +EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0xe4eac947 arpt_do_table +EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0x2a19b3ca ipt_unregister_table_pre_exit +EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0x4fa2c550 ipt_register_table +EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0x5ccc1850 ipt_unregister_table_exit +EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0x7519bfd3 ipt_do_table +EXPORT_SYMBOL net/ipv4/tunnel4 0x11aae0a2 xfrm4_tunnel_register +EXPORT_SYMBOL net/ipv4/tunnel4 0x1dcd4157 xfrm4_tunnel_deregister +EXPORT_SYMBOL net/ipv4/udp_tunnel 0xe63fd3de udp_sock_create4 +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x1092db9b ip6_tnl_encap_add_ops +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x47ff9434 ip6_tnl_get_iflink +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x4d2bce09 ip6_tnl_encap_del_ops +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x8c5c9a00 ip6_tnl_rcv +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x8ffdcda1 ip6_tnl_get_cap +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0xb74e21bc ip6_tnl_change_mtu +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0xd7ac235b ip6_tnl_xmit +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0xeda5c97d ip6_tnl_get_link_net +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0xfe0ae09f ip6_tnl_parse_tlv_enc_lim +EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0x83ad0603 ip6t_unregister_table_exit +EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0x8c1ef017 ip6t_register_table +EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0xb7aec9fb ip6t_do_table +EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0xe470307d ip6t_unregister_table_pre_exit +EXPORT_SYMBOL net/ipv6/tunnel6 0x67a0c6da xfrm6_tunnel_register +EXPORT_SYMBOL net/ipv6/tunnel6 0xc07b9f9b xfrm6_tunnel_deregister +EXPORT_SYMBOL net/ipv6/xfrm6_tunnel 0x6c4a3123 xfrm6_tunnel_alloc_spi +EXPORT_SYMBOL net/ipv6/xfrm6_tunnel 0x8236dfa5 xfrm6_tunnel_spi_lookup +EXPORT_SYMBOL net/lapb/lapb 0x405f1537 lapb_register +EXPORT_SYMBOL net/lapb/lapb 0x6c2062c3 lapb_disconnect_request +EXPORT_SYMBOL net/lapb/lapb 0x81410d6e lapb_connect_request +EXPORT_SYMBOL net/lapb/lapb 0x85c35c9a lapb_getparms +EXPORT_SYMBOL net/lapb/lapb 0xa33a45bd lapb_data_request +EXPORT_SYMBOL net/lapb/lapb 0xa3fd505c lapb_setparms +EXPORT_SYMBOL net/lapb/lapb 0xca1867e2 lapb_data_received +EXPORT_SYMBOL net/lapb/lapb 0xf76b9e75 lapb_unregister +EXPORT_SYMBOL net/llc/llc 0x0f968b7e llc_sap_open +EXPORT_SYMBOL net/llc/llc 0x1dd55bb4 llc_build_and_send_ui_pkt +EXPORT_SYMBOL net/llc/llc 0x38b92846 llc_remove_pack +EXPORT_SYMBOL net/llc/llc 0x3c1c4563 llc_sap_close +EXPORT_SYMBOL net/llc/llc 0x52d7b2fd llc_sap_list +EXPORT_SYMBOL net/llc/llc 0x94743424 llc_add_pack +EXPORT_SYMBOL net/llc/llc 0xb82704d5 llc_sap_find +EXPORT_SYMBOL net/llc/llc 0xdca824f6 llc_mac_hdr_init +EXPORT_SYMBOL net/llc/llc 0xe87a5efd llc_set_station_handler +EXPORT_SYMBOL net/mac80211/mac80211 0x010aeb47 ieee80211_disable_rssi_reports +EXPORT_SYMBOL net/mac80211/mac80211 0x020788fc ieee80211_beacon_loss +EXPORT_SYMBOL net/mac80211/mac80211 0x034a1993 ieee80211_rx_napi +EXPORT_SYMBOL net/mac80211/mac80211 0x04af7581 ieee80211_iter_keys +EXPORT_SYMBOL net/mac80211/mac80211 0x05adc4e9 ieee80211_queue_delayed_work +EXPORT_SYMBOL net/mac80211/mac80211 0x05d54eba ieee80211_send_eosp_nullfunc +EXPORT_SYMBOL net/mac80211/mac80211 0x08f68a4c ieee80211_handle_wake_tx_queue +EXPORT_SYMBOL net/mac80211/mac80211 0x0c2c0cc9 ieee80211_manage_rx_ba_offl +EXPORT_SYMBOL net/mac80211/mac80211 0x0ee2c75a ieee80211_ctstoself_get +EXPORT_SYMBOL net/mac80211/mac80211 0x12eaa905 __ieee80211_get_assoc_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0x13735276 ieee80211_tx_status_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0x15386c71 ieee80211_sta_pspoll +EXPORT_SYMBOL net/mac80211/mac80211 0x154602fa ieee80211_sta_register_airtime +EXPORT_SYMBOL net/mac80211/mac80211 0x1665922a ieee80211_rx_ba_timer_expired +EXPORT_SYMBOL net/mac80211/mac80211 0x19f37f0d ieee80211_update_p2p_noa +EXPORT_SYMBOL net/mac80211/mac80211 0x1aea8daf __ieee80211_get_radio_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0x1b765ebb ieee80211_free_hw +EXPORT_SYMBOL net/mac80211/mac80211 0x1cf75d45 ieee80211_get_tkip_p1k_iv +EXPORT_SYMBOL net/mac80211/mac80211 0x1ef9c899 ieee80211_beacon_get_tim +EXPORT_SYMBOL net/mac80211/mac80211 0x20025681 ieee80211_sta_ps_transition +EXPORT_SYMBOL net/mac80211/mac80211 0x2287d589 ieee80211_probereq_get +EXPORT_SYMBOL net/mac80211/mac80211 0x2acf89b5 ieee80211_cqm_beacon_loss_notify +EXPORT_SYMBOL net/mac80211/mac80211 0x2b6c6377 wiphy_to_ieee80211_hw +EXPORT_SYMBOL net/mac80211/mac80211 0x30512413 ieee80211_unreserve_tid +EXPORT_SYMBOL net/mac80211/mac80211 0x32d29a95 ieee80211_tx_prepare_skb +EXPORT_SYMBOL net/mac80211/mac80211 0x360cf4b5 ieee80211_txq_may_transmit +EXPORT_SYMBOL net/mac80211/mac80211 0x36c0c3c4 ieee80211_rate_control_register +EXPORT_SYMBOL net/mac80211/mac80211 0x36c667ef ieee80211_sta_block_awake +EXPORT_SYMBOL net/mac80211/mac80211 0x375fab86 ieee80211_enable_rssi_reports +EXPORT_SYMBOL net/mac80211/mac80211 0x38964694 ieee80211_rate_control_unregister +EXPORT_SYMBOL net/mac80211/mac80211 0x391eda45 ieee80211_get_tkip_rx_p1k +EXPORT_SYMBOL net/mac80211/mac80211 0x3aacaa60 ieee80211_report_wowlan_wakeup +EXPORT_SYMBOL net/mac80211/mac80211 0x3af9c100 __ieee80211_create_tpt_led_trigger +EXPORT_SYMBOL net/mac80211/mac80211 0x3d26f5a6 ieee80211_next_txq +EXPORT_SYMBOL net/mac80211/mac80211 0x3d597903 ieee80211_stop_tx_ba_cb_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0x4093647d ieee80211_disconnect +EXPORT_SYMBOL net/mac80211/mac80211 0x421431ea ieee80211_tx_status_ext +EXPORT_SYMBOL net/mac80211/mac80211 0x4546c433 ieee80211_ap_probereq_get +EXPORT_SYMBOL net/mac80211/mac80211 0x45e033db ieee80211_iter_keys_rcu +EXPORT_SYMBOL net/mac80211/mac80211 0x46a62240 ieee80211_beacon_set_cntdwn +EXPORT_SYMBOL net/mac80211/mac80211 0x476574f3 ieee80211_connection_loss +EXPORT_SYMBOL net/mac80211/mac80211 0x4a7af1fd ieee80211_txq_airtime_check +EXPORT_SYMBOL net/mac80211/mac80211 0x4afd0f1e ieee80211_stop_tx_ba_session +EXPORT_SYMBOL net/mac80211/mac80211 0x4dbbf273 rate_control_set_rates +EXPORT_SYMBOL net/mac80211/mac80211 0x4e262102 ieee80211_start_tx_ba_cb_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0x563ee234 ieee80211_free_txskb +EXPORT_SYMBOL net/mac80211/mac80211 0x575127ce ieee80211_tx_rate_update +EXPORT_SYMBOL net/mac80211/mac80211 0x5d56d903 ieee80211_queue_stopped +EXPORT_SYMBOL net/mac80211/mac80211 0x62d8f68f ieee80211_beacon_cntdwn_is_complete +EXPORT_SYMBOL net/mac80211/mac80211 0x68e70b48 ieee80211_find_sta +EXPORT_SYMBOL net/mac80211/mac80211 0x6ab7671a ieee80211_sta_set_buffered +EXPORT_SYMBOL net/mac80211/mac80211 0x6b739e39 ieee80211_tdls_oper_request +EXPORT_SYMBOL net/mac80211/mac80211 0x6dccac9c ieee80211_beacon_get_template +EXPORT_SYMBOL net/mac80211/mac80211 0x6f7ecb68 ieee80211_sched_scan_stopped +EXPORT_SYMBOL net/mac80211/mac80211 0x6fce4d99 ieee80211_beacon_update_cntdwn +EXPORT_SYMBOL net/mac80211/mac80211 0x6ff319d9 ieee80211_get_buffered_bc +EXPORT_SYMBOL net/mac80211/mac80211 0x71819c04 ieee80211_get_tx_rates +EXPORT_SYMBOL net/mac80211/mac80211 0x7939b7cb ieee80211_scan_completed +EXPORT_SYMBOL net/mac80211/mac80211 0x7ce31de6 ieee80211_nan_func_match +EXPORT_SYMBOL net/mac80211/mac80211 0x7d591487 ieee80211_sta_eosp +EXPORT_SYMBOL net/mac80211/mac80211 0x81594436 ieee80211_rx_list +EXPORT_SYMBOL net/mac80211/mac80211 0x887e3e27 ieee80211_radar_detected +EXPORT_SYMBOL net/mac80211/mac80211 0x89530571 ieee80211_txq_schedule_start +EXPORT_SYMBOL net/mac80211/mac80211 0x8f668a93 __ieee80211_get_tx_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0x8fe2bb24 ieee80211_generic_frame_duration +EXPORT_SYMBOL net/mac80211/mac80211 0x9128cb96 ieee80211_register_hw +EXPORT_SYMBOL net/mac80211/mac80211 0x91da8ec3 ieee80211_stop_queues +EXPORT_SYMBOL net/mac80211/mac80211 0x92fec47e ieee80211_wake_queues +EXPORT_SYMBOL net/mac80211/mac80211 0x95febea6 ieee80211_get_bssid +EXPORT_SYMBOL net/mac80211/mac80211 0x98e6c415 ieee80211_proberesp_get +EXPORT_SYMBOL net/mac80211/mac80211 0x991a0ca0 ieee80211_parse_p2p_noa +EXPORT_SYMBOL net/mac80211/mac80211 0x9a45132f ieee80211_tx_status_8023 +EXPORT_SYMBOL net/mac80211/mac80211 0x9c3ab4ef __ieee80211_schedule_txq +EXPORT_SYMBOL net/mac80211/mac80211 0xa362a23e ieee80211_rx_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0xa69a86e3 ieee80211_tx_status +EXPORT_SYMBOL net/mac80211/mac80211 0xa703544c ieee80211_csa_finish +EXPORT_SYMBOL net/mac80211/mac80211 0xa9823e69 ieee80211_ctstoself_duration +EXPORT_SYMBOL net/mac80211/mac80211 0xaeb9a917 ieee80211_get_key_rx_seq +EXPORT_SYMBOL net/mac80211/mac80211 0xaed6eb4a ieee80211_chswitch_done +EXPORT_SYMBOL net/mac80211/mac80211 0xaf0b91e0 ieee80211_get_fils_discovery_tmpl +EXPORT_SYMBOL net/mac80211/mac80211 0xafac2c4f ieee80211_stop_rx_ba_session +EXPORT_SYMBOL net/mac80211/mac80211 0xb035fc6b ieee80211_rts_duration +EXPORT_SYMBOL net/mac80211/mac80211 0xb68f31a1 ieee80211_queue_work +EXPORT_SYMBOL net/mac80211/mac80211 0xc0396eb2 ieee80211_reserve_tid +EXPORT_SYMBOL net/mac80211/mac80211 0xc150bcb2 ieee80211_unregister_hw +EXPORT_SYMBOL net/mac80211/mac80211 0xc288c490 ieee80211_sta_recalc_aggregates +EXPORT_SYMBOL net/mac80211/mac80211 0xc5035865 ieee80211_get_tkip_p2k +EXPORT_SYMBOL net/mac80211/mac80211 0xca8b2043 ieee80211_rts_get +EXPORT_SYMBOL net/mac80211/mac80211 0xcdd5e3c6 ieee80211_alloc_hw_nm +EXPORT_SYMBOL net/mac80211/mac80211 0xcf5926ce __ieee80211_get_rx_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0xd0220287 ieee80211_cqm_rssi_notify +EXPORT_SYMBOL net/mac80211/mac80211 0xd04738c0 ieee80211_sched_scan_results +EXPORT_SYMBOL net/mac80211/mac80211 0xd130b75f ieee80211_pspoll_get +EXPORT_SYMBOL net/mac80211/mac80211 0xd3313dd7 ieee80211_nan_func_terminated +EXPORT_SYMBOL net/mac80211/mac80211 0xd4d7da6f ieee80211_restart_hw +EXPORT_SYMBOL net/mac80211/mac80211 0xd5cc0aac ieee80211_tx_dequeue +EXPORT_SYMBOL net/mac80211/mac80211 0xdb94d811 ieee80211_nullfunc_get +EXPORT_SYMBOL net/mac80211/mac80211 0xdbe6e305 ieee80211_channel_switch_disconnect +EXPORT_SYMBOL net/mac80211/mac80211 0xdc354e9c ieee80211_send_bar +EXPORT_SYMBOL net/mac80211/mac80211 0xddf677f3 ieee80211_mark_rx_ba_filtered_frames +EXPORT_SYMBOL net/mac80211/mac80211 0xe04e6859 ieee80211_start_tx_ba_session +EXPORT_SYMBOL net/mac80211/mac80211 0xe1fcd9e3 ieee80211_get_unsol_bcast_probe_resp_tmpl +EXPORT_SYMBOL net/mac80211/mac80211 0xedb2b502 ieee80211_txq_get_depth +EXPORT_SYMBOL net/mac80211/mac80211 0xedbb55db ieee80211_report_low_ack +EXPORT_SYMBOL net/mac80211/mac80211 0xf6e6c944 ieee80211_sta_uapsd_trigger +EXPORT_SYMBOL net/mac80211/mac80211 0xf73c1760 ieee80211_wake_queue +EXPORT_SYMBOL net/mac80211/mac80211 0xffabde63 ieee80211_stop_queue +EXPORT_SYMBOL net/mac802154/mac802154 0x481774ee ieee802154_xmit_hw_error +EXPORT_SYMBOL net/mac802154/mac802154 0x53c5057e ieee802154_free_hw +EXPORT_SYMBOL net/mac802154/mac802154 0x5b6f0c32 ieee802154_xmit_complete +EXPORT_SYMBOL net/mac802154/mac802154 0x81d997f2 ieee802154_unregister_hw +EXPORT_SYMBOL net/mac802154/mac802154 0x92e02c6e ieee802154_register_hw +EXPORT_SYMBOL net/mac802154/mac802154 0x9b6f2a8d ieee802154_configure_durations +EXPORT_SYMBOL net/mac802154/mac802154 0xa85468d7 ieee802154_rx_irqsafe +EXPORT_SYMBOL net/mac802154/mac802154 0xd9ecad18 ieee802154_xmit_error +EXPORT_SYMBOL net/mac802154/mac802154 0xfc4ddaa7 ieee802154_alloc_hw +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x077b4002 ip_vs_conn_put +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x11f45326 ip_vs_conn_in_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x1c6bea77 ip_vs_conn_new +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x2bcfd323 ip_vs_tcp_conn_listen +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x62e98c01 unregister_ip_vs_scheduler +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x710637d4 register_ip_vs_app_inc +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x76f40b6a ip_vs_proto_data_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x90d17e3f ip_vs_nfct_expect_related +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xa5c3da23 register_ip_vs_scheduler +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xacb63ee9 ip_vs_proto_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xb60b6915 ip_vs_new_conn_out +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xd831a1a2 ip_vs_proto_name +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xdedfafce ip_vs_scheduler_err +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xdf4a19ae unregister_ip_vs_app +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xe895d58d register_ip_vs_app +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xf2babd64 ip_vs_conn_out_get +EXPORT_SYMBOL net/netfilter/nf_conntrack 0x3b08a8f0 nf_ct_destroy +EXPORT_SYMBOL net/netfilter/nf_conntrack 0x89d99ee1 __nf_ct_ext_find +EXPORT_SYMBOL net/netfilter/nf_conntrack 0x9dd0efe5 nf_ct_ext_add +EXPORT_SYMBOL net/netfilter/nf_conntrack_pptp 0xf2a36612 pptp_msg_name +EXPORT_SYMBOL net/netfilter/nf_nat 0x123ced14 nf_nat_follow_master +EXPORT_SYMBOL net/netfilter/nf_nat 0x9c7677e7 nf_nat_mangle_udp_packet +EXPORT_SYMBOL net/netfilter/nf_nat 0xa47d5a3b nf_nat_setup_info +EXPORT_SYMBOL net/netfilter/nf_nat 0xf5d02a7a __nf_nat_mangle_tcp_packet +EXPORT_SYMBOL net/netfilter/nft_fib 0x46170f23 nft_fib_policy +EXPORT_SYMBOL net/netfilter/x_tables 0x01ac28ca xt_find_table +EXPORT_SYMBOL net/netfilter/x_tables 0x0d7f5fcd xt_alloc_entry_offsets +EXPORT_SYMBOL net/netfilter/x_tables 0x2a849b6e xt_register_targets +EXPORT_SYMBOL net/netfilter/x_tables 0x2fbffd8b xt_unregister_targets +EXPORT_SYMBOL net/netfilter/x_tables 0x3bf9d084 xt_check_table_hooks +EXPORT_SYMBOL net/netfilter/x_tables 0x45bdccbf xt_unregister_target +EXPORT_SYMBOL net/netfilter/x_tables 0x48012e28 xt_check_proc_name +EXPORT_SYMBOL net/netfilter/x_tables 0x50873741 xt_compat_init_offsets +EXPORT_SYMBOL net/netfilter/x_tables 0x88b9ea2a xt_unregister_matches +EXPORT_SYMBOL net/netfilter/x_tables 0x944c7550 xt_register_match +EXPORT_SYMBOL net/netfilter/x_tables 0x977fd4bf xt_alloc_table_info +EXPORT_SYMBOL net/netfilter/x_tables 0x9cccba90 xt_find_match +EXPORT_SYMBOL net/netfilter/x_tables 0xa25fc115 xt_compat_check_entry_offsets +EXPORT_SYMBOL net/netfilter/x_tables 0xb3881ced xt_register_matches +EXPORT_SYMBOL net/netfilter/x_tables 0xcb3e91cc xt_counters_alloc +EXPORT_SYMBOL net/netfilter/x_tables 0xd8336c8c 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 0xf0baf4eb xt_unregister_match +EXPORT_SYMBOL net/netfilter/x_tables 0xfef779fa xt_find_jump_offset +EXPORT_SYMBOL net/nfc/hci/hci 0x02bf2cf7 nfc_hci_send_cmd_async +EXPORT_SYMBOL net/nfc/hci/hci 0x0ae03071 nfc_hci_target_discovered +EXPORT_SYMBOL net/nfc/hci/hci 0x0bc8bb63 nfc_hci_set_clientdata +EXPORT_SYMBOL net/nfc/hci/hci 0x12d50780 nfc_hci_connect_gate +EXPORT_SYMBOL net/nfc/hci/hci 0x1f52117f nfc_hci_unregister_device +EXPORT_SYMBOL net/nfc/hci/hci 0x2be3b8cd nfc_hci_register_device +EXPORT_SYMBOL net/nfc/hci/hci 0x37b74312 nfc_hci_send_cmd +EXPORT_SYMBOL net/nfc/hci/hci 0x42562b8e nfc_hci_disconnect_gate +EXPORT_SYMBOL net/nfc/hci/hci 0x54b511d2 nfc_hci_reset_pipes +EXPORT_SYMBOL net/nfc/hci/hci 0x56d514d9 nfc_hci_reset_pipes_per_host +EXPORT_SYMBOL net/nfc/hci/hci 0x720fdf58 nfc_llc_stop +EXPORT_SYMBOL net/nfc/hci/hci 0x74fe3670 nfc_hci_result_to_errno +EXPORT_SYMBOL net/nfc/hci/hci 0x75c656e1 nfc_hci_driver_failure +EXPORT_SYMBOL net/nfc/hci/hci 0x8379ed0d nfc_hci_send_event +EXPORT_SYMBOL net/nfc/hci/hci 0xacc50f72 nfc_hci_get_param +EXPORT_SYMBOL net/nfc/hci/hci 0xba17dc1a nfc_hci_get_clientdata +EXPORT_SYMBOL net/nfc/hci/hci 0xd0fecb59 nfc_hci_set_param +EXPORT_SYMBOL net/nfc/hci/hci 0xd6a4d619 nfc_hci_free_device +EXPORT_SYMBOL net/nfc/hci/hci 0xdd231c55 nfc_hci_sak_to_protocol +EXPORT_SYMBOL net/nfc/hci/hci 0xed3b02aa nfc_hci_allocate_device +EXPORT_SYMBOL net/nfc/hci/hci 0xf78106eb nfc_hci_recv_frame +EXPORT_SYMBOL net/nfc/hci/hci 0xf9565126 nfc_llc_start +EXPORT_SYMBOL net/nfc/hci/hci 0xfa832fd7 nfc_hci_disconnect_all_gates +EXPORT_SYMBOL net/nfc/nci/nci 0x00787f21 nci_send_data +EXPORT_SYMBOL net/nfc/nci/nci 0x05e9868b nci_send_cmd +EXPORT_SYMBOL net/nfc/nci/nci 0x0b3d911d nci_hci_set_param +EXPORT_SYMBOL net/nfc/nci/nci 0x0e176633 nci_req_complete +EXPORT_SYMBOL net/nfc/nci/nci 0x1fabfb7a nci_hci_open_pipe +EXPORT_SYMBOL net/nfc/nci/nci 0x22222410 nci_core_cmd +EXPORT_SYMBOL net/nfc/nci/nci 0x22a1e760 nci_hci_send_cmd +EXPORT_SYMBOL net/nfc/nci/nci 0x2591fb30 nci_core_reset +EXPORT_SYMBOL net/nfc/nci/nci 0x338e21b4 nci_hci_get_param +EXPORT_SYMBOL net/nfc/nci/nci 0x33d5e878 nci_prop_cmd +EXPORT_SYMBOL net/nfc/nci/nci 0x35f794ef nci_register_device +EXPORT_SYMBOL net/nfc/nci/nci 0x3cfc9b20 nci_hci_connect_gate +EXPORT_SYMBOL net/nfc/nci/nci 0x3d97e0e6 nci_hci_dev_session_init +EXPORT_SYMBOL net/nfc/nci/nci 0x4eedd3da nci_core_conn_create +EXPORT_SYMBOL net/nfc/nci/nci 0x6260c243 nci_get_conn_info_by_dest_type_params +EXPORT_SYMBOL net/nfc/nci/nci 0x6c2ceaad nci_nfcc_loopback +EXPORT_SYMBOL net/nfc/nci/nci 0x6d606511 nci_hci_send_event +EXPORT_SYMBOL net/nfc/nci/nci 0x6e77a34b nci_free_device +EXPORT_SYMBOL net/nfc/nci/nci 0x81a9fc46 nci_allocate_device +EXPORT_SYMBOL net/nfc/nci/nci 0x831b2e16 nci_set_config +EXPORT_SYMBOL net/nfc/nci/nci 0x87b4db2e nci_core_init +EXPORT_SYMBOL net/nfc/nci/nci 0x9bbab1e2 nci_unregister_device +EXPORT_SYMBOL net/nfc/nci/nci 0xa5239c86 nci_hci_clear_all_pipes +EXPORT_SYMBOL net/nfc/nci/nci 0xa74f7bcf nci_core_conn_close +EXPORT_SYMBOL net/nfc/nci/nci 0xb861606b nci_nfcee_mode_set +EXPORT_SYMBOL net/nfc/nci/nci 0xba490602 nci_to_errno +EXPORT_SYMBOL net/nfc/nci/nci 0xe293faba nci_nfcee_discover +EXPORT_SYMBOL net/nfc/nci/nci 0xefbec783 nci_send_frame +EXPORT_SYMBOL net/nfc/nci/nci 0xf35e345f nci_recv_frame +EXPORT_SYMBOL net/nfc/nci/nci 0xf5b2f19f nci_conn_max_data_pkt_payload_size +EXPORT_SYMBOL net/nfc/nfc 0x06c2b10d nfc_tm_data_received +EXPORT_SYMBOL net/nfc/nfc 0x0d181bae nfc_send_to_raw_sock +EXPORT_SYMBOL net/nfc/nfc 0x10c9bd01 nfc_targets_found +EXPORT_SYMBOL net/nfc/nfc 0x1b350fad nfc_get_local_general_bytes +EXPORT_SYMBOL net/nfc/nfc 0x20e5ffe2 nfc_find_se +EXPORT_SYMBOL net/nfc/nfc 0x24e72e5c nfc_class +EXPORT_SYMBOL net/nfc/nfc 0x25d6e82d nfc_driver_failure +EXPORT_SYMBOL net/nfc/nfc 0x26a934ea nfc_proto_register +EXPORT_SYMBOL net/nfc/nfc 0x2a0798ba nfc_se_transaction +EXPORT_SYMBOL net/nfc/nfc 0x331969ba nfc_allocate_device +EXPORT_SYMBOL net/nfc/nfc 0x3c569fcb nfc_target_lost +EXPORT_SYMBOL net/nfc/nfc 0x45f94031 nfc_dep_link_is_up +EXPORT_SYMBOL net/nfc/nfc 0x48eb6a83 nfc_unregister_device +EXPORT_SYMBOL net/nfc/nfc 0x51c6ac6f nfc_se_connectivity +EXPORT_SYMBOL net/nfc/nfc 0x5b3a878a nfc_set_remote_general_bytes +EXPORT_SYMBOL net/nfc/nfc 0x5f7195ba nfc_tm_deactivated +EXPORT_SYMBOL net/nfc/nfc 0x64a0218e nfc_proto_unregister +EXPORT_SYMBOL net/nfc/nfc 0x794833c4 nfc_tm_activated +EXPORT_SYMBOL net/nfc/nfc 0x8229dd24 __nfc_alloc_vendor_cmd_reply_skb +EXPORT_SYMBOL net/nfc/nfc 0xa0bc7500 nfc_fw_download_done +EXPORT_SYMBOL net/nfc/nfc 0xcb6ef101 nfc_register_device +EXPORT_SYMBOL net/nfc/nfc 0xe5e6a19d nfc_add_se +EXPORT_SYMBOL net/nfc/nfc 0xe843f033 nfc_alloc_recv_skb +EXPORT_SYMBOL net/nfc/nfc 0xe967f339 nfc_remove_se +EXPORT_SYMBOL net/nfc/nfc 0xf8e6daae nfc_vendor_cmd_reply +EXPORT_SYMBOL net/nfc/nfc_digital 0x47e4f390 nfc_digital_unregister_device +EXPORT_SYMBOL net/nfc/nfc_digital 0x5cee57cf nfc_digital_register_device +EXPORT_SYMBOL net/nfc/nfc_digital 0xe632a193 nfc_digital_free_device +EXPORT_SYMBOL net/nfc/nfc_digital 0xeb966573 nfc_digital_allocate_device +EXPORT_SYMBOL net/phonet/phonet 0x0f621662 pn_sock_hash +EXPORT_SYMBOL net/phonet/phonet 0x2c488381 pn_skb_send +EXPORT_SYMBOL net/phonet/phonet 0x2f401428 phonet_proto_unregister +EXPORT_SYMBOL net/phonet/phonet 0x6050c6f3 pn_sock_unhash +EXPORT_SYMBOL net/phonet/phonet 0x8f1b44f5 phonet_header_ops +EXPORT_SYMBOL net/phonet/phonet 0x9bc30191 pn_sock_get_port +EXPORT_SYMBOL net/phonet/phonet 0xe1ffa9be phonet_proto_register +EXPORT_SYMBOL net/phonet/phonet 0xe30d4a02 phonet_stream_ops +EXPORT_SYMBOL net/rxrpc/rxrpc 0x08b1043b rxrpc_sock_set_security_keyring +EXPORT_SYMBOL net/rxrpc/rxrpc 0x1b1dba61 rxrpc_get_null_key +EXPORT_SYMBOL net/rxrpc/rxrpc 0x2dee737f rxrpc_kernel_end_call +EXPORT_SYMBOL net/rxrpc/rxrpc 0x2f43628d rxrpc_kernel_new_call_notification +EXPORT_SYMBOL net/rxrpc/rxrpc 0x31bf3ca3 rxrpc_debug_id +EXPORT_SYMBOL net/rxrpc/rxrpc 0x381cef2d key_type_rxrpc +EXPORT_SYMBOL net/rxrpc/rxrpc 0x3f7730e5 rxrpc_kernel_get_srtt +EXPORT_SYMBOL net/rxrpc/rxrpc 0x7174f657 rxrpc_kernel_set_max_life +EXPORT_SYMBOL net/rxrpc/rxrpc 0x901939e5 rxrpc_kernel_set_tx_length +EXPORT_SYMBOL net/rxrpc/rxrpc 0x99cd3dca rxrpc_kernel_send_data +EXPORT_SYMBOL net/rxrpc/rxrpc 0xae3bdb33 rxrpc_kernel_get_epoch +EXPORT_SYMBOL net/rxrpc/rxrpc 0xbe3453b7 rxrpc_kernel_check_life +EXPORT_SYMBOL net/rxrpc/rxrpc 0xbebbde09 rxrpc_kernel_begin_call +EXPORT_SYMBOL net/rxrpc/rxrpc 0xc45286fc rxrpc_kernel_recv_data +EXPORT_SYMBOL net/rxrpc/rxrpc 0xd23fd940 rxrpc_get_server_data_key +EXPORT_SYMBOL net/rxrpc/rxrpc 0xd27bccb9 rxrpc_kernel_abort_call +EXPORT_SYMBOL net/rxrpc/rxrpc 0xd70b4953 rxrpc_sock_set_min_security_level +EXPORT_SYMBOL net/rxrpc/rxrpc 0xe34a16c5 rxrpc_kernel_get_peer +EXPORT_SYMBOL net/rxrpc/rxrpc 0xfb338aa7 rxrpc_kernel_charge_accept +EXPORT_SYMBOL net/sctp/sctp 0xc7b2c196 sctp_do_peeloff +EXPORT_SYMBOL net/smc/smc 0x1b1e06e1 __tracepoint_smc_rx_recvmsg +EXPORT_SYMBOL net/smc/smc 0x3153cc92 __SCK__tp_func_smc_rx_recvmsg +EXPORT_SYMBOL net/smc/smc 0x337971cc __traceiter_smc_rx_recvmsg +EXPORT_SYMBOL net/smc/smc 0x43b324ba __traceiter_smc_switch_to_fallback +EXPORT_SYMBOL net/smc/smc 0x8989d6ae __tracepoint_smc_switch_to_fallback +EXPORT_SYMBOL net/smc/smc 0x957bd097 __traceiter_smc_tx_sendmsg +EXPORT_SYMBOL net/smc/smc 0x99bf1b00 __tracepoint_smc_tx_sendmsg +EXPORT_SYMBOL net/smc/smc 0xb3f2d173 __SCK__tp_func_smc_tx_sendmsg +EXPORT_SYMBOL net/smc/smc 0xcd9701fe __tracepoint_smcr_link_down +EXPORT_SYMBOL net/smc/smc 0xe7dacb8d __SCK__tp_func_smcr_link_down +EXPORT_SYMBOL net/smc/smc 0xf9e2ad9f __traceiter_smcr_link_down +EXPORT_SYMBOL net/smc/smc 0xfb8cae0f __SCK__tp_func_smc_switch_to_fallback +EXPORT_SYMBOL net/sunrpc/auth_gss/auth_rpcgss 0xb3611eba gss_pseudoflavor_to_service +EXPORT_SYMBOL net/sunrpc/auth_gss/auth_rpcgss 0xe2377b53 gss_mech_get +EXPORT_SYMBOL net/sunrpc/auth_gss/auth_rpcgss 0xe8d4583f gss_mech_put +EXPORT_SYMBOL net/sunrpc/sunrpc 0x01de8f80 svc_pool_stats_open +EXPORT_SYMBOL net/sunrpc/sunrpc 0x1ecfc042 xdr_truncate_encode +EXPORT_SYMBOL net/sunrpc/sunrpc 0xace8cfdf xdr_restrict_buflen +EXPORT_SYMBOL net/tipc/tipc 0x0255c7f6 tipc_sk_fill_sock_diag +EXPORT_SYMBOL net/tipc/tipc 0x31a33092 tipc_nl_sk_walk +EXPORT_SYMBOL net/tipc/tipc 0x4dee5976 tipc_dump_start +EXPORT_SYMBOL net/tipc/tipc 0xa27385d9 tipc_dump_done +EXPORT_SYMBOL net/tls/tls 0x781d4316 tls_get_record +EXPORT_SYMBOL net/wireless/cfg80211 0x055098c3 cfg80211_sched_scan_stopped_locked +EXPORT_SYMBOL net/wireless/cfg80211 0x06ca71fd cfg80211_chandef_create +EXPORT_SYMBOL net/wireless/cfg80211 0x0c1c34ec ieee80211_get_hdrlen_from_skb +EXPORT_SYMBOL net/wireless/cfg80211 0x0c68bf5f cfg80211_rx_unprot_mlme_mgmt +EXPORT_SYMBOL net/wireless/cfg80211 0x0cc95bc2 ieee80211_s1g_channel_width +EXPORT_SYMBOL net/wireless/cfg80211 0x0cce78fa cfg80211_iter_combinations +EXPORT_SYMBOL net/wireless/cfg80211 0x0d566b6f cfg80211_rx_control_port +EXPORT_SYMBOL net/wireless/cfg80211 0x0ff64272 cfg80211_check_station_change +EXPORT_SYMBOL net/wireless/cfg80211 0x117aca91 cfg80211_merge_profile +EXPORT_SYMBOL net/wireless/cfg80211 0x17f9f06e cfg80211_conn_failed +EXPORT_SYMBOL net/wireless/cfg80211 0x1879fcbd bridge_tunnel_header +EXPORT_SYMBOL net/wireless/cfg80211 0x1b5a3a7e cfg80211_sinfo_alloc_tid_stats +EXPORT_SYMBOL net/wireless/cfg80211 0x1b9231dc cfg80211_update_owe_info_event +EXPORT_SYMBOL net/wireless/cfg80211 0x1ce2497f reg_query_regdb_wmm +EXPORT_SYMBOL net/wireless/cfg80211 0x1fd84e0a cfg80211_crit_proto_stopped +EXPORT_SYMBOL net/wireless/cfg80211 0x20385180 ieee80211_get_num_supported_channels +EXPORT_SYMBOL net/wireless/cfg80211 0x208bce56 cfg80211_ready_on_channel +EXPORT_SYMBOL net/wireless/cfg80211 0x222083f5 cfg80211_ibss_joined +EXPORT_SYMBOL net/wireless/cfg80211 0x231a7d9c cfg80211_auth_timeout +EXPORT_SYMBOL net/wireless/cfg80211 0x275269b3 ieee80211_ie_split_ric +EXPORT_SYMBOL net/wireless/cfg80211 0x275c97f0 cfg80211_get_ies_channel_number +EXPORT_SYMBOL net/wireless/cfg80211 0x2845bae3 cfg80211_register_netdevice +EXPORT_SYMBOL net/wireless/cfg80211 0x28a0dd4a cfg80211_unlink_bss +EXPORT_SYMBOL net/wireless/cfg80211 0x29d43d11 cfg80211_tx_mgmt_expired +EXPORT_SYMBOL net/wireless/cfg80211 0x2ac50545 cfg80211_assoc_failure +EXPORT_SYMBOL net/wireless/cfg80211 0x2bd4f8d0 __cfg80211_radar_event +EXPORT_SYMBOL net/wireless/cfg80211 0x2da1b077 cfg80211_gtk_rekey_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x31b68693 cfg80211_cqm_pktloss_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x3643b80f ieee80211_chandef_to_operating_class +EXPORT_SYMBOL net/wireless/cfg80211 0x3683b500 wiphy_free +EXPORT_SYMBOL net/wireless/cfg80211 0x3732446b cfg80211_external_auth_request +EXPORT_SYMBOL net/wireless/cfg80211 0x3b0c201c wiphy_apply_custom_regulatory +EXPORT_SYMBOL net/wireless/cfg80211 0x3b4812eb cfg80211_send_layer2_update +EXPORT_SYMBOL net/wireless/cfg80211 0x3b7ce89d regulatory_pre_cac_allowed +EXPORT_SYMBOL net/wireless/cfg80211 0x3bf043f0 cfg80211_michael_mic_failure +EXPORT_SYMBOL net/wireless/cfg80211 0x4089398c cfg80211_sched_scan_results +EXPORT_SYMBOL net/wireless/cfg80211 0x41038d50 cfg80211_tx_mlme_mgmt +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 0x46ff300c ieee80211_get_response_rate +EXPORT_SYMBOL net/wireless/cfg80211 0x4773855d regulatory_set_wiphy_regd +EXPORT_SYMBOL net/wireless/cfg80211 0x482c911c cfg80211_ch_switch_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x4d888bc1 cfg80211_calculate_bitrate +EXPORT_SYMBOL net/wireless/cfg80211 0x4fceffc9 cfg80211_bss_iter +EXPORT_SYMBOL net/wireless/cfg80211 0x52331be0 cfg80211_cqm_rssi_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x528f2a03 wiphy_rfkill_set_hw_state_reason +EXPORT_SYMBOL net/wireless/cfg80211 0x5349d671 cfg80211_mgmt_tx_status_ext +EXPORT_SYMBOL net/wireless/cfg80211 0x5400200c cfg80211_bss_color_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x5467068a cfg80211_port_authorized +EXPORT_SYMBOL net/wireless/cfg80211 0x54f056f7 cfg80211_nan_func_terminated +EXPORT_SYMBOL net/wireless/cfg80211 0x5584448a ieee80211_channel_to_freq_khz +EXPORT_SYMBOL net/wireless/cfg80211 0x57be925a wiphy_register +EXPORT_SYMBOL net/wireless/cfg80211 0x5a343caa cfg80211_reg_can_beacon +EXPORT_SYMBOL net/wireless/cfg80211 0x5ac0bcf2 freq_reg_info +EXPORT_SYMBOL net/wireless/cfg80211 0x5b0abe2a wiphy_unregister +EXPORT_SYMBOL net/wireless/cfg80211 0x5b20fec4 cfg80211_cac_event +EXPORT_SYMBOL net/wireless/cfg80211 0x5c1fcaa5 __cfg80211_send_event_skb +EXPORT_SYMBOL net/wireless/cfg80211 0x5c3aca88 regulatory_set_wiphy_regd_sync +EXPORT_SYMBOL net/wireless/cfg80211 0x5e212a6c cfg80211_cqm_txe_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x5e3d90f0 cfg80211_inform_bss_data +EXPORT_SYMBOL net/wireless/cfg80211 0x603ec1c5 cfg80211_get_station +EXPORT_SYMBOL net/wireless/cfg80211 0x60eb2265 cfg80211_nan_match +EXPORT_SYMBOL net/wireless/cfg80211 0x63ce7aa5 wiphy_read_of_freq_limits +EXPORT_SYMBOL net/wireless/cfg80211 0x6956542b cfg80211_del_sta_sinfo +EXPORT_SYMBOL net/wireless/cfg80211 0x69b18f43 rfc1042_header +EXPORT_SYMBOL net/wireless/cfg80211 0x6b3900e8 cfg80211_any_usable_channels +EXPORT_SYMBOL net/wireless/cfg80211 0x6bb1e6ae cfg80211_pmksa_candidate_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x6bedf402 ieee80211_freq_khz_to_channel +EXPORT_SYMBOL net/wireless/cfg80211 0x75fb6298 cfg80211_check_combinations +EXPORT_SYMBOL net/wireless/cfg80211 0x78e60eec cfg80211_put_bss +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 0x7cab54fe cfg80211_chandef_usable +EXPORT_SYMBOL net/wireless/cfg80211 0x7ef39823 ieee80211_hdrlen +EXPORT_SYMBOL net/wireless/cfg80211 0x80e49ac7 cfg80211_sched_scan_stopped +EXPORT_SYMBOL net/wireless/cfg80211 0x824b6a48 regulatory_hint +EXPORT_SYMBOL net/wireless/cfg80211 0x82ba6b79 cfg80211_disconnected +EXPORT_SYMBOL net/wireless/cfg80211 0x85014d5f cfg80211_stop_iface +EXPORT_SYMBOL net/wireless/cfg80211 0x8994eef0 ieee80211_amsdu_to_8023s +EXPORT_SYMBOL net/wireless/cfg80211 0x8fa02936 cfg80211_free_nan_func +EXPORT_SYMBOL net/wireless/cfg80211 0x92a94695 cfg80211_new_sta +EXPORT_SYMBOL net/wireless/cfg80211 0x95ddee16 cfg80211_ft_event +EXPORT_SYMBOL net/wireless/cfg80211 0x97b516c7 ieee80211_mandatory_rates +EXPORT_SYMBOL net/wireless/cfg80211 0x9a5bfb46 cfg80211_rx_mlme_mgmt +EXPORT_SYMBOL net/wireless/cfg80211 0x9bb98a61 cfg80211_ref_bss +EXPORT_SYMBOL net/wireless/cfg80211 0x9d6cba30 cfg80211_find_elem_match +EXPORT_SYMBOL net/wireless/cfg80211 0x9f8ca545 cfg80211_cqm_beacon_loss_notify +EXPORT_SYMBOL net/wireless/cfg80211 0xa1931028 cfg80211_scan_done +EXPORT_SYMBOL net/wireless/cfg80211 0xa3b0f880 ieee80211_get_channel_khz +EXPORT_SYMBOL net/wireless/cfg80211 0xa455cb7a cfg80211_control_port_tx_status +EXPORT_SYMBOL net/wireless/cfg80211 0xa4f9d3a1 cfg80211_get_bss +EXPORT_SYMBOL net/wireless/cfg80211 0xa6caf345 cfg80211_rx_spurious_frame +EXPORT_SYMBOL net/wireless/cfg80211 0xaa18cc62 cfg80211_notify_new_peer_candidate +EXPORT_SYMBOL net/wireless/cfg80211 0xaf706254 cfg80211_remain_on_channel_expired +EXPORT_SYMBOL net/wireless/cfg80211 0xb5b0ef01 __cfg80211_alloc_reply_skb +EXPORT_SYMBOL net/wireless/cfg80211 0xb71c3767 cfg80211_roamed +EXPORT_SYMBOL net/wireless/cfg80211 0xb757ac40 wiphy_new_nm +EXPORT_SYMBOL net/wireless/cfg80211 0xbd4843ce cfg80211_get_iftype_ext_capa +EXPORT_SYMBOL net/wireless/cfg80211 0xbdd073dd cfg80211_get_drvinfo +EXPORT_SYMBOL net/wireless/cfg80211 0xbeb980fe wdev_chandef +EXPORT_SYMBOL net/wireless/cfg80211 0xc01bc06b cfg80211_classify8021d +EXPORT_SYMBOL net/wireless/cfg80211 0xc15eb73b cfg80211_bss_flush +EXPORT_SYMBOL net/wireless/cfg80211 0xc4b4fc27 cfg80211_chandef_valid +EXPORT_SYMBOL net/wireless/cfg80211 0xc6b692d3 cfg80211_rx_assoc_resp +EXPORT_SYMBOL net/wireless/cfg80211 0xc8944081 cfg80211_background_cac_abort +EXPORT_SYMBOL net/wireless/cfg80211 0xc8a2441d cfg80211_iftype_allowed +EXPORT_SYMBOL net/wireless/cfg80211 0xca0fd12b cfg80211_sta_opmode_change_notify +EXPORT_SYMBOL net/wireless/cfg80211 0xcc1a7c48 cfg80211_is_element_inherited +EXPORT_SYMBOL net/wireless/cfg80211 0xcd6ad966 cfg80211_chandef_dfs_required +EXPORT_SYMBOL net/wireless/cfg80211 0xd45fe093 __cfg80211_alloc_event_skb +EXPORT_SYMBOL net/wireless/cfg80211 0xd52e9cee cfg80211_rx_unexpected_4addr_frame +EXPORT_SYMBOL net/wireless/cfg80211 0xd56d55f3 ieee80211_get_mesh_hdrlen +EXPORT_SYMBOL net/wireless/cfg80211 0xd97eaad4 cfg80211_chandef_compatible +EXPORT_SYMBOL net/wireless/cfg80211 0xdba126c1 reg_initiator_name +EXPORT_SYMBOL net/wireless/cfg80211 0xdbed168b ieee80211_data_to_8023_exthdr +EXPORT_SYMBOL net/wireless/cfg80211 0xdc13a71a get_wiphy_regdom +EXPORT_SYMBOL net/wireless/cfg80211 0xe386b1a8 wiphy_rfkill_start_polling +EXPORT_SYMBOL net/wireless/cfg80211 0xe5bbb905 cfg80211_tdls_oper_request +EXPORT_SYMBOL net/wireless/cfg80211 0xe931d1c3 cfg80211_connect_done +EXPORT_SYMBOL net/wireless/cfg80211 0xe9d8f082 cfg80211_probe_status +EXPORT_SYMBOL net/wireless/cfg80211 0xeaaae171 cfg80211_unregister_wdev +EXPORT_SYMBOL net/wireless/cfg80211 0xeb7e9f84 cfg80211_inform_bss_frame_data +EXPORT_SYMBOL net/wireless/cfg80211 0xeeff85bc cfg80211_report_wowlan_wakeup +EXPORT_SYMBOL net/wireless/cfg80211 0xf31f428b cfg80211_assoc_comeback +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 0xf98dc29b cfg80211_rx_mgmt_ext +EXPORT_SYMBOL net/wireless/cfg80211 0xfbec8181 cfg80211_report_obss_beacon_khz +EXPORT_SYMBOL net/wireless/cfg80211 0xfe21cc20 cfg80211_reg_can_beacon_relax +EXPORT_SYMBOL net/wireless/cfg80211 0xfec0a4ed cfg80211_ch_switch_started_notify +EXPORT_SYMBOL net/wireless/lib80211 0x12b4eded lib80211_register_crypto_ops +EXPORT_SYMBOL net/wireless/lib80211 0x24d7cdff lib80211_crypt_info_free +EXPORT_SYMBOL net/wireless/lib80211 0xb497bae5 lib80211_get_crypto_ops +EXPORT_SYMBOL net/wireless/lib80211 0xe1dfdd83 lib80211_crypt_info_init +EXPORT_SYMBOL net/wireless/lib80211 0xf140d570 lib80211_crypt_delayed_deinit +EXPORT_SYMBOL net/wireless/lib80211 0xf72774b1 lib80211_unregister_crypto_ops +EXPORT_SYMBOL sound/ac97_bus 0x36857311 ac97_bus_type +EXPORT_SYMBOL sound/core/oss/snd-mixer-oss 0x95113819 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 0x2420704d snd_seq_create_kernel_client +EXPORT_SYMBOL sound/core/seq/snd-seq 0x3061c52d snd_use_lock_sync_helper +EXPORT_SYMBOL sound/core/seq/snd-seq 0x3fb4d161 snd_seq_kernel_client_dispatch +EXPORT_SYMBOL sound/core/seq/snd-seq 0x6bb71038 snd_seq_delete_kernel_client +EXPORT_SYMBOL sound/core/seq/snd-seq 0x7ac2f329 snd_seq_expand_var_event +EXPORT_SYMBOL sound/core/seq/snd-seq 0x7b8699eb snd_seq_event_port_detach +EXPORT_SYMBOL sound/core/seq/snd-seq 0xb8e448a0 snd_seq_set_queue_tempo +EXPORT_SYMBOL sound/core/seq/snd-seq 0xcca2fe66 snd_seq_kernel_client_enqueue +EXPORT_SYMBOL sound/core/seq/snd-seq 0xe934da1d snd_seq_dump_var_event +EXPORT_SYMBOL sound/core/seq/snd-seq 0xf5d757a5 snd_seq_kernel_client_write_poll +EXPORT_SYMBOL sound/core/seq/snd-seq 0xfc146eb1 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 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-emul 0xf912f0c8 snd_midi_process_event +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0x734e4fba 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 0xdd70dbf6 snd_midi_event_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 0x56d88bf5 snd_virmidi_new +EXPORT_SYMBOL sound/core/snd 0x02e7f34a snd_jack_add_new_kctl +EXPORT_SYMBOL sound/core/snd 0x066122dd snd_unregister_oss_device +EXPORT_SYMBOL sound/core/snd 0x12b87142 snd_ctl_rename_id +EXPORT_SYMBOL sound/core/snd 0x133b8127 snd_ctl_unregister_ioctl +EXPORT_SYMBOL sound/core/snd 0x198788b4 snd_lookup_oss_minor_data +EXPORT_SYMBOL sound/core/snd 0x1c384e69 snd_card_disconnect +EXPORT_SYMBOL sound/core/snd 0x2167548c snd_ctl_remove_id +EXPORT_SYMBOL sound/core/snd 0x24a94b26 snd_info_get_line +EXPORT_SYMBOL sound/core/snd 0x30c1fc97 snd_ctl_register_ioctl +EXPORT_SYMBOL sound/core/snd 0x33318c53 snd_ctl_remove +EXPORT_SYMBOL sound/core/snd 0x342a2354 copy_to_user_fromio +EXPORT_SYMBOL sound/core/snd 0x37571a79 snd_info_create_module_entry +EXPORT_SYMBOL sound/core/snd 0x3971b4df snd_ecards_limit +EXPORT_SYMBOL sound/core/snd 0x3d1ac480 _snd_ctl_add_follower +EXPORT_SYMBOL sound/core/snd 0x4360a276 snd_card_set_id +EXPORT_SYMBOL sound/core/snd 0x43c4d0b7 snd_card_file_remove +EXPORT_SYMBOL sound/core/snd 0x4a3ea5c0 snd_request_card +EXPORT_SYMBOL sound/core/snd 0x4b3f66dd snd_pci_quirk_lookup +EXPORT_SYMBOL sound/core/snd 0x58f81953 snd_device_register +EXPORT_SYMBOL sound/core/snd 0x64e5d3dd snd_ctl_rename +EXPORT_SYMBOL sound/core/snd 0x6dbaed6e snd_info_create_card_entry +EXPORT_SYMBOL sound/core/snd 0x6fb63c0f snd_ctl_find_numid +EXPORT_SYMBOL sound/core/snd 0x73076315 snd_pci_quirk_lookup_id +EXPORT_SYMBOL sound/core/snd 0x733a2e72 snd_card_new +EXPORT_SYMBOL sound/core/snd 0x75b5903c snd_ctl_boolean_stereo_info +EXPORT_SYMBOL sound/core/snd 0x7e5c7753 snd_ctl_notify +EXPORT_SYMBOL sound/core/snd 0x7f6c4e0d snd_ctl_find_id +EXPORT_SYMBOL sound/core/snd 0x7fec48ab snd_ctl_notify_one +EXPORT_SYMBOL sound/core/snd 0x84c4d9ff snd_device_new +EXPORT_SYMBOL sound/core/snd 0x88429402 snd_ctl_new1 +EXPORT_SYMBOL sound/core/snd 0x8df3789f snd_oss_info_register +EXPORT_SYMBOL sound/core/snd 0x8f595b11 snd_major +EXPORT_SYMBOL sound/core/snd 0x9c840d79 snd_device_free +EXPORT_SYMBOL sound/core/snd 0x9e4d3581 snd_power_wait +EXPORT_SYMBOL sound/core/snd 0x9e6d79f8 snd_info_get_str +EXPORT_SYMBOL sound/core/snd 0x9f2a53db snd_card_file_add +EXPORT_SYMBOL sound/core/snd 0xae5067d7 snd_seq_root +EXPORT_SYMBOL sound/core/snd 0xb217612e snd_card_free +EXPORT_SYMBOL sound/core/snd 0xb2e5ae4a snd_lookup_minor_data +EXPORT_SYMBOL sound/core/snd 0xb34e3207 snd_component_add +EXPORT_SYMBOL sound/core/snd 0xb517f290 snd_jack_report +EXPORT_SYMBOL sound/core/snd 0xb5904d57 snd_ctl_make_virtual_master +EXPORT_SYMBOL sound/core/snd 0xb8e073c9 snd_ctl_free_one +EXPORT_SYMBOL sound/core/snd 0xb9cb1f8c snd_register_oss_device +EXPORT_SYMBOL sound/core/snd 0xbe74b7ce snd_ctl_replace +EXPORT_SYMBOL sound/core/snd 0xbfdd7d7b snd_info_register +EXPORT_SYMBOL sound/core/snd 0xc25cbeb4 snd_ctl_unregister_ioctl_compat +EXPORT_SYMBOL sound/core/snd 0xc5a6d10b release_and_free_resource +EXPORT_SYMBOL sound/core/snd 0xcc6a729f snd_ctl_enum_info +EXPORT_SYMBOL sound/core/snd 0xcd324ba4 snd_jack_new +EXPORT_SYMBOL sound/core/snd 0xdf5570ee snd_jack_set_key +EXPORT_SYMBOL sound/core/snd 0xe351a330 snd_register_device +EXPORT_SYMBOL sound/core/snd 0xe596a727 snd_ctl_register_ioctl_compat +EXPORT_SYMBOL sound/core/snd 0xe7ff2a5a snd_card_register +EXPORT_SYMBOL sound/core/snd 0xeb3aae56 snd_ctl_boolean_mono_info +EXPORT_SYMBOL sound/core/snd 0xf24faabb snd_card_free_when_closed +EXPORT_SYMBOL sound/core/snd 0xf303fddf snd_info_free_entry +EXPORT_SYMBOL sound/core/snd 0xf574fc1b snd_mixer_oss_notify_callback +EXPORT_SYMBOL sound/core/snd 0xf881577e snd_ctl_add +EXPORT_SYMBOL sound/core/snd 0xf93fec71 snd_jack_set_parent +EXPORT_SYMBOL sound/core/snd 0xfbf844df snd_unregister_device +EXPORT_SYMBOL sound/core/snd 0xfffd89db copy_from_user_toio +EXPORT_SYMBOL sound/core/snd-compress 0x5b13cf50 snd_compr_malloc_pages +EXPORT_SYMBOL sound/core/snd-compress 0x8b397a61 snd_compr_free_pages +EXPORT_SYMBOL sound/core/snd-hwdep 0xe07b4d7f snd_hwdep_new +EXPORT_SYMBOL sound/core/snd-pcm 0x01c8e671 snd_pcm_hw_constraint_list +EXPORT_SYMBOL sound/core/snd-pcm 0x0283dfe3 _snd_pcm_hw_params_any +EXPORT_SYMBOL sound/core/snd-pcm 0x02a06b70 snd_pcm_lib_malloc_pages +EXPORT_SYMBOL sound/core/snd-pcm 0x02d2c9f8 snd_pcm_lib_preallocate_free_for_all +EXPORT_SYMBOL sound/core/snd-pcm 0x04cda566 snd_interval_refine +EXPORT_SYMBOL sound/core/snd-pcm 0x0fc6ffe2 snd_pcm_hw_constraint_ranges +EXPORT_SYMBOL sound/core/snd-pcm 0x11eba48e snd_pcm_create_iec958_consumer_hw_params +EXPORT_SYMBOL sound/core/snd-pcm 0x164838c5 snd_pcm_lib_preallocate_pages +EXPORT_SYMBOL sound/core/snd-pcm 0x17ad329e snd_pcm_hw_constraint_minmax +EXPORT_SYMBOL sound/core/snd-pcm 0x1a6082ae snd_pcm_hw_constraint_step +EXPORT_SYMBOL sound/core/snd-pcm 0x1b3f50c4 snd_dma_buffer_mmap +EXPORT_SYMBOL sound/core/snd-pcm 0x1d027e4b snd_pcm_format_signed +EXPORT_SYMBOL sound/core/snd-pcm 0x27f8af86 snd_pcm_lib_free_vmalloc_buffer +EXPORT_SYMBOL sound/core/snd-pcm 0x2efb3d25 snd_dma_alloc_pages_fallback +EXPORT_SYMBOL sound/core/snd-pcm 0x307fe446 snd_pcm_release_substream +EXPORT_SYMBOL sound/core/snd-pcm 0x33f7798a snd_pcm_hw_param_last +EXPORT_SYMBOL sound/core/snd-pcm 0x3796bdcc snd_pcm_format_little_endian +EXPORT_SYMBOL sound/core/snd-pcm 0x37a693fb snd_pcm_hw_constraint_ratnums +EXPORT_SYMBOL sound/core/snd-pcm 0x380517b4 snd_pcm_period_elapsed_under_stream_lock +EXPORT_SYMBOL sound/core/snd-pcm 0x39bf9301 _snd_pcm_hw_param_setempty +EXPORT_SYMBOL sound/core/snd-pcm 0x3a9631ff snd_pcm_suspend_all +EXPORT_SYMBOL sound/core/snd-pcm 0x3df8ec9b snd_sgbuf_get_addr +EXPORT_SYMBOL sound/core/snd-pcm 0x41a72b6a snd_pcm_set_ops +EXPORT_SYMBOL sound/core/snd-pcm 0x41be7e27 snd_pcm_hw_refine +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 0x51bd71c5 snd_pcm_lib_ioctl +EXPORT_SYMBOL sound/core/snd-pcm 0x52e3e4a5 snd_pcm_hw_param_value +EXPORT_SYMBOL sound/core/snd-pcm 0x53edf00b snd_pcm_kernel_ioctl +EXPORT_SYMBOL sound/core/snd-pcm 0x579ec916 snd_sgbuf_get_chunk_size +EXPORT_SYMBOL sound/core/snd-pcm 0x586dcf1c snd_pcm_lib_preallocate_pages_for_all +EXPORT_SYMBOL sound/core/snd-pcm 0x597612d6 snd_pcm_hw_constraint_ratdens +EXPORT_SYMBOL sound/core/snd-pcm 0x5e7f4920 snd_pcm_format_set_silence +EXPORT_SYMBOL sound/core/snd-pcm 0x6362a467 __snd_pcm_lib_xfer +EXPORT_SYMBOL sound/core/snd-pcm 0x650f8603 snd_pcm_format_silence_64 +EXPORT_SYMBOL sound/core/snd-pcm 0x67954f4a snd_pcm_hw_constraint_msbits +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 0x6b593fe4 snd_pcm_new_internal +EXPORT_SYMBOL sound/core/snd-pcm 0x6ef8fcd8 snd_pcm_format_linear +EXPORT_SYMBOL sound/core/snd-pcm 0x7187df78 snd_pcm_hw_constraint_integer +EXPORT_SYMBOL sound/core/snd-pcm 0x7615ac2b snd_pcm_hw_constraint_mask64 +EXPORT_SYMBOL sound/core/snd-pcm 0x788853b1 snd_pcm_new_stream +EXPORT_SYMBOL sound/core/snd-pcm 0x834dc955 snd_pcm_format_size +EXPORT_SYMBOL sound/core/snd-pcm 0x85a99ab8 snd_pcm_mmap_data +EXPORT_SYMBOL sound/core/snd-pcm 0x94098ff8 snd_interval_list +EXPORT_SYMBOL sound/core/snd-pcm 0x97be485f _snd_pcm_lib_alloc_vmalloc_buffer +EXPORT_SYMBOL sound/core/snd-pcm 0x98ecf7bd snd_pcm_hw_rule_noresample +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 0xafd664a9 snd_pcm_set_managed_buffer +EXPORT_SYMBOL sound/core/snd-pcm 0xb0ef4b7f snd_pcm_period_elapsed +EXPORT_SYMBOL sound/core/snd-pcm 0xb9638db4 snd_pcm_rate_to_rate_bit +EXPORT_SYMBOL sound/core/snd-pcm 0xbc20779a snd_dma_alloc_dir_pages +EXPORT_SYMBOL sound/core/snd-pcm 0xc0b9c112 snd_pcm_lib_get_vmalloc_page +EXPORT_SYMBOL sound/core/snd-pcm 0xc321d77e snd_pcm_hw_rule_add +EXPORT_SYMBOL sound/core/snd-pcm 0xca466f34 snd_pcm_set_sync +EXPORT_SYMBOL sound/core/snd-pcm 0xcd389506 snd_pcm_hw_param_first +EXPORT_SYMBOL sound/core/snd-pcm 0xcf4333c6 snd_pcm_stop +EXPORT_SYMBOL sound/core/snd-pcm 0xd46ecde6 snd_pcm_create_iec958_consumer +EXPORT_SYMBOL sound/core/snd-pcm 0xe07d0b25 snd_pcm_lib_free_pages +EXPORT_SYMBOL sound/core/snd-pcm 0xe0d7bc01 snd_pcm_open_substream +EXPORT_SYMBOL sound/core/snd-pcm 0xe1870d68 snd_pcm_set_managed_buffer_all +EXPORT_SYMBOL sound/core/snd-pcm 0xe56a9336 snd_pcm_format_width +EXPORT_SYMBOL sound/core/snd-pcm 0xf2672500 snd_dma_free_pages +EXPORT_SYMBOL sound/core/snd-pcm 0xf3b9d5af snd_sgbuf_get_page +EXPORT_SYMBOL sound/core/snd-pcm 0xf66440e6 snd_pcm_hw_constraint_pow2 +EXPORT_SYMBOL sound/core/snd-pcm 0xf7e7cfc6 snd_pcm_new +EXPORT_SYMBOL sound/core/snd-pcm 0xff6104d0 snd_pcm_rate_bit_to_rate +EXPORT_SYMBOL sound/core/snd-rawmidi 0x09db6740 snd_rawmidi_transmit_empty +EXPORT_SYMBOL sound/core/snd-rawmidi 0x0f80c8c8 snd_rawmidi_input_params +EXPORT_SYMBOL sound/core/snd-rawmidi 0x1783236c snd_rawmidi_kernel_write +EXPORT_SYMBOL sound/core/snd-rawmidi 0x25fddd8a snd_rawmidi_drop_output +EXPORT_SYMBOL sound/core/snd-rawmidi 0x33e7d493 snd_rawmidi_transmit +EXPORT_SYMBOL sound/core/snd-rawmidi 0x34ccd09a snd_rawmidi_info_select +EXPORT_SYMBOL sound/core/snd-rawmidi 0x39c087c7 snd_rawmidi_transmit_ack +EXPORT_SYMBOL sound/core/snd-rawmidi 0x3b8d1fc7 snd_rawmidi_kernel_release +EXPORT_SYMBOL sound/core/snd-rawmidi 0x4d1938d8 snd_rawmidi_new +EXPORT_SYMBOL sound/core/snd-rawmidi 0x78a6699d snd_rawmidi_output_params +EXPORT_SYMBOL sound/core/snd-rawmidi 0xaa9dbbb5 snd_rawmidi_drain_output +EXPORT_SYMBOL sound/core/snd-rawmidi 0xaf6d6394 snd_rawmidi_transmit_peek +EXPORT_SYMBOL sound/core/snd-rawmidi 0xb905c86a snd_rawmidi_kernel_read +EXPORT_SYMBOL sound/core/snd-rawmidi 0xd726167a snd_rawmidi_receive +EXPORT_SYMBOL sound/core/snd-rawmidi 0xed0388b2 snd_rawmidi_set_ops +EXPORT_SYMBOL sound/core/snd-rawmidi 0xf7f05773 snd_rawmidi_drain_input +EXPORT_SYMBOL sound/core/snd-rawmidi 0xfa92ac07 snd_rawmidi_kernel_open +EXPORT_SYMBOL sound/core/snd-rawmidi 0xfcfc9dd8 snd_rawmidi_proceed +EXPORT_SYMBOL sound/core/snd-seq-device 0x0791530a snd_seq_device_new +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-timer 0x0a513def snd_timer_notify +EXPORT_SYMBOL sound/core/snd-timer 0x10e5b7c3 snd_timer_continue +EXPORT_SYMBOL sound/core/snd-timer 0x25e480d4 snd_timer_instance_new +EXPORT_SYMBOL sound/core/snd-timer 0x32a8495d snd_timer_close +EXPORT_SYMBOL sound/core/snd-timer 0x42816e04 snd_timer_global_free +EXPORT_SYMBOL sound/core/snd-timer 0x7070af59 snd_timer_start +EXPORT_SYMBOL sound/core/snd-timer 0x89c7472e snd_timer_pause +EXPORT_SYMBOL sound/core/snd-timer 0x8eba5997 snd_timer_global_new +EXPORT_SYMBOL sound/core/snd-timer 0x8f26aaf0 snd_timer_interrupt +EXPORT_SYMBOL sound/core/snd-timer 0xd33bce2c snd_timer_resolution +EXPORT_SYMBOL sound/core/snd-timer 0xd43d84fa snd_timer_global_register +EXPORT_SYMBOL sound/core/snd-timer 0xd7e4e74f snd_timer_stop +EXPORT_SYMBOL sound/core/snd-timer 0xeb3d53ae snd_timer_instance_free +EXPORT_SYMBOL sound/core/snd-timer 0xf46cae31 snd_timer_new +EXPORT_SYMBOL sound/core/snd-timer 0xffe7ddc5 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 0xe4bdceab snd_mpu401_uart_new +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x05060a19 snd_opl3_regmap +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x410a2219 snd_opl3_init +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x49f02a97 snd_opl3_reset +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x4d550d54 snd_opl3_new +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x82bd5326 snd_opl3_timer_new +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0xaabd6788 snd_opl3_load_patch +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0xaf281bf7 snd_opl3_interrupt +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0xb5090b40 snd_opl3_create +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0xc2bbfdc6 snd_opl3_hwdep_new +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0xde2a41c8 snd_opl3_find_patch +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x0dc893b0 snd_vx_free_firmware +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x0ec83bbb 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 0x4228a26a snd_vx_resume +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x5b24063c snd_vx_load_boot_image +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x5d72cd4f snd_vx_setup_firmware +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xa10999db snd_vx_check_reg_bit +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xa512e158 snd_vx_create +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xcfcc60de snd_vx_dsp_load +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xdb5917ed snd_vx_suspend +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xf1f04d23 snd_vx_irq_handler +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x08289d20 amdtp_stream_destroy +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x09dd6114 avc_general_get_sig_fmt +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x1083e7f3 avc_general_set_sig_fmt +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x18360359 cmp_connection_reserve +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x19dd4b4e cmp_connection_release +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x1dbc1cf4 snd_fw_transaction +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x20254e45 amdtp_syt_intervals +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x22a59651 cmp_connection_establish +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x242a6e69 cmp_connection_update +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x2fc16205 iso_packets_buffer_destroy +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x3b4ccd01 amdtp_stream_update +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x4900df06 amdtp_stream_set_parameters +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x4edd2cc0 fcp_bus_reset +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x53ca18e8 amdtp_rate_table +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x64534f6b cmp_connection_destroy +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x647eaa6c cmp_connection_init +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x6859bd50 cmp_connection_check_used +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x7a687a73 amdtp_stream_add_pcm_hw_constraints +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x81aa7f73 amdtp_stream_init +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x86631188 cmp_connection_break +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x89bbe5d4 fcp_avc_transaction +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x999fdc81 amdtp_stream_pcm_prepare +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xa5793a06 fw_iso_resources_update +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xa6f903c2 amdtp_stream_get_max_payload +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xa997740b fw_iso_resources_allocate +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xb3fa4e6c avc_general_get_plug_info +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xcd4adcc9 fw_iso_resources_destroy +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xcdf6c6c3 amdtp_stream_pcm_abort +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xd11269eb iso_packets_buffer_init +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xd66d65d2 fw_iso_resources_free +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xd744f882 fw_iso_resources_init +EXPORT_SYMBOL sound/hda/snd-intel-dspcfg 0x41a05c36 intel_nhlt_has_endpoint_type +EXPORT_SYMBOL sound/hda/snd-intel-dspcfg 0x54834f37 intel_nhlt_get_endpoint_blob +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 0x9bce7f41 snd_ak4113_resume +EXPORT_SYMBOL sound/i2c/other/snd-ak4113 0xabd66555 snd_ak4113_suspend +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x0e185894 snd_ak4114_resume +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x4257fa1e snd_ak4114_reinit +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x48bc4dd9 snd_ak4114_check_rate_and_errors +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x5c09b41d snd_ak4114_reg_write +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x8409799d snd_ak4114_external_rate +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0xc07fb873 snd_ak4114_create +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0xc6d2dd5b snd_ak4114_build +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0xdd431b3c snd_ak4114_suspend +EXPORT_SYMBOL sound/i2c/other/snd-ak4xxx-adda 0x36d190aa snd_akm4xxx_init +EXPORT_SYMBOL sound/i2c/other/snd-ak4xxx-adda 0x6862ac3d snd_akm4xxx_write +EXPORT_SYMBOL sound/i2c/other/snd-ak4xxx-adda 0x83b7eaaa snd_akm4xxx_reset +EXPORT_SYMBOL sound/i2c/other/snd-ak4xxx-adda 0xc3aff4d7 snd_akm4xxx_build_controls +EXPORT_SYMBOL sound/i2c/other/snd-pt2258 0xb0cd89a2 snd_pt2258_reset +EXPORT_SYMBOL sound/i2c/other/snd-pt2258 0xe7264eb7 snd_pt2258_build_controls +EXPORT_SYMBOL sound/i2c/snd-cs8427 0x0b399172 snd_cs8427_iec958_build +EXPORT_SYMBOL sound/i2c/snd-cs8427 0x4eebdcf3 snd_cs8427_create +EXPORT_SYMBOL sound/i2c/snd-cs8427 0x543aa598 snd_cs8427_iec958_active +EXPORT_SYMBOL sound/i2c/snd-cs8427 0x5f5dae75 snd_cs8427_reg_write +EXPORT_SYMBOL sound/i2c/snd-cs8427 0xacb642f1 snd_cs8427_init +EXPORT_SYMBOL sound/i2c/snd-cs8427 0xc1fb4590 snd_cs8427_iec958_pcm +EXPORT_SYMBOL sound/i2c/snd-i2c 0x0f4107d4 snd_i2c_readbytes +EXPORT_SYMBOL sound/i2c/snd-i2c 0x3fd6a65c snd_i2c_probeaddr +EXPORT_SYMBOL sound/i2c/snd-i2c 0x6dd34cd3 snd_i2c_bus_create +EXPORT_SYMBOL sound/i2c/snd-i2c 0x700b7c0b snd_i2c_sendbytes +EXPORT_SYMBOL sound/i2c/snd-i2c 0x9a2388a5 snd_i2c_device_create +EXPORT_SYMBOL sound/i2c/snd-i2c 0xb32fd869 snd_i2c_device_free +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x0bd75200 snd_ac97_pcm_double_rate_rules +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x16ad4bc1 snd_ac97_pcm_open +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x1915d08d snd_ac97_write +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x1bab3116 snd_ac97_update +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x3fd5ccff snd_ac97_update_power +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x4fb05427 snd_ac97_read +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x647511f8 snd_ac97_suspend +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x67c74023 snd_ac97_write_cache +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xa536c936 snd_ac97_update_bits +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xb5f798ce snd_ac97_set_rate +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xbe20e2e0 snd_ac97_bus +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xc225582d snd_ac97_resume +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xd170fe05 snd_ac97_pcm_close +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xd4e5b171 snd_ac97_tune_hardware +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xd8ffb9a2 snd_ac97_get_short_name +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xe3f4f5f1 snd_ac97_pcm_assign +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xfd02811e snd_ac97_mixer +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x0eebdefe snd_emu10k1_ptr_write +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x36e13045 snd_emu10k1_synth_alloc +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x4cbc3b7d snd_emu10k1_voice_alloc +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x5f810c52 snd_emu10k1_synth_bzero +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x5fc2bad3 snd_emu10k1_memblk_map +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x9c791aec snd_emu10k1_ptr_read +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0xa82d0b5a snd_emu10k1_synth_free +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0xebd02809 snd_emu10k1_synth_copy_from_user +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0xfbf52173 snd_emu10k1_voice_free +EXPORT_SYMBOL sound/pci/ice1712/snd-ice17xx-ak4xxx 0x2a0d3ab7 snd_ice1712_akm4xxx_free +EXPORT_SYMBOL sound/pci/ice1712/snd-ice17xx-ak4xxx 0xbdc1bf04 snd_ice1712_akm4xxx_init +EXPORT_SYMBOL sound/pci/ice1712/snd-ice17xx-ak4xxx 0xee108d47 snd_ice1712_akm4xxx_build_controls +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x0d2a1793 oxygen_write_i2c +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x24d10696 oxygen_read32 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x4fa75560 oxygen_read_ac97 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x5466444a oxygen_write_ac97 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x5d965fb4 oxygen_read8 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x636b8600 oxygen_pci_shutdown +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x65aa82dc oxygen_update_dac_routing +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x6f7fe52e oxygen_reset_uart +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x7da3803b oxygen_write_ac97_masked +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x82aaccdc oxygen_write8 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x877cee36 oxygen_write_uart +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x887938be oxygen_write16_masked +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xa0a69fdd oxygen_write32_masked +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xb09beacf oxygen_write8_masked +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xb4bcc213 oxygen_pci_probe +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xb976de83 oxygen_read16 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xc0858a73 oxygen_write_spi +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xd7ce3e8c oxygen_write16 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xe2dd7080 oxygen_write32 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xf8c00f37 oxygen_pci_pm +EXPORT_SYMBOL sound/pci/trident/snd-trident 0x275a597c snd_trident_start_voice +EXPORT_SYMBOL sound/pci/trident/snd-trident 0x8bcb8f5e snd_trident_free_voice +EXPORT_SYMBOL sound/pci/trident/snd-trident 0xd77f23d2 snd_trident_write_voice_regs +EXPORT_SYMBOL sound/pci/trident/snd-trident 0xe006a9e3 snd_trident_alloc_voice +EXPORT_SYMBOL sound/pci/trident/snd-trident 0xed55c63d 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 0x126e99a8 snd_amd_acp_find_config +EXPORT_SYMBOL sound/soc/amd/snd-acp-config 0x4234f5e3 snd_soc_acpi_amd_rmb_sof_machines +EXPORT_SYMBOL sound/soc/amd/snd-acp-config 0xa41f4ca9 snd_soc_acpi_amd_sof_machines +EXPORT_SYMBOL sound/soc/codecs/snd-soc-adau1372 0xc256912c adau1372_probe +EXPORT_SYMBOL sound/soc/codecs/snd-soc-lpass-wsa-macro 0xc38cf6b1 wsa_macro_set_spkr_mode +EXPORT_SYMBOL sound/soc/codecs/snd-soc-pcm3060 0x2a0e523a pcm3060_probe +EXPORT_SYMBOL sound/soc/codecs/snd-soc-pcm3060 0x96499c26 pcm3060_regmap +EXPORT_SYMBOL sound/soc/codecs/snd-soc-rt715 0xed2acb24 hda_to_sdw +EXPORT_SYMBOL sound/soc/codecs/snd-soc-tlv320aic23 0x0d538b18 tlv320aic23_regmap +EXPORT_SYMBOL sound/soc/codecs/snd-soc-tlv320aic23 0x97ecc502 tlv320aic23_probe +EXPORT_SYMBOL sound/soc/codecs/snd-soc-tlv320aic32x4 0x646979c2 aic32x4_regmap_config +EXPORT_SYMBOL sound/soc/codecs/snd-soc-tlv320aic32x4 0x7700439b aic32x4_remove +EXPORT_SYMBOL sound/soc/codecs/snd-soc-tlv320aic32x4 0x9a54dee5 aic32x4_probe +EXPORT_SYMBOL sound/soc/codecs/snd-soc-tlv320aic3x 0x16aab875 aic3x_probe +EXPORT_SYMBOL sound/soc/codecs/snd-soc-tlv320aic3x 0xe7e27e8d aic3x_remove +EXPORT_SYMBOL sound/soc/codecs/snd-soc-wcd-mbhc 0x3a195ca9 wcd_mbhc_get_impedance +EXPORT_SYMBOL sound/soc/codecs/snd-soc-wcd-mbhc 0x789ebe56 wcd_mbhc_set_hph_type +EXPORT_SYMBOL sound/soc/codecs/snd-soc-wcd-mbhc 0x935c609e wcd_mbhc_init +EXPORT_SYMBOL sound/soc/codecs/snd-soc-wcd-mbhc 0xa04d21f5 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 0xaa56e438 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 0x137abea2 fsl_asoc_reparent_pll_clocks +EXPORT_SYMBOL sound/soc/fsl/snd-soc-fsl-utils 0x24b38a02 fsl_asoc_get_pll_clocks +EXPORT_SYMBOL sound/soc/fsl/snd-soc-fsl-utils 0xc2374a99 fsl_asoc_get_dma_channel +EXPORT_SYMBOL sound/soc/mediatek/mt8192/snd-soc-mt8192-afe 0x82e8d20b mt8192_afe_gpio_request +EXPORT_SYMBOL sound/soc/mediatek/mt8192/snd-soc-mt8192-afe 0xf76c7511 mt8192_afe_gpio_init +EXPORT_SYMBOL sound/soc/qcom/qdsp6/q6afe 0x5ae7f159 q6afe_unvote_lpass_core_hw +EXPORT_SYMBOL sound/soc/qcom/qdsp6/q6afe 0xd8d04418 q6afe_vote_lpass_core_hw +EXPORT_SYMBOL sound/soc/snd-soc-core 0xe261df73 snd_soc_alloc_ac97_component +EXPORT_SYMBOL sound/soc/sof/imx/imx-common 0x344f40a4 imx8_enable_clocks +EXPORT_SYMBOL sound/soc/sof/imx/imx-common 0x778a9673 imx8_parse_clocks +EXPORT_SYMBOL sound/soc/sof/imx/imx-common 0x8472ffe9 imx8_disable_clocks +EXPORT_SYMBOL sound/soc/sof/imx/imx-common 0xf74e2995 imx8_dump +EXPORT_SYMBOL sound/soc/sof/mediatek/mtk-adsp-common 0x2491a4e1 mtk_adsp_dump +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x01df17aa snd_sof_load_topology +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x03801671 snd_sof_dsp_update_bits_forced +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x04e75dc7 snd_sof_runtime_resume +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x1d96d53b sof_widget_free +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x23e2bcdc sof_ipc_tx_message_no_pm +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x2553b6dc snd_sof_ipc_init +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x25994be2 sof_mailbox_write +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x2720847e sof_machine_unregister +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x2dab38ab sof_stream_pcm_close +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x368c6727 sof_debug_check_flag +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x3f06aa8f sof_dai_get_bclk +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x42f0a295 sof_ipc_msg_data +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x46ca0b6e sof_mailbox_read +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x4a875ea3 snd_sof_device_shutdown +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x4bd24a81 snd_sof_fw_unload +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x510a3bb7 sof_ipc_tx_message +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x512f8a3f sof_io_read +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x5c59f5f1 snd_sof_runtime_idle +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x5e007208 snd_sof_handle_fw_exception +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x5e41bef7 sof_machine_check +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x5f35b558 snd_sof_dsp_update_bits_unlocked +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x63d7ab9e snd_sof_device_probe +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x6781a257 sof_io_write64 +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x695b898d snd_sof_prepare +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x6ff49991 snd_sof_complete +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x70f04cad sof_set_fw_state +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x74f9e531 snd_sof_run_firmware +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x7902b0cc snd_sof_ipc_reply +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x84a4fca7 sof_io_read64 +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x871cff1f snd_sof_pcm_period_elapsed +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x879e0851 snd_sof_runtime_suspend +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x8f7bf4d7 snd_sof_resume +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x9366878d snd_sof_dsp_only_d0i3_compatible_stream_active +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x9aa2849c snd_sof_suspend +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x9e3a9f0a sof_dai_get_mclk +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xa38affeb snd_sof_pci_update_bits +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xa9c2020e snd_sof_load_firmware_raw +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xac26dbea sof_io_write +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xb33a0ace snd_sof_ipc_free +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xb823ada1 sof_pcm_dai_link_fixup +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xbc0d6d00 sof_widget_setup +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xc011df23 snd_sof_dsp_update_bits64 +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xc1470e6d sof_machine_register +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xc59743f4 sof_set_stream_data_offset +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xc94b4bc0 snd_sof_dsp_dbg_dump +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xcfd1f626 snd_sof_load_firmware_memcpy +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xd69f07d9 snd_sof_device_probe_completed +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xdc49a7c4 sof_block_read +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xdea378f8 snd_sof_dsp_update_bits +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xdec6ad3a snd_sof_dsp_panic +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xe139469c sof_ipc_set_get_data +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xe40bdf5e snd_sof_dsp_update_bits64_unlocked +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xe4f8dadd snd_sof_device_remove +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xefd510e5 sof_stream_pcm_open +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xf4b37159 sof_print_oops_and_stack +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xf99f2f15 sof_block_write +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xfa1e0417 sof_compressed_ops +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xfcc0f893 snd_sof_ipc_get_reply +EXPORT_SYMBOL sound/soc/sof/snd-sof-of 0x47a122dc sof_of_shutdown +EXPORT_SYMBOL sound/soc/sof/snd-sof-of 0x76c1b8c5 sof_of_remove +EXPORT_SYMBOL sound/soc/sof/snd-sof-of 0x81ff01af sof_of_probe +EXPORT_SYMBOL sound/soc/sof/snd-sof-of 0xe00ac048 sof_of_pm +EXPORT_SYMBOL sound/soc/sof/snd-sof-utils 0xb1bfe2b8 snd_sof_create_page_table +EXPORT_SYMBOL sound/soundcore 0x35d0388d register_sound_special_device +EXPORT_SYMBOL sound/soundcore 0x7afc9d8a unregister_sound_mixer +EXPORT_SYMBOL sound/soundcore 0x7b965fb8 register_sound_special +EXPORT_SYMBOL sound/soundcore 0x99c95fa5 unregister_sound_special +EXPORT_SYMBOL sound/soundcore 0xcad45d59 register_sound_dsp +EXPORT_SYMBOL sound/soundcore 0xcd083b10 unregister_sound_dsp +EXPORT_SYMBOL sound/soundcore 0xe2975eca sound_class +EXPORT_SYMBOL sound/soundcore 0xf0b114bd register_sound_mixer +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0x12f48e93 snd_emux_register +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0x3f26ab0e snd_emux_terminate_all +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0x3f9b281c snd_emux_new +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0x4dfa434b snd_emux_free +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0x655cb202 snd_sf_linear_to_log +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0xbe62948b snd_emux_unlock_voice +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0xd88e9ef3 snd_emux_lock_voice +EXPORT_SYMBOL sound/synth/snd-util-mem 0x0eda33fa snd_util_memhdr_new +EXPORT_SYMBOL sound/synth/snd-util-mem 0x2a48197f snd_util_mem_alloc +EXPORT_SYMBOL sound/synth/snd-util-mem 0x6517719f __snd_util_mem_free +EXPORT_SYMBOL sound/synth/snd-util-mem 0x914f3491 snd_util_memhdr_free +EXPORT_SYMBOL sound/synth/snd-util-mem 0x9223e14b snd_util_mem_free +EXPORT_SYMBOL sound/synth/snd-util-mem 0x9adc8c44 __snd_util_memblk_new +EXPORT_SYMBOL sound/synth/snd-util-mem 0xc59655e4 snd_util_mem_avail +EXPORT_SYMBOL sound/synth/snd-util-mem 0xd28dc0da __snd_util_mem_alloc +EXPORT_SYMBOL sound/usb/snd-usbmidi-lib 0x16756dc0 snd_usbmidi_input_start +EXPORT_SYMBOL sound/usb/snd-usbmidi-lib 0x63343b1d snd_usbmidi_input_stop +EXPORT_SYMBOL sound/usb/snd-usbmidi-lib 0xb2af19e1 snd_usbmidi_resume +EXPORT_SYMBOL sound/usb/snd-usbmidi-lib 0xb573a7bd __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 0x0016f27a __fib6_flush_trees +EXPORT_SYMBOL vmlinux 0x00205132 mipi_dsi_dcs_set_tear_off +EXPORT_SYMBOL vmlinux 0x00467ba3 blk_mq_requeue_request +EXPORT_SYMBOL vmlinux 0x005aa48e vga_get +EXPORT_SYMBOL vmlinux 0x005d32aa ipv6_dev_mc_dec +EXPORT_SYMBOL vmlinux 0x006fd2db ip_cmsg_recv_offset +EXPORT_SYMBOL vmlinux 0x007ea139 __xfrm_state_delete +EXPORT_SYMBOL vmlinux 0x008b3489 security_sb_clone_mnt_opts +EXPORT_SYMBOL vmlinux 0x008d3d61 mipi_dsi_dcs_get_power_mode +EXPORT_SYMBOL vmlinux 0x00929ee6 lookup_positive_unlocked +EXPORT_SYMBOL vmlinux 0x009866d8 mdiobus_get_phy +EXPORT_SYMBOL vmlinux 0x00ae62e6 dev_mc_init +EXPORT_SYMBOL vmlinux 0x00b2ad89 nd_device_unregister +EXPORT_SYMBOL vmlinux 0x00b4e615 posix_acl_equiv_mode +EXPORT_SYMBOL vmlinux 0x00b5e1da tegra_ahb_enable_smmu +EXPORT_SYMBOL vmlinux 0x00bd7314 insert_inode_locked4 +EXPORT_SYMBOL vmlinux 0x00d7e722 vme_lm_count +EXPORT_SYMBOL vmlinux 0x00e0fcc3 module_refcount +EXPORT_SYMBOL vmlinux 0x00e658ce nf_unregister_sockopt +EXPORT_SYMBOL vmlinux 0x01000e51 schedule +EXPORT_SYMBOL vmlinux 0x01059eec sk_capable +EXPORT_SYMBOL vmlinux 0x0107e8d7 devm_extcon_unregister_notifier +EXPORT_SYMBOL vmlinux 0x01156ae4 utf8_strncasecmp_folded +EXPORT_SYMBOL vmlinux 0x01224934 scsicam_bios_param +EXPORT_SYMBOL vmlinux 0x0129c4f8 par_io_data_set +EXPORT_SYMBOL vmlinux 0x012de2ea xudma_rchanrt_read +EXPORT_SYMBOL vmlinux 0x012ebc65 vfs_get_tree +EXPORT_SYMBOL vmlinux 0x0132e036 scsi_print_sense_hdr +EXPORT_SYMBOL vmlinux 0x013f26ae dma_fence_get_stub +EXPORT_SYMBOL vmlinux 0x0147812c kblockd_mod_delayed_work_on +EXPORT_SYMBOL vmlinux 0x01505d85 imx_scu_call_rpc +EXPORT_SYMBOL vmlinux 0x01565ab0 flush_dcache_page +EXPORT_SYMBOL vmlinux 0x016f123e sg_copy_to_buffer +EXPORT_SYMBOL vmlinux 0x017239a3 cdrom_dummy_generic_packet +EXPORT_SYMBOL vmlinux 0x01757935 rdmacg_register_device +EXPORT_SYMBOL vmlinux 0x017de3d5 nr_cpu_ids +EXPORT_SYMBOL vmlinux 0x0188cd88 vme_alloc_consistent +EXPORT_SYMBOL vmlinux 0x018d8179 sk_wait_data +EXPORT_SYMBOL vmlinux 0x0194cfaa vga_put +EXPORT_SYMBOL vmlinux 0x019e5012 cdev_alloc +EXPORT_SYMBOL vmlinux 0x01a9e5ba __cgroup_bpf_run_filter_sock_ops +EXPORT_SYMBOL vmlinux 0x01b6865c xa_get_mark +EXPORT_SYMBOL vmlinux 0x01bf55fc paddr_vmcoreinfo_note +EXPORT_SYMBOL vmlinux 0x01dc8a99 qman_update_cgr_safe +EXPORT_SYMBOL vmlinux 0x01fca22c tty_unregister_driver +EXPORT_SYMBOL vmlinux 0x01fff8bc pldmfw_op_pci_match_record +EXPORT_SYMBOL vmlinux 0x0209f3a7 secure_ipv6_port_ephemeral +EXPORT_SYMBOL vmlinux 0x020dbf27 bitmap_alloc +EXPORT_SYMBOL vmlinux 0x02293ac3 dma_fence_chain_ops +EXPORT_SYMBOL vmlinux 0x0248efd3 kstrtobool_from_user +EXPORT_SYMBOL vmlinux 0x0274dc2b netif_get_num_default_rss_queues +EXPORT_SYMBOL vmlinux 0x0289bcae bio_split_to_limits +EXPORT_SYMBOL vmlinux 0x0296695f refcount_warn_saturate +EXPORT_SYMBOL vmlinux 0x02a15783 xfrm_policy_flush +EXPORT_SYMBOL vmlinux 0x02c065f8 ucc_set_qe_mux_mii_mng +EXPORT_SYMBOL vmlinux 0x02c71dca pm860x_reg_read +EXPORT_SYMBOL vmlinux 0x02c8843c fman_reset_mac +EXPORT_SYMBOL vmlinux 0x02da4660 tegra_ivc_read_advance +EXPORT_SYMBOL vmlinux 0x02f06d1a tcf_em_tree_dump +EXPORT_SYMBOL vmlinux 0x02f1b5fc udp_seq_next +EXPORT_SYMBOL vmlinux 0x02fd675c devfreq_unregister_opp_notifier +EXPORT_SYMBOL vmlinux 0x0300d952 tcp_peek_len +EXPORT_SYMBOL vmlinux 0x030a3f53 blk_pre_runtime_resume +EXPORT_SYMBOL vmlinux 0x032ab3b4 blk_queue_max_write_zeroes_sectors +EXPORT_SYMBOL vmlinux 0x0334795d icst307_s2div +EXPORT_SYMBOL vmlinux 0x0334da4e scsi_command_size_tbl +EXPORT_SYMBOL vmlinux 0x03421158 skb_coalesce_rx_frag +EXPORT_SYMBOL vmlinux 0x0349726f tegra194_miscreg_mask_serror +EXPORT_SYMBOL vmlinux 0x034c83c6 empty_aops +EXPORT_SYMBOL vmlinux 0x0360d67f make_flow_keys_digest +EXPORT_SYMBOL vmlinux 0x0366307a console_suspend_enabled +EXPORT_SYMBOL vmlinux 0x036cce78 tty_termios_input_baud_rate +EXPORT_SYMBOL vmlinux 0x036f70a8 lock_two_nondirectories +EXPORT_SYMBOL vmlinux 0x036fcb69 rproc_add_carveout +EXPORT_SYMBOL vmlinux 0x0372b77b flow_block_cb_incref +EXPORT_SYMBOL vmlinux 0x037a0cba kfree +EXPORT_SYMBOL vmlinux 0x0380167f phy_device_free +EXPORT_SYMBOL vmlinux 0x03815f35 ledtrig_disk_activity +EXPORT_SYMBOL vmlinux 0x038c4de9 of_graph_get_next_endpoint +EXPORT_SYMBOL vmlinux 0x0397edd5 fb_edid_to_monspecs +EXPORT_SYMBOL vmlinux 0x03b814ca bpf_dispatcher_xdp_func +EXPORT_SYMBOL vmlinux 0x03bf0e5a acpi_walk_resource_buffer +EXPORT_SYMBOL vmlinux 0x03c056b8 phy_ethtool_get_link_ksettings +EXPORT_SYMBOL vmlinux 0x03e55cd7 d_instantiate +EXPORT_SYMBOL vmlinux 0x03ed657f ping_prot +EXPORT_SYMBOL vmlinux 0x03fd2571 vm_unmap_ram +EXPORT_SYMBOL vmlinux 0x04011b20 dev_lstats_read +EXPORT_SYMBOL vmlinux 0x040a3895 generic_permission +EXPORT_SYMBOL vmlinux 0x042ad47d dqget +EXPORT_SYMBOL vmlinux 0x04398b8d udp_disconnect +EXPORT_SYMBOL vmlinux 0x044154c6 tc_skb_ext_tc +EXPORT_SYMBOL vmlinux 0x04482cdb __refrigerator +EXPORT_SYMBOL vmlinux 0x044f0ad9 get_random_u16 +EXPORT_SYMBOL vmlinux 0x046233bd user_path_create +EXPORT_SYMBOL vmlinux 0x04673adb qman_ip_rev +EXPORT_SYMBOL vmlinux 0x046c6282 filemap_fdatawrite +EXPORT_SYMBOL vmlinux 0x04729795 neigh_seq_start +EXPORT_SYMBOL vmlinux 0x0474edef kstrtou16_from_user +EXPORT_SYMBOL vmlinux 0x0479aac1 seq_list_next_rcu +EXPORT_SYMBOL vmlinux 0x0484c6c4 acpi_enter_sleep_state_prep +EXPORT_SYMBOL vmlinux 0x04863e28 hdmi_audio_infoframe_pack_only +EXPORT_SYMBOL vmlinux 0x048caed4 seq_printf +EXPORT_SYMBOL vmlinux 0x04a8ab80 ilookup +EXPORT_SYMBOL vmlinux 0x04d24402 iwe_stream_add_point +EXPORT_SYMBOL vmlinux 0x04dce913 netdev_alert +EXPORT_SYMBOL vmlinux 0x04e5c64e pid_task +EXPORT_SYMBOL vmlinux 0x04ea5d10 ksize +EXPORT_SYMBOL vmlinux 0x04f4a550 ip6_dst_hoplimit +EXPORT_SYMBOL vmlinux 0x0500413f generic_shutdown_super +EXPORT_SYMBOL vmlinux 0x050877b9 dmi_first_match +EXPORT_SYMBOL vmlinux 0x050b27ed pcim_set_mwi +EXPORT_SYMBOL vmlinux 0x051d58e8 dma_fence_wait_any_timeout +EXPORT_SYMBOL vmlinux 0x05209e90 param_set_bool +EXPORT_SYMBOL vmlinux 0x05240ee7 percpu_counter_batch +EXPORT_SYMBOL vmlinux 0x052667ff tcf_chain_put_by_act +EXPORT_SYMBOL vmlinux 0x05337d59 clk_hw_get_clk +EXPORT_SYMBOL vmlinux 0x053b3574 pci_map_rom +EXPORT_SYMBOL vmlinux 0x05402b66 of_get_ethdev_address +EXPORT_SYMBOL vmlinux 0x05447a64 mr_fill_mroute +EXPORT_SYMBOL vmlinux 0x054496b4 schedule_timeout_interruptible +EXPORT_SYMBOL vmlinux 0x05587bb2 jbd2_wait_inode_data +EXPORT_SYMBOL vmlinux 0x05587cbb uart_unregister_driver +EXPORT_SYMBOL vmlinux 0x055e77e8 jiffies_64 +EXPORT_SYMBOL vmlinux 0x05608616 inet_frag_queue_insert +EXPORT_SYMBOL vmlinux 0x0560d6c1 create_empty_buffers +EXPORT_SYMBOL vmlinux 0x0562dc30 __sg_page_iter_start +EXPORT_SYMBOL vmlinux 0x056bcf7b dm_read_arg +EXPORT_SYMBOL vmlinux 0x05753f38 devm_alloc_etherdev_mqs +EXPORT_SYMBOL vmlinux 0x058643af mipi_dsi_picture_parameter_set +EXPORT_SYMBOL vmlinux 0x058fe15e input_get_keycode +EXPORT_SYMBOL vmlinux 0x0594aa27 jbd2_journal_init_jbd_inode +EXPORT_SYMBOL vmlinux 0x059ac58c tcf_qevent_init +EXPORT_SYMBOL vmlinux 0x059ce00c vfs_dedupe_file_range +EXPORT_SYMBOL vmlinux 0x059e1482 __traceiter_dma_fence_emit +EXPORT_SYMBOL vmlinux 0x05ced9a0 neigh_sysctl_unregister +EXPORT_SYMBOL vmlinux 0x05ecbb2d kthread_create_worker +EXPORT_SYMBOL vmlinux 0x05f4ea35 blk_mq_delay_run_hw_queue +EXPORT_SYMBOL vmlinux 0x0606527b phy_connect_direct +EXPORT_SYMBOL vmlinux 0x060af836 blk_mq_init_allocated_queue +EXPORT_SYMBOL vmlinux 0x060ba97c gen_pool_free_owner +EXPORT_SYMBOL vmlinux 0x060e4c49 alloc_skb_with_frags +EXPORT_SYMBOL vmlinux 0x061651be strcat +EXPORT_SYMBOL vmlinux 0x0634100a bitmap_parselist_user +EXPORT_SYMBOL vmlinux 0x064bb71e of_find_i2c_device_by_node +EXPORT_SYMBOL vmlinux 0x065ae53b __skb_gso_segment +EXPORT_SYMBOL vmlinux 0x065c98df pci_get_class +EXPORT_SYMBOL vmlinux 0x0666c1c9 sock_no_bind +EXPORT_SYMBOL vmlinux 0x0668b595 _kstrtoul +EXPORT_SYMBOL vmlinux 0x0675a673 nf_register_queue_handler +EXPORT_SYMBOL vmlinux 0x067c217a key_unlink +EXPORT_SYMBOL vmlinux 0x06ae82e3 tty_register_driver +EXPORT_SYMBOL vmlinux 0x06b46a99 __sync_dirty_buffer +EXPORT_SYMBOL vmlinux 0x06bd88b5 ucs2_strnlen +EXPORT_SYMBOL vmlinux 0x06c3f9f7 param_set_bint +EXPORT_SYMBOL vmlinux 0x06d11488 __bitmap_equal +EXPORT_SYMBOL vmlinux 0x06fbc037 phy_device_create +EXPORT_SYMBOL vmlinux 0x06ff2356 cdrom_ioctl +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 0x073ebcd3 sock_bindtoindex +EXPORT_SYMBOL vmlinux 0x0745a981 xa_erase +EXPORT_SYMBOL vmlinux 0x0771fab9 generic_file_llseek_size +EXPORT_SYMBOL vmlinux 0x077b3ca2 block_page_mkwrite +EXPORT_SYMBOL vmlinux 0x0781ec97 logic_insl +EXPORT_SYMBOL vmlinux 0x0789a3e6 xp_dma_map +EXPORT_SYMBOL vmlinux 0x078bab09 phy_detach +EXPORT_SYMBOL vmlinux 0x07932986 dev_uc_sync +EXPORT_SYMBOL vmlinux 0x07a2de3a tegra_ivc_write_advance +EXPORT_SYMBOL vmlinux 0x07a890c8 fb_alloc_cmap +EXPORT_SYMBOL vmlinux 0x07ac1efc backlight_device_set_brightness +EXPORT_SYMBOL vmlinux 0x07aff9fd zerocopy_sg_from_iter +EXPORT_SYMBOL vmlinux 0x07c36ee2 amba_device_register +EXPORT_SYMBOL vmlinux 0x07c5e6d7 pskb_extract +EXPORT_SYMBOL vmlinux 0x07cc4a5d printk_timed_ratelimit +EXPORT_SYMBOL vmlinux 0x07ceeac9 panic_notifier_list +EXPORT_SYMBOL vmlinux 0x07d8ea09 locks_remove_posix +EXPORT_SYMBOL vmlinux 0x07db17be qman_create_fq +EXPORT_SYMBOL vmlinux 0x07e499e8 inet6_getname +EXPORT_SYMBOL vmlinux 0x07e54920 devm_iounmap +EXPORT_SYMBOL vmlinux 0x07eb4aad i2c_smbus_read_byte +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 0x08271166 fs_param_is_blockdev +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 0x0849954a file_fdatawait_range +EXPORT_SYMBOL vmlinux 0x084ba44f input_allocate_device +EXPORT_SYMBOL vmlinux 0x08598465 pcim_iomap_regions_request_all +EXPORT_SYMBOL vmlinux 0x085f5b0d napi_disable +EXPORT_SYMBOL vmlinux 0x086453b1 vme_master_mmap +EXPORT_SYMBOL vmlinux 0x086f4f45 seq_hex_dump +EXPORT_SYMBOL vmlinux 0x0871cbc8 d_delete +EXPORT_SYMBOL vmlinux 0x08b47bde pci_find_next_bus +EXPORT_SYMBOL vmlinux 0x08c038b4 nf_ct_attach +EXPORT_SYMBOL vmlinux 0x08cb15b0 ip_getsockopt +EXPORT_SYMBOL vmlinux 0x08d2f067 xsk_get_pool_from_qid +EXPORT_SYMBOL vmlinux 0x08e39398 cmd_db_read_addr +EXPORT_SYMBOL vmlinux 0x08f931fe mipi_dsi_device_register_full +EXPORT_SYMBOL vmlinux 0x09215d60 get_watch_queue +EXPORT_SYMBOL vmlinux 0x092e26bf acpi_remove_address_space_handler +EXPORT_SYMBOL vmlinux 0x0934b5a8 qman_get_qm_portal_config +EXPORT_SYMBOL vmlinux 0x093712e5 acpi_purge_cached_objects +EXPORT_SYMBOL vmlinux 0x093ac534 netdev_info +EXPORT_SYMBOL vmlinux 0x094a23f7 bdev_end_io_acct +EXPORT_SYMBOL vmlinux 0x0955d6de inet6_csk_route_req +EXPORT_SYMBOL vmlinux 0x0957c9d5 cfb_fillrect +EXPORT_SYMBOL vmlinux 0x0958a811 vfs_iocb_iter_write +EXPORT_SYMBOL vmlinux 0x095ca06b secure_tcpv6_ts_off +EXPORT_SYMBOL vmlinux 0x095df4c1 user_revoke +EXPORT_SYMBOL vmlinux 0x09769037 dmt_modes +EXPORT_SYMBOL vmlinux 0x097af021 neigh_proc_dointvec_jiffies +EXPORT_SYMBOL vmlinux 0x0986715f clkdev_drop +EXPORT_SYMBOL vmlinux 0x098b71c6 fb_dealloc_cmap +EXPORT_SYMBOL vmlinux 0x0998cc3c hdmi_infoframe_unpack +EXPORT_SYMBOL vmlinux 0x09b24b22 kill_pgrp +EXPORT_SYMBOL vmlinux 0x09b95915 ethtool_op_get_ts_info +EXPORT_SYMBOL vmlinux 0x09cefa1e pcie_capability_write_word +EXPORT_SYMBOL vmlinux 0x09d44df9 in_lock_functions +EXPORT_SYMBOL vmlinux 0x09da0ba4 xa_set_mark +EXPORT_SYMBOL vmlinux 0x09f0d5d7 inet_ioctl +EXPORT_SYMBOL vmlinux 0x09f9b261 xudma_rchan_put +EXPORT_SYMBOL vmlinux 0x0a012f73 mb_cache_entry_touch +EXPORT_SYMBOL vmlinux 0x0a0e3867 phy_read_paged +EXPORT_SYMBOL vmlinux 0x0a0ebc08 __xa_cmpxchg +EXPORT_SYMBOL vmlinux 0x0a1e8769 utf8_casefold_hash +EXPORT_SYMBOL vmlinux 0x0a30b854 __folio_alloc +EXPORT_SYMBOL vmlinux 0x0a496df1 pci_bus_read_config_dword +EXPORT_SYMBOL vmlinux 0x0a6e8397 jbd2_fc_begin_commit +EXPORT_SYMBOL vmlinux 0x0a737ff7 vfs_rmdir +EXPORT_SYMBOL vmlinux 0x0a770832 register_memory_notifier +EXPORT_SYMBOL vmlinux 0x0a84b15d zstd_init_cctx +EXPORT_SYMBOL vmlinux 0x0a879e2c ppp_register_net_channel +EXPORT_SYMBOL vmlinux 0x0a9a33eb flow_rule_match_enc_ip +EXPORT_SYMBOL vmlinux 0x0aa309cf synchronize_hardirq +EXPORT_SYMBOL vmlinux 0x0aaccc92 pci_remap_iospace +EXPORT_SYMBOL vmlinux 0x0ab3c251 tty_port_open +EXPORT_SYMBOL vmlinux 0x0acba9db devm_pci_alloc_host_bridge +EXPORT_SYMBOL vmlinux 0x0acf7679 dma_issue_pending_all +EXPORT_SYMBOL vmlinux 0x0ad9c81c ip_queue_xmit +EXPORT_SYMBOL vmlinux 0x0af0cbe4 dquot_load_quota_inode +EXPORT_SYMBOL vmlinux 0x0aff1590 i2c_clients_command +EXPORT_SYMBOL vmlinux 0x0b0067b4 sock_dequeue_err_skb +EXPORT_SYMBOL vmlinux 0x0b1beb31 vmalloc_32_user +EXPORT_SYMBOL vmlinux 0x0b26b8c8 acpi_run_osc +EXPORT_SYMBOL vmlinux 0x0b290ada dma_fence_chain_walk +EXPORT_SYMBOL vmlinux 0x0b3604b5 cdev_init +EXPORT_SYMBOL vmlinux 0x0b46dcdc iommu_get_msi_cookie +EXPORT_SYMBOL vmlinux 0x0b4f8cd9 jbd2_journal_get_create_access +EXPORT_SYMBOL vmlinux 0x0b56e891 inet_sk_rx_dst_set +EXPORT_SYMBOL vmlinux 0x0b57e62f devm_input_allocate_device +EXPORT_SYMBOL vmlinux 0x0b5915e1 tty_kref_put +EXPORT_SYMBOL vmlinux 0x0b637467 nla_reserve_nohdr +EXPORT_SYMBOL vmlinux 0x0b742fd7 simple_strtol +EXPORT_SYMBOL vmlinux 0x0ba0b938 vm_brk +EXPORT_SYMBOL vmlinux 0x0bc477a2 irq_set_irq_type +EXPORT_SYMBOL vmlinux 0x0bd15b66 pci_enable_atomic_ops_to_root +EXPORT_SYMBOL vmlinux 0x0bd394d8 tty_termios_baud_rate +EXPORT_SYMBOL vmlinux 0x0be2da57 dev_get_iflink +EXPORT_SYMBOL vmlinux 0x0bf0e4a2 __SCK__tp_func_spi_transfer_stop +EXPORT_SYMBOL vmlinux 0x0bfc1d1a check_zeroed_user +EXPORT_SYMBOL vmlinux 0x0c026017 kernel_sendmsg_locked +EXPORT_SYMBOL vmlinux 0x0c0f200c key_revoke +EXPORT_SYMBOL vmlinux 0x0c1e05ea vfs_get_link +EXPORT_SYMBOL vmlinux 0x0c1e2617 scm_detach_fds +EXPORT_SYMBOL vmlinux 0x0c25ec48 secure_tcpv6_seq +EXPORT_SYMBOL vmlinux 0x0c27d4be param_get_charp +EXPORT_SYMBOL vmlinux 0x0c32fe3d unregister_nexthop_notifier +EXPORT_SYMBOL vmlinux 0x0c3690fc _raw_spin_lock_bh +EXPORT_SYMBOL vmlinux 0x0c467ce8 vfs_parse_fs_string +EXPORT_SYMBOL vmlinux 0x0c48daec mipi_dsi_dcs_get_display_brightness +EXPORT_SYMBOL vmlinux 0x0c56a055 udp_set_csum +EXPORT_SYMBOL vmlinux 0x0c575719 __cond_resched_rwlock_write +EXPORT_SYMBOL vmlinux 0x0c6164ad fddi_type_trans +EXPORT_SYMBOL vmlinux 0x0c668099 set_cached_acl +EXPORT_SYMBOL vmlinux 0x0c6b057e d_alloc_name +EXPORT_SYMBOL vmlinux 0x0c6bdc3f vme_master_read +EXPORT_SYMBOL vmlinux 0x0c6e445f param_array_ops +EXPORT_SYMBOL vmlinux 0x0c7f4dad skb_eth_push +EXPORT_SYMBOL vmlinux 0x0c84a1ac __blk_mq_end_request +EXPORT_SYMBOL vmlinux 0x0cad3e7a lynx_pcs_destroy +EXPORT_SYMBOL vmlinux 0x0cb11bc7 __SCK__tp_func_dma_fence_enable_signal +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 0x0ce646f7 mdiobus_unregister +EXPORT_SYMBOL vmlinux 0x0d065037 pci_disable_device +EXPORT_SYMBOL vmlinux 0x0d07f543 get_anon_bdev +EXPORT_SYMBOL vmlinux 0x0d09c6b3 dev_remove_pack +EXPORT_SYMBOL vmlinux 0x0d1f7479 netlink_broadcast +EXPORT_SYMBOL vmlinux 0x0d233c35 mdiobb_write +EXPORT_SYMBOL vmlinux 0x0d2ca20f ucc_fast_get_qe_cr_subblock +EXPORT_SYMBOL vmlinux 0x0d2ce8d7 tegra_dfll_resume +EXPORT_SYMBOL vmlinux 0x0d333b64 zstd_end_stream +EXPORT_SYMBOL vmlinux 0x0d3f5c1a fman_get_max_frm +EXPORT_SYMBOL vmlinux 0x0d542439 __ipv6_addr_type +EXPORT_SYMBOL vmlinux 0x0d55ceab mfd_remove_devices +EXPORT_SYMBOL vmlinux 0x0d574565 keyring_clear +EXPORT_SYMBOL vmlinux 0x0d7cdedf iov_iter_get_pages2 +EXPORT_SYMBOL vmlinux 0x0d8514ad __set_page_dirty_nobuffers +EXPORT_SYMBOL vmlinux 0x0d99675a set_security_override_from_ctx +EXPORT_SYMBOL vmlinux 0x0daf41cd t10_pi_type1_crc +EXPORT_SYMBOL vmlinux 0x0dcac17e sb_set_blocksize +EXPORT_SYMBOL vmlinux 0x0dcc0711 __scsi_device_lookup +EXPORT_SYMBOL vmlinux 0x0de42448 serio_open +EXPORT_SYMBOL vmlinux 0x0df66818 get_user_pages_unlocked +EXPORT_SYMBOL vmlinux 0x0df6d50e clk_bulk_get_all +EXPORT_SYMBOL vmlinux 0x0df8688d inet6_del_protocol +EXPORT_SYMBOL vmlinux 0x0df8b5f3 acpi_dev_hid_uid_match +EXPORT_SYMBOL vmlinux 0x0e00371c jbd2_journal_stop +EXPORT_SYMBOL vmlinux 0x0e17678a siphash_4u64 +EXPORT_SYMBOL vmlinux 0x0e30ebd7 iterate_dir +EXPORT_SYMBOL vmlinux 0x0e4262c6 __siphash_unaligned +EXPORT_SYMBOL vmlinux 0x0e55b374 fb_set_var +EXPORT_SYMBOL vmlinux 0x0e55fe04 pci_bus_find_capability +EXPORT_SYMBOL vmlinux 0x0e74f90b genphy_read_mmd_unsupported +EXPORT_SYMBOL vmlinux 0x0e9cd756 processors +EXPORT_SYMBOL vmlinux 0x0ea3c74e tasklet_kill +EXPORT_SYMBOL vmlinux 0x0ea593f6 hdmi_drm_infoframe_init +EXPORT_SYMBOL vmlinux 0x0ea7fc8d mii_link_ok +EXPORT_SYMBOL vmlinux 0x0eaa3fb6 xfrm_register_km +EXPORT_SYMBOL vmlinux 0x0eae6522 blk_post_runtime_resume +EXPORT_SYMBOL vmlinux 0x0eb6eb87 add_taint +EXPORT_SYMBOL vmlinux 0x0eb72fc9 I_BDEV +EXPORT_SYMBOL vmlinux 0x0ec5babe vme_dma_free +EXPORT_SYMBOL vmlinux 0x0ecd6850 fsl_ifc_ctrl_dev +EXPORT_SYMBOL vmlinux 0x0ed470c7 blk_queue_max_secure_erase_sectors +EXPORT_SYMBOL vmlinux 0x0f09cc34 schedule_timeout_killable +EXPORT_SYMBOL vmlinux 0x0f12bf7b xfrm_trans_queue_net +EXPORT_SYMBOL vmlinux 0x0f16bfcf blk_queue_physical_block_size +EXPORT_SYMBOL vmlinux 0x0f1ad8e2 seq_list_start_rcu +EXPORT_SYMBOL vmlinux 0x0f1b80e8 devm_request_any_context_irq +EXPORT_SYMBOL vmlinux 0x0f1ea186 devm_extcon_register_notifier +EXPORT_SYMBOL vmlinux 0x0f23ea94 vga_set_legacy_decoding +EXPORT_SYMBOL vmlinux 0x0f365835 nla_put_64bit +EXPORT_SYMBOL vmlinux 0x0f37ca89 lockref_put_not_zero +EXPORT_SYMBOL vmlinux 0x0f4a04c2 pci_alloc_host_bridge +EXPORT_SYMBOL vmlinux 0x0f61ecf5 remove_watch_from_object +EXPORT_SYMBOL vmlinux 0x0f629c94 always_delete_dentry +EXPORT_SYMBOL vmlinux 0x0f630261 gen_replace_estimator +EXPORT_SYMBOL vmlinux 0x0f7b5fe0 neigh_lookup +EXPORT_SYMBOL vmlinux 0x0f7ca536 pcibios_resource_to_bus +EXPORT_SYMBOL vmlinux 0x0f86f560 kthread_delayed_work_timer_fn +EXPORT_SYMBOL vmlinux 0x0f8f4956 skb_headers_offset_update +EXPORT_SYMBOL vmlinux 0x0f9b59dc fget +EXPORT_SYMBOL vmlinux 0x0f9bf723 blk_mq_rq_cpu +EXPORT_SYMBOL vmlinux 0x0fa0382c genphy_handle_interrupt_no_ack +EXPORT_SYMBOL vmlinux 0x0fa103c2 find_vma_intersection +EXPORT_SYMBOL vmlinux 0x0faa5a45 param_get_invbool +EXPORT_SYMBOL vmlinux 0x0fab1ab0 hdmi_spd_infoframe_pack +EXPORT_SYMBOL vmlinux 0x0fb2f8a4 mktime64 +EXPORT_SYMBOL vmlinux 0x0fd3142e vc_resize +EXPORT_SYMBOL vmlinux 0x0fd902db mb_cache_entry_create +EXPORT_SYMBOL vmlinux 0x0fda1f07 dma_unmap_sg_attrs +EXPORT_SYMBOL vmlinux 0x0fea0f91 mmc_gpiod_request_cd +EXPORT_SYMBOL vmlinux 0x0fed4414 uart_write_wakeup +EXPORT_SYMBOL vmlinux 0x0ff2804a sockfd_lookup +EXPORT_SYMBOL vmlinux 0x0ffb9ea4 devm_pci_remap_iospace +EXPORT_SYMBOL vmlinux 0x0fff5afc time64_to_tm +EXPORT_SYMBOL vmlinux 0x10017aa5 kernel_cpustat +EXPORT_SYMBOL vmlinux 0x1007846f __of_get_address +EXPORT_SYMBOL vmlinux 0x10100392 xfrm_unregister_type_offload +EXPORT_SYMBOL vmlinux 0x101d05c8 kobject_put +EXPORT_SYMBOL vmlinux 0x1025009a cpm_muram_alloc_fixed +EXPORT_SYMBOL vmlinux 0x102936ec qe_clock_source +EXPORT_SYMBOL vmlinux 0x10310d68 xfrm_lookup_with_ifid +EXPORT_SYMBOL vmlinux 0x1035c7c2 __release_region +EXPORT_SYMBOL vmlinux 0x103eafc0 tegra_ivc_notified +EXPORT_SYMBOL vmlinux 0x104dbbfa call_usermodehelper_exec +EXPORT_SYMBOL vmlinux 0x1057a279 bsearch +EXPORT_SYMBOL vmlinux 0x1068004b gf128mul_bbe +EXPORT_SYMBOL vmlinux 0x1075e0df param_set_ushort +EXPORT_SYMBOL vmlinux 0x107be0b0 percpu_counter_sync +EXPORT_SYMBOL vmlinux 0x107e5878 zlib_inflateEnd +EXPORT_SYMBOL vmlinux 0x10841ad2 set_anon_super +EXPORT_SYMBOL vmlinux 0x108aa61f lynx_pcs_create +EXPORT_SYMBOL vmlinux 0x1095540a xfrm6_rcv_spi +EXPORT_SYMBOL vmlinux 0x109fa664 ipv6_skip_exthdr +EXPORT_SYMBOL vmlinux 0x10a81882 rproc_of_parse_firmware +EXPORT_SYMBOL vmlinux 0x10a9e9d6 __netlink_kernel_create +EXPORT_SYMBOL vmlinux 0x10b3d17e igrab +EXPORT_SYMBOL vmlinux 0x10d1b2e7 ptp_clock_unregister +EXPORT_SYMBOL vmlinux 0x10d9f885 scsi_sense_desc_find +EXPORT_SYMBOL vmlinux 0x10e5982d netif_schedule_queue +EXPORT_SYMBOL vmlinux 0x10e6f74a free_contig_range +EXPORT_SYMBOL vmlinux 0x10ebaaa0 dma_find_channel +EXPORT_SYMBOL vmlinux 0x10eee55a backlight_device_get_by_type +EXPORT_SYMBOL vmlinux 0x11089ac7 _ctype +EXPORT_SYMBOL vmlinux 0x1108d830 param_set_long +EXPORT_SYMBOL vmlinux 0x11136641 nd_device_register +EXPORT_SYMBOL vmlinux 0x11175c6e invalidate_mapping_pages +EXPORT_SYMBOL vmlinux 0x11205018 tcf_block_put_ext +EXPORT_SYMBOL vmlinux 0x11259312 retire_super +EXPORT_SYMBOL vmlinux 0x115eb2ae filemap_invalidate_lock_two +EXPORT_SYMBOL vmlinux 0x11648770 vfs_parse_fs_param_source +EXPORT_SYMBOL vmlinux 0x117093be qdisc_class_hash_init +EXPORT_SYMBOL vmlinux 0x118a85d4 param_ops_ushort +EXPORT_SYMBOL vmlinux 0x11c3a06f xsk_clear_tx_need_wakeup +EXPORT_SYMBOL vmlinux 0x11d513e6 skb_checksum +EXPORT_SYMBOL vmlinux 0x11e30762 chacha_block_generic +EXPORT_SYMBOL vmlinux 0x11edc9d2 sock_set_sndtimeo +EXPORT_SYMBOL vmlinux 0x11ffdfee ucc_slow_stop_tx +EXPORT_SYMBOL vmlinux 0x1205a155 vc_cons +EXPORT_SYMBOL vmlinux 0x120b336a __rb_insert_augmented +EXPORT_SYMBOL vmlinux 0x120c3b3a mark_info_dirty +EXPORT_SYMBOL vmlinux 0x120ff8e1 xudma_get_rflow_ring_offset +EXPORT_SYMBOL vmlinux 0x12227f67 of_mdiobus_child_is_phy +EXPORT_SYMBOL vmlinux 0x1230d893 pci_irq_vector +EXPORT_SYMBOL vmlinux 0x1235924b __register_binfmt +EXPORT_SYMBOL vmlinux 0x123d75c0 pci_bus_size_bridges +EXPORT_SYMBOL vmlinux 0x124bad4d kstrtobool +EXPORT_SYMBOL vmlinux 0x124dfa4b fman_get_revision +EXPORT_SYMBOL vmlinux 0x125886aa mdiobus_free +EXPORT_SYMBOL vmlinux 0x127d83ea security_locked_down +EXPORT_SYMBOL vmlinux 0x127fc2b2 mipi_dsi_dcs_set_tear_scanline +EXPORT_SYMBOL vmlinux 0x128ae4b6 vfs_iocb_iter_read +EXPORT_SYMBOL vmlinux 0x12998fa6 kset_register +EXPORT_SYMBOL vmlinux 0x129e66d7 sg_alloc_table_from_pages_segment +EXPORT_SYMBOL vmlinux 0x12a4e128 __arch_copy_from_user +EXPORT_SYMBOL vmlinux 0x12a6f694 generic_write_checks +EXPORT_SYMBOL vmlinux 0x12af9aaf rproc_coredump_set_elf_info +EXPORT_SYMBOL vmlinux 0x12b81001 kthread_create_on_cpu +EXPORT_SYMBOL vmlinux 0x12cabc89 siphash_2u64 +EXPORT_SYMBOL vmlinux 0x12d81992 devfreq_remove_governor +EXPORT_SYMBOL vmlinux 0x12e14f4d lookup_one +EXPORT_SYMBOL vmlinux 0x12e99d0d tcp_read_sock +EXPORT_SYMBOL vmlinux 0x12f6f69c fb_videomode_to_var +EXPORT_SYMBOL vmlinux 0x12fa0c3e scsi_remove_device +EXPORT_SYMBOL vmlinux 0x1301f6da fb_prepare_logo +EXPORT_SYMBOL vmlinux 0x130afd75 acpi_get_sleep_type_data +EXPORT_SYMBOL vmlinux 0x13110126 request_resource +EXPORT_SYMBOL vmlinux 0x131a6146 xa_clear_mark +EXPORT_SYMBOL vmlinux 0x132b0ba0 inet_confirm_addr +EXPORT_SYMBOL vmlinux 0x1338aaf6 inet_addr_type +EXPORT_SYMBOL vmlinux 0x1340b83f sync_dirty_buffer +EXPORT_SYMBOL vmlinux 0x135ca4f0 mr_mfc_find_any_parent +EXPORT_SYMBOL vmlinux 0x135fdf88 jbd2_journal_dirty_metadata +EXPORT_SYMBOL vmlinux 0x13643c6b devm_release_resource +EXPORT_SYMBOL vmlinux 0x13676ce8 __inc_node_page_state +EXPORT_SYMBOL vmlinux 0x13846bf0 misc_register +EXPORT_SYMBOL vmlinux 0x139807e0 netdev_txq_to_tc +EXPORT_SYMBOL vmlinux 0x139f2189 __kfifo_alloc +EXPORT_SYMBOL vmlinux 0x13a7c84c xfrm_init_state +EXPORT_SYMBOL vmlinux 0x13c41152 ipmi_platform_add +EXPORT_SYMBOL vmlinux 0x13c90488 __neigh_set_probe_once +EXPORT_SYMBOL vmlinux 0x13c99bd9 security_socket_getpeersec_dgram +EXPORT_SYMBOL vmlinux 0x13cc3c8c submit_bh +EXPORT_SYMBOL vmlinux 0x13d0adf7 __kfifo_out +EXPORT_SYMBOL vmlinux 0x13d18523 tcf_idr_create_from_flags +EXPORT_SYMBOL vmlinux 0x13d1e3b4 lease_modify +EXPORT_SYMBOL vmlinux 0x13d68aba rpmh_invalidate +EXPORT_SYMBOL vmlinux 0x13d7e854 fb_class +EXPORT_SYMBOL vmlinux 0x13d928f5 __SCK__tp_func_kmem_cache_alloc +EXPORT_SYMBOL vmlinux 0x140eec79 pcix_get_mmrbc +EXPORT_SYMBOL vmlinux 0x141271bf acpi_dev_found +EXPORT_SYMBOL vmlinux 0x14153383 phy_init_eee +EXPORT_SYMBOL vmlinux 0x1441bcf9 fwnode_mdiobus_phy_device_register +EXPORT_SYMBOL vmlinux 0x14449e76 init_special_inode +EXPORT_SYMBOL vmlinux 0x14473cab devfreq_recommended_opp +EXPORT_SYMBOL vmlinux 0x14605535 dma_fence_context_alloc +EXPORT_SYMBOL vmlinux 0x146289b7 crc16_table +EXPORT_SYMBOL vmlinux 0x149cf887 ip6_fraglist_prepare +EXPORT_SYMBOL vmlinux 0x14a64a87 acpi_install_address_space_handler_no_reg +EXPORT_SYMBOL vmlinux 0x14a9f4e8 dev_addr_mod +EXPORT_SYMBOL vmlinux 0x14b2e955 vme_new_dma_list +EXPORT_SYMBOL vmlinux 0x14b74b2f param_ops_string +EXPORT_SYMBOL vmlinux 0x14b7bf4e i2c_add_adapter +EXPORT_SYMBOL vmlinux 0x14bbc67d neigh_table_init +EXPORT_SYMBOL vmlinux 0x14c67e3e tcp_tx_delay_enabled +EXPORT_SYMBOL vmlinux 0x14cde78a skb_copy_bits +EXPORT_SYMBOL vmlinux 0x14d7477f console_list_unlock +EXPORT_SYMBOL vmlinux 0x14e3267d tty_insert_flip_string_flags +EXPORT_SYMBOL vmlinux 0x14f45fcc bman_free_pool +EXPORT_SYMBOL vmlinux 0x14f9e884 qdisc_offload_query_caps +EXPORT_SYMBOL vmlinux 0x15006dbe netdev_emerg +EXPORT_SYMBOL vmlinux 0x15039633 bd_abort_claiming +EXPORT_SYMBOL vmlinux 0x1516c014 simple_dir_inode_operations +EXPORT_SYMBOL vmlinux 0x151f4898 schedule_timeout_uninterruptible +EXPORT_SYMBOL vmlinux 0x152389da pci_bus_read_config_word +EXPORT_SYMBOL vmlinux 0x1526b301 unix_tot_inflight +EXPORT_SYMBOL vmlinux 0x152858d5 unregister_framebuffer +EXPORT_SYMBOL vmlinux 0x1548d970 __kfifo_dma_out_prepare_r +EXPORT_SYMBOL vmlinux 0x154c6338 dm_kcopyd_client_destroy +EXPORT_SYMBOL vmlinux 0x154f2c2c rtnl_link_get_net +EXPORT_SYMBOL vmlinux 0x15879aad block_write_begin +EXPORT_SYMBOL vmlinux 0x159503e7 netif_device_attach +EXPORT_SYMBOL vmlinux 0x159e2f18 xfrm_register_type +EXPORT_SYMBOL vmlinux 0x15ba50a6 jiffies +EXPORT_SYMBOL vmlinux 0x15bafe29 unregister_md_cluster_operations +EXPORT_SYMBOL vmlinux 0x15bed7a5 LZ4_decompress_safe_partial +EXPORT_SYMBOL vmlinux 0x15c58fee qdisc_watchdog_schedule_range_ns +EXPORT_SYMBOL vmlinux 0x15c85de3 mempool_init +EXPORT_SYMBOL vmlinux 0x15d6c717 dst_cow_metrics_generic +EXPORT_SYMBOL vmlinux 0x15d87c31 sync_file_create +EXPORT_SYMBOL vmlinux 0x15e9785f mmc_gpio_get_cd +EXPORT_SYMBOL vmlinux 0x15f90688 slhc_init +EXPORT_SYMBOL vmlinux 0x16121b65 splice_direct_to_actor +EXPORT_SYMBOL vmlinux 0x16131b24 skb_push +EXPORT_SYMBOL vmlinux 0x161aae63 udp_gro_complete +EXPORT_SYMBOL vmlinux 0x16224d5f mark_buffer_dirty_inode +EXPORT_SYMBOL vmlinux 0x162893fd hashlen_string +EXPORT_SYMBOL vmlinux 0x162bec3e qdisc_put_unlocked +EXPORT_SYMBOL vmlinux 0x1632bc21 kvasprintf_const +EXPORT_SYMBOL vmlinux 0x163d2417 tegra_io_rail_power_off +EXPORT_SYMBOL vmlinux 0x165fbb5d inet_addr_type_table +EXPORT_SYMBOL vmlinux 0x167218a9 nd_dax_probe +EXPORT_SYMBOL vmlinux 0x1677a0d2 of_node_name_prefix +EXPORT_SYMBOL vmlinux 0x167c5967 print_hex_dump +EXPORT_SYMBOL vmlinux 0x168583ba con_copy_unimap +EXPORT_SYMBOL vmlinux 0x168aff49 jbd2_journal_begin_ordered_truncate +EXPORT_SYMBOL vmlinux 0x169938c1 __sysfs_match_string +EXPORT_SYMBOL vmlinux 0x16a7b16f __traceiter_kmalloc +EXPORT_SYMBOL vmlinux 0x16b807c6 scsi_unblock_requests +EXPORT_SYMBOL vmlinux 0x16b8ca13 __pskb_pull_tail +EXPORT_SYMBOL vmlinux 0x16cdc340 acpi_get_table +EXPORT_SYMBOL vmlinux 0x16ce546e mipi_dsi_dcs_set_display_brightness +EXPORT_SYMBOL vmlinux 0x16d3748a pagevec_lookup_range_tag +EXPORT_SYMBOL vmlinux 0x16d62e14 bio_split +EXPORT_SYMBOL vmlinux 0x16dee44d dma_fence_init +EXPORT_SYMBOL vmlinux 0x16e297c3 bit_wait +EXPORT_SYMBOL vmlinux 0x16e7e2cb cpu_all_bits +EXPORT_SYMBOL vmlinux 0x16ea3fcf input_grab_device +EXPORT_SYMBOL vmlinux 0x16fe6544 tcp_sendmsg +EXPORT_SYMBOL vmlinux 0x1704b1f2 mipi_dsi_dcs_set_page_address +EXPORT_SYMBOL vmlinux 0x170ddf79 acpi_install_notify_handler +EXPORT_SYMBOL vmlinux 0x172f3b7d ipv6_getsockopt +EXPORT_SYMBOL vmlinux 0x1734264a udp_lib_setsockopt +EXPORT_SYMBOL vmlinux 0x1757785e param_set_copystring +EXPORT_SYMBOL vmlinux 0x175fe9a6 napi_schedule_prep +EXPORT_SYMBOL vmlinux 0x176fd14a eth_gro_receive +EXPORT_SYMBOL vmlinux 0x17825d3f xudma_rchan_get +EXPORT_SYMBOL vmlinux 0x1786f015 i2c_smbus_write_i2c_block_data +EXPORT_SYMBOL vmlinux 0x178c4894 qe_upload_firmware +EXPORT_SYMBOL vmlinux 0x178de43f inet_dgram_connect +EXPORT_SYMBOL vmlinux 0x17bed64d xfrm_trans_queue +EXPORT_SYMBOL vmlinux 0x17c18d45 thaw_super +EXPORT_SYMBOL vmlinux 0x17c81476 simple_transaction_get +EXPORT_SYMBOL vmlinux 0x17f6ccd6 key_put +EXPORT_SYMBOL vmlinux 0x181ef058 sock_no_listen +EXPORT_SYMBOL vmlinux 0x1829547d bioset_init +EXPORT_SYMBOL vmlinux 0x18345b8e __bitmap_replace +EXPORT_SYMBOL vmlinux 0x18347ed5 filemap_flush +EXPORT_SYMBOL vmlinux 0x1835de39 pci_read_vpd_any +EXPORT_SYMBOL vmlinux 0x18454ef1 fb_validate_mode +EXPORT_SYMBOL vmlinux 0x184fd1a1 netdev_upper_dev_link +EXPORT_SYMBOL vmlinux 0x18577634 jbd2_journal_destroy +EXPORT_SYMBOL vmlinux 0x185cb705 flush_dcache_folio +EXPORT_SYMBOL vmlinux 0x185de0b0 jbd2_fc_end_commit +EXPORT_SYMBOL vmlinux 0x186a1099 inet_csk_reqsk_queue_drop +EXPORT_SYMBOL vmlinux 0x1873cd14 __udp_disconnect +EXPORT_SYMBOL vmlinux 0x187884a8 cpm_muram_free +EXPORT_SYMBOL vmlinux 0x18888d00 downgrade_write +EXPORT_SYMBOL vmlinux 0x188ea314 jiffies_to_timespec64 +EXPORT_SYMBOL vmlinux 0x189a83fa __fs_parse +EXPORT_SYMBOL vmlinux 0x189b5bb5 kmem_cache_free_bulk +EXPORT_SYMBOL vmlinux 0x18b48e28 __memset_io +EXPORT_SYMBOL vmlinux 0x18b89c0e tc_setup_cb_call +EXPORT_SYMBOL vmlinux 0x18c851a3 xfrm_policy_hash_rebuild +EXPORT_SYMBOL vmlinux 0x18e0e93e vfs_iter_write +EXPORT_SYMBOL vmlinux 0x18e60984 __do_once_start +EXPORT_SYMBOL vmlinux 0x19270f3b generic_fadvise +EXPORT_SYMBOL vmlinux 0x192bbc70 mdiobus_unregister_device +EXPORT_SYMBOL vmlinux 0x193e0050 fman_port_bind +EXPORT_SYMBOL vmlinux 0x19514d52 rfkill_alloc +EXPORT_SYMBOL vmlinux 0x1953c958 mempool_create +EXPORT_SYMBOL vmlinux 0x19635c73 __bh_read +EXPORT_SYMBOL vmlinux 0x1979e00c dma_resv_fini +EXPORT_SYMBOL vmlinux 0x1984d421 out_of_line_wait_on_bit +EXPORT_SYMBOL vmlinux 0x19981c10 backlight_device_unregister +EXPORT_SYMBOL vmlinux 0x19982a1a __dev_set_mtu +EXPORT_SYMBOL vmlinux 0x199c5f4a __aperture_remove_legacy_vga_devices +EXPORT_SYMBOL vmlinux 0x199ed0cd net_disable_timestamp +EXPORT_SYMBOL vmlinux 0x19ac996a padata_do_parallel +EXPORT_SYMBOL vmlinux 0x19bd383b security_secmark_refcount_dec +EXPORT_SYMBOL vmlinux 0x19c2a486 pnp_stop_dev +EXPORT_SYMBOL vmlinux 0x19ce49ad sync_mapping_buffers +EXPORT_SYMBOL vmlinux 0x19e53d32 iw_handler_set_thrspy +EXPORT_SYMBOL vmlinux 0x19edbc3c ptp_find_pin_unlocked +EXPORT_SYMBOL vmlinux 0x1a03771c d_alloc_parallel +EXPORT_SYMBOL vmlinux 0x1a0a8fe4 of_device_alloc +EXPORT_SYMBOL vmlinux 0x1a2c8b51 mini_qdisc_pair_swap +EXPORT_SYMBOL vmlinux 0x1a359082 ip_frag_next +EXPORT_SYMBOL vmlinux 0x1a40f82d page_pool_alloc_pages +EXPORT_SYMBOL vmlinux 0x1a45cb6c acpi_disabled +EXPORT_SYMBOL vmlinux 0x1a627bb1 __neigh_for_each_release +EXPORT_SYMBOL vmlinux 0x1a73021f of_phy_get_and_connect +EXPORT_SYMBOL vmlinux 0x1a7b1237 tty_driver_kref_put +EXPORT_SYMBOL vmlinux 0x1a95c048 phy_ethtool_get_sset_count +EXPORT_SYMBOL vmlinux 0x1a97d555 inet_bind +EXPORT_SYMBOL vmlinux 0x1a9a433c prandom_u32_state +EXPORT_SYMBOL vmlinux 0x1ac14e39 mmc_is_req_done +EXPORT_SYMBOL vmlinux 0x1ac5d3cb strcspn +EXPORT_SYMBOL vmlinux 0x1acf5193 skb_find_text +EXPORT_SYMBOL vmlinux 0x1ad14f65 max8998_bulk_read +EXPORT_SYMBOL vmlinux 0x1ae2ca34 bdev_check_media_change +EXPORT_SYMBOL vmlinux 0x1af54773 tcp_disconnect +EXPORT_SYMBOL vmlinux 0x1af97afa md_integrity_add_rdev +EXPORT_SYMBOL vmlinux 0x1afb377b tcp_recvmsg +EXPORT_SYMBOL vmlinux 0x1b015d25 bitmap_parselist +EXPORT_SYMBOL vmlinux 0x1b01e1cf neigh_event_ns +EXPORT_SYMBOL vmlinux 0x1b092e7c inet6_release +EXPORT_SYMBOL vmlinux 0x1b1bbca2 tcp_timewait_state_process +EXPORT_SYMBOL vmlinux 0x1b35cff7 bio_init +EXPORT_SYMBOL vmlinux 0x1b5196fc xudma_tchan_put +EXPORT_SYMBOL vmlinux 0x1b546963 pps_register_source +EXPORT_SYMBOL vmlinux 0x1b5631a8 scsi_host_busy +EXPORT_SYMBOL vmlinux 0x1b597b7a swake_up_all +EXPORT_SYMBOL vmlinux 0x1b5cc9d8 dma_fence_array_first +EXPORT_SYMBOL vmlinux 0x1b6314fd in_aton +EXPORT_SYMBOL vmlinux 0x1b6f98ff xfrm6_protocol_deregister +EXPORT_SYMBOL vmlinux 0x1b777357 rdmacg_unregister_device +EXPORT_SYMBOL vmlinux 0x1b7f3271 cdrom_number_of_slots +EXPORT_SYMBOL vmlinux 0x1b908d85 _raw_write_lock_nested +EXPORT_SYMBOL vmlinux 0x1b90d9e8 fs_param_is_u32 +EXPORT_SYMBOL vmlinux 0x1ba59527 __kmalloc_node +EXPORT_SYMBOL vmlinux 0x1bb51249 tcp_have_smc +EXPORT_SYMBOL vmlinux 0x1bb86b9a xen_start_info +EXPORT_SYMBOL vmlinux 0x1bd59dbe vme_free_consistent +EXPORT_SYMBOL vmlinux 0x1bdb26e2 gro_cells_init +EXPORT_SYMBOL vmlinux 0x1be4f577 vme_unregister_bridge +EXPORT_SYMBOL vmlinux 0x1bf5d4e8 proc_create_data +EXPORT_SYMBOL vmlinux 0x1bff0d5f inet_unregister_protosw +EXPORT_SYMBOL vmlinux 0x1bfff46a nla_append +EXPORT_SYMBOL vmlinux 0x1c0e2ab9 tcp_ioctl +EXPORT_SYMBOL vmlinux 0x1c29e591 alloc_anon_inode +EXPORT_SYMBOL vmlinux 0x1c2e0207 skb_free_datagram +EXPORT_SYMBOL vmlinux 0x1c321a4a scsi_done +EXPORT_SYMBOL vmlinux 0x1c56a12f of_get_mac_address_nvmem +EXPORT_SYMBOL vmlinux 0x1c58427f acpi_remove_notify_handler +EXPORT_SYMBOL vmlinux 0x1c5e3878 icst525_idx2s +EXPORT_SYMBOL vmlinux 0x1c724c1f pci_read_vpd +EXPORT_SYMBOL vmlinux 0x1c724d97 key_alloc +EXPORT_SYMBOL vmlinux 0x1c75f3ff dma_async_device_unregister +EXPORT_SYMBOL vmlinux 0x1c8e77ec scsi_bios_ptable +EXPORT_SYMBOL vmlinux 0x1c9d110a udp_prot +EXPORT_SYMBOL vmlinux 0x1cac8f6b find_inode_by_ino_rcu +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 0x1cdd39ba logic_outsl +EXPORT_SYMBOL vmlinux 0x1cf5efa6 xudma_rflow_get_id +EXPORT_SYMBOL vmlinux 0x1cf898e6 tty_unregister_ldisc +EXPORT_SYMBOL vmlinux 0x1cf8f741 open_with_fake_path +EXPORT_SYMBOL vmlinux 0x1cf91f6f tcp_prot +EXPORT_SYMBOL vmlinux 0x1d07e365 memdup_user_nul +EXPORT_SYMBOL vmlinux 0x1d0b056d sock_queue_rcv_skb_reason +EXPORT_SYMBOL vmlinux 0x1d106bb3 phy_ethtool_ksettings_get +EXPORT_SYMBOL vmlinux 0x1d1abdf0 acpi_get_physical_device_location +EXPORT_SYMBOL vmlinux 0x1d24c881 ___ratelimit +EXPORT_SYMBOL vmlinux 0x1d2d163d blk_pre_runtime_suspend +EXPORT_SYMBOL vmlinux 0x1d3574f2 t10_pi_type1_ip +EXPORT_SYMBOL vmlinux 0x1d37bf0d xfrm_policy_walk_done +EXPORT_SYMBOL vmlinux 0x1d403173 sock_set_reuseport +EXPORT_SYMBOL vmlinux 0x1d40b6f3 idr_for_each +EXPORT_SYMBOL vmlinux 0x1d421548 fscrypt_free_bounce_page +EXPORT_SYMBOL vmlinux 0x1d48b924 fscrypt_decrypt_block_inplace +EXPORT_SYMBOL vmlinux 0x1d5cedae __tracepoint_kfree +EXPORT_SYMBOL vmlinux 0x1d9672bd fault_in_subpage_writeable +EXPORT_SYMBOL vmlinux 0x1da9a3a8 __cgroup_bpf_run_filter_skb +EXPORT_SYMBOL vmlinux 0x1dc6c93b lookup_user_key +EXPORT_SYMBOL vmlinux 0x1dd19263 pci_request_irq +EXPORT_SYMBOL vmlinux 0x1dd571e6 fb_copy_cmap +EXPORT_SYMBOL vmlinux 0x1de4ccb2 get_sg_io_hdr +EXPORT_SYMBOL vmlinux 0x1de4e43c seq_pad +EXPORT_SYMBOL vmlinux 0x1de59c22 qcom_scm_ice_invalidate_key +EXPORT_SYMBOL vmlinux 0x1de67f9b qcom_scm_io_writel +EXPORT_SYMBOL vmlinux 0x1de99e38 page_pool_put_defragged_page +EXPORT_SYMBOL vmlinux 0x1df1147c page_zero_new_buffers +EXPORT_SYMBOL vmlinux 0x1dfaa4dd efi +EXPORT_SYMBOL vmlinux 0x1e0373fc imx_scu_irq_group_enable +EXPORT_SYMBOL vmlinux 0x1e0a0c24 mod_timer_pending +EXPORT_SYMBOL vmlinux 0x1e0cd7fe acpi_detach_data +EXPORT_SYMBOL vmlinux 0x1e1e43e1 tcp_md5_key_copy +EXPORT_SYMBOL vmlinux 0x1e3431a3 rproc_vq_interrupt +EXPORT_SYMBOL vmlinux 0x1e401da8 inet6_ioctl +EXPORT_SYMBOL vmlinux 0x1e642c96 pnp_get_resource +EXPORT_SYMBOL vmlinux 0x1e6adaa0 bitmap_print_bitmask_to_buf +EXPORT_SYMBOL vmlinux 0x1e6d26a8 strstr +EXPORT_SYMBOL vmlinux 0x1e738ff1 netif_carrier_on +EXPORT_SYMBOL vmlinux 0x1e780c8d invalidate_disk +EXPORT_SYMBOL vmlinux 0x1e796249 n_tty_ioctl_helper +EXPORT_SYMBOL vmlinux 0x1e7eaebd end_buffer_async_write +EXPORT_SYMBOL vmlinux 0x1e90f67d get_tree_single +EXPORT_SYMBOL vmlinux 0x1e9edfb7 seq_hlist_start_head_rcu +EXPORT_SYMBOL vmlinux 0x1eb8c3a5 sk_alloc +EXPORT_SYMBOL vmlinux 0x1ebd3fec key_reject_and_link +EXPORT_SYMBOL vmlinux 0x1ec7d1aa thread_group_exited +EXPORT_SYMBOL vmlinux 0x1edb69d6 ktime_get_raw_ts64 +EXPORT_SYMBOL vmlinux 0x1ef41b7e qcom_scm_iommu_set_pt_format +EXPORT_SYMBOL vmlinux 0x1f166832 proc_set_size +EXPORT_SYMBOL vmlinux 0x1f1a7567 xp_set_rxq_info +EXPORT_SYMBOL vmlinux 0x1f2d2867 inet_frag_reasm_finish +EXPORT_SYMBOL vmlinux 0x1f2d4942 tcp_sock_set_keepcnt +EXPORT_SYMBOL vmlinux 0x1f4b47be pldmfw_flash_image +EXPORT_SYMBOL vmlinux 0x1f557414 gen_pool_has_addr +EXPORT_SYMBOL vmlinux 0x1f62b5c8 pcie_get_width_cap +EXPORT_SYMBOL vmlinux 0x1f663955 dev_set_mac_address_user +EXPORT_SYMBOL vmlinux 0x1f7c931b pci_resize_resource +EXPORT_SYMBOL vmlinux 0x1fab4bb8 xfrm_policy_register_afinfo +EXPORT_SYMBOL vmlinux 0x1fadded1 __scm_destroy +EXPORT_SYMBOL vmlinux 0x1fbd16da ip_tos2prio +EXPORT_SYMBOL vmlinux 0x1fd07fff kdb_grepping_flag +EXPORT_SYMBOL vmlinux 0x1fd3eaa2 blk_queue_flag_clear +EXPORT_SYMBOL vmlinux 0x20000329 simple_strtoul +EXPORT_SYMBOL vmlinux 0x200b2041 in6addr_any +EXPORT_SYMBOL vmlinux 0x2029937e scsi_add_device +EXPORT_SYMBOL vmlinux 0x20369345 mmc_erase +EXPORT_SYMBOL vmlinux 0x203e10e1 devm_memremap +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 0x2067f214 netdev_printk +EXPORT_SYMBOL vmlinux 0x206f8456 component_match_add_release +EXPORT_SYMBOL vmlinux 0x20761536 fget_raw +EXPORT_SYMBOL vmlinux 0x207cdb80 ip_do_fragment +EXPORT_SYMBOL vmlinux 0x208b53f1 pci_release_selected_regions +EXPORT_SYMBOL vmlinux 0x2091eb49 pcie_set_readrq +EXPORT_SYMBOL vmlinux 0x20a789ac irq_set_chip_data +EXPORT_SYMBOL vmlinux 0x20b2c64f copy_string_kernel +EXPORT_SYMBOL vmlinux 0x20bcb417 blkdev_get_by_dev +EXPORT_SYMBOL vmlinux 0x20cbb30a __percpu_counter_init +EXPORT_SYMBOL vmlinux 0x20d25042 textsearch_register +EXPORT_SYMBOL vmlinux 0x20d65e40 fb_find_nearest_mode +EXPORT_SYMBOL vmlinux 0x20d7ae96 devm_register_netdev +EXPORT_SYMBOL vmlinux 0x20d84d48 dm_io +EXPORT_SYMBOL vmlinux 0x20d9375e file_ns_capable +EXPORT_SYMBOL vmlinux 0x20eadeb6 ip_compute_csum +EXPORT_SYMBOL vmlinux 0x20f876bd gro_find_complete_by_type +EXPORT_SYMBOL vmlinux 0x21023ef2 blk_mq_stop_hw_queue +EXPORT_SYMBOL vmlinux 0x2106e805 netif_tx_lock +EXPORT_SYMBOL vmlinux 0x210e1ea9 put_cmsg_scm_timestamping64 +EXPORT_SYMBOL vmlinux 0x211973a8 generic_read_dir +EXPORT_SYMBOL vmlinux 0x21213c3f scsi_device_quiesce +EXPORT_SYMBOL vmlinux 0x212f54f1 try_module_get +EXPORT_SYMBOL vmlinux 0x212f7dfc tcp_sock_set_quickack +EXPORT_SYMBOL vmlinux 0x2134801b memory_cgrp_subsys +EXPORT_SYMBOL vmlinux 0x213a738d memregion_alloc +EXPORT_SYMBOL vmlinux 0x213e4965 ps2_is_keyboard_id +EXPORT_SYMBOL vmlinux 0x2150651a mdiobus_setup_mdiodev_from_board_info +EXPORT_SYMBOL vmlinux 0x218e600b pci_add_resource_offset +EXPORT_SYMBOL vmlinux 0x21a626fe current_time +EXPORT_SYMBOL vmlinux 0x21a68569 dquot_commit +EXPORT_SYMBOL vmlinux 0x21bdb523 errseq_check_and_advance +EXPORT_SYMBOL vmlinux 0x21be37e1 hdmi_avi_infoframe_check +EXPORT_SYMBOL vmlinux 0x21caddc2 dquot_get_dqblk +EXPORT_SYMBOL vmlinux 0x21d4d7bb udp_skb_destructor +EXPORT_SYMBOL vmlinux 0x21e13cb3 inet_peer_xrlim_allow +EXPORT_SYMBOL vmlinux 0x21ea5251 __bitmap_weight +EXPORT_SYMBOL vmlinux 0x21ee9c60 fifo_create_dflt +EXPORT_SYMBOL vmlinux 0x21ef374c try_wait_for_completion +EXPORT_SYMBOL vmlinux 0x21f0d1a8 blk_queue_bounce_limit +EXPORT_SYMBOL vmlinux 0x21f34b1f dm_get_device +EXPORT_SYMBOL vmlinux 0x21fc4da9 __of_mdiobus_register +EXPORT_SYMBOL vmlinux 0x2207761f phy_register_fixup +EXPORT_SYMBOL vmlinux 0x2219ba16 phy_drivers_register +EXPORT_SYMBOL vmlinux 0x222e7ce2 sysfs_streq +EXPORT_SYMBOL vmlinux 0x2234ca51 acpi_match_platform_list +EXPORT_SYMBOL vmlinux 0x223da68f rproc_coredump_using_sections +EXPORT_SYMBOL vmlinux 0x224a95b5 pci_pme_active +EXPORT_SYMBOL vmlinux 0x224ce651 xudma_free_gp_rflow_range +EXPORT_SYMBOL vmlinux 0x22512caa request_firmware +EXPORT_SYMBOL vmlinux 0x2265acac unlock_page +EXPORT_SYMBOL vmlinux 0x228d67fe md_unregister_thread +EXPORT_SYMBOL vmlinux 0x2296238a jbd2_log_wait_commit +EXPORT_SYMBOL vmlinux 0x229d83a7 generic_remap_file_range_prep +EXPORT_SYMBOL vmlinux 0x22a1422d percpu_counter_sum_all +EXPORT_SYMBOL vmlinux 0x22b1fc74 dquot_claim_space_nodirty +EXPORT_SYMBOL vmlinux 0x22b325d5 kd_mksound +EXPORT_SYMBOL vmlinux 0x22b9dffb inet_add_protocol +EXPORT_SYMBOL vmlinux 0x22ba2003 irq_domain_set_info +EXPORT_SYMBOL vmlinux 0x22cfcf54 ilookup5_nowait +EXPORT_SYMBOL vmlinux 0x22e417d2 flow_rule_match_meta +EXPORT_SYMBOL vmlinux 0x22ed5f86 md_bitmap_start_sync +EXPORT_SYMBOL vmlinux 0x23040070 uart_resume_port +EXPORT_SYMBOL vmlinux 0x232dacae ethtool_notify +EXPORT_SYMBOL vmlinux 0x23306ab2 neigh_parms_alloc +EXPORT_SYMBOL vmlinux 0x2336a513 pci_enable_device_mem +EXPORT_SYMBOL vmlinux 0x2348320a dev_add_offload +EXPORT_SYMBOL vmlinux 0x2348b13f hdmi_infoframe_log +EXPORT_SYMBOL vmlinux 0x23492dad md_check_no_bitmap +EXPORT_SYMBOL vmlinux 0x235554f4 pneigh_enqueue +EXPORT_SYMBOL vmlinux 0x23559c51 qman_oos_fq +EXPORT_SYMBOL vmlinux 0x2364c85a tasklet_init +EXPORT_SYMBOL vmlinux 0x237a0b5c __traceiter_dma_fence_signaled +EXPORT_SYMBOL vmlinux 0x238b099f mipi_dsi_packet_format_is_short +EXPORT_SYMBOL vmlinux 0x2391f725 irq_stat +EXPORT_SYMBOL vmlinux 0x23968705 blk_mq_start_request +EXPORT_SYMBOL vmlinux 0x23b9d6e2 mangle_path +EXPORT_SYMBOL vmlinux 0x23c290b9 fs_lookup_param +EXPORT_SYMBOL vmlinux 0x23cabbb1 register_sysctl_paths +EXPORT_SYMBOL vmlinux 0x23d2ff71 config_item_put +EXPORT_SYMBOL vmlinux 0x23daa989 mipi_dsi_create_packet +EXPORT_SYMBOL vmlinux 0x23f1d7a6 page_pool_ethtool_stats_get_count +EXPORT_SYMBOL vmlinux 0x23fd3028 vmalloc_node +EXPORT_SYMBOL vmlinux 0x2405562a of_graph_get_port_parent +EXPORT_SYMBOL vmlinux 0x243a01b0 get_cached_acl +EXPORT_SYMBOL vmlinux 0x24428be5 strncpy_from_user +EXPORT_SYMBOL vmlinux 0x244f8fd7 param_set_hexint +EXPORT_SYMBOL vmlinux 0x2458a6ac of_phy_find_device +EXPORT_SYMBOL vmlinux 0x2459bbcc console_set_on_cmdline +EXPORT_SYMBOL vmlinux 0x245a4013 dma_sync_wait +EXPORT_SYMBOL vmlinux 0x2461ed8f cdev_set_parent +EXPORT_SYMBOL vmlinux 0x247f616b skb_add_rx_frag +EXPORT_SYMBOL vmlinux 0x2484adc3 __kfifo_to_user_r +EXPORT_SYMBOL vmlinux 0x248f7f0a sock_set_keepalive +EXPORT_SYMBOL vmlinux 0x249c3770 of_match_device +EXPORT_SYMBOL vmlinux 0x24ad97b6 remove_proc_entry +EXPORT_SYMBOL vmlinux 0x24b02b93 seq_write +EXPORT_SYMBOL vmlinux 0x24c7ff67 override_creds +EXPORT_SYMBOL vmlinux 0x24cf99ac tcp_check_req +EXPORT_SYMBOL vmlinux 0x24d273d1 add_timer +EXPORT_SYMBOL vmlinux 0x24e1b558 seg6_hmac_compute +EXPORT_SYMBOL vmlinux 0x2505bf18 kstrtol_from_user +EXPORT_SYMBOL vmlinux 0x250b627c inc_node_page_state +EXPORT_SYMBOL vmlinux 0x251847a3 xsk_set_tx_need_wakeup +EXPORT_SYMBOL vmlinux 0x251a8c22 key_move +EXPORT_SYMBOL vmlinux 0x252332f1 __SCK__tp_func_mmap_lock_released +EXPORT_SYMBOL vmlinux 0x2535b444 vmf_insert_mixed_mkwrite +EXPORT_SYMBOL vmlinux 0x2537b868 netdev_set_tc_queue +EXPORT_SYMBOL vmlinux 0x25520d2d devm_ioremap_resource +EXPORT_SYMBOL vmlinux 0x2566204b security_binder_transfer_binder +EXPORT_SYMBOL vmlinux 0x2578a93c ip_mc_check_igmp +EXPORT_SYMBOL vmlinux 0x257ca77a ip_options_rcv_srr +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 0x25974000 wait_for_completion +EXPORT_SYMBOL vmlinux 0x25b481e5 inode_set_flags +EXPORT_SYMBOL vmlinux 0x25b9a1ca begin_new_exec +EXPORT_SYMBOL vmlinux 0x25dd4916 netdev_port_same_parent_id +EXPORT_SYMBOL vmlinux 0x25e474b4 blk_mq_tagset_busy_iter +EXPORT_SYMBOL vmlinux 0x25e58a09 hdmi_avi_infoframe_init +EXPORT_SYMBOL vmlinux 0x25e9d4bd resource_list_free +EXPORT_SYMBOL vmlinux 0x2607a426 security_sk_classify_flow +EXPORT_SYMBOL vmlinux 0x260df80f __filemap_set_wb_err +EXPORT_SYMBOL vmlinux 0x260e52ee dynamic_preempt_schedule_notrace +EXPORT_SYMBOL vmlinux 0x2634ed31 d_tmpfile +EXPORT_SYMBOL vmlinux 0x263a79d0 from_kprojid_munged +EXPORT_SYMBOL vmlinux 0x263beb75 ecryptfs_get_versions +EXPORT_SYMBOL vmlinux 0x263c3152 bcmp +EXPORT_SYMBOL vmlinux 0x263f0d1f qman_portal_set_iperiod +EXPORT_SYMBOL vmlinux 0x264d9b36 pcie_get_speed_cap +EXPORT_SYMBOL vmlinux 0x267a5f8c padata_do_serial +EXPORT_SYMBOL vmlinux 0x267e5ee7 __blkdev_issue_zeroout +EXPORT_SYMBOL vmlinux 0x2688ec10 bitmap_zalloc +EXPORT_SYMBOL vmlinux 0x26897b52 mb_cache_entry_get +EXPORT_SYMBOL vmlinux 0x268a099f __sock_create +EXPORT_SYMBOL vmlinux 0x268a4102 ip_generic_getfrag +EXPORT_SYMBOL vmlinux 0x26a5dabb jbd2_journal_start +EXPORT_SYMBOL vmlinux 0x26ae6370 __put_devmap_managed_page_refs +EXPORT_SYMBOL vmlinux 0x26bcf427 import_iovec +EXPORT_SYMBOL vmlinux 0x26e298e0 unregister_memory_notifier +EXPORT_SYMBOL vmlinux 0x26e61d7d km_new_mapping +EXPORT_SYMBOL vmlinux 0x26ee1e6a __xfrm_dst_lookup +EXPORT_SYMBOL vmlinux 0x26ef768e blk_queue_io_opt +EXPORT_SYMBOL vmlinux 0x270bd17e __scsi_iterate_devices +EXPORT_SYMBOL vmlinux 0x270cf88f dump_stack_lvl +EXPORT_SYMBOL vmlinux 0x2718ca7a fscrypt_free_inode +EXPORT_SYMBOL vmlinux 0x271cba95 acpi_bus_private_data_handler +EXPORT_SYMBOL vmlinux 0x272a8933 udp_memory_allocated +EXPORT_SYMBOL vmlinux 0x272f0df3 iov_iter_init +EXPORT_SYMBOL vmlinux 0x27306cf8 pci_assign_resource +EXPORT_SYMBOL vmlinux 0x27313ac1 security_tun_dev_attach +EXPORT_SYMBOL vmlinux 0x2733eaf7 scsi_dev_info_list_add_keyed +EXPORT_SYMBOL vmlinux 0x2743e2a4 vlan_vids_add_by_dev +EXPORT_SYMBOL vmlinux 0x27479d14 param_free_charp +EXPORT_SYMBOL vmlinux 0x275bc641 vfs_mkdir +EXPORT_SYMBOL vmlinux 0x275c4d1f __breadahead +EXPORT_SYMBOL vmlinux 0x275dfee4 ucc_slow_free +EXPORT_SYMBOL vmlinux 0x275f3d49 hdmi_vendor_infoframe_check +EXPORT_SYMBOL vmlinux 0x2769d109 phy_get_eee_err +EXPORT_SYMBOL vmlinux 0x27756bc8 scsi_sanitize_inquiry_string +EXPORT_SYMBOL vmlinux 0x27792856 xfrm_state_delete_tunnel +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 0x279188bd d_find_alias +EXPORT_SYMBOL vmlinux 0x27ad13f8 simple_dir_operations +EXPORT_SYMBOL vmlinux 0x27adcea8 rproc_elf_load_segments +EXPORT_SYMBOL vmlinux 0x27bbf221 disable_irq_nosync +EXPORT_SYMBOL vmlinux 0x27c3c728 qman_release_fqid +EXPORT_SYMBOL vmlinux 0x27cdca93 pci_add_resource +EXPORT_SYMBOL vmlinux 0x27e0dd0a qcom_scm_pas_init_image +EXPORT_SYMBOL vmlinux 0x27f5ecc9 of_parse_phandle_with_args_map +EXPORT_SYMBOL vmlinux 0x27fb5bc7 rproc_elf_sanity_check +EXPORT_SYMBOL vmlinux 0x28010a11 skb_eth_pop +EXPORT_SYMBOL vmlinux 0x281823c5 __kfifo_out_peek +EXPORT_SYMBOL vmlinux 0x28332607 __traceiter_module_get +EXPORT_SYMBOL vmlinux 0x283a44e7 inet_sk_rebuild_header +EXPORT_SYMBOL vmlinux 0x285b823c pci_find_resource +EXPORT_SYMBOL vmlinux 0x2875a315 utf32_to_utf8 +EXPORT_SYMBOL vmlinux 0x2877b59a bpf_link_get_from_fd +EXPORT_SYMBOL vmlinux 0x28805184 backlight_device_register +EXPORT_SYMBOL vmlinux 0x288598db param_ops_dyndbg_classes +EXPORT_SYMBOL vmlinux 0x2889156f mmc_sw_reset +EXPORT_SYMBOL vmlinux 0x28970def __dev_direct_xmit +EXPORT_SYMBOL vmlinux 0x289771bb commit_creds +EXPORT_SYMBOL vmlinux 0x28990933 flow_block_cb_decref +EXPORT_SYMBOL vmlinux 0x28af876b iget_failed +EXPORT_SYMBOL vmlinux 0x28b332c7 fwnode_iomap +EXPORT_SYMBOL vmlinux 0x28c7ff61 __phy_write_mmd +EXPORT_SYMBOL vmlinux 0x28e27bfe tty_wait_until_sent +EXPORT_SYMBOL vmlinux 0x28f94604 __ubsan_handle_builtin_unreachable +EXPORT_SYMBOL vmlinux 0x29077d63 vme_master_request +EXPORT_SYMBOL vmlinux 0x291d0032 security_binder_set_context_mgr +EXPORT_SYMBOL vmlinux 0x29213178 __scsi_device_lookup_by_target +EXPORT_SYMBOL vmlinux 0x293342f5 proc_symlink +EXPORT_SYMBOL vmlinux 0x295f18e3 input_register_device +EXPORT_SYMBOL vmlinux 0x29604158 napi_busy_loop +EXPORT_SYMBOL vmlinux 0x2967ea8a fman_register_intr +EXPORT_SYMBOL vmlinux 0x296b8bbf __kfifo_dma_in_prepare +EXPORT_SYMBOL vmlinux 0x297217fe udp_pre_connect +EXPORT_SYMBOL vmlinux 0x297c8a7d dma_fence_allocate_private_stub +EXPORT_SYMBOL vmlinux 0x2982cd15 serio_unregister_driver +EXPORT_SYMBOL vmlinux 0x299196ad unix_attach_fds +EXPORT_SYMBOL vmlinux 0x29967d39 copy_highpage +EXPORT_SYMBOL vmlinux 0x29a6c402 skb_expand_head +EXPORT_SYMBOL vmlinux 0x29b82610 dquot_initialize_needed +EXPORT_SYMBOL vmlinux 0x29b8b09a tty_port_close +EXPORT_SYMBOL vmlinux 0x29d95e1b devm_devfreq_remove_device +EXPORT_SYMBOL vmlinux 0x29d97d82 of_get_next_child +EXPORT_SYMBOL vmlinux 0x29dd7eca vfs_create_mount +EXPORT_SYMBOL vmlinux 0x29e19d3a sk_stream_wait_connect +EXPORT_SYMBOL vmlinux 0x29e1e204 hdmi_audio_infoframe_pack +EXPORT_SYMBOL vmlinux 0x2a169238 amba_request_regions +EXPORT_SYMBOL vmlinux 0x2a300ea6 seq_puts +EXPORT_SYMBOL vmlinux 0x2a303d4d check_signature +EXPORT_SYMBOL vmlinux 0x2a3ea540 tty_name +EXPORT_SYMBOL vmlinux 0x2a68c18e pcim_iomap_regions +EXPORT_SYMBOL vmlinux 0x2a68ebb4 d_obtain_root +EXPORT_SYMBOL vmlinux 0x2a6a5aac sockopt_capable +EXPORT_SYMBOL vmlinux 0x2a6b0b30 vmalloc_to_page +EXPORT_SYMBOL vmlinux 0x2a8e551d blk_set_stacking_limits +EXPORT_SYMBOL vmlinux 0x2a928918 slhc_free +EXPORT_SYMBOL vmlinux 0x2a9a3905 vme_master_get +EXPORT_SYMBOL vmlinux 0x2a9ab74e of_node_name_eq +EXPORT_SYMBOL vmlinux 0x2aa0843e mempool_resize +EXPORT_SYMBOL vmlinux 0x2aa3f269 from_kuid_munged +EXPORT_SYMBOL vmlinux 0x2aabaf9d xudma_tchan_get +EXPORT_SYMBOL vmlinux 0x2aabcdc8 vmalloc_array +EXPORT_SYMBOL vmlinux 0x2ab2ee91 brcmstb_get_product_id +EXPORT_SYMBOL vmlinux 0x2ac55bd7 jbd2_journal_invalidate_folio +EXPORT_SYMBOL vmlinux 0x2ac97b7d ppp_dev_name +EXPORT_SYMBOL vmlinux 0x2adc9039 rtnl_kfree_skbs +EXPORT_SYMBOL vmlinux 0x2ae873ae md_update_sb +EXPORT_SYMBOL vmlinux 0x2afc97f2 pcibios_bus_to_resource +EXPORT_SYMBOL vmlinux 0x2b0731d2 pm860x_bulk_write +EXPORT_SYMBOL vmlinux 0x2b0b3493 kill_block_super +EXPORT_SYMBOL vmlinux 0x2b1abce3 fman_has_errata_a050385 +EXPORT_SYMBOL vmlinux 0x2b2260e8 __page_frag_cache_drain +EXPORT_SYMBOL vmlinux 0x2b28ab9e folio_migrate_copy +EXPORT_SYMBOL vmlinux 0x2b31775f kobject_get_unless_zero +EXPORT_SYMBOL vmlinux 0x2b3c625e xfrm_policy_destroy +EXPORT_SYMBOL vmlinux 0x2b593aa8 gen_pool_alloc_algo_owner +EXPORT_SYMBOL vmlinux 0x2b5f74e4 init_pseudo +EXPORT_SYMBOL vmlinux 0x2b8cd2a2 xfrm_policy_insert +EXPORT_SYMBOL vmlinux 0x2b9da7a4 genl_lock +EXPORT_SYMBOL vmlinux 0x2bae204e mt_find +EXPORT_SYMBOL vmlinux 0x2bb2eebc netdev_has_upper_dev_all_rcu +EXPORT_SYMBOL vmlinux 0x2bb6099e dq_data_lock +EXPORT_SYMBOL vmlinux 0x2bd60ab9 acpi_reset +EXPORT_SYMBOL vmlinux 0x2be96a51 done_path_create +EXPORT_SYMBOL vmlinux 0x2bfbab10 __memmove +EXPORT_SYMBOL vmlinux 0x2bff85c4 blkdev_issue_secure_erase +EXPORT_SYMBOL vmlinux 0x2c1573b4 fs_param_is_bool +EXPORT_SYMBOL vmlinux 0x2c256e1f input_scancode_to_scalar +EXPORT_SYMBOL vmlinux 0x2c310a71 complete_request_key +EXPORT_SYMBOL vmlinux 0x2c329e54 tegra_powergate_sequence_power_up +EXPORT_SYMBOL vmlinux 0x2c541e7b radix_tree_next_chunk +EXPORT_SYMBOL vmlinux 0x2c71fbfb proc_dobool +EXPORT_SYMBOL vmlinux 0x2c729b66 setattr_should_drop_suidgid +EXPORT_SYMBOL vmlinux 0x2c739e31 zap_page_range +EXPORT_SYMBOL vmlinux 0x2c799c27 inet_csk_destroy_sock +EXPORT_SYMBOL vmlinux 0x2c7c532d ip_options_compile +EXPORT_SYMBOL vmlinux 0x2c7f30d7 d_find_any_alias +EXPORT_SYMBOL vmlinux 0x2c82c36a security_secmark_relabel_packet +EXPORT_SYMBOL vmlinux 0x2c879384 tcp_v4_conn_request +EXPORT_SYMBOL vmlinux 0x2c91e17c vm_get_page_prot +EXPORT_SYMBOL vmlinux 0x2c9980ca udp_read_skb +EXPORT_SYMBOL vmlinux 0x2c9b790d netdev_name_in_use +EXPORT_SYMBOL vmlinux 0x2c9c1e17 rpmh_write_async +EXPORT_SYMBOL vmlinux 0x2cbe5cb1 skb_mac_gso_segment +EXPORT_SYMBOL vmlinux 0x2cc6f3c7 tcf_generic_walker +EXPORT_SYMBOL vmlinux 0x2ccd059a dim_on_top +EXPORT_SYMBOL vmlinux 0x2cdf87a1 proc_dointvec_minmax +EXPORT_SYMBOL vmlinux 0x2cf0c910 sg_init_table +EXPORT_SYMBOL vmlinux 0x2cf56265 __dynamic_pr_debug +EXPORT_SYMBOL vmlinux 0x2d0b22ae skb_copy +EXPORT_SYMBOL vmlinux 0x2d140a58 genl_unlock +EXPORT_SYMBOL vmlinux 0x2d152a71 input_copy_abs +EXPORT_SYMBOL vmlinux 0x2d2e730e of_find_node_by_type +EXPORT_SYMBOL vmlinux 0x2d30596c from_kqid_munged +EXPORT_SYMBOL vmlinux 0x2d3385d3 system_wq +EXPORT_SYMBOL vmlinux 0x2d353f05 dquot_commit_info +EXPORT_SYMBOL vmlinux 0x2d39b0a7 kstrdup +EXPORT_SYMBOL vmlinux 0x2d427ee2 skb_pull +EXPORT_SYMBOL vmlinux 0x2d4c773a hdmi_spd_infoframe_init +EXPORT_SYMBOL vmlinux 0x2d4daef5 find_font +EXPORT_SYMBOL vmlinux 0x2d5bffe3 input_mt_sync_frame +EXPORT_SYMBOL vmlinux 0x2d64cda1 file_write_and_wait_range +EXPORT_SYMBOL vmlinux 0x2d6fdf38 sdev_disable_disk_events +EXPORT_SYMBOL vmlinux 0x2d70aa16 input_set_min_poll_interval +EXPORT_SYMBOL vmlinux 0x2d912bca dmi_get_bios_year +EXPORT_SYMBOL vmlinux 0x2d994605 security_inode_copy_up_xattr +EXPORT_SYMBOL vmlinux 0x2db02cca tcp_sock_set_user_timeout +EXPORT_SYMBOL vmlinux 0x2dce2f1c __irq_regs +EXPORT_SYMBOL vmlinux 0x2dda737f jbd2_journal_set_features +EXPORT_SYMBOL vmlinux 0x2de125c0 page_frag_alloc_align +EXPORT_SYMBOL vmlinux 0x2de815a8 tcf_get_next_chain +EXPORT_SYMBOL vmlinux 0x2de8a081 audit_log +EXPORT_SYMBOL vmlinux 0x2e0b1deb dma_fence_get_status +EXPORT_SYMBOL vmlinux 0x2e0d5ce8 eth_validate_addr +EXPORT_SYMBOL vmlinux 0x2e1ca751 clk_put +EXPORT_SYMBOL vmlinux 0x2e2230c1 device_match_acpi_handle +EXPORT_SYMBOL vmlinux 0x2e23df26 fs_param_is_enum +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 0x2e43dd09 tcf_get_next_proto +EXPORT_SYMBOL vmlinux 0x2e5b27da xudma_alloc_gp_rflow_range +EXPORT_SYMBOL vmlinux 0x2e5ddbd0 tcf_em_tree_validate +EXPORT_SYMBOL vmlinux 0x2e70b631 request_firmware_nowait +EXPORT_SYMBOL vmlinux 0x2e8b6b58 ps2_handle_response +EXPORT_SYMBOL vmlinux 0x2e9c7322 neigh_app_ns +EXPORT_SYMBOL vmlinux 0x2ea5e978 d_alloc_anon +EXPORT_SYMBOL vmlinux 0x2eb7bc77 phy_start_aneg +EXPORT_SYMBOL vmlinux 0x2ec6bba0 errseq_set +EXPORT_SYMBOL vmlinux 0x2ed19fe5 nf_log_bind_pf +EXPORT_SYMBOL vmlinux 0x2edb5494 _dev_err +EXPORT_SYMBOL vmlinux 0x2ee4266d page_pool_get_stats +EXPORT_SYMBOL vmlinux 0x2ee4c2b1 hdmi_avi_infoframe_pack_only +EXPORT_SYMBOL vmlinux 0x2ee5f60e pfifo_qdisc_ops +EXPORT_SYMBOL vmlinux 0x2ee6c824 dev_getbyhwaddr_rcu +EXPORT_SYMBOL vmlinux 0x2ef17d36 do_clone_file_range +EXPORT_SYMBOL vmlinux 0x2f036834 flow_rule_alloc +EXPORT_SYMBOL vmlinux 0x2f03fc4b security_secmark_refcount_inc +EXPORT_SYMBOL vmlinux 0x2f080eba __mdiobus_write +EXPORT_SYMBOL vmlinux 0x2f1254d1 ucc_tdm_init +EXPORT_SYMBOL vmlinux 0x2f13a70e pnp_start_dev +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 0x2f3852dc ip_local_deliver +EXPORT_SYMBOL vmlinux 0x2f41ac1a mr_mfc_seq_next +EXPORT_SYMBOL vmlinux 0x2f52087f mntput +EXPORT_SYMBOL vmlinux 0x2f57aade skb_dequeue_tail +EXPORT_SYMBOL vmlinux 0x2f5c354d device_get_mac_address +EXPORT_SYMBOL vmlinux 0x2f6ad3c6 rawv6_mh_filter_unregister +EXPORT_SYMBOL vmlinux 0x2f7754a8 dma_pool_free +EXPORT_SYMBOL vmlinux 0x2f79b732 tcp_select_initial_window +EXPORT_SYMBOL vmlinux 0x2f9ffcd3 __netif_napi_del +EXPORT_SYMBOL vmlinux 0x2fa4d5a1 acpi_device_hid +EXPORT_SYMBOL vmlinux 0x2fbc7b8d unpin_user_pages_dirty_lock +EXPORT_SYMBOL vmlinux 0x2fe252cc unregister_inet6addr_notifier +EXPORT_SYMBOL vmlinux 0x2fe5b535 qcom_scm_assign_mem +EXPORT_SYMBOL vmlinux 0x2fe6a822 xp_free +EXPORT_SYMBOL vmlinux 0x2ff201f1 pci_bus_write_config_byte +EXPORT_SYMBOL vmlinux 0x300034d4 pcie_capability_clear_and_set_dword +EXPORT_SYMBOL vmlinux 0x3015f5ce inet6_add_offload +EXPORT_SYMBOL vmlinux 0x30272cb8 blackhole_netdev +EXPORT_SYMBOL vmlinux 0x3043a54e dev_mc_del_global +EXPORT_SYMBOL vmlinux 0x304aa242 __remove_inode_hash +EXPORT_SYMBOL vmlinux 0x304da6fc __skb_warn_lro_forwarding +EXPORT_SYMBOL vmlinux 0x304dbb2a bpf_link_put +EXPORT_SYMBOL vmlinux 0x304f0174 sched_autogroup_create_attach +EXPORT_SYMBOL vmlinux 0x3057b7b1 __dev_kfree_skb_irq +EXPORT_SYMBOL vmlinux 0x3060c2d2 tegra_ivc_write_get_next_frame +EXPORT_SYMBOL vmlinux 0x3064504b __dquot_alloc_space +EXPORT_SYMBOL vmlinux 0x306fec17 iov_iter_single_seg_count +EXPORT_SYMBOL vmlinux 0x30729312 mmc_request_done +EXPORT_SYMBOL vmlinux 0x3077e110 tcp_v4_mtu_reduced +EXPORT_SYMBOL vmlinux 0x307c3c1e md_wait_for_blocked_rdev +EXPORT_SYMBOL vmlinux 0x30860698 ata_std_end_eh +EXPORT_SYMBOL vmlinux 0x30946c1f folio_migrate_flags +EXPORT_SYMBOL vmlinux 0x3096be16 names_cachep +EXPORT_SYMBOL vmlinux 0x30a164a4 platform_get_ethdev_address +EXPORT_SYMBOL vmlinux 0x30a80826 __kfifo_from_user +EXPORT_SYMBOL vmlinux 0x30a8f3c0 mmc_get_card +EXPORT_SYMBOL vmlinux 0x30a9dd11 xfrm_stateonly_find +EXPORT_SYMBOL vmlinux 0x30acfde9 hsiphash_2u32 +EXPORT_SYMBOL vmlinux 0x30b73d95 mnt_drop_write_file +EXPORT_SYMBOL vmlinux 0x30bf8ee7 phy_mac_interrupt +EXPORT_SYMBOL vmlinux 0x30e69782 d_mark_dontcache +EXPORT_SYMBOL vmlinux 0x30f35d11 padata_alloc +EXPORT_SYMBOL vmlinux 0x3100bce6 config_item_get +EXPORT_SYMBOL vmlinux 0x3115ea1f inet_getname +EXPORT_SYMBOL vmlinux 0x3126a9e8 siphash_1u64 +EXPORT_SYMBOL vmlinux 0x312ed932 verify_spi_info +EXPORT_SYMBOL vmlinux 0x3131af3b xp_raw_get_data +EXPORT_SYMBOL vmlinux 0x3131c991 skb_tx_error +EXPORT_SYMBOL vmlinux 0x313fe6b2 inet6_offloads +EXPORT_SYMBOL vmlinux 0x314962a8 ip_sock_set_freebind +EXPORT_SYMBOL vmlinux 0x31620f95 iov_iter_zero +EXPORT_SYMBOL vmlinux 0x31730c0f vme_init_bridge +EXPORT_SYMBOL vmlinux 0x317dd980 dma_map_resource +EXPORT_SYMBOL vmlinux 0x317ebaf9 phy_write_paged +EXPORT_SYMBOL vmlinux 0x31856670 mr_mfc_find_parent +EXPORT_SYMBOL vmlinux 0x319d493d proc_dostring +EXPORT_SYMBOL vmlinux 0x31a034a7 security_binder_transfer_file +EXPORT_SYMBOL vmlinux 0x31a41802 cdev_device_del +EXPORT_SYMBOL vmlinux 0x31a4767f qcom_scm_hdcp_available +EXPORT_SYMBOL vmlinux 0x31c58fc2 scsi_scan_target +EXPORT_SYMBOL vmlinux 0x31ca62e5 sock_no_mmap +EXPORT_SYMBOL vmlinux 0x31fff5b9 mini_qdisc_pair_block_init +EXPORT_SYMBOL vmlinux 0x3210a0d1 scsi_report_device_reset +EXPORT_SYMBOL vmlinux 0x3213f038 mutex_unlock +EXPORT_SYMBOL vmlinux 0x3221df67 __bitmap_subset +EXPORT_SYMBOL vmlinux 0x32394d4b qe_issue_cmd +EXPORT_SYMBOL vmlinux 0x324ec898 netpoll_poll_enable +EXPORT_SYMBOL vmlinux 0x325bc464 inet_proto_csum_replace4 +EXPORT_SYMBOL vmlinux 0x326afb50 would_dump +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 0x328c425d pci_bus_type +EXPORT_SYMBOL vmlinux 0x329ac29c _dev_emerg +EXPORT_SYMBOL vmlinux 0x32a2c3b4 genl_unregister_family +EXPORT_SYMBOL vmlinux 0x32b4c541 devfreq_unregister_notifier +EXPORT_SYMBOL vmlinux 0x32c325d8 mii_check_media +EXPORT_SYMBOL vmlinux 0x32cd04a4 notify_change +EXPORT_SYMBOL vmlinux 0x32ce3777 radix_tree_preload +EXPORT_SYMBOL vmlinux 0x32d1fbf6 aperture_remove_conflicting_pci_devices +EXPORT_SYMBOL vmlinux 0x32e6f1a0 acpi_video_backlight_string +EXPORT_SYMBOL vmlinux 0x32e8cfea mtree_load +EXPORT_SYMBOL vmlinux 0x33037fd8 logic_outl +EXPORT_SYMBOL vmlinux 0x330980f0 bio_free_pages +EXPORT_SYMBOL vmlinux 0x331af23e ipv6_find_hdr +EXPORT_SYMBOL vmlinux 0x332c22dc xfrm_input +EXPORT_SYMBOL vmlinux 0x33371f68 pcim_iomap_table +EXPORT_SYMBOL vmlinux 0x33455c94 set_blocksize +EXPORT_SYMBOL vmlinux 0x335069b1 nexthop_res_grp_activity_update +EXPORT_SYMBOL vmlinux 0x3357a312 tty_write_room +EXPORT_SYMBOL vmlinux 0x33666bfb tty_port_destroy +EXPORT_SYMBOL vmlinux 0x3369ea44 mtree_insert_range +EXPORT_SYMBOL vmlinux 0x336d15cf rw_verify_area +EXPORT_SYMBOL vmlinux 0x33736a1d __genradix_ptr_alloc +EXPORT_SYMBOL vmlinux 0x337da20c tcp_md5_do_add +EXPORT_SYMBOL vmlinux 0x33934bf8 has_capability +EXPORT_SYMBOL vmlinux 0x33a82108 max8925_bulk_write +EXPORT_SYMBOL vmlinux 0x33cca983 udp_seq_stop +EXPORT_SYMBOL vmlinux 0x33d244e5 nf_log_register +EXPORT_SYMBOL vmlinux 0x33d817ed dma_alloc_attrs +EXPORT_SYMBOL vmlinux 0x33db78c6 ipv6_dev_mc_inc +EXPORT_SYMBOL vmlinux 0x33dbf8ee security_inet_conn_request +EXPORT_SYMBOL vmlinux 0x33e94544 pci_enable_msi +EXPORT_SYMBOL vmlinux 0x33f0768c cpufreq_quick_get_max +EXPORT_SYMBOL vmlinux 0x33f814b4 configfs_register_subsystem +EXPORT_SYMBOL vmlinux 0x33fcf44a __kfifo_out_r +EXPORT_SYMBOL vmlinux 0x3402dc8b __write_overflow_field +EXPORT_SYMBOL vmlinux 0x34117d32 scsi_host_alloc +EXPORT_SYMBOL vmlinux 0x34157fc2 phy_device_remove +EXPORT_SYMBOL vmlinux 0x3419aa78 filemap_alloc_folio +EXPORT_SYMBOL vmlinux 0x3424daf8 __traceiter_dma_fence_enable_signal +EXPORT_SYMBOL vmlinux 0x342b7b23 sync_blockdev_range +EXPORT_SYMBOL vmlinux 0x342bacfb mmc_unregister_driver +EXPORT_SYMBOL vmlinux 0x342bf05a xfrm_input_resume +EXPORT_SYMBOL vmlinux 0x34307bbd inet_frag_destroy +EXPORT_SYMBOL vmlinux 0x344552d4 mmc_release_host +EXPORT_SYMBOL vmlinux 0x3471063c rproc_get_by_child +EXPORT_SYMBOL vmlinux 0x347e4669 iov_iter_gap_alignment +EXPORT_SYMBOL vmlinux 0x349114f9 set_page_dirty +EXPORT_SYMBOL vmlinux 0x349cba85 strchr +EXPORT_SYMBOL vmlinux 0x34a1f7e3 acpi_processor_get_psd +EXPORT_SYMBOL vmlinux 0x34a8d7ae inet6_del_offload +EXPORT_SYMBOL vmlinux 0x34c7cdbc lookup_bdev +EXPORT_SYMBOL vmlinux 0x34db050b _raw_spin_lock_irqsave +EXPORT_SYMBOL vmlinux 0x34e5bb84 locks_copy_lock +EXPORT_SYMBOL vmlinux 0x34eab452 balance_dirty_pages_ratelimited +EXPORT_SYMBOL vmlinux 0x34f2d1e3 udp_sendmsg +EXPORT_SYMBOL vmlinux 0x34f3484e security_tun_dev_attach_queue +EXPORT_SYMBOL vmlinux 0x3503535c fs_context_for_reconfigure +EXPORT_SYMBOL vmlinux 0x35049986 of_find_i2c_adapter_by_node +EXPORT_SYMBOL vmlinux 0x3508d3f7 xfrm_unregister_km +EXPORT_SYMBOL vmlinux 0x350ea558 dma_fence_default_wait +EXPORT_SYMBOL vmlinux 0x3517383e register_reboot_notifier +EXPORT_SYMBOL vmlinux 0x351ee0d7 unix_destruct_scm +EXPORT_SYMBOL vmlinux 0x35215918 nf_log_trace +EXPORT_SYMBOL vmlinux 0x3539f11b match_strlcpy +EXPORT_SYMBOL vmlinux 0x3553ab23 km_report +EXPORT_SYMBOL vmlinux 0x3558e41c blkdev_issue_flush +EXPORT_SYMBOL vmlinux 0x3561ee4a pci_enable_msix_range +EXPORT_SYMBOL vmlinux 0x356461c8 rtc_time64_to_tm +EXPORT_SYMBOL vmlinux 0x3575ff48 xfrm_policy_byid +EXPORT_SYMBOL vmlinux 0x3589ffff of_get_cpu_node +EXPORT_SYMBOL vmlinux 0x3590e1cf set_page_dirty_lock +EXPORT_SYMBOL vmlinux 0x35965fcb is_nd_pfn +EXPORT_SYMBOL vmlinux 0x359bd8eb vlan_for_each +EXPORT_SYMBOL vmlinux 0x35a88f28 zlib_inflateInit2 +EXPORT_SYMBOL vmlinux 0x35a9337b inc_zone_page_state +EXPORT_SYMBOL vmlinux 0x35b66be5 inode_init_always +EXPORT_SYMBOL vmlinux 0x35c09918 netdev_offload_xstats_get +EXPORT_SYMBOL vmlinux 0x35da8050 try_to_writeback_inodes_sb +EXPORT_SYMBOL vmlinux 0x35e08143 skb_clone +EXPORT_SYMBOL vmlinux 0x35f40ec5 d_set_d_op +EXPORT_SYMBOL vmlinux 0x35f9a83c d_genocide +EXPORT_SYMBOL vmlinux 0x360b1afe probe_irq_mask +EXPORT_SYMBOL vmlinux 0x361eef9e rproc_elf_load_rsc_table +EXPORT_SYMBOL vmlinux 0x3622b25b of_find_property +EXPORT_SYMBOL vmlinux 0x362ac637 tcp_filter +EXPORT_SYMBOL vmlinux 0x364850b1 down_write_killable +EXPORT_SYMBOL vmlinux 0x364c23ad mutex_is_locked +EXPORT_SYMBOL vmlinux 0x3654fa2d xfrm_if_register_cb +EXPORT_SYMBOL vmlinux 0x365acda7 set_normalized_timespec64 +EXPORT_SYMBOL vmlinux 0x365d1179 __bh_read_batch +EXPORT_SYMBOL vmlinux 0x365e7911 kstrdup_const +EXPORT_SYMBOL vmlinux 0x36639715 xfrm_lookup +EXPORT_SYMBOL vmlinux 0x3665d92a default_qdisc_ops +EXPORT_SYMBOL vmlinux 0x36674c2b pcie_capability_write_dword +EXPORT_SYMBOL vmlinux 0x3669eeed jbd2_journal_try_to_free_buffers +EXPORT_SYMBOL vmlinux 0x36855cd1 blk_queue_chunk_sectors +EXPORT_SYMBOL vmlinux 0x36903a54 napi_get_frags +EXPORT_SYMBOL vmlinux 0x3693ee7a mmc_can_secure_erase_trim +EXPORT_SYMBOL vmlinux 0x36949e11 xp_raw_get_dma +EXPORT_SYMBOL vmlinux 0x36a54cd1 kmem_cache_alloc_lru +EXPORT_SYMBOL vmlinux 0x36b579da follow_down +EXPORT_SYMBOL vmlinux 0x36b6ebbf down_killable +EXPORT_SYMBOL vmlinux 0x36c1cc79 param_set_uint +EXPORT_SYMBOL vmlinux 0x36d45c1e devm_arch_io_reserve_memtype_wc +EXPORT_SYMBOL vmlinux 0x36d4fc34 xfrm6_protocol_register +EXPORT_SYMBOL vmlinux 0x36dba56a param_ops_bool +EXPORT_SYMBOL vmlinux 0x36e036ca simple_symlink_inode_operations +EXPORT_SYMBOL vmlinux 0x36f9b088 of_graph_parse_endpoint +EXPORT_SYMBOL vmlinux 0x370be3b3 i2c_del_driver +EXPORT_SYMBOL vmlinux 0x37110088 remove_wait_queue +EXPORT_SYMBOL vmlinux 0x37156e11 ip6_find_1stfragopt +EXPORT_SYMBOL vmlinux 0x371e1953 __printk_cpu_sync_wait +EXPORT_SYMBOL vmlinux 0x3744cf36 vmalloc_to_pfn +EXPORT_SYMBOL vmlinux 0x3746805c elv_rb_find +EXPORT_SYMBOL vmlinux 0x3755f990 gf128mul_init_64k_bbe +EXPORT_SYMBOL vmlinux 0x37599204 devfreq_monitor_stop +EXPORT_SYMBOL vmlinux 0x376fd643 phy_start_cable_test_tdr +EXPORT_SYMBOL vmlinux 0x377d8004 acpi_error +EXPORT_SYMBOL vmlinux 0x378044b7 dev_open +EXPORT_SYMBOL vmlinux 0x379005c9 io_uring_get_socket +EXPORT_SYMBOL vmlinux 0x37ad0ba5 page_cache_prev_miss +EXPORT_SYMBOL vmlinux 0x37b619a7 vga_remove_vgacon +EXPORT_SYMBOL vmlinux 0x37b8b39e screen_info +EXPORT_SYMBOL vmlinux 0x37befc70 jiffies_to_msecs +EXPORT_SYMBOL vmlinux 0x37c0afb6 phy_modify_paged +EXPORT_SYMBOL vmlinux 0x37d18523 pci_bus_set_ops +EXPORT_SYMBOL vmlinux 0x37db12fc blk_mq_start_stopped_hw_queues +EXPORT_SYMBOL vmlinux 0x37db8f19 dmi_get_date +EXPORT_SYMBOL vmlinux 0x37f2d6f4 sg_miter_next +EXPORT_SYMBOL vmlinux 0x37f81b2a bdev_start_io_acct +EXPORT_SYMBOL vmlinux 0x37fb5ba3 mark_buffer_write_io_error +EXPORT_SYMBOL vmlinux 0x37fc6ff3 md_bitmap_free +EXPORT_SYMBOL vmlinux 0x37ff284d end_buffer_read_sync +EXPORT_SYMBOL vmlinux 0x380044a3 pci_scan_root_bus_bridge +EXPORT_SYMBOL vmlinux 0x381a798a setup_max_cpus +EXPORT_SYMBOL vmlinux 0x38384955 migrate_vma_finalize +EXPORT_SYMBOL vmlinux 0x3849cf3a xfrm_state_walk +EXPORT_SYMBOL vmlinux 0x38512f36 mmc_gpiod_request_cd_irq +EXPORT_SYMBOL vmlinux 0x3854774b kstrtoll +EXPORT_SYMBOL vmlinux 0x3863e87a ipv6_sock_mc_join +EXPORT_SYMBOL vmlinux 0x3873af8d nexthop_set_hw_flags +EXPORT_SYMBOL vmlinux 0x38869d88 kstat +EXPORT_SYMBOL vmlinux 0x388aa3c9 neigh_proc_dointvec_ms_jiffies +EXPORT_SYMBOL vmlinux 0x3891ffc8 ecryptfs_fill_auth_tok +EXPORT_SYMBOL vmlinux 0x389617b0 LZ4_decompress_fast_continue +EXPORT_SYMBOL vmlinux 0x3898b5f3 xfrm_find_acq +EXPORT_SYMBOL vmlinux 0x389acf0c gpmc_configure +EXPORT_SYMBOL vmlinux 0x38a71b7e pci_free_resource_list +EXPORT_SYMBOL vmlinux 0x38a9f7c5 in6addr_loopback +EXPORT_SYMBOL vmlinux 0x38b04f14 mmc_command_done +EXPORT_SYMBOL vmlinux 0x38bf791a phy_ethtool_set_eee +EXPORT_SYMBOL vmlinux 0x38c01624 may_umount +EXPORT_SYMBOL vmlinux 0x38ca70ea __free_pages +EXPORT_SYMBOL vmlinux 0x38caf291 keyring_search +EXPORT_SYMBOL vmlinux 0x38dca2fb twl6040_clear_bits +EXPORT_SYMBOL vmlinux 0x38e46431 mempool_exit +EXPORT_SYMBOL vmlinux 0x38ef8c85 md_finish_reshape +EXPORT_SYMBOL vmlinux 0x38f696e5 wake_up_process +EXPORT_SYMBOL vmlinux 0x390f231b textsearch_unregister +EXPORT_SYMBOL vmlinux 0x391df80a netstamp_needed_key +EXPORT_SYMBOL vmlinux 0x3928efe9 __per_cpu_offset +EXPORT_SYMBOL vmlinux 0x392b1fea wait_for_completion_io +EXPORT_SYMBOL vmlinux 0x3939f8f0 rfkill_pause_polling +EXPORT_SYMBOL vmlinux 0x3945c2bb touchscreen_parse_properties +EXPORT_SYMBOL vmlinux 0x39461d6a in_egroup_p +EXPORT_SYMBOL vmlinux 0x394a1e11 phy_sfp_attach +EXPORT_SYMBOL vmlinux 0x394d8cc9 mmc_free_host +EXPORT_SYMBOL vmlinux 0x3955fcf6 __kfifo_in_r +EXPORT_SYMBOL vmlinux 0x398aaf03 pmem_should_map_pages +EXPORT_SYMBOL vmlinux 0x39991865 icmp_global_allow +EXPORT_SYMBOL vmlinux 0x399ad043 __kfifo_dma_out_finish_r +EXPORT_SYMBOL vmlinux 0x399d2c8e vma_set_file +EXPORT_SYMBOL vmlinux 0x399d68f5 fman_unregister_intr +EXPORT_SYMBOL vmlinux 0x39a0a7a3 sock_i_ino +EXPORT_SYMBOL vmlinux 0x39b12223 __acpi_handle_debug +EXPORT_SYMBOL vmlinux 0x39b8d49c cpu_rmap_update +EXPORT_SYMBOL vmlinux 0x39bc5ee4 fd_install +EXPORT_SYMBOL vmlinux 0x39bce090 configfs_depend_item +EXPORT_SYMBOL vmlinux 0x39be4b8e qman_volatile_dequeue +EXPORT_SYMBOL vmlinux 0x39c74235 dm_read_arg_group +EXPORT_SYMBOL vmlinux 0x39cd223d free_mdio_bitbang +EXPORT_SYMBOL vmlinux 0x39d914d6 user_path_at_empty +EXPORT_SYMBOL vmlinux 0x39d95ca4 zstd_reset_cstream +EXPORT_SYMBOL vmlinux 0x39e226ce kern_unmount +EXPORT_SYMBOL vmlinux 0x39ed43ee phy_driver_register +EXPORT_SYMBOL vmlinux 0x3a0a95e7 folio_write_one +EXPORT_SYMBOL vmlinux 0x3a0b3df0 netpoll_setup +EXPORT_SYMBOL vmlinux 0x3a307bce skb_try_coalesce +EXPORT_SYMBOL vmlinux 0x3a33fd46 fiemap_prep +EXPORT_SYMBOL vmlinux 0x3a4f9d28 rng_is_initialized +EXPORT_SYMBOL vmlinux 0x3a548ce5 mipi_dsi_dcs_write +EXPORT_SYMBOL vmlinux 0x3a589553 pnp_request_card_device +EXPORT_SYMBOL vmlinux 0x3a74d8f8 devm_free_irq +EXPORT_SYMBOL vmlinux 0x3a8bed52 dm_put_device +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 0x3ae34aeb zstd_init_dctx +EXPORT_SYMBOL vmlinux 0x3aea60fc sk_common_release +EXPORT_SYMBOL vmlinux 0x3afdd399 configfs_depend_item_unlocked +EXPORT_SYMBOL vmlinux 0x3aff3200 acpi_evaluate_object_typed +EXPORT_SYMBOL vmlinux 0x3b099615 tty_lock +EXPORT_SYMBOL vmlinux 0x3b09fc84 address_space_init_once +EXPORT_SYMBOL vmlinux 0x3b0f23d2 xudma_is_pktdma +EXPORT_SYMBOL vmlinux 0x3b20fb95 dma_fence_remove_callback +EXPORT_SYMBOL vmlinux 0x3b2c2fee bpf_empty_prog_array +EXPORT_SYMBOL vmlinux 0x3b318147 netdev_adjacent_change_abort +EXPORT_SYMBOL vmlinux 0x3b321462 LZ4_setStreamDecode +EXPORT_SYMBOL vmlinux 0x3b5c19d2 dev_set_allmulti +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 0x3b8726c1 node_data +EXPORT_SYMBOL vmlinux 0x3b90c938 textsearch_destroy +EXPORT_SYMBOL vmlinux 0x3b9144c9 acpi_get_current_resources +EXPORT_SYMBOL vmlinux 0x3ba756ca reuseport_select_sock +EXPORT_SYMBOL vmlinux 0x3bc05025 param_get_dyndbg_classes +EXPORT_SYMBOL vmlinux 0x3be0eb27 inode_sub_bytes +EXPORT_SYMBOL vmlinux 0x3bfdcdee __nla_put +EXPORT_SYMBOL vmlinux 0x3c0e1620 qcom_scm_pas_metadata_release +EXPORT_SYMBOL vmlinux 0x3c117dc7 pci_reenable_device +EXPORT_SYMBOL vmlinux 0x3c1581a5 dquot_set_dqinfo +EXPORT_SYMBOL vmlinux 0x3c16c742 do_splice_direct +EXPORT_SYMBOL vmlinux 0x3c185c61 page_put_link +EXPORT_SYMBOL vmlinux 0x3c2ee1d2 kill_anon_super +EXPORT_SYMBOL vmlinux 0x3c3215c4 qe_immr +EXPORT_SYMBOL vmlinux 0x3c3fce39 __local_bh_enable_ip +EXPORT_SYMBOL vmlinux 0x3c3ff9fd sprintf +EXPORT_SYMBOL vmlinux 0x3c42c4a7 request_key_with_auxdata +EXPORT_SYMBOL vmlinux 0x3c881b04 d_prune_aliases +EXPORT_SYMBOL vmlinux 0x3c9c02f6 rproc_shutdown +EXPORT_SYMBOL vmlinux 0x3c9fb048 __dynamic_netdev_dbg +EXPORT_SYMBOL vmlinux 0x3ca7ad87 pci_msi_vec_count +EXPORT_SYMBOL vmlinux 0x3cb23db3 console_srcu_read_unlock +EXPORT_SYMBOL vmlinux 0x3cb44347 sock_create +EXPORT_SYMBOL vmlinux 0x3cb5cac0 ppp_input_error +EXPORT_SYMBOL vmlinux 0x3cbb940b zstd_init_dstream +EXPORT_SYMBOL vmlinux 0x3cc07c77 pci_claim_resource +EXPORT_SYMBOL vmlinux 0x3cca4dae dcache_dir_open +EXPORT_SYMBOL vmlinux 0x3cd9ed83 logic_insw +EXPORT_SYMBOL vmlinux 0x3cdbc0d9 compat_ptr_ioctl +EXPORT_SYMBOL vmlinux 0x3ce4ca6f disable_irq +EXPORT_SYMBOL vmlinux 0x3cea39b0 dev_change_flags +EXPORT_SYMBOL vmlinux 0x3cf02011 devm_request_resource +EXPORT_SYMBOL vmlinux 0x3d02cd70 dma_fence_signal_locked +EXPORT_SYMBOL vmlinux 0x3d123337 unregister_key_type +EXPORT_SYMBOL vmlinux 0x3d210724 gen_pool_dma_zalloc_align +EXPORT_SYMBOL vmlinux 0x3d24929c ipmr_rule_default +EXPORT_SYMBOL vmlinux 0x3d2d136c lock_sock_nested +EXPORT_SYMBOL vmlinux 0x3d45bd18 sk_reset_timer +EXPORT_SYMBOL vmlinux 0x3d4dd913 seg6_hmac_info_del +EXPORT_SYMBOL vmlinux 0x3d697a4b __scsi_print_sense +EXPORT_SYMBOL vmlinux 0x3d6bd5cc tty_check_change +EXPORT_SYMBOL vmlinux 0x3d837246 tcp_mtu_to_mss +EXPORT_SYMBOL vmlinux 0x3d93c7c2 __arm_smccc_sve_check +EXPORT_SYMBOL vmlinux 0x3d9ee9f0 clear_page +EXPORT_SYMBOL vmlinux 0x3da5f690 fault_in_iov_iter_writeable +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 0x3dc21fda dev_set_promiscuity +EXPORT_SYMBOL vmlinux 0x3dc619d3 swake_up_locked +EXPORT_SYMBOL vmlinux 0x3dcb88a0 irq_set_handler_data +EXPORT_SYMBOL vmlinux 0x3dd3f054 xudma_rchan_get_id +EXPORT_SYMBOL vmlinux 0x3dd5900a mmc_can_erase +EXPORT_SYMBOL vmlinux 0x3dd9b230 proc_dointvec_userhz_jiffies +EXPORT_SYMBOL vmlinux 0x3deef749 md_wakeup_thread +EXPORT_SYMBOL vmlinux 0x3dfb86b9 resource_list_create_entry +EXPORT_SYMBOL vmlinux 0x3dfc897c seq_hlist_start_head +EXPORT_SYMBOL vmlinux 0x3dfffa6d blk_queue_io_min +EXPORT_SYMBOL vmlinux 0x3e04a7b3 scsi_eh_finish_cmd +EXPORT_SYMBOL vmlinux 0x3e3bad0a __tasklet_hi_schedule +EXPORT_SYMBOL vmlinux 0x3e3cb85a setattr_copy +EXPORT_SYMBOL vmlinux 0x3e3e3d6c copy_page_from_iter_atomic +EXPORT_SYMBOL vmlinux 0x3e4cddde dquot_get_next_dqblk +EXPORT_SYMBOL vmlinux 0x3e5aec51 tty_port_tty_set +EXPORT_SYMBOL vmlinux 0x3e5b163e serio_rescan +EXPORT_SYMBOL vmlinux 0x3e62bc1d __traceiter_mmap_lock_start_locking +EXPORT_SYMBOL vmlinux 0x3e79fb00 arm_smccc_1_2_smc +EXPORT_SYMBOL vmlinux 0x3e7cf2e8 fs_context_for_submount +EXPORT_SYMBOL vmlinux 0x3e8a8980 pci_release_region +EXPORT_SYMBOL vmlinux 0x3ea33dea page_pool_destroy +EXPORT_SYMBOL vmlinux 0x3ea6d73a vlan_vid_del +EXPORT_SYMBOL vmlinux 0x3eaca01b mark_buffer_async_write +EXPORT_SYMBOL vmlinux 0x3eb9ceb2 truncate_inode_pages_final +EXPORT_SYMBOL vmlinux 0x3ebd3449 pcie_get_mps +EXPORT_SYMBOL vmlinux 0x3ecb777b dquot_transfer +EXPORT_SYMBOL vmlinux 0x3eccbe2c __find_nth_bit +EXPORT_SYMBOL vmlinux 0x3eddb5a0 pci_enable_device +EXPORT_SYMBOL vmlinux 0x3edea986 nd_btt_probe +EXPORT_SYMBOL vmlinux 0x3efb8634 fs_param_is_s32 +EXPORT_SYMBOL vmlinux 0x3efe1703 phy_unregister_fixup_for_id +EXPORT_SYMBOL vmlinux 0x3f066fde sched_autogroup_detach +EXPORT_SYMBOL vmlinux 0x3f0eabd2 xxh64_update +EXPORT_SYMBOL vmlinux 0x3f16beeb seq_bprintf +EXPORT_SYMBOL vmlinux 0x3f22f98f of_mdiobus_phy_device_register +EXPORT_SYMBOL vmlinux 0x3f28e2f8 end_buffer_write_sync +EXPORT_SYMBOL vmlinux 0x3f2cb294 xsk_tx_release +EXPORT_SYMBOL vmlinux 0x3f34644d zstd_dstream_workspace_bound +EXPORT_SYMBOL vmlinux 0x3f3ffea7 tegra_ivc_init +EXPORT_SYMBOL vmlinux 0x3f42caad make_kprojid +EXPORT_SYMBOL vmlinux 0x3f4305b1 tcf_block_netif_keep_dst +EXPORT_SYMBOL vmlinux 0x3f4547a7 put_unused_fd +EXPORT_SYMBOL vmlinux 0x3f4bd846 gen_pool_first_fit_order_align +EXPORT_SYMBOL vmlinux 0x3f4d6760 generic_file_direct_write +EXPORT_SYMBOL vmlinux 0x3f6f34f9 lease_get_mtime +EXPORT_SYMBOL vmlinux 0x3f89071b security_ib_pkey_access +EXPORT_SYMBOL vmlinux 0x3f908cad __ip_dev_find +EXPORT_SYMBOL vmlinux 0x3fbf3c89 vme_slave_set +EXPORT_SYMBOL vmlinux 0x3fc7517d phy_register_fixup_for_id +EXPORT_SYMBOL vmlinux 0x3fcab142 phy_attach_direct +EXPORT_SYMBOL vmlinux 0x3fcd1fd4 gnet_stats_finish_copy +EXPORT_SYMBOL vmlinux 0x3fd1f9a8 security_sock_rcv_skb +EXPORT_SYMBOL vmlinux 0x3fd78f3b register_chrdev_region +EXPORT_SYMBOL vmlinux 0x3fdc30d3 i2c_smbus_write_word_data +EXPORT_SYMBOL vmlinux 0x3fe2ccbe memweight +EXPORT_SYMBOL vmlinux 0x3ff29a1d skb_get_hash_perturb +EXPORT_SYMBOL vmlinux 0x40018f2c devfreq_remove_device +EXPORT_SYMBOL vmlinux 0x40235c98 _raw_write_unlock +EXPORT_SYMBOL vmlinux 0x403328b4 generic_file_open +EXPORT_SYMBOL vmlinux 0x4035ff7e blk_mq_kick_requeue_list +EXPORT_SYMBOL vmlinux 0x403c9896 generic_update_time +EXPORT_SYMBOL vmlinux 0x4051e7f9 __task_pid_nr_ns +EXPORT_SYMBOL vmlinux 0x4067e0c6 t10_pi_type3_crc +EXPORT_SYMBOL vmlinux 0x40830024 i2c_transfer +EXPORT_SYMBOL vmlinux 0x40863ba1 ioremap_prot +EXPORT_SYMBOL vmlinux 0x408e46c0 ethtool_rx_flow_rule_destroy +EXPORT_SYMBOL vmlinux 0x40973662 sysctl_udp_mem +EXPORT_SYMBOL vmlinux 0x409a27c5 md_done_sync +EXPORT_SYMBOL vmlinux 0x409d3a2f param_get_string +EXPORT_SYMBOL vmlinux 0x40a62432 __nla_validate +EXPORT_SYMBOL vmlinux 0x40a9b349 vzalloc +EXPORT_SYMBOL vmlinux 0x40ad7650 ps2_drain +EXPORT_SYMBOL vmlinux 0x40b5108c blk_rq_map_kern +EXPORT_SYMBOL vmlinux 0x40c7247c si_meminfo +EXPORT_SYMBOL vmlinux 0x40d04664 console_trylock +EXPORT_SYMBOL vmlinux 0x40d59096 unregister_restart_handler +EXPORT_SYMBOL vmlinux 0x40f28cf6 input_mt_report_finger_count +EXPORT_SYMBOL vmlinux 0x40f76a86 __vcalloc +EXPORT_SYMBOL vmlinux 0x40ff86b1 pagecache_get_page +EXPORT_SYMBOL vmlinux 0x41027bfd dm_unregister_target +EXPORT_SYMBOL vmlinux 0x411a5d8f scsi_register_interface +EXPORT_SYMBOL vmlinux 0x411b4cef tcf_block_get +EXPORT_SYMBOL vmlinux 0x412f893c page_offline_begin +EXPORT_SYMBOL vmlinux 0x41482d8b strndup_user +EXPORT_SYMBOL vmlinux 0x414da5e5 qman_enqueue +EXPORT_SYMBOL vmlinux 0x414ed6a8 _dev_printk +EXPORT_SYMBOL vmlinux 0x4167caaa filemap_fault +EXPORT_SYMBOL vmlinux 0x416c1897 bdi_alloc +EXPORT_SYMBOL vmlinux 0x4188d439 neigh_rand_reach_time +EXPORT_SYMBOL vmlinux 0x41a30bef mtree_store_range +EXPORT_SYMBOL vmlinux 0x41a85030 unregister_netdevice_notifier_net +EXPORT_SYMBOL vmlinux 0x41b1e0f5 mmc_can_trim +EXPORT_SYMBOL vmlinux 0x41c40007 kobject_set_name +EXPORT_SYMBOL vmlinux 0x41c49764 serial8250_set_isa_configurator +EXPORT_SYMBOL vmlinux 0x41e7db60 get_thermal_instance +EXPORT_SYMBOL vmlinux 0x41ed3709 get_random_bytes +EXPORT_SYMBOL vmlinux 0x41efdeaf radix_tree_lookup_slot +EXPORT_SYMBOL vmlinux 0x41f634f6 keyring_alloc +EXPORT_SYMBOL vmlinux 0x41fb48bf dma_unmap_resource +EXPORT_SYMBOL vmlinux 0x421a03a2 mode_strip_sgid +EXPORT_SYMBOL vmlinux 0x421b89e9 ipv6_push_frag_opts +EXPORT_SYMBOL vmlinux 0x421c50d9 netif_set_real_num_queues +EXPORT_SYMBOL vmlinux 0x422a9bd0 nd_dev_to_uuid +EXPORT_SYMBOL vmlinux 0x423ff5c0 md_write_start +EXPORT_SYMBOL vmlinux 0x42419912 sb_min_blocksize +EXPORT_SYMBOL vmlinux 0x4243b754 devm_get_clk_from_child +EXPORT_SYMBOL vmlinux 0x4248ae3c single_task_running +EXPORT_SYMBOL vmlinux 0x424d3620 zlib_inflateIncomp +EXPORT_SYMBOL vmlinux 0x42578e80 acpi_get_type +EXPORT_SYMBOL vmlinux 0x425d993e netdev_lower_get_next +EXPORT_SYMBOL vmlinux 0x426380a2 iunique +EXPORT_SYMBOL vmlinux 0x426c8b69 __vfs_setxattr +EXPORT_SYMBOL vmlinux 0x4277be7b get_task_cred +EXPORT_SYMBOL vmlinux 0x427d8c83 seq_open_private +EXPORT_SYMBOL vmlinux 0x4285275f skb_copy_and_csum_datagram_msg +EXPORT_SYMBOL vmlinux 0x42a9434a param_ops_uint +EXPORT_SYMBOL vmlinux 0x42b23fe3 vfs_getattr_nosec +EXPORT_SYMBOL vmlinux 0x42bed8d4 unix_gc_lock +EXPORT_SYMBOL vmlinux 0x42c217c0 udp_lib_getsockopt +EXPORT_SYMBOL vmlinux 0x42c8ebe4 follow_up +EXPORT_SYMBOL vmlinux 0x42d32f2b tcp_sock_set_keepintvl +EXPORT_SYMBOL vmlinux 0x42d4d4ea param_get_long +EXPORT_SYMBOL vmlinux 0x42e9c727 netdev_lower_get_next_private_rcu +EXPORT_SYMBOL vmlinux 0x42f1b900 fb_pad_unaligned_buffer +EXPORT_SYMBOL vmlinux 0x42f69cb6 twl6040_reg_read +EXPORT_SYMBOL vmlinux 0x4302d0eb free_pages +EXPORT_SYMBOL vmlinux 0x430d7d10 blk_integrity_register +EXPORT_SYMBOL vmlinux 0x430eb1df sk_stop_timer +EXPORT_SYMBOL vmlinux 0x432b24c1 vme_bus_num +EXPORT_SYMBOL vmlinux 0x4336fcca ucs2_as_utf8 +EXPORT_SYMBOL vmlinux 0x4338e13e dev_load +EXPORT_SYMBOL vmlinux 0x433cabfb acpi_decode_pld_buffer +EXPORT_SYMBOL vmlinux 0x4344cbab serio_reconnect +EXPORT_SYMBOL vmlinux 0x434f94d4 pci_scan_slot +EXPORT_SYMBOL vmlinux 0x4351577a fb_parse_edid +EXPORT_SYMBOL vmlinux 0x4356a4a0 starget_for_each_device +EXPORT_SYMBOL vmlinux 0x437a0d6d __sock_tx_timestamp +EXPORT_SYMBOL vmlinux 0x438610bd security_tun_dev_alloc_security +EXPORT_SYMBOL vmlinux 0x43877d42 mmc_can_discard +EXPORT_SYMBOL vmlinux 0x438dc765 write_inode_now +EXPORT_SYMBOL vmlinux 0x43978b7f bio_init_clone +EXPORT_SYMBOL vmlinux 0x43b0c9c3 preempt_schedule +EXPORT_SYMBOL vmlinux 0x43b1d389 dquot_quota_off +EXPORT_SYMBOL vmlinux 0x43b45c3d security_inode_copy_up +EXPORT_SYMBOL vmlinux 0x43b77b5d pci_find_capability +EXPORT_SYMBOL vmlinux 0x43babd19 sg_init_one +EXPORT_SYMBOL vmlinux 0x43c96b41 jbd2_journal_blocks_per_page +EXPORT_SYMBOL vmlinux 0x43d22fb9 groups_alloc +EXPORT_SYMBOL vmlinux 0x43d79c08 flow_rule_match_basic +EXPORT_SYMBOL vmlinux 0x43dd8eb8 mmc_of_parse +EXPORT_SYMBOL vmlinux 0x43e77c2f unregister_cdrom +EXPORT_SYMBOL vmlinux 0x43edec33 md_register_thread +EXPORT_SYMBOL vmlinux 0x43f53046 capable_wrt_inode_uidgid +EXPORT_SYMBOL vmlinux 0x43f68d9a flow_rule_match_enc_ports +EXPORT_SYMBOL vmlinux 0x43f9ebc8 slhc_remember +EXPORT_SYMBOL vmlinux 0x4403bbd0 imx_sc_misc_set_control +EXPORT_SYMBOL vmlinux 0x440d1d4b pci_find_bus +EXPORT_SYMBOL vmlinux 0x443010c7 iov_iter_xarray +EXPORT_SYMBOL vmlinux 0x4433488b simple_transaction_read +EXPORT_SYMBOL vmlinux 0x443b1b79 netif_receive_skb_core +EXPORT_SYMBOL vmlinux 0x44469a76 crc_ccitt_false_table +EXPORT_SYMBOL vmlinux 0x4462d35e cpufreq_get_hw_max_freq +EXPORT_SYMBOL vmlinux 0x449003fc iov_iter_discard +EXPORT_SYMBOL vmlinux 0x44939e4a inet_frag_pull_head +EXPORT_SYMBOL vmlinux 0x449ad0a7 memcmp +EXPORT_SYMBOL vmlinux 0x44a6e90a irq_cpu_rmap_add +EXPORT_SYMBOL vmlinux 0x44bba237 dquot_free_inode +EXPORT_SYMBOL vmlinux 0x44c233e3 netlbl_calipso_ops_register +EXPORT_SYMBOL vmlinux 0x44c29746 sock_no_connect +EXPORT_SYMBOL vmlinux 0x44e9a829 match_token +EXPORT_SYMBOL vmlinux 0x44f08218 jbd2_journal_load +EXPORT_SYMBOL vmlinux 0x44f0de39 pcie_capability_read_dword +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 0x4518ab41 ipv6_mc_check_mld +EXPORT_SYMBOL vmlinux 0x451e9c7e vma_alloc_folio +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 0x454066da pci_request_regions_exclusive +EXPORT_SYMBOL vmlinux 0x45535485 xxh32_update +EXPORT_SYMBOL vmlinux 0x4567f27a phy_get_pause +EXPORT_SYMBOL vmlinux 0x456874bf posix_acl_from_xattr +EXPORT_SYMBOL vmlinux 0x4578f528 __kfifo_to_user +EXPORT_SYMBOL vmlinux 0x457ec142 set_posix_acl +EXPORT_SYMBOL vmlinux 0x458c0600 jbd2_journal_abort +EXPORT_SYMBOL vmlinux 0x45a0156e block_commit_write +EXPORT_SYMBOL vmlinux 0x45b36db1 in6_dev_finish_destroy +EXPORT_SYMBOL vmlinux 0x45c4a94b d_exact_alias +EXPORT_SYMBOL vmlinux 0x45c50093 seq_put_decimal_ull +EXPORT_SYMBOL vmlinux 0x45c647d0 scsi_rescan_device +EXPORT_SYMBOL vmlinux 0x45d12a6d give_up_console +EXPORT_SYMBOL vmlinux 0x45d3f357 pcim_pin_device +EXPORT_SYMBOL vmlinux 0x45dcc689 phy_support_asym_pause +EXPORT_SYMBOL vmlinux 0x45e15df7 nf_register_net_hook +EXPORT_SYMBOL vmlinux 0x45e38305 blk_integrity_compare +EXPORT_SYMBOL vmlinux 0x45f1d143 pci_remove_bus +EXPORT_SYMBOL vmlinux 0x460f4a34 flow_hash_from_keys +EXPORT_SYMBOL vmlinux 0x4644b4ae vme_dma_request +EXPORT_SYMBOL vmlinux 0x46451cee zstd_get_frame_header +EXPORT_SYMBOL vmlinux 0x4657f14f pci_back_from_sleep +EXPORT_SYMBOL vmlinux 0x465a8404 mdio_find_bus +EXPORT_SYMBOL vmlinux 0x465e24ff ucs2_utf8size +EXPORT_SYMBOL vmlinux 0x465fd31e mmc_card_alternative_gpt_sector +EXPORT_SYMBOL vmlinux 0x466c14a7 __delay +EXPORT_SYMBOL vmlinux 0x466ff705 max8998_bulk_write +EXPORT_SYMBOL vmlinux 0x467df16d netdev_rss_key_fill +EXPORT_SYMBOL vmlinux 0x4698fe8a bman_release +EXPORT_SYMBOL vmlinux 0x469a6ec7 tcp_parse_md5sig_option +EXPORT_SYMBOL vmlinux 0x46af9be5 __mmap_lock_do_trace_acquire_returned +EXPORT_SYMBOL vmlinux 0x46b570a6 rt_dst_alloc +EXPORT_SYMBOL vmlinux 0x46c1276b dst_release_immediate +EXPORT_SYMBOL vmlinux 0x46c47fb6 __node_distance +EXPORT_SYMBOL vmlinux 0x46c7f363 i2c_register_driver +EXPORT_SYMBOL vmlinux 0x46eda469 fwnode_irq_get +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 0x4715a909 acpi_load_table +EXPORT_SYMBOL vmlinux 0x471e0547 xfrm_find_acq_byseq +EXPORT_SYMBOL vmlinux 0x47402811 jbd2_fc_end_commit_fallback +EXPORT_SYMBOL vmlinux 0x474b1c83 __serio_register_port +EXPORT_SYMBOL vmlinux 0x474ffe08 super_setup_bdi +EXPORT_SYMBOL vmlinux 0x47587bc5 xfrm_user_policy +EXPORT_SYMBOL vmlinux 0x475d7427 fman_get_rx_extra_headroom +EXPORT_SYMBOL vmlinux 0x47709e42 free_anon_bdev +EXPORT_SYMBOL vmlinux 0x479137ca imx_scu_irq_unregister_notifier +EXPORT_SYMBOL vmlinux 0x47960bc4 proc_do_large_bitmap +EXPORT_SYMBOL vmlinux 0x47af9a3a napi_complete_done +EXPORT_SYMBOL vmlinux 0x47b53258 netdev_class_remove_file_ns +EXPORT_SYMBOL vmlinux 0x47bca277 input_mt_report_slot_state +EXPORT_SYMBOL vmlinux 0x47bd136e qdisc_put +EXPORT_SYMBOL vmlinux 0x47c20f8a refcount_dec_not_one +EXPORT_SYMBOL vmlinux 0x47c2ab38 xfrm_register_type_offload +EXPORT_SYMBOL vmlinux 0x47c65bfc unregister_inet6addr_validator_notifier +EXPORT_SYMBOL vmlinux 0x47cbd840 xattr_supported_namespace +EXPORT_SYMBOL vmlinux 0x47cfd825 kstrtouint_from_user +EXPORT_SYMBOL vmlinux 0x47d8d301 __cond_resched_rwlock_read +EXPORT_SYMBOL vmlinux 0x47fd5a6d d_rehash +EXPORT_SYMBOL vmlinux 0x48112d76 _raw_read_lock_irq +EXPORT_SYMBOL vmlinux 0x481814c4 mb_cache_entry_find_next +EXPORT_SYMBOL vmlinux 0x48193639 acpi_lid_open +EXPORT_SYMBOL vmlinux 0x4829a47e memcpy +EXPORT_SYMBOL vmlinux 0x4829cf6b fscrypt_enqueue_decrypt_work +EXPORT_SYMBOL vmlinux 0x48324874 __destroy_inode +EXPORT_SYMBOL vmlinux 0x4837bb10 logic_outsb +EXPORT_SYMBOL vmlinux 0x4838af4b ipv6_chk_addr_and_flags +EXPORT_SYMBOL vmlinux 0x4841bdee strnchr +EXPORT_SYMBOL vmlinux 0x4845caa3 kmem_cache_destroy +EXPORT_SYMBOL vmlinux 0x4848cfb1 phy_mipi_dphy_get_default_config +EXPORT_SYMBOL vmlinux 0x484f6edf ktime_get_coarse_real_ts64 +EXPORT_SYMBOL vmlinux 0x4850ca66 filp_open +EXPORT_SYMBOL vmlinux 0x48530e3b inet_sk_set_state +EXPORT_SYMBOL vmlinux 0x4858eb09 mii_nway_restart +EXPORT_SYMBOL vmlinux 0x4859b8bb rtc_year_days +EXPORT_SYMBOL vmlinux 0x486075c8 gen_pool_dma_alloc +EXPORT_SYMBOL vmlinux 0x48633e52 setattr_prepare +EXPORT_SYMBOL vmlinux 0x48934d32 passthru_features_check +EXPORT_SYMBOL vmlinux 0x4894ede3 mmc_wait_for_req_done +EXPORT_SYMBOL vmlinux 0x489eda10 memset32 +EXPORT_SYMBOL vmlinux 0x489ef308 sock_kfree_s +EXPORT_SYMBOL vmlinux 0x489f6e0b rdma_dim +EXPORT_SYMBOL vmlinux 0x48a5f847 fman_port_get_device +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 0x48d27375 __bitmap_intersects +EXPORT_SYMBOL vmlinux 0x48d3fa27 kmalloc_large_node +EXPORT_SYMBOL vmlinux 0x48d75f33 of_device_is_big_endian +EXPORT_SYMBOL vmlinux 0x48dd340b cpumask_any_distribute +EXPORT_SYMBOL vmlinux 0x48f3edcf rproc_detach +EXPORT_SYMBOL vmlinux 0x48fa652e fman_get_qman_channel_id +EXPORT_SYMBOL vmlinux 0x48ffbb87 mtree_alloc_range +EXPORT_SYMBOL vmlinux 0x490064ed inet_csk_reset_keepalive_timer +EXPORT_SYMBOL vmlinux 0x4903c738 kernel_write +EXPORT_SYMBOL vmlinux 0x49045426 icmp_err_convert +EXPORT_SYMBOL vmlinux 0x4922dae1 tcf_exts_terse_dump +EXPORT_SYMBOL vmlinux 0x4925f408 jbd2_journal_clear_err +EXPORT_SYMBOL vmlinux 0x493a34f9 qdisc_watchdog_init_clockid +EXPORT_SYMBOL vmlinux 0x495231ea mul_u64_u64_div_u64 +EXPORT_SYMBOL vmlinux 0x495f1674 dst_discard_out +EXPORT_SYMBOL vmlinux 0x4967e79f radix_tree_iter_resume +EXPORT_SYMBOL vmlinux 0x4969a94d pci_try_set_mwi +EXPORT_SYMBOL vmlinux 0x4976dce7 scsi_remove_host +EXPORT_SYMBOL vmlinux 0x4977c498 stack_depot_get_extra_bits +EXPORT_SYMBOL vmlinux 0x498ba7c8 max8925_set_bits +EXPORT_SYMBOL vmlinux 0x49970dc4 flow_indr_dev_setup_offload +EXPORT_SYMBOL vmlinux 0x499b38ec register_qdisc +EXPORT_SYMBOL vmlinux 0x499f0ecf nd_sb_checksum +EXPORT_SYMBOL vmlinux 0x49ac7765 param_get_ulong +EXPORT_SYMBOL vmlinux 0x49b163b8 acpi_bus_scan +EXPORT_SYMBOL vmlinux 0x49c65889 tty_port_free_xmit_buf +EXPORT_SYMBOL vmlinux 0x49cef1a6 rpmh_write +EXPORT_SYMBOL vmlinux 0x49d37acd dev_get_by_name_rcu +EXPORT_SYMBOL vmlinux 0x49d3e8ae sdev_prefix_printk +EXPORT_SYMBOL vmlinux 0x4a037321 __xfrm_route_forward +EXPORT_SYMBOL vmlinux 0x4a170701 get_inode_acl +EXPORT_SYMBOL vmlinux 0x4a1df2bf dput +EXPORT_SYMBOL vmlinux 0x4a3a5025 tcp_seq_next +EXPORT_SYMBOL vmlinux 0x4a3ad70e wait_for_completion_timeout +EXPORT_SYMBOL vmlinux 0x4a4be086 pci_bus_claim_resources +EXPORT_SYMBOL vmlinux 0x4a4ff364 input_enable_softrepeat +EXPORT_SYMBOL vmlinux 0x4a54586d devm_rproc_add +EXPORT_SYMBOL vmlinux 0x4a54b85a flow_rule_match_pppoe +EXPORT_SYMBOL vmlinux 0x4a718197 vfs_getattr +EXPORT_SYMBOL vmlinux 0x4a781d1b open_exec +EXPORT_SYMBOL vmlinux 0x4a93576a ucc_fast_free +EXPORT_SYMBOL vmlinux 0x4a959da9 dquot_destroy +EXPORT_SYMBOL vmlinux 0x4a96a8eb xxh32_digest +EXPORT_SYMBOL vmlinux 0x4aa3f79a dump_page +EXPORT_SYMBOL vmlinux 0x4ab98c94 d_move +EXPORT_SYMBOL vmlinux 0x4acdcfaf seq_dentry +EXPORT_SYMBOL vmlinux 0x4ad7a94a nla_put_nohdr +EXPORT_SYMBOL vmlinux 0x4aea463f crc32_le_shift +EXPORT_SYMBOL vmlinux 0x4aecb742 crypto_sha1_update +EXPORT_SYMBOL vmlinux 0x4af4f92b console_force_preferred_locked +EXPORT_SYMBOL vmlinux 0x4af65d25 proto_unregister +EXPORT_SYMBOL vmlinux 0x4af6ddf0 kstrtou16 +EXPORT_SYMBOL vmlinux 0x4afb2238 add_wait_queue +EXPORT_SYMBOL vmlinux 0x4afe3ea1 flow_rule_match_l2tpv3 +EXPORT_SYMBOL vmlinux 0x4b01bc85 fs_param_is_u64 +EXPORT_SYMBOL vmlinux 0x4b05b282 inet6_bind +EXPORT_SYMBOL vmlinux 0x4b0a3f52 gic_nonsecure_priorities +EXPORT_SYMBOL vmlinux 0x4b0fe0f5 vme_bus_type +EXPORT_SYMBOL vmlinux 0x4b32ac79 pci_request_region +EXPORT_SYMBOL vmlinux 0x4b349073 inet_csk_prepare_forced_close +EXPORT_SYMBOL vmlinux 0x4b401817 iwe_stream_add_value +EXPORT_SYMBOL vmlinux 0x4b501942 md_bitmap_startwrite +EXPORT_SYMBOL vmlinux 0x4b5b9473 skb_queue_tail +EXPORT_SYMBOL vmlinux 0x4b613759 mipi_dsi_dcs_set_pixel_format +EXPORT_SYMBOL vmlinux 0x4b6df007 acpi_evaluate_reg +EXPORT_SYMBOL vmlinux 0x4b750f53 _raw_spin_unlock_irq +EXPORT_SYMBOL vmlinux 0x4b929946 phy_resume +EXPORT_SYMBOL vmlinux 0x4b9a44df sock_no_shutdown +EXPORT_SYMBOL vmlinux 0x4bad2646 __bforget +EXPORT_SYMBOL vmlinux 0x4bc6d3ca dec_node_page_state +EXPORT_SYMBOL vmlinux 0x4bcc2662 mempool_init_node +EXPORT_SYMBOL vmlinux 0x4bd7c0c9 devfreq_add_device +EXPORT_SYMBOL vmlinux 0x4bdfad1c xfrm_input_unregister_afinfo +EXPORT_SYMBOL vmlinux 0x4bef1c67 empty_name +EXPORT_SYMBOL vmlinux 0x4bf3ce6f qman_release_cgrid +EXPORT_SYMBOL vmlinux 0x4c043719 sock_recv_errqueue +EXPORT_SYMBOL vmlinux 0x4c06ec66 ilookup5 +EXPORT_SYMBOL vmlinux 0x4c07a7e0 acpi_processor_unregister_performance +EXPORT_SYMBOL vmlinux 0x4c189e4f noop_qdisc +EXPORT_SYMBOL vmlinux 0x4c416eb9 LZ4_decompress_fast +EXPORT_SYMBOL vmlinux 0x4c4737c4 skb_flow_dissect_meta +EXPORT_SYMBOL vmlinux 0x4c5ca4d6 vfs_parse_fs_param +EXPORT_SYMBOL vmlinux 0x4c89dcfa input_register_handle +EXPORT_SYMBOL vmlinux 0x4cd6728f input_open_device +EXPORT_SYMBOL vmlinux 0x4cdae6c3 truncate_setsize +EXPORT_SYMBOL vmlinux 0x4cf4f7ff __mod_lruvec_page_state +EXPORT_SYMBOL vmlinux 0x4d0d163d copy_page +EXPORT_SYMBOL vmlinux 0x4d2c7133 acpi_info +EXPORT_SYMBOL vmlinux 0x4d42e77e tty_hung_up_p +EXPORT_SYMBOL vmlinux 0x4d5627b9 pm860x_page_reg_write +EXPORT_SYMBOL vmlinux 0x4d564e95 mmc_can_gpio_cd +EXPORT_SYMBOL vmlinux 0x4d58e515 __dev_kfree_skb_any +EXPORT_SYMBOL vmlinux 0x4d6438f3 pneigh_lookup +EXPORT_SYMBOL vmlinux 0x4d65cbd5 csum_ipv6_magic +EXPORT_SYMBOL vmlinux 0x4d6a834d dup_iter +EXPORT_SYMBOL vmlinux 0x4d737324 neigh_seq_stop +EXPORT_SYMBOL vmlinux 0x4d924f20 memremap +EXPORT_SYMBOL vmlinux 0x4d9b652b rb_erase +EXPORT_SYMBOL vmlinux 0x4da596e6 qman_retire_fq +EXPORT_SYMBOL vmlinux 0x4dadb164 tcf_em_unregister +EXPORT_SYMBOL vmlinux 0x4dca08ee sync_file_get_fence +EXPORT_SYMBOL vmlinux 0x4de995ec gen_pool_dma_alloc_algo +EXPORT_SYMBOL vmlinux 0x4def9b47 mdio_device_register +EXPORT_SYMBOL vmlinux 0x4df02057 crc32_be +EXPORT_SYMBOL vmlinux 0x4df2ea84 gen_estimator_read +EXPORT_SYMBOL vmlinux 0x4dfa8d4b mutex_lock +EXPORT_SYMBOL vmlinux 0x4dfaa16e tcf_register_action +EXPORT_SYMBOL vmlinux 0x4dff9474 fwnode_mdiobus_register_phy +EXPORT_SYMBOL vmlinux 0x4e021822 inet_frags_fini +EXPORT_SYMBOL vmlinux 0x4e05a6be __skb_recv_datagram +EXPORT_SYMBOL vmlinux 0x4e0b5a5f edac_mc_find +EXPORT_SYMBOL vmlinux 0x4e20bcf8 radix_tree_tag_set +EXPORT_SYMBOL vmlinux 0x4e2e74c1 qcom_scm_io_readl +EXPORT_SYMBOL vmlinux 0x4e303056 reuseport_has_conns_set +EXPORT_SYMBOL vmlinux 0x4e3500f6 neigh_destroy +EXPORT_SYMBOL vmlinux 0x4e3567f7 match_int +EXPORT_SYMBOL vmlinux 0x4e36cdc4 __ubsan_handle_divrem_overflow +EXPORT_SYMBOL vmlinux 0x4e44a9b8 dma_async_device_register +EXPORT_SYMBOL vmlinux 0x4e4f0f16 dma_fence_chain_find_seqno +EXPORT_SYMBOL vmlinux 0x4e52a73f phy_reset_after_clk_enable +EXPORT_SYMBOL vmlinux 0x4e547048 __kmalloc_node_track_caller +EXPORT_SYMBOL vmlinux 0x4e5ee671 dump_skip_to +EXPORT_SYMBOL vmlinux 0x4e653495 cros_ec_cmd_xfer_status +EXPORT_SYMBOL vmlinux 0x4e687336 dev_pick_tx_cpu_id +EXPORT_SYMBOL vmlinux 0x4e68e9be rb_next_postorder +EXPORT_SYMBOL vmlinux 0x4e6ac947 device_get_ethdev_address +EXPORT_SYMBOL vmlinux 0x4e6e4b41 radix_tree_delete +EXPORT_SYMBOL vmlinux 0x4e6e8ea7 fg_console +EXPORT_SYMBOL vmlinux 0x4e76a3af rproc_put +EXPORT_SYMBOL vmlinux 0x4e7a4717 fscrypt_has_permitted_context +EXPORT_SYMBOL vmlinux 0x4e998f52 remove_proc_subtree +EXPORT_SYMBOL vmlinux 0x4e9f283e pnp_is_active +EXPORT_SYMBOL vmlinux 0x4ea25709 dql_reset +EXPORT_SYMBOL vmlinux 0x4eac88ef alloc_fcdev +EXPORT_SYMBOL vmlinux 0x4eacc7f1 phy_set_sym_pause +EXPORT_SYMBOL vmlinux 0x4eada8f7 security_secid_to_secctx +EXPORT_SYMBOL vmlinux 0x4eb6ad3f pci_fixup_device +EXPORT_SYMBOL vmlinux 0x4ec49d5b generic_key_instantiate +EXPORT_SYMBOL vmlinux 0x4ec54e78 bitmap_to_arr32 +EXPORT_SYMBOL vmlinux 0x4ee82199 vmf_insert_pfn +EXPORT_SYMBOL vmlinux 0x4eef3199 scsi_set_medium_removal +EXPORT_SYMBOL vmlinux 0x4eef9041 security_sctp_sk_clone +EXPORT_SYMBOL vmlinux 0x4f164b9b put_cmsg_scm_timestamping +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 0x4f38d4f4 md_bitmap_unplug +EXPORT_SYMBOL vmlinux 0x4f491352 __nla_reserve +EXPORT_SYMBOL vmlinux 0x4f4f2f3e pci_set_mwi +EXPORT_SYMBOL vmlinux 0x4f55166f acpi_set_current_resources +EXPORT_SYMBOL vmlinux 0x4f6218d1 sk_error_report +EXPORT_SYMBOL vmlinux 0x4f62edf3 bfifo_qdisc_ops +EXPORT_SYMBOL vmlinux 0x4f6a152c lookup_one_unlocked +EXPORT_SYMBOL vmlinux 0x4f6dbd53 mr_mfc_find_any +EXPORT_SYMBOL vmlinux 0x4f89c9de gpmc_cs_free +EXPORT_SYMBOL vmlinux 0x4f8adf0f nf_getsockopt +EXPORT_SYMBOL vmlinux 0x4f91c9a0 security_binder_transaction +EXPORT_SYMBOL vmlinux 0x4fabc950 devm_backlight_device_unregister +EXPORT_SYMBOL vmlinux 0x4fb1c1a4 kern_sys_bpf +EXPORT_SYMBOL vmlinux 0x4fb24fea phy_ethtool_nway_reset +EXPORT_SYMBOL vmlinux 0x4fb9ce84 xfrm_state_check_expire +EXPORT_SYMBOL vmlinux 0x4fc0b955 kernel_sendmsg +EXPORT_SYMBOL vmlinux 0x4fc19db4 pcie_print_link_status +EXPORT_SYMBOL vmlinux 0x4fdc8336 jbd2_trans_will_send_data_barrier +EXPORT_SYMBOL vmlinux 0x4fe7c27b ns_capable_setid +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 0x5010cee5 from_kprojid +EXPORT_SYMBOL vmlinux 0x501fa83f xen_alloc_unpopulated_pages +EXPORT_SYMBOL vmlinux 0x5021bd81 _raw_write_lock_irqsave +EXPORT_SYMBOL vmlinux 0x5027bde2 acpi_acquire_mutex +EXPORT_SYMBOL vmlinux 0x502ef2bd __generic_file_fsync +EXPORT_SYMBOL vmlinux 0x5030b897 request_key_tag +EXPORT_SYMBOL vmlinux 0x5032204b vme_bus_error_handler +EXPORT_SYMBOL vmlinux 0x50500c3d simple_nosetlease +EXPORT_SYMBOL vmlinux 0x50539f1e security_path_mkdir +EXPORT_SYMBOL vmlinux 0x5053f06e __phy_resume +EXPORT_SYMBOL vmlinux 0x505bf1a5 mipi_dsi_detach +EXPORT_SYMBOL vmlinux 0x50624917 sha1_init +EXPORT_SYMBOL vmlinux 0x50663727 tc_cleanup_offload_action +EXPORT_SYMBOL vmlinux 0x506dff1a __genradix_free +EXPORT_SYMBOL vmlinux 0x5079cc6b skb_queue_purge +EXPORT_SYMBOL vmlinux 0x5086ba99 pipe_unlock +EXPORT_SYMBOL vmlinux 0x5089f45f ip_send_check +EXPORT_SYMBOL vmlinux 0x5092e84e __read_overflow2_field +EXPORT_SYMBOL vmlinux 0x5093d151 pci_bus_assign_resources +EXPORT_SYMBOL vmlinux 0x50944630 seq_list_start_head_rcu +EXPORT_SYMBOL vmlinux 0x509b64ea acpi_has_method +EXPORT_SYMBOL vmlinux 0x509d5273 sock_wake_async +EXPORT_SYMBOL vmlinux 0x50a3817b crypto_sha1_finup +EXPORT_SYMBOL vmlinux 0x50a4698c fb_videomode_to_modelist +EXPORT_SYMBOL vmlinux 0x50adc332 page_symlink +EXPORT_SYMBOL vmlinux 0x50b06531 remap_vmalloc_range +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 0x50c0f785 qdisc_offload_graft_helper +EXPORT_SYMBOL vmlinux 0x50cf7585 hex2bin +EXPORT_SYMBOL vmlinux 0x50d035c2 vsscanf +EXPORT_SYMBOL vmlinux 0x50d07bc4 __neigh_event_send +EXPORT_SYMBOL vmlinux 0x50d7ec9b locks_delete_block +EXPORT_SYMBOL vmlinux 0x50d86114 __sock_cmsg_send +EXPORT_SYMBOL vmlinux 0x50f81724 filemap_fdatawait_range_keep_errors +EXPORT_SYMBOL vmlinux 0x50f85302 __arm_smccc_hvc +EXPORT_SYMBOL vmlinux 0x50f91491 __genradix_ptr +EXPORT_SYMBOL vmlinux 0x5102a30b do_wait_intr_irq +EXPORT_SYMBOL vmlinux 0x513b28f4 first_ec +EXPORT_SYMBOL vmlinux 0x514e0972 pci_wait_for_pending_transaction +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 0x5164fef6 jbd2_fc_wait_bufs +EXPORT_SYMBOL vmlinux 0x518465b6 phy_read_mmd +EXPORT_SYMBOL vmlinux 0x51a511eb _raw_write_lock_bh +EXPORT_SYMBOL vmlinux 0x51a5af7e ip_sock_set_tos +EXPORT_SYMBOL vmlinux 0x51a9e915 rproc_report_crash +EXPORT_SYMBOL vmlinux 0x51ce94fe tcp_v4_md5_hash_skb +EXPORT_SYMBOL vmlinux 0x51d12d4e acpi_pci_disabled +EXPORT_SYMBOL vmlinux 0x5203d176 cmd_db_ready +EXPORT_SYMBOL vmlinux 0x522bbee7 tcp_rtx_synack +EXPORT_SYMBOL vmlinux 0x526c7701 pm8606_osc_disable +EXPORT_SYMBOL vmlinux 0x526eef2c hdmi_vendor_infoframe_pack +EXPORT_SYMBOL vmlinux 0x52983a4f vme_master_write +EXPORT_SYMBOL vmlinux 0x52d0b9d1 remove_arg_zero +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 0x52f8199c fscrypt_encrypt_block_inplace +EXPORT_SYMBOL vmlinux 0x530b1e98 pm_suspend +EXPORT_SYMBOL vmlinux 0x53126ecc __percpu_counter_sum +EXPORT_SYMBOL vmlinux 0x53264962 netdev_set_sb_channel +EXPORT_SYMBOL vmlinux 0x5338184f ethtool_sprintf +EXPORT_SYMBOL vmlinux 0x5344a5ad devfreq_resume_device +EXPORT_SYMBOL vmlinux 0x534e7e43 reuseport_attach_prog +EXPORT_SYMBOL vmlinux 0x5362d76c tcp_v4_destroy_sock +EXPORT_SYMBOL vmlinux 0x53679f0b gnet_stats_copy_basic_hw +EXPORT_SYMBOL vmlinux 0x53852581 ip4_datagram_connect +EXPORT_SYMBOL vmlinux 0x5388e79c is_nvdimm_bus_locked +EXPORT_SYMBOL vmlinux 0x5391d668 security_sb_remount +EXPORT_SYMBOL vmlinux 0x5393dbc1 flow_rule_match_enc_keyid +EXPORT_SYMBOL vmlinux 0x53a1e8d9 _find_next_bit +EXPORT_SYMBOL vmlinux 0x53b954a2 up_read +EXPORT_SYMBOL vmlinux 0x53cf6372 acpi_get_hp_hw_control_from_firmware +EXPORT_SYMBOL vmlinux 0x53d08e73 inet_sendpage +EXPORT_SYMBOL vmlinux 0x53e7b1c7 dcb_ieee_getapp_dscp_prio_mask_map +EXPORT_SYMBOL vmlinux 0x53ecedf1 kernel_sock_shutdown +EXPORT_SYMBOL vmlinux 0x53eff192 tegra_ivc_align +EXPORT_SYMBOL vmlinux 0x53f421a4 netdev_upper_dev_unlink +EXPORT_SYMBOL vmlinux 0x53f8ced7 page_pool_ethtool_stats_get_strings +EXPORT_SYMBOL vmlinux 0x5402da9f xudma_navss_psil_pair +EXPORT_SYMBOL vmlinux 0x54176c16 block_dirty_folio +EXPORT_SYMBOL vmlinux 0x54353e20 fasync_helper +EXPORT_SYMBOL vmlinux 0x543598fd ps2_sliced_command +EXPORT_SYMBOL vmlinux 0x543ef284 seq_hlist_start +EXPORT_SYMBOL vmlinux 0x54463b73 netpoll_poll_dev +EXPORT_SYMBOL vmlinux 0x5455e863 thaw_bdev +EXPORT_SYMBOL vmlinux 0x5494ab9e vfs_mkobj +EXPORT_SYMBOL vmlinux 0x5495ce41 mmc_retune_timer_stop +EXPORT_SYMBOL vmlinux 0x54b1fac6 __ubsan_handle_load_invalid_value +EXPORT_SYMBOL vmlinux 0x54b23e67 sg_pcopy_to_buffer +EXPORT_SYMBOL vmlinux 0x54cfa2f1 input_mt_drop_unused +EXPORT_SYMBOL vmlinux 0x54e6fcdd net_enable_timestamp +EXPORT_SYMBOL vmlinux 0x54ea6dfe xen_start_flags +EXPORT_SYMBOL vmlinux 0x54fbba1a _copy_from_iter_nocache +EXPORT_SYMBOL vmlinux 0x54fe1e03 of_graph_get_remote_node +EXPORT_SYMBOL vmlinux 0x5506b8f7 netlbl_bitmap_setbit +EXPORT_SYMBOL vmlinux 0x5508f28d bman_acquire +EXPORT_SYMBOL vmlinux 0x550af2ea consume_skb +EXPORT_SYMBOL vmlinux 0x551bd071 __rb_erase_color +EXPORT_SYMBOL vmlinux 0x552db3aa qman_query_cgr_congested +EXPORT_SYMBOL vmlinux 0x554ac168 clk_get +EXPORT_SYMBOL vmlinux 0x554ae3a4 irq_poll_sched +EXPORT_SYMBOL vmlinux 0x5568b65d cdrom_check_events +EXPORT_SYMBOL vmlinux 0x557c0eb3 unregister_shrinker +EXPORT_SYMBOL vmlinux 0x558b281d aes_expandkey +EXPORT_SYMBOL vmlinux 0x55b62b48 __find_get_block +EXPORT_SYMBOL vmlinux 0x55c72e0d clear_inode +EXPORT_SYMBOL vmlinux 0x55c77156 vlan_filter_push_vids +EXPORT_SYMBOL vmlinux 0x55d0d690 arp_create +EXPORT_SYMBOL vmlinux 0x55e1279c redraw_screen +EXPORT_SYMBOL vmlinux 0x55e31703 ethtool_convert_link_mode_to_legacy_u32 +EXPORT_SYMBOL vmlinux 0x55ea0767 phy_remove_link_mode +EXPORT_SYMBOL vmlinux 0x55f7ea49 single_release +EXPORT_SYMBOL vmlinux 0x5614f48a qman_dqrr_get_ithresh +EXPORT_SYMBOL vmlinux 0x5635a60a vmalloc_user +EXPORT_SYMBOL vmlinux 0x56470118 __warn_printk +EXPORT_SYMBOL vmlinux 0x564aa5ce max8998_write_reg +EXPORT_SYMBOL vmlinux 0x564f7608 acpi_reconfig_notifier_register +EXPORT_SYMBOL vmlinux 0x5663f134 tcf_exts_validate_ex +EXPORT_SYMBOL vmlinux 0x56802ae8 rps_cpu_mask +EXPORT_SYMBOL vmlinux 0x568ae6a4 nf_register_net_hooks +EXPORT_SYMBOL vmlinux 0x569b1ec8 xfrm6_rcv_tnl +EXPORT_SYMBOL vmlinux 0x56aae5c2 sock_kmalloc +EXPORT_SYMBOL vmlinux 0x56adf565 sunxi_sram_release +EXPORT_SYMBOL vmlinux 0x56b71e5c unlock_rename +EXPORT_SYMBOL vmlinux 0x56be1cf0 xfrm_state_alloc +EXPORT_SYMBOL vmlinux 0x56c3db64 __tracepoint_kmalloc +EXPORT_SYMBOL vmlinux 0x56c8799d scsi_kunmap_atomic_sg +EXPORT_SYMBOL vmlinux 0x56ccb24e get_tree_single_reconf +EXPORT_SYMBOL vmlinux 0x56cd91f1 ip6_frag_init +EXPORT_SYMBOL vmlinux 0x56dbef6d phy_config_aneg +EXPORT_SYMBOL vmlinux 0x56de38ae cfb_copyarea +EXPORT_SYMBOL vmlinux 0x571a1df3 xfrm_policy_delete +EXPORT_SYMBOL vmlinux 0x571ba547 simple_get_link +EXPORT_SYMBOL vmlinux 0x571c309d fault_in_iov_iter_readable +EXPORT_SYMBOL vmlinux 0x57281780 udp_sk_rx_dst_set +EXPORT_SYMBOL vmlinux 0x5743ad29 blk_mq_run_hw_queues +EXPORT_SYMBOL vmlinux 0x574c2e74 bitmap_release_region +EXPORT_SYMBOL vmlinux 0x574c6a69 pci_free_irq +EXPORT_SYMBOL vmlinux 0x5753d9d3 mdiobus_register_device +EXPORT_SYMBOL vmlinux 0x57575f08 dmaengine_put +EXPORT_SYMBOL vmlinux 0x575cc2b3 tcp_getsockopt +EXPORT_SYMBOL vmlinux 0x57674fd7 __sw_hweight16 +EXPORT_SYMBOL vmlinux 0x576783d0 block_write_end +EXPORT_SYMBOL vmlinux 0x578d498c input_handler_for_each_handle +EXPORT_SYMBOL vmlinux 0x57900416 gen_pool_fixed_alloc +EXPORT_SYMBOL vmlinux 0x5792f848 strlcpy +EXPORT_SYMBOL vmlinux 0x57bc19d2 down_write +EXPORT_SYMBOL vmlinux 0x57c854ca __icmp_send +EXPORT_SYMBOL vmlinux 0x57cc1b27 generic_parse_monolithic +EXPORT_SYMBOL vmlinux 0x57d556c5 configfs_unregister_subsystem +EXPORT_SYMBOL vmlinux 0x57d915f0 skb_ext_add +EXPORT_SYMBOL vmlinux 0x57db8fd6 utf8_normalize +EXPORT_SYMBOL vmlinux 0x57dc7633 nf_log_packet +EXPORT_SYMBOL vmlinux 0x57f38cdc qe_get_firmware_info +EXPORT_SYMBOL vmlinux 0x58049fd9 tcp_seq_stop +EXPORT_SYMBOL vmlinux 0x5808a4ee sock_set_priority +EXPORT_SYMBOL vmlinux 0x580c245b tty_port_block_til_ready +EXPORT_SYMBOL vmlinux 0x580e863a i2c_smbus_write_block_data +EXPORT_SYMBOL vmlinux 0x5818fe3c posix_acl_from_mode +EXPORT_SYMBOL vmlinux 0x581f98da zlib_inflate +EXPORT_SYMBOL vmlinux 0x582606eb xudma_rflow_put +EXPORT_SYMBOL vmlinux 0x582b6275 xfrm_if_unregister_cb +EXPORT_SYMBOL vmlinux 0x582be523 i2c_smbus_read_i2c_block_data_or_emulated +EXPORT_SYMBOL vmlinux 0x5834441e arp_send +EXPORT_SYMBOL vmlinux 0x5838f6c9 rtc_valid_tm +EXPORT_SYMBOL vmlinux 0x5839bac6 __mod_zone_page_state +EXPORT_SYMBOL vmlinux 0x583cb0dd tc_setup_cb_replace +EXPORT_SYMBOL vmlinux 0x5845f035 blkdev_get_by_path +EXPORT_SYMBOL vmlinux 0x585ae877 nmi_panic +EXPORT_SYMBOL vmlinux 0x58778045 mipi_dsi_shutdown_peripheral +EXPORT_SYMBOL vmlinux 0x587b0954 kvasprintf +EXPORT_SYMBOL vmlinux 0x587b892e qe_get_num_of_risc +EXPORT_SYMBOL vmlinux 0x587f22d7 devmap_managed_key +EXPORT_SYMBOL vmlinux 0x587f43ce vme_irq_handler +EXPORT_SYMBOL vmlinux 0x5887cc36 flow_rule_match_mpls +EXPORT_SYMBOL vmlinux 0x589445a3 scsi_device_resume +EXPORT_SYMBOL vmlinux 0x58974181 dev_mc_sync +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 0x58b5b362 ram_aops +EXPORT_SYMBOL vmlinux 0x58b73bc7 match_wildcard +EXPORT_SYMBOL vmlinux 0x58de1b34 blk_stack_limits +EXPORT_SYMBOL vmlinux 0x58e3306d bit_wait_io +EXPORT_SYMBOL vmlinux 0x591b3313 blk_dump_rq_flags +EXPORT_SYMBOL vmlinux 0x591dc7be acpi_processor_notify_smm +EXPORT_SYMBOL vmlinux 0x5934b5a9 qman_destroy_fq +EXPORT_SYMBOL vmlinux 0x5949f24c ps2_end_command +EXPORT_SYMBOL vmlinux 0x595d8002 hdmi_infoframe_pack +EXPORT_SYMBOL vmlinux 0x596e94d4 nd_pfn_validate +EXPORT_SYMBOL vmlinux 0x59771a2b simple_getattr +EXPORT_SYMBOL vmlinux 0x59849956 sock_no_socketpair +EXPORT_SYMBOL vmlinux 0x599b4888 qe_setbrg +EXPORT_SYMBOL vmlinux 0x599e8480 blk_rq_map_user_iov +EXPORT_SYMBOL vmlinux 0x599fb41c kvmalloc_node +EXPORT_SYMBOL vmlinux 0x59a2f0ee packing +EXPORT_SYMBOL vmlinux 0x59b4ac3e tcp_memory_allocated +EXPORT_SYMBOL vmlinux 0x59b53739 __mdiobus_register +EXPORT_SYMBOL vmlinux 0x59bde7c4 sock_set_reuseaddr +EXPORT_SYMBOL vmlinux 0x59d8931f devm_devfreq_add_device +EXPORT_SYMBOL vmlinux 0x59df7691 tcp_time_wait +EXPORT_SYMBOL vmlinux 0x59e99f13 skb_recv_datagram +EXPORT_SYMBOL vmlinux 0x59f2e267 zpool_register_driver +EXPORT_SYMBOL vmlinux 0x5a0b73d0 zlib_deflateInit2 +EXPORT_SYMBOL vmlinux 0x5a290250 hdmi_drm_infoframe_pack_only +EXPORT_SYMBOL vmlinux 0x5a44f8cb __crypto_memneq +EXPORT_SYMBOL vmlinux 0x5a48cfaf simple_lookup +EXPORT_SYMBOL vmlinux 0x5a4d313e gf128mul_4k_lle +EXPORT_SYMBOL vmlinux 0x5a5f4e03 blk_mq_start_hw_queue +EXPORT_SYMBOL vmlinux 0x5a60b950 qm_channel_pool1 +EXPORT_SYMBOL vmlinux 0x5a73d96d dquot_quota_on_mount +EXPORT_SYMBOL vmlinux 0x5a79a807 pci_bus_read_config_byte +EXPORT_SYMBOL vmlinux 0x5a8d420f can_nice +EXPORT_SYMBOL vmlinux 0x5a91f143 single_open +EXPORT_SYMBOL vmlinux 0x5a921311 strncmp +EXPORT_SYMBOL vmlinux 0x5a99a0d7 flow_get_u32_dst +EXPORT_SYMBOL vmlinux 0x5a9f1d63 memmove +EXPORT_SYMBOL vmlinux 0x5aad8ca0 mmc_retune_pause +EXPORT_SYMBOL vmlinux 0x5aae08f3 mmc_gpio_get_ro +EXPORT_SYMBOL vmlinux 0x5ab57579 phy_ethtool_get_strings +EXPORT_SYMBOL vmlinux 0x5ac1888d netdev_warn +EXPORT_SYMBOL vmlinux 0x5acc2e93 csum_and_copy_to_iter +EXPORT_SYMBOL vmlinux 0x5ae1154b __traceiter_kfree +EXPORT_SYMBOL vmlinux 0x5ae73b2e dev_set_threaded +EXPORT_SYMBOL vmlinux 0x5b03af01 fman_get_mem_region +EXPORT_SYMBOL vmlinux 0x5b2f27fb do_wait_intr +EXPORT_SYMBOL vmlinux 0x5b364cf5 inode_needs_sync +EXPORT_SYMBOL vmlinux 0x5b3e282f xa_store +EXPORT_SYMBOL vmlinux 0x5b523b0c __quota_error +EXPORT_SYMBOL vmlinux 0x5b53ef07 ptp_cancel_worker_sync +EXPORT_SYMBOL vmlinux 0x5b54903b qcom_scm_pas_mem_setup +EXPORT_SYMBOL vmlinux 0x5b56860c vm_munmap +EXPORT_SYMBOL vmlinux 0x5b5f2ac4 bio_alloc_clone +EXPORT_SYMBOL vmlinux 0x5b664427 dquot_load_quota_sb +EXPORT_SYMBOL vmlinux 0x5b82a693 backlight_force_update +EXPORT_SYMBOL vmlinux 0x5b857bbd bioset_exit +EXPORT_SYMBOL vmlinux 0x5b8e013b vfs_ioctl +EXPORT_SYMBOL vmlinux 0x5b8e33fd vm_mmap +EXPORT_SYMBOL vmlinux 0x5bbdbb66 param_get_uint +EXPORT_SYMBOL vmlinux 0x5bbee6ba udp6_csum_init +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 0x5be9e1ee iterate_supers_type +EXPORT_SYMBOL vmlinux 0x5bfb2e03 scsi_test_unit_ready +EXPORT_SYMBOL vmlinux 0x5c26a53b wait_for_completion_io_timeout +EXPORT_SYMBOL vmlinux 0x5c3c7387 kstrtoull +EXPORT_SYMBOL vmlinux 0x5c61d282 dev_get_by_index +EXPORT_SYMBOL vmlinux 0x5c7a60f4 tcf_exts_validate +EXPORT_SYMBOL vmlinux 0x5c7cdae7 ppp_input +EXPORT_SYMBOL vmlinux 0x5c89d5a9 devfreq_update_status +EXPORT_SYMBOL vmlinux 0x5c93169f flow_rule_match_enc_opts +EXPORT_SYMBOL vmlinux 0x5ca16c1e amba_driver_register +EXPORT_SYMBOL vmlinux 0x5cb63d88 load_nls_default +EXPORT_SYMBOL vmlinux 0x5cd77a27 pin_user_pages +EXPORT_SYMBOL vmlinux 0x5ce1bfc8 scsi_add_host_with_dma +EXPORT_SYMBOL vmlinux 0x5cf53ce2 input_free_minor +EXPORT_SYMBOL vmlinux 0x5cfb26a0 acpi_enter_sleep_state +EXPORT_SYMBOL vmlinux 0x5cfd59bf __netdev_notify_peers +EXPORT_SYMBOL vmlinux 0x5d112304 __memcpy_fromio +EXPORT_SYMBOL vmlinux 0x5d1ac733 fwnode_phy_find_device +EXPORT_SYMBOL vmlinux 0x5d28e7d9 inet_get_local_port_range +EXPORT_SYMBOL vmlinux 0x5d294672 vme_register_bridge +EXPORT_SYMBOL vmlinux 0x5d31acf6 uart_match_port +EXPORT_SYMBOL vmlinux 0x5d49aabc init_wait_var_entry +EXPORT_SYMBOL vmlinux 0x5d66941b blk_queue_max_discard_sectors +EXPORT_SYMBOL vmlinux 0x5d6f1c91 of_find_mipi_dsi_host_by_node +EXPORT_SYMBOL vmlinux 0x5d725dfa dev_mc_add +EXPORT_SYMBOL vmlinux 0x5d72c453 __dev_remove_pack +EXPORT_SYMBOL vmlinux 0x5d8c2e34 ndo_dflt_fdb_del +EXPORT_SYMBOL vmlinux 0x5d9c4aa0 nf_hook_slow_list +EXPORT_SYMBOL vmlinux 0x5dac4cd6 qman_dqrr_set_ithresh +EXPORT_SYMBOL vmlinux 0x5daeac74 mipi_dsi_driver_unregister +EXPORT_SYMBOL vmlinux 0x5db425e1 serial8250_do_set_termios +EXPORT_SYMBOL vmlinux 0x5ddcab23 unregister_mii_tstamp_controller +EXPORT_SYMBOL vmlinux 0x5dde37dc alloc_file_pseudo +EXPORT_SYMBOL vmlinux 0x5de7882c folio_add_lru +EXPORT_SYMBOL vmlinux 0x5df785fc ip_route_me_harder +EXPORT_SYMBOL vmlinux 0x5e06bc5c refcount_dec_and_lock +EXPORT_SYMBOL vmlinux 0x5e0ccb9f sha1_transform +EXPORT_SYMBOL vmlinux 0x5e1e48b3 twl6030_mmc_card_detect +EXPORT_SYMBOL vmlinux 0x5e24d7c4 md_check_recovery +EXPORT_SYMBOL vmlinux 0x5e2ab098 pps_lookup_dev +EXPORT_SYMBOL vmlinux 0x5e3240a0 __cpu_online_mask +EXPORT_SYMBOL vmlinux 0x5e332b52 __var_waitqueue +EXPORT_SYMBOL vmlinux 0x5e373fb4 gf128mul_64k_bbe +EXPORT_SYMBOL vmlinux 0x5e5013a1 __insert_inode_hash +EXPORT_SYMBOL vmlinux 0x5e59c3c5 tty_vhangup +EXPORT_SYMBOL vmlinux 0x5e6f91f9 tegra_powergate_remove_clamping +EXPORT_SYMBOL vmlinux 0x5e71df18 fc_mount +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 0x5eabf62e bdi_unregister +EXPORT_SYMBOL vmlinux 0x5ec4aee6 put_sg_io_hdr +EXPORT_SYMBOL vmlinux 0x5ec5bc3b touch_buffer +EXPORT_SYMBOL vmlinux 0x5ec9510a pnp_register_driver +EXPORT_SYMBOL vmlinux 0x5eca31a7 __tty_alloc_driver +EXPORT_SYMBOL vmlinux 0x5ed040b0 pm_set_vt_switch +EXPORT_SYMBOL vmlinux 0x5ed90adc int_to_scsilun +EXPORT_SYMBOL vmlinux 0x5edbe8ad dma_get_sgtable_attrs +EXPORT_SYMBOL vmlinux 0x5ee42f18 finalize_exec +EXPORT_SYMBOL vmlinux 0x5ee4ca1e new_inode +EXPORT_SYMBOL vmlinux 0x5ee79309 __zerocopy_sg_from_iter +EXPORT_SYMBOL vmlinux 0x5eeeef47 dma_resv_iter_next_unlocked +EXPORT_SYMBOL vmlinux 0x5ef53380 jbd2_journal_unlock_updates +EXPORT_SYMBOL vmlinux 0x5ef6a672 gen_pool_for_each_chunk +EXPORT_SYMBOL vmlinux 0x5efdd68b __tracepoint_mmap_lock_released +EXPORT_SYMBOL vmlinux 0x5efde8e6 proc_doulongvec_ms_jiffies_minmax +EXPORT_SYMBOL vmlinux 0x5effff07 pm8606_osc_enable +EXPORT_SYMBOL vmlinux 0x5f02bbde prepare_kernel_cred +EXPORT_SYMBOL vmlinux 0x5f098b2a in6addr_interfacelocal_allrouters +EXPORT_SYMBOL vmlinux 0x5f0bffb8 folio_end_writeback +EXPORT_SYMBOL vmlinux 0x5f0c3020 security_unix_stream_connect +EXPORT_SYMBOL vmlinux 0x5f2ba55e security_req_classify_flow +EXPORT_SYMBOL vmlinux 0x5f30e7a7 tegra_io_pad_power_disable +EXPORT_SYMBOL vmlinux 0x5f33001f dquot_file_open +EXPORT_SYMBOL vmlinux 0x5f412606 inet_proto_csum_replace16 +EXPORT_SYMBOL vmlinux 0x5f5441c8 __ubsan_handle_alignment_assumption +EXPORT_SYMBOL vmlinux 0x5f69fcd6 dma_map_sg_attrs +EXPORT_SYMBOL vmlinux 0x5f6b889c rproc_va_to_pa +EXPORT_SYMBOL vmlinux 0x5f7d521c input_unregister_handler +EXPORT_SYMBOL vmlinux 0x5f837db0 phy_disconnect +EXPORT_SYMBOL vmlinux 0x5f85cb7b poll_freewait +EXPORT_SYMBOL vmlinux 0x5f93525c acpi_extract_package +EXPORT_SYMBOL vmlinux 0x5fa2bd35 seq_read +EXPORT_SYMBOL vmlinux 0x5fb001ae devfreq_suspend_device +EXPORT_SYMBOL vmlinux 0x5fb56585 setup_arg_pages +EXPORT_SYMBOL vmlinux 0x5fb566df rc5t583_ext_power_req_config +EXPORT_SYMBOL vmlinux 0x5fbb09d1 pci_disable_msi +EXPORT_SYMBOL vmlinux 0x5fc72f0e alloc_pages_exact +EXPORT_SYMBOL vmlinux 0x5fe925a6 __ip4_datagram_connect +EXPORT_SYMBOL vmlinux 0x5fed178c meson_sm_call +EXPORT_SYMBOL vmlinux 0x5ff9eb0e lockref_mark_dead +EXPORT_SYMBOL vmlinux 0x5ffbb1b2 udp_ioctl +EXPORT_SYMBOL vmlinux 0x6005c351 zpool_has_pool +EXPORT_SYMBOL vmlinux 0x60062722 mipi_dsi_host_register +EXPORT_SYMBOL vmlinux 0x600683d3 do_unblank_screen +EXPORT_SYMBOL vmlinux 0x6008122d vfs_dup_fs_context +EXPORT_SYMBOL vmlinux 0x6008689f kthread_complete_and_exit +EXPORT_SYMBOL vmlinux 0x6009af87 dev_activate +EXPORT_SYMBOL vmlinux 0x601f62a6 dev_remove_offload +EXPORT_SYMBOL vmlinux 0x601f665f dm_io_client_create +EXPORT_SYMBOL vmlinux 0x60352082 register_inet6addr_notifier +EXPORT_SYMBOL vmlinux 0x604efd3d kiocb_set_cancel_fn +EXPORT_SYMBOL vmlinux 0x605790dc fiemap_fill_next_extent +EXPORT_SYMBOL vmlinux 0x60706685 ww_mutex_lock +EXPORT_SYMBOL vmlinux 0x608741b5 __init_swait_queue_head +EXPORT_SYMBOL vmlinux 0x608842ff pcie_capability_read_word +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 0x60ac426c folio_alloc +EXPORT_SYMBOL vmlinux 0x60b3071f neigh_proc_dointvec +EXPORT_SYMBOL vmlinux 0x60b9b881 sock_queue_err_skb +EXPORT_SYMBOL vmlinux 0x60c33cb2 iterate_fd +EXPORT_SYMBOL vmlinux 0x60d13e0e rproc_remove_subdev +EXPORT_SYMBOL vmlinux 0x60d8ab30 vme_lm_get +EXPORT_SYMBOL vmlinux 0x60f5fb34 migrate_folio +EXPORT_SYMBOL vmlinux 0x61073e4a acpi_os_map_generic_address +EXPORT_SYMBOL vmlinux 0x61110f6f mmc_gpio_set_cd_isr +EXPORT_SYMBOL vmlinux 0x61267005 mdiobus_scan +EXPORT_SYMBOL vmlinux 0x6128b5fc __printk_ratelimit +EXPORT_SYMBOL vmlinux 0x612f28d4 generic_delete_inode +EXPORT_SYMBOL vmlinux 0x61347034 mb_cache_entry_delete_or_get +EXPORT_SYMBOL vmlinux 0x615911d7 __bitmap_set +EXPORT_SYMBOL vmlinux 0x615f6805 bio_copy_data_iter +EXPORT_SYMBOL vmlinux 0x616f8df6 devm_devfreq_add_governor +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 0x618f56c0 dm_register_target +EXPORT_SYMBOL vmlinux 0x61953d38 crypto_sha512_finup +EXPORT_SYMBOL vmlinux 0x619cb7dd simple_read_from_buffer +EXPORT_SYMBOL vmlinux 0x61ab09e7 sock_rfree +EXPORT_SYMBOL vmlinux 0x61b7b126 simple_strtoull +EXPORT_SYMBOL vmlinux 0x61c690ea scsi_partsize +EXPORT_SYMBOL vmlinux 0x61e272c9 sha256_final +EXPORT_SYMBOL vmlinux 0x61ea189b fb_pad_aligned_buffer +EXPORT_SYMBOL vmlinux 0x61ed9299 sockopt_lock_sock +EXPORT_SYMBOL vmlinux 0x61f65f2d eth_header_parse_protocol +EXPORT_SYMBOL vmlinux 0x6202fb32 security_path_rename +EXPORT_SYMBOL vmlinux 0x6208e39d devm_devfreq_register_opp_notifier +EXPORT_SYMBOL vmlinux 0x621326be kill_fasync +EXPORT_SYMBOL vmlinux 0x621484e7 pci_release_resource +EXPORT_SYMBOL vmlinux 0x6214aef2 cpufreq_unregister_notifier +EXPORT_SYMBOL vmlinux 0x621f867e inc_nlink +EXPORT_SYMBOL vmlinux 0x6228c21f smp_call_function_single +EXPORT_SYMBOL vmlinux 0x625988dc param_ops_ullong +EXPORT_SYMBOL vmlinux 0x625abf15 inet6_add_protocol +EXPORT_SYMBOL vmlinux 0x62737e1d sock_unregister +EXPORT_SYMBOL vmlinux 0x6273c160 qdisc_reset +EXPORT_SYMBOL vmlinux 0x6276af56 migrate_device_range +EXPORT_SYMBOL vmlinux 0x62849ac7 dev_valid_name +EXPORT_SYMBOL vmlinux 0x628caf72 mdio_device_free +EXPORT_SYMBOL vmlinux 0x629079b3 dma_fence_signal_timestamp +EXPORT_SYMBOL vmlinux 0x6292b4ad bio_chain +EXPORT_SYMBOL vmlinux 0x62949074 acpi_buffer_to_resource +EXPORT_SYMBOL vmlinux 0x62ab728f nf_ip_checksum +EXPORT_SYMBOL vmlinux 0x62c2ed81 filemap_fdatawait_range +EXPORT_SYMBOL vmlinux 0x62ca0f4e tcp_poll +EXPORT_SYMBOL vmlinux 0x62d3008c sk_net_capable +EXPORT_SYMBOL vmlinux 0x62d96443 qman_dma_portal +EXPORT_SYMBOL vmlinux 0x62dcfd09 xfrm_state_insert +EXPORT_SYMBOL vmlinux 0x62e4ef97 tty_unregister_device +EXPORT_SYMBOL vmlinux 0x62e637fd noop_fsync +EXPORT_SYMBOL vmlinux 0x62f7e207 down_read_killable +EXPORT_SYMBOL vmlinux 0x62fa2095 request_partial_firmware_into_buf +EXPORT_SYMBOL vmlinux 0x63047e99 mr_vif_seq_idx +EXPORT_SYMBOL vmlinux 0x6309917e msm_pinctrl_probe +EXPORT_SYMBOL vmlinux 0x6315c42c zstd_get_params +EXPORT_SYMBOL vmlinux 0x631d06aa cpu_rmap_put +EXPORT_SYMBOL vmlinux 0x632755d5 d_splice_alias +EXPORT_SYMBOL vmlinux 0x633c4b35 simple_pin_fs +EXPORT_SYMBOL vmlinux 0x635fa641 dma_resv_reserve_fences +EXPORT_SYMBOL vmlinux 0x636748d1 netif_set_real_num_rx_queues +EXPORT_SYMBOL vmlinux 0x636e5de7 generic_writepages +EXPORT_SYMBOL vmlinux 0x63a58370 flow_action_cookie_destroy +EXPORT_SYMBOL vmlinux 0x63a7c28c bitmap_find_free_region +EXPORT_SYMBOL vmlinux 0x63b61500 ww_mutex_lock_interruptible +EXPORT_SYMBOL vmlinux 0x63d57c7a nosteal_pipe_buf_ops +EXPORT_SYMBOL vmlinux 0x63d767cd skb_checksum_help +EXPORT_SYMBOL vmlinux 0x63eb9355 panic_blink +EXPORT_SYMBOL vmlinux 0x63f5aec1 vme_unregister_driver +EXPORT_SYMBOL vmlinux 0x6401f6a6 mipi_dsi_generic_write +EXPORT_SYMBOL vmlinux 0x64127b67 bitmap_find_next_zero_area_off +EXPORT_SYMBOL vmlinux 0x6424640b of_n_size_cells +EXPORT_SYMBOL vmlinux 0x642eb5c6 xen_poll_irq_timeout +EXPORT_SYMBOL vmlinux 0x64306ea8 __dynamic_ibdev_dbg +EXPORT_SYMBOL vmlinux 0x643f3068 __tracepoint_spi_transfer_stop +EXPORT_SYMBOL vmlinux 0x644be12c qman_affine_cpus +EXPORT_SYMBOL vmlinux 0x6455298a security_xfrm_policy_free +EXPORT_SYMBOL vmlinux 0x6467d640 fscrypt_ioctl_get_policy +EXPORT_SYMBOL vmlinux 0x6481ffe0 hsiphash_1u32 +EXPORT_SYMBOL vmlinux 0x648eb59d gc_inflight_list +EXPORT_SYMBOL vmlinux 0x64a37b6e kernel_listen +EXPORT_SYMBOL vmlinux 0x64a9c928 default_blu +EXPORT_SYMBOL vmlinux 0x64bbc288 string_unescape +EXPORT_SYMBOL vmlinux 0x64bc22d9 inet_dev_addr_type +EXPORT_SYMBOL vmlinux 0x64bcce91 fs_param_is_string +EXPORT_SYMBOL vmlinux 0x64bee588 blk_mq_complete_request +EXPORT_SYMBOL vmlinux 0x64e89569 mpage_writepages +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 0x65218d27 mmc_of_parse_voltage +EXPORT_SYMBOL vmlinux 0x6525d3b8 mmc_cqe_post_req +EXPORT_SYMBOL vmlinux 0x652ce9aa nla_memcmp +EXPORT_SYMBOL vmlinux 0x6534eb92 blk_queue_logical_block_size +EXPORT_SYMBOL vmlinux 0x65408378 zlib_inflate_blob +EXPORT_SYMBOL vmlinux 0x6541bcec __netlink_ns_capable +EXPORT_SYMBOL vmlinux 0x654449c3 memset16 +EXPORT_SYMBOL vmlinux 0x655a2d41 __inc_zone_page_state +EXPORT_SYMBOL vmlinux 0x656c1a0e string_escape_mem +EXPORT_SYMBOL vmlinux 0x656e4a6e snprintf +EXPORT_SYMBOL vmlinux 0x658631f3 cros_ec_get_host_event +EXPORT_SYMBOL vmlinux 0x658c9a0e __alloc_skb +EXPORT_SYMBOL vmlinux 0x658ce1a8 xxh64_reset +EXPORT_SYMBOL vmlinux 0x65929cae ns_to_timespec64 +EXPORT_SYMBOL vmlinux 0x659ded26 xfrm_flush_gc +EXPORT_SYMBOL vmlinux 0x65ba735b __stack_chk_fail +EXPORT_SYMBOL vmlinux 0x65bab369 fscrypt_decrypt_pagecache_blocks +EXPORT_SYMBOL vmlinux 0x65bb6d6a fb_get_mode +EXPORT_SYMBOL vmlinux 0x65bc6b65 from_kgid +EXPORT_SYMBOL vmlinux 0x65d1bab2 acpi_bios_warning +EXPORT_SYMBOL vmlinux 0x65d9e877 cpufreq_register_notifier +EXPORT_SYMBOL vmlinux 0x65dccf13 xz_dec_end +EXPORT_SYMBOL vmlinux 0x65df86dc inode_add_bytes +EXPORT_SYMBOL vmlinux 0x65e0d6d7 memory_read_from_buffer +EXPORT_SYMBOL vmlinux 0x65e5cf93 inet_protos +EXPORT_SYMBOL vmlinux 0x65ebc4c4 input_match_device_id +EXPORT_SYMBOL vmlinux 0x65f1e89e jbd2_journal_grab_journal_head +EXPORT_SYMBOL vmlinux 0x65fec441 folio_account_redirty +EXPORT_SYMBOL vmlinux 0x660d22f2 qdisc_hash_del +EXPORT_SYMBOL vmlinux 0x661195ac folio_wait_private_2 +EXPORT_SYMBOL vmlinux 0x66205869 pci_setup_cardbus +EXPORT_SYMBOL vmlinux 0x6626afca down +EXPORT_SYMBOL vmlinux 0x662a2d27 inet_csk_complete_hashdance +EXPORT_SYMBOL vmlinux 0x662fe6f2 seq_escape_mem +EXPORT_SYMBOL vmlinux 0x663e1326 serial8250_do_pm +EXPORT_SYMBOL vmlinux 0x664b1e29 qman_delete_cgr +EXPORT_SYMBOL vmlinux 0x66517570 logfc +EXPORT_SYMBOL vmlinux 0x66559acb tcp_ld_RTO_revert +EXPORT_SYMBOL vmlinux 0x665e2513 zstd_max_clevel +EXPORT_SYMBOL vmlinux 0x66628bf3 ip_tunnel_metadata_cnt +EXPORT_SYMBOL vmlinux 0x6667a64b i2c_transfer_buffer_flags +EXPORT_SYMBOL vmlinux 0x666863dc par_io_config_pin +EXPORT_SYMBOL vmlinux 0x6673f96d xxh32_reset +EXPORT_SYMBOL vmlinux 0x66826f5a xudma_get_ringacc +EXPORT_SYMBOL vmlinux 0x668a41f9 dst_destroy +EXPORT_SYMBOL vmlinux 0x668b19a1 down_read +EXPORT_SYMBOL vmlinux 0x66905019 inode_dio_wait +EXPORT_SYMBOL vmlinux 0x669c191b dm_consume_args +EXPORT_SYMBOL vmlinux 0x66a9439e cdev_device_add +EXPORT_SYMBOL vmlinux 0x66af1fd1 lockref_put_or_lock +EXPORT_SYMBOL vmlinux 0x66b26ffa vm_map_pages_zero +EXPORT_SYMBOL vmlinux 0x66b4cc41 kmemdup +EXPORT_SYMBOL vmlinux 0x66bd0a8a tcf_idr_search +EXPORT_SYMBOL vmlinux 0x66bd611b tty_insert_flip_string_fixed_flag +EXPORT_SYMBOL vmlinux 0x66c0697c mini_qdisc_pair_init +EXPORT_SYMBOL vmlinux 0x66d8f399 inode_maybe_inc_iversion +EXPORT_SYMBOL vmlinux 0x66fa20de fscrypt_fname_disk_to_usr +EXPORT_SYMBOL vmlinux 0x66faed1d jbd2_journal_init_inode +EXPORT_SYMBOL vmlinux 0x670ce7b3 dmaengine_get_unmap_data +EXPORT_SYMBOL vmlinux 0x671996fd blk_rq_map_user_io +EXPORT_SYMBOL vmlinux 0x671c4c1f mmc_alloc_host +EXPORT_SYMBOL vmlinux 0x67343588 inet_frag_kill +EXPORT_SYMBOL vmlinux 0x67346e01 genl_register_family +EXPORT_SYMBOL vmlinux 0x67412d2f ucc_slow_enable +EXPORT_SYMBOL vmlinux 0x6749d53f hdmi_vendor_infoframe_init +EXPORT_SYMBOL vmlinux 0x675ac292 nf_register_sockopt +EXPORT_SYMBOL vmlinux 0x6769356c mount_subtree +EXPORT_SYMBOL vmlinux 0x678b96ec dma_pool_alloc +EXPORT_SYMBOL vmlinux 0x67b027c4 amba_driver_unregister +EXPORT_SYMBOL vmlinux 0x67b27ec1 tty_std_termios +EXPORT_SYMBOL vmlinux 0x67b78eb3 seq_hlist_next_rcu +EXPORT_SYMBOL vmlinux 0x67bfd18a __sk_mem_reclaim +EXPORT_SYMBOL vmlinux 0x67c13ea0 acpi_read +EXPORT_SYMBOL vmlinux 0x67c522e9 dmam_pool_create +EXPORT_SYMBOL vmlinux 0x67c8551d arp_tbl +EXPORT_SYMBOL vmlinux 0x67ca53dd inet6_unregister_protosw +EXPORT_SYMBOL vmlinux 0x67dc880b unregister_netdevice_notifier_dev_net +EXPORT_SYMBOL vmlinux 0x67e9cda5 devfreq_add_governor +EXPORT_SYMBOL vmlinux 0x67eee5c4 fuse_dequeue_forget +EXPORT_SYMBOL vmlinux 0x67f52792 t10_pi_type3_ip +EXPORT_SYMBOL vmlinux 0x680ce012 may_setattr +EXPORT_SYMBOL vmlinux 0x680f9432 generic_perform_write +EXPORT_SYMBOL vmlinux 0x681ae7f2 input_set_keycode +EXPORT_SYMBOL vmlinux 0x6824f1df mr_table_dump +EXPORT_SYMBOL vmlinux 0x682c42c8 security_dentry_init_security +EXPORT_SYMBOL vmlinux 0x68500b16 clocksource_change_rating +EXPORT_SYMBOL vmlinux 0x685ab27e __traceiter_spi_transfer_stop +EXPORT_SYMBOL vmlinux 0x686d7742 folio_end_private_2 +EXPORT_SYMBOL vmlinux 0x687b6a16 kdbgetsymval +EXPORT_SYMBOL vmlinux 0x6882e06b xfrm6_rcv_encap +EXPORT_SYMBOL vmlinux 0x689f9be1 __bread_gfp +EXPORT_SYMBOL vmlinux 0x68b57139 pm_vt_switch_required +EXPORT_SYMBOL vmlinux 0x68c2ef10 dump_skip +EXPORT_SYMBOL vmlinux 0x68c619eb call_fib_notifiers +EXPORT_SYMBOL vmlinux 0x68eb2753 jbd2_journal_finish_inode_data_buffers +EXPORT_SYMBOL vmlinux 0x68eb5032 tcp_stream_memory_free +EXPORT_SYMBOL vmlinux 0x68ecc302 tcp_openreq_init_rwin +EXPORT_SYMBOL vmlinux 0x68f2ba0a file_modified +EXPORT_SYMBOL vmlinux 0x68fb581a icst307_idx2s +EXPORT_SYMBOL vmlinux 0x69049cd2 radix_tree_replace_slot +EXPORT_SYMBOL vmlinux 0x69126d3b xfrm_policy_walk +EXPORT_SYMBOL vmlinux 0x69166145 ata_scsi_cmd_error_handler +EXPORT_SYMBOL vmlinux 0x693ca0d4 flow_rule_match_ipv4_addrs +EXPORT_SYMBOL vmlinux 0x6948c380 of_phy_connect +EXPORT_SYMBOL vmlinux 0x694db98f blk_mq_free_tag_set +EXPORT_SYMBOL vmlinux 0x6964bbe0 get_unmapped_area +EXPORT_SYMBOL vmlinux 0x69668826 netdev_increment_features +EXPORT_SYMBOL vmlinux 0x696a00c3 inet_del_protocol +EXPORT_SYMBOL vmlinux 0x6971447a rtc_month_days +EXPORT_SYMBOL vmlinux 0x6972e413 __bitmap_weight_and +EXPORT_SYMBOL vmlinux 0x697e6d7b scsi_is_host_device +EXPORT_SYMBOL vmlinux 0x697ed5f0 memcpy_and_pad +EXPORT_SYMBOL vmlinux 0x698905e1 scsi_track_queue_full +EXPORT_SYMBOL vmlinux 0x69933833 genlmsg_multicast_allns +EXPORT_SYMBOL vmlinux 0x69b35efb inet_frag_reasm_prepare +EXPORT_SYMBOL vmlinux 0x69d2d022 neigh_ifdown +EXPORT_SYMBOL vmlinux 0x69dd3b5b crc32_le +EXPORT_SYMBOL vmlinux 0x69de8757 vme_check_window +EXPORT_SYMBOL vmlinux 0x69e59749 filemap_invalidate_unlock_two +EXPORT_SYMBOL vmlinux 0x69e67a13 ip6_frag_next +EXPORT_SYMBOL vmlinux 0x69ec9449 uart_get_divisor +EXPORT_SYMBOL vmlinux 0x6a004836 pci_free_irq_vectors +EXPORT_SYMBOL vmlinux 0x6a037cf1 mempool_kfree +EXPORT_SYMBOL vmlinux 0x6a34b8ec pci_read_config_word +EXPORT_SYMBOL vmlinux 0x6a3766b2 qman_delete_cgr_safe +EXPORT_SYMBOL vmlinux 0x6a449c4f register_sysctl_table +EXPORT_SYMBOL vmlinux 0x6a4761ec inode_io_list_del +EXPORT_SYMBOL vmlinux 0x6a5cb5ee __get_free_pages +EXPORT_SYMBOL vmlinux 0x6a5ecb18 unregister_module_notifier +EXPORT_SYMBOL vmlinux 0x6a5eeee7 param_ops_invbool +EXPORT_SYMBOL vmlinux 0x6a5fa363 sigprocmask +EXPORT_SYMBOL vmlinux 0x6a6e05bf kstrtou8 +EXPORT_SYMBOL vmlinux 0x6a777d63 trace_raw_output_prep +EXPORT_SYMBOL vmlinux 0x6a7832c0 __sk_mem_schedule +EXPORT_SYMBOL vmlinux 0x6a83cf6f tcp_sync_mss +EXPORT_SYMBOL vmlinux 0x6a84b567 bio_reset +EXPORT_SYMBOL vmlinux 0x6a87dc08 mdio_device_remove +EXPORT_SYMBOL vmlinux 0x6a90663a qman_schedule_fq +EXPORT_SYMBOL vmlinux 0x6aa8c1f4 read_cache_folio +EXPORT_SYMBOL vmlinux 0x6add5c9a dmi_find_device +EXPORT_SYMBOL vmlinux 0x6aebe2a8 add_to_pipe +EXPORT_SYMBOL vmlinux 0x6aeefac4 zlib_deflateReset +EXPORT_SYMBOL vmlinux 0x6af10d4f con_set_default_unimap +EXPORT_SYMBOL vmlinux 0x6b079231 alt_cb_patch_nops +EXPORT_SYMBOL vmlinux 0x6b0ebbfe __napi_schedule_irqoff +EXPORT_SYMBOL vmlinux 0x6b1df84e tcf_exts_dump_stats +EXPORT_SYMBOL vmlinux 0x6b27729b radix_tree_gang_lookup +EXPORT_SYMBOL vmlinux 0x6b2dc060 dump_stack +EXPORT_SYMBOL vmlinux 0x6b4a8215 path_is_under +EXPORT_SYMBOL vmlinux 0x6b55acd0 rtnl_lock_killable +EXPORT_SYMBOL vmlinux 0x6b853d06 ns_to_kernel_old_timeval +EXPORT_SYMBOL vmlinux 0x6b8bf149 netif_receive_skb_list +EXPORT_SYMBOL vmlinux 0x6b8ca8b3 __skb_checksum_complete +EXPORT_SYMBOL vmlinux 0x6b8ef5e7 napi_enable +EXPORT_SYMBOL vmlinux 0x6b94ea80 __skb_vlan_pop +EXPORT_SYMBOL vmlinux 0x6b958630 ip_tunnel_header_ops +EXPORT_SYMBOL vmlinux 0x6b9a4905 cdev_del +EXPORT_SYMBOL vmlinux 0x6bb5c7c5 kmem_cache_alloc_node +EXPORT_SYMBOL vmlinux 0x6bc0457f of_graph_get_port_by_id +EXPORT_SYMBOL vmlinux 0x6bc2b0cf napi_gro_flush +EXPORT_SYMBOL vmlinux 0x6bc3fbc0 __unregister_chrdev +EXPORT_SYMBOL vmlinux 0x6bc8ce20 of_cpu_node_to_id +EXPORT_SYMBOL vmlinux 0x6bd0e573 down_interruptible +EXPORT_SYMBOL vmlinux 0x6bd4fbdd vmf_insert_mixed +EXPORT_SYMBOL vmlinux 0x6bdda8f7 param_ops_long +EXPORT_SYMBOL vmlinux 0x6be1c1f8 acpi_install_method +EXPORT_SYMBOL vmlinux 0x6be4acd0 invalidate_inode_buffers +EXPORT_SYMBOL vmlinux 0x6be51e7b netdev_update_features +EXPORT_SYMBOL vmlinux 0x6be63e58 pcix_get_max_mmrbc +EXPORT_SYMBOL vmlinux 0x6bedc2d6 inet_csk_clear_xmit_timers +EXPORT_SYMBOL vmlinux 0x6bf181c1 __tracepoint_kmem_cache_free +EXPORT_SYMBOL vmlinux 0x6c18952f napi_gro_receive +EXPORT_SYMBOL vmlinux 0x6c224cda gen_pool_destroy +EXPORT_SYMBOL vmlinux 0x6c257ac0 tty_termios_hw_change +EXPORT_SYMBOL vmlinux 0x6c2cc4a8 __mod_node_page_state +EXPORT_SYMBOL vmlinux 0x6c2e8aa5 _copy_to_iter +EXPORT_SYMBOL vmlinux 0x6c2f5214 netdev_features_change +EXPORT_SYMBOL vmlinux 0x6c4b748b ihold +EXPORT_SYMBOL vmlinux 0x6c5adc26 pnp_unregister_driver +EXPORT_SYMBOL vmlinux 0x6c5f1ddf pci_alloc_irq_vectors_affinity +EXPORT_SYMBOL vmlinux 0x6c61ce70 num_registered_fb +EXPORT_SYMBOL vmlinux 0x6c6a875c dquot_initialize +EXPORT_SYMBOL vmlinux 0x6c6def1f md_flush_request +EXPORT_SYMBOL vmlinux 0x6c77cc68 phy_ethtool_get_stats +EXPORT_SYMBOL vmlinux 0x6c7a0323 __tracepoint_kmem_cache_alloc +EXPORT_SYMBOL vmlinux 0x6c7c43e4 mark_buffer_dirty +EXPORT_SYMBOL vmlinux 0x6c8879b0 netdev_change_features +EXPORT_SYMBOL vmlinux 0x6c937a52 sock_init_data +EXPORT_SYMBOL vmlinux 0x6cab884c clear_page_dirty_for_io +EXPORT_SYMBOL vmlinux 0x6cb46525 netlbl_catmap_walk +EXPORT_SYMBOL vmlinux 0x6cbbfc54 __arch_copy_to_user +EXPORT_SYMBOL vmlinux 0x6cd690b3 tcf_qevent_validate_change +EXPORT_SYMBOL vmlinux 0x6cee5d07 pm860x_page_bulk_read +EXPORT_SYMBOL vmlinux 0x6cf0d67d qe_get_num_of_snums +EXPORT_SYMBOL vmlinux 0x6d06df12 blk_queue_virt_boundary +EXPORT_SYMBOL vmlinux 0x6d16c104 mutex_lock_killable +EXPORT_SYMBOL vmlinux 0x6d21f8c7 flow_rule_match_ports_range +EXPORT_SYMBOL vmlinux 0x6d294e43 clock_t_to_jiffies +EXPORT_SYMBOL vmlinux 0x6d3bdc66 pci_get_slot +EXPORT_SYMBOL vmlinux 0x6d470540 ps2_command +EXPORT_SYMBOL vmlinux 0x6d51d1e1 ww_mutex_trylock +EXPORT_SYMBOL vmlinux 0x6d5f5b91 radix_tree_tagged +EXPORT_SYMBOL vmlinux 0x6d65b245 scsi_alloc_sgtables +EXPORT_SYMBOL vmlinux 0x6d73c95f logic_outw +EXPORT_SYMBOL vmlinux 0x6d774f18 seq_path +EXPORT_SYMBOL vmlinux 0x6d7c7dcc bitmap_cut +EXPORT_SYMBOL vmlinux 0x6d7d149a of_graph_get_remote_port_parent +EXPORT_SYMBOL vmlinux 0x6d9086c9 neigh_connected_output +EXPORT_SYMBOL vmlinux 0x6d9bdbf7 __of_parse_phandle_with_args +EXPORT_SYMBOL vmlinux 0x6d9f4a95 pci_alloc_dev +EXPORT_SYMBOL vmlinux 0x6da3449c mdio_driver_register +EXPORT_SYMBOL vmlinux 0x6da467cb pfn_is_map_memory +EXPORT_SYMBOL vmlinux 0x6da5ce45 pin_user_pages_remote +EXPORT_SYMBOL vmlinux 0x6da66da5 __filemap_get_folio +EXPORT_SYMBOL vmlinux 0x6db61aa7 set_binfmt +EXPORT_SYMBOL vmlinux 0x6dba9051 xz_dec_microlzma_end +EXPORT_SYMBOL vmlinux 0x6dc35b25 radix_tree_iter_delete +EXPORT_SYMBOL vmlinux 0x6dc698ea pci_select_bars +EXPORT_SYMBOL vmlinux 0x6dcf857f uuid_null +EXPORT_SYMBOL vmlinux 0x6dd17e7b acpi_get_table_header +EXPORT_SYMBOL vmlinux 0x6de059a7 skb_flow_dissect_tunnel_info +EXPORT_SYMBOL vmlinux 0x6df0d243 kern_unmount_array +EXPORT_SYMBOL vmlinux 0x6df1aaf1 kernel_sigaction +EXPORT_SYMBOL vmlinux 0x6dffb180 __starget_for_each_device +EXPORT_SYMBOL vmlinux 0x6e072c97 cpu_hwcaps +EXPORT_SYMBOL vmlinux 0x6e1767ec tcp_v4_md5_lookup +EXPORT_SYMBOL vmlinux 0x6e2430a0 dma_set_mask +EXPORT_SYMBOL vmlinux 0x6e42fd6d __netif_rx +EXPORT_SYMBOL vmlinux 0x6e43e0c5 cros_ec_check_result +EXPORT_SYMBOL vmlinux 0x6e457a7d jbd2_journal_get_write_access +EXPORT_SYMBOL vmlinux 0x6e4c5142 param_get_byte +EXPORT_SYMBOL vmlinux 0x6e5b8651 xz_dec_run +EXPORT_SYMBOL vmlinux 0x6e6335ff padata_free_shell +EXPORT_SYMBOL vmlinux 0x6e709820 netlink_net_capable +EXPORT_SYMBOL vmlinux 0x6e720ff2 rtnl_unlock +EXPORT_SYMBOL vmlinux 0x6e9dd606 __symbol_put +EXPORT_SYMBOL vmlinux 0x6ea1a6ec dm_table_get_size +EXPORT_SYMBOL vmlinux 0x6ea9363b force_sig +EXPORT_SYMBOL vmlinux 0x6ed69166 to_nd_pfn +EXPORT_SYMBOL vmlinux 0x6eecfaf4 sg_copy_buffer +EXPORT_SYMBOL vmlinux 0x6ef0901b udp6_seq_ops +EXPORT_SYMBOL vmlinux 0x6ef63cc6 fib_notifier_ops_register +EXPORT_SYMBOL vmlinux 0x6f11f054 find_get_pages_range_tag +EXPORT_SYMBOL vmlinux 0x6f14e9db console_list_lock +EXPORT_SYMBOL vmlinux 0x6f30acb7 inet_sk_get_local_port_range +EXPORT_SYMBOL vmlinux 0x6f41a428 acpi_get_vendor_resource +EXPORT_SYMBOL vmlinux 0x6f4a59e4 sort_r +EXPORT_SYMBOL vmlinux 0x6f584e6a free_buffer_head +EXPORT_SYMBOL vmlinux 0x6f5ab52f acpi_get_local_address +EXPORT_SYMBOL vmlinux 0x6f5dbe17 try_lookup_one_len +EXPORT_SYMBOL vmlinux 0x6f609e8e phy_ethtool_set_link_ksettings +EXPORT_SYMBOL vmlinux 0x6f66cd6f d_set_fallthru +EXPORT_SYMBOL vmlinux 0x6f915a45 dqstats +EXPORT_SYMBOL vmlinux 0x6fa2575b devm_ioremap +EXPORT_SYMBOL vmlinux 0x6fb49676 queue_rcu_work +EXPORT_SYMBOL vmlinux 0x6fb9aa85 eth_gro_complete +EXPORT_SYMBOL vmlinux 0x6fbc6a00 radix_tree_insert +EXPORT_SYMBOL vmlinux 0x6fbe0c5f mii_ethtool_sset +EXPORT_SYMBOL vmlinux 0x6fc48021 dynamic_cond_resched +EXPORT_SYMBOL vmlinux 0x6fcb87a1 touch_softlockup_watchdog +EXPORT_SYMBOL vmlinux 0x6fd3292f unlock_buffer +EXPORT_SYMBOL vmlinux 0x6fd9c35a __clzdi2 +EXPORT_SYMBOL vmlinux 0x6ff3a485 dynamic_might_resched +EXPORT_SYMBOL vmlinux 0x6fff261f __arch_clear_user +EXPORT_SYMBOL vmlinux 0x70002fe8 siphash_1u32 +EXPORT_SYMBOL vmlinux 0x70056a41 configfs_register_default_group +EXPORT_SYMBOL vmlinux 0x701d7f29 genphy_read_abilities +EXPORT_SYMBOL vmlinux 0x7023bea8 unregister_acpi_notifier +EXPORT_SYMBOL vmlinux 0x7027d5c7 _dev_crit +EXPORT_SYMBOL vmlinux 0x702946da ucs2_strlen +EXPORT_SYMBOL vmlinux 0x70726a09 unix_get_socket +EXPORT_SYMBOL vmlinux 0x7076b421 kernel_param_unlock +EXPORT_SYMBOL vmlinux 0x707ef0ec devm_nvmem_cell_put +EXPORT_SYMBOL vmlinux 0x709eaf2f rtnl_configure_link +EXPORT_SYMBOL vmlinux 0x70a62451 elevator_alloc +EXPORT_SYMBOL vmlinux 0x70a6bd44 in_dev_finish_destroy +EXPORT_SYMBOL vmlinux 0x70ad75fb radix_tree_lookup +EXPORT_SYMBOL vmlinux 0x70b16019 msi_desc_to_pci_dev +EXPORT_SYMBOL vmlinux 0x70cc63a7 is_bad_inode +EXPORT_SYMBOL vmlinux 0x70d1a18e qman_release_pool +EXPORT_SYMBOL vmlinux 0x70fd6b46 scsi_vpd_lun_id +EXPORT_SYMBOL vmlinux 0x7103c012 input_mt_assign_slots +EXPORT_SYMBOL vmlinux 0x71237fd0 posix_test_lock +EXPORT_SYMBOL vmlinux 0x7129e5f8 hex_asc +EXPORT_SYMBOL vmlinux 0x7141b88a logic_insb +EXPORT_SYMBOL vmlinux 0x7151e6ea of_get_compatible_child +EXPORT_SYMBOL vmlinux 0x715a5ed0 vprintk +EXPORT_SYMBOL vmlinux 0x715ac247 blk_mq_tagset_wait_completed_request +EXPORT_SYMBOL vmlinux 0x7171121c overflowgid +EXPORT_SYMBOL vmlinux 0x7199aac3 eth_type_trans +EXPORT_SYMBOL vmlinux 0x719d370e param_ops_charp +EXPORT_SYMBOL vmlinux 0x71a133b0 blk_mq_stop_hw_queues +EXPORT_SYMBOL vmlinux 0x71a438b3 of_find_mipi_dsi_device_by_node +EXPORT_SYMBOL vmlinux 0x71a672ef dmam_pool_destroy +EXPORT_SYMBOL vmlinux 0x71ae4d03 uart_register_driver +EXPORT_SYMBOL vmlinux 0x71dfc095 acpi_walk_resources +EXPORT_SYMBOL vmlinux 0x71efc7b3 nd_region_release_lane +EXPORT_SYMBOL vmlinux 0x71f09ab5 ip_setsockopt +EXPORT_SYMBOL vmlinux 0x720a27a7 __register_blkdev +EXPORT_SYMBOL vmlinux 0x7210c084 phy_loopback +EXPORT_SYMBOL vmlinux 0x7242164b max8998_read_reg +EXPORT_SYMBOL vmlinux 0x7254b744 rproc_free +EXPORT_SYMBOL vmlinux 0x725d6c17 kernel_bind +EXPORT_SYMBOL vmlinux 0x7261d51d tc_setup_offload_action +EXPORT_SYMBOL vmlinux 0x726919d8 dentry_create +EXPORT_SYMBOL vmlinux 0x726bc3c7 wait_for_completion_killable_timeout +EXPORT_SYMBOL vmlinux 0x7276a65e devm_extcon_register_notifier_all +EXPORT_SYMBOL vmlinux 0x72971bce xfrm_state_walk_done +EXPORT_SYMBOL vmlinux 0x72a50966 ucc_fast_disable +EXPORT_SYMBOL vmlinux 0x72b4b042 __neigh_create +EXPORT_SYMBOL vmlinux 0x72b9d287 default_grn +EXPORT_SYMBOL vmlinux 0x72d3e117 xfrm4_protocol_register +EXPORT_SYMBOL vmlinux 0x72db2d42 genphy_resume +EXPORT_SYMBOL vmlinux 0x72e5511c pci_request_regions +EXPORT_SYMBOL vmlinux 0x72ea7b2d scsi_device_type +EXPORT_SYMBOL vmlinux 0x72f0a200 jbd2_journal_get_undo_access +EXPORT_SYMBOL vmlinux 0x72f14ff7 acpi_get_object_info +EXPORT_SYMBOL vmlinux 0x7315a4e9 twl6030_mmc_card_detect_config +EXPORT_SYMBOL vmlinux 0x7315b01d rproc_set_firmware +EXPORT_SYMBOL vmlinux 0x731c4a9c dma_fence_signal +EXPORT_SYMBOL vmlinux 0x731dba7a xen_domain_type +EXPORT_SYMBOL vmlinux 0x73262221 genphy_soft_reset +EXPORT_SYMBOL vmlinux 0x732dd326 groups_free +EXPORT_SYMBOL vmlinux 0x73349e04 dev_uc_del +EXPORT_SYMBOL vmlinux 0x7335b19e register_md_cluster_operations +EXPORT_SYMBOL vmlinux 0x7336a372 freeze_super +EXPORT_SYMBOL vmlinux 0x733aab08 tcp_md5_hash_skb_data +EXPORT_SYMBOL vmlinux 0x734c8001 jbd2_journal_check_used_features +EXPORT_SYMBOL vmlinux 0x735bd170 proc_create +EXPORT_SYMBOL vmlinux 0x735e6a81 acpi_evaluate_integer +EXPORT_SYMBOL vmlinux 0x7370e485 km_query +EXPORT_SYMBOL vmlinux 0x7380dffa argv_split +EXPORT_SYMBOL vmlinux 0x738562c3 fwnode_irq_get_byname +EXPORT_SYMBOL vmlinux 0x73998efa cpm_muram_free_addr +EXPORT_SYMBOL vmlinux 0x739fd00f __SCK__tp_func_module_get +EXPORT_SYMBOL vmlinux 0x73a965f7 vfs_create +EXPORT_SYMBOL vmlinux 0x73abb180 alloc_contig_range +EXPORT_SYMBOL vmlinux 0x73c6ffc7 xen_alloc_ballooned_pages +EXPORT_SYMBOL vmlinux 0x73c78d60 mnt_set_expiry +EXPORT_SYMBOL vmlinux 0x73cd31c6 inetdev_by_index +EXPORT_SYMBOL vmlinux 0x73d33c18 __inet_hash +EXPORT_SYMBOL vmlinux 0x73fda0fb skb_pull_data +EXPORT_SYMBOL vmlinux 0x74003b3b ipv6_dev_find +EXPORT_SYMBOL vmlinux 0x7408a4e0 __dev_get_by_index +EXPORT_SYMBOL vmlinux 0x7410aba2 strreplace +EXPORT_SYMBOL vmlinux 0x7412ed5b kvfree_sensitive +EXPORT_SYMBOL vmlinux 0x742578a5 wait_for_random_bytes +EXPORT_SYMBOL vmlinux 0x7425fd9b csum_and_copy_from_iter +EXPORT_SYMBOL vmlinux 0x7429e20c kstrtos8 +EXPORT_SYMBOL vmlinux 0x7432cb24 km_state_notify +EXPORT_SYMBOL vmlinux 0x743e4b32 dm_kcopyd_copy +EXPORT_SYMBOL vmlinux 0x743f4126 keygen_port_hashing_init +EXPORT_SYMBOL vmlinux 0x744cf6d9 skb_unlink +EXPORT_SYMBOL vmlinux 0x74510361 generic_file_fsync +EXPORT_SYMBOL vmlinux 0x7453d3e8 security_release_secctx +EXPORT_SYMBOL vmlinux 0x7465eae2 dquot_alloc_inode +EXPORT_SYMBOL vmlinux 0x74666f48 dquot_operations +EXPORT_SYMBOL vmlinux 0x74754435 acpi_bus_generate_netlink_event +EXPORT_SYMBOL vmlinux 0x7477aaef dst_dev_put +EXPORT_SYMBOL vmlinux 0x7483dc59 pci_dev_present +EXPORT_SYMBOL vmlinux 0x7487b425 tc_setup_cb_add +EXPORT_SYMBOL vmlinux 0x748b1356 audit_log_start +EXPORT_SYMBOL vmlinux 0x748ffa80 skb_copy_expand +EXPORT_SYMBOL vmlinux 0x7493ad8f unpin_user_page_range_dirty_lock +EXPORT_SYMBOL vmlinux 0x749fcacd mipi_dsi_device_unregister +EXPORT_SYMBOL vmlinux 0x74b65771 mmc_gpio_set_cd_wake +EXPORT_SYMBOL vmlinux 0x74b8e674 slhc_toss +EXPORT_SYMBOL vmlinux 0x74c134b9 __sw_hweight32 +EXPORT_SYMBOL vmlinux 0x74cc2c58 napi_build_skb +EXPORT_SYMBOL vmlinux 0x74e5ff1a udpv6_encap_enable +EXPORT_SYMBOL vmlinux 0x74f29391 page_symlink_inode_operations +EXPORT_SYMBOL vmlinux 0x7506f83c ethtool_op_get_link +EXPORT_SYMBOL vmlinux 0x75190a80 posix_acl_chmod +EXPORT_SYMBOL vmlinux 0x7522067a inet_reqsk_alloc +EXPORT_SYMBOL vmlinux 0x75236616 tty_port_close_start +EXPORT_SYMBOL vmlinux 0x753dcfb2 __traceiter_mmap_lock_acquire_returned +EXPORT_SYMBOL vmlinux 0x755b78c6 meson_sm_call_write +EXPORT_SYMBOL vmlinux 0x755bae58 folio_wait_bit +EXPORT_SYMBOL vmlinux 0x755f4ba3 blake2s_compress_generic +EXPORT_SYMBOL vmlinux 0x758611f0 nexthop_bucket_set_hw_flags +EXPORT_SYMBOL vmlinux 0x75871f5e acpi_get_next_object +EXPORT_SYMBOL vmlinux 0x75872769 nonseekable_open +EXPORT_SYMBOL vmlinux 0x75b63bca input_flush_device +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 0x75d4f92d __wait_on_buffer +EXPORT_SYMBOL vmlinux 0x75e0e42a skb_store_bits +EXPORT_SYMBOL vmlinux 0x7608609a drop_super_exclusive +EXPORT_SYMBOL vmlinux 0x760a0f4f yield +EXPORT_SYMBOL vmlinux 0x7618af39 hdmi_infoframe_check +EXPORT_SYMBOL vmlinux 0x762215d8 scsi_host_lookup +EXPORT_SYMBOL vmlinux 0x7624249e dim_park_tired +EXPORT_SYMBOL vmlinux 0x7629f67f pci_ep_cfs_remove_epf_group +EXPORT_SYMBOL vmlinux 0x76340ac3 twl6040_reg_write +EXPORT_SYMBOL vmlinux 0x76343102 xfrm_state_lookup_byspi +EXPORT_SYMBOL vmlinux 0x764128eb __sock_i_ino +EXPORT_SYMBOL vmlinux 0x7647726c handle_sysrq +EXPORT_SYMBOL vmlinux 0x765ff474 crc_t10dif_generic +EXPORT_SYMBOL vmlinux 0x766a0927 mempool_alloc_pages +EXPORT_SYMBOL vmlinux 0x767aae09 kmem_cache_alloc_bulk +EXPORT_SYMBOL vmlinux 0x767b3b86 page_pool_create +EXPORT_SYMBOL vmlinux 0x7682ba4e __copy_overflow +EXPORT_SYMBOL vmlinux 0x7682c27f generic_write_checks_count +EXPORT_SYMBOL vmlinux 0x769f6e64 errseq_check +EXPORT_SYMBOL vmlinux 0x76b33a85 mdiobus_write_nested +EXPORT_SYMBOL vmlinux 0x76bc2819 write_dirty_buffer +EXPORT_SYMBOL vmlinux 0x76bce777 to_nd_btt +EXPORT_SYMBOL vmlinux 0x76bdd4da import_single_range +EXPORT_SYMBOL vmlinux 0x76cd50e7 __ethtool_get_link_ksettings +EXPORT_SYMBOL vmlinux 0x76d3cd60 laptop_mode +EXPORT_SYMBOL vmlinux 0x76efc249 _atomic_dec_and_raw_lock_irqsave +EXPORT_SYMBOL vmlinux 0x76f2d54c tcp_syn_ack_timeout +EXPORT_SYMBOL vmlinux 0x76f38e47 iget5_locked +EXPORT_SYMBOL vmlinux 0x771a4cb8 configfs_remove_default_groups +EXPORT_SYMBOL vmlinux 0x7722cffd blk_mq_alloc_request +EXPORT_SYMBOL vmlinux 0x772b9a76 tty_do_resize +EXPORT_SYMBOL vmlinux 0x7732159c free_irq_cpu_rmap +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 0x77569b2f twl6040_get_sysclk +EXPORT_SYMBOL vmlinux 0x776dc8b0 dquot_drop +EXPORT_SYMBOL vmlinux 0x77762a68 __seq_open_private +EXPORT_SYMBOL vmlinux 0x77824538 bio_put +EXPORT_SYMBOL vmlinux 0x7791193f icst525_s2div +EXPORT_SYMBOL vmlinux 0x77bab7cb __skb_try_recv_datagram +EXPORT_SYMBOL vmlinux 0x77bb8793 skb_flow_dissect_ct +EXPORT_SYMBOL vmlinux 0x77bc13a0 strim +EXPORT_SYMBOL vmlinux 0x77bf1648 __skb_recv_udp +EXPORT_SYMBOL vmlinux 0x77cea9a6 pnp_unregister_card_driver +EXPORT_SYMBOL vmlinux 0x77d9dca1 of_phy_is_fixed_link +EXPORT_SYMBOL vmlinux 0x77e9eb37 aes_encrypt +EXPORT_SYMBOL vmlinux 0x77eac446 of_chosen +EXPORT_SYMBOL vmlinux 0x77eedf0b of_find_matching_node_and_match +EXPORT_SYMBOL vmlinux 0x77fbee75 bprm_change_interp +EXPORT_SYMBOL vmlinux 0x7807f0f8 schedule_timeout_idle +EXPORT_SYMBOL vmlinux 0x780a04aa flow_rule_match_arp +EXPORT_SYMBOL vmlinux 0x781a082b netif_receive_skb +EXPORT_SYMBOL vmlinux 0x782b4c0a sock_wfree +EXPORT_SYMBOL vmlinux 0x782fa952 neigh_changeaddr +EXPORT_SYMBOL vmlinux 0x7846af3e __kfifo_len_r +EXPORT_SYMBOL vmlinux 0x78498e4d of_device_get_match_data +EXPORT_SYMBOL vmlinux 0x785b23b2 skb_seq_read +EXPORT_SYMBOL vmlinux 0x78738a76 input_close_device +EXPORT_SYMBOL vmlinux 0x7874acac is_free_buddy_page +EXPORT_SYMBOL vmlinux 0x787922ad add_to_page_cache_lru +EXPORT_SYMBOL vmlinux 0x7889319c set_page_writeback +EXPORT_SYMBOL vmlinux 0x789f9e15 mdiobus_write +EXPORT_SYMBOL vmlinux 0x78a16f48 aes_decrypt +EXPORT_SYMBOL vmlinux 0x78b2c588 fscrypt_put_encryption_info +EXPORT_SYMBOL vmlinux 0x78b887ed vsprintf +EXPORT_SYMBOL vmlinux 0x78df6bd7 no_pci_devices +EXPORT_SYMBOL vmlinux 0x78e75e0d ipv6_dev_get_saddr +EXPORT_SYMBOL vmlinux 0x78fcb6d2 pci_bus_write_config_word +EXPORT_SYMBOL vmlinux 0x790b88e0 tcf_exts_destroy +EXPORT_SYMBOL vmlinux 0x790bedf0 dcbnl_ieee_notify +EXPORT_SYMBOL vmlinux 0x7912fa38 cdrom_get_last_written +EXPORT_SYMBOL vmlinux 0x792d84c1 napi_gro_frags +EXPORT_SYMBOL vmlinux 0x793a607e pps_unregister_source +EXPORT_SYMBOL vmlinux 0x79462f60 pci_write_config_word +EXPORT_SYMBOL vmlinux 0x796cd774 netif_tx_unlock +EXPORT_SYMBOL vmlinux 0x7984eefc key_update +EXPORT_SYMBOL vmlinux 0x79a33f85 vme_get_size +EXPORT_SYMBOL vmlinux 0x79be60ca vfs_clone_file_range +EXPORT_SYMBOL vmlinux 0x79e7a37f cookie_timestamp_decode +EXPORT_SYMBOL vmlinux 0x79ea3016 of_device_is_available +EXPORT_SYMBOL vmlinux 0x79f823b0 mmc_hw_reset +EXPORT_SYMBOL vmlinux 0x7a1bcd59 gf128mul_x8_ble +EXPORT_SYMBOL vmlinux 0x7a1c5853 rdmacg_try_charge +EXPORT_SYMBOL vmlinux 0x7a27a9a2 rtnl_create_link +EXPORT_SYMBOL vmlinux 0x7a2af7b4 cpu_number +EXPORT_SYMBOL vmlinux 0x7a2ff57e security_current_getsecid_subj +EXPORT_SYMBOL vmlinux 0x7a344479 poll_initwait +EXPORT_SYMBOL vmlinux 0x7a3449f0 dquot_resume +EXPORT_SYMBOL vmlinux 0x7a3a32d9 lookup_one_len_unlocked +EXPORT_SYMBOL vmlinux 0x7a53a06d flow_indr_dev_exists +EXPORT_SYMBOL vmlinux 0x7a5b514b tegra_dfll_runtime_resume +EXPORT_SYMBOL vmlinux 0x7a662880 mfd_add_devices +EXPORT_SYMBOL vmlinux 0x7a83e578 inet_register_protosw +EXPORT_SYMBOL vmlinux 0x7a95e5ae do_settimeofday64 +EXPORT_SYMBOL vmlinux 0x7a968137 ucc_slow_restart_tx +EXPORT_SYMBOL vmlinux 0x7aa1756e kvfree +EXPORT_SYMBOL vmlinux 0x7aad2de8 __devm_mdiobus_register +EXPORT_SYMBOL vmlinux 0x7ab57284 xudma_get_device +EXPORT_SYMBOL vmlinux 0x7ab77248 iov_iter_advance +EXPORT_SYMBOL vmlinux 0x7ab97c52 qdisc_watchdog_init +EXPORT_SYMBOL vmlinux 0x7ad050b9 qid_lt +EXPORT_SYMBOL vmlinux 0x7ad40662 input_release_device +EXPORT_SYMBOL vmlinux 0x7ad71ccb redirty_page_for_writepage +EXPORT_SYMBOL vmlinux 0x7ad925dd set_capacity +EXPORT_SYMBOL vmlinux 0x7adc0fbf rb_replace_node_rcu +EXPORT_SYMBOL vmlinux 0x7ae5d317 qe_get_snum +EXPORT_SYMBOL vmlinux 0x7af10a5b dquot_get_next_id +EXPORT_SYMBOL vmlinux 0x7b02062f inet_frags_init +EXPORT_SYMBOL vmlinux 0x7b0f1d0a mtree_store +EXPORT_SYMBOL vmlinux 0x7b103b2d acpi_dev_get_next_match_dev +EXPORT_SYMBOL vmlinux 0x7b149887 of_device_unregister +EXPORT_SYMBOL vmlinux 0x7b16ca3f genphy_c37_read_status +EXPORT_SYMBOL vmlinux 0x7b1db2e0 posix_acl_update_mode +EXPORT_SYMBOL vmlinux 0x7b225077 dma_resv_replace_fences +EXPORT_SYMBOL vmlinux 0x7b336f76 flow_rule_match_ports +EXPORT_SYMBOL vmlinux 0x7b37d4a7 _find_first_zero_bit +EXPORT_SYMBOL vmlinux 0x7b4da6ff __init_rwsem +EXPORT_SYMBOL vmlinux 0x7b5460bb tcf_qevent_handle +EXPORT_SYMBOL vmlinux 0x7b5b8f31 sha256_update +EXPORT_SYMBOL vmlinux 0x7b7db56d ___pskb_trim +EXPORT_SYMBOL vmlinux 0x7b82b9a1 idr_replace +EXPORT_SYMBOL vmlinux 0x7b93368c tcf_qevent_destroy +EXPORT_SYMBOL vmlinux 0x7ba5a3b4 tegra_powergate_power_off +EXPORT_SYMBOL vmlinux 0x7babb684 seq_open +EXPORT_SYMBOL vmlinux 0x7bb50b88 acpi_write +EXPORT_SYMBOL vmlinux 0x7bbadc2f vme_dma_list_free +EXPORT_SYMBOL vmlinux 0x7bbccd05 nr_node_ids +EXPORT_SYMBOL vmlinux 0x7bcb2cef tegra_dfll_runtime_suspend +EXPORT_SYMBOL vmlinux 0x7be8c0cc sock_common_recvmsg +EXPORT_SYMBOL vmlinux 0x7bef1fc4 input_mt_get_slot_by_key +EXPORT_SYMBOL vmlinux 0x7bf1415d sock_no_sendpage_locked +EXPORT_SYMBOL vmlinux 0x7bfb4deb netlink_unicast +EXPORT_SYMBOL vmlinux 0x7c173634 __bitmap_complement +EXPORT_SYMBOL vmlinux 0x7c46233a cpufreq_quick_get +EXPORT_SYMBOL vmlinux 0x7c56530e max8925_reg_read +EXPORT_SYMBOL vmlinux 0x7c5b2e05 ethtool_get_phc_vclocks +EXPORT_SYMBOL vmlinux 0x7c5d6551 __genphy_config_aneg +EXPORT_SYMBOL vmlinux 0x7c62d44e netdev_bonding_info_change +EXPORT_SYMBOL vmlinux 0x7c66237d blk_pm_runtime_init +EXPORT_SYMBOL vmlinux 0x7c779171 request_key_rcu +EXPORT_SYMBOL vmlinux 0x7ca2d528 md_handle_request +EXPORT_SYMBOL vmlinux 0x7cbb944f mdiobb_read +EXPORT_SYMBOL vmlinux 0x7cbd94a3 cros_ec_prepare_tx +EXPORT_SYMBOL vmlinux 0x7cd4d9d0 rproc_add_subdev +EXPORT_SYMBOL vmlinux 0x7cd907ea bioset_integrity_create +EXPORT_SYMBOL vmlinux 0x7cd9fd0a migrate_device_pages +EXPORT_SYMBOL vmlinux 0x7cde71b6 mmc_set_blocklen +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 0x7d0b06ff dquot_acquire +EXPORT_SYMBOL vmlinux 0x7d0ba682 gen_pool_virt_to_phys +EXPORT_SYMBOL vmlinux 0x7d0d3708 blk_mq_destroy_queue +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 0x7d2c35ef mipi_dsi_dcs_set_column_address +EXPORT_SYMBOL vmlinux 0x7d2df7b7 pskb_expand_head +EXPORT_SYMBOL vmlinux 0x7d411bcb cookie_ecn_ok +EXPORT_SYMBOL vmlinux 0x7d4b176a netlbl_catmap_setbit +EXPORT_SYMBOL vmlinux 0x7d57a61c xfrm4_rcv +EXPORT_SYMBOL vmlinux 0x7d59feb2 jbd2_fc_release_bufs +EXPORT_SYMBOL vmlinux 0x7d5e1008 __crc32c_le_shift +EXPORT_SYMBOL vmlinux 0x7d74d522 kstrtoull_from_user +EXPORT_SYMBOL vmlinux 0x7d771d6d nd_region_acquire_lane +EXPORT_SYMBOL vmlinux 0x7d776a84 filemap_get_folios +EXPORT_SYMBOL vmlinux 0x7d823a81 seg6_hmac_validate_skb +EXPORT_SYMBOL vmlinux 0x7d9d9bc7 kernel_connect +EXPORT_SYMBOL vmlinux 0x7da3b537 neigh_table_clear +EXPORT_SYMBOL vmlinux 0x7daadd5e __dec_node_page_state +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 0x7dfaceb2 dma_sync_sg_for_device +EXPORT_SYMBOL vmlinux 0x7e0b255f hdmi_audio_infoframe_pack_for_dp +EXPORT_SYMBOL vmlinux 0x7e13aea8 uart_remove_one_port +EXPORT_SYMBOL vmlinux 0x7e1af1a6 unregister_console +EXPORT_SYMBOL vmlinux 0x7e2f1020 netif_set_xps_queue +EXPORT_SYMBOL vmlinux 0x7e3191f6 try_to_del_timer_sync +EXPORT_SYMBOL vmlinux 0x7e41e448 clk_hw_register_clkdev +EXPORT_SYMBOL vmlinux 0x7e5c9cbd migrate_device_finalize +EXPORT_SYMBOL vmlinux 0x7e70babd of_graph_is_present +EXPORT_SYMBOL vmlinux 0x7e7c4217 simple_dentry_operations +EXPORT_SYMBOL vmlinux 0x7e7d47fb vlan_vid_add +EXPORT_SYMBOL vmlinux 0x7e870e31 skb_abort_seq_read +EXPORT_SYMBOL vmlinux 0x7e9a910c dev_get_by_name +EXPORT_SYMBOL vmlinux 0x7ea0d4ca tegra_sku_info +EXPORT_SYMBOL vmlinux 0x7ea1cd23 ethtool_virtdev_set_link_ksettings +EXPORT_SYMBOL vmlinux 0x7eaab82d input_event +EXPORT_SYMBOL vmlinux 0x7eac8a37 netif_carrier_off +EXPORT_SYMBOL vmlinux 0x7eae8787 dev_get_flags +EXPORT_SYMBOL vmlinux 0x7eb43e91 param_set_short +EXPORT_SYMBOL vmlinux 0x7ed16ea1 pci_set_power_state +EXPORT_SYMBOL vmlinux 0x7ee564a7 vlan_dev_vlan_id +EXPORT_SYMBOL vmlinux 0x7ee96a63 flow_rule_match_enc_control +EXPORT_SYMBOL vmlinux 0x7ef4bddc __sg_page_iter_next +EXPORT_SYMBOL vmlinux 0x7f020f15 netpoll_poll_disable +EXPORT_SYMBOL vmlinux 0x7f02188f __msecs_to_jiffies +EXPORT_SYMBOL vmlinux 0x7f03b6a9 crc_ccitt_table +EXPORT_SYMBOL vmlinux 0x7f0afec8 inet_shutdown +EXPORT_SYMBOL vmlinux 0x7f0d9486 fwnode_graph_parse_endpoint +EXPORT_SYMBOL vmlinux 0x7f15056f sk_mc_loop +EXPORT_SYMBOL vmlinux 0x7f1b9578 ip_fraglist_prepare +EXPORT_SYMBOL vmlinux 0x7f24de73 jiffies_to_usecs +EXPORT_SYMBOL vmlinux 0x7f26568c scsi_eh_restore_cmnd +EXPORT_SYMBOL vmlinux 0x7f2844e4 pci_add_new_bus +EXPORT_SYMBOL vmlinux 0x7f2ad653 forget_all_cached_acls +EXPORT_SYMBOL vmlinux 0x7f3b0332 seq_release +EXPORT_SYMBOL vmlinux 0x7f52071a net_dim +EXPORT_SYMBOL vmlinux 0x7f62eaa4 sgl_free +EXPORT_SYMBOL vmlinux 0x7f72caff super_setup_bdi_name +EXPORT_SYMBOL vmlinux 0x7f777c13 tty_flip_buffer_push +EXPORT_SYMBOL vmlinux 0x7f7f7bb4 irq_poll_disable +EXPORT_SYMBOL vmlinux 0x7f925b38 rtc_add_group +EXPORT_SYMBOL vmlinux 0x7f96cfbc no_seek_end_llseek_size +EXPORT_SYMBOL vmlinux 0x7fb41dde generic_pipe_buf_release +EXPORT_SYMBOL vmlinux 0x7fb54b83 get_phy_device +EXPORT_SYMBOL vmlinux 0x7fbdd1ae seq_vprintf +EXPORT_SYMBOL vmlinux 0x7fbdf29b mmc_calc_max_discard +EXPORT_SYMBOL vmlinux 0x7fc2051d __sk_receive_skb +EXPORT_SYMBOL vmlinux 0x7fca5c4e take_dentry_name_snapshot +EXPORT_SYMBOL vmlinux 0x7fce778e tegra_ivc_total_queue_size +EXPORT_SYMBOL vmlinux 0x7fd18956 security_sctp_assoc_request +EXPORT_SYMBOL vmlinux 0x7fe105d7 bman_ip_rev +EXPORT_SYMBOL vmlinux 0x7fe32873 rb_replace_node +EXPORT_SYMBOL vmlinux 0x7ff67180 fqdir_exit +EXPORT_SYMBOL vmlinux 0x800bfe63 alloc_netdev_mqs +EXPORT_SYMBOL vmlinux 0x8012b084 register_netdevice_notifier_dev_net +EXPORT_SYMBOL vmlinux 0x802dfcd9 kernel_accept +EXPORT_SYMBOL vmlinux 0x803ddbb6 __posix_acl_create +EXPORT_SYMBOL vmlinux 0x8043ed8c flow_rule_match_icmp +EXPORT_SYMBOL vmlinux 0x806194e4 mmc_cqe_start_req +EXPORT_SYMBOL vmlinux 0x80664235 simple_recursive_removal +EXPORT_SYMBOL vmlinux 0x80762048 _atomic_dec_and_raw_lock +EXPORT_SYMBOL vmlinux 0x80816f26 get_user_ifreq +EXPORT_SYMBOL vmlinux 0x8092781b rio_query_mport +EXPORT_SYMBOL vmlinux 0x809712ff hdmi_avi_infoframe_pack +EXPORT_SYMBOL vmlinux 0x80a717a8 __percpu_counter_compare +EXPORT_SYMBOL vmlinux 0x80af1942 reuseport_alloc +EXPORT_SYMBOL vmlinux 0x80b5325e __dynamic_dev_dbg +EXPORT_SYMBOL vmlinux 0x80ba31e7 __blk_rq_map_sg +EXPORT_SYMBOL vmlinux 0x80ca5026 _bin2bcd +EXPORT_SYMBOL vmlinux 0x80d31adb md_reload_sb +EXPORT_SYMBOL vmlinux 0x80d68d3e fb_register_client +EXPORT_SYMBOL vmlinux 0x80e3e73a inode_get_bytes +EXPORT_SYMBOL vmlinux 0x80e5f86f fscrypt_fname_alloc_buffer +EXPORT_SYMBOL vmlinux 0x80ec0d50 qman_init_fq +EXPORT_SYMBOL vmlinux 0x80ede427 flow_indr_dev_unregister +EXPORT_SYMBOL vmlinux 0x80f5c4de unpin_user_pages +EXPORT_SYMBOL vmlinux 0x81082127 dump_align +EXPORT_SYMBOL vmlinux 0x810c0075 dcb_ieee_delapp +EXPORT_SYMBOL vmlinux 0x8112b3d2 scsi_build_sense_buffer +EXPORT_SYMBOL vmlinux 0x81188c30 match_string +EXPORT_SYMBOL vmlinux 0x81257ae6 inet_offloads +EXPORT_SYMBOL vmlinux 0x8137b7d8 ethtool_rx_flow_rule_create +EXPORT_SYMBOL vmlinux 0x814195ac jbd2_journal_forget +EXPORT_SYMBOL vmlinux 0x81533963 sysfs_format_mac +EXPORT_SYMBOL vmlinux 0x815b4534 i2c_verify_adapter +EXPORT_SYMBOL vmlinux 0x815b5dd4 match_octal +EXPORT_SYMBOL vmlinux 0x815f2897 empty_zero_page +EXPORT_SYMBOL vmlinux 0x8164fcbc of_translate_dma_address +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 0x81919c3e devm_clk_put +EXPORT_SYMBOL vmlinux 0x819741ac vm_insert_pages +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 0x81badc6f init_net +EXPORT_SYMBOL vmlinux 0x81db6ebb xz_dec_reset +EXPORT_SYMBOL vmlinux 0x81e525a7 fwnode_mdio_find_device +EXPORT_SYMBOL vmlinux 0x81e6b37f dmi_get_system_info +EXPORT_SYMBOL vmlinux 0x81ed3c63 pci_scan_bus +EXPORT_SYMBOL vmlinux 0x820337e4 dev_add_pack +EXPORT_SYMBOL vmlinux 0x82058439 tegra_dfll_suspend +EXPORT_SYMBOL vmlinux 0x820cdd8e nvdimm_namespace_common_probe +EXPORT_SYMBOL vmlinux 0x820db762 __tcf_em_tree_match +EXPORT_SYMBOL vmlinux 0x82185af1 param_ops_byte +EXPORT_SYMBOL vmlinux 0x82238ea2 kernel_getpeername +EXPORT_SYMBOL vmlinux 0x823d3505 cmxgcr_lock +EXPORT_SYMBOL vmlinux 0x825772f4 scsi_dma_map +EXPORT_SYMBOL vmlinux 0x825971ad phy_mipi_dphy_get_default_config_for_hsclk +EXPORT_SYMBOL vmlinux 0x8263a6d9 proc_douintvec +EXPORT_SYMBOL vmlinux 0x827e9ee8 submit_bio_wait +EXPORT_SYMBOL vmlinux 0x82822484 kernel_sendpage_locked +EXPORT_SYMBOL vmlinux 0x82854c83 proc_mkdir +EXPORT_SYMBOL vmlinux 0x8286c629 scsi_device_lookup_by_target +EXPORT_SYMBOL vmlinux 0x82958eae mmc_cqe_request_done +EXPORT_SYMBOL vmlinux 0x82969a6c __acpi_mdiobus_register +EXPORT_SYMBOL vmlinux 0x82c87ad5 nr_online_nodes +EXPORT_SYMBOL vmlinux 0x82c950ca lookup_one_len +EXPORT_SYMBOL vmlinux 0x82d902d5 rtnl_offload_xstats_notify +EXPORT_SYMBOL vmlinux 0x82dcc687 wait_for_key_construction +EXPORT_SYMBOL vmlinux 0x82ee90dc timer_delete_sync +EXPORT_SYMBOL vmlinux 0x82fb4365 nvdimm_namespace_locked +EXPORT_SYMBOL vmlinux 0x82fd0745 mmc_wait_for_req +EXPORT_SYMBOL vmlinux 0x83147702 block_read_full_folio +EXPORT_SYMBOL vmlinux 0x8339ceec tegra_dfll_unregister +EXPORT_SYMBOL vmlinux 0x835522c1 iov_iter_pipe +EXPORT_SYMBOL vmlinux 0x83581089 gf128mul_init_4k_lle +EXPORT_SYMBOL vmlinux 0x8365ba10 udp_gro_receive +EXPORT_SYMBOL vmlinux 0x8369175e acpi_dev_uid_to_integer +EXPORT_SYMBOL vmlinux 0x8370bf8f set_security_override +EXPORT_SYMBOL vmlinux 0x837159d2 kernel_read +EXPORT_SYMBOL vmlinux 0x83720ddf device_match_acpi_dev +EXPORT_SYMBOL vmlinux 0x838d2bc8 siphash_3u32 +EXPORT_SYMBOL vmlinux 0x8396d070 bdi_set_max_ratio +EXPORT_SYMBOL vmlinux 0x839a1169 __d_lookup_unhash_wake +EXPORT_SYMBOL vmlinux 0x83a7e9ef devm_request_threaded_irq +EXPORT_SYMBOL vmlinux 0x83c21309 of_node_put +EXPORT_SYMBOL vmlinux 0x83c330a8 send_sig_mceerr +EXPORT_SYMBOL vmlinux 0x83d21621 pci_disable_link_state_locked +EXPORT_SYMBOL vmlinux 0x83d59625 sk_stream_wait_memory +EXPORT_SYMBOL vmlinux 0x83e002a2 neigh_resolve_output +EXPORT_SYMBOL vmlinux 0x8412e9f8 pnp_device_attach +EXPORT_SYMBOL vmlinux 0x841d187a __folio_lock +EXPORT_SYMBOL vmlinux 0x8427cc7b _raw_spin_lock_irq +EXPORT_SYMBOL vmlinux 0x842e3bd3 skb_vlan_push +EXPORT_SYMBOL vmlinux 0x843c3d91 pm860x_reg_write +EXPORT_SYMBOL vmlinux 0x84412ba2 ether_setup +EXPORT_SYMBOL vmlinux 0x8453f384 folio_unlock +EXPORT_SYMBOL vmlinux 0x845573c6 tcf_em_tree_destroy +EXPORT_SYMBOL vmlinux 0x8455e3a7 dma_fence_signal_timestamp_locked +EXPORT_SYMBOL vmlinux 0x84756d8a imx_scu_enable_general_irq_channel +EXPORT_SYMBOL vmlinux 0x847ce6cb mt_find_after +EXPORT_SYMBOL vmlinux 0x84818f57 tegra_powergate_power_on +EXPORT_SYMBOL vmlinux 0x84823cf3 nla_strscpy +EXPORT_SYMBOL vmlinux 0x848ecccb generic_file_llseek +EXPORT_SYMBOL vmlinux 0x84914079 __kfifo_dma_out_prepare +EXPORT_SYMBOL vmlinux 0x84a0ca4d bitmap_zalloc_node +EXPORT_SYMBOL vmlinux 0x84abf372 cdrom_mode_sense +EXPORT_SYMBOL vmlinux 0x84c1c552 proc_dointvec_ms_jiffies +EXPORT_SYMBOL vmlinux 0x850a7883 dm_kcopyd_zero +EXPORT_SYMBOL vmlinux 0x850baa42 xfrm_policy_bysel_ctx +EXPORT_SYMBOL vmlinux 0x8512e1e0 __splice_from_pipe +EXPORT_SYMBOL vmlinux 0x8518a4a6 _raw_spin_trylock_bh +EXPORT_SYMBOL vmlinux 0x851b9121 xudma_dev_get_psil_base +EXPORT_SYMBOL vmlinux 0x85670f1d rtnl_is_locked +EXPORT_SYMBOL vmlinux 0x8591d7d5 ledtrig_mtd_activity +EXPORT_SYMBOL vmlinux 0x859a3127 reuseport_detach_sock +EXPORT_SYMBOL vmlinux 0x85b5e625 rfkill_set_states +EXPORT_SYMBOL vmlinux 0x85bd1608 __request_region +EXPORT_SYMBOL vmlinux 0x85c60ed2 current_in_userns +EXPORT_SYMBOL vmlinux 0x85df5ab7 __hw_addr_unsync_dev +EXPORT_SYMBOL vmlinux 0x85df9b6c strsep +EXPORT_SYMBOL vmlinux 0x85dfa89d devfreq_update_interval +EXPORT_SYMBOL vmlinux 0x85e1bfca phy_modify_paged_changed +EXPORT_SYMBOL vmlinux 0x85efc7e0 zero_pfn +EXPORT_SYMBOL vmlinux 0x862c8035 bitmap_alloc_node +EXPORT_SYMBOL vmlinux 0x8630556f tty_port_hangup +EXPORT_SYMBOL vmlinux 0x8632477f pnp_disable_dev +EXPORT_SYMBOL vmlinux 0x8634e980 mmc_retune_release +EXPORT_SYMBOL vmlinux 0x863544a1 fs_param_is_fd +EXPORT_SYMBOL vmlinux 0x863a276a color_table +EXPORT_SYMBOL vmlinux 0x866a62b2 gnet_stats_basic_sync_init +EXPORT_SYMBOL vmlinux 0x866c28fa netif_tx_stop_all_queues +EXPORT_SYMBOL vmlinux 0x8678ddb3 mipi_dsi_host_unregister +EXPORT_SYMBOL vmlinux 0x868acba5 get_options +EXPORT_SYMBOL vmlinux 0x86a20420 rproc_da_to_va +EXPORT_SYMBOL vmlinux 0x86aed6e2 skb_udp_tunnel_segment +EXPORT_SYMBOL vmlinux 0x86b3f076 xfrm_state_add +EXPORT_SYMBOL vmlinux 0x86c23799 config_group_find_item +EXPORT_SYMBOL vmlinux 0x86d200f3 iov_iter_revert +EXPORT_SYMBOL vmlinux 0x86d52ba5 lookup_constant +EXPORT_SYMBOL vmlinux 0x86dd708d tc_skb_ext_tc_enable +EXPORT_SYMBOL vmlinux 0x86e1b259 __put_cred +EXPORT_SYMBOL vmlinux 0x86e45a00 dcb_setapp +EXPORT_SYMBOL vmlinux 0x86f678a8 dst_release +EXPORT_SYMBOL vmlinux 0x86f6da2e jbd2_journal_check_available_features +EXPORT_SYMBOL vmlinux 0x86fb9b05 bitmap_parse_user +EXPORT_SYMBOL vmlinux 0x870c6efc tcp_rcv_established +EXPORT_SYMBOL vmlinux 0x871264f5 __skb_ext_del +EXPORT_SYMBOL vmlinux 0x8720345b mod_node_page_state +EXPORT_SYMBOL vmlinux 0x872e4851 of_node_get +EXPORT_SYMBOL vmlinux 0x873b1f1d vfs_tmpfile_open +EXPORT_SYMBOL vmlinux 0x87505044 input_set_capability +EXPORT_SYMBOL vmlinux 0x8756a651 pcie_relaxed_ordering_enabled +EXPORT_SYMBOL vmlinux 0x8761c87b rps_needed +EXPORT_SYMBOL vmlinux 0x87629d34 filemap_release_folio +EXPORT_SYMBOL vmlinux 0x876fe1a6 xfrm4_udp_encap_rcv +EXPORT_SYMBOL vmlinux 0x877257bc bio_kmalloc +EXPORT_SYMBOL vmlinux 0x8776577f netpoll_parse_options +EXPORT_SYMBOL vmlinux 0x8779af1c sock_no_getname +EXPORT_SYMBOL vmlinux 0x87809aeb put_user_ifreq +EXPORT_SYMBOL vmlinux 0x878c3e2a pci_disable_ptm +EXPORT_SYMBOL vmlinux 0x87a21cb3 __ubsan_handle_out_of_bounds +EXPORT_SYMBOL vmlinux 0x87ae8b2f cros_ec_query_all +EXPORT_SYMBOL vmlinux 0x87b5eb7b eth_header_cache +EXPORT_SYMBOL vmlinux 0x87c1040c netdev_offload_xstats_enable +EXPORT_SYMBOL vmlinux 0x87c60171 mmc_gpiod_request_ro +EXPORT_SYMBOL vmlinux 0x87c9e5cd netpoll_cleanup +EXPORT_SYMBOL vmlinux 0x87e484a5 nla_put +EXPORT_SYMBOL vmlinux 0x87f67374 fbcon_update_vcs +EXPORT_SYMBOL vmlinux 0x8810754a _find_first_bit +EXPORT_SYMBOL vmlinux 0x8815122a of_mdio_find_device +EXPORT_SYMBOL vmlinux 0x881b248b inet_sock_destruct +EXPORT_SYMBOL vmlinux 0x881bad5e phy_mipi_dphy_config_validate +EXPORT_SYMBOL vmlinux 0x881c4413 gen_pool_first_fit +EXPORT_SYMBOL vmlinux 0x8822695f __module_put_and_kthread_exit +EXPORT_SYMBOL vmlinux 0x8837b1b0 security_inode_notifysecctx +EXPORT_SYMBOL vmlinux 0x8866659c netpoll_send_udp +EXPORT_SYMBOL vmlinux 0x886f991a __do_once_done +EXPORT_SYMBOL vmlinux 0x88735195 bio_integrity_trim +EXPORT_SYMBOL vmlinux 0x88822d38 unregister_blocking_lsm_notifier +EXPORT_SYMBOL vmlinux 0x8888f1fe xxh32 +EXPORT_SYMBOL vmlinux 0x88912578 udp_poll +EXPORT_SYMBOL vmlinux 0x889b1370 _raw_read_trylock +EXPORT_SYMBOL vmlinux 0x88db9f48 __check_object_size +EXPORT_SYMBOL vmlinux 0x88e1d0f0 page_frag_free +EXPORT_SYMBOL vmlinux 0x8903e175 phy_attach +EXPORT_SYMBOL vmlinux 0x8907f46e phy_mii_ioctl +EXPORT_SYMBOL vmlinux 0x890bcb08 page_get_link +EXPORT_SYMBOL vmlinux 0x891dbb8f sgl_free_order +EXPORT_SYMBOL vmlinux 0x891eb134 follow_down_one +EXPORT_SYMBOL vmlinux 0x8928f31f unload_nls +EXPORT_SYMBOL vmlinux 0x893126bf dev_get_by_index_rcu +EXPORT_SYMBOL vmlinux 0x89434b4b radix_tree_tag_clear +EXPORT_SYMBOL vmlinux 0x8946ea72 fpsimd_context_busy +EXPORT_SYMBOL vmlinux 0x8966400f bio_uninit +EXPORT_SYMBOL vmlinux 0x89687e4e __hw_addr_sync_dev +EXPORT_SYMBOL vmlinux 0x89940875 mutex_lock_interruptible +EXPORT_SYMBOL vmlinux 0x89b4aa15 inet_rtx_syn_ack +EXPORT_SYMBOL vmlinux 0x89d2fd67 dst_init +EXPORT_SYMBOL vmlinux 0x89da2c36 inet_rcv_saddr_equal +EXPORT_SYMBOL vmlinux 0x89eb2a8b prepare_to_swait_event +EXPORT_SYMBOL vmlinux 0x89f9b29d devfreq_update_target +EXPORT_SYMBOL vmlinux 0x8a389998 writeback_inodes_sb_nr +EXPORT_SYMBOL vmlinux 0x8a3d16c7 inode_nohighmem +EXPORT_SYMBOL vmlinux 0x8a41f5be of_match_node +EXPORT_SYMBOL vmlinux 0x8a47043d LZ4_decompress_safe_continue +EXPORT_SYMBOL vmlinux 0x8a490c90 rfkill_set_sw_state +EXPORT_SYMBOL vmlinux 0x8a4b7bb2 xfrm_state_unregister_afinfo +EXPORT_SYMBOL vmlinux 0x8a614455 __scsi_add_device +EXPORT_SYMBOL vmlinux 0x8a7094ba vm_brk_flags +EXPORT_SYMBOL vmlinux 0x8a7d1c31 high_memory +EXPORT_SYMBOL vmlinux 0x8a99a016 mempool_free_slab +EXPORT_SYMBOL vmlinux 0x8aaf6509 ps2_cmd_aborted +EXPORT_SYMBOL vmlinux 0x8ac136ae imx_sc_misc_get_control +EXPORT_SYMBOL vmlinux 0x8ac3334b net_dim_get_def_rx_moderation +EXPORT_SYMBOL vmlinux 0x8ae42eff phy_advertise_supported +EXPORT_SYMBOL vmlinux 0x8ae9b26c iget_locked +EXPORT_SYMBOL vmlinux 0x8afa0491 blk_queue_flag_set +EXPORT_SYMBOL vmlinux 0x8afb481a grab_cache_page_write_begin +EXPORT_SYMBOL vmlinux 0x8b0088d1 LZ4_decompress_safe_usingDict +EXPORT_SYMBOL vmlinux 0x8b120055 blk_mq_end_request +EXPORT_SYMBOL vmlinux 0x8b13dbc7 pci_enable_wake +EXPORT_SYMBOL vmlinux 0x8b1e673f mmc_cqe_recovery +EXPORT_SYMBOL vmlinux 0x8b22fabe component_match_add_typed +EXPORT_SYMBOL vmlinux 0x8b2ffd83 __cpu_present_mask +EXPORT_SYMBOL vmlinux 0x8b59df6e rtnetlink_put_metrics +EXPORT_SYMBOL vmlinux 0x8b618d08 overflowuid +EXPORT_SYMBOL vmlinux 0x8b6efaf8 generic_file_mmap +EXPORT_SYMBOL vmlinux 0x8b8059bd in_group_p +EXPORT_SYMBOL vmlinux 0x8b839664 inode_permission +EXPORT_SYMBOL vmlinux 0x8b910be2 errseq_sample +EXPORT_SYMBOL vmlinux 0x8b989cf9 acpi_bus_can_wakeup +EXPORT_SYMBOL vmlinux 0x8bae1344 ps2_sendbyte +EXPORT_SYMBOL vmlinux 0x8bc4a7ad tcp_v4_send_check +EXPORT_SYMBOL vmlinux 0x8bcc5695 folio_mark_accessed +EXPORT_SYMBOL vmlinux 0x8bd69853 scsi_print_command +EXPORT_SYMBOL vmlinux 0x8bdfc47c __mb_cache_entry_free +EXPORT_SYMBOL vmlinux 0x8be189ab ucc_slow_disable +EXPORT_SYMBOL vmlinux 0x8bea4870 qdisc_watchdog_cancel +EXPORT_SYMBOL vmlinux 0x8beabf7f register_cdrom +EXPORT_SYMBOL vmlinux 0x8c03292a security_inet_conn_established +EXPORT_SYMBOL vmlinux 0x8c26d495 prepare_to_wait_event +EXPORT_SYMBOL vmlinux 0x8c284f16 filemap_map_pages +EXPORT_SYMBOL vmlinux 0x8c30bf67 zstd_dctx_workspace_bound +EXPORT_SYMBOL vmlinux 0x8c38bdb0 get_vm_area +EXPORT_SYMBOL vmlinux 0x8c4167d1 ipv6_setsockopt +EXPORT_SYMBOL vmlinux 0x8c460f97 security_sock_graft +EXPORT_SYMBOL vmlinux 0x8c4779dc mipi_dsi_dcs_write_buffer +EXPORT_SYMBOL vmlinux 0x8c490841 __cpuhp_remove_state +EXPORT_SYMBOL vmlinux 0x8c65593d unregister_quota_format +EXPORT_SYMBOL vmlinux 0x8c66ca5b __i2c_transfer +EXPORT_SYMBOL vmlinux 0x8c700941 jbd2_fc_get_buf +EXPORT_SYMBOL vmlinux 0x8c8569cb kstrtoint +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 0x8ce4e0b5 dquot_get_state +EXPORT_SYMBOL vmlinux 0x8ce8e6ca max8925_reg_write +EXPORT_SYMBOL vmlinux 0x8cf38f59 scsi_host_get +EXPORT_SYMBOL vmlinux 0x8d029742 pnp_register_card_driver +EXPORT_SYMBOL vmlinux 0x8d26de05 dm_mq_kick_requeue_list +EXPORT_SYMBOL vmlinux 0x8d2814aa pci_request_selected_regions_exclusive +EXPORT_SYMBOL vmlinux 0x8d33e672 __find_nth_andnot_bit +EXPORT_SYMBOL vmlinux 0x8d4112df qcom_scm_mem_protect_video_var +EXPORT_SYMBOL vmlinux 0x8d426cdb jbd2_journal_lock_updates +EXPORT_SYMBOL vmlinux 0x8d4b073f blk_mq_init_queue +EXPORT_SYMBOL vmlinux 0x8d4cc4a7 pci_stop_and_remove_bus_device +EXPORT_SYMBOL vmlinux 0x8d55bb8a qid_eq +EXPORT_SYMBOL vmlinux 0x8d5c937b simple_open +EXPORT_SYMBOL vmlinux 0x8d6d510d mipi_dsi_dcs_set_tear_on +EXPORT_SYMBOL vmlinux 0x8d6da876 eth_platform_get_mac_address +EXPORT_SYMBOL vmlinux 0x8d73278e hex_asc_upper +EXPORT_SYMBOL vmlinux 0x8d84453e pci_iomap +EXPORT_SYMBOL vmlinux 0x8d9ca0e6 dma_fence_enable_sw_signaling +EXPORT_SYMBOL vmlinux 0x8dab90b1 kmalloc_trace +EXPORT_SYMBOL vmlinux 0x8ddd8aad schedule_timeout +EXPORT_SYMBOL vmlinux 0x8dee722d _raw_read_lock_bh +EXPORT_SYMBOL vmlinux 0x8df4afd9 qe_put_snum +EXPORT_SYMBOL vmlinux 0x8df92f66 memchr_inv +EXPORT_SYMBOL vmlinux 0x8df9dd10 guid_null +EXPORT_SYMBOL vmlinux 0x8e17b3ae idr_destroy +EXPORT_SYMBOL vmlinux 0x8e197bc6 blk_get_queue +EXPORT_SYMBOL vmlinux 0x8e21c9a1 dma_fence_add_callback +EXPORT_SYMBOL vmlinux 0x8e2d97e3 inet_csk_reqsk_queue_drop_and_put +EXPORT_SYMBOL vmlinux 0x8e2df293 tcp_add_backlog +EXPORT_SYMBOL vmlinux 0x8e3e0f7d fault_in_readable +EXPORT_SYMBOL vmlinux 0x8e4ae2f5 page_cache_next_miss +EXPORT_SYMBOL vmlinux 0x8e4c60a3 cpm_muram_dma +EXPORT_SYMBOL vmlinux 0x8e563588 skb_page_frag_refill +EXPORT_SYMBOL vmlinux 0x8e5a959d ptp_schedule_worker +EXPORT_SYMBOL vmlinux 0x8e6928d5 tcf_action_set_ctrlact +EXPORT_SYMBOL vmlinux 0x8e93bd24 security_secctx_to_secid +EXPORT_SYMBOL vmlinux 0x8e9ad548 ipv6_sock_mc_drop +EXPORT_SYMBOL vmlinux 0x8eae7968 iov_iter_npages +EXPORT_SYMBOL vmlinux 0x8eb35926 dm_table_run_md_queue_async +EXPORT_SYMBOL vmlinux 0x8ec45765 xsk_uses_need_wakeup +EXPORT_SYMBOL vmlinux 0x8ec760b0 cgroup_bpf_enabled_key +EXPORT_SYMBOL vmlinux 0x8ee7d1b6 configfs_unregister_default_group +EXPORT_SYMBOL vmlinux 0x8efe83d3 sock_register +EXPORT_SYMBOL vmlinux 0x8f01afd6 twl6030_interrupt_mask +EXPORT_SYMBOL vmlinux 0x8f0972b6 mmc_wait_for_cmd +EXPORT_SYMBOL vmlinux 0x8f0a0e2e scsi_device_set_state +EXPORT_SYMBOL vmlinux 0x8f0fb49c netdev_state_change +EXPORT_SYMBOL vmlinux 0x8f1958ed msm_pinctrl_remove +EXPORT_SYMBOL vmlinux 0x8f2156f7 nla_reserve_64bit +EXPORT_SYMBOL vmlinux 0x8f55e0a5 param_set_ullong +EXPORT_SYMBOL vmlinux 0x8f57c339 mipi_dsi_dcs_set_display_off +EXPORT_SYMBOL vmlinux 0x8f965063 netdev_pick_tx +EXPORT_SYMBOL vmlinux 0x8f996a30 ethtool_convert_legacy_u32_to_link_mode +EXPORT_SYMBOL vmlinux 0x8fa25c24 xa_find +EXPORT_SYMBOL vmlinux 0x8fa62f1a genphy_loopback +EXPORT_SYMBOL vmlinux 0x8fc71028 skb_set_owner_w +EXPORT_SYMBOL vmlinux 0x8fc9ea11 fman_port_cfg_buf_prefix_content +EXPORT_SYMBOL vmlinux 0x8fca71bb tegra_ivc_reset +EXPORT_SYMBOL vmlinux 0x8fcd0bfe kill_litter_super +EXPORT_SYMBOL vmlinux 0x8fd180e7 kernel_neon_begin +EXPORT_SYMBOL vmlinux 0x8fd2624e set_disk_ro +EXPORT_SYMBOL vmlinux 0x8fd3aa4f revert_creds +EXPORT_SYMBOL vmlinux 0x8fdb0009 nf_log_unregister +EXPORT_SYMBOL vmlinux 0x8ff7e700 tcp_mtup_init +EXPORT_SYMBOL vmlinux 0x8ff89ed0 seg6_hmac_exit +EXPORT_SYMBOL vmlinux 0x90006be6 dm_kcopyd_client_flush +EXPORT_SYMBOL vmlinux 0x900deffc devm_devfreq_unregister_opp_notifier +EXPORT_SYMBOL vmlinux 0x90176625 sock_common_setsockopt +EXPORT_SYMBOL vmlinux 0x902d8722 vme_slave_get +EXPORT_SYMBOL vmlinux 0x9034a696 mempool_destroy +EXPORT_SYMBOL vmlinux 0x904f6418 mdiobus_alloc_size +EXPORT_SYMBOL vmlinux 0x90576ec4 vmemdup_user +EXPORT_SYMBOL vmlinux 0x905d7477 __inode_add_bytes +EXPORT_SYMBOL vmlinux 0x906908d8 param_ops_bint +EXPORT_SYMBOL vmlinux 0x90795be6 kmem_cache_alloc +EXPORT_SYMBOL vmlinux 0x907a8e90 __traceiter_kmem_cache_alloc +EXPORT_SYMBOL vmlinux 0x908f22b6 register_key_type +EXPORT_SYMBOL vmlinux 0x9096077b sock_alloc_file +EXPORT_SYMBOL vmlinux 0x90b1a176 drop_reasons +EXPORT_SYMBOL vmlinux 0x90c34f43 sock_no_sendpage +EXPORT_SYMBOL vmlinux 0x90f44cb6 __scm_send +EXPORT_SYMBOL vmlinux 0x9114b616 __xa_alloc +EXPORT_SYMBOL vmlinux 0x9127aeed adjust_managed_page_count +EXPORT_SYMBOL vmlinux 0x9138d73b iw_handler_get_spy +EXPORT_SYMBOL vmlinux 0x914a6a20 padata_free +EXPORT_SYMBOL vmlinux 0x9166fada strncpy +EXPORT_SYMBOL vmlinux 0x9166fc03 __flush_workqueue +EXPORT_SYMBOL vmlinux 0x916f3b7f inet_csk_init_xmit_timers +EXPORT_SYMBOL vmlinux 0x91778d05 tcf_idr_create +EXPORT_SYMBOL vmlinux 0x91919050 unregister_tcf_proto_ops +EXPORT_SYMBOL vmlinux 0x91938b14 free_task +EXPORT_SYMBOL vmlinux 0x919c58f3 __clzsi2 +EXPORT_SYMBOL vmlinux 0x919c5f0a seg6_push_hmac +EXPORT_SYMBOL vmlinux 0x91a488ac __netdev_alloc_frag_align +EXPORT_SYMBOL vmlinux 0x91a7b1da qdisc_class_hash_remove +EXPORT_SYMBOL vmlinux 0x91a7fcf7 dev_uc_unsync +EXPORT_SYMBOL vmlinux 0x91adc81d sunxi_sram_claim +EXPORT_SYMBOL vmlinux 0x91bba4a0 pps_event +EXPORT_SYMBOL vmlinux 0x91c0980e icst_hz +EXPORT_SYMBOL vmlinux 0x91c34d9c inode_init_owner +EXPORT_SYMBOL vmlinux 0x91f44510 idr_alloc_cyclic +EXPORT_SYMBOL vmlinux 0x91f68ea1 __hw_addr_sync +EXPORT_SYMBOL vmlinux 0x920ded77 tcp_enter_quickack_mode +EXPORT_SYMBOL vmlinux 0x922a7b5d ndisc_ns_create +EXPORT_SYMBOL vmlinux 0x922f45a6 __bitmap_clear +EXPORT_SYMBOL vmlinux 0x923b1276 dmaengine_get +EXPORT_SYMBOL vmlinux 0x924d4131 sock_no_ioctl +EXPORT_SYMBOL vmlinux 0x92540fbf finish_wait +EXPORT_SYMBOL vmlinux 0x9258c776 hdmi_vendor_infoframe_pack_only +EXPORT_SYMBOL vmlinux 0x92602ed9 skb_ensure_writable +EXPORT_SYMBOL vmlinux 0x92613e4e dma_set_coherent_mask +EXPORT_SYMBOL vmlinux 0x9267c624 filemap_check_errors +EXPORT_SYMBOL vmlinux 0x926ca7b7 vm_event_states +EXPORT_SYMBOL vmlinux 0x92720975 generic_set_encrypted_ci_d_ops +EXPORT_SYMBOL vmlinux 0x92774cf8 __kfence_pool +EXPORT_SYMBOL vmlinux 0x927f5e5e pci_bus_read_dev_vendor_id +EXPORT_SYMBOL vmlinux 0x92823ca8 of_get_i2c_adapter_by_node +EXPORT_SYMBOL vmlinux 0x9289a858 inet_proto_csum_replace_by_diff +EXPORT_SYMBOL vmlinux 0x9291cd3b memdup_user +EXPORT_SYMBOL vmlinux 0x92997ed8 _printk +EXPORT_SYMBOL vmlinux 0x92ac3840 ppp_output_wakeup +EXPORT_SYMBOL vmlinux 0x92b99a33 acpi_put_table +EXPORT_SYMBOL vmlinux 0x92b9b180 slash_name +EXPORT_SYMBOL vmlinux 0x92bb0b16 param_ops_hexint +EXPORT_SYMBOL vmlinux 0x92c856a3 iwe_stream_add_event +EXPORT_SYMBOL vmlinux 0x92ccbc87 vfs_statfs +EXPORT_SYMBOL vmlinux 0x92d5838e request_threaded_irq +EXPORT_SYMBOL vmlinux 0x92d99c7d blkdev_issue_discard +EXPORT_SYMBOL vmlinux 0x92e683f5 down_timeout +EXPORT_SYMBOL vmlinux 0x92ec510d jiffies64_to_msecs +EXPORT_SYMBOL vmlinux 0x92fa5abb vme_lm_detach +EXPORT_SYMBOL vmlinux 0x930181e1 xp_alloc +EXPORT_SYMBOL vmlinux 0x93022ba6 __scsi_format_command +EXPORT_SYMBOL vmlinux 0x9305f8e6 cpufreq_get +EXPORT_SYMBOL vmlinux 0x9318b3de tcp_setsockopt +EXPORT_SYMBOL vmlinux 0x931ff1a2 tegra_dfll_register +EXPORT_SYMBOL vmlinux 0x932cf945 _copy_from_iter +EXPORT_SYMBOL vmlinux 0x93635603 blk_rq_unmap_user +EXPORT_SYMBOL vmlinux 0x93654a96 ptp_clock_register +EXPORT_SYMBOL vmlinux 0x9366845b xsk_clear_rx_need_wakeup +EXPORT_SYMBOL vmlinux 0x93681468 proc_set_user +EXPORT_SYMBOL vmlinux 0x936e886a devm_backlight_device_register +EXPORT_SYMBOL vmlinux 0x937733e3 qid_valid +EXPORT_SYMBOL vmlinux 0x9382fcbe rproc_get_by_phandle +EXPORT_SYMBOL vmlinux 0x938efa48 of_find_device_by_node +EXPORT_SYMBOL vmlinux 0x93a6e0b2 io_schedule +EXPORT_SYMBOL vmlinux 0x93b3fc74 register_dcbevent_notifier +EXPORT_SYMBOL vmlinux 0x93d58b5c pci_free_host_bridge +EXPORT_SYMBOL vmlinux 0x93d6dd8c complete_all +EXPORT_SYMBOL vmlinux 0x9403f73f con_is_bound +EXPORT_SYMBOL vmlinux 0x9428f816 dim_turn +EXPORT_SYMBOL vmlinux 0x942c1ea5 rproc_mem_entry_init +EXPORT_SYMBOL vmlinux 0x942eda76 filemap_page_mkwrite +EXPORT_SYMBOL vmlinux 0x9434a325 devm_arch_phys_wc_add +EXPORT_SYMBOL vmlinux 0x94388848 copy_page_to_iter +EXPORT_SYMBOL vmlinux 0x943e95fe sdev_enable_disk_events +EXPORT_SYMBOL vmlinux 0x94429567 qman_start_using_portal +EXPORT_SYMBOL vmlinux 0x944375db _totalram_pages +EXPORT_SYMBOL vmlinux 0x9448b7ec bio_integrity_prep +EXPORT_SYMBOL vmlinux 0x944a564d is_console_locked +EXPORT_SYMBOL vmlinux 0x9451b7fb dget_parent +EXPORT_SYMBOL vmlinux 0x94566a0c tcp_sock_set_syncnt +EXPORT_SYMBOL vmlinux 0x9485403b linkwatch_fire_event +EXPORT_SYMBOL vmlinux 0x94877bf0 blk_rq_map_integrity_sg +EXPORT_SYMBOL vmlinux 0x948f67b5 cdrom_mode_select +EXPORT_SYMBOL vmlinux 0x94917906 pci_rebar_get_possible_sizes +EXPORT_SYMBOL vmlinux 0x94961283 vunmap +EXPORT_SYMBOL vmlinux 0x949ecd99 pcim_iounmap +EXPORT_SYMBOL vmlinux 0x94a9c7f3 netif_set_tso_max_segs +EXPORT_SYMBOL vmlinux 0x94af4827 simple_statfs +EXPORT_SYMBOL vmlinux 0x94bb7ec3 gen_pool_dma_zalloc_algo +EXPORT_SYMBOL vmlinux 0x94bd4582 tcp_child_process +EXPORT_SYMBOL vmlinux 0x94bf03ca utf8_to_utf32 +EXPORT_SYMBOL vmlinux 0x94d5a1aa phy_error +EXPORT_SYMBOL vmlinux 0x94db4750 skb_clone_sk +EXPORT_SYMBOL vmlinux 0x94e52e61 dcb_ieee_getapp_prio_dscp_mask_map +EXPORT_SYMBOL vmlinux 0x94fc8d93 smp_call_function_many +EXPORT_SYMBOL vmlinux 0x94ff739c ip6_output +EXPORT_SYMBOL vmlinux 0x9507c90f copy_fsxattr_to_user +EXPORT_SYMBOL vmlinux 0x951726d9 __dst_destroy_metrics_generic +EXPORT_SYMBOL vmlinux 0x9517650a __alloc_pages +EXPORT_SYMBOL vmlinux 0x951d04bf dm_kobject_release +EXPORT_SYMBOL vmlinux 0x953d2426 utf8_strncmp +EXPORT_SYMBOL vmlinux 0x9540119b security_dentry_create_files_as +EXPORT_SYMBOL vmlinux 0x954cef6f init_on_alloc +EXPORT_SYMBOL vmlinux 0x954f099c idr_preload +EXPORT_SYMBOL vmlinux 0x9555c103 flush_signals +EXPORT_SYMBOL vmlinux 0x9564afd3 zpool_unregister_driver +EXPORT_SYMBOL vmlinux 0x958bf6b5 security_inode_getsecctx +EXPORT_SYMBOL vmlinux 0x9591b818 mipi_dsi_dcs_get_display_brightness_large +EXPORT_SYMBOL vmlinux 0x95a07bb5 acpi_execute_reg_methods +EXPORT_SYMBOL vmlinux 0x95a67b07 udp_table +EXPORT_SYMBOL vmlinux 0x95a76f40 input_set_poll_interval +EXPORT_SYMBOL vmlinux 0x95cd163e dev_pm_opp_register_notifier +EXPORT_SYMBOL vmlinux 0x95d57e8b twl6040_set_pll +EXPORT_SYMBOL vmlinux 0x95d91e7b inet_recvmsg +EXPORT_SYMBOL vmlinux 0x95ea79d6 fput +EXPORT_SYMBOL vmlinux 0x9604fa7a freezing_slow_path +EXPORT_SYMBOL vmlinux 0x96105b57 dcb_ieee_getapp_mask +EXPORT_SYMBOL vmlinux 0x9629f50a __nla_put_64bit +EXPORT_SYMBOL vmlinux 0x9634eb35 clear_nlink +EXPORT_SYMBOL vmlinux 0x964b4c7a mfd_cell_disable +EXPORT_SYMBOL vmlinux 0x96610002 key_payload_reserve +EXPORT_SYMBOL vmlinux 0x966f4c4d genphy_c37_config_aneg +EXPORT_SYMBOL vmlinux 0x967f6bde tag_pages_for_writeback +EXPORT_SYMBOL vmlinux 0x96848186 scnprintf +EXPORT_SYMBOL vmlinux 0x9688de8b memstart_addr +EXPORT_SYMBOL vmlinux 0x9699a0e1 pci_alloc_irq_vectors +EXPORT_SYMBOL vmlinux 0x969a4da3 of_get_mac_address +EXPORT_SYMBOL vmlinux 0x96b29254 strncasecmp +EXPORT_SYMBOL vmlinux 0x96b5b702 bmap +EXPORT_SYMBOL vmlinux 0x96c17136 fb_var_to_videomode +EXPORT_SYMBOL vmlinux 0x96cd2b04 scsi_sense_key_string +EXPORT_SYMBOL vmlinux 0x96d022e7 file_check_and_advance_wb_err +EXPORT_SYMBOL vmlinux 0x96e5d30f gen_pool_set_algo +EXPORT_SYMBOL vmlinux 0x96fab350 dim_park_on_top +EXPORT_SYMBOL vmlinux 0x96fe128d phy_drivers_unregister +EXPORT_SYMBOL vmlinux 0x96fffab9 inode_insert5 +EXPORT_SYMBOL vmlinux 0x9724b91f km_policy_expired +EXPORT_SYMBOL vmlinux 0x97251984 udpv6_sendmsg +EXPORT_SYMBOL vmlinux 0x9733592c __scsi_execute +EXPORT_SYMBOL vmlinux 0x973fa82e register_acpi_notifier +EXPORT_SYMBOL vmlinux 0x974946a0 devm_of_find_backlight +EXPORT_SYMBOL vmlinux 0x974e3590 eth_get_headlen +EXPORT_SYMBOL vmlinux 0x9753c620 phy_ethtool_get_wol +EXPORT_SYMBOL vmlinux 0x975eabb9 ip_fraglist_init +EXPORT_SYMBOL vmlinux 0x976b1b81 iov_iter_bvec +EXPORT_SYMBOL vmlinux 0x976eeca3 dev_mc_add_global +EXPORT_SYMBOL vmlinux 0x97796289 vm_node_stat +EXPORT_SYMBOL vmlinux 0x977f8f1e rproc_of_resm_mem_entry_init +EXPORT_SYMBOL vmlinux 0x9795fcd6 bh_uptodate_or_lock +EXPORT_SYMBOL vmlinux 0x979bceaa disk_stack_limits +EXPORT_SYMBOL vmlinux 0x97a57333 crc_t10dif_update +EXPORT_SYMBOL vmlinux 0x97adb487 utf8s_to_utf16s +EXPORT_SYMBOL vmlinux 0x97b37b48 task_work_add +EXPORT_SYMBOL vmlinux 0x97bdfa60 scsi_dev_info_remove_list +EXPORT_SYMBOL vmlinux 0x97cbb25d of_xudma_dev_get +EXPORT_SYMBOL vmlinux 0x97da3271 ppp_unregister_channel +EXPORT_SYMBOL vmlinux 0x97ea88e3 flow_rule_match_ct +EXPORT_SYMBOL vmlinux 0x97ed2212 __tracepoint_spi_transfer_start +EXPORT_SYMBOL vmlinux 0x97f8481b rt6_lookup +EXPORT_SYMBOL vmlinux 0x97feb0b6 dm_table_get_md +EXPORT_SYMBOL vmlinux 0x9808d584 page_mapping +EXPORT_SYMBOL vmlinux 0x9813f100 netdev_has_upper_dev +EXPORT_SYMBOL vmlinux 0x9819f255 sk_stream_error +EXPORT_SYMBOL vmlinux 0x9829fc11 __kfifo_out_peek_r +EXPORT_SYMBOL vmlinux 0x982bcde4 __cpu_dying_mask +EXPORT_SYMBOL vmlinux 0x983d3140 scsi_scan_host +EXPORT_SYMBOL vmlinux 0x984469c1 vme_irq_free +EXPORT_SYMBOL vmlinux 0x9858d263 of_graph_get_remote_endpoint +EXPORT_SYMBOL vmlinux 0x9858f364 get_random_u8 +EXPORT_SYMBOL vmlinux 0x985990b0 from_kgid_munged +EXPORT_SYMBOL vmlinux 0x986b75d2 acpi_dev_get_first_match_dev +EXPORT_SYMBOL vmlinux 0x98770f9e rproc_coredump_add_custom_segment +EXPORT_SYMBOL vmlinux 0x987a304a netdev_adjacent_change_prepare +EXPORT_SYMBOL vmlinux 0x987a379c tc_setup_cb_reoffload +EXPORT_SYMBOL vmlinux 0x98887fba __f_setown +EXPORT_SYMBOL vmlinux 0x9894b83c phy_ethtool_set_wol +EXPORT_SYMBOL vmlinux 0x98b46696 ipv6_select_ident +EXPORT_SYMBOL vmlinux 0x98b683c9 remap_pfn_range +EXPORT_SYMBOL vmlinux 0x98ba2220 xen_free_ballooned_pages +EXPORT_SYMBOL vmlinux 0x98bafd04 _dev_info +EXPORT_SYMBOL vmlinux 0x98c039dc dma_fence_wait_timeout +EXPORT_SYMBOL vmlinux 0x98c2c926 jbd2_journal_submit_inode_data_buffers +EXPORT_SYMBOL vmlinux 0x98c43a92 follow_pfn +EXPORT_SYMBOL vmlinux 0x98c89ade security_xfrm_state_alloc +EXPORT_SYMBOL vmlinux 0x98cf60b3 strlen +EXPORT_SYMBOL vmlinux 0x98ddac3f vfs_llseek +EXPORT_SYMBOL vmlinux 0x98e508ef ignore_console_lock_warning +EXPORT_SYMBOL vmlinux 0x98eeafca setup_new_exec +EXPORT_SYMBOL vmlinux 0x99078b39 trace_print_flags_seq +EXPORT_SYMBOL vmlinux 0x99094fb2 qcom_scm_is_available +EXPORT_SYMBOL vmlinux 0x99118d9e blkdev_put +EXPORT_SYMBOL vmlinux 0x9922e0ea is_acpi_device_node +EXPORT_SYMBOL vmlinux 0x9931f8c9 qcom_scm_lmh_dcvsh_available +EXPORT_SYMBOL vmlinux 0x99387301 of_find_net_device_by_node +EXPORT_SYMBOL vmlinux 0x9939eba0 backlight_unregister_notifier +EXPORT_SYMBOL vmlinux 0x99517682 udp_encap_enable +EXPORT_SYMBOL vmlinux 0x99663bc6 generic_setlease +EXPORT_SYMBOL vmlinux 0x9975dc22 acpi_get_handle +EXPORT_SYMBOL vmlinux 0x998d653d jbd2_journal_free_reserved +EXPORT_SYMBOL vmlinux 0x9994507f padata_set_cpumask +EXPORT_SYMBOL vmlinux 0x9996d4d8 peernet2id +EXPORT_SYMBOL vmlinux 0x999e8297 vfree +EXPORT_SYMBOL vmlinux 0x99a3d784 unlock_two_nondirectories +EXPORT_SYMBOL vmlinux 0x99af1610 napi_consume_skb +EXPORT_SYMBOL vmlinux 0x99d472b1 net_dim_get_rx_moderation +EXPORT_SYMBOL vmlinux 0x99daa9bf try_offline_node +EXPORT_SYMBOL vmlinux 0x99db6940 filemap_fdatawrite_range +EXPORT_SYMBOL vmlinux 0x99e55d5f rps_may_expire_flow +EXPORT_SYMBOL vmlinux 0x99e70275 mount_bdev +EXPORT_SYMBOL vmlinux 0x99ed2a2a folio_mark_dirty +EXPORT_SYMBOL vmlinux 0x99f7371c refcount_dec_and_mutex_lock +EXPORT_SYMBOL vmlinux 0x99f9638f __napi_alloc_frag_align +EXPORT_SYMBOL vmlinux 0x99fa8f2c __pskb_copy_fclone +EXPORT_SYMBOL vmlinux 0x99ff3fde kernel_getsockname +EXPORT_SYMBOL vmlinux 0x9a0c3a18 vme_unregister_error_handler +EXPORT_SYMBOL vmlinux 0x9a1dfd65 strpbrk +EXPORT_SYMBOL vmlinux 0x9a1e19b4 generic_splice_sendpage +EXPORT_SYMBOL vmlinux 0x9a22391e radix_tree_gang_lookup_tag_slot +EXPORT_SYMBOL vmlinux 0x9a257004 sk_filter_trim_cap +EXPORT_SYMBOL vmlinux 0x9a47a403 blk_mq_run_hw_queue +EXPORT_SYMBOL vmlinux 0x9a583306 netlbl_bitmap_walk +EXPORT_SYMBOL vmlinux 0x9a6e3380 tegra_io_pad_power_enable +EXPORT_SYMBOL vmlinux 0x9a8c64de cros_ec_get_next_event +EXPORT_SYMBOL vmlinux 0x9a965714 skb_dump +EXPORT_SYMBOL vmlinux 0x9a9db80d __sk_backlog_rcv +EXPORT_SYMBOL vmlinux 0x9a9f6a5f acpi_device_set_power +EXPORT_SYMBOL vmlinux 0x9aaeefce sysctl_nf_log_all_netns +EXPORT_SYMBOL vmlinux 0x9ae47436 _find_last_bit +EXPORT_SYMBOL vmlinux 0x9afa58ed blk_finish_plug +EXPORT_SYMBOL vmlinux 0x9b00e682 param_get_bool +EXPORT_SYMBOL vmlinux 0x9b05e65f scsi_done_direct +EXPORT_SYMBOL vmlinux 0x9b07c092 phy_start_cable_test +EXPORT_SYMBOL vmlinux 0x9b11c3c6 __mdiobus_read +EXPORT_SYMBOL vmlinux 0x9b128a66 qcom_scm_set_remote_state +EXPORT_SYMBOL vmlinux 0x9b1b16f0 mmc_retune_unpause +EXPORT_SYMBOL vmlinux 0x9b1e7d03 mdio_bus_type +EXPORT_SYMBOL vmlinux 0x9b2560b9 gf128mul_init_4k_bbe +EXPORT_SYMBOL vmlinux 0x9b28222c pci_ep_cfs_add_epc_group +EXPORT_SYMBOL vmlinux 0x9b33e0d7 unregister_dcbevent_notifier +EXPORT_SYMBOL vmlinux 0x9b40370d flow_rule_match_vlan +EXPORT_SYMBOL vmlinux 0x9b4307d4 fman_get_bmi_max_fifo_size +EXPORT_SYMBOL vmlinux 0x9b496b21 posix_acl_alloc +EXPORT_SYMBOL vmlinux 0x9b66c882 __hw_addr_ref_unsync_dev +EXPORT_SYMBOL vmlinux 0x9b66ecc8 __tcp_md5_do_lookup +EXPORT_SYMBOL vmlinux 0x9b6c724e xudma_pktdma_tflow_get_irq +EXPORT_SYMBOL vmlinux 0x9b72478f acpi_unload_parent_table +EXPORT_SYMBOL vmlinux 0x9b745085 flow_indr_block_cb_alloc +EXPORT_SYMBOL vmlinux 0x9b7e471a vfs_mknod +EXPORT_SYMBOL vmlinux 0x9b827ff7 i2c_smbus_read_word_data +EXPORT_SYMBOL vmlinux 0x9b97e686 bpf_map_get +EXPORT_SYMBOL vmlinux 0x9bbcddc0 cdc_parse_cdc_header +EXPORT_SYMBOL vmlinux 0x9bbe7014 finish_swait +EXPORT_SYMBOL vmlinux 0x9bd5c621 __folio_start_writeback +EXPORT_SYMBOL vmlinux 0x9bd81468 jbd2_journal_put_journal_head +EXPORT_SYMBOL vmlinux 0x9c0071d8 no_seek_end_llseek +EXPORT_SYMBOL vmlinux 0x9c122bcf mempool_create_node +EXPORT_SYMBOL vmlinux 0x9c1e5bf5 queued_spin_lock_slowpath +EXPORT_SYMBOL vmlinux 0x9c289873 mipi_dsi_dcs_read +EXPORT_SYMBOL vmlinux 0x9c2eaa0d __skb_get_hash +EXPORT_SYMBOL vmlinux 0x9c3e6fd7 truncate_inode_pages +EXPORT_SYMBOL vmlinux 0x9c5a2ada ucc_fast_dump_regs +EXPORT_SYMBOL vmlinux 0x9c5c2480 devm_clk_get_optional +EXPORT_SYMBOL vmlinux 0x9c5d5b94 crc8 +EXPORT_SYMBOL vmlinux 0x9c86b9ab fileattr_fill_flags +EXPORT_SYMBOL vmlinux 0x9c9aa3b9 parse_int_array_user +EXPORT_SYMBOL vmlinux 0x9cab34a6 rfkill_set_led_trigger_name +EXPORT_SYMBOL vmlinux 0x9cb70b88 tcf_action_exec +EXPORT_SYMBOL vmlinux 0x9ccf7171 vme_dma_pci_attribute +EXPORT_SYMBOL vmlinux 0x9cd91791 register_sysctl +EXPORT_SYMBOL vmlinux 0x9cdc4727 phy_attached_print +EXPORT_SYMBOL vmlinux 0x9cdfb3f7 sysctl_fb_tunnels_only_for_init_net +EXPORT_SYMBOL vmlinux 0x9ce22542 netdev_lower_get_first_private_rcu +EXPORT_SYMBOL vmlinux 0x9cf3af6b acpi_bus_get_status +EXPORT_SYMBOL vmlinux 0x9cfe1bdd i2c_smbus_read_block_data +EXPORT_SYMBOL vmlinux 0x9d0135a5 dquot_quotactl_sysfile_ops +EXPORT_SYMBOL vmlinux 0x9d0d6206 unregister_netdevice_notifier +EXPORT_SYMBOL vmlinux 0x9d0fbf8f dev_graft_qdisc +EXPORT_SYMBOL vmlinux 0x9d0fce1f i2c_smbus_read_i2c_block_data +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 0x9d495b26 sock_from_file +EXPORT_SYMBOL vmlinux 0x9d4b0b23 key_task_permission +EXPORT_SYMBOL vmlinux 0x9d51eb98 softnet_data +EXPORT_SYMBOL vmlinux 0x9d61e994 ucs2_strncmp +EXPORT_SYMBOL vmlinux 0x9d8fdc5e dev_mc_unsync +EXPORT_SYMBOL vmlinux 0x9d92f3ad __wait_on_bit_lock +EXPORT_SYMBOL vmlinux 0x9d96b549 devfreq_monitor_suspend +EXPORT_SYMBOL vmlinux 0x9d9d82ff sock_sendmsg +EXPORT_SYMBOL vmlinux 0x9dac3f38 __devm_request_region +EXPORT_SYMBOL vmlinux 0x9db55aa2 pci_dev_driver +EXPORT_SYMBOL vmlinux 0x9dc2fed0 make_kuid +EXPORT_SYMBOL vmlinux 0x9dc36d05 xfrm6_input_addr +EXPORT_SYMBOL vmlinux 0x9dd77f2a pci_iomap_range +EXPORT_SYMBOL vmlinux 0x9dd9df13 dm_kcopyd_client_create +EXPORT_SYMBOL vmlinux 0x9de0bfc3 dev_pre_changeaddr_notify +EXPORT_SYMBOL vmlinux 0x9de1f26f dev_addr_add +EXPORT_SYMBOL vmlinux 0x9de7605c inet_pton_with_scope +EXPORT_SYMBOL vmlinux 0x9df04b76 generic_file_read_iter +EXPORT_SYMBOL vmlinux 0x9df21d0e qman_affine_channel +EXPORT_SYMBOL vmlinux 0x9df3f498 pm860x_set_bits +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 0x9e34fec9 fs_bio_set +EXPORT_SYMBOL vmlinux 0x9e457ca6 skb_copy_datagram_from_iter +EXPORT_SYMBOL vmlinux 0x9e4a3ce1 vmap +EXPORT_SYMBOL vmlinux 0x9e4faeef dm_io_client_destroy +EXPORT_SYMBOL vmlinux 0x9e588ce6 vfs_fadvise +EXPORT_SYMBOL vmlinux 0x9e5a34f3 tcf_action_update_hw_stats +EXPORT_SYMBOL vmlinux 0x9e5e750d node_to_cpumask_map +EXPORT_SYMBOL vmlinux 0x9e61bb05 set_freezable +EXPORT_SYMBOL vmlinux 0x9e74c9d9 update_region +EXPORT_SYMBOL vmlinux 0x9e7d15a8 tcp_sock_set_nodelay +EXPORT_SYMBOL vmlinux 0x9e7d6bd0 __udelay +EXPORT_SYMBOL vmlinux 0x9e8efd12 device_add_disk +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 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 0x9ef566b4 proc_mkdir_mode +EXPORT_SYMBOL vmlinux 0x9efd5ec8 deactivate_super +EXPORT_SYMBOL vmlinux 0x9f086e96 secpath_set +EXPORT_SYMBOL vmlinux 0x9f18f218 netdev_upper_get_next_dev_rcu +EXPORT_SYMBOL vmlinux 0x9f1fea43 __block_write_begin +EXPORT_SYMBOL vmlinux 0x9f46ced8 __sw_hweight64 +EXPORT_SYMBOL vmlinux 0x9f4f2aa3 acpi_gbl_FADT +EXPORT_SYMBOL vmlinux 0x9f50b770 keyring_restrict +EXPORT_SYMBOL vmlinux 0x9f51c770 unregister_nls +EXPORT_SYMBOL vmlinux 0x9f54ead7 gro_cells_destroy +EXPORT_SYMBOL vmlinux 0x9f5575fe dma_pool_create +EXPORT_SYMBOL vmlinux 0x9f76baf4 _raw_write_unlock_irq +EXPORT_SYMBOL vmlinux 0x9f7d7dbb logic_outsw +EXPORT_SYMBOL vmlinux 0x9f8c6926 sock_release +EXPORT_SYMBOL vmlinux 0x9f984513 strrchr +EXPORT_SYMBOL vmlinux 0x9fa27fd4 config_item_set_name +EXPORT_SYMBOL vmlinux 0x9fa4553f sock_create_lite +EXPORT_SYMBOL vmlinux 0x9fa5b481 of_get_child_by_name +EXPORT_SYMBOL vmlinux 0x9fa7184a cancel_delayed_work_sync +EXPORT_SYMBOL vmlinux 0x9fac24b1 netdev_bind_sb_channel_queue +EXPORT_SYMBOL vmlinux 0x9fb41842 netdev_offload_xstats_report_delta +EXPORT_SYMBOL vmlinux 0x9fd085a5 of_phy_register_fixed_link +EXPORT_SYMBOL vmlinux 0x9fdecc31 unregister_netdevice_many +EXPORT_SYMBOL vmlinux 0x9fea185b generic_write_end +EXPORT_SYMBOL vmlinux 0x9fea5b42 pci_write_vpd +EXPORT_SYMBOL vmlinux 0x9feed7ce timer_reduce +EXPORT_SYMBOL vmlinux 0x9ffa3a75 netdev_max_backlog +EXPORT_SYMBOL vmlinux 0xa0061087 tegra_ivc_read_get_next_frame +EXPORT_SYMBOL vmlinux 0xa00aca2a dql_completed +EXPORT_SYMBOL vmlinux 0xa00ef2c0 mipi_dsi_dcs_set_display_on +EXPORT_SYMBOL vmlinux 0xa010c6d2 of_root +EXPORT_SYMBOL vmlinux 0xa01d3df6 font_vga_8x16 +EXPORT_SYMBOL vmlinux 0xa023f1d4 fs_param_is_blob +EXPORT_SYMBOL vmlinux 0xa0283546 xfrm_state_delete +EXPORT_SYMBOL vmlinux 0xa02aa74a __cond_resched_lock +EXPORT_SYMBOL vmlinux 0xa02be043 pcie_capability_clear_and_set_word +EXPORT_SYMBOL vmlinux 0xa033d747 next_arg +EXPORT_SYMBOL vmlinux 0xa03836a6 nf_log_set +EXPORT_SYMBOL vmlinux 0xa0436e98 in6addr_linklocal_allnodes +EXPORT_SYMBOL vmlinux 0xa04e33da qcom_scm_lmh_dcvsh +EXPORT_SYMBOL vmlinux 0xa057df8f twl_set_regcache_bypass +EXPORT_SYMBOL vmlinux 0xa05b6be2 psched_ppscfg_precompute +EXPORT_SYMBOL vmlinux 0xa05c9102 pci_write_config_byte +EXPORT_SYMBOL vmlinux 0xa07a37f0 memchr +EXPORT_SYMBOL vmlinux 0xa07d1b3c tasklet_setup +EXPORT_SYMBOL vmlinux 0xa080f0a0 mmc_of_parse_clk_phase +EXPORT_SYMBOL vmlinux 0xa084749a __bitmap_or +EXPORT_SYMBOL vmlinux 0xa0928240 seq_putc +EXPORT_SYMBOL vmlinux 0xa094fe4e iov_iter_get_pages_alloc2 +EXPORT_SYMBOL vmlinux 0xa095e02e generic_check_addressable +EXPORT_SYMBOL vmlinux 0xa09e265b jbd2_journal_inode_ranged_wait +EXPORT_SYMBOL vmlinux 0xa09e3993 netdev_master_upper_dev_get +EXPORT_SYMBOL vmlinux 0xa0ae1e73 siphash_3u64 +EXPORT_SYMBOL vmlinux 0xa0b04675 vmalloc_32 +EXPORT_SYMBOL vmlinux 0xa0bd2db1 inet_csk_delete_keepalive_timer +EXPORT_SYMBOL vmlinux 0xa0d6c709 jbd2_journal_flush +EXPORT_SYMBOL vmlinux 0xa0dad88e netdev_adjacent_get_private +EXPORT_SYMBOL vmlinux 0xa0dd02f2 make_kgid +EXPORT_SYMBOL vmlinux 0xa0e551a6 dev_uc_add_excl +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 0xa10a469a tcp_sock_set_cork +EXPORT_SYMBOL vmlinux 0xa11ab3bf phy_do_ioctl_running +EXPORT_SYMBOL vmlinux 0xa132a230 pci_irq_get_affinity +EXPORT_SYMBOL vmlinux 0xa14297c0 __cgroup_bpf_run_filter_sk +EXPORT_SYMBOL vmlinux 0xa1498ef7 flow_block_cb_alloc +EXPORT_SYMBOL vmlinux 0xa1587daf skb_checksum_setup +EXPORT_SYMBOL vmlinux 0xa17f7e76 __skb_checksum_complete_head +EXPORT_SYMBOL vmlinux 0xa19dc841 fsync_bdev +EXPORT_SYMBOL vmlinux 0xa19ef244 proc_create_seq_private +EXPORT_SYMBOL vmlinux 0xa1adef37 __sk_queue_drop_skb +EXPORT_SYMBOL vmlinux 0xa1be1dbd pci_unmap_rom +EXPORT_SYMBOL vmlinux 0xa1cd4f06 __d_drop +EXPORT_SYMBOL vmlinux 0xa1cf50e5 fb_show_logo +EXPORT_SYMBOL vmlinux 0xa1f2d9f9 param_ops_ulong +EXPORT_SYMBOL vmlinux 0xa1f5080a jbd2_journal_force_commit +EXPORT_SYMBOL vmlinux 0xa1f8c49e scsi_print_sense +EXPORT_SYMBOL vmlinux 0xa2060911 inet_current_timestamp +EXPORT_SYMBOL vmlinux 0xa2170ad1 ata_print_version +EXPORT_SYMBOL vmlinux 0xa21c221b shmem_aops +EXPORT_SYMBOL vmlinux 0xa21d2925 phy_free_interrupt +EXPORT_SYMBOL vmlinux 0xa21d6f26 of_get_next_parent +EXPORT_SYMBOL vmlinux 0xa2251ef5 dev_get_port_parent_id +EXPORT_SYMBOL vmlinux 0xa22dc3c0 vfs_setpos +EXPORT_SYMBOL vmlinux 0xa231cb48 genphy_read_status_fixed +EXPORT_SYMBOL vmlinux 0xa2326c49 acpi_remove_table_handler +EXPORT_SYMBOL vmlinux 0xa237d9dc skb_trim +EXPORT_SYMBOL vmlinux 0xa23ffc04 groups_sort +EXPORT_SYMBOL vmlinux 0xa24767b5 tcp_req_err +EXPORT_SYMBOL vmlinux 0xa24f23d8 __request_module +EXPORT_SYMBOL vmlinux 0xa263892b fscrypt_fname_free_buffer +EXPORT_SYMBOL vmlinux 0xa2660e90 __tracepoint_dma_fence_signaled +EXPORT_SYMBOL vmlinux 0xa26d3a36 kmem_cache_create +EXPORT_SYMBOL vmlinux 0xa26e48d1 __xfrm_init_state +EXPORT_SYMBOL vmlinux 0xa2726289 __ip_mc_inc_group +EXPORT_SYMBOL vmlinux 0xa27e1849 dcb_getapp +EXPORT_SYMBOL vmlinux 0xa2860d02 register_nexthop_notifier +EXPORT_SYMBOL vmlinux 0xa28cfcc0 gen_estimator_active +EXPORT_SYMBOL vmlinux 0xa2a32b3b phy_find_first +EXPORT_SYMBOL vmlinux 0xa2c8fa74 of_pci_range_to_resource +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 0xa2e4bda4 d_lookup +EXPORT_SYMBOL vmlinux 0xa2eed4dc bio_add_page +EXPORT_SYMBOL vmlinux 0xa2f549f0 fs_param_is_path +EXPORT_SYMBOL vmlinux 0xa2f724c9 input_reset_device +EXPORT_SYMBOL vmlinux 0xa30f164b nd_btt_arena_is_valid +EXPORT_SYMBOL vmlinux 0xa321ed98 generic_error_remove_page +EXPORT_SYMBOL vmlinux 0xa3253ff5 blk_queue_max_hw_sectors +EXPORT_SYMBOL vmlinux 0xa339e6e5 on_each_cpu_cond_mask +EXPORT_SYMBOL vmlinux 0xa33fe77c scsi_device_get +EXPORT_SYMBOL vmlinux 0xa3522df5 qman_query_fq_np +EXPORT_SYMBOL vmlinux 0xa353e271 qdisc_class_hash_grow +EXPORT_SYMBOL vmlinux 0xa37a8b03 tcp_shutdown +EXPORT_SYMBOL vmlinux 0xa38a2260 find_inode_rcu +EXPORT_SYMBOL vmlinux 0xa399275a pnp_activate_dev +EXPORT_SYMBOL vmlinux 0xa3a77cbb xsk_tx_completed +EXPORT_SYMBOL vmlinux 0xa3ad2267 unlock_new_inode +EXPORT_SYMBOL vmlinux 0xa3be8342 __ubsan_handle_type_mismatch +EXPORT_SYMBOL vmlinux 0xa3cefaa0 blake2s_update +EXPORT_SYMBOL vmlinux 0xa3fea172 sha224_final +EXPORT_SYMBOL vmlinux 0xa40ff01b acpi_dbg_layer +EXPORT_SYMBOL vmlinux 0xa4226eda pci_restore_state +EXPORT_SYMBOL vmlinux 0xa42da62e config_item_init_type_name +EXPORT_SYMBOL vmlinux 0xa43b694f nf_log_unset +EXPORT_SYMBOL vmlinux 0xa443be3b security_cred_getsecid +EXPORT_SYMBOL vmlinux 0xa448c653 qcom_scm_ice_set_key +EXPORT_SYMBOL vmlinux 0xa4584538 vfs_fileattr_set +EXPORT_SYMBOL vmlinux 0xa497ae15 skb_orphan_partial +EXPORT_SYMBOL vmlinux 0xa4cd83f4 writeback_inodes_sb +EXPORT_SYMBOL vmlinux 0xa4d77745 dentry_open +EXPORT_SYMBOL vmlinux 0xa4dc74b2 finish_open +EXPORT_SYMBOL vmlinux 0xa4e25e09 default_llseek +EXPORT_SYMBOL vmlinux 0xa4e25f3d dcache_dir_lseek +EXPORT_SYMBOL vmlinux 0xa4e51f8b mr_dump +EXPORT_SYMBOL vmlinux 0xa4eca79f generic_fillattr +EXPORT_SYMBOL vmlinux 0xa4ecc51b nd_btt_version +EXPORT_SYMBOL vmlinux 0xa4fa49db tcp_initialize_rcv_mss +EXPORT_SYMBOL vmlinux 0xa4fca045 qcom_scm_ocmem_lock +EXPORT_SYMBOL vmlinux 0xa503a80e mount_single +EXPORT_SYMBOL vmlinux 0xa504b34c wireless_spy_update +EXPORT_SYMBOL vmlinux 0xa5242b5d kmalloc_caches +EXPORT_SYMBOL vmlinux 0xa52bedf6 xenbus_dev_request_and_reply +EXPORT_SYMBOL vmlinux 0xa549829b alloc_fddidev +EXPORT_SYMBOL vmlinux 0xa5526619 rb_insert_color +EXPORT_SYMBOL vmlinux 0xa56efe4d mmc_add_host +EXPORT_SYMBOL vmlinux 0xa57538dc md_write_inc +EXPORT_SYMBOL vmlinux 0xa58af0a6 _raw_read_unlock_irq +EXPORT_SYMBOL vmlinux 0xa592ee72 dev_getfirstbyhwtype +EXPORT_SYMBOL vmlinux 0xa5976e4f dev_base_lock +EXPORT_SYMBOL vmlinux 0xa5a7f012 iput +EXPORT_SYMBOL vmlinux 0xa5ac8cf3 bio_integrity_alloc +EXPORT_SYMBOL vmlinux 0xa5b73a4b xsk_tx_peek_release_desc_batch +EXPORT_SYMBOL vmlinux 0xa5b92f5b phy_request_interrupt +EXPORT_SYMBOL vmlinux 0xa5c05580 ndo_dflt_fdb_dump +EXPORT_SYMBOL vmlinux 0xa5e4c92a slab_build_skb +EXPORT_SYMBOL vmlinux 0xa5f349f7 cpufreq_generic_suspend +EXPORT_SYMBOL vmlinux 0xa5f7cf37 __cpu_possible_mask +EXPORT_SYMBOL vmlinux 0xa5feeddd inet_twsk_deschedule_put +EXPORT_SYMBOL vmlinux 0xa61ced89 qdisc_put_rtab +EXPORT_SYMBOL vmlinux 0xa62222eb scsi_dma_unmap +EXPORT_SYMBOL vmlinux 0xa6257a2f complete +EXPORT_SYMBOL vmlinux 0xa6278a66 vif_device_init +EXPORT_SYMBOL vmlinux 0xa6315785 param_get_ushort +EXPORT_SYMBOL vmlinux 0xa648e561 __ubsan_handle_shift_out_of_bounds +EXPORT_SYMBOL vmlinux 0xa64c7249 __printk_cpu_sync_try_get +EXPORT_SYMBOL vmlinux 0xa673e847 file_remove_privs +EXPORT_SYMBOL vmlinux 0xa67431eb request_firmware_into_buf +EXPORT_SYMBOL vmlinux 0xa67d6635 set_user_nice +EXPORT_SYMBOL vmlinux 0xa681fe88 generate_random_uuid +EXPORT_SYMBOL vmlinux 0xa68695a0 tcp_sock_set_keepidle +EXPORT_SYMBOL vmlinux 0xa6926e0f fs_context_for_mount +EXPORT_SYMBOL vmlinux 0xa69ed606 flow_keys_dissector +EXPORT_SYMBOL vmlinux 0xa6c4e583 d_drop +EXPORT_SYMBOL vmlinux 0xa6c8d990 nf_reinject +EXPORT_SYMBOL vmlinux 0xa6d3547f __bio_advance +EXPORT_SYMBOL vmlinux 0xa6d5af6e __ps2_command +EXPORT_SYMBOL vmlinux 0xa6d79228 dev_vprintk_emit +EXPORT_SYMBOL vmlinux 0xa6fcba14 __blk_alloc_disk +EXPORT_SYMBOL vmlinux 0xa707f21a drop_super +EXPORT_SYMBOL vmlinux 0xa70bc96d qcom_scm_restore_sec_cfg_available +EXPORT_SYMBOL vmlinux 0xa70ed9dc tcp_hashinfo +EXPORT_SYMBOL vmlinux 0xa71acc92 fman_port_config +EXPORT_SYMBOL vmlinux 0xa71ad4d2 max8998_update_reg +EXPORT_SYMBOL vmlinux 0xa71cb6f4 sock_i_uid +EXPORT_SYMBOL vmlinux 0xa72035f9 xa_get_order +EXPORT_SYMBOL vmlinux 0xa73bee82 xfrm_policy_alloc +EXPORT_SYMBOL vmlinux 0xa74c9877 refcount_dec_and_rtnl_lock +EXPORT_SYMBOL vmlinux 0xa75a3eef unregister_fib_notifier +EXPORT_SYMBOL vmlinux 0xa76cb1b9 ipv4_specific +EXPORT_SYMBOL vmlinux 0xa7737edd kernel_param_lock +EXPORT_SYMBOL vmlinux 0xa77bfd29 register_inet6addr_validator_notifier +EXPORT_SYMBOL vmlinux 0xa789f3b3 dquot_set_dqblk +EXPORT_SYMBOL vmlinux 0xa7b5df95 tcp_enter_cwr +EXPORT_SYMBOL vmlinux 0xa7bd6397 xsk_set_rx_need_wakeup +EXPORT_SYMBOL vmlinux 0xa7c69279 inode_init_once +EXPORT_SYMBOL vmlinux 0xa7d5f92e ida_destroy +EXPORT_SYMBOL vmlinux 0xa7d7fb33 sock_set_mark +EXPORT_SYMBOL vmlinux 0xa7eedcc4 call_usermodehelper +EXPORT_SYMBOL vmlinux 0xa8181adf proc_dointvec +EXPORT_SYMBOL vmlinux 0xa843805a get_unused_fd_flags +EXPORT_SYMBOL vmlinux 0xa84ce9e0 crypto_aes_inv_sbox +EXPORT_SYMBOL vmlinux 0xa853396b xa_extract +EXPORT_SYMBOL vmlinux 0xa85a3e6d xa_load +EXPORT_SYMBOL vmlinux 0xa8694ecd kblockd_schedule_work +EXPORT_SYMBOL vmlinux 0xa897e3e7 mempool_free +EXPORT_SYMBOL vmlinux 0xa89a1cf1 ipmi_dmi_get_slave_addr +EXPORT_SYMBOL vmlinux 0xa8a3c57b pcie_get_readrq +EXPORT_SYMBOL vmlinux 0xa8a7b9bb netpoll_send_skb +EXPORT_SYMBOL vmlinux 0xa8a8110c kernel_neon_end +EXPORT_SYMBOL vmlinux 0xa8c04358 vlan_dev_real_dev +EXPORT_SYMBOL vmlinux 0xa8caa845 clk_bulk_put_all +EXPORT_SYMBOL vmlinux 0xa8d1d022 acpi_match_device_ids +EXPORT_SYMBOL vmlinux 0xa8e02174 __napi_schedule +EXPORT_SYMBOL vmlinux 0xa8e6933a qdf2400_e44_present +EXPORT_SYMBOL vmlinux 0xa8ed850f set_anon_super_fc +EXPORT_SYMBOL vmlinux 0xa8f6c843 ip_frag_ecn_table +EXPORT_SYMBOL vmlinux 0xa90ca0de flush_rcu_work +EXPORT_SYMBOL vmlinux 0xa916b694 strnlen +EXPORT_SYMBOL vmlinux 0xa922f0b1 scsi_vpd_tpg_id +EXPORT_SYMBOL vmlinux 0xa940ed13 skb_put +EXPORT_SYMBOL vmlinux 0xa94a09bb mem_section +EXPORT_SYMBOL vmlinux 0xa94a1efd nd_device_notify +EXPORT_SYMBOL vmlinux 0xa964dd13 gpmc_cs_request +EXPORT_SYMBOL vmlinux 0xa965ca81 reciprocal_value +EXPORT_SYMBOL vmlinux 0xa96f061e mod_zone_page_state +EXPORT_SYMBOL vmlinux 0xa972e483 folio_redirty_for_writepage +EXPORT_SYMBOL vmlinux 0xa976957d bitmap_remap +EXPORT_SYMBOL vmlinux 0xa98a4531 tcf_unregister_action +EXPORT_SYMBOL vmlinux 0xa992c068 invalidate_bdev +EXPORT_SYMBOL vmlinux 0xa9aca4ef find_inode_nowait +EXPORT_SYMBOL vmlinux 0xa9c34900 netdev_core_stats_alloc +EXPORT_SYMBOL vmlinux 0xa9d52f30 neigh_carrier_down +EXPORT_SYMBOL vmlinux 0xa9d58a62 crypto_sha256_finup +EXPORT_SYMBOL vmlinux 0xa9df971c mmc_run_bkops +EXPORT_SYMBOL vmlinux 0xa9e8e8d7 jbd2_journal_errno +EXPORT_SYMBOL vmlinux 0xa9ed119b flow_block_cb_priv +EXPORT_SYMBOL vmlinux 0xa9ed62d2 tegra_fuse_readl +EXPORT_SYMBOL vmlinux 0xaa00fdc0 ec_transaction +EXPORT_SYMBOL vmlinux 0xaa0424fc sync_inode_metadata +EXPORT_SYMBOL vmlinux 0xaa0c318b vscnprintf +EXPORT_SYMBOL vmlinux 0xaa107fda devm_ioremap_wc +EXPORT_SYMBOL vmlinux 0xaa19e4aa _kstrtol +EXPORT_SYMBOL vmlinux 0xaa1d0521 qdisc_offload_dump_helper +EXPORT_SYMBOL vmlinux 0xaa264251 __dquot_transfer +EXPORT_SYMBOL vmlinux 0xaa2e6686 readahead_expand +EXPORT_SYMBOL vmlinux 0xaa341905 acpi_bios_exception +EXPORT_SYMBOL vmlinux 0xaa3c91a6 fqdir_init +EXPORT_SYMBOL vmlinux 0xaa43cdc8 generic_fill_statx_attr +EXPORT_SYMBOL vmlinux 0xaa4abbab nd_region_to_nstype +EXPORT_SYMBOL vmlinux 0xaa4ecea9 sg_miter_skip +EXPORT_SYMBOL vmlinux 0xaa608c8e acpi_notifier_call_chain +EXPORT_SYMBOL vmlinux 0xaa69fcb1 mfd_cell_enable +EXPORT_SYMBOL vmlinux 0xaa6f23ad rfkill_get_led_trigger_name +EXPORT_SYMBOL vmlinux 0xaa6fa828 free_inode_nonrcu +EXPORT_SYMBOL vmlinux 0xaa780e72 pci_unregister_driver +EXPORT_SYMBOL vmlinux 0xaa7ccd58 register_netdevice +EXPORT_SYMBOL vmlinux 0xaa8106bc crc8_populate_msb +EXPORT_SYMBOL vmlinux 0xaa8f1b71 inet_addr_is_any +EXPORT_SYMBOL vmlinux 0xaaa4b9bc hchacha_block_generic +EXPORT_SYMBOL vmlinux 0xaaa50fb2 qcom_scm_lmh_profile_change +EXPORT_SYMBOL vmlinux 0xaaaa392a lynx_get_mdio_device +EXPORT_SYMBOL vmlinux 0xaab30c02 alloc_pages +EXPORT_SYMBOL vmlinux 0xaad0ae78 __bitmap_shift_right +EXPORT_SYMBOL vmlinux 0xaad4e8aa dns_query +EXPORT_SYMBOL vmlinux 0xaad6d92f rfkill_init_sw_state +EXPORT_SYMBOL vmlinux 0xaad8c7d6 default_wake_function +EXPORT_SYMBOL vmlinux 0xaade968e sock_init_data_uid +EXPORT_SYMBOL vmlinux 0xaae3481b tcp_make_synack +EXPORT_SYMBOL vmlinux 0xaae79911 path_has_submounts +EXPORT_SYMBOL vmlinux 0xaae8ab0e acpi_bus_power_manageable +EXPORT_SYMBOL vmlinux 0xaaebdaaf filemap_dirty_folio +EXPORT_SYMBOL vmlinux 0xaaeeb92b dev_uc_sync_multiple +EXPORT_SYMBOL vmlinux 0xaaf34b58 mdiobus_read +EXPORT_SYMBOL vmlinux 0xaaf4a334 qcom_scm_set_cold_boot_addr +EXPORT_SYMBOL vmlinux 0xaaf84d19 devfreq_monitor_start +EXPORT_SYMBOL vmlinux 0xaaf9e59e fwnode_get_mac_address +EXPORT_SYMBOL vmlinux 0xaafdc258 strcasecmp +EXPORT_SYMBOL vmlinux 0xab355a58 i2c_smbus_read_byte_data +EXPORT_SYMBOL vmlinux 0xab361ddc gnet_stats_copy_app +EXPORT_SYMBOL vmlinux 0xab3697e4 irq_poll_init +EXPORT_SYMBOL vmlinux 0xab3b75ea vme_dma_pattern_attribute +EXPORT_SYMBOL vmlinux 0xab44d8d2 kthread_stop +EXPORT_SYMBOL vmlinux 0xab4d2944 scsi_is_sdev_device +EXPORT_SYMBOL vmlinux 0xab4ed7f1 vfs_rename +EXPORT_SYMBOL vmlinux 0xab4fe40a file_path +EXPORT_SYMBOL vmlinux 0xab53bba7 dcbnl_cee_notify +EXPORT_SYMBOL vmlinux 0xab5deaac inet_accept +EXPORT_SYMBOL vmlinux 0xab600421 probe_irq_off +EXPORT_SYMBOL vmlinux 0xab63baa5 unregister_inetaddr_validator_notifier +EXPORT_SYMBOL vmlinux 0xab671a7f __check_sticky +EXPORT_SYMBOL vmlinux 0xab67a0ac dql_init +EXPORT_SYMBOL vmlinux 0xab6d5b3b hex_to_bin +EXPORT_SYMBOL vmlinux 0xab74e68e __dev_queue_xmit +EXPORT_SYMBOL vmlinux 0xab781570 fb_get_options +EXPORT_SYMBOL vmlinux 0xab822f37 bio_integrity_add_page +EXPORT_SYMBOL vmlinux 0xab9569ce stream_open +EXPORT_SYMBOL vmlinux 0xabaceb47 dquot_reclaim_space_nodirty +EXPORT_SYMBOL vmlinux 0xabaef145 ip6_fraglist_init +EXPORT_SYMBOL vmlinux 0xabb42425 set_groups +EXPORT_SYMBOL vmlinux 0xabbdd475 config_item_get_unless_zero +EXPORT_SYMBOL vmlinux 0xabc1b1eb ethtool_intersect_link_masks +EXPORT_SYMBOL vmlinux 0xabc79f1b input_mt_report_pointer_emulation +EXPORT_SYMBOL vmlinux 0xabc7dcc8 mipi_dsi_dcs_set_display_brightness_large +EXPORT_SYMBOL vmlinux 0xabccd23b dm_table_get_mode +EXPORT_SYMBOL vmlinux 0xabf32f29 utf16s_to_utf8s +EXPORT_SYMBOL vmlinux 0xac059afd tcp_md5_do_del +EXPORT_SYMBOL vmlinux 0xac14af1a md_cluster_ops +EXPORT_SYMBOL vmlinux 0xac1a55be unregister_reboot_notifier +EXPORT_SYMBOL vmlinux 0xac3201b0 udp_flow_hashrnd +EXPORT_SYMBOL vmlinux 0xac3fbcaf seg6_hmac_info_lookup +EXPORT_SYMBOL vmlinux 0xac4659e7 dma_sync_single_for_cpu +EXPORT_SYMBOL vmlinux 0xac4e9ee4 f_setown +EXPORT_SYMBOL vmlinux 0xac4f82d1 dma_mmap_attrs +EXPORT_SYMBOL vmlinux 0xac537ac2 percpu_counter_destroy +EXPORT_SYMBOL vmlinux 0xac5fcec0 in4_pton +EXPORT_SYMBOL vmlinux 0xac7dfa60 pci_scan_single_device +EXPORT_SYMBOL vmlinux 0xaca12c9e __register_nls +EXPORT_SYMBOL vmlinux 0xacaa4c72 dma_fence_match_context +EXPORT_SYMBOL vmlinux 0xacab29b7 seq_hlist_start_percpu +EXPORT_SYMBOL vmlinux 0xacb9ed9a dma_resv_add_fence +EXPORT_SYMBOL vmlinux 0xacd81eb3 jbd2_inode_cache +EXPORT_SYMBOL vmlinux 0xacddd806 ptp_get_vclocks_index +EXPORT_SYMBOL vmlinux 0xacf4d843 match_strdup +EXPORT_SYMBOL vmlinux 0xacf649bf audit_log_task_info +EXPORT_SYMBOL vmlinux 0xad009cd9 put_fs_context +EXPORT_SYMBOL vmlinux 0xad0413d4 match_hex +EXPORT_SYMBOL vmlinux 0xad128dc1 __tracepoint_dma_fence_enable_signal +EXPORT_SYMBOL vmlinux 0xad1ea418 dcache_dir_close +EXPORT_SYMBOL vmlinux 0xad1ea6b4 genphy_read_lpa +EXPORT_SYMBOL vmlinux 0xad2b0568 serio_unregister_port +EXPORT_SYMBOL vmlinux 0xad307c43 mipi_dsi_generic_read +EXPORT_SYMBOL vmlinux 0xad3c343f kset_unregister +EXPORT_SYMBOL vmlinux 0xad3ea04c qman_p_irqsource_remove +EXPORT_SYMBOL vmlinux 0xad5e3811 tcp_fastopen_defer_connect +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 0xad97a74f d_make_root +EXPORT_SYMBOL vmlinux 0xad97c755 block_truncate_page +EXPORT_SYMBOL vmlinux 0xad9901ae bit_waitqueue +EXPORT_SYMBOL vmlinux 0xada31e57 gen_pool_dma_alloc_align +EXPORT_SYMBOL vmlinux 0xada572ae netif_skb_features +EXPORT_SYMBOL vmlinux 0xadae6df8 blake2s_final +EXPORT_SYMBOL vmlinux 0xadb3a311 key_instantiate_and_link +EXPORT_SYMBOL vmlinux 0xadbeed61 mipi_dsi_packet_format_is_long +EXPORT_SYMBOL vmlinux 0xadcf6e34 pci_fixup_cardbus +EXPORT_SYMBOL vmlinux 0xadd139d4 rfs_needed +EXPORT_SYMBOL vmlinux 0xae027523 tcp_v4_connect +EXPORT_SYMBOL vmlinux 0xae04012c __vmalloc +EXPORT_SYMBOL vmlinux 0xae09be8b vme_register_driver +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 0xae353208 vfs_fsync_range +EXPORT_SYMBOL vmlinux 0xae4172f7 of_find_node_by_name +EXPORT_SYMBOL vmlinux 0xae4a91b9 simple_link +EXPORT_SYMBOL vmlinux 0xae5a04bb acpi_evaluate_dsm +EXPORT_SYMBOL vmlinux 0xae623ecb tty_port_put +EXPORT_SYMBOL vmlinux 0xae66472b scsi_kmap_atomic_sg +EXPORT_SYMBOL vmlinux 0xae797f64 tty_hangup +EXPORT_SYMBOL vmlinux 0xae96bf4d locks_init_lock +EXPORT_SYMBOL vmlinux 0xae9e360e tcp_create_openreq_child +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 0xaec9e102 vme_dma_list_add +EXPORT_SYMBOL vmlinux 0xaece004a page_pool_put_page_bulk +EXPORT_SYMBOL vmlinux 0xaed4762a dquot_quota_sync +EXPORT_SYMBOL vmlinux 0xaee6ead8 ipv6_chk_addr +EXPORT_SYMBOL vmlinux 0xaefc29d3 __skb_free_datagram_locked +EXPORT_SYMBOL vmlinux 0xaf06ce2a input_unregister_handle +EXPORT_SYMBOL vmlinux 0xaf18b48b is_subdir +EXPORT_SYMBOL vmlinux 0xaf24ee46 of_platform_bus_probe +EXPORT_SYMBOL vmlinux 0xaf3dd7dc scsi_logging_level +EXPORT_SYMBOL vmlinux 0xaf56600a arm64_use_ng_mappings +EXPORT_SYMBOL vmlinux 0xaf61b224 vfs_path_lookup +EXPORT_SYMBOL vmlinux 0xaf7050f2 mii_ethtool_set_link_ksettings +EXPORT_SYMBOL vmlinux 0xaf7102df ppp_unregister_compressor +EXPORT_SYMBOL vmlinux 0xaf8a6eeb phy_attached_info +EXPORT_SYMBOL vmlinux 0xafa69dc5 freeze_bdev +EXPORT_SYMBOL vmlinux 0xafa6a779 scsi_mode_sense +EXPORT_SYMBOL vmlinux 0xafaa6031 _find_next_and_bit +EXPORT_SYMBOL vmlinux 0xafb864c1 refcount_dec_and_lock_irqsave +EXPORT_SYMBOL vmlinux 0xafc08054 dotdot_name +EXPORT_SYMBOL vmlinux 0xafc6c68e zstd_is_error +EXPORT_SYMBOL vmlinux 0xafd810b9 __sk_dst_check +EXPORT_SYMBOL vmlinux 0xafdf00b6 block_is_partially_uptodate +EXPORT_SYMBOL vmlinux 0xafe7ecf5 d_invalidate +EXPORT_SYMBOL vmlinux 0xafea2eba blk_queue_update_dma_alignment +EXPORT_SYMBOL vmlinux 0xb005101e nvdimm_check_and_set_ro +EXPORT_SYMBOL vmlinux 0xb00de81f kthread_create_on_node +EXPORT_SYMBOL vmlinux 0xb01bebf9 xfrm_get_acqseq +EXPORT_SYMBOL vmlinux 0xb0313e69 mmc_detect_card_removed +EXPORT_SYMBOL vmlinux 0xb04a43ad __xa_alloc_cyclic +EXPORT_SYMBOL vmlinux 0xb0513030 scsi_target_resume +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 0xb076c216 pci_enable_device_io +EXPORT_SYMBOL vmlinux 0xb07ba579 dmaenginem_async_device_register +EXPORT_SYMBOL vmlinux 0xb07f7dfb page_pool_release_page +EXPORT_SYMBOL vmlinux 0xb08e7901 register_fib_notifier +EXPORT_SYMBOL vmlinux 0xb09a7036 blk_queue_max_segments +EXPORT_SYMBOL vmlinux 0xb09d924c dev_get_by_napi_id +EXPORT_SYMBOL vmlinux 0xb0a0da0c rational_best_approximation +EXPORT_SYMBOL vmlinux 0xb0ae5b74 nf_setsockopt +EXPORT_SYMBOL vmlinux 0xb0c5e247 lockref_put_return +EXPORT_SYMBOL vmlinux 0xb0d9e4b8 __ClearPageMovable +EXPORT_SYMBOL vmlinux 0xb0e10781 get_option +EXPORT_SYMBOL vmlinux 0xb0e5b340 netdev_notice +EXPORT_SYMBOL vmlinux 0xb0f94f53 fscrypt_ioctl_set_policy +EXPORT_SYMBOL vmlinux 0xb1116551 udp6_set_csum +EXPORT_SYMBOL vmlinux 0xb1163e59 scm_fp_dup +EXPORT_SYMBOL vmlinux 0xb11d92c7 elv_rb_del +EXPORT_SYMBOL vmlinux 0xb11e6d8f skb_flow_dissector_init +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 0xb14046d9 kernel_recvmsg +EXPORT_SYMBOL vmlinux 0xb14ab1ef hdmi_audio_infoframe_init +EXPORT_SYMBOL vmlinux 0xb14c4db7 refresh_frequency_limits +EXPORT_SYMBOL vmlinux 0xb14fc46a find_next_clump8 +EXPORT_SYMBOL vmlinux 0xb1518e15 cancel_work +EXPORT_SYMBOL vmlinux 0xb1642405 rproc_del +EXPORT_SYMBOL vmlinux 0xb1847d0d jbd2_journal_init_dev +EXPORT_SYMBOL vmlinux 0xb19cc941 fifo_set_limit +EXPORT_SYMBOL vmlinux 0xb1c3a01a oops_in_progress +EXPORT_SYMBOL vmlinux 0xb1c9527c vmf_insert_pfn_prot +EXPORT_SYMBOL vmlinux 0xb1d3472a alloc_mdio_bitbang +EXPORT_SYMBOL vmlinux 0xb1db9a69 fsl_ifc_find +EXPORT_SYMBOL vmlinux 0xb1ddf995 jiffies_64_to_clock_t +EXPORT_SYMBOL vmlinux 0xb1ee99bb uart_update_timeout +EXPORT_SYMBOL vmlinux 0xb1fd406c ip_mc_join_group +EXPORT_SYMBOL vmlinux 0xb21987c8 kmem_cache_size +EXPORT_SYMBOL vmlinux 0xb22e16d5 radix_tree_maybe_preload +EXPORT_SYMBOL vmlinux 0xb23027c1 kstrtos16_from_user +EXPORT_SYMBOL vmlinux 0xb2587129 inet_del_offload +EXPORT_SYMBOL vmlinux 0xb262a2a2 nvdimm_namespace_capacity +EXPORT_SYMBOL vmlinux 0xb26572b2 ip_defrag +EXPORT_SYMBOL vmlinux 0xb282e474 kmalloc_node_trace +EXPORT_SYMBOL vmlinux 0xb287e4a2 noop_dirty_folio +EXPORT_SYMBOL vmlinux 0xb2920110 vfs_copy_file_range +EXPORT_SYMBOL vmlinux 0xb29411d8 flow_block_cb_free +EXPORT_SYMBOL vmlinux 0xb2b10e51 skb_checksum_trimmed +EXPORT_SYMBOL vmlinux 0xb2b8ffe6 locks_lock_inode_wait +EXPORT_SYMBOL vmlinux 0xb2bcb088 acpi_current_gpe_count +EXPORT_SYMBOL vmlinux 0xb2d1d79b iov_iter_kvec +EXPORT_SYMBOL vmlinux 0xb2d62dfb __mark_inode_dirty +EXPORT_SYMBOL vmlinux 0xb2ead97c kimage_vaddr +EXPORT_SYMBOL vmlinux 0xb2f35c6a xxh64 +EXPORT_SYMBOL vmlinux 0xb2fcb56d queue_delayed_work_on +EXPORT_SYMBOL vmlinux 0xb306ec50 __sg_alloc_table +EXPORT_SYMBOL vmlinux 0xb308c97d wait_woken +EXPORT_SYMBOL vmlinux 0xb30b9822 vme_master_set +EXPORT_SYMBOL vmlinux 0xb310f7f4 seg6_hmac_net_exit +EXPORT_SYMBOL vmlinux 0xb31f7ff4 tcf_exts_num_actions +EXPORT_SYMBOL vmlinux 0xb3216c3b dma_resv_init +EXPORT_SYMBOL vmlinux 0xb3258f79 __ubsan_handle_type_mismatch_v1 +EXPORT_SYMBOL vmlinux 0xb32728bb qcom_scm_iommu_secure_ptbl_init +EXPORT_SYMBOL vmlinux 0xb329e072 framebuffer_alloc +EXPORT_SYMBOL vmlinux 0xb349f365 config_group_init +EXPORT_SYMBOL vmlinux 0xb34dca1c kryo_l2_get_indirect_reg +EXPORT_SYMBOL vmlinux 0xb3687850 out_of_line_wait_on_bit_lock +EXPORT_SYMBOL vmlinux 0xb3707e6e flow_keys_basic_dissector +EXPORT_SYMBOL vmlinux 0xb37edeae kfree_skb_list_reason +EXPORT_SYMBOL vmlinux 0xb3867e6d mtree_insert +EXPORT_SYMBOL vmlinux 0xb3914337 do_SAK +EXPORT_SYMBOL vmlinux 0xb3961043 gpiochip_irq_reqres +EXPORT_SYMBOL vmlinux 0xb3a82019 profile_pc +EXPORT_SYMBOL vmlinux 0xb3c3c24d pci_iounmap +EXPORT_SYMBOL vmlinux 0xb3cbdb02 con_is_visible +EXPORT_SYMBOL vmlinux 0xb3d2c76d scsi_hostbyte_string +EXPORT_SYMBOL vmlinux 0xb3e4119a fman_bind +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 0xb40c083a ps2_init +EXPORT_SYMBOL vmlinux 0xb423dba1 console_blanked +EXPORT_SYMBOL vmlinux 0xb43dc432 tcp_seq_start +EXPORT_SYMBOL vmlinux 0xb4577003 acpi_dev_present +EXPORT_SYMBOL vmlinux 0xb463f2cd serial8250_register_8250_port +EXPORT_SYMBOL vmlinux 0xb46dd469 register_mii_timestamper +EXPORT_SYMBOL vmlinux 0xb46e2b45 get_tree_keyed +EXPORT_SYMBOL vmlinux 0xb4729cb3 genl_notify +EXPORT_SYMBOL vmlinux 0xb47950a3 flow_rule_match_tcp +EXPORT_SYMBOL vmlinux 0xb4821227 folio_clear_dirty_for_io +EXPORT_SYMBOL vmlinux 0xb48d4d22 security_sb_eat_lsm_opts +EXPORT_SYMBOL vmlinux 0xb48d6c96 simple_transaction_set +EXPORT_SYMBOL vmlinux 0xb4951422 ptp_clock_event +EXPORT_SYMBOL vmlinux 0xb49601a1 sg_zero_buffer +EXPORT_SYMBOL vmlinux 0xb4a79898 blk_limits_io_opt +EXPORT_SYMBOL vmlinux 0xb4c4347e mdiobus_is_registered_device +EXPORT_SYMBOL vmlinux 0xb4c79b7d textsearch_prepare +EXPORT_SYMBOL vmlinux 0xb4d03da1 of_translate_address +EXPORT_SYMBOL vmlinux 0xb4eb8c33 md_bitmap_sync_with_cluster +EXPORT_SYMBOL vmlinux 0xb4f13d2a abort +EXPORT_SYMBOL vmlinux 0xb4f21126 md_bitmap_close_sync +EXPORT_SYMBOL vmlinux 0xb5000299 configfs_unregister_group +EXPORT_SYMBOL vmlinux 0xb52715c1 of_device_is_compatible +EXPORT_SYMBOL vmlinux 0xb538f794 register_mii_tstamp_controller +EXPORT_SYMBOL vmlinux 0xb53f2810 tcp_sockets_allocated +EXPORT_SYMBOL vmlinux 0xb5605d8c pcix_set_mmrbc +EXPORT_SYMBOL vmlinux 0xb567ad53 inet_frag_find +EXPORT_SYMBOL vmlinux 0xb569bc5a filemap_fdatawrite_wbc +EXPORT_SYMBOL vmlinux 0xb576828f flow_indr_dev_register +EXPORT_SYMBOL vmlinux 0xb57f1e27 fman_port_disable +EXPORT_SYMBOL vmlinux 0xb58c611e sockopt_ns_capable +EXPORT_SYMBOL vmlinux 0xb59552f9 inet_listen +EXPORT_SYMBOL vmlinux 0xb5a3317b mii_check_gmii_support +EXPORT_SYMBOL vmlinux 0xb5a459dc unregister_blkdev +EXPORT_SYMBOL vmlinux 0xb5aa7165 dma_pool_destroy +EXPORT_SYMBOL vmlinux 0xb5b54b34 _raw_spin_unlock +EXPORT_SYMBOL vmlinux 0xb5b63711 fileattr_fill_xflags +EXPORT_SYMBOL vmlinux 0xb5c3ca49 dump_emit +EXPORT_SYMBOL vmlinux 0xb5c70b29 dquot_quota_on +EXPORT_SYMBOL vmlinux 0xb5c91da9 security_path_unlink +EXPORT_SYMBOL vmlinux 0xb5cb885f sock_pfree +EXPORT_SYMBOL vmlinux 0xb5e73116 flush_delayed_work +EXPORT_SYMBOL vmlinux 0xb5f45b50 rproc_resource_cleanup +EXPORT_SYMBOL vmlinux 0xb60c15bb genphy_write_mmd_unsupported +EXPORT_SYMBOL vmlinux 0xb61d6fc2 down_read_interruptible +EXPORT_SYMBOL vmlinux 0xb633f115 irq_poll_enable +EXPORT_SYMBOL vmlinux 0xb642e580 sync_blockdev +EXPORT_SYMBOL vmlinux 0xb64ab1b2 skb_queue_head +EXPORT_SYMBOL vmlinux 0xb654ef65 acpi_os_read_port +EXPORT_SYMBOL vmlinux 0xb66494aa netif_napi_add_weight +EXPORT_SYMBOL vmlinux 0xb66e96d8 netlbl_audit_start +EXPORT_SYMBOL vmlinux 0xb678366f int_sqrt +EXPORT_SYMBOL vmlinux 0xb67a7ea9 sock_no_recvmsg +EXPORT_SYMBOL vmlinux 0xb67fec0e uuid_parse +EXPORT_SYMBOL vmlinux 0xb682a077 mr_rtm_dumproute +EXPORT_SYMBOL vmlinux 0xb68ae5b1 netdev_get_xmit_slave +EXPORT_SYMBOL vmlinux 0xb6914319 inode_set_bytes +EXPORT_SYMBOL vmlinux 0xb6936ffe _bcd2bin +EXPORT_SYMBOL vmlinux 0xb69aad1f __kfree_skb +EXPORT_SYMBOL vmlinux 0xb69cb0f6 d_obtain_alias +EXPORT_SYMBOL vmlinux 0xb69eac2d km_policy_notify +EXPORT_SYMBOL vmlinux 0xb6a4c054 netdev_lower_get_next_private +EXPORT_SYMBOL vmlinux 0xb6acaa13 phy_sfp_detach +EXPORT_SYMBOL vmlinux 0xb6c58bae migrate_vma_pages +EXPORT_SYMBOL vmlinux 0xb6cb556a _find_first_and_bit +EXPORT_SYMBOL vmlinux 0xb6cb642b inode_newsize_ok +EXPORT_SYMBOL vmlinux 0xb6e36ce2 psched_ratecfg_precompute +EXPORT_SYMBOL vmlinux 0xb6e55349 inet_add_offload +EXPORT_SYMBOL vmlinux 0xb6fde909 close_fd +EXPORT_SYMBOL vmlinux 0xb71589f0 skip_spaces +EXPORT_SYMBOL vmlinux 0xb715df1c of_find_backlight_by_node +EXPORT_SYMBOL vmlinux 0xb71ed69f __hw_addr_unsync +EXPORT_SYMBOL vmlinux 0xb723948c filemap_get_folios_contig +EXPORT_SYMBOL vmlinux 0xb72f1ccc kmem_cache_shrink +EXPORT_SYMBOL vmlinux 0xb737b185 gen_pool_best_fit +EXPORT_SYMBOL vmlinux 0xb73acafd security_skb_classify_flow +EXPORT_SYMBOL vmlinux 0xb752eb7e abort_creds +EXPORT_SYMBOL vmlinux 0xb7688155 ucc_slow_init +EXPORT_SYMBOL vmlinux 0xb7884d83 of_get_next_available_child +EXPORT_SYMBOL vmlinux 0xb788fb30 gic_pmr_sync +EXPORT_SYMBOL vmlinux 0xb78debe3 LZ4_decompress_fast_usingDict +EXPORT_SYMBOL vmlinux 0xb79583bc phy_stop +EXPORT_SYMBOL vmlinux 0xb7a3487c of_n_addr_cells +EXPORT_SYMBOL vmlinux 0xb7a82d3f find_vma +EXPORT_SYMBOL vmlinux 0xb7a9300b __vlan_find_dev_deep_rcu +EXPORT_SYMBOL vmlinux 0xb7ab964e vfs_dedupe_file_range_one +EXPORT_SYMBOL vmlinux 0xb7aca7a0 put_cmsg +EXPORT_SYMBOL vmlinux 0xb7b5f3f8 md_integrity_register +EXPORT_SYMBOL vmlinux 0xb7b7fa6e node_states +EXPORT_SYMBOL vmlinux 0xb7c0f443 sort +EXPORT_SYMBOL vmlinux 0xb7c3ef9d i2c_put_adapter +EXPORT_SYMBOL vmlinux 0xb7c699ad dev_set_alias +EXPORT_SYMBOL vmlinux 0xb7c6db70 sysctl_max_skb_frags +EXPORT_SYMBOL vmlinux 0xb7cbe1d2 tty_port_raise_dtr_rts +EXPORT_SYMBOL vmlinux 0xb7e6a666 copy_page_from_iter +EXPORT_SYMBOL vmlinux 0xb7f3a884 try_to_free_buffers +EXPORT_SYMBOL vmlinux 0xb7fde6ce blk_put_queue +EXPORT_SYMBOL vmlinux 0xb80b4a18 zstd_compress_bound +EXPORT_SYMBOL vmlinux 0xb81677e1 param_set_invbool +EXPORT_SYMBOL vmlinux 0xb82e568e kthread_associate_blkcg +EXPORT_SYMBOL vmlinux 0xb83d4233 xfrm_input_register_afinfo +EXPORT_SYMBOL vmlinux 0xb842716c qcom_scm_ocmem_lock_available +EXPORT_SYMBOL vmlinux 0xb8605d9c qman_p_static_dequeue_add +EXPORT_SYMBOL vmlinux 0xb861f3b0 dquot_release +EXPORT_SYMBOL vmlinux 0xb868ac5c register_sysrq_key +EXPORT_SYMBOL vmlinux 0xb893b438 skb_copy_header +EXPORT_SYMBOL vmlinux 0xb89b6e6b guid_parse +EXPORT_SYMBOL vmlinux 0xb8a29379 mipi_dsi_attach +EXPORT_SYMBOL vmlinux 0xb8a7061c param_set_charp +EXPORT_SYMBOL vmlinux 0xb8b043f2 kfree_link +EXPORT_SYMBOL vmlinux 0xb8c9ad8c sockopt_release_sock +EXPORT_SYMBOL vmlinux 0xb8ebe922 sk_send_sigurg +EXPORT_SYMBOL vmlinux 0xb8ed7792 mq_change_real_num_tx +EXPORT_SYMBOL vmlinux 0xb8f13d80 ioc_lookup_icq +EXPORT_SYMBOL vmlinux 0xb8fb75dc tcp_rcv_state_process +EXPORT_SYMBOL vmlinux 0xb907513f unpoison_memory +EXPORT_SYMBOL vmlinux 0xb911bb58 minmax_running_max +EXPORT_SYMBOL vmlinux 0xb920db49 acpi_tb_install_and_load_table +EXPORT_SYMBOL vmlinux 0xb9283a48 md_reap_sync_thread +EXPORT_SYMBOL vmlinux 0xb9345545 input_mt_init_slots +EXPORT_SYMBOL vmlinux 0xb94339c4 qdisc_put_stab +EXPORT_SYMBOL vmlinux 0xb9478d90 hdmi_drm_infoframe_unpack_only +EXPORT_SYMBOL vmlinux 0xb9612123 put_watch_queue +EXPORT_SYMBOL vmlinux 0xb96c4f9e audit_log_subject_context +EXPORT_SYMBOL vmlinux 0xb97220ff bitmap_parse +EXPORT_SYMBOL vmlinux 0xb9949b08 __lock_sock_fast +EXPORT_SYMBOL vmlinux 0xb99ad336 tcf_classify +EXPORT_SYMBOL vmlinux 0xb9af1d0d __xa_clear_mark +EXPORT_SYMBOL vmlinux 0xb9dc4fcb inet_addr_type_dev_table +EXPORT_SYMBOL vmlinux 0xb9e51862 discard_new_inode +EXPORT_SYMBOL vmlinux 0xb9e8e2cc in6addr_sitelocal_allrouters +EXPORT_SYMBOL vmlinux 0xb9f5aeee tcf_block_put +EXPORT_SYMBOL vmlinux 0xb9fadf37 sock_efree +EXPORT_SYMBOL vmlinux 0xb9fc381a qcom_scm_hdcp_req +EXPORT_SYMBOL vmlinux 0xba0676e2 vm_zone_stat +EXPORT_SYMBOL vmlinux 0xba1008c8 __crc32c_le +EXPORT_SYMBOL vmlinux 0xba19c093 blk_rq_init +EXPORT_SYMBOL vmlinux 0xba1ccced tso_start +EXPORT_SYMBOL vmlinux 0xba26f868 handle_edge_irq +EXPORT_SYMBOL vmlinux 0xba27e328 input_get_timestamp +EXPORT_SYMBOL vmlinux 0xba37e027 skb_csum_hwoffload_help +EXPORT_SYMBOL vmlinux 0xba3847bf tcp_gro_complete +EXPORT_SYMBOL vmlinux 0xba4422da to_ndd +EXPORT_SYMBOL vmlinux 0xba497f13 loops_per_jiffy +EXPORT_SYMBOL vmlinux 0xba4f32cf tcp_read_skb +EXPORT_SYMBOL vmlinux 0xba707a78 qe_get_brg_clk +EXPORT_SYMBOL vmlinux 0xba87cec6 acpi_pm_device_sleep_state +EXPORT_SYMBOL vmlinux 0xba8fbd64 _raw_spin_lock +EXPORT_SYMBOL vmlinux 0xba9747dc scsi_remove_target +EXPORT_SYMBOL vmlinux 0xba9f1fd3 netdev_next_lower_dev_rcu +EXPORT_SYMBOL vmlinux 0xbac24c31 fb_firmware_edid +EXPORT_SYMBOL vmlinux 0xbac8aeea sg_nents_for_len +EXPORT_SYMBOL vmlinux 0xbad1c3b6 genphy_update_link +EXPORT_SYMBOL vmlinux 0xbad73412 tty_port_tty_get +EXPORT_SYMBOL vmlinux 0xbafa632e __do_once_sleepable_start +EXPORT_SYMBOL vmlinux 0xbb0540aa zlib_inflateReset +EXPORT_SYMBOL vmlinux 0xbb12a3d0 security_sb_mnt_opts_compat +EXPORT_SYMBOL vmlinux 0xbb1cde98 mipi_dsi_dcs_get_pixel_format +EXPORT_SYMBOL vmlinux 0xbb21260e convert_ifc_address +EXPORT_SYMBOL vmlinux 0xbb24f607 init_cdrom_command +EXPORT_SYMBOL vmlinux 0xbb42de28 genphy_suspend +EXPORT_SYMBOL vmlinux 0xbb446c46 devm_clk_hw_register_clkdev +EXPORT_SYMBOL vmlinux 0xbb4f4766 simple_write_to_buffer +EXPORT_SYMBOL vmlinux 0xbb53ed44 sock_no_sendmsg_locked +EXPORT_SYMBOL vmlinux 0xbb60ac4a blk_mq_start_hw_queues +EXPORT_SYMBOL vmlinux 0xbb687724 bman_new_pool +EXPORT_SYMBOL vmlinux 0xbb6a036a qdisc_create_dflt +EXPORT_SYMBOL vmlinux 0xbb9945c0 _dev_alert +EXPORT_SYMBOL vmlinux 0xbb9cf819 fscrypt_zeroout_range +EXPORT_SYMBOL vmlinux 0xbb9ed3bf mutex_trylock +EXPORT_SYMBOL vmlinux 0xbba7f2f2 __cpuhp_setup_state_cpuslocked +EXPORT_SYMBOL vmlinux 0xbbd071a7 param_set_ulong +EXPORT_SYMBOL vmlinux 0xbbdc78bc devm_devfreq_unregister_notifier +EXPORT_SYMBOL vmlinux 0xbc1066a4 get_tree_nodev +EXPORT_SYMBOL vmlinux 0xbc165385 phy_suspend +EXPORT_SYMBOL vmlinux 0xbc2031de acpi_processor_get_bios_limit +EXPORT_SYMBOL vmlinux 0xbc21b1de posix_lock_file +EXPORT_SYMBOL vmlinux 0xbc447e38 blkdev_compat_ptr_ioctl +EXPORT_SYMBOL vmlinux 0xbc455b6b tty_register_device +EXPORT_SYMBOL vmlinux 0xbc557e5c __devm_release_region +EXPORT_SYMBOL vmlinux 0xbc643ed9 iommu_put_resv_regions +EXPORT_SYMBOL vmlinux 0xbc71ca05 skb_append +EXPORT_SYMBOL vmlinux 0xbc883e48 xfrm_alloc_spi +EXPORT_SYMBOL vmlinux 0xbc8fb925 dev_uc_init +EXPORT_SYMBOL vmlinux 0xbcab6ee6 sscanf +EXPORT_SYMBOL vmlinux 0xbcb0cdb2 mfd_remove_devices_late +EXPORT_SYMBOL vmlinux 0xbcbccab5 icmp_ndo_send +EXPORT_SYMBOL vmlinux 0xbcf427fb twl6040_set_bits +EXPORT_SYMBOL vmlinux 0xbcf693d4 blk_mq_alloc_disk_for_queue +EXPORT_SYMBOL vmlinux 0xbcf96ee1 __i2c_smbus_xfer +EXPORT_SYMBOL vmlinux 0xbd095c62 page_readlink +EXPORT_SYMBOL vmlinux 0xbd104405 netpoll_print_options +EXPORT_SYMBOL vmlinux 0xbd1a1fb7 crypto_kdf108_ctr_generate +EXPORT_SYMBOL vmlinux 0xbd3ee947 dm_table_event +EXPORT_SYMBOL vmlinux 0xbd462b55 __kfifo_init +EXPORT_SYMBOL vmlinux 0xbd628752 __tracepoint_mmap_lock_start_locking +EXPORT_SYMBOL vmlinux 0xbd6841d4 crc16 +EXPORT_SYMBOL vmlinux 0xbd755b49 vfs_fileattr_get +EXPORT_SYMBOL vmlinux 0xbda6e98c __dev_get_by_name +EXPORT_SYMBOL vmlinux 0xbdbda6b4 udplite_prot +EXPORT_SYMBOL vmlinux 0xbdbf55ba skb_copy_datagram_iter +EXPORT_SYMBOL vmlinux 0xbdd0a411 simple_rmdir +EXPORT_SYMBOL vmlinux 0xbddf4268 security_d_instantiate +EXPORT_SYMBOL vmlinux 0xbdf7d032 __mmap_lock_do_trace_released +EXPORT_SYMBOL vmlinux 0xbdfbd57a serio_unregister_child_port +EXPORT_SYMBOL vmlinux 0xbe044495 security_old_inode_init_security +EXPORT_SYMBOL vmlinux 0xbe0c67f9 netif_rx +EXPORT_SYMBOL vmlinux 0xbe118c52 __tracepoint_mmap_lock_acquire_returned +EXPORT_SYMBOL vmlinux 0xbe263f36 cred_fscmp +EXPORT_SYMBOL vmlinux 0xbe3961cd vlan_vids_del_by_dev +EXPORT_SYMBOL vmlinux 0xbe3f1ec6 gro_find_receive_by_type +EXPORT_SYMBOL vmlinux 0xbe44e9b2 input_set_timestamp +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 0xbe5f9ee1 fib_default_rule_add +EXPORT_SYMBOL vmlinux 0xbe6a866f __wait_on_bit +EXPORT_SYMBOL vmlinux 0xbe6a8c96 zstd_cctx_workspace_bound +EXPORT_SYMBOL vmlinux 0xbe90872e sock_bind_add +EXPORT_SYMBOL vmlinux 0xbebce193 inet_dgram_ops +EXPORT_SYMBOL vmlinux 0xbebf07e5 netdev_lower_state_changed +EXPORT_SYMBOL vmlinux 0xbec2f14d submit_bio +EXPORT_SYMBOL vmlinux 0xbec455f2 of_find_all_nodes +EXPORT_SYMBOL vmlinux 0xbec8f9ce skb_kill_datagram +EXPORT_SYMBOL vmlinux 0xbeca0176 cont_write_begin +EXPORT_SYMBOL vmlinux 0xbeda21a2 jbd2_journal_release_jbd_inode +EXPORT_SYMBOL vmlinux 0xbedab722 filemap_write_and_wait_range +EXPORT_SYMBOL vmlinux 0xbeeff21b __hw_addr_ref_sync_dev +EXPORT_SYMBOL vmlinux 0xbef43296 console_conditional_schedule +EXPORT_SYMBOL vmlinux 0xbef86991 phy_support_sym_pause +EXPORT_SYMBOL vmlinux 0xbefa51a3 gen_pool_add_owner +EXPORT_SYMBOL vmlinux 0xbf3756ac dec_zone_page_state +EXPORT_SYMBOL vmlinux 0xbf378b92 __break_lease +EXPORT_SYMBOL vmlinux 0xbf40128f __blkdev_issue_discard +EXPORT_SYMBOL vmlinux 0xbf415d29 dev_get_stats +EXPORT_SYMBOL vmlinux 0xbf4d9a35 crypto_kdf108_setkey +EXPORT_SYMBOL vmlinux 0xbf59c419 posix_acl_init +EXPORT_SYMBOL vmlinux 0xbf5f82d8 phy_do_ioctl +EXPORT_SYMBOL vmlinux 0xbf76d1fb netdev_offload_xstats_disable +EXPORT_SYMBOL vmlinux 0xbf9bcc8d __cap_empty_set +EXPORT_SYMBOL vmlinux 0xbfae9e07 utf8_validate +EXPORT_SYMBOL vmlinux 0xbfcbc0d2 stmp_reset_block +EXPORT_SYMBOL vmlinux 0xbfded795 __blockdev_direct_IO +EXPORT_SYMBOL vmlinux 0xbfe60ea5 pagecache_isize_extended +EXPORT_SYMBOL vmlinux 0xc00dbba1 qdisc_hash_add +EXPORT_SYMBOL vmlinux 0xc02e6fc7 inet_release +EXPORT_SYMBOL vmlinux 0xc0364007 fault_in_writeable +EXPORT_SYMBOL vmlinux 0xc060c3f4 page_pool_ethtool_stats_get +EXPORT_SYMBOL vmlinux 0xc0763484 rfkill_blocked +EXPORT_SYMBOL vmlinux 0xc0774231 inode_owner_or_capable +EXPORT_SYMBOL vmlinux 0xc078d22c zstd_init_cstream +EXPORT_SYMBOL vmlinux 0xc07b0863 fb_destroy_modedb +EXPORT_SYMBOL vmlinux 0xc089d823 clocksource_unregister +EXPORT_SYMBOL vmlinux 0xc08e7a05 nla_reserve +EXPORT_SYMBOL vmlinux 0xc097bf9f d_instantiate_new +EXPORT_SYMBOL vmlinux 0xc0b35d54 scsi_report_bus_reset +EXPORT_SYMBOL vmlinux 0xc0b7d1f9 console_start +EXPORT_SYMBOL vmlinux 0xc0f2e7a1 udp_lib_unhash +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 0xc1393427 xfrm_init_replay +EXPORT_SYMBOL vmlinux 0xc13d0f63 tcp_init_sock +EXPORT_SYMBOL vmlinux 0xc14dc168 acpi_get_data +EXPORT_SYMBOL vmlinux 0xc1514a3b free_irq +EXPORT_SYMBOL vmlinux 0xc153970e rtnl_set_sk_err +EXPORT_SYMBOL vmlinux 0xc15403fd pci_release_regions +EXPORT_SYMBOL vmlinux 0xc1579516 fman_port_enable +EXPORT_SYMBOL vmlinux 0xc164a51c keygen_init +EXPORT_SYMBOL vmlinux 0xc16be39d iter_div_u64_rem +EXPORT_SYMBOL vmlinux 0xc1a6e0bc xfrm4_rcv_encap +EXPORT_SYMBOL vmlinux 0xc1aeb06f serio_interrupt +EXPORT_SYMBOL vmlinux 0xc1bf2636 pci_write_config_dword +EXPORT_SYMBOL vmlinux 0xc1c62b16 devm_mfd_add_devices +EXPORT_SYMBOL vmlinux 0xc1d13489 xfrm_state_flush +EXPORT_SYMBOL vmlinux 0xc1d5d504 scsi_cmd_allowed +EXPORT_SYMBOL vmlinux 0xc1d8cfaf __fdget +EXPORT_SYMBOL vmlinux 0xc1e2c742 tegra_io_rail_power_on +EXPORT_SYMBOL vmlinux 0xc1e82fff sk_page_frag_refill +EXPORT_SYMBOL vmlinux 0xc1eaa8c4 ip6_dst_alloc +EXPORT_SYMBOL vmlinux 0xc2050974 fman_port_get_tstamp +EXPORT_SYMBOL vmlinux 0xc21b5184 kthread_bind +EXPORT_SYMBOL vmlinux 0xc22d5a9d neigh_update +EXPORT_SYMBOL vmlinux 0xc22f6693 call_fib_notifier +EXPORT_SYMBOL vmlinux 0xc2310cdc logic_inl +EXPORT_SYMBOL vmlinux 0xc27314ac __blk_mq_alloc_disk +EXPORT_SYMBOL vmlinux 0xc278e596 vfs_unlink +EXPORT_SYMBOL vmlinux 0xc2866dad deactivate_locked_super +EXPORT_SYMBOL vmlinux 0xc29283c6 tcp_conn_request +EXPORT_SYMBOL vmlinux 0xc29bf967 strspn +EXPORT_SYMBOL vmlinux 0xc2a15a77 _dev_notice +EXPORT_SYMBOL vmlinux 0xc2a9d0a4 rt_dst_clone +EXPORT_SYMBOL vmlinux 0xc2bf3660 acpi_bus_unregister_driver +EXPORT_SYMBOL vmlinux 0xc2cb862e sgl_alloc_order +EXPORT_SYMBOL vmlinux 0xc2dcc79c kthread_create_worker_on_cpu +EXPORT_SYMBOL vmlinux 0xc2e168ab caches_clean_inval_pou +EXPORT_SYMBOL vmlinux 0xc2e587d1 reset_devices +EXPORT_SYMBOL vmlinux 0xc2e74b43 sock_alloc +EXPORT_SYMBOL vmlinux 0xc2f11eac meson_sm_call_read +EXPORT_SYMBOL vmlinux 0xc2f52274 __lshrti3 +EXPORT_SYMBOL vmlinux 0xc2f583b5 tcf_chain_get_by_act +EXPORT_SYMBOL vmlinux 0xc2fcfeb6 md_bitmap_endwrite +EXPORT_SYMBOL vmlinux 0xc302c8f7 xfrm_dev_state_flush +EXPORT_SYMBOL vmlinux 0xc3055d20 usleep_range_state +EXPORT_SYMBOL vmlinux 0xc3068d4e seq_file_path +EXPORT_SYMBOL vmlinux 0xc310b981 strnstr +EXPORT_SYMBOL vmlinux 0xc3140d5f file_update_time +EXPORT_SYMBOL vmlinux 0xc3166fa8 genlmsg_put +EXPORT_SYMBOL vmlinux 0xc31be71a pcim_iomap +EXPORT_SYMBOL vmlinux 0xc31db0ce is_vmalloc_addr +EXPORT_SYMBOL vmlinux 0xc32637a9 dquot_mark_dquot_dirty +EXPORT_SYMBOL vmlinux 0xc32c71af register_inetaddr_validator_notifier +EXPORT_SYMBOL vmlinux 0xc33a5bf1 send_sig_info +EXPORT_SYMBOL vmlinux 0xc33cc0f0 pci_msix_vec_count +EXPORT_SYMBOL vmlinux 0xc3482144 input_register_handler +EXPORT_SYMBOL vmlinux 0xc349cc31 dev_uc_add +EXPORT_SYMBOL vmlinux 0xc357ff24 netdev_master_upper_dev_get_rcu +EXPORT_SYMBOL vmlinux 0xc3762aec mempool_alloc +EXPORT_SYMBOL vmlinux 0xc377fd0e brioctl_set +EXPORT_SYMBOL vmlinux 0xc37f5faa __skb_checksum +EXPORT_SYMBOL vmlinux 0xc37f9c6e cpufreq_update_policy +EXPORT_SYMBOL vmlinux 0xc38c535b pci_enable_ptm +EXPORT_SYMBOL vmlinux 0xc38c83b8 mod_timer +EXPORT_SYMBOL vmlinux 0xc39a0535 dma_unmap_page_attrs +EXPORT_SYMBOL vmlinux 0xc3bc72ad trace_print_array_seq +EXPORT_SYMBOL vmlinux 0xc3cd034d crc8_populate_lsb +EXPORT_SYMBOL vmlinux 0xc3cfad83 clkdev_add +EXPORT_SYMBOL vmlinux 0xc3f39681 mmc_register_driver +EXPORT_SYMBOL vmlinux 0xc3f8d4a3 flow_rule_match_eth_addrs +EXPORT_SYMBOL vmlinux 0xc3ff38c2 down_read_trylock +EXPORT_SYMBOL vmlinux 0xc416f1dd dev_mc_sync_multiple +EXPORT_SYMBOL vmlinux 0xc41be64d pci_choose_state +EXPORT_SYMBOL vmlinux 0xc4212ab9 qdisc_class_hash_insert +EXPORT_SYMBOL vmlinux 0xc42641e5 crypto_sha512_update +EXPORT_SYMBOL vmlinux 0xc42c6b9a xsk_tx_peek_desc +EXPORT_SYMBOL vmlinux 0xc42dcb99 acpi_evaluate_ost +EXPORT_SYMBOL vmlinux 0xc439b9c8 kobject_add +EXPORT_SYMBOL vmlinux 0xc452212c utf8_strncasecmp +EXPORT_SYMBOL vmlinux 0xc4611d7f mipi_dsi_turn_on_peripheral +EXPORT_SYMBOL vmlinux 0xc4704deb filemap_fdatawait_keep_errors +EXPORT_SYMBOL vmlinux 0xc4708199 cpm_muram_addr +EXPORT_SYMBOL vmlinux 0xc4777aa9 __ctzsi2 +EXPORT_SYMBOL vmlinux 0xc4944126 skb_tunnel_check_pmtu +EXPORT_SYMBOL vmlinux 0xc4b21d2f qman_get_affine_portal +EXPORT_SYMBOL vmlinux 0xc4ce255b release_sock +EXPORT_SYMBOL vmlinux 0xc4cee8d5 read_cache_page_gfp +EXPORT_SYMBOL vmlinux 0xc4db2068 scmd_printk +EXPORT_SYMBOL vmlinux 0xc4de7733 __mmap_lock_do_trace_start_locking +EXPORT_SYMBOL vmlinux 0xc4fa99fd devm_register_reboot_notifier +EXPORT_SYMBOL vmlinux 0xc517cc83 build_skb +EXPORT_SYMBOL vmlinux 0xc51e0695 kernel_sendpage +EXPORT_SYMBOL vmlinux 0xc51ef8d9 pci_ep_cfs_add_epf_group +EXPORT_SYMBOL vmlinux 0xc528a49a queued_write_lock_slowpath +EXPORT_SYMBOL vmlinux 0xc53539d7 pci_get_subsys +EXPORT_SYMBOL vmlinux 0xc5432c7a of_find_node_with_property +EXPORT_SYMBOL vmlinux 0xc550d8f6 dqput +EXPORT_SYMBOL vmlinux 0xc564ef18 jbd2_journal_clear_features +EXPORT_SYMBOL vmlinux 0xc56c3609 xz_dec_microlzma_reset +EXPORT_SYMBOL vmlinux 0xc57c48a3 idr_get_next +EXPORT_SYMBOL vmlinux 0xc57ee7ea kernel_sock_ip_overhead +EXPORT_SYMBOL vmlinux 0xc58d5a90 kstrtoll_from_user +EXPORT_SYMBOL vmlinux 0xc599a772 security_xfrm_state_delete +EXPORT_SYMBOL vmlinux 0xc5a3367a __tracepoint_dma_fence_emit +EXPORT_SYMBOL vmlinux 0xc5b6f236 queue_work_on +EXPORT_SYMBOL vmlinux 0xc5c4253f fib_notifier_ops_unregister +EXPORT_SYMBOL vmlinux 0xc5dfc16e iter_file_splice_write +EXPORT_SYMBOL vmlinux 0xc5e74216 release_resource +EXPORT_SYMBOL vmlinux 0xc5f6830a elv_rb_latter_request +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 0xc6381e14 load_nls +EXPORT_SYMBOL vmlinux 0xc65e4e97 secure_dccp_sequence_number +EXPORT_SYMBOL vmlinux 0xc6602d60 inet_sendmsg +EXPORT_SYMBOL vmlinux 0xc666a132 crc_t10dif +EXPORT_SYMBOL vmlinux 0xc66a8304 cpu_rmap_add +EXPORT_SYMBOL vmlinux 0xc6789007 fwnode_get_phy_id +EXPORT_SYMBOL vmlinux 0xc69fce52 qcom_scm_qsmmu500_wait_safe_toggle +EXPORT_SYMBOL vmlinux 0xc6b99822 bio_alloc_bioset +EXPORT_SYMBOL vmlinux 0xc6bad9b2 xfrm_policy_unregister_afinfo +EXPORT_SYMBOL vmlinux 0xc6bc8239 __ip_mc_dec_group +EXPORT_SYMBOL vmlinux 0xc6c42df4 netlink_kernel_release +EXPORT_SYMBOL vmlinux 0xc6cb465a __kfifo_max_r +EXPORT_SYMBOL vmlinux 0xc6cbbc89 capable +EXPORT_SYMBOL vmlinux 0xc6d09aa9 release_firmware +EXPORT_SYMBOL vmlinux 0xc6d36043 vme_irq_generate +EXPORT_SYMBOL vmlinux 0xc6f3b3fc refcount_dec_if_one +EXPORT_SYMBOL vmlinux 0xc6f46339 init_timer_key +EXPORT_SYMBOL vmlinux 0xc6fcd917 xfrm_state_lookup_byaddr +EXPORT_SYMBOL vmlinux 0xc7010a97 insert_inode_locked +EXPORT_SYMBOL vmlinux 0xc708f1fe ec_write +EXPORT_SYMBOL vmlinux 0xc715a762 ipv6_chk_custom_prefix +EXPORT_SYMBOL vmlinux 0xc7208c3a serial8250_resume_port +EXPORT_SYMBOL vmlinux 0xc7305cf3 devm_extcon_unregister_notifier_all +EXPORT_SYMBOL vmlinux 0xc7318354 iov_iter_alignment +EXPORT_SYMBOL vmlinux 0xc733bd9e flow_rule_match_enc_ipv4_addrs +EXPORT_SYMBOL vmlinux 0xc76879f3 xp_can_alloc +EXPORT_SYMBOL vmlinux 0xc76ce6d4 seq_release_private +EXPORT_SYMBOL vmlinux 0xc781bd9f rfkill_resume_polling +EXPORT_SYMBOL vmlinux 0xc7856a3d inet6addr_notifier_call_chain +EXPORT_SYMBOL vmlinux 0xc79d2795 sock_alloc_send_pskb +EXPORT_SYMBOL vmlinux 0xc7a4fbed rtnl_lock +EXPORT_SYMBOL vmlinux 0xc7a59d63 simple_fill_super +EXPORT_SYMBOL vmlinux 0xc7ae1903 security_lock_kernel_down +EXPORT_SYMBOL vmlinux 0xc7ba6938 nlmsg_notify +EXPORT_SYMBOL vmlinux 0xc7c1107a LZ4_decompress_safe +EXPORT_SYMBOL vmlinux 0xc7d37290 dmam_alloc_attrs +EXPORT_SYMBOL vmlinux 0xc7db2332 jbd2_journal_ack_err +EXPORT_SYMBOL vmlinux 0xc7eb9204 blk_set_runtime_active +EXPORT_SYMBOL vmlinux 0xc7f2c4df pm_vt_switch_unregister +EXPORT_SYMBOL vmlinux 0xc7f406ad console_stop +EXPORT_SYMBOL vmlinux 0xc7f44cbd ppp_register_channel +EXPORT_SYMBOL vmlinux 0xc7f62506 d_add_ci +EXPORT_SYMBOL vmlinux 0xc7fed706 vfs_link +EXPORT_SYMBOL vmlinux 0xc80ab559 swake_up_one +EXPORT_SYMBOL vmlinux 0xc80e75ca ip_check_defrag +EXPORT_SYMBOL vmlinux 0xc8116717 ppp_channel_index +EXPORT_SYMBOL vmlinux 0xc822367f generic_file_write_iter +EXPORT_SYMBOL vmlinux 0xc823458c __pagevec_release +EXPORT_SYMBOL vmlinux 0xc838c3f5 __ashrti3 +EXPORT_SYMBOL vmlinux 0xc839afed hdmi_audio_infoframe_check +EXPORT_SYMBOL vmlinux 0xc8436880 pcim_iounmap_regions +EXPORT_SYMBOL vmlinux 0xc84a0a7e seq_hlist_start_rcu +EXPORT_SYMBOL vmlinux 0xc85592d6 pci_scan_root_bus +EXPORT_SYMBOL vmlinux 0xc85f8372 ip_frag_init +EXPORT_SYMBOL vmlinux 0xc8670ed6 truncate_pagecache_range +EXPORT_SYMBOL vmlinux 0xc869ccf8 dma_async_tx_descriptor_init +EXPORT_SYMBOL vmlinux 0xc872fd85 in6addr_interfacelocal_allnodes +EXPORT_SYMBOL vmlinux 0xc8827b75 sysctl_vals +EXPORT_SYMBOL vmlinux 0xc890c008 zlib_deflateEnd +EXPORT_SYMBOL vmlinux 0xc891dd41 filemap_range_has_page +EXPORT_SYMBOL vmlinux 0xc89846c4 xudma_tchanrt_read +EXPORT_SYMBOL vmlinux 0xc8994161 tty_devnum +EXPORT_SYMBOL vmlinux 0xc89fe1f0 __getblk_gfp +EXPORT_SYMBOL vmlinux 0xc8a91f5b cpumask_local_spread +EXPORT_SYMBOL vmlinux 0xc8a9758e kern_path_create +EXPORT_SYMBOL vmlinux 0xc8b941f2 pm860x_bulk_read +EXPORT_SYMBOL vmlinux 0xc8c79ed4 tty_driver_flush_buffer +EXPORT_SYMBOL vmlinux 0xc8c85086 sg_free_table +EXPORT_SYMBOL vmlinux 0xc8dcc62a krealloc +EXPORT_SYMBOL vmlinux 0xc900eb10 kill_pid +EXPORT_SYMBOL vmlinux 0xc916dd46 __SCK__tp_func_kmalloc +EXPORT_SYMBOL vmlinux 0xc9236dc6 mmc_set_data_timeout +EXPORT_SYMBOL vmlinux 0xc934d746 d_path +EXPORT_SYMBOL vmlinux 0xc93b5303 mpage_read_folio +EXPORT_SYMBOL vmlinux 0xc93e8461 acpi_get_event_resources +EXPORT_SYMBOL vmlinux 0xc95b884a ip6_err_gen_icmpv6_unreach +EXPORT_SYMBOL vmlinux 0xc9634df9 in6addr_linklocal_allrouters +EXPORT_SYMBOL vmlinux 0xc9636f8a pci_write_vpd_any +EXPORT_SYMBOL vmlinux 0xc96f9cad generic_file_readonly_mmap +EXPORT_SYMBOL vmlinux 0xc97046b1 vfs_symlink +EXPORT_SYMBOL vmlinux 0xc972449f mempool_alloc_slab +EXPORT_SYMBOL vmlinux 0xc972d48c netdev_has_any_upper_dev +EXPORT_SYMBOL vmlinux 0xc9822234 clk_register_clkdev +EXPORT_SYMBOL vmlinux 0xc9896c33 tcf_idr_release +EXPORT_SYMBOL vmlinux 0xc99d48e5 eth_header_parse +EXPORT_SYMBOL vmlinux 0xc99e2a55 twl_rev +EXPORT_SYMBOL vmlinux 0xc9a2f2e6 register_netdevice_notifier_net +EXPORT_SYMBOL vmlinux 0xc9a99802 skb_realloc_headroom +EXPORT_SYMBOL vmlinux 0xc9ad9ed7 blk_start_plug +EXPORT_SYMBOL vmlinux 0xc9c86921 netdev_class_create_file_ns +EXPORT_SYMBOL vmlinux 0xc9df055a xfrm_policy_walk_init +EXPORT_SYMBOL vmlinux 0xc9ed0401 imx_sc_rm_is_resource_owned +EXPORT_SYMBOL vmlinux 0xc9ed107f register_md_personality +EXPORT_SYMBOL vmlinux 0xc9fa8505 pin_user_pages_unlocked +EXPORT_SYMBOL vmlinux 0xca1648d4 zstd_decompress_dctx +EXPORT_SYMBOL vmlinux 0xca17ac01 _find_next_andnot_bit +EXPORT_SYMBOL vmlinux 0xca21ebd3 bitmap_free +EXPORT_SYMBOL vmlinux 0xca33ef61 phy_trigger_machine +EXPORT_SYMBOL vmlinux 0xca39341f dev_addr_del +EXPORT_SYMBOL vmlinux 0xca431c05 wake_bit_function +EXPORT_SYMBOL vmlinux 0xca62afaf xudma_rflow_is_gp +EXPORT_SYMBOL vmlinux 0xca62d736 touchscreen_report_pos +EXPORT_SYMBOL vmlinux 0xca8a04ca netdev_lower_dev_get_private +EXPORT_SYMBOL vmlinux 0xca9360b5 rb_next +EXPORT_SYMBOL vmlinux 0xca9beaa4 __xa_store +EXPORT_SYMBOL vmlinux 0xcaa4c92a skb_copy_and_hash_datagram_iter +EXPORT_SYMBOL vmlinux 0xcab4da52 md_write_end +EXPORT_SYMBOL vmlinux 0xcacf9640 seg6_hmac_info_add +EXPORT_SYMBOL vmlinux 0xcad1aca8 acpi_exception +EXPORT_SYMBOL vmlinux 0xcad4f6e0 mii_ethtool_get_link_ksettings +EXPORT_SYMBOL vmlinux 0xcb0288ea ledtrig_cpu +EXPORT_SYMBOL vmlinux 0xcb0781b8 blk_integrity_unregister +EXPORT_SYMBOL vmlinux 0xcb3ae215 call_blocking_lsm_notifier +EXPORT_SYMBOL vmlinux 0xcb5474c7 blk_mq_delay_kick_requeue_list +EXPORT_SYMBOL vmlinux 0xcb733bf2 acpi_bus_set_power +EXPORT_SYMBOL vmlinux 0xcb7d7303 sock_no_linger +EXPORT_SYMBOL vmlinux 0xcb8764f2 sk_dst_check +EXPORT_SYMBOL vmlinux 0xcb8eaa8b get_tree_bdev +EXPORT_SYMBOL vmlinux 0xcbaf0f00 reuseport_detach_prog +EXPORT_SYMBOL vmlinux 0xcbb1636b vlan_filter_drop_vids +EXPORT_SYMBOL vmlinux 0xcbbf0a6f audit_log_task_context +EXPORT_SYMBOL vmlinux 0xcbd4898c fortify_panic +EXPORT_SYMBOL vmlinux 0xcbe09ce5 regset_get_alloc +EXPORT_SYMBOL vmlinux 0xcbef9070 dentry_path_raw +EXPORT_SYMBOL vmlinux 0xcbf9dbc0 sk_stream_kill_queues +EXPORT_SYMBOL vmlinux 0xcbfb33e4 init_opal_dev +EXPORT_SYMBOL vmlinux 0xcc0e4c8b jbd2_transaction_committed +EXPORT_SYMBOL vmlinux 0xcc1a7d5d param_set_dyndbg_classes +EXPORT_SYMBOL vmlinux 0xcc1b882a idr_get_next_ul +EXPORT_SYMBOL vmlinux 0xcc22687b xfrm_lookup_route +EXPORT_SYMBOL vmlinux 0xcc23002a hdmi_infoframe_pack_only +EXPORT_SYMBOL vmlinux 0xcc248d26 serial8250_suspend_port +EXPORT_SYMBOL vmlinux 0xcc2b25eb call_usermodehelper_setup +EXPORT_SYMBOL vmlinux 0xcc328a5c reservation_ww_class +EXPORT_SYMBOL vmlinux 0xcc392eea kmalloc_size_roundup +EXPORT_SYMBOL vmlinux 0xcc411ed1 ptp_convert_timestamp +EXPORT_SYMBOL vmlinux 0xcc5005fe msleep_interruptible +EXPORT_SYMBOL vmlinux 0xcc5c2df4 trace_print_symbols_seq +EXPORT_SYMBOL vmlinux 0xcc5ca4ad generic_ro_fops +EXPORT_SYMBOL vmlinux 0xcc5d22d9 can_do_mlock +EXPORT_SYMBOL vmlinux 0xcc646d32 zero_fill_bio +EXPORT_SYMBOL vmlinux 0xcc6e6790 pci_find_parent_resource +EXPORT_SYMBOL vmlinux 0xcc74db59 ndo_dflt_fdb_add +EXPORT_SYMBOL vmlinux 0xcc7975c1 tcf_action_dump_1 +EXPORT_SYMBOL vmlinux 0xcc797b5d tty_port_init +EXPORT_SYMBOL vmlinux 0xcc9628a7 submit_bio_noacct +EXPORT_SYMBOL vmlinux 0xcca5839d xen_vcpu_id +EXPORT_SYMBOL vmlinux 0xcca86dd6 module_layout +EXPORT_SYMBOL vmlinux 0xccd0f82c hash_and_copy_to_iter +EXPORT_SYMBOL vmlinux 0xccfabe34 bdi_put +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 0xcd09a133 blk_queue_dma_alignment +EXPORT_SYMBOL vmlinux 0xcd0fb8e1 vme_slot_num +EXPORT_SYMBOL vmlinux 0xcd16b69d arp_xmit +EXPORT_SYMBOL vmlinux 0xcd279169 nla_find +EXPORT_SYMBOL vmlinux 0xcd31aae6 tegra_ivc_cleanup +EXPORT_SYMBOL vmlinux 0xcd34f269 pci_pme_capable +EXPORT_SYMBOL vmlinux 0xcd78252a fscrypt_encrypt_pagecache_blocks +EXPORT_SYMBOL vmlinux 0xcd8019e6 watchdog_register_governor +EXPORT_SYMBOL vmlinux 0xcd8ce890 acpi_format_exception +EXPORT_SYMBOL vmlinux 0xcdb5e3e6 pci_read_config_byte +EXPORT_SYMBOL vmlinux 0xcdb9faa0 mdio_device_reset +EXPORT_SYMBOL vmlinux 0xcdc39c9e security_ismaclabel +EXPORT_SYMBOL vmlinux 0xcdd20ffd dev_printk_emit +EXPORT_SYMBOL vmlinux 0xcddad621 netdev_rx_csum_fault +EXPORT_SYMBOL vmlinux 0xcddc1b5a pci_prepare_to_sleep +EXPORT_SYMBOL vmlinux 0xcddebfae generic_file_splice_read +EXPORT_SYMBOL vmlinux 0xcde07b26 inet6_register_protosw +EXPORT_SYMBOL vmlinux 0xcde77bcc free_opal_dev +EXPORT_SYMBOL vmlinux 0xcdf44379 pci_get_device +EXPORT_SYMBOL vmlinux 0xce210a51 dev_deactivate +EXPORT_SYMBOL vmlinux 0xce22981e set_create_files_as +EXPORT_SYMBOL vmlinux 0xce2840e7 irq_set_irq_wake +EXPORT_SYMBOL vmlinux 0xce2d6882 netlink_ns_capable +EXPORT_SYMBOL vmlinux 0xce3b9214 kthread_destroy_worker +EXPORT_SYMBOL vmlinux 0xce3ded1c dquot_scan_active +EXPORT_SYMBOL vmlinux 0xce4c47f2 tso_build_data +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 0xce62198c __inode_sub_bytes +EXPORT_SYMBOL vmlinux 0xce720f28 mtree_destroy +EXPORT_SYMBOL vmlinux 0xce731b34 ucc_slow_get_qe_cr_subblock +EXPORT_SYMBOL vmlinux 0xce767445 devfreq_monitor_resume +EXPORT_SYMBOL vmlinux 0xce76c257 acpi_get_irq_routing_table +EXPORT_SYMBOL vmlinux 0xce76ff86 proc_create_mount_point +EXPORT_SYMBOL vmlinux 0xce807a25 up_write +EXPORT_SYMBOL vmlinux 0xce91fa6c sock_gettstamp +EXPORT_SYMBOL vmlinux 0xceab0311 strchrnul +EXPORT_SYMBOL vmlinux 0xceac7c70 md_bitmap_update_sb +EXPORT_SYMBOL vmlinux 0xcead62e8 folio_mapping +EXPORT_SYMBOL vmlinux 0xceadb565 dcb_ieee_getapp_default_prio_mask +EXPORT_SYMBOL vmlinux 0xcebacf54 tcf_idrinfo_destroy +EXPORT_SYMBOL vmlinux 0xcec5a667 kobject_init +EXPORT_SYMBOL vmlinux 0xced0f4d4 gen_pool_create +EXPORT_SYMBOL vmlinux 0xcee46cbd vm_map_ram +EXPORT_SYMBOL vmlinux 0xceee360c md_bitmap_cond_end_sync +EXPORT_SYMBOL vmlinux 0xcefb0c9f __mutex_init +EXPORT_SYMBOL vmlinux 0xcefcd99a serial8250_unregister_port +EXPORT_SYMBOL vmlinux 0xcf2a6966 up +EXPORT_SYMBOL vmlinux 0xcf3b69b3 netdev_stats_to_stats64 +EXPORT_SYMBOL vmlinux 0xcf42e3c2 netlink_set_err +EXPORT_SYMBOL vmlinux 0xcf496980 jbd2_journal_revoke +EXPORT_SYMBOL vmlinux 0xcf4fdd4d _atomic_dec_and_lock +EXPORT_SYMBOL vmlinux 0xcf6246ff ip_sock_set_recverr +EXPORT_SYMBOL vmlinux 0xcf6b8f05 xp_dma_unmap +EXPORT_SYMBOL vmlinux 0xcf74fdc1 __sock_queue_rcv_skb +EXPORT_SYMBOL vmlinux 0xcf88b94e put_ipc_ns +EXPORT_SYMBOL vmlinux 0xcf9b558d touchscreen_set_mt_pos +EXPORT_SYMBOL vmlinux 0xcfae7373 vme_dma_list_exec +EXPORT_SYMBOL vmlinux 0xcfc9deaf atomic_dec_and_mutex_lock +EXPORT_SYMBOL vmlinux 0xcfd4978f __nla_reserve_64bit +EXPORT_SYMBOL vmlinux 0xcfd884a8 __hsiphash_unaligned +EXPORT_SYMBOL vmlinux 0xcfdc0c88 phy_ethtool_get_eee +EXPORT_SYMBOL vmlinux 0xcfeb98a8 acpi_processor_register_performance +EXPORT_SYMBOL vmlinux 0xcfec3c2d ip6_route_me_harder +EXPORT_SYMBOL vmlinux 0xcff5d951 inet_csk_reqsk_queue_add +EXPORT_SYMBOL vmlinux 0xcffa23d2 flow_block_cb_setup_simple +EXPORT_SYMBOL vmlinux 0xd0101268 dev_uc_flush +EXPORT_SYMBOL vmlinux 0xd020e633 cros_ec_cmd_xfer +EXPORT_SYMBOL vmlinux 0xd042ffa7 jbd2_journal_update_sb_errno +EXPORT_SYMBOL vmlinux 0xd04c1a64 sysctl_devconf_inherit_init_net +EXPORT_SYMBOL vmlinux 0xd0654aba woken_wake_function +EXPORT_SYMBOL vmlinux 0xd0667396 devm_pci_remap_cfg_resource +EXPORT_SYMBOL vmlinux 0xd06eb3f2 i2c_del_adapter +EXPORT_SYMBOL vmlinux 0xd071d48d xen_free_unpopulated_pages +EXPORT_SYMBOL vmlinux 0xd0760fc0 kfree_sensitive +EXPORT_SYMBOL vmlinux 0xd0770622 __napi_alloc_skb +EXPORT_SYMBOL vmlinux 0xd0826713 __module_get +EXPORT_SYMBOL vmlinux 0xd08adb2b trace_seq_hex_dump +EXPORT_SYMBOL vmlinux 0xd09701db __invalidate_device +EXPORT_SYMBOL vmlinux 0xd09ef31d __netlink_dump_start +EXPORT_SYMBOL vmlinux 0xd0a04cd1 xfrm6_rcv +EXPORT_SYMBOL vmlinux 0xd0abf7f7 fib6_info_hw_flags_set +EXPORT_SYMBOL vmlinux 0xd0ac5e9a iw_handler_set_spy +EXPORT_SYMBOL vmlinux 0xd0b74705 acpi_install_interface +EXPORT_SYMBOL vmlinux 0xd0e637d7 ptp_find_pin +EXPORT_SYMBOL vmlinux 0xd0eeec25 max8925_bulk_read +EXPORT_SYMBOL vmlinux 0xd1212ddc sk_free +EXPORT_SYMBOL vmlinux 0xd12d6428 i2c_smbus_write_byte_data +EXPORT_SYMBOL vmlinux 0xd1363cc1 ucs2_strsize +EXPORT_SYMBOL vmlinux 0xd13a5df6 del_gendisk +EXPORT_SYMBOL vmlinux 0xd13f235b input_inject_event +EXPORT_SYMBOL vmlinux 0xd16243d2 sg_miter_stop +EXPORT_SYMBOL vmlinux 0xd17f8bd6 pci_disable_msix +EXPORT_SYMBOL vmlinux 0xd18ef9d1 scsi_is_target_device +EXPORT_SYMBOL vmlinux 0xd194ddf9 acpi_gpe_count +EXPORT_SYMBOL vmlinux 0xd1b7128c timestamp_truncate +EXPORT_SYMBOL vmlinux 0xd1c75faa i2c_verify_client +EXPORT_SYMBOL vmlinux 0xd1d87e92 scsi_mlreturn_string +EXPORT_SYMBOL vmlinux 0xd1e8776f genphy_read_master_slave +EXPORT_SYMBOL vmlinux 0xd1ef35a3 scsi_command_normalize_sense +EXPORT_SYMBOL vmlinux 0xd1f50ecd security_sctp_assoc_established +EXPORT_SYMBOL vmlinux 0xd2051916 qcom_scm_cpu_power_down +EXPORT_SYMBOL vmlinux 0xd208dec1 input_get_poll_interval +EXPORT_SYMBOL vmlinux 0xd2237016 radix_tree_delete_item +EXPORT_SYMBOL vmlinux 0xd24108d4 rfkill_soft_blocked +EXPORT_SYMBOL vmlinux 0xd24ac0a7 tcp_v4_syn_recv_sock +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 0xd2649329 tcp_get_cookie_sock +EXPORT_SYMBOL vmlinux 0xd276e445 kmem_cache_free +EXPORT_SYMBOL vmlinux 0xd27b25dd blk_check_plugged +EXPORT_SYMBOL vmlinux 0xd2800691 nf_conntrack_destroy +EXPORT_SYMBOL vmlinux 0xd283790d inode_to_bdi +EXPORT_SYMBOL vmlinux 0xd2868a2d folio_wait_bit_killable +EXPORT_SYMBOL vmlinux 0xd293dac6 block_invalidate_folio +EXPORT_SYMBOL vmlinux 0xd29f3bf9 __lock_buffer +EXPORT_SYMBOL vmlinux 0xd2a79eb2 blk_queue_alignment_offset +EXPORT_SYMBOL vmlinux 0xd2be5a43 blk_queue_segment_boundary +EXPORT_SYMBOL vmlinux 0xd2c1a0b9 dev_mc_flush +EXPORT_SYMBOL vmlinux 0xd2d88506 netdev_offload_xstats_report_used +EXPORT_SYMBOL vmlinux 0xd2d97db3 vme_lm_request +EXPORT_SYMBOL vmlinux 0xd2da1048 register_netdevice_notifier +EXPORT_SYMBOL vmlinux 0xd2e2a9d0 hdmi_spd_infoframe_pack_only +EXPORT_SYMBOL vmlinux 0xd2e3ff43 nvdimm_bus_unlock +EXPORT_SYMBOL vmlinux 0xd2ea49b8 acpi_leave_sleep_state_prep +EXPORT_SYMBOL vmlinux 0xd302f7a3 fscrypt_setup_filename +EXPORT_SYMBOL vmlinux 0xd30c4ffd pci_read_config_dword +EXPORT_SYMBOL vmlinux 0xd31ccb06 of_machine_is_compatible +EXPORT_SYMBOL vmlinux 0xd31d3432 set_nlink +EXPORT_SYMBOL vmlinux 0xd33d7da8 gnet_stats_copy_rate_est +EXPORT_SYMBOL vmlinux 0xd3543063 memcg_kmem_enabled_key +EXPORT_SYMBOL vmlinux 0xd3559ef4 __memset +EXPORT_SYMBOL vmlinux 0xd35a6d31 mempool_kmalloc +EXPORT_SYMBOL vmlinux 0xd35cce70 _raw_spin_unlock_irqrestore +EXPORT_SYMBOL vmlinux 0xd36dc10c get_random_u32 +EXPORT_SYMBOL vmlinux 0xd36e3d59 prandom_bytes_state +EXPORT_SYMBOL vmlinux 0xd3717a17 acpi_bus_register_driver +EXPORT_SYMBOL vmlinux 0xd3736a0d of_find_compatible_node +EXPORT_SYMBOL vmlinux 0xd378fae9 __nla_reserve_nohdr +EXPORT_SYMBOL vmlinux 0xd38c9193 neigh_direct_output +EXPORT_SYMBOL vmlinux 0xd38ee2c7 __get_hash_from_flowi6 +EXPORT_SYMBOL vmlinux 0xd398accd sock_cmsg_send +EXPORT_SYMBOL vmlinux 0xd39e5264 pci_bus_add_devices +EXPORT_SYMBOL vmlinux 0xd3c78baf get_bitmap_from_slot +EXPORT_SYMBOL vmlinux 0xd3c90289 netdev_reset_tc +EXPORT_SYMBOL vmlinux 0xd3e438df blkdev_issue_zeroout +EXPORT_SYMBOL vmlinux 0xd3e618d8 fscrypt_decrypt_bio +EXPORT_SYMBOL vmlinux 0xd3ed699f amba_device_unregister +EXPORT_SYMBOL vmlinux 0xd406d266 fb_mode_is_equal +EXPORT_SYMBOL vmlinux 0xd43b3ed5 pci_ep_cfs_remove_epc_group +EXPORT_SYMBOL vmlinux 0xd4432d32 udp_seq_ops +EXPORT_SYMBOL vmlinux 0xd4444f98 sg_alloc_append_table_from_pages +EXPORT_SYMBOL vmlinux 0xd45cc6ca bin2hex +EXPORT_SYMBOL vmlinux 0xd4645722 fb_set_suspend +EXPORT_SYMBOL vmlinux 0xd46d04c1 mipi_dsi_dcs_enter_sleep_mode +EXPORT_SYMBOL vmlinux 0xd476c419 devm_clk_get +EXPORT_SYMBOL vmlinux 0xd4785f1c dcb_ieee_setapp +EXPORT_SYMBOL vmlinux 0xd4835ef8 dmi_check_system +EXPORT_SYMBOL vmlinux 0xd489659d unpin_user_page +EXPORT_SYMBOL vmlinux 0xd4a69d20 qm_channel_caam +EXPORT_SYMBOL vmlinux 0xd4b1ae4e sk_stream_wait_close +EXPORT_SYMBOL vmlinux 0xd4b24722 of_find_node_by_phandle +EXPORT_SYMBOL vmlinux 0xd4bb4a82 inet6addr_validator_notifier_call_chain +EXPORT_SYMBOL vmlinux 0xd4bf4353 ucc_of_parse_tdm +EXPORT_SYMBOL vmlinux 0xd4cac111 locks_free_lock +EXPORT_SYMBOL vmlinux 0xd4d1983c udplite_table +EXPORT_SYMBOL vmlinux 0xd4e0516f dma_sync_single_for_device +EXPORT_SYMBOL vmlinux 0xd4e2029e param_set_byte +EXPORT_SYMBOL vmlinux 0xd4efd723 bpf_prog_get_type_path +EXPORT_SYMBOL vmlinux 0xd4f2f88f page_pool_update_nid +EXPORT_SYMBOL vmlinux 0xd5263820 mb_cache_destroy +EXPORT_SYMBOL vmlinux 0xd529e470 input_free_device +EXPORT_SYMBOL vmlinux 0xd52b4f27 forget_cached_acl +EXPORT_SYMBOL vmlinux 0xd5346921 sock_no_accept +EXPORT_SYMBOL vmlinux 0xd5346bfc acpi_get_possible_resources +EXPORT_SYMBOL vmlinux 0xd53d5396 sock_wmalloc +EXPORT_SYMBOL vmlinux 0xd546e242 __block_write_full_page +EXPORT_SYMBOL vmlinux 0xd548ef5f __serio_register_driver +EXPORT_SYMBOL vmlinux 0xd555dd85 generic_cont_expand_simple +EXPORT_SYMBOL vmlinux 0xd5685368 clk_add_alias +EXPORT_SYMBOL vmlinux 0xd5687c7b tcf_idr_check_alloc +EXPORT_SYMBOL vmlinux 0xd570f61e lookup_one_positive_unlocked +EXPORT_SYMBOL vmlinux 0xd582946c tcp_inbound_md5_hash +EXPORT_SYMBOL vmlinux 0xd58cb50a tty_port_carrier_raised +EXPORT_SYMBOL vmlinux 0xd5b3d0d5 xxh64_copy_state +EXPORT_SYMBOL vmlinux 0xd5c66814 netdev_set_num_tc +EXPORT_SYMBOL vmlinux 0xd5d57ade input_unregister_device +EXPORT_SYMBOL vmlinux 0xd5d7bac4 jbd2_journal_force_commit_nested +EXPORT_SYMBOL vmlinux 0xd5e3b86a elv_rb_add +EXPORT_SYMBOL vmlinux 0xd5fd90f1 prepare_to_wait +EXPORT_SYMBOL vmlinux 0xd6015b7a neigh_xmit +EXPORT_SYMBOL vmlinux 0xd60736ec gf128mul_free_64k +EXPORT_SYMBOL vmlinux 0xd61b9b5d pci_save_state +EXPORT_SYMBOL vmlinux 0xd61cbcfa task_lookup_next_fd_rcu +EXPORT_SYMBOL vmlinux 0xd61d51d2 folio_migrate_mapping +EXPORT_SYMBOL vmlinux 0xd62ecd49 rps_sock_flow_table +EXPORT_SYMBOL vmlinux 0xd62ef361 xattr_full_name +EXPORT_SYMBOL vmlinux 0xd642f3f6 video_firmware_drivers_only +EXPORT_SYMBOL vmlinux 0xd643239a acpi_leave_sleep_state +EXPORT_SYMBOL vmlinux 0xd64a4052 d_alloc +EXPORT_SYMBOL vmlinux 0xd660b5fb pskb_trim_rcsum_slow +EXPORT_SYMBOL vmlinux 0xd6611a65 vm_insert_page +EXPORT_SYMBOL vmlinux 0xd667c0fe reuseport_stop_listen_sock +EXPORT_SYMBOL vmlinux 0xd66b3dd1 mipi_dsi_dcs_soft_reset +EXPORT_SYMBOL vmlinux 0xd66c8184 add_device_randomness +EXPORT_SYMBOL vmlinux 0xd68c5a1f adjust_resource +EXPORT_SYMBOL vmlinux 0xd6910a40 scsi_block_when_processing_errors +EXPORT_SYMBOL vmlinux 0xd691c6a9 unregister_sysctl_table +EXPORT_SYMBOL vmlinux 0xd6a039ff __vfs_getxattr +EXPORT_SYMBOL vmlinux 0xd6a902dc cdrom_get_media_event +EXPORT_SYMBOL vmlinux 0xd6a91f54 twl_i2c_read +EXPORT_SYMBOL vmlinux 0xd6bcc4de lock_rename +EXPORT_SYMBOL vmlinux 0xd6e4cb9f da903x_query_status +EXPORT_SYMBOL vmlinux 0xd6eaaea1 full_name_hash +EXPORT_SYMBOL vmlinux 0xd6ee688f vmalloc +EXPORT_SYMBOL vmlinux 0xd6f10549 end_page_writeback +EXPORT_SYMBOL vmlinux 0xd6f2231b nvdimm_bus_lock +EXPORT_SYMBOL vmlinux 0xd6fde043 is_module_sig_enforced +EXPORT_SYMBOL vmlinux 0xd706c1e6 cad_pid +EXPORT_SYMBOL vmlinux 0xd70d35a1 gf128mul_4k_bbe +EXPORT_SYMBOL vmlinux 0xd70f62b6 acpi_os_execute +EXPORT_SYMBOL vmlinux 0xd7184646 pci_scan_bridge +EXPORT_SYMBOL vmlinux 0xd71ac7bb param_ops_int +EXPORT_SYMBOL vmlinux 0xd71c5c4c vlan_uses_dev +EXPORT_SYMBOL vmlinux 0xd734ec7e security_inode_setsecctx +EXPORT_SYMBOL vmlinux 0xd73653c4 freezer_active +EXPORT_SYMBOL vmlinux 0xd738ca1b phy_unregister_fixup_for_uid +EXPORT_SYMBOL vmlinux 0xd73a294f mtree_erase +EXPORT_SYMBOL vmlinux 0xd73a5e74 dquot_disable +EXPORT_SYMBOL vmlinux 0xd73c8c2b synchronize_shrinkers +EXPORT_SYMBOL vmlinux 0xd7482f05 vcalloc +EXPORT_SYMBOL vmlinux 0xd7492135 xfrm_sad_getinfo +EXPORT_SYMBOL vmlinux 0xd761fe99 trace_event_printf +EXPORT_SYMBOL vmlinux 0xd7733cc5 udp_seq_start +EXPORT_SYMBOL vmlinux 0xd7913806 jbd2__journal_restart +EXPORT_SYMBOL vmlinux 0xd7987177 utf8_load +EXPORT_SYMBOL vmlinux 0xd7ac16ed unix_detach_fds +EXPORT_SYMBOL vmlinux 0xd7c41136 qdisc_warn_nonwc +EXPORT_SYMBOL vmlinux 0xd7d280ad irq_poll_complete +EXPORT_SYMBOL vmlinux 0xd7d54bda vme_irq_request +EXPORT_SYMBOL vmlinux 0xd7d57991 mmc_can_gpio_ro +EXPORT_SYMBOL vmlinux 0xd7e56a4e simple_strtoll +EXPORT_SYMBOL vmlinux 0xd7ea7094 nf_unregister_queue_handler +EXPORT_SYMBOL vmlinux 0xd7ee7a01 security_path_mknod +EXPORT_SYMBOL vmlinux 0xd7ff1b8a __ashlti3 +EXPORT_SYMBOL vmlinux 0xd8131274 qman_alloc_cgrid_range +EXPORT_SYMBOL vmlinux 0xd828f063 xudma_tchanrt_write +EXPORT_SYMBOL vmlinux 0xd82a3d4d skb_vlan_untag +EXPORT_SYMBOL vmlinux 0xd8348513 md_set_array_sectors +EXPORT_SYMBOL vmlinux 0xd83898d5 nf_hooks_needed +EXPORT_SYMBOL vmlinux 0xd852f320 neigh_parms_release +EXPORT_SYMBOL vmlinux 0xd856b9c2 __nd_driver_register +EXPORT_SYMBOL vmlinux 0xd85d9cb8 dev_pick_tx_zero +EXPORT_SYMBOL vmlinux 0xd8623154 netlink_capable +EXPORT_SYMBOL vmlinux 0xd8636d59 phys_mem_access_prot +EXPORT_SYMBOL vmlinux 0xd863cdb1 alloc_buffer_head +EXPORT_SYMBOL vmlinux 0xd87626a5 tty_unlock +EXPORT_SYMBOL vmlinux 0xd88eeac5 simple_write_begin +EXPORT_SYMBOL vmlinux 0xd895d0d3 blk_mq_alloc_tag_set +EXPORT_SYMBOL vmlinux 0xd89da37f movable_zone +EXPORT_SYMBOL vmlinux 0xd8a994eb scsi_extd_sense_format +EXPORT_SYMBOL vmlinux 0xd8b29fac from_kuid +EXPORT_SYMBOL vmlinux 0xd8b61304 get_default_font +EXPORT_SYMBOL vmlinux 0xd8b6d96f __find_nth_and_bit +EXPORT_SYMBOL vmlinux 0xd8d4a5a7 simple_release_fs +EXPORT_SYMBOL vmlinux 0xd8df08ac acpi_handle_printk +EXPORT_SYMBOL vmlinux 0xd8e3fb57 mmc_erase_group_aligned +EXPORT_SYMBOL vmlinux 0xd8e95cb8 __skb_flow_get_ports +EXPORT_SYMBOL vmlinux 0xd8f047e3 scsi_target_quiesce +EXPORT_SYMBOL vmlinux 0xd904862a __netdev_alloc_skb +EXPORT_SYMBOL vmlinux 0xd91f6ab6 strnlen_user +EXPORT_SYMBOL vmlinux 0xd925b503 __ip_select_ident +EXPORT_SYMBOL vmlinux 0xd92deb6b acpi_evaluate_object +EXPORT_SYMBOL vmlinux 0xd9491c14 xa_destroy +EXPORT_SYMBOL vmlinux 0xd956ae9d reuseport_migrate_sock +EXPORT_SYMBOL vmlinux 0xd969188a proc_remove +EXPORT_SYMBOL vmlinux 0xd9760ef1 sk_stop_timer_sync +EXPORT_SYMBOL vmlinux 0xd98572ac __xfrm_policy_check +EXPORT_SYMBOL vmlinux 0xd985dc99 mempool_free_pages +EXPORT_SYMBOL vmlinux 0xd98d4c83 dev_set_mtu +EXPORT_SYMBOL vmlinux 0xd99272a1 fb_blank +EXPORT_SYMBOL vmlinux 0xd99d8e4f dcache_readdir +EXPORT_SYMBOL vmlinux 0xd9a5ea54 __init_waitqueue_head +EXPORT_SYMBOL vmlinux 0xd9b2b51c vfs_fsync +EXPORT_SYMBOL vmlinux 0xd9b85ef6 lockref_get +EXPORT_SYMBOL vmlinux 0xd9b8eaea __SCK__tp_func_dma_fence_signaled +EXPORT_SYMBOL vmlinux 0xd9baaf63 __folio_cancel_dirty +EXPORT_SYMBOL vmlinux 0xd9be9d81 ip6mr_rule_default +EXPORT_SYMBOL vmlinux 0xd9d8fd16 register_restart_handler +EXPORT_SYMBOL vmlinux 0xd9d952d1 crypto_aes_sbox +EXPORT_SYMBOL vmlinux 0xd9ef1d39 dmam_free_coherent +EXPORT_SYMBOL vmlinux 0xda10443c xudma_tchan_get_id +EXPORT_SYMBOL vmlinux 0xda128097 security_socket_socketpair +EXPORT_SYMBOL vmlinux 0xda3c4ee2 filp_close +EXPORT_SYMBOL vmlinux 0xda3d10a8 security_tun_dev_open +EXPORT_SYMBOL vmlinux 0xda40064f dma_resv_copy_fences +EXPORT_SYMBOL vmlinux 0xda4654cc tty_port_alloc_xmit_buf +EXPORT_SYMBOL vmlinux 0xda71aaf2 iommu_dma_get_resv_regions +EXPORT_SYMBOL vmlinux 0xda93be97 generic_mii_ioctl +EXPORT_SYMBOL vmlinux 0xda98000d rproc_alloc +EXPORT_SYMBOL vmlinux 0xdaa698af mpage_readahead +EXPORT_SYMBOL vmlinux 0xdab99769 jbd2_journal_start_commit +EXPORT_SYMBOL vmlinux 0xdac4913a bitmap_allocate_region +EXPORT_SYMBOL vmlinux 0xdaca820e dynamic_preempt_schedule +EXPORT_SYMBOL vmlinux 0xdad17dc4 ip6_xmit +EXPORT_SYMBOL vmlinux 0xdad1fc3f zstd_flush_stream +EXPORT_SYMBOL vmlinux 0xdad7fac1 md_error +EXPORT_SYMBOL vmlinux 0xdb013470 netdev_adjacent_change_commit +EXPORT_SYMBOL vmlinux 0xdb05c9b5 cdev_add +EXPORT_SYMBOL vmlinux 0xdb13e27c netif_set_real_num_tx_queues +EXPORT_SYMBOL vmlinux 0xdb1b43ef pci_bus_alloc_resource +EXPORT_SYMBOL vmlinux 0xdb2bf2ec xfrm_state_free +EXPORT_SYMBOL vmlinux 0xdb2f8684 ip_sock_set_pktinfo +EXPORT_SYMBOL vmlinux 0xdb3db197 param_get_short +EXPORT_SYMBOL vmlinux 0xdb42c2df mem_cgroup_from_task +EXPORT_SYMBOL vmlinux 0xdb68bbad rfkill_destroy +EXPORT_SYMBOL vmlinux 0xdb760f52 __kfifo_free +EXPORT_SYMBOL vmlinux 0xdb7ca831 simple_empty +EXPORT_SYMBOL vmlinux 0xdb8c63e6 __ip_options_compile +EXPORT_SYMBOL vmlinux 0xdb9c834f scsi_device_put +EXPORT_SYMBOL vmlinux 0xdbc235c0 cpufreq_get_policy +EXPORT_SYMBOL vmlinux 0xdbc43e6a qdisc_get_rtab +EXPORT_SYMBOL vmlinux 0xdbcbc782 proc_create_single_data +EXPORT_SYMBOL vmlinux 0xdbcf041a acpi_install_address_space_handler +EXPORT_SYMBOL vmlinux 0xdbda60cc ip6tun_encaps +EXPORT_SYMBOL vmlinux 0xdbdf6c92 ioport_resource +EXPORT_SYMBOL vmlinux 0xdbf85e30 dquot_writeback_dquots +EXPORT_SYMBOL vmlinux 0xdbffddd5 security_unix_may_send +EXPORT_SYMBOL vmlinux 0xdc095d67 devm_aperture_acquire_for_platform_device +EXPORT_SYMBOL vmlinux 0xdc0e4855 timer_delete +EXPORT_SYMBOL vmlinux 0xdc0e96c3 __mmc_claim_host +EXPORT_SYMBOL vmlinux 0xdc104855 tcp_get_md5sig_pool +EXPORT_SYMBOL vmlinux 0xdc14eda7 pci_pci_problems +EXPORT_SYMBOL vmlinux 0xdc19d898 scsi_change_queue_depth +EXPORT_SYMBOL vmlinux 0xdc1ae46f is_nd_dax +EXPORT_SYMBOL vmlinux 0xdc251d06 tcf_em_register +EXPORT_SYMBOL vmlinux 0xdc34158f fman_port_init +EXPORT_SYMBOL vmlinux 0xdc3c18fd dma_resv_iter_first_unlocked +EXPORT_SYMBOL vmlinux 0xdc3fcbc9 __sw_hweight8 +EXPORT_SYMBOL vmlinux 0xdc42db3e inet_frag_rbtree_purge +EXPORT_SYMBOL vmlinux 0xdc49c198 reciprocal_value_adv +EXPORT_SYMBOL vmlinux 0xdc512134 backlight_register_notifier +EXPORT_SYMBOL vmlinux 0xdc6d3a51 vm_iomap_memory +EXPORT_SYMBOL vmlinux 0xdc6e2567 tty_unthrottle +EXPORT_SYMBOL vmlinux 0xdc7c7e7b iw_handler_get_thrspy +EXPORT_SYMBOL vmlinux 0xdc877834 netif_device_detach +EXPORT_SYMBOL vmlinux 0xdc955b5d gpiochip_irq_relres +EXPORT_SYMBOL vmlinux 0xdc9ca109 tcp_connect +EXPORT_SYMBOL vmlinux 0xdca8c3d4 logic_outb +EXPORT_SYMBOL vmlinux 0xdcb764ad memset +EXPORT_SYMBOL vmlinux 0xdcbeba1d sg_copy_from_buffer +EXPORT_SYMBOL vmlinux 0xdcd22087 gnet_stats_copy_queue +EXPORT_SYMBOL vmlinux 0xdcdc0040 slhc_compress +EXPORT_SYMBOL vmlinux 0xdcf1714b xp_dma_sync_for_device_slow +EXPORT_SYMBOL vmlinux 0xdcf6430f scsi_device_lookup +EXPORT_SYMBOL vmlinux 0xdcf67169 jbd2__journal_start +EXPORT_SYMBOL vmlinux 0xdd00447a acpi_resource_to_address64 +EXPORT_SYMBOL vmlinux 0xdd0945a5 fb_get_buffer_offset +EXPORT_SYMBOL vmlinux 0xdd18a993 acpi_check_dsm +EXPORT_SYMBOL vmlinux 0xdd1bbc0a sock_set_rcvbuf +EXPORT_SYMBOL vmlinux 0xdd2499cd phy_attached_info_irq +EXPORT_SYMBOL vmlinux 0xdd2c169b mb_cache_create +EXPORT_SYMBOL vmlinux 0xdd4d55b6 _raw_read_unlock +EXPORT_SYMBOL vmlinux 0xdd55d673 key_type_keyring +EXPORT_SYMBOL vmlinux 0xdd60781d fman_set_port_params +EXPORT_SYMBOL vmlinux 0xdd636a8c rawv6_mh_filter_register +EXPORT_SYMBOL vmlinux 0xdd64e639 strscpy +EXPORT_SYMBOL vmlinux 0xdd7e3192 qcom_scm_pas_auth_and_reset +EXPORT_SYMBOL vmlinux 0xdd7e96a7 mntget +EXPORT_SYMBOL vmlinux 0xdd8166a1 dma_fence_free +EXPORT_SYMBOL vmlinux 0xdd849d51 scsi_get_sense_info_fld +EXPORT_SYMBOL vmlinux 0xdd97dfec tcp_simple_retransmit +EXPORT_SYMBOL vmlinux 0xddad7952 acpi_dbg_level +EXPORT_SYMBOL vmlinux 0xddb6225d send_sig +EXPORT_SYMBOL vmlinux 0xddbe74f3 clk_bulk_get +EXPORT_SYMBOL vmlinux 0xdde12504 sock_recvmsg +EXPORT_SYMBOL vmlinux 0xdde35e3b udp_lib_get_port +EXPORT_SYMBOL vmlinux 0xddf6ad7a completion_done +EXPORT_SYMBOL vmlinux 0xddfdb8ac tcp_md5_needed +EXPORT_SYMBOL vmlinux 0xde11059e ip_mc_inc_group +EXPORT_SYMBOL vmlinux 0xde1db8c4 ip_sock_set_mtu_discover +EXPORT_SYMBOL vmlinux 0xde1f7ba6 i2c_get_adapter +EXPORT_SYMBOL vmlinux 0xde293f9e add_wait_queue_exclusive +EXPORT_SYMBOL vmlinux 0xde2b5755 register_framebuffer +EXPORT_SYMBOL vmlinux 0xde2e32cc __netif_schedule +EXPORT_SYMBOL vmlinux 0xde3393d6 tcf_block_get_ext +EXPORT_SYMBOL vmlinux 0xde579d99 eth_header +EXPORT_SYMBOL vmlinux 0xde67419e sg_split +EXPORT_SYMBOL vmlinux 0xde702b7d pci_clear_master +EXPORT_SYMBOL vmlinux 0xde7c960e devm_rproc_alloc +EXPORT_SYMBOL vmlinux 0xde7e8adc blk_sync_queue +EXPORT_SYMBOL vmlinux 0xde85ae73 dev_set_mac_address +EXPORT_SYMBOL vmlinux 0xde87839e nf_ct_get_tuple_skb +EXPORT_SYMBOL vmlinux 0xde88ddea __dquot_free_space +EXPORT_SYMBOL vmlinux 0xde9604de ip_output +EXPORT_SYMBOL vmlinux 0xdea65fa1 get_mem_cgroup_from_mm +EXPORT_SYMBOL vmlinux 0xdeb0003a sock_common_getsockopt +EXPORT_SYMBOL vmlinux 0xdeb6543f mdio_driver_unregister +EXPORT_SYMBOL vmlinux 0xdebabe9d pfifo_fast_ops +EXPORT_SYMBOL vmlinux 0xded39a6b gen_kill_estimator +EXPORT_SYMBOL vmlinux 0xded5f032 tcp_close +EXPORT_SYMBOL vmlinux 0xdef7c893 fb_match_mode +EXPORT_SYMBOL vmlinux 0xdf1dd5a5 put_disk +EXPORT_SYMBOL vmlinux 0xdf256037 kstrtou8_from_user +EXPORT_SYMBOL vmlinux 0xdf2681af gnet_stats_copy_basic +EXPORT_SYMBOL vmlinux 0xdf2a0245 mr_mfc_seq_idx +EXPORT_SYMBOL vmlinux 0xdf2c2742 rb_last +EXPORT_SYMBOL vmlinux 0xdf2ebb87 _raw_read_unlock_irqrestore +EXPORT_SYMBOL vmlinux 0xdf359a43 tcp_set_rcvlowat +EXPORT_SYMBOL vmlinux 0xdf36914b xa_find_after +EXPORT_SYMBOL vmlinux 0xdf4f66e0 inet_select_addr +EXPORT_SYMBOL vmlinux 0xdf521442 _find_next_zero_bit +EXPORT_SYMBOL vmlinux 0xdf54a8f7 netlink_unregister_notifier +EXPORT_SYMBOL vmlinux 0xdf6b082f proc_dointvec_jiffies +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 0xdfa15897 __phy_read_mmd +EXPORT_SYMBOL vmlinux 0xdfa79d15 sock_edemux +EXPORT_SYMBOL vmlinux 0xdfabd03b pci_set_master +EXPORT_SYMBOL vmlinux 0xdfc12ef1 zstd_decompress_stream +EXPORT_SYMBOL vmlinux 0xdfc28ae0 pmem_sector_size +EXPORT_SYMBOL vmlinux 0xdfcc992c current_work +EXPORT_SYMBOL vmlinux 0xdfd8110c flow_block_cb_is_busy +EXPORT_SYMBOL vmlinux 0xdfda7235 generic_pipe_buf_get +EXPORT_SYMBOL vmlinux 0xdfea5317 xfrm_state_lookup +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 0xe03187ac genphy_setup_forced +EXPORT_SYMBOL vmlinux 0xe03a689d dma_fence_array_ops +EXPORT_SYMBOL vmlinux 0xe03e0ef4 jbd2_submit_inode_data +EXPORT_SYMBOL vmlinux 0xe040e5b0 skb_copy_and_csum_bits +EXPORT_SYMBOL vmlinux 0xe0419ac4 kstrtos16 +EXPORT_SYMBOL vmlinux 0xe049bb9c tcp_mmap +EXPORT_SYMBOL vmlinux 0xe04ca450 kmem_cache_create_usercopy +EXPORT_SYMBOL vmlinux 0xe05a28f8 gnet_stats_start_copy_compat +EXPORT_SYMBOL vmlinux 0xe07350bd bdi_register +EXPORT_SYMBOL vmlinux 0xe075ebe7 ppp_unit_number +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 0xe091aa63 twl6040_power +EXPORT_SYMBOL vmlinux 0xe091c977 list_sort +EXPORT_SYMBOL vmlinux 0xe0b13336 argv_free +EXPORT_SYMBOL vmlinux 0xe0b9065b security_xfrm_policy_alloc +EXPORT_SYMBOL vmlinux 0xe0bef318 icst_hz_to_vco +EXPORT_SYMBOL vmlinux 0xe0c85566 register_console +EXPORT_SYMBOL vmlinux 0xe0d483c1 jbd2_journal_wipe +EXPORT_SYMBOL vmlinux 0xe0dac0e3 __nlmsg_put +EXPORT_SYMBOL vmlinux 0xe0fcdb93 configfs_undepend_item +EXPORT_SYMBOL vmlinux 0xe10632b8 netdev_notify_peers +EXPORT_SYMBOL vmlinux 0xe11334b5 fixed_size_llseek +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 0xe136632e neigh_for_each +EXPORT_SYMBOL vmlinux 0xe138fb8c percpu_counter_add_batch +EXPORT_SYMBOL vmlinux 0xe13cd8a7 dmi_name_in_vendors +EXPORT_SYMBOL vmlinux 0xe14cfed0 __brelse +EXPORT_SYMBOL vmlinux 0xe1549af3 scsi_host_put +EXPORT_SYMBOL vmlinux 0xe1644432 crypto_sha256_update +EXPORT_SYMBOL vmlinux 0xe164c393 icmp6_send +EXPORT_SYMBOL vmlinux 0xe169e035 blk_rq_map_user +EXPORT_SYMBOL vmlinux 0xe18383c2 scsi_get_device_flags_keyed +EXPORT_SYMBOL vmlinux 0xe18901a2 devfreq_get_freq_range +EXPORT_SYMBOL vmlinux 0xe196bc51 genphy_read_status +EXPORT_SYMBOL vmlinux 0xe19e6ea7 regset_get +EXPORT_SYMBOL vmlinux 0xe1a9484b start_tty +EXPORT_SYMBOL vmlinux 0xe1aa2888 scsi_eh_prep_cmnd +EXPORT_SYMBOL vmlinux 0xe1b22e3c eth_mac_addr +EXPORT_SYMBOL vmlinux 0xe1c85c8e flow_block_cb_lookup +EXPORT_SYMBOL vmlinux 0xe1dcf64a audit_log_format +EXPORT_SYMBOL vmlinux 0xe203a882 xfrm_dst_ifdown +EXPORT_SYMBOL vmlinux 0xe21c751b generic_block_bmap +EXPORT_SYMBOL vmlinux 0xe21ea14b pcie_ptm_enabled +EXPORT_SYMBOL vmlinux 0xe21f18ac __genradix_iter_peek +EXPORT_SYMBOL vmlinux 0xe2206e79 __traceiter_kmem_cache_free +EXPORT_SYMBOL vmlinux 0xe23def8f d_add +EXPORT_SYMBOL vmlinux 0xe247d531 netlink_rcv_skb +EXPORT_SYMBOL vmlinux 0xe24bcb18 __xfrm_state_destroy +EXPORT_SYMBOL vmlinux 0xe25f775e get_ipc_ns_exported +EXPORT_SYMBOL vmlinux 0xe273d75d alloc_cpu_rmap +EXPORT_SYMBOL vmlinux 0xe279ff1b udp_lib_rehash +EXPORT_SYMBOL vmlinux 0xe27b8158 xfrm_spd_getinfo +EXPORT_SYMBOL vmlinux 0xe27e333e skb_vlan_pop +EXPORT_SYMBOL vmlinux 0xe28a9068 scsi_print_result +EXPORT_SYMBOL vmlinux 0xe28dc898 serio_bus +EXPORT_SYMBOL vmlinux 0xe2964344 __wake_up +EXPORT_SYMBOL vmlinux 0xe29c5233 hmm_range_fault +EXPORT_SYMBOL vmlinux 0xe2d5255a strcmp +EXPORT_SYMBOL vmlinux 0xe2dc121a __inet6_lookup_established +EXPORT_SYMBOL vmlinux 0xe2dfdafe pci_clear_mwi +EXPORT_SYMBOL vmlinux 0xe2e22f43 unregister_binfmt +EXPORT_SYMBOL vmlinux 0xe2f51b7f sget_fc +EXPORT_SYMBOL vmlinux 0xe2f7e536 mr_vif_seq_next +EXPORT_SYMBOL vmlinux 0xe3202381 eth_header_cache_update +EXPORT_SYMBOL vmlinux 0xe32ab4d8 xxh64_digest +EXPORT_SYMBOL vmlinux 0xe335679c free_cgroup_ns +EXPORT_SYMBOL vmlinux 0xe351ab35 tcp_sendpage +EXPORT_SYMBOL vmlinux 0xe352f5e3 ptp_clock_index +EXPORT_SYMBOL vmlinux 0xe372e918 pci_dev_get +EXPORT_SYMBOL vmlinux 0xe37f5cf7 of_get_cpu_state_node +EXPORT_SYMBOL vmlinux 0xe39b2ea5 sha256 +EXPORT_SYMBOL vmlinux 0xe3a245cd devm_ioport_unmap +EXPORT_SYMBOL vmlinux 0xe3abc082 textsearch_find_continuous +EXPORT_SYMBOL vmlinux 0xe3ad3046 __sg_page_iter_dma_next +EXPORT_SYMBOL vmlinux 0xe3c1014f iptun_encaps +EXPORT_SYMBOL vmlinux 0xe3c6aa63 __put_user_ns +EXPORT_SYMBOL vmlinux 0xe3ec2f2b alloc_chrdev_region +EXPORT_SYMBOL vmlinux 0xe3fe1c52 input_set_max_poll_interval +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 0xe414cbb3 path_get +EXPORT_SYMBOL vmlinux 0xe41577a5 security_sk_clone +EXPORT_SYMBOL vmlinux 0xe4240417 param_set_int +EXPORT_SYMBOL vmlinux 0xe42fb2ce scsi_register_driver +EXPORT_SYMBOL vmlinux 0xe4329092 __ctzdi2 +EXPORT_SYMBOL vmlinux 0xe46021ca _raw_spin_unlock_bh +EXPORT_SYMBOL vmlinux 0xe4657608 posix_acl_valid +EXPORT_SYMBOL vmlinux 0xe49542e1 sync_inodes_sb +EXPORT_SYMBOL vmlinux 0xe49ce911 inet6_protos +EXPORT_SYMBOL vmlinux 0xe4a8e60c pnp_release_card_device +EXPORT_SYMBOL vmlinux 0xe4b51d14 to_nd_dax +EXPORT_SYMBOL vmlinux 0xe4b59197 security_task_getsecid_obj +EXPORT_SYMBOL vmlinux 0xe4bbc1dd kimage_voffset +EXPORT_SYMBOL vmlinux 0xe4bc2c2f hdmi_drm_infoframe_pack +EXPORT_SYMBOL vmlinux 0xe4cd2d6b page_pool_return_skb_page +EXPORT_SYMBOL vmlinux 0xe4cd2de6 vfs_get_fsid +EXPORT_SYMBOL vmlinux 0xe4cd87f1 datagram_poll +EXPORT_SYMBOL vmlinux 0xe4e72ae3 devm_devfreq_register_notifier +EXPORT_SYMBOL vmlinux 0xe5053686 phy_validate_pause +EXPORT_SYMBOL vmlinux 0xe50a52b4 devm_mdiobus_alloc_size +EXPORT_SYMBOL vmlinux 0xe523ad75 synchronize_irq +EXPORT_SYMBOL vmlinux 0xe5259aa5 simple_rename +EXPORT_SYMBOL vmlinux 0xe54b6d0d blk_set_queue_depth +EXPORT_SYMBOL vmlinux 0xe5525b1c pipe_lock +EXPORT_SYMBOL vmlinux 0xe57feefb qcom_scm_ocmem_unlock +EXPORT_SYMBOL vmlinux 0xe58090ca security_ib_endport_manage_subnet +EXPORT_SYMBOL vmlinux 0xe58fb5e6 config_group_init_type_name +EXPORT_SYMBOL vmlinux 0xe590dea3 sk_busy_loop_end +EXPORT_SYMBOL vmlinux 0xe5aa1da0 input_mt_destroy_slots +EXPORT_SYMBOL vmlinux 0xe5aeffe6 phy_get_c45_ids +EXPORT_SYMBOL vmlinux 0xe5c2edd8 __skb_pad +EXPORT_SYMBOL vmlinux 0xe5c60bd2 percpu_counter_set +EXPORT_SYMBOL vmlinux 0xe5c78a99 do_blank_screen +EXPORT_SYMBOL vmlinux 0xe5ca3703 dma_map_page_attrs +EXPORT_SYMBOL vmlinux 0xe5d74b69 jbd2_journal_restart +EXPORT_SYMBOL vmlinux 0xe5ea8f8e xfrm_replay_seqhi +EXPORT_SYMBOL vmlinux 0xe5ede7a4 registered_fb +EXPORT_SYMBOL vmlinux 0xe62ef66b drop_nlink +EXPORT_SYMBOL vmlinux 0xe63308f9 file_open_root +EXPORT_SYMBOL vmlinux 0xe6426310 skb_eth_gso_segment +EXPORT_SYMBOL vmlinux 0xe6550092 utf8_casefold +EXPORT_SYMBOL vmlinux 0xe655060b of_graph_get_remote_port +EXPORT_SYMBOL vmlinux 0xe65f1e66 phy_sfp_probe +EXPORT_SYMBOL vmlinux 0xe66ba9a3 dma_fence_chain_init +EXPORT_SYMBOL vmlinux 0xe673562d nvdimm_namespace_disk_name +EXPORT_SYMBOL vmlinux 0xe6777a33 jbd2_journal_extend +EXPORT_SYMBOL vmlinux 0xe6835a72 of_clk_get +EXPORT_SYMBOL vmlinux 0xe68b5cc9 _dev_warn +EXPORT_SYMBOL vmlinux 0xe68efe41 _raw_write_lock +EXPORT_SYMBOL vmlinux 0xe6999cd5 generic_pipe_buf_try_steal +EXPORT_SYMBOL vmlinux 0xe6aecf8a netif_tx_wake_queue +EXPORT_SYMBOL vmlinux 0xe6b6e824 sk_ns_capable +EXPORT_SYMBOL vmlinux 0xe6bf6433 phy_aneg_done +EXPORT_SYMBOL vmlinux 0xe6cbd111 i2c_smbus_write_byte +EXPORT_SYMBOL vmlinux 0xe6d2458e do_trace_netlink_extack +EXPORT_SYMBOL vmlinux 0xe6d44270 devfreq_register_notifier +EXPORT_SYMBOL vmlinux 0xe6f1bd42 pci_disable_link_state +EXPORT_SYMBOL vmlinux 0xe6fa06a2 rename_lock +EXPORT_SYMBOL vmlinux 0xe7130e23 xfrm_state_register_afinfo +EXPORT_SYMBOL vmlinux 0xe7257ab8 xa_store_range +EXPORT_SYMBOL vmlinux 0xe730929e jbd2_journal_set_triggers +EXPORT_SYMBOL vmlinux 0xe735589c input_alloc_absinfo +EXPORT_SYMBOL vmlinux 0xe744851a write_cache_pages +EXPORT_SYMBOL vmlinux 0xe756853c of_graph_get_endpoint_count +EXPORT_SYMBOL vmlinux 0xe775b33f unregister_md_personality +EXPORT_SYMBOL vmlinux 0xe7785337 xfrm_unregister_type +EXPORT_SYMBOL vmlinux 0xe782a5c9 __traceiter_spi_transfer_start +EXPORT_SYMBOL vmlinux 0xe7969914 fuse_mount_destroy +EXPORT_SYMBOL vmlinux 0xe7a02573 ida_alloc_range +EXPORT_SYMBOL vmlinux 0xe7a381e0 sock_enable_timestamps +EXPORT_SYMBOL vmlinux 0xe7ab1ecc _raw_write_unlock_bh +EXPORT_SYMBOL vmlinux 0xe7b0353b __cpu_active_mask +EXPORT_SYMBOL vmlinux 0xe7bcded0 seq_read_iter +EXPORT_SYMBOL vmlinux 0xe7d4daac seq_list_next +EXPORT_SYMBOL vmlinux 0xe7e7eb62 simple_transaction_release +EXPORT_SYMBOL vmlinux 0xe7fb399a blk_execute_rq +EXPORT_SYMBOL vmlinux 0xe801bda3 tso_build_hdr +EXPORT_SYMBOL vmlinux 0xe801bf79 prepare_creds +EXPORT_SYMBOL vmlinux 0xe809e251 alloc_etherdev_mqs +EXPORT_SYMBOL vmlinux 0xe816048f tty_termios_copy_hw +EXPORT_SYMBOL vmlinux 0xe84217b9 netdev_err +EXPORT_SYMBOL vmlinux 0xe8430364 pcibus_to_node +EXPORT_SYMBOL vmlinux 0xe84dbed6 phy_print_status +EXPORT_SYMBOL vmlinux 0xe85d5f12 rdmacg_uncharge +EXPORT_SYMBOL vmlinux 0xe85f2123 acpi_tb_unload_table +EXPORT_SYMBOL vmlinux 0xe87e03c2 nf_unregister_net_hooks +EXPORT_SYMBOL vmlinux 0xe88b92dc uart_get_baud_rate +EXPORT_SYMBOL vmlinux 0xe88e604c of_graph_get_endpoint_by_regs +EXPORT_SYMBOL vmlinux 0xe899e0a9 show_init_ipc_ns +EXPORT_SYMBOL vmlinux 0xe8a13608 proto_register +EXPORT_SYMBOL vmlinux 0xe8a7d384 phy_device_register +EXPORT_SYMBOL vmlinux 0xe8aa1578 ww_mutex_unlock +EXPORT_SYMBOL vmlinux 0xe8b5c3c3 __tracepoint_module_get +EXPORT_SYMBOL vmlinux 0xe8b685ec netdev_offload_xstats_enabled +EXPORT_SYMBOL vmlinux 0xe8c2b7ce pci_bus_write_config_dword +EXPORT_SYMBOL vmlinux 0xe8d285b2 nla_policy_len +EXPORT_SYMBOL vmlinux 0xe8ded704 dquot_alloc +EXPORT_SYMBOL vmlinux 0xe8ea8905 is_nd_btt +EXPORT_SYMBOL vmlinux 0xe8fa782e truncate_pagecache +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 0xe90a75ea devm_memunmap +EXPORT_SYMBOL vmlinux 0xe90be03d netdev_refcnt_read +EXPORT_SYMBOL vmlinux 0xe90c18e6 xfrm4_protocol_deregister +EXPORT_SYMBOL vmlinux 0xe90e2129 __cgroup_bpf_run_filter_sock_addr +EXPORT_SYMBOL vmlinux 0xe914e41e strcpy +EXPORT_SYMBOL vmlinux 0xe91958d2 init_task +EXPORT_SYMBOL vmlinux 0xe944783d rtnl_notify +EXPORT_SYMBOL vmlinux 0xe94c1da1 locks_copy_conflock +EXPORT_SYMBOL vmlinux 0xe953b21f get_next_ino +EXPORT_SYMBOL vmlinux 0xe9a66472 padata_alloc_shell +EXPORT_SYMBOL vmlinux 0xe9a7ac10 __skb_wait_for_more_packets +EXPORT_SYMBOL vmlinux 0xe9af7397 __xa_set_mark +EXPORT_SYMBOL vmlinux 0xe9c15df3 pnp_possible_config +EXPORT_SYMBOL vmlinux 0xe9c376ab xfrm_state_update +EXPORT_SYMBOL vmlinux 0xe9dc12a4 zstd_get_error_name +EXPORT_SYMBOL vmlinux 0xe9e5bba1 pci_wake_from_d3 +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 0xea0df841 rproc_elf_get_boot_addr +EXPORT_SYMBOL vmlinux 0xea17cd47 security_sctp_bind_connect +EXPORT_SYMBOL vmlinux 0xea1b819c mroute6_is_socket +EXPORT_SYMBOL vmlinux 0xea1c3e3a arm_smccc_1_2_hvc +EXPORT_SYMBOL vmlinux 0xea27ce49 unregister_filesystem +EXPORT_SYMBOL vmlinux 0xea3c8e4e scsilun_to_int +EXPORT_SYMBOL vmlinux 0xea49a21c vlan_ioctl_set +EXPORT_SYMBOL vmlinux 0xea57281b security_inode_invalidate_secctx +EXPORT_SYMBOL vmlinux 0xea623687 skb_dequeue +EXPORT_SYMBOL vmlinux 0xea6f9a36 zlib_deflate_dfltcc_enabled +EXPORT_SYMBOL vmlinux 0xea7a2994 debugfs_create_automount +EXPORT_SYMBOL vmlinux 0xeaa5faec key_validate +EXPORT_SYMBOL vmlinux 0xeaa7c7f0 jbd2_journal_start_reserved +EXPORT_SYMBOL vmlinux 0xeab6f4c4 acpi_check_resource_conflict +EXPORT_SYMBOL vmlinux 0xeac81ea6 blk_post_runtime_suspend +EXPORT_SYMBOL vmlinux 0xead8c400 bman_get_bpid +EXPORT_SYMBOL vmlinux 0xeae3dfd6 __const_udelay +EXPORT_SYMBOL vmlinux 0xeaeb9b32 eth_commit_mac_addr_change +EXPORT_SYMBOL vmlinux 0xeaf193f6 dma_fence_describe +EXPORT_SYMBOL vmlinux 0xeafc141f __posix_acl_chmod +EXPORT_SYMBOL vmlinux 0xeb078aee _raw_write_unlock_irqrestore +EXPORT_SYMBOL vmlinux 0xeb0e2e1c phy_get_internal_delay +EXPORT_SYMBOL vmlinux 0xeb1b8dac km_state_expired +EXPORT_SYMBOL vmlinux 0xeb1c2b21 phy_init_hw +EXPORT_SYMBOL vmlinux 0xeb233a45 __kmalloc +EXPORT_SYMBOL vmlinux 0xeb2dcedc ppp_register_compressor +EXPORT_SYMBOL vmlinux 0xeb37101c audit_log_end +EXPORT_SYMBOL vmlinux 0xeb3cd3fa param_get_hexint +EXPORT_SYMBOL vmlinux 0xeb44339a free_pages_exact +EXPORT_SYMBOL vmlinux 0xeb5c2b4f cfb_imageblit +EXPORT_SYMBOL vmlinux 0xeb652223 qdisc_tree_reduce_backlog +EXPORT_SYMBOL vmlinux 0xeb682050 phy_ethtool_ksettings_set +EXPORT_SYMBOL vmlinux 0xeb686768 vga_client_register +EXPORT_SYMBOL vmlinux 0xeb6a76d6 devm_of_iomap +EXPORT_SYMBOL vmlinux 0xeb7329a2 qcom_scm_set_warm_boot_addr +EXPORT_SYMBOL vmlinux 0xeb7f6046 acpi_get_devices +EXPORT_SYMBOL vmlinux 0xeb8516b1 pci_dev_put +EXPORT_SYMBOL vmlinux 0xeb9eef52 match_uint +EXPORT_SYMBOL vmlinux 0xeba24edc of_mdio_find_bus +EXPORT_SYMBOL vmlinux 0xebdababd clean_bdev_aliases +EXPORT_SYMBOL vmlinux 0xebe73f06 vm_map_pages +EXPORT_SYMBOL vmlinux 0xebe8b479 register_sysctl_mount_point +EXPORT_SYMBOL vmlinux 0xebff53ec inet_put_port +EXPORT_SYMBOL vmlinux 0xec0a23d0 make_bad_inode +EXPORT_SYMBOL vmlinux 0xec111be4 mmc_detect_change +EXPORT_SYMBOL vmlinux 0xec171700 __register_chrdev +EXPORT_SYMBOL vmlinux 0xec207118 fb_set_cmap +EXPORT_SYMBOL vmlinux 0xec2740a2 get_cached_acl_rcu +EXPORT_SYMBOL vmlinux 0xec2b8a42 acpi_walk_namespace +EXPORT_SYMBOL vmlinux 0xec2e1c8f proc_doulongvec_minmax +EXPORT_SYMBOL vmlinux 0xec33c668 __SCK__tp_func_spi_transfer_start +EXPORT_SYMBOL vmlinux 0xec3c38d7 netdev_offload_xstats_push_delta +EXPORT_SYMBOL vmlinux 0xec41716a qman_alloc_fqid_range +EXPORT_SYMBOL vmlinux 0xec4d9e3a clk_get_sys +EXPORT_SYMBOL vmlinux 0xec5449ed vfs_iter_read +EXPORT_SYMBOL vmlinux 0xec56849a __cpuhp_setup_state +EXPORT_SYMBOL vmlinux 0xec69568e __cpuhp_remove_state_cpuslocked +EXPORT_SYMBOL vmlinux 0xec6c48d4 dev_trans_start +EXPORT_SYMBOL vmlinux 0xec7be56e param_get_ullong +EXPORT_SYMBOL vmlinux 0xec887f50 devm_pci_remap_cfgspace +EXPORT_SYMBOL vmlinux 0xeca957d1 __bitmap_and +EXPORT_SYMBOL vmlinux 0xecaa88a2 close_fd_get_file +EXPORT_SYMBOL vmlinux 0xece784c2 rb_first +EXPORT_SYMBOL vmlinux 0xeceb01ee is_acpi_data_node +EXPORT_SYMBOL vmlinux 0xecf4245b msm_pinctrl_dev_pm_ops +EXPORT_SYMBOL vmlinux 0xecfd68ef acpi_get_node +EXPORT_SYMBOL vmlinux 0xed00c4fb acpi_os_printf +EXPORT_SYMBOL vmlinux 0xed0f0fcf dev_mc_del +EXPORT_SYMBOL vmlinux 0xed4c820d skb_copy_and_csum_dev +EXPORT_SYMBOL vmlinux 0xed55a58d register_shrinker +EXPORT_SYMBOL vmlinux 0xed55f929 acpi_os_unmap_generic_address +EXPORT_SYMBOL vmlinux 0xed656e30 udp_encap_disable +EXPORT_SYMBOL vmlinux 0xed6a55a8 mii_check_link +EXPORT_SYMBOL vmlinux 0xed8a2d95 memset64 +EXPORT_SYMBOL vmlinux 0xedbaee5e nla_strcmp +EXPORT_SYMBOL vmlinux 0xedc03953 iounmap +EXPORT_SYMBOL vmlinux 0xedd17b31 sock_get_timeout +EXPORT_SYMBOL vmlinux 0xedefb4a8 nf_unregister_net_hook +EXPORT_SYMBOL vmlinux 0xee0118df aperture_remove_conflicting_devices +EXPORT_SYMBOL vmlinux 0xee0cd31d seq_put_decimal_ll +EXPORT_SYMBOL vmlinux 0xee228d8c __qdisc_calculate_pkt_len +EXPORT_SYMBOL vmlinux 0xee2ac6fa mipi_dsi_dcs_exit_sleep_mode +EXPORT_SYMBOL vmlinux 0xee2d0fc7 _local_bh_enable +EXPORT_SYMBOL vmlinux 0xee2d492f rtc_add_groups +EXPORT_SYMBOL vmlinux 0xee329167 security_sb_set_mnt_opts +EXPORT_SYMBOL vmlinux 0xee58e970 fb_add_videomode +EXPORT_SYMBOL vmlinux 0xee7484b2 eth_prepare_mac_addr_change +EXPORT_SYMBOL vmlinux 0xee7d7deb gen_pool_dma_zalloc +EXPORT_SYMBOL vmlinux 0xee7eb9e1 pnp_platform_devices +EXPORT_SYMBOL vmlinux 0xee883b06 __vmalloc_array +EXPORT_SYMBOL vmlinux 0xee8c02e9 vprintk_emit +EXPORT_SYMBOL vmlinux 0xee8d74d6 jiffies64_to_nsecs +EXPORT_SYMBOL vmlinux 0xee91879b rb_first_postorder +EXPORT_SYMBOL vmlinux 0xeea6e582 prepare_to_swait_exclusive +EXPORT_SYMBOL vmlinux 0xeea9dbaf bitmap_bitremap +EXPORT_SYMBOL vmlinux 0xeeb1519d __skb_gro_checksum_complete +EXPORT_SYMBOL vmlinux 0xeec9072a of_iomap +EXPORT_SYMBOL vmlinux 0xeed5cce2 netif_set_tso_max_size +EXPORT_SYMBOL vmlinux 0xeedd8cb4 unregister_netdevice_queue +EXPORT_SYMBOL vmlinux 0xeee75d91 ucc_fast_init +EXPORT_SYMBOL vmlinux 0xeeee0692 shrink_dcache_parent +EXPORT_SYMBOL vmlinux 0xeef185b8 sget +EXPORT_SYMBOL vmlinux 0xef0573f6 tcp_md5_hash_key +EXPORT_SYMBOL vmlinux 0xef15596a validate_slab_cache +EXPORT_SYMBOL vmlinux 0xef3221a8 netdev_crit +EXPORT_SYMBOL vmlinux 0xef34b040 d_hash_and_lookup +EXPORT_SYMBOL vmlinux 0xef8ac53d qcom_scm_restore_sec_cfg +EXPORT_SYMBOL vmlinux 0xefaf2e4f tcf_queue_work +EXPORT_SYMBOL vmlinux 0xefbe6f2f bio_copy_data +EXPORT_SYMBOL vmlinux 0xefc44896 __dec_zone_page_state +EXPORT_SYMBOL vmlinux 0xefcea2e7 acpi_warning +EXPORT_SYMBOL vmlinux 0xefd71495 nf_ip6_checksum +EXPORT_SYMBOL vmlinux 0xefee932c acpi_get_data_full +EXPORT_SYMBOL vmlinux 0xefeefc09 __SCK__tp_func_dma_fence_emit +EXPORT_SYMBOL vmlinux 0xeff72c4f key_link +EXPORT_SYMBOL vmlinux 0xeff840ee devm_ioport_map +EXPORT_SYMBOL vmlinux 0xeff8c7f2 security_inode_listsecurity +EXPORT_SYMBOL vmlinux 0xeffdc23c release_pages +EXPORT_SYMBOL vmlinux 0xf0009fee put_pages_list +EXPORT_SYMBOL vmlinux 0xf000ae18 dev_loopback_xmit +EXPORT_SYMBOL vmlinux 0xf00dbbe6 tty_register_ldisc +EXPORT_SYMBOL vmlinux 0xf017db72 rproc_boot +EXPORT_SYMBOL vmlinux 0xf02aa937 wait_for_completion_interruptible_timeout +EXPORT_SYMBOL vmlinux 0xf02d763d netif_inherit_tso_max +EXPORT_SYMBOL vmlinux 0xf02e5e3a kern_path +EXPORT_SYMBOL vmlinux 0xf0342e6c genphy_restart_aneg +EXPORT_SYMBOL vmlinux 0xf04cc975 buffer_check_dirty_writeback +EXPORT_SYMBOL vmlinux 0xf051e5ee inet_csk_accept +EXPORT_SYMBOL vmlinux 0xf05dd281 mptcp_subflow_reqsk_alloc +EXPORT_SYMBOL vmlinux 0xf0611f60 unregister_netdev +EXPORT_SYMBOL vmlinux 0xf07b07f6 sg_free_append_table +EXPORT_SYMBOL vmlinux 0xf0897b5b serio_close +EXPORT_SYMBOL vmlinux 0xf098a1b0 sg_miter_start +EXPORT_SYMBOL vmlinux 0xf09b5d9a get_zeroed_page +EXPORT_SYMBOL vmlinux 0xf09f3057 tcf_action_check_ctrlact +EXPORT_SYMBOL vmlinux 0xf0a3f19d dev_close +EXPORT_SYMBOL vmlinux 0xf0a56f64 twl6040_get_vibralr_status +EXPORT_SYMBOL vmlinux 0xf0a83d56 netdev_master_upper_dev_link +EXPORT_SYMBOL vmlinux 0xf0aab10d kobject_del +EXPORT_SYMBOL vmlinux 0xf0b1e45d vlan_dev_vlan_proto +EXPORT_SYMBOL vmlinux 0xf0b2419f cmd_db_read_aux_data +EXPORT_SYMBOL vmlinux 0xf0ce7d6f __pci_register_driver +EXPORT_SYMBOL vmlinux 0xf0d4c2e1 migrate_vma_setup +EXPORT_SYMBOL vmlinux 0xf0da94c4 tcf_qevent_dump +EXPORT_SYMBOL vmlinux 0xf0dc2890 dev_pm_opp_unregister_notifier +EXPORT_SYMBOL vmlinux 0xf0dc3636 security_inode_init_security +EXPORT_SYMBOL vmlinux 0xf0e02d08 sock_create_kern +EXPORT_SYMBOL vmlinux 0xf11dd46e _page_poisoning_enabled_early +EXPORT_SYMBOL vmlinux 0xf11f0ff0 get_user_pages +EXPORT_SYMBOL vmlinux 0xf13e90bf bio_endio +EXPORT_SYMBOL vmlinux 0xf141c8b9 dma_fence_array_create +EXPORT_SYMBOL vmlinux 0xf18300ad logic_inb +EXPORT_SYMBOL vmlinux 0xf195c682 fb_invert_cmaps +EXPORT_SYMBOL vmlinux 0xf1969a8e __usecs_to_jiffies +EXPORT_SYMBOL vmlinux 0xf19a489f sock_no_sendmsg +EXPORT_SYMBOL vmlinux 0xf1a65f7b zstd_reset_dstream +EXPORT_SYMBOL vmlinux 0xf1b67f4f tcf_exts_change +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 0xf230bb4c of_get_property +EXPORT_SYMBOL vmlinux 0xf23e4b02 tcp_splice_read +EXPORT_SYMBOL vmlinux 0xf23fcb99 __kfifo_in +EXPORT_SYMBOL vmlinux 0xf24c07e0 pcie_bandwidth_available +EXPORT_SYMBOL vmlinux 0xf24e3a49 may_umount_tree +EXPORT_SYMBOL vmlinux 0xf25423ee mdiobus_read_nested +EXPORT_SYMBOL vmlinux 0xf26187a9 has_capability_noaudit +EXPORT_SYMBOL vmlinux 0xf2628676 zstd_compress_cctx +EXPORT_SYMBOL vmlinux 0xf2669a2c imx_scu_irq_register_notifier +EXPORT_SYMBOL vmlinux 0xf274bb30 register_netdev +EXPORT_SYMBOL vmlinux 0xf2813648 configfs_register_group +EXPORT_SYMBOL vmlinux 0xf287704a rproc_elf_find_loaded_rsc_table +EXPORT_SYMBOL vmlinux 0xf28cf0ae __hw_addr_init +EXPORT_SYMBOL vmlinux 0xf29403e5 acpi_install_table_handler +EXPORT_SYMBOL vmlinux 0xf29eafb5 mmc_put_card +EXPORT_SYMBOL vmlinux 0xf2a8efae dm_kcopyd_do_callback +EXPORT_SYMBOL vmlinux 0xf2b99257 misc_deregister +EXPORT_SYMBOL vmlinux 0xf2bedc7a input_setup_polling +EXPORT_SYMBOL vmlinux 0xf2c43f3f zlib_deflate +EXPORT_SYMBOL vmlinux 0xf2dc593b key_invalidate +EXPORT_SYMBOL vmlinux 0xf2e28fee dev_get_mac_address +EXPORT_SYMBOL vmlinux 0xf2e492d5 blk_queue_max_segment_size +EXPORT_SYMBOL vmlinux 0xf2e5bd87 security_free_mnt_opts +EXPORT_SYMBOL vmlinux 0xf2f53617 memregion_free +EXPORT_SYMBOL vmlinux 0xf309bcb4 mipi_dsi_compression_mode +EXPORT_SYMBOL vmlinux 0xf3107926 sha224_update +EXPORT_SYMBOL vmlinux 0xf3147dac mipi_dsi_set_maximum_return_packet_size +EXPORT_SYMBOL vmlinux 0xf3192e3c ps2_handle_ack +EXPORT_SYMBOL vmlinux 0xf327ece0 blk_limits_io_min +EXPORT_SYMBOL vmlinux 0xf33feb0c tcp_recv_skb +EXPORT_SYMBOL vmlinux 0xf346231f seq_list_start_head +EXPORT_SYMBOL vmlinux 0xf353a698 register_module_notifier +EXPORT_SYMBOL vmlinux 0xf357456a cdrom_release +EXPORT_SYMBOL vmlinux 0xf35e727e kobject_get +EXPORT_SYMBOL vmlinux 0xf361a660 flow_rule_match_enc_ipv6_addrs +EXPORT_SYMBOL vmlinux 0xf3621fe2 mtree_alloc_rrange +EXPORT_SYMBOL vmlinux 0xf365778b jbd2_journal_inode_ranged_write +EXPORT_SYMBOL vmlinux 0xf36f42a9 slhc_uncompress +EXPORT_SYMBOL vmlinux 0xf37c579c pcim_enable_device +EXPORT_SYMBOL vmlinux 0xf390e120 phy_register_fixup_for_uid +EXPORT_SYMBOL vmlinux 0xf390f6f1 __bitmap_andnot +EXPORT_SYMBOL vmlinux 0xf3914a6e sock_kzfree_s +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 0xf3ada449 simple_setattr +EXPORT_SYMBOL vmlinux 0xf3bb6c51 call_netdevice_notifiers +EXPORT_SYMBOL vmlinux 0xf3d34464 of_clk_get_by_name +EXPORT_SYMBOL vmlinux 0xf3d9c4ba tcf_idr_cleanup +EXPORT_SYMBOL vmlinux 0xf3e0e1df allocate_resource +EXPORT_SYMBOL vmlinux 0xf3e7f26d uart_add_one_port +EXPORT_SYMBOL vmlinux 0xf419d97a gnet_stats_start_copy +EXPORT_SYMBOL vmlinux 0xf41bd35a PageMovable +EXPORT_SYMBOL vmlinux 0xf428f10d irq_set_chip +EXPORT_SYMBOL vmlinux 0xf43d2caa acpi_remove_interface +EXPORT_SYMBOL vmlinux 0xf44a904a net_ns_barrier +EXPORT_SYMBOL vmlinux 0xf44e29e1 mipi_dsi_driver_register_full +EXPORT_SYMBOL vmlinux 0xf474c21c bitmap_print_to_pagebuf +EXPORT_SYMBOL vmlinux 0xf474fdcb kfree_const +EXPORT_SYMBOL vmlinux 0xf496101a ns_capable_noaudit +EXPORT_SYMBOL vmlinux 0xf49aaaab uart_suspend_port +EXPORT_SYMBOL vmlinux 0xf4a98cb9 i2c_smbus_xfer +EXPORT_SYMBOL vmlinux 0xf4b754fd acpi_resources_are_enforced +EXPORT_SYMBOL vmlinux 0xf4cb26df mark_page_accessed +EXPORT_SYMBOL vmlinux 0xf4cb2e1c blk_rq_append_bio +EXPORT_SYMBOL vmlinux 0xf4d3dce9 nf_hook_slow +EXPORT_SYMBOL vmlinux 0xf4db35bc stpcpy +EXPORT_SYMBOL vmlinux 0xf4e04131 generic_listxattr +EXPORT_SYMBOL vmlinux 0xf4e986ca devm_kvasprintf +EXPORT_SYMBOL vmlinux 0xf4eb5bf1 set_bh_page +EXPORT_SYMBOL vmlinux 0xf4f14de6 rtnl_trylock +EXPORT_SYMBOL vmlinux 0xf5017393 flow_rule_match_control +EXPORT_SYMBOL vmlinux 0xf5030a15 genphy_check_and_restart_aneg +EXPORT_SYMBOL vmlinux 0xf5058b3e skb_flow_dissect_hash +EXPORT_SYMBOL vmlinux 0xf51cc609 __skb_flow_dissect +EXPORT_SYMBOL vmlinux 0xf53a57d9 build_skb_around +EXPORT_SYMBOL vmlinux 0xf53d4c26 qdisc_class_hash_destroy +EXPORT_SYMBOL vmlinux 0xf543b6d6 mmc_start_request +EXPORT_SYMBOL vmlinux 0xf56ffb88 nf_log_unbind_pf +EXPORT_SYMBOL vmlinux 0xf572a8b6 input_set_abs_params +EXPORT_SYMBOL vmlinux 0xf5762633 phy_queue_state_machine +EXPORT_SYMBOL vmlinux 0xf5763f45 fb_pan_display +EXPORT_SYMBOL vmlinux 0xf591fdaf sock_diag_put_filterinfo +EXPORT_SYMBOL vmlinux 0xf5a20ed2 __genradix_prealloc +EXPORT_SYMBOL vmlinux 0xf5a7ee2a of_get_next_cpu_node +EXPORT_SYMBOL vmlinux 0xf5abd071 fb_find_mode +EXPORT_SYMBOL vmlinux 0xf5b0c85e __xfrm_decode_session +EXPORT_SYMBOL vmlinux 0xf5bb81ab __do_once_sleepable_done +EXPORT_SYMBOL vmlinux 0xf5c9e1c8 __generic_file_write_iter +EXPORT_SYMBOL vmlinux 0xf5e0d2c0 kfree_skb_partial +EXPORT_SYMBOL vmlinux 0xf5e7ea40 ktime_get_coarse_ts64 +EXPORT_SYMBOL vmlinux 0xf5e84b41 register_quota_format +EXPORT_SYMBOL vmlinux 0xf5efb907 xp_dma_sync_for_cpu_slow +EXPORT_SYMBOL vmlinux 0xf5f08e4d genphy_config_eee_advert +EXPORT_SYMBOL vmlinux 0xf5fdd125 ndisc_send_skb +EXPORT_SYMBOL vmlinux 0xf6104f2c ip_mc_leave_group +EXPORT_SYMBOL vmlinux 0xf611b0d7 udp_flush_pending_frames +EXPORT_SYMBOL vmlinux 0xf61f416d of_phy_deregister_fixed_link +EXPORT_SYMBOL vmlinux 0xf62c39fe ucc_slow_graceful_stop_tx +EXPORT_SYMBOL vmlinux 0xf637f8d1 of_find_node_opts_by_path +EXPORT_SYMBOL vmlinux 0xf643d104 hsiphash_4u32 +EXPORT_SYMBOL vmlinux 0xf665f74f sock_load_diag_module +EXPORT_SYMBOL vmlinux 0xf666b6ac get_fs_type +EXPORT_SYMBOL vmlinux 0xf674c59f __inet_stream_connect +EXPORT_SYMBOL vmlinux 0xf67e99c1 twl6040_get_pll +EXPORT_SYMBOL vmlinux 0xf682704e unregister_mii_timestamper +EXPORT_SYMBOL vmlinux 0xf68285c0 register_inetaddr_notifier +EXPORT_SYMBOL vmlinux 0xf6854d2e ipv6_chk_prefix +EXPORT_SYMBOL vmlinux 0xf6934388 amba_release_regions +EXPORT_SYMBOL vmlinux 0xf6b3c79e __vfs_removexattr +EXPORT_SYMBOL vmlinux 0xf6c3a2d8 pnp_device_detach +EXPORT_SYMBOL vmlinux 0xf6c596b8 kfree_skb_reason +EXPORT_SYMBOL vmlinux 0xf6cee001 __nla_put_nohdr +EXPORT_SYMBOL vmlinux 0xf6e9a9a4 bio_add_pc_page +EXPORT_SYMBOL vmlinux 0xf6ebc03b net_ratelimit +EXPORT_SYMBOL vmlinux 0xf6f887a2 param_ops_short +EXPORT_SYMBOL vmlinux 0xf6f9d58d init_on_free +EXPORT_SYMBOL vmlinux 0xf6fc8791 __bitmap_xor +EXPORT_SYMBOL vmlinux 0xf7071bd0 simple_unlink +EXPORT_SYMBOL vmlinux 0xf71f6bcc skb_condense +EXPORT_SYMBOL vmlinux 0xf7370f56 system_state +EXPORT_SYMBOL vmlinux 0xf738d1be register_blocking_lsm_notifier +EXPORT_SYMBOL vmlinux 0xf73992d9 mipi_dsi_dcs_nop +EXPORT_SYMBOL vmlinux 0xf746b602 phy_set_asym_pause +EXPORT_SYMBOL vmlinux 0xf74aec37 blk_queue_update_dma_pad +EXPORT_SYMBOL vmlinux 0xf75c4ec5 phy_set_max_speed +EXPORT_SYMBOL vmlinux 0xf7652bdd unregister_qdisc +EXPORT_SYMBOL vmlinux 0xf765d479 nd_pfn_probe +EXPORT_SYMBOL vmlinux 0xf7673f8e tty_port_close_end +EXPORT_SYMBOL vmlinux 0xf76843b5 qcom_scm_pas_supported +EXPORT_SYMBOL vmlinux 0xf77555cd __memcpy_toio +EXPORT_SYMBOL vmlinux 0xf7837592 sync_filesystem +EXPORT_SYMBOL vmlinux 0xf791c0b9 __traceiter_mmap_lock_released +EXPORT_SYMBOL vmlinux 0xf7bb0f45 tty_port_lower_dtr_rts +EXPORT_SYMBOL vmlinux 0xf7cc0f48 dma_free_attrs +EXPORT_SYMBOL vmlinux 0xf7d31de9 kstrtoul_from_user +EXPORT_SYMBOL vmlinux 0xf7da6e6f acpi_unload_table +EXPORT_SYMBOL vmlinux 0xf7e1206d ps2_begin_command +EXPORT_SYMBOL vmlinux 0xf7ea6311 qman_p_poll_dqrr +EXPORT_SYMBOL vmlinux 0xf7f05c17 fman_port_use_kg_hash +EXPORT_SYMBOL vmlinux 0xf7fce188 register_filesystem +EXPORT_SYMBOL vmlinux 0xf807bc2c tc_setup_cb_destroy +EXPORT_SYMBOL vmlinux 0xf8118e8f mr_table_alloc +EXPORT_SYMBOL vmlinux 0xf811e69d scsi_eh_flush_done_q +EXPORT_SYMBOL vmlinux 0xf812cff6 memscan +EXPORT_SYMBOL vmlinux 0xf814b9b3 scsi_block_requests +EXPORT_SYMBOL vmlinux 0xf8181aa8 __tty_insert_flip_char +EXPORT_SYMBOL vmlinux 0xf827142f pci_request_selected_regions +EXPORT_SYMBOL vmlinux 0xf82ec573 rb_prev +EXPORT_SYMBOL vmlinux 0xf82f42a7 backlight_device_get_by_name +EXPORT_SYMBOL vmlinux 0xf8395423 read_cache_page +EXPORT_SYMBOL vmlinux 0xf84bd6ee bpf_stats_enabled_key +EXPORT_SYMBOL vmlinux 0xf850d741 wireless_send_event +EXPORT_SYMBOL vmlinux 0xf85634ca tcf_action_update_stats +EXPORT_SYMBOL vmlinux 0xf8609736 xp_alloc_batch +EXPORT_SYMBOL vmlinux 0xf8702df3 gro_cells_receive +EXPORT_SYMBOL vmlinux 0xf8721793 ns_capable +EXPORT_SYMBOL vmlinux 0xf87485ce jbd2_complete_transaction +EXPORT_SYMBOL vmlinux 0xf878833d inet_stream_connect +EXPORT_SYMBOL vmlinux 0xf87d8119 inode_update_time +EXPORT_SYMBOL vmlinux 0xf895a533 skb_flow_get_icmp_tci +EXPORT_SYMBOL vmlinux 0xf8995314 finish_no_open +EXPORT_SYMBOL vmlinux 0xf8afe8c2 __post_watch_notification +EXPORT_SYMBOL vmlinux 0xf8c115a9 param_get_int +EXPORT_SYMBOL vmlinux 0xf8d07858 bitmap_from_arr32 +EXPORT_SYMBOL vmlinux 0xf8d09e00 blk_mq_unique_tag +EXPORT_SYMBOL vmlinux 0xf8d2bc2c zstd_find_frame_compressed_size +EXPORT_SYMBOL vmlinux 0xf8ddcc99 vfs_readlink +EXPORT_SYMBOL vmlinux 0xf8e34a66 truncate_inode_pages_range +EXPORT_SYMBOL vmlinux 0xf8eb8300 flow_rule_match_cvlan +EXPORT_SYMBOL vmlinux 0xf8eca3e0 netlink_ack +EXPORT_SYMBOL vmlinux 0xf8f61ebc wake_up_var +EXPORT_SYMBOL vmlinux 0xf9010b5e tcp_release_cb +EXPORT_SYMBOL vmlinux 0xf90af801 pci_enable_link_state +EXPORT_SYMBOL vmlinux 0xf91b89ab fman_sp_build_buffer_struct +EXPORT_SYMBOL vmlinux 0xf935550f rtnl_nla_parse_ifla +EXPORT_SYMBOL vmlinux 0xf93aae46 __arm_smccc_smc +EXPORT_SYMBOL vmlinux 0xf93fd09c fb_find_mode_cvt +EXPORT_SYMBOL vmlinux 0xf943ed8e get_user_pages_remote +EXPORT_SYMBOL vmlinux 0xf95c619b acpi_processor_preregister_performance +EXPORT_SYMBOL vmlinux 0xf9643a3f reuseport_add_sock +EXPORT_SYMBOL vmlinux 0xf969e188 dma_fence_array_next +EXPORT_SYMBOL vmlinux 0xf96f3fe7 neigh_sysctl_register +EXPORT_SYMBOL vmlinux 0xf9722676 twl_i2c_write +EXPORT_SYMBOL vmlinux 0xf97aef32 mount_nodev +EXPORT_SYMBOL vmlinux 0xf98be838 fman_set_mac_max_frame +EXPORT_SYMBOL vmlinux 0xf9993fa1 tcp_v4_do_rcv +EXPORT_SYMBOL vmlinux 0xf9a22256 devm_gen_pool_create +EXPORT_SYMBOL vmlinux 0xf9a38cfd free_netdev +EXPORT_SYMBOL vmlinux 0xf9a482f9 msleep +EXPORT_SYMBOL vmlinux 0xf9aace0e phy_connect +EXPORT_SYMBOL vmlinux 0xf9c0b663 strlcat +EXPORT_SYMBOL vmlinux 0xf9ca2eb4 kstrtoint_from_user +EXPORT_SYMBOL vmlinux 0xf9d40ee2 d_instantiate_anon +EXPORT_SYMBOL vmlinux 0xf9d64276 buffer_migrate_folio +EXPORT_SYMBOL vmlinux 0xf9df8a32 neigh_seq_next +EXPORT_SYMBOL vmlinux 0xf9e6a04d pci_get_domain_bus_and_slot +EXPORT_SYMBOL vmlinux 0xfa042227 gnet_stats_add_basic +EXPORT_SYMBOL vmlinux 0xfa08c34a page_offline_end +EXPORT_SYMBOL vmlinux 0xfa17dad3 rproc_coredump_add_segment +EXPORT_SYMBOL vmlinux 0xfa1b21e4 of_device_register +EXPORT_SYMBOL vmlinux 0xfa25ad8c xfrm_parse_spi +EXPORT_SYMBOL vmlinux 0xfa2632a8 dev_disable_lro +EXPORT_SYMBOL vmlinux 0xfa297415 acpi_map_pxm_to_node +EXPORT_SYMBOL vmlinux 0xfa2a9082 md_bitmap_end_sync +EXPORT_SYMBOL vmlinux 0xfa2e5f32 i2c_smbus_pec +EXPORT_SYMBOL vmlinux 0xfa4d2f03 __nla_parse +EXPORT_SYMBOL vmlinux 0xfa592b02 tcf_exts_dump +EXPORT_SYMBOL vmlinux 0xfa599bb2 netlink_register_notifier +EXPORT_SYMBOL vmlinux 0xfa6166e3 page_pool_alloc_frag +EXPORT_SYMBOL vmlinux 0xfa6da218 mmc_card_is_blockaddr +EXPORT_SYMBOL vmlinux 0xfa9f2523 unmap_mapping_range +EXPORT_SYMBOL vmlinux 0xfaa70669 folio_wait_private_2_killable +EXPORT_SYMBOL vmlinux 0xfaa7dabc phy_driver_unregister +EXPORT_SYMBOL vmlinux 0xfaaa12d0 _page_poisoning_enabled +EXPORT_SYMBOL vmlinux 0xfab21bfd skb_split +EXPORT_SYMBOL vmlinux 0xfab80ce0 ip_route_input_noref +EXPORT_SYMBOL vmlinux 0xfac8865f sysctl_wmem_max +EXPORT_SYMBOL vmlinux 0xfad26903 register_tcf_proto_ops +EXPORT_SYMBOL vmlinux 0xfade7d8d mmc_remove_host +EXPORT_SYMBOL vmlinux 0xfb00b5a4 rpmh_write_batch +EXPORT_SYMBOL vmlinux 0xfb1da331 devfreq_register_opp_notifier +EXPORT_SYMBOL vmlinux 0xfb2e1c29 rproc_add +EXPORT_SYMBOL vmlinux 0xfb348fea fault_in_safe_writeable +EXPORT_SYMBOL vmlinux 0xfb384d37 kasprintf +EXPORT_SYMBOL vmlinux 0xfb483e9b genphy_aneg_done +EXPORT_SYMBOL vmlinux 0xfb49c7b5 ndisc_mc_map +EXPORT_SYMBOL vmlinux 0xfb53d750 inet_stream_ops +EXPORT_SYMBOL vmlinux 0xfb5c1899 touch_atime +EXPORT_SYMBOL vmlinux 0xfb5d988a flow_rule_match_ipv6_addrs +EXPORT_SYMBOL vmlinux 0xfb611f73 netdev_sk_get_lowest_dev +EXPORT_SYMBOL vmlinux 0xfb6af58d recalc_sigpending +EXPORT_SYMBOL vmlinux 0xfb71ec16 netif_stacked_transfer_operstate +EXPORT_SYMBOL vmlinux 0xfb75baad rtnl_unicast +EXPORT_SYMBOL vmlinux 0xfb772029 scsi_report_opcode +EXPORT_SYMBOL vmlinux 0xfb7a612d ip_tunnel_parse_protocol +EXPORT_SYMBOL vmlinux 0xfb86d7c0 add_watch_to_object +EXPORT_SYMBOL vmlinux 0xfba49b18 path_put +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 0xfbb02d2b mdio_device_create +EXPORT_SYMBOL vmlinux 0xfbb8a761 strscpy_pad +EXPORT_SYMBOL vmlinux 0xfbbf5941 framebuffer_release +EXPORT_SYMBOL vmlinux 0xfbc4f89e io_schedule_timeout +EXPORT_SYMBOL vmlinux 0xfbce1b25 vme_slave_request +EXPORT_SYMBOL vmlinux 0xfbd1886e posix_acl_to_xattr +EXPORT_SYMBOL vmlinux 0xfbd99420 tcp_parse_options +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 0xfbf87e68 tcp_mss_to_mtu +EXPORT_SYMBOL vmlinux 0xfc20a348 dev_mc_add_excl +EXPORT_SYMBOL vmlinux 0xfc2d99eb blk_rq_count_integrity_sg +EXPORT_SYMBOL vmlinux 0xfc336d2e __wake_up_bit +EXPORT_SYMBOL vmlinux 0xfc4152fc ec_read +EXPORT_SYMBOL vmlinux 0xfc421e79 gnet_stats_add_queue +EXPORT_SYMBOL vmlinux 0xfc52abc7 qcom_scm_pas_shutdown +EXPORT_SYMBOL vmlinux 0xfc70ae12 elv_bio_merge_ok +EXPORT_SYMBOL vmlinux 0xfc881b89 fman_port_get_hash_result_offset +EXPORT_SYMBOL vmlinux 0xfc9bf6a1 mii_ethtool_gset +EXPORT_SYMBOL vmlinux 0xfc9ed8c3 qcom_scm_ice_available +EXPORT_SYMBOL vmlinux 0xfcaf23e0 single_open_size +EXPORT_SYMBOL vmlinux 0xfcb00557 udp_push_pending_frames +EXPORT_SYMBOL vmlinux 0xfcce2f7d ucc_fast_enable +EXPORT_SYMBOL vmlinux 0xfcd1819a hdmi_spd_infoframe_check +EXPORT_SYMBOL vmlinux 0xfcec0987 enable_irq +EXPORT_SYMBOL vmlinux 0xfcf9b1db thermal_zone_device_critical +EXPORT_SYMBOL vmlinux 0xfd0cba70 dev_driver_string +EXPORT_SYMBOL vmlinux 0xfd0db7bc __folio_put +EXPORT_SYMBOL vmlinux 0xfd24ec22 __SetPageMovable +EXPORT_SYMBOL vmlinux 0xfd32f81c sock_setsockopt +EXPORT_SYMBOL vmlinux 0xfd3455ee vme_register_error_handler +EXPORT_SYMBOL vmlinux 0xfd4eb846 phy_write_mmd +EXPORT_SYMBOL vmlinux 0xfd5a2986 cpumask_any_and_distribute +EXPORT_SYMBOL vmlinux 0xfd5bb70a __devm_of_mdiobus_register +EXPORT_SYMBOL vmlinux 0xfd75b4dd par_io_of_config +EXPORT_SYMBOL vmlinux 0xfd79f128 generic_copy_file_range +EXPORT_SYMBOL vmlinux 0xfd832d8c vmf_insert_mixed_prot +EXPORT_SYMBOL vmlinux 0xfd8ffb8f update_devfreq +EXPORT_SYMBOL vmlinux 0xfd9652aa dev_alloc_name +EXPORT_SYMBOL vmlinux 0xfda56265 netdev_unbind_sb_channel +EXPORT_SYMBOL vmlinux 0xfdc6f6cf tcp_read_done +EXPORT_SYMBOL vmlinux 0xfdcb4ed3 acpi_os_get_line +EXPORT_SYMBOL vmlinux 0xfdcc8a0e fb_find_best_display +EXPORT_SYMBOL vmlinux 0xfdd74661 block_write_full_page +EXPORT_SYMBOL vmlinux 0xfdf1c617 tty_chars_in_buffer +EXPORT_SYMBOL vmlinux 0xfe029963 unregister_inetaddr_notifier +EXPORT_SYMBOL vmlinux 0xfe0760f4 rt_mutex_base_init +EXPORT_SYMBOL vmlinux 0xfe1c9ea5 sg_pcopy_from_buffer +EXPORT_SYMBOL vmlinux 0xfe1d2e94 key_create_or_update +EXPORT_SYMBOL vmlinux 0xfe2afe6d pnpacpi_protocol +EXPORT_SYMBOL vmlinux 0xfe39d7b5 of_platform_device_create +EXPORT_SYMBOL vmlinux 0xfe414edb of_io_request_and_map +EXPORT_SYMBOL vmlinux 0xfe487975 init_wait_entry +EXPORT_SYMBOL vmlinux 0xfe533f71 blk_mq_delay_run_hw_queues +EXPORT_SYMBOL vmlinux 0xfe5af288 seq_lseek +EXPORT_SYMBOL vmlinux 0xfe5d4bb2 sys_tz +EXPORT_SYMBOL vmlinux 0xfe5d9fd3 skb_prepare_seq_read +EXPORT_SYMBOL vmlinux 0xfe70c3bd path_is_mountpoint +EXPORT_SYMBOL vmlinux 0xfe7b8365 pcie_set_mps +EXPORT_SYMBOL vmlinux 0xfe8320c1 shrink_dcache_sb +EXPORT_SYMBOL vmlinux 0xfe8c61f0 _raw_read_lock +EXPORT_SYMBOL vmlinux 0xfe916dc6 hex_dump_to_buffer +EXPORT_SYMBOL vmlinux 0xfe9ebbbb acpi_osi_is_win8 +EXPORT_SYMBOL vmlinux 0xfea63fc7 icmpv6_ndo_send +EXPORT_SYMBOL vmlinux 0xfeaf1531 cdrom_open +EXPORT_SYMBOL vmlinux 0xfeb1704a of_get_parent +EXPORT_SYMBOL vmlinux 0xfec48b32 __fput_sync +EXPORT_SYMBOL vmlinux 0xfec96d28 flow_rule_match_ip +EXPORT_SYMBOL vmlinux 0xfece0538 __ip_queue_xmit +EXPORT_SYMBOL vmlinux 0xfedcdb60 seq_hlist_next_percpu +EXPORT_SYMBOL vmlinux 0xfedde86a stop_tty +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 0xfefe0084 dst_alloc +EXPORT_SYMBOL vmlinux 0xff0ad960 pci_match_id +EXPORT_SYMBOL vmlinux 0xff1e9dd8 seq_list_start +EXPORT_SYMBOL vmlinux 0xff26fd73 dma_sync_sg_for_cpu +EXPORT_SYMBOL vmlinux 0xff282521 rfkill_register +EXPORT_SYMBOL vmlinux 0xff52f2a9 of_count_phandle_with_args +EXPORT_SYMBOL vmlinux 0xff54b5cb elv_rb_former_request +EXPORT_SYMBOL vmlinux 0xff5fdcfe phy_start +EXPORT_SYMBOL vmlinux 0xff65fd51 xfrm_dev_policy_flush +EXPORT_SYMBOL vmlinux 0xff6878cf fb_default_cmap +EXPORT_SYMBOL vmlinux 0xff7e7f8d kryo_l2_set_indirect_reg +EXPORT_SYMBOL vmlinux 0xff807794 nd_integrity_init +EXPORT_SYMBOL vmlinux 0xff87cd18 lockref_get_not_dead +EXPORT_SYMBOL vmlinux 0xff9d4d60 module_put +EXPORT_SYMBOL vmlinux 0xffa4a155 scsi_ioctl +EXPORT_SYMBOL vmlinux 0xffabc4dd watchdog_unregister_governor +EXPORT_SYMBOL vmlinux 0xffb7c514 ida_free +EXPORT_SYMBOL vmlinux 0xffc4f200 zstd_compress_stream +EXPORT_SYMBOL vmlinux 0xffc9cbf5 noop_llseek +EXPORT_SYMBOL vmlinux 0xffcc4ec7 tcp_bpf_bypass_getsockopt +EXPORT_SYMBOL vmlinux 0xffeedf6a delayed_work_timer_fn +EXPORT_SYMBOL vmlinux 0xfff8cadb __dev_get_by_flags +EXPORT_SYMBOL_GPL crypto/af_alg 0x16c7a32a af_alg_sendpage +EXPORT_SYMBOL_GPL crypto/af_alg 0x1dc1af66 af_alg_accept +EXPORT_SYMBOL_GPL crypto/af_alg 0x1e651f5d af_alg_wait_for_data +EXPORT_SYMBOL_GPL crypto/af_alg 0x205eaedf af_alg_wmem_wakeup +EXPORT_SYMBOL_GPL crypto/af_alg 0x218f8b2b af_alg_release +EXPORT_SYMBOL_GPL crypto/af_alg 0x2c9a0634 af_alg_poll +EXPORT_SYMBOL_GPL crypto/af_alg 0x4c3546e7 af_alg_free_sg +EXPORT_SYMBOL_GPL crypto/af_alg 0x56714cbe af_alg_release_parent +EXPORT_SYMBOL_GPL crypto/af_alg 0x58b4693a af_alg_get_rsgl +EXPORT_SYMBOL_GPL crypto/af_alg 0x6168518c af_alg_pull_tsgl +EXPORT_SYMBOL_GPL crypto/af_alg 0x63307dd2 af_alg_unregister_type +EXPORT_SYMBOL_GPL crypto/af_alg 0x9b158417 af_alg_alloc_areq +EXPORT_SYMBOL_GPL crypto/af_alg 0xc21ce258 af_alg_free_resources +EXPORT_SYMBOL_GPL crypto/af_alg 0xc73d30a6 af_alg_count_tsgl +EXPORT_SYMBOL_GPL crypto/af_alg 0xdf54239d af_alg_register_type +EXPORT_SYMBOL_GPL crypto/af_alg 0xed709dd4 af_alg_async_cb +EXPORT_SYMBOL_GPL crypto/af_alg 0xf3216901 af_alg_sendmsg +EXPORT_SYMBOL_GPL crypto/af_alg 0xffeead32 af_alg_make_sg +EXPORT_SYMBOL_GPL crypto/aria_generic 0x4a61978a aria_encrypt +EXPORT_SYMBOL_GPL crypto/aria_generic 0x5a56c9aa aria_set_key +EXPORT_SYMBOL_GPL crypto/aria_generic 0xbdad6df6 aria_decrypt +EXPORT_SYMBOL_GPL crypto/async_tx/async_memcpy 0x1f94911d async_memcpy +EXPORT_SYMBOL_GPL crypto/async_tx/async_pq 0xa53c330f async_gen_syndrome +EXPORT_SYMBOL_GPL crypto/async_tx/async_pq 0xf48df69f async_syndrome_val +EXPORT_SYMBOL_GPL crypto/async_tx/async_raid6_recov 0x1c840a47 async_raid6_2data_recov +EXPORT_SYMBOL_GPL crypto/async_tx/async_raid6_recov 0x98e81750 async_raid6_datap_recov +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0x2a11d9fe __async_tx_find_channel +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0x41680eab async_tx_quiesce +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0x6e3d87f6 async_tx_submit +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0xc741e77c async_trigger_callback +EXPORT_SYMBOL_GPL crypto/async_tx/async_xor 0x01068e73 async_xor +EXPORT_SYMBOL_GPL crypto/async_tx/async_xor 0x3b7a013e async_xor_val +EXPORT_SYMBOL_GPL crypto/async_tx/async_xor 0x675469de async_xor_val_offs +EXPORT_SYMBOL_GPL crypto/async_tx/async_xor 0x9ea7d417 async_xor_offs +EXPORT_SYMBOL_GPL crypto/authenc 0x2479193e crypto_authenc_extractkeys +EXPORT_SYMBOL_GPL crypto/blowfish_common 0xcbcf475d blowfish_setkey +EXPORT_SYMBOL_GPL crypto/cast5_generic 0x188d9d26 __cast5_decrypt +EXPORT_SYMBOL_GPL crypto/cast5_generic 0x9631f87e 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 0x56829ff9 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 0x1d3f7075 cryptd_aead_child +EXPORT_SYMBOL_GPL crypto/cryptd 0x338218c5 cryptd_free_skcipher +EXPORT_SYMBOL_GPL crypto/cryptd 0x42c9465a cryptd_ahash_queued +EXPORT_SYMBOL_GPL crypto/cryptd 0x49268ccf cryptd_skcipher_queued +EXPORT_SYMBOL_GPL crypto/cryptd 0x5492e4c5 cryptd_shash_desc +EXPORT_SYMBOL_GPL crypto/cryptd 0x5eb88907 cryptd_alloc_skcipher +EXPORT_SYMBOL_GPL crypto/cryptd 0x60edca04 cryptd_alloc_ahash +EXPORT_SYMBOL_GPL crypto/cryptd 0x7b6ddad6 cryptd_aead_queued +EXPORT_SYMBOL_GPL crypto/cryptd 0x8d92b8a6 cryptd_skcipher_child +EXPORT_SYMBOL_GPL crypto/cryptd 0x93b602e0 cryptd_free_ahash +EXPORT_SYMBOL_GPL crypto/cryptd 0xb657ca39 cryptd_ahash_child +EXPORT_SYMBOL_GPL crypto/cryptd 0xcdae9c53 cryptd_alloc_aead +EXPORT_SYMBOL_GPL crypto/cryptd 0xfcc33b25 cryptd_free_aead +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x140de16d crypto_transfer_skcipher_request_to_engine +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x175e8cf8 crypto_finalize_aead_request +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x231f55bf crypto_finalize_akcipher_request +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x25f80cae crypto_transfer_aead_request_to_engine +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x2ad3bb1a crypto_engine_alloc_init +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x4aa41943 crypto_engine_stop +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x5d3d8862 crypto_transfer_kpp_request_to_engine +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x791e4d4b crypto_finalize_skcipher_request +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x8990238c crypto_finalize_hash_request +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x99b7f526 crypto_engine_alloc_init_and_set +EXPORT_SYMBOL_GPL crypto/crypto_engine 0xbff5a5c3 crypto_transfer_akcipher_request_to_engine +EXPORT_SYMBOL_GPL crypto/crypto_engine 0xc365397e crypto_engine_exit +EXPORT_SYMBOL_GPL crypto/crypto_engine 0xdabc5e56 crypto_finalize_kpp_request +EXPORT_SYMBOL_GPL crypto/crypto_engine 0xec0c1401 crypto_engine_start +EXPORT_SYMBOL_GPL crypto/crypto_engine 0xf913f0f2 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 0xbcc074f3 __serpent_decrypt +EXPORT_SYMBOL_GPL crypto/serpent_generic 0xcbcba68a serpent_setkey +EXPORT_SYMBOL_GPL crypto/serpent_generic 0xd4c9681a __serpent_setkey +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 0x008183ee 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 0x0b7fb0d6 spk_ttyio_synth_immediate +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x1e39eb14 synth_putws +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x2e988637 spk_var_store +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x3316b458 synth_remove +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x41a160e5 synth_buffer_empty +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x4449e1dd synth_buffer_clear +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x45eda959 spk_get_var +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x466f5eb7 synth_putwc +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x49534c01 spk_synth_is_alive_nop +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x534c3054 spk_ttyio_ops +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x6b2c5e98 spk_synth_is_alive_restart +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x6e9b2af8 spk_ttyio_release +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x742e17bb spk_synth_flush +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x76d40046 synth_buffer_skip_nonlatin1 +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x8184b240 synth_add +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 0xb0059c16 spk_synth_get_index +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xb734cb9d speakup_event +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xbbd15a51 speakup_start_ttys +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xc319c604 synth_putws_s +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xc58f6e50 spk_get_var_header +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xcd02531f spk_var_show +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xd4fb0e13 spk_do_catch_up_unicode +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xd8fd86cf synth_release_region +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xd93829dd speakup_info +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xe194d0ef synth_printf +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xef8a5e8b synth_current +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xf978382a spk_do_catch_up +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xfba86223 spk_ttyio_synth_probe +EXPORT_SYMBOL_GPL drivers/acpi/nfit/nfit 0x4639bcda acpi_nfit_shutdown +EXPORT_SYMBOL_GPL drivers/acpi/nfit/nfit 0x499bbf57 nfit_get_smbios_id +EXPORT_SYMBOL_GPL drivers/acpi/nfit/nfit 0x5c5ffbba __acpi_nfit_notify +EXPORT_SYMBOL_GPL drivers/acpi/nfit/nfit 0x80c7aa5b acpi_nfit_ctl +EXPORT_SYMBOL_GPL drivers/acpi/nfit/nfit 0x887cc5b8 __acpi_nvdimm_notify +EXPORT_SYMBOL_GPL drivers/acpi/nfit/nfit 0x929bdbb8 acpi_nfit_desc_init +EXPORT_SYMBOL_GPL drivers/acpi/nfit/nfit 0xabaaa6ee 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_platform 0x17cd62e7 __pata_platform_probe +EXPORT_SYMBOL_GPL drivers/ata/pata_sis 0x60e452e1 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 0x3f6e741e linedisp_register +EXPORT_SYMBOL_GPL drivers/auxdisplay/line-display 0x89b8c18b linedisp_unregister +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-ac97 0x23ee6347 __devm_regmap_init_ac97 +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-ac97 0x4310d625 __regmap_init_ac97 +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-ac97 0xfbc15170 regmap_ac97_default_volatile +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-i3c 0x8211e5af __devm_regmap_init_i3c +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-sccb 0x3653dfbf __regmap_init_sccb +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-sccb 0xdf90563b __devm_regmap_init_sccb +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-sdw 0xa09479d4 __devm_regmap_init_sdw +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-sdw 0xd9286eda __regmap_init_sdw +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-sdw-mbq 0x53600dde __regmap_init_sdw_mbq +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-sdw-mbq 0xcb7fe734 __devm_regmap_init_sdw_mbq +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-slimbus 0x1966c0be __devm_regmap_init_slimbus +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-slimbus 0xf2443467 __regmap_init_slimbus +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-spi-avmm 0x0b461703 __regmap_init_spi_avmm +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-spi-avmm 0xb4fe1068 __devm_regmap_init_spi_avmm +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-spmi 0x102d1a5d __devm_regmap_init_spmi_ext +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-spmi 0x568a15b3 __devm_regmap_init_spmi_base +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-spmi 0x861ed3f7 __regmap_init_spmi_base +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-spmi 0xe4fda9b8 __regmap_init_spmi_ext +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-w1 0x13aef842 __regmap_init_w1 +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-w1 0xd5c5ce75 __devm_regmap_init_w1 +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x0776fd5f bcma_core_set_clockmode +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x119f301a bcma_core_pll_ctl +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x3eb3ff79 bcma_driver_unregister +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x4ee51d16 bcma_chipco_chipctl_maskset +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x58e7216d __bcma_driver_register +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x614e9407 bcma_core_is_enabled +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x6407ef5d bcma_core_enable +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x785c6dc0 bcma_pmu_spuravoid_pllupdate +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x7f3bff59 bcma_core_disable +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x8ae1dfc2 bcma_core_pci_power_save +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x96bea6b4 bcma_host_pci_irq_ctl +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x9e24d97c bcma_host_pci_down +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xa5d736bc bcma_chipco_pll_read +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xc05c24dc bcma_pmu_get_bus_clock +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xc841ab24 bcma_find_core_unit +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xca669d9f bcma_chipco_pll_write +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xcf621d57 bcma_chipco_regctl_maskset +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xdf87a185 bcma_chipco_b_mii_write +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xe4e18a59 bcma_chipco_gpio_control +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xec66bfee bcma_chipco_gpio_outen +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xf564dbec bcma_chipco_pll_maskset +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xf6434c8a bcma_host_pci_up +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xfa767617 bcma_chipco_gpio_out +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xfdf60b4d bcma_chipco_get_alp_clock +EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0x01066250 btbcm_read_pcm_int_params +EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0x5b4d104b btbcm_finalize +EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0x7fe8a30b btbcm_write_pcm_int_params +EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0x882c9d09 btbcm_setup_apple +EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0xa1d8d420 btbcm_setup_patchram +EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0xaa8c36d4 btbcm_check_bdaddr +EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0xe6c26b14 btbcm_set_bdaddr +EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0xe8e3e5cc btbcm_initialize +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x120114d5 btintel_version_info +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x12ddbf92 btintel_set_bdaddr +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x2aa525ae btintel_secure_send_result +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x2cb8a76b btintel_configure_setup +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x61094eac btintel_enter_mfg +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x6536b91e btintel_read_version +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x8809390a btintel_regmap_init +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x904e9191 btintel_send_intel_reset +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0xb7c07312 btintel_bootup +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0xc266f8a1 btintel_load_ddc_config +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0xc625eb48 btintel_download_firmware +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0xd59571ab btintel_read_boot_params +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0xe932eb9d btintel_set_diag +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0xefd3ef37 btintel_exit_mfg +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0xf457f964 btintel_check_bdaddr +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0xfb50db92 btintel_set_event_mask_mfg +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0xfd446b3a btintel_set_quality_report +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x1450f095 btmrvl_send_module_cfg_cmd +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x21235e07 btmrvl_send_hscfg_cmd +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x31370d95 btmrvl_check_evtpkt +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x65d64456 btmrvl_register_hdev +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x77997f74 btmrvl_pscan_window_reporting +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x8601a67b btmrvl_enable_hs +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0xa57ce354 btmrvl_process_event +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0xb12b264b btmrvl_add_card +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0xb440b6cd btmrvl_enable_ps +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0xc93bab4d btmrvl_remove_card +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0xef142f6f btmrvl_interrupt +EXPORT_SYMBOL_GPL drivers/bluetooth/btmtk 0x93161e0c btmtk_setup_firmware +EXPORT_SYMBOL_GPL drivers/bluetooth/btmtk 0xeadbe0c9 btmtk_setup_firmware_79xx +EXPORT_SYMBOL_GPL drivers/bluetooth/btmtk 0xf4c531c8 btmtk_set_bdaddr +EXPORT_SYMBOL_GPL drivers/bluetooth/btqca 0x095fcb02 qca_read_soc_version +EXPORT_SYMBOL_GPL drivers/bluetooth/btqca 0x7d5f2043 qca_send_pre_shutdown_cmd +EXPORT_SYMBOL_GPL drivers/bluetooth/btqca 0x7f890c70 qca_set_bdaddr +EXPORT_SYMBOL_GPL drivers/bluetooth/btqca 0x9660dcde qca_uart_setup +EXPORT_SYMBOL_GPL drivers/bluetooth/btqca 0xa40534dd qca_set_bdaddr_rome +EXPORT_SYMBOL_GPL drivers/bluetooth/btrtl 0x33a799fc btrtl_download_firmware +EXPORT_SYMBOL_GPL drivers/bluetooth/btrtl 0x59634d58 btrtl_set_quirks +EXPORT_SYMBOL_GPL drivers/bluetooth/btrtl 0x6bcd89b8 btrtl_shutdown_realtek +EXPORT_SYMBOL_GPL drivers/bluetooth/btrtl 0x6fd8f788 btrtl_get_uart_settings +EXPORT_SYMBOL_GPL drivers/bluetooth/btrtl 0x7adedc21 btrtl_setup_realtek +EXPORT_SYMBOL_GPL drivers/bluetooth/btrtl 0xaf78f260 btrtl_free +EXPORT_SYMBOL_GPL drivers/bluetooth/btrtl 0xf7ebc673 btrtl_initialize +EXPORT_SYMBOL_GPL drivers/bluetooth/hci_uart 0x39b5260f hci_uart_register_device +EXPORT_SYMBOL_GPL drivers/bluetooth/hci_uart 0x82d66b4a h4_recv_buf +EXPORT_SYMBOL_GPL drivers/bluetooth/hci_uart 0xa1a57deb hci_uart_tx_wakeup +EXPORT_SYMBOL_GPL drivers/bluetooth/hci_uart 0xd5ed78dd hci_uart_unregister_device +EXPORT_SYMBOL_GPL drivers/bus/mhi/ep/mhi_ep 0x326eb003 mhi_ep_queue_is_empty +EXPORT_SYMBOL_GPL drivers/bus/mhi/ep/mhi_ep 0x3ccf1d8d mhi_ep_queue_skb +EXPORT_SYMBOL_GPL drivers/bus/mhi/ep/mhi_ep 0x7e695da7 mhi_ep_unregister_controller +EXPORT_SYMBOL_GPL drivers/bus/mhi/ep/mhi_ep 0x98a25af8 mhi_ep_power_up +EXPORT_SYMBOL_GPL drivers/bus/mhi/ep/mhi_ep 0xc4ad8159 mhi_ep_driver_unregister +EXPORT_SYMBOL_GPL drivers/bus/mhi/ep/mhi_ep 0xc9aa9dfd __mhi_ep_driver_register +EXPORT_SYMBOL_GPL drivers/bus/mhi/ep/mhi_ep 0xdab24157 mhi_ep_register_controller +EXPORT_SYMBOL_GPL drivers/bus/mhi/ep/mhi_ep 0xf9818706 mhi_ep_power_down +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x037f9c2c mhi_get_mhi_state +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x0722ec3a mhi_download_rddm_image +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x142b3e63 mhi_async_power_up +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x16f9a906 mhi_poll +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x278dc529 mhi_driver_unregister +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x30527e9e mhi_prepare_for_transfer_autoqueue +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x3b9e793b mhi_unprepare_from_transfer +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x40c903d3 mhi_register_controller +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x432c8408 mhi_get_free_desc_count +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x4c2d98c8 __mhi_driver_register +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x556d7b5b mhi_device_put +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x5d9b498e mhi_unprepare_after_power_down +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x61def074 mhi_alloc_controller +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x6934bcd2 mhi_free_controller +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x6d6f16b1 mhi_queue_is_full +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x72677d43 mhi_force_rddm_mode +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x72ee6679 mhi_queue_buf +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xa763894c mhi_prepare_for_power_up +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xaffca617 mhi_pm_resume +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xb259edb4 mhi_device_get +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xb3b68f35 mhi_power_down +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xb6941ea8 mhi_pm_suspend +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xbb8ee3c7 mhi_queue_skb +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xc3e38bdf mhi_get_exec_env +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xc7bf4edd mhi_pm_resume_force +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xd3d1622e mhi_queue_dma +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xd58a34b4 mhi_notify +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xe8a16c2b mhi_soc_reset +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xf3ef74ba mhi_prepare_for_transfer +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xf8663ad4 mhi_unregister_controller +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xfecf554a mhi_device_get_sync +EXPORT_SYMBOL_GPL drivers/bus/moxtet 0x146d9974 moxtet_device_written +EXPORT_SYMBOL_GPL drivers/bus/moxtet 0x7c2e13d7 __moxtet_register_driver +EXPORT_SYMBOL_GPL drivers/bus/moxtet 0xba0cf115 moxtet_device_write +EXPORT_SYMBOL_GPL drivers/bus/moxtet 0xf9f6b26d moxtet_device_read +EXPORT_SYMBOL_GPL drivers/bus/sunxi-rsb 0x49d1ba63 sunxi_rsb_driver_register +EXPORT_SYMBOL_GPL drivers/bus/sunxi-rsb 0x92a4b040 __devm_regmap_init_sunxi_rsb +EXPORT_SYMBOL_GPL drivers/clk/meson/clk-phase 0x2373dbda meson_clk_phase_ops +EXPORT_SYMBOL_GPL drivers/clk/meson/clk-phase 0x5c640f9c meson_sclk_ws_inv_ops +EXPORT_SYMBOL_GPL drivers/clk/meson/clk-phase 0x9d5b4b81 meson_clk_triphase_ops +EXPORT_SYMBOL_GPL drivers/clk/meson/sclk-div 0x972c7334 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 0x07935d8b clk_alpha_pll_postdiv_fabia_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x07e2aa8b qcom_cc_register_rcg_dfs +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 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 0x28ec912b clk_fabia_pll_configure +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x2d293905 clk_alpha_pll_postdiv_lucid_5lpe_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x30caee1c gdsc_gx_do_nothing_enable +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x341e2333 qcom_cc_map +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 0x407cd4e2 clk_zonda_pll_configure +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 0x46eb964b clk_alpha_pll_regs +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x4a930432 clk_branch_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x5524687f clk_trion_pll_configure +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x59eabda5 mux_div_set_src_div +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x5b224e6d qcom_cc_really_probe +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 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 0x71b22ac6 clk_disable_regmap +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x7319e51c clk_alpha_pll_trion_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x73697277 qcom_cc_probe +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x787e8234 qcom_find_freq +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x7b87fe3e clk_alpha_pll_postdiv_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x7dfa4f12 clk_alpha_pll_postdiv_lucid_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x7e69e953 clk_alpha_pll_postdiv_trion_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x82afa55e clk_regmap_phy_mux_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x838ef7e0 qcom_cc_register_sleep_clk +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x84e67fb4 qcom_find_cfg_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 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 0x95352174 devm_clk_register_regmap +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 0x9c1fb4be clk_rivian_evo_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 0xa5ad1620 clk_enable_regmap +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xa72d720f clk_agera_pll_configure +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xa94f252e clk_lucid_evo_pll_configure +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 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 0xc491bc2f clk_is_enabled_regmap +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 0xdf871d64 clk_alpha_pll_configure +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 0xeec6f655 qcom_cc_probe_by_index +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xeecd97e4 qcom_find_src_index +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xf20fc482 qcom_cc_register_board_clk +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 0x4bba1e65 sprd_div_helper_set_rate +EXPORT_SYMBOL_GPL drivers/clk/sprd/clk-sprd 0x51d3fd4a sprd_comp_ops +EXPORT_SYMBOL_GPL drivers/clk/sprd/clk-sprd 0x65c70134 sprd_div_helper_round_rate +EXPORT_SYMBOL_GPL drivers/clk/sprd/clk-sprd 0x6aaf9e28 sprd_mux_helper_get_parent +EXPORT_SYMBOL_GPL drivers/clk/sprd/clk-sprd 0x6c6569a4 sprd_div_helper_recalc_rate +EXPORT_SYMBOL_GPL drivers/clk/sprd/clk-sprd 0x70e4c246 sprd_clk_regmap_init +EXPORT_SYMBOL_GPL drivers/clk/sprd/clk-sprd 0x77980873 sprd_pll_ops +EXPORT_SYMBOL_GPL drivers/clk/sprd/clk-sprd 0x7f1c39f8 sprd_div_ops +EXPORT_SYMBOL_GPL drivers/clk/sprd/clk-sprd 0x812687f8 sprd_mux_helper_set_parent +EXPORT_SYMBOL_GPL drivers/clk/sprd/clk-sprd 0x90529378 sprd_clk_probe +EXPORT_SYMBOL_GPL drivers/clk/sprd/clk-sprd 0x946f3ddd sprd_sc_gate_ops +EXPORT_SYMBOL_GPL drivers/clk/sprd/clk-sprd 0xb8e8f441 sprd_gate_ops +EXPORT_SYMBOL_GPL drivers/clk/sprd/clk-sprd 0xf19537bd sprd_pll_sc_gate_ops +EXPORT_SYMBOL_GPL drivers/clk/sprd/clk-sprd 0xfa27b519 sprd_mux_ops +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x0286f3bf comedi_handle_events +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x07aa6a57 comedi_dio_update_state +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x0cd330f4 range_unknown +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x21102f87 range_0_32mA +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x2e156f03 comedi_buf_write_samples +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x2f0ad9d3 range_bipolar5 +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x304a81b3 comedi_bytes_per_scan_cmd +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x4236eaaf range_4_20mA +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x42e2a497 comedi_inc_scan_progress +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x4367be4f comedi_auto_config +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x4443752e comedi_buf_write_alloc +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x49478848 comedi_readback_insn_read +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x4fe634f3 range_bipolar2_5 +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x52f6f424 comedi_alloc_subdev_readback +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x5617c747 comedi_nscans_left +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x561b2468 comedi_alloc_devpriv +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x5d54c1e9 comedi_set_spriv_auto_free +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x64ec678a comedi_dio_insn_config +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x768b3121 comedi_request_region +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x788454ed comedi_is_subdevice_running +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x7a3e1f8c comedi_buf_read_samples +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x7afe442c comedi_timeout +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x7d7aae8a comedi_auto_unconfig +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x8113872c range_unipolar10 +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x99d44a72 comedi_dev_get_from_minor +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x9c8970fa comedi_load_firmware +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x9c8ff8e4 comedi_alloc_subdevices +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xaa6bf2c0 comedi_event +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xac4df1d9 __comedi_request_region +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xb2ba1d14 comedi_alloc_spriv +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xb4a69693 comedi_driver_register +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 0xc2bb94f3 comedi_buf_read_n_available +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xc546bbcc comedi_set_hw_dev +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xcc4d4abf comedi_buf_write_free +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xce70f52f comedi_check_chanlist +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xcfea2139 comedi_buf_read_alloc +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xdb2044b2 range_unipolar5 +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xdba1b7e5 comedi_buf_read_free +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xde3793bc comedi_nsamples_left +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xe6bf2e08 comedi_dev_put +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xe82ebef5 comedi_legacy_detach +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xf9ebb36f comedi_driver_unregister +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xf9ed0862 comedi_bytes_per_scan +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pci 0x1bd615c4 comedi_pci_auto_unconfig +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pci 0x22658dae comedi_pci_driver_unregister +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pci 0x48ce775b comedi_pci_disable +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pci 0x4cb292b7 comedi_pci_detach +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pci 0x7264ec75 comedi_pci_enable +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pci 0x8c60be7c comedi_to_pci_dev +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pci 0x9fbab2ee comedi_pci_driver_register +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pci 0xbdb4f6b9 comedi_pci_auto_config +EXPORT_SYMBOL_GPL drivers/comedi/comedi_usb 0x285e6b9a comedi_usb_driver_unregister +EXPORT_SYMBOL_GPL drivers/comedi/comedi_usb 0x342afc53 comedi_to_usb_interface +EXPORT_SYMBOL_GPL drivers/comedi/comedi_usb 0x823b4a60 comedi_to_usb_dev +EXPORT_SYMBOL_GPL drivers/comedi/comedi_usb 0xbdb3187f comedi_usb_auto_unconfig +EXPORT_SYMBOL_GPL drivers/comedi/comedi_usb 0xcf585df8 comedi_usb_auto_config +EXPORT_SYMBOL_GPL drivers/comedi/comedi_usb 0xd005b7d5 comedi_usb_driver_register +EXPORT_SYMBOL_GPL drivers/comedi/drivers/addi_watchdog 0x0fe638b1 addi_watchdog_init +EXPORT_SYMBOL_GPL drivers/comedi/drivers/addi_watchdog 0x79f4a6cf addi_watchdog_reset +EXPORT_SYMBOL_GPL drivers/comedi/drivers/amplc_dio200_common 0x653b757a amplc_dio200_set_enhance +EXPORT_SYMBOL_GPL drivers/comedi/drivers/amplc_dio200_common 0xfb43c371 amplc_dio200_common_attach +EXPORT_SYMBOL_GPL drivers/comedi/drivers/amplc_pc236_common 0x2f5550ee amplc_pc236_common_attach +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0x09423a69 comedi_8254_set_mode +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0x1302e41e comedi_8254_subdevice_init +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0x1705e15b comedi_8254_mm_init +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0x47bf5fba comedi_8254_status +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0x5d7e3c95 comedi_8254_cascade_ns_to_timer +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0x625daca7 comedi_8254_pacer_enable +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0x62ebc1fa comedi_8254_read +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0x74b87050 comedi_8254_init +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0xb8daf3c5 comedi_8254_update_divisors +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0xd06cb76e comedi_8254_ns_to_timer +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0xd3f33af2 comedi_8254_set_busy +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0xdc217f04 comedi_8254_write +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0xf14ee486 comedi_8254_load +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8255 0x5ef4c6d5 subdev_8255_mm_init +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8255 0x6e96c8f4 subdev_8255_regbase +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8255 0xc06ddfab subdev_8255_init +EXPORT_SYMBOL_GPL drivers/comedi/drivers/das08 0xb1eb698f das08_common_attach +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x07861031 mite_dma_arm +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x14148cca mite_free_ring +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x14f9e452 mite_bytes_in_transit +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x15ff70bf mite_sync_dma +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x1df0c989 mite_detach +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x43cea3de mite_request_channel +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x5f812357 mite_init_ring_descriptors +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x602d262e mite_alloc_ring +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x648fd733 mite_request_channel_in_range +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x653eb6c7 mite_ack_linkc +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x66709468 mite_buf_change +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x6eaf5bfa mite_attach +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x89c0fc9e mite_release_channel +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x935b3506 mite_dma_disarm +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0xd63ffec2 mite_done +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0xfa7459c6 mite_prep_dma +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_labpc_common 0xb73a2d61 labpc_common_detach +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_labpc_common 0xe6a85145 labpc_common_attach +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_routing 0x076bc308 ni_find_route_source +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_routing 0x0921123e ni_lookup_route_register +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_routing 0x1facf7f8 ni_is_cmd_dest +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_routing 0x64443d67 ni_get_valid_routes +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_routing 0x6c18c54e ni_count_valid_routes +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_routing 0x85e75c94 ni_assign_device_routes +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_routing 0x863a306d ni_sort_device_routes +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_routing 0x8ab47ba4 ni_route_set_has_source +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_routing 0x8f0f0901 ni_find_route_set +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_routing 0xb3e302a3 ni_route_to_register +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x0a9a5891 ni_tio_set_gate_src +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x0b9ceae8 ni_tio_unset_routing +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x0f981d16 ni_gpct_device_construct +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x19c547ba ni_tio_arm +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x1de70c86 ni_tio_get_routing +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x2666afff ni_tio_read +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x45fc7537 ni_tio_set_bits +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x46c27da5 ni_tio_insn_config +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x50a9cdcd ni_tio_init_counter +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x62293194 ni_tio_insn_write +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x644d850d ni_gpct_device_destroy +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x684a2711 ni_tio_set_gate_src_raw +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x739449b9 ni_tio_get_soft_copy +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x8718bc46 ni_tio_write +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0xf80dbd35 ni_tio_insn_read +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0xfb7be79e ni_tio_set_routing +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tiocmd 0x0c1f32bb ni_tio_set_mite_channel +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tiocmd 0x67f4f1fd ni_tio_cancel +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tiocmd 0x87184e3e ni_tio_handle_interrupt +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tiocmd 0x99467ba3 ni_tio_cmdtest +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tiocmd 0xa91b0183 ni_tio_acknowledge +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tiocmd 0xd04d9629 ni_tio_cmd +EXPORT_SYMBOL_GPL drivers/comedi/kcomedilib/kcomedilib 0x00aa8c9f comedi_dio_bitfield2 +EXPORT_SYMBOL_GPL drivers/comedi/kcomedilib/kcomedilib 0x04e26e02 comedi_close +EXPORT_SYMBOL_GPL drivers/comedi/kcomedilib/kcomedilib 0x12d24a74 comedi_get_n_channels +EXPORT_SYMBOL_GPL drivers/comedi/kcomedilib/kcomedilib 0x77a38f11 comedi_dio_config +EXPORT_SYMBOL_GPL drivers/comedi/kcomedilib/kcomedilib 0x8d1dbf69 comedi_dio_get_config +EXPORT_SYMBOL_GPL drivers/comedi/kcomedilib/kcomedilib 0xce1b23b4 comedi_find_subdevice_by_type +EXPORT_SYMBOL_GPL drivers/comedi/kcomedilib/kcomedilib 0xde3acff6 comedi_open +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 0x41c8248c ccp_enqueue_cmd +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x073740f0 hisi_qm_pm_uninit +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x1b5fefb8 hisi_qm_mb +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x20919c1c hisi_qm_dev_shutdown +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x25bb3725 hisi_qm_acc_diff_regs_dump +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x2ed959a8 hisi_acc_sg_buf_map_to_hw_sgl +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x3020f8bf hisi_qm_regs_dump +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x3277d535 hisi_qm_reset_prepare +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x3a33b773 hisi_qm_start_qp +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x476e007b hisi_qm_wait_mb_ready +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x490d6ab4 hisi_qm_dev_err_detected +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x4ee63d24 hisi_qm_wait_task_finish +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x4f652fed hisi_qm_suspend +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x5b376dd6 hisi_qm_dev_slot_reset +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x5e9529bb hisi_acc_create_sgl_pool +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x7463d49f hisi_qm_start +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x753c49b7 hisi_qm_alg_unregister +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x7bb942c2 hisi_qm_get_dfx_access +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x7fbe8128 hisi_acc_sg_buf_unmap +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x8629b736 hisi_qm_resume +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x952be984 hisi_qm_stop +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x95a5aa5b hisi_qm_regs_debugfs_uninit +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x9b4768e2 hisi_qm_debug_init +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xa0cdea3f hisi_qm_alg_register +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xa7256f57 hisi_qm_sriov_configure +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xae234903 hisi_qm_dev_err_init +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xb07a3f9c hisi_qm_put_dfx_access +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xb262a73c hisi_qm_dev_err_uninit +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xb9a5b3eb hisi_acc_free_sgl_pool +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xc102a23f hisi_qm_regs_debugfs_init +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xc30745fb hisi_qm_uninit +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xc510b78a hisi_qm_alloc_qps_node +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xc9467953 hisi_qm_get_hw_info +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xcd0dc486 hisi_qm_debug_regs_clear +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xd00df070 hisi_qm_sriov_disable +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xd0bcfb7e hisi_qm_stop_qp +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xdc597b08 hisi_qm_sriov_enable +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xdda29e69 hisi_qm_free_qps +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xe3ee2c51 hisi_qm_pm_init +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xe57dccdb hisi_qp_send +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xf01ac6a2 hisi_qm_reset_done +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xf8ef998c hisi_qm_init +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hpre/hisi_hpre 0x7aef53e6 hisi_hpre_get_pf_driver +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/sec2/hisi_sec2 0x9b72f1d8 hisi_sec_get_pf_driver +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/zip/hisi_zip 0x5f80858f hisi_zip_get_pf_driver +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 0xcb3b2ae4 otx_cpt_eng_grp_has_eng_type +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x020c3606 adf_enable_pf2vf_comms +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x0ee8ccd8 adf_exit_admin_comms +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x10643391 adf_vf_isr_resource_alloc +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x13fee6e6 adf_gen2_init_vf_pfvf_ops +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x16ea2d5d adf_devmgr_rm_dev +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x21316b6b adf_devmgr_add_dev +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x23bf161f adf_enable_vf2pf_comms +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x2418791b adf_cfg_get_param_value +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x26e4093b adf_gen2_get_num_aes +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x2a6a444d adf_disable_pf2vf_interrupts +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x2be4e269 adf_gen2_get_arb_info +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x2ccc2e4d adf_dev_down +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x2e3114de adf_gen4_handle_pm_interrupt +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x2ee60c5f adf_reset_sbr +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x2f711d05 adf_gen2_dev_config +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x2fd4b991 adf_gen2_enable_error_correction +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x3d209535 adf_devmgr_pci_to_accel_dev +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x3e707f37 adf_gen2_get_admin_info +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x40ac332a adf_init_admin_comms +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x41b340a2 adf_dev_start +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x4b230cd5 adf_gen4_set_ssm_wdtimer +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x4f5e020a adf_cleanup_etr_data +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x502fe96e adf_cfg_dev_add +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x51de8e90 adf_gen4_init_pf_pfvf_ops +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x5dd1550f adf_vf_isr_resource_free +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x604fb56f adf_disable_sriov +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x60e1b221 adf_send_admin_init +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x63436737 adf_dev_stop +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x649889ed adf_dev_in_use +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x67db0270 adf_isr_resource_free +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x6888d4f2 adf_disable_aer +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x7540b2f0 adf_cfg_dev_remove +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x7d2e775d adf_isr_resource_alloc +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x8a3afc55 adf_dev_up +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x8aefbe9a adf_devmgr_update_class_index +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x8b686bbf adf_init_etr_data +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x90ee5190 adf_dev_init +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x93ed5027 adf_init_arb +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x955144be adf_gen2_cfg_iov_thds +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x9686c5ba adf_gen2_get_num_accels +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x96b780fa adf_cfg_add_key_value_param +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x990e129a adf_dev_get +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xa59a74f4 adf_gen2_init_pf_pfvf_ops +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xa61790ce adf_dev_shutdown +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xa7a88c9e adf_enable_aer +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xaa2152cb adf_dev_put +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xb0724a58 adf_sysfs_init +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xb652cd37 adf_devmgr_in_reset +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xbd7058fa adf_sriov_configure +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xbf67f6b1 adf_gen2_set_ssm_wdtimer +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xc0839563 adf_init_admin_pm +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xc1a35e0b adf_vf2pf_notify_init +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xc501ac82 adf_gen4_init_hw_csr_ops +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xcc3b167a adf_clean_vf_map +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xcd0e7dcf adf_flush_vf_wq +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xcd9c22fa adf_gen2_get_accel_cap +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xd078cd49 adf_cfg_section_add +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xd1997c79 adf_err_handler +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xd4c29a4b adf_gen4_enable_pm +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xd64519f1 adf_gen2_init_hw_csr_ops +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xd69c6974 adf_exit_arb +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xdb0391b1 adf_dev_started +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xe1dabdf4 adf_gen4_ring_pair_reset +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xe327f1f1 adf_gen4_init_dc_ops +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xe45f3512 adf_gen2_init_dc_ops +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xe86fe4f9 adf_reset_flr +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xeb18bb8d adf_vf2pf_notify_shutdown +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xfb8a84b8 adf_gen2_enable_ints +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xfde47971 adf_pfvf_comms_disabled +EXPORT_SYMBOL_GPL drivers/dax/device_dax 0x4bf81190 dev_dax_probe +EXPORT_SYMBOL_GPL drivers/dma/dw-edma/dw-edma 0x5e0fb908 dw_edma_remove +EXPORT_SYMBOL_GPL drivers/dma/dw-edma/dw-edma 0x7e94b613 dw_edma_probe +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0x0d9f9e78 dw_dma_probe +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0x211c4d8c idma32_dma_probe +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0x38986b59 dw_dma_acpi_controller_register +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0x6e21b481 do_dw_dma_disable +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0x78a8de9c do_dw_dma_enable +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0x8be6ce9e dw_dma_filter +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0x98fc204f idma32_dma_remove +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0xbb9d33b9 dw_dma_acpi_controller_free +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0xc2b502aa dw_dma_remove +EXPORT_SYMBOL_GPL drivers/dma/fsl-dpaa2-qdma/dpdmai 0x11484497 dpdmai_destroy +EXPORT_SYMBOL_GPL drivers/dma/fsl-dpaa2-qdma/dpdmai 0x1a8da8b6 dpdmai_set_rx_queue +EXPORT_SYMBOL_GPL drivers/dma/fsl-dpaa2-qdma/dpdmai 0x3593008a dpdmai_open +EXPORT_SYMBOL_GPL drivers/dma/fsl-dpaa2-qdma/dpdmai 0x76acab6d dpdmai_close +EXPORT_SYMBOL_GPL drivers/dma/fsl-dpaa2-qdma/dpdmai 0x93d2b17d dpdmai_get_attributes +EXPORT_SYMBOL_GPL drivers/dma/fsl-dpaa2-qdma/dpdmai 0x9849d916 dpdmai_get_rx_queue +EXPORT_SYMBOL_GPL drivers/dma/fsl-dpaa2-qdma/dpdmai 0xc4716b97 dpdmai_get_tx_queue +EXPORT_SYMBOL_GPL drivers/dma/fsl-dpaa2-qdma/dpdmai 0xd285000c dpdmai_enable +EXPORT_SYMBOL_GPL drivers/dma/fsl-dpaa2-qdma/dpdmai 0xdbe063c4 dpdmai_disable +EXPORT_SYMBOL_GPL drivers/dma/fsl-dpaa2-qdma/dpdmai 0xfcbb109b dpdmai_reset +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0x1e59842a fsl_edma_resume +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0x1ecdd2ea fsl_edma_prep_dma_cyclic +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0x29911013 fsl_edma_pause +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0x2a752f2a fsl_edma_issue_pending +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0x4921cb2b fsl_edma_terminate_all +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0x5b0f8a17 fsl_edma_alloc_chan_resources +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0x6e0fec7f fsl_edma_xfer_desc +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0x881965e1 fsl_edma_free_desc +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0x8e64f547 fsl_edma_setup_regs +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0x9484148e fsl_edma_prep_slave_sg +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0x99e53578 fsl_edma_cleanup_vchan +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0x9efbcc27 fsl_edma_prep_memcpy +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0xaf75601d fsl_edma_disable_request +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0xcaa4ff7e fsl_edma_slave_config +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0xd1888998 fsl_edma_free_chan_resources +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0xdd61ae87 fsl_edma_chan_mux +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0xf3ee10fe fsl_edma_tx_status +EXPORT_SYMBOL_GPL drivers/dma/qcom/hdma_mgmt 0xd1c7dcb9 hidma_mgmt_init_sys +EXPORT_SYMBOL_GPL drivers/dma/qcom/hdma_mgmt 0xe35aca41 hidma_mgmt_setup +EXPORT_SYMBOL_GPL drivers/firewire/firewire-core 0xabb5547d fw_request_get_timestamp +EXPORT_SYMBOL_GPL drivers/firewire/firewire-core 0xbdd9c278 fw_card_read_cycle_time +EXPORT_SYMBOL_GPL drivers/firewire/firewire-core 0xe86fb5c7 fw_card_release +EXPORT_SYMBOL_GPL drivers/firmware/arm_ffa/ffa-module 0x2a8d69bc ffa_device_unregister +EXPORT_SYMBOL_GPL drivers/firmware/arm_ffa/ffa-module 0x5a34bc47 ffa_device_register +EXPORT_SYMBOL_GPL drivers/firmware/arm_ffa/ffa-module 0x621de2d0 ffa_driver_unregister +EXPORT_SYMBOL_GPL drivers/firmware/arm_ffa/ffa-module 0x8a9e09ca ffa_driver_register +EXPORT_SYMBOL_GPL drivers/firmware/arm_ffa/ffa-module 0xa4e390f7 ffa_bus_type +EXPORT_SYMBOL_GPL drivers/firmware/arm_scpi 0x41b5e52a get_scpi_ops +EXPORT_SYMBOL_GPL drivers/firmware/mtk-adsp-ipc 0x8dfb4a92 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 0xa1676cef 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 0x4fbb6ba3 alt_pr_register +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x0459aaf1 dfl_fpga_port_ops_put +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x088b7e83 dfl_feature_ioctl_get_num_irqs +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x247afe34 dfl_fpga_cdev_release_port +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x40bd17ab dfl_fpga_enum_info_alloc +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x46bf54d2 dfl_fpga_check_port_id +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x512df31e dfl_fpga_dev_ops_register +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x572f0130 dfl_fpga_enum_info_add_dfl +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x5bbb6177 dfl_fpga_cdev_assign_port +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x67d3bcf9 dfl_fpga_feature_devs_enumerate +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x69f3bb3b dfl_fpga_enum_info_free +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x74fbd294 dfl_fpga_dev_ops_unregister +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x826c00fc dfl_fpga_feature_devs_remove +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x9dcdde41 dfl_fpga_port_ops_add +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xa43a01fb dfl_fpga_cdev_config_ports_vf +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xa7cb2e29 dfl_fpga_enum_info_add_irq +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xa934911e dfl_fpga_set_irq_triggers +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xb3a81149 __dfl_fpga_cdev_find_port +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xc5600ade dfl_feature_ioctl_set_irq +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xcae592d7 dfl_fpga_cdev_config_ports_pf +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xeb625dce dfl_fpga_port_ops_get +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xeb8699ba dfl_fpga_dev_feature_uinit +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xfd8cb7e2 dfl_fpga_dev_feature_init +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xffe9b536 dfl_fpga_port_ops_del +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 0x1305c445 of_fpga_bridge_get_to_list +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0x1ee7bdae fpga_bridge_unregister +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0x2c8167cf fpga_bridges_disable +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0x536f0a15 of_fpga_bridge_get +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0x59549889 fpga_bridge_disable +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0x656942c4 fpga_bridge_get +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0x82cd65e3 fpga_bridge_get_to_list +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0x935d29f8 fpga_bridge_put +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0xa9b5a8ac fpga_bridge_register +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0xb2fa0e41 fpga_bridge_enable +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x037d0b9e devm_fpga_mgr_register +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x057731a2 devm_fpga_mgr_register_full +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x0bec7b84 fpga_mgr_unlock +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x142e7769 of_fpga_mgr_get +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x1c889590 fpga_mgr_lock +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x3ce19975 fpga_mgr_register +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x7686a700 fpga_image_info_alloc +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0xa7e80b70 fpga_mgr_put +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0xacd11a15 fpga_mgr_register_full +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0xbfa3d8ea fpga_mgr_unregister +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0xd7af4f31 fpga_image_info_free +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0xeb1a3bce fpga_mgr_get +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0xfc694b82 fpga_mgr_load +EXPORT_SYMBOL_GPL drivers/fpga/fpga-region 0x2e02a413 fpga_region_unregister +EXPORT_SYMBOL_GPL drivers/fpga/fpga-region 0x7e1fe5b9 fpga_region_class_find +EXPORT_SYMBOL_GPL drivers/fpga/fpga-region 0x98071d9c fpga_region_register_full +EXPORT_SYMBOL_GPL drivers/fpga/fpga-region 0xba5db9a9 fpga_region_program_fpga +EXPORT_SYMBOL_GPL drivers/fpga/fpga-region 0xcf0a3f9a fpga_region_register +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0x27b7ea21 fsi_driver_register +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0x3a93847e fsi_slave_claim_range +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0x5a57d574 fsi_free_minor +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0x712a47f5 fsi_bus_type +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0x7332f33d fsi_get_new_minor +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0x78060f23 fsi_slave_read +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0x7aeae624 fsi_device_write +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0x8a3e955f fsi_master_register +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0x95ac9293 fsi_master_unregister +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0x96eb62ba fsi_device_read +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0x99428bae fsi_driver_unregister +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0xce22aee2 fsi_slave_release_range +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0xd88b5ce3 fsi_master_rescan +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0xd942f235 fsi_slave_write +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0xed539054 fsi_cdev_type +EXPORT_SYMBOL_GPL drivers/fsi/fsi-occ 0x70d08865 fsi_occ_submit +EXPORT_SYMBOL_GPL drivers/fsi/fsi-sbefifo 0x68743c6e sbefifo_parse_status +EXPORT_SYMBOL_GPL drivers/fsi/fsi-sbefifo 0xdb52b2ba sbefifo_submit +EXPORT_SYMBOL_GPL drivers/gnss/gnss 0x372d92d0 gnss_put_device +EXPORT_SYMBOL_GPL drivers/gnss/gnss 0x4807636e gnss_deregister_device +EXPORT_SYMBOL_GPL drivers/gnss/gnss 0xa86c5e0a gnss_allocate_device +EXPORT_SYMBOL_GPL drivers/gnss/gnss 0xbe81e07d gnss_register_device +EXPORT_SYMBOL_GPL drivers/gnss/gnss 0xe2c9407d gnss_insert_raw +EXPORT_SYMBOL_GPL drivers/gnss/gnss-serial 0x4708873d gnss_serial_register +EXPORT_SYMBOL_GPL drivers/gnss/gnss-serial 0x5c75465c gnss_serial_free +EXPORT_SYMBOL_GPL drivers/gnss/gnss-serial 0xc920491d gnss_serial_pm_ops +EXPORT_SYMBOL_GPL drivers/gnss/gnss-serial 0xca42fffe gnss_serial_allocate +EXPORT_SYMBOL_GPL drivers/gnss/gnss-serial 0xd38b85ce gnss_serial_deregister +EXPORT_SYMBOL_GPL drivers/gpio/gpio-idio-16 0x5d0e4276 idio_16_set +EXPORT_SYMBOL_GPL drivers/gpio/gpio-idio-16 0x6495f119 idio_16_get_multiple +EXPORT_SYMBOL_GPL drivers/gpio/gpio-idio-16 0x68830314 idio_16_state_init +EXPORT_SYMBOL_GPL drivers/gpio/gpio-idio-16 0x70e2b625 idio_16_get +EXPORT_SYMBOL_GPL drivers/gpio/gpio-idio-16 0xae1139f5 idio_16_set_multiple +EXPORT_SYMBOL_GPL drivers/gpio/gpio-max730x 0x024a950a __max730x_probe +EXPORT_SYMBOL_GPL drivers/gpio/gpio-max730x 0x49516e3d __max730x_remove +EXPORT_SYMBOL_GPL drivers/gpio/gpio-regmap 0x1758e6e1 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/gpio/gpio-regmap 0xeebad6fd devm_gpio_regmap_register +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/analogix/analogix_dp 0x2b8f0270 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 0x42d3a6b6 analogix_dp_stop_crc +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/analogix/analogix_dp 0x4d242143 analogix_dp_start_crc +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/analogix/analogix_dp 0x838acd1e analogix_dp_unbind +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/analogix/analogix_dp 0x9491514b analogix_dp_resume +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/analogix/analogix_dp 0xa82fa9f8 analogix_dp_probe +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/analogix/analogix_dp 0xcd1e2e11 analogix_dp_suspend +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/analogix/analogix_dp 0xdeb06aa5 analogix_dp_bind +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 0x4be2f748 dw_hdmi_probe +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 0x56f72e25 dw_hdmi_set_sample_non_pcm +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 0x6712b5a7 dw_hdmi_phy_gen2_txpwron +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 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 0x8e523011 dw_hdmi_set_plugged_cb +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 0x9a91da81 dw_hdmi_set_high_tmds_clock_ratio +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 0xc14eaa5e 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 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 0x8cb87cae dw_mipi_dsi_probe +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-mipi-dsi 0xe67bdbf6 dw_mipi_dsi_bind +EXPORT_SYMBOL_GPL drivers/gpu/drm/display/drm_display_helper 0x8774e762 drm_hdcp_check_ksvs_revoked +EXPORT_SYMBOL_GPL drivers/gpu/drm/display/drm_dp_aux_bus 0x024502c6 dp_aux_dp_driver_unregister +EXPORT_SYMBOL_GPL drivers/gpu/drm/display/drm_dp_aux_bus 0x9b1c4e74 of_dp_aux_populate_bus +EXPORT_SYMBOL_GPL drivers/gpu/drm/display/drm_dp_aux_bus 0xb45d9c0b __dp_aux_dp_driver_register +EXPORT_SYMBOL_GPL drivers/gpu/drm/display/drm_dp_aux_bus 0xf146a54b of_dp_aux_depopulate_bus +EXPORT_SYMBOL_GPL drivers/gpu/drm/display/drm_dp_aux_bus 0xf479c269 devm_of_dp_aux_populate_bus +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x00f62c5a drm_of_find_panel_or_bridge +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x0ec3110d drm_of_encoder_active_endpoint +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x103e93dc drm_bridge_get_edid +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x13131a86 drm_class_device_register +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x19f63879 drm_gem_dumb_map_offset +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x32738d5e drm_bridge_hpd_notify +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x32fef5ad drm_of_get_data_lanes_count +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x3bf3d09c drm_bridge_detect +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x4b59a161 drm_of_get_data_lanes_count_ep +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x62a05fc7 drm_bridge_get_modes +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x66cf2f64 drm_display_mode_from_videomode +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x6b9c81f4 of_get_drm_display_mode +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x6ecb3456 drm_class_device_unregister +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x7518ce01 drm_bridge_hpd_enable +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x7b790535 drm_of_lvds_get_dual_link_pixel_order +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x823a56dd drm_bridge_hpd_disable +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x9986791e drm_do_get_edid +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x9cf6e2ed drmm_kstrdup +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xad885165 drm_bus_flags_from_videomode +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xaf43bef5 of_get_drm_panel_display_mode +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xba9a6a3e accel_open +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xc83f484e drm_crtc_add_crc_entry +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xe3bb0a02 drm_of_lvds_get_data_mapping +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xea5aa2ef drm_of_component_match_add +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xfe9f72f3 drm_display_mode_to_videomode +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0x0e18b437 drm_gem_dma_get_sg_table +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0x21af79e0 drm_gem_dma_dumb_create_internal +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0x25c2e8f6 drm_fb_dma_get_gem_obj +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0x33ca44a3 drm_gem_dma_vm_ops +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0x7ec39a3c drm_fb_dma_get_gem_addr +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0x86e47c1e drm_gem_dma_dumb_create +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0x9b4331ae drm_gem_dma_create +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0xbe05de65 drm_gem_dma_free +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0xbeebea6c drm_fb_dma_sync_non_coherent +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0xbfff6186 drm_gem_dma_vmap +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0xde8f49f1 drm_gem_dma_prime_import_sg_table +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0xf6c5fe27 drm_gem_dma_mmap +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0x0f1709fd drm_gem_plane_helper_prepare_fb +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0x101e33a0 drm_bridge_connector_disable_hpd +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0x7fd17163 drm_gem_fb_create +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0x84aa6f60 drm_gem_fb_create_with_dirty +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0x8b9f4266 drm_gem_fb_afbc_init +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0x9c000dee drm_gem_fb_create_with_funcs +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0xb52f3a1f drm_bridge_connector_init +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0xc5fce5ab drm_gem_fb_init_with_funcs +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0xd18c0890 drm_bridge_connector_enable_hpd +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0xe4528934 drm_gem_fb_get_obj +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0x10b2d4b7 drm_gem_shmem_dumb_create +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0x185e8d8f drm_gem_shmem_vm_ops +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0x3c678351 drm_gem_shmem_prime_import_sg_table +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0x499acbb8 drm_gem_shmem_get_pages_sgt +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0x57d9513f drm_gem_shmem_create +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0x70493c29 drm_gem_shmem_free +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0x70b84947 drm_gem_shmem_mmap +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0xee35fe68 drm_gem_shmem_get_sg_table +EXPORT_SYMBOL_GPL drivers/gpu/drm/meson/meson-drm 0x2c73cfcf meson_venc_hdmi_venc_repeat +EXPORT_SYMBOL_GPL drivers/gpu/drm/meson/meson-drm 0x443b2bfc meson_vclk_dmt_supported_freq +EXPORT_SYMBOL_GPL drivers/gpu/drm/meson/meson-drm 0x94a785f8 meson_venc_hdmi_supported_mode +EXPORT_SYMBOL_GPL drivers/gpu/drm/meson/meson-drm 0x999f6fb8 meson_vclk_vic_supported_freq +EXPORT_SYMBOL_GPL drivers/gpu/drm/meson/meson-drm 0xa4ede578 meson_vclk_setup +EXPORT_SYMBOL_GPL drivers/gpu/drm/meson/meson-drm 0xab5bee2f meson_venc_hdmi_supported_vic +EXPORT_SYMBOL_GPL drivers/gpu/drm/meson/meson-drm 0xc3fb4394 meson_venc_hdmi_mode_set +EXPORT_SYMBOL_GPL drivers/gpu/drm/panel/panel-samsung-s6e63m0 0x3ce16673 s6e63m0_probe +EXPORT_SYMBOL_GPL drivers/gpu/drm/panel/panel-samsung-s6e63m0 0x98711d8c s6e63m0_remove +EXPORT_SYMBOL_GPL drivers/gpu/drm/pl111/pl111_drm 0xce1d6d94 pl111_versatile_init +EXPORT_SYMBOL_GPL drivers/gpu/drm/rcar-du/rcar_cmm 0x023141fe rcar_cmm_init +EXPORT_SYMBOL_GPL drivers/gpu/drm/rcar-du/rcar_cmm 0x9cfb864f rcar_cmm_enable +EXPORT_SYMBOL_GPL drivers/gpu/drm/rcar-du/rcar_cmm 0xb5962ecd rcar_cmm_disable +EXPORT_SYMBOL_GPL drivers/gpu/drm/rcar-du/rcar_cmm 0xfcad4da6 rcar_cmm_setup +EXPORT_SYMBOL_GPL drivers/gpu/drm/rcar-du/rcar_lvds 0x32773f24 rcar_lvds_dual_link +EXPORT_SYMBOL_GPL drivers/gpu/drm/rcar-du/rcar_lvds 0x4484498a rcar_lvds_pclk_disable +EXPORT_SYMBOL_GPL drivers/gpu/drm/rcar-du/rcar_lvds 0x630b6fff rcar_lvds_pclk_enable +EXPORT_SYMBOL_GPL drivers/gpu/drm/rcar-du/rcar_lvds 0xf0f75099 rcar_lvds_is_connected +EXPORT_SYMBOL_GPL drivers/gpu/drm/rcar-du/rcar_mipi_dsi 0x79279543 rcar_mipi_dsi_pclk_disable +EXPORT_SYMBOL_GPL drivers/gpu/drm/rcar-du/rcar_mipi_dsi 0xcb9fd60b rcar_mipi_dsi_pclk_enable +EXPORT_SYMBOL_GPL drivers/gpu/drm/rockchip/rockchipdrm 0x03edaf75 vop2_component_ops +EXPORT_SYMBOL_GPL drivers/gpu/drm/rockchip/rockchipdrm 0x285636d6 rockchip_rgb_init +EXPORT_SYMBOL_GPL drivers/gpu/drm/rockchip/rockchipdrm 0xcc26b359 vop_component_ops +EXPORT_SYMBOL_GPL drivers/gpu/drm/rockchip/rockchipdrm 0xfead7585 rockchip_rgb_fini +EXPORT_SYMBOL_GPL drivers/gpu/drm/solomon/ssd130x 0x0b65daba ssd130x_probe +EXPORT_SYMBOL_GPL drivers/gpu/drm/solomon/ssd130x 0x35af8b33 ssd130x_remove +EXPORT_SYMBOL_GPL drivers/gpu/drm/solomon/ssd130x 0x88990423 ssd130x_shutdown +EXPORT_SYMBOL_GPL drivers/gpu/host1x/host1x 0x7630247e host1x_memory_context_alloc +EXPORT_SYMBOL_GPL drivers/gpu/host1x/host1x 0x8e069483 host1x_memory_context_get +EXPORT_SYMBOL_GPL drivers/gpu/host1x/host1x 0x975c7cbf host1x_memory_context_put +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x02f46d26 __tracepoint_gb_message_submit +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x03aa41a6 gb_svc_intf_set_power_mode +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x06785e04 gb_connection_enable_tx +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x07057977 gb_interface_request_mode_switch +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 0x18bbd8b2 gb_operation_get_payload_size_max +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x1c15cdab gb_operation_request_send +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x2a9a800f gb_connection_create_flags +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x2ad4c078 gb_hd_cport_release_reserved +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x2c4db635 gb_connection_create_offloaded +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x2d3e601e greybus_register_driver +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x37b6b30c __traceiter_gb_hd_create +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x421cfaf9 gb_operation_create_flags +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x425247fb gb_connection_create +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x4b90aa2e __traceiter_gb_message_submit +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x4dbb304a gb_operation_unidirectional_timeout +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x565803a9 gb_operation_get +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x5a6ebed5 gb_connection_latency_tag_disable +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x5ad3f2d7 __tracepoint_gb_hd_add +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x5c0a8043 __tracepoint_gb_hd_in +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x6213634d __tracepoint_gb_hd_create +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x62884991 gb_hd_output +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x63809798 greybus_deregister_driver +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x6d3bb9ec __SCK__tp_func_gb_message_submit +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x70d54737 gb_hd_del +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x81700604 gb_operation_cancel +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x81e221fb __SCK__tp_func_gb_hd_create +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x882837d2 gb_connection_disable_rx +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x89f514a1 __SCK__tp_func_gb_hd_in +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x8a496164 gb_hd_cport_reserve +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x8f404561 gb_operation_result +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x8fa9429b gb_connection_enable +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xa201cabd __traceiter_gb_hd_del +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xa416e2da __tracepoint_gb_hd_del +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xa8bdc13d gb_hd_shutdown +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xaad17602 gb_connection_disable +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xb16cbcab __traceiter_gb_hd_release +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xb41fc713 gb_operation_request_send_sync_timeout +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xb52afd95 greybus_message_sent +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xbeb6df58 gb_connection_latency_tag_enable +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xc05218b4 gb_operation_sync_timeout +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xc2749b81 gb_connection_destroy +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xc5adf885 gb_hd_put +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xc7fe4b5e greybus_data_rcvd +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xd3e646d9 __tracepoint_gb_hd_release +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xdd657125 gb_debugfs_get +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xe11b1587 gb_operation_response_alloc +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xe4514be6 gb_hd_add +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xe6ec9346 gb_operation_put +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xe862ed2c gb_connection_disable_forced +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 0xf481f9d3 gb_hd_create +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xf6648ee8 __traceiter_gb_hd_add +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xf8ab7295 __traceiter_gb_hd_in +EXPORT_SYMBOL_GPL drivers/hid/hid 0x02f3c9a6 hid_driver_suspend +EXPORT_SYMBOL_GPL drivers/hid/hid 0x05495392 hid_debug +EXPORT_SYMBOL_GPL drivers/hid/hid 0x05c20a91 hid_debug_event +EXPORT_SYMBOL_GPL drivers/hid/hid 0x0d091fcf hid_compare_device_paths +EXPORT_SYMBOL_GPL drivers/hid/hid 0x10ff104c hid_unregister_driver +EXPORT_SYMBOL_GPL drivers/hid/hid 0x15ddcb51 hid_open_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0x16dcfb81 hid_output_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0x19d52f1f hid_quirks_exit +EXPORT_SYMBOL_GPL drivers/hid/hid 0x1b6c1a7b hid_connect +EXPORT_SYMBOL_GPL drivers/hid/hid 0x1ce772eb hid_hw_raw_request +EXPORT_SYMBOL_GPL drivers/hid/hid 0x1eacd3bd hid_lookup_quirk +EXPORT_SYMBOL_GPL drivers/hid/hid 0x24baad80 hid_driver_reset_resume +EXPORT_SYMBOL_GPL drivers/hid/hid 0x27385e55 hid_hw_close +EXPORT_SYMBOL_GPL drivers/hid/hid 0x2d688f26 hid_destroy_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0x2f357753 __hid_request +EXPORT_SYMBOL_GPL drivers/hid/hid 0x369c88d0 hid_hw_output_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0x3cf30d6f hid_validate_values +EXPORT_SYMBOL_GPL drivers/hid/hid 0x45c9028f hidraw_disconnect +EXPORT_SYMBOL_GPL drivers/hid/hid 0x4682568e hidraw_connect +EXPORT_SYMBOL_GPL drivers/hid/hid 0x4bf47195 hidinput_count_leds +EXPORT_SYMBOL_GPL drivers/hid/hid 0x4dbfd2dc hidinput_report_event +EXPORT_SYMBOL_GPL drivers/hid/hid 0x52492f19 hid_setup_resolution_multiplier +EXPORT_SYMBOL_GPL drivers/hid/hid 0x5389a524 hid_dump_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0x578093f8 hid_hw_open +EXPORT_SYMBOL_GPL drivers/hid/hid 0x5a29fd70 hid_set_field +EXPORT_SYMBOL_GPL drivers/hid/hid 0x613997c7 hidinput_connect +EXPORT_SYMBOL_GPL drivers/hid/hid 0x62bc076a __hid_register_driver +EXPORT_SYMBOL_GPL drivers/hid/hid 0x63302154 hid_match_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0x662226de hid_register_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0x6af7fe70 hid_input_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0x79cd8802 hidinput_get_led_field +EXPORT_SYMBOL_GPL drivers/hid/hid 0x7aa17ccb hidraw_report_event +EXPORT_SYMBOL_GPL drivers/hid/hid 0x81590259 hid_ignore +EXPORT_SYMBOL_GPL drivers/hid/hid 0x8b13a8b8 hid_snto32 +EXPORT_SYMBOL_GPL drivers/hid/hid 0x8e44754b hid_dump_field +EXPORT_SYMBOL_GPL drivers/hid/hid 0x90b19855 hid_dump_input +EXPORT_SYMBOL_GPL drivers/hid/hid 0x97cc16d2 hid_report_raw_event +EXPORT_SYMBOL_GPL drivers/hid/hid 0xa045f285 hid_hw_start +EXPORT_SYMBOL_GPL drivers/hid/hid 0xa2872f32 hid_match_id +EXPORT_SYMBOL_GPL drivers/hid/hid 0xa89ed63e hid_add_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0xaa8d6ddb hidinput_calc_abs_res +EXPORT_SYMBOL_GPL drivers/hid/hid 0xb7777b28 hid_hw_stop +EXPORT_SYMBOL_GPL drivers/hid/hid 0xc128844a hid_resolv_usage +EXPORT_SYMBOL_GPL drivers/hid/hid 0xc22c5b43 hid_dump_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0xc7c29c5a hid_disconnect +EXPORT_SYMBOL_GPL drivers/hid/hid 0xc8c0f798 hid_parse_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0xcb1c6308 hidinput_disconnect +EXPORT_SYMBOL_GPL drivers/hid/hid 0xcdce608c hid_driver_resume +EXPORT_SYMBOL_GPL drivers/hid/hid 0xeb943314 hid_field_extract +EXPORT_SYMBOL_GPL drivers/hid/hid 0xf5f4a5da hid_allocate_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0xf8c8a25c hid_alloc_report_buf +EXPORT_SYMBOL_GPL drivers/hid/hid 0xfa355613 hid_quirks_init +EXPORT_SYMBOL_GPL drivers/hid/hid 0xfb52a16c hid_hw_request +EXPORT_SYMBOL_GPL drivers/hid/hid 0xfde88a4c hid_check_keys_pressed +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 0xa7eec8ce roccat_connect +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0x0cb012cc roccat_common2_sysfs_write +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0x31a27ec3 roccat_common2_send +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0xa70d076b roccat_common2_sysfs_read +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0xcd115292 roccat_common2_device_init_struct +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0xdca44d75 roccat_common2_send_with_status +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0xf1917803 roccat_common2_receive +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x1f2e3c4a hid_sensor_get_usage_index +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x69c61b63 sensor_hub_register_callback +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x86510a05 sensor_hub_input_get_attribute_info +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x92fac00a sensor_hub_input_attr_get_raw_value +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x948764dc sensor_hub_get_feature +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0xab705c62 sensor_hub_remove_callback +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0xb5a209a4 sensor_hub_device_close +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0xd5b0fa30 sensor_hub_device_open +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0xf3c78d79 sensor_hub_set_feature +EXPORT_SYMBOL_GPL drivers/hid/hid-vivaldi-common 0x2c2d7952 vivaldi_feature_mapping +EXPORT_SYMBOL_GPL drivers/hid/hid-vivaldi-common 0x92213375 vivaldi_attribute_groups +EXPORT_SYMBOL_GPL drivers/hid/i2c-hid/i2c-hid 0x7a9db45a i2c_hid_core_probe +EXPORT_SYMBOL_GPL drivers/hid/i2c-hid/i2c-hid 0x8dfe51f7 i2c_hid_ll_driver +EXPORT_SYMBOL_GPL drivers/hid/i2c-hid/i2c-hid 0xab9211d4 i2c_hid_core_shutdown +EXPORT_SYMBOL_GPL drivers/hid/i2c-hid/i2c-hid 0xd10e916f i2c_hid_core_remove +EXPORT_SYMBOL_GPL drivers/hid/i2c-hid/i2c-hid 0xe2a67a2a i2c_hid_core_pm +EXPORT_SYMBOL_GPL drivers/hid/surface-hid/surface_hid_core 0x26e92c82 surface_hid_pm_ops +EXPORT_SYMBOL_GPL drivers/hid/surface-hid/surface_hid_core 0xe83a80d8 surface_hid_device_add +EXPORT_SYMBOL_GPL drivers/hid/surface-hid/surface_hid_core 0xf45100a6 surface_hid_device_destroy +EXPORT_SYMBOL_GPL drivers/hid/uhid 0x93016c94 uhid_hid_driver +EXPORT_SYMBOL_GPL drivers/hid/usbhid/usbhid 0x39a7fd74 hiddev_hid_event +EXPORT_SYMBOL_GPL drivers/hid/usbhid/usbhid 0xd867e9e1 usb_hid_driver +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x1451a87f hsi_unregister_controller +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x1c2a09c8 hsi_alloc_msg +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x28a663f4 hsi_alloc_controller +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x34d704af hsi_unregister_port_event +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x3a65a896 hsi_register_client_driver +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x45e4e766 hsi_new_client +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x5210a5bf hsi_board_list +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x5b726060 hsi_claim_port +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x61729d54 hsi_free_msg +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x7295e269 hsi_get_channel_id_by_name +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x90435274 hsi_async +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xb8bc01d6 hsi_put_controller +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xbc49d9ea hsi_add_clients_from_dt +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xc0eab3a6 hsi_remove_client +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xce0b119f hsi_event +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xddd60374 hsi_release_port +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xe3baabfb hsi_register_port_event +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xe3c45921 hsi_port_unregister_clients +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xfb5793b6 hsi_register_controller +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x068ba127 __hv_pkt_iter_next +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x08a758b9 vmbus_alloc_ring +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x09ef7ed2 vmbus_sendpacket_pagebuffer +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x0d10e4c8 vmbus_next_request_id +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x0f4df628 vmbus_disconnect_ring +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x121d295c vmbus_open +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 0x4b2210b8 vmbus_send_tl_connect_request +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x5927ca50 vmbus_set_sc_create_callback +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x671f29ae vmbus_setevent +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x674e657e hv_ringbuffer_get_debuginfo +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x679c8065 vmbus_request_addr_match +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x6a38ef90 vmbus_sendpacket_mpb_desc +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x6f52db63 vmbus_request_addr +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x70d8672a vmbus_connection +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x81f61111 vmbus_recvpacket_raw +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x82fa6111 vmbus_hvsock_device_unregister +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x911c5460 vmbus_set_event +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x9b381d02 __vmbus_request_addr_match +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xab269822 hv_pkt_iter_first +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xade2c3fc vmbus_free_ring +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xb9b09d52 vmbus_send_modifychannel +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xbf040905 vmbus_teardown_gpadl +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xc3b2036d vmbus_close +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xd8c79ee0 vmbus_set_chn_rescind_callback +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xdb724e01 hv_ringbuffer_spinlock_busy +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xdf41d220 __vmbus_driver_register +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xeb2d90a6 vmbus_driver_unregister +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xedd08552 vmbus_establish_gpadl +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xf9771de8 hv_pkt_iter_close +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xfb95fc96 vmbus_allocate_mmio +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xfd4d9be0 vmbus_connect_ring +EXPORT_SYMBOL_GPL drivers/hwmon/adt7x10 0x359f3150 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 0x106999b8 nct6775_update_device +EXPORT_SYMBOL_GPL drivers/hwmon/nct6775-core 0x21488afe nct6775_probe +EXPORT_SYMBOL_GPL drivers/hwmon/nct6775-core 0x46cf53a0 nct6775_show_alarm +EXPORT_SYMBOL_GPL drivers/hwmon/nct6775-core 0x6ce968fa nct6775_show_beep +EXPORT_SYMBOL_GPL drivers/hwmon/nct6775-core 0xabcd73e1 nct6775_reg_is_word_sized +EXPORT_SYMBOL_GPL drivers/hwmon/nct6775-core 0xbcca27a0 nct6775_store_beep +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0x3b22a4cc intel_th_driver_register +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0x3dd71f3f intel_th_trace_enable +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0x44a6346a intel_th_trace_switch +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0x6cf3e25f intel_th_free +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0x94968058 intel_th_output_enable +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0xc5421a36 intel_th_alloc +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0xeac6494d intel_th_driver_unregister +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0xf6cc168a intel_th_set_output +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0xfbe5b361 intel_th_trace_disable +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th_msu 0x2a357f84 intel_th_msu_buffer_unregister +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th_msu 0xa844b590 intel_th_msu_buffer_register +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th_msu 0xc672f762 intel_th_msc_window_unlock +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0x15727f97 stm_register_device +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0x1aa935d8 stm_source_write +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0x3c4cfa96 to_pdrv_policy_node +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0xa4388962 stm_source_unregister_device +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0xb8eea4d8 stm_register_protocol +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0xd33f8d12 stm_unregister_device +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0xea27a47d stm_data_write +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0xee05e2dd stm_source_register_device +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0xf4701118 stm_unregister_protocol +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-ccgx-ucsi 0x40d123a5 i2c_new_ccgx_ucsi +EXPORT_SYMBOL_GPL drivers/i2c/i2c-mux 0x3cba034d i2c_root_adapter +EXPORT_SYMBOL_GPL drivers/i2c/i2c-mux 0xdeaa1a82 i2c_mux_del_adapters +EXPORT_SYMBOL_GPL drivers/i2c/i2c-mux 0xec1a913b i2c_mux_add_adapter +EXPORT_SYMBOL_GPL drivers/i2c/i2c-mux 0xfabb0add i2c_mux_alloc +EXPORT_SYMBOL_GPL drivers/i2c/i2c-smbus 0x071945cd i2c_free_slave_host_notify_device +EXPORT_SYMBOL_GPL drivers/i2c/i2c-smbus 0x095be626 i2c_register_spd +EXPORT_SYMBOL_GPL drivers/i2c/i2c-smbus 0x0ca80a0c i2c_new_slave_host_notify_device +EXPORT_SYMBOL_GPL drivers/i2c/i2c-smbus 0xc2855eb1 i2c_handle_smbus_alert +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x1baf40cc i3c_driver_register_with_owner +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x34974c94 i3c_generic_ibi_alloc_pool +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x397e37a1 i3c_driver_unregister +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x3d57f1a4 i3c_master_queue_ibi +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x514f8d98 i3c_master_enec_locked +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x5ccfe9d0 i3c_device_disable_ibi +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x5ee19776 i3c_device_do_setdasa +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x6ee942b5 i3c_device_match_id +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x76fe3e05 i3c_generic_ibi_free_pool +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x8d569d74 i3c_generic_ibi_get_free_slot +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x9403b334 i3c_master_defslvs_locked +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x9a3500fb i3c_generic_ibi_recycle_slot +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xa7a39c5f i3cdev_to_dev +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xad59bc7c dev_to_i3cdev +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xb600ce5b i3c_master_disec_locked +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xb72d739b i3c_master_get_free_addr +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xb8c43efb i3c_master_add_i3c_dev_locked +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xbb10a350 i3c_device_get_info +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xbb2eadbd i3c_master_entdaa_locked +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xbf4e52d7 i3c_master_set_info +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xc559195d i3c_device_free_ibi +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xd27b4e1c i3c_device_do_priv_xfers +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xe4fdfce0 i3c_master_do_daa +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xe5c07720 i3c_master_unregister +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xf24adad1 i3c_device_request_ibi +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xf775e477 i3c_device_enable_ibi +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xff088e50 i3c_master_register +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-cb 0x122908cd 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 0x51584a02 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 0x9acf62ab iio_channel_cb_set_buffer_watermark +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-cb 0xc98582db iio_channel_cb_get_iio_dev +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0x240106d8 iio_dma_buffer_exit +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0x36b13804 iio_dma_buffer_data_available +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0x53060652 iio_dma_buffer_set_bytes_per_datum +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0x6e7dc44a iio_dma_buffer_read +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0x84e5f09d iio_dma_buffer_disable +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0xa450e483 iio_dma_buffer_set_length +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0xb7893041 iio_dma_buffer_init +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0xcced0f1a iio_dma_buffer_block_done +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0xcda6dcc2 iio_dma_buffer_block_list_abort +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0xf88529ae iio_dma_buffer_release +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0xfabf47b4 iio_dma_buffer_request_update +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0xfad01740 iio_dma_buffer_enable +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dmaengine 0xe796e74a 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 0x9671bc15 iio_hw_consumer_free +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-hw-consumer 0xa3777e58 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-hw-consumer 0xf50d7fe7 devm_iio_hw_consumer_alloc +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-triggered-buffer 0x887a81a4 devm_iio_triggered_buffer_setup_ext +EXPORT_SYMBOL_GPL drivers/iio/buffer/kfifo_buf 0x34ee63b4 devm_iio_kfifo_buffer_setup_ext +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0x2c8e6328 cros_ec_sensors_core_read +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0x4811a22b cros_ec_sensors_core_register +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0x532f2ce0 cros_ec_sensors_core_read_avail +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0x64a826d6 cros_ec_sensors_pm_ops +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0x729fbcfc cros_ec_sensors_ext_info +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0x9630e96a cros_ec_sensors_core_write +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 0xa1aab813 cros_ec_sensors_read_cmd +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0xb0c50c39 cros_ec_motion_send_host_cmd +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0xcb1f9574 cros_ec_sensors_push_data +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0xd80a194a cros_ec_sensors_core_init +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0xe44999e5 cros_ec_sensors_read_lpc +EXPORT_SYMBOL_GPL drivers/iio/gyro/bmg160_core 0x409c7c1a bmg160_core_probe +EXPORT_SYMBOL_GPL drivers/iio/gyro/bmg160_core 0x621fb63a bmg160_core_remove +EXPORT_SYMBOL_GPL drivers/iio/gyro/bmg160_core 0xedd8f685 bmg160_pm_ops +EXPORT_SYMBOL_GPL drivers/iio/imu/fxos8700_core 0xa4dca26c fxos8700_core_probe +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x0202b6b6 iio_read_avail_channel_attribute +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x0395f1a8 iio_write_channel_raw +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x0cdf724b devm_iio_channel_get +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x0ec3a2d5 iio_device_get_current_mode +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x11135b5e iio_channel_release_all +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x120856de iio_validate_scan_mask_onehot +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x19c587ef iio_device_claim_buffer_mode +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x1adad087 iio_read_channel_scale +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x1bf8fcbd iio_write_channel_ext_info +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x23847a66 iio_read_channel_processed +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x238cd26d iio_get_debugfs_dentry +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x26f6b499 iio_str_to_fixpoint +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x2ac6e4dc iio_show_mount_matrix +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x2dd6eb07 iio_read_channel_ext_info +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x356478bd devm_fwnode_iio_channel_get_by_name +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x35819631 iio_pop_from_buffer +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x39d513c8 devm_iio_map_array_register +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x474e37dd __devm_iio_trigger_alloc +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x4d6be85e iio_channel_release +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x4dce7dd4 iio_format_value +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x52a58aeb iio_read_avail_channel_raw +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x59887d0d iio_read_max_channel_raw +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x5ca31d73 devm_iio_trigger_register +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x61e1504e iio_device_attach_buffer +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x6aa12d52 iio_channel_get +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x6aab3cd7 iio_device_release_direct_mode +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x70474e0a iio_device_id +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x7c617e59 iio_read_channel_processed_scale +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x80afb55f iio_channel_get_all +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x83aa24e0 iio_map_array_register +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x84584627 iio_device_release_buffer_mode +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x85373f37 __devm_iio_device_register +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x8a006cce iio_buffer_get +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x8c13ae8e iio_read_channel_raw +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x8d88c752 iio_buffer_put +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x9375efc0 fwnode_iio_channel_get_by_name +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x9c52e0c3 iio_push_to_buffers_with_ts_unaligned +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xa7ec7acf iio_get_channel_ext_info_count +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xa8375a83 iio_get_channel_type +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xafc1c3e2 iio_dealloc_pollfunc +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xb1a7bf53 iio_read_channel_average_raw +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xbe4edaa8 iio_enum_available_read +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xc3a6538d devm_iio_channel_get_all +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xc3c70d34 iio_buffer_enabled +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xc4bb4b0c devm_iio_device_alloc +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xcddd85c4 iio_read_channel_attribute +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xcf6b48b4 iio_enum_write +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xd87d56ff iio_convert_raw_to_processed +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xd912ad9c iio_alloc_pollfunc +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xdb3600a2 iio_enum_read +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xdeecbddd iio_update_buffers +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xe65ae958 iio_read_channel_offset +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xe8f8a80b iio_map_array_unregister +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xebba099e iio_push_to_buffers +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xf736fd1f iio_device_claim_direct_mode +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xf77be2c3 iio_write_channel_attribute +EXPORT_SYMBOL_GPL drivers/infiniband/core/ib_core 0xdbd019c4 ib_wq +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0x0f8a47bb rtrs_start_hb +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0x407f7bd3 rtrs_stop_hb +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0x4dd9b0fc rtrs_iu_post_recv +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0x6945e362 rtrs_iu_post_send +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0x87916b18 rtrs_iu_post_rdma_write_imm +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0x8efb51ea rtrs_cq_qp_create +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0x9bcdb26d rtrs_send_hb_ack +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0x9d30c5c9 rtrs_post_recv_empty +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0x9e702137 rtrs_init_hb +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0xaba56dc1 rtrs_iu_alloc +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0xd18492b0 rtrs_iu_free +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0xefbd326e rtrs_cq_qp_destroy +EXPORT_SYMBOL_GPL drivers/input/ff-memless 0x1cc273e3 input_ff_create_memless +EXPORT_SYMBOL_GPL drivers/input/matrix-keymap 0x4ad0697b matrix_keypad_parse_properties +EXPORT_SYMBOL_GPL drivers/input/misc/adxl34x 0x66535a18 adxl34x_suspend +EXPORT_SYMBOL_GPL drivers/input/misc/adxl34x 0x7c202bfd adxl34x_probe +EXPORT_SYMBOL_GPL drivers/input/misc/adxl34x 0xe4586827 adxl34x_resume +EXPORT_SYMBOL_GPL drivers/input/misc/adxl34x 0xec511022 adxl34x_remove +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x0b547a36 rmi_2d_sensor_rel_report +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x20bbebc7 rmi_register_transport_device +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x4f5cf218 rmi_2d_sensor_of_probe +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x6721bd89 rmi_of_property_read_u32 +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x711de154 rmi_driver_resume +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x82ff04d5 rmi_2d_sensor_abs_report +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x9a2b61e6 rmi_dbg +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0xac3d3761 rmi_unregister_function_handler +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0xb29e40bc rmi_2d_sensor_configure_input +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0xccc9d67c rmi_set_attn_data +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0xd395db57 rmi_2d_sensor_abs_process +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0xe17b236b rmi_driver_suspend +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0xffb789c0 __rmi_register_function_handler +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp4_core 0x5d0a4b17 cyttsp4_remove +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp4_core 0x69117204 cyttsp4_pm_ops +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp4_core 0xdeb536f2 cyttsp4_probe +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_core 0xc2d79faf cyttsp_probe +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_core 0xeebb07ae cyttsp_pm_ops +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_i2c_common 0x480a552b cyttsp_i2c_write_block_data +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_i2c_common 0xe2b11762 cyttsp_i2c_read_block_data +EXPORT_SYMBOL_GPL drivers/input/touchscreen/tsc200x-core 0x083f7912 tsc200x_pm_ops +EXPORT_SYMBOL_GPL drivers/input/touchscreen/tsc200x-core 0x3fdf38b4 tsc200x_probe +EXPORT_SYMBOL_GPL drivers/input/touchscreen/tsc200x-core 0x7b64a3b9 tsc200x_regmap_config +EXPORT_SYMBOL_GPL drivers/input/touchscreen/tsc200x-core 0x84e26d31 tsc200x_remove +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x08de3203 wm97xx_read_aux_adc +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x245b01dd wm97xx_reg_read +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x2dcf976e wm97xx_register_mach_ops +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x451e73f1 wm97xx_get_gpio +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x62706fa4 wm97xx_unregister_mach_ops +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x716f47fc wm9713_codec +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x76a84e59 wm97xx_config_gpio +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x9eeaa511 wm97xx_reg_write +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xa07b5a38 wm9705_codec +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xbdc54762 wm9712_codec +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xc236c9c0 wm97xx_set_suspend_mode +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xc57f6d85 wm97xx_set_gpio +EXPORT_SYMBOL_GPL drivers/interconnect/imx/imx-interconnect 0x1d6b8f9e imx_icc_unregister +EXPORT_SYMBOL_GPL drivers/interconnect/imx/imx-interconnect 0x2bcffbed imx_icc_register +EXPORT_SYMBOL_GPL drivers/interconnect/qcom/icc-bcm-voter 0x0253e279 qcom_icc_bcm_voter_add +EXPORT_SYMBOL_GPL drivers/interconnect/qcom/icc-bcm-voter 0x0b39b783 qcom_icc_bcm_voter_commit +EXPORT_SYMBOL_GPL drivers/interconnect/qcom/icc-bcm-voter 0x44280d11 of_bcm_voter_get +EXPORT_SYMBOL_GPL drivers/interconnect/qcom/icc-rpmh 0x0a6f9118 qcom_icc_aggregate +EXPORT_SYMBOL_GPL drivers/interconnect/qcom/icc-rpmh 0x14b14c8a qcom_icc_rpmh_probe +EXPORT_SYMBOL_GPL drivers/interconnect/qcom/icc-rpmh 0x4c7d0bd7 qcom_icc_rpmh_remove +EXPORT_SYMBOL_GPL drivers/interconnect/qcom/icc-rpmh 0xd4bef2c4 qcom_icc_set +EXPORT_SYMBOL_GPL drivers/interconnect/qcom/icc-rpmh 0xd81a4994 qcom_icc_bcm_init +EXPORT_SYMBOL_GPL drivers/interconnect/qcom/icc-rpmh 0xe82535b1 qcom_icc_pre_aggregate +EXPORT_SYMBOL_GPL drivers/interconnect/qcom/icc-smd-rpm 0x81e513ad qcom_icc_rpm_smd_available +EXPORT_SYMBOL_GPL drivers/interconnect/qcom/icc-smd-rpm 0xe8dbdc6c qcom_icc_rpm_smd_send +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x0af8373f ipack_bus_register +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x0e876e93 ipack_put_device +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x2665c02c ipack_driver_register +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x2da762f8 ipack_device_del +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x46e2e142 ipack_get_device +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0xc3c87a27 ipack_device_add +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0xcb24a475 ipack_driver_unregister +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0xdba20143 ipack_bus_unregister +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0xea0c77b7 ipack_device_init +EXPORT_SYMBOL_GPL drivers/leds/led-class-flash 0x28576020 led_set_flash_brightness +EXPORT_SYMBOL_GPL drivers/leds/led-class-flash 0x426ac6d3 led_classdev_flash_register_ext +EXPORT_SYMBOL_GPL drivers/leds/led-class-flash 0x5d9485a3 led_set_flash_timeout +EXPORT_SYMBOL_GPL drivers/leds/led-class-flash 0x8fd64e62 led_classdev_flash_unregister +EXPORT_SYMBOL_GPL drivers/leds/led-class-flash 0x948ca6a5 led_get_flash_fault +EXPORT_SYMBOL_GPL drivers/leds/led-class-flash 0xc984729f devm_led_classdev_flash_unregister +EXPORT_SYMBOL_GPL drivers/leds/led-class-flash 0xe8221715 led_update_flash_brightness +EXPORT_SYMBOL_GPL drivers/leds/led-class-flash 0xf404b86b devm_led_classdev_flash_register_ext +EXPORT_SYMBOL_GPL drivers/leds/led-class-multicolor 0x1013d025 led_mc_calc_color_components +EXPORT_SYMBOL_GPL drivers/leds/led-class-multicolor 0x4718bf0b devm_led_classdev_multicolor_unregister +EXPORT_SYMBOL_GPL drivers/leds/led-class-multicolor 0x8a2c6424 led_classdev_multicolor_register_ext +EXPORT_SYMBOL_GPL drivers/leds/led-class-multicolor 0xaa1281bc devm_led_classdev_multicolor_register_ext +EXPORT_SYMBOL_GPL drivers/leds/led-class-multicolor 0xeaeccc3b led_classdev_multicolor_unregister +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x0cd6533a lp55xx_deinit_device +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x26a305d1 lp55xx_update_bits +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x58405aad lp55xx_is_extclk_used +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x5fe15ae9 lp55xx_init_device +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x7f49c1c2 lp55xx_register_sysfs +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0xbe602e05 lp55xx_register_leds +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0xc9eeb851 lp55xx_write +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0xcff8226b lp55xx_unregister_sysfs +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0xf1148861 lp55xx_of_populate_pdata +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0xfae3ee3e lp55xx_read +EXPORT_SYMBOL_GPL drivers/leds/trigger/ledtrig-audio 0x3bd45b0d ledtrig_audio_set +EXPORT_SYMBOL_GPL drivers/leds/trigger/ledtrig-audio 0xce593c22 ledtrig_audio_get +EXPORT_SYMBOL_GPL drivers/leds/trigger/ledtrig-camera 0x749e05f2 ledtrig_flash_ctrl +EXPORT_SYMBOL_GPL drivers/leds/trigger/ledtrig-camera 0x7903e46e ledtrig_torch_ctrl +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x01c587d9 __traceiter_bcache_btree_node_split +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x051b2215 __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 0x070d4e77 __traceiter_bcache_btree_read +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x0826e917 __tracepoint_bcache_read +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 0x1678e890 __traceiter_bcache_read +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x16ea7222 __tracepoint_bcache_journal_full +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 0x191717af __tracepoint_bcache_btree_set_root +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x1934a9a9 __tracepoint_bcache_writeback +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x1a29320f __traceiter_bcache_btree_cache_cannibalize +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 0x1c71a406 __tracepoint_bcache_btree_node_free +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x1c83d5b7 __SCK__tp_func_bcache_journal_entry_full +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x21ec0d44 __traceiter_bcache_gc_start +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x22ae6324 __SCK__tp_func_bcache_btree_node_split +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x26aa1769 __traceiter_bcache_btree_node_alloc_fail +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x2766fb04 __traceiter_bcache_journal_replay_key +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x284a6bff __tracepoint_bcache_gc_start +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x2909bc5d __tracepoint_bcache_btree_read +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x2a0e014e __tracepoint_bcache_btree_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x2af60833 __SCK__tp_func_bcache_writeback_collision +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x2ca4ed11 __traceiter_bcache_btree_node_compact +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x3257d343 __tracepoint_bcache_gc_copy +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x36299d24 __traceiter_bcache_btree_set_root +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x3c8d64c5 __traceiter_bcache_request_start +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x46bfabee __tracepoint_bcache_writeback_collision +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x46c66897 __SCK__tp_func_bcache_btree_read +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x4a2d1241 __SCK__tp_func_bcache_btree_node_compact +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x51d0e534 __SCK__tp_func_bcache_btree_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x53b5e5e3 __tracepoint_bcache_journal_entry_full +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x54445237 __traceiter_bcache_btree_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x556cc248 __traceiter_bcache_alloc_fail +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x5cc8cb86 __tracepoint_bcache_btree_insert_key +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 0x64e39418 __traceiter_bcache_writeback_collision +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x6697827f __SCK__tp_func_bcache_writeback +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x690dd415 __tracepoint_bcache_btree_node_alloc +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x6e74dca7 __SCK__tp_func_bcache_btree_node_free +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x77ce3c68 __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 0x7a2e92b9 __traceiter_bcache_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x7a3c0ac3 __tracepoint_bcache_read_retry +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x80e3881d __SCK__tp_func_bcache_request_end +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x830df522 __tracepoint_bcache_btree_node_split +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x862dfa21 __tracepoint_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 0x902cb523 __tracepoint_bcache_gc_copy_collision +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x978161e3 __traceiter_bcache_request_end +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x9865dbc4 __tracepoint_bcache_gc_end +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x9a6f4d9f __SCK__tp_func_bcache_read +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x9ac24717 __traceiter_bcache_btree_node_free +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x9ce21c84 __SCK__tp_func_bcache_journal_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x9d93aabe __traceiter_bcache_btree_node_alloc +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x9f1359bc __traceiter_bcache_gc_end +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xa14fdbcf __tracepoint_bcache_btree_node_alloc_fail +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 0xab8b2553 __traceiter_bcache_bypass_congested +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xad6440b4 __traceiter_bcache_gc_copy +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xb54a2f24 __traceiter_bcache_journal_entry_full +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xb5a62a8c __traceiter_bcache_cache_insert +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xb912ae0b __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 0xbc268695 __tracepoint_bcache_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xbecf79e5 __traceiter_bcache_journal_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xc1857470 __tracepoint_bcache_bypass_congested +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xc78d7102 __tracepoint_bcache_invalidate +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xc8ae4213 __SCK__tp_func_bcache_btree_node_alloc +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xc9f6ccdb __traceiter_bcache_bypass_sequential +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xce48d6f4 __tracepoint_bcache_alloc_fail +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xd0a2323c __traceiter_bcache_invalidate +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xd3f30649 __traceiter_bcache_read_retry +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xda06fe86 __SCK__tp_func_bcache_btree_node_alloc_fail +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xe16c06b3 __SCK__tp_func_bcache_gc_start +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xe202b8e6 __tracepoint_bcache_bypass_sequential +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 0xed37c90e __tracepoint_bcache_cache_insert +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xee55d047 __tracepoint_bcache_journal_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xef7eec02 __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 0xf865c1a2 __tracepoint_bcache_request_start +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xfb3d6c67 __tracepoint_bcache_request_end +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xfd6b5d80 __SCK__tp_func_bcache_btree_insert_key +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xfe20978c __traceiter_bcache_btree_insert_key +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x07d97ddc dm_get_cell +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x0d16c99a 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 0x22cf7185 dm_cell_quiesce_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x28071f79 dm_bio_detain +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x2eb01e04 dm_deferred_set_destroy +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x3021d839 dm_bio_prison_alloc_cell_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x41277a42 dm_bio_prison_alloc_cell +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x61648f86 dm_cell_error +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 0x9e87add3 dm_cell_unlock_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x9f2c6443 dm_cell_promote_or_release +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xa4e96562 dm_cell_lock_promote_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xace9b57b dm_bio_prison_destroy_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xb6d5c65d dm_deferred_set_add_work +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xb70b342a dm_bio_prison_destroy +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xb8c257d8 dm_cell_release_no_holder +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 0xdb5785c6 dm_cell_get_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xe44f3b50 dm_cell_visit_release +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xe85dd5c1 dm_cell_lock_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xea83bb2c dm_cell_release +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xf76e30ae dm_bio_prison_free_cell_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xfa4bd8da dm_bio_prison_free_cell +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x0ad0dc4f dm_bufio_mark_buffer_dirty +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x24772bfe dm_bufio_get +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x2e0774dc dm_bufio_get_block_number +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x6a05691e dm_bufio_client_create +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 0xb2438d54 dm_bufio_release_move +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xc0d7df85 dm_bufio_new +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xc9a3422d dm_bufio_write_dirty_buffers_async +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xcd2ba798 dm_bufio_forget +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xd4bddf5c dm_bufio_issue_flush +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xd991e3b9 dm_bufio_get_device_size +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xe6024e59 dm_bufio_release +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xebcc64a4 dm_bufio_get_block_data +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xeca7949e dm_bufio_client_destroy +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xed3283a4 dm_bufio_set_sector_offset +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xf241a6eb dm_bufio_forget_buffers +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x0efbca4c btracker_promotion_already_present +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x1c852cab btracker_nr_demotions_queued +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x23ddc5ab dm_cache_policy_get_version +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x37ef59a5 dm_cache_policy_get_name +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x481a0b15 btracker_create +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x4becb830 dm_cache_policy_get_hint_size +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x50b3c64c dm_cache_policy_create +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x5adc2807 btracker_destroy +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x65eea825 btracker_nr_writebacks_queued +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x87bee547 btracker_queue +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x8f2f31cd dm_cache_policy_register +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 0xc94003c4 dm_cache_policy_unregister +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0xf9f3e74b dm_cache_policy_destroy +EXPORT_SYMBOL_GPL drivers/md/dm-multipath 0x47d1e765 dm_unregister_path_selector +EXPORT_SYMBOL_GPL drivers/md/dm-multipath 0x76f37653 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 0x14357bb7 dm_rh_delay +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x2b172806 dm_rh_dirty_log +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x36ab3e1f 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 0x46751622 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 0xa52786c2 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 0xf5963af9 dm_region_hash_create +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 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 0xb8cebe92 dm_block_manager_create +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 0x0ac48b33 cec_notifier_cec_adap_register +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x0bb9c0dd cec_s_conn_info +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x0dc6f515 cec_pin_allocate_adapter +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x0de6436c cec_transmit_msg +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x103a43e7 cec_delete_adapter +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x13cb0d59 cec_notifier_parse_hdmi_phandle +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x1f5eafaa cec_transmit_attempt_done_ts +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x299e101b cec_s_phys_addr +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x4e9370b3 cec_transmit_done_ts +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x59a53d14 cec_pin_changed +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x687aa526 cec_s_phys_addr_from_edid +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x6dc37bed cec_register_adapter +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x9d22d5f4 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 0xaa6cd9bd cec_received_msg_ts +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xaee236c6 cec_notifier_conn_unregister +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xb1cec173 cec_queue_pin_hpd_event +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 0xc3afd04a cec_fill_conn_info_from_drm +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xcf7c4a86 cec_queue_pin_5v_event +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xd3bc1dbb cec_s_log_addrs +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xd5b7fa9c cec_queue_pin_cec_event +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xe310b30d cec_allocate_adapter +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xe9e92fc7 cec_notifier_cec_adap_unregister +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xeacf6440 cec_unregister_adapter +EXPORT_SYMBOL_GPL drivers/media/common/b2c2/b2c2-flexcop 0x66c0289a b2c2_flexcop_debug +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x011bddb5 sms_board_lna_control +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x022e105a smscore_putbuffer +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x06e352a9 sms_board_setup +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x1584ddbb sms_board_event +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x21e36bf2 smscore_registry_getmode +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x2379cc81 smscore_register_client +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x24fd8d23 smscore_onresponse +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x29aade60 smscore_unregister_hotplug +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x34bf0e61 smscore_translate_msg +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x37d91069 smsendian_handle_tx_message +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x45284ae9 smsendian_handle_rx_message +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x553993e8 sms_board_led_feedback +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x5a741988 smscore_register_device +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x6744df6f 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 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 0x9966270c smscore_register_hotplug +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x99a81ab3 smsclient_sendrequest +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x9d7ca227 smscore_get_device_mode +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xbbdb5c42 smscore_unregister_client +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xc0f3cf11 smscore_start_device +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xcb71c1c6 sms_board_power +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xccc3f68e smscore_getbuffer +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xcfe0231f smscore_get_board_id +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xe9de112d smscore_unregister_device +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 0x07bcdcd4 __traceiter_vb2_qbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x1200346d vb2_write +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x19706d4c vb2_core_expbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x222bec53 __traceiter_vb2_buf_queue +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x24451812 __tracepoint_vb2_buf_done +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x2593782f __tracepoint_vb2_buf_queue +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x278dc8cb vb2_core_poll +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x449e533c vb2_core_qbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x44b23324 vb2_core_prepare_buf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x53010f90 vb2_mmap +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x5761809d vb2_buffer_done +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x630b24d3 __tracepoint_vb2_qbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x6f2c3934 vb2_thread_stop +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x70bd7c72 vb2_core_querybuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x8366df77 vb2_discard_done +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x862db55a vb2_thread_start +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x8ceb35e6 __traceiter_vb2_dqbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x8e5d1f54 vb2_request_buffer_cnt +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x8e71288a vb2_request_object_is_buffer +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x983b038f vb2_core_streamoff +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x9f709e1b vb2_read +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xabd727e7 vb2_queue_error +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xadec2e89 vb2_core_queue_release +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xb5e3c7b3 vb2_plane_cookie +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xb6f4b031 __SCK__tp_func_vb2_qbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xb7142629 vb2_core_streamon +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xb9d2df39 __SCK__tp_func_vb2_dqbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xbf571703 vb2_wait_for_all_buffers +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 0xc9367877 vb2_core_queue_init +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xdfdffa2b vb2_core_reqbufs +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xece324d8 __traceiter_vb2_buf_done +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xed6db3dc vb2_core_dqbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xf4b99208 vb2_plane_vaddr +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xf5df0791 vb2_core_create_bufs +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xf703a3f9 __tracepoint_vb2_dqbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-dma-contig 0x3ed89a72 vb2_dma_contig_set_max_seg_size +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-dma-contig 0xbd3c380b vb2_dma_contig_memops +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-dma-sg 0xa4561902 vb2_dma_sg_memops +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-memops 0x99cd14ac vb2_common_vm_ops +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x102d2a2f vb2_queue_release +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x1f689e46 vb2_ops_wait_prepare +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x256e5c36 vb2_ops_wait_finish +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x335fd33c vb2_ioctl_streamoff +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x381ed9f4 vb2_streamoff +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x3d32a471 vb2_request_validate +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x435a8b42 vb2_fop_read +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x46ca029b vb2_queue_change_type +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x4725250f vb2_ioctl_dqbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x4ddb3e5a vb2_create_bufs +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x5079883d vb2_expbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x54a75d49 vb2_ioctl_querybuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x65856d01 vb2_ioctl_reqbufs +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x6b22ed84 _vb2_fop_release +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x7b4e15a0 vb2_queue_init +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x7c4ddd1f vb2_dqbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x7da520f5 vb2_ioctl_qbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x7fe7f6b1 vb2_queue_init_name +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x87f7ddd3 vb2_ioctl_create_bufs +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x8822ea9a vb2_poll +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x91d76834 vb2_fop_poll +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x97218a39 vb2_reqbufs +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x98b0b979 vb2_ioctl_streamon +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xac7e713c vb2_qbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xb2832fc2 vb2_ioctl_expbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xb43671e4 vb2_fop_release +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xc65c8f53 vb2_prepare_buf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xc82aba07 vb2_ioctl_prepare_buf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xcf80e95f vb2_video_unregister_device +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xdf3be7ed vb2_request_queue +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xe86cc6ae vb2_fop_write +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xea51ac55 vb2_find_buffer +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xeee8b87a vb2_fop_mmap +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xf4cd7698 vb2_streamon +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-vmalloc 0x97774d08 vb2_vmalloc_memops +EXPORT_SYMBOL_GPL drivers/media/dvb-core/dvb-core 0x55a6f46b dvb_module_release +EXPORT_SYMBOL_GPL drivers/media/dvb-core/dvb-core 0x729309f0 dvb_module_probe +EXPORT_SYMBOL_GPL drivers/media/dvb-core/dvb-core 0x959cdd75 dvb_create_media_graph +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/as102_fe 0xb351a955 as102_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/cx24117 0xe8dd042c cx24117_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/gp8psk-fe 0x5e9945fd gp8psk_fe_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/mxl5xx 0x28f8a395 mxl5xx_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stv0910 0xc98dd783 stv0910_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stv6111 0xa3ba154f stv6111_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tda18271c2dd 0xf724d871 tda18271c2dd_attach +EXPORT_SYMBOL_GPL drivers/media/i2c/aptina-pll 0x3ce6d585 aptina_pll_calculate +EXPORT_SYMBOL_GPL drivers/media/i2c/ccs-pll 0x550e6e52 ccs_pll_calculate +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0x0587d3df max9271_verify_id +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0x1348fa7c max9271_set_address +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0x1afb7a52 max9271_set_translation +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0x1d83a8f9 max9271_set_gpios +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0x50d02bad max9271_wake_up +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0x512c297f max9271_configure_i2c +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0x5d1e7135 max9271_configure_gmsl_link +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0x7eff4592 max9271_set_high_threshold +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0x8bd0d880 max9271_set_serial_link +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0xbbda0e39 max9271_enable_gpios +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0xf014a82c max9271_disable_gpios +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0xf1022809 max9271_set_deserializer_address +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0xfa924c87 max9271_clear_gpios +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x0226ea76 __media_entity_remove_links +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x0ee31d8e media_device_unregister +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x0fa65891 media_remove_intf_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x12e773af __media_remove_intf_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x21b774eb media_remove_intf_links +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x2bb399f0 media_entity_pipeline +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x322ae482 media_get_pad_index +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x32b021e7 media_device_register_entity_notify +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x37f9635d media_entity_get_fwnode_pad +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x385f308b media_pad_pipeline +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x38e202e2 __media_device_register +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x3e585384 media_graph_walk_cleanup +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x439eb65b __media_entity_next_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x47c27731 media_request_object_init +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x4a275cce media_pipeline_start +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x4b0fe68c media_entity_pads_init +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x4cde5879 media_device_register_entity +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x56d7b4be media_devnode_create +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x5b8dfcae media_entity_remote_pad_unique +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x5f3be4cc __media_device_usb_init +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x6464650d media_request_object_put +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x6bf7dc22 media_graph_walk_start +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x70f47bfa media_graph_walk_next +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x761b5b15 media_create_intf_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x7d7716e9 media_request_object_bind +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x8283b8e2 media_pad_remote_pad_unique +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x85775a85 media_device_pci_init +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x8626293e media_create_pad_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x9c6c5135 media_request_get_by_fd +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x9d4af5df media_entity_enum_init +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x9e800358 __media_remove_intf_links +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xa54ef72d __media_pipeline_start +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xb16d1800 media_device_usb_allocate +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xb435c4d1 media_create_pad_links +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xb5e9b6b5 media_request_object_unbind +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xb6490b67 media_pipeline_stop +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xb88fc7e4 __media_pipeline_stop +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xbecc039b media_request_object_complete +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xbee2de6a media_graph_walk_init +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xc1987dc2 media_entity_setup_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xc337b335 media_entity_find_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xc3ebd311 media_request_put +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xc688ad75 media_devnode_remove +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xc80c1d76 media_device_delete +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xc9593389 media_create_ancillary_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xd108c09c media_request_object_find +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xd3834eef media_pipeline_alloc_start +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xdea0c2c6 media_device_unregister_entity_notify +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xe5304f45 media_entity_remove_links +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xe5ba58c9 media_device_init +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xe5ceecd6 media_entity_enum_cleanup +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xe6dbcefa media_device_cleanup +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xe81fd9fe media_device_unregister_entity +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xee39659f __media_entity_setup_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xfffc7853 media_pad_remote_pad_first +EXPORT_SYMBOL_GPL drivers/media/pci/cx88/cx88xx 0x77e2d705 cx88_setup_xc3028 +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x057a8067 mantis_uart_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x0bbf5b72 mantis_frontend_soft_reset +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x2352918d mantis_dvb_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x39322763 mantis_uart_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x3bbd7a74 mantis_ca_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x43e3df3f mantis_frontend_power +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x4b34578f mantis_ca_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x5691b286 mantis_input_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x7b74b6b1 mantis_dvb_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x842a4194 mantis_get_mac +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x8dfc3b53 mantis_i2c_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xa8e2f8d1 mantis_dma_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xb3fc11ab mantis_pci_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xd5da1c6f mantis_i2c_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xd9bfe677 mantis_stream_control +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xddb891c7 mantis_gpio_set_bits +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xeef2ce8e mantis_pci_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xf0c4dfed mantis_dma_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xf925a92c mantis_input_init +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x03eefe4d saa7134_ts_queue_setup +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x042891d1 saa7134_s_tuner +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x09c0f26d saa7134_ts_stop_streaming +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x1039ce66 saa7134_ts_qops +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x1d03fae0 saa7134_stop_streaming +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x42f9021f saa7134_s_input +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x4df1a326 saa7134_querystd +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x4e642900 saa7134_g_input +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x5563a651 saa7134_g_std +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x6e32af45 saa7134_enum_input +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x8078dd92 saa7134_ts_buffer_prepare +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x8ec73da7 saa7134_s_std +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x9c5af051 saa7134_ts_buffer_init +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xb53e66f6 saa7134_vb2_buffer_queue +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xb606ee59 saa7134_s_frequency +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xb78ca5b6 saa7134_ts_start_streaming +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xbef6b382 saa7134_querycap +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xc297e7c4 saa7134_g_tuner +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xea30fb62 saa7134_g_frequency +EXPORT_SYMBOL_GPL drivers/media/platform/allegro-dvt/allegro 0x14f57c5f nal_hevc_write_filler +EXPORT_SYMBOL_GPL drivers/media/platform/allegro-dvt/allegro 0x1a8be5dd nal_hevc_write_vps +EXPORT_SYMBOL_GPL drivers/media/platform/allegro-dvt/allegro 0x2d0cd235 nal_h264_write_sps +EXPORT_SYMBOL_GPL drivers/media/platform/allegro-dvt/allegro 0x3204b083 nal_hevc_read_pps +EXPORT_SYMBOL_GPL drivers/media/platform/allegro-dvt/allegro 0x4a0848bc nal_hevc_read_filler +EXPORT_SYMBOL_GPL drivers/media/platform/allegro-dvt/allegro 0x4ebf61e9 nal_hevc_write_sps +EXPORT_SYMBOL_GPL drivers/media/platform/allegro-dvt/allegro 0x6563ebe4 nal_hevc_write_pps +EXPORT_SYMBOL_GPL drivers/media/platform/allegro-dvt/allegro 0x85359329 nal_h264_read_filler +EXPORT_SYMBOL_GPL drivers/media/platform/allegro-dvt/allegro 0x903b59e5 nal_h264_read_pps +EXPORT_SYMBOL_GPL drivers/media/platform/allegro-dvt/allegro 0x945f264f nal_h264_write_filler +EXPORT_SYMBOL_GPL drivers/media/platform/allegro-dvt/allegro 0x982ac9f8 nal_h264_write_pps +EXPORT_SYMBOL_GPL drivers/media/platform/allegro-dvt/allegro 0xb0f0fa03 nal_hevc_read_sps +EXPORT_SYMBOL_GPL drivers/media/platform/allegro-dvt/allegro 0xbec81dbf nal_hevc_read_vps +EXPORT_SYMBOL_GPL drivers/media/platform/allegro-dvt/allegro 0xd32488aa nal_h264_read_sps +EXPORT_SYMBOL_GPL drivers/media/platform/marvell/mcam-core 0x7714b5ca mccic_resume +EXPORT_SYMBOL_GPL drivers/media/platform/marvell/mcam-core 0xac288f4e mccic_shutdown +EXPORT_SYMBOL_GPL drivers/media/platform/marvell/mcam-core 0xad89ada9 mccic_irq +EXPORT_SYMBOL_GPL drivers/media/platform/marvell/mcam-core 0xb9794343 mccic_register +EXPORT_SYMBOL_GPL drivers/media/platform/marvell/mcam-core 0xc0dbf8a6 mccic_suspend +EXPORT_SYMBOL_GPL drivers/media/platform/mediatek/vpu/mtk-vpu 0x2d272072 vpu_ipi_register +EXPORT_SYMBOL_GPL drivers/media/platform/mediatek/vpu/mtk-vpu 0x342b27bd vpu_ipi_send +EXPORT_SYMBOL_GPL drivers/media/platform/mediatek/vpu/mtk-vpu 0x7a282f47 vpu_load_firmware +EXPORT_SYMBOL_GPL drivers/media/platform/mediatek/vpu/mtk-vpu 0x7f3fb174 vpu_get_venc_hw_capa +EXPORT_SYMBOL_GPL drivers/media/platform/mediatek/vpu/mtk-vpu 0x9b578212 vpu_mapping_dm_addr +EXPORT_SYMBOL_GPL drivers/media/platform/mediatek/vpu/mtk-vpu 0x9bf5dfd8 vpu_get_vdec_hw_capa +EXPORT_SYMBOL_GPL drivers/media/platform/mediatek/vpu/mtk-vpu 0xa0ed47e8 vpu_wdt_reg_handler +EXPORT_SYMBOL_GPL drivers/media/platform/mediatek/vpu/mtk-vpu 0xbbeb8a3a vpu_get_plat_device +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x04e21ef0 venus_helper_intbufs_alloc +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x09c147d2 hfi_session_get_property +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x0cf8908d venus_helper_intbufs_realloc +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x13f48559 hfi_session_process_buf +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x1cd60b51 venus_helper_unregister_bufs +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x27b12c5f venus_helper_m2m_device_run +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x2d693ecb venus_helper_m2m_job_abort +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x2f3a2dd3 venus_helper_set_input_resolution +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x32ee1c62 venus_helper_get_opb_size +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x3909a78f hfi_session_deinit +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x3c9e4609 venus_helper_set_format_constraints +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x406d22d4 venus_helper_set_num_bufs +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x483b68a9 venus_helper_get_bufreq +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x4a3ef9af venus_helper_buffers_done +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x4bb8325c venus_helper_vb2_buf_prepare +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x53ca9dbb venus_helper_check_codec +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x5741249f venus_helper_get_out_fmts +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x57447c0b venus_helper_set_multistream +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x5e4f91c3 venus_helper_get_profile_level +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x6085f999 venus_helper_change_dpb_owner +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x622f3fd1 venus_helper_set_bufsize +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x63022cdf venus_helper_init_instance +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x66e00898 venus_helper_vb2_buf_queue +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x68c79ff0 hfi_session_unload_res +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x7b9fa72b venus_helper_set_dyn_bufmode +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x7db23e6f venus_helper_process_initial_cap_bufs +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x7e39e2d8 hfi_session_destroy +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x8e1fdda3 venus_helper_set_stride +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x925b0f7b hfi_session_init +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x93213d59 venus_helper_session_init +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x9a7ddbd7 venus_helper_acquire_buf_ref +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x9bf22c70 hfi_session_create +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x9eaa96a8 hfi_session_abort +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x9f7ae3c1 hfi_session_stop +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xa2a32d4d hfi_session_flush +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xa77f1acd venus_helper_find_buf +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xac45f3e5 venus_helper_alloc_dpb_bufs +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 0xc15ddf18 venus_helper_vb2_queue_error +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xc1d59b3a hfi_session_set_property +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xc4f3bad8 venus_helper_intbufs_free +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xcec9512b venus_helper_free_dpb_bufs +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xcf2594e8 venus_helper_set_output_resolution +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xcf9aa43c venus_helper_get_ts_metadata +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xd213e6ad venus_helper_process_initial_out_bufs +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 0xd5242b6b venus_helper_check_format +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xd9f28ffe venus_helper_vb2_buf_init +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xdcea5993 venus_helper_set_work_mode +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xddb8daf8 venus_helper_vb2_stop_streaming +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xe1879911 venus_helper_queue_dpb_bufs +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xe2a9ca15 venus_helper_set_color_format +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xe899f65a hfi_session_start +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xea408507 venus_helper_set_raw_format +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xef11961f hfi_session_continue +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xf28f143e venus_helper_set_profile_level +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xf3bcc97e venus_helper_release_buf_ref +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xffad73c6 venus_helper_vb2_start_streaming +EXPORT_SYMBOL_GPL drivers/media/platform/renesas/rcar-fcp 0x3d858696 rcar_fcp_put +EXPORT_SYMBOL_GPL drivers/media/platform/renesas/rcar-fcp 0x4ad5d888 rcar_fcp_enable +EXPORT_SYMBOL_GPL drivers/media/platform/renesas/rcar-fcp 0x5fe6f6e8 rcar_fcp_disable +EXPORT_SYMBOL_GPL drivers/media/platform/renesas/rcar-fcp 0x9877c29f rcar_fcp_get +EXPORT_SYMBOL_GPL drivers/media/platform/renesas/rcar-fcp 0xe3abbb22 rcar_fcp_get_device +EXPORT_SYMBOL_GPL drivers/media/platform/renesas/vsp1/vsp1 0x024c9cd5 vsp1_du_init +EXPORT_SYMBOL_GPL drivers/media/platform/renesas/vsp1/vsp1 0x1220e681 vsp1_du_setup_lif +EXPORT_SYMBOL_GPL drivers/media/platform/renesas/vsp1/vsp1 0x1c091eed vsp1_du_unmap_sg +EXPORT_SYMBOL_GPL drivers/media/platform/renesas/vsp1/vsp1 0x41134ee8 vsp1_du_atomic_update +EXPORT_SYMBOL_GPL drivers/media/platform/renesas/vsp1/vsp1 0x50067e7c vsp1_du_atomic_begin +EXPORT_SYMBOL_GPL drivers/media/platform/renesas/vsp1/vsp1 0x9f09ce0b vsp1_du_map_sg +EXPORT_SYMBOL_GPL drivers/media/platform/renesas/vsp1/vsp1 0xead42b1c vsp1_du_atomic_flush +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-video 0x21fc4c4c xvip_clr_and_set +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-video 0x43738fab xvip_set_format_size +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-video 0x45cc9950 xvip_of_get_format +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-video 0x4e23d0c2 xvip_enum_frame_size +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-video 0x58bbb988 xvip_enum_mbus_code +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-video 0x84ab41a3 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 0xc5537533 xvip_init_resources +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-video 0xd9e1c95d 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-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 0xe304ca70 xvtc_of_get +EXPORT_SYMBOL_GPL drivers/media/radio/shark2 0x50747255 radio_tea5777_init +EXPORT_SYMBOL_GPL drivers/media/radio/shark2 0x606be810 radio_tea5777_exit +EXPORT_SYMBOL_GPL drivers/media/radio/si470x/radio-si470x-common 0x0a416386 si470x_set_freq +EXPORT_SYMBOL_GPL drivers/media/radio/si470x/radio-si470x-common 0x896e9e1e si470x_ctrl_ops +EXPORT_SYMBOL_GPL drivers/media/radio/si470x/radio-si470x-common 0xb1552175 si470x_viddev_template +EXPORT_SYMBOL_GPL drivers/media/radio/si470x/radio-si470x-common 0xb5f3e6ce si470x_stop +EXPORT_SYMBOL_GPL drivers/media/radio/si470x/radio-si470x-common 0xcfbb2f03 si470x_start +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x0c16ed6f ir_raw_event_store_edge +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x0efde737 devm_rc_register_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x2979001b rc_register_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x2ed90ced rc_map_unregister +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x6ccf6397 lirc_scancode_event +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x75a05fae rc_keydown_notimeout +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x75eb28e3 ir_raw_event_store_with_filter +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x8224691d ir_raw_event_set_idle +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x83c4b1de rc_keydown +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x8417a380 rc_free_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x84e6c667 rc_unregister_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x86bd6860 rc_keyup +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x8dcab817 ir_raw_event_handle +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x8e437db3 ir_raw_event_store +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x970984dc rc_g_keycode_from_table +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x9e2a60b3 devm_rc_allocate_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xa0467c8d ir_raw_event_store_with_timeout +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xb960f15c rc_map_register +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xd249c1a2 rc_repeat +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xde3e51f6 rc_allocate_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xfc5d3079 rc_map_get +EXPORT_SYMBOL_GPL drivers/media/tuners/mt2063 0x365ca166 mt2063_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/mt20xx 0x1c3baa10 microtune_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/mxl5007t 0x3294fcd8 mxl5007t_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/r820t 0x97ef3695 r820t_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda18271 0x8d6a87ce tda18271_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda827x 0x10eda099 tda827x_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda8290 0x30140868 tda829x_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda8290 0xba74f243 tda829x_probe +EXPORT_SYMBOL_GPL drivers/media/tuners/tda9887 0x71288ba8 tda9887_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tea5761 0xb6559a74 tea5761_autodetection +EXPORT_SYMBOL_GPL drivers/media/tuners/tea5761 0xd8759b35 tea5761_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tea5767 0x1494c598 tea5767_autodetection +EXPORT_SYMBOL_GPL drivers/media/tuners/tea5767 0x61eea09f tea5767_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tuner-simple 0x024f23d0 simple_tuner_attach +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x017ea7c7 cx231xx_tuner_callback +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x049a07e9 cx231xx_get_i2c_adap +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x0964e36d cx231xx_capture_start +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x179c7944 cx231xx_uninit_bulk +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x19a28516 cx231xx_enable_i2c_port_3 +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x2ba0feb2 cx231xx_set_alt_setting +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x31e7712d cx231xx_init_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x623b636a cx231xx_uninit_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x657fc785 is_fw_load +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x7345afc1 cx231xx_unmute_audio +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x8ac6b301 cx231xx_enable656 +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x9e6fd4c5 cx231xx_uninit_vbi_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xa1f307f2 cx231xx_demod_reset +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xa3120150 cx231xx_disable656 +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xb06add92 cx231xx_send_usb_command +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xbfb83b6b cx231xx_init_bulk +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xc6950175 cx231xx_dev_init +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xd956943e cx231xx_dev_uninit +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xf41425a2 cx231xx_init_vbi_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xf5ba38fc cx231xx_set_mode +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xfdf01fd2 cx231xx_send_gpio_cmd +EXPORT_SYMBOL_GPL drivers/media/usb/dvb-usb-v2/mxl111sf-demod 0x0a10b4f5 mxl111sf_demod_attach +EXPORT_SYMBOL_GPL drivers/media/usb/dvb-usb-v2/mxl111sf-tuner 0xffee7d99 mxl111sf_tuner_attach +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x34d39ef4 em28xx_audio_analog_set +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x51a5a495 em28xx_gpio_set +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x55af111c em28xx_find_led +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x5b3dd386 em28xx_audio_setup +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x5c2ad412 em28xx_setup_xc3028 +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x721f7cc7 em28xx_free_device +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x7496a278 em28xx_stop_urbs +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x7fc8652c em28xx_tuner_callback +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x80750b99 em28xx_set_mode +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x8e366399 em28xx_read_ac97 +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x921d7c65 em28xx_boards +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x97814188 em28xx_write_ac97 +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x9cc700eb em28xx_toggle_reg_bits +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xb270a063 em28xx_read_reg +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xbfe9787d em28xx_alloc_urbs +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xce762d72 em28xx_write_regs +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xe107746c em28xx_write_reg_bits +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xe18d11c4 em28xx_uninit_usb_xfer +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xeb2f07d1 em28xx_init_usb_xfer +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xf0d76231 em28xx_write_reg +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xf55cc472 em28xx_init_camera +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-async 0x19279570 __v4l2_async_nf_add_i2c +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-async 0x5360350b __v4l2_async_nf_add_fwnode_remote +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-async 0x5fed5985 __v4l2_async_nf_add_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-async 0xc9ed60d7 __v4l2_async_nf_add_fwnode +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-async 0xfda1c83f v4l2_async_nf_cleanup +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x01612c0b v4l2_detect_gtf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x08402862 v4l2_print_dv_timings +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x0958448b v4l2_set_edid_phys_addr +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x0af3d134 v4l2_valid_dv_timings +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x1b4af4a6 v4l2_hdmi_rx_colorimetry +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 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 0x403d2d36 v4l2_flash_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-flash-led-class 0x75872b44 v4l2_flash_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-flash-led-class 0xf6971df6 v4l2_flash_indicator_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0x12c2e212 v4l2_fwnode_parse_link +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0x270b44dd v4l2_fwnode_endpoint_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0x612ddce5 v4l2_fwnode_connector_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0x93abbe0e v4l2_fwnode_endpoint_alloc_parse +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0x9d04fade v4l2_fwnode_device_parse +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0xaa600cca v4l2_fwnode_put_link +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0xaa67f9df v4l2_async_register_subdev_sensor +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0xaab35adf v4l2_async_nf_parse_fwnode_endpoints +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0xc3fafeb0 v4l2_fwnode_connector_parse +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0xef72a59c v4l2_fwnode_endpoint_parse +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0xfd133b0c v4l2_fwnode_connector_add_link +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-h264 0x639ecc68 v4l2_h264_init_reflist_builder +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-h264 0x6a1429ff v4l2_h264_build_p_ref_list +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-h264 0xf568bf81 v4l2_h264_build_b_ref_lists +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-jpeg 0x30b5ebc6 v4l2_jpeg_parse_scan_header +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-jpeg 0xcbfdf5cb v4l2_jpeg_parse_frame_header +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-jpeg 0xe8956e3f v4l2_jpeg_parse_huffman_tables +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-jpeg 0xe8f40f9e v4l2_jpeg_parse_header +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-jpeg 0xf8ffd565 v4l2_jpeg_parse_quantization_tables +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x03b11b93 v4l2_m2m_ioctl_streamon +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x0951497e v4l2_m2m_ioctl_stateless_decoder_cmd +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x0bf67901 v4l2_m2m_querybuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x172c74d2 v4l2_m2m_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x1773119b v4l2_m2m_register_media_controller +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x1ba6ca99 v4l2_m2m_update_start_streaming_state +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x21349c9f v4l2_m2m_ctx_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x215d98cd v4l2_m2m_buf_queue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x261b3069 v4l2_m2m_buf_copy_metadata +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x2aae6195 v4l2_m2m_ioctl_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x2b0551e0 v4l2_m2m_ioctl_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x2ed43fc8 v4l2_m2m_reqbufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x40e8b4e7 v4l2_m2m_poll +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x4a5cb0ab v4l2_m2m_ioctl_querybuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x50756c94 v4l2_m2m_create_bufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x522c44df v4l2_m2m_streamoff +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x5684a309 v4l2_m2m_expbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x628edbb8 v4l2_m2m_ioctl_stateless_try_decoder_cmd +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x64da1362 v4l2_m2m_ioctl_decoder_cmd +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x665d91c2 v4l2_m2m_streamon +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x676e3551 v4l2_m2m_next_buf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x730f2eae v4l2_m2m_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x731bd9f8 v4l2_m2m_ioctl_streamoff +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x7c541c83 v4l2_m2m_ioctl_create_bufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x873ccb94 v4l2_m2m_ioctl_encoder_cmd +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x942ee9fa v4l2_m2m_decoder_cmd +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x94d74e32 v4l2_m2m_prepare_buf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x9b50f6b7 v4l2_m2m_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xa3f318e2 v4l2_m2m_ioctl_prepare_buf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xa72313f3 v4l2_m2m_request_queue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xaefc1232 v4l2_m2m_ioctl_reqbufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xb20b5b2f v4l2_m2m_ctx_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xb7adf74c v4l2_m2m_ioctl_try_encoder_cmd +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xbbf3adbe v4l2_m2m_buf_remove +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xbe9e75c5 v4l2_m2m_buf_remove_by_idx +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xc1e72178 v4l2_m2m_update_stop_streaming_state +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xc521a623 v4l2_m2m_encoder_cmd +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xc5e18761 v4l2_m2m_try_schedule +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xc6919448 v4l2_m2m_buf_remove_by_buf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xc6fca5ad v4l2_m2m_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xcb597c12 v4l2_m2m_last_buf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xcdc4377b v4l2_m2m_fop_mmap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xd394af59 v4l2_m2m_last_buffer_done +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xde24e4df v4l2_m2m_fop_poll +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xf13ff84d v4l2_m2m_unregister_media_controller +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xf21ec49c v4l2_m2m_ioctl_try_decoder_cmd +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xfd6ca7ab v4l2_m2m_ioctl_expbuf +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 0x02adc688 videobuf_alloc_vb +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x0451f89b videobuf_read_stream +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x1082e8ba videobuf_mmap_setup +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x10e8d125 videobuf_mmap_mapper +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x14019667 videobuf_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x4159ff24 videobuf_waiton +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x444acfa2 videobuf_queue_to_vaddr +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x47e74715 videobuf_querybuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x4a8b9b85 videobuf_mmap_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x5bc74d77 videobuf_read_stop +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x67de5f88 videobuf_queue_cancel +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x6a5abd57 videobuf_read_one +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x82918765 videobuf_reqbufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x9cf2e87f videobuf_streamoff +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x9d6ce3e5 videobuf_iolock +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xa329e90c videobuf_poll_stream +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xb58b087e videobuf_queue_is_busy +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xb83fe649 videobuf_queue_core_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xb8b42e26 videobuf_next_field +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xb8e21dee videobuf_read_start +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xbcb85a41 __videobuf_mmap_setup +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xcfe4d91a videobuf_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xeab26e02 videobuf_stop +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xf170ce8e videobuf_streamon +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0x553a86d0 videobuf_sg_alloc +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0xd192b84d videobuf_dma_unmap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0xd782de70 videobuf_dma_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0xd84b4d24 videobuf_to_dma +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0xdab459ab videobuf_queue_sg_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-vmalloc 0x0a0adb19 videobuf_queue_vmalloc_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-vmalloc 0xb8eff295 videobuf_vmalloc_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-vmalloc 0xe6242081 videobuf_to_vmalloc +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x019ef623 v4l2_compat_ioctl32 +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x04d8f6fe v4l2_device_unregister +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x0c16b6f2 v4l2_pipeline_pm_get +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x0d5e52c1 video_device_pipeline_stop +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x106caec1 v4l2_event_subscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x11f3044c __SCK__tp_func_vb2_v4l2_buf_queue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x130f2523 v4l2_event_subdev_unsubscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x1651086d v4l2_fh_exit +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x1885c1f6 __v4l2_subdev_state_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x18ec6a37 __v4l2_ctrl_handler_setup +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x19405a75 __traceiter_vb2_v4l2_buf_done +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x1966c00f v4l2_event_pending +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x1c82fc04 v4l2_i2c_subdev_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x21cb1074 v4l2_device_set_name +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x233ad625 v4l2_i2c_new_subdev_board +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x2ae0877b __SCK__tp_func_vb2_v4l2_buf_done +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x2ce83663 v4l2_spi_new_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x3359b5bf v4l2_mc_create_media_graph +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x38b31487 v4l2_event_unsubscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x3b1def1b v4l2_g_parm_cap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x3c38d0fb v4l2_fh_del +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x3e212339 v4l2_event_unsubscribe_all +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x43eec79b v4l2_pipeline_pm_put +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x452f53b1 __tracepoint_vb2_v4l2_buf_done +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x46ac032f __tracepoint_vb2_v4l2_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x46df459f video_device_pipeline_start +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x4b1baa8d __video_device_pipeline_stop +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x4ec7fc9b v4l2_event_dequeue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x5074e573 v4l2_fraction_to_interval +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x510a1f3c v4l2_src_change_event_subscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x52aa1f4b v4l2_get_link_freq +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x5476f3c1 v4l2_fh_open +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x554044f4 v4l2_ctrl_request_hdl_ctrl_find +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x57b61265 v4l2_fh_add +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x58d6cac1 v4l2_device_register +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x5e8c113f v4l2_device_register_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x61c9cf32 video_device_pipeline_alloc_start +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x65c252bd v4l2_src_change_event_subdev_subscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x67861e95 v4l2_s_parm_cap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x6a2de036 __tracepoint_vb2_v4l2_buf_queue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x6a7fcdf6 v4l2_event_wake_all +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x6be87397 v4l2_create_fwnode_links_to_pad +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 0x7499a789 v4l2_i2c_new_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x7954d88f __v4l2_device_register_subdev_nodes +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x80510f16 v4l2_subdev_get_fwnode_pad_1_to_1 +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x82023264 video_device_pipeline +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x82a9ea38 v4l2_subdev_link_validate_default +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x86a45e6d __video_device_pipeline_start +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x8afea748 v4l2_subdev_link_validate +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x97dc9483 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 0xa239820e v4l_vb2q_enable_media_source +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xa7b0af14 v4l2_i2c_subdev_set_name +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xa8ed5fc1 v4l_enable_media_source +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xa9c835e1 __traceiter_vb2_v4l2_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xad5c3c93 v4l2_simplify_fraction +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xb447d373 v4l2_i2c_subdev_addr +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xb466feb6 v4l2_subdev_notify_event +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xb7e4ffda v4l2_device_unregister_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xb8ca034d v4l_disable_media_source +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xbef85131 __traceiter_vb2_v4l2_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xc5bfffc8 v4l2_spi_subdev_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xc5e4a3dc __v4l2_subdev_state_alloc +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xc742d6e8 __tracepoint_vb2_v4l2_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xc7d44c1d v4l2_subdev_get_fmt +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xc9002057 v4l2_device_put +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xcc501597 v4l2_fill_pixfmt +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xcfd247cb v4l2_event_queue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xd02a8b52 __traceiter_vb2_v4l2_buf_queue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xd3569a5c v4l2_fh_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xd9d72242 v4l2_event_queue_fh +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xdd1f5f5d v4l2_fh_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xe029b3ea v4l2_subdev_cleanup +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xe2822320 __v4l2_find_nearest_size +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xe3799327 v4l2_ctrl_request_hdl_find +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xe45fa459 v4l2_device_disconnect +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xe5a33113 __SCK__tp_func_vb2_v4l2_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xee0d2ac2 v4l2_pipeline_link_notify +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xf2a353ac v4l2_i2c_tuner_addrs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xf39ffe9d v4l2_fh_is_singular +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xf4b83c5b __v4l2_subdev_init_finalize +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xf5ef842e v4l_bound_align_image +EXPORT_SYMBOL_GPL drivers/mfd/88pm80x 0xac9065e4 pm80x_init +EXPORT_SYMBOL_GPL drivers/mfd/88pm80x 0xc31912fe pm80x_pm_ops +EXPORT_SYMBOL_GPL drivers/mfd/88pm80x 0xd99fd720 pm80x_deinit +EXPORT_SYMBOL_GPL drivers/mfd/88pm80x 0xdbcaba50 pm80x_regmap_config +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x02a6a78a arizona_dev_exit +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x2527806e wm5110_revd_irq +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x25752ce6 wm5102_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x2d2ac6d4 wm5110_patch +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x3ad8fb17 arizona_set_irq_wake +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x44b0d847 arizona_clk32k_disable +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x50cfee6b wm8997_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x549c0565 wm5110_irq +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x55f923f1 arizona_dev_init +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x58dc8758 wm8997_irq +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x664dedaa wm5102_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x77bf3b5e wm8998_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x88b6aa3e cs47l24_irq +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x8a64ccbd arizona_request_irq +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x9b1eb997 wm5110_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x9b331345 arizona_clk32k_enable +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xa21d75bb arizona_pm_ops +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xa4b39f20 arizona_free_irq +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xb263fbbd wm5110_aod +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xbe237980 wm8997_aod +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xcc7e9e6f cs47l24_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xd82678db wm5110_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xf2f98517 wm8997_patch +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xff5bf462 cs47l24_patch +EXPORT_SYMBOL_GPL drivers/mfd/atc260x-core 0x15c7df72 atc260x_match_device +EXPORT_SYMBOL_GPL drivers/mfd/atc260x-core 0x93b9ece4 atc260x_device_probe +EXPORT_SYMBOL_GPL drivers/mfd/da9150-core 0x2d4efbc5 da9150_reg_read +EXPORT_SYMBOL_GPL drivers/mfd/da9150-core 0x723303b1 da9150_bulk_read +EXPORT_SYMBOL_GPL drivers/mfd/da9150-core 0x87263ab1 da9150_set_bits +EXPORT_SYMBOL_GPL drivers/mfd/da9150-core 0x91fbb61c da9150_write_qif +EXPORT_SYMBOL_GPL drivers/mfd/da9150-core 0xceb0da6c da9150_bulk_write +EXPORT_SYMBOL_GPL drivers/mfd/da9150-core 0xe62cb3c4 da9150_read_qif +EXPORT_SYMBOL_GPL drivers/mfd/da9150-core 0xf898b42e da9150_reg_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 0x4157a923 kempld_get_mutex +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x59b5bef3 kempld_write8 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x972e6b5f kempld_read8 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0xaa5f2d12 kempld_read32 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0xbb5ae4ac kempld_write16 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0xd68a2c86 kempld_release_mutex +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0xdf1d63ae kempld_write32 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0xf074f81f kempld_read16 +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-core 0x0aad4cec lm3533_read +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-core 0x5937c244 lm3533_update +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-core 0xdf11290e lm3533_write +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x24fca6bd lm3533_ctrlbank_set_pwm +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x501a93ea lm3533_ctrlbank_enable +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x6d27d704 lm3533_ctrlbank_get_brightness +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x74477e43 lm3533_ctrlbank_set_max_current +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x7b611115 lm3533_ctrlbank_get_pwm +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0xa45e7ac0 lm3533_ctrlbank_set_brightness +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0xfa46beaa lm3533_ctrlbank_disable +EXPORT_SYMBOL_GPL drivers/mfd/lp3943 0x36dbe54e lp3943_write_byte +EXPORT_SYMBOL_GPL drivers/mfd/lp3943 0x43796ac3 lp3943_update_bits +EXPORT_SYMBOL_GPL drivers/mfd/lp3943 0x9fb6de27 lp3943_read_byte +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x03bfd708 cs47l35_patch +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x0b1bab8e madera_pm_ops +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x0f379262 madera_of_match +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x24bc0938 cs47l15_patch +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x2d66864f cs47l15_16bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x2d6b5a0f cs47l15_32bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x56fb0b02 cs47l90_patch +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x57649173 cs47l92_patch +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x6e539b43 cs47l15_32bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x6e5e4703 cs47l15_16bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x8e37dd47 cs47l90_16bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x8e3a0107 cs47l90_32bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x96e2aaf7 cs47l85_16bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x96ef76b7 cs47l85_32bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xa490318f cs47l35_16bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xa49dedcf cs47l35_32bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xab329ee0 cs47l85_patch +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xb0c07a95 madera_dev_exit +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xb9b6c6ba cs47l92_32bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xb9bb1afa cs47l92_16bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xbfd0cada madera_dev_init +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xcd02c04b cs47l90_32bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xcd0f1c0b cs47l90_16bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xd5d7b7fb cs47l85_32bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xd5da6bbb cs47l85_16bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xe7a52c83 cs47l35_32bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xe7a8f0c3 cs47l35_16bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xebe384cb madera_name_from_type +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xfa83dbb6 cs47l92_16bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xfa8e07f6 cs47l92_32bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0x5d7d5f0c mc13xxx_common_init +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0x646d45be mc13xxx_adc_do_conversion +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0x8e07fe2e mc13xxx_variant_mc34708 +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0x9c080b46 mc13xxx_variant_mc13783 +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0xdcb24066 mc13xxx_variant_mc13892 +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0xe8424c79 mc13xxx_common_exit +EXPORT_SYMBOL_GPL drivers/mfd/motorola-cpcap 0xa226dbe8 cpcap_sense_virq +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x043783bc pcf50633_reg_clear_bits +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x39113150 pcf50633_reg_read +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x4b65c575 pcf50633_read_block +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x509465f4 pcf50633_write_block +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x523ac636 pcf50633_free_irq +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x5507a650 pcf50633_pm +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x5f5726ab pcf50633_register_irq +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x72272a19 pcf50633_reg_write +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xaa12fe3c pcf50633_irq_mask +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xb3fb70e8 pcf50633_irq_mask_get +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xd71f7ebc pcf50633_irq_unmask +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xe9f5df63 pcf50633_reg_set_bit_mask +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-adc 0x4a8adf3a pcf50633_adc_sync_read +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-adc 0xb2787e68 pcf50633_adc_async_read +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0x32e6ad8a pcf50633_gpio_set +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0x3e159b90 pcf50633_gpio_power_supply_set +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0x6a540853 pcf50633_gpio_invert_get +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0x6d68c2fb pcf50633_gpio_invert_set +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0x774271d8 pcf50633_gpio_get +EXPORT_SYMBOL_GPL drivers/mfd/rave-sp 0x43e53ef9 rave_sp_exec +EXPORT_SYMBOL_GPL drivers/mfd/rave-sp 0x8c6d4630 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 0x02bb6b77 si476x_core_has_diversity +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x02fa37cb si476x_core_cmd_func_info +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x0444aa13 si476x_core_cmd_agc_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x09a2ee93 si476x_core_cmd_set_property +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x0d1263a3 si476x_core_cmd_fm_seek_start +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x1b475125 si476x_core_cmd_am_acf_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x1f7378c7 si476x_core_set_power_state +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x20fc066d si476x_core_cmd_ana_audio_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x2308a4e8 si476x_core_cmd_fm_acf_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x2423585a si476x_core_start +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x314f744c si476x_core_cmd_intb_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x3d672bdf si476x_core_cmd_am_rsq_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x491b54e1 devm_regmap_init_si476x +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x49852613 si476x_core_has_am +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x4f3f63af si476x_core_stop +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x73bc3f74 si476x_core_cmd_ic_link_gpo_ctl_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x7f6e4668 si476x_core_cmd_power_up +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x83f1d212 si476x_core_cmd_fm_rds_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x8ee8b9ee si476x_core_is_powered_up +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x97a6d8f3 si476x_core_cmd_fm_rsq_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x99884ab6 si476x_core_is_a_primary_tuner +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x9ef5c28b si476x_core_cmd_am_seek_start +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xa5d8a314 si476x_core_cmd_get_property +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xa8987e79 si476x_core_cmd_fm_phase_div_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xae35f178 si476x_core_cmd_am_tune_freq +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xc15d574e si476x_core_cmd_dig_audio_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xc374a5ba si476x_core_cmd_fm_tune_freq +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xcde90ac4 si476x_core_is_a_secondary_tuner +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xd2c5ad8b si476x_core_cmd_fm_rds_blockcount +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xdef139d4 si476x_core_cmd_power_down +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xe318a5fb si476x_core_i2c_xfer +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xe5d836fa si476x_core_cmd_fm_phase_diversity +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xf10722c5 si476x_core_is_in_am_receiver_mode +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xfc7baa76 si476x_core_cmd_zif_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0x40ff91d9 sm501_unit_power +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0x6a7bd64d sm501_find_clock +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0xa0806e31 sm501_misc_control +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0xa8c992da sm501_modify_reg +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0xfbdd0fb7 sm501_set_clock +EXPORT_SYMBOL_GPL drivers/mfd/sprd-sc27xx-spi 0xd288103b sprd_pmic_detect_charger_type +EXPORT_SYMBOL_GPL drivers/mfd/stmfx 0x1acb76b9 stmfx_function_disable +EXPORT_SYMBOL_GPL drivers/mfd/stmfx 0xf7e88413 stmfx_function_enable +EXPORT_SYMBOL_GPL drivers/mfd/ti_am335x_tscadc 0x453089ff am335x_tsc_se_adc_done +EXPORT_SYMBOL_GPL drivers/mfd/ti_am335x_tscadc 0x672caafb am335x_tsc_se_set_cache +EXPORT_SYMBOL_GPL drivers/mfd/ti_am335x_tscadc 0x67d0e451 am335x_tsc_se_set_once +EXPORT_SYMBOL_GPL drivers/mfd/ti_am335x_tscadc 0x67d6b901 am335x_tsc_se_clr +EXPORT_SYMBOL_GPL drivers/mfd/tps65217 0x1d34a01a tps65217_clear_bits +EXPORT_SYMBOL_GPL drivers/mfd/tps65217 0x399e1f32 tps65217_reg_read +EXPORT_SYMBOL_GPL drivers/mfd/tps65217 0x6c993fbf tps65217_set_bits +EXPORT_SYMBOL_GPL drivers/mfd/tps65217 0xbe50d58b tps65217_reg_write +EXPORT_SYMBOL_GPL drivers/mfd/tps65218 0xa34ac49a tps65218_set_bits +EXPORT_SYMBOL_GPL drivers/mfd/tps65218 0xcc976766 tps65218_reg_write +EXPORT_SYMBOL_GPL drivers/mfd/tps65218 0xdd8a2467 tps65218_clear_bits +EXPORT_SYMBOL_GPL drivers/mfd/ucb1400_core 0x262a6144 ucb1400_adc_read +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0x1950b9bc alcor_write8 +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0x7a306775 alcor_write32be +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0x8719a1c5 alcor_write32 +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0xa83427e1 alcor_read32 +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0xb9c13159 alcor_read8 +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0xc62d7e25 alcor_write16 +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0xe61a5fe6 alcor_read32be +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x0b480f39 rtsx_pci_dma_transfer +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x0f831228 rtsx_pci_write_ppbuf +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x0fd90f58 rtsx_pci_card_exist +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x11bb3781 rtsx_pci_read_ppbuf +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x199fc988 rtsx_pci_dma_map_sg +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x1ac4c76d rtsx_pci_transfer_data +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x1dd58e69 rtsx_pci_card_exclusive_check +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x3bfe2051 rtsx_pci_read_phy_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x4c83e486 rtsx_pci_card_pull_ctl_disable +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x502948df rtsx_pci_card_power_off +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x53c0bd95 rtsx_pci_read_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x57499991 rtsx_pci_add_cmd +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x8bafb20e rtsx_pci_stop_cmd +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x96789e3a rtsx_pci_write_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x9988a610 rtsx_pci_card_pull_ctl_enable +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x9df5aa41 rtsx_pci_complete_unfinished_transfer +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xc07b2f57 rtsx_pci_dma_unmap_sg +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xc07fa693 rtsx_pci_send_cmd +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xc2a4df33 rtsx_pci_send_cmd_no_wait +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xc9b279f3 rtsx_pci_switch_clock +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xd12e800a rtsx_pci_start_run +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xd347d5e0 rtsx_pci_switch_output_voltage +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xe5a88996 rtsx_pci_write_phy_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xf8be93a1 rtsx_pci_card_power_on +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x29aedaff rtsx_usb_write_ppbuf +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x2daee91a rtsx_usb_transfer_data +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x4d0817e7 rtsx_usb_get_rsp +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x5329710e rtsx_usb_get_card_status +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x5f65e739 rtsx_usb_card_exclusive_check +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x638bc611 rtsx_usb_read_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x7875dcde rtsx_usb_ep0_read_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x94619a98 rtsx_usb_write_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x9e0a2b85 rtsx_usb_read_ppbuf +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0xaba447b1 rtsx_usb_ep0_write_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0xd58af42e rtsx_usb_send_cmd +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0xdf29ded3 rtsx_usb_add_cmd +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0xf7d20a7c rtsx_usb_switch_clock +EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0x2e343e54 cb710_pci_update_config_reg +EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0x36dd3c85 cb710_sg_dwiter_write_next_block +EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0xce93805b cb710_sg_dwiter_read_next_block +EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0xef064ac9 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 0x30be51b7 enclosure_register +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x6b054032 enclosure_component_register +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x7f76f752 enclosure_for_each_device +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x90b06225 enclosure_component_alloc +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x9296fe19 enclosure_remove_device +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x93804c89 enclosure_find +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0xa4f1db74 enclosure_add_device +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0xda7dce84 enclosure_unregister +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x1341eeae lis3lv02d_poweron +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x34ae5dfd lis3lv02d_remove_fs +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x3aa8fb52 lis3lv02d_joystick_enable +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x4a03fa49 lis3lv02d_init_dt +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x9409bf4d lis3lv02d_poweroff +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0xb06a1dcf lis3lv02d_init_device +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0xc66b67dd lis3_dev +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0xfc18bb3d lis3lv02d_joystick_disable +EXPORT_SYMBOL_GPL drivers/misc/pvpanic/pvpanic 0xb68b4220 devm_pvpanic_probe +EXPORT_SYMBOL_GPL drivers/misc/ti-st/st_drv 0x27b492c3 st_unregister +EXPORT_SYMBOL_GPL drivers/misc/ti-st/st_drv 0x80049dca st_register +EXPORT_SYMBOL_GPL drivers/misc/uacce/uacce 0x841c8f10 uacce_remove +EXPORT_SYMBOL_GPL drivers/misc/uacce/uacce 0x94150aa7 uacce_register +EXPORT_SYMBOL_GPL drivers/misc/uacce/uacce 0xeda814f0 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 0x7bf83bcc vmci_qpair_enquev +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 0x9ee7970b 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 0xe196511f vmci_qpair_dequev +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 0x62a98fdc dw_mci_pltfm_pmops +EXPORT_SYMBOL_GPL drivers/mmc/host/dw_mmc-pltfm 0xb0adc3d1 dw_mci_pltfm_remove +EXPORT_SYMBOL_GPL drivers/mmc/host/dw_mmc-pltfm 0xd8322a9b dw_mci_pltfm_register +EXPORT_SYMBOL_GPL drivers/mmc/host/mmc_hsq 0x15c7513b mmc_hsq_resume +EXPORT_SYMBOL_GPL drivers/mmc/host/mmc_hsq 0x82b6b2dd mmc_hsq_finalize_request +EXPORT_SYMBOL_GPL drivers/mmc/host/mmc_hsq 0x9a08a22f mmc_hsq_init +EXPORT_SYMBOL_GPL drivers/mmc/host/mmc_hsq 0xa33784af mmc_hsq_suspend +EXPORT_SYMBOL_GPL drivers/mmc/host/renesas_sdhi_core 0x67f1dd06 renesas_sdhi_probe +EXPORT_SYMBOL_GPL drivers/mmc/host/renesas_sdhi_core 0x690c4a5a renesas_sdhi_remove +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x00643c6e sdhci_switch_external_dma +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x099185c7 sdhci_suspend_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x3187a074 sdhci_set_power_and_bus_voltage +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x3646ed5a sdhci_set_power_noreg +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x3715084d sdhci_set_power +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x39173040 sdhci_enable_sdio_irq +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x3acce9a8 sdhci_end_tuning +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x3d9bd8b3 sdhci_set_uhs_signaling +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x3dd3b6d8 sdhci_calc_clk +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x3e96635a sdhci_cqe_disable +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x40bb22f0 sdhci_execute_tuning +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x40c8621c sdhci_dumpregs +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x41c9c744 sdhci_request_atomic +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x4627c7ce sdhci_alloc_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x4cbc7112 __sdhci_read_caps +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x5002085b sdhci_add_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x50745d91 sdhci_runtime_suspend_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x52bbd62d sdhci_send_tuning +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x6f103c54 sdhci_remove_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x700469fb sdhci_free_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x72764bbf __sdhci_add_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x770e0b47 sdhci_cqe_enable +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x775f5811 sdhci_cqe_irq +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x7990f99d sdhci_runtime_resume_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x87f21e2d sdhci_set_bus_width +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x96460b59 sdhci_set_data_timeout_irq +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x991a69ef sdhci_set_ios +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xa64289e8 sdhci_request +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xaf86bf02 sdhci_set_clock +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xb6d00b1a sdhci_setup_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xc413d501 sdhci_get_cd_nogpio +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xca5ddfa4 __sdhci_set_timeout +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xd1337a70 sdhci_reset_tuning +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xd310f6a0 sdhci_enable_v4_mode +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xd3c00781 sdhci_reset +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xdb0fdce3 sdhci_cleanup_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xdc744871 sdhci_start_tuning +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xdca7a194 sdhci_adma_write_desc +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xdcd49f18 sdhci_abort_tuning +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xdddfc236 sdhci_resume_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xe9f228a4 sdhci_start_signal_voltage_switch +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xfd61947f sdhci_enable_clk +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x0adacc15 sdhci_pltfm_resume +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x2935140f sdhci_pltfm_suspend +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x4f1ba174 sdhci_get_property +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x6cf75b12 sdhci_pltfm_register +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x74a1208d sdhci_pltfm_pmops +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x7b5af6cb sdhci_pltfm_clk_get_max_clock +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x81137195 sdhci_pltfm_init +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0xad9d1e19 sdhci_pltfm_unregister +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0xaec408d0 sdhci_pltfm_free +EXPORT_SYMBOL_GPL drivers/mmc/host/tmio_mmc_core 0x15fd6696 tmio_mmc_host_remove +EXPORT_SYMBOL_GPL drivers/mmc/host/tmio_mmc_core 0x22ffa926 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 0x3c052dee tmio_mmc_do_data_irq +EXPORT_SYMBOL_GPL drivers/mmc/host/tmio_mmc_core 0x4a0d16f3 tmio_mmc_disable_mmc_irqs +EXPORT_SYMBOL_GPL drivers/mmc/host/tmio_mmc_core 0x6276cbdb tmio_mmc_enable_mmc_irqs +EXPORT_SYMBOL_GPL drivers/mmc/host/tmio_mmc_core 0x9971acf7 tmio_mmc_host_probe +EXPORT_SYMBOL_GPL drivers/mmc/host/tmio_mmc_core 0xcbb2a4c0 tmio_mmc_host_alloc +EXPORT_SYMBOL_GPL drivers/mmc/host/tmio_mmc_core 0xe1de54b3 tmio_mmc_host_runtime_resume +EXPORT_SYMBOL_GPL drivers/mmc/host/tmio_mmc_core 0xe39024ce tmio_mmc_host_free +EXPORT_SYMBOL_GPL drivers/most/most_core 0x358360f4 most_put_mbo +EXPORT_SYMBOL_GPL drivers/most/most_core 0x4cf70f64 channel_has_mbo +EXPORT_SYMBOL_GPL drivers/most/most_core 0x5afb617a most_stop_channel +EXPORT_SYMBOL_GPL drivers/most/most_core 0x79e57821 most_register_component +EXPORT_SYMBOL_GPL drivers/most/most_core 0x81055012 most_stop_enqueue +EXPORT_SYMBOL_GPL drivers/most/most_core 0x93a31547 most_deregister_configfs_subsys +EXPORT_SYMBOL_GPL drivers/most/most_core 0x98e9d3e8 most_register_configfs_subsys +EXPORT_SYMBOL_GPL drivers/most/most_core 0x9f8d01da most_submit_mbo +EXPORT_SYMBOL_GPL drivers/most/most_core 0xa9bac838 most_deregister_component +EXPORT_SYMBOL_GPL drivers/most/most_core 0xaca792c1 most_start_channel +EXPORT_SYMBOL_GPL drivers/most/most_core 0xe40763a2 most_deregister_interface +EXPORT_SYMBOL_GPL drivers/most/most_core 0xe76dc059 most_register_interface +EXPORT_SYMBOL_GPL drivers/most/most_core 0xf2a44eb2 most_get_mbo +EXPORT_SYMBOL_GPL drivers/most/most_core 0xf63b008f most_resume_enqueue +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0001 0x1fcf1748 cfi_cmdset_0200 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0001 0xddf81736 cfi_cmdset_0001 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0001 0xe2d132de cfi_cmdset_0003 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0002 0x0ebc6fac cfi_cmdset_0701 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0002 0x8317ebfa cfi_cmdset_0006 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0002 0xfd45a02a cfi_cmdset_0002 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0020 0x6c82c6ad cfi_cmdset_0020 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_util 0x4b29d907 cfi_qry_mode_on +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_util 0xc50db870 cfi_qry_mode_off +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_util 0xd9071c05 cfi_qry_present +EXPORT_SYMBOL_GPL drivers/mtd/hyperbus/hyperbus-core 0x27f5ca45 hyperbus_register_device +EXPORT_SYMBOL_GPL drivers/mtd/hyperbus/hyperbus-core 0xd3258488 hyperbus_unregister_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x039b4a58 mtd_ooblayout_ecc +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x05175b40 mtd_kmalloc_up_to +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x0ebd49f2 __put_mtd_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x18d63c05 mtd_read +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x194ee1f1 mtd_read_fact_prot_reg +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x1f722bc9 __register_mtd_parser +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x3f20d6cf of_get_mtd_device_by_node +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x41383685 mtd_ooblayout_find_eccregion +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x425f9b7e mtd_read_user_prot_reg +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x4a2487eb mtd_point +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x4ed0a435 deregister_mtd_parser +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x4fb57874 mtd_unlock +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x50dabc2f mtd_table_mutex +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x54b3a23a unregister_mtd_user +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x5ba52c16 mtd_is_locked +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x5bfdd142 mtd_ooblayout_free +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x667f4a58 mtd_ooblayout_set_eccbytes +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x696d9b3e mtd_get_unmapped_area +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x6c6e6b39 mtd_lock_user_prot_reg +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x6e63f5f6 mtd_pairing_info_to_wunit +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x6ede19c5 mtd_device_parse_register +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x748c5a79 mtd_block_markbad +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x76b4842c mtd_device_unregister +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x779a81e8 __get_mtd_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x7c08e79b mtd_write_user_prot_reg +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x7ff3e6e6 kill_mtd_super +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x8296071b mtd_read_oob +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x85d3e1da mtd_lock +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x90e245b9 mtd_pairing_groups +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x91c49789 register_mtd_user +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x946eb5b1 mtd_del_partition +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x99db94b3 mtd_ooblayout_set_databytes +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x9e8f3498 mtd_block_isbad +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xa187f4a0 get_mtd_device_nm +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xa370726e mtd_add_partition +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xa9fe4fe3 mtd_panic_write +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xb12b392b mtd_ooblayout_get_databytes +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xb6d4c605 mtd_ooblayout_count_eccbytes +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xb7075882 mtd_check_expert_analysis_mode +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xb8700860 put_mtd_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xbe4fd5cd mtd_write +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xbfccbe2b mtd_get_user_prot_info +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xc0efc470 mtd_writev +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xc29031e0 mtd_get_fact_prot_info +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xcc37483e mtd_erase_user_prot_reg +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xd08c39f3 mtd_get_device_size +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xd1406adf mtd_erase +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xd4356650 mtd_ooblayout_get_eccbytes +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xd560acb9 get_mtd_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xe2bf8181 mtd_unpoint +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xebb5d7c3 mtd_write_oob +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xf0b3f5a8 mtd_ooblayout_count_freebytes +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xf950a9f4 mtd_wunit_to_pairing_info +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xfa2318eb mtd_block_isreserved +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xfa33db60 __mtd_next_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xfdd77609 get_tree_mtd +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0x39ad3b95 deregister_mtd_blktrans +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0x6c0921f3 add_mtd_blktrans_dev +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0x8b74ebcd register_mtd_blktrans +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0xcd9751fe mtd_blktrans_cease_background +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0xde648bd7 del_mtd_blktrans_dev +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x0167e19b nanddev_bbt_get_block_status +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x13a859c5 nanddev_ecc_engine_init +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x286b6ead nanddev_mtd_max_bad_blocks +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x38dbdf96 nanddev_bbt_update +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x3e597a52 nanddev_init +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x3ede35b2 nand_get_large_page_ooblayout +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x3f9093c6 nanddev_ecc_engine_cleanup +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x40a06e4e nand_get_large_page_hamming_ooblayout +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x41f643b6 mxic_ecc_get_pipelined_ops +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x43b10668 nanddev_isbad +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x486853b3 nanddev_bbt_cleanup +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x6250e7e8 mxic_ecc_put_pipelined_engine +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x6dcff6c7 nanddev_mtd_erase +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x6fb2f066 nanddev_bbt_set_block_status +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x72fb1360 nanddev_cleanup +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x7972c718 nanddev_isreserved +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x7d9a30da nanddev_bbt_init +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x9327efeb nand_ecc_restore_req +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0xa43a54c8 nand_ecc_cleanup_req_tweaking +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0xa569e035 nand_ecc_tweak_req +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0xc34994f9 nanddev_markbad +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0xce60644f mxic_ecc_process_data_pipelined +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0xd0ec4fcc mxic_ecc_get_pipelined_engine +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0xe077bf6f nand_get_small_page_ooblayout +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0xf6f1223e nand_ecc_init_req_tweaking +EXPORT_SYMBOL_GPL drivers/mtd/nand/onenand/onenand 0x13b8135d onenand_scan +EXPORT_SYMBOL_GPL drivers/mtd/nand/onenand/onenand 0xce1cd06b onenand_release +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/brcmnand/brcmnand 0x187b1327 brcmnand_pm_ops +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/brcmnand/brcmnand 0x5f38a7d4 brcmnand_probe +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/brcmnand/brcmnand 0x80edb853 brcmnand_remove +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/denali 0xef000e00 denali_chip_init +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x0c7cca30 nand_reset_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x0e68a48f nand_erase_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x0f23d6ee nand_read_data_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x11091291 nand_extract_bits +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x19ad8fb2 nand_wait_ready +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x2289f680 nand_reset +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x2c593437 nand_op_parser_exec_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x2d368c4c nand_subop_get_addr_start_off +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x41f83c7d nand_read_page_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x520970e0 nand_read_page_hwecc_oob_first +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x5632e63d nand_subop_get_num_addr_cyc +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x568963a5 nand_prog_page_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x56cf757c nand_soft_waitrdy +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x5feb96fe nand_deselect_target +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x664118d0 nand_prog_page_begin_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x6ab45517 nand_read_oob_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x75163bef nand_readid_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x92a3b7b0 nand_prog_page_end_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xaa99a9eb nand_status_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xb1cde8c7 nand_write_data_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xc74f513d nand_ecc_choose_conf +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xd3c672b8 nand_subop_get_data_len +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xd41ff2ac nand_subop_get_data_start_off +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xd91cfa28 nand_decode_ext_id +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xda34043f nand_select_target +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xe4a4d696 nand_gpio_waitrdy +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xf0451ea9 nand_change_write_column_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xf34e56e2 nand_change_read_column_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xf7812077 nand_cleanup +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/sm_common 0x9737adb2 sm_register_device +EXPORT_SYMBOL_GPL drivers/mtd/spi-nor/spi-nor 0x3de7b8cb spi_nor_restore +EXPORT_SYMBOL_GPL drivers/mtd/spi-nor/spi-nor 0x6c7b1367 spi_nor_scan +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x1e66769f ubi_leb_map +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 0x4916875c ubi_leb_read_sg +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x5f802fb2 ubi_leb_erase +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x607ae61b ubi_open_volume_nm +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x66011ab6 ubi_get_device_info +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x852ea891 ubi_leb_change +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x85a8ee76 ubi_unregister_volume_notifier +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x8a9a3643 ubi_close_volume +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x9cb65659 ubi_open_volume_path +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xa74f6e30 ubi_open_volume +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xac3a8225 ubi_leb_unmap +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xd6c7b9ef ubi_get_volume_info +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xd7749581 ubi_do_get_device_info +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xe836fc75 ubi_leb_read +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xe9ff3c5d ubi_leb_write +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xf5ee9ba8 ubi_register_volume_notifier +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xfb5ca3b5 ubi_is_mapped +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x0a65c89f mux_state_try_select_delay +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x119f45b7 mux_chip_register +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x21c75c99 mux_control_deselect +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x242892fa mux_control_try_select_delay +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x26fdee0d mux_chip_free +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x2dc72418 devm_mux_state_get +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x3513cb3e devm_mux_chip_register +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x5dcab915 mux_chip_alloc +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x5e2ac145 mux_chip_unregister +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x76548385 devm_mux_control_get +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x7b701d6c mux_control_select_delay +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x7cf08396 mux_state_deselect +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x91bbb553 devm_mux_chip_alloc +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x9309f610 mux_control_get +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x9f113a2e mux_control_states +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0xabfa68d6 mux_control_put +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0xfa76e911 mux_state_select_delay +EXPORT_SYMBOL_GPL drivers/net/arcnet/arcnet 0x5ba00c89 arcnet_led_event +EXPORT_SYMBOL_GPL drivers/net/arcnet/arcnet 0x8c6580dc devm_arcnet_led_init +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0x09e3b77d alloc_c_can_dev +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0x2b476660 free_c_can_dev +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0x33b2141b register_c_can_dev +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0x43f913e8 c_can_power_down +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0x97364a8b c_can_power_up +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0xa542f251 unregister_c_can_dev +EXPORT_SYMBOL_GPL drivers/net/can/cc770/cc770 0x54cbb7c9 unregister_cc770dev +EXPORT_SYMBOL_GPL drivers/net/can/cc770/cc770 0xad857383 register_cc770dev +EXPORT_SYMBOL_GPL drivers/net/can/cc770/cc770 0xcb7d255b alloc_cc770dev +EXPORT_SYMBOL_GPL drivers/net/can/cc770/cc770 0xefb07f54 free_cc770dev +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x05274bee safe_candev_priv +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x0e979fbe can_rx_offload_add_manual +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x10d892eb can_get_state_str +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x1b491d05 alloc_canfd_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x227a84dc can_rx_offload_irq_offload_fifo +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x24653fad can_rx_offload_threaded_irq_finish +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x2a35d649 can_rx_offload_add_fifo +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x35ba13b8 free_candev +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x39eee9ce can_rx_offload_irq_finish +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x401d7a6d can_rx_offload_irq_offload_timestamp +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x4412150e can_dropped_invalid_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x46fbc523 can_rx_offload_del +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x4984ddf5 alloc_can_err_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x4fc9971c alloc_candev_mqs +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x51779e31 alloc_can_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x52d11bfc can_rx_offload_queue_timestamp +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x6047ede6 can_fd_len2dlc +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x62607d60 open_candev +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x696664a4 can_free_echo_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x6b1314c8 can_get_echo_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x70124e68 can_change_mtu +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x74b35dcf close_candev +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x98b745b1 can_put_echo_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xaf8b2aca can_rx_offload_enable +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xc848c510 can_change_state +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xce3f7fc8 unregister_candev +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xd960bcf5 can_rx_offload_get_echo_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xdaff8688 alloc_canxl_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xdbc7908b register_candev +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xde5d67d2 can_bus_off +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xe2f5692b can_skb_get_frame_len +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xed3b4eb3 of_can_transceiver +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xef302071 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 0xf440fbb8 can_rx_offload_add_timestamp +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0x11953ffe m_can_class_unregister +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0x22602f58 m_can_class_register +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0x3f4c0fc8 m_can_class_suspend +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0x46640e49 m_can_class_allocate_dev +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0x68e6091b m_can_init_ram +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0x6b61c160 m_can_class_free_dev +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0x7444f728 m_can_class_resume +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0x8ddc24af m_can_class_get_clocks +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0x23456b6f alloc_sja1000dev +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0x3915d549 unregister_sja1000dev +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0x49ebd0d2 sja1000_interrupt +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0x6845d0e7 free_sja1000dev +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0xaf8a8d21 register_sja1000dev +EXPORT_SYMBOL_GPL drivers/net/dsa/lan9303-core 0xb1695aa6 lan9303_indirect_phy_ops +EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_switch 0x3bad6ae1 ksz_switch_chips +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8365mb 0x357e172a rtl8365mb_variant +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0x0162c2db rtl8366_enable_vlan +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0x1777ee66 rtl8366_vlan_add +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0x1f9d5120 rtl8366_enable_vlan4k +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0x415762c2 rtl8366_get_strings +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0x4411faf1 rtl8366_get_ethtool_stats +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0x752361f3 rtl8366_vlan_del +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0x7feef5d7 rtl8366rb_variant +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0xb123deea rtl8366_set_pvid +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0xb8a55016 rtl8366_get_sset_count +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0xd7e493d9 rtl8366_reset_vlan +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0xdbf220cf rtl8366_set_vlan +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0xec7b1798 rtl8366_mc_is_used +EXPORT_SYMBOL_GPL drivers/net/ethernet/arc/arc_emac 0x41d30b02 arc_emac_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/arc/arc_emac 0xf6f5cc17 arc_emac_probe +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-mdio 0x364e885d enetc_hw_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-mdio 0x5adc90d2 enetc_mdio_write +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 0xf01e9a48 enetc_mdio_read +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0x13152669 fun_serv_restart +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0x185b6cb6 fun_submit_admin_sync_cmd +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0x1a88ee16 fun_alloc_ring_mem +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0x27876063 fun_free_ring_mem +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0x3ae8ece0 fun_serv_sched +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0x5f605331 fun_get_res_count +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0x71b40f82 fun_cq_create +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0x7636ff2f fun_bind +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0xa1edf2c8 fun_sq_create +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0xd8504dc5 fun_serv_stop +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0xe9aa582b fun_res_destroy +EXPORT_SYMBOL_GPL drivers/net/ethernet/intel/i40e/i40e 0xc1f9c6fe i40e_client_device_register +EXPORT_SYMBOL_GPL drivers/net/ethernet/intel/i40e/i40e 0xe79d52d7 i40e_client_device_unregister +EXPORT_SYMBOL_GPL drivers/net/ethernet/intel/ice/ice 0x331fcc7c ice_rdma_update_vsi_filter +EXPORT_SYMBOL_GPL drivers/net/ethernet/intel/ice/ice 0x6de1e9bb ice_del_rdma_qset +EXPORT_SYMBOL_GPL drivers/net/ethernet/intel/ice/ice 0x6de57d9a ice_add_rdma_qset +EXPORT_SYMBOL_GPL drivers/net/ethernet/intel/ice/ice 0xccf6e97e ice_get_qos_params +EXPORT_SYMBOL_GPL drivers/net/ethernet/intel/ice/ice 0xee6a27b1 ice_rdma_request_reset +EXPORT_SYMBOL_GPL drivers/net/ethernet/marvell/octeontx2/nic/otx2_ptp 0x4907df4b otx2_ptp_tstamp2time +EXPORT_SYMBOL_GPL drivers/net/ethernet/marvell/octeontx2/nic/otx2_ptp 0x6935a2ea otx2_ptp_init +EXPORT_SYMBOL_GPL drivers/net/ethernet/marvell/octeontx2/nic/otx2_ptp 0x7d9fd85c otx2_ptp_destroy +EXPORT_SYMBOL_GPL drivers/net/ethernet/marvell/octeontx2/nic/otx2_ptp 0xb993b854 otx2_ptp_clock_index +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x01ef9314 mlx4_config_roce_v2_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x023a1245 mlx4_get_active_ports +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0279d995 mlx4_flow_attach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x06226414 mlx4_replace_zero_macs +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x079d02a9 mlx4_get_base_qpn +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0a123969 mlx4_counter_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0a3a49af mlx4_find_cached_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0c18ae34 mlx4_xrcd_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0d5da645 mlx4_wol_read +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1a77d7f5 mlx4_unicast_attach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1c5dedde mlx4_mr_hw_change_pd +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1ca9b828 mlx4_unbond +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1cf323c3 mlx4_mtt_init +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x20827a88 mlx4_free_hwq_res +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x215d6292 mlx4_pd_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x231a71a0 mlx4_flow_detach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x24b4b071 mlx4_phys_to_slaves_pport +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x28f28c9f mlx4_mr_rereg_mem_cleanup +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2c3e433e mlx4_set_vf_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2cfa8474 mlx4_buf_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2f256b7e mlx4_qp_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2f391682 mlx4_unregister_interface +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x32d0bf3e mlx4_uar_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x33d236a9 mlx4_flow_steer_promisc_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x37d0a468 mlx4_cq_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x383018ac mlx4_config_vxlan_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x398339d2 mlx4_cq_modify +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x423531a3 mlx4_bond +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x42a24d72 mlx4_db_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4499e5bb mlx4_mw_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x478bdb0e __mlx4_register_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4b31d554 mlx4_mtt_cleanup +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4c3f9c9c mlx4_get_internal_clock_params +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5224df1a mlx4_unicast_promisc_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x53b720ca mlx4_get_vf_config +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x561cde4e mlx4_get_counter_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x562bd5e1 mlx4_multicast_attach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x56e5fea9 mlx4_INIT_PORT +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5a528f27 mlx4_get_base_gid_ix +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5ae66f74 mlx4_unicast_detach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5bbc4941 mlx4_vf_smi_enabled +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5e8a814d mlx4_cq_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5ffc7e3a mlx4_set_vf_link_state +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x65333243 mlx4_pd_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x67cd7437 mlx4_qp_query +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x68ae1955 mlx4_register_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6b14ca84 mlx4_multicast_detach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x70332af7 mlx4_mr_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7086db06 mlx4_register_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x714ea707 mlx4_map_sw_to_hw_steering_mode +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x72a5f0b6 mlx4_CLOSE_PORT +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x730b7d8c mlx4_ACCESS_PTYS_REG +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x75861e3e mlx4_set_admin_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x75d7deff mlx4_flow_steer_promisc_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x760f34cd mlx4_phys_to_slaves_pport_actv +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x76110222 mlx4_wol_write +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x786eb1b9 mlx4_mr_hw_get_mpt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x78eca00a mlx4_get_vf_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7aa1f0a7 mlx4_hw_rule_sz +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7b2a374e mlx4_port_map_set +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7b4ee19f mlx4_qp_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7d7fa2ec mlx4_get_slave_default_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7dc2d126 mlx4_multicast_promisc_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7e1ceb91 mlx4_uar_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7f7b4757 mlx4_qp_modify +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x815c8a6b mlx4_mw_enable +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8c2a41c3 mlx4_get_default_counter_index +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9234daa9 mlx4_xrcd_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x93bf26ce mlx4_free_cmd_mailbox +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9443af66 mlx4_update_qp +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9829452d mlx4_mr_hw_write_mpt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9c0cef7d mlx4_write_mtt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9c4295a1 mlx4_mr_hw_put_mpt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9de47b5e mlx4_srq_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9f3bbac0 mlx4_alloc_cmd_mailbox +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa017dd9c mlx4_get_protocol_dev +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa0a66894 mlx4_get_devlink_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa1e87fa2 mlx4_buf_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa5dd009d mlx4_mr_rereg_mem_write +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa5e7e767 mlx4_mr_enable +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa7f4027a mlx4_bf_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa9d1a1c9 mlx4_register_interface +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xaa22ddf6 mlx4_vf_set_enable_smi_admin +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xab200ebf mlx4_unregister_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xadf628b4 mlx4_get_admin_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xaede7a41 __mlx4_unregister_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb0b53250 mlx4_mr_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb22a5ca4 mlx4_unicast_promisc_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb44bffcc mlx4_buf_write_mtt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb61c371e mlx4_cq_resize +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb6660f3d mlx4_bf_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb89a854b mlx4_mtt_addr +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb954ba54 mlx4_config_dev_retrieval +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xba3ff0fa __mlx4_replace_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xba528b0e mlx4_unregister_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xbd24c483 mlx4_srq_lookup +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc1a86086 mlx4_qp_reserve_range +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc1d0e31f mlx4_multicast_promisc_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc81c14cb mlx4_phys_to_slave_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc8cb09c8 mlx4_qp_to_ready +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd06b43ea mlx4_counter_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd17124b7 mlx4_mr_hw_change_access +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd303c7fc mlx4_db_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd53ff607 mlx4_srq_query +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd680a236 mlx4_FLOW_STEERING_IB_UC_QP_RANGE +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd90ca43c mlx4_alloc_hwq_res +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd96cf6af mlx4_srq_arm +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd9919632 mlx4_SYNC_TPT +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe0473c95 mlx4_read_clock +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe166a335 mlx4_map_sw_to_hw_steering_id +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe342a692 mlx4_vf_get_enable_smi_admin +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe54398f5 mlx4_set_vf_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe9466da0 mlx4_mw_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xeab79433 mlx4_slave_convert_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xeb1ee5e8 mlx4_set_vf_spoofchk +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xec57aefb mlx4_srq_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xee8175c4 __mlx4_cmd +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf63bf183 mlx4_qp_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xfc8870a7 mlx4_qp_release_range +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xfda22769 mlx4_find_cached_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xfea83c34 mlx4_set_vf_rate +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x02134fb0 mlx5_query_nic_vport_system_image_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x03831ec7 mlx5_set_port_prio_tc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0481cc7b 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 0x0a7fd120 mlx5_modify_nic_vport_vlans +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0cb2089a mlx5_toggle_port_link +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0d1790fa mlx5_query_nic_vport_promisc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x121f1033 mlx5_query_port_tc_group +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x135c0c73 mlx5_eswitch_mode +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x15019088 mlx5_query_hca_vport_system_image_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1b19e038 mlx5_core_reserved_gids_count +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1bb6a213 mlx5_set_port_caps +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x20e411a6 mlx5_query_port_oper_mtu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x238c65d7 mlx5_vport_get_other_func_cap +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x27f548e3 mlx5_query_nic_vport_mac_address +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2b1156ad mlx5_query_nic_system_image_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2c4333ed mlx5_query_module_eeprom +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2dac3dd4 mlx5_query_min_inline +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x30005cd2 mlx5_modify_nic_vport_mtu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x314b6888 mlx5_core_modify_hca_vport_context +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x331d5c64 mlx5_query_port_pfc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3438623c mlx5_query_mac_address +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x366b39e6 mlx5_query_port_max_mtu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x39a47353 mlx5_db_alloc_node +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3a693086 mlx5_set_port_pause +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3ad5290b mlx5_query_module_eeprom_by_page +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4326bb66 mlx5_access_reg +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x497b72a2 mlx5_query_nic_vport_mtu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4f515550 mlx5_query_port_wol +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4f870d0a mlx5_db_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x531060bb mlx5_query_port_admin_status +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x545aaafa mlx5_query_port_tc_bw_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x576e8945 mlx5_nic_vport_update_local_lb +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5a509960 mlx5_frag_buf_alloc_node +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5cee7b4a mlx5_query_port_vl_hw_cap +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x62fd85b2 mlx5_set_port_pfc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x63d74831 mlx5_core_query_vport_counter +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x652723c7 mlx5_set_port_tc_group +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6e834b3a mlx5_set_port_tc_bw_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7042de67 mlx5_dm_sw_icm_dealloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x72d24e2b mlx5_query_port_ptys +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x74881abe mlx5_nic_vport_affiliate_multiport +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x76cae4d3 mlx5_modify_port_ets_rate_limit +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x78b221b9 mlx5_nic_vport_unaffiliate_multiport +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 0x8a750b55 mlx5_set_port_wol +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8a80f2b7 mlx5_core_access_reg +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x95770c26 mlx5_query_port_ets_rate_limit +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9af71bd9 mlx5_modify_nic_vport_mac_list +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9d1f2459 mlx5_frag_buf_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa61bd1f0 mlx5_query_hca_vport_gid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa70520c2 mlx5_core_query_sq_state +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb0b2acba mlx5_query_nic_vport_node_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb1ab2227 mlx5_query_nic_vport_min_inline +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb1cdc21b mlx5_dm_sw_icm_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb707c7aa mlx5_query_hca_vport_context +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc06dc6fa mlx5_query_nic_vport_qkey_viol_cntr +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xca7d068a mlx5_query_nic_vport_mac_list +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xcb78fe3b mlx5_query_port_prio_tc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xcc26c41c mlx5_set_port_admin_status +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xcdb0fb30 mlx5_nic_vport_enable_roce +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xdd4e9a7d mlx5_eswitch_get_total_vports +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe2b42e00 mlx5_ipsec_device_caps +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe4ecf03c mlx5_query_port_pause +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe8b837fe mlx5_modify_nic_vport_promisc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf28c2b3e mlx5_modify_nic_vport_mac_address +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf32f7f0e mlx5_nic_vport_query_local_lb +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf3a9d73b mlx5_query_hca_vport_pkey +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf9085b09 mlx5_query_hca_vport_node_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/micrel/ks8851_common 0x0d211562 ks8851_probe_common +EXPORT_SYMBOL_GPL drivers/net/ethernet/micrel/ks8851_common 0x9fd1e9e9 ks8851_suspend +EXPORT_SYMBOL_GPL drivers/net/ethernet/micrel/ks8851_common 0xd0cd70ef ks8851_remove_common +EXPORT_SYMBOL_GPL drivers/net/ethernet/micrel/ks8851_common 0xfd7d791f ks8851_resume +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 0xee9a34d3 devm_regmap_init_encx24j600 +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x06cf1fae ocelot_port_setup_dsa_8021q_cpu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x13f54d7f ocelot_port_rmwl +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x1472f768 ocelot_port_add_dscp_prio +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x195b3e2f ocelot_port_set_default_prio +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x1f8f70eb ocelot_port_readl +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x20aa4bc9 ocelot_get_bridge_fwd_mask +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x2322224d ocelot_port_assigned_dsa_8021q_cpu_mask +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x28a4eed4 ocelot_mact_flush +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x36e52b2b ocelot_port_get_rmon_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x36fbc99b ocelot_port_writel +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x4075f05b __ocelot_write_ix +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x447765bd ocelot_lag_fdb_del +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x44f11370 ocelot_bond_get_id +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x454ee21d ocelot_phylink_mac_link_down +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x521d2280 ocelot_port_get_eth_phy_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x55cc41fe ocelot_port_teardown_dsa_8021q_cpu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x56d84aeb ocelot_port_unassign_dsa_8021q_cpu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x60d924e8 ocelot_phylink_mac_link_up +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x687e5cb6 ocelot_port_get_dscp_prio +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x748b59c3 ocelot_port_get_eth_ctrl_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x7d730659 ocelot_port_mirror_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x8603cbe0 ocelot_port_get_default_prio +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x879004b9 ocelot_regmap_init +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x8c2a9792 ocelot_cls_flower_destroy +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x9011d9a2 ocelot_cls_flower_replace +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x99b3cad8 ocelot_migrate_mdbs +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xacffa25c ocelot_port_del_dscp_prio +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xadfa2a42 __ocelot_read_ix +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xb45bae98 ocelot_port_assign_dsa_8021q_cpu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xcbaecb9b __ocelot_rmw_ix +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xcc884144 ocelot_regfields_init +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xcd77e835 ocelot_lag_fdb_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xd088d496 __ocelot_bulk_read_ix +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xd8983fd6 ocelot_port_get_eth_mac_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xdc69fcff ocelot_bridge_num_find +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xe5f8a674 ocelot_port_mirror_del +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xe6d65099 ocelot_port_get_pause_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xe912adf3 ocelot_cls_flower_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 0x13503f20 stmmac_suspend +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac 0x382f98ec stmmac_init_tstamp_counter +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac 0x545572d4 stmmac_set_mac_addr +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac 0x8bcea4a7 stmmac_resume +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac 0x92d778bb stmmac_get_mac_addr +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac 0xc550f546 stmmac_dvr_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac 0xc8adf86a stmmac_bus_clks_config +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac 0xd47023a8 stmmac_dvr_probe +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0x1ddc7a97 stmmac_get_platform_resources +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0x466b3314 stmmac_probe_config_dt +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0xdb17f42c stmmac_remove_config_dt +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0xe29880eb stmmac_pltfr_pm_ops +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0xf7f92333 stmmac_pltfr_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/ti/am65-cpts 0x1b93da0f am65_cpts_create +EXPORT_SYMBOL_GPL drivers/net/ethernet/ti/am65-cpts 0x405b51c2 am65_cpts_ns_gettime +EXPORT_SYMBOL_GPL drivers/net/ethernet/ti/am65-cpts 0x6ab9a4a1 am65_cpts_release +EXPORT_SYMBOL_GPL drivers/net/ethernet/ti/am65-cpts 0x828c824a am65_cpts_suspend +EXPORT_SYMBOL_GPL drivers/net/ethernet/ti/am65-cpts 0x91fd3558 am65_cpts_rx_enable +EXPORT_SYMBOL_GPL drivers/net/ethernet/ti/am65-cpts 0xb60b988a am65_cpts_estf_disable +EXPORT_SYMBOL_GPL drivers/net/ethernet/ti/am65-cpts 0xbe73ab48 am65_cpts_tx_timestamp +EXPORT_SYMBOL_GPL drivers/net/ethernet/ti/am65-cpts 0xbfc83e4d am65_cpts_estf_enable +EXPORT_SYMBOL_GPL drivers/net/ethernet/ti/am65-cpts 0xe0cbdf78 am65_cpts_resume +EXPORT_SYMBOL_GPL drivers/net/ethernet/ti/am65-cpts 0xfca9b9d9 am65_cpts_phc_index +EXPORT_SYMBOL_GPL drivers/net/ethernet/ti/am65-cpts 0xfd7a8fcb am65_cpts_prep_tx_timestamp +EXPORT_SYMBOL_GPL drivers/net/ethernet/wiznet/w5100 0x4689fd07 w5100_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/wiznet/w5100 0x6ec1ed2c w5100_probe +EXPORT_SYMBOL_GPL drivers/net/ethernet/wiznet/w5100 0xa3e24b10 w5100_ops_priv +EXPORT_SYMBOL_GPL drivers/net/ethernet/wiznet/w5100 0xc3844cea w5100_pm_ops +EXPORT_SYMBOL_GPL drivers/net/geneve 0xe99cb657 geneve_dev_create_fb +EXPORT_SYMBOL_GPL drivers/net/ipvlan/ipvlan 0x14bc430b ipvlan_count_rx +EXPORT_SYMBOL_GPL drivers/net/ipvlan/ipvlan 0x3c3c9cda ipvlan_link_new +EXPORT_SYMBOL_GPL drivers/net/ipvlan/ipvlan 0x693fcac7 ipvlan_link_register +EXPORT_SYMBOL_GPL drivers/net/ipvlan/ipvlan 0xd0c915e8 ipvlan_link_setup +EXPORT_SYMBOL_GPL drivers/net/ipvlan/ipvlan 0xe52b9c75 ipvlan_link_delete +EXPORT_SYMBOL_GPL drivers/net/macsec 0xe3ffa1c9 macsec_pn_wrapped +EXPORT_SYMBOL_GPL drivers/net/macvlan 0x0e938f13 macvlan_dellink +EXPORT_SYMBOL_GPL drivers/net/macvlan 0x431c7026 macvlan_link_register +EXPORT_SYMBOL_GPL drivers/net/macvlan 0x631fae7a macvlan_common_newlink +EXPORT_SYMBOL_GPL drivers/net/macvlan 0x96819b46 macvlan_common_setup +EXPORT_SYMBOL_GPL drivers/net/mdio/mdio-i2c 0x9c08e8b3 mdio_i2c_alloc +EXPORT_SYMBOL_GPL drivers/net/mdio/mdio-mux 0x05d9a567 mdio_mux_init +EXPORT_SYMBOL_GPL drivers/net/mdio/mdio-mux 0x6318757f mdio_mux_uninit +EXPORT_SYMBOL_GPL drivers/net/net_failover 0xbbbc627b net_failover_create +EXPORT_SYMBOL_GPL drivers/net/net_failover 0xfdaa8bd8 net_failover_destroy +EXPORT_SYMBOL_GPL drivers/net/pcs/pcs-altera-tse 0xf5bfd73e alt_tse_pcs_create +EXPORT_SYMBOL_GPL drivers/net/pcs/pcs_xpcs 0x1d52488a xpcs_config_eee +EXPORT_SYMBOL_GPL drivers/net/pcs/pcs_xpcs 0x23b8af92 xpcs_create +EXPORT_SYMBOL_GPL drivers/net/pcs/pcs_xpcs 0xa56777fe xpcs_do_config +EXPORT_SYMBOL_GPL drivers/net/pcs/pcs_xpcs 0xaa2f3c14 xpcs_link_up +EXPORT_SYMBOL_GPL drivers/net/pcs/pcs_xpcs 0xb86542f4 xpcs_destroy +EXPORT_SYMBOL_GPL drivers/net/pcs/pcs_xpcs 0xe7cdb8f4 xpcs_get_an_mode +EXPORT_SYMBOL_GPL drivers/net/pcs/pcs_xpcs 0xed3c025f xpcs_get_interfaces +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x0131a990 bcm_phy_read_shadow +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x02508eb1 bcm_phy_handle_interrupt +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x08320091 bcm_phy_enable_apd +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x14f670a1 bcm_phy_get_stats +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x29ea8fa2 bcm_phy_get_sset_count +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x40d80a2d __bcm_phy_read_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x468d8d8b bcm_phy_write_exp +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x573d92ba bcm_phy_cable_test_start_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x57f5d4a9 bcm_phy_cable_test_start +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x5f630e9c bcm_phy_ack_intr +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x61fa57e5 bcm_phy_read_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x6a7a4f6d bcm_phy_downshift_set +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x6e50528b __bcm_phy_write_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x823d2c71 bcm_phy_write_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x9141710a bcm_phy_modify_exp +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x9d6c3550 __bcm_phy_modify_exp +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x9ff6766d bcm_phy_config_intr +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xa69383b1 bcm_phy_write_shadow +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xaae0f371 __bcm_phy_write_exp +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xb37efcf9 bcm_phy_28nm_a0b0_afe_config_init +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xbded9b35 bcm_phy_read_misc +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xc9951752 bcm_phy_cable_test_get_status +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xd31a0a75 bcm_phy_set_eee +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xd4060508 bcm_phy_cable_test_get_status_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xdc4f01a1 bcm_phy_read_exp +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xe1bf271b bcm_phy_r_rc_cal_reset +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xe3db8d55 bcm_phy_modify_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xec32319b bcm54xx_auxctl_read +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xecb97d04 bcm_phy_write_misc +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xeff6c90f __bcm_phy_modify_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xfa381461 bcm_phy_downshift_get +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xfa422a50 bcm_phy_get_strings +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xfb68357a bcm_phy_enable_jumbo +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xfd6d5c69 __bcm_phy_read_exp +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-ptp 0x78fe3fc4 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 0xf8ed84fa bcm_ptp_probe +EXPORT_SYMBOL_GPL drivers/net/tap 0x0dc07690 tap_del_queues +EXPORT_SYMBOL_GPL drivers/net/tap 0x30fd4146 tap_handle_frame +EXPORT_SYMBOL_GPL drivers/net/tap 0x34758f23 tap_create_cdev +EXPORT_SYMBOL_GPL drivers/net/tap 0x60ccd890 tap_get_minor +EXPORT_SYMBOL_GPL drivers/net/tap 0xb7a0dcbc tap_queue_resize +EXPORT_SYMBOL_GPL drivers/net/tap 0xc8f56633 tap_free_minor +EXPORT_SYMBOL_GPL drivers/net/tap 0xcadb0837 tap_destroy_cdev +EXPORT_SYMBOL_GPL drivers/net/tap 0xe484d441 tap_get_socket +EXPORT_SYMBOL_GPL drivers/net/tap 0xf5f7d832 tap_get_ptr_ring +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0x342e2d23 usbnet_ether_cdc_bind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0x633b4df1 usbnet_cdc_bind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0x6494e7d3 usbnet_cdc_unbind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0x7a1db529 usbnet_cdc_zte_rx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0xc6a2ca64 usbnet_cdc_status +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0xeec8cbe8 usbnet_generic_cdc_bind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0xf192caf8 usbnet_cdc_update_filter +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x249626ef cdc_ncm_fill_tx_frame +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x2677db60 cdc_ncm_rx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x3a68d271 cdc_ncm_unbind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x46dd7231 cdc_ncm_rx_verify_ndp16 +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x54854d8c cdc_ncm_select_altsetting +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x98da6b63 cdc_ncm_rx_verify_nth32 +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x9dd95b60 cdc_ncm_change_mtu +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0xd6626f8b cdc_ncm_rx_verify_ndp32 +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0xdeff24c9 cdc_ncm_tx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0xf4e66ca3 cdc_ncm_rx_verify_nth16 +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0xf64a16d9 cdc_ncm_bind_common +EXPORT_SYMBOL_GPL drivers/net/usb/r8152 0x3f7979d3 rtl8152_get_version +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0x050a1b31 rndis_status +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0x1edb1fa1 rndis_rx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0x4d86072b rndis_tx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0xb63e0eb6 generic_rndis_bind +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0xbc88868a rndis_unbind +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0xeff50a53 rndis_command +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x0431748d usbnet_tx_timeout +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x19a170ec usbnet_resume_rx +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x1e89aec9 usbnet_stop +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x23f048e8 usbnet_status_start +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x2c8c0104 usbnet_skb_return +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x2e438ee4 usbnet_get_endpoints +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x36df0cdd usbnet_read_cmd +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x39d4cc60 usbnet_get_link_ksettings_mii +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x420e393c usbnet_unlink_rx_urbs +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x49ee4f1b usbnet_status_stop +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x578db20c usbnet_change_mtu +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x61d466d5 usbnet_read_cmd_nopm +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x72c7267b usbnet_write_cmd +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x74f56770 usbnet_purge_paused_rxq +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x7b8717de usbnet_get_msglevel +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x8ac83345 usbnet_set_msglevel +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x8fe46111 usbnet_resume +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x937a0d2e usbnet_disconnect +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x96a07380 usbnet_write_cmd_nopm +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xa2baa9fd usbnet_defer_kevent +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xb3ebbd1e usbnet_probe +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xb807ae94 usbnet_get_drvinfo +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xbd42c47a usbnet_suspend +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xbe09bb07 usbnet_get_ethernet_addr +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xc268b7a6 usbnet_start_xmit +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xc810de50 usbnet_write_cmd_async +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xcadfe287 usbnet_nway_reset +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xd0e73b9e usbnet_update_max_qlen +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xd83ef422 usbnet_pause_rx +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xdd63be29 usbnet_set_rx_mode +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xdda21448 usbnet_get_link_ksettings_internal +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xe3f02b14 usbnet_open +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xf6011c6d usbnet_set_link_ksettings_mii +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xf807be38 usbnet_get_link +EXPORT_SYMBOL_GPL drivers/net/vxlan/vxlan 0x349ee5b9 vxlan_fdb_replay +EXPORT_SYMBOL_GPL drivers/net/vxlan/vxlan 0x45aaabdd vxlan_fdb_find_uc +EXPORT_SYMBOL_GPL drivers/net/vxlan/vxlan 0x8501a587 vxlan_dev_create +EXPORT_SYMBOL_GPL drivers/net/vxlan/vxlan 0xea0df397 vxlan_fdb_clear_offload +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/ipw2x00/libipw 0x9bba5bf3 libipw_rx_any +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x1554a903 il_dealloc_bcast_stations +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x1a1d73f5 il_mac_tx_last_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x9817a500 il_prep_station +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xc5e2658e il_remove_station +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xecd10ee4 _il_grab_nic_access +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x5987fe45 iwl_fw_lookup_assert_desc +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x71118edc iwl_fw_lookup_cmd_ver +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x74778a2f iwl_fw_lookup_notif_ver +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0x0f0be154 p54_register_common +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0x1a0900b1 p54_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0x280482a3 p54_free_common +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0x998c3690 p54_read_eeprom +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0x9b0eec90 p54_init_common +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0x9b2c2408 p54_parse_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0xa04299be p54_unregister_common +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0xbbb304e9 p54_parse_eeprom +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0xe0401a24 p54_free_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x052af745 lbs_add_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x0ee35f38 lbs_queue_event +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x1389d11f lbs_resume +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x3faa5bc6 lbs_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x4023caf2 lbs_host_sleep_cfg +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x48829289 lbs_send_tx_feedback +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x4909049a lbs_process_rxed_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x4d022848 lbs_host_to_card_done +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x79a570da __lbs_cmd +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x92b0e91c lbs_get_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0xa116891c lbs_remove_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0xa8f379ae lbs_cmd_copyback +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0xbd2b6f17 lbs_notify_command_response +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0xc8a3f121 lbs_get_firmware_async +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0xcf57df2a lbs_stop_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0xe3211bfd lbs_start_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0xf64277de lbs_debug +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0x09da4e9b __lbtf_cmd +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0x12b01fe6 lbtf_send_tx_feedback +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0x23d23e6b lbtf_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0x3a347031 lbtf_cmd_response_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0x45607439 lbtf_cmd_copyback +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0x4d49af50 lbtf_bcn_sent +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0xb94b0706 lbtf_remove_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0xc0f43da8 lbtf_add_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0xc85e6899 lbtf_debug +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x000f6b6a _mwifiex_dbg +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x08aa5e1c mwifiex_fw_dump_event +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x08eae204 mwifiex_reinit_sw +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x10f83d61 mwifiex_handle_rx_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x1fc54790 mwifiex_deauthenticate_all +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x30977c65 mwifiex_enable_hs +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x320f3ca1 mwifiex_queue_main_work +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x47b5d3ab mwifiex_process_sleep_confirm_resp +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x489f0353 mwifiex_shutdown_sw +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x4ea839e2 mwifiex_multi_chan_resync +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x53f45f6f mwifiex_add_virtual_intf +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x5518b570 mwifiex_upload_device_dump +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x55d50418 mwifiex_prepare_fw_dump_info +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x5a73e05b mwifiex_write_data_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x7c51902a mwifiex_dnld_fw +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x89968819 mwifiex_main_process +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xa742e4e2 mwifiex_remove_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xb9ed76ad mwifiex_cancel_hs +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xbeb249b1 mwifiex_disable_auto_ds +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xcaf5ba33 mwifiex_drv_info_dump +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xcf798deb mwifiex_add_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xd4dad9f3 mwifiex_alloc_dma_align_buf +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xecd94f44 mwifiex_init_shutdown_fw +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xf95e430d mwifiex_process_hs_config +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xfa406ca3 mwifiex_del_virtual_intf +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x028101aa __mt76_sta_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x05c5e968 mt76_mcu_rx_event +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x09836772 mt76_get_sar_power +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x098ba741 mt76_tx_worker_run +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x12316280 mt76_tx_status_lock +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x162dd023 __traceiter_mac_txdone +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x174f9c4d mt76_update_survey_active_time +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x17f568e9 mt76_rates +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x1970a299 mt76_set_irq_mask +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x1db1286f mt76_get_rate +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x1e20f2d7 mt76_set_channel +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x1ec57b4f __mt76_worker_fn +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x1f8ac718 __tracepoint_dev_irq +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x22e8e2ea __traceiter_dev_irq +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x25088788 mt76_get_antenna +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x26a2cfe4 mt76_register_phy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x27279e16 mt76_init_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x2be9bcdc mt76_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x2d2584e8 mt76_mcu_skb_send_and_get_msg +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x30b30623 mt76_rx_aggr_stop +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x31fae06e mt76_release_buffered_frames +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x33ce1801 mt76_seq_puts_array +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x3f588bcf mt76_alloc_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x41653cf2 mt76_token_release +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x4433465c mt76_rx_token_release +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x477af032 mt76_tx_status_skb_get +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x4a9da869 mt76_update_survey +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x4abb5924 mt76_tx_status_check +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x4f80588e mt76_csa_finish +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x51702179 mt76_queue_tx_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x56e4e89e mt76_unregister_phy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x56e6c4e4 __mt76_tx_complete_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x5c487f03 mt76_has_tx_pending +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x5d1b4e42 __tracepoint_mac_txdone +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x5ea978ca mt76_get_rxwi +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x6178672d mt76_mcu_get_response +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x677f61a9 mt76_mmio_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x678050b8 mt76_wake_tx_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x6a73682f mt76_txq_schedule_all +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x714d3a65 mt76_queues_read +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x72302aa4 mt76_sta_state +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x73c0b436 mt76_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x748e7056 mt76_dma_cleanup +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x74a77656 __mt76_set_tx_blocked +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x7501447f mt76_unregister_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x76737b9c mt76_calculate_default_rate +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x776ca662 mt76_dma_rx_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x7c36ea70 mt76_tx_status_skb_done +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x7fafc48b 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 0x87f4af5c mt76_stop_tx_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x9a440096 mt76_get_min_avg_rssi +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x9a868d9d mt76_sw_scan_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x9c06d205 mt76_register_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x9c496a9e mt76_tx_check_agg_ssn +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x9cc1e7df mt76_insert_ccmp_hdr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x9d313ac6 __mt76_mcu_send_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x9d85c1ac __mt76_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x9edf6857 mt76_alloc_phy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xa2d033eb mt76_free_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xa4b67da2 mt76_rx_aggr_start +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xa7123254 mt76_sw_scan +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xa822d373 mt76_token_consume +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xa93ebfd5 mt76_set_tim +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xa97988db mt76_pci_disable_aspm +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xaae169d5 mt76_skb_adjust_pad +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xadf0e915 mt76_dma_attach +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xae8ff39f mt76_eeprom_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xb5b97beb mt76_mcu_send_and_get_msg +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xb5f26590 mt76_set_stream_caps +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xc43054ab 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 0xc79daf86 mt76_ethtool_worker +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xcbdefab6 mt76_phy_dfs_state +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xcd73198e mt76_get_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xceee6021 mt76_txq_schedule +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xd4edf6de mt76_rx_poll_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xd5a7cb91 mt76_put_rxwi +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xd8b578a2 mt76_eeprom_override +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xda0df1cc mt76_tx_status_unlock +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xdaad4545 mt76_rx_token_consume +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xdb81b4ea mt76_get_survey +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xddb23555 mt76_put_txwi +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xe0ebfabf mt76_get_of_eeprom +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xe40b66ef mt76_wcid_alloc +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xed10cd14 mt76_init_sar_power +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xed839638 ____mt76_poll_msec +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xf05d59d8 __mt76_mcu_msg_alloc +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xf2e0b6b8 mt76_get_rate_power_limits +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xf4fe364c mt76_sta_pre_rcu_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xf6006b11 mt76_tx_status_skb_add +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x067506ae mt76_connac_mcu_wtbl_ba_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x09106072 mt76_connac_init_tx_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x0da59967 mt76_connac_mcu_rdd_cmd +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x10acfb84 mt76_connac_mcu_hw_scan +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x1516d666 mt76_connac_txp_skb_unmap +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x17b2b2c2 mt76_connac_mcu_cancel_hw_scan +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x1a498c02 mt76_connac_write_hw_txp +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x27984175 mt76_connac_mcu_coredump_event +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x296851a3 mt76_connac_mcu_alloc_wtbl_req +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x29bd6436 mt76_connac_mcu_sta_wed_update +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x2a9021ae mt76_connac_mcu_uni_set_chctx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x2b46bac1 mt76_connac_mcu_bss_basic_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x2d43cb34 mt76_connac_mcu_beacon_loss_iter +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x36ffd7c7 mt76_connac_get_phy_mode +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x39060add mt76_connac_mcu_start_patch +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x3be04362 mt76_connac_mcu_get_nic_capability +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x3e484b09 mt76_connac_mcu_set_rts_thresh +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x43ee67e9 mt76_connac_mcu_wtbl_ht_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x44f05ae4 mt76_connac2_mac_fill_txs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x4618b041 mt76_connac_mcu_set_deep_sleep +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x4655f4c4 mt76_connac_mcu_set_vif_ps +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x4e8cda9c mt76_connac_mcu_set_pm +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x4f6e81fa mt76_connac_mcu_sta_ba_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x4f8d874e mt76_connac_mcu_set_channel_domain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x505c0e9d mt76_connac_mcu_update_gtk_rekey +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x53965df3 mt76_connac_tx_complete_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x5576e0ce mt76_connac_pm_queue_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x5683ee59 __mt76_connac_mcu_alloc_sta_req +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x6203fcee mt76_connac_mcu_sta_ba +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x653f5856 mt76_connac_mcu_restart +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x66f95777 mt76_connac2_mcu_fill_message +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x6ef973ea mt76_connac_mcu_sta_update_hdr_trans +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x751b2618 mt76_connac_mcu_sta_uapsd +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x780e28a5 mt76_connac_get_he_phy_cap +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x7a26a637 mt76_connac_mcu_wtbl_smps_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x7bc9ef77 mt76_connac2_load_patch +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x7cffe483 mt76_connac_pm_dequeue_skbs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x820c4535 mt76_connac_free_pending_tx_skbs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x8305232d mt76_connac_mcu_sta_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x858c908c mt76_connac2_mac_add_txs_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x86c5a8c5 mt76_connac2_mac_decode_he_radiotap +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x88cf5ecf mt76_connac_mcu_bss_ext_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x893e886a mt76_connac_mcu_add_key +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x8c2cc368 mt76_connac2_load_ram +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x8f87ad7f mt76_connac_mcu_reg_rr +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 0x92f4409a mt76_connac_mcu_sched_scan_req +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x9584fd92 mt76_connac_mcu_wtbl_update_hdr_trans +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x96005fee mt76_connac_mcu_set_rate_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x96c41fd2 mt76_connac_mcu_chip_config +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x9a6328df mt76_connac2_mac_fill_rx_rate +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x9c68e9da mt76_connac_mcu_add_nested_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x9f61dbd0 mt76_connac_mcu_reg_wr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xa8818bff mt76_connac_sta_state_dp +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xad8034d4 mt76_connac_mcu_set_suspend_iter +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xb2b4ece7 mt76_connac_mcu_uni_add_bss +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xb6b7fc0f mt76_connac_mcu_set_mac_enable +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xb92160d7 mt76_connac2_mac_write_txwi +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xc0789aba mt76_connac_mcu_update_arp_filter +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xc2cc2224 mt76_connac_pm_wake +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xc63e2f95 mt76_connac_power_save_sched +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xc6db8842 mt76_connac_mcu_wtbl_generic_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xc8e0d0e0 mt76_connac_mcu_sched_scan_enable +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xcb22b925 mt76_connac_mcu_start_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xcdfe0302 mt76_connac_mcu_sta_basic_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xd44b3f65 mt76_connac2_reverse_frag0_hdr_trans +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xd7bfc694 mt76_connac_mcu_init_download +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xe448d9e3 mt76_connac_mcu_bss_omac_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xe5044198 mt76_connac_mcu_patch_sem_ctrl +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xe699c440 mt76_connac_mcu_wtbl_hdr_trans_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xe71da001 mt76_connac_mcu_uni_add_dev +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xea6fa096 mt76_connac_mcu_set_hif_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xf40066cc mt76_connac_mcu_set_p2p_oppps +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xfb0e8d4e mt76_connac2_mac_tx_rate_val +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xfe92d5a1 mt76_connac_mcu_sta_cmd +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x1094cf0d mt76s_read_pcr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x1fb52335 mt76s_rmw +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x23ed9191 mt76s_txqs_empty +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x3e688d3b mt76s_rr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x451beef4 mt76s_write_copy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x4f44fdb0 mt76s_alloc_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x7f750e10 mt76s_hw_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x8fce84f5 mt76s_alloc_rx_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x9785d845 mt76s_sdio_irq +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0xaec785f2 mt76s_rd_rp +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0xc9b474be mt76s_read_copy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0xd7a2f02f mt76s_txrx_worker +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0xd9894385 mt76s_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0xe644f77a mt76s_deinit +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0xf2104231 mt76s_wr_rp +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0xf7ec1154 mt76s_wr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x0749d0d4 mt76u_stop_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x1a6a4d4e __mt76u_vendor_request +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x1ec423f8 mt76u_resume_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x274addaa mt76u_alloc_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x2ed3c57d __mt76u_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x376c0e77 mt76u_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x4790d0cf ___mt76u_rr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x47ff7fb0 mt76u_single_wr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x6b94cbd8 mt76u_read_copy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0xadb230dd mt76u_stop_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0xc693d235 mt76u_alloc_mcu_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0xd57f4df9 mt76u_queues_deinit +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0xd7c3bbf6 ___mt76u_wr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0xf1024a70 mt76u_vendor_request +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x031eca42 mt7615_mcu_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x036860f7 mt7615_rx_check +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x041e7f25 mt7622_trigger_hif_int +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x1103b74c __mt7663_load_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x13643860 mt7615_update_channel +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x140c24cb mt7615_mcu_parse_response +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x281b4aa8 mt7615_mac_sta_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x31c87d0c mt7615_init_debugfs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x32c170e1 mt7615_queue_rx_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x392f6ff7 mt7615_sta_ps +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x3ab55150 mt7615_mac_sta_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x42accb99 mt7615_thermal_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x473056e2 mt7615_mcu_exit +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x5b7e52dc mt7615_tx_token_put +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x5db33860 mt7615_ops +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x632198b3 mt7615_init_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x7a0e4e4f mt7615_mac_set_rates +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x8d046607 mt7615_wait_for_mcu_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x90a12da9 mt7615_init_work +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x9de4f635 mt7615_mcu_restart +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xa0b263e7 mt7615_mcu_fill_msg +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xaa82c2d3 mt7615_init_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xc336877d mt7615_mac_sta_add +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xc41c9412 mt7615_mac_enable_rtscts +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xcf35088a mt7615_eeprom_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xd50928ca mt7615_mac_write_txwi +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xf9f0c38e mt7615_register_ext_phy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xfd254d61 mt7615_unregister_ext_phy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615e 0xc2ecda97 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 0x76923f48 mt7663_usb_sdio_register_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7663-usb-sdio-common 0xb71af81f mt7663_usb_sdio_tx_status_data +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7663-usb-sdio-common 0xcf15fc4b mt7663_usb_sdio_tx_prepare_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7663-usb-sdio-common 0xf3077d2a mt7663_usb_sdio_tx_complete_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0x2608bcc5 mt76x0_register_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0x38722eff mt76x0_phy_calibrate +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0x3b03f389 mt76x0_config +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0x7d474365 mt76x0_mac_stop +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0x9ac326ef mt76x0_chip_onoff +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0xa26cff2a mt76x0_set_sar_specs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0xde9ce891 mt76x0_init_hardware +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x03f24b4b mt76x02_sw_scan_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x0494532f mt76x02_queue_rx_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x0a652897 mt76x02_sta_ps +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x0d0b8532 mt76x02_mac_start +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x0fe0823e mt76x02_ampdu_action +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x1032703d mt76x02_mac_shared_key_setup +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x192641c4 mt76x02_eeprom_copy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x19546980 mt76x02_resync_beacon_timer +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x1cfca076 mt76x02_phy_set_txdac +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x21268711 mt76x02_sta_add +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x222cc8f9 mt76x02_set_rts_threshold +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x28f4ed92 mt76x02_get_efuse_data +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x2b52276b mt76x02_mac_set_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x2e1b5fe1 mt76x02_tx_set_txpwr_auto +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x30cab381 mt76x02_add_interface +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x32ac4944 mt76x02_phy_set_rxpath +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x39acdb5e mt76x02_enqueue_buffered_bc +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x3be09d91 mt76x02_mac_wcid_setup +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x41067d15 mt76x02_tx_status_data +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x447da2bc mt76x02_eeprom_parse_hw_cap +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x45a58847 mt76x02_dma_disable +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x47662c94 mt76x02_phy_set_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x4d1d959f mt76x02_mac_cc_reset +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x4d53fe3d mt76x02_bss_info_changed +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x4d541f13 mt76x02_set_key +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x5bd84fd5 mt76x02_rates +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x5f3c7821 mt76x02_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x6153f956 mt76x02_set_coverage_class +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x662bacae mt76x02_update_beacon_iter +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x69b14578 mt76x02_sta_rate_tbl_update +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x6b368b09 mt76x02_rx_poll_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x6c0bfa37 mt76x02_remove_interface +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x6cfadffe mt76x02_edcca_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x6faf6c68 mt76x02_init_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x71e12ce6 mt76x02_configure_filter +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x723c7205 mt76x02_phy_dfs_adjust_agc +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x758bb3c8 mt76x02_tx_prepare_skb +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 0x7851d7d1 mt76x02_mcu_set_radio_state +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x7b79928c mt76x02_init_debugfs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x7bc3d73c mt76x02_mcu_function_select +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x7c01ba4e mt76x02_update_channel +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x7c881acc mt76x02_sta_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x7dabbdce mt76x02_dma_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x84d014d1 mt76x02_phy_adjust_vga_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x88478aa5 mt76x02_tx_complete_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x888d7483 mt76x02_remove_hdr_pad +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x8f0afab2 mt76x02_mcu_calibrate +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x8f2ac526 mt76x02_dfs_init_params +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x912ae240 mt76x02_mac_setaddr +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 0x9d9cf813 mt76x02_get_rx_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x9f267e77 mt76x02_phy_set_band +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xa0c8a92a mt76x02_init_agc_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xa6fbd08e mt76x02_mcu_parse_response +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xa727c2a5 mt76x02_set_ethtool_fwver +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xa99fc34d mt76x02_set_tx_ackto +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xab63bc04 mt76x02_get_lna_gain +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 0xad90af1a mt76x02_conf_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xae1465e6 mt76x02e_init_beacon_config +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xaea255e0 mt76x02_mac_write_txwi +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xb4133d68 mt76x02_init_beacon_config +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xba973bf0 mt76x02_config_mac_addr_list +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xc2dda28c mt76x02_phy_set_bw +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xc4728d6b mt76x02_reconfig_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xcecb2a1c mt76x02_mcu_cleanup +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xd8e40e05 mt76x02_mac_reset_counters +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xf1f3eae6 mt76x02_ext_pa_enabled +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xf7d46f32 mt76x02_mcu_msg_send +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0x273d5630 mt76x02u_tx_prepare_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0x38831aae mt76x02u_mac_start +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0x63580412 mt76x02u_init_beacon_config +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0xa10dcd5a mt76x02u_mcu_fw_reset +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0xbe4272d1 mt76x02u_mcu_fw_send_data +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0xd1db33ee mt76x02u_init_mcu +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0xd83ff5b0 mt76x02u_tx_complete_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0xd9242a2c mt76x02u_exit_beacon_config +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x0907814b mt76x2_eeprom_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x0be8c75f mt76x2_phy_set_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x0e0d69d2 mt76x2_apply_gain_adj +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x0ee71d81 mt76x2_mcu_set_channel +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x159007d2 mt76x2_get_power_info +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x237c4a22 mt76x2_set_sar_specs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x3497386e mt76x2_reset_wlan +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x40a8949a mt76x2_get_temp_comp +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x54d39b8a mt76x2_phy_set_txpower_regs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x6b006fd8 mt76x2_init_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x80aeabdc mt76x2_phy_tssi_compensate +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x8af50239 mt76x2_mcu_load_cr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xa889a898 mt76_write_mac_initvals +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xb8ac4262 mt76x2_mcu_init_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xcbd4984e mt76x2_configure_tx_delay +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xd2aaa7e0 mt76x2_mac_stop +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xd3735cd7 mt76x2_mcu_tssi_comp +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xe5925031 mt76x2_get_rate_power +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xe770b509 mt76x2_read_rx_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xf46a7485 mt76x2_phy_update_channel_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x014149ea mt7921_mcu_fw_pmctrl +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x0b03e535 mt7921_usb_sdio_tx_complete_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x0eab72a0 mt7921_mac_sta_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x1ad56c8a mt7921_mac_sta_add +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x1d2511f4 mt7921_stop +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x268237b1 mt7921_check_offload_capability +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x32f955af mt7921_mac_sta_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x3b85ddf5 mt7921_mcu_set_eeprom +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x3fd6158e mt7921_mcu_parse_response +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x4ecfc04d mt7921_run_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x5796b319 mt7921_txwi_free +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x858b5f72 mt7921_queue_rx_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x90ed9ea3 __mt7921_start +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x91e72495 mt7921_mac_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x91f34b23 mt7921_sta_ps +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x979bbed1 mt7921_reset +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x991c6d35 mt7921_usb_sdio_tx_prepare_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0xbefc25cc mt7921_usb_sdio_tx_status_data +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0xc278298f mt7921_rx_check +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0xd04cb639 mt7921_ops +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0xd5d9291e mt7921_update_channel +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0xdb991f0c mt7921_mac_sta_assoc +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0xe2ab9b39 mt7921_mcu_drv_pmctrl +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0xf51157e8 mt7921_register_device +EXPORT_SYMBOL_GPL drivers/net/wireless/microchip/wilc1000/wilc1000 0x12ae2639 wilc_netdev_cleanup +EXPORT_SYMBOL_GPL drivers/net/wireless/microchip/wilc1000/wilc1000 0x14a6a29d wilc_handle_isr +EXPORT_SYMBOL_GPL drivers/net/wireless/microchip/wilc1000/wilc1000 0x320f2532 host_wakeup_notify +EXPORT_SYMBOL_GPL drivers/net/wireless/microchip/wilc1000/wilc1000 0x5e79cb7f host_sleep_notify +EXPORT_SYMBOL_GPL drivers/net/wireless/microchip/wilc1000/wilc1000 0x6e6a7e6c chip_allow_sleep +EXPORT_SYMBOL_GPL drivers/net/wireless/microchip/wilc1000/wilc1000 0xbc42f52d wilc_cfg80211_init +EXPORT_SYMBOL_GPL drivers/net/wireless/microchip/wilc1000/wilc1000 0xd5529e76 chip_wakeup +EXPORT_SYMBOL_GPL drivers/net/wireless/quantenna/qtnfmac/qtnfmac 0x154d8e60 qtnf_core_detach +EXPORT_SYMBOL_GPL drivers/net/wireless/quantenna/qtnfmac/qtnfmac 0x31fab83c qtnf_chipid_to_string +EXPORT_SYMBOL_GPL drivers/net/wireless/quantenna/qtnfmac/qtnfmac 0x7edb79fa qtnf_classify_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/quantenna/qtnfmac/qtnfmac 0x91e2868e qtnf_trans_handle_rx_ctl_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/quantenna/qtnfmac/qtnfmac 0x9857da41 qtnf_get_debugfs_dir +EXPORT_SYMBOL_GPL drivers/net/wireless/quantenna/qtnfmac/qtnfmac 0xe03dd6f8 qtnf_core_attach +EXPORT_SYMBOL_GPL drivers/net/wireless/quantenna/qtnfmac/qtnfmac 0xf3482e8f qtnf_wake_all_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x03d309f7 rt2800_config_filter +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x08f394f7 rt2800_read_eeprom_efuse +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x1616a910 rt2800_write_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x1f16badf rt2800_watchdog +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x20819c90 rt2800_txdone_nostatus +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x22342259 rt2800_get_tsf +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x25dfe937 rt2800_config_erp +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x25ffe08d rt2800_get_txwi_rxwi_size +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x30c77231 rt2800_vco_calibration +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x31ffdb12 rt2800_get_key_seq +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x3bb3b693 rt2800_wait_csr_ready +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x3be08458 rt2800_disable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x4b602d09 rt2800_get_survey +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x4ed8d1d0 rt2800_config +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x4fca8715 rt2800_config_shared_key +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x546bc158 rt2800_wait_wpdma_ready +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x5822b891 rt2800_clear_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x5eb1aa93 rt2800_mcu_request +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x5f7a1ac7 rt2800_probe_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x61b0d8fa rt2800_enable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x61be647e rt2800_config_intf +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x681f529e rt2800_set_rts_threshold +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x6ea38c42 rt2800_process_rxwi +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x7227a20f rt2800_link_stats +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x80dabd5c rt2800_load_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x8d071596 rt2800_txstatus_pending +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x95be057f rt2800_txstatus_timeout +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xa19d37b9 rt2800_txdone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xaea046a4 rt2800_txdone_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xaf838542 rt2800_gain_calibration +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xb692e2b2 rt2800_pre_reset_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xb76d48a5 rt2800_efuse_detect +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xb7e672bd rt2800_link_tuner +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xbd96b973 rt2800_config_ant +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xc540b8b4 rt2800_check_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xc68b78df rt2800_conf_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xc81ffba8 rt2800_rfkill_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xcab881fa rt2800_sta_add +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xd24b8e5c rt2800_write_tx_data +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xd336078c rt2800_sta_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xd7af75c3 rt2800_ampdu_action +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xdc1bc1f1 rt2800_disable_wpdma +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xf77527fe rt2800_reset_tuner +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xfe216b95 rt2800_config_pairwise_key +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x1ad3c33a rt2800mmio_init_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x20aa2769 rt2800mmio_toggle_irq +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x2e05eb03 rt2800mmio_probe_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x32ac3645 rt2800mmio_rxdone_tasklet +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x3d3f01be rt2800mmio_fill_rxdone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x3d741c87 rt2800mmio_pretbtt_tasklet +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x3f48e142 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 0x575f97ac rt2800mmio_write_tx_desc +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x5d2b830d rt2800mmio_init_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x5fa4db64 rt2800mmio_interrupt +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x6784304a rt2800mmio_get_entry_state +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x6aceebba rt2800mmio_flush_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x7a729778 rt2800mmio_get_txwi +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x89f7ae10 rt2800mmio_kick_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x97e3c029 rt2800mmio_autowake_tasklet +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x9f3c8921 rt2800mmio_txstatus_tasklet +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x9fe141e7 rt2800mmio_stop_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xa33c9cdf rt2800mmio_enable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xd6c28167 rt2800mmio_clear_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xedca23a6 rt2800mmio_start_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xf79742d6 rt2800mmio_queue_init +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x021d5e99 rt2x00mac_bss_info_changed +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x0c6cc58c rt2x00mac_stop +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x132f1adc rt2x00lib_txdone_nomatch +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x143fee59 rt2x00queue_get_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x16b6e9b7 rt2x00mac_sw_scan_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x16c9664e rt2x00mac_set_antenna +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x185e54a8 rt2x00mac_flush +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x1b06e194 rt2x00mac_get_ringparam +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x1fb19a47 rt2x00lib_pretbtt +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x213703d3 rt2x00mac_sw_scan_start +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x26822c22 rt2x00mac_remove_interface +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x27710357 rt2x00mac_get_stats +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x34d4a8a3 rt2x00lib_beacondone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x36ccf9ca rt2x00mac_get_antenna +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x36f8448c rt2x00queue_stop_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x39444422 rt2x00mac_reconfig_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x3e087a86 rt2x00queue_stop_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x42b5e921 rt2x00queue_for_each_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x591c8a6f rt2x00lib_resume +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x618731cf rt2x00lib_dmadone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x68578805 rt2x00queue_pause_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x6d5d6489 rt2x00mac_set_tim +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x6dc39e2b rt2x00mac_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x7f7edf1d rt2x00mac_config +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x91a6ec90 rt2x00lib_get_bssidx +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x990d7383 rt2x00queue_map_txskb +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x9acc63c8 rt2x00lib_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x9cafc10b rt2x00queue_unmap_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xa0e7465b rt2x00queue_flush_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xa1f86bb0 rt2x00mac_configure_filter +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xa3980659 rt2x00queue_flush_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xbc12824e rt2x00lib_remove_dev +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xc0a8b436 rt2x00queue_start_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xc1c4e943 rt2x00lib_set_mac_address +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xc26e07f8 rt2x00lib_txdone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xc7d76805 rt2x00lib_rxdone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xca4f22ef rt2x00lib_txdone_noinfo +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xd53d61d7 rt2x00lib_probe_dev +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xd7de9b53 rt2x00queue_start_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xddac664b rt2x00mac_rfkill_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xe2aa66ac rt2x00mac_start +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xf1ede968 rt2x00mac_set_key +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xf274d19f rt2x00mac_conf_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xf3b654ad rt2x00mac_add_interface +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xf43c9527 rt2x00mac_tx_frames_pending +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xf471b8cc rt2x00lib_dmastart +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xff040c48 rt2x00queue_unpause_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00mmio 0x404a31e9 rt2x00mmio_initialize +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00mmio 0x65880179 rt2x00mmio_uninitialize +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00mmio 0x6a9746bf rt2x00mmio_rxdone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00mmio 0xb33c4c07 rt2x00mmio_regbusy_read +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00mmio 0xcbad1733 rt2x00mmio_flush_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00pci 0x0ba6037b rt2x00pci_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00pci 0xb19744e2 rt2x00pci_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00pci 0xd8fe4d5c rt2x00pci_pm_ops +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x0a048641 rt2x00usb_watchdog +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x0b7ad429 rt2x00usb_disconnect +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x0d014fd8 rt2x00usb_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x1abe11cb rt2x00usb_kick_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x3611467c rt2x00usb_vendor_request +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x436df532 rt2x00usb_initialize +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x4e6b37f3 rt2x00usb_register_read_async +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x5975b8dd rt2x00usb_flush_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x6bd2b68c rt2x00usb_regbusy_read +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x7cbfa045 rt2x00usb_vendor_request_buff +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xa6ad07c9 rt2x00usb_resume +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xc2acd1d6 rt2x00usb_uninitialize +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xc73ccb3a rt2x00usb_disable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xd8d23e75 rt2x00usb_vendor_req_buff_lock +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xefd0a0e7 rt2x00usb_clear_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xf558db0b rt2x00usb_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x1aa6f9e8 rtl92c_set_p2p_ps_offload_cmd +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x71b510ef dm_savepowerindex +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x7f479879 dm_writepowerindex +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x8e06f821 dm_restorepowerindex +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x3d036801 rtl8723_phy_save_mac_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x3dd41c2a rtl8723ae_firmware_selfreset +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 0x5129a47e rtl8723_save_adda_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x5bee3c5d rtl8723_dm_init_dynamic_bb_powersaving +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x66c5c9c5 rtl8723_phy_path_adda_on +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x6f416160 rtl8723_dm_init_dynamic_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x70c9a806 rtl8723_phy_mac_setting_calibration +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x736468f5 rtl8723_write_fw +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x7bdab8a9 rtl8723_fw_free_to_go +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x7eec07ba rtl8723_enable_fw_download +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x7f66d3b6 rtl8723_phy_query_bb_reg +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x84fa3bc5 rtl8723_phy_reload_adda_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x85029697 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 0x9210e4c8 rtl8723be_firmware_selfreset +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xaabb218d rtl8723_phy_init_bb_rf_reg_def +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xb3de8e39 rtl8723_phy_rf_serial_write +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xb477faa9 rtl8723_phy_txpwr_idx_to_dbm +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xb835017c rtl8723_cmd_send_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xc67c14ae rtl8723_download_fw +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xc753368b rtl8723_phy_path_a_fill_iqk_matrix +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xc8a18edf rtl8723_phy_path_a_standby +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xdd576bb1 rtl8723_dm_init_edca_turbo +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xe5ffae37 rtl8723_phy_reload_mac_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xee136793 rtl8723_phy_rf_serial_read +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xf5c3910f rtl8723_phy_pi_mode_switch +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x02598a7e rtl_recognize_peer +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x0482470a rtl_init_core +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x08f298ef rtl_lps_leave +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x0ab6ff9b rtl_deinit_core +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x12bdc7b2 rtl_p2p_info +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x2921a4d4 rtl_btc_status_false +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x29d0295b read_efuse_byte +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 0x3043d638 rtl_get_hal_edca_param +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x376a6237 rtl_lps_enter +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x4a61ff2d rtl_ops +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x4e94cd48 rtl_global_var +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x50af7cdc rtl_tx_report_handler +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x5998799a rtl_set_tx_report +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x5d97a93a rtl_action_proc +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x6db3ba37 rtl_update_beacon_work_callback +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x71039341 rtl_init_rx_config +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x7fb70f55 rtl_tx_ackqueue +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x7fda32b5 rtl_beacon_statistic +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x93c4eed1 rtl_is_special_data +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x97e05663 rtl_tid_to_ac +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x98d9c16a rtl_fw_block_write +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x9918498b rtl_ips_nic_on +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xa7d7a8fc rtl_tx_mgmt_proc +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xb495f42d rtl_swlps_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xba2ebaf9 rtl_fw_page_write +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xc4c9032f rtl_efuse_ops_init +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xd4ddc27a rtl_deinit_rfkill +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xe0669d5e rtl_deinit_deferred_work +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xfd0a1c51 rtl_get_hwinfo +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x0f5c3ce9 rsi_zone_enabled +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x2a785674 rsi_read_pkt +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x60afaf56 rsi_91x_deinit +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x681f0fe7 rsi_91x_init +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x966823fb rsi_mac80211_detach +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0xcd173710 rsi_dbg +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0xcf993789 rsi_hal_device_init +EXPORT_SYMBOL_GPL drivers/net/wireless/st/cw1200/cw1200_core 0x00b65a4b cw1200_core_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/st/cw1200/cw1200_core 0x491adaea cw1200_can_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/st/cw1200/cw1200_core 0x8dddba8e cw1200_core_release +EXPORT_SYMBOL_GPL drivers/net/wireless/st/cw1200/cw1200_core 0xbdac45af cw1200_irq_handler +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wl1251/wl1251 0xd7401591 wl1251_init_ieee80211 +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wl1251/wl1251 0xeb1c227f wl1251_free_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wl1251/wl1251 0xf5ceeab8 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 0x10af81df wl12xx_acx_mem_cfg +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x1206c04b wlcore_event_rssi_trigger +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x1b2a5f31 wlcore_cmd_wait_for_event_or_timeout +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x1e7d83ba wlcore_set_key +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x20351125 wlcore_get_native_channel_type +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x26743ae5 wlcore_event_inactive_sta +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x2f1d37a7 wl1271_cmd_send +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x34340d4b wlcore_scan_sched_scan_ssid_list +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x3aef9719 wl12xx_cmd_build_probe_req +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x4221b297 wlcore_event_channel_switch +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x46ef292e wl1271_tx_flush +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x562ddd35 wlcore_scan_sched_scan_results +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x5c9275d7 wlcore_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x69d5a136 wlcore_event_max_tx_failure +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x6c4c3ad7 wlcore_event_fw_logger +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x6db957a4 wlcore_free_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x6fd4f2ed wlcore_disable_interrupts +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x7110dc53 wlcore_event_sched_scan_completed +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x7206c07d wlcore_event_roc_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x73dbf301 wlcore_boot_upload_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x7742da81 wlcore_event_beacon_loss +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x7cf6dd5f wlcore_event_dummy_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x7e6a1802 wlcore_alloc_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x7f431f31 wlcore_translate_addr +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x82e8f646 wl1271_cmd_test +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x85498cd1 wl1271_format_buffer +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x8af1a041 wl1271_acx_set_ht_capabilities +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x9c7558b3 wlcore_cmd_generic_cfg +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x9e1933c2 wlcore_set_partition +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x9ee635aa wlcore_boot_run_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x9ff742ac wlcore_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xa6c62a48 wlcore_event_ba_rx_constraint +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xb1527fca wl1271_acx_sleep_auth +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xb710593a wlcore_set_scan_chan_params +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xbd6e7287 wl1271_debugfs_update_stats +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xc84e8b03 wlcore_enable_interrupts +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xc8505920 wlcore_disable_interrupts_nosync +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xc9fdeb91 wl1271_cmd_configure +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xcb2fc380 wl1271_acx_init_mem_config +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xcdd9fe3c wlcore_event_soft_gemini_sense +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xd23b7bd3 wlcore_boot_upload_nvs +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xd7e8ed2c wl1271_acx_pm_config +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xe6bad1fc wl1271_tx_min_rate_get +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xede98c13 wlcore_synchronize_interrupts +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xf03cfd98 wl1271_cmd_data_path +EXPORT_SYMBOL_GPL drivers/nfc/nfcmrvl/nfcmrvl 0x0962cb60 nfcmrvl_nci_unregister_dev +EXPORT_SYMBOL_GPL drivers/nfc/nfcmrvl/nfcmrvl 0x4c1b38ba nfcmrvl_nci_recv_frame +EXPORT_SYMBOL_GPL drivers/nfc/nfcmrvl/nfcmrvl 0xc0a20459 nfcmrvl_nci_register_dev +EXPORT_SYMBOL_GPL drivers/nfc/nfcmrvl/nfcmrvl 0xd9b4338e nfcmrvl_parse_dt +EXPORT_SYMBOL_GPL drivers/nfc/pn533/pn533 0x226a8c85 pn53x_common_init +EXPORT_SYMBOL_GPL drivers/nfc/pn533/pn533 0x29768cc0 pn53x_common_clean +EXPORT_SYMBOL_GPL drivers/nfc/pn533/pn533 0x899a67fa pn533_finalize_setup +EXPORT_SYMBOL_GPL drivers/nfc/pn533/pn533 0x8ca8228d pn53x_register_nfc +EXPORT_SYMBOL_GPL drivers/nfc/pn533/pn533 0x9a3ac304 pn532_i2c_nfc_alloc +EXPORT_SYMBOL_GPL drivers/nfc/pn533/pn533 0xa06a37f9 pn53x_unregister_nfc +EXPORT_SYMBOL_GPL drivers/nfc/pn533/pn533 0xdecfd339 pn533_rx_frame_is_ack +EXPORT_SYMBOL_GPL drivers/nfc/pn533/pn533 0xf741f6c2 pn533_rx_frame_is_cmd_response +EXPORT_SYMBOL_GPL drivers/nfc/st-nci/st-nci 0x117c1380 st_nci_hci_event_received +EXPORT_SYMBOL_GPL drivers/nfc/st-nci/st-nci 0x3f532732 st_nci_disable_se +EXPORT_SYMBOL_GPL drivers/nfc/st-nci/st-nci 0x68757f50 st_nci_hci_load_session +EXPORT_SYMBOL_GPL drivers/nfc/st-nci/st-nci 0x702b0277 st_nci_remove +EXPORT_SYMBOL_GPL drivers/nfc/st-nci/st-nci 0x827716ac st_nci_discover_se +EXPORT_SYMBOL_GPL drivers/nfc/st-nci/st-nci 0x9e852611 st_nci_probe +EXPORT_SYMBOL_GPL drivers/nfc/st-nci/st-nci 0xa93a4cfc st_nci_hci_cmd_received +EXPORT_SYMBOL_GPL drivers/nfc/st-nci/st-nci 0xced57112 st_nci_enable_se +EXPORT_SYMBOL_GPL drivers/nfc/st95hf/st95hf 0x1027c00d st95hf_spi_recv_echo_res +EXPORT_SYMBOL_GPL drivers/nfc/st95hf/st95hf 0x190a9ace st95hf_spi_recv_response +EXPORT_SYMBOL_GPL drivers/nfc/st95hf/st95hf 0xb6624a76 st95hf_spi_send +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0x0862001f ntb_transport_tx_free_entry +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0x0e0e7bc7 ntb_transport_create_queue +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0x10e4d7af 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 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 0xc2827692 ntb_transport_unregister_client +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 0x7923630e async_pmem_flush +EXPORT_SYMBOL_GPL drivers/nvdimm/nd_virtio 0xf70ba55b 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 0x4a558b06 nvme_auth_gen_pubkey +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 0xb598676e nvme_auth_gen_shared_secret +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0xc6c40238 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 0x00798114 nvme_alloc_admin_tag_set +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x0862cd21 nvme_change_ctrl_state +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x0a3e427c __traceiter_nvme_sq +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x100bdd9d nvme_remove_admin_tag_set +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x11abc494 __SCK__tp_func_nvme_sq +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x18034ff4 nvme_enable_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x1a99a1b7 nvme_dev_attrs_group +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x1cda0561 nvme_wait_freeze +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x1d9e6f4c nvme_get_features +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x2062db9a nvme_complete_batch_req +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x27b48a92 nvme_init_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x28c312e9 nvme_start_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x2ae604fa nvme_remove_namespaces +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x2af28856 nvme_sync_queues +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x2b2f30e1 nvme_try_sched_reset +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x34641a79 nvme_auth_free +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x3833c2b3 nvme_unfreeze +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x3b4c9315 nvme_auth_wait +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x49224181 nvme_reset_wq +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x4aced847 nvme_unquiesce_admin_queue +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x54892e23 nvme_cancel_admin_tagset +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x59471844 nvme_init_ctrl_finish +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x5a184aa4 nvme_delete_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x5ac8edf0 nvme_init_request +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x62d1688b nvme_reset_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x64b62862 nvme_wq +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x694a35cc nvme_uninit_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x6eefcd32 nvme_cancel_tagset +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x6f9dfe02 nvme_remove_io_tag_set +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x7319b9d2 nvme_quiesce_admin_queue +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x74889b35 nvme_fail_nonready_command +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x8077157e nvme_stop_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x813cf212 nvme_io_timeout +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x8e7ec2b6 __tracepoint_nvme_sq +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x9098be53 nvme_mark_namespaces_dead +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x93950dbb nvme_sync_io_queues +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x94908d73 nvme_stop_keep_alive +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xa9123bab nvme_quiesce_io_queues +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xb321b349 nvme_cleanup_cmd +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xb47e1652 nvme_set_queue_count +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xb5e54b19 __nvme_check_ready +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xc027637c nvme_auth_init_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xc0753ac8 nvme_unquiesce_io_queues +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xc18588aa nvme_start_freeze +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xc1f01f4e nvme_setup_cmd +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xc28ee298 nvme_cancel_request +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xc2c4cfa9 nvme_host_path_error +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xc5344d40 nvme_auth_stop +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xc5b290bc nvme_set_features +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xcb111fda nvme_auth_negotiate +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 0xd61e8cae __nvme_submit_sync_cmd +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xdac9d1de nvme_complete_async_event +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xe8004fae nvme_wait_freeze_timeout +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xedc8862e nvme_disable_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xee667445 nvme_wait_reset +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xeedab5a1 nvme_mpath_start_request +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xfc8adce1 nvme_submit_sync_cmd +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xfc97eae8 nvme_alloc_io_tag_set +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xffd39df5 nvme_complete_rq +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x076de172 nvmf_connect_io_queue +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x308af1e6 nvmf_reg_read32 +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x415a4f39 nvmf_connect_admin_queue +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x691a2e9b nvmf_get_address +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x7498de97 nvmf_free_options +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x820d7c54 nvmf_reg_read64 +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0xb9919f4e nvmf_ip_options_match +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0xbdb64754 nvmf_reg_write32 +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0xd2775618 nvmf_register_transport +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0xd43dedf5 nvmf_should_reconnect +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0xf7f461aa nvmf_unregister_transport +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fc 0x0d12e564 nvme_fc_register_remoteport +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fc 0x21e609f7 nvme_fc_io_getuuid +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 0x59550df6 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 0xfca9dc99 nvme_fc_unregister_remoteport +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x3e0ef07a nvmet_wq +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x3e448411 nvmet_ctrl_fatal_error +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x620e9eb1 nvmet_register_transport +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x6797c31d nvmet_sq_destroy +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x7a77d565 nvmet_sq_init +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x7bc2316c nvmet_req_init +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0xac91288f nvmet_req_alloc_sgls +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0xb358f587 nvmet_req_complete +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0xb75099c8 nvmet_unregister_transport +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0xba566844 nvmet_req_uninit +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0xcce53dc9 nvmet_check_transfer_len +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0xdf7b1011 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 0x1fcaea5c 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 0x14c1e540 switchtec_class +EXPORT_SYMBOL_GPL drivers/perf/arm_cspmu/arm_cspmu_module 0x91382390 arm_cspmu_sysfs_event_show +EXPORT_SYMBOL_GPL drivers/perf/arm_cspmu/arm_cspmu_module 0xa9b53948 arm_cspmu_sysfs_format_show +EXPORT_SYMBOL_GPL drivers/perf/arm_cspmu/arm_cspmu_module 0xe9da3e87 nv_cspmu_init_ops +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0x169f7c6b hisi_uncore_pmu_get_event_idx +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0x1eb10b06 hisi_uncore_pmu_add +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0x1fdcd28d hisi_uncore_pmu_set_event_period +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0x2ba2155c 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 0x6813b9dc hisi_uncore_pmu_del +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0x6aef38fa hisi_uncore_pmu_disable +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0x76150f9b hisi_event_sysfs_show +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0x8840a43c hisi_format_sysfs_show +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0x8a2bda73 hisi_uncore_pmu_identifier_attr_show +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0x930d11d1 hisi_pmu_init +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0xa0b26733 hisi_uncore_pmu_stop +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0xa7807d01 hisi_uncore_pmu_read +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0xb71e885f hisi_cpumask_sysfs_show +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0xe0d0629b hisi_uncore_pmu_event_update +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0xe22e7c63 hisi_uncore_pmu_start +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0xfa9f5c06 hisi_uncore_pmu_event_init +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0xfb6373d1 hisi_uncore_pmu_offline_cpu +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0xff537ad6 hisi_uncore_pmu_init_irq +EXPORT_SYMBOL_GPL drivers/phy/allwinner/phy-sun4i-usb 0x2314e384 sun4i_usb_phy_set_squelch_detect +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0x0ddb8c56 tegra_phy_xusb_utmi_port_reset +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0x25fa4c5b tegra_xusb_padctl_hsic_set_idle +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0x2dc3e40c tegra_xusb_padctl_disable_phy_wake +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0x38179a23 tegra_xusb_padctl_usb3_save_context +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0x3b518d73 tegra_xusb_padctl_remote_wake_detected +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0x3e3384eb tegra_xusb_padctl_get_usb3_companion +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0x53ed395a tegra194_xusb_padctl_soc +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0x555428b9 tegra_xusb_padctl_disable_phy_sleepwalk +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0x6b7276c3 tegra_xusb_padctl_enable_phy_sleepwalk +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0x81dbd281 tegra186_xusb_padctl_soc +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0x82530410 tegra_phy_xusb_utmi_pad_power_down +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0x943bcdaf tegra_xusb_padctl_put +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0x9a2597d0 tegra_phy_xusb_utmi_pad_power_on +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0xbf7f28be tegra_xusb_padctl_usb3_set_lfps_detect +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0xc518f3d5 tegra_xusb_padctl_get +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0xe26b873e tegra_xusb_padctl_set_vbus_override +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0xf91aa276 tegra124_xusb_padctl_soc +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0xfe4dbe13 tegra210_xusb_padctl_soc +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0xffa4e13c 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 0x0c95c4bf mcp23x17_regmap +EXPORT_SYMBOL_GPL drivers/pinctrl/pinctrl-mcp23s08 0x3cee6050 mcp23x08_regmap +EXPORT_SYMBOL_GPL drivers/pinctrl/pinctrl-mcp23s08 0xc5e01b38 mcp23s08_probe_one +EXPORT_SYMBOL_GPL drivers/pinctrl/qcom/pinctrl-lpass-lpi 0x28a306b3 lpi_pinctrl_remove +EXPORT_SYMBOL_GPL drivers/pinctrl/qcom/pinctrl-lpass-lpi 0x717901bb lpi_pinctrl_probe +EXPORT_SYMBOL_GPL drivers/platform/chrome/cros-ec-sensorhub 0xb522dfac cros_ec_sensorhub_register_push_data +EXPORT_SYMBOL_GPL drivers/platform/chrome/cros-ec-sensorhub 0xf87b9dee 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 0x06807b69 ssam_request_write_data +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x091d5841 ssam_request_sync +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x0fc0bdb5 ssam_notifier_register +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x1a161678 ssam_device_alloc +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x1a9a41df ssam_device_driver_unregister +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x214f7eed ssam_device_get_match_data +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x2235a46b ssam_client_bind +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x26286005 __ssam_device_driver_register +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x2b824226 ssam_get_controller +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x38db6d29 __ssam_notifier_unregister +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x400e7c51 ssam_controller_device +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x4675f360 ssam_controller_stateunlock +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x47039088 ssam_controller_put +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x4b85cbdc ssam_device_type +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x5506cb35 ssam_bus_type +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x560a0502 ssam_device_get_match +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x6ce401bd ssam_request_sync_alloc +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x6ef685e9 ssam_device_add +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x6f33ea81 ssam_request_sync_with_buffer +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x762ace7b ssam_controller_event_enable +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x8f4088b8 ssh_packet_put +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x91607f89 ssam_controller_statelock +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xb178651e ssam_device_remove +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xb7081398 ssam_request_sync_free +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xbca109d7 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 0xcc1b29d3 ssam_client_link +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xce085084 ssh_packet_get +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xdda8d29f ssam_controller_get +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xde68c715 ssam_request_sync_submit +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xea968ad6 __ssam_register_clients +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xef58dbdd ssam_request_sync_init +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xfc80d84b ssam_remove_clients +EXPORT_SYMBOL_GPL drivers/platform/surface/surface_acpi_notify 0x1d9ba52e 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/power/reset/reboot-mode 0x42b6121d reboot_mode_unregister +EXPORT_SYMBOL_GPL drivers/power/reset/reboot-mode 0x7bf23159 devm_reboot_mode_register +EXPORT_SYMBOL_GPL drivers/power/reset/reboot-mode 0xadc174f6 devm_reboot_mode_unregister +EXPORT_SYMBOL_GPL drivers/power/reset/reboot-mode 0xf3032de7 reboot_mode_register +EXPORT_SYMBOL_GPL drivers/power/supply/bq27xxx_battery 0x093eb2bd bq27xxx_battery_teardown +EXPORT_SYMBOL_GPL drivers/power/supply/bq27xxx_battery 0x2fdae925 bq27xxx_battery_setup +EXPORT_SYMBOL_GPL drivers/power/supply/bq27xxx_battery 0xb095d038 bq27xxx_battery_update +EXPORT_SYMBOL_GPL drivers/power/supply/pcf50633-charger 0x7dadc89c pcf50633_mbc_get_status +EXPORT_SYMBOL_GPL drivers/power/supply/pcf50633-charger 0xa8e7ac54 pcf50633_mbc_usb_curlim_set +EXPORT_SYMBOL_GPL drivers/power/supply/pcf50633-charger 0xc65bc208 pcf50633_mbc_get_usb_online_status +EXPORT_SYMBOL_GPL drivers/ptp/ptp-qoriq 0x1461677b ptp_qoriq_adjfine +EXPORT_SYMBOL_GPL drivers/ptp/ptp-qoriq 0x2eae82b0 ptp_qoriq_isr +EXPORT_SYMBOL_GPL drivers/ptp/ptp-qoriq 0x2eeb3479 ptp_qoriq_free +EXPORT_SYMBOL_GPL drivers/ptp/ptp-qoriq 0x3936bbb7 ptp_qoriq_settime +EXPORT_SYMBOL_GPL drivers/ptp/ptp-qoriq 0x433b660f ptp_qoriq_adjtime +EXPORT_SYMBOL_GPL drivers/ptp/ptp-qoriq 0x9cf90071 extts_clean_up +EXPORT_SYMBOL_GPL drivers/ptp/ptp-qoriq 0xaccfa030 ptp_qoriq_init +EXPORT_SYMBOL_GPL drivers/ptp/ptp-qoriq 0xaf43ec79 ptp_qoriq_gettime +EXPORT_SYMBOL_GPL drivers/ptp/ptp-qoriq 0xf7b14c3a ptp_qoriq_enable +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0x0e036dd0 mc13xxx_regulator_ops +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0x27a36bd6 mc13xxx_fixed_regulator_ops +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0x529effcb mc13xxx_get_num_regulators_dt +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0x66b57d18 mc13xxx_parse_regulators_dt +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0x9c475f4b mc13xxx_fixed_regulator_set_voltage +EXPORT_SYMBOL_GPL drivers/regulator/rohm-regulator 0x1f33fc5e rohm_regulator_set_voltage_sel_restricted +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0x61edc37d wm8350_dcdc_set_slot +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0x71b212a7 wm8350_register_led +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0x76967a8c wm8350_register_regulator +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0xad0ed6dd wm8350_isink_set_flash +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0xbe96ad19 wm8350_ldo_set_slot +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0xc9a8f809 wm8350_dcdc25_set_mode +EXPORT_SYMBOL_GPL drivers/regulator/wm8400-regulator 0x9d50f7c3 wm8400_register_regulator +EXPORT_SYMBOL_GPL drivers/remoteproc/mtk_scp 0x5788ecf0 scp_mapping_dm_addr +EXPORT_SYMBOL_GPL drivers/remoteproc/mtk_scp 0x5a7022ca scp_get +EXPORT_SYMBOL_GPL drivers/remoteproc/mtk_scp 0x62eb1760 scp_get_rproc +EXPORT_SYMBOL_GPL drivers/remoteproc/mtk_scp 0x748edc9d scp_get_vdec_hw_capa +EXPORT_SYMBOL_GPL drivers/remoteproc/mtk_scp 0xdd0165bd scp_put +EXPORT_SYMBOL_GPL drivers/remoteproc/mtk_scp 0xdf03120a scp_get_device +EXPORT_SYMBOL_GPL drivers/remoteproc/mtk_scp 0xf21187a5 scp_get_venc_hw_capa +EXPORT_SYMBOL_GPL drivers/remoteproc/mtk_scp_ipi 0x09313652 scp_memcpy_aligned +EXPORT_SYMBOL_GPL drivers/remoteproc/mtk_scp_ipi 0x175ef9b3 scp_ipi_unregister +EXPORT_SYMBOL_GPL drivers/remoteproc/mtk_scp_ipi 0x67cbdbf8 scp_ipi_send +EXPORT_SYMBOL_GPL drivers/remoteproc/mtk_scp_ipi 0x89dd6d16 scp_ipi_register +EXPORT_SYMBOL_GPL drivers/remoteproc/mtk_scp_ipi 0xc0824dcb scp_ipi_unlock +EXPORT_SYMBOL_GPL drivers/remoteproc/mtk_scp_ipi 0xc55d5b57 scp_ipi_lock +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_common 0x0fa538df qcom_register_ssr_notifier +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_common 0x61159398 qcom_minidump +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_common 0x661f5587 qcom_remove_glink_subdev +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_common 0x7c3ea3c8 qcom_register_dump_segments +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_common 0x8a5197bb qcom_add_smd_subdev +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_common 0x963bb3e3 qcom_add_ssr_subdev +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_common 0xa38e0912 qcom_remove_ssr_subdev +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_common 0xd6cc0cc0 qcom_unregister_ssr_notifier +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_common 0xfcdddd5a qcom_add_glink_subdev +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_common 0xfeba7f04 qcom_remove_smd_subdev +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_pil_info 0x30e58241 qcom_pil_info_store +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_q6v5 0x22bcb4cb qcom_q6v5_request_stop +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_q6v5 0x826248ad qcom_q6v5_panic +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_q6v5 0x865430af qcom_q6v5_prepare +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_q6v5 0x92147ebe qcom_q6v5_deinit +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_q6v5 0xa1435790 qcom_q6v5_unprepare +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_q6v5 0xc5437dcf qcom_q6v5_wait_for_start +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_q6v5 0xf728fa47 qcom_q6v5_init +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_sysmon 0x1482d168 qcom_sysmon_shutdown_acked +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_sysmon 0x48267d47 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 0x99f32129 mtk_rpmsg_create_rproc_subdev +EXPORT_SYMBOL_GPL drivers/rpmsg/qcom_glink 0x149236da qcom_glink_native_remove +EXPORT_SYMBOL_GPL drivers/rpmsg/qcom_glink 0xa9bacb51 qcom_glink_native_probe +EXPORT_SYMBOL_GPL drivers/rpmsg/qcom_glink 0xf14f5684 qcom_glink_ssr_notify +EXPORT_SYMBOL_GPL drivers/rpmsg/qcom_glink 0xfd2d5a1d qcom_glink_native_unregister +EXPORT_SYMBOL_GPL drivers/rpmsg/qcom_glink_smem 0x069c7bc3 qcom_glink_smem_register +EXPORT_SYMBOL_GPL drivers/rpmsg/qcom_glink_smem 0x72dd75d9 qcom_glink_smem_unregister +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x01649523 cxgbi_hbas_remove +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x07b9c736 cxgbi_set_host_param +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x0800d121 cxgbi_sock_rcv_abort_rpl +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x0d6066d5 cxgbi_sock_free_cpl_skbs +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x0e33fad6 cxgbi_parse_pdu_itt +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x0f00f288 cxgbi_cleanup_task +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x121ce4bd cxgbi_set_conn_param +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x14605a01 cxgbi_sock_rcv_close_conn_rpl +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x161f6f87 cxgbi_conn_init_pdu +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x164733dd cxgbi_sock_purge_wr_queue +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x24ca0afa cxgbi_conn_alloc_pdu +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x259bdbec cxgbi_device_register +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x298f430f cxgbi_create_session +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x36f41664 cxgbi_conn_pdu_ready +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x385ac5d2 cxgbi_sock_act_open_req_arp_failure +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x38edfe7e cxgbi_iscsi_cleanup +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x3b31220b cxgbi_device_portmap_cleanup +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x3f7fe6c5 cxgbi_sock_skb_entail +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x433df36c cxgbi_sock_check_wr_invariants +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x4615f507 cxgbi_ep_poll +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x4f7f1332 cxgbi_sock_rcv_wr_ack +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x51c4b5eb cxgbi_ep_connect +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x53465cc2 cxgbi_destroy_session +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x5c6ba23e cxgbi_ep_disconnect +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x64d620dc cxgbi_sock_closed +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x6583fe98 cxgbi_device_unregister +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x6683a344 cxgbi_ddp_ppm_setup +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x761b176c cxgbi_device_find_by_netdev_rcu +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x7a053831 cxgbi_sock_established +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 0x9b5b3969 cxgbi_get_conn_stats +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x9c8cea61 cxgbi_device_find_by_netdev +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x9d536253 cxgbi_bind_conn +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xa3d6ffaa cxgbi_sock_fail_act_open +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xb954b941 cxgbi_conn_tx_open +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xceef7469 cxgbi_sock_rcv_peer_close +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xd2f34d86 cxgbi_hbas_add +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xd33b0349 cxgbi_get_ep_param +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xd746470b cxgbi_device_portmap_create +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xd91c87a2 cxgbi_create_conn +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xdef7e984 cxgbi_conn_xmit_pdu +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xe889068b cxgbi_iscsi_init +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xeebe44db cxgbi_device_find_by_lldev +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xef346615 cxgbi_attr_is_visible +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xf1ab4575 cxgbi_sock_select_mss +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xfd89ccef cxgbi_get_host_param +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x0c272b00 fcoe_libfc_config +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x16fa6531 fcoe_get_lesb +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x1b3aaed6 fcoe_get_paged_crc_eof +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x1c4da816 fcoe_get_wwn +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x332f229d fcoe_link_speed_update +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x3995d8d2 fcoe_ctlr_get_lesb +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x3c310918 fcoe_start_io +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x481bf6f4 __fcoe_get_lesb +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x4ae4f3ba fcoe_fcf_device_add +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x4ee6cc0e fcoe_ctlr_device_delete +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x71a0db63 fcoe_clean_pending_queue +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x7b0c20a0 fcoe_ctlr_device_add +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x9fe6124b fcoe_validate_vport_create +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xa4921621 fcoe_check_wait_queue +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xbac58840 fcoe_queue_timer +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xbf9470c4 fcoe_fcf_device_delete +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xc3f30cc0 fcoe_wwn_from_mac +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xd39d5f1c fcoe_fc_crc +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xf167cb7a fcoe_wwn_to_str +EXPORT_SYMBOL_GPL drivers/scsi/fdomain 0x13d70407 fdomain_create +EXPORT_SYMBOL_GPL drivers/scsi/fdomain 0xf29a7ad6 fdomain_destroy +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x02a4c051 hisi_sas_host_reset +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x09679e0f to_hisi_sas_port +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x1aee542f hisi_sas_phy_bcast +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x2d9107d7 hisi_sas_sync_irqs +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x3b85e83d hisi_sas_notify_phy_event +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 0x626b61e4 hisi_sas_scan_finished +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x70b3dd40 hisi_sas_release_tasks +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x70c33e3a hisi_sas_controller_reset_done +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x70eefa6e hisi_sas_slave_alloc +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x75998b34 hisi_sas_controller_reset_prepare +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x96ebc180 hisi_sas_get_fw_info +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x9a7b9756 hisi_sas_remove +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x9aaa14f8 hisi_sas_slot_task_free +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0xabc273a2 hisi_sas_debugfs_dir +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 0xb3c737d7 hisi_sas_stop_phys +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0xb3f4535c hisi_sas_sata_done +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0xbcb2ad56 hisi_sas_scan_start +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0xc12d391f hisi_sas_slave_configure +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 0xcd4aa09b hisi_sas_phy_enable +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0xd561cd8d hisi_sas_probe +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0xdaae7963 hisi_sas_alloc +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0xe330cb74 hisi_sas_sync_rst_work_handler +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0xe8362a99 hisi_sas_phy_down +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 0xf1e78ea4 hisi_sas_phy_oob_ready +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0xf3f6ab03 hisi_sas_init_mem +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0xfaa65c27 hisi_sas_free +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x1c52777a iscsi_boot_create_acpitbl +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x7387ea45 iscsi_boot_destroy_kset +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0xa62abc8e iscsi_boot_create_initiator +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0xa9f2731f iscsi_boot_create_target +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0xb4f59870 iscsi_boot_create_host_kset +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0xb8695674 iscsi_boot_create_kset +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0xbdc0d018 iscsi_boot_create_ethernet +EXPORT_SYMBOL_GPL drivers/scsi/libfc/libfc 0x662c6b8b fc_seq_els_rsp_send +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x09c8f642 iscsi_eh_session_reset +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x12b2ad06 iscsi_switch_str_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x171c2ed5 iscsi_host_get_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x19d49c56 iscsi_complete_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x22d3bed5 iscsi_eh_abort +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x2be1a667 iscsi_host_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x36ab3a11 iscsi_verify_itt +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x37ac14ce iscsi_eh_cmd_timed_out +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x3bef2f73 iscsi_pool_init +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x3cb4393e iscsi_conn_stop +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x3da69633 iscsi_requeue_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x3def930a __iscsi_put_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x3fa5f7a8 iscsi_host_free +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x427983fb iscsi_itt_to_ctask +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x44e54da8 iscsi_session_remove +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x48662d55 __iscsi_complete_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x49fdc5ef iscsi_target_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x4d4c8b6d iscsi_session_setup +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x5dc149f2 iscsi_put_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x67891171 iscsi_conn_teardown +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x68187920 iscsi_conn_failure +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x6c00d997 iscsi_itt_to_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x6e035394 iscsi_host_get_max_scsi_cmds +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x7af82fbd iscsi_conn_queue_xmit +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x8119ed94 iscsi_host_remove +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x8385128b iscsi_prep_data_out_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x8b4b819b iscsi_eh_recover_target +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x8d303b1b iscsi_pool_free +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x939898eb iscsi_update_cmdsn +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x9a2da88f iscsi_set_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x9e78556b iscsi_host_set_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xab58f779 iscsi_suspend_tx +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xbfc10120 iscsi_session_free +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xc1bcb0bb iscsi_host_add +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xc5a9a2f7 iscsi_session_failure +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xc6214af3 iscsi_eh_device_reset +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xcf615f3a iscsi_session_get_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xcf642235 iscsi_suspend_rx +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xd441907e iscsi_conn_send_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xd77d9a17 iscsi_session_teardown +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xd9b3b6e4 iscsi_suspend_queue +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xda0d1243 iscsi_conn_get_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xdcbfaa3a iscsi_conn_queue_recv +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xdd9f0692 iscsi_queuecommand +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xe5d4e5ce iscsi_conn_start +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xe99f51c2 iscsi_complete_scsi_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xea68f063 iscsi_conn_bind +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xeab9cbd5 iscsi_conn_get_addr_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xf2ea0849 iscsi_conn_unbind +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xf35a069d iscsi_session_recovery_timedout +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xf410bf55 iscsi_get_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xfca0fc37 iscsi_conn_setup +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x050b13d4 iscsi_tcp_hdr_recv_prep +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x0d5630f7 iscsi_tcp_task_init +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x14ee69c4 iscsi_tcp_cleanup_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x2c39d483 iscsi_tcp_conn_setup +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x3219751c iscsi_tcp_r2tpool_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x445f011c iscsi_tcp_task_xmit +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x47fa5a36 iscsi_tcp_segment_unmap +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x57bb975e iscsi_segment_init_linear +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x675fa66e iscsi_tcp_conn_get_stats +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x7ab533db iscsi_tcp_segment_done +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x873c0b17 iscsi_tcp_dgst_header +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xa691bd24 iscsi_tcp_recv_segment_is_hdr +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xa8b5a821 iscsi_segment_seek_sg +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xadfd6084 iscsi_tcp_r2tpool_free +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xd82febf1 iscsi_tcp_recv_skb +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xe207ca77 iscsi_tcp_set_max_r2t +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xf3fee5cb iscsi_tcp_conn_teardown +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x003e62d9 sas_phy_reset +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x03ec660b sas_execute_ata_cmd +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x114333d9 sas_find_attached_phy_id +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x11be6c96 sas_phy_enable +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x133b63c4 sas_execute_internal_abort_single +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x1d35122a sas_abort_task_set +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x2eaa2ef9 sas_domain_attach_transport +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x33b86b0e sas_eh_abort_handler +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x3b619e8d sas_query_task +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x4899f04d sas_register_ha +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x4c306fa1 sas_notify_port_event +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x50a996d6 sas_slave_configure +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x56126a55 sas_execute_internal_abort_dev +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x5e744c57 sas_abort_task +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x5f0307fd sas_target_destroy +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x7008c388 sas_unregister_ha +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x70ab95ff sas_target_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x71e8421f sas_lu_reset +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x78f07f46 sas_ssp_task_response +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x7ba09e2c smp_ata_check_ready_type +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x9a0dfa1e sas_notify_phy_event +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x9c15257b sas_ata_device_link_abort +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x9fb633d2 sas_bios_param +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xa6133e0e sas_clear_task_set +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xac2b6bc7 sas_ioctl +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xb5c04ccf sas_eh_target_reset_handler +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xc31b89a5 sas_drain_work +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xc7c51c94 sas_slave_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xd7ca5b60 sas_task_abort +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xe146d5b5 sas_request_addr +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xe63d81a6 sas_eh_device_reset_handler +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xe6a3ce0d sas_get_local_phy +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xe72c04fe sas_queuecommand +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xe8a43507 dev_attr_phy_event_threshold +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xfa3b3fe1 sas_change_queue_depth +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xfc75802e sas_ata_schedule_reset +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_fc 0x415c8cba fc_eh_should_retry_cmd +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x034ef114 iscsi_destroy_all_flashnode +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x0590f0d7 iscsi_put_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x0736dd10 __tracepoint_iscsi_dbg_eh +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x12abb394 iscsi_destroy_iface +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x1385a7b0 iscsi_conn_error_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x16fd2e74 iscsi_add_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x205e2079 __traceiter_iscsi_dbg_sw_tcp +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x216cd778 iscsi_post_host_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x2af47ed1 iscsi_ping_comp_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x2cbbd01e iscsi_flashnode_bus_match +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x314f2dc9 iscsi_put_endpoint +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x345e1a0e iscsi_destroy_flashnode_sess +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x3785e561 __tracepoint_iscsi_dbg_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x3c498e17 iscsi_force_destroy_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x434cf969 iscsi_create_flashnode_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x43bfd21e iscsi_create_iface +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x43e22e55 iscsi_get_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x47b44260 iscsi_find_flashnode_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x5501fcea iscsi_find_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 0x5b933e08 iscsi_conn_login_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x5bfaa2c3 __tracepoint_iscsi_dbg_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x5ec05cd1 iscsi_is_session_dev +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x65c4b815 iscsi_lookup_endpoint +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x699fe53e iscsi_get_discovery_parent_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x6c5db7c5 iscsi_add_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x71b768b0 __SCK__tp_func_iscsi_dbg_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x787ccdf1 __traceiter_iscsi_dbg_tcp +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x7a10ee29 __traceiter_iscsi_dbg_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x7ec5a9cb iscsi_create_flashnode_sess +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x81fa9349 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 0x859343c6 __traceiter_iscsi_dbg_eh +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x87343557 iscsi_host_for_each_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x88768c48 __SCK__tp_func_iscsi_dbg_tcp +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x8a95f20b __traceiter_iscsi_dbg_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x8b91b326 iscsi_dbg_trace +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x8cc7b309 iscsi_block_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x90aabf1f iscsi_alloc_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x92274bff iscsi_block_scsi_eh +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x9757bd6a iscsi_is_session_online +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x9853cd6c iscsi_get_port_state_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x9cae4675 iscsi_recv_pdu +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xa8a33181 iscsi_get_port_speed_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xaa976bb3 __tracepoint_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 0xb5be6da8 iscsi_remove_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xbc071179 iscsi_get_ipaddress_state_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xc2eb576f iscsi_unblock_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xc320d475 iscsi_free_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xc5aa43d2 iscsi_alloc_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xcef47455 iscsi_destroy_endpoint +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xd4e55f1e __tracepoint_iscsi_dbg_sw_tcp +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xe02219ed iscsi_offload_mesg +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xe14313a2 iscsi_unregister_transport +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xe4c79fa6 __SCK__tp_func_iscsi_dbg_eh +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xe5dc495b iscsi_create_endpoint +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xe612fd93 iscsi_session_chkready +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xf82114a2 iscsi_create_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xfce3e953 iscsi_session_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xfeacb1ef iscsi_remove_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0x0082fd18 sas_enable_tlr +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0x018f9b06 sas_tlr_supported +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0x5b247396 sas_disable_tlr +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0xdc194f02 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 0x437de22a 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 0x1a968309 srp_rport_del +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0x3c8cee71 srp_stop_rport_timers +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0x96388139 srp_release_transport +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0xa7fac813 srp_rport_add +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0xc66d6b92 srp_attach_transport +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0xe321880d srp_remove_host +EXPORT_SYMBOL_GPL drivers/siox/siox-core 0x3f2c20d5 siox_master_register +EXPORT_SYMBOL_GPL drivers/siox/siox-core 0x4a861aa3 __siox_driver_register +EXPORT_SYMBOL_GPL drivers/siox/siox-core 0x4dd7f8b7 siox_device_synced +EXPORT_SYMBOL_GPL drivers/siox/siox-core 0x5a882b7a siox_device_connected +EXPORT_SYMBOL_GPL drivers/siox/siox-core 0xa0e6ae71 siox_master_unregister +EXPORT_SYMBOL_GPL drivers/siox/siox-core 0xc1b4d188 siox_master_alloc +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x012ddce2 slimbus_bus +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x0f6fe798 slim_device_report_present +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x1b5a4dad slim_stream_enable +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x3844c459 slim_report_absent +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x41707f87 slim_write +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x44da1d85 slim_writeb +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x48c324b6 __slim_driver_register +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x521cd98f slim_ctrl_clk_pause +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x57096372 slim_free_txn_tid +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x58c33556 slim_get_device +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x60d00c12 slim_stream_allocate +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x6b6ac669 slim_do_transfer +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x85e82849 slim_readb +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x89af66b3 slim_unregister_controller +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x9831edd8 slim_stream_disable +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x98a9ba0b slim_xfer_msg +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x9b08d11f slim_msg_response +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x9f804174 slim_stream_prepare +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xa8d98181 slim_read +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xaa9568b3 slim_stream_unprepare +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xadd128a6 slim_driver_unregister +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xb704e0e6 slim_get_logical_addr +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xe65416a3 slim_alloc_txn_tid +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xf2f7d54f slim_register_controller +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xf8bf5e82 of_slim_get_device +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xf92030ea slim_stream_free +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 0xafa43b10 meson_canvas_get +EXPORT_SYMBOL_GPL drivers/soc/amlogic/meson-canvas 0xfbd79150 meson_canvas_free +EXPORT_SYMBOL_GPL drivers/soc/apple/apple-rtkit 0x088b0747 apple_rtkit_start_ep +EXPORT_SYMBOL_GPL drivers/soc/apple/apple-rtkit 0x0f8a780a apple_rtkit_poll +EXPORT_SYMBOL_GPL drivers/soc/apple/apple-rtkit 0x1b8db801 apple_rtkit_shutdown +EXPORT_SYMBOL_GPL drivers/soc/apple/apple-rtkit 0x4062402a apple_rtkit_send_message +EXPORT_SYMBOL_GPL drivers/soc/apple/apple-rtkit 0x4804af32 apple_rtkit_quiesce +EXPORT_SYMBOL_GPL drivers/soc/apple/apple-rtkit 0x637b8e29 devm_apple_rtkit_init +EXPORT_SYMBOL_GPL drivers/soc/apple/apple-rtkit 0x775451f5 apple_rtkit_reinit +EXPORT_SYMBOL_GPL drivers/soc/apple/apple-rtkit 0x78db6b36 apple_rtkit_is_running +EXPORT_SYMBOL_GPL drivers/soc/apple/apple-rtkit 0x90dd3195 apple_rtkit_boot +EXPORT_SYMBOL_GPL drivers/soc/apple/apple-rtkit 0xa2de5d56 apple_rtkit_is_crashed +EXPORT_SYMBOL_GPL drivers/soc/apple/apple-rtkit 0xd2782182 apple_rtkit_wake +EXPORT_SYMBOL_GPL drivers/soc/apple/apple-rtkit 0xe1acd695 apple_rtkit_send_message_wait +EXPORT_SYMBOL_GPL drivers/soc/apple/apple-sart 0xbaec16a4 apple_sart_add_allowed_region +EXPORT_SYMBOL_GPL drivers/soc/apple/apple-sart 0xeb08b910 devm_apple_sart_get +EXPORT_SYMBOL_GPL drivers/soc/apple/apple-sart 0xf2253fbc apple_sart_remove_allowed_region +EXPORT_SYMBOL_GPL drivers/soc/fsl/dpio/fsl-mc-dpio 0x0261cd01 dpaa2_io_store_next +EXPORT_SYMBOL_GPL drivers/soc/fsl/dpio/fsl-mc-dpio 0x1b7c4023 dpaa2_io_service_rearm +EXPORT_SYMBOL_GPL drivers/soc/fsl/dpio/fsl-mc-dpio 0x2ea89927 dpaa2_io_service_pull_channel +EXPORT_SYMBOL_GPL drivers/soc/fsl/dpio/fsl-mc-dpio 0x2f10852c dpaa2_io_service_select +EXPORT_SYMBOL_GPL drivers/soc/fsl/dpio/fsl-mc-dpio 0x3f8992eb dpaa2_io_service_release +EXPORT_SYMBOL_GPL drivers/soc/fsl/dpio/fsl-mc-dpio 0x4994345c dpaa2_io_store_destroy +EXPORT_SYMBOL_GPL drivers/soc/fsl/dpio/fsl-mc-dpio 0x63fb1081 dpaa2_io_service_deregister +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 0xb6894058 dpaa2_io_service_register +EXPORT_SYMBOL_GPL drivers/soc/fsl/dpio/fsl-mc-dpio 0xb6afc1b9 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/qcom/apr 0x15c1d82e apr_driver_unregister +EXPORT_SYMBOL_GPL drivers/soc/qcom/apr 0x4052826d aprbus +EXPORT_SYMBOL_GPL drivers/soc/qcom/apr 0x4a7f6a15 gpr_send_pkt +EXPORT_SYMBOL_GPL drivers/soc/qcom/apr 0x50d43c77 __apr_driver_register +EXPORT_SYMBOL_GPL drivers/soc/qcom/apr 0x9b3a6f77 gpr_alloc_port +EXPORT_SYMBOL_GPL drivers/soc/qcom/apr 0xb391521f gpr_send_port_pkt +EXPORT_SYMBOL_GPL drivers/soc/qcom/apr 0xd1ac4c5b apr_send_pkt +EXPORT_SYMBOL_GPL drivers/soc/qcom/apr 0xfe2f7581 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 0x09b3d053 qcom_mdt_pas_init +EXPORT_SYMBOL_GPL drivers/soc/qcom/mdt_loader 0x6ca21a89 qcom_mdt_read_metadata +EXPORT_SYMBOL_GPL drivers/soc/qcom/mdt_loader 0x84568188 qcom_mdt_load +EXPORT_SYMBOL_GPL drivers/soc/qcom/mdt_loader 0x966e614d qcom_mdt_load_no_init +EXPORT_SYMBOL_GPL drivers/soc/qcom/mdt_loader 0xe8a3861c qcom_mdt_get_size +EXPORT_SYMBOL_GPL drivers/soundwire/soundwire-bus 0xabe1510b sdw_bus_type +EXPORT_SYMBOL_GPL drivers/soundwire/soundwire-bus 0xb5eed846 sdw_unregister_driver +EXPORT_SYMBOL_GPL drivers/soundwire/soundwire-bus 0xebfa6c26 __sdw_register_driver +EXPORT_SYMBOL_GPL drivers/soundwire/soundwire-cadence 0xb037303a sdw_cdns_debugfs_init +EXPORT_SYMBOL_GPL drivers/spi/spi-altera-core 0xb9edd149 altera_spi_irq +EXPORT_SYMBOL_GPL drivers/spi/spi-altera-core 0xc2802b39 altera_spi_init_master +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0x19090333 spi_bitbang_stop +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0x1ad1b3b4 spi_bitbang_setup_transfer +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0x31dff5ad spi_bitbang_start +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0x62459dca spi_bitbang_cleanup +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0x66bc83b0 spi_bitbang_init +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0xd780b545 spi_bitbang_setup +EXPORT_SYMBOL_GPL drivers/spi/spi-loopback-test 0x160b6873 spi_test_run_test +EXPORT_SYMBOL_GPL drivers/spi/spi-loopback-test 0x35f66aa1 spi_test_run_tests +EXPORT_SYMBOL_GPL drivers/spi/spi-loopback-test 0x4ece738a spi_test_execute_msg +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x0bbd0099 spmi_ext_register_write +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x0d68c11a spmi_ext_register_readl +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x2c169eab spmi_register_write +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x3c8b13d9 spmi_register_read +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x45e63206 spmi_controller_alloc +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x5ecb3af1 spmi_command_sleep +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x6ac91a25 spmi_controller_remove +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x8e1de279 spmi_command_shutdown +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x92b73c8c spmi_command_wakeup +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xb31f0e65 spmi_ext_register_writel +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xb8c49424 spmi_device_from_of +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xb9885c16 spmi_controller_add +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xbbf708d2 spmi_command_reset +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xce989c13 spmi_device_add +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xd1302c1c spmi_device_remove +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xd3988333 spmi_ext_register_read +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xf0b7b725 spmi_device_alloc +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xf21d0136 __spmi_driver_register +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xfc032600 spmi_register_zero_write +EXPORT_SYMBOL_GPL drivers/ssb/ssb 0x0c88fa24 ssb_pmu_spuravoid_pllupdate +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0x1a296c18 anybuss_finish_init +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0x3cc4ab85 anybuss_client_driver_register +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0x49f5efc7 anybuss_read_output +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0x4abe1ea8 anybuss_start_init +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0x6247d255 anybuss_client_driver_unregister +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0x66644781 anybuss_send_msg +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0x7ad5158b anybuss_recv_msg +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0x8b33b216 devm_anybuss_host_common_probe +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0xc6b24123 anybuss_read_fbctrl +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0xcd8435ff anybuss_send_ext +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0xdaf1c647 anybuss_write_input +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0xdd81b0bf anybuss_set_power +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0xf135fb84 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 0x05eea07d fieldbus_dev_area_updated +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/fieldbus_dev 0x09bdf1a2 fieldbus_dev_register +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/fieldbus_dev 0x211ff33e fieldbus_dev_unregister +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/fieldbus_dev 0x80320707 fieldbus_dev_online_changed +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0x077f6263 gb_audio_apbridgea_prepare_tx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0x0b25b40c gb_audio_apbridgea_start_tx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0x1821e118 gb_audio_apbridgea_shutdown_rx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0x3616343a gb_audio_apbridgea_register_cport +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0x4431917e gb_audio_apbridgea_prepare_rx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0x5a5caec0 gb_audio_apbridgea_set_rx_data_size +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0x5b6f1205 gb_audio_apbridgea_shutdown_tx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0xb23bdc9c gb_audio_apbridgea_stop_tx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0xb5140411 gb_audio_apbridgea_start_rx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0xdf8c7279 gb_audio_apbridgea_set_tx_data_size +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0xf00b794e gb_audio_apbridgea_set_config +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0xf1752f81 gb_audio_apbridgea_stop_rx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0xff450604 gb_audio_apbridgea_unregister_cport +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0x0908a1b6 gb_audio_gb_activate_rx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0x0e2bef05 gb_audio_gb_get_topology +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0x113e63c7 gb_audio_gb_activate_tx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0x12f34072 gb_audio_gb_get_control +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0x25acd19b gb_audio_gb_set_tx_data_size +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0x60703824 gb_audio_gb_deactivate_tx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0x7846fa55 gb_audio_gb_deactivate_rx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0x7875a35d gb_audio_gb_set_pcm +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0x86673f7c gb_audio_gb_disable_widget +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0xac22ea49 gb_audio_gb_get_pcm +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0xaf075a1f gb_audio_gb_set_control +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0xc548b3f1 gb_audio_gb_set_rx_data_size +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0xf19f0d01 gb_audio_gb_enable_widget +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-manager 0x19e9e6b1 gb_audio_manager_remove_all +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-manager 0x32e6391e gb_audio_manager_remove +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-manager 0x5a108b0f gb_audio_manager_add +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-manager 0x79eef2f8 gb_audio_manager_dump_all +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-manager 0xaeac8ca2 gb_audio_manager_dump_module +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-manager 0xbe033a85 gb_audio_manager_get_module +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-manager 0xd659125a gb_audio_manager_put_module +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-gbphy 0xb0c6e2f7 gb_gbphy_register_driver +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-gbphy 0xf5f03fcb gb_gbphy_deregister_driver +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-spilib 0x75298590 gb_spilib_master_init +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-spilib 0xdcff5ffc gb_spilib_master_exit +EXPORT_SYMBOL_GPL drivers/staging/iio/addac/adt7316 0x16bb0e81 adt7316_pm_ops +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0x06ca54f2 imx_media_capture_device_init +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0x0bb4edd8 imx_media_find_subdev_by_devname +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0x1072b9d9 imx_media_pipeline_video_device +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0x11880a2b imx_media_capture_device_unregister +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0x1b194471 imx_media_init_cfg +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0x2034ccf9 imx_media_of_add_csi +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0x2415fc92 imx_media_add_of_subdevs +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0x2feb011f imx_media_pipeline_pad +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0x3a683b7d imx_media_pipeline_set_stream +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0x3aca5ce1 imx_media_capture_device_register +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0x3afc4948 imx_media_find_pixel_format +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0x534ba9e1 imx_media_find_mbus_format +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0x6c9f6351 imx_media_capture_device_remove +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0x74d9545b imx_media_dev_notifier_register +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0x7d7cc7ae imx_media_find_subdev_by_fwnode +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0x85a91ae3 imx_media_capture_device_error +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0x98c8fc80 imx_media_dev_init +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0xa631199b imx_media_grp_id_to_sd_name +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0xa9e2459f imx_media_enum_mbus_formats +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0xb32a21e6 imx_media_probe_complete +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 0xbdd57408 imx_media_free_dma_buf +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0xc0e6162e imx_media_init_mbus_fmt +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0xc0e9156b imx_media_capture_device_next_buf +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0xc3a7bbca imx_media_alloc_dma_buf +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0xd4e45b7e imx_media_try_colorimetry +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0xd6aae4ef 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 0xf1b61181 imx_media_add_video_device +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0xfaf35ad5 imx_media_pipeline_csi2_channel +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 0x1f26e6cf amvdec_set_canvases +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0x21068c04 codec_hevc_setup_decode_head +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0x2909fc5a amvdec_abort +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0x2b2dd192 amvdec_add_ts +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0x5c6a2a81 codec_hevc_setup_buffers +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0x5ff35ee8 amvdec_am21c_head_size +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0x6255a5f9 codec_hevc_fill_mmu_map +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0x6567fbbd amvdec_dst_buf_done_idx +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0x7efc4b8b amvdec_write_parser +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0x9927e423 amvdec_src_change +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0x9b0b8e49 amvdec_dst_buf_done_offset +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0x9c5599e7 codec_hevc_free_fbc_buffers +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0xb26a1d0d amvdec_remove_ts +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0xb3843956 amvdec_write_dos_bits +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0xb90b8a25 amvdec_read_parser +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0xba8a19a5 codec_hevc_free_mmu_headers +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0xc6374595 amvdec_get_output_size +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0xcdadb0c4 amvdec_write_dos +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0xceb04bfd amvdec_read_dos +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0xd0003348 amvdec_dst_buf_done +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0xdf255cfe amvdec_set_par_from_dar +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0xf23bce0d amvdec_clear_dos_bits +EXPORT_SYMBOL_GPL drivers/staging/nvec/nvec 0x7ca6f140 nvec_msg_free +EXPORT_SYMBOL_GPL drivers/staging/nvec/nvec 0x82d1ceb3 nvec_register_notifier +EXPORT_SYMBOL_GPL drivers/staging/nvec/nvec 0xaa53aefb nvec_unregister_notifier +EXPORT_SYMBOL_GPL drivers/target/target_core_mod 0x2b9b3376 target_stop_cmd_counter +EXPORT_SYMBOL_GPL drivers/target/target_core_mod 0x37449c13 target_submit +EXPORT_SYMBOL_GPL drivers/target/target_core_mod 0x5d24150b target_free_cmd_counter +EXPORT_SYMBOL_GPL drivers/target/target_core_mod 0x7d535743 target_init_cmd +EXPORT_SYMBOL_GPL drivers/target/target_core_mod 0xb4489234 target_wait_for_cmds +EXPORT_SYMBOL_GPL drivers/target/target_core_mod 0xc36c7dd7 target_queue_submission +EXPORT_SYMBOL_GPL drivers/target/target_core_mod 0xc65e34a6 target_alloc_cmd_counter +EXPORT_SYMBOL_GPL drivers/target/target_core_mod 0xeac1bf6c target_submit_prep +EXPORT_SYMBOL_GPL drivers/tee/tee 0x185973d3 tee_shm_get_pa +EXPORT_SYMBOL_GPL drivers/tee/tee 0x1bce050e tee_shm_get_va +EXPORT_SYMBOL_GPL drivers/tee/tee 0x32687c02 teedev_close_context +EXPORT_SYMBOL_GPL drivers/tee/tee 0x361f23ce tee_client_open_context +EXPORT_SYMBOL_GPL drivers/tee/tee 0x398fd6f6 tee_client_open_session +EXPORT_SYMBOL_GPL drivers/tee/tee 0x3eefbec9 tee_device_unregister +EXPORT_SYMBOL_GPL drivers/tee/tee 0x56bfaf6c tee_shm_put +EXPORT_SYMBOL_GPL drivers/tee/tee 0x6ef0b712 tee_device_alloc +EXPORT_SYMBOL_GPL drivers/tee/tee 0x6f14f868 tee_shm_alloc_priv_buf +EXPORT_SYMBOL_GPL drivers/tee/tee 0x71771af9 tee_client_close_session +EXPORT_SYMBOL_GPL drivers/tee/tee 0x7aacb6d5 tee_shm_free +EXPORT_SYMBOL_GPL drivers/tee/tee 0x7bb95f88 tee_client_close_context +EXPORT_SYMBOL_GPL drivers/tee/tee 0x7fa040a4 tee_client_get_version +EXPORT_SYMBOL_GPL drivers/tee/tee 0x85fd9922 tee_session_calc_client_uuid +EXPORT_SYMBOL_GPL drivers/tee/tee 0xbac64126 tee_shm_alloc_kernel_buf +EXPORT_SYMBOL_GPL drivers/tee/tee 0xc8a81a22 tee_device_register +EXPORT_SYMBOL_GPL drivers/tee/tee 0xcf36523d teedev_open +EXPORT_SYMBOL_GPL drivers/tee/tee 0xda4afd8e tee_get_drvdata +EXPORT_SYMBOL_GPL drivers/tee/tee 0xdbeb8487 tee_bus_type +EXPORT_SYMBOL_GPL drivers/tee/tee 0xef59e7a2 tee_shm_get_from_id +EXPORT_SYMBOL_GPL drivers/tee/tee 0xf40b4877 tee_shm_pool_alloc_res_mem +EXPORT_SYMBOL_GPL drivers/tee/tee 0xfe58d39c tee_client_invoke_func +EXPORT_SYMBOL_GPL drivers/tee/tee 0xff46d4be tee_shm_register_kernel_buf +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x01d23ee1 tb_property_create_dir +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x0f75678b tb_xdomain_lane_bonding_disable +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x1fd625d5 tb_xdomain_type +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x2c56339a tb_xdomain_request +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x393b4f2f tb_property_free_dir +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x45d1d82a tb_ring_alloc_rx +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 0x54fb4243 tb_xdomain_release_out_hopid +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x56fece24 tb_xdomain_enable_paths +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x603249ed tb_unregister_property_dir +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x634f41cd tb_xdomain_release_in_hopid +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x658e3d97 tb_property_add_immediate +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x703192dc tb_register_service_driver +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x72cb3877 tb_ring_poll_complete +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 0x79547421 tb_ring_start +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x7f310958 tb_unregister_service_driver +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x81115fee tb_xdomain_lane_bonding_enable +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x8155eeec tb_xdomain_alloc_out_hopid +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x8a4d2925 tb_xdomain_response +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x8b62f95e tb_property_add_dir +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x97192c7b tb_ring_free +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xa00863d4 tb_ring_alloc_tx +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xa2950c8e tb_xdomain_find_by_route +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xa3d2b403 tb_property_add_data +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xada20aef tb_xdomain_alloc_in_hopid +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xaec1be50 tb_xdomain_disable_paths +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xb263ac97 tb_ring_stop +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xb7c7cdce tb_property_add_text +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xbed9bc6e tb_ring_poll +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xd89a756a __tb_ring_enqueue +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xe5fc54fe tb_xdomain_find_by_uuid +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xf189cfe0 tb_service_type +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xf1cfd1ff tb_register_property_dir +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xf76028c7 tb_unregister_protocol_handler +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x12b3f8d9 ufshcd_resume_complete +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x1b562155 ufshcd_hba_enable +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x230988b9 ufshcd_hba_stop +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x24d71187 ufshcd_update_evt_hist +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x358ff30b ufshcd_dump_regs +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x4c4b84b9 ufshcd_link_recovery +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x50aacdc1 ufshcd_hold +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x5c22423f ufshcd_fixup_dev_quirks +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x6df3a7ad ufshcd_release +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x6dfef9b3 ufshcd_dme_set_attr +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x723b1abf ufshcd_delay_us +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x7abf4b21 ufshcd_init +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x8b079424 ufshcd_remove +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x8e58320d __ufshcd_suspend_prepare +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x9d0b6bb0 ufshcd_dealloc_host +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xab0a6a6a ufshcd_get_vreg +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xaf515b50 ufshcd_suspend_prepare +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xafe483c9 ufshcd_uic_change_pwr_mode +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xb9b05ba3 ufshcd_auto_hibern8_update +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xc7e71959 ufshcd_config_pwr_mode +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xdc29b4b3 ufshcd_make_hba_operational +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xe4961a84 ufshcd_clkgate_delay_set +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xe82fd22d ufshcd_dme_get_attr +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xe91b220b ufshcd_dme_configure_adapt +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xf0ea4f3d ufshcd_uic_hibern8_enter +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xf45bda06 ufshcd_uic_hibern8_exit +EXPORT_SYMBOL_GPL drivers/ufs/host/ufshcd-pltfrm 0x38821022 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 0x70b58400 ufshcd_pltfrm_shutdown +EXPORT_SYMBOL_GPL drivers/ufs/host/ufshcd-pltfrm 0x7a0460ff ufshcd_get_pwr_dev_param +EXPORT_SYMBOL_GPL drivers/ufs/host/ufshcd-pltfrm 0xbbb28032 ufshcd_populate_vreg +EXPORT_SYMBOL_GPL drivers/uio/uio 0x053e625a __uio_register_device +EXPORT_SYMBOL_GPL drivers/uio/uio 0x3d46daaf uio_event_notify +EXPORT_SYMBOL_GPL drivers/uio/uio 0x459d636d uio_unregister_device +EXPORT_SYMBOL_GPL drivers/uio/uio 0xa244ceb5 __devm_uio_register_device +EXPORT_SYMBOL_GPL drivers/usb/atm/usbatm 0x473e705e usbatm_usb_probe +EXPORT_SYMBOL_GPL drivers/usb/atm/usbatm 0xa3d1e73e usbatm_usb_disconnect +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0x0a95676c cdns_init +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0x11397388 cdns_power_is_lost +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0x14169846 cdns_remove +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0x3b8e416a cdns_clear_vbus +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0x6a696b96 cdns_resume +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0x952c59cc cdns_drd_gadget_off +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0xd6c877e5 cdns_set_vbus +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0xfc5af7de cdns_suspend +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0xff8e6bf5 cdns_drd_gadget_on +EXPORT_SYMBOL_GPL drivers/usb/chipidea/ci_hdrc 0x43c42f7c ci_hdrc_query_available_role +EXPORT_SYMBOL_GPL drivers/usb/chipidea/ci_hdrc 0x60c61d7a ci_hdrc_add_device +EXPORT_SYMBOL_GPL drivers/usb/chipidea/ci_hdrc 0x6143d7f7 ci_hdrc_remove_device +EXPORT_SYMBOL_GPL drivers/usb/chipidea/ci_hdrc 0xf7e04037 hw_phymode_configure +EXPORT_SYMBOL_GPL drivers/usb/chipidea/usbmisc_imx 0x0a6ddf7a imx_usbmisc_hsic_set_connect +EXPORT_SYMBOL_GPL drivers/usb/chipidea/usbmisc_imx 0x27391a36 imx_usbmisc_charger_detection +EXPORT_SYMBOL_GPL drivers/usb/chipidea/usbmisc_imx 0x9123b8dd imx_usbmisc_resume +EXPORT_SYMBOL_GPL drivers/usb/chipidea/usbmisc_imx 0xa6abf83e imx_usbmisc_init +EXPORT_SYMBOL_GPL drivers/usb/chipidea/usbmisc_imx 0xc468051c imx_usbmisc_suspend +EXPORT_SYMBOL_GPL drivers/usb/chipidea/usbmisc_imx 0xcfafd6b5 imx_usbmisc_init_post +EXPORT_SYMBOL_GPL drivers/usb/common/ulpi 0x023b6f9b ulpi_unregister_driver +EXPORT_SYMBOL_GPL drivers/usb/common/ulpi 0x0573c533 ulpi_unregister_interface +EXPORT_SYMBOL_GPL drivers/usb/common/ulpi 0x6977d615 ulpi_read +EXPORT_SYMBOL_GPL drivers/usb/common/ulpi 0x8e1033e2 ulpi_register_interface +EXPORT_SYMBOL_GPL drivers/usb/common/ulpi 0xce5e70bc __ulpi_register_driver +EXPORT_SYMBOL_GPL drivers/usb/common/ulpi 0xffb069b3 ulpi_write +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x1520b936 u_audio_get_capture_srate +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x171888b4 u_audio_get_volume +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x645eae21 g_audio_cleanup +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x75196882 u_audio_suspend +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x81c7fb1d u_audio_get_playback_srate +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x86c12132 g_audio_setup +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x91e74d9b u_audio_start_capture +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x9353af95 u_audio_set_playback_srate +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x958dc6bd u_audio_stop_playback +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x99448b87 u_audio_set_mute +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x9f3d3121 u_audio_set_volume +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0xa13882af u_audio_set_capture_srate +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0xa54c87e0 u_audio_start_playback +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0xcff33d5f u_audio_get_mute +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0xe559f974 u_audio_stop_capture +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x05c02221 gether_get_host_addr_cdc +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x1348cb9e gether_register_netdev +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x1fb10c6a gether_set_gadget +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x2404fc3d gether_set_dev_addr +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x2b9d0216 gether_get_ifname +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x2cdfc23f gether_set_qmult +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x3068dd55 gether_get_qmult +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x3f96b59e gether_setup_name +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x687719a2 gether_set_ifname +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x70bb9574 gether_get_host_addr_u8 +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x73b04acd gether_setup_name_default +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x76ed18c6 gether_disconnect +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x8878cfa6 gether_cleanup +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0xecf9f407 gether_set_host_addr +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0xef0853e8 gether_connect +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0xfd1be6b5 gether_get_host_addr +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0xfec7d325 gether_get_dev_addr +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_serial 0x1496a8b2 gserial_resume +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_serial 0x2e50bb9d gserial_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 0x77268a68 gs_free_req +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_serial 0x8ab8abf7 gserial_connect +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_serial 0xb6652875 gserial_free_line +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_serial 0xc0a01527 gserial_set_console +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_serial 0xd705ef42 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 0xc36738f2 ffs_single_dev +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_fs 0xdaf81e2d ffs_name_dev +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x10f93a07 fsg_show_cdrom +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x141fce2a fsg_common_remove_luns +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x1710b539 fsg_fs_bulk_out_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x1ccb58f7 fsg_common_set_num_buffers +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x2933ee1d fsg_ss_bulk_in_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x307c6eb8 fsg_store_nofua +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x30df1487 fsg_common_set_cdev +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 0x3e07bdf7 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 0x464fd820 fsg_lun_open +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x4b1c8bba fsg_lun_fsync_sub +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x56344daf fsg_hs_bulk_out_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x5a2c0a15 fsg_common_remove_lun +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x6acb4179 fsg_common_set_inquiry_string +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x7e26d4a5 fsg_common_set_sysfs +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x857b6dc2 fsg_hs_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 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 0xa33ca681 fsg_show_inquiry_string +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xa5cae92f fsg_ss_bulk_out_comp_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xa5f99b69 fsg_fs_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xab6c68ac fsg_config_from_params +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xb19aa13c fsg_show_ro +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 0xb7039643 fsg_store_ro +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xc2021511 fsg_store_file +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xc2fded9a fsg_show_nofua +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xc8eacd8d fsg_store_removable +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xcd21fa13 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 0xeabc0c35 fsg_store_inquiry_string +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xf04125c0 fsg_store_cdrom +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xf4efc0c8 fsg_ss_bulk_out_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xf5be7500 fsg_show_file +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xf5c7bdb5 fsg_store_forced_eject +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x09bffdfc rndis_signal_connect +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x42500bb0 rndis_add_hdr +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x4d4c4098 rndis_uninit +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x65cd291e rndis_set_param_medium +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x6c0560ba rndis_borrow_net +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x779d25fe rndis_set_host_mac +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x786c5d85 rndis_free_response +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x87926ed2 rndis_get_next_response +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x8b85702e rndis_rm_hdr +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0xab972bd4 rndis_register +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0xb36e1562 rndis_set_param_vendor +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0xbbf3084b rndis_deregister +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0xdb233ce8 rndis_set_param_dev +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0xef924fed rndis_signal_disconnect +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0xf0183f72 rndis_msg_parser +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x027ccab3 usb_interface_id +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x02d6732d usb_composite_setup_continue +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x033704cf usb_gstrings_attach +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x05604e40 usb_ep_autoconfig_reset +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x0c589aba usb_validate_langid +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x1710d054 usb_composite_probe +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x18756121 usb_composite_unregister +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x1c0b57f3 config_ep_by_speed_and_alt +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x2a5ab010 alloc_ep_req +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x2dc3d1aa usb_function_register +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x2e09263f usb_copy_descriptors +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x3da2cfd6 usb_free_all_descriptors +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x44c71b27 usb_add_config +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x4beb505d usb_gadget_get_string +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x4c590bdc usb_ep_autoconfig_ss +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x5259ae7d usb_get_function_instance +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x545c528a usb_string_ids_tab +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x56af07de usb_add_config_only +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x690a5c27 usb_function_unregister +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x6fb5c389 usb_string_id +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x7148ceb2 usb_ep_autoconfig_release +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x7a470050 usb_assign_descriptors +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x8f106ea4 usb_function_deactivate +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x990338ad usb_otg_descriptor_init +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x9d693377 usb_string_ids_n +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xa8ff593c usb_add_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xac62f028 usb_composite_overwrite_options +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xbf41ca45 usb_ep_autoconfig +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xc1338d8c unregister_gadget_item +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xc163b174 usb_function_activate +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xc2341e79 usb_get_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xcba0bab1 usb_put_function_instance +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xd2ea2134 usb_descriptor_fillbuf +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xdecbf804 usb_otg_descriptor_alloc +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xe00f7095 usb_remove_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xf3a74519 config_ep_by_speed +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xf474a207 usb_gadget_config_buf +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xfc92d678 usb_put_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x22df5724 udc_mask_unused_interrupts +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x3e7291b6 udc_enable_dev_setup_interrupts +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x4ebda212 free_dma_pools +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x528917be 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 0x8e6c69fc udc_basic_init +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x99b9a112 empty_req_queue +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0xc4d93dd8 gadget_release +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0xd7ae25e2 udc_remove +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0xfb214c38 udc_probe +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x004c6380 usb_ep_fifo_flush +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x00f3dfd0 usb_initialize_gadget +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x0288a77f usb_gadget_frame_number +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x27f2ede4 usb_gadget_unmap_request_by_dev +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x2af38e5f usb_ep_free_request +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x2c15cfbc usb_del_gadget +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x2c201704 usb_add_gadget_udc +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x2c53cadb usb_ep_disable +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x3136b98d usb_add_gadget_udc_release +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x367fd1aa usb_gadget_check_config +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x398ae04f usb_gadget_vbus_connect +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x3bccc22e usb_gadget_connect +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x3e48e399 usb_gadget_deactivate +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x3ea59b5d usb_ep_alloc_request +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x405d007d usb_ep_set_wedge +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x4fa2450c usb_ep_dequeue +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x50b88f41 usb_get_gadget_udc_name +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x51e239b0 usb_gadget_map_request +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x5e8eaf7f usb_udc_vbus_handler +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x62f55668 usb_gadget_ep_match_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x66acc2cc usb_del_gadget_udc +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x66cc8779 usb_gadget_set_state +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x6fd38b77 gadget_find_ep_by_name +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x784d9a58 usb_ep_enable +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x79c3b872 usb_ep_fifo_status +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x803d4b10 usb_gadget_map_request_by_dev +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x807ca917 usb_gadget_clear_selfpowered +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x8b1656e8 usb_gadget_udc_reset +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x8f86fdda usb_gadget_activate +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x93d5fdc4 usb_gadget_giveback_request +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xa41baae8 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 0xb91583c0 usb_gadget_disconnect +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 0xc582d379 usb_gadget_unmap_request +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xc80d8050 usb_gadget_vbus_disconnect +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xc8ac2c4f usb_ep_clear_halt +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xd74ce3ea usb_gadget_wakeup +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xdb1a9c2e usb_gadget_vbus_draw +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xe866f7b1 usb_add_gadget +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xeb2c50a1 usb_gadget_unregister_driver +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xf2319d93 usb_gadget_register_driver_owner +EXPORT_SYMBOL_GPL drivers/usb/host/xhci-pci-renesas 0x1001ecf3 renesas_xhci_check_request_fw +EXPORT_SYMBOL_GPL drivers/usb/misc/ezusb 0x09206223 ezusb_fx1_ihex_firmware_download +EXPORT_SYMBOL_GPL drivers/usb/misc/ezusb 0xb05465e6 ezusb_fx1_set_reset +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0x06c5ea70 usb_ftdi_elan_edset_output +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0x1449794c usb_ftdi_elan_edset_empty +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0x2dbd4346 usb_ftdi_elan_edset_input +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0x52b2f61b usb_ftdi_elan_read_pcimem +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0x8cc99230 usb_ftdi_elan_write_pcimem +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0x9777f950 usb_ftdi_elan_edset_flush +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0xa845bcda usb_ftdi_elan_edset_setup +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0xba2c91a9 usb_ftdi_elan_edset_single +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0xcf53f6d5 ftdi_elan_gone_away +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0x09492220 musb_mailbox +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0x0b0ed2ef musb_get_mode +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 0x9d685272 musb_interrupt +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0xade3e56c musb_writew +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0xb4333b5d musb_queue_resume_work +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0xc71c12f6 musb_set_host +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0xc7ff1893 musb_root_disconnect +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0xe59efb0e musb_clearb +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0xf0f95e51 musb_readl +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0xf36a5b41 musb_set_peripheral +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-generic 0x11f6f6e5 usb_phy_generic_register +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-generic 0x38f20f9a usb_gen_phy_shutdown +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-generic 0x58a4e988 usb_gen_phy_init +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-generic 0x68ee8da8 usb_phy_generic_unregister +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-generic 0x7fa5160c usb_phy_gen_create_phy +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-isp1301 0x1a8d24e0 isp1301_get_client +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-tegra-usb 0x14f147d3 tegra_ehci_phy_restore_start +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-tegra-usb 0x7388a390 tegra_ehci_phy_restore_end +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-tegra-usb 0xcb2b90da tegra_usb_phy_postresume +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-tegra-usb 0xdbf769ea tegra_usb_phy_preresume +EXPORT_SYMBOL_GPL drivers/usb/serial/usb_wwan 0xa27ed7a4 usb_wwan_port_probe +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x0ddfedf0 usb_serial_register_drivers +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x126b1a2c usb_serial_generic_throttle +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x1554d796 usb_serial_generic_close +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x1609d434 usb_serial_generic_get_icount +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x1887055b usb_serial_generic_wait_until_sent +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x3298f8d9 usb_serial_deregister_drivers +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x3f3828dc usb_serial_handle_dcd_change +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x54462918 usb_serial_generic_write +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x5e9d7889 usb_serial_generic_unthrottle +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x774ca13d usb_serial_claim_interface +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x8c1e2f81 usb_serial_generic_read_bulk_callback +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xb24d34ad usb_serial_generic_chars_in_buffer +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xb7a61960 usb_serial_generic_write_start +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xb8f0c468 usb_serial_generic_process_read_urb +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xc1592d31 usb_serial_generic_open +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xe2e4f611 usb_serial_generic_tiocmiwait +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xe7830987 usb_serial_generic_resume +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xe969154f usb_serial_generic_write_bulk_callback +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xeeca07a8 usb_serial_generic_submit_read_urbs +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xf80a28a8 usb_serial_port_softint +EXPORT_SYMBOL_GPL drivers/usb/typec/altmodes/typec_displayport 0x64cb28d6 dp_altmode_remove +EXPORT_SYMBOL_GPL drivers/usb/typec/altmodes/typec_displayport 0x6cfd1252 dp_altmode_probe +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpci 0x6f497a3c tcpci_irq +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpci 0xbe111953 tcpci_get_tcpm_port +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpci 0xc529e32e tcpci_unregister_port +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpci 0xd5329d57 tcpci_register_port +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpm 0x10ec6d2d tcpm_sink_frs +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpm 0x3b84657b tcpm_pd_transmit_complete +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpm 0x54fbabb2 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 0xea220941 tcpm_tcpc_reset +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpm 0xeb779665 tcpm_sourcing_vbus +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x0136c911 usb_power_delivery_register_capabilities +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x01820466 typec_altmode_attention +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x02647f7d typec_get_drvdata +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x059d7a8c typec_mux_unregister +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x060bd221 typec_register_partner +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x088dd340 typec_switch_set_drvdata +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x0983494b typec_unregister_plug +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x0cb4c19a typec_port_set_usb_power_delivery +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x1015fc61 typec_switch_register +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x18446054 typec_mux_get_drvdata +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x19f35097 typec_altmode_unregister_driver +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x1ae7d52d typec_get_fw_cap +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x1c0226c4 typec_plug_register_altmode +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x21a70412 typec_mux_set_drvdata +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x252fce7e typec_unregister_port +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x2632b540 typec_port_register_altmode +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x26e0e34d typec_match_altmode +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x2a1208b7 typec_partner_usb_power_delivery_register +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x2d1e301d typec_find_power_role +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x2f1c9275 usb_power_delivery_register +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x30880c2e typec_partner_set_usb_power_delivery +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x32981d10 typec_altmode_vdm +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x385e93ae typec_set_orientation +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x3c1aa8bf typec_altmode_get_plug +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x3c42b3a2 typec_cable_set_identity +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x4a1ba77b typec_unregister_altmode +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x4a86fefa typec_set_mode +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x4aaca30a typec_retimer_register +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x4af9346a typec_altmode_update_active +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x509bd217 typec_partner_register_altmode +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x51696eb8 typec_set_pwr_opmode +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x53c0b519 typec_unregister_cable +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x549164f6 typec_register_cable +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x54e75ec5 typec_retimer_unregister +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x593a73a2 usb_power_delivery_unlink_device +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x5aaa86b7 typec_set_vconn_role +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x5df5a47a typec_altmode_exit +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x5f2a5d83 typec_altmode_enter +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x63fd80b7 typec_partner_set_num_altmodes +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x64ad89e8 typec_register_port +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x67c1aa4f typec_unregister_partner +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x6b3d9465 typec_mux_set +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x6cb7e77a typec_switch_get_drvdata +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x75658e25 typec_retimer_get_drvdata +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x81748bb3 typec_get_negotiated_svdm_version +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x86521d45 typec_switch_put +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x8d4b0d05 fwnode_typec_switch_get +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x8faef8ec typec_cable_put +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x9049491e typec_find_port_data_role +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x97b7d20d usb_power_delivery_link_device +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x98438a0c typec_set_pwr_role +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x9ca40933 typec_altmode_get_partner +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x9e5b6269 typec_retimer_put +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x9f6e6edf typec_plug_set_num_altmodes +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x9fbe6597 typec_altmode2port +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xa254de98 typec_find_orientation +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xa4c36aef typec_cable_is_active +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xa57f5dd1 typec_switch_unregister +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xa87961d0 typec_cable_get +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xa9ee9cee typec_altmode_put_plug +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xac62305d fwnode_typec_retimer_get +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xaf0e43e4 typec_altmode_notify +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xb1c10ec0 typec_partner_set_identity +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xb9795171 typec_register_plug +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xbf5bfefd typec_set_data_role +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xd1473855 usb_power_delivery_unregister +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xd1c5a002 __typec_altmode_register_driver +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xd28286fa usb_power_delivery_unregister_capabilities +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xd2fa1286 typec_switch_set +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xe0b7535c typec_get_orientation +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xe513fca1 typec_retimer_set +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xe6acaffb typec_mux_register +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 0xf173b4a8 fwnode_typec_mux_get +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xf3ca1615 typec_partner_set_pd_revision +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xfab7e17f typec_port_register_altmodes +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xfc8df340 typec_mux_put +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xff264a0a typec_partner_set_svdm_version +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0x0ec7500d ucsi_send_command +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0x3622d2dc ucsi_connector_change +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0x3c2662f4 ucsi_set_drvdata +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0x6208cbb9 ucsi_destroy +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0x9da47310 ucsi_get_drvdata +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0xd4556719 ucsi_resume +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0xd6276e6a ucsi_register +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0xe8a13d61 ucsi_create +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0xfcaa1ca7 ucsi_unregister +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x23cbd6bb usbip_recv_iso +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x26d23e34 dev_attr_usbip_debug +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x2b2189da usbip_dump_urb +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x3a5bc81d usbip_event_add +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x4dd5cc62 usbip_in_eh +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x5a445e38 usbip_stop_eh +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x5f457ae3 usbip_event_happened +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x6a0526f7 usbip_recv_xbuff +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x78b72f44 usbip_debug_flag +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x7b3cedb1 usbip_pack_pdu +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xb095cba5 usbip_alloc_iso_desc_pdu +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xbb5d99e5 usbip_start_eh +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 0xea481178 usbip_recv +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xffb2ee34 usbip_pad_iso +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0x00efd486 vdpa_get_config +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0x0e8b3448 __vdpa_alloc_device +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0x28d85a57 _vdpa_register_device +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0x2cc3a671 vdpa_unregister_device +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0x996caee6 vdpa_mgmtdev_register +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0x9b6f8abf vdpa_set_config +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0x9db22616 vdpa_mgmtdev_unregister +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0xaa60f819 __vdpa_register_driver +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0xb6746e96 _vdpa_unregister_device +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0xddcd0fe7 vdpa_unregister_driver +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0xf901dfde vdpa_register_device +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa_sim/vdpa_sim 0x845c5cb3 vdpasim_create +EXPORT_SYMBOL_GPL drivers/vfio/mdev/mdev 0xc499f3f7 mdev_bus_type +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x2a497f3a vfio_pci_core_release_dev +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x2b8058b3 vfio_pci_core_ioctl_feature +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x405b8dc6 vfio_pci_core_read +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x4cf699b8 vfio_pci_core_set_params +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x56bdac8b vfio_pci_core_aer_err_detected +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x5bd5d598 vfio_pci_core_write +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x61f44538 vfio_pci_core_unregister_device +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x701c86ef vfio_pci_core_err_handlers +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x7fc5a358 vfio_pci_core_close_device +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x92c7b143 vfio_pci_core_disable +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0xa611a503 vfio_pci_core_finish_enable +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0xa6db5a02 vfio_pci_core_enable +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0xb152fc77 vfio_pci_core_sriov_configure +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0xc64a39bd vfio_pci_core_mmap +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0xd11b3c65 vfio_pci_core_init_dev +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0xde01042d vfio_pci_core_ioctl +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0xde6d683f vfio_pci_core_match +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0xf2384b49 vfio_pci_core_register_dev_region +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0xfb68a84b vfio_pci_core_register_device +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0xfc435ca0 vfio_pci_core_request +EXPORT_SYMBOL_GPL drivers/vfio/platform/vfio-platform-base 0x1ae2d608 vfio_platform_release_common +EXPORT_SYMBOL_GPL drivers/vfio/platform/vfio-platform-base 0x2272b576 vfio_platform_open_device +EXPORT_SYMBOL_GPL drivers/vfio/platform/vfio-platform-base 0x2aa54a57 vfio_platform_init_common +EXPORT_SYMBOL_GPL drivers/vfio/platform/vfio-platform-base 0x64eee758 vfio_platform_write +EXPORT_SYMBOL_GPL drivers/vfio/platform/vfio-platform-base 0x6cf08a9f vfio_platform_unregister_reset +EXPORT_SYMBOL_GPL drivers/vfio/platform/vfio-platform-base 0x8b952e1d vfio_platform_close_device +EXPORT_SYMBOL_GPL drivers/vfio/platform/vfio-platform-base 0xa774b76c vfio_platform_read +EXPORT_SYMBOL_GPL drivers/vfio/platform/vfio-platform-base 0xce870d11 __vfio_platform_register_reset +EXPORT_SYMBOL_GPL drivers/vfio/platform/vfio-platform-base 0xf46c17de vfio_platform_mmap +EXPORT_SYMBOL_GPL drivers/vfio/platform/vfio-platform-base 0xf5eae00b vfio_platform_ioctl +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x0defe924 vfio_iommufd_emulated_attach_ioas +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x248bac3a vfio_unregister_group_dev +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x2bff8f7c _vfio_alloc_device +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x3767fa49 vfio_file_enforced_coherent +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x37d926ce vfio_register_group_dev +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x435a09cb vfio_iommufd_physical_attach_ioas +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x48ee7465 vfio_device_set_open_count +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x511e2d5f vfio_virqfd_enable +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x5f1531b7 vfio_file_is_group +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x60a634c4 vfio_info_cap_add +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x6b5a9a06 vfio_mig_get_next_state +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x73af906a vfio_file_has_dev +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x7876ae86 vfio_assign_device_set +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x7d2ed4c3 iova_bitmap_set +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x7f9b4694 vfio_file_iommu_group +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x83390bb7 vfio_iommufd_physical_bind +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x852c2df1 vfio_iommufd_emulated_unbind +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x8fbbe186 vfio_iommufd_emulated_bind +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xa7e5b707 vfio_unregister_iommu_driver +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xaa372db5 vfio_iommufd_physical_unbind +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xbb639615 vfio_virqfd_disable +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xd0229ed8 vfio_file_set_kvm +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xdf4152d2 vfio_register_emulated_iommu_dev +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xfc4ad0d6 vfio_register_iommu_driver +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x0e329348 vhost_dev_set_owner +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x199b0104 vhost_add_used_n +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x1bfc8a6c vhost_poll_stop +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x1c9baf0c vhost_dev_stop +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x1e74ed53 vhost_has_work +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x21e111d7 vhost_log_write +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x31ccd6ea vq_meta_prefetch +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x3abad41f vhost_dequeue_msg +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x3e2ac48e vhost_dev_check_owner +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x42a2da7f vhost_add_used +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x469cec2f vhost_set_backend_features +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x4aaa7813 vhost_clear_msg +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x4d794fef vhost_discard_vq_desc +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x594888b5 vhost_add_used_and_signal_n +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x5ac3c9f9 vhost_dev_reset_owner +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x6a21f6c3 vhost_poll_queue +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x7baabbe8 vhost_add_used_and_signal +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x8004a894 vhost_chr_read_iter +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x86fd75e2 vhost_log_access_ok +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x8a90be6f vhost_new_msg +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xa909cfc5 vhost_work_init +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xaa00bbe6 vhost_vq_avail_empty +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xb0b458fe vhost_exceeds_weight +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xb0e19b26 vhost_init_device_iotlb +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xb21ea82e vhost_signal +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xb6aac80a vhost_enable_notify +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xba80d032 vhost_dev_has_owner +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xbb080cd4 vhost_poll_init +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xc15cd875 vhost_dev_init +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xc2eb7144 vhost_dev_ioctl +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xcf98c5e1 vhost_poll_start +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xd220ef5e vhost_vq_access_ok +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xd6322a3e vhost_enqueue_msg +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xd63c8fe3 vhost_get_vq_desc +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xda6fe1b3 vhost_dev_flush +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xe5c750e3 vhost_work_queue +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xe7e4b189 vhost_vq_is_setup +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xe9ab4cf2 vhost_disable_notify +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xec5c8edc vhost_vring_ioctl +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xf8755a1d vhost_vq_init_access +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xfb509090 vhost_dev_cleanup +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 0x5ecb5f58 ili9320_write_regs +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0x5fb07323 ili9320_shutdown +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0x64aace8d ili9320_write +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0x8d4ce523 ili9320_resume +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0xcaf7e785 ili9320_probe_spi +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0xecbdbe4c ili9320_remove +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0xecf6a0c1 ili9320_suspend +EXPORT_SYMBOL_GPL drivers/video/fbdev/core/fb_ddc 0x82842891 fb_ddc_read +EXPORT_SYMBOL_GPL drivers/video/fbdev/core/fb_sys_fops 0x0c125cc6 fb_sys_read +EXPORT_SYMBOL_GPL drivers/video/fbdev/core/fb_sys_fops 0x65fac356 fb_sys_write +EXPORT_SYMBOL_GPL drivers/video/fbdev/sis/sisfb 0x0384c547 sis_free_new +EXPORT_SYMBOL_GPL drivers/video/fbdev/sis/sisfb 0xe9668da8 sis_malloc_new +EXPORT_SYMBOL_GPL drivers/w1/wire 0x0cb0732e w1_write_8 +EXPORT_SYMBOL_GPL drivers/w1/wire 0x1273eac3 w1_reset_resume_command +EXPORT_SYMBOL_GPL drivers/w1/wire 0x26ec488d w1_touch_bit +EXPORT_SYMBOL_GPL drivers/w1/wire 0x298ad347 w1_reset_select_slave +EXPORT_SYMBOL_GPL drivers/w1/wire 0x47ce1f02 w1_read_8 +EXPORT_SYMBOL_GPL drivers/w1/wire 0x63757e92 w1_calc_crc8 +EXPORT_SYMBOL_GPL drivers/w1/wire 0x7e558984 w1_next_pullup +EXPORT_SYMBOL_GPL drivers/w1/wire 0x89ecd54b w1_read_block +EXPORT_SYMBOL_GPL drivers/w1/wire 0xc4ef1f9c w1_write_block +EXPORT_SYMBOL_GPL drivers/w1/wire 0xd9b98294 w1_triplet +EXPORT_SYMBOL_GPL drivers/w1/wire 0xe555667a w1_touch_block +EXPORT_SYMBOL_GPL drivers/w1/wire 0xfacb82c2 w1_reset_bus +EXPORT_SYMBOL_GPL drivers/xen/xen-front-pgdir-shbuf 0x24dfccc8 xen_front_pgdir_shbuf_free +EXPORT_SYMBOL_GPL drivers/xen/xen-front-pgdir-shbuf 0x28969b43 xen_front_pgdir_shbuf_alloc +EXPORT_SYMBOL_GPL drivers/xen/xen-front-pgdir-shbuf 0x2e309e8b xen_front_pgdir_shbuf_get_dir_start +EXPORT_SYMBOL_GPL drivers/xen/xen-front-pgdir-shbuf 0xd68b5916 xen_front_pgdir_shbuf_unmap +EXPORT_SYMBOL_GPL drivers/xen/xen-front-pgdir-shbuf 0xf2067344 xen_front_pgdir_shbuf_map +EXPORT_SYMBOL_GPL drivers/xen/xen-privcmd 0xb585fed0 xen_privcmdbuf_fops +EXPORT_SYMBOL_GPL drivers/xen/xen-privcmd 0xe10d1b82 xen_privcmd_fops +EXPORT_SYMBOL_GPL fs/dlm/dlm 0x46936975 dlm_posix_unlock +EXPORT_SYMBOL_GPL fs/dlm/dlm 0x4b62826c dlm_unlock +EXPORT_SYMBOL_GPL fs/dlm/dlm 0x75e0819c dlm_posix_get +EXPORT_SYMBOL_GPL fs/dlm/dlm 0x8a6c5f1b dlm_lock +EXPORT_SYMBOL_GPL fs/dlm/dlm 0xcd224e1d dlm_new_lockspace +EXPORT_SYMBOL_GPL fs/dlm/dlm 0xcf9f3328 dlm_release_lockspace +EXPORT_SYMBOL_GPL fs/dlm/dlm 0xf74842bd dlm_posix_lock +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x99f3c22e nlmclnt_proc +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x9cbde0a0 nlmsvc_unlock_all_by_ip +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x9f2d6ccc nlmclnt_init +EXPORT_SYMBOL_GPL fs/lockd/lockd 0xba180833 nlmsvc_ops +EXPORT_SYMBOL_GPL fs/lockd/lockd 0xbdd754ee nlmsvc_unlock_all_by_sb +EXPORT_SYMBOL_GPL fs/lockd/lockd 0xcca5e45b lockd_up +EXPORT_SYMBOL_GPL fs/lockd/lockd 0xd9e67f5c nlmclnt_done +EXPORT_SYMBOL_GPL fs/lockd/lockd 0xdee9c8a4 lockd_down +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x000e8b15 nfs_free_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x00792e57 nfs_alloc_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x013b0e0d nfs_commit_free +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x02718d82 nfs_initiate_commit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0294c6a2 nfs_callback_nr_threads +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x032dee4e nfs_commitdata_alloc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x03eacb8c nfs_fattr_init +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0606c363 nfs_setattr_update_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x062fc54e nfs4_fs_type +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0995c58f nfs_symlink +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0af23a0d nfs_set_verifier +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x10962bc2 nfs_auth_info_match +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x13c99b63 nfs_file_set_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x188a73ea __traceiter_nfs_xdr_bad_filehandle +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1c4e3ad4 nfs_clone_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1cdcc3b1 nfs_commit_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1d3faa1c nfs_free_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1f3d9597 nfs_permission +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1f936fc1 nfs_add_or_obtain +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x21a0cc50 nfs_fscache_open_file +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x21b72ac0 nfs_kill_super +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x22d795a8 _nfs_display_fhandle_hash +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2547478a nfs_create_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x26884ff7 nfs_alloc_fhandle +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x284c7712 nfs_getattr +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2941cc8b nfs_try_get_tree +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2baa6587 nfs_rmdir +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2fe6a6f9 nfs_create +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x30496988 __tracepoint_nfs_fsync_enter +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x32962646 nfs_mknod +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x39e05ac3 nfs_idmap_cache_timeout +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3a0c5d86 nfs_sb_active +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3a53b18f nfs_show_devname +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3b782e9c nfs_post_op_update_inode_force_wcc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3e060abc register_nfs_version +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3ecdc964 nfs_force_lookup_revalidate +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3efc94f1 nfs_commitdata_release +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3f2690f2 nfs_check_flags +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x404e70b8 nfs_write_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x40739385 nfs_wait_bit_killable +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x40d59128 nfs_umount_begin +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x42f2c81f nfs4_client_id_uniquifier +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x44cc3a41 __tracepoint_nfs_fsync_exit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4896fe0f nfs_wb_all +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4cb9e001 recover_lost_locks +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4e279681 nfs_server_insert_lists +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4ffa1304 nfs_instantiate +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4ffb6682 nfs_pgio_current_mirror +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x51892d61 nfs_callback_set_tcpport +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5377285f nfs_file_write +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x53bde453 nfs_rename +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x56352179 nfs_clear_verifier_delegated +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x565399b2 __traceiter_nfs_fsync_exit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x584b8482 nfs_inc_attr_generation_counter +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x59923eb3 __tracepoint_nfs_xdr_status +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x60f0c5cc nfs_mkdir +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x641e4bbe nfs_check_cache_invalid +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x650aadd3 nfs_dreq_bytes_left +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x651eaaca nfs_statfs +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x689ebd6f nfs_request_remove_commit_list +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6e81f032 __SCK__tp_func_nfs_fsync_exit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6ecc99d6 nfs_init_cinfo +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6f83a9b4 nfs_init_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x72f3fd3c nfs_access_zap_cache +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7304f6fd nfs_probe_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x73a494bd nfs_show_path +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x73b98423 nfs_pgheader_init +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x73dff4c0 __SCK__tp_func_nfs_xdr_status +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x74e2eab4 nfs_generic_pg_test +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x755c83b3 nfs_client_init_status +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7872878e nfs_dentry_operations +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x795a02d2 nfs_init_commit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x79ab671f nfs_put_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7b8a2d19 nfs_file_operations +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7ed97e6f nfs_server_copy_userdata +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x83e39ca6 nfs_file_llseek +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x84802134 nfs_invalidate_atime +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8499de4f nfs_alloc_fattr +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x86d1aec3 nfs_pgio_header_alloc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x87f2e2fc nfs_create_rpc_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x88e031a3 nfs_pageio_reset_write_mds +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8c315f4a nfs_get_lock_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8e74b692 nfs4_label_alloc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8ee88230 nfs_unlink +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8f137fd4 nfs_retry_commit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8fed0f21 nfs_lookup +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 0x921079b3 nfs_setsecurity +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x936dfe4f nfs_path +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x95007f7e __SCK__tp_func_nfs_xdr_bad_filehandle +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9503ecb0 nfs_close_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x96891dff put_nfs_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x97dd85d8 nfs_do_submount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x98b0ece8 nfs_init_timeout_values +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x98f3441e nfs_client_for_each_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x99051c7e nfs_alloc_fattr_with_label +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9b0819b6 nfs_file_mmap +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9c1e32ef nfs_inode_attach_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9d75786a nfs_access_add_cache +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9e31c945 nfs_d_prune_case_insensitive_aliases +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9f2bcd8c nfs_show_options +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa1d2a067 nfs_request_add_commit_list_locked +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa2b4b0c1 nfs_pageio_init_write +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa370bfa9 nfs_link +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa5e31268 nfs_file_fsync +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa79c119a nfs_sb_deactive +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa8e9e1ae send_implementation_id +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa99664cc nfs_async_iocounter_wait +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xaa36899c nfs_set_cache_invalid +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xaafd4acc max_session_cb_slots +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xab6a6a42 nfs_reconfigure +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xab8ff8ac nfs_zap_acl_cache +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xad51001f nfs_client_init_is_complete +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xae6a9216 nfs_scan_commit_list +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb3c62fb2 nfs_init_server_rpcclient +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb5fa0dfc nfs_writeback_update_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb5fa746e nfs_alloc_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb6499712 nfs_sops +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb66676b1 nfs_get_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb8863c17 nfs_pgio_header_free +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xbaa0386c nfs_free_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xbad57bdc nfs_pageio_resend +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xbbba4c3f nfs_request_add_commit_list +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xbd49a844 nfs4_dentry_operations +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xbdfca341 unregister_nfs_version +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc1959045 nfs_submount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc2509f38 nfs_mark_client_ready +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc3a2be67 nfs_net_id +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc3eb1c76 nfs_atomic_open +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc50c6b57 nfs_revalidate_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc57942b5 __traceiter_nfs_xdr_status +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc6c8b8f1 nfs_access_set_mask +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xcee25dd8 nfs_access_get_cached +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xcfc913f3 nfs_lock +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd34efd56 nfs_show_stats +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd3f95ea4 nfs_clear_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd6529fe2 nfs_refresh_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd9f82b47 nfs_wait_client_init_complete +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xdae9b5d7 nfs4_disable_idmapping +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xdd433517 nfs_generic_pgio +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xdd8371f4 nfs_filemap_write_and_wait_range +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xdec23681 get_nfs_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe3763c3b nfs_pageio_init_read +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe581769f nfs_release_request +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe5f7be6e nfs_drop_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe6afa7ab __traceiter_nfs_fsync_enter +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe70507df __tracepoint_nfs_xdr_bad_filehandle +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe733f4d6 nfs_flock +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe7e0d7a2 nfs_post_op_update_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe81eedea nfs_setattr +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe886e9aa nfs_sync_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xebfa5c2c nfs_may_open +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xed8fae04 nfs_fs_type +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xeecc77e3 nfs_put_lock_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xef9b090d nfs_file_release +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf1d415d2 nfs_wait_on_request +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf52d66c8 nfs_server_remove_lists +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf6a767d5 nfs_initiate_pgio +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf96f04c4 __SCK__tp_func_nfs_fsync_enter +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfa08fab1 nfs_file_read +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfb072aad nfs_alloc_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfba38ac4 alloc_nfs_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfc619abd _nfs_display_fhandle +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfd5a7fe9 nfs_fhget +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfe2df970 nfs_pageio_reset_read_mds +EXPORT_SYMBOL_GPL fs/nfs/nfsv3 0xb1cbc8e0 nfs3_set_ds_client +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x00a7c453 pnfs_generic_pg_cleanup +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x03eed593 pnfs_register_layoutdriver +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x054bef45 layoutstats_timer +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x05fa3dc8 nfs4_decode_mp_ds_addr +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x071202fb pnfs_alloc_commit_array +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x08b2c467 __SCK__tp_func_ff_layout_commit_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x08bfca75 pnfs_generic_recover_commit_reqs +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x094615fb pnfs_ld_read_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x0aebca68 __tracepoint_ff_layout_read_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x0d5fc53b __traceiter_nfs4_pnfs_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x0f01076e __tracepoint_pnfs_mds_fallback_pg_get_mirror_count +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x0ff289f3 __SCK__tp_func_pnfs_mds_fallback_pg_init_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x12ace9a5 __traceiter_ff_layout_commit_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x149a71cb nfs4_schedule_migration_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x17f4eca0 pnfs_destroy_layout +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x1a9530bc pnfs_free_commit_array +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x1ad80953 __traceiter_pnfs_mds_fallback_write_pagelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x1c824447 pnfs_generic_prepare_to_resend_writes +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x2212a3c1 pnfs_read_done_resend_to_mds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x226a4507 nfs4_find_or_create_ds_client +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x22af2b7d nfs_remove_bad_delegation +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x23484fb9 pnfs_generic_pg_test +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x27ad47ea __SCK__tp_func_pnfs_mds_fallback_write_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x28f61997 nfs4_pnfs_ds_put +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x2c193acc nfs4_test_session_trunk +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x30a44ac3 __SCK__tp_func_ff_layout_write_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x32bb6e05 __tracepoint_ff_layout_write_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x364c3bb3 pnfs_generic_commit_pagelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x37bb5735 pnfs_error_mark_layout_for_return +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x3a8576ba __traceiter_pnfs_mds_fallback_pg_init_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x3bbf5831 pnfs_generic_pg_check_layout +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x3e596a6f pnfs_generic_pg_readpages +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x469d1d4e __traceiter_ff_layout_write_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x4fb6ed0a nfs4_put_deviceid_node +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x533c198f __SCK__tp_func_nfs4_pnfs_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x579126b8 __SCK__tp_func_pnfs_mds_fallback_read_pagelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x5826a734 nfs4_schedule_stateid_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x58aced0b __traceiter_pnfs_mds_fallback_read_pagelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x59ee5a68 pnfs_generic_pg_writepages +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x5a4314e9 __SCK__tp_func_nfs4_pnfs_commit_ds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x5a61e726 __traceiter_nfs4_pnfs_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x5a673b14 nfs42_proc_layouterror +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x5ce462a3 __tracepoint_pnfs_mds_fallback_write_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x5dea4b23 pnfs_generic_pg_init_write +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 0x6d2e976a pnfs_set_layoutcommit +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x713d5d6c pnfs_generic_sync +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x72a98726 pnfs_generic_ds_cinfo_release_lseg +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x750c2a5d pnfs_generic_ds_cinfo_destroy +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x785c06ab __SCK__tp_func_ff_layout_read_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x7988e09b nfs4_find_get_deviceid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x7a4e7f4e __SCK__tp_func_pnfs_mds_fallback_read_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x7a88b465 nfs4_proc_getdeviceinfo +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x7ab7bcc6 __tracepoint_ff_layout_commit_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x7cd013a8 __SCK__tp_func_pnfs_mds_fallback_pg_get_mirror_count +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x812dc831 pnfs_generic_pg_init_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x82409884 __tracepoint_pnfs_mds_fallback_read_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x82ed90d0 pnfs_generic_layout_insert_lseg +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x8656a1d3 pnfs_generic_write_commit_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x8904435e nfs4_pnfs_ds_add +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x8b78c8f7 nfs4_pnfs_ds_connect +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x8f46bec1 nfs4_mark_deviceid_unavailable +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x8f5958db nfs4_schedule_lease_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x902a8560 pnfs_ld_write_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x9043e053 __traceiter_pnfs_mds_fallback_pg_init_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x91211b4b nfs4_schedule_session_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x94749a5a pnfs_put_lseg +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x966b0c5f __traceiter_pnfs_mds_fallback_write_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x974a1614 __tracepoint_pnfs_mds_fallback_pg_init_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x9a1a74c3 __tracepoint_nfs4_pnfs_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x9d0d64c7 pnfs_generic_search_commit_reqs +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xa7018a43 nfs4_schedule_lease_moved_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xa8f631a9 nfs4_setup_sequence +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xa90d33bf nfs4_init_deviceid_node +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xaa2d0e5b nfs4_set_ds_client +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xacfc3812 pnfs_generic_scan_commit_lists +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xaeaaaf51 pnfs_set_lo_fail +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xb35b8026 pnfs_nfs_generic_sync +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xb574a156 pnfs_layout_mark_request_commit +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xba31f266 pnfs_read_resend_pnfs +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xba53a1ef __SCK__tp_func_pnfs_mds_fallback_pg_init_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xc1631e56 __traceiter_pnfs_mds_fallback_pg_get_mirror_count +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xc4390849 pnfs_layoutcommit_inode +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xc4f9bd0d nfs41_sequence_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xc7a9d954 __SCK__tp_func_nfs4_pnfs_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xcf29b95f __tracepoint_pnfs_mds_fallback_read_pagelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd0ecfaad __tracepoint_pnfs_mds_fallback_pg_init_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd719e5ac pnfs_update_layout +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd859add6 pnfs_generic_pg_check_range +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd90eb614 __traceiter_nfs4_pnfs_commit_ds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xdb89b295 nfs4_sequence_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xdf6991a4 __SCK__tp_func_pnfs_mds_fallback_write_pagelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xe19f5ee0 __tracepoint_pnfs_mds_fallback_write_pagelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xe3a2989c nfs4_set_rw_stateid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xe4013004 nfs4_init_ds_session +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xe49c5d58 __traceiter_ff_layout_read_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xe9496472 pnfs_report_layoutstat +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xeaa2e2ac nfs4_mark_deviceid_available +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xeae8522f __tracepoint_nfs4_pnfs_commit_ds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xed15fb41 nfs4_print_deviceid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xede41327 __tracepoint_nfs4_pnfs_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xee68b5f5 pnfs_generic_clear_request_commit +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf01d3fb4 pnfs_write_done_resend_to_mds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf17ddbce __traceiter_pnfs_mds_fallback_read_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf7801360 nfs41_maxgetdevinfo_overhead +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf7f5c5be pnfs_add_commit_array +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf8916eb2 nfs4_test_deviceid_unavailable +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf999267e pnfs_generic_commit_release +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xfb5b51bc nfs4_delete_deviceid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xfe72ec32 pnfs_unregister_layoutdriver +EXPORT_SYMBOL_GPL fs/nfs_common/grace 0x13ebd3f3 opens_in_grace +EXPORT_SYMBOL_GPL fs/nfs_common/grace 0x1fe1e1ad locks_end_grace +EXPORT_SYMBOL_GPL fs/nfs_common/grace 0xbef00af1 locks_in_grace +EXPORT_SYMBOL_GPL fs/nfs_common/grace 0xe9593263 locks_start_grace +EXPORT_SYMBOL_GPL fs/nfs_common/nfs_acl 0x1600565c nfs_stream_encode_acl +EXPORT_SYMBOL_GPL fs/nfs_common/nfs_acl 0xcdcd25d4 nfs_stream_decode_acl +EXPORT_SYMBOL_GPL fs/nfs_common/nfs_acl 0xd5f6680e nfsacl_decode +EXPORT_SYMBOL_GPL fs/nfs_common/nfs_acl 0xf493f9c4 nfsacl_encode +EXPORT_SYMBOL_GPL fs/nfsd/nfsd 0xe6df0b5f nfsd4_ssc_init_umount_work +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x038cb747 o2nm_node_get +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x0edbf1da o2nm_node_put +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x4900035b o2hb_stop_all_regions +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x58c88ff2 o2hb_get_all_regions +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x5e95a4b2 o2net_send_message_vec +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x610641e3 o2hb_unregister_callback +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x6519a2e4 o2hb_setup_callback +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x6a0c3847 __mlog_printk +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x795d7f6d o2hb_register_callback +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 0xc7346a05 o2nm_get_node_by_ip +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xd7beca75 o2nm_get_node_by_num +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 0x19946987 dlmunlock +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0x25eca9d9 dlm_register_eviction_cb +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0x4968678a dlm_register_domain +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0x7a1211f8 dlm_setup_eviction_cb +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0xa8c9376b dlm_unregister_domain +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0xb2361d1c dlm_print_one_lock +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0xd7ba575e dlm_errmsg +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0xd89ea9f6 dlmlock +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 0x10ef9e58 ocfs2_kset +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 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 0xd53ae247 ocfs2_stack_glue_register +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xd806a273 ocfs2_dlm_dump_lksb +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xe281b74f ocfs2_stack_glue_unregister +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xee57dbee ocfs2_plock +EXPORT_SYMBOL_GPL fs/pstore/pstore_blk 0x3090cbed register_pstore_device +EXPORT_SYMBOL_GPL fs/pstore/pstore_blk 0x43cc3d4b pstore_blk_get_config +EXPORT_SYMBOL_GPL fs/pstore/pstore_blk 0xd7138137 unregister_pstore_device +EXPORT_SYMBOL_GPL fs/pstore/pstore_zone 0x42bd25b9 unregister_pstore_zone +EXPORT_SYMBOL_GPL fs/pstore/pstore_zone 0xa2d6d682 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 0x44dbf396 notifier_err_inject_dir +EXPORT_SYMBOL_GPL lib/notifier-error-inject 0xff1f88da 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 0xa0a2e87e lowpan_header_decompress +EXPORT_SYMBOL_GPL net/6lowpan/6lowpan 0xa9a86ca7 lowpan_header_compress +EXPORT_SYMBOL_GPL net/802/garp 0x096deb8d garp_unregister_application +EXPORT_SYMBOL_GPL net/802/garp 0x230fb4ce garp_uninit_applicant +EXPORT_SYMBOL_GPL net/802/garp 0x9c83e5e3 garp_request_join +EXPORT_SYMBOL_GPL net/802/garp 0x9f51068c garp_init_applicant +EXPORT_SYMBOL_GPL net/802/garp 0xb89c9d8f garp_request_leave +EXPORT_SYMBOL_GPL net/802/garp 0xfe83f40b garp_register_application +EXPORT_SYMBOL_GPL net/802/mrp 0x12dfdc21 mrp_uninit_applicant +EXPORT_SYMBOL_GPL net/802/mrp 0x22436b0d mrp_unregister_application +EXPORT_SYMBOL_GPL net/802/mrp 0x4261b761 mrp_init_applicant +EXPORT_SYMBOL_GPL net/802/mrp 0x854f59a5 mrp_request_leave +EXPORT_SYMBOL_GPL net/802/mrp 0xe40198d9 mrp_request_join +EXPORT_SYMBOL_GPL net/802/mrp 0xe9082e45 mrp_register_application +EXPORT_SYMBOL_GPL net/802/stp 0x564ddd46 stp_proto_register +EXPORT_SYMBOL_GPL net/802/stp 0x5f9abe8e stp_proto_unregister +EXPORT_SYMBOL_GPL net/9p/9pnet 0x220448c7 p9_client_xattrcreate +EXPORT_SYMBOL_GPL net/9p/9pnet 0x30e40e8b p9_client_xattrwalk +EXPORT_SYMBOL_GPL net/atm/atm 0xb09faf79 register_atmdevice_notifier +EXPORT_SYMBOL_GPL net/atm/atm 0xcfb6a3da unregister_atmdevice_notifier +EXPORT_SYMBOL_GPL net/ax25/ax25 0xac93ae05 ax25_bcast +EXPORT_SYMBOL_GPL net/ax25/ax25 0xaeb7451e ax25_defaddr +EXPORT_SYMBOL_GPL net/ax25/ax25 0xf9ba3b10 ax25_register_pid +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0x14eaa561 l2cap_chan_del +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0x17c623d2 l2cap_chan_send +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0x29ea8f64 l2cap_chan_list +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0x6b8ec2eb bt_debugfs +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0x6b930398 l2cap_add_psm +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0x8ab80d29 l2cap_chan_set_defaults +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0xa4dbb97e l2cap_chan_create +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0xfbe4bc11 l2cap_chan_connect +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0xfd861eb9 l2cap_chan_put +EXPORT_SYMBOL_GPL net/bluetooth/hidp/hidp 0x33f6a7ab hidp_hid_driver +EXPORT_SYMBOL_GPL net/bridge/bridge 0x0a750d6b br_multicast_router +EXPORT_SYMBOL_GPL net/bridge/bridge 0x16a9e5a5 br_vlan_get_proto +EXPORT_SYMBOL_GPL net/bridge/bridge 0x202c9c69 br_port_flag_is_set +EXPORT_SYMBOL_GPL net/bridge/bridge 0x2155c513 br_vlan_get_info +EXPORT_SYMBOL_GPL net/bridge/bridge 0x26b7496d br_mst_enabled +EXPORT_SYMBOL_GPL net/bridge/bridge 0x4b7a87ac br_vlan_get_pvid +EXPORT_SYMBOL_GPL net/bridge/bridge 0x5001a24f br_get_ageing_time +EXPORT_SYMBOL_GPL net/bridge/bridge 0x508d239a br_multicast_list_adjacent +EXPORT_SYMBOL_GPL net/bridge/bridge 0x525dc594 br_multicast_has_router_adjacent +EXPORT_SYMBOL_GPL net/bridge/bridge 0x5729b23b br_mst_get_state +EXPORT_SYMBOL_GPL net/bridge/bridge 0x7202ec24 br_forward_finish +EXPORT_SYMBOL_GPL net/bridge/bridge 0x7fc92cde br_dev_queue_push_xmit +EXPORT_SYMBOL_GPL net/bridge/bridge 0x80b28b3d br_vlan_get_info_rcu +EXPORT_SYMBOL_GPL net/bridge/bridge 0xa32366aa br_fdb_clear_offload +EXPORT_SYMBOL_GPL net/bridge/bridge 0xb59a65d6 br_mst_get_info +EXPORT_SYMBOL_GPL net/bridge/bridge 0xb5f74f98 br_vlan_get_pvid_rcu +EXPORT_SYMBOL_GPL net/bridge/bridge 0xbf715e1d nf_br_ops +EXPORT_SYMBOL_GPL net/bridge/bridge 0xc584ae5b br_multicast_has_querier_anywhere +EXPORT_SYMBOL_GPL net/bridge/bridge 0xc9835af9 br_multicast_enabled +EXPORT_SYMBOL_GPL net/bridge/bridge 0xcb11b3bf br_vlan_enabled +EXPORT_SYMBOL_GPL net/bridge/bridge 0xccf47c4f br_fdb_find_port +EXPORT_SYMBOL_GPL net/bridge/bridge 0xd21fe986 br_handle_frame_finish +EXPORT_SYMBOL_GPL net/bridge/bridge 0xd930ca18 br_multicast_has_querier_adjacent +EXPORT_SYMBOL_GPL net/bridge/bridge 0xdd40c73f br_forward +EXPORT_SYMBOL_GPL net/bridge/bridge 0xe1d6a50e br_port_get_stp_state +EXPORT_SYMBOL_GPL net/core/failover 0x57683d6b failover_register +EXPORT_SYMBOL_GPL net/core/failover 0x5ab10f1a failover_unregister +EXPORT_SYMBOL_GPL net/core/failover 0x97d2bec6 failover_slave_unregister +EXPORT_SYMBOL_GPL net/dccp/dccp 0x182ec2bf dccp_ackvec_parsed_add +EXPORT_SYMBOL_GPL net/dccp/dccp 0x29fa4e37 dccp_feat_nn_get +EXPORT_SYMBOL_GPL net/dccp/dccp 0x2d8b2ed0 dccp_connect +EXPORT_SYMBOL_GPL net/dccp/dccp 0x3338d83e dccp_disconnect +EXPORT_SYMBOL_GPL net/dccp/dccp 0x39fc8fe7 dccp_send_sync +EXPORT_SYMBOL_GPL net/dccp/dccp 0x3f0a6d4c dccp_make_response +EXPORT_SYMBOL_GPL net/dccp/dccp 0x436c125d dccp_done +EXPORT_SYMBOL_GPL net/dccp/dccp 0x4adcdf63 dccp_create_openreq_child +EXPORT_SYMBOL_GPL net/dccp/dccp 0x4b7680fe dccp_recvmsg +EXPORT_SYMBOL_GPL net/dccp/dccp 0x4c030faf dccp_init_sock +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 0x61bef3b6 dccp_reqsk_init +EXPORT_SYMBOL_GPL net/dccp/dccp 0x683d2795 dccp_close +EXPORT_SYMBOL_GPL net/dccp/dccp 0x686d18aa dccp_set_state +EXPORT_SYMBOL_GPL net/dccp/dccp 0x6a64fb80 dccp_feat_signal_nn_change +EXPORT_SYMBOL_GPL net/dccp/dccp 0x6f6d8008 dccp_parse_options +EXPORT_SYMBOL_GPL net/dccp/dccp 0x73f9b36e dccp_setsockopt +EXPORT_SYMBOL_GPL net/dccp/dccp 0x74dfde59 dccp_shutdown +EXPORT_SYMBOL_GPL net/dccp/dccp 0x7b1d895b dccp_destruct_common +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 0x8872262d inet_dccp_listen +EXPORT_SYMBOL_GPL net/dccp/dccp 0x8df01845 dccp_rcv_established +EXPORT_SYMBOL_GPL net/dccp/dccp 0x9598d24d dccp_ackvec_parsed_cleanup +EXPORT_SYMBOL_GPL net/dccp/dccp 0xa16efbde dccp_rcv_state_process +EXPORT_SYMBOL_GPL net/dccp/dccp 0xa1bec948 dccp_check_req +EXPORT_SYMBOL_GPL net/dccp/dccp 0xa6357888 dccp_ctl_make_reset +EXPORT_SYMBOL_GPL net/dccp/dccp 0xa8139e95 dccp_insert_option +EXPORT_SYMBOL_GPL net/dccp/dccp 0xbd3052e6 dccp_poll +EXPORT_SYMBOL_GPL net/dccp/dccp 0xc2bf0db4 dccp_ioctl +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 0xdd013728 dccp_sendmsg +EXPORT_SYMBOL_GPL net/dccp/dccp 0xe06b89f0 dccp_getsockopt +EXPORT_SYMBOL_GPL net/dccp/dccp 0xebe4443c dccp_reqsk_send_ack +EXPORT_SYMBOL_GPL net/dccp/dccp 0xed56b115 dccp_send_ack +EXPORT_SYMBOL_GPL net/dccp/dccp 0xf1347616 dccp_destroy_sock +EXPORT_SYMBOL_GPL net/dccp/dccp 0xf3f939ac dccp_sync_mss +EXPORT_SYMBOL_GPL net/dccp/dccp 0xfe5b7286 dccp_child_process +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x0d2a2ee0 dccp_invalid_packet +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x25ee151a dccp_v4_connect +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x984af5f0 dccp_v4_conn_request +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0xaa489ff0 dccp_v4_send_check +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0xec1e159b dccp_v4_request_recv_sock +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0xfffdac07 dccp_v4_do_rcv +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x0827688f dsa_devlink_resources_unregister +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x08661a96 dsa_8021q_rcv +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x0a6f1be5 dsa_enqueue_skb +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x0c6039ac dsa_flush_workqueue +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x11091e5c dsa_devlink_region_create +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x1a8e8343 dsa_mdb_present_in_other_db +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x1db45430 dsa_port_phylink_mac_change +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x2927b248 dsa_switch_suspend +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x2ad30833 dsa_devlink_resource_register +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x417d1fed dsa_8021q_rx_switch_id +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x443e5eff 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 0x59b21850 dsa_switch_find +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x6cce7757 dsa_8021q_xmit +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x6ceefad5 dsa_unregister_switch +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x6d87058a dsa_tag_8021q_register +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x7794790d dsa_devlink_resource_occ_get_register +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x7ebe2599 dsa_tag_8021q_standalone_vid +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x7ec48d52 dsa_tag_8021q_find_port_by_vbid +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x808d30e1 dsa_devlink_resource_occ_get_unregister +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x8df89271 dsa_register_switch +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x8f4cb619 dsa_slave_dev_check +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x9b7e6921 dsa_switch_resume +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x9e59271d dsa_8021q_rx_source_port +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xab2986e1 dsa_tag_drivers_register +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xbc62e3aa dsa_fdb_present_in_other_db +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xc1628aaa dsa_devlink_params_unregister +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xc23e8d5f dsa_devlink_region_destroy +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xc240478f dsa_devlink_port_region_create +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xd077e855 dsa_devlink_param_get +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xdeb6917f dsa_port_from_netdev +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xdf9ff426 dsa_switch_shutdown +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xe3fdb6a2 dsa_tag_drivers_unregister +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xe9a71f80 dsa_tag_8021q_unregister +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xeb22695c dsa_tag_8021q_bridge_leave +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xef2bba2c dsa_devlink_params_register +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xf13e1803 vid_is_dsa_8021q +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xfd3e2b67 dsa_devlink_param_set +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x83e10105 ieee802154_hdr_peek_addrs +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x87e2553b ieee802154_max_payload +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x97787aca ieee802154_hdr_push +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x9fc36735 ieee802154_hdr_pull +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0xd0ab95a7 nl802154_scan_event +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0xed4b3c80 ieee802154_hdr_peek +EXPORT_SYMBOL_GPL net/ife/ife 0x3b2b9c9f 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 0x6c29394e ife_decode +EXPORT_SYMBOL_GPL net/ife/ife 0xe7888e98 ife_tlv_meta_encode +EXPORT_SYMBOL_GPL net/ipv4/esp4 0x7b3a22e0 esp_input_done2 +EXPORT_SYMBOL_GPL net/ipv4/esp4 0xabe65804 esp_output_tail +EXPORT_SYMBOL_GPL net/ipv4/esp4 0xf0564da0 esp_output_head +EXPORT_SYMBOL_GPL net/ipv4/gre 0x4a891362 gre_del_protocol +EXPORT_SYMBOL_GPL net/ipv4/gre 0x637516db gre_add_protocol +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x0c98d7b3 inet_diag_unregister +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x1331f3d7 inet_diag_bc_sk +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x175f3dde inet_diag_msg_common_fill +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x3b8ba242 inet_diag_dump_one_icsk +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x7fc87ada inet_diag_msg_attrs_fill +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x85ecb30c inet_sk_diag_fill +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0xd13eccd2 inet_diag_register +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0xdaf47f7a inet_diag_dump_icsk +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0xdeb181ae inet_diag_find_one_icsk +EXPORT_SYMBOL_GPL net/ipv4/ip_gre 0x302cd6c1 gretap_fb_dev_create +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x0551dcdf ip_tunnel_init_net +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x09926efa __ip_tunnel_change_mtu +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x0e818fc1 ip_tunnel_dellink +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x14e8f6aa ip_tunnel_ctl +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x18d4870b ip_tunnel_lookup +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x2c114a0c ip_tunnel_setup +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x31ebf925 ip_tunnel_change_mtu +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x38f09870 ip_tunnel_encap_setup +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x4afe2574 ip_tunnel_rcv +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x5df1f159 ip_md_tunnel_xmit +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x7678b60c ip_tunnel_newlink +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x7e4fea92 ip_tunnel_siocdevprivate +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xa1d3d69f ip_tunnel_delete_nets +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xa93d77c1 ip_tunnel_uninit +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xd5b05300 ip_tunnel_init +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xe2b560e8 ip_tunnel_changelink +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xf0857727 ip_tunnel_xmit +EXPORT_SYMBOL_GPL net/ipv4/netfilter/arp_tables 0x6e49927e arpt_alloc_initial_table +EXPORT_SYMBOL_GPL net/ipv4/netfilter/ip_tables 0x9ba0c786 ipt_alloc_initial_table +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_defrag_ipv4 0x72d07a8b nf_defrag_ipv4_disable +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_defrag_ipv4 0x8848ca10 nf_defrag_ipv4_enable +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_dup_ipv4 0xa0a3ba7c nf_dup_ipv4 +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0x36b6c105 nf_send_unreach +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0x4884b485 nf_send_reset +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0x60fa4a12 nf_reject_iphdr_put +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0x7855f1f0 nf_reject_ip_tcphdr_get +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0xab53c335 nf_reject_ip_tcphdr_put +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0xba86f416 nf_reject_skb_v4_tcp_reset +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0xca36d05d nf_reject_skb_v4_unreach +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_socket_ipv4 0x0c7a9f11 nf_sk_lookup_slow_v4 +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_tproxy_ipv4 0x0cdbfce8 nf_tproxy_handle_time_wait4 +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_tproxy_ipv4 0x3e1d2424 nf_tproxy_get_sock_v4 +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_tproxy_ipv4 0x3f51c0f7 nf_tproxy_laddr4 +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nft_fib_ipv4 0x7a8f0728 nft_fib4_eval +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nft_fib_ipv4 0xbf0f689e nft_fib4_eval_type +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x3f26c6de tcp_vegas_pkts_acked +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x578e8e09 tcp_vegas_init +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x9780195a tcp_vegas_get_info +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0xe2170626 tcp_vegas_cwnd_event +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0xee897a18 tcp_vegas_state +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0x1eac0e6c udp_tunnel_sock_release +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0x2d0e97ed udp_tunnel_notify_add_rx_port +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0x7c93b4bb udp_tunnel_xmit_skb +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0xb649ee54 udp_tunnel_push_rx_port +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0xc1f8d57c udp_tunnel_notify_del_rx_port +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0xe3f255c0 udp_tunnel_drop_rx_port +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0xf1ada5d3 setup_udp_tunnel_sock +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0xfea8aaea udp_tun_rx_dst +EXPORT_SYMBOL_GPL net/ipv6/esp6 0x3bf424ab esp6_input_done2 +EXPORT_SYMBOL_GPL net/ipv6/esp6 0xa2ba14cd esp6_output_head +EXPORT_SYMBOL_GPL net/ipv6/esp6 0xdcf51f15 esp6_output_tail +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0x1431f1aa ip6_tnl_encap_setup +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0x5d881d72 ip6_tnl_xmit_ctl +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0xb76a446a ip6_tnl_rcv_ctl +EXPORT_SYMBOL_GPL net/ipv6/ip6_udp_tunnel 0x6ec11ef4 udp_sock_create6 +EXPORT_SYMBOL_GPL net/ipv6/ip6_udp_tunnel 0x8866a52d udp_tunnel6_xmit_skb +EXPORT_SYMBOL_GPL net/ipv6/netfilter/ip6_tables 0x73193c52 ip6t_alloc_initial_table +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_defrag_ipv6 0x179fe722 nf_defrag_ipv6_enable +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_defrag_ipv6 0x3a3bc39a nf_defrag_ipv6_disable +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_defrag_ipv6 0xff5dfeae nf_ct_frag6_gather +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_dup_ipv6 0x87eef7db nf_dup_ipv6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0x2191affe nf_reject_skb_v6_unreach +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0x29928c2b nf_reject_ip6_tcphdr_put +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0x5fcb8cbb nf_reject_ip6hdr_put +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0x87d44f41 nf_reject_skb_v6_tcp_reset +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0xa0685b28 nf_send_unreach6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0xd273b6b5 nf_reject_ip6_tcphdr_get +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0xfdbd0ddc nf_send_reset6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_socket_ipv6 0x8b1d3e78 nf_sk_lookup_slow_v6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_tproxy_ipv6 0x450f05a7 nf_tproxy_laddr6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_tproxy_ipv6 0x93ed067e nf_tproxy_get_sock_v6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_tproxy_ipv6 0xc2bc6114 nf_tproxy_handle_time_wait6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nft_fib_ipv6 0x99035e2e nft_fib6_eval +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nft_fib_ipv6 0xab29b572 nft_fib6_eval_type +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x30cbc69a l2tp_udp_encap_recv +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x33c6af59 l2tp_session_delete +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x4d075915 l2tp_session_register +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x524d764a l2tp_session_get_nth +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x54aa6af4 l2tp_session_set_header_len +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x5ee0411b l2tp_tunnel_get_nth +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x60f04a99 l2tp_session_get_by_ifname +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x642a100b l2tp_session_dec_refcount +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x73a7cff6 l2tp_session_create +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x74544233 l2tp_tunnel_inc_refcount +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x7907ccb8 l2tp_tunnel_get_session +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x842d352e l2tp_tunnel_get +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x90d73bd8 l2tp_tunnel_dec_refcount +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x9520b947 l2tp_session_inc_refcount +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xa46e9b88 l2tp_xmit_skb +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xa64684a6 l2tp_tunnel_create +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xab23740a l2tp_recv_common +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xafd65972 l2tp_tunnel_delete +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xb68faafa l2tp_tunnel_register +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xe0220ccf l2tp_sk_to_tunnel +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xfa8a9f26 l2tp_session_get +EXPORT_SYMBOL_GPL net/l2tp/l2tp_ip 0x89ac152d l2tp_ioctl +EXPORT_SYMBOL_GPL net/l2tp/l2tp_netlink 0x337f2432 l2tp_nl_unregister_ops +EXPORT_SYMBOL_GPL net/l2tp/l2tp_netlink 0x593b2923 l2tp_nl_register_ops +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x0bae34e3 ieee80211_resume_disconnect +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 0x24b7a323 ieee80211_color_change_finish +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x278e1ddc ieee80211_vif_to_wdev +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x2a864b9b ieee80211_ave_rssi +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x2dc897b4 ieee80211_gtk_rekey_add +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x2fb7ed2f ieee80211_iterate_stations +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x52f4e11e ieee80211_set_active_links +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x571dfaee ieeee80211_obss_color_collision_notify +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x5b1367bc ieee80211_gtk_rekey_notify +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x75b9d72c ieee80211_remain_on_channel_expired +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x7b4c1b97 ieee80211_hw_restart_disconnect +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x7e6c4a2f ieee80211_iter_chan_contexts_atomic +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x7e916f8f ieee80211_calc_tx_airtime +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x80757fdf ieee80211_update_mu_groups +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x8f2aae83 ieee80211_request_smps +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x9d08abe3 ieee80211_iterate_interfaces +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x9e1c1431 ieee80211_key_replay +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xb171a287 ieee80211_find_sta_by_ifaddr +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xb887bc7b ieee80211_find_sta_by_link_addrs +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xc5e75668 wdev_to_ieee80211_vif +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xc6c61488 ieee80211_calc_rx_airtime +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xd004ea88 ieee80211_key_mic_failure +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xd38a3bdb ieee80211_ready_on_channel +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xd54104ee ieee80211_iterate_active_interfaces_mtx +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xd5810976 ieee80211_iterate_stations_atomic +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xd6618d47 ieee80211_set_active_links_async +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xdf9e4d5e ieee80211_iterate_active_interfaces_atomic +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xea792270 ieee80211_remove_key +EXPORT_SYMBOL_GPL net/mpls/mpls_router 0x1373be4c mpls_output_possible +EXPORT_SYMBOL_GPL net/mpls/mpls_router 0x28631d20 mpls_dev_mtu +EXPORT_SYMBOL_GPL net/mpls/mpls_router 0x63836334 mpls_stats_inc_outucastpkts +EXPORT_SYMBOL_GPL net/mpls/mpls_router 0x8b318d85 mpls_pkt_too_big +EXPORT_SYMBOL_GPL net/mpls/mpls_router 0x8ee316eb nla_get_labels +EXPORT_SYMBOL_GPL net/mpls/mpls_router 0xb453820a nla_put_labels +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x025d6001 ip_set_get_byname +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x1275a221 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 0x2d4064b3 ip_set_type_register +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x2db394d8 ip_set_del +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x397f6231 ip_set_free +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x4985b3b4 ip_set_put_extensions +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x59819b66 ip_set_nfnl_put +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x5b67efb9 ip_set_get_ip6_port +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x70d5cb05 ip_set_get_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 0x84de01cb ip_set_type_unregister +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x8dd3cf74 ip_set_add +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x94d45a5b 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 0xa64e563a ip_set_put_flags +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xc8dac082 ip_set_nfnl_get_byindex +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xd6a8ee80 ip_set_extensions +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xd7d48905 ip_set_elem_len +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xe0147f7c ip_set_get_ip4_port +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xeda68437 ip_set_match_extensions +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xf25f093e ip_set_name_byindex +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xf3b4d4ae ip_set_alloc +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xf4e8c9bd ip_set_init_comment +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0x4dcde256 register_ip_vs_pe +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0x903c66cd ip_vs_conn_out_get_proto +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0xadbe0afe ip_vs_conn_in_get_proto +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0xe35d66c1 unregister_ip_vs_pe +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0x1066fa3c nf_conncount_init +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0x4d2ca66f nf_conncount_add +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0x6a6b2f4e nf_conncount_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0xaedf02fe nf_conncount_count +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0xc7b5f9f8 nf_conncount_gc_list +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 0x03a3ca74 nf_ct_change_status_common +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0460ec0f nf_ct_invert_tuple +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x07b105b1 nf_ct_seq_adjust +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x09b45945 nf_ct_helper_expectfn_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0bc00f80 nf_nat_helper_try_module_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0bd2367b __nf_ct_refresh_acct +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x104ad569 nf_conn_pernet_ecache +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x1120b7c1 nf_ct_netns_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x117a1271 nf_ct_bridge_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x13f5b464 nf_ct_helper_ext_add +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x1574b20a nf_ct_unexpect_related +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x18f01401 nf_ct_seqadj_init +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x193d7834 nf_ct_helper_init +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x19dccdf7 nf_ct_helper +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x244b7536 nf_ct_expect_iterate_net +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x289c3714 nf_ct_alloc_hashtable +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x28eff409 nf_conntrack_hash +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x29858758 nf_ct_acct_add +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x309d5014 nf_conntrack_helpers_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x3729ecaf nf_ct_seq_offset +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x3e5dbf0f nf_ct_helper_expectfn_find_by_name +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x41978607 nf_ct_netns_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x46f7837a nf_connlabels_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x474c2243 nf_ct_expect_iterate_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x47eaf0b2 __nf_ct_change_status +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x4801f9ac nf_ct_get_id +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x4880eb1d nf_ct_port_tuple_to_nlattr +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x497e55bc nf_conntrack_helper_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x4c1763a9 nf_ct_gre_keymap_add +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x557afaaf nf_ct_tmpl_alloc +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x60882237 nf_connlabels_replace +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x60b71d91 nf_conntrack_free +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x60cfe632 nf_ct_expect_alloc +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x611f6a67 nf_ct_remove_expectations +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x693c3961 nf_ct_helper_hash +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x6cd703f6 __nf_conntrack_helper_find +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x6d11efbe nf_ct_kill_acct +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x6ee57a7c nf_ct_tcp_seqadj_set +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x71606479 nf_ct_expect_find_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x720baf3d nf_ct_timeout_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x74c1d25c nf_ct_expect_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x752f0aa2 nf_ct_port_nlattr_to_tuple +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x75df2546 nf_conntrack_unregister_notifier +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x770df6e3 __nf_ct_expect_find +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x7ecd8446 nf_ct_set_timeout +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x83cfdbce nf_ct_tmpl_free +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x841250ba nf_ct_add_helper +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x89975e3a nf_ct_untimeout +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x89ea2398 nf_ct_l4proto_find +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8d5a0933 nf_ct_iterate_cleanup_net +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8e3406bd nf_conntrack_find_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8ffe7e89 nf_conntrack_htable_size +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x95c80a53 nf_confirm +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x98aace0f nf_ct_unlink_expect_report +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x9adb7399 nf_conntrack_expect_lock +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x9c6bd6a5 nf_ct_gre_keymap_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x9fdfb550 nf_nat_helper_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xa00b4ec3 __nf_ct_change_timeout +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xa031362f nf_ct_expect_init +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xa37f62c4 nf_ct_get_tuplepr +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xaa39c239 nf_ct_delete +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xaaa6c07c nf_conntrack_eventmask_report +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xaf0847f0 nf_conntrack_locks +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xaf9928b0 nf_conntrack_in +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb281b8f1 nf_conntrack_count +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb28a4614 nf_ct_helper_expectfn_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb39356f5 nf_ct_port_nla_policy +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb60a5fb3 nf_nat_helper_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb878fdb4 nf_conntrack_helper_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb9fd3771 nf_conntrack_helpers_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xbb68f71d nf_ct_seqadj_set +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xbce5d853 __nf_conntrack_confirm +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xbd176bc4 nf_ct_bridge_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xbd555607 nf_l4proto_log_invalid +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xbe7df944 nf_conntrack_helper_try_module_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc18ac88d nf_ct_expect_hsize +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc194b788 nf_ct_iterate_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc40f284c nf_ct_helper_hsize +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc4da5bb4 nf_ct_ecache_ext_add +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xccbef502 nf_ct_helper_expectfn_find_by_symbol +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xcd2cf086 nf_ct_remove_expect +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xcd3ac5dd nf_conntrack_tuple_taken +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xcf940855 __nf_ct_try_assign_helper +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd505c3e0 nf_ct_port_nlattr_tuple_size +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd6386600 nf_conntrack_register_notifier +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd654c227 nf_ct_expect_related_report +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd9342128 nf_ct_destroy_timeout +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd989f6be nf_conntrack_alter_reply +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xdb961092 nf_conntrack_helper_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xdba7326b nf_conntrack_lock +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xe1c92647 nf_connlabels_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xe2b10d0b nf_nat_helper_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xe3612b54 nf_conntrack_hash_check_insert +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xe6f8be1d nf_ct_deliver_cached_events +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xea7385de nf_conntrack_alloc +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xec8beba6 nf_ct_expect_hash +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf1488697 nf_ct_helper_log +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf38bcdf3 nf_conntrack_max +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xff5abe0a nf_ct_l4proto_log_invalid +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_amanda 0xa2dfbb3e nf_nat_amanda_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_broadcast 0x38f98a6a nf_conntrack_broadcast_help +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_ftp 0xc5ee5176 nf_nat_ftp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x2de2e68b get_h225_addr +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0xf247f730 nfct_h323_nat_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_irc 0x9f6dcd76 nf_nat_irc_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_pptp 0xff3ab5b1 nf_nat_pptp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x1d401535 ct_sip_get_header +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x50d02e7c ct_sip_parse_numerical_param +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x54a926cd ct_sip_parse_header_uri +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x82c9f536 ct_sip_get_sdp_header +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0xb4d7f4c0 ct_sip_parse_address_param +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0xede2a64a nf_nat_sip_hooks +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0xff005582 ct_sip_parse_request +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_snmp 0x9b277e2c nf_nat_snmp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_tftp 0x5112a836 nf_nat_tftp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_dup_netdev 0x030014d5 nft_fwd_dup_netdev_offload +EXPORT_SYMBOL_GPL net/netfilter/nf_dup_netdev 0x17486958 nf_fwd_netdev_egress +EXPORT_SYMBOL_GPL net/netfilter/nf_dup_netdev 0x2912bd4c nf_dup_netdev_egress +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x0f3ef067 nf_flow_table_offload_setup +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x24eb0b0a flow_offload_add +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x3b9458ef flow_offload_teardown +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x4a9a1ab3 flow_offload_refresh +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x61bfa44b nf_flow_dnat_port +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x7906925c nf_flow_table_init +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x8e1fe3c0 nf_flow_table_free +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x90d7489f flow_offload_route_init +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x9d74a4c6 nf_flow_offload_ip_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xab01f975 nf_flow_snat_port +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xb29db2e0 flow_offload_lookup +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xb4313466 nf_flow_offload_ipv6_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xbd5d01be nf_flow_rule_route_ipv4 +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xcf29c9c5 flow_offload_free +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xe3c05cad nf_flow_table_cleanup +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xf2c451cf flow_offload_alloc +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xfcddb5d4 nf_flow_rule_route_ipv6 +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x07c7991f nf_nat_alloc_null_binding +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x092cefb5 nf_ct_nat +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x10aaabc0 nf_nat_icmpv6_reply_translation +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x3bc17c49 nf_nat_masquerade_inet_register_notifiers +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x424fdf3d nf_nat_masquerade_ipv6 +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x47305f3f nf_nat_inet_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x5b150284 nf_nat_redirect_ipv6 +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x66633422 nf_nat_ipv6_register_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x6993b891 nf_ct_nat_ext_add +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x71678e05 nf_nat_inet_unregister_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x81f4126c nf_nat_inet_register_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x92a7b373 nf_nat_packet +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xadbbc26c nf_nat_exp_find_port +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xcd908ee4 nf_nat_ipv6_unregister_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xd509c55c nf_nat_ipv4_unregister_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xd9c25654 nf_nat_masquerade_inet_unregister_notifiers +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xdbb46da3 nf_nat_masquerade_ipv4 +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xdea1625f nf_nat_ipv4_register_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xe8ba9aca nf_nat_icmp_reply_translation +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xf0cd1942 nf_nat_redirect_ipv4 +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x15eab2d0 ipv6_synproxy_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x1ba12696 synproxy_recv_client_ack +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x1f099794 synproxy_init_timestamp_cookie +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x1f519d3f synproxy_send_client_synack_ipv6 +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x202c7947 ipv4_synproxy_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x326688cb synproxy_recv_client_ack_ipv6 +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x581543ff nf_synproxy_ipv6_init +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x60d80793 nf_synproxy_ipv4_init +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x845a56b5 synproxy_send_client_synack +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x93cde1c4 synproxy_parse_options +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xca9fc082 synproxy_net_id +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xd62985be nf_synproxy_ipv4_fini +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xeee4c1d2 nf_synproxy_ipv6_fini +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x01850ae3 nft_unregister_obj +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x023fa109 nft_meta_get_dump +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x0d279863 nft_expr_reduce_bitwise +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x0d5b4a80 nf_tables_activate_set +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x11ef22db nft_register_expr +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x13dfb1cd nft_flowtable_lookup +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x162518b6 nft_meta_get_init +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x1a5dbf7d nft_set_lookup_global +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x1d0c39a3 nft_reg_track_cancel +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x207bb1fe nft_register_chain_type +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x27e575bc nft_data_dump +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x2a1ab577 nft_meta_get_reduce +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x2d538834 __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 0x3317e81f nft_data_init +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x35217cee nf_tables_destroy_set +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x41b71e65 nft_trace_enabled +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x453e3ef5 nft_chain_validate +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x48ea6933 nft_meta_set_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x4a7205b3 nf_tables_deactivate_set +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x4cecbb60 nft_meta_policy +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x5d0f4059 nft_chain_validate_dependency +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x5f34a50a nft_meta_set_dump +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x5fb53a4c nft_data_release +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x6dc4da14 __nft_release_basechain +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x76bd85ce nft_unregister_flowtable_type +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x8277e7e4 nf_tables_deactivate_flowtable +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x865227b6 nft_do_chain +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x88e24115 nft_meta_get_eval +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x916b50f7 nft_register_obj +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x949c0d6d nft_request_module +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x9c9bde06 nft_reg_track_update +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x9e0d2a03 nft_register_flowtable_type +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x9e5cb96c nft_obj_lookup +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x9e7b276f nf_tables_bind_set +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x9f256d23 nft_meta_set_eval +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xa9fb61c2 nft_set_catchall_lookup +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xae47eb8d nft_chain_validate_hooks +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xb99d91bc nft_unregister_chain_type +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xbc454ea8 nft_set_elem_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xbe8c1c11 nft_unregister_expr +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xc5177710 nft_meta_set_init +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xd2795ee5 nft_parse_register_store +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xd34f4a78 nft_meta_inner_eval +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xd6389364 nft_dump_register +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xdb6ff35f nft_meta_set_validate +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 0xf62aca6e nft_obj_notify +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x0672c04f nfnetlink_unicast +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x313fc10a nfnetlink_has_listeners +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x55c6d20c nfnetlink_subsys_unregister +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x5ce3b588 nfnl_lock +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x82a8ac9d nfnetlink_subsys_register +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0xadafc551 nfnetlink_broadcast +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0xd70a4af2 nfnetlink_send +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0xdb065657 nfnl_unlock +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0xefb64ccc nfnetlink_set_err +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0x56f422c9 nfnl_acct_update +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0xb0902247 nfnl_acct_overquota +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0xbecf5d14 nfnl_acct_put +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0xed0d9774 nfnl_acct_find_get +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_osf 0x35eff5e0 nf_osf_fingers +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_osf 0x4ab71448 nf_osf_match +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_osf 0xc31f6653 nf_osf_find +EXPORT_SYMBOL_GPL net/netfilter/nft_fib 0x635f3750 nft_fib_dump +EXPORT_SYMBOL_GPL net/netfilter/nft_fib 0x819b8a63 nft_fib_reduce +EXPORT_SYMBOL_GPL net/netfilter/nft_fib 0xa8bab0ff nft_fib_validate +EXPORT_SYMBOL_GPL net/netfilter/nft_fib 0xd4bda3d4 nft_fib_store_result +EXPORT_SYMBOL_GPL net/netfilter/nft_fib 0xe16b5481 nft_fib_init +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0x0366950c nft_reject_init +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0x1de558c1 nft_reject_icmpv6_code +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0x2ff9b7a8 nft_reject_dump +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0x8d98e2c4 nft_reject_validate +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0x9d46ccf8 nft_reject_policy +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0xe2c84666 nft_reject_icmp_code +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x04e27719 xt_compat_flush_offsets +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x0fb0c6a1 xt_compat_match_to_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x15d35a75 xt_table_unlock +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x165ac54f xt_proto_fini +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x2117dbce xt_target_to_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x285232a6 xt_compat_target_offset +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x2beaec79 xt_register_template +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x2c5584a6 xt_compat_target_from_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x3793b1b2 xt_request_find_table_lock +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x3a99116a xt_register_table +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x3e6a6d65 xt_compat_match_offset +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x51cfca52 xt_compat_target_to_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x72e61abd xt_unregister_table +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x7a48221c xt_match_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 0x97ff6c19 xt_request_find_match +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x9c995c69 xt_percpu_counter_alloc +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xa0c8d2cb xt_check_target +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xa27e8fb5 xt_unregister_template +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xa7c94f1d xt_compat_lock +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xa87a7017 xt_compat_match_from_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xae47a7cb xt_proto_init +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xb08d1b6b xt_find_table_lock +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xb7f2c0cb xt_check_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 0xc9a7b08a xt_request_find_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 0xddf68fc6 xt_find_revision +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xe69660ab xt_hook_ops_alloc +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xf6abeb06 xt_copy_counters +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xf74d8c0f xt_replace_table +EXPORT_SYMBOL_GPL net/netfilter/xt_RATEEST 0x69ea817e xt_rateest_lookup +EXPORT_SYMBOL_GPL net/netfilter/xt_RATEEST 0xdf52dea7 xt_rateest_put +EXPORT_SYMBOL_GPL net/nfc/nci/nci_spi 0x9c06403b nci_spi_allocate_spi +EXPORT_SYMBOL_GPL net/nfc/nci/nci_spi 0xc812cfd6 nci_spi_send +EXPORT_SYMBOL_GPL net/nfc/nci/nci_spi 0xcd21f3d0 nci_spi_read +EXPORT_SYMBOL_GPL net/nfc/nci/nci_uart 0x254f17cd nci_uart_register +EXPORT_SYMBOL_GPL net/nfc/nci/nci_uart 0xad71e3e1 nci_uart_set_config +EXPORT_SYMBOL_GPL net/nfc/nci/nci_uart 0xd7b0d4d7 nci_uart_unregister +EXPORT_SYMBOL_GPL net/nsh/nsh 0x611a0640 nsh_pop +EXPORT_SYMBOL_GPL net/nsh/nsh 0x6f802c03 nsh_push +EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0x1230c2b5 ovs_vport_free +EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0x383f3b8b ovs_vport_alloc +EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0x59106e4b __ovs_vport_ops_register +EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0x7faf404e ovs_vport_ops_unregister +EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0xb6ea96f2 ovs_netdev_tunnel_destroy +EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0xd860cf2c ovs_netdev_link +EXPORT_SYMBOL_GPL net/psample/psample 0x2001940e psample_group_take +EXPORT_SYMBOL_GPL net/psample/psample 0x528358a7 psample_group_get +EXPORT_SYMBOL_GPL net/psample/psample 0x6ad61ad3 psample_group_put +EXPORT_SYMBOL_GPL net/psample/psample 0x9b4663f7 psample_sample_packet +EXPORT_SYMBOL_GPL net/qrtr/qrtr 0x049c283e qrtr_endpoint_register +EXPORT_SYMBOL_GPL net/qrtr/qrtr 0x8c1ad752 qrtr_endpoint_unregister +EXPORT_SYMBOL_GPL net/qrtr/qrtr 0x8d25501f qrtr_ns_remove +EXPORT_SYMBOL_GPL net/qrtr/qrtr 0x8f0adb51 qrtr_endpoint_post +EXPORT_SYMBOL_GPL net/qrtr/qrtr 0xa47e91ba qrtr_ns_init +EXPORT_SYMBOL_GPL net/rds/rds 0x003abbb5 rds_send_xmit +EXPORT_SYMBOL_GPL net/rds/rds 0x00a467af rds_wq +EXPORT_SYMBOL_GPL net/rds/rds 0x20c5e653 rds_cong_map_updated +EXPORT_SYMBOL_GPL net/rds/rds 0x2b0d543c rds_message_add_extension +EXPORT_SYMBOL_GPL net/rds/rds 0x36087aa4 rds_stats +EXPORT_SYMBOL_GPL net/rds/rds 0x36d1e9b3 rds_conn_drop +EXPORT_SYMBOL_GPL net/rds/rds 0x3fbdfd6d rds_recv_incoming +EXPORT_SYMBOL_GPL net/rds/rds 0x40dbcf8c rds_trans_register +EXPORT_SYMBOL_GPL net/rds/rds 0x442d48d4 rds_inc_put +EXPORT_SYMBOL_GPL net/rds/rds 0x450aac3f rds_info_deregister_func +EXPORT_SYMBOL_GPL net/rds/rds 0x45a4781e rds_addr_cmp +EXPORT_SYMBOL_GPL net/rds/rds 0x48ea7882 rds_conn_destroy +EXPORT_SYMBOL_GPL net/rds/rds 0x4cd6ca14 rds_message_unmapped +EXPORT_SYMBOL_GPL net/rds/rds 0x5320ea7f rds_conn_create_outgoing +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 0x5aa13a89 rds_conn_path_drop +EXPORT_SYMBOL_GPL net/rds/rds 0x6efe9a14 rds_conn_create +EXPORT_SYMBOL_GPL net/rds/rds 0x73814683 rds_connect_complete +EXPORT_SYMBOL_GPL net/rds/rds 0x798cf5f7 rds_atomic_send_complete +EXPORT_SYMBOL_GPL net/rds/rds 0x85e4e520 rds_stats_info_copy +EXPORT_SYMBOL_GPL net/rds/rds 0x88fd4e4f rds_message_put +EXPORT_SYMBOL_GPL net/rds/rds 0x8ab79ac9 rds_for_each_conn_info +EXPORT_SYMBOL_GPL net/rds/rds 0x9dcbbbf0 rds_page_remainder_alloc +EXPORT_SYMBOL_GPL net/rds/rds 0xa129ecb0 rds_send_path_reset +EXPORT_SYMBOL_GPL net/rds/rds 0xa41a1f23 rds_trans_unregister +EXPORT_SYMBOL_GPL net/rds/rds 0xbb778498 rds_conn_path_connect_if_down +EXPORT_SYMBOL_GPL net/rds/rds 0xc037b763 rds_info_register_func +EXPORT_SYMBOL_GPL net/rds/rds 0xc05b3082 rds_rdma_send_complete +EXPORT_SYMBOL_GPL net/rds/rds 0xc2dab779 rds_info_copy +EXPORT_SYMBOL_GPL net/rds/rds 0xc35d72b6 rds_connect_path_complete +EXPORT_SYMBOL_GPL net/rds/rds 0xd5ec25fe rds_message_addref +EXPORT_SYMBOL_GPL net/rds/rds 0xe06d5a04 rds_send_drop_acked +EXPORT_SYMBOL_GPL net/rds/rds 0xe4c299eb rds_inc_init +EXPORT_SYMBOL_GPL net/rds/rds 0xebe26d93 rds_inc_path_init +EXPORT_SYMBOL_GPL net/rds/rds 0xec8cc894 rds_conn_connect_if_down +EXPORT_SYMBOL_GPL net/rds/rds 0xf0b959a6 rds_send_ping +EXPORT_SYMBOL_GPL net/rds/rds 0xfeb14fd3 rds_send_path_drop_acked +EXPORT_SYMBOL_GPL net/sched/sch_pie 0x63eb3a9e pie_process_dequeue +EXPORT_SYMBOL_GPL net/sched/sch_pie 0x6ce9b467 pie_calculate_probability +EXPORT_SYMBOL_GPL net/sched/sch_pie 0xaf8ae3ac pie_drop_early +EXPORT_SYMBOL_GPL net/sched/sch_taprio 0x19fe655b taprio_offload_free +EXPORT_SYMBOL_GPL net/sched/sch_taprio 0x78555058 taprio_offload_get +EXPORT_SYMBOL_GPL net/sctp/sctp 0x43a4f481 sctp_transport_traverse_process +EXPORT_SYMBOL_GPL net/sctp/sctp 0x58c5e8a9 sctp_transport_lookup_process +EXPORT_SYMBOL_GPL net/sctp/sctp 0x72e756ff sctp_get_sctp_info +EXPORT_SYMBOL_GPL net/sctp/sctp 0xda409dfa sctp_for_each_endpoint +EXPORT_SYMBOL_GPL net/smc/smc 0x0a0e0627 smcd_handle_event +EXPORT_SYMBOL_GPL net/smc/smc 0x14413af9 smc_hash_sk +EXPORT_SYMBOL_GPL net/smc/smc 0x1fdd8ddb smcd_handle_irq +EXPORT_SYMBOL_GPL net/smc/smc 0x3dd48ecd smcd_unregister_dev +EXPORT_SYMBOL_GPL net/smc/smc 0x61fb968f smcd_free_dev +EXPORT_SYMBOL_GPL net/smc/smc 0xabead6e1 smc_proto6 +EXPORT_SYMBOL_GPL net/smc/smc 0xb1e9f540 smcd_register_dev +EXPORT_SYMBOL_GPL net/smc/smc 0xc0557d78 smc_proto +EXPORT_SYMBOL_GPL net/smc/smc 0xd2ed81ec smcd_alloc_dev +EXPORT_SYMBOL_GPL net/smc/smc 0xde8ae1e3 smc_unhash_sk +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x049dddf2 gss_mech_unregister +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x255f4c12 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 0xb4cf4afc svcauth_gss_register_pseudoflavor +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0xb9c7b35a svcauth_gss_flavor +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0xd7673035 g_verify_token_header +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x000e762d rpc_alloc_iostats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x00f167b9 rpc_clnt_xprt_switch_remove_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0205333c rpcauth_lookupcred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x029dc2e0 xprt_update_rtt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x03959918 rpc_switch_client_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x03d8e679 xprt_release_xprt_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0435a22a xprt_adjust_cwnd +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 0x086ddc6a xprt_reconnect_backoff +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x08e35f24 xprt_register_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0b6aef18 rpc_clnt_show_stats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0d654a4d svc_seq_show +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0ee37747 svc_generic_init_request +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x11fd1ba1 rpc_proc_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x12688c1c xdr_stream_decode_string_dup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1396b327 xprt_wait_for_buffer_space +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x154728fe rpc_call_null +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x15a0e33b svc_create +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x16de1496 rpc_sleep_on_priority +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x186da69b rpc_clnt_probe_trunked_xprts +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x199bc99c rpc_bind_new_program +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1b9df40b rpc_restart_call_prepare +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1e119a79 rpcauth_get_pseudoflavor +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1fc9f5df svc_xprt_destroy_all +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1ffe6d04 svc_set_num_threads +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x213e4aac svc_xprt_names +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2340bd7e rpc_call_sync +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x23410faf xdr_buf_from_iov +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x251d0ec1 rpc_count_iostats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x257d1f56 xprt_request_get_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x25af8cdb rpc_mkpipe_dentry +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2605eed9 unix_domain_find +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2753f86f rpc_put_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x28036f28 rpc_restart_call +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x282e35da rpc_create +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x28a255ef xprt_reserve_xprt_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2919b156 xdr_decode_string_inplace +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2a32eb63 rpc_localaddr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2ed9f22e _copy_from_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2fedf200 rpc_delay +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x30d2018c svc_fill_symlink_pathname +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x31188b8a cache_destroy_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x31a89d59 rpc_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3217ba48 rpc_max_bc_payload +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x32470d85 xdr_buf_trim +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x325f1ea8 rpc_put_task_async +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x33654b40 svc_max_payload +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x33de9386 rpc_proc_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x34d184de rpc_wake_up_status +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x34f4e8ac xdr_init_decode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x35a97d77 cache_register_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x365b6b91 svc_age_temp_xprts_now +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x36691427 xdr_decode_word +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3762db60 svc_xprt_create +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x387e1639 rpc_pipefs_notifier_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x393a94b2 rpc_clnt_disconnect +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x397804eb xdr_write_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3a4b3518 svc_create_pooled +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3b988c31 xprt_reconnect_delay +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3c46528d rpc_put_sb_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3cfa72dc rpc_destroy_pipe_data +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3d87cd38 svc_rqst_free +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3f911144 rpc_uaddr2sockaddr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3f9a2b0b rpcauth_get_gssinfo +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4045326c rpc_clnt_test_and_add_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x418d7852 sunrpc_cache_pipe_upcall_timeout +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x426a359a xdr_page_pos +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x44e77bc1 rpc_sleep_on_timeout +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x484f5706 rpc_find_or_alloc_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4949db32 rpc_clnt_xprt_switch_has_addr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x49715e74 svc_xprt_copy_addrs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x49ad44f2 rpc_clone_client_set_auth +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4afedab1 xprtiod_workqueue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4b459119 xprt_wait_for_reply_request_def +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4b4a91ea xprt_force_disconnect +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4c453902 sunrpc_cache_register_pipefs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4d0b024f cache_seq_start_rcu +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4dac77f0 xdr_encode_netobj +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4e19bdd9 svc_xprt_enqueue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4e8f6ca7 sunrpc_net_id +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x51ace1ff xprt_get +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x52390cb8 rpc_d_lookup_sb +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x53445f68 nlm_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x542c78f9 rpc_sleep_on_priority_timeout +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x549a7a84 rpcb_getport_async +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x549c0738 rpc_ntop +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x565eca75 svc_rpcb_cleanup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5680b3a0 rpc_cancel_tasks +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x57abfa2b svc_encode_result_payload +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x591b26b9 svc_xprt_close +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x59bb6682 xdr_stream_subsegment +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5a45ba31 svc_auth_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5a473ee1 rpc_clnt_manage_trunked_xprts +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5b3919ce rpc_task_release_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5c023d67 rpc_wake_up_first +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5c362416 xdr_enter_page +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5ccac206 svc_rqst_alloc +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5dc43b46 rpc_setbufsize +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5f4a462a xdr_stream_pos +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x609202f9 rpc_task_gfp_mask +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6097387b rpc_count_iostats_metrics +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x62ae7062 rpc_wait_for_completion_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x649ada96 xdr_inline_decode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x65a47ab1 rpc_peeraddr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x65cbf36f sunrpc_cache_pipe_upcall +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x661bd1e6 svc_find_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x66ebb0c1 xdr_reserve_space +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x66ed2439 rpc_destroy_wait_queue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x699a3c6b xdr_inline_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x69d7d5af cache_seq_next_rcu +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6b5bbb31 xprt_lookup_rqst +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6cc95ea5 xdr_stream_decode_opaque +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6d02c2ce rpc_clnt_setup_test_and_add_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6d2a3ffe csum_partial_copy_to_xdr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6dcee419 rpc_num_bc_slots +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6dcf1fe0 rpc_init_pipe_dir_head +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6eedebfa rpcauth_destroy_credcache +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6fcf6df3 xprt_release_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6fe12a2c rpc_max_payload +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x709e4b13 xprt_setup_backchannel +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 0x728f34ac xdr_encode_array2 +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x73800057 rpc_pton +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x73cecdaa xprt_wake_pending_tasks +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x73f70e1e rpc_wake_up_next +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x74c9578f xdr_encode_word +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x75dbfaaa svcauth_unix_set_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x764f07e5 rpcauth_unwrap_resp_decode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x77c603d0 rpc_pipe_generic_upcall +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x77f96ba6 xprt_wake_up_backlog +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x78fe84ca cache_seq_stop_rcu +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7a81101c xdr_init_decode_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7c58f2ec xprt_unpin_rqst +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7de53067 rpc_init_rtt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7e33d880 rpc_killall_tasks +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7edf61fc put_rpccred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8041ed05 rpc_task_timeout +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x85692587 svc_proc_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x86672635 sunrpc_destroy_cache_detail +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8702d88d svc_set_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x87ad3326 sunrpc_init_cache_detail +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x88097c80 rpc_wake_up_queued_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x88e90b64 xprt_lock_connect +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x89b148cc rpc_clone_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8a2610be auth_domain_put +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8b4701d7 sunrpc_cache_lookup_rcu +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8b88495d svc_proc_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8e9d68b9 xdr_stream_zero +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8eb950e8 xdr_decode_array2 +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8f2f39c0 rpc_prepare_reply_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x90191c78 svcauth_unix_purge +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9152b869 svc_addsock +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x919f98d7 gssd_running +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x929ffeff svc_unreg_xprt_class +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x93765e70 svc_exit_thread +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x93b875c7 svc_auth_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x93e76814 rpcauth_init_credcache +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9670b5a1 rpc_free_iostats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9927a315 bc_svc_process +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x99aee353 rpc_init_priority_wait_queue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9a57ec0e xdr_set_pagelen +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9d48d131 rpc_clnt_swap_activate +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9d5a4d79 svc_drop +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9da22961 sunrpc_cache_unhash +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9fe67fa7 svc_reserve +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa055e214 svc_xprt_put +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa11b6f14 svc_xprt_received +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa21a53a7 xprt_write_space +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa4d960ef svc_authenticate +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa80c8c92 xprt_disconnect_done +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa93a61fd svc_wake_up +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xad871fa4 rpc_clnt_xprt_switch_put +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xaf5bf6ef nfs_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xafc88433 auth_domain_lookup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb0311bd1 rpc_peeraddr2str +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb0c5657b sunrpc_cache_update +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb0f41427 rpc_shutdown_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb11c40fa xprt_release_rqst_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb13c2a81 rpc_add_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb1ff6949 svc_bind +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb4e54d10 xprt_alloc_slot +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb51a3724 rpc_pipefs_notifier_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb5368a9a svc_rqst_replace_page +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb621991b rpc_sleep_on +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb8fa1656 rpc_call_async +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb9121633 rpcauth_wrap_req_encode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb9a698c4 rpc_unlink +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb9ee1af8 xdr_init_encode_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xba9a03bb xprt_pin_rqst +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbaa0e2da xdr_shift_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbb7c91fe svc_reg_xprt_class +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbb861880 svc_rpcb_setup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbd4d8609 xdr_buf_subsegment +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbe66007d rpc_release_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbf9d1b96 nfsd_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc04415e9 rpc_free +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 0xc19d4cf4 rpc_mkpipe_data +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc25832d4 rpc_queue_upcall +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc4348a29 rpc_remove_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc48d1637 rpc_machine_cred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc4e33d50 svc_xprt_deferred_close +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc4ed99e5 rpc_init_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc50ec3fc xdr_init_encode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc5938af5 xdr_terminate_string +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc66aece5 xprt_add_backlog +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc706fc56 svc_recv +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc88f1269 rpcauth_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc8c2a8bd rpc_clnt_swap_deactivate +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc8e96dea qword_addhex +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcacb32d4 svc_process +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcd7829a4 write_bytes_to_xdr_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xce678a59 xdr_decode_netobj +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcf5ebd03 rpc_clnt_iterate_for_each_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcfb96ebe read_bytes_from_xdr_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd13a1887 svc_xprt_init +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd3e5a6e3 rpc_force_rebind +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd4921370 cache_purge +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd68855b1 rpc_run_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd69b8616 __xdr_commit_encode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd6dd9f67 svc_generic_rpcbind_set +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd813afbe rpc_clnt_add_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd8e3be23 svc_rpcbind_set_version +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdaa427dd rpc_net_ns +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdbcdc120 xprt_free +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdc8d863c xprt_wait_for_reply_request_rtt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdd0f0638 xprt_complete_rqst +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdd65b27a xprt_destroy_backchannel +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdd691402 xprt_find_transport_ident +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xded876f2 sunrpc_cache_unregister_pipefs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe101261a cache_check +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe1a8e4f4 rpc_clnt_xprt_switch_add_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe3746ae2 xprt_free_slot +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe4b3e763 xdr_stream_decode_opaque_dup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe5919cb1 xdr_encode_opaque +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe7b9bd5c rpc_malloc +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe8931a36 svc_fill_write_vector +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe97f4ce5 qword_get +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe9c736a1 cache_create_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe9ef7996 xdr_process_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xea4eeb90 rpc_set_connect_timeout +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xea95144a rpc_exit +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xec3c51fe cache_unregister_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xecb68eef auth_domain_find +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xedcf6be4 qword_add +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xee4999c2 rpcauth_stringify_acceptor +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xee896ff7 rpc_call_start +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xeeacab69 rpc_update_rtt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xefcebe30 xdr_read_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf0b7775d rpc_init_wait_queue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf14debd7 svc_sock_update_bufs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf150a949 xprt_alloc +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf1a867ba xdr_reserve_space_vec +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf1c54f92 xprt_unlock_connect +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf371780c xprt_put +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf371e4ce rpc_get_sb_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf53cc3a6 rpcauth_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf6ea228b rpcauth_init_cred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf841e9c4 xdr_stream_decode_string +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf85cf4e5 rpcauth_create +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf8eb3443 xdr_stream_move_subsegment +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfa31a777 rpcauth_lookup_credcache +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfc8559df svc_print_addr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfd1ee976 xprt_unregister_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfd8c9e88 xprt_reserve_xprt +EXPORT_SYMBOL_GPL net/tls/tls 0x27cc1513 tls_device_sk_destruct +EXPORT_SYMBOL_GPL net/tls/tls 0x3ac44ecf tls_validate_xmit_skb +EXPORT_SYMBOL_GPL net/tls/tls 0xbb501c62 tls_offload_tx_resync_request +EXPORT_SYMBOL_GPL net/tls/tls 0xc9d5a4ce tls_encrypt_skb +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x01d136f5 virtio_transport_stream_enqueue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x03a81e69 virtio_transport_stream_allow +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x05f64701 virtio_transport_notify_buffer_size +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x080c70ae virtio_transport_get_credit +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x10586232 virtio_transport_seqpacket_has_data +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x15f61f73 virtio_transport_notify_poll_in +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x2cde7eb2 virtio_transport_do_socket_init +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x3b06b807 virtio_transport_stream_has_space +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x4da6beaf virtio_transport_notify_recv_pre_block +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x548e21ec virtio_transport_dgram_bind +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x715a4b7f virtio_transport_notify_send_init +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x76246de7 virtio_transport_notify_recv_pre_dequeue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x7bf49d3a virtio_transport_free_pkt +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x8b7bc757 virtio_transport_notify_send_pre_block +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x9843fd01 virtio_transport_put_credit +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x98e9506e virtio_transport_shutdown +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xa9c0298d virtio_transport_deliver_tap_pkt +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xaa96c670 virtio_transport_stream_rcvhiwat +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xb545fa08 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 0xbe4963fb virtio_transport_inc_tx_pkt +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xbe539c3b virtio_transport_recv_pkt +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xc0a789cd virtio_transport_stream_dequeue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xc0f83c06 virtio_transport_seqpacket_enqueue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xc179061a virtio_transport_dgram_enqueue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xc1b23e75 virtio_transport_release +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xc5d5e7a2 virtio_transport_notify_recv_post_dequeue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xd00d0ba5 virtio_transport_connect +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xd4fb5de1 virtio_transport_stream_has_data +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xd6a214b9 virtio_transport_notify_recv_init +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xd8f1c8ad virtio_transport_notify_send_pre_enqueue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xdd07535e virtio_transport_dgram_dequeue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xe3811e1f virtio_transport_notify_send_post_enqueue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xe38c299b virtio_transport_notify_poll_out +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xfcdca3e8 virtio_transport_seqpacket_dequeue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xffeef9b9 virtio_transport_stream_is_active +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x050ef89f vsock_find_connected_socket +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x0ac14703 vsock_add_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 0x298a7010 vsock_stream_has_space +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x2b7fa462 vsock_remove_pending +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x33e79bb9 vsock_assign_transport +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x38e441df vsock_enqueue_accept +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x3cb06133 vsock_core_get_transport +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x3d4b0fca vsock_addr_init +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x46d30b75 vsock_remove_bound +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x4b99648c vsock_addr_bound +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x57bf53b9 vsock_core_unregister +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x7ee14112 vsock_data_ready +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x8ab3c47c 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 0xa7f2472a vsock_add_pending +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xaf2674b5 vsock_addr_equals_addr +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xafe7a63d vsock_remove_connected +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xb0d7bda7 vsock_addr_cast +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xb3b5300a vsock_remove_tap +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xb790c2e5 vsock_core_register +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xbe3de257 vsock_stream_has_data +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xc92f7f50 vsock_table_lock +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xcace2623 vsock_for_each_connected_socket +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xccbca9bd vsock_insert_connected +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xdfc157ee vsock_find_bound_socket +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xe9ed1712 vsock_create_connected +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xec96eadf vsock_addr_validate +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xf90308fa vsock_remove_sock +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x28a30f42 cfg80211_wext_giwname +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x302b1140 cfg80211_shutdown_all_interfaces +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x558a29b7 cfg80211_vendor_cmd_reply +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x58b36afe cfg80211_vendor_cmd_get_sender +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x666dafb1 cfg80211_pmsr_complete +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x83a74e52 cfg80211_pmsr_report +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x85820bdb cfg80211_wext_giwrange +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x8cf88e8c cfg80211_wext_giwfrag +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x97eaac9a cfg80211_wext_giwrts +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xabd4843b cfg80211_wext_giwscan +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xb6a7cec0 cfg80211_wext_giwmode +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xbd5777da cfg80211_wext_siwrts +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xc051328b cfg80211_wext_siwmode +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xd3008c63 cfg80211_wext_siwscan +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xe5c8036f cfg80211_wext_giwretry +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xfa0e72c7 cfg80211_wext_siwfrag +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x0049ca83 xfrm_aead_get_byname +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x00c80741 xfrm_ealg_get_byid +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x0a575945 xfrm_count_pfkey_auth_supported +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x28e23139 xfrm_probe_algs +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x37a02412 xfrm_aalg_get_byname +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x5c699441 xfrm_aalg_get_byid +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x72395dc1 xfrm_calg_get_byid +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x7a8ca627 xfrm_count_pfkey_enc_supported +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0xaab23340 xfrm_calg_get_byname +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0xb73be794 xfrm_ealg_get_byidx +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0xc6b1fdbe xfrm_aalg_get_byidx +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0xd6f50cf7 xfrm_ealg_get_byname +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0x06f2d26f ipcomp_destroy +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0xbaf88472 ipcomp_output +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0xc02e80be ipcomp_input +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0xf1736c5f 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 0x73a31bcf snd_ac97_reset +EXPORT_SYMBOL_GPL sound/core/seq/snd-seq 0xadb51cff snd_seq_client_ioctl_unlock +EXPORT_SYMBOL_GPL sound/core/seq/snd-seq 0xe50413d7 snd_seq_client_ioctl_lock +EXPORT_SYMBOL_GPL sound/core/snd 0x0b7f9e98 snd_ctl_apply_vmaster_followers +EXPORT_SYMBOL_GPL sound/core/snd 0x0caa6cda snd_device_initialize +EXPORT_SYMBOL_GPL sound/core/snd 0x1e7055b0 snd_ctl_get_preferred_subdevice +EXPORT_SYMBOL_GPL sound/core/snd 0x3a888751 snd_card_disconnect_sync +EXPORT_SYMBOL_GPL sound/core/snd 0x4f48bac4 snd_ctl_activate_id +EXPORT_SYMBOL_GPL sound/core/snd 0x53f6bf6a snd_ctl_register_layer +EXPORT_SYMBOL_GPL sound/core/snd 0x575fdd3e snd_device_disconnect +EXPORT_SYMBOL_GPL sound/core/snd 0x5af762f1 snd_fasync_free +EXPORT_SYMBOL_GPL sound/core/snd 0x69235776 snd_power_ref_and_wait +EXPORT_SYMBOL_GPL sound/core/snd 0x722084ca snd_ctl_disconnect_layer +EXPORT_SYMBOL_GPL sound/core/snd 0x7ece9401 snd_card_free_on_error +EXPORT_SYMBOL_GPL sound/core/snd 0x7f9b4018 snd_ctl_add_vmaster_hook +EXPORT_SYMBOL_GPL sound/core/snd 0xa21e20bc snd_card_ref +EXPORT_SYMBOL_GPL sound/core/snd 0xa5862aa2 snd_card_add_dev_attr +EXPORT_SYMBOL_GPL sound/core/snd 0xb70a07d5 snd_device_get_state +EXPORT_SYMBOL_GPL sound/core/snd 0xb9e0e334 snd_ctl_sync_vmaster +EXPORT_SYMBOL_GPL sound/core/snd 0xc66cc3a0 snd_card_rw_proc_new +EXPORT_SYMBOL_GPL sound/core/snd 0xca83817f snd_devm_card_new +EXPORT_SYMBOL_GPL sound/core/snd 0xd1af46ca 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-compress 0x602b963e snd_compress_new +EXPORT_SYMBOL_GPL sound/core/snd-compress 0x9dab2067 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 0x3977c1dd snd_pcm_lib_default_mmap +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x40c19ef1 snd_pcm_stop_xrun +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x44d48202 snd_pcm_stream_unlock_irq +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x4e2a9b65 _snd_pcm_stream_lock_irqsave_nested +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x597c1971 snd_pcm_stream_lock_irq +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x5c407196 snd_pcm_fill_iec958_consumer_hw_params +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x60795642 snd_dma_buffer_sync +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x61e80c71 snd_pcm_stream_unlock +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x649892e8 snd_pcm_create_iec958_consumer_default +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x8d864069 snd_pcm_rate_range_to_bits +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0xa286a234 snd_pcm_format_name +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0xab8bc1a2 snd_pcm_rate_mask_intersect +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0xac7bc144 _snd_pcm_stream_lock_irqsave +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0xb49e1e6a snd_pcm_hw_constraint_eld +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0xb5f7aa16 snd_pcm_add_chmap_ctls +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0xc0a47c15 snd_pcm_stream_lock +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0xd222c310 snd_devm_alloc_dir_pages +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0xd551e23c snd_pcm_stream_unlock_irqrestore +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0xd7ecd2cd snd_pcm_fill_iec958_consumer +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x06eda7cd snd_hwparams_to_dma_slave_config +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x2df16e05 snd_dmaengine_pcm_pointer_no_residue +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x3b5a3681 snd_dmaengine_pcm_close +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x439e807a snd_dmaengine_pcm_close_release_chan +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x4523c566 snd_dmaengine_pcm_open_request_chan +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x5a925980 snd_dmaengine_pcm_trigger +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x6e5210ac snd_dmaengine_pcm_pointer +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x8fcac9e2 snd_dmaengine_pcm_get_chan +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0xba01033a snd_dmaengine_pcm_request_channel +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0xdec3a038 snd_dmaengine_pcm_open +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0xf3d08632 snd_dmaengine_pcm_refine_runtime_hwparams +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0xf84dc14e snd_dmaengine_pcm_set_config_from_dai_data +EXPORT_SYMBOL_GPL sound/core/snd-seq-device 0x1983560b __snd_seq_driver_register +EXPORT_SYMBOL_GPL sound/core/snd-seq-device 0x3c490fde snd_seq_driver_unregister +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0x13cdb37e amdtp_am824_init +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0x1b02b286 amdtp_domain_destroy +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0x2315b951 amdtp_domain_start +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0x369dc05e amdtp_domain_stream_pcm_pointer +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0x448fe707 amdtp_am824_midi_trigger +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0x52511704 amdtp_am824_set_midi_position +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0x5a34786f amdtp_domain_init +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0x5c411b80 amdtp_domain_add_stream +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0x5cc32f16 amdtp_domain_stream_pcm_ack +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0x675c183a amdtp_domain_stop +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0x9bf6474e amdtp_am824_set_parameters +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0xbb53a08f amdtp_am824_set_pcm_position +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0xe3aff6c1 amdtp_am824_add_pcm_hw_constraints +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x10b7743b snd_hdac_ext_link_free_all +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x121ddb14 snd_hdac_ext_bus_link_power_up +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x1ee63289 snd_hdac_ext_bus_ppcap_enable +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x21574879 snd_hdac_ext_bus_link_put +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x31d74fa4 snd_hdac_ext_bus_link_power +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x387d3ec1 snd_hdac_ext_stream_decouple_locked +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x39a3fc41 snd_hdac_ext_bus_device_remove +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x456d3f0f snd_hdac_ext_bus_get_hlink_by_addr +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x4a281b81 snd_hdac_ext_stream_release +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x517c17e1 snd_hdac_ext_bus_link_power_down_all +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x5a8287a2 snd_hdac_ext_bus_exit +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x6b82c3be snd_hdac_ext_stream_start +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x72c3ad79 snd_hdac_ext_bus_link_set_stream_id +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x7491cdcc snd_hdac_ext_stream_free_all +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x7ca2dd7e snd_hdac_ext_bus_link_get +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x83a6ecdb snd_hdac_ext_stream_reset +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x8a7f78fb snd_hdac_ext_stream_clear +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x90df00c8 snd_hda_ext_driver_unregister +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xa3a0ae6d snd_hdac_ext_stream_init_all +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xa80c276f snd_hdac_ext_bus_get_ml_capabilities +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xad86bda0 snd_hda_ext_driver_register +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xb4341218 snd_hdac_ext_bus_init +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xbcb03be6 snd_hdac_ext_bus_ppcap_int_enable +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xc1da9a29 snd_hdac_ext_stream_assign +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xc4667ea9 snd_hdac_ext_bus_link_clear_stream_id +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xcdcb6ab0 snd_hdac_ext_cstream_assign +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xdfb71a6c snd_hdac_ext_stream_setup +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xe4a6defa snd_hdac_ext_bus_link_power_up_all +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xeaefecd6 snd_hdac_ext_bus_get_hlink_by_name +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xef1c5c2f snd_hdac_ext_stream_decouple +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xff401f97 snd_hdac_ext_bus_link_power_down +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x031a4c32 snd_hdac_device_set_chip_name +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x0416c970 snd_hdac_is_supported_format +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x05636f93 snd_hdac_aligned_read +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x061f4f44 snd_hdac_bus_stop_cmd_io +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x08c44217 snd_hdac_power_down_pm +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x0a49a303 snd_hdac_stream_set_lpib +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x0df7c99c snd_hdac_display_power +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x11be46a1 snd_hdac_bus_init_cmd_io +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x12d7ffd4 snd_hdac_channel_allocation +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x13456d3b snd_hdac_add_chmap_ctls +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x1488641f snd_hdac_aligned_write +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x14fb8b51 snd_hdac_regmap_update_raw +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x1914f553 snd_hdac_stream_sync_trigger +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x1ace7930 snd_hdac_regmap_update_raw_once +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x1e366e6d snd_hdac_stream_timecounter_init +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x23cb8521 snd_hdac_stream_release +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x2442fac2 snd_hdac_codec_read +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x26585e25 snd_hdac_acomp_register_notifier +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x27d17652 snd_hdac_register_chmap_ops +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x2d1b0856 snd_hdac_stream_release_locked +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x2f0b4740 snd_hdac_bus_get_response +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x36503b30 snd_hdac_device_init +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x36f28dbc snd_hdac_power_down +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x38836bcd snd_hdac_bus_exec_verb_unlocked +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x3a7ac078 snd_hdac_acomp_exit +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x3bd544c2 snd_hdac_get_active_channels +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x3c8ea5a7 snd_hdac_get_stream_stripe_ctl +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x3ca10f5f snd_hdac_bus_stop_chip +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x3e1994cf snd_hdac_dsp_cleanup +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x3f25a30b snd_hdac_sync_audio_rate +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x40359a91 snd_hdac_bus_enter_link_reset +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x479e630f snd_hdac_stream_reset +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x47b5f9dc snd_hdac_stop_streams_and_chip +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x48ecd83b snd_hdac_get_sub_nodes +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x4c7ec4b6 snd_hdac_get_ch_alloc_from_ca +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x4d2c7fdf snd_hdac_set_codec_wakeup +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x4e16df84 snd_hdac_setup_channel_mapping +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x5329fe39 snd_hdac_bus_handle_stream_irq +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x5396cb07 snd_hdac_stream_start +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x550f37ab snd_hdac_stop_streams +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x55823f90 snd_hdac_get_stream +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x55835ae3 snd_hdac_codec_write +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x558b9918 snd_hdac_bus_free_stream_pages +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x56017bf7 snd_hda_bus_type +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x56e05737 snd_hdac_device_exit +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x57f0dde2 snd_hdac_regmap_read_raw +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x5c07cb49 snd_hdac_calc_stream_format +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x611d5c84 snd_hdac_power_up +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x61cbc06b hdac_get_device_id +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x63328fc8 snd_hdac_codec_link_up +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x641c6e2c snd_hdac_stream_setup_periods +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x67bfe791 snd_hdac_spk_to_chmap +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x6c52c0eb snd_hdac_read +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x6c8c551b snd_hdac_regmap_exit +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x6f2f32d4 snd_hdac_acomp_init +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x71db867b snd_hdac_codec_link_down +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x742e84aa snd_hdac_stream_stop +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x753f2bab snd_hdac_device_unregister +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x77c754a8 snd_hdac_chmap_to_spk_mask +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x788274a2 snd_hdac_bus_exit +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x79ccd138 snd_hdac_bus_update_rirb +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x88363894 snd_hdac_stream_set_dpibr +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x8a2afddf snd_hdac_power_up_pm +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x8cb2b790 snd_hdac_override_parm +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x8cc9cf86 snd_hdac_acomp_get_eld +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x8d16ee2f snd_hdac_stream_set_params +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x8d8a8c87 snd_hdac_stream_assign +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x8dcb0a04 snd_hdac_bus_reset_link +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x8e65cc06 snd_hdac_stream_init +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x9119577e snd_hdac_dsp_trigger +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x95398b0b snd_hdac_bus_parse_capabilities +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x97ca238c snd_hdac_regmap_init +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x99ed701a snd_hdac_query_supported_pcm +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x9a8e1877 snd_array_free +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xa4283def snd_hdac_codec_modalias +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xa6ce8b1e snd_hdac_stream_sync +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xad596901 snd_hdac_stream_setup +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xae7e1011 snd_hdac_stream_get_spbmaxfifo +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xb01e54b0 snd_hdac_dsp_prepare +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xb4c1e6c7 snd_hdac_bus_send_cmd +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xb6294055 snd_hdac_regmap_write_raw +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xba65f1ec snd_hdac_device_register +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xbaa7c83a snd_hdac_bus_link_power +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xbe7dd7dc snd_array_new +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xc162a20c snd_hdac_regmap_add_vendor_verb +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xc2a18767 snd_hdac_stream_cleanup +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xc792cbaa snd_hdac_regmap_sync +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xc8d1d2b5 snd_hdac_get_connections +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xcb2ec0f9 snd_hdac_stream_spbcap_enable +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xd0dc326e snd_hdac_refresh_widgets +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xd2c156a3 snd_hdac_bus_init +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xd2c6f118 snd_hdac_bus_exit_link_reset +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xd6d936c9 _snd_hdac_read_parm +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xdff9e1c4 snd_hdac_stream_drsm_enable +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xe0925696 snd_hdac_sync_power_state +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xe35a9096 snd_hdac_stream_wait_drsm +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xe4e07754 snd_hdac_print_channel_allocation +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xe67b50c9 snd_hdac_check_power_state +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xe8d1795e snd_hdac_stream_set_spib +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xf654b158 snd_hdac_bus_init_chip +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xf738d616 snd_hdac_read_parm_uncached +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xffcc72bb snd_hdac_bus_alloc_stream_pages +EXPORT_SYMBOL_GPL sound/hda/snd-intel-dspcfg 0x2a0ecdad snd_intel_dsp_driver_probe +EXPORT_SYMBOL_GPL sound/hda/snd-intel-dspcfg 0x2a947717 intel_nhlt_get_dmic_geo +EXPORT_SYMBOL_GPL sound/hda/snd-intel-dspcfg 0x4e859456 intel_nhlt_free +EXPORT_SYMBOL_GPL sound/hda/snd-intel-dspcfg 0x7b2ac793 intel_nhlt_init +EXPORT_SYMBOL_GPL sound/hda/snd-intel-dspcfg 0xac6beb60 snd_intel_acpi_dsp_driver_probe +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0x1380ed61 snd_ak4113_build +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0x363e70e7 snd_ak4113_check_rate_and_errors +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0xa7846261 snd_ak4113_create +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0xb09a7ada snd_ak4113_external_rate +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0xc160aa89 snd_ak4113_reg_write +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0xf69f18d1 snd_ak4113_reinit +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x00778e94 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 0x0707f69f snd_hda_jack_detect_state_mst +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x08583a3a snd_hda_jack_poll_all +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x09d1dee4 snd_hda_apply_verbs +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x0a31e461 azx_bus_init +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x0b347a80 snd_hda_get_int_hint +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x0c7cc275 snd_hda_get_num_devices +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x0f00450f snd_hda_codec_load_dsp_prepare +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x12e9ad82 snd_hda_codec_load_dsp_trigger +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x162fccb1 snd_hda_codec_parse_pcms +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x17033eb7 snd_hda_set_dev_select +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x1d5e69d4 __snd_hda_add_vmaster +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x1da11464 snd_hda_mixer_amp_switch_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x1eaa898f snd_hda_jack_unsol_event +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x1f5d54bf snd_hda_mixer_amp_switch_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x20260c8d snd_hda_enable_beep_device +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x22afbd41 snd_hda_get_default_vref +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x23316908 snd_hda_multi_out_analog_open +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x2887d766 snd_hda_add_vmaster_hook +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x291ab996 snd_hda_codec_register +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x292e3fda snd_hda_mixer_amp_volume_get +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x2b1e6903 snd_hda_create_spdif_share_sw +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x2f8842ef snd_hda_codec_set_power_to_all +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x2f9a522b snd_hda_jack_detect_enable_callback_mst +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x3045f570 snd_hda_add_verbs +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x318a6f89 snd_hda_get_conn_index +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x33b75693 snd_hda_codec_cleanup_for_unbind +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x38ce402b azx_interrupt +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x3afd12e0 snd_hda_codec_eapd_power_filter +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x3bb7e674 snd_hda_jack_set_gating_jack +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x3ebd6349 snd_hda_codec_update_widgets +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x3f7af412 azx_get_pos_posbuf +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4230bad8 snd_hda_sequence_write +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x42786be9 snd_hda_spdif_ctls_assign +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x472d1ae8 snd_hda_add_new_ctls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x479432ab snd_hda_codec_pcm_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x479a501f snd_hda_codec_set_power_save +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x48d318e8 snd_hda_find_mixer_ctl +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4a33d256 snd_hda_multi_out_dig_prepare +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4b36b386 snd_hda_mixer_amp_switch_get +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4bd545a9 snd_hda_create_dig_out_ctls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4c9135a3 snd_hda_codec_get_pin_target +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x532d375d snd_hda_add_imux_item +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x533c46bb snd_hda_attach_beep_device +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x547c84fd azx_get_position +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x5a837ecf snd_hda_codec_get_pincfg +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x5d962bac snd_hda_get_hint +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x611e7ae2 snd_hda_multi_out_dig_open +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x63851ff3 snd_hda_codec_new +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x64d92174 snd_hda_unlock_devices +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x6500fdab snd_hda_set_vmaster_tlv +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x661212a2 snd_hda_codec_set_name +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x699f6f0a snd_hda_override_conn_list +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x69dd622c snd_hda_enum_helper_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x6e8d4599 snd_hda_check_amp_list_power +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x6f0482b6 snd_hda_codec_set_pincfg +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x6f2b012a snd_hda_codec_amp_init +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x70b415d5 snd_hda_jack_tbl_get_from_tag +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x72a9ea65 snd_hda_get_connections +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x72f84309 snd_hda_ctl_add +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x743c44e2 snd_hda_jack_bind_keymap +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x753d4b53 __snd_hda_apply_fixup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x76cd0bbf azx_init_streams +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x774f6ecf snd_hda_multi_out_analog_cleanup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x78147647 snd_hda_detach_beep_device +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x79cd38b5 __snd_hda_codec_cleanup_stream +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x7b286ae6 snd_hda_codec_pcm_new +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x7b6cb714 snd_hda_sync_vmaster_hook +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x7c1608de snd_hda_codec_build_controls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x7d45d8e3 snd_hda_mixer_amp_volume_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x7f246899 snd_hda_mixer_amp_tlv +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x7fb99838 snd_hda_mixer_amp_volume_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x801f1d7e snd_hda_get_conn_list +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x80378aeb snd_hda_jack_set_dirty_all +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x867cd8aa snd_hda_codec_set_pin_target +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x899f4618 snd_hda_mixer_amp_switch_put_beep +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x8ebcce1a snd_hda_codec_prepare +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x90163c62 query_amp_caps +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x94944ae2 azx_free_streams +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x956630ac snd_hda_pick_pin_fixup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x95e45065 snd_hda_codec_configure +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x9617b899 azx_get_pos_lpib +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x9687b17c snd_hda_shutup_pins +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x9e2455d7 snd_hda_codec_amp_init_stereo +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa01d90b7 is_jack_detectable +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa0548736 azx_stop_all_streams +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa7aa685f snd_hda_jack_detect_enable +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa8d907a9 snd_hda_codec_amp_update +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xaabb4e83 snd_hda_input_mux_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xaeb507bb snd_hda_set_power_save +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xaf0608a0 snd_hda_get_pin_label +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb079efa0 snd_hda_jack_add_kctl_mst +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb1050762 __hda_codec_driver_register +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb4fef65e snd_hda_jack_set_button_state +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb568da5c snd_hda_get_dev_select +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xbb856f87 snd_hda_apply_fixup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xbc189de1 snd_hda_codec_amp_stereo +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xbd2384ae azx_stop_chip +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xbe93a954 azx_codec_configure +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xbf87cfff snd_hda_apply_pincfgs +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc0a77662 snd_hda_spdif_out_of_nid +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc2b73158 snd_hda_parse_pin_defcfg +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc3ac0913 snd_hda_jack_pin_sense +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc5f1979d snd_hda_lock_devices +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc9856de4 snd_hda_multi_out_analog_prepare +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xcbd06d60 snd_hda_spdif_ctls_unassign +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd4070309 snd_hda_codec_unregister +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd6de263e snd_hda_get_bool_hint +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd72524d0 snd_hda_create_spdif_in_ctls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd72e0d1a snd_hda_codec_load_dsp_cleanup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xdb005dfc _snd_hda_set_pin_ctl +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xdf387652 snd_hda_codec_device_new +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xdf4f56c1 snd_hda_multi_out_dig_close +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe118de5d snd_pcm_2_1_chmaps +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe3c83c1a snd_hda_pick_fixup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe6dcbac9 snd_hda_load_patch +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xed3a3d14 snd_hda_correct_pin_ctl +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xed61e462 snd_hda_jack_tbl_get_mst +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xeda3a721 snd_print_pcm_bits +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xee954caf hda_codec_driver_unregister +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf11eed4b snd_hda_multi_out_dig_cleanup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf16bbc5d snd_hda_jack_add_kctls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf3ef657b snd_hda_check_amp_caps +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf4124572 snd_hda_jack_report_sync +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf45359ff snd_hda_mixer_amp_switch_get_beep +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf701e4cb snd_hda_codec_cleanup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf8dc35ac snd_hda_input_mux_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xfa8559f0 snd_hda_codec_setup_stream +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xfadcc55b snd_hda_codec_device_init +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xfb034972 azx_init_chip +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xfcbb114c hda_get_autocfg_input_label +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xfe07b1c3 azx_probe_codecs +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xfe4aa6eb snd_hda_add_nid +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x0b32ab2d snd_hda_gen_line_automute +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x0c1f9956 snd_hda_gen_path_power_filter +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x105f007b snd_hda_gen_check_power_status +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x22fb14e1 snd_hda_gen_add_micmute_led_cdev +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x23505ae6 snd_hda_gen_init +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x634c21db snd_hda_gen_hp_automute +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x6fa7e717 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 0x791f9eeb snd_hda_gen_parse_auto_config +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x817ddda6 snd_hda_add_new_path +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x835dd77b snd_hda_gen_stream_pm +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x84d4191e snd_hda_gen_add_mute_led_cdev +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 0x9106d7e1 snd_hda_gen_free +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xa631e4e6 snd_hda_activate_path +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xac18441c snd_hda_gen_update_outputs +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xb811ac7a snd_hda_gen_add_kctl +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xb890f8a2 snd_hda_gen_build_pcms +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xc640c7a7 snd_hda_gen_mic_autoswitch +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xcd4b11bb snd_hda_gen_spec_init +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xe836d27e snd_hda_get_path_idx +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xf600fd8c snd_hda_gen_build_controls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xf8c8b931 snd_hda_get_path_from_idx +EXPORT_SYMBOL_GPL sound/soc/codecs/mt6359-accdet 0x2371bf13 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 0xb251e902 adau1372_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau1761 0x5bf97858 adau1761_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau1761 0x7826b35f adau1761_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0x0a60cea6 adau17x1_volatile_register +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0x151459e8 adau17x1_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0x726e4bf1 adau17x1_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0x83963d49 adau17x1_readable_register +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0xa6a715a4 adau17x1_add_widgets +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0xbc367e38 adau17x1_resume +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0xcc2e0637 adau17x1_set_micbias_voltage +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0xd8d09230 adau17x1_add_routes +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0xe3681380 adau17x1_precious_register +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0xe43b29ff adau17x1_dai_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau7118 0xc7ac71e0 adau7118_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41 0x47f4f0bd cs35l41_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41 0x7abdd18a cs35l41_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41 0x8199812f cs35l41_pm_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x0319e9f4 cs35l41_register_errata_patch +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x29e35e79 cs35l41_configure_cs_dsp +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x389e86c7 cs35l41_safe_reset +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x39a8f141 cs35l41_init_boost +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x4ea0893f cs35l41_global_enable +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x57873a00 cs35l41_test_key_lock +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x5adb09a0 cs35l41_otp_unpack +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x7f410f00 cs35l41_regmap_i2c +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x8d0b615c cs35l41_write_fs_errata +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x8ff9f40b cs35l41_set_channels +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x95b9fcd8 cs35l41_enter_hibernate +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0xacfbc08d cs35l41_exit_hibernate +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0xc91409df cs35l41_regmap_spi +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0xd0f4652b cs35l41_test_key_unlock +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0xe92ff6ad cs35l41_gpio_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0xe941c755 cs35l41_set_cspl_mbox_cmd +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs4271 0x1ae45212 cs4271_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs4271 0x7d05786f cs4271_dt_ids +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs4271 0xadb51436 cs4271_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42l51 0x1dbd3ce0 cs42l51_suspend +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42l51 0x5ecb7801 cs42l51_regmap +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42l51 0x6d09488e cs42l51_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42l51 0xa1b1c53f cs42l51_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42l51 0xed0304d2 cs42l51_resume +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0x404677a8 cs42xx8_pm +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0x7cac7292 cs42888_data +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0x86e29d24 cs42xx8_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0xa31796c3 cs42xx8_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0xcd3794c9 cs42448_data +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-es8328 0xdf1bbef3 es8328_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-es8328 0xfeb53de6 es8328_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-hda-codec 0x13633a3a soc_hda_ext_bus_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-hda-codec 0x72f757fd hda_codec_probe_complete +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-hda-codec 0xb4fdd164 snd_soc_hda_codec_dai_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-lpass-macro-common 0x3ab91e3f lpass_macro_pds_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-lpass-macro-common 0x808df1d5 lpass_macro_pds_exit +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-max98090 0x7dfa8258 max98090_mic_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-max98373 0x557a7937 max98373_reset +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-max98373 0x75d2a11d soc_codec_dev_max98373_sdw +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-max98373 0x892cbc2d max98373_slot_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-max98373 0xf5806055 soc_codec_dev_max98373 +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-mt6358 0x0439ec1d mt6358_mtkaif_calibration_enable +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-mt6358 0x3d46729c mt6358_set_mtkaif_protocol +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-mt6358 0x6d5759ef mt6358_set_mtkaif_calibration_phase +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-mt6358 0xd803a7e3 mt6358_mtkaif_calibration_disable +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-mt6359 0x0e7f673e mt6359_mtkaif_calibration_enable +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-mt6359 0x3700f9bf mt6359_set_mtkaif_protocol +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-mt6359 0x7a6e901a mt6359_mtkaif_calibration_disable +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-mt6359 0xe023c32f mt6359_set_mtkaif_calibration_phase +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-nau8821 0x4f68a559 nau8821_enable_jack_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-nau8824 0x4ae08757 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 0x47b0f323 pcm1789_common_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm1789-codec 0x49309488 pcm1789_common_exit +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm1789-codec 0xc7bf5f42 pcm1789_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm179x-codec 0x4489a448 pcm179x_common_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm179x-codec 0xc00ff36a pcm179x_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm186x 0x29cd4f07 pcm186x_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm186x 0xc586fecb pcm186x_regmap +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm3168a 0x297df096 pcm3168a_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm3168a 0x4dccefa7 pcm3168a_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm3168a 0x9791c091 pcm3168a_regmap +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm3168a 0xa4a4ab9a pcm3168a_pm_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm512x 0x12485272 pcm512x_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm512x 0x26fb195d pcm512x_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm512x 0x68b5659e pcm512x_pm_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm512x 0xb4265b4b 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 0x14f0373b rt5640_enable_micbias1_for_ovcd +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5640 0x274b7d20 rt5640_sel_asrc_clk_src +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5640 0xa782cada rt5640_disable_micbias1_for_ovcd +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5640 0xaac13700 rt5640_dmic_enable +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5640 0xe687a1c1 rt5640_detect_headset +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5640 0xecf6e1e8 rt5640_set_ovcd_params +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5645 0x72f04c25 rt5645_set_jack_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5645 0x7f6d7e51 rt5645_sel_asrc_clk_src +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5659 0xb566d60e rt5659_set_jack_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5663 0xddede99f rt5663_sel_asrc_clk_src +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5677 0xb240f886 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 0x1323a9ec rt5682_parse_dt +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0x25e37e8c rt5682_apply_patch_list +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0x370df670 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 0x6be2efab rt5682_readable_register +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0x76d00976 rt5682_sel_asrc_clk_src +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0x9e66b0b3 rt5682_calibrate +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0x9ee4e4ab rt5682_register_dai_clks +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0xb314b5e7 rt5682_reset +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0xb897de56 rt5682_reg +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0xc5bc7315 rt5682_soc_component_dev +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0xdc3a4d73 rt5682_aif1_dai_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0xe2141c44 rt5682_volatile_register +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682s 0x8ffeb483 rt5682s_sel_asrc_clk_src +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-sigmadsp 0x3ec0fe9b sigmadsp_reset +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-sigmadsp 0x6e5669a5 sigmadsp_restrict_params +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-sigmadsp 0x811088da sigmadsp_attach +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-sigmadsp 0x99a61337 sigmadsp_setup +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-sigmadsp 0xdc4fbe8b devm_sigmadsp_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-sigmadsp-i2c 0xb3f7680d devm_sigmadsp_init_i2c +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-sigmadsp-regmap 0x2ead46a1 devm_sigmadsp_init_regmap +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-src4xxx 0x9c29733a src4xxx_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-src4xxx 0xa73528fd src4xxx_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-ssm2602 0x45ecb485 ssm2602_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-ssm2602 0x73d96815 ssm2602_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tlv320aic32x4 0xcfb8d473 aic32x4_register_clocks +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tlv320aic3x 0xad562dd6 aic3x_regmap +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-ts3a227e 0x05a7ec99 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 0x2eebdf3e wcd938x_sdw_set_sdw_stream +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wcd938x-sdw 0x3c223425 wcd938x_sdw_device_get +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wcd938x-sdw 0x566e6840 wcd938x_sdw_hw_params +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wcd938x-sdw 0x734e7239 wcd938x_sdw_free +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wcd938x-sdw 0x8570e106 wcd938x_swr_get_current_bank +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x0008bc7f wm_adsp_compr_copy +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x0a204db7 wm_adsp2_component_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x0f9de463 wm_halo_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x14b6fb83 wm_adsp2_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x1ba537d8 wm_adsp1_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x1d5c99c6 wm_adsp2_set_dspclk +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x26c7f8d4 wm_adsp_compr_set_params +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x2d6a176b wm_adsp2_component_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x3388560f wm_adsp_fw_get +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x50d6496a wm_adsp_compr_trigger +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 0x6a098ec3 wm_adsp_fw_put +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x75f1fb8e wm_adsp_early_event +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x771fa0d2 wm_adsp_compr_open +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x825d2e13 wm_adsp_read_ctl +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x8afded11 wm_adsp2_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x90caedd0 wm_adsp_compr_get_caps +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xa621b946 wm_adsp_write_ctl +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xa6bc6914 wm_adsp2_preloader_get +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xb3f0cb0c wm_adsp_compr_handle_irq +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xc5eeb639 wm_adsp_fw_enum +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xd450b54f wm_adsp_compr_pointer +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xd683d594 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 0xe2095488 wm_adsp_event +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xe2fc6401 wm_adsp_compr_free +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 0xff3db1d8 wm_adsp2_preloader_put +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-hubs 0x1ada6b87 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 0x8ecad5cf wm_hubs_hpl_mux +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-hubs 0xabd54ae4 wm_hubs_vmid_ena +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-hubs 0xb716b624 wm_hubs_hpr_mux +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-hubs 0xb96a104a wm_hubs_add_analogue_controls +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-hubs 0xcaa689f8 wm_hubs_set_bias_level +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-hubs 0xcfbb408a wm_hubs_add_analogue_routes +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-hubs 0xd6e53727 wm_hubs_handle_analogue_pdata +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8731 0x1bb7eb1b wm8731_regmap +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8731 0x262ba8e3 wm8731_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8804 0x2662fe54 wm8804_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8804 0x3367ee83 wm8804_pm +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8804 0x9e30f67c wm8804_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8804 0xc69f4002 wm8804_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8903 0x5f7ad3c5 wm8903_mic_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8962 0x14881806 wm8962_mic_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8994 0x4664ead6 wm8994_mic_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8994 0xe058d355 wm8958_mic_detect +EXPORT_SYMBOL_GPL sound/soc/fsl/imx-pcm-dma 0x516dfef5 imx_pcm_dma_init +EXPORT_SYMBOL_GPL sound/soc/fsl/snd-soc-fsl-asrc 0x12d466af 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 0xd53488bc audio_graph_parse_of +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-audio-graph-card2 0x4b5e7f7c audio_graph2_link_normal +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-audio-graph-card2 0x56f3130d audio_graph2_link_c2c +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-audio-graph-card2 0x5c72b01e audio_graph2_parse_of +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-audio-graph-card2 0x94c73653 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 0x116bded3 asoc_simple_parse_routing +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x19d15981 asoc_simple_startup +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x28a1ba0e asoc_simple_shutdown +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x2a139000 asoc_simple_hw_params +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x2fe731a3 asoc_simple_parse_clk +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x2ffb68cc asoc_simple_init_jack +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x5679e236 asoc_simple_parse_pin_switches +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x56bb8128 asoc_simple_set_dailink_name +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x72c7eb15 asoc_simple_parse_widgets +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x74e44dcd asoc_simple_be_hw_params_fixup +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x8e59673a asoc_simple_dai_init +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x94fe5ad3 asoc_simple_clean_reference +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x9a61e24e asoc_graph_card_probe +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xa592ac2c asoc_simple_remove +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xa5b7be8e asoc_graph_is_ports0 +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xa5e1c178 asoc_simple_parse_convert +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xac384a2b asoc_simple_parse_card_name +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xb0f02787 asoc_simple_canonicalize_cpu +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xbda08ca4 asoc_simple_init_priv +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xc32672fb asoc_simple_parse_tdm_width_map +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xdad84db4 asoc_simple_canonicalize_platform +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xfdf4f957 asoc_simple_parse_daifmt +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x02df47b2 mtk_afe_fe_trigger +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x0ec9b218 mtk_sof_card_probe +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x15a38ea7 mtk_afe_pcm_platform +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x1a1113bd mtk_afe_add_sub_dai_control +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x29845d44 mtk_afe_pcm_new +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x2daeedcb mtk_afe_fe_shutdown +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x33531eb0 mtk_sof_dai_link_fixup +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x4c3a53fc mtk_sof_card_late_probe +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x4f1f5413 mtk_memif_set_channel +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x59973e74 mtk_memif_set_enable +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x61af7874 mtk_memif_set_addr +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x6227ffe4 mtk_afe_fe_hw_params +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x8b3de2c6 mtk_dynamic_irq_release +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x8f3fd08c mtk_afe_combine_sub_dai +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x9db6770c mtk_memif_set_disable +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0xa3b19eb3 mtk_afe_fe_prepare +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0xaa355457 mtk_afe_fe_hw_free +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0xb4bbc2ca mtk_afe_suspend +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0xba947e3f mtk_memif_set_rate +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0xc6857806 mtk_memif_set_pbuf_size +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0xd0f4dc37 mtk_sof_dailink_parse_of +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0xd2c8a451 mtk_afe_pcm_pointer +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0xde8ea3b1 mtk_afe_fe_startup +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0xe5251a97 mtk_afe_resume +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0xed8b14a7 mtk_memif_set_format +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0xef25b850 mtk_afe_fe_ops +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0xf0446a11 mtk_memif_set_rate_substream +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0xf049f0b7 mtk_dynamic_irq_acquire +EXPORT_SYMBOL_GPL sound/soc/mediatek/mt8183/snd-soc-mt8183-afe 0x059454c9 mt8183_dai_i2s_set_share +EXPORT_SYMBOL_GPL sound/soc/mediatek/mt8186/snd-soc-mt8186-afe 0x27d07eb0 mt8186_afe_gpio_init +EXPORT_SYMBOL_GPL sound/soc/mediatek/mt8186/snd-soc-mt8186-afe 0x637511f5 mt8186_mt6366_card_set_be_link +EXPORT_SYMBOL_GPL sound/soc/mediatek/mt8186/snd-soc-mt8186-afe 0x9a6bb99e mt8186_dai_i2s_set_share +EXPORT_SYMBOL_GPL sound/soc/mediatek/mt8186/snd-soc-mt8186-afe 0xc03f592a mt8186_mt6366_init +EXPORT_SYMBOL_GPL sound/soc/mediatek/mt8192/snd-soc-mt8192-afe 0x75c73b15 mt8192_dai_i2s_set_share +EXPORT_SYMBOL_GPL sound/soc/mediatek/mt8195/snd-soc-mt8195-afe 0xc2e1a4ae mt8195_afe_disable_clk +EXPORT_SYMBOL_GPL sound/soc/mediatek/mt8195/snd-soc-mt8195-afe 0xcceb0aaa mt8195_afe_enable_clk +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-fifo 0x1223b192 g12a_fifo_pcm_hw_params +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-fifo 0x2377a4eb axg_fifo_pcm_hw_free +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-fifo 0x3e886527 axg_fifo_pcm_open +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-fifo 0x482416bd axg_fifo_pcm_close +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-fifo 0x5d99c67b axg_fifo_pcm_new +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-fifo 0x89cbcdef axg_fifo_pcm_trigger +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-fifo 0xc720f9ab axg_fifo_pcm_hw_params +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-fifo 0xcffd1cfc axg_fifo_pcm_pointer +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-fifo 0xf662b583 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 0x81801f06 axg_tdm_formatter_event +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-tdm-formatter 0xde74ad95 axg_tdm_formatter_probe +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-tdm-formatter 0xef4a0d56 axg_tdm_stream_stop +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-tdm-interface 0xbe138e31 axg_tdm_set_tdm_slots +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-card-utils 0x054f0644 meson_card_set_be_link +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-card-utils 0x127070aa meson_card_parse_dai +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-card-utils 0x18e4247d meson_card_probe +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-card-utils 0x698cc513 meson_card_remove +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-card-utils 0x8515cbdd meson_card_reallocate_links +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-card-utils 0xdb399875 meson_card_set_fe_link +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-card-utils 0xeda0796a meson_card_parse_daifmt +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-card-utils 0xfa869862 meson_card_i2s_set_sysclk +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-codec-glue 0x53b44739 meson_codec_glue_input_dai_probe +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-codec-glue 0x6861ed48 meson_codec_glue_input_dai_remove +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-codec-glue 0x8e20c0fc meson_codec_glue_output_startup +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-codec-glue 0xd0a07cb8 meson_codec_glue_input_set_fmt +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-codec-glue 0xe9fea56b meson_codec_glue_input_hw_params +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-codec-glue 0xf215b007 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 0x3efe7be3 q6adm_close +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6adm 0xad9bed7b q6adm_open +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6adm 0xc3062ff6 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 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 0xcb73a4e8 q6afe_port_get_from_id +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/q6afe 0xfd2b06c4 q6afe_set_lpass_clock +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 0x9b69fae9 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 0x4d921c04 q6prm_vote_lpass_core_hw +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6prm 0x7d37521b q6prm_unvote_lpass_core_hw +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6prm 0x936aa119 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 0x145cf8f6 audioreach_alloc_apm_cmd_pkt +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x26dfd825 q6apm_graph_media_format_shmem +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x28d2ba0f q6apm_read +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x2b91b910 audioreach_shared_memory_send_eos +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x3248f5b8 audioreach_map_memory_regions +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x3f17e7ff q6apm_graph_open +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x4f551786 audioreach_set_media_format +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x52b08870 audioreach_alloc_graph_pkt +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x5543dd66 audioreach_alloc_apm_pkt +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x63cbfe3f q6apm_unmap_memory_regions +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x64dc5171 audioreach_alloc_cmd_pkt +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x6d245589 audioreach_send_cmd_sync +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x7f4d39c8 audioreach_alloc_pkt +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x94d34524 q6apm_graph_stop +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x9b925d43 q6apm_map_memory_regions +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x9da8ea9f q6apm_graph_flush +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0xb1e79080 audioreach_gain_set_vol_ctrl +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0xd2fdb165 q6apm_graph_prepare +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0xd38907fb q6apm_graph_start +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0xd89d810a audioreach_graph_send_cmd_sync +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0xdfa88d46 audioreach_tplg_init +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0xe9eebb94 q6apm_graph_close +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0xea5d22c0 audioreach_graph_free_buf +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0xf3300eb1 q6apm_write_async +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0xf858ee3c q6apm_graph_get_rx_shmem_module_iid +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0xfaf15f39 q6apm_graph_media_format_pcm +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6dsp-common 0x17142e58 q6dsp_map_channels +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6dsp-common 0x22c0e202 q6dsp_clock_dev_probe +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6dsp-common 0x2e8125fd q6dsp_audio_ports_set_config +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6dsp-common 0x586744fa q6dsp_audio_ports_of_xlate_dai_name +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-lpass-cdc-dma 0xee62323c asoc_qcom_lpass_cdc_dma_dai_ops +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-lpass-cpu 0x05b818ef asoc_qcom_lpass_cpu_platform_remove +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-lpass-cpu 0x2aac3529 asoc_qcom_lpass_cpu_platform_probe +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-lpass-cpu 0x44a870a8 asoc_qcom_lpass_cpu_dai_ops +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-lpass-cpu 0x5eb33189 asoc_qcom_lpass_cpu_platform_shutdown +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-lpass-cpu 0xa24589ae asoc_qcom_lpass_cpu_dai_probe +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-lpass-cpu 0xaa46976e lpass_cpu_pcm_new +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-lpass-hdmi 0x97e94703 asoc_qcom_lpass_hdmi_dai_ops +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-lpass-platform 0xf51f52ef asoc_qcom_lpass_platform_register +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-qcom-common 0x65278758 qcom_snd_parse_of +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-qcom-common 0xebbf7205 qcom_snd_wcd_jack_setup +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-qcom-sdw 0xb80aff7c qcom_snd_sdw_hw_free +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-qcom-sdw 0xd04dc71b qcom_snd_sdw_prepare +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-qcom-sdw 0xd1e2bb4a 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 0x0033fcd3 devm_snd_soc_register_dai +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x008ddf5e snd_soc_card_get_kcontrol +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x00f891cf snd_soc_dai_compr_set_metadata +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x02f45fb4 snd_soc_jack_report +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x0388f5a3 snd_soc_dapm_free +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x05807c7a snd_dmaengine_pcm_prepare_slave_config +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x05cafda7 snd_soc_add_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x07453e23 snd_soc_dai_set_tdm_slot +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x077100c3 snd_soc_of_get_slot_mask +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x08f4e775 snd_soc_unregister_component_by_driver +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x0b6aab12 snd_soc_of_put_dai_link_cpus +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x0cc2ed4e snd_soc_bytes_info +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x0e839a02 snd_soc_dapm_nc_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x0f1c4198 devm_snd_dmaengine_pcm_register +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x0fc50758 snd_soc_get_pcm_runtime +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x10526d3e snd_soc_daifmt_parse_clock_provider_raw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1125537a snd_soc_dai_digital_mute +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x13b79823 snd_soc_component_compr_set_params +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x15773073 snd_soc_dai_set_fmt +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1aa37486 snd_soc_find_dai_with_mutex +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1c53b5cf snd_soc_component_compr_open +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1d2ccb75 snd_soc_component_disable_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1d423031 snd_soc_set_runtime_hwparams +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1f46b881 snd_soc_component_compr_get_metadata +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1fdad633 snd_soc_close_delayed_work +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2541a979 snd_soc_calc_frame_size +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x27c36972 snd_soc_dapm_put_pin_switch +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2a4eab8a snd_soc_jack_add_zones +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2b095fc7 snd_soc_component_set_jack +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2b2482ff snd_soc_info_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2ba347cc snd_soc_jack_notifier_unregister +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2c7edaf8 snd_soc_dai_active +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2f876815 snd_soc_bytes_tlv_callback +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x30ca6c81 snd_soc_jack_free_gpios +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x310604bb snd_soc_lookup_component_nolocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x32865ef6 snd_soc_add_pcm_runtime +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x33a7b951 snd_soc_jack_add_gpiods +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x33e0935a snd_soc_component_compr_free +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3439b49f snd_soc_dapm_mixer_update_power +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x344bfa28 snd_soc_dai_compr_get_params +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x36903169 snd_soc_component_init_regmap +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x37f2c923 snd_soc_component_update_bits +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3987f0ce snd_soc_set_ac97_ops_of_reset +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3a074c70 snd_soc_unregister_dai +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3ca1c9e9 snd_soc_of_parse_aux_devs +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3cc04481 snd_soc_dai_set_channel_map +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3d12363c snd_soc_dapm_mux_update_power +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x40c50ca1 snd_soc_card_add_dai_link +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x43f02c81 snd_soc_of_parse_audio_routing +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x455094fc devm_snd_soc_register_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x46c2474d snd_soc_get_volsw_range +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x46f9e0dd snd_soc_dai_compr_shutdown +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x48e6e261 snd_soc_component_async_complete +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4a4ba838 snd_soc_add_component_controls +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4b2d2656 snd_soc_pm_ops +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4fa1782d snd_soc_tdm_params_to_bclk +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x50e64745 snd_dmaengine_pcm_register +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x53d435d0 snd_soc_info_volsw_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x549f7673 snd_soc_dpcm_can_be_params +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x54c3c205 snd_soc_component_compr_ack +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x55034f56 snd_soc_dai_compr_set_params +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5631cdaa snd_soc_dapm_del_routes +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x56b60cb2 snd_soc_unregister_card +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x591cbe3b snd_soc_put_volsw_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5a557d2c snd_soc_card_remove_dai_link +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5a77bb09 snd_soc_lookup_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5b3c9253 snd_soc_daifmt_parse_format +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5e4f8112 snd_soc_put_strobe +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5e6e9974 snd_soc_dpcm_can_be_prepared +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5f951ada snd_soc_dapm_put_volsw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5f97070e snd_soc_debugfs_root +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x61f7c4b5 snd_soc_component_force_enable_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x62f59504 snd_soc_dapm_get_pin_status +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x63fd1437 snd_soc_component_write +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x66dc5c93 snd_soc_dapm_get_volsw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6742b618 snd_soc_rtdcom_lookup +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x67d4e892 snd_soc_component_initialize +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x692c6c87 snd_soc_component_get_pin_status +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6a39d616 snd_soc_of_parse_tdm_slot +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6bf2d302 snd_soc_of_get_dai_link_codecs +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6c150ca7 snd_soc_dapm_weak_routes +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6cc876fc snd_soc_dapm_sync +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6ea4a0b5 snd_soc_dai_compr_get_metadata +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x702d984c snd_soc_component_set_sysclk +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x70d99640 snd_soc_bytes_get +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x712e7cb6 devm_snd_soc_register_card +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x725c50fa snd_soc_dai_compr_trigger +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x73fa3f32 snd_soc_remove_pcm_runtime +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x75a1a1d4 snd_soc_dpcm_runtime_update +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x75d1f30d snd_soc_card_jack_new_pins +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x76a800d5 snd_soc_component_nc_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x76b373d1 snd_soc_register_dai +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x76fb4702 snd_soc_dai_set_bclk_ratio +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7babff54 snd_soc_component_force_enable_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7c5e995f snd_soc_put_volsw_range +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7e606130 snd_soc_calc_bclk +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7f04499f snd_soc_jack_add_gpios +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7f3234df snd_soc_dapm_kcontrol_widget +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x812f3b21 snd_soc_dpcm_fe_can_update +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x81a5fa8e snd_soc_info_xr_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x82803599 snd_soc_bytes_info_ext +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x839f0e8d snd_soc_component_enable_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8517cb31 snd_soc_dapm_new_controls +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x86051bab snd_soc_dapm_add_routes +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8a61e22f snd_soc_link_compr_shutdown +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8ac4d71a soc_ac97_ops +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8c55c81f snd_soc_dapm_force_bias_level +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8d73a85d snd_soc_component_read +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9083e5d0 snd_soc_of_parse_audio_simple_widgets +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x90bcbdae snd_soc_dapm_info_pin_switch +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x913847c8 snd_soc_register_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x91a5d490 snd_soc_dapm_init +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x92c682e2 snd_soc_get_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x93bd2b32 snd_soc_of_parse_pin_switches +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9435d15a snd_soc_component_disable_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x946d3076 snd_soc_of_get_dai_link_cpus +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x94d1cf9c snd_soc_info_volsw_range +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x97573571 snd_soc_dapm_free_widget +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x980acff8 snd_soc_dpcm_can_be_free_stop +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9960895a snd_soc_component_compr_pointer +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9b0368cd snd_soc_set_dmi_name +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9b281948 snd_soc_jack_add_pins +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9ce3db5e dpcm_be_dai_trigger +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9cfcd5bb snd_soc_new_ac97_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9ef1826f snd_soc_dai_set_sysclk +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa002e2fb snd_soc_of_parse_node_prefix +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa0e2057f snd_soc_of_get_dai_name +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa535f2e6 snd_soc_poweroff +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa5705b02 snd_soc_component_compr_get_caps +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa85a5cf0 snd_soc_put_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa9249911 snd_soc_cnew +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa926ba9c snd_soc_link_compr_set_params +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xac5a1c28 snd_soc_component_read_field +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xae477b06 snd_soc_dai_set_pll +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb0554770 snd_soc_dapm_update_dai +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb103c5ce snd_soc_dapm_ignore_suspend +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb104f51b snd_soc_unregister_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb2166497 snd_soc_component_compr_set_metadata +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb3fc388c null_dailink_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb484c05a snd_soc_dapm_new_widgets +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb54ec114 snd_soc_dapm_disable_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb69091bb snd_soc_runtime_set_dai_fmt +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb6d4d795 snd_soc_dai_link_set_capabilities +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb80595be snd_soc_dpcm_be_can_update +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb81e9ae9 snd_soc_suspend +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb845f593 snd_soc_bytes_put +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb87ca318 dapm_clock_event +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb8cc9a9b snd_soc_dai_compr_startup +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xba497b5e snd_soc_tplg_widget_bind_event +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xbb84b992 snd_soc_dai_compr_pointer +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xbbe4df1c snd_soc_component_nc_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xbd74105b snd_soc_of_parse_card_name +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xbd906f5e snd_soc_dapm_get_pin_switch +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xbda7d169 snd_soc_dapm_stream_stop +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xbdf40cf7 snd_soc_dai_action +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xbffbcbbe snd_soc_find_dai +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc06a5716 snd_soc_dapm_dai_free_widgets +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc163bc8b snd_soc_add_card_controls +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc2911d10 snd_dmaengine_pcm_unregister +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc2f5a335 snd_soc_dai_get_channel_map +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc30897b5 snd_soc_put_xr_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc317a15e snd_soc_daifmt_clock_provider_flipped +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc40daf07 snd_soc_component_update_bits_async +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc5f44c43 snd_soc_put_volsw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc8269f94 snd_soc_params_to_frame_size +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xcb5531a8 snd_soc_component_compr_trigger +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xcbcb13cb snd_soc_info_volsw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xcce506fb snd_soc_component_compr_copy +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xcd957c62 snd_soc_dai_compr_ack +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xcdad1e7f snd_soc_tplg_component_load +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xce0f1f31 snd_soc_limit_volume +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xcf8ec217 snd_soc_of_put_dai_link_codecs +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xcfdf53de snd_soc_component_write_field +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd18b82c8 snd_soc_dai_set_tristate +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd257a951 snd_soc_dapm_get_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd341f365 snd_soc_jack_get_type +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd41d3648 snd_soc_dapm_new_dai_widgets +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd426dfea snd_soc_component_exit_regmap +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd48586c2 dpcm_end_walk_at_be +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd6131e13 snd_soc_dapm_dai_get_connected_widgets +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd64b8d1c snd_soc_resume +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd694b97c dapm_pinctrl_event +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd6b96746 snd_soc_dapm_force_enable_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xdc4c9771 snd_soc_dapm_enable_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xdc8d9f47 snd_soc_new_compress +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xdd911814 snd_soc_register_card +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xdef1a83b snd_soc_component_test_bits +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xdf07c275 snd_soc_dapm_kcontrol_dapm +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xdfd5a123 dapm_mark_endpoints_dirty +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe01596b4 snd_soc_dapm_put_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe05feb75 snd_soc_component_compr_get_params +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe11a6d4d snd_soc_get_xr_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe1496674 dapm_kcontrol_get_value +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe19e7382 snd_soc_dapm_disable_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe2e263b8 snd_soc_dapm_new_control +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe45c56e6 snd_soc_dapm_sync_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe52f3989 snd_soc_jack_notifier_register +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe5463b31 snd_soc_dai_set_clkdiv +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe7e6b6bb snd_soc_get_volsw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe9f9b840 snd_soc_card_jack_new +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xeb711ae7 snd_soc_params_to_bclk +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xeb7d5950 snd_soc_link_compr_startup +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xebcfba14 snd_soc_dapm_nc_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xed0be9c6 snd_soc_get_strobe +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xed1ba9f9 snd_soc_runtime_action +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xee7dc23c snd_soc_component_compr_get_codec_caps +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf0081c08 snd_soc_get_dai_name +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf01e2611 snd_soc_free_ac97_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf0d542ca snd_soc_runtime_calc_hw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf22b4357 snd_soc_dapm_enable_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf4876b7f snd_soc_add_dai_controls +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf7947423 snd_soc_dpcm_get_substream +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf7ca7354 dapm_regulator_event +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf9622dd1 snd_soc_daifmt_clock_provider_from_bitmap +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf9b86ed5 snd_soc_set_ac97_ops +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf9f03312 snd_soc_tplg_component_remove +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xfcf1d343 snd_soc_component_enable_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xfd7f40b2 snd_soc_get_dai_id +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xfea18dda snd_soc_dapm_force_enable_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xff21e40e snd_soc_get_volsw_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xff624359 snd_soc_component_set_pll +EXPORT_SYMBOL_GPL sound/soc/sof/snd-sof 0x0d77910e snd_sof_debugfs_add_region_item_iomem +EXPORT_SYMBOL_GPL sound/soc/sof/snd-sof 0x3a5f9d7a snd_sof_free_debug +EXPORT_SYMBOL_GPL sound/soc/sof/snd-sof 0x3fb0c68e snd_sof_dbg_memory_info_init +EXPORT_SYMBOL_GPL sound/soc/sof/snd-sof 0xb2352ed1 snd_sof_dbg_init +EXPORT_SYMBOL_GPL sound/soc/sof/snd-sof 0xb839a6ee 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 0x53dbe7db tegra_asoc_machine_probe +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra-machine 0xfc32101f tegra_asoc_machine_init +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra-pcm 0x065b40ba tegra_pcm_construct +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra-pcm 0x234b841a tegra_pcm_platform_register +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra-pcm 0x2f78b933 tegra_pcm_platform_unregister +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra-pcm 0x35bb4da9 tegra_pcm_hw_params +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra-pcm 0x94a399d3 tegra_pcm_close +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra-pcm 0xac875b61 tegra_pcm_pointer +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra-pcm 0xb1ea9f5d tegra_pcm_platform_register_with_chan_names +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra-pcm 0xc47cd5d7 tegra_pcm_open +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra-pcm 0xfcc73d72 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 0x94c6252c edma_pcm_platform_register +EXPORT_SYMBOL_GPL sound/soc/ti/snd-soc-ti-sdma 0x43192d2d sdma_pcm_platform_register +EXPORT_SYMBOL_GPL sound/soc/ti/snd-soc-ti-udma 0xfef35acb 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 0x250c9466 line6_resume +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x33e7b0d0 line6_read_serial_number +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x36960cde line6_send_sysex_message +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x389ba198 line6_disconnect +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x3fbf4d0e line6_version_request_async +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x59d3a81e line6_probe +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x5c8e3ace line6_send_raw_message +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x668471b4 line6_init_pcm +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x6c20a186 line6_suspend +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x9d1f411d line6_alloc_sysex_buffer +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0xba78c76f line6_init_midi +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0xc9019659 line6_write_data +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0xc9596c39 line6_read_data +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0xdb8ec646 line6_pcm_acquire +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0xeece4c8a line6_pcm_release +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0xf28e4774 line6_send_raw_message_async +EXPORT_SYMBOL_GPL vmlinux 0x00014a24 dev_attr_link_power_management_policy +EXPORT_SYMBOL_GPL vmlinux 0x0003eb8e tpm1_do_selftest +EXPORT_SYMBOL_GPL vmlinux 0x00262ac8 wm831x_reg_unlock +EXPORT_SYMBOL_GPL vmlinux 0x002ad7a1 crypto_stats_akcipher_verify +EXPORT_SYMBOL_GPL vmlinux 0x002d0cd1 crypto_grab_kpp +EXPORT_SYMBOL_GPL vmlinux 0x002e1c54 devm_ti_sci_get_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0x003e3c21 scsi_template_proc_dir +EXPORT_SYMBOL_GPL vmlinux 0x004de98a devm_phy_create +EXPORT_SYMBOL_GPL vmlinux 0x0050faff sched_set_fifo +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 0x00815e24 gpiochip_reqres_irq +EXPORT_SYMBOL_GPL vmlinux 0x0088d160 crypto_alloc_ahash +EXPORT_SYMBOL_GPL vmlinux 0x00a01cf4 wbt_disable_default +EXPORT_SYMBOL_GPL vmlinux 0x00adb234 usb_ep0_reinit +EXPORT_SYMBOL_GPL vmlinux 0x00b6ff7b sdio_claim_irq +EXPORT_SYMBOL_GPL vmlinux 0x00b9bdfb put_pid +EXPORT_SYMBOL_GPL vmlinux 0x00d4c500 usb_decode_interval +EXPORT_SYMBOL_GPL vmlinux 0x00df9837 ioasid_register_allocator +EXPORT_SYMBOL_GPL vmlinux 0x00e0c23c destroy_memory_type +EXPORT_SYMBOL_GPL vmlinux 0x00f2b005 regmap_attach_dev +EXPORT_SYMBOL_GPL vmlinux 0x00f95364 ata_do_dev_read_id +EXPORT_SYMBOL_GPL vmlinux 0x010d90af led_trigger_remove +EXPORT_SYMBOL_GPL vmlinux 0x011daeed spi_split_transfers_maxsize +EXPORT_SYMBOL_GPL vmlinux 0x011dda14 serial8250_rx_dma_flush +EXPORT_SYMBOL_GPL vmlinux 0x012e58db attribute_container_find_class_device +EXPORT_SYMBOL_GPL vmlinux 0x012e730e apei_exec_noop +EXPORT_SYMBOL_GPL vmlinux 0x012f2aba dev_pm_opp_find_freq_ceil +EXPORT_SYMBOL_GPL vmlinux 0x013c9fdf fwnode_get_phy_mode +EXPORT_SYMBOL_GPL vmlinux 0x014899b3 dev_attr_unload_heads +EXPORT_SYMBOL_GPL vmlinux 0x014d0441 nvdimm_cmd_mask +EXPORT_SYMBOL_GPL vmlinux 0x014e8186 cpu_scale +EXPORT_SYMBOL_GPL vmlinux 0x015759fa sdio_get_host_pm_caps +EXPORT_SYMBOL_GPL vmlinux 0x015a8498 imx_clk_hw_cpu +EXPORT_SYMBOL_GPL vmlinux 0x0178dd4d of_pwm_xlate_with_flags +EXPORT_SYMBOL_GPL vmlinux 0x0179ccba topology_update_thermal_pressure +EXPORT_SYMBOL_GPL vmlinux 0x01866a57 ezx_pcap_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x018f8b6b iommu_device_link +EXPORT_SYMBOL_GPL vmlinux 0x01a0cb78 property_entries_free +EXPORT_SYMBOL_GPL vmlinux 0x01c6902b dev_pm_qos_remove_request +EXPORT_SYMBOL_GPL vmlinux 0x01c6cb0c cpu_cluster_pm_enter +EXPORT_SYMBOL_GPL vmlinux 0x01e0ec55 __inet_twsk_schedule +EXPORT_SYMBOL_GPL vmlinux 0x01e1a8de kgdb_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0x0206e289 sdio_signal_irq +EXPORT_SYMBOL_GPL vmlinux 0x0207a6c6 reset_control_bulk_acquire +EXPORT_SYMBOL_GPL vmlinux 0x0208e57c i2c_adapter_depth +EXPORT_SYMBOL_GPL vmlinux 0x02093b34 bpf_offload_dev_netdev_unregister +EXPORT_SYMBOL_GPL vmlinux 0x0214a4a6 pm_generic_suspend_noirq +EXPORT_SYMBOL_GPL vmlinux 0x02224fa6 vcap_find_admin +EXPORT_SYMBOL_GPL vmlinux 0x02394899 play_idle_precise +EXPORT_SYMBOL_GPL vmlinux 0x0247781b device_dma_supported +EXPORT_SYMBOL_GPL vmlinux 0x02495b8f gnttab_alloc_grant_reference_seq +EXPORT_SYMBOL_GPL vmlinux 0x02499ec2 phy_set_media +EXPORT_SYMBOL_GPL vmlinux 0x024cd430 devfreq_event_get_edev_count +EXPORT_SYMBOL_GPL vmlinux 0x024d13dd request_free_mem_region +EXPORT_SYMBOL_GPL vmlinux 0x0250c0b9 regulator_get_voltage_sel_pickable_regmap +EXPORT_SYMBOL_GPL vmlinux 0x025746fc devm_request_pci_bus_resources +EXPORT_SYMBOL_GPL vmlinux 0x0261f802 irq_set_chip_and_handler_name +EXPORT_SYMBOL_GPL vmlinux 0x02863445 virtio_config_changed +EXPORT_SYMBOL_GPL vmlinux 0x0286794b fwnode_count_parents +EXPORT_SYMBOL_GPL vmlinux 0x02872753 check_move_unevictable_folios +EXPORT_SYMBOL_GPL vmlinux 0x028ac49c of_irq_to_resource_table +EXPORT_SYMBOL_GPL vmlinux 0x028e8f13 gpiod_get +EXPORT_SYMBOL_GPL vmlinux 0x028f0aa4 exportfs_encode_fh +EXPORT_SYMBOL_GPL vmlinux 0x02a90312 ata_sas_port_alloc +EXPORT_SYMBOL_GPL vmlinux 0x02bab11f vcap_rule_mod_action_u32 +EXPORT_SYMBOL_GPL vmlinux 0x02bfb77b ata_sff_dma_pause +EXPORT_SYMBOL_GPL vmlinux 0x02c39417 driver_register +EXPORT_SYMBOL_GPL vmlinux 0x02c5c501 power_supply_find_ocv2cap_table +EXPORT_SYMBOL_GPL vmlinux 0x02d43696 regmap_get_val_bytes +EXPORT_SYMBOL_GPL vmlinux 0x02ed6ff2 vfs_truncate +EXPORT_SYMBOL_GPL vmlinux 0x0302265b __strp_unpause +EXPORT_SYMBOL_GPL vmlinux 0x030cbca2 ata_id_xfermask +EXPORT_SYMBOL_GPL vmlinux 0x0312b3b0 reset_controller_add_lookup +EXPORT_SYMBOL_GPL vmlinux 0x0321cdbf of_alias_get_highest_id +EXPORT_SYMBOL_GPL vmlinux 0x032ba146 mmc_crypto_prepare_req +EXPORT_SYMBOL_GPL vmlinux 0x0333c90e of_get_pci_domain_nr +EXPORT_SYMBOL_GPL vmlinux 0x033832c7 usb_amd_hang_symptom_quirk +EXPORT_SYMBOL_GPL vmlinux 0x033b7a8d pinmux_generic_add_function +EXPORT_SYMBOL_GPL vmlinux 0x0343af86 xfrm_bpf_md_dst +EXPORT_SYMBOL_GPL vmlinux 0x0343bdf1 __i2c_board_list +EXPORT_SYMBOL_GPL vmlinux 0x034f3690 elv_unregister +EXPORT_SYMBOL_GPL vmlinux 0x034fccf3 kthread_cancel_delayed_work_sync +EXPORT_SYMBOL_GPL vmlinux 0x03531593 k3_udma_glue_rx_get_dma_device +EXPORT_SYMBOL_GPL vmlinux 0x035549d6 tpm2_get_cc_attrs_tbl +EXPORT_SYMBOL_GPL vmlinux 0x0367072f irq_domain_xlate_onecell +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 0x0380a38b filemap_read +EXPORT_SYMBOL_GPL vmlinux 0x03952887 ktime_add_safe +EXPORT_SYMBOL_GPL vmlinux 0x039735ef ata_link_abort +EXPORT_SYMBOL_GPL vmlinux 0x03a6a55c crypto_alg_extsize +EXPORT_SYMBOL_GPL vmlinux 0x03b8c39b clk_hw_get_flags +EXPORT_SYMBOL_GPL vmlinux 0x03c12dfe cancel_work_sync +EXPORT_SYMBOL_GPL vmlinux 0x03ce7234 sched_smt_present +EXPORT_SYMBOL_GPL vmlinux 0x03d4f53b ata_bmdma_error_handler +EXPORT_SYMBOL_GPL vmlinux 0x03d8b231 gpiochip_add_pin_range +EXPORT_SYMBOL_GPL vmlinux 0x03f7751d ata_port_schedule_eh +EXPORT_SYMBOL_GPL vmlinux 0x0402cbbf preempt_notifier_inc +EXPORT_SYMBOL_GPL vmlinux 0x0409eab6 devm_nvmem_device_get +EXPORT_SYMBOL_GPL vmlinux 0x0412332f rcar_rst_set_rproc_boot_addr +EXPORT_SYMBOL_GPL vmlinux 0x042168da __irq_resolve_mapping +EXPORT_SYMBOL_GPL vmlinux 0x0446b03b divider_round_rate_parent +EXPORT_SYMBOL_GPL vmlinux 0x0465a073 regmap_reg_in_ranges +EXPORT_SYMBOL_GPL vmlinux 0x046f359e of_overlay_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0x0472cf3b register_kprobe +EXPORT_SYMBOL_GPL vmlinux 0x048b5f8d twl4030_audio_get_mclk +EXPORT_SYMBOL_GPL vmlinux 0x0495dead __cpuhp_state_add_instance +EXPORT_SYMBOL_GPL vmlinux 0x049a6a00 cpufreq_cpu_get_raw +EXPORT_SYMBOL_GPL vmlinux 0x049c2765 nvmem_device_cell_read +EXPORT_SYMBOL_GPL vmlinux 0x049e5156 gnttab_try_end_foreign_access +EXPORT_SYMBOL_GPL vmlinux 0x04a31f32 usb_hcd_map_urb_for_dma +EXPORT_SYMBOL_GPL vmlinux 0x04a979ce eventfd_fget +EXPORT_SYMBOL_GPL vmlinux 0x04bf0092 io_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0x04bf11df of_reserved_mem_device_init_by_idx +EXPORT_SYMBOL_GPL vmlinux 0x04c41c60 devlink_flash_update_status_notify +EXPORT_SYMBOL_GPL vmlinux 0x04c4f603 mpi_get_buffer +EXPORT_SYMBOL_GPL vmlinux 0x04c70dca folio_wait_writeback +EXPORT_SYMBOL_GPL vmlinux 0x04c8aebf console_verbose +EXPORT_SYMBOL_GPL vmlinux 0x04cf50d1 sysfs_remove_file_self +EXPORT_SYMBOL_GPL vmlinux 0x04df8fbc lzo1x_decompress_safe +EXPORT_SYMBOL_GPL vmlinux 0x04e1b1a0 irq_work_queue +EXPORT_SYMBOL_GPL vmlinux 0x04f030ae irq_domain_reset_irq_data +EXPORT_SYMBOL_GPL vmlinux 0x04fceb20 phy_resolve_aneg_pause +EXPORT_SYMBOL_GPL vmlinux 0x050d0107 device_remove_bin_file +EXPORT_SYMBOL_GPL vmlinux 0x051085e3 lock_system_sleep +EXPORT_SYMBOL_GPL vmlinux 0x051a0bc1 stack_depot_fetch +EXPORT_SYMBOL_GPL vmlinux 0x05224953 usb_mon_register +EXPORT_SYMBOL_GPL vmlinux 0x052b4013 register_vmcore_cb +EXPORT_SYMBOL_GPL vmlinux 0x052c9aed ktime_get_real_fast_ns +EXPORT_SYMBOL_GPL vmlinux 0x05303b4d of_genpd_remove_subdomain +EXPORT_SYMBOL_GPL vmlinux 0x0538113f devm_otg_ulpi_create +EXPORT_SYMBOL_GPL vmlinux 0x053d738a __SCK__tp_func_br_fdb_update +EXPORT_SYMBOL_GPL vmlinux 0x054e550b kernel_halt +EXPORT_SYMBOL_GPL vmlinux 0x055009a3 __traceiter_block_rq_insert +EXPORT_SYMBOL_GPL vmlinux 0x055e8ba9 sk_attach_filter +EXPORT_SYMBOL_GPL vmlinux 0x05610897 of_changeset_destroy +EXPORT_SYMBOL_GPL vmlinux 0x056c084f devlink_port_attrs_pci_pf_set +EXPORT_SYMBOL_GPL vmlinux 0x057ffaca zap_vma_ptes +EXPORT_SYMBOL_GPL vmlinux 0x05874b5f i2c_acpi_find_bus_speed +EXPORT_SYMBOL_GPL vmlinux 0x05883efb __traceiter_suspend_resume +EXPORT_SYMBOL_GPL vmlinux 0x058c6377 for_each_kernel_tracepoint +EXPORT_SYMBOL_GPL vmlinux 0x058f9366 apei_exec_collect_resources +EXPORT_SYMBOL_GPL vmlinux 0x059404fa of_get_display_timing +EXPORT_SYMBOL_GPL vmlinux 0x05a36048 devl_resource_occ_get_unregister +EXPORT_SYMBOL_GPL vmlinux 0x05b97588 __traceiter_devlink_trap_report +EXPORT_SYMBOL_GPL vmlinux 0x05bb4130 vp_legacy_set_status +EXPORT_SYMBOL_GPL vmlinux 0x05be24a6 devm_register_power_off_handler +EXPORT_SYMBOL_GPL vmlinux 0x05c8cd45 tty_encode_baud_rate +EXPORT_SYMBOL_GPL vmlinux 0x05d50bdb ata_host_start +EXPORT_SYMBOL_GPL vmlinux 0x05dc0ee5 rockchip_clk_of_add_provider +EXPORT_SYMBOL_GPL vmlinux 0x0601f840 pm_runtime_enable +EXPORT_SYMBOL_GPL vmlinux 0x06033846 devres_for_each_res +EXPORT_SYMBOL_GPL vmlinux 0x0603e2ce dev_pm_opp_get_max_clock_latency +EXPORT_SYMBOL_GPL vmlinux 0x06055a23 __tracepoint_pelt_se_tp +EXPORT_SYMBOL_GPL vmlinux 0x0606e958 dev_pm_opp_xlate_required_opp +EXPORT_SYMBOL_GPL vmlinux 0x060bddd2 preempt_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0x061336ae blocking_notifier_chain_register_unique_prio +EXPORT_SYMBOL_GPL vmlinux 0x0613e48b devm_thermal_add_hwmon_sysfs +EXPORT_SYMBOL_GPL vmlinux 0x06209f49 phy_lookup_setting +EXPORT_SYMBOL_GPL vmlinux 0x0626da5f od_unregister_powersave_bias_handler +EXPORT_SYMBOL_GPL vmlinux 0x062aae35 ohci_init_driver +EXPORT_SYMBOL_GPL vmlinux 0x062b89c4 ghes_unregister_report_chain +EXPORT_SYMBOL_GPL vmlinux 0x063459d3 tty_standard_install +EXPORT_SYMBOL_GPL vmlinux 0x0639335d mf_dax_kill_procs +EXPORT_SYMBOL_GPL vmlinux 0x064db9a5 mark_mounts_for_expiry +EXPORT_SYMBOL_GPL vmlinux 0x065532ee mtk_pinconf_drive_get_rev1 +EXPORT_SYMBOL_GPL vmlinux 0x0659657b udp4_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0x0673de17 iommu_device_register +EXPORT_SYMBOL_GPL vmlinux 0x06749bf6 phy_led_triggers_register +EXPORT_SYMBOL_GPL vmlinux 0x0674b38d ata_dev_pair +EXPORT_SYMBOL_GPL vmlinux 0x067e84ff dummy_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0x0691ce92 of_icc_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0x06afc831 led_set_brightness_nosleep +EXPORT_SYMBOL_GPL vmlinux 0x06b10eda gpiod_to_chip +EXPORT_SYMBOL_GPL vmlinux 0x06b970a5 zynqmp_pm_ospi_mux_select +EXPORT_SYMBOL_GPL vmlinux 0x06cca30b ring_buffer_record_off +EXPORT_SYMBOL_GPL vmlinux 0x06d198f8 clk_regmap_divider_ops +EXPORT_SYMBOL_GPL vmlinux 0x06d3e506 virtio_check_mem_acc_cb +EXPORT_SYMBOL_GPL vmlinux 0x06daf8f6 bsg_job_put +EXPORT_SYMBOL_GPL vmlinux 0x06e02356 blk_next_bio +EXPORT_SYMBOL_GPL vmlinux 0x06e16bb3 virtqueue_enable_cb_prepare +EXPORT_SYMBOL_GPL vmlinux 0x06e4433e sunxi_ccu_set_mmc_timing_mode +EXPORT_SYMBOL_GPL vmlinux 0x06e6a006 dst_blackhole_mtu +EXPORT_SYMBOL_GPL vmlinux 0x06e99aa3 __percpu_down_read +EXPORT_SYMBOL_GPL vmlinux 0x06ee67b8 switchdev_handle_port_obj_add_foreign +EXPORT_SYMBOL_GPL vmlinux 0x06f5e981 phy_gbit_all_ports_features +EXPORT_SYMBOL_GPL vmlinux 0x07056ed1 bpf_trace_run8 +EXPORT_SYMBOL_GPL vmlinux 0x070da236 sdio_readl +EXPORT_SYMBOL_GPL vmlinux 0x070e6130 dpcon_set_notification +EXPORT_SYMBOL_GPL vmlinux 0x0713df4a battery_hook_register +EXPORT_SYMBOL_GPL vmlinux 0x0715005b device_create_managed_software_node +EXPORT_SYMBOL_GPL vmlinux 0x0722678e clk_regmap_mux_ro_ops +EXPORT_SYMBOL_GPL vmlinux 0x07238510 devfreq_event_disable_edev +EXPORT_SYMBOL_GPL vmlinux 0x07242d92 put_dax +EXPORT_SYMBOL_GPL vmlinux 0x07363621 gen_pool_get +EXPORT_SYMBOL_GPL vmlinux 0x07372db6 stmpe_reg_read +EXPORT_SYMBOL_GPL vmlinux 0x0737671a pci_reset_function +EXPORT_SYMBOL_GPL vmlinux 0x073d7f5c xdp_rxq_info_unreg_mem_model +EXPORT_SYMBOL_GPL vmlinux 0x07474f21 fwnode_graph_get_endpoint_count +EXPORT_SYMBOL_GPL vmlinux 0x07483e13 cn_del_callback +EXPORT_SYMBOL_GPL vmlinux 0x074f2a3d i2c_generic_scl_recovery +EXPORT_SYMBOL_GPL vmlinux 0x074f98db synth_event_add_field +EXPORT_SYMBOL_GPL vmlinux 0x0756a31c register_platform_power_off +EXPORT_SYMBOL_GPL vmlinux 0x076356e7 sfp_may_have_phy +EXPORT_SYMBOL_GPL vmlinux 0x07849fd7 __dax_driver_register +EXPORT_SYMBOL_GPL vmlinux 0x0795e9e3 md_allow_write +EXPORT_SYMBOL_GPL vmlinux 0x07a351b7 gnttab_pages_clear_private +EXPORT_SYMBOL_GPL vmlinux 0x07abec42 led_get_default_pattern +EXPORT_SYMBOL_GPL vmlinux 0x07ad5161 tty_buffer_lock_exclusive +EXPORT_SYMBOL_GPL vmlinux 0x07af89e5 gpiochip_irq_map +EXPORT_SYMBOL_GPL vmlinux 0x07b21f85 kdb_get_kbd_char +EXPORT_SYMBOL_GPL vmlinux 0x07b52e38 rtnl_unregister +EXPORT_SYMBOL_GPL vmlinux 0x07b8b221 clk_hw_rate_is_protected +EXPORT_SYMBOL_GPL vmlinux 0x07be6905 net_inc_egress_queue +EXPORT_SYMBOL_GPL vmlinux 0x07c4c20e get_device_system_crosststamp +EXPORT_SYMBOL_GPL vmlinux 0x07d06200 clk_divider_ops +EXPORT_SYMBOL_GPL vmlinux 0x07d098a6 __fscrypt_prepare_setattr +EXPORT_SYMBOL_GPL vmlinux 0x07e089c9 nfs42_ssc_unregister +EXPORT_SYMBOL_GPL vmlinux 0x07e4dfbd bpf_prog_inc_not_zero +EXPORT_SYMBOL_GPL vmlinux 0x07f57bb2 call_srcu +EXPORT_SYMBOL_GPL vmlinux 0x07fa7784 smpboot_register_percpu_thread +EXPORT_SYMBOL_GPL vmlinux 0x07fb7e2f invalidate_inode_pages2_range +EXPORT_SYMBOL_GPL vmlinux 0x08135613 dax_write_cache +EXPORT_SYMBOL_GPL vmlinux 0x08203599 gpiochip_line_is_irq +EXPORT_SYMBOL_GPL vmlinux 0x08213956 phylink_ethtool_get_wol +EXPORT_SYMBOL_GPL vmlinux 0x08233f8f iommu_domain_free +EXPORT_SYMBOL_GPL vmlinux 0x0829b759 fsl_mc_portal_allocate +EXPORT_SYMBOL_GPL vmlinux 0x082c6d39 acpi_dma_request_slave_chan_by_name +EXPORT_SYMBOL_GPL vmlinux 0x08403da2 dev_get_regmap +EXPORT_SYMBOL_GPL vmlinux 0x084cf3b8 input_ff_upload +EXPORT_SYMBOL_GPL vmlinux 0x08522dc6 __devm_clk_hw_register_divider +EXPORT_SYMBOL_GPL vmlinux 0x08576175 unregister_kretprobes +EXPORT_SYMBOL_GPL vmlinux 0x086faea2 wakeup_source_register +EXPORT_SYMBOL_GPL vmlinux 0x086fe6b8 devlink_port_linecard_set +EXPORT_SYMBOL_GPL vmlinux 0x08759cb8 __serdev_device_driver_register +EXPORT_SYMBOL_GPL vmlinux 0x087f5dc5 wm831x_of_match +EXPORT_SYMBOL_GPL vmlinux 0x0881549c sk_psock_drop +EXPORT_SYMBOL_GPL vmlinux 0x088900c1 acpi_subsys_complete +EXPORT_SYMBOL_GPL vmlinux 0x0892e10c phy_speed_down +EXPORT_SYMBOL_GPL vmlinux 0x089d1db8 sdev_evt_send +EXPORT_SYMBOL_GPL vmlinux 0x08a88a9f __SCK__tp_func_ata_tf_load +EXPORT_SYMBOL_GPL vmlinux 0x08b62767 nexthop_select_path +EXPORT_SYMBOL_GPL vmlinux 0x08bba323 ata_noop_qc_prep +EXPORT_SYMBOL_GPL vmlinux 0x08beacd1 pci_p2pmem_virt_to_bus +EXPORT_SYMBOL_GPL vmlinux 0x08c61932 devl_region_create +EXPORT_SYMBOL_GPL vmlinux 0x08c78cf7 offline_and_remove_memory +EXPORT_SYMBOL_GPL vmlinux 0x08cda139 __skb_tstamp_tx +EXPORT_SYMBOL_GPL vmlinux 0x08dcf1df ahci_platform_get_resources +EXPORT_SYMBOL_GPL vmlinux 0x08e5f08b led_trigger_unregister_simple +EXPORT_SYMBOL_GPL vmlinux 0x08e6c1b7 ahci_qc_issue +EXPORT_SYMBOL_GPL vmlinux 0x08e75883 vp_modern_set_status +EXPORT_SYMBOL_GPL vmlinux 0x08fe2d47 pci_set_host_bridge_release +EXPORT_SYMBOL_GPL vmlinux 0x0907d14d blocking_notifier_chain_register +EXPORT_SYMBOL_GPL vmlinux 0x09088f3f of_clk_src_onecell_get +EXPORT_SYMBOL_GPL vmlinux 0x0909c767 cleanup_srcu_struct +EXPORT_SYMBOL_GPL vmlinux 0x09148655 power_supply_set_property +EXPORT_SYMBOL_GPL vmlinux 0x091eb9b4 round_jiffies +EXPORT_SYMBOL_GPL vmlinux 0x09260b75 netlink_remove_tap +EXPORT_SYMBOL_GPL vmlinux 0x09276163 devm_regmap_field_bulk_alloc +EXPORT_SYMBOL_GPL vmlinux 0x092afab5 ahci_platform_disable_clks +EXPORT_SYMBOL_GPL vmlinux 0x092bb0fe fuse_conn_put +EXPORT_SYMBOL_GPL vmlinux 0x09301c00 devm_register_restart_handler +EXPORT_SYMBOL_GPL vmlinux 0x09321fd6 rio_unregister_mport +EXPORT_SYMBOL_GPL vmlinux 0x09337cd0 __wake_up_locked_key +EXPORT_SYMBOL_GPL vmlinux 0x093786cf synth_event_add_field_str +EXPORT_SYMBOL_GPL vmlinux 0x0938caa7 gpiod_set_raw_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x0940ca76 cgroup_attach_task_all +EXPORT_SYMBOL_GPL vmlinux 0x09415f68 skb_segment +EXPORT_SYMBOL_GPL vmlinux 0x0956d873 __hwspin_unlock +EXPORT_SYMBOL_GPL vmlinux 0x095ef5f0 spi_new_ancillary_device +EXPORT_SYMBOL_GPL vmlinux 0x0961eecb fsl_mc_device_group +EXPORT_SYMBOL_GPL vmlinux 0x0967b7b9 __phy_modify_mmd +EXPORT_SYMBOL_GPL vmlinux 0x096cc1cc sdio_writesb +EXPORT_SYMBOL_GPL vmlinux 0x0976822d sfp_get_module_eeprom_by_page +EXPORT_SYMBOL_GPL vmlinux 0x098494af device_match_of_node +EXPORT_SYMBOL_GPL vmlinux 0x0993c32b crypto_stats_skcipher_decrypt +EXPORT_SYMBOL_GPL vmlinux 0x09a47495 devres_add +EXPORT_SYMBOL_GPL vmlinux 0x09ac5f94 pinctrl_register_and_init +EXPORT_SYMBOL_GPL vmlinux 0x09b53e14 interval_tree_remove +EXPORT_SYMBOL_GPL vmlinux 0x09c5ead1 phy_create +EXPORT_SYMBOL_GPL vmlinux 0x09d00967 dev_pm_opp_get_voltage +EXPORT_SYMBOL_GPL vmlinux 0x09dbeeb1 pci_iov_vf_id +EXPORT_SYMBOL_GPL vmlinux 0x09dcc055 wm8350_reg_read +EXPORT_SYMBOL_GPL vmlinux 0x09eb3d98 cpufreq_freq_transition_begin +EXPORT_SYMBOL_GPL vmlinux 0x0a03cce3 tcp_plb_update_state_upon_rto +EXPORT_SYMBOL_GPL vmlinux 0x0a045d08 user_update +EXPORT_SYMBOL_GPL vmlinux 0x0a0b3220 of_thermal_is_trip_valid +EXPORT_SYMBOL_GPL vmlinux 0x0a138ad7 tcp_enter_memory_pressure +EXPORT_SYMBOL_GPL vmlinux 0x0a1ef931 irq_domain_push_irq +EXPORT_SYMBOL_GPL vmlinux 0x0a1fcb08 acpi_dev_remove_driver_gpios +EXPORT_SYMBOL_GPL vmlinux 0x0a235f6c pinctrl_put +EXPORT_SYMBOL_GPL vmlinux 0x0a30997e pci_vpd_alloc +EXPORT_SYMBOL_GPL vmlinux 0x0a35ae25 rio_release_inb_dbell +EXPORT_SYMBOL_GPL vmlinux 0x0a385f08 of_phandle_iterator_next +EXPORT_SYMBOL_GPL vmlinux 0x0a463293 __tracepoint_error_report_end +EXPORT_SYMBOL_GPL vmlinux 0x0a52c511 hv_query_ext_cap +EXPORT_SYMBOL_GPL vmlinux 0x0a54be5f attribute_container_register +EXPORT_SYMBOL_GPL vmlinux 0x0a7056d0 cdrom_read_tocentry +EXPORT_SYMBOL_GPL vmlinux 0x0a74dca5 bpf_prog_put +EXPORT_SYMBOL_GPL vmlinux 0x0a7a52fb xfer_to_guest_mode_handle_work +EXPORT_SYMBOL_GPL vmlinux 0x0a7ad10e fscrypt_mergeable_bio_bh +EXPORT_SYMBOL_GPL vmlinux 0x0a7ceb30 __tracepoint_non_standard_event +EXPORT_SYMBOL_GPL vmlinux 0x0a7d495c of_css +EXPORT_SYMBOL_GPL vmlinux 0x0a8162a8 raw_v4_hashinfo +EXPORT_SYMBOL_GPL vmlinux 0x0a846afc dev_pm_put_subsys_data +EXPORT_SYMBOL_GPL vmlinux 0x0a8ec6fd sk_msg_free_partial +EXPORT_SYMBOL_GPL vmlinux 0x0a9b393b i2c_slave_unregister +EXPORT_SYMBOL_GPL vmlinux 0x0aa0161b vp_modern_get_queue_enable +EXPORT_SYMBOL_GPL vmlinux 0x0aa17a7a mtk_pinconf_adv_pull_set +EXPORT_SYMBOL_GPL vmlinux 0x0aa60d75 devm_pinctrl_register +EXPORT_SYMBOL_GPL vmlinux 0x0abc6be6 k3_ringacc_ring_is_full +EXPORT_SYMBOL_GPL vmlinux 0x0ad07c72 fat_sync_inode +EXPORT_SYMBOL_GPL vmlinux 0x0ad9815a virtio_device_restore +EXPORT_SYMBOL_GPL vmlinux 0x0ae19fe9 dax_layout_busy_page_range +EXPORT_SYMBOL_GPL vmlinux 0x0ae3e3e0 fscrypt_drop_inode +EXPORT_SYMBOL_GPL vmlinux 0x0aedeb3f wm8350_device_init +EXPORT_SYMBOL_GPL vmlinux 0x0b07abe2 unshare_fs_struct +EXPORT_SYMBOL_GPL vmlinux 0x0b17ce58 key_type_encrypted +EXPORT_SYMBOL_GPL vmlinux 0x0b1bb9f9 synchronize_rcu_tasks +EXPORT_SYMBOL_GPL vmlinux 0x0b2db2d5 remove_resource +EXPORT_SYMBOL_GPL vmlinux 0x0b2f6ff1 kvm_write_guest +EXPORT_SYMBOL_GPL vmlinux 0x0b3a3ed7 zynqmp_pm_fpga_get_status +EXPORT_SYMBOL_GPL vmlinux 0x0b52e502 apei_resources_add +EXPORT_SYMBOL_GPL vmlinux 0x0b5c5070 acpi_initialize_hp_context +EXPORT_SYMBOL_GPL vmlinux 0x0b67ab0a sata_link_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 0x0b73aea2 mtk_pinconf_bias_get_rev1 +EXPORT_SYMBOL_GPL vmlinux 0x0b7ca161 blk_mq_freeze_queue_wait +EXPORT_SYMBOL_GPL vmlinux 0x0b8ab31c dev_pm_qos_expose_latency_limit +EXPORT_SYMBOL_GPL vmlinux 0x0b8c8a23 static_key_fast_inc_not_disabled +EXPORT_SYMBOL_GPL vmlinux 0x0b966c41 sdio_retune_crc_enable +EXPORT_SYMBOL_GPL vmlinux 0x0b9f2fcd pm_generic_restore_early +EXPORT_SYMBOL_GPL vmlinux 0x0ba07c57 kernfs_path_from_node +EXPORT_SYMBOL_GPL vmlinux 0x0ba91c6b md_rdev_init +EXPORT_SYMBOL_GPL vmlinux 0x0baa312f strp_data_ready +EXPORT_SYMBOL_GPL vmlinux 0x0bb028d4 hisi_clk_register_fixed_factor +EXPORT_SYMBOL_GPL vmlinux 0x0bb4a4b7 ip6_append_data +EXPORT_SYMBOL_GPL vmlinux 0x0bb6e25e usb_set_interface +EXPORT_SYMBOL_GPL vmlinux 0x0bb73cd9 blk_req_needs_zone_write_lock +EXPORT_SYMBOL_GPL vmlinux 0x0bbdc9b2 remove_memory +EXPORT_SYMBOL_GPL vmlinux 0x0bd2cefc usb_sg_wait +EXPORT_SYMBOL_GPL vmlinux 0x0bde89ad dm_report_zones +EXPORT_SYMBOL_GPL vmlinux 0x0be18907 netlink_strict_get_check +EXPORT_SYMBOL_GPL vmlinux 0x0bf32478 __SCK__tp_func_pelt_rt_tp +EXPORT_SYMBOL_GPL vmlinux 0x0c174ba6 tpm2_get_tpm_pt +EXPORT_SYMBOL_GPL vmlinux 0x0c1a5ee3 log_post_read_mmio +EXPORT_SYMBOL_GPL vmlinux 0x0c1acef0 fib_rules_dump +EXPORT_SYMBOL_GPL vmlinux 0x0c1b16b7 __fsnotify_inode_delete +EXPORT_SYMBOL_GPL vmlinux 0x0c1dfc4f wm8350_reg_lock +EXPORT_SYMBOL_GPL vmlinux 0x0c2c5802 work_busy +EXPORT_SYMBOL_GPL vmlinux 0x0c2d1d9e sysfs_rename_link_ns +EXPORT_SYMBOL_GPL vmlinux 0x0c32ff8a edac_pci_alloc_index +EXPORT_SYMBOL_GPL vmlinux 0x0c3e6241 k3_udma_glue_disable_rx_chn +EXPORT_SYMBOL_GPL vmlinux 0x0c65e259 usb_reset_configuration +EXPORT_SYMBOL_GPL vmlinux 0x0c725143 sysfs_notify +EXPORT_SYMBOL_GPL vmlinux 0x0c7d187e virtqueue_add_outbuf +EXPORT_SYMBOL_GPL vmlinux 0x0c7db963 regulator_get_optional +EXPORT_SYMBOL_GPL vmlinux 0x0c7dfb37 gpiod_count +EXPORT_SYMBOL_GPL vmlinux 0x0c7ed1e8 hvc_instantiate +EXPORT_SYMBOL_GPL vmlinux 0x0c805ea3 pkcs7_parse_message +EXPORT_SYMBOL_GPL vmlinux 0x0c85b00f pinctrl_generic_get_group_count +EXPORT_SYMBOL_GPL vmlinux 0x0c86c620 mpc8xxx_spi_tx_buf_u32 +EXPORT_SYMBOL_GPL vmlinux 0x0c876819 inet6_lookup +EXPORT_SYMBOL_GPL vmlinux 0x0c88c1c3 pci_vpd_find_id_string +EXPORT_SYMBOL_GPL vmlinux 0x0c8e7681 sdio_readsb +EXPORT_SYMBOL_GPL vmlinux 0x0c9571c2 regulator_is_enabled_regmap +EXPORT_SYMBOL_GPL vmlinux 0x0c9ea7d7 ata_pci_bmdma_init +EXPORT_SYMBOL_GPL vmlinux 0x0ca05c70 virtio_add_status +EXPORT_SYMBOL_GPL vmlinux 0x0ca6d5f9 perf_event_create_kernel_counter +EXPORT_SYMBOL_GPL vmlinux 0x0cac1225 clk_fixed_rate_ops +EXPORT_SYMBOL_GPL vmlinux 0x0cba92e9 rdev_get_id +EXPORT_SYMBOL_GPL vmlinux 0x0cbe3ee2 software_node_unregister +EXPORT_SYMBOL_GPL vmlinux 0x0cc9d36c iommu_group_claim_dma_owner +EXPORT_SYMBOL_GPL vmlinux 0x0cca5e87 k3_ringacc_dmarings_init +EXPORT_SYMBOL_GPL vmlinux 0x0ccaa6f9 tty_kopen_shared +EXPORT_SYMBOL_GPL vmlinux 0x0ccce863 sk_detach_filter +EXPORT_SYMBOL_GPL vmlinux 0x0ccf5275 zynqmp_pm_pinctrl_get_config +EXPORT_SYMBOL_GPL vmlinux 0x0ce3dd73 bman_is_probed +EXPORT_SYMBOL_GPL vmlinux 0x0cea6f9f vcap_port_debugfs +EXPORT_SYMBOL_GPL vmlinux 0x0ced3e12 devm_nvdimm_memremap +EXPORT_SYMBOL_GPL vmlinux 0x0cf9b3ef sk_msg_free_nocharge +EXPORT_SYMBOL_GPL vmlinux 0x0cfb8c25 ata_pci_device_resume +EXPORT_SYMBOL_GPL vmlinux 0x0d18c10a __traceiter_remove_device_from_group +EXPORT_SYMBOL_GPL vmlinux 0x0d3a6be6 hisi_clk_init +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 0x0d4cfff6 PageHeadHuge +EXPORT_SYMBOL_GPL vmlinux 0x0d4e3f8c iopf_queue_alloc +EXPORT_SYMBOL_GPL vmlinux 0x0d5ba9cd ip6_redirect +EXPORT_SYMBOL_GPL vmlinux 0x0d5cecc6 ima_measure_critical_data +EXPORT_SYMBOL_GPL vmlinux 0x0d6a49d4 tcp_memory_per_cpu_fw_alloc +EXPORT_SYMBOL_GPL vmlinux 0x0d7e824f crypto_stats_kpp_generate_public_key +EXPORT_SYMBOL_GPL vmlinux 0x0d8368fe dw_pcie_find_ext_capability +EXPORT_SYMBOL_GPL vmlinux 0x0d88a2f9 dev_attr_ncq_prio_supported +EXPORT_SYMBOL_GPL vmlinux 0x0d93c288 fwnode_connection_find_match +EXPORT_SYMBOL_GPL vmlinux 0x0d98e43a crypto_hash_walk_first +EXPORT_SYMBOL_GPL vmlinux 0x0d992de8 cpci_hp_register_bus +EXPORT_SYMBOL_GPL vmlinux 0x0da07d7d ata_cable_ignore +EXPORT_SYMBOL_GPL vmlinux 0x0db16186 fsl_mc_bus_dpmcp_type +EXPORT_SYMBOL_GPL vmlinux 0x0db7facb blk_mq_queue_inflight +EXPORT_SYMBOL_GPL vmlinux 0x0dbd3579 tpm_tis_remove +EXPORT_SYMBOL_GPL vmlinux 0x0dc3c2a1 devm_i2c_new_dummy_device +EXPORT_SYMBOL_GPL vmlinux 0x0dc5c406 pci_find_next_ext_capability +EXPORT_SYMBOL_GPL vmlinux 0x0dd0fceb perf_event_update_userpage +EXPORT_SYMBOL_GPL vmlinux 0x0dd7c95a fib6_rule_default +EXPORT_SYMBOL_GPL vmlinux 0x0ddb1cd7 llist_reverse_order +EXPORT_SYMBOL_GPL vmlinux 0x0ddea05c get_device +EXPORT_SYMBOL_GPL vmlinux 0x0df1462d md_account_bio +EXPORT_SYMBOL_GPL vmlinux 0x0e003b77 blk_req_zone_write_trylock +EXPORT_SYMBOL_GPL vmlinux 0x0e007edf xen_evtchn_nr_channels +EXPORT_SYMBOL_GPL vmlinux 0x0e02bd0d iommu_fwspec_free +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 0x0e1e89f0 of_platform_default_populate +EXPORT_SYMBOL_GPL vmlinux 0x0e20ff3d irq_domain_associate_many +EXPORT_SYMBOL_GPL vmlinux 0x0e24247d kvm_vcpu_map +EXPORT_SYMBOL_GPL vmlinux 0x0e2814fb devlink_port_init +EXPORT_SYMBOL_GPL vmlinux 0x0e2ad34f blk_clear_pm_only +EXPORT_SYMBOL_GPL vmlinux 0x0e49ad8e eventfd_ctx_fileget +EXPORT_SYMBOL_GPL vmlinux 0x0e5595d9 kthread_use_mm +EXPORT_SYMBOL_GPL vmlinux 0x0e5cc9d7 xdp_unreg_mem_model +EXPORT_SYMBOL_GPL vmlinux 0x0e6b79af static_key_disable_cpuslocked +EXPORT_SYMBOL_GPL vmlinux 0x0e6e74c8 tcp_reno_cong_avoid +EXPORT_SYMBOL_GPL vmlinux 0x0e6e7697 __rio_local_read_config_32 +EXPORT_SYMBOL_GPL vmlinux 0x0e6fa314 dma_run_dependencies +EXPORT_SYMBOL_GPL vmlinux 0x0e7fb1fd pinctrl_parse_index_with_args +EXPORT_SYMBOL_GPL vmlinux 0x0e809248 platform_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x0e82e173 tegra_mc_get_emem_device_count +EXPORT_SYMBOL_GPL vmlinux 0x0e83b96c gov_attr_set_get +EXPORT_SYMBOL_GPL vmlinux 0x0e890ec0 extcon_register_notifier_all +EXPORT_SYMBOL_GPL vmlinux 0x0e91d60c crypto_default_rng +EXPORT_SYMBOL_GPL vmlinux 0x0e98dc09 regcache_sync +EXPORT_SYMBOL_GPL vmlinux 0x0e98fa1b regmap_parse_val +EXPORT_SYMBOL_GPL vmlinux 0x0ea5cbce xen_irq_lateeoi +EXPORT_SYMBOL_GPL vmlinux 0x0eb34557 proc_create_net_single +EXPORT_SYMBOL_GPL vmlinux 0x0eba0e02 pci_user_write_config_word +EXPORT_SYMBOL_GPL vmlinux 0x0ebb03a4 devlink_trap_groups_unregister +EXPORT_SYMBOL_GPL vmlinux 0x0ec096b0 hv_read_reference_counter +EXPORT_SYMBOL_GPL vmlinux 0x0ecfea88 btf_type_by_id +EXPORT_SYMBOL_GPL vmlinux 0x0ed95a4c ext_pi_type1_crc64 +EXPORT_SYMBOL_GPL vmlinux 0x0ef9bd92 kthread_unuse_mm +EXPORT_SYMBOL_GPL vmlinux 0x0efe58ff page_cache_sync_ra +EXPORT_SYMBOL_GPL vmlinux 0x0f180070 ring_buffer_free_read_page +EXPORT_SYMBOL_GPL vmlinux 0x0f1d663b kernfs_put +EXPORT_SYMBOL_GPL vmlinux 0x0f41befc devfreq_cooling_register +EXPORT_SYMBOL_GPL vmlinux 0x0f477ff9 pcie_update_link_speed +EXPORT_SYMBOL_GPL vmlinux 0x0f5dfd83 devm_acpi_dma_controller_register +EXPORT_SYMBOL_GPL vmlinux 0x0f72ada1 acpi_dev_resource_io +EXPORT_SYMBOL_GPL vmlinux 0x0f7ca236 dmi_memdev_name +EXPORT_SYMBOL_GPL vmlinux 0x0f7d080b irq_alloc_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0x0f873717 __traceiter_neigh_update +EXPORT_SYMBOL_GPL vmlinux 0x0f9e6385 iommu_map_atomic +EXPORT_SYMBOL_GPL vmlinux 0x0faa2c9a __tracepoint_ata_bmdma_setup +EXPORT_SYMBOL_GPL vmlinux 0x0fac5891 sysfs_remove_mount_point +EXPORT_SYMBOL_GPL vmlinux 0x0fad1ff2 phylink_fwnode_phy_connect +EXPORT_SYMBOL_GPL vmlinux 0x0fbb7344 memremap_compat_align +EXPORT_SYMBOL_GPL vmlinux 0x0fbc0c0e xas_pause +EXPORT_SYMBOL_GPL vmlinux 0x0fd4610e kmem_dump_obj +EXPORT_SYMBOL_GPL vmlinux 0x0ffc0a10 ata_bmdma_post_internal_cmd +EXPORT_SYMBOL_GPL vmlinux 0x0ffc0cd8 class_interface_unregister +EXPORT_SYMBOL_GPL vmlinux 0x0ffce448 da903x_writes +EXPORT_SYMBOL_GPL vmlinux 0x1002a25b __irq_domain_alloc_fwnode +EXPORT_SYMBOL_GPL vmlinux 0x10091b7b sbitmap_add_wait_queue +EXPORT_SYMBOL_GPL vmlinux 0x100e6fa7 mmc_poll_for_busy +EXPORT_SYMBOL_GPL vmlinux 0x10138352 tracing_on +EXPORT_SYMBOL_GPL vmlinux 0x10195fa1 __ndisc_fill_addr_option +EXPORT_SYMBOL_GPL vmlinux 0x1023cecb perf_event_read_value +EXPORT_SYMBOL_GPL vmlinux 0x102ccaa1 report_iommu_fault +EXPORT_SYMBOL_GPL vmlinux 0x1044212f irq_domain_add_legacy +EXPORT_SYMBOL_GPL vmlinux 0x104ba945 pci_p2pdma_enable_show +EXPORT_SYMBOL_GPL vmlinux 0x104d1756 i2c_parse_fw_timings +EXPORT_SYMBOL_GPL vmlinux 0x1068a51b vp_modern_get_features +EXPORT_SYMBOL_GPL vmlinux 0x10756203 irq_domain_remove +EXPORT_SYMBOL_GPL vmlinux 0x108770f2 rio_local_get_device_id +EXPORT_SYMBOL_GPL vmlinux 0x108a0acd bstr_printf +EXPORT_SYMBOL_GPL vmlinux 0x1091a322 regulator_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x1092cb58 apply_to_existing_page_range +EXPORT_SYMBOL_GPL vmlinux 0x109670d6 locks_alloc_lock +EXPORT_SYMBOL_GPL vmlinux 0x109a52b2 iommu_group_get +EXPORT_SYMBOL_GPL vmlinux 0x10b5b6de hwmon_notify_event +EXPORT_SYMBOL_GPL vmlinux 0x10b89330 crypto_has_shash +EXPORT_SYMBOL_GPL vmlinux 0x10bd18a8 serdev_device_set_flow_control +EXPORT_SYMBOL_GPL vmlinux 0x10c44e81 trace_remove_event_call +EXPORT_SYMBOL_GPL vmlinux 0x10c7e27b regulator_set_voltage_time_sel +EXPORT_SYMBOL_GPL vmlinux 0x10d38f7c ata_sff_exec_command +EXPORT_SYMBOL_GPL vmlinux 0x10d7473e clk_mux_val_to_index +EXPORT_SYMBOL_GPL vmlinux 0x10d9f317 stack_depot_init +EXPORT_SYMBOL_GPL vmlinux 0x10ddc42b __devm_clk_hw_register_gate +EXPORT_SYMBOL_GPL vmlinux 0x10e2acef edac_device_del_device +EXPORT_SYMBOL_GPL vmlinux 0x10ec63ea of_devfreq_cooling_register +EXPORT_SYMBOL_GPL vmlinux 0x10ecc52c usb_amd_quirk_pll_enable +EXPORT_SYMBOL_GPL vmlinux 0x10efbf73 mtk_paris_pinctrl_probe +EXPORT_SYMBOL_GPL vmlinux 0x10f1361b regmap_field_bulk_alloc +EXPORT_SYMBOL_GPL vmlinux 0x110106c1 cper_severity_to_aer +EXPORT_SYMBOL_GPL vmlinux 0x110accbf cpci_hp_unregister_controller +EXPORT_SYMBOL_GPL vmlinux 0x11357fc0 perf_event_disable +EXPORT_SYMBOL_GPL vmlinux 0x114acea5 pm_runtime_barrier +EXPORT_SYMBOL_GPL vmlinux 0x118a3281 pci_p2pdma_distance_many +EXPORT_SYMBOL_GPL vmlinux 0x1191a4bb __devm_regmap_init +EXPORT_SYMBOL_GPL vmlinux 0x11983743 bus_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x11baeaa2 __trace_trigger_soft_disabled +EXPORT_SYMBOL_GPL vmlinux 0x11d2b529 gfn_to_hva +EXPORT_SYMBOL_GPL vmlinux 0x11df0e75 devlink_fmsg_binary_pair_nest_start +EXPORT_SYMBOL_GPL vmlinux 0x11dfa481 meson_clk_mpll_ops +EXPORT_SYMBOL_GPL vmlinux 0x11e06ee9 badrange_init +EXPORT_SYMBOL_GPL vmlinux 0x11e08f96 trace_seq_putmem_hex +EXPORT_SYMBOL_GPL vmlinux 0x11fccadc xdp_return_frame_bulk +EXPORT_SYMBOL_GPL vmlinux 0x12056e53 mas_store_gfp +EXPORT_SYMBOL_GPL vmlinux 0x12135396 phylink_mac_change +EXPORT_SYMBOL_GPL vmlinux 0x121d958a unregister_die_notifier +EXPORT_SYMBOL_GPL vmlinux 0x12298731 edac_pci_handle_npe +EXPORT_SYMBOL_GPL vmlinux 0x12298807 md_bitmap_copy_from_slot +EXPORT_SYMBOL_GPL vmlinux 0x1234e483 get_cpu_iowait_time_us +EXPORT_SYMBOL_GPL vmlinux 0x1234ffa1 cper_estatus_check_header +EXPORT_SYMBOL_GPL vmlinux 0x12537dae __tracepoint_napi_poll +EXPORT_SYMBOL_GPL vmlinux 0x125e8e08 pinctrl_pm_select_sleep_state +EXPORT_SYMBOL_GPL vmlinux 0x125f1085 dev_pm_opp_set_rate +EXPORT_SYMBOL_GPL vmlinux 0x1277a24d dm_bio_get_target_bio_nr +EXPORT_SYMBOL_GPL vmlinux 0x1278927b of_dma_configure_id +EXPORT_SYMBOL_GPL vmlinux 0x128b8f1c clean_acked_data_enable +EXPORT_SYMBOL_GPL vmlinux 0x129436df serial8250_em485_config +EXPORT_SYMBOL_GPL vmlinux 0x12bbf153 devres_remove +EXPORT_SYMBOL_GPL vmlinux 0x12d6882f fat_remove_entries +EXPORT_SYMBOL_GPL vmlinux 0x12dd1e2c inet_hash +EXPORT_SYMBOL_GPL vmlinux 0x12ee1173 memory_group_unregister +EXPORT_SYMBOL_GPL vmlinux 0x12f066af rio_pw_enable +EXPORT_SYMBOL_GPL vmlinux 0x12f2e40a xhci_resume +EXPORT_SYMBOL_GPL vmlinux 0x12f679e3 __crypto_alloc_tfm +EXPORT_SYMBOL_GPL vmlinux 0x12f8587e __phy_modify_mmd_changed +EXPORT_SYMBOL_GPL vmlinux 0x12f9fb3d stmpe_dev_pm_ops +EXPORT_SYMBOL_GPL vmlinux 0x13059353 usb_get_status +EXPORT_SYMBOL_GPL vmlinux 0x130899fa fuse_simple_background +EXPORT_SYMBOL_GPL vmlinux 0x13090724 add_vmfork_randomness +EXPORT_SYMBOL_GPL vmlinux 0x130a1d0f devlink_params_register +EXPORT_SYMBOL_GPL vmlinux 0x131a5ed7 regmap_del_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0x131db64a system_long_wq +EXPORT_SYMBOL_GPL vmlinux 0x13220731 crypto_shash_setkey +EXPORT_SYMBOL_GPL vmlinux 0x13230886 fib_nh_common_init +EXPORT_SYMBOL_GPL vmlinux 0x1332139a kvm_io_bus_get_dev +EXPORT_SYMBOL_GPL vmlinux 0x133969d7 __trace_printk +EXPORT_SYMBOL_GPL vmlinux 0x1351d23e phy_pm_runtime_put +EXPORT_SYMBOL_GPL vmlinux 0x13520c03 meson_clk_dualdiv_ro_ops +EXPORT_SYMBOL_GPL vmlinux 0x136209db power_supply_reg_notifier +EXPORT_SYMBOL_GPL vmlinux 0x13640660 get_cached_msi_msg +EXPORT_SYMBOL_GPL vmlinux 0x136739e4 __root_device_register +EXPORT_SYMBOL_GPL vmlinux 0x13695396 inet6_sock_destruct +EXPORT_SYMBOL_GPL vmlinux 0x1378d516 serdev_device_set_tiocm +EXPORT_SYMBOL_GPL vmlinux 0x138aff76 gnttab_init +EXPORT_SYMBOL_GPL vmlinux 0x138e0957 dax_write_cache_enabled +EXPORT_SYMBOL_GPL vmlinux 0x1394a0a0 scsi_host_complete_all_commands +EXPORT_SYMBOL_GPL vmlinux 0x1394d032 __mt_destroy +EXPORT_SYMBOL_GPL vmlinux 0x1399d7d3 __devm_regmap_init_mmio_clk +EXPORT_SYMBOL_GPL vmlinux 0x13a506b6 __pneigh_lookup +EXPORT_SYMBOL_GPL vmlinux 0x13c02c60 mark_page_dirty +EXPORT_SYMBOL_GPL vmlinux 0x13ce87e8 asn1_ber_decoder +EXPORT_SYMBOL_GPL vmlinux 0x13d11bcc bus_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0x13db1eb8 k3_udma_glue_rx_cppi5_to_dma_addr +EXPORT_SYMBOL_GPL vmlinux 0x13dc6aae dpcon_open +EXPORT_SYMBOL_GPL vmlinux 0x13e35342 dprc_open +EXPORT_SYMBOL_GPL vmlinux 0x13ed8784 sdev_evt_alloc +EXPORT_SYMBOL_GPL vmlinux 0x13eec37a platform_get_irq_byname_optional +EXPORT_SYMBOL_GPL vmlinux 0x13eff801 fb_deferred_io_open +EXPORT_SYMBOL_GPL vmlinux 0x13f38d15 vp_modern_map_vq_notify +EXPORT_SYMBOL_GPL vmlinux 0x13f6eb9b pci_epc_multi_mem_init +EXPORT_SYMBOL_GPL vmlinux 0x13fab921 cpuidle_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0x13fbde08 __skb_zcopy_downgrade_managed +EXPORT_SYMBOL_GPL vmlinux 0x1403ad09 cpufreq_add_update_util_hook +EXPORT_SYMBOL_GPL vmlinux 0x141f38bf ktime_get_raw_fast_ns +EXPORT_SYMBOL_GPL vmlinux 0x14218ddb thermal_zone_get_zone_by_name +EXPORT_SYMBOL_GPL vmlinux 0x1422351d of_property_read_variable_u8_array +EXPORT_SYMBOL_GPL vmlinux 0x1444a274 usb_autopm_get_interface_no_resume +EXPORT_SYMBOL_GPL vmlinux 0x1456762b k3_ringacc_ring_get_free +EXPORT_SYMBOL_GPL vmlinux 0x14574358 led_classdev_suspend +EXPORT_SYMBOL_GPL vmlinux 0x14592b97 vp_legacy_get_features +EXPORT_SYMBOL_GPL vmlinux 0x145ffa38 bio_trim +EXPORT_SYMBOL_GPL vmlinux 0x146626a0 mas_find_rev +EXPORT_SYMBOL_GPL vmlinux 0x146cc88f bpf_master_redirect_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0x147a986e modify_user_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0x1486cbae blk_queue_required_elevator_features +EXPORT_SYMBOL_GPL vmlinux 0x1489ebbb rtnl_af_register +EXPORT_SYMBOL_GPL vmlinux 0x148fd794 enable_kprobe +EXPORT_SYMBOL_GPL vmlinux 0x14a9aae0 serdev_device_write_buf +EXPORT_SYMBOL_GPL vmlinux 0x14e8818e tty_save_termios +EXPORT_SYMBOL_GPL vmlinux 0x14ec4fdb evtchn_put +EXPORT_SYMBOL_GPL vmlinux 0x14fef965 usb_poison_urb +EXPORT_SYMBOL_GPL vmlinux 0x15021b4a xa_delete_node +EXPORT_SYMBOL_GPL vmlinux 0x15284d42 __udp_gso_segment +EXPORT_SYMBOL_GPL vmlinux 0x15311c11 fat_update_time +EXPORT_SYMBOL_GPL vmlinux 0x1531f279 iommu_fwspec_add_ids +EXPORT_SYMBOL_GPL vmlinux 0x1532cf64 pci_msi_unmask_irq +EXPORT_SYMBOL_GPL vmlinux 0x1534fae0 badblocks_clear +EXPORT_SYMBOL_GPL vmlinux 0x1539f667 register_net_sysctl +EXPORT_SYMBOL_GPL vmlinux 0x153b60a6 klist_del +EXPORT_SYMBOL_GPL vmlinux 0x154da64e usb_hcd_unlink_urb_from_ep +EXPORT_SYMBOL_GPL vmlinux 0x15510a89 devlink_fmsg_binary_put +EXPORT_SYMBOL_GPL vmlinux 0x155b9148 sdio_readb +EXPORT_SYMBOL_GPL vmlinux 0x155f2c9e rio_mport_read_config_16 +EXPORT_SYMBOL_GPL vmlinux 0x15665166 of_clk_parent_fill +EXPORT_SYMBOL_GPL vmlinux 0x15883b35 perf_aux_output_flag +EXPORT_SYMBOL_GPL vmlinux 0x15886f48 hte_disable_ts +EXPORT_SYMBOL_GPL vmlinux 0x159408e3 rockchip_register_restart_notifier +EXPORT_SYMBOL_GPL vmlinux 0x15989330 sprd_pinctrl_remove +EXPORT_SYMBOL_GPL vmlinux 0x15991054 security_kernel_read_file +EXPORT_SYMBOL_GPL vmlinux 0x159b0c0f rio_lock_device +EXPORT_SYMBOL_GPL vmlinux 0x159d5a81 devlink_resource_occ_get_register +EXPORT_SYMBOL_GPL vmlinux 0x15ade1cc filter_irq_stacks +EXPORT_SYMBOL_GPL vmlinux 0x15b3815b icc_set_bw +EXPORT_SYMBOL_GPL vmlinux 0x15b72fff skb_complete_wifi_ack +EXPORT_SYMBOL_GPL vmlinux 0x15b7e60b xhci_gen_setup +EXPORT_SYMBOL_GPL vmlinux 0x15bd7435 psi_memstall_leave +EXPORT_SYMBOL_GPL vmlinux 0x15bea3e4 crypto_stats_akcipher_encrypt +EXPORT_SYMBOL_GPL vmlinux 0x15bf79ac devm_regulator_get +EXPORT_SYMBOL_GPL vmlinux 0x15c4e3e2 phylink_ethtool_set_pauseparam +EXPORT_SYMBOL_GPL vmlinux 0x15c60a71 __tracepoint_pelt_dl_tp +EXPORT_SYMBOL_GPL vmlinux 0x15e5b4c8 init_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0x15e9a03c kernfs_get +EXPORT_SYMBOL_GPL vmlinux 0x15ea2648 hwpoison_filter_flags_mask +EXPORT_SYMBOL_GPL vmlinux 0x16118b20 of_reserved_mem_device_init_by_name +EXPORT_SYMBOL_GPL vmlinux 0x16122664 wakeup_source_add +EXPORT_SYMBOL_GPL vmlinux 0x1636b5df dax_region_put +EXPORT_SYMBOL_GPL vmlinux 0x16422a6e xdp_reg_mem_model +EXPORT_SYMBOL_GPL vmlinux 0x16516798 osc_pc_lpi_support_confirmed +EXPORT_SYMBOL_GPL vmlinux 0x166f4597 dax_remap_file_range_prep +EXPORT_SYMBOL_GPL vmlinux 0x16746b36 __phy_modify +EXPORT_SYMBOL_GPL vmlinux 0x167d7113 acpi_bus_register_early_device +EXPORT_SYMBOL_GPL vmlinux 0x1687ec20 tty_get_frame_size +EXPORT_SYMBOL_GPL vmlinux 0x1690b503 usb_role_switch_get_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x16bf0359 gpiod_direction_input +EXPORT_SYMBOL_GPL vmlinux 0x16c032fa of_irq_parse_one +EXPORT_SYMBOL_GPL vmlinux 0x16c11db9 mtk_pinconf_bias_get_combo +EXPORT_SYMBOL_GPL vmlinux 0x16c538e5 ahci_stop_engine +EXPORT_SYMBOL_GPL vmlinux 0x16ca1a8a phylink_suspend +EXPORT_SYMBOL_GPL vmlinux 0x16cc76a8 kvm_vcpu_unmap +EXPORT_SYMBOL_GPL vmlinux 0x16d7e41f rio_get_comptag +EXPORT_SYMBOL_GPL vmlinux 0x16d9a811 spi_unregister_controller +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 0x17031efb usb_find_interface +EXPORT_SYMBOL_GPL vmlinux 0x170cc36c put_timespec64 +EXPORT_SYMBOL_GPL vmlinux 0x1741ddee trace_seq_puts +EXPORT_SYMBOL_GPL vmlinux 0x1745429a do_unbind_con_driver +EXPORT_SYMBOL_GPL vmlinux 0x1747de03 crypto_register_algs +EXPORT_SYMBOL_GPL vmlinux 0x174ad059 devm_spi_mem_dirmap_create +EXPORT_SYMBOL_GPL vmlinux 0x174c6274 ring_buffer_time_stamp +EXPORT_SYMBOL_GPL vmlinux 0x174e6c46 inet_ehash_locks_alloc +EXPORT_SYMBOL_GPL vmlinux 0x1756398f tpm_transmit_cmd +EXPORT_SYMBOL_GPL vmlinux 0x17591ecd zynqmp_pm_write_ggs +EXPORT_SYMBOL_GPL vmlinux 0x175c72e5 sk_psock_msg_verdict +EXPORT_SYMBOL_GPL vmlinux 0x176031a7 devlink_fmsg_string_put +EXPORT_SYMBOL_GPL vmlinux 0x176090c7 irq_domain_create_sim +EXPORT_SYMBOL_GPL vmlinux 0x17614bf3 apei_resources_sub +EXPORT_SYMBOL_GPL vmlinux 0x176ae689 pci_probe_reset_bus +EXPORT_SYMBOL_GPL vmlinux 0x176bc881 hisi_clk_alloc +EXPORT_SYMBOL_GPL vmlinux 0x1771295b class_unregister +EXPORT_SYMBOL_GPL vmlinux 0x17733563 irq_domain_disconnect_hierarchy +EXPORT_SYMBOL_GPL vmlinux 0x177a571b pid_vnr +EXPORT_SYMBOL_GPL vmlinux 0x177c338d twl_get_version +EXPORT_SYMBOL_GPL vmlinux 0x17bab601 __tcp_send_ack +EXPORT_SYMBOL_GPL vmlinux 0x17bb7de1 vchan_init +EXPORT_SYMBOL_GPL vmlinux 0x17bc1aae task_cgroup_path +EXPORT_SYMBOL_GPL vmlinux 0x17e01f11 erst_clear +EXPORT_SYMBOL_GPL vmlinux 0x17e2ef50 dev_pm_set_dedicated_wake_irq_reverse +EXPORT_SYMBOL_GPL vmlinux 0x17e4ea40 fb_deferred_io_release +EXPORT_SYMBOL_GPL vmlinux 0x17f2ff26 pcie_aspm_capable +EXPORT_SYMBOL_GPL vmlinux 0x17f8dc97 component_compare_of +EXPORT_SYMBOL_GPL vmlinux 0x18008c59 ring_buffer_resize +EXPORT_SYMBOL_GPL vmlinux 0x18029547 espintcp_queue_out +EXPORT_SYMBOL_GPL vmlinux 0x180f609b set_primary_fwnode +EXPORT_SYMBOL_GPL vmlinux 0x1812b457 edac_pci_handle_pe +EXPORT_SYMBOL_GPL vmlinux 0x182c8b0d edac_mc_free +EXPORT_SYMBOL_GPL vmlinux 0x182e2f09 cn_netlink_send_mult +EXPORT_SYMBOL_GPL vmlinux 0x1830b389 pcc_mbox_request_channel +EXPORT_SYMBOL_GPL vmlinux 0x1839c4a5 i2c_dw_validate_speed +EXPORT_SYMBOL_GPL vmlinux 0x18428692 __cookie_v6_init_sequence +EXPORT_SYMBOL_GPL vmlinux 0x1860cb22 ata_pci_bmdma_prepare_host +EXPORT_SYMBOL_GPL vmlinux 0x18615d35 efivar_supports_writes +EXPORT_SYMBOL_GPL vmlinux 0x18635b4f clk_register_gate +EXPORT_SYMBOL_GPL vmlinux 0x1865995e clockevents_unbind_device +EXPORT_SYMBOL_GPL vmlinux 0x1869de01 sysfs_update_group +EXPORT_SYMBOL_GPL vmlinux 0x18715353 k3_udma_glue_push_tx_chn +EXPORT_SYMBOL_GPL vmlinux 0x1879dea0 perf_pmu_migrate_context +EXPORT_SYMBOL_GPL vmlinux 0x18a2756b debugfs_create_blob +EXPORT_SYMBOL_GPL vmlinux 0x18a4d66a tpm_chip_register +EXPORT_SYMBOL_GPL vmlinux 0x18a709fc dprc_scan_container +EXPORT_SYMBOL_GPL vmlinux 0x18b367e7 pci_epc_stop +EXPORT_SYMBOL_GPL vmlinux 0x18b5a5d8 vp_legacy_get_queue_size +EXPORT_SYMBOL_GPL vmlinux 0x18b91af8 usb_bulk_msg +EXPORT_SYMBOL_GPL vmlinux 0x18bdc3fe fib6_new_table +EXPORT_SYMBOL_GPL vmlinux 0x18d1be52 __traceiter_rwmmio_post_write +EXPORT_SYMBOL_GPL vmlinux 0x18db4854 ata_ehi_clear_desc +EXPORT_SYMBOL_GPL vmlinux 0x18e4f8aa swphy_read_reg +EXPORT_SYMBOL_GPL vmlinux 0x18e5c1d9 __pci_epf_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x18e8c440 arch_freq_scale +EXPORT_SYMBOL_GPL vmlinux 0x18f10f38 k3_udma_glue_enable_rx_chn +EXPORT_SYMBOL_GPL vmlinux 0x18f944e9 fixup_user_fault +EXPORT_SYMBOL_GPL vmlinux 0x18fb2caf cpus_read_unlock +EXPORT_SYMBOL_GPL vmlinux 0x191b3e3c key_type_user +EXPORT_SYMBOL_GPL vmlinux 0x1926028c zynqmp_pm_reset_assert +EXPORT_SYMBOL_GPL vmlinux 0x19340238 irq_domain_create_simple +EXPORT_SYMBOL_GPL vmlinux 0x1937c37c usb_role_switch_find_by_fwnode +EXPORT_SYMBOL_GPL vmlinux 0x193c30de __clk_hw_register_gate +EXPORT_SYMBOL_GPL vmlinux 0x193da9fb netlink_add_tap +EXPORT_SYMBOL_GPL vmlinux 0x193e8479 msi_next_desc +EXPORT_SYMBOL_GPL vmlinux 0x19403107 xfrm_audit_policy_add +EXPORT_SYMBOL_GPL vmlinux 0x19410ee1 dev_pm_qos_expose_flags +EXPORT_SYMBOL_GPL vmlinux 0x194dd0ce xhci_run +EXPORT_SYMBOL_GPL vmlinux 0x19636cfe gfn_to_pfn +EXPORT_SYMBOL_GPL vmlinux 0x1963f568 pci_hp_remove_module_link +EXPORT_SYMBOL_GPL vmlinux 0x19719cb4 clk_hw_unregister_composite +EXPORT_SYMBOL_GPL vmlinux 0x19821689 __tracepoint_fdb_delete +EXPORT_SYMBOL_GPL vmlinux 0x199ef776 __irq_domain_alloc_irqs +EXPORT_SYMBOL_GPL vmlinux 0x19a2e0a8 fsl_mc_bus_dpmac_type +EXPORT_SYMBOL_GPL vmlinux 0x19a304ba usb_disabled +EXPORT_SYMBOL_GPL vmlinux 0x19bcbc27 i2c_acpi_new_device_by_fwnode +EXPORT_SYMBOL_GPL vmlinux 0x19c20269 soc_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x19c42957 blk_op_str +EXPORT_SYMBOL_GPL vmlinux 0x19c4a09d perf_event_enable +EXPORT_SYMBOL_GPL vmlinux 0x19cc5d60 inet6_csk_addr2sockaddr +EXPORT_SYMBOL_GPL vmlinux 0x19d27b6a pci_epc_mem_init +EXPORT_SYMBOL_GPL vmlinux 0x19dcb1b2 percpu_up_write +EXPORT_SYMBOL_GPL vmlinux 0x19df3136 pci_epf_type_add_cfs +EXPORT_SYMBOL_GPL vmlinux 0x19e81304 btree_alloc +EXPORT_SYMBOL_GPL vmlinux 0x19ebf04e __tracepoint_rwmmio_post_read +EXPORT_SYMBOL_GPL vmlinux 0x19edd064 blkg_rwstat_exit +EXPORT_SYMBOL_GPL vmlinux 0x19f33626 nf_ctnetlink_has_listener +EXPORT_SYMBOL_GPL vmlinux 0x1a048a8e of_property_read_string_helper +EXPORT_SYMBOL_GPL vmlinux 0x1a10c32b crypto_ft_tab +EXPORT_SYMBOL_GPL vmlinux 0x1a11fda5 ata_eh_freeze_port +EXPORT_SYMBOL_GPL vmlinux 0x1a146ec3 usb_ep_type_string +EXPORT_SYMBOL_GPL vmlinux 0x1a1ce718 bio_add_zone_append_page +EXPORT_SYMBOL_GPL vmlinux 0x1a32d30e regulator_get_hardware_vsel_register +EXPORT_SYMBOL_GPL vmlinux 0x1a3a0b83 synth_event_trace_start +EXPORT_SYMBOL_GPL vmlinux 0x1a4eda18 ata_scsi_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x1a5aa733 acpi_subsys_restore_early +EXPORT_SYMBOL_GPL vmlinux 0x1a60eb20 rtnl_link_unregister +EXPORT_SYMBOL_GPL vmlinux 0x1a643c19 devm_kasprintf_strarray +EXPORT_SYMBOL_GPL vmlinux 0x1a6bf28f fsnotify_get_cookie +EXPORT_SYMBOL_GPL vmlinux 0x1a6c7c84 io_uring_cmd_done +EXPORT_SYMBOL_GPL vmlinux 0x1a7c9029 trace_define_field +EXPORT_SYMBOL_GPL vmlinux 0x1a82368d ZSTD_customCalloc +EXPORT_SYMBOL_GPL vmlinux 0x1a876574 __tracepoint_attach_device_to_domain +EXPORT_SYMBOL_GPL vmlinux 0x1a90c175 __put_net +EXPORT_SYMBOL_GPL vmlinux 0x1a977c10 pci_find_ht_capability +EXPORT_SYMBOL_GPL vmlinux 0x1a9ea512 of_dma_request_slave_channel +EXPORT_SYMBOL_GPL vmlinux 0x1aa9b4ad kvm_read_guest +EXPORT_SYMBOL_GPL vmlinux 0x1ab0aa8e icc_std_aggregate +EXPORT_SYMBOL_GPL vmlinux 0x1ac6335c nvdimm_in_overwrite +EXPORT_SYMBOL_GPL vmlinux 0x1acd18c8 cpuset_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0x1ad0a2c8 pci_reset_function_locked +EXPORT_SYMBOL_GPL vmlinux 0x1adf173e power_supply_powers +EXPORT_SYMBOL_GPL vmlinux 0x1ae1ea34 mptcp_token_get_sock +EXPORT_SYMBOL_GPL vmlinux 0x1af267f8 int_pow +EXPORT_SYMBOL_GPL vmlinux 0x1b048184 pci_msix_can_alloc_dyn +EXPORT_SYMBOL_GPL vmlinux 0x1b0602c1 cond_synchronize_rcu_full +EXPORT_SYMBOL_GPL vmlinux 0x1b1225cf serial8250_rx_chars +EXPORT_SYMBOL_GPL vmlinux 0x1b1a3972 cpufreq_dbs_governor_limits +EXPORT_SYMBOL_GPL vmlinux 0x1b204c28 virtqueue_is_broken +EXPORT_SYMBOL_GPL vmlinux 0x1b2561f2 mctrl_gpio_free +EXPORT_SYMBOL_GPL vmlinux 0x1b315e6d regulator_suspend_disable +EXPORT_SYMBOL_GPL vmlinux 0x1b33aba1 mmc_crypto_setup_queue +EXPORT_SYMBOL_GPL vmlinux 0x1b5472b0 meson_clk_dualdiv_ops +EXPORT_SYMBOL_GPL vmlinux 0x1b59f8a0 gpiod_toggle_active_low +EXPORT_SYMBOL_GPL vmlinux 0x1b5f4377 trace_seq_putc +EXPORT_SYMBOL_GPL vmlinux 0x1b5f8a5f usb_autopm_get_interface +EXPORT_SYMBOL_GPL vmlinux 0x1b5fba50 syscon_regmap_lookup_by_phandle_optional +EXPORT_SYMBOL_GPL vmlinux 0x1b6f10a7 mtk_eint_do_suspend +EXPORT_SYMBOL_GPL vmlinux 0x1b8822d8 pinctrl_gpio_direction_output +EXPORT_SYMBOL_GPL vmlinux 0x1b8c888c devlink_trap_report +EXPORT_SYMBOL_GPL vmlinux 0x1b92e41d inet_putpeer +EXPORT_SYMBOL_GPL vmlinux 0x1b94bd96 ip6_sk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0x1b98bf47 folio_wait_writeback_killable +EXPORT_SYMBOL_GPL vmlinux 0x1b9b93b2 pm_generic_runtime_suspend +EXPORT_SYMBOL_GPL vmlinux 0x1bbde3c2 dma_wait_for_async_tx +EXPORT_SYMBOL_GPL vmlinux 0x1bbf8da6 pci_pr3_present +EXPORT_SYMBOL_GPL vmlinux 0x1bc40a8d gpmc_omap_get_nand_ops +EXPORT_SYMBOL_GPL vmlinux 0x1bc41ea7 sata_pmp_port_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 0x1beb0b3e dev_pm_opp_remove_all_dynamic +EXPORT_SYMBOL_GPL vmlinux 0x1c07b3fd of_pci_dma_range_parser_init +EXPORT_SYMBOL_GPL vmlinux 0x1c0eea4f bpf_prog_get_type_dev +EXPORT_SYMBOL_GPL vmlinux 0x1c127577 blk_rq_unprep_clone +EXPORT_SYMBOL_GPL vmlinux 0x1c1e0438 pci_sriov_get_totalvfs +EXPORT_SYMBOL_GPL vmlinux 0x1c21e623 devl_dpipe_headers_unregister +EXPORT_SYMBOL_GPL vmlinux 0x1c2977b9 spi_mem_default_supports_op +EXPORT_SYMBOL_GPL vmlinux 0x1c2f92e4 usb_deregister_device_driver +EXPORT_SYMBOL_GPL vmlinux 0x1c3006d6 bind_interdomain_evtchn_to_irq_lateeoi +EXPORT_SYMBOL_GPL vmlinux 0x1c3693f5 kill_dev_dax +EXPORT_SYMBOL_GPL vmlinux 0x1c478285 platform_device_add +EXPORT_SYMBOL_GPL vmlinux 0x1c5541bd cpufreq_boost_enabled +EXPORT_SYMBOL_GPL vmlinux 0x1c58ac7a iommu_detach_device +EXPORT_SYMBOL_GPL vmlinux 0x1c5b1f28 irq_free_descs +EXPORT_SYMBOL_GPL vmlinux 0x1c5c922b devm_clk_bulk_get_all +EXPORT_SYMBOL_GPL vmlinux 0x1c5ff742 clk_get_phase +EXPORT_SYMBOL_GPL vmlinux 0x1c6f0628 nvdimm_pmem_region_create +EXPORT_SYMBOL_GPL vmlinux 0x1c6f3691 ip6_datagram_recv_ctl +EXPORT_SYMBOL_GPL vmlinux 0x1c7169dc ZSTD_customFree +EXPORT_SYMBOL_GPL vmlinux 0x1c78ac3b devl_assert_locked +EXPORT_SYMBOL_GPL vmlinux 0x1c7a5afa pci_add_dynid +EXPORT_SYMBOL_GPL vmlinux 0x1c7ac51c spi_mem_exec_op +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 0x1c98d356 led_trigger_rename_static +EXPORT_SYMBOL_GPL vmlinux 0x1ca3aa97 alarm_forward +EXPORT_SYMBOL_GPL vmlinux 0x1ca4a930 smp_call_function_any +EXPORT_SYMBOL_GPL vmlinux 0x1cafb54a udp_destruct_common +EXPORT_SYMBOL_GPL vmlinux 0x1cafe5fe inet6_lookup_listener +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 0x1cc51a22 dma_request_chan_by_mask +EXPORT_SYMBOL_GPL vmlinux 0x1cd8b5ad fsl_mc_bus_dpio_type +EXPORT_SYMBOL_GPL vmlinux 0x1cdd0605 xhci_port_state_to_neutral +EXPORT_SYMBOL_GPL vmlinux 0x1ce205e9 blk_crypto_update_capabilities +EXPORT_SYMBOL_GPL vmlinux 0x1ce2949b thermal_zone_device_register_with_trips +EXPORT_SYMBOL_GPL vmlinux 0x1cff8eab sbitmap_init_node +EXPORT_SYMBOL_GPL vmlinux 0x1d0240db sock_diag_put_meminfo +EXPORT_SYMBOL_GPL vmlinux 0x1d02ba1b phy_destroy +EXPORT_SYMBOL_GPL vmlinux 0x1d0a9c58 vp_modern_get_driver_features +EXPORT_SYMBOL_GPL vmlinux 0x1d0ef89e pinctrl_select_default_state +EXPORT_SYMBOL_GPL vmlinux 0x1d0f420e device_get_named_child_node +EXPORT_SYMBOL_GPL vmlinux 0x1d215904 l3mdev_link_scope_lookup +EXPORT_SYMBOL_GPL vmlinux 0x1d222ced irq_get_irqchip_state +EXPORT_SYMBOL_GPL vmlinux 0x1d26ac60 device_iommu_capable +EXPORT_SYMBOL_GPL vmlinux 0x1d2b834e __alloc_pages_bulk +EXPORT_SYMBOL_GPL vmlinux 0x1d3b325c devl_resource_register +EXPORT_SYMBOL_GPL vmlinux 0x1d407de7 dev_queue_xmit_nit +EXPORT_SYMBOL_GPL vmlinux 0x1d57d895 debugfs_create_x16 +EXPORT_SYMBOL_GPL vmlinux 0x1d6696b0 mtk_mutex_disable +EXPORT_SYMBOL_GPL vmlinux 0x1d8d3902 of_property_read_u64_index +EXPORT_SYMBOL_GPL vmlinux 0x1d94a218 dmi_memdev_handle +EXPORT_SYMBOL_GPL vmlinux 0x1daa40e3 mmc_app_cmd +EXPORT_SYMBOL_GPL vmlinux 0x1db1675a devm_remove_action +EXPORT_SYMBOL_GPL vmlinux 0x1db2785a devl_port_register +EXPORT_SYMBOL_GPL vmlinux 0x1db4ce27 spi_write_then_read +EXPORT_SYMBOL_GPL vmlinux 0x1dcdc174 bpf_prog_alloc +EXPORT_SYMBOL_GPL vmlinux 0x1de0f2ca __mmdrop +EXPORT_SYMBOL_GPL vmlinux 0x1de745f9 dev_attr_em_message +EXPORT_SYMBOL_GPL vmlinux 0x1de887ff zynqmp_pm_bootmode_write +EXPORT_SYMBOL_GPL vmlinux 0x1dfa5dbd mpi_invm +EXPORT_SYMBOL_GPL vmlinux 0x1dfeb852 ata_sff_data_xfer32 +EXPORT_SYMBOL_GPL vmlinux 0x1e0061d4 follow_pte +EXPORT_SYMBOL_GPL vmlinux 0x1e0670c6 reset_control_release +EXPORT_SYMBOL_GPL vmlinux 0x1e0c747c bdi_dev_name +EXPORT_SYMBOL_GPL vmlinux 0x1e19b116 vcap_rule_set_counter_id +EXPORT_SYMBOL_GPL vmlinux 0x1e288c83 zynqmp_pm_force_pwrdwn +EXPORT_SYMBOL_GPL vmlinux 0x1e2b9ecc onboard_hub_create_pdevs +EXPORT_SYMBOL_GPL vmlinux 0x1e3b95bc ata_std_error_handler +EXPORT_SYMBOL_GPL vmlinux 0x1e3bc77c xas_create_range +EXPORT_SYMBOL_GPL vmlinux 0x1e4120a6 vp_modern_get_status +EXPORT_SYMBOL_GPL vmlinux 0x1e424d61 user_preparse +EXPORT_SYMBOL_GPL vmlinux 0x1e4e98c0 acpi_dev_filter_resource_type +EXPORT_SYMBOL_GPL vmlinux 0x1e517d2f pci_iov_get_pf_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x1e53f827 stack_depot_print +EXPORT_SYMBOL_GPL vmlinux 0x1e7bbcb3 kernel_restart +EXPORT_SYMBOL_GPL vmlinux 0x1e7ec7df fwnode_property_read_u64_array +EXPORT_SYMBOL_GPL vmlinux 0x1e7eff52 pci_msi_mask_irq +EXPORT_SYMBOL_GPL vmlinux 0x1e83fee6 HYPERVISOR_physdev_op +EXPORT_SYMBOL_GPL vmlinux 0x1e8fac8e wireless_nlevent_flush +EXPORT_SYMBOL_GPL vmlinux 0x1e90ffb1 ata_sff_postreset +EXPORT_SYMBOL_GPL vmlinux 0x1e9bc719 freq_qos_update_request +EXPORT_SYMBOL_GPL vmlinux 0x1e9c590a usb_find_common_endpoints_reverse +EXPORT_SYMBOL_GPL vmlinux 0x1ea0bdd8 alarmtimer_get_rtcdev +EXPORT_SYMBOL_GPL vmlinux 0x1ea150c1 virtqueue_detach_unused_buf +EXPORT_SYMBOL_GPL vmlinux 0x1eb1239d tpm_put_ops +EXPORT_SYMBOL_GPL vmlinux 0x1eb8d5da locks_release_private +EXPORT_SYMBOL_GPL vmlinux 0x1eb9516e round_jiffies_relative +EXPORT_SYMBOL_GPL vmlinux 0x1ebde2fc devl_trap_policers_unregister +EXPORT_SYMBOL_GPL vmlinux 0x1ebf6c2a pci_power_names +EXPORT_SYMBOL_GPL vmlinux 0x1ed4d2eb percpu_ref_kill_and_confirm +EXPORT_SYMBOL_GPL vmlinux 0x1ee196d8 __traceiter_rpm_resume +EXPORT_SYMBOL_GPL vmlinux 0x1eeca221 vring_transport_features +EXPORT_SYMBOL_GPL vmlinux 0x1ef20793 stop_core_cpuslocked +EXPORT_SYMBOL_GPL vmlinux 0x1ef28242 pinctrl_utils_reserve_map +EXPORT_SYMBOL_GPL vmlinux 0x1efaa06f __tracepoint_xhci_dbg_quirks +EXPORT_SYMBOL_GPL vmlinux 0x1f1cc011 zynqmp_pm_get_chipid +EXPORT_SYMBOL_GPL vmlinux 0x1f25624f dm_copy_name_and_uuid +EXPORT_SYMBOL_GPL vmlinux 0x1f37dfd3 usb_hcd_pci_pm_ops +EXPORT_SYMBOL_GPL vmlinux 0x1f38a4f6 mpi_set_highbit +EXPORT_SYMBOL_GPL vmlinux 0x1f449588 mctrl_gpio_disable_ms +EXPORT_SYMBOL_GPL vmlinux 0x1f4cd2a2 mark_page_dirty_in_slot +EXPORT_SYMBOL_GPL vmlinux 0x1f563160 bpf_offload_dev_priv +EXPORT_SYMBOL_GPL vmlinux 0x1f623cc1 pinconf_generic_dt_subnode_to_map +EXPORT_SYMBOL_GPL vmlinux 0x1f648ad2 device_get_child_node_count +EXPORT_SYMBOL_GPL vmlinux 0x1f7689b1 bus_register +EXPORT_SYMBOL_GPL vmlinux 0x1f8544b8 panic_timeout +EXPORT_SYMBOL_GPL vmlinux 0x1f86bc8c smpboot_unregister_percpu_thread +EXPORT_SYMBOL_GPL vmlinux 0x1f9a2b53 zynqmp_pm_clock_enable +EXPORT_SYMBOL_GPL vmlinux 0x1fa1d95c sha256_zero_message_hash +EXPORT_SYMBOL_GPL vmlinux 0x1fb4166f tcp_reno_undo_cwnd +EXPORT_SYMBOL_GPL vmlinux 0x1fc72371 debugfs_create_u16 +EXPORT_SYMBOL_GPL vmlinux 0x1fe6e504 gpiod_add_hogs +EXPORT_SYMBOL_GPL vmlinux 0x1fe7f5ae perf_event_period +EXPORT_SYMBOL_GPL vmlinux 0x2009e400 devlink_info_board_serial_number_put +EXPORT_SYMBOL_GPL vmlinux 0x20129632 md_stop_writes +EXPORT_SYMBOL_GPL vmlinux 0x201d3777 ftrace_set_filter_ips +EXPORT_SYMBOL_GPL vmlinux 0x202d4ed6 nvmem_cell_write +EXPORT_SYMBOL_GPL vmlinux 0x2032697c of_irq_parse_and_map_pci +EXPORT_SYMBOL_GPL vmlinux 0x203b98cf __pm_runtime_resume +EXPORT_SYMBOL_GPL vmlinux 0x2044ef75 bus_get_kset +EXPORT_SYMBOL_GPL vmlinux 0x204f2c5c gnttab_free_grant_reference +EXPORT_SYMBOL_GPL vmlinux 0x205eff3f tcp_bpf_update_proto +EXPORT_SYMBOL_GPL vmlinux 0x206d1b57 platform_device_add_resources +EXPORT_SYMBOL_GPL vmlinux 0x20736bc8 mtk_clk_unregister_cpumuxes +EXPORT_SYMBOL_GPL vmlinux 0x207dd966 fsl_mc_get_endpoint +EXPORT_SYMBOL_GPL vmlinux 0x20824b6f usb_amd_pt_check_port +EXPORT_SYMBOL_GPL vmlinux 0x20835a9f __xdp_release_frame +EXPORT_SYMBOL_GPL vmlinux 0x209731c6 ohci_restart +EXPORT_SYMBOL_GPL vmlinux 0x20978fb9 idr_find +EXPORT_SYMBOL_GPL vmlinux 0x20a4e01a HUF_readStats_wksp +EXPORT_SYMBOL_GPL vmlinux 0x20bbb5ba power_supply_register +EXPORT_SYMBOL_GPL vmlinux 0x20c40370 lp8788_update_bits +EXPORT_SYMBOL_GPL vmlinux 0x20e1854f blk_mq_quiesce_queue +EXPORT_SYMBOL_GPL vmlinux 0x20e7238d mmc_send_tuning +EXPORT_SYMBOL_GPL vmlinux 0x20efe82c securityfs_create_file +EXPORT_SYMBOL_GPL vmlinux 0x20f1e3c7 bdev_discard_alignment +EXPORT_SYMBOL_GPL vmlinux 0x20f541fb xen_xlate_remap_gfn_array +EXPORT_SYMBOL_GPL vmlinux 0x20f7fc09 housekeeping_affine +EXPORT_SYMBOL_GPL vmlinux 0x20fc44ac serdev_acpi_get_uart_resource +EXPORT_SYMBOL_GPL vmlinux 0x21133984 ima_file_check +EXPORT_SYMBOL_GPL vmlinux 0x212734c5 vcap_netbytes_copy +EXPORT_SYMBOL_GPL vmlinux 0x213dc4d8 crypto_ahash_final +EXPORT_SYMBOL_GPL vmlinux 0x214956b7 PageHuge +EXPORT_SYMBOL_GPL vmlinux 0x215d7ded clk_register_fixed_factor +EXPORT_SYMBOL_GPL vmlinux 0x216452b9 genphy_c45_an_disable_aneg +EXPORT_SYMBOL_GPL vmlinux 0x21656d30 rtnl_af_unregister +EXPORT_SYMBOL_GPL vmlinux 0x216de4e1 rcu_get_gp_kthreads_prio +EXPORT_SYMBOL_GPL vmlinux 0x2176e42a hwpoison_filter_memcg +EXPORT_SYMBOL_GPL vmlinux 0x219e40ba devm_clk_hw_register +EXPORT_SYMBOL_GPL vmlinux 0x219ebbd1 gov_attr_set_put +EXPORT_SYMBOL_GPL vmlinux 0x21a563da clk_get_accuracy +EXPORT_SYMBOL_GPL vmlinux 0x21a7560b sata_lpm_ignore_phy_events +EXPORT_SYMBOL_GPL vmlinux 0x21ac8b77 iommu_group_get_by_id +EXPORT_SYMBOL_GPL vmlinux 0x21b81503 spi_sync +EXPORT_SYMBOL_GPL vmlinux 0x21bea5d9 nf_ct_hook +EXPORT_SYMBOL_GPL vmlinux 0x21bf71ae kvm_debugfs_dir +EXPORT_SYMBOL_GPL vmlinux 0x21ca306f vcap_rule_add_action_u32 +EXPORT_SYMBOL_GPL vmlinux 0x21cd3b94 ata_sas_tport_add +EXPORT_SYMBOL_GPL vmlinux 0x21cd536a crypto_put_default_null_skcipher +EXPORT_SYMBOL_GPL vmlinux 0x21d27ae5 regmap_field_alloc +EXPORT_SYMBOL_GPL vmlinux 0x21d656f9 pinmux_generic_get_function_groups +EXPORT_SYMBOL_GPL vmlinux 0x2200061c __tracepoint_pelt_irq_tp +EXPORT_SYMBOL_GPL vmlinux 0x2209c1a7 dm_table_set_type +EXPORT_SYMBOL_GPL vmlinux 0x2209d8ea irq_chip_get_parent_state +EXPORT_SYMBOL_GPL vmlinux 0x220ce70c kvm_arm_hyp_service_available +EXPORT_SYMBOL_GPL vmlinux 0x220ec298 mtk_pinconf_adv_drive_set_raw +EXPORT_SYMBOL_GPL vmlinux 0x22152086 tty_port_default_client_ops +EXPORT_SYMBOL_GPL vmlinux 0x221549cb __platform_driver_probe +EXPORT_SYMBOL_GPL vmlinux 0x22167bb2 __traceiter_neigh_event_send_done +EXPORT_SYMBOL_GPL vmlinux 0x221cf53f vcap_del_rule +EXPORT_SYMBOL_GPL vmlinux 0x222677a9 relay_subbufs_consumed +EXPORT_SYMBOL_GPL vmlinux 0x222d2865 device_remove_file +EXPORT_SYMBOL_GPL vmlinux 0x222d97e6 class_compat_create_link +EXPORT_SYMBOL_GPL vmlinux 0x2238d7dc pm_clk_add_clk +EXPORT_SYMBOL_GPL vmlinux 0x223d6ade regulator_set_current_limit +EXPORT_SYMBOL_GPL vmlinux 0x2248b407 clk_hw_set_parent +EXPORT_SYMBOL_GPL vmlinux 0x2252c363 devm_phy_get +EXPORT_SYMBOL_GPL vmlinux 0x225641d2 icc_provider_del +EXPORT_SYMBOL_GPL vmlinux 0x225b88ac iommu_report_device_fault +EXPORT_SYMBOL_GPL vmlinux 0x22616490 pci_user_write_config_dword +EXPORT_SYMBOL_GPL vmlinux 0x2264b177 d_same_name +EXPORT_SYMBOL_GPL vmlinux 0x227176a0 component_release_of +EXPORT_SYMBOL_GPL vmlinux 0x227f78f9 l3mdev_update_flow +EXPORT_SYMBOL_GPL vmlinux 0x2280d7ed fwnode_property_get_reference_args +EXPORT_SYMBOL_GPL vmlinux 0x22893bd4 sysfs_change_owner +EXPORT_SYMBOL_GPL vmlinux 0x228e38e6 device_property_read_string +EXPORT_SYMBOL_GPL vmlinux 0x2290148f inet_twsk_purge +EXPORT_SYMBOL_GPL vmlinux 0x229445a9 dev_pm_qos_hide_latency_limit +EXPORT_SYMBOL_GPL vmlinux 0x22947fde fscrypt_fname_siphash +EXPORT_SYMBOL_GPL vmlinux 0x22960d79 icc_set_tag +EXPORT_SYMBOL_GPL vmlinux 0x22ab7517 devl_unlock +EXPORT_SYMBOL_GPL vmlinux 0x22b8a4ff __traceiter_detach_device_from_domain +EXPORT_SYMBOL_GPL vmlinux 0x22bbd6ac __regmap_init_mmio_clk +EXPORT_SYMBOL_GPL vmlinux 0x22c76f72 device_reprobe +EXPORT_SYMBOL_GPL vmlinux 0x22d60537 tcf_frag_xmit_count +EXPORT_SYMBOL_GPL vmlinux 0x22d6be70 xhci_dbg_trace +EXPORT_SYMBOL_GPL vmlinux 0x22d9409b iomap_sort_ioends +EXPORT_SYMBOL_GPL vmlinux 0x22dc85cf devm_pinctrl_get +EXPORT_SYMBOL_GPL vmlinux 0x22ec5205 cpu_latency_qos_remove_request +EXPORT_SYMBOL_GPL vmlinux 0x22f11c27 vfs_cancel_lock +EXPORT_SYMBOL_GPL vmlinux 0x22f2365f iomap_read_folio +EXPORT_SYMBOL_GPL vmlinux 0x22fd08ba cpuacct_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0x232024e4 of_pci_address_to_resource +EXPORT_SYMBOL_GPL vmlinux 0x232e657f ata_slave_link_init +EXPORT_SYMBOL_GPL vmlinux 0x2330b66b scsi_alloc_request +EXPORT_SYMBOL_GPL vmlinux 0x2337ed1d virtqueue_get_avail_addr +EXPORT_SYMBOL_GPL vmlinux 0x23412816 rtc_tm_to_ktime +EXPORT_SYMBOL_GPL vmlinux 0x2342635f devm_mtk_clk_mux_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0x234cf416 devlink_fmsg_string_pair_put +EXPORT_SYMBOL_GPL vmlinux 0x23524da9 spi_delay_exec +EXPORT_SYMBOL_GPL vmlinux 0x2357628f pci_epc_get_msi +EXPORT_SYMBOL_GPL vmlinux 0x235774bd devm_usb_get_phy +EXPORT_SYMBOL_GPL vmlinux 0x236bb6e3 ip6_datagram_release_cb +EXPORT_SYMBOL_GPL vmlinux 0x236cd0a7 rio_release_inb_pwrite +EXPORT_SYMBOL_GPL vmlinux 0x23864ce7 cpuset_mem_spread_node +EXPORT_SYMBOL_GPL vmlinux 0x23873d64 fuse_conn_init +EXPORT_SYMBOL_GPL vmlinux 0x2396c7f0 clk_set_parent +EXPORT_SYMBOL_GPL vmlinux 0x2399f72f gpiochip_is_requested +EXPORT_SYMBOL_GPL vmlinux 0x23b2a2b3 __mmu_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0x23bdaa7d device_create_bin_file +EXPORT_SYMBOL_GPL vmlinux 0x23d68329 query_asymmetric_key +EXPORT_SYMBOL_GPL vmlinux 0x23e666ce led_update_brightness +EXPORT_SYMBOL_GPL vmlinux 0x23eb6240 tty_port_register_device +EXPORT_SYMBOL_GPL vmlinux 0x23ff0263 synth_event_gen_cmd_array_start +EXPORT_SYMBOL_GPL vmlinux 0x240669a8 crypto_stats_rng_generate +EXPORT_SYMBOL_GPL vmlinux 0x240f7aae usb_create_shared_hcd +EXPORT_SYMBOL_GPL vmlinux 0x2419562d pstore_register +EXPORT_SYMBOL_GPL vmlinux 0x241d85c5 register_ftrace_function +EXPORT_SYMBOL_GPL vmlinux 0x241fb61d __clk_mux_determine_rate +EXPORT_SYMBOL_GPL vmlinux 0x2421097b mpi_const +EXPORT_SYMBOL_GPL vmlinux 0x24395b4e clk_hw_register_fixed_factor_parent_hw +EXPORT_SYMBOL_GPL vmlinux 0x24413343 erst_read_record +EXPORT_SYMBOL_GPL vmlinux 0x245804bf power_supply_get_battery_info +EXPORT_SYMBOL_GPL vmlinux 0x2463704d get_net_ns_by_id +EXPORT_SYMBOL_GPL vmlinux 0x2464da17 gen_pool_size +EXPORT_SYMBOL_GPL vmlinux 0x2469810f __rcu_read_unlock +EXPORT_SYMBOL_GPL vmlinux 0x2469ae19 icc_node_add +EXPORT_SYMBOL_GPL vmlinux 0x24709b2f trace_seq_putmem +EXPORT_SYMBOL_GPL vmlinux 0x2483c953 ip6_datagram_connect_v6_only +EXPORT_SYMBOL_GPL vmlinux 0x2484e789 vbin_printf +EXPORT_SYMBOL_GPL vmlinux 0x24852826 __SCK__tp_func_udp_fail_queue_rcv_skb +EXPORT_SYMBOL_GPL vmlinux 0x2486c5a9 fwnode_graph_get_remote_port_parent +EXPORT_SYMBOL_GPL vmlinux 0x2488d2ae serial8250_do_set_ldisc +EXPORT_SYMBOL_GPL vmlinux 0x248bc867 raw_notifier_call_chain_robust +EXPORT_SYMBOL_GPL vmlinux 0x248bd23d tegra_mc_get_carveout_info +EXPORT_SYMBOL_GPL vmlinux 0x248e1473 kfree_strarray +EXPORT_SYMBOL_GPL vmlinux 0x2498bbbf ncsi_stop_dev +EXPORT_SYMBOL_GPL vmlinux 0x249e098e key_type_trusted +EXPORT_SYMBOL_GPL vmlinux 0x249e9b5a sysfs_break_active_protection +EXPORT_SYMBOL_GPL vmlinux 0x24a2e185 of_genpd_add_device +EXPORT_SYMBOL_GPL vmlinux 0x24ad11db wakeup_sources_read_unlock +EXPORT_SYMBOL_GPL vmlinux 0x24d18752 led_classdev_resume +EXPORT_SYMBOL_GPL vmlinux 0x24da0093 rcu_inkernel_boot_has_ended +EXPORT_SYMBOL_GPL vmlinux 0x24e1e6e7 pinconf_generic_dump_config +EXPORT_SYMBOL_GPL vmlinux 0x24e2bb02 ti_sci_inta_msi_domain_alloc_irqs +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 0x2505564d regulator_allow_bypass +EXPORT_SYMBOL_GPL vmlinux 0x251379fd sata_link_hardreset +EXPORT_SYMBOL_GPL vmlinux 0x2519748a class_find_device +EXPORT_SYMBOL_GPL vmlinux 0x2519a9b4 pci_test_config_bits +EXPORT_SYMBOL_GPL vmlinux 0x2528448f ata_cable_unknown +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 0x253a5024 irq_domain_alloc_irqs_parent +EXPORT_SYMBOL_GPL vmlinux 0x253e1612 thermal_add_hwmon_sysfs +EXPORT_SYMBOL_GPL vmlinux 0x253e3763 acpi_dev_state_d0 +EXPORT_SYMBOL_GPL vmlinux 0x255ef062 __pm_runtime_suspend +EXPORT_SYMBOL_GPL vmlinux 0x2574da11 zynqmp_pm_write_pggs +EXPORT_SYMBOL_GPL vmlinux 0x258d212d ahci_platform_suspend +EXPORT_SYMBOL_GPL vmlinux 0x258ed62f dev_pm_qos_flags +EXPORT_SYMBOL_GPL vmlinux 0x2592fc6c console_printk +EXPORT_SYMBOL_GPL vmlinux 0x259b73aa of_address_to_resource +EXPORT_SYMBOL_GPL vmlinux 0x25a502e1 regulator_bulk_free +EXPORT_SYMBOL_GPL vmlinux 0x25b5f70b tegra_mc_write_emem_configuration +EXPORT_SYMBOL_GPL vmlinux 0x25bbfa9a security_kernel_load_data +EXPORT_SYMBOL_GPL vmlinux 0x25c42796 onboard_hub_destroy_pdevs +EXPORT_SYMBOL_GPL vmlinux 0x25d3c8f5 skcipher_walk_complete +EXPORT_SYMBOL_GPL vmlinux 0x25e21bb1 scsi_autopm_put_device +EXPORT_SYMBOL_GPL vmlinux 0x25e70989 devlink_params_unregister +EXPORT_SYMBOL_GPL vmlinux 0x2602bbfa ncsi_register_dev +EXPORT_SYMBOL_GPL vmlinux 0x2608496f sata_scr_read +EXPORT_SYMBOL_GPL vmlinux 0x260b3aa4 security_inode_mkdir +EXPORT_SYMBOL_GPL vmlinux 0x26274c6a hwmon_device_register +EXPORT_SYMBOL_GPL vmlinux 0x2627ab9b set_online_page_callback +EXPORT_SYMBOL_GPL vmlinux 0x262c03ac crypto_shash_tfm_digest +EXPORT_SYMBOL_GPL vmlinux 0x262f6de6 ahci_host_activate +EXPORT_SYMBOL_GPL vmlinux 0x264ad3fa shash_ahash_update +EXPORT_SYMBOL_GPL vmlinux 0x264d1256 driver_remove_file +EXPORT_SYMBOL_GPL vmlinux 0x26520970 vm_memory_committed +EXPORT_SYMBOL_GPL vmlinux 0x265bbef9 kexec_crash_loaded +EXPORT_SYMBOL_GPL vmlinux 0x265d0674 acpi_data_fwnode_ops +EXPORT_SYMBOL_GPL vmlinux 0x2668f035 ulpi_viewport_access_ops +EXPORT_SYMBOL_GPL vmlinux 0x266a4b08 tasklet_unlock +EXPORT_SYMBOL_GPL vmlinux 0x266c1d06 k3_udma_glue_tx_get_dma_device +EXPORT_SYMBOL_GPL vmlinux 0x267dc9a5 devm_mipi_dsi_device_register_full +EXPORT_SYMBOL_GPL vmlinux 0x267df662 smp_call_on_cpu +EXPORT_SYMBOL_GPL vmlinux 0x268299e8 regmap_get_val_endian +EXPORT_SYMBOL_GPL vmlinux 0x269de565 skb_tstamp_tx +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 0x26d9ffab sysfs_remove_files +EXPORT_SYMBOL_GPL vmlinux 0x26dd08f9 __virtio_unbreak_device +EXPORT_SYMBOL_GPL vmlinux 0x26dfeb12 ethtool_set_ethtool_phy_ops +EXPORT_SYMBOL_GPL vmlinux 0x26ed2186 register_vmap_purge_notifier +EXPORT_SYMBOL_GPL vmlinux 0x26fdd671 __traceiter_io_page_fault +EXPORT_SYMBOL_GPL vmlinux 0x26feb99f kthread_unpark +EXPORT_SYMBOL_GPL vmlinux 0x27046576 kvm_exit +EXPORT_SYMBOL_GPL vmlinux 0x2710bdf0 vfs_submount +EXPORT_SYMBOL_GPL vmlinux 0x271134f2 acpi_device_uevent_modalias +EXPORT_SYMBOL_GPL vmlinux 0x2715c24b is_swiotlb_active +EXPORT_SYMBOL_GPL vmlinux 0x2716ea01 irq_gc_unmask_enable_reg +EXPORT_SYMBOL_GPL vmlinux 0x272de73c usb_hcd_setup_local_mem +EXPORT_SYMBOL_GPL vmlinux 0x272e9d77 hisi_reset_exit +EXPORT_SYMBOL_GPL vmlinux 0x275a355e iommu_domain_alloc +EXPORT_SYMBOL_GPL vmlinux 0x2763b484 fuse_dev_install +EXPORT_SYMBOL_GPL vmlinux 0x2773af71 mtk_build_eint +EXPORT_SYMBOL_GPL vmlinux 0x2773c485 __wake_up_locked +EXPORT_SYMBOL_GPL vmlinux 0x278910d9 scsi_host_busy_iter +EXPORT_SYMBOL_GPL vmlinux 0x27903088 da903x_write +EXPORT_SYMBOL_GPL vmlinux 0x2790442d usb_get_intf +EXPORT_SYMBOL_GPL vmlinux 0x27979079 devm_hte_request_ts_ns +EXPORT_SYMBOL_GPL vmlinux 0x27b4e5d2 genphy_c45_config_aneg +EXPORT_SYMBOL_GPL vmlinux 0x27ce9535 devfreq_get_devfreq_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0x27dbce83 fscrypt_context_for_new_inode +EXPORT_SYMBOL_GPL vmlinux 0x27dc9471 __tracepoint_br_fdb_update +EXPORT_SYMBOL_GPL vmlinux 0x27de20c4 tpm_pcr_read +EXPORT_SYMBOL_GPL vmlinux 0x27de8b9d ata_sff_check_status +EXPORT_SYMBOL_GPL vmlinux 0x27e6b2fd uart_console_device +EXPORT_SYMBOL_GPL vmlinux 0x27f4f029 ftrace_set_global_filter +EXPORT_SYMBOL_GPL vmlinux 0x27fa66e1 nr_free_buffer_pages +EXPORT_SYMBOL_GPL vmlinux 0x2808b54e acpi_dev_add_driver_gpios +EXPORT_SYMBOL_GPL vmlinux 0x280c1d67 balloon_mops +EXPORT_SYMBOL_GPL vmlinux 0x2814820d regulator_bulk_disable +EXPORT_SYMBOL_GPL vmlinux 0x2817f7fd cppc_get_desired_perf +EXPORT_SYMBOL_GPL vmlinux 0x28192475 gnttab_page_cache_put +EXPORT_SYMBOL_GPL vmlinux 0x282cdabc usb_led_activity +EXPORT_SYMBOL_GPL vmlinux 0x28310bcd kasprintf_strarray +EXPORT_SYMBOL_GPL vmlinux 0x28341a33 kvm_destroy_vcpus +EXPORT_SYMBOL_GPL vmlinux 0x283c9ab6 of_get_videomode +EXPORT_SYMBOL_GPL vmlinux 0x2849cb68 pci_find_host_bridge +EXPORT_SYMBOL_GPL vmlinux 0x284f46be ata_port_abort +EXPORT_SYMBOL_GPL vmlinux 0x285084af mtk_clk_unregister_factors +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 0x2882d40e usb_role_switch_unregister +EXPORT_SYMBOL_GPL vmlinux 0x28842037 pci_epc_mem_exit +EXPORT_SYMBOL_GPL vmlinux 0x28a03c76 __pci_hp_initialize +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 0x28bf31a4 gpiochip_get_data +EXPORT_SYMBOL_GPL vmlinux 0x28c120f5 pci_d3cold_disable +EXPORT_SYMBOL_GPL vmlinux 0x28c91e69 pci_hp_add_bridge +EXPORT_SYMBOL_GPL vmlinux 0x28cc6064 vp_legacy_probe +EXPORT_SYMBOL_GPL vmlinux 0x28e99c07 securityfs_remove +EXPORT_SYMBOL_GPL vmlinux 0x28f42ea9 __xenbus_register_backend +EXPORT_SYMBOL_GPL vmlinux 0x28f47e98 acomp_request_alloc +EXPORT_SYMBOL_GPL vmlinux 0x291876f3 mpi_ec_get_affine +EXPORT_SYMBOL_GPL vmlinux 0x2924808d ethnl_cable_test_result +EXPORT_SYMBOL_GPL vmlinux 0x2925db1e power_supply_get_property_from_supplier +EXPORT_SYMBOL_GPL vmlinux 0x292cdec1 __percpu_init_rwsem +EXPORT_SYMBOL_GPL vmlinux 0x292ea485 sdio_memcpy_toio +EXPORT_SYMBOL_GPL vmlinux 0x293e65fa devm_mbox_controller_register +EXPORT_SYMBOL_GPL vmlinux 0x2958594b phy_pm_runtime_put_sync +EXPORT_SYMBOL_GPL vmlinux 0x295b982a hisi_clk_register_fixed_rate +EXPORT_SYMBOL_GPL vmlinux 0x2962962f wm831x_reg_read +EXPORT_SYMBOL_GPL vmlinux 0x296682b0 zynqmp_pm_get_rpu_mode +EXPORT_SYMBOL_GPL vmlinux 0x296f2aa8 netdev_walk_all_upper_dev_rcu +EXPORT_SYMBOL_GPL vmlinux 0x297ac8fc devm_kstrdup_const +EXPORT_SYMBOL_GPL vmlinux 0x29866dd8 iopf_queue_add_device +EXPORT_SYMBOL_GPL vmlinux 0x298cac98 unregister_acpi_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x29a29ece devm_regmap_field_bulk_free +EXPORT_SYMBOL_GPL vmlinux 0x29a3537f thermal_zone_device_register +EXPORT_SYMBOL_GPL vmlinux 0x29a5833c pci_find_next_capability +EXPORT_SYMBOL_GPL vmlinux 0x29a9e782 kvm_read_guest_cached +EXPORT_SYMBOL_GPL vmlinux 0x29b96194 xenbus_free_evtchn +EXPORT_SYMBOL_GPL vmlinux 0x29ca206a umd_unload_blob +EXPORT_SYMBOL_GPL vmlinux 0x29d00d6b ethtool_params_from_link_mode +EXPORT_SYMBOL_GPL vmlinux 0x29d76547 k3_udma_glue_tdown_rx_chn +EXPORT_SYMBOL_GPL vmlinux 0x29dbd855 ahci_platform_resume +EXPORT_SYMBOL_GPL vmlinux 0x29dfb3ef regulator_get +EXPORT_SYMBOL_GPL vmlinux 0x29eba37f current_is_async +EXPORT_SYMBOL_GPL vmlinux 0x29f42bf4 usb_hub_claim_port +EXPORT_SYMBOL_GPL vmlinux 0x29f60990 kvm_vcpu_wake_up +EXPORT_SYMBOL_GPL vmlinux 0x2a0f3274 static_dev_dax +EXPORT_SYMBOL_GPL vmlinux 0x2a159d05 clk_register_divider_table +EXPORT_SYMBOL_GPL vmlinux 0x2a2f04fa ip_tunnel_netlink_parms +EXPORT_SYMBOL_GPL vmlinux 0x2a31e085 ip6_pol_route +EXPORT_SYMBOL_GPL vmlinux 0x2a3a4308 clk_hw_unregister_fixed_factor +EXPORT_SYMBOL_GPL vmlinux 0x2a443ce1 dev_xdp_prog_count +EXPORT_SYMBOL_GPL vmlinux 0x2a454163 mtk_pinconf_drive_set +EXPORT_SYMBOL_GPL vmlinux 0x2a4d2e0b blk_crypto_reprogram_all_keys +EXPORT_SYMBOL_GPL vmlinux 0x2a4eb9de mtk_eint_do_init +EXPORT_SYMBOL_GPL vmlinux 0x2a5b20bd __fsnotify_parent +EXPORT_SYMBOL_GPL vmlinux 0x2a5ea9ef rhashtable_destroy +EXPORT_SYMBOL_GPL vmlinux 0x2a62cb3a ring_buffer_overrun_cpu +EXPORT_SYMBOL_GPL vmlinux 0x2a678014 fsverity_file_open +EXPORT_SYMBOL_GPL vmlinux 0x2a7316da __SCK__tp_func_neigh_cleanup_and_release +EXPORT_SYMBOL_GPL vmlinux 0x2a7e517a ping_recvmsg +EXPORT_SYMBOL_GPL vmlinux 0x2a86fb6b of_dma_controller_free +EXPORT_SYMBOL_GPL vmlinux 0x2a8e584c irq_chip_unmask_parent +EXPORT_SYMBOL_GPL vmlinux 0x2a976d1c dax_synchronous +EXPORT_SYMBOL_GPL vmlinux 0x2a9acfdc noop_direct_IO +EXPORT_SYMBOL_GPL vmlinux 0x2a9b236b rtm_getroute_parse_ip_proto +EXPORT_SYMBOL_GPL vmlinux 0x2a9e9652 phy_init +EXPORT_SYMBOL_GPL vmlinux 0x2aac9355 of_icc_get +EXPORT_SYMBOL_GPL vmlinux 0x2aadad1a efi_capsule_update +EXPORT_SYMBOL_GPL vmlinux 0x2addf457 amba_bustype +EXPORT_SYMBOL_GPL vmlinux 0x2ae1689e zynqmp_pm_clock_getdivider +EXPORT_SYMBOL_GPL vmlinux 0x2af7c6b1 debugfs_create_ulong +EXPORT_SYMBOL_GPL vmlinux 0x2b033354 hwspin_lock_get_id +EXPORT_SYMBOL_GPL vmlinux 0x2b084689 iomap_readahead +EXPORT_SYMBOL_GPL vmlinux 0x2b085bda class_dev_iter_init +EXPORT_SYMBOL_GPL vmlinux 0x2b0fe000 gnttab_cancel_free_callback +EXPORT_SYMBOL_GPL vmlinux 0x2b13f92b dpbp_get_attributes +EXPORT_SYMBOL_GPL vmlinux 0x2b224625 pci_bus_resource_n +EXPORT_SYMBOL_GPL vmlinux 0x2b2b5816 usb_acpi_set_power_state +EXPORT_SYMBOL_GPL vmlinux 0x2b3a45bb bus_unregister +EXPORT_SYMBOL_GPL vmlinux 0x2b3ee38b dev_pm_domain_detach +EXPORT_SYMBOL_GPL vmlinux 0x2b4509dd devlink_health_reporter_state_update +EXPORT_SYMBOL_GPL vmlinux 0x2b51fd02 regulator_put +EXPORT_SYMBOL_GPL vmlinux 0x2b6150fb power_supply_temp2resist_simple +EXPORT_SYMBOL_GPL vmlinux 0x2b6d960d synth_event_cmd_init +EXPORT_SYMBOL_GPL vmlinux 0x2b76646e pkcs7_free_message +EXPORT_SYMBOL_GPL vmlinux 0x2b86f0fd zynqmp_pm_bootmode_read +EXPORT_SYMBOL_GPL vmlinux 0x2b891f5f nf_route +EXPORT_SYMBOL_GPL vmlinux 0x2b960b66 qman_is_probed +EXPORT_SYMBOL_GPL vmlinux 0x2b9997fb atomic_notifier_chain_register +EXPORT_SYMBOL_GPL vmlinux 0x2bafa5f1 __spi_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x2bb15a1f of_clk_get_from_provider +EXPORT_SYMBOL_GPL vmlinux 0x2bbecd3d usb_hcd_pci_probe +EXPORT_SYMBOL_GPL vmlinux 0x2bc0a1ba iptunnel_xmit +EXPORT_SYMBOL_GPL vmlinux 0x2bd8a8bb blk_fill_rwbs +EXPORT_SYMBOL_GPL vmlinux 0x2bdf5ab0 pm_wakeup_pending +EXPORT_SYMBOL_GPL vmlinux 0x2bed5127 usb_hub_clear_tt_buffer +EXPORT_SYMBOL_GPL vmlinux 0x2bee8c64 gpiod_export +EXPORT_SYMBOL_GPL vmlinux 0x2beeb3c6 devm_init_badblocks +EXPORT_SYMBOL_GPL vmlinux 0x2bf1ee62 sdio_writeb_readb +EXPORT_SYMBOL_GPL vmlinux 0x2c09579a __of_reset_control_get +EXPORT_SYMBOL_GPL vmlinux 0x2c0baee8 rio_mport_get_feature +EXPORT_SYMBOL_GPL vmlinux 0x2c18a087 fscrypt_ioctl_get_key_status +EXPORT_SYMBOL_GPL vmlinux 0x2c196ddb pci_disable_pcie_error_reporting +EXPORT_SYMBOL_GPL vmlinux 0x2c208607 power_supply_is_system_supplied +EXPORT_SYMBOL_GPL vmlinux 0x2c3054f9 net_inc_ingress_queue +EXPORT_SYMBOL_GPL vmlinux 0x2c36cc85 __tracepoint_unmap +EXPORT_SYMBOL_GPL vmlinux 0x2c44fff7 mtk_pinconf_drive_get +EXPORT_SYMBOL_GPL vmlinux 0x2c46c3b8 fat_getattr +EXPORT_SYMBOL_GPL vmlinux 0x2c4fcb36 nvdimm_kobj +EXPORT_SYMBOL_GPL vmlinux 0x2c55fd48 thermal_of_cooling_device_register +EXPORT_SYMBOL_GPL vmlinux 0x2c60ca2b acpi_get_acpi_dev +EXPORT_SYMBOL_GPL vmlinux 0x2c635527 arch_invalidate_pmem +EXPORT_SYMBOL_GPL vmlinux 0x2c66729f phy_basic_features +EXPORT_SYMBOL_GPL vmlinux 0x2c66ac85 devlink_info_serial_number_put +EXPORT_SYMBOL_GPL vmlinux 0x2c6db2ef crypto_register_acomp +EXPORT_SYMBOL_GPL vmlinux 0x2c790d4a __tracepoint_sched_util_est_cfs_tp +EXPORT_SYMBOL_GPL vmlinux 0x2c7b627d scsi_internal_device_unblock_nowait +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 0x2c84090b acpi_bus_trim +EXPORT_SYMBOL_GPL vmlinux 0x2c85f5bd __traceiter_ata_exec_command +EXPORT_SYMBOL_GPL vmlinux 0x2c8dd6b8 edac_mem_types +EXPORT_SYMBOL_GPL vmlinux 0x2c8e28ee phylink_ethtool_get_eee +EXPORT_SYMBOL_GPL vmlinux 0x2c945a91 sfp_register_socket +EXPORT_SYMBOL_GPL vmlinux 0x2c97f8a2 of_reconfig_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0x2ca68f9a devlink_port_register +EXPORT_SYMBOL_GPL vmlinux 0x2cc5e76c irq_domain_free_irqs_parent +EXPORT_SYMBOL_GPL vmlinux 0x2ccab918 dw_pcie_setup_rc +EXPORT_SYMBOL_GPL vmlinux 0x2ccdcf05 crypto_aead_decrypt +EXPORT_SYMBOL_GPL vmlinux 0x2cd39489 virtio_reset_device +EXPORT_SYMBOL_GPL vmlinux 0x2cd3cf1c dm_bio_from_per_bio_data +EXPORT_SYMBOL_GPL vmlinux 0x2cd7d1d3 acpi_bus_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0x2ce08dd0 ata_scsi_slave_destroy +EXPORT_SYMBOL_GPL vmlinux 0x2ce3728a regulator_map_voltage_pickable_linear_range +EXPORT_SYMBOL_GPL vmlinux 0x2ce61f33 __SCK__tp_func_br_fdb_add +EXPORT_SYMBOL_GPL vmlinux 0x2cf4f809 clk_hw_init_rate_request +EXPORT_SYMBOL_GPL vmlinux 0x2cf7da3f sfp_add_phy +EXPORT_SYMBOL_GPL vmlinux 0x2d0684a9 hrtimer_init +EXPORT_SYMBOL_GPL vmlinux 0x2d0e88dd badblocks_exit +EXPORT_SYMBOL_GPL vmlinux 0x2d1aad1e device_phy_find_device +EXPORT_SYMBOL_GPL vmlinux 0x2d1b02d2 usermodehelper_read_lock_wait +EXPORT_SYMBOL_GPL vmlinux 0x2d20d655 kset_find_obj +EXPORT_SYMBOL_GPL vmlinux 0x2d22238d crypto_unregister_scomp +EXPORT_SYMBOL_GPL vmlinux 0x2d2c902f perf_trace_buf_alloc +EXPORT_SYMBOL_GPL vmlinux 0x2d2dd36f kobj_ns_grab_current +EXPORT_SYMBOL_GPL vmlinux 0x2d30a6d8 mmc_regulator_set_ocr +EXPORT_SYMBOL_GPL vmlinux 0x2d35604c dm_device_name +EXPORT_SYMBOL_GPL vmlinux 0x2d3d57e5 tpm_chip_stop +EXPORT_SYMBOL_GPL vmlinux 0x2d41e6f5 __trace_puts +EXPORT_SYMBOL_GPL vmlinux 0x2d48f9b5 xen_xenbus_fops +EXPORT_SYMBOL_GPL vmlinux 0x2d609547 dax_direct_access +EXPORT_SYMBOL_GPL vmlinux 0x2d6abf40 skb_complete_tx_timestamp +EXPORT_SYMBOL_GPL vmlinux 0x2d71cbfb usb_hcd_check_unlink_urb +EXPORT_SYMBOL_GPL vmlinux 0x2d74b2b7 dev_pm_opp_of_add_table +EXPORT_SYMBOL_GPL vmlinux 0x2d76e8f7 put_io_context +EXPORT_SYMBOL_GPL vmlinux 0x2d7aacbb pci_reset_bus +EXPORT_SYMBOL_GPL vmlinux 0x2d7fe7b0 bpf_prog_create_from_user +EXPORT_SYMBOL_GPL vmlinux 0x2d82baa7 da9052_enable_irq +EXPORT_SYMBOL_GPL vmlinux 0x2d8ac226 xfrm_audit_state_delete +EXPORT_SYMBOL_GPL vmlinux 0x2d8af387 sdio_disable_func +EXPORT_SYMBOL_GPL vmlinux 0x2d9f5a03 fwnode_property_read_u16_array +EXPORT_SYMBOL_GPL vmlinux 0x2dafc2da acpi_processor_get_performance_info +EXPORT_SYMBOL_GPL vmlinux 0x2db0772f ip_route_output_flow +EXPORT_SYMBOL_GPL vmlinux 0x2db61395 pci_p2pmem_find_many +EXPORT_SYMBOL_GPL vmlinux 0x2db67d4a owl_sps_set_pg +EXPORT_SYMBOL_GPL vmlinux 0x2db78e7b skb_partial_csum_set +EXPORT_SYMBOL_GPL vmlinux 0x2dceab61 regulator_enable_regmap +EXPORT_SYMBOL_GPL vmlinux 0x2dda26df find_asymmetric_key +EXPORT_SYMBOL_GPL vmlinux 0x2ddd5b55 devlink_is_reload_failed +EXPORT_SYMBOL_GPL vmlinux 0x2df64c77 serial8250_modem_status +EXPORT_SYMBOL_GPL vmlinux 0x2dff246b of_genpd_add_subdomain +EXPORT_SYMBOL_GPL vmlinux 0x2e028ae6 rcutorture_get_gp_data +EXPORT_SYMBOL_GPL vmlinux 0x2e059acc usb_hcd_unmap_urb_setup_for_dma +EXPORT_SYMBOL_GPL vmlinux 0x2e08226d badrange_add +EXPORT_SYMBOL_GPL vmlinux 0x2e2360b1 ftrace_set_global_notrace +EXPORT_SYMBOL_GPL vmlinux 0x2e2868e2 edac_mc_find_csrow_by_page +EXPORT_SYMBOL_GPL vmlinux 0x2e2fd81b fw_devlink_purge_absent_suppliers +EXPORT_SYMBOL_GPL vmlinux 0x2e363605 xhci_check_bandwidth +EXPORT_SYMBOL_GPL vmlinux 0x2e3e58ef vcpu_load +EXPORT_SYMBOL_GPL vmlinux 0x2e47c2c2 imx_pinctrl_pm_ops +EXPORT_SYMBOL_GPL vmlinux 0x2e49a9dd rio_unlock_device +EXPORT_SYMBOL_GPL vmlinux 0x2e624d53 serdev_device_write +EXPORT_SYMBOL_GPL vmlinux 0x2e62e154 generic_device_group +EXPORT_SYMBOL_GPL vmlinux 0x2e662340 component_del +EXPORT_SYMBOL_GPL vmlinux 0x2e66298c __SCK__tp_func_sched_util_est_cfs_tp +EXPORT_SYMBOL_GPL vmlinux 0x2e67c759 mmc_send_status +EXPORT_SYMBOL_GPL vmlinux 0x2e75ad84 led_sysfs_enable +EXPORT_SYMBOL_GPL vmlinux 0x2e7ca774 devm_serdev_device_open +EXPORT_SYMBOL_GPL vmlinux 0x2e7f69f7 gpiod_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x2e9ec24d free_iova +EXPORT_SYMBOL_GPL vmlinux 0x2ea7a909 usb_role_switch_register +EXPORT_SYMBOL_GPL vmlinux 0x2ead54c9 power_supply_get_by_name +EXPORT_SYMBOL_GPL vmlinux 0x2ebb19fd execute_in_process_context +EXPORT_SYMBOL_GPL vmlinux 0x2ebe21c7 devm_pm_opp_of_add_table +EXPORT_SYMBOL_GPL vmlinux 0x2ebe3135 cpu_is_hotpluggable +EXPORT_SYMBOL_GPL vmlinux 0x2ecb758b rockchip_pcie_init_port +EXPORT_SYMBOL_GPL vmlinux 0x2ed489ec gfn_to_pfn_memslot +EXPORT_SYMBOL_GPL vmlinux 0x2ed5e604 devlink_alloc_ns +EXPORT_SYMBOL_GPL vmlinux 0x2ed9f5a5 ata_bmdma_port_ops +EXPORT_SYMBOL_GPL vmlinux 0x2ee7c52b btree_visitor +EXPORT_SYMBOL_GPL vmlinux 0x2eeda660 kvm_vcpu_on_spin +EXPORT_SYMBOL_GPL vmlinux 0x2ef1c673 mtk_clk_register_gates +EXPORT_SYMBOL_GPL vmlinux 0x2f0d9053 usb_otg_state_string +EXPORT_SYMBOL_GPL vmlinux 0x2f0fb33f acpi_cppc_processor_probe +EXPORT_SYMBOL_GPL vmlinux 0x2f1ea064 __SCK__tp_func_xdp_bulk_tx +EXPORT_SYMBOL_GPL vmlinux 0x2f2c95c4 flush_work +EXPORT_SYMBOL_GPL vmlinux 0x2f4880df static_key_slow_dec +EXPORT_SYMBOL_GPL vmlinux 0x2f4f9328 fscrypt_ioctl_get_nonce +EXPORT_SYMBOL_GPL vmlinux 0x2f593199 ahci_platform_enable_phys +EXPORT_SYMBOL_GPL vmlinux 0x2f59686e crypto_stats_aead_decrypt +EXPORT_SYMBOL_GPL vmlinux 0x2f5e0583 ata_sff_tf_read +EXPORT_SYMBOL_GPL vmlinux 0x2f64415f unregister_acpi_hed_notifier +EXPORT_SYMBOL_GPL vmlinux 0x2f64b70a gnttab_dma_alloc_pages +EXPORT_SYMBOL_GPL vmlinux 0x2f66cdab xenbus_dev_changed +EXPORT_SYMBOL_GPL vmlinux 0x2f8d0950 device_for_each_child +EXPORT_SYMBOL_GPL vmlinux 0x2f992787 synth_event_trace +EXPORT_SYMBOL_GPL vmlinux 0x2faa1d58 qcom_icc_xlate_extended +EXPORT_SYMBOL_GPL vmlinux 0x2faac966 pci_bridge_emul_init +EXPORT_SYMBOL_GPL vmlinux 0x2fac3c71 k3_ringacc_request_rings_pair +EXPORT_SYMBOL_GPL vmlinux 0x2fb0e2c9 cpufreq_dbs_governor_init +EXPORT_SYMBOL_GPL vmlinux 0x2fc1e0fe kmem_valid_obj +EXPORT_SYMBOL_GPL vmlinux 0x2fc5e8de platform_device_put +EXPORT_SYMBOL_GPL vmlinux 0x2fce5514 bio_clone_blkg_association +EXPORT_SYMBOL_GPL vmlinux 0x2fdc97c1 dev_pm_opp_find_bw_ceil +EXPORT_SYMBOL_GPL vmlinux 0x2fe99d68 anon_inode_getfile +EXPORT_SYMBOL_GPL vmlinux 0x30116fac of_i2c_get_board_info +EXPORT_SYMBOL_GPL vmlinux 0x301ae1bf input_ff_destroy +EXPORT_SYMBOL_GPL vmlinux 0x301d6c16 dm_accept_partial_bio +EXPORT_SYMBOL_GPL vmlinux 0x3025eee0 tegra210_clk_emc_dll_update_setting +EXPORT_SYMBOL_GPL vmlinux 0x30323853 regulator_list_hardware_vsel +EXPORT_SYMBOL_GPL vmlinux 0x30351294 k3_udma_glue_rx_flow_get_fdq_id +EXPORT_SYMBOL_GPL vmlinux 0x3036514e pci_num_vf +EXPORT_SYMBOL_GPL vmlinux 0x303a7aea led_classdev_register_ext +EXPORT_SYMBOL_GPL vmlinux 0x303dbd71 of_pci_range_parser_one +EXPORT_SYMBOL_GPL vmlinux 0x3047d831 skb_gso_validate_network_len +EXPORT_SYMBOL_GPL vmlinux 0x3053aa48 addrconf_prefix_rcv_add_addr +EXPORT_SYMBOL_GPL vmlinux 0x305bfe51 serial8250_get_port +EXPORT_SYMBOL_GPL vmlinux 0x3061cfce ring_buffer_entries_cpu +EXPORT_SYMBOL_GPL vmlinux 0x307e5567 devm_kmalloc +EXPORT_SYMBOL_GPL vmlinux 0x307ee863 ata_cable_sata +EXPORT_SYMBOL_GPL vmlinux 0x308003ea sdio_set_block_size +EXPORT_SYMBOL_GPL vmlinux 0x309805ea sock_diag_destroy +EXPORT_SYMBOL_GPL vmlinux 0x30b2b9d1 debugfs_create_size_t +EXPORT_SYMBOL_GPL vmlinux 0x30bba666 edac_device_handle_ce_count +EXPORT_SYMBOL_GPL vmlinux 0x30d42b66 __blk_mq_debugfs_rq_show +EXPORT_SYMBOL_GPL vmlinux 0x30d5d71b devfreq_event_add_edev +EXPORT_SYMBOL_GPL vmlinux 0x30d8641c debugfs_create_x8 +EXPORT_SYMBOL_GPL vmlinux 0x30e1ec25 apei_map_generic_address +EXPORT_SYMBOL_GPL vmlinux 0x30e67054 mmu_interval_notifier_insert +EXPORT_SYMBOL_GPL vmlinux 0x31019477 __ftrace_vbprintk +EXPORT_SYMBOL_GPL vmlinux 0x31082791 pci_host_probe +EXPORT_SYMBOL_GPL vmlinux 0x31101053 dax_add_host +EXPORT_SYMBOL_GPL vmlinux 0x31128b8e hv_remove_kexec_handler +EXPORT_SYMBOL_GPL vmlinux 0x3114c83a regmap_test_bits +EXPORT_SYMBOL_GPL vmlinux 0x3116ab14 init_dummy_netdev +EXPORT_SYMBOL_GPL vmlinux 0x311c6da4 put_iova_domain +EXPORT_SYMBOL_GPL vmlinux 0x311ee815 pingv6_prot +EXPORT_SYMBOL_GPL vmlinux 0x312215d6 rio_release_dma +EXPORT_SYMBOL_GPL vmlinux 0x31266931 con_debug_leave +EXPORT_SYMBOL_GPL vmlinux 0x3131196d usb_choose_configuration +EXPORT_SYMBOL_GPL vmlinux 0x313ea5fd ipi_send_single +EXPORT_SYMBOL_GPL vmlinux 0x3143c405 tcp_register_congestion_control +EXPORT_SYMBOL_GPL vmlinux 0x3148c308 cn_add_callback +EXPORT_SYMBOL_GPL vmlinux 0x314991bf gpiochip_find +EXPORT_SYMBOL_GPL vmlinux 0x31522be5 device_match_devt +EXPORT_SYMBOL_GPL vmlinux 0x3169dd3c handle_level_irq +EXPORT_SYMBOL_GPL vmlinux 0x316bd694 regmap_async_complete +EXPORT_SYMBOL_GPL vmlinux 0x31839ad3 software_node_register_nodes +EXPORT_SYMBOL_GPL vmlinux 0x3187490a __SCK__tp_func_detach_device_from_domain +EXPORT_SYMBOL_GPL vmlinux 0x31886d7b genphy_c45_restart_aneg +EXPORT_SYMBOL_GPL vmlinux 0x318b928e debugfs_remove +EXPORT_SYMBOL_GPL vmlinux 0x318ecce7 fat_flush_inodes +EXPORT_SYMBOL_GPL vmlinux 0x3192d768 cpufreq_remove_update_util_hook +EXPORT_SYMBOL_GPL vmlinux 0x3198f6f7 spi_controller_suspend +EXPORT_SYMBOL_GPL vmlinux 0x31a76d61 mas_destroy +EXPORT_SYMBOL_GPL vmlinux 0x31a95e8b ring_buffer_record_enable_cpu +EXPORT_SYMBOL_GPL vmlinux 0x31b6cc44 sch_frag_xmit_hook +EXPORT_SYMBOL_GPL vmlinux 0x31bc3d39 bpf_map_inc +EXPORT_SYMBOL_GPL vmlinux 0x31c4e092 pinmux_generic_get_function +EXPORT_SYMBOL_GPL vmlinux 0x31c7970f pciserial_suspend_ports +EXPORT_SYMBOL_GPL vmlinux 0x31d2415f pinctrl_utils_free_map +EXPORT_SYMBOL_GPL vmlinux 0x31d34278 xas_load +EXPORT_SYMBOL_GPL vmlinux 0x31d7f7c4 usb_intf_get_dma_device +EXPORT_SYMBOL_GPL vmlinux 0x31dca4d8 gnttab_claim_grant_reference +EXPORT_SYMBOL_GPL vmlinux 0x31e36f22 ata_acpi_gtm_xfermask +EXPORT_SYMBOL_GPL vmlinux 0x31e9e8d5 zynqmp_pm_set_suspend_mode +EXPORT_SYMBOL_GPL vmlinux 0x31eb17d0 linear_hugepage_index +EXPORT_SYMBOL_GPL vmlinux 0x31eed2e5 iocb_bio_iopoll +EXPORT_SYMBOL_GPL vmlinux 0x31f309bc tpm_pcr_extend +EXPORT_SYMBOL_GPL vmlinux 0x3207c519 xenbus_match +EXPORT_SYMBOL_GPL vmlinux 0x32095e9d register_asymmetric_key_parser +EXPORT_SYMBOL_GPL vmlinux 0x32295715 dev_pm_opp_clear_config +EXPORT_SYMBOL_GPL vmlinux 0x322d0b32 tegra_xusb_padctl_legacy_probe +EXPORT_SYMBOL_GPL vmlinux 0x3241ae87 i2c_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0x324680c9 tcp_rate_check_app_limited +EXPORT_SYMBOL_GPL vmlinux 0x324b5ad8 cpuidle_get_driver +EXPORT_SYMBOL_GPL vmlinux 0x3255a872 fat_detach +EXPORT_SYMBOL_GPL vmlinux 0x325888a3 __tracepoint_neigh_update +EXPORT_SYMBOL_GPL vmlinux 0x3267d11e nvmem_device_cell_write +EXPORT_SYMBOL_GPL vmlinux 0x3267d2e4 fscrypt_d_revalidate +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 0x3280f295 xfrm_output_resume +EXPORT_SYMBOL_GPL vmlinux 0x32834f20 devm_thermal_of_zone_register +EXPORT_SYMBOL_GPL vmlinux 0x32836981 public_key_verify_signature +EXPORT_SYMBOL_GPL vmlinux 0x328cf250 thermal_of_zone_register +EXPORT_SYMBOL_GPL vmlinux 0x328e6744 fb_deferred_io_cleanup +EXPORT_SYMBOL_GPL vmlinux 0x329c9be9 devlink_linecard_nested_dl_set +EXPORT_SYMBOL_GPL vmlinux 0x32ab06cc irq_percpu_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0x32abc8d2 __pm_runtime_idle +EXPORT_SYMBOL_GPL vmlinux 0x32ad3e03 skcipher_register_instance +EXPORT_SYMBOL_GPL vmlinux 0x32addeb2 __rio_local_write_config_32 +EXPORT_SYMBOL_GPL vmlinux 0x32b0e681 iommu_unmap +EXPORT_SYMBOL_GPL vmlinux 0x32bc0fcf preempt_notifier_dec +EXPORT_SYMBOL_GPL vmlinux 0x32c0670d device_remove_file_self +EXPORT_SYMBOL_GPL vmlinux 0x32c3cb4e class_compat_register +EXPORT_SYMBOL_GPL vmlinux 0x32cf4d68 gpiochip_line_is_valid +EXPORT_SYMBOL_GPL vmlinux 0x32d6c8e6 mtk_mux_gate_clr_set_upd_ops +EXPORT_SYMBOL_GPL vmlinux 0x32d988d9 irq_chip_set_vcpu_affinity_parent +EXPORT_SYMBOL_GPL vmlinux 0x32df33e7 x509_cert_parse +EXPORT_SYMBOL_GPL vmlinux 0x32eee7f0 spi_sync_locked +EXPORT_SYMBOL_GPL vmlinux 0x32f89edf tcp_done +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 0x331c2e19 ohci_suspend +EXPORT_SYMBOL_GPL vmlinux 0x332ac1a3 dev_attr_ncq_prio_enable +EXPORT_SYMBOL_GPL vmlinux 0x334833d0 usb_put_phy +EXPORT_SYMBOL_GPL vmlinux 0x335a79f2 tcp_cong_avoid_ai +EXPORT_SYMBOL_GPL vmlinux 0x335c570f enable_percpu_irq +EXPORT_SYMBOL_GPL vmlinux 0x3369bf53 nvmem_cell_get +EXPORT_SYMBOL_GPL vmlinux 0x336d5774 crypto_mod_put +EXPORT_SYMBOL_GPL vmlinux 0x337f43ad acpi_device_modalias +EXPORT_SYMBOL_GPL vmlinux 0x33866b99 pm_genpd_add_device +EXPORT_SYMBOL_GPL vmlinux 0x33a07661 tcp_leave_memory_pressure +EXPORT_SYMBOL_GPL vmlinux 0x33c04343 devm_pci_epc_destroy +EXPORT_SYMBOL_GPL vmlinux 0x3400fbb5 perf_aux_output_begin +EXPORT_SYMBOL_GPL vmlinux 0x34181c17 netdev_cmd_to_name +EXPORT_SYMBOL_GPL vmlinux 0x3419d973 component_unbind_all +EXPORT_SYMBOL_GPL vmlinux 0x342de056 cgroup_get_e_css +EXPORT_SYMBOL_GPL vmlinux 0x34331f04 acpi_os_unmap_memory +EXPORT_SYMBOL_GPL vmlinux 0x343927cc init_user_ns +EXPORT_SYMBOL_GPL vmlinux 0x34407691 crypto_has_ahash +EXPORT_SYMBOL_GPL vmlinux 0x3441d51f vp_legacy_remove +EXPORT_SYMBOL_GPL vmlinux 0x344361a1 kdb_register +EXPORT_SYMBOL_GPL vmlinux 0x3447c7e4 usb_clear_halt +EXPORT_SYMBOL_GPL vmlinux 0x344a2c84 iomap_dio_complete +EXPORT_SYMBOL_GPL vmlinux 0x344fae85 devm_of_icc_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0x3450ad94 mpi_set_ui +EXPORT_SYMBOL_GPL vmlinux 0x34540df5 stmpe_enable +EXPORT_SYMBOL_GPL vmlinux 0x345beb58 inet_send_prepare +EXPORT_SYMBOL_GPL vmlinux 0x345c9a10 pm_runtime_autosuspend_expiration +EXPORT_SYMBOL_GPL vmlinux 0x3475042c phy_set_speed +EXPORT_SYMBOL_GPL vmlinux 0x3476ac5b list_lru_walk_node +EXPORT_SYMBOL_GPL vmlinux 0x347a0892 acpi_spi_count_resources +EXPORT_SYMBOL_GPL vmlinux 0x34806f6b fsl_mc_resource_allocate +EXPORT_SYMBOL_GPL vmlinux 0x3491f3c7 inet_pernet_hashinfo_free +EXPORT_SYMBOL_GPL vmlinux 0x349a13d0 irq_gc_ack_set_bit +EXPORT_SYMBOL_GPL vmlinux 0x34a7b142 __SCK__tp_func_rpm_suspend +EXPORT_SYMBOL_GPL vmlinux 0x34a99384 subsys_interface_register +EXPORT_SYMBOL_GPL vmlinux 0x34b10e3f serial8250_update_uartclk +EXPORT_SYMBOL_GPL vmlinux 0x34b47afd spi_delay_to_ns +EXPORT_SYMBOL_GPL vmlinux 0x34ccd52a __nf_ip6_route +EXPORT_SYMBOL_GPL vmlinux 0x34dccfb2 context_tracking +EXPORT_SYMBOL_GPL vmlinux 0x34dec7e8 mtk_clk_register_dividers +EXPORT_SYMBOL_GPL vmlinux 0x34eab46d bind_evtchn_to_irqhandler +EXPORT_SYMBOL_GPL vmlinux 0x34fc4ad3 __tracepoint_block_split +EXPORT_SYMBOL_GPL vmlinux 0x3501f751 generic_fh_to_dentry +EXPORT_SYMBOL_GPL vmlinux 0x350f6ce5 tasklet_unlock_wait +EXPORT_SYMBOL_GPL vmlinux 0x35136475 k3_udma_glue_request_tx_chn +EXPORT_SYMBOL_GPL vmlinux 0x35197918 nf_ip_route +EXPORT_SYMBOL_GPL vmlinux 0x352b3813 maxim_charger_calc_reg_current +EXPORT_SYMBOL_GPL vmlinux 0x352ec68b bpf_offload_dev_destroy +EXPORT_SYMBOL_GPL vmlinux 0x35320f1a evm_inode_init_security +EXPORT_SYMBOL_GPL vmlinux 0x3532deba pci_ecam_create +EXPORT_SYMBOL_GPL vmlinux 0x353491ae regulator_get_mode +EXPORT_SYMBOL_GPL vmlinux 0x354e69e8 device_del +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 0x356f1253 dev_pm_opp_is_turbo +EXPORT_SYMBOL_GPL vmlinux 0x357457c3 psil_get_ep_config +EXPORT_SYMBOL_GPL vmlinux 0x357a9342 of_remove_property +EXPORT_SYMBOL_GPL vmlinux 0x358a2329 handle_bad_irq +EXPORT_SYMBOL_GPL vmlinux 0x358ff60f twl_get_hfclk_rate +EXPORT_SYMBOL_GPL vmlinux 0x359cd2ad spi_get_device_id +EXPORT_SYMBOL_GPL vmlinux 0x35a4f59d zynqmp_pm_clock_setdivider +EXPORT_SYMBOL_GPL vmlinux 0x35cfac5b __traceiter_pelt_thermal_tp +EXPORT_SYMBOL_GPL vmlinux 0x35d3dc46 crypto_alg_sem +EXPORT_SYMBOL_GPL vmlinux 0x35ddc03c devm_led_trigger_register +EXPORT_SYMBOL_GPL vmlinux 0x35f287af sched_set_normal +EXPORT_SYMBOL_GPL vmlinux 0x35fa9378 crypto_alloc_tfm_node +EXPORT_SYMBOL_GPL vmlinux 0x35fd58ba nvmem_cell_read_variable_le_u32 +EXPORT_SYMBOL_GPL vmlinux 0x360e754d power_supply_get_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0x36242943 switchdev_deferred_process +EXPORT_SYMBOL_GPL vmlinux 0x363c2191 iommu_attach_group +EXPORT_SYMBOL_GPL vmlinux 0x365732bf genphy_c45_loopback +EXPORT_SYMBOL_GPL vmlinux 0x365989e5 imx_1416x_pll +EXPORT_SYMBOL_GPL vmlinux 0x365b45d1 __tracepoint_sched_update_nr_running_tp +EXPORT_SYMBOL_GPL vmlinux 0x366d9194 platform_msi_create_irq_domain +EXPORT_SYMBOL_GPL vmlinux 0x3675838c list_lru_count_one +EXPORT_SYMBOL_GPL vmlinux 0x3688d5e2 kvm_release_page_clean +EXPORT_SYMBOL_GPL vmlinux 0x36898d6f gpiod_remove_hogs +EXPORT_SYMBOL_GPL vmlinux 0x36902a7a regulator_map_voltage_linear_range +EXPORT_SYMBOL_GPL vmlinux 0x3695f757 irq_chip_release_resources_parent +EXPORT_SYMBOL_GPL vmlinux 0x369dc923 dpcon_disable +EXPORT_SYMBOL_GPL vmlinux 0x369fcd70 tracing_snapshot +EXPORT_SYMBOL_GPL vmlinux 0x36ac17ab alloc_iova_fast +EXPORT_SYMBOL_GPL vmlinux 0x36bdd429 ehci_hub_control +EXPORT_SYMBOL_GPL vmlinux 0x36cb4a6c of_property_read_u32_index +EXPORT_SYMBOL_GPL vmlinux 0x36db870b zynqmp_pm_sha_hash +EXPORT_SYMBOL_GPL vmlinux 0x36e971a1 __regmap_init_spi +EXPORT_SYMBOL_GPL vmlinux 0x36fbfddd device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x36fc4c17 fsl8250_handle_irq +EXPORT_SYMBOL_GPL vmlinux 0x370b8d4a md_find_rdev_rcu +EXPORT_SYMBOL_GPL vmlinux 0x370e0631 nvdimm_security_setup_events +EXPORT_SYMBOL_GPL vmlinux 0x37169f79 cpu_latency_qos_update_request +EXPORT_SYMBOL_GPL vmlinux 0x37189a68 dst_blackhole_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0x371e94d6 __kthread_init_worker +EXPORT_SYMBOL_GPL vmlinux 0x371ffb81 devlink_traps_unregister +EXPORT_SYMBOL_GPL vmlinux 0x3724d392 mtk_pinconf_drive_set_rev1 +EXPORT_SYMBOL_GPL vmlinux 0x3729d615 i2c_acpi_find_adapter_by_handle +EXPORT_SYMBOL_GPL vmlinux 0x372d346e ata_host_resume +EXPORT_SYMBOL_GPL vmlinux 0x373393da nvdimm_flush +EXPORT_SYMBOL_GPL vmlinux 0x373eb51e nf_hook_entries_insert_raw +EXPORT_SYMBOL_GPL vmlinux 0x3750d770 erst_read +EXPORT_SYMBOL_GPL vmlinux 0x3768c249 phylink_mii_c22_pcs_get_state +EXPORT_SYMBOL_GPL vmlinux 0x376b2512 vcap_lookup_keyfield +EXPORT_SYMBOL_GPL vmlinux 0x3775c25b k3_udma_glue_tx_cppi5_to_dma_addr +EXPORT_SYMBOL_GPL vmlinux 0x3775e4fa regmap_raw_write_async +EXPORT_SYMBOL_GPL vmlinux 0x377a0aef of_get_required_opp_performance_state +EXPORT_SYMBOL_GPL vmlinux 0x377bbcbc pm_suspend_target_state +EXPORT_SYMBOL_GPL vmlinux 0x378adfb7 zynqmp_pm_sd_dll_reset +EXPORT_SYMBOL_GPL vmlinux 0x378c66aa ata_host_activate +EXPORT_SYMBOL_GPL vmlinux 0x37914025 xenbus_write +EXPORT_SYMBOL_GPL vmlinux 0x3795105c kthread_cancel_work_sync +EXPORT_SYMBOL_GPL vmlinux 0x37bb5b97 skb_clone_tx_timestamp +EXPORT_SYMBOL_GPL vmlinux 0x37bf7be3 percpu_ref_exit +EXPORT_SYMBOL_GPL vmlinux 0x37d2e484 phy_pm_runtime_get_sync +EXPORT_SYMBOL_GPL vmlinux 0x37df3be4 kvm_vcpu_write_guest +EXPORT_SYMBOL_GPL vmlinux 0x3801776b __ioread32_copy +EXPORT_SYMBOL_GPL vmlinux 0x380267df acpi_dma_controller_register +EXPORT_SYMBOL_GPL vmlinux 0x38038f68 gpiochip_add_pingroup_range +EXPORT_SYMBOL_GPL vmlinux 0x380dde36 power_supply_batinfo_ocv2cap +EXPORT_SYMBOL_GPL vmlinux 0x38268b62 icc_bulk_enable +EXPORT_SYMBOL_GPL vmlinux 0x38269478 da9052_disable_irq +EXPORT_SYMBOL_GPL vmlinux 0x38354d05 k3_ringacc_ring_cfg +EXPORT_SYMBOL_GPL vmlinux 0x3835ffa7 hvc_remove +EXPORT_SYMBOL_GPL vmlinux 0x38374815 clear_selection +EXPORT_SYMBOL_GPL vmlinux 0x3843326e crypto_aead_encrypt +EXPORT_SYMBOL_GPL vmlinux 0x3847a6c7 gpiod_set_consumer_name +EXPORT_SYMBOL_GPL vmlinux 0x384ff180 __netpoll_free +EXPORT_SYMBOL_GPL vmlinux 0x38500c8c udp_abort +EXPORT_SYMBOL_GPL vmlinux 0x385db4d6 pinctrl_dev_get_devname +EXPORT_SYMBOL_GPL vmlinux 0x38650be1 acpi_device_update_power +EXPORT_SYMBOL_GPL vmlinux 0x3866e217 nvmem_device_write +EXPORT_SYMBOL_GPL vmlinux 0x38708e25 inet_peer_base_init +EXPORT_SYMBOL_GPL vmlinux 0x387226d0 crypto_hash_alg_has_setkey +EXPORT_SYMBOL_GPL vmlinux 0x387bdfe4 tpm_pm_suspend +EXPORT_SYMBOL_GPL vmlinux 0x388c4de4 qcom_smem_state_register +EXPORT_SYMBOL_GPL vmlinux 0x389b64a2 static_key_count +EXPORT_SYMBOL_GPL vmlinux 0x389c5e90 usb_sg_cancel +EXPORT_SYMBOL_GPL vmlinux 0x389e7102 gpiochip_unlock_as_irq +EXPORT_SYMBOL_GPL vmlinux 0x38aa1397 gpiod_add_lookup_table +EXPORT_SYMBOL_GPL vmlinux 0x38aca030 mtk_eint_find_irq +EXPORT_SYMBOL_GPL vmlinux 0x38b41a71 scsi_mode_select +EXPORT_SYMBOL_GPL vmlinux 0x38b55995 meson_pmx_get_func_name +EXPORT_SYMBOL_GPL vmlinux 0x38c3ff30 freq_qos_add_notifier +EXPORT_SYMBOL_GPL vmlinux 0x38c62841 usb_unpoison_urb +EXPORT_SYMBOL_GPL vmlinux 0x38dc0dc6 cpuidle_get_cpu_driver +EXPORT_SYMBOL_GPL vmlinux 0x38dc8e99 devm_thermal_of_cooling_device_register +EXPORT_SYMBOL_GPL vmlinux 0x38e1fde7 mpi_set +EXPORT_SYMBOL_GPL vmlinux 0x38e5bc5a clk_set_rate_range +EXPORT_SYMBOL_GPL vmlinux 0x38ec220c vp_modern_get_queue_reset +EXPORT_SYMBOL_GPL vmlinux 0x38eea07d dax_iomap_rw +EXPORT_SYMBOL_GPL vmlinux 0x38f704de dm_get_reserved_bio_based_ios +EXPORT_SYMBOL_GPL vmlinux 0x3918299f iomap_release_folio +EXPORT_SYMBOL_GPL vmlinux 0x39297fa7 __clocksource_register_scale +EXPORT_SYMBOL_GPL vmlinux 0x392d0df7 ata_sas_port_destroy +EXPORT_SYMBOL_GPL vmlinux 0x3934db83 pci_bridge_emul_cleanup +EXPORT_SYMBOL_GPL vmlinux 0x3947ab6e of_msi_configure +EXPORT_SYMBOL_GPL vmlinux 0x395446aa pci_epc_map_addr +EXPORT_SYMBOL_GPL vmlinux 0x395b8b90 sbitmap_prepare_to_wait +EXPORT_SYMBOL_GPL vmlinux 0x395eebce fib_rule_matchall +EXPORT_SYMBOL_GPL vmlinux 0x396c6cb9 nexthop_for_each_fib6_nh +EXPORT_SYMBOL_GPL vmlinux 0x3971e480 spi_get_device_match_data +EXPORT_SYMBOL_GPL vmlinux 0x3977a5be tcp_plb_check_rehash +EXPORT_SYMBOL_GPL vmlinux 0x397e2142 __SCK__tp_func_sched_cpu_capacity_tp +EXPORT_SYMBOL_GPL vmlinux 0x39839783 dev_pm_opp_find_freq_floor +EXPORT_SYMBOL_GPL vmlinux 0x398574cd pci_intx +EXPORT_SYMBOL_GPL vmlinux 0x3994d4b5 bd_unlink_disk_holder +EXPORT_SYMBOL_GPL vmlinux 0x399fa056 usb_add_hcd +EXPORT_SYMBOL_GPL vmlinux 0x39a24214 pinctrl_find_gpio_range_from_pin_nolock +EXPORT_SYMBOL_GPL vmlinux 0x39a7affc driver_deferred_probe_timeout +EXPORT_SYMBOL_GPL vmlinux 0x39aa4888 usb_role_string +EXPORT_SYMBOL_GPL vmlinux 0x39b07cdb shash_ahash_finup +EXPORT_SYMBOL_GPL vmlinux 0x39c03b82 dev_pm_opp_of_find_icc_paths +EXPORT_SYMBOL_GPL vmlinux 0x39c1a3e9 md_bitmap_resize +EXPORT_SYMBOL_GPL vmlinux 0x39c32aca __SCK__tp_func_neigh_event_send_done +EXPORT_SYMBOL_GPL vmlinux 0x39c5691c generic_handle_domain_irq +EXPORT_SYMBOL_GPL vmlinux 0x39c9d88c xas_find +EXPORT_SYMBOL_GPL vmlinux 0x39cb05df hwmon_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x39d5b2ae ip6_datagram_connect +EXPORT_SYMBOL_GPL vmlinux 0x39ded098 rdma_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0x39fb0216 device_store_bool +EXPORT_SYMBOL_GPL vmlinux 0x39fcfd9a devfreq_event_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0x39fd83db halt_poll_ns_shrink +EXPORT_SYMBOL_GPL vmlinux 0x3a15013b ata_pack_xfermask +EXPORT_SYMBOL_GPL vmlinux 0x3a1647f0 register_pernet_subsys +EXPORT_SYMBOL_GPL vmlinux 0x3a16cb00 clk_hw_get_rate_range +EXPORT_SYMBOL_GPL vmlinux 0x3a1a41ad tegra_xusb_padctl_legacy_remove +EXPORT_SYMBOL_GPL vmlinux 0x3a24fb2f percpu_ref_resurrect +EXPORT_SYMBOL_GPL vmlinux 0x3a41d02b fat_free_clusters +EXPORT_SYMBOL_GPL vmlinux 0x3a43ba55 ata_port_freeze +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 0x3a55cb01 usb_register_dev +EXPORT_SYMBOL_GPL vmlinux 0x3a5b5df5 serial8250_release_dma +EXPORT_SYMBOL_GPL vmlinux 0x3a6c69da __inet_lookup_established +EXPORT_SYMBOL_GPL vmlinux 0x3a6d3c22 mmc_cmdq_disable +EXPORT_SYMBOL_GPL vmlinux 0x3a707a2f ata_pci_sff_activate_host +EXPORT_SYMBOL_GPL vmlinux 0x3a74e484 __tracepoint_sched_util_est_se_tp +EXPORT_SYMBOL_GPL vmlinux 0x3a868e5a usb_create_hcd +EXPORT_SYMBOL_GPL vmlinux 0x3a8cf382 register_trace_event +EXPORT_SYMBOL_GPL vmlinux 0x3a9be019 asymmetric_key_id_partial +EXPORT_SYMBOL_GPL vmlinux 0x3aaca738 fwnode_find_reference +EXPORT_SYMBOL_GPL vmlinux 0x3ab4a90d tty_release_struct +EXPORT_SYMBOL_GPL vmlinux 0x3abdc17a cper_dimm_err_location +EXPORT_SYMBOL_GPL vmlinux 0x3ac0c7a7 key_set_timeout +EXPORT_SYMBOL_GPL vmlinux 0x3ac3feba rhltable_init +EXPORT_SYMBOL_GPL vmlinux 0x3acdf325 twl4030_audio_enable_resource +EXPORT_SYMBOL_GPL vmlinux 0x3acfdd06 debugfs_create_u8 +EXPORT_SYMBOL_GPL vmlinux 0x3ad84482 devm_platform_ioremap_resource +EXPORT_SYMBOL_GPL vmlinux 0x3af0162d tty_set_termios +EXPORT_SYMBOL_GPL vmlinux 0x3afc4a8f sbitmap_resize +EXPORT_SYMBOL_GPL vmlinux 0x3afd0369 sock_prot_inuse_get +EXPORT_SYMBOL_GPL vmlinux 0x3b045c45 phy_speed_up +EXPORT_SYMBOL_GPL vmlinux 0x3b0d0e3e bpf_trace_run4 +EXPORT_SYMBOL_GPL vmlinux 0x3b0e7d16 devm_hwspin_lock_free +EXPORT_SYMBOL_GPL vmlinux 0x3b274c1e mtk_mutex_get +EXPORT_SYMBOL_GPL vmlinux 0x3b2d304e sata_std_hardreset +EXPORT_SYMBOL_GPL vmlinux 0x3b31e40a gpiochip_add_data_with_key +EXPORT_SYMBOL_GPL vmlinux 0x3b3969a7 spi_alloc_device +EXPORT_SYMBOL_GPL vmlinux 0x3b3f0f30 pci_try_reset_function +EXPORT_SYMBOL_GPL vmlinux 0x3b44f667 clockevent_delta2ns +EXPORT_SYMBOL_GPL vmlinux 0x3b4bd4d5 unix_inq_len +EXPORT_SYMBOL_GPL vmlinux 0x3b4c240a display_timings_release +EXPORT_SYMBOL_GPL vmlinux 0x3b50eaf9 ip_route_output_key_hash +EXPORT_SYMBOL_GPL vmlinux 0x3b52253f mmc_cmdq_enable +EXPORT_SYMBOL_GPL vmlinux 0x3b610584 __tracepoint_sched_cpu_capacity_tp +EXPORT_SYMBOL_GPL vmlinux 0x3b64cbde fscrypt_prepare_new_inode +EXPORT_SYMBOL_GPL vmlinux 0x3b78bf02 sunxi_ccu_get_mmc_timing_mode +EXPORT_SYMBOL_GPL vmlinux 0x3b7954c2 nvmem_cell_read_variable_le_u64 +EXPORT_SYMBOL_GPL vmlinux 0x3b7cecc0 usb_free_urb +EXPORT_SYMBOL_GPL vmlinux 0x3b8514cb badblocks_set +EXPORT_SYMBOL_GPL vmlinux 0x3b946615 of_pci_range_parser_init +EXPORT_SYMBOL_GPL vmlinux 0x3ba01b47 get_compat_sigset +EXPORT_SYMBOL_GPL vmlinux 0x3bb33501 devl_sb_register +EXPORT_SYMBOL_GPL vmlinux 0x3bdb5d28 alg_test +EXPORT_SYMBOL_GPL vmlinux 0x3bdc0e0c __tracepoint_neigh_event_send_done +EXPORT_SYMBOL_GPL vmlinux 0x3bf17755 mpi_read_buffer +EXPORT_SYMBOL_GPL vmlinux 0x3bfa5291 ipv4_sk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0x3bfc664c pci_generic_config_write +EXPORT_SYMBOL_GPL vmlinux 0x3c0bc710 devm_clk_get_optional_prepared +EXPORT_SYMBOL_GPL vmlinux 0x3c0e8050 hyperv_pcpu_input_arg +EXPORT_SYMBOL_GPL vmlinux 0x3c11b9f5 tegra210_put_utmipll_in_iddq +EXPORT_SYMBOL_GPL vmlinux 0x3c19a2c0 usb_remove_phy +EXPORT_SYMBOL_GPL vmlinux 0x3c1b1f93 of_dma_controller_register +EXPORT_SYMBOL_GPL vmlinux 0x3c1c3725 rcu_fwd_progress_check +EXPORT_SYMBOL_GPL vmlinux 0x3c2adb6b devm_gpio_request_one +EXPORT_SYMBOL_GPL vmlinux 0x3c2b68f7 of_changeset_apply +EXPORT_SYMBOL_GPL vmlinux 0x3c3c85d8 __SCK__tp_func_kfree_skb +EXPORT_SYMBOL_GPL vmlinux 0x3c3d0492 gpiod_set_debounce +EXPORT_SYMBOL_GPL vmlinux 0x3c521873 icc_get_name +EXPORT_SYMBOL_GPL vmlinux 0x3c56f236 pci_check_and_mask_intx +EXPORT_SYMBOL_GPL vmlinux 0x3c59f4b0 acpi_register_gsi +EXPORT_SYMBOL_GPL vmlinux 0x3c5d543a hrtimer_start_range_ns +EXPORT_SYMBOL_GPL vmlinux 0x3c630a78 tracing_snapshot_cond +EXPORT_SYMBOL_GPL vmlinux 0x3c681dc4 ring_buffer_record_disable +EXPORT_SYMBOL_GPL vmlinux 0x3c6c42d0 regmap_get_raw_read_max +EXPORT_SYMBOL_GPL vmlinux 0x3c702e31 usb_lock_device_for_reset +EXPORT_SYMBOL_GPL vmlinux 0x3c72bd3a regulator_list_voltage_linear +EXPORT_SYMBOL_GPL vmlinux 0x3c819c45 arch_apei_report_mem_error +EXPORT_SYMBOL_GPL vmlinux 0x3c82624d usb_check_int_endpoints +EXPORT_SYMBOL_GPL vmlinux 0x3c90f314 devm_add_action +EXPORT_SYMBOL_GPL vmlinux 0x3c97c3c6 usb_wakeup_notification +EXPORT_SYMBOL_GPL vmlinux 0x3c981752 pm_generic_thaw +EXPORT_SYMBOL_GPL vmlinux 0x3ca1ff87 dev_coredumpv +EXPORT_SYMBOL_GPL vmlinux 0x3cad02eb irq_chip_mask_parent +EXPORT_SYMBOL_GPL vmlinux 0x3cbb2dc6 scsi_queue_work +EXPORT_SYMBOL_GPL vmlinux 0x3cbcadc3 pci_p2pmem_publish +EXPORT_SYMBOL_GPL vmlinux 0x3cc6a1bc pci_user_read_config_dword +EXPORT_SYMBOL_GPL vmlinux 0x3cca884b usb_reset_endpoint +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 0x3cd2e3b5 scsi_dh_attach +EXPORT_SYMBOL_GPL vmlinux 0x3cf61f4d fuse_dev_free +EXPORT_SYMBOL_GPL vmlinux 0x3cff6d71 vcap_rule_add_key_u72 +EXPORT_SYMBOL_GPL vmlinux 0x3d209083 mtk_pinconf_bias_disable_set_rev1 +EXPORT_SYMBOL_GPL vmlinux 0x3d388324 dpm_resume_end +EXPORT_SYMBOL_GPL vmlinux 0x3d4570f8 fib6_check_nexthop +EXPORT_SYMBOL_GPL vmlinux 0x3d510a7b rcu_jiffies_till_stall_check +EXPORT_SYMBOL_GPL vmlinux 0x3d6af7b6 elv_register +EXPORT_SYMBOL_GPL vmlinux 0x3d6af8be platform_find_device_by_driver +EXPORT_SYMBOL_GPL vmlinux 0x3d6d4e51 public_key_subtype +EXPORT_SYMBOL_GPL vmlinux 0x3d706d6d ahci_platform_deassert_rsts +EXPORT_SYMBOL_GPL vmlinux 0x3d72e041 usb_get_from_anchor +EXPORT_SYMBOL_GPL vmlinux 0x3d7fd92c fsl_mc_obj_reset +EXPORT_SYMBOL_GPL vmlinux 0x3d81f0c9 seg6_do_srh_inline +EXPORT_SYMBOL_GPL vmlinux 0x3d866e05 __SCK__tp_func_block_rq_insert +EXPORT_SYMBOL_GPL vmlinux 0x3d8baf3b zs_huge_class_size +EXPORT_SYMBOL_GPL vmlinux 0x3d9bbf75 wwan_port_txon +EXPORT_SYMBOL_GPL vmlinux 0x3d9eaaa7 pcie_flr +EXPORT_SYMBOL_GPL vmlinux 0x3daa2540 nf_hooks_lwtunnel_enabled +EXPORT_SYMBOL_GPL vmlinux 0x3dab554e rio_request_inb_mbox +EXPORT_SYMBOL_GPL vmlinux 0x3db40d06 screen_glyph +EXPORT_SYMBOL_GPL vmlinux 0x3dbc3776 genphy_c45_check_and_restart_aneg +EXPORT_SYMBOL_GPL vmlinux 0x3ddccccc vfs_getxattr +EXPORT_SYMBOL_GPL vmlinux 0x3de2380d nd_cmd_in_size +EXPORT_SYMBOL_GPL vmlinux 0x3de26e91 thermal_zone_bind_cooling_device +EXPORT_SYMBOL_GPL vmlinux 0x3de9cae1 crypto_remove_final +EXPORT_SYMBOL_GPL vmlinux 0x3df378df of_k3_ringacc_get_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0x3df70c99 trace_clock_global +EXPORT_SYMBOL_GPL vmlinux 0x3dfa30f6 pwm_adjust_config +EXPORT_SYMBOL_GPL vmlinux 0x3e0a087f inet_hashinfo2_init_mod +EXPORT_SYMBOL_GPL vmlinux 0x3e10cab7 hwspin_lock_unregister +EXPORT_SYMBOL_GPL vmlinux 0x3e1162cb mnt_user_ns +EXPORT_SYMBOL_GPL vmlinux 0x3e373eec bio_start_io_acct +EXPORT_SYMBOL_GPL vmlinux 0x3e3eb704 sync_blockdev_nowait +EXPORT_SYMBOL_GPL vmlinux 0x3e411ace sfp_select_interface +EXPORT_SYMBOL_GPL vmlinux 0x3e670072 uart_console_write +EXPORT_SYMBOL_GPL vmlinux 0x3e7080cb mpi_read_from_buffer +EXPORT_SYMBOL_GPL vmlinux 0x3e78e99b vcap_val_rule +EXPORT_SYMBOL_GPL vmlinux 0x3e83550b meson_vid_pll_div_ro_ops +EXPORT_SYMBOL_GPL vmlinux 0x3e903560 ip_tunnel_netlink_encap_parms +EXPORT_SYMBOL_GPL vmlinux 0x3e9c26ab devm_clk_register +EXPORT_SYMBOL_GPL vmlinux 0x3ea5196d apei_osc_setup +EXPORT_SYMBOL_GPL vmlinux 0x3ea55127 pm_clk_remove +EXPORT_SYMBOL_GPL vmlinux 0x3eb2f36b serdev_controller_remove +EXPORT_SYMBOL_GPL vmlinux 0x3eb6355f sock_diag_unregister_inet_compat +EXPORT_SYMBOL_GPL vmlinux 0x3eb9a00f acpi_unbind_one +EXPORT_SYMBOL_GPL vmlinux 0x3eceb813 iort_put_rmr_sids +EXPORT_SYMBOL_GPL vmlinux 0x3ed01bf7 pci_create_slot +EXPORT_SYMBOL_GPL vmlinux 0x3ed05506 kstrdup_quotable_file +EXPORT_SYMBOL_GPL vmlinux 0x3edb086b pse_control_put +EXPORT_SYMBOL_GPL vmlinux 0x3ee31390 cpufreq_frequency_table_get_index +EXPORT_SYMBOL_GPL vmlinux 0x3ee5e415 thermal_zone_device_enable +EXPORT_SYMBOL_GPL vmlinux 0x3ee7ea2d pci_restore_msi_state +EXPORT_SYMBOL_GPL vmlinux 0x3ee93162 input_device_enabled +EXPORT_SYMBOL_GPL vmlinux 0x3ef02942 pingv6_ops +EXPORT_SYMBOL_GPL vmlinux 0x3ef051c8 crypto_inc +EXPORT_SYMBOL_GPL vmlinux 0x3efe117f crypto_register_instance +EXPORT_SYMBOL_GPL vmlinux 0x3f049829 tracepoint_srcu +EXPORT_SYMBOL_GPL vmlinux 0x3f05311f of_hte_req_count +EXPORT_SYMBOL_GPL vmlinux 0x3f163bfe nf_queue_entry_free +EXPORT_SYMBOL_GPL vmlinux 0x3f3a174a phylink_ethtool_ksettings_get +EXPORT_SYMBOL_GPL vmlinux 0x3f43bf78 gnttab_free_pages +EXPORT_SYMBOL_GPL vmlinux 0x3f463f3c wm831x_reg_lock +EXPORT_SYMBOL_GPL vmlinux 0x3f491f49 reset_control_bulk_reset +EXPORT_SYMBOL_GPL vmlinux 0x3f5ab243 acpi_subsys_prepare +EXPORT_SYMBOL_GPL vmlinux 0x3f6f4258 wm8350_reg_unlock +EXPORT_SYMBOL_GPL vmlinux 0x3f7528a7 devm_usb_get_phy_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0x3f84bcd7 dax_alive +EXPORT_SYMBOL_GPL vmlinux 0x3fa36d76 devm_kasprintf +EXPORT_SYMBOL_GPL vmlinux 0x3fae6ab0 hv_vp_index +EXPORT_SYMBOL_GPL vmlinux 0x3fb24a60 devm_hwspin_lock_unregister +EXPORT_SYMBOL_GPL vmlinux 0x3fd57e60 devm_gpiod_put_array +EXPORT_SYMBOL_GPL vmlinux 0x3fe35aea irq_bypass_unregister_consumer +EXPORT_SYMBOL_GPL vmlinux 0x3fe6c346 devlink_fmsg_binary_pair_put +EXPORT_SYMBOL_GPL vmlinux 0x3fea029c hisi_clk_register_gate +EXPORT_SYMBOL_GPL vmlinux 0x3ff2e349 hte_request_ts_ns +EXPORT_SYMBOL_GPL vmlinux 0x3ffdacf3 timerqueue_iterate_next +EXPORT_SYMBOL_GPL vmlinux 0x4005085e usb_free_coherent +EXPORT_SYMBOL_GPL vmlinux 0x400a024b acpi_scan_lock_release +EXPORT_SYMBOL_GPL vmlinux 0x401710ec devm_namespace_disable +EXPORT_SYMBOL_GPL vmlinux 0x4019022c dax_driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0x40267068 usb_anchor_resume_wakeups +EXPORT_SYMBOL_GPL vmlinux 0x40300f39 devm_ti_sci_get_of_resource +EXPORT_SYMBOL_GPL vmlinux 0x4031db67 extcon_set_property_capability +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 0x4044f2fd pkcs7_get_content_data +EXPORT_SYMBOL_GPL vmlinux 0x404546fe dm_send_uevents +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 0x4074504a nvdimm_bus_register +EXPORT_SYMBOL_GPL vmlinux 0x407af304 usb_wait_anchor_empty_timeout +EXPORT_SYMBOL_GPL vmlinux 0x4081bbdc inet_csk_clone_lock +EXPORT_SYMBOL_GPL vmlinux 0x40897ad9 xenbus_probe_devices +EXPORT_SYMBOL_GPL vmlinux 0x40966788 get_dev_pagemap +EXPORT_SYMBOL_GPL vmlinux 0x4099f919 tun_ptr_free +EXPORT_SYMBOL_GPL vmlinux 0x40c97f90 serial8250_handle_irq +EXPORT_SYMBOL_GPL vmlinux 0x40dcf3fc tps65912_regmap_config +EXPORT_SYMBOL_GPL vmlinux 0x40de3dde platform_get_irq +EXPORT_SYMBOL_GPL vmlinux 0x40e10853 edac_mc_add_mc_with_groups +EXPORT_SYMBOL_GPL vmlinux 0x40ed92f4 iommu_sva_alloc_pasid +EXPORT_SYMBOL_GPL vmlinux 0x40f028b3 zynqmp_pm_set_rpu_mode +EXPORT_SYMBOL_GPL vmlinux 0x40f0683e reset_control_put +EXPORT_SYMBOL_GPL vmlinux 0x40f5cea3 skb_segment_list +EXPORT_SYMBOL_GPL vmlinux 0x40f8b94e ring_buffer_iter_dropped +EXPORT_SYMBOL_GPL vmlinux 0x40f8bd4e klist_add_before +EXPORT_SYMBOL_GPL vmlinux 0x40fbb695 dma_vunmap_noncontiguous +EXPORT_SYMBOL_GPL vmlinux 0x40ff613c shmem_truncate_range +EXPORT_SYMBOL_GPL vmlinux 0x4100a662 clk_get_scaled_duty_cycle +EXPORT_SYMBOL_GPL vmlinux 0x4107e715 mtk_clk_register_cpumuxes +EXPORT_SYMBOL_GPL vmlinux 0x410a3bbc vfs_setxattr +EXPORT_SYMBOL_GPL vmlinux 0x410bc868 crypto_alloc_acomp_node +EXPORT_SYMBOL_GPL vmlinux 0x41237f71 cpu_have_feature +EXPORT_SYMBOL_GPL vmlinux 0x41256ab9 balance_dirty_pages_ratelimited_flags +EXPORT_SYMBOL_GPL vmlinux 0x412bc681 ring_buffer_empty_cpu +EXPORT_SYMBOL_GPL vmlinux 0x413025f7 bpf_prog_free +EXPORT_SYMBOL_GPL vmlinux 0x4144b3c1 devm_clk_hw_register_fixed_factor_index +EXPORT_SYMBOL_GPL vmlinux 0x414987f1 __fscrypt_prepare_link +EXPORT_SYMBOL_GPL vmlinux 0x414bacf7 sock_diag_register +EXPORT_SYMBOL_GPL vmlinux 0x414d119a videomode_from_timings +EXPORT_SYMBOL_GPL vmlinux 0x4154ba19 list_lru_walk_one +EXPORT_SYMBOL_GPL vmlinux 0x41599d63 gfn_to_page_many_atomic +EXPORT_SYMBOL_GPL vmlinux 0x415f6ec5 vcap_lookup_rule_by_cookie +EXPORT_SYMBOL_GPL vmlinux 0x4163158e ahci_platform_enable_resources +EXPORT_SYMBOL_GPL vmlinux 0x41632cfe regulator_get_voltage_rdev +EXPORT_SYMBOL_GPL vmlinux 0x41755ded __auxiliary_device_add +EXPORT_SYMBOL_GPL vmlinux 0x417f64d3 of_pci_get_devfn +EXPORT_SYMBOL_GPL vmlinux 0x41814cb8 dirty_writeback_interval +EXPORT_SYMBOL_GPL vmlinux 0x418873cc irq_bypass_register_producer +EXPORT_SYMBOL_GPL vmlinux 0x419821b9 of_genpd_remove_last +EXPORT_SYMBOL_GPL vmlinux 0x419d7c83 zynqmp_pm_pinctrl_set_config +EXPORT_SYMBOL_GPL vmlinux 0x419e7efd sfp_module_stop +EXPORT_SYMBOL_GPL vmlinux 0x41a88cec cpufreq_dbs_governor_exit +EXPORT_SYMBOL_GPL vmlinux 0x41afca4e iommu_sva_find +EXPORT_SYMBOL_GPL vmlinux 0x41b9a6e6 bsg_unregister_queue +EXPORT_SYMBOL_GPL vmlinux 0x41bce49a ghes_register_vendor_record_notifier +EXPORT_SYMBOL_GPL vmlinux 0x41c162e8 blk_crypto_has_capabilities +EXPORT_SYMBOL_GPL vmlinux 0x41db2a2e udp_cmsg_send +EXPORT_SYMBOL_GPL vmlinux 0x41ed3cec eventfd_ctx_remove_wait_queue +EXPORT_SYMBOL_GPL vmlinux 0x41ff411c max8997_bulk_write +EXPORT_SYMBOL_GPL vmlinux 0x42003e4b devm_regmap_del_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0x42041512 i2c_get_dma_safe_msg_buf +EXPORT_SYMBOL_GPL vmlinux 0x420f3d01 nvmem_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x421eb35a scsi_dh_activate +EXPORT_SYMBOL_GPL vmlinux 0x42272c28 sdio_release_host +EXPORT_SYMBOL_GPL vmlinux 0x4227d753 mtk_mmsys_ddp_connect +EXPORT_SYMBOL_GPL vmlinux 0x4248f23f device_node_to_regmap +EXPORT_SYMBOL_GPL vmlinux 0x4251c3b3 phylink_generic_validate +EXPORT_SYMBOL_GPL vmlinux 0x42599b1d of_nvmem_device_get +EXPORT_SYMBOL_GPL vmlinux 0x42613523 hrtimer_sleeper_start_expires +EXPORT_SYMBOL_GPL vmlinux 0x42635d55 pm_suspend_global_flags +EXPORT_SYMBOL_GPL vmlinux 0x426452a3 acpi_evaluation_failure_warn +EXPORT_SYMBOL_GPL vmlinux 0x427788fa of_pci_parse_bus_range +EXPORT_SYMBOL_GPL vmlinux 0x4278d56a phylink_expects_phy +EXPORT_SYMBOL_GPL vmlinux 0x42825ce2 rcu_scheduler_active +EXPORT_SYMBOL_GPL vmlinux 0x428e392b security_kernel_post_read_file +EXPORT_SYMBOL_GPL vmlinux 0x429a4066 sock_gen_put +EXPORT_SYMBOL_GPL vmlinux 0x429c3f9c reboot_mode +EXPORT_SYMBOL_GPL vmlinux 0x42bde356 msi_domain_first_desc +EXPORT_SYMBOL_GPL vmlinux 0x42bf8fe1 list_lru_del +EXPORT_SYMBOL_GPL vmlinux 0x42c6fcba usb_unlocked_disable_lpm +EXPORT_SYMBOL_GPL vmlinux 0x42d140a1 fsl_mc_allocate_irqs +EXPORT_SYMBOL_GPL vmlinux 0x42d6733c regulator_unregister_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0x42dfa20e mtk_free_clk_data +EXPORT_SYMBOL_GPL vmlinux 0x42e06186 cpci_hp_register_controller +EXPORT_SYMBOL_GPL vmlinux 0x42e9e348 virtqueue_enable_cb +EXPORT_SYMBOL_GPL vmlinux 0x42f728aa mctrl_gpio_get_outputs +EXPORT_SYMBOL_GPL vmlinux 0x42fb87d6 irq_set_default_host +EXPORT_SYMBOL_GPL vmlinux 0x42fbbfc0 __synth_event_gen_cmd_start +EXPORT_SYMBOL_GPL vmlinux 0x430644d3 fuse_get_unique +EXPORT_SYMBOL_GPL vmlinux 0x4306add9 usb_get_dev +EXPORT_SYMBOL_GPL vmlinux 0x430d88ec __traceiter_arm_event +EXPORT_SYMBOL_GPL vmlinux 0x430e1488 driver_create_file +EXPORT_SYMBOL_GPL vmlinux 0x4317f5dc devm_of_phy_provider_unregister +EXPORT_SYMBOL_GPL vmlinux 0x4320c355 imx_clk_hw_frac_pll +EXPORT_SYMBOL_GPL vmlinux 0x432ef5ae dev_pm_qos_add_request +EXPORT_SYMBOL_GPL vmlinux 0x433127a1 of_thermal_get_trip_points +EXPORT_SYMBOL_GPL vmlinux 0x433c79ae auxiliary_find_device +EXPORT_SYMBOL_GPL vmlinux 0x433c8389 acpi_dev_clear_dependencies +EXPORT_SYMBOL_GPL vmlinux 0x4348bcff xen_remap_vma_range +EXPORT_SYMBOL_GPL vmlinux 0x434e82c9 gpiochip_remove +EXPORT_SYMBOL_GPL vmlinux 0x434f1371 split_page +EXPORT_SYMBOL_GPL vmlinux 0x436d817f mpi_clear_bit +EXPORT_SYMBOL_GPL vmlinux 0x43707dff iomap_file_buffered_write +EXPORT_SYMBOL_GPL vmlinux 0x4374c705 ata_acpi_cbl_80wire +EXPORT_SYMBOL_GPL vmlinux 0x437a7fec device_property_read_u64_array +EXPORT_SYMBOL_GPL vmlinux 0x437eb1df ipv6_mod_enabled +EXPORT_SYMBOL_GPL vmlinux 0x438d8df2 iova_cache_get +EXPORT_SYMBOL_GPL vmlinux 0x4390b0a3 pm_clk_resume +EXPORT_SYMBOL_GPL vmlinux 0x43a0d0f1 mtk_clk_register_plls +EXPORT_SYMBOL_GPL vmlinux 0x43aa319e lease_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x43ac96c1 rio_dev_put +EXPORT_SYMBOL_GPL vmlinux 0x43caa7c0 regmap_irq_get_irq_reg_linear +EXPORT_SYMBOL_GPL vmlinux 0x43cb683e ahci_platform_assert_rsts +EXPORT_SYMBOL_GPL vmlinux 0x43d0620c skb_gso_validate_mac_len +EXPORT_SYMBOL_GPL vmlinux 0x43da31d4 regulator_enable +EXPORT_SYMBOL_GPL vmlinux 0x43dccade usb_of_get_interface_node +EXPORT_SYMBOL_GPL vmlinux 0x43e64ec3 inet_csk_reqsk_queue_hash_add +EXPORT_SYMBOL_GPL vmlinux 0x43eaf7fe xhci_add_endpoint +EXPORT_SYMBOL_GPL vmlinux 0x43f1f888 tty_ldisc_ref_wait +EXPORT_SYMBOL_GPL vmlinux 0x43f81957 clk_round_rate +EXPORT_SYMBOL_GPL vmlinux 0x43f92edd wait_for_initramfs +EXPORT_SYMBOL_GPL vmlinux 0x43fe2e04 xenbus_dev_is_online +EXPORT_SYMBOL_GPL vmlinux 0x4401e6c2 mpi_cmpabs +EXPORT_SYMBOL_GPL vmlinux 0x440ab332 regulator_count_voltages +EXPORT_SYMBOL_GPL vmlinux 0x4412e05f of_led_get +EXPORT_SYMBOL_GPL vmlinux 0x4413f461 zynqmp_pm_request_wake +EXPORT_SYMBOL_GPL vmlinux 0x44218b64 acpi_subsys_freeze +EXPORT_SYMBOL_GPL vmlinux 0x4422ac24 zynqmp_pm_set_tapdelay_bypass +EXPORT_SYMBOL_GPL vmlinux 0x442706e9 perf_pmu_unregister +EXPORT_SYMBOL_GPL vmlinux 0x442c1145 of_clk_del_provider +EXPORT_SYMBOL_GPL vmlinux 0x442deaa9 poll_state_synchronize_rcu +EXPORT_SYMBOL_GPL vmlinux 0x44344f2a __reset_control_get +EXPORT_SYMBOL_GPL vmlinux 0x4439bcd2 __SCK__tp_func_neigh_event_send_dead +EXPORT_SYMBOL_GPL vmlinux 0x443e8a68 dm_disk +EXPORT_SYMBOL_GPL vmlinux 0x444726d7 of_pinctrl_get +EXPORT_SYMBOL_GPL vmlinux 0x444f1735 cpu_pm_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x4457a3fa shash_ahash_digest +EXPORT_SYMBOL_GPL vmlinux 0x445f7208 ata_sff_dev_classify +EXPORT_SYMBOL_GPL vmlinux 0x447e9c67 kvm_vcpu_halt +EXPORT_SYMBOL_GPL vmlinux 0x4484a5a4 wait_for_device_probe +EXPORT_SYMBOL_GPL vmlinux 0x4487093f devfreq_event_reset_event +EXPORT_SYMBOL_GPL vmlinux 0x448cb233 bdev_disk_changed +EXPORT_SYMBOL_GPL vmlinux 0x4490eba8 phy_gbit_fibre_features +EXPORT_SYMBOL_GPL vmlinux 0x44a0339f spi_mem_supports_op +EXPORT_SYMBOL_GPL vmlinux 0x44a793ab HYPERVISOR_grant_table_op +EXPORT_SYMBOL_GPL vmlinux 0x44ace6fd crypto_unregister_acomp +EXPORT_SYMBOL_GPL vmlinux 0x44b0ae4a add_swap_extent +EXPORT_SYMBOL_GPL vmlinux 0x44bae227 bit_wait_timeout +EXPORT_SYMBOL_GPL vmlinux 0x44cd7fe7 ip6_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0x44cf8cf0 blk_zone_cond_str +EXPORT_SYMBOL_GPL vmlinux 0x44d5a5d7 dpbp_close +EXPORT_SYMBOL_GPL vmlinux 0x44d8f691 of_icc_xlate_onecell +EXPORT_SYMBOL_GPL vmlinux 0x44d99637 skcipher_walk_done +EXPORT_SYMBOL_GPL vmlinux 0x44e1e9aa balloon_stats +EXPORT_SYMBOL_GPL vmlinux 0x44f7d376 __rt_mutex_init +EXPORT_SYMBOL_GPL vmlinux 0x44fa9190 regmap_raw_read +EXPORT_SYMBOL_GPL vmlinux 0x4507f4a8 cpuhp_tasks_frozen +EXPORT_SYMBOL_GPL vmlinux 0x450805b9 sfp_bus_find_fwnode +EXPORT_SYMBOL_GPL vmlinux 0x451618d0 sbitmap_del_wait_queue +EXPORT_SYMBOL_GPL vmlinux 0x4520b4f7 virtio_require_restricted_mem_acc +EXPORT_SYMBOL_GPL vmlinux 0x4522049e lwtunnel_xmit +EXPORT_SYMBOL_GPL vmlinux 0x4531624f usb_decode_ctrl +EXPORT_SYMBOL_GPL vmlinux 0x4531ab62 copy_from_kernel_nofault +EXPORT_SYMBOL_GPL vmlinux 0x45399573 shake_page +EXPORT_SYMBOL_GPL vmlinux 0x45403e4d bpf_prog_add +EXPORT_SYMBOL_GPL vmlinux 0x454cbd87 pci_hp_del +EXPORT_SYMBOL_GPL vmlinux 0x45558f56 clk_unregister_fixed_factor +EXPORT_SYMBOL_GPL vmlinux 0x455803ce __mnt_is_readonly +EXPORT_SYMBOL_GPL vmlinux 0x4561f990 qcom_smem_state_unregister +EXPORT_SYMBOL_GPL vmlinux 0x457594fa crypto_alg_list +EXPORT_SYMBOL_GPL vmlinux 0x4577c75d kobject_get_path +EXPORT_SYMBOL_GPL vmlinux 0x457f2803 regulator_set_current_limit_regmap +EXPORT_SYMBOL_GPL vmlinux 0x459e6151 mm_unaccount_pinned_pages +EXPORT_SYMBOL_GPL vmlinux 0x45a25ee5 locks_owner_has_blockers +EXPORT_SYMBOL_GPL vmlinux 0x45a5c80e ata_pci_remove_one +EXPORT_SYMBOL_GPL vmlinux 0x45aee343 cpuidle_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0x45bc5d0c meson_clk_pll_ro_ops +EXPORT_SYMBOL_GPL vmlinux 0x45c20a0f ti_sci_inta_msi_create_irq_domain +EXPORT_SYMBOL_GPL vmlinux 0x45d2247b fib_rules_lookup +EXPORT_SYMBOL_GPL vmlinux 0x45d462e5 rockchip_clk_register_plls +EXPORT_SYMBOL_GPL vmlinux 0x45e44130 irq_generic_chip_ops +EXPORT_SYMBOL_GPL vmlinux 0x45f06988 i2c_dw_configure_master +EXPORT_SYMBOL_GPL vmlinux 0x45f23a99 dw8250_setup_port +EXPORT_SYMBOL_GPL vmlinux 0x45fc2ca7 edac_pci_add_device +EXPORT_SYMBOL_GPL vmlinux 0x46013233 net_dec_ingress_queue +EXPORT_SYMBOL_GPL vmlinux 0x46030074 __hrtimer_get_remaining +EXPORT_SYMBOL_GPL vmlinux 0x46192fda host1x_context_device_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x461b1da5 filemap_add_folio +EXPORT_SYMBOL_GPL vmlinux 0x461bdc8c adp5520_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x461ef4ec vma_kernel_pagesize +EXPORT_SYMBOL_GPL vmlinux 0x46269814 __tracepoint_neigh_event_send_dead +EXPORT_SYMBOL_GPL vmlinux 0x46275130 mas_expected_entries +EXPORT_SYMBOL_GPL vmlinux 0x4636a477 watchdog_set_restart_priority +EXPORT_SYMBOL_GPL vmlinux 0x4636bf97 rio_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x46610215 regmap_noinc_write +EXPORT_SYMBOL_GPL vmlinux 0x466a9984 usb_remove_hcd +EXPORT_SYMBOL_GPL vmlinux 0x466c1b6d __hvc_resize +EXPORT_SYMBOL_GPL vmlinux 0x4688d7ec pvclock_gtod_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x468f62f0 irq_domain_pop_irq +EXPORT_SYMBOL_GPL vmlinux 0x4697fff4 dev_pm_enable_wake_irq +EXPORT_SYMBOL_GPL vmlinux 0x469939a4 nd_region_dev +EXPORT_SYMBOL_GPL vmlinux 0x46a4a444 usb_alloc_coherent +EXPORT_SYMBOL_GPL vmlinux 0x46a4b118 hrtimer_cancel +EXPORT_SYMBOL_GPL vmlinux 0x46bc5114 __imx8m_clk_hw_composite +EXPORT_SYMBOL_GPL vmlinux 0x46c02629 acpi_pci_find_root +EXPORT_SYMBOL_GPL vmlinux 0x46c6e277 tty_port_install +EXPORT_SYMBOL_GPL vmlinux 0x46e67a71 this_cpu_has_cap +EXPORT_SYMBOL_GPL vmlinux 0x46ef8703 phy_basic_t1_features +EXPORT_SYMBOL_GPL vmlinux 0x4700eb69 meson_clk_pcie_pll_ops +EXPORT_SYMBOL_GPL vmlinux 0x470d2013 vcpu_put +EXPORT_SYMBOL_GPL vmlinux 0x4716362f serial8250_rpm_get +EXPORT_SYMBOL_GPL vmlinux 0x47229b5c gpio_request +EXPORT_SYMBOL_GPL vmlinux 0x47236071 thermal_zone_get_offset +EXPORT_SYMBOL_GPL vmlinux 0x47310ce3 transport_destroy_device +EXPORT_SYMBOL_GPL vmlinux 0x47465d88 mtk_pinconf_adv_drive_get_raw +EXPORT_SYMBOL_GPL vmlinux 0x4749988c platform_get_resource_byname +EXPORT_SYMBOL_GPL vmlinux 0x474ccc14 regulator_set_suspend_voltage +EXPORT_SYMBOL_GPL vmlinux 0x47506101 acpi_find_child_device +EXPORT_SYMBOL_GPL vmlinux 0x47577837 tracing_snapshot_cond_disable +EXPORT_SYMBOL_GPL vmlinux 0x475d0728 of_usb_update_otg_caps +EXPORT_SYMBOL_GPL vmlinux 0x4761f17c register_netevent_notifier +EXPORT_SYMBOL_GPL vmlinux 0x4766d1ae vcap_keyset_name +EXPORT_SYMBOL_GPL vmlinux 0x4770a030 devm_phy_destroy +EXPORT_SYMBOL_GPL vmlinux 0x47747608 devres_remove_group +EXPORT_SYMBOL_GPL vmlinux 0x47884890 system_power_efficient_wq +EXPORT_SYMBOL_GPL vmlinux 0x478e81f8 tcp_orphan_count +EXPORT_SYMBOL_GPL vmlinux 0x479803b9 base64_encode +EXPORT_SYMBOL_GPL vmlinux 0x479f7d4b clk_bulk_disable +EXPORT_SYMBOL_GPL vmlinux 0x47aad3b9 have_governor_per_policy +EXPORT_SYMBOL_GPL vmlinux 0x47b1e82e anon_inode_getfd +EXPORT_SYMBOL_GPL vmlinux 0x47d0eea2 acpi_lpat_temp_to_raw +EXPORT_SYMBOL_GPL vmlinux 0x47de0dc7 clk_unregister_mux +EXPORT_SYMBOL_GPL vmlinux 0x47f08c1a param_ops_bool_enable_only +EXPORT_SYMBOL_GPL vmlinux 0x47f1b9a4 extcon_set_property_sync +EXPORT_SYMBOL_GPL vmlinux 0x4803005b umd_load_blob +EXPORT_SYMBOL_GPL vmlinux 0x480305ca kmsg_dump_rewind +EXPORT_SYMBOL_GPL vmlinux 0x4815aa79 dev_pm_opp_cpumask_remove_table +EXPORT_SYMBOL_GPL vmlinux 0x481b6505 dev_pm_domain_attach_by_name +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 0x4829bda4 bus_sort_breadthfirst +EXPORT_SYMBOL_GPL vmlinux 0x4843a748 qman_portals_probed +EXPORT_SYMBOL_GPL vmlinux 0x485083d5 dt_init_idle_driver +EXPORT_SYMBOL_GPL vmlinux 0x485cd7f6 kvm_rebooting +EXPORT_SYMBOL_GPL vmlinux 0x485fa800 iov_iter_get_pages_alloc +EXPORT_SYMBOL_GPL vmlinux 0x48650de7 mtk_hw_set_value +EXPORT_SYMBOL_GPL vmlinux 0x486870e1 ata_qc_get_active +EXPORT_SYMBOL_GPL vmlinux 0x486dedc3 ghes_unregister_vendor_record_notifier +EXPORT_SYMBOL_GPL vmlinux 0x48816518 devm_hwmon_device_register_with_info +EXPORT_SYMBOL_GPL vmlinux 0x48a3d20b mctrl_gpio_get +EXPORT_SYMBOL_GPL vmlinux 0x48c32847 __SCK__tp_func_sched_util_est_se_tp +EXPORT_SYMBOL_GPL vmlinux 0x48ffe91e platform_device_add_data +EXPORT_SYMBOL_GPL vmlinux 0x4904c8a9 fl6_update_dst +EXPORT_SYMBOL_GPL vmlinux 0x49050c57 spi_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0x4908c207 bpf_trace_run2 +EXPORT_SYMBOL_GPL vmlinux 0x4911c3d1 dev_pm_opp_free_cpufreq_table +EXPORT_SYMBOL_GPL vmlinux 0x49242bc7 freezer_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0x4934bdd0 crypto_check_attr_type +EXPORT_SYMBOL_GPL vmlinux 0x4939ebcd numa_map_to_online_node +EXPORT_SYMBOL_GPL vmlinux 0x493e5640 devm_gpiod_get_index_optional +EXPORT_SYMBOL_GPL vmlinux 0x494647ce phy_driver_is_genphy_10g +EXPORT_SYMBOL_GPL vmlinux 0x4948e6ba vmf_insert_pfn_pmd_prot +EXPORT_SYMBOL_GPL vmlinux 0x4960122e ata_pci_device_do_resume +EXPORT_SYMBOL_GPL vmlinux 0x49608959 migrate_disable +EXPORT_SYMBOL_GPL vmlinux 0x49615904 dm_put +EXPORT_SYMBOL_GPL vmlinux 0x49668d29 of_clk_add_provider +EXPORT_SYMBOL_GPL vmlinux 0x49765939 of_changeset_action +EXPORT_SYMBOL_GPL vmlinux 0x497daa0e clk_hw_unregister_gate +EXPORT_SYMBOL_GPL vmlinux 0x498b56f8 net_ns_get_ownership +EXPORT_SYMBOL_GPL vmlinux 0x499043d3 crypto_init_queue +EXPORT_SYMBOL_GPL vmlinux 0x49927d25 page_reporting_unregister +EXPORT_SYMBOL_GPL vmlinux 0x4999d572 rio_unmap_inb_region +EXPORT_SYMBOL_GPL vmlinux 0x49a4fef0 firmware_request_cache +EXPORT_SYMBOL_GPL vmlinux 0x49a69021 meson_axg_pmx_ops +EXPORT_SYMBOL_GPL vmlinux 0x49a8d422 pci_create_ims_domain +EXPORT_SYMBOL_GPL vmlinux 0x49a92766 qcom_smem_state_get +EXPORT_SYMBOL_GPL vmlinux 0x49c68164 fsnotify_alloc_group +EXPORT_SYMBOL_GPL vmlinux 0x49c7f82d serial8250_set_defaults +EXPORT_SYMBOL_GPL vmlinux 0x49cd25ed alloc_workqueue +EXPORT_SYMBOL_GPL vmlinux 0x49d7b8b4 pci_sriov_configure_simple +EXPORT_SYMBOL_GPL vmlinux 0x49d92f72 regcache_cache_only +EXPORT_SYMBOL_GPL vmlinux 0x49d94619 kvm_write_guest_cached +EXPORT_SYMBOL_GPL vmlinux 0x49e06ee8 fwnode_get_next_available_child_node +EXPORT_SYMBOL_GPL vmlinux 0x49e96999 cond_synchronize_rcu +EXPORT_SYMBOL_GPL vmlinux 0x4a05e7b1 init_srcu_struct +EXPORT_SYMBOL_GPL vmlinux 0x4a17ed66 sysrq_mask +EXPORT_SYMBOL_GPL vmlinux 0x4a3c520b vcap_alloc_rule +EXPORT_SYMBOL_GPL vmlinux 0x4a3dd868 wwan_register_ops +EXPORT_SYMBOL_GPL vmlinux 0x4a420d09 acpi_bus_detach_private_data +EXPORT_SYMBOL_GPL vmlinux 0x4a4cfef0 clk_register_fixed_rate +EXPORT_SYMBOL_GPL vmlinux 0x4a50cfb0 tty_init_termios +EXPORT_SYMBOL_GPL vmlinux 0x4a516a28 regulator_list_voltage_linear_range +EXPORT_SYMBOL_GPL vmlinux 0x4a634e41 devm_hwmon_device_register_with_groups +EXPORT_SYMBOL_GPL vmlinux 0x4a664122 bpf_redirect_info +EXPORT_SYMBOL_GPL vmlinux 0x4a7d7fed transport_add_device +EXPORT_SYMBOL_GPL vmlinux 0x4a829342 securityfs_create_dir +EXPORT_SYMBOL_GPL vmlinux 0x4a8e156c fwnode_device_is_available +EXPORT_SYMBOL_GPL vmlinux 0x4aa35e19 devm_rtc_allocate_device +EXPORT_SYMBOL_GPL vmlinux 0x4aa399db mmc_regulator_set_vqmmc +EXPORT_SYMBOL_GPL vmlinux 0x4abca512 debugfs_attr_write +EXPORT_SYMBOL_GPL vmlinux 0x4abcf24e xfrm_dev_resume +EXPORT_SYMBOL_GPL vmlinux 0x4abd71d4 gpiochip_request_own_desc +EXPORT_SYMBOL_GPL vmlinux 0x4ac96857 switchdev_handle_port_attr_set +EXPORT_SYMBOL_GPL vmlinux 0x4ae9f9dd crypto_aes_set_key +EXPORT_SYMBOL_GPL vmlinux 0x4aeef6cb dev_pm_qos_remove_notifier +EXPORT_SYMBOL_GPL vmlinux 0x4aeefe33 fscrypt_set_context +EXPORT_SYMBOL_GPL vmlinux 0x4aef7191 platform_device_del +EXPORT_SYMBOL_GPL vmlinux 0x4af2936e mctrl_gpio_init_noauto +EXPORT_SYMBOL_GPL vmlinux 0x4af6fa25 perf_event_addr_filters_sync +EXPORT_SYMBOL_GPL vmlinux 0x4b0c5484 amba_device_put +EXPORT_SYMBOL_GPL vmlinux 0x4b20baa5 imx_unregister_hw_clocks +EXPORT_SYMBOL_GPL vmlinux 0x4b37a726 xenbus_dev_suspend +EXPORT_SYMBOL_GPL vmlinux 0x4b45598c devm_gpiochip_add_data_with_key +EXPORT_SYMBOL_GPL vmlinux 0x4b5acf74 rhashtable_init +EXPORT_SYMBOL_GPL vmlinux 0x4b5d4545 gnttab_pages_set_private +EXPORT_SYMBOL_GPL vmlinux 0x4b5eceff transport_configure_device +EXPORT_SYMBOL_GPL vmlinux 0x4b606add serdev_device_set_parity +EXPORT_SYMBOL_GPL vmlinux 0x4b8be1b7 spi_mem_get_name +EXPORT_SYMBOL_GPL vmlinux 0x4b931968 xen_features +EXPORT_SYMBOL_GPL vmlinux 0x4b97b1b0 dev_pm_genpd_suspend +EXPORT_SYMBOL_GPL vmlinux 0x4ba3fe48 mbox_request_channel_byname +EXPORT_SYMBOL_GPL vmlinux 0x4bb097bc rtc_alarm_irq_enable +EXPORT_SYMBOL_GPL vmlinux 0x4bc8727f xen_balloon_init +EXPORT_SYMBOL_GPL vmlinux 0x4bcb217b mtk_clk_unregister_fixed_clks +EXPORT_SYMBOL_GPL vmlinux 0x4bd0e830 usb_hub_release_port +EXPORT_SYMBOL_GPL vmlinux 0x4bd6119e __of_phy_provider_register +EXPORT_SYMBOL_GPL vmlinux 0x4bd6f08b misc_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0x4bd6f1a0 pci_load_and_free_saved_state +EXPORT_SYMBOL_GPL vmlinux 0x4bdb8dcc housekeeping_test_cpu +EXPORT_SYMBOL_GPL vmlinux 0x4be3b2a0 xdp_return_buff +EXPORT_SYMBOL_GPL vmlinux 0x4be48491 pci_epc_mem_alloc_addr +EXPORT_SYMBOL_GPL vmlinux 0x4be52ca3 acpi_fetch_acpi_dev +EXPORT_SYMBOL_GPL vmlinux 0x4be64845 ftrace_set_notrace +EXPORT_SYMBOL_GPL vmlinux 0x4be64d3c sync_page_io +EXPORT_SYMBOL_GPL vmlinux 0x4be6cfac __fl6_sock_lookup +EXPORT_SYMBOL_GPL vmlinux 0x4bed5583 free_vm_area +EXPORT_SYMBOL_GPL vmlinux 0x4bf1e811 devm_ti_sci_get_resource +EXPORT_SYMBOL_GPL vmlinux 0x4bf8482c __pm_runtime_use_autosuspend +EXPORT_SYMBOL_GPL vmlinux 0x4bfb53e7 sbitmap_bitmap_show +EXPORT_SYMBOL_GPL vmlinux 0x4bfd398d hwrng_msleep +EXPORT_SYMBOL_GPL vmlinux 0x4c030953 iommu_dev_enable_feature +EXPORT_SYMBOL_GPL vmlinux 0x4c0c852f ipv6_stub +EXPORT_SYMBOL_GPL vmlinux 0x4c25500f dm_start_time_ns_from_clone +EXPORT_SYMBOL_GPL vmlinux 0x4c2a04ab crypto_shash_finup +EXPORT_SYMBOL_GPL vmlinux 0x4c2b351d start_poll_synchronize_rcu_expedited +EXPORT_SYMBOL_GPL vmlinux 0x4c2c0ea7 evtchn_make_refcounted +EXPORT_SYMBOL_GPL vmlinux 0x4c33af45 ahci_platform_shutdown +EXPORT_SYMBOL_GPL vmlinux 0x4c37759e mpc8xxx_spi_probe +EXPORT_SYMBOL_GPL vmlinux 0x4c38d622 buffer_migrate_folio_norefs +EXPORT_SYMBOL_GPL vmlinux 0x4c3cc50f blk_mq_debugfs_rq_show +EXPORT_SYMBOL_GPL vmlinux 0x4c549b36 __traceiter_xhci_dbg_quirks +EXPORT_SYMBOL_GPL vmlinux 0x4c67504e acpi_dma_controller_free +EXPORT_SYMBOL_GPL vmlinux 0x4c7dde19 rio_add_net +EXPORT_SYMBOL_GPL vmlinux 0x4c8adfe1 hv_root_partition +EXPORT_SYMBOL_GPL vmlinux 0x4c95c2a9 pci_bridge_secondary_bus_reset +EXPORT_SYMBOL_GPL vmlinux 0x4c95e024 irq_get_default_host +EXPORT_SYMBOL_GPL vmlinux 0x4c9b3652 pci_create_root_bus +EXPORT_SYMBOL_GPL vmlinux 0x4ca5590e mas_prev +EXPORT_SYMBOL_GPL vmlinux 0x4cb16971 vp_legacy_set_queue_address +EXPORT_SYMBOL_GPL vmlinux 0x4cb27100 ktime_get_snapshot +EXPORT_SYMBOL_GPL vmlinux 0x4cb761ef pci_rescan_bus +EXPORT_SYMBOL_GPL vmlinux 0x4cb81fda __SCK__tp_func_wbc_writepage +EXPORT_SYMBOL_GPL vmlinux 0x4cd949a5 ip_icmp_error +EXPORT_SYMBOL_GPL vmlinux 0x4ce102a3 ata_host_put +EXPORT_SYMBOL_GPL vmlinux 0x4ce76d80 component_master_add_with_match +EXPORT_SYMBOL_GPL vmlinux 0x4cf00717 rio_del_device +EXPORT_SYMBOL_GPL vmlinux 0x4cfa98d7 regulator_get_exclusive +EXPORT_SYMBOL_GPL vmlinux 0x4cfc5d31 ext_pi_type3_crc64 +EXPORT_SYMBOL_GPL vmlinux 0x4d0015e2 cpu_hotplug_disable +EXPORT_SYMBOL_GPL vmlinux 0x4d0a959b __vfs_setxattr_locked +EXPORT_SYMBOL_GPL vmlinux 0x4d0ddb17 devm_clk_get_optional_enabled +EXPORT_SYMBOL_GPL vmlinux 0x4d16b367 fwnode_get_phy_node +EXPORT_SYMBOL_GPL vmlinux 0x4d1b6054 iomap_file_buffered_write_punch_delalloc +EXPORT_SYMBOL_GPL vmlinux 0x4d1c5e4a rdev_get_regmap +EXPORT_SYMBOL_GPL vmlinux 0x4d24a1e4 sbitmap_finish_wait +EXPORT_SYMBOL_GPL vmlinux 0x4d3835cf xfrm_audit_policy_delete +EXPORT_SYMBOL_GPL vmlinux 0x4d3a0696 __SCK__tp_func_rpm_idle +EXPORT_SYMBOL_GPL vmlinux 0x4d5abe1a disk_set_independent_access_ranges +EXPORT_SYMBOL_GPL vmlinux 0x4d5fad42 pciserial_init_ports +EXPORT_SYMBOL_GPL vmlinux 0x4d6d0bbc iommu_group_ref_get +EXPORT_SYMBOL_GPL vmlinux 0x4d6de593 crypto_register_aead +EXPORT_SYMBOL_GPL vmlinux 0x4d7272e4 migrate_enable +EXPORT_SYMBOL_GPL vmlinux 0x4d83c710 k3_udma_glue_tdown_tx_chn +EXPORT_SYMBOL_GPL vmlinux 0x4d90d576 pinctrl_find_gpio_range_from_pin +EXPORT_SYMBOL_GPL vmlinux 0x4d95d6d1 memcpy_flushcache +EXPORT_SYMBOL_GPL vmlinux 0x4da8646a devm_pse_controller_register +EXPORT_SYMBOL_GPL vmlinux 0x4dae01d8 devlink_linecard_create +EXPORT_SYMBOL_GPL vmlinux 0x4dae16e4 i2c_put_dma_safe_msg_buf +EXPORT_SYMBOL_GPL vmlinux 0x4db95a96 devfreq_event_remove_edev +EXPORT_SYMBOL_GPL vmlinux 0x4dc54cd5 devfreq_get_devfreq_by_node +EXPORT_SYMBOL_GPL vmlinux 0x4dd27426 gpiod_get_array_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x4dde2276 reset_controller_register +EXPORT_SYMBOL_GPL vmlinux 0x4de17ab3 usb_state_string +EXPORT_SYMBOL_GPL vmlinux 0x4de321de ahci_error_handler +EXPORT_SYMBOL_GPL vmlinux 0x4de3553a ohci_hub_control +EXPORT_SYMBOL_GPL vmlinux 0x4df3d976 fsnotify_destroy_mark +EXPORT_SYMBOL_GPL vmlinux 0x4df5da3a clk_register_fractional_divider +EXPORT_SYMBOL_GPL vmlinux 0x4df72b71 ata_acpi_stm +EXPORT_SYMBOL_GPL vmlinux 0x4dff61e5 wwan_port_txoff +EXPORT_SYMBOL_GPL vmlinux 0x4e17c613 ata_sff_queue_delayed_work +EXPORT_SYMBOL_GPL vmlinux 0x4e1d55d5 pci_hp_destroy +EXPORT_SYMBOL_GPL vmlinux 0x4e27b4c5 tun_get_tx_ring +EXPORT_SYMBOL_GPL vmlinux 0x4e2f3c90 mtk_mutex_enable_by_cmdq +EXPORT_SYMBOL_GPL vmlinux 0x4e2fa9ff __sock_recv_timestamp +EXPORT_SYMBOL_GPL vmlinux 0x4e33d428 of_device_request_module +EXPORT_SYMBOL_GPL vmlinux 0x4e3fd1b4 kvm_release_pfn_clean +EXPORT_SYMBOL_GPL vmlinux 0x4e42f010 cdrom_multisession +EXPORT_SYMBOL_GPL vmlinux 0x4e4353c1 fsverity_ioctl_enable +EXPORT_SYMBOL_GPL vmlinux 0x4e4c37e2 freq_qos_remove_notifier +EXPORT_SYMBOL_GPL vmlinux 0x4e53e4c4 devlink_param_value_changed +EXPORT_SYMBOL_GPL vmlinux 0x4e657485 free_io_pgtable_ops +EXPORT_SYMBOL_GPL vmlinux 0x4e6e2662 wm8350_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x4e74878e __tracepoint_devlink_hwerr +EXPORT_SYMBOL_GPL vmlinux 0x4e78d989 rcu_trc_cmpxchg_need_qs +EXPORT_SYMBOL_GPL vmlinux 0x4e86f9a9 pinctrl_generic_get_group_pins +EXPORT_SYMBOL_GPL vmlinux 0x4e9af2aa meson_clk_pll_ops +EXPORT_SYMBOL_GPL vmlinux 0x4eac5fc1 cpu_mitigations_auto_nosmt +EXPORT_SYMBOL_GPL vmlinux 0x4eb1b481 register_btf_id_dtor_kfuncs +EXPORT_SYMBOL_GPL vmlinux 0x4eb39d4e __tracepoint_tcp_bad_csum +EXPORT_SYMBOL_GPL vmlinux 0x4ec38477 stmpe811_adc_common_init +EXPORT_SYMBOL_GPL vmlinux 0x4ec40eb2 balloon_page_list_enqueue +EXPORT_SYMBOL_GPL vmlinux 0x4ec8039a sdio_f0_readb +EXPORT_SYMBOL_GPL vmlinux 0x4eccaf94 relay_close +EXPORT_SYMBOL_GPL vmlinux 0x4ece3615 blocking_notifier_chain_unregister +EXPORT_SYMBOL_GPL vmlinux 0x4ecf6320 ahci_check_ready +EXPORT_SYMBOL_GPL vmlinux 0x4ed5aa30 nvmem_device_get +EXPORT_SYMBOL_GPL vmlinux 0x4edcc50f devlink_port_attrs_set +EXPORT_SYMBOL_GPL vmlinux 0x4ee55163 acpi_get_first_physical_node +EXPORT_SYMBOL_GPL vmlinux 0x4eeafba8 pci_find_next_ht_capability +EXPORT_SYMBOL_GPL vmlinux 0x4ef5bcf4 perf_swevent_get_recursion_context +EXPORT_SYMBOL_GPL vmlinux 0x4efcf021 mpi_normalize +EXPORT_SYMBOL_GPL vmlinux 0x4f224d72 of_get_fb_videomode +EXPORT_SYMBOL_GPL vmlinux 0x4f2593f0 btree_update +EXPORT_SYMBOL_GPL vmlinux 0x4f2c996d kmsg_dump_get_line +EXPORT_SYMBOL_GPL vmlinux 0x4f2d7acc reset_simple_ops +EXPORT_SYMBOL_GPL vmlinux 0x4f3b12bb fixed_phy_register_with_gpiod +EXPORT_SYMBOL_GPL vmlinux 0x4f4e879c devm_create_dev_dax +EXPORT_SYMBOL_GPL vmlinux 0x4f5acba3 blk_mq_pci_map_queues +EXPORT_SYMBOL_GPL vmlinux 0x4f5d0a93 devm_regulator_bulk_get_enable +EXPORT_SYMBOL_GPL vmlinux 0x4f659b22 crypto_unregister_kpp +EXPORT_SYMBOL_GPL vmlinux 0x4f6a07fe show_rcu_gp_kthreads +EXPORT_SYMBOL_GPL vmlinux 0x4f71fbad fscrypt_ioctl_remove_key_all_users +EXPORT_SYMBOL_GPL vmlinux 0x4f72a987 uart_parse_options +EXPORT_SYMBOL_GPL vmlinux 0x4f73a0f1 cpu_device_create +EXPORT_SYMBOL_GPL vmlinux 0x4f980b68 usb_match_one_id +EXPORT_SYMBOL_GPL vmlinux 0x4f98d766 cpu_pm_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x4fa4cb12 bsg_job_get +EXPORT_SYMBOL_GPL vmlinux 0x4fa82e7d pm_clk_create +EXPORT_SYMBOL_GPL vmlinux 0x4fa9949c ahci_do_softreset +EXPORT_SYMBOL_GPL vmlinux 0x4fb5da55 fs_put_dax +EXPORT_SYMBOL_GPL vmlinux 0x4fb8e63a espintcp_push_skb +EXPORT_SYMBOL_GPL vmlinux 0x4fd35b8c usb_of_get_companion_dev +EXPORT_SYMBOL_GPL vmlinux 0x4fdc945d sata_deb_timing_normal +EXPORT_SYMBOL_GPL vmlinux 0x4fe1eddf unregister_netevent_notifier +EXPORT_SYMBOL_GPL vmlinux 0x4fea388c devm_reset_controller_register +EXPORT_SYMBOL_GPL vmlinux 0x4feb302a fib_rules_unregister +EXPORT_SYMBOL_GPL vmlinux 0x4fee1ffd iommu_set_pgtable_quirks +EXPORT_SYMBOL_GPL vmlinux 0x4ff46a68 scsi_host_block +EXPORT_SYMBOL_GPL vmlinux 0x500c768c apei_exec_read_register +EXPORT_SYMBOL_GPL vmlinux 0x50130d59 sdio_release_irq +EXPORT_SYMBOL_GPL vmlinux 0x501d23ab skcipher_walk_async +EXPORT_SYMBOL_GPL vmlinux 0x50256d6c pci_enable_rom +EXPORT_SYMBOL_GPL vmlinux 0x5026585c xen_irq_from_gsi +EXPORT_SYMBOL_GPL vmlinux 0x50320d5a mtk_clk_register_factors +EXPORT_SYMBOL_GPL vmlinux 0x5035a751 ata_pci_device_suspend +EXPORT_SYMBOL_GPL vmlinux 0x503ef880 regulator_sync_voltage +EXPORT_SYMBOL_GPL vmlinux 0x50463852 alloc_io_pgtable_ops +EXPORT_SYMBOL_GPL vmlinux 0x50463c1a thp_get_unmapped_area +EXPORT_SYMBOL_GPL vmlinux 0x50602341 acpi_subsys_runtime_resume +EXPORT_SYMBOL_GPL vmlinux 0x50616e69 devlink_resources_unregister +EXPORT_SYMBOL_GPL vmlinux 0x50907267 key_type_asymmetric +EXPORT_SYMBOL_GPL vmlinux 0x5091b823 ring_buffer_read_start +EXPORT_SYMBOL_GPL vmlinux 0x5096cb8e sysfs_update_groups +EXPORT_SYMBOL_GPL vmlinux 0x50a6fb9e devm_regulator_bulk_get_const +EXPORT_SYMBOL_GPL vmlinux 0x50b9d88b netdev_set_default_ethtool_ops +EXPORT_SYMBOL_GPL vmlinux 0x50d4285a xenbus_setup_ring +EXPORT_SYMBOL_GPL vmlinux 0x50deb6ed __scsi_init_queue +EXPORT_SYMBOL_GPL vmlinux 0x50df94f5 btree_insert +EXPORT_SYMBOL_GPL vmlinux 0x50e4d131 fscrypt_set_bio_crypt_ctx +EXPORT_SYMBOL_GPL vmlinux 0x50e60b96 devm_hwrng_unregister +EXPORT_SYMBOL_GPL vmlinux 0x50e7193a __i2c_first_dynamic_bus_num +EXPORT_SYMBOL_GPL vmlinux 0x50e92cfa br_fdb_test_addr_hook +EXPORT_SYMBOL_GPL vmlinux 0x50fad434 round_jiffies_up +EXPORT_SYMBOL_GPL vmlinux 0x511a9ec2 pci_disable_pri +EXPORT_SYMBOL_GPL vmlinux 0x5129ef8a fuse_abort_conn +EXPORT_SYMBOL_GPL vmlinux 0x512a1944 clk_hw_round_rate +EXPORT_SYMBOL_GPL vmlinux 0x512bf8c7 devm_clk_get_prepared +EXPORT_SYMBOL_GPL vmlinux 0x51390c96 rcu_barrier_tasks_rude +EXPORT_SYMBOL_GPL vmlinux 0x513e65b7 pci_user_read_config_word +EXPORT_SYMBOL_GPL vmlinux 0x5145848a spi_setup +EXPORT_SYMBOL_GPL vmlinux 0x514f087e ata_bmdma_qc_issue +EXPORT_SYMBOL_GPL vmlinux 0x515b390f __SCK__tp_func_remove_device_from_group +EXPORT_SYMBOL_GPL vmlinux 0x515e031e kobject_create_and_add +EXPORT_SYMBOL_GPL vmlinux 0x5166cf5c virtio_break_device +EXPORT_SYMBOL_GPL vmlinux 0x51689239 to_nvdimm_bus +EXPORT_SYMBOL_GPL vmlinux 0x5169344d k3_udma_glue_pop_tx_chn +EXPORT_SYMBOL_GPL vmlinux 0x5182eba7 fib6_get_table +EXPORT_SYMBOL_GPL vmlinux 0x5187ac4b xen_store_evtchn +EXPORT_SYMBOL_GPL vmlinux 0x51991b38 mtk_mutex_enable +EXPORT_SYMBOL_GPL vmlinux 0x51a348cc usb_role_switch_set_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x51ad07dd tegra210_plle_hw_sequence_start +EXPORT_SYMBOL_GPL vmlinux 0x51d13875 nf_hooks_lwtunnel_sysctl_handler +EXPORT_SYMBOL_GPL vmlinux 0x51dc44a3 trace_event_buffer_reserve +EXPORT_SYMBOL_GPL vmlinux 0x51e2463f fuse_dev_release +EXPORT_SYMBOL_GPL vmlinux 0x51fc9a6d xenmem_reservation_decrease +EXPORT_SYMBOL_GPL vmlinux 0x521eecb6 crypto_alloc_kpp +EXPORT_SYMBOL_GPL vmlinux 0x52252316 clk_unregister_fixed_rate +EXPORT_SYMBOL_GPL vmlinux 0x5233d716 serdev_device_remove +EXPORT_SYMBOL_GPL vmlinux 0x52431348 xenbus_transaction_start +EXPORT_SYMBOL_GPL vmlinux 0x52435f97 ata_sas_sync_probe +EXPORT_SYMBOL_GPL vmlinux 0x5243b28c dm_per_bio_data +EXPORT_SYMBOL_GPL vmlinux 0x524ad642 of_hwspin_lock_get_id +EXPORT_SYMBOL_GPL vmlinux 0x5256cfca mptcp_pm_get_add_addr_accept_max +EXPORT_SYMBOL_GPL vmlinux 0x525d0aa3 trace_seq_printf +EXPORT_SYMBOL_GPL vmlinux 0x5261dba0 dev_pm_genpd_get_next_hrtimer +EXPORT_SYMBOL_GPL vmlinux 0x52647db1 ct_idle_exit +EXPORT_SYMBOL_GPL vmlinux 0x52677436 iommu_get_domain_for_dev +EXPORT_SYMBOL_GPL vmlinux 0x526bcf2a wwan_port_get_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x52713ecd usb_autopm_put_interface_no_suspend +EXPORT_SYMBOL_GPL vmlinux 0x52776fde balloon_page_alloc +EXPORT_SYMBOL_GPL vmlinux 0x527adeaa tpm_is_tpm2 +EXPORT_SYMBOL_GPL vmlinux 0x5289ec6c clkdev_hw_create +EXPORT_SYMBOL_GPL vmlinux 0x52938494 pci_enable_ats +EXPORT_SYMBOL_GPL vmlinux 0x5296a004 sk_msg_is_readable +EXPORT_SYMBOL_GPL vmlinux 0x52b1e3c7 pci_flags +EXPORT_SYMBOL_GPL vmlinux 0x52b9c685 __regmap_init_i2c +EXPORT_SYMBOL_GPL vmlinux 0x52c35e83 call_rcu_tasks_trace +EXPORT_SYMBOL_GPL vmlinux 0x52ce2057 hv_setup_crash_handler +EXPORT_SYMBOL_GPL vmlinux 0x52cfd659 acpi_match_device +EXPORT_SYMBOL_GPL vmlinux 0x52d54fce devlink_info_version_stored_put +EXPORT_SYMBOL_GPL vmlinux 0x52eb6969 __clk_determine_rate +EXPORT_SYMBOL_GPL vmlinux 0x52ed59a2 trace_array_init_printk +EXPORT_SYMBOL_GPL vmlinux 0x52eddb69 raw_v6_hashinfo +EXPORT_SYMBOL_GPL vmlinux 0x52f27b86 dma_resv_test_signaled +EXPORT_SYMBOL_GPL vmlinux 0x52f620d9 nvdimm_badblocks_populate +EXPORT_SYMBOL_GPL vmlinux 0x52f6be57 sdio_f0_writeb +EXPORT_SYMBOL_GPL vmlinux 0x52fa2175 phy_set_mode_ext +EXPORT_SYMBOL_GPL vmlinux 0x53012944 __tracepoint_rpm_resume +EXPORT_SYMBOL_GPL vmlinux 0x530b6326 dev_pm_opp_get_level +EXPORT_SYMBOL_GPL vmlinux 0x531034f2 ahci_platform_disable_phys +EXPORT_SYMBOL_GPL vmlinux 0x531d321a auxiliary_driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0x532b788c srcu_barrier +EXPORT_SYMBOL_GPL vmlinux 0x532b90b5 kprobe_event_cmd_init +EXPORT_SYMBOL_GPL vmlinux 0x5335f1d6 of_console_check +EXPORT_SYMBOL_GPL vmlinux 0x53408dac palmas_ext_control_req_config +EXPORT_SYMBOL_GPL vmlinux 0x53451ee3 __fscrypt_prepare_rename +EXPORT_SYMBOL_GPL vmlinux 0x53477b6d bio_blkcg_css +EXPORT_SYMBOL_GPL vmlinux 0x5358864e devlink_fmsg_binary_pair_nest_end +EXPORT_SYMBOL_GPL vmlinux 0x535a382e watchdog_register_device +EXPORT_SYMBOL_GPL vmlinux 0x5369cf86 irq_chip_set_parent_state +EXPORT_SYMBOL_GPL vmlinux 0x536cffbf sata_sff_hardreset +EXPORT_SYMBOL_GPL vmlinux 0x537252cf __SCK__tp_func_rpm_return_int +EXPORT_SYMBOL_GPL vmlinux 0x537eda6c pcie_aspm_enabled +EXPORT_SYMBOL_GPL vmlinux 0x538d073d phy_duplex_to_str +EXPORT_SYMBOL_GPL vmlinux 0x539f0137 transport_setup_device +EXPORT_SYMBOL_GPL vmlinux 0x53ae9ad2 crypto_aead_setkey +EXPORT_SYMBOL_GPL vmlinux 0x53b0aa94 fib_nl_delrule +EXPORT_SYMBOL_GPL vmlinux 0x53c089f5 property_entries_dup +EXPORT_SYMBOL_GPL vmlinux 0x53c860c7 tegra_bpmp_transfer_atomic +EXPORT_SYMBOL_GPL vmlinux 0x53ca7461 reset_controller_unregister +EXPORT_SYMBOL_GPL vmlinux 0x53d7c01e __traceiter_cpu_idle +EXPORT_SYMBOL_GPL vmlinux 0x53e4771b __rio_local_write_config_16 +EXPORT_SYMBOL_GPL vmlinux 0x53e72cc5 regmap_can_raw_write +EXPORT_SYMBOL_GPL vmlinux 0x53f8e47a pwm_put +EXPORT_SYMBOL_GPL vmlinux 0x54030ada perf_trace_run_bpf_submit +EXPORT_SYMBOL_GPL vmlinux 0x540b54bc kvm_vcpu_yield_to +EXPORT_SYMBOL_GPL vmlinux 0x541566d1 gnttab_page_cache_shrink +EXPORT_SYMBOL_GPL vmlinux 0x541b7a4e dm_noflush_suspending +EXPORT_SYMBOL_GPL vmlinux 0x541bd60a irq_work_run +EXPORT_SYMBOL_GPL vmlinux 0x54215db5 visitor64 +EXPORT_SYMBOL_GPL vmlinux 0x5423489e rio_del_mport_pw_handler +EXPORT_SYMBOL_GPL vmlinux 0x542e9d19 switchdev_handle_port_obj_add +EXPORT_SYMBOL_GPL vmlinux 0x5434566a clk_hw_forward_rate_request +EXPORT_SYMBOL_GPL vmlinux 0x54348cce adp5520_read +EXPORT_SYMBOL_GPL vmlinux 0x54384140 led_trigger_read +EXPORT_SYMBOL_GPL vmlinux 0x543adb75 ata_sas_tport_delete +EXPORT_SYMBOL_GPL vmlinux 0x543bb3e1 crypto_register_template +EXPORT_SYMBOL_GPL vmlinux 0x543db7b4 dm_audit_log_bio +EXPORT_SYMBOL_GPL vmlinux 0x5454aab7 tps6586x_reads +EXPORT_SYMBOL_GPL vmlinux 0x545537ee proc_create_net_data +EXPORT_SYMBOL_GPL vmlinux 0x545b47df __traceiter_pelt_rt_tp +EXPORT_SYMBOL_GPL vmlinux 0x54651f9b rhashtable_walk_next +EXPORT_SYMBOL_GPL vmlinux 0x546e8d3c device_store_ulong +EXPORT_SYMBOL_GPL vmlinux 0x548ecb4f io_uring_cmd_complete_in_task +EXPORT_SYMBOL_GPL vmlinux 0x54900271 inet6_sk_rebuild_header +EXPORT_SYMBOL_GPL vmlinux 0x549525ef handle_nested_irq +EXPORT_SYMBOL_GPL vmlinux 0x5498bcaf clk_regmap_divider_ro_ops +EXPORT_SYMBOL_GPL vmlinux 0x549dbaee dev_pm_set_dedicated_wake_irq +EXPORT_SYMBOL_GPL vmlinux 0x54a25da2 qcom_smem_state_put +EXPORT_SYMBOL_GPL vmlinux 0x54c3870d xenbus_dev_error +EXPORT_SYMBOL_GPL vmlinux 0x54c44e94 dev_err_probe +EXPORT_SYMBOL_GPL vmlinux 0x54cd7f99 dev_pm_disable_wake_irq +EXPORT_SYMBOL_GPL vmlinux 0x54cee684 __tracepoint_ata_bmdma_start +EXPORT_SYMBOL_GPL vmlinux 0x54e7cfc6 efivars_unregister +EXPORT_SYMBOL_GPL vmlinux 0x54f42a63 irq_domain_translate_onecell +EXPORT_SYMBOL_GPL vmlinux 0x54f4c3b7 dpbp_enable +EXPORT_SYMBOL_GPL vmlinux 0x54f6d166 fuse_dev_alloc +EXPORT_SYMBOL_GPL vmlinux 0x54f8fdee dev_pm_opp_get_supplies +EXPORT_SYMBOL_GPL vmlinux 0x5506c5b5 gpiod_get_from_of_node +EXPORT_SYMBOL_GPL vmlinux 0x550f3e05 i2c_freq_mode_string +EXPORT_SYMBOL_GPL vmlinux 0x5513cea4 devm_regulator_get_enable_optional +EXPORT_SYMBOL_GPL vmlinux 0x55148105 acpi_device_get_match_data +EXPORT_SYMBOL_GPL vmlinux 0x5528543b vmap_pfn +EXPORT_SYMBOL_GPL vmlinux 0x55339365 flush_delayed_fput +EXPORT_SYMBOL_GPL vmlinux 0x5536c038 ip6_route_output_flags +EXPORT_SYMBOL_GPL vmlinux 0x553b49a4 cpufreq_get_driver_data +EXPORT_SYMBOL_GPL vmlinux 0x55417264 unregister_vt_notifier +EXPORT_SYMBOL_GPL vmlinux 0x5544b8ca pci_stop_and_remove_bus_device_locked +EXPORT_SYMBOL_GPL vmlinux 0x55540f26 crypto_register_shashes +EXPORT_SYMBOL_GPL vmlinux 0x555fba10 devfreq_event_enable_edev +EXPORT_SYMBOL_GPL vmlinux 0x55695764 of_property_match_string +EXPORT_SYMBOL_GPL vmlinux 0x556d56e7 rio_release_outb_mbox +EXPORT_SYMBOL_GPL vmlinux 0x556e4390 clk_get_rate +EXPORT_SYMBOL_GPL vmlinux 0x55784228 regmap_irq_get_virq +EXPORT_SYMBOL_GPL vmlinux 0x5579db96 __suspend_report_result +EXPORT_SYMBOL_GPL vmlinux 0x557a7b8e lwtunnel_fill_encap +EXPORT_SYMBOL_GPL vmlinux 0x557fedc5 wb_writeout_inc +EXPORT_SYMBOL_GPL vmlinux 0x558a511c scsi_build_sense +EXPORT_SYMBOL_GPL vmlinux 0x55a03897 fwnode_property_read_string_array +EXPORT_SYMBOL_GPL vmlinux 0x55b92eee fib_alias_hw_flags_set +EXPORT_SYMBOL_GPL vmlinux 0x55c3c6f3 devfreq_cooling_em_register +EXPORT_SYMBOL_GPL vmlinux 0x55c48f07 l3mdev_master_upper_ifindex_by_index_rcu +EXPORT_SYMBOL_GPL vmlinux 0x55c76a23 ksys_sync_helper +EXPORT_SYMBOL_GPL vmlinux 0x55c91d1e fwnode_get_name +EXPORT_SYMBOL_GPL vmlinux 0x55c9880c zynqmp_pm_release_node +EXPORT_SYMBOL_GPL vmlinux 0x55d91921 alloc_memory_type +EXPORT_SYMBOL_GPL vmlinux 0x55df60f2 wwan_port_rx +EXPORT_SYMBOL_GPL vmlinux 0x55eecff4 bit_wait_io_timeout +EXPORT_SYMBOL_GPL vmlinux 0x55efb359 devm_led_classdev_register_ext +EXPORT_SYMBOL_GPL vmlinux 0x55f37b8c rio_mport_class +EXPORT_SYMBOL_GPL vmlinux 0x55fa3703 genphy_c45_baset1_read_status +EXPORT_SYMBOL_GPL vmlinux 0x5604f5c0 ping_seq_next +EXPORT_SYMBOL_GPL vmlinux 0x56054c05 crypto_it_tab +EXPORT_SYMBOL_GPL vmlinux 0x560b9d4e gpiod_disable_hw_timestamp_ns +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 0x5633aac6 ata_bmdma32_port_ops +EXPORT_SYMBOL_GPL vmlinux 0x5641485b tty_termios_encode_baud_rate +EXPORT_SYMBOL_GPL vmlinux 0x564bb42a irq_domain_associate +EXPORT_SYMBOL_GPL vmlinux 0x564ff724 memremap_pages +EXPORT_SYMBOL_GPL vmlinux 0x5651368e vcap_del_rules +EXPORT_SYMBOL_GPL vmlinux 0x5661b91d of_regulator_match +EXPORT_SYMBOL_GPL vmlinux 0x5670a73b i2c_detect_slave_mode +EXPORT_SYMBOL_GPL vmlinux 0x567c25e2 of_pci_get_max_link_speed +EXPORT_SYMBOL_GPL vmlinux 0x56805087 __tracepoint_udp_fail_queue_rcv_skb +EXPORT_SYMBOL_GPL vmlinux 0x56858448 of_mpc8xxx_spi_probe +EXPORT_SYMBOL_GPL vmlinux 0x568d6b58 devfreq_cooling_unregister +EXPORT_SYMBOL_GPL vmlinux 0x56910a51 pci_host_common_remove +EXPORT_SYMBOL_GPL vmlinux 0x56b241d9 ata_dev_next +EXPORT_SYMBOL_GPL vmlinux 0x56b26a0a __srcu_read_lock +EXPORT_SYMBOL_GPL vmlinux 0x56be69bc crypto_mod_get +EXPORT_SYMBOL_GPL vmlinux 0x56cf19f3 acpi_spi_device_alloc +EXPORT_SYMBOL_GPL vmlinux 0x56d1f61a dma_resv_iter_first +EXPORT_SYMBOL_GPL vmlinux 0x56d2857e wm831x_reg_write +EXPORT_SYMBOL_GPL vmlinux 0x56dcb4de thermal_zone_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x56e8f531 fsnotify +EXPORT_SYMBOL_GPL vmlinux 0x56e9103b cpu_pm_enter +EXPORT_SYMBOL_GPL vmlinux 0x56fbb130 no_hash_pointers +EXPORT_SYMBOL_GPL vmlinux 0x56fcdf3d i2c_new_smbus_alert_device +EXPORT_SYMBOL_GPL vmlinux 0x570cd35f edac_mc_del_mc +EXPORT_SYMBOL_GPL vmlinux 0x572ab4fd wm831x_auxadc_read +EXPORT_SYMBOL_GPL vmlinux 0x573109e3 usb_driver_set_configuration +EXPORT_SYMBOL_GPL vmlinux 0x574609c5 apei_exec_write_register_value +EXPORT_SYMBOL_GPL vmlinux 0x574e2723 i2c_new_dummy_device +EXPORT_SYMBOL_GPL vmlinux 0x57719632 gnttab_grant_foreign_access +EXPORT_SYMBOL_GPL vmlinux 0x57727285 phylink_ethtool_set_eee +EXPORT_SYMBOL_GPL vmlinux 0x5772a80f hv_setup_dma_ops +EXPORT_SYMBOL_GPL vmlinux 0x577a438a tegra210_clk_emc_detach +EXPORT_SYMBOL_GPL vmlinux 0x578e64e9 acpi_subsys_poweroff +EXPORT_SYMBOL_GPL vmlinux 0x578eeb4d hugetlb_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0x5790e7a0 pci_unlock_rescan_remove +EXPORT_SYMBOL_GPL vmlinux 0x579ad530 con_debug_enter +EXPORT_SYMBOL_GPL vmlinux 0x579e0bf5 rtnl_unregister_all +EXPORT_SYMBOL_GPL vmlinux 0x57adac66 fat_get_dotdot_entry +EXPORT_SYMBOL_GPL vmlinux 0x57b7ae37 ata_platform_remove_one +EXPORT_SYMBOL_GPL vmlinux 0x57ce98a5 sock_map_close +EXPORT_SYMBOL_GPL vmlinux 0x57d4050a xhci_get_endpoint_index +EXPORT_SYMBOL_GPL vmlinux 0x57d60aa5 regulator_list_voltage_table +EXPORT_SYMBOL_GPL vmlinux 0x57dc4851 mas_erase +EXPORT_SYMBOL_GPL vmlinux 0x57ef4d50 vcap_addr_keysets +EXPORT_SYMBOL_GPL vmlinux 0x57f3fa4f __nvdimm_create +EXPORT_SYMBOL_GPL vmlinux 0x57f576b9 mpi_ec_curve_point +EXPORT_SYMBOL_GPL vmlinux 0x58014fdc pm_wakeup_dev_event +EXPORT_SYMBOL_GPL vmlinux 0x58034813 vp_modern_get_queue_size +EXPORT_SYMBOL_GPL vmlinux 0x580b6d25 fat_dir_empty +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 0x583b37cc crypto_hash_walk_done +EXPORT_SYMBOL_GPL vmlinux 0x584fca1c sysfs_create_groups +EXPORT_SYMBOL_GPL vmlinux 0x5859b358 gpiod_set_raw_array_value +EXPORT_SYMBOL_GPL vmlinux 0x58600c07 find_ge_pid +EXPORT_SYMBOL_GPL vmlinux 0x586bfc8a alarm_restart +EXPORT_SYMBOL_GPL vmlinux 0x5879a27d sfp_get_module_info +EXPORT_SYMBOL_GPL vmlinux 0x5892096b validate_xmit_xfrm +EXPORT_SYMBOL_GPL vmlinux 0x589b1e1d regmap_fields_update_bits_base +EXPORT_SYMBOL_GPL vmlinux 0x589d1b91 device_get_match_data +EXPORT_SYMBOL_GPL vmlinux 0x58be6ddb posix_clock_unregister +EXPORT_SYMBOL_GPL vmlinux 0x58bfdcb1 debugfs_create_u64 +EXPORT_SYMBOL_GPL vmlinux 0x58c051e9 of_gen_pool_get +EXPORT_SYMBOL_GPL vmlinux 0x58c83fe8 sdio_retune_release +EXPORT_SYMBOL_GPL vmlinux 0x58cdb275 genphy_c45_pma_read_abilities +EXPORT_SYMBOL_GPL vmlinux 0x58d0b331 devm_regmap_add_irq_chip_fwnode +EXPORT_SYMBOL_GPL vmlinux 0x58d74141 gpiod_get_raw_array_value +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 0x58e82511 blk_stat_disable_accounting +EXPORT_SYMBOL_GPL vmlinux 0x58e97628 virtqueue_get_used_addr +EXPORT_SYMBOL_GPL vmlinux 0x58fa50c0 __traceiter_rwmmio_write +EXPORT_SYMBOL_GPL vmlinux 0x590a14ef skcipher_walk_virt +EXPORT_SYMBOL_GPL vmlinux 0x592763f9 iommu_map +EXPORT_SYMBOL_GPL vmlinux 0x59280e5e pci_ats_supported +EXPORT_SYMBOL_GPL vmlinux 0x5932f4f6 rtc_initialize_alarm +EXPORT_SYMBOL_GPL vmlinux 0x59385c47 ping_get_port +EXPORT_SYMBOL_GPL vmlinux 0x594f9180 ata_sff_wait_ready +EXPORT_SYMBOL_GPL vmlinux 0x5957cddb zs_lookup_class_index +EXPORT_SYMBOL_GPL vmlinux 0x5964300a __traceiter_tcp_send_reset +EXPORT_SYMBOL_GPL vmlinux 0x59713e99 input_ff_create +EXPORT_SYMBOL_GPL vmlinux 0x597957fc fbcon_modechange_possible +EXPORT_SYMBOL_GPL vmlinux 0x5986d190 kdb_printf +EXPORT_SYMBOL_GPL vmlinux 0x5991901c folio_mkclean +EXPORT_SYMBOL_GPL vmlinux 0x59a16748 fl6_merge_options +EXPORT_SYMBOL_GPL vmlinux 0x59a4bb44 acpi_pci_check_ejectable +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 0x59cbc0ae serdev_device_get_tiocm +EXPORT_SYMBOL_GPL vmlinux 0x59cfbcba cpufreq_cooling_register +EXPORT_SYMBOL_GPL vmlinux 0x59e0695d phylink_speed_down +EXPORT_SYMBOL_GPL vmlinux 0x59e27139 fuse_do_open +EXPORT_SYMBOL_GPL vmlinux 0x59e640c0 halt_poll_ns +EXPORT_SYMBOL_GPL vmlinux 0x59ebab95 clk_hw_get_parent +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 0x59f90983 led_init_core +EXPORT_SYMBOL_GPL vmlinux 0x5a064e91 iommu_register_device_fault_handler +EXPORT_SYMBOL_GPL vmlinux 0x5a12db18 of_clk_get_parent_name +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 0x5a2c5248 dprc_close +EXPORT_SYMBOL_GPL vmlinux 0x5a2f2755 debugfs_create_x64 +EXPORT_SYMBOL_GPL vmlinux 0x5a463f9b kvm_read_guest_offset_cached +EXPORT_SYMBOL_GPL vmlinux 0x5a49860d regulator_suspend_enable +EXPORT_SYMBOL_GPL vmlinux 0x5a49dbc9 timerqueue_del +EXPORT_SYMBOL_GPL vmlinux 0x5a533fc7 rio_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0x5a5412dc kvm_make_all_cpus_request +EXPORT_SYMBOL_GPL vmlinux 0x5a59d39b imx_pinctrl_sc_ipc_init +EXPORT_SYMBOL_GPL vmlinux 0x5a6cdb52 nf_ct_zone_dflt +EXPORT_SYMBOL_GPL vmlinux 0x5a6e18e6 tpm_tis_resume +EXPORT_SYMBOL_GPL vmlinux 0x5a736d09 __platform_create_bundle +EXPORT_SYMBOL_GPL vmlinux 0x5a74b851 call_switchdev_notifiers +EXPORT_SYMBOL_GPL vmlinux 0x5a75a66b get_net_ns_by_fd +EXPORT_SYMBOL_GPL vmlinux 0x5a7bfe41 crypto_probing_notify +EXPORT_SYMBOL_GPL vmlinux 0x5a964fcf pci_epc_set_bar +EXPORT_SYMBOL_GPL vmlinux 0x5a972d70 validate_xmit_skb_list +EXPORT_SYMBOL_GPL vmlinux 0x5aa70984 acpi_reduced_hardware +EXPORT_SYMBOL_GPL vmlinux 0x5ab09745 edac_get_owner +EXPORT_SYMBOL_GPL vmlinux 0x5ab5da69 pci_ecam_map_bus +EXPORT_SYMBOL_GPL vmlinux 0x5ab7fcac devm_of_phy_get +EXPORT_SYMBOL_GPL vmlinux 0x5abd5d29 splice_to_pipe +EXPORT_SYMBOL_GPL vmlinux 0x5ac0ecbc genphy_c45_pma_resume +EXPORT_SYMBOL_GPL vmlinux 0x5ac4d419 pm_generic_suspend_late +EXPORT_SYMBOL_GPL vmlinux 0x5aca6e98 component_compare_dev_name +EXPORT_SYMBOL_GPL vmlinux 0x5ae06132 dm_internal_suspend_noflush +EXPORT_SYMBOL_GPL vmlinux 0x5aed60e8 handle_fasteoi_ack_irq +EXPORT_SYMBOL_GPL vmlinux 0x5af2e653 of_get_phy_mode +EXPORT_SYMBOL_GPL vmlinux 0x5af6479c phy_led_triggers_unregister +EXPORT_SYMBOL_GPL vmlinux 0x5b0292c5 tty_get_icount +EXPORT_SYMBOL_GPL vmlinux 0x5b1cceda of_mm_gpiochip_remove +EXPORT_SYMBOL_GPL vmlinux 0x5b21ceff ring_buffer_iter_peek +EXPORT_SYMBOL_GPL vmlinux 0x5b67fdda nfs42_ssc_register +EXPORT_SYMBOL_GPL vmlinux 0x5b6b0329 swiotlb_max_segment +EXPORT_SYMBOL_GPL vmlinux 0x5b6e7328 dw_pcie_host_deinit +EXPORT_SYMBOL_GPL vmlinux 0x5b727140 fscrypt_parse_test_dummy_encryption +EXPORT_SYMBOL_GPL vmlinux 0x5b792fb9 of_phy_get +EXPORT_SYMBOL_GPL vmlinux 0x5b9e3f72 platform_msi_domain_alloc_irqs +EXPORT_SYMBOL_GPL vmlinux 0x5ba9c87f blk_crypto_keyslot_index +EXPORT_SYMBOL_GPL vmlinux 0x5bbcbc8d iommu_fwspec_init +EXPORT_SYMBOL_GPL vmlinux 0x5bbd6e7e gnttab_page_cache_get +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 0x5bd622d7 ahci_port_resume +EXPORT_SYMBOL_GPL vmlinux 0x5bdae35b usb_phy_roothub_set_mode +EXPORT_SYMBOL_GPL vmlinux 0x5bdbac4e rcu_unexpedite_gp +EXPORT_SYMBOL_GPL vmlinux 0x5bdc7459 sk_msg_trim +EXPORT_SYMBOL_GPL vmlinux 0x5be3b4fa blkcg_activate_policy +EXPORT_SYMBOL_GPL vmlinux 0x5bfc15a7 dma_opt_mapping_size +EXPORT_SYMBOL_GPL vmlinux 0x5c055b8c root_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x5c070f62 cper_mem_err_status_str +EXPORT_SYMBOL_GPL vmlinux 0x5c0d9063 acpi_dev_suspend +EXPORT_SYMBOL_GPL vmlinux 0x5c0eaf31 acpi_dev_resource_interrupt +EXPORT_SYMBOL_GPL vmlinux 0x5c0f77ce HYPERVISOR_platform_op_raw +EXPORT_SYMBOL_GPL vmlinux 0x5c0fd68b mtk_devm_alloc_clk_data +EXPORT_SYMBOL_GPL vmlinux 0x5c2d5c97 meson_eeclkc_probe +EXPORT_SYMBOL_GPL vmlinux 0x5c2f1546 devlink_sb_register +EXPORT_SYMBOL_GPL vmlinux 0x5c35c74d synth_event_add_next_val +EXPORT_SYMBOL_GPL vmlinux 0x5c3bbd06 __SCK__tp_func_mc_event +EXPORT_SYMBOL_GPL vmlinux 0x5c492c3b __sk_flush_backlog +EXPORT_SYMBOL_GPL vmlinux 0x5c4ad4ac pm_stay_awake +EXPORT_SYMBOL_GPL vmlinux 0x5c5a1b16 tick_broadcast_control +EXPORT_SYMBOL_GPL vmlinux 0x5c6da96e dw_pcie_ep_raise_msi_irq +EXPORT_SYMBOL_GPL vmlinux 0x5c82016e __SCK__tp_func_napi_poll +EXPORT_SYMBOL_GPL vmlinux 0x5c8f8d10 ip6_sk_dst_lookup_flow +EXPORT_SYMBOL_GPL vmlinux 0x5c9099ac ahci_kick_engine +EXPORT_SYMBOL_GPL vmlinux 0x5cab9945 unregister_xenbus_watch +EXPORT_SYMBOL_GPL vmlinux 0x5cad8fc3 power_supply_ocv2cap_simple +EXPORT_SYMBOL_GPL vmlinux 0x5cb8a690 edac_get_sysfs_subsys +EXPORT_SYMBOL_GPL vmlinux 0x5cb94dd0 of_detach_node +EXPORT_SYMBOL_GPL vmlinux 0x5cc77c45 led_colors +EXPORT_SYMBOL_GPL vmlinux 0x5ccbbc45 devm_regmap_add_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0x5cdde78f blk_lld_busy +EXPORT_SYMBOL_GPL vmlinux 0x5cede0a7 xdp_flush_frame_bulk +EXPORT_SYMBOL_GPL vmlinux 0x5cf066d0 extcon_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x5cf0e262 kvm_get_kvm_safe +EXPORT_SYMBOL_GPL vmlinux 0x5d0c4dcc phylink_speed_up +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 0x5d3285c2 acpi_gpiochip_free_interrupts +EXPORT_SYMBOL_GPL vmlinux 0x5d34a88a dma_request_chan +EXPORT_SYMBOL_GPL vmlinux 0x5d34b757 skb_scrub_packet +EXPORT_SYMBOL_GPL vmlinux 0x5d3b2535 nexthop_find_by_id +EXPORT_SYMBOL_GPL vmlinux 0x5d51c481 pci_epf_create +EXPORT_SYMBOL_GPL vmlinux 0x5d62a87b iomap_truncate_page +EXPORT_SYMBOL_GPL vmlinux 0x5d63dab1 inet_csk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0x5d786ffa acpi_dma_request_slave_chan_by_index +EXPORT_SYMBOL_GPL vmlinux 0x5d7c8be4 fat_setattr +EXPORT_SYMBOL_GPL vmlinux 0x5d8476d3 bpf_sk_storage_diag_alloc +EXPORT_SYMBOL_GPL vmlinux 0x5d9b93a9 kthread_data +EXPORT_SYMBOL_GPL vmlinux 0x5da2d0e2 __traceiter_devlink_hwerr +EXPORT_SYMBOL_GPL vmlinux 0x5da3abf8 ata_acpi_gtm +EXPORT_SYMBOL_GPL vmlinux 0x5da67adc zs_compact +EXPORT_SYMBOL_GPL vmlinux 0x5db1efba usb_phy_set_charger_state +EXPORT_SYMBOL_GPL vmlinux 0x5dbbdcc2 regulator_register +EXPORT_SYMBOL_GPL vmlinux 0x5dc19747 phylink_mii_c22_pcs_encode_advertisement +EXPORT_SYMBOL_GPL vmlinux 0x5dc55dcd devm_regulator_bulk_put +EXPORT_SYMBOL_GPL vmlinux 0x5dc5b825 mmu_interval_notifier_insert_locked +EXPORT_SYMBOL_GPL vmlinux 0x5dc78ce9 lwtunnel_encap_add_ops +EXPORT_SYMBOL_GPL vmlinux 0x5de06d63 srcu_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x5de2e646 pci_free_p2pmem +EXPORT_SYMBOL_GPL vmlinux 0x5de412cd k3_ringacc_ring_push +EXPORT_SYMBOL_GPL vmlinux 0x5dec22fb dev_pm_genpd_resume +EXPORT_SYMBOL_GPL vmlinux 0x5df1a52e tegra_bpmp_mrq_return +EXPORT_SYMBOL_GPL vmlinux 0x5df8a6a3 regmap_field_update_bits_base +EXPORT_SYMBOL_GPL vmlinux 0x5dfed9ff acpiphp_register_attention +EXPORT_SYMBOL_GPL vmlinux 0x5e0338cb blk_mq_sched_try_insert_merge +EXPORT_SYMBOL_GPL vmlinux 0x5e13da8d regmap_irq_get_domain +EXPORT_SYMBOL_GPL vmlinux 0x5e173309 cpu_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0x5e3729cc vfs_listxattr +EXPORT_SYMBOL_GPL vmlinux 0x5e3c0d06 devlink_port_region_create +EXPORT_SYMBOL_GPL vmlinux 0x5e434b3d cpufreq_cpu_get +EXPORT_SYMBOL_GPL vmlinux 0x5e447707 bpf_map_put +EXPORT_SYMBOL_GPL vmlinux 0x5e515be6 ktime_get_ts64 +EXPORT_SYMBOL_GPL vmlinux 0x5e573a02 __udp6_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0x5e5ab6cd tcpv6_prot +EXPORT_SYMBOL_GPL vmlinux 0x5e5fe801 rio_register_mport +EXPORT_SYMBOL_GPL vmlinux 0x5e606dfb netif_carrier_event +EXPORT_SYMBOL_GPL vmlinux 0x5e61f1d7 sata_pmp_error_handler +EXPORT_SYMBOL_GPL vmlinux 0x5e67d1cf icc_nodes_remove +EXPORT_SYMBOL_GPL vmlinux 0x5e76bb57 k3_ringacc_ring_get_size +EXPORT_SYMBOL_GPL vmlinux 0x5e773ef6 dw8250_do_set_termios +EXPORT_SYMBOL_GPL vmlinux 0x5e784130 crypto_ahash_digest +EXPORT_SYMBOL_GPL vmlinux 0x5e798ffb divider_get_val +EXPORT_SYMBOL_GPL vmlinux 0x5e7c9a7c dprc_set_obj_irq +EXPORT_SYMBOL_GPL vmlinux 0x5e805247 fsl_mc_bus_dprtc_type +EXPORT_SYMBOL_GPL vmlinux 0x5e85415b ring_buffer_consume +EXPORT_SYMBOL_GPL vmlinux 0x5e89acba wwan_unregister_ops +EXPORT_SYMBOL_GPL vmlinux 0x5e8d0a4f xenbus_watch_pathfmt +EXPORT_SYMBOL_GPL vmlinux 0x5e92c4e2 tpm_get_timeouts +EXPORT_SYMBOL_GPL vmlinux 0x5ea82e9c dpcon_get_attributes +EXPORT_SYMBOL_GPL vmlinux 0x5eae5408 clk_is_enabled_when_prepared +EXPORT_SYMBOL_GPL vmlinux 0x5eb1d05f regulator_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0x5eb417e0 __SCK__tp_func_neigh_timer_handler +EXPORT_SYMBOL_GPL vmlinux 0x5ebe39fc pin_user_pages_fast +EXPORT_SYMBOL_GPL vmlinux 0x5ec2319a mtk_mutex_unprepare +EXPORT_SYMBOL_GPL vmlinux 0x5ecdcf90 ti_sci_get_free_resource +EXPORT_SYMBOL_GPL vmlinux 0x5ed8ac4a user_destroy +EXPORT_SYMBOL_GPL vmlinux 0x5ee2aa12 list_lru_count_node +EXPORT_SYMBOL_GPL vmlinux 0x5eecc71c tracing_cond_snapshot_data +EXPORT_SYMBOL_GPL vmlinux 0x5f0a667b fat_fill_super +EXPORT_SYMBOL_GPL vmlinux 0x5f23e3fa insert_resource +EXPORT_SYMBOL_GPL vmlinux 0x5f335451 battery_hook_unregister +EXPORT_SYMBOL_GPL vmlinux 0x5f55bf2f skb_morph +EXPORT_SYMBOL_GPL vmlinux 0x5f6f1e9e dax_get_private +EXPORT_SYMBOL_GPL vmlinux 0x5f77371b pm_genpd_init +EXPORT_SYMBOL_GPL vmlinux 0x5f8d3f24 devlink_param_driverinit_value_set +EXPORT_SYMBOL_GPL vmlinux 0x5fa625ed mpi_ec_mul_point +EXPORT_SYMBOL_GPL vmlinux 0x5faab7f5 fsstack_copy_inode_size +EXPORT_SYMBOL_GPL vmlinux 0x5faae5b7 __traceiter_kfree_skb +EXPORT_SYMBOL_GPL vmlinux 0x5fb00387 dbs_update +EXPORT_SYMBOL_GPL vmlinux 0x5fb487dd devm_regulator_irq_helper +EXPORT_SYMBOL_GPL vmlinux 0x5fb8848b halt_poll_ns_grow_start +EXPORT_SYMBOL_GPL vmlinux 0x5fc74364 pm_runtime_suspended_time +EXPORT_SYMBOL_GPL vmlinux 0x5fc81475 phy_check_downshift +EXPORT_SYMBOL_GPL vmlinux 0x5fcdd7f0 gpiod_set_transitory +EXPORT_SYMBOL_GPL vmlinux 0x5fdfcd57 __tracepoint_pelt_thermal_tp +EXPORT_SYMBOL_GPL vmlinux 0x5fe8f7ee event_triggers_call +EXPORT_SYMBOL_GPL vmlinux 0x5fe966b5 of_dma_xlate_by_chan_id +EXPORT_SYMBOL_GPL vmlinux 0x60017f13 crypto_wait_for_test +EXPORT_SYMBOL_GPL vmlinux 0x60091316 clk_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0x601a3558 vp_modern_remove +EXPORT_SYMBOL_GPL vmlinux 0x60352dda pci_epf_remove_vepf +EXPORT_SYMBOL_GPL vmlinux 0x603d0d51 acpi_os_map_iomem +EXPORT_SYMBOL_GPL vmlinux 0x603fe25a ata_sff_qc_issue +EXPORT_SYMBOL_GPL vmlinux 0x60442822 phys_to_mach +EXPORT_SYMBOL_GPL vmlinux 0x604722fd devices_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0x605ca61a blk_mq_virtio_map_queues +EXPORT_SYMBOL_GPL vmlinux 0x605d5bfa cache_line_size +EXPORT_SYMBOL_GPL vmlinux 0x606b4aba devlink_linecard_provision_set +EXPORT_SYMBOL_GPL vmlinux 0x6070d613 devres_release +EXPORT_SYMBOL_GPL vmlinux 0x60743449 __device_reset +EXPORT_SYMBOL_GPL vmlinux 0x607c4683 devlink_info_version_fixed_put +EXPORT_SYMBOL_GPL vmlinux 0x608d25d6 __xas_prev +EXPORT_SYMBOL_GPL vmlinux 0x6091797f synchronize_rcu +EXPORT_SYMBOL_GPL vmlinux 0x6097172b irq_remove_generic_chip +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 0x60ae9cec regulator_get_voltage +EXPORT_SYMBOL_GPL vmlinux 0x60b20dbc ahci_platform_suspend_host +EXPORT_SYMBOL_GPL vmlinux 0x60b861fb regulator_irq_map_event_simple +EXPORT_SYMBOL_GPL vmlinux 0x60c6da79 bus_rescan_devices +EXPORT_SYMBOL_GPL vmlinux 0x60d563ea ip4_datagram_release_cb +EXPORT_SYMBOL_GPL vmlinux 0x60db9205 pm_clk_add_notifier +EXPORT_SYMBOL_GPL vmlinux 0x60e7889d policy_has_boost_freq +EXPORT_SYMBOL_GPL vmlinux 0x60ebc96f ring_buffer_read_prepare +EXPORT_SYMBOL_GPL vmlinux 0x60f5217a crypto_ahash_setkey +EXPORT_SYMBOL_GPL vmlinux 0x60f99e1b cppc_set_perf +EXPORT_SYMBOL_GPL vmlinux 0x60fce5be clk_hw_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0x61126b87 kill_device +EXPORT_SYMBOL_GPL vmlinux 0x611cfa85 klist_add_tail +EXPORT_SYMBOL_GPL vmlinux 0x61280121 pci_p2pmem_free_sgl +EXPORT_SYMBOL_GPL vmlinux 0x6129fb93 sfp_remove_phy +EXPORT_SYMBOL_GPL vmlinux 0x612bfd89 errno_to_blk_status +EXPORT_SYMBOL_GPL vmlinux 0x61365217 make_device_exclusive_range +EXPORT_SYMBOL_GPL vmlinux 0x614843aa phy_led_trigger_change_speed +EXPORT_SYMBOL_GPL vmlinux 0x614a0ce6 free_fib_info +EXPORT_SYMBOL_GPL vmlinux 0x614adcb7 of_overlay_remove_all +EXPORT_SYMBOL_GPL vmlinux 0x6181e79f timerqueue_add +EXPORT_SYMBOL_GPL vmlinux 0x6185f5e7 clean_record_shared_mapping_range +EXPORT_SYMBOL_GPL vmlinux 0x6198dfea __ring_buffer_alloc +EXPORT_SYMBOL_GPL vmlinux 0x6199ad5d crypto_has_skcipher +EXPORT_SYMBOL_GPL vmlinux 0x619d2eca acpi_gpio_get_irq_resource +EXPORT_SYMBOL_GPL vmlinux 0x619d578e ata_pio_need_iordy +EXPORT_SYMBOL_GPL vmlinux 0x61b5c9b4 mpc8xxx_spi_rx_buf_u16 +EXPORT_SYMBOL_GPL vmlinux 0x61bd0bd0 get_completed_synchronize_rcu_full +EXPORT_SYMBOL_GPL vmlinux 0x61bfc8a3 wm8400_reset_codec_reg_cache +EXPORT_SYMBOL_GPL vmlinux 0x61c1c5c2 ahci_platform_disable_regulators +EXPORT_SYMBOL_GPL vmlinux 0x61c1ca29 __SCK__tp_func_add_device_to_group +EXPORT_SYMBOL_GPL vmlinux 0x61c4f8ad rt_mutex_lock_killable +EXPORT_SYMBOL_GPL vmlinux 0x61c651a3 imx93_clk_composite_flags +EXPORT_SYMBOL_GPL vmlinux 0x61f13735 phy_configure +EXPORT_SYMBOL_GPL vmlinux 0x61f618c0 devm_pm_opp_set_config +EXPORT_SYMBOL_GPL vmlinux 0x61f67c92 phy_gbit_features_array +EXPORT_SYMBOL_GPL vmlinux 0x61f9c91c badblocks_store +EXPORT_SYMBOL_GPL vmlinux 0x620154e2 pci_epc_set_msix +EXPORT_SYMBOL_GPL vmlinux 0x6206c6df vcap_rule_add_key_u48 +EXPORT_SYMBOL_GPL vmlinux 0x62104126 phylink_ethtool_set_wol +EXPORT_SYMBOL_GPL vmlinux 0x6218ca04 fsl_mc_obj_open +EXPORT_SYMBOL_GPL vmlinux 0x621f7fe8 tty_set_ldisc +EXPORT_SYMBOL_GPL vmlinux 0x6224de38 thermal_cooling_device_register +EXPORT_SYMBOL_GPL vmlinux 0x622ad233 pinctrl_lookup_state +EXPORT_SYMBOL_GPL vmlinux 0x622af78f divider_recalc_rate +EXPORT_SYMBOL_GPL vmlinux 0x622afab5 bpf_offload_dev_match +EXPORT_SYMBOL_GPL vmlinux 0x622c7922 register_oom_notifier +EXPORT_SYMBOL_GPL vmlinux 0x6233539d extcon_unregister_notifier_all +EXPORT_SYMBOL_GPL vmlinux 0x62377a7b blk_io_schedule +EXPORT_SYMBOL_GPL vmlinux 0x6246a629 synchronize_rcu_tasks_trace +EXPORT_SYMBOL_GPL vmlinux 0x62497a35 devl_dpipe_headers_register +EXPORT_SYMBOL_GPL vmlinux 0x624dafc7 blk_mq_alloc_request_hctx +EXPORT_SYMBOL_GPL vmlinux 0x6257dda7 clk_rate_exclusive_get +EXPORT_SYMBOL_GPL vmlinux 0x6259d291 clk_restore_context +EXPORT_SYMBOL_GPL vmlinux 0x626ef5c8 wait_for_stable_page +EXPORT_SYMBOL_GPL vmlinux 0x6270b793 dpbp_disable +EXPORT_SYMBOL_GPL vmlinux 0x62775655 cpufreq_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x627897e1 acpi_dev_ready_for_enumeration +EXPORT_SYMBOL_GPL vmlinux 0x62a422aa of_phy_provider_unregister +EXPORT_SYMBOL_GPL vmlinux 0x62b0e9cc regulator_is_supported_voltage +EXPORT_SYMBOL_GPL vmlinux 0x62b1bba3 trace_put_event_file +EXPORT_SYMBOL_GPL vmlinux 0x62b80d89 pm_clk_remove_clk +EXPORT_SYMBOL_GPL vmlinux 0x62ba9d60 acpi_dma_configure_id +EXPORT_SYMBOL_GPL vmlinux 0x62bb09bf clocks_calc_mult_shift +EXPORT_SYMBOL_GPL vmlinux 0x62c69851 transport_class_register +EXPORT_SYMBOL_GPL vmlinux 0x62db92c7 stmpe_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x630a859a mbox_chan_txdone +EXPORT_SYMBOL_GPL vmlinux 0x63146597 ping_init_sock +EXPORT_SYMBOL_GPL vmlinux 0x63150e06 clk_get_parent +EXPORT_SYMBOL_GPL vmlinux 0x63197685 s2idle_wake +EXPORT_SYMBOL_GPL vmlinux 0x632a7ad5 fsverity_verify_bio +EXPORT_SYMBOL_GPL vmlinux 0x634b9d42 __SCK__tp_func_block_unplug +EXPORT_SYMBOL_GPL vmlinux 0x634dc8e6 wm831x_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x6351a359 raw_unhash_sk +EXPORT_SYMBOL_GPL vmlinux 0x635506c8 ata_bmdma_setup +EXPORT_SYMBOL_GPL vmlinux 0x635df96b fuse_send_init +EXPORT_SYMBOL_GPL vmlinux 0x6370f17d devm_spi_register_controller +EXPORT_SYMBOL_GPL vmlinux 0x63793273 dev_pm_opp_get_power +EXPORT_SYMBOL_GPL vmlinux 0x63805e3f tc3589x_reg_read +EXPORT_SYMBOL_GPL vmlinux 0x638aff11 proc_douintvec_minmax +EXPORT_SYMBOL_GPL vmlinux 0x63965dfc devm_fwnode_gpiod_get_index +EXPORT_SYMBOL_GPL vmlinux 0x63ac2b35 rockchip_pcie_deinit_phys +EXPORT_SYMBOL_GPL vmlinux 0x63af1c0b tcp_reno_ssthresh +EXPORT_SYMBOL_GPL vmlinux 0x63c08029 clk_bulk_unprepare +EXPORT_SYMBOL_GPL vmlinux 0x63c81e9f blk_crypto_profile_init +EXPORT_SYMBOL_GPL vmlinux 0x63e8a7b9 blkcg_root +EXPORT_SYMBOL_GPL vmlinux 0x63ea80b3 cper_mem_err_type_str +EXPORT_SYMBOL_GPL vmlinux 0x63ed0f27 unix_peer_get +EXPORT_SYMBOL_GPL vmlinux 0x63fbd7d5 tty_prepare_flip_string +EXPORT_SYMBOL_GPL vmlinux 0x63fe6d83 acct_bioset_exit +EXPORT_SYMBOL_GPL vmlinux 0x6410b1d4 devm_phy_put +EXPORT_SYMBOL_GPL vmlinux 0x64270929 filemap_range_has_writeback +EXPORT_SYMBOL_GPL vmlinux 0x6427572b tegra210_clk_emc_dll_enable +EXPORT_SYMBOL_GPL vmlinux 0x642e61d8 inverse_translate +EXPORT_SYMBOL_GPL vmlinux 0x643b06b0 zynqmp_pm_clock_setrate +EXPORT_SYMBOL_GPL vmlinux 0x643e5ca2 mtk_pinconf_bias_set +EXPORT_SYMBOL_GPL vmlinux 0x6456c7ff dev_pm_opp_set_opp +EXPORT_SYMBOL_GPL vmlinux 0x64609d25 __tracepoint_devlink_trap_report +EXPORT_SYMBOL_GPL vmlinux 0x64644748 xfrm_audit_state_icvfail +EXPORT_SYMBOL_GPL vmlinux 0x6471a600 devm_clk_bulk_get_optional +EXPORT_SYMBOL_GPL vmlinux 0x64742489 input_ff_flush +EXPORT_SYMBOL_GPL vmlinux 0x647537f3 pl320_ipc_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x6477aea8 synth_event_trace_end +EXPORT_SYMBOL_GPL vmlinux 0x648dfc82 list_lru_add +EXPORT_SYMBOL_GPL vmlinux 0x648f59a9 sfp_module_insert +EXPORT_SYMBOL_GPL vmlinux 0x649e2355 ahci_platform_disable_resources +EXPORT_SYMBOL_GPL vmlinux 0x64a1a5ce phylink_decode_usxgmii_word +EXPORT_SYMBOL_GPL vmlinux 0x64a31445 mutex_lock_io +EXPORT_SYMBOL_GPL vmlinux 0x64a39a02 devm_bitmap_alloc +EXPORT_SYMBOL_GPL vmlinux 0x64bfd818 skb_to_sgvec_nomark +EXPORT_SYMBOL_GPL vmlinux 0x64e27c4f synth_event_delete +EXPORT_SYMBOL_GPL vmlinux 0x64e54b9e fsverity_prepare_setattr +EXPORT_SYMBOL_GPL vmlinux 0x64e5fb1e device_move +EXPORT_SYMBOL_GPL vmlinux 0x64f36620 dax_flush +EXPORT_SYMBOL_GPL vmlinux 0x64f74abf __tracepoint_pelt_cfs_tp +EXPORT_SYMBOL_GPL vmlinux 0x6502d9c2 xenbus_scanf +EXPORT_SYMBOL_GPL vmlinux 0x650a03ff devm_nvmem_register +EXPORT_SYMBOL_GPL vmlinux 0x650a61d8 kvm_put_kvm +EXPORT_SYMBOL_GPL vmlinux 0x650e4099 sk_psock_init +EXPORT_SYMBOL_GPL vmlinux 0x650fa3a7 blk_execute_rq_nowait +EXPORT_SYMBOL_GPL vmlinux 0x651d10e5 ktime_get_tai_fast_ns +EXPORT_SYMBOL_GPL vmlinux 0x6531a37f mpi_add +EXPORT_SYMBOL_GPL vmlinux 0x65392898 pci_acpi_set_companion_lookup_hook +EXPORT_SYMBOL_GPL vmlinux 0x6545268e __tracepoint_neigh_cleanup_and_release +EXPORT_SYMBOL_GPL vmlinux 0x65462da4 __traceiter_neigh_cleanup_and_release +EXPORT_SYMBOL_GPL vmlinux 0x65507074 inet_bhash2_reset_saddr +EXPORT_SYMBOL_GPL vmlinux 0x65525c38 ghes_register_report_chain +EXPORT_SYMBOL_GPL vmlinux 0x65563bec mtk_eint_do_resume +EXPORT_SYMBOL_GPL vmlinux 0x655dbb8f acpi_pm_wakeup_event +EXPORT_SYMBOL_GPL vmlinux 0x6582bf45 device_show_int +EXPORT_SYMBOL_GPL vmlinux 0x658d4f68 debugfs_create_devm_seqfile +EXPORT_SYMBOL_GPL vmlinux 0x659558c8 devm_irq_setup_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0x65a0a817 crypto_remove_spawns +EXPORT_SYMBOL_GPL vmlinux 0x65acf90c sbitmap_weight +EXPORT_SYMBOL_GPL vmlinux 0x65be30ca dst_cache_get_ip6 +EXPORT_SYMBOL_GPL vmlinux 0x65c66b8f unregister_ftrace_function +EXPORT_SYMBOL_GPL vmlinux 0x65ccb6f0 call_netevent_notifiers +EXPORT_SYMBOL_GPL vmlinux 0x65cd193f fwnode_graph_get_endpoint_by_id +EXPORT_SYMBOL_GPL vmlinux 0x65dfb84a ata_sff_queue_pio_task +EXPORT_SYMBOL_GPL vmlinux 0x65e01af9 __sync_icache_dcache +EXPORT_SYMBOL_GPL vmlinux 0x660e7fbf dev_pm_opp_of_register_em +EXPORT_SYMBOL_GPL vmlinux 0x660eb6bd devlink_free +EXPORT_SYMBOL_GPL vmlinux 0x6610cfd5 amba_device_alloc +EXPORT_SYMBOL_GPL vmlinux 0x661601de sprint_symbol +EXPORT_SYMBOL_GPL vmlinux 0x661b7d55 skcipher_walk_aead_encrypt +EXPORT_SYMBOL_GPL vmlinux 0x66206796 crypto_register_skciphers +EXPORT_SYMBOL_GPL vmlinux 0x6636c3c9 irq_set_vcpu_affinity +EXPORT_SYMBOL_GPL vmlinux 0x663bb448 devlink_fmsg_obj_nest_end +EXPORT_SYMBOL_GPL vmlinux 0x6648db98 __SCK__tp_func_rwmmio_post_read +EXPORT_SYMBOL_GPL vmlinux 0x664eb54a k3_ringacc_ring_reset_dma +EXPORT_SYMBOL_GPL vmlinux 0x6656e414 umd_cleanup_helper +EXPORT_SYMBOL_GPL vmlinux 0x665e92a0 clk_set_duty_cycle +EXPORT_SYMBOL_GPL vmlinux 0x666707c3 gpiod_direction_output +EXPORT_SYMBOL_GPL vmlinux 0x666ae0ca devm_phy_package_join +EXPORT_SYMBOL_GPL vmlinux 0x667f9b18 blk_mq_complete_request_remote +EXPORT_SYMBOL_GPL vmlinux 0x668402aa crypto_put_default_rng +EXPORT_SYMBOL_GPL vmlinux 0x66b0cce0 __blkg_prfill_rwstat +EXPORT_SYMBOL_GPL vmlinux 0x66b97421 sfp_link_up +EXPORT_SYMBOL_GPL vmlinux 0x66c2bc0b vcap_rule_get_key_u32 +EXPORT_SYMBOL_GPL vmlinux 0x66cc0753 debugfs_create_file +EXPORT_SYMBOL_GPL vmlinux 0x66ce4394 usb_hcd_start_port_resume +EXPORT_SYMBOL_GPL vmlinux 0x66d5fe08 ping_getfrag +EXPORT_SYMBOL_GPL vmlinux 0x66d87d38 symbol_put_addr +EXPORT_SYMBOL_GPL vmlinux 0x66e3bad0 rio_mport_read_config_8 +EXPORT_SYMBOL_GPL vmlinux 0x66e5cd5b dm_table_device_name +EXPORT_SYMBOL_GPL vmlinux 0x66e8b5b0 phylink_caps_to_linkmodes +EXPORT_SYMBOL_GPL vmlinux 0x66ee9b3a device_create +EXPORT_SYMBOL_GPL vmlinux 0x66ef13c5 blk_trace_remove +EXPORT_SYMBOL_GPL vmlinux 0x66f7b116 usb_init_urb +EXPORT_SYMBOL_GPL vmlinux 0x66ffccc5 uprobe_register +EXPORT_SYMBOL_GPL vmlinux 0x670b339c ghes_get_devices +EXPORT_SYMBOL_GPL vmlinux 0x6739a503 balloon_set_new_target +EXPORT_SYMBOL_GPL vmlinux 0x67429c91 __SCK__tp_func_block_bio_remap +EXPORT_SYMBOL_GPL vmlinux 0x67544171 i2c_match_id +EXPORT_SYMBOL_GPL vmlinux 0x675979fb bio_iov_iter_get_pages +EXPORT_SYMBOL_GPL vmlinux 0x676c6352 inet_twsk_hashdance +EXPORT_SYMBOL_GPL vmlinux 0x676c688f k3_ringacc_ring_free +EXPORT_SYMBOL_GPL vmlinux 0x676dd91f __traceiter_sched_cpu_capacity_tp +EXPORT_SYMBOL_GPL vmlinux 0x677ff88c xas_store +EXPORT_SYMBOL_GPL vmlinux 0x6780c340 vcap_keyset_list_add +EXPORT_SYMBOL_GPL vmlinux 0x6781d631 wm831x_device_shutdown +EXPORT_SYMBOL_GPL vmlinux 0x6789c06f pinconf_generic_dt_free_map +EXPORT_SYMBOL_GPL vmlinux 0x67955ce6 profile_hits +EXPORT_SYMBOL_GPL vmlinux 0x67a824b3 pci_epf_add_vepf +EXPORT_SYMBOL_GPL vmlinux 0x67c3c795 get_state_synchronize_rcu_full +EXPORT_SYMBOL_GPL vmlinux 0x67d83ee6 xdp_build_skb_from_frame +EXPORT_SYMBOL_GPL vmlinux 0x67d85520 __fib_lookup +EXPORT_SYMBOL_GPL vmlinux 0x67da9f7c sha512_zero_message_hash +EXPORT_SYMBOL_GPL vmlinux 0x67dd5a41 dpcon_enable +EXPORT_SYMBOL_GPL vmlinux 0x67e1cb40 crypto_stats_ahash_final +EXPORT_SYMBOL_GPL vmlinux 0x67ff8be1 vfs_removexattr +EXPORT_SYMBOL_GPL vmlinux 0x680cbbc7 tty_kclose +EXPORT_SYMBOL_GPL vmlinux 0x680f22c2 vfs_remove_acl +EXPORT_SYMBOL_GPL vmlinux 0x682ed3e7 __kthread_should_park +EXPORT_SYMBOL_GPL vmlinux 0x682ff057 ring_buffer_commit_overrun_cpu +EXPORT_SYMBOL_GPL vmlinux 0x68338f39 iommu_map_sg +EXPORT_SYMBOL_GPL vmlinux 0x683962e5 bpf_trace_run6 +EXPORT_SYMBOL_GPL vmlinux 0x684360ca skb_zerocopy_iter_stream +EXPORT_SYMBOL_GPL vmlinux 0x68460527 blkcg_set_fc_appid +EXPORT_SYMBOL_GPL vmlinux 0x684812de sbitmap_queue_show +EXPORT_SYMBOL_GPL vmlinux 0x684ca117 zynqmp_pm_get_pll_frac_mode +EXPORT_SYMBOL_GPL vmlinux 0x6850f7a5 __devm_of_phy_provider_register +EXPORT_SYMBOL_GPL vmlinux 0x6867d6e7 of_device_uevent_modalias +EXPORT_SYMBOL_GPL vmlinux 0x686b06cc i2c_slave_event +EXPORT_SYMBOL_GPL vmlinux 0x6872a85c __audit_inode_child +EXPORT_SYMBOL_GPL vmlinux 0x6883673e blk_crypto_register +EXPORT_SYMBOL_GPL vmlinux 0x6892e3c3 kvm_set_pfn_accessed +EXPORT_SYMBOL_GPL vmlinux 0x68952493 rcu_note_context_switch +EXPORT_SYMBOL_GPL vmlinux 0x68cbdf1c find_vpid +EXPORT_SYMBOL_GPL vmlinux 0x68cf4da3 iptunnel_handle_offloads +EXPORT_SYMBOL_GPL vmlinux 0x68d2c02a ata_bmdma_stop +EXPORT_SYMBOL_GPL vmlinux 0x68fb757b uart_set_options +EXPORT_SYMBOL_GPL vmlinux 0x68fe37ac pinctrl_select_state +EXPORT_SYMBOL_GPL vmlinux 0x6904d265 pci_pri_supported +EXPORT_SYMBOL_GPL vmlinux 0x6905e4ad pci_ioremap_bar +EXPORT_SYMBOL_GPL vmlinux 0x690f585e phy_basic_ports_array +EXPORT_SYMBOL_GPL vmlinux 0x690f645e platform_device_register +EXPORT_SYMBOL_GPL vmlinux 0x691eeee2 fuse_init_fs_context_submount +EXPORT_SYMBOL_GPL vmlinux 0x69352368 pci_host_common_probe +EXPORT_SYMBOL_GPL vmlinux 0x693b3e1d fwnode_graph_get_remote_endpoint +EXPORT_SYMBOL_GPL vmlinux 0x6948d0eb mtk_clk_register_gates_with_dev +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 0x6992a610 devl_rate_leaf_destroy +EXPORT_SYMBOL_GPL vmlinux 0x6999d476 mnt_want_write +EXPORT_SYMBOL_GPL vmlinux 0x69a7e818 fscrypt_prepare_symlink +EXPORT_SYMBOL_GPL vmlinux 0x69cc1274 tcp_set_state +EXPORT_SYMBOL_GPL vmlinux 0x69cf0632 mpi_fromstr +EXPORT_SYMBOL_GPL vmlinux 0x69d304f7 acpi_set_modalias +EXPORT_SYMBOL_GPL vmlinux 0x69dd5a03 device_change_owner +EXPORT_SYMBOL_GPL vmlinux 0x69e18aae ata_scsi_dma_need_drain +EXPORT_SYMBOL_GPL vmlinux 0x69e683de uuid_gen +EXPORT_SYMBOL_GPL vmlinux 0x69ee2220 linear_range_get_selector_high +EXPORT_SYMBOL_GPL vmlinux 0x69f68f0f devl_rate_leaf_create +EXPORT_SYMBOL_GPL vmlinux 0x6a014de6 kvm_get_kvm +EXPORT_SYMBOL_GPL vmlinux 0x6a05b65b fb_videomode_from_videomode +EXPORT_SYMBOL_GPL vmlinux 0x6a0dfc80 lwtunnel_get_encap_size +EXPORT_SYMBOL_GPL vmlinux 0x6a14d3af unregister_random_vmfork_notifier +EXPORT_SYMBOL_GPL vmlinux 0x6a1a6c07 gnttab_foreach_grant_in_range +EXPORT_SYMBOL_GPL vmlinux 0x6a1d786a ata_dev_set_feature +EXPORT_SYMBOL_GPL vmlinux 0x6a31e291 pci_cfg_access_lock +EXPORT_SYMBOL_GPL vmlinux 0x6a36ff74 __traceiter_devlink_hwmsg +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 0x6a580f63 file_is_kvm +EXPORT_SYMBOL_GPL vmlinux 0x6a68a8fa pm_runtime_get_if_active +EXPORT_SYMBOL_GPL vmlinux 0x6a74a6a7 scsi_get_vpd_page +EXPORT_SYMBOL_GPL vmlinux 0x6a8441be cpci_hp_start +EXPORT_SYMBOL_GPL vmlinux 0x6a86d20b regmap_get_raw_write_max +EXPORT_SYMBOL_GPL vmlinux 0x6a8d9f5e of_platform_depopulate +EXPORT_SYMBOL_GPL vmlinux 0x6a919d87 devm_pinctrl_put +EXPORT_SYMBOL_GPL vmlinux 0x6a93c9b2 zynqmp_pm_pinctrl_get_function +EXPORT_SYMBOL_GPL vmlinux 0x6a9e90af ata_mode_string +EXPORT_SYMBOL_GPL vmlinux 0x6aa2a877 xenbus_printf +EXPORT_SYMBOL_GPL vmlinux 0x6aad9152 xen_set_callback_via +EXPORT_SYMBOL_GPL vmlinux 0x6aaee8ce sata_scr_write +EXPORT_SYMBOL_GPL vmlinux 0x6aba7d5b driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0x6ac1185a __kvm_set_memory_region +EXPORT_SYMBOL_GPL vmlinux 0x6ad5b1fe __devm_rtc_register_device +EXPORT_SYMBOL_GPL vmlinux 0x6adddcf5 acpi_get_pci_dev +EXPORT_SYMBOL_GPL vmlinux 0x6adf9508 clk_fixed_factor_ops +EXPORT_SYMBOL_GPL vmlinux 0x6ae5fda0 vp_modern_set_queue_reset +EXPORT_SYMBOL_GPL vmlinux 0x6ae65ebe regcache_drop_region +EXPORT_SYMBOL_GPL vmlinux 0x6ae68cdc hvc_alloc +EXPORT_SYMBOL_GPL vmlinux 0x6af76f19 pwm_free +EXPORT_SYMBOL_GPL vmlinux 0x6afb7a4f pm_genpd_add_subdomain +EXPORT_SYMBOL_GPL vmlinux 0x6b0bee81 pcie_bus_configure_settings +EXPORT_SYMBOL_GPL vmlinux 0x6b0dc565 xen_set_irq_priority +EXPORT_SYMBOL_GPL vmlinux 0x6b10d23c iommu_sva_bind_device +EXPORT_SYMBOL_GPL vmlinux 0x6b1cdc3e crypto_unregister_templates +EXPORT_SYMBOL_GPL vmlinux 0x6b2b69f7 static_key_enable +EXPORT_SYMBOL_GPL vmlinux 0x6b2bf37a security_inode_create +EXPORT_SYMBOL_GPL vmlinux 0x6b2ccdba serdev_device_set_baudrate +EXPORT_SYMBOL_GPL vmlinux 0x6b341935 dw_pcie_write_dbi +EXPORT_SYMBOL_GPL vmlinux 0x6b36e07d devlink_linecard_destroy +EXPORT_SYMBOL_GPL vmlinux 0x6b3ae022 acpi_os_unmap_iomem +EXPORT_SYMBOL_GPL vmlinux 0x6b3f175a wait_on_page_writeback +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 0x6b4855d7 ahci_reset_em +EXPORT_SYMBOL_GPL vmlinux 0x6b6663d2 phy_power_off +EXPORT_SYMBOL_GPL vmlinux 0x6b6bd304 divider_determine_rate +EXPORT_SYMBOL_GPL vmlinux 0x6b717fd8 disk_alloc_independent_access_ranges +EXPORT_SYMBOL_GPL vmlinux 0x6b722180 log_read_mmio +EXPORT_SYMBOL_GPL vmlinux 0x6b7a4335 hyperv_cleanup +EXPORT_SYMBOL_GPL vmlinux 0x6b81c38b power_supply_unreg_notifier +EXPORT_SYMBOL_GPL vmlinux 0x6b834121 bman_portals_probed +EXPORT_SYMBOL_GPL vmlinux 0x6b8cc584 dax_file_unshare +EXPORT_SYMBOL_GPL vmlinux 0x6b9dd9fc pci_user_write_config_byte +EXPORT_SYMBOL_GPL vmlinux 0x6ba36c6a hwpoison_filter_flags_value +EXPORT_SYMBOL_GPL vmlinux 0x6bbd8324 perf_unregister_guest_info_callbacks +EXPORT_SYMBOL_GPL vmlinux 0x6bc6ae6b devm_regulator_bulk_get_exclusive +EXPORT_SYMBOL_GPL vmlinux 0x6bcdedc0 mpi_point_init +EXPORT_SYMBOL_GPL vmlinux 0x6bd1aa56 stack_trace_save +EXPORT_SYMBOL_GPL vmlinux 0x6bd1facf bus_find_device +EXPORT_SYMBOL_GPL vmlinux 0x6bdef35c acpi_ec_mark_gpe_for_wake +EXPORT_SYMBOL_GPL vmlinux 0x6be3a96b hv_remove_vmbus_handler +EXPORT_SYMBOL_GPL vmlinux 0x6be5ab7f xdp_rxq_info_unreg +EXPORT_SYMBOL_GPL vmlinux 0x6be93f11 ohci_hub_status_data +EXPORT_SYMBOL_GPL vmlinux 0x6c0aacff simple_attr_read +EXPORT_SYMBOL_GPL vmlinux 0x6c1ca391 ata_host_alloc_pinfo +EXPORT_SYMBOL_GPL vmlinux 0x6c205008 mpi_print +EXPORT_SYMBOL_GPL vmlinux 0x6c2474b1 devfreq_event_get_event +EXPORT_SYMBOL_GPL vmlinux 0x6c353364 acpi_is_pnp_device +EXPORT_SYMBOL_GPL vmlinux 0x6c35d768 trace_output_call +EXPORT_SYMBOL_GPL vmlinux 0x6c389761 acpi_bus_get_private_data +EXPORT_SYMBOL_GPL vmlinux 0x6c3b9ccb fscrypt_symlink_getattr +EXPORT_SYMBOL_GPL vmlinux 0x6c3f70e0 guid_gen +EXPORT_SYMBOL_GPL vmlinux 0x6c400761 phy_pm_runtime_get +EXPORT_SYMBOL_GPL vmlinux 0x6c489377 gpiochip_get_desc +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 0x6c8555a3 sysfs_add_link_to_group +EXPORT_SYMBOL_GPL vmlinux 0x6c91159e devres_get +EXPORT_SYMBOL_GPL vmlinux 0x6c956075 __SCK__tp_func_devlink_hwerr +EXPORT_SYMBOL_GPL vmlinux 0x6ca403a8 blk_mq_sched_try_merge +EXPORT_SYMBOL_GPL vmlinux 0x6ca4bf88 async_synchronize_full_domain +EXPORT_SYMBOL_GPL vmlinux 0x6cb0ce87 irq_get_percpu_devid_partition +EXPORT_SYMBOL_GPL vmlinux 0x6cb9c753 tpm_chip_alloc +EXPORT_SYMBOL_GPL vmlinux 0x6cbbbf10 unregister_asymmetric_key_parser +EXPORT_SYMBOL_GPL vmlinux 0x6cbd4bb1 devm_hwspin_lock_register +EXPORT_SYMBOL_GPL vmlinux 0x6ce10eb0 trace_clock_jiffies +EXPORT_SYMBOL_GPL vmlinux 0x6ce167e9 acpi_subsys_suspend_noirq +EXPORT_SYMBOL_GPL vmlinux 0x6ce1b0cc bpf_warn_invalid_xdp_action +EXPORT_SYMBOL_GPL vmlinux 0x6ceaf206 pinconf_generic_parse_dt_config +EXPORT_SYMBOL_GPL vmlinux 0x6cf2cf3d ata_cable_80wire +EXPORT_SYMBOL_GPL vmlinux 0x6cf836d9 __traceiter_neigh_event_send_dead +EXPORT_SYMBOL_GPL vmlinux 0x6d0096e0 sdev_evt_send_simple +EXPORT_SYMBOL_GPL vmlinux 0x6d03d495 cpufreq_policy_transition_delay_us +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 0x6d164ac0 imx_check_clk_hws +EXPORT_SYMBOL_GPL vmlinux 0x6d16b87a hisi_clk_register_phase +EXPORT_SYMBOL_GPL vmlinux 0x6d241c90 dma_release_channel +EXPORT_SYMBOL_GPL vmlinux 0x6d24ef6e relay_late_setup_files +EXPORT_SYMBOL_GPL vmlinux 0x6d2ad27e __trace_array_puts +EXPORT_SYMBOL_GPL vmlinux 0x6d2fc5a6 net_namespace_list +EXPORT_SYMBOL_GPL vmlinux 0x6d35b108 apply_to_page_range +EXPORT_SYMBOL_GPL vmlinux 0x6d37ee78 of_icc_get_from_provider +EXPORT_SYMBOL_GPL vmlinux 0x6d426048 mtk_clk_gate_ops_no_setclr +EXPORT_SYMBOL_GPL vmlinux 0x6d467b08 arm_smccc_1_1_get_conduit +EXPORT_SYMBOL_GPL vmlinux 0x6d4d342e regmap_might_sleep +EXPORT_SYMBOL_GPL vmlinux 0x6d518efa devl_traps_register +EXPORT_SYMBOL_GPL vmlinux 0x6d6201f0 spi_mem_adjust_op_size +EXPORT_SYMBOL_GPL vmlinux 0x6d652e24 sata_pmp_qc_defer_cmd_switch +EXPORT_SYMBOL_GPL vmlinux 0x6d6c820a fwnode_get_named_child_node +EXPORT_SYMBOL_GPL vmlinux 0x6d6d74f2 public_key_signature_free +EXPORT_SYMBOL_GPL vmlinux 0x6d6fec1f ktime_mono_to_any +EXPORT_SYMBOL_GPL vmlinux 0x6d72b467 nvmem_cell_read_u16 +EXPORT_SYMBOL_GPL vmlinux 0x6d797995 fat_attach +EXPORT_SYMBOL_GPL vmlinux 0x6d7a7533 blk_mq_unquiesce_tagset +EXPORT_SYMBOL_GPL vmlinux 0x6d7e951e rcu_exp_batches_completed +EXPORT_SYMBOL_GPL vmlinux 0x6d871ecf powercap_unregister_control_type +EXPORT_SYMBOL_GPL vmlinux 0x6d8b8873 devm_hwrng_register +EXPORT_SYMBOL_GPL vmlinux 0x6d9c1150 ata_sff_prereset +EXPORT_SYMBOL_GPL vmlinux 0x6da9df86 generic_online_page +EXPORT_SYMBOL_GPL vmlinux 0x6daa53aa of_reserved_mem_device_release +EXPORT_SYMBOL_GPL vmlinux 0x6daac967 irq_of_parse_and_map +EXPORT_SYMBOL_GPL vmlinux 0x6dae9e87 regulator_set_voltage +EXPORT_SYMBOL_GPL vmlinux 0x6dbaafd3 put_old_timespec32 +EXPORT_SYMBOL_GPL vmlinux 0x6dca225b meson_pinctrl_probe +EXPORT_SYMBOL_GPL vmlinux 0x6dd5680d sprint_symbol_build_id +EXPORT_SYMBOL_GPL vmlinux 0x6de43d31 thermal_remove_hwmon_sysfs +EXPORT_SYMBOL_GPL vmlinux 0x6deac5a6 fscrypt_file_open +EXPORT_SYMBOL_GPL vmlinux 0x6df08156 pse_controller_unregister +EXPORT_SYMBOL_GPL vmlinux 0x6df41d85 find_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0x6df77784 input_ff_event +EXPORT_SYMBOL_GPL vmlinux 0x6dfdfdf0 dma_mmap_pages +EXPORT_SYMBOL_GPL vmlinux 0x6e09d93d __SCK__tp_func_map +EXPORT_SYMBOL_GPL vmlinux 0x6e0a97bf unregister_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0x6e3347ec devlink_priv +EXPORT_SYMBOL_GPL vmlinux 0x6e353c26 mpi_rshift +EXPORT_SYMBOL_GPL vmlinux 0x6e36042a irq_domain_create_legacy +EXPORT_SYMBOL_GPL vmlinux 0x6e36b5c0 extcon_set_property +EXPORT_SYMBOL_GPL vmlinux 0x6e3ff83a edac_device_alloc_index +EXPORT_SYMBOL_GPL vmlinux 0x6e448b96 dax_iomap_fault +EXPORT_SYMBOL_GPL vmlinux 0x6e4aa78d k3_udma_glue_rx_flow_enable +EXPORT_SYMBOL_GPL vmlinux 0x6e51b6ba dpcon_close +EXPORT_SYMBOL_GPL vmlinux 0x6e527e3b regulator_get_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x6e59f821 __tracepoint_wbc_writepage +EXPORT_SYMBOL_GPL vmlinux 0x6e6250db inet6_compat_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x6e67ac49 spi_new_device +EXPORT_SYMBOL_GPL vmlinux 0x6e7943ec iommu_group_id +EXPORT_SYMBOL_GPL vmlinux 0x6e7ab6ea of_pm_clk_add_clks +EXPORT_SYMBOL_GPL vmlinux 0x6e89a560 regmap_irq_chip_get_base +EXPORT_SYMBOL_GPL vmlinux 0x6e914514 acpi_dev_irq_flags +EXPORT_SYMBOL_GPL vmlinux 0x6e95c28f __traceiter_rpm_idle +EXPORT_SYMBOL_GPL vmlinux 0x6e9ca911 kgdb_unregister_io_module +EXPORT_SYMBOL_GPL vmlinux 0x6eab13f1 ata_sas_port_suspend +EXPORT_SYMBOL_GPL vmlinux 0x6eb04f46 register_random_vmfork_notifier +EXPORT_SYMBOL_GPL vmlinux 0x6ebe366f ktime_get_mono_fast_ns +EXPORT_SYMBOL_GPL vmlinux 0x6eddc716 extcon_dev_free +EXPORT_SYMBOL_GPL vmlinux 0x6eea4891 phy_put +EXPORT_SYMBOL_GPL vmlinux 0x6ef6b54f ktime_get_boot_fast_ns +EXPORT_SYMBOL_GPL vmlinux 0x6f02d0ef pm_generic_resume_noirq +EXPORT_SYMBOL_GPL vmlinux 0x6f0dd5d2 ata_msleep +EXPORT_SYMBOL_GPL vmlinux 0x6f0ea4f7 is_skb_forwardable +EXPORT_SYMBOL_GPL vmlinux 0x6f12560a get_old_timespec32 +EXPORT_SYMBOL_GPL vmlinux 0x6f2017de misc_cg_set_capacity +EXPORT_SYMBOL_GPL vmlinux 0x6f2fdb3e pci_walk_bus +EXPORT_SYMBOL_GPL vmlinux 0x6f3dff9d gpiod_export_link +EXPORT_SYMBOL_GPL vmlinux 0x6f58a1a3 ata_port_pbar_desc +EXPORT_SYMBOL_GPL vmlinux 0x6f5963c2 mtk_alloc_clk_data +EXPORT_SYMBOL_GPL vmlinux 0x6f609bea devm_regulator_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x6f6adacb spi_finalize_current_transfer +EXPORT_SYMBOL_GPL vmlinux 0x6f6b52e9 __ipv6_fixup_options +EXPORT_SYMBOL_GPL vmlinux 0x6f7e6040 irq_has_action +EXPORT_SYMBOL_GPL vmlinux 0x6f7fb4da debugfs_real_fops +EXPORT_SYMBOL_GPL vmlinux 0x6f8f99e1 lwtunnel_build_state +EXPORT_SYMBOL_GPL vmlinux 0x6f9e763b timecounter_read +EXPORT_SYMBOL_GPL vmlinux 0x6fa0f9ca blkcg_policy_unregister +EXPORT_SYMBOL_GPL vmlinux 0x6fa11d0e misc_cg_uncharge +EXPORT_SYMBOL_GPL vmlinux 0x6fa426d2 phylink_ethtool_nway_reset +EXPORT_SYMBOL_GPL vmlinux 0x6fa9d195 kobj_sysfs_ops +EXPORT_SYMBOL_GPL vmlinux 0x6fad8572 vp_legacy_config_vector +EXPORT_SYMBOL_GPL vmlinux 0x6fb929e7 pci_ignore_hotplug +EXPORT_SYMBOL_GPL vmlinux 0x6fbcd9e1 pci_iomap_wc_range +EXPORT_SYMBOL_GPL vmlinux 0x6fbe9a83 cpufreq_table_index_unsorted +EXPORT_SYMBOL_GPL vmlinux 0x6fc5f450 crypto_comp_decompress +EXPORT_SYMBOL_GPL vmlinux 0x6fc890cd devm_pinctrl_unregister +EXPORT_SYMBOL_GPL vmlinux 0x6fcdda41 tcp_twsk_destructor +EXPORT_SYMBOL_GPL vmlinux 0x6fcef6ab ring_buffer_reset +EXPORT_SYMBOL_GPL vmlinux 0x6fd95893 regmap_multi_reg_write +EXPORT_SYMBOL_GPL vmlinux 0x6ff5ac74 pinctrl_get_group_pins +EXPORT_SYMBOL_GPL vmlinux 0x6ff607b6 crypto_get_default_rng +EXPORT_SYMBOL_GPL vmlinux 0x7006586e iommu_get_group_resv_regions +EXPORT_SYMBOL_GPL vmlinux 0x70072e6c ata_sas_async_probe +EXPORT_SYMBOL_GPL vmlinux 0x700c7e6b crypto_unregister_template +EXPORT_SYMBOL_GPL vmlinux 0x7018852b pinctrl_pm_select_idle_state +EXPORT_SYMBOL_GPL vmlinux 0x70306ad9 register_user_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0x703eda9f xen_register_device_domain_owner +EXPORT_SYMBOL_GPL vmlinux 0x70423efb zynqmp_pm_set_sd_config +EXPORT_SYMBOL_GPL vmlinux 0x70559566 blk_mq_rdma_map_queues +EXPORT_SYMBOL_GPL vmlinux 0x7066af5e dev_pm_genpd_remove_notifier +EXPORT_SYMBOL_GPL vmlinux 0x7073c04f phy_10_100_features_array +EXPORT_SYMBOL_GPL vmlinux 0x707e4c4a securityfs_create_symlink +EXPORT_SYMBOL_GPL vmlinux 0x708a38b8 regmap_check_range_table +EXPORT_SYMBOL_GPL vmlinux 0x70902036 ptp_parse_header +EXPORT_SYMBOL_GPL vmlinux 0x7092cbba xfrm_dev_policy_add +EXPORT_SYMBOL_GPL vmlinux 0x70a201f1 debugfs_create_bool +EXPORT_SYMBOL_GPL vmlinux 0x70a37874 i2c_handle_smbus_host_notify +EXPORT_SYMBOL_GPL vmlinux 0x70a4cb1d sk_msg_return_zero +EXPORT_SYMBOL_GPL vmlinux 0x70afe521 kstrdup_quotable_cmdline +EXPORT_SYMBOL_GPL vmlinux 0x70b02b34 of_irq_get_byname +EXPORT_SYMBOL_GPL vmlinux 0x70b04b10 rio_dev_get +EXPORT_SYMBOL_GPL vmlinux 0x70b7652d __sock_recv_wifi_status +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 0x70e533a8 ahci_platform_enable_regulators +EXPORT_SYMBOL_GPL vmlinux 0x70fb521f dev_pm_get_subsys_data +EXPORT_SYMBOL_GPL vmlinux 0x70fbae4d cppc_allow_fast_switch +EXPORT_SYMBOL_GPL vmlinux 0x710394e4 pcim_doe_create_mb +EXPORT_SYMBOL_GPL vmlinux 0x710c73b6 crypto_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x710f968c serial8250_rpm_put +EXPORT_SYMBOL_GPL vmlinux 0x711a108b __get_task_ioprio +EXPORT_SYMBOL_GPL vmlinux 0x711afcc5 dev_pm_qos_add_ancestor_request +EXPORT_SYMBOL_GPL vmlinux 0x71269e8d pci_find_dvsec_capability +EXPORT_SYMBOL_GPL vmlinux 0x7127569e __devm_irq_alloc_descs +EXPORT_SYMBOL_GPL vmlinux 0x7129a6f4 osc_sb_native_usb4_support_confirmed +EXPORT_SYMBOL_GPL vmlinux 0x7129e761 acpi_device_fwnode_ops +EXPORT_SYMBOL_GPL vmlinux 0x712e21f7 devlink_dpipe_entry_ctx_close +EXPORT_SYMBOL_GPL vmlinux 0x7136904b tty_find_polling_driver +EXPORT_SYMBOL_GPL vmlinux 0x713b6ab6 tty_get_pgrp +EXPORT_SYMBOL_GPL vmlinux 0x713ccf9c dev_pm_opp_get_freq +EXPORT_SYMBOL_GPL vmlinux 0x714d270c sata_port_ops +EXPORT_SYMBOL_GPL vmlinux 0x715a43ce priv_to_devlink +EXPORT_SYMBOL_GPL vmlinux 0x715c2f7e __devm_spi_alloc_controller +EXPORT_SYMBOL_GPL vmlinux 0x716265c7 debugfs_initialized +EXPORT_SYMBOL_GPL vmlinux 0x717042c5 gpiod_enable_hw_timestamp_ns +EXPORT_SYMBOL_GPL vmlinux 0x71724493 mctrl_gpio_enable_irq_wake +EXPORT_SYMBOL_GPL vmlinux 0x71731e37 __bio_release_pages +EXPORT_SYMBOL_GPL vmlinux 0x717ac284 clk_hw_register_fractional_divider +EXPORT_SYMBOL_GPL vmlinux 0x717d3eb7 trace_event_buffer_lock_reserve +EXPORT_SYMBOL_GPL vmlinux 0x717dd214 sk_msg_zerocopy_from_iter +EXPORT_SYMBOL_GPL vmlinux 0x7181a997 regulator_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0x7181db30 atomic_notifier_chain_unregister +EXPORT_SYMBOL_GPL vmlinux 0x71903942 gpiod_put_array +EXPORT_SYMBOL_GPL vmlinux 0x7195940a mctrl_gpio_disable_irq_wake +EXPORT_SYMBOL_GPL vmlinux 0x7197511d fat_time_fat2unix +EXPORT_SYMBOL_GPL vmlinux 0x719e17ff clk_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0x71a20f4a __SCK__tp_func_non_standard_event +EXPORT_SYMBOL_GPL vmlinux 0x71a9a3ab mtk_mutex_acquire +EXPORT_SYMBOL_GPL vmlinux 0x71ad2725 sec_irq_init +EXPORT_SYMBOL_GPL vmlinux 0x71b6cf94 dst_cache_reset_now +EXPORT_SYMBOL_GPL vmlinux 0x71c059d8 __traceiter_map +EXPORT_SYMBOL_GPL vmlinux 0x71cc12da debugfs_create_dir +EXPORT_SYMBOL_GPL vmlinux 0x71e1ece8 dev_pm_qos_hide_latency_tolerance +EXPORT_SYMBOL_GPL vmlinux 0x721554d7 debugfs_lookup +EXPORT_SYMBOL_GPL vmlinux 0x7224a916 elv_rqhash_del +EXPORT_SYMBOL_GPL vmlinux 0x722d0900 ip6_sk_redirect +EXPORT_SYMBOL_GPL vmlinux 0x7237e950 pkcs7_verify +EXPORT_SYMBOL_GPL vmlinux 0x723cb217 of_phy_put +EXPORT_SYMBOL_GPL vmlinux 0x72473a65 irq_chip_retrigger_hierarchy +EXPORT_SYMBOL_GPL vmlinux 0x725b2696 devlink_net +EXPORT_SYMBOL_GPL vmlinux 0x7265f2b0 pci_vpd_check_csum +EXPORT_SYMBOL_GPL vmlinux 0x72741252 ipv6_opt_accepted +EXPORT_SYMBOL_GPL vmlinux 0x7278d328 all_vm_events +EXPORT_SYMBOL_GPL vmlinux 0x727cbc95 pci_find_vsec_capability +EXPORT_SYMBOL_GPL vmlinux 0x7283161b percpu_ref_switch_to_percpu +EXPORT_SYMBOL_GPL vmlinux 0x72850253 iomap_is_partially_uptodate +EXPORT_SYMBOL_GPL vmlinux 0x72867006 get_user_pages_fast_only +EXPORT_SYMBOL_GPL vmlinux 0x728e5f83 clk_register_hisi_phase +EXPORT_SYMBOL_GPL vmlinux 0x72a7f274 netdev_sw_irq_coalesce_default_on +EXPORT_SYMBOL_GPL vmlinux 0x72ae1839 base64_decode +EXPORT_SYMBOL_GPL vmlinux 0x72d267dc nvmem_del_cell_lookups +EXPORT_SYMBOL_GPL vmlinux 0x72daa187 fork_usermode_driver +EXPORT_SYMBOL_GPL vmlinux 0x72dbbda7 ptp_msg_is_sync +EXPORT_SYMBOL_GPL vmlinux 0x72dde5a8 devm_memremap_pages +EXPORT_SYMBOL_GPL vmlinux 0x72edf918 __tracepoint_kfree_skb +EXPORT_SYMBOL_GPL vmlinux 0x72f0d320 kobject_init_and_add +EXPORT_SYMBOL_GPL vmlinux 0x72f716d1 watchdog_init_timeout +EXPORT_SYMBOL_GPL vmlinux 0x73160def unregister_pernet_device +EXPORT_SYMBOL_GPL vmlinux 0x732852fe xenbus_transaction_end +EXPORT_SYMBOL_GPL vmlinux 0x733a6529 ata_bmdma_qc_prep +EXPORT_SYMBOL_GPL vmlinux 0x733e8285 sdio_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0x734a667d blk_mq_unquiesce_queue +EXPORT_SYMBOL_GPL vmlinux 0x7351fcb1 devlink_remote_reload_actions_performed +EXPORT_SYMBOL_GPL vmlinux 0x7381287f trace_handle_return +EXPORT_SYMBOL_GPL vmlinux 0x73880ef6 xenbus_switch_state +EXPORT_SYMBOL_GPL vmlinux 0x7393c3e6 pci_ecam_free +EXPORT_SYMBOL_GPL vmlinux 0x7394691a __traceiter_block_bio_complete +EXPORT_SYMBOL_GPL vmlinux 0x73a48b4a ata_sff_std_ports +EXPORT_SYMBOL_GPL vmlinux 0x73b40520 subsys_interface_unregister +EXPORT_SYMBOL_GPL vmlinux 0x73c2554f __iowrite64_copy +EXPORT_SYMBOL_GPL vmlinux 0x73cc8631 oiap +EXPORT_SYMBOL_GPL vmlinux 0x73ddddfc usb_block_urb +EXPORT_SYMBOL_GPL vmlinux 0x73e3d66f power_supply_register_no_ws +EXPORT_SYMBOL_GPL vmlinux 0x73e4edb8 phy_gbit_features +EXPORT_SYMBOL_GPL vmlinux 0x73e91007 dev_pm_opp_get_required_pstate +EXPORT_SYMBOL_GPL vmlinux 0x73e97eb8 get_task_pid +EXPORT_SYMBOL_GPL vmlinux 0x73f63c00 inet_csk_get_port +EXPORT_SYMBOL_GPL vmlinux 0x740459f5 rio_mport_get_physefb +EXPORT_SYMBOL_GPL vmlinux 0x7406fd7a led_sysfs_disable +EXPORT_SYMBOL_GPL vmlinux 0x741386d3 ata_sff_pause +EXPORT_SYMBOL_GPL vmlinux 0x742779b2 __traceiter_rpm_return_int +EXPORT_SYMBOL_GPL vmlinux 0x7429297b interval_tree_span_iter_next +EXPORT_SYMBOL_GPL vmlinux 0x74320f0e genpd_dev_pm_attach +EXPORT_SYMBOL_GPL vmlinux 0x74365649 usb_kill_urb +EXPORT_SYMBOL_GPL vmlinux 0x743b99d8 xenmem_reservation_increase +EXPORT_SYMBOL_GPL vmlinux 0x74457e56 apei_resources_fini +EXPORT_SYMBOL_GPL vmlinux 0x744cad86 of_genpd_parse_idle_states +EXPORT_SYMBOL_GPL vmlinux 0x74613bbd meson_sm_get +EXPORT_SYMBOL_GPL vmlinux 0x747b249a usb_disable_xhci_ports +EXPORT_SYMBOL_GPL vmlinux 0x74a22bb4 k3_udma_glue_push_rx_chn +EXPORT_SYMBOL_GPL vmlinux 0x74b5ea68 lcm_not_zero +EXPORT_SYMBOL_GPL vmlinux 0x74b75714 mtk_pinconf_adv_drive_get +EXPORT_SYMBOL_GPL vmlinux 0x74baf17a tracing_is_on +EXPORT_SYMBOL_GPL vmlinux 0x74c7bffa stack_trace_snprint +EXPORT_SYMBOL_GPL vmlinux 0x74c95a0b vcap_enable_lookups +EXPORT_SYMBOL_GPL vmlinux 0x74d42632 mas_empty_area +EXPORT_SYMBOL_GPL vmlinux 0x74e73871 housekeeping_overridden +EXPORT_SYMBOL_GPL vmlinux 0x750f0175 usb_set_device_state +EXPORT_SYMBOL_GPL vmlinux 0x75133f6e visitor128 +EXPORT_SYMBOL_GPL vmlinux 0x7517a573 wwan_create_port +EXPORT_SYMBOL_GPL vmlinux 0x7522f3ba irq_modify_status +EXPORT_SYMBOL_GPL vmlinux 0x75323d7a ata_dummy_port_ops +EXPORT_SYMBOL_GPL vmlinux 0x7533afc7 kvm_vcpu_write_guest_page +EXPORT_SYMBOL_GPL vmlinux 0x7534596b mtk_mutex_write_sof +EXPORT_SYMBOL_GPL vmlinux 0x753ade8b __traceiter_ata_bmdma_start +EXPORT_SYMBOL_GPL vmlinux 0x754126bc dev_pm_opp_disable +EXPORT_SYMBOL_GPL vmlinux 0x7545e1f0 ata_port_desc +EXPORT_SYMBOL_GPL vmlinux 0x75467c52 fib_nexthop_info +EXPORT_SYMBOL_GPL vmlinux 0x7549380b blk_queue_flag_test_and_set +EXPORT_SYMBOL_GPL vmlinux 0x754d643b pci_generic_config_read +EXPORT_SYMBOL_GPL vmlinux 0x755a248d xhci_shutdown +EXPORT_SYMBOL_GPL vmlinux 0x7563ffde ahci_platform_enable_clks +EXPORT_SYMBOL_GPL vmlinux 0x757818d9 irq_domain_set_hwirq_and_chip +EXPORT_SYMBOL_GPL vmlinux 0x757c1bbb housekeeping_any_cpu +EXPORT_SYMBOL_GPL vmlinux 0x757e4e42 tty_register_device_attr +EXPORT_SYMBOL_GPL vmlinux 0x758a43fe k3_ringacc_get_ring_irq_num +EXPORT_SYMBOL_GPL vmlinux 0x759139cb of_pci_check_probe_only +EXPORT_SYMBOL_GPL vmlinux 0x759bfe36 btree_destroy +EXPORT_SYMBOL_GPL vmlinux 0x759d7359 posix_acl_access_xattr_handler +EXPORT_SYMBOL_GPL vmlinux 0x75aa6aac dst_cache_get_ip4 +EXPORT_SYMBOL_GPL vmlinux 0x75aeaeaa bpf_event_output +EXPORT_SYMBOL_GPL vmlinux 0x75b09eeb elv_rqhash_add +EXPORT_SYMBOL_GPL vmlinux 0x75b8a8d8 fwnode_graph_get_next_endpoint +EXPORT_SYMBOL_GPL vmlinux 0x75be1f61 __pm_stay_awake +EXPORT_SYMBOL_GPL vmlinux 0x75c017de __spi_alloc_controller +EXPORT_SYMBOL_GPL vmlinux 0x75cd898e fsl_mc_bus_dpni_type +EXPORT_SYMBOL_GPL vmlinux 0x75d542be devm_devfreq_event_remove_edev +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 0x75ebdd01 phylink_mii_c22_pcs_config +EXPORT_SYMBOL_GPL vmlinux 0x75f01dc4 screen_pos +EXPORT_SYMBOL_GPL vmlinux 0x75f43660 virtio_max_dma_size +EXPORT_SYMBOL_GPL vmlinux 0x75fb9062 arch_timer_read_counter +EXPORT_SYMBOL_GPL vmlinux 0x75fd2a8b mtk_clk_unregister_dividers +EXPORT_SYMBOL_GPL vmlinux 0x76078f0c nvmem_cell_read_u64 +EXPORT_SYMBOL_GPL vmlinux 0x7607a68a edac_pci_del_device +EXPORT_SYMBOL_GPL vmlinux 0x7608e237 ncsi_start_dev +EXPORT_SYMBOL_GPL vmlinux 0x76171238 blk_trace_setup +EXPORT_SYMBOL_GPL vmlinux 0x761a0496 balloon_page_dequeue +EXPORT_SYMBOL_GPL vmlinux 0x761ba767 clk_divider_ro_ops +EXPORT_SYMBOL_GPL vmlinux 0x761d7db3 hwmon_device_register_with_info +EXPORT_SYMBOL_GPL vmlinux 0x762bc56c gpiochip_generic_request +EXPORT_SYMBOL_GPL vmlinux 0x762e96b8 __dev_change_net_namespace +EXPORT_SYMBOL_GPL vmlinux 0x7641c763 ahci_reset_controller +EXPORT_SYMBOL_GPL vmlinux 0x7641f5b2 ata_scsi_unlock_native_capacity +EXPORT_SYMBOL_GPL vmlinux 0x764ad36a mtk_clk_gate_ops_setclr_inv +EXPORT_SYMBOL_GPL vmlinux 0x76517f03 interval_tree_span_iter_advance +EXPORT_SYMBOL_GPL vmlinux 0x7656410c mpi_sub +EXPORT_SYMBOL_GPL vmlinux 0x765bd60a mmc_switch +EXPORT_SYMBOL_GPL vmlinux 0x7665a95b idr_remove +EXPORT_SYMBOL_GPL vmlinux 0x766d76cd sk_setup_caps +EXPORT_SYMBOL_GPL vmlinux 0x7677729a pci_epc_get +EXPORT_SYMBOL_GPL vmlinux 0x7681946c unregister_pm_notifier +EXPORT_SYMBOL_GPL vmlinux 0x768e5880 sdio_memcpy_fromio +EXPORT_SYMBOL_GPL vmlinux 0x769cefb5 percpu_ref_switch_to_atomic +EXPORT_SYMBOL_GPL vmlinux 0x76a3c45a vp_legacy_set_features +EXPORT_SYMBOL_GPL vmlinux 0x76a61e85 __SCK__tp_func_rwmmio_write +EXPORT_SYMBOL_GPL vmlinux 0x76b3938c kvm_gfn_to_hva_cache_init +EXPORT_SYMBOL_GPL vmlinux 0x76bca034 device_show_bool +EXPORT_SYMBOL_GPL vmlinux 0x76bf5df3 percpu_free_rwsem +EXPORT_SYMBOL_GPL vmlinux 0x76c3da28 devm_blk_crypto_profile_init +EXPORT_SYMBOL_GPL vmlinux 0x76d1af56 debounce_time_mt2701 +EXPORT_SYMBOL_GPL vmlinux 0x76d680f6 acpi_dev_resource_memory +EXPORT_SYMBOL_GPL vmlinux 0x76d7edd6 inet_csk_route_child_sock +EXPORT_SYMBOL_GPL vmlinux 0x76d9525c of_usb_host_tpl_support +EXPORT_SYMBOL_GPL vmlinux 0x76d9b876 clk_set_rate +EXPORT_SYMBOL_GPL vmlinux 0x76db6caf edac_mc_alloc +EXPORT_SYMBOL_GPL vmlinux 0x76e12c31 mtk_clk_register_ref2usb_tx +EXPORT_SYMBOL_GPL vmlinux 0x76e63b05 of_genpd_add_provider_simple +EXPORT_SYMBOL_GPL vmlinux 0x76e720e4 unix_outq_len +EXPORT_SYMBOL_GPL vmlinux 0x76e7789f tracing_snapshot_cond_enable +EXPORT_SYMBOL_GPL vmlinux 0x76e85b92 gnttab_request_free_callback +EXPORT_SYMBOL_GPL vmlinux 0x76ebe087 kvm_vcpu_is_visible_gfn +EXPORT_SYMBOL_GPL vmlinux 0x76eeeb0f sha384_zero_message_hash +EXPORT_SYMBOL_GPL vmlinux 0x76f439bc of_clk_src_simple_get +EXPORT_SYMBOL_GPL vmlinux 0x7702915d iomap_invalidate_folio +EXPORT_SYMBOL_GPL vmlinux 0x7712771a unbind_from_irqhandler +EXPORT_SYMBOL_GPL vmlinux 0x771b9f22 rio_set_port_lockout +EXPORT_SYMBOL_GPL vmlinux 0x77222306 ring_buffer_read_page +EXPORT_SYMBOL_GPL vmlinux 0x7727c427 hisi_reset_init +EXPORT_SYMBOL_GPL vmlinux 0x772b0f64 __wake_up_pollfree +EXPORT_SYMBOL_GPL vmlinux 0x772facd8 ping_rcv +EXPORT_SYMBOL_GPL vmlinux 0x774af524 phy_restart_aneg +EXPORT_SYMBOL_GPL vmlinux 0x774f16ef __tracepoint_cpu_idle +EXPORT_SYMBOL_GPL vmlinux 0x77522cf6 sbitmap_get_shallow +EXPORT_SYMBOL_GPL vmlinux 0x7757b51a clk_unregister +EXPORT_SYMBOL_GPL vmlinux 0x7759ab33 pm_generic_thaw_early +EXPORT_SYMBOL_GPL vmlinux 0x775a8009 blk_rq_prep_clone +EXPORT_SYMBOL_GPL vmlinux 0x775b38a2 uart_get_rs485_mode +EXPORT_SYMBOL_GPL vmlinux 0x776e024c clk_hw_unregister_fixed_rate +EXPORT_SYMBOL_GPL vmlinux 0x777aea03 iommu_setup_dma_ops +EXPORT_SYMBOL_GPL vmlinux 0x7791e066 dw_pcie_read +EXPORT_SYMBOL_GPL vmlinux 0x7797fbb5 imx_clk_hw_pfdv2 +EXPORT_SYMBOL_GPL vmlinux 0x77a416cd phy_get +EXPORT_SYMBOL_GPL vmlinux 0x77aaaa22 usb_hcd_link_urb_to_ep +EXPORT_SYMBOL_GPL vmlinux 0x77ae495d usb_speed_string +EXPORT_SYMBOL_GPL vmlinux 0x77ceea0b irq_chip_mask_ack_parent +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 0x77f4bd0f attribute_container_classdev_to_container +EXPORT_SYMBOL_GPL vmlinux 0x77fb30aa inet_csk_route_req +EXPORT_SYMBOL_GPL vmlinux 0x77fcc373 clk_gate_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0x77fcc4ff mctp_register_netdev +EXPORT_SYMBOL_GPL vmlinux 0x77fe5582 blk_crypto_profile_destroy +EXPORT_SYMBOL_GPL vmlinux 0x78065aea gpiod_set_value +EXPORT_SYMBOL_GPL vmlinux 0x781db3e9 led_blink_set +EXPORT_SYMBOL_GPL vmlinux 0x782149bd mtk_pinconf_bias_set_combo +EXPORT_SYMBOL_GPL vmlinux 0x7828f7f1 usb_phy_set_event +EXPORT_SYMBOL_GPL vmlinux 0x78296be4 task_cputime_adjusted +EXPORT_SYMBOL_GPL vmlinux 0x7838b1cd pm_genpd_remove_device +EXPORT_SYMBOL_GPL vmlinux 0x7838e5b7 led_set_brightness_nopm +EXPORT_SYMBOL_GPL vmlinux 0x783a7802 acpi_subsys_runtime_suspend +EXPORT_SYMBOL_GPL vmlinux 0x78433ae3 bus_remove_file +EXPORT_SYMBOL_GPL vmlinux 0x7847c621 sfp_parse_support +EXPORT_SYMBOL_GPL vmlinux 0x785a5145 dw_pcie_find_capability +EXPORT_SYMBOL_GPL vmlinux 0x785a93b4 si_mem_available +EXPORT_SYMBOL_GPL vmlinux 0x785c097d regulator_bulk_enable +EXPORT_SYMBOL_GPL vmlinux 0x787335a3 tps6586x_get_version +EXPORT_SYMBOL_GPL vmlinux 0x787c882b lzo1x_1_compress +EXPORT_SYMBOL_GPL vmlinux 0x787f357b nvdimm_has_cache +EXPORT_SYMBOL_GPL vmlinux 0x78806e41 gpiochip_line_is_open_drain +EXPORT_SYMBOL_GPL vmlinux 0x78838374 nvmem_cell_read_u32 +EXPORT_SYMBOL_GPL vmlinux 0x788bfbad ring_buffer_empty +EXPORT_SYMBOL_GPL vmlinux 0x789c73d9 rcu_cpu_stall_suppress_at_boot +EXPORT_SYMBOL_GPL vmlinux 0x78ace622 blkdev_report_zones +EXPORT_SYMBOL_GPL vmlinux 0x78b5bfda tpm2_probe +EXPORT_SYMBOL_GPL vmlinux 0x78b72eeb clk_bulk_get_optional +EXPORT_SYMBOL_GPL vmlinux 0x78c55e7c virtqueue_kick_prepare +EXPORT_SYMBOL_GPL vmlinux 0x78d30461 mctp_unregister_netdev +EXPORT_SYMBOL_GPL vmlinux 0x78d7aa36 kvm_vcpu_read_guest_atomic +EXPORT_SYMBOL_GPL vmlinux 0x78d88f17 __blk_req_zone_write_lock +EXPORT_SYMBOL_GPL vmlinux 0x78ddb76b dmi_match +EXPORT_SYMBOL_GPL vmlinux 0x78e655d7 fb_deferred_io_init +EXPORT_SYMBOL_GPL vmlinux 0x78f0dbfc sysfs_unbreak_active_protection +EXPORT_SYMBOL_GPL vmlinux 0x7904fff5 to_nd_region +EXPORT_SYMBOL_GPL vmlinux 0x79074f61 devm_watchdog_register_device +EXPORT_SYMBOL_GPL vmlinux 0x790be0b9 usb_bus_idr +EXPORT_SYMBOL_GPL vmlinux 0x7915d08a regmap_noinc_read +EXPORT_SYMBOL_GPL vmlinux 0x7918d817 memory_failure +EXPORT_SYMBOL_GPL vmlinux 0x79193af6 vp_modern_queue_address +EXPORT_SYMBOL_GPL vmlinux 0x79345cb9 register_kretprobe +EXPORT_SYMBOL_GPL vmlinux 0x7934aa08 register_kprobes +EXPORT_SYMBOL_GPL vmlinux 0x793f98bc __tracepoint_rpm_return_int +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 0x795f071e xenbus_dev_resume +EXPORT_SYMBOL_GPL vmlinux 0x7965903d acpi_dev_resume +EXPORT_SYMBOL_GPL vmlinux 0x798b7682 klist_prev +EXPORT_SYMBOL_GPL vmlinux 0x799708ea __devm_pci_epc_create +EXPORT_SYMBOL_GPL vmlinux 0x799a1b6e cpufreq_freq_transition_end +EXPORT_SYMBOL_GPL vmlinux 0x79a2e4f7 fwnode_property_read_string +EXPORT_SYMBOL_GPL vmlinux 0x79ab03e8 serial8250_request_dma +EXPORT_SYMBOL_GPL vmlinux 0x79bc842c usb_anchor_suspend_wakeups +EXPORT_SYMBOL_GPL vmlinux 0x79c78c4b start_poll_synchronize_srcu +EXPORT_SYMBOL_GPL vmlinux 0x79ceddd5 ehci_resume +EXPORT_SYMBOL_GPL vmlinux 0x79dc68ad pinctrl_remove_gpio_range +EXPORT_SYMBOL_GPL vmlinux 0x79defbe1 kthread_should_park +EXPORT_SYMBOL_GPL vmlinux 0x79f1aa44 find_iova +EXPORT_SYMBOL_GPL vmlinux 0x79f3c369 pse_controller_register +EXPORT_SYMBOL_GPL vmlinux 0x79f697e4 lzorle1x_1_compress +EXPORT_SYMBOL_GPL vmlinux 0x7a0768b7 relay_reset +EXPORT_SYMBOL_GPL vmlinux 0x7a3d8543 i2c_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0x7a3f16a2 devl_region_destroy +EXPORT_SYMBOL_GPL vmlinux 0x7a69fb7f __traceiter_block_unplug +EXPORT_SYMBOL_GPL vmlinux 0x7a73e605 wm831x_isinkv_values +EXPORT_SYMBOL_GPL vmlinux 0x7a7f2913 crypto_shash_update +EXPORT_SYMBOL_GPL vmlinux 0x7a81541b async_synchronize_cookie +EXPORT_SYMBOL_GPL vmlinux 0x7a8e1e12 pinctrl_dev_get_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x7a922c35 devm_clk_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0x7a98f4b4 copy_from_user_nofault +EXPORT_SYMBOL_GPL vmlinux 0x7a9e4c23 software_node_register_node_group +EXPORT_SYMBOL_GPL vmlinux 0x7a9e6df0 pci_bus_add_device +EXPORT_SYMBOL_GPL vmlinux 0x7aa1ff37 do_tcp_sendpages +EXPORT_SYMBOL_GPL vmlinux 0x7abc52a3 ahci_platform_init_host +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 0x7ad21a82 nvdimm_to_bus +EXPORT_SYMBOL_GPL vmlinux 0x7ad2c64c k3_udma_glue_release_rx_chn +EXPORT_SYMBOL_GPL vmlinux 0x7ad774bd __platform_register_drivers +EXPORT_SYMBOL_GPL vmlinux 0x7ae26f94 fsl_mc_resource_free +EXPORT_SYMBOL_GPL vmlinux 0x7af78f1e wbc_detach_inode +EXPORT_SYMBOL_GPL vmlinux 0x7afcb7db __kprobe_event_add_fields +EXPORT_SYMBOL_GPL vmlinux 0x7afe324e halt_poll_ns_grow +EXPORT_SYMBOL_GPL vmlinux 0x7b10ede1 __traceiter_tcp_bad_csum +EXPORT_SYMBOL_GPL vmlinux 0x7b116858 k3_udma_glue_request_rx_chn +EXPORT_SYMBOL_GPL vmlinux 0x7b24e06f device_set_wakeup_capable +EXPORT_SYMBOL_GPL vmlinux 0x7b353b3a fuse_conn_destroy +EXPORT_SYMBOL_GPL vmlinux 0x7b48a4b4 pci_disable_sriov +EXPORT_SYMBOL_GPL vmlinux 0x7b48b262 sk_msg_alloc +EXPORT_SYMBOL_GPL vmlinux 0x7b49660b pci_find_ext_capability +EXPORT_SYMBOL_GPL vmlinux 0x7b4ca9ac ata_pci_sff_init_one +EXPORT_SYMBOL_GPL vmlinux 0x7b5452b8 acpi_unregister_gsi +EXPORT_SYMBOL_GPL vmlinux 0x7b599f49 md_start +EXPORT_SYMBOL_GPL vmlinux 0x7b5a4926 sha1_zero_message_hash +EXPORT_SYMBOL_GPL vmlinux 0x7b5e7bca platform_msi_domain_free_irqs +EXPORT_SYMBOL_GPL vmlinux 0x7b647e7a _proc_mkdir +EXPORT_SYMBOL_GPL vmlinux 0x7b664727 rtnl_link_register +EXPORT_SYMBOL_GPL vmlinux 0x7b6f9536 acpi_register_wakeup_handler +EXPORT_SYMBOL_GPL vmlinux 0x7b75fc5f udp4_hwcsum +EXPORT_SYMBOL_GPL vmlinux 0x7b8910f4 kfence_sample_interval +EXPORT_SYMBOL_GPL vmlinux 0x7b893ac0 gpiod_get_array +EXPORT_SYMBOL_GPL vmlinux 0x7b90d1a9 bind_virq_to_irqhandler +EXPORT_SYMBOL_GPL vmlinux 0x7b9793a2 get_cpu_idle_time_us +EXPORT_SYMBOL_GPL vmlinux 0x7ba96434 of_device_compatible_match +EXPORT_SYMBOL_GPL vmlinux 0x7bae3ef3 mtk_hw_get_value +EXPORT_SYMBOL_GPL vmlinux 0x7bafce00 get_task_mm +EXPORT_SYMBOL_GPL vmlinux 0x7bb045a7 __request_percpu_irq +EXPORT_SYMBOL_GPL vmlinux 0x7bbcb690 rockchip_register_softrst_lut +EXPORT_SYMBOL_GPL vmlinux 0x7bd7d987 i2c_get_device_id +EXPORT_SYMBOL_GPL vmlinux 0x7bf388c1 subsys_dev_iter_init +EXPORT_SYMBOL_GPL vmlinux 0x7bf5aee7 power_supply_am_i_supplied +EXPORT_SYMBOL_GPL vmlinux 0x7bf5fed5 crypto_create_tfm_node +EXPORT_SYMBOL_GPL vmlinux 0x7c291e86 show_rcu_tasks_trace_gp_kthread +EXPORT_SYMBOL_GPL vmlinux 0x7c387f91 tty_buffer_request_room +EXPORT_SYMBOL_GPL vmlinux 0x7c3d8a4b icc_bulk_put +EXPORT_SYMBOL_GPL vmlinux 0x7c469cf1 of_property_read_variable_u16_array +EXPORT_SYMBOL_GPL vmlinux 0x7c4a21b2 subsys_dev_iter_exit +EXPORT_SYMBOL_GPL vmlinux 0x7c4b2d66 page_cache_async_ra +EXPORT_SYMBOL_GPL vmlinux 0x7c4d07d8 pci_bus_max_busnr +EXPORT_SYMBOL_GPL vmlinux 0x7c5f3711 ioasid_unregister_allocator +EXPORT_SYMBOL_GPL vmlinux 0x7c9051c5 acpi_gpiochip_request_interrupts +EXPORT_SYMBOL_GPL vmlinux 0x7c94c99a kvm_release_pfn_dirty +EXPORT_SYMBOL_GPL vmlinux 0x7c983a5d dmi_walk +EXPORT_SYMBOL_GPL vmlinux 0x7c988725 clk_hw_register_composite +EXPORT_SYMBOL_GPL vmlinux 0x7c9a7371 clk_prepare +EXPORT_SYMBOL_GPL vmlinux 0x7c9df23d devm_hwspin_lock_request +EXPORT_SYMBOL_GPL vmlinux 0x7ca64a0b __cookie_v4_init_sequence +EXPORT_SYMBOL_GPL vmlinux 0x7ca87941 devlink_port_attrs_pci_vf_set +EXPORT_SYMBOL_GPL vmlinux 0x7cb1740b file_ra_state_init +EXPORT_SYMBOL_GPL vmlinux 0x7cb1aea1 devlink_dpipe_header_ethernet +EXPORT_SYMBOL_GPL vmlinux 0x7cb803de btree_grim_visitor +EXPORT_SYMBOL_GPL vmlinux 0x7cbd4186 mtk_clk_unregister_gates +EXPORT_SYMBOL_GPL vmlinux 0x7cceaf92 zs_pool_stats +EXPORT_SYMBOL_GPL vmlinux 0x7ccfacdf fuse_sync_release +EXPORT_SYMBOL_GPL vmlinux 0x7cd6f042 cpufreq_get_current_driver +EXPORT_SYMBOL_GPL vmlinux 0x7cd7ba1d kernel_read_file_from_fd +EXPORT_SYMBOL_GPL vmlinux 0x7cde2945 fsl_mc_populate_irq_pool +EXPORT_SYMBOL_GPL vmlinux 0x7ce0b444 sb800_prefetch +EXPORT_SYMBOL_GPL vmlinux 0x7ce6959c __xenbus_register_frontend +EXPORT_SYMBOL_GPL vmlinux 0x7cea59d8 devm_pm_clk_create +EXPORT_SYMBOL_GPL vmlinux 0x7ceaf0d5 generic_handle_irq +EXPORT_SYMBOL_GPL vmlinux 0x7cf5c18b regulator_is_equal +EXPORT_SYMBOL_GPL vmlinux 0x7cfd033b ip_valid_fib_dump_req +EXPORT_SYMBOL_GPL vmlinux 0x7d00c65b nd_synchronize +EXPORT_SYMBOL_GPL vmlinux 0x7d17b888 gnttab_page_cache_init +EXPORT_SYMBOL_GPL vmlinux 0x7d1bb1d4 tnum_strn +EXPORT_SYMBOL_GPL vmlinux 0x7d471321 zynqmp_pm_pinctrl_release +EXPORT_SYMBOL_GPL vmlinux 0x7d501d45 xdp_rxq_info_unused +EXPORT_SYMBOL_GPL vmlinux 0x7d59dd46 pm_wq +EXPORT_SYMBOL_GPL vmlinux 0x7d63937a mddev_resume +EXPORT_SYMBOL_GPL vmlinux 0x7d85321a devm_regmap_field_alloc +EXPORT_SYMBOL_GPL vmlinux 0x7daa074e register_acpi_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x7dad6bc1 nfs_ssc_register +EXPORT_SYMBOL_GPL vmlinux 0x7db5de00 ahci_print_info +EXPORT_SYMBOL_GPL vmlinux 0x7dd062ad blk_freeze_queue_start +EXPORT_SYMBOL_GPL vmlinux 0x7dd11704 stmpe_disable +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 0x7e0e09cd of_device_modalias +EXPORT_SYMBOL_GPL vmlinux 0x7e272ad7 iommu_device_sysfs_add +EXPORT_SYMBOL_GPL vmlinux 0x7e28dce7 spi_controller_dma_unmap_mem_op_data +EXPORT_SYMBOL_GPL vmlinux 0x7e2d724c sched_show_task +EXPORT_SYMBOL_GPL vmlinux 0x7e3bdecd __ftrace_vprintk +EXPORT_SYMBOL_GPL vmlinux 0x7e451490 rt_mutex_trylock +EXPORT_SYMBOL_GPL vmlinux 0x7e5db80b pstore_name_to_type +EXPORT_SYMBOL_GPL vmlinux 0x7e64181d usb_calc_bus_time +EXPORT_SYMBOL_GPL vmlinux 0x7e6ac777 scsi_dh_attached_handler_name +EXPORT_SYMBOL_GPL vmlinux 0x7e7646e9 pci_cfg_access_unlock +EXPORT_SYMBOL_GPL vmlinux 0x7e778892 ipv6_bpf_stub +EXPORT_SYMBOL_GPL vmlinux 0x7e7a47c9 pci_acpi_clear_companion_lookup_hook +EXPORT_SYMBOL_GPL vmlinux 0x7e7aba10 dw_pcie_ep_linkup +EXPORT_SYMBOL_GPL vmlinux 0x7e7dacd4 pinmux_generic_get_function_count +EXPORT_SYMBOL_GPL vmlinux 0x7e7e3f58 ring_buffer_reset_cpu +EXPORT_SYMBOL_GPL vmlinux 0x7e842595 of_property_read_variable_u64_array +EXPORT_SYMBOL_GPL vmlinux 0x7e8b6648 usb_cache_string +EXPORT_SYMBOL_GPL vmlinux 0x7e8d8619 usb_anchor_empty +EXPORT_SYMBOL_GPL vmlinux 0x7e917894 __SCK__tp_func_unmap +EXPORT_SYMBOL_GPL vmlinux 0x7e9cba79 rio_request_inb_pwrite +EXPORT_SYMBOL_GPL vmlinux 0x7e9fadbd mc_send_command +EXPORT_SYMBOL_GPL vmlinux 0x7ea75c24 __wake_up_locked_key_bookmark +EXPORT_SYMBOL_GPL vmlinux 0x7eb1795e __tracepoint_detach_device_from_domain +EXPORT_SYMBOL_GPL vmlinux 0x7eb808d0 add_cpu +EXPORT_SYMBOL_GPL vmlinux 0x7ec25683 sysfs_remove_bin_file +EXPORT_SYMBOL_GPL vmlinux 0x7ec5e634 irq_gc_mask_clr_bit +EXPORT_SYMBOL_GPL vmlinux 0x7ec65644 device_set_of_node_from_dev +EXPORT_SYMBOL_GPL vmlinux 0x7ed09b02 pci_enable_pcie_error_reporting +EXPORT_SYMBOL_GPL vmlinux 0x7ed30723 exportfs_decode_fh_raw +EXPORT_SYMBOL_GPL vmlinux 0x7ee60599 wbc_account_cgroup_owner +EXPORT_SYMBOL_GPL vmlinux 0x7eea6b8b pcap_adc_async +EXPORT_SYMBOL_GPL vmlinux 0x7effa479 cookie_tcp_reqsk_alloc +EXPORT_SYMBOL_GPL vmlinux 0x7f00bdac devlink_resource_register +EXPORT_SYMBOL_GPL vmlinux 0x7f1133ec net_ns_type_operations +EXPORT_SYMBOL_GPL vmlinux 0x7f1c1053 nf_hook_entries_delete_raw +EXPORT_SYMBOL_GPL vmlinux 0x7f2ae513 dma_map_sgtable +EXPORT_SYMBOL_GPL vmlinux 0x7f2b716c sysfs_remove_link_from_group +EXPORT_SYMBOL_GPL vmlinux 0x7f3d3892 of_dma_simple_xlate +EXPORT_SYMBOL_GPL vmlinux 0x7f4418a3 dma_need_sync +EXPORT_SYMBOL_GPL vmlinux 0x7f5e9d85 icc_enable +EXPORT_SYMBOL_GPL vmlinux 0x7f5ed8c3 tun_get_socket +EXPORT_SYMBOL_GPL vmlinux 0x7f62a750 devm_clk_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0x7f6cee89 rhashtable_free_and_destroy +EXPORT_SYMBOL_GPL vmlinux 0x7f76ca0a ncsi_unregister_dev +EXPORT_SYMBOL_GPL vmlinux 0x7f7716c1 tty_buffer_space_avail +EXPORT_SYMBOL_GPL vmlinux 0x7f7cbc64 ip_tunnel_need_metadata +EXPORT_SYMBOL_GPL vmlinux 0x7f847939 blkg_prfill_rwstat +EXPORT_SYMBOL_GPL vmlinux 0x7f84f35d rcu_gp_slow_unregister +EXPORT_SYMBOL_GPL vmlinux 0x7f99a410 mddev_suspend +EXPORT_SYMBOL_GPL vmlinux 0x7f9b1879 osc_cpc_flexible_adr_space_confirmed +EXPORT_SYMBOL_GPL vmlinux 0x7f9db4ed rio_route_get_entry +EXPORT_SYMBOL_GPL vmlinux 0x7fa96509 erst_get_record_id_next +EXPORT_SYMBOL_GPL vmlinux 0x7fdfa52e tegra_bpmp_mrq_is_supported +EXPORT_SYMBOL_GPL vmlinux 0x7ff19c40 zynqmp_pm_set_requirement +EXPORT_SYMBOL_GPL vmlinux 0x7ff6bba3 usb_debug_root +EXPORT_SYMBOL_GPL vmlinux 0x80135182 k3_ringacc_ring_pop_tail +EXPORT_SYMBOL_GPL vmlinux 0x802d4f19 spi_get_next_queued_message +EXPORT_SYMBOL_GPL vmlinux 0x80300b4a ncsi_vlan_rx_kill_vid +EXPORT_SYMBOL_GPL vmlinux 0x803263b3 ata_pci_sff_prepare_host +EXPORT_SYMBOL_GPL vmlinux 0x80341d0d devm_of_platform_populate +EXPORT_SYMBOL_GPL vmlinux 0x80343628 phylink_mii_c45_pcs_get_state +EXPORT_SYMBOL_GPL vmlinux 0x8035bed7 rockchip_clk_protect_critical +EXPORT_SYMBOL_GPL vmlinux 0x803a31fe irq_setup_alt_chip +EXPORT_SYMBOL_GPL vmlinux 0x804c2f60 vfs_kern_mount +EXPORT_SYMBOL_GPL vmlinux 0x804f703b aead_geniv_alloc +EXPORT_SYMBOL_GPL vmlinux 0x80718361 __kernel_write +EXPORT_SYMBOL_GPL vmlinux 0x807766ea usb_scuttle_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0x807bec12 spi_take_timestamp_pre +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 0x80a35843 mddev_unlock +EXPORT_SYMBOL_GPL vmlinux 0x80aeb666 regulator_list_voltage +EXPORT_SYMBOL_GPL vmlinux 0x80b470da set_capacity_and_notify +EXPORT_SYMBOL_GPL vmlinux 0x80b870c3 usb_hcd_pci_shutdown +EXPORT_SYMBOL_GPL vmlinux 0x80b8bb2e da903x_reads +EXPORT_SYMBOL_GPL vmlinux 0x80badff4 __tracepoint_block_unplug +EXPORT_SYMBOL_GPL vmlinux 0x80c68137 nf_log_buf_close +EXPORT_SYMBOL_GPL vmlinux 0x80d1252c power_supply_put +EXPORT_SYMBOL_GPL vmlinux 0x80d24924 dev_pm_opp_of_remove_table +EXPORT_SYMBOL_GPL vmlinux 0x80d2e929 imx_clk_fracn_gppll +EXPORT_SYMBOL_GPL vmlinux 0x80d5e57a mpi_free +EXPORT_SYMBOL_GPL vmlinux 0x80d8a217 __traceiter_ata_bmdma_setup +EXPORT_SYMBOL_GPL vmlinux 0x80e00b0a platform_driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0x80ea1bec edac_device_handle_ue_count +EXPORT_SYMBOL_GPL vmlinux 0x80efd015 imx_dev_clk_hw_pll14xx +EXPORT_SYMBOL_GPL vmlinux 0x810cf8e4 of_platform_populate +EXPORT_SYMBOL_GPL vmlinux 0x8110a73a cond_synchronize_rcu_expedited_full +EXPORT_SYMBOL_GPL vmlinux 0x8117660f __bio_add_page +EXPORT_SYMBOL_GPL vmlinux 0x811dc334 usb_unregister_notify +EXPORT_SYMBOL_GPL vmlinux 0x8136b192 folio_wait_stable +EXPORT_SYMBOL_GPL vmlinux 0x81378f51 srcu_init_notifier_head +EXPORT_SYMBOL_GPL vmlinux 0x813b5d53 regulator_desc_list_voltage_linear_range +EXPORT_SYMBOL_GPL vmlinux 0x814b58fc dw_pcie_wait_for_link +EXPORT_SYMBOL_GPL vmlinux 0x81522719 phylink_of_phy_connect +EXPORT_SYMBOL_GPL vmlinux 0x81548c67 perf_aux_output_end +EXPORT_SYMBOL_GPL vmlinux 0x815588a6 clk_enable +EXPORT_SYMBOL_GPL vmlinux 0x8155c592 wakeup_sources_walk_next +EXPORT_SYMBOL_GPL vmlinux 0x815f40f0 dev_attr_sw_activity +EXPORT_SYMBOL_GPL vmlinux 0x815fda83 sed_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x816a41ca cpufreq_update_limits +EXPORT_SYMBOL_GPL vmlinux 0x816e9049 mbox_client_txdone +EXPORT_SYMBOL_GPL vmlinux 0x8180cede asn1_encode_sequence +EXPORT_SYMBOL_GPL vmlinux 0x819d72cb klist_iter_exit +EXPORT_SYMBOL_GPL vmlinux 0x81a27ef9 xhci_ext_cap_init +EXPORT_SYMBOL_GPL vmlinux 0x81a7f541 percpu_ref_init +EXPORT_SYMBOL_GPL vmlinux 0x81aa78d8 zynqmp_pm_aes_engine +EXPORT_SYMBOL_GPL vmlinux 0x81accba2 platform_device_alloc +EXPORT_SYMBOL_GPL vmlinux 0x81b0d787 xenbus_dev_remove +EXPORT_SYMBOL_GPL vmlinux 0x81b40787 bio_associate_blkg_from_css +EXPORT_SYMBOL_GPL vmlinux 0x81b47d70 rio_dma_prep_xfer +EXPORT_SYMBOL_GPL vmlinux 0x81b56af1 of_prop_next_u32 +EXPORT_SYMBOL_GPL vmlinux 0x81b6a903 vchan_tx_desc_free +EXPORT_SYMBOL_GPL vmlinux 0x81c2dff8 ahci_do_hardreset +EXPORT_SYMBOL_GPL vmlinux 0x81d10485 ioasid_free +EXPORT_SYMBOL_GPL vmlinux 0x81d6fcc6 fsl_mc_bus_dpaiop_type +EXPORT_SYMBOL_GPL vmlinux 0x81e2bdf4 generic_handle_irq_safe +EXPORT_SYMBOL_GPL vmlinux 0x81e99e13 ipv6_proxy_select_ident +EXPORT_SYMBOL_GPL vmlinux 0x81f372a2 unregister_ftrace_export +EXPORT_SYMBOL_GPL vmlinux 0x81fe0d3e pm_genpd_remove +EXPORT_SYMBOL_GPL vmlinux 0x82092899 badrange_forget +EXPORT_SYMBOL_GPL vmlinux 0x8220a38e k3_ringacc_get_ring_id +EXPORT_SYMBOL_GPL vmlinux 0x82226c53 pinctrl_unregister_mappings +EXPORT_SYMBOL_GPL vmlinux 0x823eae06 blocking_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x82490a3e spi_finalize_current_message +EXPORT_SYMBOL_GPL vmlinux 0x824d8eb5 usb_alloc_dev +EXPORT_SYMBOL_GPL vmlinux 0x825bbad8 pm_wakeup_ws_event +EXPORT_SYMBOL_GPL vmlinux 0x825c7340 phylink_get_eee_err +EXPORT_SYMBOL_GPL vmlinux 0x826d85f4 of_pm_clk_add_clk +EXPORT_SYMBOL_GPL vmlinux 0x827e61f8 acpi_has_watchdog +EXPORT_SYMBOL_GPL vmlinux 0x828dcfec extcon_set_state +EXPORT_SYMBOL_GPL vmlinux 0x828e22f4 hrtimer_forward +EXPORT_SYMBOL_GPL vmlinux 0x82a1cf8c devm_gpio_request +EXPORT_SYMBOL_GPL vmlinux 0x82a53ef3 mtk_clk_gate_ops_setclr +EXPORT_SYMBOL_GPL vmlinux 0x82a80545 __SCK__tp_func_fdb_delete +EXPORT_SYMBOL_GPL vmlinux 0x82b78b79 tcp_set_keepalive +EXPORT_SYMBOL_GPL vmlinux 0x82bbf30b __tracepoint_map +EXPORT_SYMBOL_GPL vmlinux 0x82cd12dd dma_get_required_mask +EXPORT_SYMBOL_GPL vmlinux 0x82d79b51 sysctl_vfs_cache_pressure +EXPORT_SYMBOL_GPL vmlinux 0x82e6cf6d xen_xlate_unmap_gfn_range +EXPORT_SYMBOL_GPL vmlinux 0x83066a3b pci_has_p2pmem +EXPORT_SYMBOL_GPL vmlinux 0x830d9571 stmpe_set_altfunc +EXPORT_SYMBOL_GPL vmlinux 0x831a7e7d pinctrl_utils_add_map_mux +EXPORT_SYMBOL_GPL vmlinux 0x832abdca fsl_mc_device_remove +EXPORT_SYMBOL_GPL vmlinux 0x832c9654 ping_bind +EXPORT_SYMBOL_GPL vmlinux 0x8339df73 klist_add_behind +EXPORT_SYMBOL_GPL vmlinux 0x8347939e __reset_control_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0x8349a895 nvmem_device_put +EXPORT_SYMBOL_GPL vmlinux 0x834d81c7 hte_ts_get +EXPORT_SYMBOL_GPL vmlinux 0x8353dfff acpi_os_get_iomem +EXPORT_SYMBOL_GPL vmlinux 0x83567b17 zone_device_page_init +EXPORT_SYMBOL_GPL vmlinux 0x835b5232 devlink_dpipe_entry_ctx_append +EXPORT_SYMBOL_GPL vmlinux 0x8361a925 copy_user_highpage +EXPORT_SYMBOL_GPL vmlinux 0x8369d1c0 of_regulator_bulk_get_all +EXPORT_SYMBOL_GPL vmlinux 0x836b1a92 serial8250_rpm_get_tx +EXPORT_SYMBOL_GPL vmlinux 0x836d652f poll_state_synchronize_rcu_full +EXPORT_SYMBOL_GPL vmlinux 0x8376cfaf ata_eh_analyze_ncq_error +EXPORT_SYMBOL_GPL vmlinux 0x8393d977 strp_done +EXPORT_SYMBOL_GPL vmlinux 0x839ea91c pfn_to_online_page +EXPORT_SYMBOL_GPL vmlinux 0x83c61663 devm_release_action +EXPORT_SYMBOL_GPL vmlinux 0x83d77656 nfs_ssc_unregister +EXPORT_SYMBOL_GPL vmlinux 0x83dc8964 devlink_port_unregister +EXPORT_SYMBOL_GPL vmlinux 0x8401e2cc dev_pm_genpd_add_notifier +EXPORT_SYMBOL_GPL vmlinux 0x84106f36 devlink_trap_ctx_priv +EXPORT_SYMBOL_GPL vmlinux 0x841757a8 da9055_regmap_config +EXPORT_SYMBOL_GPL vmlinux 0x841e9448 max8997_update_reg +EXPORT_SYMBOL_GPL vmlinux 0x8420600c of_usb_get_dr_mode_by_phy +EXPORT_SYMBOL_GPL vmlinux 0x84242127 to_nvdimm +EXPORT_SYMBOL_GPL vmlinux 0x8425b9c3 xas_split_alloc +EXPORT_SYMBOL_GPL vmlinux 0x84264ced fs_umode_to_ftype +EXPORT_SYMBOL_GPL vmlinux 0x8429e03e get_state_synchronize_srcu +EXPORT_SYMBOL_GPL vmlinux 0x842be1fd fsl_mc_device_add +EXPORT_SYMBOL_GPL vmlinux 0x842f046d usb_poison_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0x843d70ef acpi_is_root_bridge +EXPORT_SYMBOL_GPL vmlinux 0x844d3e73 crypto_shoot_alg +EXPORT_SYMBOL_GPL vmlinux 0x844f4b5a blk_mq_freeze_queue_wait_timeout +EXPORT_SYMBOL_GPL vmlinux 0x84502a47 blk_status_to_errno +EXPORT_SYMBOL_GPL vmlinux 0x845811b6 pcie_port_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x8462cb62 atapi_cmd_type +EXPORT_SYMBOL_GPL vmlinux 0x848d272a metadata_dst_alloc_percpu +EXPORT_SYMBOL_GPL vmlinux 0x8495d23f ata_sff_port_intr +EXPORT_SYMBOL_GPL vmlinux 0x84987e21 phy_select_page +EXPORT_SYMBOL_GPL vmlinux 0x849bb76c driver_deferred_probe_check_state +EXPORT_SYMBOL_GPL vmlinux 0x84a8d0eb of_changeset_revert +EXPORT_SYMBOL_GPL vmlinux 0x84b03041 cpu_subsys +EXPORT_SYMBOL_GPL vmlinux 0x84ba84e9 of_genpd_add_provider_onecell +EXPORT_SYMBOL_GPL vmlinux 0x84bea973 bpf_preload_ops +EXPORT_SYMBOL_GPL vmlinux 0x84c48e49 __iptunnel_pull_header +EXPORT_SYMBOL_GPL vmlinux 0x84c6d06c ata_wait_after_reset +EXPORT_SYMBOL_GPL vmlinux 0x84c89b97 xenbus_read_otherend_details +EXPORT_SYMBOL_GPL vmlinux 0x84cb98c0 iomap_dio_bio_end_io +EXPORT_SYMBOL_GPL vmlinux 0x84cd33d3 led_set_brightness +EXPORT_SYMBOL_GPL vmlinux 0x84ce5ca1 bpf_trace_run10 +EXPORT_SYMBOL_GPL vmlinux 0x84d0f20a platform_get_irq_optional +EXPORT_SYMBOL_GPL vmlinux 0x84db1895 powercap_register_zone +EXPORT_SYMBOL_GPL vmlinux 0x84e5f80e pci_epc_put +EXPORT_SYMBOL_GPL vmlinux 0x84ef27f5 synth_event_add_fields +EXPORT_SYMBOL_GPL vmlinux 0x84ef545a mtk_clk_unregister_plls +EXPORT_SYMBOL_GPL vmlinux 0x8506baa8 clk_unregister_gate +EXPORT_SYMBOL_GPL vmlinux 0x850bb6db devlink_health_reporter_destroy +EXPORT_SYMBOL_GPL vmlinux 0x850c4256 irq_domain_update_bus_token +EXPORT_SYMBOL_GPL vmlinux 0x850cab02 kvm_is_visible_gfn +EXPORT_SYMBOL_GPL vmlinux 0x85142df4 sbitmap_queue_init_node +EXPORT_SYMBOL_GPL vmlinux 0x85144cf9 phy_modify_changed +EXPORT_SYMBOL_GPL vmlinux 0x8515f99c clockevents_register_device +EXPORT_SYMBOL_GPL vmlinux 0x851e6003 usb_phy_roothub_calibrate +EXPORT_SYMBOL_GPL vmlinux 0x851fe124 __SCK__tp_func_fib6_table_lookup +EXPORT_SYMBOL_GPL vmlinux 0x852083d7 of_icc_get_by_index +EXPORT_SYMBOL_GPL vmlinux 0x8536c18a crypto_comp_compress +EXPORT_SYMBOL_GPL vmlinux 0x8537306f debugfs_attr_write_signed +EXPORT_SYMBOL_GPL vmlinux 0x85540ebc nvmem_cell_put +EXPORT_SYMBOL_GPL vmlinux 0x855bb659 dev_pm_opp_put_opp_table +EXPORT_SYMBOL_GPL vmlinux 0x855e4d7d cpufreq_dbs_governor_start +EXPORT_SYMBOL_GPL vmlinux 0x855f15a4 devm_power_supply_register +EXPORT_SYMBOL_GPL vmlinux 0x856540ac usb_get_descriptor +EXPORT_SYMBOL_GPL vmlinux 0x8565a3f9 dmaengine_desc_set_metadata_len +EXPORT_SYMBOL_GPL vmlinux 0x85785961 percpu_down_write +EXPORT_SYMBOL_GPL vmlinux 0x85862277 ioasid_find +EXPORT_SYMBOL_GPL vmlinux 0x858e2628 dax_holder +EXPORT_SYMBOL_GPL vmlinux 0x858e6a92 ata_pci_shutdown_one +EXPORT_SYMBOL_GPL vmlinux 0x8592bcca devm_rtc_nvmem_register +EXPORT_SYMBOL_GPL vmlinux 0x85944710 pinctrl_pm_select_default_state +EXPORT_SYMBOL_GPL vmlinux 0x859b1ff6 phylink_validate_mask_caps +EXPORT_SYMBOL_GPL vmlinux 0x859d2d07 dev_pm_qos_update_user_latency_tolerance +EXPORT_SYMBOL_GPL vmlinux 0x859e1b07 bd_link_disk_holder +EXPORT_SYMBOL_GPL vmlinux 0x859ea231 sk_free_unlock_clone +EXPORT_SYMBOL_GPL vmlinux 0x85c25e78 usb_submit_urb +EXPORT_SYMBOL_GPL vmlinux 0x85cdc3fb ip6_input +EXPORT_SYMBOL_GPL vmlinux 0x85eebec2 nvdimm_region_delete +EXPORT_SYMBOL_GPL vmlinux 0x85eed1be iopf_queue_discard_partial +EXPORT_SYMBOL_GPL vmlinux 0x85fb4c3f fat_truncate_time +EXPORT_SYMBOL_GPL vmlinux 0x860791eb regulator_get_error_flags +EXPORT_SYMBOL_GPL vmlinux 0x860b4839 fuse_file_poll +EXPORT_SYMBOL_GPL vmlinux 0x861a7a70 fscrypt_dummy_policies_equal +EXPORT_SYMBOL_GPL vmlinux 0x861afb2e iomap_dio_rw +EXPORT_SYMBOL_GPL vmlinux 0x862258db timecounter_init +EXPORT_SYMBOL_GPL vmlinux 0x862816b1 bpf_offload_dev_netdev_register +EXPORT_SYMBOL_GPL vmlinux 0x862bb17b linear_range_values_in_range_array +EXPORT_SYMBOL_GPL vmlinux 0x8630486a sysfs_remove_link +EXPORT_SYMBOL_GPL vmlinux 0x863ce334 devlink_param_register +EXPORT_SYMBOL_GPL vmlinux 0x8641908a led_trigger_blink +EXPORT_SYMBOL_GPL vmlinux 0x86585a33 devlink_fmsg_obj_nest_start +EXPORT_SYMBOL_GPL vmlinux 0x86623fd7 notify_remote_via_irq +EXPORT_SYMBOL_GPL vmlinux 0x86663fad acpiphp_unregister_attention +EXPORT_SYMBOL_GPL vmlinux 0x86700220 acpi_get_cpuid +EXPORT_SYMBOL_GPL vmlinux 0x86709bc0 sysfs_create_files +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 0x8691c98e raw_hash_sk +EXPORT_SYMBOL_GPL vmlinux 0x8693a3b8 crypto_unregister_shashes +EXPORT_SYMBOL_GPL vmlinux 0x86955f2a ata_sas_port_start +EXPORT_SYMBOL_GPL vmlinux 0x86a987db irq_gc_set_wake +EXPORT_SYMBOL_GPL vmlinux 0x86aa7390 gnttab_unmap_refs_async +EXPORT_SYMBOL_GPL vmlinux 0x86b13d2a usb_unpoison_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0x86b1afbe gpiochip_disable_irq +EXPORT_SYMBOL_GPL vmlinux 0x86b1ceb3 tegra210_set_sata_pll_seq_sw +EXPORT_SYMBOL_GPL vmlinux 0x86c02001 ipi_send_mask +EXPORT_SYMBOL_GPL vmlinux 0x86c43a8c cper_estatus_check +EXPORT_SYMBOL_GPL vmlinux 0x86d7af50 altr_sysmgr_regmap_lookup_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0x86f6b99d synchronize_rcu_expedited +EXPORT_SYMBOL_GPL vmlinux 0x86f85114 net_dec_egress_queue +EXPORT_SYMBOL_GPL vmlinux 0x86fb23b9 tps6586x_writes +EXPORT_SYMBOL_GPL vmlinux 0x870e16b7 xen_test_irq_shared +EXPORT_SYMBOL_GPL vmlinux 0x872226f4 debugfs_print_regs32 +EXPORT_SYMBOL_GPL vmlinux 0x87258a37 mas_store +EXPORT_SYMBOL_GPL vmlinux 0x872734c2 iomap_writepages +EXPORT_SYMBOL_GPL vmlinux 0x87293cc7 skb_splice_bits +EXPORT_SYMBOL_GPL vmlinux 0x872c6c32 sata_set_spd +EXPORT_SYMBOL_GPL vmlinux 0x8730d015 ata_sff_lost_interrupt +EXPORT_SYMBOL_GPL vmlinux 0x873e1104 mptcp_pm_get_local_addr_max +EXPORT_SYMBOL_GPL vmlinux 0x8752ec7e ata_sff_tf_load +EXPORT_SYMBOL_GPL vmlinux 0x875daaaf __devm_clk_hw_register_mux +EXPORT_SYMBOL_GPL vmlinux 0x87683d70 tty_port_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0x8768d411 devm_hwspin_lock_request_specific +EXPORT_SYMBOL_GPL vmlinux 0x876a879d __traceiter_fib6_table_lookup +EXPORT_SYMBOL_GPL vmlinux 0x877a2783 devm_gpiod_get_from_of_node +EXPORT_SYMBOL_GPL vmlinux 0x877ca5aa mddev_init_writes_pending +EXPORT_SYMBOL_GPL vmlinux 0x87908767 xas_clear_mark +EXPORT_SYMBOL_GPL vmlinux 0x8792fd39 l3mdev_table_lookup_register +EXPORT_SYMBOL_GPL vmlinux 0x87a12276 pinctrl_unregister +EXPORT_SYMBOL_GPL vmlinux 0x87ac7411 __tracepoint_ata_exec_command +EXPORT_SYMBOL_GPL vmlinux 0x87b0b001 tcp_is_ulp_esp +EXPORT_SYMBOL_GPL vmlinux 0x87b0bce5 hte_push_ts_ns +EXPORT_SYMBOL_GPL vmlinux 0x87b2b792 pwmchip_remove +EXPORT_SYMBOL_GPL vmlinux 0x87b3111f debugfs_file_get +EXPORT_SYMBOL_GPL vmlinux 0x87d08151 gov_update_cpu_data +EXPORT_SYMBOL_GPL vmlinux 0x87d91543 __get_task_comm +EXPORT_SYMBOL_GPL vmlinux 0x87db22b0 sdio_writel +EXPORT_SYMBOL_GPL vmlinux 0x87e44968 md_find_rdev_nr_rcu +EXPORT_SYMBOL_GPL vmlinux 0x87f3598e crypto_register_akcipher +EXPORT_SYMBOL_GPL vmlinux 0x87fc869d tcp_unregister_congestion_control +EXPORT_SYMBOL_GPL vmlinux 0x8804bbe1 bsg_setup_queue +EXPORT_SYMBOL_GPL vmlinux 0x8807d13f proc_mkdir_data +EXPORT_SYMBOL_GPL vmlinux 0x880bc851 irq_chip_enable_parent +EXPORT_SYMBOL_GPL vmlinux 0x88182881 __mdiobus_modify_changed +EXPORT_SYMBOL_GPL vmlinux 0x88195ff5 nf_checksum +EXPORT_SYMBOL_GPL vmlinux 0x88437473 crypto_stats_kpp_set_secret +EXPORT_SYMBOL_GPL vmlinux 0x88476f9f devl_lock +EXPORT_SYMBOL_GPL vmlinux 0x885528a6 ring_buffer_discard_commit +EXPORT_SYMBOL_GPL vmlinux 0x885582bc crypto_alloc_akcipher +EXPORT_SYMBOL_GPL vmlinux 0x885af978 devm_kstrdup +EXPORT_SYMBOL_GPL vmlinux 0x885edc24 __dma_request_channel +EXPORT_SYMBOL_GPL vmlinux 0x88684975 pci_epf_destroy +EXPORT_SYMBOL_GPL vmlinux 0x886b57bb dev_pm_opp_find_freq_exact +EXPORT_SYMBOL_GPL vmlinux 0x887102d3 dev_fill_forward_path +EXPORT_SYMBOL_GPL vmlinux 0x8882e575 spi_mem_dirmap_write +EXPORT_SYMBOL_GPL vmlinux 0x888c5be5 irq_bypass_register_consumer +EXPORT_SYMBOL_GPL vmlinux 0x88ab6fe3 kgdb_active +EXPORT_SYMBOL_GPL vmlinux 0x88b4ae92 ring_buffer_normalize_time_stamp +EXPORT_SYMBOL_GPL vmlinux 0x88bfb06b rio_mport_write_config_16 +EXPORT_SYMBOL_GPL vmlinux 0x88c45b5d ehci_handshake +EXPORT_SYMBOL_GPL vmlinux 0x88c48b59 pci_ioremap_wc_bar +EXPORT_SYMBOL_GPL vmlinux 0x88c85ebe ahci_init_controller +EXPORT_SYMBOL_GPL vmlinux 0x88cce6a0 xas_find_marked +EXPORT_SYMBOL_GPL vmlinux 0x88cd7a9a k3_ringacc_ring_get_occ +EXPORT_SYMBOL_GPL vmlinux 0x88df85b4 vfs_fallocate +EXPORT_SYMBOL_GPL vmlinux 0x88f9acdc ata_common_sdev_groups +EXPORT_SYMBOL_GPL vmlinux 0x88ffe1f7 l3mdev_fib_table_by_index +EXPORT_SYMBOL_GPL vmlinux 0x890cdd1a dma_resv_get_fences +EXPORT_SYMBOL_GPL vmlinux 0x890f4f97 __kprobe_event_gen_cmd_start +EXPORT_SYMBOL_GPL vmlinux 0x890fa0fa btree_get_prev +EXPORT_SYMBOL_GPL vmlinux 0x89135a7d ip6_dst_lookup_tunnel +EXPORT_SYMBOL_GPL vmlinux 0x891a5a7f gnttab_max_grant_frames +EXPORT_SYMBOL_GPL vmlinux 0x8924eb1e rcu_force_quiescent_state +EXPORT_SYMBOL_GPL vmlinux 0x89319f23 clk_hw_get_rate +EXPORT_SYMBOL_GPL vmlinux 0x8935c25a alloc_dax_region +EXPORT_SYMBOL_GPL vmlinux 0x893abbdd devlink_fmsg_u32_pair_put +EXPORT_SYMBOL_GPL vmlinux 0x893c5ddb unlock_system_sleep +EXPORT_SYMBOL_GPL vmlinux 0x8943b543 ata_bmdma_port_start +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 0x89620fa0 irq_set_chained_handler_and_data +EXPORT_SYMBOL_GPL vmlinux 0x896d7817 wm8350_reg_write +EXPORT_SYMBOL_GPL vmlinux 0x897d2e65 meson_pmx_get_groups +EXPORT_SYMBOL_GPL vmlinux 0x8997d436 genphy_c45_read_status +EXPORT_SYMBOL_GPL vmlinux 0x89a4476d HYPERVISOR_multicall +EXPORT_SYMBOL_GPL vmlinux 0x89ae7aa0 rsa_parse_pub_key +EXPORT_SYMBOL_GPL vmlinux 0x89b234db dax_layout_busy_page +EXPORT_SYMBOL_GPL vmlinux 0x89b809b3 dpcon_reset +EXPORT_SYMBOL_GPL vmlinux 0x89bbafc6 usb_register_notify +EXPORT_SYMBOL_GPL vmlinux 0x89bec8b0 gfn_to_pfn_memslot_atomic +EXPORT_SYMBOL_GPL vmlinux 0x89c18b75 xfrm_audit_state_replay +EXPORT_SYMBOL_GPL vmlinux 0x89c429e4 __tracepoint_mc_event +EXPORT_SYMBOL_GPL vmlinux 0x89c9691f crypto_unregister_aead +EXPORT_SYMBOL_GPL vmlinux 0x89cb0f33 dma_can_mmap +EXPORT_SYMBOL_GPL vmlinux 0x89d9d266 lp8788_read_multi_bytes +EXPORT_SYMBOL_GPL vmlinux 0x89e1ec9d acpi_get_subsystem_id +EXPORT_SYMBOL_GPL vmlinux 0x89e340cf acpi_bus_get_ejd +EXPORT_SYMBOL_GPL vmlinux 0x89eef968 psil_set_new_ep_config +EXPORT_SYMBOL_GPL vmlinux 0x8a030b3f divider_ro_determine_rate +EXPORT_SYMBOL_GPL vmlinux 0x8a16ef05 usb_add_phy +EXPORT_SYMBOL_GPL vmlinux 0x8a22cc51 __devres_alloc_node +EXPORT_SYMBOL_GPL vmlinux 0x8a26b39a xdp_convert_zc_to_xdp_frame +EXPORT_SYMBOL_GPL vmlinux 0x8a3f84ba linear_range_get_selector_low +EXPORT_SYMBOL_GPL vmlinux 0x8a40d6b6 blk_mark_disk_dead +EXPORT_SYMBOL_GPL vmlinux 0x8a45a555 acpi_unregister_wakeup_handler +EXPORT_SYMBOL_GPL vmlinux 0x8a554a36 mpc8xxx_spi_strmode +EXPORT_SYMBOL_GPL vmlinux 0x8a5e85fc __irq_alloc_domain_generic_chips +EXPORT_SYMBOL_GPL vmlinux 0x8a62b81b sfp_upstream_stop +EXPORT_SYMBOL_GPL vmlinux 0x8a6d7288 devm_ti_sci_get_handle +EXPORT_SYMBOL_GPL vmlinux 0x8a6eeb3d usb_autopm_put_interface +EXPORT_SYMBOL_GPL vmlinux 0x8a785b5b lwtunnel_state_alloc +EXPORT_SYMBOL_GPL vmlinux 0x8a83fb45 mpi_point_free_parts +EXPORT_SYMBOL_GPL vmlinux 0x8a851bfa kgdb_register_io_module +EXPORT_SYMBOL_GPL vmlinux 0x8a9670ee pci_doe_supports_prot +EXPORT_SYMBOL_GPL vmlinux 0x8aa5e7b8 device_property_read_string_array +EXPORT_SYMBOL_GPL vmlinux 0x8ab064ca phy_driver_is_genphy +EXPORT_SYMBOL_GPL vmlinux 0x8ab1658b access_process_vm +EXPORT_SYMBOL_GPL vmlinux 0x8ab2d6a2 ata_host_init +EXPORT_SYMBOL_GPL vmlinux 0x8ab79f46 virtqueue_poll +EXPORT_SYMBOL_GPL vmlinux 0x8abacc47 get_max_files +EXPORT_SYMBOL_GPL vmlinux 0x8ac1407b sfp_get_module_eeprom +EXPORT_SYMBOL_GPL vmlinux 0x8ac75229 kern_mount +EXPORT_SYMBOL_GPL vmlinux 0x8ac85036 rio_release_inb_mbox +EXPORT_SYMBOL_GPL vmlinux 0x8ac8a8d2 pwm_capture +EXPORT_SYMBOL_GPL vmlinux 0x8ad3291d crypto_register_skcipher +EXPORT_SYMBOL_GPL vmlinux 0x8ade5c76 kvm_release_page_dirty +EXPORT_SYMBOL_GPL vmlinux 0x8ae1f1e3 __sock_recv_cmsgs +EXPORT_SYMBOL_GPL vmlinux 0x8ae4d6fc sdio_enable_func +EXPORT_SYMBOL_GPL vmlinux 0x8aeaa4db pid_nr_ns +EXPORT_SYMBOL_GPL vmlinux 0x8afb03ac apei_get_debugfs_dir +EXPORT_SYMBOL_GPL vmlinux 0x8b006387 bpf_offload_dev_create +EXPORT_SYMBOL_GPL vmlinux 0x8b149c36 clk_is_match +EXPORT_SYMBOL_GPL vmlinux 0x8b2ca122 rdev_get_dev +EXPORT_SYMBOL_GPL vmlinux 0x8b31d990 virtqueue_disable_cb +EXPORT_SYMBOL_GPL vmlinux 0x8b4149e4 cppc_perf_ctrs_in_pcc +EXPORT_SYMBOL_GPL vmlinux 0x8b650752 mtk_mutex_release +EXPORT_SYMBOL_GPL vmlinux 0x8b7a698b __tracepoint_xdp_exception +EXPORT_SYMBOL_GPL vmlinux 0x8b7c0132 platform_get_resource +EXPORT_SYMBOL_GPL vmlinux 0x8b7e711f rtc_set_alarm +EXPORT_SYMBOL_GPL vmlinux 0x8b89f01c hv_ghcb_hypercall +EXPORT_SYMBOL_GPL vmlinux 0x8b8a54da __netif_set_xps_queue +EXPORT_SYMBOL_GPL vmlinux 0x8b8c3a86 transport_remove_device +EXPORT_SYMBOL_GPL vmlinux 0x8b8c7506 fscrypt_show_test_dummy_encryption +EXPORT_SYMBOL_GPL vmlinux 0x8b99e657 __fat_fs_error +EXPORT_SYMBOL_GPL vmlinux 0x8ba0eb15 hv_set_vpreg +EXPORT_SYMBOL_GPL vmlinux 0x8ba4f989 irq_gc_noop +EXPORT_SYMBOL_GPL vmlinux 0x8ba5afe9 HYPERVISOR_memory_op +EXPORT_SYMBOL_GPL vmlinux 0x8bb6349c k3_udma_glue_rx_flow_init +EXPORT_SYMBOL_GPL vmlinux 0x8bc61dfe ata_dev_disable +EXPORT_SYMBOL_GPL vmlinux 0x8be1ab3f mptcp_pm_get_add_addr_signal_max +EXPORT_SYMBOL_GPL vmlinux 0x8be3cffa fib_table_lookup +EXPORT_SYMBOL_GPL vmlinux 0x8bf20931 pinctrl_force_default +EXPORT_SYMBOL_GPL vmlinux 0x8bf5f379 k3_udma_glue_release_tx_chn +EXPORT_SYMBOL_GPL vmlinux 0x8bf62b2a of_get_named_gpio_flags +EXPORT_SYMBOL_GPL vmlinux 0x8c0215f2 pm_system_wakeup +EXPORT_SYMBOL_GPL vmlinux 0x8c03d20c destroy_workqueue +EXPORT_SYMBOL_GPL vmlinux 0x8c0adfc4 ata_host_register +EXPORT_SYMBOL_GPL vmlinux 0x8c0ed103 rcu_check_boost_fail +EXPORT_SYMBOL_GPL vmlinux 0x8c1ecd78 transport_class_unregister +EXPORT_SYMBOL_GPL vmlinux 0x8c364e2d pci_doe_submit_task +EXPORT_SYMBOL_GPL vmlinux 0x8c425b9f pci_generic_config_write32 +EXPORT_SYMBOL_GPL vmlinux 0x8c44718c devm_spi_mem_dirmap_destroy +EXPORT_SYMBOL_GPL vmlinux 0x8c484409 gnttab_release_grant_reference +EXPORT_SYMBOL_GPL vmlinux 0x8c4d2428 mt_prev +EXPORT_SYMBOL_GPL vmlinux 0x8c568b88 of_mm_gpiochip_add_data +EXPORT_SYMBOL_GPL vmlinux 0x8c594bce of_get_display_timings +EXPORT_SYMBOL_GPL vmlinux 0x8c68c7d4 device_driver_attach +EXPORT_SYMBOL_GPL vmlinux 0x8c6f761a ping_seq_stop +EXPORT_SYMBOL_GPL vmlinux 0x8c743fb6 reset_control_status +EXPORT_SYMBOL_GPL vmlinux 0x8c89e3b8 usb_phy_roothub_power_off +EXPORT_SYMBOL_GPL vmlinux 0x8c8c70ae tty_port_tty_wakeup +EXPORT_SYMBOL_GPL vmlinux 0x8c8e7de3 ata_sff_thaw +EXPORT_SYMBOL_GPL vmlinux 0x8c98d248 unregister_vmcore_cb +EXPORT_SYMBOL_GPL vmlinux 0x8c9b63f1 register_pernet_device +EXPORT_SYMBOL_GPL vmlinux 0x8c9cfad3 devl_dpipe_table_resource_set +EXPORT_SYMBOL_GPL vmlinux 0x8c9e54d3 devlink_info_version_running_put_ext +EXPORT_SYMBOL_GPL vmlinux 0x8ca84ab7 dm_get_md +EXPORT_SYMBOL_GPL vmlinux 0x8cb0d003 usb_acpi_port_lpm_incapable +EXPORT_SYMBOL_GPL vmlinux 0x8cb5a38e k3_udma_glue_rx_flow_disable +EXPORT_SYMBOL_GPL vmlinux 0x8cca4205 subsys_system_register +EXPORT_SYMBOL_GPL vmlinux 0x8ccd967f scsi_target_unblock +EXPORT_SYMBOL_GPL vmlinux 0x8cd987f5 dev_pm_qos_add_notifier +EXPORT_SYMBOL_GPL vmlinux 0x8cde5798 clk_hw_register_gate2 +EXPORT_SYMBOL_GPL vmlinux 0x8ce0c42e crypto_alloc_aead +EXPORT_SYMBOL_GPL vmlinux 0x8ce2d446 __tracepoint_block_rq_remap +EXPORT_SYMBOL_GPL vmlinux 0x8d0720da edac_pci_free_ctl_info +EXPORT_SYMBOL_GPL vmlinux 0x8d09008f __pm_runtime_set_status +EXPORT_SYMBOL_GPL vmlinux 0x8d0abf3a __tracepoint_io_page_fault +EXPORT_SYMBOL_GPL vmlinux 0x8d0b2bb7 icc_sync_state +EXPORT_SYMBOL_GPL vmlinux 0x8d194612 l3mdev_master_ifindex_rcu +EXPORT_SYMBOL_GPL vmlinux 0x8d1c7ffd pin_get_name +EXPORT_SYMBOL_GPL vmlinux 0x8d22bb58 iommu_group_alloc +EXPORT_SYMBOL_GPL vmlinux 0x8d2b5dcd dev_pm_opp_get_max_volt_latency +EXPORT_SYMBOL_GPL vmlinux 0x8d3330b6 cpuacct_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0x8d36be1f trace_add_event_call +EXPORT_SYMBOL_GPL vmlinux 0x8d47ae20 ata_change_queue_depth +EXPORT_SYMBOL_GPL vmlinux 0x8d4f8e2c tpm_try_get_ops +EXPORT_SYMBOL_GPL vmlinux 0x8d522714 __rcu_read_lock +EXPORT_SYMBOL_GPL vmlinux 0x8d542f9a alloc_dax +EXPORT_SYMBOL_GPL vmlinux 0x8d552a89 bpf_trace_run12 +EXPORT_SYMBOL_GPL vmlinux 0x8d5d6b9c fsnotify_put_group +EXPORT_SYMBOL_GPL vmlinux 0x8d6b2102 irq_get_irq_data +EXPORT_SYMBOL_GPL vmlinux 0x8d73914a rio_mport_read_config_32 +EXPORT_SYMBOL_GPL vmlinux 0x8d73fcf1 get_cpu_device +EXPORT_SYMBOL_GPL vmlinux 0x8d7e3373 hwpoison_filter_dev_major +EXPORT_SYMBOL_GPL vmlinux 0x8d8d1910 ata_pci_device_do_suspend +EXPORT_SYMBOL_GPL vmlinux 0x8d908ebf power_supply_get_maintenance_charging_setting +EXPORT_SYMBOL_GPL vmlinux 0x8d914beb ip6_route_output_flags_noref +EXPORT_SYMBOL_GPL vmlinux 0x8d916705 pci_dev_trylock +EXPORT_SYMBOL_GPL vmlinux 0x8d95ad5e xdp_return_frame_rx_napi +EXPORT_SYMBOL_GPL vmlinux 0x8da45848 pktgen_xfrm_outer_mode_output +EXPORT_SYMBOL_GPL vmlinux 0x8da5a890 serial8250_do_get_mctrl +EXPORT_SYMBOL_GPL vmlinux 0x8dbf7aaa privcmd_call +EXPORT_SYMBOL_GPL vmlinux 0x8dbfdc3e nfnl_ct_hook +EXPORT_SYMBOL_GPL vmlinux 0x8dd218b0 icc_bulk_disable +EXPORT_SYMBOL_GPL vmlinux 0x8de6817a acpi_dev_resource_address_space +EXPORT_SYMBOL_GPL vmlinux 0x8df3cdd4 tty_put_char +EXPORT_SYMBOL_GPL vmlinux 0x8df4a397 inode_sb_list_add +EXPORT_SYMBOL_GPL vmlinux 0x8e03edd3 blk_add_driver_data +EXPORT_SYMBOL_GPL vmlinux 0x8e16419b trace_clock_local +EXPORT_SYMBOL_GPL vmlinux 0x8e2b6dca dev_pm_qos_update_request +EXPORT_SYMBOL_GPL vmlinux 0x8e2e3808 __dev_fwnode +EXPORT_SYMBOL_GPL vmlinux 0x8e317447 ipv6_dup_options +EXPORT_SYMBOL_GPL vmlinux 0x8e47eccc pl08x_filter_id +EXPORT_SYMBOL_GPL vmlinux 0x8e4b63a6 hisi_clk_register_gate_sep +EXPORT_SYMBOL_GPL vmlinux 0x8e4d6ceb sysfs_add_file_to_group +EXPORT_SYMBOL_GPL vmlinux 0x8e4e4078 mtk_clk_unregister_muxes +EXPORT_SYMBOL_GPL vmlinux 0x8e4eb451 bpf_sk_storage_diag_free +EXPORT_SYMBOL_GPL vmlinux 0x8e6b1a9e net_selftest_get_count +EXPORT_SYMBOL_GPL vmlinux 0x8e6fa8b5 apei_exec_pre_map_gars +EXPORT_SYMBOL_GPL vmlinux 0x8e7184d0 pm_genpd_remove_subdomain +EXPORT_SYMBOL_GPL vmlinux 0x8e7f0a9c acpi_get_phys_id +EXPORT_SYMBOL_GPL vmlinux 0x8e9670a1 trace_event_ignore_this_pid +EXPORT_SYMBOL_GPL vmlinux 0x8ea2dfd5 rio_request_dma +EXPORT_SYMBOL_GPL vmlinux 0x8ead800c user_free_preparse +EXPORT_SYMBOL_GPL vmlinux 0x8eb431f6 usb_store_new_id +EXPORT_SYMBOL_GPL vmlinux 0x8ebdf860 dm_audit_log_ti +EXPORT_SYMBOL_GPL vmlinux 0x8ec0b7c3 br_ip6_fragment +EXPORT_SYMBOL_GPL vmlinux 0x8ed21403 gpiod_get_value +EXPORT_SYMBOL_GPL vmlinux 0x8ed23a1a __mmc_poll_for_busy +EXPORT_SYMBOL_GPL vmlinux 0x8ed560a9 srcutorture_get_gp_data +EXPORT_SYMBOL_GPL vmlinux 0x8ee905f7 crypto_grab_ahash +EXPORT_SYMBOL_GPL vmlinux 0x8eea114d gpiochip_relres_irq +EXPORT_SYMBOL_GPL vmlinux 0x8eec19bd __SCK__tp_func_pelt_dl_tp +EXPORT_SYMBOL_GPL vmlinux 0x8eeca848 sprd_pinctrl_core_probe +EXPORT_SYMBOL_GPL vmlinux 0x8eee3399 dax_read_unlock +EXPORT_SYMBOL_GPL vmlinux 0x8eeeaf89 set_selection_kernel +EXPORT_SYMBOL_GPL vmlinux 0x8ef154dd gfn_to_pfn_prot +EXPORT_SYMBOL_GPL vmlinux 0x8f0748af rcu_expedite_gp +EXPORT_SYMBOL_GPL vmlinux 0x8f0b781d iova_domain_init_rcaches +EXPORT_SYMBOL_GPL vmlinux 0x8f0eeff0 fsl_mc_object_free +EXPORT_SYMBOL_GPL vmlinux 0x8f0fbf40 decrypt_blob +EXPORT_SYMBOL_GPL vmlinux 0x8f13e260 clk_regmap_mux_ops +EXPORT_SYMBOL_GPL vmlinux 0x8f281050 dev_forward_skb +EXPORT_SYMBOL_GPL vmlinux 0x8f2e341e devm_kmemdup +EXPORT_SYMBOL_GPL vmlinux 0x8f30a817 disk_force_media_change +EXPORT_SYMBOL_GPL vmlinux 0x8f33c92f dev_pm_opp_of_cpumask_add_table +EXPORT_SYMBOL_GPL vmlinux 0x8f356b93 xen_dbgp_external_startup +EXPORT_SYMBOL_GPL vmlinux 0x8f3969e1 zynqmp_pm_clock_getrate +EXPORT_SYMBOL_GPL vmlinux 0x8f3f4694 pskb_put +EXPORT_SYMBOL_GPL vmlinux 0x8f43ef45 __pci_epc_create +EXPORT_SYMBOL_GPL vmlinux 0x8f5c5980 crypto_ahash_finup +EXPORT_SYMBOL_GPL vmlinux 0x8f5d5c73 fsstack_copy_attr_all +EXPORT_SYMBOL_GPL vmlinux 0x8f61a772 get_current_tty +EXPORT_SYMBOL_GPL vmlinux 0x8f6cee77 __round_jiffies_relative +EXPORT_SYMBOL_GPL vmlinux 0x8f786bee fs_umode_to_dtype +EXPORT_SYMBOL_GPL vmlinux 0x8f7bd0a6 btree_init_mempool +EXPORT_SYMBOL_GPL vmlinux 0x8f8ba7f3 mtk_clk_unregister_ref2usb_tx +EXPORT_SYMBOL_GPL vmlinux 0x8f903fca efivars_kobject +EXPORT_SYMBOL_GPL vmlinux 0x8f9e77d2 kthread_flush_worker +EXPORT_SYMBOL_GPL vmlinux 0x8fa26024 rio_add_device +EXPORT_SYMBOL_GPL vmlinux 0x8fa5a6ee dev_fetch_sw_netstats +EXPORT_SYMBOL_GPL vmlinux 0x8faa800d acpi_cpc_valid +EXPORT_SYMBOL_GPL vmlinux 0x8fb3e45c shash_no_setkey +EXPORT_SYMBOL_GPL vmlinux 0x8fc12788 software_node_unregister_node_group +EXPORT_SYMBOL_GPL vmlinux 0x8fd6da98 kvm_get_running_vcpu +EXPORT_SYMBOL_GPL vmlinux 0x8fddc931 tcp_sendpage_locked +EXPORT_SYMBOL_GPL vmlinux 0x8fe1030d of_pci_find_child_device +EXPORT_SYMBOL_GPL vmlinux 0x8fed13e3 genphy_c45_read_link +EXPORT_SYMBOL_GPL vmlinux 0x8ff3ba0a regmap_mmio_detach_clk +EXPORT_SYMBOL_GPL vmlinux 0x8ff45440 replace_page_cache_folio +EXPORT_SYMBOL_GPL vmlinux 0x8ff60436 mpi_ec_add_points +EXPORT_SYMBOL_GPL vmlinux 0x8ff7ea2f devlink_region_snapshot_id_get +EXPORT_SYMBOL_GPL vmlinux 0x8ffa986c __traceiter_sched_update_nr_running_tp +EXPORT_SYMBOL_GPL vmlinux 0x8fface63 mtk_mux_clr_set_upd_ops +EXPORT_SYMBOL_GPL vmlinux 0x8ffe792f tracepoint_probe_register_prio_may_exist +EXPORT_SYMBOL_GPL vmlinux 0x9008aa1e uprobe_unregister +EXPORT_SYMBOL_GPL vmlinux 0x901a1815 iommu_attach_device +EXPORT_SYMBOL_GPL vmlinux 0x901a8dfb vfs_lock_file +EXPORT_SYMBOL_GPL vmlinux 0x90207caa raw_seq_start +EXPORT_SYMBOL_GPL vmlinux 0x903b627c list_lru_isolate_move +EXPORT_SYMBOL_GPL vmlinux 0x9054735e regmap_write +EXPORT_SYMBOL_GPL vmlinux 0x9060a64a __auxiliary_driver_register +EXPORT_SYMBOL_GPL vmlinux 0x9070634d pm_clk_init +EXPORT_SYMBOL_GPL vmlinux 0x90738b96 wbt_enable_default +EXPORT_SYMBOL_GPL vmlinux 0x9073f809 devm_regulator_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0x907888b7 wwan_put_debugfs_dir +EXPORT_SYMBOL_GPL vmlinux 0x90790c25 tty_wakeup +EXPORT_SYMBOL_GPL vmlinux 0x907a3adc iommu_sva_get_pasid +EXPORT_SYMBOL_GPL vmlinux 0x9085e692 memunmap_pages +EXPORT_SYMBOL_GPL vmlinux 0x90a203e9 __traceiter_add_device_to_group +EXPORT_SYMBOL_GPL vmlinux 0x90a21421 fat_alloc_new_dir +EXPORT_SYMBOL_GPL vmlinux 0x90a9d8cc hv_is_hyperv_initialized +EXPORT_SYMBOL_GPL vmlinux 0x90ad66b1 software_node_unregister_nodes +EXPORT_SYMBOL_GPL vmlinux 0x90b022da inet_pernet_hashinfo_alloc +EXPORT_SYMBOL_GPL vmlinux 0x90b45f8d dprc_reset_container +EXPORT_SYMBOL_GPL vmlinux 0x90b763f1 HYPERVISOR_console_io +EXPORT_SYMBOL_GPL vmlinux 0x90c8498c apei_exec_write_register +EXPORT_SYMBOL_GPL vmlinux 0x90cabbce usb_deregister +EXPORT_SYMBOL_GPL vmlinux 0x90d5bc42 mtk_mmsys_ddp_disconnect +EXPORT_SYMBOL_GPL vmlinux 0x90d937b4 __tracepoint_pelt_rt_tp +EXPORT_SYMBOL_GPL vmlinux 0x910bdf6b trace_seq_vprintf +EXPORT_SYMBOL_GPL vmlinux 0x9112411f bpfilter_umh_cleanup +EXPORT_SYMBOL_GPL vmlinux 0x911fcd6c phylink_start +EXPORT_SYMBOL_GPL vmlinux 0x91287a5b mmu_interval_read_begin +EXPORT_SYMBOL_GPL vmlinux 0x913ebd32 stack_depot_save +EXPORT_SYMBOL_GPL vmlinux 0x9142f717 kobject_uevent +EXPORT_SYMBOL_GPL vmlinux 0x9144098e clk_regmap_gate_ops +EXPORT_SYMBOL_GPL vmlinux 0x9144fb1c crypto_alg_mod_lookup +EXPORT_SYMBOL_GPL vmlinux 0x915778c9 fsl_mc_bus_dpdcei_type +EXPORT_SYMBOL_GPL vmlinux 0x9163d50f power_supply_get_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x916835fd relay_flush +EXPORT_SYMBOL_GPL vmlinux 0x91791174 rockchip_pcie_parse_dt +EXPORT_SYMBOL_GPL vmlinux 0x9188274d genphy_c45_pma_baset1_read_master_slave +EXPORT_SYMBOL_GPL vmlinux 0x9194e18f xenbus_mkdir +EXPORT_SYMBOL_GPL vmlinux 0x91955a9f start_poll_synchronize_rcu +EXPORT_SYMBOL_GPL vmlinux 0x919b48a0 blk_abort_request +EXPORT_SYMBOL_GPL vmlinux 0x919f0c80 mmu_notifier_put +EXPORT_SYMBOL_GPL vmlinux 0x91ad0dd0 rockchip_clk_init +EXPORT_SYMBOL_GPL vmlinux 0x91b774a1 mpi_scanval +EXPORT_SYMBOL_GPL vmlinux 0x91c6e5b0 pcap_to_irq +EXPORT_SYMBOL_GPL vmlinux 0x91c9313c acpi_gpio_get_io_resource +EXPORT_SYMBOL_GPL vmlinux 0x91d5471e virtqueue_get_buf_ctx +EXPORT_SYMBOL_GPL vmlinux 0x91d95ffe bpf_trace_run11 +EXPORT_SYMBOL_GPL vmlinux 0x91e30809 HYPERVISOR_vm_assist +EXPORT_SYMBOL_GPL vmlinux 0x91ea8726 asn1_encode_boolean +EXPORT_SYMBOL_GPL vmlinux 0x92078227 fb_bl_default_curve +EXPORT_SYMBOL_GPL vmlinux 0x920915f3 nvdimm_provider_data +EXPORT_SYMBOL_GPL vmlinux 0x920cc389 visitorl +EXPORT_SYMBOL_GPL vmlinux 0x92191599 devl_dpipe_table_register +EXPORT_SYMBOL_GPL vmlinux 0x921c98b7 regulator_set_soft_start_regmap +EXPORT_SYMBOL_GPL vmlinux 0x92299157 gpiod_set_array_value +EXPORT_SYMBOL_GPL vmlinux 0x922b1eab __traceiter_rpm_suspend +EXPORT_SYMBOL_GPL vmlinux 0x922f285d acpi_dev_get_property +EXPORT_SYMBOL_GPL vmlinux 0x9232176e cpufreq_disable_fast_switch +EXPORT_SYMBOL_GPL vmlinux 0x9239edb4 serial8250_rpm_put_tx +EXPORT_SYMBOL_GPL vmlinux 0x923e42aa sysfb_disable +EXPORT_SYMBOL_GPL vmlinux 0x9241b358 __static_key_slow_dec_deferred +EXPORT_SYMBOL_GPL vmlinux 0x924b9259 mmc_send_abort_tuning +EXPORT_SYMBOL_GPL vmlinux 0x924c46f8 zs_unmap_object +EXPORT_SYMBOL_GPL vmlinux 0x925849f4 usb_control_msg +EXPORT_SYMBOL_GPL vmlinux 0x925c3461 pci_hp_add +EXPORT_SYMBOL_GPL vmlinux 0x92734164 uart_handle_cts_change +EXPORT_SYMBOL_GPL vmlinux 0x927487ea zynqmp_pm_read_ggs +EXPORT_SYMBOL_GPL vmlinux 0x927bed9f meson_pmx_get_funcs_count +EXPORT_SYMBOL_GPL vmlinux 0x92870bd1 regulator_set_voltage_sel_pickable_regmap +EXPORT_SYMBOL_GPL vmlinux 0x9294b01d devm_regmap_init_vexpress_config +EXPORT_SYMBOL_GPL vmlinux 0x929e95cf psi_memstall_enter +EXPORT_SYMBOL_GPL vmlinux 0x92b8c78b hyperv_pcpu_output_arg +EXPORT_SYMBOL_GPL vmlinux 0x92bbceef pinmux_generic_remove_function +EXPORT_SYMBOL_GPL vmlinux 0x92c2da00 __netpoll_setup +EXPORT_SYMBOL_GPL vmlinux 0x92cb3fbe iomap_page_mkwrite +EXPORT_SYMBOL_GPL vmlinux 0x92ce9f65 generic_handle_domain_irq_safe +EXPORT_SYMBOL_GPL vmlinux 0x92d31cfb fixed_phy_add +EXPORT_SYMBOL_GPL vmlinux 0x92db8f68 do_trace_rcu_torture_read +EXPORT_SYMBOL_GPL vmlinux 0x92ddb754 i2c_client_type +EXPORT_SYMBOL_GPL vmlinux 0x92e5a86a devm_platform_get_irqs_affinity +EXPORT_SYMBOL_GPL vmlinux 0x92e8e9ab fsverity_enqueue_verify_work +EXPORT_SYMBOL_GPL vmlinux 0x92f166da register_wide_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0x93036b43 ahci_handle_port_intr +EXPORT_SYMBOL_GPL vmlinux 0x930ab533 k3_ringacc_request_ring +EXPORT_SYMBOL_GPL vmlinux 0x930b822e udp_tunnel_nic_ops +EXPORT_SYMBOL_GPL vmlinux 0x93203fef acct_bioset_init +EXPORT_SYMBOL_GPL vmlinux 0x93255b2b ring_buffer_lock_reserve +EXPORT_SYMBOL_GPL vmlinux 0x932c8d7a linear_range_get_value_array +EXPORT_SYMBOL_GPL vmlinux 0x932d722a attribute_container_unregister +EXPORT_SYMBOL_GPL vmlinux 0x93306273 i2c_dw_probe_master +EXPORT_SYMBOL_GPL vmlinux 0x933ac7da dax_finish_sync_fault +EXPORT_SYMBOL_GPL vmlinux 0x933f75e0 usb_unlink_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0x935346fe __sbitmap_queue_get +EXPORT_SYMBOL_GPL vmlinux 0x935f8144 exportfs_encode_inode_fh +EXPORT_SYMBOL_GPL vmlinux 0x937253fb account_locked_vm +EXPORT_SYMBOL_GPL vmlinux 0x939b6b41 stmpe_reg_write +EXPORT_SYMBOL_GPL vmlinux 0x939f2157 xfrm_dev_state_add +EXPORT_SYMBOL_GPL vmlinux 0x93a77d8d rtc_update_irq_enable +EXPORT_SYMBOL_GPL vmlinux 0x93c15931 __fscrypt_prepare_readdir +EXPORT_SYMBOL_GPL vmlinux 0x93c2afdd pci_epf_free_space +EXPORT_SYMBOL_GPL vmlinux 0x93c7edeb usb_find_common_endpoints +EXPORT_SYMBOL_GPL vmlinux 0x93ccd975 dev_pm_opp_find_bw_floor +EXPORT_SYMBOL_GPL vmlinux 0x93d1d424 gnttab_free_grant_references +EXPORT_SYMBOL_GPL vmlinux 0x93e78097 phylink_create +EXPORT_SYMBOL_GPL vmlinux 0x93e8af5f usb_unlocked_enable_lpm +EXPORT_SYMBOL_GPL vmlinux 0x93ebdf96 mt_next +EXPORT_SYMBOL_GPL vmlinux 0x93edef07 devlink_health_report +EXPORT_SYMBOL_GPL vmlinux 0x93fa206d devlink_port_type_clear +EXPORT_SYMBOL_GPL vmlinux 0x9400e61e ping_seq_start +EXPORT_SYMBOL_GPL vmlinux 0x940ce085 dev_pm_opp_find_level_exact +EXPORT_SYMBOL_GPL vmlinux 0x9413df70 i2c_new_client_device +EXPORT_SYMBOL_GPL vmlinux 0x9415ff62 __acpi_node_get_property_reference +EXPORT_SYMBOL_GPL vmlinux 0x941c6a73 pci_epc_start +EXPORT_SYMBOL_GPL vmlinux 0x941f2aaa eventfd_ctx_put +EXPORT_SYMBOL_GPL vmlinux 0x9425bb34 nvmem_dev_name +EXPORT_SYMBOL_GPL vmlinux 0x94286b4c devm_hte_register_chip +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 0x944e4c2e inet_unhash +EXPORT_SYMBOL_GPL vmlinux 0x945975d8 mbox_controller_register +EXPORT_SYMBOL_GPL vmlinux 0x9468ea70 schedule_hrtimeout_range_clock +EXPORT_SYMBOL_GPL vmlinux 0x946c0028 devlink_unregister +EXPORT_SYMBOL_GPL vmlinux 0x946dd559 sha224_zero_message_hash +EXPORT_SYMBOL_GPL vmlinux 0x947faca6 regulator_get_current_limit +EXPORT_SYMBOL_GPL vmlinux 0x948195bb usb_disable_autosuspend +EXPORT_SYMBOL_GPL vmlinux 0x949b5176 devlink_region_snapshot_create +EXPORT_SYMBOL_GPL vmlinux 0x949f7342 __alloc_percpu +EXPORT_SYMBOL_GPL vmlinux 0x94a427e6 mtk_clk_simple_probe +EXPORT_SYMBOL_GPL vmlinux 0x94aceadd device_add +EXPORT_SYMBOL_GPL vmlinux 0x94c994b2 uhci_check_and_reset_hc +EXPORT_SYMBOL_GPL vmlinux 0x94cd8c27 uart_xchar_out +EXPORT_SYMBOL_GPL vmlinux 0x94e62d2e __set_phys_to_machine_multi +EXPORT_SYMBOL_GPL vmlinux 0x94ec8a21 pm_runtime_set_memalloc_noio +EXPORT_SYMBOL_GPL vmlinux 0x94ef4d05 cpci_hp_stop +EXPORT_SYMBOL_GPL vmlinux 0x94f0136c irq_set_affinity_notifier +EXPORT_SYMBOL_GPL vmlinux 0x94f3dc02 regcache_sync_region +EXPORT_SYMBOL_GPL vmlinux 0x94f4f1cc acpi_dev_pm_attach +EXPORT_SYMBOL_GPL vmlinux 0x94f62881 mptcp_token_iter_next +EXPORT_SYMBOL_GPL vmlinux 0x94fd77f6 crypto_grab_aead +EXPORT_SYMBOL_GPL vmlinux 0x9504df26 irq_wake_thread +EXPORT_SYMBOL_GPL vmlinux 0x951a2773 crypto_has_alg +EXPORT_SYMBOL_GPL vmlinux 0x95371951 dma_max_mapping_size +EXPORT_SYMBOL_GPL vmlinux 0x953e1b9e ktime_get_real_seconds +EXPORT_SYMBOL_GPL vmlinux 0x9545b08d syscon_regmap_lookup_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0x955321a6 pci_common_swizzle +EXPORT_SYMBOL_GPL vmlinux 0x95575c33 __tracepoint_rwmmio_write +EXPORT_SYMBOL_GPL vmlinux 0x955b0e2e kthread_worker_fn +EXPORT_SYMBOL_GPL vmlinux 0x955d42e9 tcp_register_ulp +EXPORT_SYMBOL_GPL vmlinux 0x95674d0f ehci_setup +EXPORT_SYMBOL_GPL vmlinux 0x95678f68 generic_fh_to_parent +EXPORT_SYMBOL_GPL vmlinux 0x956ac400 ring_buffer_dropped_events_cpu +EXPORT_SYMBOL_GPL vmlinux 0x956c286e to_nvdimm_bus_dev +EXPORT_SYMBOL_GPL vmlinux 0x95772ec8 io_cgrp_subsys +EXPORT_SYMBOL_GPL vmlinux 0x957fcc82 rdev_set_badblocks +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 0x959cada6 rio_alloc_net +EXPORT_SYMBOL_GPL vmlinux 0x959ec5f5 call_rcu_tasks +EXPORT_SYMBOL_GPL vmlinux 0x95a3be10 sock_diag_register_inet_compat +EXPORT_SYMBOL_GPL vmlinux 0x95aa53bf dw_pcie_upconfig_setup +EXPORT_SYMBOL_GPL vmlinux 0x95b3c85b gpiochip_populate_parent_fwspec_fourcell +EXPORT_SYMBOL_GPL vmlinux 0x95b9fae1 class_interface_register +EXPORT_SYMBOL_GPL vmlinux 0x95bc9078 btree_free +EXPORT_SYMBOL_GPL vmlinux 0x95bf3e0a irq_gc_mask_disable_reg +EXPORT_SYMBOL_GPL vmlinux 0x95d4afa0 class_dev_iter_next +EXPORT_SYMBOL_GPL vmlinux 0x95da7c72 of_property_read_variable_u32_array +EXPORT_SYMBOL_GPL vmlinux 0x95e102ab tracepoint_probe_register +EXPORT_SYMBOL_GPL vmlinux 0x95e82c65 vp_modern_probe +EXPORT_SYMBOL_GPL vmlinux 0x95ea06a1 phylink_ethtool_ksettings_set +EXPORT_SYMBOL_GPL vmlinux 0x95edc373 blk_mq_alloc_sq_tag_set +EXPORT_SYMBOL_GPL vmlinux 0x95ef1ccc dmi_memdev_size +EXPORT_SYMBOL_GPL vmlinux 0x95fadbb2 pci_epc_get_features +EXPORT_SYMBOL_GPL vmlinux 0x96045fe2 devm_gpiod_get_array +EXPORT_SYMBOL_GPL vmlinux 0x961286e0 ring_buffer_read_events_cpu +EXPORT_SYMBOL_GPL vmlinux 0x96132839 mmc_pwrseq_register +EXPORT_SYMBOL_GPL vmlinux 0x96159e5a mmu_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0x961c4419 crypto_shash_final +EXPORT_SYMBOL_GPL vmlinux 0x9621d738 alarm_start_relative +EXPORT_SYMBOL_GPL vmlinux 0x962c8ae1 usb_kill_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0x96346017 fscrypt_dio_supported +EXPORT_SYMBOL_GPL vmlinux 0x96415347 pci_msix_alloc_irq_at +EXPORT_SYMBOL_GPL vmlinux 0x9644c9c0 switchdev_port_attr_set +EXPORT_SYMBOL_GPL vmlinux 0x9647df79 crypto_grab_skcipher +EXPORT_SYMBOL_GPL vmlinux 0x964e7847 xenbus_watch_path +EXPORT_SYMBOL_GPL vmlinux 0x965426a6 cpu_topology +EXPORT_SYMBOL_GPL vmlinux 0x96554810 register_keyboard_notifier +EXPORT_SYMBOL_GPL vmlinux 0x96631a78 ata_pci_bmdma_init_one +EXPORT_SYMBOL_GPL vmlinux 0x966734dd devl_port_unregister +EXPORT_SYMBOL_GPL vmlinux 0x967927da tty_buffer_unlock_exclusive +EXPORT_SYMBOL_GPL vmlinux 0x9684d5e4 xfrm_audit_state_notfound +EXPORT_SYMBOL_GPL vmlinux 0x9692a41e l3mdev_ifindex_lookup_by_table_id +EXPORT_SYMBOL_GPL vmlinux 0x96a55fda list_lru_destroy +EXPORT_SYMBOL_GPL vmlinux 0x96a628cb blkg_rwstat_recursive_sum +EXPORT_SYMBOL_GPL vmlinux 0x96b5ac4b vcap_set_rule_set_actionset +EXPORT_SYMBOL_GPL vmlinux 0x96d0850e vfs_setlease +EXPORT_SYMBOL_GPL vmlinux 0x96d853f5 blk_queue_write_cache +EXPORT_SYMBOL_GPL vmlinux 0x96e838b3 is_software_node +EXPORT_SYMBOL_GPL vmlinux 0x96f9a01b __SCK__tp_func_pelt_thermal_tp +EXPORT_SYMBOL_GPL vmlinux 0x96fae291 ahci_platform_resume_host +EXPORT_SYMBOL_GPL vmlinux 0x96fe4856 simple_attr_release +EXPORT_SYMBOL_GPL vmlinux 0x9712fb9f tty_buffer_set_limit +EXPORT_SYMBOL_GPL vmlinux 0x9714e0bb ktime_get_raw +EXPORT_SYMBOL_GPL vmlinux 0x972e5d84 da9052_free_irq +EXPORT_SYMBOL_GPL vmlinux 0x973cc964 bus_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x974dd6e5 mtk_pinconf_drive_get_raw +EXPORT_SYMBOL_GPL vmlinux 0x974ec715 clk_hw_unregister +EXPORT_SYMBOL_GPL vmlinux 0x975519c1 asymmetric_key_id_same +EXPORT_SYMBOL_GPL vmlinux 0x977be5c7 klist_iter_init_node +EXPORT_SYMBOL_GPL vmlinux 0x97af76f5 strp_stop +EXPORT_SYMBOL_GPL vmlinux 0x97cd6ef4 __traceiter_pelt_dl_tp +EXPORT_SYMBOL_GPL vmlinux 0x97de1b0f key_type_logon +EXPORT_SYMBOL_GPL vmlinux 0x97de2b83 debug_locks_silent +EXPORT_SYMBOL_GPL vmlinux 0x97e19906 ZSTD_getErrorCode +EXPORT_SYMBOL_GPL vmlinux 0x97e30156 mtk_mmsys_ddp_dpi_fmt_config +EXPORT_SYMBOL_GPL vmlinux 0x980ed32c crypto_unregister_scomps +EXPORT_SYMBOL_GPL vmlinux 0x98187ca9 nvdimm_delete +EXPORT_SYMBOL_GPL vmlinux 0x981e1418 bpf_map_inc_not_zero +EXPORT_SYMBOL_GPL vmlinux 0x9829986b rio_dma_prep_slave_sg +EXPORT_SYMBOL_GPL vmlinux 0x982e1749 led_trigger_register_simple +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 0x984e80df __traceiter_sched_util_est_cfs_tp +EXPORT_SYMBOL_GPL vmlinux 0x98503a63 mpi_alloc +EXPORT_SYMBOL_GPL vmlinux 0x985453e1 lease_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x9876d431 skb_mpls_push +EXPORT_SYMBOL_GPL vmlinux 0x9878da15 icc_node_del +EXPORT_SYMBOL_GPL vmlinux 0x9879932b crypto_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x987e3b63 acpi_dev_get_next_consumer_dev +EXPORT_SYMBOL_GPL vmlinux 0x98803d68 vcap_free_rule +EXPORT_SYMBOL_GPL vmlinux 0x988a86da nvmem_del_cell_table +EXPORT_SYMBOL_GPL vmlinux 0x989074ff kmsg_dump_reason_str +EXPORT_SYMBOL_GPL vmlinux 0x989522f2 pci_probe_reset_slot +EXPORT_SYMBOL_GPL vmlinux 0x98b3fa68 dprc_remove_devices +EXPORT_SYMBOL_GPL vmlinux 0x98c59274 __tracepoint_rpm_idle +EXPORT_SYMBOL_GPL vmlinux 0x98cf93d4 component_compare_dev +EXPORT_SYMBOL_GPL vmlinux 0x98dfa809 fib_rules_seq_read +EXPORT_SYMBOL_GPL vmlinux 0x98ee62b2 ring_buffer_record_disable_cpu +EXPORT_SYMBOL_GPL vmlinux 0x98f7269b scsi_flush_work +EXPORT_SYMBOL_GPL vmlinux 0x98f826e5 __srcu_read_unlock +EXPORT_SYMBOL_GPL vmlinux 0x99237e7b rio_unregister_scan +EXPORT_SYMBOL_GPL vmlinux 0x9925fd08 task_active_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0x994ce075 evict_inodes +EXPORT_SYMBOL_GPL vmlinux 0x994dc80f devm_of_clk_add_hw_provider +EXPORT_SYMBOL_GPL vmlinux 0x995d1071 prof_on +EXPORT_SYMBOL_GPL vmlinux 0x995f7c2f dprc_cleanup +EXPORT_SYMBOL_GPL vmlinux 0x9968aacb __audit_log_nfcfg +EXPORT_SYMBOL_GPL vmlinux 0x996b7d7e blk_crypto_intersect_capabilities +EXPORT_SYMBOL_GPL vmlinux 0x996e55ea security_inode_setattr +EXPORT_SYMBOL_GPL vmlinux 0x997ad110 relay_buf_full +EXPORT_SYMBOL_GPL vmlinux 0x997c550a preempt_model_none +EXPORT_SYMBOL_GPL vmlinux 0x9987b6aa device_find_child_by_name +EXPORT_SYMBOL_GPL vmlinux 0x998d79d6 x509_decode_time +EXPORT_SYMBOL_GPL vmlinux 0x998fcbf2 clear_node_memory_type +EXPORT_SYMBOL_GPL vmlinux 0x99a03078 dax_holder_notify_failure +EXPORT_SYMBOL_GPL vmlinux 0x99b11c65 serial8250_do_startup +EXPORT_SYMBOL_GPL vmlinux 0x99c8c482 serial8250_init_port +EXPORT_SYMBOL_GPL vmlinux 0x99d3bdc1 edac_pci_release_generic_ctl +EXPORT_SYMBOL_GPL vmlinux 0x99d9b3a1 max8997_write_reg +EXPORT_SYMBOL_GPL vmlinux 0x99e04466 pinctrl_add_gpio_ranges +EXPORT_SYMBOL_GPL vmlinux 0x99e7ceed iptunnel_metadata_reply +EXPORT_SYMBOL_GPL vmlinux 0x99f018c4 nvmem_cell_read +EXPORT_SYMBOL_GPL vmlinux 0x99f2d00a sysfs_emit_at +EXPORT_SYMBOL_GPL vmlinux 0x99f4195a gpiod_is_active_low +EXPORT_SYMBOL_GPL vmlinux 0x9a11a0fc crypto_attr_alg_name +EXPORT_SYMBOL_GPL vmlinux 0x9a11be5d vring_create_virtqueue +EXPORT_SYMBOL_GPL vmlinux 0x9a14b4a6 of_property_count_elems_of_size +EXPORT_SYMBOL_GPL vmlinux 0x9a169281 iommu_dev_disable_feature +EXPORT_SYMBOL_GPL vmlinux 0x9a1f05ff phy_validate +EXPORT_SYMBOL_GPL vmlinux 0x9a23ea6b alarm_expires_remaining +EXPORT_SYMBOL_GPL vmlinux 0x9a2a081a fwnode_usb_role_switch_get +EXPORT_SYMBOL_GPL vmlinux 0x9a32647d da903x_read +EXPORT_SYMBOL_GPL vmlinux 0x9a3747d8 to_software_node +EXPORT_SYMBOL_GPL vmlinux 0x9a3b14a6 ipv6_recv_error +EXPORT_SYMBOL_GPL vmlinux 0x9a54dbf5 devm_regulator_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x9a58dd2d trace_print_bitmask_seq +EXPORT_SYMBOL_GPL vmlinux 0x9a5a03de vcap_chain_id_to_lookup +EXPORT_SYMBOL_GPL vmlinux 0x9a5adc38 ata_cable_40wire +EXPORT_SYMBOL_GPL vmlinux 0x9a5dce5c rhashtable_walk_start_check +EXPORT_SYMBOL_GPL vmlinux 0x9a65e24a blkcg_policy_register +EXPORT_SYMBOL_GPL vmlinux 0x9a716cc7 clk_mux_ops +EXPORT_SYMBOL_GPL vmlinux 0x9a7610cd pci_epc_get_msix +EXPORT_SYMBOL_GPL vmlinux 0x9a8c760e check_move_unevictable_pages +EXPORT_SYMBOL_GPL vmlinux 0x9a978d80 led_stop_software_blink +EXPORT_SYMBOL_GPL vmlinux 0x9aa2455f peernet2id_alloc +EXPORT_SYMBOL_GPL vmlinux 0x9ab030e8 regulator_irq_helper +EXPORT_SYMBOL_GPL vmlinux 0x9ac11b74 suspend_set_ops +EXPORT_SYMBOL_GPL vmlinux 0x9acf31c6 mas_find +EXPORT_SYMBOL_GPL vmlinux 0x9acf5fbb vcap_add_rule +EXPORT_SYMBOL_GPL vmlinux 0x9acfcff4 usb_autopm_put_interface_async +EXPORT_SYMBOL_GPL vmlinux 0x9ae12e17 __tracepoint_ata_tf_load +EXPORT_SYMBOL_GPL vmlinux 0x9aeacb87 ring_buffer_iter_empty +EXPORT_SYMBOL_GPL vmlinux 0x9aeae420 get_net_ns +EXPORT_SYMBOL_GPL vmlinux 0x9af49514 icc_bulk_set_bw +EXPORT_SYMBOL_GPL vmlinux 0x9af6b69b lwtunnel_encap_del_ops +EXPORT_SYMBOL_GPL vmlinux 0x9af87979 devm_fwnode_pwm_get +EXPORT_SYMBOL_GPL vmlinux 0x9b077a00 device_initialize +EXPORT_SYMBOL_GPL vmlinux 0x9b0eaa52 tegra210_xusb_pll_hw_sequence_start +EXPORT_SYMBOL_GPL vmlinux 0x9b2b73d8 extcon_get_state +EXPORT_SYMBOL_GPL vmlinux 0x9b2c8e78 crypto_unregister_skciphers +EXPORT_SYMBOL_GPL vmlinux 0x9b3042ba ata_sff_data_xfer +EXPORT_SYMBOL_GPL vmlinux 0x9b3fe1cb gfn_to_memslot +EXPORT_SYMBOL_GPL vmlinux 0x9b45253a fuse_dev_fiq_ops +EXPORT_SYMBOL_GPL vmlinux 0x9b46a799 rio_mport_write_config_8 +EXPORT_SYMBOL_GPL vmlinux 0x9b4f2928 phy_exit +EXPORT_SYMBOL_GPL vmlinux 0x9b555c8c pm_suspend_default_s2idle +EXPORT_SYMBOL_GPL vmlinux 0x9b61c494 __traceiter_block_bio_remap +EXPORT_SYMBOL_GPL vmlinux 0x9b63bc31 iov_iter_is_aligned +EXPORT_SYMBOL_GPL vmlinux 0x9b651e51 xenbus_teardown_ring +EXPORT_SYMBOL_GPL vmlinux 0x9b684df6 cpufreq_driver_target +EXPORT_SYMBOL_GPL vmlinux 0x9b698c42 ioasid_set_data +EXPORT_SYMBOL_GPL vmlinux 0x9b6ec967 ring_buffer_size +EXPORT_SYMBOL_GPL vmlinux 0x9b6f6bc4 srcu_batches_completed +EXPORT_SYMBOL_GPL vmlinux 0x9b70c6ff tracepoint_probe_register_prio +EXPORT_SYMBOL_GPL vmlinux 0x9b78739d usb_sg_init +EXPORT_SYMBOL_GPL vmlinux 0x9b8d2bb1 devm_gpiod_get_index +EXPORT_SYMBOL_GPL vmlinux 0x9b9071cb get_old_itimerspec32 +EXPORT_SYMBOL_GPL vmlinux 0x9b92d16e pinctrl_gpio_set_config +EXPORT_SYMBOL_GPL vmlinux 0x9b9be041 mtk_pinconf_bias_get +EXPORT_SYMBOL_GPL vmlinux 0x9b9caa0a mpc8xxx_spi_rx_buf_u8 +EXPORT_SYMBOL_GPL vmlinux 0x9b9dd375 of_pse_control_get +EXPORT_SYMBOL_GPL vmlinux 0x9ba0b128 devl_trap_groups_unregister +EXPORT_SYMBOL_GPL vmlinux 0x9ba2bb2b gpio_request_array +EXPORT_SYMBOL_GPL vmlinux 0x9ba44ec4 kill_pid_usb_asyncio +EXPORT_SYMBOL_GPL vmlinux 0x9bc12570 regmap_read +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 0x9bf3bb9f meson_clk_mpll_ro_ops +EXPORT_SYMBOL_GPL vmlinux 0x9c009b38 msi_domain_get_virq +EXPORT_SYMBOL_GPL vmlinux 0x9c0c5d7f tcp_abort +EXPORT_SYMBOL_GPL vmlinux 0x9c0db4a3 phy_package_leave +EXPORT_SYMBOL_GPL vmlinux 0x9c1079a2 mbox_controller_unregister +EXPORT_SYMBOL_GPL vmlinux 0x9c31b315 ethnl_cable_test_alloc +EXPORT_SYMBOL_GPL vmlinux 0x9c3d5942 dmaengine_unmap_put +EXPORT_SYMBOL_GPL vmlinux 0x9c448d8d tegra210_put_utmipll_out_iddq +EXPORT_SYMBOL_GPL vmlinux 0x9c6febfc add_uevent_var +EXPORT_SYMBOL_GPL vmlinux 0x9c70952b nvdimm_bus_add_badrange +EXPORT_SYMBOL_GPL vmlinux 0x9c785723 of_prop_next_string +EXPORT_SYMBOL_GPL vmlinux 0x9c803020 usb_phy_roothub_power_on +EXPORT_SYMBOL_GPL vmlinux 0x9c964c80 free_uid +EXPORT_SYMBOL_GPL vmlinux 0x9ca6e11f cper_mem_err_location +EXPORT_SYMBOL_GPL vmlinux 0x9caa4598 pci_epc_mem_free_addr +EXPORT_SYMBOL_GPL vmlinux 0x9caac291 xfrm_state_afinfo_get_rcu +EXPORT_SYMBOL_GPL vmlinux 0x9cb5af34 disable_kprobe +EXPORT_SYMBOL_GPL vmlinux 0x9cbc1bac __dev_forward_skb +EXPORT_SYMBOL_GPL vmlinux 0x9cbc452a imx8ulp_clk_hw_composite +EXPORT_SYMBOL_GPL vmlinux 0x9cbd1cc3 gpiochip_line_is_open_source +EXPORT_SYMBOL_GPL vmlinux 0x9cc36efa crypto_stats_ahash_update +EXPORT_SYMBOL_GPL vmlinux 0x9cc4f70a register_pm_notifier +EXPORT_SYMBOL_GPL vmlinux 0x9cc5500b crypto_alloc_shash +EXPORT_SYMBOL_GPL vmlinux 0x9cd7551a rhashtable_walk_stop +EXPORT_SYMBOL_GPL vmlinux 0x9cd9545e __fscrypt_prepare_lookup +EXPORT_SYMBOL_GPL vmlinux 0x9cdd6a66 sysctl_long_vals +EXPORT_SYMBOL_GPL vmlinux 0x9cdf97ec spi_register_controller +EXPORT_SYMBOL_GPL vmlinux 0x9ce05629 devl_traps_unregister +EXPORT_SYMBOL_GPL vmlinux 0x9cf22104 devm_hwmon_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x9cf37c44 __iowrite32_copy +EXPORT_SYMBOL_GPL vmlinux 0x9cfb88e9 inet_hash_connect +EXPORT_SYMBOL_GPL vmlinux 0x9d03754a crypto_unregister_shash +EXPORT_SYMBOL_GPL vmlinux 0x9d09e8ae ring_buffer_event_data +EXPORT_SYMBOL_GPL vmlinux 0x9d217543 gpiochip_irq_domain_deactivate +EXPORT_SYMBOL_GPL vmlinux 0x9d2194da __ip6_datagram_connect +EXPORT_SYMBOL_GPL vmlinux 0x9d21dfc3 regmap_field_test_bits +EXPORT_SYMBOL_GPL vmlinux 0x9d2f49ef __SCK__tp_func_pelt_se_tp +EXPORT_SYMBOL_GPL vmlinux 0x9d366f99 page_reporting_register +EXPORT_SYMBOL_GPL vmlinux 0x9d3877c0 tps6586x_write +EXPORT_SYMBOL_GPL vmlinux 0x9d3ac849 pinmux_generic_get_function_name +EXPORT_SYMBOL_GPL vmlinux 0x9d3ae145 sk_msg_recvmsg +EXPORT_SYMBOL_GPL vmlinux 0x9d605416 imx_pinconf_get_scu +EXPORT_SYMBOL_GPL vmlinux 0x9d63c739 virtqueue_get_vring +EXPORT_SYMBOL_GPL vmlinux 0x9d8bb00e set_dax_nocache +EXPORT_SYMBOL_GPL vmlinux 0x9d9910a1 atomic_notifier_chain_register_unique_prio +EXPORT_SYMBOL_GPL vmlinux 0x9dae18e0 ping_common_sendmsg +EXPORT_SYMBOL_GPL vmlinux 0x9dbea59c shmem_file_setup_with_mnt +EXPORT_SYMBOL_GPL vmlinux 0x9dc5ca07 devres_open_group +EXPORT_SYMBOL_GPL vmlinux 0x9de88bc8 __SCK__tp_func_ata_bmdma_start +EXPORT_SYMBOL_GPL vmlinux 0x9de950ca dma_get_slave_caps +EXPORT_SYMBOL_GPL vmlinux 0x9e005e6f cppc_get_perf_caps +EXPORT_SYMBOL_GPL vmlinux 0x9e00b8c6 ip6_dst_lookup +EXPORT_SYMBOL_GPL vmlinux 0x9e12fe1d sdio_retune_crc_disable +EXPORT_SYMBOL_GPL vmlinux 0x9e159db1 pwm_apply_state +EXPORT_SYMBOL_GPL vmlinux 0x9e229c49 sg_alloc_table_chained +EXPORT_SYMBOL_GPL vmlinux 0x9e2ff9e3 devm_reset_control_array_get +EXPORT_SYMBOL_GPL vmlinux 0x9e3aa5aa tpm_get_random +EXPORT_SYMBOL_GPL vmlinux 0x9e472f5f snmp_fold_field +EXPORT_SYMBOL_GPL vmlinux 0x9e4b0eab mdiobus_modify +EXPORT_SYMBOL_GPL vmlinux 0x9e84e571 devm_register_sys_off_handler +EXPORT_SYMBOL_GPL vmlinux 0x9e9052c5 __udp_enqueue_schedule_skb +EXPORT_SYMBOL_GPL vmlinux 0x9e9a96fc acpi_dev_get_memory_resources +EXPORT_SYMBOL_GPL vmlinux 0x9e9b913d __tracepoint_arm_event +EXPORT_SYMBOL_GPL vmlinux 0x9e9c4f24 set_dax_nomc +EXPORT_SYMBOL_GPL vmlinux 0x9eb8a869 devm_gpiod_get +EXPORT_SYMBOL_GPL vmlinux 0x9eb941f5 power_supply_unregister +EXPORT_SYMBOL_GPL vmlinux 0x9eba4057 vcap_keyfield_name +EXPORT_SYMBOL_GPL vmlinux 0x9ed554b3 unregister_keyboard_notifier +EXPORT_SYMBOL_GPL vmlinux 0x9eebdde7 mpi_point_new +EXPORT_SYMBOL_GPL vmlinux 0x9eef112e aead_exit_geniv +EXPORT_SYMBOL_GPL vmlinux 0x9ef8f8e7 regmap_add_irq_chip_fwnode +EXPORT_SYMBOL_GPL vmlinux 0x9efb0b73 powercap_unregister_zone +EXPORT_SYMBOL_GPL vmlinux 0x9f005faa sysfs_unmerge_group +EXPORT_SYMBOL_GPL vmlinux 0x9f08c714 scatterwalk_copychunks +EXPORT_SYMBOL_GPL vmlinux 0x9f0b1ad9 css_next_descendant_pre +EXPORT_SYMBOL_GPL vmlinux 0x9f0f3414 watchdog_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0x9f1228a2 iopf_queue_flush_dev +EXPORT_SYMBOL_GPL vmlinux 0x9f20a366 pm_runtime_force_suspend +EXPORT_SYMBOL_GPL vmlinux 0x9f271ce6 switchdev_bridge_port_offload +EXPORT_SYMBOL_GPL vmlinux 0x9f2ecbfd subsys_virtual_register +EXPORT_SYMBOL_GPL vmlinux 0x9f36c2a7 bpf_trace_run9 +EXPORT_SYMBOL_GPL vmlinux 0x9f3b5b26 mbox_chan_received_data +EXPORT_SYMBOL_GPL vmlinux 0x9f3d6d8b pci_epc_destroy +EXPORT_SYMBOL_GPL vmlinux 0x9f47ee28 security_file_ioctl +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 0x9f654f1c dm_hold +EXPORT_SYMBOL_GPL vmlinux 0x9f825d07 tcp_ca_openreq_child +EXPORT_SYMBOL_GPL vmlinux 0x9f8ae203 usb_deregister_dev +EXPORT_SYMBOL_GPL vmlinux 0x9fa4564a timer_shutdown +EXPORT_SYMBOL_GPL vmlinux 0x9fb4c3f0 ping_unhash +EXPORT_SYMBOL_GPL vmlinux 0x9fbfebab erst_write +EXPORT_SYMBOL_GPL vmlinux 0x9fc3bb28 devm_pinctrl_register_and_init +EXPORT_SYMBOL_GPL vmlinux 0x9fce80db fb_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x9fd4b9c8 debugfs_create_regset32 +EXPORT_SYMBOL_GPL vmlinux 0x9fd58c16 of_phy_simple_xlate +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 0x9ffab6e0 usb_phy_roothub_suspend +EXPORT_SYMBOL_GPL vmlinux 0xa00fe631 crypto_drop_spawn +EXPORT_SYMBOL_GPL vmlinux 0xa0194021 bpf_prog_create +EXPORT_SYMBOL_GPL vmlinux 0xa01a8d9b nd_cmd_bus_desc +EXPORT_SYMBOL_GPL vmlinux 0xa035d76e __tracepoint_rwmmio_read +EXPORT_SYMBOL_GPL vmlinux 0xa03b5394 kick_process +EXPORT_SYMBOL_GPL vmlinux 0xa041a619 nf_conn_btf_access_lock +EXPORT_SYMBOL_GPL vmlinux 0xa04786ab pci_load_saved_state +EXPORT_SYMBOL_GPL vmlinux 0xa0496461 ata_wait_register +EXPORT_SYMBOL_GPL vmlinux 0xa04f945a cpus_read_lock +EXPORT_SYMBOL_GPL vmlinux 0xa0553cc4 genphy_c45_read_lpa +EXPORT_SYMBOL_GPL vmlinux 0xa06535b7 dma_get_slave_channel +EXPORT_SYMBOL_GPL vmlinux 0xa06f8e9e __fsl_mc_driver_register +EXPORT_SYMBOL_GPL vmlinux 0xa071c0cd tegra210_xusb_pll_hw_control_enable +EXPORT_SYMBOL_GPL vmlinux 0xa075c227 crypto_alloc_skcipher +EXPORT_SYMBOL_GPL vmlinux 0xa080c5e5 smp_call_function_single_async +EXPORT_SYMBOL_GPL vmlinux 0xa0869213 skcipher_alloc_instance_simple +EXPORT_SYMBOL_GPL vmlinux 0xa09943ca dma_resv_wait_timeout +EXPORT_SYMBOL_GPL vmlinux 0xa0996968 ncsi_vlan_rx_add_vid +EXPORT_SYMBOL_GPL vmlinux 0xa09c5f0d regmap_irq_set_type_config_simple +EXPORT_SYMBOL_GPL vmlinux 0xa09d02d8 mtk_pinconf_adv_drive_set +EXPORT_SYMBOL_GPL vmlinux 0xa09f3c87 uhci_reset_hc +EXPORT_SYMBOL_GPL vmlinux 0xa0a3a85f pm_runtime_irq_safe +EXPORT_SYMBOL_GPL vmlinux 0xa0b183fd tps65912_device_init +EXPORT_SYMBOL_GPL vmlinux 0xa0b21101 gpiod_set_raw_value +EXPORT_SYMBOL_GPL vmlinux 0xa0d1b82b ahci_platform_find_clk +EXPORT_SYMBOL_GPL vmlinux 0xa0d3456d nr_swap_pages +EXPORT_SYMBOL_GPL vmlinux 0xa0de7d6e vcap_rule_add_key_u32 +EXPORT_SYMBOL_GPL vmlinux 0xa0f46ed6 regulator_desc_list_voltage_linear +EXPORT_SYMBOL_GPL vmlinux 0xa1107dfc iommu_page_response +EXPORT_SYMBOL_GPL vmlinux 0xa11216be xen_store_domain_type +EXPORT_SYMBOL_GPL vmlinux 0xa11c9b7f crypto_find_alg +EXPORT_SYMBOL_GPL vmlinux 0xa122b26c relay_file_operations +EXPORT_SYMBOL_GPL vmlinux 0xa143079a crypto_register_kpp +EXPORT_SYMBOL_GPL vmlinux 0xa147309b phy_10gbit_full_features +EXPORT_SYMBOL_GPL vmlinux 0xa14f06ac power_supply_set_battery_charged +EXPORT_SYMBOL_GPL vmlinux 0xa156a1f2 erst_get_record_id_end +EXPORT_SYMBOL_GPL vmlinux 0xa18c47a8 devm_regulator_get_enable +EXPORT_SYMBOL_GPL vmlinux 0xa1958bcd ima_file_hash +EXPORT_SYMBOL_GPL vmlinux 0xa19bb28c scsi_check_sense +EXPORT_SYMBOL_GPL vmlinux 0xa1ae81bc iomap_fiemap +EXPORT_SYMBOL_GPL vmlinux 0xa1c4231f kvm_set_pfn_dirty +EXPORT_SYMBOL_GPL vmlinux 0xa1ce8b48 dev_pm_opp_get_sharing_cpus +EXPORT_SYMBOL_GPL vmlinux 0xa1d8004a videomode_from_timing +EXPORT_SYMBOL_GPL vmlinux 0xa1e7709c ata_std_sched_eh +EXPORT_SYMBOL_GPL vmlinux 0xa1ef3cf6 cros_ec_get_sensor_count +EXPORT_SYMBOL_GPL vmlinux 0xa1fe9102 irq_work_sync +EXPORT_SYMBOL_GPL vmlinux 0xa20d01ba __trace_bprintk +EXPORT_SYMBOL_GPL vmlinux 0xa20f8f33 component_master_del +EXPORT_SYMBOL_GPL vmlinux 0xa210bcd1 dm_post_suspending +EXPORT_SYMBOL_GPL vmlinux 0xa2120e72 fixed_phy_change_carrier +EXPORT_SYMBOL_GPL vmlinux 0xa21f2ce7 clk_mux_index_to_val +EXPORT_SYMBOL_GPL vmlinux 0xa2234e76 component_add_typed +EXPORT_SYMBOL_GPL vmlinux 0xa22604c1 iommu_device_sysfs_remove +EXPORT_SYMBOL_GPL vmlinux 0xa2276201 virtqueue_kick +EXPORT_SYMBOL_GPL vmlinux 0xa22d918a dev_pm_clear_wake_irq +EXPORT_SYMBOL_GPL vmlinux 0xa2500ef6 __SCK__tp_func_powernv_throttle +EXPORT_SYMBOL_GPL vmlinux 0xa254ba6b usb_hcd_giveback_urb +EXPORT_SYMBOL_GPL vmlinux 0xa256654e devlink_to_dev +EXPORT_SYMBOL_GPL vmlinux 0xa2624b82 gov_attr_set_init +EXPORT_SYMBOL_GPL vmlinux 0xa26b5cf9 sched_set_fifo_low +EXPORT_SYMBOL_GPL vmlinux 0xa26d9b4f workqueue_congested +EXPORT_SYMBOL_GPL vmlinux 0xa28845b4 kvm_write_guest_offset_cached +EXPORT_SYMBOL_GPL vmlinux 0xa288ce45 spi_bus_lock +EXPORT_SYMBOL_GPL vmlinux 0xa28e38de rockchip_clk_register_armclk +EXPORT_SYMBOL_GPL vmlinux 0xa28f40bd __irq_apply_affinity_hint +EXPORT_SYMBOL_GPL vmlinux 0xa2a4e181 usb_ifnum_to_if +EXPORT_SYMBOL_GPL vmlinux 0xa2af54b3 irq_from_evtchn +EXPORT_SYMBOL_GPL vmlinux 0xa2b0820d __SCK__tp_func_cpu_idle +EXPORT_SYMBOL_GPL vmlinux 0xa2b7fec5 clk_hw_get_name +EXPORT_SYMBOL_GPL vmlinux 0xa2b99209 alarm_start +EXPORT_SYMBOL_GPL vmlinux 0xa2c0f59a ct_idle_enter +EXPORT_SYMBOL_GPL vmlinux 0xa2ce3df0 sdio_register_driver +EXPORT_SYMBOL_GPL vmlinux 0xa2da7430 pm_generic_thaw_noirq +EXPORT_SYMBOL_GPL vmlinux 0xa2e1b3ef trace_printk_init_buffers +EXPORT_SYMBOL_GPL vmlinux 0xa2e2201f clk_hw_unregister_divider +EXPORT_SYMBOL_GPL vmlinux 0xa2e9848d serdev_device_write_flush +EXPORT_SYMBOL_GPL vmlinux 0xa2f7487f hv_is_hibernation_supported +EXPORT_SYMBOL_GPL vmlinux 0xa3017251 pm_clk_runtime_resume +EXPORT_SYMBOL_GPL vmlinux 0xa30d82db ti_sci_get_handle +EXPORT_SYMBOL_GPL vmlinux 0xa326a50e pci_ims_alloc_irq +EXPORT_SYMBOL_GPL vmlinux 0xa32a7c38 ipv6_icmp_error +EXPORT_SYMBOL_GPL vmlinux 0xa33c1ade dpbp_reset +EXPORT_SYMBOL_GPL vmlinux 0xa33dee95 genpd_dev_pm_attach_by_id +EXPORT_SYMBOL_GPL vmlinux 0xa33fbed7 crypto_register_rng +EXPORT_SYMBOL_GPL vmlinux 0xa33fd46f hv_map_memory +EXPORT_SYMBOL_GPL vmlinux 0xa340cc51 phy_restore_page +EXPORT_SYMBOL_GPL vmlinux 0xa3413023 tpm_pm_resume +EXPORT_SYMBOL_GPL vmlinux 0xa3438ceb ata_sff_irq_on +EXPORT_SYMBOL_GPL vmlinux 0xa3584734 __traceiter_neigh_update_done +EXPORT_SYMBOL_GPL vmlinux 0xa36f50fb is_binary_blacklisted +EXPORT_SYMBOL_GPL vmlinux 0xa377a06a fwnode_get_parent +EXPORT_SYMBOL_GPL vmlinux 0xa377cc7a nvmem_cell_read_u8 +EXPORT_SYMBOL_GPL vmlinux 0xa37d924f fscrypt_limit_io_blocks +EXPORT_SYMBOL_GPL vmlinux 0xa38602cd drain_workqueue +EXPORT_SYMBOL_GPL vmlinux 0xa38a9f71 get_itimerspec64 +EXPORT_SYMBOL_GPL vmlinux 0xa38bfa5d of_platform_device_destroy +EXPORT_SYMBOL_GPL vmlinux 0xa38c1436 cpu_bit_bitmap +EXPORT_SYMBOL_GPL vmlinux 0xa3a04602 btree_geo64 +EXPORT_SYMBOL_GPL vmlinux 0xa3b958ce reset_hung_task_detector +EXPORT_SYMBOL_GPL vmlinux 0xa3d613c1 __ip6_local_out +EXPORT_SYMBOL_GPL vmlinux 0xa3db8239 mddev_init +EXPORT_SYMBOL_GPL vmlinux 0xa3dcb681 zynqmp_pm_fpga_load +EXPORT_SYMBOL_GPL vmlinux 0xa3ece414 freezer_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0xa3f12f69 __crypto_xor +EXPORT_SYMBOL_GPL vmlinux 0xa3f1cb66 platform_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0xa3f1fd04 nvmem_add_cell_table +EXPORT_SYMBOL_GPL vmlinux 0xa4031b7f sfp_parse_port +EXPORT_SYMBOL_GPL vmlinux 0xa40f81dc usb_match_id +EXPORT_SYMBOL_GPL vmlinux 0xa410a295 devlink_region_destroy +EXPORT_SYMBOL_GPL vmlinux 0xa4391e27 iommu_unmap_fast +EXPORT_SYMBOL_GPL vmlinux 0xa44a1307 interval_tree_iter_first +EXPORT_SYMBOL_GPL vmlinux 0xa452f2a4 xen_pirq_from_irq +EXPORT_SYMBOL_GPL vmlinux 0xa45a7280 i2c_slave_register +EXPORT_SYMBOL_GPL vmlinux 0xa45c7b90 stack_trace_print +EXPORT_SYMBOL_GPL vmlinux 0xa45d44fc zynqmp_pm_get_pll_frac_data +EXPORT_SYMBOL_GPL vmlinux 0xa45e8666 pinctrl_register +EXPORT_SYMBOL_GPL vmlinux 0xa45fabb1 tty_port_tty_hangup +EXPORT_SYMBOL_GPL vmlinux 0xa4611618 of_irq_to_resource +EXPORT_SYMBOL_GPL vmlinux 0xa464dc95 dev_pm_qos_hide_flags +EXPORT_SYMBOL_GPL vmlinux 0xa47405ec device_remove_software_node +EXPORT_SYMBOL_GPL vmlinux 0xa474c165 __traceiter_block_rq_remap +EXPORT_SYMBOL_GPL vmlinux 0xa47eb37f clk_hw_get_parent_index +EXPORT_SYMBOL_GPL vmlinux 0xa48196c8 kdb_poll_idx +EXPORT_SYMBOL_GPL vmlinux 0xa4989aac dst_cache_set_ip6 +EXPORT_SYMBOL_GPL vmlinux 0xa4a2b2ce sbitmap_show +EXPORT_SYMBOL_GPL vmlinux 0xa4a5733a mtk_pinconf_bias_disable_set +EXPORT_SYMBOL_GPL vmlinux 0xa4a998cb devm_thermal_of_zone_unregister +EXPORT_SYMBOL_GPL vmlinux 0xa4ab7c1c ring_buffer_overruns +EXPORT_SYMBOL_GPL vmlinux 0xa4b07fe7 ring_buffer_change_overwrite +EXPORT_SYMBOL_GPL vmlinux 0xa4c00324 asn1_encode_octet_string +EXPORT_SYMBOL_GPL vmlinux 0xa4c085f8 ata_tf_from_fis +EXPORT_SYMBOL_GPL vmlinux 0xa4c67b07 balloon_page_enqueue +EXPORT_SYMBOL_GPL vmlinux 0xa4cdceea acpi_driver_match_device +EXPORT_SYMBOL_GPL vmlinux 0xa4e690ae ata_sas_port_resume +EXPORT_SYMBOL_GPL vmlinux 0xa4f2a2ed acpi_irq_get +EXPORT_SYMBOL_GPL vmlinux 0xa4f384d6 genphy_c45_an_config_aneg +EXPORT_SYMBOL_GPL vmlinux 0xa4f81288 fscrypt_mergeable_bio +EXPORT_SYMBOL_GPL vmlinux 0xa517f884 tegra210_plle_hw_sequence_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0xa530789f xenbus_register_driver_common +EXPORT_SYMBOL_GPL vmlinux 0xa531471e clk_save_context +EXPORT_SYMBOL_GPL vmlinux 0xa53d48c8 fsl_mc_bus_dpcon_type +EXPORT_SYMBOL_GPL vmlinux 0xa53e7831 hwspin_lock_request +EXPORT_SYMBOL_GPL vmlinux 0xa53f7cdd sk_set_memalloc +EXPORT_SYMBOL_GPL vmlinux 0xa54a2cba devlink_linecard_provision_clear +EXPORT_SYMBOL_GPL vmlinux 0xa5556cf8 device_remove_groups +EXPORT_SYMBOL_GPL vmlinux 0xa56e1a52 sg_free_table_chained +EXPORT_SYMBOL_GPL vmlinux 0xa57a3a89 mas_empty_area_rev +EXPORT_SYMBOL_GPL vmlinux 0xa5924ae7 fsl_mc_bus_dpsw_type +EXPORT_SYMBOL_GPL vmlinux 0xa5b4f188 crypto_alloc_rng +EXPORT_SYMBOL_GPL vmlinux 0xa5b56065 of_phandle_iterator_init +EXPORT_SYMBOL_GPL vmlinux 0xa5bda8a1 efi_capsule_supported +EXPORT_SYMBOL_GPL vmlinux 0xa5d1f4b8 stack_depot_snprint +EXPORT_SYMBOL_GPL vmlinux 0xa5d7c388 pstore_type_to_name +EXPORT_SYMBOL_GPL vmlinux 0xa5df4809 ip6_flush_pending_frames +EXPORT_SYMBOL_GPL vmlinux 0xa5e5270b ata_bmdma_start +EXPORT_SYMBOL_GPL vmlinux 0xa5efbf4c async_synchronize_full +EXPORT_SYMBOL_GPL vmlinux 0xa5fb0fd4 crypto_stats_kpp_compute_shared_secret +EXPORT_SYMBOL_GPL vmlinux 0xa5fe1d47 ahci_ops +EXPORT_SYMBOL_GPL vmlinux 0xa60c03a9 genphy_c45_fast_retrain +EXPORT_SYMBOL_GPL vmlinux 0xa60f0645 iommu_device_release_dma_owner +EXPORT_SYMBOL_GPL vmlinux 0xa61214cb led_set_brightness_sync +EXPORT_SYMBOL_GPL vmlinux 0xa613a806 sysfs_create_file_ns +EXPORT_SYMBOL_GPL vmlinux 0xa6237791 devm_free_pages +EXPORT_SYMBOL_GPL vmlinux 0xa631cedb mtk_clk_unregister_composites +EXPORT_SYMBOL_GPL vmlinux 0xa633c669 encrypt_blob +EXPORT_SYMBOL_GPL vmlinux 0xa635c3d7 perf_pmu_register +EXPORT_SYMBOL_GPL vmlinux 0xa640ebd0 pm_generic_resume +EXPORT_SYMBOL_GPL vmlinux 0xa6499b0b dev_pm_opp_of_add_table_indexed +EXPORT_SYMBOL_GPL vmlinux 0xa64ad5b0 vcap_rule_add_key_u128 +EXPORT_SYMBOL_GPL vmlinux 0xa65f3c8c __tracepoint_block_bio_complete +EXPORT_SYMBOL_GPL vmlinux 0xa6626ce0 shmem_read_mapping_page_gfp +EXPORT_SYMBOL_GPL vmlinux 0xa66494c3 i2c_new_ancillary_device +EXPORT_SYMBOL_GPL vmlinux 0xa6721e96 imx_pinctrl_parse_pin_scu +EXPORT_SYMBOL_GPL vmlinux 0xa6a088b7 fscrypt_match_name +EXPORT_SYMBOL_GPL vmlinux 0xa6a4c254 page_cache_ra_unbounded +EXPORT_SYMBOL_GPL vmlinux 0xa6a7925c mas_walk +EXPORT_SYMBOL_GPL vmlinux 0xa6af1e35 __SCK__tp_func_block_rq_remap +EXPORT_SYMBOL_GPL vmlinux 0xa6afd3d1 phy_reset +EXPORT_SYMBOL_GPL vmlinux 0xa6b0659a vp_modern_set_queue_size +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 0xa6ceab6e auxiliary_device_init +EXPORT_SYMBOL_GPL vmlinux 0xa6dc0d97 tegra_read_ram_code +EXPORT_SYMBOL_GPL vmlinux 0xa6e1a69d kick_all_cpus_sync +EXPORT_SYMBOL_GPL vmlinux 0xa6e1effd rio_route_add_entry +EXPORT_SYMBOL_GPL vmlinux 0xa6ee15ca __tracepoint_rpm_suspend +EXPORT_SYMBOL_GPL vmlinux 0xa708ca58 mas_store_prealloc +EXPORT_SYMBOL_GPL vmlinux 0xa709c835 fib6_info_destroy_rcu +EXPORT_SYMBOL_GPL vmlinux 0xa721e81b crypto_stats_init +EXPORT_SYMBOL_GPL vmlinux 0xa72dd105 pci_bridge_emul_conf_write +EXPORT_SYMBOL_GPL vmlinux 0xa731f387 nl_table_lock +EXPORT_SYMBOL_GPL vmlinux 0xa73c3b08 mtk_mutex_remove_comp +EXPORT_SYMBOL_GPL vmlinux 0xa7432f3a crypto_unregister_rng +EXPORT_SYMBOL_GPL vmlinux 0xa7458c0f uprobe_register_refctr +EXPORT_SYMBOL_GPL vmlinux 0xa7520b3c ethnl_cable_test_finished +EXPORT_SYMBOL_GPL vmlinux 0xa757218d gpiod_get_direction +EXPORT_SYMBOL_GPL vmlinux 0xa758b783 strp_check_rcv +EXPORT_SYMBOL_GPL vmlinux 0xa76595df usb_hcd_is_primary_hcd +EXPORT_SYMBOL_GPL vmlinux 0xa7678766 led_init_default_state_get +EXPORT_SYMBOL_GPL vmlinux 0xa767ae30 dev_pm_opp_set_sharing_cpus +EXPORT_SYMBOL_GPL vmlinux 0xa788700b copy_to_user_nofault +EXPORT_SYMBOL_GPL vmlinux 0xa7894240 wm831x_auxadc_read_uv +EXPORT_SYMBOL_GPL vmlinux 0xa78e024a usb_asmedia_modifyflowcontrol +EXPORT_SYMBOL_GPL vmlinux 0xa7950915 blk_mq_update_nr_hw_queues +EXPORT_SYMBOL_GPL vmlinux 0xa7b9dedc rio_release_outb_dbell +EXPORT_SYMBOL_GPL vmlinux 0xa7c0895a devm_free_percpu +EXPORT_SYMBOL_GPL vmlinux 0xa7c58edf xen_unregister_device_domain_owner +EXPORT_SYMBOL_GPL vmlinux 0xa7d5b48d raw_abort +EXPORT_SYMBOL_GPL vmlinux 0xa7f66bf8 skb_zerocopy_headlen +EXPORT_SYMBOL_GPL vmlinux 0xa7fba9e1 init_uts_ns +EXPORT_SYMBOL_GPL vmlinux 0xa7fdbf4d rio_free_net +EXPORT_SYMBOL_GPL vmlinux 0xa807840d usb_enable_autosuspend +EXPORT_SYMBOL_GPL vmlinux 0xa81571f2 gpiod_get_array_optional +EXPORT_SYMBOL_GPL vmlinux 0xa817193d rockchip_pcie_cfg_configuration_accesses +EXPORT_SYMBOL_GPL vmlinux 0xa826db0c dev_pm_genpd_set_next_wakeup +EXPORT_SYMBOL_GPL vmlinux 0xa82dcd1b mtk_clk_register_fixed_clks +EXPORT_SYMBOL_GPL vmlinux 0xa843a309 gpiod_set_config +EXPORT_SYMBOL_GPL vmlinux 0xa84af3d3 fib_nl_newrule +EXPORT_SYMBOL_GPL vmlinux 0xa851973a raw_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0xa85248ff bio_end_io_acct_remapped +EXPORT_SYMBOL_GPL vmlinux 0xa85b93b3 pci_hp_create_module_link +EXPORT_SYMBOL_GPL vmlinux 0xa876cd6e icc_provider_add +EXPORT_SYMBOL_GPL vmlinux 0xa879ae2c dma_free_noncontiguous +EXPORT_SYMBOL_GPL vmlinux 0xa88210fe ata_std_postreset +EXPORT_SYMBOL_GPL vmlinux 0xa8841cc6 mas_next +EXPORT_SYMBOL_GPL vmlinux 0xa88cbcff crypto_spawn_tfm +EXPORT_SYMBOL_GPL vmlinux 0xa88d9cbf nf_queue_entry_get_refs +EXPORT_SYMBOL_GPL vmlinux 0xa88f165f bd_prepare_to_claim +EXPORT_SYMBOL_GPL vmlinux 0xa89926dc crypto_dh_decode_key +EXPORT_SYMBOL_GPL vmlinux 0xa8a6364c xas_get_mark +EXPORT_SYMBOL_GPL vmlinux 0xa8b78b4f device_wakeup_enable +EXPORT_SYMBOL_GPL vmlinux 0xa8c736f5 led_classdev_notify_brightness_hw_changed +EXPORT_SYMBOL_GPL vmlinux 0xa8c9ebcd clk_hw_register +EXPORT_SYMBOL_GPL vmlinux 0xa8d80850 tcp_slow_start +EXPORT_SYMBOL_GPL vmlinux 0xa8db9138 blk_mq_free_request +EXPORT_SYMBOL_GPL vmlinux 0xa8dd8593 fwnode_get_next_child_node +EXPORT_SYMBOL_GPL vmlinux 0xa8e18fe9 ehci_init_driver +EXPORT_SYMBOL_GPL vmlinux 0xa8fef239 irq_chip_disable_parent +EXPORT_SYMBOL_GPL vmlinux 0xa9320d27 ktime_get_seconds +EXPORT_SYMBOL_GPL vmlinux 0xa955b4ce phy_get_rate_matching +EXPORT_SYMBOL_GPL vmlinux 0xa95b5c77 hwmon_sanitize_name +EXPORT_SYMBOL_GPL vmlinux 0xa96317ca kthread_queue_work +EXPORT_SYMBOL_GPL vmlinux 0xa9698294 crypto_unregister_aeads +EXPORT_SYMBOL_GPL vmlinux 0xa96e8b4e hv_setup_vmbus_handler +EXPORT_SYMBOL_GPL vmlinux 0xa97a7049 of_irq_find_parent +EXPORT_SYMBOL_GPL vmlinux 0xa9844663 inode_dax +EXPORT_SYMBOL_GPL vmlinux 0xa98bf112 bsg_register_queue +EXPORT_SYMBOL_GPL vmlinux 0xa997eeba pci_aer_clear_nonfatal_status +EXPORT_SYMBOL_GPL vmlinux 0xa9998fd1 usb_anchor_urb +EXPORT_SYMBOL_GPL vmlinux 0xa99b8e70 __SCK__tp_func_xdp_exception +EXPORT_SYMBOL_GPL vmlinux 0xa99ef899 devlink_fmsg_bool_pair_put +EXPORT_SYMBOL_GPL vmlinux 0xa9aa1f94 devm_mbox_controller_unregister +EXPORT_SYMBOL_GPL vmlinux 0xa9bf5819 fat_build_inode +EXPORT_SYMBOL_GPL vmlinux 0xa9c1f2d7 ip6_route_input_lookup +EXPORT_SYMBOL_GPL vmlinux 0xa9c68fa8 pcie_port_find_device +EXPORT_SYMBOL_GPL vmlinux 0xa9c71c9c folio_add_wait_queue +EXPORT_SYMBOL_GPL vmlinux 0xa9cca6ca pm_relax +EXPORT_SYMBOL_GPL vmlinux 0xa9d7c489 synth_event_create +EXPORT_SYMBOL_GPL vmlinux 0xa9dd6157 _copy_from_iter_flushcache +EXPORT_SYMBOL_GPL vmlinux 0xa9ea1472 vfs_inode_has_locks +EXPORT_SYMBOL_GPL vmlinux 0xa9f7ac17 dax_recovery_write +EXPORT_SYMBOL_GPL vmlinux 0xaa02773e irq_create_fwspec_mapping +EXPORT_SYMBOL_GPL vmlinux 0xaa02f4a0 device_link_add +EXPORT_SYMBOL_GPL vmlinux 0xaa0364b2 scsi_free_sgtables +EXPORT_SYMBOL_GPL vmlinux 0xaa22e518 anon_inode_getfd_secure +EXPORT_SYMBOL_GPL vmlinux 0xaa276bd6 software_node_fwnode +EXPORT_SYMBOL_GPL vmlinux 0xaa2de5c3 dm_submit_bio_remap +EXPORT_SYMBOL_GPL vmlinux 0xaa2f626c xfrm_local_error +EXPORT_SYMBOL_GPL vmlinux 0xaa331554 subsys_dev_iter_next +EXPORT_SYMBOL_GPL vmlinux 0xaa3a76ce blk_mq_freeze_queue +EXPORT_SYMBOL_GPL vmlinux 0xaa6a50f9 __static_key_deferred_flush +EXPORT_SYMBOL_GPL vmlinux 0xaa7889e4 pci_check_and_unmask_intx +EXPORT_SYMBOL_GPL vmlinux 0xaa7dd375 __folio_lock_killable +EXPORT_SYMBOL_GPL vmlinux 0xaa7f9f6f serial8250_em485_start_tx +EXPORT_SYMBOL_GPL vmlinux 0xaa8579b5 acpi_get_and_request_gpiod +EXPORT_SYMBOL_GPL vmlinux 0xaa85a62e netdev_is_rx_handler_busy +EXPORT_SYMBOL_GPL vmlinux 0xaa8f11e0 dax_writeback_mapping_range +EXPORT_SYMBOL_GPL vmlinux 0xaaa918c9 ftrace_dump +EXPORT_SYMBOL_GPL vmlinux 0xaab9c421 clk_multiplier_ops +EXPORT_SYMBOL_GPL vmlinux 0xaac0f3ed devm_extcon_dev_register +EXPORT_SYMBOL_GPL vmlinux 0xaac18185 scsi_unregister_device_handler +EXPORT_SYMBOL_GPL vmlinux 0xaac6647c acpi_irq_create_hierarchy +EXPORT_SYMBOL_GPL vmlinux 0xaae1ca09 ahci_save_initial_config +EXPORT_SYMBOL_GPL vmlinux 0xaaf9f4f7 srcu_notifier_chain_unregister +EXPORT_SYMBOL_GPL vmlinux 0xaafafbff rockchip_pmu_unblock +EXPORT_SYMBOL_GPL vmlinux 0xaaffd13b pci_scan_child_bus +EXPORT_SYMBOL_GPL vmlinux 0xab03f799 handle_mm_fault +EXPORT_SYMBOL_GPL vmlinux 0xab060841 zynqmp_pm_query_data +EXPORT_SYMBOL_GPL vmlinux 0xab0bfe90 nvmem_register +EXPORT_SYMBOL_GPL vmlinux 0xab0ff87e ftrace_set_filter_ip +EXPORT_SYMBOL_GPL vmlinux 0xab0ffdcf sata_async_notification +EXPORT_SYMBOL_GPL vmlinux 0xab1e0e93 hv_setup_kexec_handler +EXPORT_SYMBOL_GPL vmlinux 0xab201fd3 add_disk_randomness +EXPORT_SYMBOL_GPL vmlinux 0xab27c8b0 wakeup_sources_walk_start +EXPORT_SYMBOL_GPL vmlinux 0xab2a57d9 usb_phy_roothub_alloc +EXPORT_SYMBOL_GPL vmlinux 0xab50a450 ahci_start_fis_rx +EXPORT_SYMBOL_GPL vmlinux 0xab690d80 driver_find_device +EXPORT_SYMBOL_GPL vmlinux 0xab7cbb6a extcon_get_edev_name +EXPORT_SYMBOL_GPL vmlinux 0xab7ef8ae ehci_adjust_port_wakeup_flags +EXPORT_SYMBOL_GPL vmlinux 0xab7f853d mtk_mutex_prepare +EXPORT_SYMBOL_GPL vmlinux 0xab80e3f4 lwtstate_free +EXPORT_SYMBOL_GPL vmlinux 0xab8559e8 devm_led_classdev_unregister +EXPORT_SYMBOL_GPL vmlinux 0xab8e81bc fscrypt_fname_encrypted_size +EXPORT_SYMBOL_GPL vmlinux 0xab932722 mbox_free_channel +EXPORT_SYMBOL_GPL vmlinux 0xab93a0b1 fuse_fill_super_common +EXPORT_SYMBOL_GPL vmlinux 0xab9ca74d pci_store_saved_state +EXPORT_SYMBOL_GPL vmlinux 0xaba9180b __inode_attach_wb +EXPORT_SYMBOL_GPL vmlinux 0xaba9be3a __devm_alloc_percpu +EXPORT_SYMBOL_GPL vmlinux 0xabaf8203 pci_msix_free_irq +EXPORT_SYMBOL_GPL vmlinux 0xabb6c23f devm_regulator_get_exclusive +EXPORT_SYMBOL_GPL vmlinux 0xabb9de94 da903x_set_bits +EXPORT_SYMBOL_GPL vmlinux 0xabc640f3 list_lru_isolate +EXPORT_SYMBOL_GPL vmlinux 0xabc99d86 regulator_set_pull_down_regmap +EXPORT_SYMBOL_GPL vmlinux 0xabd45848 stop_machine +EXPORT_SYMBOL_GPL vmlinux 0xabf63826 serial8250_em485_destroy +EXPORT_SYMBOL_GPL vmlinux 0xabfcee37 bpf_prog_select_runtime +EXPORT_SYMBOL_GPL vmlinux 0xac03d9c4 usb_hcd_unmap_urb_for_dma +EXPORT_SYMBOL_GPL vmlinux 0xac14e90d pm_generic_poweroff +EXPORT_SYMBOL_GPL vmlinux 0xac1c79cb usb_phy_roothub_resume +EXPORT_SYMBOL_GPL vmlinux 0xac1dc975 icc_provider_deregister +EXPORT_SYMBOL_GPL vmlinux 0xac29f0e9 netdev_rx_handler_register +EXPORT_SYMBOL_GPL vmlinux 0xac341b15 debugfs_create_atomic_t +EXPORT_SYMBOL_GPL vmlinux 0xac359bf6 fib_add_nexthop +EXPORT_SYMBOL_GPL vmlinux 0xac3aae17 dev_pm_domain_start +EXPORT_SYMBOL_GPL vmlinux 0xac4e7800 crypto_req_done +EXPORT_SYMBOL_GPL vmlinux 0xac66e6e9 create_signature +EXPORT_SYMBOL_GPL vmlinux 0xac736fcf do_take_over_console +EXPORT_SYMBOL_GPL vmlinux 0xac74839b blk_mq_wait_quiesce_done +EXPORT_SYMBOL_GPL vmlinux 0xac913520 rio_add_mport_pw_handler +EXPORT_SYMBOL_GPL vmlinux 0xac9784d1 crypto_enqueue_request +EXPORT_SYMBOL_GPL vmlinux 0xac97c8bb rtnl_get_net_ns_capable +EXPORT_SYMBOL_GPL vmlinux 0xacab2256 balloon_page_list_dequeue +EXPORT_SYMBOL_GPL vmlinux 0xacaf1364 led_trigger_register +EXPORT_SYMBOL_GPL vmlinux 0xacb4d88c clk_rate_exclusive_put +EXPORT_SYMBOL_GPL vmlinux 0xacbed64a of_resolve_phandles +EXPORT_SYMBOL_GPL vmlinux 0xacc57964 driver_for_each_device +EXPORT_SYMBOL_GPL vmlinux 0xacc977ac alarm_forward_now +EXPORT_SYMBOL_GPL vmlinux 0xacd19990 pci_cfg_access_trylock +EXPORT_SYMBOL_GPL vmlinux 0xacd80deb iommu_unregister_device_fault_handler +EXPORT_SYMBOL_GPL vmlinux 0xacdbea28 ata_sas_queuecmd +EXPORT_SYMBOL_GPL vmlinux 0xace8270f badblocks_init +EXPORT_SYMBOL_GPL vmlinux 0xacf634fd ata_sff_port_ops +EXPORT_SYMBOL_GPL vmlinux 0xacf70905 blkcg_get_fc_appid +EXPORT_SYMBOL_GPL vmlinux 0xacf7e88b mbox_flush +EXPORT_SYMBOL_GPL vmlinux 0xad06a7eb hvc_poll +EXPORT_SYMBOL_GPL vmlinux 0xad08cc78 virtqueue_add_sgs +EXPORT_SYMBOL_GPL vmlinux 0xad132f88 irq_find_matching_fwspec +EXPORT_SYMBOL_GPL vmlinux 0xad1b920f class_remove_file_ns +EXPORT_SYMBOL_GPL vmlinux 0xad21dc59 of_alias_get_id +EXPORT_SYMBOL_GPL vmlinux 0xad25602f __tracepoint_sched_overutilized_tp +EXPORT_SYMBOL_GPL vmlinux 0xad2cdeb4 wakeup_source_unregister +EXPORT_SYMBOL_GPL vmlinux 0xad395dd9 mm_account_pinned_pages +EXPORT_SYMBOL_GPL vmlinux 0xad42dff8 __SCK__tp_func_tcp_bad_csum +EXPORT_SYMBOL_GPL vmlinux 0xad455c0a scsi_autopm_get_device +EXPORT_SYMBOL_GPL vmlinux 0xad4c03b9 xenbus_frontend_closed +EXPORT_SYMBOL_GPL vmlinux 0xad4e6259 remove_cpu +EXPORT_SYMBOL_GPL vmlinux 0xad5a0e21 regulator_set_mode +EXPORT_SYMBOL_GPL vmlinux 0xad62adbf ahci_shost_groups +EXPORT_SYMBOL_GPL vmlinux 0xad645234 register_switchdev_notifier +EXPORT_SYMBOL_GPL vmlinux 0xad6b2767 pci_disable_pasid +EXPORT_SYMBOL_GPL vmlinux 0xad6b486e devm_pwmchip_add +EXPORT_SYMBOL_GPL vmlinux 0xad70cba3 skcipher_walk_aead_decrypt +EXPORT_SYMBOL_GPL vmlinux 0xad766b54 xenbus_probe_node +EXPORT_SYMBOL_GPL vmlinux 0xad76a3f0 __SCK__tp_func_neigh_update_done +EXPORT_SYMBOL_GPL vmlinux 0xad83ce29 xas_find_conflict +EXPORT_SYMBOL_GPL vmlinux 0xad9a09e0 da9052_adc_manual_read +EXPORT_SYMBOL_GPL vmlinux 0xad9efcc1 usb_get_current_frame_number +EXPORT_SYMBOL_GPL vmlinux 0xad9fb247 lwtunnel_valid_encap_type_attr +EXPORT_SYMBOL_GPL vmlinux 0xada38766 dst_cache_destroy +EXPORT_SYMBOL_GPL vmlinux 0xada8027b rtc_class_open +EXPORT_SYMBOL_GPL vmlinux 0xadaf14d6 devm_of_led_get +EXPORT_SYMBOL_GPL vmlinux 0xadc7c788 compat_only_sysfs_link_entry_to_kobj +EXPORT_SYMBOL_GPL vmlinux 0xadcc67e4 relay_switch_subbuf +EXPORT_SYMBOL_GPL vmlinux 0xadd25ffb pinctrl_generic_add_group +EXPORT_SYMBOL_GPL vmlinux 0xade5339b hte_get_clk_src_info +EXPORT_SYMBOL_GPL vmlinux 0xadf1179b tc3589x_block_write +EXPORT_SYMBOL_GPL vmlinux 0xadf4cdd3 usb_put_intf +EXPORT_SYMBOL_GPL vmlinux 0xadf9c1b3 housekeeping_cpumask +EXPORT_SYMBOL_GPL vmlinux 0xae01217a mpi_write_to_sgl +EXPORT_SYMBOL_GPL vmlinux 0xae0ecf40 usb_bus_idr_lock +EXPORT_SYMBOL_GPL vmlinux 0xae1051b0 net_cls_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0xae1946bd serial8250_tx_chars +EXPORT_SYMBOL_GPL vmlinux 0xae270443 ping_close +EXPORT_SYMBOL_GPL vmlinux 0xae276794 usb_put_dev +EXPORT_SYMBOL_GPL vmlinux 0xae2a20d9 of_property_read_u64 +EXPORT_SYMBOL_GPL vmlinux 0xae36eea7 uart_try_toggle_sysrq +EXPORT_SYMBOL_GPL vmlinux 0xae38fc97 usb_unanchor_urb +EXPORT_SYMBOL_GPL vmlinux 0xae39f80e dst_cache_init +EXPORT_SYMBOL_GPL vmlinux 0xae5a4838 devm_bitmap_zalloc +EXPORT_SYMBOL_GPL vmlinux 0xae64f1dd __tracepoint_block_bio_remap +EXPORT_SYMBOL_GPL vmlinux 0xae66224d dev_pm_opp_of_cpumask_remove_table +EXPORT_SYMBOL_GPL vmlinux 0xae69b1c1 usermodehelper_read_unlock +EXPORT_SYMBOL_GPL vmlinux 0xae779e44 vring_new_virtqueue +EXPORT_SYMBOL_GPL vmlinux 0xae7a3400 ata_port_classify +EXPORT_SYMBOL_GPL vmlinux 0xae7c231d mpi_cmp +EXPORT_SYMBOL_GPL vmlinux 0xae80a2dc __tracepoint_rwmmio_post_write +EXPORT_SYMBOL_GPL vmlinux 0xae92d328 pci_enable_pasid +EXPORT_SYMBOL_GPL vmlinux 0xae931a50 fuse_do_ioctl +EXPORT_SYMBOL_GPL vmlinux 0xae93c0d9 fuse_conn_get +EXPORT_SYMBOL_GPL vmlinux 0xaea65bd6 strp_process +EXPORT_SYMBOL_GPL vmlinux 0xaea7f1ef devlink_sb_unregister +EXPORT_SYMBOL_GPL vmlinux 0xaeac7b82 task_cls_state +EXPORT_SYMBOL_GPL vmlinux 0xaeb452b8 usb_of_get_device_node +EXPORT_SYMBOL_GPL vmlinux 0xaeb877e8 pm_generic_restore +EXPORT_SYMBOL_GPL vmlinux 0xaebf066e debugfs_create_file_size +EXPORT_SYMBOL_GPL vmlinux 0xaed78eb8 crypto_register_ahash +EXPORT_SYMBOL_GPL vmlinux 0xaee1ea94 regulator_set_bypass_regmap +EXPORT_SYMBOL_GPL vmlinux 0xaeead1aa dprc_setup +EXPORT_SYMBOL_GPL vmlinux 0xaeefb597 kobject_rename +EXPORT_SYMBOL_GPL vmlinux 0xaef12db8 platform_get_irq_byname +EXPORT_SYMBOL_GPL vmlinux 0xaef1ea26 dev_pm_set_wake_irq +EXPORT_SYMBOL_GPL vmlinux 0xaf076aec nd_fletcher64 +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 0xaf3a58f1 devl_dpipe_table_unregister +EXPORT_SYMBOL_GPL vmlinux 0xaf3ed93e srcu_notifier_chain_register +EXPORT_SYMBOL_GPL vmlinux 0xaf4014ff usb_amd_quirk_pll_check +EXPORT_SYMBOL_GPL vmlinux 0xaf4986ee virtqueue_resize +EXPORT_SYMBOL_GPL vmlinux 0xaf52d835 mmput +EXPORT_SYMBOL_GPL vmlinux 0xaf5644cc pci_epf_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0xaf5e7ce8 noop_backing_dev_info +EXPORT_SYMBOL_GPL vmlinux 0xaf6421f1 genphy_c45_pma_baset1_setup_master_slave +EXPORT_SYMBOL_GPL vmlinux 0xaf746127 rockchip_clk_register_branches +EXPORT_SYMBOL_GPL vmlinux 0xaf787eac devm_of_platform_depopulate +EXPORT_SYMBOL_GPL vmlinux 0xaf793668 __alloc_percpu_gfp +EXPORT_SYMBOL_GPL vmlinux 0xaf80f994 max8997_read_reg +EXPORT_SYMBOL_GPL vmlinux 0xaf813fdf phy_resolve_aneg_linkmode +EXPORT_SYMBOL_GPL vmlinux 0xaf852873 cpuidle_register_device +EXPORT_SYMBOL_GPL vmlinux 0xaf8baf49 __dev_fwnode_const +EXPORT_SYMBOL_GPL vmlinux 0xafab1ac2 sdio_align_size +EXPORT_SYMBOL_GPL vmlinux 0xafb07262 __pfn_to_mfn +EXPORT_SYMBOL_GPL vmlinux 0xafb9918a devm_tegra_core_dev_init_opp_table +EXPORT_SYMBOL_GPL vmlinux 0xafbb63df dev_pm_opp_add +EXPORT_SYMBOL_GPL vmlinux 0xafddd545 ata_id_c_string +EXPORT_SYMBOL_GPL vmlinux 0xafe735c7 samsung_sdi_battery_get_info +EXPORT_SYMBOL_GPL vmlinux 0xafeb58c1 __SCK__tp_func_io_page_fault +EXPORT_SYMBOL_GPL vmlinux 0xaffc4108 __clk_hw_register_fixed_rate +EXPORT_SYMBOL_GPL vmlinux 0xb0003a3a md_stop +EXPORT_SYMBOL_GPL vmlinux 0xb001c87a regulator_set_voltage_time +EXPORT_SYMBOL_GPL vmlinux 0xb0099f79 topology_clear_scale_freq_source +EXPORT_SYMBOL_GPL vmlinux 0xb019ee67 sk_msg_free +EXPORT_SYMBOL_GPL vmlinux 0xb023eb81 tc3589x_reg_write +EXPORT_SYMBOL_GPL vmlinux 0xb02ac411 register_xenstore_notifier +EXPORT_SYMBOL_GPL vmlinux 0xb03a718a class_destroy +EXPORT_SYMBOL_GPL vmlinux 0xb03af85f em_dev_unregister_perf_domain +EXPORT_SYMBOL_GPL vmlinux 0xb03bc107 fuse_mount_remove +EXPORT_SYMBOL_GPL vmlinux 0xb0408be0 pinctrl_dev_get_name +EXPORT_SYMBOL_GPL vmlinux 0xb04808cc usb_altnum_to_altsetting +EXPORT_SYMBOL_GPL vmlinux 0xb0484d4f proc_create_net_data_write +EXPORT_SYMBOL_GPL vmlinux 0xb049a294 __SCK__tp_func_pelt_irq_tp +EXPORT_SYMBOL_GPL vmlinux 0xb05320b0 ip6_push_pending_frames +EXPORT_SYMBOL_GPL vmlinux 0xb05b68d5 zynqmp_pm_reset_get_status +EXPORT_SYMBOL_GPL vmlinux 0xb0650ad7 __pci_reset_function_locked +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 0xb07a6349 __traceiter_br_fdb_add +EXPORT_SYMBOL_GPL vmlinux 0xb089bfbc icc_disable +EXPORT_SYMBOL_GPL vmlinux 0xb08a22a3 cpufreq_show_cpus +EXPORT_SYMBOL_GPL vmlinux 0xb098e189 ata_link_next +EXPORT_SYMBOL_GPL vmlinux 0xb09a96e7 crypto_lookup_template +EXPORT_SYMBOL_GPL vmlinux 0xb09f95eb inet6_csk_xmit +EXPORT_SYMBOL_GPL vmlinux 0xb0a6be76 crypto_register_scomps +EXPORT_SYMBOL_GPL vmlinux 0xb0b85f47 ring_buffer_iter_reset +EXPORT_SYMBOL_GPL vmlinux 0xb0d1656c gpio_free_array +EXPORT_SYMBOL_GPL vmlinux 0xb0d600d9 rtc_update_irq +EXPORT_SYMBOL_GPL vmlinux 0xb0d6e702 devm_clk_get_enabled +EXPORT_SYMBOL_GPL vmlinux 0xb0e6fb96 gnttab_end_foreign_access +EXPORT_SYMBOL_GPL vmlinux 0xb0e8e671 xenbus_otherend_changed +EXPORT_SYMBOL_GPL vmlinux 0xb0ec6cd9 devm_pwm_get +EXPORT_SYMBOL_GPL vmlinux 0xb0f6b095 pci_epc_map_msi_irq +EXPORT_SYMBOL_GPL vmlinux 0xb103ba02 lp8788_write_byte +EXPORT_SYMBOL_GPL vmlinux 0xb10d964d devlink_fmsg_pair_nest_end +EXPORT_SYMBOL_GPL vmlinux 0xb11957f1 inet_twsk_alloc +EXPORT_SYMBOL_GPL vmlinux 0xb11d329c rio_route_clr_table +EXPORT_SYMBOL_GPL vmlinux 0xb11d9000 tty_dev_name_to_number +EXPORT_SYMBOL_GPL vmlinux 0xb1214ef0 kthread_flush_work +EXPORT_SYMBOL_GPL vmlinux 0xb129af09 register_virtio_device +EXPORT_SYMBOL_GPL vmlinux 0xb1647fc2 devlink_info_version_running_put +EXPORT_SYMBOL_GPL vmlinux 0xb1695822 int_active_memcg +EXPORT_SYMBOL_GPL vmlinux 0xb16ab16e vchan_find_desc +EXPORT_SYMBOL_GPL vmlinux 0xb16e29b6 fscrypt_fname_encrypt +EXPORT_SYMBOL_GPL vmlinux 0xb16f7284 iommu_detach_group +EXPORT_SYMBOL_GPL vmlinux 0xb19b895c driver_set_override +EXPORT_SYMBOL_GPL vmlinux 0xb19bac85 watchdog_set_last_hw_keepalive +EXPORT_SYMBOL_GPL vmlinux 0xb19e0857 metadata_dst_alloc +EXPORT_SYMBOL_GPL vmlinux 0xb1baa71a devlink_linecard_provision_fail +EXPORT_SYMBOL_GPL vmlinux 0xb1bed25d dpm_resume_start +EXPORT_SYMBOL_GPL vmlinux 0xb1c22078 nd_tbl +EXPORT_SYMBOL_GPL vmlinux 0xb1d759fa spi_controller_resume +EXPORT_SYMBOL_GPL vmlinux 0xb1e25684 __trace_bputs +EXPORT_SYMBOL_GPL vmlinux 0xb1f92a6b ahash_register_instance +EXPORT_SYMBOL_GPL vmlinux 0xb1fc1782 pci_speed_string +EXPORT_SYMBOL_GPL vmlinux 0xb202f0d7 rht_bucket_nested_insert +EXPORT_SYMBOL_GPL vmlinux 0xb205f04e tps6586x_set_bits +EXPORT_SYMBOL_GPL vmlinux 0xb219075f xdp_do_redirect +EXPORT_SYMBOL_GPL vmlinux 0xb21ab83e is_dock_device +EXPORT_SYMBOL_GPL vmlinux 0xb21d00c6 hte_ts_put +EXPORT_SYMBOL_GPL vmlinux 0xb2210d64 reset_control_deassert +EXPORT_SYMBOL_GPL vmlinux 0xb233f6cb serial8250_clear_and_reinit_fifos +EXPORT_SYMBOL_GPL vmlinux 0xb23b7691 start_poll_synchronize_rcu_full +EXPORT_SYMBOL_GPL vmlinux 0xb2405efc secure_tcp_seq +EXPORT_SYMBOL_GPL vmlinux 0xb248403a devm_regulator_register +EXPORT_SYMBOL_GPL vmlinux 0xb24a743c blk_mq_unfreeze_queue +EXPORT_SYMBOL_GPL vmlinux 0xb253f9ea input_ff_erase +EXPORT_SYMBOL_GPL vmlinux 0xb26a1add elfcorehdr_addr +EXPORT_SYMBOL_GPL vmlinux 0xb276a49c blk_mq_start_stopped_hw_queue +EXPORT_SYMBOL_GPL vmlinux 0xb2855f5d of_add_property +EXPORT_SYMBOL_GPL vmlinux 0xb29533ee zs_malloc +EXPORT_SYMBOL_GPL vmlinux 0xb29ca792 tc3589x_set_bits +EXPORT_SYMBOL_GPL vmlinux 0xb2a0764e synth_event_add_val +EXPORT_SYMBOL_GPL vmlinux 0xb2c1732e rcu_gp_set_torture_wait +EXPORT_SYMBOL_GPL vmlinux 0xb2ce3dc6 extcon_dev_unregister +EXPORT_SYMBOL_GPL vmlinux 0xb2de2025 nvdimm_name +EXPORT_SYMBOL_GPL vmlinux 0xb2e00f04 ata_bmdma_irq_clear +EXPORT_SYMBOL_GPL vmlinux 0xb2e125d3 virtqueue_get_vring_size +EXPORT_SYMBOL_GPL vmlinux 0xb2e764e8 suspend_valid_only_mem +EXPORT_SYMBOL_GPL vmlinux 0xb2e8f001 meson_clk_cpu_dyndiv_ops +EXPORT_SYMBOL_GPL vmlinux 0xb2ea5036 fwnode_handle_get +EXPORT_SYMBOL_GPL vmlinux 0xb2fa093e blk_mq_map_queues +EXPORT_SYMBOL_GPL vmlinux 0xb2fe53fc clk_mux_determine_rate_flags +EXPORT_SYMBOL_GPL vmlinux 0xb307c909 devlink_fmsg_u64_pair_put +EXPORT_SYMBOL_GPL vmlinux 0xb30b2bda preempt_model_full +EXPORT_SYMBOL_GPL vmlinux 0xb3119b77 dma_mmap_noncontiguous +EXPORT_SYMBOL_GPL vmlinux 0xb3165200 gnttab_dma_free_pages +EXPORT_SYMBOL_GPL vmlinux 0xb3395292 sata_link_scr_lpm +EXPORT_SYMBOL_GPL vmlinux 0xb33ab87d lwtunnel_output +EXPORT_SYMBOL_GPL vmlinux 0xb346dd17 rtc_set_time +EXPORT_SYMBOL_GPL vmlinux 0xb35c9b83 acpi_dev_gpio_irq_wake_get_by +EXPORT_SYMBOL_GPL vmlinux 0xb3694ebb tegra_bpmp_free_mrq +EXPORT_SYMBOL_GPL vmlinux 0xb36c8de7 fsverity_cleanup_inode +EXPORT_SYMBOL_GPL vmlinux 0xb3740853 devm_regulator_put +EXPORT_SYMBOL_GPL vmlinux 0xb375d9e1 mtk_pinconf_bias_set_rev1 +EXPORT_SYMBOL_GPL vmlinux 0xb38c807d pm_generic_suspend +EXPORT_SYMBOL_GPL vmlinux 0xb39583b7 skb_mpls_pop +EXPORT_SYMBOL_GPL vmlinux 0xb3a54cc1 mptcp_pm_get_subflows_max +EXPORT_SYMBOL_GPL vmlinux 0xb3af6525 clk_gate_restore_context +EXPORT_SYMBOL_GPL vmlinux 0xb3b395d0 i2c_dw_prepare_clk +EXPORT_SYMBOL_GPL vmlinux 0xb3b8415a bus_for_each_drv +EXPORT_SYMBOL_GPL vmlinux 0xb3ca9f1c od_register_powersave_bias_handler +EXPORT_SYMBOL_GPL vmlinux 0xb3e95f5d devm_ioremap_uc +EXPORT_SYMBOL_GPL vmlinux 0xb3fd8fe6 kernel_read_file_from_path +EXPORT_SYMBOL_GPL vmlinux 0xb40d673e zynqmp_pm_pinctrl_request +EXPORT_SYMBOL_GPL vmlinux 0xb40dee66 nf_nat_hook +EXPORT_SYMBOL_GPL vmlinux 0xb4175964 extcon_dev_register +EXPORT_SYMBOL_GPL vmlinux 0xb42d83b7 kvm_vcpu_mark_page_dirty +EXPORT_SYMBOL_GPL vmlinux 0xb4307ef5 sock_diag_check_cookie +EXPORT_SYMBOL_GPL vmlinux 0xb43f9365 ktime_get +EXPORT_SYMBOL_GPL vmlinux 0xb4429b64 acpi_dev_resource_ext_address_space +EXPORT_SYMBOL_GPL vmlinux 0xb44546e2 nfct_btf_struct_access +EXPORT_SYMBOL_GPL vmlinux 0xb44e18ea audit_enabled +EXPORT_SYMBOL_GPL vmlinux 0xb459a9c7 mtk_pinconf_bias_disable_get +EXPORT_SYMBOL_GPL vmlinux 0xb468baf7 do_unregister_con_driver +EXPORT_SYMBOL_GPL vmlinux 0xb46d1126 ipv4_redirect +EXPORT_SYMBOL_GPL vmlinux 0xb47dc139 dev_coredumpsg +EXPORT_SYMBOL_GPL vmlinux 0xb48c4700 __traceiter_br_fdb_external_learn_add +EXPORT_SYMBOL_GPL vmlinux 0xb48f0638 software_node_register +EXPORT_SYMBOL_GPL vmlinux 0xb48f3499 xlnx_register_event +EXPORT_SYMBOL_GPL vmlinux 0xb4971c36 edac_device_add_device +EXPORT_SYMBOL_GPL vmlinux 0xb4b97c90 pvclock_gtod_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0xb4beb95d __virtqueue_break +EXPORT_SYMBOL_GPL vmlinux 0xb4c2c662 of_thermal_get_ntrips +EXPORT_SYMBOL_GPL vmlinux 0xb4c2d752 cpuidle_register_driver +EXPORT_SYMBOL_GPL vmlinux 0xb4c2db6b sata_link_debounce +EXPORT_SYMBOL_GPL vmlinux 0xb4c3f504 __skb_get_hash_symmetric +EXPORT_SYMBOL_GPL vmlinux 0xb4cebd40 pinctrl_force_sleep +EXPORT_SYMBOL_GPL vmlinux 0xb4df74ac tps65912_device_exit +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 0xb50924b9 cgroup_path_ns +EXPORT_SYMBOL_GPL vmlinux 0xb5093dd3 console_list +EXPORT_SYMBOL_GPL vmlinux 0xb513e599 pci_dev_unlock +EXPORT_SYMBOL_GPL vmlinux 0xb51790b8 cpufreq_freq_attr_scaling_available_freqs +EXPORT_SYMBOL_GPL vmlinux 0xb51fbd64 edac_op_state +EXPORT_SYMBOL_GPL vmlinux 0xb520eb79 btree_merge +EXPORT_SYMBOL_GPL vmlinux 0xb52ac605 devl_rate_node_create +EXPORT_SYMBOL_GPL vmlinux 0xb52b4f8a crypto_destroy_tfm +EXPORT_SYMBOL_GPL vmlinux 0xb5365d75 pm_schedule_suspend +EXPORT_SYMBOL_GPL vmlinux 0xb55139f6 HUF_readStats +EXPORT_SYMBOL_GPL vmlinux 0xb55c0ed2 percpu_is_read_locked +EXPORT_SYMBOL_GPL vmlinux 0xb55de460 HYPERVISOR_dm_op +EXPORT_SYMBOL_GPL vmlinux 0xb55f38f1 tty_ldisc_ref +EXPORT_SYMBOL_GPL vmlinux 0xb561c490 mpi_mul +EXPORT_SYMBOL_GPL vmlinux 0xb56ae5fc n_tty_inherit_ops +EXPORT_SYMBOL_GPL vmlinux 0xb56d289c mbox_client_peek_data +EXPORT_SYMBOL_GPL vmlinux 0xb57eb1e6 fsl_mc_driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0xb592d904 __gfn_to_pfn_memslot +EXPORT_SYMBOL_GPL vmlinux 0xb5949246 pci_set_cacheline_size +EXPORT_SYMBOL_GPL vmlinux 0xb59bb80d __traceiter_ata_tf_load +EXPORT_SYMBOL_GPL vmlinux 0xb5a26a47 ip6_datagram_send_ctl +EXPORT_SYMBOL_GPL vmlinux 0xb5a647ab put_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0xb5a83e35 gnttab_setup_auto_xlat_frames +EXPORT_SYMBOL_GPL vmlinux 0xb5a8c226 acpi_gsi_to_irq +EXPORT_SYMBOL_GPL vmlinux 0xb5ab15a5 dax_remove_host +EXPORT_SYMBOL_GPL vmlinux 0xb5b6fb04 hv_get_vpreg +EXPORT_SYMBOL_GPL vmlinux 0xb5b729ee trace_array_get_by_name +EXPORT_SYMBOL_GPL vmlinux 0xb61c2b9a pci_epc_unmap_addr +EXPORT_SYMBOL_GPL vmlinux 0xb61f8cb3 crypto_register_shash +EXPORT_SYMBOL_GPL vmlinux 0xb6261484 register_die_notifier +EXPORT_SYMBOL_GPL vmlinux 0xb631605c pm_clk_suspend +EXPORT_SYMBOL_GPL vmlinux 0xb6338df9 crypto_unregister_acomps +EXPORT_SYMBOL_GPL vmlinux 0xb633da60 ata_sff_wait_after_reset +EXPORT_SYMBOL_GPL vmlinux 0xb6357e53 cpuidle_enable_device +EXPORT_SYMBOL_GPL vmlinux 0xb6410433 mpi_addm +EXPORT_SYMBOL_GPL vmlinux 0xb655f91b pci_epc_get_next_free_bar +EXPORT_SYMBOL_GPL vmlinux 0xb65887ee pci_disable_rom +EXPORT_SYMBOL_GPL vmlinux 0xb65cffc0 pin_user_pages_fast_only +EXPORT_SYMBOL_GPL vmlinux 0xb66567f2 fwnode_property_read_u8_array +EXPORT_SYMBOL_GPL vmlinux 0xb6787346 sfp_unregister_socket +EXPORT_SYMBOL_GPL vmlinux 0xb67c2ab8 kvm_vcpu_gfn_to_pfn_atomic +EXPORT_SYMBOL_GPL vmlinux 0xb68be448 rio_request_inb_dbell +EXPORT_SYMBOL_GPL vmlinux 0xb68eef98 bpf_prog_sub +EXPORT_SYMBOL_GPL vmlinux 0xb692aba3 led_trigger_set +EXPORT_SYMBOL_GPL vmlinux 0xb69afbb0 devlink_linecard_deactivate +EXPORT_SYMBOL_GPL vmlinux 0xb6ab4ce1 power_supply_charge_behaviour_show +EXPORT_SYMBOL_GPL vmlinux 0xb6b2600c cpuidle_register +EXPORT_SYMBOL_GPL vmlinux 0xb6c9924c mptcp_diag_fill_info +EXPORT_SYMBOL_GPL vmlinux 0xb6cb13b3 cpufreq_driver_fast_switch +EXPORT_SYMBOL_GPL vmlinux 0xb6d27de6 __tracepoint_ata_bmdma_status +EXPORT_SYMBOL_GPL vmlinux 0xb6df084d sbitmap_queue_get_shallow +EXPORT_SYMBOL_GPL vmlinux 0xb6e6d99d clk_disable +EXPORT_SYMBOL_GPL vmlinux 0xb6f08fa3 device_show_ulong +EXPORT_SYMBOL_GPL vmlinux 0xb6f8cc5a thermal_of_zone_unregister +EXPORT_SYMBOL_GPL vmlinux 0xb6f940ce kvm_arch_ptp_get_crosststamp +EXPORT_SYMBOL_GPL vmlinux 0xb6fb0636 dev_pm_opp_of_get_opp_desc_node +EXPORT_SYMBOL_GPL vmlinux 0xb705ef58 netlink_has_listeners +EXPORT_SYMBOL_GPL vmlinux 0xb71098ae usb_free_streams +EXPORT_SYMBOL_GPL vmlinux 0xb7126ca5 regulator_get_linear_step +EXPORT_SYMBOL_GPL vmlinux 0xb720a2ca cpufreq_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0xb7329c06 clk_set_phase +EXPORT_SYMBOL_GPL vmlinux 0xb73713d7 nvmem_add_cell_lookups +EXPORT_SYMBOL_GPL vmlinux 0xb7377552 virtio_check_driver_offered_feature +EXPORT_SYMBOL_GPL vmlinux 0xb739824c bind_interdomain_evtchn_to_irqhandler_lateeoi +EXPORT_SYMBOL_GPL vmlinux 0xb73e0240 scsi_host_unblock +EXPORT_SYMBOL_GPL vmlinux 0xb744527d watchdog_notify_pretimeout +EXPORT_SYMBOL_GPL vmlinux 0xb747c065 pci_iov_virtfn_devfn +EXPORT_SYMBOL_GPL vmlinux 0xb74c31cd wwan_remove_port +EXPORT_SYMBOL_GPL vmlinux 0xb74ce63a ethnl_cable_test_pulse +EXPORT_SYMBOL_GPL vmlinux 0xb759e748 tcp_plb_update_state +EXPORT_SYMBOL_GPL vmlinux 0xb75dde47 crypto_stats_decompress +EXPORT_SYMBOL_GPL vmlinux 0xb7605c05 blk_queue_rq_timeout +EXPORT_SYMBOL_GPL vmlinux 0xb76a9b61 fsnotify_add_mark +EXPORT_SYMBOL_GPL vmlinux 0xb7774bb3 rio_register_scan +EXPORT_SYMBOL_GPL vmlinux 0xb77b267d irq_gc_mask_set_bit +EXPORT_SYMBOL_GPL vmlinux 0xb782c1a3 hv_get_vpreg_128 +EXPORT_SYMBOL_GPL vmlinux 0xb783772d dst_blackhole_redirect +EXPORT_SYMBOL_GPL vmlinux 0xb786bf75 pci_write_msi_msg +EXPORT_SYMBOL_GPL vmlinux 0xb7953b99 usb_hc_died +EXPORT_SYMBOL_GPL vmlinux 0xb7975b61 adp5520_clr_bits +EXPORT_SYMBOL_GPL vmlinux 0xb7a02f45 tpm_calc_ordinal_duration +EXPORT_SYMBOL_GPL vmlinux 0xb7a387fc synchronize_rcu_tasks_rude +EXPORT_SYMBOL_GPL vmlinux 0xb7a928ba wm8350_read_auxadc +EXPORT_SYMBOL_GPL vmlinux 0xb7b0d4bb usb_root_hub_lost_power +EXPORT_SYMBOL_GPL vmlinux 0xb7b17711 poll_state_synchronize_srcu +EXPORT_SYMBOL_GPL vmlinux 0xb7c69a63 unregister_vmap_purge_notifier +EXPORT_SYMBOL_GPL vmlinux 0xb7ca91a1 ohci_setup +EXPORT_SYMBOL_GPL vmlinux 0xb7cc0cff __tracepoint_br_fdb_add +EXPORT_SYMBOL_GPL vmlinux 0xb7d04845 put_device +EXPORT_SYMBOL_GPL vmlinux 0xb7d4d336 device_link_remove +EXPORT_SYMBOL_GPL vmlinux 0xb7d5b999 pci_sriov_set_totalvfs +EXPORT_SYMBOL_GPL vmlinux 0xb7d627c6 desc_to_gpio +EXPORT_SYMBOL_GPL vmlinux 0xb7d71ef1 unregister_trace_event +EXPORT_SYMBOL_GPL vmlinux 0xb7eda4ef platform_add_devices +EXPORT_SYMBOL_GPL vmlinux 0xb7f990e9 rht_bucket_nested +EXPORT_SYMBOL_GPL vmlinux 0xb7fe6f55 edac_mc_handle_error +EXPORT_SYMBOL_GPL vmlinux 0xb803d517 trace_seq_path +EXPORT_SYMBOL_GPL vmlinux 0xb80535eb usb_hcd_amd_remote_wakeup_quirk +EXPORT_SYMBOL_GPL vmlinux 0xb82581ea ata_sas_slave_configure +EXPORT_SYMBOL_GPL vmlinux 0xb8273d0b __wake_up_sync +EXPORT_SYMBOL_GPL vmlinux 0xb830f3ab sdio_set_host_pm_flags +EXPORT_SYMBOL_GPL vmlinux 0xb84c0a66 of_dma_router_register +EXPORT_SYMBOL_GPL vmlinux 0xb85042e5 gnttab_free_grant_reference_seq +EXPORT_SYMBOL_GPL vmlinux 0xb8526286 crypto_type_has_alg +EXPORT_SYMBOL_GPL vmlinux 0xb86470b7 dw_pcie_ep_init_notify +EXPORT_SYMBOL_GPL vmlinux 0xb86cc5e7 sock_diag_unregister +EXPORT_SYMBOL_GPL vmlinux 0xb87777aa fb_deferred_io_mmap +EXPORT_SYMBOL_GPL vmlinux 0xb8781582 imx_clk_hw_sscg_pll +EXPORT_SYMBOL_GPL vmlinux 0xb87f40fe cppc_set_enable +EXPORT_SYMBOL_GPL vmlinux 0xb880bbb1 devlink_dpipe_match_put +EXPORT_SYMBOL_GPL vmlinux 0xb886d5b9 msi_unlock_descs +EXPORT_SYMBOL_GPL vmlinux 0xb88dbfce irq_set_irqchip_state +EXPORT_SYMBOL_GPL vmlinux 0xb88f4913 tpm1_getcap +EXPORT_SYMBOL_GPL vmlinux 0xb8993fac __tracepoint_remove_device_from_group +EXPORT_SYMBOL_GPL vmlinux 0xb89e69b1 jump_label_update_timeout +EXPORT_SYMBOL_GPL vmlinux 0xb8abbd92 __pci_hp_register +EXPORT_SYMBOL_GPL vmlinux 0xb8b3610f blk_queue_zone_write_granularity +EXPORT_SYMBOL_GPL vmlinux 0xb8b4844e unregister_wide_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0xb8b64c32 sched_setattr_nocheck +EXPORT_SYMBOL_GPL vmlinux 0xb8b8c4f0 ti_sci_release_resource +EXPORT_SYMBOL_GPL vmlinux 0xb8bb6547 of_map_id +EXPORT_SYMBOL_GPL vmlinux 0xb8bbf58c sysfs_create_mount_point +EXPORT_SYMBOL_GPL vmlinux 0xb8c6d907 clk_fractional_divider_ops +EXPORT_SYMBOL_GPL vmlinux 0xb8cd3a7f nf_logger_put +EXPORT_SYMBOL_GPL vmlinux 0xb8cde27d crypto_grab_akcipher +EXPORT_SYMBOL_GPL vmlinux 0xb8f11603 idr_alloc +EXPORT_SYMBOL_GPL vmlinux 0xb8fc8bec irq_chip_eoi_parent +EXPORT_SYMBOL_GPL vmlinux 0xb900630b user_describe +EXPORT_SYMBOL_GPL vmlinux 0xb909c12b blk_mq_quiesce_tagset +EXPORT_SYMBOL_GPL vmlinux 0xb90ce26e perf_event_pause +EXPORT_SYMBOL_GPL vmlinux 0xb912560d static_key_disable +EXPORT_SYMBOL_GPL vmlinux 0xb9154b3e em_pd_get +EXPORT_SYMBOL_GPL vmlinux 0xb917b6d7 return_address +EXPORT_SYMBOL_GPL vmlinux 0xb929b4c0 device_property_present +EXPORT_SYMBOL_GPL vmlinux 0xb940d90d hte_enable_ts +EXPORT_SYMBOL_GPL vmlinux 0xb9510513 tps6586x_irq_get_virq +EXPORT_SYMBOL_GPL vmlinux 0xb95c56ea scmi_driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0xb95c7fae mptcp_get_reset_option +EXPORT_SYMBOL_GPL vmlinux 0xb9660dff gpio_to_desc +EXPORT_SYMBOL_GPL vmlinux 0xb9681621 xdp_do_flush +EXPORT_SYMBOL_GPL vmlinux 0xb9694969 sock_diag_save_cookie +EXPORT_SYMBOL_GPL vmlinux 0xb96c2e5b devm_of_phy_get_by_index +EXPORT_SYMBOL_GPL vmlinux 0xb97e8927 dev_pm_opp_remove +EXPORT_SYMBOL_GPL vmlinux 0xb9852d11 __traceiter_mc_event +EXPORT_SYMBOL_GPL vmlinux 0xb9913319 vring_del_virtqueue +EXPORT_SYMBOL_GPL vmlinux 0xb997b4f6 tegra_bpmp_transfer +EXPORT_SYMBOL_GPL vmlinux 0xb99a3b00 sbitmap_queue_recalculate_wake_batch +EXPORT_SYMBOL_GPL vmlinux 0xb9a0c173 usb_get_phy +EXPORT_SYMBOL_GPL vmlinux 0xb9a3f4f2 l3mdev_table_lookup_unregister +EXPORT_SYMBOL_GPL vmlinux 0xb9b9df41 usb_amd_dev_put +EXPORT_SYMBOL_GPL vmlinux 0xb9c030bf lochnagar_update_config +EXPORT_SYMBOL_GPL vmlinux 0xb9c16f51 hv_max_vp_index +EXPORT_SYMBOL_GPL vmlinux 0xb9c425de register_syscore_ops +EXPORT_SYMBOL_GPL vmlinux 0xb9c7a8fb regulator_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0xb9d025c9 llist_del_first +EXPORT_SYMBOL_GPL vmlinux 0xb9e5d4bb inet_twsk_put +EXPORT_SYMBOL_GPL vmlinux 0xb9f09d0c __blkg_prfill_u64 +EXPORT_SYMBOL_GPL vmlinux 0xb9f0b073 mtk_register_reset_controller_with_dev +EXPORT_SYMBOL_GPL vmlinux 0xb9fbc5ab proc_get_parent_data +EXPORT_SYMBOL_GPL vmlinux 0xba109b5e bio_poll +EXPORT_SYMBOL_GPL vmlinux 0xba1358c2 gpiod_get_raw_array_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0xba220db7 __wake_up_sync_key +EXPORT_SYMBOL_GPL vmlinux 0xba2b7f64 cpufreq_generic_get +EXPORT_SYMBOL_GPL vmlinux 0xba56a7f3 rio_mport_chk_dev_access +EXPORT_SYMBOL_GPL vmlinux 0xba609007 cros_ec_cmd +EXPORT_SYMBOL_GPL vmlinux 0xba657849 crypto_aead_setauthsize +EXPORT_SYMBOL_GPL vmlinux 0xba6c5d5c acpi_find_child_by_adr +EXPORT_SYMBOL_GPL vmlinux 0xba6c9e7f usb_get_dr_mode +EXPORT_SYMBOL_GPL vmlinux 0xba810fec pm_generic_resume_early +EXPORT_SYMBOL_GPL vmlinux 0xba83ceb5 clockevents_config_and_register +EXPORT_SYMBOL_GPL vmlinux 0xba8ddcf1 led_trigger_blink_oneshot +EXPORT_SYMBOL_GPL vmlinux 0xba96b348 phy_10gbit_fec_features +EXPORT_SYMBOL_GPL vmlinux 0xbaac9914 set_task_ioprio +EXPORT_SYMBOL_GPL vmlinux 0xbab63403 perf_event_refresh +EXPORT_SYMBOL_GPL vmlinux 0xbab9a9f0 maxim_charger_currents +EXPORT_SYMBOL_GPL vmlinux 0xbadaf95f bpf_trace_run1 +EXPORT_SYMBOL_GPL vmlinux 0xbae1f8f4 usb_control_msg_send +EXPORT_SYMBOL_GPL vmlinux 0xbae30845 devm_kfree +EXPORT_SYMBOL_GPL vmlinux 0xbae8277e cgroup_get_from_id +EXPORT_SYMBOL_GPL vmlinux 0xbaf22757 kvfree_call_rcu +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 0xbb0fe749 pcc_mbox_free_channel +EXPORT_SYMBOL_GPL vmlinux 0xbb10eb34 rcuwait_wake_up +EXPORT_SYMBOL_GPL vmlinux 0xbb194a63 iommu_device_claim_dma_owner +EXPORT_SYMBOL_GPL vmlinux 0xbb1d4d49 devm_nvmem_cell_get +EXPORT_SYMBOL_GPL vmlinux 0xbb24f372 __SCK__tp_func_attach_device_to_domain +EXPORT_SYMBOL_GPL vmlinux 0xbb2547e5 hwspin_lock_register +EXPORT_SYMBOL_GPL vmlinux 0xbb2bd8a3 seg6_do_srh_encap +EXPORT_SYMBOL_GPL vmlinux 0xbb2d6b45 irq_chip_ack_parent +EXPORT_SYMBOL_GPL vmlinux 0xbb4146b3 get_completed_synchronize_rcu +EXPORT_SYMBOL_GPL vmlinux 0xbb4c2e84 sysfs_remove_groups +EXPORT_SYMBOL_GPL vmlinux 0xbb4ca17f __platform_driver_register +EXPORT_SYMBOL_GPL vmlinux 0xbb5efa87 usb_get_role_switch_default_mode +EXPORT_SYMBOL_GPL vmlinux 0xbb60b410 pm_genpd_opp_to_performance_state +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 0xbb711527 __rio_local_write_config_8 +EXPORT_SYMBOL_GPL vmlinux 0xbb7195a5 xdp_warn +EXPORT_SYMBOL_GPL vmlinux 0xbb71a7a7 unregister_virtio_device +EXPORT_SYMBOL_GPL vmlinux 0xbb72ee70 dax_zero_range +EXPORT_SYMBOL_GPL vmlinux 0xbb7e9690 gfn_to_hva_memslot +EXPORT_SYMBOL_GPL vmlinux 0xbb7f62da devres_close_group +EXPORT_SYMBOL_GPL vmlinux 0xbb868aa2 regulator_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0xbb93eec5 ioasid_alloc +EXPORT_SYMBOL_GPL vmlinux 0xbb9d189c __list_lru_init +EXPORT_SYMBOL_GPL vmlinux 0xbbb4ab02 mtk_mutex_put +EXPORT_SYMBOL_GPL vmlinux 0xbbcc1b17 crypto_grab_spawn +EXPORT_SYMBOL_GPL vmlinux 0xbbd1a1b2 netdev_rx_handler_unregister +EXPORT_SYMBOL_GPL vmlinux 0xbbe5611b crc64_rocksoft_update +EXPORT_SYMBOL_GPL vmlinux 0xbbe56404 sprint_OID +EXPORT_SYMBOL_GPL vmlinux 0xbbf82b6f zynqmp_pm_set_tcm_config +EXPORT_SYMBOL_GPL vmlinux 0xbc0061b0 kvm_put_kvm_no_destroy +EXPORT_SYMBOL_GPL vmlinux 0xbc021819 rio_unmap_outb_region +EXPORT_SYMBOL_GPL vmlinux 0xbc0515f6 xdp_rxq_info_reg_mem_model +EXPORT_SYMBOL_GPL vmlinux 0xbc1b0cd6 __fscrypt_encrypt_symlink +EXPORT_SYMBOL_GPL vmlinux 0xbc28806c da9052_request_irq +EXPORT_SYMBOL_GPL vmlinux 0xbc2a2f80 gnttab_unmap_refs_sync +EXPORT_SYMBOL_GPL vmlinux 0xbc314156 nop_mnt_idmap +EXPORT_SYMBOL_GPL vmlinux 0xbc3b2ab5 scsi_nl_sock +EXPORT_SYMBOL_GPL vmlinux 0xbc3f2cb0 timecounter_cyc2time +EXPORT_SYMBOL_GPL vmlinux 0xbc4d0d18 fwnode_handle_put +EXPORT_SYMBOL_GPL vmlinux 0xbc5c1137 phy_modify_mmd +EXPORT_SYMBOL_GPL vmlinux 0xbc600dc9 preempt_model_voluntary +EXPORT_SYMBOL_GPL vmlinux 0xbc6bec66 free_percpu_irq +EXPORT_SYMBOL_GPL vmlinux 0xbc7cde8d do_xdp_generic +EXPORT_SYMBOL_GPL vmlinux 0xbc80752d usb_hcd_poll_rh_status +EXPORT_SYMBOL_GPL vmlinux 0xbc9b8588 ehci_cf_port_reset_rwsem +EXPORT_SYMBOL_GPL vmlinux 0xbc9cbdf5 rcu_tasks_trace_qs_blkd +EXPORT_SYMBOL_GPL vmlinux 0xbcb663f6 devm_power_supply_register_no_ws +EXPORT_SYMBOL_GPL vmlinux 0xbcbe3339 devlink_set_features +EXPORT_SYMBOL_GPL vmlinux 0xbcc15e75 ktime_get_coarse_with_offset +EXPORT_SYMBOL_GPL vmlinux 0xbcdd5b99 iommu_group_set_name +EXPORT_SYMBOL_GPL vmlinux 0xbce70992 usb_acpi_power_manageable +EXPORT_SYMBOL_GPL vmlinux 0xbcea94f0 i2c_of_match_device +EXPORT_SYMBOL_GPL vmlinux 0xbcf1f0e6 zs_create_pool +EXPORT_SYMBOL_GPL vmlinux 0xbcfa2cfa pm_runtime_force_resume +EXPORT_SYMBOL_GPL vmlinux 0xbd06f3a9 ata_get_cmd_name +EXPORT_SYMBOL_GPL vmlinux 0xbd17d73f device_set_wakeup_enable +EXPORT_SYMBOL_GPL vmlinux 0xbd1a7880 device_create_file +EXPORT_SYMBOL_GPL vmlinux 0xbd3fe1e3 disable_hardirq +EXPORT_SYMBOL_GPL vmlinux 0xbd5704ec __tracepoint_xdp_bulk_tx +EXPORT_SYMBOL_GPL vmlinux 0xbd5fda73 ptp_classify_raw +EXPORT_SYMBOL_GPL vmlinux 0xbd6de43e register_btf_kfunc_id_set +EXPORT_SYMBOL_GPL vmlinux 0xbd732783 iopf_queue_remove_device +EXPORT_SYMBOL_GPL vmlinux 0xbd7aaaee add_memory +EXPORT_SYMBOL_GPL vmlinux 0xbd84805f handle_untracked_irq +EXPORT_SYMBOL_GPL vmlinux 0xbd8798e5 pci_epf_alloc_space +EXPORT_SYMBOL_GPL vmlinux 0xbd8cc18d fuse_free_conn +EXPORT_SYMBOL_GPL vmlinux 0xbd8cf8ec ping_queue_rcv_skb +EXPORT_SYMBOL_GPL vmlinux 0xbd8e5b81 power_supply_put_battery_info +EXPORT_SYMBOL_GPL vmlinux 0xbd92ea34 pm_clk_add +EXPORT_SYMBOL_GPL vmlinux 0xbd93ca4e crypto_unregister_akcipher +EXPORT_SYMBOL_GPL vmlinux 0xbd983e05 spi_mem_driver_register_with_owner +EXPORT_SYMBOL_GPL vmlinux 0xbd9d3663 udp6_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0xbda04a91 cond_synchronize_rcu_expedited +EXPORT_SYMBOL_GPL vmlinux 0xbda10ae3 acpi_kobj +EXPORT_SYMBOL_GPL vmlinux 0xbdb2217d hv_is_isolation_supported +EXPORT_SYMBOL_GPL vmlinux 0xbdb60d1f led_trigger_unregister +EXPORT_SYMBOL_GPL vmlinux 0xbdb72342 __tracepoint_devlink_hwmsg +EXPORT_SYMBOL_GPL vmlinux 0xbdbea0a1 icc_node_create +EXPORT_SYMBOL_GPL vmlinux 0xbdcdf48f dma_async_device_channel_unregister +EXPORT_SYMBOL_GPL vmlinux 0xbdda1b5f vmalloc_huge +EXPORT_SYMBOL_GPL vmlinux 0xbde52a79 gpiod_get_index +EXPORT_SYMBOL_GPL vmlinux 0xbdef49fb power_supply_external_power_changed +EXPORT_SYMBOL_GPL vmlinux 0xbdf9deb7 usb_get_hcd +EXPORT_SYMBOL_GPL vmlinux 0xbe08c45d dw_pcie_ep_raise_legacy_irq +EXPORT_SYMBOL_GPL vmlinux 0xbe0bb905 vfs_test_lock +EXPORT_SYMBOL_GPL vmlinux 0xbe121046 crypto_skcipher_encrypt +EXPORT_SYMBOL_GPL vmlinux 0xbe137c1e imx_fracn_gppll +EXPORT_SYMBOL_GPL vmlinux 0xbe1792e1 virtqueue_add_inbuf_ctx +EXPORT_SYMBOL_GPL vmlinux 0xbe20cf22 i2c_dw_adjust_bus_speed +EXPORT_SYMBOL_GPL vmlinux 0xbe29b967 xenbus_map_ring_valloc +EXPORT_SYMBOL_GPL vmlinux 0xbe307cd1 acpi_subsys_suspend +EXPORT_SYMBOL_GPL vmlinux 0xbe3a619a regulator_bulk_set_supply_names +EXPORT_SYMBOL_GPL vmlinux 0xbe4d562e gpiod_get_raw_value_cansleep +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 0xbe896422 of_pwm_single_xlate +EXPORT_SYMBOL_GPL vmlinux 0xbe96dfd8 of_reconfig_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0xbe976a5d dm_internal_resume +EXPORT_SYMBOL_GPL vmlinux 0xbe9a83d5 dw_pcie_write +EXPORT_SYMBOL_GPL vmlinux 0xbea2efc7 kvm_read_guest_page +EXPORT_SYMBOL_GPL vmlinux 0xbea59373 vcap_rule_add_action_bit +EXPORT_SYMBOL_GPL vmlinux 0xbea5ff1e static_key_initialized +EXPORT_SYMBOL_GPL vmlinux 0xbeb22027 fsnotify_init_mark +EXPORT_SYMBOL_GPL vmlinux 0xbeb7b7d3 __traceiter_rwmmio_read +EXPORT_SYMBOL_GPL vmlinux 0xbebf3ef6 sock_inuse_get +EXPORT_SYMBOL_GPL vmlinux 0xbec66c3a __apei_exec_run +EXPORT_SYMBOL_GPL vmlinux 0xbecaa473 mmc_regulator_get_supply +EXPORT_SYMBOL_GPL vmlinux 0xbeccab1d trace_event_reg +EXPORT_SYMBOL_GPL vmlinux 0xbecdc185 spi_bus_unlock +EXPORT_SYMBOL_GPL vmlinux 0xbee23283 bpf_verifier_log_write +EXPORT_SYMBOL_GPL vmlinux 0xbf041102 register_vt_notifier +EXPORT_SYMBOL_GPL vmlinux 0xbf087637 dev_pm_opp_find_level_ceil +EXPORT_SYMBOL_GPL vmlinux 0xbf1fdc46 rcu_read_unlock_trace_special +EXPORT_SYMBOL_GPL vmlinux 0xbf2c4c1b __ata_ehi_push_desc +EXPORT_SYMBOL_GPL vmlinux 0xbf2e2e71 housekeeping_enabled +EXPORT_SYMBOL_GPL vmlinux 0xbf3926d9 event_triggers_post_call +EXPORT_SYMBOL_GPL vmlinux 0xbf4513c3 devlink_linecard_activate +EXPORT_SYMBOL_GPL vmlinux 0xbf55e355 irq_domain_get_irq_data +EXPORT_SYMBOL_GPL vmlinux 0xbf7060e7 power_supply_get_property +EXPORT_SYMBOL_GPL vmlinux 0xbf715a74 scmi_protocol_unregister +EXPORT_SYMBOL_GPL vmlinux 0xbf935238 badblocks_check +EXPORT_SYMBOL_GPL vmlinux 0xbf9d9a76 dev_pm_domain_attach_by_id +EXPORT_SYMBOL_GPL vmlinux 0xbfbb436a usb_alloc_streams +EXPORT_SYMBOL_GPL vmlinux 0xbfbc5434 pciserial_resume_ports +EXPORT_SYMBOL_GPL vmlinux 0xbfd812ec device_bind_driver +EXPORT_SYMBOL_GPL vmlinux 0xbfe5616d tick_broadcast_oneshot_control +EXPORT_SYMBOL_GPL vmlinux 0xbfed2cd9 __wait_rcu_gp +EXPORT_SYMBOL_GPL vmlinux 0xbff50560 nvdimm_setup_pfn +EXPORT_SYMBOL_GPL vmlinux 0xc004183c led_blink_set_oneshot +EXPORT_SYMBOL_GPL vmlinux 0xc0047785 xfrm_state_mtu +EXPORT_SYMBOL_GPL vmlinux 0xc0162641 fwnode_graph_get_port_parent +EXPORT_SYMBOL_GPL vmlinux 0xc0214d3f inet6_hash_connect +EXPORT_SYMBOL_GPL vmlinux 0xc022ad11 phy_pm_runtime_allow +EXPORT_SYMBOL_GPL vmlinux 0xc024eda5 regulator_disable +EXPORT_SYMBOL_GPL vmlinux 0xc046c730 inet_csk_addr2sockaddr +EXPORT_SYMBOL_GPL vmlinux 0xc046cf84 imx93_clk_gate +EXPORT_SYMBOL_GPL vmlinux 0xc04c098e regulator_disable_regmap +EXPORT_SYMBOL_GPL vmlinux 0xc058e833 dev_pm_opp_of_get_sharing_cpus +EXPORT_SYMBOL_GPL vmlinux 0xc05af647 handle_simple_irq +EXPORT_SYMBOL_GPL vmlinux 0xc05cee80 ipi_get_hwirq +EXPORT_SYMBOL_GPL vmlinux 0xc05cf7b6 msg_zerocopy_put_abort +EXPORT_SYMBOL_GPL vmlinux 0xc060e156 component_bind_all +EXPORT_SYMBOL_GPL vmlinux 0xc069ea50 i2c_adapter_type +EXPORT_SYMBOL_GPL vmlinux 0xc06cf5d1 rtnl_register_module +EXPORT_SYMBOL_GPL vmlinux 0xc06f1859 perf_event_release_kernel +EXPORT_SYMBOL_GPL vmlinux 0xc0797daf xenbus_dev_fatal +EXPORT_SYMBOL_GPL vmlinux 0xc090c376 net_selftest_get_strings +EXPORT_SYMBOL_GPL vmlinux 0xc0a3d155 k3_udma_glue_rx_get_flow_id_base +EXPORT_SYMBOL_GPL vmlinux 0xc0a8f4be phylink_resume +EXPORT_SYMBOL_GPL vmlinux 0xc0a96e14 rcu_gp_is_expedited +EXPORT_SYMBOL_GPL vmlinux 0xc0b2664d devlink_dpipe_header_ipv4 +EXPORT_SYMBOL_GPL vmlinux 0xc0b47389 __traceiter_br_fdb_update +EXPORT_SYMBOL_GPL vmlinux 0xc0b689c5 __clk_mux_determine_rate_closest +EXPORT_SYMBOL_GPL vmlinux 0xc0b94def acpi_cppc_processor_exit +EXPORT_SYMBOL_GPL vmlinux 0xc0baab6e phy_modify +EXPORT_SYMBOL_GPL vmlinux 0xc0be83d2 ehci_reset +EXPORT_SYMBOL_GPL vmlinux 0xc0c5b373 regmap_bulk_read +EXPORT_SYMBOL_GPL vmlinux 0xc0cbefc8 iommu_set_fault_handler +EXPORT_SYMBOL_GPL vmlinux 0xc0dcb59e edac_layer_name +EXPORT_SYMBOL_GPL vmlinux 0xc0dd2a17 spi_mem_poll_status +EXPORT_SYMBOL_GPL vmlinux 0xc0e9a2a4 rt_mutex_lock +EXPORT_SYMBOL_GPL vmlinux 0xc0f0458a ip_tunnel_unneed_metadata +EXPORT_SYMBOL_GPL vmlinux 0xc0fd1f02 wwan_get_debugfs_dir +EXPORT_SYMBOL_GPL vmlinux 0xc0fe8514 blk_mq_hctx_set_fq_lock_class +EXPORT_SYMBOL_GPL vmlinux 0xc1062837 __traceiter_ata_bmdma_status +EXPORT_SYMBOL_GPL vmlinux 0xc1086e0c sysrq_toggle_support +EXPORT_SYMBOL_GPL vmlinux 0xc10b1543 blk_trace_startstop +EXPORT_SYMBOL_GPL vmlinux 0xc10fddb8 name_to_dev_t +EXPORT_SYMBOL_GPL vmlinux 0xc11d0693 pstore_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc1315712 kset_create_and_add +EXPORT_SYMBOL_GPL vmlinux 0xc137ddd6 scmi_protocol_register +EXPORT_SYMBOL_GPL vmlinux 0xc14f7616 __SCK__tp_func_rwmmio_post_write +EXPORT_SYMBOL_GPL vmlinux 0xc1743430 cpuidle_disable_device +EXPORT_SYMBOL_GPL vmlinux 0xc17515d7 usb_hcds_loaded +EXPORT_SYMBOL_GPL vmlinux 0xc17d4eb1 pci_p2pdma_enable_store +EXPORT_SYMBOL_GPL vmlinux 0xc17e9946 usb_show_dynids +EXPORT_SYMBOL_GPL vmlinux 0xc182cb80 crypto_alloc_acomp +EXPORT_SYMBOL_GPL vmlinux 0xc1838257 devlink_port_type_eth_set +EXPORT_SYMBOL_GPL vmlinux 0xc1895c91 rio_mport_send_doorbell +EXPORT_SYMBOL_GPL vmlinux 0xc18d62e1 device_property_read_u16_array +EXPORT_SYMBOL_GPL vmlinux 0xc197b242 pm_generic_freeze_late +EXPORT_SYMBOL_GPL vmlinux 0xc1cc84f3 rio_mport_write_config_32 +EXPORT_SYMBOL_GPL vmlinux 0xc1d15a4c phylink_set_port_modes +EXPORT_SYMBOL_GPL vmlinux 0xc1d80f1b device_link_del +EXPORT_SYMBOL_GPL vmlinux 0xc1da5197 xfrm_output +EXPORT_SYMBOL_GPL vmlinux 0xc1dce028 k3_udma_glue_reset_tx_chn +EXPORT_SYMBOL_GPL vmlinux 0xc1e22c5b device_pm_wait_for_dev +EXPORT_SYMBOL_GPL vmlinux 0xc1e6986e interval_tree_span_iter_first +EXPORT_SYMBOL_GPL vmlinux 0xc1f4ef29 serdev_device_alloc +EXPORT_SYMBOL_GPL vmlinux 0xc1fb111a class_create_file_ns +EXPORT_SYMBOL_GPL vmlinux 0xc1fc7786 tpm_chip_bootstrap +EXPORT_SYMBOL_GPL vmlinux 0xc1fd0840 phy_10gbit_features +EXPORT_SYMBOL_GPL vmlinux 0xc22a3091 vm_unmap_aliases +EXPORT_SYMBOL_GPL vmlinux 0xc2303555 tegra_bpmp_put +EXPORT_SYMBOL_GPL vmlinux 0xc233753b edac_device_free_ctl_info +EXPORT_SYMBOL_GPL vmlinux 0xc2368ea5 ata_xfer_mask2mode +EXPORT_SYMBOL_GPL vmlinux 0xc2472388 tegra210_clk_emc_update_setting +EXPORT_SYMBOL_GPL vmlinux 0xc2514dad devm_regulator_register_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0xc25b8971 hv_remove_crash_handler +EXPORT_SYMBOL_GPL vmlinux 0xc2692173 wakeup_sources_read_lock +EXPORT_SYMBOL_GPL vmlinux 0xc289e46d cpufreq_generic_frequency_table_verify +EXPORT_SYMBOL_GPL vmlinux 0xc2909b7e mtk_is_virt_gpio +EXPORT_SYMBOL_GPL vmlinux 0xc29a3d7d of_clk_hw_simple_get +EXPORT_SYMBOL_GPL vmlinux 0xc2a369b9 pci_status_get_and_clear_errors +EXPORT_SYMBOL_GPL vmlinux 0xc2a3e570 errata +EXPORT_SYMBOL_GPL vmlinux 0xc2a814db tcp_memory_pressure +EXPORT_SYMBOL_GPL vmlinux 0xc2b01b3d regcache_cache_bypass +EXPORT_SYMBOL_GPL vmlinux 0xc2b39bf9 fsverity_ioctl_measure +EXPORT_SYMBOL_GPL vmlinux 0xc2b9773a __tracepoint_neigh_update_done +EXPORT_SYMBOL_GPL vmlinux 0xc2be7ba1 mtk_pinconf_adv_pull_get +EXPORT_SYMBOL_GPL vmlinux 0xc2c1c427 perf_event_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0xc2cb0c63 pci_hp_deregister +EXPORT_SYMBOL_GPL vmlinux 0xc2d6ac5e of_clk_hw_onecell_get +EXPORT_SYMBOL_GPL vmlinux 0xc2de27ca hest_disable +EXPORT_SYMBOL_GPL vmlinux 0xc2f532cf ata_host_alloc +EXPORT_SYMBOL_GPL vmlinux 0xc310a583 fuse_request_end +EXPORT_SYMBOL_GPL vmlinux 0xc3134d4c gen10g_config_aneg +EXPORT_SYMBOL_GPL vmlinux 0xc319e67c mmc_sanitize +EXPORT_SYMBOL_GPL vmlinux 0xc31a8a44 xdp_rxq_info_is_reg +EXPORT_SYMBOL_GPL vmlinux 0xc32ef6be syscon_node_to_regmap +EXPORT_SYMBOL_GPL vmlinux 0xc330fc10 ata_host_suspend +EXPORT_SYMBOL_GPL vmlinux 0xc332c310 handle_fasteoi_irq +EXPORT_SYMBOL_GPL vmlinux 0xc33b5a93 crypto_spawn_tfm2 +EXPORT_SYMBOL_GPL vmlinux 0xc340e246 zynqmp_pm_request_node +EXPORT_SYMBOL_GPL vmlinux 0xc341ae6d zs_map_object +EXPORT_SYMBOL_GPL vmlinux 0xc3478246 is_virtio_device +EXPORT_SYMBOL_GPL vmlinux 0xc352bb3d ata_bmdma_status +EXPORT_SYMBOL_GPL vmlinux 0xc3708747 trace_vprintk +EXPORT_SYMBOL_GPL vmlinux 0xc380565a __devm_regmap_init_spi +EXPORT_SYMBOL_GPL vmlinux 0xc3805cd1 fs_ftype_to_dtype +EXPORT_SYMBOL_GPL vmlinux 0xc3825115 __traceiter_pelt_irq_tp +EXPORT_SYMBOL_GPL vmlinux 0xc3876c1a hv_isolation_type_snp +EXPORT_SYMBOL_GPL vmlinux 0xc38798fa __traceiter_napi_poll +EXPORT_SYMBOL_GPL vmlinux 0xc38a0412 mtk_pctrl_show_one_pin +EXPORT_SYMBOL_GPL vmlinux 0xc38e7333 gpiochip_irq_domain_activate +EXPORT_SYMBOL_GPL vmlinux 0xc39409a6 devm_namespace_enable +EXPORT_SYMBOL_GPL vmlinux 0xc3997d9d mpi_read_raw_from_sgl +EXPORT_SYMBOL_GPL vmlinux 0xc3b17ed6 imx_pinconf_set_scu +EXPORT_SYMBOL_GPL vmlinux 0xc3b32c0e crypto_stats_rng_seed +EXPORT_SYMBOL_GPL vmlinux 0xc3b35cf2 debugfs_create_file_unsafe +EXPORT_SYMBOL_GPL vmlinux 0xc3bba573 hwpoison_filter +EXPORT_SYMBOL_GPL vmlinux 0xc3c4c6cc hash_algo_name +EXPORT_SYMBOL_GPL vmlinux 0xc3cd6929 dma_fence_unwrap_first +EXPORT_SYMBOL_GPL vmlinux 0xc3de65ff ring_buffer_bytes_cpu +EXPORT_SYMBOL_GPL vmlinux 0xc3e13119 tpm_chip_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc3e9df60 ata_bmdma_port_start32 +EXPORT_SYMBOL_GPL vmlinux 0xc3ea5305 iommu_default_passthrough +EXPORT_SYMBOL_GPL vmlinux 0xc3ebca8f serdev_controller_add +EXPORT_SYMBOL_GPL vmlinux 0xc3ef4c93 debugfs_read_file_bool +EXPORT_SYMBOL_GPL vmlinux 0xc3f5a60a phy_create_lookup +EXPORT_SYMBOL_GPL vmlinux 0xc402b81d icc_put +EXPORT_SYMBOL_GPL vmlinux 0xc403205c synth_event_trace_array +EXPORT_SYMBOL_GPL vmlinux 0xc40e1511 gpiod_get_array_value +EXPORT_SYMBOL_GPL vmlinux 0xc4276fa2 sysfs_remove_group +EXPORT_SYMBOL_GPL vmlinux 0xc428068d sata_deb_timing_long +EXPORT_SYMBOL_GPL vmlinux 0xc42dbf2a vcap_rule_mod_key_u32 +EXPORT_SYMBOL_GPL vmlinux 0xc43936ab trace_get_event_file +EXPORT_SYMBOL_GPL vmlinux 0xc43e92b9 trace_seq_bprintf +EXPORT_SYMBOL_GPL vmlinux 0xc44992ee devlink_param_driverinit_value_get +EXPORT_SYMBOL_GPL vmlinux 0xc44afc48 pse_ethtool_set_config +EXPORT_SYMBOL_GPL vmlinux 0xc44b9c84 devl_resources_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc44baa46 scsi_internal_device_block_nowait +EXPORT_SYMBOL_GPL vmlinux 0xc44d58d8 xenbus_alloc_evtchn +EXPORT_SYMBOL_GPL vmlinux 0xc454fc7b twl_get_type +EXPORT_SYMBOL_GPL vmlinux 0xc46324f6 dynevent_create +EXPORT_SYMBOL_GPL vmlinux 0xc4683aca dummy_con +EXPORT_SYMBOL_GPL vmlinux 0xc46d3189 paste_selection +EXPORT_SYMBOL_GPL vmlinux 0xc47155ef tegra210_clk_emc_attach +EXPORT_SYMBOL_GPL vmlinux 0xc471c67a twl4030_audio_disable_resource +EXPORT_SYMBOL_GPL vmlinux 0xc47440a5 usb_find_alt_setting +EXPORT_SYMBOL_GPL vmlinux 0xc4752d33 mpc8xxx_spi_rx_buf_u32 +EXPORT_SYMBOL_GPL vmlinux 0xc47a90b9 bpf_fentry_test1 +EXPORT_SYMBOL_GPL vmlinux 0xc47c35d4 spi_async +EXPORT_SYMBOL_GPL vmlinux 0xc483065e devm_pm_runtime_enable +EXPORT_SYMBOL_GPL vmlinux 0xc48790a9 of_reconfig_get_state_change +EXPORT_SYMBOL_GPL vmlinux 0xc489a543 irq_chip_set_type_parent +EXPORT_SYMBOL_GPL vmlinux 0xc4971d80 crypto_stats_skcipher_encrypt +EXPORT_SYMBOL_GPL vmlinux 0xc498bdc9 devlink_register +EXPORT_SYMBOL_GPL vmlinux 0xc4a30b00 rio_mport_get_efb +EXPORT_SYMBOL_GPL vmlinux 0xc4a31146 rdma_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0xc4a72936 trusted_tpm_send +EXPORT_SYMBOL_GPL vmlinux 0xc4b2a2bc pci_epc_remove_epf +EXPORT_SYMBOL_GPL vmlinux 0xc4d1e770 rio_local_set_device_id +EXPORT_SYMBOL_GPL vmlinux 0xc4f0da12 ktime_get_with_offset +EXPORT_SYMBOL_GPL vmlinux 0xc51450c6 imx_ccm_lock +EXPORT_SYMBOL_GPL vmlinux 0xc5183dc2 kvm_irq_has_notifier +EXPORT_SYMBOL_GPL vmlinux 0xc51ef295 bsg_remove_queue +EXPORT_SYMBOL_GPL vmlinux 0xc5212f6d device_destroy +EXPORT_SYMBOL_GPL vmlinux 0xc52ad21e devm_gpiod_get_optional +EXPORT_SYMBOL_GPL vmlinux 0xc53f8718 devlink_region_create +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 0xc5999f09 of_hwspin_lock_get_id_byname +EXPORT_SYMBOL_GPL vmlinux 0xc59b29ee unregister_pernet_subsys +EXPORT_SYMBOL_GPL vmlinux 0xc5a5c678 uart_parse_earlycon +EXPORT_SYMBOL_GPL vmlinux 0xc5b24fbc irq_chip_request_resources_parent +EXPORT_SYMBOL_GPL vmlinux 0xc5b43c66 ata_link_online +EXPORT_SYMBOL_GPL vmlinux 0xc5c50e80 tty_port_register_device_attr_serdev +EXPORT_SYMBOL_GPL vmlinux 0xc5ca04dd inet_ehash_nolisten +EXPORT_SYMBOL_GPL vmlinux 0xc5d8236f tpm_chip_start +EXPORT_SYMBOL_GPL vmlinux 0xc5e17ecc pm_runtime_no_callbacks +EXPORT_SYMBOL_GPL vmlinux 0xc5e29c4d netdev_walk_all_lower_dev_rcu +EXPORT_SYMBOL_GPL vmlinux 0xc5e2ba4d dequeue_signal +EXPORT_SYMBOL_GPL vmlinux 0xc5e8a64c mnt_idmap_owner +EXPORT_SYMBOL_GPL vmlinux 0xc5ea0591 usb_put_hcd +EXPORT_SYMBOL_GPL vmlinux 0xc5f2f89b sysfs_create_group +EXPORT_SYMBOL_GPL vmlinux 0xc5f76818 pci_epc_write_header +EXPORT_SYMBOL_GPL vmlinux 0xc603f661 power_supply_property_is_writeable +EXPORT_SYMBOL_GPL vmlinux 0xc60e3c64 alloc_skb_for_msg +EXPORT_SYMBOL_GPL vmlinux 0xc6119b80 dw_pcie_ep_init_complete +EXPORT_SYMBOL_GPL vmlinux 0xc615bf9a inet6_hash +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 0xc6428933 device_match_any +EXPORT_SYMBOL_GPL vmlinux 0xc644eb36 synchronize_srcu_expedited +EXPORT_SYMBOL_GPL vmlinux 0xc6494ebc mmu_interval_notifier_remove +EXPORT_SYMBOL_GPL vmlinux 0xc649dc94 regulator_map_voltage_iterate +EXPORT_SYMBOL_GPL vmlinux 0xc64a2d90 pwm_get +EXPORT_SYMBOL_GPL vmlinux 0xc64f1223 debugfs_file_put +EXPORT_SYMBOL_GPL vmlinux 0xc64fd66a add_hwgenerator_randomness +EXPORT_SYMBOL_GPL vmlinux 0xc6572a90 xenbus_read_unsigned +EXPORT_SYMBOL_GPL vmlinux 0xc66019cc xen_resume_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc662ecda __tracepoint_br_fdb_external_learn_add +EXPORT_SYMBOL_GPL vmlinux 0xc6679244 dw_pcie_host_init +EXPORT_SYMBOL_GPL vmlinux 0xc66b77b1 iommu_group_set_iommudata +EXPORT_SYMBOL_GPL vmlinux 0xc6764d5c perf_get_aux +EXPORT_SYMBOL_GPL vmlinux 0xc676f876 led_compose_name +EXPORT_SYMBOL_GPL vmlinux 0xc6779093 ring_buffer_record_enable +EXPORT_SYMBOL_GPL vmlinux 0xc688d41d sdio_writeb +EXPORT_SYMBOL_GPL vmlinux 0xc68bc6f4 ata_link_offline +EXPORT_SYMBOL_GPL vmlinux 0xc68c41d6 __SCK__tp_func_ata_bmdma_setup +EXPORT_SYMBOL_GPL vmlinux 0xc68ef51d rio_bus_type +EXPORT_SYMBOL_GPL vmlinux 0xc697b0f7 nvmem_device_read +EXPORT_SYMBOL_GPL vmlinux 0xc69b7ee5 zs_destroy_pool +EXPORT_SYMBOL_GPL vmlinux 0xc6a2e3e6 device_get_dma_attr +EXPORT_SYMBOL_GPL vmlinux 0xc6a4a872 __clk_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0xc6a859c8 phy_modify_mmd_changed +EXPORT_SYMBOL_GPL vmlinux 0xc6ad0400 devl_trap_groups_register +EXPORT_SYMBOL_GPL vmlinux 0xc6bb0630 posix_acl_create +EXPORT_SYMBOL_GPL vmlinux 0xc6cd0eb1 sfp_bus_add_upstream +EXPORT_SYMBOL_GPL vmlinux 0xc6d18731 acpi_dev_get_dma_resources +EXPORT_SYMBOL_GPL vmlinux 0xc6def34b gnttab_empty_grant_references +EXPORT_SYMBOL_GPL vmlinux 0xc6e5bcf3 linear_range_get_selector_within +EXPORT_SYMBOL_GPL vmlinux 0xc6f0913d devm_pm_opp_of_add_table_indexed +EXPORT_SYMBOL_GPL vmlinux 0xc6f12522 sysfs_file_change_owner +EXPORT_SYMBOL_GPL vmlinux 0xc6f843d0 regulator_set_active_discharge_regmap +EXPORT_SYMBOL_GPL vmlinux 0xc7061ef3 iova_cache_put +EXPORT_SYMBOL_GPL vmlinux 0xc70a872d devm_platform_get_and_ioremap_resource +EXPORT_SYMBOL_GPL vmlinux 0xc7224d2f devl_sb_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc726c1cd usb_check_bulk_endpoints +EXPORT_SYMBOL_GPL vmlinux 0xc7275d04 i2c_recover_bus +EXPORT_SYMBOL_GPL vmlinux 0xc760c659 gpiochip_lock_as_irq +EXPORT_SYMBOL_GPL vmlinux 0xc76d5b7c virtqueue_get_buf +EXPORT_SYMBOL_GPL vmlinux 0xc7856e74 __wake_up_locked_sync_key +EXPORT_SYMBOL_GPL vmlinux 0xc78d54f9 crypto_shash_digest +EXPORT_SYMBOL_GPL vmlinux 0xc7916f4b uart_insert_char +EXPORT_SYMBOL_GPL vmlinux 0xc79d3757 xen_unmap_domain_gfn_range +EXPORT_SYMBOL_GPL vmlinux 0xc7a1840e llist_add_batch +EXPORT_SYMBOL_GPL vmlinux 0xc7a7e770 clk_bulk_enable +EXPORT_SYMBOL_GPL vmlinux 0xc7ada176 pci_generic_config_read32 +EXPORT_SYMBOL_GPL vmlinux 0xc7c19201 __hwspin_lock_timeout +EXPORT_SYMBOL_GPL vmlinux 0xc7c23ff0 xenbus_exists +EXPORT_SYMBOL_GPL vmlinux 0xc7c40bb2 fsnotify_put_mark +EXPORT_SYMBOL_GPL vmlinux 0xc7c8d4e5 fsl_mc_free_irqs +EXPORT_SYMBOL_GPL vmlinux 0xc7d269d3 component_add +EXPORT_SYMBOL_GPL vmlinux 0xc7dadd06 iommu_present +EXPORT_SYMBOL_GPL vmlinux 0xc7e64fc2 asn1_encode_integer +EXPORT_SYMBOL_GPL vmlinux 0xc7ecce6c ipv4_sk_redirect +EXPORT_SYMBOL_GPL vmlinux 0xc7fa4aa9 kobj_ns_drop +EXPORT_SYMBOL_GPL vmlinux 0xc7fc23c1 irq_domain_create_hierarchy +EXPORT_SYMBOL_GPL vmlinux 0xc8096200 dma_get_merge_boundary +EXPORT_SYMBOL_GPL vmlinux 0xc80f8e4a devlink_resource_occ_get_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc810a4dc vchan_dma_desc_free_list +EXPORT_SYMBOL_GPL vmlinux 0xc820760b mctrl_gpio_init +EXPORT_SYMBOL_GPL vmlinux 0xc8252fbc __traceiter_xdp_exception +EXPORT_SYMBOL_GPL vmlinux 0xc829b33b regmap_get_reg_stride +EXPORT_SYMBOL_GPL vmlinux 0xc829f3d5 kernel_read_file +EXPORT_SYMBOL_GPL vmlinux 0xc82b3a88 __SCK__tp_func_rpm_resume +EXPORT_SYMBOL_GPL vmlinux 0xc82c721f klist_remove +EXPORT_SYMBOL_GPL vmlinux 0xc82d8322 scsi_schedule_eh +EXPORT_SYMBOL_GPL vmlinux 0xc82deabf irq_domain_xlate_onetwocell +EXPORT_SYMBOL_GPL vmlinux 0xc831ad84 firmware_kobj +EXPORT_SYMBOL_GPL vmlinux 0xc83569c7 phy_optional_get +EXPORT_SYMBOL_GPL vmlinux 0xc839c1ce trace_seq_to_user +EXPORT_SYMBOL_GPL vmlinux 0xc843dfb0 trace_event_buffer_commit +EXPORT_SYMBOL_GPL vmlinux 0xc845dd96 tty_ldisc_receive_buf +EXPORT_SYMBOL_GPL vmlinux 0xc84d2418 strp_unpause +EXPORT_SYMBOL_GPL vmlinux 0xc8531696 cpuidle_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc853fdc3 clkdev_create +EXPORT_SYMBOL_GPL vmlinux 0xc8594d3d reset_control_acquire +EXPORT_SYMBOL_GPL vmlinux 0xc8697288 inet_bhash2_update_saddr +EXPORT_SYMBOL_GPL vmlinux 0xc86b3d85 bio_associate_blkg +EXPORT_SYMBOL_GPL vmlinux 0xc874d50c tty_port_register_device_attr +EXPORT_SYMBOL_GPL vmlinux 0xc87dd725 k3_udma_glue_pop_rx_chn +EXPORT_SYMBOL_GPL vmlinux 0xc885fabc switchdev_bridge_port_unoffload +EXPORT_SYMBOL_GPL vmlinux 0xc88b5485 iomap_seek_hole +EXPORT_SYMBOL_GPL vmlinux 0xc88caabf usb_get_maximum_speed +EXPORT_SYMBOL_GPL vmlinux 0xc88f6c39 ack_all_badblocks +EXPORT_SYMBOL_GPL vmlinux 0xc8950e12 vcap_rule_find_keysets +EXPORT_SYMBOL_GPL vmlinux 0xc899f2ff crypto_register_ahashes +EXPORT_SYMBOL_GPL vmlinux 0xc89bf28d sysfs_chmod_file +EXPORT_SYMBOL_GPL vmlinux 0xc8b617b6 ata_sas_port_init +EXPORT_SYMBOL_GPL vmlinux 0xc8bc4fd0 skb_to_sgvec +EXPORT_SYMBOL_GPL vmlinux 0xc8ddd5b5 kstrdup_quotable +EXPORT_SYMBOL_GPL vmlinux 0xc8df26cc regmap_mmio_attach_clk +EXPORT_SYMBOL_GPL vmlinux 0xc8f4134c switchdev_handle_port_obj_del_foreign +EXPORT_SYMBOL_GPL vmlinux 0xc8f67bd6 verify_signature +EXPORT_SYMBOL_GPL vmlinux 0xc905402b log_write_mmio +EXPORT_SYMBOL_GPL vmlinux 0xc912d770 pinctrl_add_gpio_range +EXPORT_SYMBOL_GPL vmlinux 0xc91fd00f da903x_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0xc91fdf58 percpu_ref_is_zero +EXPORT_SYMBOL_GPL vmlinux 0xc92648c4 raw_v6_match +EXPORT_SYMBOL_GPL vmlinux 0xc927080a fuse_dev_alloc_install +EXPORT_SYMBOL_GPL vmlinux 0xc9345c0f digsig_verify +EXPORT_SYMBOL_GPL vmlinux 0xc93ee1e7 usb_phy_roothub_init +EXPORT_SYMBOL_GPL vmlinux 0xc941bc8d usb_disable_lpm +EXPORT_SYMBOL_GPL vmlinux 0xc948dcff __rtnl_link_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc9551947 __rio_local_read_config_8 +EXPORT_SYMBOL_GPL vmlinux 0xc9561772 fb_destroy_modelist +EXPORT_SYMBOL_GPL vmlinux 0xc9641b48 visitor32 +EXPORT_SYMBOL_GPL vmlinux 0xc9715630 __SCK__tp_func_ata_bmdma_status +EXPORT_SYMBOL_GPL vmlinux 0xc977e56f divider_ro_round_rate_parent +EXPORT_SYMBOL_GPL vmlinux 0xc9827693 __bpf_call_base +EXPORT_SYMBOL_GPL vmlinux 0xc9829384 rio_mport_initialize +EXPORT_SYMBOL_GPL vmlinux 0xc98999da devm_device_add_groups +EXPORT_SYMBOL_GPL vmlinux 0xc98c4485 fsl_mc_object_allocate +EXPORT_SYMBOL_GPL vmlinux 0xc9c20bd6 dax_inode +EXPORT_SYMBOL_GPL vmlinux 0xc9cc4b4a tty_perform_flush +EXPORT_SYMBOL_GPL vmlinux 0xc9cda288 crypto_unregister_ahash +EXPORT_SYMBOL_GPL vmlinux 0xc9ceea06 clk_has_parent +EXPORT_SYMBOL_GPL vmlinux 0xc9d3ac92 pci_epf_unbind +EXPORT_SYMBOL_GPL vmlinux 0xc9dd9cde dev_nit_active +EXPORT_SYMBOL_GPL vmlinux 0xc9e3f853 nvmem_device_find +EXPORT_SYMBOL_GPL vmlinux 0xc9e9cd55 folio_invalidate +EXPORT_SYMBOL_GPL vmlinux 0xc9ec4e21 free_percpu +EXPORT_SYMBOL_GPL vmlinux 0xc9f0cc91 set_cpus_allowed_ptr +EXPORT_SYMBOL_GPL vmlinux 0xc9fb00f7 pl320_ipc_transmit +EXPORT_SYMBOL_GPL vmlinux 0xc9fd634a usb_role_switch_put +EXPORT_SYMBOL_GPL vmlinux 0xca078a76 dm_set_target_max_io_len +EXPORT_SYMBOL_GPL vmlinux 0xca0f80a1 nd_region_provider_data +EXPORT_SYMBOL_GPL vmlinux 0xca22efd5 ioc_find_get_icq +EXPORT_SYMBOL_GPL vmlinux 0xca454a34 vt_get_leds +EXPORT_SYMBOL_GPL vmlinux 0xca45b892 get_kernel_pages +EXPORT_SYMBOL_GPL vmlinux 0xca49bd33 em_dev_register_perf_domain +EXPORT_SYMBOL_GPL vmlinux 0xca500464 ZSTD_getErrorName +EXPORT_SYMBOL_GPL vmlinux 0xca59a72d crypto_alloc_sync_skcipher +EXPORT_SYMBOL_GPL vmlinux 0xca5d8b97 virtqueue_add_inbuf +EXPORT_SYMBOL_GPL vmlinux 0xca69b806 ethnl_cable_test_step +EXPORT_SYMBOL_GPL vmlinux 0xca706c9a nvdimm_has_flush +EXPORT_SYMBOL_GPL vmlinux 0xca7cc7c1 xhci_suspend +EXPORT_SYMBOL_GPL vmlinux 0xca7d8764 kthread_freezable_should_stop +EXPORT_SYMBOL_GPL vmlinux 0xca8087a3 adp5520_set_bits +EXPORT_SYMBOL_GPL vmlinux 0xca934e82 pinctrl_enable +EXPORT_SYMBOL_GPL vmlinux 0xca9a1d5e ring_buffer_free +EXPORT_SYMBOL_GPL vmlinux 0xcab010c3 driver_find +EXPORT_SYMBOL_GPL vmlinux 0xcabb6b93 xhci_init_driver +EXPORT_SYMBOL_GPL vmlinux 0xcabe04de cpuidle_resume_and_unlock +EXPORT_SYMBOL_GPL vmlinux 0xcac41adb serdev_device_add +EXPORT_SYMBOL_GPL vmlinux 0xcac6b9bd perf_tp_event +EXPORT_SYMBOL_GPL vmlinux 0xcac74614 devres_find +EXPORT_SYMBOL_GPL vmlinux 0xcac93598 usb_pipe_type_check +EXPORT_SYMBOL_GPL vmlinux 0xcadbf3fd pm_runtime_allow +EXPORT_SYMBOL_GPL vmlinux 0xcae2564d __usb_create_hcd +EXPORT_SYMBOL_GPL vmlinux 0xcae7ce5d fsl_mc_get_version +EXPORT_SYMBOL_GPL vmlinux 0xcaea8a5a extcon_sync +EXPORT_SYMBOL_GPL vmlinux 0xcaf1d958 evtchn_get +EXPORT_SYMBOL_GPL vmlinux 0xcb07b552 show_class_attr_string +EXPORT_SYMBOL_GPL vmlinux 0xcb087c40 devm_memunmap_pages +EXPORT_SYMBOL_GPL vmlinux 0xcb0c91b1 exportfs_decode_fh +EXPORT_SYMBOL_GPL vmlinux 0xcb186931 pkcs7_validate_trust +EXPORT_SYMBOL_GPL vmlinux 0xcb1cd268 device_find_any_child +EXPORT_SYMBOL_GPL vmlinux 0xcb289299 gnttab_map_refs +EXPORT_SYMBOL_GPL vmlinux 0xcb2bfe2b nvmem_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0xcb3e2c06 sk_clone_lock +EXPORT_SYMBOL_GPL vmlinux 0xcb409471 nf_ipv6_ops +EXPORT_SYMBOL_GPL vmlinux 0xcb561441 mem_dump_obj +EXPORT_SYMBOL_GPL vmlinux 0xcb5f4371 regmap_add_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0xcb7a3944 bpf_prog_inc +EXPORT_SYMBOL_GPL vmlinux 0xcb915778 find_mci_by_dev +EXPORT_SYMBOL_GPL vmlinux 0xcb9c7e51 fwnode_connection_find_matches +EXPORT_SYMBOL_GPL vmlinux 0xcba0324e ip6_dst_lookup_flow +EXPORT_SYMBOL_GPL vmlinux 0xcbb52f62 usb_unlink_urb +EXPORT_SYMBOL_GPL vmlinux 0xcbbec2b1 sk_msg_clone +EXPORT_SYMBOL_GPL vmlinux 0xcbc07cf2 edac_device_alloc_ctl_info +EXPORT_SYMBOL_GPL vmlinux 0xcbd1f379 pci_assign_unassigned_bus_resources +EXPORT_SYMBOL_GPL vmlinux 0xcbdaca20 thermal_cooling_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0xcbdbe9ae skb_mpls_dec_ttl +EXPORT_SYMBOL_GPL vmlinux 0xcbe3fb5a phy_save_page +EXPORT_SYMBOL_GPL vmlinux 0xcbe56bc2 zs_get_total_pages +EXPORT_SYMBOL_GPL vmlinux 0xcbf4da01 irq_domain_remove_sim +EXPORT_SYMBOL_GPL vmlinux 0xcc0fd0a7 k3_ringacc_ring_push_head +EXPORT_SYMBOL_GPL vmlinux 0xcc1678ca crypto_unregister_ahashes +EXPORT_SYMBOL_GPL vmlinux 0xcc2dbfd8 irq_domain_check_msi_remap +EXPORT_SYMBOL_GPL vmlinux 0xcc39c03e nvmem_unregister +EXPORT_SYMBOL_GPL vmlinux 0xcc51ae52 blk_revalidate_disk_zones +EXPORT_SYMBOL_GPL vmlinux 0xcc56e81f ip_fib_metrics_init +EXPORT_SYMBOL_GPL vmlinux 0xcc7556a7 extcon_set_state_sync +EXPORT_SYMBOL_GPL vmlinux 0xcc7645ca usb_hcd_pci_remove +EXPORT_SYMBOL_GPL vmlinux 0xcc795932 devlink_region_snapshot_id_put +EXPORT_SYMBOL_GPL vmlinux 0xcc9268fc hwpoison_filter_enable +EXPORT_SYMBOL_GPL vmlinux 0xcc935375 walk_iomem_res_desc +EXPORT_SYMBOL_GPL vmlinux 0xcc9aff19 led_trigger_event +EXPORT_SYMBOL_GPL vmlinux 0xccab579e icc_link_create +EXPORT_SYMBOL_GPL vmlinux 0xccabde6f crc64_rocksoft_generic +EXPORT_SYMBOL_GPL vmlinux 0xccb164e4 of_irq_parse_raw +EXPORT_SYMBOL_GPL vmlinux 0xccb4d61c device_create_with_groups +EXPORT_SYMBOL_GPL vmlinux 0xccbe5992 acpi_create_platform_device +EXPORT_SYMBOL_GPL vmlinux 0xcccfb2fa sata_deb_timing_hotplug +EXPORT_SYMBOL_GPL vmlinux 0xccd86806 ata_id_string +EXPORT_SYMBOL_GPL vmlinux 0xccdf6c99 scsi_eh_ready_devs +EXPORT_SYMBOL_GPL vmlinux 0xccf52bc9 sfp_upstream_start +EXPORT_SYMBOL_GPL vmlinux 0xccffab63 mtk_clk_register_composites +EXPORT_SYMBOL_GPL vmlinux 0xcd217fbc rio_attach_device +EXPORT_SYMBOL_GPL vmlinux 0xcd24e146 hash_digest_size +EXPORT_SYMBOL_GPL vmlinux 0xcd31524d vcap_copy_rule +EXPORT_SYMBOL_GPL vmlinux 0xcd5ee2be pwm_get_chip_data +EXPORT_SYMBOL_GPL vmlinux 0xcd60136e ethnl_cable_test_free +EXPORT_SYMBOL_GPL vmlinux 0xcd6f2dc9 nf_log_buf_add +EXPORT_SYMBOL_GPL vmlinux 0xcd74ad85 ehci_suspend +EXPORT_SYMBOL_GPL vmlinux 0xcd759b82 k3_ringacc_ring_reset +EXPORT_SYMBOL_GPL vmlinux 0xcd75e219 blk_queue_can_use_dma_map_merging +EXPORT_SYMBOL_GPL vmlinux 0xcd828b74 phy_calibrate +EXPORT_SYMBOL_GPL vmlinux 0xcd88e59a devm_gpiod_put +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 0xcda20af2 fib_new_table +EXPORT_SYMBOL_GPL vmlinux 0xcda2aaba k3_udma_glue_tx_dma_to_cppi5_addr +EXPORT_SYMBOL_GPL vmlinux 0xcdb6adcc ras_userspace_consumers +EXPORT_SYMBOL_GPL vmlinux 0xcdba0b88 cpufreq_dbs_governor_stop +EXPORT_SYMBOL_GPL vmlinux 0xcdbc0ecc spi_mem_driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0xcdc0e4d8 skb_cow_data +EXPORT_SYMBOL_GPL vmlinux 0xcdc54ae9 misc_cg_try_charge +EXPORT_SYMBOL_GPL vmlinux 0xcdc86b55 sched_clock +EXPORT_SYMBOL_GPL vmlinux 0xcdc9b9ec vchan_tx_submit +EXPORT_SYMBOL_GPL vmlinux 0xcdca3691 nr_irqs +EXPORT_SYMBOL_GPL vmlinux 0xcde01daf aead_init_geniv +EXPORT_SYMBOL_GPL vmlinux 0xcde26600 cppc_get_transition_latency +EXPORT_SYMBOL_GPL vmlinux 0xcdeab76c crypto_stats_get +EXPORT_SYMBOL_GPL vmlinux 0xcdf28b7e gpiochip_irqchip_irq_valid +EXPORT_SYMBOL_GPL vmlinux 0xcdf82f8e __traceiter_neigh_timer_handler +EXPORT_SYMBOL_GPL vmlinux 0xce0a4020 xenbus_directory +EXPORT_SYMBOL_GPL vmlinux 0xce316d7e zynqmp_pm_set_sd_tapdelay +EXPORT_SYMBOL_GPL vmlinux 0xce43a9a0 phy_package_join +EXPORT_SYMBOL_GPL vmlinux 0xce598ef2 unregister_kretprobe +EXPORT_SYMBOL_GPL vmlinux 0xce6db656 rcu_is_watching +EXPORT_SYMBOL_GPL vmlinux 0xce6f8841 regmap_get_max_register +EXPORT_SYMBOL_GPL vmlinux 0xce703a64 device_attach +EXPORT_SYMBOL_GPL vmlinux 0xce73cd6f cgroup_get_from_fd +EXPORT_SYMBOL_GPL vmlinux 0xce7562aa dst_cache_get +EXPORT_SYMBOL_GPL vmlinux 0xce7e4791 iomap_seek_data +EXPORT_SYMBOL_GPL vmlinux 0xce9d1cad nvdimm_region_notify +EXPORT_SYMBOL_GPL vmlinux 0xceac8674 zynqmp_pm_read_pggs +EXPORT_SYMBOL_GPL vmlinux 0xceae27bc perf_aux_output_skip +EXPORT_SYMBOL_GPL vmlinux 0xceb14c52 tcp_get_info +EXPORT_SYMBOL_GPL vmlinux 0xceb1f126 mpi_read_raw_data +EXPORT_SYMBOL_GPL vmlinux 0xced02e84 fat_scan +EXPORT_SYMBOL_GPL vmlinux 0xcee1641c kgdb_unregister_nmi_console +EXPORT_SYMBOL_GPL vmlinux 0xcee20faa sprd_pinctrl_shutdown +EXPORT_SYMBOL_GPL vmlinux 0xcee88e7a of_overlay_fdt_apply +EXPORT_SYMBOL_GPL vmlinux 0xceeab5e3 kthread_mod_delayed_work +EXPORT_SYMBOL_GPL vmlinux 0xceed8c16 __set_phys_to_machine +EXPORT_SYMBOL_GPL vmlinux 0xcef89b21 xhci_get_ep_ctx +EXPORT_SYMBOL_GPL vmlinux 0xcefffa2f sata_scr_valid +EXPORT_SYMBOL_GPL vmlinux 0xcf10dc57 register_btf_fmodret_id_set +EXPORT_SYMBOL_GPL vmlinux 0xcf122c8c tps6586x_clr_bits +EXPORT_SYMBOL_GPL vmlinux 0xcf135a58 genphy_c45_read_mdix +EXPORT_SYMBOL_GPL vmlinux 0xcf13a158 clk_hw_get_num_parents +EXPORT_SYMBOL_GPL vmlinux 0xcf23b9be devlink_port_fini +EXPORT_SYMBOL_GPL vmlinux 0xcf2e2e51 class_for_each_device +EXPORT_SYMBOL_GPL vmlinux 0xcf31db1f debugfs_lookup_and_remove +EXPORT_SYMBOL_GPL vmlinux 0xcf38d762 vcap_keyfieldset +EXPORT_SYMBOL_GPL vmlinux 0xcf39b7f5 extcon_get_edev_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0xcf43de41 xen_dbgp_reset_prep +EXPORT_SYMBOL_GPL vmlinux 0xcf558ea3 spi_target_abort +EXPORT_SYMBOL_GPL vmlinux 0xcf728d85 iomap_ioend_try_merge +EXPORT_SYMBOL_GPL vmlinux 0xcf83654e devm_irq_domain_create_sim +EXPORT_SYMBOL_GPL vmlinux 0xcf87ffa2 ata_sas_scsi_ioctl +EXPORT_SYMBOL_GPL vmlinux 0xcf884fd2 fscrypt_ioctl_add_key +EXPORT_SYMBOL_GPL vmlinux 0xcf9154c1 device_match_fwnode +EXPORT_SYMBOL_GPL vmlinux 0xcfa34f8d nvdimm_bus_unregister +EXPORT_SYMBOL_GPL vmlinux 0xcfb0fee1 fsverity_verify_page +EXPORT_SYMBOL_GPL vmlinux 0xcfc17503 fsl_mc_bus_dpdbg_type +EXPORT_SYMBOL_GPL vmlinux 0xcfc5108a devlink_fmsg_u8_pair_put +EXPORT_SYMBOL_GPL vmlinux 0xcfc7b4e4 rcu_barrier_tasks_trace +EXPORT_SYMBOL_GPL vmlinux 0xcfcabdbb usb_hcd_platform_shutdown +EXPORT_SYMBOL_GPL vmlinux 0xcfd30d71 acpi_os_map_memory +EXPORT_SYMBOL_GPL vmlinux 0xcfe54fe5 kernel_kobj +EXPORT_SYMBOL_GPL vmlinux 0xcfe7725b usb_autopm_get_interface_async +EXPORT_SYMBOL_GPL vmlinux 0xcfecbabe icc_link_destroy +EXPORT_SYMBOL_GPL vmlinux 0xcff021fc ata_sff_freeze +EXPORT_SYMBOL_GPL vmlinux 0xcffa171f clk_hw_unregister_mux +EXPORT_SYMBOL_GPL vmlinux 0xcffc5445 thermal_zone_device_update +EXPORT_SYMBOL_GPL vmlinux 0xcffd793e hyperv_report_panic +EXPORT_SYMBOL_GPL vmlinux 0xd00c8f5d bpf_map_inc_with_uref +EXPORT_SYMBOL_GPL vmlinux 0xd01c7829 dmaengine_desc_get_metadata_ptr +EXPORT_SYMBOL_GPL vmlinux 0xd02445dc fsl_mc_bus_dpbp_type +EXPORT_SYMBOL_GPL vmlinux 0xd026d518 HYPERVISOR_vcpu_op +EXPORT_SYMBOL_GPL vmlinux 0xd0275778 ip_build_and_send_pkt +EXPORT_SYMBOL_GPL vmlinux 0xd02c672f gpiochip_irqchip_add_domain +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 0xd06524ba raw_notifier_chain_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd067d3c5 system_freezable_power_efficient_wq +EXPORT_SYMBOL_GPL vmlinux 0xd0687ea2 regmap_bulk_write +EXPORT_SYMBOL_GPL vmlinux 0xd068884f debugfs_create_u32_array +EXPORT_SYMBOL_GPL vmlinux 0xd06c55d1 ata_sas_port_stop +EXPORT_SYMBOL_GPL vmlinux 0xd08661b9 md_bitmap_load +EXPORT_SYMBOL_GPL vmlinux 0xd0923729 clk_hw_get_parent_by_index +EXPORT_SYMBOL_GPL vmlinux 0xd09911a6 acpi_dev_get_irq_type +EXPORT_SYMBOL_GPL vmlinux 0xd09a4df7 acpi_subsys_suspend_late +EXPORT_SYMBOL_GPL vmlinux 0xd0a95885 dma_resv_get_singleton +EXPORT_SYMBOL_GPL vmlinux 0xd0ba535e kvm_vcpu_kick +EXPORT_SYMBOL_GPL vmlinux 0xd0c05159 emergency_restart +EXPORT_SYMBOL_GPL vmlinux 0xd0d09673 fixed_phy_register +EXPORT_SYMBOL_GPL vmlinux 0xd0d156e9 __rht_bucket_nested +EXPORT_SYMBOL_GPL vmlinux 0xd0d3f0a4 gen_pool_avail +EXPORT_SYMBOL_GPL vmlinux 0xd0d7b940 regmap_update_bits_base +EXPORT_SYMBOL_GPL vmlinux 0xd0db0f12 run_dax +EXPORT_SYMBOL_GPL vmlinux 0xd0ed5693 vfs_set_acl +EXPORT_SYMBOL_GPL vmlinux 0xd0efee41 __xdp_rxq_info_reg +EXPORT_SYMBOL_GPL vmlinux 0xd0fd7085 hwrng_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd103679a iomap_file_unshare +EXPORT_SYMBOL_GPL vmlinux 0xd10a761b sysfs_remove_file_from_group +EXPORT_SYMBOL_GPL vmlinux 0xd10af740 blk_mq_end_request_batch +EXPORT_SYMBOL_GPL vmlinux 0xd11953c3 cgroup_get_from_path +EXPORT_SYMBOL_GPL vmlinux 0xd138c08a free_iova_fast +EXPORT_SYMBOL_GPL vmlinux 0xd13e4af8 dma_fence_unwrap_next +EXPORT_SYMBOL_GPL vmlinux 0xd1407027 pci_device_is_present +EXPORT_SYMBOL_GPL vmlinux 0xd141b384 usb_hub_find_child +EXPORT_SYMBOL_GPL vmlinux 0xd1481de7 mpi_clear +EXPORT_SYMBOL_GPL vmlinux 0xd14c37ac adp5520_write +EXPORT_SYMBOL_GPL vmlinux 0xd14c6c1c debugfs_create_symlink +EXPORT_SYMBOL_GPL vmlinux 0xd14c7039 serial8250_do_set_divisor +EXPORT_SYMBOL_GPL vmlinux 0xd151396d pci_p2pdma_add_resource +EXPORT_SYMBOL_GPL vmlinux 0xd159586c net_prio_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0xd15ad212 blkg_conf_prep +EXPORT_SYMBOL_GPL vmlinux 0xd15be9b5 irq_domain_free_fwnode +EXPORT_SYMBOL_GPL vmlinux 0xd16a8cef __tracepoint_add_device_to_group +EXPORT_SYMBOL_GPL vmlinux 0xd16f12c6 dw_pcie_own_conf_map_bus +EXPORT_SYMBOL_GPL vmlinux 0xd18243f3 skb_append_pagefrags +EXPORT_SYMBOL_GPL vmlinux 0xd1899f4d md_rdev_clear +EXPORT_SYMBOL_GPL vmlinux 0xd1a616d4 syscon_regmap_lookup_by_phandle_args +EXPORT_SYMBOL_GPL vmlinux 0xd1a93594 md_run +EXPORT_SYMBOL_GPL vmlinux 0xd1a9ca15 __SCK__tp_func_neigh_update +EXPORT_SYMBOL_GPL vmlinux 0xd1aafe48 usb_get_urb +EXPORT_SYMBOL_GPL vmlinux 0xd1abf654 get_governor_parent_kobj +EXPORT_SYMBOL_GPL vmlinux 0xd1add711 iommu_device_unlink +EXPORT_SYMBOL_GPL vmlinux 0xd1bcc921 cpufreq_freq_attr_scaling_boost_freqs +EXPORT_SYMBOL_GPL vmlinux 0xd1c5cb90 dev_pm_opp_sync_regulators +EXPORT_SYMBOL_GPL vmlinux 0xd1c851e6 anon_transport_class_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd1cbc23c add_timer_on +EXPORT_SYMBOL_GPL vmlinux 0xd1cec378 __clk_hw_register_mux +EXPORT_SYMBOL_GPL vmlinux 0xd1e542d9 ata_ncq_sdev_groups +EXPORT_SYMBOL_GPL vmlinux 0xd1e8a7be crypto_skcipher_decrypt +EXPORT_SYMBOL_GPL vmlinux 0xd1f2eee2 nf_logger_find_get +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 0xd223b52d usb_queue_reset_device +EXPORT_SYMBOL_GPL vmlinux 0xd23174ee cpufreq_cooling_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd23d2bff crypto_skcipher_setkey +EXPORT_SYMBOL_GPL vmlinux 0xd240df01 gpmc_omap_onenand_set_timings +EXPORT_SYMBOL_GPL vmlinux 0xd2423f76 i2c_acpi_get_i2c_resource +EXPORT_SYMBOL_GPL vmlinux 0xd248a519 rockchip_pmu_block +EXPORT_SYMBOL_GPL vmlinux 0xd2493285 skb_mpls_update_lse +EXPORT_SYMBOL_GPL vmlinux 0xd24e9e8c klist_init +EXPORT_SYMBOL_GPL vmlinux 0xd25b5c79 ndo_dflt_bridge_getlink +EXPORT_SYMBOL_GPL vmlinux 0xd25bf25c pci_epc_add_epf +EXPORT_SYMBOL_GPL vmlinux 0xd260af0d ring_buffer_write +EXPORT_SYMBOL_GPL vmlinux 0xd273b1b1 __round_jiffies_up_relative +EXPORT_SYMBOL_GPL vmlinux 0xd27eeb4b alloc_iova +EXPORT_SYMBOL_GPL vmlinux 0xd27f215d gnttab_alloc_grant_references +EXPORT_SYMBOL_GPL vmlinux 0xd284c790 tegra_mc_probe_device +EXPORT_SYMBOL_GPL vmlinux 0xd28b5351 devm_nvmem_device_put +EXPORT_SYMBOL_GPL vmlinux 0xd29c1f10 __traceiter_error_report_end +EXPORT_SYMBOL_GPL vmlinux 0xd2b10a05 ata_timing_find_mode +EXPORT_SYMBOL_GPL vmlinux 0xd2b3cab7 __irq_domain_add +EXPORT_SYMBOL_GPL vmlinux 0xd2bf990b register_nvdimm_pmu +EXPORT_SYMBOL_GPL vmlinux 0xd2c0d23e ata_qc_complete_multiple +EXPORT_SYMBOL_GPL vmlinux 0xd2d7e59b unregister_platform_power_off +EXPORT_SYMBOL_GPL vmlinux 0xd2e42dee regulator_bulk_force_disable +EXPORT_SYMBOL_GPL vmlinux 0xd2e73234 ata_scsi_port_error_handler +EXPORT_SYMBOL_GPL vmlinux 0xd2ef6a40 phylink_mii_ioctl +EXPORT_SYMBOL_GPL vmlinux 0xd2fa777a usb_register_driver +EXPORT_SYMBOL_GPL vmlinux 0xd2fe862a __traceiter_attach_device_to_domain +EXPORT_SYMBOL_GPL vmlinux 0xd304436e ata_ehi_push_desc +EXPORT_SYMBOL_GPL vmlinux 0xd307db96 pci_set_pcie_reset_state +EXPORT_SYMBOL_GPL vmlinux 0xd313bc7b xas_nomem +EXPORT_SYMBOL_GPL vmlinux 0xd315f9d3 i2c_new_scanned_device +EXPORT_SYMBOL_GPL vmlinux 0xd31a2ac5 ring_buffer_oldest_event_ts +EXPORT_SYMBOL_GPL vmlinux 0xd31f5216 call_switchdev_blocking_notifiers +EXPORT_SYMBOL_GPL vmlinux 0xd320ebaf pci_epc_get_first_free_bar +EXPORT_SYMBOL_GPL vmlinux 0xd3215a83 usb_enable_ltm +EXPORT_SYMBOL_GPL vmlinux 0xd3349dc3 thermal_zone_device_disable +EXPORT_SYMBOL_GPL vmlinux 0xd33ada8b cci_probed +EXPORT_SYMBOL_GPL vmlinux 0xd340dccf devm_qcom_smem_state_get +EXPORT_SYMBOL_GPL vmlinux 0xd3551a76 zynqmp_pm_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0xd3563ae1 pwm_set_chip_data +EXPORT_SYMBOL_GPL vmlinux 0xd362cbd7 fs_dax_get_by_bdev +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 0xd39e9848 put_itimerspec64 +EXPORT_SYMBOL_GPL vmlinux 0xd3ade037 devm_power_supply_get_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0xd3c25a1e pm_runtime_forbid +EXPORT_SYMBOL_GPL vmlinux 0xd3d845fc pci_assign_unassigned_bridge_resources +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 0xd422433b metadata_dst_free +EXPORT_SYMBOL_GPL vmlinux 0xd426dbc4 erst_get_record_count +EXPORT_SYMBOL_GPL vmlinux 0xd42f1d4e show_rcu_tasks_rude_gp_kthread +EXPORT_SYMBOL_GPL vmlinux 0xd44a5eac kgdb_register_nmi_console +EXPORT_SYMBOL_GPL vmlinux 0xd45fbea1 serdev_device_write_room +EXPORT_SYMBOL_GPL vmlinux 0xd467cb1a dm_internal_suspend_fast +EXPORT_SYMBOL_GPL vmlinux 0xd46af5ef cppc_get_perf_ctrs +EXPORT_SYMBOL_GPL vmlinux 0xd476d860 ata_bmdma_dumb_qc_prep +EXPORT_SYMBOL_GPL vmlinux 0xd47ae9b3 usb_control_msg_recv +EXPORT_SYMBOL_GPL vmlinux 0xd484764a of_clk_hw_register +EXPORT_SYMBOL_GPL vmlinux 0xd4880fcc mmc_get_ext_csd +EXPORT_SYMBOL_GPL vmlinux 0xd490c840 devlink_health_reporter_create +EXPORT_SYMBOL_GPL vmlinux 0xd4935851 __SCK__tp_func_suspend_resume +EXPORT_SYMBOL_GPL vmlinux 0xd4940c4a __udp4_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0xd494f325 dm_path_uevent +EXPORT_SYMBOL_GPL vmlinux 0xd495f56e iommu_group_remove_device +EXPORT_SYMBOL_GPL vmlinux 0xd49becfd pci_p2pmem_alloc_sgl +EXPORT_SYMBOL_GPL vmlinux 0xd4a6ec57 nf_queue +EXPORT_SYMBOL_GPL vmlinux 0xd4b1e754 switchdev_port_obj_del +EXPORT_SYMBOL_GPL vmlinux 0xd4b6157e devlink_health_reporter_recovery_done +EXPORT_SYMBOL_GPL vmlinux 0xd4b9a616 reset_control_bulk_put +EXPORT_SYMBOL_GPL vmlinux 0xd4c0c82c blk_queue_max_zone_append_sectors +EXPORT_SYMBOL_GPL vmlinux 0xd4c14632 system_unbound_wq +EXPORT_SYMBOL_GPL vmlinux 0xd4c16cef irq_create_of_mapping +EXPORT_SYMBOL_GPL vmlinux 0xd4c38dc5 devlink_port_attrs_pci_sf_set +EXPORT_SYMBOL_GPL vmlinux 0xd4cbdbe3 __SCK__tp_func_devlink_trap_report +EXPORT_SYMBOL_GPL vmlinux 0xd4ce1d3a acomp_request_free +EXPORT_SYMBOL_GPL vmlinux 0xd4d08320 blk_mq_flush_busy_ctxs +EXPORT_SYMBOL_GPL vmlinux 0xd4d1d1d3 switchdev_handle_fdb_event_to_device +EXPORT_SYMBOL_GPL vmlinux 0xd4d7e84a ftrace_ops_set_global_filter +EXPORT_SYMBOL_GPL vmlinux 0xd4e65d49 xdp_attachment_setup +EXPORT_SYMBOL_GPL vmlinux 0xd4e6d7e0 linear_range_get_value +EXPORT_SYMBOL_GPL vmlinux 0xd4f5bfa5 iommu_queue_iopf +EXPORT_SYMBOL_GPL vmlinux 0xd5077333 bdev_alignment_offset +EXPORT_SYMBOL_GPL vmlinux 0xd5145f11 kvm_init +EXPORT_SYMBOL_GPL vmlinux 0xd5225d37 acpi_bind_one +EXPORT_SYMBOL_GPL vmlinux 0xd529cec1 thermal_zone_get_slope +EXPORT_SYMBOL_GPL vmlinux 0xd5301b2c linear_range_get_max_value +EXPORT_SYMBOL_GPL vmlinux 0xd5364bc6 tcf_dev_queue_xmit +EXPORT_SYMBOL_GPL vmlinux 0xd53c67b3 unregister_net_sysctl_table +EXPORT_SYMBOL_GPL vmlinux 0xd5474690 usb_role_switch_set_role +EXPORT_SYMBOL_GPL vmlinux 0xd54d7783 sdio_retune_hold_now +EXPORT_SYMBOL_GPL vmlinux 0xd54f8d68 acpi_ec_add_query_handler +EXPORT_SYMBOL_GPL vmlinux 0xd55484b6 usb_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0xd55ad93b iommu_group_get_iommudata +EXPORT_SYMBOL_GPL vmlinux 0xd55b1108 icc_get +EXPORT_SYMBOL_GPL vmlinux 0xd561168e vp_legacy_get_queue_enable +EXPORT_SYMBOL_GPL vmlinux 0xd565622a tty_kopen_exclusive +EXPORT_SYMBOL_GPL vmlinux 0xd566ce57 fwnode_gpiod_get_index +EXPORT_SYMBOL_GPL vmlinux 0xd5696d1e edac_pci_create_generic_ctl +EXPORT_SYMBOL_GPL vmlinux 0xd5787987 devlink_trap_groups_register +EXPORT_SYMBOL_GPL vmlinux 0xd57a45a2 xdp_master_redirect +EXPORT_SYMBOL_GPL vmlinux 0xd5807af3 k3_ringacc_ring_pop +EXPORT_SYMBOL_GPL vmlinux 0xd585c333 ata_qc_complete +EXPORT_SYMBOL_GPL vmlinux 0xd596e4b1 genphy_c45_pma_setup_forced +EXPORT_SYMBOL_GPL vmlinux 0xd59a1587 linkmode_resolve_pause +EXPORT_SYMBOL_GPL vmlinux 0xd5c277cb pci_epc_clear_bar +EXPORT_SYMBOL_GPL vmlinux 0xd5c2c958 regulator_set_voltage_rdev +EXPORT_SYMBOL_GPL vmlinux 0xd5c8d5de i2c_probe_func_quick_read +EXPORT_SYMBOL_GPL vmlinux 0xd5cc32ab irqchip_fwnode_ops +EXPORT_SYMBOL_GPL vmlinux 0xd5eea644 blk_mq_quiesce_queue_nowait +EXPORT_SYMBOL_GPL vmlinux 0xd5f765a5 kvm_io_bus_write +EXPORT_SYMBOL_GPL vmlinux 0xd61cd260 gpiochip_generic_free +EXPORT_SYMBOL_GPL vmlinux 0xd626bf30 vp_legacy_get_driver_features +EXPORT_SYMBOL_GPL vmlinux 0xd62a6b3c crypto_larval_alloc +EXPORT_SYMBOL_GPL vmlinux 0xd6307f8c blkdev_zone_mgmt +EXPORT_SYMBOL_GPL vmlinux 0xd638fdee fwnode_remove_software_node +EXPORT_SYMBOL_GPL vmlinux 0xd64ed259 __memcat_p +EXPORT_SYMBOL_GPL vmlinux 0xd65d3817 crypto_register_templates +EXPORT_SYMBOL_GPL vmlinux 0xd66a7a35 sbitmap_queue_wake_all +EXPORT_SYMBOL_GPL vmlinux 0xd6727677 vfs_get_acl +EXPORT_SYMBOL_GPL vmlinux 0xd672b5d0 scsi_ioctl_block_when_processing_errors +EXPORT_SYMBOL_GPL vmlinux 0xd67364f7 eventfd_ctx_fdget +EXPORT_SYMBOL_GPL vmlinux 0xd67aec81 net_selftest +EXPORT_SYMBOL_GPL vmlinux 0xd68358c3 ip6_local_out +EXPORT_SYMBOL_GPL vmlinux 0xd6837739 stmpe_block_read +EXPORT_SYMBOL_GPL vmlinux 0xd68c717d pm_generic_runtime_resume +EXPORT_SYMBOL_GPL vmlinux 0xd68f2010 iomap_zero_range +EXPORT_SYMBOL_GPL vmlinux 0xd693ff4d user_read +EXPORT_SYMBOL_GPL vmlinux 0xd69a7789 filemap_migrate_folio +EXPORT_SYMBOL_GPL vmlinux 0xd6a37b5e shash_free_singlespawn_instance +EXPORT_SYMBOL_GPL vmlinux 0xd6a68817 io_uring_cmd_import_fixed +EXPORT_SYMBOL_GPL vmlinux 0xd6a74049 devm_usb_put_phy +EXPORT_SYMBOL_GPL vmlinux 0xd6aafb42 crc64_rocksoft +EXPORT_SYMBOL_GPL vmlinux 0xd6ae0256 da903x_clr_bits +EXPORT_SYMBOL_GPL vmlinux 0xd6b27e8a xas_set_mark +EXPORT_SYMBOL_GPL vmlinux 0xd6b544d8 skb_defer_rx_timestamp +EXPORT_SYMBOL_GPL vmlinux 0xd6c02a7e i2c_client_get_device_id +EXPORT_SYMBOL_GPL vmlinux 0xd6d47f26 led_classdev_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd6d8f6b3 topology_set_scale_freq_source +EXPORT_SYMBOL_GPL vmlinux 0xd6e5d502 __virtqueue_unbreak +EXPORT_SYMBOL_GPL vmlinux 0xd6f005cb iomap_swapfile_activate +EXPORT_SYMBOL_GPL vmlinux 0xd6f326ca bpf_sk_storage_diag_put +EXPORT_SYMBOL_GPL vmlinux 0xd70b3636 irq_domain_simple_ops +EXPORT_SYMBOL_GPL vmlinux 0xd70be7a8 anon_transport_class_register +EXPORT_SYMBOL_GPL vmlinux 0xd718d55f raw_seq_stop +EXPORT_SYMBOL_GPL vmlinux 0xd72564ec dm_get_queue_limits +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 0xd732a268 finish_rcuwait +EXPORT_SYMBOL_GPL vmlinux 0xd744f9a1 pci_epc_raise_irq +EXPORT_SYMBOL_GPL vmlinux 0xd74e400f show_rcu_tasks_classic_gp_kthread +EXPORT_SYMBOL_GPL vmlinux 0xd74f0fd9 kernfs_find_and_get_ns +EXPORT_SYMBOL_GPL vmlinux 0xd75b20aa rsa_parse_priv_key +EXPORT_SYMBOL_GPL vmlinux 0xd760b213 iommu_group_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0xd768e985 regulator_has_full_constraints +EXPORT_SYMBOL_GPL vmlinux 0xd77ad13e device_release_driver +EXPORT_SYMBOL_GPL vmlinux 0xd783fe15 fib4_rule_default +EXPORT_SYMBOL_GPL vmlinux 0xd785adad tty_ldisc_deref +EXPORT_SYMBOL_GPL vmlinux 0xd789f61b irq_chip_set_wake_parent +EXPORT_SYMBOL_GPL vmlinux 0xd78bbd76 blk_stat_enable_accounting +EXPORT_SYMBOL_GPL vmlinux 0xd78f85a3 sk_set_peek_off +EXPORT_SYMBOL_GPL vmlinux 0xd7937275 devm_devfreq_event_add_edev +EXPORT_SYMBOL_GPL vmlinux 0xd797b875 spi_bus_type +EXPORT_SYMBOL_GPL vmlinux 0xd7984ecb input_class +EXPORT_SYMBOL_GPL vmlinux 0xd7a86ea4 tcp_twsk_purge +EXPORT_SYMBOL_GPL vmlinux 0xd7aa4b7f rockchip_pcie_get_phys +EXPORT_SYMBOL_GPL vmlinux 0xd7aea26e kernel_read_file_from_path_initns +EXPORT_SYMBOL_GPL vmlinux 0xd7b1b785 ftrace_set_filter +EXPORT_SYMBOL_GPL vmlinux 0xd7b4b6f9 kvm_vcpu_gfn_to_hva +EXPORT_SYMBOL_GPL vmlinux 0xd7c31e1f serdev_controller_alloc +EXPORT_SYMBOL_GPL vmlinux 0xd7c91b63 tegra210_sata_pll_hw_control_enable +EXPORT_SYMBOL_GPL vmlinux 0xd7cea889 edac_mod_work +EXPORT_SYMBOL_GPL vmlinux 0xd7d090b4 sk_clear_memalloc +EXPORT_SYMBOL_GPL vmlinux 0xd7d7f2a7 devlink_port_health_reporter_destroy +EXPORT_SYMBOL_GPL vmlinux 0xd7dccd23 __SCK__tp_func_xhci_dbg_quirks +EXPORT_SYMBOL_GPL vmlinux 0xd7fa482d rio_enable_rx_tx_port +EXPORT_SYMBOL_GPL vmlinux 0xd7ff6faf dpm_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0xd81d6859 ata_do_set_mode +EXPORT_SYMBOL_GPL vmlinux 0xd81f72b7 restore_online_page_callback +EXPORT_SYMBOL_GPL vmlinux 0xd833453e uart_handle_dcd_change +EXPORT_SYMBOL_GPL vmlinux 0xd8339402 __page_file_index +EXPORT_SYMBOL_GPL vmlinux 0xd8341950 gpiod_unexport +EXPORT_SYMBOL_GPL vmlinux 0xd83ec3e0 __traceiter_sched_overutilized_tp +EXPORT_SYMBOL_GPL vmlinux 0xd84d35bd dax_read_lock +EXPORT_SYMBOL_GPL vmlinux 0xd8527efa of_msi_get_domain +EXPORT_SYMBOL_GPL vmlinux 0xd85d28b3 trace_array_destroy +EXPORT_SYMBOL_GPL vmlinux 0xd867def0 xdp_do_redirect_frame +EXPORT_SYMBOL_GPL vmlinux 0xd870226c dev_pm_qos_expose_latency_tolerance +EXPORT_SYMBOL_GPL vmlinux 0xd87667ae crypto_unregister_skcipher +EXPORT_SYMBOL_GPL vmlinux 0xd87e741d rtc_read_alarm +EXPORT_SYMBOL_GPL vmlinux 0xd87fc0a0 usb_amd_prefetch_quirk +EXPORT_SYMBOL_GPL vmlinux 0xd8816960 gnttab_unmap_refs +EXPORT_SYMBOL_GPL vmlinux 0xd8832461 kthread_park +EXPORT_SYMBOL_GPL vmlinux 0xd889c8ca inet_csk_listen_start +EXPORT_SYMBOL_GPL vmlinux 0xd88defca __dma_fence_unwrap_merge +EXPORT_SYMBOL_GPL vmlinux 0xd8934d9d blk_set_pm_only +EXPORT_SYMBOL_GPL vmlinux 0xd8ab654d devm_of_icc_get +EXPORT_SYMBOL_GPL vmlinux 0xd8b640a1 da9052_adc_read_temp +EXPORT_SYMBOL_GPL vmlinux 0xd8ba7d4f crypto_stats_akcipher_decrypt +EXPORT_SYMBOL_GPL vmlinux 0xd8bd398a usb_driver_claim_interface +EXPORT_SYMBOL_GPL vmlinux 0xd8d68ab1 dmi_memdev_type +EXPORT_SYMBOL_GPL vmlinux 0xd8e77ec5 device_for_each_child_reverse +EXPORT_SYMBOL_GPL vmlinux 0xd8fbb14d net_cls_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0xd9007d78 devm_krealloc +EXPORT_SYMBOL_GPL vmlinux 0xd902e756 find_get_pid +EXPORT_SYMBOL_GPL vmlinux 0xd903f419 phylink_get_capabilities +EXPORT_SYMBOL_GPL vmlinux 0xd90a93a7 k3_udma_glue_rx_get_irq +EXPORT_SYMBOL_GPL vmlinux 0xd918a65d srcu_torture_stats_print +EXPORT_SYMBOL_GPL vmlinux 0xd91dbd1f xdp_alloc_skb_bulk +EXPORT_SYMBOL_GPL vmlinux 0xd9273006 ti_sci_get_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0xd92e7ddb ima_inode_hash +EXPORT_SYMBOL_GPL vmlinux 0xd92ef192 security_kernel_post_load_data +EXPORT_SYMBOL_GPL vmlinux 0xd92f0791 leds_list_lock +EXPORT_SYMBOL_GPL vmlinux 0xd93452a8 sock_map_destroy +EXPORT_SYMBOL_GPL vmlinux 0xd942f3c5 ata_host_detach +EXPORT_SYMBOL_GPL vmlinux 0xd948da04 dma_resv_describe +EXPORT_SYMBOL_GPL vmlinux 0xd95374ec rio_map_inb_region +EXPORT_SYMBOL_GPL vmlinux 0xd95ad669 fat_time_unix2fat +EXPORT_SYMBOL_GPL vmlinux 0xd95d4957 wm8350_clear_bits +EXPORT_SYMBOL_GPL vmlinux 0xd95d57f7 acpi_device_fix_up_power_extended +EXPORT_SYMBOL_GPL vmlinux 0xd96babb4 interval_tree_iter_next +EXPORT_SYMBOL_GPL vmlinux 0xd9763cfa amba_device_add +EXPORT_SYMBOL_GPL vmlinux 0xd97b9b89 acpi_cpu_get_madt_gicc +EXPORT_SYMBOL_GPL vmlinux 0xd9841fc1 ahci_pmp_retry_srst_ops +EXPORT_SYMBOL_GPL vmlinux 0xd988bdf6 mtk_clk_register_muxes +EXPORT_SYMBOL_GPL vmlinux 0xd990a430 mm_kobj +EXPORT_SYMBOL_GPL vmlinux 0xd9916c3a idr_alloc_u32 +EXPORT_SYMBOL_GPL vmlinux 0xd993babc regulator_set_ramp_delay_regmap +EXPORT_SYMBOL_GPL vmlinux 0xd9ab1f10 usb_get_maximum_ssp_rate +EXPORT_SYMBOL_GPL vmlinux 0xd9af779b ata_std_bios_param +EXPORT_SYMBOL_GPL vmlinux 0xd9bdac2f ethnl_cable_test_amplitude +EXPORT_SYMBOL_GPL vmlinux 0xd9d0a2af devlink_flash_update_timeout_notify +EXPORT_SYMBOL_GPL vmlinux 0xd9e24457 ring_buffer_peek +EXPORT_SYMBOL_GPL vmlinux 0xd9e35d4b clk_gate_ops +EXPORT_SYMBOL_GPL vmlinux 0xd9e73980 xfrm_audit_state_notfound_simple +EXPORT_SYMBOL_GPL vmlinux 0xd9faa7a5 zynqmp_pm_set_pll_frac_mode +EXPORT_SYMBOL_GPL vmlinux 0xd9ff2172 ezx_pcap_write +EXPORT_SYMBOL_GPL vmlinux 0xda006de8 regulator_unregister +EXPORT_SYMBOL_GPL vmlinux 0xda07d300 fscrypt_add_test_dummy_key +EXPORT_SYMBOL_GPL vmlinux 0xda0947de kmsg_dump_unregister +EXPORT_SYMBOL_GPL vmlinux 0xda0d1713 vcap_rule_get_counter +EXPORT_SYMBOL_GPL vmlinux 0xda175c22 __class_create +EXPORT_SYMBOL_GPL vmlinux 0xda2087f5 blkcg_print_blkgs +EXPORT_SYMBOL_GPL vmlinux 0xda20d1e6 fs_kobj +EXPORT_SYMBOL_GPL vmlinux 0xda2f9f86 dev_set_name +EXPORT_SYMBOL_GPL vmlinux 0xda320d31 sfp_module_start +EXPORT_SYMBOL_GPL vmlinux 0xda3f0e01 class_dev_iter_exit +EXPORT_SYMBOL_GPL vmlinux 0xda498cef xenbus_dev_probe +EXPORT_SYMBOL_GPL vmlinux 0xda4f4ba0 xen_find_device_domain_owner +EXPORT_SYMBOL_GPL vmlinux 0xda547f32 blk_queue_max_discard_segments +EXPORT_SYMBOL_GPL vmlinux 0xda558609 fsl_mc_portal_reset +EXPORT_SYMBOL_GPL vmlinux 0xda7912d4 freq_qos_add_request +EXPORT_SYMBOL_GPL vmlinux 0xda84f514 fwnode_property_read_u32_array +EXPORT_SYMBOL_GPL vmlinux 0xda8e1302 software_node_find_by_name +EXPORT_SYMBOL_GPL vmlinux 0xda8f929f ata_scsi_queuecmd +EXPORT_SYMBOL_GPL vmlinux 0xda966625 fsl_mc_obj_close +EXPORT_SYMBOL_GPL vmlinux 0xdaa06dc1 acpi_lpat_raw_to_temp +EXPORT_SYMBOL_GPL vmlinux 0xdab5a1eb interval_tree_insert +EXPORT_SYMBOL_GPL vmlinux 0xdabb84a1 da9052_regmap_config +EXPORT_SYMBOL_GPL vmlinux 0xdac0273e pci_generic_ecam_ops +EXPORT_SYMBOL_GPL vmlinux 0xdad18082 alloc_page_buffers +EXPORT_SYMBOL_GPL vmlinux 0xdadb98c4 page_endio +EXPORT_SYMBOL_GPL vmlinux 0xdaf4dfb3 fb_mode_option +EXPORT_SYMBOL_GPL vmlinux 0xdb05a464 gpiod_get_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0xdb0afab2 fscrypt_get_symlink +EXPORT_SYMBOL_GPL vmlinux 0xdb0ecdc3 devl_resource_occ_get_register +EXPORT_SYMBOL_GPL vmlinux 0xdb124c97 strp_init +EXPORT_SYMBOL_GPL vmlinux 0xdb13f7fc regulator_get_bypass_regmap +EXPORT_SYMBOL_GPL vmlinux 0xdb18e8dc clean_acked_data_disable +EXPORT_SYMBOL_GPL vmlinux 0xdb2983c2 dma_vmap_noncontiguous +EXPORT_SYMBOL_GPL vmlinux 0xdb2b3944 inet_ctl_sock_create +EXPORT_SYMBOL_GPL vmlinux 0xdb339555 __traceiter_pelt_cfs_tp +EXPORT_SYMBOL_GPL vmlinux 0xdb3e5f91 fixed_phy_set_link_update +EXPORT_SYMBOL_GPL vmlinux 0xdb5d0ace __regmap_init +EXPORT_SYMBOL_GPL vmlinux 0xdb5edf13 spi_controller_dma_map_mem_op_data +EXPORT_SYMBOL_GPL vmlinux 0xdb626b89 pm_generic_poweroff_late +EXPORT_SYMBOL_GPL vmlinux 0xdb63a944 acpi_lpat_get_conversion_table +EXPORT_SYMBOL_GPL vmlinux 0xdb6a64e5 simple_attr_open +EXPORT_SYMBOL_GPL vmlinux 0xdb727637 vcap_set_rule_set_keyset +EXPORT_SYMBOL_GPL vmlinux 0xdb729122 ksm_madvise +EXPORT_SYMBOL_GPL vmlinux 0xdb79d5e4 regulator_force_disable +EXPORT_SYMBOL_GPL vmlinux 0xdb7b5fcb pm_clk_destroy +EXPORT_SYMBOL_GPL vmlinux 0xdb8a1b3f usermodehelper_read_trylock +EXPORT_SYMBOL_GPL vmlinux 0xdb959f9f l3mdev_fib_table_rcu +EXPORT_SYMBOL_GPL vmlinux 0xdbb45556 __fscrypt_inode_uses_inline_crypto +EXPORT_SYMBOL_GPL vmlinux 0xdbcce44c tcp_unregister_ulp +EXPORT_SYMBOL_GPL vmlinux 0xdbdb0e8b request_any_context_irq +EXPORT_SYMBOL_GPL vmlinux 0xdbe8d8a0 __SCK__tp_func_cpu_frequency +EXPORT_SYMBOL_GPL vmlinux 0xdbeeece6 tracepoint_probe_unregister +EXPORT_SYMBOL_GPL vmlinux 0xdbf7cb70 mpi_get_nbits +EXPORT_SYMBOL_GPL vmlinux 0xdbfa2500 devl_trylock +EXPORT_SYMBOL_GPL vmlinux 0xdbffc851 power_supply_class +EXPORT_SYMBOL_GPL vmlinux 0xdc02eb39 dmi_available +EXPORT_SYMBOL_GPL vmlinux 0xdc0663a8 dmi_kobj +EXPORT_SYMBOL_GPL vmlinux 0xdc08b5dc device_property_read_u8_array +EXPORT_SYMBOL_GPL vmlinux 0xdc0cc21b hwspin_lock_free +EXPORT_SYMBOL_GPL vmlinux 0xdc139c13 k3_udma_glue_tx_get_hdesc_size +EXPORT_SYMBOL_GPL vmlinux 0xdc14a211 xen_hvm_evtchn_do_upcall +EXPORT_SYMBOL_GPL vmlinux 0xdc183c9f bpf_trace_run3 +EXPORT_SYMBOL_GPL vmlinux 0xdc3e5beb regmap_async_complete_cb +EXPORT_SYMBOL_GPL vmlinux 0xdc43bdc6 pci_vpd_find_ro_info_keyword +EXPORT_SYMBOL_GPL vmlinux 0xdc45a5db edac_stop_work +EXPORT_SYMBOL_GPL vmlinux 0xdc517ed9 screen_glyph_unicode +EXPORT_SYMBOL_GPL vmlinux 0xdc529539 crypto_alloc_base +EXPORT_SYMBOL_GPL vmlinux 0xdc55a5ea devm_acpi_dev_add_driver_gpios +EXPORT_SYMBOL_GPL vmlinux 0xdc5a73b0 vcap_set_tc_exterr +EXPORT_SYMBOL_GPL vmlinux 0xdc6596fa irq_set_parent +EXPORT_SYMBOL_GPL vmlinux 0xdc6699cb acpi_dev_free_resource_list +EXPORT_SYMBOL_GPL vmlinux 0xdc6f7dd4 dev_pm_opp_remove_table +EXPORT_SYMBOL_GPL vmlinux 0xdc70db58 rdev_clear_badblocks +EXPORT_SYMBOL_GPL vmlinux 0xdc716977 debugfs_rename +EXPORT_SYMBOL_GPL vmlinux 0xdc7df67f apei_exec_ctx_init +EXPORT_SYMBOL_GPL vmlinux 0xdc825d6c usb_amd_quirk_pll_disable +EXPORT_SYMBOL_GPL vmlinux 0xdc840ea7 get_net_ns_by_pid +EXPORT_SYMBOL_GPL vmlinux 0xdc841b74 misc_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0xdc8dc723 nd_cmd_out_size +EXPORT_SYMBOL_GPL vmlinux 0xdc97af2e syscore_suspend +EXPORT_SYMBOL_GPL vmlinux 0xdc9ad140 task_user_regset_view +EXPORT_SYMBOL_GPL vmlinux 0xdc9d4c2a device_add_software_node +EXPORT_SYMBOL_GPL vmlinux 0xdc9fa232 raw_notifier_chain_register +EXPORT_SYMBOL_GPL vmlinux 0xdca40ccf cpufreq_generic_attr +EXPORT_SYMBOL_GPL vmlinux 0xdca4302a receive_fd +EXPORT_SYMBOL_GPL vmlinux 0xdcab2723 trace_array_put +EXPORT_SYMBOL_GPL vmlinux 0xdcb0a2c0 phylink_stop +EXPORT_SYMBOL_GPL vmlinux 0xdcb89e55 of_devfreq_cooling_register_power +EXPORT_SYMBOL_GPL vmlinux 0xdcbbe16e hwmon_device_register_with_groups +EXPORT_SYMBOL_GPL vmlinux 0xdcc3111c ata_sff_qc_fill_rtf +EXPORT_SYMBOL_GPL vmlinux 0xdcc71ccf iommu_sva_unbind_device +EXPORT_SYMBOL_GPL vmlinux 0xdcc7f17f vp_legacy_get_status +EXPORT_SYMBOL_GPL vmlinux 0xdcdfbb81 to_nd_desc +EXPORT_SYMBOL_GPL vmlinux 0xdceb5362 efi_status_to_err +EXPORT_SYMBOL_GPL vmlinux 0xdcf5eb0e pci_msi_create_irq_domain +EXPORT_SYMBOL_GPL vmlinux 0xdd0124fb dma_pci_p2pdma_supported +EXPORT_SYMBOL_GPL vmlinux 0xdd0762df set_worker_desc +EXPORT_SYMBOL_GPL vmlinux 0xdd0deb10 imx_get_clk_hw_by_name +EXPORT_SYMBOL_GPL vmlinux 0xdd104edd regulator_set_load +EXPORT_SYMBOL_GPL vmlinux 0xdd162268 bus_create_file +EXPORT_SYMBOL_GPL vmlinux 0xdd1b8e42 devm_i2c_add_adapter +EXPORT_SYMBOL_GPL vmlinux 0xdd255380 crypto_register_alg +EXPORT_SYMBOL_GPL vmlinux 0xdd32cfcb bpf_prog_destroy +EXPORT_SYMBOL_GPL vmlinux 0xdd348f64 blkg_conf_finish +EXPORT_SYMBOL_GPL vmlinux 0xdd361032 vcap_get_rule +EXPORT_SYMBOL_GPL vmlinux 0xdd444563 sysfs_create_bin_file +EXPORT_SYMBOL_GPL vmlinux 0xdd450ef1 x509_free_certificate +EXPORT_SYMBOL_GPL vmlinux 0xdd5490db regulator_get_current_limit_regmap +EXPORT_SYMBOL_GPL vmlinux 0xdd626ee3 fuse_len_args +EXPORT_SYMBOL_GPL vmlinux 0xdd662aca iommu_group_add_device +EXPORT_SYMBOL_GPL vmlinux 0xdd7593a0 dma_resv_iter_next +EXPORT_SYMBOL_GPL vmlinux 0xdd7d1757 rt_mutex_lock_interruptible +EXPORT_SYMBOL_GPL vmlinux 0xdd81d8f6 __SCK__tp_func_block_bio_complete +EXPORT_SYMBOL_GPL vmlinux 0xdd8b30dc kvm_vcpu_gfn_to_pfn +EXPORT_SYMBOL_GPL vmlinux 0xdd9128af xenbus_dev_groups +EXPORT_SYMBOL_GPL vmlinux 0xdda999cf clk_mux_ro_ops +EXPORT_SYMBOL_GPL vmlinux 0xdda9da2e regulator_get_voltage_sel_regmap +EXPORT_SYMBOL_GPL vmlinux 0xddbeeecc pci_lock_rescan_remove +EXPORT_SYMBOL_GPL vmlinux 0xddbfba57 serdev_device_close +EXPORT_SYMBOL_GPL vmlinux 0xddcf8797 spi_mem_dirmap_create +EXPORT_SYMBOL_GPL vmlinux 0xddd170c2 platform_bus +EXPORT_SYMBOL_GPL vmlinux 0xddd9e47c skb_consume_udp +EXPORT_SYMBOL_GPL vmlinux 0xdddfada1 fsl_mc_bus_dpdmai_type +EXPORT_SYMBOL_GPL vmlinux 0xdde6d303 regulator_bulk_unregister_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0xddf32520 __tracepoint_powernv_throttle +EXPORT_SYMBOL_GPL vmlinux 0xddfa0736 ata_scsi_change_queue_depth +EXPORT_SYMBOL_GPL vmlinux 0xddffb5dd tty_port_link_device +EXPORT_SYMBOL_GPL vmlinux 0xde057e58 pinctrl_count_index_with_args +EXPORT_SYMBOL_GPL vmlinux 0xde0af24f udp_memory_per_cpu_fw_alloc +EXPORT_SYMBOL_GPL vmlinux 0xde0d29ff devm_clk_hw_get_clk +EXPORT_SYMBOL_GPL vmlinux 0xde1cf0ce pm_generic_restore_noirq +EXPORT_SYMBOL_GPL vmlinux 0xde24442b inet6_cleanup_sock +EXPORT_SYMBOL_GPL vmlinux 0xde2d1db3 mtk_pinconf_drive_set_raw +EXPORT_SYMBOL_GPL vmlinux 0xde2e4061 thermal_zone_get_temp +EXPORT_SYMBOL_GPL vmlinux 0xde31bf7e unregister_sys_off_handler +EXPORT_SYMBOL_GPL vmlinux 0xde43f61d driver_attach +EXPORT_SYMBOL_GPL vmlinux 0xde611775 ata_sff_softreset +EXPORT_SYMBOL_GPL vmlinux 0xde6f1851 TSS_checkhmac1 +EXPORT_SYMBOL_GPL vmlinux 0xde70988a of_clk_set_defaults +EXPORT_SYMBOL_GPL vmlinux 0xde755a65 regmap_register_patch +EXPORT_SYMBOL_GPL vmlinux 0xde9599c8 blk_bio_list_merge +EXPORT_SYMBOL_GPL vmlinux 0xde9ab8c7 xenbus_rm +EXPORT_SYMBOL_GPL vmlinux 0xdea10b32 __rio_local_read_config_16 +EXPORT_SYMBOL_GPL vmlinux 0xdead2e78 reserve_iova +EXPORT_SYMBOL_GPL vmlinux 0xdec2444b wm831x_bulk_read +EXPORT_SYMBOL_GPL vmlinux 0xdec7261d hrtimer_init_sleeper +EXPORT_SYMBOL_GPL vmlinux 0xded5e8ca inet_csk_listen_stop +EXPORT_SYMBOL_GPL vmlinux 0xdedfb585 msi_lock_descs +EXPORT_SYMBOL_GPL vmlinux 0xdee91d7a dtpm_destroy_hierarchy +EXPORT_SYMBOL_GPL vmlinux 0xdeeec0a1 mdiobus_modify_changed +EXPORT_SYMBOL_GPL vmlinux 0xdef10b7c dev_pm_opp_get_max_transition_latency +EXPORT_SYMBOL_GPL vmlinux 0xdef17a63 nvdimm_clear_poison +EXPORT_SYMBOL_GPL vmlinux 0xdeffa0a7 edac_raw_mc_handle_error +EXPORT_SYMBOL_GPL vmlinux 0xdf02f666 devm_gpiod_get_array_optional +EXPORT_SYMBOL_GPL vmlinux 0xdf08a744 fwnode_get_next_parent +EXPORT_SYMBOL_GPL vmlinux 0xdf096cac aead_register_instance +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 0xdf1261a7 __rtnl_link_register +EXPORT_SYMBOL_GPL vmlinux 0xdf172e70 gpiod_set_raw_array_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0xdf1be5e1 __free_iova +EXPORT_SYMBOL_GPL vmlinux 0xdf1c434d debugfs_attr_read +EXPORT_SYMBOL_GPL vmlinux 0xdf237453 timer_shutdown_sync +EXPORT_SYMBOL_GPL vmlinux 0xdf26431d evm_verifyxattr +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 0xdf448de5 ahci_platform_ops +EXPORT_SYMBOL_GPL vmlinux 0xdf60d87d dev_pm_domain_attach +EXPORT_SYMBOL_GPL vmlinux 0xdf74a8e9 ata_timing_compute +EXPORT_SYMBOL_GPL vmlinux 0xdf776a81 gpiochip_generic_config +EXPORT_SYMBOL_GPL vmlinux 0xdf8c3da5 wakeup_source_remove +EXPORT_SYMBOL_GPL vmlinux 0xdfa4080f icmp_build_probe +EXPORT_SYMBOL_GPL vmlinux 0xdfac5c79 irq_domain_free_irqs_common +EXPORT_SYMBOL_GPL vmlinux 0xdfac71a1 dev_pm_opp_enable +EXPORT_SYMBOL_GPL vmlinux 0xdfad4691 kernfs_notify +EXPORT_SYMBOL_GPL vmlinux 0xdfb5468d regmap_field_read +EXPORT_SYMBOL_GPL vmlinux 0xdfb5f2b2 netdev_walk_all_lower_dev +EXPORT_SYMBOL_GPL vmlinux 0xdfb7b2a4 __mmc_send_status +EXPORT_SYMBOL_GPL vmlinux 0xdfcb6c90 mctrl_gpio_set +EXPORT_SYMBOL_GPL vmlinux 0xdfd8e206 dev_pm_opp_get_opp_count +EXPORT_SYMBOL_GPL vmlinux 0xdfd8ea70 ip_local_out +EXPORT_SYMBOL_GPL vmlinux 0xdfe2308b ata_sff_hsm_move +EXPORT_SYMBOL_GPL vmlinux 0xdff01d2c mmu_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0xdff0c3b9 __devm_reset_control_get +EXPORT_SYMBOL_GPL vmlinux 0xdff5604d mtk_clk_simple_remove +EXPORT_SYMBOL_GPL vmlinux 0xe01c5475 irq_domain_translate_twocell +EXPORT_SYMBOL_GPL vmlinux 0xe01c739f shash_register_instance +EXPORT_SYMBOL_GPL vmlinux 0xe01f4cb0 irq_force_affinity +EXPORT_SYMBOL_GPL vmlinux 0xe022cedc wp_shared_mapping_range +EXPORT_SYMBOL_GPL vmlinux 0xe0313d71 rhashtable_insert_slow +EXPORT_SYMBOL_GPL vmlinux 0xe032142d __pm_runtime_disable +EXPORT_SYMBOL_GPL vmlinux 0xe03b3297 dev_pm_opp_get_suspend_opp_freq +EXPORT_SYMBOL_GPL vmlinux 0xe03f2b1f dm_internal_resume_fast +EXPORT_SYMBOL_GPL vmlinux 0xe04e77ee __inet_inherit_port +EXPORT_SYMBOL_GPL vmlinux 0xe04f9d36 devm_tegra_memory_controller_get +EXPORT_SYMBOL_GPL vmlinux 0xe0532c36 platform_get_mem_or_io +EXPORT_SYMBOL_GPL vmlinux 0xe055883a regulator_map_voltage_ascend +EXPORT_SYMBOL_GPL vmlinux 0xe05e2f85 nexthop_free_rcu +EXPORT_SYMBOL_GPL vmlinux 0xe065393d subsys_find_device_by_id +EXPORT_SYMBOL_GPL vmlinux 0xe06cd11d serdev_device_open +EXPORT_SYMBOL_GPL vmlinux 0xe071ee40 fsl_mc_bus_type +EXPORT_SYMBOL_GPL vmlinux 0xe0740fec request_firmware_direct +EXPORT_SYMBOL_GPL vmlinux 0xe074a81b devlink_dpipe_entry_ctx_prepare +EXPORT_SYMBOL_GPL vmlinux 0xe074e627 sysfs_create_link +EXPORT_SYMBOL_GPL vmlinux 0xe0758f3a gfn_to_page +EXPORT_SYMBOL_GPL vmlinux 0xe077c3f0 fscrypt_ioctl_get_policy_ex +EXPORT_SYMBOL_GPL vmlinux 0xe08829eb ata_pci_bmdma_clear_simplex +EXPORT_SYMBOL_GPL vmlinux 0xe095b93b vp_modern_config_vector +EXPORT_SYMBOL_GPL vmlinux 0xe0b1c103 clk_set_max_rate +EXPORT_SYMBOL_GPL vmlinux 0xe0c4e14d hwrng_register +EXPORT_SYMBOL_GPL vmlinux 0xe0e3147c HYPERVISOR_sched_op +EXPORT_SYMBOL_GPL vmlinux 0xe0e32573 usb_phy_get_charger_current +EXPORT_SYMBOL_GPL vmlinux 0xe0e8c016 dw_pcie_link_up +EXPORT_SYMBOL_GPL vmlinux 0xe0eac02f generic_access_phys +EXPORT_SYMBOL_GPL vmlinux 0xe0fabd37 pci_platform_power_transition +EXPORT_SYMBOL_GPL vmlinux 0xe109fb22 serial8250_em485_stop_tx +EXPORT_SYMBOL_GPL vmlinux 0xe10cd6ad erst_get_record_id_begin +EXPORT_SYMBOL_GPL vmlinux 0xe12339e1 acpi_device_fix_up_power +EXPORT_SYMBOL_GPL vmlinux 0xe126713c kvm_vcpu_read_guest +EXPORT_SYMBOL_GPL vmlinux 0xe12f179b preempt_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0xe13118cd pwm_request_from_chip +EXPORT_SYMBOL_GPL vmlinux 0xe1383551 trace_array_printk +EXPORT_SYMBOL_GPL vmlinux 0xe13e292a clk_hw_register_fixed_factor +EXPORT_SYMBOL_GPL vmlinux 0xe13e581e crypto_dequeue_request +EXPORT_SYMBOL_GPL vmlinux 0xe1509255 fsl_mc_bus_dpseci_type +EXPORT_SYMBOL_GPL vmlinux 0xe18865d6 ata_sff_dev_select +EXPORT_SYMBOL_GPL vmlinux 0xe1967617 crypto_unregister_rngs +EXPORT_SYMBOL_GPL vmlinux 0xe198a27e i2c_add_numbered_adapter +EXPORT_SYMBOL_GPL vmlinux 0xe1a5b61b devm_device_add_group +EXPORT_SYMBOL_GPL vmlinux 0xe1a67a16 dax_truncate_page +EXPORT_SYMBOL_GPL vmlinux 0xe1a8d7c9 net_rwsem +EXPORT_SYMBOL_GPL vmlinux 0xe1ae882e blkcg_deactivate_policy +EXPORT_SYMBOL_GPL vmlinux 0xe1b9c677 usb_add_phy_dev +EXPORT_SYMBOL_GPL vmlinux 0xe1bd488c pinconf_generic_dt_node_to_map +EXPORT_SYMBOL_GPL vmlinux 0xe1bd6c99 rio_init_mports +EXPORT_SYMBOL_GPL vmlinux 0xe1c87a2f kernel_can_power_off +EXPORT_SYMBOL_GPL vmlinux 0xe1f5ae49 meson8_aobus_parse_dt_extra +EXPORT_SYMBOL_GPL vmlinux 0xe204a5a3 gnttab_alloc_pages +EXPORT_SYMBOL_GPL vmlinux 0xe2083277 __netdev_watchdog_up +EXPORT_SYMBOL_GPL vmlinux 0xe21740d2 pci_epf_bind +EXPORT_SYMBOL_GPL vmlinux 0xe21cf314 yield_to +EXPORT_SYMBOL_GPL vmlinux 0xe21e8598 iommu_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe233762a input_event_from_user +EXPORT_SYMBOL_GPL vmlinux 0xe2390828 firmware_request_platform +EXPORT_SYMBOL_GPL vmlinux 0xe24fa69e device_set_node +EXPORT_SYMBOL_GPL vmlinux 0xe25d23f3 blocking_notifier_call_chain_robust +EXPORT_SYMBOL_GPL vmlinux 0xe25db6c5 crypto_stats_aead_encrypt +EXPORT_SYMBOL_GPL vmlinux 0xe269f82a pci_d3cold_enable +EXPORT_SYMBOL_GPL vmlinux 0xe2819ac4 ata_port_wait_eh +EXPORT_SYMBOL_GPL vmlinux 0xe282ec62 sdio_readw +EXPORT_SYMBOL_GPL vmlinux 0xe2867847 fsverity_ioctl_read_metadata +EXPORT_SYMBOL_GPL vmlinux 0xe28f0598 tps6586x_read +EXPORT_SYMBOL_GPL vmlinux 0xe2ada4b0 vcap_debugfs +EXPORT_SYMBOL_GPL vmlinux 0xe2afb391 bus_get_device_klist +EXPORT_SYMBOL_GPL vmlinux 0xe2b27fe5 crypto_stats_compress +EXPORT_SYMBOL_GPL vmlinux 0xe2b3207a unregister_switchdev_notifier +EXPORT_SYMBOL_GPL vmlinux 0xe2b7a3a0 disk_update_readahead +EXPORT_SYMBOL_GPL vmlinux 0xe2ba12f7 fsnotify_find_mark +EXPORT_SYMBOL_GPL vmlinux 0xe2ce2b4d evm_set_key +EXPORT_SYMBOL_GPL vmlinux 0xe2d89bab acpi_dma_simple_xlate +EXPORT_SYMBOL_GPL vmlinux 0xe2d96f5b zynqmp_pm_feature +EXPORT_SYMBOL_GPL vmlinux 0xe2e95c61 vcap_rule_iter +EXPORT_SYMBOL_GPL vmlinux 0xe2ec293b sbitmap_queue_wake_up +EXPORT_SYMBOL_GPL vmlinux 0xe30410eb edac_pci_alloc_ctl_info +EXPORT_SYMBOL_GPL vmlinux 0xe31b5465 gpiochip_remove_pin_ranges +EXPORT_SYMBOL_GPL vmlinux 0xe31cc7f4 da903x_update +EXPORT_SYMBOL_GPL vmlinux 0xe32f307d regmap_get_device +EXPORT_SYMBOL_GPL vmlinux 0xe3422898 __blk_req_zone_write_unlock +EXPORT_SYMBOL_GPL vmlinux 0xe34e2fe8 rockchip_pcie_enable_clocks +EXPORT_SYMBOL_GPL vmlinux 0xe362fb8c blk_mq_sched_mark_restart_hctx +EXPORT_SYMBOL_GPL vmlinux 0xe37234b5 __clocksource_update_freq_scale +EXPORT_SYMBOL_GPL vmlinux 0xe37454f4 blockdev_superblock +EXPORT_SYMBOL_GPL vmlinux 0xe3759424 dma_alloc_pages +EXPORT_SYMBOL_GPL vmlinux 0xe37e3b17 spi_add_device +EXPORT_SYMBOL_GPL vmlinux 0xe3840e18 secure_ipv4_port_ephemeral +EXPORT_SYMBOL_GPL vmlinux 0xe38a8127 ipv6_find_tlv +EXPORT_SYMBOL_GPL vmlinux 0xe397caf5 seq_buf_printf +EXPORT_SYMBOL_GPL vmlinux 0xe39b3017 xhci_find_slot_id_by_port +EXPORT_SYMBOL_GPL vmlinux 0xe39d0794 usb_phy_roothub_exit +EXPORT_SYMBOL_GPL vmlinux 0xe3b09712 kprobe_event_delete +EXPORT_SYMBOL_GPL vmlinux 0xe3c704e0 pci_max_pasids +EXPORT_SYMBOL_GPL vmlinux 0xe3cd5fae klist_iter_init +EXPORT_SYMBOL_GPL vmlinux 0xe3e423ac iommu_group_release_dma_owner +EXPORT_SYMBOL_GPL vmlinux 0xe3e8a3c0 usb_phy_set_charger_current +EXPORT_SYMBOL_GPL vmlinux 0xe3e91160 pci_slots_kset +EXPORT_SYMBOL_GPL vmlinux 0xe3ef124a simple_rename_exchange +EXPORT_SYMBOL_GPL vmlinux 0xe40bb23e devlink_health_reporter_priv +EXPORT_SYMBOL_GPL vmlinux 0xe42260bc serdev_device_write_wakeup +EXPORT_SYMBOL_GPL vmlinux 0xe4248980 cper_estatus_print +EXPORT_SYMBOL_GPL vmlinux 0xe425b050 of_property_read_string +EXPORT_SYMBOL_GPL vmlinux 0xe4309905 syscore_resume +EXPORT_SYMBOL_GPL vmlinux 0xe43cbef4 usb_interrupt_msg +EXPORT_SYMBOL_GPL vmlinux 0xe4536a88 cpci_hp_unregister_bus +EXPORT_SYMBOL_GPL vmlinux 0xe454a4a2 raw_seq_next +EXPORT_SYMBOL_GPL vmlinux 0xe4729bcd __pm_relax +EXPORT_SYMBOL_GPL vmlinux 0xe474ea27 mtk_pinconf_bias_disable_get_rev1 +EXPORT_SYMBOL_GPL vmlinux 0xe476fb03 efivars_register +EXPORT_SYMBOL_GPL vmlinux 0xe479df8f serial8250_do_shutdown +EXPORT_SYMBOL_GPL vmlinux 0xe487050a fsl_mc_bus_dpdmux_type +EXPORT_SYMBOL_GPL vmlinux 0xe48a786f gpiochip_irq_unmap +EXPORT_SYMBOL_GPL vmlinux 0xe491e700 unregister_kprobes +EXPORT_SYMBOL_GPL vmlinux 0xe4971ade tracing_alloc_snapshot +EXPORT_SYMBOL_GPL vmlinux 0xe499206b get_pid_task +EXPORT_SYMBOL_GPL vmlinux 0xe49994bc get_user_pages_fast +EXPORT_SYMBOL_GPL vmlinux 0xe49cc636 da903x_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0xe4a13313 ata_std_qc_defer +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 0xe4c2f3cd tcp_sendmsg_locked +EXPORT_SYMBOL_GPL vmlinux 0xe4d33b9f rdev_get_drvdata +EXPORT_SYMBOL_GPL vmlinux 0xe4d69db5 arm64_mm_context_put +EXPORT_SYMBOL_GPL vmlinux 0xe4d7c8da pinctrl_utils_add_map_configs +EXPORT_SYMBOL_GPL vmlinux 0xe4e48b12 swphy_validate_state +EXPORT_SYMBOL_GPL vmlinux 0xe4eec31d fat_search_long +EXPORT_SYMBOL_GPL vmlinux 0xe4f8239f __cpuhp_state_remove_instance +EXPORT_SYMBOL_GPL vmlinux 0xe511bf7d acpi_dev_for_each_child +EXPORT_SYMBOL_GPL vmlinux 0xe5124117 platform_unregister_drivers +EXPORT_SYMBOL_GPL vmlinux 0xe521bc1b virtqueue_get_desc_addr +EXPORT_SYMBOL_GPL vmlinux 0xe535682a device_wakeup_disable +EXPORT_SYMBOL_GPL vmlinux 0xe53e7791 fib_info_nh_uses_dev +EXPORT_SYMBOL_GPL vmlinux 0xe545e9f0 bpfilter_ops +EXPORT_SYMBOL_GPL vmlinux 0xe54746e8 of_get_regulator_init_data +EXPORT_SYMBOL_GPL vmlinux 0xe5516728 k3_udma_glue_tx_get_irq +EXPORT_SYMBOL_GPL vmlinux 0xe5562b15 spi_take_timestamp_post +EXPORT_SYMBOL_GPL vmlinux 0xe557e336 usb_wakeup_enabled_descendants +EXPORT_SYMBOL_GPL vmlinux 0xe55d9857 soc_device_match +EXPORT_SYMBOL_GPL vmlinux 0xe56151ae extcon_get_property +EXPORT_SYMBOL_GPL vmlinux 0xe56262ae pm_clk_runtime_suspend +EXPORT_SYMBOL_GPL vmlinux 0xe56fca45 regmap_multi_reg_write_bypassed +EXPORT_SYMBOL_GPL vmlinux 0xe585f8b4 spi_mem_dirmap_read +EXPORT_SYMBOL_GPL vmlinux 0xe5883bd9 class_compat_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe58eb9d7 FSE_readNCount +EXPORT_SYMBOL_GPL vmlinux 0xe5911711 virtio_device_freeze +EXPORT_SYMBOL_GPL vmlinux 0xe59f0f20 regmap_write_async +EXPORT_SYMBOL_GPL vmlinux 0xe5a8d4f0 wakeup_source_create +EXPORT_SYMBOL_GPL vmlinux 0xe5a925d3 zynqmp_pm_init_finalize +EXPORT_SYMBOL_GPL vmlinux 0xe5aa2527 i2c_dw_acpi_configure +EXPORT_SYMBOL_GPL vmlinux 0xe5b1531a crypto_unregister_instance +EXPORT_SYMBOL_GPL vmlinux 0xe5b7c078 bdev_nr_zones +EXPORT_SYMBOL_GPL vmlinux 0xe5bdd47f fsl_mc_portal_free +EXPORT_SYMBOL_GPL vmlinux 0xe5c02b64 freq_qos_remove_request +EXPORT_SYMBOL_GPL vmlinux 0xe5c0a3c8 pci_destroy_slot +EXPORT_SYMBOL_GPL vmlinux 0xe5cb1943 hisi_clk_register_divider +EXPORT_SYMBOL_GPL vmlinux 0xe5ce1a56 rhashtable_walk_enter +EXPORT_SYMBOL_GPL vmlinux 0xe5d0164f acpi_get_psd_map +EXPORT_SYMBOL_GPL vmlinux 0xe5e790e4 __traceiter_rwmmio_post_read +EXPORT_SYMBOL_GPL vmlinux 0xe5f34aea regmap_exit +EXPORT_SYMBOL_GPL vmlinux 0xe5f8b3f4 vp_modern_generation +EXPORT_SYMBOL_GPL vmlinux 0xe60632a9 edac_queue_work +EXPORT_SYMBOL_GPL vmlinux 0xe60a5e8d pids_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0xe61344ef dev_pm_opp_init_cpufreq_table +EXPORT_SYMBOL_GPL vmlinux 0xe628a866 mmu_notifier_range_update_to_read_only +EXPORT_SYMBOL_GPL vmlinux 0xe628bb9f phy_fibre_port_array +EXPORT_SYMBOL_GPL vmlinux 0xe646d8f1 ping_hash +EXPORT_SYMBOL_GPL vmlinux 0xe6626721 phy_pm_runtime_forbid +EXPORT_SYMBOL_GPL vmlinux 0xe67481e6 clone_private_mount +EXPORT_SYMBOL_GPL vmlinux 0xe696f716 pci_dev_run_wake +EXPORT_SYMBOL_GPL vmlinux 0xe69beebf crypto_register_rngs +EXPORT_SYMBOL_GPL vmlinux 0xe6b41ee0 sdio_claim_host +EXPORT_SYMBOL_GPL vmlinux 0xe6b4eb94 bpf_log +EXPORT_SYMBOL_GPL vmlinux 0xe6ca1e57 tcp_get_syncookie_mss +EXPORT_SYMBOL_GPL vmlinux 0xe6cabb1c usb_driver_release_interface +EXPORT_SYMBOL_GPL vmlinux 0xe6cfbb2b __traceiter_wbc_writepage +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 0xe6ef981a devm_clk_hw_register_fixed_factor_parent_hw +EXPORT_SYMBOL_GPL vmlinux 0xe6f19dff usb_set_configuration +EXPORT_SYMBOL_GPL vmlinux 0xe6f52443 klist_add_head +EXPORT_SYMBOL_GPL vmlinux 0xe6f83837 acpi_bus_attach_private_data +EXPORT_SYMBOL_GPL vmlinux 0xe6ff03d1 relay_open +EXPORT_SYMBOL_GPL vmlinux 0xe700d767 reset_control_bulk_deassert +EXPORT_SYMBOL_GPL vmlinux 0xe708f3b5 vp_legacy_queue_vector +EXPORT_SYMBOL_GPL vmlinux 0xe70f47e8 crypto_stats_akcipher_sign +EXPORT_SYMBOL_GPL vmlinux 0xe71136fb stmpe_block_write +EXPORT_SYMBOL_GPL vmlinux 0xe7177141 cpufreq_unregister_governor +EXPORT_SYMBOL_GPL vmlinux 0xe73a52ce mtk_eint_set_debounce +EXPORT_SYMBOL_GPL vmlinux 0xe751b30e xhci_drop_endpoint +EXPORT_SYMBOL_GPL vmlinux 0xe753b68d devlink_fmsg_arr_pair_nest_end +EXPORT_SYMBOL_GPL vmlinux 0xe7555f04 fwnode_get_nth_parent +EXPORT_SYMBOL_GPL vmlinux 0xe758f738 power_supply_changed +EXPORT_SYMBOL_GPL vmlinux 0xe76613fc tpm_send +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 0xe7936243 zynqmp_pm_clock_getstate +EXPORT_SYMBOL_GPL vmlinux 0xe79d6815 clk_register +EXPORT_SYMBOL_GPL vmlinux 0xe7a34f61 max8997_bulk_read +EXPORT_SYMBOL_GPL vmlinux 0xe7ab9e6d sysfs_remove_file_ns +EXPORT_SYMBOL_GPL vmlinux 0xe7bed47e platform_irq_count +EXPORT_SYMBOL_GPL vmlinux 0xe7c59384 dev_pm_opp_get_opp_table +EXPORT_SYMBOL_GPL vmlinux 0xe7d09044 mnt_drop_write +EXPORT_SYMBOL_GPL vmlinux 0xe7d1c452 device_property_match_string +EXPORT_SYMBOL_GPL vmlinux 0xe7d65415 fuse_direct_io +EXPORT_SYMBOL_GPL vmlinux 0xe7d6d2d4 filter_match_preds +EXPORT_SYMBOL_GPL vmlinux 0xe7e0ca4a cpufreq_generic_init +EXPORT_SYMBOL_GPL vmlinux 0xe7e2c588 proc_create_net_single_write +EXPORT_SYMBOL_GPL vmlinux 0xe7e66973 gpiod_set_array_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0xe7f9bc4d devm_usb_get_phy_by_node +EXPORT_SYMBOL_GPL vmlinux 0xe7fc4e33 pinctrl_generic_get_group +EXPORT_SYMBOL_GPL vmlinux 0xe8107007 kvm_vcpu_read_guest_page +EXPORT_SYMBOL_GPL vmlinux 0xe818b32b ata_bmdma_interrupt +EXPORT_SYMBOL_GPL vmlinux 0xe81dd092 firmware_request_nowarn +EXPORT_SYMBOL_GPL vmlinux 0xe83b33d2 ip_route_output_tunnel +EXPORT_SYMBOL_GPL vmlinux 0xe84b5b5d perf_event_sysfs_show +EXPORT_SYMBOL_GPL vmlinux 0xe84f6e5c pciserial_remove_ports +EXPORT_SYMBOL_GPL vmlinux 0xe85a9fd3 cpu_cluster_pm_exit +EXPORT_SYMBOL_GPL vmlinux 0xe85cc189 devm_regmap_field_free +EXPORT_SYMBOL_GPL vmlinux 0xe85d3447 of_phandle_args_to_fwspec +EXPORT_SYMBOL_GPL vmlinux 0xe862c4b7 dpm_suspend_start +EXPORT_SYMBOL_GPL vmlinux 0xe87b2489 hypervisor_kobj +EXPORT_SYMBOL_GPL vmlinux 0xe8813f1f powercap_register_control_type +EXPORT_SYMBOL_GPL vmlinux 0xe8b084cd xenbus_unmap_ring_vfree +EXPORT_SYMBOL_GPL vmlinux 0xe8b909c6 devm_request_free_mem_region +EXPORT_SYMBOL_GPL vmlinux 0xe8bb94bb handle_fasteoi_nmi +EXPORT_SYMBOL_GPL vmlinux 0xe8bc40c5 cn_netlink_send +EXPORT_SYMBOL_GPL vmlinux 0xe8c0065d memory_group_register_static +EXPORT_SYMBOL_GPL vmlinux 0xe8c7ed30 wakeup_source_destroy +EXPORT_SYMBOL_GPL vmlinux 0xe8d0f68e ip_icmp_error_rfc4884 +EXPORT_SYMBOL_GPL vmlinux 0xe8dc571b pinctrl_generic_get_group_name +EXPORT_SYMBOL_GPL vmlinux 0xe8df0e67 cpufreq_enable_fast_switch +EXPORT_SYMBOL_GPL vmlinux 0xe8e3073f dw_pcie_ep_init +EXPORT_SYMBOL_GPL vmlinux 0xe8ef107f debugfs_create_x32 +EXPORT_SYMBOL_GPL vmlinux 0xe8ef8593 nf_queue_nf_hook_drop +EXPORT_SYMBOL_GPL vmlinux 0xe8fd1ce5 posix_acl_default_xattr_handler +EXPORT_SYMBOL_GPL vmlinux 0xe90c7659 k3_udma_glue_rx_dma_to_cppi5_addr +EXPORT_SYMBOL_GPL vmlinux 0xe90e682e regmap_raw_write +EXPORT_SYMBOL_GPL vmlinux 0xe911df29 eventfd_ctx_do_read +EXPORT_SYMBOL_GPL vmlinux 0xe9219559 pci_epc_init_notify +EXPORT_SYMBOL_GPL vmlinux 0xe92d1a60 rdev_get_name +EXPORT_SYMBOL_GPL vmlinux 0xe93e49c3 devres_free +EXPORT_SYMBOL_GPL vmlinux 0xe93f4d31 md_submit_discard_bio +EXPORT_SYMBOL_GPL vmlinux 0xe9482bb7 mtk_mutex_add_comp +EXPORT_SYMBOL_GPL vmlinux 0xe956a75c pl320_ipc_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0xe95cdb98 device_add_groups +EXPORT_SYMBOL_GPL vmlinux 0xe9790eaf devlink_dpipe_action_put +EXPORT_SYMBOL_GPL vmlinux 0xe98ce723 vp_modern_queue_vector +EXPORT_SYMBOL_GPL vmlinux 0xe98f55f2 arm_smccc_get_version +EXPORT_SYMBOL_GPL vmlinux 0xe9c616be fwnode_property_match_string +EXPORT_SYMBOL_GPL vmlinux 0xe9d1b7cf irq_to_pcap +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 0xea05c653 rtnl_delete_link +EXPORT_SYMBOL_GPL vmlinux 0xea117b8f disk_uevent +EXPORT_SYMBOL_GPL vmlinux 0xea124bd1 gcd +EXPORT_SYMBOL_GPL vmlinux 0xea15efd2 handle_fasteoi_mask_irq +EXPORT_SYMBOL_GPL vmlinux 0xea1628dd pci_epc_set_msi +EXPORT_SYMBOL_GPL vmlinux 0xea23f78a rio_request_outb_dbell +EXPORT_SYMBOL_GPL vmlinux 0xea38036f ring_buffer_entries +EXPORT_SYMBOL_GPL vmlinux 0xea3a23f3 public_key_free +EXPORT_SYMBOL_GPL vmlinux 0xea475155 iommu_detach_device_pasid +EXPORT_SYMBOL_GPL vmlinux 0xea50dad3 ahci_ignore_sss +EXPORT_SYMBOL_GPL vmlinux 0xea67c738 kobject_move +EXPORT_SYMBOL_GPL vmlinux 0xea76a796 skb_copy_ubufs +EXPORT_SYMBOL_GPL vmlinux 0xea7d854b ata_sff_error_handler +EXPORT_SYMBOL_GPL vmlinux 0xea7f72e7 lwtunnel_cmp_encap +EXPORT_SYMBOL_GPL vmlinux 0xea7feb9b debugfs_create_u32 +EXPORT_SYMBOL_GPL vmlinux 0xea80a0fa param_set_bool_enable_only +EXPORT_SYMBOL_GPL vmlinux 0xea9fc3c5 phylink_mii_c22_pcs_an_restart +EXPORT_SYMBOL_GPL vmlinux 0xeac2e115 regmap_reinit_cache +EXPORT_SYMBOL_GPL vmlinux 0xead035ee __tracepoint_fib6_table_lookup +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 0xeae8a9aa register_virtio_driver +EXPORT_SYMBOL_GPL vmlinux 0xeaed9d12 of_irq_get +EXPORT_SYMBOL_GPL vmlinux 0xeaf0a57c look_up_OID +EXPORT_SYMBOL_GPL vmlinux 0xeaf3cb23 crc64_be +EXPORT_SYMBOL_GPL vmlinux 0xeaf8469d hv_do_fast_hypercall8 +EXPORT_SYMBOL_GPL vmlinux 0xeb090670 dev_attr_em_message_type +EXPORT_SYMBOL_GPL vmlinux 0xeb405525 iort_get_rmr_sids +EXPORT_SYMBOL_GPL vmlinux 0xeb4221e4 trace_clock +EXPORT_SYMBOL_GPL vmlinux 0xeb44b3e6 __clk_get_hw +EXPORT_SYMBOL_GPL vmlinux 0xeb4b5693 devm_extcon_dev_allocate +EXPORT_SYMBOL_GPL vmlinux 0xeb50dbb2 devm_regulator_bulk_register_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0xeb61f50e gpiochip_enable_irq +EXPORT_SYMBOL_GPL vmlinux 0xeb6ea4c2 usb_disable_ltm +EXPORT_SYMBOL_GPL vmlinux 0xeb72667e blk_rq_is_poll +EXPORT_SYMBOL_GPL vmlinux 0xeb78b1ed unregister_kprobe +EXPORT_SYMBOL_GPL vmlinux 0xeb7c448d nf_checksum_partial +EXPORT_SYMBOL_GPL vmlinux 0xeb902a21 dev_pm_opp_adjust_voltage +EXPORT_SYMBOL_GPL vmlinux 0xeba5966b pcie_reset_flr +EXPORT_SYMBOL_GPL vmlinux 0xebbbc91c tps6586x_update +EXPORT_SYMBOL_GPL vmlinux 0xebc40bfe extcon_find_edev_by_node +EXPORT_SYMBOL_GPL vmlinux 0xebc43037 ata_dummy_port_info +EXPORT_SYMBOL_GPL vmlinux 0xebc62407 xfrm_audit_state_add +EXPORT_SYMBOL_GPL vmlinux 0xebc85a1f raw_v4_match +EXPORT_SYMBOL_GPL vmlinux 0xebd4cc11 mctrl_gpio_enable_ms +EXPORT_SYMBOL_GPL vmlinux 0xebdc84bb of_usb_get_phy_mode +EXPORT_SYMBOL_GPL vmlinux 0xebe0a5cd dev_pm_opp_put +EXPORT_SYMBOL_GPL vmlinux 0xebf62597 bsg_job_done +EXPORT_SYMBOL_GPL vmlinux 0xec02ebe0 phylink_init_eee +EXPORT_SYMBOL_GPL vmlinux 0xec0c691a blk_steal_bios +EXPORT_SYMBOL_GPL vmlinux 0xec0f43d3 acpi_dev_get_resources +EXPORT_SYMBOL_GPL vmlinux 0xec1b490b disk_set_zoned +EXPORT_SYMBOL_GPL vmlinux 0xec1c685a cpufreq_cpu_put +EXPORT_SYMBOL_GPL vmlinux 0xec214c15 icc_provider_register +EXPORT_SYMBOL_GPL vmlinux 0xec28d56d dma_get_any_slave_channel +EXPORT_SYMBOL_GPL vmlinux 0xec516c91 arm64_mm_context_get +EXPORT_SYMBOL_GPL vmlinux 0xec5668f6 dax_zero_page_range +EXPORT_SYMBOL_GPL vmlinux 0xec5833b9 platform_device_register_full +EXPORT_SYMBOL_GPL vmlinux 0xec5ad73b trace_seq_bitmask +EXPORT_SYMBOL_GPL vmlinux 0xec71821d device_get_next_child_node +EXPORT_SYMBOL_GPL vmlinux 0xec774acb cpufreq_frequency_table_verify +EXPORT_SYMBOL_GPL vmlinux 0xec7f78ca dma_free_pages +EXPORT_SYMBOL_GPL vmlinux 0xec9712ac nfs_ssc_client_tbl +EXPORT_SYMBOL_GPL vmlinux 0xecb671fc tegra210_sata_pll_hw_sequence_start +EXPORT_SYMBOL_GPL vmlinux 0xecba68e3 gnttab_batch_map +EXPORT_SYMBOL_GPL vmlinux 0xecc33f94 addrconf_add_linklocal +EXPORT_SYMBOL_GPL vmlinux 0xecd8f23d xenbus_read +EXPORT_SYMBOL_GPL vmlinux 0xecdb744a clk_regmap_gate_ro_ops +EXPORT_SYMBOL_GPL vmlinux 0xecdf533f dprc_get_obj_count +EXPORT_SYMBOL_GPL vmlinux 0xecf4bbd2 regulator_set_voltage_sel_regmap +EXPORT_SYMBOL_GPL vmlinux 0xecfeca32 wbc_attach_and_unlock_inode +EXPORT_SYMBOL_GPL vmlinux 0xed0f653d iommu_attach_device_pasid +EXPORT_SYMBOL_GPL vmlinux 0xed187a9e pci_dev_lock +EXPORT_SYMBOL_GPL vmlinux 0xed1a23df vga_default_device +EXPORT_SYMBOL_GPL vmlinux 0xed1d3ced msg_zerocopy_realloc +EXPORT_SYMBOL_GPL vmlinux 0xed2c5bcf power_supply_charge_behaviour_parse +EXPORT_SYMBOL_GPL vmlinux 0xed2ff48e __class_register +EXPORT_SYMBOL_GPL vmlinux 0xed39b7b8 parse_OID +EXPORT_SYMBOL_GPL vmlinux 0xed3fbdc6 devm_hwmon_sanitize_name +EXPORT_SYMBOL_GPL vmlinux 0xed4b7634 pci_disable_ats +EXPORT_SYMBOL_GPL vmlinux 0xed4edfc7 __traceiter_sched_util_est_se_tp +EXPORT_SYMBOL_GPL vmlinux 0xed6b472a devm_platform_ioremap_resource_byname +EXPORT_SYMBOL_GPL vmlinux 0xed8c384b netdev_xmit_skip_txqueue +EXPORT_SYMBOL_GPL vmlinux 0xed918dde hte_init_line_attr +EXPORT_SYMBOL_GPL vmlinux 0xed98a765 irq_chip_set_affinity_parent +EXPORT_SYMBOL_GPL vmlinux 0xedbfb9a0 xenbus_dev_cancel +EXPORT_SYMBOL_GPL vmlinux 0xede2ca18 crypto_larval_kill +EXPORT_SYMBOL_GPL vmlinux 0xede5bb10 xdp_return_frame +EXPORT_SYMBOL_GPL vmlinux 0xede9a09a btree_lookup +EXPORT_SYMBOL_GPL vmlinux 0xee0070c8 to_of_pinfo +EXPORT_SYMBOL_GPL vmlinux 0xee068ce8 iommu_alloc_resv_region +EXPORT_SYMBOL_GPL vmlinux 0xee187c4e genphy_c45_pma_suspend +EXPORT_SYMBOL_GPL vmlinux 0xee1f5126 __tracepoint_neigh_timer_handler +EXPORT_SYMBOL_GPL vmlinux 0xee38ef57 register_switchdev_blocking_notifier +EXPORT_SYMBOL_GPL vmlinux 0xee3d155e regulator_set_drvdata +EXPORT_SYMBOL_GPL vmlinux 0xee40e67f __blk_trace_note_message +EXPORT_SYMBOL_GPL vmlinux 0xee518148 kmsg_dump_get_buffer +EXPORT_SYMBOL_GPL vmlinux 0xee580395 mmput_async +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 0xee6dc373 devres_release_group +EXPORT_SYMBOL_GPL vmlinux 0xee79a60a rio_inb_pwrite_handler +EXPORT_SYMBOL_GPL vmlinux 0xee7f12a7 gpiod_put +EXPORT_SYMBOL_GPL vmlinux 0xee88046c reset_control_get_count +EXPORT_SYMBOL_GPL vmlinux 0xeebdd314 ata_scsi_slave_config +EXPORT_SYMBOL_GPL vmlinux 0xeec696be devres_destroy +EXPORT_SYMBOL_GPL vmlinux 0xeec89c5f fsl_mc_bus_dpci_type +EXPORT_SYMBOL_GPL vmlinux 0xeeccd89d kiocb_modified +EXPORT_SYMBOL_GPL vmlinux 0xeed00c64 i2c_acpi_client_count +EXPORT_SYMBOL_GPL vmlinux 0xeedabe51 lwtunnel_input +EXPORT_SYMBOL_GPL vmlinux 0xeedd987e phy_10gbit_features_array +EXPORT_SYMBOL_GPL vmlinux 0xeedfa62a zynqmp_pm_is_function_supported +EXPORT_SYMBOL_GPL vmlinux 0xeee09efc tegra_bpmp_request_mrq +EXPORT_SYMBOL_GPL vmlinux 0xeee10cfa tpm_default_chip +EXPORT_SYMBOL_GPL vmlinux 0xeeea5efb pci_get_dsn +EXPORT_SYMBOL_GPL vmlinux 0xeeefe1ad wm8350_block_write +EXPORT_SYMBOL_GPL vmlinux 0xeef0f10d devlink_traps_register +EXPORT_SYMBOL_GPL vmlinux 0xeef65392 scsi_target_block +EXPORT_SYMBOL_GPL vmlinux 0xeef68434 acpi_ec_remove_query_handler +EXPORT_SYMBOL_GPL vmlinux 0xef051f0b md_do_sync +EXPORT_SYMBOL_GPL vmlinux 0xef0deb99 devl_trap_policers_register +EXPORT_SYMBOL_GPL vmlinux 0xef1f6e23 apei_resources_request +EXPORT_SYMBOL_GPL vmlinux 0xef212b6d fwnode_create_software_node +EXPORT_SYMBOL_GPL vmlinux 0xef271327 gpiod_get_index_optional +EXPORT_SYMBOL_GPL vmlinux 0xef29fcdd clk_bulk_put +EXPORT_SYMBOL_GPL vmlinux 0xef34bf3e hrtimer_active +EXPORT_SYMBOL_GPL vmlinux 0xef442f99 usb_of_has_combined_node +EXPORT_SYMBOL_GPL vmlinux 0xef464c28 getboottime64 +EXPORT_SYMBOL_GPL vmlinux 0xef5847d8 vc_scrolldelta_helper +EXPORT_SYMBOL_GPL vmlinux 0xef5932cc sysfs_group_change_owner +EXPORT_SYMBOL_GPL vmlinux 0xef5d1b25 tpm_tis_core_init +EXPORT_SYMBOL_GPL vmlinux 0xef5db66d regulator_get_init_drvdata +EXPORT_SYMBOL_GPL vmlinux 0xef683ea7 dprc_get_obj_region +EXPORT_SYMBOL_GPL vmlinux 0xef6c3f70 round_jiffies_up_relative +EXPORT_SYMBOL_GPL vmlinux 0xef6d8574 kvm_write_guest_page +EXPORT_SYMBOL_GPL vmlinux 0xef70eb7e ring_buffer_iter_advance +EXPORT_SYMBOL_GPL vmlinux 0xef740f21 sysfs_create_link_nowarn +EXPORT_SYMBOL_GPL vmlinux 0xef7c67f6 sched_numa_find_nth_cpu +EXPORT_SYMBOL_GPL vmlinux 0xef847616 platform_irqchip_probe +EXPORT_SYMBOL_GPL vmlinux 0xef92ef33 btree_last +EXPORT_SYMBOL_GPL vmlinux 0xef9b2c72 serial8250_read_char +EXPORT_SYMBOL_GPL vmlinux 0xefa2938e pci_device_group +EXPORT_SYMBOL_GPL vmlinux 0xefa2c27d register_tracepoint_module_notifier +EXPORT_SYMBOL_GPL vmlinux 0xefb2aa17 meson_a1_parse_dt_extra +EXPORT_SYMBOL_GPL vmlinux 0xefb5c26b gpiochip_free_own_desc +EXPORT_SYMBOL_GPL vmlinux 0xefb8d618 ip6_route_lookup +EXPORT_SYMBOL_GPL vmlinux 0xefc72fb6 iomap_finish_ioends +EXPORT_SYMBOL_GPL vmlinux 0xefda9a28 tcp_bpf_sendmsg_redir +EXPORT_SYMBOL_GPL vmlinux 0xefdc837e cros_ec_check_features +EXPORT_SYMBOL_GPL vmlinux 0xefe423c3 xenbus_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0xefe7466d mpc8xxx_spi_tx_buf_u16 +EXPORT_SYMBOL_GPL vmlinux 0xefeafcf1 edac_has_mcs +EXPORT_SYMBOL_GPL vmlinux 0xeff258e9 pci_alloc_p2pmem +EXPORT_SYMBOL_GPL vmlinux 0xeff5f3a9 lwtunnel_valid_encap_type +EXPORT_SYMBOL_GPL vmlinux 0xeffbfedb gpiod_set_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0xf00ba528 i2c_acpi_waive_d0_probe +EXPORT_SYMBOL_GPL vmlinux 0xf00fff65 device_property_read_u32_array +EXPORT_SYMBOL_GPL vmlinux 0xf012349d gnttab_batch_copy +EXPORT_SYMBOL_GPL vmlinux 0xf013e8a2 dprc_get_obj +EXPORT_SYMBOL_GPL vmlinux 0xf01a10c7 simple_attr_write_signed +EXPORT_SYMBOL_GPL vmlinux 0xf02345e0 extcon_get_extcon_dev +EXPORT_SYMBOL_GPL vmlinux 0xf0420d28 kthread_queue_delayed_work +EXPORT_SYMBOL_GPL vmlinux 0xf04429b4 acpi_bus_get_status_handle +EXPORT_SYMBOL_GPL vmlinux 0xf059f248 mtk_mutex_write_mod +EXPORT_SYMBOL_GPL vmlinux 0xf05a52fe asn1_encode_oid +EXPORT_SYMBOL_GPL vmlinux 0xf05fbf09 pci_pio_to_address +EXPORT_SYMBOL_GPL vmlinux 0xf0616e7a sched_numa_hop_mask +EXPORT_SYMBOL_GPL vmlinux 0xf0696401 acpi_pci_detect_ejectable +EXPORT_SYMBOL_GPL vmlinux 0xf0910075 sfp_bus_del_upstream +EXPORT_SYMBOL_GPL vmlinux 0xf0a066bd scsi_dh_set_params +EXPORT_SYMBOL_GPL vmlinux 0xf0a6d35e acpi_pm_set_device_wakeup +EXPORT_SYMBOL_GPL vmlinux 0xf0aada2d vp_modern_get_num_queues +EXPORT_SYMBOL_GPL vmlinux 0xf0ac965e crypto_unregister_algs +EXPORT_SYMBOL_GPL vmlinux 0xf0b22fdd pinctrl_utils_add_config +EXPORT_SYMBOL_GPL vmlinux 0xf0b57828 ping_err +EXPORT_SYMBOL_GPL vmlinux 0xf0b5a9d6 tty_port_register_device_serdev +EXPORT_SYMBOL_GPL vmlinux 0xf0c01414 pinctrl_find_and_add_gpio_range +EXPORT_SYMBOL_GPL vmlinux 0xf0c41d41 sysfs_groups_change_owner +EXPORT_SYMBOL_GPL vmlinux 0xf0ce107a regulator_disable_deferred +EXPORT_SYMBOL_GPL vmlinux 0xf0df0b26 rtc_class_close +EXPORT_SYMBOL_GPL vmlinux 0xf0f060fc tpmm_chip_alloc +EXPORT_SYMBOL_GPL vmlinux 0xf0f56dc2 of_cpufreq_cooling_register +EXPORT_SYMBOL_GPL vmlinux 0xf0fb1ce1 mcore_booted +EXPORT_SYMBOL_GPL vmlinux 0xf10e42cc usb_enable_lpm +EXPORT_SYMBOL_GPL vmlinux 0xf1108858 __vfs_removexattr_locked +EXPORT_SYMBOL_GPL vmlinux 0xf1175959 bpf_trace_run5 +EXPORT_SYMBOL_GPL vmlinux 0xf117a871 sata_scr_write_flush +EXPORT_SYMBOL_GPL vmlinux 0xf119a7be blk_update_request +EXPORT_SYMBOL_GPL vmlinux 0xf11fe807 nl_table +EXPORT_SYMBOL_GPL vmlinux 0xf12180fd imx_1443x_dram_pll +EXPORT_SYMBOL_GPL vmlinux 0xf1369e68 devlink_port_type_ib_set +EXPORT_SYMBOL_GPL vmlinux 0xf13d83e1 crypto_get_default_null_skcipher +EXPORT_SYMBOL_GPL vmlinux 0xf1403e83 msg_zerocopy_callback +EXPORT_SYMBOL_GPL vmlinux 0xf14317ef devl_rate_nodes_destroy +EXPORT_SYMBOL_GPL vmlinux 0xf143de66 devm_phy_optional_get +EXPORT_SYMBOL_GPL vmlinux 0xf14de963 vp_modern_set_queue_enable +EXPORT_SYMBOL_GPL vmlinux 0xf1516b94 blkcg_root_css +EXPORT_SYMBOL_GPL vmlinux 0xf155bf0d devl_resource_size_get +EXPORT_SYMBOL_GPL vmlinux 0xf159dc23 rio_request_mport_dma +EXPORT_SYMBOL_GPL vmlinux 0xf172d32b dev_fill_metadata_dst +EXPORT_SYMBOL_GPL vmlinux 0xf179b1a9 xhci_update_hub_device +EXPORT_SYMBOL_GPL vmlinux 0xf17b1cc2 ahci_sdev_groups +EXPORT_SYMBOL_GPL vmlinux 0xf184d189 kernel_power_off +EXPORT_SYMBOL_GPL vmlinux 0xf184fcc4 spi_slave_abort +EXPORT_SYMBOL_GPL vmlinux 0xf187f116 dw_pcie_ep_reset_bar +EXPORT_SYMBOL_GPL vmlinux 0xf188a662 rhashtable_walk_exit +EXPORT_SYMBOL_GPL vmlinux 0xf18938ca ata_pci_sff_init_host +EXPORT_SYMBOL_GPL vmlinux 0xf192bf92 clk_hw_is_prepared +EXPORT_SYMBOL_GPL vmlinux 0xf197e00b fat_add_entries +EXPORT_SYMBOL_GPL vmlinux 0xf19b6e9f __traceiter_fdb_delete +EXPORT_SYMBOL_GPL vmlinux 0xf1a7a5d5 sysfs_merge_group +EXPORT_SYMBOL_GPL vmlinux 0xf1affd33 ahci_dev_classify +EXPORT_SYMBOL_GPL vmlinux 0xf1c2a576 debugfs_write_file_bool +EXPORT_SYMBOL_GPL vmlinux 0xf1c930af lp8788_read_byte +EXPORT_SYMBOL_GPL vmlinux 0xf1cd0242 clk_register_mux_table +EXPORT_SYMBOL_GPL vmlinux 0xf1e17e4c gpiochip_populate_parent_fwspec_twocell +EXPORT_SYMBOL_GPL vmlinux 0xf1e67481 usb_string +EXPORT_SYMBOL_GPL vmlinux 0xf1eab01d dev_pm_opp_get_of_node +EXPORT_SYMBOL_GPL vmlinux 0xf1fc9808 iomap_bmap +EXPORT_SYMBOL_GPL vmlinux 0xf203b64a gpiod_get_optional +EXPORT_SYMBOL_GPL vmlinux 0xf2072a88 rtnl_put_cacheinfo +EXPORT_SYMBOL_GPL vmlinux 0xf20daf6b regulator_list_voltage_pickable_linear_range +EXPORT_SYMBOL_GPL vmlinux 0xf217f2e3 dma_async_device_channel_register +EXPORT_SYMBOL_GPL vmlinux 0xf21e1f9b disable_percpu_irq +EXPORT_SYMBOL_GPL vmlinux 0xf22af210 irq_setup_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0xf23445dd tty_ldisc_flush +EXPORT_SYMBOL_GPL vmlinux 0xf23917dd devlink_port_health_reporter_create +EXPORT_SYMBOL_GPL vmlinux 0xf23b6c14 vcap_rule_set_counter +EXPORT_SYMBOL_GPL vmlinux 0xf23ccb4a nvdimm_bus_check_dimm_count +EXPORT_SYMBOL_GPL vmlinux 0xf2655995 wm8350_block_read +EXPORT_SYMBOL_GPL vmlinux 0xf2709d52 ata_std_prereset +EXPORT_SYMBOL_GPL vmlinux 0xf279d330 of_fwnode_ops +EXPORT_SYMBOL_GPL vmlinux 0xf27d0a7b gnttab_grant_foreign_access_ref +EXPORT_SYMBOL_GPL vmlinux 0xf27f6a7a of_reset_control_array_get +EXPORT_SYMBOL_GPL vmlinux 0xf2816b02 crypto_enqueue_request_head +EXPORT_SYMBOL_GPL vmlinux 0xf28404cf devlink_dpipe_header_ipv6 +EXPORT_SYMBOL_GPL vmlinux 0xf28e7510 wm8350_gpio_config +EXPORT_SYMBOL_GPL vmlinux 0xf2951b92 devm_gpiod_unhinge +EXPORT_SYMBOL_GPL vmlinux 0xf2957783 __devm_regmap_init_i2c +EXPORT_SYMBOL_GPL vmlinux 0xf2967796 ring_buffer_record_on +EXPORT_SYMBOL_GPL vmlinux 0xf29a915d pm_generic_poweroff_noirq +EXPORT_SYMBOL_GPL vmlinux 0xf2b169cc regmap_field_bulk_free +EXPORT_SYMBOL_GPL vmlinux 0xf2b33cb7 memory_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0xf2b57179 acpi_debugfs_dir +EXPORT_SYMBOL_GPL vmlinux 0xf2b8b5ee pm_generic_freeze +EXPORT_SYMBOL_GPL vmlinux 0xf2ba14c2 tty_mode_ioctl +EXPORT_SYMBOL_GPL vmlinux 0xf2ca68f0 akcipher_register_instance +EXPORT_SYMBOL_GPL vmlinux 0xf2cd7ad9 crypto_register_scomp +EXPORT_SYMBOL_GPL vmlinux 0xf2cf2db9 posix_clock_register +EXPORT_SYMBOL_GPL vmlinux 0xf2d1cff4 udp_bpf_update_proto +EXPORT_SYMBOL_GPL vmlinux 0xf2fb61bd vprintk_default +EXPORT_SYMBOL_GPL vmlinux 0xf2ff4bc2 serial8250_em485_supported +EXPORT_SYMBOL_GPL vmlinux 0xf3083a1d phylink_destroy +EXPORT_SYMBOL_GPL vmlinux 0xf30a5502 cpufreq_enable_boost_support +EXPORT_SYMBOL_GPL vmlinux 0xf311e156 key_being_used_for +EXPORT_SYMBOL_GPL vmlinux 0xf31632e0 ezx_pcap_read +EXPORT_SYMBOL_GPL vmlinux 0xf3163716 mbox_request_channel +EXPORT_SYMBOL_GPL vmlinux 0xf317f236 dev_pm_genpd_set_performance_state +EXPORT_SYMBOL_GPL vmlinux 0xf31b3fd1 workqueue_set_max_active +EXPORT_SYMBOL_GPL vmlinux 0xf32596b6 crypto_register_aeads +EXPORT_SYMBOL_GPL vmlinux 0xf32bdc5d unregister_xenstore_notifier +EXPORT_SYMBOL_GPL vmlinux 0xf331236f btree_geo32 +EXPORT_SYMBOL_GPL vmlinux 0xf333b533 crypto_rng_reset +EXPORT_SYMBOL_GPL vmlinux 0xf33d292f tegra_bpmp_get +EXPORT_SYMBOL_GPL vmlinux 0xf34c0de2 iommu_get_domain_for_dev_pasid +EXPORT_SYMBOL_GPL vmlinux 0xf352023f memory_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0xf3658b74 fb_deferred_io_fsync +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 0xf3b451ca kdb_poll_funcs +EXPORT_SYMBOL_GPL vmlinux 0xf3b95d79 btree_remove +EXPORT_SYMBOL_GPL vmlinux 0xf3c80f4b vcap_find_keystream_keysets +EXPORT_SYMBOL_GPL vmlinux 0xf3db2060 mptcp_subflow_init_cookie_req +EXPORT_SYMBOL_GPL vmlinux 0xf3e230cf genphy_c45_aneg_done +EXPORT_SYMBOL_GPL vmlinux 0xf3f43b78 __irq_set_handler +EXPORT_SYMBOL_GPL vmlinux 0xf3fa03b0 switchdev_port_obj_add +EXPORT_SYMBOL_GPL vmlinux 0xf4096187 rtc_read_time +EXPORT_SYMBOL_GPL vmlinux 0xf415578e dma_alloc_noncontiguous +EXPORT_SYMBOL_GPL vmlinux 0xf4159519 tcp_twsk_unique +EXPORT_SYMBOL_GPL vmlinux 0xf415aabe xfrm_audit_state_replay_overflow +EXPORT_SYMBOL_GPL vmlinux 0xf417dedb da9052_disable_irq_nosync +EXPORT_SYMBOL_GPL vmlinux 0xf42c0979 regulator_map_voltage_linear +EXPORT_SYMBOL_GPL vmlinux 0xf44583c2 xfrm_dev_offload_ok +EXPORT_SYMBOL_GPL vmlinux 0xf4689d50 linkmode_set_pause +EXPORT_SYMBOL_GPL vmlinux 0xf47654df irq_check_status_bit +EXPORT_SYMBOL_GPL vmlinux 0xf476c8ac virtqueue_notify +EXPORT_SYMBOL_GPL vmlinux 0xf47cf18e devlink_param_unregister +EXPORT_SYMBOL_GPL vmlinux 0xf4809e42 devm_extcon_dev_free +EXPORT_SYMBOL_GPL vmlinux 0xf486a7b0 iov_iter_get_pages +EXPORT_SYMBOL_GPL vmlinux 0xf48f5702 pci_remove_root_bus +EXPORT_SYMBOL_GPL vmlinux 0xf4a00349 __tracepoint_block_rq_insert +EXPORT_SYMBOL_GPL vmlinux 0xf4a85f5f __netpoll_cleanup +EXPORT_SYMBOL_GPL vmlinux 0xf4ac40f6 __devm_reset_control_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0xf4af35c2 rcu_gp_is_normal +EXPORT_SYMBOL_GPL vmlinux 0xf4b0abd7 unmap_mapping_pages +EXPORT_SYMBOL_GPL vmlinux 0xf4ca4767 devm_get_free_pages +EXPORT_SYMBOL_GPL vmlinux 0xf4cd9f8f reset_control_bulk_release +EXPORT_SYMBOL_GPL vmlinux 0xf4da8513 of_clk_add_hw_provider +EXPORT_SYMBOL_GPL vmlinux 0xf4e75be3 gpiod_direction_output_raw +EXPORT_SYMBOL_GPL vmlinux 0xf50bf4e5 virtqueue_enable_cb_delayed +EXPORT_SYMBOL_GPL vmlinux 0xf5166a4c usb_role_switch_get +EXPORT_SYMBOL_GPL vmlinux 0xf5220f50 phy_power_on +EXPORT_SYMBOL_GPL vmlinux 0xf525adb4 devm_rtc_device_register +EXPORT_SYMBOL_GPL vmlinux 0xf52d2753 usb_enable_intel_xhci_ports +EXPORT_SYMBOL_GPL vmlinux 0xf53fa10c kvm_set_memory_region +EXPORT_SYMBOL_GPL vmlinux 0xf541713b vcap_filter_rule_keys +EXPORT_SYMBOL_GPL vmlinux 0xf5491d94 crypto_inst_setname +EXPORT_SYMBOL_GPL vmlinux 0xf54bd49b lcm +EXPORT_SYMBOL_GPL vmlinux 0xf54c8140 sampling_rate_store +EXPORT_SYMBOL_GPL vmlinux 0xf54d3d74 rt_mutex_unlock +EXPORT_SYMBOL_GPL vmlinux 0xf553318d cpuidle_pause_and_lock +EXPORT_SYMBOL_GPL vmlinux 0xf5619386 kobject_uevent_env +EXPORT_SYMBOL_GPL vmlinux 0xf576c532 phy_remove_lookup +EXPORT_SYMBOL_GPL vmlinux 0xf58725b6 bpf_trace_run7 +EXPORT_SYMBOL_GPL vmlinux 0xf59a2ad9 extcon_get_property_capability +EXPORT_SYMBOL_GPL vmlinux 0xf59f58b6 scmi_driver_register +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 0xf5a6ca1e ahci_start_engine +EXPORT_SYMBOL_GPL vmlinux 0xf5a9caac ahci_fill_cmd_slot +EXPORT_SYMBOL_GPL vmlinux 0xf5a9f013 devm_extcon_dev_unregister +EXPORT_SYMBOL_GPL vmlinux 0xf5abeff5 inet6_csk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0xf5ad4092 dev_pm_opp_set_config +EXPORT_SYMBOL_GPL vmlinux 0xf5af42e3 sk_msg_memcopy_from_iter +EXPORT_SYMBOL_GPL vmlinux 0xf5b9fc6e regmap_fields_read +EXPORT_SYMBOL_GPL vmlinux 0xf5bca60f of_genpd_del_provider +EXPORT_SYMBOL_GPL vmlinux 0xf5e771a5 device_get_phy_mode +EXPORT_SYMBOL_GPL vmlinux 0xf5ec2a71 scsi_register_device_handler +EXPORT_SYMBOL_GPL vmlinux 0xf5f370e0 async_schedule_node +EXPORT_SYMBOL_GPL vmlinux 0xf6069f41 __inet_lookup_listener +EXPORT_SYMBOL_GPL vmlinux 0xf60c3d7d of_modalias_node +EXPORT_SYMBOL_GPL vmlinux 0xf61639e8 pci_ims_free_irq +EXPORT_SYMBOL_GPL vmlinux 0xf61c6b74 hv_do_hypercall +EXPORT_SYMBOL_GPL vmlinux 0xf63109bd imx_clk_hw_pllv4 +EXPORT_SYMBOL_GPL vmlinux 0xf637c753 fixed_phy_unregister +EXPORT_SYMBOL_GPL vmlinux 0xf63d10ac ata_bmdma_port_intr +EXPORT_SYMBOL_GPL vmlinux 0xf64aaa25 alarm_init +EXPORT_SYMBOL_GPL vmlinux 0xf64d0756 timer_unstable_counter_workaround +EXPORT_SYMBOL_GPL vmlinux 0xf663ee2f pcap_adc_sync +EXPORT_SYMBOL_GPL vmlinux 0xf68b1a7f __cpufreq_driver_target +EXPORT_SYMBOL_GPL vmlinux 0xf6a2379c __traceiter_pelt_se_tp +EXPORT_SYMBOL_GPL vmlinux 0xf6a28554 region_intersects +EXPORT_SYMBOL_GPL vmlinux 0xf6b83cec __clk_hw_register_divider +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 0xf6dced80 __xdp_build_skb_from_frame +EXPORT_SYMBOL_GPL vmlinux 0xf6e772c3 irq_bypass_unregister_producer +EXPORT_SYMBOL_GPL vmlinux 0xf6e874f5 ata_timing_merge +EXPORT_SYMBOL_GPL vmlinux 0xf6f16c56 rcu_barrier_tasks +EXPORT_SYMBOL_GPL vmlinux 0xf6f49338 device_register +EXPORT_SYMBOL_GPL vmlinux 0xf6f84f0a pci_vfs_assigned +EXPORT_SYMBOL_GPL vmlinux 0xf6f9671b pci_pasid_features +EXPORT_SYMBOL_GPL vmlinux 0xf7000bbf gpiod_to_irq +EXPORT_SYMBOL_GPL vmlinux 0xf7069ecf devm_irq_alloc_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0xf70e4a4d preempt_schedule_notrace +EXPORT_SYMBOL_GPL vmlinux 0xf7166186 __put_task_struct +EXPORT_SYMBOL_GPL vmlinux 0xf7166eb6 dpbp_open +EXPORT_SYMBOL_GPL vmlinux 0xf723e725 iommu_iova_to_phys +EXPORT_SYMBOL_GPL vmlinux 0xf7261f54 led_trigger_set_default +EXPORT_SYMBOL_GPL vmlinux 0xf72a65ea tty_get_char_size +EXPORT_SYMBOL_GPL vmlinux 0xf72d6abc cpufreq_register_governor +EXPORT_SYMBOL_GPL vmlinux 0xf730fb4a qcom_smem_state_update_bits +EXPORT_SYMBOL_GPL vmlinux 0xf7360e4e of_nvmem_cell_get +EXPORT_SYMBOL_GPL vmlinux 0xf73817ef param_set_uint_minmax +EXPORT_SYMBOL_GPL vmlinux 0xf73b3372 of_dma_is_coherent +EXPORT_SYMBOL_GPL vmlinux 0xf73e2046 rio_map_outb_region +EXPORT_SYMBOL_GPL vmlinux 0xf744298f hv_unmap_memory +EXPORT_SYMBOL_GPL vmlinux 0xf7455c16 input_event_to_user +EXPORT_SYMBOL_GPL vmlinux 0xf7464171 __traceiter_udp_fail_queue_rcv_skb +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 0xf7772bde xas_init_marks +EXPORT_SYMBOL_GPL vmlinux 0xf77aefe8 mbox_send_message +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 0xf78f5b01 clk_hw_set_rate_range +EXPORT_SYMBOL_GPL vmlinux 0xf791e094 pwmchip_add +EXPORT_SYMBOL_GPL vmlinux 0xf7973fb3 usb_alloc_urb +EXPORT_SYMBOL_GPL vmlinux 0xf79e2b33 tc3589x_block_read +EXPORT_SYMBOL_GPL vmlinux 0xf7a3efbe led_trigger_write +EXPORT_SYMBOL_GPL vmlinux 0xf7a7ccd1 __traceiter_xdp_bulk_tx +EXPORT_SYMBOL_GPL vmlinux 0xf7a96e39 fib_rules_register +EXPORT_SYMBOL_GPL vmlinux 0xf7afb369 btree_init +EXPORT_SYMBOL_GPL vmlinux 0xf7b661e6 pci_stop_root_bus +EXPORT_SYMBOL_GPL vmlinux 0xf7bc95b0 devlink_fmsg_pair_nest_start +EXPORT_SYMBOL_GPL vmlinux 0xf7c3f273 xen_resume_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0xf7c53115 dmaengine_desc_attach_metadata +EXPORT_SYMBOL_GPL vmlinux 0xf7cb552d pinctrl_generic_remove_group +EXPORT_SYMBOL_GPL vmlinux 0xf7fd3eb9 pci_enable_sriov +EXPORT_SYMBOL_GPL vmlinux 0xf80a566d devm_regulator_get_optional +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 0xf8279336 thermal_zone_unbind_cooling_device +EXPORT_SYMBOL_GPL vmlinux 0xf82f3657 work_on_cpu +EXPORT_SYMBOL_GPL vmlinux 0xf830761d soc_device_register +EXPORT_SYMBOL_GPL vmlinux 0xf83d88c9 fwnode_property_present +EXPORT_SYMBOL_GPL vmlinux 0xf847146e meson8_pmx_ops +EXPORT_SYMBOL_GPL vmlinux 0xf84856b5 fib_nh_common_release +EXPORT_SYMBOL_GPL vmlinux 0xf852d746 __tracepoint_tcp_send_reset +EXPORT_SYMBOL_GPL vmlinux 0xf8540d8c sbitmap_any_bit_set +EXPORT_SYMBOL_GPL vmlinux 0xf861bd31 rockchip_clk_register_ddrclk +EXPORT_SYMBOL_GPL vmlinux 0xf87a384c cpufreq_driver_resolve_freq +EXPORT_SYMBOL_GPL vmlinux 0xf883bf93 crypto_dh_key_len +EXPORT_SYMBOL_GPL vmlinux 0xf88d5349 sdio_writew +EXPORT_SYMBOL_GPL vmlinux 0xf88fb9ee gpiod_get_raw_value +EXPORT_SYMBOL_GPL vmlinux 0xf896853b blk_insert_cloned_request +EXPORT_SYMBOL_GPL vmlinux 0xf8b1730f vcap_rule_add_key_bit +EXPORT_SYMBOL_GPL vmlinux 0xf8bb42c3 pci_user_read_config_byte +EXPORT_SYMBOL_GPL vmlinux 0xf8bcfe3e irq_get_domain_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0xf8caa5c1 device_store_int +EXPORT_SYMBOL_GPL vmlinux 0xf8d28834 pm_runtime_set_autosuspend_delay +EXPORT_SYMBOL_GPL vmlinux 0xf8d857fe unregister_virtio_driver +EXPORT_SYMBOL_GPL vmlinux 0xf8ee2551 mnt_want_write_file +EXPORT_SYMBOL_GPL vmlinux 0xf8f0e1e6 ipv4_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0xf8f3a0fb ata_ratelimit +EXPORT_SYMBOL_GPL vmlinux 0xf8f608af otg_ulpi_create +EXPORT_SYMBOL_GPL vmlinux 0xf8fbd657 sock_map_unhash +EXPORT_SYMBOL_GPL vmlinux 0xf8fe5642 phylink_ethtool_get_pauseparam +EXPORT_SYMBOL_GPL vmlinux 0xf900c77d zynqmp_pm_clock_disable +EXPORT_SYMBOL_GPL vmlinux 0xf9093f5b __tracepoint_cpu_frequency +EXPORT_SYMBOL_GPL vmlinux 0xf922e974 __hwspin_trylock +EXPORT_SYMBOL_GPL vmlinux 0xf9244fd9 shmem_file_setup +EXPORT_SYMBOL_GPL vmlinux 0xf926a606 phylink_mii_c22_pcs_decode_state +EXPORT_SYMBOL_GPL vmlinux 0xf9292e1e metadata_dst_free_percpu +EXPORT_SYMBOL_GPL vmlinux 0xf93e04fc extcon_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0xf95322f4 kthread_parkme +EXPORT_SYMBOL_GPL vmlinux 0xf955e9c5 bprintf +EXPORT_SYMBOL_GPL vmlinux 0xf9644fc2 tpm2_flush_context +EXPORT_SYMBOL_GPL vmlinux 0xf967422b HYPERVISOR_xen_version +EXPORT_SYMBOL_GPL vmlinux 0xf9682b92 usb_reset_device +EXPORT_SYMBOL_GPL vmlinux 0xf9a054b5 __round_jiffies +EXPORT_SYMBOL_GPL vmlinux 0xf9a3c5dc zynqmp_pm_load_pdi +EXPORT_SYMBOL_GPL vmlinux 0xf9b34a0b iopf_queue_free +EXPORT_SYMBOL_GPL vmlinux 0xf9bb3865 pwm_request +EXPORT_SYMBOL_GPL vmlinux 0xf9e10bfd pci_epc_linkup +EXPORT_SYMBOL_GPL vmlinux 0xf9edc116 vcap_is_next_lookup +EXPORT_SYMBOL_GPL vmlinux 0xf9f21997 ethnl_cable_test_fault_length +EXPORT_SYMBOL_GPL vmlinux 0xfa0b0909 spi_mem_dirmap_destroy +EXPORT_SYMBOL_GPL vmlinux 0xfa1e6882 icc_provider_init +EXPORT_SYMBOL_GPL vmlinux 0xfa1eb910 unregister_syscore_ops +EXPORT_SYMBOL_GPL vmlinux 0xfa20488d tcp_parse_mss_option +EXPORT_SYMBOL_GPL vmlinux 0xfa332f14 fsl_mc_cleanup_irq_pool +EXPORT_SYMBOL_GPL vmlinux 0xfa349688 aer_recover_queue +EXPORT_SYMBOL_GPL vmlinux 0xfa37fb11 vcap_mod_rule +EXPORT_SYMBOL_GPL vmlinux 0xfa3ab76d hwspin_lock_request_specific +EXPORT_SYMBOL_GPL vmlinux 0xfa3c11cb irq_domain_xlate_twocell +EXPORT_SYMBOL_GPL vmlinux 0xfa42af08 sk_psock_tls_strp_read +EXPORT_SYMBOL_GPL vmlinux 0xfa43cefc is_hash_blacklisted +EXPORT_SYMBOL_GPL vmlinux 0xfa4d3c24 log_post_write_mmio +EXPORT_SYMBOL_GPL vmlinux 0xfa563e0c vp_modern_set_features +EXPORT_SYMBOL_GPL vmlinux 0xfa57614f devfreq_event_get_edev_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0xfa57da6c invalidate_inode_pages2 +EXPORT_SYMBOL_GPL vmlinux 0xfa666974 queue_work_node +EXPORT_SYMBOL_GPL vmlinux 0xfa7093e6 is_nvdimm_sync +EXPORT_SYMBOL_GPL vmlinux 0xfa773e37 device_find_child +EXPORT_SYMBOL_GPL vmlinux 0xfa799eed bgpio_init +EXPORT_SYMBOL_GPL vmlinux 0xfa881261 skb_zerocopy +EXPORT_SYMBOL_GPL vmlinux 0xfa8b0db2 badblocks_show +EXPORT_SYMBOL_GPL vmlinux 0xfaa5d325 dm_suspended +EXPORT_SYMBOL_GPL vmlinux 0xfaa9f2a4 fsl_mc_bus_dprc_type +EXPORT_SYMBOL_GPL vmlinux 0xfaaced7c serdev_device_wait_until_sent +EXPORT_SYMBOL_GPL vmlinux 0xfaaf8621 power_supply_battery_bti_in_range +EXPORT_SYMBOL_GPL vmlinux 0xfab1de1c dev_get_tstats64 +EXPORT_SYMBOL_GPL vmlinux 0xfab30dc0 mdio_bus_exit +EXPORT_SYMBOL_GPL vmlinux 0xfab53ed9 pinctrl_gpio_can_use_line +EXPORT_SYMBOL_GPL vmlinux 0xfab75883 usb_device_match_id +EXPORT_SYMBOL_GPL vmlinux 0xfad02ff4 unregister_nvdimm_pmu +EXPORT_SYMBOL_GPL vmlinux 0xfad47f04 of_clk_get_parent_count +EXPORT_SYMBOL_GPL vmlinux 0xfad9c827 kill_dax +EXPORT_SYMBOL_GPL vmlinux 0xfb18cf2a usb_register_device_driver +EXPORT_SYMBOL_GPL vmlinux 0xfb32b30f ring_buffer_read_prepare_sync +EXPORT_SYMBOL_GPL vmlinux 0xfb380877 gpiochip_line_is_persistent +EXPORT_SYMBOL_GPL vmlinux 0xfb4e4b6f usb_hcd_resume_root_hub +EXPORT_SYMBOL_GPL vmlinux 0xfb60faf5 posix_acl_clone +EXPORT_SYMBOL_GPL vmlinux 0xfb6eedf9 power_group_name +EXPORT_SYMBOL_GPL vmlinux 0xfb70d973 skb_pull_rcsum +EXPORT_SYMBOL_GPL vmlinux 0xfb86caa7 open_related_ns +EXPORT_SYMBOL_GPL vmlinux 0xfb8a5478 crypto_register_acomps +EXPORT_SYMBOL_GPL vmlinux 0xfb918389 mtk_clk_gate_ops_no_setclr_inv +EXPORT_SYMBOL_GPL vmlinux 0xfb93fe52 genphy_c45_read_pma +EXPORT_SYMBOL_GPL vmlinux 0xfb96d83d crypto_unregister_alg +EXPORT_SYMBOL_GPL vmlinux 0xfbbcc6eb fscrypt_ioctl_remove_key +EXPORT_SYMBOL_GPL vmlinux 0xfbbd41ca no_action +EXPORT_SYMBOL_GPL vmlinux 0xfbc022cc init_node_memory_type +EXPORT_SYMBOL_GPL vmlinux 0xfbcc2c1f __traceiter_block_split +EXPORT_SYMBOL_GPL vmlinux 0xfbebe431 mmu_notifier_get_locked +EXPORT_SYMBOL_GPL vmlinux 0xfbed6211 phy_start_machine +EXPORT_SYMBOL_GPL vmlinux 0xfbf45183 imx_pinctrl_probe +EXPORT_SYMBOL_GPL vmlinux 0xfbffd601 net_prio_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0xfc03a4ca proc_dou8vec_minmax +EXPORT_SYMBOL_GPL vmlinux 0xfc03d97a page_is_ram +EXPORT_SYMBOL_GPL vmlinux 0xfc09f62e fuse_dax_cancel_work +EXPORT_SYMBOL_GPL vmlinux 0xfc0f80a3 dev_pm_opp_config_clks_simple +EXPORT_SYMBOL_GPL vmlinux 0xfc138e64 nvdimm_volatile_region_create +EXPORT_SYMBOL_GPL vmlinux 0xfc14bb2e dm_get_dev_t +EXPORT_SYMBOL_GPL vmlinux 0xfc1934cf devfreq_event_set_event +EXPORT_SYMBOL_GPL vmlinux 0xfc201b66 sprint_oid +EXPORT_SYMBOL_GPL vmlinux 0xfc254d15 gnttab_free_auto_xlat_frames +EXPORT_SYMBOL_GPL vmlinux 0xfc35fa8e crypto_grab_shash +EXPORT_SYMBOL_GPL vmlinux 0xfc3b4246 acpi_bus_update_power +EXPORT_SYMBOL_GPL vmlinux 0xfc3cdf0f devm_mipi_dsi_attach +EXPORT_SYMBOL_GPL vmlinux 0xfc4c9daf ohci_resume +EXPORT_SYMBOL_GPL vmlinux 0xfc6ea99f ata_sff_drain_fifo +EXPORT_SYMBOL_GPL vmlinux 0xfc7c22a9 ftrace_free_filter +EXPORT_SYMBOL_GPL vmlinux 0xfc85135f skb_send_sock_locked +EXPORT_SYMBOL_GPL vmlinux 0xfc8d935d usb_hcd_end_port_resume +EXPORT_SYMBOL_GPL vmlinux 0xfc8f276c serial8250_do_set_mctrl +EXPORT_SYMBOL_GPL vmlinux 0xfc9477b5 zynqmp_pm_set_pll_frac_data +EXPORT_SYMBOL_GPL vmlinux 0xfc97f597 simple_attr_write +EXPORT_SYMBOL_GPL vmlinux 0xfc9d49a4 fuse_dev_operations +EXPORT_SYMBOL_GPL vmlinux 0xfca70f1f dev_pm_domain_set +EXPORT_SYMBOL_GPL vmlinux 0xfcaf2112 phylink_connect_phy +EXPORT_SYMBOL_GPL vmlinux 0xfcb1d321 regcache_mark_dirty +EXPORT_SYMBOL_GPL vmlinux 0xfcbeb3d6 swapcache_mapping +EXPORT_SYMBOL_GPL vmlinux 0xfcbfec70 add_memory_driver_managed +EXPORT_SYMBOL_GPL vmlinux 0xfcc1edd3 memory_block_size_bytes +EXPORT_SYMBOL_GPL vmlinux 0xfccd77b8 mmc_pwrseq_unregister +EXPORT_SYMBOL_GPL vmlinux 0xfcf2e920 device_rename +EXPORT_SYMBOL_GPL vmlinux 0xfcf824ca mpc8xxx_spi_tx_buf_u8 +EXPORT_SYMBOL_GPL vmlinux 0xfcf9ef73 hw_protection_shutdown +EXPORT_SYMBOL_GPL vmlinux 0xfcfc6a2d dst_cache_set_ip4 +EXPORT_SYMBOL_GPL vmlinux 0xfd068326 register_kretprobes +EXPORT_SYMBOL_GPL vmlinux 0xfd0b14ca of_pci_get_slot_power_limit +EXPORT_SYMBOL_GPL vmlinux 0xfd160334 meson_aoclkc_probe +EXPORT_SYMBOL_GPL vmlinux 0xfd17637f i2c_bus_type +EXPORT_SYMBOL_GPL vmlinux 0xfd195774 k3_udma_glue_disable_tx_chn +EXPORT_SYMBOL_GPL vmlinux 0xfd2c62ad devlink_dpipe_table_counter_enabled +EXPORT_SYMBOL_GPL vmlinux 0xfd309343 synchronize_srcu +EXPORT_SYMBOL_GPL vmlinux 0xfd3c5a4d usb_urb_ep_type_check +EXPORT_SYMBOL_GPL vmlinux 0xfd5c0fae fscrypt_set_bio_crypt_ctx_bh +EXPORT_SYMBOL_GPL vmlinux 0xfd6555fb xlnx_unregister_event +EXPORT_SYMBOL_GPL vmlinux 0xfd6c242a clk_register_composite +EXPORT_SYMBOL_GPL vmlinux 0xfd7243c7 erst_disable +EXPORT_SYMBOL_GPL vmlinux 0xfd77e268 register_sys_off_handler +EXPORT_SYMBOL_GPL vmlinux 0xfd84ce91 adp5520_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0xfd87ce74 regulator_register_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0xfd88abca trace_array_set_clr_event +EXPORT_SYMBOL_GPL vmlinux 0xfd89261d ahci_set_em_messages +EXPORT_SYMBOL_GPL vmlinux 0xfd8dd36b governor_sysfs_ops +EXPORT_SYMBOL_GPL vmlinux 0xfda3b386 iommu_enable_nesting +EXPORT_SYMBOL_GPL vmlinux 0xfdac46cf kvm_clear_guest +EXPORT_SYMBOL_GPL vmlinux 0xfdbd7a17 crypto_get_attr_type +EXPORT_SYMBOL_GPL vmlinux 0xfde224d9 dw_pcie_read_dbi +EXPORT_SYMBOL_GPL vmlinux 0xfdea2d04 alarm_cancel +EXPORT_SYMBOL_GPL vmlinux 0xfdeeb41d wm831x_regmap_config +EXPORT_SYMBOL_GPL vmlinux 0xfe011cc3 device_match_name +EXPORT_SYMBOL_GPL vmlinux 0xfe07addf regmap_field_free +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 0xfe367fbc pm_generic_freeze_noirq +EXPORT_SYMBOL_GPL vmlinux 0xfe3a6de3 alarm_try_to_cancel +EXPORT_SYMBOL_GPL vmlinux 0xfe448e25 kpp_register_instance +EXPORT_SYMBOL_GPL vmlinux 0xfe476039 ktime_get_resolution_ns +EXPORT_SYMBOL_GPL vmlinux 0xfe55072b pci_iomap_wc +EXPORT_SYMBOL_GPL vmlinux 0xfe5f9af7 kthread_func +EXPORT_SYMBOL_GPL vmlinux 0xfe82cd9b irq_create_mapping_affinity +EXPORT_SYMBOL_GPL vmlinux 0xfe844277 class_compat_remove_link +EXPORT_SYMBOL_GPL vmlinux 0xfe875f56 regulator_bulk_register_supply_alias +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 0xfe9ab6bf cgrp_dfl_root +EXPORT_SYMBOL_GPL vmlinux 0xfea8d158 __iomap_dio_rw +EXPORT_SYMBOL_GPL vmlinux 0xfeb17d74 acpi_storage_d3 +EXPORT_SYMBOL_GPL vmlinux 0xfeb83adb xhci_reset_bandwidth +EXPORT_SYMBOL_GPL vmlinux 0xfeb8e9d4 pinctrl_get +EXPORT_SYMBOL_GPL vmlinux 0xfebfe1e5 devm_clk_hw_register_fixed_factor +EXPORT_SYMBOL_GPL vmlinux 0xfec3bf84 icst_clk_setup +EXPORT_SYMBOL_GPL vmlinux 0xfec4fabe led_put +EXPORT_SYMBOL_GPL vmlinux 0xfecb9391 rio_request_outb_mbox +EXPORT_SYMBOL_GPL vmlinux 0xfed11ed1 usb_mon_deregister +EXPORT_SYMBOL_GPL vmlinux 0xfede9222 __tracepoint_suspend_resume +EXPORT_SYMBOL_GPL vmlinux 0xfeeecd05 apei_read +EXPORT_SYMBOL_GPL vmlinux 0xff0340c2 __irq_alloc_descs +EXPORT_SYMBOL_GPL vmlinux 0xff05fa13 vring_interrupt +EXPORT_SYMBOL_GPL vmlinux 0xff138fb1 trace_event_raw_init +EXPORT_SYMBOL_GPL vmlinux 0xff13c506 set_secondary_fwnode +EXPORT_SYMBOL_GPL vmlinux 0xff1666f3 reset_control_bulk_assert +EXPORT_SYMBOL_GPL vmlinux 0xff291ecf clk_unregister_divider +EXPORT_SYMBOL_GPL vmlinux 0xff2fb130 sk_msg_return +EXPORT_SYMBOL_GPL vmlinux 0xff3566f1 of_fdt_unflatten_tree +EXPORT_SYMBOL_GPL vmlinux 0xff3fc5c0 __account_locked_vm +EXPORT_SYMBOL_GPL vmlinux 0xff42c374 usb_role_switch_get_role +EXPORT_SYMBOL_GPL vmlinux 0xff540479 of_reserved_mem_lookup +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 0xff8e740d blk_crypto_evict_key +EXPORT_SYMBOL_GPL vmlinux 0xff9e23d1 hugetlb_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0xffae8e8b nsecs_to_jiffies +EXPORT_SYMBOL_GPL vmlinux 0xffc31016 __stack_depot_save +EXPORT_SYMBOL_GPL vmlinux 0xffc86f14 __xas_next +EXPORT_SYMBOL_GPL vmlinux 0xffda3113 dev_coredumpm +EXPORT_SYMBOL_GPL vmlinux 0xffdfd6a1 switchdev_handle_port_obj_del +EXPORT_SYMBOL_GPL vmlinux 0xffe38a62 devm_acpi_dma_controller_free +EXPORT_SYMBOL_GPL vmlinux 0xfff2f1b5 fwnode_graph_get_remote_port +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 0x06b0f740 cs_dsp_set_dspclk drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x0c83aa54 cs_dsp_power_up drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x1070548c cs_dsp_adsp1_power_down drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x13c3d6c4 cs_dsp_remove 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 0x243ea910 cs_dsp_coeff_write_acked_control drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x25722263 cs_dsp_cleanup_debugfs drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x2c6c9c5a cs_dsp_write_data_word drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x36f3fd96 cs_dsp_adsp2_init drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x3e0714c8 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 0x6e0cce2d cs_dsp_chunk_write drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x6e900dcf cs_dsp_power_down drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x715fd43d cs_dsp_get_ctl drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x939ddda9 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 0x9e67639d cs_dsp_run drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0xad65462c cs_dsp_halo_init drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0xafb0294b cs_dsp_halo_bus_error drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0xb291a02b 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 0xc0230534 cs_dsp_coeff_write_ctrl drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0xc14eaf2a cs_dsp_init_debugfs drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0xce8dfcf4 cs_dsp_stop drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0xd511076c cs_dsp_read_data_word drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0xe7857a8a cs_dsp_find_alg_region drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0xe959a6a1 cs_dsp_halo_wdt_expire drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0xf7c274ec cs_dsp_read_raw_data_block drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0xfdf9850e cs_dsp_adsp1_power_up drivers/firmware/cirrus/cs_dsp +HWMON_THERMAL EXPORT_SYMBOL_GPL 0x65fc1bed hwmon_device_register_for_thermal vmlinux +IIO_AD5592R EXPORT_SYMBOL_GPL 0x702dea3f ad5592r_remove drivers/iio/dac/ad5592r-base +IIO_AD5592R EXPORT_SYMBOL_GPL 0xb30ba641 ad5592r_probe drivers/iio/dac/ad5592r-base +IIO_AD5686 EXPORT_SYMBOL_GPL 0x1d954ef5 ad5686_probe drivers/iio/dac/ad5686 +IIO_AD5686 EXPORT_SYMBOL_GPL 0x2e12665b ad5686_remove drivers/iio/dac/ad5686 +IIO_AD7091R EXPORT_SYMBOL_GPL 0x5b968754 ad7091r_regmap_config drivers/iio/adc/ad7091r-base +IIO_AD7091R EXPORT_SYMBOL_GPL 0xe18b98f2 ad7091r_probe drivers/iio/adc/ad7091r-base +IIO_AD7606 EXPORT_SYMBOL_GPL 0x44d49318 ad7606_probe drivers/iio/adc/ad7606 +IIO_AD7606 EXPORT_SYMBOL_GPL 0xdd1f1283 ad7606_pm_ops drivers/iio/adc/ad7606 +IIO_ADISLIB EXPORT_SYMBOL 0x3ae16754 adis_debugfs_reg_access drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL 0x5370cc44 __adis_enable_irq drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0x3bfe1bdb __adis_update_bits_base drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0x74ca79ed adis_single_conversion drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0x767b540f adis_update_scan_mode drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0x787677f1 __adis_write_reg drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0x8d1b3813 __adis_read_reg drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0x8d47b5d2 devm_adis_setup_buffer_and_trigger drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0xb280c065 devm_adis_probe_trigger drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0xdcb2f0bb __adis_check_status drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0xe485d44c adis_init drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0xfa52b280 __adis_initial_startup drivers/iio/imu/adis_lib +IIO_ADIS_LIB EXPORT_SYMBOL_GPL 0x7460ea69 __adis_reset drivers/iio/imu/adis_lib +IIO_ADI_AXI EXPORT_SYMBOL_GPL 0x67618e8e adi_axi_adc_conv_priv drivers/iio/adc/adi-axi-adc +IIO_ADI_AXI EXPORT_SYMBOL_GPL 0xc0e0cbd0 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 0x99fd6f74 adxl313_core_probe drivers/iio/accel/adxl313_core +IIO_ADXL313 EXPORT_SYMBOL_GPL 0xe1d8d09c adxl314_readable_regs_table drivers/iio/accel/adxl313_core +IIO_ADXL313 EXPORT_SYMBOL_GPL 0xe1dfdd33 adxl312_writable_regs_table drivers/iio/accel/adxl313_core +IIO_ADXL313 EXPORT_SYMBOL_GPL 0xe390465c adxl31x_chip_info 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 0xf4b3a872 adxl355_core_probe drivers/iio/accel/adxl355_core +IIO_ADXL367 EXPORT_SYMBOL_GPL 0x621383d0 adxl367_probe drivers/iio/accel/adxl367 +IIO_ADXL372 EXPORT_SYMBOL_GPL 0x37d49cbf adxl372_readable_noinc_reg drivers/iio/accel/adxl372 +IIO_ADXL372 EXPORT_SYMBOL_GPL 0x79d764d1 adxl372_probe drivers/iio/accel/adxl372 +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0x1dff6df9 ad_sd_set_comm drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0x2a6d1128 devm_ad_sd_setup_buffer_and_trigger drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0x34f569f7 ad_sd_calibrate drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0x646b08bf ad_sd_read_reg drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0x6ae6d49f ad_sd_calibrate_all drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0xa8f0fc2c ad_sd_validate_trigger drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0xe45696df ad_sd_write_reg drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0xeeb4a837 ad_sd_init drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0xf2b609e5 ad_sd_reset drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0xf900c8dd ad_sigma_delta_single_conversion drivers/iio/adc/ad_sigma_delta +IIO_BMA400 EXPORT_SYMBOL 0x16d71c99 bma400_regmap_config drivers/iio/accel/bma400_core +IIO_BMA400 EXPORT_SYMBOL 0xfdc27eac bma400_probe drivers/iio/accel/bma400_core +IIO_BMC150 EXPORT_SYMBOL_GPL 0x2c9a3bba bmc150_accel_pm_ops drivers/iio/accel/bmc150-accel-core +IIO_BMC150 EXPORT_SYMBOL_GPL 0x4450c68c bmc150_accel_core_probe drivers/iio/accel/bmc150-accel-core +IIO_BMC150 EXPORT_SYMBOL_GPL 0x623cd784 bmc150_accel_core_remove drivers/iio/accel/bmc150-accel-core +IIO_BMC150 EXPORT_SYMBOL_GPL 0x672dd9a9 bmc150_regmap_conf drivers/iio/accel/bmc150-accel-core +IIO_BMC150_MAGN EXPORT_SYMBOL 0x209ac05c bmc150_magn_remove drivers/iio/magnetometer/bmc150_magn +IIO_BMC150_MAGN EXPORT_SYMBOL 0x4743deec bmc150_magn_regmap_config drivers/iio/magnetometer/bmc150_magn +IIO_BMC150_MAGN EXPORT_SYMBOL 0xa6ca95c9 bmc150_magn_probe drivers/iio/magnetometer/bmc150_magn +IIO_BMC150_MAGN EXPORT_SYMBOL 0xf2172376 bmc150_magn_pm_ops drivers/iio/magnetometer/bmc150_magn +IIO_BME680 EXPORT_SYMBOL 0x3f9d8ede bme680_regmap_config drivers/iio/chemical/bme680_core +IIO_BME680 EXPORT_SYMBOL_GPL 0x3af0b92d bme680_core_probe drivers/iio/chemical/bme680_core +IIO_BMI088 EXPORT_SYMBOL_GPL 0x3acc0b6b bmi088_accel_core_probe drivers/iio/accel/bmi088-accel-core +IIO_BMI088 EXPORT_SYMBOL_GPL 0x94fe0654 bmi088_accel_core_remove drivers/iio/accel/bmi088-accel-core +IIO_BMI088 EXPORT_SYMBOL_GPL 0xb45865f7 bmi088_accel_pm_ops drivers/iio/accel/bmi088-accel-core +IIO_BMI088 EXPORT_SYMBOL_GPL 0xd52a0ce1 bmi088_regmap_conf drivers/iio/accel/bmi088-accel-core +IIO_BMI160 EXPORT_SYMBOL 0x76ebfdb5 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 0x113f70a1 bmi160_core_probe drivers/iio/imu/bmi160/bmi160_core +IIO_BMP280 EXPORT_SYMBOL 0x5e12f897 bmp280_regmap_config drivers/iio/pressure/bmp280 +IIO_BMP280 EXPORT_SYMBOL 0xb1404e76 bmp380_regmap_config drivers/iio/pressure/bmp280 +IIO_BMP280 EXPORT_SYMBOL 0xb49425f5 bmp180_regmap_config drivers/iio/pressure/bmp280 +IIO_BMP280 EXPORT_SYMBOL 0xfa0e5ea9 bmp280_common_probe drivers/iio/pressure/bmp280 +IIO_BNO055 EXPORT_SYMBOL_GPL 0x9bceeaf9 bno055_probe drivers/iio/imu/bno055/bno055 +IIO_BNO055 EXPORT_SYMBOL_GPL 0xd3656c93 bno055_regmap_config drivers/iio/imu/bno055/bno055 +IIO_FXAS21002C EXPORT_SYMBOL_GPL 0x43ad8cf6 fxas21002c_core_probe drivers/iio/gyro/fxas21002c_core +IIO_FXAS21002C EXPORT_SYMBOL_GPL 0x730707f3 fxas21002c_core_remove drivers/iio/gyro/fxas21002c_core +IIO_FXAS21002C EXPORT_SYMBOL_GPL 0xaa338a0e fxas21002c_pm_ops drivers/iio/gyro/fxas21002c_core +IIO_FXLS8962AF EXPORT_SYMBOL_GPL 0x2d05f9ab fxls8962af_pm_ops drivers/iio/accel/fxls8962af-core +IIO_FXLS8962AF EXPORT_SYMBOL_GPL 0x4feb4880 fxls8962af_core_probe drivers/iio/accel/fxls8962af-core +IIO_FXLS8962AF EXPORT_SYMBOL_GPL 0x73f2873d fxls8962af_spi_regmap_conf drivers/iio/accel/fxls8962af-core +IIO_FXLS8962AF EXPORT_SYMBOL_GPL 0xd12c13f8 fxls8962af_i2c_regmap_conf drivers/iio/accel/fxls8962af-core +IIO_HID EXPORT_SYMBOL 0x08dcbbde hid_sensor_pm_ops drivers/iio/common/hid-sensors/hid-sensor-trigger +IIO_HID EXPORT_SYMBOL 0x20d07b4d hid_sensor_write_raw_hyst_value drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID EXPORT_SYMBOL 0x2faf76aa hid_sensor_write_samp_freq_value drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID EXPORT_SYMBOL 0x54c84d28 hid_sensor_convert_timestamp drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID EXPORT_SYMBOL 0x6acfae0d hid_sensor_parse_common_attributes drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID EXPORT_SYMBOL 0x7f7621ec hid_sensor_format_scale drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID EXPORT_SYMBOL 0x85421ffc hid_sensor_read_samp_freq_value drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID EXPORT_SYMBOL 0x88c6f19e hid_sensor_read_raw_hyst_rel_value drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID EXPORT_SYMBOL 0x8d3280f7 hid_sensor_read_raw_hyst_value drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID EXPORT_SYMBOL 0x9b4f8af5 hid_sensor_power_state drivers/iio/common/hid-sensors/hid-sensor-trigger +IIO_HID EXPORT_SYMBOL 0xa85c022c hid_sensor_remove_trigger drivers/iio/common/hid-sensors/hid-sensor-trigger +IIO_HID EXPORT_SYMBOL 0xb9c9ce76 hid_sensor_setup_trigger drivers/iio/common/hid-sensors/hid-sensor-trigger +IIO_HID EXPORT_SYMBOL 0xd51284f4 hid_sensor_write_raw_hyst_rel_value drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID_ATTRIBUTES EXPORT_SYMBOL 0x6c584c14 hid_sensor_set_report_latency drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID_ATTRIBUTES EXPORT_SYMBOL 0x96c48494 hid_sensor_batch_mode_supported drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID_ATTRIBUTES EXPORT_SYMBOL 0xb1f954c8 hid_sensor_read_poll_value drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID_ATTRIBUTES EXPORT_SYMBOL 0xf12b8b1e hid_sensor_get_report_latency drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HMC5843 EXPORT_SYMBOL 0x8173e996 hmc5843_common_probe drivers/iio/magnetometer/hmc5843_core +IIO_HMC5843 EXPORT_SYMBOL 0xc1308a56 hmc5843_common_remove drivers/iio/magnetometer/hmc5843_core +IIO_HMC5843 EXPORT_SYMBOL 0xe3d1d4af hmc5843_pm_ops drivers/iio/magnetometer/hmc5843_core +IIO_HTS221 EXPORT_SYMBOL 0x1d309006 hts221_probe drivers/iio/humidity/hts221 +IIO_HTS221 EXPORT_SYMBOL 0xfb1997a3 hts221_pm_ops drivers/iio/humidity/hts221 +IIO_ICM42600 EXPORT_SYMBOL_GPL 0x810be9a1 inv_icm42600_core_probe drivers/iio/imu/inv_icm42600/inv-icm42600 +IIO_ICM42600 EXPORT_SYMBOL_GPL 0xa61b1933 inv_icm42600_regmap_config drivers/iio/imu/inv_icm42600/inv-icm42600 +IIO_ICM42600 EXPORT_SYMBOL_GPL 0xfe0931e4 inv_icm42600_pm_ops drivers/iio/imu/inv_icm42600/inv-icm42600 +IIO_KX022A EXPORT_SYMBOL_GPL 0x2c842842 kx022a_probe_internal drivers/iio/accel/kionix-kx022a +IIO_KX022A EXPORT_SYMBOL_GPL 0xadf53187 kx022a_regmap drivers/iio/accel/kionix-kx022a +IIO_KXSD9 EXPORT_SYMBOL 0x1583c9e6 kxsd9_dev_pm_ops drivers/iio/accel/kxsd9 +IIO_KXSD9 EXPORT_SYMBOL 0x5d978062 kxsd9_common_remove drivers/iio/accel/kxsd9 +IIO_KXSD9 EXPORT_SYMBOL 0x79663939 kxsd9_common_probe drivers/iio/accel/kxsd9 +IIO_LSM6DSX EXPORT_SYMBOL 0x03331343 st_lsm6dsx_pm_ops drivers/iio/imu/st_lsm6dsx/st_lsm6dsx +IIO_LSM6DSX EXPORT_SYMBOL 0x06de0b91 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 0x0940e81f ms_sensors_ht_read_temperature drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0x161ccd31 ms_sensors_read_serial drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0x2ba16313 ms_sensors_show_battery_low 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 0x4c2a1436 ms_sensors_tp_read_prom drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0x64a3d29b ms_sensors_write_resolution drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0x690599b0 ms_sensors_show_heater drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0x89da1838 ms_sensors_write_heater drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0x930b2a26 ms_sensors_read_temp_and_pressure drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0xb577b983 ms_sensors_ht_read_humidity drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MMA7455 EXPORT_SYMBOL_GPL 0x0662ab29 mma7455_core_remove drivers/iio/accel/mma7455_core +IIO_MMA7455 EXPORT_SYMBOL_GPL 0x452664e0 mma7455_core_probe drivers/iio/accel/mma7455_core +IIO_MMA7455 EXPORT_SYMBOL_GPL 0x9f9fe1b5 mma7455_core_regmap drivers/iio/accel/mma7455_core +IIO_MMA9551 EXPORT_SYMBOL 0x041a21ac mma9551_read_status_words drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x0c06de51 mma9551_read_config_word drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x0dcebd6b mma9551_update_config_bits drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x1a10d318 mma9551_write_config_byte drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x1b6c8a30 mma9551_app_reset drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x41ef446c mma9551_read_accel_scale drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x4690fdf0 mma9551_read_version drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x65012aac mma9551_write_config_words drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x67a055bb mma9551_set_device_state drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x6dc560da mma9551_read_accel_chan drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x740bd2e6 mma9551_set_power_state drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x82a488a2 mma9551_write_config_word drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x9f5c3c1b mma9551_read_status_byte drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0xa486b52c mma9551_read_config_byte drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0xb40ee738 mma9551_read_config_words drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0xb480a1d7 mma9551_read_status_word drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0xbcd7fe96 mma9551_sleep drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0xf2853d42 mma9551_gpio_config drivers/iio/accel/mma9551_core +IIO_MPL115 EXPORT_SYMBOL 0xbe76d5f6 mpl115_dev_pm_ops drivers/iio/pressure/mpl115 +IIO_MPL115 EXPORT_SYMBOL_GPL 0x5896ce5e mpl115_probe drivers/iio/pressure/mpl115 +IIO_MPU6050 EXPORT_SYMBOL_GPL 0x20b90efb inv_mpu_pmops drivers/iio/imu/inv_mpu6050/inv-mpu6050 +IIO_MPU6050 EXPORT_SYMBOL_GPL 0x7280a6fb inv_mpu_core_probe drivers/iio/imu/inv_mpu6050/inv-mpu6050 +IIO_MS5611 EXPORT_SYMBOL 0x4dd37da7 ms5611_probe drivers/iio/pressure/ms5611_core +IIO_MS5611 EXPORT_SYMBOL 0x84759717 ms5611_remove drivers/iio/pressure/ms5611_core +IIO_RESCALE EXPORT_SYMBOL_GPL 0x0606df43 rescale_process_offset drivers/iio/afe/iio-rescale +IIO_RESCALE EXPORT_SYMBOL_GPL 0xd9cdfb8e 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 0x2afd45f6 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 0x0925779d scd30_pm_ops drivers/iio/chemical/scd30_core +IIO_SCD30 EXPORT_SYMBOL 0xf980450e scd30_probe drivers/iio/chemical/scd30_core +IIO_SPS30 EXPORT_SYMBOL_GPL 0x3fbc1717 sps30_probe drivers/iio/chemical/sps30 +IIO_SSP_SENSORS EXPORT_SYMBOL 0x2edc13d1 ssp_enable_sensor drivers/iio/common/ssp_sensors/sensorhub +IIO_SSP_SENSORS EXPORT_SYMBOL 0x37efc80b ssp_common_buffer_postenable drivers/iio/common/ssp_sensors/ssp_iio +IIO_SSP_SENSORS EXPORT_SYMBOL 0x9e3f56bd ssp_common_buffer_postdisable drivers/iio/common/ssp_sensors/ssp_iio +IIO_SSP_SENSORS EXPORT_SYMBOL 0xaa6be8a3 ssp_get_sensor_delay drivers/iio/common/ssp_sensors/sensorhub +IIO_SSP_SENSORS EXPORT_SYMBOL 0xab2783a0 ssp_common_process_data drivers/iio/common/ssp_sensors/ssp_iio +IIO_SSP_SENSORS EXPORT_SYMBOL 0xc638ff06 ssp_register_consumer drivers/iio/common/ssp_sensors/sensorhub +IIO_SSP_SENSORS EXPORT_SYMBOL 0xf20453db ssp_change_delay drivers/iio/common/ssp_sensors/sensorhub +IIO_SSP_SENSORS EXPORT_SYMBOL 0xfe6d3f06 ssp_disable_sensor drivers/iio/common/ssp_sensors/sensorhub +IIO_ST_SENSORS EXPORT_SYMBOL 0x05e61975 st_magn_common_probe 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 0x177e2551 st_sensors_allocate_trigger drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x1f8d2cc5 st_sensors_sysfs_scale_avail drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x28b08312 st_gyro_get_settings drivers/iio/gyro/st_gyro +IIO_ST_SENSORS EXPORT_SYMBOL 0x2acd256a st_sensors_set_dataready_irq drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x36c35ca9 st_sensors_get_settings_index drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x39d6afaf st_sensors_init_sensor drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x43f592ca st_gyro_common_probe drivers/iio/gyro/st_gyro +IIO_ST_SENSORS EXPORT_SYMBOL 0x577c335d st_press_common_probe drivers/iio/pressure/st_pressure +IIO_ST_SENSORS EXPORT_SYMBOL 0x57a5df20 st_sensors_power_enable drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x5b0d0d44 st_sensors_dev_name_probe drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x6aa09196 st_sensors_set_axis_enable drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x797377c2 st_sensors_spi_configure drivers/iio/common/st_sensors/st_sensors_spi +IIO_ST_SENSORS EXPORT_SYMBOL 0x7a336873 st_sensors_set_fullscale_by_gain drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x7f5a133c st_sensors_set_odr drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x98b30ebd st_sensors_debugfs_reg_access drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0xaaf2c1e0 st_accel_common_probe drivers/iio/accel/st_accel +IIO_ST_SENSORS EXPORT_SYMBOL 0xaecc9a5a st_sensors_validate_device drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0xaed00110 st_sensors_set_enable drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0xb94448b3 st_magn_get_settings drivers/iio/magnetometer/st_magn +IIO_ST_SENSORS EXPORT_SYMBOL 0xbef29d5b st_sensors_i2c_configure drivers/iio/common/st_sensors/st_sensors_i2c +IIO_ST_SENSORS EXPORT_SYMBOL 0xc23a9aa6 st_accel_get_settings drivers/iio/accel/st_accel +IIO_ST_SENSORS EXPORT_SYMBOL 0xc45eb0e8 st_press_get_settings drivers/iio/pressure/st_pressure +IIO_ST_SENSORS EXPORT_SYMBOL 0xe3daeee0 st_sensors_sysfs_sampling_frequency_avail drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0xeb31576d st_sensors_read_info_raw drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0xebcac935 st_sensors_verify_id drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL_GPL 0x288d8749 st_lsm9ds0_probe drivers/iio/imu/st_lsm9ds0/st_lsm9ds0 +IIO_UVIS25 EXPORT_SYMBOL 0x55cfb51d st_uvis25_probe drivers/iio/light/st_uvis25_core +IIO_UVIS25 EXPORT_SYMBOL 0x8234db79 st_uvis25_pm_ops drivers/iio/light/st_uvis25_core +IIO_ZPA2326 EXPORT_SYMBOL_GPL 0x0844a13b zpa2326_pm_ops drivers/iio/pressure/zpa2326 +IIO_ZPA2326 EXPORT_SYMBOL_GPL 0x1ce3ba6a zpa2326_probe drivers/iio/pressure/zpa2326 +IIO_ZPA2326 EXPORT_SYMBOL_GPL 0x53a54ed5 zpa2326_isreg_precious drivers/iio/pressure/zpa2326 +IIO_ZPA2326 EXPORT_SYMBOL_GPL 0x6e72bdef zpa2326_remove drivers/iio/pressure/zpa2326 +IIO_ZPA2326 EXPORT_SYMBOL_GPL 0xa8c7d06d zpa2326_isreg_writeable drivers/iio/pressure/zpa2326 +IIO_ZPA2326 EXPORT_SYMBOL_GPL 0xaec7017d zpa2326_isreg_readable drivers/iio/pressure/zpa2326 +IOMMUFD EXPORT_SYMBOL_GPL 0x184e3c5a iommufd_device_bind drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0x2374bf6c iommufd_ctx_put drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0x325effd9 iommufd_device_unbind drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0x4724b240 iommufd_access_unpin_pages drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0x4b5301b2 iommufd_device_detach drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0x6395b888 iommufd_access_pin_pages drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0x65bb9284 iommufd_ctx_get drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0xa1c0fa1e iommufd_ctx_from_file drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0xbb6f58eb iommufd_access_create drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0xc4bce9e5 iommufd_access_rw drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0xcba6bd2f iommufd_access_destroy drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0xfe01a59f iommufd_device_attach drivers/iommu/iommufd/iommufd +IOMMUFD_VFIO EXPORT_SYMBOL_GPL 0xb5030ce4 iommufd_vfio_compat_ioas_id drivers/iommu/iommufd/iommufd +IWLWIFI EXPORT_SYMBOL_GPL 0x000bc9f9 __iwl_err drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x002417b5 iwl_get_cmd_string drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x02d20314 iwl_sar_get_wrds_table drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x055f3eeb iwl_cmd_groups_verify_sorted drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x078aaf7c iwl_acpi_get_dsm_u32 drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x08fa4cda iwl_dbg_tlv_del_timers drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x0bde5c82 iwl_sar_select_profile drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x0fc0f662 iwl_get_shared_mem_conf drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x1023e371 iwl_uefi_get_sgom_table drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x10fac12f iwl_poll_direct_bit 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 0x16f27c26 iwl_write8 drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x19dc0023 iwl_poll_bit drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x1df4d664 iwl_acpi_is_ppag_approved drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x1e41f896 iwl_parse_eeprom_data drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x20ce9391 iwl_acpi_get_eckv drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x216f079d __iwl_info drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x24c7622d iwl_free_fw_paging drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x25233504 iwl_sar_get_wgds_table drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x26f4d758 iwl_get_nvm 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 0x28744c81 iwl_parse_nvm_mcc_info drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x2953e1bd iwl_read_prph drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x2d5fd71f __iwl_crit drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x2d832a62 iwl_fw_dbg_collect_trig drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x2e74d2e4 iwl_read32 drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x30249e8a iwl_parse_mei_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 0x3695bbff _iwl_dbg_tlv_time_point 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 0x3a26981f iwl_read_direct32 drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x3b739a79 iwl_clear_bits_prph drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x40faf32b iwl_trans_send_cmd drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x45350bf3 iwl_force_nmi drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x4770000d iwl_init_paging drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x489f4b73 iwl_read_prph_no_grab drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x49009822 iwl_pnvm_load 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 0x4bd3d63c iwl_acpi_get_object drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x52a84a56 __iwl_dbg 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 0x59c9d48f iwl_read_ppag_table drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x5c52e109 iwl_opmode_deregister drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x64da4f80 iwl_fw_runtime_init drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x69f7de5b iwl_write32 drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x6bdeb594 iwl_fw_start_dbg_conf drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x71b65726 iwl_write_prph_no_grab drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x73fe4002 iwl_write_direct32 drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x749ff5d9 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 0x7c1ad5bb iwl_sar_geo_support drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x7cc79858 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 0x85bb900d iwl_fw_dbg_collect 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 0x889b1494 iwl_acpi_get_tas drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x8e090f2d iwl_fwrt_dump_error_logs drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x9038811a iwl_rfi_guid drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x9aa193eb iwl_sar_geo_init drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xa252e971 iwl_fw_runtime_suspend drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xa5eca0ef iwl_read_external_nvm drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xab68d03b iwl_parse_nvm_data drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xac412914 iwl_fw_dbg_error_collect drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xae272a7c iwl_fw_dbg_collect_desc drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xaed50d28 iwl_write_direct64 drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xb12d7b54 iwl_acpi_get_wifi_pkg_range drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xb19a773c iwl_set_bits_mask_prph drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xb37b318c iwl_rs_pretty_bw drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xb4dc9371 iwl_write64 drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xb7d5ffb1 iwl_rate_mcs drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xbabf3cf1 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 0xbdb85df7 iwl_write_prph64_no_grab drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xc58f177a iwl_sar_get_ewrd_table drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xc75dad17 iwl_write_prph_delay 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 0xd1e27635 iwl_fw_runtime_resume drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xd68bbe7b iwl_acpi_get_dsm_u8 drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xd7290e94 iwl_acpi_get_mcc drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xd97423b8 iwl_set_soc_latency drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xdd0644aa iwl_acpi_get_lari_config_bitmap drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xdd28c51a iwl_acpi_get_pwr_limit 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 0xe23bf95f iwl_opmode_register drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xe5d00750 iwl_fw_dbg_stop_sync 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 0xeff723fe iwl_read_eeprom drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xf1560b2d __iwl_warn drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xf1f4caa4 iwl_fw_dbg_stop_restart_recording drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xf786e330 iwl_set_bits_prph drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xf885fdca iwl_finish_nic_init drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xf88964e4 iwl_remove_notification drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xfc1e6f41 iwl_guid drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xfd4a686f iwl_configure_rxq drivers/net/wireless/intel/iwlwifi/iwlwifi +LTC2497 EXPORT_SYMBOL 0x33f490b9 ltc2497core_remove drivers/iio/adc/ltc2497-core +LTC2497 EXPORT_SYMBOL 0xc16d1f7a ltc2497core_probe drivers/iio/adc/ltc2497-core +MCB EXPORT_SYMBOL_GPL 0x05d9c399 mcb_bus_add_devices drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0x14ab4450 mcb_alloc_dev drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0x17bb12db mcb_get_resource drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0x282c4571 mcb_bus_put drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0x4e8ef90e mcb_free_dev drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0x4f8fbb48 chameleon_parse_cells drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0x5225a8f6 mcb_request_mem drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0x642969b5 mcb_alloc_bus drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0x71434ad1 mcb_get_irq drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0x8b55a23b mcb_bus_get drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0xdb720db8 __mcb_register_driver drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0xe8e91dd3 mcb_unregister_driver drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0xeb2c8905 mcb_release_mem drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0xede0940f mcb_device_register drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0xfa5521f3 mcb_release_bus drivers/mcb/mcb +MFD_OCELOT EXPORT_SYMBOL 0x110f287a ocelot_chip_reset drivers/mfd/ocelot-soc +MFD_OCELOT EXPORT_SYMBOL 0xc95a40c9 ocelot_core_init drivers/mfd/ocelot-soc +MFD_OCELOT_SPI EXPORT_SYMBOL 0x98b918ee ocelot_spi_init_regmap drivers/mfd/ocelot-soc +NVME_TARGET_PASSTHRU EXPORT_SYMBOL_GPL 0x001f2ce7 nvme_ctrl_from_file drivers/nvme/host/nvme-core +NVME_TARGET_PASSTHRU EXPORT_SYMBOL_GPL 0x1334c24f nvme_execute_passthru_rq drivers/nvme/host/nvme-core +NVME_TARGET_PASSTHRU EXPORT_SYMBOL_GPL 0x9d7217ff nvme_passthru_end drivers/nvme/host/nvme-core +NVME_TARGET_PASSTHRU EXPORT_SYMBOL_GPL 0xcbde7ddc nvme_find_get_ns drivers/nvme/host/nvme-core +NVME_TARGET_PASSTHRU EXPORT_SYMBOL_GPL 0xcd8c80f0 nvme_command_effects drivers/nvme/host/nvme-core +NVME_TARGET_PASSTHRU EXPORT_SYMBOL_GPL 0xe24fcb6d nvme_put_ns drivers/nvme/host/nvme-core +PECI EXPORT_SYMBOL_GPL 0x0b8f62b7 peci_xfer_ep_pci_cfg_readl drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x26734a26 peci_xfer_pci_cfg_local_readb drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x2c209b4e peci_xfer_pkg_cfg_readw drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x30f522c2 peci_request_status drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x3ae1982b peci_xfer_ep_pci_cfg_local_readw drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x3c094b92 peci_request_temp_read drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x3eb73f79 peci_request_dib_read drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x408b14ed peci_request_free drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x488e21ea peci_xfer_ep_pci_cfg_readw drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x4faa688a peci_xfer_pkg_cfg_readb drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x5a148712 peci_request_data_readw drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x631b92d2 peci_xfer_pkg_cfg_readl drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x7653d6f5 peci_xfer_get_temp drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x79e0db76 peci_xfer_ep_pci_cfg_local_readl drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x7bc2beb5 __peci_driver_register drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x80f9d4c8 peci_xfer_pci_cfg_local_readw drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x8796f6f6 peci_xfer_ep_mmio32_readl drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x8f01a142 peci_xfer_get_dib drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x920aa566 peci_request_data_readq drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x960a4bfa peci_xfer_ep_pci_cfg_readb drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x97bb609f devm_peci_controller_add drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x9d29404f peci_xfer_pci_cfg_local_readl drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xb7f09b80 peci_xfer_pkg_cfg_readq drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xbaca95e6 peci_driver_unregister drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xe465f23b peci_xfer_ep_pci_cfg_local_readb drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xe6708e08 peci_request_data_readl drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xfc6dcec2 peci_request_data_readb drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xfd1a04b7 peci_xfer_ep_mmio64_readl drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xfe65fabd peci_request_alloc drivers/peci/peci +PECI_CPU EXPORT_SYMBOL_GPL 0x6894696d peci_pci_local_read drivers/peci/peci-cpu +PECI_CPU EXPORT_SYMBOL_GPL 0x8551e0df peci_pcs_read drivers/peci/peci-cpu +PECI_CPU EXPORT_SYMBOL_GPL 0xa407635a peci_mmio_read drivers/peci/peci-cpu +PECI_CPU EXPORT_SYMBOL_GPL 0xcdd70f8f peci_ep_pci_local_read drivers/peci/peci-cpu +PECI_CPU EXPORT_SYMBOL_GPL 0xef6e7804 peci_temp_read drivers/peci/peci-cpu +PMBUS EXPORT_SYMBOL_GPL 0x08c381c6 pmbus_clear_faults drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x152cc064 pmbus_do_probe drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x5a5f5e3f pmbus_read_word_data drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x5f6600a5 pmbus_get_debugfs_dir drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x69270c05 pmbus_write_byte_data drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x70757595 pmbus_update_fan drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x73fc4262 pmbus_write_word_data drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x75079a6c pmbus_check_word_register drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x830edd23 pmbus_get_fan_rate_cached drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x835aaf93 pmbus_get_fan_rate_device drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x87db1446 pmbus_regulator_ops drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x8a0f4a8d pmbus_read_byte_data drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x8dcc5ac5 pmbus_set_page drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0xab2dcc85 pmbus_write_byte drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0xb55704f7 pmbus_get_driver_info drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0xc387eeaf pmbus_update_byte_data drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0xd80be4c7 pmbus_clear_cache drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0xd96ffcf8 pmbus_set_update drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0xdbdfeb9f pmbus_check_byte_register drivers/hwmon/pmbus/pmbus_core +SEMTECH_PROX EXPORT_SYMBOL_GPL 0x58fbdfb5 sx_common_read_event_config drivers/iio/proximity/sx_common +SEMTECH_PROX EXPORT_SYMBOL_GPL 0x5b589bff sx_common_read_proximity drivers/iio/proximity/sx_common +SEMTECH_PROX EXPORT_SYMBOL_GPL 0x71aa433c sx_common_write_event_config drivers/iio/proximity/sx_common +SEMTECH_PROX EXPORT_SYMBOL_GPL 0x8f75b224 sx_common_probe drivers/iio/proximity/sx_common +SEMTECH_PROX EXPORT_SYMBOL_GPL 0xa103ce02 sx_common_events drivers/iio/proximity/sx_common +SND_HDA_CS_DSP_CONTROLS EXPORT_SYMBOL_GPL 0x15462895 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 0x3751f42c hda_cs_dsp_write_ctl sound/pci/hda/snd-hda-cs-dsp-ctls +SND_HDA_CS_DSP_CONTROLS EXPORT_SYMBOL_GPL 0x433d386f hda_cs_dsp_read_ctl sound/pci/hda/snd-hda-cs-dsp-ctls +SND_HDA_CS_DSP_CONTROLS EXPORT_SYMBOL_GPL 0xa22bbdbc hda_cs_dsp_add_controls sound/pci/hda/snd-hda-cs-dsp-ctls +SND_HDA_SCODEC_CS35L41 EXPORT_SYMBOL_GPL 0x993d2bf2 cs35l41_hda_probe sound/pci/hda/snd-hda-scodec-cs35l41 +SND_HDA_SCODEC_CS35L41 EXPORT_SYMBOL_GPL 0xc2564452 cs35l41_hda_pm_ops sound/pci/hda/snd-hda-scodec-cs35l41 +SND_HDA_SCODEC_CS35L41 EXPORT_SYMBOL_GPL 0xccae78f1 cs35l41_hda_remove sound/pci/hda/snd-hda-scodec-cs35l41 +SND_INTEL_SOUNDWIRE_ACPI EXPORT_SYMBOL 0xbb4f9d1f sdw_intel_acpi_scan sound/hda/snd-intel-sdw-acpi +SND_SOC_CS35L45 EXPORT_SYMBOL_GPL 0x1a8ee82d cs35l45_remove sound/soc/codecs/snd-soc-cs35l45 +SND_SOC_CS35L45 EXPORT_SYMBOL_GPL 0x392dcf07 cs35l45_probe sound/soc/codecs/snd-soc-cs35l45 +SND_SOC_CS35L45 EXPORT_SYMBOL_GPL 0x399d9331 cs35l45_pm_ops sound/soc/codecs/snd-soc-cs35l45 +SND_SOC_CS35L45_TABLES EXPORT_SYMBOL_GPL 0x2aad14df cs35l45_spi_regmap sound/soc/codecs/snd-soc-cs35l45-tables +SND_SOC_CS35L45_TABLES EXPORT_SYMBOL_GPL 0x3431c8ad cs35l45_get_clk_freq_id sound/soc/codecs/snd-soc-cs35l45-tables +SND_SOC_CS35L45_TABLES EXPORT_SYMBOL_GPL 0x6995d593 cs35l45_i2c_regmap sound/soc/codecs/snd-soc-cs35l45-tables +SND_SOC_CS35L45_TABLES EXPORT_SYMBOL_GPL 0x6a59dd07 cs35l45_apply_patch sound/soc/codecs/snd-soc-cs35l45-tables +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0x0bc4ef72 cs42l42_readable_register sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0x2c585a03 cs42l42_suspend sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0x4c035a36 cs42l42_regmap sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0x82321c9d cs42l42_volatile_register sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0x97d70068 cs42l42_resume sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0xa2feadde cs42l42_init sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0xb9adf4cf cs42l42_dai 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 0xcdef23e8 cs42l42_resume_restore sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0xd2429bee cs42l42_soc_component sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0xd7cf9240 cs42l42_common_probe sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0xe2bb23f1 cs42l42_common_remove sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_SOF_XTENSA EXPORT_SYMBOL 0xced8d5f6 sof_xtensa_arch_ops sound/soc/sof/xtensa/snd-sof-xtensa-dsp +SOUNDWIRE_INTEL EXPORT_SYMBOL 0xb530c6d6 sdw_intel_cnl_hw_ops drivers/soundwire/soundwire-intel +SOUNDWIRE_INTEL_INIT EXPORT_SYMBOL 0x2b97cb7a sdw_intel_exit drivers/soundwire/soundwire-intel +SOUNDWIRE_INTEL_INIT EXPORT_SYMBOL 0x64b9e69c 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 0xb1bbdecc sdw_intel_probe drivers/soundwire/soundwire-intel +SOUNDWIRE_INTEL_INIT EXPORT_SYMBOL 0xc34a7312 sdw_intel_process_wakeen_event drivers/soundwire/soundwire-intel +SPI_DW_CORE EXPORT_SYMBOL_GPL 0x27602e2f dw_spi_remove_host drivers/spi/spi-dw +SPI_DW_CORE EXPORT_SYMBOL_GPL 0x45f696d9 dw_spi_resume_host drivers/spi/spi-dw +SPI_DW_CORE EXPORT_SYMBOL_GPL 0x5fdcb9d5 dw_spi_dma_setup_generic drivers/spi/spi-dw +SPI_DW_CORE EXPORT_SYMBOL_GPL 0x8d9a65a6 dw_spi_update_config drivers/spi/spi-dw +SPI_DW_CORE EXPORT_SYMBOL_GPL 0xc03b781f dw_spi_set_cs drivers/spi/spi-dw +SPI_DW_CORE EXPORT_SYMBOL_GPL 0xca2788ca dw_spi_add_host drivers/spi/spi-dw +SPI_DW_CORE EXPORT_SYMBOL_GPL 0xe3303123 dw_spi_dma_setup_mfld drivers/spi/spi-dw +SPI_DW_CORE EXPORT_SYMBOL_GPL 0xf7d79f43 dw_spi_suspend_host drivers/spi/spi-dw +SPI_DW_CORE EXPORT_SYMBOL_GPL 0xfd0ecf9e dw_spi_check_status 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 0x2fb48da0 ccu_helper_wait_for_lock 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 0x62a9683b ccu_pll_notifier_register vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0x6668446b ccu_phase_ops vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0x6f09da2c devm_sunxi_ccu_probe vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0x7279ee3e ccu_mult_ops vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0x831d58e6 ccu_gate_ops vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0x844f1c47 ccu_mux_helper_set_parent vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0x8a845fdb ccu_nk_ops vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0x8bdea961 ccu_nkm_ops vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0x8e63463a ccu_frac_helper_has_rate vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0x923edf17 ccu_sdm_helper_read_rate vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0x976fa968 ccu_mp_mmc_ops vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0x98224ec7 ccu_reset_ops vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0xad1062ab ccu_gate_helper_disable vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0xba365240 ccu_sdm_helper_get_factors vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0xbdb5d83e ccu_mux_helper_determine_rate vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0xc4608f36 ccu_mux_helper_apply_prediv vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0xce9edc4f ccu_frac_helper_disable vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0xd050ca65 ccu_sdm_helper_has_rate vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0xd27db71e ccu_mp_ops vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0xe49056d8 ccu_div_ops vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0xe70cc090 ccu_frac_helper_enable vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0xeb47a9b9 ccu_frac_helper_set_rate vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0xf66eb443 ccu_gate_helper_is_enabled vmlinux +TEST_FIRMWARE EXPORT_SYMBOL_GPL 0x3dce036c firmware_request_builtin vmlinux +USB_STORAGE EXPORT_SYMBOL_GPL 0x06fa2d07 usb_stor_resume drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x0ffa91e0 usb_stor_Bulk_transport drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x11210141 fill_inquiry_response drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x136ce405 usb_stor_control_msg drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x1b65369e usb_stor_pre_reset drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x1bc3edc2 usb_stor_sense_invalidCDB drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x1d80e27e usb_stor_post_reset drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x1de179ae usb_stor_adjust_quirks drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x2c312e4e usb_stor_ctrl_transfer drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x39428792 usb_stor_Bulk_reset drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x3d5cee5b usb_stor_host_template_init drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x41d91f8a usb_stor_bulk_transfer_buf drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x4b681197 usb_stor_suspend drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x4fea09da usb_stor_probe2 drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x7b6f11c0 usb_stor_CB_transport drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x8e2ca098 usb_stor_clear_halt drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x93a0f345 usb_stor_reset_resume drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x94b242f9 usb_stor_probe1 drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xd5682c41 usb_stor_transparent_scsi_command drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xd868fb0b usb_stor_access_xfer_buf drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xe4d80761 usb_stor_set_xfer_buf drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xe506a027 usb_stor_disconnect drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xe5532db5 usb_stor_bulk_transfer_sg drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xf688321c usb_stor_CB_reset drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xff4c0ae4 usb_stor_bulk_srb drivers/usb/storage/usb-storage --- linux-lowlatency-hwe-6.2-6.2.0.orig/debian.lowlatency-hwe-6.2/abi/arm64/lowlatency-64k +++ linux-lowlatency-hwe-6.2-6.2.0/debian.lowlatency-hwe-6.2/abi/arm64/lowlatency-64k @@ -0,0 +1,28055 @@ +ACPI EXPORT_SYMBOL_GPL 0xa6af1390 acpi_table_parse_cedt vmlinux +BRCMFMAC EXPORT_SYMBOL_GPL 0x37585241 brcmf_fwvid_register_vendor drivers/net/wireless/broadcom/brcm80211/brcmfmac/brcmfmac +BRCMFMAC EXPORT_SYMBOL_GPL 0xaa594f39 brcmf_fwvid_unregister_vendor drivers/net/wireless/broadcom/brcm80211/brcmfmac/brcmfmac +COUNTER EXPORT_SYMBOL_GPL 0x186405a1 counter_priv drivers/counter/counter +COUNTER EXPORT_SYMBOL_GPL 0x489785c6 counter_unregister drivers/counter/counter +COUNTER EXPORT_SYMBOL_GPL 0x6e3c138e counter_add drivers/counter/counter +COUNTER EXPORT_SYMBOL_GPL 0x8581d448 devm_counter_alloc drivers/counter/counter +COUNTER EXPORT_SYMBOL_GPL 0x9b946a19 counter_put drivers/counter/counter +COUNTER EXPORT_SYMBOL_GPL 0xac855d86 devm_counter_add drivers/counter/counter +COUNTER EXPORT_SYMBOL_GPL 0xba6570f2 counter_alloc drivers/counter/counter +COUNTER EXPORT_SYMBOL_GPL 0xc9b83c1b counter_push_event drivers/counter/counter +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0x106adcbb otx2_cptlf_set_irqs_affinity drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0x139082f4 otx2_cpt_add_write_af_reg drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0x15e4decd cn10k_cptpf_lmtst_init drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0x372e426a otx2_cpt_msix_offset_msg drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0x3ac76657 otx2_cpt_send_mbox_msg drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0x54fd9697 otx2_cptlf_register_interrupts drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0x95009b8e otx2_cpt_write_af_reg drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0xa19975e1 otx2_cptlf_free_irqs_affinity drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0xa95e80b9 otx2_cpt_detach_rsrcs_msg drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0xb174e76d otx2_cptlf_unregister_interrupts drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0xc57cd9b5 otx2_cptlf_init drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0xd7ec2577 otx2_cptlf_shutdown drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0xd9ad5c1a otx2_cpt_send_ready_msg drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0xe0748427 cn10k_cptvf_lmtst_init drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0xe8569ed9 otx2_cpt_sync_mbox_msg drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0xea7949a7 otx2_cpt_send_af_reg_requests drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0xfd7ae9f2 otx2_cpt_read_af_reg drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_INTERNAL EXPORT_SYMBOL_GPL 0x81ca905a crypto_cipher_decrypt_one vmlinux +CRYPTO_INTERNAL EXPORT_SYMBOL_GPL 0xab8d1fab crypto_cipher_encrypt_one vmlinux +CRYPTO_INTERNAL EXPORT_SYMBOL_GPL 0xbc20adf6 crypto_cipher_setkey vmlinux +CXL EXPORT_SYMBOL_GPL 0x011c8148 find_cxl_root drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x02539d64 __cxl_driver_register drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x055c6ee3 cxl_mem_active_inc vmlinux +CXL EXPORT_SYMBOL_GPL 0x07b66861 is_cxl_pmem_region drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x0b3eb3ae devm_cxl_enumerate_ports drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x0c68a085 cxl_dev_state_identify drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x0e5f3d1e cxl_map_component_regs drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x1921ddaf is_cxl_port drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x1b7fa824 cxl_rcrb_to_component drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x1c65f3f5 devm_cxl_setup_hdm drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x247339af cxl_find_nvdimm_bridge drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x2aa158ab cxl_debugfs_create_dir drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x2d25f15f devm_cxl_register_pci_bus drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x2d620cef is_cxl_nvdimm_bridge drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x2f2fceaa devm_cxl_add_rch_dport drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x30cc72b5 cxl_find_regblock drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x33a931ae cxl_root_decoder_alloc drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x33e2aa93 cxl_mem_active_dec vmlinux +CXL EXPORT_SYMBOL_GPL 0x3b9fb81f cxl_map_device_regs drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x3fd78e58 cxl_endpoint_decoder_alloc drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x45378b3d devm_cxl_enumerate_decoders drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x458e9515 clear_exclusive_cxl_commands drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x473a7741 to_cxl_pmem_region drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x546eb919 schedule_cxl_memdev_detach drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x55385153 cxl_hb_modulo drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x6252db9d to_cxl_port drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x632c9ba1 cxl_driver_unregister drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x669b5d8e to_cxl_nvdimm drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x67df27ca cxl_dpa_debug drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x6914c875 to_cxl_nvdimm_bridge drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x6cc9eae9 to_cxl_root_decoder drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x701bbaad cxl_bus_rescan drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x71c1915b is_cxl_memdev drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x72f06a00 cxl_endpoint_autoremove drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x7c10d360 cxl_hdm_decode_init drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x7fa19cc4 alloc_free_mem_region vmlinux +CXL EXPORT_SYMBOL_GPL 0x8163ff68 cxl_enumerate_cmds drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x828265e3 is_cxl_region drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x84b45156 insert_resource_expand_to_fit vmlinux +CXL EXPORT_SYMBOL_GPL 0x8e753376 cxl_probe_device_regs drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x92a65a88 cxl_mem_create_range_info drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x95eba615 devm_cxl_port_enumerate_dports drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x98628ac8 cxl_bus_drain drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x9cfbb6db cxl_decoder_add_locked drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xa1dc1553 to_cxl_endpoint_decoder drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xa69786ea devm_cxl_add_nvdimm drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xa9f62a5b cxl_dev_state_create drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xafeb873a cxl_mem_find_port drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xb77548d1 cxl_probe_component_regs drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xba2121e8 devm_cxl_add_port drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xbbd10086 cxl_await_media_ready drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xc48635c2 is_cxl_nvdimm drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xc6201f8b devm_cxl_add_nvdimm_bridge drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xc775b2f5 cxl_internal_send_cmd drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xca511e6e set_exclusive_cxl_commands drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xcc14b5cb is_root_decoder drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xce909254 cxl_switch_decoder_alloc drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xd35df93e cxl_decoder_autoremove drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xde41fcb3 read_cdat_data drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xe09f70fa cxl_bus_type drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xe4920d44 devm_cxl_add_dport drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xe5dcbc47 to_cxl_decoder drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xebd77611 cxl_decoder_add drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xf2a8feae devm_cxl_add_memdev drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xf83aff29 cxl_port_to_pci_bus drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xfa8696e5 devm_cxl_add_passthrough_decoder drivers/cxl/core/cxl_core +DMA_BUF EXPORT_SYMBOL_GPL 0x07cbd4aa dma_buf_vunmap_unlocked vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x0b1c89c1 dma_buf_vunmap vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x217ddd52 dma_buf_attach vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x26edb9d0 dma_buf_pin vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x294efa33 dma_buf_end_cpu_access vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x29d46297 dma_buf_put vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x31016ea6 dma_buf_map_attachment vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x43affbcc dma_buf_export vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x442a516b dma_buf_unmap_attachment vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x4e5c7af8 dma_buf_unmap_attachment_unlocked vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x68c0f910 dma_buf_begin_cpu_access vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x6baee7ce dma_buf_unpin vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x730e436e dma_buf_vmap vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0xa0c96e81 dma_buf_dynamic_attach vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0xc080c023 dma_buf_vmap_unlocked vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0xcdcfe595 dma_buf_fd vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0xd11bd913 dma_buf_map_attachment_unlocked vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0xd2242a8d dma_buf_get vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0xd710cb70 dma_buf_detach vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0xd74b221b dma_buf_mmap vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0xeac95927 dma_buf_move_notify 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 0xefc77711 efivar_set_variable_locked vmlinux +EXPORT_SYMBOL arch/arm64/crypto/aes-ce-cipher 0x68f275ad ce_aes_expandkey +EXPORT_SYMBOL arch/arm64/crypto/aes-ce-cipher 0xd2c23732 ce_aes_setkey +EXPORT_SYMBOL arch/arm64/crypto/aes-neon-blk 0x52d67a4e neon_aes_cbc_encrypt +EXPORT_SYMBOL arch/arm64/crypto/aes-neon-blk 0xb8c706a6 neon_aes_ctr_encrypt +EXPORT_SYMBOL arch/arm64/crypto/aes-neon-blk 0xd5f41819 neon_aes_ecb_encrypt +EXPORT_SYMBOL arch/arm64/crypto/aes-neon-blk 0xea11590c neon_aes_xts_encrypt +EXPORT_SYMBOL arch/arm64/crypto/aes-neon-blk 0xefc32a9b neon_aes_xts_decrypt +EXPORT_SYMBOL arch/arm64/crypto/chacha-neon 0x220b49ab chacha_crypt_arch +EXPORT_SYMBOL arch/arm64/crypto/chacha-neon 0xdc94f829 chacha_init_arch +EXPORT_SYMBOL arch/arm64/crypto/chacha-neon 0xdd8ec6bd hchacha_block_arch +EXPORT_SYMBOL arch/arm64/crypto/poly1305-neon 0x1c3e6e5b poly1305_init_arch +EXPORT_SYMBOL arch/arm64/crypto/poly1305-neon 0x6ddf27bc poly1305_update_arch +EXPORT_SYMBOL arch/arm64/crypto/poly1305-neon 0xf39f5240 poly1305_final_arch +EXPORT_SYMBOL arch/arm64/crypto/sha256-arm64 0xb455924d sha256_block_data_order +EXPORT_SYMBOL arch/arm64/crypto/sha512-arm64 0x6402c8df sha512_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 0x091b0e1c crypto_nhpoly1305_final +EXPORT_SYMBOL crypto/nhpoly1305 0x8554b7b9 crypto_nhpoly1305_update +EXPORT_SYMBOL crypto/nhpoly1305 0xcd7211c8 crypto_nhpoly1305_setkey +EXPORT_SYMBOL crypto/nhpoly1305 0xe7425a40 crypto_nhpoly1305_update_helper +EXPORT_SYMBOL crypto/nhpoly1305 0xf14a196a crypto_nhpoly1305_init +EXPORT_SYMBOL crypto/nhpoly1305 0xfbca9e2f crypto_nhpoly1305_final_helper +EXPORT_SYMBOL crypto/sha3_generic 0x1f6601ba crypto_sha3_update +EXPORT_SYMBOL crypto/sha3_generic 0x428c6a57 crypto_sha3_init +EXPORT_SYMBOL crypto/sha3_generic 0x5a850d6b crypto_sha3_final +EXPORT_SYMBOL crypto/sm2_generic 0x77d40688 sm2_compute_z_digest +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 0x0fcbbe03 acpi_video_get_edid +EXPORT_SYMBOL drivers/acpi/video 0x103735ba acpi_video_report_nolcd +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 0xb201fa4f acpi_video_get_levels +EXPORT_SYMBOL drivers/atm/suni 0x6acc1439 suni_init +EXPORT_SYMBOL drivers/bcma/bcma 0xa374117f bcma_core_irq +EXPORT_SYMBOL drivers/bcma/bcma 0xd638b851 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/block/paride/paride 0x0c059543 pi_write_block +EXPORT_SYMBOL drivers/block/paride/paride 0x254eae17 pi_write_regr +EXPORT_SYMBOL drivers/block/paride/paride 0x34e61409 pi_init +EXPORT_SYMBOL drivers/block/paride/paride 0x3676ca46 paride_register +EXPORT_SYMBOL drivers/block/paride/paride 0x3ac82ea4 paride_unregister +EXPORT_SYMBOL drivers/block/paride/paride 0x4267110a pi_register_driver +EXPORT_SYMBOL drivers/block/paride/paride 0x461a4a2c pi_do_claimed +EXPORT_SYMBOL drivers/block/paride/paride 0x73323b15 pi_schedule_claimed +EXPORT_SYMBOL drivers/block/paride/paride 0x7ee1ef46 pi_read_regr +EXPORT_SYMBOL drivers/block/paride/paride 0x7f3d3030 pi_read_block +EXPORT_SYMBOL drivers/block/paride/paride 0xae2eba20 pi_disconnect +EXPORT_SYMBOL drivers/block/paride/paride 0xb21ba07d pi_unregister_driver +EXPORT_SYMBOL drivers/block/paride/paride 0xdbf5a7a9 pi_connect +EXPORT_SYMBOL drivers/block/paride/paride 0xf1bf12b9 pi_release +EXPORT_SYMBOL drivers/bluetooth/btbcm 0x3407ee76 btbcm_patchram +EXPORT_SYMBOL drivers/bluetooth/btrsi 0x42c5ff01 rsi_bt_ops +EXPORT_SYMBOL drivers/bus/mhi/host/mhi 0x82e319b5 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 0x6561ae9b ipmi_smi_watcher_register +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x67369b42 ipmi_addr_src_to_str +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x6f5b7dfb ipmi_add_smi +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 0x8a771b61 ipmi_smi_watcher_unregister +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x8f9835ff ipmi_get_smi_info +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x96a6e5e8 ipmi_smi_msg_received +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xaca90ebd ipmi_request_supply_msgs +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xae71627d ipmi_create_user +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xd54a5050 ipmi_unregister_for_cmd +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xe4330a39 ipmi_unregister_smi +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xe4f4665b ipmi_validate_addr +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xe98c507d ipmb_checksum +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xec1c2a90 ipmi_get_my_address +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xf388b18b ipmi_destroy_user +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xf5531bea ipmi_poll_interface +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xfaaa4831 ipmi_set_my_address +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xfe0f2369 ipmi_get_maintenance_mode +EXPORT_SYMBOL drivers/char/ipmi/kcs_bmc 0x0a8b205d kcs_bmc_unregister_driver +EXPORT_SYMBOL drivers/char/ipmi/kcs_bmc 0x0ddab583 kcs_bmc_write_status +EXPORT_SYMBOL drivers/char/ipmi/kcs_bmc 0x1b9e73d1 kcs_bmc_read_status +EXPORT_SYMBOL drivers/char/ipmi/kcs_bmc 0x59614928 kcs_bmc_register_driver +EXPORT_SYMBOL drivers/char/ipmi/kcs_bmc 0x5d6b67a5 kcs_bmc_write_data +EXPORT_SYMBOL drivers/char/ipmi/kcs_bmc 0x6b848728 kcs_bmc_add_device +EXPORT_SYMBOL drivers/char/ipmi/kcs_bmc 0xaaf3a6fa kcs_bmc_read_data +EXPORT_SYMBOL drivers/char/ipmi/kcs_bmc 0xba4d1100 kcs_bmc_update_event_mask +EXPORT_SYMBOL drivers/char/ipmi/kcs_bmc 0xc59ee57d kcs_bmc_disable_device +EXPORT_SYMBOL drivers/char/ipmi/kcs_bmc 0xd4a85250 kcs_bmc_update_status +EXPORT_SYMBOL drivers/char/ipmi/kcs_bmc 0xdea2cafa kcs_bmc_enable_device +EXPORT_SYMBOL drivers/char/ipmi/kcs_bmc 0xeda12546 kcs_bmc_handle_event +EXPORT_SYMBOL drivers/char/ipmi/kcs_bmc 0xf040b463 kcs_bmc_remove_device +EXPORT_SYMBOL drivers/char/tpm/st33zp24/tpm_st33zp24 0x3ced61bb st33zp24_pm_suspend +EXPORT_SYMBOL drivers/char/tpm/st33zp24/tpm_st33zp24 0x913fabd3 st33zp24_remove +EXPORT_SYMBOL drivers/char/tpm/st33zp24/tpm_st33zp24 0xd84e7474 st33zp24_probe +EXPORT_SYMBOL drivers/char/tpm/st33zp24/tpm_st33zp24 0xf9e461f1 st33zp24_pm_resume +EXPORT_SYMBOL drivers/char/xillybus/xillybus_class 0x185a1812 xillybus_find_inode +EXPORT_SYMBOL drivers/char/xillybus/xillybus_class 0xbb0f0ff7 xillybus_cleanup_chrdev +EXPORT_SYMBOL drivers/char/xillybus/xillybus_class 0xd26a3d36 xillybus_init_chrdev +EXPORT_SYMBOL drivers/char/xillybus/xillybus_core 0x25978d50 xillybus_isr +EXPORT_SYMBOL drivers/char/xillybus/xillybus_core 0x2bba2256 xillybus_init_endpoint +EXPORT_SYMBOL drivers/char/xillybus/xillybus_core 0x512e2650 xillybus_endpoint_remove +EXPORT_SYMBOL drivers/char/xillybus/xillybus_core 0x9ba5f6f6 xillybus_endpoint_discovery +EXPORT_SYMBOL drivers/crypto/atmel-i2c 0x473edd8a atmel_i2c_send_receive +EXPORT_SYMBOL drivers/crypto/atmel-i2c 0x48b3e61e 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 0xe362f302 atmel_i2c_enqueue +EXPORT_SYMBOL drivers/crypto/atmel-i2c 0xf283e995 atmel_i2c_init_random_cmd +EXPORT_SYMBOL drivers/crypto/caam/caam 0x047f1ad6 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 0x3a317c03 caam_drv_ctx_init +EXPORT_SYMBOL drivers/crypto/caam/caam 0x44ae4bc4 qi_cache_free +EXPORT_SYMBOL drivers/crypto/caam/caam 0x4e57c20d caam_qi_enqueue +EXPORT_SYMBOL drivers/crypto/caam/caam 0x96f0c195 caam_drv_ctx_rel +EXPORT_SYMBOL drivers/crypto/caam/caam 0xc0eaa792 qi_cache_alloc +EXPORT_SYMBOL drivers/crypto/caam/caam_jr 0x30946b23 gen_split_key +EXPORT_SYMBOL drivers/crypto/caam/caam_jr 0x49651fca caam_jr_free +EXPORT_SYMBOL drivers/crypto/caam/caam_jr 0x8dfff55e caam_jr_enqueue +EXPORT_SYMBOL drivers/crypto/caam/caam_jr 0xae6d0b3f split_key_done +EXPORT_SYMBOL drivers/crypto/caam/caam_jr 0xd80aa5c6 caam_jr_alloc +EXPORT_SYMBOL drivers/crypto/caam/caamalg_desc 0x2e152bb7 cnstr_shdsc_xts_skcipher_encap +EXPORT_SYMBOL drivers/crypto/caam/caamalg_desc 0x3b54a9ad cnstr_shdsc_aead_decap +EXPORT_SYMBOL drivers/crypto/caam/caamalg_desc 0x76a68e3e cnstr_shdsc_chachapoly +EXPORT_SYMBOL drivers/crypto/caam/caamalg_desc 0x7b0c587f cnstr_shdsc_rfc4543_decap +EXPORT_SYMBOL drivers/crypto/caam/caamalg_desc 0x7b7bcab8 cnstr_shdsc_rfc4543_encap +EXPORT_SYMBOL drivers/crypto/caam/caamalg_desc 0x86bcdec7 cnstr_shdsc_xts_skcipher_decap +EXPORT_SYMBOL drivers/crypto/caam/caamalg_desc 0x88430d4c cnstr_shdsc_aead_null_encap +EXPORT_SYMBOL drivers/crypto/caam/caamalg_desc 0x91ac0969 cnstr_shdsc_aead_encap +EXPORT_SYMBOL drivers/crypto/caam/caamalg_desc 0xa3115081 cnstr_shdsc_skcipher_decap +EXPORT_SYMBOL drivers/crypto/caam/caamalg_desc 0xa340e264 cnstr_shdsc_aead_givencap +EXPORT_SYMBOL drivers/crypto/caam/caamalg_desc 0xa99d7fa6 cnstr_shdsc_aead_null_decap +EXPORT_SYMBOL drivers/crypto/caam/caamalg_desc 0xebcdd349 cnstr_shdsc_skcipher_encap +EXPORT_SYMBOL drivers/crypto/caam/caamalg_desc 0xf92c5da5 cnstr_shdsc_gcm_decap +EXPORT_SYMBOL drivers/crypto/caam/caamalg_desc 0xf95bcf62 cnstr_shdsc_gcm_encap +EXPORT_SYMBOL drivers/crypto/caam/caamalg_desc 0xfd807e48 cnstr_shdsc_rfc4106_decap +EXPORT_SYMBOL drivers/crypto/caam/caamalg_desc 0xfdf7ec8f cnstr_shdsc_rfc4106_encap +EXPORT_SYMBOL drivers/crypto/caam/caamhash_desc 0x30a1e372 cnstr_shdsc_sk_hash +EXPORT_SYMBOL drivers/crypto/caam/caamhash_desc 0xb5571dbf cnstr_shdsc_ahash +EXPORT_SYMBOL drivers/crypto/caam/dpaa2_caam 0x4af7a467 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 0x809fa110 caam_strstatus +EXPORT_SYMBOL drivers/crypto/caam/error 0xa51f16c7 caam_little_end +EXPORT_SYMBOL drivers/crypto/caam/error 0xbd67c092 caam_imx +EXPORT_SYMBOL drivers/dma/xilinx/xilinx_dma 0xe5f4d1f3 xilinx_vdma_channel_set_config +EXPORT_SYMBOL drivers/firewire/firewire-core 0x0bc6094c fw_core_remove_descriptor +EXPORT_SYMBOL drivers/firewire/firewire-core 0x0ccaf8a0 fw_iso_context_destroy +EXPORT_SYMBOL drivers/firewire/firewire-core 0x0d4c4cff fw_card_initialize +EXPORT_SYMBOL drivers/firewire/firewire-core 0x0e257ad6 fw_core_handle_response +EXPORT_SYMBOL drivers/firewire/firewire-core 0x135026f7 fw_core_remove_card +EXPORT_SYMBOL drivers/firewire/firewire-core 0x2327a95b fw_iso_context_create +EXPORT_SYMBOL drivers/firewire/firewire-core 0x23e00165 fw_bus_type +EXPORT_SYMBOL drivers/firewire/firewire-core 0x271896d9 fw_device_enable_phys_dma +EXPORT_SYMBOL drivers/firewire/firewire-core 0x2885fec5 fw_get_request_speed +EXPORT_SYMBOL drivers/firewire/firewire-core 0x2ea2c984 fw_cancel_transaction +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 0x46402054 fw_iso_resource_manage +EXPORT_SYMBOL drivers/firewire/firewire-core 0x4b82aa1f fw_iso_context_start +EXPORT_SYMBOL drivers/firewire/firewire-core 0x4f6dbb20 fw_iso_buffer_init +EXPORT_SYMBOL drivers/firewire/firewire-core 0x5ec0af1a fw_core_handle_bus_reset +EXPORT_SYMBOL drivers/firewire/firewire-core 0x6ba43dda fw_schedule_bus_reset +EXPORT_SYMBOL drivers/firewire/firewire-core 0x6dc50487 fw_csr_string +EXPORT_SYMBOL drivers/firewire/firewire-core 0x72404ef7 fw_iso_buffer_destroy +EXPORT_SYMBOL drivers/firewire/firewire-core 0x763ea044 fw_core_handle_request +EXPORT_SYMBOL drivers/firewire/firewire-core 0x7d53fdb0 fw_fill_response +EXPORT_SYMBOL drivers/firewire/firewire-core 0x8228f104 fw_core_remove_address_handler +EXPORT_SYMBOL drivers/firewire/firewire-core 0x86468d44 fw_rcode_string +EXPORT_SYMBOL drivers/firewire/firewire-core 0x905d9684 fw_iso_context_flush_completions +EXPORT_SYMBOL drivers/firewire/firewire-core 0x909241d1 fw_send_response +EXPORT_SYMBOL drivers/firewire/firewire-core 0xaedf84ce fw_high_memory_region +EXPORT_SYMBOL drivers/firewire/firewire-core 0xc7ce5f6c fw_run_transaction +EXPORT_SYMBOL drivers/firewire/firewire-core 0xcf8a5aa1 fw_core_add_address_handler +EXPORT_SYMBOL drivers/firewire/firewire-core 0xdf10f2af fw_card_add +EXPORT_SYMBOL drivers/firewire/firewire-core 0xe0976012 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 0xf11241f1 fw_iso_context_stop +EXPORT_SYMBOL drivers/firewire/firewire-core 0xfbb0b9dc fw_send_request +EXPORT_SYMBOL drivers/firewire/firewire-core 0xff522d4b fw_iso_context_queue +EXPORT_SYMBOL drivers/firmware/imx/imx-dsp 0x89f0d07d imx_dsp_request_channel +EXPORT_SYMBOL drivers/firmware/imx/imx-dsp 0x90a85b29 imx_dsp_free_channel +EXPORT_SYMBOL drivers/firmware/imx/imx-dsp 0xe3032aff imx_dsp_ring_doorbell +EXPORT_SYMBOL drivers/fpga/dfl 0x43cbf8b9 __dfl_driver_register +EXPORT_SYMBOL drivers/fpga/dfl 0x90fc3079 dfl_driver_unregister +EXPORT_SYMBOL drivers/fpga/lattice-sysconfig 0xe1ddf2f9 sysconfig_probe +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x00551b99 drm_hdmi_infoframe_set_hdr_metadata +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x017827c6 drm_dp_read_lttpr_common_caps +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 0x06c49551 drm_dp_dsc_sink_line_buf_depth +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x098c2a1a drm_dp_mst_hpd_irq_handle_event +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x09f0236e drm_dp_read_downstream_info +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x0adc181e drm_dp_mst_atomic_check +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x0b3f1219 drm_dp_pcon_pps_override_buf +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x0b4a71e9 drm_dp_128b132b_read_aux_rd_interval +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x0c538efc drm_dp_link_train_channel_eq_delay +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x0dbddf33 drm_dp_cec_set_edid +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x14f673ac drm_dp_remote_aux_init +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x151bf612 drm_hdmi_avi_infoframe_colorimetry +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x15dbc34c drm_dp_set_subconnector_property +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 0x16623ba3 drm_dp_link_train_clock_recovery_delay +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x1709ddcf drm_dp_lttpr_link_train_clock_recovery_delay +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x1a5bf3ca drm_dsc_dp_rc_buffer_size +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x1b0a1fdc drm_dp_lttpr_voltage_swing_level_3_supported +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x1f64c12c drm_dp_mst_topology_mgr_resume +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x21a4dbcc drm_scdc_set_scrambling +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x22ff415f drm_dp_read_lttpr_phy_caps +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x23961837 drm_dp_downstream_max_bpc +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x2604dc92 drm_hdmi_avi_infoframe_bars +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 0x29b611e3 drm_dp_dpcd_read_phy_link_status +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 0x307e9234 drm_connector_attach_content_protection_property +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x346b9c6e drm_hdcp_update_content_protection +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x37192af6 drm_dp_atomic_release_time_slots +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x37bb7722 drm_dp_dpcd_read +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x38229b16 drm_dp_dual_mode_write +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x392a838b drm_dp_downstream_max_dotclock +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x396490d0 drm_dp_check_act_status +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x3a2fc420 drm_dp_pcon_convert_rgb_to_ycbcr +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x3a8063f3 drm_dp_dsc_sink_supported_input_bpcs +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x3e257522 drm_dp_mst_atomic_wait_for_dependencies +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x3e6f1ab1 drm_dp_pcon_pps_override_param +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x4055da40 drm_dp_mst_detect_port +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x40e66ddc drm_dp_pcon_frl_prepare +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x445f2d6d drm_lspcon_set_mode +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x4518119e drm_dp_pcon_frl_enable +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x45ce7407 drm_atomic_get_old_mst_topology_state +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 0x49f19970 drm_dp_read_sink_count_cap +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x4b33a456 drm_dp_send_query_stream_enc_status +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x4d44e16a drm_dp_dpcd_read_link_status +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x502aa344 drm_dp_downstream_debug +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x50fac07f drm_dp_mst_atomic_enable_dsc +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x514592d1 drm_dp_dual_mode_get_tmds_output +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x5153fafa drm_dp_cec_unset_edid +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x515e591a drm_dp_pcon_pps_default +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x5172e417 drm_edp_backlight_init +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x5407ae9e drm_dp_get_dual_mode_type_name +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x54ce0c94 drm_atomic_get_mst_payload_state +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 0x5992e738 drm_panel_dp_aux_backlight +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 0x5a827529 drm_edp_backlight_enable +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x5a86f411 drm_dp_phy_name +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x5c7728fc drm_dp_aux_unregister +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x5e47737c drm_dp_add_payload_part1 +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 0x65e98d5b drm_dp_cec_unregister_connector +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x6615069e drm_dp_dsc_sink_max_slice_count +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x67b92e91 drm_scdc_read +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x68a14fdd drm_dp_mst_topology_mgr_suspend +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 0x6b265314 drm_dp_read_mst_cap +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 0x6c29e000 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 0x72490a78 drm_dp_read_sink_count +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x72572a04 drm_dp_downstream_mode +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 0x77b8e8ef drm_dp_mst_connector_early_unregister +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x85789395 drm_dp_aux_register +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x884c4dc7 drm_dp_dual_mode_detect +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 0x8e8fb3e3 drm_dp_mst_update_slots +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x90a6fb89 drm_dp_send_power_updown_phy +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 0x994baf2b drm_dp_add_payload_part2 +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x9c6aa8c0 drm_edp_backlight_set_level +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x9e9d11b3 drm_dp_mst_root_conn_atomic_check +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x9f48d508 drm_lspcon_get_mode +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x9fdb1a8b drm_dp_read_clock_recovery_delay +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xa1fefe6a drm_dp_psr_setup_time +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xa22780f2 drm_hdmi_avi_infoframe_content_type +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xa254c7f1 drm_dp_mst_atomic_setup_commit +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xa6f50af1 drm_dp_pcon_hdmi_link_mode +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xa724a0c8 drm_dp_dpcd_probe +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xa9a5bb3c drm_dp_mst_add_affected_dsc_crtcs +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xa9e64dba drm_dp_dpcd_write +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xad0010fd drm_dp_atomic_find_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 0xb2b038e5 drm_dp_dual_mode_read +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xb9eaad5e drm_atomic_get_new_mst_topology_state +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xbadc843d drm_dp_mst_topology_mgr_init +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xbb64cb18 drm_dp_vsc_sdp_log +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xbb93d204 drm_scdc_get_scrambling_status +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 0xc2d71bf3 drm_dp_cec_register_connector +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xc46b282f drm_dp_mst_get_port_malloc +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xc54a6131 drm_dp_read_desc +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 0xc8d8e3e1 drm_edp_backlight_disable +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xc94fc005 drm_dp_mst_topology_mgr_destroy +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xcc3a7814 drm_dp_get_phy_test_pattern +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 0xcd4ac8ab drm_atomic_get_mst_topology_state +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xd424a56f drm_dp_downstream_id +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xd46b1347 drm_dp_mst_topology_state_funcs +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 0xd611fe27 drm_dp_lttpr_link_train_channel_eq_delay +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xd6c8bf19 drm_dp_pcon_hdmi_frl_link_error_count +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xd7d41f46 drm_dp_set_phy_test_pattern +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xd82f3565 drm_dp_mst_get_edid +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xd896cb11 drm_dp_stop_crc +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xd9a1d379 drm_dp_send_real_edid_checksum +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xdd2b4cd7 drm_dp_pcon_is_frl_ready +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xdf402e67 drm_dp_remove_payload +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xe02549ab drm_dp_pcon_frl_configure_1 +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xe355e748 drm_dp_mst_dsc_aux_for_port +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xe3d98ebe drm_dp_aux_init +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 0xe56bcef0 drm_dp_pcon_hdmi_link_active +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xe646482b drm_dp_start_crc +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xe910a572 drm_scdc_write +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xe930c262 drm_dp_dual_mode_set_tmds_output +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xeafbfb00 drm_dp_mst_dump_topology +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xec09c9bf drm_dp_read_channel_eq_delay +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xedcf81ce drm_dp_channel_eq_ok +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xf29477b2 drm_dp_mst_put_port_malloc +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xf4ab0335 drm_dp_cec_irq +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 0xf8c73143 drm_dp_pcon_reset_frl_config +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xfa4a91a5 drm_dp_get_vc_payload_bw +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xfab0a77f drm_scdc_set_high_tmds_clock_ratio +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xfacc89e7 drm_dp_read_dpcd_caps +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 0xfb88d4b8 drm_dp_mst_topology_mgr_set_mst +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xfcd25b00 drm_dp_pcon_frl_configure_2 +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xfe12bcb9 drm_dsc_compute_rc_parameters +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xff956c09 drm_dp_mst_connector_late_register +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xff9f6ea0 drm_dp_mst_hpd_irq_send_new_request +EXPORT_SYMBOL drivers/gpu/drm/drm 0x003de44b drm_syncobj_add_point +EXPORT_SYMBOL drivers/gpu/drm/drm 0x00a22feb drm_object_attach_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x018a8adc drm_dev_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x01cef118 drm_dev_register +EXPORT_SYMBOL drivers/gpu/drm/drm 0x01d5cc5f drm_framebuffer_unregister_private +EXPORT_SYMBOL drivers/gpu/drm/drm 0x03388f6f drm_privacy_screen_unregister_notifier +EXPORT_SYMBOL drivers/gpu/drm/drm 0x03c63897 __drm_get_edid_firmware_path +EXPORT_SYMBOL drivers/gpu/drm/drm 0x047bc496 drm_atomic_set_mode_prop_for_crtc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x04b074df drm_prime_gem_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0x04c7f64d drm_gem_map_attach +EXPORT_SYMBOL drivers/gpu/drm/drm 0x04d5a391 drm_state_dump +EXPORT_SYMBOL drivers/gpu/drm/drm 0x04dab001 drm_connector_register +EXPORT_SYMBOL drivers/gpu/drm/drm 0x05df9a7f of_drm_find_bridge +EXPORT_SYMBOL drivers/gpu/drm/drm 0x06cf0b25 drm_privacy_screen_register +EXPORT_SYMBOL drivers/gpu/drm/drm 0x07251ef8 drm_mode_probed_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0x07fb449a drm_vma_offset_manager_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0x087ab46e drm_plane_get_damage_clips +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0978c744 drm_edid_override_connector_update +EXPORT_SYMBOL drivers/gpu/drm/drm 0x09b62a49 drm_crtc_vblank_helper_get_vblank_timestamp +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0a72f765 drm_clflush_virt_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0aede790 drm_mode_get_tile_group +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0ce044a3 drm_driver_legacy_fb_format +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0d7e35e2 drm_mode_is_420_only +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0d9b4753 drm_mode_equal +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0dc0c1b6 drm_gem_unlock_reservations +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0eb7f5eb drm_privacy_screen_lookup_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0f1cd14e drm_connector_set_panel_orientation +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0f57a2df drm_compat_ioctl +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 0x10a22f27 drm_dev_enter +EXPORT_SYMBOL drivers/gpu/drm/drm 0x10d7f8fd drm_universal_plane_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x118e0e17 drm_connector_attach_encoder +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1235b0ba drm_add_modes_noedid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x12780f41 drm_connector_attach_content_type_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x12d3e162 drm_warn_on_modeset_not_all_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0x12f6fad6 drm_atomic_get_crtc_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1381ec20 drm_gem_lru_move_tail +EXPORT_SYMBOL drivers/gpu/drm/drm 0x13effa50 drm_mode_object_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1432595b drm_gem_lru_scan +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1665ab2f drm_mode_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0x16756154 drm_open +EXPORT_SYMBOL drivers/gpu/drm/drm 0x170ac576 drm_property_create_signed_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x179640f8 drm_vblank_work_schedule +EXPORT_SYMBOL drivers/gpu/drm/drm 0x17d714a6 drmm_crtc_init_with_planes +EXPORT_SYMBOL drivers/gpu/drm/drm 0x19d66735 drm_ioctl +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1a411479 drm_syncobj_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1b4e5cdc drm_sysfs_connector_status_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1bceafae drm_syncobj_find +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1c3f904a drm_edid_get_panel_id +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1efe1811 drm_mode_create_scaling_mode_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x20303fbf drm_mode_plane_set_obj_prop +EXPORT_SYMBOL drivers/gpu/drm/drm 0x20672f26 __drmm_mutex_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0x20f53096 drm_client_modeset_commit +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2183c08c drm_mm_scan_add_block +EXPORT_SYMBOL drivers/gpu/drm/drm 0x21cd4e8f drm_framebuffer_lookup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2218d7d9 drm_atomic_get_connector_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0x221aa7c8 drm_debugfs_create_files +EXPORT_SYMBOL drivers/gpu/drm/drm 0x22958df7 drm_property_lookup_blob +EXPORT_SYMBOL drivers/gpu/drm/drm 0x23205cac drm_privacy_screen_register_notifier +EXPORT_SYMBOL drivers/gpu/drm/drm 0x247091ac drm_event_cancel_free +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 0x24d2729c drm_color_lut_check +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2513f887 drm_crtc_wait_one_vblank +EXPORT_SYMBOL drivers/gpu/drm/drm 0x25c9cdb0 drm_syncobj_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0x25daad93 __drm_mm_interval_first +EXPORT_SYMBOL drivers/gpu/drm/drm 0x261fc113 drm_gem_mmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x263e3a06 drm_property_replace_global_blob +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2702d417 drm_atomic_state_default_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2754974f drm_atomic_state_clear +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2754dad8 drm_mm_reserve_node +EXPORT_SYMBOL drivers/gpu/drm/drm 0x27c62799 drm_client_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2824fa50 drm_crtc_create_scaling_filter_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x28779e52 drm_printf +EXPORT_SYMBOL drivers/gpu/drm/drm 0x28c0d8b6 drm_connector_attach_edid_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2930803d drm_gem_prime_import_dev +EXPORT_SYMBOL drivers/gpu/drm/drm 0x29e2d4e7 drm_gem_prime_import +EXPORT_SYMBOL drivers/gpu/drm/drm 0x29f078d1 drm_mode_legacy_fb_format +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2a017581 drm_dev_has_vblank +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2a962499 drm_mm_scan_init_with_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2c639027 drm_panel_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2d3b514f drm_crtc_vblank_on +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2dab42e6 drm_atomic_private_obj_fini +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2eabb810 drm_crtc_commit_wait +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2ed3c600 drm_mode_debug_printmodeline +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2f1fc423 drm_panel_disable +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2f476172 drm_privacy_screen_lookup_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2f9ab989 drm_atomic_bridge_chain_pre_enable +EXPORT_SYMBOL drivers/gpu/drm/drm 0x300e7c97 drm_atomic_set_crtc_for_connector +EXPORT_SYMBOL drivers/gpu/drm/drm 0x30408d5e drm_send_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0x30e2791b drm_panel_of_backlight +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3192703e drm_crtc_vblank_waitqueue +EXPORT_SYMBOL drivers/gpu/drm/drm 0x31b8a5e3 __drm_set_edid_firmware_path +EXPORT_SYMBOL drivers/gpu/drm/drm 0x31befebb drmm_encoder_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3269051e drm_of_crtc_port_mask +EXPORT_SYMBOL drivers/gpu/drm/drm 0x32a0cc37 drm_print_bits +EXPORT_SYMBOL drivers/gpu/drm/drm 0x32b42468 drm_atomic_normalize_zpos +EXPORT_SYMBOL drivers/gpu/drm/drm 0x33077f77 drm_mode_duplicate +EXPORT_SYMBOL drivers/gpu/drm/drm 0x34693367 drm_modeset_backoff +EXPORT_SYMBOL drivers/gpu/drm/drm 0x348b0cf7 drm_mode_find_dmt +EXPORT_SYMBOL drivers/gpu/drm/drm 0x35a1c9d6 drm_property_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0x363e3bdc drm_crtc_init_with_planes +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3677b927 drm_mode_object_find +EXPORT_SYMBOL drivers/gpu/drm/drm 0x36a35005 drm_mode_create_tv_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0x36c87930 drm_gem_free_mmap_offset +EXPORT_SYMBOL drivers/gpu/drm/drm 0x37865eb9 drm_connector_attach_tv_margin_properties +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 0x398b45d5 drm_modeset_drop_locks +EXPORT_SYMBOL drivers/gpu/drm/drm 0x39ab6a1d drm_panel_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3a3694f8 drm_connector_attach_max_bpc_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3a81476f drm_crtc_from_index +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3ab87110 drm_mode_equal_no_clocks +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3aef169d drm_atomic_bridge_chain_enable +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3b0e5e9c __drm_puts_coredump +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3b9395e7 drm_atomic_private_obj_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3c22a4d8 drm_vma_offset_manager_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3ca4a88f drm_prime_pages_to_sg +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3cc54582 drm_plane_create_alpha_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3cdc37e9 drm_edid_to_speaker_allocation +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3cf3c1d4 drm_atomic_set_mode_for_crtc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3d06a62a drm_sysfs_connector_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3f0353df drm_gem_object_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3f405489 __drm_printfn_err +EXPORT_SYMBOL drivers/gpu/drm/drm 0x407d74b2 drm_bridge_chain_post_disable +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4111bfc2 drm_modeset_lock_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x417061e6 drm_client_modeset_commit_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0x41a3cf7e drm_gem_dmabuf_vunmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x41c6fdfb drm_hdmi_avi_infoframe_from_display_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x421b8d9d drm_privacy_screen_unregister +EXPORT_SYMBOL drivers/gpu/drm/drm 0x428b307a __drmm_universal_plane_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x42bc7a43 drm_client_buffer_vunmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x42e9fa8e __drmm_add_action +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4403a9c3 drm_mode_get_hv_timing +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4475f9bd drm_file_get_master +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4489a5e9 drm_edid_raw +EXPORT_SYMBOL drivers/gpu/drm/drm 0x44a76aba drm_property_create_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x44ca22ca drm_connector_attach_dp_subconnector_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x44f2d027 drm_modeset_acquire_fini +EXPORT_SYMBOL drivers/gpu/drm/drm 0x453261c5 drm_mode_config_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4575a0ca drm_mode_set_crtcinfo +EXPORT_SYMBOL drivers/gpu/drm/drm 0x47006ec5 drm_writeback_connector_init_with_encoder +EXPORT_SYMBOL drivers/gpu/drm/drm 0x47114952 drm_connector_attach_privacy_screen_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0x47994a49 drm_of_component_probe +EXPORT_SYMBOL drivers/gpu/drm/drm 0x481b14d0 drm_atomic_get_new_connector_for_encoder +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4831da6e drm_vma_offset_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4875e513 drm_gem_dmabuf_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x48c67d1e drm_ioctl_kernel +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4a26a9d4 drm_hdmi_avi_infoframe_quant_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4a35d30d drm_mode_set_name +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4b7ebf95 drm_mm_remove_node +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4bbbf445 drm_crtc_vblank_off +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4bf745d1 drm_print_regset32 +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4c18212d drm_plane_create_color_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4c42be4b drm_client_buffer_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4d07a988 drm_syncobj_get_handle +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4deb6388 devm_drm_bridge_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4e02c342 drm_property_blob_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4e2a621e drm_prime_sg_to_dma_addr_array +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4e416dff drm_crtc_vblank_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4e9b4de9 drm_gem_create_mmap_offset_size +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4f33f38c drm_atomic_get_old_connector_for_encoder +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4f531d05 drm_dev_set_unique +EXPORT_SYMBOL drivers/gpu/drm/drm 0x503b7856 drm_writeback_signal_completion +EXPORT_SYMBOL drivers/gpu/drm/drm 0x50507d3d drm_bridge_chain_mode_set +EXPORT_SYMBOL drivers/gpu/drm/drm 0x50674de7 drm_timeout_abs_to_jiffies +EXPORT_SYMBOL drivers/gpu/drm/drm 0x50bb9d7a drm_gem_prime_mmap +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 0x52c6b2a5 drm_gem_unmap_dma_buf +EXPORT_SYMBOL drivers/gpu/drm/drm 0x52d77943 drm_bridge_attach +EXPORT_SYMBOL drivers/gpu/drm/drm 0x539e0e8c drm_bridge_chain_pre_enable +EXPORT_SYMBOL drivers/gpu/drm/drm 0x53f510f9 drm_handle_vblank +EXPORT_SYMBOL drivers/gpu/drm/drm 0x53fef397 drm_gem_create_mmap_offset +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5440a59a drm_atomic_add_affected_connectors +EXPORT_SYMBOL drivers/gpu/drm/drm 0x544a2598 drm_gem_get_pages +EXPORT_SYMBOL drivers/gpu/drm/drm 0x54e55187 drm_gem_object_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x55eb38da drm_format_info +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5607c580 drm_connector_atomic_hdr_metadata_equal +EXPORT_SYMBOL drivers/gpu/drm/drm 0x56563511 drm_syncobj_find_fence +EXPORT_SYMBOL drivers/gpu/drm/drm 0x56eaa90e drm_mode_crtc_set_gamma_size +EXPORT_SYMBOL drivers/gpu/drm/drm 0x57698a50 drm_mm_takedown +EXPORT_SYMBOL drivers/gpu/drm/drm 0x577414d1 drm_writeback_get_out_fence +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 0x596a272d __devm_drm_dev_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x59c39bc9 drm_connector_list_iter_next +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5a2646a1 drmm_kfree +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5a628f4f drm_property_create_bitmask +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5b492e9b drm_mode_create_tile_group +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5b89f287 drm_edid_connector_update +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5c50f4d1 drm_mode_put_tile_group +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5d1a4e84 drm_connector_update_privacy_screen +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5e1c1d2a drm_gem_vunmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5e8201ab drm_connector_list_iter_begin +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5ec4ec8c drm_mode_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5edaeba0 drm_gem_mmap_obj +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5f7985a5 drm_mm_scan_remove_block +EXPORT_SYMBOL drivers/gpu/drm/drm 0x60caf558 drm_syncobj_get_fd +EXPORT_SYMBOL drivers/gpu/drm/drm 0x63ea9992 __drm_universal_plane_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x64004318 drm_connector_has_possible_encoder +EXPORT_SYMBOL drivers/gpu/drm/drm 0x65702bd6 drm_default_rgb_quant_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x65b89e89 drm_connector_list_update +EXPORT_SYMBOL drivers/gpu/drm/drm 0x65d43ad6 devm_aperture_acquire_from_firmware +EXPORT_SYMBOL drivers/gpu/drm/drm 0x661d2cd9 drm_gem_lru_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0x67026920 drm_is_current_master +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6730b292 drm_atomic_add_encoder_bridges +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6792e9ad drmm_mode_config_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x686219a8 drm_plane_create_zpos_immutable_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x68a4cdce drm_calc_timestamping_constants +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 0x69f14e7f drm_client_register +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6a79ea5a drm_property_blob_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6ac01ea8 drm_edid_to_sad +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6c136c56 drm_privacy_screen_get_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6c76d203 drm_bridge_chain_mode_valid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6cf88d2b drm_plane_create_rotation_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6ed98c7c drm_atomic_set_fb_for_plane +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6f1ee83d drm_client_modeset_probe +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6f276c5c drm_privacy_screen_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6f6a4931 drm_plane_from_index +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6fc6f940 drm_gem_object_lookup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x707ea467 drm_connector_unregister +EXPORT_SYMBOL drivers/gpu/drm/drm 0x70921de6 drm_bridge_chain_enable +EXPORT_SYMBOL drivers/gpu/drm/drm 0x720bdb01 drm_mode_create_dp_colorspace_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x72d88fe9 drm_connector_set_link_status_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x74029479 drm_debugfs_remove_files +EXPORT_SYMBOL drivers/gpu/drm/drm 0x740c4954 drm_modeset_lock +EXPORT_SYMBOL drivers/gpu/drm/drm 0x74fc6fbd drm_format_info_block_width +EXPORT_SYMBOL drivers/gpu/drm/drm 0x750af9fb drm_gtf_mode_complex +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7596f782 drm_gem_objects_lookup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x75ceb56f drm_crtc_vblank_restore +EXPORT_SYMBOL drivers/gpu/drm/drm 0x77c95ea4 drm_panel_get_modes +EXPORT_SYMBOL drivers/gpu/drm/drm 0x78cc406e drm_prime_sg_to_page_array +EXPORT_SYMBOL drivers/gpu/drm/drm 0x78dcc314 drm_client_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x799bd2f5 drm_plane_enable_fb_damage_clips +EXPORT_SYMBOL drivers/gpu/drm/drm 0x79c00fa2 drm_edid_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7a01093f drm_plane_create_scaling_filter_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7b0fbd01 drm_atomic_get_new_bridge_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7b28485b drm_atomic_bridge_chain_disable +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7b2b8d8b drm_atomic_set_crtc_for_plane +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7b2e2166 drm_vma_node_revoke +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7be62b3c drm_gem_lock_reservations +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7c059c89 drm_dev_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7c1ecb8c drm_privacy_screen_call_notifier_chain +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7c545285 drm_edid_get_monitor_name +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7c5c2642 drm_master_internal_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7d14c315 drm_sysfs_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7d83c5c7 __drm_dev_dbg +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7e3277f8 ___drm_dbg +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7e84ec8a drm_gem_vm_open +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7edf470b drm_edid_duplicate +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7f58ed2f drm_bridge_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0x820ac5c0 drm_vma_node_allow_once +EXPORT_SYMBOL drivers/gpu/drm/drm 0x827e1b36 drm_client_rotation +EXPORT_SYMBOL drivers/gpu/drm/drm 0x827e69f6 drm_syncobj_replace_fence +EXPORT_SYMBOL drivers/gpu/drm/drm 0x83583349 drm_panel_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0x83aecf68 drm_framebuffer_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0x84bb0cfe drm_mode_prune_invalid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x84cab03d drm_connector_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x84eada83 drm_gem_handle_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0x850f7f96 drm_property_replace_blob +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8530ab14 drm_clflush_pages +EXPORT_SYMBOL drivers/gpu/drm/drm 0x86e8205a drm_connector_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x87160b46 drm_av_sync_delay +EXPORT_SYMBOL drivers/gpu/drm/drm 0x87c454bb drm_plane_create_blend_mode_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x885bd96f drm_modeset_lock_single_interruptible +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8918c432 __drmm_crtc_alloc_with_planes +EXPORT_SYMBOL drivers/gpu/drm/drm 0x894e85ac drm_gem_dmabuf_export +EXPORT_SYMBOL drivers/gpu/drm/drm 0x897f5948 drm_mode_object_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0x89bbcf47 drm_aperture_remove_conflicting_framebuffers +EXPORT_SYMBOL drivers/gpu/drm/drm 0x89eeadc7 drm_client_framebuffer_flush +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8c35d2cf drm_mode_is_420 +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8c823a09 drm_modeset_lock_all_ctx +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8cb27afd __drmm_encoder_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8d49e6c1 drm_modeset_lock_all +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8d72789e drm_edid_is_valid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8e9815d7 drm_crtc_check_viewport +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8e9ef01b drm_crtc_handle_vblank +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8f63d213 drm_atomic_add_affected_planes +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8fbdc467 drm_writeback_connector_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x906caa4b drm_object_property_set_value +EXPORT_SYMBOL drivers/gpu/drm/drm 0x90a52464 drm_send_event_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0x918173d6 drm_property_add_enum +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9187b628 drm_get_edid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x918f9753 drm_modeset_unlock +EXPORT_SYMBOL drivers/gpu/drm/drm 0x923254e5 drm_atomic_check_only +EXPORT_SYMBOL drivers/gpu/drm/drm 0x92f8317e drm_send_event_timestamp_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0x931bc48c drm_connector_attach_privacy_screen_provider +EXPORT_SYMBOL drivers/gpu/drm/drm 0x94651f71 drm_client_modeset_check +EXPORT_SYMBOL drivers/gpu/drm/drm 0x94a4158c drm_connector_attach_scaling_mode_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x960e5f69 drm_bridge_chain_mode_fixup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9668f2a3 drm_property_create_enum +EXPORT_SYMBOL drivers/gpu/drm/drm 0x966feae4 drm_connector_set_path_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x96752efd drm_bridge_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0x96e3dc5f drm_mode_create_suggested_offset_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9766e79d drm_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0x979569c8 drm_framebuffer_plane_width +EXPORT_SYMBOL drivers/gpu/drm/drm 0x97b95566 drm_connector_list_iter_end +EXPORT_SYMBOL drivers/gpu/drm/drm 0x982d09b3 drm_format_info_block_height +EXPORT_SYMBOL drivers/gpu/drm/drm 0x986c2ec8 drm_atomic_nonblocking_commit +EXPORT_SYMBOL drivers/gpu/drm/drm 0x98bdb470 drm_aperture_remove_conflicting_pci_framebuffers +EXPORT_SYMBOL drivers/gpu/drm/drm 0x997acb04 drm_property_create_blob +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9a43eb40 drm_crtc_vblank_helper_get_vblank_timestamp_internal +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9a77950a of_drm_get_panel_orientation +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9b285573 drm_match_cea_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9b88a0e0 drm_connector_set_vrr_capable_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9b95c885 drm_mode_match +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9b9de1c1 drm_edid_header_is_valid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9ce050be drm_mode_copy +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9d660bdc drm_client_framebuffer_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9e36dcb6 drm_mode_create_from_cmdline_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9f7fbed2 drm_mode_is_420_also +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9fd884fd drm_gem_vunmap_unlocked +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa136da87 drm_crtc_enable_color_mgmt +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa1964d59 drm_modeset_acquire_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa1a9d6a9 drm_atomic_get_old_bridge_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa224758c drm_gem_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa248afde drm_detect_monitor_audio +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa306b3ec drm_gem_prime_fd_to_handle +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa38c4c94 drm_memcpy_from_wc +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa3e0e501 drm_atomic_bridge_chain_post_disable +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa3e3c0b9 drm_connector_attach_vrr_capable_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa4eb48a9 drm_atomic_state_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa876b69a drm_gem_map_dma_buf +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa88fda14 drm_vblank_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa8e2ab3e drm_connector_update_edid_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa954a545 drm_gem_dmabuf_mmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa956955b drm_gem_lru_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa996432a drm_dev_printk +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa9b74c5d drm_mode_set_config_internal +EXPORT_SYMBOL drivers/gpu/drm/drm 0xaa1bba3a drm_atomic_print_new_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0xaa531b69 drm_invalid_op +EXPORT_SYMBOL drivers/gpu/drm/drm 0xad377fb1 drm_object_property_get_value +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 0xaf47688c drm_property_create_object +EXPORT_SYMBOL drivers/gpu/drm/drm 0xaf5f01db drm_gem_put_pages +EXPORT_SYMBOL drivers/gpu/drm/drm 0xaf82d9a9 drm_get_edid_switcheroo +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb0e32e38 drm_crtc_vblank_reset +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb0fb2086 drm_mode_create_tv_margin_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb11ac7a7 __drm_err +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb145db48 drm_framebuffer_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb1eb4285 __drmm_add_action_or_reset +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb212dc3e drm_edid_dup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb2351d1d drm_atomic_state_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb26727b5 drm_gtf_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb3750192 drm_edid_valid +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb3d025d9 drm_connector_set_panel_orientation_with_quirk +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb4032484 drm_mm_insert_node_in_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb428a470 drm_gem_dma_resv_wait +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb45d4e1d drm_connector_oob_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb51d2d78 drm_vblank_work_flush +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb541d9c8 drm_mode_create_aspect_ratio_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb5e2ac95 drm_client_modeset_dpms +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb6127243 drm_need_swiotlb +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb61c9eff drm_edid_read +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb81e2a00 drm_event_reserve_init_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb857c50a drm_encoder_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb9cad492 __drm_atomic_state_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0xba026182 drm_crtc_arm_vblank_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0xba5bb3e7 drm_mode_create_dvi_i_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbc46388e drm_edid_read_ddc +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbc5bc647 drm_framebuffer_plane_height +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbc9937cb drm_plane_get_damage_clips_count +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbcb5ab21 drm_hdmi_vendor_infoframe_from_display_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbccba88e drm_client_dev_hotplug +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbcdf6df9 drm_atomic_commit +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbdac567a drm_display_info_set_bus_formats +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc1997caf drm_mode_create_hdmi_colorspace_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc2dd77fe drm_property_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc425403e drm_mode_config_reset +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc5b8ccb5 drm_atomic_get_private_obj_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc5c401c5 drm_atomic_state_default_clear +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc662eaad drm_privacy_screen_set_sw_state +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 0xc9680c6b drm_gem_handle_delete +EXPORT_SYMBOL drivers/gpu/drm/drm 0xca26b055 drm_gem_prime_export +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcc13ca56 drm_writeback_queue_job +EXPORT_SYMBOL drivers/gpu/drm/drm 0xccb26850 drm_crtc_accurate_vblank_count +EXPORT_SYMBOL drivers/gpu/drm/drm 0xccbdf905 drm_framebuffer_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xccda9688 drm_wait_one_vblank +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcd149250 drm_panel_enable +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcdb99cc9 drm_mode_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xce3fb43a drm_dev_unregister +EXPORT_SYMBOL drivers/gpu/drm/drm 0xce596dee drm_master_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd02bd0a6 drm_edid_read_custom +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd03ae06b drm_dev_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd13f9985 drm_edid_block_valid +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd15d1412 drm_connector_set_tile_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd3cf83e5 drm_cvt_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd3ecead2 drm_gem_vm_close +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd413e25e drm_set_preferred_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd4add425 drm_writeback_cleanup_job +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd5544f61 drm_panel_prepare +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd680a377 drm_gem_object_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd6e5e44b drm_of_find_possible_crtcs +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd6e85c57 drm_bridge_chain_disable +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd701be80 drm_probe_ddc +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd707ded6 drm_property_create_bool +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd7a9cf42 drm_mode_validate_size +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd8373b23 drm_atomic_bridge_chain_check +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd9f9b708 drmm_kmalloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdad9c8b1 drm_prime_get_contiguous_size +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdbc59f35 drm_event_reserve_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdca414a5 drm_mode_validate_ycbcr420 +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdd0dd8ff drm_put_dev +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdd9320a7 drm_release_noglobal +EXPORT_SYMBOL drivers/gpu/drm/drm 0xde229d6f drm_crtc_set_max_vblank_count +EXPORT_SYMBOL drivers/gpu/drm/drm 0xde88ff46 __drm_atomic_helper_set_config +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 0xdf96fb6d drm_modeset_unlock_all +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdf9827b5 drm_vblank_work_cancel_sync +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdf9fe6e2 drm_encoder_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe02d9a1d drm_mode_create_content_type_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe04b093f drm_atomic_get_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe0862972 drm_dev_unplug +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe0b99ee5 drm_crtc_vblank_count_and_time +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe1040633 drm_gem_map_detach +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe3072775 drm_master_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe317082a __drm_printfn_info +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe3a2983e drm_crtc_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe407e728 drm_writeback_prepare_job +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe533a615 drm_mode_validate_driver +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe617657d __drm_atomic_helper_disable_plane +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe61ca922 drm_poll +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe633a4cd drm_format_info_bpp +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe6cd3c68 drm_plane_force_disable +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe70660f9 drm_noop +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe71c2907 drm_crtc_send_vblank_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe76b37d6 drm_client_framebuffer_delete +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe78ef9d7 drm_crtc_vblank_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe7f58279 drm_crtc_vblank_count +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe8a034df drm_dev_exit +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe8a0e334 drm_vma_offset_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0xea00fe81 __drm_printfn_coredump +EXPORT_SYMBOL drivers/gpu/drm/drm 0xea52a429 drm_connector_attach_hdr_output_metadata_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xeab9c874 drm_add_edid_modes +EXPORT_SYMBOL drivers/gpu/drm/drm 0xeaf25f6b drm_plane_create_zpos_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xeb64426f drm_gem_private_object_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xeb6f051b drm_get_format_info +EXPORT_SYMBOL drivers/gpu/drm/drm 0xec777a0b drm_gem_dmabuf_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0xee823dd2 drm_master_internal_acquire +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf01c5de0 drm_read +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf0517d7a drm_mm_init +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 0xf2b4f6c2 drm_gem_vmap_unlocked +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf2c6c18f drm_object_property_get_default_value +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf3fb54da drm_any_plane_has_format +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf406e46a drm_get_connector_type_name +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf65470bd drm_vblank_work_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf6990a57 drm_connector_set_orientation_from_panel +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf70d6a2a of_drm_find_panel +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf824c7db __drm_printfn_debug +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf8427473 drm_connector_create_privacy_screen_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf89aa6ed drm_connector_attach_colorspace_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf95e7ff6 drm_privacy_screen_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfa73b4ea drmm_connector_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfbc49be9 drm_atomic_get_new_private_obj_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfc9b866a drm_connector_init_with_ddc +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfca18085 drm_atomic_get_bridge_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfcb0024e drm_mode_parse_command_line_for_connector +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfcec7cb5 drm_atomic_get_old_private_obj_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfd283c3e drm_gem_prime_handle_to_fd +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfd62df70 drm_panel_unprepare +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfeb953b1 __drm_printfn_seq_file +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfed0adac drm_plane_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xff6df620 drm_display_mode_from_cea_vic +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 0x68bde207 drm_gem_dma_prime_import_sg_table_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm_dma_helper 0xbc382d26 drm_gem_dma_print_info +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x019666ef drm_fb_helper_set_par +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x01cb7a19 drm_atomic_helper_page_flip_target +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x03670593 __drmm_simple_encoder_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x04105079 drm_atomic_helper_prepare_planes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x04c2e468 __drm_gem_reset_shadow_plane +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x0845b2b6 drm_self_refresh_helper_update_avg_times +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x08fceee7 drm_atomic_helper_check_plane_damage +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x0c642aa6 drm_kms_helper_poll_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x0d290446 drm_plane_helper_update_primary +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x0e5c08a8 drm_fb_helper_alloc_info +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x11b997e0 drm_fb_helper_cfb_copyarea +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x127a8c6b drm_flip_work_queue +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x13d7f433 drm_i2c_encoder_prepare +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x14cd2fa1 __drm_atomic_helper_crtc_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x15ea3baa drm_atomic_helper_setup_commit +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x1674b518 drm_atomic_helper_crtc_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x173532c5 drm_fb_helper_initial_config +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x187d82dc drm_simple_encoder_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x1a95019e drm_helper_encoder_in_use +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x1b2369c0 drm_atomic_helper_damage_merged +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x1c125c2d drm_atomic_helper_commit +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x1ccc93f7 drm_atomic_helper_commit_duplicated_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2057cb2c drm_helper_resume_force_mode +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x21d541eb drm_flip_work_queue_task +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x221ddc49 __drm_atomic_helper_crtc_state_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x233e0caf drm_helper_force_disable_all +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x235562b7 drm_atomic_helper_page_flip +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2363d1a8 drm_crtc_helper_set_mode +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x252fd7ce drm_fb_xrgb8888_to_mono +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x253ab4be drm_fb_xrgb8888_to_rgb888 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x27c933dc drm_gem_simple_kms_end_shadow_fb_access +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2860cab8 drm_helper_probe_detect +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x294fa3c1 drm_fb_helper_prepare +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2ccdefef drm_fbdev_generic_setup +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2d03b041 drm_gem_simple_kms_reset_shadow_plane +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2d50570f drm_rect_calc_hscale +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2ddb5196 drm_fb_helper_cfb_write +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2ff9f3ec drm_crtc_helper_mode_valid_fixed +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x308e29ee drm_atomic_helper_update_legacy_modeset_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x31b35898 drm_panel_bridge_connector +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x34ac3245 drm_connector_helper_get_modes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x34b8f7d3 drm_atomic_helper_cleanup_planes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x354fedb8 drm_atomic_helper_check_wb_encoder_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3584be4b drm_gem_fb_create_handle +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x35d347ce drm_atomic_helper_plane_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x37bf8c56 drm_self_refresh_helper_alter_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x381d475b drm_helper_mode_fill_fb_struct +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x386ee400 drm_kms_helper_poll_enable +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x38c2ecc9 drm_atomic_helper_check_crtc_primary_plane +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x38de3461 drm_atomic_helper_wait_for_dependencies +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x390771ec drm_mode_config_helper_suspend +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x43096057 drm_self_refresh_helper_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x444cb899 __drm_atomic_helper_crtc_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x44a68982 drm_self_refresh_helper_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x44f0a314 drm_fb_helper_output_poll_changed +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x45e3680a drm_fb_xrgb8888_to_gray8 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4626415c drm_atomic_helper_async_check +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x47c32de6 drm_bridge_is_panel +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x482c155c drm_i2c_encoder_restore +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x49c9911f drm_fb_memcpy +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4b52ae19 drm_fb_helper_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4bce02cb drm_fb_swab +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4d910cf8 drm_atomic_helper_wait_for_flip_done +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4e47c50c drm_fb_helper_sys_fillrect +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4ecd6ed9 drm_atomic_helper_commit_modeset_enables +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4fc67ac3 __drm_atomic_helper_connector_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x51fb95b4 __drm_atomic_helper_connector_destroy_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x52fd6342 drm_fb_build_fourcc_list +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x53a32e7c drm_gem_end_shadow_fb_access +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x553485f4 drm_helper_hpd_irq_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5542443b drm_flip_work_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x56a98639 drm_helper_move_panel_connectors_to_head +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x57224b2d drm_atomic_helper_check_modeset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5a4734d1 drm_kms_helper_is_poll_worker +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5ea40cde drm_fb_helper_cfb_read +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6211317b drm_fb_helper_blank +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x65b610ef drm_atomic_helper_connector_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x69700730 drm_atomic_helper_commit_cleanup_done +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6a4d0fa1 drm_i2c_encoder_mode_set +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6b5c2b06 drm_atomic_helper_damage_iter_next +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6c410c56 drm_gem_begin_shadow_fb_access +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6ddff4bd drm_atomic_helper_swap_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6e30ba8e drm_rect_rotate_inv +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6e325ced drm_plane_helper_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6e43691c drm_gem_fb_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6e91651c drm_fb_helper_debug_enter +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7078eeeb drm_fb_helper_fini +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x70869e7b drm_fb_xrgb8888_to_xrgb2101010 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x727f3981 drm_fb_helper_sys_read +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x74a871fa drm_atomic_helper_wait_for_fences +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x74c835c7 drm_gem_destroy_shadow_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x75dfc017 drm_gem_simple_kms_destroy_shadow_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x76840c5c drm_atomic_helper_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7813f1b8 devm_drm_panel_bridge_add_typed +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7b3d9659 drm_atomic_helper_bridge_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7c33f536 drm_helper_probe_single_connector_modes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x83e9587f drm_helper_disable_unused_functions +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x842dd90c drm_flip_work_commit +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x860cd023 drm_atomic_helper_set_config +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x860d84f4 drm_atomic_helper_async_commit +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x86650b74 drm_gem_fb_end_cpu_access +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x866f73ec drm_gem_simple_display_pipe_prepare_fb +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x86b12873 drm_i2c_encoder_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x871ab41a drm_rect_intersect +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x87e938eb drm_fb_helper_ioctl +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x87f9b840 drm_atomic_helper_plane_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8a9a7d8c __drm_atomic_helper_plane_state_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8acdbdbb drm_atomic_helper_update_plane +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8bb284a4 drm_panel_bridge_add_typed +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8bede0b5 drm_simple_display_pipe_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8d3dd6a6 drm_fb_xrgb8888_to_rgb332 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8defb810 drm_atomic_helper_suspend +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8e5d5052 drm_atomic_helper_fake_vblank +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8ed40ac2 drmm_of_get_bridge +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x91a6cee7 drm_fb_helper_set_suspend +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x91fec1cc drm_rect_calc_vscale +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x92795b23 drm_atomic_helper_bridge_destroy_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x930e4076 drm_kms_helper_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x93801395 drm_gem_duplicate_shadow_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x967437de drm_crtc_helper_atomic_check +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x968dcf51 drm_gem_fb_vunmap +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x96bdbff0 drm_gem_fb_begin_cpu_access +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9862d734 drm_atomic_helper_crtc_destroy_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x99dfb9ee drm_fb_helper_debug_leave +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x99fd20aa drm_rect_clip_scaled +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9d726965 drm_kms_helper_poll_fini +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9e6fbc3e drm_i2c_encoder_dpms +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9e80bb63 drm_connector_helper_hpd_irq_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa0967b50 __drm_atomic_helper_connector_state_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa346f788 drm_fb_helper_cfb_imageblit +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa4c679ee drm_kms_helper_connector_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa588448b drm_atomic_helper_bridge_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa5fe3806 drm_fb_helper_cfb_fillrect +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa7c2d2f6 devm_drm_panel_bridge_add +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xaa42158f drm_crtc_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xab15c736 drm_atomic_helper_commit_planes_on_crtc +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xabc9972e drm_atomic_helper_disable_plane +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xac3ec3c3 drm_panel_bridge_add +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xad393ca9 drm_plane_helper_atomic_check +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xad587cd8 __drm_gem_destroy_shadow_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xae917cfb drm_atomic_helper_check_planes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xaf93f3c2 drm_gem_simple_kms_begin_shadow_fb_access +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb053adda drm_rect_rotate +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb2bc4d69 drmm_panel_bridge_add +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb3723b41 drm_atomic_helper_commit_tail +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb3af99c2 __drm_gem_duplicate_shadow_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb691e028 drm_atomic_helper_damage_iter_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb6a6b711 drm_fb_clip_offset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb77089f6 drm_atomic_helper_wait_for_vblanks +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb8300018 drm_fb_helper_sys_write +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb8be1389 __drm_atomic_helper_plane_destroy_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb9b14bd2 drm_fb_helper_check_var +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xbf13a26d drm_helper_connector_dpms +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xbf36c162 __drm_atomic_helper_plane_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xbf45f4ae drm_panel_bridge_remove +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xbf66969f __drm_atomic_helper_bridge_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc4a81c36 drm_mode_config_helper_resume +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc58441ac drm_connector_helper_get_modes_from_ddc +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc6323239 drm_flip_work_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc68f786e drm_atomic_helper_connector_destroy_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc70df6a6 __drm_atomic_helper_plane_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc751afbe drm_helper_crtc_in_use +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc7e7b962 drm_connector_helper_get_modes_fixed +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xca717218 drm_atomic_helper_connector_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xca816ce4 drm_i2c_encoder_commit +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xcb2340b8 drm_rect_debug_print +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xcbd65bc3 drm_fb_helper_fill_info +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xcd4fa68c drm_fb_helper_pan_display +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xcd7d83fb drm_kms_helper_poll_disable +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xcf11a549 drm_flip_work_allocate_task +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xcf3de0d9 __drm_atomic_helper_bridge_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xcf782872 drm_fb_helper_set_suspend_unlocked +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd01f9056 drm_atomic_helper_plane_destroy_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd0c90f37 drm_fb_helper_setcmap +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd3fd96cd drm_crtc_helper_set_config +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd52f09f6 drm_fb_helper_sys_imageblit +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd581c6ac drm_fb_xrgb8888_to_rgb565 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd6f31e3a drm_atomic_helper_check +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd8cbf996 drm_i2c_encoder_save +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xdaeca35a drm_atomic_helper_shutdown +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xdc0a488d drm_i2c_encoder_detect +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xdc36b4f0 drm_atomic_helper_commit_hw_done +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xde74240b drm_atomic_helper_crtc_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xdeb109e8 drm_fb_helper_deferred_io +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xdf1678a6 __drm_atomic_helper_crtc_destroy_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe037ae9c drm_i2c_encoder_mode_fixup +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe19953ee drm_plane_helper_disable_primary +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe22a57a7 drm_atomic_helper_commit_planes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe2695ce9 __drm_atomic_helper_connector_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe2a0e959 drm_atomic_helper_bridge_propagate_bus_fmt +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe3e7578d drm_atomic_helper_connector_tv_margins_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe7e00dca __drm_atomic_helper_private_obj_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe901a7b4 drm_atomic_helper_disable_planes_on_crtc +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xea8af5d5 drm_fb_blit +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xead7bac1 drm_atomic_helper_commit_tail_rpm +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xebaa1fd2 drm_gem_reset_shadow_plane +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xedd3d783 drm_gem_fb_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xeddfd395 drm_simple_display_pipe_attach_bridge +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xee40aa8c drm_panel_bridge_set_orientation +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xeeb6ffa7 drm_atomic_helper_resume +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xeefafbb7 drm_gem_simple_kms_duplicate_shadow_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf10ad974 drm_fb_helper_restore_fbdev_mode_unlocked +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf316a878 drm_atomic_helper_dirtyfb +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf615f892 devm_drm_of_get_bridge +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf69e5317 drm_i2c_encoder_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf737ea18 drm_fb_helper_unregister_info +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xfa006aea drm_fb_helper_sys_copyarea +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xfb441f18 drm_atomic_helper_disable_all +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xfbd19176 drm_fb_helper_lastclose +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xfc51ff72 drm_atomic_helper_check_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xfc536543 drm_atomic_helper_calc_timestamping_constants +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xfd4c2094 drm_atomic_helper_commit_modeset_disables +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xfddb1834 drm_fb_helper_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x0cf94d6b mipi_dbi_pipe_mode_valid +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x1e1871ed mipi_dbi_buf_copy +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x3752262f mipi_dbi_dev_init_with_formats +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x3e868c54 mipi_dbi_command_read +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x3f82c1c7 mipi_dbi_command_stackbuf +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x5468dd9a mipi_dbi_pipe_disable +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x69d628eb mipi_dbi_enable_flush +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x71e81d64 mipi_dbi_spi_transfer +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x7b1474a3 mipi_dbi_debugfs_init +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x84d8b7e2 mipi_dbi_hw_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x95ba3b68 mipi_dbi_spi_cmd_max_speed +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xa5581f44 mipi_dbi_command_buf +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xb6e0fada mipi_dbi_display_is_on +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xd25d051d mipi_dbi_pipe_update +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xd6141175 mipi_dbi_dev_init +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xe32963ad mipi_dbi_poweron_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xea17a973 mipi_dbi_poweron_conditional_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xf6913c5d mipi_dbi_spi_init +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0x297e9d2e drm_gem_shmem_purge_locked +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0x4d630af9 drm_gem_shmem_vunmap +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0x8a2dee35 drm_gem_shmem_unpin +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0x9b4f4ce0 drm_gem_shmem_madvise +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0xaac9dd20 drm_gem_shmem_print_info +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0xaf4f1b6d drm_gem_shmem_pin +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0xba5079d9 drm_gem_shmem_purge +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0xc3ef8643 drm_gem_shmem_get_pages +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0xd26e69ae drm_gem_shmem_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0xe806f308 drm_gem_shmem_put_pages +EXPORT_SYMBOL drivers/gpu/drm/drm_ttm_helper 0x2f9420af drm_gem_ttm_print_info +EXPORT_SYMBOL drivers/gpu/drm/drm_ttm_helper 0x30ff02b6 drm_gem_ttm_dumb_map_offset +EXPORT_SYMBOL drivers/gpu/drm/drm_ttm_helper 0x86114a26 drm_gem_ttm_mmap +EXPORT_SYMBOL drivers/gpu/drm/drm_ttm_helper 0x8f608245 drm_gem_ttm_vunmap +EXPORT_SYMBOL drivers/gpu/drm/drm_ttm_helper 0xcb18ccdf drm_gem_ttm_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x10a78f10 drm_gem_vram_unpin +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x16e95b7a drm_gem_vram_vunmap +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x1eb58f83 drm_vram_helper_mode_valid +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x201113c0 drm_gem_vram_driver_dumb_create +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x25e70b6a drm_gem_vram_offset +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x588f10ed drm_gem_vram_plane_helper_cleanup_fb +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x5cd5ca61 drm_gem_vram_simple_display_pipe_cleanup_fb +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x65bc36b9 drmm_vram_helper_init +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x73016adb drm_gem_vram_plane_helper_prepare_fb +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x99c3b82e drm_vram_mm_debugfs_init +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x9a5c7a84 drm_gem_vram_simple_display_pipe_prepare_fb +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0xb542aad1 drm_gem_vram_fill_create_dumb +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0xc10a02b2 drm_gem_vram_put +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0xd4660f24 drm_gem_vram_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0xdf644ef2 drm_gem_vram_create +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0xe525b099 drm_gem_vram_pin +EXPORT_SYMBOL drivers/gpu/drm/rockchip/rockchipdrm 0x764b52c8 rockchip_drm_wait_vact_end +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x05737553 drm_sched_resubmit_jobs +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x06ca1dd2 drm_sched_suspend_timeout +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x0ffebcce drm_sched_entity_push_job +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x3b58dc38 drm_sched_entity_init +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x4ccd4284 drm_sched_job_add_dependency +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x57e453fa drm_sched_job_init +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x67337a10 drm_sched_entity_destroy +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x75134baf drm_sched_job_add_resv_dependencies +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x769b5f66 drm_sched_job_add_implicit_dependencies +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x78ed1d0e drm_sched_resume_timeout +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x834c1615 drm_sched_start +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x959916a3 drm_sched_job_arm +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x980f317e to_drm_sched_fence +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xa932028e drm_sched_entity_fini +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xacb59555 drm_sched_increase_karma +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xb44f9387 drm_sched_pick_best +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xbd7b6c7f drm_sched_fini +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xbf9f3f54 drm_sched_init +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xc0a0eac3 drm_sched_stop +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xc1502b33 drm_sched_fault +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xca7ac21b drm_sched_entity_flush +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xce75f101 drm_sched_entity_modify_sched +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xea5e7bb7 drm_sched_entity_set_priority +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xf0028c42 drm_sched_job_cleanup +EXPORT_SYMBOL drivers/gpu/drm/sun4i/sun4i-tcon 0x3f4cbd67 sun4i_tcon_enable_vblank +EXPORT_SYMBOL drivers/gpu/drm/sun4i/sun4i-tcon 0x4c123eb4 sun4i_rgb_init +EXPORT_SYMBOL drivers/gpu/drm/sun4i/sun4i-tcon 0x6c10c7a7 sun4i_tcon_of_table +EXPORT_SYMBOL drivers/gpu/drm/sun4i/sun4i-tcon 0x8a1267cc sun4i_tcon_mode_set +EXPORT_SYMBOL drivers/gpu/drm/sun4i/sun4i-tcon 0xe46b47c9 sun4i_lvds_init +EXPORT_SYMBOL drivers/gpu/drm/sun4i/sun4i-tcon 0xeca90799 sun4i_dclk_create +EXPORT_SYMBOL drivers/gpu/drm/sun4i/sun4i-tcon 0xf57e00e2 sun4i_dclk_free +EXPORT_SYMBOL drivers/gpu/drm/sun4i/sun8i_tcon_top 0x350e5dcd sun8i_tcon_top_of_table +EXPORT_SYMBOL drivers/gpu/drm/sun4i/sun8i_tcon_top 0x5f5b921e sun8i_tcon_top_de_config +EXPORT_SYMBOL drivers/gpu/drm/sun4i/sun8i_tcon_top 0xcecc5000 sun8i_tcon_top_set_hdmi_src +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x088c0eb3 ttm_resource_free +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x0c231474 ttm_kmap_iter_iomap_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x0ebe90ad ttm_device_swapout +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x0ef88c8e ttm_device_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x0f04a68b ttm_glob +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x1499c591 ttm_bo_init_validate +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x1a71d30c ttm_move_memcpy +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x21648b6c ttm_eu_backoff_reservation +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x254abec9 ttm_tt_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x28940e74 ttm_pool_debugfs +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x28a6a292 ttm_bo_set_bulk_move +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x291c8580 ttm_bo_unmap_virtual +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x293f6061 ttm_bo_pin +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x2a1673ad ttm_resource_manager_debug +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x2fdd1f3d ttm_bo_move_to_lru_tail +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x3036f18f ttm_bo_init_reserved +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x33f955c4 ttm_tt_fini +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x36315044 ttm_resource_compat +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x3ea0e774 ttm_lru_bulk_move_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x42414e06 ttm_bo_vm_fault +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x442d6427 ttm_bo_wait +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x4a815a70 ttm_sg_tt_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x4d8c27aa ttm_eu_reserve_buffers +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x4da4a9d6 ttm_bo_vm_reserve +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x4fb70200 ttm_bo_vm_open +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x5164758e ttm_resource_fini +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x5171028c ttm_lru_bulk_move_tail +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x5608fd5a ttm_bo_mmap_obj +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x59ab3e23 ttm_bo_move_accel_cleanup +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x60c1e222 ttm_bo_mem_space +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x62764a82 ttm_kmap_iter_tt_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x6489686a ttm_resource_manager_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x65ca2766 ttm_bo_kmap +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x6c55ca52 ttm_resource_manager_create_debugfs +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x71d06ceb ttm_bo_vmap +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x71f00614 ttm_resource_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x7264eb79 ttm_bo_put +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x74c87739 ttm_bo_validate +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x7cd52cdc ttm_io_prot +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x82f4fbef ttm_tt_populate +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x842c2e0d ttm_device_fini +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x84eb6119 ttm_bo_vm_access +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x888e70bb ttm_bo_unlock_delayed_workqueue +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x90fc2f9b ttm_bo_vunmap +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x920d3eda ttm_device_clear_dma_mappings +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x96f46d97 ttm_bo_vm_fault_reserved +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x9ce23966 ttm_bo_vm_dummy_page +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x9f5a94e6 ttm_resource_manager_usage +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xa1345797 ttm_bo_unpin +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xa2f84bc6 ttm_eu_fence_buffer_objects +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xb0a65415 ttm_resource_manager_evict_all +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xb1c0236a ttm_bo_vm_close +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xc322611f ttm_pool_alloc +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xcabc5d97 ttm_bo_lock_delayed_workqueue +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xd6541a64 ttm_range_man_fini_nocheck +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xd8eb2780 ttm_bo_eviction_valuable +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xe27b081b ttm_bo_move_sync_cleanup +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xe3bcf04b ttm_global_swapout +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xe80a04b3 ttm_pool_free +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xeb55d53d ttm_bo_kunmap +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xfda91e91 ttm_range_man_init_nocheck +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xfe9f74f7 ttm_bo_move_memcpy +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x0745bcb1 host1x_syncpt_get +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x0ac6e805 host1x_syncpt_get_by_id +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x1101f735 host1x_client_exit +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x126d2af8 host1x_driver_register_full +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x18c7de0e host1x_driver_unregister +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x25047307 host1x_channel_stop +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x2bdadd34 host1x_channel_request +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x2ef0f00b host1x_client_suspend +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x2f78e61d host1x_syncpt_get_by_id_noref +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x3022af34 host1x_job_unpin +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x381aecd6 host1x_job_add_gather +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x3c1b1a97 host1x_channel_put +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x4fd3948d host1x_fence_create +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x51de13ce host1x_syncpt_base_id +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x54019d47 host1x_job_submit +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x572feedd host1x_channel_get +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x591063bc host1x_syncpt_read_max +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x5977815c host1x_syncpt_get_base +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x5a47e150 host1x_syncpt_release_vblank_reservation +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x5e84dc42 tegra_mipi_request +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x5f9fea96 host1x_device_init +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x61829479 __host1x_client_init +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x66c4110e host1x_syncpt_wait +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x72e78e54 tegra_mipi_start_calibration +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x746514ae host1x_syncpt_read_min +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x82f679d8 host1x_syncpt_read +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x845371b1 host1x_syncpt_incr_max +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x914331e0 host1x_device_exit +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x9451a33e tegra_mipi_free +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x9dcf9799 host1x_syncpt_id +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xa53dd7f3 host1x_syncpt_alloc +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xa665e9ad host1x_bo_unpin +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xa733ff60 tegra_mipi_disable +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xab4250d7 host1x_job_pin +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xaebe2ce4 __host1x_client_register +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xb0820657 host1x_job_add_wait +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xb3e92d58 host1x_get_dma_mask +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xb649ab9b host1x_syncpt_request +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xb87bdcf5 host1x_job_put +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xbcbe65a0 tegra_mipi_finish_calibration +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xbf01f400 host1x_job_alloc +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xdd7fae44 host1x_bo_pin +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xf550792f host1x_job_get +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xf81599bc host1x_client_unregister +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xf8a79b19 tegra_mipi_enable +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xfbae23dc host1x_client_resume +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xffd6f9ba host1x_syncpt_put +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xffe6a4cd host1x_syncpt_incr +EXPORT_SYMBOL drivers/hid/hid 0x24dd9cd3 hid_bus_type +EXPORT_SYMBOL drivers/hv/hv_vmbus 0x775d6838 vmbus_recvpacket +EXPORT_SYMBOL drivers/hv/hv_vmbus 0xd56ee8bd vmbus_sendpacket +EXPORT_SYMBOL drivers/hv/hv_vmbus 0xe6befefe vmbus_sendpacket_getid +EXPORT_SYMBOL drivers/hwmon/adt7x10 0x9ec88e9c 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 0xc655cc8d ltc2947_pm_ops +EXPORT_SYMBOL drivers/hwmon/sch56xx-common 0x01568393 sch56xx_read_virtual_reg +EXPORT_SYMBOL drivers/hwmon/sch56xx-common 0x389054f7 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 0x3420ab0e i2c_bit_add_numbered_bus +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-bit 0x59567179 i2c_bit_add_bus +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-bit 0xc0cb572a i2c_bit_algo +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-pca 0x072f9bdd i2c_pca_add_numbered_bus +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-pca 0xb0c1b295 i2c_pca_add_bus +EXPORT_SYMBOL drivers/i2c/busses/i2c-amd756 0x9b02fa8e 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 0x83ea4658 iio_triggered_buffer_cleanup +EXPORT_SYMBOL drivers/iio/buffer/industrialio-triggered-buffer 0xe02a5817 iio_triggered_buffer_setup_ext +EXPORT_SYMBOL drivers/iio/buffer/kfifo_buf 0x64c2da3c iio_kfifo_allocate +EXPORT_SYMBOL drivers/iio/buffer/kfifo_buf 0xead74b62 iio_kfifo_free +EXPORT_SYMBOL drivers/iio/imu/fxos8700_core 0xf8ebc5c7 fxos8700_regmap_config +EXPORT_SYMBOL drivers/iio/industrialio 0x060da5ea iio_trigger_register +EXPORT_SYMBOL drivers/iio/industrialio 0x0640720c __iio_trigger_alloc +EXPORT_SYMBOL drivers/iio/industrialio 0x24e2f4ee iio_push_event +EXPORT_SYMBOL drivers/iio/industrialio 0x2d6bcdcb iio_trigger_generic_data_rdy_poll +EXPORT_SYMBOL drivers/iio/industrialio 0x450bf77c iio_trigger_unregister +EXPORT_SYMBOL drivers/iio/industrialio 0x521a77eb iio_bus_type +EXPORT_SYMBOL drivers/iio/industrialio 0x65ddac97 __iio_device_register +EXPORT_SYMBOL drivers/iio/industrialio 0x90047f5f iio_trigger_validate_own_device +EXPORT_SYMBOL drivers/iio/industrialio 0x9117433f iio_trigger_free +EXPORT_SYMBOL drivers/iio/industrialio 0x97ff15eb iio_trigger_poll_chained +EXPORT_SYMBOL drivers/iio/industrialio 0x982f0ddc iio_device_unregister +EXPORT_SYMBOL drivers/iio/industrialio 0xa5fdc2c1 iio_trigger_notify_done +EXPORT_SYMBOL drivers/iio/industrialio 0xaebbc9ce iio_read_mount_matrix +EXPORT_SYMBOL drivers/iio/industrialio 0xaf91735e iio_device_set_clock +EXPORT_SYMBOL drivers/iio/industrialio 0xbdcbe601 iio_buffer_init +EXPORT_SYMBOL drivers/iio/industrialio 0xc5873782 iio_trigger_using_own +EXPORT_SYMBOL drivers/iio/industrialio 0xcd633684 iio_get_time_ns +EXPORT_SYMBOL drivers/iio/industrialio 0xd8e56b58 iio_read_const_attr +EXPORT_SYMBOL drivers/iio/industrialio 0xdbc50d6a iio_trigger_poll +EXPORT_SYMBOL drivers/iio/industrialio 0xdf76bbeb iio_pollfunc_store_time +EXPORT_SYMBOL drivers/iio/industrialio 0xe0b89333 iio_device_get_clock +EXPORT_SYMBOL drivers/iio/industrialio 0xe9b0b630 iio_trigger_set_immutable +EXPORT_SYMBOL drivers/iio/industrialio 0xec78d8e2 iio_device_alloc +EXPORT_SYMBOL drivers/iio/industrialio 0xfb29ce62 iio_device_free +EXPORT_SYMBOL drivers/iio/industrialio-configfs 0xdc89d09c iio_configfs_subsys +EXPORT_SYMBOL drivers/iio/industrialio-sw-device 0x2b98ce02 iio_unregister_sw_device_type +EXPORT_SYMBOL drivers/iio/industrialio-sw-device 0xecc8a054 iio_sw_device_destroy +EXPORT_SYMBOL drivers/iio/industrialio-sw-device 0xfa5f2b0c iio_register_sw_device_type +EXPORT_SYMBOL drivers/iio/industrialio-sw-device 0xfb612cbb iio_sw_device_create +EXPORT_SYMBOL drivers/iio/industrialio-sw-trigger 0x3deee380 iio_sw_trigger_create +EXPORT_SYMBOL drivers/iio/industrialio-sw-trigger 0x92dd05ea iio_unregister_sw_trigger_type +EXPORT_SYMBOL drivers/iio/industrialio-sw-trigger 0x93cdf31a iio_sw_trigger_destroy +EXPORT_SYMBOL drivers/iio/industrialio-sw-trigger 0xaf680b8e iio_register_sw_trigger_type +EXPORT_SYMBOL drivers/iio/industrialio-triggered-event 0x2eeba5ee iio_triggered_event_setup +EXPORT_SYMBOL drivers/iio/industrialio-triggered-event 0x666dcc5d iio_triggered_event_cleanup +EXPORT_SYMBOL drivers/iio/pressure/bmp280 0xf4c38bb7 bmp280_dev_pm_ops +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x17e49960 ib_send_cm_rep +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x1b626444 ib_send_cm_rej +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x4390cb95 ib_send_cm_sidr_req +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x4da4e8d6 ib_send_cm_req +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x500c07d0 ib_send_cm_dreq +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x5223e691 ib_send_cm_rtu +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x5241ea82 ib_cm_insert_listen +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x55332698 ib_create_cm_id +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x5c0e86a3 ib_send_cm_mra +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x5fabdf43 ib_send_cm_drep +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x69824a14 ibcm_reject_msg +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x6e95bff1 ib_send_cm_sidr_rep +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x9db510b5 ib_destroy_cm_id +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xac4fc2a5 ib_cm_listen +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xb7ff9cf8 ib_cm_init_qp_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xe74123e5 ib_cm_notify +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0058f078 ib_device_get_by_name +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x00cd25ea ib_get_rdma_header_version +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x039a607d ib_init_ah_from_mcmember +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x05e3d635 ib_process_cq_direct +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0729ae6d rdma_modify_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0865a04c ib_create_qp_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x08d1f300 ib_close_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0a43515f ib_destroy_cq_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0a763594 ib_create_wq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0a7772f0 rdma_replace_ah_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0b3862f7 ib_destroy_wq_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0c74cbf3 ib_device_put +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 0x0de464cb rdma_nl_put_driver_u32_hex +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0e37ed13 rdma_resolve_ip +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0eb457aa rdma_nl_multicast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0f17a644 ibdev_warn +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x11c599fa rdma_copy_src_l2_addr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x12683f69 ib_unregister_event_handler +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1303d6ea rdma_restrack_new +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1390373e ib_register_mad_agent +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x14d5c5db ibnl_put_msg +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x17a83bdd ib_query_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x18fc1e67 ib_modify_qp_with_udata +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x19e7490f __rdma_block_iter_next +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1be0497a ib_register_event_handler +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1c64a559 ib_device_get_by_netdev +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1cd46fa0 roce_gid_type_mask_support +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1f1631c6 rdma_restrack_put +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1f81862c rdma_rw_ctx_destroy +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x20a54cf5 rdma_restrack_parent_name +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x216d0a8f ib_sa_join_multicast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x217e2717 ib_init_ah_attr_from_wc +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x223d0679 rdma_query_gid_table +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x22bfbefb ib_register_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x22f3cf93 ib_pack +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2349a2c4 rdma_nl_stat_hwcounter_entry +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x258d3a46 ib_mr_pool_init +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x26b99067 ib_destroy_srq_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x287bd8c1 ib_cq_pool_get +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2943a3c2 ib_dereg_mr_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x29c385f6 ib_get_vf_config +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x30015053 rdma_hold_gid_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x305e5701 rdma_addr_size_kss +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x306ec420 ib_mr_pool_destroy +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x30dfe3ae rdma_restrack_set_name +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x328591c5 rdma_umap_priv_init +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x381f2151 rdma_read_gid_l2_fields +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x39543aac rdma_rw_mr_factor +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3b052ec3 ib_open_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3b0aa92b ib_modify_srq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3b2dbecf ib_unregister_mad_agent +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3b583833 ib_dma_virt_map_sg +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3c70b709 rdma_user_mmap_entry_insert_range +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3d74a03c rdma_user_mmap_io +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3f851bec ib_query_port +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3fc2387c ib_ud_header_unpack +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x420b2517 ib_create_srq_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x429f08d9 ib_sg_to_pages +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 0x45bd30fb ib_dealloc_xrcd_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x45fb8985 rdma_nl_chk_listeners +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4617597d rdma_nl_put_driver_string +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x46f14227 __ib_alloc_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4a32761e rdma_init_netdev +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4a9514b5 ib_dealloc_pd_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4c1db8b5 ib_modify_port +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4c9bf123 ib_drain_sq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4cf91c6f rdma_destroy_ah_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4d908c5f ib_dealloc_device +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 0x52e0c52d rdma_restrack_get +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x53c7aa92 rdma_restrack_count +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x54909a13 ib_drain_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x54be4a0b ib_query_srq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x55bb02f3 ib_cache_gid_type_str +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x55e444a1 ib_get_net_dev_by_params +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5600a09a ib_cq_pool_put +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5641848a rdma_read_gid_hw_context +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x571470da __rdma_block_iter_start +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x58df5b94 ib_get_gids_from_rdma_hdr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x58ec5c27 __ib_alloc_pd +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x59621368 ib_find_gid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5a4218cb ib_alloc_xrcd_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5c2952d4 ibdev_err +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5cdc1fda ib_find_exact_cached_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5e260a14 ib_mad_kernel_rmpp_agent +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5eacdf59 ib_get_device_fw_str +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x61320448 ib_alloc_mr +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 0x63c05fcb rdma_user_mmap_entry_get +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x66bd69a1 ibdev_emerg +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x67e0e828 ib_get_rmpp_segment +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x68b7da5f ib_sa_guid_info_rec_query +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6905c69c ibdev_notice +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x69be2530 ib_create_ah_from_wc +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6a17d2a3 ib_drain_rq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6b63dcb1 ib_attach_mcast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6b958320 ib_ud_ip4_csum +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6bc243ff ibdev_alert +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6beaff08 rdma_translate_ip +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6c487381 rdma_query_gid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6efe7687 ib_set_vf_guid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6f3614b6 rdma_is_zero_gid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x707f4f34 rdma_link_unregister +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x70807834 rdma_addr_size +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x70afbb73 ib_set_vf_link_state +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x71eb0cf3 rdma_create_user_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x725f3c56 ibdev_printk +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x72b94cc4 ib_get_cached_lmc +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x735ef551 ib_dispatch_event +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 0x75fe4705 rdma_rw_ctx_signature_init +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x767fcd46 ib_create_qp_kernel +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x776d9beb rdma_user_mmap_entry_remove +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x787ccc4c ib_get_mad_data_offset +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x78d72162 ib_map_mr_sg +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x79147aad ib_get_vf_stats +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x79d0f08a rdma_restrack_add +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7adf4d32 ib_port_sysfs_get_ibdev_kobj +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7dc8caa8 ib_port_unregister_client_groups +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x80f9da50 rdma_set_cq_moderation +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x82f93a35 rdma_nl_unicast_wait +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x841fa8af ib_device_set_netdev +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x845e8a8b rdma_rw_ctx_wrs +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x86b574cb ib_advise_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x886c6747 ib_port_immutable_read +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x89ada9c7 ib_query_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8af4beb5 rdma_get_gid_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8bdedb5c ibdev_info +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8c0a08e4 rdma_move_grh_sgid_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8cb9ec27 ib_unregister_client +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8f750f82 _ib_alloc_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x90936e1e ib_get_cached_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x90e807c7 ib_cache_gid_parse_type_str +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9285796d ib_sa_path_rec_get +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x93a9dcf6 ib_init_ah_attr_from_path +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x93e26a15 rdma_find_gid_by_port +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x95d320fc ib_get_cached_subnet_prefix +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9a322241 rdma_dev_access_netns +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9dfa7d5e ib_unregister_device_queued +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9f23b7e6 ib_mr_pool_get +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9f8eadd6 rdma_create_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa136428e rdma_rw_ctx_destroy_signature +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa1745957 ib_mr_pool_put +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa2f365f4 ib_find_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa4014ce8 rdma_nl_register +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa432baf6 ib_unpack +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa4645100 ib_qp_usecnt_inc +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa60fa3c5 rdma_query_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa8609c24 ib_free_send_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xaa78bb71 ib_create_qp_security +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xacd4d98b ib_unregister_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xae5badb8 ib_reg_user_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xae956dce ib_rate_to_mult +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb4173787 ib_rdmacg_uncharge +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb4c40040 ib_sa_pack_path +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb61c17a2 ib_modify_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb6b48c6e ib_create_send_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb7852a05 ib_ud_header_init +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb81679f8 rdma_user_mmap_entry_get_pgoff +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xba1b73c2 rdma_user_mmap_entry_put +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbde5afda ib_register_client +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc6127b69 ib_destroy_qp_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc63e4447 __ib_create_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc730f89b rdma_copy_ah_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc88f1bae ib_free_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc8d38664 rdma_free_hw_stats_struct +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc9272609 ib_set_device_ops +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xcb075e4b rdma_nl_put_driver_u32 +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xccd07150 ib_qp_usecnt_dec +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xcd597830 ib_get_vf_guid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xcf83a1cd ib_modify_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd0478dc4 ib_unregister_driver +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd1429a8f ibdev_crit +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd1f50ecb rdma_port_get_link_layer +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd21bb37a ib_sa_unpack_path +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd294eda1 rdma_restrack_del +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd2b92cf3 rdma_restrack_get_byid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd364ce4e ib_get_eth_speed +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd3f0cd72 ib_modify_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd63c6bc3 ib_map_mr_sg_pi +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd6636ca6 rdma_addr_size_in6 +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd8279484 rdma_nl_unicast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd91f159c rdma_nl_put_driver_u64 +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd990844a rdma_user_mmap_entry_insert +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xda0d50ec ib_sa_cancel_query +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xda79f2bf rdma_nl_put_driver_u64_hex +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xdb58e6c4 ib_resize_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xde740ac0 rdma_put_gid_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xdf45f6d6 ib_free_recv_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xdf90ccfc rdma_destroy_ah_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe2491296 ib_rdmacg_try_charge +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe2c41958 ibnl_put_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe3ae99af ib_find_cached_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe4048bde ib_get_cached_port_state +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe56c39f7 ib_sa_get_mcmember_rec +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe5840ec6 ib_wc_status_msg +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe709be95 rdma_read_gid_attr_ndev_rcu +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe75d52a7 rdma_move_ah_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe781c4cb rdma_roce_rescan_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe7b52e5f mult_to_ib_rate +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe98fb058 ib_post_send_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe9b7413f ib_port_register_client_groups +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe9e799fc ib_ud_header_pack +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xeca7afe7 ib_set_client_data +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xefa2bbec __ib_alloc_cq_any +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf1a396ab ib_detach_mcast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf1ee74b1 ib_check_mr_status +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf21c674b ib_unregister_device_and_put +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf433abbc rdma_rw_ctx_init +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 0xf8341043 rdma_addr_cancel +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf9b9dc3c rdma_rw_ctx_post +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf9f8706d ib_alloc_mr_integrity +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xfe2519fa rdma_find_gid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xfe35189e rdma_link_register +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xfeae3eed rdma_alloc_netdev +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x063df13e ib_umem_odp_release +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x07aa2215 ib_umem_dmabuf_get_pinned +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x0eb62c63 uverbs_fd_class +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x1c79882e uverbs_copy_to +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x36c34dc6 ib_copy_path_rec_to_user +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x37996f84 ib_uverbs_get_ucontext_file +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x3c8c20bc uverbs_finalize_uobj_create +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x44bb8f78 flow_resources_add +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x44e982b2 ib_umem_odp_map_dma_and_lock +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x455181c6 _uverbs_get_const_signed +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x4f67ae23 ib_umem_dmabuf_get +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x55329856 ib_umem_get_peer +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x5cd2ffc5 ib_umem_release +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x633f96c0 ib_umem_get +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x754b0000 ib_copy_path_rec_from_user +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x75b99762 ib_umem_odp_alloc_child +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x793b60fa ib_umem_copy_from +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x7a3e8932 ib_umem_odp_unmap_dma_pages +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x8cc75062 ib_umem_find_best_pgsz +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x92591f73 _uverbs_alloc +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x9d68a7f5 ib_umem_odp_alloc_implicit +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xa3224d40 uverbs_idr_class +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xa91f0dd4 ib_umem_dmabuf_unmap_pages +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xb21bf121 ib_umem_stop_invalidation_notifier +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xb64b006f uverbs_destroy_def_handler +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xb6742278 flow_resources_alloc +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xbb8e2846 ib_umem_activate_invalidation_notifier +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xbdd6534b uverbs_get_flags32 +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xbde5c050 ib_unregister_peer_memory_client +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xc73e2eb1 ib_uverbs_flow_resources_free +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xc9b1b903 ib_umem_odp_get +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xcbca9579 ib_copy_qp_attr_to_user +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xcf60e2a3 ib_copy_ah_attr_to_user +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xd049f362 ib_register_peer_memory_client +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xdc89acf9 ib_umem_dmabuf_map_pages +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xdc8af0eb uverbs_uobject_put +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xeb3b7efe uverbs_get_flags64 +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xed23cef4 uverbs_copy_to_struct_or_zero +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xefa088f3 uverbs_uobject_fd_release +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xfe354a63 _uverbs_get_const_unsigned +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x042da2ef iw_cm_disconnect +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x12e930ee iw_create_cm_id +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x41859d6d iw_destroy_cm_id +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x49a93f6b iw_cm_reject +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x5c3f2259 iw_cm_init_qp_attr +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x74387bd0 iw_cm_listen +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xe8268bb0 iw_cm_connect +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xf3df871f iwcm_reject_msg +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xfa4599fe iw_cm_accept +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x09ec988e rdma_connect_ece +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x0ca874b8 rdma_connect_locked +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x0f8117bb rdma_accept +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x14da5db0 rdma_listen +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x1f08ac13 rdma_lock_handler +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x24584c27 rdma_init_qp_attr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x2e1b62b6 rdma_bind_addr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x4528c62e rdma_leave_multicast +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x490afb54 rdma_resolve_addr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x51b163d1 rdma_join_multicast +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x593835ac rdma_destroy_qp +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x5e38a8be rdma_create_qp +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x608ba676 rdma_accept_ece +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x623ed504 rdma_set_min_rnr_timer +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x68b544e1 rdma_notify +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x720bc328 rdma_get_service_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x89f7ec6b rdma_create_user_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x907df803 rdma_event_msg +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xbbff487e rdma_connect +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xbe65c4c8 rdma_destroy_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xc300b113 rdma_set_service_type +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xc5bf8923 rdma_set_ack_timeout +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xce1503dc __rdma_create_kernel_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xd1780a1e rdma_set_reuseaddr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xd2abb777 rdma_set_afonly +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xd539c15d rdma_read_gids +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xd84de12a rdma_res_to_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xe16d9bb7 rdma_iw_cm_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xe57b8588 rdma_unlock_handler +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xe8077aec rdma_consumer_reject_data +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xef3fcbcc rdma_reject_msg +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xf89f2d2c rdma_reject +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xf91610d5 rdma_disconnect +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xf9c6aac5 rdma_set_ib_path +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xfaeaab05 rdma_resolve_route +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-client 0x2b90d2ce rtrs_clt_close +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-client 0x2d26bbef rtrs_clt_rdma_cq_direct +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-client 0x3c140b5c rtrs_clt_put_permit +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-client 0x8667e2ed rtrs_clt_request +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-client 0x8db45cad rtrs_clt_get_permit +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-client 0x9a1aec61 rtrs_clt_query +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-client 0xc16504dd rtrs_clt_open +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-core 0x1062a440 rtrs_rdma_dev_pd_deinit +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-core 0x242a8646 rtrs_addr_to_str +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-core 0x2c0a15aa rtrs_ib_dev_find_or_add +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-core 0x887302f3 rtrs_addr_to_sockaddr +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-core 0x9123a166 rtrs_ib_dev_put +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-core 0xd364bc8a 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 0x443c23ee rtrs_srv_close +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-server 0x49c142c0 rtrs_srv_set_sess_priv +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-server 0x880acfb8 rtrs_srv_resp_rdma +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-server 0xc3fc3a95 rtrs_srv_open +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-server 0xcdc70dba rtrs_srv_get_queue_depth +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-server 0xe9d1cd36 rtrs_srv_get_path_name +EXPORT_SYMBOL drivers/input/gameport/gameport 0x4e4faf8f gameport_unregister_driver +EXPORT_SYMBOL drivers/input/gameport/gameport 0x565cb7b6 gameport_stop_polling +EXPORT_SYMBOL drivers/input/gameport/gameport 0x5da7e175 gameport_unregister_port +EXPORT_SYMBOL drivers/input/gameport/gameport 0x676835b5 gameport_set_phys +EXPORT_SYMBOL drivers/input/gameport/gameport 0x79e80ea2 __gameport_register_port +EXPORT_SYMBOL drivers/input/gameport/gameport 0x7e85fda8 __gameport_register_driver +EXPORT_SYMBOL drivers/input/gameport/gameport 0xc521332a gameport_close +EXPORT_SYMBOL drivers/input/gameport/gameport 0xc9719eae gameport_start_polling +EXPORT_SYMBOL drivers/input/gameport/gameport 0xe2be739a gameport_open +EXPORT_SYMBOL drivers/input/joystick/iforce/iforce 0x26753a5d iforce_process_packet +EXPORT_SYMBOL drivers/input/joystick/iforce/iforce 0x4eb45af4 iforce_send_packet +EXPORT_SYMBOL drivers/input/joystick/iforce/iforce 0x9df65f44 iforce_init_device +EXPORT_SYMBOL drivers/input/matrix-keymap 0x24888fbf matrix_keypad_build_keymap +EXPORT_SYMBOL drivers/input/misc/ad714x 0x2b0548fc ad714x_enable +EXPORT_SYMBOL drivers/input/misc/ad714x 0x7f8918c4 ad714x_disable +EXPORT_SYMBOL drivers/input/misc/ad714x 0xd3c183b2 ad714x_probe +EXPORT_SYMBOL drivers/input/misc/cma3000_d0x 0x4a5d592b 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 0xa6a018d5 rmi_unregister_transport_device +EXPORT_SYMBOL drivers/input/sparse-keymap 0x04060f25 sparse_keymap_entry_from_keycode +EXPORT_SYMBOL drivers/input/sparse-keymap 0x0b962d52 sparse_keymap_entry_from_scancode +EXPORT_SYMBOL drivers/input/sparse-keymap 0x46847b9c sparse_keymap_report_entry +EXPORT_SYMBOL drivers/input/sparse-keymap 0xa989f74f sparse_keymap_setup +EXPORT_SYMBOL drivers/input/sparse-keymap 0xd2cf5174 sparse_keymap_report_event +EXPORT_SYMBOL drivers/input/touchscreen/ad7879 0x8eb65e02 ad7879_probe +EXPORT_SYMBOL drivers/input/touchscreen/ad7879 0x9a933468 ad7879_pm_ops +EXPORT_SYMBOL drivers/interconnect/qcom/icc-smd-rpm 0x4d1a0c92 qnoc_probe +EXPORT_SYMBOL drivers/interconnect/qcom/icc-smd-rpm 0x88446b43 qnoc_remove +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x09e65725 capi_ctr_down +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x15f12eb3 attach_capi_ctr +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x36353d2e detach_capi_ctr +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x41501017 capi_ctr_ready +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xd394d186 capi_ctr_handle_message +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/isdnhdlc 0x27c58fd5 isdnhdlc_decode +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/isdnhdlc 0x4644eea5 isdnhdlc_out_init +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/isdnhdlc 0x5b835a58 isdnhdlc_rcv_init +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/isdnhdlc 0xef4ee223 isdnhdlc_encode +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNipac 0x422fbab5 mISDNipac_init +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNipac 0x8c153611 mISDNisac_irq +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNipac 0x8cc8811a mISDNisac_init +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNipac 0xd4abf597 mISDNipac_irq +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNisar 0x7f479cc5 mISDNisar_irq +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNisar 0xe34af503 mISDNisar_init +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x03a68066 mISDN_FsmRestartTimer +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x0729930b create_l1 +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x13c380e0 mISDN_freebchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x20a4d57a recv_Dchannel_skb +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x20bc7aef mISDN_unregister_device +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 0x280192d6 dchannel_senddata +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x2c643c00 mISDNDevName4ch +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 0x3f1fff43 recv_Bchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x50c2230c mISDN_FsmChangeState +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x588886a6 l1_event +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x5a0724a8 recv_Bchannel_skb +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x5bc09554 get_next_bframe +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x6047df40 mISDN_FsmInitTimer +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x71d8b422 mISDN_clear_bchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x88a8c060 mISDN_initbchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x89fd2f53 recv_Echannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x948ace85 mISDN_register_Bprotocol +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x97201238 bchannel_senddata +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x9c928457 mISDN_FsmNew +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xa3a673f8 mISDN_ctrl_bchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xa6cc62d5 mISDN_initdchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xa7bc0e85 mISDN_freedchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xab58641b mISDN_register_device +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xbd92b67d recv_Dchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xc3401729 mISDN_register_clock +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xc6dde616 queue_ch_frame +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 0xd9e5470c mISDN_unregister_Bprotocol +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xe8f617eb mISDN_unregister_clock +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xee5978d9 bchannel_get_rxbuf +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xfd20293f get_next_dframe +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 0x390cacab ti_lmu_common_get_brt_res +EXPORT_SYMBOL drivers/leds/leds-ti-lmu-common 0x54a12ec4 ti_lmu_common_set_ramp +EXPORT_SYMBOL drivers/leds/leds-ti-lmu-common 0x6ac861c1 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 0xc87eb301 cmdq_get_shift_pa +EXPORT_SYMBOL drivers/mailbox/omap-mailbox 0x1eb3a5f7 omap_mbox_enable_irq +EXPORT_SYMBOL drivers/mailbox/omap-mailbox 0x7f3da4a5 omap_mbox_request_channel +EXPORT_SYMBOL drivers/mailbox/omap-mailbox 0xb27b0469 omap_mbox_disable_irq +EXPORT_SYMBOL drivers/md/dm-log 0x681d6102 dm_dirty_log_type_unregister +EXPORT_SYMBOL drivers/md/dm-log 0xa5d519c6 dm_dirty_log_destroy +EXPORT_SYMBOL drivers/md/dm-log 0xa8aa4d80 dm_dirty_log_type_register +EXPORT_SYMBOL drivers/md/dm-log 0xee2fcd88 dm_dirty_log_create +EXPORT_SYMBOL drivers/md/dm-snapshot 0x31609aa9 dm_exception_store_type_register +EXPORT_SYMBOL drivers/md/dm-snapshot 0x43da914a dm_exception_store_create +EXPORT_SYMBOL drivers/md/dm-snapshot 0x7b908938 dm_exception_store_type_unregister +EXPORT_SYMBOL drivers/md/dm-snapshot 0xa9cfc277 dm_snap_origin +EXPORT_SYMBOL drivers/md/dm-snapshot 0xcff09cd9 dm_exception_store_destroy +EXPORT_SYMBOL drivers/md/dm-snapshot 0xe9af1850 dm_snap_cow +EXPORT_SYMBOL drivers/md/raid456 0x02cfc39d r5c_journal_mode_set +EXPORT_SYMBOL drivers/md/raid456 0xad4c1924 raid5_set_cache_size +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x10608d0b flexcop_device_kmalloc +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x11c8fa4b flexcop_device_exit +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x27a1dea2 flexcop_sram_set_dest +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x30975ed5 flexcop_eeprom_check_mac_addr +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x32af5dfe flexcop_device_kfree +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x3be2807c flexcop_dump_reg +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x4cdc3b28 flexcop_i2c_request +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x5dd05ff4 flexcop_pass_dmx_packets +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x6814019e flexcop_sram_ctrl +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x9502fd24 flexcop_pass_dmx_data +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xa50a60d0 flexcop_device_initialize +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xb4866b8e flexcop_wan_set_speed +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xbc206ae5 flexcop_pid_feed_control +EXPORT_SYMBOL drivers/media/common/cx2341x 0x00c5072c cx2341x_ext_ctrls +EXPORT_SYMBOL drivers/media/common/cx2341x 0x15ac1bd0 cx2341x_ctrl_query +EXPORT_SYMBOL drivers/media/common/cx2341x 0x15e9e326 cx2341x_handler_setup +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 0x5d9395b1 cx2341x_handler_init +EXPORT_SYMBOL drivers/media/common/cx2341x 0x7b4dd2cb cx2341x_fill_defaults +EXPORT_SYMBOL drivers/media/common/cx2341x 0xd2ecf404 cx2341x_handler_set_busy +EXPORT_SYMBOL drivers/media/common/cx2341x 0xdbc5583a cx2341x_update +EXPORT_SYMBOL drivers/media/common/cx2341x 0xe1fe1432 cx2341x_log_status +EXPORT_SYMBOL drivers/media/common/cx2341x 0xe82c0309 cx2341x_handler_set_50hz +EXPORT_SYMBOL drivers/media/common/cypress_firmware 0x9068191e cypress_load_firmware +EXPORT_SYMBOL drivers/media/common/ttpci-eeprom 0x693e74ba ttpci_eeprom_decode_mac +EXPORT_SYMBOL drivers/media/common/ttpci-eeprom 0xf1dc8a2b ttpci_eeprom_parse_mac +EXPORT_SYMBOL drivers/media/common/tveeprom 0x0dbf0296 tveeprom_hauppauge_analog +EXPORT_SYMBOL drivers/media/common/tveeprom 0x475257ae 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 0x1f370775 vb2_buffer_in_use +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-common 0x673a66a4 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 0x27f7110a vb2_dvb_get_frontend +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-dvb 0x5a463c77 vb2_dvb_dealloc_frontends +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-dvb 0x73a86ced vb2_dvb_find_frontend +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-dvb 0x85cb3def vb2_dvb_unregister_bus +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-dvb 0xbedfd3ee vb2_dvb_register_bus +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-dvb 0xcc90e928 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 0x4bd4f401 vb2_querybuf +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x08733236 intlog10 +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x0b27058d dvb_register_device +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x18acd31f dvb_dmx_swfilter_packets +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x231414f5 dvb_net_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x2367a62c dvb_unregister_device +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x2f5cdf80 dvb_ringbuffer_write +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x39372a80 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 0x42101a75 dvb_generic_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x4292457d dvb_generic_open +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x44fa364a dvb_ca_en50221_frda_irq +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x46609407 dvb_register_frontend +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x54abe4ff dvb_dmx_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x5845210d dvb_dmxdev_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x5b6dbf87 dvb_frontend_detach +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x5d3f0ae8 dvb_generic_ioctl +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 0x64d39bd3 dvb_remove_device +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x6a9f708a dvb_dmx_swfilter_204 +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x6bbb22ed dvb_ca_en50221_camchange_irq +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x72f58c5e dvb_device_get +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x85463c49 dvb_ca_en50221_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x8c54b0f8 dvb_dmx_swfilter +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x8d3fa475 dvb_frontend_reinitialise +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 0x93538a24 dvb_unregister_adapter +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xa0bd9fe3 dvb_dmxdev_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xa4235824 dvb_dmx_swfilter_raw +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xb0b235e4 dvb_unregister_frontend +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xb3352dd2 dvb_ringbuffer_empty +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xc0e9ef71 dvb_register_adapter +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xc3f679f9 dvb_ringbuffer_write_user +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xd206b5b4 dvb_ca_en50221_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xe138ce6b dvb_ringbuffer_avail +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xe3d0613b dvb_net_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xebbc2d9b dvb_ringbuffer_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xf744615e dvb_frontend_resume +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xfb09f39a dvb_ringbuffer_read +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xfb9a826f dvb_ringbuffer_flush +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xfc6380e5 dvb_ringbuffer_free +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xfe17ebcc dvb_frontend_suspend +EXPORT_SYMBOL drivers/media/dvb-frontends/ascot2e 0x2e1f2d14 ascot2e_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/atbm8830 0x96fa39f6 atbm8830_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x02af2c7c au8522_release_state +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x5443027f au8522_i2c_gate_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x93b52dd2 au8522_writereg +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x9fee0af0 au8522_get_state +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0xa0efd6d7 au8522_led_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0xacb26b95 au8522_sleep +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0xc990beb5 au8522_init +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0xd80e987c au8522_analog_i2c_gate_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0xf03d8148 au8522_readreg +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_dig 0x868532d8 au8522_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/bcm3510 0x2882036f bcm3510_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx22700 0x47fd6c6b cx22700_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx22702 0x698ace88 cx22702_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24110 0x5ced2604 cx24110_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24113 0x09581754 cx24113_agc_callback +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24113 0x50e15836 cx24113_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24116 0x533e299a cx24116_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24120 0x97b05f60 cx24120_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24123 0x3e0d8257 cx24123_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24123 0xb14e14be cx24123_get_tuner_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/cxd2820r 0x4f70fa92 cxd2820r_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cxd2841er 0x58d84fc7 cxd2841er_attach_s +EXPORT_SYMBOL drivers/media/dvb-frontends/cxd2841er 0xf835002e cxd2841er_attach_t_c +EXPORT_SYMBOL drivers/media/dvb-frontends/cxd2880/cxd2880 0x7d4e5ecf cxd2880_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0x0cac1c1e dib0070_ctrl_agc_filter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0x205637ba dib0070_get_rf_output +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0x3d512482 dib0070_set_rf_output +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0xc2771f0a dib0070_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0xf05dcd4f dib0070_wbd_offset +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x07916360 dib0090_pwm_gain_reset +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x0dbb570a dib0090_dcc_freq +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x0f685aa4 dib0090_fw_register +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x1048152c dib0090_register +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x1cdfd41a dib0090_set_dc_servo +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x43dfd563 dib0090_set_vga +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x57c6e6c3 dib0090_set_tune_state +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x9e09f68e dib0090_update_tuning_table_7090 +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xa94ef83f dib0090_get_current_gain +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xad275337 dib0090_get_wbd_offset +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xb9ea1532 dib0090_get_wbd_target +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xc323adda dib0090_update_rframp_7090 +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xc52c6636 dib0090_get_tune_state +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xd068ed71 dib0090_set_switch +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xdf02dbee dib0090_gain_control +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mb 0xb9ca4e48 dib3000mb_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0x1570aec8 dib3000mc_set_config +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0x1a36a0b8 dib3000mc_i2c_enumeration +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0x4b04732d dib3000mc_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0x6ee221aa dib3000mc_pid_control +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0xa1a80b05 dib3000mc_get_tuner_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0xc7eab739 dib3000mc_pid_parse +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000m 0x236451f7 dib7000m_pid_filter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000m 0x25b4faa4 dib7000m_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000m 0x8e5ac620 dib7000m_pid_filter_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000m 0xa7b923fa dib7000m_get_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0xbf95369b dib7000p_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x87c7fefa dib8000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0x1d497533 dib9000_get_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0x1de631da dib9000_i2c_enumeration +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0x24869198 dib9000_set_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0x33323999 dib9000_get_tuner_interface +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0x38c220ca dib9000_firmware_post_pll_init +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0x623fb620 dib9000_set_gpio +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0x714be461 dib9000_get_component_bus_interface +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0x86180195 dib9000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0x8e75049a dib9000_fw_pid_filter_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0x9b887596 dib9000_fw_set_component_bus_speed +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0xa78b582b dib9000_set_slave_frontend +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0xd12e055a dib9000_get_slave_frontend +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0xf3b16537 dib9000_fw_pid_filter +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0x11551931 dibx000_exit_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0x2441cdac dibx000_get_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0x723331e2 dibx000_init_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0xb5d51059 dibx000_reset_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0xcf09dfe8 dibx000_i2c_set_speed +EXPORT_SYMBOL drivers/media/dvb-frontends/drx39xyj/drx39xyj 0x336c9fcb drx39xxj_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/drxd 0xec86e9cf drxd_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/drxk 0xbe069b22 drxk_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/ds3000 0x05d967b2 ds3000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dvb-pll 0x1e6c3ede dvb_pll_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dvb_dummy_fe 0x78fdad29 dvb_dummy_fe_qpsk_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dvb_dummy_fe 0xafbc66f0 dvb_dummy_fe_qam_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dvb_dummy_fe 0xd3338941 dvb_dummy_fe_ofdm_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/ec100 0x84411046 ec100_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/helene 0x13c00f65 helene_attach_s +EXPORT_SYMBOL drivers/media/dvb-frontends/helene 0xe1d8bf7c helene_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/horus3a 0x918d471f horus3a_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/isl6405 0x1658affe isl6405_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/isl6421 0x4af0577e isl6421_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/isl6423 0x5a70b0f7 isl6423_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/itd1000 0xc5bce072 itd1000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/ix2505v 0xf7ab9830 ix2505v_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/l64781 0x7c451203 l64781_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lg2160 0x8f5a5abe lg2160_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lgdt3305 0x31a108d3 lgdt3305_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lgdt3306a 0x9061a753 lgdt3306a_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lgdt330x 0xfa1243b3 lgdt330x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lgs8gl5 0x1e0570e7 lgs8gl5_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lgs8gxx 0xff7ab517 lgs8gxx_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lnbh25 0xb25e9093 lnbh25_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lnbh29 0x3654a9d1 lnbh29_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lnbp21 0x271672e6 lnbp21_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lnbp21 0xea58ae60 lnbh24_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lnbp22 0xd391a966 lnbp22_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/m88ds3103 0x82d109e6 m88ds3103_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/m88ds3103 0x83c63de2 m88ds3103_get_agc_pwm +EXPORT_SYMBOL drivers/media/dvb-frontends/m88rs2000 0xa405fbae m88rs2000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/mb86a16 0x86f175a9 mb86a16_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/mb86a20s 0x496aaf5d mb86a20s_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/mt312 0x06fb7b5f mt312_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/mt352 0x2d170b41 mt352_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/nxt200x 0xfe493b69 nxt200x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/nxt6000 0x6974ebdf nxt6000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/or51132 0x1cfa4bb5 or51132_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/or51211 0xb9f11f76 or51211_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/s5h1409 0xfcc205ab s5h1409_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/s5h1411 0x51588620 s5h1411_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/s5h1420 0x037e3893 s5h1420_get_tuner_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/s5h1420 0x961e4cb4 s5h1420_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/s5h1432 0x5fe9abfc s5h1432_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/s921 0x0401ca81 s921_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/si21xx 0x67610202 si21xx_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/sp887x 0x198e40d7 sp887x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stb0899 0xbbc0e60f stb0899_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stb6000 0xc9a2aadd stb6000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stb6100 0xc0a2c66e stb6100_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0288 0x32bef8f0 stv0288_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0297 0x56151a9d stv0297_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0299 0xb29d9d05 stv0299_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0367 0x135db982 stv0367ddb_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0367 0x23ada7b8 stv0367ter_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0367 0xa29f5dd5 stv0367cab_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0900 0xed03d415 stv0900_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv090x 0x14ed7c9d stv090x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv6110 0x5b3f9830 stv6110_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv6110x 0x81c9f39d stv6110x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda10021 0x25d48768 tda10021_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda10023 0x34c94fc4 tda10023_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda10048 0xd32cf4b0 tda10048_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda1004x 0x50ea3711 tda10046_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda1004x 0x6b672865 tda10045_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda10086 0x0af2ae01 tda10086_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda665x 0xd1846363 tda665x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda8083 0x28fc982d tda8083_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda8261 0xb78c223c tda8261_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda826x 0xc24b0bd8 tda826x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/ts2020 0x3c9d1ab0 ts2020_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tua6100 0x5b6e9a39 tua6100_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/ves1820 0xb6cb071a ves1820_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/ves1x93 0x5cd5941a ves1x93_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/zd1301_demod 0x76c65968 zd1301_demod_get_dvb_frontend +EXPORT_SYMBOL drivers/media/dvb-frontends/zd1301_demod 0xc5c32689 zd1301_demod_get_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/zl10036 0xf57c0f40 zl10036_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/zl10039 0xdc5f7f68 zl10039_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/zl10353 0x37ed8601 zl10353_attach +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x152c2e3a flexcop_dma_config +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x455a0934 flexcop_dma_control_timer_irq +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x506d0b58 flexcop_dma_config_timer +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0xa6e92bc3 flexcop_dma_free +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0xd81f8442 flexcop_dma_control_size_irq +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0xe0835667 flexcop_dma_xfer_control +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0xe5dc83b4 flexcop_dma_allocate +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0x1608f8e1 bt878_device_control +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0x3b57a4c2 bt878_stop +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0x435fbf7e bt878 +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0xd5d0bdef bt878_num +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0xf4220ecf bt878_start +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0x11dc4b6d bttv_gpio_enable +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0x55d1e46e bttv_sub_register +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0x8ecf4acc bttv_write_gpio +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0x9dc08e62 bttv_get_pcidev +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0xbcf2d2fb bttv_read_gpio +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0xdcf80a28 bttv_sub_unregister +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x43a983fd dst_check_sum +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x79ba53e3 dst_error_recovery +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x8059b7d3 dst_pio_disable +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x883bfa96 read_dst +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x987a93ee dst_wait_dst_ready +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0xb221562e write_dst +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0xb27ee7f9 dst_comm_init +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0xe28db91b dst_attach +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0xee5d6bd3 rdc_reset_state +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0xf2e03a4f dst_error_bailout +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst_ca 0xeab75387 dst_ca_attach +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x0de26268 cx18_claim_stream +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x24946803 cx18_ext_init +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x2cdea06d cx18_reset_ir_gpio +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x3ae915b7 cx18_release_stream +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x5561c962 cx18_start_v4l2_encode_stream +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x79d3cc83 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 0x02a5eac3 cx25821_dev_get +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x07b0febd cx25821_dev_unregister +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x196c2736 cx25821_risc_databuffer_audio +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x44b517f5 cx25821_print_irqbits +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x4bec8674 cx25821_riscmem_alloc +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x7bb4ae4d cx25821_set_gpiopin_direction +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0xabc52850 cx25821_sram_channel_setup_audio +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0xbef552d7 cx25821_sram_channel_dump_audio +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0xe9050411 cx25821_sram_channels +EXPORT_SYMBOL drivers/media/pci/cx88/cx88-vp3054-i2c 0xce021297 vp3054_i2c_probe +EXPORT_SYMBOL drivers/media/pci/cx88/cx88-vp3054-i2c 0xd651d08d vp3054_i2c_remove +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0x02bd6daa cx88_querycap +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0x0a49a862 cx88_video_mux +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0x95f62795 cx88_enum_input +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0xf75c2d67 cx88_set_freq +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x2f60cfae cx8802_unregister_driver +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x304f9834 cx8802_buf_prepare +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x748e261f cx8802_start_dma +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x958c3e05 cx8802_get_driver +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0xabc172c4 cx8802_register_driver +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0xdfcc8287 cx8802_cancel_buffers +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0xec2dcd48 cx8802_buf_queue +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x076551af cx88_ir_start +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x18f9b27e cx88_newstation +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x334d1e4b cx88_reset +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x339c6ac5 cx88_shutdown +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x39ec3028 cx88_core_get +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x3eaea948 cx88_risc_buffer +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x438d8e43 cx88_core_irq +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x4fe17859 cx88_ir_stop +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 0x7407f15f cx88_set_tvnorm +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x7b00e71c cx88_sram_channel_dump +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x8007eea1 cx88_risc_databuffer +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x8b87fb8b 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 0x94e591a1 cx88_set_tvaudio +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x9cb10bef cx88_set_stereo +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xa71e112c cx88_vdev_init +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xae11ced3 cx88_wakeup +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xbbf42c1c cx88_sram_channel_setup +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xc97c0a89 cx88_dsp_detect_stereo_sap +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xcecab45c cx88_set_scale +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xe9841640 cx88_get_stereo +EXPORT_SYMBOL drivers/media/pci/ddbridge/ddbridge-dummy-fe 0xa47edfb5 ddbridge_dummy_fe_qam_attach +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x14f67530 ivtv_debug +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x18c59dff ivtv_stop_v4l2_encode_stream +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x3f88528d ivtv_udma_setup +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x58ad811d ivtv_vapi +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x5b582e22 ivtv_api +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x6ba013ee ivtv_firmware_check +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x77f365a0 ivtv_ext_init +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x8495f138 ivtv_udma_prepare +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x97e3b001 ivtv_reset_ir_gpio +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x9c6871a9 ivtv_start_v4l2_encode_stream +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xa8a08258 ivtv_claim_stream +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xbb839405 ivtv_udma_unmap +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xbc95231a ivtv_udma_alloc +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xbdecd1a1 ivtv_clear_irq_mask +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xc7e17ff3 ivtv_set_irq_mask +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xc88d6705 ivtv_init_on_first_open +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xd85a1f96 ivtv_release_stream +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xe66374e5 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 0x2ea0a420 saa7134_tvaudio_setmute +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x3cd6a069 saa7134_set_dmabits +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x3fa363ed saa7134_dmasound_init +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x5543a24b saa7134_pgtable_free +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x5e113228 saa7134_dmasound_exit +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x730c4be3 saa7134_boards +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x79dd9de4 saa7134_ts_unregister +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x7d88fec4 saa_dsp_writel +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x7fe6c1b3 saa7134_pgtable_alloc +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x8f1ad46b saa7134_devlist_lock +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x913510e8 saa7134_set_gpio +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xbc54ef1f saa7134_ts_register +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xf7e73fe9 saa7134_pgtable_build +EXPORT_SYMBOL drivers/media/platform/allegro-dvt/allegro 0x2c79d0f2 msg_type_name +EXPORT_SYMBOL drivers/media/radio/tea575x 0x95229949 snd_tea575x_hw_init +EXPORT_SYMBOL drivers/media/radio/tea575x 0x9552e130 snd_tea575x_set_freq +EXPORT_SYMBOL drivers/media/radio/tea575x 0xb28eccc4 snd_tea575x_s_hw_freq_seek +EXPORT_SYMBOL drivers/media/radio/tea575x 0xbec2f948 snd_tea575x_exit +EXPORT_SYMBOL drivers/media/radio/tea575x 0xd503fde0 snd_tea575x_init +EXPORT_SYMBOL drivers/media/radio/tea575x 0xe6ffa0a0 snd_tea575x_g_tuner +EXPORT_SYMBOL drivers/media/radio/tea575x 0xf00f076c 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 0x3bbdc176 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 0xcd8dcd28 ir_raw_handler_register +EXPORT_SYMBOL drivers/media/rc/rc-core 0xce3696f3 ir_raw_gen_manchester +EXPORT_SYMBOL drivers/media/tuners/fc0011 0xd9790225 fc0011_attach +EXPORT_SYMBOL drivers/media/tuners/fc0012 0x4223ae77 fc0012_attach +EXPORT_SYMBOL drivers/media/tuners/fc0013 0x09776cce fc0013_rc_cal_reset +EXPORT_SYMBOL drivers/media/tuners/fc0013 0xa73aaa72 fc0013_attach +EXPORT_SYMBOL drivers/media/tuners/fc0013 0xaeb3561d fc0013_rc_cal_add +EXPORT_SYMBOL drivers/media/tuners/max2165 0x47c5a5e2 max2165_attach +EXPORT_SYMBOL drivers/media/tuners/mc44s803 0xee031ec3 mc44s803_attach +EXPORT_SYMBOL drivers/media/tuners/mt2060 0x9c0d0464 mt2060_attach +EXPORT_SYMBOL drivers/media/tuners/mt2131 0x8191966c mt2131_attach +EXPORT_SYMBOL drivers/media/tuners/mt2266 0x15b0af07 mt2266_attach +EXPORT_SYMBOL drivers/media/tuners/mxl5005s 0x80316263 mxl5005s_attach +EXPORT_SYMBOL drivers/media/tuners/qt1010 0xb8a6fc03 qt1010_attach +EXPORT_SYMBOL drivers/media/tuners/tda18218 0x1e145742 tda18218_attach +EXPORT_SYMBOL drivers/media/tuners/tuner-types 0x4c48939e tuners +EXPORT_SYMBOL drivers/media/tuners/tuner-types 0xc2821775 tuner_count +EXPORT_SYMBOL drivers/media/tuners/xc2028 0xfed439c5 xc2028_attach +EXPORT_SYMBOL drivers/media/tuners/xc4000 0xdb7e3fcb xc4000_attach +EXPORT_SYMBOL drivers/media/tuners/xc5000 0xc3406973 xc5000_attach +EXPORT_SYMBOL drivers/media/usb/cx231xx/cx231xx 0xa3733eb4 cx231xx_register_extension +EXPORT_SYMBOL drivers/media/usb/cx231xx/cx231xx 0xea4f4db6 cx231xx_unregister_extension +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x20dc6644 dvb_usbv2_generic_write +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x5ed170b7 dvb_usbv2_disconnect +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x6886619e dvb_usbv2_generic_write_locked +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x88519571 dvb_usbv2_generic_rw_locked +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0xbc44a199 dvb_usbv2_resume +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0xd29f62e5 dvb_usbv2_generic_rw +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0xd5e15af4 dvb_usbv2_probe +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0xdb40ceb0 dvb_usbv2_reset_resume +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0xe41f436c dvb_usbv2_suspend +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x5fb1a4b3 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 0x9e46fa77 dvb_usb_generic_write +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0xa2e8c271 dvb_usb_device_init +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0xbc1b05c9 usb_cypress_load_firmware +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0xd8706505 dvb_usb_device_exit +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0xfcba3f14 dvb_usb_nec_rc_key_to_event +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 0x6456ab9d 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 0x1a2404ca dibusb_streaming_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x1b163055 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 0xa825fea1 dibusb2_0_power_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xd145dff9 dibusb2_0_streaming_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xdabcb2b7 dibusb_i2c_algo +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xe33cda0b dibusb_read_eeprom_byte +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xf6b6674c dibusb_power_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xf6c62ed0 dibusb_pid_filter_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xf827545e dibusb_pid_filter +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-mc-common 0x3d80fb3a dibusb_dib3000mc_tuner_attach +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-mc-common 0x9993a906 dibusb_dib3000mc_frontend_attach +EXPORT_SYMBOL drivers/media/usb/em28xx/em28xx 0x81570431 em28xx_unregister_extension +EXPORT_SYMBOL drivers/media/usb/em28xx/em28xx 0x92e9addc em28xx_register_extension +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0x1cc69646 go7007_register_encoder +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0x29100bef go7007_update_board +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0x7e402780 go7007_read_addr +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0x845db607 go7007_boot_encoder +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0xd932c13a go7007_snd_init +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0xe308e62e go7007_parse_video_stream +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0xeafea70a go7007_alloc +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0xf1808609 go7007_snd_remove +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0xf6c50481 go7007_read_interrupt +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x1f7e764c gspca_frame_add +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x4a6060ae gspca_resume +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x4bdad5a1 gspca_dev_probe +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x4c5b4d6d gspca_expo_autogain +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x6098cd39 gspca_disconnect +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x9670af2c gspca_debug +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0xde1108ed gspca_coarse_grained_expo_autogain +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0xe1d40c07 gspca_suspend +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0xf87d0d84 gspca_dev_probe2 +EXPORT_SYMBOL drivers/media/usb/ttusb-dec/ttusbdecfe 0x8395983a ttusbdecfe_dvbt_attach +EXPORT_SYMBOL drivers/media/usb/ttusb-dec/ttusbdecfe 0xa85299f0 ttusbdecfe_dvbs_attach +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-async 0x4f32150a v4l2_async_register_subdev +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-async 0x839f2ea0 v4l2_async_nf_register +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-async 0x97cb461b v4l2_async_nf_unregister +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-async 0xc714efd7 v4l2_async_nf_init +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-async 0xd13c6f88 v4l2_async_subdev_nf_register +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-async 0xfb4b44fd v4l2_async_unregister_subdev +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 0x8a995124 v4l2_m2m_buf_done_and_job_finish +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0xa707595c v4l2_m2m_job_finish +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0xda2fd5db v4l2_m2m_mmap +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0xe1d09ba9 v4l2_m2m_get_vq +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0xf626dd03 v4l2_m2m_suspend +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x01431f77 video_ioctl2 +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 0x0a675243 v4l2_ctrl_new_std_menu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x0a780201 v4l2_ctrl_g_ctrl_int64 +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x0e0aef93 v4l2_s_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x10120121 v4l2_g_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x11d29824 v4l2_ctrl_subdev_log_status +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x123959a1 v4l2_type_names +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x14efc249 video_device_release_empty +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x16244fe5 v4l2_prio_check +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x1723d229 v4l2_querymenu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x186bd748 v4l2_ctrl_handler_setup +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x1aaf493e v4l2_ctrl_sub_ev_ops +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x22b855c5 v4l2_ctrl_activate +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x2342f1ae v4l2_prio_open +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x2496bc6f v4l2_ctrl_cluster +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x28b12cc9 v4l2_format_info +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x2b80b81f __v4l2_ctrl_grab +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x2e460dd1 v4l2_s_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x315de2cf v4l2_ctrl_get_menu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x32d43420 v4l2_ctrl_get_name +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x3adbd595 v4l2_field_names +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x3bdd0f94 v4l2_prio_change +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x3de62366 v4l2_ctrl_new_int_menu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x3e815cfb v4l2_ctrl_handler_log_status +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x420fbf2f video_device_alloc +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x43718a3b v4l2_g_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x49945732 v4l2_ctrl_type_op_equal +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x4c81c9af v4l2_ctrl_new_fwnode_properties +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x51ae2bec v4l2_ctrl_notify +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x5c4d961c __video_register_device +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x5cb70c42 v4l2_ctrl_new_std_menu_items +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x5e852e29 v4l2_query_ext_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x62d771f4 v4l2_ctrl_find +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x6c4ddc86 v4l2_ctrl_request_complete +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x6d7ae43d __v4l2_ctrl_s_ctrl_string +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x70e751f8 v4l2_try_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x711c80e0 v4l2_ctrl_new_std_compound +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x7b93aab8 video_devdata +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x7c1cdd42 v4l2_ctrl_poll +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x7c9a9ad0 v4l2_ctrl_new_custom +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x7dce1669 v4l2_ctrl_handler_init_class +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x7e93fec5 video_device_release +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x7ef7ee8c v4l2_ctrl_add_handler +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x8106095a v4l2_prio_max +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x89bb7cd9 v4l2_queryctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x89db3091 v4l2_ctrl_type_op_log +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x89e3897d v4l2_ctrl_query_fill +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x8b5d4695 v4l2_ctrl_type_op_init +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x8dcfd328 __v4l2_ctrl_s_ctrl_compound +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x911ed2de v4l2_ctrl_g_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xa16d224d __v4l2_ctrl_s_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xaca24935 v4l2_ctrl_subscribe_event +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xaedb4ae0 v4l2_ctrl_fill +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xb77b0159 v4l2_prio_init +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xbc13ba7f v4l2_ctrl_subdev_subscribe_event +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xbc5671dc v4l_printk_ioctl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xbe265474 v4l2_ctrl_new_std +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xc5b8564e v4l2_ctrl_request_setup +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xc74f6fe6 v4l2_ctrl_auto_cluster +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xcd75059b v4l2_subdev_call_wrappers +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xcda04a5b v4l2_prio_close +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xcec41def __v4l2_ctrl_modify_dimensions +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xd16d9c01 v4l2_ctrl_get_int_menu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xdc787c9a v4l2_ctrl_handler_free +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xde9faf22 v4l2_ctrl_radio_filter +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xe15a389a video_unregister_device +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xe2b92059 v4l2_video_std_construct +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xe4a2457f __v4l2_ctrl_modify_range +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xe5fc1cee v4l2_ctrl_log_status +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xe87b42cb v4l2_ctrl_type_op_validate +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xf0d32731 __v4l2_ctrl_s_ctrl_int64 +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 0xf7dcbba5 v4l2_subdev_init +EXPORT_SYMBOL drivers/memory/renesas-rpc-if 0x1c9a4089 rpcif_prepare +EXPORT_SYMBOL drivers/memory/renesas-rpc-if 0x57f401e5 rpcif_hw_init +EXPORT_SYMBOL drivers/memory/renesas-rpc-if 0x58ed79fa rpcif_dirmap_read +EXPORT_SYMBOL drivers/memory/renesas-rpc-if 0x915bd179 rpcif_sw_init +EXPORT_SYMBOL drivers/memory/renesas-rpc-if 0xa9e9ff57 rpcif_manual_xfer +EXPORT_SYMBOL drivers/memstick/core/memstick 0x0718c9d6 memstick_resume_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0x124b5868 memstick_register_driver +EXPORT_SYMBOL drivers/memstick/core/memstick 0x199305e6 memstick_init_req +EXPORT_SYMBOL drivers/memstick/core/memstick 0x1c8b2f93 memstick_next_req +EXPORT_SYMBOL drivers/memstick/core/memstick 0x287277cb memstick_init_req_sg +EXPORT_SYMBOL drivers/memstick/core/memstick 0x4de6cebc memstick_suspend_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0x63233a8f memstick_set_rw_addr +EXPORT_SYMBOL drivers/memstick/core/memstick 0x8976ef85 memstick_alloc_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0x8a62c033 memstick_detect_change +EXPORT_SYMBOL drivers/memstick/core/memstick 0xa221e081 memstick_remove_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0xd54031ef memstick_free_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0xdd779f69 memstick_new_req +EXPORT_SYMBOL drivers/memstick/core/memstick 0xed8f0842 memstick_unregister_driver +EXPORT_SYMBOL drivers/memstick/core/memstick 0xf7d1240c memstick_add_host +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x03ccb900 mpt_findImVolumes +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x0545626c mpt_send_handshake_request +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x091d3d20 mpt_Soft_Hard_ResetHandler +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x0b30bad9 mpt_device_driver_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x114bf0b0 mpt_GetIocState +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x1839046b mpt_put_msg_frame +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x2189ebb3 mpt_event_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x24989247 mpt_halt_firmware +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x276c5405 mpt_get_msg_frame +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x2f545502 mpt_free_msg_frame +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x34b1ac3e mpt_verify_adapter +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x4342549a mpt_raid_phys_disk_get_num_paths +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x44cd8ec9 mpt_suspend +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x502108d0 mpt_fwfault_debug +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x5238465e mpt_alloc_fw_memory +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x566d5a77 mpt_put_msg_frame_hi_pri +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x5eb3d13a mptbase_sas_persist_operation +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x610b257e mpt_reset_deregister +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x64a0c98a mpt_attach +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x68b2f296 mpt_config +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x74a0134a mpt_device_driver_deregister +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x7a4366a5 mpt_print_ioc_summary +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x88e4f2ae mpt_detach +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x8d94617f mpt_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x981efe92 mpt_deregister +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xcb204207 mpt_reset_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xd113da6b mpt_HardResetHandler +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xd268e8fa mpt_resume +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xdd805159 ioc_list +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xe3d48f63 mpt_set_taskmgmt_in_progress_flag +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xe6c1e126 mpt_event_deregister +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xe9b58f00 mpt_free_fw_memory +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xeca35dbf mpt_raid_phys_disk_pg1 +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xf7065802 mpt_clear_taskmgmt_in_progress_flag +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xffa7dd7a mpt_raid_phys_disk_pg0 +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x0cf1e370 mptscsih_is_phys_disk +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x1505f923 mptscsih_taskmgmt_complete +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x2a94d57d mptscsih_bios_param +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x3ee3ea41 mptscsih_dev_reset +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x41746f1f mptscsih_slave_destroy +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x42aaafbd mptscsih_remove +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x45baac50 mptscsih_taskmgmt_response_code +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x490bf96d mptscsih_scandv_complete +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x51bf8f44 mptscsih_raid_id_to_num +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x5eeb2c2f mptscsih_ioc_reset +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x62938cf2 mptscsih_event_process +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x6d49b2ac mptscsih_suspend +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x747c4a73 mptscsih_io_done +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x881154f4 mptscsih_qcmd +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x97b42b7d mptscsih_get_scsi_lookup +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xa0928fdd mptscsih_shutdown +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xafbfcc8c mptscsih_host_reset +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xbcc0f34e mptscsih_IssueTaskMgmt +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xc1ab4a2e mptscsih_show_info +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xc3185389 mptscsih_resume +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xc909e3be mptscsih_info +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xdbfc4280 mptscsih_abort +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xdfb7816a mptscsih_flush_running_cmds +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xe595e8d0 mptscsih_slave_configure +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xe719c587 mptscsih_host_attr_groups +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xe79e710a mptscsih_bus_reset +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xfd97f559 mptscsih_change_queue_depth +EXPORT_SYMBOL drivers/mfd/axp20x 0x077edcbb axp20x_device_remove +EXPORT_SYMBOL drivers/mfd/axp20x 0xabf0cd20 axp20x_device_probe +EXPORT_SYMBOL drivers/mfd/axp20x 0xec2924ed axp20x_match_device +EXPORT_SYMBOL drivers/mfd/dln2 0x2834bf87 dln2_register_event_cb +EXPORT_SYMBOL drivers/mfd/dln2 0x537d6372 dln2_transfer +EXPORT_SYMBOL drivers/mfd/dln2 0xd3df3a11 dln2_unregister_event_cb +EXPORT_SYMBOL drivers/mfd/htc-pasic3 0x6316134e pasic3_read_register +EXPORT_SYMBOL drivers/mfd/htc-pasic3 0xf69d303a pasic3_write_register +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x13aaab20 mc13xxx_unlock +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x2211441a mc13xxx_reg_write +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x616d8d94 mc13xxx_get_flags +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x8a8ad209 mc13xxx_irq_status +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xa0dfdc32 mc13xxx_reg_read +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xa933f1f2 mc13xxx_reg_rmw +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xafc55e63 mc13xxx_irq_free +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xb2acd164 mc13xxx_lock +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xbba46ed8 mc13xxx_irq_mask +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xcb2b0715 mc13xxx_irq_request +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xfd90f286 mc13xxx_irq_unmask +EXPORT_SYMBOL drivers/mfd/qcom-spmi-pmic 0x8b42bd17 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 0x042685e3 wm8994_irq_exit +EXPORT_SYMBOL drivers/mfd/wm8994 0x0a5ad326 wm8994_irq_init +EXPORT_SYMBOL drivers/mfd/wm8994 0x0af34d28 wm8994_regmap_config +EXPORT_SYMBOL drivers/mfd/wm8994 0x38c9f6b1 wm8958_regmap_config +EXPORT_SYMBOL drivers/mfd/wm8994 0xa7abf49c wm1811_regmap_config +EXPORT_SYMBOL drivers/mfd/wm8994 0xb37f65a6 wm8994_base_regmap_config +EXPORT_SYMBOL drivers/misc/ad525x_dpot 0xe023f3d3 ad_dpot_remove +EXPORT_SYMBOL drivers/misc/ad525x_dpot 0xe613ce0e ad_dpot_probe +EXPORT_SYMBOL drivers/misc/altera-stapl/altera-stapl 0x5bafa76e altera_init +EXPORT_SYMBOL drivers/misc/c2port/core 0x23d2364d c2port_device_register +EXPORT_SYMBOL drivers/misc/c2port/core 0x996b4ebb c2port_device_unregister +EXPORT_SYMBOL drivers/misc/tifm_core 0x0ffb277f tifm_queue_work +EXPORT_SYMBOL drivers/misc/tifm_core 0x1bebb0de tifm_alloc_device +EXPORT_SYMBOL drivers/misc/tifm_core 0x1d8a8ce3 tifm_free_adapter +EXPORT_SYMBOL drivers/misc/tifm_core 0x24a7ea17 tifm_map_sg +EXPORT_SYMBOL drivers/misc/tifm_core 0x2de7a75d tifm_add_adapter +EXPORT_SYMBOL drivers/misc/tifm_core 0x43ddfaf3 tifm_has_ms_pif +EXPORT_SYMBOL drivers/misc/tifm_core 0x5fb46b62 tifm_free_device +EXPORT_SYMBOL drivers/misc/tifm_core 0x611f362b tifm_unmap_sg +EXPORT_SYMBOL drivers/misc/tifm_core 0xd5cc4d59 tifm_remove_adapter +EXPORT_SYMBOL drivers/misc/tifm_core 0xdb65d1eb tifm_register_driver +EXPORT_SYMBOL drivers/misc/tifm_core 0xe48669e8 tifm_unregister_driver +EXPORT_SYMBOL drivers/misc/tifm_core 0xf0294e75 tifm_alloc_adapter +EXPORT_SYMBOL drivers/misc/tifm_core 0xf9b746e6 tifm_eject +EXPORT_SYMBOL drivers/mmc/host/cqhci 0x3a2bdd24 cqhci_irq +EXPORT_SYMBOL drivers/mmc/host/cqhci 0x5874d97a cqhci_init +EXPORT_SYMBOL drivers/mmc/host/cqhci 0x5fcb0aca cqhci_resume +EXPORT_SYMBOL drivers/mmc/host/cqhci 0x7c99728f cqhci_pltfm_init +EXPORT_SYMBOL drivers/mmc/host/cqhci 0x86d015cd cqhci_deactivate +EXPORT_SYMBOL drivers/mmc/host/dw_mmc 0x035588b2 dw_mci_runtime_resume +EXPORT_SYMBOL drivers/mmc/host/dw_mmc 0x4688f759 dw_mci_remove +EXPORT_SYMBOL drivers/mmc/host/dw_mmc 0x8b61023a dw_mci_runtime_suspend +EXPORT_SYMBOL drivers/mmc/host/dw_mmc 0x967b7c5e dw_mci_probe +EXPORT_SYMBOL drivers/mmc/host/of_mmc_spi 0x018dae18 mmc_spi_get_pdata +EXPORT_SYMBOL drivers/mmc/host/of_mmc_spi 0x107fe490 mmc_spi_put_pdata +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0x31829471 cfi_varsize_frob +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0x609ac2da cfi_send_gen_cmd +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0x71c630c1 cfi_read_pri +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0xb0550ece cfi_merge_status +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0xd797ee0e cfi_fixup +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0xd8d3632a cfi_build_cmd +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0xfcecc1f7 cfi_build_cmd_addr +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0xff9fa623 cfi_udelay +EXPORT_SYMBOL drivers/mtd/chips/chipreg 0x3a6076bf register_mtd_chip_driver +EXPORT_SYMBOL drivers/mtd/chips/chipreg 0x482d4cef map_destroy +EXPORT_SYMBOL drivers/mtd/chips/chipreg 0x4c6896d5 do_map_probe +EXPORT_SYMBOL drivers/mtd/chips/chipreg 0xd9e2c912 unregister_mtd_chip_driver +EXPORT_SYMBOL drivers/mtd/chips/gen_probe 0xde2ea43d mtd_do_chip_probe +EXPORT_SYMBOL drivers/mtd/lpddr/lpddr_cmds 0xf9d10bb7 lpddr_cmdset +EXPORT_SYMBOL drivers/mtd/maps/map_funcs 0x603ebe44 simple_map_init +EXPORT_SYMBOL drivers/mtd/mtd 0x09a0c27e mtd_concat_create +EXPORT_SYMBOL drivers/mtd/mtd 0x1b16ba29 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 0x55337ee2 of_mtk_ecc_get +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 0x00701b63 nand_ecc_sw_bch_cleanup_ctx +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x02e08f60 nand_ecc_sw_hamming_cleanup_ctx +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x0e77262a nand_ecc_register_on_host_hw_engine +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x0f4fccde nand_ecc_unregister_on_host_hw_engine +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x281b303b nand_ecc_sw_bch_calculate +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x2a377b81 nand_ecc_sw_hamming_correct +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x3aee1db1 nand_ecc_get_sw_engine +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x55a3bd68 nand_ecc_sw_bch_correct +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x6edacbe9 nand_ecc_cleanup_ctx +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x727dc757 nand_ecc_sw_bch_init_ctx +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x7e882224 nand_ecc_prepare_io_req +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x8c586864 of_get_nand_ecc_user_config +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x93f737b4 nand_ecc_sw_hamming_init_ctx +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xb5734b75 nand_ecc_sw_hamming_calculate +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xbfcee0ae nand_ecc_get_on_die_hw_engine +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xcdf28c6c nand_ecc_init_ctx +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xde6ae9aa nand_ecc_put_on_host_hw_engine +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xe119c729 nand_ecc_is_strong_enough +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xe6db989b ecc_sw_hamming_correct +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xe8a3b0b3 nand_ecc_finish_io_req +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xf6878229 nand_ecc_sw_bch_get_engine +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xf86e6eb3 nand_ecc_get_on_host_hw_engine +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xfcaf3ee1 nand_ecc_sw_hamming_get_engine +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xff4351b0 ecc_sw_hamming_calculate +EXPORT_SYMBOL drivers/mtd/nand/onenand/onenand 0x3681cc6d onenand_addr +EXPORT_SYMBOL drivers/mtd/nand/onenand/onenand 0x90be54aa flexonenand_region +EXPORT_SYMBOL drivers/mtd/nand/raw/denali 0x30db096f denali_calc_ecc_bytes +EXPORT_SYMBOL drivers/mtd/nand/raw/denali 0x52a3d7b4 denali_remove +EXPORT_SYMBOL drivers/mtd/nand/raw/denali 0xb497efc2 denali_init +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x014d945b nand_read_page_raw +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x019c12aa nand_monolithic_write_page_raw +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x033dfdd9 nand_read_oob_std +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x0dc73f49 nand_scan_with_ids +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x0df06475 rawnand_sw_hamming_calculate +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x0fa686e6 nand_monolithic_read_page_raw +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x22913125 rawnand_sw_hamming_correct +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x31cc738e rawnand_sw_bch_correct +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x59fff50f nand_write_oob_std +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x5ce29155 rawnand_sw_bch_init +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x65ecdc81 nand_create_bbt +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x8c7cc026 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 0xb1fb1ea7 nand_write_page_raw +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0xbdbf34c6 rawnand_sw_hamming_cleanup +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0xc6ab1dee nand_get_set_features_notsupp +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0xf0bff386 rawnand_sw_bch_cleanup +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0xfce53546 rawnand_sw_hamming_init +EXPORT_SYMBOL drivers/mtd/nand/raw/omap_elm 0x5a2953d5 elm_config +EXPORT_SYMBOL drivers/mtd/nand/raw/omap_elm 0xa76216d7 elm_decode_bch_error_page +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x293a35af arc_proto_default +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x3374d17c arc_raw_proto +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x472e1c1a arcnet_timeout +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x5cb34fc0 arcnet_open +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x6534792a arcnet_debug +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x78fe647f arc_proto_map +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xb7ce0452 arcnet_send_packet +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xba8f9a43 free_arcdev +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xccd8e392 arc_bcast_proto +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xce39b36d alloc_arcdev +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xd2e6b493 arcnet_unregister_proto +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xecb730b0 arcnet_interrupt +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xf4b5956d arcnet_close +EXPORT_SYMBOL drivers/net/arcnet/com20020 0x206ca29d com20020_netdev_ops +EXPORT_SYMBOL drivers/net/arcnet/com20020 0xc6c5251f com20020_found +EXPORT_SYMBOL drivers/net/arcnet/com20020 0xd086a587 com20020_check +EXPORT_SYMBOL drivers/net/can/ctucanfd/ctucanfd 0x44177c48 ctucan_probe_common +EXPORT_SYMBOL drivers/net/can/ctucanfd/ctucanfd 0x8b93359a ctucan_resume +EXPORT_SYMBOL drivers/net/can/ctucanfd/ctucanfd 0xc59421c4 ctucan_suspend +EXPORT_SYMBOL drivers/net/can/dev/can-dev 0xbe02fb22 can_eth_ioctl_hwts +EXPORT_SYMBOL drivers/net/can/dev/can-dev 0xd1e8d50b can_ethtool_op_get_ts_info_hwts +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x16b0100b b53_switch_register +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x2403fb7b b53_enable_port +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x3247c7bc b53_phylink_mac_link_up +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x350b5d9b b53_disable_port +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x40248319 b53_configure_vlan +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x46c1ce8f b53_port_event +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x4ee327be b53_mirror_add +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x56683adb b53_imp_vlan_setup +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x5d82cff1 b53_switch_detect +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x5e09411d b53_mdb_add +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x623496a6 b53_fdb_del +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x706f666e b53_br_leave +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x70ef0c20 b53_br_fast_age +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x7d2dfb0a b53_br_join +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x90118723 b53_br_set_stp_state +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x959101f1 b53_vlan_filtering +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x9f96142f b53_get_ethtool_phy_stats +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xa1f267f1 b53_mdb_del +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xb33853c8 b53_br_flags_pre +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xb5189498 b53_phylink_mac_link_down +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xbe417ec5 b53_get_mac_eee +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xbe9a5149 b53_get_strings +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xcde69a09 b53_get_tag_protocol +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xd190cdac b53_eee_init +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xd395e3a1 b53_set_mac_eee +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xd8c19842 b53_fdb_dump +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xd92d91d8 b53_phylink_mac_config +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xddc9e5ea b53_fdb_add +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xde950622 b53_mirror_del +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xe26ec1d4 b53_vlan_del +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xe524fee9 b53_switch_alloc +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xea74a9b1 b53_br_flags +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xee15f9e3 b53_eee_enable_set +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xee9be1e7 b53_setup_devlink_resources +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xeef7bc1f b53_get_sset_count +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xf1982344 b53_vlan_add +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xfc0a1f1c b53_get_ethtool_stats +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xfc2c1058 b53_brcm_hdr_setup +EXPORT_SYMBOL drivers/net/dsa/b53/b53_serdes 0x0b843e7d b53_serdes_link_set +EXPORT_SYMBOL drivers/net/dsa/b53/b53_serdes 0x2998d823 b53_serdes_phylink_get_caps +EXPORT_SYMBOL drivers/net/dsa/b53/b53_serdes 0x829edd6c b53_serdes_init +EXPORT_SYMBOL drivers/net/dsa/b53/b53_serdes 0xd911fd7b b53_serdes_phylink_mac_select_pcs +EXPORT_SYMBOL drivers/net/dsa/lan9303-core 0x5eb9b532 lan9303_remove +EXPORT_SYMBOL drivers/net/dsa/lan9303-core 0xada83f40 lan9303_register_set +EXPORT_SYMBOL drivers/net/dsa/lan9303-core 0xf4273cb4 lan9303_shutdown +EXPORT_SYMBOL drivers/net/dsa/lan9303-core 0xf689ec69 lan9303_probe +EXPORT_SYMBOL drivers/net/dsa/microchip/ksz_switch 0xab4027bf ksz_switch_remove +EXPORT_SYMBOL drivers/net/dsa/microchip/ksz_switch 0xc1d09ad1 ksz_switch_register +EXPORT_SYMBOL drivers/net/dsa/microchip/ksz_switch 0xed1b60b9 ksz_switch_alloc +EXPORT_SYMBOL drivers/net/dsa/vitesse-vsc73xx-core 0x99d242fe vsc73xx_is_addr_valid +EXPORT_SYMBOL drivers/net/dsa/vitesse-vsc73xx-core 0xbea43c44 vsc73xx_probe +EXPORT_SYMBOL drivers/net/dsa/vitesse-vsc73xx-core 0xc5329e2d vsc73xx_shutdown +EXPORT_SYMBOL drivers/net/dsa/vitesse-vsc73xx-core 0xc5d1c33b vsc73xx_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 0x9844fe0d 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 0xbf6315cc xrs700x_switch_shutdown +EXPORT_SYMBOL drivers/net/dsa/xrs700x/xrs700x 0xcadaf62d xrs700x_switch_remove +EXPORT_SYMBOL drivers/net/dsa/xrs700x/xrs700x 0xe550f180 xrs700x_switch_alloc +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x0ffb7329 ei_start_xmit +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x107ffa07 NS8390_init +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x119721ac ei_interrupt +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x41077073 ei_set_multicast_list +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x59359387 ei_netdev_ops +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x631112c0 ei_poll +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x6d0d330a __alloc_ei_netdev +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x9cd86da5 ei_get_stats +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0xabac3e92 ei_close +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0xc8408a42 ei_open +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0xcac9ff49 ei_tx_timeout +EXPORT_SYMBOL drivers/net/ethernet/aquantia/atlantic/atlantic 0x9b089d76 aq_xdp_locking_key +EXPORT_SYMBOL drivers/net/ethernet/broadcom/bnxt/bnxt_en 0x5f721411 bnxt_ulp_probe +EXPORT_SYMBOL drivers/net/ethernet/broadcom/cnic 0x3e0b36e1 cnic_register_driver +EXPORT_SYMBOL drivers/net/ethernet/broadcom/cnic 0x636af174 cnic_unregister_driver +EXPORT_SYMBOL drivers/net/ethernet/cavium/common/cavium_ptp 0x6860b4ae cavium_ptp_get +EXPORT_SYMBOL drivers/net/ethernet/cavium/common/cavium_ptp 0x765ea02e 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 0x1b202c7d t3_l2t_send_slow +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x1bbcc62f cxgb3_free_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x1bdb8246 cxgb3_insert_tid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x3538835e cxgb3_remove_tid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x355b731f cxgb3_alloc_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x5211ed1d cxgb3_ofld_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x61f52020 t3_register_cpl_handler +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x68b1d1eb cxgb3_alloc_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x79bb726f cxgb3_free_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x9fe12c18 t3_l2t_get +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xa7d33c41 cxgb3_register_client +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xc42d9f82 t3_l2t_send_event +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xe48fd455 cxgb3_queue_tid_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xee7ff441 dev2t3cdev +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xf64c993f cxgb3_unregister_client +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xf76c20ac t3_l2e_free +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x0791daea cxgb4_flush_eq_cache +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x0801b23a t4_cleanup_clip_tbl +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x08c83988 cxgb4_select_ntuple +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x0f1a5528 cxgb4_unregister_uld +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x1397a27c cxgb4_pktgl_to_skb +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x14df7473 cxgb4_ofld_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x1723bf5f cxgb4_remove_tid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x19a1ddd3 cxgb4_alloc_sftid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x1c3880fd cxgb4_remove_server_filter +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x27468963 cxgb4_clip_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x2c9de45b cxgb4_sync_txq_pidx +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x2f9ab1d9 cxgb4_iscsi_init +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x30466d3b cxgb4_remove_server +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x32ee34ff cxgb4_register_uld +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x36dc89f9 cxgb4_get_tcp_stats +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x38c576db cxgb4_dbfifo_count +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x44e9a72e cxgb4_check_l2t_valid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x50ee5c07 cxgb4_best_aligned_mtu +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x51817704 cxgb4_write_sgl +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x5d0a37b1 cxgb4_inline_tx_skb +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x62b38b20 cxgb4_create_server6 +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x87f14bc5 cxgb4_alloc_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x8985bce1 cxgb4_update_root_dev_clip +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x8b37f389 cxgb4_free_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x933b4806 cxgb4_free_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x9c50ec28 cxgb4_ring_tx_db +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x9fd59112 cxgb4_create_server_filter +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xa4f66036 cxgb4_port_e2cchan +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xa8db193f cxgb4_smt_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xac2317ac cxgb4_port_chan +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xb80fc8e7 cxgb4_reclaim_completed_tx +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xba4516cd cxgb4_clip_get +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xbe08d7c5 cxgb4_l2t_get +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xbfbe3055 cxgb4_l2t_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xc4608a5f cxgb4_alloc_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xd69a0294 cxgb4_best_mtu +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xd8208ea7 cxgb4_immdata_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xda53246e cxgb4_l2t_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xde6a353f cxgb4_map_skb +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xe07f0ebc cxgb4_port_idx +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xe1cc2785 cxgb4_read_sge_timestamp +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xe1fecdfa cxgb4_write_partial_sgl +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xe39732a7 cxgb4_read_tpte +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xe6722b0d cxgb4_l2t_alloc_switching +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xeaa2d1f7 cxgb4_get_srq_entry +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xedae12e5 cxgb4_create_server +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xf0590517 cxgb4_smt_alloc_switching +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xf27a2e76 cxgb4_crypto_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xf4051f99 cxgb4_port_viid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xfe53bdd4 cxgb4_bar2_sge_qregs +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 0x2d0e726a cxgbi_ppm_make_ppod_hdr +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0x332dd31d cxgbi_ppm_ppod_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0x335c6871 cxgbi_ppm_ppods_reserve +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0x6e02af37 cxgb_find_route +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0x9f1e26fc cxgbi_ppm_init +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0xb460fccf cxgb_find_route6 +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0xea7ae381 cxgbi_ppm_release +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x14c697c5 vnic_dev_get_res +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x6db964e4 vnic_dev_unregister +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0xcd6ae7b2 vnic_dev_get_pdev +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0xcf4f10e7 vnic_dev_get_res_count +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0xe9aa5482 enic_api_devcmd_proxy_by_index +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0xf82c7735 vnic_dev_register +EXPORT_SYMBOL drivers/net/ethernet/emulex/benet/be2net 0x17024002 be_roce_register_driver +EXPORT_SYMBOL drivers/net/ethernet/emulex/benet/be2net 0x4e2e10d2 be_roce_mcc_cmd +EXPORT_SYMBOL drivers/net/ethernet/emulex/benet/be2net 0xf10c1ab1 be_roce_unregister_driver +EXPORT_SYMBOL drivers/net/ethernet/freescale/dpaa2/fsl-dpaa2-eth 0x01afcadc 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 0xc2f5505f enetc_ierb_register_pf +EXPORT_SYMBOL drivers/net/ethernet/freescale/enetc/fsl-enetc-ptp 0x5431a304 enetc_phc_index +EXPORT_SYMBOL drivers/net/ethernet/fungible/funcore/funcore 0x0998eadf fun_reserve_irqs +EXPORT_SYMBOL drivers/net/ethernet/fungible/funcore/funcore 0x1a46ee9f fun_dev_disable +EXPORT_SYMBOL drivers/net/ethernet/fungible/funcore/funcore 0xafc50d56 fun_release_irqs +EXPORT_SYMBOL drivers/net/ethernet/fungible/funcore/funcore 0xb163bf67 fun_dev_enable +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns/hnae 0x027e5913 hnae_ae_register +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns/hnae 0x132e97cd hnae_put_handle +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns/hnae 0x3c3b1836 hnae_ae_unregister +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns/hnae 0x501260a5 hnae_reinit_handle +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns/hnae 0xa1e527d7 hnae_get_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/hns_dsaf 0x87e8d1d5 hns_dsaf_roce_reset +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns3/hnae3 0x6aabb570 hnae3_set_client_init_flag +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns3/hnae3 0x80b31ea5 hnae3_unregister_ae_algo +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns3/hnae3 0x907a4261 hnae3_register_ae_algo +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns3/hnae3 0x99ff79da hnae3_register_client +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns3/hnae3 0x9f48ff21 hnae3_unregister_client +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns3/hnae3 0xbab31e48 hnae3_unregister_ae_algo_prepare +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns3/hnae3 0xd23878d8 hnae3_unregister_ae_dev +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns3/hnae3 0xd48ffe23 hnae3_register_ae_dev +EXPORT_SYMBOL drivers/net/ethernet/intel/iavf/iavf 0x6ebeeaa6 iavf_unregister_client +EXPORT_SYMBOL drivers/net/ethernet/intel/iavf/iavf 0xd516bf66 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 0x04e05855 otx2_reply_invalid_msg +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0x0c8158e4 otx2_mbox_destroy +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0x249700b9 otx2_mbox_msg_send +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0x30e11c9b __traceiter_otx2_msg_alloc +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0x3310a3ba otx2_mbox_busy_poll_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 0x3784bb47 otx2_mbox_get_rsp +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0x47e12b79 otx2_mbox_nonempty +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0x49286d3c __tracepoint_otx2_msg_alloc +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0x4d90631b __tracepoint_otx2_msg_interrupt +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0x53404cb9 __otx2_mbox_reset +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0x5664a5ca otx2_mbox_reset +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0x63640069 __traceiter_otx2_msg_interrupt +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 0x6cd9ec07 otx2_mbox_check_rsp_msgs +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0x8f21a341 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 0xa92efb1f otx2_mbox_regions_init +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0xb150b38c __tracepoint_otx2_msg_process +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0xbf6c80b3 __traceiter_otx2_msg_process +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0xc21ae4e0 otx2_mbox_alloc_msg_rsp +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 0xe03af582 otx2_mbox_init +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x186d8a7d otx2_config_hwtstamp +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x19df2110 mbox_handler_nix_txsch_alloc +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x1f80f9ec otx2_config_pause_frm +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x26117485 otx2_shutdown_tc +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x2dd6e33e otx2_get_stats64 +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x2ed7defc otx2_init_tc +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x39879d09 otx2_tc_alloc_ent_bitmap +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x3a150548 otx2_alloc_mcam_entries +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x441ed1dc mbox_handler_nix_bp_enable +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x4f0be48e otx2_mbox_up_handler_mcs_intr_notify +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x5768b55e mbox_handler_npa_lf_alloc +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x57f6efaf otx2_set_mac_address +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x69e091fe otx2_detach_resources +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x6c746fb9 mbox_handler_nix_lf_alloc +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x84e15aec otx2_get_maxflows +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x8f97a623 otx2_tx_timeout +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x9bc8ebf5 otx2_sq_append_skb +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0xa5d2df2b otx2_get_max_mtu +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0xa6d5e833 otx2_mbox_up_handler_cgx_link_event +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0xa79f6f4b otx2_nix_config_bp +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0xb60c7779 otx2_stop +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0xc457ab1d cn10k_lmtst_init +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0xc50533c6 otx2_set_real_num_queues +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0xc8b0b9cb otx2_txschq_config +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0xd1ad38d6 otx2_ioctl +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0xe549343d otx2_get_mac_from_af +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0xecc48e21 otx2_open +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0xecc6677b otx2_smq_flush +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0xed747a18 otx2_setup_tc +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0xf4466a63 otx2_mcam_flow_del +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0xf71976f1 otx2vf_mcam_flow_init +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0xf7e6ea1f otx2vf_set_ethtool_ops +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0xf98d4722 otx2_attach_npa_nix +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0xf9c35561 otx2_handle_ntuple_tc_features +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0xf9deb20b mbox_handler_msix_offset +EXPORT_SYMBOL drivers/net/ethernet/marvell/prestera/prestera 0x485d5b3b prestera_device_unregister +EXPORT_SYMBOL drivers/net/ethernet/marvell/prestera/prestera 0xb6ed7a40 prestera_device_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0fe23070 mlx4_SET_PORT_SCHEDULER +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x190ec0a0 mlx4_SET_MCAST_FLTR +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1bc59548 mlx4_assign_eq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1fdbc5d3 mlx4_sync_pkey_table +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x22a4df4d mlx4_SET_VPORT_QOS_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2abbf080 set_and_calc_slave_port_state +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2d06d7c0 mlx4_gen_port_state_change_eqe +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2e4d696f mlx4_test_async +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3384618b mlx4_eq_get_irq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3bd7f2c1 set_phv_bit +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x41db1464 mlx4_SET_PORT_VXLAN +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4b93e440 mlx4_SET_VPORT_QOS_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x51067e1c mlx4_ALLOCATE_VPP_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x59242b16 mlx4_gen_slaves_port_mgt_ev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x62d8d8bd mlx4_get_module_info +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6a8e8204 mlx4_SET_PORT_qpn_calc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x72fc0e88 mlx4_get_roce_gid_from_slave +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7950548c mlx4_test_interrupt +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7c06a4d1 get_phv_bit +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7d782050 mlx4_gen_guid_change_eqe +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 0x82a76127 mlx4_release_eq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x895f8baa mlx4_is_eq_vector_valid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x89615293 mlx4_query_diag_counters +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8d89c8af mlx4_put_slave_node_guid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9d8171f6 mlx4_get_slave_node_guid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa0f5caf3 mlx4_SET_PORT_fcs_check +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa57a20da mlx4_get_cpu_rmap +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xaaa8b551 mlx4_is_slave_active +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb2cf58af mlx4_tunnel_steer_add +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc4edc042 mlx4_ALLOCATE_VPP_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc9c0daa1 mlx4_get_is_vlan_offload_disabled +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xcdbae100 mlx4_get_parav_qkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd281a073 mlx4_is_eq_shared +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd537600b mlx4_get_slave_port_state +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd7b497e0 mlx4_SET_PORT_user_mac +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xdf748f39 mlx4_get_eqs_per_port +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe1fa9c1a mlx4_max_tc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe2c094bd mlx4_SET_PORT_general +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe43ed93c mlx4_SET_PORT_BEACON +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xeaf90e1a mlx4_SET_PORT_PRIO2TC +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xed7852a2 mlx4_get_slave_pkey_gid_tbl_len +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf6d3968e mlx4_SET_PORT_user_mtu +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xfafdebeb mlx4_get_slave_from_roce_gid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xfefc487f mlx4_gen_pkey_eqe +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x04615e90 mlx5_debug_qp_add +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0639dd1a mlx5_core_create_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x06dec789 mlx5_lag_is_active +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x07a2ede3 mlx5_cmd_check +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x09db2c0f mlx5_cmd_exec_polling +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0c45071e mlx5_core_destroy_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0c917657 mlx5_rl_is_in_range +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0da2b5f0 __traceiter_mlx5_fs_set_fte +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0dda8803 mlx5_core_destroy_mkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0f8f6371 mlx5_lag_is_shared_fdb +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1073dd41 mlx5_eq_update_ci +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x12a2e8ea mlx5_get_flow_namespace +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x13734605 __traceiter_mlx5_fw +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x13d565c7 mlx5_del_flow_rules +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x13da9440 mlx5_fpga_sbu_conn_destroy +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x179705e0 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 0x1dc5024c mlx5_eswitch_add_send_to_vport_rule +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1e38486c __tracepoint_mlx5_fs_add_ft +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1e96cd68 mlx5_core_modify_sq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1eedc829 mlx5_core_destroy_tis +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x21330656 mlx5_lag_get_slave_port +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x22bce683 __tracepoint_mlx5_fs_del_fte +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x23bb3f50 mlx5_create_flow_table +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x261c8d6f mlx5_core_create_tis +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x262ccda9 mlx5_eswitch_vport_rep +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2ae9fa10 mlx5_eswitch_get_encap_mode +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2e949742 mlx5_core_destroy_psv +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2ee757b0 mlx5_free_bfreg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2f9a2efb __traceiter_mlx5_fs_del_fte +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x306acb6c mlx5_rl_remove_rate_raw +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x312fcbcb mlx5_sriov_blocking_notifier_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x31fc688b mlx5_mpfs_del_mac +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x32fc77d1 __tracepoint_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 0x35368606 mlx5_alloc_bfreg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x36b2ea50 mlx5_lag_get_peer_mdev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3833fac0 mlx5_eswitch_get_core_dev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x39277aaf mlx5_is_roce_on +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3a1662d2 mlx5_nic_vport_disable_roce +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3a4b5499 mlx5_core_destroy_rq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3a57effe mlx5_core_modify_cq_moderation +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3b3beebe mlx5_core_create_rqt +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3b9c9ef1 mlx5_lag_is_master +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3f7ebf69 mlx5_core_roce_gid_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x408f2ebe mlx5_fs_add_rx_underlay_qpn +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x422a1448 mlx5_cmd_cleanup_async_ctx +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x42bc6170 mlx5_rsc_dump_cmd_create +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x45e876c5 mlx5_vf_get_core_dev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4856c05f mlx5_core_dealloc_transport_domain +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x486f1d34 mlx5_vf_put_core_dev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x48e30c6a mlx5_eswitch_uplink_get_proto_dev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4bd648cd mlx5_create_cq +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 0x4dc6f73c mlx5_fpga_sbu_conn_create +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4e6b984f mlx5_debugfs_root +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4ee80485 mlx5_sriov_blocking_notifier_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x54483f31 mlx5_cmd_destroy_vport_lag +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 0x57606e76 mlx5_rsc_dump_next +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x57caf6b8 mlx5_eq_create_generic +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x59cf2586 mlx5_eq_get_eqe +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x59f79a2e mlx5_lag_is_sriov +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 0x5c78c4d9 mlx5_core_query_vendor_id +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 0x646f6ccf mlx5_core_destroy_rqt +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6482eeea __traceiter_mlx5_fs_del_rule +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6641740d mlx5_fc_destroy +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6808fbf8 mlx5_fc_create +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6859a621 mlx5_core_create_rq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x69df0b9e mlx5_cmd_exec_cb +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6e30e9b0 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 0x7723a08e mlx5_cmd_create_vport_lag +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x797868c0 mlx5_core_create_tir +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7a81aa6d mlx5_core_create_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 0x7c1243fd mlx5_debug_qp_remove +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7da487ed mlx5_cmd_out_err +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7fd709fe __tracepoint_mlx5_fs_add_fg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7ffb6a51 mlx5_core_modify_rq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x81507e82 mlx5_core_query_rq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8528963c mlx5_core_detach_mcg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x872e7c67 __tracepoint_mlx5_fs_add_rule +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 0x8b5e9d93 mlx5_core_dealloc_pd +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8c76d57f mlx5_fpga_mem_write +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8f45d45a mlx5_qp_debugfs_cleanup +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9485be77 mlx5_rdma_rn_get_params +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9511b5b9 mlx5_comp_vectors_count +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x96aeb85c mlx5_eq_disable +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x96eb2c99 mlx5_fc_id +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 0x9fede164 mlx5_core_modify_tis +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa0b9df24 mlx5_core_attach_mcg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa1003945 mlx5_modify_header_alloc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa2578f9c mlx5_add_flow_rules +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa3d966ad mlx5_fpga_get_sbu_caps +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa4266305 mlx5_lag_is_roce +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 0xa8fc72f1 mlx5_lag_get_num_ports +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa9620938 mlx5_eq_destroy_generic +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa99ca9b8 mlx5_put_uars_page +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa9feaa14 mlx5_eswitch_get_vport_metadata_for_match +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 0xb1fae543 mlx5_core_query_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb206927b mlx5_cmd_exec +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 0xb30eefde mlx5_fc_query +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb3faddeb mlx5_get_fdb_sub_ns +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb72cffaf __tracepoint_mlx5_fs_del_ft +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb8f3e3a8 mlx5_fpga_sbu_conn_sendmsg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb99bf756 mlx5_lag_get_roce_netdev +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 0xbb475e47 __tracepoint_mlx5_fs_set_fte +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xbc3217ce mlx5_get_uars_page +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xbc6a9c99 mlx5_core_alloc_transport_domain +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc1924a56 mlx5_packet_reformat_alloc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc4350450 mlx5_mpfs_add_mac +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc67a85ad mlx5_lag_query_cong_counters +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc7a57add mlx5_packet_reformat_dealloc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc7cacb4b mlx5_lag_mode_is_hash +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc7cb3699 mlx5_rl_add_rate +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xcb76fdf8 mlx5_core_destroy_tir +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xcb87ccc3 mlx5_vector2eqn +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 0xce4296df mlx5_core_create_mkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd015bba4 __traceiter_mlx5_fs_add_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 0xd34bb4a1 mlx5_notifier_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd39d43b9 mlx5_eswitch_get_vport_metadata_for_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd6c3be3d __tracepoint_mlx5_fs_del_fg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd7ba753c mlx5_eswitch_vport_match_metadata_enabled +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd8cf5cd4 mlx5_qp_debugfs_init +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd93f760a mlx5_core_modify_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xdb3e3b17 mlx5_notifier_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe03dd9bb mlx5_core_query_sq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe068a61c mlx5_fpga_mem_read +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe0dd9786 mlx5_comp_irq_get_affinity_mask +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe16b3680 mlx5_modify_header_dealloc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe284b07a mlx5_eswitch_register_vport_reps +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe2c14e6d mlx5_eq_notifier_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe4e09c2b __tracepoint_mlx5_fw +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe5ad0cad mlx5_create_lag_demux_flow_table +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe8aac83b mlx5_debugfs_get_dev_root +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 0xf1fba134 mlx5_query_ib_port_oper +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf6d6b14c mlx5_fs_remove_rx_underlay_qpn +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf776a42d mlx5_rl_remove_rate +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf8799ba9 mlx5_eq_enable +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 0xf9181583 mlx5_core_alloc_pd +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xfaf6c184 mlx5_cmd_do +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xfb7109bb mlx5_cmd_init_async_ctx +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xfc1aa4ff mlx5_rl_add_rate_raw +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 0xfcea26ac mlx5_core_query_mkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xfe619872 mlx5_eswitch_reg_c1_loopback_enabled +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xfea11a57 mlx5_eq_notifier_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxfw/mlxfw 0xc4d702d9 mlxfw_firmware_flash +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x0137f952 mlxsw_afk_values_add_buf +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 0x03fe2ee0 mlxsw_afa_create +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 0x1b79490a mlxsw_env_get_module_info +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 0x2aa9b2d7 mlxsw_core_traps_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x2c68ced3 mlxsw_core_read_frc_h +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x2f303cd3 mlxsw_afa_block_append_qos_dsfield +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x383bc49a mlxsw_afa_block_append_qos_dscp +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x4036254f mlxsw_linecards_event_ops_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x40d83d70 mlxsw_core_driver_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 0x4723195e mlxsw_core_port_netdev_link +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 0x59a50d79 mlxsw_core_bus_device_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x5a939205 mlxsw_afk_values_add_u32 +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 0x6338103e mlxsw_core_port_devlink_port_get +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 0x65e16da4 mlxsw_afk_key_info_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x6929f2b4 mlxsw_env_module_port_map +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x6aab8e0a mlxsw_core_rx_listener_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x6fc4c6f7 mlxsw_core_driver_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x71765739 mlxsw_core_ptp_transmitted +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 0x749556a2 mlxsw_afk_key_info_subset +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x75339042 mlxsw_core_lag_mapping_clear +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x77d83398 mlxsw_core_read_frc_l +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x7b0bfeec mlxsw_core_port_fini +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x7e08c6e0 mlxsw_core_event_listener_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x827a2f1f mlxsw_afa_block_jump +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x829e8851 mlxsw_afa_block_first_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x83fb69af mlxsw_core_lag_mapping_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x84eabc3c mlxsw_env_get_module_eeprom +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 0x89b2443e mlxsw_core_rx_listener_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x8f1b9908 mlxsw_core_skb_transmit +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x902c3533 mlxsw_core_schedule_dw +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x996c5d6d mlxsw_reg_trans_bulk_wait +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x9cbf026d mlxsw_afa_destroy +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x9e41f494 mlxsw_afk_encode +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 0xaab1522d mlxsw_core_trap_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xac1074a5 mlxsw_core_skb_transmit_busy +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xb5db4d03 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 0xba05b3b0 mlxsw_core_emad_string_tlv_enable +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xbc222a8d mlxsw_afk_clear +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xbda212df mlxsw_core_irq_event_handlers_call +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xbfb7df3c mlxsw_core_driver_priv +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xc31fbb6a mlxsw_core_res_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xc5eacafe mlxsw_afa_block_append_l4port +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xcbab836f mlxsw_core_fw_rev_minor_subminor_validate +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xccc25076 mlxsw_afa_block_append_mirror +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 0xd1e5e03b mlxsw_core_skb_receive +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 0xda56236c mlxsw_env_reset_module +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 0xdeab0691 mlxsw_afk_create +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 0xe198d03d mlxsw_core_trap_state_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 0xf5368c16 mlxsw_core_trap_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xf82bdc70 mlxsw_core_lag_mapping_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 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 0x6856fdc8 mlxsw_i2c_driver_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_i2c 0xc52a2aea mlxsw_i2c_driver_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_pci 0x22c6ee75 mlxsw_pci_driver_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_pci 0xd8f14acd mlxsw_pci_driver_register +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x050b5574 ocelot_sb_tc_pool_bind_get +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x109832ec ocelot_vcap_policer_del +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x12b57296 ocelot_ptp_gettime64 +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x179f8d3b ocelot_ptp_verify +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x1853c04f ocelot_mact_lookup +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x19453204 vsc7514_vcap_is1_keys +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x1f375c72 ocelot_sb_occ_max_clear +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x2318b496 ocelot_port_vlan_filtering +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x26e63ae9 ocelot_deinit_port +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x2b852e46 ocelot_get_max_mtu +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x2c4219f9 ocelot_devlink_sb_unregister +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x2ee2eeab ocelot_vcap_block_find_filter_by_id +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x2fac8ae4 ocelot_mact_learn_streamdata +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x32046b1d ocelot_mrp_del_ring_role +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x3978f6c5 ocelot_drain_cpu_queue +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x3a95fa32 ocelot_sb_tc_pool_bind_set +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x3b55db1a ocelot_port_lag_join +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x3ddedae3 ocelot_init_port +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x3f63f71b ocelot_ptp_rx_timestamp +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x40f92b9e ocelot_sb_port_pool_set +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x4271543f vsc7514_vcap_es0_keys +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x476e51c6 ocelot_fdb_del +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x48392edf ocelot_policer_validate +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x4bfd7d8e ocelot_vcap_filter_del +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x5097cec6 ocelot_get_ethtool_stats +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x5c3471e1 ocelot_port_txtstamp_request +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x5dc29073 ocelot_sb_occ_snapshot +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x60f82bf5 ocelot_mrp_del +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x61f27868 ocelot_sb_pool_get +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x6394811a ocelot_sb_port_pool_get +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x644f6228 ocelot_ptp_adjfine +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x6e2ba7ae ocelot_init_timestamp +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x6e961664 ocelot_port_set_maxlen +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x7032b9c9 ocelot_devlink_sb_register +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x7181bf08 ocelot_ptp_settime64 +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x72a99c28 ocelot_ptp_enable +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x746e1540 ocelot_ptp_adjtime +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x78053784 ocelot_vlan_add +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x80987297 ocelot_init +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x80a75405 vsc7514_vcap_is2_keys +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x80d0df8b ocelot_port_lag_change +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x84447db9 ocelot_port_bridge_leave +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x844e5ea5 ocelot_port_policer_add +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x896f6679 ocelot_get_sset_count +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x8acbe186 ocelot_hwstamp_get +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x8b2f2e0c ocelot_sb_occ_tc_port_bind_get +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x90cbb220 vsc7514_vcap_is2_actions +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x9381969d vsc7514_ana_regmap +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x9a3dab42 ocelot_mrp_add +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x9bfe6a21 ocelot_get_ts_info +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x9cc66afa ocelot_get_txtstamp +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x9d442141 vsc7514_rew_regmap +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x9feac4df ocelot_vcap_filter_replace +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xa17c6893 ocelot_vlan_del +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xa6c75b7e ocelot_port_mdb_add +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xa6dd9720 ocelot_fdb_dump +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xa6fd831f ocelot_deinit_timestamp +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xa755e267 ocelot_port_bridge_flags +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xa8413d7e vsc7514_sys_regmap +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xafbe474d ocelot_get_strings +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xb30c4b92 vsc7514_ptp_regmap +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xb73c1772 ocelot_mact_forget +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xbba17367 vsc7514_qsys_regmap +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xbf48ddc1 vsc7514_qs_regmap +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xbfa02ea4 ocelot_sb_pool_set +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xbfc57e8e ocelot_bridge_stp_state_set +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xc04ad469 ocelot_vcap_filter_add +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xc10e567c ocelot_port_get_stats64 +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xc4928318 ocelot_mrp_add_ring_role +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xc6d61e08 ocelot_can_inject +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xc6e7233f ocelot_sb_occ_port_pool_get +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xc9d02d95 ocelot_hwstamp_set +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xce6edc4e ocelot_fdb_add +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xceed5e7e vsc7514_dev_gmii_regmap +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 0xd687a545 vsc7514_vcap_es0_actions +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xd78a11aa ocelot_set_ageing_time +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xd9815ab2 ocelot_port_mdb_del +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xdc5ad73d ocelot_vcap_policer_add +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xe43abaa3 ocelot_port_bridge_join +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xe4c6366f ocelot_vlan_prepare +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xe572b32f ocelot_port_lag_leave +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xea1b5ac9 vsc7514_vcap_regmap +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xecaa97fb vsc7514_vcap_is1_actions +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xecace83f ocelot_deinit +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xf0ce52e4 ocelot_port_pre_bridge_flags +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xf1a183c9 ocelot_xtr_poll_frame +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xf5554c00 ocelot_port_inject_frame +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xf90d5d11 ocelot_mact_learn +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xfd64b0a2 ocelot_port_policer_del +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 0x9d3fa32a 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 0xb2d73bee qed_get_iscsi_ops +EXPORT_SYMBOL drivers/net/ethernet/qlogic/qed/qed 0xd44f45fb qed_get_eth_ops +EXPORT_SYMBOL drivers/net/ethernet/qlogic/qed/qed 0xd482a00e qed_get_rdma_ops +EXPORT_SYMBOL drivers/net/ethernet/qlogic/qede/qede 0xcd8d94d9 qede_rdma_unregister_driver +EXPORT_SYMBOL drivers/net/ethernet/qlogic/qede/qede 0xf4c915a4 qede_rdma_register_driver +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x0122a526 wx_disable_pcie_master +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x27964130 wx_control_hw +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x2ea7f262 wx_get_mac_addr +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x39a97705 wx_init_rx_addrs +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x39fccc0e wx_sw_init +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x4f0152d3 wx_read_ee_hostif_buffer +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x4f289da9 wx_host_interface_command +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x5c20d45e wx_check_flash_load +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x5f3d6b47 wx_disable_rx +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x6080ed41 wx_set_rar +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x6581b803 wx_read_ee_hostif +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xb36fbd3a wx_init_eeprom_params +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xbf4f968a wx_stop_adapter +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xcde1b4e3 wx_get_pcie_msix_counts +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xd2953ee8 wx_reset_hostif +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xe35e81e6 wx_reset_misc +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xee511a72 wx_clear_rar +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xf25f183d wx_mng_present +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0x32adb3e8 hdlcdrv_unregister +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0x94c10911 hdlcdrv_register +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0xaeb51f13 hdlcdrv_arbitrate +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0xcd269305 hdlcdrv_transmitter +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0xe920a4f8 hdlcdrv_receiver +EXPORT_SYMBOL drivers/net/mdio 0x3e17f466 mdio_set_flag +EXPORT_SYMBOL drivers/net/mdio 0x60443957 mdio45_probe +EXPORT_SYMBOL drivers/net/mdio 0x63e0fee5 mdio45_links_ok +EXPORT_SYMBOL drivers/net/mdio 0x7e8fabde mdio45_ethtool_ksettings_get_npage +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 0x97f03a0a cavium_mdiobus_read +EXPORT_SYMBOL drivers/net/mdio/mdio-cavium 0xe99605b8 cavium_mdiobus_write +EXPORT_SYMBOL drivers/net/mdio/mdio-mscc-miim 0x2ac6c7cd mscc_miim_setup +EXPORT_SYMBOL drivers/net/mdio/mdio-xgene 0x3ec59f71 xgene_mdio_wr_mac +EXPORT_SYMBOL drivers/net/mdio/mdio-xgene 0x57b838ab xgene_mdio_rd_mac +EXPORT_SYMBOL drivers/net/mdio/mdio-xgene 0x68e99588 xgene_mdio_rgmii_write +EXPORT_SYMBOL drivers/net/mdio/mdio-xgene 0x9527154d xgene_mdio_rgmii_read +EXPORT_SYMBOL drivers/net/mdio/mdio-xgene 0xc14e5cc5 xgene_enet_phy_register +EXPORT_SYMBOL drivers/net/phy/bcm-phy-lib 0x4e807629 bcm54xx_auxctl_write +EXPORT_SYMBOL drivers/net/ppp/pppox 0x7a19e8f7 register_pppox_proto +EXPORT_SYMBOL drivers/net/ppp/pppox 0x816d3a48 pppox_unbind_sock +EXPORT_SYMBOL drivers/net/ppp/pppox 0xe0ff7a18 unregister_pppox_proto +EXPORT_SYMBOL drivers/net/ppp/pppox 0xf7df87d2 pppox_compat_ioctl +EXPORT_SYMBOL drivers/net/ppp/pppox 0xfb8e873c pppox_ioctl +EXPORT_SYMBOL drivers/net/sungem_phy 0x9fbd9fa4 sungem_phy_probe +EXPORT_SYMBOL drivers/net/team/team 0x08fba6d2 team_mode_register +EXPORT_SYMBOL drivers/net/team/team 0x2da71c43 team_modeop_port_enter +EXPORT_SYMBOL drivers/net/team/team 0x55638e19 team_modeop_port_change_dev_addr +EXPORT_SYMBOL drivers/net/team/team 0x7a4eebda team_options_change_check +EXPORT_SYMBOL drivers/net/team/team 0x7ddf6203 team_options_register +EXPORT_SYMBOL drivers/net/team/team 0x83816fc0 team_mode_unregister +EXPORT_SYMBOL drivers/net/team/team 0xdabd3451 team_option_inst_set_change +EXPORT_SYMBOL drivers/net/team/team 0xf907cd03 team_options_unregister +EXPORT_SYMBOL drivers/net/usb/usbnet 0x1f7c2d3d usbnet_manage_power +EXPORT_SYMBOL drivers/net/usb/usbnet 0x785695d4 usbnet_link_change +EXPORT_SYMBOL drivers/net/usb/usbnet 0x93d8015b usbnet_device_suggests_idle +EXPORT_SYMBOL drivers/net/wan/hdlc 0x2ab90d0b unregister_hdlc_protocol +EXPORT_SYMBOL drivers/net/wan/hdlc 0x45e23764 hdlc_start_xmit +EXPORT_SYMBOL drivers/net/wan/hdlc 0x6dbeb8d8 hdlc_open +EXPORT_SYMBOL drivers/net/wan/hdlc 0x70c991fd attach_hdlc_protocol +EXPORT_SYMBOL drivers/net/wan/hdlc 0x84c7ae50 hdlc_close +EXPORT_SYMBOL drivers/net/wan/hdlc 0x95e11307 detach_hdlc_protocol +EXPORT_SYMBOL drivers/net/wan/hdlc 0xb9034a42 hdlc_ioctl +EXPORT_SYMBOL drivers/net/wan/hdlc 0xb950073b register_hdlc_protocol +EXPORT_SYMBOL drivers/net/wan/hdlc 0xc2ff5db4 alloc_hdlcdev +EXPORT_SYMBOL drivers/net/wan/hdlc 0xc3944440 unregister_hdlc_device +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 0x29546cf3 ath_hw_cycle_counters_update +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x359cdb9d ath_regd_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x3dd1d75e ath_key_config +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x4571aea8 ath_is_world_regd +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x5e435ad8 ath_hw_get_listen_time +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x86c55c58 ath_rxbuf_alloc +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x8ceb6cb7 dfs_pattern_detector_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x9f9fe0ae ath_hw_keyreset +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xa18f224e ath_regd_find_country_by_name +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xb113c44d ath_reg_notifier_apply +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xb6588ba6 ath_bus_type_strings +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xc4dc0b04 ath_hw_setbssidmask +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xcdf26439 ath_is_mybeacon +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xe098fc8b ath_hw_keysetmac +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xf640f8b3 ath_key_delete +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xf83bb611 ath_printk +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x015e5db2 ath10k_debug_mask +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x0972b760 ath10k_htc_tx_completion_handler +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x1781e49d ath10k_core_fetch_board_file +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x1c8edb92 ath10k_bmi_start +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x1d593805 ath10k_ce_cancel_send_next +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x1e06696b ath10k_bmi_read_memory +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x25742758 ath10k_ce_disable_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x2a2e9b7d ath10k_ce_completed_recv_next_nolock +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x2b8fb076 ath10k_core_destroy +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x2bd8d225 ath10k_core_check_dt +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x35962983 ath10k_ce_free_rri +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x3c8b98fb ath10k_core_stop +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x3dc88638 __ath10k_ce_rx_num_free_bufs +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x483d3cd0 ath10k_core_napi_sync_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x4869b2d4 ath10k_core_start +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x4b6b946a ath10k_coredump_get_mem_layout +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x4f61b688 ath10k_ce_disable_interrupt +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x4fb91a18 ath10k_htt_rx_hl_indication +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x50c95b28 ath10k_warn +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x551e9ddf ath10k_ce_num_free_src_entries +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x5b98645d ath10k_ce_completed_send_next +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x6442985b ath10k_ce_free_pipe +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x666d2604 ath10k_mac_tx_push_pending +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x6b55cce0 ath10k_print_driver_info +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x6d1c450e ath10k_ce_completed_recv_next +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x72cd1bd1 ath10k_core_free_board_files +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x85f63b52 ath10k_ce_revoke_recv_next +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x88cb96fa ath10k_core_create +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x94abf65f ath10k_ce_alloc_rri +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x9c1b1eff ath10k_ce_send +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x9fb30348 ath10k_htt_rx_pktlog_completion_handler +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x9fd6d2b3 ath10k_ce_rx_update_write_idx +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xa1e4849a __tracepoint_ath10k_log_dbg +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xa4335a3e ath10k_ce_dump_registers +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xa602fba7 ath10k_htc_notify_tx_completion +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xa7a26d5c ath10k_ce_enable_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xab2c079f ath10k_core_napi_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xab82a311 ath10k_ce_alloc_pipe +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xb1f0ba8d ath10k_core_start_recovery +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xb2025f02 ath10k_core_unregister +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xb973b1e2 __ath10k_ce_send_revert +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xbebc4f25 ath10k_ce_deinit_pipe +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xc05094e3 ath10k_ce_rx_post_buf +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xc3fcc83e ath10k_info +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xc876bf5d ath10k_ce_per_engine_service +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xcbff6a60 ath10k_err +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xccc1ac4f ath10k_htc_process_trailer +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xce9c1cd2 ath10k_htt_hif_tx_complete +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xcef91b5a ath10k_ce_enable_interrupt +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xd1d9bc99 ath10k_ce_completed_send_next_nolock +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xdee90df4 ath10k_htc_rx_completion_handler +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xe1ce192c ath10k_ce_per_engine_service_any +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xe755b5ed ath10k_htt_t2h_msg_handler +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xe9834456 ath10k_ce_init_pipe +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xea53eb2b ath10k_ce_send_nolock +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xeb0bcc24 ath10k_coredump_new +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xf5b473ff ath10k_htt_txrx_compl_task +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xfbe0d136 ath10k_core_register +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x04768475 ath11k_pci_disable_ce_irqs_except_wake_irq +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x0f111992 ath11k_pcic_config_irq +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x1384b44a ath11k_pcic_ext_irq_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x16f977b8 ath11k_err +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x1b240293 ath11k_pcic_stop +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x2229ceb3 ath11k_pcic_read32 +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x24071e26 ath11k_core_free +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x2535d27d ath11k_ce_rx_post_buf +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x260bf34a ath11k_ce_per_engine_service +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x47840e50 ath11k_pcic_start +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x50c1a98a ath11k_core_resume +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x53a77772 ath11k_ce_get_shadow_config +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x549de045 ath11k_core_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x59d54b17 ath11k_info +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x5d9b90e2 ath11k_hal_srng_deinit +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x606a5b5a __tracepoint_ath11k_log_dbg +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x64471435 ath11k_pcic_ce_irqs_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x66a9d20f ath11k_pcic_get_ce_msi_idx +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x6d30a9c2 ath11k_pcic_free_irq +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x6e305cd5 ath11k_pcic_write32 +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x744bd671 ath11k_core_deinit +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x835099b4 ath11k_pcic_map_service_to_pipe +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x85433437 ath11k_debugfs_soc_destroy +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x872d16bb ath11k_pcic_get_user_msi_assignment +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x8d3bf220 ath11k_ce_alloc_pipes +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x99ef6ccf ath11k_hal_srng_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x9c51bcc4 ath11k_debug_mask +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xb7acbcb6 ath11k_pcic_get_msi_address +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xb7b5e51b ath11k_qmi_deinit_service +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xb7ec304c ath11k_pcic_init_msi_config +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xbadf9f5e ath11k_ce_cleanup_pipes +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xc97e6c67 ath11k_ce_get_attr_flags +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xcde33770 ath11k_ce_free_pipes +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xd7fcb1d4 ath11k_core_suspend +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xdc90a16a ath11k_pcic_ce_irq_disable_sync +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xe9616aef ath11k_pcic_read +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xf0025b35 ath11k_core_pre_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xf0197188 ath11k_cold_boot_cal +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xf136aa47 ath11k_pcic_ext_irq_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xf1b3768f ath11k_dp_service_srng +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xf479dadd ath11k_pci_enable_ce_irqs_except_wake_irq +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xf8292afc ath11k_pcic_register_pci_ops +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xfbed99ab ath11k_core_alloc +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xfdfc0ec1 ath11k_warn +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x02023e18 ath6kl_core_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x06784590 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 0x18c97573 ath6kl_stop_txrx +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x2deff9f1 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 0x5f41559d ath6kl_cfg80211_resume +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x632d105c ath6kl_core_rx_complete +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x91638840 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 0x95270c0c ath6kl_read_tgt_stats +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x95831c5d ath6kl_core_cleanup +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xa1781518 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 0xf37876d4 ath6kl_core_create +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x0019ffb3 ath9k_cmn_debug_recv +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x03a8813f ath9k_cmn_init_crypto +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x046d8d96 ath9k_cmn_process_rate +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x2978ccc6 ath9k_cmn_process_rssi +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x29e59db3 ath9k_cmn_debug_base_eeprom +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x3143c248 ath9k_cmn_beacon_config_sta +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x36c77913 ath9k_cmn_rx_skb_postprocess +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x41aae67b ath9k_cmn_debug_stat_rx +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x4350f977 ath9k_cmn_reload_chainmask +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x4f08a89f ath9k_cmn_update_txpow +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x596556b7 ath9k_cmn_beacon_config_adhoc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x608ae3af ath9k_cmn_debug_modal_eeprom +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x6630ed17 ath9k_cmn_rx_accept +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x698f4f50 ath9k_cmn_init_channels_rates +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x6e80e2cb ath9k_cmn_get_hw_crypto_keytype +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x78614d98 ath9k_cmn_spectral_init_debug +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x8181464f ath9k_cmn_spectral_scan_config +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x87db920f ath_cmn_process_fft +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x9ea5c766 ath9k_cmn_setup_ht_cap +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xa5caf54c ath9k_cmn_spectral_deinit_debug +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xad317a48 ath9k_cmn_spectral_scan_trigger +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xd2981357 ath9k_cmn_count_streams +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xdc9c06dd ath9k_cmn_debug_phy_err +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xec20d4e9 ath9k_cmn_beacon_config_ap +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xec335951 ath9k_cmn_get_channel +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x072207f8 ath_gen_timer_free +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x09186162 ath9k_hw_numtxpending +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x09c7eca8 ar9003_paprd_is_done +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0a874ddf ar9003_paprd_create_curve +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0f2bc30b ath9k_hw_btcoex_deinit +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0f77dafc ath9k_hw_get_tsf_offset +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0f9bc46f ath9k_hw_set_rx_bufsize +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x15dabb2c ath9k_hw_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x16152649 ar9003_mci_set_bt_version +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x16c16251 ath9k_hw_set_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x17613c99 ath9k_hw_bstuck_nfcal +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x1b02182e ath9k_hw_setuprxdesc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x1b328c49 ath9k_hw_btcoex_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x1cd7d7ae ath9k_hw_txstart +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x1f103db6 ath9k_hw_disable_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x20dc6624 ath9k_hw_check_alive +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x211cd839 ath9k_hw_setmcastfilter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x219c8ca1 ath9k_hw_startpcureceive +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x28debaab ath9k_hw_set_gpio +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x29a69921 ar9003_is_paprd_enabled +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x2cfd872a ath9k_hw_btcoex_init_mci +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x2daa8b4e ath9k_hw_get_txq_props +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x2deddab8 ar9003_hw_bb_watchdog_check +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x2df51443 ar9003_paprd_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x3019aa84 ath9k_hw_set_sta_beacon_timers +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x336eabc6 ath9k_hw_btcoex_bt_stomp +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x39582834 ath9k_hw_abortpcurecv +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x3a5fd6ee ar9003_get_pll_sqsum_dvc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x3c336ffb ath9k_hw_gettsf32 +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x3d019e14 ath9k_hw_beaconq_setup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x4261f6b2 ath9k_hw_btcoex_set_concur_txprio +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x44cba2e6 ath9k_hw_kill_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x473dc0a4 ath9k_hw_setantenna +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x47ccf2e9 ath9k_hw_set_txpowerlimit +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x485f3b4b ath9k_hw_settsf64 +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x495337ab ath9k_hw_write_associd +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x4a40bea6 ath9k_hw_getnf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x4bc4ff74 ath9k_hw_computetxtime +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x4c094afd ar9003_mci_send_message +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x4c4f9089 ath9k_hw_gpio_request_in +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x4edfc797 ath9k_hw_check_nav +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x5463bce0 ath_gen_timer_alloc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x5d19a0e5 ar9003_mci_setup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x5f2a2595 ar9003_hw_disable_phy_restart +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x5fe45563 ar9003_paprd_init_table +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x65a71115 ath9k_hw_wait +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6b13dda6 ar9003_paprd_populate_single_table +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6b792e06 ath9k_hw_gpio_get +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6fd188ee ar9003_mci_send_wlan_channels +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x74181f5e ath9k_hw_setuptxqueue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x78bb71ac ar9003_mci_state +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x790bb4c3 ath9k_hw_disable_mib_counters +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x7b2346ea ath9k_hw_enable_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x7e5100fa ar9003_mci_get_next_gpm_offset +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x7f41e83c ath9k_hw_wow_wakeup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x803d0f99 ath9k_hw_setup_statusring +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x8303be54 ath9k_hw_intrpend +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x839923d5 ath9k_hw_setrxabort +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x8488fd61 ath9k_hw_stop_dma_queue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x85e9b12d ath9k_hw_reset +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x89053af6 ath9k_hw_resettxqueue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x8a4988f6 ath9k_hw_btcoex_init_3wire +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x8ba8c8c1 ath9k_hw_beaconinit +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x8c064a48 ath9k_hw_process_rxdesc_edma +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x8f7de970 ath9k_hw_gen_timer_start +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x96377432 ar9003_hw_bb_watchdog_dbg_info +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x9643bc4c ath9k_hw_resume_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x9870dc26 ath9k_hw_btcoex_set_weight +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x98e4f24d ath9k_hw_updatetxtriglevel +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x994acf30 ath9k_hw_set_tsfadjust +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x9f5a09ee ath9k_hw_wow_apply_pattern +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xaa6da601 ath9k_hw_gpio_free +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb1fd2140 ath9k_hw_phy_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb39df16e ath9k_hw_gettsf64 +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb70bf286 ath9k_hw_getchan_noise +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb7622f14 ath9k_hw_ani_monitor +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xbed2db29 ath9k_hw_gpio_request_out +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc03f4eeb ath9k_hw_releasetxqueue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc205f52a ath9k_hw_setpower +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xcc6582dd ath9k_hw_setopmode +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xccdfef67 ath9k_hw_wow_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xcd7fa61b ath9k_hw_putrxbuf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xcd9daea5 ar9003_mci_get_interrupt +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xcddd5047 ath9k_hw_set_tx_filter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xce384919 ath9k_hw_stopdmarecv +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd05a8217 ath9k_hw_setrxfilter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd1f8f5fb ath9k_hw_reset_calvalid +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd2ee5eec ath9k_hw_loadnf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd42a4902 ath9k_hw_abort_tx_dma +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd5fac60b ar9003_paprd_setup_gain_table +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd6a53204 ath9k_hw_puttxbuf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xdbef14b1 ath9k_hw_set_txq_props +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xdc09e13c ath9k_hw_reset_tsf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xdeca5118 ath9k_hw_gettxbuf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xe3804962 ath9k_hw_init_btcoex_hw +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xea067e93 ath_gen_timer_isr +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xecd3dbe3 ath9k_hw_rxprocdesc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xee92475b ath9k_hw_deinit +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf386d1a8 ath9k_hw_name +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf495788b ath9k_hw_addrxbuf_edma +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf547191f ath9k_hw_gen_timer_stop +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf6abd7c6 ath9k_hw_btcoex_init_2wire +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf73984c3 ath9k_hw_btcoex_init_scheme +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf7bd32ec ar9003_mci_cleanup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf979be88 ath9k_hw_init_global_settings +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xfb08a4f1 ath9k_hw_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xfc678d49 ath9k_hw_getrxfilter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xfccd5cd8 ath9k_hw_btcoex_enable +EXPORT_SYMBOL drivers/net/wireless/atmel/atmel 0x01d85997 stop_atmel_card +EXPORT_SYMBOL drivers/net/wireless/atmel/atmel 0x501cc2cc atmel_open +EXPORT_SYMBOL drivers/net/wireless/atmel/atmel 0xb795cc34 init_atmel_card +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x0c6074eb brcmu_pktq_pflush +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x0d7820a7 brcmu_pktq_flush +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x14768bb8 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 0x1b98678c brcmu_pktq_mlen +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x210abc09 brcmu_pktq_mdeq +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x2dac5370 brcmu_pktq_init +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x6111cc0e brcmu_pktq_pdeq +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x706f9675 brcmu_pkt_buf_free_skb +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x87602a7f brcmu_pkt_buf_get_skb +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x928ca1d7 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 0xb2c76a71 brcmu_pktq_penq +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0xd6217d91 brcmu_d11_attach +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0xef15c6cf brcmu_pktq_peek_tail +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0xefe70423 brcmu_pktq_penq_head +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x04d9c7ea free_libipw +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x0cab07c9 libipw_channel_to_index +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x1668fd78 libipw_get_channel_flags +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x16d3a02b libipw_freq_to_channel +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x34056688 libipw_get_channel +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x49502482 libipw_is_valid_channel +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x51dd693d libipw_rx +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x5f57a341 libipw_channel_to_freq +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x6879dacd libipw_rx_mgt +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x68f1045c alloc_libipw +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x68f44c2d libipw_wx_get_encodeext +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x7a9bd796 libipw_wx_set_encode +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x8309bf85 libipw_txb_free +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x86d79e3c libipw_networks_age +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0xa06061a9 libipw_wx_get_encode +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0xd47424b1 libipw_set_geo +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0xd95e9f39 libipw_get_geo +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0xdf33ccf0 libipw_wx_set_encodeext +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0xe7ef5f62 libipw_wx_get_scan +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0xef41670b libipw_xmit +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x02375326 il_send_cmd_sync +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x08323c14 il_clear_bit +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x0b2f02ee il_mac_flush +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x0bb3681b il_add_beacon_time +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x0ced19d9 il_update_stats +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x0e61bc22 il_mac_hw_scan +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x11420522 il_apm_stop +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x11519a72 il_get_active_dwell_time +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x115aa963 il_mac_remove_interface +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x14d0b2a9 il_setup_watchdog +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x15fe5c3d il_add_station_common +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x176c131c il_send_stats_request +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x19ea4f21 il_usecs_to_beacons +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x1a3226bd il_mac_config +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x1d6a97a2 il_dbgfs_register +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x1dbed184 il_get_channel_info +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x268ab28c il_set_bit +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x27a13c3c il_hdl_error +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x283230f8 il_setup_rx_scan_handlers +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x297fd806 il_tx_queue_free +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x2a22116b il_set_rxon_channel +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x2bf7eea6 il_queue_space +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x2c554848 il_send_rxon_timing +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x317eb6ec il_txq_update_write_ptr +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x331bf9bc il_hdl_pm_sleep +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x339c4bdc il_mac_add_interface +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x34844989 _il_poll_bit +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x3eca785b il_mac_reset_tsf +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x40a50578 il_set_rxon_ht +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x416bd26a il_debug_level +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x42473800 il_eeprom_free +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x48914c92 il_hdl_spectrum_measurement +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x4c6bc14d il_cancel_scan_deferred_work +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x4e1d380a il_mac_change_interface +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x4ec88bad il_wr_prph +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x50f1bfb5 il_is_ht40_tx_allowed +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x5201f28f il_eeprom_init +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x53931191 il_hdl_csa +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x54680c82 il_write_targ_mem +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x54776c58 il_tx_queue_unmap +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x59749cda il_rx_queue_space +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x5a02043e il_dbgfs_unregister +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x6163dd89 il_init_channel_map +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x6295f84b il_mac_sta_remove +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x6442ac1b il_tx_cmd_protection +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x684d058e il_eeprom_query_addr +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x6c8b6461 il_init_geos +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x730c5fa7 il_get_passive_dwell_time +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x7ac008ca il_apm_init +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x7db01a34 il_rd_prph +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x831e93f4 il_rx_queue_update_write_ptr +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x8898c826 il_set_rxon_hwcrypto +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x8f804a1b il_rx_queue_alloc +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x93e85589 il_get_single_channel_number +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x95627104 il_set_rate +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x97d83a9f il_read_targ_mem +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x9a3d8474 il_leds_exit +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x9aa5da8f il_full_rxon_required +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x9cc714af il_bg_watchdog +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x9d06ca76 il_eeprom_query16 +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x9f9dc069 il_connection_init_rx_config +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xa3167e11 il_mac_conf_tx +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xa42f69a4 il_send_cmd_pdu_async +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xa50baee3 il_irq_handle_error +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xa879c522 il_restore_stations +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xa9c4a50a il_tx_queue_init +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xaaf18655 il_mac_bss_info_changed +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xadf86738 il_send_cmd_pdu +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xae2cc780 il_poll_bit +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xb310be1a il_send_add_sta +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xb3800129 il_set_tx_power +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xb52f2f27 il_check_rxon_cmd +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xb65510a3 il_get_cmd_string +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xb66531f5 il_scan_cancel_timeout +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xb7bd33ff il_isr +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xb9c4ae14 il_free_channel_map +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xbcc4e059 il_force_reset +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xbf071483 il_send_cmd +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xc0c81374 il_leds_init +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xc53af167 il_set_flags_for_band +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xc6dfb21c il_cmd_queue_unmap +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xc8caf489 il_set_decrypted_flag +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xcaa6acd0 il_pm_ops +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xce3fe6e1 il_tx_cmd_complete +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xd0452fed il_free_txq_mem +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xd431efe0 il_free_geos +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xd4f3be53 il_power_update_mode +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xd520804c il_hdl_pm_debug_stats +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xd6340c04 _il_apm_stop +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xdac4fd5c il_power_initialize +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xe0cbe9af il_send_bt_config +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xe378299a il_fill_probe_req +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xe38a9836 il_get_free_ucode_key_idx +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xe8e6af9e il_scan_cancel +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xeb966d83 il_get_lowest_plcp +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xec3f666d il_setup_scan_deferred_work +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xf5a2dbb8 il_tx_queue_reset +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xf6bcc5d5 il_chswitch_done +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xf70a693b il_bcast_addr +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xf7dd9097 il_send_lq_cmd +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xfc385a0e il_clear_ucode_stations +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xfcfb4773 il_cmd_queue_free +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xfdd728d7 il_alloc_txq_mem +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xfed90aa0 il_init_scan_params +EXPORT_SYMBOL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x36a862e9 __tracepoint_iwlwifi_dev_ucode_event +EXPORT_SYMBOL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x3d23c104 __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 0x5dae246d __traceiter_iwlwifi_dev_ucode_cont_event +EXPORT_SYMBOL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x8d0ca460 __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 0xaaafbd3e __tracepoint_iwlwifi_dev_ucode_cont_event +EXPORT_SYMBOL drivers/net/wireless/intel/iwlwifi/iwlwifi 0xcaaf6be5 iwl_trans_pcie_remove +EXPORT_SYMBOL drivers/net/wireless/intel/iwlwifi/iwlwifi 0xd1e69877 __SCK__tp_func_iwlwifi_dev_ucode_cont_event +EXPORT_SYMBOL drivers/net/wireless/intel/iwlwifi/iwlwifi 0xdc004333 __traceiter_iwlwifi_dev_ucode_event +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x0ec0c523 hostap_init_data +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x169fe0a6 hostap_add_interface +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x187d33bd hostap_remove_proc +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x239f0912 hostap_80211_rx +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x262bbb02 hostap_remove_interface +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x4ab63fa2 hostap_set_hostapd +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x4cead6b2 hostap_free_data +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x4f148d4e hostap_check_sta_fw_version +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x6d7adf32 hostap_set_auth_algs +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 0x81755b69 hostap_80211_ops +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x8df32dbf hostap_init_ap_proc +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x904aa3e3 hostap_handle_sta_tx_exc +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x948721c2 hostap_set_hostapd_sta +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x9739fefb hostap_set_roaming +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x9a92059f hostap_info_process +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xa67046e0 hostap_set_word +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xb022e749 hostap_set_encryption +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xb1c872f8 hostap_master_start_xmit +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xb4b77c8b hostap_80211_get_hdrlen +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xc390caae hostap_info_init +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xc86ea64f hostap_get_porttype +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xcd67e4b0 hostap_set_string +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xd5100bf8 hostap_set_antsel +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xe4f05470 hostap_init_proc +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xeb89cc4d hostap_setup_dev +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xedbd0e44 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 0x0387eb8e __orinoco_ev_info +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x530636cf orinoco_init +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x6ab8498c free_orinocodev +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x6bbf7467 orinoco_up +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x8215aff9 orinoco_if_add +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x8d03d501 orinoco_change_mtu +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0xa74c2dc5 hermes_struct_init +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0xaa73a1e0 __orinoco_ev_rx +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0xac86c358 alloc_orinocodev +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0xad2c3574 orinoco_tx_timeout +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0xb8bdb639 orinoco_if_del +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0xb8d19302 orinoco_open +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0xca5c8c47 orinoco_set_multicast_list +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0xccb05e1d orinoco_stop +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0xe3ae2257 orinoco_process_xmit_skb +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0xfbba5b38 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 0xdbbe51d9 mt76_wcid_key_setup +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/btcoexist/btcoexist 0xd7eab6c0 rtl_btc_get_ops_pointer +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x00a7d9c1 rtl92c_phy_set_io +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x0452298c _rtl92c_store_pwrindex_diffrate_offset +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x06252695 rtl92c_bt_rssi_state_change +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x0d6fdc9b _rtl92c_phy_txpwr_idx_to_dbm +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x0dedef5a rtl92c_set_fw_joinbss_report_cmd +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x132897e3 rtl92c_phy_iq_calibrate +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x1508feeb rtl92c_set_fw_pwrmode_cmd +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x17c6917d _rtl92c_phy_init_bb_rf_register_definition +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 0x3009c66f rtl92c_phy_query_bb_reg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x3640f81c _rtl92c_phy_fw_rf_serial_write +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x3e83f810 rtl92c_dm_bt_coexist +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x4702ef0d rtl92c_phy_set_bw_mode +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x589a8f84 rtl92c_dm_write_dig +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x5bbdf20d rtl92c_phy_set_io_cmd +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x5ea1e565 _rtl92c_phy_dbm_to_txpwr_idx +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x65e68f1d _rtl92c_phy_fw_rf_serial_read +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x6884bff4 rtl92c_phy_set_rfpath_switch +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x6e64a9b5 _rtl92c_phy_set_rf_sleep +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x7177c2ec rtl92c_dm_check_txpower_tracking +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x75c33b66 _rtl92c_phy_bb8192c_config_parafile +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x76808b8a rtl92c_phy_rf_config +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x7778b8cb rtl92c_phy_set_txpower_level +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x7c8d57ae rtl92c_download_fw +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x813c447f rtl92c_firmware_selfreset +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x8522400b rtl92c_dm_watchdog +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x87940fbc rtl92c_phy_set_bb_reg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x904bf347 rtl92c_dm_init +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x9a083a24 rtl92c_phy_sw_chnl_callback +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x9c574d3d _rtl92c_phy_rf_serial_write +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xa7f1e68d rtl92c_phy_sw_chnl +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xab77921a rtl92c_dm_init_edca_turbo +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xb70718e5 rtl92c_fill_h2c_cmd +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xbcddf656 rtl92c_dm_init_rate_adaptive_mask +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xbd622641 rtl92c_set_fw_rsvdpagepkt +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xc0ed7186 _rtl92c_phy_rf_serial_read +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xcecc0f05 rtl92c_phy_lc_calibrate +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xd0778b39 rtl92c_dm_rf_saving +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xd26c02e1 rtl92ce_phy_set_rf_on +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xd42843b1 rtl92c_phy_update_txpower_dbm +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xedcfd8ab rtl8192_phy_check_is_legal_rfpath +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xfd13b718 rtl92c_phy_ap_calibrate +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_pci 0x6f899cdf rtl_pci_disconnect +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_pci 0x7c12f7d8 rtl_pci_probe +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_pci 0xa28c9136 rtl_pci_suspend +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_pci 0xe756cc0b rtl_pci_resume +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_usb 0x0ef12ae1 rtl_usb_probe +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_usb 0x5d8ed2ff rtl_usb_disconnect +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_usb 0xbfcc4e53 rtl_usb_suspend +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_usb 0xe95f8a2f rtl_usb_resume +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x070ffb69 efuse_power_switch +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x0b038e24 channel5g_80m +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x152c7423 rtl_collect_scan_list +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x1b90ddf6 efuse_shadow_read +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x1b945315 rtl_addr_delay +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x23aafcba rtl_cam_del_entry +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x30a956d7 rtl_query_rxpwrpercentage +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x4e6888f1 rtl_phy_scan_operation_backup +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x50e61b67 rtl_bb_delay +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x54824f58 channel5g +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x5a035cb8 rtl_cam_delete_one_entry +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x5b1ebfe8 rtl_cam_reset_all_entry +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x5ff85607 rtl_process_phyinfo +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x60460871 rtl_ps_enable_nic +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x62338967 efuse_read_1byte +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x6a1b0af1 rtl_cam_get_free_entry +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x71d16300 rtlwifi_rate_mapping +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x76b3fe41 rtl_rx_ampdu_apply +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x788e2053 rtl_cmd_send_packet +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x7aa09a80 rtl_cam_add_one_entry +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x7c0ae66d rtl_init_rfkill +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x84c019d8 rtl_cam_empty_entry +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x8dd27d13 rtl_hal_pwrseqcmdparsing +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x8ea60059 rtl_fw_cb +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x9c85c78c rtl_ps_disable_nic +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x9f8ec791 rtl_mrate_idx_to_arfr_id +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xa30c3f94 rtl_signal_scale_mapping +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xa9e47d81 rtl_c2hcmd_enqueue +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xba640a01 rtl_cam_mark_invalid +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xc1b653db rtl_get_tcb_desc +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xc419d22a rtl_dm_diginit +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xda08a33d efuse_one_byte_read +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xe08ce4ce rtl_rfreg_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 0xfb15d210 rtl_send_smps_action +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xfc2379aa rtl_efuse_shadow_map_update +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_8723d 0x6387542e rtw8723d_hw_spec +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_8821c 0xfe4723a3 rtw8821c_hw_spec +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_8822b 0x88672e9c rtw8822b_hw_spec +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_8822c 0x67a545a2 rtw8822c_hw_spec +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x00886b8a rtw_phy_pwrtrack_get_pwridx +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x0685ce4a rtw_read8_physical_efuse +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x09b03a7b rtw_core_deinit +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x09d8ed51 rtw_rx_stats +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x1005c8c1 rtw_bf_remove_bfee_mu +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x11db5989 rtw_tx_report_enqueue +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x1215bc54 rtw_phy_pwrtrack_thermal_changed +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x190971e3 rtw_phy_pwrtrack_get_delta +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x1d5917d3 rtw_regd_get +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x1e77ffd7 rtw_bf_enable_bfee_mu +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x2403f150 rtw_phy_init +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x24627ae7 rtw_core_init +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x27793982 rtw_phy_write_rf_reg_mix +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x28d2d4ba rtw_power_mode_change +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x293777b9 rtw_phy_get_tx_power_index +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x2ec49bcc rtw_phy_set_tx_power_level +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x30fe88fd rtw_phy_parsing_cfo +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x32a01ab4 rtw_unregister_hw +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x33b3f3c0 rtw_debug_mask +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x35043003 rtw_dump_fw +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x36c5bfca rtw_disable_lps_deep_mode +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x3ae53ce6 rtw_phy_pwrtrack_need_lck +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x42d5f236 rtw_coex_write_scbd +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x43236a6e rtw_fw_do_iqk +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x440b7589 rtw_phy_rf_power_2_rssi +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x45de20cf rtw_phy_read_rf_sipi +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x4c89ad78 rtw_fw_c2h_cmd_isr +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x4d99d175 rtw_coex_read_indirect_reg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x4feedc7f rtw_parse_tbl_phy_cond +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x519c8ba9 rtw_rate_size +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x51ba4111 rtw_set_rx_freq_band +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x5327e162 rtw_phy_cfg_mac +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x58210e60 rtw_rate_section +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x5fa04ab7 rtw_bf_remove_bfee_su +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x6139c1c8 rtw_phy_set_edcca_th +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x636b4e62 rtw_phy_config_swing_table +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x6ae86040 __rtw_dbg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x7148cd66 rtw_phy_write_rf_reg_sipi +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x73388669 rtw_fw_inform_rfk_status +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x7423ec9d rtw_phy_load_tables +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x8c1cd053 rtw_bf_cfg_csi_rate +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x8d6a100b rtw_phy_pwrtrack_avg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x90cf5cae rtw_bf_enable_bfee_su +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x9358e294 rtw_fw_c2h_cmd_rx_irqsafe +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x993015f2 rtw_tx_write_data_h2c_get +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xa05fabbd rtw_phy_read_rf +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xabf6564b rtw_coex_write_indirect_reg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xb0a01453 rtw_phy_cfg_bb +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xb7753e44 rtw_restore_reg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xb8ab134f check_hw_ready +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xc281be1a rtw_phy_cfg_rf +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xcc37a6bf rtw_tx_fill_tx_desc +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xd360f94c rtw_set_channel_mac +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xd3f4311c rtw_phy_pwrtrack_need_iqk +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xd6c0c085 rtw_chip_info_setup +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xd707eb2d rtw_tx_write_data_rsvd_page_get +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xdca6f65e rtw_phy_cfg_agc +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xdcf85d7e rtw_bf_phy_init +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xdd5f383e rtw_parse_tbl_bb_pg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xe3777417 rtw_ops +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xe3ee8827 rtw_bf_set_gid_table +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xebe371a2 rtw_dump_reg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xf3003e8a rtw_parse_tbl_txpwr_lmt +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xf9647a37 rtw_register_hw +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xfea03b9e rtw_rx_fill_rx_status +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_pci 0x5dd5d07e rtw_pci_shutdown +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_pci 0x8a18ae6b rtw_pci_remove +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_pci 0xb10efae0 rtw_pci_probe +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_pci 0xba947dc6 rtw_pm_ops +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_usb 0xa37600be rtw_usb_probe +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_usb 0xbba93554 rtw_usb_disconnect +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_8852a 0xff25bde9 rtw8852a_chip_info +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_8852b 0x88bb6f19 rtw8852b_chip_info +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_8852c 0x131e2376 rtw8852c_chip_info +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x0145ac06 rtw89_mac_cfg_ctrl_path_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x01865d5c rtw89_core_napi_start +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x083ab3c0 rtw89_core_deinit +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x099ea977 rtw89_mac_cfg_gnt +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x0aae2b56 rtw89_mac_size +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x0cdc8f4f rtw89_btc_set_policy_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x0f6d5346 rtw89_core_init +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x130c966a rtw89_chip_info_setup +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x1b1e6515 rtw89_core_unregister +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x1eae897e rtw89_core_fill_txdesc +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x1f747985 rtw89_phy_config_rf_reg_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x245a380c rtw89_phy_read32_idx +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x2af35537 rtw89_mac_cfg_ppdu_status +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x2bd25871 rtw89_mac_write_xtal_si +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x31dea24a rtw89_free_ieee80211_hw +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x34cc585d rtw89_phy_set_txpwr_offset +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x34cde5f7 rtw89_core_register +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x3cc4b7b0 rtw89_core_napi_stop +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x3d4d6837 rtw89_phy_read_txpwr_limit +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x3d52c57f rtw89_mac_cfg_gnt_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x5520ee10 rtw89_phy_write_rf +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x55fbe615 rtw89_mac_stop_sch_tx_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x5684f62b rtw89_phy_set_txpwr_byrate +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x58a06eeb rtw89_phy_read_rf +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x5f59e069 rtw89_mac_cfg_ctrl_path +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x64f41504 rtw89_phy_write_reg3_tbl +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x69858269 rtw89_rfk_parser +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x6b5bb9ea rtw89_btc_ntfy_wl_rfk +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x6cd1e43d rtw89_mac_set_err_status +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x6d33217f rtw89_mac_get_err_status +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x6f873995 rtw89_phy_get_txsc +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x6fe5c7f3 rtw89_phy_set_txpwr_limit +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x78db883e rtw89_fw_h2c_dctl_sec_cam_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x7961da7c rtw89_btc_set_policy +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x83ba7711 __rtw89_debug +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x86464db6 rtw89_mac_read_xtal_si +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x8d6a2d05 rtw89_ops +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x93ee077e rtw89_mac_coex_init_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x96016df2 rtw89_phy_write32_idx +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x982c409d rtw89_core_napi_init +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x997d267e rtw89_phy_read_rf_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xad365d04 rtw89_mac_resume_sch_tx_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xb05e3171 rtw89_mac_get_txpwr_cr +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xb57b80f5 rtw89_mac_disable_bb_rf +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xb793b5c9 rtw89_ser_notify +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xbcfe5357 rtw89_fw_h2c_rf_ntfy_mcc +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xcbdcb2a9 rtw89_core_fill_txdesc_fwcmd_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xcbf57727 rtw89_core_fill_txdesc_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xd17c0678 rtw89_core_query_rxdesc +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xddb588ee rtw89_alloc_ieee80211_hw +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xdf836b28 rtw89_phy_load_txpwr_byrate +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xdf9106c0 rtw89_mac_stop_sch_tx +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xe36ceea4 rtw89_phy_tssi_ctrl_set_bandedge_cfg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xe3f57b04 rtw89_debug_mask +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xe71b7219 rtw89_phy_set_txpwr_limit_ru +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xe8a47a53 rtw89_mac_enable_bb_rf +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xecce0219 rtw89_core_napi_deinit +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xeef2c0f7 rtw89_mac_coex_init +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xefac9480 rtw89_mac_resume_sch_tx +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xf75bbe4a rtw89_phy_write_rf_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xfc4952e1 rtw89_core_rx +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x0a25119b rtw89_pci_config_intr_mask +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x0a8cb7b6 rtw89_pm_ops +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x2868f246 rtw89_pci_enable_intr_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x524e30c7 rtw89_pci_probe +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x5ab77b62 rtw89_pci_disable_intr_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x69623181 rtw89_pci_disable_intr +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 0x80758b09 rtw89_pci_enable_intr +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x865bdab8 rtw89_pci_config_intr_mask_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x8beaaa5d rtw89_pci_recognize_intrs_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x90ce01ba rtw89_pci_recognize_intrs +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x96a04cf8 rtw89_pci_fill_txaddr_info +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x977e4f77 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 0xaaeb3893 rtw89_pci_remove +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0xaf6a1342 rtw89_pci_ltr_set +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0xecfbab17 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 0x0c3c661a rsi_config_wowlan +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0x260b34cd wlcore_calc_packet_alignment +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0x3c757426 wl1271_free_tx_id +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0x7f37daee wl12xx_is_dummy_packet +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0x92bc75c0 wlcore_tx_complete +EXPORT_SYMBOL drivers/nfc/fdp/fdp 0x041b293c fdp_nci_remove +EXPORT_SYMBOL drivers/nfc/fdp/fdp 0xd82da0d3 fdp_nci_probe +EXPORT_SYMBOL drivers/nfc/microread/microread 0x72f58283 microread_remove +EXPORT_SYMBOL drivers/nfc/microread/microread 0xdf13d799 microread_probe +EXPORT_SYMBOL drivers/nfc/nxp-nci/nxp-nci 0x181312d2 nxp_nci_probe +EXPORT_SYMBOL drivers/nfc/nxp-nci/nxp-nci 0x7b777284 nxp_nci_fw_recv_frame +EXPORT_SYMBOL drivers/nfc/nxp-nci/nxp-nci 0xf8005bd9 nxp_nci_remove +EXPORT_SYMBOL drivers/nfc/pn533/pn533 0x49a6744c pn533_recv_frame +EXPORT_SYMBOL drivers/nfc/pn544/pn544 0xd75ddd13 pn544_hci_remove +EXPORT_SYMBOL drivers/nfc/pn544/pn544 0xdf7ba8b0 pn544_hci_probe +EXPORT_SYMBOL drivers/nfc/s3fwrn5/s3fwrn5 0x774203fc s3fwrn5_phy_set_wake +EXPORT_SYMBOL drivers/nfc/s3fwrn5/s3fwrn5 0x794f2fca s3fwrn5_probe +EXPORT_SYMBOL drivers/nfc/s3fwrn5/s3fwrn5 0xead2cf44 s3fwrn5_remove +EXPORT_SYMBOL drivers/nfc/s3fwrn5/s3fwrn5 0xedb12f10 s3fwrn5_phy_set_mode +EXPORT_SYMBOL drivers/nfc/s3fwrn5/s3fwrn5 0xef72a3f6 s3fwrn5_recv_frame +EXPORT_SYMBOL drivers/nfc/s3fwrn5/s3fwrn5 0xf084e9be s3fwrn5_phy_power_ctrl +EXPORT_SYMBOL drivers/nfc/s3fwrn5/s3fwrn5 0xf2ab60da s3fwrn5_phy_get_mode +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0x119fcd36 ndlc_send +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0x19254fa8 st_nci_vendor_cmds_init +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0x23174b67 ndlc_probe +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0x6b86365f st_nci_se_io +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0x748ed3a0 ndlc_open +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0x7930c8c9 ndlc_recv +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0x8ce7ca63 st_nci_se_init +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0xa53a2322 st_nci_se_deinit +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0xc4697466 ndlc_remove +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0xf0dc38b7 ndlc_close +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x0124dd9c st21nfca_im_send_dep_req +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x01b14760 st21nfca_connectivity_event_received +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x141e6895 st21nfca_tm_send_dep_res +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x2ff553c4 st21nfca_hci_remove +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x3613cca5 st21nfca_se_deinit +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x4f5ab98d st21nfca_hci_loopback_event_received +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x65709e68 st21nfca_im_send_atr_req +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x70f0a0d9 st21nfca_dep_event_received +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x82e06f37 st21nfca_vendor_cmds_init +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x84c2233f st21nfca_apdu_reader_event_received +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x931ad375 st21nfca_se_init +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0xa0440e08 st21nfca_hci_discover_se +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0xa614b9f4 st21nfca_hci_probe +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0xbe83f6f5 st21nfca_hci_disable_se +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0xd17c9f4d st21nfca_dep_deinit +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0xe0273394 st21nfca_dep_init +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0xedf56c42 st21nfca_hci_enable_se +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0xef440d97 st21nfca_hci_se_io +EXPORT_SYMBOL drivers/ntb/ntb 0x0790c029 ntb_db_event +EXPORT_SYMBOL drivers/ntb/ntb 0x0f1a1103 ntbm_msi_free_irq +EXPORT_SYMBOL drivers/ntb/ntb 0x1099facd ntb_default_peer_port_count +EXPORT_SYMBOL drivers/ntb/ntb 0x12516a50 ntb_link_event +EXPORT_SYMBOL drivers/ntb/ntb 0x342ea268 ntb_msg_event +EXPORT_SYMBOL drivers/ntb/ntb 0x54f63ec4 ntb_clear_ctx +EXPORT_SYMBOL drivers/ntb/ntb 0x6947e61f ntb_register_device +EXPORT_SYMBOL drivers/ntb/ntb 0x9285a221 __ntb_register_client +EXPORT_SYMBOL drivers/ntb/ntb 0x9701ce27 ntb_msi_init +EXPORT_SYMBOL drivers/ntb/ntb 0x9fa88c0c ntb_default_peer_port_idx +EXPORT_SYMBOL drivers/ntb/ntb 0xa403cfab ntb_msi_peer_addr +EXPORT_SYMBOL drivers/ntb/ntb 0xad93b0f3 ntb_msi_setup_mws +EXPORT_SYMBOL drivers/ntb/ntb 0xb1f37c70 ntb_msi_clear_mws +EXPORT_SYMBOL drivers/ntb/ntb 0xc0d0074c ntb_msi_peer_trigger +EXPORT_SYMBOL drivers/ntb/ntb 0xdd64d374 ntb_unregister_client +EXPORT_SYMBOL drivers/ntb/ntb 0xe88cf416 ntb_default_peer_port_number +EXPORT_SYMBOL drivers/ntb/ntb 0xf0bb7710 ntb_set_ctx +EXPORT_SYMBOL drivers/ntb/ntb 0xf403b768 ntb_unregister_device +EXPORT_SYMBOL drivers/ntb/ntb 0xf4cd6ab1 ntbm_msi_request_threaded_irq +EXPORT_SYMBOL drivers/ntb/ntb 0xf4e5f92e ntb_default_port_number +EXPORT_SYMBOL drivers/nvdimm/nd_btt 0x895316ea nvdimm_namespace_detach_btt +EXPORT_SYMBOL drivers/nvdimm/nd_btt 0x952467e0 nvdimm_namespace_attach_btt +EXPORT_SYMBOL drivers/parport/parport 0x05748ce4 parport_write +EXPORT_SYMBOL drivers/parport/parport 0x16104402 parport_claim_or_block +EXPORT_SYMBOL drivers/parport/parport 0x17f342f6 parport_register_dev_model +EXPORT_SYMBOL drivers/parport/parport 0x1f95b5ff parport_claim +EXPORT_SYMBOL drivers/parport/parport 0x278e6656 parport_ieee1284_ecp_read_data +EXPORT_SYMBOL drivers/parport/parport 0x2f13b0dd parport_find_number +EXPORT_SYMBOL drivers/parport/parport 0x3b1087fd parport_find_base +EXPORT_SYMBOL drivers/parport/parport 0x4d2a941b parport_ieee1284_interrupt +EXPORT_SYMBOL drivers/parport/parport 0x50a84f01 parport_ieee1284_epp_read_addr +EXPORT_SYMBOL drivers/parport/parport 0x557e9bcd parport_ieee1284_ecp_write_addr +EXPORT_SYMBOL drivers/parport/parport 0x5e3a3912 parport_irq_handler +EXPORT_SYMBOL drivers/parport/parport 0x66a70325 parport_ieee1284_read_byte +EXPORT_SYMBOL drivers/parport/parport 0x66c62dda parport_read +EXPORT_SYMBOL drivers/parport/parport 0x6b8c0aa6 parport_get_port +EXPORT_SYMBOL drivers/parport/parport 0x6bafa4ee parport_ieee1284_epp_write_addr +EXPORT_SYMBOL drivers/parport/parport 0x7dfceb13 __parport_register_driver +EXPORT_SYMBOL drivers/parport/parport 0x7fa9d3f4 parport_ieee1284_read_nibble +EXPORT_SYMBOL drivers/parport/parport 0x821261c1 parport_unregister_driver +EXPORT_SYMBOL drivers/parport/parport 0x98e0cfdf parport_wait_event +EXPORT_SYMBOL drivers/parport/parport 0xa94fd2ad parport_ieee1284_epp_read_data +EXPORT_SYMBOL drivers/parport/parport 0xb0c59f66 parport_put_port +EXPORT_SYMBOL drivers/parport/parport 0xb5766dd3 parport_unregister_device +EXPORT_SYMBOL drivers/parport/parport 0xc280cc0d parport_wait_peripheral +EXPORT_SYMBOL drivers/parport/parport 0xdd5aa704 parport_ieee1284_epp_write_data +EXPORT_SYMBOL drivers/parport/parport 0xdfdc2bca parport_set_timeout +EXPORT_SYMBOL drivers/parport/parport 0xe38b9827 parport_ieee1284_ecp_write_data +EXPORT_SYMBOL drivers/parport/parport 0xe463ac8d parport_release +EXPORT_SYMBOL drivers/parport/parport 0xe5241247 parport_ieee1284_write_compat +EXPORT_SYMBOL drivers/parport/parport 0xe94662ba parport_del_port +EXPORT_SYMBOL drivers/parport/parport 0xf12848fa parport_negotiate +EXPORT_SYMBOL drivers/parport/parport 0xf29d4bdd parport_remove_port +EXPORT_SYMBOL drivers/parport/parport 0xf4558845 parport_announce_port +EXPORT_SYMBOL drivers/parport/parport 0xf8c026d6 parport_register_port +EXPORT_SYMBOL drivers/parport/parport_pc 0x24c293ba parport_pc_probe_port +EXPORT_SYMBOL drivers/parport/parport_pc 0x3939a3f5 parport_pc_unregister_port +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x06f7499f pcmcia_reset_card +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x07ef7978 pcmcia_register_socket +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x0baa9a6a pcmcia_socket_class +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x212db8d2 pcmcia_socket_list +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x26cb7f8a pcmcia_put_socket +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x7883cf89 pcmcia_parse_uevents +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x7f8cad54 pcmcia_unregister_socket +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x9d203703 pccard_register_pcmcia +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xa7ffa8f6 pcmcia_parse_events +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xc6b2f7b7 pcmcia_get_socket_by_nr +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xcf97f3bd dead_socket +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xdfcb1b77 pcmcia_get_socket +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xf942709b pcmcia_socket_list_rwsem +EXPORT_SYMBOL drivers/pcmcia/pcmcia_rsrc 0x36ea347d pccard_static_ops +EXPORT_SYMBOL drivers/platform/chrome/cros_ec 0x28d78dc3 cros_ec_unregister +EXPORT_SYMBOL drivers/platform/chrome/cros_ec 0x319c757b cros_ec_register +EXPORT_SYMBOL drivers/platform/chrome/cros_ec 0x7aa48055 cros_ec_suspend +EXPORT_SYMBOL drivers/platform/chrome/cros_ec 0xe65f0182 cros_ec_resume +EXPORT_SYMBOL drivers/platform/chrome/cros_ec 0xf25aacf5 cros_ec_irq_thread +EXPORT_SYMBOL drivers/regulator/rohm-regulator 0x809277ea rohm_regulator_set_dvs_levels +EXPORT_SYMBOL drivers/rpmsg/qcom_smd 0x1ad3c3f8 qcom_smd_register_edge +EXPORT_SYMBOL drivers/rpmsg/qcom_smd 0x3330a1c8 qcom_smd_unregister_edge +EXPORT_SYMBOL drivers/rpmsg/rpmsg_char 0x8a019b06 rpmsg_chrdev_eptdev_create +EXPORT_SYMBOL drivers/rpmsg/rpmsg_char 0xcbaaac76 rpmsg_chrdev_eptdev_destroy +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x0c30b140 rpmsg_find_device +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x3a7d4775 rpmsg_create_ept +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x429dae76 rpmsg_poll +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x447c1786 unregister_rpmsg_driver +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x44cf5d69 rpmsg_send +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x6155b4a6 rpmsg_trysendto +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x705c0efc rpmsg_sendto +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x98705fd3 rpmsg_get_mtu +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0xa843d9e9 __register_rpmsg_driver +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0xabab2793 rpmsg_destroy_ept +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0xb80a45d1 rpmsg_class +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0xbe219324 rpmsg_register_device +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0xbf378b9f rpmsg_register_device_override +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0xc025fc69 rpmsg_release_channel +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0xc7ada921 rpmsg_create_channel +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0xd1573472 rpmsg_trysend_offchannel +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0xd27b77e0 rpmsg_send_offchannel +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0xe6211aa8 rpmsg_trysend +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0xead34b6e rpmsg_unregister_device +EXPORT_SYMBOL drivers/rpmsg/rpmsg_ns 0xb2287792 rpmsg_ns_register_device +EXPORT_SYMBOL drivers/rtc/rtc-ds1685 0x42a97daf ds1685_rtc_poweroff +EXPORT_SYMBOL drivers/scsi/esp_scsi 0x0b67f3af scsi_esp_register +EXPORT_SYMBOL drivers/scsi/esp_scsi 0x4a29ab38 scsi_esp_intr +EXPORT_SYMBOL drivers/scsi/esp_scsi 0xcaa71fb4 scsi_esp_template +EXPORT_SYMBOL drivers/scsi/esp_scsi 0xeb6b8a26 scsi_esp_cmd +EXPORT_SYMBOL drivers/scsi/esp_scsi 0xf40e9080 scsi_esp_unregister +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x0757e710 fcoe_transport_detach +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x16974280 fcoe_fcf_get_selected +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x4087471d fcoe_ctlr_recv_flogi +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x627deb43 fcoe_ctlr_link_up +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x642e1244 fcoe_ctlr_link_down +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x8e01f33c fcoe_ctlr_set_fip_mode +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x96999b81 fcoe_ctlr_init +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xc764fac8 fcoe_ctlr_els_send +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xd359e0fb fcoe_transport_attach +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xdd6a39c6 fcoe_ctlr_destroy +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xe8e2c06f fcoe_ctlr_recv +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x0096c101 fc_elsct_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x05037356 fc_exch_seq_send +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x0a8b6c8f fc_eh_device_reset +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x0e527def fc_slave_alloc +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x10cebbf7 fc_queuecommand +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x1106b468 fc_fabric_login +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x145aff89 fc_exch_mgr_reset +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x146f67b0 fc_rport_recv_req +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x18e46a16 fc_rport_logoff +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x1bdc3b8d fc_seq_assign +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x1c825502 fc_vport_setlink +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x1defb8e0 fc_lport_flogi_resp +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x2038f43c fc_get_host_port_state +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x22424398 fc_fcp_destroy +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x22b90986 fc_exch_mgr_del +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x2a5d4acb fc_lport_set_local_id +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x2c599d39 fc_fill_hdr +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x39d10bc3 fc_set_rport_loss_tmo +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x3d96ee29 fc_lport_destroy +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x45849990 fc_exch_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x4961c692 fc_exch_recv +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x569dd730 fc_frame_alloc_fill +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x66062c12 fc_lport_logo_resp +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x66c5eca8 fc_lport_bsg_request +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x685fef40 fc_rport_login +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x6b97422c fc_disc_config +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x6dd5396c fc_rport_create +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x75eb9f00 fc_fc4_register_provider +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x76bf8661 fc_get_host_stats +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x7f3407a7 fc_seq_start_next +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x7fcf7da0 fc_fill_reply_hdr +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x80f7403a fc_eh_abort +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x811811e0 fc_exch_done +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x81de1390 fc_lport_recv +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x854180b8 fc_elsct_send +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x8bb86ae3 fc_exch_mgr_alloc +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x8bd2f79a fc_exch_mgr_add +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x9a8b1c26 fc_rport_lookup +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x9c88ac43 fc_frame_crc_check +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 0xa4141403 fc_exch_mgr_free +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xa4dd07a4 fc_rport_terminate_io +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xaa208702 fc_vport_id_lookup +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xb0ddd5a1 fc_rport_flush_queue +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xb8b1feee fc_lport_iterate +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xbef57a2a fc_linkup +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xccf1bb7f fc_seq_set_resp +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xce6514e9 fc_lport_reset +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xceaa4693 fc_lport_config +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xceffc93a fc_seq_send +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xcf05edc8 fc_eh_host_reset +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xcf0690a8 fc_get_host_speed +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xcffb4ddd fc_lport_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xd6bace72 libfc_vport_create +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xd9c895f2 fc_fcp_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xe5cf06b5 fc_lport_notifier_head +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xe719e9ac fc_linkdown +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xeb3e06b6 fc_exch_mgr_list_clone +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xebae667f _fc_frame_alloc +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xf08e9b23 fc_set_mfs +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xf688a4a4 fc_exch_update_stats +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xf929168a fc_fc4_deregister_provider +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xfa4667d1 fc_seq_release +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xfceed440 fc_disc_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xffa2e9b6 fc_fabric_logoff +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0x1cc645c2 sas_suspend_ha +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0x2ec7f9b6 sas_resume_ha +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0x35447a12 sas_prep_resume_ha +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0x3635f756 sas_resume_ha_no_sync +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0x4a8e3d34 try_test_sas_gpio_gp_bit +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 0xf582ea80 mraid_mm_register_adp +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x1022bf63 qlt_lport_register +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x3e931dd1 qlt_abort_cmd +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x45e7a4e2 qlt_stop_phase1 +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xa9040ee7 qlt_rdy_to_xfer +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xa9d8396b qlt_enable_vha +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xaf83f42a qlt_unreg_sess +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xb1e94309 qlt_xmit_tm_rsp +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xc22cf630 qlt_free_mcmd +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xd907ed07 qlt_free_cmd +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xe1d5e5eb qlt_xmit_response +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xe8d16d30 qlt_stop_phase2 +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xf8d0ab0f qlt_lport_deregister +EXPORT_SYMBOL drivers/scsi/raid_class 0x731e02fd raid_class_release +EXPORT_SYMBOL drivers/scsi/raid_class 0xda742f24 raid_component_add +EXPORT_SYMBOL drivers/scsi/raid_class 0xfd8451f4 raid_class_attach +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x02840287 fc_vport_create +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x1374b123 fc_remove_host +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x2b9fff01 fc_remote_port_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x375f8bbd fc_get_event_number +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x42c18692 fc_release_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x4d7b8d7b fc_eh_timed_out +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x5219d788 fc_remote_port_rolechg +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x6df27ef1 fc_host_fpin_rcv +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x9ac85810 scsi_is_fc_rport +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x9adcb280 fc_block_rport +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xa4e386eb fc_block_scsi_eh +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xb5da9ef0 fc_find_rport_by_wwpn +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xcc42ebf2 fc_host_post_event +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xdb35866d fc_remote_port_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xe9c32eba fc_host_post_fc_event +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xeba86f2f fc_host_post_vendor_event +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xeda83f5e fc_vport_terminate +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xfa12bd43 fc_attach_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x03ede23b sas_rphy_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x0dd49994 sas_end_device_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x1ab24fe9 sas_port_mark_backlink +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x1c0770e4 scsi_is_sas_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x2e5c3a2f sas_port_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x31d64371 sas_remove_host +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x45bf410e sas_port_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x473c0684 sas_phy_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x4e1399d6 sas_rphy_remove +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x5236a76d sas_rphy_free +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x55ad7f7a sas_port_free +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x619d25ab scsi_is_sas_rphy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x6440a14e sas_phy_free +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x6b42c4af sas_remove_children +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x70742d03 sas_get_address +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x71514bfe sas_phy_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x71798eb5 sas_phy_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x73a3d372 sas_rphy_unlink +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x7abc2423 sas_port_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x7bde5e35 sas_rphy_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x8b938c12 sas_attach_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x902cb3cc scsi_is_sas_port +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x916219b2 sas_read_port_mode_page +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x9e8ec4eb sas_port_get_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xb3747336 sas_release_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xc57cb763 sas_port_add_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xe03ca353 sas_port_delete_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xec4e1a01 sas_expander_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xf8005f6c sas_port_alloc_num +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0x3686ea09 spi_print_msg +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0x70afe85e spi_attach_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0x7dc73064 spi_dv_device +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0xc3945f32 spi_display_xfer_agreement +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0xc8e90029 spi_release_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0xc96b4b54 spi_schedule_dv_device +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0x324c6db3 srp_reconnect_rport +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0x3bc9c321 srp_start_tl_fail_timers +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0x405b6e05 srp_parse_tmo +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0x49f921fa srp_rport_get +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0x6e91d3f1 srp_rport_put +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0xfb4f2ca9 srp_timed_out +EXPORT_SYMBOL drivers/soc/fsl/dpio/fsl-mc-dpio 0x030f2d6c dpaa2_io_service_enqueue_fq +EXPORT_SYMBOL drivers/soc/fsl/dpio/fsl-mc-dpio 0x21e76a68 dpaa2_io_get_adaptive_coalescing +EXPORT_SYMBOL drivers/soc/fsl/dpio/fsl-mc-dpio 0x2bc276ca dpaa2_io_update_net_dim +EXPORT_SYMBOL drivers/soc/fsl/dpio/fsl-mc-dpio 0x35210a1c dpaa2_io_set_irq_coalescing +EXPORT_SYMBOL drivers/soc/fsl/dpio/fsl-mc-dpio 0x3d01f417 dpaa2_io_service_pull_fq +EXPORT_SYMBOL drivers/soc/fsl/dpio/fsl-mc-dpio 0xb629a241 dpaa2_io_get_irq_coalescing +EXPORT_SYMBOL drivers/soc/fsl/dpio/fsl-mc-dpio 0xc4ccef03 dpaa2_io_get_cpu +EXPORT_SYMBOL drivers/soc/fsl/dpio/fsl-mc-dpio 0xdb008703 dpaa2_io_service_enqueue_multiple_fq +EXPORT_SYMBOL drivers/soc/fsl/dpio/fsl-mc-dpio 0xe0f67b93 dpaa2_io_service_enqueue_multiple_desc_fq +EXPORT_SYMBOL drivers/soc/fsl/dpio/fsl-mc-dpio 0xfa0aedff dpaa2_io_set_adaptive_coalescing +EXPORT_SYMBOL drivers/soc/mediatek/mtk-cmdq-helper 0x07564e82 cmdq_pkt_assign +EXPORT_SYMBOL drivers/soc/mediatek/mtk-cmdq-helper 0x081d1a1a cmdq_pkt_write_mask +EXPORT_SYMBOL drivers/soc/mediatek/mtk-cmdq-helper 0x1f3ed632 cmdq_pkt_jump +EXPORT_SYMBOL drivers/soc/mediatek/mtk-cmdq-helper 0x3f6fab3f cmdq_pkt_write_s_mask_value +EXPORT_SYMBOL drivers/soc/mediatek/mtk-cmdq-helper 0x3fc19424 cmdq_pkt_write +EXPORT_SYMBOL drivers/soc/mediatek/mtk-cmdq-helper 0x45dae4fc cmdq_pkt_poll +EXPORT_SYMBOL drivers/soc/mediatek/mtk-cmdq-helper 0x4a88be7c cmdq_dev_get_client_reg +EXPORT_SYMBOL drivers/soc/mediatek/mtk-cmdq-helper 0x578699c0 cmdq_pkt_finalize +EXPORT_SYMBOL drivers/soc/mediatek/mtk-cmdq-helper 0x58cdc788 cmdq_pkt_poll_mask +EXPORT_SYMBOL drivers/soc/mediatek/mtk-cmdq-helper 0x5a123a5e cmdq_pkt_write_s_mask +EXPORT_SYMBOL drivers/soc/mediatek/mtk-cmdq-helper 0x5bfd584c cmdq_pkt_set_event +EXPORT_SYMBOL drivers/soc/mediatek/mtk-cmdq-helper 0x7bb51fef 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 0xd79d44e9 cmdq_pkt_create +EXPORT_SYMBOL drivers/soc/mediatek/mtk-cmdq-helper 0xdf8340fe cmdq_pkt_write_s +EXPORT_SYMBOL drivers/soc/mediatek/mtk-cmdq-helper 0xf97591d0 cmdq_mbox_destroy +EXPORT_SYMBOL drivers/soc/mediatek/mtk-cmdq-helper 0xfec2df2b cmdq_pkt_read_s +EXPORT_SYMBOL drivers/soc/qcom/ocmem 0x8c36b37c 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 0x08ba068f geni_se_resources_off +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0x130caf76 geni_se_resources_on +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0x1cbc6200 geni_se_get_qup_hw_version +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0x263080b6 geni_icc_enable +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0x30f4813f geni_icc_set_tag +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0x3e8b8d62 geni_se_init +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0x3f1b5e60 geni_icc_set_bw +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0x44413a56 geni_se_clk_tbl_get +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0x5820ed08 geni_icc_disable +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0x5e0d3fad geni_se_config_packing +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0x5eb41f8d geni_se_tx_dma_prep +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0x65a03b85 geni_icc_get +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0x69bd00ca geni_se_tx_dma_unprep +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0x6dc8e79f geni_se_select_mode +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0x91438419 geni_se_clk_freq_match +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0xee79c25d geni_se_rx_dma_unprep +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0xf324efc8 geni_se_rx_dma_prep +EXPORT_SYMBOL drivers/soc/qcom/qcom_aoss 0x2333aed6 qmp_put +EXPORT_SYMBOL drivers/soc/qcom/qcom_aoss 0x9e2aa1df qmp_send +EXPORT_SYMBOL drivers/soc/qcom/qcom_aoss 0xdef292f4 qmp_get +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0x07a3b412 qmi_send_indication +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0x07d4cc7a qmi_txn_wait +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0x09726e0b qmi_handle_release +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0x1c8fed9a qmi_add_server +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 0x6051451d qmi_decode_message +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0x635b59b7 qmi_handle_init +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0x8b4dfdee qmi_txn_init +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0xbf062682 qmi_send_request +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0xd6ddd491 qmi_add_lookup +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0xe1598bdb qmi_send_response +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0xfc6a878a qmi_txn_cancel +EXPORT_SYMBOL drivers/soc/qcom/smd-rpm 0x3abef80b qcom_rpm_smd_write +EXPORT_SYMBOL drivers/soc/qcom/smem 0x34b57571 qcom_smem_alloc +EXPORT_SYMBOL drivers/soc/qcom/smem 0x5a710273 qcom_smem_get_free_space +EXPORT_SYMBOL drivers/soc/qcom/smem 0x9979b76e qcom_smem_virt_to_phys +EXPORT_SYMBOL drivers/soc/qcom/smem 0xeeffa750 qcom_smem_get +EXPORT_SYMBOL drivers/soc/qcom/wcnss_ctrl 0x68d1b84e qcom_wcnss_open_channel +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x013d18fd sdw_stream_add_slave +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x028db98b sdw_update +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x0e7f948d sdw_bus_prep_clk_stop +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x10531088 sdw_bwrite_no_pm_unlocked +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x118c1b3e sdw_slave_read_prop +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x16d1706b sdw_prepare_stream +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x193f2dae sdw_bus_master_delete +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x1deee061 sdw_find_row_index +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x1f84b0c9 sdw_bus_master_add +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x211d6e37 sdw_read +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x295bba4f sdw_update_no_pm +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x3b0a8582 sdw_startup_stream +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x445ddf74 sdw_bread_no_pm_unlocked +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x4cde88bf sdw_disable_stream +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x576341c6 sdw_master_read_prop +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x58aee263 sdw_handle_slave_status +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x5eb2e86a sdw_show_ping_status +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x60e31fbb sdw_find_col_index +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x67c967d8 sdw_stream_add_master +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x6f95b16b sdw_shutdown_stream +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x71891d59 sdw_deprepare_stream +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x71df047a sdw_write +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x7a6958d9 sdw_clear_slave_status +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x8c4efab4 sdw_stream_remove_master +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x9e122d79 sdw_alloc_stream +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xaf9cf88f sdw_write_no_pm +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xba54b904 sdw_cols +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xbb899151 sdw_stream_remove_slave +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xbbec2c2e sdw_enable_stream +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xcc930264 sdw_bus_exit_clk_stop +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xccd32af2 sdw_compare_devid +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xcf073c20 sdw_read_no_pm +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xd93cbef0 sdw_nwrite +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xda5bce09 sdw_release_stream +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xe442d532 sdw_bus_clk_stop +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xe5b49a80 sdw_nread +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xee8266e9 sdw_extract_slave_id +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xf53ba0b8 sdw_rows +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xf8cd0de4 sdw_slave_add +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x045b8331 cdns_set_sdw_stream +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x1231e386 sdw_cdns_is_clock_stop +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x1f97b406 cdns_read_ping_status +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x22631e9c cdns_reset_page_addr +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x34712074 sdw_cdns_irq +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x604cde5c cdns_xfer_msg_defer +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x66dabec5 sdw_cdns_probe +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x7423f613 cdns_xfer_msg +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x76ad1210 sdw_cdns_exit_reset +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x7f6488ff cdns_bus_conf +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x83753db7 sdw_cdns_clock_restart +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x89acb629 sdw_cdns_check_self_clearing_bits +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x9bd0a7fe sdw_cdns_config_stream +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0xc0c659c3 sdw_cdns_pdi_init +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0xdcc30325 sdw_cdns_init +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0xe020f943 sdw_cdns_enable_interrupt +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0xef6ad059 sdw_cdns_alloc_pdi +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0xf117a066 sdw_cdns_clock_stop +EXPORT_SYMBOL drivers/soundwire/soundwire-generic-allocation 0xbc61a2de sdw_compute_params +EXPORT_SYMBOL drivers/ssb/ssb 0x175f2962 ssb_device_is_enabled +EXPORT_SYMBOL drivers/ssb/ssb 0x1a8df848 ssb_clockspeed +EXPORT_SYMBOL drivers/ssb/ssb 0x28211823 ssb_chipco_gpio_control +EXPORT_SYMBOL drivers/ssb/ssb 0x30057ef3 ssb_pcihost_register +EXPORT_SYMBOL drivers/ssb/ssb 0x5e639a40 ssb_commit_settings +EXPORT_SYMBOL drivers/ssb/ssb 0x71ff243a ssb_pmu_set_ldo_paref +EXPORT_SYMBOL drivers/ssb/ssb 0x7d7475c8 ssb_dma_translation +EXPORT_SYMBOL drivers/ssb/ssb 0x7f25339c ssb_bus_sdiobus_register +EXPORT_SYMBOL drivers/ssb/ssb 0x8d722881 ssb_device_disable +EXPORT_SYMBOL drivers/ssb/ssb 0x93f1a9d7 ssb_set_devtypedata +EXPORT_SYMBOL drivers/ssb/ssb 0xa7cbd9aa ssb_bus_unregister +EXPORT_SYMBOL drivers/ssb/ssb 0xb0ad0689 ssb_driver_unregister +EXPORT_SYMBOL drivers/ssb/ssb 0xbdc7d91e ssb_bus_resume +EXPORT_SYMBOL drivers/ssb/ssb 0xc177a060 ssb_device_enable +EXPORT_SYMBOL drivers/ssb/ssb 0xc5250b30 ssb_pmu_set_ldo_voltage +EXPORT_SYMBOL drivers/ssb/ssb 0xcb17f1cb ssb_admatch_base +EXPORT_SYMBOL drivers/ssb/ssb 0xd7492fe3 ssb_bus_may_powerdown +EXPORT_SYMBOL drivers/ssb/ssb 0xdfc7c6ef ssb_admatch_size +EXPORT_SYMBOL drivers/ssb/ssb 0xe4882221 ssb_bus_suspend +EXPORT_SYMBOL drivers/ssb/ssb 0xed212098 __ssb_driver_register +EXPORT_SYMBOL drivers/ssb/ssb 0xf126792d ssb_pcicore_dev_irqvecs_enable +EXPORT_SYMBOL drivers/ssb/ssb 0xf291dc7b ssb_bus_powerup +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x01bfc3d6 fbtft_write_spi_emulate_9 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x067e2237 fbtft_write_reg16_bus16 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x0bf072a4 fbtft_probe_common +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x19f2bf1b fbtft_write_gpio8_wr +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x35fbabab fbtft_write_reg16_bus8 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x58e304e5 fbtft_register_backlight +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x59177a82 fbtft_write_gpio16_wr +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x6b7d4404 fbtft_init_display +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x73b187a1 fbtft_write_reg8_bus9 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x7a2e8ad3 fbtft_framebuffer_alloc +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x7be5ad74 fbtft_write_spi +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x8390bb7c fbtft_read_spi +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x84c17773 fbtft_dbg_hex +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x97a04cd1 fbtft_write_buf_dc +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xa1fae9f3 fbtft_unregister_framebuffer +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xa3723e4e fbtft_write_reg8_bus8 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xc761a294 fbtft_write_vmem16_bus8 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xca9a97b4 fbtft_write_vmem8_bus8 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xd012e794 fbtft_write_gpio16_wr_latched +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xd4d5157e fbtft_write_vmem16_bus9 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xdb219270 fbtft_remove_common +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xded5bcb3 fbtft_register_framebuffer +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xe94c3f4b fbtft_framebuffer_release +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xee1402a9 fbtft_write_vmem16_bus16 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xfb2e18a9 fbtft_unregister_backlight +EXPORT_SYMBOL drivers/staging/greybus/gb-audio-codec 0x23f80aef gbaudio_module_update +EXPORT_SYMBOL drivers/staging/greybus/gb-audio-codec 0x7869ee4e gbaudio_register_module +EXPORT_SYMBOL drivers/staging/greybus/gb-audio-codec 0x8bdbf822 gbaudio_unregister_module +EXPORT_SYMBOL drivers/staging/iio/addac/adt7316 0x5cbf9656 adt7316_probe +EXPORT_SYMBOL drivers/staging/iio/meter/ade7854 0x79243809 ade7854_probe +EXPORT_SYMBOL drivers/staging/nvec/nvec 0x1d1c242e nvec_write_async +EXPORT_SYMBOL drivers/staging/nvec/nvec 0xc4e8b6d6 nvec_write_sync +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x07014543 rtllib_EnableIntelPromiscuousMode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x0725d64c free_rtllib +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x1415f207 rtllib_wx_set_mode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x186e5d81 rtllib_wx_get_mode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x1b04eba5 rtllib_wx_set_rawtx +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x220d6fa4 rtllib_sta_ps_send_null_frame +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x2210bb19 rtllib_wx_get_name +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x22166084 rt_global_debug_component +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x26c77de0 rtllib_wx_get_freq +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x2abcd266 rtllib_wx_set_freq +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x2b5b0cce rtllib_wx_get_wap +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x2e86b39e rtllib_legal_channel +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x32416d4f alloc_rtllib +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x39026dba HT_update_self_and_peer_setting +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x4217282e rtllib_wx_set_scan +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x45dde26f rtllib_stop_scan_syncro +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x49b74ae6 rtllib_wx_get_encode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x4ba19dab rtllib_start_scan_syncro +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x4c1141c2 rtllib_wx_set_rts +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x4ca2ff6c rtllib_DisableIntelPromiscuousMode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x4e6c87a8 rtllib_wx_get_scan +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x59c2b801 rtllib_wx_set_mlme +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x5fe0898f notify_wx_assoc_event +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x60002fc3 rtllib_MgntDisconnect +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x61d950d5 rtllib_act_scanning +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x6207c729 rtllib_wx_set_encode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x68b37040 rtllib_wx_set_auth +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x6ed9543c rtllib_softmac_stop_protocol +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x74f63517 rtllib_stop_scan +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x81a5ff09 rtllib_wx_get_rts +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x82cc33d4 rtllib_wx_get_essid +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x861b6e6e rtllib_wx_set_essid +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xa0f3e074 rtllib_stop_send_beacons +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xb0bde185 rtllib_get_beacon +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xb5cd1dd7 rtllib_ps_tx_ack +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xb81048c6 dot11d_channel_map +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xc085c5bd rtllib_wx_set_encode_ext +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xc60ebb21 RemovePeerTS +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xcfbbdf2c rtllib_rx +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xd326e5c7 dot11d_init +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xd65f42c0 rtllib_start_send_beacons +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xdf78f620 rtllib_wlan_frequencies +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xe09e212c rtllib_wx_set_rate +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xe0f2f629 rtllib_xmit +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xe6efb205 rtllib_wx_set_wap +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xece58eaa rtllib_wx_get_rate +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xeced00ac rtllib_softmac_start_protocol +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xf179dd8b rtllib_wx_set_power +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xf5ae8031 rtllib_wx_get_power +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xfbd25347 rtllib_reset_queue +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xfe9290f2 rtllib_wx_set_gen_ie +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x036b0829 HTUpdateSelfAndPeerSetting +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x053f9822 dot11d_get_max_tx_pwr_in_dbm +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x07b1343f ieee80211_softmac_scan_syncro +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x097f2e7c ieee80211_wx_set_essid +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x0e2f0268 ieee80211_wx_get_encode +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x0ed862fe dot11d_update_country_ie +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x18f6a0d4 ieee80211_get_beacon +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x1c8104a9 ieee80211_rx_mgt +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x232e7944 ieee80211_wlan_frequencies +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x2e30a962 ieee80211_wx_set_encode_ext +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x311b1edc ieee80211_wx_get_encode_ext +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x32c28aea ieee80211_softmac_xmit +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x35390028 ieee80211_softmac_stop_protocol +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x356c9cbf ieee80211_wx_set_mode +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x3c83f282 ieee80211_wx_get_mode +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x3fbe9d79 ieee80211_start_send_beacons +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x511e8d03 ieee80211_wx_get_essid +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x52685ced ieee80211_stop_send_beacons +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x5b4d7340 ieee80211_wake_queue_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x5e50f640 ieee80211_txb_free +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x60e77b7a ieee80211_wx_get_freq +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x6651f895 ieee80211_is_shortslot +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x6803bbbf to_legal_channel +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x680c0b66 ieee80211_start_scan_syncro +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x69081547 ieee80211_wx_set_freq +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x69443e3d ieee80211_stop_scan +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x70ea3d59 ieee80211_wx_get_rate +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x736b6a16 ieee80211_wx_set_scan +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x79055364 ieee80211_wx_set_rate +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x7a84042b ieee80211_wx_get_scan +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x8093b974 ieee80211_wx_set_power +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x8501bfee ieee80211_stop_queue_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x87d39c92 ieee80211_wx_set_gen_ie +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x8cc31091 ieee80211_softmac_start_protocol +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x8d28c332 ieee80211_wx_set_auth +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x981ce4c3 rtl8192u_dot11d_init +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x9be74812 ieee80211_ps_tx_ack +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x9ccc8ac4 notify_wx_assoc_event_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x9f910711 ieee80211_disassociate +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x9fb62df5 dot11d_reset +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xa832a2ab ieee80211_wx_get_rts +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xaff92fe1 SendDisassociation_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xb10ca688 ieee80211_wx_get_name +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xb2b306b1 ieee80211_wx_set_wap +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xc27407f7 ieee80211_rx +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xcbb7bae7 ieee80211_wpa_supplicant_ioctl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xcecd0f66 ieee80211_wx_set_encode +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xd8f21a0b ieee80211_wx_get_power +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xe09f3f01 ieee80211_wx_set_mlme +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xe3372510 ieee80211_is_54g +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xeabebd84 is_legal_channel +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xeb9110bd ieee80211_wx_get_wap +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xf110b4a7 ieee80211_wx_set_rts +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xf21be7a2 dot11d_scan_complete +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xf45e592b ieee80211_reset_queue +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xf8326f93 ieee80211_wx_set_rawtx +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x0dff04c5 iscsit_set_unsolicited_dataout +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x0f89307d iscsit_reject_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x13b6d506 iscsit_build_nopin_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x18ce0630 iscsit_queue_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x191ac54e iscsit_get_datain_values +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x44684a7a iscsi_change_param_sprintf +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x481d9b90 iscsit_release_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x4bb75cfa iscsit_stop_dataout_timer +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x553f4e66 iscsit_check_dataout_hdr +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x59c25a94 iscsit_process_nop_out +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x5c220b01 iscsit_build_task_mgt_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x5db9c5df iscsit_handle_snack +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x6343dfc7 iscsit_find_cmd_from_itt +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x635ef458 iscsit_allocate_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x6bbe7074 iscsit_setup_scsi_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x6e6ee86b iscsit_build_r2ts_for_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x741a43e6 iscsi_target_check_login_request +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x7afd64c4 iscsit_handle_logout_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x7dd745a9 iscsit_unregister_transport +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x7df5f3ed iscsit_sequence_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x8a2cdf01 iscsit_tmr_post_handler +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x9348014f iscsit_build_text_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x964c3db6 iscsit_check_dataout_payload +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x97cf0ab4 iscsit_setup_text_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xaa29bff8 iscsit_build_logout_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xac0f3abc iscsit_find_cmd_from_itt_or_dump +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xb1bd4162 iscsit_setup_nop_out +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xb353bdaa iscsit_build_datain_pdu +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xbac356c9 iscsit_response_queue +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xc08f5eb7 iscsit_process_text_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xc0aa27fd iscsit_free_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xc163a0e2 iscsit_cause_connection_reinstatement +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xc50290b5 iscsit_register_transport +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xcd045d2c iscsit_build_reject +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xd2f11995 iscsit_logout_post_handler +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xd8275bfc __iscsit_check_dataout_hdr +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xd9a55878 iscsit_process_scsi_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xd9b55083 iscsit_thread_check_cpumask +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xdb3d340b iscsit_increment_maxcmdsn +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xe3571420 iscsit_add_reject +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xec024733 iscsit_aborted_task +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xee5cd037 iscsit_handle_task_mgt_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xee690269 iscsit_add_cmd_to_immediate_queue +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xf05242b4 iscsit_build_rsp_pdu +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xf34332f0 iscsi_find_param_from_key +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xf99d3779 iscsit_immediate_queue +EXPORT_SYMBOL drivers/target/target_core_mod 0x0619c8f7 target_stop_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x06b0c571 target_show_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x0871ffd6 transport_set_vpd_ident +EXPORT_SYMBOL drivers/target/target_core_mod 0x124ef3c9 core_tpg_set_initiator_node_queue_depth +EXPORT_SYMBOL drivers/target/target_core_mod 0x142072c0 transport_set_vpd_assoc +EXPORT_SYMBOL drivers/target/target_core_mod 0x16afa94d transport_kmap_data_sg +EXPORT_SYMBOL drivers/target/target_core_mod 0x19bc7c5f target_get_sess_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x1a5b9ce3 target_execute_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x1d8bb49d core_allocate_nexus_loss_ua +EXPORT_SYMBOL drivers/target/target_core_mod 0x2095ff05 core_tpg_check_initiator_node_acl +EXPORT_SYMBOL drivers/target/target_core_mod 0x221a093e target_setup_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x236a07f8 transport_kunmap_data_sg +EXPORT_SYMBOL drivers/target/target_core_mod 0x24528192 target_cmd_parse_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0x2750e387 sbc_get_write_same_sectors +EXPORT_SYMBOL drivers/target/target_core_mod 0x27ef18e1 target_undepend_item +EXPORT_SYMBOL drivers/target/target_core_mod 0x34daba13 core_tmr_alloc_req +EXPORT_SYMBOL drivers/target/target_core_mod 0x37d0c1e9 target_configure_unmap_from_queue +EXPORT_SYMBOL drivers/target/target_core_mod 0x3a20a9d7 transport_set_vpd_ident_type +EXPORT_SYMBOL drivers/target/target_core_mod 0x41d9cd62 transport_deregister_session_configfs +EXPORT_SYMBOL drivers/target/target_core_mod 0x434a0941 transport_lookup_cmd_lun +EXPORT_SYMBOL drivers/target/target_core_mod 0x44c9c0bd transport_generic_handle_tmr +EXPORT_SYMBOL drivers/target/target_core_mod 0x4611ee6d transport_alloc_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x535c2278 transport_deregister_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x547fc848 transport_free_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x56170171 core_tpg_deregister +EXPORT_SYMBOL drivers/target/target_core_mod 0x5adf2e79 transport_register_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x5bdb610a target_free_sgl +EXPORT_SYMBOL drivers/target/target_core_mod 0x5d40d57c transport_copy_sense_to_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x5ea1cc0c sbc_dif_verify +EXPORT_SYMBOL drivers/target/target_core_mod 0x66daeed3 spc_emulate_evpd_83 +EXPORT_SYMBOL drivers/target/target_core_mod 0x6908c7c2 transport_handle_cdb_direct +EXPORT_SYMBOL drivers/target/target_core_mod 0x6c2fa8aa target_complete_cmd_with_length +EXPORT_SYMBOL drivers/target/target_core_mod 0x6ca4ecad transport_alloc_session_tags +EXPORT_SYMBOL drivers/target/target_core_mod 0x71d4c842 core_tpg_register +EXPORT_SYMBOL drivers/target/target_core_mod 0x81e3e81c target_wait_for_sess_cmds +EXPORT_SYMBOL drivers/target/target_core_mod 0x84b22d9b transport_generic_free_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x89abb5fe target_submit_tmr +EXPORT_SYMBOL drivers/target/target_core_mod 0x8b2f9347 __target_init_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x8c1ee757 transport_lookup_tmr_lun +EXPORT_SYMBOL drivers/target/target_core_mod 0x8e1569a0 target_depend_item +EXPORT_SYMBOL drivers/target/target_core_mod 0x911e2bfc transport_generic_request_failure +EXPORT_SYMBOL drivers/target/target_core_mod 0x9a1e3016 target_show_dynamic_sessions +EXPORT_SYMBOL drivers/target/target_core_mod 0x9a5aff7b passthrough_parse_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0x9dec1d41 transport_send_check_condition_and_sense +EXPORT_SYMBOL drivers/target/target_core_mod 0xa1a2fa8f sbc_get_device_type +EXPORT_SYMBOL drivers/target/target_core_mod 0xa1c95d9e spc_parse_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0xa48c8b70 __transport_register_session +EXPORT_SYMBOL drivers/target/target_core_mod 0xa59e2440 target_to_linux_sector +EXPORT_SYMBOL drivers/target/target_core_mod 0xa72abc13 sbc_attrib_attrs +EXPORT_SYMBOL drivers/target/target_core_mod 0xa7e6c468 target_register_template +EXPORT_SYMBOL drivers/target/target_core_mod 0xaa1a798f spc_emulate_report_luns +EXPORT_SYMBOL drivers/target/target_core_mod 0xaddcdf6a core_alua_check_nonop_delay +EXPORT_SYMBOL drivers/target/target_core_mod 0xaefbcacd target_alloc_sgl +EXPORT_SYMBOL drivers/target/target_core_mod 0xb83c285e core_tpg_set_initiator_node_tag +EXPORT_SYMBOL drivers/target/target_core_mod 0xbcffdf8c target_nacl_find_deve +EXPORT_SYMBOL drivers/target/target_core_mod 0xbe2fc4ce transport_init_session +EXPORT_SYMBOL drivers/target/target_core_mod 0xc0ffb24c target_set_cmd_data_length +EXPORT_SYMBOL drivers/target/target_core_mod 0xc51aeab0 target_put_sess_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xc5c1cb05 target_cmd_init_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0xc8ed29ec target_tpg_has_node_acl +EXPORT_SYMBOL drivers/target/target_core_mod 0xce014f65 passthrough_pr_attrib_attrs +EXPORT_SYMBOL drivers/target/target_core_mod 0xd12a2ab6 target_lun_is_rdonly +EXPORT_SYMBOL drivers/target/target_core_mod 0xd34b5fc8 target_submit_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xd473d0df sbc_dif_copy_prot +EXPORT_SYMBOL drivers/target/target_core_mod 0xd75c30ee transport_generic_new_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xda41af92 target_unregister_template +EXPORT_SYMBOL drivers/target/target_core_mod 0xdc511aed transport_wait_for_tasks +EXPORT_SYMBOL drivers/target/target_core_mod 0xdfb58db8 core_tpg_get_initiator_node_acl +EXPORT_SYMBOL drivers/target/target_core_mod 0xe132e55c sbc_parse_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0xe841f878 target_remove_session +EXPORT_SYMBOL drivers/target/target_core_mod 0xe93ee08a transport_backend_register +EXPORT_SYMBOL drivers/target/target_core_mod 0xe9f1a056 target_put_nacl +EXPORT_SYMBOL drivers/target/target_core_mod 0xed74aaa3 target_complete_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xeda07335 target_complete_cmd_with_sense +EXPORT_SYMBOL drivers/target/target_core_mod 0xede33277 target_send_busy +EXPORT_SYMBOL drivers/target/target_core_mod 0xefcf8ac5 target_backend_unregister +EXPORT_SYMBOL drivers/target/target_core_mod 0xf3c2dfe0 transport_set_vpd_proto_id +EXPORT_SYMBOL drivers/target/target_core_mod 0xf9a64265 spc_emulate_inquiry_std +EXPORT_SYMBOL drivers/target/target_core_mod 0xfb4393d3 passthrough_attrib_attrs +EXPORT_SYMBOL drivers/ufs/core/ufshcd-core 0x13e41f30 ufshcd_system_suspend +EXPORT_SYMBOL drivers/ufs/core/ufshcd-core 0x4411f806 ufshcd_runtime_resume +EXPORT_SYMBOL drivers/ufs/core/ufshcd-core 0x47a82d82 ufshcd_runtime_suspend +EXPORT_SYMBOL drivers/ufs/core/ufshcd-core 0x95baf16f ufshcd_map_desc_id_to_length +EXPORT_SYMBOL drivers/ufs/core/ufshcd-core 0xa07ad18c ufshcd_alloc_host +EXPORT_SYMBOL drivers/ufs/core/ufshcd-core 0xaedd0ab3 ufshcd_shutdown +EXPORT_SYMBOL drivers/ufs/core/ufshcd-core 0xb7850b4f ufshcd_get_local_unipro_ver +EXPORT_SYMBOL drivers/ufs/core/ufshcd-core 0xd67463f0 ufshcd_system_resume +EXPORT_SYMBOL drivers/ufs/host/tc-dwc-g210 0x0ea3e3a6 tc_dwc_g210_config_40_bit +EXPORT_SYMBOL drivers/ufs/host/tc-dwc-g210 0x3545f0ce tc_dwc_g210_config_20_bit +EXPORT_SYMBOL drivers/ufs/host/ufshcd-dwc 0x0d8d99ab ufshcd_dwc_dme_set_attrs +EXPORT_SYMBOL drivers/ufs/host/ufshcd-dwc 0xdd851321 ufshcd_dwc_link_startup_notify +EXPORT_SYMBOL drivers/usb/class/cdc-wdm 0xdf6f46b6 usb_cdc_wdm_register +EXPORT_SYMBOL drivers/usb/gadget/libcomposite 0x7bc70c9c usb_os_desc_prepare_interf_dir +EXPORT_SYMBOL drivers/usb/host/sl811-hcd 0xccfd7452 sl811h_driver +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x055b5dc4 usb_wwan_close +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x13c65325 usb_wwan_tiocmset +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x217c755a usb_wwan_port_remove +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x54e2c8c9 usb_wwan_suspend +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x70d0c8a2 usb_wwan_open +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x82f5a4e1 usb_wwan_chars_in_buffer +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x92c166d3 usb_wwan_write +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x9938d0b5 usb_wwan_dtr_rts +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x9ce02517 usb_wwan_resume +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xe54524b1 usb_wwan_write_room +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xf81bfdb7 usb_wwan_tiocmget +EXPORT_SYMBOL drivers/usb/serial/usbserial 0x2eb13de9 usb_serial_suspend +EXPORT_SYMBOL drivers/usb/serial/usbserial 0x975cc344 usb_serial_resume +EXPORT_SYMBOL drivers/vdpa/vdpa 0x32ed8d1b vdpa_set_status +EXPORT_SYMBOL drivers/vfio/mdev/mdev 0x24f2dd77 mdev_register_parent +EXPORT_SYMBOL drivers/vfio/mdev/mdev 0x6ca9b17e mdev_register_driver +EXPORT_SYMBOL drivers/vfio/mdev/mdev 0x7c23353a mdev_unregister_parent +EXPORT_SYMBOL drivers/vfio/mdev/mdev 0xb39c32a6 mdev_unregister_driver +EXPORT_SYMBOL drivers/vfio/vfio 0x147599c2 vfio_unpin_pages +EXPORT_SYMBOL drivers/vfio/vfio 0x161e57d0 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 0xfabfff23 vfio_dma_rw +EXPORT_SYMBOL drivers/vhost/vhost 0x29fc0589 vhost_chr_poll +EXPORT_SYMBOL drivers/vhost/vhost 0x9b459bd0 vhost_chr_write_iter +EXPORT_SYMBOL drivers/vhost/vringh 0x0c46f5fb vringh_iov_pull_iotlb +EXPORT_SYMBOL drivers/vhost/vringh 0x18f3ddc2 vringh_iov_push_iotlb +EXPORT_SYMBOL drivers/vhost/vringh 0x19c24590 vringh_notify_disable_kern +EXPORT_SYMBOL drivers/vhost/vringh 0x1fe50c1a vringh_abandon_kern +EXPORT_SYMBOL drivers/vhost/vringh 0x2890c460 vringh_getdesc_kern +EXPORT_SYMBOL drivers/vhost/vringh 0x2d2babc9 vringh_complete_kern +EXPORT_SYMBOL drivers/vhost/vringh 0x3684d8af vringh_complete_iotlb +EXPORT_SYMBOL drivers/vhost/vringh 0x3b304ebb vringh_iov_push_user +EXPORT_SYMBOL drivers/vhost/vringh 0x3ee1955e vringh_init_iotlb +EXPORT_SYMBOL drivers/vhost/vringh 0x4311cd91 vringh_iov_pull_user +EXPORT_SYMBOL drivers/vhost/vringh 0x4504adc9 vringh_abandon_iotlb +EXPORT_SYMBOL drivers/vhost/vringh 0x5bd469c0 vringh_getdesc_user +EXPORT_SYMBOL drivers/vhost/vringh 0x5f586ca2 vringh_init_kern +EXPORT_SYMBOL drivers/vhost/vringh 0x61e3831b vringh_getdesc_iotlb +EXPORT_SYMBOL drivers/vhost/vringh 0x660779c8 vringh_kiov_advance +EXPORT_SYMBOL drivers/vhost/vringh 0x6a693a25 vringh_need_notify_user +EXPORT_SYMBOL drivers/vhost/vringh 0x90e93e3c vringh_complete_multi_user +EXPORT_SYMBOL drivers/vhost/vringh 0x97fa07e9 vringh_iov_push_kern +EXPORT_SYMBOL drivers/vhost/vringh 0x9b30452e vringh_complete_user +EXPORT_SYMBOL drivers/vhost/vringh 0xa7ce8bd6 vringh_notify_disable_user +EXPORT_SYMBOL drivers/vhost/vringh 0xa8efaeb9 vringh_set_iotlb +EXPORT_SYMBOL drivers/vhost/vringh 0xc0bb1581 vringh_need_notify_iotlb +EXPORT_SYMBOL drivers/vhost/vringh 0xc87491c8 vringh_notify_enable_iotlb +EXPORT_SYMBOL drivers/vhost/vringh 0xd465f463 vringh_need_notify_kern +EXPORT_SYMBOL drivers/vhost/vringh 0xde804bb9 vringh_iov_pull_kern +EXPORT_SYMBOL drivers/vhost/vringh 0xe4c21196 vringh_notify_disable_iotlb +EXPORT_SYMBOL drivers/vhost/vringh 0xeb2ec139 vringh_notify_enable_kern +EXPORT_SYMBOL drivers/vhost/vringh 0xf1e32cc0 vringh_init_user +EXPORT_SYMBOL drivers/vhost/vringh 0xf8605294 vringh_notify_enable_user +EXPORT_SYMBOL drivers/vhost/vringh 0xf9d0dd07 vringh_abandon_user +EXPORT_SYMBOL drivers/video/backlight/lcd 0x13e77bd3 devm_lcd_device_unregister +EXPORT_SYMBOL drivers/video/backlight/lcd 0x25899ba6 lcd_device_unregister +EXPORT_SYMBOL drivers/video/backlight/lcd 0xe7994ec0 lcd_device_register +EXPORT_SYMBOL drivers/video/backlight/lcd 0xf2ace5a7 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 0x36328e18 svga_tilecursor +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x4ab38ef2 svga_set_default_crt_regs +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x76d2eef1 svga_get_tilemax +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 0x87cfe19e svga_tilecopy +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xa97eea8d svga_get_caps +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xb0ab2b2e svga_check_timings +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xd22ca511 svga_set_default_atc_regs +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xd6ec2c44 svga_compute_pll +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xdbd95641 svga_tilefill +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 0xe4acafa3 svga_settile +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xffa1ba8d svga_tileblit +EXPORT_SYMBOL drivers/video/fbdev/core/syscopyarea 0x5c3b265c sys_copyarea +EXPORT_SYMBOL drivers/video/fbdev/core/sysfillrect 0xe87c89ba sys_fillrect +EXPORT_SYMBOL drivers/video/fbdev/core/sysimgblt 0xc65d7e67 sys_imageblit +EXPORT_SYMBOL drivers/video/fbdev/cyber2000fb 0x0cc3ede5 cyber2000fb_detach +EXPORT_SYMBOL drivers/video/fbdev/cyber2000fb 0x13c77056 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 0x987f78a5 mac_find_mode +EXPORT_SYMBOL drivers/video/fbdev/macmodes 0xe2304303 mac_map_monitor_sense +EXPORT_SYMBOL drivers/video/fbdev/matrox/g450_pll 0xb61a4276 matroxfb_g450_setpll_cond +EXPORT_SYMBOL drivers/video/fbdev/matrox/g450_pll 0xd3b06300 matroxfb_g450_setclk +EXPORT_SYMBOL drivers/video/fbdev/matrox/g450_pll 0xfd7be7d1 g450_mnp2f +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0x9ff36998 matrox_G100 +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0xbaa4c4f8 matrox_mystique +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0xc146d83c DAC1064_global_restore +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0xc717b4ce DAC1064_global_init +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_Ti3026 0x13b0f9f9 matrox_millennium +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_accel 0x520a1017 matrox_cfbX_init +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0x06b7b0ca matroxfb_unregister_driver +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0x657eeb5d matroxfb_wait_for_sync +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0xa4b6b001 matroxfb_register_driver +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0xfd1c0240 matroxfb_enable_irq +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_g450 0x5ad875ed matroxfb_g450_shutdown +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_g450 0x5e6c8a22 matroxfb_g450_connect +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x25cf8049 matroxfb_PLL_calcclock +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x4ccb820c matroxfb_read_pins +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x93e36879 matroxfb_DAC_out +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0xb2bd1633 matroxfb_vgaHWrestore +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0xb3066dcc matroxfb_DAC_in +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0xc6f301f5 matroxfb_vgaHWinit +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 0x4b62d14c virtio_dma_buf_attach +EXPORT_SYMBOL drivers/virtio/virtio_dma_buf 0xc9e5f6de is_virtio_dma_buf +EXPORT_SYMBOL drivers/virtio/virtio_dma_buf 0xea6cdf9e virtio_dma_buf_get_uuid +EXPORT_SYMBOL drivers/virtio/virtio_dma_buf 0xf0a38571 virtio_dma_buf_export +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2780 0x534a476b w1_ds2780_eeprom_cmd +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2780 0x6f7d0a75 w1_ds2780_io +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2781 0x98e0780c w1_ds2781_io +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2781 0xad878832 w1_ds2781_eeprom_cmd +EXPORT_SYMBOL drivers/w1/wire 0x37bf5cfe w1_unregister_family +EXPORT_SYMBOL drivers/w1/wire 0x66594c3b w1_remove_master_device +EXPORT_SYMBOL drivers/w1/wire 0xeded2ddc w1_add_master_device +EXPORT_SYMBOL drivers/w1/wire 0xee4c118c w1_register_family +EXPORT_SYMBOL fs/fscache/fscache 0x047ea659 fscache_cookie_lookup_negative +EXPORT_SYMBOL fs/fscache/fscache 0x0aa569bd fscache_put_cookie +EXPORT_SYMBOL fs/fscache/fscache 0x14a54050 fscache_dirty_folio +EXPORT_SYMBOL fs/fscache/fscache 0x1a0d09e7 fscache_n_write +EXPORT_SYMBOL fs/fscache/fscache 0x1a25cfa0 __tracepoint_fscache_access +EXPORT_SYMBOL fs/fscache/fscache 0x1e41164c fscache_end_cookie_access +EXPORT_SYMBOL fs/fscache/fscache 0x20e53222 fscache_io_error +EXPORT_SYMBOL fs/fscache/fscache 0x234a140d __traceiter_fscache_access_volume +EXPORT_SYMBOL fs/fscache/fscache 0x2ddf9194 __fscache_begin_write_operation +EXPORT_SYMBOL fs/fscache/fscache 0x306805d3 __SCK__tp_func_fscache_access +EXPORT_SYMBOL fs/fscache/fscache 0x33ec93e0 fscache_wait_for_operation +EXPORT_SYMBOL fs/fscache/fscache 0x39650147 fscache_end_volume_access +EXPORT_SYMBOL fs/fscache/fscache 0x39674879 __tracepoint_fscache_access_cache +EXPORT_SYMBOL fs/fscache/fscache 0x3ad3e615 __fscache_use_cookie +EXPORT_SYMBOL fs/fscache/fscache 0x3c22fa5c __fscache_write_to_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 0x53d6e2ed __fscache_resize_cookie +EXPORT_SYMBOL fs/fscache/fscache 0x557a775f fscache_addremove_sem +EXPORT_SYMBOL fs/fscache/fscache 0x5935481a fscache_acquire_cache +EXPORT_SYMBOL fs/fscache/fscache 0x6c5e41e7 __tracepoint_fscache_access_volume +EXPORT_SYMBOL fs/fscache/fscache 0x6e416521 __SCK__tp_func_fscache_access_volume +EXPORT_SYMBOL fs/fscache/fscache 0x6fa09efa fscache_withdraw_volume +EXPORT_SYMBOL fs/fscache/fscache 0x8637ee2f __fscache_clear_page_bits +EXPORT_SYMBOL fs/fscache/fscache 0x8b292213 fscache_get_cookie +EXPORT_SYMBOL fs/fscache/fscache 0x8c2d6da7 fscache_clearance_waiters +EXPORT_SYMBOL fs/fscache/fscache 0x8ea96a26 fscache_caching_failed +EXPORT_SYMBOL fs/fscache/fscache 0x90d447f3 fscache_n_culled +EXPORT_SYMBOL fs/fscache/fscache 0x93ab74c6 __fscache_unuse_cookie +EXPORT_SYMBOL fs/fscache/fscache 0x96120db6 fscache_relinquish_cache +EXPORT_SYMBOL fs/fscache/fscache 0x9e31f593 __fscache_acquire_volume +EXPORT_SYMBOL fs/fscache/fscache 0x9ffefcb2 fscache_n_read +EXPORT_SYMBOL fs/fscache/fscache 0xa70935d2 fscache_add_cache +EXPORT_SYMBOL fs/fscache/fscache 0xa9b24cfe __fscache_acquire_cookie +EXPORT_SYMBOL fs/fscache/fscache 0xaa22c428 __fscache_begin_read_operation +EXPORT_SYMBOL fs/fscache/fscache 0xae6040a5 __traceiter_fscache_access_cache +EXPORT_SYMBOL fs/fscache/fscache 0xbca46908 fscache_wq +EXPORT_SYMBOL fs/fscache/fscache 0xc30ac3f4 __fscache_relinquish_volume +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 0xe19d1ce6 __fscache_invalidate +EXPORT_SYMBOL fs/fscache/fscache 0xeb83a725 __fscache_relinquish_cookie +EXPORT_SYMBOL fs/fscache/fscache 0xedc21dee fscache_resume_after_invalidation +EXPORT_SYMBOL fs/fscache/fscache 0xf41464fe fscache_withdraw_cookie +EXPORT_SYMBOL fs/fscache/fscache 0xf68112d6 fscache_withdraw_cache +EXPORT_SYMBOL fs/netfs/netfs 0x1520156c netfs_write_begin +EXPORT_SYMBOL fs/netfs/netfs 0x2f8d10a8 netfs_stats_show +EXPORT_SYMBOL fs/netfs/netfs 0x8307a118 netfs_readahead +EXPORT_SYMBOL fs/netfs/netfs 0xa1ca1fea netfs_subreq_terminated +EXPORT_SYMBOL fs/netfs/netfs 0xab593d7b netfs_read_folio +EXPORT_SYMBOL fs/ocfs2/cluster/ocfs2_nodemanager 0xbfd7d7a2 o2hb_global_heartbeat_active +EXPORT_SYMBOL fs/quota/quota_tree 0x24158556 qtree_delete_dquot +EXPORT_SYMBOL fs/quota/quota_tree 0x3714434f qtree_get_next_id +EXPORT_SYMBOL fs/quota/quota_tree 0x5fbf88d9 qtree_entry_unused +EXPORT_SYMBOL fs/quota/quota_tree 0xa22e7b82 qtree_read_dquot +EXPORT_SYMBOL fs/quota/quota_tree 0xa609ea67 qtree_write_dquot +EXPORT_SYMBOL fs/quota/quota_tree 0xc67dce22 qtree_release_dquot +EXPORT_SYMBOL lib/crc-itu-t 0x09a34a2b crc_itu_t +EXPORT_SYMBOL lib/crc-itu-t 0xd819a524 crc_itu_t_table +EXPORT_SYMBOL lib/crc7 0x65aaf037 crc7_be_syndrome_table +EXPORT_SYMBOL lib/crc7 0xba55d23e crc7_be +EXPORT_SYMBOL lib/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 0x89a0cd52 crc32c_impl +EXPORT_SYMBOL lib/libcrc32c 0xb15b4109 crc32c +EXPORT_SYMBOL lib/lru_cache 0x0cb562e6 lc_put +EXPORT_SYMBOL lib/lru_cache 0x12de578e lc_committed +EXPORT_SYMBOL lib/lru_cache 0x1d2ebc6a lc_get +EXPORT_SYMBOL lib/lru_cache 0x2675693b lc_del +EXPORT_SYMBOL lib/lru_cache 0x75e88edc lc_destroy +EXPORT_SYMBOL lib/lru_cache 0x96d40a48 lc_try_get +EXPORT_SYMBOL lib/lru_cache 0x9e4bfaff 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 0xe1c1b56a 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 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 0x2429c114 lowpan_unregister_netdevice +EXPORT_SYMBOL net/6lowpan/6lowpan 0x3a449fc2 lowpan_register_netdevice +EXPORT_SYMBOL net/6lowpan/6lowpan 0x3ac9af75 lowpan_nhc_del +EXPORT_SYMBOL net/6lowpan/6lowpan 0x3b64d19f lowpan_register_netdev +EXPORT_SYMBOL net/6lowpan/6lowpan 0x585051df lowpan_unregister_netdev +EXPORT_SYMBOL net/6lowpan/6lowpan 0x9ef03d4f lowpan_nhc_add +EXPORT_SYMBOL net/802/p8022 0x43a4e81b unregister_8022_client +EXPORT_SYMBOL net/802/p8022 0x71c6bdb7 register_8022_client +EXPORT_SYMBOL net/802/psnap 0x5cec98e1 register_snap_client +EXPORT_SYMBOL net/802/psnap 0xd8a33149 unregister_snap_client +EXPORT_SYMBOL net/9p/9pnet 0x099a0fd7 p9_client_read_once +EXPORT_SYMBOL net/9p/9pnet 0x0bc0bd01 p9_tag_lookup +EXPORT_SYMBOL net/9p/9pnet 0x0df63d01 v9fs_get_trans_by_name +EXPORT_SYMBOL net/9p/9pnet 0x10e77902 p9_client_create +EXPORT_SYMBOL net/9p/9pnet 0x12419f51 p9_req_put +EXPORT_SYMBOL net/9p/9pnet 0x1297b9ac p9_client_clunk +EXPORT_SYMBOL net/9p/9pnet 0x1627e037 p9_client_begin_disconnect +EXPORT_SYMBOL net/9p/9pnet 0x1e1f2184 p9_client_cb +EXPORT_SYMBOL net/9p/9pnet 0x2444e731 p9_client_lock_dotl +EXPORT_SYMBOL net/9p/9pnet 0x2e70f4bb __tracepoint_9p_fid_ref +EXPORT_SYMBOL net/9p/9pnet 0x330a5436 v9fs_unregister_trans +EXPORT_SYMBOL net/9p/9pnet 0x3d73a797 p9_errstr2errno +EXPORT_SYMBOL net/9p/9pnet 0x3f69e8ab do_trace_9p_fid_put +EXPORT_SYMBOL net/9p/9pnet 0x41ce9823 p9stat_read +EXPORT_SYMBOL net/9p/9pnet 0x46021799 p9_client_readlink +EXPORT_SYMBOL net/9p/9pnet 0x466af611 p9_is_proto_dotu +EXPORT_SYMBOL net/9p/9pnet 0x4790b154 p9_client_remove +EXPORT_SYMBOL net/9p/9pnet 0x4abfa024 p9_client_walk +EXPORT_SYMBOL net/9p/9pnet 0x4ba99359 p9_fcall_fini +EXPORT_SYMBOL net/9p/9pnet 0x4d837769 p9_client_open +EXPORT_SYMBOL net/9p/9pnet 0x4e24b9e3 p9_client_fcreate +EXPORT_SYMBOL net/9p/9pnet 0x4e96ece2 p9_client_disconnect +EXPORT_SYMBOL net/9p/9pnet 0x610139d0 p9_client_mknod_dotl +EXPORT_SYMBOL net/9p/9pnet 0x61788441 p9_release_pages +EXPORT_SYMBOL net/9p/9pnet 0x619d26dc p9_client_symlink +EXPORT_SYMBOL net/9p/9pnet 0x6bda7ff7 p9_client_read +EXPORT_SYMBOL net/9p/9pnet 0x6d64e5ff do_trace_9p_fid_get +EXPORT_SYMBOL net/9p/9pnet 0x73578a6f v9fs_register_trans +EXPORT_SYMBOL net/9p/9pnet 0x761cad64 p9_parse_header +EXPORT_SYMBOL net/9p/9pnet 0x76294be3 p9_client_mkdir_dotl +EXPORT_SYMBOL net/9p/9pnet 0x766545b9 p9_client_wstat +EXPORT_SYMBOL net/9p/9pnet 0x8193d625 p9_client_attach +EXPORT_SYMBOL net/9p/9pnet 0x8805494c p9_client_fsync +EXPORT_SYMBOL net/9p/9pnet 0x8b141ed4 p9_client_rename +EXPORT_SYMBOL net/9p/9pnet 0x8ea621b5 p9_client_write +EXPORT_SYMBOL net/9p/9pnet 0x90dac691 p9_client_stat +EXPORT_SYMBOL net/9p/9pnet 0x95bd8f96 p9dirent_read +EXPORT_SYMBOL net/9p/9pnet 0x9cc1154d p9_client_create_dotl +EXPORT_SYMBOL net/9p/9pnet 0xa01f2db8 p9_is_proto_dotl +EXPORT_SYMBOL net/9p/9pnet 0xa2abb310 p9_show_client_options +EXPORT_SYMBOL net/9p/9pnet 0xb35f18ed p9_client_readdir +EXPORT_SYMBOL net/9p/9pnet 0xb54c1566 p9_client_getlock_dotl +EXPORT_SYMBOL net/9p/9pnet 0xb55ae777 __SCK__tp_func_9p_fid_ref +EXPORT_SYMBOL net/9p/9pnet 0xb7b54293 p9_client_unlinkat +EXPORT_SYMBOL net/9p/9pnet 0xd384c683 p9stat_free +EXPORT_SYMBOL net/9p/9pnet 0xe1345b93 p9_client_link +EXPORT_SYMBOL net/9p/9pnet 0xe3ee058f p9_client_renameat +EXPORT_SYMBOL net/9p/9pnet 0xe58a3360 p9_error_init +EXPORT_SYMBOL net/9p/9pnet 0xea4dcf47 p9_client_destroy +EXPORT_SYMBOL net/9p/9pnet 0xef7cb0e2 v9fs_get_default_trans +EXPORT_SYMBOL net/9p/9pnet 0xf601b36b p9_client_getattr_dotl +EXPORT_SYMBOL net/9p/9pnet 0xf7ea6fc6 p9_client_statfs +EXPORT_SYMBOL net/9p/9pnet 0xfda90318 p9_client_setattr +EXPORT_SYMBOL net/9p/9pnet 0xfe121666 __traceiter_9p_fid_ref +EXPORT_SYMBOL net/appletalk/appletalk 0x150a46cd atalk_find_dev_addr +EXPORT_SYMBOL net/appletalk/appletalk 0x1d1f4b89 alloc_ltalkdev +EXPORT_SYMBOL net/appletalk/appletalk 0x6bd57996 aarp_send_ddp +EXPORT_SYMBOL net/appletalk/appletalk 0xbcf6d948 atrtr_get_dev +EXPORT_SYMBOL net/atm/atm 0x167994fd atm_init_aal5 +EXPORT_SYMBOL net/atm/atm 0x2cc2d52d vcc_hash +EXPORT_SYMBOL net/atm/atm 0x3988d265 atm_dev_release_vccs +EXPORT_SYMBOL net/atm/atm 0x4443d399 atm_proc_root +EXPORT_SYMBOL net/atm/atm 0x44c6e633 vcc_sklist_lock +EXPORT_SYMBOL net/atm/atm 0x540d5d9b deregister_atm_ioctl +EXPORT_SYMBOL net/atm/atm 0x546a773f atm_charge +EXPORT_SYMBOL net/atm/atm 0x641e250a atm_dev_signal_change +EXPORT_SYMBOL net/atm/atm 0x6de44bf0 atm_alloc_charge +EXPORT_SYMBOL net/atm/atm 0x719d1803 atm_dev_deregister +EXPORT_SYMBOL net/atm/atm 0x7bfc8a07 vcc_release_async +EXPORT_SYMBOL net/atm/atm 0x874bdf56 vcc_insert_socket +EXPORT_SYMBOL net/atm/atm 0x8c578e3b register_atm_ioctl +EXPORT_SYMBOL net/atm/atm 0x9feaf287 sonet_subtract_stats +EXPORT_SYMBOL net/atm/atm 0xa116351d atm_dev_register +EXPORT_SYMBOL net/atm/atm 0xaa024146 sonet_copy_stats +EXPORT_SYMBOL net/atm/atm 0xe8d44e45 atm_dev_lookup +EXPORT_SYMBOL net/atm/atm 0xe9c8ff9c vcc_process_recv_queue +EXPORT_SYMBOL net/atm/atm 0xf49bc67a atm_pcr_goal +EXPORT_SYMBOL net/ax25/ax25 0x0b0c5b54 ax25_listen_release +EXPORT_SYMBOL net/ax25/ax25 0x0b71952f ax25_linkfail_release +EXPORT_SYMBOL net/ax25/ax25 0x14cecd59 ax25_display_timer +EXPORT_SYMBOL net/ax25/ax25 0x242852b9 ax25_uid_policy +EXPORT_SYMBOL net/ax25/ax25 0x2f6b27c9 ax25_linkfail_register +EXPORT_SYMBOL net/ax25/ax25 0x4502c65a asc2ax +EXPORT_SYMBOL net/ax25/ax25 0x53dea1ff ax2asc +EXPORT_SYMBOL net/ax25/ax25 0x55ed464a ax25_find_cb +EXPORT_SYMBOL net/ax25/ax25 0x5dfde133 ax25_header_ops +EXPORT_SYMBOL net/ax25/ax25 0x63636114 ax25_send_frame +EXPORT_SYMBOL net/ax25/ax25 0x737b6453 ax25_listen_register +EXPORT_SYMBOL net/ax25/ax25 0x822a288b ax25_ip_xmit +EXPORT_SYMBOL net/ax25/ax25 0x8ede9e26 ax25_protocol_release +EXPORT_SYMBOL net/ax25/ax25 0xc1444946 ax25cmp +EXPORT_SYMBOL net/ax25/ax25 0xd43ecbf1 null_ax25_address +EXPORT_SYMBOL net/ax25/ax25 0xee02e420 ax25_findbyuid +EXPORT_SYMBOL net/bluetooth/bluetooth 0x0718b8b7 bt_info +EXPORT_SYMBOL net/bluetooth/bluetooth 0x07baa3fd hci_set_fw_info +EXPORT_SYMBOL net/bluetooth/bluetooth 0x09bf9218 __hci_cmd_sync_sk +EXPORT_SYMBOL net/bluetooth/bluetooth 0x12fa3f0c bt_accept_unlink +EXPORT_SYMBOL net/bluetooth/bluetooth 0x12fab8da bt_sock_reclassify_lock +EXPORT_SYMBOL net/bluetooth/bluetooth 0x13526547 __hci_cmd_sync_status +EXPORT_SYMBOL net/bluetooth/bluetooth 0x154334af hci_conn_switch_role +EXPORT_SYMBOL net/bluetooth/bluetooth 0x17384c3d hci_get_route +EXPORT_SYMBOL net/bluetooth/bluetooth 0x2140af51 hci_recv_frame +EXPORT_SYMBOL net/bluetooth/bluetooth 0x214e4265 bt_warn +EXPORT_SYMBOL net/bluetooth/bluetooth 0x2de40b95 hci_release_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x347eb634 bt_procfs_cleanup +EXPORT_SYMBOL net/bluetooth/bluetooth 0x394984f0 __hci_cmd_sync +EXPORT_SYMBOL net/bluetooth/bluetooth 0x39b29969 hci_unregister_cb +EXPORT_SYMBOL net/bluetooth/bluetooth 0x3c3607df hci_cmd_sync +EXPORT_SYMBOL net/bluetooth/bluetooth 0x44b7ba55 hci_conn_check_secure +EXPORT_SYMBOL net/bluetooth/bluetooth 0x485e4412 bt_sock_link +EXPORT_SYMBOL net/bluetooth/bluetooth 0x4be1e0d3 bt_sock_wait_ready +EXPORT_SYMBOL net/bluetooth/bluetooth 0x559ba4c7 bt_accept_dequeue +EXPORT_SYMBOL net/bluetooth/bluetooth 0x56a20edd hci_register_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x5763a3bd __hci_cmd_send +EXPORT_SYMBOL net/bluetooth/bluetooth 0x58536437 l2cap_chan_close +EXPORT_SYMBOL net/bluetooth/bluetooth 0x58a9304d __hci_cmd_sync_ev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x5ef238f9 bt_procfs_init +EXPORT_SYMBOL net/bluetooth/bluetooth 0x6608b081 hci_free_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x6778ea0d l2cap_register_user +EXPORT_SYMBOL net/bluetooth/bluetooth 0x6f8d5206 hci_resume_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x7aad008b bt_to_errno +EXPORT_SYMBOL net/bluetooth/bluetooth 0x7b5ce5c3 baswap +EXPORT_SYMBOL net/bluetooth/bluetooth 0x7b8c32f1 bt_err +EXPORT_SYMBOL net/bluetooth/bluetooth 0x7bd9427a bt_status +EXPORT_SYMBOL net/bluetooth/bluetooth 0x8229c441 bt_accept_enqueue +EXPORT_SYMBOL net/bluetooth/bluetooth 0x8529a9eb hci_alloc_dev_priv +EXPORT_SYMBOL net/bluetooth/bluetooth 0x8acb01fe hci_suspend_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x8fea24bd bt_sock_unregister +EXPORT_SYMBOL net/bluetooth/bluetooth 0x8ffe89b1 hci_set_hw_info +EXPORT_SYMBOL net/bluetooth/bluetooth 0x9d8b5944 __hci_cmd_sync_status_sk +EXPORT_SYMBOL net/bluetooth/bluetooth 0xa850eba7 l2cap_is_socket +EXPORT_SYMBOL net/bluetooth/bluetooth 0xa9e425b4 hci_unregister_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0xb2a9311a hci_mgmt_chan_register +EXPORT_SYMBOL net/bluetooth/bluetooth 0xb7fef7e3 bt_sock_unlink +EXPORT_SYMBOL net/bluetooth/bluetooth 0xbd27cd8a hci_recv_diag +EXPORT_SYMBOL net/bluetooth/bluetooth 0xc6b9aab8 hci_register_cb +EXPORT_SYMBOL net/bluetooth/bluetooth 0xd17220a2 hci_conn_security +EXPORT_SYMBOL net/bluetooth/bluetooth 0xd4fe8f84 hci_cmd_sync_cancel +EXPORT_SYMBOL net/bluetooth/bluetooth 0xd7613212 bt_err_ratelimited +EXPORT_SYMBOL net/bluetooth/bluetooth 0xdb1b166b bt_sock_recvmsg +EXPORT_SYMBOL net/bluetooth/bluetooth 0xddacccf6 bt_warn_ratelimited +EXPORT_SYMBOL net/bluetooth/bluetooth 0xe1df55d2 bt_sock_stream_recvmsg +EXPORT_SYMBOL net/bluetooth/bluetooth 0xe5e690cb l2cap_unregister_user +EXPORT_SYMBOL net/bluetooth/bluetooth 0xe6498cb7 hci_mgmt_chan_unregister +EXPORT_SYMBOL net/bluetooth/bluetooth 0xe8d4cdfe bt_sock_wait_state +EXPORT_SYMBOL net/bluetooth/bluetooth 0xec0e2c8b bt_sock_ioctl +EXPORT_SYMBOL net/bluetooth/bluetooth 0xf3cb169d l2cap_conn_get +EXPORT_SYMBOL net/bluetooth/bluetooth 0xf7650813 hci_reset_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0xfb86e910 bt_sock_poll +EXPORT_SYMBOL net/bluetooth/bluetooth 0xfc00c637 hci_cmd_sync_queue +EXPORT_SYMBOL net/bluetooth/bluetooth 0xfcd912ac bt_sock_register +EXPORT_SYMBOL net/bluetooth/bluetooth 0xfcdb6f20 l2cap_conn_put +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0x0e5fc50c ebt_register_table +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0x5ef1a697 ebt_do_table +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0x6c43b929 ebt_unregister_table_pre_exit +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0x9ae07733 ebt_register_template +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0xd8d3d734 ebt_unregister_template +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0xdeb80b9a ebt_unregister_table +EXPORT_SYMBOL net/caif/caif 0x1446b60a caif_client_register_refcnt +EXPORT_SYMBOL net/caif/caif 0x2a09f713 cfpkt_fromnative +EXPORT_SYMBOL net/caif/caif 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 0x6f89c8be 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 0xa87b7e54 cfcnfg_add_phy_layer +EXPORT_SYMBOL net/caif/caif 0xae2ac0b9 caif_disconnect_client +EXPORT_SYMBOL net/caif/caif 0xb7b6874e caif_free_client +EXPORT_SYMBOL net/caif/caif 0xbd9665dd get_cfcnfg +EXPORT_SYMBOL net/caif/caif 0xcd18e601 caif_enroll_dev +EXPORT_SYMBOL net/can/can 0x293e7d77 can_proto_unregister +EXPORT_SYMBOL net/can/can 0x4cb2d9a5 can_sock_destruct +EXPORT_SYMBOL net/can/can 0x63688044 can_proto_register +EXPORT_SYMBOL net/can/can 0x8dcb5943 can_send +EXPORT_SYMBOL net/can/can 0xad46da39 can_rx_unregister +EXPORT_SYMBOL net/can/can 0xdf58076f can_rx_register +EXPORT_SYMBOL net/ceph/libceph 0x026050dc ceph_cls_assert_locked +EXPORT_SYMBOL net/ceph/libceph 0x04cad6f0 ceph_pg_poolid_by_name +EXPORT_SYMBOL net/ceph/libceph 0x05d5c209 osd_req_op_xattr_init +EXPORT_SYMBOL net/ceph/libceph 0x06d97110 ceph_osdc_wait_request +EXPORT_SYMBOL net/ceph/libceph 0x08a71f6c ceph_cls_lock_info +EXPORT_SYMBOL net/ceph/libceph 0x0a8de5d5 ceph_monc_blocklist_add +EXPORT_SYMBOL net/ceph/libceph 0x0aa71dd5 ceph_client_gid +EXPORT_SYMBOL net/ceph/libceph 0x0c5fba64 ceph_auth_handle_svc_reply_more +EXPORT_SYMBOL net/ceph/libceph 0x0fabb989 ceph_osdc_put_request +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 0x1afe6230 ceph_monc_get_version_async +EXPORT_SYMBOL net/ceph/libceph 0x1c71f141 osd_req_op_raw_data_in_pages +EXPORT_SYMBOL net/ceph/libceph 0x2087719e ceph_oid_copy +EXPORT_SYMBOL net/ceph/libceph 0x2101cbc9 ceph_oid_destroy +EXPORT_SYMBOL net/ceph/libceph 0x220c2b5f ceph_monc_wait_osdmap +EXPORT_SYMBOL net/ceph/libceph 0x255da78c ceph_msg_data_add_pagelist +EXPORT_SYMBOL net/ceph/libceph 0x28274f2a ceph_osdc_new_request +EXPORT_SYMBOL net/ceph/libceph 0x2a413ab2 ceph_destroy_client +EXPORT_SYMBOL net/ceph/libceph 0x2a983d26 ceph_pagelist_release +EXPORT_SYMBOL net/ceph/libceph 0x2ea29a19 ceph_copy_to_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x3129ba67 ceph_cls_break_lock +EXPORT_SYMBOL net/ceph/libceph 0x31e35420 ceph_copy_from_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x321ff0d6 ceph_osdc_flush_notifies +EXPORT_SYMBOL net/ceph/libceph 0x343cbb73 ceph_osdc_cancel_request +EXPORT_SYMBOL net/ceph/libceph 0x37be7cd4 ceph_msg_data_add_pages +EXPORT_SYMBOL net/ceph/libceph 0x382a5ed5 ceph_con_keepalive +EXPORT_SYMBOL net/ceph/libceph 0x38bb2cc5 osd_req_op_extent_osd_data_bvec_pos +EXPORT_SYMBOL net/ceph/libceph 0x38f2d94e ceph_file_to_extents +EXPORT_SYMBOL net/ceph/libceph 0x3bb73912 ceph_release_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x3c8d7111 ceph_get_num_objects +EXPORT_SYMBOL net/ceph/libceph 0x417a9131 ceph_oloc_destroy +EXPORT_SYMBOL net/ceph/libceph 0x41edaeee ceph_auth_invalidate_authorizer +EXPORT_SYMBOL net/ceph/libceph 0x437a2b7d ceph_cls_set_cookie +EXPORT_SYMBOL net/ceph/libceph 0x466b85b8 libceph_compatible +EXPORT_SYMBOL net/ceph/libceph 0x4ac79c15 ceph_auth_verify_authorizer_reply +EXPORT_SYMBOL net/ceph/libceph 0x4affd6c2 ceph_parse_fsid +EXPORT_SYMBOL net/ceph/libceph 0x4bcb56c6 ceph_osdc_update_epoch_barrier +EXPORT_SYMBOL net/ceph/libceph 0x4c53a522 ceph_osdc_alloc_messages +EXPORT_SYMBOL net/ceph/libceph 0x50603ce3 ceph_decode_entity_addrvec +EXPORT_SYMBOL net/ceph/libceph 0x5373ad91 ceph_monc_init +EXPORT_SYMBOL net/ceph/libceph 0x53a94c02 ceph_con_open +EXPORT_SYMBOL net/ceph/libceph 0x564476b0 osd_req_op_cls_init +EXPORT_SYMBOL net/ceph/libceph 0x5751cb41 ceph_osdc_start_request +EXPORT_SYMBOL net/ceph/libceph 0x57baf885 ceph_str_hash +EXPORT_SYMBOL net/ceph/libceph 0x5825d21c ceph_osdc_clear_abort_err +EXPORT_SYMBOL net/ceph/libceph 0x5aeeee62 ceph_oid_aprintf +EXPORT_SYMBOL net/ceph/libceph 0x5d1e2af6 osd_req_op_extent_osd_data_bio +EXPORT_SYMBOL net/ceph/libceph 0x5ed02c05 ceph_auth_is_authenticated +EXPORT_SYMBOL net/ceph/libceph 0x61610d28 ceph_check_fsid +EXPORT_SYMBOL net/ceph/libceph 0x61b6a552 ceph_auth_handle_svc_reply_done +EXPORT_SYMBOL net/ceph/libceph 0x63758856 ceph_str_hash_name +EXPORT_SYMBOL net/ceph/libceph 0x6626011a osd_req_op_extent_osd_data_pagelist +EXPORT_SYMBOL net/ceph/libceph 0x6699f3f6 osd_req_op_extent_osd_data_bvecs +EXPORT_SYMBOL net/ceph/libceph 0x66b945f3 ceph_put_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x6a7a38a0 ceph_pr_addr +EXPORT_SYMBOL net/ceph/libceph 0x6c5973b9 ceph_msg_data_add_bvecs +EXPORT_SYMBOL net/ceph/libceph 0x7403e91f ceph_reset_client_addr +EXPORT_SYMBOL net/ceph/libceph 0x7420c504 ceph_cls_unlock +EXPORT_SYMBOL net/ceph/libceph 0x742438f2 ceph_osdc_maybe_request_map +EXPORT_SYMBOL net/ceph/libceph 0x75ef37ff ceph_monc_stop +EXPORT_SYMBOL net/ceph/libceph 0x7873fba4 ceph_osdc_sync +EXPORT_SYMBOL net/ceph/libceph 0x78fc49b6 ceph_osdc_watch +EXPORT_SYMBOL net/ceph/libceph 0x79a1ba16 osd_req_op_init +EXPORT_SYMBOL net/ceph/libceph 0x7a3d653c ceph_zero_page_vector_range +EXPORT_SYMBOL net/ceph/libceph 0x7fd8d42a ceph_auth_add_authorizer_challenge +EXPORT_SYMBOL net/ceph/libceph 0x8027c81d ceph_msg_data_add_bio +EXPORT_SYMBOL net/ceph/libceph 0x8314970b ceph_auth_handle_bad_authorizer +EXPORT_SYMBOL net/ceph/libceph 0x83482c91 ceph_auth_get_authorizer +EXPORT_SYMBOL net/ceph/libceph 0x84057d53 osd_req_op_cls_request_data_bvecs +EXPORT_SYMBOL net/ceph/libceph 0x86fca7e4 ceph_put_snap_context +EXPORT_SYMBOL net/ceph/libceph 0x895beff2 osd_req_op_extent_update +EXPORT_SYMBOL net/ceph/libceph 0x8b84fc06 ceph_osdc_get_request +EXPORT_SYMBOL net/ceph/libceph 0x90d3a6ce __ceph_auth_get_authorizer +EXPORT_SYMBOL net/ceph/libceph 0x92b7b4ce ceph_pg_pool_flags +EXPORT_SYMBOL net/ceph/libceph 0x971c79c3 ceph_osdc_notify +EXPORT_SYMBOL net/ceph/libceph 0x97bd2f00 ceph_monc_open_session +EXPORT_SYMBOL net/ceph/libceph 0x987d3968 ceph_alloc_options +EXPORT_SYMBOL net/ceph/libceph 0x98f5daa1 osd_req_op_extent_dup_last +EXPORT_SYMBOL net/ceph/libceph 0x991014b9 osd_req_op_extent_init +EXPORT_SYMBOL net/ceph/libceph 0x9b69e646 ceph_msg_new2 +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 0x9e125bb2 ceph_copy_user_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 0xa09c2cf0 osd_req_op_extent_osd_data_pages +EXPORT_SYMBOL net/ceph/libceph 0xa0fd552f ceph_con_close +EXPORT_SYMBOL net/ceph/libceph 0xa54c7560 ceph_osdc_unwatch +EXPORT_SYMBOL net/ceph/libceph 0xa698f998 ceph_free_lockers +EXPORT_SYMBOL net/ceph/libceph 0xaa301bac ceph_msg_get +EXPORT_SYMBOL net/ceph/libceph 0xab17ca54 ceph_monc_renew_subs +EXPORT_SYMBOL net/ceph/libceph 0xab4294f0 osd_req_op_cls_request_data_pagelist +EXPORT_SYMBOL net/ceph/libceph 0xaba49b62 ceph_msg_dump +EXPORT_SYMBOL net/ceph/libceph 0xacc9cca4 ceph_monc_get_version +EXPORT_SYMBOL net/ceph/libceph 0xad703657 ceph_auth_destroy_authorizer +EXPORT_SYMBOL net/ceph/libceph 0xaed6e803 ceph_print_client_options +EXPORT_SYMBOL net/ceph/libceph 0xafb8a407 ceph_msgr_flush +EXPORT_SYMBOL net/ceph/libceph 0xb0df8662 ceph_osdc_abort_requests +EXPORT_SYMBOL net/ceph/libceph 0xb0ed83c4 osd_req_op_alloc_hint_init +EXPORT_SYMBOL net/ceph/libceph 0xb247e4b1 ceph_open_session +EXPORT_SYMBOL net/ceph/libceph 0xb54676fa ceph_msg_type_name +EXPORT_SYMBOL net/ceph/libceph 0xb63cda11 ceph_con_init +EXPORT_SYMBOL net/ceph/libceph 0xb726c451 ceph_client_addr +EXPORT_SYMBOL net/ceph/libceph 0xb72c162e ceph_buffer_release +EXPORT_SYMBOL net/ceph/libceph 0xbd2f79ae ceph_oloc_copy +EXPORT_SYMBOL net/ceph/libceph 0xbda69aec ceph_osdc_list_watchers +EXPORT_SYMBOL net/ceph/libceph 0xbe3879aa ceph_get_snap_context +EXPORT_SYMBOL net/ceph/libceph 0xc1a1261d ceph_monc_do_statfs +EXPORT_SYMBOL net/ceph/libceph 0xc366bfa1 ceph_pagelist_truncate +EXPORT_SYMBOL net/ceph/libceph 0xc4108472 ceph_cls_lock +EXPORT_SYMBOL net/ceph/libceph 0xc74bf320 osd_req_op_cls_request_data_pages +EXPORT_SYMBOL net/ceph/libceph 0xc7ee2aad ceph_con_send +EXPORT_SYMBOL net/ceph/libceph 0xc9ad0811 ceph_monc_want_map +EXPORT_SYMBOL net/ceph/libceph 0xca6aa777 osd_req_op_cls_response_data_pages +EXPORT_SYMBOL net/ceph/libceph 0xca80437b ceph_extent_to_file +EXPORT_SYMBOL net/ceph/libceph 0xcafb9abd osd_req_op_extent_osd_data +EXPORT_SYMBOL net/ceph/libceph 0xd1847f38 ceph_parse_mon_ips +EXPORT_SYMBOL net/ceph/libceph 0xd4d736db ceph_destroy_options +EXPORT_SYMBOL net/ceph/libceph 0xd4eb7735 ceph_decode_entity_addr +EXPORT_SYMBOL net/ceph/libceph 0xd56e7484 ceph_wait_for_latest_osdmap +EXPORT_SYMBOL net/ceph/libceph 0xdc046c31 ceph_osdc_call +EXPORT_SYMBOL net/ceph/libceph 0xdd80cd69 osd_req_op_copy_from_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 0xdfd2408e ceph_osdc_alloc_request +EXPORT_SYMBOL net/ceph/libceph 0xe1a2bc48 ceph_parse_param +EXPORT_SYMBOL net/ceph/libceph 0xe34a59f2 ceph_object_locator_to_pg +EXPORT_SYMBOL net/ceph/libceph 0xe36e8ac4 ceph_osdc_notify_ack +EXPORT_SYMBOL net/ceph/libceph 0xe45d98d3 ceph_monc_got_map +EXPORT_SYMBOL net/ceph/libceph 0xe6bff240 ceph_msg_new +EXPORT_SYMBOL net/ceph/libceph 0xe6c27835 ceph_monc_validate_auth +EXPORT_SYMBOL net/ceph/libceph 0xe76e7226 ceph_pagelist_alloc +EXPORT_SYMBOL net/ceph/libceph 0xeca57edf ceph_alloc_page_vector +EXPORT_SYMBOL net/ceph/libceph 0xee120c03 ceph_release_string +EXPORT_SYMBOL net/ceph/libceph 0xee8edf4a __ceph_open_session +EXPORT_SYMBOL net/ceph/libceph 0xeef6cfa3 ceph_iterate_extents +EXPORT_SYMBOL net/ceph/libceph 0xef9afea9 ceph_compare_options +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 0xf4ce6eba ceph_create_client +EXPORT_SYMBOL net/ceph/libceph 0xfc9e1037 ceph_msg_put +EXPORT_SYMBOL net/dccp/dccp_ipv4 0x02d5ab68 dccp_req_err +EXPORT_SYMBOL net/dccp/dccp_ipv4 0x2f65c8d4 dccp_syn_ack_timeout +EXPORT_SYMBOL net/hsr/hsr 0x0937b72f hsr_get_version +EXPORT_SYMBOL net/hsr/hsr 0x54c399fc is_hsr_master +EXPORT_SYMBOL net/ieee802154/ieee802154 0x17ce98b2 wpan_phy_find +EXPORT_SYMBOL net/ieee802154/ieee802154 0x25caecdd wpan_phy_register +EXPORT_SYMBOL net/ieee802154/ieee802154 0x2b35cd96 wpan_phy_new +EXPORT_SYMBOL net/ieee802154/ieee802154 0x3fffe410 wpan_phy_free +EXPORT_SYMBOL net/ieee802154/ieee802154 0x5ddafd8c wpan_phy_unregister +EXPORT_SYMBOL net/ieee802154/ieee802154 0xdff1b7dc wpan_phy_for_each +EXPORT_SYMBOL net/ipv4/fou 0x1757d1a4 fou_encap_hlen +EXPORT_SYMBOL net/ipv4/fou 0xac4d076b __gue_build_header +EXPORT_SYMBOL net/ipv4/fou 0xefaf664e __fou_build_header +EXPORT_SYMBOL net/ipv4/fou 0xf13914b3 gue_encap_hlen +EXPORT_SYMBOL net/ipv4/gre 0x8287f48d gre_parse_header +EXPORT_SYMBOL net/ipv4/ip_tunnel 0x2e591949 ip_tunnel_get_link_net +EXPORT_SYMBOL net/ipv4/ip_tunnel 0x3878ce8b ip_tunnel_encap_add_ops +EXPORT_SYMBOL net/ipv4/ip_tunnel 0x9378d316 ip_tunnel_encap_del_ops +EXPORT_SYMBOL net/ipv4/ip_tunnel 0xd4ab46cd ip_tunnel_get_iflink +EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0x179069c4 arpt_unregister_table_pre_exit +EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0x56eaeaec arpt_unregister_table +EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0xb7bb51e6 arpt_do_table +EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0xbd9d960b arpt_register_table +EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0x006b8f37 ipt_unregister_table_exit +EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0x470c5429 ipt_register_table +EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0x6c7e67e1 ipt_unregister_table_pre_exit +EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0xfc74e337 ipt_do_table +EXPORT_SYMBOL net/ipv4/tunnel4 0x5d0f6f51 xfrm4_tunnel_register +EXPORT_SYMBOL net/ipv4/tunnel4 0xa8de6575 xfrm4_tunnel_deregister +EXPORT_SYMBOL net/ipv4/udp_tunnel 0xafb8d04a udp_sock_create4 +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x0a4a38b8 ip6_tnl_rcv +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x1ab13e80 ip6_tnl_get_link_net +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x55ed5644 ip6_tnl_parse_tlv_enc_lim +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x5d8a24f4 ip6_tnl_encap_del_ops +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x5e4dc6e9 ip6_tnl_get_cap +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x63e6d492 ip6_tnl_xmit +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x80448ac3 ip6_tnl_get_iflink +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0xb46c1ae8 ip6_tnl_change_mtu +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0xdf40f020 ip6_tnl_encap_add_ops +EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0x284e5f85 ip6t_unregister_table_exit +EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0x546599ef ip6t_register_table +EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0x59f5e736 ip6t_unregister_table_pre_exit +EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0x714d2db0 ip6t_do_table +EXPORT_SYMBOL net/ipv6/tunnel6 0x32608c19 xfrm6_tunnel_deregister +EXPORT_SYMBOL net/ipv6/tunnel6 0xcfba6f07 xfrm6_tunnel_register +EXPORT_SYMBOL net/ipv6/xfrm6_tunnel 0x3feafbcd xfrm6_tunnel_spi_lookup +EXPORT_SYMBOL net/ipv6/xfrm6_tunnel 0xc7372ce1 xfrm6_tunnel_alloc_spi +EXPORT_SYMBOL net/lapb/lapb 0x2b2edd3d lapb_data_request +EXPORT_SYMBOL net/lapb/lapb 0x348ef1cc lapb_unregister +EXPORT_SYMBOL net/lapb/lapb 0x3af143be lapb_disconnect_request +EXPORT_SYMBOL net/lapb/lapb 0x96a8e078 lapb_connect_request +EXPORT_SYMBOL net/lapb/lapb 0xc245d563 lapb_getparms +EXPORT_SYMBOL net/lapb/lapb 0xd5748b71 lapb_setparms +EXPORT_SYMBOL net/lapb/lapb 0xdfae0d80 lapb_register +EXPORT_SYMBOL net/lapb/lapb 0xe8b291af lapb_data_received +EXPORT_SYMBOL net/llc/llc 0x2109c025 llc_build_and_send_ui_pkt +EXPORT_SYMBOL net/llc/llc 0x300df734 llc_mac_hdr_init +EXPORT_SYMBOL net/llc/llc 0x34b53982 llc_sap_close +EXPORT_SYMBOL net/llc/llc 0x38b92846 llc_remove_pack +EXPORT_SYMBOL net/llc/llc 0x403de217 llc_set_station_handler +EXPORT_SYMBOL net/llc/llc 0x52d7b2fd llc_sap_list +EXPORT_SYMBOL net/llc/llc 0x929f8d97 llc_add_pack +EXPORT_SYMBOL net/llc/llc 0xa318399c llc_sap_find +EXPORT_SYMBOL net/llc/llc 0xa82cc492 llc_sap_open +EXPORT_SYMBOL net/mac80211/mac80211 0x00feee6e ieee80211_connection_loss +EXPORT_SYMBOL net/mac80211/mac80211 0x03587a55 ieee80211_sta_eosp +EXPORT_SYMBOL net/mac80211/mac80211 0x0454cc86 ieee80211_generic_frame_duration +EXPORT_SYMBOL net/mac80211/mac80211 0x07925412 ieee80211_rate_control_unregister +EXPORT_SYMBOL net/mac80211/mac80211 0x09b351e6 ieee80211_stop_tx_ba_session +EXPORT_SYMBOL net/mac80211/mac80211 0x0b5af549 ieee80211_beacon_update_cntdwn +EXPORT_SYMBOL net/mac80211/mac80211 0x0c4b9137 ieee80211_scan_completed +EXPORT_SYMBOL net/mac80211/mac80211 0x12b14292 ieee80211_tx_status +EXPORT_SYMBOL net/mac80211/mac80211 0x171b58e6 ieee80211_rx_list +EXPORT_SYMBOL net/mac80211/mac80211 0x17eee38f ieee80211_txq_may_transmit +EXPORT_SYMBOL net/mac80211/mac80211 0x1815858c ieee80211_reserve_tid +EXPORT_SYMBOL net/mac80211/mac80211 0x18bceb53 ieee80211_start_tx_ba_cb_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0x194b9a23 ieee80211_queue_work +EXPORT_SYMBOL net/mac80211/mac80211 0x197b6beb __ieee80211_get_tx_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0x19a93388 ieee80211_disconnect +EXPORT_SYMBOL net/mac80211/mac80211 0x19f37f0d ieee80211_update_p2p_noa +EXPORT_SYMBOL net/mac80211/mac80211 0x1b10e7fe __ieee80211_get_rx_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0x1cf75d45 ieee80211_get_tkip_p1k_iv +EXPORT_SYMBOL net/mac80211/mac80211 0x21c7346b ieee80211_txq_get_depth +EXPORT_SYMBOL net/mac80211/mac80211 0x257efbad ieee80211_send_bar +EXPORT_SYMBOL net/mac80211/mac80211 0x266bbe2f ieee80211_get_tx_rates +EXPORT_SYMBOL net/mac80211/mac80211 0x26db7790 ieee80211_sta_register_airtime +EXPORT_SYMBOL net/mac80211/mac80211 0x29b7cfe4 ieee80211_tx_status_8023 +EXPORT_SYMBOL net/mac80211/mac80211 0x34094b39 ieee80211_cqm_rssi_notify +EXPORT_SYMBOL net/mac80211/mac80211 0x3544a3bb ieee80211_rx_napi +EXPORT_SYMBOL net/mac80211/mac80211 0x38ccc295 ieee80211_nan_func_terminated +EXPORT_SYMBOL net/mac80211/mac80211 0x391eda45 ieee80211_get_tkip_rx_p1k +EXPORT_SYMBOL net/mac80211/mac80211 0x393f82ea ieee80211_sta_uapsd_trigger +EXPORT_SYMBOL net/mac80211/mac80211 0x3b0e2d2b ieee80211_sched_scan_results +EXPORT_SYMBOL net/mac80211/mac80211 0x3b644203 ieee80211_beacon_cntdwn_is_complete +EXPORT_SYMBOL net/mac80211/mac80211 0x3bbc0d7b ieee80211_report_wowlan_wakeup +EXPORT_SYMBOL net/mac80211/mac80211 0x3e72cc73 ieee80211_ap_probereq_get +EXPORT_SYMBOL net/mac80211/mac80211 0x3ef9faa9 ieee80211_send_eosp_nullfunc +EXPORT_SYMBOL net/mac80211/mac80211 0x3fba00aa ieee80211_probereq_get +EXPORT_SYMBOL net/mac80211/mac80211 0x450490ac ieee80211_tx_prepare_skb +EXPORT_SYMBOL net/mac80211/mac80211 0x454342e4 ieee80211_start_tx_ba_session +EXPORT_SYMBOL net/mac80211/mac80211 0x4684f33d ieee80211_get_buffered_bc +EXPORT_SYMBOL net/mac80211/mac80211 0x4be7093d ieee80211_txq_airtime_check +EXPORT_SYMBOL net/mac80211/mac80211 0x4c01458e ieee80211_stop_tx_ba_cb_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0x4e2b639b ieee80211_beacon_loss +EXPORT_SYMBOL net/mac80211/mac80211 0x4f35691f ieee80211_handle_wake_tx_queue +EXPORT_SYMBOL net/mac80211/mac80211 0x4f3f5259 ieee80211_stop_rx_ba_session +EXPORT_SYMBOL net/mac80211/mac80211 0x525eeb57 __ieee80211_create_tpt_led_trigger +EXPORT_SYMBOL net/mac80211/mac80211 0x567153bc ieee80211_beacon_get_tim +EXPORT_SYMBOL net/mac80211/mac80211 0x57f8fc0c __ieee80211_schedule_txq +EXPORT_SYMBOL net/mac80211/mac80211 0x58cc35e1 ieee80211_unregister_hw +EXPORT_SYMBOL net/mac80211/mac80211 0x5f2dc79b ieee80211_beacon_set_cntdwn +EXPORT_SYMBOL net/mac80211/mac80211 0x5f941584 ieee80211_rts_duration +EXPORT_SYMBOL net/mac80211/mac80211 0x5fa53c1b ieee80211_sta_pspoll +EXPORT_SYMBOL net/mac80211/mac80211 0x5fb2338c ieee80211_rx_ba_timer_expired +EXPORT_SYMBOL net/mac80211/mac80211 0x6068f434 ieee80211_report_low_ack +EXPORT_SYMBOL net/mac80211/mac80211 0x618c7033 ieee80211_sta_recalc_aggregates +EXPORT_SYMBOL net/mac80211/mac80211 0x656cd50f ieee80211_iter_keys +EXPORT_SYMBOL net/mac80211/mac80211 0x65fdb641 ieee80211_txq_schedule_start +EXPORT_SYMBOL net/mac80211/mac80211 0x6af0f7fd ieee80211_proberesp_get +EXPORT_SYMBOL net/mac80211/mac80211 0x71b2240b ieee80211_csa_finish +EXPORT_SYMBOL net/mac80211/mac80211 0x71c9623c ieee80211_queue_stopped +EXPORT_SYMBOL net/mac80211/mac80211 0x73ef91ed ieee80211_tx_rate_update +EXPORT_SYMBOL net/mac80211/mac80211 0x7484bccb __ieee80211_get_radio_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0x7dac5912 ieee80211_cqm_beacon_loss_notify +EXPORT_SYMBOL net/mac80211/mac80211 0x7e2717f4 ieee80211_stop_queue +EXPORT_SYMBOL net/mac80211/mac80211 0x7fee958c ieee80211_wake_queue +EXPORT_SYMBOL net/mac80211/mac80211 0x7ff97dff ieee80211_beacon_get_template +EXPORT_SYMBOL net/mac80211/mac80211 0x803cf7ba ieee80211_stop_queues +EXPORT_SYMBOL net/mac80211/mac80211 0x808e65c1 ieee80211_get_unsol_bcast_probe_resp_tmpl +EXPORT_SYMBOL net/mac80211/mac80211 0x8394d9a4 ieee80211_tx_status_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0x879178d8 ieee80211_free_hw +EXPORT_SYMBOL net/mac80211/mac80211 0x8843c697 ieee80211_next_txq +EXPORT_SYMBOL net/mac80211/mac80211 0x8a34a714 ieee80211_ctstoself_duration +EXPORT_SYMBOL net/mac80211/mac80211 0x90d9b0d9 ieee80211_rts_get +EXPORT_SYMBOL net/mac80211/mac80211 0x934f18fe __ieee80211_get_assoc_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0x94487600 ieee80211_sta_set_buffered +EXPORT_SYMBOL net/mac80211/mac80211 0x95e758c1 ieee80211_manage_rx_ba_offl +EXPORT_SYMBOL net/mac80211/mac80211 0x95febea6 ieee80211_get_bssid +EXPORT_SYMBOL net/mac80211/mac80211 0x97e45edd ieee80211_rate_control_register +EXPORT_SYMBOL net/mac80211/mac80211 0x991a0ca0 ieee80211_parse_p2p_noa +EXPORT_SYMBOL net/mac80211/mac80211 0x9e22d75d ieee80211_chswitch_done +EXPORT_SYMBOL net/mac80211/mac80211 0x9ef0f595 ieee80211_alloc_hw_nm +EXPORT_SYMBOL net/mac80211/mac80211 0xa212d65f ieee80211_ctstoself_get +EXPORT_SYMBOL net/mac80211/mac80211 0xa9f148fa ieee80211_tx_dequeue +EXPORT_SYMBOL net/mac80211/mac80211 0xab95fb97 ieee80211_queue_delayed_work +EXPORT_SYMBOL net/mac80211/mac80211 0xad0df509 ieee80211_pspoll_get +EXPORT_SYMBOL net/mac80211/mac80211 0xad732f02 wiphy_to_ieee80211_hw +EXPORT_SYMBOL net/mac80211/mac80211 0xaeb9a917 ieee80211_get_key_rx_seq +EXPORT_SYMBOL net/mac80211/mac80211 0xb35aa344 ieee80211_nan_func_match +EXPORT_SYMBOL net/mac80211/mac80211 0xb6359aa9 ieee80211_nullfunc_get +EXPORT_SYMBOL net/mac80211/mac80211 0xc6b103e1 ieee80211_iter_keys_rcu +EXPORT_SYMBOL net/mac80211/mac80211 0xc8a512b8 ieee80211_enable_rssi_reports +EXPORT_SYMBOL net/mac80211/mac80211 0xca8c8f24 ieee80211_rx_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0xcb26bbb8 ieee80211_sta_block_awake +EXPORT_SYMBOL net/mac80211/mac80211 0xd2ae408e ieee80211_tx_status_ext +EXPORT_SYMBOL net/mac80211/mac80211 0xd5b7332e ieee80211_get_fils_discovery_tmpl +EXPORT_SYMBOL net/mac80211/mac80211 0xd6234daf ieee80211_register_hw +EXPORT_SYMBOL net/mac80211/mac80211 0xd770adc2 ieee80211_tdls_oper_request +EXPORT_SYMBOL net/mac80211/mac80211 0xd7b83e37 ieee80211_radar_detected +EXPORT_SYMBOL net/mac80211/mac80211 0xdf9ac27a ieee80211_sched_scan_stopped +EXPORT_SYMBOL net/mac80211/mac80211 0xe0658092 ieee80211_wake_queues +EXPORT_SYMBOL net/mac80211/mac80211 0xe066d33e ieee80211_disable_rssi_reports +EXPORT_SYMBOL net/mac80211/mac80211 0xea7093d2 ieee80211_restart_hw +EXPORT_SYMBOL net/mac80211/mac80211 0xec95c4f4 ieee80211_sta_ps_transition +EXPORT_SYMBOL net/mac80211/mac80211 0xf16bf344 ieee80211_get_tkip_p2k +EXPORT_SYMBOL net/mac80211/mac80211 0xf5514c73 ieee80211_unreserve_tid +EXPORT_SYMBOL net/mac80211/mac80211 0xf69cc231 ieee80211_find_sta +EXPORT_SYMBOL net/mac80211/mac80211 0xf810fad9 ieee80211_mark_rx_ba_filtered_frames +EXPORT_SYMBOL net/mac80211/mac80211 0xfd320139 ieee80211_channel_switch_disconnect +EXPORT_SYMBOL net/mac80211/mac80211 0xfe8bfe45 ieee80211_free_txskb +EXPORT_SYMBOL net/mac80211/mac80211 0xff2057a6 rate_control_set_rates +EXPORT_SYMBOL net/mac802154/mac802154 0x0fd51914 ieee802154_rx_irqsafe +EXPORT_SYMBOL net/mac802154/mac802154 0x1dc0f369 ieee802154_alloc_hw +EXPORT_SYMBOL net/mac802154/mac802154 0x3214c6e3 ieee802154_configure_durations +EXPORT_SYMBOL net/mac802154/mac802154 0x3abee9ec ieee802154_xmit_complete +EXPORT_SYMBOL net/mac802154/mac802154 0x41946280 ieee802154_free_hw +EXPORT_SYMBOL net/mac802154/mac802154 0x45197115 ieee802154_xmit_hw_error +EXPORT_SYMBOL net/mac802154/mac802154 0x5e6dc364 ieee802154_xmit_error +EXPORT_SYMBOL net/mac802154/mac802154 0x9dd388b5 ieee802154_unregister_hw +EXPORT_SYMBOL net/mac802154/mac802154 0xd0b20e63 ieee802154_register_hw +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x0bc9c392 ip_vs_proto_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x1b4ae194 ip_vs_scheduler_err +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x3c43b85d ip_vs_tcp_conn_listen +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x656fdf27 unregister_ip_vs_app +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x8641817f ip_vs_conn_put +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x9149d25f ip_vs_conn_out_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x9bd3abd1 ip_vs_nfct_expect_related +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x9ee1c0d4 register_ip_vs_app +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xa0a44c9a ip_vs_new_conn_out +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xb40ea824 unregister_ip_vs_scheduler +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xb92a4966 ip_vs_proto_data_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xd831a1a2 ip_vs_proto_name +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xd8562f94 register_ip_vs_app_inc +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xe4f7b13b ip_vs_conn_in_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xf70f3a9f ip_vs_conn_new +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xf735d65d register_ip_vs_scheduler +EXPORT_SYMBOL net/netfilter/nf_conntrack 0x3b08a8f0 nf_ct_destroy +EXPORT_SYMBOL net/netfilter/nf_conntrack 0x5218af99 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 0x04c79eaf nf_nat_follow_master +EXPORT_SYMBOL net/netfilter/nf_nat 0x5c05c853 __nf_nat_mangle_tcp_packet +EXPORT_SYMBOL net/netfilter/nf_nat 0xcd67ab56 nf_nat_mangle_udp_packet +EXPORT_SYMBOL net/netfilter/nf_nat 0xdc49a92e 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 0x1765a1e1 xt_unregister_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 0x50873741 xt_compat_init_offsets +EXPORT_SYMBOL net/netfilter/x_tables 0x64744e21 xt_find_match +EXPORT_SYMBOL net/netfilter/x_tables 0x918541df xt_register_targets +EXPORT_SYMBOL net/netfilter/x_tables 0x96de5a7e 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 0xc908555e xt_unregister_match +EXPORT_SYMBOL net/netfilter/x_tables 0xca79a4bc xt_register_matches +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 0xde949064 xt_find_table +EXPORT_SYMBOL net/netfilter/x_tables 0xe204e042 xt_free_table_info +EXPORT_SYMBOL net/netfilter/x_tables 0xeb4a085f xt_register_target +EXPORT_SYMBOL net/netfilter/x_tables 0xee716eba xt_unregister_target +EXPORT_SYMBOL net/netfilter/x_tables 0xf94b4e6c xt_unregister_matches +EXPORT_SYMBOL net/netfilter/x_tables 0xfef779fa xt_find_jump_offset +EXPORT_SYMBOL net/nfc/hci/hci 0x07eaa4eb nfc_hci_recv_frame +EXPORT_SYMBOL net/nfc/hci/hci 0x26f7a8e8 nfc_llc_stop +EXPORT_SYMBOL net/nfc/hci/hci 0x2a409865 nfc_hci_send_cmd +EXPORT_SYMBOL net/nfc/hci/hci 0x2d471e04 nfc_hci_send_event +EXPORT_SYMBOL net/nfc/hci/hci 0x30fb9b41 nfc_hci_free_device +EXPORT_SYMBOL net/nfc/hci/hci 0x3a891752 nfc_hci_send_cmd_async +EXPORT_SYMBOL net/nfc/hci/hci 0x3c556268 nfc_hci_reset_pipes +EXPORT_SYMBOL net/nfc/hci/hci 0x43bb3a08 nfc_hci_reset_pipes_per_host +EXPORT_SYMBOL net/nfc/hci/hci 0x4efa52bb nfc_hci_unregister_device +EXPORT_SYMBOL net/nfc/hci/hci 0x65986e20 nfc_hci_disconnect_gate +EXPORT_SYMBOL net/nfc/hci/hci 0x7093fd3e nfc_hci_get_param +EXPORT_SYMBOL net/nfc/hci/hci 0x74fe3670 nfc_hci_result_to_errno +EXPORT_SYMBOL net/nfc/hci/hci 0x7889e2bb nfc_hci_driver_failure +EXPORT_SYMBOL net/nfc/hci/hci 0x84d82c3b nfc_hci_set_clientdata +EXPORT_SYMBOL net/nfc/hci/hci 0xa11f2d07 nfc_hci_connect_gate +EXPORT_SYMBOL net/nfc/hci/hci 0xa6e5cb1c nfc_hci_register_device +EXPORT_SYMBOL net/nfc/hci/hci 0xb419abfd nfc_llc_start +EXPORT_SYMBOL net/nfc/hci/hci 0xbeb1bf8d nfc_hci_get_clientdata +EXPORT_SYMBOL net/nfc/hci/hci 0xc596cc60 nfc_hci_target_discovered +EXPORT_SYMBOL net/nfc/hci/hci 0xc9ee6e16 nfc_hci_set_param +EXPORT_SYMBOL net/nfc/hci/hci 0xd5f7df03 nfc_hci_allocate_device +EXPORT_SYMBOL net/nfc/hci/hci 0xdd231c55 nfc_hci_sak_to_protocol +EXPORT_SYMBOL net/nfc/hci/hci 0xdd3e6b8a nfc_hci_disconnect_all_gates +EXPORT_SYMBOL net/nfc/nci/nci 0x0f68e772 nci_req_complete +EXPORT_SYMBOL net/nfc/nci/nci 0x13a99b56 nci_core_reset +EXPORT_SYMBOL net/nfc/nci/nci 0x149032bb nci_core_conn_close +EXPORT_SYMBOL net/nfc/nci/nci 0x20f7ee46 nci_hci_set_param +EXPORT_SYMBOL net/nfc/nci/nci 0x2d648372 nci_conn_max_data_pkt_payload_size +EXPORT_SYMBOL net/nfc/nci/nci 0x2f3c41ba nci_send_frame +EXPORT_SYMBOL net/nfc/nci/nci 0x4b361055 nci_hci_get_param +EXPORT_SYMBOL net/nfc/nci/nci 0x58ccd092 nci_hci_dev_session_init +EXPORT_SYMBOL net/nfc/nci/nci 0x5d435ab0 nci_hci_clear_all_pipes +EXPORT_SYMBOL net/nfc/nci/nci 0x640f8866 nci_recv_frame +EXPORT_SYMBOL net/nfc/nci/nci 0x65b35a43 nci_hci_send_cmd +EXPORT_SYMBOL net/nfc/nci/nci 0x66b94384 nci_hci_open_pipe +EXPORT_SYMBOL net/nfc/nci/nci 0x6746a0e1 nci_core_init +EXPORT_SYMBOL net/nfc/nci/nci 0x68fce00d nci_nfcee_discover +EXPORT_SYMBOL net/nfc/nci/nci 0x72f01a73 nci_unregister_device +EXPORT_SYMBOL net/nfc/nci/nci 0x7a2c2e32 nci_free_device +EXPORT_SYMBOL net/nfc/nci/nci 0x7b95ccbf nci_hci_send_event +EXPORT_SYMBOL net/nfc/nci/nci 0x8c3f72db nci_send_data +EXPORT_SYMBOL net/nfc/nci/nci 0x9d2f12ee nci_nfcc_loopback +EXPORT_SYMBOL net/nfc/nci/nci 0xa8383586 nci_send_cmd +EXPORT_SYMBOL net/nfc/nci/nci 0xb9cdd2c8 nci_core_conn_create +EXPORT_SYMBOL net/nfc/nci/nci 0xba490602 nci_to_errno +EXPORT_SYMBOL net/nfc/nci/nci 0xc09a8b1d nci_hci_connect_gate +EXPORT_SYMBOL net/nfc/nci/nci 0xc38350a4 nci_core_cmd +EXPORT_SYMBOL net/nfc/nci/nci 0xc6a22e08 nci_nfcee_mode_set +EXPORT_SYMBOL net/nfc/nci/nci 0xcaa98900 nci_set_config +EXPORT_SYMBOL net/nfc/nci/nci 0xd45a0673 nci_allocate_device +EXPORT_SYMBOL net/nfc/nci/nci 0xdbae28b3 nci_prop_cmd +EXPORT_SYMBOL net/nfc/nci/nci 0xdf493dc7 nci_register_device +EXPORT_SYMBOL net/nfc/nci/nci 0xed6fd23c nci_get_conn_info_by_dest_type_params +EXPORT_SYMBOL net/nfc/nfc 0x05908b13 nfc_register_device +EXPORT_SYMBOL net/nfc/nfc 0x0fed932d nfc_targets_found +EXPORT_SYMBOL net/nfc/nfc 0x10ac42d8 nfc_unregister_device +EXPORT_SYMBOL net/nfc/nfc 0x3c4e9acb __nfc_alloc_vendor_cmd_reply_skb +EXPORT_SYMBOL net/nfc/nfc 0x3e9fe000 nfc_get_local_general_bytes +EXPORT_SYMBOL net/nfc/nfc 0x519fcb49 nfc_proto_register +EXPORT_SYMBOL net/nfc/nfc 0x5a34eba2 nfc_class +EXPORT_SYMBOL net/nfc/nfc 0x78088bd8 nfc_tm_activated +EXPORT_SYMBOL net/nfc/nfc 0x7aef67ce nfc_target_lost +EXPORT_SYMBOL net/nfc/nfc 0x7c27730d nfc_tm_data_received +EXPORT_SYMBOL net/nfc/nfc 0x7fcc8aa6 nfc_allocate_device +EXPORT_SYMBOL net/nfc/nfc 0x81150547 nfc_se_connectivity +EXPORT_SYMBOL net/nfc/nfc 0x818c2588 nfc_driver_failure +EXPORT_SYMBOL net/nfc/nfc 0x88ecc622 nfc_find_se +EXPORT_SYMBOL net/nfc/nfc 0x8e58a025 nfc_dep_link_is_up +EXPORT_SYMBOL net/nfc/nfc 0x9daedbac nfc_alloc_recv_skb +EXPORT_SYMBOL net/nfc/nfc 0xb03875e0 nfc_fw_download_done +EXPORT_SYMBOL net/nfc/nfc 0xb6eaf233 nfc_se_transaction +EXPORT_SYMBOL net/nfc/nfc 0xb88df02d nfc_proto_unregister +EXPORT_SYMBOL net/nfc/nfc 0xd7f7e7b9 nfc_vendor_cmd_reply +EXPORT_SYMBOL net/nfc/nfc 0xdb8b6e09 nfc_add_se +EXPORT_SYMBOL net/nfc/nfc 0xde1e49f8 nfc_tm_deactivated +EXPORT_SYMBOL net/nfc/nfc 0xe9284a56 nfc_send_to_raw_sock +EXPORT_SYMBOL net/nfc/nfc 0xefb0aa88 nfc_set_remote_general_bytes +EXPORT_SYMBOL net/nfc/nfc 0xfb09f4f0 nfc_remove_se +EXPORT_SYMBOL net/nfc/nfc_digital 0x0f714731 nfc_digital_allocate_device +EXPORT_SYMBOL net/nfc/nfc_digital 0x4c6ddb88 nfc_digital_free_device +EXPORT_SYMBOL net/nfc/nfc_digital 0x5af6258d nfc_digital_register_device +EXPORT_SYMBOL net/nfc/nfc_digital 0xd182e277 nfc_digital_unregister_device +EXPORT_SYMBOL net/phonet/phonet 0x0c955518 phonet_stream_ops +EXPORT_SYMBOL net/phonet/phonet 0x2d6755f1 pn_skb_send +EXPORT_SYMBOL net/phonet/phonet 0x71577618 pn_sock_get_port +EXPORT_SYMBOL net/phonet/phonet 0x757aa247 pn_sock_hash +EXPORT_SYMBOL net/phonet/phonet 0xaf6da9ab phonet_header_ops +EXPORT_SYMBOL net/phonet/phonet 0xc2ed7b47 pn_sock_unhash +EXPORT_SYMBOL net/phonet/phonet 0xc3d1c990 phonet_proto_register +EXPORT_SYMBOL net/phonet/phonet 0xcd84f7d4 phonet_proto_unregister +EXPORT_SYMBOL net/rxrpc/rxrpc 0x0ddcd4f9 rxrpc_kernel_begin_call +EXPORT_SYMBOL net/rxrpc/rxrpc 0x1cc1b1d2 rxrpc_kernel_set_max_life +EXPORT_SYMBOL net/rxrpc/rxrpc 0x206aa2c2 rxrpc_sock_set_security_keyring +EXPORT_SYMBOL net/rxrpc/rxrpc 0x31bf3ca3 rxrpc_debug_id +EXPORT_SYMBOL net/rxrpc/rxrpc 0x4563e122 rxrpc_kernel_end_call +EXPORT_SYMBOL net/rxrpc/rxrpc 0x5577d053 rxrpc_get_server_data_key +EXPORT_SYMBOL net/rxrpc/rxrpc 0x61a23409 rxrpc_get_null_key +EXPORT_SYMBOL net/rxrpc/rxrpc 0x622f99cd rxrpc_kernel_get_srtt +EXPORT_SYMBOL net/rxrpc/rxrpc 0x6375abc8 rxrpc_kernel_set_tx_length +EXPORT_SYMBOL net/rxrpc/rxrpc 0x6ebc99cd rxrpc_kernel_charge_accept +EXPORT_SYMBOL net/rxrpc/rxrpc 0x74154f3f rxrpc_kernel_get_peer +EXPORT_SYMBOL net/rxrpc/rxrpc 0x816ff8af rxrpc_kernel_new_call_notification +EXPORT_SYMBOL net/rxrpc/rxrpc 0x83beaac6 rxrpc_kernel_abort_call +EXPORT_SYMBOL net/rxrpc/rxrpc 0x88a38182 rxrpc_kernel_check_life +EXPORT_SYMBOL net/rxrpc/rxrpc 0xb5cf7b3d rxrpc_kernel_send_data +EXPORT_SYMBOL net/rxrpc/rxrpc 0xc1d3c24c key_type_rxrpc +EXPORT_SYMBOL net/rxrpc/rxrpc 0xe2379170 rxrpc_kernel_recv_data +EXPORT_SYMBOL net/rxrpc/rxrpc 0xf88fc579 rxrpc_kernel_get_epoch +EXPORT_SYMBOL net/rxrpc/rxrpc 0xfa6678f6 rxrpc_sock_set_min_security_level +EXPORT_SYMBOL net/sctp/sctp 0xd35904cc sctp_do_peeloff +EXPORT_SYMBOL net/smc/smc 0x103463f5 __traceiter_smc_rx_recvmsg +EXPORT_SYMBOL net/smc/smc 0x1b1e06e1 __tracepoint_smc_rx_recvmsg +EXPORT_SYMBOL net/smc/smc 0x3153cc92 __SCK__tp_func_smc_rx_recvmsg +EXPORT_SYMBOL net/smc/smc 0x7a4ef1bf __traceiter_smcr_link_down +EXPORT_SYMBOL net/smc/smc 0x835d4d73 __traceiter_smc_switch_to_fallback +EXPORT_SYMBOL net/smc/smc 0x8989d6ae __tracepoint_smc_switch_to_fallback +EXPORT_SYMBOL net/smc/smc 0x99bf1b00 __tracepoint_smc_tx_sendmsg +EXPORT_SYMBOL net/smc/smc 0xaf90e073 __traceiter_smc_tx_sendmsg +EXPORT_SYMBOL net/smc/smc 0xb3f2d173 __SCK__tp_func_smc_tx_sendmsg +EXPORT_SYMBOL net/smc/smc 0xcd9701fe __tracepoint_smcr_link_down +EXPORT_SYMBOL net/smc/smc 0xe7dacb8d __SCK__tp_func_smcr_link_down +EXPORT_SYMBOL net/smc/smc 0xfb8cae0f __SCK__tp_func_smc_switch_to_fallback +EXPORT_SYMBOL net/sunrpc/auth_gss/auth_rpcgss 0x0ba32085 gss_pseudoflavor_to_service +EXPORT_SYMBOL net/sunrpc/auth_gss/auth_rpcgss 0x7054548e gss_mech_get +EXPORT_SYMBOL net/sunrpc/auth_gss/auth_rpcgss 0xd3690e03 gss_mech_put +EXPORT_SYMBOL net/sunrpc/sunrpc 0x5266a875 xdr_truncate_encode +EXPORT_SYMBOL net/sunrpc/sunrpc 0x8ea4c7be svc_pool_stats_open +EXPORT_SYMBOL net/sunrpc/sunrpc 0x9d6d0a14 xdr_restrict_buflen +EXPORT_SYMBOL net/tipc/tipc 0x0c416221 tipc_dump_done +EXPORT_SYMBOL net/tipc/tipc 0x9750a756 tipc_dump_start +EXPORT_SYMBOL net/tipc/tipc 0xafbab923 tipc_nl_sk_walk +EXPORT_SYMBOL net/tipc/tipc 0xdb954dcb tipc_sk_fill_sock_diag +EXPORT_SYMBOL net/tls/tls 0x655f66d7 tls_get_record +EXPORT_SYMBOL net/wireless/cfg80211 0x00dcff11 cfg80211_bss_flush +EXPORT_SYMBOL net/wireless/cfg80211 0x0133aff8 cfg80211_unlink_bss +EXPORT_SYMBOL net/wireless/cfg80211 0x06ca71fd cfg80211_chandef_create +EXPORT_SYMBOL net/wireless/cfg80211 0x07139532 wdev_chandef +EXPORT_SYMBOL net/wireless/cfg80211 0x07995095 cfg80211_disconnected +EXPORT_SYMBOL net/wireless/cfg80211 0x09a0fe3d cfg80211_tdls_oper_request +EXPORT_SYMBOL net/wireless/cfg80211 0x0a66a43b cfg80211_reg_can_beacon_relax +EXPORT_SYMBOL net/wireless/cfg80211 0x0c6946f3 ieee80211_get_num_supported_channels +EXPORT_SYMBOL net/wireless/cfg80211 0x0cc95bc2 ieee80211_s1g_channel_width +EXPORT_SYMBOL net/wireless/cfg80211 0x0e68656d cfg80211_nan_func_terminated +EXPORT_SYMBOL net/wireless/cfg80211 0x101fedac cfg80211_assoc_comeback +EXPORT_SYMBOL net/wireless/cfg80211 0x117aca91 cfg80211_merge_profile +EXPORT_SYMBOL net/wireless/cfg80211 0x145ebf06 cfg80211_probe_status +EXPORT_SYMBOL net/wireless/cfg80211 0x14f1eb37 cfg80211_iftype_allowed +EXPORT_SYMBOL net/wireless/cfg80211 0x17348bb1 cfg80211_register_netdevice +EXPORT_SYMBOL net/wireless/cfg80211 0x17b30a6d ieee80211_get_channel_khz +EXPORT_SYMBOL net/wireless/cfg80211 0x1879fcbd bridge_tunnel_header +EXPORT_SYMBOL net/wireless/cfg80211 0x1b5a3a7e cfg80211_sinfo_alloc_tid_stats +EXPORT_SYMBOL net/wireless/cfg80211 0x1ce2497f reg_query_regdb_wmm +EXPORT_SYMBOL net/wireless/cfg80211 0x1d380047 cfg80211_background_cac_abort +EXPORT_SYMBOL net/wireless/cfg80211 0x1e2a4af5 cfg80211_rx_mgmt_ext +EXPORT_SYMBOL net/wireless/cfg80211 0x1e924933 cfg80211_cqm_txe_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x23a468fb cfg80211_get_iftype_ext_capa +EXPORT_SYMBOL net/wireless/cfg80211 0x2465ed54 cfg80211_rx_unexpected_4addr_frame +EXPORT_SYMBOL net/wireless/cfg80211 0x27418549 cfg80211_get_bss +EXPORT_SYMBOL net/wireless/cfg80211 0x275269b3 ieee80211_ie_split_ric +EXPORT_SYMBOL net/wireless/cfg80211 0x275c97f0 cfg80211_get_ies_channel_number +EXPORT_SYMBOL net/wireless/cfg80211 0x28417d5a cfg80211_any_usable_channels +EXPORT_SYMBOL net/wireless/cfg80211 0x2889767c cfg80211_rx_mlme_mgmt +EXPORT_SYMBOL net/wireless/cfg80211 0x2c327e25 cfg80211_bss_iter +EXPORT_SYMBOL net/wireless/cfg80211 0x2e74e61c wiphy_unregister +EXPORT_SYMBOL net/wireless/cfg80211 0x31c58bb8 regulatory_set_wiphy_regd_sync +EXPORT_SYMBOL net/wireless/cfg80211 0x32f62984 cfg80211_rx_spurious_frame +EXPORT_SYMBOL net/wireless/cfg80211 0x3643b80f ieee80211_chandef_to_operating_class +EXPORT_SYMBOL net/wireless/cfg80211 0x391c4425 cfg80211_assoc_failure +EXPORT_SYMBOL net/wireless/cfg80211 0x3a893380 ieee80211_data_to_8023_exthdr +EXPORT_SYMBOL net/wireless/cfg80211 0x3add5d22 cfg80211_gtk_rekey_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x3b9a7aaa cfg80211_ch_switch_started_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x3d3ad8c8 cfg80211_cac_event +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 0x452dd013 cfg80211_bss_color_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x46ff300c ieee80211_get_response_rate +EXPORT_SYMBOL net/wireless/cfg80211 0x48c5f2e9 cfg80211_external_auth_request +EXPORT_SYMBOL net/wireless/cfg80211 0x4b41207e cfg80211_ft_event +EXPORT_SYMBOL net/wireless/cfg80211 0x4bdef6fb cfg80211_report_wowlan_wakeup +EXPORT_SYMBOL net/wireless/cfg80211 0x4d888bc1 cfg80211_calculate_bitrate +EXPORT_SYMBOL net/wireless/cfg80211 0x4dc7d436 cfg80211_ch_switch_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x5490b1cc cfg80211_del_sta_sinfo +EXPORT_SYMBOL net/wireless/cfg80211 0x5584448a ieee80211_channel_to_freq_khz +EXPORT_SYMBOL net/wireless/cfg80211 0x5bb883ec cfg80211_sched_scan_stopped +EXPORT_SYMBOL net/wireless/cfg80211 0x5beea87a cfg80211_remain_on_channel_expired +EXPORT_SYMBOL net/wireless/cfg80211 0x5e149571 cfg80211_auth_timeout +EXPORT_SYMBOL net/wireless/cfg80211 0x6071c388 cfg80211_rx_control_port +EXPORT_SYMBOL net/wireless/cfg80211 0x63ff1c69 cfg80211_check_combinations +EXPORT_SYMBOL net/wireless/cfg80211 0x65332a26 cfg80211_scan_done +EXPORT_SYMBOL net/wireless/cfg80211 0x669b019c cfg80211_cqm_beacon_loss_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x6936c9a9 cfg80211_stop_iface +EXPORT_SYMBOL net/wireless/cfg80211 0x69b18f43 rfc1042_header +EXPORT_SYMBOL net/wireless/cfg80211 0x6af2da31 cfg80211_connect_done +EXPORT_SYMBOL net/wireless/cfg80211 0x6bedf402 ieee80211_freq_khz_to_channel +EXPORT_SYMBOL net/wireless/cfg80211 0x6d66dc1d cfg80211_tx_mlme_mgmt +EXPORT_SYMBOL net/wireless/cfg80211 0x6f51b751 wiphy_apply_custom_regulatory +EXPORT_SYMBOL net/wireless/cfg80211 0x77f62364 cfg80211_port_authorized +EXPORT_SYMBOL net/wireless/cfg80211 0x77f62b31 wiphy_free +EXPORT_SYMBOL net/wireless/cfg80211 0x78f2a553 cfg80211_put_bss +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 0x7b9092f7 cfg80211_nan_match +EXPORT_SYMBOL net/wireless/cfg80211 0x7c3ac925 ieee80211_get_vht_max_nss +EXPORT_SYMBOL net/wireless/cfg80211 0x7ef39823 ieee80211_hdrlen +EXPORT_SYMBOL net/wireless/cfg80211 0x802c60c5 regulatory_hint +EXPORT_SYMBOL net/wireless/cfg80211 0x80cd825f cfg80211_michael_mic_failure +EXPORT_SYMBOL net/wireless/cfg80211 0x81e8dcc5 cfg80211_rx_unprot_mlme_mgmt +EXPORT_SYMBOL net/wireless/cfg80211 0x82ec46d2 cfg80211_tx_mgmt_expired +EXPORT_SYMBOL net/wireless/cfg80211 0x88930d5c cfg80211_chandef_dfs_required +EXPORT_SYMBOL net/wireless/cfg80211 0x8a1ecfb5 cfg80211_sta_opmode_change_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x8b7273ca cfg80211_ref_bss +EXPORT_SYMBOL net/wireless/cfg80211 0x8fa02936 cfg80211_free_nan_func +EXPORT_SYMBOL net/wireless/cfg80211 0x943a17ee cfg80211_crit_proto_stopped +EXPORT_SYMBOL net/wireless/cfg80211 0x97915fc9 wiphy_register +EXPORT_SYMBOL net/wireless/cfg80211 0x97b516c7 ieee80211_mandatory_rates +EXPORT_SYMBOL net/wireless/cfg80211 0x9aad8d35 freq_reg_info +EXPORT_SYMBOL net/wireless/cfg80211 0x9d6cba30 cfg80211_find_elem_match +EXPORT_SYMBOL net/wireless/cfg80211 0x9eb449d9 __cfg80211_radar_event +EXPORT_SYMBOL net/wireless/cfg80211 0xa1d9170f cfg80211_notify_new_peer_candidate +EXPORT_SYMBOL net/wireless/cfg80211 0xa2fb9f34 cfg80211_check_station_change +EXPORT_SYMBOL net/wireless/cfg80211 0xa381d837 cfg80211_get_drvinfo +EXPORT_SYMBOL net/wireless/cfg80211 0xa51f072c cfg80211_report_obss_beacon_khz +EXPORT_SYMBOL net/wireless/cfg80211 0xa751bb7c __cfg80211_send_event_skb +EXPORT_SYMBOL net/wireless/cfg80211 0xab43ccb3 cfg80211_sched_scan_stopped_locked +EXPORT_SYMBOL net/wireless/cfg80211 0xb50b4afa cfg80211_ready_on_channel +EXPORT_SYMBOL net/wireless/cfg80211 0xbbc00530 cfg80211_conn_failed +EXPORT_SYMBOL net/wireless/cfg80211 0xbd4d2ab1 cfg80211_update_owe_info_event +EXPORT_SYMBOL net/wireless/cfg80211 0xbfdd5752 cfg80211_roamed +EXPORT_SYMBOL net/wireless/cfg80211 0xbfe11333 cfg80211_mgmt_tx_status_ext +EXPORT_SYMBOL net/wireless/cfg80211 0xc01a1b6b cfg80211_iter_combinations +EXPORT_SYMBOL net/wireless/cfg80211 0xc416447e __cfg80211_alloc_event_skb +EXPORT_SYMBOL net/wireless/cfg80211 0xc4b4fc27 cfg80211_chandef_valid +EXPORT_SYMBOL net/wireless/cfg80211 0xc9319dc4 cfg80211_rx_assoc_resp +EXPORT_SYMBOL net/wireless/cfg80211 0xcc1a7c48 cfg80211_is_element_inherited +EXPORT_SYMBOL net/wireless/cfg80211 0xcc6467a3 cfg80211_control_port_tx_status +EXPORT_SYMBOL net/wireless/cfg80211 0xcd9b365c cfg80211_pmksa_candidate_notify +EXPORT_SYMBOL net/wireless/cfg80211 0xce55a413 regulatory_pre_cac_allowed +EXPORT_SYMBOL net/wireless/cfg80211 0xd127a1e9 cfg80211_send_layer2_update +EXPORT_SYMBOL net/wireless/cfg80211 0xd56d55f3 ieee80211_get_mesh_hdrlen +EXPORT_SYMBOL net/wireless/cfg80211 0xd58cdd13 cfg80211_cqm_pktloss_notify +EXPORT_SYMBOL net/wireless/cfg80211 0xd7ff9a26 wiphy_new_nm +EXPORT_SYMBOL net/wireless/cfg80211 0xd97eaad4 cfg80211_chandef_compatible +EXPORT_SYMBOL net/wireless/cfg80211 0xd9ec5828 cfg80211_inform_bss_frame_data +EXPORT_SYMBOL net/wireless/cfg80211 0xdb4f8f81 cfg80211_reg_can_beacon +EXPORT_SYMBOL net/wireless/cfg80211 0xdba126c1 reg_initiator_name +EXPORT_SYMBOL net/wireless/cfg80211 0xdd339f56 wiphy_read_of_freq_limits +EXPORT_SYMBOL net/wireless/cfg80211 0xdee2b139 cfg80211_sched_scan_results +EXPORT_SYMBOL net/wireless/cfg80211 0xe0ca40be cfg80211_unregister_wdev +EXPORT_SYMBOL net/wireless/cfg80211 0xe1923c36 cfg80211_ibss_joined +EXPORT_SYMBOL net/wireless/cfg80211 0xe66630f6 cfg80211_cqm_rssi_notify +EXPORT_SYMBOL net/wireless/cfg80211 0xe71301c7 cfg80211_inform_bss_data +EXPORT_SYMBOL net/wireless/cfg80211 0xe92de375 get_wiphy_regdom +EXPORT_SYMBOL net/wireless/cfg80211 0xe92ff4eb cfg80211_get_station +EXPORT_SYMBOL net/wireless/cfg80211 0xeaa1de5a cfg80211_chandef_usable +EXPORT_SYMBOL net/wireless/cfg80211 0xec56c451 __cfg80211_alloc_reply_skb +EXPORT_SYMBOL net/wireless/cfg80211 0xeeceaae6 cfg80211_classify8021d +EXPORT_SYMBOL net/wireless/cfg80211 0xf40bc2f5 ieee80211_operating_class_to_band +EXPORT_SYMBOL net/wireless/cfg80211 0xf4b43b00 ieee80211_get_hdrlen_from_skb +EXPORT_SYMBOL net/wireless/cfg80211 0xf537888c wiphy_rfkill_start_polling +EXPORT_SYMBOL net/wireless/cfg80211 0xf5596d89 cfg80211_get_p2p_attr +EXPORT_SYMBOL net/wireless/cfg80211 0xf7cccfcf cfg80211_new_sta +EXPORT_SYMBOL net/wireless/cfg80211 0xfa024d6e wiphy_rfkill_set_hw_state_reason +EXPORT_SYMBOL net/wireless/cfg80211 0xfc5cfa98 ieee80211_amsdu_to_8023s +EXPORT_SYMBOL net/wireless/cfg80211 0xfd6ada16 regulatory_set_wiphy_regd +EXPORT_SYMBOL net/wireless/lib80211 0x4f32f8e8 lib80211_crypt_info_free +EXPORT_SYMBOL net/wireless/lib80211 0x5c64b1b5 lib80211_unregister_crypto_ops +EXPORT_SYMBOL net/wireless/lib80211 0x659e688d lib80211_register_crypto_ops +EXPORT_SYMBOL net/wireless/lib80211 0x6a628eba lib80211_crypt_delayed_deinit +EXPORT_SYMBOL net/wireless/lib80211 0x7e8d3a98 lib80211_crypt_info_init +EXPORT_SYMBOL net/wireless/lib80211 0xac96a4a6 lib80211_get_crypto_ops +EXPORT_SYMBOL sound/ac97_bus 0xb7571c63 ac97_bus_type +EXPORT_SYMBOL sound/core/oss/snd-mixer-oss 0x95113819 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 0x2420704d snd_seq_create_kernel_client +EXPORT_SYMBOL sound/core/seq/snd-seq 0x3061c52d snd_use_lock_sync_helper +EXPORT_SYMBOL sound/core/seq/snd-seq 0x3fb4d161 snd_seq_kernel_client_dispatch +EXPORT_SYMBOL sound/core/seq/snd-seq 0x6bb71038 snd_seq_delete_kernel_client +EXPORT_SYMBOL sound/core/seq/snd-seq 0x7ac2f329 snd_seq_expand_var_event +EXPORT_SYMBOL sound/core/seq/snd-seq 0x7b8699eb snd_seq_event_port_detach +EXPORT_SYMBOL sound/core/seq/snd-seq 0xb8e448a0 snd_seq_set_queue_tempo +EXPORT_SYMBOL sound/core/seq/snd-seq 0xcca2fe66 snd_seq_kernel_client_enqueue +EXPORT_SYMBOL sound/core/seq/snd-seq 0xe934da1d snd_seq_dump_var_event +EXPORT_SYMBOL sound/core/seq/snd-seq 0xf5d757a5 snd_seq_kernel_client_write_poll +EXPORT_SYMBOL sound/core/seq/snd-seq 0xfc146eb1 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 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-emul 0xf912f0c8 snd_midi_process_event +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0x734e4fba 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 0xdd70dbf6 snd_midi_event_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 0x56d88bf5 snd_virmidi_new +EXPORT_SYMBOL sound/core/snd 0x02d441b4 snd_jack_report +EXPORT_SYMBOL sound/core/snd 0x066122dd snd_unregister_oss_device +EXPORT_SYMBOL sound/core/snd 0x0b225bda snd_ctl_free_one +EXPORT_SYMBOL sound/core/snd 0x1523a09a snd_ctl_unregister_ioctl +EXPORT_SYMBOL sound/core/snd 0x184e8130 snd_ctl_add +EXPORT_SYMBOL sound/core/snd 0x195976ec snd_jack_add_new_kctl +EXPORT_SYMBOL sound/core/snd 0x198788b4 snd_lookup_oss_minor_data +EXPORT_SYMBOL sound/core/snd 0x1c384e69 snd_card_disconnect +EXPORT_SYMBOL sound/core/snd 0x2209618d snd_info_free_entry +EXPORT_SYMBOL sound/core/snd 0x23dcffd5 snd_jack_set_parent +EXPORT_SYMBOL sound/core/snd 0x24a94b26 snd_info_get_line +EXPORT_SYMBOL sound/core/snd 0x284e4f7f snd_ctl_boolean_mono_info +EXPORT_SYMBOL sound/core/snd 0x3267e20c 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 0x3d1ac480 _snd_ctl_add_follower +EXPORT_SYMBOL sound/core/snd 0x3e08b728 snd_info_create_card_entry +EXPORT_SYMBOL sound/core/snd 0x4360a276 snd_card_set_id +EXPORT_SYMBOL sound/core/snd 0x43c4d0b7 snd_card_file_remove +EXPORT_SYMBOL sound/core/snd 0x460ca924 snd_ctl_replace +EXPORT_SYMBOL sound/core/snd 0x4a3ea5c0 snd_request_card +EXPORT_SYMBOL sound/core/snd 0x58f81953 snd_device_register +EXPORT_SYMBOL sound/core/snd 0x591b581a snd_ctl_notify +EXPORT_SYMBOL sound/core/snd 0x73076315 snd_pci_quirk_lookup_id +EXPORT_SYMBOL sound/core/snd 0x733a2e72 snd_card_new +EXPORT_SYMBOL sound/core/snd 0x7d2cf993 snd_jack_set_key +EXPORT_SYMBOL sound/core/snd 0x81f5ade1 snd_info_create_module_entry +EXPORT_SYMBOL sound/core/snd 0x82860e6b snd_ctl_notify_one +EXPORT_SYMBOL sound/core/snd 0x83784b44 snd_ctl_unregister_ioctl_compat +EXPORT_SYMBOL sound/core/snd 0x84c4d9ff snd_device_new +EXPORT_SYMBOL sound/core/snd 0x8ccd6676 snd_ctl_rename_id +EXPORT_SYMBOL sound/core/snd 0x8df3789f snd_oss_info_register +EXPORT_SYMBOL sound/core/snd 0x8f595b11 snd_major +EXPORT_SYMBOL sound/core/snd 0x91de8fb4 snd_seq_root +EXPORT_SYMBOL sound/core/snd 0x9c840d79 snd_device_free +EXPORT_SYMBOL sound/core/snd 0x9e4d3581 snd_power_wait +EXPORT_SYMBOL sound/core/snd 0x9e6d79f8 snd_info_get_str +EXPORT_SYMBOL sound/core/snd 0x9f2a53db snd_card_file_add +EXPORT_SYMBOL sound/core/snd 0xb217612e snd_card_free +EXPORT_SYMBOL sound/core/snd 0xb26738b4 snd_jack_new +EXPORT_SYMBOL sound/core/snd 0xb2e5ae4a snd_lookup_minor_data +EXPORT_SYMBOL sound/core/snd 0xb34e3207 snd_component_add +EXPORT_SYMBOL sound/core/snd 0xb3664388 snd_ctl_find_numid +EXPORT_SYMBOL sound/core/snd 0xb5904d57 snd_ctl_make_virtual_master +EXPORT_SYMBOL sound/core/snd 0xb9cb1f8c snd_register_oss_device +EXPORT_SYMBOL sound/core/snd 0xbba91297 snd_info_register +EXPORT_SYMBOL sound/core/snd 0xc34310cb snd_ctl_rename +EXPORT_SYMBOL sound/core/snd 0xc5a6d10b release_and_free_resource +EXPORT_SYMBOL sound/core/snd 0xc6177fa6 snd_ctl_find_id +EXPORT_SYMBOL sound/core/snd 0xca5aaa2a snd_ctl_remove +EXPORT_SYMBOL sound/core/snd 0xcc6a729f snd_ctl_enum_info +EXPORT_SYMBOL sound/core/snd 0xccb107f3 snd_ctl_remove_id +EXPORT_SYMBOL sound/core/snd 0xcdd74c9b snd_pci_quirk_lookup +EXPORT_SYMBOL sound/core/snd 0xe351a330 snd_register_device +EXPORT_SYMBOL sound/core/snd 0xe7ff2a5a snd_card_register +EXPORT_SYMBOL sound/core/snd 0xf24faabb snd_card_free_when_closed +EXPORT_SYMBOL sound/core/snd 0xf574fc1b snd_mixer_oss_notify_callback +EXPORT_SYMBOL sound/core/snd 0xf70b012a snd_ctl_register_ioctl +EXPORT_SYMBOL sound/core/snd 0xfbf844df snd_unregister_device +EXPORT_SYMBOL sound/core/snd 0xfc8a2bd9 snd_ctl_register_ioctl_compat +EXPORT_SYMBOL sound/core/snd 0xff041519 snd_ctl_boolean_stereo_info +EXPORT_SYMBOL sound/core/snd 0xfffd89db copy_from_user_toio +EXPORT_SYMBOL sound/core/snd-compress 0x315fcbf3 snd_compr_free_pages +EXPORT_SYMBOL sound/core/snd-compress 0x69fe491f snd_compr_malloc_pages +EXPORT_SYMBOL sound/core/snd-hwdep 0xe07b4d7f snd_hwdep_new +EXPORT_SYMBOL sound/core/snd-pcm 0x0283dfe3 _snd_pcm_hw_params_any +EXPORT_SYMBOL sound/core/snd-pcm 0x02e10225 snd_sgbuf_get_page +EXPORT_SYMBOL sound/core/snd-pcm 0x04cda566 snd_interval_refine +EXPORT_SYMBOL sound/core/snd-pcm 0x09684d29 snd_pcm_hw_param_first +EXPORT_SYMBOL sound/core/snd-pcm 0x11eba48e snd_pcm_create_iec958_consumer_hw_params +EXPORT_SYMBOL sound/core/snd-pcm 0x12b32c1b snd_pcm_hw_refine +EXPORT_SYMBOL sound/core/snd-pcm 0x1ba21adf snd_pcm_hw_constraint_msbits +EXPORT_SYMBOL sound/core/snd-pcm 0x1c16a8d2 snd_pcm_hw_constraint_ranges +EXPORT_SYMBOL sound/core/snd-pcm 0x1d027e4b snd_pcm_format_signed +EXPORT_SYMBOL sound/core/snd-pcm 0x1f6807a3 snd_sgbuf_get_chunk_size +EXPORT_SYMBOL sound/core/snd-pcm 0x25f636a9 snd_pcm_suspend_all +EXPORT_SYMBOL sound/core/snd-pcm 0x2d07056d snd_pcm_lib_ioctl +EXPORT_SYMBOL sound/core/snd-pcm 0x2d11b710 snd_pcm_hw_rule_noresample +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 0x3de3d665 __snd_pcm_lib_xfer +EXPORT_SYMBOL sound/core/snd-pcm 0x3e2ef701 snd_dma_buffer_mmap +EXPORT_SYMBOL sound/core/snd-pcm 0x4432c8e7 snd_pcm_lib_malloc_pages +EXPORT_SYMBOL sound/core/snd-pcm 0x4587be27 snd_sgbuf_get_addr +EXPORT_SYMBOL sound/core/snd-pcm 0x46f966ee snd_dma_alloc_pages_fallback +EXPORT_SYMBOL sound/core/snd-pcm 0x4a36a0e8 snd_pcm_lib_preallocate_free_for_all +EXPORT_SYMBOL sound/core/snd-pcm 0x4eb177b4 snd_dma_alloc_dir_pages +EXPORT_SYMBOL sound/core/snd-pcm 0x4f6a46dd snd_pcm_set_sync +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 0x55c16516 snd_pcm_hw_constraint_pow2 +EXPORT_SYMBOL sound/core/snd-pcm 0x599cb2bf snd_pcm_period_elapsed +EXPORT_SYMBOL sound/core/snd-pcm 0x5e7f4920 snd_pcm_format_set_silence +EXPORT_SYMBOL sound/core/snd-pcm 0x5f1a99b7 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 0x6ef8fcd8 snd_pcm_format_linear +EXPORT_SYMBOL sound/core/snd-pcm 0x779d7ea2 snd_pcm_set_managed_buffer_all +EXPORT_SYMBOL sound/core/snd-pcm 0x834dc955 snd_pcm_format_size +EXPORT_SYMBOL sound/core/snd-pcm 0x83954f37 snd_pcm_mmap_data +EXPORT_SYMBOL sound/core/snd-pcm 0x8470b9f7 snd_pcm_hw_constraint_minmax +EXPORT_SYMBOL sound/core/snd-pcm 0x8837c26c snd_pcm_lib_free_vmalloc_buffer +EXPORT_SYMBOL sound/core/snd-pcm 0x93da987e snd_pcm_hw_constraint_mask64 +EXPORT_SYMBOL sound/core/snd-pcm 0x94098ff8 snd_interval_list +EXPORT_SYMBOL sound/core/snd-pcm 0x94bfe977 snd_pcm_new_stream +EXPORT_SYMBOL sound/core/snd-pcm 0x96efdd8e snd_pcm_hw_rule_add +EXPORT_SYMBOL sound/core/snd-pcm 0x9b1a5732 snd_pcm_stop +EXPORT_SYMBOL sound/core/snd-pcm 0x9d5883f0 snd_pcm_period_elapsed_under_stream_lock +EXPORT_SYMBOL sound/core/snd-pcm 0x9e597c69 snd_pcm_lib_get_vmalloc_page +EXPORT_SYMBOL sound/core/snd-pcm 0xa1a08afb snd_pcm_lib_preallocate_pages_for_all +EXPORT_SYMBOL sound/core/snd-pcm 0xa29e02a3 snd_pcm_release_substream +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 0xb240de2d snd_pcm_lib_preallocate_pages +EXPORT_SYMBOL sound/core/snd-pcm 0xb4a5e787 snd_dma_free_pages +EXPORT_SYMBOL sound/core/snd-pcm 0xb4abf6e0 snd_pcm_open_substream +EXPORT_SYMBOL sound/core/snd-pcm 0xb5b04827 snd_pcm_hw_constraint_list +EXPORT_SYMBOL sound/core/snd-pcm 0xb806c59d _snd_pcm_lib_alloc_vmalloc_buffer +EXPORT_SYMBOL sound/core/snd-pcm 0xb9638db4 snd_pcm_rate_to_rate_bit +EXPORT_SYMBOL sound/core/snd-pcm 0xbd4df62a snd_pcm_hw_constraint_integer +EXPORT_SYMBOL sound/core/snd-pcm 0xbf262f3f snd_pcm_set_ops +EXPORT_SYMBOL sound/core/snd-pcm 0xc147783a snd_pcm_lib_free_pages +EXPORT_SYMBOL sound/core/snd-pcm 0xc21e6d20 snd_pcm_hw_constraint_ratdens +EXPORT_SYMBOL sound/core/snd-pcm 0xc40b57c6 snd_pcm_create_iec958_consumer +EXPORT_SYMBOL sound/core/snd-pcm 0xcf2dbd4d snd_pcm_kernel_ioctl +EXPORT_SYMBOL sound/core/snd-pcm 0xcfdd966f snd_pcm_hw_param_last +EXPORT_SYMBOL sound/core/snd-pcm 0xd5a602ec snd_pcm_hw_constraint_ratnums +EXPORT_SYMBOL sound/core/snd-pcm 0xdaf43539 snd_pcm_hw_constraint_step +EXPORT_SYMBOL sound/core/snd-pcm 0xe56a9336 snd_pcm_format_width +EXPORT_SYMBOL sound/core/snd-pcm 0xe993896a snd_pcm_set_managed_buffer +EXPORT_SYMBOL sound/core/snd-pcm 0xeab7295e snd_pcm_new +EXPORT_SYMBOL sound/core/snd-pcm 0xff6104d0 snd_pcm_rate_bit_to_rate +EXPORT_SYMBOL sound/core/snd-rawmidi 0x125ce8c8 snd_rawmidi_info_select +EXPORT_SYMBOL sound/core/snd-rawmidi 0x414e2ac6 snd_rawmidi_kernel_open +EXPORT_SYMBOL sound/core/snd-rawmidi 0x643ddb41 snd_rawmidi_receive +EXPORT_SYMBOL sound/core/snd-rawmidi 0x920e5ddd snd_rawmidi_transmit_peek +EXPORT_SYMBOL sound/core/snd-rawmidi 0x93ae3a84 snd_rawmidi_transmit_ack +EXPORT_SYMBOL sound/core/snd-rawmidi 0x9908977b snd_rawmidi_proceed +EXPORT_SYMBOL sound/core/snd-rawmidi 0xa65ef211 snd_rawmidi_drain_input +EXPORT_SYMBOL sound/core/snd-rawmidi 0xa945f497 snd_rawmidi_transmit +EXPORT_SYMBOL sound/core/snd-rawmidi 0xaf70f8f9 snd_rawmidi_drop_output +EXPORT_SYMBOL sound/core/snd-rawmidi 0xbb81343a snd_rawmidi_drain_output +EXPORT_SYMBOL sound/core/snd-rawmidi 0xc5f06cac snd_rawmidi_kernel_write +EXPORT_SYMBOL sound/core/snd-rawmidi 0xcdb82685 snd_rawmidi_output_params +EXPORT_SYMBOL sound/core/snd-rawmidi 0xcf6b468e snd_rawmidi_kernel_read +EXPORT_SYMBOL sound/core/snd-rawmidi 0xd00db4c7 snd_rawmidi_transmit_empty +EXPORT_SYMBOL sound/core/snd-rawmidi 0xd3399b01 snd_rawmidi_new +EXPORT_SYMBOL sound/core/snd-rawmidi 0xda512537 snd_rawmidi_set_ops +EXPORT_SYMBOL sound/core/snd-rawmidi 0xf2206f88 snd_rawmidi_input_params +EXPORT_SYMBOL sound/core/snd-rawmidi 0xf22dfb64 snd_rawmidi_kernel_release +EXPORT_SYMBOL sound/core/snd-seq-device 0x0791530a snd_seq_device_new +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-timer 0x0a513def snd_timer_notify +EXPORT_SYMBOL sound/core/snd-timer 0x10e5b7c3 snd_timer_continue +EXPORT_SYMBOL sound/core/snd-timer 0x25e480d4 snd_timer_instance_new +EXPORT_SYMBOL sound/core/snd-timer 0x32a8495d snd_timer_close +EXPORT_SYMBOL sound/core/snd-timer 0x42816e04 snd_timer_global_free +EXPORT_SYMBOL sound/core/snd-timer 0x7070af59 snd_timer_start +EXPORT_SYMBOL sound/core/snd-timer 0x89c7472e snd_timer_pause +EXPORT_SYMBOL sound/core/snd-timer 0x8eba5997 snd_timer_global_new +EXPORT_SYMBOL sound/core/snd-timer 0x8f26aaf0 snd_timer_interrupt +EXPORT_SYMBOL sound/core/snd-timer 0xd33bce2c snd_timer_resolution +EXPORT_SYMBOL sound/core/snd-timer 0xd43d84fa snd_timer_global_register +EXPORT_SYMBOL sound/core/snd-timer 0xd7e4e74f snd_timer_stop +EXPORT_SYMBOL sound/core/snd-timer 0xeb3d53ae snd_timer_instance_free +EXPORT_SYMBOL sound/core/snd-timer 0xf46cae31 snd_timer_new +EXPORT_SYMBOL sound/core/snd-timer 0xffe7ddc5 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 0xe4bdceab snd_mpu401_uart_new +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x05060a19 snd_opl3_regmap +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x410a2219 snd_opl3_init +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x49f02a97 snd_opl3_reset +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x4d550d54 snd_opl3_new +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x82bd5326 snd_opl3_timer_new +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0xaabd6788 snd_opl3_load_patch +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0xaf281bf7 snd_opl3_interrupt +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0xb5090b40 snd_opl3_create +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0xc2bbfdc6 snd_opl3_hwdep_new +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0xde2a41c8 snd_opl3_find_patch +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x1d45b680 snd_vx_setup_firmware +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x226138b0 snd_vx_threaded_irq_handler +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x2476d168 snd_vx_dsp_load +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x4632c0a3 snd_vx_resume +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x4e8d92cf snd_vx_load_boot_image +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x80c635ac snd_vx_free_firmware +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xae31f15e snd_vx_create +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xb209e1d5 snd_vx_suspend +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xb3ff3c29 snd_vx_check_reg_bit +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xeede2117 snd_vx_dsp_boot +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xf1f04d23 snd_vx_irq_handler +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x007faccc amdtp_stream_pcm_prepare +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x0a4adf92 amdtp_stream_update +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x1246509f amdtp_stream_destroy +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x20254e45 amdtp_syt_intervals +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x3552a157 iso_packets_buffer_init +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x38920346 amdtp_stream_add_pcm_hw_constraints +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x39508bb7 fw_iso_resources_update +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x53ca18e8 amdtp_rate_table +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x59141a57 fcp_avc_transaction +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x6174b082 amdtp_stream_pcm_abort +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x683dfe75 fw_iso_resources_destroy +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x7654e81f avc_general_set_sig_fmt +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x806d4e18 cmp_connection_establish +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x8302be33 fcp_bus_reset +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x93d63f66 snd_fw_transaction +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xa1018013 amdtp_stream_init +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xa214e3f9 cmp_connection_reserve +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xa63fd31f fw_iso_resources_init +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xbd10bceb fw_iso_resources_allocate +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xbe52a5eb cmp_connection_init +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xbf1ceb56 cmp_connection_destroy +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xc44a9729 avc_general_get_plug_info +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xc749c555 amdtp_stream_get_max_payload +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xcd21abce avc_general_get_sig_fmt +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xd82eb1a9 iso_packets_buffer_destroy +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xdbf46632 fw_iso_resources_free +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xe282ea7d amdtp_stream_set_parameters +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xe8b4fef6 cmp_connection_check_used +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xed368ec6 cmp_connection_release +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xf036f6ed cmp_connection_update +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xf591cd26 cmp_connection_break +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 0x90409705 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 0x860a573e snd_ak4113_suspend +EXPORT_SYMBOL sound/i2c/other/snd-ak4113 0xc5e3080b snd_ak4113_resume +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x167d951b snd_ak4114_create +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x3ef388b4 snd_ak4114_resume +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x50da0fd0 snd_ak4114_build +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0xa1bd1eae snd_ak4114_suspend +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0xb33efd37 snd_ak4114_external_rate +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0xc863cb8f snd_ak4114_reinit +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0xed5a3f5c snd_ak4114_check_rate_and_errors +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0xfcda2c81 snd_ak4114_reg_write +EXPORT_SYMBOL sound/i2c/other/snd-ak4xxx-adda 0x36d190aa snd_akm4xxx_init +EXPORT_SYMBOL sound/i2c/other/snd-ak4xxx-adda 0x6862ac3d snd_akm4xxx_write +EXPORT_SYMBOL sound/i2c/other/snd-ak4xxx-adda 0x83b7eaaa snd_akm4xxx_reset +EXPORT_SYMBOL sound/i2c/other/snd-ak4xxx-adda 0xc3aff4d7 snd_akm4xxx_build_controls +EXPORT_SYMBOL sound/i2c/other/snd-pt2258 0xb0cd89a2 snd_pt2258_reset +EXPORT_SYMBOL sound/i2c/other/snd-pt2258 0xe7264eb7 snd_pt2258_build_controls +EXPORT_SYMBOL sound/i2c/snd-cs8427 0x3bb8a645 snd_cs8427_iec958_active +EXPORT_SYMBOL sound/i2c/snd-cs8427 0x8b0f1345 snd_cs8427_create +EXPORT_SYMBOL sound/i2c/snd-cs8427 0xa9d6ffa8 snd_cs8427_reg_write +EXPORT_SYMBOL sound/i2c/snd-cs8427 0xb75bea73 snd_cs8427_iec958_pcm +EXPORT_SYMBOL sound/i2c/snd-cs8427 0xd2a34023 snd_cs8427_init +EXPORT_SYMBOL sound/i2c/snd-cs8427 0xe5968d7f snd_cs8427_iec958_build +EXPORT_SYMBOL sound/i2c/snd-i2c 0x0f4107d4 snd_i2c_readbytes +EXPORT_SYMBOL sound/i2c/snd-i2c 0x3fd6a65c snd_i2c_probeaddr +EXPORT_SYMBOL sound/i2c/snd-i2c 0x6dd34cd3 snd_i2c_bus_create +EXPORT_SYMBOL sound/i2c/snd-i2c 0x700b7c0b snd_i2c_sendbytes +EXPORT_SYMBOL sound/i2c/snd-i2c 0x9a2388a5 snd_i2c_device_create +EXPORT_SYMBOL sound/i2c/snd-i2c 0xb32fd869 snd_i2c_device_free +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x07ea21ff snd_ac97_update_power +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x0eb6a533 snd_ac97_set_rate +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x1d43e536 snd_ac97_bus +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x27bbf27e snd_ac97_get_short_name +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x42eafe83 snd_ac97_pcm_assign +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x6a816969 snd_ac97_update +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x7e77c62e snd_ac97_suspend +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x7f3fc165 snd_ac97_mixer +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x9f81d9d3 snd_ac97_pcm_open +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xa5d52229 snd_ac97_pcm_close +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xadffa937 snd_ac97_update_bits +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xb43455a7 snd_ac97_pcm_double_rate_rules +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xb8f92818 snd_ac97_resume +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xbca0b493 snd_ac97_write +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xc6fa0051 snd_ac97_tune_hardware +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xd8012ba3 snd_ac97_write_cache +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xdacb49b0 snd_ac97_read +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x2c487691 snd_emu10k1_synth_copy_from_user +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x3109bd85 snd_emu10k1_synth_bzero +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x396d399a snd_emu10k1_ptr_read +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x5edede6b snd_emu10k1_memblk_map +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x94e1fa70 snd_emu10k1_synth_free +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x9b0bef7b snd_emu10k1_synth_alloc +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0xc78f4db9 snd_emu10k1_voice_alloc +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0xc9275a41 snd_emu10k1_voice_free +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0xf9ec1d7b snd_emu10k1_ptr_write +EXPORT_SYMBOL sound/pci/ice1712/snd-ice17xx-ak4xxx 0x0b4e0eb1 snd_ice1712_akm4xxx_init +EXPORT_SYMBOL sound/pci/ice1712/snd-ice17xx-ak4xxx 0x5fae02ce snd_ice1712_akm4xxx_build_controls +EXPORT_SYMBOL sound/pci/ice1712/snd-ice17xx-ak4xxx 0xc902904e snd_ice1712_akm4xxx_free +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x0d2a1793 oxygen_write_i2c +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x11af2f38 oxygen_pci_probe +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x24d10696 oxygen_read32 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x4fa75560 oxygen_read_ac97 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x53d64766 oxygen_update_dac_routing +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x5466444a oxygen_write_ac97 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x5d965fb4 oxygen_read8 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x6f7fe52e oxygen_reset_uart +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x7da3803b oxygen_write_ac97_masked +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x82aaccdc oxygen_write8 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x877cee36 oxygen_write_uart +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x887938be oxygen_write16_masked +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xa0a69fdd oxygen_write32_masked +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xb09beacf oxygen_write8_masked +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xb9350ae7 oxygen_pci_pm +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xb976de83 oxygen_read16 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xbdce1817 oxygen_pci_shutdown +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xc0858a73 oxygen_write_spi +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xd7ce3e8c oxygen_write16 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xe2dd7080 oxygen_write32 +EXPORT_SYMBOL sound/pci/trident/snd-trident 0x12e65f13 snd_trident_start_voice +EXPORT_SYMBOL sound/pci/trident/snd-trident 0x2cce51f1 snd_trident_free_voice +EXPORT_SYMBOL sound/pci/trident/snd-trident 0x7d5afbd5 snd_trident_alloc_voice +EXPORT_SYMBOL sound/pci/trident/snd-trident 0xbdb1f27d snd_trident_stop_voice +EXPORT_SYMBOL sound/pci/trident/snd-trident 0xf69fa2cb 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 0x7a34f7af snd_amd_acp_find_config +EXPORT_SYMBOL sound/soc/amd/snd-acp-config 0xe2652a44 snd_soc_acpi_amd_rmb_sof_machines +EXPORT_SYMBOL sound/soc/amd/snd-acp-config 0xe55b94f0 snd_soc_acpi_amd_sof_machines +EXPORT_SYMBOL sound/soc/codecs/snd-soc-adau1372 0x29fb919e adau1372_probe +EXPORT_SYMBOL sound/soc/codecs/snd-soc-lpass-wsa-macro 0x9934b339 wsa_macro_set_spkr_mode +EXPORT_SYMBOL sound/soc/codecs/snd-soc-pcm3060 0xbf5925dc pcm3060_regmap +EXPORT_SYMBOL sound/soc/codecs/snd-soc-pcm3060 0xc9d0f2e1 pcm3060_probe +EXPORT_SYMBOL sound/soc/codecs/snd-soc-rt715 0xed2acb24 hda_to_sdw +EXPORT_SYMBOL sound/soc/codecs/snd-soc-tlv320aic23 0x26773279 tlv320aic23_regmap +EXPORT_SYMBOL sound/soc/codecs/snd-soc-tlv320aic23 0xd706eca5 tlv320aic23_probe +EXPORT_SYMBOL sound/soc/codecs/snd-soc-tlv320aic32x4 0x12841b9f aic32x4_remove +EXPORT_SYMBOL sound/soc/codecs/snd-soc-tlv320aic32x4 0x8f70553f aic32x4_regmap_config +EXPORT_SYMBOL sound/soc/codecs/snd-soc-tlv320aic32x4 0xd3b0eca3 aic32x4_probe +EXPORT_SYMBOL sound/soc/codecs/snd-soc-tlv320aic3x 0x0864d896 aic3x_probe +EXPORT_SYMBOL sound/soc/codecs/snd-soc-tlv320aic3x 0x6d36b893 aic3x_remove +EXPORT_SYMBOL sound/soc/codecs/snd-soc-wcd-mbhc 0x3a195ca9 wcd_mbhc_get_impedance +EXPORT_SYMBOL sound/soc/codecs/snd-soc-wcd-mbhc 0x768d2933 wcd_mbhc_init +EXPORT_SYMBOL sound/soc/codecs/snd-soc-wcd-mbhc 0x789ebe56 wcd_mbhc_set_hph_type +EXPORT_SYMBOL sound/soc/codecs/snd-soc-wcd-mbhc 0xa5758a49 wcd_mbhc_get_hph_type +EXPORT_SYMBOL sound/soc/codecs/snd-soc-wcd-mbhc 0xd094df47 wcd_mbhc_deinit +EXPORT_SYMBOL sound/soc/codecs/snd-soc-wcd-mbhc 0xe2beca26 wcd_mbhc_stop +EXPORT_SYMBOL sound/soc/codecs/snd-soc-wcd-mbhc 0xe8304e2d wcd_dt_parse_mbhc_data +EXPORT_SYMBOL sound/soc/codecs/snd-soc-wcd-mbhc 0xe84bef5f wcd_mbhc_start +EXPORT_SYMBOL sound/soc/fsl/snd-soc-fsl-utils 0x1c61c6a9 fsl_asoc_reparent_pll_clocks +EXPORT_SYMBOL sound/soc/fsl/snd-soc-fsl-utils 0x380c5cd0 fsl_asoc_get_dma_channel +EXPORT_SYMBOL sound/soc/fsl/snd-soc-fsl-utils 0x9a211c5c fsl_asoc_get_pll_clocks +EXPORT_SYMBOL sound/soc/mediatek/mt8192/snd-soc-mt8192-afe 0x728b53f1 mt8192_afe_gpio_request +EXPORT_SYMBOL sound/soc/mediatek/mt8192/snd-soc-mt8192-afe 0xc94a4b95 mt8192_afe_gpio_init +EXPORT_SYMBOL sound/soc/qcom/qdsp6/q6afe 0x0b22de04 q6afe_unvote_lpass_core_hw +EXPORT_SYMBOL sound/soc/qcom/qdsp6/q6afe 0x2082b8c0 q6afe_vote_lpass_core_hw +EXPORT_SYMBOL sound/soc/snd-soc-core 0x3130f035 snd_soc_alloc_ac97_component +EXPORT_SYMBOL sound/soc/sof/imx/imx-common 0x0f6fc47b imx8_disable_clocks +EXPORT_SYMBOL sound/soc/sof/imx/imx-common 0x45cc1ef8 imx8_enable_clocks +EXPORT_SYMBOL sound/soc/sof/imx/imx-common 0x885b887d imx8_parse_clocks +EXPORT_SYMBOL sound/soc/sof/imx/imx-common 0xc4409fbb imx8_dump +EXPORT_SYMBOL sound/soc/sof/mediatek/mtk-adsp-common 0x9b580cb3 mtk_adsp_dump +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x00abc1f0 snd_sof_complete +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x0624ffc6 sof_dai_get_mclk +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x3124bbe3 sof_io_read +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x3259c5f3 sof_compressed_ops +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x331b8338 sof_ipc_msg_data +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x3384050a snd_sof_run_firmware +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x368c6727 sof_debug_check_flag +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x39277c5a snd_sof_dsp_panic +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x3ab92d90 sof_print_oops_and_stack +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x3cc6b2ef sof_widget_setup +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x40dea086 sof_io_write +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x4a434a0a sof_stream_pcm_close +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x4a816521 sof_mailbox_read +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x4c925a78 snd_sof_dsp_update_bits64_unlocked +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x5dfc6cac snd_sof_dsp_update_bits64 +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x5fbc5f70 sof_stream_pcm_open +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x668af29f snd_sof_runtime_resume +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x69f50441 snd_sof_suspend +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x6b461774 snd_sof_runtime_suspend +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x6bc75879 snd_sof_handle_fw_exception +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x7d15e99c snd_sof_ipc_free +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x7d7fc6f0 snd_sof_runtime_idle +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x7d8d3a85 snd_sof_ipc_get_reply +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x9001b280 sof_dai_get_bclk +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x90394c64 snd_sof_dsp_update_bits_forced +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x93f678b6 sof_mailbox_write +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x976af6f5 snd_sof_pci_update_bits +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xa1207bb2 sof_io_write64 +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xa4cf8ce2 sof_io_read64 +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xa4e69061 sof_ipc_tx_message +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xa6fbcc7d snd_sof_load_topology +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xa715fa50 snd_sof_pcm_period_elapsed +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xa9e5ebb0 snd_sof_dsp_dbg_dump +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xaefedb8a snd_sof_fw_unload +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xb0490a17 sof_ipc_set_get_data +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xb274d62a snd_sof_dsp_update_bits_unlocked +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xb3779a37 snd_sof_dsp_only_d0i3_compatible_stream_active +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xb7e24085 snd_sof_device_probe_completed +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xb80acd5c snd_sof_resume +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xbd77b698 sof_block_read +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xbdaa4ff8 snd_sof_prepare +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xbe38b325 snd_sof_ipc_reply +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xbed71e58 sof_widget_free +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xbfe0a281 snd_sof_device_shutdown +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xc3a227a2 snd_sof_load_firmware_memcpy +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xca357245 sof_machine_unregister +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xcb3e70f9 sof_machine_register +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xd0152366 sof_machine_check +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xd1ec90d0 snd_sof_load_firmware_raw +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xd1f6170a snd_sof_device_remove +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xddb58b3e sof_set_fw_state +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xe13bddc3 snd_sof_dsp_update_bits +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xe64bf5d9 snd_sof_device_probe +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xea0a19a4 sof_set_stream_data_offset +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xf45ea98a sof_block_write +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xf4a57ec8 sof_ipc_tx_message_no_pm +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xfcf262b8 sof_pcm_dai_link_fixup +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xfdee024a snd_sof_ipc_init +EXPORT_SYMBOL sound/soc/sof/snd-sof-of 0x8aea3bb5 sof_of_probe +EXPORT_SYMBOL sound/soc/sof/snd-sof-of 0xb46e9dc5 sof_of_shutdown +EXPORT_SYMBOL sound/soc/sof/snd-sof-of 0xb4ea04e4 sof_of_remove +EXPORT_SYMBOL sound/soc/sof/snd-sof-of 0xdc454194 sof_of_pm +EXPORT_SYMBOL sound/soc/sof/snd-sof-utils 0xb1bfe2b8 snd_sof_create_page_table +EXPORT_SYMBOL sound/soundcore 0x35d0388d register_sound_special_device +EXPORT_SYMBOL sound/soundcore 0x7afc9d8a unregister_sound_mixer +EXPORT_SYMBOL sound/soundcore 0x7b965fb8 register_sound_special +EXPORT_SYMBOL sound/soundcore 0x99c95fa5 unregister_sound_special +EXPORT_SYMBOL sound/soundcore 0xcad45d59 register_sound_dsp +EXPORT_SYMBOL sound/soundcore 0xcd083b10 unregister_sound_dsp +EXPORT_SYMBOL sound/soundcore 0xe2975eca sound_class +EXPORT_SYMBOL sound/soundcore 0xf0b114bd register_sound_mixer +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0x12f48e93 snd_emux_register +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0x3f26ab0e snd_emux_terminate_all +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0x3f9b281c snd_emux_new +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0x4dfa434b snd_emux_free +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0x655cb202 snd_sf_linear_to_log +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0xbe62948b snd_emux_unlock_voice +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0xd88e9ef3 snd_emux_lock_voice +EXPORT_SYMBOL sound/synth/snd-util-mem 0x0eda33fa snd_util_memhdr_new +EXPORT_SYMBOL sound/synth/snd-util-mem 0x2a48197f snd_util_mem_alloc +EXPORT_SYMBOL sound/synth/snd-util-mem 0x6517719f __snd_util_mem_free +EXPORT_SYMBOL sound/synth/snd-util-mem 0x914f3491 snd_util_memhdr_free +EXPORT_SYMBOL sound/synth/snd-util-mem 0x9223e14b snd_util_mem_free +EXPORT_SYMBOL sound/synth/snd-util-mem 0x9adc8c44 __snd_util_memblk_new +EXPORT_SYMBOL sound/synth/snd-util-mem 0xc59655e4 snd_util_mem_avail +EXPORT_SYMBOL sound/synth/snd-util-mem 0xd28dc0da __snd_util_mem_alloc +EXPORT_SYMBOL sound/usb/snd-usbmidi-lib 0x16756dc0 snd_usbmidi_input_start +EXPORT_SYMBOL sound/usb/snd-usbmidi-lib 0x63343b1d snd_usbmidi_input_stop +EXPORT_SYMBOL sound/usb/snd-usbmidi-lib 0xb2af19e1 snd_usbmidi_resume +EXPORT_SYMBOL sound/usb/snd-usbmidi-lib 0xb573a7bd __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 0x001a4e81 qdisc_tree_reduce_backlog +EXPORT_SYMBOL vmlinux 0x00205132 mipi_dsi_dcs_set_tear_off +EXPORT_SYMBOL vmlinux 0x002c6797 __xfrm_state_destroy +EXPORT_SYMBOL vmlinux 0x003a5816 of_clk_get +EXPORT_SYMBOL vmlinux 0x0042197f __splice_from_pipe +EXPORT_SYMBOL vmlinux 0x00478293 inode_permission +EXPORT_SYMBOL vmlinux 0x0049d16c setattr_copy +EXPORT_SYMBOL vmlinux 0x004f8a15 i2c_smbus_write_word_data +EXPORT_SYMBOL vmlinux 0x005ba56e devfreq_monitor_stop +EXPORT_SYMBOL vmlinux 0x00618968 xp_dma_sync_for_device_slow +EXPORT_SYMBOL vmlinux 0x008d3d61 mipi_dsi_dcs_get_power_mode +EXPORT_SYMBOL vmlinux 0x00928200 trace_print_hex_dump_seq +EXPORT_SYMBOL vmlinux 0x00b4e615 posix_acl_equiv_mode +EXPORT_SYMBOL vmlinux 0x00b5e1da tegra_ahb_enable_smmu +EXPORT_SYMBOL vmlinux 0x00cd096a xfrm6_input_addr +EXPORT_SYMBOL vmlinux 0x00cd59fb vmalloc_to_page +EXPORT_SYMBOL vmlinux 0x00d7e722 vme_lm_count +EXPORT_SYMBOL vmlinux 0x00d9d2e6 add_to_page_cache_lru +EXPORT_SYMBOL vmlinux 0x00e44e40 simple_open +EXPORT_SYMBOL vmlinux 0x00edc410 genphy_check_and_restart_aneg +EXPORT_SYMBOL vmlinux 0x00f67af5 __getblk_gfp +EXPORT_SYMBOL vmlinux 0x00f93d32 ptp_clock_unregister +EXPORT_SYMBOL vmlinux 0x00fa405c blk_mq_start_request +EXPORT_SYMBOL vmlinux 0x01000e51 schedule +EXPORT_SYMBOL vmlinux 0x0107e8d7 devm_extcon_unregister_notifier +EXPORT_SYMBOL vmlinux 0x010dd4fb pci_disable_link_state +EXPORT_SYMBOL vmlinux 0x01156ae4 utf8_strncasecmp_folded +EXPORT_SYMBOL vmlinux 0x011f0493 netdev_has_any_upper_dev +EXPORT_SYMBOL vmlinux 0x0129c4f8 par_io_data_set +EXPORT_SYMBOL vmlinux 0x012bf000 of_pci_range_to_resource +EXPORT_SYMBOL vmlinux 0x012de2ea xudma_rchanrt_read +EXPORT_SYMBOL vmlinux 0x013f26ae dma_fence_get_stub +EXPORT_SYMBOL vmlinux 0x0147812c kblockd_mod_delayed_work_on +EXPORT_SYMBOL vmlinux 0x01505d85 imx_scu_call_rpc +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 0x018bb1ab __ip4_datagram_connect +EXPORT_SYMBOL vmlinux 0x0197617e bh_uptodate_or_lock +EXPORT_SYMBOL vmlinux 0x01b6865c xa_get_mark +EXPORT_SYMBOL vmlinux 0x01bf55fc paddr_vmcoreinfo_note +EXPORT_SYMBOL vmlinux 0x01cdf204 mntput +EXPORT_SYMBOL vmlinux 0x01d66a6a ip6_fraglist_prepare +EXPORT_SYMBOL vmlinux 0x01d7a6d9 mdiobb_read +EXPORT_SYMBOL vmlinux 0x01dc8a99 qman_update_cgr_safe +EXPORT_SYMBOL vmlinux 0x01ec7994 of_get_i2c_adapter_by_node +EXPORT_SYMBOL vmlinux 0x01fdeb2a param_set_uint +EXPORT_SYMBOL vmlinux 0x0209f3a7 secure_ipv6_port_ephemeral +EXPORT_SYMBOL vmlinux 0x020dbf27 bitmap_alloc +EXPORT_SYMBOL vmlinux 0x021afe6c ip_sock_set_mtu_discover +EXPORT_SYMBOL vmlinux 0x02293ac3 dma_fence_chain_ops +EXPORT_SYMBOL vmlinux 0x0233a61d vme_bus_num +EXPORT_SYMBOL vmlinux 0x02400733 pm860x_set_bits +EXPORT_SYMBOL vmlinux 0x0248efd3 kstrtobool_from_user +EXPORT_SYMBOL vmlinux 0x02657bf8 sdev_enable_disk_events +EXPORT_SYMBOL vmlinux 0x0274dc2b netif_get_num_default_rss_queues +EXPORT_SYMBOL vmlinux 0x0291c5d6 key_validate +EXPORT_SYMBOL vmlinux 0x0296695f refcount_warn_saturate +EXPORT_SYMBOL vmlinux 0x0299b8ec truncate_pagecache_range +EXPORT_SYMBOL vmlinux 0x02a884c2 acpi_match_device_ids +EXPORT_SYMBOL vmlinux 0x02b90dc7 iter_file_splice_write +EXPORT_SYMBOL vmlinux 0x02be6815 flow_rule_match_meta +EXPORT_SYMBOL vmlinux 0x02c065f8 ucc_set_qe_mux_mii_mng +EXPORT_SYMBOL vmlinux 0x02c63d98 __folio_start_writeback +EXPORT_SYMBOL vmlinux 0x02c8843c fman_reset_mac +EXPORT_SYMBOL vmlinux 0x02cd8cad rproc_detach +EXPORT_SYMBOL vmlinux 0x02eb2b08 acpi_dev_get_first_match_dev +EXPORT_SYMBOL vmlinux 0x02f85927 d_alloc_name +EXPORT_SYMBOL vmlinux 0x02faad12 io_uring_get_socket +EXPORT_SYMBOL vmlinux 0x030399bf remap_vmalloc_range +EXPORT_SYMBOL vmlinux 0x031421dd lock_rename +EXPORT_SYMBOL vmlinux 0x0334795d icst307_s2div +EXPORT_SYMBOL vmlinux 0x0334da4e scsi_command_size_tbl +EXPORT_SYMBOL vmlinux 0x03366460 unregister_netdev +EXPORT_SYMBOL vmlinux 0x0349726f tegra194_miscreg_mask_serror +EXPORT_SYMBOL vmlinux 0x034ca8ed i2c_get_adapter +EXPORT_SYMBOL vmlinux 0x03524ff0 __of_get_address +EXPORT_SYMBOL vmlinux 0x0360d67f make_flow_keys_digest +EXPORT_SYMBOL vmlinux 0x0366307a console_suspend_enabled +EXPORT_SYMBOL vmlinux 0x036cce78 tty_termios_input_baud_rate +EXPORT_SYMBOL vmlinux 0x0375641d fuse_mount_destroy +EXPORT_SYMBOL vmlinux 0x037a0cba kfree +EXPORT_SYMBOL vmlinux 0x03815f35 ledtrig_disk_activity +EXPORT_SYMBOL vmlinux 0x038c4de9 of_graph_get_next_endpoint +EXPORT_SYMBOL vmlinux 0x0397edd5 fb_edid_to_monspecs +EXPORT_SYMBOL vmlinux 0x03b814ca bpf_dispatcher_xdp_func +EXPORT_SYMBOL vmlinux 0x03bf0e5a acpi_walk_resource_buffer +EXPORT_SYMBOL vmlinux 0x03c574b0 cfb_fillrect +EXPORT_SYMBOL vmlinux 0x03e3f549 __filemap_set_wb_err +EXPORT_SYMBOL vmlinux 0x03f12fc5 dev_mc_add +EXPORT_SYMBOL vmlinux 0x03fd2571 vm_unmap_ram +EXPORT_SYMBOL vmlinux 0x040dfec8 PageMovable +EXPORT_SYMBOL vmlinux 0x0411191c inode_set_bytes +EXPORT_SYMBOL vmlinux 0x0436b540 xp_raw_get_data +EXPORT_SYMBOL vmlinux 0x044154c6 tc_skb_ext_tc +EXPORT_SYMBOL vmlinux 0x044304b5 device_get_mac_address +EXPORT_SYMBOL vmlinux 0x04482cdb __refrigerator +EXPORT_SYMBOL vmlinux 0x044bb84d blk_post_runtime_resume +EXPORT_SYMBOL vmlinux 0x044f0ad9 get_random_u16 +EXPORT_SYMBOL vmlinux 0x04673adb qman_ip_rev +EXPORT_SYMBOL vmlinux 0x0474edef kstrtou16_from_user +EXPORT_SYMBOL vmlinux 0x0479aac1 seq_list_next_rcu +EXPORT_SYMBOL vmlinux 0x047bb420 sock_kfree_s +EXPORT_SYMBOL vmlinux 0x047c7d8b kthread_associate_blkcg +EXPORT_SYMBOL vmlinux 0x0484c6c4 acpi_enter_sleep_state_prep +EXPORT_SYMBOL vmlinux 0x04863e28 hdmi_audio_infoframe_pack_only +EXPORT_SYMBOL vmlinux 0x048f8948 register_mii_tstamp_controller +EXPORT_SYMBOL vmlinux 0x0492af00 read_cache_page_gfp +EXPORT_SYMBOL vmlinux 0x04984998 mmc_is_req_done +EXPORT_SYMBOL vmlinux 0x04d24402 iwe_stream_add_point +EXPORT_SYMBOL vmlinux 0x04da448f netpoll_poll_dev +EXPORT_SYMBOL vmlinux 0x04ea5d10 ksize +EXPORT_SYMBOL vmlinux 0x04ea5f6d request_firmware +EXPORT_SYMBOL vmlinux 0x04ec6e21 ip6_output +EXPORT_SYMBOL vmlinux 0x04f4f07e netif_set_tso_max_segs +EXPORT_SYMBOL vmlinux 0x050877b9 dmi_first_match +EXPORT_SYMBOL vmlinux 0x051ce008 register_netdev +EXPORT_SYMBOL vmlinux 0x051d58e8 dma_fence_wait_any_timeout +EXPORT_SYMBOL vmlinux 0x051f8dfe vlan_vids_add_by_dev +EXPORT_SYMBOL vmlinux 0x05240ee7 percpu_counter_batch +EXPORT_SYMBOL vmlinux 0x053b8203 unregister_qdisc +EXPORT_SYMBOL vmlinux 0x054496b4 schedule_timeout_interruptible +EXPORT_SYMBOL vmlinux 0x055e77e8 jiffies_64 +EXPORT_SYMBOL vmlinux 0x0562dc30 __sg_page_iter_start +EXPORT_SYMBOL vmlinux 0x056bcf7b dm_read_arg +EXPORT_SYMBOL vmlinux 0x057d1af4 phy_detach +EXPORT_SYMBOL vmlinux 0x058643af mipi_dsi_picture_parameter_set +EXPORT_SYMBOL vmlinux 0x0589cba4 tcp_seq_start +EXPORT_SYMBOL vmlinux 0x058dc892 fb_pan_display +EXPORT_SYMBOL vmlinux 0x058fe15e input_get_keycode +EXPORT_SYMBOL vmlinux 0x05960c20 __SetPageMovable +EXPORT_SYMBOL vmlinux 0x059b0b2b mmc_erase +EXPORT_SYMBOL vmlinux 0x059de187 rawv6_mh_filter_unregister +EXPORT_SYMBOL vmlinux 0x059e1482 __traceiter_dma_fence_emit +EXPORT_SYMBOL vmlinux 0x05e0469d sock_rfree +EXPORT_SYMBOL vmlinux 0x05ee7e3c dump_emit +EXPORT_SYMBOL vmlinux 0x05f64fd7 arp_xmit +EXPORT_SYMBOL vmlinux 0x060ba97c gen_pool_free_owner +EXPORT_SYMBOL vmlinux 0x060f954b md_bitmap_start_sync +EXPORT_SYMBOL vmlinux 0x061651be strcat +EXPORT_SYMBOL vmlinux 0x0627007b wireless_send_event +EXPORT_SYMBOL vmlinux 0x0634100a bitmap_parselist_user +EXPORT_SYMBOL vmlinux 0x06490965 uart_suspend_port +EXPORT_SYMBOL vmlinux 0x066277bb file_path +EXPORT_SYMBOL vmlinux 0x0668b595 _kstrtoul +EXPORT_SYMBOL vmlinux 0x067e59c5 jbd2_journal_errno +EXPORT_SYMBOL vmlinux 0x06876fd8 inet_del_offload +EXPORT_SYMBOL vmlinux 0x0696e0bc crypto_sha512_finup +EXPORT_SYMBOL vmlinux 0x06a9f6e9 eth_commit_mac_addr_change +EXPORT_SYMBOL vmlinux 0x06b510de __netif_napi_del +EXPORT_SYMBOL vmlinux 0x06bd88b5 ucs2_strnlen +EXPORT_SYMBOL vmlinux 0x06caa704 of_phy_register_fixed_link +EXPORT_SYMBOL vmlinux 0x06d11488 __bitmap_equal +EXPORT_SYMBOL vmlinux 0x07071ed5 no_seek_end_llseek_size +EXPORT_SYMBOL vmlinux 0x07098248 xz_dec_microlzma_alloc +EXPORT_SYMBOL vmlinux 0x0711edc8 xudma_dev_get_tisci_rm +EXPORT_SYMBOL vmlinux 0x0713ac4d devm_of_iomap +EXPORT_SYMBOL vmlinux 0x072f901c vme_master_rmw +EXPORT_SYMBOL vmlinux 0x073810d4 truncate_pagecache +EXPORT_SYMBOL vmlinux 0x073f10b1 folio_mapping +EXPORT_SYMBOL vmlinux 0x0745a981 xa_erase +EXPORT_SYMBOL vmlinux 0x074eb6c8 __scsi_execute +EXPORT_SYMBOL vmlinux 0x074f7c37 t10_pi_type3_ip +EXPORT_SYMBOL vmlinux 0x075407d9 mmc_command_done +EXPORT_SYMBOL vmlinux 0x077a4851 phy_ethtool_get_wol +EXPORT_SYMBOL vmlinux 0x0781ec97 logic_insl +EXPORT_SYMBOL vmlinux 0x07919761 lookup_one +EXPORT_SYMBOL vmlinux 0x079bc5f5 inc_node_page_state +EXPORT_SYMBOL vmlinux 0x07a890c8 fb_alloc_cmap +EXPORT_SYMBOL vmlinux 0x07c10dd0 init_special_inode +EXPORT_SYMBOL vmlinux 0x07cc4a5d printk_timed_ratelimit +EXPORT_SYMBOL vmlinux 0x07ceeac9 panic_notifier_list +EXPORT_SYMBOL vmlinux 0x07d67819 cdrom_get_media_event +EXPORT_SYMBOL vmlinux 0x07db17be qman_create_fq +EXPORT_SYMBOL vmlinux 0x07dc1e67 xsk_clear_tx_need_wakeup +EXPORT_SYMBOL vmlinux 0x07de7e17 tcp_v4_mtu_reduced +EXPORT_SYMBOL vmlinux 0x07e08b0e pci_ep_cfs_remove_epf_group +EXPORT_SYMBOL vmlinux 0x07f0c382 pci_ep_cfs_remove_epc_group +EXPORT_SYMBOL vmlinux 0x07f57478 pci_unmap_iospace +EXPORT_SYMBOL vmlinux 0x07fd85e9 security_inode_init_security +EXPORT_SYMBOL vmlinux 0x0800473f __cond_resched +EXPORT_SYMBOL vmlinux 0x08039aff tcp_timewait_state_process +EXPORT_SYMBOL vmlinux 0x0805f2c8 ecryptfs_get_auth_tok_key +EXPORT_SYMBOL vmlinux 0x080627ac scsi_host_lookup +EXPORT_SYMBOL vmlinux 0x0811775f km_state_expired +EXPORT_SYMBOL vmlinux 0x0813d3f4 no_seek_end_llseek +EXPORT_SYMBOL vmlinux 0x08162c74 free_bucket_spinlocks +EXPORT_SYMBOL vmlinux 0x081c487d flow_rule_match_enc_ipv6_addrs +EXPORT_SYMBOL vmlinux 0x081d9de7 __folio_put +EXPORT_SYMBOL vmlinux 0x082c3213 pci_root_buses +EXPORT_SYMBOL vmlinux 0x082e12f0 inet_csk_reqsk_queue_drop +EXPORT_SYMBOL vmlinux 0x08352744 dev_loopback_xmit +EXPORT_SYMBOL vmlinux 0x08356f32 fman_sp_set_buf_pools_in_asc_order_of_buf_sizes +EXPORT_SYMBOL vmlinux 0x083eb21c rfkill_unregister +EXPORT_SYMBOL vmlinux 0x08499a6d inet6_del_protocol +EXPORT_SYMBOL vmlinux 0x084ba44f input_allocate_device +EXPORT_SYMBOL vmlinux 0x0858a0f1 dm_table_get_mode +EXPORT_SYMBOL vmlinux 0x0869ff9a mount_bdev +EXPORT_SYMBOL vmlinux 0x086c0e48 security_inode_invalidate_secctx +EXPORT_SYMBOL vmlinux 0x0872ca92 from_kuid_munged +EXPORT_SYMBOL vmlinux 0x0887289f blk_mq_run_hw_queues +EXPORT_SYMBOL vmlinux 0x089229d7 freezing_slow_path +EXPORT_SYMBOL vmlinux 0x08a3c9ec kthread_create_on_node +EXPORT_SYMBOL vmlinux 0x08b79784 set_user_nice +EXPORT_SYMBOL vmlinux 0x08d35bf9 unregister_fib_notifier +EXPORT_SYMBOL vmlinux 0x08d908ec pci_select_bars +EXPORT_SYMBOL vmlinux 0x08dd3cfb dma_get_sgtable_attrs +EXPORT_SYMBOL vmlinux 0x08e16cb5 mr_vif_seq_next +EXPORT_SYMBOL vmlinux 0x08e39398 cmd_db_read_addr +EXPORT_SYMBOL vmlinux 0x08f74eca dma_async_device_unregister +EXPORT_SYMBOL vmlinux 0x08f931fe mipi_dsi_device_register_full +EXPORT_SYMBOL vmlinux 0x091be0a9 bmap +EXPORT_SYMBOL vmlinux 0x092e26bf acpi_remove_address_space_handler +EXPORT_SYMBOL vmlinux 0x09309bd0 bio_init +EXPORT_SYMBOL vmlinux 0x0935c42b tegra_ivc_init +EXPORT_SYMBOL vmlinux 0x093712e5 acpi_purge_cached_objects +EXPORT_SYMBOL vmlinux 0x093ad4ef f_setown +EXPORT_SYMBOL vmlinux 0x0961b1a2 skb_unlink +EXPORT_SYMBOL vmlinux 0x0970f996 fb_validate_mode +EXPORT_SYMBOL vmlinux 0x09723cc2 zpool_unregister_driver +EXPORT_SYMBOL vmlinux 0x09769037 dmt_modes +EXPORT_SYMBOL vmlinux 0x097af021 neigh_proc_dointvec_jiffies +EXPORT_SYMBOL vmlinux 0x0986715f clkdev_drop +EXPORT_SYMBOL vmlinux 0x0987ad8f page_pool_put_page_bulk +EXPORT_SYMBOL vmlinux 0x098b71c6 fb_dealloc_cmap +EXPORT_SYMBOL vmlinux 0x099585b6 blkdev_get_by_dev +EXPORT_SYMBOL vmlinux 0x0998cc3c hdmi_infoframe_unpack +EXPORT_SYMBOL vmlinux 0x0998f7d9 pcie_get_mps +EXPORT_SYMBOL vmlinux 0x099bf9aa vfs_create +EXPORT_SYMBOL vmlinux 0x09d44df9 in_lock_functions +EXPORT_SYMBOL vmlinux 0x09d4f13e phy_drivers_register +EXPORT_SYMBOL vmlinux 0x09da0ba4 xa_set_mark +EXPORT_SYMBOL vmlinux 0x09f9b261 xudma_rchan_put +EXPORT_SYMBOL vmlinux 0x0a012f73 mb_cache_entry_touch +EXPORT_SYMBOL vmlinux 0x0a02c24f amba_driver_unregister +EXPORT_SYMBOL vmlinux 0x0a0ebc08 __xa_cmpxchg +EXPORT_SYMBOL vmlinux 0x0a1e8769 utf8_casefold_hash +EXPORT_SYMBOL vmlinux 0x0a2cd66a in_dev_finish_destroy +EXPORT_SYMBOL vmlinux 0x0a5df9f0 __starget_for_each_device +EXPORT_SYMBOL vmlinux 0x0a6dd16f dev_mc_unsync +EXPORT_SYMBOL vmlinux 0x0a73c009 udp6_set_csum +EXPORT_SYMBOL vmlinux 0x0a7610bc sock_alloc_send_pskb +EXPORT_SYMBOL vmlinux 0x0a770832 register_memory_notifier +EXPORT_SYMBOL vmlinux 0x0a79b9b1 jbd2_complete_transaction +EXPORT_SYMBOL vmlinux 0x0a83f372 nf_log_unregister +EXPORT_SYMBOL vmlinux 0x0a84b15d zstd_init_cctx +EXPORT_SYMBOL vmlinux 0x0aa309cf synchronize_hardirq +EXPORT_SYMBOL vmlinux 0x0aaccc92 pci_remap_iospace +EXPORT_SYMBOL vmlinux 0x0ac35f43 elv_rb_del +EXPORT_SYMBOL vmlinux 0x0acf4ee5 netlbl_calipso_ops_register +EXPORT_SYMBOL vmlinux 0x0acf7679 dma_issue_pending_all +EXPORT_SYMBOL vmlinux 0x0af4a119 mdio_device_register +EXPORT_SYMBOL vmlinux 0x0afe3d43 filemap_dirty_folio +EXPORT_SYMBOL vmlinux 0x0b0466dd __icmp_send +EXPORT_SYMBOL vmlinux 0x0b099939 pm8606_osc_enable +EXPORT_SYMBOL vmlinux 0x0b142123 md_write_inc +EXPORT_SYMBOL vmlinux 0x0b15fa73 dma_sync_wait +EXPORT_SYMBOL vmlinux 0x0b1beb31 vmalloc_32_user +EXPORT_SYMBOL vmlinux 0x0b202a40 unpin_user_page_range_dirty_lock +EXPORT_SYMBOL vmlinux 0x0b26b8c8 acpi_run_osc +EXPORT_SYMBOL vmlinux 0x0b290ada dma_fence_chain_walk +EXPORT_SYMBOL vmlinux 0x0b3806b4 register_netdevice +EXPORT_SYMBOL vmlinux 0x0b44b9c1 super_setup_bdi +EXPORT_SYMBOL vmlinux 0x0b57e62f devm_input_allocate_device +EXPORT_SYMBOL vmlinux 0x0b637467 nla_reserve_nohdr +EXPORT_SYMBOL vmlinux 0x0b6e7e74 filemap_fdatawait_keep_errors +EXPORT_SYMBOL vmlinux 0x0b742fd7 simple_strtol +EXPORT_SYMBOL vmlinux 0x0b8cf84a tty_hung_up_p +EXPORT_SYMBOL vmlinux 0x0b969de0 filemap_release_folio +EXPORT_SYMBOL vmlinux 0x0ba0b938 vm_brk +EXPORT_SYMBOL vmlinux 0x0ba87467 iov_iter_pipe +EXPORT_SYMBOL vmlinux 0x0bab04bf generic_cont_expand_simple +EXPORT_SYMBOL vmlinux 0x0bba1df9 tcp_sock_set_keepidle +EXPORT_SYMBOL vmlinux 0x0bba80d7 generic_parse_monolithic +EXPORT_SYMBOL vmlinux 0x0bbbca1b skb_kill_datagram +EXPORT_SYMBOL vmlinux 0x0bc08aa1 flow_block_cb_priv +EXPORT_SYMBOL vmlinux 0x0bc477a2 irq_set_irq_type +EXPORT_SYMBOL vmlinux 0x0bcc9047 rtnl_configure_link +EXPORT_SYMBOL vmlinux 0x0bd394d8 tty_termios_baud_rate +EXPORT_SYMBOL vmlinux 0x0bd6393e tcf_action_dump_1 +EXPORT_SYMBOL vmlinux 0x0bdb235f bio_alloc_clone +EXPORT_SYMBOL vmlinux 0x0bea1daf tcp_v4_send_check +EXPORT_SYMBOL vmlinux 0x0bf0e4a2 __SCK__tp_func_spi_transfer_stop +EXPORT_SYMBOL vmlinux 0x0bfc1d1a check_zeroed_user +EXPORT_SYMBOL vmlinux 0x0c09eff9 d_rehash +EXPORT_SYMBOL vmlinux 0x0c25ec48 secure_tcpv6_seq +EXPORT_SYMBOL vmlinux 0x0c305026 mmc_gpiod_request_cd +EXPORT_SYMBOL vmlinux 0x0c33bbcb dev_driver_string +EXPORT_SYMBOL vmlinux 0x0c3690fc _raw_spin_lock_bh +EXPORT_SYMBOL vmlinux 0x0c3e77f5 vme_bus_type +EXPORT_SYMBOL vmlinux 0x0c48daec mipi_dsi_dcs_get_display_brightness +EXPORT_SYMBOL vmlinux 0x0c575719 __cond_resched_rwlock_write +EXPORT_SYMBOL vmlinux 0x0c6bdc3f vme_master_read +EXPORT_SYMBOL vmlinux 0x0c7980bc twl6040_reg_read +EXPORT_SYMBOL vmlinux 0x0c962cff tc_cleanup_offload_action +EXPORT_SYMBOL vmlinux 0x0ca591c4 vlan_dev_real_dev +EXPORT_SYMBOL vmlinux 0x0cad3e7a lynx_pcs_destroy +EXPORT_SYMBOL vmlinux 0x0cb11bc7 __SCK__tp_func_dma_fence_enable_signal +EXPORT_SYMBOL vmlinux 0x0cc2857c mii_ethtool_get_link_ksettings +EXPORT_SYMBOL vmlinux 0x0cc4b4b6 crc_ccitt_false +EXPORT_SYMBOL vmlinux 0x0cd5835b ipv6_flowlabel_exclusive +EXPORT_SYMBOL vmlinux 0x0cdbff82 devm_devfreq_add_device +EXPORT_SYMBOL vmlinux 0x0cdce87c rfkill_set_hw_state_reason +EXPORT_SYMBOL vmlinux 0x0ceba95d of_match_device +EXPORT_SYMBOL vmlinux 0x0ced8dfa tcp_v4_syn_recv_sock +EXPORT_SYMBOL vmlinux 0x0cf70c14 genl_register_family +EXPORT_SYMBOL vmlinux 0x0d005c6f phy_register_fixup +EXPORT_SYMBOL vmlinux 0x0d045e0c __ip_mc_inc_group +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 0x0d3f5c1a fman_get_max_frm +EXPORT_SYMBOL vmlinux 0x0d3f8722 lynx_pcs_create +EXPORT_SYMBOL vmlinux 0x0d4df58d vfs_fadvise +EXPORT_SYMBOL vmlinux 0x0d4ea06f d_path +EXPORT_SYMBOL vmlinux 0x0d5036f7 d_splice_alias +EXPORT_SYMBOL vmlinux 0x0d542439 __ipv6_addr_type +EXPORT_SYMBOL vmlinux 0x0d70354c xfrm_init_replay +EXPORT_SYMBOL vmlinux 0x0d99675a set_security_override_from_ctx +EXPORT_SYMBOL vmlinux 0x0db8e50c tcp_req_err +EXPORT_SYMBOL vmlinux 0x0dbce259 __aperture_remove_legacy_vga_devices +EXPORT_SYMBOL vmlinux 0x0dcecff6 netif_set_real_num_tx_queues +EXPORT_SYMBOL vmlinux 0x0de42448 serio_open +EXPORT_SYMBOL vmlinux 0x0df6d50e clk_bulk_get_all +EXPORT_SYMBOL vmlinux 0x0e0056fa blk_queue_max_hw_sectors +EXPORT_SYMBOL vmlinux 0x0e011a8c pcim_iomap_regions +EXPORT_SYMBOL vmlinux 0x0e17678a siphash_4u64 +EXPORT_SYMBOL vmlinux 0x0e24150f xudma_get_device +EXPORT_SYMBOL vmlinux 0x0e4262c6 __siphash_unaligned +EXPORT_SYMBOL vmlinux 0x0e4399dd ww_mutex_lock_interruptible +EXPORT_SYMBOL vmlinux 0x0e5d39f5 __blk_mq_end_request +EXPORT_SYMBOL vmlinux 0x0e8d4c5e devm_ioremap_resource +EXPORT_SYMBOL vmlinux 0x0e963b2c end_buffer_read_sync +EXPORT_SYMBOL vmlinux 0x0e9a93b7 grab_cache_page_write_begin +EXPORT_SYMBOL vmlinux 0x0ea3c74e tasklet_kill +EXPORT_SYMBOL vmlinux 0x0ea593f6 hdmi_drm_infoframe_init +EXPORT_SYMBOL vmlinux 0x0eada38a pin_user_pages_unlocked +EXPORT_SYMBOL vmlinux 0x0eb6eb87 add_taint +EXPORT_SYMBOL vmlinux 0x0ec5babe vme_dma_free +EXPORT_SYMBOL vmlinux 0x0ecd6850 fsl_ifc_ctrl_dev +EXPORT_SYMBOL vmlinux 0x0ed05a6c tcf_idrinfo_destroy +EXPORT_SYMBOL vmlinux 0x0ed26af9 iommu_get_msi_cookie +EXPORT_SYMBOL vmlinux 0x0ed7f533 twl6040_get_vibralr_status +EXPORT_SYMBOL vmlinux 0x0edb8d6a blk_mq_kick_requeue_list +EXPORT_SYMBOL vmlinux 0x0efa5bcd rtnetlink_put_metrics +EXPORT_SYMBOL vmlinux 0x0f09cc34 schedule_timeout_killable +EXPORT_SYMBOL vmlinux 0x0f0f2688 free_netdev +EXPORT_SYMBOL vmlinux 0x0f18c062 mmc_wait_for_req +EXPORT_SYMBOL vmlinux 0x0f1ab019 __dev_direct_xmit +EXPORT_SYMBOL vmlinux 0x0f1ad8e2 seq_list_start_rcu +EXPORT_SYMBOL vmlinux 0x0f1b80e8 devm_request_any_context_irq +EXPORT_SYMBOL vmlinux 0x0f1ea186 devm_extcon_register_notifier +EXPORT_SYMBOL vmlinux 0x0f301382 vlan_ioctl_set +EXPORT_SYMBOL vmlinux 0x0f340af9 fwnode_mdio_find_device +EXPORT_SYMBOL vmlinux 0x0f35ee53 tcf_block_put +EXPORT_SYMBOL vmlinux 0x0f35f980 acpi_device_set_power +EXPORT_SYMBOL vmlinux 0x0f365835 nla_put_64bit +EXPORT_SYMBOL vmlinux 0x0f37ca89 lockref_put_not_zero +EXPORT_SYMBOL vmlinux 0x0f56eff4 __sk_mem_reclaim +EXPORT_SYMBOL vmlinux 0x0f630261 gen_replace_estimator +EXPORT_SYMBOL vmlinux 0x0f673181 pci_write_vpd_any +EXPORT_SYMBOL vmlinux 0x0f86f560 kthread_delayed_work_timer_fn +EXPORT_SYMBOL vmlinux 0x0f9382a5 napi_consume_skb +EXPORT_SYMBOL vmlinux 0x0f9b282d generic_file_mmap +EXPORT_SYMBOL vmlinux 0x0fa91e1d kernel_sendmsg +EXPORT_SYMBOL vmlinux 0x0fab1ab0 hdmi_spd_infoframe_pack +EXPORT_SYMBOL vmlinux 0x0fb2f8a4 mktime64 +EXPORT_SYMBOL vmlinux 0x0fba3b80 tcf_qevent_validate_change +EXPORT_SYMBOL vmlinux 0x0fce0368 devfreq_remove_device +EXPORT_SYMBOL vmlinux 0x0fd902db mb_cache_entry_create +EXPORT_SYMBOL vmlinux 0x0fd9f783 param_set_invbool +EXPORT_SYMBOL vmlinux 0x0fdb7c3f skb_mac_gso_segment +EXPORT_SYMBOL vmlinux 0x0fdbdc1d __dev_remove_pack +EXPORT_SYMBOL vmlinux 0x0fe3b6df tcp_v4_connect +EXPORT_SYMBOL vmlinux 0x0fff5afc time64_to_tm +EXPORT_SYMBOL vmlinux 0x10017aa5 kernel_cpustat +EXPORT_SYMBOL vmlinux 0x1009e408 ip_do_fragment +EXPORT_SYMBOL vmlinux 0x101c48c2 bio_kmalloc +EXPORT_SYMBOL vmlinux 0x101d05c8 kobject_put +EXPORT_SYMBOL vmlinux 0x1025009a cpm_muram_alloc_fixed +EXPORT_SYMBOL vmlinux 0x10290664 pci_bus_read_config_dword +EXPORT_SYMBOL vmlinux 0x102936ec qe_clock_source +EXPORT_SYMBOL vmlinux 0x10295f32 pci_read_config_dword +EXPORT_SYMBOL vmlinux 0x102f2e7e xfrm_replay_seqhi +EXPORT_SYMBOL vmlinux 0x103571f3 nonseekable_open +EXPORT_SYMBOL vmlinux 0x1035c7c2 __release_region +EXPORT_SYMBOL vmlinux 0x1045688f single_release +EXPORT_SYMBOL vmlinux 0x104d7f23 ethtool_op_get_ts_info +EXPORT_SYMBOL vmlinux 0x104dbbfa call_usermodehelper_exec +EXPORT_SYMBOL vmlinux 0x1057a279 bsearch +EXPORT_SYMBOL vmlinux 0x1068004b gf128mul_bbe +EXPORT_SYMBOL vmlinux 0x10703b16 register_tcf_proto_ops +EXPORT_SYMBOL vmlinux 0x1070b961 block_dirty_folio +EXPORT_SYMBOL vmlinux 0x107be0b0 percpu_counter_sync +EXPORT_SYMBOL vmlinux 0x107e5878 zlib_inflateEnd +EXPORT_SYMBOL vmlinux 0x10a09672 __invalidate_device +EXPORT_SYMBOL vmlinux 0x10a8a569 vfs_mkdir +EXPORT_SYMBOL vmlinux 0x10c551cc dev_get_by_napi_id +EXPORT_SYMBOL vmlinux 0x10cbc89b netdev_notify_peers +EXPORT_SYMBOL vmlinux 0x10d9f885 scsi_sense_desc_find +EXPORT_SYMBOL vmlinux 0x10da9fb9 flow_block_cb_incref +EXPORT_SYMBOL vmlinux 0x10e6f74a free_contig_range +EXPORT_SYMBOL vmlinux 0x10eb49ab netdev_bonding_info_change +EXPORT_SYMBOL vmlinux 0x1103c705 blk_mq_destroy_queue +EXPORT_SYMBOL vmlinux 0x11089ac7 _ctype +EXPORT_SYMBOL vmlinux 0x114b7bdf blkdev_compat_ptr_ioctl +EXPORT_SYMBOL vmlinux 0x117093be qdisc_class_hash_init +EXPORT_SYMBOL vmlinux 0x117952bb gnet_stats_copy_basic +EXPORT_SYMBOL vmlinux 0x117a7ecc param_set_int +EXPORT_SYMBOL vmlinux 0x118299a1 put_cmsg_scm_timestamping +EXPORT_SYMBOL vmlinux 0x118a2724 unregister_netdevice_queue +EXPORT_SYMBOL vmlinux 0x11c0f232 finalize_exec +EXPORT_SYMBOL vmlinux 0x11e30762 chacha_block_generic +EXPORT_SYMBOL vmlinux 0x11f6f59f __skb_checksum_complete_head +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 0x12131278 md_reload_sb +EXPORT_SYMBOL vmlinux 0x121c5c84 pci_alloc_host_bridge +EXPORT_SYMBOL vmlinux 0x121e1015 xfrm_alloc_spi +EXPORT_SYMBOL vmlinux 0x123cbb3a seq_put_decimal_ll +EXPORT_SYMBOL vmlinux 0x124bad4d kstrtobool +EXPORT_SYMBOL vmlinux 0x124dfa4b fman_get_revision +EXPORT_SYMBOL vmlinux 0x1270a225 dcbnl_cee_notify +EXPORT_SYMBOL vmlinux 0x1271d7ef dm_kobject_release +EXPORT_SYMBOL vmlinux 0x127b7c17 pci_enable_wake +EXPORT_SYMBOL vmlinux 0x127d83ea security_locked_down +EXPORT_SYMBOL vmlinux 0x127fc2b2 mipi_dsi_dcs_set_tear_scanline +EXPORT_SYMBOL vmlinux 0x12878d42 generic_file_read_iter +EXPORT_SYMBOL vmlinux 0x12998fa6 kset_register +EXPORT_SYMBOL vmlinux 0x129ae504 trace_raw_output_prep +EXPORT_SYMBOL vmlinux 0x129c4359 release_sock +EXPORT_SYMBOL vmlinux 0x12a4e128 __arch_copy_from_user +EXPORT_SYMBOL vmlinux 0x12adcda2 pci_claim_resource +EXPORT_SYMBOL vmlinux 0x12cabc89 siphash_2u64 +EXPORT_SYMBOL vmlinux 0x12dd4222 mini_qdisc_pair_swap +EXPORT_SYMBOL vmlinux 0x12ed8b67 uart_remove_one_port +EXPORT_SYMBOL vmlinux 0x12f6f69c fb_videomode_to_var +EXPORT_SYMBOL vmlinux 0x13083180 devm_release_resource +EXPORT_SYMBOL vmlinux 0x130afd75 acpi_get_sleep_type_data +EXPORT_SYMBOL vmlinux 0x13110126 request_resource +EXPORT_SYMBOL vmlinux 0x13155f7e icmp6_send +EXPORT_SYMBOL vmlinux 0x13180c8a netdev_offload_xstats_push_delta +EXPORT_SYMBOL vmlinux 0x131a6146 xa_clear_mark +EXPORT_SYMBOL vmlinux 0x1387135d jbd2_journal_finish_inode_data_buffers +EXPORT_SYMBOL vmlinux 0x139f2189 __kfifo_alloc +EXPORT_SYMBOL vmlinux 0x13b3f8db md_done_sync +EXPORT_SYMBOL vmlinux 0x13cc581e __dev_get_by_index +EXPORT_SYMBOL vmlinux 0x13d0adf7 __kfifo_out +EXPORT_SYMBOL vmlinux 0x13d68aba rpmh_invalidate +EXPORT_SYMBOL vmlinux 0x13d928f5 __SCK__tp_func_kmem_cache_alloc +EXPORT_SYMBOL vmlinux 0x13da49db flow_indr_dev_register +EXPORT_SYMBOL vmlinux 0x13db5c1f skb_copy_and_csum_bits +EXPORT_SYMBOL vmlinux 0x13ddc8c9 __skb_checksum_complete +EXPORT_SYMBOL vmlinux 0x13e71ebb udp_lib_rehash +EXPORT_SYMBOL vmlinux 0x13ff24b3 genphy_read_master_slave +EXPORT_SYMBOL vmlinux 0x1401e742 sdev_disable_disk_events +EXPORT_SYMBOL vmlinux 0x141271bf acpi_dev_found +EXPORT_SYMBOL vmlinux 0x1432df6f configfs_depend_item_unlocked +EXPORT_SYMBOL vmlinux 0x145b18ec free_buffer_head +EXPORT_SYMBOL vmlinux 0x14605535 dma_fence_context_alloc +EXPORT_SYMBOL vmlinux 0x146289b7 crc16_table +EXPORT_SYMBOL vmlinux 0x1462b1b3 of_phy_deregister_fixed_link +EXPORT_SYMBOL vmlinux 0x14688492 dm_table_get_md +EXPORT_SYMBOL vmlinux 0x146c045a ip_output +EXPORT_SYMBOL vmlinux 0x147444be vfs_create_mount +EXPORT_SYMBOL vmlinux 0x1494294d devfreq_add_governor +EXPORT_SYMBOL vmlinux 0x1494c5b1 iommu_put_resv_regions +EXPORT_SYMBOL vmlinux 0x149da4b5 eth_type_trans +EXPORT_SYMBOL vmlinux 0x14a64a87 acpi_install_address_space_handler_no_reg +EXPORT_SYMBOL vmlinux 0x14af1f37 prepare_kernel_cred +EXPORT_SYMBOL vmlinux 0x14b166a6 dquot_get_dqblk +EXPORT_SYMBOL vmlinux 0x14c67e3e tcp_tx_delay_enabled +EXPORT_SYMBOL vmlinux 0x14cd87ef param_get_short +EXPORT_SYMBOL vmlinux 0x14d7477f console_list_unlock +EXPORT_SYMBOL vmlinux 0x14deaf8e seq_put_decimal_ull +EXPORT_SYMBOL vmlinux 0x14ea1caa sk_mc_loop +EXPORT_SYMBOL vmlinux 0x14f45fcc bman_free_pool +EXPORT_SYMBOL vmlinux 0x1502bee3 free_inode_nonrcu +EXPORT_SYMBOL vmlinux 0x151f4898 schedule_timeout_uninterruptible +EXPORT_SYMBOL vmlinux 0x1526b301 unix_tot_inflight +EXPORT_SYMBOL vmlinux 0x15360de9 scsi_dma_map +EXPORT_SYMBOL vmlinux 0x153d1a24 pci_scan_bus +EXPORT_SYMBOL vmlinux 0x1548d970 __kfifo_dma_out_prepare_r +EXPORT_SYMBOL vmlinux 0x154c6338 dm_kcopyd_client_destroy +EXPORT_SYMBOL vmlinux 0x1554b4d0 netif_rx +EXPORT_SYMBOL vmlinux 0x15572944 misc_register +EXPORT_SYMBOL vmlinux 0x155d23a6 tcp_sendpage +EXPORT_SYMBOL vmlinux 0x15665c32 discard_new_inode +EXPORT_SYMBOL vmlinux 0x156b857f skb_coalesce_rx_frag +EXPORT_SYMBOL vmlinux 0x157bab62 mii_check_media +EXPORT_SYMBOL vmlinux 0x157f519a security_sctp_sk_clone +EXPORT_SYMBOL vmlinux 0x157f749e vlan_vids_del_by_dev +EXPORT_SYMBOL vmlinux 0x1594f3c7 put_watch_queue +EXPORT_SYMBOL vmlinux 0x15b7136d pcibios_resource_to_bus +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 0x15c983ad tcp_enter_cwr +EXPORT_SYMBOL vmlinux 0x15d87c31 sync_file_create +EXPORT_SYMBOL vmlinux 0x15ddc6b2 tcp_get_cookie_sock +EXPORT_SYMBOL vmlinux 0x15dfa4f0 mnt_set_expiry +EXPORT_SYMBOL vmlinux 0x15f53791 genphy_read_lpa +EXPORT_SYMBOL vmlinux 0x15f5f583 kernel_sendmsg_locked +EXPORT_SYMBOL vmlinux 0x15f90688 slhc_init +EXPORT_SYMBOL vmlinux 0x15feb7f1 generic_write_end +EXPORT_SYMBOL vmlinux 0x160dcd3e rproc_remove_subdev +EXPORT_SYMBOL vmlinux 0x162893fd hashlen_string +EXPORT_SYMBOL vmlinux 0x1632bc21 kvasprintf_const +EXPORT_SYMBOL vmlinux 0x163d2417 tegra_io_rail_power_off +EXPORT_SYMBOL vmlinux 0x16447940 security_d_instantiate +EXPORT_SYMBOL vmlinux 0x1644e9f5 reuseport_alloc +EXPORT_SYMBOL vmlinux 0x164dc031 register_console +EXPORT_SYMBOL vmlinux 0x165ad395 trace_print_symbols_seq +EXPORT_SYMBOL vmlinux 0x166774ac sk_dst_check +EXPORT_SYMBOL vmlinux 0x166e1062 d_set_d_op +EXPORT_SYMBOL vmlinux 0x1677a0d2 of_node_name_prefix +EXPORT_SYMBOL vmlinux 0x167c5967 print_hex_dump +EXPORT_SYMBOL vmlinux 0x1680977b seq_hex_dump +EXPORT_SYMBOL vmlinux 0x16818a48 jbd2_journal_flush +EXPORT_SYMBOL vmlinux 0x1684e303 unpin_user_pages +EXPORT_SYMBOL vmlinux 0x169512ba dquot_resume +EXPORT_SYMBOL vmlinux 0x169938c1 __sysfs_match_string +EXPORT_SYMBOL vmlinux 0x16a419be kern_path +EXPORT_SYMBOL vmlinux 0x16a7b16f __traceiter_kmalloc +EXPORT_SYMBOL vmlinux 0x16c44771 create_empty_buffers +EXPORT_SYMBOL vmlinux 0x16cdc340 acpi_get_table +EXPORT_SYMBOL vmlinux 0x16ce546e mipi_dsi_dcs_set_display_brightness +EXPORT_SYMBOL vmlinux 0x16d99884 vfs_fileattr_get +EXPORT_SYMBOL vmlinux 0x16dcf633 mmc_release_host +EXPORT_SYMBOL vmlinux 0x16dee44d dma_fence_init +EXPORT_SYMBOL vmlinux 0x16e297c3 bit_wait +EXPORT_SYMBOL vmlinux 0x16e7e2cb cpu_all_bits +EXPORT_SYMBOL vmlinux 0x16ea3fcf input_grab_device +EXPORT_SYMBOL vmlinux 0x1704b1f2 mipi_dsi_dcs_set_page_address +EXPORT_SYMBOL vmlinux 0x170ddf79 acpi_install_notify_handler +EXPORT_SYMBOL vmlinux 0x1722071b gro_find_complete_by_type +EXPORT_SYMBOL vmlinux 0x173c21a4 module_refcount +EXPORT_SYMBOL vmlinux 0x173ee01f brioctl_set +EXPORT_SYMBOL vmlinux 0x174e5c85 dev_activate +EXPORT_SYMBOL vmlinux 0x176cacf5 phy_register_fixup_for_uid +EXPORT_SYMBOL vmlinux 0x17825d3f xudma_rchan_get +EXPORT_SYMBOL vmlinux 0x178c4894 qe_upload_firmware +EXPORT_SYMBOL vmlinux 0x17c1d52b fb_find_mode +EXPORT_SYMBOL vmlinux 0x17c712f1 is_nvdimm_bus_locked +EXPORT_SYMBOL vmlinux 0x17ed8359 skb_flow_dissect_ct +EXPORT_SYMBOL vmlinux 0x180d792e pcie_capability_clear_and_set_dword +EXPORT_SYMBOL vmlinux 0x1815a5aa scsi_device_resume +EXPORT_SYMBOL vmlinux 0x181fe061 register_quota_format +EXPORT_SYMBOL vmlinux 0x1833acbd dev_open +EXPORT_SYMBOL vmlinux 0x18345b8e __bitmap_replace +EXPORT_SYMBOL vmlinux 0x1840869d to_nd_btt +EXPORT_SYMBOL vmlinux 0x186bf63f phy_ethtool_get_link_ksettings +EXPORT_SYMBOL vmlinux 0x18718759 scsi_scan_host +EXPORT_SYMBOL vmlinux 0x187884a8 cpm_muram_free +EXPORT_SYMBOL vmlinux 0x187d7acd genlmsg_multicast_allns +EXPORT_SYMBOL vmlinux 0x1881a445 bprm_change_interp +EXPORT_SYMBOL vmlinux 0x18888d00 downgrade_write +EXPORT_SYMBOL vmlinux 0x188ea314 jiffies_to_timespec64 +EXPORT_SYMBOL vmlinux 0x189f8e5c inet_offloads +EXPORT_SYMBOL vmlinux 0x18aefc90 tcp_md5_hash_skb_data +EXPORT_SYMBOL vmlinux 0x18b48e28 __memset_io +EXPORT_SYMBOL vmlinux 0x18c93940 ip_sock_set_tos +EXPORT_SYMBOL vmlinux 0x18c97309 netif_device_detach +EXPORT_SYMBOL vmlinux 0x18ca94aa devfreq_register_opp_notifier +EXPORT_SYMBOL vmlinux 0x18e60984 __do_once_start +EXPORT_SYMBOL vmlinux 0x18fa8f0d flow_rule_match_ip +EXPORT_SYMBOL vmlinux 0x190657af nf_unregister_net_hook +EXPORT_SYMBOL vmlinux 0x191a7081 __vlan_find_dev_deep_rcu +EXPORT_SYMBOL vmlinux 0x193e0050 fman_port_bind +EXPORT_SYMBOL vmlinux 0x19420400 __nlmsg_put +EXPORT_SYMBOL vmlinux 0x19514d52 rfkill_alloc +EXPORT_SYMBOL vmlinux 0x1953c958 mempool_create +EXPORT_SYMBOL vmlinux 0x1957d887 pskb_trim_rcsum_slow +EXPORT_SYMBOL vmlinux 0x1964e572 netpoll_setup +EXPORT_SYMBOL vmlinux 0x196b01c7 tty_port_carrier_raised +EXPORT_SYMBOL vmlinux 0x19847a59 fs_context_for_mount +EXPORT_SYMBOL vmlinux 0x1984d421 out_of_line_wait_on_bit +EXPORT_SYMBOL vmlinux 0x198d6dcb dquot_quota_on +EXPORT_SYMBOL vmlinux 0x1996d443 vm_insert_pages +EXPORT_SYMBOL vmlinux 0x199ed0cd net_disable_timestamp +EXPORT_SYMBOL vmlinux 0x19a6fe96 blk_rq_unmap_user +EXPORT_SYMBOL vmlinux 0x19ac996a padata_do_parallel +EXPORT_SYMBOL vmlinux 0x19bd383b security_secmark_refcount_dec +EXPORT_SYMBOL vmlinux 0x19c2a486 pnp_stop_dev +EXPORT_SYMBOL vmlinux 0x19d6823e __zerocopy_sg_from_iter +EXPORT_SYMBOL vmlinux 0x19eccacc xfrm_policy_byid +EXPORT_SYMBOL vmlinux 0x1a0f0def devm_rproc_alloc +EXPORT_SYMBOL vmlinux 0x1a1206d4 inet6_offloads +EXPORT_SYMBOL vmlinux 0x1a301601 __tcp_md5_do_lookup +EXPORT_SYMBOL vmlinux 0x1a37b0d7 __skb_gso_segment +EXPORT_SYMBOL vmlinux 0x1a45cb6c acpi_disabled +EXPORT_SYMBOL vmlinux 0x1a4fe346 tegra_ivc_cleanup +EXPORT_SYMBOL vmlinux 0x1a5fc122 dev_graft_qdisc +EXPORT_SYMBOL vmlinux 0x1a7dc313 truncate_inode_pages_range +EXPORT_SYMBOL vmlinux 0x1a9a433c prandom_u32_state +EXPORT_SYMBOL vmlinux 0x1aa40b6b skb_flow_get_icmp_tci +EXPORT_SYMBOL vmlinux 0x1aa6ce0e console_force_preferred_locked +EXPORT_SYMBOL vmlinux 0x1ab4ea85 mdiobus_write +EXPORT_SYMBOL vmlinux 0x1ac5d3cb strcspn +EXPORT_SYMBOL vmlinux 0x1ae34de0 touch_buffer +EXPORT_SYMBOL vmlinux 0x1af54e51 inet_csk_accept +EXPORT_SYMBOL vmlinux 0x1af88b44 of_find_i2c_adapter_by_node +EXPORT_SYMBOL vmlinux 0x1b015d25 bitmap_parselist +EXPORT_SYMBOL vmlinux 0x1b0990cf of_translate_dma_address +EXPORT_SYMBOL vmlinux 0x1b0eb49e dentry_open +EXPORT_SYMBOL vmlinux 0x1b35eff8 blk_queue_physical_block_size +EXPORT_SYMBOL vmlinux 0x1b3f85dc skb_set_owner_w +EXPORT_SYMBOL vmlinux 0x1b41b61d key_payload_reserve +EXPORT_SYMBOL vmlinux 0x1b4ccaf9 phy_request_interrupt +EXPORT_SYMBOL vmlinux 0x1b4ed1f1 gpiochip_irq_reqres +EXPORT_SYMBOL vmlinux 0x1b5196fc xudma_tchan_put +EXPORT_SYMBOL vmlinux 0x1b546963 pps_register_source +EXPORT_SYMBOL vmlinux 0x1b592dad simple_setattr +EXPORT_SYMBOL vmlinux 0x1b597b7a swake_up_all +EXPORT_SYMBOL vmlinux 0x1b5cc9d8 dma_fence_array_first +EXPORT_SYMBOL vmlinux 0x1b5d2345 pci_enable_msix_range +EXPORT_SYMBOL vmlinux 0x1b6314fd in_aton +EXPORT_SYMBOL vmlinux 0x1b74a0e1 security_inode_setsecctx +EXPORT_SYMBOL vmlinux 0x1b777357 rdmacg_unregister_device +EXPORT_SYMBOL vmlinux 0x1b819dd5 flow_block_cb_free +EXPORT_SYMBOL vmlinux 0x1b908d85 _raw_write_lock_nested +EXPORT_SYMBOL vmlinux 0x1b94d6c1 pid_task +EXPORT_SYMBOL vmlinux 0x1b97f87b always_delete_dentry +EXPORT_SYMBOL vmlinux 0x1ba4c3e5 netdev_crit +EXPORT_SYMBOL vmlinux 0x1ba59527 __kmalloc_node +EXPORT_SYMBOL vmlinux 0x1baacd2f unregister_tcf_proto_ops +EXPORT_SYMBOL vmlinux 0x1bb51249 tcp_have_smc +EXPORT_SYMBOL vmlinux 0x1bb86b9a xen_start_info +EXPORT_SYMBOL vmlinux 0x1bd59dbe vme_free_consistent +EXPORT_SYMBOL vmlinux 0x1bdc52d2 sync_mapping_buffers +EXPORT_SYMBOL vmlinux 0x1be81782 flow_rule_match_eth_addrs +EXPORT_SYMBOL vmlinux 0x1bf18e1e tegra_ivc_write_advance +EXPORT_SYMBOL vmlinux 0x1bf1f147 generic_shutdown_super +EXPORT_SYMBOL vmlinux 0x1bfff46a nla_append +EXPORT_SYMBOL vmlinux 0x1c065154 generic_splice_sendpage +EXPORT_SYMBOL vmlinux 0x1c1a5941 pcie_capability_write_dword +EXPORT_SYMBOL vmlinux 0x1c496fff rproc_elf_load_segments +EXPORT_SYMBOL vmlinux 0x1c58427f acpi_remove_notify_handler +EXPORT_SYMBOL vmlinux 0x1c5e3878 icst525_idx2s +EXPORT_SYMBOL vmlinux 0x1c62140e jbd2_journal_force_commit +EXPORT_SYMBOL vmlinux 0x1c659127 inet6_add_protocol +EXPORT_SYMBOL vmlinux 0x1c6d3f96 inode_update_time +EXPORT_SYMBOL vmlinux 0x1c94fe16 inet_stream_connect +EXPORT_SYMBOL vmlinux 0x1ca3ecd4 copy_page_from_iter +EXPORT_SYMBOL vmlinux 0x1cb11044 inetpeer_invalidate_tree +EXPORT_SYMBOL vmlinux 0x1cc11154 __SCK__tp_func_mmap_lock_start_locking +EXPORT_SYMBOL vmlinux 0x1cc76dde scsi_is_target_device +EXPORT_SYMBOL vmlinux 0x1cd8438b pxm_to_node +EXPORT_SYMBOL vmlinux 0x1cdd39ba logic_outsl +EXPORT_SYMBOL vmlinux 0x1ce39fd7 of_device_get_match_data +EXPORT_SYMBOL vmlinux 0x1cf5efa6 xudma_rflow_get_id +EXPORT_SYMBOL vmlinux 0x1cf8c9bb tegra_dfll_unregister +EXPORT_SYMBOL vmlinux 0x1d07e365 memdup_user_nul +EXPORT_SYMBOL vmlinux 0x1d09165f find_inode_rcu +EXPORT_SYMBOL vmlinux 0x1d10fb23 locks_copy_lock +EXPORT_SYMBOL vmlinux 0x1d1abdf0 acpi_get_physical_device_location +EXPORT_SYMBOL vmlinux 0x1d22315b mii_nway_restart +EXPORT_SYMBOL vmlinux 0x1d24c881 ___ratelimit +EXPORT_SYMBOL vmlinux 0x1d3f7e13 linkwatch_fire_event +EXPORT_SYMBOL vmlinux 0x1d40b6f3 idr_for_each +EXPORT_SYMBOL vmlinux 0x1d5cedae __tracepoint_kfree +EXPORT_SYMBOL vmlinux 0x1d68f4ef xfrm_register_type +EXPORT_SYMBOL vmlinux 0x1d8c1ae3 udp_lib_getsockopt +EXPORT_SYMBOL vmlinux 0x1d90d5a7 inet_sk_rx_dst_set +EXPORT_SYMBOL vmlinux 0x1d9672bd fault_in_subpage_writeable +EXPORT_SYMBOL vmlinux 0x1d9c3b64 skb_queue_purge +EXPORT_SYMBOL vmlinux 0x1dc5ed54 dev_set_allmulti +EXPORT_SYMBOL vmlinux 0x1dc6c93b lookup_user_key +EXPORT_SYMBOL vmlinux 0x1dcdaa4f request_firmware_nowait +EXPORT_SYMBOL vmlinux 0x1dce0efd sk_ns_capable +EXPORT_SYMBOL vmlinux 0x1dd05223 mount_subtree +EXPORT_SYMBOL vmlinux 0x1dd571e6 fb_copy_cmap +EXPORT_SYMBOL vmlinux 0x1dddfe8c fb_set_var +EXPORT_SYMBOL vmlinux 0x1de27888 inet6_ioctl +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 0x1dfaa4dd efi +EXPORT_SYMBOL vmlinux 0x1dfee238 page_get_link +EXPORT_SYMBOL vmlinux 0x1e0373fc imx_scu_irq_group_enable +EXPORT_SYMBOL vmlinux 0x1e08de67 skb_put +EXPORT_SYMBOL vmlinux 0x1e0a0c24 mod_timer_pending +EXPORT_SYMBOL vmlinux 0x1e0cd7fe acpi_detach_data +EXPORT_SYMBOL vmlinux 0x1e36a4c2 vfs_dup_fs_context +EXPORT_SYMBOL vmlinux 0x1e405467 xen_free_unpopulated_pages +EXPORT_SYMBOL vmlinux 0x1e42446d configfs_unregister_default_group +EXPORT_SYMBOL vmlinux 0x1e435786 neigh_sysctl_register +EXPORT_SYMBOL vmlinux 0x1e6adaa0 bitmap_print_bitmask_to_buf +EXPORT_SYMBOL vmlinux 0x1e6d26a8 strstr +EXPORT_SYMBOL vmlinux 0x1e8d07c6 tcp_conn_request +EXPORT_SYMBOL vmlinux 0x1e9edfb7 seq_hlist_start_head_rcu +EXPORT_SYMBOL vmlinux 0x1eb914e6 dev_pm_opp_unregister_notifier +EXPORT_SYMBOL vmlinux 0x1ec17ef9 _dev_printk +EXPORT_SYMBOL vmlinux 0x1ec88006 twl6040_get_pll +EXPORT_SYMBOL vmlinux 0x1eca52dd security_inode_listsecurity +EXPORT_SYMBOL vmlinux 0x1edb69d6 ktime_get_raw_ts64 +EXPORT_SYMBOL vmlinux 0x1ee12095 sock_i_ino +EXPORT_SYMBOL vmlinux 0x1eef1c5a __ip_select_ident +EXPORT_SYMBOL vmlinux 0x1ef41b7e qcom_scm_iommu_set_pt_format +EXPORT_SYMBOL vmlinux 0x1f362270 pcim_iounmap +EXPORT_SYMBOL vmlinux 0x1f3e32bf mmc_hw_reset +EXPORT_SYMBOL vmlinux 0x1f3eb52b generic_file_llseek +EXPORT_SYMBOL vmlinux 0x1f4bb471 rps_may_expire_flow +EXPORT_SYMBOL vmlinux 0x1f557414 gen_pool_has_addr +EXPORT_SYMBOL vmlinux 0x1f63b2c0 pci_enable_atomic_ops_to_root +EXPORT_SYMBOL vmlinux 0x1f6aebd2 fasync_helper +EXPORT_SYMBOL vmlinux 0x1fa8b63e ip_queue_xmit +EXPORT_SYMBOL vmlinux 0x1fbd16da ip_tos2prio +EXPORT_SYMBOL vmlinux 0x1fc99ead __skb_wait_for_more_packets +EXPORT_SYMBOL vmlinux 0x1fd07fff kdb_grepping_flag +EXPORT_SYMBOL vmlinux 0x20000329 simple_strtoul +EXPORT_SYMBOL vmlinux 0x200411b3 skb_flow_dissect_tunnel_info +EXPORT_SYMBOL vmlinux 0x2009b7a6 inet_frag_pull_head +EXPORT_SYMBOL vmlinux 0x200b2041 in6addr_any +EXPORT_SYMBOL vmlinux 0x202db97e __netdev_alloc_skb +EXPORT_SYMBOL vmlinux 0x2033aa01 mark_buffer_async_write +EXPORT_SYMBOL vmlinux 0x20349f67 kmem_cache_alloc_lru +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 0x206c5ee7 dma_resv_replace_fences +EXPORT_SYMBOL vmlinux 0x206f8456 component_match_add_release +EXPORT_SYMBOL vmlinux 0x208be291 sock_wfree +EXPORT_SYMBOL vmlinux 0x20975815 tso_build_hdr +EXPORT_SYMBOL vmlinux 0x209c2aba simple_nosetlease +EXPORT_SYMBOL vmlinux 0x20a789ac irq_set_chip_data +EXPORT_SYMBOL vmlinux 0x20cbb30a __percpu_counter_init +EXPORT_SYMBOL vmlinux 0x20d25042 textsearch_register +EXPORT_SYMBOL vmlinux 0x20d65e40 fb_find_nearest_mode +EXPORT_SYMBOL vmlinux 0x20dd6072 jbd2_journal_set_triggers +EXPORT_SYMBOL vmlinux 0x20e030d4 sync_blockdev +EXPORT_SYMBOL vmlinux 0x20e2ebb4 phy_attach_direct +EXPORT_SYMBOL vmlinux 0x20eadeb6 ip_compute_csum +EXPORT_SYMBOL vmlinux 0x20edb4ae skb_ensure_writable +EXPORT_SYMBOL vmlinux 0x211c52fe pci_scan_root_bus_bridge +EXPORT_SYMBOL vmlinux 0x211d75a0 ppp_register_net_channel +EXPORT_SYMBOL vmlinux 0x213a738d memregion_alloc +EXPORT_SYMBOL vmlinux 0x213a796a xp_set_rxq_info +EXPORT_SYMBOL vmlinux 0x213e4965 ps2_is_keyboard_id +EXPORT_SYMBOL vmlinux 0x21475228 devm_ioremap +EXPORT_SYMBOL vmlinux 0x217f616f tag_pages_for_writeback +EXPORT_SYMBOL vmlinux 0x2189237d sock_no_getname +EXPORT_SYMBOL vmlinux 0x218c3ca5 __mdiobus_write +EXPORT_SYMBOL vmlinux 0x218e600b pci_add_resource_offset +EXPORT_SYMBOL vmlinux 0x2190f6fe dcb_ieee_delapp +EXPORT_SYMBOL vmlinux 0x21aca221 set_create_files_as +EXPORT_SYMBOL vmlinux 0x21b86747 locks_free_lock +EXPORT_SYMBOL vmlinux 0x21bdb523 errseq_check_and_advance +EXPORT_SYMBOL vmlinux 0x21be37e1 hdmi_avi_infoframe_check +EXPORT_SYMBOL vmlinux 0x21e13cb3 inet_peer_xrlim_allow +EXPORT_SYMBOL vmlinux 0x21ea5251 __bitmap_weight +EXPORT_SYMBOL vmlinux 0x21ef374c try_wait_for_completion +EXPORT_SYMBOL vmlinux 0x22074f40 dquot_commit_info +EXPORT_SYMBOL vmlinux 0x2217c75b touch_atime +EXPORT_SYMBOL vmlinux 0x221bd3eb blk_mq_delay_run_hw_queues +EXPORT_SYMBOL vmlinux 0x221c3f34 udp6_seq_ops +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 0x225a5041 scsi_is_sdev_device +EXPORT_SYMBOL vmlinux 0x2288c463 tty_unregister_ldisc +EXPORT_SYMBOL vmlinux 0x228fb733 bdev_end_io_acct +EXPORT_SYMBOL vmlinux 0x22a1422d percpu_counter_sum_all +EXPORT_SYMBOL vmlinux 0x22acf5f2 param_set_dyndbg_classes +EXPORT_SYMBOL vmlinux 0x22ad1d79 i2c_transfer_buffer_flags +EXPORT_SYMBOL vmlinux 0x22b325d5 kd_mksound +EXPORT_SYMBOL vmlinux 0x22b9443e genphy_restart_aneg +EXPORT_SYMBOL vmlinux 0x22bc179f pci_wake_from_d3 +EXPORT_SYMBOL vmlinux 0x22dad691 xsk_tx_release +EXPORT_SYMBOL vmlinux 0x22fb9a40 lock_sock_nested +EXPORT_SYMBOL vmlinux 0x2302a7d7 tegra_dfll_runtime_suspend +EXPORT_SYMBOL vmlinux 0x2306736a follow_up +EXPORT_SYMBOL vmlinux 0x231740ee nf_register_net_hooks +EXPORT_SYMBOL vmlinux 0x231dfbfa __netif_schedule +EXPORT_SYMBOL vmlinux 0x23448fa1 flush_signals +EXPORT_SYMBOL vmlinux 0x2348b13f hdmi_infoframe_log +EXPORT_SYMBOL vmlinux 0x2352e694 d_tmpfile +EXPORT_SYMBOL vmlinux 0x23559c51 qman_oos_fq +EXPORT_SYMBOL vmlinux 0x23591376 cdrom_number_of_slots +EXPORT_SYMBOL vmlinux 0x2364c85a tasklet_init +EXPORT_SYMBOL vmlinux 0x236c4295 ip_local_deliver +EXPORT_SYMBOL vmlinux 0x2376b380 setup_new_exec +EXPORT_SYMBOL vmlinux 0x237a0b5c __traceiter_dma_fence_signaled +EXPORT_SYMBOL vmlinux 0x2386bb08 jbd2_wait_inode_data +EXPORT_SYMBOL vmlinux 0x238b099f mipi_dsi_packet_format_is_short +EXPORT_SYMBOL vmlinux 0x2391f725 irq_stat +EXPORT_SYMBOL vmlinux 0x23a0144d param_set_ullong +EXPORT_SYMBOL vmlinux 0x23b9d6e2 mangle_path +EXPORT_SYMBOL vmlinux 0x23cabbb1 register_sysctl_paths +EXPORT_SYMBOL vmlinux 0x23d2ff71 config_item_put +EXPORT_SYMBOL vmlinux 0x23daa989 mipi_dsi_create_packet +EXPORT_SYMBOL vmlinux 0x23f1d7a6 page_pool_ethtool_stats_get_count +EXPORT_SYMBOL vmlinux 0x23fd1f1d tcp_v4_do_rcv +EXPORT_SYMBOL vmlinux 0x23fd3028 vmalloc_node +EXPORT_SYMBOL vmlinux 0x2405562a of_graph_get_port_parent +EXPORT_SYMBOL vmlinux 0x24078f7d seq_pad +EXPORT_SYMBOL vmlinux 0x240e6c48 __dquot_transfer +EXPORT_SYMBOL vmlinux 0x241c258a __dynamic_ibdev_dbg +EXPORT_SYMBOL vmlinux 0x24428be5 strncpy_from_user +EXPORT_SYMBOL vmlinux 0x2459bbcc console_set_on_cmdline +EXPORT_SYMBOL vmlinux 0x247046ca dump_page +EXPORT_SYMBOL vmlinux 0x2473e8e2 netpoll_poll_disable +EXPORT_SYMBOL vmlinux 0x247bfc03 md_bitmap_startwrite +EXPORT_SYMBOL vmlinux 0x2484adc3 __kfifo_to_user_r +EXPORT_SYMBOL vmlinux 0x249d5772 generic_write_checks +EXPORT_SYMBOL vmlinux 0x24a7fdf1 fd_install +EXPORT_SYMBOL vmlinux 0x24c7ff67 override_creds +EXPORT_SYMBOL vmlinux 0x24cb938d netlink_unicast +EXPORT_SYMBOL vmlinux 0x24d273d1 add_timer +EXPORT_SYMBOL vmlinux 0x24e1b558 seg6_hmac_compute +EXPORT_SYMBOL vmlinux 0x24eff8c7 tcp_time_wait +EXPORT_SYMBOL vmlinux 0x24f3ce81 inet_frag_reasm_prepare +EXPORT_SYMBOL vmlinux 0x25005ca4 crypto_sha256_finup +EXPORT_SYMBOL vmlinux 0x2505bf18 kstrtol_from_user +EXPORT_SYMBOL vmlinux 0x2505ec97 d_invalidate +EXPORT_SYMBOL vmlinux 0x251a111d unregister_mii_timestamper +EXPORT_SYMBOL vmlinux 0x2521f127 xp_raw_get_dma +EXPORT_SYMBOL vmlinux 0x252332f1 __SCK__tp_func_mmap_lock_released +EXPORT_SYMBOL vmlinux 0x25311553 vfs_fsync +EXPORT_SYMBOL vmlinux 0x2534ccfb tty_insert_flip_string_fixed_flag +EXPORT_SYMBOL vmlinux 0x25383690 inode_add_bytes +EXPORT_SYMBOL vmlinux 0x253bc7e3 tcp_sock_set_keepintvl +EXPORT_SYMBOL vmlinux 0x25451038 rtnl_offload_xstats_notify +EXPORT_SYMBOL vmlinux 0x25576195 lynx_get_mdio_device +EXPORT_SYMBOL vmlinux 0x255a2257 i2c_add_adapter +EXPORT_SYMBOL vmlinux 0x25611bc7 nvdimm_check_and_set_ro +EXPORT_SYMBOL vmlinux 0x2561d7aa __dev_kfree_skb_any +EXPORT_SYMBOL vmlinux 0x2566204b security_binder_transfer_binder +EXPORT_SYMBOL vmlinux 0x2566df6f xfrm_find_acq_byseq +EXPORT_SYMBOL vmlinux 0x25816779 xfrm_policy_alloc +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 0x25974000 wait_for_completion +EXPORT_SYMBOL vmlinux 0x25a5dd9f bio_copy_data +EXPORT_SYMBOL vmlinux 0x25a826e6 csum_and_copy_from_iter +EXPORT_SYMBOL vmlinux 0x25b2ca03 scsi_block_requests +EXPORT_SYMBOL vmlinux 0x25de23f8 dquot_free_inode +EXPORT_SYMBOL vmlinux 0x25e58a09 hdmi_avi_infoframe_init +EXPORT_SYMBOL vmlinux 0x25e9d4bd resource_list_free +EXPORT_SYMBOL vmlinux 0x25ea91a6 blk_mq_start_hw_queue +EXPORT_SYMBOL vmlinux 0x260e52ee dynamic_preempt_schedule_notrace +EXPORT_SYMBOL vmlinux 0x26259436 __scsi_print_sense +EXPORT_SYMBOL vmlinux 0x2626583f dev_getfirstbyhwtype +EXPORT_SYMBOL vmlinux 0x263beb75 ecryptfs_get_versions +EXPORT_SYMBOL vmlinux 0x263c3152 bcmp +EXPORT_SYMBOL vmlinux 0x263f0d1f qman_portal_set_iperiod +EXPORT_SYMBOL vmlinux 0x264c44e4 vfs_parse_fs_param +EXPORT_SYMBOL vmlinux 0x265d893a inet_dgram_connect +EXPORT_SYMBOL vmlinux 0x266e4145 tegra_ivc_read_advance +EXPORT_SYMBOL vmlinux 0x267a5f8c padata_do_serial +EXPORT_SYMBOL vmlinux 0x26829cc0 sk_stop_timer_sync +EXPORT_SYMBOL vmlinux 0x2688ec10 bitmap_zalloc +EXPORT_SYMBOL vmlinux 0x26897b52 mb_cache_entry_get +EXPORT_SYMBOL vmlinux 0x268a78f1 pci_write_config_dword +EXPORT_SYMBOL vmlinux 0x26978239 __xfrm_init_state +EXPORT_SYMBOL vmlinux 0x26a45244 iov_iter_npages +EXPORT_SYMBOL vmlinux 0x26a883a5 mmc_detect_card_removed +EXPORT_SYMBOL vmlinux 0x26e298e0 unregister_memory_notifier +EXPORT_SYMBOL vmlinux 0x26ed6c2c jbd2__journal_start +EXPORT_SYMBOL vmlinux 0x26ff46b4 cdrom_mode_sense +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 0x272f40ae tcp_sendmsg +EXPORT_SYMBOL vmlinux 0x2733eaf7 scsi_dev_info_list_add_keyed +EXPORT_SYMBOL vmlinux 0x27371e53 security_sk_classify_flow +EXPORT_SYMBOL vmlinux 0x273f8090 key_unlink +EXPORT_SYMBOL vmlinux 0x2741a884 fscrypt_ioctl_get_policy +EXPORT_SYMBOL vmlinux 0x27453254 skb_vlan_push +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 0x276c83d0 sock_set_rcvbuf +EXPORT_SYMBOL vmlinux 0x276d2884 validate_slab_cache +EXPORT_SYMBOL vmlinux 0x27756bc8 scsi_sanitize_inquiry_string +EXPORT_SYMBOL vmlinux 0x277835b2 mmc_unregister_driver +EXPORT_SYMBOL vmlinux 0x277b49f1 __genphy_config_aneg +EXPORT_SYMBOL vmlinux 0x277df9ca path_is_under +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 0x278e044a mmc_gpio_get_cd +EXPORT_SYMBOL vmlinux 0x279e7a44 devm_pci_alloc_host_bridge +EXPORT_SYMBOL vmlinux 0x27a2c47c pcibios_bus_to_resource +EXPORT_SYMBOL vmlinux 0x27a67d98 ip_route_input_noref +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 0x27c6a44a bio_integrity_alloc +EXPORT_SYMBOL vmlinux 0x27cdca93 pci_add_resource +EXPORT_SYMBOL vmlinux 0x27d5edb4 __pskb_pull_tail +EXPORT_SYMBOL vmlinux 0x27e0dd0a qcom_scm_pas_init_image +EXPORT_SYMBOL vmlinux 0x27f5ecc9 of_parse_phandle_with_args_map +EXPORT_SYMBOL vmlinux 0x280f7ea2 simple_rmdir +EXPORT_SYMBOL vmlinux 0x281823c5 __kfifo_out_peek +EXPORT_SYMBOL vmlinux 0x281ce68d tcf_exts_num_actions +EXPORT_SYMBOL vmlinux 0x281ffd17 ip_setsockopt +EXPORT_SYMBOL vmlinux 0x282029be xfrm6_rcv_encap +EXPORT_SYMBOL vmlinux 0x285e82c2 init_pseudo +EXPORT_SYMBOL vmlinux 0x2863732c dmam_pool_create +EXPORT_SYMBOL vmlinux 0x2875a315 utf32_to_utf8 +EXPORT_SYMBOL vmlinux 0x289771bb commit_creds +EXPORT_SYMBOL vmlinux 0x289fb821 pci_free_host_bridge +EXPORT_SYMBOL vmlinux 0x28af876b iget_failed +EXPORT_SYMBOL vmlinux 0x28b9fe20 locks_init_lock +EXPORT_SYMBOL vmlinux 0x28ccf9d0 __sk_queue_drop_skb +EXPORT_SYMBOL vmlinux 0x28f039b3 rproc_coredump_set_elf_info +EXPORT_SYMBOL vmlinux 0x28f4e1d3 __destroy_inode +EXPORT_SYMBOL vmlinux 0x28f94604 __ubsan_handle_builtin_unreachable +EXPORT_SYMBOL vmlinux 0x290b7f57 napi_gro_flush +EXPORT_SYMBOL vmlinux 0x29144ce8 xfrm_policy_walk_done +EXPORT_SYMBOL vmlinux 0x29172952 xfrm_register_type_offload +EXPORT_SYMBOL vmlinux 0x291d0032 security_binder_set_context_mgr +EXPORT_SYMBOL vmlinux 0x29305506 skb_dequeue_tail +EXPORT_SYMBOL vmlinux 0x295c79e2 i2c_smbus_read_i2c_block_data_or_emulated +EXPORT_SYMBOL vmlinux 0x295f18e3 input_register_device +EXPORT_SYMBOL vmlinux 0x29604158 napi_busy_loop +EXPORT_SYMBOL vmlinux 0x2967ea8a fman_register_intr +EXPORT_SYMBOL vmlinux 0x296b8bbf __kfifo_dma_in_prepare +EXPORT_SYMBOL vmlinux 0x29789c9e bio_reset +EXPORT_SYMBOL vmlinux 0x297c8a7d dma_fence_allocate_private_stub +EXPORT_SYMBOL vmlinux 0x2982cd15 serio_unregister_driver +EXPORT_SYMBOL vmlinux 0x2990e04a xfrm_sad_getinfo +EXPORT_SYMBOL vmlinux 0x29919057 tcp_check_req +EXPORT_SYMBOL vmlinux 0x29c5f5c5 jbd2_journal_init_jbd_inode +EXPORT_SYMBOL vmlinux 0x29d97d82 of_get_next_child +EXPORT_SYMBOL vmlinux 0x29e1e204 hdmi_audio_infoframe_pack +EXPORT_SYMBOL vmlinux 0x29fb139f i2c_smbus_xfer +EXPORT_SYMBOL vmlinux 0x2a014c36 tcp_prot +EXPORT_SYMBOL vmlinux 0x2a0a72af netdev_alert +EXPORT_SYMBOL vmlinux 0x2a303d4d check_signature +EXPORT_SYMBOL vmlinux 0x2a515067 netif_inherit_tso_max +EXPORT_SYMBOL vmlinux 0x2a6a5aac sockopt_capable +EXPORT_SYMBOL vmlinux 0x2a8a0874 qdisc_hash_del +EXPORT_SYMBOL vmlinux 0x2a8a0b96 page_frag_alloc_align +EXPORT_SYMBOL vmlinux 0x2a8e551d blk_set_stacking_limits +EXPORT_SYMBOL vmlinux 0x2a928918 slhc_free +EXPORT_SYMBOL vmlinux 0x2a9a3905 vme_master_get +EXPORT_SYMBOL vmlinux 0x2a9ab74e of_node_name_eq +EXPORT_SYMBOL vmlinux 0x2aa0843e mempool_resize +EXPORT_SYMBOL vmlinux 0x2aa8c6e3 inet6_del_offload +EXPORT_SYMBOL vmlinux 0x2aaaacd4 netdev_err +EXPORT_SYMBOL vmlinux 0x2aabaf9d xudma_tchan_get +EXPORT_SYMBOL vmlinux 0x2aabcdc8 vmalloc_array +EXPORT_SYMBOL vmlinux 0x2ab2ee91 brcmstb_get_product_id +EXPORT_SYMBOL vmlinux 0x2ac7dd06 lookup_one_positive_unlocked +EXPORT_SYMBOL vmlinux 0x2ace25f5 xsk_clear_rx_need_wakeup +EXPORT_SYMBOL vmlinux 0x2ad5bd40 xfrm6_rcv_tnl +EXPORT_SYMBOL vmlinux 0x2af2c96a pcix_get_mmrbc +EXPORT_SYMBOL vmlinux 0x2af3a9e2 tty_lock +EXPORT_SYMBOL vmlinux 0x2b0db0fe sockfd_lookup +EXPORT_SYMBOL vmlinux 0x2b0dc3b2 alloc_mdio_bitbang +EXPORT_SYMBOL vmlinux 0x2b100bc6 fscrypt_put_encryption_info +EXPORT_SYMBOL vmlinux 0x2b1a2b98 gnet_stats_finish_copy +EXPORT_SYMBOL vmlinux 0x2b1abce3 fman_has_errata_a050385 +EXPORT_SYMBOL vmlinux 0x2b31775f kobject_get_unless_zero +EXPORT_SYMBOL vmlinux 0x2b32bc6b blk_pm_runtime_init +EXPORT_SYMBOL vmlinux 0x2b4e8727 forget_cached_acl +EXPORT_SYMBOL vmlinux 0x2b593aa8 gen_pool_alloc_algo_owner +EXPORT_SYMBOL vmlinux 0x2b59cc8f netdev_has_upper_dev +EXPORT_SYMBOL vmlinux 0x2b713503 address_space_init_once +EXPORT_SYMBOL vmlinux 0x2b753f8e do_SAK +EXPORT_SYMBOL vmlinux 0x2b83ddf4 inet_csk_complete_hashdance +EXPORT_SYMBOL vmlinux 0x2b99280d posix_acl_update_mode +EXPORT_SYMBOL vmlinux 0x2b9da7a4 genl_lock +EXPORT_SYMBOL vmlinux 0x2baa3d24 skb_append +EXPORT_SYMBOL vmlinux 0x2bae204e mt_find +EXPORT_SYMBOL vmlinux 0x2baff5f8 ppp_register_compressor +EXPORT_SYMBOL vmlinux 0x2bb6099e dq_data_lock +EXPORT_SYMBOL vmlinux 0x2bd60ab9 acpi_reset +EXPORT_SYMBOL vmlinux 0x2bfbab10 __memmove +EXPORT_SYMBOL vmlinux 0x2c092a89 ethtool_op_get_link +EXPORT_SYMBOL vmlinux 0x2c0ceedf folio_migrate_flags +EXPORT_SYMBOL vmlinux 0x2c256e1f input_scancode_to_scalar +EXPORT_SYMBOL vmlinux 0x2c329e54 tegra_powergate_sequence_power_up +EXPORT_SYMBOL vmlinux 0x2c541e7b radix_tree_next_chunk +EXPORT_SYMBOL vmlinux 0x2c71fbfb proc_dobool +EXPORT_SYMBOL vmlinux 0x2c7797c4 mount_nodev +EXPORT_SYMBOL vmlinux 0x2c82c36a security_secmark_relabel_packet +EXPORT_SYMBOL vmlinux 0x2c91e17c vm_get_page_prot +EXPORT_SYMBOL vmlinux 0x2c9217a0 i2c_smbus_write_block_data +EXPORT_SYMBOL vmlinux 0x2c9c1e17 rpmh_write_async +EXPORT_SYMBOL vmlinux 0x2ca986b7 sock_diag_put_filterinfo +EXPORT_SYMBOL vmlinux 0x2cbd7970 dcb_setapp +EXPORT_SYMBOL vmlinux 0x2cc1de2e param_array_ops +EXPORT_SYMBOL vmlinux 0x2ccd059a dim_on_top +EXPORT_SYMBOL vmlinux 0x2cdf87a1 proc_dointvec_minmax +EXPORT_SYMBOL vmlinux 0x2ce709e0 tty_port_open +EXPORT_SYMBOL vmlinux 0x2ce9be27 tcf_em_tree_destroy +EXPORT_SYMBOL vmlinux 0x2cec976f noop_llseek +EXPORT_SYMBOL vmlinux 0x2cf0a9cc sync_filesystem +EXPORT_SYMBOL vmlinux 0x2cf0c910 sg_init_table +EXPORT_SYMBOL vmlinux 0x2cf56265 __dynamic_pr_debug +EXPORT_SYMBOL vmlinux 0x2d0c5846 dquot_initialize +EXPORT_SYMBOL vmlinux 0x2d140a58 genl_unlock +EXPORT_SYMBOL vmlinux 0x2d152a71 input_copy_abs +EXPORT_SYMBOL vmlinux 0x2d270038 phy_ethtool_set_wol +EXPORT_SYMBOL vmlinux 0x2d2e730e of_find_node_by_type +EXPORT_SYMBOL vmlinux 0x2d30596c from_kqid_munged +EXPORT_SYMBOL vmlinux 0x2d3385d3 system_wq +EXPORT_SYMBOL vmlinux 0x2d39b0a7 kstrdup +EXPORT_SYMBOL vmlinux 0x2d3a4e3e netpoll_cleanup +EXPORT_SYMBOL vmlinux 0x2d435269 pci_enable_ptm +EXPORT_SYMBOL vmlinux 0x2d4c773a hdmi_spd_infoframe_init +EXPORT_SYMBOL vmlinux 0x2d4daef5 find_font +EXPORT_SYMBOL vmlinux 0x2d5bffe3 input_mt_sync_frame +EXPORT_SYMBOL vmlinux 0x2d70aa16 input_set_min_poll_interval +EXPORT_SYMBOL vmlinux 0x2d81ee1f vfs_unlink +EXPORT_SYMBOL vmlinux 0x2d8833ff param_set_hexint +EXPORT_SYMBOL vmlinux 0x2d912bca dmi_get_bios_year +EXPORT_SYMBOL vmlinux 0x2d92ee5e dquot_load_quota_sb +EXPORT_SYMBOL vmlinux 0x2d994605 security_inode_copy_up_xattr +EXPORT_SYMBOL vmlinux 0x2dcccb4f pagecache_isize_extended +EXPORT_SYMBOL vmlinux 0x2dcd5267 register_md_cluster_operations +EXPORT_SYMBOL vmlinux 0x2dce2f1c __irq_regs +EXPORT_SYMBOL vmlinux 0x2dd93ce6 jbd2_journal_release_jbd_inode +EXPORT_SYMBOL vmlinux 0x2de1cfc8 pcim_iomap_regions_request_all +EXPORT_SYMBOL vmlinux 0x2de3f265 sock_no_bind +EXPORT_SYMBOL vmlinux 0x2de6a874 __folio_cancel_dirty +EXPORT_SYMBOL vmlinux 0x2de98ea7 sock_no_socketpair +EXPORT_SYMBOL vmlinux 0x2e035168 tcp_inbound_md5_hash +EXPORT_SYMBOL vmlinux 0x2e0b1deb dma_fence_get_status +EXPORT_SYMBOL vmlinux 0x2e1a3061 pldmfw_flash_image +EXPORT_SYMBOL vmlinux 0x2e1b7008 phy_resume +EXPORT_SYMBOL vmlinux 0x2e1ca751 clk_put +EXPORT_SYMBOL vmlinux 0x2e2b40d2 strncat +EXPORT_SYMBOL vmlinux 0x2e2c4ddc logic_inw +EXPORT_SYMBOL vmlinux 0x2e39a64e set_disk_ro +EXPORT_SYMBOL vmlinux 0x2e3bcce2 wait_for_completion_interruptible +EXPORT_SYMBOL vmlinux 0x2e439142 drm_get_panel_orientation_quirk +EXPORT_SYMBOL vmlinux 0x2e44ce52 genphy_c37_read_status +EXPORT_SYMBOL vmlinux 0x2e47e19e keyring_search +EXPORT_SYMBOL vmlinux 0x2e52c7ff d_find_alias +EXPORT_SYMBOL vmlinux 0x2e5b27da xudma_alloc_gp_rflow_range +EXPORT_SYMBOL vmlinux 0x2e631ec9 dst_cow_metrics_generic +EXPORT_SYMBOL vmlinux 0x2e769a58 __inc_zone_page_state +EXPORT_SYMBOL vmlinux 0x2e77580e simple_rename +EXPORT_SYMBOL vmlinux 0x2e8b6b58 ps2_handle_response +EXPORT_SYMBOL vmlinux 0x2e96c6e5 module_put +EXPORT_SYMBOL vmlinux 0x2ec6bba0 errseq_set +EXPORT_SYMBOL vmlinux 0x2ec7f69b folio_end_private_2 +EXPORT_SYMBOL vmlinux 0x2ed95bd3 tcf_chain_get_by_act +EXPORT_SYMBOL vmlinux 0x2ede0e74 jbd2_journal_submit_inode_data_buffers +EXPORT_SYMBOL vmlinux 0x2ee4c2b1 hdmi_avi_infoframe_pack_only +EXPORT_SYMBOL vmlinux 0x2ef209a7 tcp_md5_hash_key +EXPORT_SYMBOL vmlinux 0x2ef994d3 phy_device_create +EXPORT_SYMBOL vmlinux 0x2f03fc4b security_secmark_refcount_inc +EXPORT_SYMBOL vmlinux 0x2f0caa83 sock_alloc_file +EXPORT_SYMBOL vmlinux 0x2f0d2927 pnp_unregister_card_driver +EXPORT_SYMBOL vmlinux 0x2f1254d1 ucc_tdm_init +EXPORT_SYMBOL vmlinux 0x2f13a70e pnp_start_dev +EXPORT_SYMBOL vmlinux 0x2f2e91b2 security_ib_alloc_security +EXPORT_SYMBOL vmlinux 0x2f31b848 inet_shutdown +EXPORT_SYMBOL vmlinux 0x2f333aab imx_scu_get_handle +EXPORT_SYMBOL vmlinux 0x2f3351d2 drop_super_exclusive +EXPORT_SYMBOL vmlinux 0x2f384db3 acpi_is_video_device +EXPORT_SYMBOL vmlinux 0x2f72f4b8 pcie_capability_read_dword +EXPORT_SYMBOL vmlinux 0x2f7754a8 dma_pool_free +EXPORT_SYMBOL vmlinux 0x2f83e8a5 __xfrm_route_forward +EXPORT_SYMBOL vmlinux 0x2f8bce38 ptp_cancel_worker_sync +EXPORT_SYMBOL vmlinux 0x2f96407b fb_get_mode +EXPORT_SYMBOL vmlinux 0x2fa5ded1 mmc_retune_pause +EXPORT_SYMBOL vmlinux 0x2fcc86d4 tty_unregister_driver +EXPORT_SYMBOL vmlinux 0x2fe252cc unregister_inet6addr_notifier +EXPORT_SYMBOL vmlinux 0x2fe2941f dquot_alloc +EXPORT_SYMBOL vmlinux 0x2fe5b535 qcom_scm_assign_mem +EXPORT_SYMBOL vmlinux 0x2fe71f56 pagecache_get_page +EXPORT_SYMBOL vmlinux 0x2ff52446 phy_validate_pause +EXPORT_SYMBOL vmlinux 0x2fff112d copy_page_to_iter +EXPORT_SYMBOL vmlinux 0x300b1692 kern_unmount_array +EXPORT_SYMBOL vmlinux 0x300fdf39 vfs_ioctl +EXPORT_SYMBOL vmlinux 0x302a81c8 complete_request_key +EXPORT_SYMBOL vmlinux 0x302e5d85 d_move +EXPORT_SYMBOL vmlinux 0x303cf911 skb_queue_tail +EXPORT_SYMBOL vmlinux 0x3061e58a file_check_and_advance_wb_err +EXPORT_SYMBOL vmlinux 0x308d05a1 I_BDEV +EXPORT_SYMBOL vmlinux 0x3093cb79 sk_stop_timer +EXPORT_SYMBOL vmlinux 0x3096be16 names_cachep +EXPORT_SYMBOL vmlinux 0x309f3726 security_inode_notifysecctx +EXPORT_SYMBOL vmlinux 0x30a80826 __kfifo_from_user +EXPORT_SYMBOL vmlinux 0x30acfde9 hsiphash_2u32 +EXPORT_SYMBOL vmlinux 0x30b6bb49 ata_print_version +EXPORT_SYMBOL vmlinux 0x30c54681 scsi_print_sense_hdr +EXPORT_SYMBOL vmlinux 0x30daa647 phy_write_paged +EXPORT_SYMBOL vmlinux 0x30e64ac3 phy_loopback +EXPORT_SYMBOL vmlinux 0x30ece669 mmc_can_gpio_ro +EXPORT_SYMBOL vmlinux 0x30ef89b5 xp_can_alloc +EXPORT_SYMBOL vmlinux 0x30f35d11 padata_alloc +EXPORT_SYMBOL vmlinux 0x3100bce6 config_item_get +EXPORT_SYMBOL vmlinux 0x3112c9d0 vme_irq_free +EXPORT_SYMBOL vmlinux 0x3126a9e8 siphash_1u64 +EXPORT_SYMBOL vmlinux 0x31296c90 ppp_unit_number +EXPORT_SYMBOL vmlinux 0x312ed932 verify_spi_info +EXPORT_SYMBOL vmlinux 0x313534db key_put +EXPORT_SYMBOL vmlinux 0x31586113 dev_set_mtu +EXPORT_SYMBOL vmlinux 0x319d493d proc_dostring +EXPORT_SYMBOL vmlinux 0x31a4767f qcom_scm_hdcp_available +EXPORT_SYMBOL vmlinux 0x31a9f39c sk_page_frag_refill +EXPORT_SYMBOL vmlinux 0x31aab110 mr_dump +EXPORT_SYMBOL vmlinux 0x31bcf678 netdev_master_upper_dev_link +EXPORT_SYMBOL vmlinux 0x31eed997 mmc_retune_release +EXPORT_SYMBOL vmlinux 0x31f29961 netdev_adjacent_change_commit +EXPORT_SYMBOL vmlinux 0x31f58004 nvdimm_namespace_common_probe +EXPORT_SYMBOL vmlinux 0x3213f038 mutex_unlock +EXPORT_SYMBOL vmlinux 0x3221df67 __bitmap_subset +EXPORT_SYMBOL vmlinux 0x3221fef9 udp_seq_stop +EXPORT_SYMBOL vmlinux 0x32394d4b qe_issue_cmd +EXPORT_SYMBOL vmlinux 0x327164e3 dev_deactivate +EXPORT_SYMBOL vmlinux 0x32787823 __skb_ext_put +EXPORT_SYMBOL vmlinux 0x327c84bf vme_lm_attach +EXPORT_SYMBOL vmlinux 0x3282b337 jbd2_journal_force_commit_nested +EXPORT_SYMBOL vmlinux 0x3282f400 fs_param_is_fd +EXPORT_SYMBOL vmlinux 0x3283e6b0 prandom_seed_full_state +EXPORT_SYMBOL vmlinux 0x32a38efb fwnode_irq_get +EXPORT_SYMBOL vmlinux 0x32a4621d devm_devfreq_register_notifier +EXPORT_SYMBOL vmlinux 0x32b04f12 dec_zone_page_state +EXPORT_SYMBOL vmlinux 0x32ce3777 radix_tree_preload +EXPORT_SYMBOL vmlinux 0x32cfdcc8 folio_mark_accessed +EXPORT_SYMBOL vmlinux 0x32d7745b fqdir_exit +EXPORT_SYMBOL vmlinux 0x32e6f1a0 acpi_video_backlight_string +EXPORT_SYMBOL vmlinux 0x32e8cfea mtree_load +EXPORT_SYMBOL vmlinux 0x32f530bf sock_no_listen +EXPORT_SYMBOL vmlinux 0x33037fd8 logic_outl +EXPORT_SYMBOL vmlinux 0x3304cfc5 param_ops_dyndbg_classes +EXPORT_SYMBOL vmlinux 0x331cfa06 udp_gro_receive +EXPORT_SYMBOL vmlinux 0x332a174b acpi_dev_get_next_match_dev +EXPORT_SYMBOL vmlinux 0x333d24cc dma_sync_single_for_cpu +EXPORT_SYMBOL vmlinux 0x333ef01f scsi_host_alloc +EXPORT_SYMBOL vmlinux 0x3369ea44 mtree_insert_range +EXPORT_SYMBOL vmlinux 0x33736a1d __genradix_ptr_alloc +EXPORT_SYMBOL vmlinux 0x3374cf5a phy_stop +EXPORT_SYMBOL vmlinux 0x3376f37b tcf_action_check_ctrlact +EXPORT_SYMBOL vmlinux 0x3379f530 xfrm_policy_hash_rebuild +EXPORT_SYMBOL vmlinux 0x337fa6f8 blk_queue_flag_clear +EXPORT_SYMBOL vmlinux 0x338b7dda framebuffer_alloc +EXPORT_SYMBOL vmlinux 0x33942ee6 netif_receive_skb +EXPORT_SYMBOL vmlinux 0x3395a51f param_ops_string +EXPORT_SYMBOL vmlinux 0x3397a83d simple_transaction_get +EXPORT_SYMBOL vmlinux 0x339feb01 pnp_release_card_device +EXPORT_SYMBOL vmlinux 0x33afd878 scsi_device_put +EXPORT_SYMBOL vmlinux 0x33bd010b fs_param_is_string +EXPORT_SYMBOL vmlinux 0x33c43eb2 proc_create +EXPORT_SYMBOL vmlinux 0x33e0d32d phy_connect_direct +EXPORT_SYMBOL vmlinux 0x33e541a1 xfrm_state_walk_done +EXPORT_SYMBOL vmlinux 0x33f0768c cpufreq_quick_get_max +EXPORT_SYMBOL vmlinux 0x33fc9440 genphy_read_status_fixed +EXPORT_SYMBOL vmlinux 0x33fcf44a __kfifo_out_r +EXPORT_SYMBOL vmlinux 0x3402dc8b __write_overflow_field +EXPORT_SYMBOL vmlinux 0x34150ee9 filemap_alloc_folio +EXPORT_SYMBOL vmlinux 0x3424daf8 __traceiter_dma_fence_enable_signal +EXPORT_SYMBOL vmlinux 0x34271f22 xfrm_trans_queue +EXPORT_SYMBOL vmlinux 0x3443fd56 tc_setup_cb_destroy +EXPORT_SYMBOL vmlinux 0x344ca858 inet_protos +EXPORT_SYMBOL vmlinux 0x345b8d5f dst_release +EXPORT_SYMBOL vmlinux 0x3468f300 ipv6_sock_mc_drop +EXPORT_SYMBOL vmlinux 0x3471a45e kthread_create_worker_on_cpu +EXPORT_SYMBOL vmlinux 0x349cba85 strchr +EXPORT_SYMBOL vmlinux 0x34a1f7e3 acpi_processor_get_psd +EXPORT_SYMBOL vmlinux 0x34b4a362 kernel_listen +EXPORT_SYMBOL vmlinux 0x34c7cdbc lookup_bdev +EXPORT_SYMBOL vmlinux 0x34db050b _raw_spin_lock_irqsave +EXPORT_SYMBOL vmlinux 0x34e9463f inet_stream_ops +EXPORT_SYMBOL vmlinux 0x34f3484e security_tun_dev_attach_queue +EXPORT_SYMBOL vmlinux 0x350ea558 dma_fence_default_wait +EXPORT_SYMBOL vmlinux 0x3517383e register_reboot_notifier +EXPORT_SYMBOL vmlinux 0x352586b2 fs_lookup_param +EXPORT_SYMBOL vmlinux 0x352e871c __module_put_and_kthread_exit +EXPORT_SYMBOL vmlinux 0x3539f11b match_strlcpy +EXPORT_SYMBOL vmlinux 0x354ed3ef nf_ip6_checksum +EXPORT_SYMBOL vmlinux 0x354fd3f7 tcp_read_skb +EXPORT_SYMBOL vmlinux 0x356461c8 rtc_time64_to_tm +EXPORT_SYMBOL vmlinux 0x3574ed11 folio_write_one +EXPORT_SYMBOL vmlinux 0x357cc7d0 seq_write +EXPORT_SYMBOL vmlinux 0x3589ffff of_get_cpu_node +EXPORT_SYMBOL vmlinux 0x359789c8 __netif_rx +EXPORT_SYMBOL vmlinux 0x35a88f28 zlib_inflateInit2 +EXPORT_SYMBOL vmlinux 0x35d19e51 __skb_flow_dissect +EXPORT_SYMBOL vmlinux 0x35f1d03e skb_checksum_help +EXPORT_SYMBOL vmlinux 0x360b1afe probe_irq_mask +EXPORT_SYMBOL vmlinux 0x3622b25b of_find_property +EXPORT_SYMBOL vmlinux 0x3645d888 blkdev_issue_zeroout +EXPORT_SYMBOL vmlinux 0x36473750 __fs_parse +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 0x366f65c1 blk_mq_alloc_disk_for_queue +EXPORT_SYMBOL vmlinux 0x367ec76b udp_prot +EXPORT_SYMBOL vmlinux 0x3682d040 seg6_hmac_info_lookup +EXPORT_SYMBOL vmlinux 0x368f41ae __dst_destroy_metrics_generic +EXPORT_SYMBOL vmlinux 0x36a539a6 bio_endio +EXPORT_SYMBOL vmlinux 0x36a86be4 param_ops_ushort +EXPORT_SYMBOL vmlinux 0x36b6ebbf down_killable +EXPORT_SYMBOL vmlinux 0x36b90c9c rproc_of_parse_firmware +EXPORT_SYMBOL vmlinux 0x36baa78a unix_detach_fds +EXPORT_SYMBOL vmlinux 0x36c51063 flow_block_cb_decref +EXPORT_SYMBOL vmlinux 0x36f9b088 of_graph_parse_endpoint +EXPORT_SYMBOL vmlinux 0x37110088 remove_wait_queue +EXPORT_SYMBOL vmlinux 0x371e1953 __printk_cpu_sync_wait +EXPORT_SYMBOL vmlinux 0x37261a50 devm_arch_io_reserve_memtype_wc +EXPORT_SYMBOL vmlinux 0x372b4469 can_nice +EXPORT_SYMBOL vmlinux 0x37445675 ip_mc_inc_group +EXPORT_SYMBOL vmlinux 0x3744cf36 vmalloc_to_pfn +EXPORT_SYMBOL vmlinux 0x3755f990 gf128mul_init_64k_bbe +EXPORT_SYMBOL vmlinux 0x3756d7d7 kill_anon_super +EXPORT_SYMBOL vmlinux 0x37689d92 sg_miter_skip +EXPORT_SYMBOL vmlinux 0x377407b0 blk_post_runtime_suspend +EXPORT_SYMBOL vmlinux 0x37763e5f phys_mem_access_prot +EXPORT_SYMBOL vmlinux 0x377d8004 acpi_error +EXPORT_SYMBOL vmlinux 0x37a41fa1 slab_build_skb +EXPORT_SYMBOL vmlinux 0x37b8b39e screen_info +EXPORT_SYMBOL vmlinux 0x37befc70 jiffies_to_msecs +EXPORT_SYMBOL vmlinux 0x37c1f00b __dev_kfree_skb_irq +EXPORT_SYMBOL vmlinux 0x37db8f19 dmi_get_date +EXPORT_SYMBOL vmlinux 0x37dba45f ip_tunnel_header_ops +EXPORT_SYMBOL vmlinux 0x37e10982 security_skb_classify_flow +EXPORT_SYMBOL vmlinux 0x381a798a setup_max_cpus +EXPORT_SYMBOL vmlinux 0x382933cb xfrm6_rcv_spi +EXPORT_SYMBOL vmlinux 0x382f74d8 unlock_new_inode +EXPORT_SYMBOL vmlinux 0x3854774b kstrtoll +EXPORT_SYMBOL vmlinux 0x3854cd29 tcp_sock_set_syncnt +EXPORT_SYMBOL vmlinux 0x3862c23d ip_mc_join_group +EXPORT_SYMBOL vmlinux 0x386ffbfd crypto_sha256_update +EXPORT_SYMBOL vmlinux 0x3871ada6 writeback_inodes_sb +EXPORT_SYMBOL vmlinux 0x387ab0b3 skb_expand_head +EXPORT_SYMBOL vmlinux 0x387b4bc5 nvdimm_bus_unlock +EXPORT_SYMBOL vmlinux 0x38869d88 kstat +EXPORT_SYMBOL vmlinux 0x3889acaf proc_remove +EXPORT_SYMBOL vmlinux 0x388aa3c9 neigh_proc_dointvec_ms_jiffies +EXPORT_SYMBOL vmlinux 0x388fc24c phy_queue_state_machine +EXPORT_SYMBOL vmlinux 0x3891ffc8 ecryptfs_fill_auth_tok +EXPORT_SYMBOL vmlinux 0x389617b0 LZ4_decompress_fast_continue +EXPORT_SYMBOL vmlinux 0x389acf0c gpmc_configure +EXPORT_SYMBOL vmlinux 0x389fa590 nf_setsockopt +EXPORT_SYMBOL vmlinux 0x38a71b7e pci_free_resource_list +EXPORT_SYMBOL vmlinux 0x38a9f7c5 in6addr_loopback +EXPORT_SYMBOL vmlinux 0x38bbe77d security_sctp_bind_connect +EXPORT_SYMBOL vmlinux 0x38c20258 blk_queue_segment_boundary +EXPORT_SYMBOL vmlinux 0x38df1052 devm_aperture_acquire_for_platform_device +EXPORT_SYMBOL vmlinux 0x38e46431 mempool_exit +EXPORT_SYMBOL vmlinux 0x38e4943d scsi_device_set_state +EXPORT_SYMBOL vmlinux 0x38e88ebd seq_release_private +EXPORT_SYMBOL vmlinux 0x390f231b textsearch_unregister +EXPORT_SYMBOL vmlinux 0x39133b85 neigh_sysctl_unregister +EXPORT_SYMBOL vmlinux 0x391df80a netstamp_needed_key +EXPORT_SYMBOL vmlinux 0x391fc3b4 key_reject_and_link +EXPORT_SYMBOL vmlinux 0x39214432 pci_read_config_byte +EXPORT_SYMBOL vmlinux 0x3928efe9 __per_cpu_offset +EXPORT_SYMBOL vmlinux 0x392b1fea wait_for_completion_io +EXPORT_SYMBOL vmlinux 0x3939f8f0 rfkill_pause_polling +EXPORT_SYMBOL vmlinux 0x393a705f blk_queue_update_dma_pad +EXPORT_SYMBOL vmlinux 0x393cb037 pnp_get_resource +EXPORT_SYMBOL vmlinux 0x3945c2bb touchscreen_parse_properties +EXPORT_SYMBOL vmlinux 0x39461d6a in_egroup_p +EXPORT_SYMBOL vmlinux 0x39493bb6 sock_release +EXPORT_SYMBOL vmlinux 0x394a1e11 phy_sfp_attach +EXPORT_SYMBOL vmlinux 0x39524a21 eth_prepare_mac_addr_change +EXPORT_SYMBOL vmlinux 0x3955f8a4 tso_build_data +EXPORT_SYMBOL vmlinux 0x3955fcf6 __kfifo_in_r +EXPORT_SYMBOL vmlinux 0x395d6b28 skb_get_hash_perturb +EXPORT_SYMBOL vmlinux 0x3967a3ec rc5t583_ext_power_req_config +EXPORT_SYMBOL vmlinux 0x3973cf47 udp_seq_start +EXPORT_SYMBOL vmlinux 0x3982f2d0 mmc_gpiod_request_cd_irq +EXPORT_SYMBOL vmlinux 0x3984f95b devm_of_find_backlight +EXPORT_SYMBOL vmlinux 0x398ff5b8 vme_dma_request +EXPORT_SYMBOL vmlinux 0x39991865 icmp_global_allow +EXPORT_SYMBOL vmlinux 0x399ad043 __kfifo_dma_out_finish_r +EXPORT_SYMBOL vmlinux 0x399d68f5 fman_unregister_intr +EXPORT_SYMBOL vmlinux 0x39b12223 __acpi_handle_debug +EXPORT_SYMBOL vmlinux 0x39b37c74 rproc_vq_interrupt +EXPORT_SYMBOL vmlinux 0x39b8d49c cpu_rmap_update +EXPORT_SYMBOL vmlinux 0x39bab5ec pci_request_irq +EXPORT_SYMBOL vmlinux 0x39be4b8e qman_volatile_dequeue +EXPORT_SYMBOL vmlinux 0x39c74235 dm_read_arg_group +EXPORT_SYMBOL vmlinux 0x39d34c07 pci_choose_state +EXPORT_SYMBOL vmlinux 0x39d5bea6 dev_set_mac_address +EXPORT_SYMBOL vmlinux 0x39d95ca4 zstd_reset_cstream +EXPORT_SYMBOL vmlinux 0x39e14a30 fput +EXPORT_SYMBOL vmlinux 0x39e18567 dev_pick_tx_zero +EXPORT_SYMBOL vmlinux 0x3a03e125 sock_i_uid +EXPORT_SYMBOL vmlinux 0x3a199e1b __tcf_em_tree_match +EXPORT_SYMBOL vmlinux 0x3a287b31 neigh_lookup +EXPORT_SYMBOL vmlinux 0x3a28e3cd netdev_port_same_parent_id +EXPORT_SYMBOL vmlinux 0x3a33476d tty_flip_buffer_push +EXPORT_SYMBOL vmlinux 0x3a3e7039 ip_mc_leave_group +EXPORT_SYMBOL vmlinux 0x3a474896 sock_efree +EXPORT_SYMBOL vmlinux 0x3a4f9d28 rng_is_initialized +EXPORT_SYMBOL vmlinux 0x3a548ce5 mipi_dsi_dcs_write +EXPORT_SYMBOL vmlinux 0x3a610ac8 netdev_features_change +EXPORT_SYMBOL vmlinux 0x3a74d8f8 devm_free_irq +EXPORT_SYMBOL vmlinux 0x3a7e49ef security_sb_set_mnt_opts +EXPORT_SYMBOL vmlinux 0x3a9a60c6 rproc_elf_find_loaded_rsc_table +EXPORT_SYMBOL vmlinux 0x3ab17712 rproc_mem_entry_init +EXPORT_SYMBOL vmlinux 0x3ab28948 console_srcu_read_lock +EXPORT_SYMBOL vmlinux 0x3ab7b1cc scsi_set_sense_field_pointer +EXPORT_SYMBOL vmlinux 0x3abe11d5 dquot_release +EXPORT_SYMBOL vmlinux 0x3aca0190 _raw_write_lock_irq +EXPORT_SYMBOL vmlinux 0x3acfe1b8 vmap +EXPORT_SYMBOL vmlinux 0x3ad5cda3 lockref_get_not_zero +EXPORT_SYMBOL vmlinux 0x3ad7a5d5 acpi_evaluate_reference +EXPORT_SYMBOL vmlinux 0x3ada9e06 acpi_check_region +EXPORT_SYMBOL vmlinux 0x3ae34aeb zstd_init_dctx +EXPORT_SYMBOL vmlinux 0x3ae4e08e pci_set_master +EXPORT_SYMBOL vmlinux 0x3aff3200 acpi_evaluate_object_typed +EXPORT_SYMBOL vmlinux 0x3b0f23d2 xudma_is_pktdma +EXPORT_SYMBOL vmlinux 0x3b102265 n_tty_ioctl_helper +EXPORT_SYMBOL vmlinux 0x3b1ef6ae i2c_verify_adapter +EXPORT_SYMBOL vmlinux 0x3b20fb95 dma_fence_remove_callback +EXPORT_SYMBOL vmlinux 0x3b321462 LZ4_setStreamDecode +EXPORT_SYMBOL vmlinux 0x3b4166fe sk_stream_error +EXPORT_SYMBOL vmlinux 0x3b4f1545 dup_iter +EXPORT_SYMBOL vmlinux 0x3b635361 is_subdir +EXPORT_SYMBOL vmlinux 0x3b638cff dev_addr_del +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 0x3b78a300 to_nd_dax +EXPORT_SYMBOL vmlinux 0x3b90c938 textsearch_destroy +EXPORT_SYMBOL vmlinux 0x3b9144c9 acpi_get_current_resources +EXPORT_SYMBOL vmlinux 0x3b9f4091 iov_iter_advance +EXPORT_SYMBOL vmlinux 0x3bc05442 send_sig_info +EXPORT_SYMBOL vmlinux 0x3bc4185d ip_check_defrag +EXPORT_SYMBOL vmlinux 0x3bd5e329 param_get_byte +EXPORT_SYMBOL vmlinux 0x3be86baa kmem_cache_free +EXPORT_SYMBOL vmlinux 0x3bfbcafa mq_change_real_num_tx +EXPORT_SYMBOL vmlinux 0x3bfdcdee __nla_put +EXPORT_SYMBOL vmlinux 0x3c0e1620 qcom_scm_pas_metadata_release +EXPORT_SYMBOL vmlinux 0x3c185c61 page_put_link +EXPORT_SYMBOL vmlinux 0x3c188bb3 pci_bus_add_devices +EXPORT_SYMBOL vmlinux 0x3c220ad0 folio_redirty_for_writepage +EXPORT_SYMBOL vmlinux 0x3c3215c4 qe_immr +EXPORT_SYMBOL vmlinux 0x3c3fce39 __local_bh_enable_ip +EXPORT_SYMBOL vmlinux 0x3c3ff9fd sprintf +EXPORT_SYMBOL vmlinux 0x3c85dac9 mmc_get_card +EXPORT_SYMBOL vmlinux 0x3c8a2a0b param_get_bool +EXPORT_SYMBOL vmlinux 0x3c92c7e5 generic_block_bmap +EXPORT_SYMBOL vmlinux 0x3cb23db3 console_srcu_read_unlock +EXPORT_SYMBOL vmlinux 0x3cbb940b zstd_init_dstream +EXPORT_SYMBOL vmlinux 0x3cd19504 param_get_invbool +EXPORT_SYMBOL vmlinux 0x3cd9ed83 logic_insw +EXPORT_SYMBOL vmlinux 0x3cdb47e7 arp_send +EXPORT_SYMBOL vmlinux 0x3ce4ca6f disable_irq +EXPORT_SYMBOL vmlinux 0x3cf1a8f5 phy_start_aneg +EXPORT_SYMBOL vmlinux 0x3cfc2a6f tcp_gro_complete +EXPORT_SYMBOL vmlinux 0x3d02cd70 dma_fence_signal_locked +EXPORT_SYMBOL vmlinux 0x3d18a956 phy_read_mmd +EXPORT_SYMBOL vmlinux 0x3d1c5730 jbd2_journal_set_features +EXPORT_SYMBOL vmlinux 0x3d210724 gen_pool_dma_zalloc_align +EXPORT_SYMBOL vmlinux 0x3d2337f5 ip6tun_encaps +EXPORT_SYMBOL vmlinux 0x3d3bddf4 scsi_partsize +EXPORT_SYMBOL vmlinux 0x3d5e4a25 dquot_set_dqblk +EXPORT_SYMBOL vmlinux 0x3d631ab8 folio_wait_bit_killable +EXPORT_SYMBOL vmlinux 0x3d93c7c2 __arm_smccc_sve_check +EXPORT_SYMBOL vmlinux 0x3d9ee9f0 clear_page +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 0x3db2b58b bio_integrity_add_page +EXPORT_SYMBOL vmlinux 0x3dbb3a58 phy_ethtool_get_eee +EXPORT_SYMBOL vmlinux 0x3dc619d3 swake_up_locked +EXPORT_SYMBOL vmlinux 0x3dcb88a0 irq_set_handler_data +EXPORT_SYMBOL vmlinux 0x3dcceca9 vfs_getattr_nosec +EXPORT_SYMBOL vmlinux 0x3dd3f054 xudma_rchan_get_id +EXPORT_SYMBOL vmlinux 0x3dd9b230 proc_dointvec_userhz_jiffies +EXPORT_SYMBOL vmlinux 0x3dde160f nvdimm_bus_lock +EXPORT_SYMBOL vmlinux 0x3df3b790 nf_register_queue_handler +EXPORT_SYMBOL vmlinux 0x3df6199b skb_vlan_pop +EXPORT_SYMBOL vmlinux 0x3dfb86b9 resource_list_create_entry +EXPORT_SYMBOL vmlinux 0x3dfc897c seq_hlist_start_head +EXPORT_SYMBOL vmlinux 0x3e0562d1 __post_watch_notification +EXPORT_SYMBOL vmlinux 0x3e0bfcc1 dev_set_alias +EXPORT_SYMBOL vmlinux 0x3e1b6b9c __blkdev_issue_zeroout +EXPORT_SYMBOL vmlinux 0x3e3bad0a __tasklet_hi_schedule +EXPORT_SYMBOL vmlinux 0x3e4398a6 tegra_ivc_reset +EXPORT_SYMBOL vmlinux 0x3e4ae38a fb_show_logo +EXPORT_SYMBOL vmlinux 0x3e519954 of_xudma_dev_get +EXPORT_SYMBOL vmlinux 0x3e5b163e serio_rescan +EXPORT_SYMBOL vmlinux 0x3e5daad3 dquot_initialize_needed +EXPORT_SYMBOL vmlinux 0x3e79fb00 arm_smccc_1_2_smc +EXPORT_SYMBOL vmlinux 0x3e7ce350 dcb_ieee_getapp_default_prio_mask +EXPORT_SYMBOL vmlinux 0x3e8ccb91 file_modified +EXPORT_SYMBOL vmlinux 0x3e9a7d52 tcf_exts_validate +EXPORT_SYMBOL vmlinux 0x3eb964c1 amba_device_unregister +EXPORT_SYMBOL vmlinux 0x3ecb4fda mmc_cqe_recovery +EXPORT_SYMBOL vmlinux 0x3eccbe2c __find_nth_bit +EXPORT_SYMBOL vmlinux 0x3ed646f8 remap_pfn_range +EXPORT_SYMBOL vmlinux 0x3edcc6a6 mdio_driver_unregister +EXPORT_SYMBOL vmlinux 0x3efe1703 phy_unregister_fixup_for_id +EXPORT_SYMBOL vmlinux 0x3f07daa3 inet_recvmsg +EXPORT_SYMBOL vmlinux 0x3f0eabd2 xxh64_update +EXPORT_SYMBOL vmlinux 0x3f27c8eb get_tree_nodev +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 0x3f524bbd inet_csk_clear_xmit_timers +EXPORT_SYMBOL vmlinux 0x3f6f0f68 skb_copy_bits +EXPORT_SYMBOL vmlinux 0x3f89071b security_ib_pkey_access +EXPORT_SYMBOL vmlinux 0x3f8a593e ppp_input +EXPORT_SYMBOL vmlinux 0x3f9c8fa1 devm_ioport_unmap +EXPORT_SYMBOL vmlinux 0x3fbcb3f1 compat_ptr_ioctl +EXPORT_SYMBOL vmlinux 0x3fbf3c89 vme_slave_set +EXPORT_SYMBOL vmlinux 0x3fc62187 xfrm_user_policy +EXPORT_SYMBOL vmlinux 0x3fd37ad8 nf_log_bind_pf +EXPORT_SYMBOL vmlinux 0x3fd78f3b register_chrdev_region +EXPORT_SYMBOL vmlinux 0x3fe2ccbe memweight +EXPORT_SYMBOL vmlinux 0x3fe70aa7 from_kuid +EXPORT_SYMBOL vmlinux 0x3feae022 genphy_aneg_done +EXPORT_SYMBOL vmlinux 0x40190246 netdev_sk_get_lowest_dev +EXPORT_SYMBOL vmlinux 0x40235c98 _raw_write_unlock +EXPORT_SYMBOL vmlinux 0x40278e47 netdev_notice +EXPORT_SYMBOL vmlinux 0x40379bac pci_fixup_cardbus +EXPORT_SYMBOL vmlinux 0x4062d39c unmap_mapping_range +EXPORT_SYMBOL vmlinux 0x4063dccb inet_add_offload +EXPORT_SYMBOL vmlinux 0x407104ad mr_vif_seq_idx +EXPORT_SYMBOL vmlinux 0x4073bafe _dev_crit +EXPORT_SYMBOL vmlinux 0x407cbdda inode_needs_sync +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 0x40ac2226 super_setup_bdi_name +EXPORT_SYMBOL vmlinux 0x40ad7650 ps2_drain +EXPORT_SYMBOL vmlinux 0x40c48a62 secure_tcpv6_ts_off +EXPORT_SYMBOL vmlinux 0x40c7247c si_meminfo +EXPORT_SYMBOL vmlinux 0x40c764b2 neigh_app_ns +EXPORT_SYMBOL vmlinux 0x40d04664 console_trylock +EXPORT_SYMBOL vmlinux 0x40d59096 unregister_restart_handler +EXPORT_SYMBOL vmlinux 0x40e07992 ipv6_skip_exthdr +EXPORT_SYMBOL vmlinux 0x40f28cf6 input_mt_report_finger_count +EXPORT_SYMBOL vmlinux 0x40f76a86 __vcalloc +EXPORT_SYMBOL vmlinux 0x40f7ae41 __fib6_flush_trees +EXPORT_SYMBOL vmlinux 0x4102665c gro_cells_receive +EXPORT_SYMBOL vmlinux 0x41199637 neigh_direct_output +EXPORT_SYMBOL vmlinux 0x411c60b5 pci_map_rom +EXPORT_SYMBOL vmlinux 0x41244a31 lookup_one_unlocked +EXPORT_SYMBOL vmlinux 0x412f893c page_offline_begin +EXPORT_SYMBOL vmlinux 0x4141ff52 netdev_offload_xstats_get +EXPORT_SYMBOL vmlinux 0x41482d8b strndup_user +EXPORT_SYMBOL vmlinux 0x414da5e5 qman_enqueue +EXPORT_SYMBOL vmlinux 0x416887b1 pci_unregister_driver +EXPORT_SYMBOL vmlinux 0x4188d439 neigh_rand_reach_time +EXPORT_SYMBOL vmlinux 0x41981cdb seq_open_private +EXPORT_SYMBOL vmlinux 0x41a0a3b6 sockopt_lock_sock +EXPORT_SYMBOL vmlinux 0x41a30bef mtree_store_range +EXPORT_SYMBOL vmlinux 0x41a97304 __traceiter_mmap_lock_acquire_returned +EXPORT_SYMBOL vmlinux 0x41b467d5 inet_csk_init_xmit_timers +EXPORT_SYMBOL vmlinux 0x41c40007 kobject_set_name +EXPORT_SYMBOL vmlinux 0x41e50e61 vfs_statfs +EXPORT_SYMBOL vmlinux 0x41e7db60 get_thermal_instance +EXPORT_SYMBOL vmlinux 0x41e9acb1 tty_port_lower_dtr_rts +EXPORT_SYMBOL vmlinux 0x41ed3709 get_random_bytes +EXPORT_SYMBOL vmlinux 0x41efdeaf radix_tree_lookup_slot +EXPORT_SYMBOL vmlinux 0x42079884 param_ops_byte +EXPORT_SYMBOL vmlinux 0x42218eaa get_user_pages +EXPORT_SYMBOL vmlinux 0x4222353e set_anon_super_fc +EXPORT_SYMBOL vmlinux 0x422bfccf scsi_print_result +EXPORT_SYMBOL vmlinux 0x4241b0cc blk_mq_alloc_tag_set +EXPORT_SYMBOL vmlinux 0x4243b754 devm_get_clk_from_child +EXPORT_SYMBOL vmlinux 0x4248181c mr_fill_mroute +EXPORT_SYMBOL vmlinux 0x4248ae3c single_task_running +EXPORT_SYMBOL vmlinux 0x424d3620 zlib_inflateIncomp +EXPORT_SYMBOL vmlinux 0x42513be5 phy_connect +EXPORT_SYMBOL vmlinux 0x42578e80 acpi_get_type +EXPORT_SYMBOL vmlinux 0x425fa4aa pcie_set_mps +EXPORT_SYMBOL vmlinux 0x4262f5a7 fault_in_iov_iter_readable +EXPORT_SYMBOL vmlinux 0x4266728b prepare_to_swait_exclusive +EXPORT_SYMBOL vmlinux 0x42bed8d4 unix_gc_lock +EXPORT_SYMBOL vmlinux 0x42c9c8f1 dqget +EXPORT_SYMBOL vmlinux 0x42c9cc99 scsi_register_driver +EXPORT_SYMBOL vmlinux 0x42e0557c nf_log_unbind_pf +EXPORT_SYMBOL vmlinux 0x42ee663c tcf_qevent_destroy +EXPORT_SYMBOL vmlinux 0x42f1b900 fb_pad_unaligned_buffer +EXPORT_SYMBOL vmlinux 0x42f3d483 page_cache_prev_miss +EXPORT_SYMBOL vmlinux 0x4302d0eb free_pages +EXPORT_SYMBOL vmlinux 0x43113022 dec_node_page_state +EXPORT_SYMBOL vmlinux 0x4323d877 rtnl_create_link +EXPORT_SYMBOL vmlinux 0x4336fcca ucs2_as_utf8 +EXPORT_SYMBOL vmlinux 0x43377e9e block_is_partially_uptodate +EXPORT_SYMBOL vmlinux 0x433cabfb acpi_decode_pld_buffer +EXPORT_SYMBOL vmlinux 0x4344cbab serio_reconnect +EXPORT_SYMBOL vmlinux 0x434d18d9 current_time +EXPORT_SYMBOL vmlinux 0x4351577a fb_parse_edid +EXPORT_SYMBOL vmlinux 0x4352e908 sock_set_sndtimeo +EXPORT_SYMBOL vmlinux 0x437a0d6d __sock_tx_timestamp +EXPORT_SYMBOL vmlinux 0x438610bd security_tun_dev_alloc_security +EXPORT_SYMBOL vmlinux 0x439c5057 qdisc_hash_add +EXPORT_SYMBOL vmlinux 0x43ac706b fscrypt_decrypt_bio +EXPORT_SYMBOL vmlinux 0x43b0c9c3 preempt_schedule +EXPORT_SYMBOL vmlinux 0x43b47096 dev_remove_offload +EXPORT_SYMBOL vmlinux 0x43babd19 sg_init_one +EXPORT_SYMBOL vmlinux 0x43c9622c md_handle_request +EXPORT_SYMBOL vmlinux 0x43d22fb9 groups_alloc +EXPORT_SYMBOL vmlinux 0x43db74fd inet_frags_fini +EXPORT_SYMBOL vmlinux 0x43e9f8b1 scsi_get_device_flags_keyed +EXPORT_SYMBOL vmlinux 0x43f9ebc8 slhc_remember +EXPORT_SYMBOL vmlinux 0x4403bbd0 imx_sc_misc_set_control +EXPORT_SYMBOL vmlinux 0x440f1c5e folio_account_redirty +EXPORT_SYMBOL vmlinux 0x442bcd6b genl_notify +EXPORT_SYMBOL vmlinux 0x443e0b40 phy_attach +EXPORT_SYMBOL vmlinux 0x44469a76 crc_ccitt_false_table +EXPORT_SYMBOL vmlinux 0x4446e645 shrink_dcache_parent +EXPORT_SYMBOL vmlinux 0x4457cf5a xsk_set_rx_need_wakeup +EXPORT_SYMBOL vmlinux 0x4462d35e cpufreq_get_hw_max_freq +EXPORT_SYMBOL vmlinux 0x4467e2fa generic_perform_write +EXPORT_SYMBOL vmlinux 0x447d2aad mmc_set_blocklen +EXPORT_SYMBOL vmlinux 0x4481266f phy_attached_print +EXPORT_SYMBOL vmlinux 0x449ad0a7 memcmp +EXPORT_SYMBOL vmlinux 0x44a6e90a irq_cpu_rmap_add +EXPORT_SYMBOL vmlinux 0x44ada9d1 xen_alloc_ballooned_pages +EXPORT_SYMBOL vmlinux 0x44e9a829 match_token +EXPORT_SYMBOL vmlinux 0x44fff96f pci_request_region +EXPORT_SYMBOL vmlinux 0x45006cee default_red +EXPORT_SYMBOL vmlinux 0x450639ab sg_last +EXPORT_SYMBOL vmlinux 0x45081703 ec_get_handle +EXPORT_SYMBOL vmlinux 0x4508ff81 amba_release_regions +EXPORT_SYMBOL vmlinux 0x450d9a35 cmd_db_read_slave_id +EXPORT_SYMBOL vmlinux 0x452413a1 qman_alloc_pool_range +EXPORT_SYMBOL vmlinux 0x4528edcf finish_open +EXPORT_SYMBOL vmlinux 0x452ba683 ipv6_ext_hdr +EXPORT_SYMBOL vmlinux 0x4534be35 inet_reqsk_alloc +EXPORT_SYMBOL vmlinux 0x453c8403 pci_msi_enabled +EXPORT_SYMBOL vmlinux 0x45535485 xxh32_update +EXPORT_SYMBOL vmlinux 0x455ccf7d tty_wait_until_sent +EXPORT_SYMBOL vmlinux 0x456874bf posix_acl_from_xattr +EXPORT_SYMBOL vmlinux 0x4578f528 __kfifo_to_user +EXPORT_SYMBOL vmlinux 0x457b66ec param_ops_ullong +EXPORT_SYMBOL vmlinux 0x45a30dd8 mdiobus_scan +EXPORT_SYMBOL vmlinux 0x45ad4ca8 ip_fraglist_prepare +EXPORT_SYMBOL vmlinux 0x45e40c93 phy_drivers_unregister +EXPORT_SYMBOL vmlinux 0x45e5189e flow_rule_match_mpls +EXPORT_SYMBOL vmlinux 0x45e88003 xfrm_state_delete +EXPORT_SYMBOL vmlinux 0x45eaee76 mmc_remove_host +EXPORT_SYMBOL vmlinux 0x45f40378 md_bitmap_endwrite +EXPORT_SYMBOL vmlinux 0x460f4a34 flow_hash_from_keys +EXPORT_SYMBOL vmlinux 0x4633f3f7 configfs_register_group +EXPORT_SYMBOL vmlinux 0x46451cee zstd_get_frame_header +EXPORT_SYMBOL vmlinux 0x465e24ff ucs2_utf8size +EXPORT_SYMBOL vmlinux 0x4660c3e4 seq_bprintf +EXPORT_SYMBOL vmlinux 0x466c14a7 __delay +EXPORT_SYMBOL vmlinux 0x467df16d netdev_rss_key_fill +EXPORT_SYMBOL vmlinux 0x4698fe8a bman_release +EXPORT_SYMBOL vmlinux 0x469a6ec7 tcp_parse_md5sig_option +EXPORT_SYMBOL vmlinux 0x46ad967c uart_add_one_port +EXPORT_SYMBOL vmlinux 0x46b0d62d twl6040_set_bits +EXPORT_SYMBOL vmlinux 0x46b8696e dev_getbyhwaddr_rcu +EXPORT_SYMBOL vmlinux 0x46c47fb6 __node_distance +EXPORT_SYMBOL vmlinux 0x46e03dd7 blk_queue_max_secure_erase_sectors +EXPORT_SYMBOL vmlinux 0x46f58c0b inet_sock_destruct +EXPORT_SYMBOL vmlinux 0x46f71c26 dev_mc_add_global +EXPORT_SYMBOL vmlinux 0x46f7ed1c inc_nlink +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 0x4715a909 acpi_load_table +EXPORT_SYMBOL vmlinux 0x471b53f2 pci_find_resource +EXPORT_SYMBOL vmlinux 0x47214d62 alloc_pages +EXPORT_SYMBOL vmlinux 0x4728a4da kthread_create_on_cpu +EXPORT_SYMBOL vmlinux 0x473303da tty_unregister_device +EXPORT_SYMBOL vmlinux 0x474b1c83 __serio_register_port +EXPORT_SYMBOL vmlinux 0x4757a420 kmalloc_trace +EXPORT_SYMBOL vmlinux 0x475d7427 fman_get_rx_extra_headroom +EXPORT_SYMBOL vmlinux 0x47709e42 free_anon_bdev +EXPORT_SYMBOL vmlinux 0x47849e6c sock_edemux +EXPORT_SYMBOL vmlinux 0x479137ca imx_scu_irq_unregister_notifier +EXPORT_SYMBOL vmlinux 0x47960bc4 proc_do_large_bitmap +EXPORT_SYMBOL vmlinux 0x47a08e7f __mmap_lock_do_trace_released +EXPORT_SYMBOL vmlinux 0x47bb9232 mdio_find_bus +EXPORT_SYMBOL vmlinux 0x47bca277 input_mt_report_slot_state +EXPORT_SYMBOL vmlinux 0x47c0d533 bpf_link_put +EXPORT_SYMBOL vmlinux 0x47c20f8a refcount_dec_not_one +EXPORT_SYMBOL vmlinux 0x47c65bfc unregister_inet6addr_validator_notifier +EXPORT_SYMBOL vmlinux 0x47ca9e28 dm_unregister_target +EXPORT_SYMBOL vmlinux 0x47cd7028 __xfrm_dst_lookup +EXPORT_SYMBOL vmlinux 0x47cfd825 kstrtouint_from_user +EXPORT_SYMBOL vmlinux 0x47d8d301 __cond_resched_rwlock_read +EXPORT_SYMBOL vmlinux 0x47e2e0a4 dquot_drop +EXPORT_SYMBOL vmlinux 0x47f2b032 mpage_readahead +EXPORT_SYMBOL vmlinux 0x47fb62bb qdisc_warn_nonwc +EXPORT_SYMBOL vmlinux 0x4809f535 scsi_add_host_with_dma +EXPORT_SYMBOL vmlinux 0x48112d76 _raw_read_lock_irq +EXPORT_SYMBOL vmlinux 0x481674eb sock_queue_err_skb +EXPORT_SYMBOL vmlinux 0x481814c4 mb_cache_entry_find_next +EXPORT_SYMBOL vmlinux 0x48193639 acpi_lid_open +EXPORT_SYMBOL vmlinux 0x481fbfcb scsi_command_normalize_sense +EXPORT_SYMBOL vmlinux 0x4829a47e memcpy +EXPORT_SYMBOL vmlinux 0x4829cf6b fscrypt_enqueue_decrypt_work +EXPORT_SYMBOL vmlinux 0x48307344 __scm_send +EXPORT_SYMBOL vmlinux 0x4837bb10 logic_outsb +EXPORT_SYMBOL vmlinux 0x4841bdee strnchr +EXPORT_SYMBOL vmlinux 0x4848cfb1 phy_mipi_dphy_get_default_config +EXPORT_SYMBOL vmlinux 0x484f6edf ktime_get_coarse_real_ts64 +EXPORT_SYMBOL vmlinux 0x4851b9f1 mmc_sw_reset +EXPORT_SYMBOL vmlinux 0x4859b8bb rtc_year_days +EXPORT_SYMBOL vmlinux 0x486075c8 gen_pool_dma_alloc +EXPORT_SYMBOL vmlinux 0x486b59e9 fscrypt_zeroout_range +EXPORT_SYMBOL vmlinux 0x488feb53 nd_device_notify +EXPORT_SYMBOL vmlinux 0x488ff1b1 sched_autogroup_create_attach +EXPORT_SYMBOL vmlinux 0x489eda10 memset32 +EXPORT_SYMBOL vmlinux 0x489f6e0b rdma_dim +EXPORT_SYMBOL vmlinux 0x48a5f847 fman_port_get_device +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 0x48c2241e qdisc_reset +EXPORT_SYMBOL vmlinux 0x48d27375 __bitmap_intersects +EXPORT_SYMBOL vmlinux 0x48d3fa27 kmalloc_large_node +EXPORT_SYMBOL vmlinux 0x48d75f33 of_device_is_big_endian +EXPORT_SYMBOL vmlinux 0x48dd340b cpumask_any_distribute +EXPORT_SYMBOL vmlinux 0x48de817e kfree_skb_partial +EXPORT_SYMBOL vmlinux 0x48fa652e fman_get_qman_channel_id +EXPORT_SYMBOL vmlinux 0x48ffbb87 mtree_alloc_range +EXPORT_SYMBOL vmlinux 0x49045426 icmp_err_convert +EXPORT_SYMBOL vmlinux 0x490b60e8 inode_maybe_inc_iversion +EXPORT_SYMBOL vmlinux 0x49224867 scsi_target_quiesce +EXPORT_SYMBOL vmlinux 0x49256b86 netlink_net_capable +EXPORT_SYMBOL vmlinux 0x49338cf8 update_devfreq +EXPORT_SYMBOL vmlinux 0x49393c34 mfd_remove_devices +EXPORT_SYMBOL vmlinux 0x49462965 flow_rule_match_enc_control +EXPORT_SYMBOL vmlinux 0x495231ea mul_u64_u64_div_u64 +EXPORT_SYMBOL vmlinux 0x49616b5e d_genocide +EXPORT_SYMBOL vmlinux 0x4967e79f radix_tree_iter_resume +EXPORT_SYMBOL vmlinux 0x4977c498 stack_depot_get_extra_bits +EXPORT_SYMBOL vmlinux 0x499f0ecf nd_sb_checksum +EXPORT_SYMBOL vmlinux 0x49b163b8 acpi_bus_scan +EXPORT_SYMBOL vmlinux 0x49cef1a6 rpmh_write +EXPORT_SYMBOL vmlinux 0x4a1358c6 qdisc_class_hash_grow +EXPORT_SYMBOL vmlinux 0x4a167c97 __pskb_copy_fclone +EXPORT_SYMBOL vmlinux 0x4a3ad70e wait_for_completion_timeout +EXPORT_SYMBOL vmlinux 0x4a4ff364 input_enable_softrepeat +EXPORT_SYMBOL vmlinux 0x4a512b98 devm_pci_remap_cfg_resource +EXPORT_SYMBOL vmlinux 0x4a5a84d4 page_pool_put_defragged_page +EXPORT_SYMBOL vmlinux 0x4a67376b vme_unregister_bridge +EXPORT_SYMBOL vmlinux 0x4a68500e capable_wrt_inode_uidgid +EXPORT_SYMBOL vmlinux 0x4a7eeca0 __neigh_create +EXPORT_SYMBOL vmlinux 0x4a7f0111 flow_rule_match_basic +EXPORT_SYMBOL vmlinux 0x4a93576a ucc_fast_free +EXPORT_SYMBOL vmlinux 0x4a9447a0 pci_enable_link_state +EXPORT_SYMBOL vmlinux 0x4a96a8eb xxh32_digest +EXPORT_SYMBOL vmlinux 0x4a983354 filemap_write_and_wait_range +EXPORT_SYMBOL vmlinux 0x4aacc117 pci_enable_msi +EXPORT_SYMBOL vmlinux 0x4aacd3e1 ipv6_mc_check_mld +EXPORT_SYMBOL vmlinux 0x4ab3e091 bpf_map_get +EXPORT_SYMBOL vmlinux 0x4aba5c45 xfrm_unregister_type +EXPORT_SYMBOL vmlinux 0x4abaa028 qdisc_watchdog_init_clockid +EXPORT_SYMBOL vmlinux 0x4acb9a67 module_layout +EXPORT_SYMBOL vmlinux 0x4acf3398 md_wait_for_blocked_rdev +EXPORT_SYMBOL vmlinux 0x4ad1d90a netdev_offload_xstats_enabled +EXPORT_SYMBOL vmlinux 0x4ad7a94a nla_put_nohdr +EXPORT_SYMBOL vmlinux 0x4adb13db gro_cells_init +EXPORT_SYMBOL vmlinux 0x4ae2a0c2 kthread_stop +EXPORT_SYMBOL vmlinux 0x4aea463f crc32_le_shift +EXPORT_SYMBOL vmlinux 0x4aecc2d6 vga_client_register +EXPORT_SYMBOL vmlinux 0x4af6ddf0 kstrtou16 +EXPORT_SYMBOL vmlinux 0x4afb2238 add_wait_queue +EXPORT_SYMBOL vmlinux 0x4b0a3f52 gic_nonsecure_priorities +EXPORT_SYMBOL vmlinux 0x4b17ef64 ipv6_chk_addr +EXPORT_SYMBOL vmlinux 0x4b2b7b3a seq_path +EXPORT_SYMBOL vmlinux 0x4b3d1e34 task_lookup_next_fd_rcu +EXPORT_SYMBOL vmlinux 0x4b401817 iwe_stream_add_value +EXPORT_SYMBOL vmlinux 0x4b44bd11 free_cgroup_ns +EXPORT_SYMBOL vmlinux 0x4b5478fa filemap_invalidate_lock_two +EXPORT_SYMBOL vmlinux 0x4b613759 mipi_dsi_dcs_set_pixel_format +EXPORT_SYMBOL vmlinux 0x4b65f9aa netdev_emerg +EXPORT_SYMBOL vmlinux 0x4b67f8e8 _dev_notice +EXPORT_SYMBOL vmlinux 0x4b6df007 acpi_evaluate_reg +EXPORT_SYMBOL vmlinux 0x4b750f53 _raw_spin_unlock_irq +EXPORT_SYMBOL vmlinux 0x4b82f017 pci_bus_write_config_byte +EXPORT_SYMBOL vmlinux 0x4b890947 dev_close +EXPORT_SYMBOL vmlinux 0x4b913804 xfrm_policy_register_afinfo +EXPORT_SYMBOL vmlinux 0x4b913eae path_has_submounts +EXPORT_SYMBOL vmlinux 0x4bb26975 i2c_put_adapter +EXPORT_SYMBOL vmlinux 0x4bcc2662 mempool_init_node +EXPORT_SYMBOL vmlinux 0x4bcf0fae mii_ethtool_set_link_ksettings +EXPORT_SYMBOL vmlinux 0x4bd5d7a8 vme_unregister_driver +EXPORT_SYMBOL vmlinux 0x4bdf7944 napi_schedule_prep +EXPORT_SYMBOL vmlinux 0x4be65f7e xfrm_trans_queue_net +EXPORT_SYMBOL vmlinux 0x4bef1c67 empty_name +EXPORT_SYMBOL vmlinux 0x4bf3ce6f qman_release_cgrid +EXPORT_SYMBOL vmlinux 0x4c07a7e0 acpi_processor_unregister_performance +EXPORT_SYMBOL vmlinux 0x4c3e17ce cdev_device_del +EXPORT_SYMBOL vmlinux 0x4c416eb9 LZ4_decompress_fast +EXPORT_SYMBOL vmlinux 0x4c465eb2 qdisc_offload_query_caps +EXPORT_SYMBOL vmlinux 0x4c66bfac inode_sub_bytes +EXPORT_SYMBOL vmlinux 0x4c69d8a1 reuseport_detach_sock +EXPORT_SYMBOL vmlinux 0x4c89dcfa input_register_handle +EXPORT_SYMBOL vmlinux 0x4c8b8e44 get_phy_device +EXPORT_SYMBOL vmlinux 0x4ca05e4a tty_kref_put +EXPORT_SYMBOL vmlinux 0x4ca0fca5 param_ops_invbool +EXPORT_SYMBOL vmlinux 0x4ca4014c dm_register_target +EXPORT_SYMBOL vmlinux 0x4ca67fbb locks_delete_block +EXPORT_SYMBOL vmlinux 0x4cc09458 __napi_schedule_irqoff +EXPORT_SYMBOL vmlinux 0x4cd20ab1 phy_attached_info_irq +EXPORT_SYMBOL vmlinux 0x4cd6728f input_open_device +EXPORT_SYMBOL vmlinux 0x4cdaaa5f xfrm_policy_unregister_afinfo +EXPORT_SYMBOL vmlinux 0x4cf349d2 sock_wake_async +EXPORT_SYMBOL vmlinux 0x4cf3ccd5 block_truncate_page +EXPORT_SYMBOL vmlinux 0x4d0051a7 posix_acl_chmod +EXPORT_SYMBOL vmlinux 0x4d0d163d copy_page +EXPORT_SYMBOL vmlinux 0x4d22f40c rproc_report_crash +EXPORT_SYMBOL vmlinux 0x4d2b966a free_mdio_bitbang +EXPORT_SYMBOL vmlinux 0x4d2c7133 acpi_info +EXPORT_SYMBOL vmlinux 0x4d405f2b i2c_verify_client +EXPORT_SYMBOL vmlinux 0x4d49d416 rproc_elf_sanity_check +EXPORT_SYMBOL vmlinux 0x4d64883f lock_two_nondirectories +EXPORT_SYMBOL vmlinux 0x4d65cbd5 csum_ipv6_magic +EXPORT_SYMBOL vmlinux 0x4d7e2cda noop_qdisc +EXPORT_SYMBOL vmlinux 0x4d924f20 memremap +EXPORT_SYMBOL vmlinux 0x4d9b652b rb_erase +EXPORT_SYMBOL vmlinux 0x4d9e90a0 cdev_alloc +EXPORT_SYMBOL vmlinux 0x4da596e6 qman_retire_fq +EXPORT_SYMBOL vmlinux 0x4daaa7b6 blk_rq_map_user +EXPORT_SYMBOL vmlinux 0x4dba05e9 dquot_get_state +EXPORT_SYMBOL vmlinux 0x4dc60752 pcie_get_speed_cap +EXPORT_SYMBOL vmlinux 0x4dca08ee sync_file_get_fence +EXPORT_SYMBOL vmlinux 0x4dd17b09 fc_mount +EXPORT_SYMBOL vmlinux 0x4dd8b3e0 inet_csk_destroy_sock +EXPORT_SYMBOL vmlinux 0x4de48b83 tcp_sock_set_keepcnt +EXPORT_SYMBOL vmlinux 0x4de6f870 __dev_queue_xmit +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 0x4df6a94d bio_add_page +EXPORT_SYMBOL vmlinux 0x4dfa8d4b mutex_lock +EXPORT_SYMBOL vmlinux 0x4e02fa0c disk_stack_limits +EXPORT_SYMBOL vmlinux 0x4e20bcf8 radix_tree_tag_set +EXPORT_SYMBOL vmlinux 0x4e2e74c1 qcom_scm_io_readl +EXPORT_SYMBOL vmlinux 0x4e3567f7 match_int +EXPORT_SYMBOL vmlinux 0x4e36cdc4 __ubsan_handle_divrem_overflow +EXPORT_SYMBOL vmlinux 0x4e4110bf ram_aops +EXPORT_SYMBOL vmlinux 0x4e463932 open_exec +EXPORT_SYMBOL vmlinux 0x4e4f0f16 dma_fence_chain_find_seqno +EXPORT_SYMBOL vmlinux 0x4e547048 __kmalloc_node_track_caller +EXPORT_SYMBOL vmlinux 0x4e5e2c6c mr_table_alloc +EXPORT_SYMBOL vmlinux 0x4e62e554 mdiobus_unregister +EXPORT_SYMBOL vmlinux 0x4e653495 cros_ec_cmd_xfer_status +EXPORT_SYMBOL vmlinux 0x4e6551c1 skb_dump +EXPORT_SYMBOL vmlinux 0x4e68e9be rb_next_postorder +EXPORT_SYMBOL vmlinux 0x4e6e4b41 radix_tree_delete +EXPORT_SYMBOL vmlinux 0x4e6e8ea7 fg_console +EXPORT_SYMBOL vmlinux 0x4e9f283e pnp_is_active +EXPORT_SYMBOL vmlinux 0x4ea25709 dql_reset +EXPORT_SYMBOL vmlinux 0x4ea3db90 sb_min_blocksize +EXPORT_SYMBOL vmlinux 0x4eada8f7 security_secid_to_secctx +EXPORT_SYMBOL vmlinux 0x4ec0eb5f mmc_calc_max_discard +EXPORT_SYMBOL vmlinux 0x4ec54e78 bitmap_to_arr32 +EXPORT_SYMBOL vmlinux 0x4ec55966 md_update_sb +EXPORT_SYMBOL vmlinux 0x4ec860ff of_device_register +EXPORT_SYMBOL vmlinux 0x4ed8afac remove_proc_subtree +EXPORT_SYMBOL vmlinux 0x4ef16f7b bdi_put +EXPORT_SYMBOL vmlinux 0x4ef45dae md_reap_sync_thread +EXPORT_SYMBOL vmlinux 0x4f06b9ee pci_find_capability +EXPORT_SYMBOL vmlinux 0x4f0e6192 crypto_sha1_finup +EXPORT_SYMBOL vmlinux 0x4f125397 amba_request_regions +EXPORT_SYMBOL vmlinux 0x4f1c369f _dev_emerg +EXPORT_SYMBOL vmlinux 0x4f1ccf20 md_finish_reshape +EXPORT_SYMBOL vmlinux 0x4f1cd128 security_tun_dev_create +EXPORT_SYMBOL vmlinux 0x4f1ed6e8 ipv6_getsockopt +EXPORT_SYMBOL vmlinux 0x4f203d30 end_page_writeback +EXPORT_SYMBOL vmlinux 0x4f20d80b zstd_min_clevel +EXPORT_SYMBOL vmlinux 0x4f2250ba rtc_tm_to_time64 +EXPORT_SYMBOL vmlinux 0x4f24edc7 netif_tx_unlock +EXPORT_SYMBOL vmlinux 0x4f3871b2 devm_devfreq_register_opp_notifier +EXPORT_SYMBOL vmlinux 0x4f491352 __nla_reserve +EXPORT_SYMBOL vmlinux 0x4f55166f acpi_set_current_resources +EXPORT_SYMBOL vmlinux 0x4f89c9de gpmc_cs_free +EXPORT_SYMBOL vmlinux 0x4f91c9a0 security_binder_transaction +EXPORT_SYMBOL vmlinux 0x4fb1c1a4 kern_sys_bpf +EXPORT_SYMBOL vmlinux 0x4fbf6b85 from_kgid_munged +EXPORT_SYMBOL vmlinux 0x4fe7c27b ns_capable_setid +EXPORT_SYMBOL vmlinux 0x4ffb59bf __SCK__tp_func_kfree +EXPORT_SYMBOL vmlinux 0x50021555 __mod_node_page_state +EXPORT_SYMBOL vmlinux 0x50097088 security_tun_dev_free_security +EXPORT_SYMBOL vmlinux 0x5009c71d glob_match +EXPORT_SYMBOL vmlinux 0x5019bbf7 nd_dev_to_uuid +EXPORT_SYMBOL vmlinux 0x5021bd81 _raw_write_lock_irqsave +EXPORT_SYMBOL vmlinux 0x5027bde2 acpi_acquire_mutex +EXPORT_SYMBOL vmlinux 0x503e68d0 pci_irq_vector +EXPORT_SYMBOL vmlinux 0x504d82c3 ppp_dev_name +EXPORT_SYMBOL vmlinux 0x50511a43 qman_start_using_portal +EXPORT_SYMBOL vmlinux 0x505bf1a5 mipi_dsi_detach +EXPORT_SYMBOL vmlinux 0x5062129c find_get_pages_range_tag +EXPORT_SYMBOL vmlinux 0x506212b1 reuseport_select_sock +EXPORT_SYMBOL vmlinux 0x50624917 sha1_init +EXPORT_SYMBOL vmlinux 0x5065b782 retire_super +EXPORT_SYMBOL vmlinux 0x50671252 cookie_timestamp_decode +EXPORT_SYMBOL vmlinux 0x5068f927 fs_param_is_bool +EXPORT_SYMBOL vmlinux 0x506dff1a __genradix_free +EXPORT_SYMBOL vmlinux 0x5076caad param_ops_bint +EXPORT_SYMBOL vmlinux 0x5089f45f ip_send_check +EXPORT_SYMBOL vmlinux 0x508fe3ac submit_bh +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 0x50b06b26 scsi_alloc_sgtables +EXPORT_SYMBOL vmlinux 0x50b47c55 file_fdatawait_range +EXPORT_SYMBOL vmlinux 0x50b73ce2 rfkill_find_type +EXPORT_SYMBOL vmlinux 0x50b80992 mb_cache_entry_find_first +EXPORT_SYMBOL vmlinux 0x50ba1ec8 qdisc_offload_graft_helper +EXPORT_SYMBOL vmlinux 0x50be748d security_ib_free_security +EXPORT_SYMBOL vmlinux 0x50c9fd50 kernel_sock_ip_overhead +EXPORT_SYMBOL vmlinux 0x50cf7585 hex2bin +EXPORT_SYMBOL vmlinux 0x50d035c2 vsscanf +EXPORT_SYMBOL vmlinux 0x50d109d3 uart_update_timeout +EXPORT_SYMBOL vmlinux 0x50d16c24 pci_pme_capable +EXPORT_SYMBOL vmlinux 0x50d4d569 acpi_bus_register_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 0x51097308 nd_integrity_init +EXPORT_SYMBOL vmlinux 0x5111771e pci_try_set_mwi +EXPORT_SYMBOL vmlinux 0x5129d361 scsi_scan_target +EXPORT_SYMBOL vmlinux 0x5132ad7f param_ops_charp +EXPORT_SYMBOL vmlinux 0x5135a5ce vm_map_pages +EXPORT_SYMBOL vmlinux 0x513b28f4 first_ec +EXPORT_SYMBOL vmlinux 0x513e3476 icmpv6_ndo_send +EXPORT_SYMBOL vmlinux 0x51496754 __quota_error +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 0x516f978d nvdimm_namespace_locked +EXPORT_SYMBOL vmlinux 0x518a3655 filp_open +EXPORT_SYMBOL vmlinux 0x51a511eb _raw_write_lock_bh +EXPORT_SYMBOL vmlinux 0x51b40718 trace_seq_hex_dump +EXPORT_SYMBOL vmlinux 0x51ba1afe devfreq_suspend_device +EXPORT_SYMBOL vmlinux 0x51ce7b5e __xfrm_decode_session +EXPORT_SYMBOL vmlinux 0x51ce8dbd netdev_core_stats_alloc +EXPORT_SYMBOL vmlinux 0x51d12d4e acpi_pci_disabled +EXPORT_SYMBOL vmlinux 0x51db7f6b default_qdisc_ops +EXPORT_SYMBOL vmlinux 0x51de3c0c km_policy_expired +EXPORT_SYMBOL vmlinux 0x51dfbf25 __sock_i_ino +EXPORT_SYMBOL vmlinux 0x5203d176 cmd_db_ready +EXPORT_SYMBOL vmlinux 0x5210520a scsi_report_opcode +EXPORT_SYMBOL vmlinux 0x524f56ee reuseport_migrate_sock +EXPORT_SYMBOL vmlinux 0x525e55b5 fs_param_is_enum +EXPORT_SYMBOL vmlinux 0x525f2dd3 vme_master_mmap +EXPORT_SYMBOL vmlinux 0x526eef2c hdmi_vendor_infoframe_pack +EXPORT_SYMBOL vmlinux 0x52789af2 rt_dst_alloc +EXPORT_SYMBOL vmlinux 0x527ea4ea seq_vprintf +EXPORT_SYMBOL vmlinux 0x5283d1ff poll_freewait +EXPORT_SYMBOL vmlinux 0x5287b758 cdrom_get_last_written +EXPORT_SYMBOL vmlinux 0x52983a4f vme_master_write +EXPORT_SYMBOL vmlinux 0x52aaa870 tcp_parse_options +EXPORT_SYMBOL vmlinux 0x52af22a6 udp_lib_setsockopt +EXPORT_SYMBOL vmlinux 0x52b011cb uart_get_baud_rate +EXPORT_SYMBOL vmlinux 0x52bd0065 d_instantiate_new +EXPORT_SYMBOL vmlinux 0x52c45d8a pm_vt_switch_required +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 0x53126ecc __percpu_counter_sum +EXPORT_SYMBOL vmlinux 0x53214620 mroute6_is_socket +EXPORT_SYMBOL vmlinux 0x532a5f9e arp_tbl +EXPORT_SYMBOL vmlinux 0x5338184f ethtool_sprintf +EXPORT_SYMBOL vmlinux 0x5346a2a1 __blk_rq_map_sg +EXPORT_SYMBOL vmlinux 0x535a4f25 netdev_lower_get_first_private_rcu +EXPORT_SYMBOL vmlinux 0x53726c5b mmc_gpio_set_cd_wake +EXPORT_SYMBOL vmlinux 0x5393c330 block_commit_write +EXPORT_SYMBOL vmlinux 0x5397d819 scsi_print_sense +EXPORT_SYMBOL vmlinux 0x53a1e8d9 _find_next_bit +EXPORT_SYMBOL vmlinux 0x53b954a2 up_read +EXPORT_SYMBOL vmlinux 0x53c8e093 jbd2_transaction_committed +EXPORT_SYMBOL vmlinux 0x53c9e7f9 dev_trans_start +EXPORT_SYMBOL vmlinux 0x53d56984 dentry_create +EXPORT_SYMBOL vmlinux 0x53eff192 tegra_ivc_align +EXPORT_SYMBOL vmlinux 0x53f68229 sg_miter_next +EXPORT_SYMBOL vmlinux 0x53f8ced7 page_pool_ethtool_stats_get_strings +EXPORT_SYMBOL vmlinux 0x5402da9f xudma_navss_psil_pair +EXPORT_SYMBOL vmlinux 0x54044c9d configfs_unregister_subsystem +EXPORT_SYMBOL vmlinux 0x5408b01a param_get_hexint +EXPORT_SYMBOL vmlinux 0x5429e9b5 dev_mc_del +EXPORT_SYMBOL vmlinux 0x543598fd ps2_sliced_command +EXPORT_SYMBOL vmlinux 0x543ef284 seq_hlist_start +EXPORT_SYMBOL vmlinux 0x5452b0ef kmem_cache_alloc_node +EXPORT_SYMBOL vmlinux 0x5453c271 tcp_setsockopt +EXPORT_SYMBOL vmlinux 0x5462a157 dcache_dir_close +EXPORT_SYMBOL vmlinux 0x5485852c dev_alloc_name +EXPORT_SYMBOL vmlinux 0x54a1cdc1 skb_copy_header +EXPORT_SYMBOL vmlinux 0x54ae30e5 generic_file_splice_read +EXPORT_SYMBOL vmlinux 0x54b1fac6 __ubsan_handle_load_invalid_value +EXPORT_SYMBOL vmlinux 0x54b23e67 sg_pcopy_to_buffer +EXPORT_SYMBOL vmlinux 0x54b61a92 vme_master_request +EXPORT_SYMBOL vmlinux 0x54b9396b clear_inode +EXPORT_SYMBOL vmlinux 0x54c1f292 cdrom_check_events +EXPORT_SYMBOL vmlinux 0x54cfa2f1 input_mt_drop_unused +EXPORT_SYMBOL vmlinux 0x54dbc878 scsi_test_unit_ready +EXPORT_SYMBOL vmlinux 0x54e6fcdd net_enable_timestamp +EXPORT_SYMBOL vmlinux 0x54ea6dfe xen_start_flags +EXPORT_SYMBOL vmlinux 0x54f5dd3b cdrom_ioctl +EXPORT_SYMBOL vmlinux 0x54fe1e03 of_graph_get_remote_node +EXPORT_SYMBOL vmlinux 0x55028a9a twl6040_reg_write +EXPORT_SYMBOL vmlinux 0x5502a6e0 block_write_full_page +EXPORT_SYMBOL vmlinux 0x5506b8f7 netlbl_bitmap_setbit +EXPORT_SYMBOL vmlinux 0x5508adf6 unlock_buffer +EXPORT_SYMBOL vmlinux 0x5508f28d bman_acquire +EXPORT_SYMBOL vmlinux 0x550d66c1 __vfs_getxattr +EXPORT_SYMBOL vmlinux 0x551bd071 __rb_erase_color +EXPORT_SYMBOL vmlinux 0x552db3aa qman_query_cgr_congested +EXPORT_SYMBOL vmlinux 0x5540a2b5 from_kprojid_munged +EXPORT_SYMBOL vmlinux 0x554ac168 clk_get +EXPORT_SYMBOL vmlinux 0x554ae3a4 irq_poll_sched +EXPORT_SYMBOL vmlinux 0x555c9a10 stream_open +EXPORT_SYMBOL vmlinux 0x5578c858 sock_kmalloc +EXPORT_SYMBOL vmlinux 0x558b281d aes_expandkey +EXPORT_SYMBOL vmlinux 0x55bcb55a __task_pid_nr_ns +EXPORT_SYMBOL vmlinux 0x55e31703 ethtool_convert_link_mode_to_legacy_u32 +EXPORT_SYMBOL vmlinux 0x55ef0604 neigh_seq_start +EXPORT_SYMBOL vmlinux 0x55f248a6 __dev_get_by_name +EXPORT_SYMBOL vmlinux 0x56097ecc udp_poll +EXPORT_SYMBOL vmlinux 0x5614f48a qman_dqrr_get_ithresh +EXPORT_SYMBOL vmlinux 0x56158b01 dma_alloc_attrs +EXPORT_SYMBOL vmlinux 0x5629e40a dump_align +EXPORT_SYMBOL vmlinux 0x562ee24f md_bitmap_end_sync +EXPORT_SYMBOL vmlinux 0x5635a60a vmalloc_user +EXPORT_SYMBOL vmlinux 0x56470118 __warn_printk +EXPORT_SYMBOL vmlinux 0x564c142f dev_get_stats +EXPORT_SYMBOL vmlinux 0x564f7608 acpi_reconfig_notifier_register +EXPORT_SYMBOL vmlinux 0x56506ef3 insert_inode_locked +EXPORT_SYMBOL vmlinux 0x565dd072 dcbnl_ieee_notify +EXPORT_SYMBOL vmlinux 0x56704ab1 inet_proto_csum_replace_by_diff +EXPORT_SYMBOL vmlinux 0x56802ae8 rps_cpu_mask +EXPORT_SYMBOL vmlinux 0x569ce190 hash_and_copy_to_iter +EXPORT_SYMBOL vmlinux 0x56a07e2f set_bh_page +EXPORT_SYMBOL vmlinux 0x56aa009f scsi_ioctl +EXPORT_SYMBOL vmlinux 0x56adf565 sunxi_sram_release +EXPORT_SYMBOL vmlinux 0x56b8df84 pcie_capability_read_word +EXPORT_SYMBOL vmlinux 0x56c3db64 __tracepoint_kmalloc +EXPORT_SYMBOL vmlinux 0x56c48824 inode_get_bytes +EXPORT_SYMBOL vmlinux 0x56c638c8 phy_support_sym_pause +EXPORT_SYMBOL vmlinux 0x56c8799d scsi_kunmap_atomic_sg +EXPORT_SYMBOL vmlinux 0x56da99e4 vfs_get_tree +EXPORT_SYMBOL vmlinux 0x56f0e514 security_task_getsecid_obj +EXPORT_SYMBOL vmlinux 0x570afdb9 skb_copy_expand +EXPORT_SYMBOL vmlinux 0x570d7167 pci_disable_msi +EXPORT_SYMBOL vmlinux 0x57157bc2 phy_get_pause +EXPORT_SYMBOL vmlinux 0x5721964d inet_add_protocol +EXPORT_SYMBOL vmlinux 0x57298f8a iov_iter_alignment +EXPORT_SYMBOL vmlinux 0x5748b992 copy_highpage +EXPORT_SYMBOL vmlinux 0x574c2e74 bitmap_release_region +EXPORT_SYMBOL vmlinux 0x57575f08 dmaengine_put +EXPORT_SYMBOL vmlinux 0x575e316c lease_get_mtime +EXPORT_SYMBOL vmlinux 0x576247a6 __block_write_begin +EXPORT_SYMBOL vmlinux 0x57674fd7 __sw_hweight16 +EXPORT_SYMBOL vmlinux 0x57748b81 sock_recvmsg +EXPORT_SYMBOL vmlinux 0x578d498c input_handler_for_each_handle +EXPORT_SYMBOL vmlinux 0x57900416 gen_pool_fixed_alloc +EXPORT_SYMBOL vmlinux 0x5792f848 strlcpy +EXPORT_SYMBOL vmlinux 0x57a08ce2 blk_rq_append_bio +EXPORT_SYMBOL vmlinux 0x57bc19d2 down_write +EXPORT_SYMBOL vmlinux 0x57c985c2 mmc_register_driver +EXPORT_SYMBOL vmlinux 0x57db8fd6 utf8_normalize +EXPORT_SYMBOL vmlinux 0x57dcf063 register_shrinker +EXPORT_SYMBOL vmlinux 0x57e75970 dma_resv_copy_fences +EXPORT_SYMBOL vmlinux 0x57f38cdc qe_get_firmware_info +EXPORT_SYMBOL vmlinux 0x57f5cc2d set_nlink +EXPORT_SYMBOL vmlinux 0x57f6ebdf dma_set_coherent_mask +EXPORT_SYMBOL vmlinux 0x5803bac8 iterate_supers_type +EXPORT_SYMBOL vmlinux 0x5818fe3c posix_acl_from_mode +EXPORT_SYMBOL vmlinux 0x581f98da zlib_inflate +EXPORT_SYMBOL vmlinux 0x5820b07e __xfrm_state_delete +EXPORT_SYMBOL vmlinux 0x582606eb xudma_rflow_put +EXPORT_SYMBOL vmlinux 0x5829aee5 fwnode_phy_find_device +EXPORT_SYMBOL vmlinux 0x582b6275 xfrm_if_unregister_cb +EXPORT_SYMBOL vmlinux 0x582e4e39 mdiobus_register_device +EXPORT_SYMBOL vmlinux 0x5838f6c9 rtc_valid_tm +EXPORT_SYMBOL vmlinux 0x583b1b9f deactivate_super +EXPORT_SYMBOL vmlinux 0x58487bcc phy_start_cable_test +EXPORT_SYMBOL vmlinux 0x585ae877 nmi_panic +EXPORT_SYMBOL vmlinux 0x586ac45d tcp_md5_key_copy +EXPORT_SYMBOL vmlinux 0x5876374d vfs_iter_read +EXPORT_SYMBOL vmlinux 0x58778045 mipi_dsi_shutdown_peripheral +EXPORT_SYMBOL vmlinux 0x587b0954 kvasprintf +EXPORT_SYMBOL vmlinux 0x587b892e qe_get_num_of_risc +EXPORT_SYMBOL vmlinux 0x587f22d7 devmap_managed_key +EXPORT_SYMBOL vmlinux 0x5897a680 __find_nth_and_andnot_bit +EXPORT_SYMBOL vmlinux 0x58acf24b mdiobus_register_board_info +EXPORT_SYMBOL vmlinux 0x58b4645c dev_close_many +EXPORT_SYMBOL vmlinux 0x58b73bc7 match_wildcard +EXPORT_SYMBOL vmlinux 0x58c48342 xfrm_find_acq +EXPORT_SYMBOL vmlinux 0x58de1b34 blk_stack_limits +EXPORT_SYMBOL vmlinux 0x58e3306d bit_wait_io +EXPORT_SYMBOL vmlinux 0x58f72e9f skb_csum_hwoffload_help +EXPORT_SYMBOL vmlinux 0x58fa30ce __put_user_ns +EXPORT_SYMBOL vmlinux 0x58feaa98 device_match_acpi_handle +EXPORT_SYMBOL vmlinux 0x5918163e flow_rule_match_ipv4_addrs +EXPORT_SYMBOL vmlinux 0x5934b5a9 qman_destroy_fq +EXPORT_SYMBOL vmlinux 0x593f02b3 netdev_printk +EXPORT_SYMBOL vmlinux 0x5949f24c ps2_end_command +EXPORT_SYMBOL vmlinux 0x595d8002 hdmi_infoframe_pack +EXPORT_SYMBOL vmlinux 0x595fa1ec netdev_upper_get_next_dev_rcu +EXPORT_SYMBOL vmlinux 0x5962817b jbd2_journal_grab_journal_head +EXPORT_SYMBOL vmlinux 0x596ae60c qman_get_qm_portal_config +EXPORT_SYMBOL vmlinux 0x59793689 sget_fc +EXPORT_SYMBOL vmlinux 0x597acfb1 __traceiter_spi_transfer_start +EXPORT_SYMBOL vmlinux 0x599352ee simple_pin_fs +EXPORT_SYMBOL vmlinux 0x5999845f tcp_recvmsg +EXPORT_SYMBOL vmlinux 0x599b4888 qe_setbrg +EXPORT_SYMBOL vmlinux 0x599fb41c kvmalloc_node +EXPORT_SYMBOL vmlinux 0x59a16cdc d_exact_alias +EXPORT_SYMBOL vmlinux 0x59a2f0ee packing +EXPORT_SYMBOL vmlinux 0x59b4ac3e tcp_memory_allocated +EXPORT_SYMBOL vmlinux 0x59b77cd2 security_dentry_init_security +EXPORT_SYMBOL vmlinux 0x59c9da8f d_set_fallthru +EXPORT_SYMBOL vmlinux 0x59dcbede get_vm_area +EXPORT_SYMBOL vmlinux 0x59eb539c sync_blockdev_range +EXPORT_SYMBOL vmlinux 0x59f1163e serial8250_register_8250_port +EXPORT_SYMBOL vmlinux 0x5a0b73d0 zlib_deflateInit2 +EXPORT_SYMBOL vmlinux 0x5a290250 hdmi_drm_infoframe_pack_only +EXPORT_SYMBOL vmlinux 0x5a2e4794 md_bitmap_cond_end_sync +EXPORT_SYMBOL vmlinux 0x5a339063 skb_ext_add +EXPORT_SYMBOL vmlinux 0x5a36ea4d igrab +EXPORT_SYMBOL vmlinux 0x5a44f8cb __crypto_memneq +EXPORT_SYMBOL vmlinux 0x5a467e8b kernel_param_lock +EXPORT_SYMBOL vmlinux 0x5a4d313e gf128mul_4k_lle +EXPORT_SYMBOL vmlinux 0x5a4e51d2 pcix_get_max_mmrbc +EXPORT_SYMBOL vmlinux 0x5a5a14ee _copy_from_iter_nocache +EXPORT_SYMBOL vmlinux 0x5a60b950 qm_channel_pool1 +EXPORT_SYMBOL vmlinux 0x5a6c4541 inet_unregister_protosw +EXPORT_SYMBOL vmlinux 0x5a6eaee8 sock_set_priority +EXPORT_SYMBOL vmlinux 0x5a921311 strncmp +EXPORT_SYMBOL vmlinux 0x5a956b5b empty_zero_page +EXPORT_SYMBOL vmlinux 0x5a994a7f jbd2_journal_blocks_per_page +EXPORT_SYMBOL vmlinux 0x5a99a0d7 flow_get_u32_dst +EXPORT_SYMBOL vmlinux 0x5a9f1d63 memmove +EXPORT_SYMBOL vmlinux 0x5ae1154b __traceiter_kfree +EXPORT_SYMBOL vmlinux 0x5ae8b125 edac_mc_find +EXPORT_SYMBOL vmlinux 0x5af9c62f blkdev_put +EXPORT_SYMBOL vmlinux 0x5b00c049 scsi_remove_target +EXPORT_SYMBOL vmlinux 0x5b03af01 fman_get_mem_region +EXPORT_SYMBOL vmlinux 0x5b0537ae rproc_of_resm_mem_entry_init +EXPORT_SYMBOL vmlinux 0x5b124021 ww_mutex_trylock +EXPORT_SYMBOL vmlinux 0x5b214d37 flow_rule_match_tcp +EXPORT_SYMBOL vmlinux 0x5b2f27fb do_wait_intr +EXPORT_SYMBOL vmlinux 0x5b3e282f xa_store +EXPORT_SYMBOL vmlinux 0x5b419a59 fs_context_for_reconfigure +EXPORT_SYMBOL vmlinux 0x5b486f49 __register_binfmt +EXPORT_SYMBOL vmlinux 0x5b4d4f37 locks_lock_inode_wait +EXPORT_SYMBOL vmlinux 0x5b54903b qcom_scm_pas_mem_setup +EXPORT_SYMBOL vmlinux 0x5b56860c vm_munmap +EXPORT_SYMBOL vmlinux 0x5b913714 phy_sfp_probe +EXPORT_SYMBOL vmlinux 0x5ba0e7b4 iommu_dma_get_resv_regions +EXPORT_SYMBOL vmlinux 0x5bac9da2 vma_set_file +EXPORT_SYMBOL vmlinux 0x5bb13f38 kern_unmount +EXPORT_SYMBOL vmlinux 0x5bbcb86a nf_unregister_net_hooks +EXPORT_SYMBOL vmlinux 0x5bbec547 ipv4_specific +EXPORT_SYMBOL vmlinux 0x5bcea5f1 sgl_free_n_order +EXPORT_SYMBOL vmlinux 0x5bd4ff88 flow_action_cookie_create +EXPORT_SYMBOL vmlinux 0x5bd73f79 of_get_ethdev_address +EXPORT_SYMBOL vmlinux 0x5bdb7603 sock_copy_user_timeval +EXPORT_SYMBOL vmlinux 0x5be63c5b crc32c_csum_stub +EXPORT_SYMBOL vmlinux 0x5be6bb99 dst_discard_out +EXPORT_SYMBOL vmlinux 0x5c0d0f5a devm_memremap +EXPORT_SYMBOL vmlinux 0x5c129395 page_pool_return_skb_page +EXPORT_SYMBOL vmlinux 0x5c139d5a pm860x_page_reg_write +EXPORT_SYMBOL vmlinux 0x5c26a53b wait_for_completion_io_timeout +EXPORT_SYMBOL vmlinux 0x5c31fef7 i2c_clients_command +EXPORT_SYMBOL vmlinux 0x5c3c7387 kstrtoull +EXPORT_SYMBOL vmlinux 0x5c4b260f ip6_fraglist_init +EXPORT_SYMBOL vmlinux 0x5c8b8ecc generic_ro_fops +EXPORT_SYMBOL vmlinux 0x5ca8ee96 folio_mark_dirty +EXPORT_SYMBOL vmlinux 0x5cb63d88 load_nls_default +EXPORT_SYMBOL vmlinux 0x5ccbcc81 devm_iounmap +EXPORT_SYMBOL vmlinux 0x5cf53ce2 input_free_minor +EXPORT_SYMBOL vmlinux 0x5cf905fe dquot_transfer +EXPORT_SYMBOL vmlinux 0x5cfb26a0 acpi_enter_sleep_state +EXPORT_SYMBOL vmlinux 0x5d0661dc napi_get_frags +EXPORT_SYMBOL vmlinux 0x5d112304 __memcpy_fromio +EXPORT_SYMBOL vmlinux 0x5d204af7 thaw_bdev +EXPORT_SYMBOL vmlinux 0x5d2800d2 default_llseek +EXPORT_SYMBOL vmlinux 0x5d284a9e md_register_thread +EXPORT_SYMBOL vmlinux 0x5d3cb53f fib_notifier_ops_unregister +EXPORT_SYMBOL vmlinux 0x5d4414ab set_page_dirty +EXPORT_SYMBOL vmlinux 0x5d493dc5 devm_devfreq_remove_device +EXPORT_SYMBOL vmlinux 0x5d49aabc init_wait_var_entry +EXPORT_SYMBOL vmlinux 0x5d667927 sock_queue_rcv_skb_reason +EXPORT_SYMBOL vmlinux 0x5d6f1c91 of_find_mipi_dsi_host_by_node +EXPORT_SYMBOL vmlinux 0x5d71cd89 writeback_inodes_sb_nr +EXPORT_SYMBOL vmlinux 0x5d7f5686 filp_close +EXPORT_SYMBOL vmlinux 0x5d9db400 devm_ioremap_wc +EXPORT_SYMBOL vmlinux 0x5da18932 read_cache_folio +EXPORT_SYMBOL vmlinux 0x5dac4cd6 qman_dqrr_set_ithresh +EXPORT_SYMBOL vmlinux 0x5daeac74 mipi_dsi_driver_unregister +EXPORT_SYMBOL vmlinux 0x5defa2d1 md_bitmap_sync_with_cluster +EXPORT_SYMBOL vmlinux 0x5e06bc5c refcount_dec_and_lock +EXPORT_SYMBOL vmlinux 0x5e0ccb9f sha1_transform +EXPORT_SYMBOL vmlinux 0x5e0f3789 rproc_elf_get_boot_addr +EXPORT_SYMBOL vmlinux 0x5e144e09 pnp_request_card_device +EXPORT_SYMBOL vmlinux 0x5e16fc59 seq_printf +EXPORT_SYMBOL vmlinux 0x5e2ab098 pps_lookup_dev +EXPORT_SYMBOL vmlinux 0x5e3240a0 __cpu_online_mask +EXPORT_SYMBOL vmlinux 0x5e332b52 __var_waitqueue +EXPORT_SYMBOL vmlinux 0x5e3335db xsk_tx_peek_release_desc_batch +EXPORT_SYMBOL vmlinux 0x5e373fb4 gf128mul_64k_bbe +EXPORT_SYMBOL vmlinux 0x5e42351f mmc_cqe_start_req +EXPORT_SYMBOL vmlinux 0x5e44ed1d dput +EXPORT_SYMBOL vmlinux 0x5e500b8e dma_free_attrs +EXPORT_SYMBOL vmlinux 0x5e5345b8 simple_fill_super +EXPORT_SYMBOL vmlinux 0x5e553a04 proc_mkdir_mode +EXPORT_SYMBOL vmlinux 0x5e61c621 netdev_offload_xstats_enable +EXPORT_SYMBOL vmlinux 0x5e6f91f9 tegra_powergate_remove_clamping +EXPORT_SYMBOL vmlinux 0x5e81b80f pci_set_mwi +EXPORT_SYMBOL vmlinux 0x5e855e56 gen_pool_first_fit_align +EXPORT_SYMBOL vmlinux 0x5e8c7c95 open_with_fake_path +EXPORT_SYMBOL vmlinux 0x5e906e17 bio_integrity_trim +EXPORT_SYMBOL vmlinux 0x5e9199c8 inet6_release +EXPORT_SYMBOL vmlinux 0x5e934fc7 sgl_alloc +EXPORT_SYMBOL vmlinux 0x5e95b1cd current_umask +EXPORT_SYMBOL vmlinux 0x5e9a01ce gen_new_estimator +EXPORT_SYMBOL vmlinux 0x5ec4aee6 put_sg_io_hdr +EXPORT_SYMBOL vmlinux 0x5ec9510a pnp_register_driver +EXPORT_SYMBOL vmlinux 0x5ed040b0 pm_set_vt_switch +EXPORT_SYMBOL vmlinux 0x5ed059c8 tcf_block_get +EXPORT_SYMBOL vmlinux 0x5ed71a70 register_framebuffer +EXPORT_SYMBOL vmlinux 0x5ed76546 scmd_printk +EXPORT_SYMBOL vmlinux 0x5ed90adc int_to_scsilun +EXPORT_SYMBOL vmlinux 0x5edf119b pcie_relaxed_ordering_enabled +EXPORT_SYMBOL vmlinux 0x5ee171c4 __blk_alloc_disk +EXPORT_SYMBOL vmlinux 0x5ee3af09 vlan_vid_del +EXPORT_SYMBOL vmlinux 0x5ef6a672 gen_pool_for_each_chunk +EXPORT_SYMBOL vmlinux 0x5ef786e0 proc_mkdir +EXPORT_SYMBOL vmlinux 0x5efdd68b __tracepoint_mmap_lock_released +EXPORT_SYMBOL vmlinux 0x5efde8e6 proc_doulongvec_ms_jiffies_minmax +EXPORT_SYMBOL vmlinux 0x5f098b2a in6addr_interfacelocal_allrouters +EXPORT_SYMBOL vmlinux 0x5f21e4f8 dev_set_mac_address_user +EXPORT_SYMBOL vmlinux 0x5f2ba55e security_req_classify_flow +EXPORT_SYMBOL vmlinux 0x5f30e7a7 tegra_io_pad_power_disable +EXPORT_SYMBOL vmlinux 0x5f451988 to_ndd +EXPORT_SYMBOL vmlinux 0x5f515da4 ip6_frag_next +EXPORT_SYMBOL vmlinux 0x5f5441c8 __ubsan_handle_alignment_assumption +EXPORT_SYMBOL vmlinux 0x5f63fc58 seq_puts +EXPORT_SYMBOL vmlinux 0x5f6b889c rproc_va_to_pa +EXPORT_SYMBOL vmlinux 0x5f71cd77 request_key_tag +EXPORT_SYMBOL vmlinux 0x5f7d521c input_unregister_handler +EXPORT_SYMBOL vmlinux 0x5f93525c acpi_extract_package +EXPORT_SYMBOL vmlinux 0x5faa8bc8 skb_checksum_trimmed +EXPORT_SYMBOL vmlinux 0x5fb6060e bdev_start_io_acct +EXPORT_SYMBOL vmlinux 0x5fc09283 dma_async_tx_descriptor_init +EXPORT_SYMBOL vmlinux 0x5fc72f0e alloc_pages_exact +EXPORT_SYMBOL vmlinux 0x5fc9ec63 udp_seq_ops +EXPORT_SYMBOL vmlinux 0x5fcfb327 key_alloc +EXPORT_SYMBOL vmlinux 0x5fd15413 forget_all_cached_acls +EXPORT_SYMBOL vmlinux 0x5fd68797 ndisc_ns_create +EXPORT_SYMBOL vmlinux 0x5ff100a4 fault_in_iov_iter_writeable +EXPORT_SYMBOL vmlinux 0x5ff9eb0e lockref_mark_dead +EXPORT_SYMBOL vmlinux 0x6005c351 zpool_has_pool +EXPORT_SYMBOL vmlinux 0x60062722 mipi_dsi_host_register +EXPORT_SYMBOL vmlinux 0x600683d3 do_unblank_screen +EXPORT_SYMBOL vmlinux 0x6008689f kthread_complete_and_exit +EXPORT_SYMBOL vmlinux 0x6008d045 inode_owner_or_capable +EXPORT_SYMBOL vmlinux 0x600a0aa8 eth_gro_complete +EXPORT_SYMBOL vmlinux 0x60154d82 blk_queue_flag_set +EXPORT_SYMBOL vmlinux 0x601653c0 gnet_stats_copy_app +EXPORT_SYMBOL vmlinux 0x601f665f dm_io_client_create +EXPORT_SYMBOL vmlinux 0x6030c630 iunique +EXPORT_SYMBOL vmlinux 0x60352082 register_inet6addr_notifier +EXPORT_SYMBOL vmlinux 0x603a8b8f eth_gro_receive +EXPORT_SYMBOL vmlinux 0x605790dc fiemap_fill_next_extent +EXPORT_SYMBOL vmlinux 0x6057d701 backlight_device_register +EXPORT_SYMBOL vmlinux 0x60659e25 inet_register_protosw +EXPORT_SYMBOL vmlinux 0x608596bc add_to_pipe +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 0x60a3d8ac netif_device_attach +EXPORT_SYMBOL vmlinux 0x60aaeb4b qman_p_irqsource_add +EXPORT_SYMBOL vmlinux 0x60ad39c7 get_user_pages_remote +EXPORT_SYMBOL vmlinux 0x60b17e19 jbd2_journal_ack_err +EXPORT_SYMBOL vmlinux 0x60b3071f neigh_proc_dointvec +EXPORT_SYMBOL vmlinux 0x60c2a14d nf_ip_checksum +EXPORT_SYMBOL vmlinux 0x60c475b4 __devm_mdiobus_register +EXPORT_SYMBOL vmlinux 0x60ca4a82 of_mdio_find_device +EXPORT_SYMBOL vmlinux 0x60d8ab30 vme_lm_get +EXPORT_SYMBOL vmlinux 0x61073e4a acpi_os_map_generic_address +EXPORT_SYMBOL vmlinux 0x610c08ad qdisc_watchdog_schedule_range_ns +EXPORT_SYMBOL vmlinux 0x6128b5fc __printk_ratelimit +EXPORT_SYMBOL vmlinux 0x6131da6a vm_map_ram +EXPORT_SYMBOL vmlinux 0x61347034 mb_cache_entry_delete_or_get +EXPORT_SYMBOL vmlinux 0x615911d7 __bitmap_set +EXPORT_SYMBOL vmlinux 0x617c452b queued_read_lock_slowpath +EXPORT_SYMBOL vmlinux 0x6185b747 radix_tree_gang_lookup_tag +EXPORT_SYMBOL vmlinux 0x618911fc numa_node +EXPORT_SYMBOL vmlinux 0x619cb7dd simple_read_from_buffer +EXPORT_SYMBOL vmlinux 0x619d68fd pci_release_resource +EXPORT_SYMBOL vmlinux 0x61a13442 iov_iter_zero +EXPORT_SYMBOL vmlinux 0x61b7b126 simple_strtoull +EXPORT_SYMBOL vmlinux 0x61e272c9 sha256_final +EXPORT_SYMBOL vmlinux 0x61ea189b fb_pad_aligned_buffer +EXPORT_SYMBOL vmlinux 0x61f32b60 security_socket_getpeersec_dgram +EXPORT_SYMBOL vmlinux 0x61f3d8aa bio_free_pages +EXPORT_SYMBOL vmlinux 0x620e9939 tcp_md5_do_add +EXPORT_SYMBOL vmlinux 0x621197b0 unregister_binfmt +EXPORT_SYMBOL vmlinux 0x6214aef2 cpufreq_unregister_notifier +EXPORT_SYMBOL vmlinux 0x621f5bcf kernel_recvmsg +EXPORT_SYMBOL vmlinux 0x6228c21f smp_call_function_single +EXPORT_SYMBOL vmlinux 0x6249468c jbd2_journal_wipe +EXPORT_SYMBOL vmlinux 0x624aa681 trace_print_hex_seq +EXPORT_SYMBOL vmlinux 0x625b2bf7 mmc_can_gpio_cd +EXPORT_SYMBOL vmlinux 0x625f4432 vga_set_legacy_decoding +EXPORT_SYMBOL vmlinux 0x6262cdd2 page_zero_new_buffers +EXPORT_SYMBOL vmlinux 0x62737e1d sock_unregister +EXPORT_SYMBOL vmlinux 0x6276af56 migrate_device_range +EXPORT_SYMBOL vmlinux 0x627cfd3b pci_scan_root_bus +EXPORT_SYMBOL vmlinux 0x62849ac7 dev_valid_name +EXPORT_SYMBOL vmlinux 0x629079b3 dma_fence_signal_timestamp +EXPORT_SYMBOL vmlinux 0x62949074 acpi_buffer_to_resource +EXPORT_SYMBOL vmlinux 0x62ace4fc tty_register_ldisc +EXPORT_SYMBOL vmlinux 0x62ae5247 zero_fill_bio +EXPORT_SYMBOL vmlinux 0x62b1693f scsi_add_device +EXPORT_SYMBOL vmlinux 0x62b919d3 filemap_fdatawrite +EXPORT_SYMBOL vmlinux 0x62d96443 qman_dma_portal +EXPORT_SYMBOL vmlinux 0x62f7e207 down_read_killable +EXPORT_SYMBOL vmlinux 0x6309917e msm_pinctrl_probe +EXPORT_SYMBOL vmlinux 0x630f6eb4 security_socket_socketpair +EXPORT_SYMBOL vmlinux 0x6315c42c zstd_get_params +EXPORT_SYMBOL vmlinux 0x631b6f9d __sk_receive_skb +EXPORT_SYMBOL vmlinux 0x631c9200 vme_dma_list_exec +EXPORT_SYMBOL vmlinux 0x631d06aa cpu_rmap_put +EXPORT_SYMBOL vmlinux 0x632ee612 udp_skb_destructor +EXPORT_SYMBOL vmlinux 0x63380f33 dquot_commit +EXPORT_SYMBOL vmlinux 0x63397347 inet_addr_type_table +EXPORT_SYMBOL vmlinux 0x633d4a61 stop_tty +EXPORT_SYMBOL vmlinux 0x634c4ddd dev_add_offload +EXPORT_SYMBOL vmlinux 0x63509da2 blk_queue_update_dma_alignment +EXPORT_SYMBOL vmlinux 0x635b430e serial8250_do_pm +EXPORT_SYMBOL vmlinux 0x6378a069 jbd2_journal_load +EXPORT_SYMBOL vmlinux 0x638546f5 devm_devfreq_unregister_opp_notifier +EXPORT_SYMBOL vmlinux 0x639aaa0a kernel_getpeername +EXPORT_SYMBOL vmlinux 0x63a58370 flow_action_cookie_destroy +EXPORT_SYMBOL vmlinux 0x63a74824 flow_rule_match_l2tpv3 +EXPORT_SYMBOL vmlinux 0x63a7c28c bitmap_find_free_region +EXPORT_SYMBOL vmlinux 0x63b6be8c jbd2_journal_start_commit +EXPORT_SYMBOL vmlinux 0x63b7442e napi_gro_receive +EXPORT_SYMBOL vmlinux 0x63cdd388 __inet_stream_connect +EXPORT_SYMBOL vmlinux 0x63ce173c flush_dcache_page +EXPORT_SYMBOL vmlinux 0x63d1b476 ip_generic_getfrag +EXPORT_SYMBOL vmlinux 0x63e72d72 flow_rule_match_ipv6_addrs +EXPORT_SYMBOL vmlinux 0x63eb9355 panic_blink +EXPORT_SYMBOL vmlinux 0x6401f6a6 mipi_dsi_generic_write +EXPORT_SYMBOL vmlinux 0x640855c7 phy_driver_register +EXPORT_SYMBOL vmlinux 0x640d4450 unregister_key_type +EXPORT_SYMBOL vmlinux 0x64127b67 bitmap_find_next_zero_area_off +EXPORT_SYMBOL vmlinux 0x641b8f84 netpoll_print_options +EXPORT_SYMBOL vmlinux 0x641d4f8c generic_file_write_iter +EXPORT_SYMBOL vmlinux 0x6424640b of_n_size_cells +EXPORT_SYMBOL vmlinux 0x642b1ff8 simple_unlink +EXPORT_SYMBOL vmlinux 0x642eb5c6 xen_poll_irq_timeout +EXPORT_SYMBOL vmlinux 0x64365fbe __folio_lock +EXPORT_SYMBOL vmlinux 0x643f3068 __tracepoint_spi_transfer_stop +EXPORT_SYMBOL vmlinux 0x644be12c qman_affine_cpus +EXPORT_SYMBOL vmlinux 0x6451e7ef dcb_ieee_getapp_mask +EXPORT_SYMBOL vmlinux 0x64531a64 security_binder_transfer_file +EXPORT_SYMBOL vmlinux 0x6455298a security_xfrm_policy_free +EXPORT_SYMBOL vmlinux 0x6481ffe0 hsiphash_1u32 +EXPORT_SYMBOL vmlinux 0x648577ba jbd2_fc_get_buf +EXPORT_SYMBOL vmlinux 0x648eb59d gc_inflight_list +EXPORT_SYMBOL vmlinux 0x649f89c1 dmam_alloc_attrs +EXPORT_SYMBOL vmlinux 0x64a3352d xfrm_policy_destroy +EXPORT_SYMBOL vmlinux 0x64a9c928 default_blu +EXPORT_SYMBOL vmlinux 0x64b5c6ad param_set_bint +EXPORT_SYMBOL vmlinux 0x64bbc288 string_unescape +EXPORT_SYMBOL vmlinux 0x6513a3fa fb_get_color_depth +EXPORT_SYMBOL vmlinux 0x6514c1e6 flow_get_u32_src +EXPORT_SYMBOL vmlinux 0x65170fe6 amba_driver_register +EXPORT_SYMBOL vmlinux 0x651a4139 test_taint +EXPORT_SYMBOL vmlinux 0x652032cb mac_pton +EXPORT_SYMBOL vmlinux 0x652ce9aa nla_memcmp +EXPORT_SYMBOL vmlinux 0x653449b0 arp_create +EXPORT_SYMBOL vmlinux 0x65408378 zlib_inflate_blob +EXPORT_SYMBOL vmlinux 0x654449c3 memset16 +EXPORT_SYMBOL vmlinux 0x656601e6 netif_set_real_num_queues +EXPORT_SYMBOL vmlinux 0x656c1a0e string_escape_mem +EXPORT_SYMBOL vmlinux 0x656e4a6e snprintf +EXPORT_SYMBOL vmlinux 0x6578cbf3 dma_resv_iter_next_unlocked +EXPORT_SYMBOL vmlinux 0x658631f3 cros_ec_get_host_event +EXPORT_SYMBOL vmlinux 0x658ce1a8 xxh64_reset +EXPORT_SYMBOL vmlinux 0x65929cae ns_to_timespec64 +EXPORT_SYMBOL vmlinux 0x659ded26 xfrm_flush_gc +EXPORT_SYMBOL vmlinux 0x65ab1eb2 max8998_write_reg +EXPORT_SYMBOL vmlinux 0x65b37cbe simple_statfs +EXPORT_SYMBOL vmlinux 0x65ba735b __stack_chk_fail +EXPORT_SYMBOL vmlinux 0x65cbda50 xp_dma_sync_for_cpu_slow +EXPORT_SYMBOL vmlinux 0x65d1bab2 acpi_bios_warning +EXPORT_SYMBOL vmlinux 0x65d53250 serial8250_set_isa_configurator +EXPORT_SYMBOL vmlinux 0x65d75593 bpf_link_get_from_fd +EXPORT_SYMBOL vmlinux 0x65d9e877 cpufreq_register_notifier +EXPORT_SYMBOL vmlinux 0x65db356d tcf_em_tree_validate +EXPORT_SYMBOL vmlinux 0x65dccf13 xz_dec_end +EXPORT_SYMBOL vmlinux 0x65e0d6d7 memory_read_from_buffer +EXPORT_SYMBOL vmlinux 0x65ebc4c4 input_match_device_id +EXPORT_SYMBOL vmlinux 0x65ec7526 dm_table_run_md_queue_async +EXPORT_SYMBOL vmlinux 0x65ee111a may_umount_tree +EXPORT_SYMBOL vmlinux 0x6604b289 skb_dequeue +EXPORT_SYMBOL vmlinux 0x6605b977 pci_bus_read_dev_vendor_id +EXPORT_SYMBOL vmlinux 0x660d0595 pnpacpi_protocol +EXPORT_SYMBOL vmlinux 0x6626afca down +EXPORT_SYMBOL vmlinux 0x662d4fc2 __pci_register_driver +EXPORT_SYMBOL vmlinux 0x6634bdaa pci_write_config_byte +EXPORT_SYMBOL vmlinux 0x66378d60 unlock_two_nondirectories +EXPORT_SYMBOL vmlinux 0x66390325 register_netdevice_notifier_net +EXPORT_SYMBOL vmlinux 0x664985e2 nf_ct_get_tuple_skb +EXPORT_SYMBOL vmlinux 0x664b1e29 qman_delete_cgr +EXPORT_SYMBOL vmlinux 0x664e96ef _copy_from_iter +EXPORT_SYMBOL vmlinux 0x6653c4ef backlight_force_update +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 0x666a7bd3 devfreq_update_status +EXPORT_SYMBOL vmlinux 0x666a9dc8 blk_mq_init_queue +EXPORT_SYMBOL vmlinux 0x666cfd29 acpi_dev_hid_uid_match +EXPORT_SYMBOL vmlinux 0x6673f96d xxh32_reset +EXPORT_SYMBOL vmlinux 0x668080f8 inet_accept +EXPORT_SYMBOL vmlinux 0x6681e545 inet_csk_reqsk_queue_drop_and_put +EXPORT_SYMBOL vmlinux 0x66826f5a xudma_get_ringacc +EXPORT_SYMBOL vmlinux 0x668b19a1 down_read +EXPORT_SYMBOL vmlinux 0x669c191b dm_consume_args +EXPORT_SYMBOL vmlinux 0x66af1fd1 lockref_put_or_lock +EXPORT_SYMBOL vmlinux 0x66b4cc41 kmemdup +EXPORT_SYMBOL vmlinux 0x66e74694 bio_put +EXPORT_SYMBOL vmlinux 0x66fd5fc4 dst_release_immediate +EXPORT_SYMBOL vmlinux 0x671bbe19 inet_listen +EXPORT_SYMBOL vmlinux 0x6725d07b is_acpi_device_node +EXPORT_SYMBOL vmlinux 0x67412d2f ucc_slow_enable +EXPORT_SYMBOL vmlinux 0x6749d53f hdmi_vendor_infoframe_init +EXPORT_SYMBOL vmlinux 0x6762c967 mr_mfc_find_any_parent +EXPORT_SYMBOL vmlinux 0x6770410f pipe_unlock +EXPORT_SYMBOL vmlinux 0x677346d6 platform_get_ethdev_address +EXPORT_SYMBOL vmlinux 0x678b96ec dma_pool_alloc +EXPORT_SYMBOL vmlinux 0x67909061 ww_mutex_unlock +EXPORT_SYMBOL vmlinux 0x67a41fde filemap_fdatawrite_wbc +EXPORT_SYMBOL vmlinux 0x67b27ec1 tty_std_termios +EXPORT_SYMBOL vmlinux 0x67b78eb3 seq_hlist_next_rcu +EXPORT_SYMBOL vmlinux 0x67bd1c5e setup_arg_pages +EXPORT_SYMBOL vmlinux 0x67c13ea0 acpi_read +EXPORT_SYMBOL vmlinux 0x680f884a alloc_buffer_head +EXPORT_SYMBOL vmlinux 0x681ae7f2 input_set_keycode +EXPORT_SYMBOL vmlinux 0x68273262 vme_new_dma_list +EXPORT_SYMBOL vmlinux 0x682ba108 xp_dma_map +EXPORT_SYMBOL vmlinux 0x682d2d2f flow_block_cb_alloc +EXPORT_SYMBOL vmlinux 0x684697a4 dev_disable_lro +EXPORT_SYMBOL vmlinux 0x684840c6 request_key_rcu +EXPORT_SYMBOL vmlinux 0x68500b16 clocksource_change_rating +EXPORT_SYMBOL vmlinux 0x6862507a simple_lookup +EXPORT_SYMBOL vmlinux 0x686da65a mii_link_ok +EXPORT_SYMBOL vmlinux 0x6871f0cd dev_get_by_name +EXPORT_SYMBOL vmlinux 0x687b6a16 kdbgetsymval +EXPORT_SYMBOL vmlinux 0x6888d257 vme_bus_error_handler +EXPORT_SYMBOL vmlinux 0x68b65880 __sock_queue_rcv_skb +EXPORT_SYMBOL vmlinux 0x68bbc73e xfrm_state_alloc +EXPORT_SYMBOL vmlinux 0x68cfdfc5 __skb_flow_get_ports +EXPORT_SYMBOL vmlinux 0x68dc26a5 netdev_lower_state_changed +EXPORT_SYMBOL vmlinux 0x68e62cd3 __skb_try_recv_datagram +EXPORT_SYMBOL vmlinux 0x68eb8127 security_inode_copy_up +EXPORT_SYMBOL vmlinux 0x68f9b9b1 __neigh_for_each_release +EXPORT_SYMBOL vmlinux 0x68fb581a icst307_idx2s +EXPORT_SYMBOL vmlinux 0x69049cd2 radix_tree_replace_slot +EXPORT_SYMBOL vmlinux 0x691057e4 scsi_done_direct +EXPORT_SYMBOL vmlinux 0x69135c7f single_open_size +EXPORT_SYMBOL vmlinux 0x691b6715 unregister_cdrom +EXPORT_SYMBOL vmlinux 0x693235d0 xen_free_ballooned_pages +EXPORT_SYMBOL vmlinux 0x6945f4c8 xsk_set_tx_need_wakeup +EXPORT_SYMBOL vmlinux 0x6947d29c consume_skb +EXPORT_SYMBOL vmlinux 0x69668826 netdev_increment_features +EXPORT_SYMBOL vmlinux 0x696b4ab3 sk_common_release +EXPORT_SYMBOL vmlinux 0x6971447a rtc_month_days +EXPORT_SYMBOL vmlinux 0x6972e413 __bitmap_weight_and +EXPORT_SYMBOL vmlinux 0x697ed5f0 memcpy_and_pad +EXPORT_SYMBOL vmlinux 0x69993cf4 __dev_get_by_flags +EXPORT_SYMBOL vmlinux 0x69b3be93 netdev_warn +EXPORT_SYMBOL vmlinux 0x69c2399e tc_setup_offload_action +EXPORT_SYMBOL vmlinux 0x69d282e7 kernel_sock_shutdown +EXPORT_SYMBOL vmlinux 0x69db08c8 netif_set_xps_queue +EXPORT_SYMBOL vmlinux 0x69dd3b5b crc32_le +EXPORT_SYMBOL vmlinux 0x69de8757 vme_check_window +EXPORT_SYMBOL vmlinux 0x69f1c93d jbd2_log_wait_commit +EXPORT_SYMBOL vmlinux 0x6a037cf1 mempool_kfree +EXPORT_SYMBOL vmlinux 0x6a06bdae bio_copy_data_iter +EXPORT_SYMBOL vmlinux 0x6a0e025c cdev_init +EXPORT_SYMBOL vmlinux 0x6a18ab2f pmem_should_map_pages +EXPORT_SYMBOL vmlinux 0x6a1a8326 blk_integrity_compare +EXPORT_SYMBOL vmlinux 0x6a3766b2 qman_delete_cgr_safe +EXPORT_SYMBOL vmlinux 0x6a449c4f register_sysctl_table +EXPORT_SYMBOL vmlinux 0x6a4cad0d noop_dirty_folio +EXPORT_SYMBOL vmlinux 0x6a5633f5 pci_request_selected_regions +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 0x6a78fc20 free_task +EXPORT_SYMBOL vmlinux 0x6a8594b4 tcp_v4_md5_hash_skb +EXPORT_SYMBOL vmlinux 0x6a90663a qman_schedule_fq +EXPORT_SYMBOL vmlinux 0x6a9e9e82 netif_napi_add_weight +EXPORT_SYMBOL vmlinux 0x6aa7655f dma_resv_add_fence +EXPORT_SYMBOL vmlinux 0x6abad03d sock_no_sendpage +EXPORT_SYMBOL vmlinux 0x6acb2ead write_dirty_buffer +EXPORT_SYMBOL vmlinux 0x6ad48c4b dma_resv_iter_first_unlocked +EXPORT_SYMBOL vmlinux 0x6add5c9a dmi_find_device +EXPORT_SYMBOL vmlinux 0x6aeefac4 zlib_deflateReset +EXPORT_SYMBOL vmlinux 0x6af09293 xfrm_state_lookup +EXPORT_SYMBOL vmlinux 0x6b079231 alt_cb_patch_nops +EXPORT_SYMBOL vmlinux 0x6b0adce8 udplite_prot +EXPORT_SYMBOL vmlinux 0x6b0c66c9 dquot_reclaim_space_nodirty +EXPORT_SYMBOL vmlinux 0x6b111616 phy_suspend +EXPORT_SYMBOL vmlinux 0x6b1d6c6d is_nd_btt +EXPORT_SYMBOL vmlinux 0x6b1dd9f0 tcf_idr_create_from_flags +EXPORT_SYMBOL vmlinux 0x6b1eeb64 fb_prepare_logo +EXPORT_SYMBOL vmlinux 0x6b27729b radix_tree_gang_lookup +EXPORT_SYMBOL vmlinux 0x6b2dc060 dump_stack +EXPORT_SYMBOL vmlinux 0x6b36a10c netif_carrier_on +EXPORT_SYMBOL vmlinux 0x6b3bbdc8 devm_mfd_add_devices +EXPORT_SYMBOL vmlinux 0x6b43be18 __ip_mc_dec_group +EXPORT_SYMBOL vmlinux 0x6b4b5000 user_revoke +EXPORT_SYMBOL vmlinux 0x6b51418b setattr_prepare +EXPORT_SYMBOL vmlinux 0x6b55acd0 rtnl_lock_killable +EXPORT_SYMBOL vmlinux 0x6b853d06 ns_to_kernel_old_timeval +EXPORT_SYMBOL vmlinux 0x6b8bf149 netif_receive_skb_list +EXPORT_SYMBOL vmlinux 0x6b920d7a unregister_filesystem +EXPORT_SYMBOL vmlinux 0x6bb05d91 filemap_range_has_page +EXPORT_SYMBOL vmlinux 0x6bb3f27f tcf_exts_validate_ex +EXPORT_SYMBOL vmlinux 0x6bc0457f of_graph_get_port_by_id +EXPORT_SYMBOL vmlinux 0x6bc3fbc0 __unregister_chrdev +EXPORT_SYMBOL vmlinux 0x6bc8ce20 of_cpu_node_to_id +EXPORT_SYMBOL vmlinux 0x6bd0e573 down_interruptible +EXPORT_SYMBOL vmlinux 0x6be1c1f8 acpi_install_method +EXPORT_SYMBOL vmlinux 0x6bebeb66 refresh_frequency_limits +EXPORT_SYMBOL vmlinux 0x6bf181c1 __tracepoint_kmem_cache_free +EXPORT_SYMBOL vmlinux 0x6bf49b13 rproc_del +EXPORT_SYMBOL vmlinux 0x6c224cda gen_pool_destroy +EXPORT_SYMBOL vmlinux 0x6c257ac0 tty_termios_hw_change +EXPORT_SYMBOL vmlinux 0x6c2f244c sync_inodes_sb +EXPORT_SYMBOL vmlinux 0x6c31b64c vlan_filter_drop_vids +EXPORT_SYMBOL vmlinux 0x6c335329 crypto_sha512_update +EXPORT_SYMBOL vmlinux 0x6c4c75f0 inet6_add_offload +EXPORT_SYMBOL vmlinux 0x6c5adc26 pnp_unregister_driver +EXPORT_SYMBOL vmlinux 0x6c61ce70 num_registered_fb +EXPORT_SYMBOL vmlinux 0x6c61d5e3 filemap_flush +EXPORT_SYMBOL vmlinux 0x6c7a0323 __tracepoint_kmem_cache_alloc +EXPORT_SYMBOL vmlinux 0x6c8dce1f mmc_can_trim +EXPORT_SYMBOL vmlinux 0x6cb46525 netlbl_catmap_walk +EXPORT_SYMBOL vmlinux 0x6cbbfc54 __arch_copy_to_user +EXPORT_SYMBOL vmlinux 0x6ceaae07 xfrm_unregister_km +EXPORT_SYMBOL vmlinux 0x6ceccc13 scsi_print_command +EXPORT_SYMBOL vmlinux 0x6cf0d67d qe_get_num_of_snums +EXPORT_SYMBOL vmlinux 0x6cf6d434 page_readlink +EXPORT_SYMBOL vmlinux 0x6cf6d8d1 inet_dev_addr_type +EXPORT_SYMBOL vmlinux 0x6cfc62ee begin_new_exec +EXPORT_SYMBOL vmlinux 0x6d017c0a pci_bus_alloc_resource +EXPORT_SYMBOL vmlinux 0x6d02d1db register_key_type +EXPORT_SYMBOL vmlinux 0x6d16c104 mutex_lock_killable +EXPORT_SYMBOL vmlinux 0x6d294e43 clock_t_to_jiffies +EXPORT_SYMBOL vmlinux 0x6d2cf1da request_firmware_into_buf +EXPORT_SYMBOL vmlinux 0x6d42a975 lookup_one_len_unlocked +EXPORT_SYMBOL vmlinux 0x6d470540 ps2_command +EXPORT_SYMBOL vmlinux 0x6d59d5ee request_key_with_auxdata +EXPORT_SYMBOL vmlinux 0x6d5eb49a udp6_csum_init +EXPORT_SYMBOL vmlinux 0x6d5f5b91 radix_tree_tagged +EXPORT_SYMBOL vmlinux 0x6d68c06c __i2c_transfer +EXPORT_SYMBOL vmlinux 0x6d68d8a9 phy_set_sym_pause +EXPORT_SYMBOL vmlinux 0x6d73c95f logic_outw +EXPORT_SYMBOL vmlinux 0x6d7c7dcc bitmap_cut +EXPORT_SYMBOL vmlinux 0x6d7d149a of_graph_get_remote_port_parent +EXPORT_SYMBOL vmlinux 0x6d9bdbf7 __of_parse_phandle_with_args +EXPORT_SYMBOL vmlinux 0x6da467cb pfn_is_map_memory +EXPORT_SYMBOL vmlinux 0x6dba1286 flow_rule_match_cvlan +EXPORT_SYMBOL vmlinux 0x6dba9051 xz_dec_microlzma_end +EXPORT_SYMBOL vmlinux 0x6dc35b25 radix_tree_iter_delete +EXPORT_SYMBOL vmlinux 0x6dccc05b phy_get_c45_ids +EXPORT_SYMBOL vmlinux 0x6dcf857f uuid_null +EXPORT_SYMBOL vmlinux 0x6dd17e7b acpi_get_table_header +EXPORT_SYMBOL vmlinux 0x6dd27aa1 filemap_get_folios +EXPORT_SYMBOL vmlinux 0x6de6ce1e shmem_aops +EXPORT_SYMBOL vmlinux 0x6de9fe99 dma_async_device_register +EXPORT_SYMBOL vmlinux 0x6df1aaf1 kernel_sigaction +EXPORT_SYMBOL vmlinux 0x6df7a2d8 scsi_bios_ptable +EXPORT_SYMBOL vmlinux 0x6e072c97 cpu_hwcaps +EXPORT_SYMBOL vmlinux 0x6e0d86c8 add_watch_to_object +EXPORT_SYMBOL vmlinux 0x6e248e91 netdev_master_upper_dev_get +EXPORT_SYMBOL vmlinux 0x6e3cb226 dev_remove_pack +EXPORT_SYMBOL vmlinux 0x6e43e0c5 cros_ec_check_result +EXPORT_SYMBOL vmlinux 0x6e506bda ipmr_rule_default +EXPORT_SYMBOL vmlinux 0x6e5b8651 xz_dec_run +EXPORT_SYMBOL vmlinux 0x6e6335ff padata_free_shell +EXPORT_SYMBOL vmlinux 0x6e720ff2 rtnl_unlock +EXPORT_SYMBOL vmlinux 0x6e811e6d __mdiobus_register +EXPORT_SYMBOL vmlinux 0x6e9dd606 __symbol_put +EXPORT_SYMBOL vmlinux 0x6ea9363b force_sig +EXPORT_SYMBOL vmlinux 0x6eaf7c2a vfs_dedupe_file_range +EXPORT_SYMBOL vmlinux 0x6eb83009 netlink_ack +EXPORT_SYMBOL vmlinux 0x6ec76d9c __tty_alloc_driver +EXPORT_SYMBOL vmlinux 0x6ecc26a8 mmc_add_host +EXPORT_SYMBOL vmlinux 0x6ee7afbe pci_disable_ptm +EXPORT_SYMBOL vmlinux 0x6eecfaf4 sg_copy_buffer +EXPORT_SYMBOL vmlinux 0x6f07486e dquot_load_quota_inode +EXPORT_SYMBOL vmlinux 0x6f14e9db console_list_lock +EXPORT_SYMBOL vmlinux 0x6f2c3dd6 xfrm_state_lookup_byaddr +EXPORT_SYMBOL vmlinux 0x6f3100df has_capability_noaudit +EXPORT_SYMBOL vmlinux 0x6f35fb22 tc_setup_cb_call +EXPORT_SYMBOL vmlinux 0x6f41a428 acpi_get_vendor_resource +EXPORT_SYMBOL vmlinux 0x6f4a59e4 sort_r +EXPORT_SYMBOL vmlinux 0x6f4af63c netdev_update_features +EXPORT_SYMBOL vmlinux 0x6f5ab52f acpi_get_local_address +EXPORT_SYMBOL vmlinux 0x6f915a45 dqstats +EXPORT_SYMBOL vmlinux 0x6f94a14a tcf_exts_dump_stats +EXPORT_SYMBOL vmlinux 0x6fb49676 queue_rcu_work +EXPORT_SYMBOL vmlinux 0x6fb81f97 csum_and_copy_to_iter +EXPORT_SYMBOL vmlinux 0x6fb8c2be of_mdiobus_phy_device_register +EXPORT_SYMBOL vmlinux 0x6fbc6a00 radix_tree_insert +EXPORT_SYMBOL vmlinux 0x6fc48021 dynamic_cond_resched +EXPORT_SYMBOL vmlinux 0x6fca0aac pci_bus_read_config_byte +EXPORT_SYMBOL vmlinux 0x6fcb87a1 touch_softlockup_watchdog +EXPORT_SYMBOL vmlinux 0x6fd6551b pm860x_bulk_write +EXPORT_SYMBOL vmlinux 0x6fd9c35a __clzdi2 +EXPORT_SYMBOL vmlinux 0x6fddd20a __generic_file_write_iter +EXPORT_SYMBOL vmlinux 0x6ff3a485 dynamic_might_resched +EXPORT_SYMBOL vmlinux 0x6fff261f __arch_clear_user +EXPORT_SYMBOL vmlinux 0x70002fe8 siphash_1u32 +EXPORT_SYMBOL vmlinux 0x701b7489 pci_dev_get +EXPORT_SYMBOL vmlinux 0x7023bea8 unregister_acpi_notifier +EXPORT_SYMBOL vmlinux 0x702946da ucs2_strlen +EXPORT_SYMBOL vmlinux 0x70314b86 alloc_fcdev +EXPORT_SYMBOL vmlinux 0x7031f601 pci_bus_write_config_dword +EXPORT_SYMBOL vmlinux 0x706749b9 netdev_reset_tc +EXPORT_SYMBOL vmlinux 0x7068360a acpi_dev_uid_to_integer +EXPORT_SYMBOL vmlinux 0x707ef0ec devm_nvmem_cell_put +EXPORT_SYMBOL vmlinux 0x7096a8b3 dev_uc_unsync +EXPORT_SYMBOL vmlinux 0x709da8cc pci_find_bus +EXPORT_SYMBOL vmlinux 0x70ad75fb radix_tree_lookup +EXPORT_SYMBOL vmlinux 0x70b13d33 twl6040_get_sysclk +EXPORT_SYMBOL vmlinux 0x70cc63a7 is_bad_inode +EXPORT_SYMBOL vmlinux 0x70d1a18e qman_release_pool +EXPORT_SYMBOL vmlinux 0x70dccbba of_phy_is_fixed_link +EXPORT_SYMBOL vmlinux 0x70e2afe2 tcp_rcv_established +EXPORT_SYMBOL vmlinux 0x7103c012 input_mt_assign_slots +EXPORT_SYMBOL vmlinux 0x710becbd max8925_bulk_read +EXPORT_SYMBOL vmlinux 0x7129e5f8 hex_asc +EXPORT_SYMBOL vmlinux 0x713b2531 fifo_create_dflt +EXPORT_SYMBOL vmlinux 0x7141b88a logic_insb +EXPORT_SYMBOL vmlinux 0x7151e6ea of_get_compatible_child +EXPORT_SYMBOL vmlinux 0x715a5ed0 vprintk +EXPORT_SYMBOL vmlinux 0x716dc01e seg6_hmac_info_del +EXPORT_SYMBOL vmlinux 0x716f457f devm_backlight_device_unregister +EXPORT_SYMBOL vmlinux 0x7171121c overflowgid +EXPORT_SYMBOL vmlinux 0x7181cc3d ethtool_notify +EXPORT_SYMBOL vmlinux 0x718ee2e3 vfs_parse_fs_param_source +EXPORT_SYMBOL vmlinux 0x71a438b3 of_find_mipi_dsi_device_by_node +EXPORT_SYMBOL vmlinux 0x71a672ef dmam_pool_destroy +EXPORT_SYMBOL vmlinux 0x71baa4a1 pcibus_to_node +EXPORT_SYMBOL vmlinux 0x71d583c2 memory_cgrp_subsys +EXPORT_SYMBOL vmlinux 0x71dfc095 acpi_walk_resources +EXPORT_SYMBOL vmlinux 0x71e41484 md_bitmap_free +EXPORT_SYMBOL vmlinux 0x71e9ad5c fuse_dequeue_forget +EXPORT_SYMBOL vmlinux 0x7207e1c4 md_write_start +EXPORT_SYMBOL vmlinux 0x720a27a7 __register_blkdev +EXPORT_SYMBOL vmlinux 0x721f5e8e scsi_block_when_processing_errors +EXPORT_SYMBOL vmlinux 0x724508e5 skb_copy_and_hash_datagram_iter +EXPORT_SYMBOL vmlinux 0x72559786 jbd2_journal_forget +EXPORT_SYMBOL vmlinux 0x72587d2e pldmfw_op_pci_match_record +EXPORT_SYMBOL vmlinux 0x7259bc83 scsi_remove_device +EXPORT_SYMBOL vmlinux 0x725dd6f4 page_pool_get_stats +EXPORT_SYMBOL vmlinux 0x7268a276 netlink_capable +EXPORT_SYMBOL vmlinux 0x726bc3c7 wait_for_completion_killable_timeout +EXPORT_SYMBOL vmlinux 0x727026aa __phy_resume +EXPORT_SYMBOL vmlinux 0x7276a65e devm_extcon_register_notifier_all +EXPORT_SYMBOL vmlinux 0x7279b820 tcf_idr_cleanup +EXPORT_SYMBOL vmlinux 0x727de424 mem_section +EXPORT_SYMBOL vmlinux 0x7296ea42 backlight_device_set_brightness +EXPORT_SYMBOL vmlinux 0x72a50966 ucc_fast_disable +EXPORT_SYMBOL vmlinux 0x72b41fc4 param_ops_int +EXPORT_SYMBOL vmlinux 0x72b9d287 default_grn +EXPORT_SYMBOL vmlinux 0x72bbd840 devm_backlight_device_register +EXPORT_SYMBOL vmlinux 0x72ca9010 ipv6_chk_custom_prefix +EXPORT_SYMBOL vmlinux 0x72dbcbb8 neigh_parms_alloc +EXPORT_SYMBOL vmlinux 0x72ea7b2d scsi_device_type +EXPORT_SYMBOL vmlinux 0x72f14ff7 acpi_get_object_info +EXPORT_SYMBOL vmlinux 0x730abf40 d_instantiate_anon +EXPORT_SYMBOL vmlinux 0x7315a4e9 twl6030_mmc_card_detect_config +EXPORT_SYMBOL vmlinux 0x731c4a9c dma_fence_signal +EXPORT_SYMBOL vmlinux 0x731dba7a xen_domain_type +EXPORT_SYMBOL vmlinux 0x732157b6 nf_log_set +EXPORT_SYMBOL vmlinux 0x732dd326 groups_free +EXPORT_SYMBOL vmlinux 0x732f6261 vme_register_error_handler +EXPORT_SYMBOL vmlinux 0x734aa60d tcp_recv_skb +EXPORT_SYMBOL vmlinux 0x735e6a81 acpi_evaluate_integer +EXPORT_SYMBOL vmlinux 0x735fa3d0 register_filesystem +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 0x73bb8208 mmc_gpio_get_ro +EXPORT_SYMBOL vmlinux 0x73d43002 jbd2_journal_try_to_free_buffers +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 0x742bd428 flow_block_cb_lookup +EXPORT_SYMBOL vmlinux 0x743d7836 pci_msix_vec_count +EXPORT_SYMBOL vmlinux 0x743f4126 keygen_port_hashing_init +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 0x7498116b try_lookup_one_len +EXPORT_SYMBOL vmlinux 0x749fcacd mipi_dsi_device_unregister +EXPORT_SYMBOL vmlinux 0x74a2d60a ip_frag_init +EXPORT_SYMBOL vmlinux 0x74b8e674 slhc_toss +EXPORT_SYMBOL vmlinux 0x74c134b9 __sw_hweight32 +EXPORT_SYMBOL vmlinux 0x74c446c5 sock_create_kern +EXPORT_SYMBOL vmlinux 0x74e5ff1a udpv6_encap_enable +EXPORT_SYMBOL vmlinux 0x74e8f317 flow_rule_match_enc_opts +EXPORT_SYMBOL vmlinux 0x74fb9fb3 sock_common_setsockopt +EXPORT_SYMBOL vmlinux 0x750169d6 d_add +EXPORT_SYMBOL vmlinux 0x750419ce ptp_clock_event +EXPORT_SYMBOL vmlinux 0x7510020f inet6_register_protosw +EXPORT_SYMBOL vmlinux 0x7524a874 of_get_mac_address +EXPORT_SYMBOL vmlinux 0x752fc22e submit_bio +EXPORT_SYMBOL vmlinux 0x7531f115 jbd2_journal_check_used_features +EXPORT_SYMBOL vmlinux 0x755f4ba3 blake2s_compress_generic +EXPORT_SYMBOL vmlinux 0x756c20a2 ___pskb_trim +EXPORT_SYMBOL vmlinux 0x75871f5e acpi_get_next_object +EXPORT_SYMBOL vmlinux 0x75998e41 dst_init +EXPORT_SYMBOL vmlinux 0x759f456e genphy_handle_interrupt_no_ack +EXPORT_SYMBOL vmlinux 0x75b63bca input_flush_device +EXPORT_SYMBOL vmlinux 0x75bda77a seq_hlist_next +EXPORT_SYMBOL vmlinux 0x75be426c devm_pci_remap_iospace +EXPORT_SYMBOL vmlinux 0x75c12fe0 con_set_default_unimap +EXPORT_SYMBOL vmlinux 0x75d0deb9 nsecs_to_jiffies64 +EXPORT_SYMBOL vmlinux 0x75d38a54 pci_iomap_range +EXPORT_SYMBOL vmlinux 0x75d499dd vmcore_add_device_dump +EXPORT_SYMBOL vmlinux 0x75e1e696 security_sb_clone_mnt_opts +EXPORT_SYMBOL vmlinux 0x75e9cede tcp_disconnect +EXPORT_SYMBOL vmlinux 0x75eb9378 phy_modify_paged +EXPORT_SYMBOL vmlinux 0x75ef6050 configfs_depend_item +EXPORT_SYMBOL vmlinux 0x75f56917 inode_dio_wait +EXPORT_SYMBOL vmlinux 0x75fc07f1 tty_check_change +EXPORT_SYMBOL vmlinux 0x76017f0a sock_no_linger +EXPORT_SYMBOL vmlinux 0x760a0f4f yield +EXPORT_SYMBOL vmlinux 0x7618af39 hdmi_infoframe_check +EXPORT_SYMBOL vmlinux 0x7624249e dim_park_tired +EXPORT_SYMBOL vmlinux 0x7647726c handle_sysrq +EXPORT_SYMBOL vmlinux 0x765ff28e tty_devnum +EXPORT_SYMBOL vmlinux 0x765ff474 crc_t10dif_generic +EXPORT_SYMBOL vmlinux 0x76657d7e xsk_uses_need_wakeup +EXPORT_SYMBOL vmlinux 0x766a0927 mempool_alloc_pages +EXPORT_SYMBOL vmlinux 0x7682ba4e __copy_overflow +EXPORT_SYMBOL vmlinux 0x769e2116 ioc_lookup_icq +EXPORT_SYMBOL vmlinux 0x769f6e64 errseq_check +EXPORT_SYMBOL vmlinux 0x76ab5126 dquot_mark_dquot_dirty +EXPORT_SYMBOL vmlinux 0x76d3cd60 laptop_mode +EXPORT_SYMBOL vmlinux 0x76efc249 _atomic_dec_and_raw_lock_irqsave +EXPORT_SYMBOL vmlinux 0x76f91c8b __page_frag_cache_drain +EXPORT_SYMBOL vmlinux 0x77088bd3 mmc_free_host +EXPORT_SYMBOL vmlinux 0x7727cb4b follow_down +EXPORT_SYMBOL vmlinux 0x7732159c free_irq_cpu_rmap +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 0x7750923c get_cached_acl +EXPORT_SYMBOL vmlinux 0x7760ca8c tcp_sock_set_cork +EXPORT_SYMBOL vmlinux 0x776f9957 rtnl_kfree_skbs +EXPORT_SYMBOL vmlinux 0x777913e6 dev_get_mac_address +EXPORT_SYMBOL vmlinux 0x7791193f icst525_s2div +EXPORT_SYMBOL vmlinux 0x77aa0afc pnp_register_card_driver +EXPORT_SYMBOL vmlinux 0x77bc13a0 strim +EXPORT_SYMBOL vmlinux 0x77bf498e cdev_add +EXPORT_SYMBOL vmlinux 0x77c6737d d_mark_dontcache +EXPORT_SYMBOL vmlinux 0x77d176c3 dev_get_port_parent_id +EXPORT_SYMBOL vmlinux 0x77e9eb37 aes_encrypt +EXPORT_SYMBOL vmlinux 0x77eac446 of_chosen +EXPORT_SYMBOL vmlinux 0x77ee252a sock_recv_errqueue +EXPORT_SYMBOL vmlinux 0x77eedf0b of_find_matching_node_and_match +EXPORT_SYMBOL vmlinux 0x77f4f321 phy_print_status +EXPORT_SYMBOL vmlinux 0x7807f0f8 schedule_timeout_idle +EXPORT_SYMBOL vmlinux 0x7816a3d6 tcf_get_next_chain +EXPORT_SYMBOL vmlinux 0x7823fa41 generic_mii_ioctl +EXPORT_SYMBOL vmlinux 0x7825b214 phy_device_free +EXPORT_SYMBOL vmlinux 0x78361232 tcf_action_update_stats +EXPORT_SYMBOL vmlinux 0x783f1af3 kthread_destroy_worker +EXPORT_SYMBOL vmlinux 0x7840c564 copy_page_from_iter_atomic +EXPORT_SYMBOL vmlinux 0x7846af3e __kfifo_len_r +EXPORT_SYMBOL vmlinux 0x7866901a skb_eth_push +EXPORT_SYMBOL vmlinux 0x78738a76 input_close_device +EXPORT_SYMBOL vmlinux 0x78a16f48 aes_decrypt +EXPORT_SYMBOL vmlinux 0x78a78552 phy_support_asym_pause +EXPORT_SYMBOL vmlinux 0x78af62ee of_find_net_device_by_node +EXPORT_SYMBOL vmlinux 0x78b887ed vsprintf +EXPORT_SYMBOL vmlinux 0x78d13fb5 dcache_readdir +EXPORT_SYMBOL vmlinux 0x78d7d1cd folio_clear_dirty_for_io +EXPORT_SYMBOL vmlinux 0x78df6bd7 no_pci_devices +EXPORT_SYMBOL vmlinux 0x78e6d837 gnet_stats_start_copy +EXPORT_SYMBOL vmlinux 0x790992f8 __acpi_mdiobus_register +EXPORT_SYMBOL vmlinux 0x7913d929 sdev_prefix_printk +EXPORT_SYMBOL vmlinux 0x79251d63 try_to_free_buffers +EXPORT_SYMBOL vmlinux 0x79392dd2 udp_read_skb +EXPORT_SYMBOL vmlinux 0x793a607e pps_unregister_source +EXPORT_SYMBOL vmlinux 0x79496b8f udp_sendmsg +EXPORT_SYMBOL vmlinux 0x79643378 tcp_splice_read +EXPORT_SYMBOL vmlinux 0x7982ba3c bioset_integrity_create +EXPORT_SYMBOL vmlinux 0x7984eefc key_update +EXPORT_SYMBOL vmlinux 0x7995035d audit_log +EXPORT_SYMBOL vmlinux 0x79a33f85 vme_get_size +EXPORT_SYMBOL vmlinux 0x79a6f7e9 tegra_dfll_suspend +EXPORT_SYMBOL vmlinux 0x79bb26a8 proc_create_data +EXPORT_SYMBOL vmlinux 0x79ce55b2 mmc_wait_for_req_done +EXPORT_SYMBOL vmlinux 0x79cee1d5 fib_default_rule_add +EXPORT_SYMBOL vmlinux 0x79ea3016 of_device_is_available +EXPORT_SYMBOL vmlinux 0x79ef2da9 tty_vhangup +EXPORT_SYMBOL vmlinux 0x7a1bcd59 gf128mul_x8_ble +EXPORT_SYMBOL vmlinux 0x7a1c5853 rdmacg_try_charge +EXPORT_SYMBOL vmlinux 0x7a267460 __register_chrdev +EXPORT_SYMBOL vmlinux 0x7a2af7b4 cpu_number +EXPORT_SYMBOL vmlinux 0x7a2ff57e security_current_getsecid_subj +EXPORT_SYMBOL vmlinux 0x7a3330a4 thaw_super +EXPORT_SYMBOL vmlinux 0x7a53a06d flow_indr_dev_exists +EXPORT_SYMBOL vmlinux 0x7a7529dd max8925_reg_read +EXPORT_SYMBOL vmlinux 0x7a76bf84 uart_get_divisor +EXPORT_SYMBOL vmlinux 0x7a8683bc tcp_close +EXPORT_SYMBOL vmlinux 0x7a95ae71 unlock_rename +EXPORT_SYMBOL vmlinux 0x7a95e5ae do_settimeofday64 +EXPORT_SYMBOL vmlinux 0x7a968137 ucc_slow_restart_tx +EXPORT_SYMBOL vmlinux 0x7aa1756e kvfree +EXPORT_SYMBOL vmlinux 0x7aa6e2f6 xfrm_policy_insert +EXPORT_SYMBOL vmlinux 0x7abf4f1c mmc_detect_change +EXPORT_SYMBOL vmlinux 0x7ad050b9 qid_lt +EXPORT_SYMBOL vmlinux 0x7ad40662 input_release_device +EXPORT_SYMBOL vmlinux 0x7adc0fbf rb_replace_node_rcu +EXPORT_SYMBOL vmlinux 0x7ae3f204 tcp_set_rcvlowat +EXPORT_SYMBOL vmlinux 0x7ae5d317 qe_get_snum +EXPORT_SYMBOL vmlinux 0x7aec94f5 sock_common_getsockopt +EXPORT_SYMBOL vmlinux 0x7afd58f5 fget_raw +EXPORT_SYMBOL vmlinux 0x7afd74d7 pcie_capability_clear_and_set_word +EXPORT_SYMBOL vmlinux 0x7aff2209 irq_domain_set_info +EXPORT_SYMBOL vmlinux 0x7b0f1d0a mtree_store +EXPORT_SYMBOL vmlinux 0x7b286981 __bio_advance +EXPORT_SYMBOL vmlinux 0x7b37d4a7 _find_first_zero_bit +EXPORT_SYMBOL vmlinux 0x7b4da6ff __init_rwsem +EXPORT_SYMBOL vmlinux 0x7b5b8f31 sha256_update +EXPORT_SYMBOL vmlinux 0x7b5ce4a2 import_iovec +EXPORT_SYMBOL vmlinux 0x7b5d80d7 sk_stream_kill_queues +EXPORT_SYMBOL vmlinux 0x7b82b9a1 idr_replace +EXPORT_SYMBOL vmlinux 0x7b88c9af user_path_create +EXPORT_SYMBOL vmlinux 0x7b8d7e7a jbd2_journal_restart +EXPORT_SYMBOL vmlinux 0x7ba5a3b4 tegra_powergate_power_off +EXPORT_SYMBOL vmlinux 0x7bb50b88 acpi_write +EXPORT_SYMBOL vmlinux 0x7bbccd05 nr_node_ids +EXPORT_SYMBOL vmlinux 0x7bc8b5cc scsi_rescan_device +EXPORT_SYMBOL vmlinux 0x7bd94419 uart_match_port +EXPORT_SYMBOL vmlinux 0x7bda572c put_cmsg_scm_timestamping64 +EXPORT_SYMBOL vmlinux 0x7bef1fc4 input_mt_get_slot_by_key +EXPORT_SYMBOL vmlinux 0x7bf80f38 security_sb_mnt_opts_compat +EXPORT_SYMBOL vmlinux 0x7c0625a9 vfs_clone_file_range +EXPORT_SYMBOL vmlinux 0x7c173634 __bitmap_complement +EXPORT_SYMBOL vmlinux 0x7c26586a xattr_supported_namespace +EXPORT_SYMBOL vmlinux 0x7c27ccbd vfs_tmpfile_open +EXPORT_SYMBOL vmlinux 0x7c42bb4c __break_lease +EXPORT_SYMBOL vmlinux 0x7c46233a cpufreq_quick_get +EXPORT_SYMBOL vmlinux 0x7c79f7e5 mmc_put_card +EXPORT_SYMBOL vmlinux 0x7c7bd135 try_to_writeback_inodes_sb +EXPORT_SYMBOL vmlinux 0x7c7fc782 __netlink_ns_capable +EXPORT_SYMBOL vmlinux 0x7c9c2119 start_tty +EXPORT_SYMBOL vmlinux 0x7cac7681 proto_register +EXPORT_SYMBOL vmlinux 0x7cbb0075 sock_cmsg_send +EXPORT_SYMBOL vmlinux 0x7cbd94a3 cros_ec_prepare_tx +EXPORT_SYMBOL vmlinux 0x7cbe5a7a xfrm_state_delete_tunnel +EXPORT_SYMBOL vmlinux 0x7cc5185b xfrm_input_register_afinfo +EXPORT_SYMBOL vmlinux 0x7ccfc535 pci_request_regions +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 0x7cf8a7ac tcp_seq_next +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 0x7d116715 __devm_request_region +EXPORT_SYMBOL vmlinux 0x7d12d76d acpi_get_parent +EXPORT_SYMBOL vmlinux 0x7d27e504 dm_shift_arg +EXPORT_SYMBOL vmlinux 0x7d28ff70 param_get_uint +EXPORT_SYMBOL vmlinux 0x7d2c35ef mipi_dsi_dcs_set_column_address +EXPORT_SYMBOL vmlinux 0x7d4b176a netlbl_catmap_setbit +EXPORT_SYMBOL vmlinux 0x7d5364f7 qdisc_watchdog_cancel +EXPORT_SYMBOL vmlinux 0x7d5687b9 xattr_full_name +EXPORT_SYMBOL vmlinux 0x7d5e1008 __crc32c_le_shift +EXPORT_SYMBOL vmlinux 0x7d5e6ecc qdisc_offload_dump_helper +EXPORT_SYMBOL vmlinux 0x7d6121ad eth_platform_get_mac_address +EXPORT_SYMBOL vmlinux 0x7d74d522 kstrtoull_from_user +EXPORT_SYMBOL vmlinux 0x7d89370f acpi_pm_device_sleep_state +EXPORT_SYMBOL vmlinux 0x7d8d4fa4 zerocopy_sg_from_iter +EXPORT_SYMBOL vmlinux 0x7d8f2f57 t10_pi_type1_ip +EXPORT_SYMBOL vmlinux 0x7d8f9ce0 xfrm_state_walk +EXPORT_SYMBOL vmlinux 0x7daece67 quota_send_warning +EXPORT_SYMBOL vmlinux 0x7db1bb83 migrate_vma_setup +EXPORT_SYMBOL vmlinux 0x7dba6bf4 scsi_remove_host +EXPORT_SYMBOL vmlinux 0x7dc5ffa7 tc_skb_ext_tc_disable +EXPORT_SYMBOL vmlinux 0x7dcf4135 __xa_insert +EXPORT_SYMBOL vmlinux 0x7dfbc863 ipv6_dev_mc_inc +EXPORT_SYMBOL vmlinux 0x7dff03dd tegra_ivc_write_get_next_frame +EXPORT_SYMBOL vmlinux 0x7e0b255f hdmi_audio_infoframe_pack_for_dp +EXPORT_SYMBOL vmlinux 0x7e3191f6 try_to_del_timer_sync +EXPORT_SYMBOL vmlinux 0x7e3f0273 pci_match_id +EXPORT_SYMBOL vmlinux 0x7e41e448 clk_hw_register_clkdev +EXPORT_SYMBOL vmlinux 0x7e4d107e param_set_short +EXPORT_SYMBOL vmlinux 0x7e5c9cbd migrate_device_finalize +EXPORT_SYMBOL vmlinux 0x7e70babd of_graph_is_present +EXPORT_SYMBOL vmlinux 0x7ea0d4ca tegra_sku_info +EXPORT_SYMBOL vmlinux 0x7eaab82d input_event +EXPORT_SYMBOL vmlinux 0x7ef4bddc __sg_page_iter_next +EXPORT_SYMBOL vmlinux 0x7ef4df72 tegra_dfll_runtime_resume +EXPORT_SYMBOL vmlinux 0x7efe7be4 ip_sock_set_pktinfo +EXPORT_SYMBOL vmlinux 0x7efe8808 inet_csk_delete_keepalive_timer +EXPORT_SYMBOL vmlinux 0x7f02188f __msecs_to_jiffies +EXPORT_SYMBOL vmlinux 0x7f03b6a9 crc_ccitt_table +EXPORT_SYMBOL vmlinux 0x7f14c69a xfrm_if_register_cb +EXPORT_SYMBOL vmlinux 0x7f24de73 jiffies_to_usecs +EXPORT_SYMBOL vmlinux 0x7f25eb8d jbd2_trans_will_send_data_barrier +EXPORT_SYMBOL vmlinux 0x7f31c06c mmc_of_parse_clk_phase +EXPORT_SYMBOL vmlinux 0x7f4bb4e3 tcf_chain_put_by_act +EXPORT_SYMBOL vmlinux 0x7f52071a net_dim +EXPORT_SYMBOL vmlinux 0x7f5ac0ca genphy_loopback +EXPORT_SYMBOL vmlinux 0x7f62eaa4 sgl_free +EXPORT_SYMBOL vmlinux 0x7f6657fc kmem_cache_alloc +EXPORT_SYMBOL vmlinux 0x7f7d13c5 vfs_llseek +EXPORT_SYMBOL vmlinux 0x7f7f7bb4 irq_poll_disable +EXPORT_SYMBOL vmlinux 0x7f8ed1c2 blk_dump_rq_flags +EXPORT_SYMBOL vmlinux 0x7f925b38 rtc_add_group +EXPORT_SYMBOL vmlinux 0x7fce778e tegra_ivc_total_queue_size +EXPORT_SYMBOL vmlinux 0x7fe105d7 bman_ip_rev +EXPORT_SYMBOL vmlinux 0x7fe32873 rb_replace_node +EXPORT_SYMBOL vmlinux 0x7fed4495 security_inode_getsecctx +EXPORT_SYMBOL vmlinux 0x7ff3a4ff get_bitmap_from_slot +EXPORT_SYMBOL vmlinux 0x7ff633d5 inode_init_once +EXPORT_SYMBOL vmlinux 0x7ffb83c9 unregister_nexthop_notifier +EXPORT_SYMBOL vmlinux 0x8001124e __free_pages +EXPORT_SYMBOL vmlinux 0x800b8eab ethtool_rx_flow_rule_destroy +EXPORT_SYMBOL vmlinux 0x8016e640 cdev_del +EXPORT_SYMBOL vmlinux 0x8029480b acpi_processor_notify_smm +EXPORT_SYMBOL vmlinux 0x80382d2e __filemap_get_folio +EXPORT_SYMBOL vmlinux 0x803ddbb6 __posix_acl_create +EXPORT_SYMBOL vmlinux 0x80470653 qdisc_watchdog_init +EXPORT_SYMBOL vmlinux 0x80762048 _atomic_dec_and_raw_lock +EXPORT_SYMBOL vmlinux 0x80816f26 get_user_ifreq +EXPORT_SYMBOL vmlinux 0x8085e64e netdev_bind_sb_channel_queue +EXPORT_SYMBOL vmlinux 0x808a8e3b has_capability +EXPORT_SYMBOL vmlinux 0x809712ff hdmi_avi_infoframe_pack +EXPORT_SYMBOL vmlinux 0x80a717a8 __percpu_counter_compare +EXPORT_SYMBOL vmlinux 0x80b88f8d mmc_gpiod_request_ro +EXPORT_SYMBOL vmlinux 0x80ca5026 _bin2bcd +EXPORT_SYMBOL vmlinux 0x80d68d3e fb_register_client +EXPORT_SYMBOL vmlinux 0x80e11b9f nd_region_to_nstype +EXPORT_SYMBOL vmlinux 0x80e28ef0 fscrypt_has_permitted_context +EXPORT_SYMBOL vmlinux 0x80e292ed call_netdevice_notifiers +EXPORT_SYMBOL vmlinux 0x80e5f86f fscrypt_fname_alloc_buffer +EXPORT_SYMBOL vmlinux 0x80ec0d50 qman_init_fq +EXPORT_SYMBOL vmlinux 0x80edf025 jbd2_journal_get_write_access +EXPORT_SYMBOL vmlinux 0x80f19cde ppp_register_channel +EXPORT_SYMBOL vmlinux 0x8111966d inode_insert5 +EXPORT_SYMBOL vmlinux 0x8112b3d2 scsi_build_sense_buffer +EXPORT_SYMBOL vmlinux 0x8116b500 __neigh_set_probe_once +EXPORT_SYMBOL vmlinux 0x8117cb85 finish_no_open +EXPORT_SYMBOL vmlinux 0x81188c30 match_string +EXPORT_SYMBOL vmlinux 0x811d8a7b __inet6_lookup_established +EXPORT_SYMBOL vmlinux 0x8136ea9e blk_mq_complete_request +EXPORT_SYMBOL vmlinux 0x81533963 sysfs_format_mac +EXPORT_SYMBOL vmlinux 0x81589b69 param_get_long +EXPORT_SYMBOL vmlinux 0x815b5dd4 match_octal +EXPORT_SYMBOL vmlinux 0x815d4388 param_ops_ulong +EXPORT_SYMBOL vmlinux 0x81690e2b pfifo_fast_ops +EXPORT_SYMBOL vmlinux 0x817b57eb of_device_unregister +EXPORT_SYMBOL vmlinux 0x818416e1 scsi_set_sense_information +EXPORT_SYMBOL vmlinux 0x8186333b cpumask_next_wrap +EXPORT_SYMBOL vmlinux 0x81877051 tcp_mtu_to_mss +EXPORT_SYMBOL vmlinux 0x818edf97 cpm_muram_alloc +EXPORT_SYMBOL vmlinux 0x81919c3e devm_clk_put +EXPORT_SYMBOL vmlinux 0x81a1eb59 utf8_unload +EXPORT_SYMBOL vmlinux 0x81ac61cb pci_alloc_dev +EXPORT_SYMBOL vmlinux 0x81b088c9 tty_port_free_xmit_buf +EXPORT_SYMBOL vmlinux 0x81b20e8b ucc_fast_transmit_on_demand +EXPORT_SYMBOL vmlinux 0x81bab72d neigh_seq_stop +EXPORT_SYMBOL vmlinux 0x81c3fa88 ethtool_get_phc_vclocks +EXPORT_SYMBOL vmlinux 0x81c6220b pci_iomap +EXPORT_SYMBOL vmlinux 0x81d32464 sk_reset_timer +EXPORT_SYMBOL vmlinux 0x81d4b568 set_page_dirty_lock +EXPORT_SYMBOL vmlinux 0x81d833fc tcf_block_netif_keep_dst +EXPORT_SYMBOL vmlinux 0x81db200e dma_fence_describe +EXPORT_SYMBOL vmlinux 0x81db6ebb xz_dec_reset +EXPORT_SYMBOL vmlinux 0x81e6b37f dmi_get_system_info +EXPORT_SYMBOL vmlinux 0x82141fc7 make_kprojid +EXPORT_SYMBOL vmlinux 0x823d3505 cmxgcr_lock +EXPORT_SYMBOL vmlinux 0x824035f2 xfrm_dst_ifdown +EXPORT_SYMBOL vmlinux 0x8245516c register_fib_notifier +EXPORT_SYMBOL vmlinux 0x825971ad phy_mipi_dphy_get_default_config_for_hsclk +EXPORT_SYMBOL vmlinux 0x825a91f0 udp_lib_get_port +EXPORT_SYMBOL vmlinux 0x8263a6d9 proc_douintvec +EXPORT_SYMBOL vmlinux 0x82713227 dev_mc_del_global +EXPORT_SYMBOL vmlinux 0x82737234 skb_copy_datagram_iter +EXPORT_SYMBOL vmlinux 0x828ab08b mdiobus_get_phy +EXPORT_SYMBOL vmlinux 0x82a4f287 genphy_read_abilities +EXPORT_SYMBOL vmlinux 0x82a6e6b7 sock_bind_add +EXPORT_SYMBOL vmlinux 0x82b6813f param_ops_uint +EXPORT_SYMBOL vmlinux 0x82b7d3aa inode_init_always +EXPORT_SYMBOL vmlinux 0x82b95624 blk_set_queue_depth +EXPORT_SYMBOL vmlinux 0x82c87ad5 nr_online_nodes +EXPORT_SYMBOL vmlinux 0x82cd36fc inet_frag_destroy +EXPORT_SYMBOL vmlinux 0x82e30d41 xfrm_lookup +EXPORT_SYMBOL vmlinux 0x82ee90dc timer_delete_sync +EXPORT_SYMBOL vmlinux 0x82f011c7 truncate_inode_pages +EXPORT_SYMBOL vmlinux 0x82fd79ea __dec_zone_page_state +EXPORT_SYMBOL vmlinux 0x830737e1 do_clone_file_range +EXPORT_SYMBOL vmlinux 0x83341d6c jbd2_journal_start_reserved +EXPORT_SYMBOL vmlinux 0x833422bb dma_map_resource +EXPORT_SYMBOL vmlinux 0x83581089 gf128mul_init_4k_lle +EXPORT_SYMBOL vmlinux 0x836524b2 take_dentry_name_snapshot +EXPORT_SYMBOL vmlinux 0x8368a972 mmc_start_request +EXPORT_SYMBOL vmlinux 0x836d1fd6 unregister_console +EXPORT_SYMBOL vmlinux 0x8370bf8f set_security_override +EXPORT_SYMBOL vmlinux 0x8379079f dma_pool_create +EXPORT_SYMBOL vmlinux 0x838d2bc8 siphash_3u32 +EXPORT_SYMBOL vmlinux 0x83991bc1 fddi_type_trans +EXPORT_SYMBOL vmlinux 0x83991be1 flow_rule_match_control +EXPORT_SYMBOL vmlinux 0x83a7e9ef devm_request_threaded_irq +EXPORT_SYMBOL vmlinux 0x83aff432 flow_rule_match_arp +EXPORT_SYMBOL vmlinux 0x83be5735 netdev_class_remove_file_ns +EXPORT_SYMBOL vmlinux 0x83c21309 of_node_put +EXPORT_SYMBOL vmlinux 0x83c5e76b page_symlink_inode_operations +EXPORT_SYMBOL vmlinux 0x83cc7878 __pagevec_release +EXPORT_SYMBOL vmlinux 0x83e60113 __cgroup_bpf_run_filter_skb +EXPORT_SYMBOL vmlinux 0x83e819a5 inet_frag_kill +EXPORT_SYMBOL vmlinux 0x83e8891f netpoll_parse_options +EXPORT_SYMBOL vmlinux 0x8406da56 tcp_stream_memory_free +EXPORT_SYMBOL vmlinux 0x8407509d pci_resize_resource +EXPORT_SYMBOL vmlinux 0x8412e9f8 pnp_device_attach +EXPORT_SYMBOL vmlinux 0x8427cc7b _raw_spin_lock_irq +EXPORT_SYMBOL vmlinux 0x84403653 dquot_quotactl_sysfile_ops +EXPORT_SYMBOL vmlinux 0x844d39b7 block_write_begin +EXPORT_SYMBOL vmlinux 0x84522c80 proc_set_size +EXPORT_SYMBOL vmlinux 0x8455e3a7 dma_fence_signal_timestamp_locked +EXPORT_SYMBOL vmlinux 0x847ce6cb mt_find_after +EXPORT_SYMBOL vmlinux 0x84818f57 tegra_powergate_power_on +EXPORT_SYMBOL vmlinux 0x84823650 phy_attached_info +EXPORT_SYMBOL vmlinux 0x84823cf3 nla_strscpy +EXPORT_SYMBOL vmlinux 0x84880c73 tcp_child_process +EXPORT_SYMBOL vmlinux 0x84914079 __kfifo_dma_out_prepare +EXPORT_SYMBOL vmlinux 0x84a0ca4d bitmap_zalloc_node +EXPORT_SYMBOL vmlinux 0x84a1e8a6 vlan_filter_push_vids +EXPORT_SYMBOL vmlinux 0x84a28262 ata_std_end_eh +EXPORT_SYMBOL vmlinux 0x84b8e269 phy_remove_link_mode +EXPORT_SYMBOL vmlinux 0x84c1c552 proc_dointvec_ms_jiffies +EXPORT_SYMBOL vmlinux 0x84ca6215 tcp_enter_quickack_mode +EXPORT_SYMBOL vmlinux 0x84df610f flow_rule_match_enc_ipv4_addrs +EXPORT_SYMBOL vmlinux 0x84e5e576 flow_block_cb_setup_simple +EXPORT_SYMBOL vmlinux 0x84fb2884 dev_mc_add_excl +EXPORT_SYMBOL vmlinux 0x84fc4393 tcp_create_openreq_child +EXPORT_SYMBOL vmlinux 0x8518a4a6 _raw_spin_trylock_bh +EXPORT_SYMBOL vmlinux 0x851b9121 xudma_dev_get_psil_base +EXPORT_SYMBOL vmlinux 0x85519ec2 get_unmapped_area +EXPORT_SYMBOL vmlinux 0x855747bb unregister_quota_format +EXPORT_SYMBOL vmlinux 0x855c0d1c fwnode_get_mac_address +EXPORT_SYMBOL vmlinux 0x85670f1d rtnl_is_locked +EXPORT_SYMBOL vmlinux 0x856ad625 xfrm_lookup_with_ifid +EXPORT_SYMBOL vmlinux 0x856bc460 vme_irq_handler +EXPORT_SYMBOL vmlinux 0x856c98fc napi_build_skb +EXPORT_SYMBOL vmlinux 0x8578e995 dma_sync_single_for_device +EXPORT_SYMBOL vmlinux 0x8591d7d5 ledtrig_mtd_activity +EXPORT_SYMBOL vmlinux 0x85b5664b skb_eth_pop +EXPORT_SYMBOL vmlinux 0x85b5e625 rfkill_set_states +EXPORT_SYMBOL vmlinux 0x85b76e9b __inc_node_page_state +EXPORT_SYMBOL vmlinux 0x85bc27ba netif_carrier_off +EXPORT_SYMBOL vmlinux 0x85bd1608 __request_region +EXPORT_SYMBOL vmlinux 0x85c05d10 pci_get_domain_bus_and_slot +EXPORT_SYMBOL vmlinux 0x85de52e2 set_capacity +EXPORT_SYMBOL vmlinux 0x85df4ebd blk_start_plug +EXPORT_SYMBOL vmlinux 0x85df9b6c strsep +EXPORT_SYMBOL vmlinux 0x85eb56ca kill_litter_super +EXPORT_SYMBOL vmlinux 0x85efc7e0 zero_pfn +EXPORT_SYMBOL vmlinux 0x86164de6 generic_file_direct_write +EXPORT_SYMBOL vmlinux 0x861995cd vme_dma_list_free +EXPORT_SYMBOL vmlinux 0x862c8035 bitmap_alloc_node +EXPORT_SYMBOL vmlinux 0x86303f3b udp_disconnect +EXPORT_SYMBOL vmlinux 0x8632477f pnp_disable_dev +EXPORT_SYMBOL vmlinux 0x863a276a color_table +EXPORT_SYMBOL vmlinux 0x864efc5d write_cache_pages +EXPORT_SYMBOL vmlinux 0x86529e34 dev_pick_tx_cpu_id +EXPORT_SYMBOL vmlinux 0x86653814 dev_get_by_index +EXPORT_SYMBOL vmlinux 0x866a62b2 gnet_stats_basic_sync_init +EXPORT_SYMBOL vmlinux 0x866bb8f5 fscrypt_free_bounce_page +EXPORT_SYMBOL vmlinux 0x866f1eb5 dump_skip_to +EXPORT_SYMBOL vmlinux 0x8678ddb3 mipi_dsi_host_unregister +EXPORT_SYMBOL vmlinux 0x868acba5 get_options +EXPORT_SYMBOL vmlinux 0x86920d38 fscrypt_ioctl_set_policy +EXPORT_SYMBOL vmlinux 0x8693702a fwnode_irq_get_byname +EXPORT_SYMBOL vmlinux 0x86b851af devm_register_reboot_notifier +EXPORT_SYMBOL vmlinux 0x86c23799 config_group_find_item +EXPORT_SYMBOL vmlinux 0x86d52ba5 lookup_constant +EXPORT_SYMBOL vmlinux 0x86dd708d tc_skb_ext_tc_enable +EXPORT_SYMBOL vmlinux 0x86e1b259 __put_cred +EXPORT_SYMBOL vmlinux 0x86e799cf nf_getsockopt +EXPORT_SYMBOL vmlinux 0x86f76e6c ppp_output_wakeup +EXPORT_SYMBOL vmlinux 0x86fb9b05 bitmap_parse_user +EXPORT_SYMBOL vmlinux 0x87073909 mmc_gpio_set_cd_isr +EXPORT_SYMBOL vmlinux 0x87089081 mdiobus_read_nested +EXPORT_SYMBOL vmlinux 0x871c5138 kfree_skb_reason +EXPORT_SYMBOL vmlinux 0x872e4851 of_node_get +EXPORT_SYMBOL vmlinux 0x87475932 xp_alloc_batch +EXPORT_SYMBOL vmlinux 0x874df837 path_put +EXPORT_SYMBOL vmlinux 0x87505044 input_set_capability +EXPORT_SYMBOL vmlinux 0x875400dd invalidate_mapping_pages +EXPORT_SYMBOL vmlinux 0x875aba89 iput +EXPORT_SYMBOL vmlinux 0x8761c87b rps_needed +EXPORT_SYMBOL vmlinux 0x8769cdcf dev_get_by_name_rcu +EXPORT_SYMBOL vmlinux 0x8779d53d migrate_vma_pages +EXPORT_SYMBOL vmlinux 0x87809aeb put_user_ifreq +EXPORT_SYMBOL vmlinux 0x8788531f vmf_insert_mixed_mkwrite +EXPORT_SYMBOL vmlinux 0x87921743 xfrm4_rcv_encap +EXPORT_SYMBOL vmlinux 0x87a1e886 jbd2_journal_free_reserved +EXPORT_SYMBOL vmlinux 0x87a21cb3 __ubsan_handle_out_of_bounds +EXPORT_SYMBOL vmlinux 0x87ae8b2f cros_ec_query_all +EXPORT_SYMBOL vmlinux 0x87ca9987 vfs_fileattr_set +EXPORT_SYMBOL vmlinux 0x87e484a5 nla_put +EXPORT_SYMBOL vmlinux 0x87ed3906 tcf_exts_change +EXPORT_SYMBOL vmlinux 0x87f4b5e7 __fput_sync +EXPORT_SYMBOL vmlinux 0x87ffcc7d xsk_tx_peek_desc +EXPORT_SYMBOL vmlinux 0x8810754a _find_first_bit +EXPORT_SYMBOL vmlinux 0x881594dc kernel_read +EXPORT_SYMBOL vmlinux 0x88167348 xfrm_state_update +EXPORT_SYMBOL vmlinux 0x881aaf4b user_path_at_empty +EXPORT_SYMBOL vmlinux 0x881bad5e phy_mipi_dphy_config_validate +EXPORT_SYMBOL vmlinux 0x881c4413 gen_pool_first_fit +EXPORT_SYMBOL vmlinux 0x881e202a fib_notifier_ops_register +EXPORT_SYMBOL vmlinux 0x882dc22f tty_port_close_end +EXPORT_SYMBOL vmlinux 0x882f722b acpi_notifier_call_chain +EXPORT_SYMBOL vmlinux 0x88341cff md_error +EXPORT_SYMBOL vmlinux 0x88457bf1 __cgroup_bpf_run_filter_sk +EXPORT_SYMBOL vmlinux 0x8852fbd6 fs_param_is_blockdev +EXPORT_SYMBOL vmlinux 0x885af771 dquot_quota_sync +EXPORT_SYMBOL vmlinux 0x885e1794 skb_copy_datagram_from_iter +EXPORT_SYMBOL vmlinux 0x88620d05 md_set_array_sectors +EXPORT_SYMBOL vmlinux 0x886ef186 _dev_warn +EXPORT_SYMBOL vmlinux 0x886f991a __do_once_done +EXPORT_SYMBOL vmlinux 0x8878a706 tcp_select_initial_window +EXPORT_SYMBOL vmlinux 0x88822d38 unregister_blocking_lsm_notifier +EXPORT_SYMBOL vmlinux 0x8888f1fe xxh32 +EXPORT_SYMBOL vmlinux 0x889b1370 _raw_read_trylock +EXPORT_SYMBOL vmlinux 0x88a04554 unix_destruct_scm +EXPORT_SYMBOL vmlinux 0x88a4b860 mmc_run_bkops +EXPORT_SYMBOL vmlinux 0x88b916af vlan_uses_dev +EXPORT_SYMBOL vmlinux 0x88badd08 sock_wmalloc +EXPORT_SYMBOL vmlinux 0x88cd7c93 flow_indr_dev_unregister +EXPORT_SYMBOL vmlinux 0x88db9f48 __check_object_size +EXPORT_SYMBOL vmlinux 0x88e1d0f0 page_frag_free +EXPORT_SYMBOL vmlinux 0x890fe00f blk_rq_map_user_iov +EXPORT_SYMBOL vmlinux 0x891c5367 keyring_alloc +EXPORT_SYMBOL vmlinux 0x891dbb8f sgl_free_order +EXPORT_SYMBOL vmlinux 0x89225f40 ipv6_push_frag_opts +EXPORT_SYMBOL vmlinux 0x8922899a gnet_stats_start_copy_compat +EXPORT_SYMBOL vmlinux 0x89234a19 __alloc_pages +EXPORT_SYMBOL vmlinux 0x8928f31f unload_nls +EXPORT_SYMBOL vmlinux 0x892bc782 scsi_host_busy +EXPORT_SYMBOL vmlinux 0x89434b4b radix_tree_tag_clear +EXPORT_SYMBOL vmlinux 0x8946ea72 fpsimd_context_busy +EXPORT_SYMBOL vmlinux 0x896c0a93 kmalloc_caches +EXPORT_SYMBOL vmlinux 0x89940875 mutex_lock_interruptible +EXPORT_SYMBOL vmlinux 0x899cd3d1 tty_register_device +EXPORT_SYMBOL vmlinux 0x89be8468 devfreq_monitor_suspend +EXPORT_SYMBOL vmlinux 0x89c1f441 kernel_bind +EXPORT_SYMBOL vmlinux 0x89cd0a1e pci_bus_set_ops +EXPORT_SYMBOL vmlinux 0x89d3b957 ethtool_virtdev_set_link_ksettings +EXPORT_SYMBOL vmlinux 0x89fb70eb netdev_adjacent_change_abort +EXPORT_SYMBOL vmlinux 0x8a13980c mdio_device_remove +EXPORT_SYMBOL vmlinux 0x8a163b97 filemap_fdatawrite_range +EXPORT_SYMBOL vmlinux 0x8a212069 md_cluster_ops +EXPORT_SYMBOL vmlinux 0x8a21da1c jbd2_fc_end_commit_fallback +EXPORT_SYMBOL vmlinux 0x8a2b6185 blk_rq_init +EXPORT_SYMBOL vmlinux 0x8a407317 jbd2_journal_lock_updates +EXPORT_SYMBOL vmlinux 0x8a41f5be of_match_node +EXPORT_SYMBOL vmlinux 0x8a47043d LZ4_decompress_safe_continue +EXPORT_SYMBOL vmlinux 0x8a490c90 rfkill_set_sw_state +EXPORT_SYMBOL vmlinux 0x8a68ac65 dma_sync_sg_for_device +EXPORT_SYMBOL vmlinux 0x8a7094ba vm_brk_flags +EXPORT_SYMBOL vmlinux 0x8a7d1c31 high_memory +EXPORT_SYMBOL vmlinux 0x8a99a016 mempool_free_slab +EXPORT_SYMBOL vmlinux 0x8aaf6509 ps2_cmd_aborted +EXPORT_SYMBOL vmlinux 0x8ab8244a kill_fasync +EXPORT_SYMBOL vmlinux 0x8ac136ae imx_sc_misc_get_control +EXPORT_SYMBOL vmlinux 0x8ac3334b net_dim_get_def_rx_moderation +EXPORT_SYMBOL vmlinux 0x8ac49982 skb_page_frag_refill +EXPORT_SYMBOL vmlinux 0x8adf3e7b drop_nlink +EXPORT_SYMBOL vmlinux 0x8ae40ca3 new_inode +EXPORT_SYMBOL vmlinux 0x8af863b4 devm_register_netdev +EXPORT_SYMBOL vmlinux 0x8b0088d1 LZ4_decompress_safe_usingDict +EXPORT_SYMBOL vmlinux 0x8b01706b call_fib_notifiers +EXPORT_SYMBOL vmlinux 0x8b22fabe component_match_add_typed +EXPORT_SYMBOL vmlinux 0x8b2ffd83 __cpu_present_mask +EXPORT_SYMBOL vmlinux 0x8b54f1af get_task_cred +EXPORT_SYMBOL vmlinux 0x8b606e64 mmc_cqe_post_req +EXPORT_SYMBOL vmlinux 0x8b618d08 overflowuid +EXPORT_SYMBOL vmlinux 0x8b8059bd in_group_p +EXPORT_SYMBOL vmlinux 0x8b910be2 errseq_sample +EXPORT_SYMBOL vmlinux 0x8b989cf9 acpi_bus_can_wakeup +EXPORT_SYMBOL vmlinux 0x8bae1344 ps2_sendbyte +EXPORT_SYMBOL vmlinux 0x8bc6d0b9 configfs_remove_default_groups +EXPORT_SYMBOL vmlinux 0x8bcf03a9 of_phy_connect +EXPORT_SYMBOL vmlinux 0x8bdfc47c __mb_cache_entry_free +EXPORT_SYMBOL vmlinux 0x8be189ab ucc_slow_disable +EXPORT_SYMBOL vmlinux 0x8be2601b vc_resize +EXPORT_SYMBOL vmlinux 0x8c035bab sk_free +EXPORT_SYMBOL vmlinux 0x8c24706f param_get_ushort +EXPORT_SYMBOL vmlinux 0x8c26b81a get_tree_single +EXPORT_SYMBOL vmlinux 0x8c26d495 prepare_to_wait_event +EXPORT_SYMBOL vmlinux 0x8c30bf67 zstd_dctx_workspace_bound +EXPORT_SYMBOL vmlinux 0x8c447bbe blk_pre_runtime_resume +EXPORT_SYMBOL vmlinux 0x8c4779dc mipi_dsi_dcs_write_buffer +EXPORT_SYMBOL vmlinux 0x8c4848f4 genphy_write_mmd_unsupported +EXPORT_SYMBOL vmlinux 0x8c490841 __cpuhp_remove_state +EXPORT_SYMBOL vmlinux 0x8c6af374 tty_hangup +EXPORT_SYMBOL vmlinux 0x8c8569cb kstrtoint +EXPORT_SYMBOL vmlinux 0x8c94a1a6 vmf_insert_mixed_prot +EXPORT_SYMBOL vmlinux 0x8c9801f0 mdiobus_read +EXPORT_SYMBOL vmlinux 0x8c9e338f acpi_bios_error +EXPORT_SYMBOL vmlinux 0x8ca355e0 sg_miter_start +EXPORT_SYMBOL vmlinux 0x8caf9305 uuid_is_valid +EXPORT_SYMBOL vmlinux 0x8cb7d52b sock_kzfree_s +EXPORT_SYMBOL vmlinux 0x8cc4ef9a pci_free_irq +EXPORT_SYMBOL vmlinux 0x8cc53d20 __par_io_config_pin +EXPORT_SYMBOL vmlinux 0x8cc56cab fb_set_suspend +EXPORT_SYMBOL vmlinux 0x8cc6e681 lease_modify +EXPORT_SYMBOL vmlinux 0x8cda8029 xen_clear_irq_pending +EXPORT_SYMBOL vmlinux 0x8cea0d45 key_revoke +EXPORT_SYMBOL vmlinux 0x8ceb70a0 ip_mc_check_igmp +EXPORT_SYMBOL vmlinux 0x8d33e672 __find_nth_andnot_bit +EXPORT_SYMBOL vmlinux 0x8d4112df qcom_scm_mem_protect_video_var +EXPORT_SYMBOL vmlinux 0x8d493ada __tty_insert_flip_char +EXPORT_SYMBOL vmlinux 0x8d4a1dc0 ip_options_compile +EXPORT_SYMBOL vmlinux 0x8d55bb8a qid_eq +EXPORT_SYMBOL vmlinux 0x8d5f3011 phy_ethtool_nway_reset +EXPORT_SYMBOL vmlinux 0x8d64116a sock_no_mmap +EXPORT_SYMBOL vmlinux 0x8d6d510d mipi_dsi_dcs_set_tear_on +EXPORT_SYMBOL vmlinux 0x8d73278e hex_asc_upper +EXPORT_SYMBOL vmlinux 0x8d785111 blk_pre_runtime_suspend +EXPORT_SYMBOL vmlinux 0x8d7c775d xfrm_state_register_afinfo +EXPORT_SYMBOL vmlinux 0x8d82ca7b ip6_dst_hoplimit +EXPORT_SYMBOL vmlinux 0x8d841044 scsi_set_medium_removal +EXPORT_SYMBOL vmlinux 0x8d9b172f ip_frag_next +EXPORT_SYMBOL vmlinux 0x8d9ca0e6 dma_fence_enable_sw_signaling +EXPORT_SYMBOL vmlinux 0x8da98df7 inet_frag_queue_insert +EXPORT_SYMBOL vmlinux 0x8daeea0d backlight_device_unregister +EXPORT_SYMBOL vmlinux 0x8db568de ip6_err_gen_icmpv6_unreach +EXPORT_SYMBOL vmlinux 0x8db901bd param_get_ullong +EXPORT_SYMBOL vmlinux 0x8dc0d2eb blk_rq_count_integrity_sg +EXPORT_SYMBOL vmlinux 0x8ddd8aad schedule_timeout +EXPORT_SYMBOL vmlinux 0x8dee722d _raw_read_lock_bh +EXPORT_SYMBOL vmlinux 0x8df45373 nd_region_acquire_lane +EXPORT_SYMBOL vmlinux 0x8df4afd9 qe_put_snum +EXPORT_SYMBOL vmlinux 0x8df92f66 memchr_inv +EXPORT_SYMBOL vmlinux 0x8df9dd10 guid_null +EXPORT_SYMBOL vmlinux 0x8e17b3ae idr_destroy +EXPORT_SYMBOL vmlinux 0x8e21c9a1 dma_fence_add_callback +EXPORT_SYMBOL vmlinux 0x8e282ff0 blk_queue_max_discard_sectors +EXPORT_SYMBOL vmlinux 0x8e2df6f1 seq_release +EXPORT_SYMBOL vmlinux 0x8e3e0f7d fault_in_readable +EXPORT_SYMBOL vmlinux 0x8e4c60a3 cpm_muram_dma +EXPORT_SYMBOL vmlinux 0x8e7adec6 devm_arch_phys_wc_add +EXPORT_SYMBOL vmlinux 0x8e830dae scsi_report_device_reset +EXPORT_SYMBOL vmlinux 0x8e8c5eb4 pci_read_config_word +EXPORT_SYMBOL vmlinux 0x8e93bd24 security_secctx_to_secid +EXPORT_SYMBOL vmlinux 0x8e9a5740 aperture_remove_conflicting_pci_devices +EXPORT_SYMBOL vmlinux 0x8ea60a5c get_tree_bdev +EXPORT_SYMBOL vmlinux 0x8ec760b0 cgroup_bpf_enabled_key +EXPORT_SYMBOL vmlinux 0x8ed8999b pm860x_bulk_read +EXPORT_SYMBOL vmlinux 0x8ed99c30 mr_mfc_seq_next +EXPORT_SYMBOL vmlinux 0x8eff69d6 inet_frag_find +EXPORT_SYMBOL vmlinux 0x8f01afd6 twl6030_interrupt_mask +EXPORT_SYMBOL vmlinux 0x8f0316d7 jbd2_journal_extend +EXPORT_SYMBOL vmlinux 0x8f05a053 param_set_charp +EXPORT_SYMBOL vmlinux 0x8f0e739d put_disk +EXPORT_SYMBOL vmlinux 0x8f1958ed msm_pinctrl_remove +EXPORT_SYMBOL vmlinux 0x8f2156f7 nla_reserve_64bit +EXPORT_SYMBOL vmlinux 0x8f388ff5 sg_alloc_table_from_pages_segment +EXPORT_SYMBOL vmlinux 0x8f447c86 inet_csk_reqsk_queue_add +EXPORT_SYMBOL vmlinux 0x8f57c339 mipi_dsi_dcs_set_display_off +EXPORT_SYMBOL vmlinux 0x8f6eb5f2 ipv6_dev_mc_dec +EXPORT_SYMBOL vmlinux 0x8f77f79e param_set_byte +EXPORT_SYMBOL vmlinux 0x8f858425 pci_set_power_state +EXPORT_SYMBOL vmlinux 0x8f929444 sock_no_sendmsg_locked +EXPORT_SYMBOL vmlinux 0x8f996a30 ethtool_convert_legacy_u32_to_link_mode +EXPORT_SYMBOL vmlinux 0x8f9a4996 dquot_scan_active +EXPORT_SYMBOL vmlinux 0x8fa25c24 xa_find +EXPORT_SYMBOL vmlinux 0x8fc56d27 pci_add_new_bus +EXPORT_SYMBOL vmlinux 0x8fc9ea11 fman_port_cfg_buf_prefix_content +EXPORT_SYMBOL vmlinux 0x8fd180e7 kernel_neon_begin +EXPORT_SYMBOL vmlinux 0x8fd3aa4f revert_creds +EXPORT_SYMBOL vmlinux 0x8fdd53c9 __neigh_event_send +EXPORT_SYMBOL vmlinux 0x8ff89ed0 seg6_hmac_exit +EXPORT_SYMBOL vmlinux 0x8ff94bda blk_integrity_register +EXPORT_SYMBOL vmlinux 0x90006be6 dm_kcopyd_client_flush +EXPORT_SYMBOL vmlinux 0x900531e6 mdio_device_reset +EXPORT_SYMBOL vmlinux 0x902c5d06 sched_autogroup_detach +EXPORT_SYMBOL vmlinux 0x902d8722 vme_slave_get +EXPORT_SYMBOL vmlinux 0x9034a696 mempool_destroy +EXPORT_SYMBOL vmlinux 0x90481497 do_splice_direct +EXPORT_SYMBOL vmlinux 0x90576ec4 vmemdup_user +EXPORT_SYMBOL vmlinux 0x9075a216 pcie_get_width_cap +EXPORT_SYMBOL vmlinux 0x907a3564 folio_migrate_copy +EXPORT_SYMBOL vmlinux 0x908055e5 xen_alloc_unpopulated_pages +EXPORT_SYMBOL vmlinux 0x908c5663 param_set_copystring +EXPORT_SYMBOL vmlinux 0x909420ff vfs_get_link +EXPORT_SYMBOL vmlinux 0x909e68bf tcp_sock_set_nodelay +EXPORT_SYMBOL vmlinux 0x90b1a176 drop_reasons +EXPORT_SYMBOL vmlinux 0x90cdda57 dev_get_flags +EXPORT_SYMBOL vmlinux 0x90d21b2b generic_pipe_buf_release +EXPORT_SYMBOL vmlinux 0x90ed9db4 nf_log_packet +EXPORT_SYMBOL vmlinux 0x90f9cc5a inet_sendmsg +EXPORT_SYMBOL vmlinux 0x90fa996f devfreq_update_interval +EXPORT_SYMBOL vmlinux 0x910ed031 unregister_mii_tstamp_controller +EXPORT_SYMBOL vmlinux 0x9114b616 __xa_alloc +EXPORT_SYMBOL vmlinux 0x91286f17 write_inode_now +EXPORT_SYMBOL vmlinux 0x912b909f xfrm_policy_delete +EXPORT_SYMBOL vmlinux 0x91498af2 pci_setup_cardbus +EXPORT_SYMBOL vmlinux 0x914a6a20 padata_free +EXPORT_SYMBOL vmlinux 0x9166fada strncpy +EXPORT_SYMBOL vmlinux 0x9166fc03 __flush_workqueue +EXPORT_SYMBOL vmlinux 0x917290be to_nd_pfn +EXPORT_SYMBOL vmlinux 0x9176d074 tcf_exts_destroy +EXPORT_SYMBOL vmlinux 0x9186c54b inet_csk_prepare_forced_close +EXPORT_SYMBOL vmlinux 0x9187a4c6 devfreq_register_notifier +EXPORT_SYMBOL vmlinux 0x918b1a80 dev_pre_changeaddr_notify +EXPORT_SYMBOL vmlinux 0x919c58f3 __clzsi2 +EXPORT_SYMBOL vmlinux 0x91a488ac __netdev_alloc_frag_align +EXPORT_SYMBOL vmlinux 0x91a7b1da qdisc_class_hash_remove +EXPORT_SYMBOL vmlinux 0x91adc81d sunxi_sram_claim +EXPORT_SYMBOL vmlinux 0x91bba4a0 pps_event +EXPORT_SYMBOL vmlinux 0x91bf3861 eth_header_cache_update +EXPORT_SYMBOL vmlinux 0x91c0980e icst_hz +EXPORT_SYMBOL vmlinux 0x91c41bb8 phy_register_fixup_for_id +EXPORT_SYMBOL vmlinux 0x91c4312b nf_log_register +EXPORT_SYMBOL vmlinux 0x91dfd400 inet_get_local_port_range +EXPORT_SYMBOL vmlinux 0x91e109f9 phy_driver_unregister +EXPORT_SYMBOL vmlinux 0x91f39639 md_wakeup_thread +EXPORT_SYMBOL vmlinux 0x91f44510 idr_alloc_cyclic +EXPORT_SYMBOL vmlinux 0x91f68ea1 __hw_addr_sync +EXPORT_SYMBOL vmlinux 0x91fa8dae remove_watch_from_object +EXPORT_SYMBOL vmlinux 0x91ffa61f pcie_bandwidth_available +EXPORT_SYMBOL vmlinux 0x9210f85e __breadahead +EXPORT_SYMBOL vmlinux 0x922f45a6 __bitmap_clear +EXPORT_SYMBOL vmlinux 0x923b1276 dmaengine_get +EXPORT_SYMBOL vmlinux 0x92540fbf finish_wait +EXPORT_SYMBOL vmlinux 0x9258c776 hdmi_vendor_infoframe_pack_only +EXPORT_SYMBOL vmlinux 0x92624dc0 pci_dev_put +EXPORT_SYMBOL vmlinux 0x926ca7b7 vm_event_states +EXPORT_SYMBOL vmlinux 0x926dea92 mark_buffer_dirty_inode +EXPORT_SYMBOL vmlinux 0x92774cf8 __kfence_pool +EXPORT_SYMBOL vmlinux 0x928bf942 security_unix_stream_connect +EXPORT_SYMBOL vmlinux 0x92907916 mfd_remove_devices_late +EXPORT_SYMBOL vmlinux 0x929139d3 truncate_setsize +EXPORT_SYMBOL vmlinux 0x9291cd3b memdup_user +EXPORT_SYMBOL vmlinux 0x92997ed8 _printk +EXPORT_SYMBOL vmlinux 0x92a10fc1 mpage_read_folio +EXPORT_SYMBOL vmlinux 0x92b0c8b3 d_obtain_alias +EXPORT_SYMBOL vmlinux 0x92b99a33 acpi_put_table +EXPORT_SYMBOL vmlinux 0x92b9b180 slash_name +EXPORT_SYMBOL vmlinux 0x92c856a3 iwe_stream_add_event +EXPORT_SYMBOL vmlinux 0x92ca4a96 generic_remap_file_range_prep +EXPORT_SYMBOL vmlinux 0x92d24641 inet_getname +EXPORT_SYMBOL vmlinux 0x92d25b4e dev_uc_add +EXPORT_SYMBOL vmlinux 0x92d5838e request_threaded_irq +EXPORT_SYMBOL vmlinux 0x92e683f5 down_timeout +EXPORT_SYMBOL vmlinux 0x92ec510d jiffies64_to_msecs +EXPORT_SYMBOL vmlinux 0x92f5abe4 configfs_undepend_item +EXPORT_SYMBOL vmlinux 0x92f97d13 try_module_get +EXPORT_SYMBOL vmlinux 0x92fa5abb vme_lm_detach +EXPORT_SYMBOL vmlinux 0x93022ba6 __scsi_format_command +EXPORT_SYMBOL vmlinux 0x9305f8e6 cpufreq_get +EXPORT_SYMBOL vmlinux 0x9307f1c5 jbd2_journal_init_dev +EXPORT_SYMBOL vmlinux 0x930f5503 tcp_read_done +EXPORT_SYMBOL vmlinux 0x931c504f inet6_csk_route_req +EXPORT_SYMBOL vmlinux 0x93225049 nd_device_register +EXPORT_SYMBOL vmlinux 0x933c05a6 seq_lseek +EXPORT_SYMBOL vmlinux 0x93427085 fbcon_update_vcs +EXPORT_SYMBOL vmlinux 0x935b72e9 devm_memunmap +EXPORT_SYMBOL vmlinux 0x936746d2 ilookup5 +EXPORT_SYMBOL vmlinux 0x937733e3 qid_valid +EXPORT_SYMBOL vmlinux 0x93a6e0b2 io_schedule +EXPORT_SYMBOL vmlinux 0x93b2264b uart_resume_port +EXPORT_SYMBOL vmlinux 0x93b3fc74 register_dcbevent_notifier +EXPORT_SYMBOL vmlinux 0x93ce2a13 __ip_options_compile +EXPORT_SYMBOL vmlinux 0x93d6dd8c complete_all +EXPORT_SYMBOL vmlinux 0x93da94dc __module_get +EXPORT_SYMBOL vmlinux 0x93e669b5 generic_file_llseek_size +EXPORT_SYMBOL vmlinux 0x93e9ea01 sock_no_recvmsg +EXPORT_SYMBOL vmlinux 0x93efe932 __sock_create +EXPORT_SYMBOL vmlinux 0x9416f8fd jbd2_journal_inode_ranged_wait +EXPORT_SYMBOL vmlinux 0x9417615d ilookup5_nowait +EXPORT_SYMBOL vmlinux 0x9428f816 dim_turn +EXPORT_SYMBOL vmlinux 0x9437ccf6 pci_rebar_get_possible_sizes +EXPORT_SYMBOL vmlinux 0x9440c2d7 fb_blank +EXPORT_SYMBOL vmlinux 0x944375db _totalram_pages +EXPORT_SYMBOL vmlinux 0x944a564d is_console_locked +EXPORT_SYMBOL vmlinux 0x945a01b0 kiocb_set_cancel_fn +EXPORT_SYMBOL vmlinux 0x9465adb0 tcf_action_update_hw_stats +EXPORT_SYMBOL vmlinux 0x946feada scsi_eh_prep_cmnd +EXPORT_SYMBOL vmlinux 0x9480ae15 __block_write_full_page +EXPORT_SYMBOL vmlinux 0x9481b54e pcie_print_link_status +EXPORT_SYMBOL vmlinux 0x94961283 vunmap +EXPORT_SYMBOL vmlinux 0x94ace4bb d_add_ci +EXPORT_SYMBOL vmlinux 0x94b80e75 notify_change +EXPORT_SYMBOL vmlinux 0x94ba7b2c __lock_sock_fast +EXPORT_SYMBOL vmlinux 0x94bb7ec3 gen_pool_dma_zalloc_algo +EXPORT_SYMBOL vmlinux 0x94bf03ca utf8_to_utf32 +EXPORT_SYMBOL vmlinux 0x94c05f15 neigh_event_ns +EXPORT_SYMBOL vmlinux 0x94da3a34 dcb_ieee_getapp_prio_dscp_mask_map +EXPORT_SYMBOL vmlinux 0x94ef96b4 skb_try_coalesce +EXPORT_SYMBOL vmlinux 0x94f5d123 nosteal_pipe_buf_ops +EXPORT_SYMBOL vmlinux 0x94fc8d93 smp_call_function_many +EXPORT_SYMBOL vmlinux 0x950110ba set_binfmt +EXPORT_SYMBOL vmlinux 0x9507c90f copy_fsxattr_to_user +EXPORT_SYMBOL vmlinux 0x9510b3c8 mark_page_accessed +EXPORT_SYMBOL vmlinux 0x9518f45c tcf_action_set_ctrlact +EXPORT_SYMBOL vmlinux 0x9538c6da i2c_smbus_read_block_data +EXPORT_SYMBOL vmlinux 0x953d2426 utf8_strncmp +EXPORT_SYMBOL vmlinux 0x95411834 invalidate_disk +EXPORT_SYMBOL vmlinux 0x954cef6f init_on_alloc +EXPORT_SYMBOL vmlinux 0x954f099c idr_preload +EXPORT_SYMBOL vmlinux 0x9553a1bf phy_get_eee_err +EXPORT_SYMBOL vmlinux 0x9568ab6b inet_proto_csum_replace16 +EXPORT_SYMBOL vmlinux 0x95769b7f xfrm_parse_spi +EXPORT_SYMBOL vmlinux 0x95781d7b phy_advertise_supported +EXPORT_SYMBOL vmlinux 0x9590dbc2 __dynamic_netdev_dbg +EXPORT_SYMBOL vmlinux 0x9591b818 mipi_dsi_dcs_get_display_brightness_large +EXPORT_SYMBOL vmlinux 0x95a07bb5 acpi_execute_reg_methods +EXPORT_SYMBOL vmlinux 0x95a67b07 udp_table +EXPORT_SYMBOL vmlinux 0x95a76f40 input_set_poll_interval +EXPORT_SYMBOL vmlinux 0x95ae0596 make_kgid +EXPORT_SYMBOL vmlinux 0x96046f14 register_netdevice_notifier_dev_net +EXPORT_SYMBOL vmlinux 0x961c7aaf file_update_time +EXPORT_SYMBOL vmlinux 0x9623b4c1 seg6_push_hmac +EXPORT_SYMBOL vmlinux 0x9629f50a __nla_put_64bit +EXPORT_SYMBOL vmlinux 0x9657ade7 __sk_dst_check +EXPORT_SYMBOL vmlinux 0x96848186 scnprintf +EXPORT_SYMBOL vmlinux 0x968762a1 tcf_register_action +EXPORT_SYMBOL vmlinux 0x9688de8b memstart_addr +EXPORT_SYMBOL vmlinux 0x96a80487 xfrm_dev_state_flush +EXPORT_SYMBOL vmlinux 0x96b29254 strncasecmp +EXPORT_SYMBOL vmlinux 0x96c17136 fb_var_to_videomode +EXPORT_SYMBOL vmlinux 0x96cd2b04 scsi_sense_key_string +EXPORT_SYMBOL vmlinux 0x96e22e35 dev_addr_mod +EXPORT_SYMBOL vmlinux 0x96e5d30f gen_pool_set_algo +EXPORT_SYMBOL vmlinux 0x96e8b123 ip6mr_rule_default +EXPORT_SYMBOL vmlinux 0x96f7e7df mini_qdisc_pair_block_init +EXPORT_SYMBOL vmlinux 0x96fab350 dim_park_on_top +EXPORT_SYMBOL vmlinux 0x96ff711b readahead_expand +EXPORT_SYMBOL vmlinux 0x9722405e bdi_unregister +EXPORT_SYMBOL vmlinux 0x973ec6a4 pci_bus_type +EXPORT_SYMBOL vmlinux 0x973fa82e register_acpi_notifier +EXPORT_SYMBOL vmlinux 0x97431b7d mod_zone_page_state +EXPORT_SYMBOL vmlinux 0x97652ec5 dquot_get_next_dqblk +EXPORT_SYMBOL vmlinux 0x97796289 vm_node_stat +EXPORT_SYMBOL vmlinux 0x978973dc passthru_features_check +EXPORT_SYMBOL vmlinux 0x97942db6 sock_gettstamp +EXPORT_SYMBOL vmlinux 0x97949734 tty_driver_flush_buffer +EXPORT_SYMBOL vmlinux 0x97a1535a pcie_get_readrq +EXPORT_SYMBOL vmlinux 0x97a57333 crc_t10dif_update +EXPORT_SYMBOL vmlinux 0x97ac29aa sk_stream_wait_memory +EXPORT_SYMBOL vmlinux 0x97adb487 utf8s_to_utf16s +EXPORT_SYMBOL vmlinux 0x97b16bbe pci_pme_active +EXPORT_SYMBOL vmlinux 0x97b90a6d vfs_rmdir +EXPORT_SYMBOL vmlinux 0x97bdfa60 scsi_dev_info_remove_list +EXPORT_SYMBOL vmlinux 0x97d89108 phy_write_mmd +EXPORT_SYMBOL vmlinux 0x97da4188 register_nexthop_notifier +EXPORT_SYMBOL vmlinux 0x97ed2212 __tracepoint_spi_transfer_start +EXPORT_SYMBOL vmlinux 0x98077cf8 flow_rule_match_enc_keyid +EXPORT_SYMBOL vmlinux 0x981976aa __qdisc_calculate_pkt_len +EXPORT_SYMBOL vmlinux 0x981c05fd devm_devfreq_unregister_notifier +EXPORT_SYMBOL vmlinux 0x9829fc11 __kfifo_out_peek_r +EXPORT_SYMBOL vmlinux 0x982b9bfb phy_init_eee +EXPORT_SYMBOL vmlinux 0x982bcde4 __cpu_dying_mask +EXPORT_SYMBOL vmlinux 0x9858d263 of_graph_get_remote_endpoint +EXPORT_SYMBOL vmlinux 0x9858f364 get_random_u8 +EXPORT_SYMBOL vmlinux 0x98738cb8 flush_dcache_folio +EXPORT_SYMBOL vmlinux 0x98824ef1 freeze_bdev +EXPORT_SYMBOL vmlinux 0x989e415c debugfs_create_automount +EXPORT_SYMBOL vmlinux 0x98bac65e blkdev_issue_discard +EXPORT_SYMBOL vmlinux 0x98c039dc dma_fence_wait_timeout +EXPORT_SYMBOL vmlinux 0x98c2abf5 skb_copy_and_csum_dev +EXPORT_SYMBOL vmlinux 0x98c89ade security_xfrm_state_alloc +EXPORT_SYMBOL vmlinux 0x98cf60b3 strlen +EXPORT_SYMBOL vmlinux 0x98d33ead md_write_end +EXPORT_SYMBOL vmlinux 0x98e508ef ignore_console_lock_warning +EXPORT_SYMBOL vmlinux 0x98eccbde fget +EXPORT_SYMBOL vmlinux 0x98edf886 set_posix_acl +EXPORT_SYMBOL vmlinux 0x99094fb2 qcom_scm_is_available +EXPORT_SYMBOL vmlinux 0x9931f8c9 qcom_scm_lmh_dcvsh_available +EXPORT_SYMBOL vmlinux 0x9939eba0 backlight_unregister_notifier +EXPORT_SYMBOL vmlinux 0x99517682 udp_encap_enable +EXPORT_SYMBOL vmlinux 0x99639019 mii_check_gmii_support +EXPORT_SYMBOL vmlinux 0x9969979f udp_gro_complete +EXPORT_SYMBOL vmlinux 0x997380d5 ilookup +EXPORT_SYMBOL vmlinux 0x9975dc22 acpi_get_handle +EXPORT_SYMBOL vmlinux 0x997939d0 xfrm_stateonly_find +EXPORT_SYMBOL vmlinux 0x9994507f padata_set_cpumask +EXPORT_SYMBOL vmlinux 0x999e8297 vfree +EXPORT_SYMBOL vmlinux 0x99a867ad backlight_device_get_by_type +EXPORT_SYMBOL vmlinux 0x99a86876 unpin_user_pages_dirty_lock +EXPORT_SYMBOL vmlinux 0x99a8b1b4 simple_symlink_inode_operations +EXPORT_SYMBOL vmlinux 0x99b42db5 dev_load +EXPORT_SYMBOL vmlinux 0x99cd1733 tcp_initialize_rcv_mss +EXPORT_SYMBOL vmlinux 0x99d472b1 net_dim_get_rx_moderation +EXPORT_SYMBOL vmlinux 0x99daa9bf try_offline_node +EXPORT_SYMBOL vmlinux 0x99e700c3 alloc_skb_with_frags +EXPORT_SYMBOL vmlinux 0x99f7371c refcount_dec_and_mutex_lock +EXPORT_SYMBOL vmlinux 0x99f9638f __napi_alloc_frag_align +EXPORT_SYMBOL vmlinux 0x9a00898e mmc_retune_unpause +EXPORT_SYMBOL vmlinux 0x9a086445 dquot_claim_space_nodirty +EXPORT_SYMBOL vmlinux 0x9a0c3a18 vme_unregister_error_handler +EXPORT_SYMBOL vmlinux 0x9a1dfd65 strpbrk +EXPORT_SYMBOL vmlinux 0x9a22391e radix_tree_gang_lookup_tag_slot +EXPORT_SYMBOL vmlinux 0x9a435dfd locks_copy_conflock +EXPORT_SYMBOL vmlinux 0x9a4c77ef tcp_filter +EXPORT_SYMBOL vmlinux 0x9a583306 netlbl_bitmap_walk +EXPORT_SYMBOL vmlinux 0x9a6e3380 tegra_io_pad_power_enable +EXPORT_SYMBOL vmlinux 0x9a86a093 netdev_lower_get_next_private +EXPORT_SYMBOL vmlinux 0x9a8abcaa iw_handler_get_thrspy +EXPORT_SYMBOL vmlinux 0x9a8c64de cros_ec_get_next_event +EXPORT_SYMBOL vmlinux 0x9a8cf6c0 blk_queue_io_opt +EXPORT_SYMBOL vmlinux 0x9a997173 __skb_pad +EXPORT_SYMBOL vmlinux 0x9aa934bf tcp_sock_set_quickack +EXPORT_SYMBOL vmlinux 0x9aaeefce sysctl_nf_log_all_netns +EXPORT_SYMBOL vmlinux 0x9ab6a1d1 d_lookup +EXPORT_SYMBOL vmlinux 0x9abcb100 nf_reinject +EXPORT_SYMBOL vmlinux 0x9abd69b8 dentry_path_raw +EXPORT_SYMBOL vmlinux 0x9ad38ce8 dev_mc_flush +EXPORT_SYMBOL vmlinux 0x9ae47436 _find_last_bit +EXPORT_SYMBOL vmlinux 0x9afb41ce iov_iter_bvec +EXPORT_SYMBOL vmlinux 0x9b128a66 qcom_scm_set_remote_state +EXPORT_SYMBOL vmlinux 0x9b1620b7 flow_rule_match_ct +EXPORT_SYMBOL vmlinux 0x9b2560b9 gf128mul_init_4k_bbe +EXPORT_SYMBOL vmlinux 0x9b29bd57 ihold +EXPORT_SYMBOL vmlinux 0x9b33e0d7 unregister_dcbevent_notifier +EXPORT_SYMBOL vmlinux 0x9b4307d4 fman_get_bmi_max_fifo_size +EXPORT_SYMBOL vmlinux 0x9b496b21 posix_acl_alloc +EXPORT_SYMBOL vmlinux 0x9b597949 proc_create_single_data +EXPORT_SYMBOL vmlinux 0x9b5b439e dma_resv_fini +EXPORT_SYMBOL vmlinux 0x9b5dba5a security_sb_remount +EXPORT_SYMBOL vmlinux 0x9b6c724e xudma_pktdma_tflow_get_irq +EXPORT_SYMBOL vmlinux 0x9b6ff1b4 key_type_keyring +EXPORT_SYMBOL vmlinux 0x9b72478f acpi_unload_parent_table +EXPORT_SYMBOL vmlinux 0x9b89a90b scsi_vpd_lun_id +EXPORT_SYMBOL vmlinux 0x9b91c85f jbd2_journal_unlock_updates +EXPORT_SYMBOL vmlinux 0x9bad4184 sock_bindtoindex +EXPORT_SYMBOL vmlinux 0x9bdb2596 netlink_rcv_skb +EXPORT_SYMBOL vmlinux 0x9be544ec genphy_config_eee_advert +EXPORT_SYMBOL vmlinux 0x9be93c9d tty_port_init +EXPORT_SYMBOL vmlinux 0x9beef6d5 dcache_dir_lseek +EXPORT_SYMBOL vmlinux 0x9bf44601 follow_pfn +EXPORT_SYMBOL vmlinux 0x9bf93181 phy_init_hw +EXPORT_SYMBOL vmlinux 0x9bfb9032 vfs_dedupe_file_range_one +EXPORT_SYMBOL vmlinux 0x9bfe911d bdi_register +EXPORT_SYMBOL vmlinux 0x9c06eef7 gpiochip_irq_relres +EXPORT_SYMBOL vmlinux 0x9c06f210 __scsi_add_device +EXPORT_SYMBOL vmlinux 0x9c0fb3fc sock_enable_timestamps +EXPORT_SYMBOL vmlinux 0x9c122bcf mempool_create_node +EXPORT_SYMBOL vmlinux 0x9c1e5bf5 queued_spin_lock_slowpath +EXPORT_SYMBOL vmlinux 0x9c289873 mipi_dsi_dcs_read +EXPORT_SYMBOL vmlinux 0x9c2eb92f __scm_destroy +EXPORT_SYMBOL vmlinux 0x9c3da8f5 d_hash_and_lookup +EXPORT_SYMBOL vmlinux 0x9c5a2ada ucc_fast_dump_regs +EXPORT_SYMBOL vmlinux 0x9c5c2480 devm_clk_get_optional +EXPORT_SYMBOL vmlinux 0x9c5d5b94 crc8 +EXPORT_SYMBOL vmlinux 0x9c7dd5c3 tcf_qevent_dump +EXPORT_SYMBOL vmlinux 0x9c86b9ab fileattr_fill_flags +EXPORT_SYMBOL vmlinux 0x9c8b6def vfs_parse_fs_string +EXPORT_SYMBOL vmlinux 0x9c9aa3b9 parse_int_array_user +EXPORT_SYMBOL vmlinux 0x9cab34a6 rfkill_set_led_trigger_name +EXPORT_SYMBOL vmlinux 0x9cb5111e ip6_find_1stfragopt +EXPORT_SYMBOL vmlinux 0x9ccf7171 vme_dma_pci_attribute +EXPORT_SYMBOL vmlinux 0x9cd91791 register_sysctl +EXPORT_SYMBOL vmlinux 0x9cdfb3f7 sysctl_fb_tunnels_only_for_init_net +EXPORT_SYMBOL vmlinux 0x9ce3c099 iov_iter_get_pages_alloc2 +EXPORT_SYMBOL vmlinux 0x9ce5f214 of_find_i2c_device_by_node +EXPORT_SYMBOL vmlinux 0x9cef9023 mr_mfc_find_parent +EXPORT_SYMBOL vmlinux 0x9d0d6206 unregister_netdevice_notifier +EXPORT_SYMBOL vmlinux 0x9d1a5e3a __memcpy +EXPORT_SYMBOL vmlinux 0x9d231801 mmc_alloc_host +EXPORT_SYMBOL vmlinux 0x9d26675e zstd_cstream_workspace_bound +EXPORT_SYMBOL vmlinux 0x9d2ab8ac __tasklet_schedule +EXPORT_SYMBOL vmlinux 0x9d2e7707 unregister_sysrq_key +EXPORT_SYMBOL vmlinux 0x9d35f14b security_path_mkdir +EXPORT_SYMBOL vmlinux 0x9d4c7f7c blkdev_issue_flush +EXPORT_SYMBOL vmlinux 0x9d50d180 rtnl_set_sk_err +EXPORT_SYMBOL vmlinux 0x9d61e994 ucs2_strncmp +EXPORT_SYMBOL vmlinux 0x9d75e7f0 genphy_resume +EXPORT_SYMBOL vmlinux 0x9d8169d8 generic_file_readonly_mmap +EXPORT_SYMBOL vmlinux 0x9d857e50 acpi_bus_unregister_driver +EXPORT_SYMBOL vmlinux 0x9d863c0e unregister_netdevice_notifier_dev_net +EXPORT_SYMBOL vmlinux 0x9d92f3ad __wait_on_bit_lock +EXPORT_SYMBOL vmlinux 0x9d92f8b9 dget_parent +EXPORT_SYMBOL vmlinux 0x9db21cbf md_integrity_add_rdev +EXPORT_SYMBOL vmlinux 0x9dc08d9e mfd_add_devices +EXPORT_SYMBOL vmlinux 0x9dc8a7b8 dquot_writeback_dquots +EXPORT_SYMBOL vmlinux 0x9dd9df13 dm_kcopyd_client_create +EXPORT_SYMBOL vmlinux 0x9de8df73 __mod_lruvec_page_state +EXPORT_SYMBOL vmlinux 0x9de91acc ip6_xmit +EXPORT_SYMBOL vmlinux 0x9df21d0e qman_affine_channel +EXPORT_SYMBOL vmlinux 0x9e0c711d vzalloc_node +EXPORT_SYMBOL vmlinux 0x9e0fa5ae hsiphash_3u32 +EXPORT_SYMBOL vmlinux 0x9e13f6f6 gf128mul_lle +EXPORT_SYMBOL vmlinux 0x9e1fce2a dquot_get_next_id +EXPORT_SYMBOL vmlinux 0x9e25e466 sk_net_capable +EXPORT_SYMBOL vmlinux 0x9e26041c tty_port_tty_get +EXPORT_SYMBOL vmlinux 0x9e2737f0 acpi_install_interface_handler +EXPORT_SYMBOL vmlinux 0x9e307553 reuseport_stop_listen_sock +EXPORT_SYMBOL vmlinux 0x9e316ce0 rt6_lookup +EXPORT_SYMBOL vmlinux 0x9e3baca0 inc_zone_page_state +EXPORT_SYMBOL vmlinux 0x9e4faeef dm_io_client_destroy +EXPORT_SYMBOL vmlinux 0x9e5e750d node_to_cpumask_map +EXPORT_SYMBOL vmlinux 0x9e61bb05 set_freezable +EXPORT_SYMBOL vmlinux 0x9e67c621 tcp_shutdown +EXPORT_SYMBOL vmlinux 0x9e7743dc param_set_long +EXPORT_SYMBOL vmlinux 0x9e782003 da903x_query_status +EXPORT_SYMBOL vmlinux 0x9e7d6bd0 __udelay +EXPORT_SYMBOL vmlinux 0x9e7e9906 tcf_block_get_ext +EXPORT_SYMBOL vmlinux 0x9e85e664 pci_alloc_irq_vectors +EXPORT_SYMBOL vmlinux 0x9e9eab95 devcgroup_check_permission +EXPORT_SYMBOL vmlinux 0x9e9fdd9d memunmap +EXPORT_SYMBOL vmlinux 0x9ea1a829 serial8250_do_set_termios +EXPORT_SYMBOL vmlinux 0x9eacf8a5 kstrndup +EXPORT_SYMBOL vmlinux 0x9eb187fa xudma_pktdma_rflow_get_irq +EXPORT_SYMBOL vmlinux 0x9eb3a379 fb_get_buffer_offset +EXPORT_SYMBOL vmlinux 0x9eb78848 mdio_device_create +EXPORT_SYMBOL vmlinux 0x9eb903bd tty_write_room +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 0x9edd4d91 rproc_coredump_add_segment +EXPORT_SYMBOL vmlinux 0x9ef06a26 reuseport_add_sock +EXPORT_SYMBOL vmlinux 0x9ef35ed6 truncate_inode_pages_final +EXPORT_SYMBOL vmlinux 0x9f124c01 tc_setup_cb_add +EXPORT_SYMBOL vmlinux 0x9f34793b ip_getsockopt +EXPORT_SYMBOL vmlinux 0x9f372007 kernel_sendpage_locked +EXPORT_SYMBOL vmlinux 0x9f40462f folio_unlock +EXPORT_SYMBOL vmlinux 0x9f46ced8 __sw_hweight64 +EXPORT_SYMBOL vmlinux 0x9f484b3e pcim_iomap_table +EXPORT_SYMBOL vmlinux 0x9f492593 __ethtool_get_link_ksettings +EXPORT_SYMBOL vmlinux 0x9f4f2aa3 acpi_gbl_FADT +EXPORT_SYMBOL vmlinux 0x9f50b770 keyring_restrict +EXPORT_SYMBOL vmlinux 0x9f50fa69 mdiobus_setup_mdiodev_from_board_info +EXPORT_SYMBOL vmlinux 0x9f51c770 unregister_nls +EXPORT_SYMBOL vmlinux 0x9f54ead7 gro_cells_destroy +EXPORT_SYMBOL vmlinux 0x9f567306 rt_dst_clone +EXPORT_SYMBOL vmlinux 0x9f631783 netlink_ns_capable +EXPORT_SYMBOL vmlinux 0x9f76baf4 _raw_write_unlock_irq +EXPORT_SYMBOL vmlinux 0x9f7cf4d7 tcf_em_unregister +EXPORT_SYMBOL vmlinux 0x9f7d7dbb logic_outsw +EXPORT_SYMBOL vmlinux 0x9f8dd50b rproc_add_subdev +EXPORT_SYMBOL vmlinux 0x9f984513 strrchr +EXPORT_SYMBOL vmlinux 0x9f9ea2fa fs_param_is_s32 +EXPORT_SYMBOL vmlinux 0x9fa27fd4 config_item_set_name +EXPORT_SYMBOL vmlinux 0x9fa5b481 of_get_child_by_name +EXPORT_SYMBOL vmlinux 0x9fa7184a cancel_delayed_work_sync +EXPORT_SYMBOL vmlinux 0x9fb2df83 phy_mac_interrupt +EXPORT_SYMBOL vmlinux 0x9fb41842 netdev_offload_xstats_report_delta +EXPORT_SYMBOL vmlinux 0x9fb9992a phy_do_ioctl_running +EXPORT_SYMBOL vmlinux 0x9fbf8910 i2c_register_driver +EXPORT_SYMBOL vmlinux 0x9fce2db5 xfrm_spd_getinfo +EXPORT_SYMBOL vmlinux 0x9fce4b43 tcp_mtup_init +EXPORT_SYMBOL vmlinux 0x9fdc9ad0 fqdir_init +EXPORT_SYMBOL vmlinux 0x9fdecc31 unregister_netdevice_many +EXPORT_SYMBOL vmlinux 0x9feed7ce timer_reduce +EXPORT_SYMBOL vmlinux 0x9ffa3a75 netdev_max_backlog +EXPORT_SYMBOL vmlinux 0xa0017a5d path_is_mountpoint +EXPORT_SYMBOL vmlinux 0xa00aca2a dql_completed +EXPORT_SYMBOL vmlinux 0xa00ef2c0 mipi_dsi_dcs_set_display_on +EXPORT_SYMBOL vmlinux 0xa010c6d2 of_root +EXPORT_SYMBOL vmlinux 0xa01d3df6 font_vga_8x16 +EXPORT_SYMBOL vmlinux 0xa020bf55 cdc_parse_cdc_header +EXPORT_SYMBOL vmlinux 0xa02aa74a __cond_resched_lock +EXPORT_SYMBOL vmlinux 0xa033d747 next_arg +EXPORT_SYMBOL vmlinux 0xa0436e98 in6addr_linklocal_allnodes +EXPORT_SYMBOL vmlinux 0xa04e33da qcom_scm_lmh_dcvsh +EXPORT_SYMBOL vmlinux 0xa057df8f twl_set_regcache_bypass +EXPORT_SYMBOL vmlinux 0xa05b6be2 psched_ppscfg_precompute +EXPORT_SYMBOL vmlinux 0xa07a37f0 memchr +EXPORT_SYMBOL vmlinux 0xa07d1b3c tasklet_setup +EXPORT_SYMBOL vmlinux 0xa0821e5f pneigh_lookup +EXPORT_SYMBOL vmlinux 0xa0824cf6 mr_table_dump +EXPORT_SYMBOL vmlinux 0xa084749a __bitmap_or +EXPORT_SYMBOL vmlinux 0xa08c406a page_pool_update_nid +EXPORT_SYMBOL vmlinux 0xa095e02e generic_check_addressable +EXPORT_SYMBOL vmlinux 0xa09e4eac seq_file_path +EXPORT_SYMBOL vmlinux 0xa0ae1e73 siphash_3u64 +EXPORT_SYMBOL vmlinux 0xa0b04675 vmalloc_32 +EXPORT_SYMBOL vmlinux 0xa0d731b1 trace_event_printf +EXPORT_SYMBOL vmlinux 0xa0dad88e netdev_adjacent_get_private +EXPORT_SYMBOL vmlinux 0xa0dc1956 iterate_fd +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 0xa10121f0 inode_init_owner +EXPORT_SYMBOL vmlinux 0xa108eb4d sysctl_optmem_max +EXPORT_SYMBOL vmlinux 0xa1103620 jbd2_journal_clear_features +EXPORT_SYMBOL vmlinux 0xa11601f5 flow_rule_match_enc_ip +EXPORT_SYMBOL vmlinux 0xa1182f08 __blk_mq_alloc_disk +EXPORT_SYMBOL vmlinux 0xa12a49d4 security_sk_clone +EXPORT_SYMBOL vmlinux 0xa12db7cf ptp_find_pin +EXPORT_SYMBOL vmlinux 0xa1343233 km_state_notify +EXPORT_SYMBOL vmlinux 0xa148c4d4 of_find_backlight_by_node +EXPORT_SYMBOL vmlinux 0xa15b6bb2 dev_addr_add +EXPORT_SYMBOL vmlinux 0xa15c44e8 simple_transaction_release +EXPORT_SYMBOL vmlinux 0xa168f397 nexthop_bucket_set_hw_flags +EXPORT_SYMBOL vmlinux 0xa1784e73 skb_find_text +EXPORT_SYMBOL vmlinux 0xa18e5424 ndisc_mc_map +EXPORT_SYMBOL vmlinux 0xa1aaadcb neigh_update +EXPORT_SYMBOL vmlinux 0xa1d17a38 dma_resv_init +EXPORT_SYMBOL vmlinux 0xa1d43eda phy_ethtool_get_strings +EXPORT_SYMBOL vmlinux 0xa1e44922 iov_iter_discard +EXPORT_SYMBOL vmlinux 0xa1e6ca0a tcp_sync_mss +EXPORT_SYMBOL vmlinux 0xa1efe52f end_buffer_write_sync +EXPORT_SYMBOL vmlinux 0xa2060911 inet_current_timestamp +EXPORT_SYMBOL vmlinux 0xa207532d fwnode_mdiobus_phy_device_register +EXPORT_SYMBOL vmlinux 0xa20d3282 md_bitmap_close_sync +EXPORT_SYMBOL vmlinux 0xa21d6f26 of_get_next_parent +EXPORT_SYMBOL vmlinux 0xa2224cc7 nf_unregister_sockopt +EXPORT_SYMBOL vmlinux 0xa225474c vfs_readlink +EXPORT_SYMBOL vmlinux 0xa2259776 done_path_create +EXPORT_SYMBOL vmlinux 0xa22f97bc devm_pci_remap_cfgspace +EXPORT_SYMBOL vmlinux 0xa2326c49 acpi_remove_table_handler +EXPORT_SYMBOL vmlinux 0xa23ffc04 groups_sort +EXPORT_SYMBOL vmlinux 0xa24b5d4f phy_ethtool_set_eee +EXPORT_SYMBOL vmlinux 0xa24f23d8 __request_module +EXPORT_SYMBOL vmlinux 0xa257c602 ip6_route_me_harder +EXPORT_SYMBOL vmlinux 0xa25e16d9 pci_ep_cfs_add_epf_group +EXPORT_SYMBOL vmlinux 0xa263892b fscrypt_fname_free_buffer +EXPORT_SYMBOL vmlinux 0xa2660e90 __tracepoint_dma_fence_signaled +EXPORT_SYMBOL vmlinux 0xa2764190 filemap_get_folios_contig +EXPORT_SYMBOL vmlinux 0xa28cfcc0 gen_estimator_active +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 0xa2f724c9 input_reset_device +EXPORT_SYMBOL vmlinux 0xa316b86a xfrm6_rcv +EXPORT_SYMBOL vmlinux 0xa31f7988 path_get +EXPORT_SYMBOL vmlinux 0xa32de745 rproc_boot +EXPORT_SYMBOL vmlinux 0xa339e6e5 on_each_cpu_cond_mask +EXPORT_SYMBOL vmlinux 0xa3522df5 qman_query_fq_np +EXPORT_SYMBOL vmlinux 0xa3647c55 pci_bus_write_config_word +EXPORT_SYMBOL vmlinux 0xa38284c9 xfrm_state_insert +EXPORT_SYMBOL vmlinux 0xa399275a pnp_activate_dev +EXPORT_SYMBOL vmlinux 0xa3a78126 scsi_mode_sense +EXPORT_SYMBOL vmlinux 0xa3a80843 adjust_managed_page_count +EXPORT_SYMBOL vmlinux 0xa3be8342 __ubsan_handle_type_mismatch +EXPORT_SYMBOL vmlinux 0xa3c16e5f skb_push +EXPORT_SYMBOL vmlinux 0xa3cefaa0 blake2s_update +EXPORT_SYMBOL vmlinux 0xa3d63140 __inet_hash +EXPORT_SYMBOL vmlinux 0xa3dcc96c mdio_device_free +EXPORT_SYMBOL vmlinux 0xa3dd245b alloc_anon_inode +EXPORT_SYMBOL vmlinux 0xa3e188c1 __mdiobus_read +EXPORT_SYMBOL vmlinux 0xa3e1aafd xfrm4_protocol_deregister +EXPORT_SYMBOL vmlinux 0xa3fea172 sha224_final +EXPORT_SYMBOL vmlinux 0xa3ff9d8d __vfs_setxattr +EXPORT_SYMBOL vmlinux 0xa40ff01b acpi_dbg_layer +EXPORT_SYMBOL vmlinux 0xa41bf6eb tcf_generic_walker +EXPORT_SYMBOL vmlinux 0xa42da62e config_item_init_type_name +EXPORT_SYMBOL vmlinux 0xa4371fdf vfs_mknod +EXPORT_SYMBOL vmlinux 0xa43bef72 pcix_set_mmrbc +EXPORT_SYMBOL vmlinux 0xa443be3b security_cred_getsecid +EXPORT_SYMBOL vmlinux 0xa448c653 qcom_scm_ice_set_key +EXPORT_SYMBOL vmlinux 0xa4541882 fwnode_get_phy_id +EXPORT_SYMBOL vmlinux 0xa4609ec6 tty_driver_kref_put +EXPORT_SYMBOL vmlinux 0xa49fd10a tcf_exts_terse_dump +EXPORT_SYMBOL vmlinux 0xa4a77759 netdev_txq_to_tc +EXPORT_SYMBOL vmlinux 0xa4d51b35 security_dentry_create_files_as +EXPORT_SYMBOL vmlinux 0xa4dd4367 dquot_destroy +EXPORT_SYMBOL vmlinux 0xa4e76c58 fscrypt_setup_filename +EXPORT_SYMBOL vmlinux 0xa4f233bf dcache_dir_open +EXPORT_SYMBOL vmlinux 0xa4fca045 qcom_scm_ocmem_lock +EXPORT_SYMBOL vmlinux 0xa5051fb7 skb_copy +EXPORT_SYMBOL vmlinux 0xa5089210 fixed_size_llseek +EXPORT_SYMBOL vmlinux 0xa50f877c xfrm_policy_bysel_ctx +EXPORT_SYMBOL vmlinux 0xa5213920 file_open_root +EXPORT_SYMBOL vmlinux 0xa52bedf6 xenbus_dev_request_and_reply +EXPORT_SYMBOL vmlinux 0xa5526619 rb_insert_color +EXPORT_SYMBOL vmlinux 0xa55eb172 twl6040_clear_bits +EXPORT_SYMBOL vmlinux 0xa586e93a phy_ethtool_ksettings_get +EXPORT_SYMBOL vmlinux 0xa58a4acb inet_sk_set_state +EXPORT_SYMBOL vmlinux 0xa58af0a6 _raw_read_unlock_irq +EXPORT_SYMBOL vmlinux 0xa5976e4f dev_base_lock +EXPORT_SYMBOL vmlinux 0xa5a6a517 phy_do_ioctl +EXPORT_SYMBOL vmlinux 0xa5b4de42 jbd2_journal_inode_ranged_write +EXPORT_SYMBOL vmlinux 0xa5b96e9d dm_kcopyd_zero +EXPORT_SYMBOL vmlinux 0xa5f7cf37 __cpu_possible_mask +EXPORT_SYMBOL vmlinux 0xa614c6a9 uart_write_wakeup +EXPORT_SYMBOL vmlinux 0xa615974f imx_scu_enable_general_irq_channel +EXPORT_SYMBOL vmlinux 0xa61ced89 qdisc_put_rtab +EXPORT_SYMBOL vmlinux 0xa6257a2f complete +EXPORT_SYMBOL vmlinux 0xa6416536 dev_lstats_read +EXPORT_SYMBOL vmlinux 0xa645d82a tcf_exts_dump +EXPORT_SYMBOL vmlinux 0xa648e561 __ubsan_handle_shift_out_of_bounds +EXPORT_SYMBOL vmlinux 0xa64c7249 __printk_cpu_sync_try_get +EXPORT_SYMBOL vmlinux 0xa65cd617 kmem_cache_size +EXPORT_SYMBOL vmlinux 0xa65fed71 dmaengine_get_unmap_data +EXPORT_SYMBOL vmlinux 0xa6655974 acpi_bus_get_status +EXPORT_SYMBOL vmlinux 0xa6701a25 iw_handler_get_spy +EXPORT_SYMBOL vmlinux 0xa673f8c0 blk_mq_alloc_request +EXPORT_SYMBOL vmlinux 0xa67ac2af xfrm4_rcv +EXPORT_SYMBOL vmlinux 0xa67c79c5 netif_schedule_queue +EXPORT_SYMBOL vmlinux 0xa67fa923 acpi_get_hp_hw_control_from_firmware +EXPORT_SYMBOL vmlinux 0xa6815127 iptun_encaps +EXPORT_SYMBOL vmlinux 0xa681fe88 generate_random_uuid +EXPORT_SYMBOL vmlinux 0xa69b5311 iov_iter_get_pages2 +EXPORT_SYMBOL vmlinux 0xa69ed606 flow_keys_dissector +EXPORT_SYMBOL vmlinux 0xa6cbf054 dquot_alloc_inode +EXPORT_SYMBOL vmlinux 0xa6cd2973 uart_unregister_driver +EXPORT_SYMBOL vmlinux 0xa6ce60a0 kernel_write +EXPORT_SYMBOL vmlinux 0xa6d2b013 mdiobus_free +EXPORT_SYMBOL vmlinux 0xa6d5af6e __ps2_command +EXPORT_SYMBOL vmlinux 0xa6ec031e security_sock_graft +EXPORT_SYMBOL vmlinux 0xa701c184 blk_put_queue +EXPORT_SYMBOL vmlinux 0xa70bc96d qcom_scm_restore_sec_cfg_available +EXPORT_SYMBOL vmlinux 0xa70ed9dc tcp_hashinfo +EXPORT_SYMBOL vmlinux 0xa7164211 __ip_queue_xmit +EXPORT_SYMBOL vmlinux 0xa71acc92 fman_port_config +EXPORT_SYMBOL vmlinux 0xa72035f9 xa_get_order +EXPORT_SYMBOL vmlinux 0xa7224350 dump_skip +EXPORT_SYMBOL vmlinux 0xa729a4a8 pfifo_qdisc_ops +EXPORT_SYMBOL vmlinux 0xa72e4ad6 __skb_recv_udp +EXPORT_SYMBOL vmlinux 0xa73a4144 jbd2_journal_update_sb_errno +EXPORT_SYMBOL vmlinux 0xa73edb19 filemap_fdatawait_range_keep_errors +EXPORT_SYMBOL vmlinux 0xa741c3f6 blk_queue_alignment_offset +EXPORT_SYMBOL vmlinux 0xa74c9877 refcount_dec_and_rtnl_lock +EXPORT_SYMBOL vmlinux 0xa75037dc flow_rule_match_ports_range +EXPORT_SYMBOL vmlinux 0xa75a763e xp_alloc +EXPORT_SYMBOL vmlinux 0xa76a224f ipv6_setsockopt +EXPORT_SYMBOL vmlinux 0xa77bfd29 register_inet6addr_validator_notifier +EXPORT_SYMBOL vmlinux 0xa783d7ea generic_copy_file_range +EXPORT_SYMBOL vmlinux 0xa7a7e744 ptp_clock_register +EXPORT_SYMBOL vmlinux 0xa7ad940b redraw_screen +EXPORT_SYMBOL vmlinux 0xa7adaf75 __phy_read_mmd +EXPORT_SYMBOL vmlinux 0xa7b501cc filemap_fdatawait_range +EXPORT_SYMBOL vmlinux 0xa7d5f92e ida_destroy +EXPORT_SYMBOL vmlinux 0xa7d8c2d8 qdisc_put +EXPORT_SYMBOL vmlinux 0xa7e97a7b dev_set_threaded +EXPORT_SYMBOL vmlinux 0xa7eedcc4 call_usermodehelper +EXPORT_SYMBOL vmlinux 0xa7f2b2c9 nf_register_net_hook +EXPORT_SYMBOL vmlinux 0xa8181adf proc_dointvec +EXPORT_SYMBOL vmlinux 0xa8323c9d unregister_shrinker +EXPORT_SYMBOL vmlinux 0xa8423a5f pcie_capability_write_word +EXPORT_SYMBOL vmlinux 0xa843805a get_unused_fd_flags +EXPORT_SYMBOL vmlinux 0xa84ce9e0 crypto_aes_inv_sbox +EXPORT_SYMBOL vmlinux 0xa853396b xa_extract +EXPORT_SYMBOL vmlinux 0xa85a3e6d xa_load +EXPORT_SYMBOL vmlinux 0xa8694ecd kblockd_schedule_work +EXPORT_SYMBOL vmlinux 0xa8859f9c jbd2__journal_restart +EXPORT_SYMBOL vmlinux 0xa889dc83 mmc_request_done +EXPORT_SYMBOL vmlinux 0xa897e3e7 mempool_free +EXPORT_SYMBOL vmlinux 0xa89a1cf1 ipmi_dmi_get_slave_addr +EXPORT_SYMBOL vmlinux 0xa8a7664a simple_empty +EXPORT_SYMBOL vmlinux 0xa8a8110c kernel_neon_end +EXPORT_SYMBOL vmlinux 0xa8aa863f blk_queue_max_segment_size +EXPORT_SYMBOL vmlinux 0xa8c0d717 proc_set_user +EXPORT_SYMBOL vmlinux 0xa8caa845 clk_bulk_put_all +EXPORT_SYMBOL vmlinux 0xa8e6933a qdf2400_e44_present +EXPORT_SYMBOL vmlinux 0xa8f1f679 submit_bio_wait +EXPORT_SYMBOL vmlinux 0xa8f53cfa devfreq_monitor_resume +EXPORT_SYMBOL vmlinux 0xa8f6c843 ip_frag_ecn_table +EXPORT_SYMBOL vmlinux 0xa8f9cb27 iov_iter_gap_alignment +EXPORT_SYMBOL vmlinux 0xa8ff5e9a ip_sock_set_freebind +EXPORT_SYMBOL vmlinux 0xa90ca0de flush_rcu_work +EXPORT_SYMBOL vmlinux 0xa916b694 strnlen +EXPORT_SYMBOL vmlinux 0xa9272743 filemap_map_pages +EXPORT_SYMBOL vmlinux 0xa928f4d8 jbd2_journal_destroy +EXPORT_SYMBOL vmlinux 0xa929a527 udp_sk_rx_dst_set +EXPORT_SYMBOL vmlinux 0xa93a5bff sk_error_report +EXPORT_SYMBOL vmlinux 0xa95ad12e build_skb_around +EXPORT_SYMBOL vmlinux 0xa964dd13 gpmc_cs_request +EXPORT_SYMBOL vmlinux 0xa965ca81 reciprocal_value +EXPORT_SYMBOL vmlinux 0xa976957d bitmap_remap +EXPORT_SYMBOL vmlinux 0xa98213e5 clk_hw_get_clk +EXPORT_SYMBOL vmlinux 0xa98c6de9 give_up_console +EXPORT_SYMBOL vmlinux 0xa99b8269 in6_dev_finish_destroy +EXPORT_SYMBOL vmlinux 0xa9ab7208 blk_queue_bounce_limit +EXPORT_SYMBOL vmlinux 0xa9c56fe4 security_path_mknod +EXPORT_SYMBOL vmlinux 0xa9de9fba skb_pull +EXPORT_SYMBOL vmlinux 0xa9ed62d2 tegra_fuse_readl +EXPORT_SYMBOL vmlinux 0xaa00fdc0 ec_transaction +EXPORT_SYMBOL vmlinux 0xaa0c318b vscnprintf +EXPORT_SYMBOL vmlinux 0xaa17c007 unix_attach_fds +EXPORT_SYMBOL vmlinux 0xaa19e4aa _kstrtol +EXPORT_SYMBOL vmlinux 0xaa1f2339 vga_get +EXPORT_SYMBOL vmlinux 0xaa234a3d ether_setup +EXPORT_SYMBOL vmlinux 0xaa285459 mdiobus_alloc_size +EXPORT_SYMBOL vmlinux 0xaa341905 acpi_bios_exception +EXPORT_SYMBOL vmlinux 0xaa536ebd neigh_resolve_output +EXPORT_SYMBOL vmlinux 0xaa6f23ad rfkill_get_led_trigger_name +EXPORT_SYMBOL vmlinux 0xaa8106bc crc8_populate_msb +EXPORT_SYMBOL vmlinux 0xaa8f1b71 inet_addr_is_any +EXPORT_SYMBOL vmlinux 0xaa9ec4ab tty_unlock +EXPORT_SYMBOL vmlinux 0xaaa4b9bc hchacha_block_generic +EXPORT_SYMBOL vmlinux 0xaaa50fb2 qcom_scm_lmh_profile_change +EXPORT_SYMBOL vmlinux 0xaaa72fee sock_init_data_uid +EXPORT_SYMBOL vmlinux 0xaad0ae78 __bitmap_shift_right +EXPORT_SYMBOL vmlinux 0xaad2def9 nd_btt_arena_is_valid +EXPORT_SYMBOL vmlinux 0xaad4e8aa dns_query +EXPORT_SYMBOL vmlinux 0xaad55611 tcp_get_md5sig_pool +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 0xaaec1cae mem_cgroup_from_task +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 0xab600421 probe_irq_off +EXPORT_SYMBOL vmlinux 0xab63baa5 unregister_inetaddr_validator_notifier +EXPORT_SYMBOL vmlinux 0xab661cad netif_tx_lock +EXPORT_SYMBOL vmlinux 0xab67a0ac dql_init +EXPORT_SYMBOL vmlinux 0xab6d5b3b hex_to_bin +EXPORT_SYMBOL vmlinux 0xab73acf1 t10_pi_type1_crc +EXPORT_SYMBOL vmlinux 0xab781570 fb_get_options +EXPORT_SYMBOL vmlinux 0xab902aed vmf_insert_mixed +EXPORT_SYMBOL vmlinux 0xab975cf5 ip6_frag_init +EXPORT_SYMBOL vmlinux 0xabacb314 pci_bus_read_config_word +EXPORT_SYMBOL vmlinux 0xabb42425 set_groups +EXPORT_SYMBOL vmlinux 0xabbdd475 config_item_get_unless_zero +EXPORT_SYMBOL vmlinux 0xabc1b1eb ethtool_intersect_link_masks +EXPORT_SYMBOL vmlinux 0xabc26a82 param_ops_long +EXPORT_SYMBOL vmlinux 0xabc79f1b input_mt_report_pointer_emulation +EXPORT_SYMBOL vmlinux 0xabc7dcc8 mipi_dsi_dcs_set_display_brightness_large +EXPORT_SYMBOL vmlinux 0xabebb11b pci_disable_link_state_locked +EXPORT_SYMBOL vmlinux 0xabf32f29 utf16s_to_utf8s +EXPORT_SYMBOL vmlinux 0xac0dc8da tcp_md5_do_del +EXPORT_SYMBOL vmlinux 0xac1a55be unregister_reboot_notifier +EXPORT_SYMBOL vmlinux 0xac1bc8f4 jbd2_submit_inode_data +EXPORT_SYMBOL vmlinux 0xac3201b0 udp_flow_hashrnd +EXPORT_SYMBOL vmlinux 0xac51e410 mmc_card_is_blockaddr +EXPORT_SYMBOL vmlinux 0xac537ac2 percpu_counter_destroy +EXPORT_SYMBOL vmlinux 0xac55a7b8 dma_unmap_resource +EXPORT_SYMBOL vmlinux 0xac5fcec0 in4_pton +EXPORT_SYMBOL vmlinux 0xac704661 mdio_bus_type +EXPORT_SYMBOL vmlinux 0xac89e77d inode_set_flags +EXPORT_SYMBOL vmlinux 0xaca12c9e __register_nls +EXPORT_SYMBOL vmlinux 0xacaa4c72 dma_fence_match_context +EXPORT_SYMBOL vmlinux 0xacab29b7 seq_hlist_start_percpu +EXPORT_SYMBOL vmlinux 0xacba7b3f generic_permission +EXPORT_SYMBOL vmlinux 0xacbcdbb4 pci_prepare_to_sleep +EXPORT_SYMBOL vmlinux 0xacd2bfa1 tty_name +EXPORT_SYMBOL vmlinux 0xacd304d2 xfrm_input +EXPORT_SYMBOL vmlinux 0xacd81eb3 jbd2_inode_cache +EXPORT_SYMBOL vmlinux 0xacddd806 ptp_get_vclocks_index +EXPORT_SYMBOL vmlinux 0xacdf14a0 pci_msi_vec_count +EXPORT_SYMBOL vmlinux 0xacee0b62 security_sock_rcv_skb +EXPORT_SYMBOL vmlinux 0xacf4d843 match_strdup +EXPORT_SYMBOL vmlinux 0xacf649bf audit_log_task_info +EXPORT_SYMBOL vmlinux 0xacff99cc jbd2_journal_start +EXPORT_SYMBOL vmlinux 0xad0413d4 match_hex +EXPORT_SYMBOL vmlinux 0xad078055 inode_to_bdi +EXPORT_SYMBOL vmlinux 0xad128dc1 __tracepoint_dma_fence_enable_signal +EXPORT_SYMBOL vmlinux 0xad2b0568 serio_unregister_port +EXPORT_SYMBOL vmlinux 0xad307c43 mipi_dsi_generic_read +EXPORT_SYMBOL vmlinux 0xad3b93f1 skb_store_bits +EXPORT_SYMBOL vmlinux 0xad3c343f kset_unregister +EXPORT_SYMBOL vmlinux 0xad3e2fc0 iterate_dir +EXPORT_SYMBOL vmlinux 0xad3ea04c qman_p_irqsource_remove +EXPORT_SYMBOL vmlinux 0xad5ad4b0 sock_from_file +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 0xad73ddd7 pskb_extract +EXPORT_SYMBOL vmlinux 0xad768ff8 amba_device_register +EXPORT_SYMBOL vmlinux 0xad8e37aa xfrm6_protocol_deregister +EXPORT_SYMBOL vmlinux 0xad9901ae bit_waitqueue +EXPORT_SYMBOL vmlinux 0xad9b1ac1 task_work_add +EXPORT_SYMBOL vmlinux 0xada31e57 gen_pool_dma_alloc_align +EXPORT_SYMBOL vmlinux 0xadac9840 __netlink_kernel_create +EXPORT_SYMBOL vmlinux 0xadae6df8 blake2s_final +EXPORT_SYMBOL vmlinux 0xadb97a05 mark_buffer_write_io_error +EXPORT_SYMBOL vmlinux 0xadbeed61 mipi_dsi_packet_format_is_long +EXPORT_SYMBOL vmlinux 0xadd139d4 rfs_needed +EXPORT_SYMBOL vmlinux 0xadd4de3e block_invalidate_folio +EXPORT_SYMBOL vmlinux 0xae04012c __vmalloc +EXPORT_SYMBOL vmlinux 0xae0c3c4d pci_wait_for_pending_transaction +EXPORT_SYMBOL vmlinux 0xae1d2c5e fb_modesetting_disabled +EXPORT_SYMBOL vmlinux 0xae24cd60 d_prune_aliases +EXPORT_SYMBOL vmlinux 0xae316c11 icmpv6_err_convert +EXPORT_SYMBOL vmlinux 0xae33c403 xudma_navss_psil_unpair +EXPORT_SYMBOL vmlinux 0xae37d963 skb_pull_data +EXPORT_SYMBOL vmlinux 0xae4172f7 of_find_node_by_name +EXPORT_SYMBOL vmlinux 0xae420583 page_mapping +EXPORT_SYMBOL vmlinux 0xae42d6ae xfrm_unregister_type_offload +EXPORT_SYMBOL vmlinux 0xae5017d0 iget_locked +EXPORT_SYMBOL vmlinux 0xae582e48 rproc_resource_cleanup +EXPORT_SYMBOL vmlinux 0xae5a04bb acpi_evaluate_dsm +EXPORT_SYMBOL vmlinux 0xae66472b scsi_kmap_atomic_sg +EXPORT_SYMBOL vmlinux 0xae7ec156 hmm_range_fault +EXPORT_SYMBOL vmlinux 0xae7fd8b6 _dev_alert +EXPORT_SYMBOL vmlinux 0xaeac049a generate_random_guid +EXPORT_SYMBOL vmlinux 0xaeb082ad _raw_read_unlock_bh +EXPORT_SYMBOL vmlinux 0xaebb2c7a generic_fadvise +EXPORT_SYMBOL vmlinux 0xaebd12f0 acpi_get_name +EXPORT_SYMBOL vmlinux 0xaee158bf pci_write_config_word +EXPORT_SYMBOL vmlinux 0xaeeb5f5c jbd2_journal_invalidate_folio +EXPORT_SYMBOL vmlinux 0xaf06ce2a input_unregister_handle +EXPORT_SYMBOL vmlinux 0xaf0881d0 get_mem_cgroup_from_mm +EXPORT_SYMBOL vmlinux 0xaf0e4dd1 fscrypt_decrypt_block_inplace +EXPORT_SYMBOL vmlinux 0xaf0e9a48 ipv6_chk_prefix +EXPORT_SYMBOL vmlinux 0xaf2b3132 proc_symlink +EXPORT_SYMBOL vmlinux 0xaf388cb7 rio_query_mport +EXPORT_SYMBOL vmlinux 0xaf3dd7dc scsi_logging_level +EXPORT_SYMBOL vmlinux 0xaf4e98cd of_platform_bus_probe +EXPORT_SYMBOL vmlinux 0xaf56600a arm64_use_ng_mappings +EXPORT_SYMBOL vmlinux 0xaf5ce3c9 page_pool_destroy +EXPORT_SYMBOL vmlinux 0xaf71c739 sk_capable +EXPORT_SYMBOL vmlinux 0xafaa6031 _find_next_and_bit +EXPORT_SYMBOL vmlinux 0xafb4bd45 eth_validate_addr +EXPORT_SYMBOL vmlinux 0xafb864c1 refcount_dec_and_lock_irqsave +EXPORT_SYMBOL vmlinux 0xafc08054 dotdot_name +EXPORT_SYMBOL vmlinux 0xafc6c68e zstd_is_error +EXPORT_SYMBOL vmlinux 0xafdbb1c2 ip_defrag +EXPORT_SYMBOL vmlinux 0xafe01499 __skb_get_hash +EXPORT_SYMBOL vmlinux 0xafe05911 __mod_zone_page_state +EXPORT_SYMBOL vmlinux 0xaffbff7a bio_uninit +EXPORT_SYMBOL vmlinux 0xb0080dac __cgroup_bpf_run_filter_sock_addr +EXPORT_SYMBOL vmlinux 0xb0160382 __skb_free_datagram_locked +EXPORT_SYMBOL vmlinux 0xb01bebf9 xfrm_get_acqseq +EXPORT_SYMBOL vmlinux 0xb0348019 cfb_imageblit +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 0xb062103e netdev_unbind_sb_channel +EXPORT_SYMBOL vmlinux 0xb0a0da0c rational_best_approximation +EXPORT_SYMBOL vmlinux 0xb0c259c2 vfs_symlink +EXPORT_SYMBOL vmlinux 0xb0c5e247 lockref_put_return +EXPORT_SYMBOL vmlinux 0xb0c62b07 inet_rtx_syn_ack +EXPORT_SYMBOL vmlinux 0xb0ca6e1b rproc_alloc +EXPORT_SYMBOL vmlinux 0xb0d061af pcie_ptm_enabled +EXPORT_SYMBOL vmlinux 0xb0e10781 get_option +EXPORT_SYMBOL vmlinux 0xb0e2086d tty_port_raise_dtr_rts +EXPORT_SYMBOL vmlinux 0xb10a8ce8 ppp_unregister_channel +EXPORT_SYMBOL vmlinux 0xb10d739e nf_log_trace +EXPORT_SYMBOL vmlinux 0xb11e6d8f skb_flow_dissector_init +EXPORT_SYMBOL vmlinux 0xb121390a probe_irq_on +EXPORT_SYMBOL vmlinux 0xb125b643 netif_tx_wake_queue +EXPORT_SYMBOL vmlinux 0xb1280d62 pcim_enable_device +EXPORT_SYMBOL vmlinux 0xb12cbacb fb_unregister_client +EXPORT_SYMBOL vmlinux 0xb1342cdb _raw_read_lock_irqsave +EXPORT_SYMBOL vmlinux 0xb14ab1ef hdmi_audio_infoframe_init +EXPORT_SYMBOL vmlinux 0xb14fc46a find_next_clump8 +EXPORT_SYMBOL vmlinux 0xb1518e15 cancel_work +EXPORT_SYMBOL vmlinux 0xb1666b48 tcf_idr_release +EXPORT_SYMBOL vmlinux 0xb192fb2a md_check_no_bitmap +EXPORT_SYMBOL vmlinux 0xb1b9f6bb jbd2_journal_put_journal_head +EXPORT_SYMBOL vmlinux 0xb1c3a01a oops_in_progress +EXPORT_SYMBOL vmlinux 0xb1cc265c nd_btt_version +EXPORT_SYMBOL vmlinux 0xb1d0d1ed __inode_add_bytes +EXPORT_SYMBOL vmlinux 0xb1d2be24 pci_get_device +EXPORT_SYMBOL vmlinux 0xb1db9a69 fsl_ifc_find +EXPORT_SYMBOL vmlinux 0xb1ddf995 jiffies_64_to_clock_t +EXPORT_SYMBOL vmlinux 0xb1f3f41e xfrm4_protocol_register +EXPORT_SYMBOL vmlinux 0xb212a942 nd_region_release_lane +EXPORT_SYMBOL vmlinux 0xb22e16d5 radix_tree_maybe_preload +EXPORT_SYMBOL vmlinux 0xb23027c1 kstrtos16_from_user +EXPORT_SYMBOL vmlinux 0xb237dbd7 mii_ethtool_sset +EXPORT_SYMBOL vmlinux 0xb2ab575c rproc_elf_load_rsc_table +EXPORT_SYMBOL vmlinux 0xb2b30847 d_obtain_root +EXPORT_SYMBOL vmlinux 0xb2bcb088 acpi_current_gpe_count +EXPORT_SYMBOL vmlinux 0xb2c5f45f ipv6_sock_mc_join +EXPORT_SYMBOL vmlinux 0xb2ead97c kimage_vaddr +EXPORT_SYMBOL vmlinux 0xb2f2f487 netdev_lower_get_next +EXPORT_SYMBOL vmlinux 0xb2f35c6a xxh64 +EXPORT_SYMBOL vmlinux 0xb2fcb56d queue_delayed_work_on +EXPORT_SYMBOL vmlinux 0xb306ec50 __sg_alloc_table +EXPORT_SYMBOL vmlinux 0xb308c97d wait_woken +EXPORT_SYMBOL vmlinux 0xb309130b of_mdiobus_child_is_phy +EXPORT_SYMBOL vmlinux 0xb30b9822 vme_master_set +EXPORT_SYMBOL vmlinux 0xb30efe57 netdev_refcnt_read +EXPORT_SYMBOL vmlinux 0xb3221de3 neigh_connected_output +EXPORT_SYMBOL vmlinux 0xb324c2a5 ppp_unregister_compressor +EXPORT_SYMBOL vmlinux 0xb324ea63 phy_start_cable_test_tdr +EXPORT_SYMBOL vmlinux 0xb3258f79 __ubsan_handle_type_mismatch_v1 +EXPORT_SYMBOL vmlinux 0xb32728bb qcom_scm_iommu_secure_ptbl_init +EXPORT_SYMBOL vmlinux 0xb349f365 config_group_init +EXPORT_SYMBOL vmlinux 0xb34dca1c kryo_l2_get_indirect_reg +EXPORT_SYMBOL vmlinux 0xb358c6d2 fsync_bdev +EXPORT_SYMBOL vmlinux 0xb3687850 out_of_line_wait_on_bit_lock +EXPORT_SYMBOL vmlinux 0xb3707e6e flow_keys_basic_dissector +EXPORT_SYMBOL vmlinux 0xb3722653 kill_pid +EXPORT_SYMBOL vmlinux 0xb3867e6d mtree_insert +EXPORT_SYMBOL vmlinux 0xb3a82019 profile_pc +EXPORT_SYMBOL vmlinux 0xb3acaee2 udp_flush_pending_frames +EXPORT_SYMBOL vmlinux 0xb3b2078f __sk_mem_schedule +EXPORT_SYMBOL vmlinux 0xb3bfa87b inet_twsk_deschedule_put +EXPORT_SYMBOL vmlinux 0xb3cbd6f7 page_symlink +EXPORT_SYMBOL vmlinux 0xb3d2c76d scsi_hostbyte_string +EXPORT_SYMBOL vmlinux 0xb3e4119a fman_bind +EXPORT_SYMBOL vmlinux 0xb3ebabc8 dev_mc_sync +EXPORT_SYMBOL vmlinux 0xb3ed45ed xp_dma_unmap +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 0xb40c083a ps2_init +EXPORT_SYMBOL vmlinux 0xb4174b24 blk_get_queue +EXPORT_SYMBOL vmlinux 0xb423dba1 console_blanked +EXPORT_SYMBOL vmlinux 0xb4300a0a phy_find_first +EXPORT_SYMBOL vmlinux 0xb43d59db proto_unregister +EXPORT_SYMBOL vmlinux 0xb44e3e14 bio_split_to_limits +EXPORT_SYMBOL vmlinux 0xb4577003 acpi_dev_present +EXPORT_SYMBOL vmlinux 0xb460bf08 blk_mq_requeue_request +EXPORT_SYMBOL vmlinux 0xb4648661 devfreq_unregister_opp_notifier +EXPORT_SYMBOL vmlinux 0xb4755970 max8925_reg_write +EXPORT_SYMBOL vmlinux 0xb48755d9 __skb_checksum +EXPORT_SYMBOL vmlinux 0xb48d4d22 security_sb_eat_lsm_opts +EXPORT_SYMBOL vmlinux 0xb4947d47 inet_pton_with_scope +EXPORT_SYMBOL vmlinux 0xb49601a1 sg_zero_buffer +EXPORT_SYMBOL vmlinux 0xb4a37f4b __udp_disconnect +EXPORT_SYMBOL vmlinux 0xb4a440da block_write_end +EXPORT_SYMBOL vmlinux 0xb4a79898 blk_limits_io_opt +EXPORT_SYMBOL vmlinux 0xb4b0b876 would_dump +EXPORT_SYMBOL vmlinux 0xb4c79b7d textsearch_prepare +EXPORT_SYMBOL vmlinux 0xb4d3fc51 inet_select_addr +EXPORT_SYMBOL vmlinux 0xb4d46718 jbd2_journal_get_create_access +EXPORT_SYMBOL vmlinux 0xb4f13d2a abort +EXPORT_SYMBOL vmlinux 0xb4f73884 blk_queue_max_segments +EXPORT_SYMBOL vmlinux 0xb4fabc53 sk_stream_wait_close +EXPORT_SYMBOL vmlinux 0xb50ed7b0 __phy_write_mmd +EXPORT_SYMBOL vmlinux 0xb52715c1 of_device_is_compatible +EXPORT_SYMBOL vmlinux 0xb5322a71 sock_no_shutdown +EXPORT_SYMBOL vmlinux 0xb533c120 dev_uc_sync_multiple +EXPORT_SYMBOL vmlinux 0xb5374bc7 key_link +EXPORT_SYMBOL vmlinux 0xb53f2810 tcp_sockets_allocated +EXPORT_SYMBOL vmlinux 0xb55031d8 sock_init_data +EXPORT_SYMBOL vmlinux 0xb57460a4 __cgroup_bpf_run_filter_sock_ops +EXPORT_SYMBOL vmlinux 0xb57c07c0 cpufreq_get_policy +EXPORT_SYMBOL vmlinux 0xb57f1e27 fman_port_disable +EXPORT_SYMBOL vmlinux 0xb58c611e sockopt_ns_capable +EXPORT_SYMBOL vmlinux 0xb596dd78 tcp_release_cb +EXPORT_SYMBOL vmlinux 0xb599e526 param_ops_hexint +EXPORT_SYMBOL vmlinux 0xb5a459dc unregister_blkdev +EXPORT_SYMBOL vmlinux 0xb5a6f03f flow_rule_match_ports +EXPORT_SYMBOL vmlinux 0xb5aa7165 dma_pool_destroy +EXPORT_SYMBOL vmlinux 0xb5b54b34 _raw_spin_unlock +EXPORT_SYMBOL vmlinux 0xb5b63711 fileattr_fill_xflags +EXPORT_SYMBOL vmlinux 0xb5bd40fb of_get_mac_address_nvmem +EXPORT_SYMBOL vmlinux 0xb5e73116 flush_delayed_work +EXPORT_SYMBOL vmlinux 0xb5fcb694 dma_find_channel +EXPORT_SYMBOL vmlinux 0xb603b737 is_nd_dax +EXPORT_SYMBOL vmlinux 0xb6137ce7 flow_indr_block_cb_alloc +EXPORT_SYMBOL vmlinux 0xb61d6fc2 down_read_interruptible +EXPORT_SYMBOL vmlinux 0xb633f115 irq_poll_enable +EXPORT_SYMBOL vmlinux 0xb64396de submit_bio_noacct +EXPORT_SYMBOL vmlinux 0xb652d0b9 skb_udp_tunnel_segment +EXPORT_SYMBOL vmlinux 0xb654ef65 acpi_os_read_port +EXPORT_SYMBOL vmlinux 0xb6557c35 vif_device_init +EXPORT_SYMBOL vmlinux 0xb6616361 tcp_mmap +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 0xb6a647fc scsi_change_queue_depth +EXPORT_SYMBOL vmlinux 0xb6acaa13 phy_sfp_detach +EXPORT_SYMBOL vmlinux 0xb6ae3ae2 send_sig +EXPORT_SYMBOL vmlinux 0xb6cb1cc5 blk_execute_rq +EXPORT_SYMBOL vmlinux 0xb6cb556a _find_first_and_bit +EXPORT_SYMBOL vmlinux 0xb6e36ce2 psched_ratecfg_precompute +EXPORT_SYMBOL vmlinux 0xb6fde909 close_fd +EXPORT_SYMBOL vmlinux 0xb705337f dev_get_by_index_rcu +EXPORT_SYMBOL vmlinux 0xb70efd67 mmc_cqe_request_done +EXPORT_SYMBOL vmlinux 0xb71270ef netif_tx_stop_all_queues +EXPORT_SYMBOL vmlinux 0xb71589f0 skip_spaces +EXPORT_SYMBOL vmlinux 0xb71ed69f __hw_addr_unsync +EXPORT_SYMBOL vmlinux 0xb7230c1e scsi_is_host_device +EXPORT_SYMBOL vmlinux 0xb737b185 gen_pool_best_fit +EXPORT_SYMBOL vmlinux 0xb737d078 param_set_bool +EXPORT_SYMBOL vmlinux 0xb73838e9 vfs_copy_file_range +EXPORT_SYMBOL vmlinux 0xb7392cf1 blk_sync_queue +EXPORT_SYMBOL vmlinux 0xb73e48a0 ipv6_dev_find +EXPORT_SYMBOL vmlinux 0xb7438f9c kern_path_create +EXPORT_SYMBOL vmlinux 0xb752eb7e abort_creds +EXPORT_SYMBOL vmlinux 0xb7688155 ucc_slow_init +EXPORT_SYMBOL vmlinux 0xb773af53 genphy_c37_config_aneg +EXPORT_SYMBOL vmlinux 0xb782db56 cfb_copyarea +EXPORT_SYMBOL vmlinux 0xb785ed6a xfrm4_udp_encap_rcv +EXPORT_SYMBOL vmlinux 0xb7884d83 of_get_next_available_child +EXPORT_SYMBOL vmlinux 0xb788fb30 gic_pmr_sync +EXPORT_SYMBOL vmlinux 0xb7892a94 __bforget +EXPORT_SYMBOL vmlinux 0xb78debe3 LZ4_decompress_fast_usingDict +EXPORT_SYMBOL vmlinux 0xb79aa971 icmp_ndo_send +EXPORT_SYMBOL vmlinux 0xb7a3487c of_n_addr_cells +EXPORT_SYMBOL vmlinux 0xb7a72bd3 kmem_cache_alloc_bulk +EXPORT_SYMBOL vmlinux 0xb7b1bc9d udp_push_pending_frames +EXPORT_SYMBOL vmlinux 0xb7b7fa6e node_states +EXPORT_SYMBOL vmlinux 0xb7c0f443 sort +EXPORT_SYMBOL vmlinux 0xb7c6db70 sysctl_max_skb_frags +EXPORT_SYMBOL vmlinux 0xb7c8bb22 phy_start +EXPORT_SYMBOL vmlinux 0xb7c8e4bc blk_mq_init_allocated_queue +EXPORT_SYMBOL vmlinux 0xb7ce6b25 registered_fb +EXPORT_SYMBOL vmlinux 0xb7e31cff __netdev_notify_peers +EXPORT_SYMBOL vmlinux 0xb7f3267f inet_sk_get_local_port_range +EXPORT_SYMBOL vmlinux 0xb7fb3b67 blk_mq_delay_kick_requeue_list +EXPORT_SYMBOL vmlinux 0xb8042681 ww_mutex_lock +EXPORT_SYMBOL vmlinux 0xb80b4a18 zstd_compress_bound +EXPORT_SYMBOL vmlinux 0xb818063f file_ns_capable +EXPORT_SYMBOL vmlinux 0xb8368a3d __dynamic_dev_dbg +EXPORT_SYMBOL vmlinux 0xb83bb07c iov_iter_xarray +EXPORT_SYMBOL vmlinux 0xb842716c qcom_scm_ocmem_lock_available +EXPORT_SYMBOL vmlinux 0xb8485311 folio_wait_private_2_killable +EXPORT_SYMBOL vmlinux 0xb8591722 xfrm_state_lookup_byspi +EXPORT_SYMBOL vmlinux 0xb8605d9c qman_p_static_dequeue_add +EXPORT_SYMBOL vmlinux 0xb8649a0d mmc_can_secure_erase_trim +EXPORT_SYMBOL vmlinux 0xb868ac5c register_sysrq_key +EXPORT_SYMBOL vmlinux 0xb86b4620 datagram_poll +EXPORT_SYMBOL vmlinux 0xb86cbdf0 blk_queue_virt_boundary +EXPORT_SYMBOL vmlinux 0xb87919f1 __scsi_device_lookup_by_target +EXPORT_SYMBOL vmlinux 0xb8810f76 sk_send_sigurg +EXPORT_SYMBOL vmlinux 0xb89b6e6b guid_parse +EXPORT_SYMBOL vmlinux 0xb89dd202 bio_integrity_prep +EXPORT_SYMBOL vmlinux 0xb8a29379 mipi_dsi_attach +EXPORT_SYMBOL vmlinux 0xb8b043f2 kfree_link +EXPORT_SYMBOL vmlinux 0xb8d0eaf9 finish_swait +EXPORT_SYMBOL vmlinux 0xb8d77e51 __skb_vlan_pop +EXPORT_SYMBOL vmlinux 0xb907513f unpoison_memory +EXPORT_SYMBOL vmlinux 0xb90c2326 pci_enable_device_mem +EXPORT_SYMBOL vmlinux 0xb911bb58 minmax_running_max +EXPORT_SYMBOL vmlinux 0xb920db49 acpi_tb_install_and_load_table +EXPORT_SYMBOL vmlinux 0xb9296ecf fscrypt_encrypt_block_inplace +EXPORT_SYMBOL vmlinux 0xb92fef69 dma_map_sg_attrs +EXPORT_SYMBOL vmlinux 0xb9345545 input_mt_init_slots +EXPORT_SYMBOL vmlinux 0xb938196b d_instantiate +EXPORT_SYMBOL vmlinux 0xb94339c4 qdisc_put_stab +EXPORT_SYMBOL vmlinux 0xb9478d90 hdmi_drm_infoframe_unpack_only +EXPORT_SYMBOL vmlinux 0xb95fa78d current_in_userns +EXPORT_SYMBOL vmlinux 0xb96735ca register_md_personality +EXPORT_SYMBOL vmlinux 0xb96c4f9e audit_log_subject_context +EXPORT_SYMBOL vmlinux 0xb97220ff bitmap_parse +EXPORT_SYMBOL vmlinux 0xb98f8567 tcp_poll +EXPORT_SYMBOL vmlinux 0xb9af1d0d __xa_clear_mark +EXPORT_SYMBOL vmlinux 0xb9bb777d dma_mmap_attrs +EXPORT_SYMBOL vmlinux 0xb9c2c675 md_integrity_register +EXPORT_SYMBOL vmlinux 0xb9df145e sync_dirty_buffer +EXPORT_SYMBOL vmlinux 0xb9e8e2cc in6addr_sitelocal_allrouters +EXPORT_SYMBOL vmlinux 0xb9fc381a qcom_scm_hdcp_req +EXPORT_SYMBOL vmlinux 0xba02186d invalidate_bdev +EXPORT_SYMBOL vmlinux 0xba0676e2 vm_zone_stat +EXPORT_SYMBOL vmlinux 0xba1008c8 __crc32c_le +EXPORT_SYMBOL vmlinux 0xba26f868 handle_edge_irq +EXPORT_SYMBOL vmlinux 0xba27e328 input_get_timestamp +EXPORT_SYMBOL vmlinux 0xba497f13 loops_per_jiffy +EXPORT_SYMBOL vmlinux 0xba57aeef inet6_protos +EXPORT_SYMBOL vmlinux 0xba698ce6 xfrm_state_add +EXPORT_SYMBOL vmlinux 0xba69c0b2 dev_get_iflink +EXPORT_SYMBOL vmlinux 0xba707a78 qe_get_brg_clk +EXPORT_SYMBOL vmlinux 0xba84b60b page_cache_next_miss +EXPORT_SYMBOL vmlinux 0xba851c86 dma_set_mask +EXPORT_SYMBOL vmlinux 0xba8fa72b param_get_ulong +EXPORT_SYMBOL vmlinux 0xba8fbd64 _raw_spin_lock +EXPORT_SYMBOL vmlinux 0xbaa4159b sk_stream_wait_connect +EXPORT_SYMBOL vmlinux 0xbab60a20 tty_port_alloc_xmit_buf +EXPORT_SYMBOL vmlinux 0xbabb7eee redirty_page_for_writepage +EXPORT_SYMBOL vmlinux 0xbabf8e81 vlan_dev_vlan_proto +EXPORT_SYMBOL vmlinux 0xbac50b34 pci_request_regions_exclusive +EXPORT_SYMBOL vmlinux 0xbac8aeea sg_nents_for_len +EXPORT_SYMBOL vmlinux 0xbacd7ece page_pool_release_page +EXPORT_SYMBOL vmlinux 0xbacd95fa qdisc_put_unlocked +EXPORT_SYMBOL vmlinux 0xbae5ccfa eth_header_cache +EXPORT_SYMBOL vmlinux 0xbae78a9a pci_scan_single_device +EXPORT_SYMBOL vmlinux 0xbaee445d may_setattr +EXPORT_SYMBOL vmlinux 0xbaef969d ip_tunnel_parse_protocol +EXPORT_SYMBOL vmlinux 0xbaf5fd26 fs_param_is_u32 +EXPORT_SYMBOL vmlinux 0xbafa632e __do_once_sleepable_start +EXPORT_SYMBOL vmlinux 0xbb0540aa zlib_inflateReset +EXPORT_SYMBOL vmlinux 0xbb0c3fd1 pin_user_pages +EXPORT_SYMBOL vmlinux 0xbb1cde98 mipi_dsi_dcs_get_pixel_format +EXPORT_SYMBOL vmlinux 0xbb21260e convert_ifc_address +EXPORT_SYMBOL vmlinux 0xbb24f607 init_cdrom_command +EXPORT_SYMBOL vmlinux 0xbb313c70 rproc_put +EXPORT_SYMBOL vmlinux 0xbb36b0f3 i2c_smbus_write_i2c_block_data +EXPORT_SYMBOL vmlinux 0xbb3da376 fb_firmware_edid +EXPORT_SYMBOL vmlinux 0xbb446c46 devm_clk_hw_register_clkdev +EXPORT_SYMBOL vmlinux 0xbb4f4766 simple_write_to_buffer +EXPORT_SYMBOL vmlinux 0xbb504c88 inet_sendpage +EXPORT_SYMBOL vmlinux 0xbb5b2ae8 simple_getattr +EXPORT_SYMBOL vmlinux 0xbb687724 bman_new_pool +EXPORT_SYMBOL vmlinux 0xbb6f265f blk_mq_run_hw_queue +EXPORT_SYMBOL vmlinux 0xbb7598bd tcp_simple_retransmit +EXPORT_SYMBOL vmlinux 0xbb9dda6a ip6_dst_alloc +EXPORT_SYMBOL vmlinux 0xbb9ed3bf mutex_trylock +EXPORT_SYMBOL vmlinux 0xbba61cd8 vc_cons +EXPORT_SYMBOL vmlinux 0xbba7f2f2 __cpuhp_setup_state_cpuslocked +EXPORT_SYMBOL vmlinux 0xbbd12ad2 blk_mq_stop_hw_queues +EXPORT_SYMBOL vmlinux 0xbbdf7da9 __skb_ext_del +EXPORT_SYMBOL vmlinux 0xbbf76c78 netdev_adjacent_change_prepare +EXPORT_SYMBOL vmlinux 0xbbfcaeaf pci_release_regions +EXPORT_SYMBOL vmlinux 0xbc0636c1 __kfree_skb +EXPORT_SYMBOL vmlinux 0xbc2031de acpi_processor_get_bios_limit +EXPORT_SYMBOL vmlinux 0xbc4c7937 dev_pm_opp_register_notifier +EXPORT_SYMBOL vmlinux 0xbc73ce98 timestamp_truncate +EXPORT_SYMBOL vmlinux 0xbc75482d gro_find_receive_by_type +EXPORT_SYMBOL vmlinux 0xbc83ccfa md_check_recovery +EXPORT_SYMBOL vmlinux 0xbcab6ee6 sscanf +EXPORT_SYMBOL vmlinux 0xbcbffa3b generic_write_checks_count +EXPORT_SYMBOL vmlinux 0xbcf21629 vfs_fsync_range +EXPORT_SYMBOL vmlinux 0xbd0fe483 page_pool_create +EXPORT_SYMBOL vmlinux 0xbd18f579 i2c_del_adapter +EXPORT_SYMBOL vmlinux 0xbd1a1fb7 crypto_kdf108_ctr_generate +EXPORT_SYMBOL vmlinux 0xbd240393 max8925_bulk_write +EXPORT_SYMBOL vmlinux 0xbd4555a2 netpoll_send_udp +EXPORT_SYMBOL vmlinux 0xbd462b55 __kfifo_init +EXPORT_SYMBOL vmlinux 0xbd526c8f tcp_syn_ack_timeout +EXPORT_SYMBOL vmlinux 0xbd60b48d vfs_getattr +EXPORT_SYMBOL vmlinux 0xbd628752 __tracepoint_mmap_lock_start_locking +EXPORT_SYMBOL vmlinux 0xbd6841d4 crc16 +EXPORT_SYMBOL vmlinux 0xbd94b361 phy_aneg_done +EXPORT_SYMBOL vmlinux 0xbdbc2dde netdev_info +EXPORT_SYMBOL vmlinux 0xbdbd7876 pci_request_selected_regions_exclusive +EXPORT_SYMBOL vmlinux 0xbdbec942 vlan_for_each +EXPORT_SYMBOL vmlinux 0xbddc0c27 __d_drop +EXPORT_SYMBOL vmlinux 0xbddeed9f del_gendisk +EXPORT_SYMBOL vmlinux 0xbde9608b netdev_set_num_tc +EXPORT_SYMBOL vmlinux 0xbdef6846 buffer_migrate_folio +EXPORT_SYMBOL vmlinux 0xbdf72a2b d_delete +EXPORT_SYMBOL vmlinux 0xbdfbd57a serio_unregister_child_port +EXPORT_SYMBOL vmlinux 0xbe0a9dfd pci_assign_resource +EXPORT_SYMBOL vmlinux 0xbe118c52 __tracepoint_mmap_lock_acquire_returned +EXPORT_SYMBOL vmlinux 0xbe1b01b5 shrink_dcache_sb +EXPORT_SYMBOL vmlinux 0xbe21c3f5 ip_route_me_harder +EXPORT_SYMBOL vmlinux 0xbe263f36 cred_fscmp +EXPORT_SYMBOL vmlinux 0xbe32e70f pci_get_class +EXPORT_SYMBOL vmlinux 0xbe44e9b2 input_set_timestamp +EXPORT_SYMBOL vmlinux 0xbe49252c acpi_os_write_port +EXPORT_SYMBOL vmlinux 0xbe4eb6ed secure_dccpv6_sequence_number +EXPORT_SYMBOL vmlinux 0xbe53716f simple_recursive_removal +EXPORT_SYMBOL vmlinux 0xbe5a24e9 xxh32_copy_state +EXPORT_SYMBOL vmlinux 0xbe60b129 genphy_read_status +EXPORT_SYMBOL vmlinux 0xbe6a866f __wait_on_bit +EXPORT_SYMBOL vmlinux 0xbe6a8c96 zstd_cctx_workspace_bound +EXPORT_SYMBOL vmlinux 0xbe9d076b netif_skb_features +EXPORT_SYMBOL vmlinux 0xbeb817a5 inet_dgram_ops +EXPORT_SYMBOL vmlinux 0xbec455f2 of_find_all_nodes +EXPORT_SYMBOL vmlinux 0xbec6e5fd genphy_update_link +EXPORT_SYMBOL vmlinux 0xbeda445e __find_get_block +EXPORT_SYMBOL vmlinux 0xbedec4f8 __set_page_dirty_nobuffers +EXPORT_SYMBOL vmlinux 0xbee10351 pci_get_slot +EXPORT_SYMBOL vmlinux 0xbee23592 tcf_block_put_ext +EXPORT_SYMBOL vmlinux 0xbee72eb0 remove_arg_zero +EXPORT_SYMBOL vmlinux 0xbef43296 console_conditional_schedule +EXPORT_SYMBOL vmlinux 0xbefa51a3 gen_pool_add_owner +EXPORT_SYMBOL vmlinux 0xbf05f961 scsicam_bios_param +EXPORT_SYMBOL vmlinux 0xbf097a49 vga_put +EXPORT_SYMBOL vmlinux 0xbf160f9a sock_setsockopt +EXPORT_SYMBOL vmlinux 0xbf2d7939 km_query +EXPORT_SYMBOL vmlinux 0xbf3bf22a __traceiter_mmap_lock_start_locking +EXPORT_SYMBOL vmlinux 0xbf3fff9c dquot_set_dqinfo +EXPORT_SYMBOL vmlinux 0xbf4ccd3f sockopt_release_sock +EXPORT_SYMBOL vmlinux 0xbf4d9a35 crypto_kdf108_setkey +EXPORT_SYMBOL vmlinux 0xbf544694 dquot_acquire +EXPORT_SYMBOL vmlinux 0xbf59c419 posix_acl_init +EXPORT_SYMBOL vmlinux 0xbf708efc skb_checksum_setup +EXPORT_SYMBOL vmlinux 0xbf8f69cb dev_change_flags +EXPORT_SYMBOL vmlinux 0xbf9bcc8d __cap_empty_set +EXPORT_SYMBOL vmlinux 0xbfae9e07 utf8_validate +EXPORT_SYMBOL vmlinux 0xbfcbc0d2 stmp_reset_block +EXPORT_SYMBOL vmlinux 0xbffb2c40 vm_map_pages_zero +EXPORT_SYMBOL vmlinux 0xc01f07b2 pskb_expand_head +EXPORT_SYMBOL vmlinux 0xc0273136 skb_condense +EXPORT_SYMBOL vmlinux 0xc02faab5 sock_create +EXPORT_SYMBOL vmlinux 0xc0364007 fault_in_writeable +EXPORT_SYMBOL vmlinux 0xc060c3f4 page_pool_ethtool_stats_get +EXPORT_SYMBOL vmlinux 0xc06e6a93 blk_rq_map_kern +EXPORT_SYMBOL vmlinux 0xc0763484 rfkill_blocked +EXPORT_SYMBOL vmlinux 0xc078d22c zstd_init_cstream +EXPORT_SYMBOL vmlinux 0xc07b0863 fb_destroy_modedb +EXPORT_SYMBOL vmlinux 0xc07da41f md_unregister_thread +EXPORT_SYMBOL vmlinux 0xc089d823 clocksource_unregister +EXPORT_SYMBOL vmlinux 0xc08b8e7d neigh_for_each +EXPORT_SYMBOL vmlinux 0xc08e7a05 nla_reserve +EXPORT_SYMBOL vmlinux 0xc0bf5364 tcp_ld_RTO_revert +EXPORT_SYMBOL vmlinux 0xc0d7c8af generic_fillattr +EXPORT_SYMBOL vmlinux 0xc0e4b2da blk_queue_max_write_zeroes_sectors +EXPORT_SYMBOL vmlinux 0xc0ef8f74 tcp_v4_destroy_sock +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 0xc13d9b4c __dec_node_page_state +EXPORT_SYMBOL vmlinux 0xc14dc168 acpi_get_data +EXPORT_SYMBOL vmlinux 0xc1514a3b free_irq +EXPORT_SYMBOL vmlinux 0xc1579516 fman_port_enable +EXPORT_SYMBOL vmlinux 0xc164a51c keygen_init +EXPORT_SYMBOL vmlinux 0xc16be39d iter_div_u64_rem +EXPORT_SYMBOL vmlinux 0xc170900b copy_string_kernel +EXPORT_SYMBOL vmlinux 0xc176cb90 seq_read +EXPORT_SYMBOL vmlinux 0xc1838773 pci_free_irq_vectors +EXPORT_SYMBOL vmlinux 0xc1a0d96b __napi_alloc_skb +EXPORT_SYMBOL vmlinux 0xc1aeb06f serio_interrupt +EXPORT_SYMBOL vmlinux 0xc1c5c61f pnp_possible_config +EXPORT_SYMBOL vmlinux 0xc1d5d504 scsi_cmd_allowed +EXPORT_SYMBOL vmlinux 0xc1d8cfaf __fdget +EXPORT_SYMBOL vmlinux 0xc1e2c742 tegra_io_rail_power_on +EXPORT_SYMBOL vmlinux 0xc1f2f5ac generic_error_remove_page +EXPORT_SYMBOL vmlinux 0xc1fd85e4 gnet_stats_copy_basic_hw +EXPORT_SYMBOL vmlinux 0xc2050974 fman_port_get_tstamp +EXPORT_SYMBOL vmlinux 0xc20a94f2 fifo_set_limit +EXPORT_SYMBOL vmlinux 0xc20e443a dst_destroy +EXPORT_SYMBOL vmlinux 0xc21c8fdd kmem_cache_create +EXPORT_SYMBOL vmlinux 0xc22bea95 nd_pfn_probe +EXPORT_SYMBOL vmlinux 0xc22f6693 call_fib_notifier +EXPORT_SYMBOL vmlinux 0xc2310cdc logic_inl +EXPORT_SYMBOL vmlinux 0xc232aa50 jbd2_journal_revoke +EXPORT_SYMBOL vmlinux 0xc25cdea4 msi_desc_to_pci_dev +EXPORT_SYMBOL vmlinux 0xc262652a from_kprojid +EXPORT_SYMBOL vmlinux 0xc27e2422 blk_integrity_unregister +EXPORT_SYMBOL vmlinux 0xc293ff3a dev_set_promiscuity +EXPORT_SYMBOL vmlinux 0xc29bf967 strspn +EXPORT_SYMBOL vmlinux 0xc29e29fc migrate_folio +EXPORT_SYMBOL vmlinux 0xc2a0e283 skb_prepare_seq_read +EXPORT_SYMBOL vmlinux 0xc2a814d2 cdev_device_add +EXPORT_SYMBOL vmlinux 0xc2aef31e sock_create_lite +EXPORT_SYMBOL vmlinux 0xc2b0b798 scsi_host_put +EXPORT_SYMBOL vmlinux 0xc2cb862e sgl_alloc_order +EXPORT_SYMBOL vmlinux 0xc2cecc33 ipv6_chk_addr_and_flags +EXPORT_SYMBOL vmlinux 0xc2e168ab caches_clean_inval_pou +EXPORT_SYMBOL vmlinux 0xc2e587d1 reset_devices +EXPORT_SYMBOL vmlinux 0xc2f52274 __lshrti3 +EXPORT_SYMBOL vmlinux 0xc2faf4f6 __of_mdiobus_register +EXPORT_SYMBOL vmlinux 0xc3055d20 usleep_range_state +EXPORT_SYMBOL vmlinux 0xc310b981 strnstr +EXPORT_SYMBOL vmlinux 0xc3158f64 devfreq_remove_governor +EXPORT_SYMBOL vmlinux 0xc31db0ce is_vmalloc_addr +EXPORT_SYMBOL vmlinux 0xc32c71af register_inetaddr_validator_notifier +EXPORT_SYMBOL vmlinux 0xc335838b __traceiter_kmem_cache_alloc +EXPORT_SYMBOL vmlinux 0xc3454d93 xfrm_policy_flush +EXPORT_SYMBOL vmlinux 0xc3482144 input_register_handler +EXPORT_SYMBOL vmlinux 0xc349bbcf i2c_smbus_write_byte_data +EXPORT_SYMBOL vmlinux 0xc34d91c7 __bh_read +EXPORT_SYMBOL vmlinux 0xc350df67 mini_qdisc_pair_init +EXPORT_SYMBOL vmlinux 0xc35e8c76 starget_for_each_device +EXPORT_SYMBOL vmlinux 0xc3693db5 dma_unmap_sg_attrs +EXPORT_SYMBOL vmlinux 0xc3762aec mempool_alloc +EXPORT_SYMBOL vmlinux 0xc37f9c6e cpufreq_update_policy +EXPORT_SYMBOL vmlinux 0xc389fc97 blk_mq_stop_hw_queue +EXPORT_SYMBOL vmlinux 0xc38c83b8 mod_timer +EXPORT_SYMBOL vmlinux 0xc3935f90 pm860x_reg_read +EXPORT_SYMBOL vmlinux 0xc39f4db2 pci_scan_bridge +EXPORT_SYMBOL vmlinux 0xc3c982c1 find_inode_nowait +EXPORT_SYMBOL vmlinux 0xc3cd034d crc8_populate_lsb +EXPORT_SYMBOL vmlinux 0xc3cfad83 clkdev_add +EXPORT_SYMBOL vmlinux 0xc3e1b459 inet_del_protocol +EXPORT_SYMBOL vmlinux 0xc3ff38c2 down_read_trylock +EXPORT_SYMBOL vmlinux 0xc40d9147 __skb_recv_datagram +EXPORT_SYMBOL vmlinux 0xc4134044 rproc_coredump_using_sections +EXPORT_SYMBOL vmlinux 0xc4193912 flow_indr_dev_setup_offload +EXPORT_SYMBOL vmlinux 0xc41f7d43 km_policy_notify +EXPORT_SYMBOL vmlinux 0xc4212ab9 qdisc_class_hash_insert +EXPORT_SYMBOL vmlinux 0xc42dcb99 acpi_evaluate_ost +EXPORT_SYMBOL vmlinux 0xc4347550 param_get_int +EXPORT_SYMBOL vmlinux 0xc439b9c8 kobject_add +EXPORT_SYMBOL vmlinux 0xc452212c utf8_strncasecmp +EXPORT_SYMBOL vmlinux 0xc4611d7f mipi_dsi_turn_on_peripheral +EXPORT_SYMBOL vmlinux 0xc46aac89 kill_block_super +EXPORT_SYMBOL vmlinux 0xc4708199 cpm_muram_addr +EXPORT_SYMBOL vmlinux 0xc4777aa9 __ctzsi2 +EXPORT_SYMBOL vmlinux 0xc48d4143 tty_chars_in_buffer +EXPORT_SYMBOL vmlinux 0xc4995037 vmf_insert_pfn +EXPORT_SYMBOL vmlinux 0xc4ab3f93 generic_delete_inode +EXPORT_SYMBOL vmlinux 0xc4b21d2f qman_get_affine_portal +EXPORT_SYMBOL vmlinux 0xc4b8ce86 xfrm_state_free +EXPORT_SYMBOL vmlinux 0xc4d1f3f2 tcp_add_backlog +EXPORT_SYMBOL vmlinux 0xc4d90942 md_flush_request +EXPORT_SYMBOL vmlinux 0xc4dc2a7e devfreq_update_target +EXPORT_SYMBOL vmlinux 0xc4e14b60 devm_devfreq_add_governor +EXPORT_SYMBOL vmlinux 0xc4fcbe0f release_pages +EXPORT_SYMBOL vmlinux 0xc503a1fd __mmap_lock_do_trace_acquire_returned +EXPORT_SYMBOL vmlinux 0xc50a9d3e dev_uc_del +EXPORT_SYMBOL vmlinux 0xc528a49a queued_write_lock_slowpath +EXPORT_SYMBOL vmlinux 0xc54284cf folio_alloc +EXPORT_SYMBOL vmlinux 0xc5432c7a of_find_node_with_property +EXPORT_SYMBOL vmlinux 0xc557cb5f filemap_page_mkwrite +EXPORT_SYMBOL vmlinux 0xc55e5cdc blk_mq_tagset_busy_iter +EXPORT_SYMBOL vmlinux 0xc55e74ce tty_port_tty_set +EXPORT_SYMBOL vmlinux 0xc566ab13 cpufreq_generic_suspend +EXPORT_SYMBOL vmlinux 0xc56c3609 xz_dec_microlzma_reset +EXPORT_SYMBOL vmlinux 0xc57c48a3 idr_get_next +EXPORT_SYMBOL vmlinux 0xc57c590d scsi_device_lookup_by_target +EXPORT_SYMBOL vmlinux 0xc587b2d5 sg_miter_stop +EXPORT_SYMBOL vmlinux 0xc5882875 security_sctp_assoc_established +EXPORT_SYMBOL vmlinux 0xc58d5a90 kstrtoll_from_user +EXPORT_SYMBOL vmlinux 0xc599a772 security_xfrm_state_delete +EXPORT_SYMBOL vmlinux 0xc5a3367a __tracepoint_dma_fence_emit +EXPORT_SYMBOL vmlinux 0xc5b6f236 queue_work_on +EXPORT_SYMBOL vmlinux 0xc5b7f97d jbd2_journal_dirty_metadata +EXPORT_SYMBOL vmlinux 0xc5ccf388 ppp_channel_index +EXPORT_SYMBOL vmlinux 0xc5e2c85c dma_sync_sg_for_cpu +EXPORT_SYMBOL vmlinux 0xc5e74216 release_resource +EXPORT_SYMBOL vmlinux 0xc5f221a7 i2c_smbus_write_byte +EXPORT_SYMBOL vmlinux 0xc5fae54c sock_sendmsg +EXPORT_SYMBOL vmlinux 0xc601c55f inetdev_by_index +EXPORT_SYMBOL vmlinux 0xc60d0620 __num_online_cpus +EXPORT_SYMBOL vmlinux 0xc60ebac5 jbd2_journal_clear_err +EXPORT_SYMBOL vmlinux 0xc622556f prepare_to_wait_exclusive +EXPORT_SYMBOL vmlinux 0xc631580a console_unlock +EXPORT_SYMBOL vmlinux 0xc633d82d phy_unregister_fixup +EXPORT_SYMBOL vmlinux 0xc6381e14 load_nls +EXPORT_SYMBOL vmlinux 0xc63ec5ed __traceiter_spi_transfer_stop +EXPORT_SYMBOL vmlinux 0xc64a49c8 nexthop_set_hw_flags +EXPORT_SYMBOL vmlinux 0xc653c681 i2c_smbus_read_byte +EXPORT_SYMBOL vmlinux 0xc65e4e97 secure_dccp_sequence_number +EXPORT_SYMBOL vmlinux 0xc65f2456 tcp_sock_set_user_timeout +EXPORT_SYMBOL vmlinux 0xc660b6c7 scsi_report_bus_reset +EXPORT_SYMBOL vmlinux 0xc665e499 blk_queue_logical_block_size +EXPORT_SYMBOL vmlinux 0xc666a132 crc_t10dif +EXPORT_SYMBOL vmlinux 0xc66a8304 cpu_rmap_add +EXPORT_SYMBOL vmlinux 0xc68a47ec key_task_permission +EXPORT_SYMBOL vmlinux 0xc68bdcc1 update_region +EXPORT_SYMBOL vmlinux 0xc69fce52 qcom_scm_qsmmu500_wait_safe_toggle +EXPORT_SYMBOL vmlinux 0xc6a75ede cad_pid +EXPORT_SYMBOL vmlinux 0xc6aebf55 bfifo_qdisc_ops +EXPORT_SYMBOL vmlinux 0xc6bf368f unlock_page +EXPORT_SYMBOL vmlinux 0xc6cb465a __kfifo_max_r +EXPORT_SYMBOL vmlinux 0xc6cbbc89 capable +EXPORT_SYMBOL vmlinux 0xc6d09aa9 release_firmware +EXPORT_SYMBOL vmlinux 0xc6d299c2 devm_mdiobus_alloc_size +EXPORT_SYMBOL vmlinux 0xc6d338bb ndo_dflt_fdb_del +EXPORT_SYMBOL vmlinux 0xc6da9c09 file_remove_privs +EXPORT_SYMBOL vmlinux 0xc6dae951 jbd2_fc_wait_bufs +EXPORT_SYMBOL vmlinux 0xc6eb169b fwnode_iomap +EXPORT_SYMBOL vmlinux 0xc6f3b3fc refcount_dec_if_one +EXPORT_SYMBOL vmlinux 0xc6f46339 init_timer_key +EXPORT_SYMBOL vmlinux 0xc708f1fe ec_write +EXPORT_SYMBOL vmlinux 0xc70db3fe __ip_dev_find +EXPORT_SYMBOL vmlinux 0xc715f4e5 tegra_ivc_read_get_next_frame +EXPORT_SYMBOL vmlinux 0xc7208c3a serial8250_resume_port +EXPORT_SYMBOL vmlinux 0xc7305cf3 devm_extcon_unregister_notifier_all +EXPORT_SYMBOL vmlinux 0xc736d242 backlight_device_get_by_name +EXPORT_SYMBOL vmlinux 0xc7425419 thread_group_exited +EXPORT_SYMBOL vmlinux 0xc75d6fae ipmi_platform_add +EXPORT_SYMBOL vmlinux 0xc7663dfb sb_set_blocksize +EXPORT_SYMBOL vmlinux 0xc779851c tegra_dfll_register +EXPORT_SYMBOL vmlinux 0xc781bd9f rfkill_resume_polling +EXPORT_SYMBOL vmlinux 0xc7856a3d inet6addr_notifier_call_chain +EXPORT_SYMBOL vmlinux 0xc796d182 rproc_get_by_phandle +EXPORT_SYMBOL vmlinux 0xc7a4fbed rtnl_lock +EXPORT_SYMBOL vmlinux 0xc7ae1903 security_lock_kernel_down +EXPORT_SYMBOL vmlinux 0xc7c1107a LZ4_decompress_safe +EXPORT_SYMBOL vmlinux 0xc80ab559 swake_up_one +EXPORT_SYMBOL vmlinux 0xc8140f71 flow_rule_match_enc_ports +EXPORT_SYMBOL vmlinux 0xc8365330 cdrom_dummy_generic_packet +EXPORT_SYMBOL vmlinux 0xc838c3f5 __ashrti3 +EXPORT_SYMBOL vmlinux 0xc839afed hdmi_audio_infoframe_check +EXPORT_SYMBOL vmlinux 0xc83e814c skb_seq_read +EXPORT_SYMBOL vmlinux 0xc8442997 key_invalidate +EXPORT_SYMBOL vmlinux 0xc84a0a7e seq_hlist_start_rcu +EXPORT_SYMBOL vmlinux 0xc8530e42 _copy_to_iter +EXPORT_SYMBOL vmlinux 0xc872fd85 in6addr_interfacelocal_allnodes +EXPORT_SYMBOL vmlinux 0xc875f5bb dm_io +EXPORT_SYMBOL vmlinux 0xc8767f42 vfs_iter_write +EXPORT_SYMBOL vmlinux 0xc8827b75 sysctl_vals +EXPORT_SYMBOL vmlinux 0xc890c008 zlib_deflateEnd +EXPORT_SYMBOL vmlinux 0xc8915853 mfd_cell_disable +EXPORT_SYMBOL vmlinux 0xc89846c4 xudma_tchanrt_read +EXPORT_SYMBOL vmlinux 0xc8a91f5b cpumask_local_spread +EXPORT_SYMBOL vmlinux 0xc8c85086 sg_free_table +EXPORT_SYMBOL vmlinux 0xc8daa1c9 nf_hook_slow +EXPORT_SYMBOL vmlinux 0xc8dcc62a krealloc +EXPORT_SYMBOL vmlinux 0xc8ddb39c xp_free +EXPORT_SYMBOL vmlinux 0xc8e7550d nd_btt_probe +EXPORT_SYMBOL vmlinux 0xc8f5a573 fs_bio_set +EXPORT_SYMBOL vmlinux 0xc916dd46 __SCK__tp_func_kmalloc +EXPORT_SYMBOL vmlinux 0xc91efa30 tcp_read_sock +EXPORT_SYMBOL vmlinux 0xc93e8461 acpi_get_event_resources +EXPORT_SYMBOL vmlinux 0xc948ece2 tcf_em_tree_dump +EXPORT_SYMBOL vmlinux 0xc948f882 kernel_sendpage +EXPORT_SYMBOL vmlinux 0xc9634df9 in6addr_linklocal_allrouters +EXPORT_SYMBOL vmlinux 0xc972449f mempool_alloc_slab +EXPORT_SYMBOL vmlinux 0xc9791c30 fscrypt_free_inode +EXPORT_SYMBOL vmlinux 0xc9822234 clk_register_clkdev +EXPORT_SYMBOL vmlinux 0xc98712ce __bh_read_batch +EXPORT_SYMBOL vmlinux 0xc9983f13 blk_rq_map_user_io +EXPORT_SYMBOL vmlinux 0xc99e2a55 twl_rev +EXPORT_SYMBOL vmlinux 0xc9ca96b2 scm_fp_dup +EXPORT_SYMBOL vmlinux 0xc9cbcb0b __dev_set_mtu +EXPORT_SYMBOL vmlinux 0xc9cee42f cdrom_mode_select +EXPORT_SYMBOL vmlinux 0xc9d0a255 sg_alloc_append_table_from_pages +EXPORT_SYMBOL vmlinux 0xc9df055a xfrm_policy_walk_init +EXPORT_SYMBOL vmlinux 0xc9ed0401 imx_sc_rm_is_resource_owned +EXPORT_SYMBOL vmlinux 0xc9eead4f sock_pfree +EXPORT_SYMBOL vmlinux 0xca06362e logfc +EXPORT_SYMBOL vmlinux 0xca105883 tty_port_destroy +EXPORT_SYMBOL vmlinux 0xca13a1f5 mntget +EXPORT_SYMBOL vmlinux 0xca1648d4 zstd_decompress_dctx +EXPORT_SYMBOL vmlinux 0xca17ac01 _find_next_andnot_bit +EXPORT_SYMBOL vmlinux 0xca21ebd3 bitmap_free +EXPORT_SYMBOL vmlinux 0xca2a6fa2 prepare_to_swait_event +EXPORT_SYMBOL vmlinux 0xca3ba2be pcim_pin_device +EXPORT_SYMBOL vmlinux 0xca431c05 wake_bit_function +EXPORT_SYMBOL vmlinux 0xca4436c2 phy_read_paged +EXPORT_SYMBOL vmlinux 0xca62afaf xudma_rflow_is_gp +EXPORT_SYMBOL vmlinux 0xca62d736 touchscreen_report_pos +EXPORT_SYMBOL vmlinux 0xca7d65f9 of_io_request_and_map +EXPORT_SYMBOL vmlinux 0xca900367 tcp_v4_md5_lookup +EXPORT_SYMBOL vmlinux 0xca90b088 seg6_hmac_validate_skb +EXPORT_SYMBOL vmlinux 0xca9360b5 rb_next +EXPORT_SYMBOL vmlinux 0xca9beaa4 __xa_store +EXPORT_SYMBOL vmlinux 0xca9c2255 send_sig_mceerr +EXPORT_SYMBOL vmlinux 0xca9deba7 bpf_empty_prog_array +EXPORT_SYMBOL vmlinux 0xcab09dd6 xfrm_init_state +EXPORT_SYMBOL vmlinux 0xcabb992e fs_context_for_submount +EXPORT_SYMBOL vmlinux 0xcad1aca8 acpi_exception +EXPORT_SYMBOL vmlinux 0xcad9ea2b i2c_smbus_read_word_data +EXPORT_SYMBOL vmlinux 0xcafe3d0e pci_enable_device +EXPORT_SYMBOL vmlinux 0xcb0288ea ledtrig_cpu +EXPORT_SYMBOL vmlinux 0xcb0c70f5 dev_uc_init +EXPORT_SYMBOL vmlinux 0xcb1bd616 tty_port_close_start +EXPORT_SYMBOL vmlinux 0xcb287291 alloc_file_pseudo +EXPORT_SYMBOL vmlinux 0xcb3ae215 call_blocking_lsm_notifier +EXPORT_SYMBOL vmlinux 0xcb3bf750 vme_register_bridge +EXPORT_SYMBOL vmlinux 0xcb3ca530 fwnode_graph_parse_endpoint +EXPORT_SYMBOL vmlinux 0xcb4c71f4 elv_rb_add +EXPORT_SYMBOL vmlinux 0xcb674159 inet_confirm_addr +EXPORT_SYMBOL vmlinux 0xcb733bf2 acpi_bus_set_power +EXPORT_SYMBOL vmlinux 0xcbae696b rtnl_link_get_net +EXPORT_SYMBOL vmlinux 0xcbb976bf netdev_master_upper_dev_get_rcu +EXPORT_SYMBOL vmlinux 0xcbb98b01 __hw_addr_sync_dev +EXPORT_SYMBOL vmlinux 0xcbbf0a6f audit_log_task_context +EXPORT_SYMBOL vmlinux 0xcbc528fe xfrm_policy_walk +EXPORT_SYMBOL vmlinux 0xcbd4898c fortify_panic +EXPORT_SYMBOL vmlinux 0xcbe09ce5 regset_get_alloc +EXPORT_SYMBOL vmlinux 0xcbe70e01 end_buffer_async_write +EXPORT_SYMBOL vmlinux 0xcbead1e6 mmc_of_parse +EXPORT_SYMBOL vmlinux 0xcbfb33e4 init_opal_dev +EXPORT_SYMBOL vmlinux 0xcc0f84f3 dmam_free_coherent +EXPORT_SYMBOL vmlinux 0xcc1b882a idr_get_next_ul +EXPORT_SYMBOL vmlinux 0xcc200c00 pci_find_next_bus +EXPORT_SYMBOL vmlinux 0xcc23002a hdmi_infoframe_pack_only +EXPORT_SYMBOL vmlinux 0xcc248d26 serial8250_suspend_port +EXPORT_SYMBOL vmlinux 0xcc2b25eb call_usermodehelper_setup +EXPORT_SYMBOL vmlinux 0xcc328a5c reservation_ww_class +EXPORT_SYMBOL vmlinux 0xcc392eea kmalloc_size_roundup +EXPORT_SYMBOL vmlinux 0xcc411ed1 ptp_convert_timestamp +EXPORT_SYMBOL vmlinux 0xcc5005fe msleep_interruptible +EXPORT_SYMBOL vmlinux 0xcc57a811 blk_set_runtime_active +EXPORT_SYMBOL vmlinux 0xcc5d22d9 can_do_mlock +EXPORT_SYMBOL vmlinux 0xcc60b2b8 scm_detach_fds +EXPORT_SYMBOL vmlinux 0xcc66897c pci_write_vpd +EXPORT_SYMBOL vmlinux 0xcc686c4a xfrm_input_resume +EXPORT_SYMBOL vmlinux 0xcc74342a elv_rb_former_request +EXPORT_SYMBOL vmlinux 0xcc8a0118 cookie_ecn_ok +EXPORT_SYMBOL vmlinux 0xcc9b8417 rproc_add +EXPORT_SYMBOL vmlinux 0xcca5839d xen_vcpu_id +EXPORT_SYMBOL vmlinux 0xccaf3e69 security_path_unlink +EXPORT_SYMBOL vmlinux 0xccb3fa67 tso_start +EXPORT_SYMBOL vmlinux 0xccb9c441 netlink_set_err +EXPORT_SYMBOL vmlinux 0xccd1c0c7 skb_trim +EXPORT_SYMBOL vmlinux 0xccfb2b71 tty_port_put +EXPORT_SYMBOL vmlinux 0xccfb9e07 dst_default_metrics +EXPORT_SYMBOL vmlinux 0xccfd2ebc scsi_dev_info_list_del_keyed +EXPORT_SYMBOL vmlinux 0xccfddc30 __blkdev_issue_discard +EXPORT_SYMBOL vmlinux 0xcd01b8e6 acpi_attach_data +EXPORT_SYMBOL vmlinux 0xcd11da88 is_acpi_data_node +EXPORT_SYMBOL vmlinux 0xcd1b58f4 key_move +EXPORT_SYMBOL vmlinux 0xcd1f7697 pci_disable_msix +EXPORT_SYMBOL vmlinux 0xcd279169 nla_find +EXPORT_SYMBOL vmlinux 0xcd2be264 skb_recv_datagram +EXPORT_SYMBOL vmlinux 0xcd35ba92 security_sctp_assoc_request +EXPORT_SYMBOL vmlinux 0xcd548a2a iov_iter_single_seg_count +EXPORT_SYMBOL vmlinux 0xcd549a7c inode_newsize_ok +EXPORT_SYMBOL vmlinux 0xcd61c0fd __blockdev_direct_IO +EXPORT_SYMBOL vmlinux 0xcd642a05 filemap_check_errors +EXPORT_SYMBOL vmlinux 0xcd68811a phy_get_internal_delay +EXPORT_SYMBOL vmlinux 0xcd8019e6 watchdog_register_governor +EXPORT_SYMBOL vmlinux 0xcd8ce890 acpi_format_exception +EXPORT_SYMBOL vmlinux 0xcda0eefc genlmsg_put +EXPORT_SYMBOL vmlinux 0xcdabed16 generic_listxattr +EXPORT_SYMBOL vmlinux 0xcdb86435 set_blocksize +EXPORT_SYMBOL vmlinux 0xcdbc7f2d kernel_param_unlock +EXPORT_SYMBOL vmlinux 0xcdc39c9e security_ismaclabel +EXPORT_SYMBOL vmlinux 0xcdd033c8 pci_reenable_device +EXPORT_SYMBOL vmlinux 0xcdd50024 udpv6_sendmsg +EXPORT_SYMBOL vmlinux 0xcde77bcc free_opal_dev +EXPORT_SYMBOL vmlinux 0xce152e08 seq_putc +EXPORT_SYMBOL vmlinux 0xce1bd5ac dev_mc_sync_multiple +EXPORT_SYMBOL vmlinux 0xce2840e7 irq_set_irq_wake +EXPORT_SYMBOL vmlinux 0xce4cdb8e fb_find_best_mode +EXPORT_SYMBOL vmlinux 0xce4e47b6 __kfifo_skip_r +EXPORT_SYMBOL vmlinux 0xce527762 dquot_disable +EXPORT_SYMBOL vmlinux 0xce5685ec skb_split +EXPORT_SYMBOL vmlinux 0xce5ac24f zlib_inflate_workspacesize +EXPORT_SYMBOL vmlinux 0xce720f28 mtree_destroy +EXPORT_SYMBOL vmlinux 0xce731b34 ucc_slow_get_qe_cr_subblock +EXPORT_SYMBOL vmlinux 0xce76c257 acpi_get_irq_routing_table +EXPORT_SYMBOL vmlinux 0xce807a25 up_write +EXPORT_SYMBOL vmlinux 0xce904377 posix_lock_file +EXPORT_SYMBOL vmlinux 0xceab0311 strchrnul +EXPORT_SYMBOL vmlinux 0xceb190fe vfs_mkobj +EXPORT_SYMBOL vmlinux 0xcec27491 vma_alloc_folio +EXPORT_SYMBOL vmlinux 0xcec5a667 kobject_init +EXPORT_SYMBOL vmlinux 0xced0f4d4 gen_pool_create +EXPORT_SYMBOL vmlinux 0xced38e0b __traceiter_module_get +EXPORT_SYMBOL vmlinux 0xcee3d73d pmem_sector_size +EXPORT_SYMBOL vmlinux 0xcee67008 gnet_stats_copy_rate_est +EXPORT_SYMBOL vmlinux 0xcefb0c9f __mutex_init +EXPORT_SYMBOL vmlinux 0xcefcd99a serial8250_unregister_port +EXPORT_SYMBOL vmlinux 0xcf141909 blkdev_issue_secure_erase +EXPORT_SYMBOL vmlinux 0xcf19b873 sock_set_reuseaddr +EXPORT_SYMBOL vmlinux 0xcf1cbbbf netdev_pick_tx +EXPORT_SYMBOL vmlinux 0xcf26fbed param_get_charp +EXPORT_SYMBOL vmlinux 0xcf270fa1 proc_create_mount_point +EXPORT_SYMBOL vmlinux 0xcf292813 __seq_open_private +EXPORT_SYMBOL vmlinux 0xcf2a6966 up +EXPORT_SYMBOL vmlinux 0xcf3b69b3 netdev_stats_to_stats64 +EXPORT_SYMBOL vmlinux 0xcf45f9f8 simple_link +EXPORT_SYMBOL vmlinux 0xcf4fdd4d _atomic_dec_and_lock +EXPORT_SYMBOL vmlinux 0xcf59746a dev_vprintk_emit +EXPORT_SYMBOL vmlinux 0xcf66cf7a kmem_cache_free_bulk +EXPORT_SYMBOL vmlinux 0xcf6fa1eb cont_write_begin +EXPORT_SYMBOL vmlinux 0xcf7153d8 nf_log_unset +EXPORT_SYMBOL vmlinux 0xcf88b94e put_ipc_ns +EXPORT_SYMBOL vmlinux 0xcf894ec2 udp_seq_next +EXPORT_SYMBOL vmlinux 0xcf8f4311 find_vma_intersection +EXPORT_SYMBOL vmlinux 0xcf99221f km_report +EXPORT_SYMBOL vmlinux 0xcf9b558d touchscreen_set_mt_pos +EXPORT_SYMBOL vmlinux 0xcf9f92cf jbd2_journal_stop +EXPORT_SYMBOL vmlinux 0xcfc9deaf atomic_dec_and_mutex_lock +EXPORT_SYMBOL vmlinux 0xcfd4978f __nla_reserve_64bit +EXPORT_SYMBOL vmlinux 0xcfd884a8 __hsiphash_unaligned +EXPORT_SYMBOL vmlinux 0xcfeb98a8 acpi_processor_register_performance +EXPORT_SYMBOL vmlinux 0xcfef6c9a sk_filter_trim_cap +EXPORT_SYMBOL vmlinux 0xcffdf2fe __mark_inode_dirty +EXPORT_SYMBOL vmlinux 0xd001dc53 of_device_alloc +EXPORT_SYMBOL vmlinux 0xd020e633 cros_ec_cmd_xfer +EXPORT_SYMBOL vmlinux 0xd022560f dm_put_device +EXPORT_SYMBOL vmlinux 0xd04c1a64 sysctl_devconf_inherit_init_net +EXPORT_SYMBOL vmlinux 0xd04f53e6 nvdimm_namespace_disk_name +EXPORT_SYMBOL vmlinux 0xd0654aba woken_wake_function +EXPORT_SYMBOL vmlinux 0xd06e32fd qdisc_create_dflt +EXPORT_SYMBOL vmlinux 0xd074d4a4 blk_finish_plug +EXPORT_SYMBOL vmlinux 0xd0760fc0 kfree_sensitive +EXPORT_SYMBOL vmlinux 0xd0796b37 vme_irq_request +EXPORT_SYMBOL vmlinux 0xd0902b1a genphy_read_mmd_unsupported +EXPORT_SYMBOL vmlinux 0xd09cbec9 pci_back_from_sleep +EXPORT_SYMBOL vmlinux 0xd0a471a0 of_iomap +EXPORT_SYMBOL vmlinux 0xd0ae4ecd genphy_setup_forced +EXPORT_SYMBOL vmlinux 0xd0b3da85 __hw_addr_ref_unsync_dev +EXPORT_SYMBOL vmlinux 0xd0b74705 acpi_install_interface +EXPORT_SYMBOL vmlinux 0xd0da6f5c simple_transaction_set +EXPORT_SYMBOL vmlinux 0xd0ed1add unregister_framebuffer +EXPORT_SYMBOL vmlinux 0xd12f049a mod_node_page_state +EXPORT_SYMBOL vmlinux 0xd1363cc1 ucs2_strsize +EXPORT_SYMBOL vmlinux 0xd13f235b input_inject_event +EXPORT_SYMBOL vmlinux 0xd15009f2 inet_addr_type_dev_table +EXPORT_SYMBOL vmlinux 0xd163a3f4 nf_register_sockopt +EXPORT_SYMBOL vmlinux 0xd17839ee phy_mii_ioctl +EXPORT_SYMBOL vmlinux 0xd1811edc skb_headers_offset_update +EXPORT_SYMBOL vmlinux 0xd18b2645 skb_free_datagram +EXPORT_SYMBOL vmlinux 0xd1932353 tcp_rcv_state_process +EXPORT_SYMBOL vmlinux 0xd194ddf9 acpi_gpe_count +EXPORT_SYMBOL vmlinux 0xd1a8e3e7 simple_dentry_operations +EXPORT_SYMBOL vmlinux 0xd1d87e92 scsi_mlreturn_string +EXPORT_SYMBOL vmlinux 0xd1e5f9ea udp_set_csum +EXPORT_SYMBOL vmlinux 0xd1ffed76 freeze_super +EXPORT_SYMBOL vmlinux 0xd2051916 qcom_scm_cpu_power_down +EXPORT_SYMBOL vmlinux 0xd208dec1 input_get_poll_interval +EXPORT_SYMBOL vmlinux 0xd21cf53f __nd_driver_register +EXPORT_SYMBOL vmlinux 0xd2237016 radix_tree_delete_item +EXPORT_SYMBOL vmlinux 0xd237df6b phy_reset_after_clk_enable +EXPORT_SYMBOL vmlinux 0xd24108d4 rfkill_soft_blocked +EXPORT_SYMBOL vmlinux 0xd2496925 sk_wait_data +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 0xd2627bdc dm_get_device +EXPORT_SYMBOL vmlinux 0xd27b25dd blk_check_plugged +EXPORT_SYMBOL vmlinux 0xd27d25fa seq_open +EXPORT_SYMBOL vmlinux 0xd27ec145 netif_set_tso_max_size +EXPORT_SYMBOL vmlinux 0xd2800691 nf_conntrack_destroy +EXPORT_SYMBOL vmlinux 0xd28d48e6 bioset_init +EXPORT_SYMBOL vmlinux 0xd293f2a1 sock_set_mark +EXPORT_SYMBOL vmlinux 0xd29fe829 mmc_can_erase +EXPORT_SYMBOL vmlinux 0xd2a9ed61 nf_hook_slow_list +EXPORT_SYMBOL vmlinux 0xd2ba4d89 seq_read_iter +EXPORT_SYMBOL vmlinux 0xd2be3b5e tcf_unregister_action +EXPORT_SYMBOL vmlinux 0xd2d00b70 mnt_drop_write_file +EXPORT_SYMBOL vmlinux 0xd2d4cac0 skb_clone +EXPORT_SYMBOL vmlinux 0xd2d88506 netdev_offload_xstats_report_used +EXPORT_SYMBOL vmlinux 0xd2da1048 register_netdevice_notifier +EXPORT_SYMBOL vmlinux 0xd2dd38c3 sock_no_sendmsg +EXPORT_SYMBOL vmlinux 0xd2de8189 sock_register +EXPORT_SYMBOL vmlinux 0xd2e2a9d0 hdmi_spd_infoframe_pack_only +EXPORT_SYMBOL vmlinux 0xd2e3091d twl6040_power +EXPORT_SYMBOL vmlinux 0xd2e7ec34 generic_read_dir +EXPORT_SYMBOL vmlinux 0xd2ea49b8 acpi_leave_sleep_state_prep +EXPORT_SYMBOL vmlinux 0xd310c123 __traceiter_kmem_cache_free +EXPORT_SYMBOL vmlinux 0xd31ccb06 of_machine_is_compatible +EXPORT_SYMBOL vmlinux 0xd320d12b mfd_cell_enable +EXPORT_SYMBOL vmlinux 0xd3416db4 pci_release_region +EXPORT_SYMBOL vmlinux 0xd3543063 memcg_kmem_enabled_key +EXPORT_SYMBOL vmlinux 0xd3559ef4 __memset +EXPORT_SYMBOL vmlinux 0xd35822b4 mii_check_link +EXPORT_SYMBOL vmlinux 0xd35a6d31 mempool_kmalloc +EXPORT_SYMBOL vmlinux 0xd35cce70 _raw_spin_unlock_irqrestore +EXPORT_SYMBOL vmlinux 0xd362a760 ping_prot +EXPORT_SYMBOL vmlinux 0xd36728f2 napi_enable +EXPORT_SYMBOL vmlinux 0xd36dc10c get_random_u32 +EXPORT_SYMBOL vmlinux 0xd36e3d59 prandom_bytes_state +EXPORT_SYMBOL vmlinux 0xd3736a0d of_find_compatible_node +EXPORT_SYMBOL vmlinux 0xd373ce95 __skb_gro_checksum_complete +EXPORT_SYMBOL vmlinux 0xd378fae9 __nla_reserve_nohdr +EXPORT_SYMBOL vmlinux 0xd3871866 __mmc_claim_host +EXPORT_SYMBOL vmlinux 0xd38ed46f framebuffer_release +EXPORT_SYMBOL vmlinux 0xd38ee2c7 __get_hash_from_flowi6 +EXPORT_SYMBOL vmlinux 0xd392a850 dev_uc_flush +EXPORT_SYMBOL vmlinux 0xd3c7e17e i2c_transfer +EXPORT_SYMBOL vmlinux 0xd406d266 fb_mode_is_equal +EXPORT_SYMBOL vmlinux 0xd40d8286 skb_tx_error +EXPORT_SYMBOL vmlinux 0xd4139a63 generic_pipe_buf_try_steal +EXPORT_SYMBOL vmlinux 0xd4197784 clear_nlink +EXPORT_SYMBOL vmlinux 0xd41ef37c find_inode_by_ino_rcu +EXPORT_SYMBOL vmlinux 0xd43a59ad tty_insert_flip_string_flags +EXPORT_SYMBOL vmlinux 0xd442307b blk_mq_delay_run_hw_queue +EXPORT_SYMBOL vmlinux 0xd452b0e2 register_mii_timestamper +EXPORT_SYMBOL vmlinux 0xd458c514 vme_slot_num +EXPORT_SYMBOL vmlinux 0xd45cc6ca bin2hex +EXPORT_SYMBOL vmlinux 0xd46d04c1 mipi_dsi_dcs_enter_sleep_mode +EXPORT_SYMBOL vmlinux 0xd476c419 devm_clk_get +EXPORT_SYMBOL vmlinux 0xd4827b61 kthread_create_worker +EXPORT_SYMBOL vmlinux 0xd4835ef8 dmi_check_system +EXPORT_SYMBOL vmlinux 0xd4973829 nd_device_unregister +EXPORT_SYMBOL vmlinux 0xd4a69d20 qm_channel_caam +EXPORT_SYMBOL vmlinux 0xd4b24722 of_find_node_by_phandle +EXPORT_SYMBOL vmlinux 0xd4bb4a82 inet6addr_validator_notifier_call_chain +EXPORT_SYMBOL vmlinux 0xd4bf4353 ucc_of_parse_tdm +EXPORT_SYMBOL vmlinux 0xd4ca162e tcp_v4_conn_request +EXPORT_SYMBOL vmlinux 0xd4d1983c udplite_table +EXPORT_SYMBOL vmlinux 0xd4d7757c poll_initwait +EXPORT_SYMBOL vmlinux 0xd4db38b2 alloc_netdev_mqs +EXPORT_SYMBOL vmlinux 0xd4e65f39 alloc_etherdev_mqs +EXPORT_SYMBOL vmlinux 0xd5263820 mb_cache_destroy +EXPORT_SYMBOL vmlinux 0xd5291a36 inet_frag_reasm_finish +EXPORT_SYMBOL vmlinux 0xd529e470 input_free_device +EXPORT_SYMBOL vmlinux 0xd5346bfc acpi_get_possible_resources +EXPORT_SYMBOL vmlinux 0xd53e79fe pneigh_enqueue +EXPORT_SYMBOL vmlinux 0xd53e89ba tegra_ivc_notified +EXPORT_SYMBOL vmlinux 0xd548ef5f __serio_register_driver +EXPORT_SYMBOL vmlinux 0xd561df52 security_old_inode_init_security +EXPORT_SYMBOL vmlinux 0xd5685368 clk_add_alias +EXPORT_SYMBOL vmlinux 0xd576193b is_free_buddy_page +EXPORT_SYMBOL vmlinux 0xd5779c69 kernel_connect +EXPORT_SYMBOL vmlinux 0xd57e2eb3 pci_bus_find_capability +EXPORT_SYMBOL vmlinux 0xd57e4852 generic_key_instantiate +EXPORT_SYMBOL vmlinux 0xd590a266 pci_find_parent_resource +EXPORT_SYMBOL vmlinux 0xd59ba50d devm_request_resource +EXPORT_SYMBOL vmlinux 0xd5a9987f tcf_qevent_init +EXPORT_SYMBOL vmlinux 0xd5b0b072 blk_mq_unique_tag +EXPORT_SYMBOL vmlinux 0xd5b3d0d5 xxh64_copy_state +EXPORT_SYMBOL vmlinux 0xd5b44c2f seq_escape_mem +EXPORT_SYMBOL vmlinux 0xd5c0a742 mdiobus_unregister_device +EXPORT_SYMBOL vmlinux 0xd5c20a87 mr_rtm_dumproute +EXPORT_SYMBOL vmlinux 0xd5ce7dbb balance_dirty_pages_ratelimited +EXPORT_SYMBOL vmlinux 0xd5d57ade input_unregister_device +EXPORT_SYMBOL vmlinux 0xd5fd90f1 prepare_to_wait +EXPORT_SYMBOL vmlinux 0xd60001f6 netdev_name_in_use +EXPORT_SYMBOL vmlinux 0xd602dedd pci_iounmap +EXPORT_SYMBOL vmlinux 0xd60736ec gf128mul_free_64k +EXPORT_SYMBOL vmlinux 0xd627a541 vmf_insert_pfn_prot +EXPORT_SYMBOL vmlinux 0xd62b1e45 trace_print_flags_seq +EXPORT_SYMBOL vmlinux 0xd62ecd49 rps_sock_flow_table +EXPORT_SYMBOL vmlinux 0xd6420b3c mpage_writepages +EXPORT_SYMBOL vmlinux 0xd642f3f6 video_firmware_drivers_only +EXPORT_SYMBOL vmlinux 0xd643239a acpi_leave_sleep_state +EXPORT_SYMBOL vmlinux 0xd64b999d blk_mq_tagset_wait_completed_request +EXPORT_SYMBOL vmlinux 0xd6551ed3 __bread_gfp +EXPORT_SYMBOL vmlinux 0xd6571dd3 param_ops_short +EXPORT_SYMBOL vmlinux 0xd66b3dd1 mipi_dsi_dcs_soft_reset +EXPORT_SYMBOL vmlinux 0xd66c2698 tcp_fastopen_defer_connect +EXPORT_SYMBOL vmlinux 0xd66c8184 add_device_randomness +EXPORT_SYMBOL vmlinux 0xd683d846 seq_dentry +EXPORT_SYMBOL vmlinux 0xd68c5a1f adjust_resource +EXPORT_SYMBOL vmlinux 0xd691c6a9 unregister_sysctl_table +EXPORT_SYMBOL vmlinux 0xd69b9c98 rproc_shutdown +EXPORT_SYMBOL vmlinux 0xd6a91f54 twl_i2c_read +EXPORT_SYMBOL vmlinux 0xd6adcf21 inet_addr_type +EXPORT_SYMBOL vmlinux 0xd6b06dbf pci_release_selected_regions +EXPORT_SYMBOL vmlinux 0xd6c62073 devfreq_add_device +EXPORT_SYMBOL vmlinux 0xd6ca3a06 dm_table_get_size +EXPORT_SYMBOL vmlinux 0xd6d74287 netdev_class_create_file_ns +EXPORT_SYMBOL vmlinux 0xd6eaaea1 full_name_hash +EXPORT_SYMBOL vmlinux 0xd6ee688f vmalloc +EXPORT_SYMBOL vmlinux 0xd6f4018e folio_end_writeback +EXPORT_SYMBOL vmlinux 0xd6fde043 is_module_sig_enforced +EXPORT_SYMBOL vmlinux 0xd70d35a1 gf128mul_4k_bbe +EXPORT_SYMBOL vmlinux 0xd70e8304 param_set_ulong +EXPORT_SYMBOL vmlinux 0xd70f62b6 acpi_os_execute +EXPORT_SYMBOL vmlinux 0xd7196129 skb_realloc_headroom +EXPORT_SYMBOL vmlinux 0xd719be2d node_data +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 0xd756341b scsi_track_queue_full +EXPORT_SYMBOL vmlinux 0xd7987177 utf8_load +EXPORT_SYMBOL vmlinux 0xd7a453b1 kill_pgrp +EXPORT_SYMBOL vmlinux 0xd7a6e828 sock_alloc +EXPORT_SYMBOL vmlinux 0xd7bee3a8 insert_inode_locked4 +EXPORT_SYMBOL vmlinux 0xd7bf0167 register_cdrom +EXPORT_SYMBOL vmlinux 0xd7c18aa2 invalidate_inode_buffers +EXPORT_SYMBOL vmlinux 0xd7c2ce25 set_page_writeback +EXPORT_SYMBOL vmlinux 0xd7c32a03 xfrm_state_check_expire +EXPORT_SYMBOL vmlinux 0xd7ca7f0a tcf_qevent_handle +EXPORT_SYMBOL vmlinux 0xd7d280ad irq_poll_complete +EXPORT_SYMBOL vmlinux 0xd7df955c ip4_datagram_connect +EXPORT_SYMBOL vmlinux 0xd7e56a4e simple_strtoll +EXPORT_SYMBOL vmlinux 0xd7ea7094 nf_unregister_queue_handler +EXPORT_SYMBOL vmlinux 0xd7ff1b8a __ashlti3 +EXPORT_SYMBOL vmlinux 0xd80a0700 __remove_inode_hash +EXPORT_SYMBOL vmlinux 0xd8131274 qman_alloc_cgrid_range +EXPORT_SYMBOL vmlinux 0xd828f063 xudma_tchanrt_write +EXPORT_SYMBOL vmlinux 0xd83898d5 nf_hooks_needed +EXPORT_SYMBOL vmlinux 0xd838f852 of_phy_find_device +EXPORT_SYMBOL vmlinux 0xd83c580d of_phy_get_and_connect +EXPORT_SYMBOL vmlinux 0xd83e0412 pci_bus_size_bridges +EXPORT_SYMBOL vmlinux 0xd840c34e cdrom_release +EXPORT_SYMBOL vmlinux 0xd86e487c page_pool_alloc_pages +EXPORT_SYMBOL vmlinux 0xd879755c netdev_change_features +EXPORT_SYMBOL vmlinux 0xd88e58d1 __inode_sub_bytes +EXPORT_SYMBOL vmlinux 0xd894ce43 d_make_root +EXPORT_SYMBOL vmlinux 0xd898bdc0 of_clk_get_by_name +EXPORT_SYMBOL vmlinux 0xd89da37f movable_zone +EXPORT_SYMBOL vmlinux 0xd8a994eb scsi_extd_sense_format +EXPORT_SYMBOL vmlinux 0xd8aca125 get_inode_acl +EXPORT_SYMBOL vmlinux 0xd8b61304 get_default_font +EXPORT_SYMBOL vmlinux 0xd8b6d96f __find_nth_and_bit +EXPORT_SYMBOL vmlinux 0xd8c402af genphy_suspend +EXPORT_SYMBOL vmlinux 0xd8df08ac acpi_handle_printk +EXPORT_SYMBOL vmlinux 0xd8e0b1e0 devm_alloc_etherdev_mqs +EXPORT_SYMBOL vmlinux 0xd8e9ae64 __scsi_device_lookup +EXPORT_SYMBOL vmlinux 0xd8ef0bf5 pci_bus_assign_resources +EXPORT_SYMBOL vmlinux 0xd918e97e blk_queue_chunk_sectors +EXPORT_SYMBOL vmlinux 0xd91f6ab6 strnlen_user +EXPORT_SYMBOL vmlinux 0xd92deb6b acpi_evaluate_object +EXPORT_SYMBOL vmlinux 0xd933fc88 rproc_da_to_va +EXPORT_SYMBOL vmlinux 0xd93d681e pci_get_subsys +EXPORT_SYMBOL vmlinux 0xd9491c14 xa_destroy +EXPORT_SYMBOL vmlinux 0xd94f4e4c skb_tunnel_check_pmtu +EXPORT_SYMBOL vmlinux 0xd9524923 inet6_bind +EXPORT_SYMBOL vmlinux 0xd96c1ada dma_resv_reserve_fences +EXPORT_SYMBOL vmlinux 0xd97770f1 blk_rq_map_integrity_sg +EXPORT_SYMBOL vmlinux 0xd97e6968 vfs_iocb_iter_write +EXPORT_SYMBOL vmlinux 0xd985dc99 mempool_free_pages +EXPORT_SYMBOL vmlinux 0xd9923cb4 neigh_parms_release +EXPORT_SYMBOL vmlinux 0xd9a5ea54 __init_waitqueue_head +EXPORT_SYMBOL vmlinux 0xd9b85ef6 lockref_get +EXPORT_SYMBOL vmlinux 0xd9b8eaea __SCK__tp_func_dma_fence_signaled +EXPORT_SYMBOL vmlinux 0xd9cb8a79 jbd2_journal_abort +EXPORT_SYMBOL vmlinux 0xd9d760eb inet_sk_rebuild_header +EXPORT_SYMBOL vmlinux 0xd9d8fd16 register_restart_handler +EXPORT_SYMBOL vmlinux 0xd9d952d1 crypto_aes_sbox +EXPORT_SYMBOL vmlinux 0xd9e0dcd3 skb_copy_and_csum_datagram_msg +EXPORT_SYMBOL vmlinux 0xda04e861 genphy_soft_reset +EXPORT_SYMBOL vmlinux 0xda10443c xudma_tchan_get_id +EXPORT_SYMBOL vmlinux 0xda2eb5ca thermal_zone_device_critical +EXPORT_SYMBOL vmlinux 0xda3d10a8 security_tun_dev_open +EXPORT_SYMBOL vmlinux 0xda61af93 dqput +EXPORT_SYMBOL vmlinux 0xda6a0d4d iov_iter_init +EXPORT_SYMBOL vmlinux 0xda6b18f4 simple_write_begin +EXPORT_SYMBOL vmlinux 0xda764bbe of_find_device_by_node +EXPORT_SYMBOL vmlinux 0xda8708d1 cdev_set_parent +EXPORT_SYMBOL vmlinux 0xda8c834f pm8606_osc_disable +EXPORT_SYMBOL vmlinux 0xdab55837 put_cmsg +EXPORT_SYMBOL vmlinux 0xdac4913a bitmap_allocate_region +EXPORT_SYMBOL vmlinux 0xdaca820e dynamic_preempt_schedule +EXPORT_SYMBOL vmlinux 0xdad1fc3f zstd_flush_stream +EXPORT_SYMBOL vmlinux 0xdaf2dada skb_flow_dissect_meta +EXPORT_SYMBOL vmlinux 0xdafed9ba tcp_getsockopt +EXPORT_SYMBOL vmlinux 0xdb050d58 udp_ioctl +EXPORT_SYMBOL vmlinux 0xdb43196e tcp_peek_len +EXPORT_SYMBOL vmlinux 0xdb4d1ccd netdev_lower_get_next_private_rcu +EXPORT_SYMBOL vmlinux 0xdb67e292 dm_mq_kick_requeue_list +EXPORT_SYMBOL vmlinux 0xdb68bbad rfkill_destroy +EXPORT_SYMBOL vmlinux 0xdb732ffd ptp_find_pin_unlocked +EXPORT_SYMBOL vmlinux 0xdb760f52 __kfifo_free +EXPORT_SYMBOL vmlinux 0xdb82bb23 rproc_add_carveout +EXPORT_SYMBOL vmlinux 0xdb8bcee3 pagevec_lookup_range_tag +EXPORT_SYMBOL vmlinux 0xdb8f22f8 dst_alloc +EXPORT_SYMBOL vmlinux 0xdb8fa68e ptp_schedule_worker +EXPORT_SYMBOL vmlinux 0xdb92d873 tty_unthrottle +EXPORT_SYMBOL vmlinux 0xdb9ff451 dquot_quota_on_mount +EXPORT_SYMBOL vmlinux 0xdbbdfdac read_cache_page +EXPORT_SYMBOL vmlinux 0xdbc43e6a qdisc_get_rtab +EXPORT_SYMBOL vmlinux 0xdbc9309e init_net +EXPORT_SYMBOL vmlinux 0xdbcc3436 jbd2_fc_end_commit +EXPORT_SYMBOL vmlinux 0xdbcf041a acpi_install_address_space_handler +EXPORT_SYMBOL vmlinux 0xdbdf6c92 ioport_resource +EXPORT_SYMBOL vmlinux 0xdbe51e4e scsi_host_get +EXPORT_SYMBOL vmlinux 0xdbed0371 jbd2_journal_get_undo_access +EXPORT_SYMBOL vmlinux 0xdbfb906e tcf_em_register +EXPORT_SYMBOL vmlinux 0xdc0d445c zpool_register_driver +EXPORT_SYMBOL vmlinux 0xdc0e4855 timer_delete +EXPORT_SYMBOL vmlinux 0xdc0fcb39 setattr_should_drop_suidgid +EXPORT_SYMBOL vmlinux 0xdc14eda7 pci_pci_problems +EXPORT_SYMBOL vmlinux 0xdc27be5d configfs_unregister_group +EXPORT_SYMBOL vmlinux 0xdc34158f fman_port_init +EXPORT_SYMBOL vmlinux 0xdc360a3c blk_mq_rq_cpu +EXPORT_SYMBOL vmlinux 0xdc3fcbc9 __sw_hweight8 +EXPORT_SYMBOL vmlinux 0xdc42db3e inet_frag_rbtree_purge +EXPORT_SYMBOL vmlinux 0xdc49c198 reciprocal_value_adv +EXPORT_SYMBOL vmlinux 0xdc4cd586 simple_dir_inode_operations +EXPORT_SYMBOL vmlinux 0xdc512134 backlight_register_notifier +EXPORT_SYMBOL vmlinux 0xdc5e7b47 fs_param_is_blob +EXPORT_SYMBOL vmlinux 0xdca8c3d4 logic_outb +EXPORT_SYMBOL vmlinux 0xdcab7db4 device_get_ethdev_address +EXPORT_SYMBOL vmlinux 0xdcb37c8c get_fs_type +EXPORT_SYMBOL vmlinux 0xdcb764ad memset +EXPORT_SYMBOL vmlinux 0xdcbba644 tc_setup_cb_replace +EXPORT_SYMBOL vmlinux 0xdcbeba1d sg_copy_from_buffer +EXPORT_SYMBOL vmlinux 0xdcc4a04a blkdev_get_by_path +EXPORT_SYMBOL vmlinux 0xdcd20739 generic_set_encrypted_ci_d_ops +EXPORT_SYMBOL vmlinux 0xdcd3b62f __xfrm_policy_check +EXPORT_SYMBOL vmlinux 0xdcdc0040 slhc_compress +EXPORT_SYMBOL vmlinux 0xdce5fbcf __scsi_iterate_devices +EXPORT_SYMBOL vmlinux 0xdcf14cbc max8998_read_reg +EXPORT_SYMBOL vmlinux 0xdd00447a acpi_resource_to_address64 +EXPORT_SYMBOL vmlinux 0xdd042fc1 inet6_unregister_protosw +EXPORT_SYMBOL vmlinux 0xdd0ecd0f __dquot_alloc_space +EXPORT_SYMBOL vmlinux 0xdd110569 tcp_connect +EXPORT_SYMBOL vmlinux 0xdd1341d1 request_partial_firmware_into_buf +EXPORT_SYMBOL vmlinux 0xdd18a993 acpi_check_dsm +EXPORT_SYMBOL vmlinux 0xdd2c169b mb_cache_create +EXPORT_SYMBOL vmlinux 0xdd358b13 pci_unmap_rom +EXPORT_SYMBOL vmlinux 0xdd4d55b6 _raw_read_unlock +EXPORT_SYMBOL vmlinux 0xdd60781d fman_set_port_params +EXPORT_SYMBOL vmlinux 0xdd64e639 strscpy +EXPORT_SYMBOL vmlinux 0xdd7021b9 tcf_get_next_proto +EXPORT_SYMBOL vmlinux 0xdd732e1a skb_orphan_partial +EXPORT_SYMBOL vmlinux 0xdd74fab6 ptp_clock_index +EXPORT_SYMBOL vmlinux 0xdd77475b cdrom_open +EXPORT_SYMBOL vmlinux 0xdd7e3192 qcom_scm_pas_auth_and_reset +EXPORT_SYMBOL vmlinux 0xdd8166a1 dma_fence_free +EXPORT_SYMBOL vmlinux 0xdd849d51 scsi_get_sense_info_fld +EXPORT_SYMBOL vmlinux 0xdd84e206 security_unix_may_send +EXPORT_SYMBOL vmlinux 0xdd896659 iget5_locked +EXPORT_SYMBOL vmlinux 0xdd97569c pci_bus_claim_resources +EXPORT_SYMBOL vmlinux 0xdda2407d neigh_seq_next +EXPORT_SYMBOL vmlinux 0xddaae805 vm_insert_page +EXPORT_SYMBOL vmlinux 0xddad7952 acpi_dbg_level +EXPORT_SYMBOL vmlinux 0xddbe74f3 clk_bulk_get +EXPORT_SYMBOL vmlinux 0xddbff7e0 d_alloc_anon +EXPORT_SYMBOL vmlinux 0xddc17471 device_match_acpi_dev +EXPORT_SYMBOL vmlinux 0xddcc30aa generic_update_time +EXPORT_SYMBOL vmlinux 0xdde66b07 __sync_dirty_buffer +EXPORT_SYMBOL vmlinux 0xddf6ad7a completion_done +EXPORT_SYMBOL vmlinux 0xddfdb8ac tcp_md5_needed +EXPORT_SYMBOL vmlinux 0xde09bddf wait_for_key_construction +EXPORT_SYMBOL vmlinux 0xde0c1c59 kmem_cache_destroy +EXPORT_SYMBOL vmlinux 0xde13a339 sock_no_ioctl +EXPORT_SYMBOL vmlinux 0xde20c45b vlan_vid_add +EXPORT_SYMBOL vmlinux 0xde251602 fscrypt_fname_disk_to_usr +EXPORT_SYMBOL vmlinux 0xde293f9e add_wait_queue_exclusive +EXPORT_SYMBOL vmlinux 0xde33ffab sock_set_reuseport +EXPORT_SYMBOL vmlinux 0xde3460db fwnode_mdiobus_register_phy +EXPORT_SYMBOL vmlinux 0xde466f0d devfreq_resume_device +EXPORT_SYMBOL vmlinux 0xde5b9ca9 xfrm6_protocol_register +EXPORT_SYMBOL vmlinux 0xde67419e sg_split +EXPORT_SYMBOL vmlinux 0xde88c363 fs_param_is_path +EXPORT_SYMBOL vmlinux 0xde9add26 mii_ethtool_gset +EXPORT_SYMBOL vmlinux 0xdea122d4 secpath_set +EXPORT_SYMBOL vmlinux 0xdeba7e91 flow_rule_match_vlan +EXPORT_SYMBOL vmlinux 0xdec15098 fb_class +EXPORT_SYMBOL vmlinux 0xded39a6b gen_kill_estimator +EXPORT_SYMBOL vmlinux 0xdee9883b phy_modify_paged_changed +EXPORT_SYMBOL vmlinux 0xdeebbf59 vme_init_bridge +EXPORT_SYMBOL vmlinux 0xdef7c893 fb_match_mode +EXPORT_SYMBOL vmlinux 0xdf256037 kstrtou8_from_user +EXPORT_SYMBOL vmlinux 0xdf26ed91 unregister_md_personality +EXPORT_SYMBOL vmlinux 0xdf2c2742 rb_last +EXPORT_SYMBOL vmlinux 0xdf2ebb87 _raw_read_unlock_irqrestore +EXPORT_SYMBOL vmlinux 0xdf36914b xa_find_after +EXPORT_SYMBOL vmlinux 0xdf4318fd scsi_unblock_requests +EXPORT_SYMBOL vmlinux 0xdf521442 _find_next_zero_bit +EXPORT_SYMBOL vmlinux 0xdf54a8f7 netlink_unregister_notifier +EXPORT_SYMBOL vmlinux 0xdf5cb7d0 pci_fixup_device +EXPORT_SYMBOL vmlinux 0xdf6b082f proc_dointvec_jiffies +EXPORT_SYMBOL vmlinux 0xdf7bfa8c tegra_dfll_resume +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 0xdfad209d tcp_openreq_init_rwin +EXPORT_SYMBOL vmlinux 0xdfaf7d97 ip_options_rcv_srr +EXPORT_SYMBOL vmlinux 0xdfc12ef1 zstd_decompress_stream +EXPORT_SYMBOL vmlinux 0xdfca70d7 pm860x_reg_write +EXPORT_SYMBOL vmlinux 0xdfcc992c current_work +EXPORT_SYMBOL vmlinux 0xdfd8110c flow_block_cb_is_busy +EXPORT_SYMBOL vmlinux 0xdfe509be lookup_positive_unlocked +EXPORT_SYMBOL vmlinux 0xdfed46ee vme_slave_request +EXPORT_SYMBOL vmlinux 0xdfeeb503 d_alloc +EXPORT_SYMBOL vmlinux 0xdff905e5 vme_slave_free +EXPORT_SYMBOL vmlinux 0xdffc80fc vesa_modes +EXPORT_SYMBOL vmlinux 0xe00233a4 devfreq_recommended_opp +EXPORT_SYMBOL vmlinux 0xe008b76c xfrm_dev_policy_flush +EXPORT_SYMBOL vmlinux 0xe02aab1a of_mdio_find_bus +EXPORT_SYMBOL vmlinux 0xe02c9c92 __xa_erase +EXPORT_SYMBOL vmlinux 0xe03a689d dma_fence_array_ops +EXPORT_SYMBOL vmlinux 0xe0419ac4 kstrtos16 +EXPORT_SYMBOL vmlinux 0xe056bbe5 bio_alloc_bioset +EXPORT_SYMBOL vmlinux 0xe076cd16 tty_register_driver +EXPORT_SYMBOL vmlinux 0xe07c8d65 mdio_driver_register +EXPORT_SYMBOL vmlinux 0xe07e5f44 acpi_reconfig_notifier_unregister +EXPORT_SYMBOL vmlinux 0xe080e8f0 set_current_groups +EXPORT_SYMBOL vmlinux 0xe082e88d acpi_check_address_range +EXPORT_SYMBOL vmlinux 0xe091c977 list_sort +EXPORT_SYMBOL vmlinux 0xe0a258d4 make_kuid +EXPORT_SYMBOL vmlinux 0xe0b0273e mr_mfc_seq_idx +EXPORT_SYMBOL vmlinux 0xe0b13336 argv_free +EXPORT_SYMBOL vmlinux 0xe0b9065b security_xfrm_policy_alloc +EXPORT_SYMBOL vmlinux 0xe0bb9509 __hw_addr_unsync_dev +EXPORT_SYMBOL vmlinux 0xe0bef318 icst_hz_to_vco +EXPORT_SYMBOL vmlinux 0xe0c50be3 bio_chain +EXPORT_SYMBOL vmlinux 0xe0d88f1e netif_set_real_num_rx_queues +EXPORT_SYMBOL vmlinux 0xe0da85ca tty_port_hangup +EXPORT_SYMBOL vmlinux 0xe0e10d2b d_alloc_parallel +EXPORT_SYMBOL vmlinux 0xe10b214f nexthop_res_grp_activity_update +EXPORT_SYMBOL vmlinux 0xe113bbbc csum_partial +EXPORT_SYMBOL vmlinux 0xe11a1889 __folio_alloc +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 0xe1387bd8 elevator_alloc +EXPORT_SYMBOL vmlinux 0xe138fb8c percpu_counter_add_batch +EXPORT_SYMBOL vmlinux 0xe13cd8a7 dmi_name_in_vendors +EXPORT_SYMBOL vmlinux 0xe13ebae4 sk_alloc +EXPORT_SYMBOL vmlinux 0xe1478818 pci_irq_get_affinity +EXPORT_SYMBOL vmlinux 0xe14d6acc dma_map_page_attrs +EXPORT_SYMBOL vmlinux 0xe179efcc __put_devmap_managed_page_refs +EXPORT_SYMBOL vmlinux 0xe193aba3 dquot_file_open +EXPORT_SYMBOL vmlinux 0xe19e6ea7 regset_get +EXPORT_SYMBOL vmlinux 0xe1c6306e sock_common_recvmsg +EXPORT_SYMBOL vmlinux 0xe1d228a1 from_kgid +EXPORT_SYMBOL vmlinux 0xe1dcf64a audit_log_format +EXPORT_SYMBOL vmlinux 0xe1f04ffc tty_port_block_til_ready +EXPORT_SYMBOL vmlinux 0xe1f89867 gnet_stats_copy_queue +EXPORT_SYMBOL vmlinux 0xe20b5136 __devm_release_region +EXPORT_SYMBOL vmlinux 0xe21f18ac __genradix_iter_peek +EXPORT_SYMBOL vmlinux 0xe25c84e2 phy_trigger_machine +EXPORT_SYMBOL vmlinux 0xe25f775e get_ipc_ns_exported +EXPORT_SYMBOL vmlinux 0xe26ad26f netdev_set_tc_queue +EXPORT_SYMBOL vmlinux 0xe273d75d alloc_cpu_rmap +EXPORT_SYMBOL vmlinux 0xe28beccb jbd2_journal_begin_ordered_truncate +EXPORT_SYMBOL vmlinux 0xe28dc898 serio_bus +EXPORT_SYMBOL vmlinux 0xe292677f reuseport_has_conns_set +EXPORT_SYMBOL vmlinux 0xe2964344 __wake_up +EXPORT_SYMBOL vmlinux 0xe2b48d12 tcp_make_synack +EXPORT_SYMBOL vmlinux 0xe2bcc657 of_translate_address +EXPORT_SYMBOL vmlinux 0xe2d5255a strcmp +EXPORT_SYMBOL vmlinux 0xe2e7bace simple_dir_operations +EXPORT_SYMBOL vmlinux 0xe2ff35df single_open +EXPORT_SYMBOL vmlinux 0xe30a0712 dma_unmap_page_attrs +EXPORT_SYMBOL vmlinux 0xe31083b1 pci_disable_device +EXPORT_SYMBOL vmlinux 0xe3175764 napi_disable +EXPORT_SYMBOL vmlinux 0xe32ab4d8 xxh64_digest +EXPORT_SYMBOL vmlinux 0xe33e023a alloc_fddidev +EXPORT_SYMBOL vmlinux 0xe3505fd2 generic_fill_statx_attr +EXPORT_SYMBOL vmlinux 0xe36f8513 dev_mc_init +EXPORT_SYMBOL vmlinux 0xe376938a __check_sticky +EXPORT_SYMBOL vmlinux 0xe37ba58a elv_bio_merge_ok +EXPORT_SYMBOL vmlinux 0xe37f5cf7 of_get_cpu_state_node +EXPORT_SYMBOL vmlinux 0xe3970178 vme_lm_request +EXPORT_SYMBOL vmlinux 0xe39b2ea5 sha256 +EXPORT_SYMBOL vmlinux 0xe3abc082 textsearch_find_continuous +EXPORT_SYMBOL vmlinux 0xe3ad3046 __sg_page_iter_dma_next +EXPORT_SYMBOL vmlinux 0xe3b3b4f3 nd_pfn_validate +EXPORT_SYMBOL vmlinux 0xe3d8f456 audit_log_start +EXPORT_SYMBOL vmlinux 0xe3d9b78a netdev_offload_xstats_disable +EXPORT_SYMBOL vmlinux 0xe3ec2f2b alloc_chrdev_region +EXPORT_SYMBOL vmlinux 0xe3f666aa mmc_set_data_timeout +EXPORT_SYMBOL vmlinux 0xe3fe1c52 input_set_max_poll_interval +EXPORT_SYMBOL vmlinux 0xe3feba56 tasklet_unlock_spin_wait +EXPORT_SYMBOL vmlinux 0xe3ff2c41 get_random_u64 +EXPORT_SYMBOL vmlinux 0xe4012933 kmem_cache_create_usercopy +EXPORT_SYMBOL vmlinux 0xe4032b27 devm_rproc_add +EXPORT_SYMBOL vmlinux 0xe407d241 ppp_input_error +EXPORT_SYMBOL vmlinux 0xe40976c0 pnp_range_reserved +EXPORT_SYMBOL vmlinux 0xe409f0ea fib6_info_hw_flags_set +EXPORT_SYMBOL vmlinux 0xe40c37ea down_write_trylock +EXPORT_SYMBOL vmlinux 0xe41cb470 inode_nohighmem +EXPORT_SYMBOL vmlinux 0xe4329092 __ctzdi2 +EXPORT_SYMBOL vmlinux 0xe4356250 generic_writepages +EXPORT_SYMBOL vmlinux 0xe43cb1e9 netdev_rx_csum_fault +EXPORT_SYMBOL vmlinux 0xe46021ca _raw_spin_unlock_bh +EXPORT_SYMBOL vmlinux 0xe460ea25 inode_io_list_del +EXPORT_SYMBOL vmlinux 0xe4638b89 inet_put_port +EXPORT_SYMBOL vmlinux 0xe4657608 posix_acl_valid +EXPORT_SYMBOL vmlinux 0xe465b3ed mmc_retune_timer_stop +EXPORT_SYMBOL vmlinux 0xe465f873 folio_add_lru +EXPORT_SYMBOL vmlinux 0xe46f8e30 pci_alloc_irq_vectors_affinity +EXPORT_SYMBOL vmlinux 0xe4a29aa3 tcf_idr_search +EXPORT_SYMBOL vmlinux 0xe4a4db9c scsi_device_quiesce +EXPORT_SYMBOL vmlinux 0xe4bbc1dd kimage_voffset +EXPORT_SYMBOL vmlinux 0xe4bc2c2f hdmi_drm_infoframe_pack +EXPORT_SYMBOL vmlinux 0xe4dafbad netif_receive_skb_core +EXPORT_SYMBOL vmlinux 0xe4f9c31c netdev_upper_dev_unlink +EXPORT_SYMBOL vmlinux 0xe523ad75 synchronize_irq +EXPORT_SYMBOL vmlinux 0xe5591327 pci_read_vpd +EXPORT_SYMBOL vmlinux 0xe565cc23 seg6_hmac_info_add +EXPORT_SYMBOL vmlinux 0xe56ceee9 ipv6_dev_get_saddr +EXPORT_SYMBOL vmlinux 0xe575a279 __netlink_dump_start +EXPORT_SYMBOL vmlinux 0xe57feefb qcom_scm_ocmem_unlock +EXPORT_SYMBOL vmlinux 0xe58090ca security_ib_endport_manage_subnet +EXPORT_SYMBOL vmlinux 0xe58a273b wake_up_process +EXPORT_SYMBOL vmlinux 0xe58fb5e6 config_group_init_type_name +EXPORT_SYMBOL vmlinux 0xe590dea3 sk_busy_loop_end +EXPORT_SYMBOL vmlinux 0xe592949f max8925_set_bits +EXPORT_SYMBOL vmlinux 0xe5a49238 vme_register_driver +EXPORT_SYMBOL vmlinux 0xe5a91824 key_instantiate_and_link +EXPORT_SYMBOL vmlinux 0xe5aa1da0 input_mt_destroy_slots +EXPORT_SYMBOL vmlinux 0xe5ae1a7d acpi_device_hid +EXPORT_SYMBOL vmlinux 0xe5b967ab blk_queue_dma_alignment +EXPORT_SYMBOL vmlinux 0xe5c60bd2 percpu_counter_set +EXPORT_SYMBOL vmlinux 0xe5c78a99 do_blank_screen +EXPORT_SYMBOL vmlinux 0xe5d3d5c6 phy_ethtool_set_link_ksettings +EXPORT_SYMBOL vmlinux 0xe5d788ae reuseport_attach_prog +EXPORT_SYMBOL vmlinux 0xe5d9d5b0 __generic_file_fsync +EXPORT_SYMBOL vmlinux 0xe5fbf286 netdev_state_change +EXPORT_SYMBOL vmlinux 0xe61b1b70 _dev_err +EXPORT_SYMBOL vmlinux 0xe61caedf dcb_ieee_getapp_dscp_prio_mask_map +EXPORT_SYMBOL vmlinux 0xe63ebb3e folio_migrate_mapping +EXPORT_SYMBOL vmlinux 0xe6550092 utf8_casefold +EXPORT_SYMBOL vmlinux 0xe655060b of_graph_get_remote_port +EXPORT_SYMBOL vmlinux 0xe663a57e bio_init_clone +EXPORT_SYMBOL vmlinux 0xe66762e8 scsi_vpd_tpg_id +EXPORT_SYMBOL vmlinux 0xe66ba9a3 dma_fence_chain_init +EXPORT_SYMBOL vmlinux 0xe68efe41 _raw_write_lock +EXPORT_SYMBOL vmlinux 0xe69ab7c2 inet_bind +EXPORT_SYMBOL vmlinux 0xe6a7ea8f pci_clear_mwi +EXPORT_SYMBOL vmlinux 0xe6bb0dfa t10_pi_type3_crc +EXPORT_SYMBOL vmlinux 0xe6d2458e do_trace_netlink_extack +EXPORT_SYMBOL vmlinux 0xe6d82df4 flow_rule_match_pppoe +EXPORT_SYMBOL vmlinux 0xe6dc571e get_user_pages_unlocked +EXPORT_SYMBOL vmlinux 0xe6f46511 uart_register_driver +EXPORT_SYMBOL vmlinux 0xe6fa06a2 rename_lock +EXPORT_SYMBOL vmlinux 0xe70013d4 folio_wait_bit +EXPORT_SYMBOL vmlinux 0xe71168ca tc_setup_cb_reoffload +EXPORT_SYMBOL vmlinux 0xe7257ab8 xa_store_range +EXPORT_SYMBOL vmlinux 0xe728d3d4 locks_remove_posix +EXPORT_SYMBOL vmlinux 0xe735589c input_alloc_absinfo +EXPORT_SYMBOL vmlinux 0xe73bf7da vlan_dev_vlan_id +EXPORT_SYMBOL vmlinux 0xe756853c of_graph_get_endpoint_count +EXPORT_SYMBOL vmlinux 0xe759e87c pci_read_vpd_any +EXPORT_SYMBOL vmlinux 0xe759ee52 iw_handler_set_spy +EXPORT_SYMBOL vmlinux 0xe76f0ddc flow_rule_alloc +EXPORT_SYMBOL vmlinux 0xe7765d47 nd_dax_probe +EXPORT_SYMBOL vmlinux 0xe785dd99 con_is_visible +EXPORT_SYMBOL vmlinux 0xe7961c04 unregister_netdevice_notifier_net +EXPORT_SYMBOL vmlinux 0xe79b3687 ndo_dflt_fdb_add +EXPORT_SYMBOL vmlinux 0xe7a02573 ida_alloc_range +EXPORT_SYMBOL vmlinux 0xe7a8fe57 skb_abort_seq_read +EXPORT_SYMBOL vmlinux 0xe7ab1ecc _raw_write_unlock_bh +EXPORT_SYMBOL vmlinux 0xe7b0353b __cpu_active_mask +EXPORT_SYMBOL vmlinux 0xe7d4daac seq_list_next +EXPORT_SYMBOL vmlinux 0xe7e5f5b6 pci_remove_bus +EXPORT_SYMBOL vmlinux 0xe7e649e2 pm860x_page_bulk_read +EXPORT_SYMBOL vmlinux 0xe7f15fae sock_no_connect +EXPORT_SYMBOL vmlinux 0xe7f2356e pci_clear_master +EXPORT_SYMBOL vmlinux 0xe7f4acfa lookup_one_len +EXPORT_SYMBOL vmlinux 0xe7fb4da6 param_get_string +EXPORT_SYMBOL vmlinux 0xe801bf79 prepare_creds +EXPORT_SYMBOL vmlinux 0xe816048f tty_termios_copy_hw +EXPORT_SYMBOL vmlinux 0xe83df771 buffer_check_dirty_writeback +EXPORT_SYMBOL vmlinux 0xe843f4c7 generic_file_fsync +EXPORT_SYMBOL vmlinux 0xe847ef8b kmem_cache_shrink +EXPORT_SYMBOL vmlinux 0xe854de42 neigh_table_init +EXPORT_SYMBOL vmlinux 0xe85d5f12 rdmacg_uncharge +EXPORT_SYMBOL vmlinux 0xe85f2123 acpi_tb_unload_table +EXPORT_SYMBOL vmlinux 0xe8629358 security_inet_conn_established +EXPORT_SYMBOL vmlinux 0xe8701938 peernet2id +EXPORT_SYMBOL vmlinux 0xe87c1029 wireless_spy_update +EXPORT_SYMBOL vmlinux 0xe88965c9 tcf_classify +EXPORT_SYMBOL vmlinux 0xe889e674 devm_ioport_map +EXPORT_SYMBOL vmlinux 0xe88e604c of_graph_get_endpoint_by_regs +EXPORT_SYMBOL vmlinux 0xe899e0a9 show_init_ipc_ns +EXPORT_SYMBOL vmlinux 0xe8a1d966 genl_unregister_family +EXPORT_SYMBOL vmlinux 0xe8b5c3c3 __tracepoint_module_get +EXPORT_SYMBOL vmlinux 0xe8b95508 blk_mq_start_stopped_hw_queues +EXPORT_SYMBOL vmlinux 0xe8d285b2 nla_policy_len +EXPORT_SYMBOL vmlinux 0xe8d2d4a3 phy_set_asym_pause +EXPORT_SYMBOL vmlinux 0xe8e0a9fe page_pool_alloc_frag +EXPORT_SYMBOL vmlinux 0xe8f65e0b blk_queue_io_min +EXPORT_SYMBOL vmlinux 0xe8fbf4fa __alloc_bucket_spinlocks +EXPORT_SYMBOL vmlinux 0xe90253f0 xudma_rflow_get +EXPORT_SYMBOL vmlinux 0xe903adff console_start +EXPORT_SYMBOL vmlinux 0xe909997a bitmap_print_list_to_buf +EXPORT_SYMBOL vmlinux 0xe91076ee d_drop +EXPORT_SYMBOL vmlinux 0xe91490cd kmalloc_node_trace +EXPORT_SYMBOL vmlinux 0xe914e41e strcpy +EXPORT_SYMBOL vmlinux 0xe915ce41 skb_eth_gso_segment +EXPORT_SYMBOL vmlinux 0xe94ce266 pci_scan_slot +EXPORT_SYMBOL vmlinux 0xe953b21f get_next_ino +EXPORT_SYMBOL vmlinux 0xe98cc7e5 phy_error +EXPORT_SYMBOL vmlinux 0xe9930b8c filemap_fault +EXPORT_SYMBOL vmlinux 0xe996f2c6 vfs_link +EXPORT_SYMBOL vmlinux 0xe9a66472 padata_alloc_shell +EXPORT_SYMBOL vmlinux 0xe9af7397 __xa_set_mark +EXPORT_SYMBOL vmlinux 0xe9cd7883 dmaenginem_async_device_register +EXPORT_SYMBOL vmlinux 0xe9da0eb9 ipv6_select_ident +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 0xe9fc63c0 simple_get_link +EXPORT_SYMBOL vmlinux 0xe9ffc063 down_trylock +EXPORT_SYMBOL vmlinux 0xea1c3e3a arm_smccc_1_2_hvc +EXPORT_SYMBOL vmlinux 0xea21a92a iov_iter_revert +EXPORT_SYMBOL vmlinux 0xea288860 dquot_operations +EXPORT_SYMBOL vmlinux 0xea3c8e4e scsilun_to_int +EXPORT_SYMBOL vmlinux 0xea4f8513 block_read_full_folio +EXPORT_SYMBOL vmlinux 0xea58b49f bdi_alloc +EXPORT_SYMBOL vmlinux 0xea5e3719 skb_flow_dissect_hash +EXPORT_SYMBOL vmlinux 0xea64984b fs_param_is_u64 +EXPORT_SYMBOL vmlinux 0xea6b2753 set_cached_acl +EXPORT_SYMBOL vmlinux 0xea6f9a36 zlib_deflate_dfltcc_enabled +EXPORT_SYMBOL vmlinux 0xea79d4cb xfrm_register_km +EXPORT_SYMBOL vmlinux 0xea8849f6 unix_get_socket +EXPORT_SYMBOL vmlinux 0xeab6f4c4 acpi_check_resource_conflict +EXPORT_SYMBOL vmlinux 0xeabfc16d __brelse +EXPORT_SYMBOL vmlinux 0xead82f25 __mmap_lock_do_trace_start_locking +EXPORT_SYMBOL vmlinux 0xead8c400 bman_get_bpid +EXPORT_SYMBOL vmlinux 0xeae3dfd6 __const_udelay +EXPORT_SYMBOL vmlinux 0xeae5e5ab rw_verify_area +EXPORT_SYMBOL vmlinux 0xeae94985 blk_mq_start_hw_queues +EXPORT_SYMBOL vmlinux 0xeaea4846 noop_fsync +EXPORT_SYMBOL vmlinux 0xeafc03d8 vm_iomap_memory +EXPORT_SYMBOL vmlinux 0xeafc141f __posix_acl_chmod +EXPORT_SYMBOL vmlinux 0xeb011093 softnet_data +EXPORT_SYMBOL vmlinux 0xeb05cd5a con_is_bound +EXPORT_SYMBOL vmlinux 0xeb078aee _raw_write_unlock_irqrestore +EXPORT_SYMBOL vmlinux 0xeb0833a9 con_copy_unimap +EXPORT_SYMBOL vmlinux 0xeb0b78d0 pci_save_state +EXPORT_SYMBOL vmlinux 0xeb1dd1d0 vm_mmap +EXPORT_SYMBOL vmlinux 0xeb233a45 __kmalloc +EXPORT_SYMBOL vmlinux 0xeb37101c audit_log_end +EXPORT_SYMBOL vmlinux 0xeb3b1422 scsi_device_lookup +EXPORT_SYMBOL vmlinux 0xeb42faa4 scsi_done +EXPORT_SYMBOL vmlinux 0xeb44339a free_pages_exact +EXPORT_SYMBOL vmlinux 0xeb582384 md_bitmap_unplug +EXPORT_SYMBOL vmlinux 0xeb5ed29c mmc_erase_group_aligned +EXPORT_SYMBOL vmlinux 0xeb60c2a8 phy_ethtool_get_sset_count +EXPORT_SYMBOL vmlinux 0xeb7329a2 qcom_scm_set_warm_boot_addr +EXPORT_SYMBOL vmlinux 0xeb7f6046 acpi_get_devices +EXPORT_SYMBOL vmlinux 0xeb8da18b eth_header_parse +EXPORT_SYMBOL vmlinux 0xeb9ab7aa tcp_mss_to_mtu +EXPORT_SYMBOL vmlinux 0xeb9eef52 match_uint +EXPORT_SYMBOL vmlinux 0xebac45a9 block_page_mkwrite +EXPORT_SYMBOL vmlinux 0xebb03419 param_get_dyndbg_classes +EXPORT_SYMBOL vmlinux 0xebb37783 phy_ethtool_get_stats +EXPORT_SYMBOL vmlinux 0xebce2052 md_bitmap_update_sb +EXPORT_SYMBOL vmlinux 0xebe2200d neigh_carrier_down +EXPORT_SYMBOL vmlinux 0xebe8b479 register_sysctl_mount_point +EXPORT_SYMBOL vmlinux 0xebe94eb8 tty_port_close +EXPORT_SYMBOL vmlinux 0xebfac484 dst_dev_put +EXPORT_SYMBOL vmlinux 0xec04f98e pcim_iounmap_regions +EXPORT_SYMBOL vmlinux 0xec08b45f fscrypt_encrypt_pagecache_blocks +EXPORT_SYMBOL vmlinux 0xec0a23d0 make_bad_inode +EXPORT_SYMBOL vmlinux 0xec112927 pci_stop_and_remove_bus_device +EXPORT_SYMBOL vmlinux 0xec1bd5e2 nlmsg_notify +EXPORT_SYMBOL vmlinux 0xec214fd0 twl6030_mmc_card_detect +EXPORT_SYMBOL vmlinux 0xec2b8a42 acpi_walk_namespace +EXPORT_SYMBOL vmlinux 0xec2e1c8f proc_doulongvec_minmax +EXPORT_SYMBOL vmlinux 0xec33c668 __SCK__tp_func_spi_transfer_start +EXPORT_SYMBOL vmlinux 0xec342c37 sock_dequeue_err_skb +EXPORT_SYMBOL vmlinux 0xec389ce5 devfreq_get_freq_range +EXPORT_SYMBOL vmlinux 0xec41716a qman_alloc_fqid_range +EXPORT_SYMBOL vmlinux 0xec4d9e3a clk_get_sys +EXPORT_SYMBOL vmlinux 0xec56849a __cpuhp_setup_state +EXPORT_SYMBOL vmlinux 0xec69568e __cpuhp_remove_state_cpuslocked +EXPORT_SYMBOL vmlinux 0xec6e9c44 __traceiter_mmap_lock_released +EXPORT_SYMBOL vmlinux 0xec9a45c0 phy_free_interrupt +EXPORT_SYMBOL vmlinux 0xeca957d1 __bitmap_and +EXPORT_SYMBOL vmlinux 0xecaaf896 vfs_rename +EXPORT_SYMBOL vmlinux 0xeccbe6d5 of_platform_device_create +EXPORT_SYMBOL vmlinux 0xeccdcee0 bd_abort_claiming +EXPORT_SYMBOL vmlinux 0xecdac0ac vga_remove_vgacon +EXPORT_SYMBOL vmlinux 0xece784c2 rb_first +EXPORT_SYMBOL vmlinux 0xecf4245b msm_pinctrl_dev_pm_ops +EXPORT_SYMBOL vmlinux 0xecfd68ef acpi_get_node +EXPORT_SYMBOL vmlinux 0xed00c4fb acpi_os_printf +EXPORT_SYMBOL vmlinux 0xed25a33e build_skb +EXPORT_SYMBOL vmlinux 0xed5162d0 generic_pipe_buf_get +EXPORT_SYMBOL vmlinux 0xed53e458 fscrypt_decrypt_pagecache_blocks +EXPORT_SYMBOL vmlinux 0xed55f929 acpi_os_unmap_generic_address +EXPORT_SYMBOL vmlinux 0xed656e30 udp_encap_disable +EXPORT_SYMBOL vmlinux 0xed683238 netdev_set_sb_channel +EXPORT_SYMBOL vmlinux 0xed77e0ff mmc_of_parse_voltage +EXPORT_SYMBOL vmlinux 0xed7c3c5b __napi_schedule +EXPORT_SYMBOL vmlinux 0xed8495a9 get_tree_keyed +EXPORT_SYMBOL vmlinux 0xed8a2d95 memset64 +EXPORT_SYMBOL vmlinux 0xedbaee5e nla_strcmp +EXPORT_SYMBOL vmlinux 0xedc03953 iounmap +EXPORT_SYMBOL vmlinux 0xedc82b10 device_add_disk +EXPORT_SYMBOL vmlinux 0xedcd108f import_single_range +EXPORT_SYMBOL vmlinux 0xedd17b31 sock_get_timeout +EXPORT_SYMBOL vmlinux 0xedd6178d eth_header_parse_protocol +EXPORT_SYMBOL vmlinux 0xeddc624a tcp_ioctl +EXPORT_SYMBOL vmlinux 0xede03997 xfrm_state_flush +EXPORT_SYMBOL vmlinux 0xedfd8431 twl6040_set_pll +EXPORT_SYMBOL vmlinux 0xee0118df aperture_remove_conflicting_devices +EXPORT_SYMBOL vmlinux 0xee1ccc06 neigh_ifdown +EXPORT_SYMBOL vmlinux 0xee2ac6fa mipi_dsi_dcs_exit_sleep_mode +EXPORT_SYMBOL vmlinux 0xee2d0fc7 _local_bh_enable +EXPORT_SYMBOL vmlinux 0xee2d492f rtc_add_groups +EXPORT_SYMBOL vmlinux 0xee3f08a1 bpf_prog_get_type_path +EXPORT_SYMBOL vmlinux 0xee47ae0e inet_release +EXPORT_SYMBOL vmlinux 0xee58e970 fb_add_videomode +EXPORT_SYMBOL vmlinux 0xee694c34 scsi_dma_unmap +EXPORT_SYMBOL vmlinux 0xee6f5686 dm_kcopyd_copy +EXPORT_SYMBOL vmlinux 0xee7b8bf6 pci_restore_state +EXPORT_SYMBOL vmlinux 0xee7d7deb gen_pool_dma_zalloc +EXPORT_SYMBOL vmlinux 0xee7eb9e1 pnp_platform_devices +EXPORT_SYMBOL vmlinux 0xee883b06 __vmalloc_array +EXPORT_SYMBOL vmlinux 0xee8c02e9 vprintk_emit +EXPORT_SYMBOL vmlinux 0xee8d74d6 jiffies64_to_nsecs +EXPORT_SYMBOL vmlinux 0xee91879b rb_first_postorder +EXPORT_SYMBOL vmlinux 0xeea9dbaf bitmap_bitremap +EXPORT_SYMBOL vmlinux 0xeeb64c70 zap_page_range +EXPORT_SYMBOL vmlinux 0xeedc11c9 nvdimm_namespace_capacity +EXPORT_SYMBOL vmlinux 0xeedfe6fd console_stop +EXPORT_SYMBOL vmlinux 0xeee75d91 ucc_fast_init +EXPORT_SYMBOL vmlinux 0xeef2a838 phy_set_max_speed +EXPORT_SYMBOL vmlinux 0xeefb73cc scsi_target_resume +EXPORT_SYMBOL vmlinux 0xef02894e flow_rule_match_icmp +EXPORT_SYMBOL vmlinux 0xef146a46 sock_set_keepalive +EXPORT_SYMBOL vmlinux 0xef1ec77c blk_mq_end_request +EXPORT_SYMBOL vmlinux 0xef219ce5 mmc_wait_for_cmd +EXPORT_SYMBOL vmlinux 0xef273290 __ClearPageMovable +EXPORT_SYMBOL vmlinux 0xef395fbb filemap_invalidate_unlock_two +EXPORT_SYMBOL vmlinux 0xef49b622 dev_printk_emit +EXPORT_SYMBOL vmlinux 0xef5d54a7 vme_irq_generate +EXPORT_SYMBOL vmlinux 0xef648881 sync_inode_metadata +EXPORT_SYMBOL vmlinux 0xef6555cf reuseport_detach_prog +EXPORT_SYMBOL vmlinux 0xef7fee90 ipv6_find_hdr +EXPORT_SYMBOL vmlinux 0xef80dd89 clear_page_dirty_for_io +EXPORT_SYMBOL vmlinux 0xef85fddc xfrm_lookup_route +EXPORT_SYMBOL vmlinux 0xef8ac53d qcom_scm_restore_sec_cfg +EXPORT_SYMBOL vmlinux 0xef9abf32 bio_split +EXPORT_SYMBOL vmlinux 0xefaf2e4f tcf_queue_work +EXPORT_SYMBOL vmlinux 0xefbc30cb __skb_warn_lro_forwarding +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 0xf0009fee put_pages_list +EXPORT_SYMBOL vmlinux 0xf01852f0 skb_vlan_untag +EXPORT_SYMBOL vmlinux 0xf0266ee8 register_qdisc +EXPORT_SYMBOL vmlinux 0xf02aa937 wait_for_completion_interruptible_timeout +EXPORT_SYMBOL vmlinux 0xf0330cf0 netdev_upper_dev_link +EXPORT_SYMBOL vmlinux 0xf0481c94 netdev_get_xmit_slave +EXPORT_SYMBOL vmlinux 0xf06c2b75 clean_bdev_aliases +EXPORT_SYMBOL vmlinux 0xf07b07f6 sg_free_append_table +EXPORT_SYMBOL vmlinux 0xf0897b5b serio_close +EXPORT_SYMBOL vmlinux 0xf08c13ac __sock_cmsg_send +EXPORT_SYMBOL vmlinux 0xf0932a9c skb_add_rx_frag +EXPORT_SYMBOL vmlinux 0xf09b5d9a get_zeroed_page +EXPORT_SYMBOL vmlinux 0xf09e8684 deactivate_locked_super +EXPORT_SYMBOL vmlinux 0xf0aab10d kobject_del +EXPORT_SYMBOL vmlinux 0xf0b2419f cmd_db_read_aux_data +EXPORT_SYMBOL vmlinux 0xf0e703bb kfree_skb_list_reason +EXPORT_SYMBOL vmlinux 0xf102ba4e get_watch_queue +EXPORT_SYMBOL vmlinux 0xf108f25f mount_single +EXPORT_SYMBOL vmlinux 0xf11dd46e _page_poisoning_enabled_early +EXPORT_SYMBOL vmlinux 0xf1261bdf tty_do_resize +EXPORT_SYMBOL vmlinux 0xf12777ec mdiobus_write_nested +EXPORT_SYMBOL vmlinux 0xf1364e59 __sk_backlog_rcv +EXPORT_SYMBOL vmlinux 0xf141c8b9 dma_fence_array_create +EXPORT_SYMBOL vmlinux 0xf14fb73c elv_rb_find +EXPORT_SYMBOL vmlinux 0xf16a21fd pcie_set_readrq +EXPORT_SYMBOL vmlinux 0xf18300ad logic_inb +EXPORT_SYMBOL vmlinux 0xf195c682 fb_invert_cmaps +EXPORT_SYMBOL vmlinux 0xf1969a8e __usecs_to_jiffies +EXPORT_SYMBOL vmlinux 0xf1983e0a xfrm_state_unregister_afinfo +EXPORT_SYMBOL vmlinux 0xf19a176c skb_queue_head +EXPORT_SYMBOL vmlinux 0xf1a65f7b zstd_reset_dstream +EXPORT_SYMBOL vmlinux 0xf1bc14e1 scsi_device_get +EXPORT_SYMBOL vmlinux 0xf1db1704 nla_memcpy +EXPORT_SYMBOL vmlinux 0xf1dd096d netdev_next_lower_dev_rcu +EXPORT_SYMBOL vmlinux 0xf1de4345 scsi_eh_restore_cmnd +EXPORT_SYMBOL vmlinux 0xf1e046cc panic +EXPORT_SYMBOL vmlinux 0xf1e98c74 avenrun +EXPORT_SYMBOL vmlinux 0xf1f88a0e dm_kcopyd_prepare_callback +EXPORT_SYMBOL vmlinux 0xf2008b14 mark_info_dirty +EXPORT_SYMBOL vmlinux 0xf20cafd6 generic_file_open +EXPORT_SYMBOL vmlinux 0xf21071b2 empty_aops +EXPORT_SYMBOL vmlinux 0xf230bb4c of_get_property +EXPORT_SYMBOL vmlinux 0xf23fcb99 __kfifo_in +EXPORT_SYMBOL vmlinux 0xf24a52a8 bdev_check_media_change +EXPORT_SYMBOL vmlinux 0xf254c63b kthread_bind +EXPORT_SYMBOL vmlinux 0xf255629e put_fs_context +EXPORT_SYMBOL vmlinux 0xf2628676 zstd_compress_cctx +EXPORT_SYMBOL vmlinux 0xf2669a2c imx_scu_irq_register_notifier +EXPORT_SYMBOL vmlinux 0xf268a747 remove_proc_entry +EXPORT_SYMBOL vmlinux 0xf274ac3b pci_enable_device_io +EXPORT_SYMBOL vmlinux 0xf289a7f3 __hw_addr_ref_sync_dev +EXPORT_SYMBOL vmlinux 0xf28cf0ae __hw_addr_init +EXPORT_SYMBOL vmlinux 0xf29403e5 acpi_install_table_handler +EXPORT_SYMBOL vmlinux 0xf2a19f85 inet_csk_reset_keepalive_timer +EXPORT_SYMBOL vmlinux 0xf2a8efae dm_kcopyd_do_callback +EXPORT_SYMBOL vmlinux 0xf2b53573 rproc_coredump_add_custom_segment +EXPORT_SYMBOL vmlinux 0xf2bedc7a input_setup_polling +EXPORT_SYMBOL vmlinux 0xf2c0b2f4 security_tun_dev_attach +EXPORT_SYMBOL vmlinux 0xf2c43f3f zlib_deflate +EXPORT_SYMBOL vmlinux 0xf2ccef9a simple_transaction_read +EXPORT_SYMBOL vmlinux 0xf2d38734 mdiobb_write +EXPORT_SYMBOL vmlinux 0xf2e5bd87 security_free_mnt_opts +EXPORT_SYMBOL vmlinux 0xf2e668e3 misc_deregister +EXPORT_SYMBOL vmlinux 0xf2f53617 memregion_free +EXPORT_SYMBOL vmlinux 0xf2f59fb5 pin_user_pages_remote +EXPORT_SYMBOL vmlinux 0xf309bcb4 mipi_dsi_compression_mode +EXPORT_SYMBOL vmlinux 0xf3107926 sha224_update +EXPORT_SYMBOL vmlinux 0xf3147dac mipi_dsi_set_maximum_return_packet_size +EXPORT_SYMBOL vmlinux 0xf3192e3c ps2_handle_ack +EXPORT_SYMBOL vmlinux 0xf327ece0 blk_limits_io_min +EXPORT_SYMBOL vmlinux 0xf3411aff tcp_rtx_synack +EXPORT_SYMBOL vmlinux 0xf345e320 skb_checksum +EXPORT_SYMBOL vmlinux 0xf346231f seq_list_start_head +EXPORT_SYMBOL vmlinux 0xf34f1d56 drop_super +EXPORT_SYMBOL vmlinux 0xf3506b2c napi_gro_frags +EXPORT_SYMBOL vmlinux 0xf353a698 register_module_notifier +EXPORT_SYMBOL vmlinux 0xf35e727e kobject_get +EXPORT_SYMBOL vmlinux 0xf3605136 napi_complete_done +EXPORT_SYMBOL vmlinux 0xf3621fe2 mtree_alloc_rrange +EXPORT_SYMBOL vmlinux 0xf36f42a9 slhc_uncompress +EXPORT_SYMBOL vmlinux 0xf37b02b2 get_cached_acl_rcu +EXPORT_SYMBOL vmlinux 0xf37ecf12 pipe_lock +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 0xf3a31cb2 configfs_register_subsystem +EXPORT_SYMBOL vmlinux 0xf3a36a8d pcim_set_mwi +EXPORT_SYMBOL vmlinux 0xf3a57892 release_dentry_name_snapshot +EXPORT_SYMBOL vmlinux 0xf3ae5c42 phy_device_remove +EXPORT_SYMBOL vmlinux 0xf3c5cb8f blackhole_netdev +EXPORT_SYMBOL vmlinux 0xf3e0e1df allocate_resource +EXPORT_SYMBOL vmlinux 0xf3e6a1d6 jbd2_fc_begin_commit +EXPORT_SYMBOL vmlinux 0xf3f1fc35 km_new_mapping +EXPORT_SYMBOL vmlinux 0xf3f970c8 __alloc_skb +EXPORT_SYMBOL vmlinux 0xf3fe2708 xsk_tx_completed +EXPORT_SYMBOL vmlinux 0xf414f33d vfs_setpos +EXPORT_SYMBOL vmlinux 0xf428f10d irq_set_chip +EXPORT_SYMBOL vmlinux 0xf43d2caa acpi_remove_interface +EXPORT_SYMBOL vmlinux 0xf44a904a net_ns_barrier +EXPORT_SYMBOL vmlinux 0xf44e29e1 mipi_dsi_driver_register_full +EXPORT_SYMBOL vmlinux 0xf47457c5 netdev_lower_dev_get_private +EXPORT_SYMBOL vmlinux 0xf474c21c bitmap_print_to_pagebuf +EXPORT_SYMBOL vmlinux 0xf474fdcb kfree_const +EXPORT_SYMBOL vmlinux 0xf496101a ns_capable_noaudit +EXPORT_SYMBOL vmlinux 0xf49e17e9 __insert_inode_hash +EXPORT_SYMBOL vmlinux 0xf4a67acd rproc_get_by_child +EXPORT_SYMBOL vmlinux 0xf4a71dcb sock_no_accept +EXPORT_SYMBOL vmlinux 0xf4b5e3e2 xfrm_input_unregister_afinfo +EXPORT_SYMBOL vmlinux 0xf4b754fd acpi_resources_are_enforced +EXPORT_SYMBOL vmlinux 0xf4c1dd2e dev_uc_add_excl +EXPORT_SYMBOL vmlinux 0xf4c9fa95 pcim_iomap +EXPORT_SYMBOL vmlinux 0xf4caf937 xsk_get_pool_from_qid +EXPORT_SYMBOL vmlinux 0xf4d2d218 blk_mq_free_tag_set +EXPORT_SYMBOL vmlinux 0xf4db35bc stpcpy +EXPORT_SYMBOL vmlinux 0xf4e109fc unpin_user_page +EXPORT_SYMBOL vmlinux 0xf4e33a88 neigh_xmit +EXPORT_SYMBOL vmlinux 0xf4e8afe0 tcp_init_sock +EXPORT_SYMBOL vmlinux 0xf4e986ca devm_kvasprintf +EXPORT_SYMBOL vmlinux 0xf4f14de6 rtnl_trylock +EXPORT_SYMBOL vmlinux 0xf4f3b786 dev_uc_sync +EXPORT_SYMBOL vmlinux 0xf50cfdf0 splice_direct_to_actor +EXPORT_SYMBOL vmlinux 0xf53d4c26 qdisc_class_hash_destroy +EXPORT_SYMBOL vmlinux 0xf549d9cb ndo_dflt_fdb_dump +EXPORT_SYMBOL vmlinux 0xf54a9241 security_path_rename +EXPORT_SYMBOL vmlinux 0xf561ec67 mdiobus_is_registered_device +EXPORT_SYMBOL vmlinux 0xf572a8b6 input_set_abs_params +EXPORT_SYMBOL vmlinux 0xf58a235d configfs_register_default_group +EXPORT_SYMBOL vmlinux 0xf5a20ed2 __genradix_prealloc +EXPORT_SYMBOL vmlinux 0xf5a7ee2a of_get_next_cpu_node +EXPORT_SYMBOL vmlinux 0xf5aa01c6 __lock_buffer +EXPORT_SYMBOL vmlinux 0xf5ae11c3 is_nd_pfn +EXPORT_SYMBOL vmlinux 0xf5ba4a52 folio_wait_private_2 +EXPORT_SYMBOL vmlinux 0xf5bb81ab __do_once_sleepable_done +EXPORT_SYMBOL vmlinux 0xf5e7ea40 ktime_get_coarse_ts64 +EXPORT_SYMBOL vmlinux 0xf5ed1253 __devm_of_mdiobus_register +EXPORT_SYMBOL vmlinux 0xf5f552b8 seg6_hmac_net_exit +EXPORT_SYMBOL vmlinux 0xf60796bf skb_clone_sk +EXPORT_SYMBOL vmlinux 0xf60bc926 __i2c_smbus_xfer +EXPORT_SYMBOL vmlinux 0xf60c3358 param_set_ushort +EXPORT_SYMBOL vmlinux 0xf616346c ata_scsi_cmd_error_handler +EXPORT_SYMBOL vmlinux 0xf623e17f neigh_changeaddr +EXPORT_SYMBOL vmlinux 0xf62c39fe ucc_slow_graceful_stop_tx +EXPORT_SYMBOL vmlinux 0xf637f8d1 of_find_node_opts_by_path +EXPORT_SYMBOL vmlinux 0xf643d104 hsiphash_4u32 +EXPORT_SYMBOL vmlinux 0xf665f74f sock_load_diag_module +EXPORT_SYMBOL vmlinux 0xf68285c0 register_inetaddr_notifier +EXPORT_SYMBOL vmlinux 0xf6932ca6 vfs_iocb_iter_read +EXPORT_SYMBOL vmlinux 0xf6a99f61 migrate_vma_finalize +EXPORT_SYMBOL vmlinux 0xf6c3a2d8 pnp_device_detach +EXPORT_SYMBOL vmlinux 0xf6c4671f param_ops_bool +EXPORT_SYMBOL vmlinux 0xf6cee001 __nla_put_nohdr +EXPORT_SYMBOL vmlinux 0xf6d602eb elv_rb_latter_request +EXPORT_SYMBOL vmlinux 0xf6d8601d rproc_set_firmware +EXPORT_SYMBOL vmlinux 0xf6ebc03b net_ratelimit +EXPORT_SYMBOL vmlinux 0xf6f9d58d init_on_free +EXPORT_SYMBOL vmlinux 0xf6fc8791 __bitmap_xor +EXPORT_SYMBOL vmlinux 0xf705117c nf_ct_attach +EXPORT_SYMBOL vmlinux 0xf7074f05 inet6_getname +EXPORT_SYMBOL vmlinux 0xf708e4cd inet_rcv_saddr_equal +EXPORT_SYMBOL vmlinux 0xf7370f56 system_state +EXPORT_SYMBOL vmlinux 0xf738d1be register_blocking_lsm_notifier +EXPORT_SYMBOL vmlinux 0xf73992d9 mipi_dsi_dcs_nop +EXPORT_SYMBOL vmlinux 0xf73adbb8 i2c_del_driver +EXPORT_SYMBOL vmlinux 0xf75e13e1 phy_config_aneg +EXPORT_SYMBOL vmlinux 0xf76760fb phy_device_register +EXPORT_SYMBOL vmlinux 0xf76843b5 qcom_scm_pas_supported +EXPORT_SYMBOL vmlinux 0xf7721d93 ip_cmsg_recv_offset +EXPORT_SYMBOL vmlinux 0xf77555cd __memcpy_toio +EXPORT_SYMBOL vmlinux 0xf7852146 may_umount +EXPORT_SYMBOL vmlinux 0xf7a9eed2 vfs_get_fsid +EXPORT_SYMBOL vmlinux 0xf7d31de9 kstrtoul_from_user +EXPORT_SYMBOL vmlinux 0xf7d7866c phy_disconnect +EXPORT_SYMBOL vmlinux 0xf7da6e6f acpi_unload_table +EXPORT_SYMBOL vmlinux 0xf7df6d4e bio_add_pc_page +EXPORT_SYMBOL vmlinux 0xf7e1206d ps2_begin_command +EXPORT_SYMBOL vmlinux 0xf7e50764 sget +EXPORT_SYMBOL vmlinux 0xf7ea6311 qman_p_poll_dqrr +EXPORT_SYMBOL vmlinux 0xf7f05c17 fman_port_use_kg_hash +EXPORT_SYMBOL vmlinux 0xf8098ba2 netif_stacked_transfer_operstate +EXPORT_SYMBOL vmlinux 0xf809a240 simple_release_fs +EXPORT_SYMBOL vmlinux 0xf811e69d scsi_eh_flush_done_q +EXPORT_SYMBOL vmlinux 0xf812cff6 memscan +EXPORT_SYMBOL vmlinux 0xf82ec573 rb_prev +EXPORT_SYMBOL vmlinux 0xf84bd6ee bpf_stats_enabled_key +EXPORT_SYMBOL vmlinux 0xf851ef3b jbd2_journal_check_available_features +EXPORT_SYMBOL vmlinux 0xf85616ad vfs_path_lookup +EXPORT_SYMBOL vmlinux 0xf8721793 ns_capable +EXPORT_SYMBOL vmlinux 0xf879853e __d_lookup_unhash_wake +EXPORT_SYMBOL vmlinux 0xf87cf58a close_fd_get_file +EXPORT_SYMBOL vmlinux 0xf89e023e netlink_kernel_release +EXPORT_SYMBOL vmlinux 0xf8a0ab08 follow_down_one +EXPORT_SYMBOL vmlinux 0xf8a4dc68 pci_dev_driver +EXPORT_SYMBOL vmlinux 0xf8b53938 netdev_has_upper_dev_all_rcu +EXPORT_SYMBOL vmlinux 0xf8cf5dd0 bioset_exit +EXPORT_SYMBOL vmlinux 0xf8d07858 bitmap_from_arr32 +EXPORT_SYMBOL vmlinux 0xf8d2bc2c zstd_find_frame_compressed_size +EXPORT_SYMBOL vmlinux 0xf8ddea34 dcb_ieee_setapp +EXPORT_SYMBOL vmlinux 0xf8f61ebc wake_up_var +EXPORT_SYMBOL vmlinux 0xf9128e2f ethtool_rx_flow_rule_create +EXPORT_SYMBOL vmlinux 0xf91864dd eth_mac_addr +EXPORT_SYMBOL vmlinux 0xf91b89ab fman_sp_build_buffer_struct +EXPORT_SYMBOL vmlinux 0xf923f620 __wait_on_buffer +EXPORT_SYMBOL vmlinux 0xf93239cc mmc_can_discard +EXPORT_SYMBOL vmlinux 0xf935550f rtnl_nla_parse_ifla +EXPORT_SYMBOL vmlinux 0xf935d0ad neigh_table_clear +EXPORT_SYMBOL vmlinux 0xf93aae46 __arm_smccc_smc +EXPORT_SYMBOL vmlinux 0xf93f0054 jbd2_journal_init_inode +EXPORT_SYMBOL vmlinux 0xf93fd09c fb_find_mode_cvt +EXPORT_SYMBOL vmlinux 0xf9514ea5 udp_pre_connect +EXPORT_SYMBOL vmlinux 0xf9567eeb iw_handler_set_thrspy +EXPORT_SYMBOL vmlinux 0xf95c619b acpi_processor_preregister_performance +EXPORT_SYMBOL vmlinux 0xf969e188 dma_fence_array_next +EXPORT_SYMBOL vmlinux 0xf9722676 twl_i2c_write +EXPORT_SYMBOL vmlinux 0xf98be838 fman_set_mac_max_frame +EXPORT_SYMBOL vmlinux 0xf9a22256 devm_gen_pool_create +EXPORT_SYMBOL vmlinux 0xf9a482f9 msleep +EXPORT_SYMBOL vmlinux 0xf9c0b663 strlcat +EXPORT_SYMBOL vmlinux 0xf9c10f54 neigh_destroy +EXPORT_SYMBOL vmlinux 0xf9ca2eb4 kstrtoint_from_user +EXPORT_SYMBOL vmlinux 0xf9d6efa2 inet_frags_init +EXPORT_SYMBOL vmlinux 0xf9f463ce dcb_getapp +EXPORT_SYMBOL vmlinux 0xfa042227 gnet_stats_add_basic +EXPORT_SYMBOL vmlinux 0xfa08c34a page_offline_end +EXPORT_SYMBOL vmlinux 0xfa0cef4b file_write_and_wait_range +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 0xfa58281f crypto_sha1_update +EXPORT_SYMBOL vmlinux 0xfa599bb2 netlink_register_notifier +EXPORT_SYMBOL vmlinux 0xfa8f0a13 processors +EXPORT_SYMBOL vmlinux 0xfaaa12d0 _page_poisoning_enabled +EXPORT_SYMBOL vmlinux 0xfab9e151 proc_create_seq_private +EXPORT_SYMBOL vmlinux 0xfac06850 eth_header +EXPORT_SYMBOL vmlinux 0xfac8865f sysctl_wmem_max +EXPORT_SYMBOL vmlinux 0xfad568ea _dev_info +EXPORT_SYMBOL vmlinux 0xfb001a51 generic_setlease +EXPORT_SYMBOL vmlinux 0xfb00b5a4 rpmh_write_batch +EXPORT_SYMBOL vmlinux 0xfb080b98 max8998_bulk_write +EXPORT_SYMBOL vmlinux 0xfb094abf __dquot_free_space +EXPORT_SYMBOL vmlinux 0xfb1e25a1 rtnl_notify +EXPORT_SYMBOL vmlinux 0xfb261a75 kernel_accept +EXPORT_SYMBOL vmlinux 0xfb348fea fault_in_safe_writeable +EXPORT_SYMBOL vmlinux 0xfb384d37 kasprintf +EXPORT_SYMBOL vmlinux 0xfb5fdae2 netpoll_send_skb +EXPORT_SYMBOL vmlinux 0xfb6af58d recalc_sigpending +EXPORT_SYMBOL vmlinux 0xfb7031d3 security_inet_conn_request +EXPORT_SYMBOL vmlinux 0xfb816533 rproc_free +EXPORT_SYMBOL vmlinux 0xfb9363ef iov_iter_kvec +EXPORT_SYMBOL vmlinux 0xfb997857 __f_setown +EXPORT_SYMBOL vmlinux 0xfba7a5f5 __get_random_u32_below +EXPORT_SYMBOL vmlinux 0xfba7ddd2 match_u64 +EXPORT_SYMBOL vmlinux 0xfbaaf01e console_lock +EXPORT_SYMBOL vmlinux 0xfbad3cf0 scsi_normalize_sense +EXPORT_SYMBOL vmlinux 0xfbb8a761 strscpy_pad +EXPORT_SYMBOL vmlinux 0xfbc12736 fb_set_cmap +EXPORT_SYMBOL vmlinux 0xfbc4f89e io_schedule_timeout +EXPORT_SYMBOL vmlinux 0xfbd1886e posix_acl_to_xattr +EXPORT_SYMBOL vmlinux 0xfbd91627 mode_strip_sgid +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 0xfbf42fb7 phy_ethtool_ksettings_set +EXPORT_SYMBOL vmlinux 0xfbf99b42 devfreq_monitor_start +EXPORT_SYMBOL vmlinux 0xfbfba9df pm_vt_switch_unregister +EXPORT_SYMBOL vmlinux 0xfbfe90ea mmc_card_alternative_gpt_sector +EXPORT_SYMBOL vmlinux 0xfc336d2e __wake_up_bit +EXPORT_SYMBOL vmlinux 0xfc4152fc ec_read +EXPORT_SYMBOL vmlinux 0xfc421e79 gnet_stats_add_queue +EXPORT_SYMBOL vmlinux 0xfc4257fc eth_get_headlen +EXPORT_SYMBOL vmlinux 0xfc52abc7 qcom_scm_pas_shutdown +EXPORT_SYMBOL vmlinux 0xfc68cc2c pci_ep_cfs_add_epc_group +EXPORT_SYMBOL vmlinux 0xfc6a5844 fiemap_prep +EXPORT_SYMBOL vmlinux 0xfc881b89 fman_port_get_hash_result_offset +EXPORT_SYMBOL vmlinux 0xfc9ed8c3 qcom_scm_ice_available +EXPORT_SYMBOL vmlinux 0xfcce2f7d ucc_fast_enable +EXPORT_SYMBOL vmlinux 0xfcd1819a hdmi_spd_infoframe_check +EXPORT_SYMBOL vmlinux 0xfcec0987 enable_irq +EXPORT_SYMBOL vmlinux 0xfd09413c scsi_register_interface +EXPORT_SYMBOL vmlinux 0xfd28eab2 mark_buffer_dirty +EXPORT_SYMBOL vmlinux 0xfd46ec72 kernel_getsockname +EXPORT_SYMBOL vmlinux 0xfd5787c5 i2c_smbus_read_i2c_block_data +EXPORT_SYMBOL vmlinux 0xfd5a2986 cpumask_any_and_distribute +EXPORT_SYMBOL vmlinux 0xfd75b4dd par_io_of_config +EXPORT_SYMBOL vmlinux 0xfdc22360 ip_sock_set_recverr +EXPORT_SYMBOL vmlinux 0xfdcb4ed3 acpi_os_get_line +EXPORT_SYMBOL vmlinux 0xfdcc8a0e fb_find_best_display +EXPORT_SYMBOL vmlinux 0xfdf9fd78 tcf_idr_check_alloc +EXPORT_SYMBOL vmlinux 0xfdfa3998 tcp_seq_stop +EXPORT_SYMBOL vmlinux 0xfe014f63 get_tree_single_reconf +EXPORT_SYMBOL vmlinux 0xfe029963 unregister_inetaddr_notifier +EXPORT_SYMBOL vmlinux 0xfe0760f4 rt_mutex_base_init +EXPORT_SYMBOL vmlinux 0xfe1c9ea5 sg_pcopy_from_buffer +EXPORT_SYMBOL vmlinux 0xfe1d2e94 key_create_or_update +EXPORT_SYMBOL vmlinux 0xfe2313e7 init_task +EXPORT_SYMBOL vmlinux 0xfe487975 init_wait_entry +EXPORT_SYMBOL vmlinux 0xfe4c9a11 posix_test_lock +EXPORT_SYMBOL vmlinux 0xfe5d4bb2 sys_tz +EXPORT_SYMBOL vmlinux 0xfe5edbd7 dquot_quota_off +EXPORT_SYMBOL vmlinux 0xfe5f608d inet_proto_csum_replace4 +EXPORT_SYMBOL vmlinux 0xfe66321d keyring_clear +EXPORT_SYMBOL vmlinux 0xfe8bddd4 ip_fraglist_init +EXPORT_SYMBOL vmlinux 0xfe8c61f0 _raw_read_lock +EXPORT_SYMBOL vmlinux 0xfe90e8d5 udp_lib_unhash +EXPORT_SYMBOL vmlinux 0xfe916dc6 hex_dump_to_buffer +EXPORT_SYMBOL vmlinux 0xfe92fc48 mptcp_subflow_reqsk_alloc +EXPORT_SYMBOL vmlinux 0xfe9ebbbb acpi_osi_is_win8 +EXPORT_SYMBOL vmlinux 0xfea27734 i2c_smbus_read_byte_data +EXPORT_SYMBOL vmlinux 0xfeafef5b inet_ioctl +EXPORT_SYMBOL vmlinux 0xfeb0a4a4 netlink_broadcast +EXPORT_SYMBOL vmlinux 0xfeb1704a of_get_parent +EXPORT_SYMBOL vmlinux 0xfece7746 __vfs_removexattr +EXPORT_SYMBOL vmlinux 0xfedbb503 sock_no_sendpage_locked +EXPORT_SYMBOL vmlinux 0xfedcdb60 seq_hlist_next_percpu +EXPORT_SYMBOL vmlinux 0xfedf2602 dm_table_event +EXPORT_SYMBOL vmlinux 0xfeebc7c4 __kfifo_from_user_r +EXPORT_SYMBOL vmlinux 0xfef216eb _raw_spin_trylock +EXPORT_SYMBOL vmlinux 0xfef578cc devfreq_unregister_notifier +EXPORT_SYMBOL vmlinux 0xfefcb98e vme_dma_vme_attribute +EXPORT_SYMBOL vmlinux 0xff0d7039 jbd2_fc_release_bufs +EXPORT_SYMBOL vmlinux 0xff145af1 rtnl_unicast +EXPORT_SYMBOL vmlinux 0xff1e9dd8 seq_list_start +EXPORT_SYMBOL vmlinux 0xff209cca mr_mfc_find_any +EXPORT_SYMBOL vmlinux 0xff282521 rfkill_register +EXPORT_SYMBOL vmlinux 0xff52f2a9 of_count_phandle_with_args +EXPORT_SYMBOL vmlinux 0xff54549a netpoll_poll_enable +EXPORT_SYMBOL vmlinux 0xff5c8e95 scsi_eh_finish_cmd +EXPORT_SYMBOL vmlinux 0xff67f2a1 bdi_set_max_ratio +EXPORT_SYMBOL vmlinux 0xff6878cf fb_default_cmap +EXPORT_SYMBOL vmlinux 0xff6fa4b3 vme_dma_list_add +EXPORT_SYMBOL vmlinux 0xff7a95af set_anon_super +EXPORT_SYMBOL vmlinux 0xff7e7f8d kryo_l2_set_indirect_reg +EXPORT_SYMBOL vmlinux 0xff87cd18 lockref_get_not_dead +EXPORT_SYMBOL vmlinux 0xff915971 dev_add_pack +EXPORT_SYMBOL vmlinux 0xff96f8cc rawv6_mh_filter_register +EXPORT_SYMBOL vmlinux 0xff98bdca max8998_update_reg +EXPORT_SYMBOL vmlinux 0xffabc4dd watchdog_unregister_governor +EXPORT_SYMBOL vmlinux 0xffaf56b5 d_find_any_alias +EXPORT_SYMBOL vmlinux 0xffb7c514 ida_free +EXPORT_SYMBOL vmlinux 0xffbd3d16 find_vma +EXPORT_SYMBOL vmlinux 0xffc4f200 zstd_compress_stream +EXPORT_SYMBOL vmlinux 0xffcc4ec7 tcp_bpf_bypass_getsockopt +EXPORT_SYMBOL vmlinux 0xffd98d09 ndisc_send_skb +EXPORT_SYMBOL vmlinux 0xffdc1816 tcf_idr_create +EXPORT_SYMBOL vmlinux 0xffe0cb48 tcf_action_exec +EXPORT_SYMBOL vmlinux 0xffee6bae max8998_bulk_read +EXPORT_SYMBOL vmlinux 0xffeedf6a delayed_work_timer_fn +EXPORT_SYMBOL_GPL crypto/af_alg 0x15f09fff af_alg_register_type +EXPORT_SYMBOL_GPL crypto/af_alg 0x17f622fa af_alg_accept +EXPORT_SYMBOL_GPL crypto/af_alg 0x1f3389fb af_alg_release_parent +EXPORT_SYMBOL_GPL crypto/af_alg 0x25e58352 af_alg_release +EXPORT_SYMBOL_GPL crypto/af_alg 0x315d85fa af_alg_poll +EXPORT_SYMBOL_GPL crypto/af_alg 0x47476985 af_alg_count_tsgl +EXPORT_SYMBOL_GPL crypto/af_alg 0x4da24172 af_alg_alloc_areq +EXPORT_SYMBOL_GPL crypto/af_alg 0x61a239b2 af_alg_async_cb +EXPORT_SYMBOL_GPL crypto/af_alg 0x6dae72b8 af_alg_wait_for_data +EXPORT_SYMBOL_GPL crypto/af_alg 0x74b82247 af_alg_make_sg +EXPORT_SYMBOL_GPL crypto/af_alg 0x7e568389 af_alg_unregister_type +EXPORT_SYMBOL_GPL crypto/af_alg 0x836460d1 af_alg_pull_tsgl +EXPORT_SYMBOL_GPL crypto/af_alg 0x8633e2d0 af_alg_sendpage +EXPORT_SYMBOL_GPL crypto/af_alg 0x96efc6be af_alg_sendmsg +EXPORT_SYMBOL_GPL crypto/af_alg 0x9ec5b389 af_alg_get_rsgl +EXPORT_SYMBOL_GPL crypto/af_alg 0x9fa2a952 af_alg_free_sg +EXPORT_SYMBOL_GPL crypto/af_alg 0xadc4fe53 af_alg_wmem_wakeup +EXPORT_SYMBOL_GPL crypto/af_alg 0xc9faea4f af_alg_free_resources +EXPORT_SYMBOL_GPL crypto/aria_generic 0x4a61978a aria_encrypt +EXPORT_SYMBOL_GPL crypto/aria_generic 0x5a56c9aa aria_set_key +EXPORT_SYMBOL_GPL crypto/aria_generic 0xbdad6df6 aria_decrypt +EXPORT_SYMBOL_GPL crypto/async_tx/async_memcpy 0x19d87560 async_memcpy +EXPORT_SYMBOL_GPL crypto/async_tx/async_pq 0x3c13b9a9 async_gen_syndrome +EXPORT_SYMBOL_GPL crypto/async_tx/async_pq 0x7905e436 async_syndrome_val +EXPORT_SYMBOL_GPL crypto/async_tx/async_raid6_recov 0x100bc248 async_raid6_2data_recov +EXPORT_SYMBOL_GPL crypto/async_tx/async_raid6_recov 0x1d801c3b async_raid6_datap_recov +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0x36a21bbd __async_tx_find_channel +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0x45cfc2c7 async_tx_quiesce +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0x9dde4f76 async_tx_submit +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0xc9106edf async_trigger_callback +EXPORT_SYMBOL_GPL crypto/async_tx/async_xor 0x729059b3 async_xor_offs +EXPORT_SYMBOL_GPL crypto/async_tx/async_xor 0x772645cf async_xor +EXPORT_SYMBOL_GPL crypto/async_tx/async_xor 0x8db41a65 async_xor_val_offs +EXPORT_SYMBOL_GPL crypto/async_tx/async_xor 0xa5186b53 async_xor_val +EXPORT_SYMBOL_GPL crypto/authenc 0x2479193e crypto_authenc_extractkeys +EXPORT_SYMBOL_GPL crypto/blowfish_common 0xd23ec9dc blowfish_setkey +EXPORT_SYMBOL_GPL crypto/cast5_generic 0x188d9d26 __cast5_decrypt +EXPORT_SYMBOL_GPL crypto/cast5_generic 0x9631f87e 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 0x56829ff9 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 0x077bfa5a cryptd_aead_queued +EXPORT_SYMBOL_GPL crypto/cryptd 0x0d778651 cryptd_skcipher_child +EXPORT_SYMBOL_GPL crypto/cryptd 0x17cb7bea cryptd_alloc_ahash +EXPORT_SYMBOL_GPL crypto/cryptd 0x21ee1871 cryptd_shash_desc +EXPORT_SYMBOL_GPL crypto/cryptd 0x370caa1f cryptd_aead_child +EXPORT_SYMBOL_GPL crypto/cryptd 0x40ff9f00 cryptd_free_aead +EXPORT_SYMBOL_GPL crypto/cryptd 0x53ed0e86 cryptd_alloc_aead +EXPORT_SYMBOL_GPL crypto/cryptd 0x59b45fad cryptd_ahash_queued +EXPORT_SYMBOL_GPL crypto/cryptd 0x5adadc9a cryptd_free_skcipher +EXPORT_SYMBOL_GPL crypto/cryptd 0x7bb91de9 cryptd_alloc_skcipher +EXPORT_SYMBOL_GPL crypto/cryptd 0x88e89fd8 cryptd_free_ahash +EXPORT_SYMBOL_GPL crypto/cryptd 0x8d571c80 cryptd_ahash_child +EXPORT_SYMBOL_GPL crypto/cryptd 0xf9e06ea2 cryptd_skcipher_queued +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x140de16d crypto_transfer_skcipher_request_to_engine +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x175e8cf8 crypto_finalize_aead_request +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x231f55bf crypto_finalize_akcipher_request +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x25f80cae crypto_transfer_aead_request_to_engine +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x2ad3bb1a crypto_engine_alloc_init +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x4aa41943 crypto_engine_stop +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x5d3d8862 crypto_transfer_kpp_request_to_engine +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x791e4d4b crypto_finalize_skcipher_request +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x8990238c crypto_finalize_hash_request +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x99b7f526 crypto_engine_alloc_init_and_set +EXPORT_SYMBOL_GPL crypto/crypto_engine 0xbff5a5c3 crypto_transfer_akcipher_request_to_engine +EXPORT_SYMBOL_GPL crypto/crypto_engine 0xc365397e crypto_engine_exit +EXPORT_SYMBOL_GPL crypto/crypto_engine 0xdabc5e56 crypto_finalize_kpp_request +EXPORT_SYMBOL_GPL crypto/crypto_engine 0xec0c1401 crypto_engine_start +EXPORT_SYMBOL_GPL crypto/crypto_engine 0xf913f0f2 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 0xbcc074f3 __serpent_decrypt +EXPORT_SYMBOL_GPL crypto/serpent_generic 0xcbcba68a serpent_setkey +EXPORT_SYMBOL_GPL crypto/serpent_generic 0xd4c9681a __serpent_setkey +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 0x008183ee twofish_setkey +EXPORT_SYMBOL_GPL crypto/twofish_common 0xe22b7787 __twofish_setkey +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x0570c463 spk_synth_flush +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x08f0212d spk_set_num_var +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x118bdadb spk_synth_is_alive_nop +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x1e39eb14 synth_putws +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x2f8fe8cf spk_ttyio_synth_probe +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x3a7700a9 spk_ttyio_release +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x3bb561e2 spk_ttyio_ops +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x3c7e6175 spk_do_catch_up_unicode +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 0x4c422145 synth_current +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x76d40046 synth_buffer_skip_nonlatin1 +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x84dad068 synth_buffer_getc +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x8889dbe9 spk_synth_get_index +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 0xaca5adc8 spk_ttyio_synth_immediate +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xb26466bc synth_add +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xb734cb9d speakup_event +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xbbd15a51 speakup_start_ttys +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xc319c604 synth_putws_s +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xc58f6e50 spk_get_var_header +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xc5e038d9 spk_var_show +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xc64a79cf synth_remove +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 0xd9d89f6f spk_var_store +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xe194d0ef synth_printf +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xf500bed9 spk_do_catch_up +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xf517d0bc spk_synth_is_alive_restart +EXPORT_SYMBOL_GPL drivers/acpi/nfit/nfit 0x3e92d8ef __acpi_nfit_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 0x73b1bd14 acpi_nfit_init +EXPORT_SYMBOL_GPL drivers/acpi/nfit/nfit 0x93333a90 acpi_nfit_desc_init +EXPORT_SYMBOL_GPL drivers/acpi/nfit/nfit 0xb83ec897 acpi_nfit_ctl +EXPORT_SYMBOL_GPL drivers/acpi/nfit/nfit 0xc296993b __acpi_nvdimm_notify +EXPORT_SYMBOL_GPL drivers/acpi/platform_profile 0x67927a0d platform_profile_notify +EXPORT_SYMBOL_GPL drivers/acpi/platform_profile 0xbfe36436 platform_profile_remove +EXPORT_SYMBOL_GPL drivers/acpi/platform_profile 0xcac33cd4 platform_profile_register +EXPORT_SYMBOL_GPL drivers/ata/pata_platform 0x677c7a24 __pata_platform_probe +EXPORT_SYMBOL_GPL drivers/ata/pata_sis 0x5940b2a9 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 0x3f6e741e linedisp_register +EXPORT_SYMBOL_GPL drivers/auxdisplay/line-display 0x89b8c18b linedisp_unregister +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-ac97 0x7ebf463f __devm_regmap_init_ac97 +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-ac97 0xa3ac03ff regmap_ac97_default_volatile +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-ac97 0xdd8dd243 __regmap_init_ac97 +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-i3c 0xf67e5f23 __devm_regmap_init_i3c +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-sccb 0x56c06ce3 __regmap_init_sccb +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-sccb 0xb71cf88b __devm_regmap_init_sccb +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-sdw 0xa09479d4 __devm_regmap_init_sdw +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-sdw 0xd9286eda __regmap_init_sdw +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-sdw-mbq 0x53600dde __regmap_init_sdw_mbq +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-sdw-mbq 0xcb7fe734 __devm_regmap_init_sdw_mbq +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-slimbus 0x1966c0be __devm_regmap_init_slimbus +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-slimbus 0xf2443467 __regmap_init_slimbus +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-spi-avmm 0x148256a6 __devm_regmap_init_spi_avmm +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-spi-avmm 0x778657eb __regmap_init_spi_avmm +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-spmi 0x102d1a5d __devm_regmap_init_spmi_ext +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-spmi 0x568a15b3 __devm_regmap_init_spmi_base +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-spmi 0x861ed3f7 __regmap_init_spmi_base +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-spmi 0xe4fda9b8 __regmap_init_spmi_ext +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-w1 0x13aef842 __regmap_init_w1 +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-w1 0xd5c5ce75 __devm_regmap_init_w1 +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x06315f8b bcma_host_pci_up +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x0f6d2922 bcma_chipco_gpio_control +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x140ea33b bcma_core_pci_power_save +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x1cecf055 bcma_chipco_gpio_outen +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x1f50b764 bcma_core_disable +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x4bb44963 bcma_chipco_chipctl_maskset +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x50e097b8 bcma_chipco_regctl_maskset +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x52b99527 bcma_host_pci_down +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x5b1a3d8d bcma_driver_unregister +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x5deea84c bcma_core_enable +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x5df79995 __bcma_driver_register +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x633f1907 bcma_pmu_spuravoid_pllupdate +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x68c26710 bcma_chipco_get_alp_clock +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x6a684af8 bcma_pmu_get_bus_clock +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x6b5b7e22 bcma_core_pll_ctl +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x6e2fa567 bcma_find_core_unit +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x6ebceccc bcma_core_is_enabled +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x896340ba bcma_chipco_pll_read +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xa0013cf3 bcma_host_pci_irq_ctl +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xa6fa96dc bcma_chipco_pll_write +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xc25279a4 bcma_chipco_gpio_out +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xc4bc8b99 bcma_chipco_pll_maskset +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xe96a687b bcma_core_set_clockmode +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xf244a43b bcma_chipco_b_mii_write +EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0x0096670d btbcm_initialize +EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0x036cf45a btbcm_setup_patchram +EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0x299719dc btbcm_check_bdaddr +EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0x31fa7f4a btbcm_setup_apple +EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0x416334ce btbcm_write_pcm_int_params +EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0x459b805c btbcm_finalize +EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0x665146cc btbcm_set_bdaddr +EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0xd47eb701 btbcm_read_pcm_int_params +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x0c088f40 btintel_regmap_init +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x247faf96 btintel_configure_setup +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x36a22b2c btintel_set_diag +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x39565ae0 btintel_set_bdaddr +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x406d444a btintel_read_boot_params +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x62687c6c btintel_secure_send_result +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x63a621dd btintel_check_bdaddr +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x9ec5552f btintel_enter_mfg +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x9ff33584 btintel_bootup +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0xa7299214 btintel_send_intel_reset +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0xa80d81d4 btintel_set_quality_report +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0xb0c77c51 btintel_download_firmware +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0xcd07b5d2 btintel_set_event_mask_mfg +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0xdcd41228 btintel_load_ddc_config +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0xe6c3f4db btintel_version_info +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0xf213bee2 btintel_exit_mfg +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0xfd4bece9 btintel_read_version +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x0051ecfd btmrvl_send_module_cfg_cmd +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x0e2f7ffa btmrvl_pscan_window_reporting +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x26d48be9 btmrvl_add_card +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x2b63e4c5 btmrvl_check_evtpkt +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x645117c6 btmrvl_send_hscfg_cmd +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x64b1c1f2 btmrvl_remove_card +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0xb186659d btmrvl_register_hdev +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0xb8be5232 btmrvl_interrupt +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0xcc17e630 btmrvl_process_event +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0xd8af5517 btmrvl_enable_ps +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0xd92a4548 btmrvl_enable_hs +EXPORT_SYMBOL_GPL drivers/bluetooth/btmtk 0x0a8e14d7 btmtk_setup_firmware_79xx +EXPORT_SYMBOL_GPL drivers/bluetooth/btmtk 0xefadfe89 btmtk_setup_firmware +EXPORT_SYMBOL_GPL drivers/bluetooth/btmtk 0xfddfc2a8 btmtk_set_bdaddr +EXPORT_SYMBOL_GPL drivers/bluetooth/btqca 0x15379476 qca_read_soc_version +EXPORT_SYMBOL_GPL drivers/bluetooth/btqca 0x17e0ac1d qca_uart_setup +EXPORT_SYMBOL_GPL drivers/bluetooth/btqca 0x2baa90fa qca_send_pre_shutdown_cmd +EXPORT_SYMBOL_GPL drivers/bluetooth/btqca 0x3f6fda45 qca_set_bdaddr +EXPORT_SYMBOL_GPL drivers/bluetooth/btqca 0x9966b0c9 qca_set_bdaddr_rome +EXPORT_SYMBOL_GPL drivers/bluetooth/btrtl 0x0af8d1dc btrtl_download_firmware +EXPORT_SYMBOL_GPL drivers/bluetooth/btrtl 0x25548678 btrtl_shutdown_realtek +EXPORT_SYMBOL_GPL drivers/bluetooth/btrtl 0x30a35148 btrtl_set_quirks +EXPORT_SYMBOL_GPL drivers/bluetooth/btrtl 0x4a258919 btrtl_initialize +EXPORT_SYMBOL_GPL drivers/bluetooth/btrtl 0x7141bf14 btrtl_get_uart_settings +EXPORT_SYMBOL_GPL drivers/bluetooth/btrtl 0x8ca9679d btrtl_setup_realtek +EXPORT_SYMBOL_GPL drivers/bluetooth/btrtl 0xaf78f260 btrtl_free +EXPORT_SYMBOL_GPL drivers/bluetooth/hci_uart 0x7aada918 hci_uart_unregister_device +EXPORT_SYMBOL_GPL drivers/bluetooth/hci_uart 0x82f3f913 hci_uart_tx_wakeup +EXPORT_SYMBOL_GPL drivers/bluetooth/hci_uart 0xadabc3d1 hci_uart_register_device +EXPORT_SYMBOL_GPL drivers/bluetooth/hci_uart 0xfae89528 h4_recv_buf +EXPORT_SYMBOL_GPL drivers/bus/mhi/ep/mhi_ep 0x1602b722 mhi_ep_driver_unregister +EXPORT_SYMBOL_GPL drivers/bus/mhi/ep/mhi_ep 0x5fb2a1e5 mhi_ep_register_controller +EXPORT_SYMBOL_GPL drivers/bus/mhi/ep/mhi_ep 0x6cb30d4a mhi_ep_power_down +EXPORT_SYMBOL_GPL drivers/bus/mhi/ep/mhi_ep 0x88023050 mhi_ep_queue_is_empty +EXPORT_SYMBOL_GPL drivers/bus/mhi/ep/mhi_ep 0x91da9d51 mhi_ep_power_up +EXPORT_SYMBOL_GPL drivers/bus/mhi/ep/mhi_ep 0xb996f987 mhi_ep_queue_skb +EXPORT_SYMBOL_GPL drivers/bus/mhi/ep/mhi_ep 0xcfe63e7f mhi_ep_unregister_controller +EXPORT_SYMBOL_GPL drivers/bus/mhi/ep/mhi_ep 0xe51ffbac __mhi_ep_driver_register +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x06685499 mhi_pm_resume_force +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x103047e9 mhi_alloc_controller +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x1fd7a2f7 mhi_queue_dma +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x214de59f mhi_download_rddm_image +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x25ad2958 mhi_notify +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x2a40577d mhi_pm_resume +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x2b0dc4c7 mhi_queue_is_full +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x39627f2d mhi_prepare_for_transfer_autoqueue +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x4560f087 mhi_register_controller +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x4e781040 mhi_device_get +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x507777dd mhi_free_controller +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x60056f08 mhi_unregister_controller +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x641795e6 mhi_get_exec_env +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x6514f2b4 mhi_async_power_up +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x67235304 mhi_power_down +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x6cf7fb92 mhi_force_rddm_mode +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x8db02904 mhi_get_free_desc_count +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x90c89417 mhi_prepare_for_power_up +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x9afc9583 mhi_device_get_sync +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x9b135c98 mhi_unprepare_after_power_down +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x9c0e0d35 mhi_unprepare_from_transfer +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xa21136be mhi_prepare_for_transfer +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xbab0044a mhi_get_mhi_state +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xc07c6408 __mhi_driver_register +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xc0f9ad17 mhi_queue_skb +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xc8f03890 mhi_pm_suspend +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xcf061bb3 mhi_soc_reset +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xd90132f1 mhi_poll +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xe2979f33 mhi_driver_unregister +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xeca19eb1 mhi_device_put +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xfc201131 mhi_queue_buf +EXPORT_SYMBOL_GPL drivers/bus/moxtet 0x16523733 moxtet_device_write +EXPORT_SYMBOL_GPL drivers/bus/moxtet 0x9831e71c moxtet_device_written +EXPORT_SYMBOL_GPL drivers/bus/moxtet 0xb6103868 moxtet_device_read +EXPORT_SYMBOL_GPL drivers/bus/moxtet 0xe830779f __moxtet_register_driver +EXPORT_SYMBOL_GPL drivers/bus/sunxi-rsb 0x49d1ba63 sunxi_rsb_driver_register +EXPORT_SYMBOL_GPL drivers/bus/sunxi-rsb 0x92a4b040 __devm_regmap_init_sunxi_rsb +EXPORT_SYMBOL_GPL drivers/clk/meson/clk-phase 0x2373dbda meson_clk_phase_ops +EXPORT_SYMBOL_GPL drivers/clk/meson/clk-phase 0x5c640f9c meson_sclk_ws_inv_ops +EXPORT_SYMBOL_GPL drivers/clk/meson/clk-phase 0x9d5b4b81 meson_clk_triphase_ops +EXPORT_SYMBOL_GPL drivers/clk/meson/sclk-div 0x972c7334 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 0x07935d8b clk_alpha_pll_postdiv_fabia_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x07e2aa8b qcom_cc_register_rcg_dfs +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 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 0x28ec912b clk_fabia_pll_configure +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x2d293905 clk_alpha_pll_postdiv_lucid_5lpe_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x341e2333 qcom_cc_map +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 0x407cd4e2 clk_zonda_pll_configure +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 0x46eb964b clk_alpha_pll_regs +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x4a930432 clk_branch_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x5524687f clk_trion_pll_configure +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x59eabda5 mux_div_set_src_div +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x5b224e6d qcom_cc_really_probe +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 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 0x71b22ac6 clk_disable_regmap +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x7319e51c clk_alpha_pll_trion_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x73697277 qcom_cc_probe +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x787e8234 qcom_find_freq +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x7b87fe3e clk_alpha_pll_postdiv_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x7dfa4f12 clk_alpha_pll_postdiv_lucid_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x7e69e953 clk_alpha_pll_postdiv_trion_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x82afa55e clk_regmap_phy_mux_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x838ef7e0 qcom_cc_register_sleep_clk +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x84e67fb4 qcom_find_cfg_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 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 0x95352174 devm_clk_register_regmap +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 0x9c1fb4be clk_rivian_evo_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 0xa5ad1620 clk_enable_regmap +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xa72d720f clk_agera_pll_configure +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xa94f252e clk_lucid_evo_pll_configure +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 0xbf683da7 gdsc_gx_do_nothing_enable +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 0xc491bc2f clk_is_enabled_regmap +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 0xdf871d64 clk_alpha_pll_configure +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 0xeec6f655 qcom_cc_probe_by_index +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xeecd97e4 qcom_find_src_index +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xf20fc482 qcom_cc_register_board_clk +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 0x4bba1e65 sprd_div_helper_set_rate +EXPORT_SYMBOL_GPL drivers/clk/sprd/clk-sprd 0x51d3fd4a sprd_comp_ops +EXPORT_SYMBOL_GPL drivers/clk/sprd/clk-sprd 0x65c70134 sprd_div_helper_round_rate +EXPORT_SYMBOL_GPL drivers/clk/sprd/clk-sprd 0x6aaf9e28 sprd_mux_helper_get_parent +EXPORT_SYMBOL_GPL drivers/clk/sprd/clk-sprd 0x6c6569a4 sprd_div_helper_recalc_rate +EXPORT_SYMBOL_GPL drivers/clk/sprd/clk-sprd 0x70e4c246 sprd_clk_regmap_init +EXPORT_SYMBOL_GPL drivers/clk/sprd/clk-sprd 0x77980873 sprd_pll_ops +EXPORT_SYMBOL_GPL drivers/clk/sprd/clk-sprd 0x7f1c39f8 sprd_div_ops +EXPORT_SYMBOL_GPL drivers/clk/sprd/clk-sprd 0x812687f8 sprd_mux_helper_set_parent +EXPORT_SYMBOL_GPL drivers/clk/sprd/clk-sprd 0x90529378 sprd_clk_probe +EXPORT_SYMBOL_GPL drivers/clk/sprd/clk-sprd 0x946f3ddd sprd_sc_gate_ops +EXPORT_SYMBOL_GPL drivers/clk/sprd/clk-sprd 0xb8e8f441 sprd_gate_ops +EXPORT_SYMBOL_GPL drivers/clk/sprd/clk-sprd 0xf19537bd sprd_pll_sc_gate_ops +EXPORT_SYMBOL_GPL drivers/clk/sprd/clk-sprd 0xfa27b519 sprd_mux_ops +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x0193b42c comedi_alloc_spriv +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x0a32b11f comedi_dio_insn_config +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x0cc1cff7 comedi_legacy_detach +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x0cd330f4 range_unknown +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x1b1a93a0 comedi_buf_write_samples +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x1b9c0794 comedi_buf_read_alloc +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x1d293a35 comedi_event +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x1e2a31ad comedi_buf_write_free +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x21102f87 range_0_32mA +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x239d8d5f comedi_driver_register +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x243a62da comedi_handle_events +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x2f0ad9d3 range_bipolar5 +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x2f82b11b comedi_dev_put +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x31e4ebda comedi_load_firmware +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x362b1a65 comedi_check_chanlist +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x4236eaaf range_4_20mA +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x48faf5a3 comedi_is_subdevice_running +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x4fe634f3 range_bipolar2_5 +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x59170814 comedi_alloc_subdev_readback +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x621e3cef __comedi_request_region +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x6d8dfcf6 comedi_nsamples_left +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x6fbf16b1 comedi_alloc_subdevices +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x79ddf087 comedi_timeout +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x7a3a4a9a comedi_buf_read_free +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x7a6cf9ba comedi_auto_unconfig +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x7f88995b comedi_buf_read_samples +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x8113872c range_unipolar10 +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x87258655 comedi_nscans_left +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x8a4005a5 comedi_auto_config +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x905a9475 comedi_buf_read_n_available +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x93d3ab25 comedi_bytes_per_scan_cmd +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x93f977b9 comedi_alloc_devpriv +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x9a384c83 comedi_dio_update_state +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xa345b2e0 comedi_buf_write_alloc +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xaf80b4c2 comedi_set_spriv_auto_free +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xb084f610 comedi_driver_unregister +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xb679cebc range_0_20mA +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xb86eeaa7 comedi_dev_get_from_minor +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xbb52fc7f range_bipolar10 +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xbdbe75c6 range_unipolar2_5 +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xbf5d516e comedi_request_region +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xcbde124b comedi_set_hw_dev +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xd9c372d9 comedi_inc_scan_progress +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xdb2044b2 range_unipolar5 +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xde334485 comedi_readback_insn_read +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xf481c239 comedi_bytes_per_scan +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pci 0x361af52d comedi_pci_enable +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pci 0x45f1b732 comedi_pci_driver_unregister +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pci 0x67062d65 comedi_pci_auto_config +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pci 0x74b07759 comedi_pci_disable +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pci 0x893387cf comedi_pci_detach +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pci 0x9576aea2 comedi_to_pci_dev +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pci 0xbec00056 comedi_pci_auto_unconfig +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pci 0xe1731b4b comedi_pci_driver_register +EXPORT_SYMBOL_GPL drivers/comedi/comedi_usb 0x1612afe0 comedi_to_usb_dev +EXPORT_SYMBOL_GPL drivers/comedi/comedi_usb 0x37f4718b comedi_usb_driver_register +EXPORT_SYMBOL_GPL drivers/comedi/comedi_usb 0x3a2527a8 comedi_usb_driver_unregister +EXPORT_SYMBOL_GPL drivers/comedi/comedi_usb 0x3f919239 comedi_usb_auto_config +EXPORT_SYMBOL_GPL drivers/comedi/comedi_usb 0x41e12734 comedi_usb_auto_unconfig +EXPORT_SYMBOL_GPL drivers/comedi/comedi_usb 0xda573afe comedi_to_usb_interface +EXPORT_SYMBOL_GPL drivers/comedi/drivers/addi_watchdog 0x446ba23e addi_watchdog_init +EXPORT_SYMBOL_GPL drivers/comedi/drivers/addi_watchdog 0x79f4a6cf addi_watchdog_reset +EXPORT_SYMBOL_GPL drivers/comedi/drivers/amplc_dio200_common 0x5be6954a amplc_dio200_common_attach +EXPORT_SYMBOL_GPL drivers/comedi/drivers/amplc_dio200_common 0x76bc20bd amplc_dio200_set_enhance +EXPORT_SYMBOL_GPL drivers/comedi/drivers/amplc_pc236_common 0x0651edee amplc_pc236_common_attach +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0x07d670dd comedi_8254_pacer_enable +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0x291b9ee1 comedi_8254_mm_init +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0x41a476e8 comedi_8254_write +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0x4cfad3b7 comedi_8254_init +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0x5873d66f comedi_8254_subdevice_init +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0x6e133a85 comedi_8254_load +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0x83a025e8 comedi_8254_set_busy +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0x9f5b5b69 comedi_8254_update_divisors +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0xb10636d8 comedi_8254_read +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0xcca07747 comedi_8254_set_mode +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0xda7cfdd6 comedi_8254_cascade_ns_to_timer +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0xe8180bc3 comedi_8254_status +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0xf3d5636b comedi_8254_ns_to_timer +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8255 0x051d2a0f subdev_8255_mm_init +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8255 0x55fffe4c subdev_8255_regbase +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8255 0x6df5442e subdev_8255_init +EXPORT_SYMBOL_GPL drivers/comedi/drivers/das08 0xd992a893 das08_common_attach +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x08552626 mite_request_channel +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x1d80e3d4 mite_done +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x25e1f810 mite_prep_dma +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x31b7e877 mite_detach +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x4710a240 mite_alloc_ring +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x794cae24 mite_free_ring +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x9f4d8ed4 mite_sync_dma +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0xa49c3b13 mite_dma_arm +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0xa53f5eab mite_attach +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0xb5489bc5 mite_init_ring_descriptors +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0xbe3553c6 mite_request_channel_in_range +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0xbf7195d0 mite_ack_linkc +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0xc38480b5 mite_bytes_in_transit +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0xcb0f43fc mite_release_channel +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0xd2a390c8 mite_buf_change +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0xd469bbef mite_dma_disarm +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_labpc_common 0x6f11dfc9 labpc_common_attach +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_labpc_common 0x968afb7c 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 0x0a16da27 ni_tio_insn_write +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x0ee4dd5f ni_tio_get_routing +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x1e349648 ni_tio_insn_read +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x2d6cc795 ni_tio_set_gate_src +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x3d335bdb ni_tio_read +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x40167dd6 ni_tio_write +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x4b479d1e ni_gpct_device_construct +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x6a296613 ni_tio_set_routing +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x71d75ac3 ni_tio_set_bits +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x77ea5a2c ni_gpct_device_destroy +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x88d13676 ni_tio_unset_routing +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0xcb60b06b ni_tio_init_counter +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0xe321c7d5 ni_tio_arm +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0xe939a689 ni_tio_insn_config +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0xe992783a ni_tio_set_gate_src_raw +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0xf248b907 ni_tio_get_soft_copy +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tiocmd 0x5decb005 ni_tio_cmdtest +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tiocmd 0x9010ad73 ni_tio_cancel +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tiocmd 0x9914aee7 ni_tio_acknowledge +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tiocmd 0xe0106448 ni_tio_set_mite_channel +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tiocmd 0xf886a7ef ni_tio_cmd +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tiocmd 0xfdac4e96 ni_tio_handle_interrupt +EXPORT_SYMBOL_GPL drivers/comedi/kcomedilib/kcomedilib 0x22e512c6 comedi_get_n_channels +EXPORT_SYMBOL_GPL drivers/comedi/kcomedilib/kcomedilib 0x2fd969d5 comedi_dio_get_config +EXPORT_SYMBOL_GPL drivers/comedi/kcomedilib/kcomedilib 0x6ea1b26a comedi_close +EXPORT_SYMBOL_GPL drivers/comedi/kcomedilib/kcomedilib 0x832d198d comedi_dio_config +EXPORT_SYMBOL_GPL drivers/comedi/kcomedilib/kcomedilib 0x88587a19 comedi_dio_bitfield2 +EXPORT_SYMBOL_GPL drivers/comedi/kcomedilib/kcomedilib 0xa36b43bc comedi_open +EXPORT_SYMBOL_GPL drivers/comedi/kcomedilib/kcomedilib 0xa9ca0dcb comedi_find_subdevice_by_type +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 0x8e0e0822 ccp_enqueue_cmd +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x06637e5d hisi_qm_reset_done +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x07397fac hisi_qm_dev_shutdown +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x08ca110b hisi_qm_wait_mb_ready +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x105307fd hisi_qm_put_dfx_access +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x154c0d3f hisi_qm_debug_regs_clear +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x245d42d4 hisi_qm_mb +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x3181cf74 hisi_qp_send +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x416a6e38 hisi_qm_debug_init +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x43b834be hisi_acc_sg_buf_map_to_hw_sgl +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x4530de2c hisi_acc_free_sgl_pool +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x465fa745 hisi_qm_get_dfx_access +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x481e6f53 hisi_qm_regs_dump +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x4b7923a7 hisi_qm_alg_unregister +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x4fdde278 hisi_qm_stop_qp +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x52c35ef1 hisi_qm_reset_prepare +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x557f2ef4 hisi_qm_dev_slot_reset +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x5c42b313 hisi_qm_alloc_qps_node +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x617acb39 hisi_acc_sg_buf_unmap +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x6db5b89e hisi_qm_get_hw_info +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x76a8acb6 hisi_qm_pm_init +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x787d5c02 hisi_qm_resume +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x825029d4 hisi_qm_suspend +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x9420dc91 hisi_qm_init +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xaa31848d hisi_qm_free_qps +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xab4aa516 hisi_qm_dev_err_uninit +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xc2b45798 hisi_qm_wait_task_finish +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xc7792344 hisi_qm_dev_err_init +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xc9529453 hisi_qm_sriov_enable +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xd6da3a6b hisi_qm_dev_err_detected +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xdad0b625 hisi_acc_create_sgl_pool +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xdc58206e hisi_qm_sriov_configure +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xe6cfeafc hisi_qm_regs_debugfs_uninit +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xe914a66b hisi_qm_sriov_disable +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xecfa631c hisi_qm_stop +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xef1306e1 hisi_qm_uninit +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xf0c70949 hisi_qm_pm_uninit +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xf374e9e4 hisi_qm_alg_register +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xfe188634 hisi_qm_acc_diff_regs_dump +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xfe6cbdaf hisi_qm_start +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xff7e47d8 hisi_qm_start_qp +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xfff0a116 hisi_qm_regs_debugfs_init +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hpre/hisi_hpre 0xc603f389 hisi_hpre_get_pf_driver +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/sec2/hisi_sec2 0x2198fc3a hisi_sec_get_pf_driver +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/zip/hisi_zip 0xd5a3f03e hisi_zip_get_pf_driver +EXPORT_SYMBOL_GPL drivers/crypto/marvell/octeontx/octeontx-cpt 0x1d52e274 otx_cpt_eng_grp_has_eng_type +EXPORT_SYMBOL_GPL drivers/crypto/marvell/octeontx/octeontx-cpt 0x32e43048 otx_cpt_uc_supports_eng_type +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x0b28d793 adf_gen2_init_pf_pfvf_ops +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x0ba5258a adf_devmgr_pci_to_accel_dev +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x0bc06370 adf_disable_sriov +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x0cbbe023 adf_cfg_section_add +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x116b34e5 adf_gen4_handle_pm_interrupt +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x121f549b adf_gen2_get_num_accels +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x1471b36a adf_enable_aer +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x16012440 adf_dev_up +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x1691a997 adf_gen2_cfg_iov_thds +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x206c5f8b adf_gen2_enable_ints +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x2654f141 adf_dev_start +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x2bc044c0 adf_reset_sbr +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x2be4e269 adf_gen2_get_arb_info +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x35804d13 adf_vf_isr_resource_free +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x3647c50d adf_init_etr_data +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x3cf1dcc1 adf_disable_aer +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x3e707f37 adf_gen2_get_admin_info +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x45b962d6 adf_devmgr_add_dev +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x47a0949e adf_gen4_enable_pm +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x47bc9677 adf_gen4_ring_pair_reset +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x49f2a543 adf_dev_init +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x4bbe0a7d adf_gen4_init_pf_pfvf_ops +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x4f2d6ca0 adf_dev_stop +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x50fe1e30 adf_gen2_dev_config +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x54e6d3ed adf_gen2_get_accel_cap +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x58c347fb adf_dev_in_use +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x5926b683 adf_sriov_configure +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x5a4b05dc adf_gen2_init_vf_pfvf_ops +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x5a50d717 adf_exit_arb +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x5b4d7905 adf_cfg_dev_remove +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x5bfd33a8 adf_cleanup_etr_data +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x5d442660 adf_vf2pf_notify_init +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x5f481f18 adf_gen2_enable_error_correction +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x6084b9b1 adf_reset_flr +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x611716e3 adf_enable_pf2vf_comms +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x63750b0f adf_dev_put +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x714bb307 adf_init_admin_comms +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x738eb555 adf_devmgr_update_class_index +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x765dc4f2 adf_exit_admin_comms +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x787e2cce adf_cfg_add_key_value_param +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x83aa14cb adf_vf2pf_notify_shutdown +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x85b72485 adf_cfg_get_param_value +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x96add1c5 adf_gen2_set_ssm_wdtimer +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x96c9faf1 adf_dev_started +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x99bbcd2d adf_vf_isr_resource_alloc +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x99d17fb6 adf_send_admin_init +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x9e7b15bb adf_devmgr_rm_dev +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x9e85238a adf_isr_resource_free +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xa066e9dc adf_init_admin_pm +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xa112a3fc adf_devmgr_in_reset +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xaebe11e5 adf_sysfs_init +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xc1dd304a adf_disable_pf2vf_interrupts +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xc501ac82 adf_gen4_init_hw_csr_ops +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xc98286a7 adf_dev_down +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xcc3b167a adf_clean_vf_map +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xd63b0c2b adf_gen4_set_ssm_wdtimer +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xd64519f1 adf_gen2_init_hw_csr_ops +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xd6cc8cbf adf_isr_resource_alloc +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xd6d66db4 adf_init_arb +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xdce21734 adf_pfvf_comms_disabled +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xe327f1f1 adf_gen4_init_dc_ops +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xe45f3512 adf_gen2_init_dc_ops +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xe560dd31 adf_cfg_dev_add +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xe6ceb740 adf_flush_vf_wq +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xe8a204c0 adf_enable_vf2pf_comms +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xeb8717d0 adf_err_handler +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xeba38960 adf_gen2_get_num_aes +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xeefc6448 adf_dev_get +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xfc785ab7 adf_dev_shutdown +EXPORT_SYMBOL_GPL drivers/dax/device_dax 0x5dd9fa50 dev_dax_probe +EXPORT_SYMBOL_GPL drivers/dma/dw-edma/dw-edma 0x0533d1a7 dw_edma_probe +EXPORT_SYMBOL_GPL drivers/dma/dw-edma/dw-edma 0xf4c0a48f dw_edma_remove +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0x09ab8d37 dw_dma_probe +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0x4af8c6b1 do_dw_dma_enable +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0x53bb65d7 idma32_dma_probe +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0x5e0a9302 dw_dma_acpi_controller_register +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0x707b881e dw_dma_remove +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0x99e85fdf idma32_dma_remove +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0xb963eb26 do_dw_dma_disable +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0xc2ff1d59 dw_dma_filter +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0xe3a5fc70 dw_dma_acpi_controller_free +EXPORT_SYMBOL_GPL drivers/dma/fsl-dpaa2-qdma/dpdmai 0x11484497 dpdmai_destroy +EXPORT_SYMBOL_GPL drivers/dma/fsl-dpaa2-qdma/dpdmai 0x1a8da8b6 dpdmai_set_rx_queue +EXPORT_SYMBOL_GPL drivers/dma/fsl-dpaa2-qdma/dpdmai 0x3593008a dpdmai_open +EXPORT_SYMBOL_GPL drivers/dma/fsl-dpaa2-qdma/dpdmai 0x76acab6d dpdmai_close +EXPORT_SYMBOL_GPL drivers/dma/fsl-dpaa2-qdma/dpdmai 0x93d2b17d dpdmai_get_attributes +EXPORT_SYMBOL_GPL drivers/dma/fsl-dpaa2-qdma/dpdmai 0x9849d916 dpdmai_get_rx_queue +EXPORT_SYMBOL_GPL drivers/dma/fsl-dpaa2-qdma/dpdmai 0xc4716b97 dpdmai_get_tx_queue +EXPORT_SYMBOL_GPL drivers/dma/fsl-dpaa2-qdma/dpdmai 0xd285000c dpdmai_enable +EXPORT_SYMBOL_GPL drivers/dma/fsl-dpaa2-qdma/dpdmai 0xdbe063c4 dpdmai_disable +EXPORT_SYMBOL_GPL drivers/dma/fsl-dpaa2-qdma/dpdmai 0xfcbb109b dpdmai_reset +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0x18809438 fsl_edma_prep_slave_sg +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0x1cfcbfed fsl_edma_disable_request +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0x27f6fcc4 fsl_edma_cleanup_vchan +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0x34e72f6e fsl_edma_chan_mux +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0x35933cbd fsl_edma_alloc_chan_resources +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0x3cdc0f4f fsl_edma_tx_status +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0x3dde1eb9 fsl_edma_slave_config +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0x3f6ef1b8 fsl_edma_setup_regs +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0x51464ab1 fsl_edma_xfer_desc +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0x55c54c55 fsl_edma_prep_memcpy +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0x5fd981e1 fsl_edma_resume +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0x673e8776 fsl_edma_issue_pending +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0x6aeb4ffa fsl_edma_prep_dma_cyclic +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0x78ba2d19 fsl_edma_pause +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0x8a72da19 fsl_edma_free_chan_resources +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0xc20d34ca fsl_edma_terminate_all +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0xc3ad50c4 fsl_edma_free_desc +EXPORT_SYMBOL_GPL drivers/dma/qcom/hdma_mgmt 0x2bf4d474 hidma_mgmt_setup +EXPORT_SYMBOL_GPL drivers/dma/qcom/hdma_mgmt 0xd1c7dcb9 hidma_mgmt_init_sys +EXPORT_SYMBOL_GPL drivers/firewire/firewire-core 0xabb5547d fw_request_get_timestamp +EXPORT_SYMBOL_GPL drivers/firewire/firewire-core 0xade09cab fw_card_read_cycle_time +EXPORT_SYMBOL_GPL drivers/firewire/firewire-core 0xe86fb5c7 fw_card_release +EXPORT_SYMBOL_GPL drivers/firmware/arm_ffa/ffa-module 0x2a8d69bc ffa_device_unregister +EXPORT_SYMBOL_GPL drivers/firmware/arm_ffa/ffa-module 0x5a34bc47 ffa_device_register +EXPORT_SYMBOL_GPL drivers/firmware/arm_ffa/ffa-module 0x621de2d0 ffa_driver_unregister +EXPORT_SYMBOL_GPL drivers/firmware/arm_ffa/ffa-module 0x8a9e09ca ffa_driver_register +EXPORT_SYMBOL_GPL drivers/firmware/arm_ffa/ffa-module 0xa4e390f7 ffa_bus_type +EXPORT_SYMBOL_GPL drivers/firmware/arm_scpi 0x41b5e52a get_scpi_ops +EXPORT_SYMBOL_GPL drivers/firmware/mtk-adsp-ipc 0x8dfb4a92 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 0x9d91b0d0 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 0x4fbb6ba3 alt_pr_register +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x0459aaf1 dfl_fpga_port_ops_put +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x088b7e83 dfl_feature_ioctl_get_num_irqs +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x247afe34 dfl_fpga_cdev_release_port +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x40bd17ab dfl_fpga_enum_info_alloc +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x46bf54d2 dfl_fpga_check_port_id +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x512df31e dfl_fpga_dev_ops_register +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x572f0130 dfl_fpga_enum_info_add_dfl +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x5bbb6177 dfl_fpga_cdev_assign_port +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x67d3bcf9 dfl_fpga_feature_devs_enumerate +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x69f3bb3b dfl_fpga_enum_info_free +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x74fbd294 dfl_fpga_dev_ops_unregister +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x826c00fc dfl_fpga_feature_devs_remove +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x9dcdde41 dfl_fpga_port_ops_add +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xa43a01fb dfl_fpga_cdev_config_ports_vf +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xa7cb2e29 dfl_fpga_enum_info_add_irq +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xa934911e dfl_fpga_set_irq_triggers +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xb3a81149 __dfl_fpga_cdev_find_port +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xc5600ade dfl_feature_ioctl_set_irq +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xcae592d7 dfl_fpga_cdev_config_ports_pf +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xeb625dce dfl_fpga_port_ops_get +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xeb8699ba dfl_fpga_dev_feature_uinit +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xfd8cb7e2 dfl_fpga_dev_feature_init +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xffe9b536 dfl_fpga_port_ops_del +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 0x1305c445 of_fpga_bridge_get_to_list +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0x1ee7bdae fpga_bridge_unregister +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0x2c8167cf fpga_bridges_disable +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0x536f0a15 of_fpga_bridge_get +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0x59549889 fpga_bridge_disable +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0x656942c4 fpga_bridge_get +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0x82cd65e3 fpga_bridge_get_to_list +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0x935d29f8 fpga_bridge_put +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0xa9b5a8ac fpga_bridge_register +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0xb2fa0e41 fpga_bridge_enable +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x2fdd1754 fpga_mgr_put +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x38a8fba8 of_fpga_mgr_get +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x5052b949 fpga_mgr_unregister +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x5bd4a6e8 devm_fpga_mgr_register +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x61f0f814 fpga_mgr_lock +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x6b0144a6 fpga_mgr_register_full +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x70f04f4e devm_fpga_mgr_register_full +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x958d7cd9 fpga_mgr_load +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x96657f2a fpga_image_info_alloc +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0xedfbd930 fpga_mgr_get +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0xee298790 fpga_mgr_unlock +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0xf2c8f95c fpga_image_info_free +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0xfe40d8cf fpga_mgr_register +EXPORT_SYMBOL_GPL drivers/fpga/fpga-region 0x2e02a413 fpga_region_unregister +EXPORT_SYMBOL_GPL drivers/fpga/fpga-region 0x7e1fe5b9 fpga_region_class_find +EXPORT_SYMBOL_GPL drivers/fpga/fpga-region 0x98071d9c fpga_region_register_full +EXPORT_SYMBOL_GPL drivers/fpga/fpga-region 0xba5db9a9 fpga_region_program_fpga +EXPORT_SYMBOL_GPL drivers/fpga/fpga-region 0xcf0a3f9a fpga_region_register +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0x1c162338 fsi_driver_unregister +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0x3a93847e fsi_slave_claim_range +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0x407d98e5 fsi_device_write +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0x454a40fd fsi_master_register +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0x59b67273 fsi_bus_type +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0x5a57d574 fsi_free_minor +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0x718064d2 fsi_cdev_type +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0x78060f23 fsi_slave_read +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0x7853e08a fsi_master_rescan +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0x858ec1bf fsi_driver_register +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0x9c32e3ed fsi_master_unregister +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0xbbb4316c fsi_device_read +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 0xeadbc849 fsi_get_new_minor +EXPORT_SYMBOL_GPL drivers/fsi/fsi-occ 0xd0ecff27 fsi_occ_submit +EXPORT_SYMBOL_GPL drivers/fsi/fsi-sbefifo 0x05bef703 sbefifo_parse_status +EXPORT_SYMBOL_GPL drivers/fsi/fsi-sbefifo 0x0c76249d sbefifo_submit +EXPORT_SYMBOL_GPL drivers/gnss/gnss 0x55b41913 gnss_put_device +EXPORT_SYMBOL_GPL drivers/gnss/gnss 0x77ab31b6 gnss_allocate_device +EXPORT_SYMBOL_GPL drivers/gnss/gnss 0xa709ddaf gnss_insert_raw +EXPORT_SYMBOL_GPL drivers/gnss/gnss 0xab24bda2 gnss_deregister_device +EXPORT_SYMBOL_GPL drivers/gnss/gnss 0xfafb8f16 gnss_register_device +EXPORT_SYMBOL_GPL drivers/gnss/gnss-serial 0x3015ad0a gnss_serial_pm_ops +EXPORT_SYMBOL_GPL drivers/gnss/gnss-serial 0x58ef7965 gnss_serial_free +EXPORT_SYMBOL_GPL drivers/gnss/gnss-serial 0x698a1f4b gnss_serial_allocate +EXPORT_SYMBOL_GPL drivers/gnss/gnss-serial 0xd50997d6 gnss_serial_deregister +EXPORT_SYMBOL_GPL drivers/gnss/gnss-serial 0xfc1aef3a gnss_serial_register +EXPORT_SYMBOL_GPL drivers/gpio/gpio-idio-16 0x5d0e4276 idio_16_set +EXPORT_SYMBOL_GPL drivers/gpio/gpio-idio-16 0x6495f119 idio_16_get_multiple +EXPORT_SYMBOL_GPL drivers/gpio/gpio-idio-16 0x68830314 idio_16_state_init +EXPORT_SYMBOL_GPL drivers/gpio/gpio-idio-16 0x70e2b625 idio_16_get +EXPORT_SYMBOL_GPL drivers/gpio/gpio-idio-16 0xae1139f5 idio_16_set_multiple +EXPORT_SYMBOL_GPL drivers/gpio/gpio-max730x 0x024a950a __max730x_probe +EXPORT_SYMBOL_GPL drivers/gpio/gpio-max730x 0x49516e3d __max730x_remove +EXPORT_SYMBOL_GPL drivers/gpio/gpio-regmap 0x1758e6e1 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/gpio/gpio-regmap 0xeebad6fd devm_gpio_regmap_register +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/analogix/analogix_dp 0x08edf121 analogix_dp_resume +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/analogix/analogix_dp 0x118065d5 analogix_dp_remove +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/analogix/analogix_dp 0x15038540 analogix_dp_unbind +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/analogix/analogix_dp 0x3d2bfcd5 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 0x53a1cbb4 analogix_dp_stop_crc +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/analogix/analogix_dp 0x544494bc analogix_dp_start_crc +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/analogix/analogix_dp 0x6ab47c27 analogix_dp_probe +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/analogix/analogix_dp 0x734f3d3b analogix_dp_bind +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 0x446f7e13 dw_hdmi_probe +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 0x9a91da81 dw_hdmi_set_high_tmds_clock_ratio +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 0xaafadb9a dw_hdmi_bind +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 0xb5932856 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 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 0x9e980a78 dw_mipi_dsi_probe +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-mipi-dsi 0xfbf7b9f5 dw_mipi_dsi_bind +EXPORT_SYMBOL_GPL drivers/gpu/drm/display/drm_display_helper 0xfd20a28f drm_hdcp_check_ksvs_revoked +EXPORT_SYMBOL_GPL drivers/gpu/drm/display/drm_dp_aux_bus 0x0bf20efd of_dp_aux_depopulate_bus +EXPORT_SYMBOL_GPL drivers/gpu/drm/display/drm_dp_aux_bus 0x1e811013 __dp_aux_dp_driver_register +EXPORT_SYMBOL_GPL drivers/gpu/drm/display/drm_dp_aux_bus 0x6ba399aa of_dp_aux_populate_bus +EXPORT_SYMBOL_GPL drivers/gpu/drm/display/drm_dp_aux_bus 0xac3b7046 dp_aux_dp_driver_unregister +EXPORT_SYMBOL_GPL drivers/gpu/drm/display/drm_dp_aux_bus 0xae41521d devm_of_dp_aux_populate_bus +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x0f09cd1b accel_open +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x16b5ac99 drm_bridge_hpd_notify +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x1df337ec drm_of_encoder_active_endpoint +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x4127d72f drm_of_lvds_get_data_mapping +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x4645e26c of_get_drm_display_mode +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x4b14ce31 drm_bridge_get_modes +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x5ecf1abc drm_of_lvds_get_dual_link_pixel_order +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x5fe44c99 drm_do_get_edid +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x66cf2f64 drm_display_mode_from_videomode +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x6f74c87a drm_bridge_hpd_disable +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x715f471f drm_class_device_unregister +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x7c3d905b drm_bridge_hpd_enable +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x8be9d3ea drm_of_component_match_add +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x95f8f194 drmm_kstrdup +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xa089bb81 drm_bridge_detect +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xa3818e4c of_get_drm_panel_display_mode +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xa84cea41 drm_bridge_get_edid +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xad885165 drm_bus_flags_from_videomode +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xcb6b9a74 drm_of_get_data_lanes_count_ep +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xeab462d7 drm_class_device_register +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xeb0b5256 drm_of_get_data_lanes_count +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xf4963f17 drm_gem_dumb_map_offset +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xf912ef7d drm_of_find_panel_or_bridge +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xfaef17a0 drm_crtc_add_crc_entry +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xfe9f72f3 drm_display_mode_to_videomode +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0x2ccf6221 drm_gem_dma_mmap +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0x390888b8 drm_gem_dma_dumb_create_internal +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0x6dfa9391 drm_gem_dma_vmap +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0x7b0bd801 drm_gem_dma_vm_ops +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0x81f2997f drm_gem_dma_create +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0xa855ab5d drm_fb_dma_sync_non_coherent +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0xb093e517 drm_gem_dma_prime_import_sg_table +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0xc15270b6 drm_fb_dma_get_gem_addr +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0xc9703ad3 drm_gem_dma_dumb_create +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0xcd661d01 drm_fb_dma_get_gem_obj +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0xcf30ff0a drm_gem_dma_get_sg_table +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0xffedb2ab drm_gem_dma_free +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0x03454a6e drm_bridge_connector_init +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0x1d5ffc55 drm_gem_fb_create_with_funcs +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0x31412229 drm_gem_fb_afbc_init +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0x3bcaf9b5 drm_gem_fb_init_with_funcs +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0x3ffd84cd drm_gem_fb_create +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0x4dc7d31b drm_gem_plane_helper_prepare_fb +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0x9c9c0aa9 drm_gem_fb_create_with_dirty +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0xc3d0c8d6 drm_gem_fb_get_obj +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0xd371a0a9 drm_bridge_connector_disable_hpd +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0xf4e4987f drm_bridge_connector_enable_hpd +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0x11929ae4 drm_gem_shmem_dumb_create +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0x54c73979 drm_gem_shmem_prime_import_sg_table +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0xa1bca916 drm_gem_shmem_free +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0xa2317f2b drm_gem_shmem_get_pages_sgt +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0xbf510e97 drm_gem_shmem_get_sg_table +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0xcac9bd56 drm_gem_shmem_vm_ops +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0xd2dea1c7 drm_gem_shmem_create +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0xf4d56296 drm_gem_shmem_mmap +EXPORT_SYMBOL_GPL drivers/gpu/drm/meson/meson-drm 0x2c73cfcf meson_venc_hdmi_venc_repeat +EXPORT_SYMBOL_GPL drivers/gpu/drm/meson/meson-drm 0x3b04de43 meson_vclk_setup +EXPORT_SYMBOL_GPL drivers/gpu/drm/meson/meson-drm 0x6dec2b91 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 0xd1e7da73 meson_vclk_vic_supported_freq +EXPORT_SYMBOL_GPL drivers/gpu/drm/meson/meson-drm 0xf4821e76 meson_vclk_dmt_supported_freq +EXPORT_SYMBOL_GPL drivers/gpu/drm/panel/panel-samsung-s6e63m0 0x106eb6dc s6e63m0_probe +EXPORT_SYMBOL_GPL drivers/gpu/drm/panel/panel-samsung-s6e63m0 0xaf1606d1 s6e63m0_remove +EXPORT_SYMBOL_GPL drivers/gpu/drm/pl111/pl111_drm 0xffd1887c pl111_versatile_init +EXPORT_SYMBOL_GPL drivers/gpu/drm/rcar-du/rcar_cmm 0x023141fe rcar_cmm_init +EXPORT_SYMBOL_GPL drivers/gpu/drm/rcar-du/rcar_cmm 0x9cfb864f rcar_cmm_enable +EXPORT_SYMBOL_GPL drivers/gpu/drm/rcar-du/rcar_cmm 0xb5962ecd rcar_cmm_disable +EXPORT_SYMBOL_GPL drivers/gpu/drm/rcar-du/rcar_cmm 0xfcad4da6 rcar_cmm_setup +EXPORT_SYMBOL_GPL drivers/gpu/drm/rcar-du/rcar_lvds 0x037c1d6a rcar_lvds_pclk_enable +EXPORT_SYMBOL_GPL drivers/gpu/drm/rcar-du/rcar_lvds 0x91e3901f rcar_lvds_dual_link +EXPORT_SYMBOL_GPL drivers/gpu/drm/rcar-du/rcar_lvds 0xd1692446 rcar_lvds_pclk_disable +EXPORT_SYMBOL_GPL drivers/gpu/drm/rcar-du/rcar_lvds 0xdd32123a rcar_lvds_is_connected +EXPORT_SYMBOL_GPL drivers/gpu/drm/rcar-du/rcar_mipi_dsi 0x24b204b8 rcar_mipi_dsi_pclk_disable +EXPORT_SYMBOL_GPL drivers/gpu/drm/rcar-du/rcar_mipi_dsi 0xd016c776 rcar_mipi_dsi_pclk_enable +EXPORT_SYMBOL_GPL drivers/gpu/drm/rockchip/rockchipdrm 0x664dfb22 vop2_component_ops +EXPORT_SYMBOL_GPL drivers/gpu/drm/rockchip/rockchipdrm 0x8c5e7285 rockchip_rgb_init +EXPORT_SYMBOL_GPL drivers/gpu/drm/rockchip/rockchipdrm 0xdcab2201 vop_component_ops +EXPORT_SYMBOL_GPL drivers/gpu/drm/rockchip/rockchipdrm 0xfead7585 rockchip_rgb_fini +EXPORT_SYMBOL_GPL drivers/gpu/drm/solomon/ssd130x 0x20559b76 ssd130x_probe +EXPORT_SYMBOL_GPL drivers/gpu/drm/solomon/ssd130x 0x9bc3a380 ssd130x_remove +EXPORT_SYMBOL_GPL drivers/gpu/drm/solomon/ssd130x 0xd4c0097c ssd130x_shutdown +EXPORT_SYMBOL_GPL drivers/gpu/host1x/host1x 0x2322b416 host1x_memory_context_put +EXPORT_SYMBOL_GPL drivers/gpu/host1x/host1x 0x240a2c48 host1x_memory_context_alloc +EXPORT_SYMBOL_GPL drivers/gpu/host1x/host1x 0x7086e6d6 host1x_memory_context_get +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x02f46d26 __tracepoint_gb_message_submit +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x10d1956f gb_hd_put +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 0x19d3d32f greybus_data_rcvd +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x1df36df8 __traceiter_gb_message_submit +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x24f84ca8 gb_hd_cport_reserve +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x3865fb1e gb_operation_unidirectional_timeout +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x3ba0bed9 gb_operation_put +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x3f3658a1 gb_debugfs_get +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x4263e9d0 __traceiter_gb_hd_release +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x4c093a11 gb_operation_get +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x50fcbbb9 gb_operation_cancel +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x54a21dca gb_connection_create_flags +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x5ad3f2d7 __tracepoint_gb_hd_add +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x5b6b7904 gb_hd_cport_release_reserved +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x5b9f92c5 gb_hd_shutdown +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x5c0a8043 __tracepoint_gb_hd_in +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x5d2796e4 gb_connection_create_offloaded +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x615d7eba greybus_message_sent +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x6213634d __tracepoint_gb_hd_create +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x64cb5abd gb_connection_disable_rx +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x677a7f28 greybus_deregister_driver +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x67e9e0bb __traceiter_gb_hd_in +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x6d3bb9ec __SCK__tp_func_gb_message_submit +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x81e221fb __SCK__tp_func_gb_hd_create +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x8673c046 gb_connection_latency_tag_enable +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x8876d467 gb_operation_get_payload_size_max +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x89f514a1 __SCK__tp_func_gb_hd_in +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x8cc1ecd7 gb_connection_destroy +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x8f365cb4 gb_hd_del +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x9546139d gb_svc_intf_set_power_mode +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x967f5340 gb_operation_request_send_sync_timeout +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x970782e1 gb_connection_disable +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xa416e2da __tracepoint_gb_hd_del +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xa5d3ffb4 gb_interface_request_mode_switch +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xaf93ae0b gb_operation_request_send +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xb538455c greybus_register_driver +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xbe04c8f3 gb_hd_add +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xc11ace72 gb_connection_enable +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xd1005e76 gb_connection_latency_tag_disable +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xd2320569 gb_connection_create +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xd253325d __traceiter_gb_hd_add +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xd3e646d9 __tracepoint_gb_hd_release +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xd5561dc5 gb_operation_sync_timeout +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xd610409f __traceiter_gb_hd_create +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xde062b0b gb_operation_result +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xe1998592 __traceiter_gb_hd_del +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xea35a67f gb_connection_enable_tx +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xeac79e1a __SCK__tp_func_gb_hd_del +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xeba2fb7e gb_operation_response_alloc +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xf01d7a36 gb_hd_output +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xf107a122 __SCK__tp_func_gb_hd_release +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xfd7878d3 gb_hd_create +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xfdbe6c50 gb_connection_disable_forced +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xffaa81bf gb_operation_create_flags +EXPORT_SYMBOL_GPL drivers/hid/hid 0x05495392 hid_debug +EXPORT_SYMBOL_GPL drivers/hid/hid 0x0893eb71 __hid_register_driver +EXPORT_SYMBOL_GPL drivers/hid/hid 0x0a0b2d02 hid_match_id +EXPORT_SYMBOL_GPL drivers/hid/hid 0x0e2acf66 hid_add_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0x0fc97558 hidinput_count_leds +EXPORT_SYMBOL_GPL drivers/hid/hid 0x19d52f1f hid_quirks_exit +EXPORT_SYMBOL_GPL drivers/hid/hid 0x1c6fded0 hid_report_raw_event +EXPORT_SYMBOL_GPL drivers/hid/hid 0x1eacd3bd hid_lookup_quirk +EXPORT_SYMBOL_GPL drivers/hid/hid 0x26a8e807 hid_parse_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0x342d02c8 hid_connect +EXPORT_SYMBOL_GPL drivers/hid/hid 0x36bed21a hid_dump_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0x3b31c01c hid_setup_resolution_multiplier +EXPORT_SYMBOL_GPL drivers/hid/hid 0x45c9028f hidraw_disconnect +EXPORT_SYMBOL_GPL drivers/hid/hid 0x4682568e hidraw_connect +EXPORT_SYMBOL_GPL drivers/hid/hid 0x46839d30 hid_hw_open +EXPORT_SYMBOL_GPL drivers/hid/hid 0x4f6e1cff hid_destroy_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0x53547f6c hid_driver_suspend +EXPORT_SYMBOL_GPL drivers/hid/hid 0x669172f4 hid_hw_raw_request +EXPORT_SYMBOL_GPL drivers/hid/hid 0x6ad35dd6 hid_disconnect +EXPORT_SYMBOL_GPL drivers/hid/hid 0x77ec2352 hid_hw_start +EXPORT_SYMBOL_GPL drivers/hid/hid 0x7aa17ccb hidraw_report_event +EXPORT_SYMBOL_GPL drivers/hid/hid 0x7da61a49 hid_set_field +EXPORT_SYMBOL_GPL drivers/hid/hid 0x81590259 hid_ignore +EXPORT_SYMBOL_GPL drivers/hid/hid 0x8407268a hid_field_extract +EXPORT_SYMBOL_GPL drivers/hid/hid 0x85b23d9d hidinput_report_event +EXPORT_SYMBOL_GPL drivers/hid/hid 0x8b13a8b8 hid_snto32 +EXPORT_SYMBOL_GPL drivers/hid/hid 0x8bc2c398 hidinput_calc_abs_res +EXPORT_SYMBOL_GPL drivers/hid/hid 0x949dbc90 hid_allocate_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0x9b88685b hid_check_keys_pressed +EXPORT_SYMBOL_GPL drivers/hid/hid 0x9f131470 hid_resolv_usage +EXPORT_SYMBOL_GPL drivers/hid/hid 0xa2410f81 hid_hw_output_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0xa43e6a33 hid_match_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0xa6e26b04 hid_dump_input +EXPORT_SYMBOL_GPL drivers/hid/hid 0xa84c15a1 hid_register_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0xa99b0736 hid_dump_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0xaa615251 hid_input_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0xaf6044f2 hidinput_connect +EXPORT_SYMBOL_GPL drivers/hid/hid 0xb062655a hid_driver_resume +EXPORT_SYMBOL_GPL drivers/hid/hid 0xb35fc851 hid_hw_stop +EXPORT_SYMBOL_GPL drivers/hid/hid 0xb5fd86a7 hid_driver_reset_resume +EXPORT_SYMBOL_GPL drivers/hid/hid 0xb9297fa1 hid_unregister_driver +EXPORT_SYMBOL_GPL drivers/hid/hid 0xc6536c01 hid_hw_request +EXPORT_SYMBOL_GPL drivers/hid/hid 0xc8722c91 hid_alloc_report_buf +EXPORT_SYMBOL_GPL drivers/hid/hid 0xcc20915f hidinput_disconnect +EXPORT_SYMBOL_GPL drivers/hid/hid 0xdb0cd3ba __hid_request +EXPORT_SYMBOL_GPL drivers/hid/hid 0xdbe52392 hid_output_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0xdc0ab2f4 hid_open_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0xdd7179ce hid_hw_close +EXPORT_SYMBOL_GPL drivers/hid/hid 0xe1f8c071 hid_compare_device_paths +EXPORT_SYMBOL_GPL drivers/hid/hid 0xe4af66b5 hidinput_get_led_field +EXPORT_SYMBOL_GPL drivers/hid/hid 0xe5feff9f hid_debug_event +EXPORT_SYMBOL_GPL drivers/hid/hid 0xf410a8d1 hid_validate_values +EXPORT_SYMBOL_GPL drivers/hid/hid 0xfa355613 hid_quirks_init +EXPORT_SYMBOL_GPL drivers/hid/hid 0xfe0a986c hid_dump_field +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat 0x2f622ea1 roccat_disconnect +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat 0x3e4427c8 roccat_report_event +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat 0xa7eec8ce roccat_connect +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0x0cb012cc roccat_common2_sysfs_write +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0x31a27ec3 roccat_common2_send +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0xa70d076b roccat_common2_sysfs_read +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0xcd115292 roccat_common2_device_init_struct +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0xdca44d75 roccat_common2_send_with_status +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0xf1917803 roccat_common2_receive +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x1f2e3c4a hid_sensor_get_usage_index +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x69c61b63 sensor_hub_register_callback +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x86510a05 sensor_hub_input_get_attribute_info +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x92fac00a sensor_hub_input_attr_get_raw_value +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x948764dc sensor_hub_get_feature +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0xab705c62 sensor_hub_remove_callback +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0xb5a209a4 sensor_hub_device_close +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0xd5b0fa30 sensor_hub_device_open +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0xf3c78d79 sensor_hub_set_feature +EXPORT_SYMBOL_GPL drivers/hid/hid-vivaldi-common 0x2c2d7952 vivaldi_feature_mapping +EXPORT_SYMBOL_GPL drivers/hid/hid-vivaldi-common 0x92213375 vivaldi_attribute_groups +EXPORT_SYMBOL_GPL drivers/hid/i2c-hid/i2c-hid 0x046c5f59 i2c_hid_ll_driver +EXPORT_SYMBOL_GPL drivers/hid/i2c-hid/i2c-hid 0x30cb7e13 i2c_hid_core_shutdown +EXPORT_SYMBOL_GPL drivers/hid/i2c-hid/i2c-hid 0xc6ed5503 i2c_hid_core_remove +EXPORT_SYMBOL_GPL drivers/hid/i2c-hid/i2c-hid 0xd4d153f6 i2c_hid_core_probe +EXPORT_SYMBOL_GPL drivers/hid/i2c-hid/i2c-hid 0xf5a13a30 i2c_hid_core_pm +EXPORT_SYMBOL_GPL drivers/hid/surface-hid/surface_hid_core 0x26e92c82 surface_hid_pm_ops +EXPORT_SYMBOL_GPL drivers/hid/surface-hid/surface_hid_core 0xe83a80d8 surface_hid_device_add +EXPORT_SYMBOL_GPL drivers/hid/surface-hid/surface_hid_core 0xf45100a6 surface_hid_device_destroy +EXPORT_SYMBOL_GPL drivers/hid/uhid 0x93016c94 uhid_hid_driver +EXPORT_SYMBOL_GPL drivers/hid/usbhid/usbhid 0x39a7fd74 hiddev_hid_event +EXPORT_SYMBOL_GPL drivers/hid/usbhid/usbhid 0x7aa76940 usb_hid_driver +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x04b14eb9 hsi_add_clients_from_dt +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x06c02f6b hsi_alloc_controller +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x0c9c2e0e hsi_release_port +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x0ea5004c hsi_port_unregister_clients +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x3ea683a5 hsi_register_controller +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x3f857dd5 hsi_alloc_msg +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x4a731982 hsi_remove_client +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x5210a5bf hsi_board_list +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x63c8e880 hsi_claim_port +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x868c97ea hsi_register_client_driver +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x8f13ed35 hsi_get_channel_id_by_name +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x8f738dff hsi_register_port_event +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xc05dd32b hsi_async +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xd0a67664 hsi_event +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xe5557604 hsi_put_controller +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xe76cc464 hsi_new_client +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xede13bee hsi_unregister_port_event +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xefd2e51a hsi_free_msg +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xf226f090 hsi_unregister_controller +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x003b5820 vmbus_connect_ring +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x0b90ac69 vmbus_open +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x1ca2965d __vmbus_driver_register +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x216ce2b4 vmbus_establish_gpadl +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x2e01bab3 vmbus_close +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x31e2e77f vmbus_free_mmio +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x321055cb vmbus_prep_negotiate_resp +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x46a417ca vmbus_proto_version +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x470b8e22 vmbus_hvsock_device_unregister +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 0x58498bf7 vmbus_set_chn_rescind_callback +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x5cb0a95f vmbus_set_event +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x6dd16efd vmbus_free_ring +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x73497d78 __vmbus_request_addr_match +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x768990e4 vmbus_send_modifychannel +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x7fce0ce4 vmbus_driver_unregister +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x80924b3e vmbus_sendpacket_mpb_desc +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x82435a0a vmbus_allocate_mmio +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x831b3ee8 vmbus_set_sc_create_callback +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x85f8cba9 vmbus_next_request_id +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x9685ed3b vmbus_request_addr_match +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xa11457dd vmbus_teardown_gpadl +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xaa598029 hv_ringbuffer_spinlock_busy +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xb0c0b5d2 vmbus_setevent +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xb9afe0d5 vmbus_disconnect_ring +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xc2b64898 vmbus_request_addr +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xc75d6ffb vmbus_sendpacket_pagebuffer +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xcf2808b3 vmbus_alloc_ring +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xd91beea1 vmbus_connection +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xdafbf01c hv_pkt_iter_close +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xdfa9f373 vmbus_recvpacket_raw +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xe395be1c __hv_pkt_iter_next +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xf219b7df hv_pkt_iter_first +EXPORT_SYMBOL_GPL drivers/hwmon/adt7x10 0x359f3150 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 0x106999b8 nct6775_update_device +EXPORT_SYMBOL_GPL drivers/hwmon/nct6775-core 0x21488afe nct6775_probe +EXPORT_SYMBOL_GPL drivers/hwmon/nct6775-core 0x46cf53a0 nct6775_show_alarm +EXPORT_SYMBOL_GPL drivers/hwmon/nct6775-core 0x6ce968fa nct6775_show_beep +EXPORT_SYMBOL_GPL drivers/hwmon/nct6775-core 0xabcd73e1 nct6775_reg_is_word_sized +EXPORT_SYMBOL_GPL drivers/hwmon/nct6775-core 0xbcca27a0 nct6775_store_beep +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0x0c62aa71 intel_th_trace_switch +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0x0d9b29d8 intel_th_output_enable +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0x28fb231a intel_th_driver_register +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0x3931515c intel_th_set_output +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0x3e84b14a intel_th_trace_disable +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0x48adbc18 intel_th_driver_unregister +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0xa252033c intel_th_trace_enable +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0xdcd1663b intel_th_alloc +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0xe22798b3 intel_th_free +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th_msu 0x8cad0c9c intel_th_msu_buffer_register +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th_msu 0x8e2bd89f intel_th_msu_buffer_unregister +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th_msu 0xd54a4ee9 intel_th_msc_window_unlock +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0x00b86208 stm_source_unregister_device +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0x2af8e1e9 stm_unregister_device +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0x3c4cfa96 to_pdrv_policy_node +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0x6be7b446 stm_register_device +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0x755a4b56 stm_unregister_protocol +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0x8921656f stm_source_write +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0xbf1311e7 stm_register_protocol +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0xddd09468 stm_data_write +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0xfed92cdb stm_source_register_device +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-ccgx-ucsi 0xfa9efcb9 i2c_new_ccgx_ucsi +EXPORT_SYMBOL_GPL drivers/i2c/i2c-mux 0x124a5e0b i2c_root_adapter +EXPORT_SYMBOL_GPL drivers/i2c/i2c-mux 0x173ecae9 i2c_mux_add_adapter +EXPORT_SYMBOL_GPL drivers/i2c/i2c-mux 0x6592b460 i2c_mux_alloc +EXPORT_SYMBOL_GPL drivers/i2c/i2c-mux 0x94d7cf45 i2c_mux_del_adapters +EXPORT_SYMBOL_GPL drivers/i2c/i2c-smbus 0x4a97cc14 i2c_free_slave_host_notify_device +EXPORT_SYMBOL_GPL drivers/i2c/i2c-smbus 0x6010ad43 i2c_new_slave_host_notify_device +EXPORT_SYMBOL_GPL drivers/i2c/i2c-smbus 0x67b9d078 i2c_handle_smbus_alert +EXPORT_SYMBOL_GPL drivers/i2c/i2c-smbus 0xddef7c4a i2c_register_spd +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x115df968 i3c_driver_register_with_owner +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x2d4f6211 i3c_master_enec_locked +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x3a1508f4 i3c_device_enable_ibi +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x3be76221 dev_to_i3cdev +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x4c1cd19b i3c_master_get_free_addr +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x4dd02b96 i3c_master_register +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x4ec88ebb i3c_device_do_priv_xfers +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x4f1e4740 i3c_generic_ibi_get_free_slot +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x5dbaa61f i3c_master_defslvs_locked +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x694566ff i3c_master_disec_locked +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x76fe3e05 i3c_generic_ibi_free_pool +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x7e6fb488 i3c_device_disable_ibi +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x800a6314 i3c_driver_unregister +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x83abc1d7 i3c_device_match_id +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x83ccbb39 i3c_generic_ibi_alloc_pool +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x9b2f024b i3c_master_do_daa +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x9bbd544c i3c_master_entdaa_locked +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x9e91a413 i3cdev_to_dev +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xa0260549 i3c_master_set_info +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xb865a26a i3c_master_unregister +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xb9df7896 i3c_device_request_ibi +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xc5201fd3 i3c_master_add_i3c_dev_locked +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xcee77067 i3c_device_get_info +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xe79f44dd i3c_master_queue_ibi +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xebb0112f i3c_device_do_setdasa +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xedf8202f i3c_device_free_ibi +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xf350dfb2 i3c_generic_ibi_recycle_slot +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-cb 0x122908cd 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 0x51584a02 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 0x9acf62ab iio_channel_cb_set_buffer_watermark +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-cb 0xc98582db iio_channel_cb_get_iio_dev +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0x394a640d iio_dma_buffer_release +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0x39dab2ff iio_dma_buffer_block_list_abort +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0x74fa362f iio_dma_buffer_request_update +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0x9d449db4 iio_dma_buffer_disable +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0xb11521d4 iio_dma_buffer_init +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0xb5050c11 iio_dma_buffer_read +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0xb570f169 iio_dma_buffer_set_length +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0xb5f48642 iio_dma_buffer_block_done +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0xc0758897 iio_dma_buffer_exit +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0xc70ddfce iio_dma_buffer_data_available +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0xc9fc6bd6 iio_dma_buffer_set_bytes_per_datum +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0xf8751ad2 iio_dma_buffer_enable +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dmaengine 0xea513264 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 0x9671bc15 iio_hw_consumer_free +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-hw-consumer 0xa3777e58 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-hw-consumer 0xf50d7fe7 devm_iio_hw_consumer_alloc +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-triggered-buffer 0x887a81a4 devm_iio_triggered_buffer_setup_ext +EXPORT_SYMBOL_GPL drivers/iio/buffer/kfifo_buf 0xc0440ca7 devm_iio_kfifo_buffer_setup_ext +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0x2c8e6328 cros_ec_sensors_core_read +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0x4811a22b cros_ec_sensors_core_register +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0x532f2ce0 cros_ec_sensors_core_read_avail +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0x64a826d6 cros_ec_sensors_pm_ops +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0x729fbcfc cros_ec_sensors_ext_info +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0x9630e96a cros_ec_sensors_core_write +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 0xa1aab813 cros_ec_sensors_read_cmd +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0xb0c50c39 cros_ec_motion_send_host_cmd +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0xcb1f9574 cros_ec_sensors_push_data +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0xd80a194a cros_ec_sensors_core_init +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0xe44999e5 cros_ec_sensors_read_lpc +EXPORT_SYMBOL_GPL drivers/iio/gyro/bmg160_core 0x2e534ae5 bmg160_core_remove +EXPORT_SYMBOL_GPL drivers/iio/gyro/bmg160_core 0x7271916e bmg160_core_probe +EXPORT_SYMBOL_GPL drivers/iio/gyro/bmg160_core 0xc3194aff bmg160_pm_ops +EXPORT_SYMBOL_GPL drivers/iio/imu/fxos8700_core 0x551c71d8 fxos8700_core_probe +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x0202b6b6 iio_read_avail_channel_attribute +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x0395f1a8 iio_write_channel_raw +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x0cdf724b devm_iio_channel_get +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x0ec3a2d5 iio_device_get_current_mode +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x11135b5e iio_channel_release_all +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x120856de iio_validate_scan_mask_onehot +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x19c587ef iio_device_claim_buffer_mode +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x1adad087 iio_read_channel_scale +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x1bf8fcbd iio_write_channel_ext_info +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x23847a66 iio_read_channel_processed +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x238cd26d iio_get_debugfs_dentry +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x26f6b499 iio_str_to_fixpoint +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x2ac6e4dc iio_show_mount_matrix +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x2dd6eb07 iio_read_channel_ext_info +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x356478bd devm_fwnode_iio_channel_get_by_name +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x35819631 iio_pop_from_buffer +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x39d513c8 devm_iio_map_array_register +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x474e37dd __devm_iio_trigger_alloc +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x4d6be85e iio_channel_release +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x4dce7dd4 iio_format_value +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x52a58aeb iio_read_avail_channel_raw +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x59887d0d iio_read_max_channel_raw +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x5ca31d73 devm_iio_trigger_register +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x61e1504e iio_device_attach_buffer +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x6aa12d52 iio_channel_get +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x6aab3cd7 iio_device_release_direct_mode +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x70474e0a iio_device_id +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x7c617e59 iio_read_channel_processed_scale +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x80afb55f iio_channel_get_all +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x83aa24e0 iio_map_array_register +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x84584627 iio_device_release_buffer_mode +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x85373f37 __devm_iio_device_register +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x8a006cce iio_buffer_get +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x8c13ae8e iio_read_channel_raw +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x8d88c752 iio_buffer_put +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x9375efc0 fwnode_iio_channel_get_by_name +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x9c52e0c3 iio_push_to_buffers_with_ts_unaligned +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xa7ec7acf iio_get_channel_ext_info_count +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xa8375a83 iio_get_channel_type +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xafc1c3e2 iio_dealloc_pollfunc +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xb1a7bf53 iio_read_channel_average_raw +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xbe4edaa8 iio_enum_available_read +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xc3a6538d devm_iio_channel_get_all +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xc3c70d34 iio_buffer_enabled +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xc4bb4b0c devm_iio_device_alloc +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xcddd85c4 iio_read_channel_attribute +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xcf6b48b4 iio_enum_write +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xd87d56ff iio_convert_raw_to_processed +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xd912ad9c iio_alloc_pollfunc +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xdb3600a2 iio_enum_read +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xdeecbddd iio_update_buffers +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xe65ae958 iio_read_channel_offset +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xe8f8a80b iio_map_array_unregister +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xebba099e iio_push_to_buffers +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xf736fd1f iio_device_claim_direct_mode +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xf77be2c3 iio_write_channel_attribute +EXPORT_SYMBOL_GPL drivers/infiniband/core/ib_core 0xdbd019c4 ib_wq +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0x030ea97c rtrs_iu_post_rdma_write_imm +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0x08309ad4 rtrs_cq_qp_create +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0x1a7622a4 rtrs_iu_alloc +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0x369a25c1 rtrs_stop_hb +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0x5fd22055 rtrs_init_hb +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0x6729dab5 rtrs_post_recv_empty +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0x82d84968 rtrs_start_hb +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0x87b47eac rtrs_iu_free +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0xcc3f7273 rtrs_iu_post_send +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0xce1125ea rtrs_send_hb_ack +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0xd4da8450 rtrs_cq_qp_destroy +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0xff71f114 rtrs_iu_post_recv +EXPORT_SYMBOL_GPL drivers/input/ff-memless 0x1cc273e3 input_ff_create_memless +EXPORT_SYMBOL_GPL drivers/input/matrix-keymap 0x4ad0697b matrix_keypad_parse_properties +EXPORT_SYMBOL_GPL drivers/input/misc/adxl34x 0x66535a18 adxl34x_suspend +EXPORT_SYMBOL_GPL drivers/input/misc/adxl34x 0x7c202bfd adxl34x_probe +EXPORT_SYMBOL_GPL drivers/input/misc/adxl34x 0xe4586827 adxl34x_resume +EXPORT_SYMBOL_GPL drivers/input/misc/adxl34x 0xec511022 adxl34x_remove +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x10b916fe rmi_2d_sensor_abs_process +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x1be00af8 rmi_driver_suspend +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x1bf34acd rmi_2d_sensor_rel_report +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x289a5524 rmi_driver_resume +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x44b0e59a rmi_set_attn_data +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x4f409803 rmi_dbg +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x6832a907 __rmi_register_function_handler +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x7de8ba0b rmi_2d_sensor_configure_input +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0xa87626c9 rmi_register_transport_device +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0xa9467155 rmi_unregister_function_handler +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0xaef44017 rmi_of_property_read_u32 +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0xc4e24de5 rmi_2d_sensor_of_probe +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0xd584b23b rmi_2d_sensor_abs_report +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp4_core 0x5d0a4b17 cyttsp4_remove +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp4_core 0x69117204 cyttsp4_pm_ops +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp4_core 0xdeb536f2 cyttsp4_probe +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_core 0xe94bd878 cyttsp_probe +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_core 0xfb84e7f9 cyttsp_pm_ops +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_i2c_common 0x20965368 cyttsp_i2c_read_block_data +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_i2c_common 0x7ea210a3 cyttsp_i2c_write_block_data +EXPORT_SYMBOL_GPL drivers/input/touchscreen/tsc200x-core 0x13b4da21 tsc200x_pm_ops +EXPORT_SYMBOL_GPL drivers/input/touchscreen/tsc200x-core 0xd1276dab tsc200x_remove +EXPORT_SYMBOL_GPL drivers/input/touchscreen/tsc200x-core 0xea3b6681 tsc200x_regmap_config +EXPORT_SYMBOL_GPL drivers/input/touchscreen/tsc200x-core 0xfa19c081 tsc200x_probe +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x010d25c1 wm97xx_reg_write +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x0ec76450 wm9712_codec +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x1379790a wm9705_codec +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x26c16cd9 wm97xx_set_suspend_mode +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xb047b5ea wm97xx_register_mach_ops +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xb70288b9 wm97xx_reg_read +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xc26d64ce wm9713_codec +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xe031ff65 wm97xx_get_gpio +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xe839dfc8 wm97xx_unregister_mach_ops +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xe8899018 wm97xx_config_gpio +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xf0eae3ab wm97xx_read_aux_adc +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xf8822368 wm97xx_set_gpio +EXPORT_SYMBOL_GPL drivers/interconnect/imx/imx-interconnect 0x1d6b8f9e imx_icc_unregister +EXPORT_SYMBOL_GPL drivers/interconnect/imx/imx-interconnect 0x2bcffbed imx_icc_register +EXPORT_SYMBOL_GPL drivers/interconnect/qcom/icc-bcm-voter 0x0253e279 qcom_icc_bcm_voter_add +EXPORT_SYMBOL_GPL drivers/interconnect/qcom/icc-bcm-voter 0x0b39b783 qcom_icc_bcm_voter_commit +EXPORT_SYMBOL_GPL drivers/interconnect/qcom/icc-bcm-voter 0x44280d11 of_bcm_voter_get +EXPORT_SYMBOL_GPL drivers/interconnect/qcom/icc-rpmh 0x0a6f9118 qcom_icc_aggregate +EXPORT_SYMBOL_GPL drivers/interconnect/qcom/icc-rpmh 0x14b14c8a qcom_icc_rpmh_probe +EXPORT_SYMBOL_GPL drivers/interconnect/qcom/icc-rpmh 0x4c7d0bd7 qcom_icc_rpmh_remove +EXPORT_SYMBOL_GPL drivers/interconnect/qcom/icc-rpmh 0xd4bef2c4 qcom_icc_set +EXPORT_SYMBOL_GPL drivers/interconnect/qcom/icc-rpmh 0xd81a4994 qcom_icc_bcm_init +EXPORT_SYMBOL_GPL drivers/interconnect/qcom/icc-rpmh 0xe82535b1 qcom_icc_pre_aggregate +EXPORT_SYMBOL_GPL drivers/interconnect/qcom/icc-smd-rpm 0x81e513ad qcom_icc_rpm_smd_available +EXPORT_SYMBOL_GPL drivers/interconnect/qcom/icc-smd-rpm 0xe8dbdc6c qcom_icc_rpm_smd_send +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x0af8373f ipack_bus_register +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x0e876e93 ipack_put_device +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x2665c02c ipack_driver_register +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x2da762f8 ipack_device_del +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x46e2e142 ipack_get_device +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0xc3c87a27 ipack_device_add +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0xcb24a475 ipack_driver_unregister +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0xdba20143 ipack_bus_unregister +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0xea0c77b7 ipack_device_init +EXPORT_SYMBOL_GPL drivers/leds/led-class-flash 0x28576020 led_set_flash_brightness +EXPORT_SYMBOL_GPL drivers/leds/led-class-flash 0x426ac6d3 led_classdev_flash_register_ext +EXPORT_SYMBOL_GPL drivers/leds/led-class-flash 0x5d9485a3 led_set_flash_timeout +EXPORT_SYMBOL_GPL drivers/leds/led-class-flash 0x8fd64e62 led_classdev_flash_unregister +EXPORT_SYMBOL_GPL drivers/leds/led-class-flash 0x948ca6a5 led_get_flash_fault +EXPORT_SYMBOL_GPL drivers/leds/led-class-flash 0xc984729f devm_led_classdev_flash_unregister +EXPORT_SYMBOL_GPL drivers/leds/led-class-flash 0xe8221715 led_update_flash_brightness +EXPORT_SYMBOL_GPL drivers/leds/led-class-flash 0xf404b86b devm_led_classdev_flash_register_ext +EXPORT_SYMBOL_GPL drivers/leds/led-class-multicolor 0x1013d025 led_mc_calc_color_components +EXPORT_SYMBOL_GPL drivers/leds/led-class-multicolor 0x4718bf0b devm_led_classdev_multicolor_unregister +EXPORT_SYMBOL_GPL drivers/leds/led-class-multicolor 0x8a2c6424 led_classdev_multicolor_register_ext +EXPORT_SYMBOL_GPL drivers/leds/led-class-multicolor 0xaa1281bc devm_led_classdev_multicolor_register_ext +EXPORT_SYMBOL_GPL drivers/leds/led-class-multicolor 0xeaeccc3b led_classdev_multicolor_unregister +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x2866331a lp55xx_is_extclk_used +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x2b87a240 lp55xx_register_sysfs +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x3228619f lp55xx_update_bits +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x5bc95640 lp55xx_of_populate_pdata +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x61c2f165 lp55xx_read +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x72269877 lp55xx_register_leds +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x7c42f973 lp55xx_init_device +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x7c5b7b9e lp55xx_write +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0xb243672e lp55xx_unregister_sysfs +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0xcd07cab5 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 0x051b2215 __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 0x0826e917 __tracepoint_bcache_read +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x0bc0be45 __SCK__tp_func_bcache_bypass_sequential +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x0c00f832 __traceiter_bcache_gc_end +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x15f3de09 __SCK__tp_func_bcache_read_retry +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x16ea7222 __tracepoint_bcache_journal_full +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 0x191717af __tracepoint_bcache_btree_set_root +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x1934a9a9 __tracepoint_bcache_writeback +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 0x1c71a406 __tracepoint_bcache_btree_node_free +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 0x284a6bff __tracepoint_bcache_gc_start +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x2909bc5d __tracepoint_bcache_btree_read +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x2a0e014e __tracepoint_bcache_btree_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x2af60833 __SCK__tp_func_bcache_writeback_collision +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x2d315e9b __traceiter_bcache_btree_node_free +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x3257d343 __tracepoint_bcache_gc_copy +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x3d664574 __traceiter_bcache_alloc_fail +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x46bfabee __tracepoint_bcache_writeback_collision +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x46c66897 __SCK__tp_func_bcache_btree_read +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x4a2d1241 __SCK__tp_func_bcache_btree_node_compact +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x4d87935c __traceiter_bcache_journal_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x51d0e534 __SCK__tp_func_bcache_btree_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x53b5e5e3 __tracepoint_bcache_journal_entry_full +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x5b120bcb __traceiter_bcache_btree_insert_key +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x5b2004fd __traceiter_bcache_btree_node_split +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x5cc8cb86 __tracepoint_bcache_btree_insert_key +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 0x6300f57a __traceiter_bcache_btree_node_alloc_fail +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x64e39418 __traceiter_bcache_writeback_collision +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x66284a52 __traceiter_bcache_read_retry +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x6697827f __SCK__tp_func_bcache_writeback +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x690dd415 __tracepoint_bcache_btree_node_alloc +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x6e74dca7 __SCK__tp_func_bcache_btree_node_free +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x74cec677 __traceiter_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 0x7a3c0ac3 __tracepoint_bcache_read_retry +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x80d7d080 __traceiter_bcache_read +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x80e3881d __SCK__tp_func_bcache_request_end +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x830df522 __tracepoint_bcache_btree_node_split +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x862dfa21 __tracepoint_bcache_btree_cache_cannibalize +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x880d5259 __traceiter_bcache_invalidate +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x8ad20d61 __SCK__tp_func_bcache_request_start +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x8c482d2b __traceiter_bcache_btree_node_alloc +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x902cb523 __tracepoint_bcache_gc_copy_collision +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x9865dbc4 __tracepoint_bcache_gc_end +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x9a01fd9d __traceiter_bcache_btree_node_compact +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x9a109418 __traceiter_bcache_gc_start +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x9a6f4d9f __SCK__tp_func_bcache_read +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x9bc84a2a __traceiter_bcache_btree_set_root +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x9ce21c84 __SCK__tp_func_bcache_journal_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xa14fdbcf __tracepoint_bcache_btree_node_alloc_fail +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xa187023e __SCK__tp_func_bcache_alloc_fail +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xa51d8b25 __traceiter_bcache_btree_read +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 0xb2dae41a __traceiter_bcache_bypass_sequential +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xb5a62a8c __traceiter_bcache_cache_insert +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xb912ae0b __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 0xbc268695 __tracepoint_bcache_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xc1857470 __tracepoint_bcache_bypass_congested +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xc78d7102 __tracepoint_bcache_invalidate +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xc8ae4213 __SCK__tp_func_bcache_btree_node_alloc +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xce48d6f4 __tracepoint_bcache_alloc_fail +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xd0430fe1 __traceiter_bcache_btree_cache_cannibalize +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xd15b187a __traceiter_bcache_btree_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xd4c5989d __traceiter_bcache_bypass_congested +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xd9d5b027 __traceiter_bcache_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xda06fe86 __SCK__tp_func_bcache_btree_node_alloc_fail +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xda34124d __traceiter_bcache_journal_full +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xddcf2a09 __traceiter_bcache_request_start +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xe113a347 __traceiter_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 0xe202b8e6 __tracepoint_bcache_bypass_sequential +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 0xed37c90e __tracepoint_bcache_cache_insert +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xee55d047 __tracepoint_bcache_journal_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xef7eec02 __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 0xf865c1a2 __tracepoint_bcache_request_start +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xfb3d6c67 __tracepoint_bcache_request_end +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xfd6b5d80 __SCK__tp_func_bcache_btree_insert_key +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x08c6cf63 dm_bio_prison_alloc_cell +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x1145490a dm_bio_prison_free_cell_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x17dcfe20 dm_bio_detain +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x17dd39d6 dm_deferred_set_create +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x20fdeec5 dm_cell_release +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x2eb01e04 dm_deferred_set_destroy +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x2edde6e5 dm_bio_prison_alloc_cell_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x43f6a842 dm_cell_quiesce_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x5729eaf9 dm_cell_error +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x5de0c4b8 dm_get_cell +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 0x8b7b74ae dm_cell_release_no_holder +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x8c302630 dm_cell_visit_release +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x94c296fd dm_cell_unlock_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xace9b57b dm_bio_prison_destroy_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xacf30f33 dm_bio_prison_free_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 0xbf0d1788 dm_cell_lock_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xca2e3a88 dm_deferred_entry_inc +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xd99e003d dm_bio_prison_create_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xda55a233 dm_cell_get_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xf332efd0 dm_cell_put_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xf48809e9 dm_cell_lock_promote_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xf64b66ad dm_cell_promote_or_release +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x0ad0dc4f dm_bufio_mark_buffer_dirty +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x1edbe61d 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 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 0xb2438d54 dm_bufio_release_move +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xc0d7df85 dm_bufio_new +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xc9a3422d dm_bufio_write_dirty_buffers_async +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xcd2ba798 dm_bufio_forget +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xd4bddf5c dm_bufio_issue_flush +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xd991e3b9 dm_bufio_get_device_size +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xe6024e59 dm_bufio_release +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xebcc64a4 dm_bufio_get_block_data +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xeca7949e dm_bufio_client_destroy +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xed3283a4 dm_bufio_set_sector_offset +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xf241a6eb dm_bufio_forget_buffers +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x0efbca4c btracker_promotion_already_present +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x1c852cab btracker_nr_demotions_queued +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x23ddc5ab dm_cache_policy_get_version +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x37ef59a5 dm_cache_policy_get_name +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x481a0b15 btracker_create +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x4becb830 dm_cache_policy_get_hint_size +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x50b3c64c dm_cache_policy_create +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x5adc2807 btracker_destroy +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x65eea825 btracker_nr_writebacks_queued +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x87bee547 btracker_queue +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0xa13b239d dm_cache_policy_unregister +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0xa2365f44 btracker_issue +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0xa7eadcb5 btracker_complete +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0xdf4048aa dm_cache_policy_register +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0xf9f3e74b dm_cache_policy_destroy +EXPORT_SYMBOL_GPL drivers/md/dm-multipath 0x7cb34359 dm_register_path_selector +EXPORT_SYMBOL_GPL drivers/md/dm-multipath 0x9bc1539d dm_unregister_path_selector +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x01d2f9ac dm_rh_recovery_start +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x359a949c 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 0x529d970f 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 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 0xa573b6dd dm_rh_mark_nosync +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xa83588eb dm_rh_recovery_end +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xbe38a431 dm_rh_recovery_prepare +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xcb750cdf dm_rh_dirty_log +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xcf7a4e05 dm_rh_bio_to_region +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xd8aa4284 dm_rh_region_context +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xf3affa85 dm_rh_delay +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xf92b8a3d dm_rh_get_region_size +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xfd93482e dm_rh_recovery_in_flight +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x0054f69d dm_tm_pre_commit +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 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 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 0x7b97568e dm_block_manager_create +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x836693c5 dm_disk_bitset_init +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x87419c51 dm_array_cursor_skip +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x87c934be dm_tm_inc +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x88295b96 dm_tm_unlock +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x8e057e61 dm_array_cursor_end +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x900896b9 dm_btree_cursor_skip +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x91baa32f dm_btree_find_highest_key +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x9290e07a dm_tm_read_lock +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x932a6ffc dm_tm_shadow_block +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x94daa188 dm_bitset_cursor_next +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x95a52abd dm_bm_is_read_only +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x9718cffa dm_sm_disk_open +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x9e798e22 dm_bm_set_read_only +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xa0bc1801 dm_btree_cursor_end +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xa99029b9 dm_bitset_cursor_end +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xb940af6a dm_array_info_init +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xbdde4031 dm_btree_empty +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xd017c9c7 dm_array_new +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xd163cade dm_tm_commit +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xd8682982 dm_btree_insert +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xdb2c8e97 dm_btree_lookup +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xdf3a4e7d dm_tm_create_with_sm +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xe07a2542 dm_bitset_new +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xe0e68183 dm_array_resize +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xe781f874 dm_tm_dec +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xecc1aeba dm_bitset_test_bit +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xedf5036f dm_bitset_flush +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xf2b4509a dm_btree_cursor_get_value +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xf71f197e dm_btree_cursor_next +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x0b88cd81 cec_queue_pin_hpd_event +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x18f7daec cec_queue_pin_cec_event +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x22d9c227 cec_s_phys_addr_from_edid +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x2534d901 cec_delete_adapter +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x29dcf5d8 cec_received_msg_ts +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x365ec41e cec_s_conn_info +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x416332c8 cec_allocate_adapter +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x478c91ed cec_transmit_attempt_done_ts +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x4db58b06 cec_unregister_adapter +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x4fff4e31 cec_pin_allocate_adapter +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x6a8cd769 cec_s_phys_addr +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x700b040f cec_register_adapter +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x7650e29e cec_notifier_cec_adap_register +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x766fb633 cec_s_log_addrs +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x91933935 cec_pin_changed +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x94824fb2 cec_notifier_cec_adap_unregister +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x95e7b945 cec_transmit_done_ts +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 0xb9cc1373 cec_fill_conn_info_from_drm +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xbbf28a68 cec_notifier_conn_register +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xbbf519ff 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 0xd224f6d4 cec_notifier_parse_hdmi_phandle +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xebe007f0 cec_queue_pin_5v_event +EXPORT_SYMBOL_GPL drivers/media/common/b2c2/b2c2-flexcop 0x66c0289a b2c2_flexcop_debug +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x1cab8301 smscore_register_hotplug +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x1f49858a smscore_register_device +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x216f27bd smscore_register_client +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 0x39fe3379 sms_board_setup +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x441cb566 smscore_set_board_id +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x45284ae9 smsendian_handle_rx_message +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x4dab5927 smscore_get_device_mode +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x50a6e904 sms_board_led_feedback +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x5304e1a3 sms_board_lna_control +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x6270a905 sms_board_event +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x74ee9098 sms_board_load_modules +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x75dab175 smscore_getbuffer +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 0x9e3e6841 smscore_get_board_id +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x9e5adac0 smscore_onresponse +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xa12eef73 smscore_putbuffer +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xbbdb5c42 smscore_unregister_client +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xca534ed4 smscore_start_device +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xdd6f57cb sms_board_power +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xf34da130 smscore_unregister_hotplug +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xff719d9d smscore_unregister_device +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 0x03b44939 vb2_core_streamoff +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x05b23765 vb2_core_expbuf +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 0x118b8229 vb2_buffer_done +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x1482bc70 vb2_request_object_is_buffer +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x154fd0f2 vb2_core_reqbufs +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x23a287b8 vb2_discard_done +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x24451812 __tracepoint_vb2_buf_done +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x2593782f __tracepoint_vb2_buf_queue +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x31b328c7 vb2_core_poll +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x38ed1456 vb2_read +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x42fd60fa vb2_queue_error +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x54cb92f5 vb2_core_prepare_buf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x630b24d3 __tracepoint_vb2_qbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x6947ac3d vb2_core_queue_release +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x750c1540 vb2_core_dqbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x7b1a4cab vb2_plane_cookie +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x8126f3b7 vb2_mmap +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x860c19ba vb2_request_buffer_cnt +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x87d065f1 __traceiter_vb2_buf_done +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x935dd913 vb2_core_qbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x96795676 __traceiter_vb2_dqbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x9f6f6f28 __traceiter_vb2_qbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xa41dcc90 vb2_plane_vaddr +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xab71d399 vb2_thread_start +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xadfacfc2 vb2_thread_stop +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xaf5b64af 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 0xc024b8da vb2_core_querybuf +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 0xc81ace71 vb2_wait_for_all_buffers +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xdc915ad0 __traceiter_vb2_buf_queue +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xde387a97 vb2_core_queue_init +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xef4bc0cb vb2_write +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xf04b915c vb2_core_create_bufs +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xf703a3f9 __tracepoint_vb2_dqbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-dma-contig 0x230e4538 vb2_dma_contig_memops +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-dma-contig 0x3342aa23 vb2_dma_contig_set_max_seg_size +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-dma-sg 0xee122323 vb2_dma_sg_memops +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-memops 0x41e3eec4 vb2_common_vm_ops +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x005d3a98 vb2_ioctl_reqbufs +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x099960c7 vb2_find_buffer +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x172c409d vb2_queue_init +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x193b4e2d vb2_ioctl_prepare_buf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x1f31077e vb2_ioctl_qbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x259935bc vb2_create_bufs +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x2f4c43cf vb2_queue_change_type +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x31d0b68c vb2_fop_write +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x360f66c4 vb2_expbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x3a2151b1 vb2_ioctl_querybuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x44926710 vb2_queue_release +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x4a9e9ce9 vb2_ops_wait_prepare +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x513b1f59 vb2_video_unregister_device +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x5b266626 vb2_poll +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x772ed76c vb2_request_validate +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x77fc8ffb vb2_ioctl_streamoff +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x79468491 _vb2_fop_release +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x7ce6d518 vb2_ops_wait_finish +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x8560f672 vb2_qbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x8fc52ea0 vb2_prepare_buf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x92c09b7b vb2_ioctl_create_bufs +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xa03897db vb2_fop_read +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xab0d999e vb2_ioctl_streamon +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xad54a5f0 vb2_streamon +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xb6d34a6f vb2_reqbufs +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xc1a927b4 vb2_fop_mmap +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xc7282c30 vb2_ioctl_expbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xcf74e7b3 vb2_fop_poll +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xd1c37388 vb2_request_queue +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xd1d695a4 vb2_dqbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xe5cb39df vb2_ioctl_dqbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xf5a69889 vb2_fop_release +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xfc0060cd vb2_queue_init_name +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xfeb9fae4 vb2_streamoff +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-vmalloc 0xdb54196c vb2_vmalloc_memops +EXPORT_SYMBOL_GPL drivers/media/dvb-core/dvb-core 0x04bf9320 dvb_create_media_graph +EXPORT_SYMBOL_GPL drivers/media/dvb-core/dvb-core 0x23d64c44 dvb_module_probe +EXPORT_SYMBOL_GPL drivers/media/dvb-core/dvb-core 0x7ef82461 dvb_module_release +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/as102_fe 0x50f18e2a as102_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/cx24117 0x92cf465d cx24117_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/gp8psk-fe 0x6ba3c4da gp8psk_fe_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/mxl5xx 0xa8978441 mxl5xx_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stv0910 0x3bcd31c8 stv0910_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stv6111 0x1a96d4de stv6111_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tda18271c2dd 0xd1e3f5c7 tda18271c2dd_attach +EXPORT_SYMBOL_GPL drivers/media/i2c/aptina-pll 0x3ce6d585 aptina_pll_calculate +EXPORT_SYMBOL_GPL drivers/media/i2c/ccs-pll 0x550e6e52 ccs_pll_calculate +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0x11a9163b max9271_configure_i2c +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0x15a3f280 max9271_set_translation +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0x314e5494 max9271_set_deserializer_address +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0x5149ac1b max9271_disable_gpios +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0x51743f0e max9271_verify_id +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0x7a9a36df max9271_enable_gpios +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0x877b0366 max9271_clear_gpios +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0xa1a2f8eb max9271_set_address +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0xa3ab6c10 max9271_set_serial_link +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0xa8864cbb max9271_set_high_threshold +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0xb6a15237 max9271_configure_gmsl_link +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0xd60db2e4 max9271_set_gpios +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0xd883aadb max9271_wake_up +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x047050cf media_entity_enum_init +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x05a93a6f media_entity_find_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x05c76635 media_device_unregister_entity +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x0f8ae137 __media_device_register +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x103c1ec2 media_request_get_by_fd +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x112d6905 media_remove_intf_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x1bbba6bc media_device_cleanup +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x1bf18973 media_device_register_entity +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x1cdfe207 media_entity_remove_links +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x1f49e432 media_devnode_create +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x200ec77a media_entity_setup_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x2325ca6b __media_remove_intf_links +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x25fafdb9 media_device_delete +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x2b64bd3d media_device_usb_allocate +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x2c8bdb6f media_request_object_put +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x2de0f603 __media_entity_setup_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x2e34982d media_request_object_init +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x3324b36c media_pipeline_stop +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x34ebacd3 media_entity_pads_init +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x3823a7ba media_pipeline_start +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x476cee3a media_device_init +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x4776975d __media_pipeline_stop +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x4bf50dbc media_request_object_complete +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x4e1f470d media_device_unregister_entity_notify +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x53b26b9c media_request_object_find +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x5828008d media_create_pad_links +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x5a61b2b2 media_create_pad_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x63e1c69d media_request_object_unbind +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x64561be9 media_graph_walk_cleanup +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x647d76b0 media_request_put +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x65ae1ff3 media_request_object_bind +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x6f3683ca media_device_pci_init +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x742df041 media_remove_intf_links +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x7c50ed73 __media_entity_remove_links +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x7db0484e media_entity_get_fwnode_pad +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x81808f0e media_devnode_remove +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xa5529346 media_entity_pipeline +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xad9a5174 media_device_unregister +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xb4b85969 media_entity_remote_pad_unique +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xb70c0824 media_pad_remote_pad_unique +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xb81d081e media_device_register_entity_notify +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xb91b920e __media_remove_intf_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xbc79d41a media_graph_walk_init +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xbcf38fa0 media_graph_walk_start +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xc3a1415a media_get_pad_index +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xc5e4447b media_pad_remote_pad_first +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xc78341f5 __media_pipeline_start +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xd5bb0e7f __media_device_usb_init +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xdad5cd2a media_graph_walk_next +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xdb91cc22 media_pad_pipeline +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xe5ceecd6 media_entity_enum_cleanup +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xe697afe4 media_pipeline_alloc_start +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xe7a5b813 __media_entity_next_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xf7c643fe media_create_ancillary_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xfb9b2c90 media_create_intf_link +EXPORT_SYMBOL_GPL drivers/media/pci/cx88/cx88xx 0xd89f2eff cx88_setup_xc3028 +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x00381e1b mantis_get_mac +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x1646f2b7 mantis_input_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x16ef4f26 mantis_i2c_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x353e3ffb mantis_i2c_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x36cc7839 mantis_input_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x4c2bff1b mantis_dvb_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x4de248e0 mantis_ca_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x5bcbf704 mantis_dma_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x6ffa8fc6 mantis_dvb_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x77b81d04 mantis_ca_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x77d12e2c mantis_stream_control +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x781a87d9 mantis_dma_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xab2e2fbe mantis_pci_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xab4aa38e mantis_uart_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xb414e5ae mantis_gpio_set_bits +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xbe5e66ca mantis_frontend_power +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xcd1b9325 mantis_uart_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xd7e35c4e mantis_pci_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xf300b814 mantis_frontend_soft_reset +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x00bac3ac saa7134_querycap +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x01897131 saa7134_querystd +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x0cd29e7d saa7134_vb2_buffer_queue +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x1e5b4a92 saa7134_ts_buffer_prepare +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x202a7c9d saa7134_g_tuner +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x27fb5ca7 saa7134_ts_start_streaming +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x336c0aa8 saa7134_ts_buffer_init +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x3886af26 saa7134_ts_qops +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x3e5d8d7e saa7134_ts_stop_streaming +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x4cf710bd saa7134_g_input +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x6b783694 saa7134_s_tuner +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x7d91066e saa7134_enum_input +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x9189237f saa7134_s_std +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xa76eabb4 saa7134_s_frequency +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xcbc622de saa7134_g_frequency +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xf1d02155 saa7134_stop_streaming +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xfa3ae642 saa7134_g_std +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xfca15f3a saa7134_ts_queue_setup +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xfeee7cfe saa7134_s_input +EXPORT_SYMBOL_GPL drivers/media/platform/allegro-dvt/allegro 0x14f57c5f nal_hevc_write_filler +EXPORT_SYMBOL_GPL drivers/media/platform/allegro-dvt/allegro 0x1a8be5dd nal_hevc_write_vps +EXPORT_SYMBOL_GPL drivers/media/platform/allegro-dvt/allegro 0x2d0cd235 nal_h264_write_sps +EXPORT_SYMBOL_GPL drivers/media/platform/allegro-dvt/allegro 0x3204b083 nal_hevc_read_pps +EXPORT_SYMBOL_GPL drivers/media/platform/allegro-dvt/allegro 0x4a0848bc nal_hevc_read_filler +EXPORT_SYMBOL_GPL drivers/media/platform/allegro-dvt/allegro 0x4ebf61e9 nal_hevc_write_sps +EXPORT_SYMBOL_GPL drivers/media/platform/allegro-dvt/allegro 0x6563ebe4 nal_hevc_write_pps +EXPORT_SYMBOL_GPL drivers/media/platform/allegro-dvt/allegro 0x85359329 nal_h264_read_filler +EXPORT_SYMBOL_GPL drivers/media/platform/allegro-dvt/allegro 0x903b59e5 nal_h264_read_pps +EXPORT_SYMBOL_GPL drivers/media/platform/allegro-dvt/allegro 0x945f264f nal_h264_write_filler +EXPORT_SYMBOL_GPL drivers/media/platform/allegro-dvt/allegro 0x982ac9f8 nal_h264_write_pps +EXPORT_SYMBOL_GPL drivers/media/platform/allegro-dvt/allegro 0xb0f0fa03 nal_hevc_read_sps +EXPORT_SYMBOL_GPL drivers/media/platform/allegro-dvt/allegro 0xbec81dbf nal_hevc_read_vps +EXPORT_SYMBOL_GPL drivers/media/platform/allegro-dvt/allegro 0xd32488aa nal_h264_read_sps +EXPORT_SYMBOL_GPL drivers/media/platform/marvell/mcam-core 0x49452b6b mccic_register +EXPORT_SYMBOL_GPL drivers/media/platform/marvell/mcam-core 0x7ec471da mccic_resume +EXPORT_SYMBOL_GPL drivers/media/platform/marvell/mcam-core 0x92aa7432 mccic_shutdown +EXPORT_SYMBOL_GPL drivers/media/platform/marvell/mcam-core 0x986c4461 mccic_suspend +EXPORT_SYMBOL_GPL drivers/media/platform/marvell/mcam-core 0xb819e894 mccic_irq +EXPORT_SYMBOL_GPL drivers/media/platform/mediatek/vpu/mtk-vpu 0x0f80c0ef vpu_load_firmware +EXPORT_SYMBOL_GPL drivers/media/platform/mediatek/vpu/mtk-vpu 0x13e62c40 vpu_get_vdec_hw_capa +EXPORT_SYMBOL_GPL drivers/media/platform/mediatek/vpu/mtk-vpu 0x2e9663c0 vpu_get_venc_hw_capa +EXPORT_SYMBOL_GPL drivers/media/platform/mediatek/vpu/mtk-vpu 0x47e1d5e0 vpu_mapping_dm_addr +EXPORT_SYMBOL_GPL drivers/media/platform/mediatek/vpu/mtk-vpu 0x7d56cdfb vpu_wdt_reg_handler +EXPORT_SYMBOL_GPL drivers/media/platform/mediatek/vpu/mtk-vpu 0x830c2bb5 vpu_ipi_send +EXPORT_SYMBOL_GPL drivers/media/platform/mediatek/vpu/mtk-vpu 0xbe017ba5 vpu_ipi_register +EXPORT_SYMBOL_GPL drivers/media/platform/mediatek/vpu/mtk-vpu 0xd8b1362d vpu_get_plat_device +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x0743ad15 venus_helper_set_profile_level +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x07558381 venus_helper_get_opb_size +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x105a4aeb hfi_session_process_buf +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x11c4c36f venus_helper_alloc_dpb_bufs +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x14659d24 venus_helper_set_num_bufs +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x1a9802d9 hfi_session_init +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x1cfedd57 venus_helper_check_codec +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x1ee39604 venus_helper_release_buf_ref +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x1f11ae41 hfi_session_deinit +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x1fc067c6 venus_helper_intbufs_alloc +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 0x2b8dd7a6 venus_helper_vb2_buf_queue +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x2bb08ebe hfi_session_get_property +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 0x2dc255f5 venus_helper_set_input_resolution +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x31abc5f4 venus_helper_set_output_resolution +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x3d3a6d29 venus_helper_set_stride +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x4a11d0db venus_helper_vb2_queue_error +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x57397170 hfi_session_start +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x5ae3ee10 venus_helper_get_ts_metadata +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x5ebdf9c3 venus_helper_vb2_stop_streaming +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x663f2ac9 hfi_session_flush +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x705a6c74 venus_helper_acquire_buf_ref +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x749597af hfi_session_stop +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x7e5fb458 venus_helper_buffers_done +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x834165ae hfi_session_set_property +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x849e4bd2 venus_helper_intbufs_realloc +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x8c79e8f3 hfi_session_continue +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x90feb453 hfi_session_unload_res +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x936429a8 venus_helper_vb2_buf_init +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x9dd0036a venus_helper_set_format_constraints +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x9e09f5e9 venus_helper_set_work_mode +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x9e1ad70c venus_helper_init_instance +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xa4977b01 venus_helper_process_initial_out_bufs +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xb301e608 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 0xb8e588e1 hfi_session_destroy +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xb95f50f9 venus_helper_process_initial_cap_bufs +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xba5ac49b venus_helper_queue_dpb_bufs +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xc09b2d0a venus_helper_get_profile_level +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xc3a348e7 venus_helper_get_out_fmts +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xc697a2c8 venus_helper_vb2_buf_prepare +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xc6e9b77f hfi_session_create +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xc774132b venus_helper_session_init +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xd1884114 venus_helper_intbufs_free +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xd1f1ff02 venus_helper_unregister_bufs +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 0xda289c67 venus_helper_change_dpb_owner +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xdc9a8d2b hfi_session_abort +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xdd453a61 venus_helper_find_buf +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xe05e26cb venus_helper_set_bufsize +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xe2648b66 venus_helper_set_raw_format +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xe4d5f653 venus_helper_set_multistream +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xe5fc4541 venus_helper_set_dyn_bufmode +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xe81fed12 venus_helper_set_color_format +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xe903d919 venus_helper_vb2_start_streaming +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xea2840a4 venus_helper_free_dpb_bufs +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xec3ab2de venus_helper_check_format +EXPORT_SYMBOL_GPL drivers/media/platform/renesas/rcar-fcp 0x3d858696 rcar_fcp_put +EXPORT_SYMBOL_GPL drivers/media/platform/renesas/rcar-fcp 0x4ad5d888 rcar_fcp_enable +EXPORT_SYMBOL_GPL drivers/media/platform/renesas/rcar-fcp 0x5fe6f6e8 rcar_fcp_disable +EXPORT_SYMBOL_GPL drivers/media/platform/renesas/rcar-fcp 0x9877c29f rcar_fcp_get +EXPORT_SYMBOL_GPL drivers/media/platform/renesas/rcar-fcp 0xdb41dbf8 rcar_fcp_get_device +EXPORT_SYMBOL_GPL drivers/media/platform/renesas/vsp1/vsp1 0x5082d607 vsp1_du_map_sg +EXPORT_SYMBOL_GPL drivers/media/platform/renesas/vsp1/vsp1 0x7a3b87b5 vsp1_du_atomic_flush +EXPORT_SYMBOL_GPL drivers/media/platform/renesas/vsp1/vsp1 0x7f563a3c vsp1_du_init +EXPORT_SYMBOL_GPL drivers/media/platform/renesas/vsp1/vsp1 0x8de445cf vsp1_du_atomic_begin +EXPORT_SYMBOL_GPL drivers/media/platform/renesas/vsp1/vsp1 0xbb1182c0 vsp1_du_unmap_sg +EXPORT_SYMBOL_GPL drivers/media/platform/renesas/vsp1/vsp1 0xeb88832d vsp1_du_atomic_update +EXPORT_SYMBOL_GPL drivers/media/platform/renesas/vsp1/vsp1 0xf7619831 vsp1_du_setup_lif +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-video 0x054140ab xvip_enum_mbus_code +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-video 0x0b1dcffd xvip_init_resources +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-video 0x2eee248e xvip_clr_and_set +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-video 0x327d3c85 xvip_cleanup_resources +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-video 0x43738fab xvip_set_format_size +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-video 0xb4a95934 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 0xd56cebf8 xvip_of_get_format +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-video 0xdf0c07a6 xvip_enum_frame_size +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-video 0xe08e6063 xvip_get_format_by_code +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-vtc 0x1fd5a9d4 xvtc_of_get +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-vtc 0x3c16a6b1 xvtc_generator_stop +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-vtc 0x47d7900b xvtc_generator_start +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-vtc 0xa8a0f912 xvtc_put +EXPORT_SYMBOL_GPL drivers/media/radio/shark2 0x00a7f2b2 radio_tea5777_init +EXPORT_SYMBOL_GPL drivers/media/radio/shark2 0xd83c4140 radio_tea5777_exit +EXPORT_SYMBOL_GPL drivers/media/radio/si470x/radio-si470x-common 0x3ddec6f3 si470x_start +EXPORT_SYMBOL_GPL drivers/media/radio/si470x/radio-si470x-common 0x4652f068 si470x_stop +EXPORT_SYMBOL_GPL drivers/media/radio/si470x/radio-si470x-common 0x46b9cd81 si470x_viddev_template +EXPORT_SYMBOL_GPL drivers/media/radio/si470x/radio-si470x-common 0x59ecd218 si470x_set_freq +EXPORT_SYMBOL_GPL drivers/media/radio/si470x/radio-si470x-common 0xf37fb878 si470x_ctrl_ops +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x011cdcaf rc_keydown +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x03507ec5 ir_raw_event_store +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x08cfc450 rc_keyup +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x1033872f rc_allocate_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x10ba44e7 rc_keydown_notimeout +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x2ed90ced rc_map_unregister +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x417fd138 devm_rc_register_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x4897ef00 ir_raw_event_set_idle +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x82253d93 ir_raw_event_handle +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xa60a3f4d ir_raw_event_store_with_timeout +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xaf746dbe rc_g_keycode_from_table +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xb960f15c rc_map_register +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xbb49339a devm_rc_allocate_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xc49e451c ir_raw_event_store_edge +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xcb8771f1 rc_free_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xd668af4e rc_unregister_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xefc7f94f rc_register_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xf25274d2 lirc_scancode_event +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xf45fad2c rc_repeat +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xf60e8324 ir_raw_event_store_with_filter +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xfc5d3079 rc_map_get +EXPORT_SYMBOL_GPL drivers/media/tuners/mt2063 0xb0cdc8f2 mt2063_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/mt20xx 0x98025a41 microtune_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/mxl5007t 0x2141b797 mxl5007t_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/r820t 0x36ed970d r820t_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda18271 0x1a186ddd tda18271_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda827x 0x05a2c098 tda827x_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda8290 0x0f540e8a tda829x_probe +EXPORT_SYMBOL_GPL drivers/media/tuners/tda8290 0xfd7b2079 tda829x_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda9887 0xc8044a39 tda9887_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tea5761 0x44d31a2d tea5761_autodetection +EXPORT_SYMBOL_GPL drivers/media/tuners/tea5761 0x61595aa4 tea5761_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tea5767 0x70d1acf5 tea5767_autodetection +EXPORT_SYMBOL_GPL drivers/media/tuners/tea5767 0xd8c2610e tea5767_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tuner-simple 0x4f936237 simple_tuner_attach +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x0094bd32 cx231xx_send_gpio_cmd +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x017ea7c7 cx231xx_tuner_callback +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x154b8e6f cx231xx_set_mode +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x1df39260 cx231xx_init_bulk +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x37d288e1 cx231xx_enable_i2c_port_3 +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x3caf344c cx231xx_demod_reset +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x442cf221 cx231xx_unmute_audio +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x552146c6 cx231xx_enable656 +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x6a1d2f94 cx231xx_send_usb_command +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x6c9a86be cx231xx_uninit_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x898b2fb5 cx231xx_init_vbi_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x908915b1 cx231xx_disable656 +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x94ab10d9 cx231xx_get_i2c_adap +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xb8ceeda6 cx231xx_dev_init +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xbe53ff80 cx231xx_uninit_vbi_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xcaa6dd83 cx231xx_set_alt_setting +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xd5d33382 cx231xx_capture_start +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xd8d5afb9 cx231xx_dev_uninit +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xe6fb5dd9 cx231xx_init_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xee945403 is_fw_load +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xf44b1b5c cx231xx_uninit_bulk +EXPORT_SYMBOL_GPL drivers/media/usb/dvb-usb-v2/mxl111sf-demod 0x77ea2271 mxl111sf_demod_attach +EXPORT_SYMBOL_GPL drivers/media/usb/dvb-usb-v2/mxl111sf-tuner 0x77d8a558 mxl111sf_tuner_attach +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x05e02123 em28xx_write_reg_bits +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x148d8c51 em28xx_init_usb_xfer +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x27764b2b em28xx_uninit_usb_xfer +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x2d990fdf em28xx_toggle_reg_bits +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x33f9cef1 em28xx_alloc_urbs +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x3dcdb73b em28xx_read_ac97 +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x4bf07869 em28xx_init_camera +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x4c286205 em28xx_set_mode +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x55cd3bd8 em28xx_write_reg +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x5f4bf6f3 em28xx_write_ac97 +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x6214074f em28xx_audio_analog_set +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x680e3971 em28xx_stop_urbs +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x686b8890 em28xx_gpio_set +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 0x81afca53 em28xx_write_regs +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x893663d3 em28xx_find_led +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x8ceda902 em28xx_read_reg +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x921d7c65 em28xx_boards +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xb90f6bba em28xx_setup_xc3028 +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xe191a264 em28xx_audio_setup +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-async 0x4a5993f9 __v4l2_async_nf_add_i2c +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-async 0x9f89a625 __v4l2_async_nf_add_fwnode +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-async 0xa333c036 v4l2_async_nf_cleanup +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-async 0xe581ed3e __v4l2_async_nf_add_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-async 0xe5e462a1 __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 0x1b4af4a6 v4l2_hdmi_rx_colorimetry +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 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 0x1e4d96c5 v4l2_flash_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-flash-led-class 0x99a4629a v4l2_flash_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-flash-led-class 0xc4b0ef45 v4l2_flash_indicator_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0x0510a66a v4l2_fwnode_endpoint_alloc_parse +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0x376f2077 v4l2_fwnode_endpoint_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0x42a3bceb v4l2_fwnode_parse_link +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0x49ac3b53 v4l2_async_register_subdev_sensor +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0x54390a72 v4l2_fwnode_connector_add_link +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0x612ddce5 v4l2_fwnode_connector_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0x889c7792 v4l2_fwnode_endpoint_parse +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0xb5623af4 v4l2_fwnode_connector_parse +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0xc177fb4e v4l2_fwnode_put_link +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0xc50fe113 v4l2_fwnode_device_parse +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0xf65843b7 v4l2_async_nf_parse_fwnode_endpoints +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 0x06b9776d v4l2_m2m_buf_copy_metadata +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x088f5919 v4l2_m2m_next_buf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x12f71cb6 v4l2_m2m_ctx_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x26c99657 v4l2_m2m_reqbufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x30e650f8 v4l2_m2m_prepare_buf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x3230b6fc v4l2_m2m_streamon +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x344e95a2 v4l2_m2m_ioctl_reqbufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x3a6de16d v4l2_m2m_ioctl_streamon +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x404f1ed5 v4l2_m2m_ioctl_querybuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x53d94c25 v4l2_m2m_ioctl_streamoff +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x58080b26 v4l2_m2m_decoder_cmd +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x5bbcf8d1 v4l2_m2m_ioctl_try_decoder_cmd +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x60dd797a v4l2_m2m_request_queue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x61db03f6 v4l2_m2m_ioctl_expbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x6583528c v4l2_m2m_try_schedule +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x6c58c98c v4l2_m2m_register_media_controller +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x6eb120a8 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 0x74e1c8c0 v4l2_m2m_fop_poll +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x78ad37df v4l2_m2m_buf_remove_by_idx +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x79f4c3ba v4l2_m2m_ioctl_stateless_try_decoder_cmd +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x85711e29 v4l2_m2m_update_stop_streaming_state +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x8b0e323e v4l2_m2m_ioctl_prepare_buf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x8dc696e1 v4l2_m2m_last_buffer_done +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x9a256de0 v4l2_m2m_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x9ceb4bcd v4l2_m2m_fop_mmap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x9d3b2e9b v4l2_m2m_ctx_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x9e64b5b3 v4l2_m2m_streamoff +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xa2d5ac4c v4l2_m2m_buf_queue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xa4b8105a v4l2_m2m_last_buf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xa83f57e0 v4l2_m2m_ioctl_create_bufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xa8d933c5 v4l2_m2m_ioctl_encoder_cmd +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xb98b5ef8 v4l2_m2m_ioctl_try_encoder_cmd +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xba4865e2 v4l2_m2m_buf_remove_by_buf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xbdb91eff v4l2_m2m_encoder_cmd +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xc576c2df v4l2_m2m_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xc6fca5ad v4l2_m2m_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xc7572a21 v4l2_m2m_buf_remove +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xcc54801c v4l2_m2m_ioctl_decoder_cmd +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xd3e19eaa v4l2_m2m_update_start_streaming_state +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xdb909a24 v4l2_m2m_ioctl_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xdce6c074 v4l2_m2m_querybuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xe1539a41 v4l2_m2m_ioctl_stateless_decoder_cmd +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xe58c8730 v4l2_m2m_create_bufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xf13ff84d v4l2_m2m_unregister_media_controller +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xf22a0fe1 v4l2_m2m_poll +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xf3dd2fb6 v4l2_m2m_expbuf +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 0x0e7a6c4e videobuf_mmap_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x219a152b videobuf_reqbufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x234fb9e4 videobuf_streamoff +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x253383ca videobuf_queue_core_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x2e4dc030 videobuf_mmap_mapper +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x30a14473 videobuf_iolock +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x3e64d715 videobuf_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x513a3339 videobuf_read_one +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x59d4728c videobuf_read_start +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x5c6bfecc videobuf_querybuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x5eca4ec9 videobuf_queue_cancel +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x69f63932 videobuf_poll_stream +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x712dfbbf videobuf_read_stream +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x83682add videobuf_next_field +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x8f410d9b videobuf_streamon +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xa680a25d videobuf_waiton +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xb4d6c4b5 videobuf_alloc_vb +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xc27ead72 videobuf_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xc2b63845 videobuf_stop +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xd1bfe2c1 videobuf_mmap_setup +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xd2163e5c __videobuf_mmap_setup +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xea78ce38 videobuf_read_stop +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xf14c9035 videobuf_queue_is_busy +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xf3150a54 videobuf_queue_to_vaddr +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0x553a86d0 videobuf_sg_alloc +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0x61493c52 videobuf_to_dma +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0x723660d8 videobuf_dma_unmap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0xa58d5459 videobuf_queue_sg_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0xbbe9198b videobuf_dma_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-vmalloc 0x724c7d0f videobuf_queue_vmalloc_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-vmalloc 0xcc048ff4 videobuf_to_vmalloc +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-vmalloc 0xe81440ca videobuf_vmalloc_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x05bbc47e v4l2_pipeline_pm_put +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x09e87699 v4l2_i2c_new_subdev_board +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x0ada4f85 v4l2_fh_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x0b9eb0a7 v4l2_get_link_freq +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x0c073ced v4l2_event_unsubscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x0d376214 v4l2_event_unsubscribe_all +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x11f3044c __SCK__tp_func_vb2_v4l2_buf_queue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x12d476f2 v4l2_i2c_subdev_set_name +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x12d4e69d v4l2_spi_subdev_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x13164fcc v4l2_i2c_subdev_addr +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x14938149 v4l2_ctrl_request_hdl_find +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x1885c1f6 __v4l2_subdev_state_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x1916c188 __video_device_pipeline_start +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x2191da1c v4l2_device_unregister_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x22de0ec2 v4l2_subdev_link_validate_default +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x2a589d19 v4l2_src_change_event_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 0x354be9c7 v4l2_subdev_get_fmt +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x3a2f36a4 v4l2_compat_ioctl32 +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x3aff9296 v4l2_subdev_cleanup +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x3cb9fb4a v4l2_create_fwnode_links_to_pad +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x3f0bbfa3 video_device_pipeline_start +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x452f53b1 __tracepoint_vb2_v4l2_buf_done +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x46ac032f __tracepoint_vb2_v4l2_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x48a25d99 v4l2_s_parm_cap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x4c5f415a 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 0x5151684f v4l2_subdev_link_validate +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x580381ae v4l2_event_pending +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x5aa816e6 v4l2_spi_new_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x5ae0e110 video_device_pipeline +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x684fccfc __video_device_pipeline_stop +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x6a2de036 __tracepoint_vb2_v4l2_buf_queue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x6c53fee1 __v4l2_subdev_state_alloc +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x6ce1c95c __SCK__tp_func_vb2_v4l2_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x6debba9a v4l2_device_unregister +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x6e9acc41 v4l2_fill_pixfmt_mp +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x73f810aa v4l2_event_subscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x85353c05 __v4l2_subdev_init_finalize +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x89909c4f v4l2_event_dequeue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x902ab81b v4l2_mc_create_media_graph +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x91e17770 v4l2_fh_open +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x91e36e8d __v4l2_ctrl_handler_setup +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x9e9e406c v4l2_pipeline_pm_get +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x9fef35ac v4l2_apply_frmsize_constraints +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xa0623fbb v4l2_subdev_get_fwnode_pad_1_to_1 +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xa69c69a9 v4l2_fh_del +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xad5c3c93 v4l2_simplify_fraction +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xae64ca9c __traceiter_vb2_v4l2_buf_done +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xb004ca18 v4l2_event_subdev_unsubscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xb10caa88 v4l2_event_queue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xb1eca9a0 v4l2_fh_add +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xb5e83bae v4l2_device_disconnect +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xb8a7b122 v4l2_subdev_notify_event +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xb8b7f752 v4l2_fh_is_singular +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xbdfacfad __v4l2_device_register_subdev_nodes +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xbe33d8b4 video_device_pipeline_stop +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xbff2c157 v4l2_device_register_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xc100eae3 __traceiter_vb2_v4l2_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xc742d6e8 __tracepoint_vb2_v4l2_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xcbe97237 v4l2_create_fwnode_links +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xcc501597 v4l2_fill_pixfmt +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xd45c0c3d v4l2_device_put +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xd820f17e v4l2_src_change_event_subdev_subscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xd908c666 v4l_enable_media_source +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xe1b268a7 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 0xe37fd951 v4l2_fh_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xe55cae08 v4l2_device_set_name +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xe5a33113 __SCK__tp_func_vb2_v4l2_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xe9046701 v4l2_pipeline_link_notify +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xebea5693 v4l2_fh_exit +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xf11c8a48 v4l2_event_queue_fh +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xf2a353ac v4l2_i2c_tuner_addrs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xf502baf5 v4l2_ctrl_request_hdl_ctrl_find +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xf515c14e v4l_disable_media_source +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xf5ef842e v4l_bound_align_image +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xf660f9dd v4l2_event_wake_all +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xf6ce35b8 video_device_pipeline_alloc_start +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xf824b71a v4l2_i2c_new_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xf9df6d13 __traceiter_vb2_v4l2_buf_queue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xfc1cdd19 v4l2_device_register +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xfc34d1d0 v4l2_g_parm_cap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xff440bc5 __traceiter_vb2_v4l2_qbuf +EXPORT_SYMBOL_GPL drivers/mfd/88pm80x 0xaf800470 pm80x_regmap_config +EXPORT_SYMBOL_GPL drivers/mfd/88pm80x 0xb6a8e983 pm80x_pm_ops +EXPORT_SYMBOL_GPL drivers/mfd/88pm80x 0xd1ee46ca pm80x_init +EXPORT_SYMBOL_GPL drivers/mfd/88pm80x 0xd99fd720 pm80x_deinit +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x111ab7f9 wm8997_patch +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x16178456 wm8997_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x1fcbbd77 arizona_clk32k_disable +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x20958797 wm5102_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x2527806e wm5110_revd_irq +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x31675163 wm8998_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x31da1d9b arizona_request_irq +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x549c0565 wm5110_irq +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x58dc8758 wm8997_irq +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x63ad46db wm5102_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x84fb9f03 arizona_free_irq +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x88b6aa3e cs47l24_irq +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x94500a14 cs47l24_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x9efe12e6 wm5110_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xb263fbbd wm5110_aod +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xb361b846 arizona_clk32k_enable +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xb5cec4bd arizona_dev_exit +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xb996d688 arizona_pm_ops +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xbe237980 wm8997_aod +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xc75ecff6 wm5110_patch +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xd4a4d8f1 arizona_set_irq_wake +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xddc6d3aa wm5110_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xe3d7eb5b cs47l24_patch +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xf1ee8783 arizona_dev_init +EXPORT_SYMBOL_GPL drivers/mfd/atc260x-core 0x15c7df72 atc260x_match_device +EXPORT_SYMBOL_GPL drivers/mfd/atc260x-core 0x93b9ece4 atc260x_device_probe +EXPORT_SYMBOL_GPL drivers/mfd/da9150-core 0x26fface7 da9150_reg_write +EXPORT_SYMBOL_GPL drivers/mfd/da9150-core 0x453bcbac da9150_set_bits +EXPORT_SYMBOL_GPL drivers/mfd/da9150-core 0x7ac59ad7 da9150_reg_read +EXPORT_SYMBOL_GPL drivers/mfd/da9150-core 0xabf99fd4 da9150_bulk_write +EXPORT_SYMBOL_GPL drivers/mfd/da9150-core 0xc8328bd6 da9150_write_qif +EXPORT_SYMBOL_GPL drivers/mfd/da9150-core 0xd3277e19 da9150_bulk_read +EXPORT_SYMBOL_GPL drivers/mfd/da9150-core 0xfc37db06 da9150_read_qif +EXPORT_SYMBOL_GPL drivers/mfd/gateworks-gsc 0xa142a524 gsc_read +EXPORT_SYMBOL_GPL drivers/mfd/gateworks-gsc 0xb7abd1c4 gsc_write +EXPORT_SYMBOL_GPL drivers/mfd/iqs62x 0xa436f4de iqs62x_events +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x0600d43f kempld_read16 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x4b3c51b5 kempld_write16 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x4d5a2e06 kempld_read32 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x7d971c9a kempld_write8 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0xacaf489d kempld_write32 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0xb55aea48 kempld_read8 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0xca5ee1c2 kempld_get_mutex +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0xfc5935dc kempld_release_mutex +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-core 0x336e2cf7 lm3533_read +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-core 0x40b1d978 lm3533_update +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-core 0x9abdc28a lm3533_write +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x24fca6bd lm3533_ctrlbank_set_pwm +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x501a93ea lm3533_ctrlbank_enable +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x6d27d704 lm3533_ctrlbank_get_brightness +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x74477e43 lm3533_ctrlbank_set_max_current +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x7b611115 lm3533_ctrlbank_get_pwm +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0xa45e7ac0 lm3533_ctrlbank_set_brightness +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0xfa46beaa lm3533_ctrlbank_disable +EXPORT_SYMBOL_GPL drivers/mfd/lp3943 0x52c47606 lp3943_read_byte +EXPORT_SYMBOL_GPL drivers/mfd/lp3943 0xa48d55d9 lp3943_write_byte +EXPORT_SYMBOL_GPL drivers/mfd/lp3943 0xb4ffb72d lp3943_update_bits +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x09724094 cs47l15_32bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x097f9cd4 cs47l15_16bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x0f379262 madera_of_match +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x15a4e665 cs47l15_patch +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x3472b252 cs47l92_patch +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x373560a0 madera_dev_init +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x46553cc5 cs47l90_patch +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x4a475d98 cs47l15_16bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x4a4a81d8 cs47l15_32bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x54434953 madera_dev_exit +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x7bbdc70c cs47l35_patch +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x8084f754 cs47l35_32bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x80892b14 cs47l35_16bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x811de3db madera_pm_ops +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x9da20061 cs47l92_16bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x9dafdc21 cs47l92_32bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xaa231b9c cs47l90_32bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xaa2ec7dc cs47l90_16bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xac057614 cs47l85_patch +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xb2f66c2c cs47l85_32bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xb2fbb06c cs47l85_16bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xc3b1ea58 cs47l35_16bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xc3bc3618 cs47l35_32bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xde971d6d cs47l92_32bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xde9ac12d cs47l92_16bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xe9160690 cs47l90_16bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xe91bdad0 cs47l90_32bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xebe384cb madera_name_from_type +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xf1c37120 cs47l85_16bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xf1cead60 cs47l85_32bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0x5d7d5f0c mc13xxx_common_init +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0x646d45be mc13xxx_adc_do_conversion +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0x8e07fe2e mc13xxx_variant_mc34708 +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0x9c080b46 mc13xxx_variant_mc13783 +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0xdcb24066 mc13xxx_variant_mc13892 +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0xe8424c79 mc13xxx_common_exit +EXPORT_SYMBOL_GPL drivers/mfd/motorola-cpcap 0xa226dbe8 cpcap_sense_virq +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x25de0f95 pcf50633_write_block +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x3bd8a0f9 pcf50633_reg_write +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x65c78c68 pcf50633_reg_set_bit_mask +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x6ec34634 pcf50633_register_irq +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x8c000653 pcf50633_irq_mask +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x8e5f4792 pcf50633_pm +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xb6d4197d pcf50633_read_block +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xc53d3d39 pcf50633_free_irq +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xc6d0ad19 pcf50633_reg_clear_bits +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xd0e445a6 pcf50633_reg_read +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xd45877bd pcf50633_irq_unmask +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xfd0bb433 pcf50633_irq_mask_get +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-adc 0x428104fa pcf50633_adc_async_read +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-adc 0xc32e5d4c pcf50633_adc_sync_read +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0x8764d35b pcf50633_gpio_invert_set +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0x91380679 pcf50633_gpio_set +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0xee3ac1e8 pcf50633_gpio_power_supply_set +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0xee45a004 pcf50633_gpio_get +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0xf5161af0 pcf50633_gpio_invert_get +EXPORT_SYMBOL_GPL drivers/mfd/rave-sp 0x43e53ef9 rave_sp_exec +EXPORT_SYMBOL_GPL drivers/mfd/rave-sp 0x8c6d4630 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 0x114160c7 si476x_core_cmd_power_up +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x11518c6a si476x_core_has_am +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x2e8389f3 si476x_core_cmd_fm_rds_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x2ec0aa74 si476x_core_cmd_am_tune_freq +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x32b1b175 si476x_core_set_power_state +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x32f70c47 si476x_core_cmd_am_seek_start +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x391b49cf si476x_core_is_a_primary_tuner +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x3e4328f7 si476x_core_start +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x3f15aa24 si476x_core_cmd_agc_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x3f32a20d si476x_core_cmd_am_acf_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x3ff4f98f si476x_core_cmd_fm_phase_div_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x41fbe508 si476x_core_cmd_ic_link_gpo_ctl_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x4a6fb9ef si476x_core_cmd_fm_tune_freq +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x657800de si476x_core_cmd_fm_rsq_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x6ec30fe1 si476x_core_cmd_zif_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x70af649f si476x_core_stop +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x72368a81 si476x_core_cmd_set_property +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x73c79770 si476x_core_is_a_secondary_tuner +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x75f01283 si476x_core_cmd_fm_acf_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x96463404 si476x_core_i2c_xfer +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x9e5e7121 si476x_core_is_powered_up +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xaf114b59 si476x_core_cmd_ana_audio_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xb858f466 si476x_core_cmd_power_down +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xc3159567 si476x_core_is_in_am_receiver_mode +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xd541c26d si476x_core_cmd_fm_phase_diversity +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xd95f3c2f si476x_core_cmd_func_info +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xdd6f001c si476x_core_cmd_get_property +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xeaa6d8b0 si476x_core_cmd_fm_seek_start +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xf0dd7b27 si476x_core_has_diversity +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xf771c19b si476x_core_cmd_intb_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xfa4d19a4 si476x_core_cmd_am_rsq_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xfbf2a74f si476x_core_cmd_dig_audio_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xfd58a66c devm_regmap_init_si476x +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xfe6a8f3a si476x_core_cmd_fm_rds_blockcount +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0x69c9a73c sm501_find_clock +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0x814abff6 sm501_misc_control +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0xd7a3c6df sm501_set_clock +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0xe1f0f0d9 sm501_modify_reg +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0xedd37519 sm501_unit_power +EXPORT_SYMBOL_GPL drivers/mfd/sprd-sc27xx-spi 0x365ff4cf sprd_pmic_detect_charger_type +EXPORT_SYMBOL_GPL drivers/mfd/stmfx 0x6bd66e4c stmfx_function_enable +EXPORT_SYMBOL_GPL drivers/mfd/stmfx 0x6c4a1b5b stmfx_function_disable +EXPORT_SYMBOL_GPL drivers/mfd/ti_am335x_tscadc 0x453089ff am335x_tsc_se_adc_done +EXPORT_SYMBOL_GPL drivers/mfd/ti_am335x_tscadc 0x672caafb am335x_tsc_se_set_cache +EXPORT_SYMBOL_GPL drivers/mfd/ti_am335x_tscadc 0x67d0e451 am335x_tsc_se_set_once +EXPORT_SYMBOL_GPL drivers/mfd/ti_am335x_tscadc 0x67d6b901 am335x_tsc_se_clr +EXPORT_SYMBOL_GPL drivers/mfd/tps65217 0x4c18eb49 tps65217_set_bits +EXPORT_SYMBOL_GPL drivers/mfd/tps65217 0x4ccea622 tps65217_clear_bits +EXPORT_SYMBOL_GPL drivers/mfd/tps65217 0x560882e0 tps65217_reg_write +EXPORT_SYMBOL_GPL drivers/mfd/tps65217 0x63e32b15 tps65217_reg_read +EXPORT_SYMBOL_GPL drivers/mfd/tps65218 0x0522b68d tps65218_clear_bits +EXPORT_SYMBOL_GPL drivers/mfd/tps65218 0x6995afe6 tps65218_set_bits +EXPORT_SYMBOL_GPL drivers/mfd/tps65218 0xc8150570 tps65218_reg_write +EXPORT_SYMBOL_GPL drivers/mfd/ucb1400_core 0x16d2ac83 ucb1400_adc_read +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0x05a536a0 alcor_read32be +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0x2eb21fb2 alcor_write16 +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0x4c5d59cd alcor_read8 +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0x5755acf3 alcor_write32 +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0x62b6e5a5 alcor_write32be +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0x701d68bd alcor_read32 +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0xafe60696 alcor_write8 +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x00350774 rtsx_pci_read_phy_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x1cfa60f4 rtsx_pci_write_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x216d44be rtsx_pci_switch_clock +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x2654c3f4 rtsx_pci_dma_transfer +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x3cf622b2 rtsx_pci_card_exclusive_check +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x425fb70f rtsx_pci_dma_unmap_sg +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x4b55305e rtsx_pci_read_ppbuf +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x4c0cf2c1 rtsx_pci_stop_cmd +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x4e256351 rtsx_pci_dma_map_sg +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x7e7e0bd3 rtsx_pci_send_cmd +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x7f4e623a rtsx_pci_send_cmd_no_wait +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x86ad58c8 rtsx_pci_complete_unfinished_transfer +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x8985992b rtsx_pci_card_pull_ctl_enable +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xa1e40cc7 rtsx_pci_switch_output_voltage +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xb0c0d8f4 rtsx_pci_write_ppbuf +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xb1de01c6 rtsx_pci_transfer_data +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xc21c2602 rtsx_pci_add_cmd +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xd1b5f1c5 rtsx_pci_start_run +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xd9de4720 rtsx_pci_write_phy_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xdb94c755 rtsx_pci_card_exist +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xdd4c802a rtsx_pci_card_power_off +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xed3784a3 rtsx_pci_read_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xf559b32e rtsx_pci_card_power_on +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xf94473d1 rtsx_pci_card_pull_ctl_disable +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x29aedaff rtsx_usb_write_ppbuf +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x2daee91a rtsx_usb_transfer_data +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x4d0817e7 rtsx_usb_get_rsp +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x5329710e rtsx_usb_get_card_status +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x5f65e739 rtsx_usb_card_exclusive_check +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x638bc611 rtsx_usb_read_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x7875dcde rtsx_usb_ep0_read_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x94619a98 rtsx_usb_write_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x9e0a2b85 rtsx_usb_read_ppbuf +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0xaba447b1 rtsx_usb_ep0_write_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0xd58af42e rtsx_usb_send_cmd +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0xdf29ded3 rtsx_usb_add_cmd +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0xf7d20a7c rtsx_usb_switch_clock +EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0x2c1c206b cb710_sg_dwiter_write_next_block +EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0x32cba053 cb710_pci_update_config_reg +EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0xa021e7da cb710_set_irq_handler +EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0xfab096f4 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 0x30be51b7 enclosure_register +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x6b054032 enclosure_component_register +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x7f76f752 enclosure_for_each_device +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x90b06225 enclosure_component_alloc +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x9296fe19 enclosure_remove_device +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x93804c89 enclosure_find +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0xa4f1db74 enclosure_add_device +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0xda7dce84 enclosure_unregister +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x0fb93c66 lis3lv02d_poweroff +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x1d196fc2 lis3lv02d_joystick_enable +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x395b00d4 lis3lv02d_init_device +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x3d8bbf8c lis3_dev +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x3eadc3a0 lis3lv02d_remove_fs +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0xa3c5715a lis3lv02d_init_dt +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0xdb561db5 lis3lv02d_poweron +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0xf5ee3e35 lis3lv02d_joystick_disable +EXPORT_SYMBOL_GPL drivers/misc/pvpanic/pvpanic 0xc7db2ba7 devm_pvpanic_probe +EXPORT_SYMBOL_GPL drivers/misc/ti-st/st_drv 0x27b492c3 st_unregister +EXPORT_SYMBOL_GPL drivers/misc/ti-st/st_drv 0x80049dca st_register +EXPORT_SYMBOL_GPL drivers/misc/uacce/uacce 0x55d75061 uacce_alloc +EXPORT_SYMBOL_GPL drivers/misc/uacce/uacce 0x99d80d4d uacce_remove +EXPORT_SYMBOL_GPL drivers/misc/uacce/uacce 0xae954a85 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 0x1a25a327 vmci_qpair_peekv +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 0x64517588 vmci_qpair_dequev +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 0x9578e35d vmci_qpair_enquev +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0xb572e830 vmci_doorbell_create +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0xbcb85f62 vmci_doorbell_notify +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0xc04c7e84 vmci_qpair_get_consume_indexes +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0xc403cafe vmci_is_context_owner +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0xde3abc2e vmci_datagram_create_handle_priv +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0xe0cc9c92 vmci_qpair_alloc +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0xe11895c1 vmci_event_unsubscribe +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0xe67343c1 vmci_qpair_enqueue +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0xea143610 vmci_datagram_send +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0xea61eefe vmci_qpair_produce_buf_ready +EXPORT_SYMBOL_GPL drivers/mmc/host/dw_mmc-pltfm 0x2184e27d dw_mci_pltfm_remove +EXPORT_SYMBOL_GPL drivers/mmc/host/dw_mmc-pltfm 0x2ac31b0f dw_mci_pltfm_pmops +EXPORT_SYMBOL_GPL drivers/mmc/host/dw_mmc-pltfm 0xb9f4f9b7 dw_mci_pltfm_register +EXPORT_SYMBOL_GPL drivers/mmc/host/mmc_hsq 0x32b6c1e3 mmc_hsq_resume +EXPORT_SYMBOL_GPL drivers/mmc/host/mmc_hsq 0xbcf8171a mmc_hsq_finalize_request +EXPORT_SYMBOL_GPL drivers/mmc/host/mmc_hsq 0xbd877c15 mmc_hsq_init +EXPORT_SYMBOL_GPL drivers/mmc/host/mmc_hsq 0xc12ebf4e mmc_hsq_suspend +EXPORT_SYMBOL_GPL drivers/mmc/host/renesas_sdhi_core 0x6f03b16d renesas_sdhi_probe +EXPORT_SYMBOL_GPL drivers/mmc/host/renesas_sdhi_core 0xfceaff3b renesas_sdhi_remove +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x01934511 sdhci_runtime_suspend_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x0afc333d sdhci_end_tuning +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x0fac6e3a sdhci_resume_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x15f7c623 sdhci_runtime_resume_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x28104679 sdhci_add_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x291a984a sdhci_start_tuning +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x30028b21 __sdhci_read_caps +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x37a623b8 sdhci_cqe_disable +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x3c5b4502 sdhci_alloc_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x3d1043e3 sdhci_calc_clk +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x4cdb1a55 sdhci_set_data_timeout_irq +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x4cddea24 sdhci_cleanup_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x5246f9e3 sdhci_send_tuning +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x5e837760 sdhci_set_clock +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x6262b528 sdhci_enable_clk +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x62fab969 __sdhci_add_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x65dd708b sdhci_adma_write_desc +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x6a3b7715 sdhci_set_power +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x6b9d330f sdhci_get_cd_nogpio +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x6ca5aae3 sdhci_execute_tuning +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x6ea3e4b0 sdhci_request_atomic +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x7a5c1451 sdhci_dumpregs +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x7a8131d3 sdhci_start_signal_voltage_switch +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x800b24d4 sdhci_reset_tuning +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x8f1ee96d sdhci_switch_external_dma +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x90de0fa0 sdhci_suspend_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x94d581e6 sdhci_enable_sdio_irq +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x95deef89 sdhci_set_uhs_signaling +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x96c56fb6 sdhci_cqe_irq +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x9a65705b sdhci_remove_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xa261cad1 sdhci_set_bus_width +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xa635daac sdhci_reset +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xb76e26cf __sdhci_set_timeout +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xba6aefe7 sdhci_request +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xc8278dee sdhci_set_power_noreg +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xce84b053 sdhci_enable_v4_mode +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xd3ab4eb8 sdhci_free_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xe54b1f7c sdhci_abort_tuning +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xebd9f674 sdhci_set_power_and_bus_voltage +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xf08e482c sdhci_cqe_enable +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xf2118b2d sdhci_setup_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xfb274e78 sdhci_set_ios +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x172e31d6 sdhci_get_property +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x44f982a9 sdhci_pltfm_unregister +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x5daceca6 sdhci_pltfm_init +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x8eb1036b sdhci_pltfm_suspend +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x9f6a543e sdhci_pltfm_clk_get_max_clock +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0xac03b82a sdhci_pltfm_pmops +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0xb90e84d7 sdhci_pltfm_free +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0xc43cacd1 sdhci_pltfm_resume +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0xe9bc26ba sdhci_pltfm_register +EXPORT_SYMBOL_GPL drivers/mmc/host/tmio_mmc_core 0x0404115f tmio_mmc_host_runtime_resume +EXPORT_SYMBOL_GPL drivers/mmc/host/tmio_mmc_core 0x1a80a1c4 tmio_mmc_do_data_irq +EXPORT_SYMBOL_GPL drivers/mmc/host/tmio_mmc_core 0x2b585b78 tmio_mmc_host_probe +EXPORT_SYMBOL_GPL drivers/mmc/host/tmio_mmc_core 0x378f2335 tmio_mmc_irq +EXPORT_SYMBOL_GPL drivers/mmc/host/tmio_mmc_core 0x801406e4 tmio_mmc_host_runtime_suspend +EXPORT_SYMBOL_GPL drivers/mmc/host/tmio_mmc_core 0x943fb766 tmio_mmc_host_free +EXPORT_SYMBOL_GPL drivers/mmc/host/tmio_mmc_core 0x9a07a765 tmio_mmc_host_alloc +EXPORT_SYMBOL_GPL drivers/mmc/host/tmio_mmc_core 0xaf961fcf tmio_mmc_disable_mmc_irqs +EXPORT_SYMBOL_GPL drivers/mmc/host/tmio_mmc_core 0xbb808d48 tmio_mmc_enable_mmc_irqs +EXPORT_SYMBOL_GPL drivers/mmc/host/tmio_mmc_core 0xcc54539d tmio_mmc_host_remove +EXPORT_SYMBOL_GPL drivers/most/most_core 0x0c359dc8 most_stop_channel +EXPORT_SYMBOL_GPL drivers/most/most_core 0x152882f2 most_start_channel +EXPORT_SYMBOL_GPL drivers/most/most_core 0x1c3d58ec most_put_mbo +EXPORT_SYMBOL_GPL drivers/most/most_core 0x27219989 most_get_mbo +EXPORT_SYMBOL_GPL drivers/most/most_core 0x32951675 most_submit_mbo +EXPORT_SYMBOL_GPL drivers/most/most_core 0x5b6db0c1 most_deregister_interface +EXPORT_SYMBOL_GPL drivers/most/most_core 0x5bcae041 channel_has_mbo +EXPORT_SYMBOL_GPL drivers/most/most_core 0x68b375bb most_resume_enqueue +EXPORT_SYMBOL_GPL drivers/most/most_core 0x93a31547 most_deregister_configfs_subsys +EXPORT_SYMBOL_GPL drivers/most/most_core 0x98e9d3e8 most_register_configfs_subsys +EXPORT_SYMBOL_GPL drivers/most/most_core 0xb63258b1 most_register_interface +EXPORT_SYMBOL_GPL drivers/most/most_core 0xb759e9df most_deregister_component +EXPORT_SYMBOL_GPL drivers/most/most_core 0xd65ae5f8 most_register_component +EXPORT_SYMBOL_GPL drivers/most/most_core 0xf2706b52 most_stop_enqueue +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0001 0x1fcf1748 cfi_cmdset_0200 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0001 0xddf81736 cfi_cmdset_0001 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0001 0xe2d132de cfi_cmdset_0003 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0002 0x0ebc6fac cfi_cmdset_0701 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0002 0x8317ebfa cfi_cmdset_0006 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0002 0xfd45a02a cfi_cmdset_0002 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0020 0x6c82c6ad cfi_cmdset_0020 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_util 0x4b29d907 cfi_qry_mode_on +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_util 0xc50db870 cfi_qry_mode_off +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_util 0xd9071c05 cfi_qry_present +EXPORT_SYMBOL_GPL drivers/mtd/hyperbus/hyperbus-core 0x27f5ca45 hyperbus_register_device +EXPORT_SYMBOL_GPL drivers/mtd/hyperbus/hyperbus-core 0xd3258488 hyperbus_unregister_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x0966a68b mtd_lock_user_prot_reg +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x09f8a97f __mtd_next_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x0a6e113d mtd_ooblayout_get_eccbytes +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x0c03b9a8 mtd_read +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x0e1a5546 mtd_block_isbad +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x1097d5ec mtd_device_parse_register +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x113b835b mtd_ooblayout_set_eccbytes +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x1380c42f get_mtd_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x1b703aa8 unregister_mtd_user +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x1e876fc2 of_get_mtd_device_by_node +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x1f722bc9 __register_mtd_parser +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x2895041f kill_mtd_super +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x28fb3e3b get_tree_mtd +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x3437b322 mtd_unlock +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x4421f7d3 mtd_write +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x47e14673 mtd_ooblayout_find_eccregion +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x4ed0a435 deregister_mtd_parser +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x50dabc2f mtd_table_mutex +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x5ac592db mtd_ooblayout_free +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x5ca7c117 mtd_get_fact_prot_info +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x5e80b5cb __put_mtd_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x61974f2b get_mtd_device_nm +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x623c9cfa put_mtd_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x62a88245 mtd_panic_write +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x696450ee mtd_ooblayout_set_databytes +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x6cb7d97a mtd_read_fact_prot_reg +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x7047bd9e mtd_lock +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x7e68a6f5 mtd_writev +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x80311d08 mtd_read_oob +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x82244586 mtd_block_markbad +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x8e5c3fae mtd_ooblayout_count_freebytes +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x9229d24c __get_mtd_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x946eb5b1 mtd_del_partition +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x9c3f6ab7 mtd_is_locked +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x9ed684c8 mtd_get_user_prot_info +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x9f2c7308 mtd_block_isreserved +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x9ffb3eeb mtd_write_oob +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xa06b8284 mtd_get_unmapped_area +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xa370726e mtd_add_partition +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xa3e7786d mtd_pairing_info_to_wunit +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xb7075882 mtd_check_expert_analysis_mode +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xbbd6ffe0 mtd_ooblayout_ecc +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xca0da1c6 mtd_read_user_prot_reg +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xd08c39f3 mtd_get_device_size +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xd20f6f91 mtd_erase +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xdc201439 mtd_wunit_to_pairing_info +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xdc75cf93 mtd_device_unregister +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xdfddb533 mtd_unpoint +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xe2071ad5 mtd_write_user_prot_reg +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xe401a910 mtd_kmalloc_up_to +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xe5764b49 mtd_ooblayout_count_eccbytes +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xeb37ae97 mtd_ooblayout_get_databytes +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xed8cd07f mtd_point +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xef17273d register_mtd_user +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xf0c4317e mtd_pairing_groups +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xf76e5026 mtd_erase_user_prot_reg +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0x35c430e0 del_mtd_blktrans_dev +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0x44219fb4 mtd_blktrans_cease_background +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0x45fcae2b deregister_mtd_blktrans +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0xabef3628 add_mtd_blktrans_dev +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0xf3c94bc5 register_mtd_blktrans +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x00f48704 mxic_ecc_get_pipelined_engine +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x0167e19b nanddev_bbt_get_block_status +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x13a859c5 nanddev_ecc_engine_init +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x286b6ead nanddev_mtd_max_bad_blocks +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x38dbdf96 nanddev_bbt_update +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x3e597a52 nanddev_init +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x3ede35b2 nand_get_large_page_ooblayout +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x3f9093c6 nanddev_ecc_engine_cleanup +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x40a06e4e nand_get_large_page_hamming_ooblayout +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x43b10668 nanddev_isbad +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x486853b3 nanddev_bbt_cleanup +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x684e9f97 mxic_ecc_put_pipelined_engine +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x6dcff6c7 nanddev_mtd_erase +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x6fb2f066 nanddev_bbt_set_block_status +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x72fb1360 nanddev_cleanup +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x7972c718 nanddev_isreserved +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x7d9a30da nanddev_bbt_init +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x824b892d mxic_ecc_process_data_pipelined +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x8cbbee08 mxic_ecc_get_pipelined_ops +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x9327efeb nand_ecc_restore_req +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0xa43a54c8 nand_ecc_cleanup_req_tweaking +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0xa569e035 nand_ecc_tweak_req +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0xc34994f9 nanddev_markbad +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0xe077bf6f nand_get_small_page_ooblayout +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0xf6f1223e nand_ecc_init_req_tweaking +EXPORT_SYMBOL_GPL drivers/mtd/nand/onenand/onenand 0x13b8135d onenand_scan +EXPORT_SYMBOL_GPL drivers/mtd/nand/onenand/onenand 0xce1cd06b onenand_release +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/brcmnand/brcmnand 0x3edc9851 brcmnand_remove +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/brcmnand/brcmnand 0x98da334c brcmnand_pm_ops +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/brcmnand/brcmnand 0xd23dbada brcmnand_probe +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/denali 0x40ce6b9d denali_chip_init +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x056e19b4 nand_cleanup +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x11091291 nand_extract_bits +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x1317fe8e nand_read_data_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x154e566c nand_ecc_choose_conf +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x19ad8fb2 nand_wait_ready +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x19f4b87a nand_read_page_hwecc_oob_first +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x24264f19 nand_prog_page_end_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x29931105 nand_read_page_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x2b6aea87 nand_prog_page_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x2d368c4c nand_subop_get_addr_start_off +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x33cf973b 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 0x57865a83 nand_write_data_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x664f56b8 nand_status_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x66d418ca nand_erase_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x69d45cb8 nand_select_target +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x6a212db7 nand_readid_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x75aa5b83 nand_change_read_column_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x9eee15b9 nand_reset_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xa01713d0 nand_prog_page_begin_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xaa3a1585 nand_op_parser_exec_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xbacb297c nand_change_write_column_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xc941466f nand_reset +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xd3c672b8 nand_subop_get_data_len +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xd3fe233f nand_soft_waitrdy +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xd41ff2ac nand_subop_get_data_start_off +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xe743dd0a nand_gpio_waitrdy +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xefd6e6a8 nand_read_oob_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xff6f3be5 nand_decode_ext_id +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/sm_common 0x9737adb2 sm_register_device +EXPORT_SYMBOL_GPL drivers/mtd/spi-nor/spi-nor 0x077b122a spi_nor_restore +EXPORT_SYMBOL_GPL drivers/mtd/spi-nor/spi-nor 0xdd559940 spi_nor_scan +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x1913072c ubi_do_get_device_info +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x36070192 ubi_leb_read_sg +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x38626659 ubi_open_volume +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x38e10c1d ubi_flush +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x3a695c08 ubi_leb_map +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x3df32edc ubi_leb_write +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x42801d20 ubi_sync +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x4b80f522 ubi_leb_erase +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x66011ab6 ubi_get_device_info +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x6b292684 ubi_leb_unmap +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x70287231 ubi_close_volume +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x7ddda880 ubi_leb_read +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x85a8ee76 ubi_unregister_volume_notifier +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x88990587 ubi_open_volume_path +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xa7f675a7 ubi_get_volume_info +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xc0cd5448 ubi_open_volume_nm +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xe02be52e ubi_is_mapped +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xf5ee9ba8 ubi_register_volume_notifier +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xfb40986f ubi_leb_change +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x0a65c89f mux_state_try_select_delay +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x119f45b7 mux_chip_register +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x21c75c99 mux_control_deselect +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x242892fa mux_control_try_select_delay +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x26fdee0d mux_chip_free +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x2dc72418 devm_mux_state_get +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x3513cb3e devm_mux_chip_register +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x5dcab915 mux_chip_alloc +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x5e2ac145 mux_chip_unregister +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x76548385 devm_mux_control_get +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x7b701d6c mux_control_select_delay +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x7cf08396 mux_state_deselect +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x91bbb553 devm_mux_chip_alloc +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x9309f610 mux_control_get +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x9f113a2e mux_control_states +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0xabfa68d6 mux_control_put +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0xfa76e911 mux_state_select_delay +EXPORT_SYMBOL_GPL drivers/net/arcnet/arcnet 0x974b3890 arcnet_led_event +EXPORT_SYMBOL_GPL drivers/net/arcnet/arcnet 0xce3dd5d9 devm_arcnet_led_init +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0x2a03ba95 alloc_c_can_dev +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0x5229b435 free_c_can_dev +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0x53ef2d1a unregister_c_can_dev +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0x7af500d1 register_c_can_dev +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0xeab74b71 c_can_power_up +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0xffd2554c c_can_power_down +EXPORT_SYMBOL_GPL drivers/net/can/cc770/cc770 0x4a936704 register_cc770dev +EXPORT_SYMBOL_GPL drivers/net/can/cc770/cc770 0x8977347d unregister_cc770dev +EXPORT_SYMBOL_GPL drivers/net/can/cc770/cc770 0x949f1d3c free_cc770dev +EXPORT_SYMBOL_GPL drivers/net/can/cc770/cc770 0xf21772ac 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 0x139bbca5 can_change_mtu +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x1511bbab free_candev +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x1dde89f0 can_change_state +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x1ec0f777 can_rx_offload_enable +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x27422fae alloc_can_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x2e0b0cbe can_rx_offload_threaded_irq_finish +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x33b4506b can_rx_offload_add_timestamp +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x373b830a unregister_candev +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x39db6a83 can_rx_offload_get_echo_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x3d55a9fb can_rx_offload_del +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x3df75758 can_free_echo_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x42b3808e alloc_canxl_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x596cc24c safe_candev_priv +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x5f5d932f open_candev +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x6047ede6 can_fd_len2dlc +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x736cae9f alloc_can_err_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x778ebde8 can_rx_offload_queue_timestamp +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x77f0b92e can_bus_off +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x7b225e25 alloc_candev_mqs +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x863469b8 can_dropped_invalid_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x882bb6fa can_rx_offload_add_fifo +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x93128ee5 can_rx_offload_irq_offload_fifo +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x967e0e84 can_rx_offload_add_manual +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x96e4a4e4 can_put_echo_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x9bd1e09f register_candev +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xab58bbd8 can_get_echo_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xc5399fb3 can_rx_offload_queue_tail +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xd0c2c9b7 of_can_transceiver +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xd8a6046d can_rx_offload_irq_offload_timestamp +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xd8c4034c alloc_canfd_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xde4b24a1 close_candev +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xe306e71b can_rx_offload_irq_finish +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xf12d9387 can_fd_dlc2len +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xfa5c519f can_skb_get_frame_len +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0x0a4b93f7 m_can_class_suspend +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0x1584cda2 m_can_class_register +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0x1eb91eab m_can_class_unregister +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0x446e361f m_can_init_ram +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0x4a93a93e m_can_class_allocate_dev +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0x81b8252a m_can_class_resume +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0x83264c68 m_can_class_get_clocks +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0xdad9c27d m_can_class_free_dev +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0x1591e731 register_sja1000dev +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0x190ee624 unregister_sja1000dev +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0x49ebd0d2 sja1000_interrupt +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0x8db7e128 alloc_sja1000dev +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0xb2de1de4 free_sja1000dev +EXPORT_SYMBOL_GPL drivers/net/dsa/lan9303-core 0x2e26c995 lan9303_indirect_phy_ops +EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_switch 0xcb9396f4 ksz_switch_chips +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8365mb 0x5fcdc2d4 rtl8365mb_variant +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0x0243fe4d rtl8366_mc_is_used +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0x10a3516c rtl8366_vlan_del +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0x155d2029 rtl8366rb_variant +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0x34354821 rtl8366_get_strings +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0x3960ecd4 rtl8366_reset_vlan +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0x4952297c rtl8366_enable_vlan4k +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0x7a07f3c0 rtl8366_set_vlan +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0x94f4fa2e rtl8366_get_sset_count +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0xc6a2e336 rtl8366_vlan_add +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0xc95f048c rtl8366_get_ethtool_stats +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0xf1b70e5a rtl8366_set_pvid +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0xfae31b9a rtl8366_enable_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/arc/arc_emac 0x93bb316a arc_emac_probe +EXPORT_SYMBOL_GPL drivers/net/ethernet/arc/arc_emac 0xf73214f0 arc_emac_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-mdio 0x2bae9dd0 enetc_mdio_read +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-mdio 0x91f0295d enetc_hw_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-mdio 0xd9d61d6f enetc_mdio_lock +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-mdio 0xe60a6f0b enetc_mdio_write +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0x04b04333 fun_serv_restart +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0x1ed67feb fun_free_ring_mem +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0x336449c2 fun_cq_create +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0x43e2771b fun_alloc_ring_mem +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0x4bae77ec fun_serv_stop +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0x628ceb5e fun_sq_create +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0x6b4df757 fun_submit_admin_sync_cmd +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0x7e2e5ead fun_bind +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0x86fba5bf fun_get_res_count +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0x8c483b28 fun_serv_sched +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0x921e5f2f fun_res_destroy +EXPORT_SYMBOL_GPL drivers/net/ethernet/intel/i40e/i40e 0x1e96eab3 i40e_client_device_register +EXPORT_SYMBOL_GPL drivers/net/ethernet/intel/i40e/i40e 0x61fd96f3 i40e_client_device_unregister +EXPORT_SYMBOL_GPL drivers/net/ethernet/intel/ice/ice 0x26532540 ice_rdma_request_reset +EXPORT_SYMBOL_GPL drivers/net/ethernet/intel/ice/ice 0x5b64934f ice_del_rdma_qset +EXPORT_SYMBOL_GPL drivers/net/ethernet/intel/ice/ice 0x7b06fc2f ice_add_rdma_qset +EXPORT_SYMBOL_GPL drivers/net/ethernet/intel/ice/ice 0x87c988a7 ice_rdma_update_vsi_filter +EXPORT_SYMBOL_GPL drivers/net/ethernet/intel/ice/ice 0xba11f0a1 ice_get_qos_params +EXPORT_SYMBOL_GPL drivers/net/ethernet/marvell/octeontx2/nic/otx2_ptp 0x016fefb6 otx2_ptp_tstamp2time +EXPORT_SYMBOL_GPL drivers/net/ethernet/marvell/octeontx2/nic/otx2_ptp 0x0408adad otx2_ptp_init +EXPORT_SYMBOL_GPL drivers/net/ethernet/marvell/octeontx2/nic/otx2_ptp 0x73b14a09 otx2_ptp_destroy +EXPORT_SYMBOL_GPL drivers/net/ethernet/marvell/octeontx2/nic/otx2_ptp 0xb537dfa2 otx2_ptp_clock_index +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x02de7fdc mlx4_xrcd_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x06087fd4 mlx4_get_counter_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0701ab3e mlx4_counter_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x072b640c mlx4_vf_smi_enabled +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x086f85ec __mlx4_replace_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x08fdee72 mlx4_db_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x09fe7f23 mlx4_mr_rereg_mem_cleanup +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0b9a54e0 mlx4_cq_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0c20e3f5 mlx4_multicast_promisc_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0e15154e mlx4_buf_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0f4b7d2f mlx4_register_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x12e2b17a mlx4_unregister_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x149a8a4a mlx4_hw_rule_sz +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x181f4050 mlx4_map_sw_to_hw_steering_mode +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1cbce250 mlx4_find_cached_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1e71b106 mlx4_update_qp +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1f362cfc mlx4_unregister_interface +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x22131f7a mlx4_set_admin_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2386f4fb mlx4_mr_hw_put_mpt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2542dd37 mlx4_get_vf_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x263c0a69 mlx4_unicast_promisc_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x270b8c60 mlx4_mw_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x28f91e0b mlx4_buf_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2a6f9571 mlx4_counter_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2a7cbee3 mlx4_mr_hw_write_mpt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2afbb43b mlx4_vf_set_enable_smi_admin +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2ce24d07 mlx4_mr_hw_change_pd +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2d468262 mlx4_get_slave_default_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2efa67c2 mlx4_replace_zero_macs +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x326d0eda mlx4_free_cmd_mailbox +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3973f888 __mlx4_unregister_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3a42ddd3 mlx4_phys_to_slave_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3a4c1753 mlx4_set_vf_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3ae7aa7a mlx4_get_base_gid_ix +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3bede954 mlx4_multicast_detach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3ef83c67 mlx4_mr_hw_get_mpt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3fc79000 mlx4_alloc_cmd_mailbox +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x403743de mlx4_set_vf_link_state +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x41117bf9 mlx4_flow_steer_promisc_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x43d3341f mlx4_find_cached_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x446b83e2 mlx4_unicast_detach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x452110ae mlx4_srq_lookup +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4573652c mlx4_qp_to_ready +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4bae751f mlx4_srq_query +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4ca2fe43 mlx4_CLOSE_PORT +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4eca2bfc mlx4_register_interface +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4fcd5345 mlx4_mw_enable +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x505da703 mlx4_SYNC_TPT +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x54427efc mlx4_get_internal_clock_params +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x54f2914c mlx4_qp_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x561f9af0 mlx4_uar_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5640bea3 mlx4_slave_convert_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x58da4b7c mlx4_uar_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x595632e6 mlx4_wol_write +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5a579e41 mlx4_flow_attach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x60eb4af4 mlx4_mr_enable +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x61e76af9 mlx4_qp_modify +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6591a473 mlx4_port_map_set +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x661e5e4f mlx4_wol_read +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x67a942d5 mlx4_alloc_hwq_res +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6a707ec7 mlx4_FLOW_STEERING_IB_UC_QP_RANGE +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6cfa2cd4 __mlx4_register_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x721041af mlx4_bf_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7319c165 mlx4_set_vf_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7751be60 mlx4_qp_query +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x786756db mlx4_ACCESS_PTYS_REG +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7aecb3f2 mlx4_unicast_attach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7ce6a672 mlx4_get_devlink_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7d90a94d mlx4_get_base_qpn +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8386c42b mlx4_phys_to_slaves_pport +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x84c8190c mlx4_srq_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x878c6fc0 mlx4_mr_hw_change_access +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x89492d3c mlx4_multicast_attach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8b7e817a mlx4_mw_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x908a07f8 mlx4_srq_arm +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x91a364de mlx4_unicast_promisc_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x91e5984a mlx4_config_vxlan_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9447e3e9 mlx4_mr_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x949da642 mlx4_qp_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x95c30b3b mlx4_get_protocol_dev +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x977a2320 mlx4_config_dev_retrieval +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x97c9bfa5 mlx4_srq_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9b7df2c2 mlx4_read_clock +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9dfb542a mlx4_db_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9ee97b8b mlx4_bf_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa03c64d5 mlx4_flow_detach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa1e1a294 mlx4_mr_rereg_mem_write +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa39b463a mlx4_set_vf_spoofchk +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xaa574d70 mlx4_cq_modify +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xaa9d84bb mlx4_register_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xaaaa21f0 mlx4_mtt_init +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xacef3f13 mlx4_mtt_cleanup +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xad1fa2e2 mlx4_pd_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb3a6ddb7 mlx4_set_vf_rate +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb3ca0ec7 mlx4_get_vf_config +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb5ff2a34 mlx4_unregister_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb916108a mlx4_flow_steer_promisc_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb98c2e71 mlx4_buf_write_mtt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xbdb30088 mlx4_bond +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xbde191d9 mlx4_vf_get_enable_smi_admin +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xbf385877 mlx4_unbond +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xbff7e1df mlx4_qp_release_range +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc2c6fc33 mlx4_get_active_ports +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc4e04b37 mlx4_get_admin_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc83515da mlx4_write_mtt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xcc8e4582 mlx4_phys_to_slaves_pport_actv +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xcd27a71b __mlx4_cmd +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xdb3040f4 mlx4_cq_resize +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe2a77cb5 mlx4_map_sw_to_hw_steering_id +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe4867d74 mlx4_qp_reserve_range +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe6f343a0 mlx4_free_hwq_res +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe7d914f9 mlx4_get_default_counter_index +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xea4c1084 mlx4_pd_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xecc01b0f mlx4_mtt_addr +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf02811ff mlx4_cq_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf0de4799 mlx4_mr_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf0fad976 mlx4_qp_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf84aacb7 mlx4_config_roce_v2_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xfb626900 mlx4_INIT_PORT +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xfd00f469 mlx4_xrcd_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xfe17318a mlx4_multicast_promisc_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x03edfae4 mlx5_set_port_admin_status +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 0x0a4ea68d mlx5_modify_nic_vport_mac_list +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0a87625b mlx5_query_hca_vport_gid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0b578d8e mlx5_query_hca_vport_context +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0b6db1db mlx5_query_hca_vport_pkey +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0c3d4a16 mlx5_query_nic_vport_system_image_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x10fccd36 mlx5_modify_nic_vport_mac_address +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x132024b1 mlx5_query_nic_system_image_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1530051b mlx5_query_port_tc_bw_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1a7c8cea mlx5_query_port_max_mtu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x31645ced mlx5_set_port_tc_group +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3223195a mlx5_modify_nic_vport_vlans +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x39c6d416 mlx5_query_port_pfc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3a5d6a40 mlx5_nic_vport_unaffiliate_multiport +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x40b88202 mlx5_frag_buf_alloc_node +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x434ce5fa mlx5_query_port_ptys +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x44d751e9 mlx5_set_port_mtu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4564b59e mlx5_modify_port_ets_rate_limit +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x47595c4c mlx5_core_reserved_gids_count +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x47985f73 mlx5_nic_vport_enable_roce +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4d9bc352 mlx5_set_port_pfc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x54081fed mlx5_query_hca_vport_system_image_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x54565757 mlx5_dm_sw_icm_dealloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x62ccc88d mlx5_query_nic_vport_qkey_viol_cntr +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6660f742 mlx5_query_hca_vport_node_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6855f38a mlx5_query_nic_vport_mtu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x69be3336 mlx5_ipsec_device_caps +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6c1493d2 mlx5_nic_vport_update_local_lb +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7568b789 mlx5_vport_get_other_func_cap +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x75f18cb6 mlx5_set_port_wol +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x76382c02 mlx5_query_port_vl_hw_cap +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7c5fc772 mlx5_query_min_inline +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7d7eaa1d mlx5_query_module_eeprom +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7f1eef46 mlx5_query_mac_address +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x802f9903 mlx5_modify_nic_vport_promisc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x80509a2c mlx5_toggle_port_link +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 0x84fcac9f mlx5_eswitch_get_total_vports +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x86706ebf mlx5_set_port_tc_bw_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x871576fc mlx5_core_query_sq_state +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8795eb5d mlx5_query_port_tc_group +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9745b0ca mlx5_nic_vport_affiliate_multiport +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9e4788ef mlx5_nic_vport_query_local_lb +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9fd0bdd7 mlx5_query_nic_vport_min_inline +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa09c4a20 mlx5_query_port_admin_status +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa500eb23 mlx5_query_nic_vport_promisc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa7fdb9f1 mlx5_query_nic_vport_mac_list +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xaa5ce6b4 mlx5_set_port_pause +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb24baa1a mlx5_query_port_oper_mtu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb39f95d2 mlx5_frag_buf_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xba13b88c mlx5_query_module_eeprom_by_page +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc1fcb952 mlx5_modify_nic_vport_mtu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc3a96c6f mlx5_access_reg +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc4cb058e mlx5_core_access_reg +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc96dac8c mlx5_query_port_wol +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xccda1607 mlx5_db_alloc_node +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd0d1048f mlx5_core_modify_hca_vport_context +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd229e458 mlx5_query_port_prio_tc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd5751d8f mlx5_dm_sw_icm_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xdf1ad127 mlx5_query_nic_vport_mac_address +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe99cfbea mlx5_db_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xecbca1ff mlx5_eswitch_mode +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xecc6ce17 mlx5_set_port_caps +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xed8683f8 mlx5_core_query_vport_counter +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf0ca3e33 mlx5_query_port_pause +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf11d2424 mlx5_query_nic_vport_node_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf39a0730 mlx5_query_port_ets_rate_limit +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf8609292 mlx5_set_port_prio_tc +EXPORT_SYMBOL_GPL drivers/net/ethernet/micrel/ks8851_common 0x46e006c7 ks8851_probe_common +EXPORT_SYMBOL_GPL drivers/net/ethernet/micrel/ks8851_common 0x57103280 ks8851_resume +EXPORT_SYMBOL_GPL drivers/net/ethernet/micrel/ks8851_common 0x7e0efbdf ks8851_remove_common +EXPORT_SYMBOL_GPL drivers/net/ethernet/micrel/ks8851_common 0x87b2037f ks8851_suspend +EXPORT_SYMBOL_GPL drivers/net/ethernet/microchip/encx24j600-regmap 0x00d8a0e4 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 0x099109f4 ocelot_port_get_eth_ctrl_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x1b25190a ocelot_port_del_dscp_prio +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x2292caf8 ocelot_port_set_default_prio +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x24966a58 ocelot_bond_get_id +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x26864bd3 ocelot_phylink_mac_link_down +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x31670bd1 __ocelot_write_ix +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x3f2d2b06 ocelot_port_writel +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x45ca0adf ocelot_port_unassign_dsa_8021q_cpu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x4a06a1ec ocelot_cls_flower_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x4a8bce3b ocelot_port_add_dscp_prio +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x4c9e4992 ocelot_port_readl +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x69062f42 ocelot_phylink_mac_link_up +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x6a1e347d ocelot_regmap_init +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x6c86ccd3 __ocelot_bulk_read_ix +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x76da407a ocelot_lag_fdb_del +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x77a0652d ocelot_regfields_init +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x79fef50e ocelot_port_get_rmon_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x7dbe5b98 ocelot_get_bridge_fwd_mask +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x812e508a ocelot_port_get_dscp_prio +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x8999ff9f ocelot_port_get_pause_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x89d44a1e ocelot_migrate_mdbs +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xa606da57 ocelot_port_setup_dsa_8021q_cpu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xa6d44095 ocelot_bridge_num_find +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xaacd07c5 ocelot_port_get_default_prio +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xabbaefe3 __ocelot_read_ix +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xb73f8258 ocelot_port_get_eth_mac_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xc5949010 ocelot_port_teardown_dsa_8021q_cpu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xcc429f89 ocelot_lag_fdb_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xccde357d ocelot_port_assigned_dsa_8021q_cpu_mask +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xd59df8db ocelot_port_rmwl +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xd7cc2967 __ocelot_rmw_ix +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xe1171461 ocelot_cls_flower_replace +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xe4b5ddc8 ocelot_port_get_eth_phy_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xf19a202c ocelot_port_mirror_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xf68ed11c ocelot_mact_flush +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xfc0974e7 ocelot_port_assign_dsa_8021q_cpu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xfdd452f2 ocelot_cls_flower_destroy +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xfeb41032 ocelot_port_mirror_del +EXPORT_SYMBOL_GPL drivers/net/ethernet/qualcomm/qca_7k_common 0x0b28a9ad qcafrm_create_footer +EXPORT_SYMBOL_GPL drivers/net/ethernet/qualcomm/qca_7k_common 0x2b6ddf3f qcafrm_fsm_decode +EXPORT_SYMBOL_GPL drivers/net/ethernet/qualcomm/qca_7k_common 0x41da0375 qcafrm_create_header +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac 0x096c087f stmmac_suspend +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac 0x1c4d025a stmmac_resume +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac 0x2f116470 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 0x89cad777 stmmac_dvr_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac 0x92d778bb stmmac_get_mac_addr +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac 0xc5b83bc9 stmmac_dvr_probe +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac 0xf94b77a8 stmmac_init_tstamp_counter +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0x602a83b3 stmmac_probe_config_dt +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0x6dffff2c stmmac_remove_config_dt +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0x8c0becd0 stmmac_pltfr_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0x91bf7897 stmmac_pltfr_pm_ops +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0xc2f4665e 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 0x471dcf3a 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 0x726334d8 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 0xabfe3406 am65_cpts_tx_timestamp +EXPORT_SYMBOL_GPL drivers/net/ethernet/ti/am65-cpts 0xb60b988a am65_cpts_estf_disable +EXPORT_SYMBOL_GPL drivers/net/ethernet/ti/am65-cpts 0xbfc83e4d am65_cpts_estf_enable +EXPORT_SYMBOL_GPL drivers/net/ethernet/ti/am65-cpts 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 0x00eff0d4 w5100_ops_priv +EXPORT_SYMBOL_GPL drivers/net/ethernet/wiznet/w5100 0x6651efc8 w5100_pm_ops +EXPORT_SYMBOL_GPL drivers/net/ethernet/wiznet/w5100 0xbadb016c w5100_probe +EXPORT_SYMBOL_GPL drivers/net/ethernet/wiznet/w5100 0xfa8c7f68 w5100_remove +EXPORT_SYMBOL_GPL drivers/net/geneve 0x4d46e714 geneve_dev_create_fb +EXPORT_SYMBOL_GPL drivers/net/ipvlan/ipvlan 0x11af423e ipvlan_link_register +EXPORT_SYMBOL_GPL drivers/net/ipvlan/ipvlan 0x3a6847e3 ipvlan_count_rx +EXPORT_SYMBOL_GPL drivers/net/ipvlan/ipvlan 0x7652c59e ipvlan_link_new +EXPORT_SYMBOL_GPL drivers/net/ipvlan/ipvlan 0xbb01e061 ipvlan_link_delete +EXPORT_SYMBOL_GPL drivers/net/ipvlan/ipvlan 0xc430d039 ipvlan_link_setup +EXPORT_SYMBOL_GPL drivers/net/macsec 0x735a7310 macsec_pn_wrapped +EXPORT_SYMBOL_GPL drivers/net/macvlan 0x2e9ecfb9 macvlan_link_register +EXPORT_SYMBOL_GPL drivers/net/macvlan 0x5ba96aed macvlan_common_newlink +EXPORT_SYMBOL_GPL drivers/net/macvlan 0x7e070bc3 macvlan_common_setup +EXPORT_SYMBOL_GPL drivers/net/macvlan 0x87dfc20f macvlan_dellink +EXPORT_SYMBOL_GPL drivers/net/mdio/mdio-i2c 0x6fbde2f9 mdio_i2c_alloc +EXPORT_SYMBOL_GPL drivers/net/mdio/mdio-mux 0x1b1f5b85 mdio_mux_init +EXPORT_SYMBOL_GPL drivers/net/mdio/mdio-mux 0x6318757f mdio_mux_uninit +EXPORT_SYMBOL_GPL drivers/net/net_failover 0x5572bd4a net_failover_create +EXPORT_SYMBOL_GPL drivers/net/net_failover 0xbcc7fc77 net_failover_destroy +EXPORT_SYMBOL_GPL drivers/net/pcs/pcs-altera-tse 0x65d52cea alt_tse_pcs_create +EXPORT_SYMBOL_GPL drivers/net/pcs/pcs_xpcs 0x138fbf35 xpcs_get_interfaces +EXPORT_SYMBOL_GPL drivers/net/pcs/pcs_xpcs 0x564902f9 xpcs_create +EXPORT_SYMBOL_GPL drivers/net/pcs/pcs_xpcs 0x8933701a xpcs_destroy +EXPORT_SYMBOL_GPL drivers/net/pcs/pcs_xpcs 0xaa2f3c14 xpcs_link_up +EXPORT_SYMBOL_GPL drivers/net/pcs/pcs_xpcs 0xc5b5d0e5 xpcs_get_an_mode +EXPORT_SYMBOL_GPL drivers/net/pcs/pcs_xpcs 0xe1aaef89 xpcs_config_eee +EXPORT_SYMBOL_GPL drivers/net/pcs/pcs_xpcs 0xe73c67fa xpcs_do_config +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x003de269 bcm_phy_write_exp +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x01e72689 bcm_phy_handle_interrupt +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x026f4022 bcm_phy_read_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x187aa7e2 bcm_phy_read_exp +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x299f9b98 __bcm_phy_read_exp +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x338a7c58 __bcm_phy_read_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x490da224 bcm_phy_modify_exp +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x4bbc2676 bcm_phy_cable_test_get_status +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x4f866eb6 bcm_phy_downshift_set +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x50e3cd16 bcm_phy_cable_test_start_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x552565ce bcm_phy_enable_jumbo +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x61051945 bcm_phy_r_rc_cal_reset +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x6e54f9c1 __bcm_phy_write_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x7387937d __bcm_phy_modify_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x756d84e7 bcm_phy_config_intr +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x7dfeaf67 bcm_phy_get_stats +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x81f9e5ef bcm_phy_read_shadow +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x869eeed0 bcm_phy_cable_test_start +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x8b9ad7cd bcm54xx_auxctl_read +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x8be7a300 bcm_phy_write_misc +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x933e7db1 __bcm_phy_write_exp +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x9a489e71 bcm_phy_read_misc +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xabe0957d bcm_phy_28nm_a0b0_afe_config_init +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xb1ddc6bb bcm_phy_enable_apd +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xbdfbb47f bcm_phy_get_strings +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xd5447f0a __bcm_phy_modify_exp +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xd74b5c72 bcm_phy_set_eee +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xeb559376 bcm_phy_write_shadow +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xedce54ef bcm_phy_ack_intr +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xefce4e53 bcm_phy_modify_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xf1394a11 bcm_phy_cable_test_get_status_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xfb07b077 bcm_phy_downshift_get +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xfc1c7f0f bcm_phy_get_sset_count +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xfd576619 bcm_phy_write_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-ptp 0x04e62460 bcm_ptp_config_init +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-ptp 0x33115c1c bcm_ptp_probe +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-ptp 0xe54c4503 bcm_ptp_stop +EXPORT_SYMBOL_GPL drivers/net/tap 0x21cd9471 tap_handle_frame +EXPORT_SYMBOL_GPL drivers/net/tap 0x337f9c33 tap_del_queues +EXPORT_SYMBOL_GPL drivers/net/tap 0x33bea682 tap_queue_resize +EXPORT_SYMBOL_GPL drivers/net/tap 0x3aaa0c71 tap_free_minor +EXPORT_SYMBOL_GPL drivers/net/tap 0x4dd0d824 tap_get_ptr_ring +EXPORT_SYMBOL_GPL drivers/net/tap 0x7a3a42c5 tap_get_socket +EXPORT_SYMBOL_GPL drivers/net/tap 0x7b64616e tap_get_minor +EXPORT_SYMBOL_GPL drivers/net/tap 0x8e12997e tap_create_cdev +EXPORT_SYMBOL_GPL drivers/net/tap 0xbdedfec5 tap_destroy_cdev +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0x1e0e79f1 usbnet_cdc_bind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0x4a2cb148 usbnet_cdc_unbind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0x9060ddb0 usbnet_cdc_update_filter +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0x925bde2c usbnet_cdc_status +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0xbb1451ed usbnet_generic_cdc_bind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0xd9dc5fc9 usbnet_ether_cdc_bind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0xf0f49e5a usbnet_cdc_zte_rx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x1f54889e cdc_ncm_fill_tx_frame +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x2bc3fb69 cdc_ncm_rx_verify_ndp32 +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x537695e8 cdc_ncm_rx_verify_nth32 +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x6166e0d0 cdc_ncm_rx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x63ebf93b cdc_ncm_tx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x953c382a cdc_ncm_select_altsetting +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0xa0a5987c cdc_ncm_rx_verify_ndp16 +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0xaf9e37c0 cdc_ncm_rx_verify_nth16 +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0xc93a974f cdc_ncm_bind_common +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0xc9ebebb3 cdc_ncm_unbind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0xdbc44bf7 cdc_ncm_change_mtu +EXPORT_SYMBOL_GPL drivers/net/usb/r8152 0x21cb3b4a rtl8152_get_version +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0x1b6f85b3 rndis_unbind +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0x38cf60d0 rndis_command +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0x84dd5541 rndis_status +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0x8a15bcbf rndis_rx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0xc8d53b84 generic_rndis_bind +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0xdec6a4c7 rndis_tx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x0bb48774 usbnet_update_max_qlen +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x1e7fc79c usbnet_get_ethernet_addr +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x26732193 usbnet_change_mtu +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x314ac58c usbnet_status_start +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x34e62760 usbnet_get_endpoints +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x377c4923 usbnet_skb_return +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x37dd44a2 usbnet_set_rx_mode +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x3ada4cc9 usbnet_write_cmd +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x3e5af4da usbnet_read_cmd_nopm +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x44b21379 usbnet_get_link +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x53b959a4 usbnet_read_cmd +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x5c7c659f usbnet_get_msglevel +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x5cd5f3af usbnet_nway_reset +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x5dd1a93b usbnet_get_drvinfo +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x6474ce9e usbnet_resume_rx +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x6bb7d9bc usbnet_stop +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x75dfded8 usbnet_tx_timeout +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x81aabca2 usbnet_pause_rx +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x92d285ad usbnet_open +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x9c9e7e3c usbnet_status_stop +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xab280369 usbnet_get_link_ksettings_internal +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xac95da38 usbnet_write_cmd_async +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xb467fdf9 usbnet_resume +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xba992c02 usbnet_unlink_rx_urbs +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xbc1e5279 usbnet_get_link_ksettings_mii +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xbf22c9d9 usbnet_probe +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xc1d37e65 usbnet_start_xmit +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xccb9aa08 usbnet_disconnect +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xd197a0cf usbnet_purge_paused_rxq +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xd8344d39 usbnet_set_link_ksettings_mii +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xd9b4d316 usbnet_write_cmd_nopm +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xe8d589c7 usbnet_suspend +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xe92ec4d7 usbnet_set_msglevel +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xffca9c2f usbnet_defer_kevent +EXPORT_SYMBOL_GPL drivers/net/vxlan/vxlan 0x067dc5c3 vxlan_dev_create +EXPORT_SYMBOL_GPL drivers/net/vxlan/vxlan 0x551494de vxlan_fdb_find_uc +EXPORT_SYMBOL_GPL drivers/net/vxlan/vxlan 0x600a3892 vxlan_fdb_replay +EXPORT_SYMBOL_GPL drivers/net/vxlan/vxlan 0xfc014f5a vxlan_fdb_clear_offload +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/ipw2x00/libipw 0x5ff8fb3b libipw_rx_any +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x17d6d8c9 il_mac_tx_last_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x18e0d36f il_remove_station +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x1c6d09d8 il_dealloc_bcast_stations +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x43b08215 _il_grab_nic_access +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xd3fc0523 il_prep_station +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x5987fe45 iwl_fw_lookup_assert_desc +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x71118edc iwl_fw_lookup_cmd_ver +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x74778a2f iwl_fw_lookup_notif_ver +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0x822423bf p54_init_common +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0xa58db383 p54_parse_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0xc5269edf p54_register_common +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0xc7f79668 p54_free_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0xc8dc368f p54_read_eeprom +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0xcbb0d84d p54_parse_eeprom +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0xd2ff13fe p54_free_common +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0xe4161cb5 p54_unregister_common +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0xeb374d49 p54_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x0c25ce14 lbs_add_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x23a113bf lbs_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x3521f769 lbs_send_tx_feedback +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x3d995c26 lbs_get_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x4b2f6e89 lbs_get_firmware_async +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x6e56c9d0 lbs_cmd_copyback +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x71602d2a lbs_process_rxed_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x83cd86bd __lbs_cmd +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0xa8262b7a lbs_host_sleep_cfg +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0xbd88790e lbs_start_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0xc4355395 lbs_notify_command_response +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0xc7f59c1d lbs_remove_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0xdb371a51 lbs_resume +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0xe1bc40b3 lbs_stop_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0xef19f8f6 lbs_host_to_card_done +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0xf64277de lbs_debug +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0xfb781045 lbs_queue_event +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0x1ee01713 lbtf_add_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0x4d05f98c lbtf_send_tx_feedback +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0x51a541d6 lbtf_cmd_response_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0x5a3b2cb5 __lbtf_cmd +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0x6142679c lbtf_remove_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0x89ded1d0 lbtf_cmd_copyback +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0xb808c48e lbtf_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0xc8083316 lbtf_bcn_sent +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0xc85e6899 lbtf_debug +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x079d9337 mwifiex_drv_info_dump +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x07f18f79 mwifiex_reinit_sw +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x0ddecad6 mwifiex_disable_auto_ds +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x128ebce5 mwifiex_process_hs_config +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x1994a5c2 mwifiex_handle_rx_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x2003f187 mwifiex_write_data_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x361d9566 mwifiex_enable_hs +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x40cda709 mwifiex_dnld_fw +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x54529d5b mwifiex_shutdown_sw +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x5a0c60c7 mwifiex_remove_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x70cb15b1 mwifiex_main_process +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x849be550 mwifiex_add_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x8fe51a0e mwifiex_cancel_hs +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x8fe78042 mwifiex_deauthenticate_all +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x928949b3 mwifiex_multi_chan_resync +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xad2c4db5 mwifiex_queue_main_work +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xc228bbec mwifiex_fw_dump_event +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xcbda5067 mwifiex_init_shutdown_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 0xdb53a4c8 mwifiex_prepare_fw_dump_info +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xdfea54ca mwifiex_upload_device_dump +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xe25b5127 mwifiex_add_virtual_intf +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xe7f0b01c mwifiex_del_virtual_intf +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xf490c903 mwifiex_process_sleep_confirm_resp +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xf6fec635 _mwifiex_dbg +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x031e63d4 mt76_tx_status_check +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x0611d22b __mt76_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x087e36af mt76_rx_aggr_start +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x119e06d0 mt76_get_survey +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x11b8bbc0 mt76_stop_tx_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x13b00594 mt76_update_survey +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x143aa52d mt76_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x175e3ad1 mt76_get_rxwi +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x17f568e9 mt76_rates +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x18794ac9 mt76_release_buffered_frames +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x199406bc mt76_csa_finish +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x1ec57b4f __mt76_worker_fn +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x1f8ac718 __tracepoint_dev_irq +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x205418bd mt76_init_sar_power +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x228563b1 mt76_phy_dfs_state +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x29f4ac35 mt76_set_channel +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x2d978a6c mt76_set_irq_mask +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x2f575f4e mt76_alloc_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x3964e681 __mt76_mcu_msg_alloc +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x3a09b099 mt76_insert_ccmp_hdr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x3cf814e0 mt76_token_release +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x41608456 mt76_register_debugfs_fops +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x47a04923 mt76_get_rate_power_limits +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x4dd33a8f mt76_get_sar_power +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x4eb9ce99 mt76_rx_poll_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x4f224908 mt76_get_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x51277906 mt76_mcu_get_response +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x51733252 __traceiter_mac_txdone +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x5276bbf6 __mt76_set_tx_blocked +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x57b82d1d mt76_dma_rx_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x5d1b4e42 __tracepoint_mac_txdone +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x5d7d8073 mt76_update_survey_active_time +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x61130eda __traceiter_dev_irq +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x6225e776 mt76_txq_schedule +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x64fe40aa mt76_mmio_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x684abd43 mt76_calculate_default_rate +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x697a3c28 mt76_csa_check +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x6ace0716 mt76_set_stream_caps +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x6e303ef7 mt76_has_tx_pending +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x710a3378 mt76_get_antenna +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x76351519 mt76_mcu_skb_send_and_get_msg +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x77a38f12 mt76_sta_state +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x7a9be640 mt76_unregister_phy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x7e7672c9 mt76_set_tim +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x805fc13a __SCK__tp_func_dev_irq +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x80b2c159 mt76_eeprom_override +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x83bf40ea mt76_get_min_avg_rssi +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x85e3493f mt76_tx_check_agg_ssn +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x8791f37d mt76_tx_worker_run +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x88287135 __mt76_mcu_send_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x8cba3946 mt76_wake_tx_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x8f249613 mt76_pci_disable_aspm +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x9124b1a6 mt76_sw_scan +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x96639689 mt76_mcu_rx_event +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x9e079e48 mt76_alloc_phy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xa3010d51 mt76_tx_status_skb_done +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xaa8e51cc mt76_tx_status_skb_get +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xb145dc71 mt76_eeprom_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xb5b360db mt76_put_txwi +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xb60279df mt76_dma_attach +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xb743e833 mt76_skb_adjust_pad +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xb9db2962 ____mt76_poll_msec +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xbaeaec02 mt76_free_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xc04f8213 mt76_sta_pre_rcu_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xc13c11a6 __mt76_tx_complete_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xc18dbc3b mt76_get_of_eeprom +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xc36b3435 mt76_queue_tx_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xc3bc9f19 mt76_tx_status_lock +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xc4f77697 mt76_put_rxwi +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xc6315d8e __SCK__tp_func_mac_txdone +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xc6634315 mt76_ac_to_hwq +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xc79daf86 mt76_ethtool_worker +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xc7c30f13 mt76_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xcd2e59bc mt76_token_consume +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xceaf9c03 mt76_init_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xcf3f4e2b mt76_tx_status_unlock +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xd15af18a mt76_unregister_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xd167778a mt76_register_phy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xd2b15aa9 mt76_seq_puts_array +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xd3e027f7 mt76_dma_cleanup +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xd64a168b mt76_rx_token_release +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xd6ac84c9 mt76_register_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xd817ccea mt76_rx_token_consume +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xdc19660a mt76_tx_status_skb_add +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xdf9993ef mt76_rx_aggr_stop +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xe40b66ef mt76_wcid_alloc +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xebefecf7 mt76_txq_schedule_all +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xecace93f mt76_get_rate +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xf3358e54 mt76_mcu_send_and_get_msg +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xf8078a37 mt76_queues_read +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xfb0e3f29 mt76_sw_scan_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xffe2204c __mt76_sta_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x01959ebe mt76_connac_mcu_wtbl_hdr_trans_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x0206a5f2 mt76_connac_init_tx_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x0345c548 __mt76_connac_mcu_alloc_sta_req +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x042fb6c7 mt76_connac_mcu_set_rts_thresh +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x0516441f mt76_connac_mcu_sta_cmd +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x1208df4f mt76_connac_mcu_wtbl_smps_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x12a6bfd1 mt76_connac_mcu_beacon_loss_iter +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x169f524b mt76_connac_mcu_patch_sem_ctrl +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x16dd2218 mt76_connac_sta_state_dp +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x17393b6e mt76_connac_power_save_sched +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x1df9cecd mt76_connac_mcu_wtbl_update_hdr_trans +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x1e4ca5c0 mt76_connac_mcu_uni_add_dev +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x1eec9c26 mt76_connac_tx_complete_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x20b28a17 mt76_connac_mcu_sta_wed_update +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x21197dfd mt76_connac_mcu_set_channel_domain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x228990ce mt76_connac_mcu_set_rate_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x2445b6b0 mt76_connac_mcu_init_download +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x2a82f76d mt76_connac_mcu_sched_scan_req +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x2e35ab48 mt76_connac_mcu_bss_basic_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x30624b73 mt76_connac_mcu_cancel_hw_scan +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x33c01fe1 mt76_connac2_mac_decode_he_radiotap +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x35b84230 mt76_connac_pm_wake +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x3776fc04 mt76_connac_txp_skb_unmap +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x38fa93a0 mt76_connac2_mac_fill_rx_rate +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x3a1adaa8 mt76_connac2_mac_write_txwi +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x559cdc7a mt76_connac_mcu_hw_scan +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x5be430ba mt76_connac_mcu_uni_add_bss +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x5ecf1a1c mt76_connac_free_pending_tx_skbs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x605fb7c3 mt76_connac_mcu_start_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x6857f90a mt76_connac2_load_patch +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x6b4e1fa3 mt76_connac_mcu_reg_wr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x75882ef7 mt76_connac_mcu_set_suspend_iter +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x7702d592 mt76_connac2_mac_tx_rate_val +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x78e6f754 mt76_connac_write_hw_txp +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x7a41906c mt76_connac_mcu_wtbl_ht_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x7ed88a74 mt76_connac_mcu_reg_rr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x7f7712f7 mt76_connac_pm_queue_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x81040533 mt76_connac_mcu_set_hif_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x85274bf6 mt76_connac_mcu_wtbl_generic_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x8c0c1918 mt76_connac2_mcu_fill_message +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x8cdbcda2 mt76_connac_mcu_get_nic_capability +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x8d61d0e4 mt76_connac_mcu_set_deep_sleep +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 0x929ba0c4 mt76_connac_mcu_bss_ext_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x9665d688 mt76_connac_mcu_update_gtk_rekey +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x9c88adf7 mt76_connac_mcu_coredump_event +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x9e1485d6 mt76_connac2_mac_fill_txs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x9fde525f mt76_connac2_load_ram +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xa7e901d5 mt76_connac_mcu_sta_update_hdr_trans +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xb2bb8dfa mt76_connac_mcu_chip_config +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xb2f960fa mt76_connac_mcu_uni_set_chctx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xb64f44a5 mt76_connac_mcu_rdd_cmd +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xb6560712 mt76_connac_mcu_alloc_wtbl_req +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xbc55593c mt76_connac_mcu_update_arp_filter +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xbf225b4a mt76_connac_mcu_sta_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xc0d607c0 mt76_connac_mcu_set_p2p_oppps +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xc1d0cc03 mt76_connac_mcu_restart +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xc54b37f5 mt76_connac_mcu_add_nested_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xc9f688e2 mt76_connac_mcu_bss_omac_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xcac89dca mt76_connac_mcu_set_vif_ps +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xcbff18b5 mt76_connac_pm_dequeue_skbs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xcddb4842 mt76_connac2_mac_add_txs_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xce7a6e0a mt76_connac_get_he_phy_cap +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xcfe8c8c8 mt76_connac_mcu_sta_uapsd +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xd91899ba mt76_connac_mcu_set_pm +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xde045baa mt76_connac_get_phy_mode +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xe0fab3b1 mt76_connac_mcu_wtbl_ba_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xe79615ac mt76_connac_mcu_sta_basic_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xe8c6934d mt76_connac_mcu_set_mac_enable +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xec570602 mt76_connac2_reverse_frag0_hdr_trans +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xecd15aa6 mt76_connac_mcu_sched_scan_enable +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xf0dd54d4 mt76_connac_mcu_add_key +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xfaa621f2 mt76_connac_mcu_sta_ba_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xfb388fe0 mt76_connac_mcu_start_patch +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xfbca8f7c mt76_connac_mcu_sta_ba +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x12ff1f7e mt76s_alloc_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x381c2e4e mt76s_alloc_rx_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x41d4e80d mt76s_rr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x4c4d2022 mt76s_wr_rp +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x6257d34a mt76s_txqs_empty +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x7428e4cb mt76s_deinit +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x7e5d10cd mt76s_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x82aeb097 mt76s_write_copy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x8e8d4db8 mt76s_rmw +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0xa5efd03a mt76s_rd_rp +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0xae9a9948 mt76s_sdio_irq +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0xb4daf4c7 mt76s_read_pcr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0xc915ee60 mt76s_txrx_worker +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0xdb262f8c mt76s_wr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0xdbd53800 mt76s_read_copy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0xed6d5afd mt76s_hw_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x356ab803 mt76u_alloc_mcu_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x54b5a963 mt76u_resume_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x54c552f7 ___mt76u_rr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x92ceaf90 mt76u_vendor_request +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x9c50e805 ___mt76u_wr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0xb013184c __mt76u_vendor_request +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0xb2bab840 mt76u_stop_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0xbbb23190 mt76u_alloc_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0xc4315b59 mt76u_read_copy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0xc97a5b1d mt76u_stop_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0xcccde900 mt76u_single_wr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0xf1c3253f __mt76u_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0xf2baefb2 mt76u_queues_deinit +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0xf4d651e9 mt76u_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x00799104 __mt7663_load_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x084a093a mt7615_mac_write_txwi +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x0cb2c891 mt7615_unregister_ext_phy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x16cc3710 mt7615_mac_enable_rtscts +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x1c26239a mt7615_init_work +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x234a9b2c mt7615_tx_token_put +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x2b2a4283 mt7615_mcu_exit +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x4d403818 mt7615_init_debugfs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x4ed8ee0f mt7615_thermal_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x4ff81ada mt7615_mac_sta_add +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x557d09ee mt7615_mcu_parse_response +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x799ddc12 mt7615_init_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x7af19244 mt7615_wait_for_mcu_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x7e3e24d1 mt7615_rx_check +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xa5ec932a mt7615_mac_set_rates +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xa673b9da mt7615_init_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xaac423b9 mt7615_mcu_restart +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xad1059f4 mt7615_mcu_fill_msg +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xaefb9034 mt7615_queue_rx_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xbe8961dc mt7622_trigger_hif_int +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xbf337b9b mt7615_sta_ps +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xda2e4fea mt7615_eeprom_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xe4c16cd5 mt7615_update_channel +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xecfe3152 mt7615_mac_sta_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xf0f601f0 mt7615_ops +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xf370d77e mt7615_mcu_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xfdb5cc96 mt7615_register_ext_phy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xff31189c mt7615_mac_sta_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615e 0x89acab6a mt7615_dma_reset +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7663-usb-sdio-common 0x131b99e6 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 0x7322882e mt7663_usb_sdio_register_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7663-usb-sdio-common 0xa9e84d44 mt7663_usb_sdio_tx_prepare_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7663-usb-sdio-common 0xeee403d4 mt7663_usb_sdio_tx_status_data +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0x11b03507 mt76x0_chip_onoff +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0x267f8092 mt76x0_register_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0x3a252dd9 mt76x0_config +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0x3f533c86 mt76x0_phy_calibrate +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0x647fc90b mt76x0_init_hardware +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0x8a407cda mt76x0_mac_stop +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0xcf88dd43 mt76x0_set_sar_specs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x05235a78 mt76x02_mac_start +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x066d62d0 mt76x02_reconfig_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x06ff0d9e mt76x02_sta_add +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x0cff850a mt76x02_set_ethtool_fwver +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x0f95a9fb mt76x02_set_tx_ackto +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x10ad272c mt76x02_config_mac_addr_list +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x17784269 mt76x02_edcca_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x1b683791 mt76x02_enqueue_buffered_bc +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x203cdd00 mt76x02_tx_prepare_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x2810332d mt76x02_init_agc_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x35da6a97 mt76x02_eeprom_copy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x38511ea0 mt76x02_get_rx_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x385fae64 mt76x02_ext_pa_enabled +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x3e55bdbc mt76x02_init_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x440f54ae mt76x02_tx_set_txpwr_auto +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x47613aaa mt76x02_bss_info_changed +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x5420be4d mt76x02_get_lna_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x57d0dfcd mt76x02_remove_interface +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x5bd84fd5 mt76x02_rates +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x5cd5392e mt76x02e_init_beacon_config +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x5f222ed5 mt76x02_init_beacon_config +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x5f72f9f3 mt76x02_set_rts_threshold +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x60302379 mt76x02_update_beacon_iter +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x6a95330b mt76x02_mac_cc_reset +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x6a997caa mt76x02_mcu_set_radio_state +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x71279fd8 mt76x02_set_key +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x75317e06 mt76x02_init_debugfs +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 0x762fd118 mt76x02_sta_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x78b4cfaf mt76x02_dma_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x7935f04e mt76x02_mac_write_txwi +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x7ef88338 mt76x02_phy_set_rxpath +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x81513053 mt76x02_mcu_cleanup +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x81a9c7b9 mt76x02_tx_complete_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x82b5e209 mt76x02_phy_set_bw +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x89716943 mt76x02_eeprom_parse_hw_cap +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x8ec58e0a mt76x02_mac_shared_key_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 0x9750b984 mt76x02_mcu_parse_response +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x9881fd9d mt76x02_configure_filter +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x9a0f2eca mt76x02_rx_poll_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xa3185002 mt76x02_get_efuse_data +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xa6466d99 mt76x02_dfs_init_params +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xa8991f21 mt76x02_set_coverage_class +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 0xb2c1e9cd mt76x02_mcu_function_select +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xb62b9b16 mt76x02_sta_rate_tbl_update +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xbc5f5c99 mt76x02_sta_ps +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xbdc0abb9 mt76x02_phy_set_txdac +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xc1b0607b mt76x02_conf_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xc31d18f3 mt76x02_phy_dfs_adjust_agc +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xc8731959 mt76x02_phy_set_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xccc517d1 mt76x02_mac_reset_counters +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xce31b563 mt76x02_mcu_calibrate +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xcebce303 mt76x02_resync_beacon_timer +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xd19a095f mt76x02_queue_rx_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xd386e79b mt76x02_phy_adjust_vga_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xd3d90029 mt76x02_dma_disable +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xd3f95a86 mt76x02_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xd9052a64 mt76x02_phy_set_band +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xd9d805c3 mt76x02_add_interface +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xda399e75 mt76x02_mcu_msg_send +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xe1ed444a mt76x02_remove_hdr_pad +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xe27f684e mt76x02_update_channel +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xe4d90554 mt76x02_tx_status_data +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xe678ce3c mt76x02_mac_setaddr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xf1c5e64b mt76x02_mac_wcid_setup +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xf43b8cb3 mt76x02_mac_set_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xfa869912 mt76x02_sw_scan_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xfec2b4ef mt76x02_ampdu_action +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0x44b8e4ed mt76x02u_mcu_fw_send_data +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0x958f2a3d mt76x02u_exit_beacon_config +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0x967ec3e0 mt76x02u_mcu_fw_reset +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0x9ae0ee2a mt76x02u_tx_prepare_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0xa5e48299 mt76x02u_tx_complete_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0xd8f83147 mt76x02u_init_mcu +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0xe0cae58a mt76x02u_mac_start +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0xe9ced626 mt76x02u_init_beacon_config +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x0a194fe2 mt76x2_mcu_init_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x0cb1512b mt76x2_mcu_tssi_comp +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x0f7a4d6d mt76x2_reset_wlan +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x0fbe9a80 mt76x2_phy_tssi_compensate +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x16726d13 mt76x2_set_sar_specs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x1f3eda10 mt76x2_mcu_set_channel +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x31d6ad30 mt76x2_read_rx_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x3783e318 mt76x2_eeprom_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x488ddbfd mt76x2_configure_tx_delay +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x4a60a1c5 mt76x2_mac_stop +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x74d8f4fa mt76x2_phy_set_txpower_regs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x8805ec6b mt76x2_get_power_info +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x90a9ba5a mt76x2_mcu_load_cr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xa04c9fd9 mt76x2_get_temp_comp +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xb10cf7de mt76x2_init_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xb333f09a mt76x2_apply_gain_adj +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xba3affdc mt76x2_phy_set_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xe292b4e8 mt76x2_get_rate_power +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xf60a591c mt76_write_mac_initvals +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xf67a50b2 mt76x2_phy_update_channel_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x09a70065 mt7921_mac_sta_assoc +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x0f3e343a mt7921_reset +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x23262c3c mt7921_mcu_drv_pmctrl +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x27b735f7 mt7921_usb_sdio_tx_complete_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x29b404db mt7921_sta_ps +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x3724ea53 mt7921_mac_sta_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x498bc74a mt7921_usb_sdio_tx_status_data +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x5004903d mt7921_mac_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x5ce11646 mt7921_register_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x5f380b4d mt7921_mcu_fw_pmctrl +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x634ecdc2 mt7921_run_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x6f920437 mt7921_stop +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x829979eb mt7921_update_channel +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x9443f6c4 mt7921_queue_rx_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x95bd2562 mt7921_mac_sta_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x95fb8de9 __mt7921_start +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x97674018 mt7921_mac_sta_add +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0xa6a5df61 mt7921_check_offload_capability +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0xb87fa60e mt7921_mcu_parse_response +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0xc14bbbba mt7921_ops +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0xc166a68d mt7921_mcu_set_eeprom +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0xdc2ad43e mt7921_rx_check +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0xe0c36b97 mt7921_txwi_free +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0xecf0d319 mt7921_usb_sdio_tx_prepare_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/microchip/wilc1000/wilc1000 0x035caf4d chip_wakeup +EXPORT_SYMBOL_GPL drivers/net/wireless/microchip/wilc1000/wilc1000 0x05a85233 wilc_handle_isr +EXPORT_SYMBOL_GPL drivers/net/wireless/microchip/wilc1000/wilc1000 0x9b11884f wilc_cfg80211_init +EXPORT_SYMBOL_GPL drivers/net/wireless/microchip/wilc1000/wilc1000 0xa6c622ab host_sleep_notify +EXPORT_SYMBOL_GPL drivers/net/wireless/microchip/wilc1000/wilc1000 0xb6520388 wilc_netdev_cleanup +EXPORT_SYMBOL_GPL drivers/net/wireless/microchip/wilc1000/wilc1000 0xc524b3be chip_allow_sleep +EXPORT_SYMBOL_GPL drivers/net/wireless/microchip/wilc1000/wilc1000 0xe6dca073 host_wakeup_notify +EXPORT_SYMBOL_GPL drivers/net/wireless/quantenna/qtnfmac/qtnfmac 0x31fab83c qtnf_chipid_to_string +EXPORT_SYMBOL_GPL drivers/net/wireless/quantenna/qtnfmac/qtnfmac 0x361b83d1 qtnf_core_detach +EXPORT_SYMBOL_GPL drivers/net/wireless/quantenna/qtnfmac/qtnfmac 0x47392621 qtnf_wake_all_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/quantenna/qtnfmac/qtnfmac 0x531cbe84 qtnf_core_attach +EXPORT_SYMBOL_GPL drivers/net/wireless/quantenna/qtnfmac/qtnfmac 0x5e282771 qtnf_get_debugfs_dir +EXPORT_SYMBOL_GPL drivers/net/wireless/quantenna/qtnfmac/qtnfmac 0x5e7ac01a qtnf_classify_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/quantenna/qtnfmac/qtnfmac 0xcea4069c qtnf_trans_handle_rx_ctl_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x02a906fe rt2800_txdone_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x074f2326 rt2800_mcu_request +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x09f80f06 rt2800_write_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x0fa7e4c5 rt2800_config_ant +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x10b8db42 rt2800_probe_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x1b8857e4 rt2800_read_eeprom_efuse +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x227af55a rt2800_txstatus_timeout +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x2616bfdc rt2800_wait_wpdma_ready +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x272ed881 rt2800_pre_reset_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x2972c5b8 rt2800_enable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x2d5fe94a rt2800_config_intf +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x2db16ffb rt2800_wait_csr_ready +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x3aa2a14e rt2800_disable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x3d6f6072 rt2800_config_filter +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x40be18fa rt2800_config_pairwise_key +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x43070f5a rt2800_ampdu_action +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x456a9c08 rt2800_check_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x52c5df8c rt2800_conf_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x586b3b19 rt2800_watchdog +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x60a083ea rt2800_config +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x63fe4048 rt2800_sta_add +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x6f1ca329 rt2800_config_shared_key +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x73313b9e rt2800_rfkill_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x7fa39c8d rt2800_efuse_detect +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x866dcef3 rt2800_link_tuner +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x88571f06 rt2800_get_key_seq +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x8ce290f3 rt2800_process_rxwi +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xa0a962b4 rt2800_disable_wpdma +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xa6450801 rt2800_set_rts_threshold +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xa7b1a8ba rt2800_get_survey +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xb5a5bdbd rt2800_gain_calibration +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xb6282519 rt2800_txstatus_pending +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xbf22717c rt2800_clear_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xcd828fa6 rt2800_config_erp +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xd5a50882 rt2800_txdone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xdc94dd32 rt2800_link_stats +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xdecf7e5c rt2800_write_tx_data +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xf218a5ed rt2800_get_txwi_rxwi_size +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xf2c501e1 rt2800_txdone_nostatus +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xf716f612 rt2800_load_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xf747c54a rt2800_reset_tuner +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xf80ea8ac rt2800_sta_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xfbad11b6 rt2800_get_tsf +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xfbd9b149 rt2800_vco_calibration +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x2f81d7f1 rt2800mmio_get_txwi +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x30479d5b rt2800mmio_init_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x32ac3645 rt2800mmio_rxdone_tasklet +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x3d741c87 rt2800mmio_pretbtt_tasklet +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x464501cb rt2800mmio_kick_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x5028bbb2 rt2800mmio_tbtt_tasklet +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x5fa4db64 rt2800mmio_interrupt +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x61a6867d rt2800mmio_fill_rxdone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x668fa7fb rt2800mmio_get_entry_state +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x6ce68ed2 rt2800mmio_init_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x80dfb9a7 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 0x9cb3df86 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 0xa59ee2e9 rt2800mmio_flush_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xad1f8de2 rt2800mmio_write_tx_desc +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xc1bd450a rt2800mmio_toggle_irq +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xd0ae02f5 rt2800mmio_enable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xd8dec6a8 rt2800mmio_start_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xe2d49080 rt2800mmio_queue_init +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xea84df4b rt2800mmio_stop_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xee085c69 rt2800mmio_get_dma_done +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x0084ec9e rt2x00queue_stop_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x0c343261 rt2x00mac_sw_scan_start +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x0e0fc86e rt2x00mac_bss_info_changed +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x108cfa20 rt2x00queue_flush_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x11d62595 rt2x00lib_txdone_nomatch +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x1c08748e rt2x00lib_probe_dev +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x2205afca rt2x00mac_set_tim +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x25e1dc4c rt2x00mac_set_key +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x2e85d3c7 rt2x00mac_tx_frames_pending +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x2e8de0c0 rt2x00queue_start_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x334959dd rt2x00mac_flush +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x33b7f930 rt2x00mac_configure_filter +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x34c39fd4 rt2x00mac_conf_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x37a6aefe rt2x00lib_beacondone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x386a5f75 rt2x00mac_rfkill_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x3baa3b76 rt2x00queue_get_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x41c606a0 rt2x00mac_sw_scan_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x4730617c rt2x00queue_flush_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x4d1cb9d9 rt2x00queue_pause_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x51a43135 rt2x00mac_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x5a27d58d rt2x00lib_txdone_noinfo +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x60717444 rt2x00queue_start_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x67d41631 rt2x00lib_dmastart +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x68b2946a rt2x00queue_unmap_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x74fb6a83 rt2x00lib_remove_dev +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x78e4b4df rt2x00mac_start +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x7a085532 rt2x00lib_resume +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x7bf9827a rt2x00mac_set_antenna +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x8323885f rt2x00lib_rxdone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x83bd1b11 rt2x00mac_remove_interface +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x8e72e6ab rt2x00lib_get_bssidx +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x9bd23083 rt2x00mac_get_stats +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x9c8a8d46 rt2x00mac_reconfig_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x9ca7f371 rt2x00queue_unpause_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x9ecaed2e rt2x00mac_add_interface +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xb2ad65f4 rt2x00lib_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xb3057e7a rt2x00lib_set_mac_address +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xb95f1d6d rt2x00mac_config +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xbec38758 rt2x00lib_pretbtt +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xc2742248 rt2x00lib_txdone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xd4863792 rt2x00mac_get_ringparam +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xd693cba2 rt2x00mac_stop +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xd8559c72 rt2x00queue_for_each_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xdface6ae rt2x00queue_map_txskb +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xe1507f24 rt2x00mac_get_antenna +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xec8c01bb rt2x00queue_stop_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xee7562d8 rt2x00lib_dmadone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00mmio 0x17089fa5 rt2x00mmio_flush_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00mmio 0x4995f9af rt2x00mmio_initialize +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00mmio 0xb21daf4c rt2x00mmio_uninitialize +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00mmio 0xd5a3f46e rt2x00mmio_rxdone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00mmio 0xda73409e rt2x00mmio_regbusy_read +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00pci 0x42f6c788 rt2x00pci_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00pci 0x4780989b rt2x00pci_pm_ops +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00pci 0xee3b59c0 rt2x00pci_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x0d84d50f rt2x00usb_uninitialize +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x1499e470 rt2x00usb_disable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x18da7aa3 rt2x00usb_kick_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x23ec080a rt2x00usb_flush_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x33dbe163 rt2x00usb_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x54167b4d rt2x00usb_resume +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x6595fbe5 rt2x00usb_watchdog +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x7544e5ed rt2x00usb_disconnect +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x84c534fc rt2x00usb_vendor_req_buff_lock +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x981d9c5e rt2x00usb_vendor_request_buff +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x9c89a7f1 rt2x00usb_initialize +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xae63bcee rt2x00usb_vendor_request +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xc4572596 rt2x00usb_regbusy_read +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xea2cae23 rt2x00usb_clear_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xf2e25352 rt2x00usb_register_read_async +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xffddb7bf rt2x00usb_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x3a6e0941 dm_restorepowerindex +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x94b517b1 dm_writepowerindex +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xc2759f10 dm_savepowerindex +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xfabf23b1 rtl92c_set_p2p_ps_offload_cmd +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x0981e8cd rtl8723_phy_save_mac_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x0ee729e1 rtl8723_enable_fw_download +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x181cfc07 rtl8723_phy_txpwr_idx_to_dbm +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x22303702 rtl8723_phy_set_bb_reg +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x23f205a3 rtl8723_write_fw +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x2d17b17c rtl8723_phy_pi_mode_switch +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x33f339bc rtl8723be_firmware_selfreset +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 0x5b361738 rtl8723_phy_rf_serial_read +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x7814904d rtl8723_save_adda_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x8b63dcd5 rtl8723_phy_path_a_standby +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x8baf8913 rtl8723_phy_set_sw_chnl_cmdarray +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x8c7ab588 rtl8723_phy_init_bb_rf_reg_def +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x8ef51fa3 rtl8723_phy_path_adda_on +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x91946d4c rtl8723_dm_init_dynamic_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x9568aef2 rtl8723_dm_init_edca_turbo +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x9a58a823 rtl8723_phy_mac_setting_calibration +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xab335f43 rtl8723_phy_query_bb_reg +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xb9bfb6e3 rtl8723ae_firmware_selfreset +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xbd84977f rtl8723_phy_reload_mac_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xbd911f5f rtl8723_phy_reload_adda_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xc41258bd rtl8723_dm_init_dynamic_bb_powersaving +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xc49a6255 rtl8723_phy_path_a_fill_iqk_matrix +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xc4df17fc rtl8723_fw_free_to_go +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xdb6ec1c6 rtl8723_cmd_send_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xe57fcd2a rtl8723_phy_rf_serial_write +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xec7bfc82 rtl8723_download_fw +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x0298cfa7 rtl_set_tx_report +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x02b99d5d rtl_deinit_rfkill +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x08bc7bcb rtl_is_special_data +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x1287f660 rtl_tx_ackqueue +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x15958ef1 read_efuse_byte +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x2921a4d4 rtl_btc_status_false +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x2d32cdfc rtl_lps_change_work_callback +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x2e5382f9 rtl_fill_dummy +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x4e94cd48 rtl_global_var +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x51310e0d rtl_tx_report_handler +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x55b25a4f rtl_lps_leave +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x5b29337b rtl_fw_block_write +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x673f9a62 rtl_get_hal_edca_param +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x69271570 rtl_deinit_core +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x69e0962e rtl_swlps_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x6b404233 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 0x71281861 rtl_ops +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x78a00d79 rtl_init_core +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x7cb5babc rtl_beacon_statistic +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x7e8baf95 rtl_get_hwinfo +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x84edb500 rtl_fw_page_write +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x97e05663 rtl_tid_to_ac +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x9f4f286b rtl_efuse_ops_init +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xa643e12a rtl_tx_mgmt_proc +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xaf651fd3 rtl_recognize_peer +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xc7e8a246 rtl_action_proc +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xcdc63e07 rtl_p2p_info +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xd0624c58 rtl_deinit_deferred_work +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xda996608 rtl_ips_nic_on +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xffc060d7 rtl_init_rx_config +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x0f5c3ce9 rsi_zone_enabled +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x82d13a52 rsi_hal_device_init +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x9ba40700 rsi_read_pkt +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0xa1bbf35a rsi_mac80211_detach +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0xad801057 rsi_91x_init +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0xb895f490 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 0x1d427f98 cw1200_can_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/st/cw1200/cw1200_core 0x7622bb77 cw1200_core_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/st/cw1200/cw1200_core 0xb5d7fddd cw1200_irq_handler +EXPORT_SYMBOL_GPL drivers/net/wireless/st/cw1200/cw1200_core 0xfc6ea2be cw1200_core_release +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wl1251/wl1251 0x314b9f62 wl1251_free_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wl1251/wl1251 0x652e0517 wl1251_alloc_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wl1251/wl1251 0xb3eea915 wl1251_init_ieee80211 +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x052c1c27 wlcore_event_dummy_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x06d3b27e wl12xx_debug_level +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x08077cde wlcore_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x10adabf8 wlcore_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x1a62a4ee wl1271_tx_min_rate_get +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x1f545854 wlcore_disable_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 0x203c8964 wl1271_acx_sleep_auth +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x22248d7a wlcore_cmd_generic_cfg +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x230a5630 wlcore_scan_sched_scan_ssid_list +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x289c210e wlcore_event_beacon_loss +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x39b45cd6 wlcore_event_rssi_trigger +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x3e3330ad wl1271_acx_set_ht_capabilities +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x4e5db4a0 wlcore_event_inactive_sta +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x57891561 wl12xx_acx_mem_cfg +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x594a96ae wlcore_event_soft_gemini_sense +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x5b699174 wl1271_tx_flush +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x5df70253 wlcore_event_ba_rx_constraint +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x6709c129 wl12xx_cmd_build_probe_req +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x6ec5de1a wlcore_event_max_tx_failure +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x73d562e0 wlcore_enable_interrupts +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x75911e7f wlcore_translate_addr +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x787c1582 wlcore_set_key +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x7e82e30e wlcore_alloc_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x7e96a34b wl1271_debugfs_update_stats +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x85498cd1 wl1271_format_buffer +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x868932d6 wlcore_boot_upload_nvs +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x8893619b wlcore_disable_interrupts_nosync +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x8b789678 wlcore_synchronize_interrupts +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x92c97b79 wl1271_cmd_send +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x93767008 wlcore_free_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x97a9906d wlcore_boot_run_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x9edfebe4 wl1271_cmd_data_path +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x9f97658c wlcore_event_sched_scan_completed +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xaab8577b wl1271_cmd_configure +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xbe1d32f4 wl1271_acx_init_mem_config +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xbe25ff6d wlcore_event_roc_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xbef1fcac wl1271_acx_pm_config +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xc4715b89 wlcore_set_partition +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xcdb7074b wlcore_event_channel_switch +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xd396a229 wl1271_cmd_test +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xd5afd9b5 wlcore_boot_upload_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xd8d94bad wlcore_scan_sched_scan_results +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xe5950a4a wlcore_set_scan_chan_params +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xe684e6f6 wlcore_cmd_wait_for_event_or_timeout +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xf3ef03c9 wlcore_event_fw_logger +EXPORT_SYMBOL_GPL drivers/nfc/nfcmrvl/nfcmrvl 0x0ad1d4b4 nfcmrvl_nci_register_dev +EXPORT_SYMBOL_GPL drivers/nfc/nfcmrvl/nfcmrvl 0x17117705 nfcmrvl_parse_dt +EXPORT_SYMBOL_GPL drivers/nfc/nfcmrvl/nfcmrvl 0x1e5e3592 nfcmrvl_nci_recv_frame +EXPORT_SYMBOL_GPL drivers/nfc/nfcmrvl/nfcmrvl 0x4828d6db nfcmrvl_nci_unregister_dev +EXPORT_SYMBOL_GPL drivers/nfc/pn533/pn533 0x12a5f329 pn53x_common_init +EXPORT_SYMBOL_GPL drivers/nfc/pn533/pn533 0x1bb1b02a pn53x_register_nfc +EXPORT_SYMBOL_GPL drivers/nfc/pn533/pn533 0x3f385394 pn532_i2c_nfc_alloc +EXPORT_SYMBOL_GPL drivers/nfc/pn533/pn533 0x41dc1186 pn53x_unregister_nfc +EXPORT_SYMBOL_GPL drivers/nfc/pn533/pn533 0x5ad32f91 pn53x_common_clean +EXPORT_SYMBOL_GPL drivers/nfc/pn533/pn533 0xbb7a5cfc pn533_finalize_setup +EXPORT_SYMBOL_GPL drivers/nfc/pn533/pn533 0xdecfd339 pn533_rx_frame_is_ack +EXPORT_SYMBOL_GPL drivers/nfc/pn533/pn533 0xe6fa37a0 pn533_rx_frame_is_cmd_response +EXPORT_SYMBOL_GPL drivers/nfc/st-nci/st-nci 0x215d00d3 st_nci_discover_se +EXPORT_SYMBOL_GPL drivers/nfc/st-nci/st-nci 0x35504871 st_nci_probe +EXPORT_SYMBOL_GPL drivers/nfc/st-nci/st-nci 0x440082b8 st_nci_hci_load_session +EXPORT_SYMBOL_GPL drivers/nfc/st-nci/st-nci 0x560042ba st_nci_remove +EXPORT_SYMBOL_GPL drivers/nfc/st-nci/st-nci 0x7fb34213 st_nci_hci_event_received +EXPORT_SYMBOL_GPL drivers/nfc/st-nci/st-nci 0x998da27f st_nci_hci_cmd_received +EXPORT_SYMBOL_GPL drivers/nfc/st-nci/st-nci 0xba86a959 st_nci_disable_se +EXPORT_SYMBOL_GPL drivers/nfc/st-nci/st-nci 0xbd63c6a6 st_nci_enable_se +EXPORT_SYMBOL_GPL drivers/nfc/st95hf/st95hf 0x9b7a49c8 st95hf_spi_send +EXPORT_SYMBOL_GPL drivers/nfc/st95hf/st95hf 0xafec151f st95hf_spi_recv_echo_res +EXPORT_SYMBOL_GPL drivers/nfc/st95hf/st95hf 0xe03a21ac st95hf_spi_recv_response +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0x0862001f ntb_transport_tx_free_entry +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0x1ba96ae6 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 0x5022035b ntb_transport_register_client +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0x6a6a729e 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 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 0x0e3f288b async_pmem_flush +EXPORT_SYMBOL_GPL drivers/nvdimm/nd_virtio 0x93b6170b 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 0x6b25e3b4 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 0x9b9381e8 nvme_auth_gen_pubkey +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0xb74aee2b nvme_auth_gen_shared_secret +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0xc9bb48ac nvme_auth_dhgroup_name +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0xcb39603c nvme_auth_hmac_id +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0xf0ccf2d4 nvme_auth_dhgroup_kpp +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x0177033a nvme_uninit_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x0891a501 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 0x130450e5 nvme_unfreeze +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x1992bcea nvme_quiesce_admin_queue +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x21090faa nvme_quiesce_io_queues +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x2167a57f nvme_complete_async_event +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x2a8b011f nvme_sync_queues +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x2bace639 nvme_complete_batch_req +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x3017bb0c nvme_auth_wait +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x3296f1a0 nvme_dev_attrs_group +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x32ebcc59 nvme_start_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x34472d48 nvme_set_features +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x37a9732a nvme_change_ctrl_state +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x3ce1bf65 nvme_auth_init_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x442c96f3 nvme_stop_keep_alive +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x45727b8a nvme_host_path_error +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x45a143fb nvme_remove_admin_tag_set +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x49224181 nvme_reset_wq +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x4d637c32 nvme_auth_negotiate +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x4f3c2e78 nvme_complete_rq +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x638d45e5 nvme_unquiesce_admin_queue +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x64b62862 nvme_wq +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x65278612 nvme_delete_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x68ae92c5 nvme_remove_io_tag_set +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x692e6284 nvme_disable_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x6aa2d39c nvme_enable_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x7d295286 nvme_mark_namespaces_dead +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x813cf212 nvme_io_timeout +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x855191da nvme_setup_cmd +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x8b2b512f nvme_mpath_start_request +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x8e498d5b nvme_cancel_admin_tagset +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x8e7ec2b6 __tracepoint_nvme_sq +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x8f08c316 nvme_cleanup_cmd +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x92fbb2e3 nvme_cancel_tagset +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x96d7719e nvme_stop_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xad9ba3b9 __nvme_submit_sync_cmd +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xb207ae76 nvme_remove_namespaces +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xb2e84c47 nvme_submit_sync_cmd +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xb3774b96 __traceiter_nvme_sq +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xbffdb2d1 nvme_get_features +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xc0e03e51 nvme_set_queue_count +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xc7f1743a nvme_alloc_admin_tag_set +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xc8c0d555 nvme_start_freeze +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xc9798a3f nvme_wait_reset +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xcc7c6056 nvme_init_request +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xcd426a22 nvme_wait_freeze +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xcfd151ad nvme_fail_nonready_command +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xd1694e9f nvme_auth_free +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xd1e45ab9 nvme_wait_freeze_timeout +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 0xd8b40357 __nvme_check_ready +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xdb37384a nvme_alloc_io_tag_set +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xe27091ce nvme_cancel_request +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xe3de01e1 nvme_init_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xe80d1868 nvme_unquiesce_io_queues +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xed57cc4b nvme_reset_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xf107db14 nvme_init_ctrl_finish +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xf2eb8a3c nvme_sync_io_queues +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xf92a4131 nvme_try_sched_reset +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x0944348a nvmf_register_transport +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x10e567b6 nvmf_get_address +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x25e425ea nvmf_unregister_transport +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x38aad803 nvmf_should_reconnect +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x639d7a46 nvmf_connect_admin_queue +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x7498de97 nvmf_free_options +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x7b40b8c0 nvmf_reg_write32 +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x7ed3ee1d nvmf_reg_read32 +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x8b1a06ef nvmf_ip_options_match +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0xaa5104f2 nvmf_reg_read64 +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0xdb040408 nvmf_connect_io_queue +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fc 0x0d12e564 nvme_fc_register_remoteport +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fc 0x21e609f7 nvme_fc_io_getuuid +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 0xa9c37ab8 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 0xfca9dc99 nvme_fc_unregister_remoteport +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x3236f7b9 nvmet_unregister_transport +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x3c73c36e nvmet_req_complete +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x3e0ef07a nvmet_wq +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x73c574ab nvmet_ctrl_fatal_error +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x84446a7a nvmet_req_uninit +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x96d308ed nvmet_req_free_sgls +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x9a2ad324 nvmet_check_transfer_len +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0xbd74fde8 nvmet_req_init +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0xc09de18f nvmet_sq_init +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0xd502ea60 nvmet_req_alloc_sgls +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0xf3757a0c nvmet_register_transport +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0xf6f5200b 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 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 0xaefdcf76 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 0x823ea740 switchtec_class +EXPORT_SYMBOL_GPL drivers/perf/arm_cspmu/arm_cspmu_module 0x0f7950b0 arm_cspmu_sysfs_event_show +EXPORT_SYMBOL_GPL drivers/perf/arm_cspmu/arm_cspmu_module 0xa250a9cd arm_cspmu_sysfs_format_show +EXPORT_SYMBOL_GPL drivers/perf/arm_cspmu/arm_cspmu_module 0xa46f4197 nv_cspmu_init_ops +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0x00445408 hisi_uncore_pmu_disable +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0x26ff183f hisi_format_sysfs_show +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0x270d9928 hisi_pmu_init +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0x307e9d60 hisi_uncore_pmu_add +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0x37df1037 hisi_cpumask_sysfs_show +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0x3ec4fc27 hisi_uncore_pmu_online_cpu +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0x54a19f7a hisi_uncore_pmu_event_update +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0x5f903416 hisi_uncore_pmu_event_init +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0x6ab86b72 hisi_uncore_pmu_init_irq +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0x742c84e1 hisi_uncore_pmu_set_event_period +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0x9d6008c1 hisi_uncore_pmu_stop +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0xcba2eecb hisi_event_sysfs_show +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0xcefd4aa9 hisi_uncore_pmu_identifier_attr_show +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0xcfa712e9 hisi_uncore_pmu_del +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0xd37d83e4 hisi_uncore_pmu_get_event_idx +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0xdd4a9f57 hisi_uncore_pmu_start +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0xedd7f680 hisi_uncore_pmu_read +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0xfa842873 hisi_uncore_pmu_enable +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0xfb6373d1 hisi_uncore_pmu_offline_cpu +EXPORT_SYMBOL_GPL drivers/phy/allwinner/phy-sun4i-usb 0xf9ea8ac8 sun4i_usb_phy_set_squelch_detect +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0x0ca20b27 tegra_phy_xusb_utmi_port_reset +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0x1fcdb1a4 tegra_xusb_padctl_usb3_set_lfps_detect +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0x3368640d tegra194_xusb_padctl_soc +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0x40c884da tegra_xusb_padctl_set_vbus_override +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0x46b658a2 tegra_xusb_padctl_get_usb3_companion +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0x4d9aecad tegra_xusb_padctl_enable_phy_sleepwalk +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0x5217f8fc tegra_xusb_padctl_enable_phy_wake +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0x52c13a34 tegra_phy_xusb_utmi_pad_power_on +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0x999fff21 tegra124_xusb_padctl_soc +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0x9a1a73c7 tegra_xusb_padctl_usb3_save_context +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0x9ec8e344 tegra210_xusb_padctl_soc +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0xb0248150 tegra_xusb_padctl_disable_phy_wake +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0xc38f27c5 tegra_xusb_padctl_put +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0xc5a969db tegra_xusb_padctl_remote_wake_detected +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0xc6ea00d4 tegra_xusb_padctl_disable_phy_sleepwalk +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0xc773a9f3 tegra_phy_xusb_utmi_pad_power_down +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0xe15e8fd6 tegra186_xusb_padctl_soc +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0xe1884825 tegra_xusb_padctl_hsic_set_idle +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0xedbdf1b4 tegra_xusb_padctl_get +EXPORT_SYMBOL_GPL drivers/phy/ti/phy-omap-usb2 0x00d48f33 omap_usb2_set_comparator +EXPORT_SYMBOL_GPL drivers/pinctrl/pinctrl-mcp23s08 0x0c95c4bf mcp23x17_regmap +EXPORT_SYMBOL_GPL drivers/pinctrl/pinctrl-mcp23s08 0x3cee6050 mcp23x08_regmap +EXPORT_SYMBOL_GPL drivers/pinctrl/pinctrl-mcp23s08 0xc5e01b38 mcp23s08_probe_one +EXPORT_SYMBOL_GPL drivers/pinctrl/qcom/pinctrl-lpass-lpi 0x28a306b3 lpi_pinctrl_remove +EXPORT_SYMBOL_GPL drivers/pinctrl/qcom/pinctrl-lpass-lpi 0x717901bb lpi_pinctrl_probe +EXPORT_SYMBOL_GPL drivers/platform/chrome/cros-ec-sensorhub 0x1832cfa3 cros_ec_sensorhub_unregister_push_data +EXPORT_SYMBOL_GPL drivers/platform/chrome/cros-ec-sensorhub 0x24a585f4 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 0x21ccb70a ssam_remove_clients +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x27c7643d ssh_packet_get +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x2ed01ce6 ssam_request_sync_free +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x3ac63e72 __ssam_device_driver_register +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x3d50f5bb ssam_request_sync_init +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x3e7546ef ssh_packet_put +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x3fd988d6 ssam_device_get_match +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x48aa8961 ssam_get_controller +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x54b0a21a ssam_controller_statelock +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x565857be ssam_bus_type +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x5b502207 ssam_controller_put +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x5daabad3 ssam_controller_get +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x5dac6053 ssam_device_remove +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x62115390 ssam_request_write_data +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x68d3b869 ssam_device_type +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x6ea52134 __ssam_register_clients +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x70214d57 ssam_client_link +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x7ffd7321 ssam_controller_device +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xa6eee2cd ssam_device_alloc +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xb71fde44 ssam_device_get_match_data +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xc2bd582d ssam_device_id_match +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xc30f69b4 ssam_device_driver_unregister +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xd187d3d7 ssam_controller_stateunlock +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xe5dab7a2 __ssam_notifier_unregister +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xe90f0ea2 ssam_device_add +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xeb089346 ssam_request_sync_alloc +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xeeb88f0b ssam_request_sync_with_buffer +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xeecf31d9 ssam_controller_event_disable +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xef65a1e0 ssam_request_sync_submit +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xf6a1f6d1 ssam_controller_event_enable +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xfa1a2e28 ssam_client_bind +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xfca06410 ssam_request_sync +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xfe9683bc ssam_notifier_register +EXPORT_SYMBOL_GPL drivers/platform/surface/surface_acpi_notify 0x3bc28098 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/power/reset/reboot-mode 0x42b6121d reboot_mode_unregister +EXPORT_SYMBOL_GPL drivers/power/reset/reboot-mode 0x7bf23159 devm_reboot_mode_register +EXPORT_SYMBOL_GPL drivers/power/reset/reboot-mode 0xadc174f6 devm_reboot_mode_unregister +EXPORT_SYMBOL_GPL drivers/power/reset/reboot-mode 0xf3032de7 reboot_mode_register +EXPORT_SYMBOL_GPL drivers/power/supply/bq27xxx_battery 0x093eb2bd bq27xxx_battery_teardown +EXPORT_SYMBOL_GPL drivers/power/supply/bq27xxx_battery 0x2fdae925 bq27xxx_battery_setup +EXPORT_SYMBOL_GPL drivers/power/supply/bq27xxx_battery 0xb095d038 bq27xxx_battery_update +EXPORT_SYMBOL_GPL drivers/power/supply/pcf50633-charger 0x148bfbde pcf50633_mbc_get_status +EXPORT_SYMBOL_GPL drivers/power/supply/pcf50633-charger 0x6daec6b9 pcf50633_mbc_usb_curlim_set +EXPORT_SYMBOL_GPL drivers/power/supply/pcf50633-charger 0xcc6b79af pcf50633_mbc_get_usb_online_status +EXPORT_SYMBOL_GPL drivers/ptp/ptp-qoriq 0x0f5515b9 ptp_qoriq_free +EXPORT_SYMBOL_GPL drivers/ptp/ptp-qoriq 0x2eae82b0 ptp_qoriq_isr +EXPORT_SYMBOL_GPL drivers/ptp/ptp-qoriq 0x515a4173 extts_clean_up +EXPORT_SYMBOL_GPL drivers/ptp/ptp-qoriq 0x7a9a7d45 ptp_qoriq_settime +EXPORT_SYMBOL_GPL drivers/ptp/ptp-qoriq 0x9d3115eb ptp_qoriq_adjfine +EXPORT_SYMBOL_GPL drivers/ptp/ptp-qoriq 0xba3a8d9f ptp_qoriq_enable +EXPORT_SYMBOL_GPL drivers/ptp/ptp-qoriq 0xd29cc30b ptp_qoriq_init +EXPORT_SYMBOL_GPL drivers/ptp/ptp-qoriq 0xf2b492b3 ptp_qoriq_gettime +EXPORT_SYMBOL_GPL drivers/ptp/ptp-qoriq 0xf50b4288 ptp_qoriq_adjtime +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0x02aebe91 mc13xxx_parse_regulators_dt +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0x2e571b52 mc13xxx_regulator_ops +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0x2e804d7e mc13xxx_fixed_regulator_set_voltage +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0x7e6b157f mc13xxx_fixed_regulator_ops +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0x9924181f mc13xxx_get_num_regulators_dt +EXPORT_SYMBOL_GPL drivers/regulator/rohm-regulator 0xf7666771 rohm_regulator_set_voltage_sel_restricted +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0x2682342a wm8350_ldo_set_slot +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0x37c5471a wm8350_dcdc25_set_mode +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0x998fabd8 wm8350_register_led +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0xafa873fa wm8350_dcdc_set_slot +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0xd247e6f2 wm8350_register_regulator +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0xe43c980c wm8350_isink_set_flash +EXPORT_SYMBOL_GPL drivers/regulator/wm8400-regulator 0xffa2edd3 wm8400_register_regulator +EXPORT_SYMBOL_GPL drivers/remoteproc/mtk_scp 0x36cabc88 scp_get_venc_hw_capa +EXPORT_SYMBOL_GPL drivers/remoteproc/mtk_scp 0x49d861e2 scp_get_rproc +EXPORT_SYMBOL_GPL drivers/remoteproc/mtk_scp 0x5776b95a scp_get_vdec_hw_capa +EXPORT_SYMBOL_GPL drivers/remoteproc/mtk_scp 0xb41bfdd8 scp_get +EXPORT_SYMBOL_GPL drivers/remoteproc/mtk_scp 0xbb125f8b scp_mapping_dm_addr +EXPORT_SYMBOL_GPL drivers/remoteproc/mtk_scp 0xf57dbb3c scp_put +EXPORT_SYMBOL_GPL drivers/remoteproc/mtk_scp 0xfba50c6c scp_get_device +EXPORT_SYMBOL_GPL drivers/remoteproc/mtk_scp_ipi 0x09313652 scp_memcpy_aligned +EXPORT_SYMBOL_GPL drivers/remoteproc/mtk_scp_ipi 0x323f6276 scp_ipi_send +EXPORT_SYMBOL_GPL drivers/remoteproc/mtk_scp_ipi 0x3fe5c6e1 scp_ipi_lock +EXPORT_SYMBOL_GPL drivers/remoteproc/mtk_scp_ipi 0x55711757 scp_ipi_unregister +EXPORT_SYMBOL_GPL drivers/remoteproc/mtk_scp_ipi 0xa87cb7dc scp_ipi_register +EXPORT_SYMBOL_GPL drivers/remoteproc/mtk_scp_ipi 0xab46ae64 scp_ipi_unlock +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_common 0x04f25f30 qcom_add_glink_subdev +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_common 0x0e08ac43 qcom_minidump +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_common 0x0fa538df qcom_register_ssr_notifier +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_common 0x0fe1dba4 qcom_remove_glink_subdev +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_common 0x324f44e3 qcom_remove_smd_subdev +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_common 0x4a06ebb9 qcom_add_ssr_subdev +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_common 0xbb377f7e qcom_remove_ssr_subdev +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_common 0xd0b58785 qcom_register_dump_segments +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_common 0xd6cc0cc0 qcom_unregister_ssr_notifier +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_common 0xe8abbf25 qcom_add_smd_subdev +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_pil_info 0x30e58241 qcom_pil_info_store +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_q6v5 0x09ae7027 qcom_q6v5_request_stop +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_q6v5 0x0f4a0828 qcom_q6v5_deinit +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_q6v5 0x19be3c2e qcom_q6v5_init +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_q6v5 0x3e354cb3 qcom_q6v5_unprepare +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_q6v5 0x558aff92 qcom_q6v5_prepare +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_q6v5 0x8852a94e qcom_q6v5_panic +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_q6v5 0x9deb3033 qcom_q6v5_wait_for_start +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_sysmon 0x10406985 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 0x46140440 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 0xa9bacb51 qcom_glink_native_probe +EXPORT_SYMBOL_GPL drivers/rpmsg/qcom_glink 0xf14f5684 qcom_glink_ssr_notify +EXPORT_SYMBOL_GPL drivers/rpmsg/qcom_glink 0xfd2d5a1d qcom_glink_native_unregister +EXPORT_SYMBOL_GPL drivers/rpmsg/qcom_glink_smem 0x069c7bc3 qcom_glink_smem_register +EXPORT_SYMBOL_GPL drivers/rpmsg/qcom_glink_smem 0x72dd75d9 qcom_glink_smem_unregister +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x0145fc46 cxgbi_sock_rcv_wr_ack +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x015fe676 cxgbi_hbas_add +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x03349402 cxgbi_device_find_by_netdev +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x0b016d1d cxgbi_device_unregister +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x0cfdd09e cxgbi_iscsi_init +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x15db7022 cxgbi_sock_check_wr_invariants +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x17519cb9 cxgbi_conn_alloc_pdu +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x1854f72e cxgbi_sock_rcv_peer_close +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x229b4a2d cxgbi_set_host_param +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x275fe3d2 cxgbi_device_portmap_cleanup +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x44445ed0 cxgbi_parse_pdu_itt +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x4d4ba0be cxgbi_device_find_by_netdev_rcu +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x4efca7a1 cxgbi_iscsi_cleanup +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x525adff8 cxgbi_get_conn_stats +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x54c45169 cxgbi_sock_rcv_abort_rpl +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x56851fdf cxgbi_ep_connect +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x5b260ce8 cxgbi_create_session +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x5ba8d43d cxgbi_device_portmap_create +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x70242465 cxgbi_ddp_ppm_setup +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x712b1efd cxgbi_device_register +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x7a217bad cxgbi_sock_established +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 0x864a9749 cxgbi_cleanup_task +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x8b4c983f cxgbi_get_ep_param +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x8bbd2149 cxgbi_sock_free_cpl_skbs +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x8d6ecc04 cxgbi_bind_conn +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x915031ff cxgbi_ep_disconnect +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x92b1cc7a cxgbi_conn_pdu_ready +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xa3c407d4 cxgbi_create_conn +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xa41000b1 cxgbi_conn_tx_open +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xb1561296 cxgbi_ep_poll +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xb7a5d030 cxgbi_sock_act_open_req_arp_failure +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xb8e39668 cxgbi_destroy_session +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xb91ccc50 cxgbi_sock_select_mss +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xbed72fde cxgbi_sock_purge_wr_queue +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xbfa42bac cxgbi_device_find_by_lldev +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xc35940b4 cxgbi_conn_xmit_pdu +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xc4dc7769 cxgbi_hbas_remove +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xcba96419 cxgbi_set_conn_param +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xe26d710b cxgbi_sock_fail_act_open +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xe4638836 cxgbi_sock_skb_entail +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xe5216d75 cxgbi_get_host_param +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xe7c6b04e cxgbi_sock_closed +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xea41d660 cxgbi_conn_init_pdu +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xec444fa6 cxgbi_sock_rcv_close_conn_rpl +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xef346615 cxgbi_attr_is_visible +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x0d63f8eb fcoe_fcf_device_delete +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x11a1fd67 fcoe_start_io +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x18e87fc4 fcoe_link_speed_update +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x27e3642e fcoe_fcf_device_add +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x3a722f88 fcoe_fc_crc +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x5c2624a7 fcoe_validate_vport_create +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x62fc0e20 fcoe_libfc_config +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x7e981fa0 fcoe_ctlr_device_delete +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x8d6e950e fcoe_clean_pending_queue +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x95f1fa18 __fcoe_get_lesb +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xa8868cd4 fcoe_ctlr_device_add +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xbac58840 fcoe_queue_timer +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xc11dd60e fcoe_check_wait_queue +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xc30e65c8 fcoe_get_paged_crc_eof +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xc3f30cc0 fcoe_wwn_from_mac +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xcefbfa74 fcoe_get_wwn +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xd10f6331 fcoe_get_lesb +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xd289ff96 fcoe_ctlr_get_lesb +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xf167cb7a fcoe_wwn_to_str +EXPORT_SYMBOL_GPL drivers/scsi/fdomain 0x7728e1b9 fdomain_destroy +EXPORT_SYMBOL_GPL drivers/scsi/fdomain 0xa77530a7 fdomain_create +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x0ce70062 hisi_sas_stop_phys +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x15868914 hisi_sas_slave_alloc +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x192eb019 hisi_sas_scan_finished +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x1a0f3df1 hisi_sas_debugfs_dir +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x1aa6df85 hisi_sas_get_fw_info +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x1b114fee hisi_sas_scan_start +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x1ddbd22d hisi_sas_notify_phy_event +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x2e2a8efb hisi_sas_remove +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x35a76656 hisi_sas_slave_configure +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x37f8c222 hisi_sas_sata_done +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x387c488e hisi_sas_free +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 0x562b90f1 hisi_sas_phy_oob_ready +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x58cdd532 hisi_sas_phy_down +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x5c2bcf62 hisi_sas_host_reset +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x739c071f hisi_sas_release_tasks +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x88369b0c hisi_sas_init_mem +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x9aac52fb hisi_sas_phy_enable +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0xa0f5d7dc hisi_sas_phy_bcast +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0xa152fbca to_hisi_sas_port +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0xafe2624e hisi_sas_controller_reset_done +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0xb03aa9c5 hisi_sas_rst_work_handler +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0xc3a41131 hisi_sas_debugfs_dump_count +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0xd6d4d911 hisi_sas_controller_reset_prepare +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0xe330cb74 hisi_sas_sync_rst_work_handler +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0xe987d9aa hisi_sas_debugfs_enable +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0xebfae55c hisi_sas_get_ata_protocol +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0xf045479e hisi_sas_probe +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0xf102aee5 hisi_sas_sync_irqs +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0xf9562725 hisi_sas_alloc +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0xffb43178 hisi_sas_slot_task_free +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x1c52777a iscsi_boot_create_acpitbl +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x7387ea45 iscsi_boot_destroy_kset +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0xa62abc8e iscsi_boot_create_initiator +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0xa9f2731f iscsi_boot_create_target +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0xb4f59870 iscsi_boot_create_host_kset +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0xb8695674 iscsi_boot_create_kset +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0xbdc0d018 iscsi_boot_create_ethernet +EXPORT_SYMBOL_GPL drivers/scsi/libfc/libfc 0x662c6b8b fc_seq_els_rsp_send +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x0306deec iscsi_eh_abort +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x0f90b037 iscsi_conn_unbind +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x12b2ad06 iscsi_switch_str_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x15bc93ee iscsi_conn_send_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x1821a56e iscsi_put_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x185f4210 iscsi_host_remove +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x22c00f27 iscsi_conn_setup +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x295a49e0 iscsi_target_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x2c2e839c iscsi_conn_teardown +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x3150cf57 iscsi_queuecommand +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x33522434 iscsi_conn_get_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x336f49f2 iscsi_eh_cmd_timed_out +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x34595b02 iscsi_session_get_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x3689294e iscsi_session_failure +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x3bef2f73 iscsi_pool_init +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x3c527fc5 iscsi_session_free +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x3c6ab1de iscsi_eh_session_reset +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x3d256062 iscsi_conn_queue_recv +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x3f518877 iscsi_conn_stop +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x47b4fa55 __iscsi_put_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x4b475f84 iscsi_prep_data_out_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x5d22648d iscsi_update_cmdsn +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x635d8ed4 iscsi_eh_device_reset +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x666eaa8e iscsi_host_set_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x69cd9474 iscsi_get_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x6a906433 iscsi_itt_to_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x73131f76 iscsi_complete_scsi_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x76a4d7dd iscsi_conn_queue_xmit +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x7ec5fc33 iscsi_host_get_max_scsi_cmds +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x808edac7 iscsi_host_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x883241bc iscsi_conn_failure +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x8d303b1b iscsi_pool_free +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x8e325aa2 iscsi_session_recovery_timedout +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x8ec1cfba iscsi_verify_itt +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x9128b44e iscsi_host_get_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x93c474b7 iscsi_itt_to_ctask +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x97a6b4f4 iscsi_conn_bind +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x9d41285f iscsi_conn_start +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xa28bf0e6 __iscsi_complete_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xa9073a29 iscsi_host_add +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xad4f4f99 iscsi_complete_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xb2023811 iscsi_session_teardown +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xb52dce14 iscsi_session_remove +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xb7bf0752 iscsi_requeue_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xbf4ea7cc iscsi_suspend_queue +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xbfb98e95 iscsi_set_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xc56b1df4 iscsi_host_free +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xcad7cd9c iscsi_session_setup +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xd04ceee2 iscsi_suspend_rx +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xd7cc1543 iscsi_eh_recover_target +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xe5e00483 iscsi_suspend_tx +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xeab9cbd5 iscsi_conn_get_addr_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x1ab5a991 iscsi_tcp_dgst_header +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x306cd770 iscsi_tcp_conn_get_stats +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x35a83d54 iscsi_segment_init_linear +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x41a1f2ad iscsi_tcp_recv_skb +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x45b20366 iscsi_tcp_cleanup_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x4de71878 iscsi_tcp_task_init +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x54fb48d7 iscsi_tcp_hdr_recv_prep +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x6579cb53 iscsi_tcp_recv_segment_is_hdr +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x6bc74d9b iscsi_tcp_r2tpool_free +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x91ed2a50 iscsi_tcp_segment_done +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x93924d8c iscsi_tcp_task_xmit +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x9c21366b iscsi_tcp_set_max_r2t +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xaec49b2f iscsi_tcp_conn_setup +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xb756dbd3 iscsi_tcp_segment_unmap +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xc2fa6ac0 iscsi_segment_seek_sg +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xf0f49952 iscsi_tcp_r2tpool_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xf76121f0 iscsi_tcp_conn_teardown +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x004b83b6 sas_execute_internal_abort_single +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x12386990 sas_drain_work +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x1336d0b2 sas_notify_phy_event +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x14464d99 sas_bios_param +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x14da2b5e sas_target_destroy +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x28194f07 sas_task_abort +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x2f1c01d3 sas_register_ha +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x30bec1ee dev_attr_phy_event_threshold +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x3e4aeda9 sas_ioctl +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x4dbf3e4e sas_eh_device_reset_handler +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x502f6c66 sas_phy_enable +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x5c4e1266 sas_lu_reset +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x622da42d sas_request_addr +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x729373dc sas_abort_task +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x7bde940d sas_ssp_task_response +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x8bd17234 sas_query_task +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xa51fbd55 sas_clear_task_set +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xa8d9915f sas_domain_attach_transport +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xadc7df3c sas_eh_abort_handler +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xbb51339e sas_eh_target_reset_handler +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xbdd16dc1 sas_slave_configure +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xc57994bc sas_find_attached_phy_id +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xcc97d256 sas_execute_internal_abort_dev +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xccf76bf7 sas_ata_schedule_reset +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xd84ddce9 sas_get_local_phy +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xd859c794 sas_target_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xde5d5920 sas_abort_task_set +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xdfa800d9 sas_unregister_ha +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xe4679a28 sas_execute_ata_cmd +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xf0f8ce1a sas_ata_device_link_abort +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xf2b1a864 sas_slave_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xf48c5555 sas_notify_port_event +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xf6dbf812 sas_change_queue_depth +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xf72a756e sas_phy_reset +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xf7d1952d smp_ata_check_ready_type +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xfe3dbe47 sas_queuecommand +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_fc 0xa72bc94b fc_eh_should_retry_cmd +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x00cea8f8 __traceiter_iscsi_dbg_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x05fc20ba iscsi_is_session_dev +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x0736dd10 __tracepoint_iscsi_dbg_eh +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x107655e8 iscsi_destroy_all_flashnode +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x120ccf53 iscsi_create_iface +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x13285507 __traceiter_iscsi_dbg_eh +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x17bd01d2 iscsi_get_port_state_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x18001183 iscsi_get_port_speed_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x186f0009 __traceiter_iscsi_dbg_sw_tcp +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x1d43be9d iscsi_host_for_each_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x218a5a01 iscsi_register_transport +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x234b222c iscsi_dbg_trace +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x238d1894 iscsi_post_host_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x25ff371a iscsi_conn_error_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x2c82f709 iscsi_block_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x2cc77292 iscsi_alloc_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x35759ebb iscsi_force_destroy_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x3785e561 __tracepoint_iscsi_dbg_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x3bd3c19c iscsi_recv_pdu +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x4641ae9d iscsi_destroy_iface +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x4a38a7bc iscsi_destroy_endpoint +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x51140b2d iscsi_session_chkready +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x584a31ab __SCK__tp_func_iscsi_dbg_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x5bfaa2c3 __tracepoint_iscsi_dbg_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x5d203478 iscsi_create_flashnode_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x5d743818 iscsi_get_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x606db7bf iscsi_unblock_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x67771cfe iscsi_is_session_online +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 0x761dadd8 iscsi_offload_mesg +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x78fbcd63 iscsi_session_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x7be6592a iscsi_lookup_endpoint +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x7d6753b4 iscsi_free_session +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 0x8c881851 __traceiter_iscsi_dbg_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x99f7ce03 iscsi_block_scsi_eh +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x9f53d780 iscsi_alloc_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xa5f98948 iscsi_unregister_transport +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xa92eb610 iscsi_find_flashnode_sess +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xaa976bb3 __tracepoint_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 0xab643204 iscsi_remove_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xae61b56c iscsi_destroy_flashnode_sess +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xaecea58e iscsi_flashnode_bus_match +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xb12892b2 iscsi_create_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xb8b5ed8f __traceiter_iscsi_dbg_tcp +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xb90909f4 iscsi_add_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xbba6e956 iscsi_remove_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xbc071179 iscsi_get_ipaddress_state_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xbd2dc5ed iscsi_put_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xc0a0de0c iscsi_add_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xcd8a5f47 iscsi_ping_comp_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xcf0172ef iscsi_create_flashnode_sess +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xd4e55f1e __tracepoint_iscsi_dbg_sw_tcp +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xe3d8d4b2 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 0xe87b3a09 iscsi_find_flashnode_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xf558485e iscsi_put_endpoint +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xfbfea864 iscsi_create_endpoint +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0x79673bfb sas_enable_tlr +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0xb56acb01 sas_tlr_supported +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0xd8f61c4c sas_is_tlr_enabled +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0xfe7a9c34 sas_disable_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 0xe45955d3 spi_populate_tag_msg +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0x104c54b1 srp_stop_rport_timers +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0x1902178a srp_tmo_valid +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0x3f01b02b srp_rport_add +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0x5dbe0d27 srp_release_transport +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0x83dd5963 srp_remove_host +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0xa5173dd7 srp_rport_del +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0xafcda689 srp_attach_transport +EXPORT_SYMBOL_GPL drivers/siox/siox-core 0x64daa440 siox_master_register +EXPORT_SYMBOL_GPL drivers/siox/siox-core 0x7b3d02f0 siox_master_unregister +EXPORT_SYMBOL_GPL drivers/siox/siox-core 0xa502d96a __siox_driver_register +EXPORT_SYMBOL_GPL drivers/siox/siox-core 0xcb63de38 siox_device_synced +EXPORT_SYMBOL_GPL drivers/siox/siox-core 0xd9222676 siox_device_connected +EXPORT_SYMBOL_GPL drivers/siox/siox-core 0xdaff1a03 siox_master_alloc +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x012ddce2 slimbus_bus +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x0f6fe798 slim_device_report_present +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x1b5a4dad slim_stream_enable +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x3844c459 slim_report_absent +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x41707f87 slim_write +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x44da1d85 slim_writeb +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x48c324b6 __slim_driver_register +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x521cd98f slim_ctrl_clk_pause +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x57096372 slim_free_txn_tid +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x58c33556 slim_get_device +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x60d00c12 slim_stream_allocate +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x6b6ac669 slim_do_transfer +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x85e82849 slim_readb +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x89af66b3 slim_unregister_controller +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x9831edd8 slim_stream_disable +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x98a9ba0b slim_xfer_msg +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x9b08d11f slim_msg_response +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x9f804174 slim_stream_prepare +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xa8d98181 slim_read +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xaa9568b3 slim_stream_unprepare +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xadd128a6 slim_driver_unregister +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xb704e0e6 slim_get_logical_addr +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xe65416a3 slim_alloc_txn_tid +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xf2f7d54f slim_register_controller +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xf8bf5e82 of_slim_get_device +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xf92030ea slim_stream_free +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 0xafa43b10 meson_canvas_get +EXPORT_SYMBOL_GPL drivers/soc/amlogic/meson-canvas 0xfbd79150 meson_canvas_free +EXPORT_SYMBOL_GPL drivers/soc/apple/apple-rtkit 0x0970878c apple_rtkit_shutdown +EXPORT_SYMBOL_GPL drivers/soc/apple/apple-rtkit 0x3ccee096 apple_rtkit_start_ep +EXPORT_SYMBOL_GPL drivers/soc/apple/apple-rtkit 0x3fc6ae9c apple_rtkit_boot +EXPORT_SYMBOL_GPL drivers/soc/apple/apple-rtkit 0x60803cf9 apple_rtkit_send_message_wait +EXPORT_SYMBOL_GPL drivers/soc/apple/apple-rtkit 0x771f2a8f apple_rtkit_wake +EXPORT_SYMBOL_GPL drivers/soc/apple/apple-rtkit 0x780290d8 apple_rtkit_is_crashed +EXPORT_SYMBOL_GPL drivers/soc/apple/apple-rtkit 0x97a6add5 apple_rtkit_quiesce +EXPORT_SYMBOL_GPL drivers/soc/apple/apple-rtkit 0xb8027251 apple_rtkit_is_running +EXPORT_SYMBOL_GPL drivers/soc/apple/apple-rtkit 0xba768f4b apple_rtkit_reinit +EXPORT_SYMBOL_GPL drivers/soc/apple/apple-rtkit 0xc02779f9 apple_rtkit_send_message +EXPORT_SYMBOL_GPL drivers/soc/apple/apple-rtkit 0xc6a4417b apple_rtkit_poll +EXPORT_SYMBOL_GPL drivers/soc/apple/apple-rtkit 0xcf03e80e devm_apple_rtkit_init +EXPORT_SYMBOL_GPL drivers/soc/apple/apple-sart 0xbaec16a4 apple_sart_add_allowed_region +EXPORT_SYMBOL_GPL drivers/soc/apple/apple-sart 0xeb08b910 devm_apple_sart_get +EXPORT_SYMBOL_GPL drivers/soc/apple/apple-sart 0xf2253fbc apple_sart_remove_allowed_region +EXPORT_SYMBOL_GPL drivers/soc/fsl/dpio/fsl-mc-dpio 0x0261cd01 dpaa2_io_store_next +EXPORT_SYMBOL_GPL drivers/soc/fsl/dpio/fsl-mc-dpio 0x1b7c4023 dpaa2_io_service_rearm +EXPORT_SYMBOL_GPL drivers/soc/fsl/dpio/fsl-mc-dpio 0x2ea89927 dpaa2_io_service_pull_channel +EXPORT_SYMBOL_GPL drivers/soc/fsl/dpio/fsl-mc-dpio 0x2f10852c dpaa2_io_service_select +EXPORT_SYMBOL_GPL drivers/soc/fsl/dpio/fsl-mc-dpio 0x3f8992eb dpaa2_io_service_release +EXPORT_SYMBOL_GPL drivers/soc/fsl/dpio/fsl-mc-dpio 0x4994345c dpaa2_io_store_destroy +EXPORT_SYMBOL_GPL drivers/soc/fsl/dpio/fsl-mc-dpio 0x6560c60d dpaa2_io_service_acquire +EXPORT_SYMBOL_GPL drivers/soc/fsl/dpio/fsl-mc-dpio 0x79cf65a1 dpaa2_io_service_enqueue_qd +EXPORT_SYMBOL_GPL drivers/soc/fsl/dpio/fsl-mc-dpio 0x828384a7 dpaa2_io_service_deregister +EXPORT_SYMBOL_GPL drivers/soc/fsl/dpio/fsl-mc-dpio 0x8edafa55 dpaa2_io_query_bp_count +EXPORT_SYMBOL_GPL drivers/soc/fsl/dpio/fsl-mc-dpio 0xb9e81961 dpaa2_io_query_fq_count +EXPORT_SYMBOL_GPL drivers/soc/fsl/dpio/fsl-mc-dpio 0xf3057499 dpaa2_io_store_create +EXPORT_SYMBOL_GPL drivers/soc/fsl/dpio/fsl-mc-dpio 0xfa0b9d46 dpaa2_io_service_register +EXPORT_SYMBOL_GPL drivers/soc/qcom/apr 0x15c1d82e apr_driver_unregister +EXPORT_SYMBOL_GPL drivers/soc/qcom/apr 0x4052826d aprbus +EXPORT_SYMBOL_GPL drivers/soc/qcom/apr 0x4a7f6a15 gpr_send_pkt +EXPORT_SYMBOL_GPL drivers/soc/qcom/apr 0x50d43c77 __apr_driver_register +EXPORT_SYMBOL_GPL drivers/soc/qcom/apr 0x9b3a6f77 gpr_alloc_port +EXPORT_SYMBOL_GPL drivers/soc/qcom/apr 0xb391521f gpr_send_port_pkt +EXPORT_SYMBOL_GPL drivers/soc/qcom/apr 0xd1ac4c5b apr_send_pkt +EXPORT_SYMBOL_GPL drivers/soc/qcom/apr 0xfe2f7581 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 0x09b3d053 qcom_mdt_pas_init +EXPORT_SYMBOL_GPL drivers/soc/qcom/mdt_loader 0x6ca21a89 qcom_mdt_read_metadata +EXPORT_SYMBOL_GPL drivers/soc/qcom/mdt_loader 0x84568188 qcom_mdt_load +EXPORT_SYMBOL_GPL drivers/soc/qcom/mdt_loader 0x966e614d qcom_mdt_load_no_init +EXPORT_SYMBOL_GPL drivers/soc/qcom/mdt_loader 0xe8a3861c qcom_mdt_get_size +EXPORT_SYMBOL_GPL drivers/soundwire/soundwire-bus 0xabe1510b sdw_bus_type +EXPORT_SYMBOL_GPL drivers/soundwire/soundwire-bus 0xb5eed846 sdw_unregister_driver +EXPORT_SYMBOL_GPL drivers/soundwire/soundwire-bus 0xebfa6c26 __sdw_register_driver +EXPORT_SYMBOL_GPL drivers/soundwire/soundwire-cadence 0xeb6c7c03 sdw_cdns_debugfs_init +EXPORT_SYMBOL_GPL drivers/spi/spi-altera-core 0xb9edd149 altera_spi_irq +EXPORT_SYMBOL_GPL drivers/spi/spi-altera-core 0xd59acd39 altera_spi_init_master +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0x00c622c8 spi_bitbang_setup +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0x69c8574a spi_bitbang_cleanup +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0x7a3cd086 spi_bitbang_setup_transfer +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0x9cd8d634 spi_bitbang_start +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0xd3563f76 spi_bitbang_init +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0xd966fa41 spi_bitbang_stop +EXPORT_SYMBOL_GPL drivers/spi/spi-loopback-test 0x0e0394e5 spi_test_run_tests +EXPORT_SYMBOL_GPL drivers/spi/spi-loopback-test 0x48c6e0dd spi_test_run_test +EXPORT_SYMBOL_GPL drivers/spi/spi-loopback-test 0x9e8bd800 spi_test_execute_msg +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x0746f9c3 __spmi_driver_register +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x0af236b1 spmi_ext_register_readl +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x1b563b8f spmi_command_shutdown +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x23af69f2 spmi_controller_alloc +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x2e925059 spmi_device_alloc +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x2f1dc730 spmi_ext_register_write +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x361d42e3 spmi_register_write +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x5564403f spmi_controller_add +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x6525126a spmi_device_remove +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x7d64e608 spmi_command_wakeup +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x823fe857 spmi_register_zero_write +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x87d6ded9 spmi_device_add +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x99758cbe spmi_ext_register_writel +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xa5e8da23 spmi_device_from_of +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xa636aa99 spmi_command_reset +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xad29768e spmi_controller_remove +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xb9e7f636 spmi_register_read +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xc1494def spmi_ext_register_read +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xce75ec95 spmi_command_sleep +EXPORT_SYMBOL_GPL drivers/ssb/ssb 0x3b96c3cd ssb_pmu_spuravoid_pllupdate +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0x13aadcbe anybuss_finish_init +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0x21f4591a anybuss_start_init +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0x2e22008e anybuss_host_common_probe +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0x38a5cdde anybuss_write_input +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0x535384a8 anybuss_recv_msg +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0x53f1e236 anybuss_send_msg +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0x7a7b6e29 anybuss_client_driver_register +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0x928f7782 anybuss_client_driver_unregister +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0x97e932d8 anybuss_read_output +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0xbbde5815 anybuss_read_fbctrl +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0xd5ed2fd4 anybuss_set_power +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0xd7b8cb81 devm_anybuss_host_common_probe +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0xf9bc7d33 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 0x05eea07d fieldbus_dev_area_updated +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/fieldbus_dev 0x09bdf1a2 fieldbus_dev_register +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/fieldbus_dev 0x211ff33e fieldbus_dev_unregister +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/fieldbus_dev 0x80320707 fieldbus_dev_online_changed +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0x354c2100 gb_audio_apbridgea_unregister_cport +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0x401b6076 gb_audio_apbridgea_shutdown_rx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0x41efd21a gb_audio_apbridgea_register_cport +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0x54c4c9f0 gb_audio_apbridgea_start_tx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0x591e9f56 gb_audio_apbridgea_stop_rx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0x65650c0e gb_audio_apbridgea_set_tx_data_size +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0x65b0fceb gb_audio_apbridgea_stop_tx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0x7cb503cb gb_audio_apbridgea_shutdown_tx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0x892da5d1 gb_audio_apbridgea_set_rx_data_size +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0xd913413e gb_audio_apbridgea_start_rx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0xd915ec5f gb_audio_apbridgea_prepare_rx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0xe5bb8fe2 gb_audio_apbridgea_prepare_tx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0xf0a1bf2f gb_audio_apbridgea_set_config +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0x0d63231f gb_audio_gb_set_control +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0x373fa445 gb_audio_gb_set_pcm +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0x519bc426 gb_audio_gb_set_tx_data_size +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0x6411772d gb_audio_gb_activate_rx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0x68ed9e0f gb_audio_gb_get_topology +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0x75ac847a gb_audio_gb_deactivate_tx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0x84f51547 gb_audio_gb_activate_tx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0x8e8a7562 gb_audio_gb_get_control +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0x9548e610 gb_audio_gb_deactivate_rx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0xc654bb3e gb_audio_gb_disable_widget +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0xce4a1766 gb_audio_gb_set_rx_data_size +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0xe267ae08 gb_audio_gb_get_pcm +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0xe99b6273 gb_audio_gb_enable_widget +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-manager 0x19e9e6b1 gb_audio_manager_remove_all +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-manager 0x32e6391e gb_audio_manager_remove +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-manager 0x5a108b0f gb_audio_manager_add +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-manager 0x79eef2f8 gb_audio_manager_dump_all +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-manager 0xaeac8ca2 gb_audio_manager_dump_module +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-manager 0xbe033a85 gb_audio_manager_get_module +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-manager 0xd659125a gb_audio_manager_put_module +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-gbphy 0x9aa178ea gb_gbphy_register_driver +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-gbphy 0xb4d7545b gb_gbphy_deregister_driver +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-spilib 0x2c4fa38f gb_spilib_master_exit +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-spilib 0x7fb876ea gb_spilib_master_init +EXPORT_SYMBOL_GPL drivers/staging/iio/addac/adt7316 0xa645571f adt7316_pm_ops +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0x0c625730 imx_media_pipeline_csi2_channel +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0x0d6d5791 imx_media_find_subdev_by_devname +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0x1c56ba81 imx_media_dev_notifier_register +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0x20ebe9e7 imx_media_capture_device_init +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0x23015a6a imx_media_pipeline_set_stream +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0x2aa6cff0 imx_media_capture_device_unregister +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0x3a7a6b39 imx_media_alloc_dma_buf +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0x3a96c6b6 imx_media_init_cfg +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 0x4711d76c imx_media_capture_device_next_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 0x686c56b6 imx_media_pipeline_subdev +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0x7512237b imx_media_dev_init +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0x8edbec8b imx_media_add_of_subdevs +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0x975a56b4 imx_media_free_dma_buf +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0x9ac7c309 imx_media_capture_device_register +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0xa0791d16 imx_media_find_subdev_by_fwnode +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0xa4a55a30 imx_media_add_video_device +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 0xb1341858 imx_media_of_add_csi +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 0xcb981e1f imx_media_capture_device_remove +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0xd342fe46 imx_media_pipeline_pad +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0xd4e45b7e imx_media_try_colorimetry +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0xe932b00b imx_media_enum_pixel_formats +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0xebeba40b imx_media_capture_device_error +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0xf5a39948 imx_media_probe_complete +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0xfa7eac6f imx_media_pipeline_video_device +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0x0718f6cc amvdec_abort +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 0x116a49a8 amvdec_add_ts +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0x1cb1e6d9 amvdec_am21c_size +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0x256541f2 amvdec_dst_buf_done_offset +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0x2e3280fa codec_hevc_setup_decode_head +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0x3563b706 amvdec_read_parser +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0x4ba1dcd4 amvdec_remove_ts +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0x4f49b790 amvdec_read_dos +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0x5ff35ee8 amvdec_am21c_head_size +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0x729b64bf amvdec_write_parser +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0x72f6f201 amvdec_set_par_from_dar +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0x7bdae85e codec_hevc_setup_buffers +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0x81cf3c07 codec_hevc_free_mmu_headers +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0x838ccec6 amvdec_get_output_size +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0x87e11b84 codec_hevc_free_fbc_buffers +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0x9d2080a0 amvdec_clear_dos_bits +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0xaa767461 amvdec_dst_buf_done +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0xb0c70522 amvdec_src_change +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0xc25211fa amvdec_write_dos_bits +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0xd3b24cda codec_hevc_fill_mmu_map +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0xe4fdf78b amvdec_write_dos +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0xe71f558b amvdec_set_canvases +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0xfbe86ba8 amvdec_dst_buf_done_idx +EXPORT_SYMBOL_GPL drivers/staging/nvec/nvec 0x7ca6f140 nvec_msg_free +EXPORT_SYMBOL_GPL drivers/staging/nvec/nvec 0x82d1ceb3 nvec_register_notifier +EXPORT_SYMBOL_GPL drivers/staging/nvec/nvec 0xaa53aefb nvec_unregister_notifier +EXPORT_SYMBOL_GPL drivers/target/target_core_mod 0x1f48ba27 target_queue_submission +EXPORT_SYMBOL_GPL drivers/target/target_core_mod 0x28a2d6f5 target_submit +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 0x8e423c02 target_init_cmd +EXPORT_SYMBOL_GPL drivers/target/target_core_mod 0x9b67dc43 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/tee/tee 0x178d0d4f tee_shm_alloc_kernel_buf +EXPORT_SYMBOL_GPL drivers/tee/tee 0x201f7c82 tee_shm_put +EXPORT_SYMBOL_GPL drivers/tee/tee 0x32687c02 teedev_close_context +EXPORT_SYMBOL_GPL drivers/tee/tee 0x361f23ce tee_client_open_context +EXPORT_SYMBOL_GPL drivers/tee/tee 0x398fd6f6 tee_client_open_session +EXPORT_SYMBOL_GPL drivers/tee/tee 0x3eefbec9 tee_device_unregister +EXPORT_SYMBOL_GPL drivers/tee/tee 0x5186b9d2 tee_shm_free +EXPORT_SYMBOL_GPL drivers/tee/tee 0x6ef0b712 tee_device_alloc +EXPORT_SYMBOL_GPL drivers/tee/tee 0x71771af9 tee_client_close_session +EXPORT_SYMBOL_GPL drivers/tee/tee 0x72a519d6 tee_shm_alloc_priv_buf +EXPORT_SYMBOL_GPL drivers/tee/tee 0x7bb95f88 tee_client_close_context +EXPORT_SYMBOL_GPL drivers/tee/tee 0x7fa040a4 tee_client_get_version +EXPORT_SYMBOL_GPL drivers/tee/tee 0x85fd9922 tee_session_calc_client_uuid +EXPORT_SYMBOL_GPL drivers/tee/tee 0xaac985ec tee_shm_get_from_id +EXPORT_SYMBOL_GPL drivers/tee/tee 0xab27d4f3 tee_shm_get_pa +EXPORT_SYMBOL_GPL drivers/tee/tee 0xc8a81a22 tee_device_register +EXPORT_SYMBOL_GPL drivers/tee/tee 0xcdbbbc6e tee_shm_pool_alloc_res_mem +EXPORT_SYMBOL_GPL drivers/tee/tee 0xcde393ab tee_shm_get_va +EXPORT_SYMBOL_GPL drivers/tee/tee 0xcf36523d teedev_open +EXPORT_SYMBOL_GPL drivers/tee/tee 0xda4afd8e tee_get_drvdata +EXPORT_SYMBOL_GPL drivers/tee/tee 0xdbeb8487 tee_bus_type +EXPORT_SYMBOL_GPL drivers/tee/tee 0xe55e90e3 tee_shm_register_kernel_buf +EXPORT_SYMBOL_GPL drivers/tee/tee 0xfe58d39c tee_client_invoke_func +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x01d23ee1 tb_property_create_dir +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x11907815 tb_xdomain_alloc_in_hopid +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x2051c686 tb_unregister_service_driver +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x35cf93a0 tb_xdomain_request +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x393b4f2f tb_property_free_dir +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x445f8f42 tb_xdomain_enable_paths +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x461c5cf6 tb_xdomain_find_by_route +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 0x5b718eb5 tb_xdomain_type +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x5bfc7bca tb_register_service_driver +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x603249ed tb_unregister_property_dir +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x65883c77 tb_xdomain_lane_bonding_enable +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x658e3d97 tb_property_add_immediate +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x6c587823 tb_ring_stop +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x73ad2acb tb_property_get_next +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x7648aa1b tb_ring_free +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x785eb82c tb_property_remove +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x86d83868 __tb_ring_enqueue +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x8b62f95e tb_property_add_dir +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x9b8818b5 tb_xdomain_alloc_out_hopid +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xa3d2b403 tb_property_add_data +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xa98e84b5 tb_ring_start +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xb30924e6 tb_ring_alloc_rx +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xb52e6480 tb_service_type +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xb7c7cdce tb_property_add_text +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xbcf38b27 tb_xdomain_response +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xc21e504e tb_ring_alloc_tx +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xc9abcc11 tb_xdomain_find_by_uuid +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xca555314 tb_xdomain_release_in_hopid +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xe9d42f77 tb_ring_poll_complete +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xea432825 tb_xdomain_lane_bonding_disable +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xebbabbad tb_ring_poll +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xec54ed08 tb_xdomain_release_out_hopid +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xf1cfd1ff tb_register_property_dir +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xf48bd0cc tb_xdomain_disable_paths +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xf76028c7 tb_unregister_protocol_handler +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x144643a6 ufshcd_uic_hibern8_enter +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x1a53f31c ufshcd_suspend_prepare +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x258e16e6 ufshcd_get_vreg +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x28b3c862 ufshcd_link_recovery +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x28f01125 ufshcd_fixup_dev_quirks +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x4215b84a ufshcd_resume_complete +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x4f99cf72 __ufshcd_suspend_prepare +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x50ef6b32 ufshcd_dump_regs +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x51e94d7e ufshcd_update_evt_hist +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x69791bd6 ufshcd_make_hba_operational +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x70948f81 ufshcd_init +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x723b1abf ufshcd_delay_us +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x954d1ad4 ufshcd_dme_get_attr +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x98368c6b ufshcd_dealloc_host +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xa03fe263 ufshcd_clkgate_delay_set +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xa6254d08 ufshcd_uic_change_pwr_mode +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xba597669 ufshcd_hba_enable +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xbada9ee6 ufshcd_auto_hibern8_update +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xc0a9dbae ufshcd_dme_set_attr +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xd4991226 ufshcd_remove +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xd6cdae08 ufshcd_dme_configure_adapt +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xe4125db1 ufshcd_hba_stop +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xe93f6cb7 ufshcd_config_pwr_mode +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xf3f4dc31 ufshcd_uic_hibern8_exit +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xf609c98c ufshcd_release +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xfb329a20 ufshcd_hold +EXPORT_SYMBOL_GPL drivers/ufs/host/ufshcd-pltfrm 0x12f39ed3 ufshcd_pltfrm_shutdown +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 0x92627619 ufshcd_populate_vreg +EXPORT_SYMBOL_GPL drivers/ufs/host/ufshcd-pltfrm 0xfe8925ac ufshcd_pltfrm_init +EXPORT_SYMBOL_GPL drivers/uio/uio 0x838503ef __devm_uio_register_device +EXPORT_SYMBOL_GPL drivers/uio/uio 0x9724c807 uio_event_notify +EXPORT_SYMBOL_GPL drivers/uio/uio 0x9de20014 uio_unregister_device +EXPORT_SYMBOL_GPL drivers/uio/uio 0xbd5b6203 __uio_register_device +EXPORT_SYMBOL_GPL drivers/usb/atm/usbatm 0x33eb2b98 usbatm_usb_probe +EXPORT_SYMBOL_GPL drivers/usb/atm/usbatm 0xa6527ab2 usbatm_usb_disconnect +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0x12f9f6c1 cdns_init +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0x1c7c3eea cdns_suspend +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0x2994a899 cdns_clear_vbus +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0x2f30816b cdns_drd_gadget_on +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0x45107404 cdns_set_vbus +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0x5cd5be49 cdns_remove +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0x672ed245 cdns_resume +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0x6be0d18c cdns_power_is_lost +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0xfca735f9 cdns_drd_gadget_off +EXPORT_SYMBOL_GPL drivers/usb/chipidea/ci_hdrc 0x2163a9e8 ci_hdrc_remove_device +EXPORT_SYMBOL_GPL drivers/usb/chipidea/ci_hdrc 0x5ce3ec57 ci_hdrc_add_device +EXPORT_SYMBOL_GPL drivers/usb/chipidea/ci_hdrc 0x958b32ad ci_hdrc_query_available_role +EXPORT_SYMBOL_GPL drivers/usb/chipidea/ci_hdrc 0xc6af215a hw_phymode_configure +EXPORT_SYMBOL_GPL drivers/usb/chipidea/usbmisc_imx 0x645698ef imx_usbmisc_resume +EXPORT_SYMBOL_GPL drivers/usb/chipidea/usbmisc_imx 0x742abc89 imx_usbmisc_init_post +EXPORT_SYMBOL_GPL drivers/usb/chipidea/usbmisc_imx 0x86865d87 imx_usbmisc_charger_detection +EXPORT_SYMBOL_GPL drivers/usb/chipidea/usbmisc_imx 0x87700386 imx_usbmisc_init +EXPORT_SYMBOL_GPL drivers/usb/chipidea/usbmisc_imx 0xdcb77968 imx_usbmisc_suspend +EXPORT_SYMBOL_GPL drivers/usb/chipidea/usbmisc_imx 0xdd5d0cc3 imx_usbmisc_hsic_set_connect +EXPORT_SYMBOL_GPL drivers/usb/common/ulpi 0x23263d81 __ulpi_register_driver +EXPORT_SYMBOL_GPL drivers/usb/common/ulpi 0x2d439532 ulpi_write +EXPORT_SYMBOL_GPL drivers/usb/common/ulpi 0x422950a4 ulpi_unregister_driver +EXPORT_SYMBOL_GPL drivers/usb/common/ulpi 0x45a0ad7c ulpi_read +EXPORT_SYMBOL_GPL drivers/usb/common/ulpi 0x5a27f41a ulpi_unregister_interface +EXPORT_SYMBOL_GPL drivers/usb/common/ulpi 0x7660f10f ulpi_register_interface +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x1011ab29 g_audio_cleanup +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x3bdff46b g_audio_setup +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x4553fb85 u_audio_get_capture_srate +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x590b8ec0 u_audio_get_volume +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x5b31ca83 u_audio_set_playback_srate +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x7038acc0 u_audio_set_volume +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x7249a630 u_audio_set_mute +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x75e09dbf u_audio_start_playback +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x8e91957e u_audio_set_capture_srate +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x9978f408 u_audio_suspend +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x9f4fa35d u_audio_stop_playback +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0xafb80321 u_audio_stop_capture +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0xd47d42f9 u_audio_get_playback_srate +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0xd5c1d8a5 u_audio_start_capture +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0xfc338e27 u_audio_get_mute +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x0af17fb6 gether_get_dev_addr +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x37478bde gether_register_netdev +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x7a67e0f2 gether_set_ifname +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x7c4c6a1a 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 0x957108d3 gether_connect +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x9a1fd7f7 gether_get_host_addr_u8 +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x9e0a11d9 gether_set_host_addr +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0xa47c5c5c gether_setup_name_default +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0xb4d5a593 gether_set_qmult +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0xb5896fe7 gether_setup_name +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0xb77a8e3e gether_get_host_addr_cdc +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0xba57af33 gether_get_qmult +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0xcd2a69bc gether_set_dev_addr +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0xd0bd4b9e gether_set_gadget +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0xe9465075 gether_disconnect +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0xea37f1b5 gether_get_ifname +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_serial 0x0bf6eb54 gserial_resume +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_serial 0x206b20ff gserial_connect +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 0xb6652875 gserial_free_line +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_serial 0xc012da89 gserial_disconnect +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_serial 0xc0a01527 gserial_set_console +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_serial 0xe01aeff9 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 0x73650508 ffs_single_dev +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_fs 0xf88fb184 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 0x144ac730 fsg_lun_close +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 0x1f1cce4c fsg_show_removable +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x21f79006 fsg_lun_fsync_sub +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x2933ee1d fsg_ss_bulk_in_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x398778e1 fsg_ss_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x3c6a07d0 fsg_common_create_lun +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x423845e4 fsg_ss_bulk_in_comp_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x52d53a10 fsg_store_cdrom +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x5418e02b fsg_store_forced_eject +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x5496c7e0 fsg_store_inquiry_string +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x56344daf fsg_hs_bulk_out_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x5e35e9d1 fsg_common_remove_lun +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x6acb4179 fsg_common_set_inquiry_string +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x7e26d4a5 fsg_common_set_sysfs +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x857b6dc2 fsg_hs_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x8e3d9552 fsg_show_file +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x95cffb3e fsg_hs_bulk_in_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x9a0221c7 fsg_common_free_buffers +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x9a8183f4 fsg_show_nofua +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xa21e2162 fsg_show_cdrom +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xa5cae92f fsg_ss_bulk_out_comp_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xa5f99b69 fsg_fs_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xab6c68ac fsg_config_from_params +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xb3adf38d store_cdrom_address +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 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 0xbaecf06c fsg_store_nofua +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xbb0cde03 fsg_store_removable +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xbed2b1ea fsg_show_inquiry_string +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xc31ed3c9 fsg_common_set_cdev +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 0xd494fcaa fsg_store_ro +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xdab15433 fsg_lun_open +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xe3f29ba3 fsg_show_ro +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xf4efc0c8 fsg_ss_bulk_out_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xfe43a58e fsg_store_file +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x26b7c008 rndis_deregister +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x2d344a0a rndis_set_host_mac +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x4478731d rndis_borrow_net +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x5ae37f7e rndis_uninit +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x65c7b82b rndis_free_response +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x76650cb3 rndis_set_param_vendor +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x8ceea73d rndis_get_next_response +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x9a095c7e rndis_rm_hdr +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0xa1f41f59 rndis_signal_connect +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0xa740d604 rndis_register +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0xb7ff78ba rndis_signal_disconnect +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0xb8fef8ee rndis_set_param_dev +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0xbca318fe rndis_add_hdr +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0xee8dd08d rndis_set_param_medium +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0xf8b720e5 rndis_msg_parser +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x0519170a usb_put_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x0c589aba usb_validate_langid +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x153a2a3c usb_composite_setup_continue +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x15f86efa usb_composite_unregister +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x24bba5c6 config_ep_by_speed +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x24d5667a usb_remove_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x2a5ab010 alloc_ep_req +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x2e09263f usb_copy_descriptors +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x4745d5c2 usb_ep_autoconfig +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x4beb505d usb_gadget_get_string +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x4fdc1d59 usb_free_all_descriptors +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x568ebf14 usb_function_register +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x66278c66 usb_function_deactivate +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x7148ceb2 usb_ep_autoconfig_release +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x7c3fa8ae usb_assign_descriptors +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x90f18b57 usb_string_ids_n +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x9efa625f usb_add_config +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xa0188e60 usb_function_unregister +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xa37367bc usb_string_ids_tab +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xa412be06 usb_composite_probe +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xa4f26205 usb_get_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xa9770169 usb_composite_overwrite_options +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xa9da1672 usb_ep_autoconfig_reset +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xaf5d72f8 usb_otg_descriptor_init +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xb18ab18a usb_string_id +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xb32137d7 usb_get_function_instance +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xb7707567 usb_function_activate +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xb7fe6615 unregister_gadget_item +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xb94b490c usb_otg_descriptor_alloc +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xc1252693 usb_ep_autoconfig_ss +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xc249c9bd usb_add_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xc7744efd usb_add_config_only +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xd2ea2134 usb_descriptor_fillbuf +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xdd9f8403 usb_interface_id +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xe0f22c17 config_ep_by_speed_and_alt +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xe16c867d usb_put_function_instance +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xe475c82d usb_gstrings_attach +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xf474a207 usb_gadget_config_buf +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x0d20d5cd udc_mask_unused_interrupts +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x16298f22 udc_basic_init +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x2d0f4577 free_dma_pools +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x418c84b0 udc_enable_dev_setup_interrupts +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x5a411083 udc_probe +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x5d01d078 udc_irq +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x6b8d7cb8 empty_req_queue +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0xa107da40 gadget_release +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0xec8f3b59 init_dma_pools +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0xf23974a9 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 0x1ce0c723 usb_del_gadget +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x1dfbcf0d usb_initialize_gadget +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x1ece389b usb_gadget_connect +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x1f3bdf5c usb_gadget_unmap_request_by_dev +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x20aa96f5 usb_add_gadget_udc_release +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x256fc779 usb_gadget_activate +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 0x2d9efc91 usb_gadget_register_driver_owner +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x33879d18 usb_udc_vbus_handler +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x3776b074 usb_add_gadget_udc +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x37e2bcab usb_gadget_unmap_request +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x3e122334 usb_gadget_wakeup +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x3ea59b5d usb_ep_alloc_request +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x3ea9a5ad usb_del_gadget_udc +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x405d007d usb_ep_set_wedge +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x40c31b52 usb_gadget_set_selfpowered +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x41e25dee usb_gadget_unregister_driver +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x4fa2450c usb_ep_dequeue +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x50b88f41 usb_get_gadget_udc_name +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x55b06f00 gadget_find_ep_by_name +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x561013be usb_gadget_map_request_by_dev +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x5dd4a098 usb_add_gadget +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x6336f195 usb_gadget_set_state +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x7083a28e 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 0x7bc67bfd usb_gadget_vbus_disconnect +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x93d5fdc4 usb_gadget_giveback_request +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xaba50747 usb_gadget_map_request +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xac5667d9 usb_ep_queue +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xbee6af28 usb_ep_set_halt +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xc3d4d06b usb_ep_set_maxpacket_limit +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xc6184c76 usb_gadget_clear_selfpowered +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xc8ac2c4f usb_ep_clear_halt +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xd0f5822d usb_gadget_check_config +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xd1bf052b usb_gadget_frame_number +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xd8b296bf usb_gadget_udc_reset +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xe2e845b5 usb_gadget_disconnect +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xe4360aa3 usb_gadget_vbus_draw +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xe549b549 usb_gadget_ep_match_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xf81c5e65 usb_gadget_deactivate +EXPORT_SYMBOL_GPL drivers/usb/host/xhci-pci-renesas 0xeb80a1e8 renesas_xhci_check_request_fw +EXPORT_SYMBOL_GPL drivers/usb/misc/ezusb 0x09206223 ezusb_fx1_ihex_firmware_download +EXPORT_SYMBOL_GPL drivers/usb/misc/ezusb 0xb05465e6 ezusb_fx1_set_reset +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0x06c5ea70 usb_ftdi_elan_edset_output +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0x1449794c usb_ftdi_elan_edset_empty +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0x2dbd4346 usb_ftdi_elan_edset_input +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0x52b2f61b usb_ftdi_elan_read_pcimem +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0x8cc99230 usb_ftdi_elan_write_pcimem +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0x9777f950 usb_ftdi_elan_edset_flush +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0xa845bcda usb_ftdi_elan_edset_setup +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0xba2c91a9 usb_ftdi_elan_edset_single +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0xcf53f6d5 ftdi_elan_gone_away +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 0x10d50402 musb_set_host +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0x11e82da3 musb_get_mode +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0x2734197f musb_readb +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0x292d4738 musb_set_peripheral +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0x470d6c95 musb_root_disconnect +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0x669594ad musb_clearw +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0x6af8c6dc musb_writel +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0x719a5e41 musb_readw +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0x73649875 musb_queue_resume_work +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0xabc6c718 musb_interrupt +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 0x12046e80 usb_phy_generic_register +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-generic 0x1397ba2d usb_gen_phy_shutdown +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-generic 0x8d699a0f usb_gen_phy_init +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-generic 0xc6f31cf6 usb_phy_gen_create_phy +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-generic 0xf03e721b usb_phy_generic_unregister +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-isp1301 0x7bc639eb isp1301_get_client +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-tegra-usb 0x6ecb6288 tegra_usb_phy_postresume +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-tegra-usb 0x9bf0099b tegra_usb_phy_preresume +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-tegra-usb 0xa6ba4c42 tegra_ehci_phy_restore_end +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-tegra-usb 0xcde95cfd tegra_ehci_phy_restore_start +EXPORT_SYMBOL_GPL drivers/usb/serial/usb_wwan 0x7fd9af41 usb_wwan_port_probe +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x018af462 usb_serial_register_drivers +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x04bef80a usb_serial_port_softint +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x236b7c9c usb_serial_generic_throttle +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x2987376f usb_serial_generic_submit_read_urbs +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x44559066 usb_serial_generic_resume +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x4ea1fc30 usb_serial_generic_unthrottle +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x5c3d16ba usb_serial_generic_get_icount +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x73025ab8 usb_serial_generic_write +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x921f456e usb_serial_generic_process_read_urb +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x92fa7b9e usb_serial_generic_chars_in_buffer +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x9c01f74b usb_serial_handle_dcd_change +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x9eb7cb3d usb_serial_generic_write_bulk_callback +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xa453d808 usb_serial_generic_open +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xa5ca4ca3 usb_serial_generic_wait_until_sent +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xa9311789 usb_serial_generic_write_start +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xcc52a3e2 usb_serial_generic_close +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xe8716fb7 usb_serial_deregister_drivers +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xeb16c353 usb_serial_generic_tiocmiwait +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xf9c3f7d2 usb_serial_claim_interface +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xfb608a97 usb_serial_generic_read_bulk_callback +EXPORT_SYMBOL_GPL drivers/usb/typec/altmodes/typec_displayport 0xc1d2b10c dp_altmode_probe +EXPORT_SYMBOL_GPL drivers/usb/typec/altmodes/typec_displayport 0xeba110d7 dp_altmode_remove +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpci 0x5c1932cb 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 0x54fbabb2 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 0xea220941 tcpm_tcpc_reset +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpm 0xeb779665 tcpm_sourcing_vbus +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x0136c911 usb_power_delivery_register_capabilities +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x01820466 typec_altmode_attention +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x02647f7d typec_get_drvdata +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x059d7a8c typec_mux_unregister +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x060bd221 typec_register_partner +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x088dd340 typec_switch_set_drvdata +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x0983494b typec_unregister_plug +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x0cb4c19a typec_port_set_usb_power_delivery +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x1015fc61 typec_switch_register +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x18446054 typec_mux_get_drvdata +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x19f35097 typec_altmode_unregister_driver +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x1ae7d52d typec_get_fw_cap +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x1c0226c4 typec_plug_register_altmode +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x21a70412 typec_mux_set_drvdata +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x252fce7e typec_unregister_port +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x2632b540 typec_port_register_altmode +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x26e0e34d typec_match_altmode +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x2a1208b7 typec_partner_usb_power_delivery_register +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x2d1e301d typec_find_power_role +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x2f1c9275 usb_power_delivery_register +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x30880c2e typec_partner_set_usb_power_delivery +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x32981d10 typec_altmode_vdm +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x385e93ae typec_set_orientation +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x3c1aa8bf typec_altmode_get_plug +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x3c42b3a2 typec_cable_set_identity +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x4a1ba77b typec_unregister_altmode +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x4a86fefa typec_set_mode +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x4aaca30a typec_retimer_register +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x4af9346a typec_altmode_update_active +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x509bd217 typec_partner_register_altmode +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x51696eb8 typec_set_pwr_opmode +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x53c0b519 typec_unregister_cable +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x549164f6 typec_register_cable +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x54e75ec5 typec_retimer_unregister +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x593a73a2 usb_power_delivery_unlink_device +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x5aaa86b7 typec_set_vconn_role +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x5df5a47a typec_altmode_exit +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x5f2a5d83 typec_altmode_enter +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x63fd80b7 typec_partner_set_num_altmodes +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x64ad89e8 typec_register_port +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x67c1aa4f typec_unregister_partner +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x6b3d9465 typec_mux_set +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x6cb7e77a typec_switch_get_drvdata +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x75658e25 typec_retimer_get_drvdata +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x81748bb3 typec_get_negotiated_svdm_version +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x86521d45 typec_switch_put +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x8d4b0d05 fwnode_typec_switch_get +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x8faef8ec typec_cable_put +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x9049491e typec_find_port_data_role +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x97b7d20d usb_power_delivery_link_device +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x98438a0c typec_set_pwr_role +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x9ca40933 typec_altmode_get_partner +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x9e5b6269 typec_retimer_put +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x9f6e6edf typec_plug_set_num_altmodes +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x9fbe6597 typec_altmode2port +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xa254de98 typec_find_orientation +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xa4c36aef typec_cable_is_active +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xa57f5dd1 typec_switch_unregister +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xa87961d0 typec_cable_get +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xa9ee9cee typec_altmode_put_plug +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xac62305d fwnode_typec_retimer_get +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xaf0e43e4 typec_altmode_notify +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xb1c10ec0 typec_partner_set_identity +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xb9795171 typec_register_plug +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xbf5bfefd typec_set_data_role +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xd1473855 usb_power_delivery_unregister +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xd1c5a002 __typec_altmode_register_driver +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xd28286fa usb_power_delivery_unregister_capabilities +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xd2fa1286 typec_switch_set +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xe0b7535c typec_get_orientation +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xe513fca1 typec_retimer_set +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xe6acaffb typec_mux_register +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 0xf173b4a8 fwnode_typec_mux_get +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xf3ca1615 typec_partner_set_pd_revision +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xfab7e17f typec_port_register_altmodes +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xfc8df340 typec_mux_put +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xff264a0a typec_partner_set_svdm_version +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0x0ec7500d ucsi_send_command +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0x3622d2dc ucsi_connector_change +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0x3c2662f4 ucsi_set_drvdata +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0x6208cbb9 ucsi_destroy +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0x9da47310 ucsi_get_drvdata +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0xd4556719 ucsi_resume +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0xd6276e6a ucsi_register +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0xe8a13d61 ucsi_create +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0xfcaa1ca7 ucsi_unregister +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x256517d3 usbip_recv_xbuff +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x27805776 usbip_in_eh +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x3353d7fa usbip_dump_urb +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x352e1ddc usbip_event_add +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x71f1ce26 usbip_pad_iso +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x78b72f44 usbip_debug_flag +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x8d921c04 usbip_event_happened +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x9733d841 usbip_pack_pdu +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xa2c668b5 usbip_alloc_iso_desc_pdu +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xc1741bb1 usbip_stop_eh +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xc7158b0c dev_attr_usbip_debug +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xc96fb002 usbip_recv +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xd02753dc usbip_header_correct_endian +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xd7abce26 usbip_recv_iso +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xe1ea0586 usbip_dump_header +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xf80c1d44 usbip_start_eh +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0x0e2b0d14 vdpa_mgmtdev_register +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0x347c6ced _vdpa_register_device +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0x55ef35b7 __vdpa_alloc_device +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0x6ce40bed vdpa_get_config +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0x759c5e8f vdpa_set_config +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0x7fdfaca8 vdpa_unregister_device +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0xa3e474ac vdpa_mgmtdev_unregister +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0xb6a2d12b vdpa_register_device +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0xb6cae3e7 __vdpa_register_driver +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0xcf359792 _vdpa_unregister_device +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0xf4131384 vdpa_unregister_driver +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa_sim/vdpa_sim 0xdbf2305c vdpasim_create +EXPORT_SYMBOL_GPL drivers/vfio/mdev/mdev 0xcd9d71d8 mdev_bus_type +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x04ed8a24 vfio_pci_core_read +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x243d254f vfio_pci_core_finish_enable +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x4abdbf1c vfio_pci_core_release_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 0x5234f210 vfio_pci_core_request +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x5f27c1e9 vfio_pci_core_disable +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x620c07c4 vfio_pci_core_match +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x63f09306 vfio_pci_core_sriov_configure +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x68de420b vfio_pci_core_unregister_device +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x831c26f2 vfio_pci_core_mmap +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x86fb9fdc vfio_pci_core_enable +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x8fc125fc vfio_pci_core_register_device +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0xa1b605a2 vfio_pci_core_aer_err_detected +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0xa5207009 vfio_pci_core_err_handlers +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0xca63b153 vfio_pci_core_write +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0xcc945038 vfio_pci_core_close_device +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0xcf73ae4b vfio_pci_core_ioctl_feature +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0xe7f7d86b vfio_pci_core_register_dev_region +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0xecbae846 vfio_pci_core_init_dev +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0xff54a70a vfio_pci_core_ioctl +EXPORT_SYMBOL_GPL drivers/vfio/platform/vfio-platform-base 0x1ef08a3c vfio_platform_release_common +EXPORT_SYMBOL_GPL drivers/vfio/platform/vfio-platform-base 0x214b3901 vfio_platform_unregister_reset +EXPORT_SYMBOL_GPL drivers/vfio/platform/vfio-platform-base 0x345e536c vfio_platform_init_common +EXPORT_SYMBOL_GPL drivers/vfio/platform/vfio-platform-base 0x4d600f96 vfio_platform_read +EXPORT_SYMBOL_GPL drivers/vfio/platform/vfio-platform-base 0x86247125 vfio_platform_ioctl +EXPORT_SYMBOL_GPL drivers/vfio/platform/vfio-platform-base 0x8f35f06a vfio_platform_mmap +EXPORT_SYMBOL_GPL drivers/vfio/platform/vfio-platform-base 0x95f279f1 vfio_platform_close_device +EXPORT_SYMBOL_GPL drivers/vfio/platform/vfio-platform-base 0xa55f3acf __vfio_platform_register_reset +EXPORT_SYMBOL_GPL drivers/vfio/platform/vfio-platform-base 0xc6e142d5 vfio_platform_write +EXPORT_SYMBOL_GPL drivers/vfio/platform/vfio-platform-base 0xdc9bb8c0 vfio_platform_open_device +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x05cb9421 vfio_register_iommu_driver +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x10e10d46 vfio_virqfd_enable +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x10f8c1c7 vfio_unregister_iommu_driver +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x12fe898d vfio_file_has_dev +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x1928fa6a vfio_file_set_kvm +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x20b69684 vfio_iommufd_physical_unbind +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x34de8a02 vfio_register_group_dev +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x48ee7465 vfio_device_set_open_count +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x52514274 vfio_iommufd_emulated_attach_ioas +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x5ed3a845 vfio_iommufd_physical_attach_ioas +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x60a634c4 vfio_info_cap_add +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x62575afa vfio_file_enforced_coherent +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x677db5b8 vfio_iommufd_emulated_unbind +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x75ba6843 vfio_iommufd_emulated_bind +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x7d2ed4c3 iova_bitmap_set +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x80fa149d vfio_virqfd_disable +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x8554d0e1 vfio_unregister_group_dev +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x9c0b4af1 vfio_file_iommu_group +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xa8bf4699 vfio_mig_get_next_state +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xb485f4c6 vfio_assign_device_set +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xb9dbe6cb vfio_iommufd_physical_bind +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xc437a15f vfio_file_is_group +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xdbf93907 vfio_register_emulated_iommu_dev +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xe02cc92d _vfio_alloc_device +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x003cd8bb vhost_log_write +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x04ec14d5 vhost_add_used_and_signal +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x060c1c05 vhost_vring_ioctl +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x15653895 vhost_dev_check_owner +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x29d2a345 vhost_has_work +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x2d4fbb46 vhost_dev_has_owner +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x347aa781 vhost_dev_stop +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x35c3217b vhost_vq_init_access +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x4371f582 vhost_poll_queue +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x51baf096 vhost_add_used_n +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x5c5234fe vq_meta_prefetch +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x5d45d7ba vhost_get_vq_desc +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x62dcec27 vhost_vq_is_setup +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x64248429 vhost_poll_start +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x69475d4f vhost_disable_notify +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x6c581056 vhost_add_used +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x737d6e22 vhost_dev_set_owner +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x85d89916 vhost_enqueue_msg +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x89e35be9 vhost_vq_avail_empty +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x8c7879b2 vhost_log_access_ok +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x8f2fc3b9 vhost_poll_init +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x981ea8d8 vhost_clear_msg +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x992c41c6 vhost_init_device_iotlb +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x9e4136c5 vhost_signal +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xa909cfc5 vhost_work_init +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xa95b04b1 vhost_vq_access_ok +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xac993dca vhost_work_queue +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xafb12342 vhost_dev_reset_owner +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xb110865c vhost_poll_stop +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xb5da88bc vhost_discard_vq_desc +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xb9bdf5e1 vhost_exceeds_weight +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xbd34b9cd vhost_chr_read_iter +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xc6fab089 vhost_new_msg +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xd766ff79 vhost_dev_ioctl +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xeb0a0e07 vhost_dequeue_msg +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xeec10a07 vhost_enable_notify +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xefb51f80 vhost_dev_cleanup +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xf842a8d3 vhost_add_used_and_signal_n +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xf88f957b vhost_dev_init +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xfd2b3e45 vhost_dev_reset_owner_prepare +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xfd4fb379 vhost_dev_flush +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xffb67f70 vhost_set_backend_features +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 0x022d7729 ili9320_remove +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0x25062515 ili9320_write_regs +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0x60d7b0f3 ili9320_shutdown +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0xac4ed16e ili9320_probe_spi +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0xc29d6152 ili9320_resume +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0xd9c3370d ili9320_write +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0xf00a93a2 ili9320_suspend +EXPORT_SYMBOL_GPL drivers/video/fbdev/core/fb_ddc 0x51b3b5a6 fb_ddc_read +EXPORT_SYMBOL_GPL drivers/video/fbdev/core/fb_sys_fops 0x8dbbec0b fb_sys_write +EXPORT_SYMBOL_GPL drivers/video/fbdev/core/fb_sys_fops 0xd0fc3061 fb_sys_read +EXPORT_SYMBOL_GPL drivers/video/fbdev/sis/sisfb 0x317c1d41 sis_free_new +EXPORT_SYMBOL_GPL drivers/video/fbdev/sis/sisfb 0x78db7199 sis_malloc_new +EXPORT_SYMBOL_GPL drivers/w1/wire 0x0cb0732e w1_write_8 +EXPORT_SYMBOL_GPL drivers/w1/wire 0x1273eac3 w1_reset_resume_command +EXPORT_SYMBOL_GPL drivers/w1/wire 0x26ec488d w1_touch_bit +EXPORT_SYMBOL_GPL drivers/w1/wire 0x298ad347 w1_reset_select_slave +EXPORT_SYMBOL_GPL drivers/w1/wire 0x47ce1f02 w1_read_8 +EXPORT_SYMBOL_GPL drivers/w1/wire 0x63757e92 w1_calc_crc8 +EXPORT_SYMBOL_GPL drivers/w1/wire 0x7e558984 w1_next_pullup +EXPORT_SYMBOL_GPL drivers/w1/wire 0x89ecd54b w1_read_block +EXPORT_SYMBOL_GPL drivers/w1/wire 0xc4ef1f9c w1_write_block +EXPORT_SYMBOL_GPL drivers/w1/wire 0xd9b98294 w1_triplet +EXPORT_SYMBOL_GPL drivers/w1/wire 0xe555667a w1_touch_block +EXPORT_SYMBOL_GPL drivers/w1/wire 0xfacb82c2 w1_reset_bus +EXPORT_SYMBOL_GPL drivers/xen/xen-front-pgdir-shbuf 0x2b9c10f7 xen_front_pgdir_shbuf_get_dir_start +EXPORT_SYMBOL_GPL drivers/xen/xen-front-pgdir-shbuf 0x470c0f08 xen_front_pgdir_shbuf_map +EXPORT_SYMBOL_GPL drivers/xen/xen-front-pgdir-shbuf 0x6950b547 xen_front_pgdir_shbuf_free +EXPORT_SYMBOL_GPL drivers/xen/xen-front-pgdir-shbuf 0xa0711f5d xen_front_pgdir_shbuf_unmap +EXPORT_SYMBOL_GPL drivers/xen/xen-front-pgdir-shbuf 0xf8231690 xen_front_pgdir_shbuf_alloc +EXPORT_SYMBOL_GPL drivers/xen/xen-privcmd 0x3f489883 xen_privcmd_fops +EXPORT_SYMBOL_GPL drivers/xen/xen-privcmd 0x8340c145 xen_privcmdbuf_fops +EXPORT_SYMBOL_GPL fs/dlm/dlm 0x46936975 dlm_posix_unlock +EXPORT_SYMBOL_GPL fs/dlm/dlm 0x4b62826c dlm_unlock +EXPORT_SYMBOL_GPL fs/dlm/dlm 0x75e0819c dlm_posix_get +EXPORT_SYMBOL_GPL fs/dlm/dlm 0x8a6c5f1b dlm_lock +EXPORT_SYMBOL_GPL fs/dlm/dlm 0xcd224e1d dlm_new_lockspace +EXPORT_SYMBOL_GPL fs/dlm/dlm 0xcf9f3328 dlm_release_lockspace +EXPORT_SYMBOL_GPL fs/dlm/dlm 0xf74842bd dlm_posix_lock +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x04c9b568 nlmsvc_unlock_all_by_sb +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x1746befd nlmsvc_ops +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x31349467 lockd_up +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x4e86b586 nlmclnt_proc +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x91827d78 nlmclnt_init +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x9800a179 lockd_down +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x9cbde0a0 nlmsvc_unlock_all_by_ip +EXPORT_SYMBOL_GPL fs/lockd/lockd 0xe1538bab nlmclnt_done +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0117df7b nfs_link +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 0x0557822d nfs_free_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x058c2258 nfs_show_options +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0690fda2 nfs_request_add_commit_list_locked +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x08d77db2 nfs_revalidate_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0bfe08d2 nfs_file_llseek +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0ff9b75c nfs_file_release +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x10962bc2 nfs_auth_info_match +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1476bca4 nfs_reconfigure +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x17240462 nfs_sb_active +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x18595912 nfs_server_copy_userdata +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1d5c60ca nfs_try_get_tree +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1d705d47 nfs_close_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1dfed4aa nfs_free_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1f014dd5 nfs_commit_free +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1ff9eca8 nfs_force_lookup_revalidate +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x21baab47 nfs_put_lock_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x22d795a8 _nfs_display_fhandle_hash +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2377cfb3 nfs_alloc_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x23b23990 nfs_async_iocounter_wait +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x248ddfe2 nfs_do_submount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x24f53582 nfs_file_set_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x26884ff7 nfs_alloc_fhandle +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x28865ef2 nfs_clear_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x28b12803 nfs_file_fsync +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x28f9d26a nfs_mark_client_ready +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2bd7df10 nfs_rmdir +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2beef817 nfs_wait_client_init_complete +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2e883e3b nfs_request_add_commit_list +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2f53eefc nfs_statfs +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x30496988 __tracepoint_nfs_fsync_enter +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x31b717c3 nfs_mkdir +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x33c79c99 nfs_setsecurity +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x376887ff nfs_umount_begin +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x37e8604e nfs_write_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x37f8c700 nfs_create_rpc_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x39e05ac3 nfs_idmap_cache_timeout +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3d11a212 nfs_clear_verifier_delegated +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3d435d89 nfs_pageio_reset_write_mds +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 0x41ae2654 nfs_flock +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x42414eb8 nfs_dreq_bytes_left +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x429fdb9d nfs_unlink +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x42f2c81f nfs4_client_id_uniquifier +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x43d318d1 nfs_show_path +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x44cc3a41 __tracepoint_nfs_fsync_exit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x472db297 nfs_alloc_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x48517172 register_nfs_version +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4aa04d81 nfs_clone_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4cb9e001 recover_lost_locks +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4d6ea316 nfs_sync_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4d778c70 nfs_zap_acl_cache +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4e879177 nfs4_label_alloc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4fcc314d nfs_fscache_open_file +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x50b3ad38 nfs_initiate_pgio +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x51892d61 nfs_callback_set_tcpport +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x52304f12 nfs_init_server_rpcclient +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x573a7f43 nfs_server_remove_lists +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x57d4fd01 nfs_put_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x584b8482 nfs_inc_attr_generation_counter +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x59923eb3 __tracepoint_nfs_xdr_status +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5ab7f0c0 nfs4_fs_type +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5c25007d nfs_fhget +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5c994934 nfs_client_init_is_complete +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5d1fc7de put_nfs_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5e196108 nfs_alloc_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x61f502c0 nfs_pgheader_init +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x63960b37 nfs_submount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x63a2082e nfs_init_commit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x67020974 __traceiter_nfs_fsync_exit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6876951e nfs_getattr +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x69ad1f9e nfs_wb_all +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6e81f032 __SCK__tp_func_nfs_fsync_exit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6ed1b5f4 __traceiter_nfs_xdr_status +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6f191028 nfs_atomic_open +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6faf0b90 nfs_sb_deactive +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x718b6227 nfs_check_cache_invalid +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x73dff4c0 __SCK__tp_func_nfs_xdr_status +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x73ef72e3 nfs_may_open +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x74f3a90c nfs_writeback_update_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x794d8b23 nfs_wait_on_request +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7e090070 nfs_server_insert_lists +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8076fce4 nfs_init_cinfo +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8236e4dc nfs_create_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x82838dcf nfs_probe_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8499de4f nfs_alloc_fattr +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x854c31c7 __traceiter_nfs_fsync_enter +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8675d521 nfs_show_stats +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8774a2bd nfs_sops +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8826f677 nfs_commitdata_alloc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8ecb4676 nfs_set_verifier +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 0x92a86755 nfs_path +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9317c047 nfs_file_read +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x948f9ee3 nfs_post_op_update_inode_force_wcc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x95007f7e __SCK__tp_func_nfs_xdr_bad_filehandle +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x961444e2 nfs_rename +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x96cb903e nfs_file_write +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x98b0ece8 nfs_init_timeout_values +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9e7e76f6 nfs_post_op_update_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa01e140c nfs_get_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa1cf484f nfs_permission +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa5124655 nfs_access_zap_cache +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa6566ca7 nfs_refresh_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa68f6bf7 __traceiter_nfs_xdr_bad_filehandle +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa7c869ec nfs_scan_commit_list +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa8e9e1ae send_implementation_id +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa9c2624c get_nfs_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xaa384012 nfs_generic_pgio +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xaafd4acc max_session_cb_slots +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xab9a27e7 nfs_client_init_status +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xaff61ec4 nfs_pageio_reset_read_mds +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb39f831f nfs_pageio_init_read +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb8acdd3e alloc_nfs_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb8e09560 nfs_show_devname +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xba18c6d6 nfs_access_get_cached +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xba98064b nfs4_dentry_operations +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xbc194857 nfs_file_operations +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xbff58840 nfs_setattr_update_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc1840bcc nfs_mknod +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc3a2be67 nfs_net_id +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc3c5c708 nfs_kill_super +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc418918a nfs_dentry_operations +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc5a3526e nfs_pgio_header_free +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc64b2b8c nfs_symlink +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc6bb8e1d nfs_pageio_init_write +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc6c8b8f1 nfs_access_set_mask +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc6d024bf nfs_fs_type +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc71c3377 nfs_setattr +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xcaad2cce nfs_client_for_each_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xcb6b5797 nfs_pageio_resend +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xce082dfa nfs_drop_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd15c58db nfs_commitdata_release +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd43b7b69 unregister_nfs_version +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd48b4f9f nfs_file_mmap +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd4be92bf nfs_get_lock_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd4d2d88c nfs_set_cache_invalid +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd5158404 nfs_pgio_current_mirror +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd613ec55 nfs_filemap_write_and_wait_range +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd7138ecb nfs_request_remove_commit_list +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xda2c79a6 nfs_release_request +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xdab27409 nfs_commit_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xdae9b5d7 nfs4_disable_idmapping +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xdd261b2b nfs_inode_attach_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe63ed18b nfs_generic_pg_test +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe70507df __tracepoint_nfs_xdr_bad_filehandle +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe8fa23ba nfs_retry_commit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe92624d9 nfs_lock +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe9decd77 nfs_free_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xeccfd5dd nfs_lookup +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf048e985 nfs_invalidate_atime +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf0b3774f nfs_create +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf2f96355 nfs_add_or_obtain +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf324baac nfs_instantiate +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf653a52c nfs_d_prune_case_insensitive_aliases +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf691f687 nfs_initiate_commit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf6c68a5b nfs_access_add_cache +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf94d24a6 nfs_init_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf96f04c4 __SCK__tp_func_nfs_fsync_enter +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfc619abd _nfs_display_fhandle +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfd54ea46 nfs_pgio_header_alloc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xffd05293 nfs_alloc_fattr_with_label +EXPORT_SYMBOL_GPL fs/nfs/nfsv3 0x433d762d nfs3_set_ds_client +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x01b94581 pnfs_destroy_layout +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x03701c92 pnfs_generic_pg_check_range +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x03d351f2 __traceiter_pnfs_mds_fallback_pg_get_mirror_count +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 0x0aebca68 __tracepoint_ff_layout_read_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x0c5e16d3 pnfs_layoutcommit_inode +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x0f01076e __tracepoint_pnfs_mds_fallback_pg_get_mirror_count +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x0ff289f3 __SCK__tp_func_pnfs_mds_fallback_pg_init_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x1390aafe nfs_remove_bad_delegation +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x14811261 pnfs_generic_pg_cleanup +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x1b9815db pnfs_generic_commit_pagelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x1d4dbfd4 pnfs_generic_pg_init_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x27ad47ea __SCK__tp_func_pnfs_mds_fallback_write_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x2908cae9 pnfs_unregister_layoutdriver +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x2a5f9153 __traceiter_ff_layout_write_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x2b357602 pnfs_update_layout +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x2e71d593 nfs4_proc_getdeviceinfo +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x2fcc76f3 pnfs_set_lo_fail +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x30a44ac3 __SCK__tp_func_ff_layout_write_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x32bb6e05 __tracepoint_ff_layout_write_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x3341b90a pnfs_generic_ds_cinfo_release_lseg +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x3692baa2 pnfs_generic_pg_readpages +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x3806677f nfs4_find_or_create_ds_client +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x38fc1801 nfs4_schedule_lease_moved_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x39243e96 pnfs_generic_pg_writepages +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x3969c36a pnfs_alloc_commit_array +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x3a7e5f3e nfs4_pnfs_ds_connect +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x3c089bbe nfs4_schedule_stateid_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x45eecf87 pnfs_generic_layout_insert_lseg +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x45f0076d nfs4_mark_deviceid_unavailable +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x46c1a660 __traceiter_pnfs_mds_fallback_pg_init_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x47cd73c6 nfs4_pnfs_ds_put +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x48c74b19 nfs4_decode_mp_ds_addr +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x502b0c43 pnfs_generic_pg_check_layout +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x533c198f __SCK__tp_func_nfs4_pnfs_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x579126b8 __SCK__tp_func_pnfs_mds_fallback_read_pagelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x57d00acf pnfs_generic_clear_request_commit +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x5a4314e9 __SCK__tp_func_nfs4_pnfs_commit_ds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x5ce462a3 __tracepoint_pnfs_mds_fallback_write_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x6085edbd nfs_map_string_to_numeric +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x6283e560 pnfs_ld_read_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x62981308 nfs4_set_rw_stateid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x63461cc5 nfs4_schedule_session_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x6482bc0f nfs4_schedule_lease_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x69d3558d pnfs_generic_rw_release +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x69f1b1c3 pnfs_layout_mark_request_commit +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x6a7b11e9 __traceiter_nfs4_pnfs_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x6b6024dd pnfs_free_commit_array +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x6cfa4161 nfs41_sequence_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x6d111d2d pnfs_generic_scan_commit_lists +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x6dcc1103 nfs4_test_session_trunk +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x7572e06c nfs4_test_deviceid_unavailable +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x75ec5eed __traceiter_pnfs_mds_fallback_write_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x77139f9a pnfs_generic_search_commit_reqs +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 0x7ab2989e nfs4_init_deviceid_node +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x7ab7bcc6 __tracepoint_ff_layout_commit_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x7cd013a8 __SCK__tp_func_pnfs_mds_fallback_pg_get_mirror_count +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x7fb61e31 pnfs_generic_sync +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x82409884 __tracepoint_pnfs_mds_fallback_read_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x86b7518e nfs4_put_deviceid_node +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x88a30e73 nfs4_sequence_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x8f5d21cf __traceiter_pnfs_mds_fallback_write_pagelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x91c7f996 pnfs_add_commit_array +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x920586d8 pnfs_generic_recover_commit_reqs +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x93dedc09 nfs4_set_ds_client +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x974a1614 __tracepoint_pnfs_mds_fallback_pg_init_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x97507e3b pnfs_generic_pg_init_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x9a1a74c3 __tracepoint_nfs4_pnfs_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x9cc0be61 __traceiter_pnfs_mds_fallback_read_pagelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xa1968bfb pnfs_set_layoutcommit +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xa3e13148 nfs4_delete_deviceid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xa86c5ca3 pnfs_generic_write_commit_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xad9dcf5f pnfs_nfs_generic_sync +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xade22fe7 pnfs_read_done_resend_to_mds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xb1e1c23c __traceiter_nfs4_pnfs_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xb4836acb pnfs_generic_pg_test +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xb6c099e3 nfs4_setup_sequence +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xba53a1ef __SCK__tp_func_pnfs_mds_fallback_pg_init_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xba562f28 nfs4_find_get_deviceid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xbb4903f8 nfs4_mark_deviceid_available +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xbb55878b __traceiter_ff_layout_read_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xbdb7e562 pnfs_ld_write_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xc55a28aa __traceiter_pnfs_mds_fallback_pg_init_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xc7a9d954 __SCK__tp_func_nfs4_pnfs_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xca5a7f8f pnfs_report_layoutstat +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xcf29b95f __tracepoint_pnfs_mds_fallback_read_pagelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xcf3cb7b3 pnfs_generic_prepare_to_resend_writes +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xcf3edfa6 nfs42_proc_layouterror +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd0ecfaad __tracepoint_pnfs_mds_fallback_pg_init_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd32f6ea3 pnfs_error_mark_layout_for_return +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd565725c nfs4_pnfs_ds_add +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd5f3deb0 pnfs_read_resend_pnfs +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd7b1ac59 __traceiter_pnfs_mds_fallback_read_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd85cfea3 pnfs_generic_ds_cinfo_destroy +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd8e59423 pnfs_write_done_resend_to_mds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd8f2b8e2 pnfs_put_lseg +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xdc84bfb3 nfs4_schedule_migration_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xdf6991a4 __SCK__tp_func_pnfs_mds_fallback_write_pagelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xe19f5ee0 __tracepoint_pnfs_mds_fallback_write_pagelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xe4f10001 pnfs_register_layoutdriver +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xeae8522f __tracepoint_nfs4_pnfs_commit_ds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xed15fb41 nfs4_print_deviceid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xed17d988 __traceiter_nfs4_pnfs_commit_ds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xede41327 __tracepoint_nfs4_pnfs_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf5b067f9 __traceiter_ff_layout_commit_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf7801360 nfs41_maxgetdevinfo_overhead +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf7a829d4 nfs4_init_ds_session +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf999267e pnfs_generic_commit_release +EXPORT_SYMBOL_GPL fs/nfs_common/grace 0x13ebd3f3 opens_in_grace +EXPORT_SYMBOL_GPL fs/nfs_common/grace 0x1fe1e1ad locks_end_grace +EXPORT_SYMBOL_GPL fs/nfs_common/grace 0xbef00af1 locks_in_grace +EXPORT_SYMBOL_GPL fs/nfs_common/grace 0xe9593263 locks_start_grace +EXPORT_SYMBOL_GPL fs/nfs_common/nfs_acl 0x78c1679b nfs_stream_decode_acl +EXPORT_SYMBOL_GPL fs/nfs_common/nfs_acl 0xb1603d2e nfs_stream_encode_acl +EXPORT_SYMBOL_GPL fs/nfs_common/nfs_acl 0xd2721b32 nfsacl_encode +EXPORT_SYMBOL_GPL fs/nfs_common/nfs_acl 0xfb89b53b nfsacl_decode +EXPORT_SYMBOL_GPL fs/nfsd/nfsd 0xed51d4bc nfsd4_ssc_init_umount_work +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x40b7ea9c 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 0x6a0c3847 __mlog_printk +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x73dc87e3 o2hb_unregister_callback +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x81a17396 mlog_and_bits +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x83b045b7 o2nm_node_put +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x8d5f1dbb o2nm_get_node_by_ip +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xa840a0df o2hb_register_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 0xb806460b o2hb_setup_callback +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xbd13ee5d o2hb_check_node_heartbeating_no_sem +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xc4d99852 o2hb_check_node_heartbeating_from_callback +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xd859ac8c o2net_fill_node_map +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xddcb7a28 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 0x1631c185 dlmunlock +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0x5e52c565 dlm_print_one_lock +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0x604d4172 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 0x80ec88b0 dlm_register_domain +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0x91e53150 dlmlock +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0xd7ba575e dlm_errmsg +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0xd8fa57a6 dlm_unregister_eviction_cb +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0xda76cf42 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 0x10ef9e58 ocfs2_kset +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 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 0xd53ae247 ocfs2_stack_glue_register +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xd806a273 ocfs2_dlm_dump_lksb +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xe281b74f ocfs2_stack_glue_unregister +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xee57dbee ocfs2_plock +EXPORT_SYMBOL_GPL fs/pstore/pstore_blk 0x1d86267d unregister_pstore_device +EXPORT_SYMBOL_GPL fs/pstore/pstore_blk 0x43cc3d4b pstore_blk_get_config +EXPORT_SYMBOL_GPL fs/pstore/pstore_blk 0xfc9d8c82 register_pstore_device +EXPORT_SYMBOL_GPL fs/pstore/pstore_zone 0x71f731be register_pstore_zone +EXPORT_SYMBOL_GPL fs/pstore/pstore_zone 0xeeee5403 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 0x44dbf396 notifier_err_inject_dir +EXPORT_SYMBOL_GPL lib/notifier-error-inject 0xff1f88da 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 0x5b187379 lowpan_header_compress +EXPORT_SYMBOL_GPL net/6lowpan/6lowpan 0x839e1d9c lowpan_header_decompress +EXPORT_SYMBOL_GPL net/802/garp 0x35d54925 garp_uninit_applicant +EXPORT_SYMBOL_GPL net/802/garp 0x67949599 garp_init_applicant +EXPORT_SYMBOL_GPL net/802/garp 0x6afdab9d garp_unregister_application +EXPORT_SYMBOL_GPL net/802/garp 0x89e14012 garp_request_leave +EXPORT_SYMBOL_GPL net/802/garp 0x9db6a18f garp_request_join +EXPORT_SYMBOL_GPL net/802/garp 0xd6a319df garp_register_application +EXPORT_SYMBOL_GPL net/802/mrp 0x02be9bbb mrp_init_applicant +EXPORT_SYMBOL_GPL net/802/mrp 0x5abe47fb mrp_uninit_applicant +EXPORT_SYMBOL_GPL net/802/mrp 0x89604be3 mrp_unregister_application +EXPORT_SYMBOL_GPL net/802/mrp 0xd9de20a3 mrp_register_application +EXPORT_SYMBOL_GPL net/802/mrp 0xe5786e4c mrp_request_leave +EXPORT_SYMBOL_GPL net/802/mrp 0xf9fcff19 mrp_request_join +EXPORT_SYMBOL_GPL net/802/stp 0x29193725 stp_proto_unregister +EXPORT_SYMBOL_GPL net/802/stp 0x3dea18a9 stp_proto_register +EXPORT_SYMBOL_GPL net/9p/9pnet 0x76d6c205 p9_client_xattrcreate +EXPORT_SYMBOL_GPL net/9p/9pnet 0xa2c1bc6c 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 0x2bd423ff 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 0x2e822960 l2cap_chan_create +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0x328655da l2cap_chan_put +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0x51de2611 bt_debugfs +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0x5bce100b l2cap_chan_send +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0x7a89186e l2cap_chan_set_defaults +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0x8ae0788d l2cap_chan_del +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0xb08decfe l2cap_chan_connect +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0xb09bf946 l2cap_add_psm +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0xd2876f68 l2cap_chan_list +EXPORT_SYMBOL_GPL net/bluetooth/hidp/hidp 0x37db3824 hidp_hid_driver +EXPORT_SYMBOL_GPL net/bridge/bridge 0x076f74c1 br_multicast_list_adjacent +EXPORT_SYMBOL_GPL net/bridge/bridge 0x1348ae45 br_vlan_get_pvid +EXPORT_SYMBOL_GPL net/bridge/bridge 0x25792992 br_multicast_router +EXPORT_SYMBOL_GPL net/bridge/bridge 0x3b0f8aec br_multicast_has_querier_adjacent +EXPORT_SYMBOL_GPL net/bridge/bridge 0x3c68fbd0 br_multicast_enabled +EXPORT_SYMBOL_GPL net/bridge/bridge 0x4010cd7f br_vlan_get_info +EXPORT_SYMBOL_GPL net/bridge/bridge 0x628fe308 br_get_ageing_time +EXPORT_SYMBOL_GPL net/bridge/bridge 0x8dba0cb5 br_port_get_stp_state +EXPORT_SYMBOL_GPL net/bridge/bridge 0x942433f6 br_dev_queue_push_xmit +EXPORT_SYMBOL_GPL net/bridge/bridge 0x9e3001c4 nf_br_ops +EXPORT_SYMBOL_GPL net/bridge/bridge 0xa296857a br_fdb_find_port +EXPORT_SYMBOL_GPL net/bridge/bridge 0xa539f5c7 br_mst_enabled +EXPORT_SYMBOL_GPL net/bridge/bridge 0xa9652afa br_vlan_get_pvid_rcu +EXPORT_SYMBOL_GPL net/bridge/bridge 0xab0a084a br_forward +EXPORT_SYMBOL_GPL net/bridge/bridge 0xadae1f71 br_forward_finish +EXPORT_SYMBOL_GPL net/bridge/bridge 0xb2340242 br_vlan_get_proto +EXPORT_SYMBOL_GPL net/bridge/bridge 0xbc0620a5 br_mst_get_state +EXPORT_SYMBOL_GPL net/bridge/bridge 0xc3251380 br_handle_frame_finish +EXPORT_SYMBOL_GPL net/bridge/bridge 0xc689e18e br_vlan_enabled +EXPORT_SYMBOL_GPL net/bridge/bridge 0xd624eecf br_mst_get_info +EXPORT_SYMBOL_GPL net/bridge/bridge 0xe8c0945f br_port_flag_is_set +EXPORT_SYMBOL_GPL net/bridge/bridge 0xe8dc128b br_multicast_has_router_adjacent +EXPORT_SYMBOL_GPL net/bridge/bridge 0xeb4fd308 br_multicast_has_querier_anywhere +EXPORT_SYMBOL_GPL net/bridge/bridge 0xf181ed85 br_fdb_clear_offload +EXPORT_SYMBOL_GPL net/bridge/bridge 0xf4c45ecd br_vlan_get_info_rcu +EXPORT_SYMBOL_GPL net/core/failover 0xae178e94 failover_unregister +EXPORT_SYMBOL_GPL net/core/failover 0xd83fe4fe failover_slave_unregister +EXPORT_SYMBOL_GPL net/core/failover 0xead2e863 failover_register +EXPORT_SYMBOL_GPL net/dccp/dccp 0x0ca6d1ce dccp_parse_options +EXPORT_SYMBOL_GPL net/dccp/dccp 0x0f95e21d dccp_ctl_make_reset +EXPORT_SYMBOL_GPL net/dccp/dccp 0x1132354b dccp_sync_mss +EXPORT_SYMBOL_GPL net/dccp/dccp 0x182ec2bf dccp_ackvec_parsed_add +EXPORT_SYMBOL_GPL net/dccp/dccp 0x1b282e92 dccp_feat_signal_nn_change +EXPORT_SYMBOL_GPL net/dccp/dccp 0x1bc470f6 dccp_ioctl +EXPORT_SYMBOL_GPL net/dccp/dccp 0x203d8bfc dccp_make_response +EXPORT_SYMBOL_GPL net/dccp/dccp 0x20922aa8 dccp_set_state +EXPORT_SYMBOL_GPL net/dccp/dccp 0x27c8f8ca dccp_getsockopt +EXPORT_SYMBOL_GPL net/dccp/dccp 0x2d35d353 dccp_sendmsg +EXPORT_SYMBOL_GPL net/dccp/dccp 0x2d96b8ac dccp_recvmsg +EXPORT_SYMBOL_GPL net/dccp/dccp 0x30093746 dccp_feat_nn_get +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 0x607a3552 dccp_reqsk_init +EXPORT_SYMBOL_GPL net/dccp/dccp 0x62587fa0 dccp_send_sync +EXPORT_SYMBOL_GPL net/dccp/dccp 0x6b8f6691 dccp_insert_option +EXPORT_SYMBOL_GPL net/dccp/dccp 0x7d37f8e9 dccp_destruct_common +EXPORT_SYMBOL_GPL net/dccp/dccp 0x80993155 dccp_timestamp +EXPORT_SYMBOL_GPL net/dccp/dccp 0x814e4cb5 dccp_send_ack +EXPORT_SYMBOL_GPL net/dccp/dccp 0x8171199a dccp_death_row +EXPORT_SYMBOL_GPL net/dccp/dccp 0x86be7924 dccp_packet_name +EXPORT_SYMBOL_GPL net/dccp/dccp 0x9598d24d dccp_ackvec_parsed_cleanup +EXPORT_SYMBOL_GPL net/dccp/dccp 0xa25f03e9 dccp_poll +EXPORT_SYMBOL_GPL net/dccp/dccp 0xa651309f dccp_rcv_state_process +EXPORT_SYMBOL_GPL net/dccp/dccp 0xa8c070bc dccp_shutdown +EXPORT_SYMBOL_GPL net/dccp/dccp 0xab9f4a7b dccp_reqsk_send_ack +EXPORT_SYMBOL_GPL net/dccp/dccp 0xac124ddb dccp_init_sock +EXPORT_SYMBOL_GPL net/dccp/dccp 0xb8f4c6f0 dccp_check_req +EXPORT_SYMBOL_GPL net/dccp/dccp 0xba1fa4e5 dccp_setsockopt +EXPORT_SYMBOL_GPL net/dccp/dccp 0xbf576169 dccp_destroy_sock +EXPORT_SYMBOL_GPL net/dccp/dccp 0xc4df793a dccp_child_process +EXPORT_SYMBOL_GPL net/dccp/dccp 0xd0ad3476 dccp_done +EXPORT_SYMBOL_GPL net/dccp/dccp 0xd75b7072 dccp_orphan_count +EXPORT_SYMBOL_GPL net/dccp/dccp 0xd7cdb975 dccp_hashinfo +EXPORT_SYMBOL_GPL net/dccp/dccp 0xd99cc65c dccp_connect +EXPORT_SYMBOL_GPL net/dccp/dccp 0xdc601f37 dccp_close +EXPORT_SYMBOL_GPL net/dccp/dccp 0xe1ca50fa dccp_rcv_established +EXPORT_SYMBOL_GPL net/dccp/dccp 0xe41f8c44 dccp_disconnect +EXPORT_SYMBOL_GPL net/dccp/dccp 0xf5b376d4 dccp_create_openreq_child +EXPORT_SYMBOL_GPL net/dccp/dccp 0xfec42c1e inet_dccp_listen +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x1b208782 dccp_v4_conn_request +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x5dcd8dfa dccp_v4_request_recv_sock +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x9eb95928 dccp_v4_connect +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0xa3410fd7 dccp_v4_do_rcv +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0xb85a23be dccp_v4_send_check +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0xd7f367b1 dccp_invalid_packet +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x0a0e4f70 dsa_tag_8021q_register +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x0c6039ac dsa_flush_workqueue +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x103cc695 dsa_tag_drivers_unregister +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x15016c3d dsa_register_switch +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x1cfe11b1 dsa_devlink_resource_occ_get_register +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x2424f5e3 dsa_switch_resume +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x2cd92b82 dsa_devlink_port_region_create +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x2d387a88 dsa_mdb_present_in_other_db +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x35aeee55 dsa_tag_8021q_unregister +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x39a70b90 dsa_devlink_region_create +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x4086b6a1 dsa_port_from_netdev +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 0x50b4d64a dsa_switch_find +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x6933b8ee dsa_tag_drivers_register +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x79dcae2b dsa_tag_8021q_find_port_by_vbid +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x7a0ddaf1 dsa_enqueue_skb +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x8170eb8f dsa_devlink_params_unregister +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x843a7c99 dsa_devlink_resource_register +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x90e68d63 dsa_switch_suspend +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x9875c69d dsa_tag_8021q_standalone_vid +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x9e59271d dsa_8021q_rx_source_port +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xa26c6a5e dsa_slave_dev_check +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xab92d57a dsa_devlink_resource_occ_get_unregister +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xb33faec8 dsa_port_phylink_mac_change +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xbdc6f174 dsa_tag_8021q_bridge_join +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xc0a36aee dsa_switch_shutdown +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xc0fa97f6 dsa_fdb_present_in_other_db +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xc23e8d5f dsa_devlink_region_destroy +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xd077e855 dsa_devlink_param_get +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xd66595f7 dsa_devlink_resources_unregister +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xe4cc81ba dsa_devlink_params_register +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xe7e5fb04 dsa_8021q_xmit +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xea3a6e41 dsa_unregister_switch +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xee3b1d37 dsa_8021q_rcv +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xf0496b52 dsa_tag_8021q_bridge_leave +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xf13e1803 vid_is_dsa_8021q +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xfd3e2b67 dsa_devlink_param_set +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x04f0f8e0 ieee802154_hdr_peek_addrs +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x1f181804 ieee802154_hdr_push +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x5aa778bc nl802154_scan_event +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x7ac88090 ieee802154_hdr_peek +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x87e2553b ieee802154_max_payload +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x979b8f46 ieee802154_hdr_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 0x79cb951e ife_encode +EXPORT_SYMBOL_GPL net/ife/ife 0x85185910 ife_decode +EXPORT_SYMBOL_GPL net/ife/ife 0xe7888e98 ife_tlv_meta_encode +EXPORT_SYMBOL_GPL net/ipv4/esp4 0x13af802c esp_output_head +EXPORT_SYMBOL_GPL net/ipv4/esp4 0x56a3faaa esp_output_tail +EXPORT_SYMBOL_GPL net/ipv4/esp4 0x80477ffc esp_input_done2 +EXPORT_SYMBOL_GPL net/ipv4/gre 0x97336c71 gre_add_protocol +EXPORT_SYMBOL_GPL net/ipv4/gre 0xa328f8a4 gre_del_protocol +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x00abd91e inet_diag_msg_common_fill +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x0e900897 inet_diag_find_one_icsk +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x2aa8b4df inet_diag_msg_attrs_fill +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x3320f44c inet_diag_bc_sk +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x3e4f2f08 inet_diag_register +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x6be9a43b inet_diag_unregister +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0xa57623bf inet_diag_dump_one_icsk +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0xe70b55d4 inet_diag_dump_icsk +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0xebc93848 inet_sk_diag_fill +EXPORT_SYMBOL_GPL net/ipv4/ip_gre 0x69494d5b gretap_fb_dev_create +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x0156e1d9 ip_tunnel_rcv +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x0672e472 ip_tunnel_siocdevprivate +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x3350d651 __ip_tunnel_change_mtu +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x3c23b0d8 ip_tunnel_change_mtu +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x49db0461 ip_tunnel_dellink +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x58ec22e3 ip_tunnel_init +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x59a91f6a ip_tunnel_lookup +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x60d59dcb ip_tunnel_newlink +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x613607b0 ip_tunnel_xmit +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x8602f759 ip_tunnel_init_net +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x88047b2f ip_md_tunnel_xmit +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x9258f057 ip_tunnel_changelink +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x9279a947 ip_tunnel_uninit +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xb3a85a6d ip_tunnel_ctl +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xbb29049c ip_tunnel_delete_nets +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xf2964cf7 ip_tunnel_encap_setup +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xf356b4b6 ip_tunnel_setup +EXPORT_SYMBOL_GPL net/ipv4/netfilter/arp_tables 0x7b68cdc2 arpt_alloc_initial_table +EXPORT_SYMBOL_GPL net/ipv4/netfilter/ip_tables 0x8dc3538a ipt_alloc_initial_table +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_defrag_ipv4 0x08b6b5bd nf_defrag_ipv4_disable +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_defrag_ipv4 0x9cceee0d nf_defrag_ipv4_enable +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_dup_ipv4 0xae3dae34 nf_dup_ipv4 +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0x02bf2694 nf_send_unreach +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0x1b0db605 nf_reject_skb_v4_unreach +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0x1f41a10f nf_reject_skb_v4_tcp_reset +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0x4923e1c2 nf_reject_iphdr_put +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0x569a3a6f nf_send_reset +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0x653f17f4 nf_reject_ip_tcphdr_get +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0xaf129ced nf_reject_ip_tcphdr_put +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_socket_ipv4 0xe642793c nf_sk_lookup_slow_v4 +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_tproxy_ipv4 0x035ac48c nf_tproxy_get_sock_v4 +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_tproxy_ipv4 0x302bccb4 nf_tproxy_laddr4 +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_tproxy_ipv4 0x4907725a nf_tproxy_handle_time_wait4 +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nft_fib_ipv4 0x05e6f555 nft_fib4_eval +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nft_fib_ipv4 0x6e9f5a95 nft_fib4_eval_type +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x27cfd20e tcp_vegas_get_info +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x7e516b4a tcp_vegas_init +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x90f89f60 tcp_vegas_cwnd_event +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x92f9c302 tcp_vegas_state +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0xb3ceac9a tcp_vegas_pkts_acked +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0x025f3aca udp_tunnel_notify_del_rx_port +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0x1bbc687c setup_udp_tunnel_sock +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0x5b2e1e38 udp_tunnel_sock_release +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0x7127ecf2 udp_tunnel_xmit_skb +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0x849c977e udp_tunnel_drop_rx_port +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0xc59bebde udp_tunnel_push_rx_port +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0xd16de37e udp_tunnel_notify_add_rx_port +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0xf79b32e1 udp_tun_rx_dst +EXPORT_SYMBOL_GPL net/ipv6/esp6 0x09395407 esp6_output_head +EXPORT_SYMBOL_GPL net/ipv6/esp6 0x941648de esp6_output_tail +EXPORT_SYMBOL_GPL net/ipv6/esp6 0x96cb2458 esp6_input_done2 +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0x844f3907 ip6_tnl_xmit_ctl +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0x93965682 ip6_tnl_rcv_ctl +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0xaf1b8770 ip6_tnl_encap_setup +EXPORT_SYMBOL_GPL net/ipv6/ip6_udp_tunnel 0x2abc210d udp_sock_create6 +EXPORT_SYMBOL_GPL net/ipv6/ip6_udp_tunnel 0x92d1d0f3 udp_tunnel6_xmit_skb +EXPORT_SYMBOL_GPL net/ipv6/netfilter/ip6_tables 0xddf093eb ip6t_alloc_initial_table +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_defrag_ipv6 0x297e9c6f nf_defrag_ipv6_disable +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_defrag_ipv6 0x56d8c360 nf_defrag_ipv6_enable +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_defrag_ipv6 0xba1b1b42 nf_ct_frag6_gather +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_dup_ipv6 0xb1dc30a1 nf_dup_ipv6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0x52e8d60b nf_reject_ip6_tcphdr_get +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0x6648a2e8 nf_reject_ip6_tcphdr_put +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0x91032309 nf_send_unreach6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0xa48fe3f1 nf_reject_skb_v6_unreach +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0xa5328713 nf_reject_ip6hdr_put +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0xac2e16b4 nf_reject_skb_v6_tcp_reset +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0xbb3664e6 nf_send_reset6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_socket_ipv6 0x6125d855 nf_sk_lookup_slow_v6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_tproxy_ipv6 0x2afc7ccf nf_tproxy_get_sock_v6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_tproxy_ipv6 0x391f4ecf nf_tproxy_laddr6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_tproxy_ipv6 0x55b6421c nf_tproxy_handle_time_wait6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nft_fib_ipv6 0x70684bcf nft_fib6_eval_type +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nft_fib_ipv6 0xb528b9e2 nft_fib6_eval +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x0a3fbcce l2tp_session_delete +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x0dcd7301 l2tp_tunnel_get_session +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x358e7b32 l2tp_tunnel_dec_refcount +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x40b7a7af l2tp_tunnel_register +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x41a09513 l2tp_recv_common +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x507964bb l2tp_session_get +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x54578753 l2tp_sk_to_tunnel +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x5e35ba51 l2tp_session_register +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x6f75514c l2tp_udp_encap_recv +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x768f4ae1 l2tp_session_get_by_ifname +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x8c6d7364 l2tp_session_get_nth +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x99d6b367 l2tp_tunnel_get +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x9a47f26f l2tp_session_create +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x9bc753d1 l2tp_session_set_header_len +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xc2cc03f1 l2tp_session_dec_refcount +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xc90a6531 l2tp_tunnel_get_nth +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xce862cc6 l2tp_xmit_skb +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xdd417a89 l2tp_tunnel_delete +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xe4ecf94f l2tp_tunnel_create +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xebf5a2d9 l2tp_tunnel_inc_refcount +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xee9fa504 l2tp_session_inc_refcount +EXPORT_SYMBOL_GPL net/l2tp/l2tp_ip 0x678d5cbf l2tp_ioctl +EXPORT_SYMBOL_GPL net/l2tp/l2tp_netlink 0x337f2432 l2tp_nl_unregister_ops +EXPORT_SYMBOL_GPL net/l2tp/l2tp_netlink 0x345dbccb l2tp_nl_register_ops +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x0d1d3c83 ieee80211_remain_on_channel_expired +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 0x20503a4b ieee80211_iterate_interfaces +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x2e7fb01e ieee80211_set_active_links_async +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x36df0fd8 ieee80211_gtk_rekey_notify +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x396a862f ieee80211_color_change_finish +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x3d2768c1 ieee80211_set_active_links +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x48376b23 ieee80211_vif_to_wdev +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x488d0668 ieee80211_request_smps +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x4aa5e409 ieee80211_hw_restart_disconnect +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x5e7556f7 ieee80211_ready_on_channel +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x678a6974 ieee80211_iterate_stations_atomic +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x6a6e0d77 ieee80211_iterate_active_interfaces_atomic +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x8646396e wdev_to_ieee80211_vif +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x87b84f42 ieee80211_iterate_stations +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x8bb69dbe ieee80211_calc_rx_airtime +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x9e1c1431 ieee80211_key_replay +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x9eef8f67 ieee80211_calc_tx_airtime +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x9fb7fde2 ieee80211_find_sta_by_ifaddr +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xa7ffff8f ieee80211_ave_rssi +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xb3b13fdd ieee80211_iterate_active_interfaces_mtx +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xb7073cf2 ieee80211_gtk_rekey_add +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xc98b3e76 ieee80211_resume_disconnect +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xd004ea88 ieee80211_key_mic_failure +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xdd0eb5c1 ieeee80211_obss_color_collision_notify +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xe0f81d4b ieee80211_update_mu_groups +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xea792270 ieee80211_remove_key +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xf09dc956 ieee80211_iter_chan_contexts_atomic +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xf182bdb7 ieee80211_find_sta_by_link_addrs +EXPORT_SYMBOL_GPL net/mpls/mpls_router 0x0693836e nla_put_labels +EXPORT_SYMBOL_GPL net/mpls/mpls_router 0x0b0951f7 mpls_dev_mtu +EXPORT_SYMBOL_GPL net/mpls/mpls_router 0x13c51906 mpls_stats_inc_outucastpkts +EXPORT_SYMBOL_GPL net/mpls/mpls_router 0x8ee316eb nla_get_labels +EXPORT_SYMBOL_GPL net/mpls/mpls_router 0xa279b541 mpls_pkt_too_big +EXPORT_SYMBOL_GPL net/mpls/mpls_router 0xc457c504 mpls_output_possible +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x07f4c102 ip_set_type_register +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x1c2de3c9 ip_set_match_extensions +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x22d966c6 ip_set_range_to_cidr +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x376b7412 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 0x3dd762ce ip_set_test +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x60e3f438 ip_set_type_unregister +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x6710950c ip_set_put_flags +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x6a74f59e ip_set_put_extensions +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x70a27bcc 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 0x7d7642cb ip_set_get_extensions +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x81fff2d1 ip_set_netmask_map +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x9e98722b ip_set_get_ipaddr6 +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xa08e3c3b 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 0xa4493325 ip_set_get_ip6_port +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xa9453829 ip_set_get_byname +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xb04b38f4 ip_set_put_byindex +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xb464c6af ip_set_extensions +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xcb3fa904 ip_set_add +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xcbe2c3a8 ip_set_name_byindex +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xdf5dafca ip_set_init_comment +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xe87b4f42 ip_set_del +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xf3b4d4ae ip_set_alloc +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xf3ed7d71 ip_set_nfnl_put +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0x5bdb6d44 register_ip_vs_pe +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0xa0f949be ip_vs_conn_in_get_proto +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0xd430625f unregister_ip_vs_pe +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0xe6ed601e ip_vs_conn_out_get_proto +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0x163ca76c nf_conncount_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0x3510dbf5 nf_conncount_count +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0x5b2ae8d6 nf_conncount_init +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0x660e2ff9 nf_conncount_gc_list +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0x9cb5117c nf_conncount_add +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0xded40268 nf_conncount_list_init +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0xf2a1dbb9 nf_conncount_cache_free +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x00268653 nf_ct_add_helper +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x005c96f4 nf_nat_helper_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x02298d39 nf_ct_helper +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0460ec0f nf_ct_invert_tuple +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x067ad130 nf_conntrack_count +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x09a1fc9e nf_ct_seq_adjust +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0a26cd15 nf_ct_get_id +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0bc00f80 nf_nat_helper_try_module_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x1522b943 nf_ct_helper_ext_add +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x170e465b nf_conntrack_helper_try_module_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x19c6e2be nf_ct_iterate_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x1b57c968 nf_ct_expect_related_report +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x23ec684e nf_ct_l4proto_log_invalid +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x2550cd08 nf_ct_get_tuplepr +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x27ad9267 nf_ct_gre_keymap_destroy +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 0x2c63b902 nf_conntrack_unregister_notifier +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x2cff80e2 nf_ct_helper_init +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x303823c4 nf_ct_acct_add +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x33ae8134 nf_nat_helper_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x37eee20e nf_ct_delete +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x387c597e nf_ct_expect_find_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x3e0ae76d nf_ct_kill_acct +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x3e4027d2 nf_ct_expect_init +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x401788a7 nf_ct_set_timeout +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x415e6ef7 nf_ct_seq_offset +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x4204a087 nf_ct_bridge_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x444f90d1 nf_conntrack_find_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x49413757 nf_ct_tcp_seqadj_set +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x4b3bbfab nf_ct_untimeout +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x4dab62ec nf_conntrack_free +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x528adcd3 nf_ct_expect_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x54f27214 nf_ct_iterate_cleanup_net +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x571f302e nf_ct_bridge_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x5853ea0a nf_ct_change_status_common +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x587a04df nf_conn_pernet_ecache +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x65e123cf nf_ct_l4proto_find +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x67e48c21 __nf_ct_expect_find +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x67fbac72 nf_ct_tmpl_free +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x693c3961 nf_ct_helper_hash +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x6f43805b nf_conntrack_in +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x752f0aa2 nf_ct_port_nlattr_to_tuple +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x7a0d32a9 __nf_ct_try_assign_helper +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x7a108eeb nf_conntrack_helper_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x7a16af9f nf_ct_unlink_expect_report +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x7ef86728 nf_ct_gre_keymap_add +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x81a0b2e7 nf_confirm +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8a0c1e20 nf_ct_remove_expect +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8d988bc3 nf_nat_helper_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8e673ea4 __nf_ct_change_status +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8f0e9b52 __nf_conntrack_confirm +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8ffe7e89 nf_conntrack_htable_size +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x934b2509 nf_ct_ecache_ext_add +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x9adb7399 nf_conntrack_expect_lock +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x9b5f8e22 nf_ct_helper_expectfn_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x9f926dd0 __nf_ct_refresh_acct +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xa09514f4 nf_ct_netns_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xaa97341e nf_ct_helper_expectfn_find_by_symbol +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xabd10ef5 nf_conntrack_tuple_taken +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xabf7e233 nf_ct_helper_expectfn_find_by_name +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xac27340e nf_ct_timeout_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xaf0847f0 nf_conntrack_locks +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xaf686393 nf_conntrack_alter_reply +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb0392ac0 nf_ct_netns_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb39356f5 nf_ct_port_nla_policy +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb905d8fd nf_conntrack_helper_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xbaa5a03b nf_ct_seqadj_set +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xbb2a5137 nf_ct_remove_expectations +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xbb42ecaf nf_ct_port_tuple_to_nlattr +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xbfee28c2 nf_ct_seqadj_init +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc0b54aca nf_conntrack_eventmask_report +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc18ac88d nf_ct_expect_hsize +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc28db1bc __nf_ct_change_timeout +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc32c33f7 nf_ct_destroy_timeout +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc40f284c nf_ct_helper_hsize +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc9b1263a nf_conntrack_register_notifier +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc9c3dfc9 nf_conntrack_alloc +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xcb6ad6ff nf_connlabels_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xcd13edaa nf_ct_helper_expectfn_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xcd1b57e1 nf_ct_expect_alloc +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd20797e2 nf_conntrack_helpers_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd405d36e nf_ct_expect_iterate_net +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd505c3e0 nf_ct_port_nlattr_tuple_size +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd6e9c58e nf_ct_expect_iterate_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xda6fd2f1 nf_connlabels_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xdba7326b nf_conntrack_lock +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xde36b64f nf_ct_deliver_cached_events +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xe00a2ecb nf_connlabels_replace +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xe3022d5c nf_conntrack_helpers_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xea36f7c7 nf_conntrack_hash_check_insert +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xebd92262 nf_ct_tmpl_alloc +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xec8beba6 nf_ct_expect_hash +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xeeb207ab __nf_conntrack_helper_find +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf38bcdf3 nf_conntrack_max +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf41ffe50 nf_ct_unexpect_related +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf47f59f0 nf_ct_helper_log +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf7861e9e nf_l4proto_log_invalid +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xfc178eb0 nf_conntrack_helper_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_amanda 0x051556ab nf_nat_amanda_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_broadcast 0x325be930 nf_conntrack_broadcast_help +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_ftp 0x9544a13a nf_nat_ftp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x4033f667 nfct_h323_nat_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0xbfd56be2 get_h225_addr +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_irc 0x57193fa0 nf_nat_irc_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_pptp 0xa3635eea nf_nat_pptp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x1f2bd1b5 ct_sip_parse_address_param +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x49403bec ct_sip_parse_numerical_param +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x4e9f4673 ct_sip_get_sdp_header +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x6587b519 ct_sip_parse_header_uri +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x7e348946 ct_sip_parse_request +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x8de3eae3 nf_nat_sip_hooks +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x9187f76b ct_sip_get_header +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_snmp 0x0f002381 nf_nat_snmp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_tftp 0xefd2bf73 nf_nat_tftp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_dup_netdev 0x00abddc4 nf_dup_netdev_egress +EXPORT_SYMBOL_GPL net/netfilter/nf_dup_netdev 0x707c2eae nf_fwd_netdev_egress +EXPORT_SYMBOL_GPL net/netfilter/nf_dup_netdev 0xc6e48af5 nft_fwd_dup_netdev_offload +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x195a1d1d nf_flow_offload_ip_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x27d3316b flow_offload_teardown +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x3239ac2e flow_offload_free +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x43085855 flow_offload_refresh +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x4d7a3ee6 flow_offload_add +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x6c960a60 flow_offload_route_init +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x78e94d05 nf_flow_table_cleanup +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x84906e1d nf_flow_table_init +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x89c6f31c nf_flow_table_free +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x97a43184 nf_flow_rule_route_ipv6 +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xa8bb355c nf_flow_snat_port +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xa98c3ce1 nf_flow_offload_ipv6_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xb16295ea nf_flow_rule_route_ipv4 +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xbe73af76 flow_offload_alloc +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xcf303c66 nf_flow_dnat_port +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xd78b0e40 nf_flow_table_offload_setup +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xeedfa5ba flow_offload_lookup +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x1459289b nf_nat_ipv6_register_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x19abed91 nf_nat_packet +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x1e56987f nf_nat_icmp_reply_translation +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x2cc1c16d nf_nat_masquerade_ipv4 +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x2df21b86 nf_ct_nat_ext_add +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x31c4de30 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 0x552e02fb nf_nat_inet_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x5eae6d92 nf_nat_ipv4_unregister_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x684b93bc nf_nat_exp_find_port +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x69716780 nf_ct_nat +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x870900d9 nf_nat_icmpv6_reply_translation +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x91e2da7c nf_nat_masquerade_ipv6 +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xa68c1d6f nf_nat_alloc_null_binding +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xb0a22ef0 nf_nat_ipv4_register_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xcb68a876 nf_nat_inet_unregister_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xccab82e8 nf_nat_redirect_ipv4 +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xd7979e3e nf_nat_redirect_ipv6 +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xd9c25654 nf_nat_masquerade_inet_unregister_notifiers +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xe37c42f9 nf_nat_inet_register_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x1087e017 synproxy_recv_client_ack +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x1f099794 synproxy_init_timestamp_cookie +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x2219d28b nf_synproxy_ipv6_init +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x298800b1 nf_synproxy_ipv6_fini +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x69494fb4 synproxy_recv_client_ack_ipv6 +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x6c8f3884 synproxy_parse_options +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x928204dd synproxy_send_client_synack_ipv6 +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xc05918ce ipv6_synproxy_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xca9fc082 synproxy_net_id +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xd4b7c4d0 nf_synproxy_ipv4_init +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xdcd879be synproxy_send_client_synack +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xdf2616ea nf_synproxy_ipv4_fini +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xfdac1370 ipv4_synproxy_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x02fcfa52 nft_register_expr +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x06481bc2 nft_set_lookup_global +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x095d9743 __nft_release_basechain +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x0d017ef9 __nft_reg_track_cancel +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x1234b956 nft_meta_get_reduce +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x2172e75e nf_tables_bind_set +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x23374345 nft_data_dump +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x27c24137 nft_meta_set_init +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x2914d7c0 nft_meta_inner_eval +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x2c5ca03c nft_meta_set_validate +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x316554c6 nft_obj_lookup +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x3251d762 nf_tables_trans_destroy_flush_work +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x3676b7cf nft_obj_notify +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x3e444802 nft_expr_reduce_bitwise +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x40c9e56a nft_meta_get_dump +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x41b71e65 nft_trace_enabled +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x423b2ca3 nft_register_obj +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x454dffb2 nft_dump_register +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x4681de10 nft_flowtable_lookup +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x49e37118 nft_unregister_obj +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x4cecbb60 nft_meta_policy +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x52e22dad nft_register_flowtable_type +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x534f4ccd nf_tables_destroy_set +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x5d0f4059 nft_chain_validate_dependency +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x5fb53a4c nft_data_release +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x612b8081 nf_tables_deactivate_flowtable +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x61c0f3f1 nft_unregister_expr +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x66b28dd9 nft_meta_get_eval +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x677824f5 nft_meta_set_eval +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x67defe30 nft_unregister_flowtable_type +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x77b5c695 nft_meta_get_init +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x79922d7a nft_data_init +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x86f991b2 nft_do_chain +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x904d8c17 nft_unregister_chain_type +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x994af77d nft_set_elem_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x9e88deaa nft_reg_track_cancel +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xa3ad7aad nft_parse_register_store +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xa688e7a2 nft_reg_track_update +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xa783a02a nf_tables_deactivate_set +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xae47eb8d nft_chain_validate_hooks +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xc078e67a nft_request_module +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xc1f3155e nf_tables_activate_set +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xc644b1c7 nft_meta_set_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xd5c2c348 nft_register_chain_type +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 0xe2e35819 nft_meta_set_dump +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xf648966c nft_set_catchall_lookup +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xf7e95713 nft_chain_validate +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x2f27f15f nfnetlink_set_err +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x4e03cee4 nfnetlink_broadcast +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x5ce3b588 nfnl_lock +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x727452cf nfnetlink_has_listeners +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x951f5d6f nfnetlink_subsys_unregister +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0xd9dcdf1a nfnetlink_unicast +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0xdb065657 nfnl_unlock +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0xddb2aa0f nfnetlink_send +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0xf95713da nfnetlink_subsys_register +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0x2b2ffded nfnl_acct_overquota +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0x50044e5a nfnl_acct_find_get +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0x8e2d7334 nfnl_acct_update +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0xbecf5d14 nfnl_acct_put +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_osf 0x12604879 nf_osf_find +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_osf 0x35eff5e0 nf_osf_fingers +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_osf 0xee16ead7 nf_osf_match +EXPORT_SYMBOL_GPL net/netfilter/nft_fib 0x022ecd62 nft_fib_reduce +EXPORT_SYMBOL_GPL net/netfilter/nft_fib 0x3ca5a748 nft_fib_dump +EXPORT_SYMBOL_GPL net/netfilter/nft_fib 0x9dc93af7 nft_fib_store_result +EXPORT_SYMBOL_GPL net/netfilter/nft_fib 0xa921b8f3 nft_fib_init +EXPORT_SYMBOL_GPL net/netfilter/nft_fib 0xca925398 nft_fib_validate +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0x1de558c1 nft_reject_icmpv6_code +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0x32537ea9 nft_reject_init +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0x6aeedf2d 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/nft_reject 0xf229c8d7 nft_reject_validate +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x033d5e97 xt_match_to_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x04e27719 xt_compat_flush_offsets +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x075020a4 xt_request_find_target +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x10080376 xt_request_find_table_lock +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x1b5cc183 xt_compat_match_to_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x33948ddc xt_proto_init +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x3a76e2b1 xt_target_to_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x3b682fda xt_compat_match_from_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x5772ac5e xt_unregister_template +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x578b8697 xt_check_match +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x60600285 xt_compat_target_offset +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x60795775 xt_compat_target_from_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x627b3db0 xt_unregister_table +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x77b7591b xt_replace_table +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x7bce4603 xt_data_to_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x7db88fbf xt_proto_fini +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 0x8a99aae9 xt_compat_match_offset +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x934f2e6e xt_request_find_match +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x9c995c69 xt_percpu_counter_alloc +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xa53d269e xt_check_target +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xa7c94f1d xt_compat_lock +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xb6a8d216 xt_register_table +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xba5ee89a xt_register_template +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xbfacb837 xt_percpu_counter_free +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xc4734792 xt_find_table_lock +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 0xda7533f8 xt_compat_target_to_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xddf68fc6 xt_find_revision +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xe8064a55 xt_hook_ops_alloc +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xf5e53453 xt_table_unlock +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xf6abeb06 xt_copy_counters +EXPORT_SYMBOL_GPL net/netfilter/xt_RATEEST 0x6b062e3e xt_rateest_put +EXPORT_SYMBOL_GPL net/netfilter/xt_RATEEST 0x867c5bb0 xt_rateest_lookup +EXPORT_SYMBOL_GPL net/nfc/nci/nci_spi 0x0a45431d nci_spi_send +EXPORT_SYMBOL_GPL net/nfc/nci/nci_spi 0x583cb68c nci_spi_allocate_spi +EXPORT_SYMBOL_GPL net/nfc/nci/nci_spi 0x8d39783e nci_spi_read +EXPORT_SYMBOL_GPL net/nfc/nci/nci_uart 0x60e68464 nci_uart_register +EXPORT_SYMBOL_GPL net/nfc/nci/nci_uart 0xa239e5e0 nci_uart_unregister +EXPORT_SYMBOL_GPL net/nfc/nci/nci_uart 0xcd0a1fd6 nci_uart_set_config +EXPORT_SYMBOL_GPL net/nsh/nsh 0x5e0c3e4e nsh_pop +EXPORT_SYMBOL_GPL net/nsh/nsh 0x81dd4dba nsh_push +EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0x32a43c12 ovs_vport_ops_unregister +EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0x40e14c67 __ovs_vport_ops_register +EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0x81d1d475 ovs_vport_alloc +EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0x849ae567 ovs_vport_free +EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0xc3104e66 ovs_netdev_link +EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0xf61a9029 ovs_netdev_tunnel_destroy +EXPORT_SYMBOL_GPL net/psample/psample 0x2ede21ad psample_group_take +EXPORT_SYMBOL_GPL net/psample/psample 0x56a3d798 psample_group_put +EXPORT_SYMBOL_GPL net/psample/psample 0x8237c26d psample_sample_packet +EXPORT_SYMBOL_GPL net/psample/psample 0xd819564f psample_group_get +EXPORT_SYMBOL_GPL net/qrtr/qrtr 0x6bc5b7c9 qrtr_endpoint_post +EXPORT_SYMBOL_GPL net/qrtr/qrtr 0x8d25501f qrtr_ns_remove +EXPORT_SYMBOL_GPL net/qrtr/qrtr 0x97248b11 qrtr_endpoint_unregister +EXPORT_SYMBOL_GPL net/qrtr/qrtr 0xa47e91ba qrtr_ns_init +EXPORT_SYMBOL_GPL net/qrtr/qrtr 0xc2a86581 qrtr_endpoint_register +EXPORT_SYMBOL_GPL net/rds/rds 0x00a467af rds_wq +EXPORT_SYMBOL_GPL net/rds/rds 0x073c8597 rds_atomic_send_complete +EXPORT_SYMBOL_GPL net/rds/rds 0x189da189 rds_send_path_reset +EXPORT_SYMBOL_GPL net/rds/rds 0x19affb52 rds_connect_complete +EXPORT_SYMBOL_GPL net/rds/rds 0x1f22704d rds_conn_drop +EXPORT_SYMBOL_GPL net/rds/rds 0x2a8c9457 rds_send_ping +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 0x44fd69a6 rds_inc_put +EXPORT_SYMBOL_GPL net/rds/rds 0x45a4781e rds_addr_cmp +EXPORT_SYMBOL_GPL net/rds/rds 0x47f537a7 rds_connect_path_complete +EXPORT_SYMBOL_GPL net/rds/rds 0x4b043120 rds_conn_create_outgoing +EXPORT_SYMBOL_GPL net/rds/rds 0x4ef10553 rds_send_path_drop_acked +EXPORT_SYMBOL_GPL net/rds/rds 0x57b01f4e rds_conn_destroy +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 0x6638b812 rds_recv_incoming +EXPORT_SYMBOL_GPL net/rds/rds 0x754e2665 rds_for_each_conn_info +EXPORT_SYMBOL_GPL net/rds/rds 0x788ef4da rds_cong_map_updated +EXPORT_SYMBOL_GPL net/rds/rds 0x8365a31e rds_inc_init +EXPORT_SYMBOL_GPL net/rds/rds 0x85e4e520 rds_stats_info_copy +EXPORT_SYMBOL_GPL net/rds/rds 0x887328c8 rds_info_register_func +EXPORT_SYMBOL_GPL net/rds/rds 0x9dcbbbf0 rds_page_remainder_alloc +EXPORT_SYMBOL_GPL net/rds/rds 0xa2bfe574 rds_conn_path_connect_if_down +EXPORT_SYMBOL_GPL net/rds/rds 0xa30d3967 rds_send_xmit +EXPORT_SYMBOL_GPL net/rds/rds 0xb380c8e8 rds_inc_path_init +EXPORT_SYMBOL_GPL net/rds/rds 0xb8a12f7c rds_send_drop_acked +EXPORT_SYMBOL_GPL net/rds/rds 0xc2dab779 rds_info_copy +EXPORT_SYMBOL_GPL net/rds/rds 0xc794d9b5 rds_conn_connect_if_down +EXPORT_SYMBOL_GPL net/rds/rds 0xc80182fa rds_trans_unregister +EXPORT_SYMBOL_GPL net/rds/rds 0xce70bd37 rds_message_addref +EXPORT_SYMBOL_GPL net/rds/rds 0xcf0cee23 rds_conn_path_drop +EXPORT_SYMBOL_GPL net/rds/rds 0xdcf7a83e rds_info_deregister_func +EXPORT_SYMBOL_GPL net/rds/rds 0xe42cedb9 rds_message_put +EXPORT_SYMBOL_GPL net/rds/rds 0xed5706a7 rds_message_unmapped +EXPORT_SYMBOL_GPL net/rds/rds 0xf4cb92ba rds_rdma_send_complete +EXPORT_SYMBOL_GPL net/rds/rds 0xfcd20b7a rds_trans_register +EXPORT_SYMBOL_GPL net/rds/rds 0xffd86dab rds_conn_create +EXPORT_SYMBOL_GPL net/sched/sch_pie 0x6ce9b467 pie_calculate_probability +EXPORT_SYMBOL_GPL net/sched/sch_pie 0xc7664277 pie_process_dequeue +EXPORT_SYMBOL_GPL net/sched/sch_pie 0xdfa919df pie_drop_early +EXPORT_SYMBOL_GPL net/sched/sch_taprio 0x19fe655b taprio_offload_free +EXPORT_SYMBOL_GPL net/sched/sch_taprio 0x78555058 taprio_offload_get +EXPORT_SYMBOL_GPL net/sctp/sctp 0x0c51619f sctp_for_each_endpoint +EXPORT_SYMBOL_GPL net/sctp/sctp 0x3282633c sctp_transport_traverse_process +EXPORT_SYMBOL_GPL net/sctp/sctp 0xf8c16912 sctp_transport_lookup_process +EXPORT_SYMBOL_GPL net/sctp/sctp 0xfceb8c7c sctp_get_sctp_info +EXPORT_SYMBOL_GPL net/smc/smc 0x18b9ac3d smc_proto +EXPORT_SYMBOL_GPL net/smc/smc 0x32894ca9 smc_unhash_sk +EXPORT_SYMBOL_GPL net/smc/smc 0x5c193aa7 smcd_unregister_dev +EXPORT_SYMBOL_GPL net/smc/smc 0x76ecf852 smcd_free_dev +EXPORT_SYMBOL_GPL net/smc/smc 0x7bdc4768 smcd_alloc_dev +EXPORT_SYMBOL_GPL net/smc/smc 0x8bd8e36b smcd_handle_event +EXPORT_SYMBOL_GPL net/smc/smc 0x94bd8b08 smc_hash_sk +EXPORT_SYMBOL_GPL net/smc/smc 0xad848f2f smc_proto6 +EXPORT_SYMBOL_GPL net/smc/smc 0xeaa4c3bc smcd_handle_irq +EXPORT_SYMBOL_GPL net/smc/smc 0xf7fa415b smcd_register_dev +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x099fba1d svcauth_gss_register_pseudoflavor +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x0e6c5767 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 0x9582cdc6 gss_mech_register +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0xce48f78f svcauth_gss_flavor +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0xd7673035 g_verify_token_header +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x022323b1 svc_set_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x02b6781d rpc_delay +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x02f2ceb0 rpc_max_payload +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x031c3b6e sunrpc_cache_lookup_rcu +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x05cb1011 svc_fill_write_vector +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x05d417aa sunrpc_cache_pipe_upcall_timeout +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 0x06fef327 xprt_reconnect_backoff +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x07ade584 rpc_wait_for_completion_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x08627400 rpcauth_unwrap_resp_decode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x09fbab6d rpc_call_null +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0a2ae14d xprt_wait_for_reply_request_rtt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0ab66d21 xprt_complete_rqst +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0ac37ea2 xprt_setup_backchannel +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0c86b5fb xprt_get +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0ddf9496 xdr_decode_word +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x107fafae rpc_malloc +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x10f6a802 xprt_free +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x11296ab0 xdr_init_encode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x129d9c69 xdr_inline_decode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x12a60987 rpc_sleep_on_priority_timeout +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x149f2e11 svc_authenticate +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x14e919a2 rpc_peeraddr2str +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1512018e xdr_init_encode_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x153073f5 xdr_reserve_space +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x157cc9fb rpc_shutdown_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x16f577ed xdr_stream_zero +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x170af732 rpc_localaddr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x19c15a0c rpc_release_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x19c2c978 cache_destroy_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1ad19ec0 svc_xprt_names +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1b10bc93 rpc_num_bc_slots +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1ba6ef7b rpc_clnt_manage_trunked_xprts +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1dfca6c7 rpc_create +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1e057d8c svc_auth_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1e119a79 rpcauth_get_pseudoflavor +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1f58ade5 rpc_wake_up_queued_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1ffd690a rpc_clnt_setup_test_and_add_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x20537409 rpc_wake_up_first +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2084851e xdr_inline_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x20a254c3 xprt_wait_for_reply_request_def +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x22c88ffa rpc_killall_tasks +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x24e1ee45 rpc_restart_call +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x25b87266 rpc_init_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2680d9d2 rpc_clnt_xprt_switch_has_addr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2919b156 xdr_decode_string_inplace +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x293e91d9 xprt_lookup_rqst +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2e62d52c __xdr_commit_encode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2eda3df7 rpc_clnt_add_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2ee7d7ef rpc_net_ns +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2f23f8d8 rpc_clnt_swap_deactivate +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2f678f04 svc_rpcb_setup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x30ee9f7b rpc_peeraddr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3135f9b0 svc_proc_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x31a89d59 rpc_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x32bc7ba7 rpc_count_iostats_metrics +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x33d7e253 svc_wake_up +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x33ef3733 svc_xprt_put +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3421e9f3 xprt_request_get_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x34d184de rpc_wake_up_status +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x35c02ecc svc_sock_update_bufs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x368bed18 rpc_alloc_iostats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3774a3ac xprt_unlock_connect +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x387e1639 rpc_pipefs_notifier_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x387f1675 rpc_mkpipe_dentry +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x38e658e5 svc_rqst_free +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3a1f205a rpc_max_bc_payload +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3a8d6d8d xdr_stream_subsegment +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3b4d67fb svc_unreg_xprt_class +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3bb31eac svc_generic_init_request +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3d39b8fc rpcb_getport_async +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3d49e6e0 rpc_setbufsize +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3f618c0d svc_proc_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3f9a2b0b rpcauth_get_gssinfo +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3fcd7019 rpc_sleep_on_priority +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x415eb1b3 svc_bind +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x41ceb2be svc_xprt_copy_addrs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x42959bd5 rpcauth_init_credcache +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x42ccbed2 sunrpc_cache_unhash +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x431b0a72 svc_xprt_deferred_close +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x46ab0111 svc_reserve +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x48b567e9 rpc_task_release_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x48f7bc3e svc_xprt_create +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4afedab1 xprtiod_workqueue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4b62864d rpc_clnt_test_and_add_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4bc1cc24 xdr_decode_array2 +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4c186714 cache_seq_next_rcu +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4c9f2bb1 xprt_update_rtt +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 0x4f4f4b9d svc_xprt_init +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x53445f68 nlm_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x549c0738 rpc_ntop +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x54bdc528 xprt_disconnect_done +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5524973f svc_encode_result_payload +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5630fc5d xdr_init_decode_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x56e47417 rpc_unlink +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5a45ba31 svc_auth_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5aeeef2f rpc_restart_call_prepare +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5de3a07d svc_xprt_destroy_all +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5de45608 svc_fill_symlink_pathname +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5eb3cf35 rpc_d_lookup_sb +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x609202f9 rpc_task_gfp_mask +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x60f484d7 rpc_bind_new_program +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6137659b svc_recv +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x637d54c5 xprt_reconnect_delay +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x63aff74d xdr_buf_subsegment +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x63f2eb5e svc_exit_thread +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x64d4eeba rpc_proc_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6530ce52 _copy_from_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x653dd75d svc_print_addr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x653e91ba cache_seq_start_rcu +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x657a0926 xprt_add_backlog +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x66278489 xdr_page_pos +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6639a3bd svc_addsock +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x66cf45a2 rpcauth_lookup_credcache +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x66ed2439 rpc_destroy_wait_queue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x684efc4c svc_xprt_close +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x691294c4 svcauth_unix_set_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x694c9774 xprt_adjust_cwnd +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6989f16c gssd_running +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6b7afd65 xprt_free_slot +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6c02aceb xprt_wait_for_buffer_space +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x71bc40e3 rpc_wake_up +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x71f9cb48 rpc_switch_client_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x71fa908a cache_flush +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x72542a7d svc_rqst_alloc +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x728ef472 rpc_clnt_iterate_for_each_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x73a9c669 rpc_call_sync +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x74510b7e rpc_count_iostats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x74a88f4b rpc_uaddr2sockaddr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7519fbca rpc_proc_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x755411a3 rpcauth_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x789649bf xprt_lock_connect +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x796b3d2c rpc_clnt_xprt_switch_remove_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7985e852 xprt_release_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x79eb5267 svc_create_pooled +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7d82726e svc_seq_show +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7de53067 rpc_init_rtt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7ea4f33c csum_partial_copy_to_xdr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7ff9857a sunrpc_cache_register_pipefs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8005b90c svc_generic_rpcbind_set +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x82eeaa35 rpc_exit +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8400bf61 svc_rqst_replace_page +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8481547f rpc_run_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8bfe4161 rpc_destroy_pipe_data +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8c210b9f cache_register_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8f80daa2 cache_unregister_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x91c8b182 xprt_unregister_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x92857324 xdr_enter_page +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x95486f22 xprt_unpin_rqst +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9670b5a1 rpc_free_iostats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x987946ca xdr_stream_move_subsegment +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x98a8a69c rpcauth_wrap_req_encode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x99aee353 rpc_init_priority_wait_queue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9a54b4ca rpc_pton +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9b28a9b3 sunrpc_init_cache_detail +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9d50af67 rpc_mkpipe_data +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9dc7c7a2 auth_domain_put +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9e2bbc9f xprt_alloc +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9ef7607c xdr_stream_decode_string +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9f69b281 rpc_wake_up_next +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9f986add write_bytes_to_xdr_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa1971479 rpc_prepare_reply_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa20113b1 rpc_task_timeout +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa24ca955 xprt_destroy_backchannel +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa3789094 xprt_wake_pending_tasks +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa3fd1a1e rpcauth_stringify_acceptor +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa749db71 sunrpc_cache_pipe_upcall +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa7bc1f61 xprt_register_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xaafcb9b3 xdr_encode_array2 +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xac284296 cache_check +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xad04dcee svc_xprt_enqueue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xaeb2517c cache_create_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xaefe08cd rpcauth_init_cred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xaf5bf6ef nfs_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb226d8fb rpc_clnt_probe_trunked_xprts +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb39b9ae5 xdr_stream_decode_opaque +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb51a3724 rpc_pipefs_notifier_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb5d65550 rpc_clnt_disconnect +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb8f3cb2a svc_find_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb9f48747 sunrpc_cache_update +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbaa98c39 rpcauth_create +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbbebbd8a rpc_remove_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbc9e38f1 xdr_shift_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbcaf444b xprt_release_rqst_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbf46b1e5 svcauth_unix_purge +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbf94e451 xprt_put +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbf9d1b96 nfsd_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbfa3ecef xdr_process_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc047368b xdr_stream_decode_opaque_dup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc07700d3 xprt_reserve_xprt_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc0908dd0 svc_destroy +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc0a90c99 svc_rpcb_cleanup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc12435e3 rpc_calc_rto +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc1279d50 cache_purge +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc212e5e3 sunrpc_cache_unregister_pipefs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc48d1637 rpc_machine_cred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc4b77419 svc_reg_xprt_class +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc5ecb3e9 unix_domain_find +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc893ea12 xprt_wake_up_backlog +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc8e96dea qword_addhex +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcb3f3af7 svc_age_temp_xprts_now +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcc924aa8 rpc_find_or_alloc_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xce678a59 xdr_decode_netobj +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcf6e1913 xprt_pin_rqst +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd0145136 auth_domain_lookup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd051ac4b auth_domain_find +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd1dffb83 svc_rpcbind_set_version +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd1ec1503 rpc_force_rebind +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd1faabc8 rpc_add_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd2296289 rpc_clone_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd2e9f2f7 rpc_call_start +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd2ed0902 rpc_init_pipe_dir_head +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd3499390 rpc_put_task_async +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd3c20a0b xdr_reserve_space_vec +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd68e1cc6 xprt_release_xprt_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd6d2ce70 svc_xprt_received +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd716d93c xdr_buf_from_iov +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd7a19bc9 rpc_clone_client_set_auth +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd7d474b9 rpcauth_destroy_credcache +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd9d5916e bc_svc_process +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdb11a409 rpc_pipe_generic_upcall +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdb986639 rpc_clnt_xprt_switch_put +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdd691402 xprt_find_transport_ident +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdeda7248 rpc_clnt_show_stats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdee3b95c rpc_free +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe0074ec4 xdr_encode_word +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe094908a xdr_set_pagelen +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe0ca1999 xdr_terminate_string +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe133ba3c rpc_clnt_swap_activate +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe2ac2237 xdr_stream_pos +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe2ef211d xdr_buf_trim +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe36fd626 read_bytes_from_xdr_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe449a12a rpcauth_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe5919cb1 xdr_encode_opaque +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe806a057 rpc_put_sb_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe97f4ce5 qword_get +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xea8a3bc3 svc_process +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xea8c2bfd xprt_force_disconnect +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xec4e0dcb xprt_alloc_slot +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xec77d434 xprt_reserve_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xecc8f82c svc_max_payload +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xecdbfa81 rpc_call_async +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xedcf6be4 qword_add +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xee33f679 rpc_queue_upcall +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xee491916 sunrpc_destroy_cache_detail +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xee8f6df8 svc_set_num_threads +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xeeacab69 rpc_update_rtt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xef459b35 xprt_write_space +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf02bb344 rpc_cancel_tasks +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf0442f9f rpc_get_sb_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf0b7775d rpc_init_wait_queue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf0d4a3fa cache_seq_stop_rcu +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf1ad95a5 rpc_put_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf3623c9e xdr_init_decode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf55541d5 rpc_sleep_on_timeout +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf5ddfa7f svc_create +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf5e9b040 xdr_write_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf6e1f5f3 svc_drop +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf800bff7 rpc_set_connect_timeout +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf92d9621 xdr_stream_decode_string_dup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfb5d9538 xdr_read_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfbca939f rpc_sleep_on +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfbf7015c rpc_clnt_xprt_switch_add_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfc5b5433 put_rpccred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfd740394 rpcauth_lookupcred +EXPORT_SYMBOL_GPL net/tls/tls 0x9ef5c0ec tls_device_sk_destruct +EXPORT_SYMBOL_GPL net/tls/tls 0xc06ed4a7 tls_encrypt_skb +EXPORT_SYMBOL_GPL net/tls/tls 0xe9afd5cf tls_offload_tx_resync_request +EXPORT_SYMBOL_GPL net/tls/tls 0xeda6bade tls_validate_xmit_skb +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x039b5040 virtio_transport_notify_send_pre_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 0x1383799a virtio_transport_stream_dequeue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x1ac55949 virtio_transport_notify_send_post_enqueue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x1c71a745 virtio_transport_seqpacket_dequeue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x1d7a8ce2 virtio_transport_stream_rcvhiwat +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x1ee636c2 virtio_transport_notify_recv_post_dequeue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x25621b22 virtio_transport_notify_recv_init +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x2814298f virtio_transport_notify_buffer_size +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x32b93cea virtio_transport_notify_poll_in +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x32baf53f virtio_transport_stream_enqueue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x3c575636 virtio_transport_dgram_enqueue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x4179b670 virtio_transport_do_socket_init +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x48685965 virtio_transport_notify_poll_out +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x5ca58897 virtio_transport_seqpacket_enqueue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x6c8717b0 virtio_transport_seqpacket_has_data +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x7333daca virtio_transport_destruct +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x907684ad virtio_transport_inc_tx_pkt +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x93dc28a4 virtio_transport_recv_pkt +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x9abc2603 virtio_transport_dgram_dequeue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x9c2569da virtio_transport_deliver_tap_pkt +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xa1a77f6f virtio_transport_connect +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xa6ec8855 virtio_transport_stream_has_data +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 0xbb03b6f8 virtio_transport_get_credit +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xbfa36133 virtio_transport_free_pkt +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xc53f19da virtio_transport_notify_send_pre_block +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xcfe20536 virtio_transport_put_credit +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xd5322298 virtio_transport_notify_recv_pre_dequeue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xdacb02ac virtio_transport_notify_send_init +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xdb914c1e virtio_transport_notify_recv_pre_block +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xdd83255a virtio_transport_release +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xddb41e7a virtio_transport_shutdown +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xe412ce38 virtio_transport_dgram_bind +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xe73ed26f virtio_transport_stream_is_active +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xf8f08c91 virtio_transport_stream_has_space +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x03fa9f13 vsock_remove_pending +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x0aa7e4ba vsock_stream_has_data +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x0aacb18a vsock_core_register +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x0e9bc9b6 vsock_addr_unbind +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x0edb68e1 vsock_create_connected +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x125dbe36 vsock_add_tap +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x12c03a2f vsock_core_unregister +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x27f4954e vsock_data_ready +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x284e07d8 vsock_bind_table +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x38176386 vsock_find_bound_socket +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x3b5f5cf9 vsock_enqueue_accept +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x3d4b0fca vsock_addr_init +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x4b73243d vsock_insert_connected +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x4b99648c vsock_addr_bound +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x4d0a2ad2 vsock_add_pending +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x57b589ed vsock_find_connected_socket +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x5f35b053 vsock_stream_has_space +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x645ba726 vsock_remove_bound +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x813e9bd0 vsock_remove_tap +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x832a7ee3 vsock_remove_sock +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x90aa8549 vsock_find_cid +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x980c4cb4 vsock_remove_connected +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x9aa54a2a vsock_deliver_tap +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 0xc92f7f50 vsock_table_lock +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xdded97a4 vsock_for_each_connected_socket +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xded36b79 vsock_assign_transport +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xe384757b vsock_core_get_transport +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xec96eadf vsock_addr_validate +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x2351b58f cfg80211_wext_giwname +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x32ac2d50 cfg80211_wext_giwmode +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x3db2877d cfg80211_wext_giwfrag +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x4b00e833 cfg80211_wext_siwscan +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x5abf0ce3 cfg80211_wext_siwrts +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x5b5bbf25 cfg80211_vendor_cmd_reply +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x5b5bc9c9 cfg80211_pmsr_complete +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x62e07712 cfg80211_wext_giwscan +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x6504faa0 cfg80211_pmsr_report +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x7c55beb0 cfg80211_wext_giwrts +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xc0e8c7ac cfg80211_wext_siwmode +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xc81d205c cfg80211_shutdown_all_interfaces +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xcadf9a6a cfg80211_wext_giwrange +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xcd627f88 cfg80211_vendor_cmd_get_sender +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xcff66d81 cfg80211_wext_siwfrag +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xe1ff4549 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 0x40bc1903 ipcomp_input +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0x74e2f1ea ipcomp_init_state +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0xc370c1cd ipcomp_output +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0xddaa0039 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 0x3c288dd9 snd_ac97_reset +EXPORT_SYMBOL_GPL sound/core/seq/snd-seq 0xadb51cff snd_seq_client_ioctl_unlock +EXPORT_SYMBOL_GPL sound/core/seq/snd-seq 0xe50413d7 snd_seq_client_ioctl_lock +EXPORT_SYMBOL_GPL sound/core/snd 0x004b1cc8 snd_ctl_activate_id +EXPORT_SYMBOL_GPL sound/core/snd 0x0b7f9e98 snd_ctl_apply_vmaster_followers +EXPORT_SYMBOL_GPL sound/core/snd 0x0caa6cda snd_device_initialize +EXPORT_SYMBOL_GPL sound/core/snd 0x3a888751 snd_card_disconnect_sync +EXPORT_SYMBOL_GPL sound/core/snd 0x575fdd3e snd_device_disconnect +EXPORT_SYMBOL_GPL sound/core/snd 0x5af762f1 snd_fasync_free +EXPORT_SYMBOL_GPL sound/core/snd 0x69235776 snd_power_ref_and_wait +EXPORT_SYMBOL_GPL sound/core/snd 0x7ece9401 snd_card_free_on_error +EXPORT_SYMBOL_GPL sound/core/snd 0x7f9b4018 snd_ctl_add_vmaster_hook +EXPORT_SYMBOL_GPL sound/core/snd 0x846cbe25 snd_ctl_disconnect_layer +EXPORT_SYMBOL_GPL sound/core/snd 0x98b75c19 snd_card_rw_proc_new +EXPORT_SYMBOL_GPL sound/core/snd 0xa21e20bc snd_card_ref +EXPORT_SYMBOL_GPL sound/core/snd 0xa5862aa2 snd_card_add_dev_attr +EXPORT_SYMBOL_GPL sound/core/snd 0xb70a07d5 snd_device_get_state +EXPORT_SYMBOL_GPL sound/core/snd 0xb9e0e334 snd_ctl_sync_vmaster +EXPORT_SYMBOL_GPL sound/core/snd 0xca83817f snd_devm_card_new +EXPORT_SYMBOL_GPL sound/core/snd 0xd5ddb767 snd_ctl_get_preferred_subdevice +EXPORT_SYMBOL_GPL sound/core/snd 0xe3c7f9d9 snd_fasync_helper +EXPORT_SYMBOL_GPL sound/core/snd 0xefafd23a snd_ctl_register_layer +EXPORT_SYMBOL_GPL sound/core/snd 0xf8f2a4eb snd_kill_fasync +EXPORT_SYMBOL_GPL sound/core/snd 0xfaf598c6 snd_ctl_request_layer +EXPORT_SYMBOL_GPL sound/core/snd-compress 0x2e24549b snd_compress_new +EXPORT_SYMBOL_GPL sound/core/snd-compress 0xcb5f85b5 snd_compr_stop_error +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x04e1b99f snd_pcm_std_chmaps +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x090712f8 _snd_pcm_stream_lock_irqsave +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x09e913c1 snd_pcm_alt_chmaps +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x2d0701d9 _snd_pcm_stream_lock_irqsave_nested +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x395f5150 snd_pcm_stream_unlock +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x4377930a snd_pcm_stream_unlock_irq +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x45dcad00 snd_pcm_stream_unlock_irqrestore +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x46d21c55 snd_pcm_fill_iec958_consumer +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x59510687 snd_devm_alloc_dir_pages +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 0x71ddadf6 snd_pcm_hw_constraint_eld +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x77bd9b47 snd_pcm_stream_lock +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x8d864069 snd_pcm_rate_range_to_bits +EXPORT_SYMBOL_GPL sound/core/snd-pcm 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 0xb973478f snd_dma_buffer_sync +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0xca1b7729 snd_pcm_stop_xrun +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0xe5d8108c snd_pcm_add_chmap_ctls +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0xe868c4e8 snd_pcm_lib_default_mmap +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0xefad1243 snd_pcm_stream_lock_irq +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x00396b76 snd_dmaengine_pcm_get_chan +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x272828f2 snd_dmaengine_pcm_trigger +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x272cab46 snd_dmaengine_pcm_close_release_chan +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x2eaa6023 snd_dmaengine_pcm_pointer_no_residue +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x2fa1c974 snd_hwparams_to_dma_slave_config +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x497ec45f snd_dmaengine_pcm_open_request_chan +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x610d7529 snd_dmaengine_pcm_pointer +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x6527636f snd_dmaengine_pcm_close +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x7a8a07b9 snd_dmaengine_pcm_open +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x91c4f2ae snd_dmaengine_pcm_set_config_from_dai_data +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0xe49474fa snd_dmaengine_pcm_request_channel +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0xe7820194 snd_dmaengine_pcm_refine_runtime_hwparams +EXPORT_SYMBOL_GPL sound/core/snd-seq-device 0x1983560b __snd_seq_driver_register +EXPORT_SYMBOL_GPL sound/core/snd-seq-device 0x3c490fde snd_seq_driver_unregister +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0x06c5e251 amdtp_am824_init +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0x0afe3685 amdtp_domain_add_stream +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0x1e9801bc amdtp_domain_stream_pcm_pointer +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0x777cf323 amdtp_am824_set_midi_position +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0x8256196b amdtp_am824_add_pcm_hw_constraints +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0x8ab8399f amdtp_am824_set_parameters +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0x90e0f6f7 amdtp_domain_destroy +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0xc213a1df amdtp_domain_start +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0xc3f83ca9 amdtp_domain_stream_pcm_ack +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0xc5c13854 amdtp_am824_set_pcm_position +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0xef0b3f70 amdtp_am824_midi_trigger +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0xf7b46579 amdtp_domain_stop +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0xf85b29a6 amdtp_domain_init +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x005066d2 snd_hdac_ext_stream_decouple_locked +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x0c4059df snd_hdac_ext_bus_link_power_down_all +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x1441e994 snd_hdac_ext_bus_link_clear_stream_id +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x18ecd243 snd_hdac_ext_stream_setup +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x19487eca snd_hdac_ext_bus_ppcap_enable +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x2237cf12 snd_hdac_ext_stream_assign +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x33d3454a snd_hdac_ext_bus_device_remove +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x445dc2a7 snd_hdac_ext_bus_exit +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x531f92c2 snd_hdac_ext_stream_start +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x5e637d02 snd_hdac_ext_bus_get_hlink_by_name +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x6a977e19 snd_hdac_ext_stream_decouple +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x71c62799 snd_hdac_ext_bus_link_power +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x7410d89a snd_hdac_ext_bus_ppcap_int_enable +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x772c75e0 snd_hda_ext_driver_unregister +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x77f67c27 snd_hdac_ext_stream_release +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x7d45a098 snd_hdac_ext_stream_init_all +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x8093b87e snd_hdac_ext_bus_link_power_down +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x82e22b2c snd_hdac_ext_bus_link_power_up +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x8a58fdc2 snd_hda_ext_driver_register +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x8ec1559a snd_hdac_ext_bus_link_power_up_all +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x9a815dbd snd_hdac_ext_bus_link_put +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x9cc45c46 snd_hdac_ext_bus_link_set_stream_id +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x9e17e586 snd_hdac_ext_cstream_assign +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xa321e112 snd_hdac_ext_stream_free_all +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xa9a3fdc7 snd_hdac_ext_bus_init +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xcbfc036f snd_hdac_ext_bus_get_ml_capabilities +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xd2fd8229 snd_hdac_ext_link_free_all +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xec18e4b7 snd_hdac_ext_stream_reset +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xeda9ce38 snd_hdac_ext_bus_get_hlink_by_addr +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xf605448a snd_hdac_ext_stream_clear +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xfd031172 snd_hdac_ext_bus_link_get +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x05636f93 snd_hdac_aligned_read +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x0aea08dc snd_hdac_check_power_state +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x0afcea89 snd_hdac_regmap_sync +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x115175ab snd_hdac_acomp_register_notifier +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x1488641f snd_hdac_aligned_write +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x1817a4e7 snd_hdac_stream_wait_drsm +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x1aee712b snd_hdac_stream_stop +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x1fa8b1aa snd_hdac_override_parm +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x20dce5b0 snd_hdac_codec_read +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x2162d5bb snd_hdac_codec_link_up +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x216f4299 hdac_get_device_id +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x22c11e6b snd_hdac_bus_update_rirb +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x23ed7172 snd_hdac_regmap_update_raw +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x23f20c81 snd_hdac_stream_timecounter_init +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x267f30c8 snd_hdac_codec_modalias +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x270e0343 snd_hdac_bus_handle_stream_irq +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x28b7a936 snd_hdac_stream_set_lpib +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x2b303825 snd_hdac_stream_sync_trigger +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x2b4c2923 snd_hdac_display_power +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x2db6aa78 snd_hdac_read +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x2edbaa41 snd_hdac_stream_reset +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x2efd64e4 snd_hdac_add_chmap_ctls +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x3056023d snd_hdac_dsp_cleanup +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x3bba1c37 snd_hdac_power_down_pm +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x3bd544c2 snd_hdac_get_active_channels +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x3d3c7dd3 snd_hdac_bus_free_stream_pages +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x3e3c9491 snd_hdac_regmap_read_raw +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x3f285c19 snd_hdac_stop_streams_and_chip +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x412f13d6 snd_hdac_bus_init_chip +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x4c7ec4b6 snd_hdac_get_ch_alloc_from_ca +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x4cb8b1c9 snd_hdac_stream_start +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x5091baaf snd_hdac_bus_stop_chip +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x5238fe3c snd_hdac_device_set_chip_name +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x52622f9a snd_hdac_query_supported_pcm +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x540503d4 snd_hdac_dsp_prepare +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x54dc07c5 snd_hdac_power_down +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x595a6a44 snd_hdac_regmap_write_raw +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x5a71e69a snd_hdac_stop_streams +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x5a970a40 snd_hdac_stream_setup +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x5ac75305 snd_hdac_stream_release +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x5c07cb49 snd_hdac_calc_stream_format +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x635539e4 snd_hdac_stream_set_spib +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x65f0594b snd_hdac_device_register +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x6730f88d snd_hdac_bus_send_cmd +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x676e9d1d snd_hdac_codec_write +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x67bfe791 snd_hdac_spk_to_chmap +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x6ba01168 snd_hdac_acomp_exit +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x6fbe3326 snd_hdac_sync_power_state +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x6fd8f025 snd_hdac_get_stream_stripe_ctl +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x75da051e snd_hdac_get_connections +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x77c754a8 snd_hdac_chmap_to_spk_mask +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x7cc48a8c snd_hdac_device_exit +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x804419fb snd_hdac_bus_alloc_stream_pages +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x808b1bb6 snd_hdac_stream_setup_periods +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x810ad08b snd_hdac_regmap_update_raw_once +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x82f1f71c snd_hdac_power_up +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x866290ea snd_hdac_bus_init +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x8679615b snd_hdac_acomp_get_eld +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x869af6fa snd_hdac_stream_spbcap_enable +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x8905063c snd_hdac_setup_channel_mapping +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x8b75ddea snd_hdac_bus_init_cmd_io +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x90ba6315 snd_hdac_regmap_init +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x93d4d408 snd_hdac_bus_link_power +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x944fb211 snd_hdac_stream_release_locked +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x950caa0c snd_hdac_sync_audio_rate +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x99f3980d snd_hdac_refresh_widgets +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x9a3106ec snd_hdac_register_chmap_ops +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x9a8e1877 snd_array_free +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x9bd15052 snd_hdac_bus_exit_link_reset +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x9ce85bb1 snd_hdac_bus_reset_link +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xa068b878 snd_hdac_stream_set_params +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xa24b0ef4 snd_hdac_stream_cleanup +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xa69e522b snd_hdac_codec_link_down +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xa779b95e snd_hdac_get_sub_nodes +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xa9e60d0f snd_hdac_bus_exec_verb_unlocked +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xa9e990fd snd_hdac_dsp_trigger +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xabdedb32 snd_hdac_set_codec_wakeup +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xafcceaf1 snd_hdac_stream_get_spbmaxfifo +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xb44e1e18 snd_hdac_channel_allocation +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xb7131c23 snd_hdac_regmap_exit +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xbcad2109 _snd_hdac_read_parm +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xbe7530d0 snd_hdac_stream_assign +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xbe7dd7dc snd_array_new +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xbea50ade snd_hdac_stream_sync +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xc74383c5 snd_hdac_get_stream +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xca1b0226 snd_hdac_bus_parse_capabilities +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xcce370c1 snd_hdac_bus_get_response +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xced97c77 snd_hdac_bus_exit +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xd3cf603c snd_hda_bus_type +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xd9851830 snd_hdac_acomp_init +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xdd67eb7f snd_hdac_read_parm_uncached +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xdecd4ed4 snd_hdac_device_unregister +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xe4226b0f snd_hdac_device_init +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xe4e07754 snd_hdac_print_channel_allocation +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xe7d11f9f snd_hdac_bus_enter_link_reset +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xe881af96 snd_hdac_power_up_pm +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xefbad863 snd_hdac_stream_init +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xf2f52806 snd_hdac_stream_set_dpibr +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xf30163fe snd_hdac_is_supported_format +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xf88ea12e snd_hdac_bus_stop_cmd_io +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xfafd56c5 snd_hdac_stream_drsm_enable +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xfdb629ee snd_hdac_regmap_add_vendor_verb +EXPORT_SYMBOL_GPL sound/hda/snd-intel-dspcfg 0x1c5a2b47 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 0x6e69d107 intel_nhlt_init +EXPORT_SYMBOL_GPL sound/hda/snd-intel-dspcfg 0xb960793f intel_nhlt_get_dmic_geo +EXPORT_SYMBOL_GPL sound/hda/snd-intel-dspcfg 0xbadc78ae snd_intel_dsp_driver_probe +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0x2ec88344 snd_ak4113_check_rate_and_errors +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0x55dd0153 snd_ak4113_reinit +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0x7c75fe87 snd_ak4113_external_rate +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0xbe487d80 snd_ak4113_build +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0xdb6dad58 snd_ak4113_create +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0xfe47fbf8 snd_ak4113_reg_write +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x00e2ba38 snd_hda_attach_beep_device +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x00f4e578 snd_hda_codec_prepare +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x03fe7773 snd_hda_add_vmaster_hook +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x0501a94d snd_hda_ctl_add +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x05830259 snd_hda_codec_get_pincfg +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 0x0d92d21b snd_hda_enum_helper_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x0de7e811 snd_hda_get_num_devices +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x0e9babab hda_codec_driver_unregister +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x10f28a94 snd_hda_add_nid +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x11b26ec1 azx_get_pos_posbuf +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x1271720d snd_hda_spdif_out_of_nid +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x13c1c923 snd_hda_codec_parse_pcms +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x13d0bfdd snd_hda_get_dev_select +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x15478269 snd_hda_add_new_ctls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x1702f30b snd_hda_jack_set_dirty_all +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x1987995b azx_init_chip +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x1aba243d snd_hda_mixer_amp_switch_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x1b6b24d0 snd_hda_get_int_hint +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x1cd10053 snd_hda_codec_get_pin_target +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x1cd73031 snd_hda_add_verbs +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x1e5988ac snd_hda_load_patch +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x2b8fd9ca snd_hda_jack_add_kctls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x2e13b02b snd_hda_mixer_amp_switch_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x2fe1698f __snd_hda_add_vmaster +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x373ce169 azx_get_pos_lpib +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x37727bf4 snd_hda_pick_pin_fixup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x38ce402b azx_interrupt +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x3c03cfa7 snd_hda_add_imux_item +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x3e66455c _snd_hda_set_pin_ctl +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x3ff133e5 snd_hda_codec_device_new +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x417e625f snd_hda_get_conn_index +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4195bc1e snd_hda_multi_out_analog_open +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x43a9f11f azx_free_streams +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x45f72b81 snd_hda_mixer_amp_volume_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x463a889f snd_hda_codec_pcm_new +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x48bf3f63 snd_hda_create_dig_out_ctls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x49b993bd snd_hda_codec_setup_stream +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x49f8f83b snd_hda_unlock_devices +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4a01b5a1 snd_hda_mixer_amp_switch_get_beep +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4bba4e9a snd_hda_codec_set_power_save +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4cf568de azx_codec_configure +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4d9e11e2 snd_hda_apply_verbs +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4f7e94cf snd_hda_shutup_pins +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x5416fcc8 azx_probe_codecs +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x543a7225 __snd_hda_apply_fixup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x561ec748 snd_hda_sequence_write +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x56259da6 snd_hda_apply_fixup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x597f1f50 snd_hda_codec_set_power_to_all +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x5bb81e86 is_jack_detectable +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x5dadae32 snd_hda_codec_amp_stereo +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x615ac287 snd_hda_lock_devices +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x6593538d snd_hda_codec_amp_update +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x669b1d3d snd_hda_correct_pin_ctl +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x671a633c snd_hda_get_hint +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x69dc13c8 snd_hda_jack_add_kctl_mst +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x715ebf97 snd_hda_mixer_amp_volume_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x77d3cb83 snd_hda_find_mixer_ctl +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x78c5049e snd_hda_apply_pincfgs +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x7e44fe68 azx_stop_all_streams +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x811f651e snd_hda_jack_detect_enable +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x814de5ce snd_hda_multi_out_dig_close +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x83c1f8e2 snd_hda_spdif_ctls_unassign +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x848391e8 snd_hda_codec_set_pin_target +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x864b282c snd_hda_multi_out_dig_cleanup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x8722115c snd_hda_codec_set_name +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x8b7096ad snd_hda_input_mux_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x8c62a001 snd_hda_create_spdif_share_sw +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x8c7a8c64 snd_hda_detach_beep_device +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x8fcedbc5 snd_hda_jack_poll_all +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x932d84f8 snd_hda_get_connections +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x932d944a snd_hda_get_bool_hint +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x93dd6643 snd_hda_jack_report_sync +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x957b5358 snd_hda_multi_out_dig_open +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x967db081 snd_hda_codec_cleanup_for_unbind +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x9b418aa0 snd_hda_codec_load_dsp_trigger +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x9b46cab7 snd_hda_codec_build_controls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x9c518a82 snd_hda_codec_update_widgets +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x9e45d139 snd_hda_codec_unregister +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x9ee854b9 snd_hda_codec_eapd_power_filter +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x9f006fdd snd_hda_set_vmaster_tlv +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa17e7042 snd_hda_check_amp_list_power +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa44c6bff azx_bus_init +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa6c444c0 snd_hda_set_dev_select +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa8eb54b4 snd_hda_jack_tbl_get_mst +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xabb73c61 snd_hda_mixer_amp_switch_get +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xadeebb18 snd_hda_override_conn_list +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb2acd5a2 snd_hda_jack_tbl_get_from_tag +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb622a568 azx_init_streams +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xbb44fc49 snd_hda_jack_set_gating_jack +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xbc2466e9 snd_hda_enable_beep_device +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xbd5d95a6 snd_hda_codec_configure +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xbd780d21 snd_hda_parse_pin_defcfg +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xbe58b998 snd_hda_jack_unsol_event +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xbf73249d snd_hda_override_amp_caps +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc11e4184 snd_hda_codec_cleanup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc3a03ccf snd_hda_codec_register +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc50e2559 snd_hda_jack_pin_sense +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc9278724 hda_get_autocfg_input_label +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd3538fa1 snd_hda_jack_bind_keymap +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd54b5b3c snd_hda_create_spdif_in_ctls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd6f48d29 snd_hda_multi_out_analog_prepare +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd749e4b1 snd_hda_mixer_amp_switch_put_beep +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xda790715 azx_stop_chip +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xdabaf497 snd_hda_codec_amp_init +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xdc2abd48 snd_hda_codec_set_pincfg +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xdfb77c99 query_amp_caps +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe118de5d snd_pcm_2_1_chmaps +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe32d88df snd_hda_codec_device_init +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe524d173 snd_hda_jack_detect_enable_callback_mst +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe6c10c42 snd_hda_codec_load_dsp_prepare +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe6d0ee53 snd_hda_codec_amp_init_stereo +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe7de3b93 snd_hda_multi_out_dig_prepare +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xeaec5fca snd_hda_get_pin_label +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xeb9bbea5 snd_hda_get_default_vref +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xebf6c3bc snd_hda_multi_out_analog_cleanup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xed409d6f azx_get_position +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xeda3a721 snd_print_pcm_bits +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf1bd7fe8 snd_hda_codec_new +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf39c47ad snd_hda_codec_load_dsp_cleanup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf4bd2ac2 snd_hda_mixer_amp_tlv +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf4fa33dd snd_hda_mixer_amp_volume_get +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf5ff4ff8 snd_hda_spdif_ctls_assign +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf658591b __hda_codec_driver_register +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf7a4c897 snd_hda_check_amp_caps +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf7a8d747 snd_hda_pick_fixup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf7ea84a9 snd_hda_set_power_save +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf86de5e5 snd_hda_sync_vmaster_hook +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf882c8d5 snd_hda_get_conn_list +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf8dc35ac snd_hda_input_mux_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xfb6e596b snd_hda_codec_pcm_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xfeda2e2c __snd_hda_codec_cleanup_stream +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xfef38012 snd_hda_jack_detect_state_mst +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xff8b0d9c snd_hda_jack_set_button_state +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x0d36fa0f snd_hda_gen_build_pcms +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x2eb1e5a0 snd_hda_gen_line_automute +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x2f96bad2 snd_hda_gen_stream_pm +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x308331f5 snd_hda_add_new_path +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x4fec693d snd_hda_activate_path +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x503d69e2 snd_hda_gen_fix_pin_power +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x59734f37 snd_hda_gen_parse_auto_config +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x6676603f snd_hda_get_path_from_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 0x7dcd5a02 snd_hda_gen_add_micmute_led_cdev +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x831061a5 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 0x9e2766cf snd_hda_gen_check_power_status +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xa237b0f2 snd_hda_gen_hp_automute +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xa4b36cc8 snd_hda_gen_add_mute_led_cdev +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xa8d31bbb snd_hda_gen_init +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xaba687c7 snd_hda_gen_build_controls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xb9b3559b snd_hda_gen_path_power_filter +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xbda29885 snd_hda_gen_add_kctl +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xd0fefd55 snd_hda_gen_mic_autoswitch +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xd137e679 snd_hda_get_path_idx +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xe3c2be6b snd_hda_gen_spec_init +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xff259c21 snd_hda_gen_free +EXPORT_SYMBOL_GPL sound/soc/codecs/mt6359-accdet 0xdf1e4c6c 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 0xa610a41d adau1372_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau1761 0x8a6a1101 adau1761_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau1761 0xbbc124d2 adau1761_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0x1f64da71 adau17x1_set_micbias_voltage +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0x26afc3d4 adau17x1_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0x3606b4b1 adau17x1_add_widgets +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0x41a2a50a adau17x1_resume +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0x42dbbd4c adau17x1_add_routes +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0x927fd159 adau17x1_volatile_register +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0x96aeae90 adau17x1_readable_register +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0xd6f6224f adau17x1_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0xf0944ed2 adau17x1_precious_register +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0xf0e8c7c3 adau17x1_dai_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau7118 0x280dfd36 adau7118_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41 0x13648d95 cs35l41_pm_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41 0xa156d6cf cs35l41_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41 0xf57b6f30 cs35l41_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x272d63e6 cs35l41_regmap_spi +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x28a03c4e cs35l41_register_errata_patch +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x2d26b638 cs35l41_configure_cs_dsp +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x389e86c7 cs35l41_safe_reset +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x49081f87 cs35l41_set_channels +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x586b501c cs35l41_init_boost +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x6f1f309c cs35l41_otp_unpack +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x6f3795cd cs35l41_test_key_unlock +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x8e462414 cs35l41_set_cspl_mbox_cmd +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x91786539 cs35l41_regmap_i2c +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0xa87bbb82 cs35l41_global_enable +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0xb3d55773 cs35l41_test_key_lock +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0xb6fa049c cs35l41_write_fs_errata +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0xc53af53a cs35l41_enter_hibernate +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0xe92ff6ad cs35l41_gpio_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0xf47b6b87 cs35l41_exit_hibernate +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs4271 0x7d05786f cs4271_dt_ids +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs4271 0xc77a380f cs4271_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs4271 0xf1ec2e7a cs4271_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42l51 0x0082d274 cs42l51_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42l51 0x1e9c4e5e cs42l51_suspend +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42l51 0x1edd2854 cs42l51_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42l51 0x618f3be2 cs42l51_regmap +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42l51 0x92aae4cd cs42l51_resume +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0x385d4f12 cs42xx8_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0x7cac7292 cs42888_data +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0xc2529661 cs42xx8_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0xc7043ce9 cs42xx8_pm +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0xcd3794c9 cs42448_data +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-es8328 0x4a771b94 es8328_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-es8328 0xcfe6a155 es8328_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-hda-codec 0x12b447c7 snd_soc_hda_codec_dai_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-hda-codec 0x654e402e soc_hda_ext_bus_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-hda-codec 0x7b52c111 hda_codec_probe_complete +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-lpass-macro-common 0x3ab91e3f lpass_macro_pds_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-lpass-macro-common 0x808df1d5 lpass_macro_pds_exit +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-max98090 0xab9d0acc max98090_mic_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-max98373 0x3b049baf soc_codec_dev_max98373_sdw +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-max98373 0x89226487 soc_codec_dev_max98373 +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-max98373 0xbeb61579 max98373_reset +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-max98373 0xef40f045 max98373_slot_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-mt6358 0x14af69e2 mt6358_mtkaif_calibration_enable +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-mt6358 0x44bbb291 mt6358_set_mtkaif_calibration_phase +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-mt6358 0xd284bb8e mt6358_set_mtkaif_protocol +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-mt6358 0xe9022995 mt6358_mtkaif_calibration_disable +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-mt6359 0x218083c9 mt6359_set_mtkaif_calibration_phase +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-mt6359 0x390f2a49 mt6359_mtkaif_calibration_enable +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-mt6359 0xa82bf3b6 mt6359_mtkaif_calibration_disable +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-mt6359 0xff24f825 mt6359_set_mtkaif_protocol +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-nau8821 0x75bbe59e 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 0xd87fdefd nau8824_enable_jack_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm1789-codec 0x24123bbc pcm1789_common_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm1789-codec 0x87ae0f5e pcm1789_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm1789-codec 0x96678705 pcm1789_common_exit +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm179x-codec 0x801ea376 pcm179x_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm179x-codec 0xea5aa194 pcm179x_common_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm186x 0x72e8c9f0 pcm186x_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm186x 0xfac2bd28 pcm186x_regmap +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm3168a 0xc4f63e55 pcm3168a_pm_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm3168a 0xc9bc2d2b pcm3168a_regmap +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm3168a 0xd2ba2fda pcm3168a_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm3168a 0xfa3cf37c pcm3168a_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm512x 0x4664023e pcm512x_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm512x 0x6b4033f8 pcm512x_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm512x 0x864103e3 pcm512x_pm_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm512x 0x8b6218a8 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 0x0b91d3cb rt5640_sel_asrc_clk_src +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5640 0x19a2562d rt5640_enable_micbias1_for_ovcd +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5640 0x4e284ee7 rt5640_dmic_enable +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5640 0x777b2cca rt5640_disable_micbias1_for_ovcd +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5640 0xb96a9816 rt5640_detect_headset +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5640 0xfe75c67c rt5640_set_ovcd_params +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5645 0x0dcd4c48 rt5645_sel_asrc_clk_src +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5645 0x4c673148 rt5645_set_jack_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5659 0xbc600f6f rt5659_set_jack_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5663 0x3e13f548 rt5663_sel_asrc_clk_src +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5677 0xc64ed430 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 0x0d853257 rt5682_soc_component_dev +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0x15a1ed58 rt5682_reset +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0x1b735ee2 rt5682_readable_register +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0x1fa2212b rt5682_volatile_register +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0x36d1809c rt5682_register_dai_clks +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0x59d3d967 rt5682_jack_detect_handler +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0x629ccb13 rt5682_sel_asrc_clk_src +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0x6b5e4399 rt5682_aif2_dai_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0x8069f89a 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 0xc51d8b53 rt5682_calibrate +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0xe0e141f1 rt5682_apply_patch_list +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0xe7e9fd04 rt5682_parse_dt +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682s 0x7e8415ad rt5682s_sel_asrc_clk_src +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-sigmadsp 0x20350d10 sigmadsp_restrict_params +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-sigmadsp 0x34b64b1f sigmadsp_reset +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-sigmadsp 0x36f8e123 devm_sigmadsp_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-sigmadsp 0x48e4dba6 sigmadsp_attach +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-sigmadsp 0x7f439caa sigmadsp_setup +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-sigmadsp-i2c 0xb0103c17 devm_sigmadsp_init_i2c +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-sigmadsp-regmap 0xfb7e7b24 devm_sigmadsp_init_regmap +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-src4xxx 0x0405a025 src4xxx_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-src4xxx 0xdc382326 src4xxx_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-ssm2602 0x05fde499 ssm2602_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-ssm2602 0x55edb8ac ssm2602_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tlv320aic32x4 0xcfb8d473 aic32x4_register_clocks +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tlv320aic3x 0x2b220447 aic3x_regmap +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-ts3a227e 0xb2cb8e61 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 0x1d43ca75 wcd938x_sdw_set_sdw_stream +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wcd938x-sdw 0x33a81496 wcd938x_sdw_hw_params +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wcd938x-sdw 0x33b6df66 wcd938x_swr_get_current_bank +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wcd938x-sdw 0xb0a48edc wcd938x_sdw_free +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wcd938x-sdw 0xc9dc32cb wcd938x_sdw_device_get +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x03846ef8 wm_adsp_compr_copy +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x123b53eb wm_adsp1_event +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x2522e469 wm_adsp_fw_get +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x29d88dbb wm_halo_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x2a5c40a9 wm_adsp_compr_pointer +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x2dd0ce2a wm_adsp_fw_enum +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x2f136ae9 wm_adsp_read_ctl +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x32c6272e wm_adsp_event +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x349b26c6 wm_adsp2_component_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x36f41583 wm_adsp2_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x44b014b4 wm_adsp_compr_handle_irq +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x52c16479 wm_halo_wdt_expire +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x6a82971e wm_adsp_compr_trigger +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x6f77c7ac wm_adsp_fw_put +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x7648cdb5 wm_adsp_compr_free +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x7ffe77ee wm_adsp_compr_open +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x8d1ceb56 wm_adsp2_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xb308297d wm_adsp2_component_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xbac96877 wm_adsp2_preloader_get +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xbfaa1c7e wm_adsp_write_ctl +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xc0c68476 wm_adsp_early_event +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xdccc3ee7 wm_adsp_compr_get_caps +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xdd3c79ef wm_adsp2_bus_error +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xe3b4e62f wm_adsp1_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xea38ee07 wm_halo_bus_error +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xeb75c401 wm_adsp2_set_dspclk +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xec90b75e wm_adsp_compr_set_params +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xf09c4bb2 wm_adsp2_preloader_put +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-hubs 0x03995878 wm_hubs_hpr_mux +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-hubs 0x3a453b93 wm_hubs_hpl_mux +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-hubs 0x4db9a504 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 0x83c4fe1e wm_hubs_add_analogue_routes +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-hubs 0x83e20b3a wm_hubs_update_class_w +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-hubs 0x8e447272 wm_hubs_vmid_ena +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-hubs 0xa6f88745 wm_hubs_add_analogue_controls +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-hubs 0xb4a9d669 wm_hubs_handle_analogue_pdata +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8731 0x4201fdde wm8731_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8731 0xeaf2d5bd wm8731_regmap +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8804 0x798f7d12 wm8804_pm +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8804 0x92a0d826 wm8804_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8804 0xc93e6e4c wm8804_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8804 0xeef09080 wm8804_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8903 0xe4b980e9 wm8903_mic_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8962 0xb63dc634 wm8962_mic_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8994 0x975102cf wm8958_mic_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8994 0xad0aea20 wm8994_mic_detect +EXPORT_SYMBOL_GPL sound/soc/fsl/imx-pcm-dma 0x070946ba imx_pcm_dma_init +EXPORT_SYMBOL_GPL sound/soc/fsl/snd-soc-fsl-asrc 0xfdcb246e 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 0xb4e32be5 audio_graph_parse_of +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-audio-graph-card2 0x0e6f8b29 audio_graph2_link_dpcm +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-audio-graph-card2 0x24280426 audio_graph2_parse_of +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-audio-graph-card2 0x9237ffab audio_graph2_link_c2c +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-audio-graph-card2 0xee3410e1 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 0x0274d848 asoc_simple_parse_daifmt +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x0590cbff asoc_simple_parse_pin_switches +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x1f419ca8 asoc_simple_parse_card_name +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x4760392d asoc_graph_card_probe +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x4769a900 asoc_simple_init_jack +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x4997fcac asoc_simple_startup +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x4b02950d asoc_simple_canonicalize_cpu +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x61e9f162 asoc_simple_parse_tdm_width_map +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x6a6601ee asoc_simple_be_hw_params_fixup +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x73cc92f9 asoc_simple_set_dailink_name +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x83d4e315 asoc_simple_remove +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x87b772f3 asoc_simple_parse_clk +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x9558c05d asoc_simple_init_priv +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xb483c3ae asoc_simple_dai_init +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xb6c42eac asoc_simple_shutdown +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xbe05dba2 asoc_simple_canonicalize_platform +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xcac7d3cd asoc_graph_is_ports0 +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xd405119d asoc_simple_parse_routing +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xddecccaa asoc_simple_parse_widgets +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xe6ffc858 asoc_simple_parse_convert +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xf0ea5e3b asoc_simple_clean_reference +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xfaf16fc3 asoc_simple_hw_params +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x0396dde8 mtk_memif_set_disable +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x07ff7f4c mtk_afe_fe_hw_free +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x10db49da mtk_dynamic_irq_acquire +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x1483212d mtk_afe_suspend +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x18ba82a4 mtk_afe_fe_ops +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x20411be4 mtk_afe_resume +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x2081990f mtk_afe_pcm_platform +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x30715aec mtk_afe_fe_hw_params +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x36707122 mtk_afe_fe_trigger +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x3a2b8ad3 mtk_afe_add_sub_dai_control +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x3d1234bc mtk_memif_set_rate_substream +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x3e5d8589 mtk_afe_pcm_new +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x3e91ec6c mtk_memif_set_format +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x3f55c2eb mtk_sof_dailink_parse_of +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x484bcf79 mtk_afe_fe_prepare +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x5f71985c mtk_memif_set_rate +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x646d00bd mtk_dynamic_irq_release +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x726d4923 mtk_sof_card_late_probe +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x788116d1 mtk_sof_dai_link_fixup +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x7b1742e5 mtk_afe_pcm_pointer +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x8df78ea0 mtk_memif_set_addr +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x99b5f2c7 mtk_afe_fe_shutdown +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x9e5fda28 mtk_memif_set_enable +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0xb1929f9b mtk_memif_set_pbuf_size +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0xbcf44858 mtk_afe_combine_sub_dai +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0xbe0e56fb mtk_sof_card_probe +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0xcb5c4dee mtk_memif_set_channel +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0xffd8d57f mtk_afe_fe_startup +EXPORT_SYMBOL_GPL sound/soc/mediatek/mt8183/snd-soc-mt8183-afe 0x254d6d7b mt8183_dai_i2s_set_share +EXPORT_SYMBOL_GPL sound/soc/mediatek/mt8186/snd-soc-mt8186-afe 0x1cb8763d mt8186_mt6366_init +EXPORT_SYMBOL_GPL sound/soc/mediatek/mt8186/snd-soc-mt8186-afe 0x59a4c26e mt8186_afe_gpio_init +EXPORT_SYMBOL_GPL sound/soc/mediatek/mt8186/snd-soc-mt8186-afe 0x604d6965 mt8186_mt6366_card_set_be_link +EXPORT_SYMBOL_GPL sound/soc/mediatek/mt8186/snd-soc-mt8186-afe 0xeccf2497 mt8186_dai_i2s_set_share +EXPORT_SYMBOL_GPL sound/soc/mediatek/mt8192/snd-soc-mt8192-afe 0xe1e38f9f mt8192_dai_i2s_set_share +EXPORT_SYMBOL_GPL sound/soc/mediatek/mt8195/snd-soc-mt8195-afe 0x0e6955b0 mt8195_afe_disable_clk +EXPORT_SYMBOL_GPL sound/soc/mediatek/mt8195/snd-soc-mt8195-afe 0xd9b8194c mt8195_afe_enable_clk +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-fifo 0x14aa297a axg_fifo_pcm_close +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-fifo 0x1794e3ba axg_fifo_pcm_hw_free +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-fifo 0x331155a7 axg_fifo_pcm_open +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-fifo 0x53def4e7 g12a_fifo_pcm_hw_params +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-fifo 0xa9b09d9e axg_fifo_probe +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-fifo 0xb2618c8e axg_fifo_pcm_hw_params +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-fifo 0xd8d54276 axg_fifo_pcm_trigger +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-fifo 0xeb68e57f axg_fifo_pcm_new +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-fifo 0xfb8aaf3c axg_fifo_pcm_pointer +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 0xee527678 axg_tdm_formatter_probe +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-tdm-formatter 0xef4a0d56 axg_tdm_stream_stop +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-tdm-formatter 0xfcf8335c axg_tdm_formatter_event +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-tdm-interface 0x18b94997 axg_tdm_set_tdm_slots +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-card-utils 0x451dd6a2 meson_card_i2s_set_sysclk +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-card-utils 0x4701ff54 meson_card_parse_dai +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-card-utils 0x5ec471c7 meson_card_set_be_link +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-card-utils 0x87846bdd meson_card_parse_daifmt +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-card-utils 0x87d84de6 meson_card_reallocate_links +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-card-utils 0x98cbd67f meson_card_probe +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-card-utils 0xe4545df0 meson_card_set_fe_link +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-card-utils 0xecacf7fd meson_card_remove +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-codec-glue 0x07a9bb8d meson_codec_glue_output_startup +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-codec-glue 0x467d088d meson_codec_glue_input_hw_params +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-codec-glue 0x80d4452f meson_codec_glue_input_dai_remove +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-codec-glue 0x90fccc0a meson_codec_glue_input_dai_probe +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-codec-glue 0x94697d10 meson_codec_glue_input_set_fmt +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-codec-glue 0x9b572477 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 0x3efe7be3 q6adm_close +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6adm 0xad9bed7b q6adm_open +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6adm 0xc3062ff6 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 0x369b6eeb q6afe_port_put +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6afe 0x3b16d6e7 q6afe_port_stop +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6afe 0x41e76d61 q6afe_port_get_from_id +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 0xe75428b5 q6afe_set_lpass_clock +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 0xb9ec90b0 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 0x0f5a4e2a q6prm_set_lpass_clock +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6prm 0x1fb6c013 q6prm_unvote_lpass_core_hw +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6prm 0x89027ea1 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 0x11bdb445 audioreach_graph_free_buf +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x145cf8f6 audioreach_alloc_apm_cmd_pkt +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x18787a01 q6apm_unmap_memory_regions +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x1bac7bff q6apm_graph_media_format_pcm +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x28d3532f q6apm_graph_prepare +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x36c3144c q6apm_graph_flush +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x3c0416ad q6apm_graph_start +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x4ed9d540 audioreach_map_memory_regions +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x5543dd66 audioreach_alloc_apm_pkt +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x64dc5171 audioreach_alloc_cmd_pkt +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x6592b4ef audioreach_graph_send_cmd_sync +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x6d802ed1 q6apm_write_async +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x71f5181e q6apm_graph_stop +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x7946bcd8 audioreach_shared_memory_send_eos +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x7f4d39c8 audioreach_alloc_pkt +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x80e431e1 q6apm_read +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x82c6dbbb audioreach_tplg_init +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x8fc4c9ea audioreach_alloc_graph_pkt +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x984caa7e q6apm_graph_close +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0xa1e7d564 audioreach_send_cmd_sync +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0xa47566be q6apm_graph_get_rx_shmem_module_iid +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0xa7a01911 q6apm_map_memory_regions +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0xba8aefcd q6apm_graph_media_format_shmem +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0xd5bc0016 q6apm_graph_open +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0xecff245e audioreach_set_media_format +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0xed2fd15c audioreach_gain_set_vol_ctrl +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6dsp-common 0x17142e58 q6dsp_map_channels +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6dsp-common 0x1c97f651 q6dsp_audio_ports_of_xlate_dai_name +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6dsp-common 0x22c0e202 q6dsp_clock_dev_probe +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6dsp-common 0x83554b7c q6dsp_audio_ports_set_config +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-lpass-cdc-dma 0x1445b5a9 asoc_qcom_lpass_cdc_dma_dai_ops +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-lpass-cpu 0x6cffa798 asoc_qcom_lpass_cpu_platform_probe +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-lpass-cpu 0x8dcb4961 asoc_qcom_lpass_cpu_dai_probe +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-lpass-cpu 0x90f3d10e lpass_cpu_pcm_new +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-lpass-cpu 0xd236b457 asoc_qcom_lpass_cpu_platform_remove +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-lpass-cpu 0xd8ee0fba asoc_qcom_lpass_cpu_dai_ops +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-lpass-cpu 0xe72acafa asoc_qcom_lpass_cpu_platform_shutdown +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-lpass-hdmi 0x64cc7034 asoc_qcom_lpass_hdmi_dai_ops +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-lpass-platform 0x4e86d655 asoc_qcom_lpass_platform_register +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-qcom-common 0x96074c6e qcom_snd_wcd_jack_setup +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-qcom-common 0xb502296c qcom_snd_parse_of +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-qcom-sdw 0x3d21e620 qcom_snd_sdw_hw_free +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-qcom-sdw 0x8a33aa86 qcom_snd_sdw_prepare +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-qcom-sdw 0xa0acb0a9 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 0x0020d67c dapm_pinctrl_event +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x02f746fc snd_soc_bytes_put +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x041b1734 snd_soc_free_ac97_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x04ae294b snd_soc_dai_set_bclk_ratio +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x0507c8f3 dapm_regulator_event +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x05f20e05 snd_soc_of_parse_node_prefix +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x06df5d36 dapm_clock_event +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x079fe49a snd_soc_put_xr_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x0819e3c7 snd_soc_dai_compr_get_metadata +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x09093207 snd_soc_component_compr_ack +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x0a5bc7c6 snd_soc_dapm_force_bias_level +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x0b862085 snd_soc_info_volsw_range +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x0c4c1bf4 snd_soc_unregister_dai +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x0d0d865f snd_soc_component_init_regmap +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x0db9e8c7 snd_soc_dapm_nc_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1136d455 snd_soc_dapm_enable_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x17a6f84b snd_soc_of_parse_tdm_slot +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x197104a9 snd_soc_get_volsw_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1b21a281 snd_soc_add_component_controls +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1b241de5 null_dailink_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1b7a44cf snd_dmaengine_pcm_prepare_slave_config +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1e247137 snd_soc_set_dmi_name +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2137174e snd_soc_component_force_enable_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x21b2a94a snd_soc_info_volsw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2449bb96 snd_soc_put_volsw_range +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2527360e snd_soc_dapm_sync +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2541a979 snd_soc_calc_frame_size +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x266f8883 snd_soc_put_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x268a5d4a snd_soc_component_read_field +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2693a16b snd_soc_dai_set_tdm_slot +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x26ccf287 snd_soc_set_ac97_ops +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x277adf06 snd_soc_of_parse_audio_simple_widgets +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2852ab2b snd_soc_poweroff +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2877b411 snd_soc_dapm_add_routes +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2a7373b3 snd_soc_put_volsw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2b64a054 snd_soc_resume +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2ba57865 snd_soc_component_write_field +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2bee355a snd_soc_dapm_mixer_update_power +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2ca816e7 snd_soc_dapm_force_enable_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2cb04682 snd_soc_dapm_update_dai +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2ebc714e snd_soc_card_add_dai_link +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2f2a4361 snd_soc_daifmt_parse_clock_provider_raw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2fe74336 snd_soc_get_strobe +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3161f26c snd_soc_of_parse_audio_routing +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x35a49fb1 snd_soc_component_compr_get_codec_caps +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x370a619f snd_soc_dapm_free_widget +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3754ef08 snd_soc_get_pcm_runtime +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x37853054 snd_soc_dai_active +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3801a1c0 snd_soc_dapm_disable_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x38768e3d snd_soc_dai_set_clkdiv +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3940156c snd_soc_debugfs_root +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3be2cdd0 snd_soc_dapm_stream_stop +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3dabb562 snd_soc_lookup_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3de53157 snd_soc_dapm_get_pin_switch +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3e32fe82 snd_soc_dai_compr_set_params +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x40263f46 snd_soc_info_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x422d9df5 snd_soc_component_initialize +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x424c440a snd_soc_component_set_jack +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x44febcd7 snd_soc_dai_compr_startup +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x46878afd snd_soc_jack_add_gpios +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x471b28ca snd_soc_jack_report +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x47ae8855 snd_soc_find_dai +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x49398e3f snd_soc_info_volsw_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4c60dc99 snd_soc_tplg_widget_bind_event +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4c6967d0 snd_soc_card_get_kcontrol +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4deb88cd snd_soc_new_compress +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4fa1782d snd_soc_tdm_params_to_bclk +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x52c35855 snd_soc_tplg_component_load +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x530b9329 snd_soc_cnew +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x53775067 snd_soc_register_card +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x53f32a13 snd_soc_component_compr_open +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5454fb08 snd_soc_dapm_free +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x54aa1b65 dapm_kcontrol_get_value +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x59e00316 snd_soc_component_compr_get_params +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5a78c0e4 snd_soc_suspend +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5aaff602 snd_soc_component_compr_free +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5c0d895c snd_soc_dai_set_tristate +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5c87b479 snd_soc_card_jack_new +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5ced752a devm_snd_soc_register_dai +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5d32445f snd_soc_set_ac97_ops_of_reset +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5e82dd6e snd_soc_dapm_new_controls +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x62d718c9 snd_soc_limit_volume +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x638d682d snd_soc_of_parse_aux_devs +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6408dd76 snd_soc_bytes_get +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x64ca80d2 snd_soc_dapm_new_widgets +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6578db99 snd_soc_jack_get_type +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x68c58a94 snd_soc_of_put_dai_link_codecs +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x69cd9a8a snd_soc_dapm_get_pin_status +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6a301d8a snd_soc_unregister_card +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6a5f9e75 snd_soc_component_compr_trigger +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6b2f8cae snd_soc_component_enable_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6c7ce66e snd_soc_bytes_info +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6ef96c41 snd_soc_jack_notifier_unregister +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x71ee745f snd_soc_of_parse_pin_switches +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x73d4c497 snd_soc_of_get_dai_link_codecs +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x74cb7e5a snd_soc_dapm_dai_free_widgets +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x75486f4a snd_soc_add_pcm_runtime +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x761a942f snd_soc_bytes_tlv_callback +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7b167bcf snd_soc_component_force_enable_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7be5d10b snd_soc_unregister_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7e606130 snd_soc_calc_bclk +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7f613c32 snd_soc_dapm_del_routes +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7f71e700 snd_soc_find_dai_with_mutex +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x817b8e6b snd_soc_close_delayed_work +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x81f894f7 snd_soc_daifmt_parse_format +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x83285f23 snd_soc_lookup_component_nolocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x844665d4 snd_soc_jack_add_zones +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x844c98b9 snd_soc_dai_set_channel_map +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x85289f3a snd_soc_add_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x87709063 snd_soc_card_jack_new_pins +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x87d617a1 snd_soc_component_set_sysclk +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x88bc92b6 snd_soc_pm_ops +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8a8b8ab6 snd_soc_remove_pcm_runtime +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8adac370 snd_soc_dpcm_fe_can_update +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8c3d7446 snd_soc_get_xr_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8dc554c1 snd_soc_dapm_new_dai_widgets +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8e428d46 snd_soc_dapm_kcontrol_dapm +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8f2b8531 snd_soc_dai_get_channel_map +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9083941a snd_soc_component_write +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9128c209 snd_soc_dapm_init +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x914e07a2 snd_soc_add_card_controls +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x93b52b86 snd_soc_runtime_calc_hw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x946b03a8 snd_soc_dai_link_set_capabilities +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x94e9a486 snd_soc_get_dai_name +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x961379b1 snd_soc_component_disable_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x96a7822d snd_soc_dapm_disable_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x97974f9d snd_soc_runtime_action +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x98975628 snd_soc_get_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x99248335 snd_soc_rtdcom_lookup +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9ab1653d snd_soc_get_volsw_range +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9b0db4e1 snd_soc_dapm_get_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9d8af929 snd_soc_component_async_complete +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9e4b5e24 snd_soc_dapm_mux_update_power +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9f7643b7 snd_soc_jack_notifier_register +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9f8b78a5 snd_soc_dai_compr_trigger +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa0097f59 snd_soc_put_strobe +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa1d1e36f snd_soc_get_volsw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa242528f snd_soc_dapm_weak_routes +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa283503f snd_soc_of_parse_card_name +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa313a906 snd_soc_component_compr_copy +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa60dca2e snd_soc_dpcm_can_be_params +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa81697a5 snd_soc_set_runtime_hwparams +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa8cccbd0 snd_soc_jack_free_gpios +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa90a3c78 snd_soc_component_compr_get_metadata +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa926f93d snd_soc_jack_add_gpiods +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xaa9672f2 snd_soc_dai_compr_pointer +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xaae9fba8 snd_soc_new_ac97_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xaf35ccd5 snd_soc_card_remove_dai_link +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xaf7b1c95 snd_soc_dai_compr_set_metadata +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb03149c5 snd_soc_component_compr_set_params +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb054f0af snd_soc_link_compr_set_params +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb1a61ffb dpcm_end_walk_at_be +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb1f5bf9b snd_soc_of_get_dai_name +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb246fac6 snd_soc_dpcm_can_be_free_stop +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb251adcc dpcm_be_dai_trigger +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb33ef876 snd_soc_jack_add_pins +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb526d512 snd_soc_component_get_pin_status +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb774a8c3 snd_soc_runtime_set_dai_fmt +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb97226cd snd_soc_dapm_sync_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xbaf97c5b snd_soc_get_dai_id +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xbe9368b1 snd_soc_dapm_get_volsw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xbf72d58a snd_soc_dapm_enable_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc01eb24c snd_soc_dapm_kcontrol_widget +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc317a15e snd_soc_daifmt_clock_provider_flipped +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc3b06b7c snd_soc_component_disable_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc3d503ff snd_soc_dpcm_be_can_update +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc4e4f67c soc_ac97_ops +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc8269f94 snd_soc_params_to_frame_size +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc8597685 snd_soc_link_compr_shutdown +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xca94d06c snd_soc_dapm_put_volsw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xcc9b0cdc snd_soc_component_read +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xcd011bee snd_soc_component_test_bits +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xcd899f69 snd_soc_dpcm_can_be_prepared +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xcd8b8fa9 snd_soc_component_update_bits_async +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xcdd333d8 snd_soc_link_compr_startup +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xce2cec08 dapm_mark_endpoints_dirty +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xcfca0db5 snd_soc_info_xr_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd12cfb55 snd_dmaengine_pcm_register +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd3f535b7 snd_soc_component_compr_get_caps +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd47b80a8 snd_soc_put_volsw_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd480d9fb snd_soc_dai_action +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd98ffdf0 snd_soc_dai_compr_ack +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xda5a46bd snd_soc_dapm_put_pin_switch +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xdb3500f0 snd_soc_dapm_put_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xdc093933 snd_soc_dpcm_runtime_update +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xdc3a04b0 snd_soc_dai_set_pll +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xdffc7496 snd_soc_component_enable_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe014cc9a snd_soc_dai_set_sysclk +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe2c93b90 devm_snd_soc_register_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe3e4fe48 devm_snd_soc_register_card +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe3ee149f snd_soc_register_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe490b623 snd_soc_dapm_ignore_suspend +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe67064c9 snd_soc_dapm_force_enable_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe6c9f6af snd_soc_dpcm_get_substream +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe718ce98 snd_soc_component_exit_regmap +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe830aba5 snd_soc_dapm_nc_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe879fc44 snd_soc_dapm_new_control +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xea64136e snd_soc_component_compr_set_metadata +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xea9d9a17 snd_soc_component_set_pll +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xeb711ae7 snd_soc_params_to_bclk +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xebd0df6d snd_soc_of_get_slot_mask +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xebfc0ff6 snd_soc_of_get_dai_link_cpus +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xebff43e9 snd_soc_dai_digital_mute +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xece3eec0 snd_soc_dapm_info_pin_switch +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xed8c34f4 snd_soc_of_put_dai_link_cpus +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf0edf97e snd_soc_bytes_info_ext +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf242162a snd_soc_dai_set_fmt +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf3e0c00c snd_dmaengine_pcm_unregister +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf4bcc704 snd_soc_component_nc_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf5412e09 snd_soc_add_dai_controls +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf6297ba9 snd_soc_dapm_dai_get_connected_widgets +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf63457c4 snd_soc_tplg_component_remove +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf69df44e snd_soc_component_update_bits +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf9403a8c snd_soc_unregister_component_by_driver +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf9622dd1 snd_soc_daifmt_clock_provider_from_bitmap +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xfa19d429 snd_soc_dai_compr_shutdown +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xfa231df8 snd_soc_register_dai +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xfbe92c16 devm_snd_dmaengine_pcm_register +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xfe2724bd snd_soc_dai_compr_get_params +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xfe55b7de snd_soc_component_nc_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xfec3eeec snd_soc_component_compr_pointer +EXPORT_SYMBOL_GPL sound/soc/sof/snd-sof 0x075ead89 snd_sof_debugfs_buf_item +EXPORT_SYMBOL_GPL sound/soc/sof/snd-sof 0x7c0aca2e snd_sof_debugfs_add_region_item_iomem +EXPORT_SYMBOL_GPL sound/soc/sof/snd-sof 0x84069674 snd_sof_dbg_init +EXPORT_SYMBOL_GPL sound/soc/sof/snd-sof 0xa2c1b39b snd_sof_free_debug +EXPORT_SYMBOL_GPL sound/soc/sof/snd-sof 0xe1138413 snd_sof_dbg_memory_info_init +EXPORT_SYMBOL_GPL sound/soc/sprd/sprd-mcdt 0x2c64d423 sprd_mcdt_request_chan +EXPORT_SYMBOL_GPL sound/soc/sprd/sprd-mcdt 0x5061832c sprd_mcdt_chan_int_disable +EXPORT_SYMBOL_GPL sound/soc/sprd/sprd-mcdt 0x609193c3 sprd_mcdt_chan_write +EXPORT_SYMBOL_GPL sound/soc/sprd/sprd-mcdt 0x68b4b311 sprd_mcdt_chan_dma_enable +EXPORT_SYMBOL_GPL sound/soc/sprd/sprd-mcdt 0x6c283cec sprd_mcdt_chan_int_enable +EXPORT_SYMBOL_GPL sound/soc/sprd/sprd-mcdt 0xa5fdddd3 sprd_mcdt_chan_read +EXPORT_SYMBOL_GPL sound/soc/sprd/sprd-mcdt 0xb67dbf49 sprd_mcdt_chan_dma_disable +EXPORT_SYMBOL_GPL sound/soc/sprd/sprd-mcdt 0xdf547b54 sprd_mcdt_free_chan +EXPORT_SYMBOL_GPL sound/soc/sunxi/sun8i-adda-pr-regmap 0x37a3a5c2 sun8i_adda_pr_regmap_init +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra-machine 0xb29f16e7 tegra_asoc_machine_probe +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra-machine 0xf14c27c7 tegra_asoc_machine_init +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra-pcm 0x23224d30 tegra_pcm_platform_register_with_chan_names +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra-pcm 0x28c71530 tegra_pcm_close +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra-pcm 0x414568a2 tegra_pcm_hw_params +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra-pcm 0x43cacec5 tegra_pcm_construct +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra-pcm 0x7e84da93 tegra_pcm_platform_register +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra-pcm 0x889e2cd6 tegra_pcm_open +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra-pcm 0xc163ddbf tegra_pcm_pointer +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra-pcm 0xc964a479 tegra_pcm_platform_unregister +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra-pcm 0xe79237c2 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 0x4d5db280 edma_pcm_platform_register +EXPORT_SYMBOL_GPL sound/soc/ti/snd-soc-ti-sdma 0xe7b9294a sdma_pcm_platform_register +EXPORT_SYMBOL_GPL sound/soc/ti/snd-soc-ti-udma 0x9c15a516 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 0x503d4bdc line6_version_request_async +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x52952cb1 line6_probe +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x60c1208c line6_alloc_sysex_buffer +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x9bf93572 line6_pcm_acquire +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0xaa146896 line6_init_pcm +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0xac6e7805 line6_send_raw_message +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0xae2a26b7 line6_pcm_release +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0xb146497e line6_read_serial_number +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0xb6aa84b2 line6_init_midi +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0xc553ad9a line6_send_sysex_message +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0xc5b24c2d line6_read_data +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0xc7754300 line6_write_data +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0xcae0bcd7 line6_disconnect +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0xcaec9707 line6_suspend +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0xe5feb421 line6_resume +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0xe698a0cc line6_send_raw_message_async +EXPORT_SYMBOL_GPL vmlinux 0x000f9822 genphy_c45_an_config_aneg +EXPORT_SYMBOL_GPL vmlinux 0x0014f82c pci_iomap_wc_range +EXPORT_SYMBOL_GPL vmlinux 0x0024f1e4 class_compat_create_link +EXPORT_SYMBOL_GPL vmlinux 0x00262ac8 wm831x_reg_unlock +EXPORT_SYMBOL_GPL vmlinux 0x002e1c54 devm_ti_sci_get_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0x0038f771 xhci_add_endpoint +EXPORT_SYMBOL_GPL vmlinux 0x00419131 crypto_register_shashes +EXPORT_SYMBOL_GPL vmlinux 0x0041b710 get_net_ns_by_id +EXPORT_SYMBOL_GPL vmlinux 0x004baf69 ahci_platform_suspend +EXPORT_SYMBOL_GPL vmlinux 0x00513f58 get_timespec64 +EXPORT_SYMBOL_GPL vmlinux 0x00565f18 pernet_ops_rwsem +EXPORT_SYMBOL_GPL vmlinux 0x005710f6 kvm_vcpu_halt +EXPORT_SYMBOL_GPL vmlinux 0x005f18a6 add_wait_queue_priority +EXPORT_SYMBOL_GPL vmlinux 0x0061ea29 ata_platform_remove_one +EXPORT_SYMBOL_GPL vmlinux 0x00715ee1 vcap_del_rules +EXPORT_SYMBOL_GPL vmlinux 0x007739c1 tpm_chip_start +EXPORT_SYMBOL_GPL vmlinux 0x008a166d blk_mq_rdma_map_queues +EXPORT_SYMBOL_GPL vmlinux 0x008d017c devm_request_pci_bus_resources +EXPORT_SYMBOL_GPL vmlinux 0x009e0358 rio_dma_prep_xfer +EXPORT_SYMBOL_GPL vmlinux 0x009e108c fuse_mount_remove +EXPORT_SYMBOL_GPL vmlinux 0x00a3c01a scsi_build_sense +EXPORT_SYMBOL_GPL vmlinux 0x00a713d5 switchdev_handle_port_obj_add +EXPORT_SYMBOL_GPL vmlinux 0x00b436b9 dev_pm_opp_remove_table +EXPORT_SYMBOL_GPL vmlinux 0x00d4c500 usb_decode_interval +EXPORT_SYMBOL_GPL vmlinux 0x00dba121 ata_sas_port_stop +EXPORT_SYMBOL_GPL vmlinux 0x00df9837 ioasid_register_allocator +EXPORT_SYMBOL_GPL vmlinux 0x00e0c23c destroy_memory_type +EXPORT_SYMBOL_GPL vmlinux 0x00f1b110 ahci_set_em_messages +EXPORT_SYMBOL_GPL vmlinux 0x012e58db attribute_container_find_class_device +EXPORT_SYMBOL_GPL vmlinux 0x012e730e apei_exec_noop +EXPORT_SYMBOL_GPL vmlinux 0x0132b75f raw_unhash_sk +EXPORT_SYMBOL_GPL vmlinux 0x0133403a dax_layout_busy_page_range +EXPORT_SYMBOL_GPL vmlinux 0x014e8186 cpu_scale +EXPORT_SYMBOL_GPL vmlinux 0x0153a1fe wakeup_source_register +EXPORT_SYMBOL_GPL vmlinux 0x0153f693 xdp_return_buff +EXPORT_SYMBOL_GPL vmlinux 0x015a8498 imx_clk_hw_cpu +EXPORT_SYMBOL_GPL vmlinux 0x0161f6f9 phy_pm_runtime_get_sync +EXPORT_SYMBOL_GPL vmlinux 0x016bfcfc i2c_slave_event +EXPORT_SYMBOL_GPL vmlinux 0x016c06eb fb_deferred_io_fsync +EXPORT_SYMBOL_GPL vmlinux 0x0179ccba topology_update_thermal_pressure +EXPORT_SYMBOL_GPL vmlinux 0x0184d8e7 shmem_read_mapping_page_gfp +EXPORT_SYMBOL_GPL vmlinux 0x01866a57 ezx_pcap_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x01a0cb78 property_entries_free +EXPORT_SYMBOL_GPL vmlinux 0x01b1f0e0 usb_ifnum_to_if +EXPORT_SYMBOL_GPL vmlinux 0x01c6cb0c cpu_cluster_pm_enter +EXPORT_SYMBOL_GPL vmlinux 0x01c70df4 blk_mq_sched_try_merge +EXPORT_SYMBOL_GPL vmlinux 0x01e1a8de kgdb_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0x01e2417e blkg_prfill_rwstat +EXPORT_SYMBOL_GPL vmlinux 0x01e433a9 __traceiter_detach_device_from_domain +EXPORT_SYMBOL_GPL vmlinux 0x01ee1d55 peernet2id_alloc +EXPORT_SYMBOL_GPL vmlinux 0x01f0983d phy_get +EXPORT_SYMBOL_GPL vmlinux 0x0200184b __pm_stay_awake +EXPORT_SYMBOL_GPL vmlinux 0x0201dbce gpiod_get_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x0207a6c6 reset_control_bulk_acquire +EXPORT_SYMBOL_GPL vmlinux 0x02124a69 sdio_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0x0214a4a6 pm_generic_suspend_noirq +EXPORT_SYMBOL_GPL vmlinux 0x021fb28b bpf_prog_create +EXPORT_SYMBOL_GPL vmlinux 0x0223fe9b metadata_dst_free_percpu +EXPORT_SYMBOL_GPL vmlinux 0x02264b74 ata_host_start +EXPORT_SYMBOL_GPL vmlinux 0x02323823 ping_seq_next +EXPORT_SYMBOL_GPL vmlinux 0x02379523 gpiod_set_consumer_name +EXPORT_SYMBOL_GPL vmlinux 0x02394899 play_idle_precise +EXPORT_SYMBOL_GPL vmlinux 0x02495b8f gnttab_alloc_grant_reference_seq +EXPORT_SYMBOL_GPL vmlinux 0x024cd430 devfreq_event_get_edev_count +EXPORT_SYMBOL_GPL vmlinux 0x024d13dd request_free_mem_region +EXPORT_SYMBOL_GPL vmlinux 0x02574379 l3mdev_fib_table_rcu +EXPORT_SYMBOL_GPL vmlinux 0x025981a4 ip_route_output_flow +EXPORT_SYMBOL_GPL vmlinux 0x025dc3b6 switchdev_handle_port_attr_set +EXPORT_SYMBOL_GPL vmlinux 0x0261f802 irq_set_chip_and_handler_name +EXPORT_SYMBOL_GPL vmlinux 0x0276dd4a sk_psock_tls_strp_read +EXPORT_SYMBOL_GPL vmlinux 0x027fa2f0 usb_create_shared_hcd +EXPORT_SYMBOL_GPL vmlinux 0x028ac49c of_irq_to_resource_table +EXPORT_SYMBOL_GPL vmlinux 0x028f0aa4 exportfs_encode_fh +EXPORT_SYMBOL_GPL vmlinux 0x029a2a18 rio_attach_device +EXPORT_SYMBOL_GPL vmlinux 0x02a4cad2 usb_queue_reset_device +EXPORT_SYMBOL_GPL vmlinux 0x02a6e79c ip6_dst_lookup_tunnel +EXPORT_SYMBOL_GPL vmlinux 0x02a9ead0 pci_p2pdma_add_resource +EXPORT_SYMBOL_GPL vmlinux 0x02b30b68 crypto_enqueue_request_head +EXPORT_SYMBOL_GPL vmlinux 0x02b71543 blk_rq_unprep_clone +EXPORT_SYMBOL_GPL vmlinux 0x02bab11f vcap_rule_mod_action_u32 +EXPORT_SYMBOL_GPL vmlinux 0x02c39417 driver_register +EXPORT_SYMBOL_GPL vmlinux 0x02c5c501 power_supply_find_ocv2cap_table +EXPORT_SYMBOL_GPL vmlinux 0x02e771af hv_setup_dma_ops +EXPORT_SYMBOL_GPL vmlinux 0x02f3ff3f nvdimm_badblocks_populate +EXPORT_SYMBOL_GPL vmlinux 0x0303c1bf usb_free_coherent +EXPORT_SYMBOL_GPL vmlinux 0x030cbca2 ata_id_xfermask +EXPORT_SYMBOL_GPL vmlinux 0x030e7377 mmc_send_status +EXPORT_SYMBOL_GPL vmlinux 0x0312b3b0 reset_controller_add_lookup +EXPORT_SYMBOL_GPL vmlinux 0x031a7eda platform_get_irq +EXPORT_SYMBOL_GPL vmlinux 0x0321cdbf of_alias_get_highest_id +EXPORT_SYMBOL_GPL vmlinux 0x0325e4f8 __traceiter_wbc_writepage +EXPORT_SYMBOL_GPL vmlinux 0x0335ec88 fuse_abort_conn +EXPORT_SYMBOL_GPL vmlinux 0x033832c7 usb_amd_hang_symptom_quirk +EXPORT_SYMBOL_GPL vmlinux 0x033b7a8d pinmux_generic_add_function +EXPORT_SYMBOL_GPL vmlinux 0x0343bdf1 __i2c_board_list +EXPORT_SYMBOL_GPL vmlinux 0x034a010a gpiochip_free_own_desc +EXPORT_SYMBOL_GPL vmlinux 0x0350ba6b blk_queue_write_cache +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 0x03820d9a mptcp_token_iter_next +EXPORT_SYMBOL_GPL vmlinux 0x03927986 crypto_grab_ahash +EXPORT_SYMBOL_GPL vmlinux 0x0394af7d iommu_map_atomic +EXPORT_SYMBOL_GPL vmlinux 0x03952887 ktime_add_safe +EXPORT_SYMBOL_GPL vmlinux 0x03b8f8d7 ata_scsi_queuecmd +EXPORT_SYMBOL_GPL vmlinux 0x03ba3dae tty_put_char +EXPORT_SYMBOL_GPL vmlinux 0x03becc91 gpiod_disable_hw_timestamp_ns +EXPORT_SYMBOL_GPL vmlinux 0x03c12dfe cancel_work_sync +EXPORT_SYMBOL_GPL vmlinux 0x03ce7234 sched_smt_present +EXPORT_SYMBOL_GPL vmlinux 0x03de3eb3 sched_show_task +EXPORT_SYMBOL_GPL vmlinux 0x0402cbbf preempt_notifier_inc +EXPORT_SYMBOL_GPL vmlinux 0x0409eab6 devm_nvmem_device_get +EXPORT_SYMBOL_GPL vmlinux 0x0412332f rcar_rst_set_rproc_boot_addr +EXPORT_SYMBOL_GPL vmlinux 0x0428222a serial8250_rpm_get_tx +EXPORT_SYMBOL_GPL vmlinux 0x042ab796 of_genpd_add_device +EXPORT_SYMBOL_GPL vmlinux 0x042cd6a2 usb_get_urb +EXPORT_SYMBOL_GPL vmlinux 0x043bc813 screen_glyph_unicode +EXPORT_SYMBOL_GPL vmlinux 0x0446b03b divider_round_rate_parent +EXPORT_SYMBOL_GPL vmlinux 0x045c31d7 tty_port_register_device_attr +EXPORT_SYMBOL_GPL vmlinux 0x0465a073 regmap_reg_in_ranges +EXPORT_SYMBOL_GPL vmlinux 0x046f359e of_overlay_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0x0472cf3b register_kprobe +EXPORT_SYMBOL_GPL vmlinux 0x0473630a devlink_alloc_ns +EXPORT_SYMBOL_GPL vmlinux 0x04817687 crypto_spawn_tfm2 +EXPORT_SYMBOL_GPL vmlinux 0x048b5f8d twl4030_audio_get_mclk +EXPORT_SYMBOL_GPL vmlinux 0x0495dead __cpuhp_state_add_instance +EXPORT_SYMBOL_GPL vmlinux 0x04961cee devm_regulator_get_enable_optional +EXPORT_SYMBOL_GPL vmlinux 0x04981a56 icmp_build_probe +EXPORT_SYMBOL_GPL vmlinux 0x049c2765 nvmem_device_cell_read +EXPORT_SYMBOL_GPL vmlinux 0x049e5156 gnttab_try_end_foreign_access +EXPORT_SYMBOL_GPL vmlinux 0x04a23d2b msi_domain_first_desc +EXPORT_SYMBOL_GPL vmlinux 0x04ad9420 debugfs_create_dir +EXPORT_SYMBOL_GPL vmlinux 0x04b91304 xen_xlate_remap_gfn_array +EXPORT_SYMBOL_GPL vmlinux 0x04bf0092 io_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0x04c41c60 devlink_flash_update_status_notify +EXPORT_SYMBOL_GPL vmlinux 0x04c4f603 mpi_get_buffer +EXPORT_SYMBOL_GPL vmlinux 0x04c8aebf console_verbose +EXPORT_SYMBOL_GPL vmlinux 0x04cdae60 thermal_zone_device_enable +EXPORT_SYMBOL_GPL vmlinux 0x04d8df15 iommu_group_add_device +EXPORT_SYMBOL_GPL vmlinux 0x04de7d9b strp_init +EXPORT_SYMBOL_GPL vmlinux 0x04df8fbc lzo1x_decompress_safe +EXPORT_SYMBOL_GPL vmlinux 0x04e1b1a0 irq_work_queue +EXPORT_SYMBOL_GPL vmlinux 0x04fcb430 vp_modern_probe +EXPORT_SYMBOL_GPL vmlinux 0x05077354 bpf_trace_run8 +EXPORT_SYMBOL_GPL vmlinux 0x051085e3 lock_system_sleep +EXPORT_SYMBOL_GPL vmlinux 0x05190f44 xen_dbgp_external_startup +EXPORT_SYMBOL_GPL vmlinux 0x051a0bc1 stack_depot_fetch +EXPORT_SYMBOL_GPL vmlinux 0x0523cd05 fscrypt_fname_encrypted_size +EXPORT_SYMBOL_GPL vmlinux 0x05264de8 validate_xmit_skb_list +EXPORT_SYMBOL_GPL vmlinux 0x052b4013 register_vmcore_cb +EXPORT_SYMBOL_GPL vmlinux 0x052c9aed ktime_get_real_fast_ns +EXPORT_SYMBOL_GPL vmlinux 0x053d738a __SCK__tp_func_br_fdb_update +EXPORT_SYMBOL_GPL vmlinux 0x054e550b kernel_halt +EXPORT_SYMBOL_GPL vmlinux 0x05577e4e pci_epc_mem_init +EXPORT_SYMBOL_GPL vmlinux 0x055b209b acpi_subsys_freeze +EXPORT_SYMBOL_GPL vmlinux 0x05610897 of_changeset_destroy +EXPORT_SYMBOL_GPL vmlinux 0x05883efb __traceiter_suspend_resume +EXPORT_SYMBOL_GPL vmlinux 0x058c6377 for_each_kernel_tracepoint +EXPORT_SYMBOL_GPL vmlinux 0x058f9366 apei_exec_collect_resources +EXPORT_SYMBOL_GPL vmlinux 0x0591357a usb_unanchor_urb +EXPORT_SYMBOL_GPL vmlinux 0x059404fa of_get_display_timing +EXPORT_SYMBOL_GPL vmlinux 0x05a36048 devl_resource_occ_get_unregister +EXPORT_SYMBOL_GPL vmlinux 0x05a44242 find_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0x05acc840 sk_detach_filter +EXPORT_SYMBOL_GPL vmlinux 0x05b4a875 ip6_local_out +EXPORT_SYMBOL_GPL vmlinux 0x05dc0ee5 rockchip_clk_of_add_provider +EXPORT_SYMBOL_GPL vmlinux 0x05dd99f0 fixed_phy_register +EXPORT_SYMBOL_GPL vmlinux 0x05e85f11 platform_device_add_resources +EXPORT_SYMBOL_GPL vmlinux 0x05fbee39 fscrypt_prepare_symlink +EXPORT_SYMBOL_GPL vmlinux 0x0601f840 pm_runtime_enable +EXPORT_SYMBOL_GPL vmlinux 0x06033846 devres_for_each_res +EXPORT_SYMBOL_GPL vmlinux 0x06055a23 __tracepoint_pelt_se_tp +EXPORT_SYMBOL_GPL vmlinux 0x0608ce56 devm_clk_hw_register +EXPORT_SYMBOL_GPL vmlinux 0x060d1c95 vfs_submount +EXPORT_SYMBOL_GPL vmlinux 0x0611ebe3 fib_nl_delrule +EXPORT_SYMBOL_GPL vmlinux 0x061336ae blocking_notifier_chain_register_unique_prio +EXPORT_SYMBOL_GPL vmlinux 0x0613e48b devm_thermal_add_hwmon_sysfs +EXPORT_SYMBOL_GPL vmlinux 0x06173c74 edac_device_handle_ce_count +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 0x064db9a5 mark_mounts_for_expiry +EXPORT_SYMBOL_GPL vmlinux 0x06505c7c synth_event_gen_cmd_array_start +EXPORT_SYMBOL_GPL vmlinux 0x065532ee mtk_pinconf_drive_get_rev1 +EXPORT_SYMBOL_GPL vmlinux 0x065cea31 rio_free_net +EXPORT_SYMBOL_GPL vmlinux 0x067466ca blk_stat_disable_accounting +EXPORT_SYMBOL_GPL vmlinux 0x067e84ff dummy_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0x067f6bb9 regulator_set_ramp_delay_regmap +EXPORT_SYMBOL_GPL vmlinux 0x068c6a2e __xdp_rxq_info_reg +EXPORT_SYMBOL_GPL vmlinux 0x0691ce92 of_icc_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0x06afc831 led_set_brightness_nosleep +EXPORT_SYMBOL_GPL vmlinux 0x06b970a5 zynqmp_pm_ospi_mux_select +EXPORT_SYMBOL_GPL vmlinux 0x06cca30b ring_buffer_record_off +EXPORT_SYMBOL_GPL vmlinux 0x06d198f8 clk_regmap_divider_ops +EXPORT_SYMBOL_GPL vmlinux 0x06d877d7 ip6_route_output_flags_noref +EXPORT_SYMBOL_GPL vmlinux 0x06d8f25b gpiod_get_array_optional +EXPORT_SYMBOL_GPL vmlinux 0x06e4433e sunxi_ccu_set_mmc_timing_mode +EXPORT_SYMBOL_GPL vmlinux 0x06e99aa3 __percpu_down_read +EXPORT_SYMBOL_GPL vmlinux 0x06ec4f78 serial8250_do_startup +EXPORT_SYMBOL_GPL vmlinux 0x06f5e981 phy_gbit_all_ports_features +EXPORT_SYMBOL_GPL vmlinux 0x070054b3 scsi_internal_device_unblock_nowait +EXPORT_SYMBOL_GPL vmlinux 0x070c63a3 mptcp_pm_get_add_addr_signal_max +EXPORT_SYMBOL_GPL vmlinux 0x070e6130 dpcon_set_notification +EXPORT_SYMBOL_GPL vmlinux 0x0715005b device_create_managed_software_node +EXPORT_SYMBOL_GPL vmlinux 0x07209c3a edac_mc_del_mc +EXPORT_SYMBOL_GPL vmlinux 0x0722678e clk_regmap_mux_ro_ops +EXPORT_SYMBOL_GPL vmlinux 0x07238510 devfreq_event_disable_edev +EXPORT_SYMBOL_GPL vmlinux 0x07242d92 put_dax +EXPORT_SYMBOL_GPL vmlinux 0x07363621 gen_pool_get +EXPORT_SYMBOL_GPL vmlinux 0x07405a9e uart_insert_char +EXPORT_SYMBOL_GPL vmlinux 0x07483e13 cn_del_callback +EXPORT_SYMBOL_GPL vmlinux 0x0749b844 gpiod_direction_input +EXPORT_SYMBOL_GPL vmlinux 0x074f98db synth_event_add_field +EXPORT_SYMBOL_GPL vmlinux 0x0753cca5 device_add +EXPORT_SYMBOL_GPL vmlinux 0x0756a31c register_platform_power_off +EXPORT_SYMBOL_GPL vmlinux 0x076356e7 sfp_may_have_phy +EXPORT_SYMBOL_GPL vmlinux 0x076e47f1 crypto_register_aead +EXPORT_SYMBOL_GPL vmlinux 0x0773e50c xenbus_free_evtchn +EXPORT_SYMBOL_GPL vmlinux 0x07822935 devm_phy_package_join +EXPORT_SYMBOL_GPL vmlinux 0x07abec42 led_get_default_pattern +EXPORT_SYMBOL_GPL vmlinux 0x07b21f85 kdb_get_kbd_char +EXPORT_SYMBOL_GPL vmlinux 0x07b52e38 rtnl_unregister +EXPORT_SYMBOL_GPL vmlinux 0x07b6e393 spi_mem_adjust_op_size +EXPORT_SYMBOL_GPL vmlinux 0x07be6905 net_inc_egress_queue +EXPORT_SYMBOL_GPL vmlinux 0x07d06200 clk_divider_ops +EXPORT_SYMBOL_GPL vmlinux 0x07d362d4 balloon_mops +EXPORT_SYMBOL_GPL vmlinux 0x07d3946b pci_device_is_present +EXPORT_SYMBOL_GPL vmlinux 0x07da0bb4 kvm_vcpu_read_guest +EXPORT_SYMBOL_GPL vmlinux 0x07dec93b crypto_unregister_skciphers +EXPORT_SYMBOL_GPL vmlinux 0x07f3c471 call_switchdev_notifiers +EXPORT_SYMBOL_GPL vmlinux 0x07f57bb2 call_srcu +EXPORT_SYMBOL_GPL vmlinux 0x07f915c9 vfs_remove_acl +EXPORT_SYMBOL_GPL vmlinux 0x07fa7784 smpboot_register_percpu_thread +EXPORT_SYMBOL_GPL vmlinux 0x080996fc fuse_conn_get +EXPORT_SYMBOL_GPL vmlinux 0x08135613 dax_write_cache +EXPORT_SYMBOL_GPL vmlinux 0x0816ba2e fscrypt_set_context +EXPORT_SYMBOL_GPL vmlinux 0x08213956 phylink_ethtool_get_wol +EXPORT_SYMBOL_GPL vmlinux 0x0829b759 fsl_mc_portal_allocate +EXPORT_SYMBOL_GPL vmlinux 0x084cf3b8 input_ff_upload +EXPORT_SYMBOL_GPL vmlinux 0x08522dc6 __devm_clk_hw_register_divider +EXPORT_SYMBOL_GPL vmlinux 0x08576175 unregister_kretprobes +EXPORT_SYMBOL_GPL vmlinux 0x085bffd1 trace_seq_bitmask +EXPORT_SYMBOL_GPL vmlinux 0x085f0636 acpi_dev_add_driver_gpios +EXPORT_SYMBOL_GPL vmlinux 0x085f56c7 tpm1_getcap +EXPORT_SYMBOL_GPL vmlinux 0x086f1712 skcipher_walk_virt +EXPORT_SYMBOL_GPL vmlinux 0x087f5dc5 wm831x_of_match +EXPORT_SYMBOL_GPL vmlinux 0x087fd6fd pm_genpd_add_subdomain +EXPORT_SYMBOL_GPL vmlinux 0x089a890e xen_dbgp_reset_prep +EXPORT_SYMBOL_GPL vmlinux 0x089d9a37 tpm_pm_suspend +EXPORT_SYMBOL_GPL vmlinux 0x08a88a9f __SCK__tp_func_ata_tf_load +EXPORT_SYMBOL_GPL vmlinux 0x08b85233 ata_port_wait_eh +EXPORT_SYMBOL_GPL vmlinux 0x08c61932 devl_region_create +EXPORT_SYMBOL_GPL vmlinux 0x08c78cf7 offline_and_remove_memory +EXPORT_SYMBOL_GPL vmlinux 0x08f507ce dm_get_md +EXPORT_SYMBOL_GPL vmlinux 0x0900ff5c __blk_req_zone_write_lock +EXPORT_SYMBOL_GPL vmlinux 0x0905fa98 crypto_aead_setkey +EXPORT_SYMBOL_GPL vmlinux 0x0907d14d blocking_notifier_chain_register +EXPORT_SYMBOL_GPL vmlinux 0x0909c767 cleanup_srcu_struct +EXPORT_SYMBOL_GPL vmlinux 0x09148655 power_supply_set_property +EXPORT_SYMBOL_GPL vmlinux 0x091eb9b4 round_jiffies +EXPORT_SYMBOL_GPL vmlinux 0x0929a449 usb_wakeup_notification +EXPORT_SYMBOL_GPL vmlinux 0x09337cd0 __wake_up_locked_key +EXPORT_SYMBOL_GPL vmlinux 0x093786cf synth_event_add_field_str +EXPORT_SYMBOL_GPL vmlinux 0x0956d873 __hwspin_unlock +EXPORT_SYMBOL_GPL vmlinux 0x095fff8f vfs_fallocate +EXPORT_SYMBOL_GPL vmlinux 0x0976822d sfp_get_module_eeprom_by_page +EXPORT_SYMBOL_GPL vmlinux 0x0981ba1a __fscrypt_prepare_link +EXPORT_SYMBOL_GPL vmlinux 0x098485b7 fscrypt_ioctl_add_key +EXPORT_SYMBOL_GPL vmlinux 0x098aa47b open_related_ns +EXPORT_SYMBOL_GPL vmlinux 0x09a47495 devres_add +EXPORT_SYMBOL_GPL vmlinux 0x09ac5f94 pinctrl_register_and_init +EXPORT_SYMBOL_GPL vmlinux 0x09af19c5 key_type_logon +EXPORT_SYMBOL_GPL vmlinux 0x09b34675 blk_queue_max_discard_segments +EXPORT_SYMBOL_GPL vmlinux 0x09b53e14 interval_tree_remove +EXPORT_SYMBOL_GPL vmlinux 0x09bb456c tps6586x_write +EXPORT_SYMBOL_GPL vmlinux 0x09bdd6b5 usb_phy_roothub_alloc +EXPORT_SYMBOL_GPL vmlinux 0x09cd8107 dma_resv_iter_next +EXPORT_SYMBOL_GPL vmlinux 0x09cedb02 xenbus_dev_remove +EXPORT_SYMBOL_GPL vmlinux 0x09cefe48 regulator_set_pull_down_regmap +EXPORT_SYMBOL_GPL vmlinux 0x09f3fbaf mptcp_subflow_init_cookie_req +EXPORT_SYMBOL_GPL vmlinux 0x09f8fe65 finish_rcuwait +EXPORT_SYMBOL_GPL vmlinux 0x0a0b3220 of_thermal_is_trip_valid +EXPORT_SYMBOL_GPL vmlinux 0x0a235f6c pinctrl_put +EXPORT_SYMBOL_GPL vmlinux 0x0a255be3 wm8350_reg_write +EXPORT_SYMBOL_GPL vmlinux 0x0a271eaf dax_inode +EXPORT_SYMBOL_GPL vmlinux 0x0a385f08 of_phandle_iterator_next +EXPORT_SYMBOL_GPL vmlinux 0x0a463293 __tracepoint_error_report_end +EXPORT_SYMBOL_GPL vmlinux 0x0a52c511 hv_query_ext_cap +EXPORT_SYMBOL_GPL vmlinux 0x0a54be5f attribute_container_register +EXPORT_SYMBOL_GPL vmlinux 0x0a62e645 securityfs_create_symlink +EXPORT_SYMBOL_GPL vmlinux 0x0a653e85 usb_unlink_urb +EXPORT_SYMBOL_GPL vmlinux 0x0a7ceb30 __tracepoint_non_standard_event +EXPORT_SYMBOL_GPL vmlinux 0x0a8162a8 raw_v4_hashinfo +EXPORT_SYMBOL_GPL vmlinux 0x0a83f88f regulator_register +EXPORT_SYMBOL_GPL vmlinux 0x0a8b57e4 device_match_name +EXPORT_SYMBOL_GPL vmlinux 0x0a9cde96 phylink_of_phy_connect +EXPORT_SYMBOL_GPL vmlinux 0x0aa02e55 acpi_is_pnp_device +EXPORT_SYMBOL_GPL vmlinux 0x0aa17a7a mtk_pinconf_adv_pull_set +EXPORT_SYMBOL_GPL vmlinux 0x0aa1a255 kernfs_find_and_get_ns +EXPORT_SYMBOL_GPL vmlinux 0x0aa60d75 devm_pinctrl_register +EXPORT_SYMBOL_GPL vmlinux 0x0aa71af0 of_dma_simple_xlate +EXPORT_SYMBOL_GPL vmlinux 0x0abc6be6 k3_ringacc_ring_is_full +EXPORT_SYMBOL_GPL vmlinux 0x0aea8706 nf_queue_nf_hook_drop +EXPORT_SYMBOL_GPL vmlinux 0x0af6887a ahci_platform_resume_host +EXPORT_SYMBOL_GPL vmlinux 0x0b07abe2 unshare_fs_struct +EXPORT_SYMBOL_GPL vmlinux 0x0b1a89d1 mmc_sanitize +EXPORT_SYMBOL_GPL vmlinux 0x0b1bb9f9 synchronize_rcu_tasks +EXPORT_SYMBOL_GPL vmlinux 0x0b2090ce skb_zerocopy_iter_stream +EXPORT_SYMBOL_GPL vmlinux 0x0b2db2d5 remove_resource +EXPORT_SYMBOL_GPL vmlinux 0x0b3a3ed7 zynqmp_pm_fpga_get_status +EXPORT_SYMBOL_GPL vmlinux 0x0b52e502 apei_resources_add +EXPORT_SYMBOL_GPL vmlinux 0x0b5862db stmpe_reg_read +EXPORT_SYMBOL_GPL vmlinux 0x0b5eef6d ahci_platform_enable_clks +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 0x0b73aea2 mtk_pinconf_bias_get_rev1 +EXPORT_SYMBOL_GPL vmlinux 0x0b8c8a23 static_key_fast_inc_not_disabled +EXPORT_SYMBOL_GPL vmlinux 0x0b8ec1b3 ahci_stop_engine +EXPORT_SYMBOL_GPL vmlinux 0x0b9018b9 _copy_from_iter_flushcache +EXPORT_SYMBOL_GPL vmlinux 0x0b9e8880 device_for_each_child_reverse +EXPORT_SYMBOL_GPL vmlinux 0x0b9f2fcd pm_generic_restore_early +EXPORT_SYMBOL_GPL vmlinux 0x0bad9481 security_file_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x0bb028d4 hisi_clk_register_fixed_factor +EXPORT_SYMBOL_GPL vmlinux 0x0bbdc9b2 remove_memory +EXPORT_SYMBOL_GPL vmlinux 0x0bdf1ba4 __pm_relax +EXPORT_SYMBOL_GPL vmlinux 0x0be38e5f sock_map_close +EXPORT_SYMBOL_GPL vmlinux 0x0bf32478 __SCK__tp_func_pelt_rt_tp +EXPORT_SYMBOL_GPL vmlinux 0x0bff8a47 crypto_alloc_skcipher +EXPORT_SYMBOL_GPL vmlinux 0x0c067f6b tty_buffer_space_avail +EXPORT_SYMBOL_GPL vmlinux 0x0c1a5ee3 log_post_read_mmio +EXPORT_SYMBOL_GPL vmlinux 0x0c2103db rockchip_pcie_parse_dt +EXPORT_SYMBOL_GPL vmlinux 0x0c2a80e8 device_phy_find_device +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 0x0c60b7ca ata_host_alloc_pinfo +EXPORT_SYMBOL_GPL vmlinux 0x0c676e08 serial8250_modem_status +EXPORT_SYMBOL_GPL vmlinux 0x0c77d437 nf_queue +EXPORT_SYMBOL_GPL vmlinux 0x0c793466 ping_recvmsg +EXPORT_SYMBOL_GPL vmlinux 0x0c805ea3 pkcs7_parse_message +EXPORT_SYMBOL_GPL vmlinux 0x0c85b00f pinctrl_generic_get_group_count +EXPORT_SYMBOL_GPL vmlinux 0x0c88c1c3 pci_vpd_find_id_string +EXPORT_SYMBOL_GPL vmlinux 0x0c8c573b key_type_user +EXPORT_SYMBOL_GPL vmlinux 0x0c8f2450 md_stop_writes +EXPORT_SYMBOL_GPL vmlinux 0x0ca1a7d8 device_get_match_data +EXPORT_SYMBOL_GPL vmlinux 0x0cac1225 clk_fixed_rate_ops +EXPORT_SYMBOL_GPL vmlinux 0x0cbe3ee2 software_node_unregister +EXPORT_SYMBOL_GPL vmlinux 0x0cc4b6cb mmc_regulator_set_ocr +EXPORT_SYMBOL_GPL vmlinux 0x0cc9d36c iommu_group_claim_dma_owner +EXPORT_SYMBOL_GPL vmlinux 0x0ccf5275 zynqmp_pm_pinctrl_get_config +EXPORT_SYMBOL_GPL vmlinux 0x0cd27b6a virtqueue_get_vring_size +EXPORT_SYMBOL_GPL vmlinux 0x0ce3dd73 bman_is_probed +EXPORT_SYMBOL_GPL vmlinux 0x0ced1058 __of_reset_control_get +EXPORT_SYMBOL_GPL vmlinux 0x0ced2307 tcp_enter_memory_pressure +EXPORT_SYMBOL_GPL vmlinux 0x0cf2ae67 unix_inq_len +EXPORT_SYMBOL_GPL vmlinux 0x0cf4b4a4 scsi_target_block +EXPORT_SYMBOL_GPL vmlinux 0x0cf795dc of_genpd_del_provider +EXPORT_SYMBOL_GPL vmlinux 0x0d16e7a9 tty_perform_flush +EXPORT_SYMBOL_GPL vmlinux 0x0d2ca61e rio_request_inb_dbell +EXPORT_SYMBOL_GPL vmlinux 0x0d3a6be6 hisi_clk_init +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 0x0d4e86f2 crypto_stats_rng_seed +EXPORT_SYMBOL_GPL vmlinux 0x0d5cecc6 ima_measure_critical_data +EXPORT_SYMBOL_GPL vmlinux 0x0d5d77ce __traceiter_neigh_update_done +EXPORT_SYMBOL_GPL vmlinux 0x0d6a49d4 tcp_memory_per_cpu_fw_alloc +EXPORT_SYMBOL_GPL vmlinux 0x0d80a8d2 netdev_rx_handler_unregister +EXPORT_SYMBOL_GPL vmlinux 0x0d931e17 spi_finalize_current_message +EXPORT_SYMBOL_GPL vmlinux 0x0d9bba1c anon_inode_getfd +EXPORT_SYMBOL_GPL vmlinux 0x0da49ab0 bio_start_io_acct +EXPORT_SYMBOL_GPL vmlinux 0x0daac39d skb_mpls_push +EXPORT_SYMBOL_GPL vmlinux 0x0dac7a27 dax_iomap_fault +EXPORT_SYMBOL_GPL vmlinux 0x0dd0e732 xenbus_probe_devices +EXPORT_SYMBOL_GPL vmlinux 0x0dd749f9 iommu_alloc_resv_region +EXPORT_SYMBOL_GPL vmlinux 0x0ddb1cd7 llist_reverse_order +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 0x0e13e10d serdev_controller_alloc +EXPORT_SYMBOL_GPL vmlinux 0x0e277d67 mctrl_gpio_free +EXPORT_SYMBOL_GPL vmlinux 0x0e454574 modify_user_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0x0e5cc9d7 xdp_unreg_mem_model +EXPORT_SYMBOL_GPL vmlinux 0x0e64af27 cpufreq_driver_fast_switch +EXPORT_SYMBOL_GPL vmlinux 0x0e673b59 screen_pos +EXPORT_SYMBOL_GPL vmlinux 0x0e6b79af static_key_disable_cpuslocked +EXPORT_SYMBOL_GPL vmlinux 0x0e752b3d l3mdev_fib_table_by_index +EXPORT_SYMBOL_GPL vmlinux 0x0e7540dc crypto_drop_spawn +EXPORT_SYMBOL_GPL vmlinux 0x0e78a474 disk_set_independent_access_ranges +EXPORT_SYMBOL_GPL vmlinux 0x0e7d81ce __clk_mux_determine_rate +EXPORT_SYMBOL_GPL vmlinux 0x0e7fb1fd pinctrl_parse_index_with_args +EXPORT_SYMBOL_GPL vmlinux 0x0e819840 crypto_stats_akcipher_encrypt +EXPORT_SYMBOL_GPL vmlinux 0x0e83b96c gov_attr_set_get +EXPORT_SYMBOL_GPL vmlinux 0x0e890ec0 extcon_register_notifier_all +EXPORT_SYMBOL_GPL vmlinux 0x0e8ec455 hvc_poll +EXPORT_SYMBOL_GPL vmlinux 0x0e98dc09 regcache_sync +EXPORT_SYMBOL_GPL vmlinux 0x0ea5cbce xen_irq_lateeoi +EXPORT_SYMBOL_GPL vmlinux 0x0ea7a556 iommu_device_claim_dma_owner +EXPORT_SYMBOL_GPL vmlinux 0x0ea96e47 serial8250_do_shutdown +EXPORT_SYMBOL_GPL vmlinux 0x0eaf02f2 scsi_eh_ready_devs +EXPORT_SYMBOL_GPL vmlinux 0x0eb3f029 css_next_descendant_pre +EXPORT_SYMBOL_GPL vmlinux 0x0ebb03a4 devlink_trap_groups_unregister +EXPORT_SYMBOL_GPL vmlinux 0x0ec096b0 hv_read_reference_counter +EXPORT_SYMBOL_GPL vmlinux 0x0ecfea88 btf_type_by_id +EXPORT_SYMBOL_GPL vmlinux 0x0ed286e0 disk_update_readahead +EXPORT_SYMBOL_GPL vmlinux 0x0ee0682d ata_port_desc +EXPORT_SYMBOL_GPL vmlinux 0x0ef776eb debugfs_create_regset32 +EXPORT_SYMBOL_GPL vmlinux 0x0efcaccd ping_getfrag +EXPORT_SYMBOL_GPL vmlinux 0x0f020a71 sk_msg_zerocopy_from_iter +EXPORT_SYMBOL_GPL vmlinux 0x0f180070 ring_buffer_free_read_page +EXPORT_SYMBOL_GPL vmlinux 0x0f217792 gpiod_set_array_value +EXPORT_SYMBOL_GPL vmlinux 0x0f41befc devfreq_cooling_register +EXPORT_SYMBOL_GPL vmlinux 0x0f45f03c fwnode_get_next_parent +EXPORT_SYMBOL_GPL vmlinux 0x0f65b899 dw_pcie_host_deinit +EXPORT_SYMBOL_GPL vmlinux 0x0f66c2a3 unix_outq_len +EXPORT_SYMBOL_GPL vmlinux 0x0f72ada1 acpi_dev_resource_io +EXPORT_SYMBOL_GPL vmlinux 0x0f7ca236 dmi_memdev_name +EXPORT_SYMBOL_GPL vmlinux 0x0f7d080b irq_alloc_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0x0faa2c9a __tracepoint_ata_bmdma_setup +EXPORT_SYMBOL_GPL vmlinux 0x0fac5891 sysfs_remove_mount_point +EXPORT_SYMBOL_GPL vmlinux 0x0fbb7344 memremap_compat_align +EXPORT_SYMBOL_GPL vmlinux 0x0fbc0c0e xas_pause +EXPORT_SYMBOL_GPL vmlinux 0x0fd4610e kmem_dump_obj +EXPORT_SYMBOL_GPL vmlinux 0x0fd82d43 security_inode_create +EXPORT_SYMBOL_GPL vmlinux 0x0fe57ea5 crypto_unregister_kpp +EXPORT_SYMBOL_GPL vmlinux 0x0fedcfe2 ipv6_dup_options +EXPORT_SYMBOL_GPL vmlinux 0x0ff16e63 rio_map_inb_region +EXPORT_SYMBOL_GPL vmlinux 0x10091b7b sbitmap_add_wait_queue +EXPORT_SYMBOL_GPL vmlinux 0x100c3d01 pci_epc_mem_alloc_addr +EXPORT_SYMBOL_GPL vmlinux 0x10138352 tracing_on +EXPORT_SYMBOL_GPL vmlinux 0x10233583 __irq_domain_alloc_fwnode +EXPORT_SYMBOL_GPL vmlinux 0x102763d4 rio_unregister_scan +EXPORT_SYMBOL_GPL vmlinux 0x1027e2c8 pci_ecam_map_bus +EXPORT_SYMBOL_GPL vmlinux 0x1029060d xhci_init_driver +EXPORT_SYMBOL_GPL vmlinux 0x1039358b sdio_writesb +EXPORT_SYMBOL_GPL vmlinux 0x103ec820 virtio_check_driver_offered_feature +EXPORT_SYMBOL_GPL vmlinux 0x10401d6a sb800_prefetch +EXPORT_SYMBOL_GPL vmlinux 0x104fe58c msg_zerocopy_realloc +EXPORT_SYMBOL_GPL vmlinux 0x10533894 bpf_trace_run6 +EXPORT_SYMBOL_GPL vmlinux 0x105e2145 thermal_zone_device_register_with_trips +EXPORT_SYMBOL_GPL vmlinux 0x106b0a19 tcp_slow_start +EXPORT_SYMBOL_GPL vmlinux 0x1074bf71 __traceiter_ata_tf_load +EXPORT_SYMBOL_GPL vmlinux 0x10778a8a vcap_is_next_lookup +EXPORT_SYMBOL_GPL vmlinux 0x10845efb inode_dax +EXPORT_SYMBOL_GPL vmlinux 0x108a0acd bstr_printf +EXPORT_SYMBOL_GPL vmlinux 0x109b7697 mpc8xxx_spi_rx_buf_u32 +EXPORT_SYMBOL_GPL vmlinux 0x10a54277 dev_pm_qos_hide_latency_limit +EXPORT_SYMBOL_GPL vmlinux 0x10b4d192 umd_cleanup_helper +EXPORT_SYMBOL_GPL vmlinux 0x10b55639 stmpe_block_write +EXPORT_SYMBOL_GPL vmlinux 0x10b89330 crypto_has_shash +EXPORT_SYMBOL_GPL vmlinux 0x10c90146 rio_register_mport +EXPORT_SYMBOL_GPL vmlinux 0x10d7473e clk_mux_val_to_index +EXPORT_SYMBOL_GPL vmlinux 0x10d9f317 stack_depot_init +EXPORT_SYMBOL_GPL vmlinux 0x10ddc42b __devm_clk_hw_register_gate +EXPORT_SYMBOL_GPL vmlinux 0x10ec63ea of_devfreq_cooling_register +EXPORT_SYMBOL_GPL vmlinux 0x10ecc52c usb_amd_quirk_pll_enable +EXPORT_SYMBOL_GPL vmlinux 0x10efbf73 mtk_paris_pinctrl_probe +EXPORT_SYMBOL_GPL vmlinux 0x110106c1 cper_severity_to_aer +EXPORT_SYMBOL_GPL vmlinux 0x11134e9b class_interface_unregister +EXPORT_SYMBOL_GPL vmlinux 0x11140cd3 devlink_port_type_ib_set +EXPORT_SYMBOL_GPL vmlinux 0x111476f8 inet_hash +EXPORT_SYMBOL_GPL vmlinux 0x1127dd4e regulator_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x11293b03 evm_verifyxattr +EXPORT_SYMBOL_GPL vmlinux 0x114acea5 pm_runtime_barrier +EXPORT_SYMBOL_GPL vmlinux 0x116b9f05 __reset_control_get +EXPORT_SYMBOL_GPL vmlinux 0x117494b6 elv_unregister +EXPORT_SYMBOL_GPL vmlinux 0x117529ba ping_bind +EXPORT_SYMBOL_GPL vmlinux 0x1185dadf get_cpu_device +EXPORT_SYMBOL_GPL vmlinux 0x11982882 devm_kasprintf_strarray +EXPORT_SYMBOL_GPL vmlinux 0x11983743 bus_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x1199aeb4 blk_mq_quiesce_queue_nowait +EXPORT_SYMBOL_GPL vmlinux 0x11a3775f dw_pcie_ep_init_notify +EXPORT_SYMBOL_GPL vmlinux 0x11aee1a3 regmap_field_bulk_free +EXPORT_SYMBOL_GPL vmlinux 0x11b0df18 ncsi_vlan_rx_add_vid +EXPORT_SYMBOL_GPL vmlinux 0x11b8624e fib_nh_common_release +EXPORT_SYMBOL_GPL vmlinux 0x11df0e75 devlink_fmsg_binary_pair_nest_start +EXPORT_SYMBOL_GPL vmlinux 0x11dfa481 meson_clk_mpll_ops +EXPORT_SYMBOL_GPL vmlinux 0x11e06ee9 badrange_init +EXPORT_SYMBOL_GPL vmlinux 0x11e421df i2c_acpi_waive_d0_probe +EXPORT_SYMBOL_GPL vmlinux 0x11ee6cb2 phy_validate +EXPORT_SYMBOL_GPL vmlinux 0x11fa3402 dst_cache_set_ip4 +EXPORT_SYMBOL_GPL vmlinux 0x11fd3942 nvdimm_to_bus +EXPORT_SYMBOL_GPL vmlinux 0x12056e53 mas_store_gfp +EXPORT_SYMBOL_GPL vmlinux 0x12071d45 of_css +EXPORT_SYMBOL_GPL vmlinux 0x12091c50 strp_process +EXPORT_SYMBOL_GPL vmlinux 0x12135396 phylink_mac_change +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 0x1239ae6e ip6_datagram_send_ctl +EXPORT_SYMBOL_GPL vmlinux 0x124b8b5a usb_init_urb +EXPORT_SYMBOL_GPL vmlinux 0x12537dae __tracepoint_napi_poll +EXPORT_SYMBOL_GPL vmlinux 0x125e8e08 pinctrl_pm_select_sleep_state +EXPORT_SYMBOL_GPL vmlinux 0x126506bd device_register +EXPORT_SYMBOL_GPL vmlinux 0x12657048 __sock_recv_wifi_status +EXPORT_SYMBOL_GPL vmlinux 0x126588fa fib_new_table +EXPORT_SYMBOL_GPL vmlinux 0x1267242c bpf_trace_run12 +EXPORT_SYMBOL_GPL vmlinux 0x127bd524 usb_get_descriptor +EXPORT_SYMBOL_GPL vmlinux 0x127f6707 ahci_start_fis_rx +EXPORT_SYMBOL_GPL vmlinux 0x12876956 usb_hcd_giveback_urb +EXPORT_SYMBOL_GPL vmlinux 0x1290265f ahci_check_ready +EXPORT_SYMBOL_GPL vmlinux 0x12919677 da903x_read +EXPORT_SYMBOL_GPL vmlinux 0x12931ecd phy_optional_get +EXPORT_SYMBOL_GPL vmlinux 0x129953ff pci_user_read_config_word +EXPORT_SYMBOL_GPL vmlinux 0x129e10c7 ehci_adjust_port_wakeup_flags +EXPORT_SYMBOL_GPL vmlinux 0x12a3975a skcipher_alloc_instance_simple +EXPORT_SYMBOL_GPL vmlinux 0x12bbf153 devres_remove +EXPORT_SYMBOL_GPL vmlinux 0x12c503d6 regmap_field_update_bits_base +EXPORT_SYMBOL_GPL vmlinux 0x12c7b503 md_submit_discard_bio +EXPORT_SYMBOL_GPL vmlinux 0x12d13056 dev_pm_domain_detach +EXPORT_SYMBOL_GPL vmlinux 0x12e6076e netlink_strict_get_check +EXPORT_SYMBOL_GPL vmlinux 0x12ea48c3 sdio_claim_host +EXPORT_SYMBOL_GPL vmlinux 0x12ee1173 memory_group_unregister +EXPORT_SYMBOL_GPL vmlinux 0x12f679e3 __crypto_alloc_tfm +EXPORT_SYMBOL_GPL vmlinux 0x13090724 add_vmfork_randomness +EXPORT_SYMBOL_GPL vmlinux 0x130a1d0f devlink_params_register +EXPORT_SYMBOL_GPL vmlinux 0x130d2030 get_kernel_pages +EXPORT_SYMBOL_GPL vmlinux 0x131a5ed7 regmap_del_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0x131db64a system_long_wq +EXPORT_SYMBOL_GPL vmlinux 0x13215474 arm64_mm_context_get +EXPORT_SYMBOL_GPL vmlinux 0x133969d7 __trace_printk +EXPORT_SYMBOL_GPL vmlinux 0x13497e7b netlink_remove_tap +EXPORT_SYMBOL_GPL vmlinux 0x13520c03 meson_clk_dualdiv_ro_ops +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 0x137c1598 pci_host_common_remove +EXPORT_SYMBOL_GPL vmlinux 0x1383be26 set_online_page_callback +EXPORT_SYMBOL_GPL vmlinux 0x13850a6f shmem_truncate_range +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 0x1399d7d3 __devm_regmap_init_mmio_clk +EXPORT_SYMBOL_GPL vmlinux 0x13c2560b blkcg_get_fc_appid +EXPORT_SYMBOL_GPL vmlinux 0x13ce87e8 asn1_ber_decoder +EXPORT_SYMBOL_GPL vmlinux 0x13d11bcc bus_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0x13db1eb8 k3_udma_glue_rx_cppi5_to_dma_addr +EXPORT_SYMBOL_GPL vmlinux 0x13dc6aae dpcon_open +EXPORT_SYMBOL_GPL vmlinux 0x13dd799f pci_epc_raise_irq +EXPORT_SYMBOL_GPL vmlinux 0x13e35342 dprc_open +EXPORT_SYMBOL_GPL vmlinux 0x13ed8784 sdev_evt_alloc +EXPORT_SYMBOL_GPL vmlinux 0x13f4e1b5 dst_blackhole_redirect +EXPORT_SYMBOL_GPL vmlinux 0x13f9c8a6 stmpe_enable +EXPORT_SYMBOL_GPL vmlinux 0x13fab921 cpuidle_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0x140279d6 lwtunnel_xmit +EXPORT_SYMBOL_GPL vmlinux 0x1403ad09 cpufreq_add_update_util_hook +EXPORT_SYMBOL_GPL vmlinux 0x14073320 of_get_regulator_init_data +EXPORT_SYMBOL_GPL vmlinux 0x14131afc crypto_alloc_acomp +EXPORT_SYMBOL_GPL vmlinux 0x1415d4bb ip6_datagram_connect +EXPORT_SYMBOL_GPL vmlinux 0x141f38bf ktime_get_raw_fast_ns +EXPORT_SYMBOL_GPL vmlinux 0x1422351d of_property_read_variable_u8_array +EXPORT_SYMBOL_GPL vmlinux 0x142600b4 dm_copy_name_and_uuid +EXPORT_SYMBOL_GPL vmlinux 0x1432a3f9 ima_inode_hash +EXPORT_SYMBOL_GPL vmlinux 0x144cea1d clean_acked_data_enable +EXPORT_SYMBOL_GPL vmlinux 0x1456762b k3_ringacc_ring_get_free +EXPORT_SYMBOL_GPL vmlinux 0x14574358 led_classdev_suspend +EXPORT_SYMBOL_GPL vmlinux 0x14590d00 ping_err +EXPORT_SYMBOL_GPL vmlinux 0x146626a0 mas_find_rev +EXPORT_SYMBOL_GPL vmlinux 0x1469132b __traceiter_pelt_rt_tp +EXPORT_SYMBOL_GPL vmlinux 0x146cc88f bpf_master_redirect_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0x14799264 rio_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x1489c34e ip6_input +EXPORT_SYMBOL_GPL vmlinux 0x148fd794 enable_kprobe +EXPORT_SYMBOL_GPL vmlinux 0x149793ab dma_get_slave_channel +EXPORT_SYMBOL_GPL vmlinux 0x14ae8fe2 regulator_disable_regmap +EXPORT_SYMBOL_GPL vmlinux 0x14be3b6f handle_mm_fault +EXPORT_SYMBOL_GPL vmlinux 0x14bf0553 udp_bpf_update_proto +EXPORT_SYMBOL_GPL vmlinux 0x14ce1a26 xhci_update_hub_device +EXPORT_SYMBOL_GPL vmlinux 0x14e02a25 fat_attach +EXPORT_SYMBOL_GPL vmlinux 0x14ec4fdb evtchn_put +EXPORT_SYMBOL_GPL vmlinux 0x14f008ed pci_epf_unbind +EXPORT_SYMBOL_GPL vmlinux 0x14f124e1 genphy_c45_baset1_read_status +EXPORT_SYMBOL_GPL vmlinux 0x15021b4a xa_delete_node +EXPORT_SYMBOL_GPL vmlinux 0x15159f45 usb_hcd_end_port_resume +EXPORT_SYMBOL_GPL vmlinux 0x152604b7 usb_control_msg_send +EXPORT_SYMBOL_GPL vmlinux 0x1527a609 fscrypt_ioctl_get_key_status +EXPORT_SYMBOL_GPL vmlinux 0x152b027f blk_req_needs_zone_write_lock +EXPORT_SYMBOL_GPL vmlinux 0x1534fae0 badblocks_clear +EXPORT_SYMBOL_GPL vmlinux 0x15395a62 led_trigger_register_simple +EXPORT_SYMBOL_GPL vmlinux 0x153b60a6 klist_del +EXPORT_SYMBOL_GPL vmlinux 0x15469b99 regmap_parse_val +EXPORT_SYMBOL_GPL vmlinux 0x1546b475 raw_seq_stop +EXPORT_SYMBOL_GPL vmlinux 0x15510a89 devlink_fmsg_binary_put +EXPORT_SYMBOL_GPL vmlinux 0x1557c364 wakeup_source_add +EXPORT_SYMBOL_GPL vmlinux 0x15886f48 hte_disable_ts +EXPORT_SYMBOL_GPL vmlinux 0x159408e3 rockchip_register_restart_notifier +EXPORT_SYMBOL_GPL vmlinux 0x15989330 sprd_pinctrl_remove +EXPORT_SYMBOL_GPL vmlinux 0x159d5a81 devlink_resource_occ_get_register +EXPORT_SYMBOL_GPL vmlinux 0x15a8a065 tpm_tis_core_init +EXPORT_SYMBOL_GPL vmlinux 0x15ade1cc filter_irq_stacks +EXPORT_SYMBOL_GPL vmlinux 0x15b60755 usb_string +EXPORT_SYMBOL_GPL vmlinux 0x15bd7435 psi_memstall_leave +EXPORT_SYMBOL_GPL vmlinux 0x15c4e3e2 phylink_ethtool_set_pauseparam +EXPORT_SYMBOL_GPL vmlinux 0x15c60a71 __tracepoint_pelt_dl_tp +EXPORT_SYMBOL_GPL vmlinux 0x15dcf494 fsl_mc_driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0x15e09a0f regulator_set_bypass_regmap +EXPORT_SYMBOL_GPL vmlinux 0x15e2f147 pci_iov_virtfn_devfn +EXPORT_SYMBOL_GPL vmlinux 0x15ea2648 hwpoison_filter_flags_mask +EXPORT_SYMBOL_GPL vmlinux 0x161827a5 devlink_port_unregister +EXPORT_SYMBOL_GPL vmlinux 0x1619ae3c dev_pm_domain_set +EXPORT_SYMBOL_GPL vmlinux 0x161b8639 tcp_sendpage_locked +EXPORT_SYMBOL_GPL vmlinux 0x162f5e46 genphy_c45_config_aneg +EXPORT_SYMBOL_GPL vmlinux 0x16422a6e xdp_reg_mem_model +EXPORT_SYMBOL_GPL vmlinux 0x164c8a75 pci_hp_add_bridge +EXPORT_SYMBOL_GPL vmlinux 0x164cbc4c bpf_prog_select_runtime +EXPORT_SYMBOL_GPL vmlinux 0x16516798 osc_pc_lpi_support_confirmed +EXPORT_SYMBOL_GPL vmlinux 0x16536e35 dma_get_slave_caps +EXPORT_SYMBOL_GPL vmlinux 0x16561670 ata_sas_tport_add +EXPORT_SYMBOL_GPL vmlinux 0x165b04c9 pci_epc_get_msix +EXPORT_SYMBOL_GPL vmlinux 0x16601681 __ip6_datagram_connect +EXPORT_SYMBOL_GPL vmlinux 0x166a3b50 inet6_hash +EXPORT_SYMBOL_GPL vmlinux 0x167d7113 acpi_bus_register_early_device +EXPORT_SYMBOL_GPL vmlinux 0x16817e91 __class_create +EXPORT_SYMBOL_GPL vmlinux 0x1687ec20 tty_get_frame_size +EXPORT_SYMBOL_GPL vmlinux 0x168cf93c get_net_ns +EXPORT_SYMBOL_GPL vmlinux 0x1690b503 usb_role_switch_get_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x1699839a ata_bmdma_start +EXPORT_SYMBOL_GPL vmlinux 0x169f0a29 wakeup_source_create +EXPORT_SYMBOL_GPL vmlinux 0x16a5d24d usb_of_get_companion_dev +EXPORT_SYMBOL_GPL vmlinux 0x16b86058 invalidate_inode_pages2_range +EXPORT_SYMBOL_GPL vmlinux 0x16c032fa of_irq_parse_one +EXPORT_SYMBOL_GPL vmlinux 0x16c11db9 mtk_pinconf_bias_get_combo +EXPORT_SYMBOL_GPL vmlinux 0x16c72614 of_reserved_mem_device_init_by_name +EXPORT_SYMBOL_GPL vmlinux 0x16ca1a8a phylink_suspend +EXPORT_SYMBOL_GPL vmlinux 0x16d32670 fib_add_nexthop +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 0x17041b57 pci_ignore_hotplug +EXPORT_SYMBOL_GPL vmlinux 0x170cc36c put_timespec64 +EXPORT_SYMBOL_GPL vmlinux 0x173a94e9 of_dma_controller_register +EXPORT_SYMBOL_GPL vmlinux 0x17447633 ip6_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0x174c6274 ring_buffer_time_stamp +EXPORT_SYMBOL_GPL vmlinux 0x174e6c46 inet_ehash_locks_alloc +EXPORT_SYMBOL_GPL vmlinux 0x17591ecd zynqmp_pm_write_ggs +EXPORT_SYMBOL_GPL vmlinux 0x176031a7 devlink_fmsg_string_put +EXPORT_SYMBOL_GPL vmlinux 0x176090c7 irq_domain_create_sim +EXPORT_SYMBOL_GPL vmlinux 0x17614bf3 apei_resources_sub +EXPORT_SYMBOL_GPL vmlinux 0x176bc881 hisi_clk_alloc +EXPORT_SYMBOL_GPL vmlinux 0x17778b96 phy_save_page +EXPORT_SYMBOL_GPL vmlinux 0x177c338d twl_get_version +EXPORT_SYMBOL_GPL vmlinux 0x178a5e80 sfp_bus_add_upstream +EXPORT_SYMBOL_GPL vmlinux 0x1798318b cpuidle_register +EXPORT_SYMBOL_GPL vmlinux 0x17a2804d fscrypt_fname_encrypt +EXPORT_SYMBOL_GPL vmlinux 0x17ac8c5f blockdev_superblock +EXPORT_SYMBOL_GPL vmlinux 0x17aec290 ipv6_recv_error +EXPORT_SYMBOL_GPL vmlinux 0x17af286e max8997_write_reg +EXPORT_SYMBOL_GPL vmlinux 0x17af4058 scsi_dh_set_params +EXPORT_SYMBOL_GPL vmlinux 0x17e01f11 erst_clear +EXPORT_SYMBOL_GPL vmlinux 0x17e2ef50 dev_pm_set_dedicated_wake_irq_reverse +EXPORT_SYMBOL_GPL vmlinux 0x17f8dc97 component_compare_of +EXPORT_SYMBOL_GPL vmlinux 0x18008c59 ring_buffer_resize +EXPORT_SYMBOL_GPL vmlinux 0x180a22fe dm_table_device_name +EXPORT_SYMBOL_GPL vmlinux 0x181265d6 wbt_disable_default +EXPORT_SYMBOL_GPL vmlinux 0x18210816 kick_process +EXPORT_SYMBOL_GPL vmlinux 0x182e2f09 cn_netlink_send_mult +EXPORT_SYMBOL_GPL vmlinux 0x18379863 hvc_remove +EXPORT_SYMBOL_GPL vmlinux 0x18428692 __cookie_v6_init_sequence +EXPORT_SYMBOL_GPL vmlinux 0x184b83a3 dma_get_merge_boundary +EXPORT_SYMBOL_GPL vmlinux 0x18615d35 efivar_supports_writes +EXPORT_SYMBOL_GPL vmlinux 0x18635b4f clk_register_gate +EXPORT_SYMBOL_GPL vmlinux 0x1865995e clockevents_unbind_device +EXPORT_SYMBOL_GPL vmlinux 0x1869de01 sysfs_update_group +EXPORT_SYMBOL_GPL vmlinux 0x18715353 k3_udma_glue_push_tx_chn +EXPORT_SYMBOL_GPL vmlinux 0x188279f5 crypto_lookup_template +EXPORT_SYMBOL_GPL vmlinux 0x18848e60 fsnotify_alloc_group +EXPORT_SYMBOL_GPL vmlinux 0x189a04ee tty_set_ldisc +EXPORT_SYMBOL_GPL vmlinux 0x18a709fc dprc_scan_container +EXPORT_SYMBOL_GPL vmlinux 0x18b7c0aa iomap_writepages +EXPORT_SYMBOL_GPL vmlinux 0x18cb1c20 sysfs_create_file_ns +EXPORT_SYMBOL_GPL vmlinux 0x18d1be52 __traceiter_rwmmio_post_write +EXPORT_SYMBOL_GPL vmlinux 0x18dc189f vcap_addr_keysets +EXPORT_SYMBOL_GPL vmlinux 0x18e4f8aa swphy_read_reg +EXPORT_SYMBOL_GPL vmlinux 0x18e8c440 arch_freq_scale +EXPORT_SYMBOL_GPL vmlinux 0x18f10f38 k3_udma_glue_enable_rx_chn +EXPORT_SYMBOL_GPL vmlinux 0x18fb2caf cpus_read_unlock +EXPORT_SYMBOL_GPL vmlinux 0x19032d6d trace_handle_return +EXPORT_SYMBOL_GPL vmlinux 0x1926028c zynqmp_pm_reset_assert +EXPORT_SYMBOL_GPL vmlinux 0x19288ea7 bpf_offload_dev_netdev_unregister +EXPORT_SYMBOL_GPL vmlinux 0x1937c37c usb_role_switch_find_by_fwnode +EXPORT_SYMBOL_GPL vmlinux 0x19392d45 pci_d3cold_disable +EXPORT_SYMBOL_GPL vmlinux 0x193c30de __clk_hw_register_gate +EXPORT_SYMBOL_GPL vmlinux 0x194a5665 fb_deferred_io_open +EXPORT_SYMBOL_GPL vmlinux 0x19514d46 pwm_get +EXPORT_SYMBOL_GPL vmlinux 0x195f5036 kernel_read_file +EXPORT_SYMBOL_GPL vmlinux 0x1961c425 disk_alloc_independent_access_ranges +EXPORT_SYMBOL_GPL vmlinux 0x196a58d2 pin_user_pages_fast_only +EXPORT_SYMBOL_GPL vmlinux 0x19719cb4 clk_hw_unregister_composite +EXPORT_SYMBOL_GPL vmlinux 0x19821689 __tracepoint_fdb_delete +EXPORT_SYMBOL_GPL vmlinux 0x1982cab0 gpiod_get_index +EXPORT_SYMBOL_GPL vmlinux 0x1993102b acpi_subsys_poweroff +EXPORT_SYMBOL_GPL vmlinux 0x19a304ba usb_disabled +EXPORT_SYMBOL_GPL vmlinux 0x19ad9d29 dev_pm_opp_find_freq_ceil +EXPORT_SYMBOL_GPL vmlinux 0x19b30203 crypto_unregister_ahashes +EXPORT_SYMBOL_GPL vmlinux 0x19c20269 soc_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x19c42957 blk_op_str +EXPORT_SYMBOL_GPL vmlinux 0x19cdfb4a kthread_flush_work +EXPORT_SYMBOL_GPL vmlinux 0x19dcb1b2 percpu_up_write +EXPORT_SYMBOL_GPL vmlinux 0x19e1bac7 fscrypt_mergeable_bio_bh +EXPORT_SYMBOL_GPL vmlinux 0x19e81304 btree_alloc +EXPORT_SYMBOL_GPL vmlinux 0x19ebf04e __tracepoint_rwmmio_post_read +EXPORT_SYMBOL_GPL vmlinux 0x19edd064 blkg_rwstat_exit +EXPORT_SYMBOL_GPL vmlinux 0x19f33626 nf_ctnetlink_has_listener +EXPORT_SYMBOL_GPL vmlinux 0x1a04081d fuse_get_unique +EXPORT_SYMBOL_GPL vmlinux 0x1a048a8e of_property_read_string_helper +EXPORT_SYMBOL_GPL vmlinux 0x1a0a604a debugfs_create_devm_seqfile +EXPORT_SYMBOL_GPL vmlinux 0x1a10c32b crypto_ft_tab +EXPORT_SYMBOL_GPL vmlinux 0x1a142a50 __traceiter_pelt_dl_tp +EXPORT_SYMBOL_GPL vmlinux 0x1a146ec3 usb_ep_type_string +EXPORT_SYMBOL_GPL vmlinux 0x1a2819b2 tcp_cong_avoid_ai +EXPORT_SYMBOL_GPL vmlinux 0x1a3aa5db serial8250_release_dma +EXPORT_SYMBOL_GPL vmlinux 0x1a45aa6b fscrypt_get_symlink +EXPORT_SYMBOL_GPL vmlinux 0x1a53e92f devm_request_free_mem_region +EXPORT_SYMBOL_GPL vmlinux 0x1a579151 dev_attr_ncq_prio_supported +EXPORT_SYMBOL_GPL vmlinux 0x1a6bf28f fsnotify_get_cookie +EXPORT_SYMBOL_GPL vmlinux 0x1a805c45 mddev_suspend +EXPORT_SYMBOL_GPL vmlinux 0x1a82368d ZSTD_customCalloc +EXPORT_SYMBOL_GPL vmlinux 0x1a876574 __tracepoint_attach_device_to_domain +EXPORT_SYMBOL_GPL vmlinux 0x1a90ea8a hvc_instantiate +EXPORT_SYMBOL_GPL vmlinux 0x1a944367 regulator_enable_regmap +EXPORT_SYMBOL_GPL vmlinux 0x1aa88b48 rio_mport_read_config_8 +EXPORT_SYMBOL_GPL vmlinux 0x1abc4134 pci_p2pmem_alloc_sgl +EXPORT_SYMBOL_GPL vmlinux 0x1acd18c8 cpuset_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0x1ad2b65c usb_find_alt_setting +EXPORT_SYMBOL_GPL vmlinux 0x1ad84535 blk_lld_busy +EXPORT_SYMBOL_GPL vmlinux 0x1adae274 unix_peer_get +EXPORT_SYMBOL_GPL vmlinux 0x1adf173e power_supply_powers +EXPORT_SYMBOL_GPL vmlinux 0x1af267f8 int_pow +EXPORT_SYMBOL_GPL vmlinux 0x1af7af04 ptp_msg_is_sync +EXPORT_SYMBOL_GPL vmlinux 0x1af868dd cpufreq_driver_target +EXPORT_SYMBOL_GPL vmlinux 0x1afd68a5 spi_get_next_queued_message +EXPORT_SYMBOL_GPL vmlinux 0x1b0602c1 cond_synchronize_rcu_full +EXPORT_SYMBOL_GPL vmlinux 0x1b0825af of_reserved_mem_device_release +EXPORT_SYMBOL_GPL vmlinux 0x1b1a3972 cpufreq_dbs_governor_limits +EXPORT_SYMBOL_GPL vmlinux 0x1b1aba50 ata_eh_analyze_ncq_error +EXPORT_SYMBOL_GPL vmlinux 0x1b1ee581 edac_pci_handle_npe +EXPORT_SYMBOL_GPL vmlinux 0x1b473123 sdio_release_irq +EXPORT_SYMBOL_GPL vmlinux 0x1b5472b0 meson_clk_dualdiv_ops +EXPORT_SYMBOL_GPL vmlinux 0x1b5fba50 syscon_regmap_lookup_by_phandle_optional +EXPORT_SYMBOL_GPL vmlinux 0x1b6b6f75 acpi_irq_create_hierarchy +EXPORT_SYMBOL_GPL vmlinux 0x1b6f10a7 mtk_eint_do_suspend +EXPORT_SYMBOL_GPL vmlinux 0x1b72a4ea nfct_btf_struct_access +EXPORT_SYMBOL_GPL vmlinux 0x1b7aad40 sched_set_fifo +EXPORT_SYMBOL_GPL vmlinux 0x1b832731 blk_mq_end_request_batch +EXPORT_SYMBOL_GPL vmlinux 0x1b8822d8 pinctrl_gpio_direction_output +EXPORT_SYMBOL_GPL vmlinux 0x1b92e41d inet_putpeer +EXPORT_SYMBOL_GPL vmlinux 0x1b9b93b2 pm_generic_runtime_suspend +EXPORT_SYMBOL_GPL vmlinux 0x1bb80c12 ata_std_prereset +EXPORT_SYMBOL_GPL vmlinux 0x1bc40a8d gpmc_omap_get_nand_ops +EXPORT_SYMBOL_GPL vmlinux 0x1bc5eebe pinctrl_gpio_direction_input +EXPORT_SYMBOL_GPL vmlinux 0x1bc64087 xas_split +EXPORT_SYMBOL_GPL vmlinux 0x1bc85e1c irq_set_affinity +EXPORT_SYMBOL_GPL vmlinux 0x1bdd6037 ata_pci_bmdma_init +EXPORT_SYMBOL_GPL vmlinux 0x1c0324a3 da903x_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x1c066771 perf_event_read_value +EXPORT_SYMBOL_GPL vmlinux 0x1c105978 ahci_save_initial_config +EXPORT_SYMBOL_GPL vmlinux 0x1c21e623 devl_dpipe_headers_unregister +EXPORT_SYMBOL_GPL vmlinux 0x1c3449a5 virtqueue_resize +EXPORT_SYMBOL_GPL vmlinux 0x1c5541bd cpufreq_boost_enabled +EXPORT_SYMBOL_GPL vmlinux 0x1c5b1f28 irq_free_descs +EXPORT_SYMBOL_GPL vmlinux 0x1c5c922b devm_clk_bulk_get_all +EXPORT_SYMBOL_GPL vmlinux 0x1c5d6478 __traceiter_rpm_idle +EXPORT_SYMBOL_GPL vmlinux 0x1c5ff742 clk_get_phase +EXPORT_SYMBOL_GPL vmlinux 0x1c62287c ping_init_sock +EXPORT_SYMBOL_GPL vmlinux 0x1c7169dc ZSTD_customFree +EXPORT_SYMBOL_GPL vmlinux 0x1c766200 xenbus_dev_is_online +EXPORT_SYMBOL_GPL vmlinux 0x1c78ac3b devl_assert_locked +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 0x1c99aefb tegra_bpmp_put +EXPORT_SYMBOL_GPL vmlinux 0x1c9c5f10 unregister_virtio_driver +EXPORT_SYMBOL_GPL vmlinux 0x1ca3aa97 alarm_forward +EXPORT_SYMBOL_GPL vmlinux 0x1ca4a930 smp_call_function_any +EXPORT_SYMBOL_GPL vmlinux 0x1ca7c721 usb_set_interface +EXPORT_SYMBOL_GPL vmlinux 0x1ca85e9f list_lru_count_one +EXPORT_SYMBOL_GPL vmlinux 0x1cadec26 ata_scsi_unlock_native_capacity +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 0x1cbfead3 raw_v4_match +EXPORT_SYMBOL_GPL vmlinux 0x1cc3db82 pwm_adjust_config +EXPORT_SYMBOL_GPL vmlinux 0x1cdc7d2a device_pm_wait_for_dev +EXPORT_SYMBOL_GPL vmlinux 0x1cdd0605 xhci_port_state_to_neutral +EXPORT_SYMBOL_GPL vmlinux 0x1cff8eab sbitmap_init_node +EXPORT_SYMBOL_GPL vmlinux 0x1d0b0ba7 scsi_dh_activate +EXPORT_SYMBOL_GPL vmlinux 0x1d0cb397 fixed_phy_unregister +EXPORT_SYMBOL_GPL vmlinux 0x1d0ef89e pinctrl_select_default_state +EXPORT_SYMBOL_GPL vmlinux 0x1d222ced irq_get_irqchip_state +EXPORT_SYMBOL_GPL vmlinux 0x1d276384 kvm_release_page_clean +EXPORT_SYMBOL_GPL vmlinux 0x1d334b72 usb_autopm_put_interface_async +EXPORT_SYMBOL_GPL vmlinux 0x1d3a61a9 of_usb_host_tpl_support +EXPORT_SYMBOL_GPL vmlinux 0x1d3b325c devl_resource_register +EXPORT_SYMBOL_GPL vmlinux 0x1d4fb924 iommu_device_sysfs_remove +EXPORT_SYMBOL_GPL vmlinux 0x1d5f94e1 dm_set_target_max_io_len +EXPORT_SYMBOL_GPL vmlinux 0x1d65d773 watchdog_init_timeout +EXPORT_SYMBOL_GPL vmlinux 0x1d6696b0 mtk_mutex_disable +EXPORT_SYMBOL_GPL vmlinux 0x1d7673f0 skcipher_walk_aead_encrypt +EXPORT_SYMBOL_GPL vmlinux 0x1d7a67f7 nvdimm_setup_pfn +EXPORT_SYMBOL_GPL vmlinux 0x1d8d3902 of_property_read_u64_index +EXPORT_SYMBOL_GPL vmlinux 0x1d94a218 dmi_memdev_handle +EXPORT_SYMBOL_GPL vmlinux 0x1d9d6616 crypto_shash_final +EXPORT_SYMBOL_GPL vmlinux 0x1da1abb2 __rio_local_read_config_32 +EXPORT_SYMBOL_GPL vmlinux 0x1db0d2c7 bio_clone_blkg_association +EXPORT_SYMBOL_GPL vmlinux 0x1db1675a devm_remove_action +EXPORT_SYMBOL_GPL vmlinux 0x1db1e41f usb_deregister_dev +EXPORT_SYMBOL_GPL vmlinux 0x1dcdfe04 skb_gso_validate_mac_len +EXPORT_SYMBOL_GPL vmlinux 0x1de7fd9c pm_genpd_opp_to_performance_state +EXPORT_SYMBOL_GPL vmlinux 0x1de887ff zynqmp_pm_bootmode_write +EXPORT_SYMBOL_GPL vmlinux 0x1decc41b regulator_allow_bypass +EXPORT_SYMBOL_GPL vmlinux 0x1deef75d xfrm_dev_offload_ok +EXPORT_SYMBOL_GPL vmlinux 0x1dfa5dbd mpi_invm +EXPORT_SYMBOL_GPL vmlinux 0x1e0670c6 reset_control_release +EXPORT_SYMBOL_GPL vmlinux 0x1e1329b4 dax_truncate_page +EXPORT_SYMBOL_GPL vmlinux 0x1e19b116 vcap_rule_set_counter_id +EXPORT_SYMBOL_GPL vmlinux 0x1e288c83 zynqmp_pm_force_pwrdwn +EXPORT_SYMBOL_GPL vmlinux 0x1e2bf0d4 acpi_dma_simple_xlate +EXPORT_SYMBOL_GPL vmlinux 0x1e38bc57 dm_hold +EXPORT_SYMBOL_GPL vmlinux 0x1e3bc77c xas_create_range +EXPORT_SYMBOL_GPL vmlinux 0x1e424d61 user_preparse +EXPORT_SYMBOL_GPL vmlinux 0x1e4e98c0 acpi_dev_filter_resource_type +EXPORT_SYMBOL_GPL vmlinux 0x1e53f827 stack_depot_print +EXPORT_SYMBOL_GPL vmlinux 0x1e57b576 of_pci_find_child_device +EXPORT_SYMBOL_GPL vmlinux 0x1e75bb1a fuse_dev_fiq_ops +EXPORT_SYMBOL_GPL vmlinux 0x1e77f41b synth_event_add_val +EXPORT_SYMBOL_GPL vmlinux 0x1e7bbcb3 kernel_restart +EXPORT_SYMBOL_GPL vmlinux 0x1e83fee6 HYPERVISOR_physdev_op +EXPORT_SYMBOL_GPL vmlinux 0x1e8fac8e wireless_nlevent_flush +EXPORT_SYMBOL_GPL vmlinux 0x1e93fbc7 irq_create_fwspec_mapping +EXPORT_SYMBOL_GPL vmlinux 0x1e9bc719 freq_qos_update_request +EXPORT_SYMBOL_GPL vmlinux 0x1e9c590a usb_find_common_endpoints_reverse +EXPORT_SYMBOL_GPL vmlinux 0x1eb40123 blkcg_root_css +EXPORT_SYMBOL_GPL vmlinux 0x1eb9516e round_jiffies_relative +EXPORT_SYMBOL_GPL vmlinux 0x1eba2e96 device_link_del +EXPORT_SYMBOL_GPL vmlinux 0x1ebde2fc devl_trap_policers_unregister +EXPORT_SYMBOL_GPL vmlinux 0x1ebf6c2a pci_power_names +EXPORT_SYMBOL_GPL vmlinux 0x1ed0bf26 bio_associate_blkg +EXPORT_SYMBOL_GPL vmlinux 0x1ed4d2eb percpu_ref_kill_and_confirm +EXPORT_SYMBOL_GPL vmlinux 0x1ee1c523 yield_to +EXPORT_SYMBOL_GPL vmlinux 0x1ee4f293 cpufreq_unregister_governor +EXPORT_SYMBOL_GPL vmlinux 0x1ee5bf9a rio_get_comptag +EXPORT_SYMBOL_GPL vmlinux 0x1eeaec21 icc_provider_deregister +EXPORT_SYMBOL_GPL vmlinux 0x1ef20793 stop_core_cpuslocked +EXPORT_SYMBOL_GPL vmlinux 0x1ef28242 pinctrl_utils_reserve_map +EXPORT_SYMBOL_GPL vmlinux 0x1ef948d9 vfs_inode_has_locks +EXPORT_SYMBOL_GPL vmlinux 0x1efaa06f __tracepoint_xhci_dbg_quirks +EXPORT_SYMBOL_GPL vmlinux 0x1f0ccd5d ncsi_register_dev +EXPORT_SYMBOL_GPL vmlinux 0x1f168035 ata_sas_scsi_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x1f1cc011 zynqmp_pm_get_chipid +EXPORT_SYMBOL_GPL vmlinux 0x1f2c38a2 vp_modern_set_features +EXPORT_SYMBOL_GPL vmlinux 0x1f37eee2 usb_sg_init +EXPORT_SYMBOL_GPL vmlinux 0x1f3803f3 dst_cache_get_ip6 +EXPORT_SYMBOL_GPL vmlinux 0x1f38a4f6 mpi_set_highbit +EXPORT_SYMBOL_GPL vmlinux 0x1f449588 mctrl_gpio_disable_ms +EXPORT_SYMBOL_GPL vmlinux 0x1f563160 bpf_offload_dev_priv +EXPORT_SYMBOL_GPL vmlinux 0x1f623cc1 pinconf_generic_dt_subnode_to_map +EXPORT_SYMBOL_GPL vmlinux 0x1f7689b1 bus_register +EXPORT_SYMBOL_GPL vmlinux 0x1f7ea8bc tun_get_tx_ring +EXPORT_SYMBOL_GPL vmlinux 0x1f82ef55 md_start +EXPORT_SYMBOL_GPL vmlinux 0x1f8544b8 panic_timeout +EXPORT_SYMBOL_GPL vmlinux 0x1f86bc8c smpboot_unregister_percpu_thread +EXPORT_SYMBOL_GPL vmlinux 0x1f93c01c serial8250_em485_stop_tx +EXPORT_SYMBOL_GPL vmlinux 0x1f94b723 skb_append_pagefrags +EXPORT_SYMBOL_GPL vmlinux 0x1f9a2b53 zynqmp_pm_clock_enable +EXPORT_SYMBOL_GPL vmlinux 0x1fa1d95c sha256_zero_message_hash +EXPORT_SYMBOL_GPL vmlinux 0x1faf53d9 vp_modern_set_queue_enable +EXPORT_SYMBOL_GPL vmlinux 0x1fc298c3 switchdev_handle_fdb_event_to_device +EXPORT_SYMBOL_GPL vmlinux 0x1fe6e504 gpiod_add_hogs +EXPORT_SYMBOL_GPL vmlinux 0x1fee7136 trace_seq_putc +EXPORT_SYMBOL_GPL vmlinux 0x1feebc13 cookie_tcp_reqsk_alloc +EXPORT_SYMBOL_GPL vmlinux 0x2009e400 devlink_info_board_serial_number_put +EXPORT_SYMBOL_GPL vmlinux 0x2014af08 pci_user_write_config_dword +EXPORT_SYMBOL_GPL vmlinux 0x201d3777 ftrace_set_filter_ips +EXPORT_SYMBOL_GPL vmlinux 0x20233c22 devm_reset_controller_register +EXPORT_SYMBOL_GPL vmlinux 0x202d4ed6 nvmem_cell_write +EXPORT_SYMBOL_GPL vmlinux 0x203b98cf __pm_runtime_resume +EXPORT_SYMBOL_GPL vmlinux 0x2044ef75 bus_get_kset +EXPORT_SYMBOL_GPL vmlinux 0x204f2c5c gnttab_free_grant_reference +EXPORT_SYMBOL_GPL vmlinux 0x2052d56d irqchip_fwnode_ops +EXPORT_SYMBOL_GPL vmlinux 0x205b18f2 ip6_push_pending_frames +EXPORT_SYMBOL_GPL vmlinux 0x2069f958 usb_enable_lpm +EXPORT_SYMBOL_GPL vmlinux 0x206f1ff2 kgdb_register_io_module +EXPORT_SYMBOL_GPL vmlinux 0x20736bc8 mtk_clk_unregister_cpumuxes +EXPORT_SYMBOL_GPL vmlinux 0x20835a9f __xdp_release_frame +EXPORT_SYMBOL_GPL vmlinux 0x2085d347 __traceiter_br_fdb_external_learn_add +EXPORT_SYMBOL_GPL vmlinux 0x208c090f devm_acpi_dma_controller_register +EXPORT_SYMBOL_GPL vmlinux 0x208ca4d7 perf_event_update_userpage +EXPORT_SYMBOL_GPL vmlinux 0x20978fb9 idr_find +EXPORT_SYMBOL_GPL vmlinux 0x209f4a4b fscrypt_fname_siphash +EXPORT_SYMBOL_GPL vmlinux 0x20a4e01a HUF_readStats_wksp +EXPORT_SYMBOL_GPL vmlinux 0x20afff4f stmpe_disable +EXPORT_SYMBOL_GPL vmlinux 0x20bbb5ba power_supply_register +EXPORT_SYMBOL_GPL vmlinux 0x20be00f5 ahci_platform_enable_regulators +EXPORT_SYMBOL_GPL vmlinux 0x20c6a595 is_swiotlb_active +EXPORT_SYMBOL_GPL vmlinux 0x20c9de4b blk_update_request +EXPORT_SYMBOL_GPL vmlinux 0x20cb80fb iommu_device_link +EXPORT_SYMBOL_GPL vmlinux 0x20ec0386 acpi_find_child_by_adr +EXPORT_SYMBOL_GPL vmlinux 0x20f1ca4f net_selftest +EXPORT_SYMBOL_GPL vmlinux 0x20fc44ac serdev_acpi_get_uart_resource +EXPORT_SYMBOL_GPL vmlinux 0x212734c5 vcap_netbytes_copy +EXPORT_SYMBOL_GPL vmlinux 0x2138e278 rtc_set_alarm +EXPORT_SYMBOL_GPL vmlinux 0x2138fecf device_property_read_string +EXPORT_SYMBOL_GPL vmlinux 0x213a77e7 alloc_skb_for_msg +EXPORT_SYMBOL_GPL vmlinux 0x215d7ded clk_register_fixed_factor +EXPORT_SYMBOL_GPL vmlinux 0x215f222f rtc_read_alarm +EXPORT_SYMBOL_GPL vmlinux 0x216494ae tegra_mc_get_carveout_info +EXPORT_SYMBOL_GPL vmlinux 0x216a2584 crypto_shash_digest +EXPORT_SYMBOL_GPL vmlinux 0x216de4e1 rcu_get_gp_kthreads_prio +EXPORT_SYMBOL_GPL vmlinux 0x2176e42a hwpoison_filter_memcg +EXPORT_SYMBOL_GPL vmlinux 0x217c4555 fixed_phy_change_carrier +EXPORT_SYMBOL_GPL vmlinux 0x2191ae94 wait_for_stable_page +EXPORT_SYMBOL_GPL vmlinux 0x219ebbd1 gov_attr_set_put +EXPORT_SYMBOL_GPL vmlinux 0x21a563da clk_get_accuracy +EXPORT_SYMBOL_GPL vmlinux 0x21ac8b77 iommu_group_get_by_id +EXPORT_SYMBOL_GPL vmlinux 0x21b608f3 mptcp_pm_get_local_addr_max +EXPORT_SYMBOL_GPL vmlinux 0x21bf47d1 spi_get_device_match_data +EXPORT_SYMBOL_GPL vmlinux 0x21ca306f vcap_rule_add_action_u32 +EXPORT_SYMBOL_GPL vmlinux 0x21cd536a crypto_put_default_null_skcipher +EXPORT_SYMBOL_GPL vmlinux 0x21ce5a65 irq_domain_associate +EXPORT_SYMBOL_GPL vmlinux 0x21d64ab2 usb_deregister_device_driver +EXPORT_SYMBOL_GPL vmlinux 0x21d656f9 pinmux_generic_get_function_groups +EXPORT_SYMBOL_GPL vmlinux 0x21e4e30b mmc_cmdq_disable +EXPORT_SYMBOL_GPL vmlinux 0x21ec243d ohci_restart +EXPORT_SYMBOL_GPL vmlinux 0x21ed311c gpiod_get_direction +EXPORT_SYMBOL_GPL vmlinux 0x2200061c __tracepoint_pelt_irq_tp +EXPORT_SYMBOL_GPL vmlinux 0x2209d8ea irq_chip_get_parent_state +EXPORT_SYMBOL_GPL vmlinux 0x220ce70c kvm_arm_hyp_service_available +EXPORT_SYMBOL_GPL vmlinux 0x220ec298 mtk_pinconf_adv_drive_set_raw +EXPORT_SYMBOL_GPL vmlinux 0x220fa682 security_kernel_read_file +EXPORT_SYMBOL_GPL vmlinux 0x22141813 mmu_interval_notifier_remove +EXPORT_SYMBOL_GPL vmlinux 0x221e760f fib_nexthop_info +EXPORT_SYMBOL_GPL vmlinux 0x2233febd vfs_listxattr +EXPORT_SYMBOL_GPL vmlinux 0x2235955a crypto_stats_get +EXPORT_SYMBOL_GPL vmlinux 0x2238d7dc pm_clk_add_clk +EXPORT_SYMBOL_GPL vmlinux 0x223ba87e vfs_cancel_lock +EXPORT_SYMBOL_GPL vmlinux 0x223c049c dm_post_suspending +EXPORT_SYMBOL_GPL vmlinux 0x224d9040 sk_clone_lock +EXPORT_SYMBOL_GPL vmlinux 0x2254cae0 usb_reset_endpoint +EXPORT_SYMBOL_GPL vmlinux 0x2258041b vcap_keyfieldset +EXPORT_SYMBOL_GPL vmlinux 0x227176a0 component_release_of +EXPORT_SYMBOL_GPL vmlinux 0x2288b343 inet6_cleanup_sock +EXPORT_SYMBOL_GPL vmlinux 0x228d38e8 dev_get_tstats64 +EXPORT_SYMBOL_GPL vmlinux 0x2290148f inet_twsk_purge +EXPORT_SYMBOL_GPL vmlinux 0x2290c66e pci_bridge_secondary_bus_reset +EXPORT_SYMBOL_GPL vmlinux 0x22929a7c vp_modern_get_queue_reset +EXPORT_SYMBOL_GPL vmlinux 0x22ab7517 devl_unlock +EXPORT_SYMBOL_GPL vmlinux 0x22b9adf2 __traceiter_ata_exec_command +EXPORT_SYMBOL_GPL vmlinux 0x22bbd6ac __regmap_init_mmio_clk +EXPORT_SYMBOL_GPL vmlinux 0x22c76f72 device_reprobe +EXPORT_SYMBOL_GPL vmlinux 0x22d60537 tcf_frag_xmit_count +EXPORT_SYMBOL_GPL vmlinux 0x22d6be70 xhci_dbg_trace +EXPORT_SYMBOL_GPL vmlinux 0x22d9409b iomap_sort_ioends +EXPORT_SYMBOL_GPL vmlinux 0x22dc85cf devm_pinctrl_get +EXPORT_SYMBOL_GPL vmlinux 0x22de7929 virtqueue_disable_cb +EXPORT_SYMBOL_GPL vmlinux 0x22ec5205 cpu_latency_qos_remove_request +EXPORT_SYMBOL_GPL vmlinux 0x22f19e3d pci_msi_create_irq_domain +EXPORT_SYMBOL_GPL vmlinux 0x22f3f2b9 phy_package_leave +EXPORT_SYMBOL_GPL vmlinux 0x22fd08ba cpuacct_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0x230911fb ip_valid_fib_dump_req +EXPORT_SYMBOL_GPL vmlinux 0x2312e4b3 sock_diag_destroy +EXPORT_SYMBOL_GPL vmlinux 0x231cf0d6 dev_pm_opp_get_voltage +EXPORT_SYMBOL_GPL vmlinux 0x2335a4b2 devm_of_phy_get_by_index +EXPORT_SYMBOL_GPL vmlinux 0x233d78ab skb_send_sock_locked +EXPORT_SYMBOL_GPL vmlinux 0x23412816 rtc_tm_to_ktime +EXPORT_SYMBOL_GPL vmlinux 0x2342635f devm_mtk_clk_mux_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0x234cf416 devlink_fmsg_string_pair_put +EXPORT_SYMBOL_GPL vmlinux 0x23524da9 spi_delay_exec +EXPORT_SYMBOL_GPL vmlinux 0x235774bd devm_usb_get_phy +EXPORT_SYMBOL_GPL vmlinux 0x23600820 ehci_suspend +EXPORT_SYMBOL_GPL vmlinux 0x2360420b blkcg_policy_unregister +EXPORT_SYMBOL_GPL vmlinux 0x23650008 pci_generic_ecam_ops +EXPORT_SYMBOL_GPL vmlinux 0x23864ce7 cpuset_mem_spread_node +EXPORT_SYMBOL_GPL vmlinux 0x23890262 rio_dev_get +EXPORT_SYMBOL_GPL vmlinux 0x2396c7f0 clk_set_parent +EXPORT_SYMBOL_GPL vmlinux 0x23a0411e kvm_vcpu_read_guest_page +EXPORT_SYMBOL_GPL vmlinux 0x23a085c6 virtio_max_dma_size +EXPORT_SYMBOL_GPL vmlinux 0x23a167b1 __ndisc_fill_addr_option +EXPORT_SYMBOL_GPL vmlinux 0x23acfa14 crypto_unregister_scomps +EXPORT_SYMBOL_GPL vmlinux 0x23bff65e i2c_get_device_id +EXPORT_SYMBOL_GPL vmlinux 0x23c232df pingv6_ops +EXPORT_SYMBOL_GPL vmlinux 0x23ca7181 dma_resv_describe +EXPORT_SYMBOL_GPL vmlinux 0x23d68329 query_asymmetric_key +EXPORT_SYMBOL_GPL vmlinux 0x23e666ce led_update_brightness +EXPORT_SYMBOL_GPL vmlinux 0x23eeb131 ahci_host_activate +EXPORT_SYMBOL_GPL vmlinux 0x23f93496 fwnode_get_phy_node +EXPORT_SYMBOL_GPL vmlinux 0x23fac4b5 scsi_internal_device_block_nowait +EXPORT_SYMBOL_GPL vmlinux 0x24120d6b dma_run_dependencies +EXPORT_SYMBOL_GPL vmlinux 0x24175c98 vcap_debugfs +EXPORT_SYMBOL_GPL vmlinux 0x2419562d pstore_register +EXPORT_SYMBOL_GPL vmlinux 0x241d85c5 register_ftrace_function +EXPORT_SYMBOL_GPL vmlinux 0x241dc8c0 usb_hcd_pci_shutdown +EXPORT_SYMBOL_GPL vmlinux 0x2421097b mpi_const +EXPORT_SYMBOL_GPL vmlinux 0x24395b4e clk_hw_register_fixed_factor_parent_hw +EXPORT_SYMBOL_GPL vmlinux 0x24413343 erst_read_record +EXPORT_SYMBOL_GPL vmlinux 0x24523179 usb_altnum_to_altsetting +EXPORT_SYMBOL_GPL vmlinux 0x245804bf power_supply_get_battery_info +EXPORT_SYMBOL_GPL vmlinux 0x2464da17 gen_pool_size +EXPORT_SYMBOL_GPL vmlinux 0x2469810f __rcu_read_unlock +EXPORT_SYMBOL_GPL vmlinux 0x246e4798 gpiochip_line_is_irq +EXPORT_SYMBOL_GPL vmlinux 0x247918a9 dma_need_sync +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 0x24a0e13c unregister_pernet_subsys +EXPORT_SYMBOL_GPL vmlinux 0x24a41c7c gpiochip_is_requested +EXPORT_SYMBOL_GPL vmlinux 0x24ad11db wakeup_sources_read_unlock +EXPORT_SYMBOL_GPL vmlinux 0x24be9d66 rockchip_pcie_enable_clocks +EXPORT_SYMBOL_GPL vmlinux 0x24cd18ee regmap_might_sleep +EXPORT_SYMBOL_GPL vmlinux 0x24d18752 led_classdev_resume +EXPORT_SYMBOL_GPL vmlinux 0x24d58540 bsg_register_queue +EXPORT_SYMBOL_GPL vmlinux 0x24da0093 rcu_inkernel_boot_has_ended +EXPORT_SYMBOL_GPL vmlinux 0x24e1e6e7 pinconf_generic_dump_config +EXPORT_SYMBOL_GPL vmlinux 0x24e2bb02 ti_sci_inta_msi_domain_alloc_irqs +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 0x25038ff7 platform_find_device_by_driver +EXPORT_SYMBOL_GPL vmlinux 0x2504d210 usb_free_urb +EXPORT_SYMBOL_GPL vmlinux 0x250b793b acpi_spi_count_resources +EXPORT_SYMBOL_GPL vmlinux 0x252dc796 virtio_device_freeze +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 0x253ac0a7 free_fib_info +EXPORT_SYMBOL_GPL vmlinux 0x253e1612 thermal_add_hwmon_sysfs +EXPORT_SYMBOL_GPL vmlinux 0x255c6bb7 fib4_rule_default +EXPORT_SYMBOL_GPL vmlinux 0x255ef062 __pm_runtime_suspend +EXPORT_SYMBOL_GPL vmlinux 0x2574da11 zynqmp_pm_write_pggs +EXPORT_SYMBOL_GPL vmlinux 0x25877331 udp_cmsg_send +EXPORT_SYMBOL_GPL vmlinux 0x2592fc6c console_printk +EXPORT_SYMBOL_GPL vmlinux 0x25970670 acpi_device_uevent_modalias +EXPORT_SYMBOL_GPL vmlinux 0x25a144a2 gfn_to_pfn_prot +EXPORT_SYMBOL_GPL vmlinux 0x25aaca24 fat_scan +EXPORT_SYMBOL_GPL vmlinux 0x25bb6bec kvm_set_memory_region +EXPORT_SYMBOL_GPL vmlinux 0x25bbfa9a security_kernel_load_data +EXPORT_SYMBOL_GPL vmlinux 0x25c42796 onboard_hub_destroy_pdevs +EXPORT_SYMBOL_GPL vmlinux 0x25ce4cfc tty_port_default_client_ops +EXPORT_SYMBOL_GPL vmlinux 0x25d4540e ahci_platform_assert_rsts +EXPORT_SYMBOL_GPL vmlinux 0x25e5b4ce iommu_sva_bind_device +EXPORT_SYMBOL_GPL vmlinux 0x25e70989 devlink_params_unregister +EXPORT_SYMBOL_GPL vmlinux 0x25f15541 clk_hw_get_rate +EXPORT_SYMBOL_GPL vmlinux 0x2619a724 xenbus_unmap_ring_vfree +EXPORT_SYMBOL_GPL vmlinux 0x262f3bac __traceiter_ata_bmdma_start +EXPORT_SYMBOL_GPL vmlinux 0x263666cb wakeup_source_unregister +EXPORT_SYMBOL_GPL vmlinux 0x264c5faa serial8250_rpm_put +EXPORT_SYMBOL_GPL vmlinux 0x264d1256 driver_remove_file +EXPORT_SYMBOL_GPL vmlinux 0x26520970 vm_memory_committed +EXPORT_SYMBOL_GPL vmlinux 0x26535789 nvdimm_flush +EXPORT_SYMBOL_GPL vmlinux 0x265bbef9 kexec_crash_loaded +EXPORT_SYMBOL_GPL vmlinux 0x266a4b08 tasklet_unlock +EXPORT_SYMBOL_GPL vmlinux 0x267dc9a5 devm_mipi_dsi_device_register_full +EXPORT_SYMBOL_GPL vmlinux 0x267df662 smp_call_on_cpu +EXPORT_SYMBOL_GPL vmlinux 0x268ceffd blkcg_print_blkgs +EXPORT_SYMBOL_GPL vmlinux 0x26a93eb2 verify_pkcs7_signature +EXPORT_SYMBOL_GPL vmlinux 0x26ab4755 put_old_itimerspec32 +EXPORT_SYMBOL_GPL vmlinux 0x26b1f29b mmu_interval_notifier_insert +EXPORT_SYMBOL_GPL vmlinux 0x26c17bbd regulator_bulk_free +EXPORT_SYMBOL_GPL vmlinux 0x26c90ea4 scsi_eh_get_sense +EXPORT_SYMBOL_GPL vmlinux 0x26ed2186 register_vmap_purge_notifier +EXPORT_SYMBOL_GPL vmlinux 0x26f64526 pci_dev_unlock +EXPORT_SYMBOL_GPL vmlinux 0x27013882 xenbus_probe_node +EXPORT_SYMBOL_GPL vmlinux 0x27046576 kvm_exit +EXPORT_SYMBOL_GPL vmlinux 0x2705c9ac regmap_get_raw_read_max +EXPORT_SYMBOL_GPL vmlinux 0x27075cf2 tegra_bpmp_mrq_return +EXPORT_SYMBOL_GPL vmlinux 0x2716ea01 irq_gc_unmask_enable_reg +EXPORT_SYMBOL_GPL vmlinux 0x272701ce fat_get_dotdot_entry +EXPORT_SYMBOL_GPL vmlinux 0x272cb8e5 iommu_fwspec_init +EXPORT_SYMBOL_GPL vmlinux 0x272e821f nvdimm_bus_register +EXPORT_SYMBOL_GPL vmlinux 0x272e9d77 hisi_reset_exit +EXPORT_SYMBOL_GPL vmlinux 0x272ed19b pskb_put +EXPORT_SYMBOL_GPL vmlinux 0x2731b050 tty_buffer_unlock_exclusive +EXPORT_SYMBOL_GPL vmlinux 0x27338ff6 acpi_set_modalias +EXPORT_SYMBOL_GPL vmlinux 0x274491d7 dma_free_pages +EXPORT_SYMBOL_GPL vmlinux 0x27596adc of_clk_src_onecell_get +EXPORT_SYMBOL_GPL vmlinux 0x275b3c8a gnttab_page_cache_put +EXPORT_SYMBOL_GPL vmlinux 0x275c313d scsi_autopm_get_device +EXPORT_SYMBOL_GPL vmlinux 0x275dfcbd balloon_page_list_dequeue +EXPORT_SYMBOL_GPL vmlinux 0x2773af71 mtk_build_eint +EXPORT_SYMBOL_GPL vmlinux 0x2773c485 __wake_up_locked +EXPORT_SYMBOL_GPL vmlinux 0x2781aada uhci_check_and_reset_hc +EXPORT_SYMBOL_GPL vmlinux 0x27979079 devm_hte_request_ts_ns +EXPORT_SYMBOL_GPL vmlinux 0x279f9cb3 debugfs_create_file_unsafe +EXPORT_SYMBOL_GPL vmlinux 0x27a041dc blk_mq_hctx_set_fq_lock_class +EXPORT_SYMBOL_GPL vmlinux 0x27a1a9c1 regulator_list_voltage_linear +EXPORT_SYMBOL_GPL vmlinux 0x27b03f7a regulator_get_bypass_regmap +EXPORT_SYMBOL_GPL vmlinux 0x27bcff13 kvm_write_guest_cached +EXPORT_SYMBOL_GPL vmlinux 0x27c60fe6 rdev_get_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x27c6ea15 register_btf_fmodret_id_set +EXPORT_SYMBOL_GPL vmlinux 0x27cb8d2e cn_add_callback +EXPORT_SYMBOL_GPL vmlinux 0x27cb91b6 edac_mc_handle_error +EXPORT_SYMBOL_GPL vmlinux 0x27dc9471 __tracepoint_br_fdb_update +EXPORT_SYMBOL_GPL vmlinux 0x27e38571 xfrm_dev_state_add +EXPORT_SYMBOL_GPL vmlinux 0x27f4003e metadata_dst_alloc +EXPORT_SYMBOL_GPL vmlinux 0x27f4f029 ftrace_set_global_filter +EXPORT_SYMBOL_GPL vmlinux 0x27fa66e1 nr_free_buffer_pages +EXPORT_SYMBOL_GPL vmlinux 0x2817a1ed crypto_stats_kpp_compute_shared_secret +EXPORT_SYMBOL_GPL vmlinux 0x2817f7fd cppc_get_desired_perf +EXPORT_SYMBOL_GPL vmlinux 0x2820bc87 usb_hcd_pci_remove +EXPORT_SYMBOL_GPL vmlinux 0x282cdabc usb_led_activity +EXPORT_SYMBOL_GPL vmlinux 0x28310bcd kasprintf_strarray +EXPORT_SYMBOL_GPL vmlinux 0x28375367 relay_buf_full +EXPORT_SYMBOL_GPL vmlinux 0x283c9ab6 of_get_videomode +EXPORT_SYMBOL_GPL vmlinux 0x284a81e8 kill_device +EXPORT_SYMBOL_GPL vmlinux 0x285084af mtk_clk_unregister_factors +EXPORT_SYMBOL_GPL vmlinux 0x285e038f da903x_writes +EXPORT_SYMBOL_GPL vmlinux 0x285e681a pci_bridge_emul_conf_read +EXPORT_SYMBOL_GPL vmlinux 0x28600bbd tps6586x_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x28609c3e tegra_mc_get_emem_device_count +EXPORT_SYMBOL_GPL vmlinux 0x2864abc9 klist_node_attached +EXPORT_SYMBOL_GPL vmlinux 0x286cc647 async_synchronize_cookie_domain +EXPORT_SYMBOL_GPL vmlinux 0x28812507 l3mdev_master_upper_ifindex_by_index_rcu +EXPORT_SYMBOL_GPL vmlinux 0x2882d40e usb_role_switch_unregister +EXPORT_SYMBOL_GPL vmlinux 0x2887c869 usb_unlocked_disable_lpm +EXPORT_SYMBOL_GPL vmlinux 0x2892d66b ohci_init_driver +EXPORT_SYMBOL_GPL vmlinux 0x28aa6a67 call_rcu +EXPORT_SYMBOL_GPL vmlinux 0x28ab4fb9 pinctrl_gpio_free +EXPORT_SYMBOL_GPL vmlinux 0x28abf38a ehci_handshake +EXPORT_SYMBOL_GPL vmlinux 0x28afbb08 cpu_latency_qos_add_request +EXPORT_SYMBOL_GPL vmlinux 0x28b030d2 of_overlay_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0x28b378e8 sysfs_rename_link_ns +EXPORT_SYMBOL_GPL vmlinux 0x28cc8c6a regulator_get_optional +EXPORT_SYMBOL_GPL vmlinux 0x28d46241 gpiochip_enable_irq +EXPORT_SYMBOL_GPL vmlinux 0x290415ec ip6_route_input_lookup +EXPORT_SYMBOL_GPL vmlinux 0x291876f3 mpi_ec_get_affine +EXPORT_SYMBOL_GPL vmlinux 0x2925db1e power_supply_get_property_from_supplier +EXPORT_SYMBOL_GPL vmlinux 0x2926b50c class_dev_iter_exit +EXPORT_SYMBOL_GPL vmlinux 0x292cdec1 __percpu_init_rwsem +EXPORT_SYMBOL_GPL vmlinux 0x2933ac62 mf_dax_kill_procs +EXPORT_SYMBOL_GPL vmlinux 0x293e65fa devm_mbox_controller_register +EXPORT_SYMBOL_GPL vmlinux 0x295b982a hisi_clk_register_fixed_rate +EXPORT_SYMBOL_GPL vmlinux 0x2962962f wm831x_reg_read +EXPORT_SYMBOL_GPL vmlinux 0x296682b0 zynqmp_pm_get_rpu_mode +EXPORT_SYMBOL_GPL vmlinux 0x2966f634 acpi_kobj +EXPORT_SYMBOL_GPL vmlinux 0x2975f3e4 iomap_swapfile_activate +EXPORT_SYMBOL_GPL vmlinux 0x297ac8fc devm_kstrdup_const +EXPORT_SYMBOL_GPL vmlinux 0x297ccfdc pci_epc_start +EXPORT_SYMBOL_GPL vmlinux 0x2981cee3 ata_pci_device_suspend +EXPORT_SYMBOL_GPL vmlinux 0x29840aa7 inet_unhash +EXPORT_SYMBOL_GPL vmlinux 0x298441a5 of_clk_hw_onecell_get +EXPORT_SYMBOL_GPL vmlinux 0x2988945d acpi_dma_controller_register +EXPORT_SYMBOL_GPL vmlinux 0x2989b1d7 usb_phy_roothub_suspend +EXPORT_SYMBOL_GPL vmlinux 0x29a90d4e of_device_request_module +EXPORT_SYMBOL_GPL vmlinux 0x29ad77e1 bpf_trace_run9 +EXPORT_SYMBOL_GPL vmlinux 0x29d00d6b ethtool_params_from_link_mode +EXPORT_SYMBOL_GPL vmlinux 0x29d76547 k3_udma_glue_tdown_rx_chn +EXPORT_SYMBOL_GPL vmlinux 0x29eba37f current_is_async +EXPORT_SYMBOL_GPL vmlinux 0x29ec6e32 ata_bmdma_qc_issue +EXPORT_SYMBOL_GPL vmlinux 0x29ee4415 sfp_add_phy +EXPORT_SYMBOL_GPL vmlinux 0x2a07956a devm_hwmon_device_register_with_groups +EXPORT_SYMBOL_GPL vmlinux 0x2a1034dd tc3589x_block_write +EXPORT_SYMBOL_GPL vmlinux 0x2a159d05 clk_register_divider_table +EXPORT_SYMBOL_GPL vmlinux 0x2a16a1e6 devm_pm_opp_set_config +EXPORT_SYMBOL_GPL vmlinux 0x2a1ec626 __regmap_init +EXPORT_SYMBOL_GPL vmlinux 0x2a2f04fa ip_tunnel_netlink_parms +EXPORT_SYMBOL_GPL vmlinux 0x2a3a4308 clk_hw_unregister_fixed_factor +EXPORT_SYMBOL_GPL vmlinux 0x2a454163 mtk_pinconf_drive_set +EXPORT_SYMBOL_GPL vmlinux 0x2a4affa1 skb_complete_tx_timestamp +EXPORT_SYMBOL_GPL vmlinux 0x2a4eb9de mtk_eint_do_init +EXPORT_SYMBOL_GPL vmlinux 0x2a5ea9ef rhashtable_destroy +EXPORT_SYMBOL_GPL vmlinux 0x2a60d6fd __traceiter_pelt_cfs_tp +EXPORT_SYMBOL_GPL vmlinux 0x2a62cb3a ring_buffer_overrun_cpu +EXPORT_SYMBOL_GPL vmlinux 0x2a678014 fsverity_file_open +EXPORT_SYMBOL_GPL vmlinux 0x2a67e84c fib6_new_table +EXPORT_SYMBOL_GPL vmlinux 0x2a7316da __SCK__tp_func_neigh_cleanup_and_release +EXPORT_SYMBOL_GPL vmlinux 0x2a8e584c irq_chip_unmask_parent +EXPORT_SYMBOL_GPL vmlinux 0x2a94a1a0 usb_store_new_id +EXPORT_SYMBOL_GPL vmlinux 0x2a976d1c dax_synchronous +EXPORT_SYMBOL_GPL vmlinux 0x2a9ac1d9 virtqueue_is_broken +EXPORT_SYMBOL_GPL vmlinux 0x2a9b236b rtm_getroute_parse_ip_proto +EXPORT_SYMBOL_GPL vmlinux 0x2aadad1a efi_capsule_update +EXPORT_SYMBOL_GPL vmlinux 0x2ae0f6cb rdev_get_regmap +EXPORT_SYMBOL_GPL vmlinux 0x2ae1689e zynqmp_pm_clock_getdivider +EXPORT_SYMBOL_GPL vmlinux 0x2aea0438 nf_hook_entries_insert_raw +EXPORT_SYMBOL_GPL vmlinux 0x2aefb14c nvdimm_volatile_region_create +EXPORT_SYMBOL_GPL vmlinux 0x2afee8ff kthread_mod_delayed_work +EXPORT_SYMBOL_GPL vmlinux 0x2b033354 hwspin_lock_get_id +EXPORT_SYMBOL_GPL vmlinux 0x2b0fe000 gnttab_cancel_free_callback +EXPORT_SYMBOL_GPL vmlinux 0x2b13f92b dpbp_get_attributes +EXPORT_SYMBOL_GPL vmlinux 0x2b280bcd rio_unmap_outb_region +EXPORT_SYMBOL_GPL vmlinux 0x2b364233 icc_provider_add +EXPORT_SYMBOL_GPL vmlinux 0x2b3a45bb bus_unregister +EXPORT_SYMBOL_GPL vmlinux 0x2b3e910e xenbus_dev_suspend +EXPORT_SYMBOL_GPL vmlinux 0x2b4509dd devlink_health_reporter_state_update +EXPORT_SYMBOL_GPL vmlinux 0x2b52e18f gfn_to_page_many_atomic +EXPORT_SYMBOL_GPL vmlinux 0x2b593b1b uart_get_rs485_mode +EXPORT_SYMBOL_GPL vmlinux 0x2b5c400d iommu_get_domain_for_dev_pasid +EXPORT_SYMBOL_GPL vmlinux 0x2b5d7bc5 of_i2c_get_board_info +EXPORT_SYMBOL_GPL vmlinux 0x2b6150fb power_supply_temp2resist_simple +EXPORT_SYMBOL_GPL vmlinux 0x2b64b411 crypto_hash_alg_has_setkey +EXPORT_SYMBOL_GPL vmlinux 0x2b6d38fb ata_pci_device_do_resume +EXPORT_SYMBOL_GPL vmlinux 0x2b6d960d synth_event_cmd_init +EXPORT_SYMBOL_GPL vmlinux 0x2b72fbe9 xfrm_audit_state_add +EXPORT_SYMBOL_GPL vmlinux 0x2b76646e pkcs7_free_message +EXPORT_SYMBOL_GPL vmlinux 0x2b7ae267 noop_direct_IO +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 0x2b9f084d tcp_leave_memory_pressure +EXPORT_SYMBOL_GPL vmlinux 0x2ba48e7c proc_create_net_single +EXPORT_SYMBOL_GPL vmlinux 0x2bd25fd1 rio_add_net +EXPORT_SYMBOL_GPL vmlinux 0x2bd46553 __traceiter_devlink_trap_report +EXPORT_SYMBOL_GPL vmlinux 0x2bd7ae2e debugfs_create_size_t +EXPORT_SYMBOL_GPL vmlinux 0x2bd8a8bb blk_fill_rwbs +EXPORT_SYMBOL_GPL vmlinux 0x2bdf5ab0 pm_wakeup_pending +EXPORT_SYMBOL_GPL vmlinux 0x2bdfd21f thermal_of_cooling_device_register +EXPORT_SYMBOL_GPL vmlinux 0x2bec7f2f blk_crypto_reprogram_all_keys +EXPORT_SYMBOL_GPL vmlinux 0x2bee8c64 gpiod_export +EXPORT_SYMBOL_GPL vmlinux 0x2beeb3c6 devm_init_badblocks +EXPORT_SYMBOL_GPL vmlinux 0x2bf14049 fat_setattr +EXPORT_SYMBOL_GPL vmlinux 0x2c208607 power_supply_is_system_supplied +EXPORT_SYMBOL_GPL vmlinux 0x2c20b7c8 blk_crypto_profile_init +EXPORT_SYMBOL_GPL vmlinux 0x2c2d218c usb_disable_ltm +EXPORT_SYMBOL_GPL vmlinux 0x2c3054f9 net_inc_ingress_queue +EXPORT_SYMBOL_GPL vmlinux 0x2c32ad99 spi_write_then_read +EXPORT_SYMBOL_GPL vmlinux 0x2c36afec regulator_list_voltage +EXPORT_SYMBOL_GPL vmlinux 0x2c36cc85 __tracepoint_unmap +EXPORT_SYMBOL_GPL vmlinux 0x2c3b82a0 wm8350_reg_lock +EXPORT_SYMBOL_GPL vmlinux 0x2c44fff7 mtk_pinconf_drive_get +EXPORT_SYMBOL_GPL vmlinux 0x2c635527 arch_invalidate_pmem +EXPORT_SYMBOL_GPL vmlinux 0x2c66729f phy_basic_features +EXPORT_SYMBOL_GPL vmlinux 0x2c66ac85 devlink_info_serial_number_put +EXPORT_SYMBOL_GPL vmlinux 0x2c6d5ab0 int_active_memcg +EXPORT_SYMBOL_GPL vmlinux 0x2c790d4a __tracepoint_sched_util_est_cfs_tp +EXPORT_SYMBOL_GPL vmlinux 0x2c7db649 irq_dispose_mapping +EXPORT_SYMBOL_GPL vmlinux 0x2c81a826 imx_1443x_pll +EXPORT_SYMBOL_GPL vmlinux 0x2c834418 static_key_slow_inc +EXPORT_SYMBOL_GPL vmlinux 0x2c8dd6b8 edac_mem_types +EXPORT_SYMBOL_GPL vmlinux 0x2c8e28ee phylink_ethtool_get_eee +EXPORT_SYMBOL_GPL vmlinux 0x2c97f8a2 of_reconfig_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0x2ca187a4 devm_tegra_memory_controller_get +EXPORT_SYMBOL_GPL vmlinux 0x2cba2b66 to_nvdimm_bus_dev +EXPORT_SYMBOL_GPL vmlinux 0x2cc9ace6 edac_mc_alloc +EXPORT_SYMBOL_GPL vmlinux 0x2cd264b5 usb_urb_ep_type_check +EXPORT_SYMBOL_GPL vmlinux 0x2cdbd279 of_clk_src_simple_get +EXPORT_SYMBOL_GPL vmlinux 0x2ce61f33 __SCK__tp_func_br_fdb_add +EXPORT_SYMBOL_GPL vmlinux 0x2cf12180 rio_request_inb_mbox +EXPORT_SYMBOL_GPL vmlinux 0x2cfe35d0 tty_port_register_device_attr_serdev +EXPORT_SYMBOL_GPL vmlinux 0x2d066ec9 iommu_get_domain_for_dev +EXPORT_SYMBOL_GPL vmlinux 0x2d0684a9 hrtimer_init +EXPORT_SYMBOL_GPL vmlinux 0x2d0e88dd badblocks_exit +EXPORT_SYMBOL_GPL vmlinux 0x2d1b02d2 usermodehelper_read_lock_wait +EXPORT_SYMBOL_GPL vmlinux 0x2d20d655 kset_find_obj +EXPORT_SYMBOL_GPL vmlinux 0x2d2c902f perf_trace_buf_alloc +EXPORT_SYMBOL_GPL vmlinux 0x2d2dd36f kobj_ns_grab_current +EXPORT_SYMBOL_GPL vmlinux 0x2d3cec20 __traceiter_block_bio_remap +EXPORT_SYMBOL_GPL vmlinux 0x2d3e4c25 of_pwm_xlate_with_flags +EXPORT_SYMBOL_GPL vmlinux 0x2d41e6f5 __trace_puts +EXPORT_SYMBOL_GPL vmlinux 0x2d5d2ad5 iomap_truncate_page +EXPORT_SYMBOL_GPL vmlinux 0x2d609547 dax_direct_access +EXPORT_SYMBOL_GPL vmlinux 0x2d6e2451 sysfs_create_bin_file +EXPORT_SYMBOL_GPL vmlinux 0x2d74b2b7 dev_pm_opp_of_add_table +EXPORT_SYMBOL_GPL vmlinux 0x2d7c7132 gpiod_put_array +EXPORT_SYMBOL_GPL vmlinux 0x2d82baa7 da9052_enable_irq +EXPORT_SYMBOL_GPL vmlinux 0x2daeb3eb of_icc_get +EXPORT_SYMBOL_GPL vmlinux 0x2db67d4a owl_sps_set_pg +EXPORT_SYMBOL_GPL vmlinux 0x2dc4ad40 skb_morph +EXPORT_SYMBOL_GPL vmlinux 0x2dcbbd9e usb_hub_find_child +EXPORT_SYMBOL_GPL vmlinux 0x2dda26df find_asymmetric_key +EXPORT_SYMBOL_GPL vmlinux 0x2ddd5b55 devlink_is_reload_failed +EXPORT_SYMBOL_GPL vmlinux 0x2de51360 kvm_irq_has_notifier +EXPORT_SYMBOL_GPL vmlinux 0x2e028ae6 rcutorture_get_gp_data +EXPORT_SYMBOL_GPL vmlinux 0x2e07bece gpiod_set_debounce +EXPORT_SYMBOL_GPL vmlinux 0x2e08226d badrange_add +EXPORT_SYMBOL_GPL vmlinux 0x2e2360b1 ftrace_set_global_notrace +EXPORT_SYMBOL_GPL vmlinux 0x2e2bec93 nf_checksum +EXPORT_SYMBOL_GPL vmlinux 0x2e313bb7 unregister_nvdimm_pmu +EXPORT_SYMBOL_GPL vmlinux 0x2e349183 sk_msg_return +EXPORT_SYMBOL_GPL vmlinux 0x2e47c2c2 imx_pinctrl_pm_ops +EXPORT_SYMBOL_GPL vmlinux 0x2e662340 component_del +EXPORT_SYMBOL_GPL vmlinux 0x2e66298c __SCK__tp_func_sched_util_est_cfs_tp +EXPORT_SYMBOL_GPL vmlinux 0x2e708ed9 dw_pcie_ep_reset_bar +EXPORT_SYMBOL_GPL vmlinux 0x2e75ad84 led_sysfs_enable +EXPORT_SYMBOL_GPL vmlinux 0x2e7ee5c4 pci_epc_put +EXPORT_SYMBOL_GPL vmlinux 0x2e854d5f trace_array_set_clr_event +EXPORT_SYMBOL_GPL vmlinux 0x2e8c8b22 of_pci_get_max_link_speed +EXPORT_SYMBOL_GPL vmlinux 0x2e93f4a8 proc_create_net_data +EXPORT_SYMBOL_GPL vmlinux 0x2e9ec24d free_iova +EXPORT_SYMBOL_GPL vmlinux 0x2ea47c3c switchdev_port_obj_del +EXPORT_SYMBOL_GPL vmlinux 0x2ea5d619 platform_get_mem_or_io +EXPORT_SYMBOL_GPL vmlinux 0x2ea7a909 usb_role_switch_register +EXPORT_SYMBOL_GPL vmlinux 0x2ead54c9 power_supply_get_by_name +EXPORT_SYMBOL_GPL vmlinux 0x2eaed053 watchdog_register_device +EXPORT_SYMBOL_GPL vmlinux 0x2ebb19fd execute_in_process_context +EXPORT_SYMBOL_GPL vmlinux 0x2ebe21c7 devm_pm_opp_of_add_table +EXPORT_SYMBOL_GPL vmlinux 0x2ebe3135 cpu_is_hotpluggable +EXPORT_SYMBOL_GPL vmlinux 0x2ec2cbde platform_get_irq_byname_optional +EXPORT_SYMBOL_GPL vmlinux 0x2ecdb03c cgroup_get_e_css +EXPORT_SYMBOL_GPL vmlinux 0x2ecf87bc debugfs_real_fops +EXPORT_SYMBOL_GPL vmlinux 0x2ed489ec gfn_to_pfn_memslot +EXPORT_SYMBOL_GPL vmlinux 0x2ed48cfe serdev_controller_remove +EXPORT_SYMBOL_GPL vmlinux 0x2ee7c52b btree_visitor +EXPORT_SYMBOL_GPL vmlinux 0x2ef1c673 mtk_clk_register_gates +EXPORT_SYMBOL_GPL vmlinux 0x2ef82a26 devm_spi_mem_dirmap_destroy +EXPORT_SYMBOL_GPL vmlinux 0x2f0d9053 usb_otg_state_string +EXPORT_SYMBOL_GPL vmlinux 0x2f13dc13 ata_sas_port_resume +EXPORT_SYMBOL_GPL vmlinux 0x2f1ea064 __SCK__tp_func_xdp_bulk_tx +EXPORT_SYMBOL_GPL vmlinux 0x2f24203b tpm_chip_register +EXPORT_SYMBOL_GPL vmlinux 0x2f2c95c4 flush_work +EXPORT_SYMBOL_GPL vmlinux 0x2f338b07 blk_mq_freeze_queue_wait_timeout +EXPORT_SYMBOL_GPL vmlinux 0x2f4880df static_key_slow_dec +EXPORT_SYMBOL_GPL vmlinux 0x2f58a37b file_is_kvm +EXPORT_SYMBOL_GPL vmlinux 0x2f5ed976 filemap_add_folio +EXPORT_SYMBOL_GPL vmlinux 0x2f64415f unregister_acpi_hed_notifier +EXPORT_SYMBOL_GPL vmlinux 0x2f76181f trace_seq_path +EXPORT_SYMBOL_GPL vmlinux 0x2f7f132d register_virtio_device +EXPORT_SYMBOL_GPL vmlinux 0x2f82dec1 phy_modify_changed +EXPORT_SYMBOL_GPL vmlinux 0x2f8cb458 ahci_handle_port_intr +EXPORT_SYMBOL_GPL vmlinux 0x2f9e0898 fuse_do_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x2faa1d58 qcom_icc_xlate_extended +EXPORT_SYMBOL_GPL vmlinux 0x2faac966 pci_bridge_emul_init +EXPORT_SYMBOL_GPL vmlinux 0x2fac3c71 k3_ringacc_request_rings_pair +EXPORT_SYMBOL_GPL vmlinux 0x2fb0e2c9 cpufreq_dbs_governor_init +EXPORT_SYMBOL_GPL vmlinux 0x2fb63beb tcp_rate_check_app_limited +EXPORT_SYMBOL_GPL vmlinux 0x2fc1e0fe kmem_valid_obj +EXPORT_SYMBOL_GPL vmlinux 0x2fd01145 blk_mq_free_request +EXPORT_SYMBOL_GPL vmlinux 0x2fdecc23 dax_region_put +EXPORT_SYMBOL_GPL vmlinux 0x2fe58724 device_driver_attach +EXPORT_SYMBOL_GPL vmlinux 0x2fe64449 PageHeadHuge +EXPORT_SYMBOL_GPL vmlinux 0x2fe666d6 pci_epc_mem_free_addr +EXPORT_SYMBOL_GPL vmlinux 0x2ff4cc4f sock_diag_save_cookie +EXPORT_SYMBOL_GPL vmlinux 0x2ffa6c1d skb_mpls_update_lse +EXPORT_SYMBOL_GPL vmlinux 0x300f4b63 pci_walk_bus +EXPORT_SYMBOL_GPL vmlinux 0x3016375c fscrypt_ioctl_get_nonce +EXPORT_SYMBOL_GPL vmlinux 0x301ae1bf input_ff_destroy +EXPORT_SYMBOL_GPL vmlinux 0x3025eee0 tegra210_clk_emc_dll_update_setting +EXPORT_SYMBOL_GPL vmlinux 0x30273b9c edac_device_del_device +EXPORT_SYMBOL_GPL vmlinux 0x303053c0 find_ge_pid +EXPORT_SYMBOL_GPL vmlinux 0x30351294 k3_udma_glue_rx_flow_get_fdq_id +EXPORT_SYMBOL_GPL vmlinux 0x303a7aea led_classdev_register_ext +EXPORT_SYMBOL_GPL vmlinux 0x303ff0c3 of_pwm_single_xlate +EXPORT_SYMBOL_GPL vmlinux 0x30496cb1 phy_set_speed +EXPORT_SYMBOL_GPL vmlinux 0x304b1e5f tpm_default_chip +EXPORT_SYMBOL_GPL vmlinux 0x3053dbeb __tcp_send_ack +EXPORT_SYMBOL_GPL vmlinux 0x305c8710 irq_domain_translate_onecell +EXPORT_SYMBOL_GPL vmlinux 0x3061cfce ring_buffer_entries_cpu +EXPORT_SYMBOL_GPL vmlinux 0x306a2254 gpiochip_populate_parent_fwspec_fourcell +EXPORT_SYMBOL_GPL vmlinux 0x307e5567 devm_kmalloc +EXPORT_SYMBOL_GPL vmlinux 0x3080cb9a phy_set_media +EXPORT_SYMBOL_GPL vmlinux 0x308d5f25 virtqueue_notify +EXPORT_SYMBOL_GPL vmlinux 0x308f8c7f synth_event_trace +EXPORT_SYMBOL_GPL vmlinux 0x30a9bd82 regmap_get_val_bytes +EXPORT_SYMBOL_GPL vmlinux 0x30b0114e dw_pcie_find_ext_capability +EXPORT_SYMBOL_GPL vmlinux 0x30d5d71b devfreq_event_add_edev +EXPORT_SYMBOL_GPL vmlinux 0x30e1ec25 apei_map_generic_address +EXPORT_SYMBOL_GPL vmlinux 0x30e3000b blk_set_pm_only +EXPORT_SYMBOL_GPL vmlinux 0x31019477 __ftrace_vbprintk +EXPORT_SYMBOL_GPL vmlinux 0x3110a914 phy_restart_aneg +EXPORT_SYMBOL_GPL vmlinux 0x3110fb41 bdev_alignment_offset +EXPORT_SYMBOL_GPL vmlinux 0x31128b8e hv_remove_kexec_handler +EXPORT_SYMBOL_GPL vmlinux 0x311c6da4 put_iova_domain +EXPORT_SYMBOL_GPL vmlinux 0x312018c0 vcap_rule_iter +EXPORT_SYMBOL_GPL vmlinux 0x31266931 con_debug_leave +EXPORT_SYMBOL_GPL vmlinux 0x312de195 acpi_bus_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0x31305c3d mnt_want_write_file +EXPORT_SYMBOL_GPL vmlinux 0x313aeac1 dma_resv_iter_first +EXPORT_SYMBOL_GPL vmlinux 0x313e0f07 blk_mq_unquiesce_tagset +EXPORT_SYMBOL_GPL vmlinux 0x313e229b nvdimm_pmem_region_create +EXPORT_SYMBOL_GPL vmlinux 0x313ea5fd ipi_send_single +EXPORT_SYMBOL_GPL vmlinux 0x31459717 report_iommu_fault +EXPORT_SYMBOL_GPL vmlinux 0x315f2309 crypto_shash_tfm_digest +EXPORT_SYMBOL_GPL vmlinux 0x3164246a fsl_mc_bus_dpsw_type +EXPORT_SYMBOL_GPL vmlinux 0x3168967c sk_msg_free_partial +EXPORT_SYMBOL_GPL vmlinux 0x3169dd3c handle_level_irq +EXPORT_SYMBOL_GPL vmlinux 0x316dd08b nvdimm_clear_poison +EXPORT_SYMBOL_GPL vmlinux 0x31839ad3 software_node_register_nodes +EXPORT_SYMBOL_GPL vmlinux 0x3185e951 rtc_update_irq +EXPORT_SYMBOL_GPL vmlinux 0x3187490a __SCK__tp_func_detach_device_from_domain +EXPORT_SYMBOL_GPL vmlinux 0x318e87c4 ata_pci_sff_init_one +EXPORT_SYMBOL_GPL vmlinux 0x3192d768 cpufreq_remove_update_util_hook +EXPORT_SYMBOL_GPL vmlinux 0x31a484ce perf_event_create_kernel_counter +EXPORT_SYMBOL_GPL vmlinux 0x31a76d61 mas_destroy +EXPORT_SYMBOL_GPL vmlinux 0x31a95e8b ring_buffer_record_enable_cpu +EXPORT_SYMBOL_GPL vmlinux 0x31b87361 fat_time_fat2unix +EXPORT_SYMBOL_GPL vmlinux 0x31bd11ce mddev_init_writes_pending +EXPORT_SYMBOL_GPL vmlinux 0x31c4e092 pinmux_generic_get_function +EXPORT_SYMBOL_GPL vmlinux 0x31c7970f pciserial_suspend_ports +EXPORT_SYMBOL_GPL vmlinux 0x31d2415f pinctrl_utils_free_map +EXPORT_SYMBOL_GPL vmlinux 0x31d34278 xas_load +EXPORT_SYMBOL_GPL vmlinux 0x31dca4d8 gnttab_claim_grant_reference +EXPORT_SYMBOL_GPL vmlinux 0x31e4d364 virtqueue_add_outbuf +EXPORT_SYMBOL_GPL vmlinux 0x31e9e8d5 zynqmp_pm_set_suspend_mode +EXPORT_SYMBOL_GPL vmlinux 0x32095e9d register_asymmetric_key_parser +EXPORT_SYMBOL_GPL vmlinux 0x3209e265 regmap_check_range_table +EXPORT_SYMBOL_GPL vmlinux 0x32171301 acpi_subsys_suspend_noirq +EXPORT_SYMBOL_GPL vmlinux 0x32208772 nfs_ssc_client_tbl +EXPORT_SYMBOL_GPL vmlinux 0x32295715 dev_pm_opp_clear_config +EXPORT_SYMBOL_GPL vmlinux 0x32319eef blk_bio_list_merge +EXPORT_SYMBOL_GPL vmlinux 0x3246711f rtnl_put_cacheinfo +EXPORT_SYMBOL_GPL vmlinux 0x3249094a filemap_range_has_writeback +EXPORT_SYMBOL_GPL vmlinux 0x324b5ad8 cpuidle_get_driver +EXPORT_SYMBOL_GPL vmlinux 0x324ba1cf iomap_finish_ioends +EXPORT_SYMBOL_GPL vmlinux 0x3251c588 blkg_conf_prep +EXPORT_SYMBOL_GPL vmlinux 0x325888a3 __tracepoint_neigh_update +EXPORT_SYMBOL_GPL vmlinux 0x325f5ff7 irq_domain_update_bus_token +EXPORT_SYMBOL_GPL vmlinux 0x326281de edac_mc_free +EXPORT_SYMBOL_GPL vmlinux 0x3267d11e nvmem_device_cell_write +EXPORT_SYMBOL_GPL vmlinux 0x326cefe5 hwpoison_filter_dev_minor +EXPORT_SYMBOL_GPL vmlinux 0x326e1a97 pci_probe_reset_bus +EXPORT_SYMBOL_GPL vmlinux 0x3278aace dm_internal_suspend_fast +EXPORT_SYMBOL_GPL vmlinux 0x327a2687 bind_evtchn_to_irq_lateeoi +EXPORT_SYMBOL_GPL vmlinux 0x327c73e6 __SCK__tp_func_rwmmio_read +EXPORT_SYMBOL_GPL vmlinux 0x327e4b9c tc3589x_reg_read +EXPORT_SYMBOL_GPL vmlinux 0x32834f20 devm_thermal_of_zone_register +EXPORT_SYMBOL_GPL vmlinux 0x32836981 public_key_verify_signature +EXPORT_SYMBOL_GPL vmlinux 0x328cf250 thermal_of_zone_register +EXPORT_SYMBOL_GPL vmlinux 0x329c9be9 devlink_linecard_nested_dl_set +EXPORT_SYMBOL_GPL vmlinux 0x32ab06cc irq_percpu_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0x32abc8d2 __pm_runtime_idle +EXPORT_SYMBOL_GPL vmlinux 0x32b0ef30 blkdev_report_zones +EXPORT_SYMBOL_GPL vmlinux 0x32bc0fcf preempt_notifier_dec +EXPORT_SYMBOL_GPL vmlinux 0x32c3cb4e class_compat_register +EXPORT_SYMBOL_GPL vmlinux 0x32d48d1c nd_region_dev +EXPORT_SYMBOL_GPL vmlinux 0x32d6c8e6 mtk_mux_gate_clr_set_upd_ops +EXPORT_SYMBOL_GPL vmlinux 0x32d988d9 irq_chip_set_vcpu_affinity_parent +EXPORT_SYMBOL_GPL vmlinux 0x32df33e7 x509_cert_parse +EXPORT_SYMBOL_GPL vmlinux 0x32f08898 iommu_sva_unbind_device +EXPORT_SYMBOL_GPL vmlinux 0x32f40a88 usb_block_urb +EXPORT_SYMBOL_GPL vmlinux 0x330010b6 cpuset_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0x33045268 bind_interdomain_evtchn_to_irqhandler_lateeoi +EXPORT_SYMBOL_GPL vmlinux 0x330a7669 usb_get_dr_mode +EXPORT_SYMBOL_GPL vmlinux 0x330b0e01 sbitmap_queue_min_shallow_depth +EXPORT_SYMBOL_GPL vmlinux 0x330f6116 set_dax_synchronous +EXPORT_SYMBOL_GPL vmlinux 0x331e3fc7 devm_regulator_bulk_get_const +EXPORT_SYMBOL_GPL vmlinux 0x3327bfbb xfrm_audit_policy_delete +EXPORT_SYMBOL_GPL vmlinux 0x3333d433 io_cgrp_subsys +EXPORT_SYMBOL_GPL vmlinux 0x3335166d acpi_device_get_match_data +EXPORT_SYMBOL_GPL vmlinux 0x333fd200 __fib_lookup +EXPORT_SYMBOL_GPL vmlinux 0x3345a635 pwm_set_chip_data +EXPORT_SYMBOL_GPL vmlinux 0x3345ce67 lwtunnel_state_alloc +EXPORT_SYMBOL_GPL vmlinux 0x334833d0 usb_put_phy +EXPORT_SYMBOL_GPL vmlinux 0x33504b81 crypto_ahash_finup +EXPORT_SYMBOL_GPL vmlinux 0x335c570f enable_percpu_irq +EXPORT_SYMBOL_GPL vmlinux 0x3366506b crypto_register_rng +EXPORT_SYMBOL_GPL vmlinux 0x33686179 tty_find_polling_driver +EXPORT_SYMBOL_GPL vmlinux 0x3368d510 io_uring_cmd_import_fixed +EXPORT_SYMBOL_GPL vmlinux 0x33698271 vfs_kern_mount +EXPORT_SYMBOL_GPL vmlinux 0x3369bf53 nvmem_cell_get +EXPORT_SYMBOL_GPL vmlinux 0x336d5774 crypto_mod_put +EXPORT_SYMBOL_GPL vmlinux 0x3376143e cpufreq_enable_fast_switch +EXPORT_SYMBOL_GPL vmlinux 0x337d5555 spi_split_transfers_maxsize +EXPORT_SYMBOL_GPL vmlinux 0x3381b6c5 relay_open +EXPORT_SYMBOL_GPL vmlinux 0x33994777 cdrom_multisession +EXPORT_SYMBOL_GPL vmlinux 0x339f3e86 nf_hook_entries_delete_raw +EXPORT_SYMBOL_GPL vmlinux 0x33a801a3 regmap_reinit_cache +EXPORT_SYMBOL_GPL vmlinux 0x33ae234e validate_xmit_xfrm +EXPORT_SYMBOL_GPL vmlinux 0x33ae89e3 tty_kclose +EXPORT_SYMBOL_GPL vmlinux 0x33b23bae ata_sff_lost_interrupt +EXPORT_SYMBOL_GPL vmlinux 0x33d34711 phy_pm_runtime_forbid +EXPORT_SYMBOL_GPL vmlinux 0x33d53d45 fs_dax_get_by_bdev +EXPORT_SYMBOL_GPL vmlinux 0x33dced26 sysfs_remove_file_from_group +EXPORT_SYMBOL_GPL vmlinux 0x33e97126 ata_link_offline +EXPORT_SYMBOL_GPL vmlinux 0x33eb8e1e led_trigger_set +EXPORT_SYMBOL_GPL vmlinux 0x33f427ef ata_pci_device_do_suspend +EXPORT_SYMBOL_GPL vmlinux 0x33fbe65d __traceiter_br_fdb_add +EXPORT_SYMBOL_GPL vmlinux 0x3405f472 xdp_do_redirect +EXPORT_SYMBOL_GPL vmlinux 0x3414dafa class_compat_remove_link +EXPORT_SYMBOL_GPL vmlinux 0x34181c17 netdev_cmd_to_name +EXPORT_SYMBOL_GPL vmlinux 0x34189ab6 ahci_fill_cmd_slot +EXPORT_SYMBOL_GPL vmlinux 0x3419d945 of_pci_range_parser_init +EXPORT_SYMBOL_GPL vmlinux 0x3419d973 component_unbind_all +EXPORT_SYMBOL_GPL vmlinux 0x342639bd __mmdrop +EXPORT_SYMBOL_GPL vmlinux 0x342e7f19 ata_sff_tf_load +EXPORT_SYMBOL_GPL vmlinux 0x34331f04 acpi_os_unmap_memory +EXPORT_SYMBOL_GPL vmlinux 0x343927cc init_user_ns +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 0x344fae85 devm_of_icc_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0x3450ad94 mpi_set_ui +EXPORT_SYMBOL_GPL vmlinux 0x3458e78d crypto_stats_kpp_generate_public_key +EXPORT_SYMBOL_GPL vmlinux 0x345c9a10 pm_runtime_autosuspend_expiration +EXPORT_SYMBOL_GPL vmlinux 0x3472fc2a clk_hw_unregister +EXPORT_SYMBOL_GPL vmlinux 0x3476ac5b list_lru_walk_node +EXPORT_SYMBOL_GPL vmlinux 0x34806f6b fsl_mc_resource_allocate +EXPORT_SYMBOL_GPL vmlinux 0x3487de0a __pci_epc_create +EXPORT_SYMBOL_GPL vmlinux 0x3491f3c7 inet_pernet_hashinfo_free +EXPORT_SYMBOL_GPL vmlinux 0x34924830 mpc8xxx_spi_tx_buf_u16 +EXPORT_SYMBOL_GPL vmlinux 0x349a13d0 irq_gc_ack_set_bit +EXPORT_SYMBOL_GPL vmlinux 0x34a7b142 __SCK__tp_func_rpm_suspend +EXPORT_SYMBOL_GPL vmlinux 0x34a99384 subsys_interface_register +EXPORT_SYMBOL_GPL vmlinux 0x34b47afd spi_delay_to_ns +EXPORT_SYMBOL_GPL vmlinux 0x34d1a624 regulator_get_voltage +EXPORT_SYMBOL_GPL vmlinux 0x34dccfb2 context_tracking +EXPORT_SYMBOL_GPL vmlinux 0x34dec7e8 mtk_clk_register_dividers +EXPORT_SYMBOL_GPL vmlinux 0x34ea803e sock_diag_put_meminfo +EXPORT_SYMBOL_GPL vmlinux 0x34eab46d bind_evtchn_to_irqhandler +EXPORT_SYMBOL_GPL vmlinux 0x34ec9913 tpm2_flush_context +EXPORT_SYMBOL_GPL vmlinux 0x34eeb77f ata_std_bios_param +EXPORT_SYMBOL_GPL vmlinux 0x34fc4ad3 __tracepoint_block_split +EXPORT_SYMBOL_GPL vmlinux 0x35029146 regulator_get_exclusive +EXPORT_SYMBOL_GPL vmlinux 0x35042a80 inet_csk_clone_lock +EXPORT_SYMBOL_GPL vmlinux 0x350f6ce5 tasklet_unlock_wait +EXPORT_SYMBOL_GPL vmlinux 0x352b3813 maxim_charger_calc_reg_current +EXPORT_SYMBOL_GPL vmlinux 0x352ec68b bpf_offload_dev_destroy +EXPORT_SYMBOL_GPL vmlinux 0x35315e84 regmap_bulk_read +EXPORT_SYMBOL_GPL vmlinux 0x3545ae27 crypto_register_scomps +EXPORT_SYMBOL_GPL vmlinux 0x354c41ef usb_control_msg_recv +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 0x35648463 device_create +EXPORT_SYMBOL_GPL vmlinux 0x3565a929 utf8_data_table +EXPORT_SYMBOL_GPL vmlinux 0x357457c3 psil_get_ep_config +EXPORT_SYMBOL_GPL vmlinux 0x357a9342 of_remove_property +EXPORT_SYMBOL_GPL vmlinux 0x35807355 devl_dpipe_table_register +EXPORT_SYMBOL_GPL vmlinux 0x358a2329 handle_bad_irq +EXPORT_SYMBOL_GPL vmlinux 0x358ff60f twl_get_hfclk_rate +EXPORT_SYMBOL_GPL vmlinux 0x35900f71 pm_genpd_init +EXPORT_SYMBOL_GPL vmlinux 0x3598cee0 irq_domain_translate_twocell +EXPORT_SYMBOL_GPL vmlinux 0x35a4f59d zynqmp_pm_clock_setdivider +EXPORT_SYMBOL_GPL vmlinux 0x35b45a4b crypto_unregister_alg +EXPORT_SYMBOL_GPL vmlinux 0x35d3dc46 crypto_alg_sem +EXPORT_SYMBOL_GPL vmlinux 0x35d4b321 shash_ahash_finup +EXPORT_SYMBOL_GPL vmlinux 0x35e2e2b4 kvm_vcpu_mark_page_dirty +EXPORT_SYMBOL_GPL vmlinux 0x35ea268d ethnl_cable_test_pulse +EXPORT_SYMBOL_GPL vmlinux 0x35f4590f fl6_merge_options +EXPORT_SYMBOL_GPL vmlinux 0x35f6cc32 tty_port_tty_hangup +EXPORT_SYMBOL_GPL vmlinux 0x35f875f2 find_get_pid +EXPORT_SYMBOL_GPL vmlinux 0x35fa9378 crypto_alloc_tfm_node +EXPORT_SYMBOL_GPL vmlinux 0x35fd58ba nvmem_cell_read_variable_le_u32 +EXPORT_SYMBOL_GPL vmlinux 0x360e754d power_supply_get_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0x361292a5 debugfs_write_file_bool +EXPORT_SYMBOL_GPL vmlinux 0x361510a4 bpf_prog_inc_not_zero +EXPORT_SYMBOL_GPL vmlinux 0x3615a1a6 shash_ahash_update +EXPORT_SYMBOL_GPL vmlinux 0x36242943 switchdev_deferred_process +EXPORT_SYMBOL_GPL vmlinux 0x362ef4d3 get_task_mm +EXPORT_SYMBOL_GPL vmlinux 0x365989e5 imx_1416x_pll +EXPORT_SYMBOL_GPL vmlinux 0x365b45d1 __tracepoint_sched_update_nr_running_tp +EXPORT_SYMBOL_GPL vmlinux 0x365b8d08 devm_of_phy_provider_unregister +EXPORT_SYMBOL_GPL vmlinux 0x3663a662 tcp_abort +EXPORT_SYMBOL_GPL vmlinux 0x366d9194 platform_msi_create_irq_domain +EXPORT_SYMBOL_GPL vmlinux 0x3671fcb4 serial8250_do_set_ldisc +EXPORT_SYMBOL_GPL vmlinux 0x3688e4f0 ip_fib_metrics_init +EXPORT_SYMBOL_GPL vmlinux 0x36898d6f gpiod_remove_hogs +EXPORT_SYMBOL_GPL vmlinux 0x3695f757 irq_chip_release_resources_parent +EXPORT_SYMBOL_GPL vmlinux 0x369bf6f5 bpf_prog_destroy +EXPORT_SYMBOL_GPL vmlinux 0x369dc923 dpcon_disable +EXPORT_SYMBOL_GPL vmlinux 0x369fcd70 tracing_snapshot +EXPORT_SYMBOL_GPL vmlinux 0x36a0413b fsl_mc_bus_dpcon_type +EXPORT_SYMBOL_GPL vmlinux 0x36ac17ab alloc_iova_fast +EXPORT_SYMBOL_GPL vmlinux 0x36bf6b4a rio_mport_get_efb +EXPORT_SYMBOL_GPL vmlinux 0x36c2370f mptcp_pm_get_subflows_max +EXPORT_SYMBOL_GPL vmlinux 0x36c2b932 da903x_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x36cb4a6c of_property_read_u32_index +EXPORT_SYMBOL_GPL vmlinux 0x36d3a9ad ping_seq_stop +EXPORT_SYMBOL_GPL vmlinux 0x36d67907 iomap_fiemap +EXPORT_SYMBOL_GPL vmlinux 0x36db870b zynqmp_pm_sha_hash +EXPORT_SYMBOL_GPL vmlinux 0x36ed7db7 tracing_snapshot_cond_enable +EXPORT_SYMBOL_GPL vmlinux 0x36f07f3a crypto_unregister_templates +EXPORT_SYMBOL_GPL vmlinux 0x36f71f60 device_show_int +EXPORT_SYMBOL_GPL vmlinux 0x370b2833 raw_seq_next +EXPORT_SYMBOL_GPL vmlinux 0x37169f79 cpu_latency_qos_update_request +EXPORT_SYMBOL_GPL vmlinux 0x371b5557 spi_mem_default_supports_op +EXPORT_SYMBOL_GPL vmlinux 0x371ffb81 devlink_traps_unregister +EXPORT_SYMBOL_GPL vmlinux 0x37217b6c spi_add_device +EXPORT_SYMBOL_GPL vmlinux 0x3724d392 mtk_pinconf_drive_set_rev1 +EXPORT_SYMBOL_GPL vmlinux 0x3741af44 sdio_get_host_pm_caps +EXPORT_SYMBOL_GPL vmlinux 0x3742d974 device_wakeup_disable +EXPORT_SYMBOL_GPL vmlinux 0x374551f6 acpi_find_child_device +EXPORT_SYMBOL_GPL vmlinux 0x3750d770 erst_read +EXPORT_SYMBOL_GPL vmlinux 0x3757cf12 pci_epc_init_notify +EXPORT_SYMBOL_GPL vmlinux 0x376b2512 vcap_lookup_keyfield +EXPORT_SYMBOL_GPL vmlinux 0x3774e36d fscrypt_ioctl_remove_key_all_users +EXPORT_SYMBOL_GPL vmlinux 0x3775c25b k3_udma_glue_tx_cppi5_to_dma_addr +EXPORT_SYMBOL_GPL vmlinux 0x377a0aef of_get_required_opp_performance_state +EXPORT_SYMBOL_GPL vmlinux 0x377bbcbc pm_suspend_target_state +EXPORT_SYMBOL_GPL vmlinux 0x377c99a7 fb_deferred_io_release +EXPORT_SYMBOL_GPL vmlinux 0x378adfb7 zynqmp_pm_sd_dll_reset +EXPORT_SYMBOL_GPL vmlinux 0x37914025 xenbus_write +EXPORT_SYMBOL_GPL vmlinux 0x37ae63e9 uart_xchar_out +EXPORT_SYMBOL_GPL vmlinux 0x37b0c7ac tcp_set_state +EXPORT_SYMBOL_GPL vmlinux 0x37bf7be3 percpu_ref_exit +EXPORT_SYMBOL_GPL vmlinux 0x37c40c04 fsl_mc_device_remove +EXPORT_SYMBOL_GPL vmlinux 0x37cdec76 blkg_rwstat_recursive_sum +EXPORT_SYMBOL_GPL vmlinux 0x37cfef40 blk_insert_cloned_request +EXPORT_SYMBOL_GPL vmlinux 0x37efe396 led_trigger_write +EXPORT_SYMBOL_GPL vmlinux 0x37fa0744 __dma_request_channel +EXPORT_SYMBOL_GPL vmlinux 0x3801776b __ioread32_copy +EXPORT_SYMBOL_GPL vmlinux 0x380dde36 power_supply_batinfo_ocv2cap +EXPORT_SYMBOL_GPL vmlinux 0x380ef2c0 ethnl_cable_test_free +EXPORT_SYMBOL_GPL vmlinux 0x3817f7f7 fib_rules_unregister +EXPORT_SYMBOL_GPL vmlinux 0x38268b62 icc_bulk_enable +EXPORT_SYMBOL_GPL vmlinux 0x38269478 da9052_disable_irq +EXPORT_SYMBOL_GPL vmlinux 0x38374815 clear_selection +EXPORT_SYMBOL_GPL vmlinux 0x383dc16b gnttab_unmap_refs_sync +EXPORT_SYMBOL_GPL vmlinux 0x383f038f xdp_do_redirect_frame +EXPORT_SYMBOL_GPL vmlinux 0x3854afd3 regulator_bulk_unregister_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0x38580d98 xenbus_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0x385db4d6 pinctrl_dev_get_devname +EXPORT_SYMBOL_GPL vmlinux 0x3866e217 nvmem_device_write +EXPORT_SYMBOL_GPL vmlinux 0x38708e25 inet_peer_base_init +EXPORT_SYMBOL_GPL vmlinux 0x388c4de4 qcom_smem_state_register +EXPORT_SYMBOL_GPL vmlinux 0x389b64a2 static_key_count +EXPORT_SYMBOL_GPL vmlinux 0x389c16b6 posix_acl_access_xattr_handler +EXPORT_SYMBOL_GPL vmlinux 0x38a7f54e vp_modern_get_queue_size +EXPORT_SYMBOL_GPL vmlinux 0x38a856fb ncsi_vlan_rx_kill_vid +EXPORT_SYMBOL_GPL vmlinux 0x38aa1397 gpiod_add_lookup_table +EXPORT_SYMBOL_GPL vmlinux 0x38aca030 mtk_eint_find_irq +EXPORT_SYMBOL_GPL vmlinux 0x38b54ea2 phylink_mii_c22_pcs_config +EXPORT_SYMBOL_GPL vmlinux 0x38b55995 meson_pmx_get_func_name +EXPORT_SYMBOL_GPL vmlinux 0x38c3ff30 freq_qos_add_notifier +EXPORT_SYMBOL_GPL vmlinux 0x38cd1eb9 device_property_read_u16_array +EXPORT_SYMBOL_GPL vmlinux 0x38dc0dc6 cpuidle_get_cpu_driver +EXPORT_SYMBOL_GPL vmlinux 0x38dc1368 sysfs_chmod_file +EXPORT_SYMBOL_GPL vmlinux 0x38de9eb5 wm8350_device_init +EXPORT_SYMBOL_GPL vmlinux 0x38e1fde7 mpi_set +EXPORT_SYMBOL_GPL vmlinux 0x38e5bc5a clk_set_rate_range +EXPORT_SYMBOL_GPL vmlinux 0x38eac4b9 tty_buffer_request_room +EXPORT_SYMBOL_GPL vmlinux 0x38f704de dm_get_reserved_bio_based_ios +EXPORT_SYMBOL_GPL vmlinux 0x3900f4ea switchdev_handle_port_obj_del +EXPORT_SYMBOL_GPL vmlinux 0x3910847f devm_phy_create +EXPORT_SYMBOL_GPL vmlinux 0x39297fa7 __clocksource_register_scale +EXPORT_SYMBOL_GPL vmlinux 0x3930a235 da903x_update +EXPORT_SYMBOL_GPL vmlinux 0x3934db83 pci_bridge_emul_cleanup +EXPORT_SYMBOL_GPL vmlinux 0x3947ab6e of_msi_configure +EXPORT_SYMBOL_GPL vmlinux 0x395b8b90 sbitmap_prepare_to_wait +EXPORT_SYMBOL_GPL vmlinux 0x39798471 synth_event_add_next_val +EXPORT_SYMBOL_GPL vmlinux 0x397e2142 __SCK__tp_func_sched_cpu_capacity_tp +EXPORT_SYMBOL_GPL vmlinux 0x39a24214 pinctrl_find_gpio_range_from_pin_nolock +EXPORT_SYMBOL_GPL vmlinux 0x39a2f051 __traceiter_rpm_suspend +EXPORT_SYMBOL_GPL vmlinux 0x39a7affc driver_deferred_probe_timeout +EXPORT_SYMBOL_GPL vmlinux 0x39aa4888 usb_role_string +EXPORT_SYMBOL_GPL vmlinux 0x39bc8877 __udp_enqueue_schedule_skb +EXPORT_SYMBOL_GPL vmlinux 0x39bced1d iommu_report_device_fault +EXPORT_SYMBOL_GPL vmlinux 0x39c03b82 dev_pm_opp_of_find_icc_paths +EXPORT_SYMBOL_GPL vmlinux 0x39c32aca __SCK__tp_func_neigh_event_send_done +EXPORT_SYMBOL_GPL vmlinux 0x39c5691c generic_handle_domain_irq +EXPORT_SYMBOL_GPL vmlinux 0x39c9d88c xas_find +EXPORT_SYMBOL_GPL vmlinux 0x39d81f81 __trace_array_puts +EXPORT_SYMBOL_GPL vmlinux 0x39ded098 rdma_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0x39f01dd7 vcap_set_tc_exterr +EXPORT_SYMBOL_GPL vmlinux 0x39f11da0 vp_modern_queue_address +EXPORT_SYMBOL_GPL vmlinux 0x39fcfd9a devfreq_event_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0x39fd83db halt_poll_ns_shrink +EXPORT_SYMBOL_GPL vmlinux 0x39ffdc54 pci_epc_linkup +EXPORT_SYMBOL_GPL vmlinux 0x3a15013b ata_pack_xfermask +EXPORT_SYMBOL_GPL vmlinux 0x3a15dc03 dev_pm_opp_get_suspend_opp_freq +EXPORT_SYMBOL_GPL vmlinux 0x3a2304df regulator_disable +EXPORT_SYMBOL_GPL vmlinux 0x3a246817 pci_load_saved_state +EXPORT_SYMBOL_GPL vmlinux 0x3a24fb2f percpu_ref_resurrect +EXPORT_SYMBOL_GPL vmlinux 0x3a278158 iomap_file_buffered_write_punch_delalloc +EXPORT_SYMBOL_GPL vmlinux 0x3a2f0b9f __mnt_is_readonly +EXPORT_SYMBOL_GPL vmlinux 0x3a344127 ahci_platform_disable_regulators +EXPORT_SYMBOL_GPL vmlinux 0x3a3c0f26 fwnode_graph_get_next_endpoint +EXPORT_SYMBOL_GPL vmlinux 0x3a3c558b gpiochip_get_data +EXPORT_SYMBOL_GPL vmlinux 0x3a47b1f9 to_nvdimm_bus +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 0x3a58082c ipv4_sk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0x3a67726c regulator_set_voltage +EXPORT_SYMBOL_GPL vmlinux 0x3a74e484 __tracepoint_sched_util_est_se_tp +EXPORT_SYMBOL_GPL vmlinux 0x3a95f2a1 relay_late_setup_files +EXPORT_SYMBOL_GPL vmlinux 0x3a9be019 asymmetric_key_id_partial +EXPORT_SYMBOL_GPL vmlinux 0x3aa1e320 virtqueue_get_buf +EXPORT_SYMBOL_GPL vmlinux 0x3ab6c256 bsg_job_put +EXPORT_SYMBOL_GPL vmlinux 0x3abdc17a cper_dimm_err_location +EXPORT_SYMBOL_GPL vmlinux 0x3abf7abb phy_pm_runtime_put +EXPORT_SYMBOL_GPL vmlinux 0x3abff019 phy_start_machine +EXPORT_SYMBOL_GPL vmlinux 0x3ac3feba rhltable_init +EXPORT_SYMBOL_GPL vmlinux 0x3acdf325 twl4030_audio_enable_resource +EXPORT_SYMBOL_GPL vmlinux 0x3ad3565d devm_device_add_groups +EXPORT_SYMBOL_GPL vmlinux 0x3af4dc74 irq_domain_reset_irq_data +EXPORT_SYMBOL_GPL vmlinux 0x3af8a033 xenbus_dev_probe +EXPORT_SYMBOL_GPL vmlinux 0x3afb3742 gpiochip_remove_pin_ranges +EXPORT_SYMBOL_GPL vmlinux 0x3afc4a8f sbitmap_resize +EXPORT_SYMBOL_GPL vmlinux 0x3b0e7d16 devm_hwspin_lock_free +EXPORT_SYMBOL_GPL vmlinux 0x3b215935 rio_release_inb_mbox +EXPORT_SYMBOL_GPL vmlinux 0x3b274c1e mtk_mutex_get +EXPORT_SYMBOL_GPL vmlinux 0x3b2f03ed mmu_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0x3b42741c xfer_to_guest_mode_handle_work +EXPORT_SYMBOL_GPL vmlinux 0x3b44bac6 devlink_dpipe_entry_ctx_prepare +EXPORT_SYMBOL_GPL vmlinux 0x3b44f667 clockevent_delta2ns +EXPORT_SYMBOL_GPL vmlinux 0x3b4c240a display_timings_release +EXPORT_SYMBOL_GPL vmlinux 0x3b55d787 pwm_apply_state +EXPORT_SYMBOL_GPL vmlinux 0x3b610584 __tracepoint_sched_cpu_capacity_tp +EXPORT_SYMBOL_GPL vmlinux 0x3b70416f __inet_lookup_established +EXPORT_SYMBOL_GPL vmlinux 0x3b778262 proc_get_parent_data +EXPORT_SYMBOL_GPL vmlinux 0x3b78bf02 sunxi_ccu_get_mmc_timing_mode +EXPORT_SYMBOL_GPL vmlinux 0x3b7954c2 nvmem_cell_read_variable_le_u64 +EXPORT_SYMBOL_GPL vmlinux 0x3b7a4cb8 splice_to_pipe +EXPORT_SYMBOL_GPL vmlinux 0x3b8514cb badblocks_set +EXPORT_SYMBOL_GPL vmlinux 0x3ba01b47 get_compat_sigset +EXPORT_SYMBOL_GPL vmlinux 0x3ba912d4 netdev_sw_irq_coalesce_default_on +EXPORT_SYMBOL_GPL vmlinux 0x3bb33501 devl_sb_register +EXPORT_SYMBOL_GPL vmlinux 0x3bba98ab usb_sg_cancel +EXPORT_SYMBOL_GPL vmlinux 0x3bdb5d28 alg_test +EXPORT_SYMBOL_GPL vmlinux 0x3bdc0e0c __tracepoint_neigh_event_send_done +EXPORT_SYMBOL_GPL vmlinux 0x3bf17755 mpi_read_buffer +EXPORT_SYMBOL_GPL vmlinux 0x3bf41ca4 l3mdev_table_lookup_unregister +EXPORT_SYMBOL_GPL vmlinux 0x3bf57a83 sched_set_fifo_low +EXPORT_SYMBOL_GPL vmlinux 0x3c0bc710 devm_clk_get_optional_prepared +EXPORT_SYMBOL_GPL vmlinux 0x3c0e8050 hyperv_pcpu_input_arg +EXPORT_SYMBOL_GPL vmlinux 0x3c11b9f5 tegra210_put_utmipll_in_iddq +EXPORT_SYMBOL_GPL vmlinux 0x3c19a2c0 usb_remove_phy +EXPORT_SYMBOL_GPL vmlinux 0x3c1c3725 rcu_fwd_progress_check +EXPORT_SYMBOL_GPL vmlinux 0x3c220606 raw_hash_sk +EXPORT_SYMBOL_GPL vmlinux 0x3c2adb6b devm_gpio_request_one +EXPORT_SYMBOL_GPL vmlinux 0x3c2b68f7 of_changeset_apply +EXPORT_SYMBOL_GPL vmlinux 0x3c32a093 dm_table_set_type +EXPORT_SYMBOL_GPL vmlinux 0x3c3c85d8 __SCK__tp_func_kfree_skb +EXPORT_SYMBOL_GPL vmlinux 0x3c46c3a7 regmap_raw_write_async +EXPORT_SYMBOL_GPL vmlinux 0x3c491b8d sata_port_ops +EXPORT_SYMBOL_GPL vmlinux 0x3c5593af set_primary_fwnode +EXPORT_SYMBOL_GPL vmlinux 0x3c5b18d5 virtio_break_device +EXPORT_SYMBOL_GPL vmlinux 0x3c5d543a hrtimer_start_range_ns +EXPORT_SYMBOL_GPL vmlinux 0x3c681dc4 ring_buffer_record_disable +EXPORT_SYMBOL_GPL vmlinux 0x3c819c45 arch_apei_report_mem_error +EXPORT_SYMBOL_GPL vmlinux 0x3c8c14ce ata_host_register +EXPORT_SYMBOL_GPL vmlinux 0x3c8ef46e xenbus_dev_changed +EXPORT_SYMBOL_GPL vmlinux 0x3c9067e1 kvm_vcpu_gfn_to_hva +EXPORT_SYMBOL_GPL vmlinux 0x3c90f314 devm_add_action +EXPORT_SYMBOL_GPL vmlinux 0x3c981752 pm_generic_thaw +EXPORT_SYMBOL_GPL vmlinux 0x3ca865d1 serial8250_rpm_put_tx +EXPORT_SYMBOL_GPL vmlinux 0x3cad02eb irq_chip_mask_parent +EXPORT_SYMBOL_GPL vmlinux 0x3cb97b5e kvm_read_guest_page +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 0x3cdb1e40 ahash_register_instance +EXPORT_SYMBOL_GPL vmlinux 0x3ce00994 ata_sff_dev_select +EXPORT_SYMBOL_GPL vmlinux 0x3cff6d71 vcap_rule_add_key_u72 +EXPORT_SYMBOL_GPL vmlinux 0x3d13c0c1 blk_trace_startstop +EXPORT_SYMBOL_GPL vmlinux 0x3d140617 pci_epc_unmap_addr +EXPORT_SYMBOL_GPL vmlinux 0x3d14d1cd dma_can_mmap +EXPORT_SYMBOL_GPL vmlinux 0x3d1dbd53 trace_array_init_printk +EXPORT_SYMBOL_GPL vmlinux 0x3d209083 mtk_pinconf_bias_disable_set_rev1 +EXPORT_SYMBOL_GPL vmlinux 0x3d388324 dpm_resume_end +EXPORT_SYMBOL_GPL vmlinux 0x3d43fea1 ata_sff_port_ops +EXPORT_SYMBOL_GPL vmlinux 0x3d4e540d regulator_irq_map_event_simple +EXPORT_SYMBOL_GPL vmlinux 0x3d510a7b rcu_jiffies_till_stall_check +EXPORT_SYMBOL_GPL vmlinux 0x3d562ee3 sdio_release_host +EXPORT_SYMBOL_GPL vmlinux 0x3d597de5 metadata_dst_alloc_percpu +EXPORT_SYMBOL_GPL vmlinux 0x3d6a0586 switchdev_handle_port_obj_add_foreign +EXPORT_SYMBOL_GPL vmlinux 0x3d741641 housekeeping_affine +EXPORT_SYMBOL_GPL vmlinux 0x3d7fd92c fsl_mc_obj_reset +EXPORT_SYMBOL_GPL vmlinux 0x3d845744 timer_unstable_counter_workaround +EXPORT_SYMBOL_GPL vmlinux 0x3d866e05 __SCK__tp_func_block_rq_insert +EXPORT_SYMBOL_GPL vmlinux 0x3d8baf3b zs_huge_class_size +EXPORT_SYMBOL_GPL vmlinux 0x3d9bbf75 wwan_port_txon +EXPORT_SYMBOL_GPL vmlinux 0x3daa2540 nf_hooks_lwtunnel_enabled +EXPORT_SYMBOL_GPL vmlinux 0x3db55f83 dm_per_bio_data +EXPORT_SYMBOL_GPL vmlinux 0x3db68029 rio_mport_write_config_16 +EXPORT_SYMBOL_GPL vmlinux 0x3dc7544a fbcon_modechange_possible +EXPORT_SYMBOL_GPL vmlinux 0x3dc9baff platform_device_register_full +EXPORT_SYMBOL_GPL vmlinux 0x3dd58920 regulator_suspend_disable +EXPORT_SYMBOL_GPL vmlinux 0x3de50727 skb_copy_ubufs +EXPORT_SYMBOL_GPL vmlinux 0x3de8fa3d of_device_uevent_modalias +EXPORT_SYMBOL_GPL vmlinux 0x3de9cae1 crypto_remove_final +EXPORT_SYMBOL_GPL vmlinux 0x3df2e533 skb_zerocopy +EXPORT_SYMBOL_GPL vmlinux 0x3df70c99 trace_clock_global +EXPORT_SYMBOL_GPL vmlinux 0x3e0a087f inet_hashinfo2_init_mod +EXPORT_SYMBOL_GPL vmlinux 0x3e10cab7 hwspin_lock_unregister +EXPORT_SYMBOL_GPL vmlinux 0x3e233599 edac_device_alloc_ctl_info +EXPORT_SYMBOL_GPL vmlinux 0x3e411ace sfp_select_interface +EXPORT_SYMBOL_GPL vmlinux 0x3e47fe75 pci_epc_map_addr +EXPORT_SYMBOL_GPL vmlinux 0x3e4cab92 fib_nh_common_init +EXPORT_SYMBOL_GPL vmlinux 0x3e528684 blk_mq_flush_busy_ctxs +EXPORT_SYMBOL_GPL vmlinux 0x3e55956c ata_sas_port_init +EXPORT_SYMBOL_GPL vmlinux 0x3e7080cb mpi_read_from_buffer +EXPORT_SYMBOL_GPL vmlinux 0x3e78d36b tps6586x_get_version +EXPORT_SYMBOL_GPL vmlinux 0x3e78e99b vcap_val_rule +EXPORT_SYMBOL_GPL vmlinux 0x3e7f753f iomap_file_buffered_write +EXPORT_SYMBOL_GPL vmlinux 0x3e7fd4e8 of_address_to_resource +EXPORT_SYMBOL_GPL vmlinux 0x3e83550b meson_vid_pll_div_ro_ops +EXPORT_SYMBOL_GPL vmlinux 0x3e8996de rio_add_mport_pw_handler +EXPORT_SYMBOL_GPL vmlinux 0x3e903560 ip_tunnel_netlink_encap_parms +EXPORT_SYMBOL_GPL vmlinux 0x3e93ba1a device_show_bool +EXPORT_SYMBOL_GPL vmlinux 0x3e9bdeda pci_disable_ats +EXPORT_SYMBOL_GPL vmlinux 0x3e9fa751 iptunnel_metadata_reply +EXPORT_SYMBOL_GPL vmlinux 0x3ea5196d apei_osc_setup +EXPORT_SYMBOL_GPL vmlinux 0x3ea55127 pm_clk_remove +EXPORT_SYMBOL_GPL vmlinux 0x3ec30a32 devl_rate_node_create +EXPORT_SYMBOL_GPL vmlinux 0x3ecddc9f serdev_device_get_tiocm +EXPORT_SYMBOL_GPL vmlinux 0x3ecf20ca ata_host_alloc +EXPORT_SYMBOL_GPL vmlinux 0x3edb086b pse_control_put +EXPORT_SYMBOL_GPL vmlinux 0x3ee21f4a disk_set_zoned +EXPORT_SYMBOL_GPL vmlinux 0x3ee31390 cpufreq_frequency_table_get_index +EXPORT_SYMBOL_GPL vmlinux 0x3ee93162 input_device_enabled +EXPORT_SYMBOL_GPL vmlinux 0x3eecd247 adp5520_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x3ef051c8 crypto_inc +EXPORT_SYMBOL_GPL vmlinux 0x3efd9f68 ip6_append_data +EXPORT_SYMBOL_GPL vmlinux 0x3eff1a8a regmap_field_test_bits +EXPORT_SYMBOL_GPL vmlinux 0x3f0111c3 ata_bmdma_post_internal_cmd +EXPORT_SYMBOL_GPL vmlinux 0x3f049829 tracepoint_srcu +EXPORT_SYMBOL_GPL vmlinux 0x3f05311f of_hte_req_count +EXPORT_SYMBOL_GPL vmlinux 0x3f076eba __netdev_watchdog_up +EXPORT_SYMBOL_GPL vmlinux 0x3f1366a6 gpiochip_generic_free +EXPORT_SYMBOL_GPL vmlinux 0x3f1de721 mmput_async +EXPORT_SYMBOL_GPL vmlinux 0x3f24ae79 dev_pm_opp_get_max_volt_latency +EXPORT_SYMBOL_GPL vmlinux 0x3f25405e pci_generic_config_read +EXPORT_SYMBOL_GPL vmlinux 0x3f2b4a1b dm_bio_get_target_bio_nr +EXPORT_SYMBOL_GPL vmlinux 0x3f2f8462 clone_private_mount +EXPORT_SYMBOL_GPL vmlinux 0x3f3a174a phylink_ethtool_ksettings_get +EXPORT_SYMBOL_GPL vmlinux 0x3f3a2ca0 fscrypt_add_test_dummy_key +EXPORT_SYMBOL_GPL vmlinux 0x3f447211 dev_get_regmap +EXPORT_SYMBOL_GPL vmlinux 0x3f463f3c wm831x_reg_lock +EXPORT_SYMBOL_GPL vmlinux 0x3f491f49 reset_control_bulk_reset +EXPORT_SYMBOL_GPL vmlinux 0x3f547cbf debugfs_create_u32 +EXPORT_SYMBOL_GPL vmlinux 0x3f7528a7 devm_usb_get_phy_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0x3f80c212 md_bitmap_load +EXPORT_SYMBOL_GPL vmlinux 0x3f84bcd7 dax_alive +EXPORT_SYMBOL_GPL vmlinux 0x3f9716ca crypto_inst_setname +EXPORT_SYMBOL_GPL vmlinux 0x3f9adb34 user_update +EXPORT_SYMBOL_GPL vmlinux 0x3fa36d76 devm_kasprintf +EXPORT_SYMBOL_GPL vmlinux 0x3fae6ab0 hv_vp_index +EXPORT_SYMBOL_GPL vmlinux 0x3fb24a60 devm_hwspin_lock_unregister +EXPORT_SYMBOL_GPL vmlinux 0x3fc2b9e8 __netpoll_free +EXPORT_SYMBOL_GPL vmlinux 0x3fc98b81 fuse_fill_super_common +EXPORT_SYMBOL_GPL vmlinux 0x3fcf7e26 clk_hw_forward_rate_request +EXPORT_SYMBOL_GPL vmlinux 0x3fd22356 xfrm_state_afinfo_get_rcu +EXPORT_SYMBOL_GPL vmlinux 0x3fd57e60 devm_gpiod_put_array +EXPORT_SYMBOL_GPL vmlinux 0x3fe35aea irq_bypass_unregister_consumer +EXPORT_SYMBOL_GPL vmlinux 0x3fe4c7ea ahci_platform_disable_resources +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 0x3ff528e4 __sock_recv_cmsgs +EXPORT_SYMBOL_GPL vmlinux 0x3ffdacf3 timerqueue_iterate_next +EXPORT_SYMBOL_GPL vmlinux 0x400a024b acpi_scan_lock_release +EXPORT_SYMBOL_GPL vmlinux 0x40209953 scsi_flush_work +EXPORT_SYMBOL_GPL vmlinux 0x40236080 serdev_device_write_room +EXPORT_SYMBOL_GPL vmlinux 0x40267068 usb_anchor_resume_wakeups +EXPORT_SYMBOL_GPL vmlinux 0x40300f39 devm_ti_sci_get_of_resource +EXPORT_SYMBOL_GPL vmlinux 0x4031db67 extcon_set_property_capability +EXPORT_SYMBOL_GPL vmlinux 0x403e892d iomap_zero_range +EXPORT_SYMBOL_GPL vmlinux 0x403eac60 sbitmap_get +EXPORT_SYMBOL_GPL vmlinux 0x403f9529 gpio_request_one +EXPORT_SYMBOL_GPL vmlinux 0x40410a7d check_move_unevictable_folios +EXPORT_SYMBOL_GPL vmlinux 0x4043757f init_iova_domain +EXPORT_SYMBOL_GPL vmlinux 0x4044f2fd pkcs7_get_content_data +EXPORT_SYMBOL_GPL vmlinux 0x4058405b scsi_mode_select +EXPORT_SYMBOL_GPL vmlinux 0x40648675 __kthread_init_worker +EXPORT_SYMBOL_GPL vmlinux 0x4065d168 pm_print_active_wakeup_sources +EXPORT_SYMBOL_GPL vmlinux 0x40677412 kvm_arch_ptp_get_crosststamp +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 0x407ca22e i2c_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x4099f919 tun_ptr_free +EXPORT_SYMBOL_GPL vmlinux 0x40a0bc46 irq_domain_get_irq_data +EXPORT_SYMBOL_GPL vmlinux 0x40bcbe32 regulator_get_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x40dcf3fc tps65912_regmap_config +EXPORT_SYMBOL_GPL vmlinux 0x40dfb295 file_ra_state_init +EXPORT_SYMBOL_GPL vmlinux 0x40e4c58c dst_blackhole_update_pmtu +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 0x410063a9 serdev_device_set_tiocm +EXPORT_SYMBOL_GPL vmlinux 0x4100a662 clk_get_scaled_duty_cycle +EXPORT_SYMBOL_GPL vmlinux 0x4107e715 mtk_clk_register_cpumuxes +EXPORT_SYMBOL_GPL vmlinux 0x41237f71 cpu_have_feature +EXPORT_SYMBOL_GPL vmlinux 0x412bc681 ring_buffer_empty_cpu +EXPORT_SYMBOL_GPL vmlinux 0x4131e07e trace_array_get_by_name +EXPORT_SYMBOL_GPL vmlinux 0x41392b70 rio_mport_write_config_32 +EXPORT_SYMBOL_GPL vmlinux 0x4144b3c1 devm_clk_hw_register_fixed_factor_index +EXPORT_SYMBOL_GPL vmlinux 0x414d119a videomode_from_timings +EXPORT_SYMBOL_GPL vmlinux 0x415fb529 trace_output_call +EXPORT_SYMBOL_GPL vmlinux 0x41755ded __auxiliary_device_add +EXPORT_SYMBOL_GPL vmlinux 0x417b6794 fsverity_verify_page +EXPORT_SYMBOL_GPL vmlinux 0x417b6de0 debugfs_create_x64 +EXPORT_SYMBOL_GPL vmlinux 0x417d4920 vp_modern_remove +EXPORT_SYMBOL_GPL vmlinux 0x41814cb8 dirty_writeback_interval +EXPORT_SYMBOL_GPL vmlinux 0x418873cc irq_bypass_register_producer +EXPORT_SYMBOL_GPL vmlinux 0x418cde2c pci_iomap_wc +EXPORT_SYMBOL_GPL vmlinux 0x419d7c83 zynqmp_pm_pinctrl_set_config +EXPORT_SYMBOL_GPL vmlinux 0x419e7efd sfp_module_stop +EXPORT_SYMBOL_GPL vmlinux 0x41a67ac4 icc_enable +EXPORT_SYMBOL_GPL vmlinux 0x41a88cec cpufreq_dbs_governor_exit +EXPORT_SYMBOL_GPL vmlinux 0x41b4d48e usb_cache_string +EXPORT_SYMBOL_GPL vmlinux 0x41b9a6e6 bsg_unregister_queue +EXPORT_SYMBOL_GPL vmlinux 0x41bce49a ghes_register_vendor_record_notifier +EXPORT_SYMBOL_GPL vmlinux 0x41d127c5 sata_link_resume +EXPORT_SYMBOL_GPL vmlinux 0x41e59534 phylink_generic_validate +EXPORT_SYMBOL_GPL vmlinux 0x41ed3cec eventfd_ctx_remove_wait_queue +EXPORT_SYMBOL_GPL vmlinux 0x41fd1f5b ata_sas_sync_probe +EXPORT_SYMBOL_GPL vmlinux 0x42003e4b devm_regmap_del_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0x42041512 i2c_get_dma_safe_msg_buf +EXPORT_SYMBOL_GPL vmlinux 0x420681d6 __blk_req_zone_write_unlock +EXPORT_SYMBOL_GPL vmlinux 0x420f3d01 nvmem_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x4211438e devm_create_dev_dax +EXPORT_SYMBOL_GPL vmlinux 0x4212c82d disk_force_media_change +EXPORT_SYMBOL_GPL vmlinux 0x4227d753 mtk_mmsys_ddp_connect +EXPORT_SYMBOL_GPL vmlinux 0x42296c43 debugfs_lookup_and_remove +EXPORT_SYMBOL_GPL vmlinux 0x42484752 iommu_setup_dma_ops +EXPORT_SYMBOL_GPL vmlinux 0x4248f23f device_node_to_regmap +EXPORT_SYMBOL_GPL vmlinux 0x42500791 virtio_require_restricted_mem_acc +EXPORT_SYMBOL_GPL vmlinux 0x42528ac6 regulator_get_mode +EXPORT_SYMBOL_GPL vmlinux 0x42559c91 bpf_offload_dev_create +EXPORT_SYMBOL_GPL vmlinux 0x42599b1d of_nvmem_device_get +EXPORT_SYMBOL_GPL vmlinux 0x42635d55 pm_suspend_global_flags +EXPORT_SYMBOL_GPL vmlinux 0x426452a3 acpi_evaluation_failure_warn +EXPORT_SYMBOL_GPL vmlinux 0x4265e566 dax_writeback_mapping_range +EXPORT_SYMBOL_GPL vmlinux 0x4278d56a phylink_expects_phy +EXPORT_SYMBOL_GPL vmlinux 0x427e8344 tty_register_device_attr +EXPORT_SYMBOL_GPL vmlinux 0x42825ce2 rcu_scheduler_active +EXPORT_SYMBOL_GPL vmlinux 0x42827823 nvdimm_bus_add_badrange +EXPORT_SYMBOL_GPL vmlinux 0x428cbbfc of_genpd_add_provider_onecell +EXPORT_SYMBOL_GPL vmlinux 0x428f542a dev_attr_em_message +EXPORT_SYMBOL_GPL vmlinux 0x429675b6 udp_abort +EXPORT_SYMBOL_GPL vmlinux 0x429c3f9c reboot_mode +EXPORT_SYMBOL_GPL vmlinux 0x42bf8fe1 list_lru_del +EXPORT_SYMBOL_GPL vmlinux 0x42c8981b device_set_of_node_from_dev +EXPORT_SYMBOL_GPL vmlinux 0x42d140a1 fsl_mc_allocate_irqs +EXPORT_SYMBOL_GPL vmlinux 0x42dfa20e mtk_free_clk_data +EXPORT_SYMBOL_GPL vmlinux 0x42f728aa mctrl_gpio_get_outputs +EXPORT_SYMBOL_GPL vmlinux 0x430170db edac_pci_add_device +EXPORT_SYMBOL_GPL vmlinux 0x430d88ec __traceiter_arm_event +EXPORT_SYMBOL_GPL vmlinux 0x430e1488 driver_create_file +EXPORT_SYMBOL_GPL vmlinux 0x4320c355 imx_clk_hw_frac_pll +EXPORT_SYMBOL_GPL vmlinux 0x4322d28e pci_ims_free_irq +EXPORT_SYMBOL_GPL vmlinux 0x433127a1 of_thermal_get_trip_points +EXPORT_SYMBOL_GPL vmlinux 0x433518d8 devlink_port_init +EXPORT_SYMBOL_GPL vmlinux 0x433c79ae auxiliary_find_device +EXPORT_SYMBOL_GPL vmlinux 0x4343f9cb hwmon_device_register_with_groups +EXPORT_SYMBOL_GPL vmlinux 0x43553b2d usb_reset_configuration +EXPORT_SYMBOL_GPL vmlinux 0x43665de6 ata_bmdma_port_ops +EXPORT_SYMBOL_GPL vmlinux 0x436d817f mpi_clear_bit +EXPORT_SYMBOL_GPL vmlinux 0x436fddcc folio_invalidate +EXPORT_SYMBOL_GPL vmlinux 0x437eb1df ipv6_mod_enabled +EXPORT_SYMBOL_GPL vmlinux 0x438d8df2 iova_cache_get +EXPORT_SYMBOL_GPL vmlinux 0x4390b0a3 pm_clk_resume +EXPORT_SYMBOL_GPL vmlinux 0x439ad1db trace_event_buffer_reserve +EXPORT_SYMBOL_GPL vmlinux 0x43a0d0f1 mtk_clk_register_plls +EXPORT_SYMBOL_GPL vmlinux 0x43a136f5 dm_start_time_ns_from_clone +EXPORT_SYMBOL_GPL vmlinux 0x43aa319e lease_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x43b35717 iort_get_rmr_sids +EXPORT_SYMBOL_GPL vmlinux 0x43c21e39 md_find_rdev_rcu +EXPORT_SYMBOL_GPL vmlinux 0x43c3dde4 tpm2_probe +EXPORT_SYMBOL_GPL vmlinux 0x43c409c0 usb_enable_ltm +EXPORT_SYMBOL_GPL vmlinux 0x43caa7c0 regmap_irq_get_irq_reg_linear +EXPORT_SYMBOL_GPL vmlinux 0x43cdd94e tty_init_termios +EXPORT_SYMBOL_GPL vmlinux 0x43d56fde netdev_set_default_ethtool_ops +EXPORT_SYMBOL_GPL vmlinux 0x43f81957 clk_round_rate +EXPORT_SYMBOL_GPL vmlinux 0x43f92edd wait_for_initramfs +EXPORT_SYMBOL_GPL vmlinux 0x43fdabfb sock_diag_check_cookie +EXPORT_SYMBOL_GPL vmlinux 0x43ffaf87 ping_queue_rcv_skb +EXPORT_SYMBOL_GPL vmlinux 0x4400010b usb_hub_clear_tt_buffer +EXPORT_SYMBOL_GPL vmlinux 0x4401e6c2 mpi_cmpabs +EXPORT_SYMBOL_GPL vmlinux 0x4412e05f of_led_get +EXPORT_SYMBOL_GPL vmlinux 0x4413f461 zynqmp_pm_request_wake +EXPORT_SYMBOL_GPL vmlinux 0x441581c4 rtc_alarm_irq_enable +EXPORT_SYMBOL_GPL vmlinux 0x441c25de tty_set_termios +EXPORT_SYMBOL_GPL vmlinux 0x44206e2b register_trace_event +EXPORT_SYMBOL_GPL vmlinux 0x4422ac24 zynqmp_pm_set_tapdelay_bypass +EXPORT_SYMBOL_GPL vmlinux 0x442deaa9 poll_state_synchronize_rcu +EXPORT_SYMBOL_GPL vmlinux 0x442f6780 register_pernet_subsys +EXPORT_SYMBOL_GPL vmlinux 0x4439bcd2 __SCK__tp_func_neigh_event_send_dead +EXPORT_SYMBOL_GPL vmlinux 0x4441407a mctp_register_netdev +EXPORT_SYMBOL_GPL vmlinux 0x4443e6e3 udp_destruct_common +EXPORT_SYMBOL_GPL vmlinux 0x444726d7 of_pinctrl_get +EXPORT_SYMBOL_GPL vmlinux 0x44476584 sata_link_scr_lpm +EXPORT_SYMBOL_GPL vmlinux 0x444f1735 cpu_pm_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x4451f747 dev_pm_genpd_resume +EXPORT_SYMBOL_GPL vmlinux 0x446f7955 ipv6_icmp_error +EXPORT_SYMBOL_GPL vmlinux 0x4484a5a4 wait_for_device_probe +EXPORT_SYMBOL_GPL vmlinux 0x4487093f devfreq_event_reset_event +EXPORT_SYMBOL_GPL vmlinux 0x448833e3 ata_port_freeze +EXPORT_SYMBOL_GPL vmlinux 0x4490eba8 phy_gbit_fibre_features +EXPORT_SYMBOL_GPL vmlinux 0x44a71974 pci_hp_del +EXPORT_SYMBOL_GPL vmlinux 0x44a793ab HYPERVISOR_grant_table_op +EXPORT_SYMBOL_GPL vmlinux 0x44bae227 bit_wait_timeout +EXPORT_SYMBOL_GPL vmlinux 0x44bf3add vp_legacy_get_driver_features +EXPORT_SYMBOL_GPL vmlinux 0x44bfe904 of_device_modalias +EXPORT_SYMBOL_GPL vmlinux 0x44cf8cf0 blk_zone_cond_str +EXPORT_SYMBOL_GPL vmlinux 0x44d22b51 fsl_mc_bus_dpbp_type +EXPORT_SYMBOL_GPL vmlinux 0x44d5a5d7 dpbp_close +EXPORT_SYMBOL_GPL vmlinux 0x44daad97 debugfs_create_u16 +EXPORT_SYMBOL_GPL vmlinux 0x44e1e9aa balloon_stats +EXPORT_SYMBOL_GPL vmlinux 0x44e49326 lwtstate_free +EXPORT_SYMBOL_GPL vmlinux 0x44f7d376 __rt_mutex_init +EXPORT_SYMBOL_GPL vmlinux 0x44f89ced stmpe_block_read +EXPORT_SYMBOL_GPL vmlinux 0x4507f4a8 cpuhp_tasks_frozen +EXPORT_SYMBOL_GPL vmlinux 0x451618d0 sbitmap_del_wait_queue +EXPORT_SYMBOL_GPL vmlinux 0x452d3308 ata_sff_data_xfer32 +EXPORT_SYMBOL_GPL vmlinux 0x4531624f usb_decode_ctrl +EXPORT_SYMBOL_GPL vmlinux 0x4531ab62 copy_from_kernel_nofault +EXPORT_SYMBOL_GPL vmlinux 0x4534fe7e xdp_master_redirect +EXPORT_SYMBOL_GPL vmlinux 0x454cb87e pci_has_p2pmem +EXPORT_SYMBOL_GPL vmlinux 0x45558f56 clk_unregister_fixed_factor +EXPORT_SYMBOL_GPL vmlinux 0x4561f990 qcom_smem_state_unregister +EXPORT_SYMBOL_GPL vmlinux 0x457594fa crypto_alg_list +EXPORT_SYMBOL_GPL vmlinux 0x4577c75d kobject_get_path +EXPORT_SYMBOL_GPL vmlinux 0x45986a0b iommu_device_unlink +EXPORT_SYMBOL_GPL vmlinux 0x459e6151 mm_unaccount_pinned_pages +EXPORT_SYMBOL_GPL vmlinux 0x45a24c5e dax_remove_host +EXPORT_SYMBOL_GPL vmlinux 0x45a25ee5 locks_owner_has_blockers +EXPORT_SYMBOL_GPL vmlinux 0x45a2892a skb_tstamp_tx +EXPORT_SYMBOL_GPL vmlinux 0x45aee343 cpuidle_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0x45bc5d0c meson_clk_pll_ro_ops +EXPORT_SYMBOL_GPL vmlinux 0x45c20a0f ti_sci_inta_msi_create_irq_domain +EXPORT_SYMBOL_GPL vmlinux 0x45c92d9c fwnode_property_present +EXPORT_SYMBOL_GPL vmlinux 0x45c9525b dm_noflush_suspending +EXPORT_SYMBOL_GPL vmlinux 0x45d462e5 rockchip_clk_register_plls +EXPORT_SYMBOL_GPL vmlinux 0x45df986e thermal_cooling_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x45e44130 irq_generic_chip_ops +EXPORT_SYMBOL_GPL vmlinux 0x45f7de73 regulator_set_voltage_time_sel +EXPORT_SYMBOL_GPL vmlinux 0x46013233 net_dec_ingress_queue +EXPORT_SYMBOL_GPL vmlinux 0x46030074 __hrtimer_get_remaining +EXPORT_SYMBOL_GPL vmlinux 0x4603cddf account_locked_vm +EXPORT_SYMBOL_GPL vmlinux 0x460f0314 rtc_initialize_alarm +EXPORT_SYMBOL_GPL vmlinux 0x46192fda host1x_context_device_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x46266e8f phy_create +EXPORT_SYMBOL_GPL vmlinux 0x46269814 __tracepoint_neigh_event_send_dead +EXPORT_SYMBOL_GPL vmlinux 0x46275130 mas_expected_entries +EXPORT_SYMBOL_GPL vmlinux 0x462faaee acpi_device_update_power +EXPORT_SYMBOL_GPL vmlinux 0x463584d3 vp_legacy_set_features +EXPORT_SYMBOL_GPL vmlinux 0x4637fce5 crypto_register_alg +EXPORT_SYMBOL_GPL vmlinux 0x4638cca4 acpi_dma_configure_id +EXPORT_SYMBOL_GPL vmlinux 0x46806201 dw_pcie_wait_for_link +EXPORT_SYMBOL_GPL vmlinux 0x4688d7ec pvclock_gtod_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x46916e7b spi_async +EXPORT_SYMBOL_GPL vmlinux 0x4697fff4 dev_pm_enable_wake_irq +EXPORT_SYMBOL_GPL vmlinux 0x469fbaf1 spi_get_device_id +EXPORT_SYMBOL_GPL vmlinux 0x46a4b118 hrtimer_cancel +EXPORT_SYMBOL_GPL vmlinux 0x46a941ec sk_msg_memcopy_from_iter +EXPORT_SYMBOL_GPL vmlinux 0x46bc21de seg6_do_srh_encap +EXPORT_SYMBOL_GPL vmlinux 0x46bc5114 __imx8m_clk_hw_composite +EXPORT_SYMBOL_GPL vmlinux 0x46c2fb03 tty_ldisc_receive_buf +EXPORT_SYMBOL_GPL vmlinux 0x46d97984 rtc_set_time +EXPORT_SYMBOL_GPL vmlinux 0x46e38514 __devm_reset_control_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0x46e67a71 this_cpu_has_cap +EXPORT_SYMBOL_GPL vmlinux 0x46ef8703 phy_basic_t1_features +EXPORT_SYMBOL_GPL vmlinux 0x46f481ce xenbus_watch_path +EXPORT_SYMBOL_GPL vmlinux 0x46f86463 crypto_register_templates +EXPORT_SYMBOL_GPL vmlinux 0x4700eb69 meson_clk_pcie_pll_ops +EXPORT_SYMBOL_GPL vmlinux 0x4714e8d4 platform_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x47229b5c gpio_request +EXPORT_SYMBOL_GPL vmlinux 0x47236071 thermal_zone_get_offset +EXPORT_SYMBOL_GPL vmlinux 0x47310ce3 transport_destroy_device +EXPORT_SYMBOL_GPL vmlinux 0x473aa4f7 gpiod_set_raw_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x4741a476 device_create_bin_file +EXPORT_SYMBOL_GPL vmlinux 0x47465d88 mtk_pinconf_adv_drive_get_raw +EXPORT_SYMBOL_GPL vmlinux 0x474b5857 scsi_unregister_device_handler +EXPORT_SYMBOL_GPL vmlinux 0x474b9588 iommu_unmap +EXPORT_SYMBOL_GPL vmlinux 0x475b9718 pci_set_cacheline_size +EXPORT_SYMBOL_GPL vmlinux 0x4761ccbc serdev_device_set_parity +EXPORT_SYMBOL_GPL vmlinux 0x4761f17c register_netevent_notifier +EXPORT_SYMBOL_GPL vmlinux 0x47747608 devres_remove_group +EXPORT_SYMBOL_GPL vmlinux 0x47884890 system_power_efficient_wq +EXPORT_SYMBOL_GPL vmlinux 0x478e81f8 tcp_orphan_count +EXPORT_SYMBOL_GPL vmlinux 0x4790488b da903x_reads +EXPORT_SYMBOL_GPL vmlinux 0x4790e59c ata_pci_remove_one +EXPORT_SYMBOL_GPL vmlinux 0x4797839c skb_cow_data +EXPORT_SYMBOL_GPL vmlinux 0x479803b9 base64_encode +EXPORT_SYMBOL_GPL vmlinux 0x479f7d4b clk_bulk_disable +EXPORT_SYMBOL_GPL vmlinux 0x47a134ca __vfs_setxattr_locked +EXPORT_SYMBOL_GPL vmlinux 0x47aad3b9 have_governor_per_policy +EXPORT_SYMBOL_GPL vmlinux 0x47d0eea2 acpi_lpat_temp_to_raw +EXPORT_SYMBOL_GPL vmlinux 0x47d94b2e iomap_seek_data +EXPORT_SYMBOL_GPL vmlinux 0x47de0dc7 clk_unregister_mux +EXPORT_SYMBOL_GPL vmlinux 0x47df75ec devm_clk_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0x47f1b9a4 extcon_set_property_sync +EXPORT_SYMBOL_GPL vmlinux 0x480305ca kmsg_dump_rewind +EXPORT_SYMBOL_GPL vmlinux 0x4806acec scsi_target_unblock +EXPORT_SYMBOL_GPL vmlinux 0x480a7813 inet_csk_route_req +EXPORT_SYMBOL_GPL vmlinux 0x480e2744 ipv4_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0x481007c7 regulator_map_voltage_iterate +EXPORT_SYMBOL_GPL vmlinux 0x4815aa79 dev_pm_opp_cpumask_remove_table +EXPORT_SYMBOL_GPL vmlinux 0x481c0303 fsnotify_find_mark +EXPORT_SYMBOL_GPL vmlinux 0x481cb51c __vfs_removexattr_locked +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 0x4829bda4 bus_sort_breadthfirst +EXPORT_SYMBOL_GPL vmlinux 0x48306c99 dm_audit_log_ti +EXPORT_SYMBOL_GPL vmlinux 0x4830cb9f edac_pci_alloc_ctl_info +EXPORT_SYMBOL_GPL vmlinux 0x48322997 ethnl_cable_test_result +EXPORT_SYMBOL_GPL vmlinux 0x4832760c devm_bitmap_zalloc +EXPORT_SYMBOL_GPL vmlinux 0x4843a748 qman_portals_probed +EXPORT_SYMBOL_GPL vmlinux 0x485083d5 dt_init_idle_driver +EXPORT_SYMBOL_GPL vmlinux 0x485cd7f6 kvm_rebooting +EXPORT_SYMBOL_GPL vmlinux 0x48650de7 mtk_hw_set_value +EXPORT_SYMBOL_GPL vmlinux 0x486dedc3 ghes_unregister_vendor_record_notifier +EXPORT_SYMBOL_GPL vmlinux 0x48761f15 clean_acked_data_disable +EXPORT_SYMBOL_GPL vmlinux 0x4876b3d1 __fscrypt_inode_uses_inline_crypto +EXPORT_SYMBOL_GPL vmlinux 0x48a38972 irq_domain_xlate_twocell +EXPORT_SYMBOL_GPL vmlinux 0x48a3d20b mctrl_gpio_get +EXPORT_SYMBOL_GPL vmlinux 0x48ad87ba alloc_io_pgtable_ops +EXPORT_SYMBOL_GPL vmlinux 0x48c0c2e6 uart_try_toggle_sysrq +EXPORT_SYMBOL_GPL vmlinux 0x48c32847 __SCK__tp_func_sched_util_est_se_tp +EXPORT_SYMBOL_GPL vmlinux 0x48c7b52a device_link_add +EXPORT_SYMBOL_GPL vmlinux 0x48de74b2 usb_kill_urb +EXPORT_SYMBOL_GPL vmlinux 0x48e0f8b6 ethnl_cable_test_amplitude +EXPORT_SYMBOL_GPL vmlinux 0x48e7aff2 acpi_initialize_hp_context +EXPORT_SYMBOL_GPL vmlinux 0x48f060f8 acpi_match_device +EXPORT_SYMBOL_GPL vmlinux 0x48f5ab38 pci_epc_write_header +EXPORT_SYMBOL_GPL vmlinux 0x4904c8a9 fl6_update_dst +EXPORT_SYMBOL_GPL vmlinux 0x4911c3d1 dev_pm_opp_free_cpufreq_table +EXPORT_SYMBOL_GPL vmlinux 0x4912f502 regulator_get_voltage_rdev +EXPORT_SYMBOL_GPL vmlinux 0x491eeb71 eventfd_fget +EXPORT_SYMBOL_GPL vmlinux 0x4923e784 mnt_idmap_owner +EXPORT_SYMBOL_GPL vmlinux 0x49242bc7 freezer_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0x4934bdd0 crypto_check_attr_type +EXPORT_SYMBOL_GPL vmlinux 0x4939ebcd numa_map_to_online_node +EXPORT_SYMBOL_GPL vmlinux 0x493aa314 iommu_attach_group +EXPORT_SYMBOL_GPL vmlinux 0x493d4c95 shake_page +EXPORT_SYMBOL_GPL vmlinux 0x493e5640 devm_gpiod_get_index_optional +EXPORT_SYMBOL_GPL vmlinux 0x49437f7b irq_domain_xlate_onetwocell +EXPORT_SYMBOL_GPL vmlinux 0x494e73b1 ata_bmdma_dumb_qc_prep +EXPORT_SYMBOL_GPL vmlinux 0x49512066 crypto_register_skcipher +EXPORT_SYMBOL_GPL vmlinux 0x49583a16 inet_twsk_hashdance +EXPORT_SYMBOL_GPL vmlinux 0x49608959 migrate_disable +EXPORT_SYMBOL_GPL vmlinux 0x49731ecb fuse_init_fs_context_submount +EXPORT_SYMBOL_GPL vmlinux 0x49765939 of_changeset_action +EXPORT_SYMBOL_GPL vmlinux 0x497daa0e clk_hw_unregister_gate +EXPORT_SYMBOL_GPL vmlinux 0x497f55bd serdev_device_alloc +EXPORT_SYMBOL_GPL vmlinux 0x49800b62 i2c_new_scanned_device +EXPORT_SYMBOL_GPL vmlinux 0x499043d3 crypto_init_queue +EXPORT_SYMBOL_GPL vmlinux 0x49927d25 page_reporting_unregister +EXPORT_SYMBOL_GPL vmlinux 0x499624e6 crypto_unregister_skcipher +EXPORT_SYMBOL_GPL vmlinux 0x499ba316 tcf_dev_queue_xmit +EXPORT_SYMBOL_GPL vmlinux 0x499db64a stmpe_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x49a33a4b fscrypt_context_for_new_inode +EXPORT_SYMBOL_GPL vmlinux 0x49a69021 meson_axg_pmx_ops +EXPORT_SYMBOL_GPL vmlinux 0x49a92766 qcom_smem_state_get +EXPORT_SYMBOL_GPL vmlinux 0x49aaa232 regulator_bulk_register_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0x49b4e994 usb_acpi_port_lpm_incapable +EXPORT_SYMBOL_GPL vmlinux 0x49b89c71 ahci_error_handler +EXPORT_SYMBOL_GPL vmlinux 0x49cd25ed alloc_workqueue +EXPORT_SYMBOL_GPL vmlinux 0x49d92f72 regcache_cache_only +EXPORT_SYMBOL_GPL vmlinux 0x49e79baf inet_csk_reqsk_queue_hash_add +EXPORT_SYMBOL_GPL vmlinux 0x49e96999 cond_synchronize_rcu +EXPORT_SYMBOL_GPL vmlinux 0x49ec7f98 acpi_spi_device_alloc +EXPORT_SYMBOL_GPL vmlinux 0x49f23d36 clk_hw_set_rate_range +EXPORT_SYMBOL_GPL vmlinux 0x49f25ed5 iommu_device_sysfs_add +EXPORT_SYMBOL_GPL vmlinux 0x49f95156 crypto_grab_shash +EXPORT_SYMBOL_GPL vmlinux 0x4a052ecf watchdog_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0x4a05e7b1 init_srcu_struct +EXPORT_SYMBOL_GPL vmlinux 0x4a17ed66 sysrq_mask +EXPORT_SYMBOL_GPL vmlinux 0x4a180943 devl_rate_leaf_create +EXPORT_SYMBOL_GPL vmlinux 0x4a1ca352 md_bitmap_resize +EXPORT_SYMBOL_GPL vmlinux 0x4a30f4af sata_set_spd +EXPORT_SYMBOL_GPL vmlinux 0x4a420d09 acpi_bus_detach_private_data +EXPORT_SYMBOL_GPL vmlinux 0x4a48cf6d ata_dev_disable +EXPORT_SYMBOL_GPL vmlinux 0x4a4aedab tty_ldisc_deref +EXPORT_SYMBOL_GPL vmlinux 0x4a4cfef0 clk_register_fixed_rate +EXPORT_SYMBOL_GPL vmlinux 0x4a4f00f7 adp5520_read +EXPORT_SYMBOL_GPL vmlinux 0x4a7c95e5 __regmap_init_spi +EXPORT_SYMBOL_GPL vmlinux 0x4a7d7fed transport_add_device +EXPORT_SYMBOL_GPL vmlinux 0x4a9b73b7 mnt_drop_write +EXPORT_SYMBOL_GPL vmlinux 0x4aa0fd90 ata_ehi_clear_desc +EXPORT_SYMBOL_GPL vmlinux 0x4aa35e19 devm_rtc_allocate_device +EXPORT_SYMBOL_GPL vmlinux 0x4ac7b5e2 fib_rules_seq_read +EXPORT_SYMBOL_GPL vmlinux 0x4ac866a3 clk_gate_restore_context +EXPORT_SYMBOL_GPL vmlinux 0x4ac89bb9 fuse_dev_alloc +EXPORT_SYMBOL_GPL vmlinux 0x4ad59a7e __devm_regmap_init +EXPORT_SYMBOL_GPL vmlinux 0x4ae9f9dd crypto_aes_set_key +EXPORT_SYMBOL_GPL vmlinux 0x4af13d0f devm_regmap_field_bulk_alloc +EXPORT_SYMBOL_GPL vmlinux 0x4af1f411 serdev_device_wait_until_sent +EXPORT_SYMBOL_GPL vmlinux 0x4aff5035 fat_sync_inode +EXPORT_SYMBOL_GPL vmlinux 0x4aff6b90 serdev_device_write_buf +EXPORT_SYMBOL_GPL vmlinux 0x4b1b3436 tcp_register_congestion_control +EXPORT_SYMBOL_GPL vmlinux 0x4b20baa5 imx_unregister_hw_clocks +EXPORT_SYMBOL_GPL vmlinux 0x4b2b914a dm_internal_suspend_noflush +EXPORT_SYMBOL_GPL vmlinux 0x4b45598c devm_gpiochip_add_data_with_key +EXPORT_SYMBOL_GPL vmlinux 0x4b47b6e3 inet6_compat_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x4b565d2c simple_attr_open +EXPORT_SYMBOL_GPL vmlinux 0x4b5acf74 rhashtable_init +EXPORT_SYMBOL_GPL vmlinux 0x4b5eceff transport_configure_device +EXPORT_SYMBOL_GPL vmlinux 0x4b65206f __traceiter_block_unplug +EXPORT_SYMBOL_GPL vmlinux 0x4b67a1f8 dev_pm_opp_put_opp_table +EXPORT_SYMBOL_GPL vmlinux 0x4b7a7f65 pci_bus_add_device +EXPORT_SYMBOL_GPL vmlinux 0x4b87eed4 blk_clear_pm_only +EXPORT_SYMBOL_GPL vmlinux 0x4b87fa34 dequeue_signal +EXPORT_SYMBOL_GPL vmlinux 0x4b92f207 xenbus_register_driver_common +EXPORT_SYMBOL_GPL vmlinux 0x4b931968 xen_features +EXPORT_SYMBOL_GPL vmlinux 0x4ba3fe48 mbox_request_channel_byname +EXPORT_SYMBOL_GPL vmlinux 0x4bb08d28 fsl_mc_get_endpoint +EXPORT_SYMBOL_GPL vmlinux 0x4bb7f386 genphy_c45_read_pma +EXPORT_SYMBOL_GPL vmlinux 0x4bbae1b0 fsl8250_handle_irq +EXPORT_SYMBOL_GPL vmlinux 0x4bc17ef5 thermal_zone_bind_cooling_device +EXPORT_SYMBOL_GPL vmlinux 0x4bc8727f xen_balloon_init +EXPORT_SYMBOL_GPL vmlinux 0x4bcb217b mtk_clk_unregister_fixed_clks +EXPORT_SYMBOL_GPL vmlinux 0x4bd476a4 blkcg_deactivate_policy +EXPORT_SYMBOL_GPL vmlinux 0x4bd6013c sdio_retune_hold_now +EXPORT_SYMBOL_GPL vmlinux 0x4bd6f08b misc_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0x4bdb8dcc housekeeping_test_cpu +EXPORT_SYMBOL_GPL vmlinux 0x4bdc4ea3 iommu_unmap_fast +EXPORT_SYMBOL_GPL vmlinux 0x4be64845 ftrace_set_notrace +EXPORT_SYMBOL_GPL vmlinux 0x4bf1e811 devm_ti_sci_get_resource +EXPORT_SYMBOL_GPL vmlinux 0x4bf821d0 __mdiobus_modify_changed +EXPORT_SYMBOL_GPL vmlinux 0x4bf8482c __pm_runtime_use_autosuspend +EXPORT_SYMBOL_GPL vmlinux 0x4bfb53e7 sbitmap_bitmap_show +EXPORT_SYMBOL_GPL vmlinux 0x4bfd398d hwrng_msleep +EXPORT_SYMBOL_GPL vmlinux 0x4c2481ef md_allow_write +EXPORT_SYMBOL_GPL vmlinux 0x4c24a201 dw_pcie_ep_init +EXPORT_SYMBOL_GPL vmlinux 0x4c257bf7 serdev_device_open +EXPORT_SYMBOL_GPL vmlinux 0x4c2b351d start_poll_synchronize_rcu_expedited +EXPORT_SYMBOL_GPL vmlinux 0x4c2c0ea7 evtchn_make_refcounted +EXPORT_SYMBOL_GPL vmlinux 0x4c477d33 devlink_port_health_reporter_create +EXPORT_SYMBOL_GPL vmlinux 0x4c549b36 __traceiter_xhci_dbg_quirks +EXPORT_SYMBOL_GPL vmlinux 0x4c5c7b1e nfs42_ssc_register +EXPORT_SYMBOL_GPL vmlinux 0x4c827c3d folio_mkclean +EXPORT_SYMBOL_GPL vmlinux 0x4c8adfe1 hv_root_partition +EXPORT_SYMBOL_GPL vmlinux 0x4ca5590e mas_prev +EXPORT_SYMBOL_GPL vmlinux 0x4cad7b2b usb_autopm_get_interface_async +EXPORT_SYMBOL_GPL vmlinux 0x4cb27100 ktime_get_snapshot +EXPORT_SYMBOL_GPL vmlinux 0x4cb36fcf switchdev_bridge_port_unoffload +EXPORT_SYMBOL_GPL vmlinux 0x4cb81fda __SCK__tp_func_wbc_writepage +EXPORT_SYMBOL_GPL vmlinux 0x4ce76d80 component_master_add_with_match +EXPORT_SYMBOL_GPL vmlinux 0x4cf10289 fsnotify_destroy_mark +EXPORT_SYMBOL_GPL vmlinux 0x4cfb9bed tcp_register_ulp +EXPORT_SYMBOL_GPL vmlinux 0x4d0015e2 cpu_hotplug_disable +EXPORT_SYMBOL_GPL vmlinux 0x4d0d588c bsg_job_get +EXPORT_SYMBOL_GPL vmlinux 0x4d0ddb17 devm_clk_get_optional_enabled +EXPORT_SYMBOL_GPL vmlinux 0x4d24a1e4 sbitmap_finish_wait +EXPORT_SYMBOL_GPL vmlinux 0x4d2ca4ed i2c_dw_probe_master +EXPORT_SYMBOL_GPL vmlinux 0x4d3122ca xdp_return_frame +EXPORT_SYMBOL_GPL vmlinux 0x4d3a0696 __SCK__tp_func_rpm_idle +EXPORT_SYMBOL_GPL vmlinux 0x4d4279f6 add_swap_extent +EXPORT_SYMBOL_GPL vmlinux 0x4d4b1972 ima_file_hash +EXPORT_SYMBOL_GPL vmlinux 0x4d4c093d ahci_reset_em +EXPORT_SYMBOL_GPL vmlinux 0x4d67c4f9 mmc_poll_for_busy +EXPORT_SYMBOL_GPL vmlinux 0x4d6d0bbc iommu_group_ref_get +EXPORT_SYMBOL_GPL vmlinux 0x4d6daa00 bpf_prog_create_from_user +EXPORT_SYMBOL_GPL vmlinux 0x4d7272e4 migrate_enable +EXPORT_SYMBOL_GPL vmlinux 0x4d7c90a8 skb_zerocopy_headlen +EXPORT_SYMBOL_GPL vmlinux 0x4d816b08 init_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0x4d83c710 k3_udma_glue_tdown_tx_chn +EXPORT_SYMBOL_GPL vmlinux 0x4d90d576 pinctrl_find_gpio_range_from_pin +EXPORT_SYMBOL_GPL vmlinux 0x4d95d6d1 memcpy_flushcache +EXPORT_SYMBOL_GPL vmlinux 0x4d9cbcd7 wm8350_block_read +EXPORT_SYMBOL_GPL vmlinux 0x4d9ead6e spi_mem_supports_op +EXPORT_SYMBOL_GPL vmlinux 0x4dac971a usb_match_one_id +EXPORT_SYMBOL_GPL vmlinux 0x4dae01d8 devlink_linecard_create +EXPORT_SYMBOL_GPL vmlinux 0x4dae16e4 i2c_put_dma_safe_msg_buf +EXPORT_SYMBOL_GPL vmlinux 0x4db863ee vp_modern_config_vector +EXPORT_SYMBOL_GPL vmlinux 0x4db95a96 devfreq_event_remove_edev +EXPORT_SYMBOL_GPL vmlinux 0x4dc39dac mdiobus_modify +EXPORT_SYMBOL_GPL vmlinux 0x4dd37317 gpiod_get_raw_value +EXPORT_SYMBOL_GPL vmlinux 0x4dd4a79f addrconf_add_linklocal +EXPORT_SYMBOL_GPL vmlinux 0x4de17ab3 usb_state_string +EXPORT_SYMBOL_GPL vmlinux 0x4de682f6 usb_enable_intel_xhci_ports +EXPORT_SYMBOL_GPL vmlinux 0x4dee2204 gnttab_map_refs +EXPORT_SYMBOL_GPL vmlinux 0x4df5da3a clk_register_fractional_divider +EXPORT_SYMBOL_GPL vmlinux 0x4df808e0 sk_free_unlock_clone +EXPORT_SYMBOL_GPL vmlinux 0x4df8bf2e rio_mport_write_config_8 +EXPORT_SYMBOL_GPL vmlinux 0x4dfb732e virtio_check_mem_acc_cb +EXPORT_SYMBOL_GPL vmlinux 0x4dfcf6f2 msi_unlock_descs +EXPORT_SYMBOL_GPL vmlinux 0x4dff61e5 wwan_port_txoff +EXPORT_SYMBOL_GPL vmlinux 0x4e0f3b9f spi_new_device +EXPORT_SYMBOL_GPL vmlinux 0x4e12e882 sdio_signal_irq +EXPORT_SYMBOL_GPL vmlinux 0x4e17c613 ata_sff_queue_delayed_work +EXPORT_SYMBOL_GPL vmlinux 0x4e2184ca nd_cmd_in_size +EXPORT_SYMBOL_GPL vmlinux 0x4e29aec3 make_device_exclusive_range +EXPORT_SYMBOL_GPL vmlinux 0x4e2f3c90 mtk_mutex_enable_by_cmdq +EXPORT_SYMBOL_GPL vmlinux 0x4e3fd1b4 kvm_release_pfn_clean +EXPORT_SYMBOL_GPL vmlinux 0x4e4072a7 devm_spi_mem_dirmap_create +EXPORT_SYMBOL_GPL vmlinux 0x4e488100 fscrypt_parse_test_dummy_encryption +EXPORT_SYMBOL_GPL vmlinux 0x4e4c37e2 freq_qos_remove_notifier +EXPORT_SYMBOL_GPL vmlinux 0x4e53e4c4 devlink_param_value_changed +EXPORT_SYMBOL_GPL vmlinux 0x4e55fadb kstrdup_quotable_file +EXPORT_SYMBOL_GPL vmlinux 0x4e657485 free_io_pgtable_ops +EXPORT_SYMBOL_GPL vmlinux 0x4e663ebe phy_exit +EXPORT_SYMBOL_GPL vmlinux 0x4e74878e __tracepoint_devlink_hwerr +EXPORT_SYMBOL_GPL vmlinux 0x4e86f9a9 pinctrl_generic_get_group_pins +EXPORT_SYMBOL_GPL vmlinux 0x4e92d5d7 fscrypt_dio_supported +EXPORT_SYMBOL_GPL vmlinux 0x4e9af2aa meson_clk_pll_ops +EXPORT_SYMBOL_GPL vmlinux 0x4e9ca07d md_find_rdev_nr_rcu +EXPORT_SYMBOL_GPL vmlinux 0x4eac5fc1 cpu_mitigations_auto_nosmt +EXPORT_SYMBOL_GPL vmlinux 0x4eb39d4e __tracepoint_tcp_bad_csum +EXPORT_SYMBOL_GPL vmlinux 0x4ece3615 blocking_notifier_chain_unregister +EXPORT_SYMBOL_GPL vmlinux 0x4ed5aa30 nvmem_device_get +EXPORT_SYMBOL_GPL vmlinux 0x4edb37b6 __rtnl_link_unregister +EXPORT_SYMBOL_GPL vmlinux 0x4ef5bcf4 perf_swevent_get_recursion_context +EXPORT_SYMBOL_GPL vmlinux 0x4efcf021 mpi_normalize +EXPORT_SYMBOL_GPL vmlinux 0x4efdc8fa __traceiter_tcp_bad_csum +EXPORT_SYMBOL_GPL vmlinux 0x4f153eb4 __page_file_index +EXPORT_SYMBOL_GPL vmlinux 0x4f1cfae6 device_remove_bin_file +EXPORT_SYMBOL_GPL vmlinux 0x4f2593f0 btree_update +EXPORT_SYMBOL_GPL vmlinux 0x4f2970f7 xdp_attachment_setup +EXPORT_SYMBOL_GPL vmlinux 0x4f2c996d kmsg_dump_get_line +EXPORT_SYMBOL_GPL vmlinux 0x4f2d7acc reset_simple_ops +EXPORT_SYMBOL_GPL vmlinux 0x4f30512d crypto_grab_akcipher +EXPORT_SYMBOL_GPL vmlinux 0x4f325268 ata_cable_ignore +EXPORT_SYMBOL_GPL vmlinux 0x4f5630a5 dev_pm_opp_remove_all_dynamic +EXPORT_SYMBOL_GPL vmlinux 0x4f6a0304 xdp_build_skb_from_frame +EXPORT_SYMBOL_GPL vmlinux 0x4f6a07fe show_rcu_gp_kthreads +EXPORT_SYMBOL_GPL vmlinux 0x4f6c5514 crypto_register_skciphers +EXPORT_SYMBOL_GPL vmlinux 0x4f72a987 uart_parse_options +EXPORT_SYMBOL_GPL vmlinux 0x4f80d114 usb_disable_lpm +EXPORT_SYMBOL_GPL vmlinux 0x4f98d766 cpu_pm_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x4f995591 genphy_c45_fast_retrain +EXPORT_SYMBOL_GPL vmlinux 0x4fa82e7d pm_clk_create +EXPORT_SYMBOL_GPL vmlinux 0x4fb5da55 fs_put_dax +EXPORT_SYMBOL_GPL vmlinux 0x4fbc325d __devm_regmap_init_spi +EXPORT_SYMBOL_GPL vmlinux 0x4fbf49e6 dw_pcie_own_conf_map_bus +EXPORT_SYMBOL_GPL vmlinux 0x4fd6f7d6 __blk_trace_note_message +EXPORT_SYMBOL_GPL vmlinux 0x4fdc945d sata_deb_timing_normal +EXPORT_SYMBOL_GPL vmlinux 0x4fe1eddf unregister_netevent_notifier +EXPORT_SYMBOL_GPL vmlinux 0x4fe6a055 iommu_dev_enable_feature +EXPORT_SYMBOL_GPL vmlinux 0x4feedb4b init_dummy_netdev +EXPORT_SYMBOL_GPL vmlinux 0x500b998f bpf_verifier_log_write +EXPORT_SYMBOL_GPL vmlinux 0x500c55aa debugfs_rename +EXPORT_SYMBOL_GPL vmlinux 0x500c768c apei_exec_read_register +EXPORT_SYMBOL_GPL vmlinux 0x50226619 pci_ims_alloc_irq +EXPORT_SYMBOL_GPL vmlinux 0x50226a26 reset_control_get_count +EXPORT_SYMBOL_GPL vmlinux 0x5026585c xen_irq_from_gsi +EXPORT_SYMBOL_GPL vmlinux 0x502b0d70 scsi_autopm_put_device +EXPORT_SYMBOL_GPL vmlinux 0x502d7d5a dev_pm_qos_remove_request +EXPORT_SYMBOL_GPL vmlinux 0x50320d5a mtk_clk_register_factors +EXPORT_SYMBOL_GPL vmlinux 0x504320a1 ata_host_put +EXPORT_SYMBOL_GPL vmlinux 0x504dbfbe crypto_hash_walk_done +EXPORT_SYMBOL_GPL vmlinux 0x5059cce3 tracing_cond_snapshot_data +EXPORT_SYMBOL_GPL vmlinux 0x50616e69 devlink_resources_unregister +EXPORT_SYMBOL_GPL vmlinux 0x5067256f devlink_dpipe_action_put +EXPORT_SYMBOL_GPL vmlinux 0x5074dad6 ata_port_pbar_desc +EXPORT_SYMBOL_GPL vmlinux 0x507d4cd9 xhci_gen_setup +EXPORT_SYMBOL_GPL vmlinux 0x50907267 key_type_asymmetric +EXPORT_SYMBOL_GPL vmlinux 0x5091b823 ring_buffer_read_start +EXPORT_SYMBOL_GPL vmlinux 0x5096cb8e sysfs_update_groups +EXPORT_SYMBOL_GPL vmlinux 0x509dd7ca dev_pm_opp_find_freq_floor +EXPORT_SYMBOL_GPL vmlinux 0x509ea531 ip_icmp_error +EXPORT_SYMBOL_GPL vmlinux 0x50ab0d06 xfrm_dev_policy_add +EXPORT_SYMBOL_GPL vmlinux 0x50bc598c sch_frag_xmit_hook +EXPORT_SYMBOL_GPL vmlinux 0x50df94f5 btree_insert +EXPORT_SYMBOL_GPL vmlinux 0x50e60b96 devm_hwrng_unregister +EXPORT_SYMBOL_GPL vmlinux 0x50e7193a __i2c_first_dynamic_bus_num +EXPORT_SYMBOL_GPL vmlinux 0x50fad434 round_jiffies_up +EXPORT_SYMBOL_GPL vmlinux 0x50fbaf55 blk_mq_start_stopped_hw_queue +EXPORT_SYMBOL_GPL vmlinux 0x50ff41ec pci_remove_root_bus +EXPORT_SYMBOL_GPL vmlinux 0x51299a71 fat_fill_super +EXPORT_SYMBOL_GPL vmlinux 0x512bf8c7 devm_clk_get_prepared +EXPORT_SYMBOL_GPL vmlinux 0x51311a13 ahci_ops +EXPORT_SYMBOL_GPL vmlinux 0x51385a72 security_kernel_post_read_file +EXPORT_SYMBOL_GPL vmlinux 0x51390c96 rcu_barrier_tasks_rude +EXPORT_SYMBOL_GPL vmlinux 0x51398ada gpiochip_add_pingroup_range +EXPORT_SYMBOL_GPL vmlinux 0x514253a3 kvm_vcpu_unmap +EXPORT_SYMBOL_GPL vmlinux 0x514539f6 ata_bmdma_irq_clear +EXPORT_SYMBOL_GPL vmlinux 0x515681e6 usb_disable_xhci_ports +EXPORT_SYMBOL_GPL vmlinux 0x515b390f __SCK__tp_func_remove_device_from_group +EXPORT_SYMBOL_GPL vmlinux 0x515e031e kobject_create_and_add +EXPORT_SYMBOL_GPL vmlinux 0x5164101a cpufreq_freq_transition_begin +EXPORT_SYMBOL_GPL vmlinux 0x51665f73 fwnode_property_read_string_array +EXPORT_SYMBOL_GPL vmlinux 0x5169344d k3_udma_glue_pop_tx_chn +EXPORT_SYMBOL_GPL vmlinux 0x51785b35 nvdimm_has_cache +EXPORT_SYMBOL_GPL vmlinux 0x517b41a9 kvm_init +EXPORT_SYMBOL_GPL vmlinux 0x5187ac4b xen_store_evtchn +EXPORT_SYMBOL_GPL vmlinux 0x5192429c __devm_spi_alloc_controller +EXPORT_SYMBOL_GPL vmlinux 0x51991b38 mtk_mutex_enable +EXPORT_SYMBOL_GPL vmlinux 0x51a348cc usb_role_switch_set_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x51ad07dd tegra210_plle_hw_sequence_start +EXPORT_SYMBOL_GPL vmlinux 0x51cc927a crypto_unregister_rngs +EXPORT_SYMBOL_GPL vmlinux 0x51d13875 nf_hooks_lwtunnel_sysctl_handler +EXPORT_SYMBOL_GPL vmlinux 0x51e5b7bd devm_regulator_register +EXPORT_SYMBOL_GPL vmlinux 0x51f9ccd9 tty_port_install +EXPORT_SYMBOL_GPL vmlinux 0x51fa9030 mpc8xxx_spi_tx_buf_u8 +EXPORT_SYMBOL_GPL vmlinux 0x51fc9a6d xenmem_reservation_decrease +EXPORT_SYMBOL_GPL vmlinux 0x52252316 clk_unregister_fixed_rate +EXPORT_SYMBOL_GPL vmlinux 0x52431348 xenbus_transaction_start +EXPORT_SYMBOL_GPL vmlinux 0x524ad642 of_hwspin_lock_get_id +EXPORT_SYMBOL_GPL vmlinux 0x52647db1 ct_idle_exit +EXPORT_SYMBOL_GPL vmlinux 0x526bcf2a wwan_port_get_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x526ce595 cpufreq_generic_init +EXPORT_SYMBOL_GPL vmlinux 0x527f8e13 xenbus_map_ring_valloc +EXPORT_SYMBOL_GPL vmlinux 0x5285112e blk_trace_setup +EXPORT_SYMBOL_GPL vmlinux 0x5288dca9 tegra_xusb_padctl_legacy_remove +EXPORT_SYMBOL_GPL vmlinux 0x5289a0af nvdimm_delete +EXPORT_SYMBOL_GPL vmlinux 0x5289ec6c clkdev_hw_create +EXPORT_SYMBOL_GPL vmlinux 0x52978a63 __inode_attach_wb +EXPORT_SYMBOL_GPL vmlinux 0x52b1e3c7 pci_flags +EXPORT_SYMBOL_GPL vmlinux 0x52c35e83 call_rcu_tasks_trace +EXPORT_SYMBOL_GPL vmlinux 0x52c50264 dev_pm_opp_get_max_transition_latency +EXPORT_SYMBOL_GPL vmlinux 0x52ce2057 hv_setup_crash_handler +EXPORT_SYMBOL_GPL vmlinux 0x52d54fce devlink_info_version_stored_put +EXPORT_SYMBOL_GPL vmlinux 0x52dbb533 kernfs_get +EXPORT_SYMBOL_GPL vmlinux 0x52de4cd8 pci_vfs_assigned +EXPORT_SYMBOL_GPL vmlinux 0x52e48ae7 led_trigger_register +EXPORT_SYMBOL_GPL vmlinux 0x52e8adad xenbus_read_otherend_details +EXPORT_SYMBOL_GPL vmlinux 0x52ea9f8d __traceiter_br_fdb_update +EXPORT_SYMBOL_GPL vmlinux 0x52eddb69 raw_v6_hashinfo +EXPORT_SYMBOL_GPL vmlinux 0x52f9daa6 pci_find_host_bridge +EXPORT_SYMBOL_GPL vmlinux 0x53012944 __tracepoint_rpm_resume +EXPORT_SYMBOL_GPL vmlinux 0x530174b1 blk_mq_quiesce_tagset +EXPORT_SYMBOL_GPL vmlinux 0x530b7ae1 folio_wait_stable +EXPORT_SYMBOL_GPL vmlinux 0x53177da2 dev_nit_active +EXPORT_SYMBOL_GPL vmlinux 0x531d321a auxiliary_driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0x532b788c srcu_barrier +EXPORT_SYMBOL_GPL vmlinux 0x532b90b5 kprobe_event_cmd_init +EXPORT_SYMBOL_GPL vmlinux 0x5335f1d6 of_console_check +EXPORT_SYMBOL_GPL vmlinux 0x53435d68 vp_legacy_get_queue_size +EXPORT_SYMBOL_GPL vmlinux 0x5358864e devlink_fmsg_binary_pair_nest_end +EXPORT_SYMBOL_GPL vmlinux 0x5369a0b6 platform_irqchip_probe +EXPORT_SYMBOL_GPL vmlinux 0x5369cf86 irq_chip_set_parent_state +EXPORT_SYMBOL_GPL vmlinux 0x5370031f inet_csk_addr2sockaddr +EXPORT_SYMBOL_GPL vmlinux 0x537252cf __SCK__tp_func_rpm_return_int +EXPORT_SYMBOL_GPL vmlinux 0x537577c9 device_destroy +EXPORT_SYMBOL_GPL vmlinux 0x537d34a6 pci_p2pdma_distance_many +EXPORT_SYMBOL_GPL vmlinux 0x538642c0 __traceiter_remove_device_from_group +EXPORT_SYMBOL_GPL vmlinux 0x538d073d phy_duplex_to_str +EXPORT_SYMBOL_GPL vmlinux 0x539b0aaa dev_pm_qos_hide_flags +EXPORT_SYMBOL_GPL vmlinux 0x539f0137 transport_setup_device +EXPORT_SYMBOL_GPL vmlinux 0x53a64b2d tpm_pcr_extend +EXPORT_SYMBOL_GPL vmlinux 0x53c089f5 property_entries_dup +EXPORT_SYMBOL_GPL vmlinux 0x53c343c9 pci_sriov_get_totalvfs +EXPORT_SYMBOL_GPL vmlinux 0x53d36df4 spi_sync_locked +EXPORT_SYMBOL_GPL vmlinux 0x53d7c01e __traceiter_cpu_idle +EXPORT_SYMBOL_GPL vmlinux 0x53e6d675 max8997_read_reg +EXPORT_SYMBOL_GPL vmlinux 0x53e86b94 devm_serdev_device_open +EXPORT_SYMBOL_GPL vmlinux 0x53fe862c bpf_prog_add +EXPORT_SYMBOL_GPL vmlinux 0x540fcf3d blk_queue_zone_write_granularity +EXPORT_SYMBOL_GPL vmlinux 0x541bd60a irq_work_run +EXPORT_SYMBOL_GPL vmlinux 0x54215db5 visitor64 +EXPORT_SYMBOL_GPL vmlinux 0x543b4e7d phy_restore_page +EXPORT_SYMBOL_GPL vmlinux 0x544c7316 iommu_map +EXPORT_SYMBOL_GPL vmlinux 0x54651f9b rhashtable_walk_next +EXPORT_SYMBOL_GPL vmlinux 0x546d7eba skcipher_walk_aead_decrypt +EXPORT_SYMBOL_GPL vmlinux 0x549525ef handle_nested_irq +EXPORT_SYMBOL_GPL vmlinux 0x5498bcaf clk_regmap_divider_ro_ops +EXPORT_SYMBOL_GPL vmlinux 0x549dbaee dev_pm_set_dedicated_wake_irq +EXPORT_SYMBOL_GPL vmlinux 0x54a25da2 qcom_smem_state_put +EXPORT_SYMBOL_GPL vmlinux 0x54acc761 vcpu_load +EXPORT_SYMBOL_GPL vmlinux 0x54b59668 dma_vmap_noncontiguous +EXPORT_SYMBOL_GPL vmlinux 0x54bbd27b device_property_match_string +EXPORT_SYMBOL_GPL vmlinux 0x54bf28b6 fscrypt_prepare_new_inode +EXPORT_SYMBOL_GPL vmlinux 0x54c0edfe dw_pcie_ep_linkup +EXPORT_SYMBOL_GPL vmlinux 0x54cac126 spi_target_abort +EXPORT_SYMBOL_GPL vmlinux 0x54cd7f99 dev_pm_disable_wake_irq +EXPORT_SYMBOL_GPL vmlinux 0x54cee684 __tracepoint_ata_bmdma_start +EXPORT_SYMBOL_GPL vmlinux 0x54d729bb __dev_fwnode +EXPORT_SYMBOL_GPL vmlinux 0x54dc3012 fuse_request_end +EXPORT_SYMBOL_GPL vmlinux 0x54e7cfc6 efivars_unregister +EXPORT_SYMBOL_GPL vmlinux 0x54f4c3b7 dpbp_enable +EXPORT_SYMBOL_GPL vmlinux 0x5506c5b5 gpiod_get_from_of_node +EXPORT_SYMBOL_GPL vmlinux 0x550f3e05 i2c_freq_mode_string +EXPORT_SYMBOL_GPL vmlinux 0x551cbc8b usb_check_bulk_endpoints +EXPORT_SYMBOL_GPL vmlinux 0x55250e8d stmpe_reg_write +EXPORT_SYMBOL_GPL vmlinux 0x5528543b vmap_pfn +EXPORT_SYMBOL_GPL vmlinux 0x55338cff rio_mport_chk_dev_access +EXPORT_SYMBOL_GPL vmlinux 0x55339365 flush_delayed_fput +EXPORT_SYMBOL_GPL vmlinux 0x5537c5be __alloc_pages_bulk +EXPORT_SYMBOL_GPL vmlinux 0x553b49a4 cpufreq_get_driver_data +EXPORT_SYMBOL_GPL vmlinux 0x55417264 unregister_vt_notifier +EXPORT_SYMBOL_GPL vmlinux 0x554dff30 bsg_remove_queue +EXPORT_SYMBOL_GPL vmlinux 0x555fba10 devfreq_event_enable_edev +EXPORT_SYMBOL_GPL vmlinux 0x5563bb9d device_link_remove +EXPORT_SYMBOL_GPL vmlinux 0x55695764 of_property_match_string +EXPORT_SYMBOL_GPL vmlinux 0x556af065 ata_bmdma32_port_ops +EXPORT_SYMBOL_GPL vmlinux 0x556e4390 clk_get_rate +EXPORT_SYMBOL_GPL vmlinux 0x55759715 xdp_rxq_info_reg_mem_model +EXPORT_SYMBOL_GPL vmlinux 0x55784228 regmap_irq_get_virq +EXPORT_SYMBOL_GPL vmlinux 0x557fa1ba vc_scrolldelta_helper +EXPORT_SYMBOL_GPL vmlinux 0x5591d9c0 mptcp_pm_get_add_addr_accept_max +EXPORT_SYMBOL_GPL vmlinux 0x5593adc8 tpm_pm_resume +EXPORT_SYMBOL_GPL vmlinux 0x55a7775d usb_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x55c3c6f3 devfreq_cooling_em_register +EXPORT_SYMBOL_GPL vmlinux 0x55c76a23 ksys_sync_helper +EXPORT_SYMBOL_GPL vmlinux 0x55c9880c zynqmp_pm_release_node +EXPORT_SYMBOL_GPL vmlinux 0x55d91921 alloc_memory_type +EXPORT_SYMBOL_GPL vmlinux 0x55db78ea __rio_local_read_config_8 +EXPORT_SYMBOL_GPL vmlinux 0x55eecff4 bit_wait_io_timeout +EXPORT_SYMBOL_GPL vmlinux 0x55efb359 devm_led_classdev_register_ext +EXPORT_SYMBOL_GPL vmlinux 0x55fca227 skb_segment_list +EXPORT_SYMBOL_GPL vmlinux 0x56025cfd follow_pte +EXPORT_SYMBOL_GPL vmlinux 0x56052227 usb_device_match_id +EXPORT_SYMBOL_GPL vmlinux 0x56054c05 crypto_it_tab +EXPORT_SYMBOL_GPL vmlinux 0x5616ec77 pci_d3cold_enable +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 0x5640fd79 io_uring_cmd_done +EXPORT_SYMBOL_GPL vmlinux 0x5641485b tty_termios_encode_baud_rate +EXPORT_SYMBOL_GPL vmlinux 0x565f3f80 __platform_create_bundle +EXPORT_SYMBOL_GPL vmlinux 0x56685cb9 fat_remove_entries +EXPORT_SYMBOL_GPL vmlinux 0x56805087 __tracepoint_udp_fail_queue_rcv_skb +EXPORT_SYMBOL_GPL vmlinux 0x5680c523 pci_ecam_free +EXPORT_SYMBOL_GPL vmlinux 0x5684061e debugfs_create_x8 +EXPORT_SYMBOL_GPL vmlinux 0x5686ae3e usb_register_device_driver +EXPORT_SYMBOL_GPL vmlinux 0x5687b17d ata_sff_postreset +EXPORT_SYMBOL_GPL vmlinux 0x568d6b58 devfreq_cooling_unregister +EXPORT_SYMBOL_GPL vmlinux 0x56992ada netlink_has_listeners +EXPORT_SYMBOL_GPL vmlinux 0x56b0e376 devm_i2c_add_adapter +EXPORT_SYMBOL_GPL vmlinux 0x56b20b1a pci_iov_vf_id +EXPORT_SYMBOL_GPL vmlinux 0x56b26a0a __srcu_read_lock +EXPORT_SYMBOL_GPL vmlinux 0x56be69bc crypto_mod_get +EXPORT_SYMBOL_GPL vmlinux 0x56d2857e wm831x_reg_write +EXPORT_SYMBOL_GPL vmlinux 0x56d99586 __root_device_register +EXPORT_SYMBOL_GPL vmlinux 0x56e840fe rio_request_dma +EXPORT_SYMBOL_GPL vmlinux 0x56e9103b cpu_pm_enter +EXPORT_SYMBOL_GPL vmlinux 0x56efe5d8 __rio_local_read_config_16 +EXPORT_SYMBOL_GPL vmlinux 0x56fbb130 no_hash_pointers +EXPORT_SYMBOL_GPL vmlinux 0x57108f78 crypto_unregister_akcipher +EXPORT_SYMBOL_GPL vmlinux 0x572ab4fd wm831x_auxadc_read +EXPORT_SYMBOL_GPL vmlinux 0x57413718 hrtimer_sleeper_start_expires +EXPORT_SYMBOL_GPL vmlinux 0x574609c5 apei_exec_write_register_value +EXPORT_SYMBOL_GPL vmlinux 0x574827c2 debugfs_lookup +EXPORT_SYMBOL_GPL vmlinux 0x576dcf52 tpm_send +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 0x577dd300 inet_send_prepare +EXPORT_SYMBOL_GPL vmlinux 0x57899cb8 acpi_dev_get_dma_resources +EXPORT_SYMBOL_GPL vmlinux 0x578aff77 bpf_trace_run11 +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 0x57b0cc1a of_genpd_add_provider_simple +EXPORT_SYMBOL_GPL vmlinux 0x57d4050a xhci_get_endpoint_index +EXPORT_SYMBOL_GPL vmlinux 0x57d615e0 task_cls_state +EXPORT_SYMBOL_GPL vmlinux 0x57dc4851 mas_erase +EXPORT_SYMBOL_GPL vmlinux 0x57e53bae irq_create_of_mapping +EXPORT_SYMBOL_GPL vmlinux 0x57f04571 of_fdt_unflatten_tree +EXPORT_SYMBOL_GPL vmlinux 0x57f576b9 mpi_ec_curve_point +EXPORT_SYMBOL_GPL vmlinux 0x5817bbe5 regulator_irq_helper +EXPORT_SYMBOL_GPL vmlinux 0x582083b0 skcipher_walk_done +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 0x5849ecd5 dm_accept_partial_bio +EXPORT_SYMBOL_GPL vmlinux 0x584fca1c sysfs_create_groups +EXPORT_SYMBOL_GPL vmlinux 0x585e12e3 regulator_bulk_disable +EXPORT_SYMBOL_GPL vmlinux 0x58642a0e i2c_acpi_find_adapter_by_handle +EXPORT_SYMBOL_GPL vmlinux 0x586bfc8a alarm_restart +EXPORT_SYMBOL_GPL vmlinux 0x586bfff8 sk_msg_is_readable +EXPORT_SYMBOL_GPL vmlinux 0x5879a27d sfp_get_module_info +EXPORT_SYMBOL_GPL vmlinux 0x587cfe7d platform_device_del +EXPORT_SYMBOL_GPL vmlinux 0x588d1e7c bpf_offload_dev_match +EXPORT_SYMBOL_GPL vmlinux 0x58c051e9 of_gen_pool_get +EXPORT_SYMBOL_GPL vmlinux 0x58c06900 dev_pm_qos_add_ancestor_request +EXPORT_SYMBOL_GPL vmlinux 0x58c64652 __dax_driver_register +EXPORT_SYMBOL_GPL vmlinux 0x58c66c86 relay_subbufs_consumed +EXPORT_SYMBOL_GPL vmlinux 0x58d0b331 devm_regmap_add_irq_chip_fwnode +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 0x58e2cd10 tps6586x_writes +EXPORT_SYMBOL_GPL vmlinux 0x58e97a9c acpi_pm_wakeup_event +EXPORT_SYMBOL_GPL vmlinux 0x58fa50c0 __traceiter_rwmmio_write +EXPORT_SYMBOL_GPL vmlinux 0x5918a343 clk_hw_register +EXPORT_SYMBOL_GPL vmlinux 0x5925eb07 vcap_keyfield_name +EXPORT_SYMBOL_GPL vmlinux 0x592e0a12 phy_led_triggers_unregister +EXPORT_SYMBOL_GPL vmlinux 0x5937d637 mmu_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0x59451caf scsi_host_unblock +EXPORT_SYMBOL_GPL vmlinux 0x5951d764 class_dev_iter_init +EXPORT_SYMBOL_GPL vmlinux 0x5957cddb zs_lookup_class_index +EXPORT_SYMBOL_GPL vmlinux 0x596ad066 clean_record_shared_mapping_range +EXPORT_SYMBOL_GPL vmlinux 0x59713e99 input_ff_create +EXPORT_SYMBOL_GPL vmlinux 0x5986d190 kdb_printf +EXPORT_SYMBOL_GPL vmlinux 0x59902078 spi_take_timestamp_post +EXPORT_SYMBOL_GPL vmlinux 0x5999ef30 blk_mq_freeze_queue +EXPORT_SYMBOL_GPL vmlinux 0x59a38ade pci_pr3_present +EXPORT_SYMBOL_GPL vmlinux 0x59abc865 tty_encode_baud_rate +EXPORT_SYMBOL_GPL vmlinux 0x59ad8c14 gpiod_get_raw_value_cansleep +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 0x59bf40ae trace_define_field +EXPORT_SYMBOL_GPL vmlinux 0x59c43dc9 __traceiter_non_standard_event +EXPORT_SYMBOL_GPL vmlinux 0x59c6c644 regulator_is_supported_voltage +EXPORT_SYMBOL_GPL vmlinux 0x59cc5a52 regulator_get_linear_step +EXPORT_SYMBOL_GPL vmlinux 0x59cd3cd0 spi_mem_driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0x59cfbcba cpufreq_cooling_register +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 0x59f90983 led_init_core +EXPORT_SYMBOL_GPL vmlinux 0x5a0ffc68 tpm_try_get_ops +EXPORT_SYMBOL_GPL vmlinux 0x5a12e60c __SCK__tp_func_sched_update_nr_running_tp +EXPORT_SYMBOL_GPL vmlinux 0x5a1a5704 iommu_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x5a1ab483 synth_event_create +EXPORT_SYMBOL_GPL vmlinux 0x5a1d134a rcu_momentary_dyntick_idle +EXPORT_SYMBOL_GPL vmlinux 0x5a229368 arch_apei_enable_cmcff +EXPORT_SYMBOL_GPL vmlinux 0x5a2c5248 dprc_close +EXPORT_SYMBOL_GPL vmlinux 0x5a347b23 tegra_bpmp_free_mrq +EXPORT_SYMBOL_GPL vmlinux 0x5a379e12 fat_detach +EXPORT_SYMBOL_GPL vmlinux 0x5a41a845 phylink_mii_c22_pcs_get_state +EXPORT_SYMBOL_GPL vmlinux 0x5a4703b0 tpmm_chip_alloc +EXPORT_SYMBOL_GPL vmlinux 0x5a488b9b pm_wakeup_ws_event +EXPORT_SYMBOL_GPL vmlinux 0x5a49dbc9 timerqueue_del +EXPORT_SYMBOL_GPL vmlinux 0x5a4da828 genphy_c45_read_lpa +EXPORT_SYMBOL_GPL vmlinux 0x5a59d39b imx_pinctrl_sc_ipc_init +EXPORT_SYMBOL_GPL vmlinux 0x5a5f1979 perf_event_pause +EXPORT_SYMBOL_GPL vmlinux 0x5a6085ee fib_rules_register +EXPORT_SYMBOL_GPL vmlinux 0x5a609b58 n_tty_inherit_ops +EXPORT_SYMBOL_GPL vmlinux 0x5a689197 device_set_wakeup_enable +EXPORT_SYMBOL_GPL vmlinux 0x5a6cdb52 nf_ct_zone_dflt +EXPORT_SYMBOL_GPL vmlinux 0x5a7ae789 fwnode_find_reference +EXPORT_SYMBOL_GPL vmlinux 0x5a7bfe41 crypto_probing_notify +EXPORT_SYMBOL_GPL vmlinux 0x5a87b652 of_phy_put +EXPORT_SYMBOL_GPL vmlinux 0x5aa70984 acpi_reduced_hardware +EXPORT_SYMBOL_GPL vmlinux 0x5ab09745 edac_get_owner +EXPORT_SYMBOL_GPL vmlinux 0x5ac3c8d6 __reset_control_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0x5ac4d419 pm_generic_suspend_late +EXPORT_SYMBOL_GPL vmlinux 0x5aca6e98 component_compare_dev_name +EXPORT_SYMBOL_GPL vmlinux 0x5ae50a73 get_dev_pagemap +EXPORT_SYMBOL_GPL vmlinux 0x5aed60e8 handle_fasteoi_ack_irq +EXPORT_SYMBOL_GPL vmlinux 0x5af34223 securityfs_create_file +EXPORT_SYMBOL_GPL vmlinux 0x5b1cceda of_mm_gpiochip_remove +EXPORT_SYMBOL_GPL vmlinux 0x5b21ceff ring_buffer_iter_peek +EXPORT_SYMBOL_GPL vmlinux 0x5b226a25 irq_domain_alloc_irqs_parent +EXPORT_SYMBOL_GPL vmlinux 0x5b3c21fc pci_disable_rom +EXPORT_SYMBOL_GPL vmlinux 0x5b427daa __traceiter_neigh_update +EXPORT_SYMBOL_GPL vmlinux 0x5b53c0bc of_clk_get_from_provider +EXPORT_SYMBOL_GPL vmlinux 0x5b5a2ec4 ipv6_bpf_stub +EXPORT_SYMBOL_GPL vmlinux 0x5b5bd5a9 rio_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x5b6b0329 swiotlb_max_segment +EXPORT_SYMBOL_GPL vmlinux 0x5b7b698d regulator_get_error_flags +EXPORT_SYMBOL_GPL vmlinux 0x5b83b964 rio_request_mport_dma +EXPORT_SYMBOL_GPL vmlinux 0x5b8ef354 tpm_chip_stop +EXPORT_SYMBOL_GPL vmlinux 0x5b95ca87 mmc_crypto_setup_queue +EXPORT_SYMBOL_GPL vmlinux 0x5b9e3f72 platform_msi_domain_alloc_irqs +EXPORT_SYMBOL_GPL vmlinux 0x5ba3f652 mddev_resume +EXPORT_SYMBOL_GPL vmlinux 0x5ba9c87f blk_crypto_keyslot_index +EXPORT_SYMBOL_GPL vmlinux 0x5bb0b465 fat_search_long +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 0x5bd8998b call_switchdev_blocking_notifiers +EXPORT_SYMBOL_GPL vmlinux 0x5bdae35b usb_phy_roothub_set_mode +EXPORT_SYMBOL_GPL vmlinux 0x5bdbac4e rcu_unexpedite_gp +EXPORT_SYMBOL_GPL vmlinux 0x5be353d9 i2c_match_id +EXPORT_SYMBOL_GPL vmlinux 0x5c070f62 cper_mem_err_status_str +EXPORT_SYMBOL_GPL vmlinux 0x5c0eaf31 acpi_dev_resource_interrupt +EXPORT_SYMBOL_GPL vmlinux 0x5c0f77ce HYPERVISOR_platform_op_raw +EXPORT_SYMBOL_GPL vmlinux 0x5c0fd68b mtk_devm_alloc_clk_data +EXPORT_SYMBOL_GPL vmlinux 0x5c17aae0 serial8250_update_uartclk +EXPORT_SYMBOL_GPL vmlinux 0x5c2d5c97 meson_eeclkc_probe +EXPORT_SYMBOL_GPL vmlinux 0x5c2f1546 devlink_sb_register +EXPORT_SYMBOL_GPL vmlinux 0x5c33c821 scsi_register_device_handler +EXPORT_SYMBOL_GPL vmlinux 0x5c3a9bd0 ata_timing_compute +EXPORT_SYMBOL_GPL vmlinux 0x5c3bbd06 __SCK__tp_func_mc_event +EXPORT_SYMBOL_GPL vmlinux 0x5c5a1b16 tick_broadcast_control +EXPORT_SYMBOL_GPL vmlinux 0x5c5c7cf0 fsl_mc_bus_dpdbg_type +EXPORT_SYMBOL_GPL vmlinux 0x5c628633 kvm_put_kvm_no_destroy +EXPORT_SYMBOL_GPL vmlinux 0x5c82016e __SCK__tp_func_napi_poll +EXPORT_SYMBOL_GPL vmlinux 0x5c8d64ee sdio_f0_readb +EXPORT_SYMBOL_GPL vmlinux 0x5c987b12 kvm_read_guest_cached +EXPORT_SYMBOL_GPL vmlinux 0x5cab9945 unregister_xenbus_watch +EXPORT_SYMBOL_GPL vmlinux 0x5cad8fc3 power_supply_ocv2cap_simple +EXPORT_SYMBOL_GPL vmlinux 0x5cb134af usb_of_get_interface_node +EXPORT_SYMBOL_GPL vmlinux 0x5cb94dd0 of_detach_node +EXPORT_SYMBOL_GPL vmlinux 0x5cbc8c13 __traceiter_napi_poll +EXPORT_SYMBOL_GPL vmlinux 0x5cc77c45 led_colors +EXPORT_SYMBOL_GPL vmlinux 0x5cc8960e bpf_trace_run7 +EXPORT_SYMBOL_GPL vmlinux 0x5ccbbc45 devm_regmap_add_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0x5cd0f5c9 usb_put_intf +EXPORT_SYMBOL_GPL vmlinux 0x5cd5f7b9 msg_zerocopy_callback +EXPORT_SYMBOL_GPL vmlinux 0x5cea7dc4 of_regulator_bulk_get_all +EXPORT_SYMBOL_GPL vmlinux 0x5cede0a7 xdp_flush_frame_bulk +EXPORT_SYMBOL_GPL vmlinux 0x5cf066d0 extcon_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x5d0c4dcc phylink_speed_up +EXPORT_SYMBOL_GPL vmlinux 0x5d129736 ata_wait_after_reset +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 0x5d2fed0c vfs_truncate +EXPORT_SYMBOL_GPL vmlinux 0x5d41e82d iommu_set_pgtable_quirks +EXPORT_SYMBOL_GPL vmlinux 0x5d4f87af tty_save_termios +EXPORT_SYMBOL_GPL vmlinux 0x5d5f09f8 inet6_sk_rebuild_header +EXPORT_SYMBOL_GPL vmlinux 0x5d81aede set_selection_kernel +EXPORT_SYMBOL_GPL vmlinux 0x5d8476d3 bpf_sk_storage_diag_alloc +EXPORT_SYMBOL_GPL vmlinux 0x5d9021b0 __fsnotify_parent +EXPORT_SYMBOL_GPL vmlinux 0x5d9d9938 lp8788_read_multi_bytes +EXPORT_SYMBOL_GPL vmlinux 0x5d9ff2aa blk_mq_alloc_request_hctx +EXPORT_SYMBOL_GPL vmlinux 0x5da2d0e2 __traceiter_devlink_hwerr +EXPORT_SYMBOL_GPL vmlinux 0x5da34553 serial8250_rx_dma_flush +EXPORT_SYMBOL_GPL vmlinux 0x5da67adc zs_compact +EXPORT_SYMBOL_GPL vmlinux 0x5da6bfa7 pci_iov_get_pf_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x5db1efba usb_phy_set_charger_state +EXPORT_SYMBOL_GPL vmlinux 0x5db58514 icc_set_tag +EXPORT_SYMBOL_GPL vmlinux 0x5dc19747 phylink_mii_c22_pcs_encode_advertisement +EXPORT_SYMBOL_GPL vmlinux 0x5dc692f2 shmem_file_setup_with_mnt +EXPORT_SYMBOL_GPL vmlinux 0x5dccc751 blk_mq_unquiesce_queue +EXPORT_SYMBOL_GPL vmlinux 0x5de06d63 srcu_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x5de412cd k3_ringacc_ring_push +EXPORT_SYMBOL_GPL vmlinux 0x5df41260 device_remove_file_self +EXPORT_SYMBOL_GPL vmlinux 0x5df52424 blk_trace_remove +EXPORT_SYMBOL_GPL vmlinux 0x5e0e479c bpf_warn_invalid_xdp_action +EXPORT_SYMBOL_GPL vmlinux 0x5e13da8d regmap_irq_get_domain +EXPORT_SYMBOL_GPL vmlinux 0x5e173309 cpu_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0x5e361113 posix_acl_create +EXPORT_SYMBOL_GPL vmlinux 0x5e3df8f0 hvc_alloc +EXPORT_SYMBOL_GPL vmlinux 0x5e408c42 serial8250_do_set_divisor +EXPORT_SYMBOL_GPL vmlinux 0x5e49564f kiocb_modified +EXPORT_SYMBOL_GPL vmlinux 0x5e515be6 ktime_get_ts64 +EXPORT_SYMBOL_GPL vmlinux 0x5e560d3a dma_alloc_pages +EXPORT_SYMBOL_GPL vmlinux 0x5e6e9b28 tcp_plb_check_rehash +EXPORT_SYMBOL_GPL vmlinux 0x5e76bb57 k3_ringacc_ring_get_size +EXPORT_SYMBOL_GPL vmlinux 0x5e798ffb divider_get_val +EXPORT_SYMBOL_GPL vmlinux 0x5e7c9a7c dprc_set_obj_irq +EXPORT_SYMBOL_GPL vmlinux 0x5e85415b ring_buffer_consume +EXPORT_SYMBOL_GPL vmlinux 0x5ea82e9c dpcon_get_attributes +EXPORT_SYMBOL_GPL vmlinux 0x5eae5408 clk_is_enabled_when_prepared +EXPORT_SYMBOL_GPL vmlinux 0x5eaee18d dev_pm_opp_get_level +EXPORT_SYMBOL_GPL vmlinux 0x5eb417e0 __SCK__tp_func_neigh_timer_handler +EXPORT_SYMBOL_GPL vmlinux 0x5ec2319a mtk_mutex_unprepare +EXPORT_SYMBOL_GPL vmlinux 0x5ecaf56b ata_dev_next +EXPORT_SYMBOL_GPL vmlinux 0x5ecdcf90 ti_sci_get_free_resource +EXPORT_SYMBOL_GPL vmlinux 0x5ece2c90 of_dma_xlate_by_chan_id +EXPORT_SYMBOL_GPL vmlinux 0x5ee2aa12 list_lru_count_node +EXPORT_SYMBOL_GPL vmlinux 0x5eea4882 ata_cable_80wire +EXPORT_SYMBOL_GPL vmlinux 0x5ef6950e __fscrypt_encrypt_symlink +EXPORT_SYMBOL_GPL vmlinux 0x5ef75748 mmc_send_tuning +EXPORT_SYMBOL_GPL vmlinux 0x5efa7ea0 perf_event_period +EXPORT_SYMBOL_GPL vmlinux 0x5f00b23f io_uring_cmd_complete_in_task +EXPORT_SYMBOL_GPL vmlinux 0x5f094a8c pci_stop_and_remove_bus_device_locked +EXPORT_SYMBOL_GPL vmlinux 0x5f11fe29 ata_sff_freeze +EXPORT_SYMBOL_GPL vmlinux 0x5f162268 kvm_vcpu_yield_to +EXPORT_SYMBOL_GPL vmlinux 0x5f17a852 buffer_migrate_folio_norefs +EXPORT_SYMBOL_GPL vmlinux 0x5f23e3fa insert_resource +EXPORT_SYMBOL_GPL vmlinux 0x5f29c145 devlink_port_attrs_pci_pf_set +EXPORT_SYMBOL_GPL vmlinux 0x5f39b2a5 ipv6_opt_accepted +EXPORT_SYMBOL_GPL vmlinux 0x5f540e5a user_destroy +EXPORT_SYMBOL_GPL vmlinux 0x5f54538b tegra_xusb_padctl_legacy_probe +EXPORT_SYMBOL_GPL vmlinux 0x5f642157 rio_release_dma +EXPORT_SYMBOL_GPL vmlinux 0x5f6f1e9e dax_get_private +EXPORT_SYMBOL_GPL vmlinux 0x5f8d3f24 devlink_param_driverinit_value_set +EXPORT_SYMBOL_GPL vmlinux 0x5fa0f1f0 mpc8xxx_spi_tx_buf_u32 +EXPORT_SYMBOL_GPL vmlinux 0x5fa625ed mpi_ec_mul_point +EXPORT_SYMBOL_GPL vmlinux 0x5faab7f5 fsstack_copy_inode_size +EXPORT_SYMBOL_GPL vmlinux 0x5fab1613 of_pci_range_parser_one +EXPORT_SYMBOL_GPL vmlinux 0x5fb00387 dbs_update +EXPORT_SYMBOL_GPL vmlinux 0x5fb33b4e crypto_rng_reset +EXPORT_SYMBOL_GPL vmlinux 0x5fb8848b halt_poll_ns_grow_start +EXPORT_SYMBOL_GPL vmlinux 0x5fc74364 pm_runtime_suspended_time +EXPORT_SYMBOL_GPL vmlinux 0x5fd17441 i2c_dw_prepare_clk +EXPORT_SYMBOL_GPL vmlinux 0x5fd8527a strp_data_ready +EXPORT_SYMBOL_GPL vmlinux 0x5fdd3b61 device_property_read_string_array +EXPORT_SYMBOL_GPL vmlinux 0x5fdfcd57 __tracepoint_pelt_thermal_tp +EXPORT_SYMBOL_GPL vmlinux 0x60017f13 crypto_wait_for_test +EXPORT_SYMBOL_GPL vmlinux 0x60091316 clk_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0x6011c9fb crypto_ahash_setkey +EXPORT_SYMBOL_GPL vmlinux 0x6035b255 onboard_hub_create_pdevs +EXPORT_SYMBOL_GPL vmlinux 0x603d0d51 acpi_os_map_iomem +EXPORT_SYMBOL_GPL vmlinux 0x60442822 phys_to_mach +EXPORT_SYMBOL_GPL vmlinux 0x604722fd devices_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0x605d5bfa cache_line_size +EXPORT_SYMBOL_GPL vmlinux 0x606b4aba devlink_linecard_provision_set +EXPORT_SYMBOL_GPL vmlinux 0x6070d613 devres_release +EXPORT_SYMBOL_GPL vmlinux 0x607c4683 devlink_info_version_fixed_put +EXPORT_SYMBOL_GPL vmlinux 0x608d25d6 __xas_prev +EXPORT_SYMBOL_GPL vmlinux 0x6091797f synchronize_rcu +EXPORT_SYMBOL_GPL vmlinux 0x6097172b irq_remove_generic_chip +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 0x60afb2a8 gpiochip_unlock_as_irq +EXPORT_SYMBOL_GPL vmlinux 0x60aff6cc __irq_resolve_mapping +EXPORT_SYMBOL_GPL vmlinux 0x60ba7e15 phy_modify_mmd +EXPORT_SYMBOL_GPL vmlinux 0x60c6da79 bus_rescan_devices +EXPORT_SYMBOL_GPL vmlinux 0x60ca930e gpiod_get_optional +EXPORT_SYMBOL_GPL vmlinux 0x60d063e7 xenbus_setup_ring +EXPORT_SYMBOL_GPL vmlinux 0x60d3a09b lwtunnel_cmp_encap +EXPORT_SYMBOL_GPL vmlinux 0x60d9f10b device_get_phy_mode +EXPORT_SYMBOL_GPL vmlinux 0x60db9205 pm_clk_add_notifier +EXPORT_SYMBOL_GPL vmlinux 0x60dc56af gpiochip_line_is_open_source +EXPORT_SYMBOL_GPL vmlinux 0x60e7889d policy_has_boost_freq +EXPORT_SYMBOL_GPL vmlinux 0x60ebc96f ring_buffer_read_prepare +EXPORT_SYMBOL_GPL vmlinux 0x60f99e1b cppc_set_perf +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 0x612f84c8 crypto_register_instance +EXPORT_SYMBOL_GPL vmlinux 0x614adcb7 of_overlay_remove_all +EXPORT_SYMBOL_GPL vmlinux 0x614bab69 bsg_job_done +EXPORT_SYMBOL_GPL vmlinux 0x6159cecd ohci_hub_status_data +EXPORT_SYMBOL_GPL vmlinux 0x6165eafb clk_hw_set_parent +EXPORT_SYMBOL_GPL vmlinux 0x617a5651 ata_dev_set_feature +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 0x619d2eca acpi_gpio_get_irq_resource +EXPORT_SYMBOL_GPL vmlinux 0x61b2e713 pci_epc_get_msi +EXPORT_SYMBOL_GPL vmlinux 0x61bd0bd0 get_completed_synchronize_rcu_full +EXPORT_SYMBOL_GPL vmlinux 0x61c0e2c5 netdev_walk_all_upper_dev_rcu +EXPORT_SYMBOL_GPL vmlinux 0x61c1ca29 __SCK__tp_func_add_device_to_group +EXPORT_SYMBOL_GPL vmlinux 0x61c4f8ad rt_mutex_lock_killable +EXPORT_SYMBOL_GPL vmlinux 0x61c651a3 imx93_clk_composite_flags +EXPORT_SYMBOL_GPL vmlinux 0x61cf4ca2 ata_link_online +EXPORT_SYMBOL_GPL vmlinux 0x61e0feb0 __traceiter_pelt_thermal_tp +EXPORT_SYMBOL_GPL vmlinux 0x61e33e49 blk_rq_is_poll +EXPORT_SYMBOL_GPL vmlinux 0x61f56a7c usb_free_streams +EXPORT_SYMBOL_GPL vmlinux 0x61f67610 dm_path_uevent +EXPORT_SYMBOL_GPL vmlinux 0x61f67c92 phy_gbit_features_array +EXPORT_SYMBOL_GPL vmlinux 0x61f9c91c badblocks_store +EXPORT_SYMBOL_GPL vmlinux 0x6206c6df vcap_rule_add_key_u48 +EXPORT_SYMBOL_GPL vmlinux 0x62104126 phylink_ethtool_set_wol +EXPORT_SYMBOL_GPL vmlinux 0x621871b8 __kernel_write +EXPORT_SYMBOL_GPL vmlinux 0x6218ca04 fsl_mc_obj_open +EXPORT_SYMBOL_GPL vmlinux 0x62224a1e vp_modern_set_queue_size +EXPORT_SYMBOL_GPL vmlinux 0x622a39fd crypto_register_ahash +EXPORT_SYMBOL_GPL vmlinux 0x622ad233 pinctrl_lookup_state +EXPORT_SYMBOL_GPL vmlinux 0x622af78f divider_recalc_rate +EXPORT_SYMBOL_GPL vmlinux 0x622c7922 register_oom_notifier +EXPORT_SYMBOL_GPL vmlinux 0x622e3986 pci_epc_mem_exit +EXPORT_SYMBOL_GPL vmlinux 0x62313a83 iommu_device_register +EXPORT_SYMBOL_GPL vmlinux 0x6233539d extcon_unregister_notifier_all +EXPORT_SYMBOL_GPL vmlinux 0x62340263 sata_async_notification +EXPORT_SYMBOL_GPL vmlinux 0x62377a7b blk_io_schedule +EXPORT_SYMBOL_GPL vmlinux 0x6246a629 synchronize_rcu_tasks_trace +EXPORT_SYMBOL_GPL vmlinux 0x62497a35 devl_dpipe_headers_register +EXPORT_SYMBOL_GPL vmlinux 0x624bba07 alloc_dax +EXPORT_SYMBOL_GPL vmlinux 0x6255209d dev_pm_genpd_remove_notifier +EXPORT_SYMBOL_GPL vmlinux 0x6257dda7 clk_rate_exclusive_get +EXPORT_SYMBOL_GPL vmlinux 0x6259d291 clk_restore_context +EXPORT_SYMBOL_GPL vmlinux 0x626791c2 perf_aux_output_end +EXPORT_SYMBOL_GPL vmlinux 0x626c918d tegra_bpmp_transfer_atomic +EXPORT_SYMBOL_GPL vmlinux 0x6270b793 dpbp_disable +EXPORT_SYMBOL_GPL vmlinux 0x627244d1 put_pid +EXPORT_SYMBOL_GPL vmlinux 0x62886c5e xhci_find_slot_id_by_port +EXPORT_SYMBOL_GPL vmlinux 0x62aa8111 ata_scsi_change_queue_depth +EXPORT_SYMBOL_GPL vmlinux 0x62b80d89 pm_clk_remove_clk +EXPORT_SYMBOL_GPL vmlinux 0x62bb09bf clocks_calc_mult_shift +EXPORT_SYMBOL_GPL vmlinux 0x62c52b2f balloon_page_dequeue +EXPORT_SYMBOL_GPL vmlinux 0x62c69851 transport_class_register +EXPORT_SYMBOL_GPL vmlinux 0x62cc284a access_process_vm +EXPORT_SYMBOL_GPL vmlinux 0x62ce2697 pci_p2pdma_enable_show +EXPORT_SYMBOL_GPL vmlinux 0x62d4e2da vfs_setlease +EXPORT_SYMBOL_GPL vmlinux 0x62d54ecf device_add_groups +EXPORT_SYMBOL_GPL vmlinux 0x630a859a mbox_chan_txdone +EXPORT_SYMBOL_GPL vmlinux 0x631475e9 thermal_zone_device_disable +EXPORT_SYMBOL_GPL vmlinux 0x63150e06 clk_get_parent +EXPORT_SYMBOL_GPL vmlinux 0x63197685 s2idle_wake +EXPORT_SYMBOL_GPL vmlinux 0x631ec1be __irq_domain_add +EXPORT_SYMBOL_GPL vmlinux 0x63470306 dax_finish_sync_fault +EXPORT_SYMBOL_GPL vmlinux 0x634b9d42 __SCK__tp_func_block_unplug +EXPORT_SYMBOL_GPL vmlinux 0x634dc8e6 wm831x_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x6358c015 fib6_get_table +EXPORT_SYMBOL_GPL vmlinux 0x636a20ef pci_pri_supported +EXPORT_SYMBOL_GPL vmlinux 0x6375c75e gpiod_set_config +EXPORT_SYMBOL_GPL vmlinux 0x637601a0 dev_attr_unload_heads +EXPORT_SYMBOL_GPL vmlinux 0x63766fcc md_run +EXPORT_SYMBOL_GPL vmlinux 0x63866089 pm_stay_awake +EXPORT_SYMBOL_GPL vmlinux 0x638aff11 proc_douintvec_minmax +EXPORT_SYMBOL_GPL vmlinux 0x638b2e5c pci_generic_config_write +EXPORT_SYMBOL_GPL vmlinux 0x63929b2c virtqueue_enable_cb +EXPORT_SYMBOL_GPL vmlinux 0x63965dfc devm_fwnode_gpiod_get_index +EXPORT_SYMBOL_GPL vmlinux 0x63a3fbaf nexthop_find_by_id +EXPORT_SYMBOL_GPL vmlinux 0x63b0d222 ata_pci_sff_activate_host +EXPORT_SYMBOL_GPL vmlinux 0x63bead45 __traceiter_neigh_timer_handler +EXPORT_SYMBOL_GPL vmlinux 0x63c08029 clk_bulk_unprepare +EXPORT_SYMBOL_GPL vmlinux 0x63d89d4d kthread_park +EXPORT_SYMBOL_GPL vmlinux 0x63e5661f crypto_stats_init +EXPORT_SYMBOL_GPL vmlinux 0x63e7f616 iommu_dev_disable_feature +EXPORT_SYMBOL_GPL vmlinux 0x63ea80b3 cper_mem_err_type_str +EXPORT_SYMBOL_GPL vmlinux 0x63fddaba debugfs_read_file_bool +EXPORT_SYMBOL_GPL vmlinux 0x6413569d pwm_get_chip_data +EXPORT_SYMBOL_GPL vmlinux 0x641d424e bpf_trace_run3 +EXPORT_SYMBOL_GPL vmlinux 0x6424be57 netdev_rx_handler_register +EXPORT_SYMBOL_GPL vmlinux 0x6426f9a1 devm_platform_ioremap_resource +EXPORT_SYMBOL_GPL vmlinux 0x6427572b tegra210_clk_emc_dll_enable +EXPORT_SYMBOL_GPL vmlinux 0x642f95e2 __traceiter_rpm_resume +EXPORT_SYMBOL_GPL vmlinux 0x6436e81c clk_mux_determine_rate_flags +EXPORT_SYMBOL_GPL vmlinux 0x643b06b0 zynqmp_pm_clock_setrate +EXPORT_SYMBOL_GPL vmlinux 0x643cfb80 rio_pw_enable +EXPORT_SYMBOL_GPL vmlinux 0x643e5ca2 mtk_pinconf_bias_set +EXPORT_SYMBOL_GPL vmlinux 0x6441edfa strp_stop +EXPORT_SYMBOL_GPL vmlinux 0x64593493 __traceiter_tcp_send_reset +EXPORT_SYMBOL_GPL vmlinux 0x645e6856 ahci_platform_disable_phys +EXPORT_SYMBOL_GPL vmlinux 0x64609d25 __tracepoint_devlink_trap_report +EXPORT_SYMBOL_GPL vmlinux 0x6471a600 devm_clk_bulk_get_optional +EXPORT_SYMBOL_GPL vmlinux 0x64742489 input_ff_flush +EXPORT_SYMBOL_GPL vmlinux 0x647537f3 pl320_ipc_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x6485cd35 trace_print_bitmask_seq +EXPORT_SYMBOL_GPL vmlinux 0x648de206 inet_twsk_put +EXPORT_SYMBOL_GPL vmlinux 0x648dfc82 list_lru_add +EXPORT_SYMBOL_GPL vmlinux 0x648f59a9 sfp_module_insert +EXPORT_SYMBOL_GPL vmlinux 0x64988962 serial8250_do_set_mctrl +EXPORT_SYMBOL_GPL vmlinux 0x649a5ddf blkg_conf_finish +EXPORT_SYMBOL_GPL vmlinux 0x64a1a5ce phylink_decode_usxgmii_word +EXPORT_SYMBOL_GPL vmlinux 0x64a31445 mutex_lock_io +EXPORT_SYMBOL_GPL vmlinux 0x64a90fd3 devm_hwmon_device_register_with_info +EXPORT_SYMBOL_GPL vmlinux 0x64aa68b7 usb_autopm_put_interface_no_suspend +EXPORT_SYMBOL_GPL vmlinux 0x64bedd62 __ata_ehi_push_desc +EXPORT_SYMBOL_GPL vmlinux 0x64c5b11b clk_hw_get_parent_index +EXPORT_SYMBOL_GPL vmlinux 0x64cef81d fat_getattr +EXPORT_SYMBOL_GPL vmlinux 0x64e27c4f synth_event_delete +EXPORT_SYMBOL_GPL vmlinux 0x64e54b9e fsverity_prepare_setattr +EXPORT_SYMBOL_GPL vmlinux 0x64f36620 dax_flush +EXPORT_SYMBOL_GPL vmlinux 0x64f74abf __tracepoint_pelt_cfs_tp +EXPORT_SYMBOL_GPL vmlinux 0x6502d9c2 xenbus_scanf +EXPORT_SYMBOL_GPL vmlinux 0x650a03ff devm_nvmem_register +EXPORT_SYMBOL_GPL vmlinux 0x651d10e5 ktime_get_tai_fast_ns +EXPORT_SYMBOL_GPL vmlinux 0x6531a37f mpi_add +EXPORT_SYMBOL_GPL vmlinux 0x6545268e __tracepoint_neigh_cleanup_and_release +EXPORT_SYMBOL_GPL vmlinux 0x654b990f bdev_disk_changed +EXPORT_SYMBOL_GPL vmlinux 0x65525c38 ghes_register_report_chain +EXPORT_SYMBOL_GPL vmlinux 0x65563bec mtk_eint_do_resume +EXPORT_SYMBOL_GPL vmlinux 0x6564b671 generic_fh_to_dentry +EXPORT_SYMBOL_GPL vmlinux 0x65907c99 of_platform_default_populate +EXPORT_SYMBOL_GPL vmlinux 0x65908399 acpi_fetch_acpi_dev +EXPORT_SYMBOL_GPL vmlinux 0x659558c8 devm_irq_setup_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0x65acf90c sbitmap_weight +EXPORT_SYMBOL_GPL vmlinux 0x65ae015d dev_coredumpv +EXPORT_SYMBOL_GPL vmlinux 0x65b4506c pci_user_write_config_byte +EXPORT_SYMBOL_GPL vmlinux 0x65c66b8f unregister_ftrace_function +EXPORT_SYMBOL_GPL vmlinux 0x65ccb6f0 call_netevent_notifiers +EXPORT_SYMBOL_GPL vmlinux 0x65ce5227 usb_hcd_link_urb_to_ep +EXPORT_SYMBOL_GPL vmlinux 0x65dae948 __traceiter_fib6_table_lookup +EXPORT_SYMBOL_GPL vmlinux 0x65e01af9 __sync_icache_dcache +EXPORT_SYMBOL_GPL vmlinux 0x65e333b7 fwnode_handle_put +EXPORT_SYMBOL_GPL vmlinux 0x660557e3 pci_reset_bus +EXPORT_SYMBOL_GPL vmlinux 0x66056ba4 icc_provider_register +EXPORT_SYMBOL_GPL vmlinux 0x66064523 usb_driver_release_interface +EXPORT_SYMBOL_GPL vmlinux 0x660e7fbf dev_pm_opp_of_register_em +EXPORT_SYMBOL_GPL vmlinux 0x660e94a4 tracing_snapshot_cond +EXPORT_SYMBOL_GPL vmlinux 0x660eb6bd devlink_free +EXPORT_SYMBOL_GPL vmlinux 0x661601de sprint_symbol +EXPORT_SYMBOL_GPL vmlinux 0x661770bf dev_forward_skb +EXPORT_SYMBOL_GPL vmlinux 0x662056bb pl08x_filter_id +EXPORT_SYMBOL_GPL vmlinux 0x662a70c3 iommu_register_device_fault_handler +EXPORT_SYMBOL_GPL vmlinux 0x6636c3c9 irq_set_vcpu_affinity +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 0x664b8149 tegra_bpmp_mrq_is_supported +EXPORT_SYMBOL_GPL vmlinux 0x664d267c kvm_clear_guest +EXPORT_SYMBOL_GPL vmlinux 0x664eb54a k3_ringacc_ring_reset_dma +EXPORT_SYMBOL_GPL vmlinux 0x665addd5 securityfs_remove +EXPORT_SYMBOL_GPL vmlinux 0x665e92a0 clk_set_duty_cycle +EXPORT_SYMBOL_GPL vmlinux 0x667cbfc4 mpc8xxx_spi_rx_buf_u8 +EXPORT_SYMBOL_GPL vmlinux 0x668402aa crypto_put_default_rng +EXPORT_SYMBOL_GPL vmlinux 0x66b97421 sfp_link_up +EXPORT_SYMBOL_GPL vmlinux 0x66c2bc0b vcap_rule_get_key_u32 +EXPORT_SYMBOL_GPL vmlinux 0x66c2fe91 folio_wait_writeback +EXPORT_SYMBOL_GPL vmlinux 0x66cf3200 fwnode_graph_get_endpoint_by_id +EXPORT_SYMBOL_GPL vmlinux 0x66d87d38 symbol_put_addr +EXPORT_SYMBOL_GPL vmlinux 0x66e4d56d pci_try_reset_function +EXPORT_SYMBOL_GPL vmlinux 0x66e8b5b0 phylink_caps_to_linkmodes +EXPORT_SYMBOL_GPL vmlinux 0x66f84ecc crypto_register_rngs +EXPORT_SYMBOL_GPL vmlinux 0x66fc6682 vp_legacy_set_queue_address +EXPORT_SYMBOL_GPL vmlinux 0x6706bcb4 pci_msix_can_alloc_dyn +EXPORT_SYMBOL_GPL vmlinux 0x670b339c ghes_get_devices +EXPORT_SYMBOL_GPL vmlinux 0x670bdc08 pci_generic_config_read32 +EXPORT_SYMBOL_GPL vmlinux 0x673307c2 rio_release_outb_mbox +EXPORT_SYMBOL_GPL vmlinux 0x6739a503 balloon_set_new_target +EXPORT_SYMBOL_GPL vmlinux 0x67429c91 __SCK__tp_func_block_bio_remap +EXPORT_SYMBOL_GPL vmlinux 0x67575435 gpiochip_line_is_open_drain +EXPORT_SYMBOL_GPL vmlinux 0x676c688f k3_ringacc_ring_free +EXPORT_SYMBOL_GPL vmlinux 0x677ff88c xas_store +EXPORT_SYMBOL_GPL vmlinux 0x6780c340 vcap_keyset_list_add +EXPORT_SYMBOL_GPL vmlinux 0x6781d631 wm831x_device_shutdown +EXPORT_SYMBOL_GPL vmlinux 0x6789c06f pinconf_generic_dt_free_map +EXPORT_SYMBOL_GPL vmlinux 0x678a3142 fat_dir_empty +EXPORT_SYMBOL_GPL vmlinux 0x67955ce6 profile_hits +EXPORT_SYMBOL_GPL vmlinux 0x67aa4273 spi_mem_dirmap_read +EXPORT_SYMBOL_GPL vmlinux 0x67c3c795 get_state_synchronize_rcu_full +EXPORT_SYMBOL_GPL vmlinux 0x67c552cc bpf_map_inc_with_uref +EXPORT_SYMBOL_GPL vmlinux 0x67cbbf12 icc_node_create +EXPORT_SYMBOL_GPL vmlinux 0x67da46c9 memremap_pages +EXPORT_SYMBOL_GPL vmlinux 0x67da9f7c sha512_zero_message_hash +EXPORT_SYMBOL_GPL vmlinux 0x67dd5a41 dpcon_enable +EXPORT_SYMBOL_GPL vmlinux 0x67e2a222 gpiochip_generic_config +EXPORT_SYMBOL_GPL vmlinux 0x67e3b3c4 usb_get_maximum_ssp_rate +EXPORT_SYMBOL_GPL vmlinux 0x68095dae genphy_c45_an_disable_aneg +EXPORT_SYMBOL_GPL vmlinux 0x681331b3 sata_scr_write_flush +EXPORT_SYMBOL_GPL vmlinux 0x68156175 devm_phy_put +EXPORT_SYMBOL_GPL vmlinux 0x6817a3f4 fscrypt_set_bio_crypt_ctx +EXPORT_SYMBOL_GPL vmlinux 0x681a7a5a crypto_stats_compress +EXPORT_SYMBOL_GPL vmlinux 0x6824c09d blk_mq_wait_quiesce_done +EXPORT_SYMBOL_GPL vmlinux 0x682ff057 ring_buffer_commit_overrun_cpu +EXPORT_SYMBOL_GPL vmlinux 0x68460527 blkcg_set_fc_appid +EXPORT_SYMBOL_GPL vmlinux 0x684812de sbitmap_queue_show +EXPORT_SYMBOL_GPL vmlinux 0x684ca117 zynqmp_pm_get_pll_frac_mode +EXPORT_SYMBOL_GPL vmlinux 0x685492fd page_cache_async_ra +EXPORT_SYMBOL_GPL vmlinux 0x68581ab1 synth_event_trace_array +EXPORT_SYMBOL_GPL vmlinux 0x68582e69 nf_checksum_partial +EXPORT_SYMBOL_GPL vmlinux 0x6859ec43 trace_event_raw_init +EXPORT_SYMBOL_GPL vmlinux 0x6890f014 __xenbus_register_frontend +EXPORT_SYMBOL_GPL vmlinux 0x6892e3c3 kvm_set_pfn_accessed +EXPORT_SYMBOL_GPL vmlinux 0x68952493 rcu_note_context_switch +EXPORT_SYMBOL_GPL vmlinux 0x68a039d5 blk_crypto_profile_destroy +EXPORT_SYMBOL_GPL vmlinux 0x68a86548 fscrypt_ioctl_remove_key +EXPORT_SYMBOL_GPL vmlinux 0x68b27413 adp5520_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x68c3e02c fuse_dev_alloc_install +EXPORT_SYMBOL_GPL vmlinux 0x68dbf147 __traceiter_sched_cpu_capacity_tp +EXPORT_SYMBOL_GPL vmlinux 0x68ee9fe3 tpm_put_ops +EXPORT_SYMBOL_GPL vmlinux 0x68fe37ac pinctrl_select_state +EXPORT_SYMBOL_GPL vmlinux 0x690f585e phy_basic_ports_array +EXPORT_SYMBOL_GPL vmlinux 0x6917c51a nfnl_ct_hook +EXPORT_SYMBOL_GPL vmlinux 0x6919a9dd usb_hcd_start_port_resume +EXPORT_SYMBOL_GPL vmlinux 0x691afdc7 pci_vpd_alloc +EXPORT_SYMBOL_GPL vmlinux 0x691b4030 acpi_pm_set_device_wakeup +EXPORT_SYMBOL_GPL vmlinux 0x69396cc1 usb_autopm_get_interface_no_resume +EXPORT_SYMBOL_GPL vmlinux 0x6941efcf bpf_prog_inc +EXPORT_SYMBOL_GPL vmlinux 0x6948d0eb mtk_clk_register_gates_with_dev +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 0x69a23849 usb_driver_claim_interface +EXPORT_SYMBOL_GPL vmlinux 0x69a5b6ae to_nd_region +EXPORT_SYMBOL_GPL vmlinux 0x69a6edd6 ata_dummy_port_ops +EXPORT_SYMBOL_GPL vmlinux 0x69ae87ab split_page +EXPORT_SYMBOL_GPL vmlinux 0x69cca113 tcpv6_prot +EXPORT_SYMBOL_GPL vmlinux 0x69cf0632 mpi_fromstr +EXPORT_SYMBOL_GPL vmlinux 0x69d4dc24 acpi_processor_get_performance_info +EXPORT_SYMBOL_GPL vmlinux 0x69e683de uuid_gen +EXPORT_SYMBOL_GPL vmlinux 0x69edf15b rdev_clear_badblocks +EXPORT_SYMBOL_GPL vmlinux 0x69ee2220 linear_range_get_selector_high +EXPORT_SYMBOL_GPL vmlinux 0x69facde5 __dev_forward_skb +EXPORT_SYMBOL_GPL vmlinux 0x6a05b65b fb_videomode_from_videomode +EXPORT_SYMBOL_GPL vmlinux 0x6a14d3af unregister_random_vmfork_notifier +EXPORT_SYMBOL_GPL vmlinux 0x6a1f7f79 metadata_dst_free +EXPORT_SYMBOL_GPL vmlinux 0x6a25af87 phy_remove_lookup +EXPORT_SYMBOL_GPL vmlinux 0x6a27b0fc vp_modern_get_driver_features +EXPORT_SYMBOL_GPL vmlinux 0x6a287d12 xfrm_audit_state_delete +EXPORT_SYMBOL_GPL vmlinux 0x6a36ff74 __traceiter_devlink_hwmsg +EXPORT_SYMBOL_GPL vmlinux 0x6a421062 memory_failure_queue +EXPORT_SYMBOL_GPL vmlinux 0x6a43f148 clk_hw_get_parent +EXPORT_SYMBOL_GPL vmlinux 0x6a460dc5 schedule_hrtimeout +EXPORT_SYMBOL_GPL vmlinux 0x6a4804a0 irq_domain_simple_ops +EXPORT_SYMBOL_GPL vmlinux 0x6a4f623b mmu_notifier_synchronize +EXPORT_SYMBOL_GPL vmlinux 0x6a612bfa __rtnl_link_register +EXPORT_SYMBOL_GPL vmlinux 0x6a68a8fa pm_runtime_get_if_active +EXPORT_SYMBOL_GPL vmlinux 0x6a69d832 acpi_dma_request_slave_chan_by_index +EXPORT_SYMBOL_GPL vmlinux 0x6a6c3d87 ima_file_check +EXPORT_SYMBOL_GPL vmlinux 0x6a8441be cpci_hp_start +EXPORT_SYMBOL_GPL vmlinux 0x6a8e4d30 irq_domain_xlate_onecell +EXPORT_SYMBOL_GPL vmlinux 0x6a8ef2d2 ip6_datagram_connect_v6_only +EXPORT_SYMBOL_GPL vmlinux 0x6a919d87 devm_pinctrl_put +EXPORT_SYMBOL_GPL vmlinux 0x6a93c9b2 zynqmp_pm_pinctrl_get_function +EXPORT_SYMBOL_GPL vmlinux 0x6a95da86 spi_bus_lock +EXPORT_SYMBOL_GPL vmlinux 0x6a95e039 blk_crypto_update_capabilities +EXPORT_SYMBOL_GPL vmlinux 0x6a9e90af ata_mode_string +EXPORT_SYMBOL_GPL vmlinux 0x6aa1bf01 cpuidle_unregister +EXPORT_SYMBOL_GPL vmlinux 0x6aa2a877 xenbus_printf +EXPORT_SYMBOL_GPL vmlinux 0x6aad9152 xen_set_callback_via +EXPORT_SYMBOL_GPL vmlinux 0x6aba7d5b driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0x6abbba05 usb_get_status +EXPORT_SYMBOL_GPL vmlinux 0x6ad5b1fe __devm_rtc_register_device +EXPORT_SYMBOL_GPL vmlinux 0x6ad86d18 vfs_getxattr +EXPORT_SYMBOL_GPL vmlinux 0x6ad8d543 pci_cfg_access_lock +EXPORT_SYMBOL_GPL vmlinux 0x6adf9508 clk_fixed_factor_ops +EXPORT_SYMBOL_GPL vmlinux 0x6ae3c905 bpf_prog_sub +EXPORT_SYMBOL_GPL vmlinux 0x6ae65ebe regcache_drop_region +EXPORT_SYMBOL_GPL vmlinux 0x6af7b5fe __synth_event_gen_cmd_start +EXPORT_SYMBOL_GPL vmlinux 0x6b01763d fib_nl_newrule +EXPORT_SYMBOL_GPL vmlinux 0x6b0dc565 xen_set_irq_priority +EXPORT_SYMBOL_GPL vmlinux 0x6b0f789d rio_unlock_device +EXPORT_SYMBOL_GPL vmlinux 0x6b20792b dev_pm_opp_set_opp +EXPORT_SYMBOL_GPL vmlinux 0x6b261527 __traceiter_block_rq_remap +EXPORT_SYMBOL_GPL vmlinux 0x6b2b69f7 static_key_enable +EXPORT_SYMBOL_GPL vmlinux 0x6b35f6b7 sk_msg_free +EXPORT_SYMBOL_GPL vmlinux 0x6b36e07d devlink_linecard_destroy +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 0x6b41b918 irq_domain_disconnect_hierarchy +EXPORT_SYMBOL_GPL vmlinux 0x6b4733a2 pci_intx +EXPORT_SYMBOL_GPL vmlinux 0x6b47f8a4 hisi_clk_register_mux +EXPORT_SYMBOL_GPL vmlinux 0x6b532e23 of_clk_hw_register +EXPORT_SYMBOL_GPL vmlinux 0x6b5d2f8e vp_legacy_get_status +EXPORT_SYMBOL_GPL vmlinux 0x6b6bd304 divider_determine_rate +EXPORT_SYMBOL_GPL vmlinux 0x6b6ed9fb fat_add_entries +EXPORT_SYMBOL_GPL vmlinux 0x6b722180 log_read_mmio +EXPORT_SYMBOL_GPL vmlinux 0x6b7a4335 hyperv_cleanup +EXPORT_SYMBOL_GPL vmlinux 0x6b81c38b power_supply_unreg_notifier +EXPORT_SYMBOL_GPL vmlinux 0x6b834121 bman_portals_probed +EXPORT_SYMBOL_GPL vmlinux 0x6ba36c6a hwpoison_filter_flags_value +EXPORT_SYMBOL_GPL vmlinux 0x6bae1734 shmem_file_setup +EXPORT_SYMBOL_GPL vmlinux 0x6bbd8324 perf_unregister_guest_info_callbacks +EXPORT_SYMBOL_GPL vmlinux 0x6bc3cf1f fib_info_nh_uses_dev +EXPORT_SYMBOL_GPL vmlinux 0x6bcdedc0 mpi_point_init +EXPORT_SYMBOL_GPL vmlinux 0x6bd1aa56 stack_trace_save +EXPORT_SYMBOL_GPL vmlinux 0x6bd1facf bus_find_device +EXPORT_SYMBOL_GPL vmlinux 0x6bde975f tpm1_do_selftest +EXPORT_SYMBOL_GPL vmlinux 0x6bdef35c acpi_ec_mark_gpe_for_wake +EXPORT_SYMBOL_GPL vmlinux 0x6be3a96b hv_remove_vmbus_handler +EXPORT_SYMBOL_GPL vmlinux 0x6beabab5 sysfs_file_change_owner +EXPORT_SYMBOL_GPL vmlinux 0x6c0a363c ehci_reset +EXPORT_SYMBOL_GPL vmlinux 0x6c1207d1 max8997_update_reg +EXPORT_SYMBOL_GPL vmlinux 0x6c205008 mpi_print +EXPORT_SYMBOL_GPL vmlinux 0x6c212909 regulator_bulk_enable +EXPORT_SYMBOL_GPL vmlinux 0x6c2474b1 devfreq_event_get_event +EXPORT_SYMBOL_GPL vmlinux 0x6c313e26 genphy_c45_pma_read_abilities +EXPORT_SYMBOL_GPL vmlinux 0x6c3586ae preempt_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0x6c385486 __fsnotify_inode_delete +EXPORT_SYMBOL_GPL vmlinux 0x6c389761 acpi_bus_get_private_data +EXPORT_SYMBOL_GPL vmlinux 0x6c3f70e0 guid_gen +EXPORT_SYMBOL_GPL vmlinux 0x6c4b6684 reset_control_assert +EXPORT_SYMBOL_GPL vmlinux 0x6c5ad0cd kmsg_dump_register +EXPORT_SYMBOL_GPL vmlinux 0x6c5ffe78 gpiod_set_raw_array_value +EXPORT_SYMBOL_GPL vmlinux 0x6c655913 register_acpi_hed_notifier +EXPORT_SYMBOL_GPL vmlinux 0x6c69f6d7 usb_get_from_anchor +EXPORT_SYMBOL_GPL vmlinux 0x6c6b7d84 device_store_ulong +EXPORT_SYMBOL_GPL vmlinux 0x6c8555a3 sysfs_add_link_to_group +EXPORT_SYMBOL_GPL vmlinux 0x6c91159e devres_get +EXPORT_SYMBOL_GPL vmlinux 0x6c956075 __SCK__tp_func_devlink_hwerr +EXPORT_SYMBOL_GPL vmlinux 0x6ca4554c regulator_list_hardware_vsel +EXPORT_SYMBOL_GPL vmlinux 0x6ca4bf88 async_synchronize_full_domain +EXPORT_SYMBOL_GPL vmlinux 0x6cad5cb0 gnttab_unmap_refs +EXPORT_SYMBOL_GPL vmlinux 0x6cb0ce87 irq_get_percpu_devid_partition +EXPORT_SYMBOL_GPL vmlinux 0x6cb161e4 _proc_mkdir +EXPORT_SYMBOL_GPL vmlinux 0x6cb476d3 blk_crypto_register +EXPORT_SYMBOL_GPL vmlinux 0x6cb74cc7 perf_event_enable +EXPORT_SYMBOL_GPL vmlinux 0x6cbbbf10 unregister_asymmetric_key_parser +EXPORT_SYMBOL_GPL vmlinux 0x6cbd4bb1 devm_hwspin_lock_register +EXPORT_SYMBOL_GPL vmlinux 0x6cbe3662 param_ops_bool_enable_only +EXPORT_SYMBOL_GPL vmlinux 0x6cbfa1f4 __traceiter_attach_device_to_domain +EXPORT_SYMBOL_GPL vmlinux 0x6cdb3dfe edac_pci_release_generic_ctl +EXPORT_SYMBOL_GPL vmlinux 0x6ce10eb0 trace_clock_jiffies +EXPORT_SYMBOL_GPL vmlinux 0x6ceaf206 pinconf_generic_parse_dt_config +EXPORT_SYMBOL_GPL vmlinux 0x6cef21d5 sdio_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x6cfb2eb0 i2c_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0x6cfb4022 crypto_alloc_rng +EXPORT_SYMBOL_GPL vmlinux 0x6cfc5216 do_tcp_sendpages +EXPORT_SYMBOL_GPL vmlinux 0x6cff4b51 spi_finalize_current_transfer +EXPORT_SYMBOL_GPL vmlinux 0x6d03c52a fwnode_property_read_u16_array +EXPORT_SYMBOL_GPL vmlinux 0x6d04891d inet_getpeer +EXPORT_SYMBOL_GPL vmlinux 0x6d051ad4 restore_online_page_callback +EXPORT_SYMBOL_GPL vmlinux 0x6d09843f copy_bpf_fprog_from_user +EXPORT_SYMBOL_GPL vmlinux 0x6d0ae550 pinctrl_gpio_request +EXPORT_SYMBOL_GPL vmlinux 0x6d164ac0 imx_check_clk_hws +EXPORT_SYMBOL_GPL vmlinux 0x6d16b87a hisi_clk_register_phase +EXPORT_SYMBOL_GPL vmlinux 0x6d2fc5a6 net_namespace_list +EXPORT_SYMBOL_GPL vmlinux 0x6d426048 mtk_clk_gate_ops_no_setclr +EXPORT_SYMBOL_GPL vmlinux 0x6d44201a usb_ep0_reinit +EXPORT_SYMBOL_GPL vmlinux 0x6d467b08 arm_smccc_1_1_get_conduit +EXPORT_SYMBOL_GPL vmlinux 0x6d518efa devl_traps_register +EXPORT_SYMBOL_GPL vmlinux 0x6d5b7b5d __blkg_prfill_rwstat +EXPORT_SYMBOL_GPL vmlinux 0x6d6b1cac usb_autopm_get_interface +EXPORT_SYMBOL_GPL vmlinux 0x6d6d74f2 public_key_signature_free +EXPORT_SYMBOL_GPL vmlinux 0x6d6fec1f ktime_mono_to_any +EXPORT_SYMBOL_GPL vmlinux 0x6d72b467 nvmem_cell_read_u16 +EXPORT_SYMBOL_GPL vmlinux 0x6d7e951e rcu_exp_batches_completed +EXPORT_SYMBOL_GPL vmlinux 0x6d871ecf powercap_unregister_control_type +EXPORT_SYMBOL_GPL vmlinux 0x6d8a2116 iomap_seek_hole +EXPORT_SYMBOL_GPL vmlinux 0x6d8b8873 devm_hwrng_register +EXPORT_SYMBOL_GPL vmlinux 0x6d9dcadc crypto_alloc_shash +EXPORT_SYMBOL_GPL vmlinux 0x6daac967 irq_of_parse_and_map +EXPORT_SYMBOL_GPL vmlinux 0x6db5db39 pm_wakeup_dev_event +EXPORT_SYMBOL_GPL vmlinux 0x6dbaafd3 put_old_timespec32 +EXPORT_SYMBOL_GPL vmlinux 0x6dc4cb95 gpiod_set_value +EXPORT_SYMBOL_GPL vmlinux 0x6dc969af usb_hcd_map_urb_for_dma +EXPORT_SYMBOL_GPL vmlinux 0x6dca225b meson_pinctrl_probe +EXPORT_SYMBOL_GPL vmlinux 0x6dd5680d sprint_symbol_build_id +EXPORT_SYMBOL_GPL vmlinux 0x6de43d31 thermal_remove_hwmon_sysfs +EXPORT_SYMBOL_GPL vmlinux 0x6de55f91 hwmon_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x6dec988e battery_hook_unregister +EXPORT_SYMBOL_GPL vmlinux 0x6df77784 input_ff_event +EXPORT_SYMBOL_GPL vmlinux 0x6e09d93d __SCK__tp_func_map +EXPORT_SYMBOL_GPL vmlinux 0x6e107fb5 of_icc_get_from_provider +EXPORT_SYMBOL_GPL vmlinux 0x6e187ead crypto_aead_decrypt +EXPORT_SYMBOL_GPL vmlinux 0x6e1aeb89 fb_deferred_io_init +EXPORT_SYMBOL_GPL vmlinux 0x6e237322 amba_device_put +EXPORT_SYMBOL_GPL vmlinux 0x6e2b34d6 sock_diag_unregister +EXPORT_SYMBOL_GPL vmlinux 0x6e3018a0 usb_hcd_pci_probe +EXPORT_SYMBOL_GPL vmlinux 0x6e3347ec devlink_priv +EXPORT_SYMBOL_GPL vmlinux 0x6e353c26 mpi_rshift +EXPORT_SYMBOL_GPL vmlinux 0x6e36b5c0 extcon_set_property +EXPORT_SYMBOL_GPL vmlinux 0x6e3d2fd3 dev_attr_ncq_prio_enable +EXPORT_SYMBOL_GPL vmlinux 0x6e3ff83a edac_device_alloc_index +EXPORT_SYMBOL_GPL vmlinux 0x6e4aa78d k3_udma_glue_rx_flow_enable +EXPORT_SYMBOL_GPL vmlinux 0x6e51b6ba dpcon_close +EXPORT_SYMBOL_GPL vmlinux 0x6e570a72 regulator_desc_list_voltage_linear +EXPORT_SYMBOL_GPL vmlinux 0x6e59f821 __tracepoint_wbc_writepage +EXPORT_SYMBOL_GPL vmlinux 0x6e5c56ff bd_unlink_disk_holder +EXPORT_SYMBOL_GPL vmlinux 0x6e5f9c29 fsl_mc_bus_dprc_type +EXPORT_SYMBOL_GPL vmlinux 0x6e5fb2fd usb_set_device_state +EXPORT_SYMBOL_GPL vmlinux 0x6e70fa67 put_device +EXPORT_SYMBOL_GPL vmlinux 0x6e78fffa acpi_driver_match_device +EXPORT_SYMBOL_GPL vmlinux 0x6e7920a0 fwnode_property_get_reference_args +EXPORT_SYMBOL_GPL vmlinux 0x6e7943ec iommu_group_id +EXPORT_SYMBOL_GPL vmlinux 0x6e7ab6ea of_pm_clk_add_clks +EXPORT_SYMBOL_GPL vmlinux 0x6e89a560 regmap_irq_chip_get_base +EXPORT_SYMBOL_GPL vmlinux 0x6e914514 acpi_dev_irq_flags +EXPORT_SYMBOL_GPL vmlinux 0x6eaa0206 devlink_port_attrs_pci_sf_set +EXPORT_SYMBOL_GPL vmlinux 0x6eb04f46 register_random_vmfork_notifier +EXPORT_SYMBOL_GPL vmlinux 0x6ebe366f ktime_get_mono_fast_ns +EXPORT_SYMBOL_GPL vmlinux 0x6ecfd8a0 is_dock_device +EXPORT_SYMBOL_GPL vmlinux 0x6ed354fe kvm_write_guest +EXPORT_SYMBOL_GPL vmlinux 0x6ed67f47 crypto_aead_setauthsize +EXPORT_SYMBOL_GPL vmlinux 0x6eddc716 extcon_dev_free +EXPORT_SYMBOL_GPL vmlinux 0x6ef4ecd4 xen_xenbus_fops +EXPORT_SYMBOL_GPL vmlinux 0x6ef6b54f ktime_get_boot_fast_ns +EXPORT_SYMBOL_GPL vmlinux 0x6efd259d ping_rcv +EXPORT_SYMBOL_GPL vmlinux 0x6f02d0ef pm_generic_resume_noirq +EXPORT_SYMBOL_GPL vmlinux 0x6f12560a get_old_timespec32 +EXPORT_SYMBOL_GPL vmlinux 0x6f183f0e tpm_pcr_read +EXPORT_SYMBOL_GPL vmlinux 0x6f1935c8 rio_local_set_device_id +EXPORT_SYMBOL_GPL vmlinux 0x6f2017de misc_cg_set_capacity +EXPORT_SYMBOL_GPL vmlinux 0x6f306092 acpi_dev_clear_dependencies +EXPORT_SYMBOL_GPL vmlinux 0x6f3dff9d gpiod_export_link +EXPORT_SYMBOL_GPL vmlinux 0x6f43a989 sata_scr_valid +EXPORT_SYMBOL_GPL vmlinux 0x6f475933 device_for_each_child +EXPORT_SYMBOL_GPL vmlinux 0x6f5963c2 mtk_alloc_clk_data +EXPORT_SYMBOL_GPL vmlinux 0x6f6b52e9 __ipv6_fixup_options +EXPORT_SYMBOL_GPL vmlinux 0x6f7168fe ahci_platform_enable_resources +EXPORT_SYMBOL_GPL vmlinux 0x6f7b39b5 ksm_madvise +EXPORT_SYMBOL_GPL vmlinux 0x6f7c725d blk_queue_rq_timeout +EXPORT_SYMBOL_GPL vmlinux 0x6f7e6040 irq_has_action +EXPORT_SYMBOL_GPL vmlinux 0x6f8b45de fsnotify_init_mark +EXPORT_SYMBOL_GPL vmlinux 0x6f9aa7d2 md_stop +EXPORT_SYMBOL_GPL vmlinux 0x6f9e763b timecounter_read +EXPORT_SYMBOL_GPL vmlinux 0x6f9fcfad regulator_desc_list_voltage_linear_range +EXPORT_SYMBOL_GPL vmlinux 0x6fa11d0e misc_cg_uncharge +EXPORT_SYMBOL_GPL vmlinux 0x6fa426d2 phylink_ethtool_nway_reset +EXPORT_SYMBOL_GPL vmlinux 0x6fa665a8 skb_complete_wifi_ack +EXPORT_SYMBOL_GPL vmlinux 0x6fa9d195 kobj_sysfs_ops +EXPORT_SYMBOL_GPL vmlinux 0x6faa5fae devm_led_trigger_register +EXPORT_SYMBOL_GPL vmlinux 0x6fb2b3c4 kvm_write_guest_offset_cached +EXPORT_SYMBOL_GPL vmlinux 0x6fbe9a83 cpufreq_table_index_unsorted +EXPORT_SYMBOL_GPL vmlinux 0x6fc5f450 crypto_comp_decompress +EXPORT_SYMBOL_GPL vmlinux 0x6fc890cd devm_pinctrl_unregister +EXPORT_SYMBOL_GPL vmlinux 0x6fcef6ab ring_buffer_reset +EXPORT_SYMBOL_GPL vmlinux 0x6fd9eb37 fscrypt_show_test_dummy_encryption +EXPORT_SYMBOL_GPL vmlinux 0x6feaa5bf vcap_alloc_rule +EXPORT_SYMBOL_GPL vmlinux 0x6ff5ac74 pinctrl_get_group_pins +EXPORT_SYMBOL_GPL vmlinux 0x6ff607b6 crypto_get_default_rng +EXPORT_SYMBOL_GPL vmlinux 0x7006586e iommu_get_group_resv_regions +EXPORT_SYMBOL_GPL vmlinux 0x7006ea9b blk_stat_enable_accounting +EXPORT_SYMBOL_GPL vmlinux 0x70078512 regmap_exit +EXPORT_SYMBOL_GPL vmlinux 0x7018852b pinctrl_pm_select_idle_state +EXPORT_SYMBOL_GPL vmlinux 0x70423efb zynqmp_pm_set_sd_config +EXPORT_SYMBOL_GPL vmlinux 0x7059a405 fwnode_property_read_u64_array +EXPORT_SYMBOL_GPL vmlinux 0x705dc98b ehci_resume +EXPORT_SYMBOL_GPL vmlinux 0x7068782f virtio_config_changed +EXPORT_SYMBOL_GPL vmlinux 0x7073c04f phy_10_100_features_array +EXPORT_SYMBOL_GPL vmlinux 0x708c4f28 icc_link_destroy +EXPORT_SYMBOL_GPL vmlinux 0x70a9d416 phy_reset +EXPORT_SYMBOL_GPL vmlinux 0x70b02b34 of_irq_get_byname +EXPORT_SYMBOL_GPL vmlinux 0x70b9111f pci_assign_unassigned_bridge_resources +EXPORT_SYMBOL_GPL vmlinux 0x70b948f5 l3mdev_update_flow +EXPORT_SYMBOL_GPL vmlinux 0x70b96ab6 rdev_get_dev +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 0x70d546cc ata_host_resume +EXPORT_SYMBOL_GPL vmlinux 0x70d9f13e xen_xlate_unmap_gfn_range +EXPORT_SYMBOL_GPL vmlinux 0x70f9dda3 pci_rescan_bus +EXPORT_SYMBOL_GPL vmlinux 0x70fbae4d cppc_allow_fast_switch +EXPORT_SYMBOL_GPL vmlinux 0x710629fb devm_register_sys_off_handler +EXPORT_SYMBOL_GPL vmlinux 0x710c73b6 crypto_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x710e770b fat_truncate_time +EXPORT_SYMBOL_GPL vmlinux 0x71241946 cgroup_path_ns +EXPORT_SYMBOL_GPL vmlinux 0x7127569e __devm_irq_alloc_descs +EXPORT_SYMBOL_GPL vmlinux 0x7129a6f4 osc_sb_native_usb4_support_confirmed +EXPORT_SYMBOL_GPL vmlinux 0x7130be3c acct_bioset_init +EXPORT_SYMBOL_GPL vmlinux 0x71538117 __scsi_init_queue +EXPORT_SYMBOL_GPL vmlinux 0x715a43ce priv_to_devlink +EXPORT_SYMBOL_GPL vmlinux 0x716265c7 debugfs_initialized +EXPORT_SYMBOL_GPL vmlinux 0x71724493 mctrl_gpio_enable_irq_wake +EXPORT_SYMBOL_GPL vmlinux 0x717ac284 clk_hw_register_fractional_divider +EXPORT_SYMBOL_GPL vmlinux 0x717e7239 wbc_detach_inode +EXPORT_SYMBOL_GPL vmlinux 0x7181db30 atomic_notifier_chain_unregister +EXPORT_SYMBOL_GPL vmlinux 0x71844f1a __regmap_init_i2c +EXPORT_SYMBOL_GPL vmlinux 0x71927251 crypto_stats_akcipher_decrypt +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 0x71a772e1 pci_msi_mask_irq +EXPORT_SYMBOL_GPL vmlinux 0x71a9a3ab mtk_mutex_acquire +EXPORT_SYMBOL_GPL vmlinux 0x71ad2725 sec_irq_init +EXPORT_SYMBOL_GPL vmlinux 0x71ae8a88 param_set_uint_minmax +EXPORT_SYMBOL_GPL vmlinux 0x71b6cf94 dst_cache_reset_now +EXPORT_SYMBOL_GPL vmlinux 0x71b87a82 spi_setup +EXPORT_SYMBOL_GPL vmlinux 0x71c059d8 __traceiter_map +EXPORT_SYMBOL_GPL vmlinux 0x71c48c95 usb_hcd_is_primary_hcd +EXPORT_SYMBOL_GPL vmlinux 0x71d6edf8 pci_epf_remove_vepf +EXPORT_SYMBOL_GPL vmlinux 0x71e1dbc4 regulator_enable +EXPORT_SYMBOL_GPL vmlinux 0x71e48456 tpm_get_timeouts +EXPORT_SYMBOL_GPL vmlinux 0x71fbd8f0 pcc_mbox_free_channel +EXPORT_SYMBOL_GPL vmlinux 0x720e26a8 unregister_wide_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0x72233f77 device_find_any_child +EXPORT_SYMBOL_GPL vmlinux 0x722b0d77 scsi_dh_attached_handler_name +EXPORT_SYMBOL_GPL vmlinux 0x7232e613 led_trigger_remove +EXPORT_SYMBOL_GPL vmlinux 0x7237c074 md_do_sync +EXPORT_SYMBOL_GPL vmlinux 0x7237e950 pkcs7_verify +EXPORT_SYMBOL_GPL vmlinux 0x72473a65 irq_chip_retrigger_hierarchy +EXPORT_SYMBOL_GPL vmlinux 0x72474980 kvm_get_running_vcpu +EXPORT_SYMBOL_GPL vmlinux 0x7253652a generic_access_phys +EXPORT_SYMBOL_GPL vmlinux 0x7255ef2c phy_led_trigger_change_speed +EXPORT_SYMBOL_GPL vmlinux 0x7256df5b thermal_zone_get_zone_by_name +EXPORT_SYMBOL_GPL vmlinux 0x725c9c7a blk_mq_queue_inflight +EXPORT_SYMBOL_GPL vmlinux 0x7265f2b0 pci_vpd_check_csum +EXPORT_SYMBOL_GPL vmlinux 0x726de772 usb_hub_claim_port +EXPORT_SYMBOL_GPL vmlinux 0x7271f4ff phy_resolve_aneg_pause +EXPORT_SYMBOL_GPL vmlinux 0x72720d5e of_reset_control_array_get +EXPORT_SYMBOL_GPL vmlinux 0x7277dac0 fat_free_clusters +EXPORT_SYMBOL_GPL vmlinux 0x7278d328 all_vm_events +EXPORT_SYMBOL_GPL vmlinux 0x7283161b percpu_ref_switch_to_percpu +EXPORT_SYMBOL_GPL vmlinux 0x7283a9ad tcp_get_info +EXPORT_SYMBOL_GPL vmlinux 0x728874df dev_pm_opp_get_opp_table +EXPORT_SYMBOL_GPL vmlinux 0x728e5f83 clk_register_hisi_phase +EXPORT_SYMBOL_GPL vmlinux 0x729d3ac4 vfs_test_lock +EXPORT_SYMBOL_GPL vmlinux 0x72a5d335 edac_pci_handle_pe +EXPORT_SYMBOL_GPL vmlinux 0x72ae1839 base64_decode +EXPORT_SYMBOL_GPL vmlinux 0x72beb916 ip6_sk_dst_lookup_flow +EXPORT_SYMBOL_GPL vmlinux 0x72c6dabf devfreq_get_devfreq_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0x72cd6a3a devm_pwmchip_add +EXPORT_SYMBOL_GPL vmlinux 0x72d267dc nvmem_del_cell_lookups +EXPORT_SYMBOL_GPL vmlinux 0x72edf918 __tracepoint_kfree_skb +EXPORT_SYMBOL_GPL vmlinux 0x72f0d320 kobject_init_and_add +EXPORT_SYMBOL_GPL vmlinux 0x732852fe xenbus_transaction_end +EXPORT_SYMBOL_GPL vmlinux 0x732b5df3 reset_controller_unregister +EXPORT_SYMBOL_GPL vmlinux 0x734270cc set_cpus_allowed_ptr +EXPORT_SYMBOL_GPL vmlinux 0x734b7f0e tcp_reno_ssthresh +EXPORT_SYMBOL_GPL vmlinux 0x734c6255 serial8250_init_port +EXPORT_SYMBOL_GPL vmlinux 0x7351fcb1 devlink_remote_reload_actions_performed +EXPORT_SYMBOL_GPL vmlinux 0x735e4291 fib6_rule_default +EXPORT_SYMBOL_GPL vmlinux 0x737f3770 irq_set_default_host +EXPORT_SYMBOL_GPL vmlinux 0x739a97fb phy_pm_runtime_allow +EXPORT_SYMBOL_GPL vmlinux 0x73a48b4a ata_sff_std_ports +EXPORT_SYMBOL_GPL vmlinux 0x73a7aa2f vfs_setxattr +EXPORT_SYMBOL_GPL vmlinux 0x73b25332 xenbus_watch_pathfmt +EXPORT_SYMBOL_GPL vmlinux 0x73b40520 subsys_interface_unregister +EXPORT_SYMBOL_GPL vmlinux 0x73bc764d ping_hash +EXPORT_SYMBOL_GPL vmlinux 0x73c23ee9 fuse_do_open +EXPORT_SYMBOL_GPL vmlinux 0x73c2554f __iowrite64_copy +EXPORT_SYMBOL_GPL vmlinux 0x73cc8631 oiap +EXPORT_SYMBOL_GPL vmlinux 0x73d3b32f bio_trim +EXPORT_SYMBOL_GPL vmlinux 0x73e3d66f power_supply_register_no_ws +EXPORT_SYMBOL_GPL vmlinux 0x73e4edb8 phy_gbit_features +EXPORT_SYMBOL_GPL vmlinux 0x73fea69d vp_modern_get_queue_enable +EXPORT_SYMBOL_GPL vmlinux 0x74035bab blk_crypto_intersect_capabilities +EXPORT_SYMBOL_GPL vmlinux 0x7406d212 gnttab_page_cache_get +EXPORT_SYMBOL_GPL vmlinux 0x7406fd7a led_sysfs_disable +EXPORT_SYMBOL_GPL vmlinux 0x74087f18 page_cache_ra_unbounded +EXPORT_SYMBOL_GPL vmlinux 0x7429297b interval_tree_span_iter_next +EXPORT_SYMBOL_GPL vmlinux 0x74320b32 usb_check_int_endpoints +EXPORT_SYMBOL_GPL vmlinux 0x74341095 usb_choose_configuration +EXPORT_SYMBOL_GPL vmlinux 0x743b99d8 xenmem_reservation_increase +EXPORT_SYMBOL_GPL vmlinux 0x74457e56 apei_resources_fini +EXPORT_SYMBOL_GPL vmlinux 0x74658a80 gpiochip_lock_as_irq +EXPORT_SYMBOL_GPL vmlinux 0x74693f35 mmu_notifier_put +EXPORT_SYMBOL_GPL vmlinux 0x7475e00b pci_epc_get_features +EXPORT_SYMBOL_GPL vmlinux 0x748056f2 pci_enable_pasid +EXPORT_SYMBOL_GPL vmlinux 0x74a22bb4 k3_udma_glue_push_rx_chn +EXPORT_SYMBOL_GPL vmlinux 0x74b5ea68 lcm_not_zero +EXPORT_SYMBOL_GPL vmlinux 0x74b75714 mtk_pinconf_adv_drive_get +EXPORT_SYMBOL_GPL vmlinux 0x74baf17a tracing_is_on +EXPORT_SYMBOL_GPL vmlinux 0x74c7bffa stack_trace_snprint +EXPORT_SYMBOL_GPL vmlinux 0x74d02f48 gpiod_get_array +EXPORT_SYMBOL_GPL vmlinux 0x74d42632 mas_empty_area +EXPORT_SYMBOL_GPL vmlinux 0x74e41187 icc_node_del +EXPORT_SYMBOL_GPL vmlinux 0x74e60061 pcie_aspm_enabled +EXPORT_SYMBOL_GPL vmlinux 0x74e73871 housekeeping_overridden +EXPORT_SYMBOL_GPL vmlinux 0x7511ddd0 __folio_lock_killable +EXPORT_SYMBOL_GPL vmlinux 0x75133f6e visitor128 +EXPORT_SYMBOL_GPL vmlinux 0x7522f3ba irq_modify_status +EXPORT_SYMBOL_GPL vmlinux 0x75300a2a devm_phy_get +EXPORT_SYMBOL_GPL vmlinux 0x7534596b mtk_mutex_write_sof +EXPORT_SYMBOL_GPL vmlinux 0x7548f35c __nf_ip6_route +EXPORT_SYMBOL_GPL vmlinux 0x754bf840 iomap_invalidate_folio +EXPORT_SYMBOL_GPL vmlinux 0x755721c3 tcp_sendmsg_locked +EXPORT_SYMBOL_GPL vmlinux 0x757c1bbb housekeeping_any_cpu +EXPORT_SYMBOL_GPL vmlinux 0x75882c6c ata_sff_data_xfer +EXPORT_SYMBOL_GPL vmlinux 0x758a43fe k3_ringacc_get_ring_irq_num +EXPORT_SYMBOL_GPL vmlinux 0x7590b69d bd_prepare_to_claim +EXPORT_SYMBOL_GPL vmlinux 0x759139cb of_pci_check_probe_only +EXPORT_SYMBOL_GPL vmlinux 0x759146ff iomap_release_folio +EXPORT_SYMBOL_GPL vmlinux 0x759bfe36 btree_destroy +EXPORT_SYMBOL_GPL vmlinux 0x75b0b1b1 crypto_get_default_null_skcipher +EXPORT_SYMBOL_GPL vmlinux 0x75b1374b virtqueue_enable_cb_prepare +EXPORT_SYMBOL_GPL vmlinux 0x75c90573 acomp_request_alloc +EXPORT_SYMBOL_GPL vmlinux 0x75cbdad8 devm_regulator_bulk_put +EXPORT_SYMBOL_GPL vmlinux 0x75d542be devm_devfreq_event_remove_edev +EXPORT_SYMBOL_GPL vmlinux 0x75dbebd3 device_match_of_node +EXPORT_SYMBOL_GPL vmlinux 0x75dd4ebe of_overlay_remove +EXPORT_SYMBOL_GPL vmlinux 0x75e51945 __SCK__tp_func_error_report_end +EXPORT_SYMBOL_GPL vmlinux 0x75e9c735 pci_ats_disabled +EXPORT_SYMBOL_GPL vmlinux 0x75fb9062 arch_timer_read_counter +EXPORT_SYMBOL_GPL vmlinux 0x75fd2a8b mtk_clk_unregister_dividers +EXPORT_SYMBOL_GPL vmlinux 0x760353ef fscrypt_set_bio_crypt_ctx_bh +EXPORT_SYMBOL_GPL vmlinux 0x76078f0c nvmem_cell_read_u64 +EXPORT_SYMBOL_GPL vmlinux 0x761ba767 clk_divider_ro_ops +EXPORT_SYMBOL_GPL vmlinux 0x762246f7 __xenbus_register_backend +EXPORT_SYMBOL_GPL vmlinux 0x7622c617 ata_scsi_port_error_handler +EXPORT_SYMBOL_GPL vmlinux 0x76304d30 gpiochip_relres_irq +EXPORT_SYMBOL_GPL vmlinux 0x764ad36a mtk_clk_gate_ops_setclr_inv +EXPORT_SYMBOL_GPL vmlinux 0x76517f03 interval_tree_span_iter_advance +EXPORT_SYMBOL_GPL vmlinux 0x7656410c mpi_sub +EXPORT_SYMBOL_GPL vmlinux 0x7665a95b idr_remove +EXPORT_SYMBOL_GPL vmlinux 0x766c384f simple_rename_exchange +EXPORT_SYMBOL_GPL vmlinux 0x767ff8ae lwtunnel_encap_add_ops +EXPORT_SYMBOL_GPL vmlinux 0x7681946c unregister_pm_notifier +EXPORT_SYMBOL_GPL vmlinux 0x7689f3fd ip6_redirect +EXPORT_SYMBOL_GPL vmlinux 0x769cefb5 percpu_ref_switch_to_atomic +EXPORT_SYMBOL_GPL vmlinux 0x769d640a ping_close +EXPORT_SYMBOL_GPL vmlinux 0x76a19e93 __acpi_node_get_property_reference +EXPORT_SYMBOL_GPL vmlinux 0x76a61e85 __SCK__tp_func_rwmmio_write +EXPORT_SYMBOL_GPL vmlinux 0x76bf5df3 percpu_free_rwsem +EXPORT_SYMBOL_GPL vmlinux 0x76cb5454 debugfs_create_ulong +EXPORT_SYMBOL_GPL vmlinux 0x76cd3e7d devm_hwmon_sanitize_name +EXPORT_SYMBOL_GPL vmlinux 0x76d1af56 debounce_time_mt2701 +EXPORT_SYMBOL_GPL vmlinux 0x76d680f6 acpi_dev_resource_memory +EXPORT_SYMBOL_GPL vmlinux 0x76d7fd4d phylink_connect_phy +EXPORT_SYMBOL_GPL vmlinux 0x76d9b876 clk_set_rate +EXPORT_SYMBOL_GPL vmlinux 0x76e12c31 mtk_clk_register_ref2usb_tx +EXPORT_SYMBOL_GPL vmlinux 0x76e85b92 gnttab_request_free_callback +EXPORT_SYMBOL_GPL vmlinux 0x76ec7482 check_move_unevictable_pages +EXPORT_SYMBOL_GPL vmlinux 0x76eeeb0f sha384_zero_message_hash +EXPORT_SYMBOL_GPL vmlinux 0x76f4c71b pci_enable_ats +EXPORT_SYMBOL_GPL vmlinux 0x76f69c40 ulpi_viewport_access_ops +EXPORT_SYMBOL_GPL vmlinux 0x7706fafc dmaengine_desc_get_metadata_ptr +EXPORT_SYMBOL_GPL vmlinux 0x770d593d regmap_write_async +EXPORT_SYMBOL_GPL vmlinux 0x7712771a unbind_from_irqhandler +EXPORT_SYMBOL_GPL vmlinux 0x7714234d xhci_drop_endpoint +EXPORT_SYMBOL_GPL vmlinux 0x77222306 ring_buffer_read_page +EXPORT_SYMBOL_GPL vmlinux 0x7727016d devm_register_restart_handler +EXPORT_SYMBOL_GPL vmlinux 0x7727c427 hisi_reset_init +EXPORT_SYMBOL_GPL vmlinux 0x772b0f64 __wake_up_pollfree +EXPORT_SYMBOL_GPL vmlinux 0x7735e520 dma_opt_mapping_size +EXPORT_SYMBOL_GPL vmlinux 0x77452c08 fb_deferred_io_mmap +EXPORT_SYMBOL_GPL vmlinux 0x774c1075 spi_mem_exec_op +EXPORT_SYMBOL_GPL vmlinux 0x774f16ef __tracepoint_cpu_idle +EXPORT_SYMBOL_GPL vmlinux 0x77522cf6 sbitmap_get_shallow +EXPORT_SYMBOL_GPL vmlinux 0x7757b51a clk_unregister +EXPORT_SYMBOL_GPL vmlinux 0x7759ab33 pm_generic_thaw_early +EXPORT_SYMBOL_GPL vmlinux 0x775c17ab tcp_is_ulp_esp +EXPORT_SYMBOL_GPL vmlinux 0x776606c5 inet_bhash2_update_saddr +EXPORT_SYMBOL_GPL vmlinux 0x776df656 iomap_page_mkwrite +EXPORT_SYMBOL_GPL vmlinux 0x776e024c clk_hw_unregister_fixed_rate +EXPORT_SYMBOL_GPL vmlinux 0x77795800 da903x_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x7783cd0c dev_set_name +EXPORT_SYMBOL_GPL vmlinux 0x778512a1 genphy_c45_pma_resume +EXPORT_SYMBOL_GPL vmlinux 0x778f3afc dma_map_sgtable +EXPORT_SYMBOL_GPL vmlinux 0x77911228 sdio_claim_irq +EXPORT_SYMBOL_GPL vmlinux 0x7791e066 dw_pcie_read +EXPORT_SYMBOL_GPL vmlinux 0x7797fbb5 imx_clk_hw_pfdv2 +EXPORT_SYMBOL_GPL vmlinux 0x779b8832 mctrl_gpio_init_noauto +EXPORT_SYMBOL_GPL vmlinux 0x77ae495d usb_speed_string +EXPORT_SYMBOL_GPL vmlinux 0x77bfed56 regulator_map_voltage_linear_range +EXPORT_SYMBOL_GPL vmlinux 0x77c3977f ata_sff_prereset +EXPORT_SYMBOL_GPL vmlinux 0x77ceea0b irq_chip_mask_ack_parent +EXPORT_SYMBOL_GPL vmlinux 0x77e75be3 sfp_bus_put +EXPORT_SYMBOL_GPL vmlinux 0x77e8fcdd __udp_gso_segment +EXPORT_SYMBOL_GPL vmlinux 0x77ecf68d memalloc_socks_key +EXPORT_SYMBOL_GPL vmlinux 0x77f24400 perf_register_guest_info_callbacks +EXPORT_SYMBOL_GPL vmlinux 0x77f4bd0f attribute_container_classdev_to_container +EXPORT_SYMBOL_GPL vmlinux 0x77fcc373 clk_gate_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0x780ac428 xfrm_local_error +EXPORT_SYMBOL_GPL vmlinux 0x781db3e9 led_blink_set +EXPORT_SYMBOL_GPL vmlinux 0x782149bd mtk_pinconf_bias_set_combo +EXPORT_SYMBOL_GPL vmlinux 0x78285acc acpiphp_register_attention +EXPORT_SYMBOL_GPL vmlinux 0x7828f7f1 usb_phy_set_event +EXPORT_SYMBOL_GPL vmlinux 0x7838e5b7 led_set_brightness_nopm +EXPORT_SYMBOL_GPL vmlinux 0x78433ae3 bus_remove_file +EXPORT_SYMBOL_GPL vmlinux 0x7847c621 sfp_parse_support +EXPORT_SYMBOL_GPL vmlinux 0x784a7854 dma_resv_get_singleton +EXPORT_SYMBOL_GPL vmlinux 0x785a93b4 si_mem_available +EXPORT_SYMBOL_GPL vmlinux 0x785afc20 iommu_group_get +EXPORT_SYMBOL_GPL vmlinux 0x78628455 usb_deregister +EXPORT_SYMBOL_GPL vmlinux 0x7865fb7f trace_array_destroy +EXPORT_SYMBOL_GPL vmlinux 0x7869dfdd regulator_map_voltage_ascend +EXPORT_SYMBOL_GPL vmlinux 0x7874effa ata_pci_sff_prepare_host +EXPORT_SYMBOL_GPL vmlinux 0x787c882b lzo1x_1_compress +EXPORT_SYMBOL_GPL vmlinux 0x787e6479 device_match_devt +EXPORT_SYMBOL_GPL vmlinux 0x78838374 nvmem_cell_read_u32 +EXPORT_SYMBOL_GPL vmlinux 0x78898cfd acpi_bind_one +EXPORT_SYMBOL_GPL vmlinux 0x788b2dae __audit_inode_child +EXPORT_SYMBOL_GPL vmlinux 0x788bfbad ring_buffer_empty +EXPORT_SYMBOL_GPL vmlinux 0x7891547f mpc8xxx_spi_probe +EXPORT_SYMBOL_GPL vmlinux 0x789c73d9 rcu_cpu_stall_suppress_at_boot +EXPORT_SYMBOL_GPL vmlinux 0x789f822e ata_qc_complete_multiple +EXPORT_SYMBOL_GPL vmlinux 0x78b72eeb clk_bulk_get_optional +EXPORT_SYMBOL_GPL vmlinux 0x78bb4b03 dev_pm_opp_find_bw_ceil +EXPORT_SYMBOL_GPL vmlinux 0x78c1bf73 ethnl_cable_test_fault_length +EXPORT_SYMBOL_GPL vmlinux 0x78c6b15e regulator_count_voltages +EXPORT_SYMBOL_GPL vmlinux 0x78c9ad69 genphy_c45_pma_baset1_setup_master_slave +EXPORT_SYMBOL_GPL vmlinux 0x78d03077 udp4_hwcsum +EXPORT_SYMBOL_GPL vmlinux 0x78d64fa6 kthread_func +EXPORT_SYMBOL_GPL vmlinux 0x78ddb76b dmi_match +EXPORT_SYMBOL_GPL vmlinux 0x78dee0a3 fwnode_gpiod_get_index +EXPORT_SYMBOL_GPL vmlinux 0x78e38615 dev_pm_qos_update_user_latency_tolerance +EXPORT_SYMBOL_GPL vmlinux 0x78f4d187 ata_port_schedule_eh +EXPORT_SYMBOL_GPL vmlinux 0x78f75540 dax_iomap_rw +EXPORT_SYMBOL_GPL vmlinux 0x78f8c58a gpiod_set_array_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x790be0b9 usb_bus_idr +EXPORT_SYMBOL_GPL vmlinux 0x7918d817 memory_failure +EXPORT_SYMBOL_GPL vmlinux 0x7920bfd8 devm_acpi_dma_controller_free +EXPORT_SYMBOL_GPL vmlinux 0x792af13c iommu_fwspec_free +EXPORT_SYMBOL_GPL vmlinux 0x79345cb9 register_kretprobe +EXPORT_SYMBOL_GPL vmlinux 0x7934aa08 register_kprobes +EXPORT_SYMBOL_GPL vmlinux 0x793f98bc __tracepoint_rpm_return_int +EXPORT_SYMBOL_GPL vmlinux 0x7944e0fc tracing_off +EXPORT_SYMBOL_GPL vmlinux 0x7946b193 fwnode_connection_find_matches +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 0x79843b28 xenbus_dev_fatal +EXPORT_SYMBOL_GPL vmlinux 0x798b7682 klist_prev +EXPORT_SYMBOL_GPL vmlinux 0x79bc842c usb_anchor_suspend_wakeups +EXPORT_SYMBOL_GPL vmlinux 0x79c78c4b start_poll_synchronize_srcu +EXPORT_SYMBOL_GPL vmlinux 0x79da7426 dev_pm_opp_get_max_clock_latency +EXPORT_SYMBOL_GPL vmlinux 0x79dc68ad pinctrl_remove_gpio_range +EXPORT_SYMBOL_GPL vmlinux 0x79ddcb06 dw_pcie_upconfig_setup +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 0x7a1d8515 nfs42_ssc_unregister +EXPORT_SYMBOL_GPL vmlinux 0x7a1dfe90 rockchip_pcie_get_phys +EXPORT_SYMBOL_GPL vmlinux 0x7a24ac5d regulator_force_disable +EXPORT_SYMBOL_GPL vmlinux 0x7a341159 __devm_pci_epc_create +EXPORT_SYMBOL_GPL vmlinux 0x7a34923e xfrm_audit_state_notfound_simple +EXPORT_SYMBOL_GPL vmlinux 0x7a3ef2d2 fsl_mc_bus_dpci_type +EXPORT_SYMBOL_GPL vmlinux 0x7a3f16a2 devl_region_destroy +EXPORT_SYMBOL_GPL vmlinux 0x7a457478 uart_console_write +EXPORT_SYMBOL_GPL vmlinux 0x7a466d13 pci_create_root_bus +EXPORT_SYMBOL_GPL vmlinux 0x7a73e605 wm831x_isinkv_values +EXPORT_SYMBOL_GPL vmlinux 0x7a7a5bbc dev_pm_qos_expose_latency_limit +EXPORT_SYMBOL_GPL vmlinux 0x7a81541b async_synchronize_cookie +EXPORT_SYMBOL_GPL vmlinux 0x7a8e1e12 pinctrl_dev_get_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x7a98f4b4 copy_from_user_nofault +EXPORT_SYMBOL_GPL vmlinux 0x7a9e4c23 software_node_register_node_group +EXPORT_SYMBOL_GPL vmlinux 0x7aab1be7 crypto_dequeue_request +EXPORT_SYMBOL_GPL vmlinux 0x7ac10ad8 icst_clk_register +EXPORT_SYMBOL_GPL vmlinux 0x7ac722bd phy_all_ports_features_array +EXPORT_SYMBOL_GPL vmlinux 0x7ac9b504 dev_pm_opp_put +EXPORT_SYMBOL_GPL vmlinux 0x7acb7b7b usb_hcd_unmap_urb_setup_for_dma +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 0x7ae26f94 fsl_mc_resource_free +EXPORT_SYMBOL_GPL vmlinux 0x7ae997c0 usb_anchor_urb +EXPORT_SYMBOL_GPL vmlinux 0x7af06daa generic_device_group +EXPORT_SYMBOL_GPL vmlinux 0x7afcb7db __kprobe_event_add_fields +EXPORT_SYMBOL_GPL vmlinux 0x7afe324e halt_poll_ns_grow +EXPORT_SYMBOL_GPL vmlinux 0x7b075eae fscrypt_limit_io_blocks +EXPORT_SYMBOL_GPL vmlinux 0x7b287e2f dev_pm_domain_attach_by_id +EXPORT_SYMBOL_GPL vmlinux 0x7b5452b8 acpi_unregister_gsi +EXPORT_SYMBOL_GPL vmlinux 0x7b5a4926 sha1_zero_message_hash +EXPORT_SYMBOL_GPL vmlinux 0x7b5aa6f2 seg6_do_srh_inline +EXPORT_SYMBOL_GPL vmlinux 0x7b5c45c6 regmap_fields_read +EXPORT_SYMBOL_GPL vmlinux 0x7b5ddf19 pci_find_next_capability +EXPORT_SYMBOL_GPL vmlinux 0x7b5e7bca platform_msi_domain_free_irqs +EXPORT_SYMBOL_GPL vmlinux 0x7b618688 preempt_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0x7b680c4b usb_hcd_amd_remote_wakeup_quirk +EXPORT_SYMBOL_GPL vmlinux 0x7b6f9536 acpi_register_wakeup_handler +EXPORT_SYMBOL_GPL vmlinux 0x7b7206cd usb_enable_autosuspend +EXPORT_SYMBOL_GPL vmlinux 0x7b733888 bd_link_disk_holder +EXPORT_SYMBOL_GPL vmlinux 0x7b7cf588 edac_pci_create_generic_ctl +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 0x7ba07153 of_irq_parse_and_map_pci +EXPORT_SYMBOL_GPL vmlinux 0x7ba8b73b scsi_alloc_request +EXPORT_SYMBOL_GPL vmlinux 0x7ba96434 of_device_compatible_match +EXPORT_SYMBOL_GPL vmlinux 0x7bae3ef3 mtk_hw_get_value +EXPORT_SYMBOL_GPL vmlinux 0x7bb0368a tps6586x_irq_get_virq +EXPORT_SYMBOL_GPL vmlinux 0x7bb045a7 __request_percpu_irq +EXPORT_SYMBOL_GPL vmlinux 0x7bb775c1 bpf_prog_alloc +EXPORT_SYMBOL_GPL vmlinux 0x7bbcb690 rockchip_register_softrst_lut +EXPORT_SYMBOL_GPL vmlinux 0x7bc707bb ip6_route_lookup +EXPORT_SYMBOL_GPL vmlinux 0x7be2b742 phy_destroy +EXPORT_SYMBOL_GPL vmlinux 0x7bf388c1 subsys_dev_iter_init +EXPORT_SYMBOL_GPL vmlinux 0x7bf5aee7 power_supply_am_i_supplied +EXPORT_SYMBOL_GPL vmlinux 0x7bf5fed5 crypto_create_tfm_node +EXPORT_SYMBOL_GPL vmlinux 0x7bff24f8 bpf_offload_dev_netdev_register +EXPORT_SYMBOL_GPL vmlinux 0x7c0d366e cpufreq_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0x7c0d86ce acpi_dev_pm_attach +EXPORT_SYMBOL_GPL vmlinux 0x7c1c5a59 bpf_prog_free +EXPORT_SYMBOL_GPL vmlinux 0x7c21b86c iommu_sva_alloc_pasid +EXPORT_SYMBOL_GPL vmlinux 0x7c291e86 show_rcu_tasks_trace_gp_kthread +EXPORT_SYMBOL_GPL vmlinux 0x7c384f51 clk_hw_is_prepared +EXPORT_SYMBOL_GPL vmlinux 0x7c3d8a4b icc_bulk_put +EXPORT_SYMBOL_GPL vmlinux 0x7c469cf1 of_property_read_variable_u16_array +EXPORT_SYMBOL_GPL vmlinux 0x7c47c4b4 shash_no_setkey +EXPORT_SYMBOL_GPL vmlinux 0x7c4a21b2 subsys_dev_iter_exit +EXPORT_SYMBOL_GPL vmlinux 0x7c4d2522 do_unbind_con_driver +EXPORT_SYMBOL_GPL vmlinux 0x7c5ed9e8 tty_ldisc_flush +EXPORT_SYMBOL_GPL vmlinux 0x7c5f0b62 xdp_rxq_info_is_reg +EXPORT_SYMBOL_GPL vmlinux 0x7c5f3711 ioasid_unregister_allocator +EXPORT_SYMBOL_GPL vmlinux 0x7c78ceed vp_legacy_set_status +EXPORT_SYMBOL_GPL vmlinux 0x7c8653d1 i2c_acpi_find_bus_speed +EXPORT_SYMBOL_GPL vmlinux 0x7c930d62 cpufreq_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x7c94c99a kvm_release_pfn_dirty +EXPORT_SYMBOL_GPL vmlinux 0x7c983a5d dmi_walk +EXPORT_SYMBOL_GPL vmlinux 0x7c988725 clk_hw_register_composite +EXPORT_SYMBOL_GPL vmlinux 0x7c9a7371 clk_prepare +EXPORT_SYMBOL_GPL vmlinux 0x7c9df23d devm_hwspin_lock_request +EXPORT_SYMBOL_GPL vmlinux 0x7ca64a0b __cookie_v4_init_sequence +EXPORT_SYMBOL_GPL vmlinux 0x7cb1aea1 devlink_dpipe_header_ethernet +EXPORT_SYMBOL_GPL vmlinux 0x7cb1d356 k3_ringacc_dmarings_init +EXPORT_SYMBOL_GPL vmlinux 0x7cb803de btree_grim_visitor +EXPORT_SYMBOL_GPL vmlinux 0x7cbb49cc tty_release_struct +EXPORT_SYMBOL_GPL vmlinux 0x7cbd4186 mtk_clk_unregister_gates +EXPORT_SYMBOL_GPL vmlinux 0x7cbda508 __traceiter_neigh_event_send_done +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 0x7cde2945 fsl_mc_populate_irq_pool +EXPORT_SYMBOL_GPL vmlinux 0x7cea59d8 devm_pm_clk_create +EXPORT_SYMBOL_GPL vmlinux 0x7ceaf0d5 generic_handle_irq +EXPORT_SYMBOL_GPL vmlinux 0x7cf73879 tcp_twsk_unique +EXPORT_SYMBOL_GPL vmlinux 0x7cf906f5 regulator_get_current_limit_regmap +EXPORT_SYMBOL_GPL vmlinux 0x7cfbb3e7 cpufreq_cpu_get_raw +EXPORT_SYMBOL_GPL vmlinux 0x7cfeb2ef of_phandle_args_to_fwspec +EXPORT_SYMBOL_GPL vmlinux 0x7d00c65b nd_synchronize +EXPORT_SYMBOL_GPL vmlinux 0x7d1bb1d4 tnum_strn +EXPORT_SYMBOL_GPL vmlinux 0x7d26e699 crypto_unregister_aead +EXPORT_SYMBOL_GPL vmlinux 0x7d45efd7 pci_p2pmem_virt_to_bus +EXPORT_SYMBOL_GPL vmlinux 0x7d471321 zynqmp_pm_pinctrl_release +EXPORT_SYMBOL_GPL vmlinux 0x7d4bf720 uprobe_register_refctr +EXPORT_SYMBOL_GPL vmlinux 0x7d558968 trace_seq_puts +EXPORT_SYMBOL_GPL vmlinux 0x7d59dd46 pm_wq +EXPORT_SYMBOL_GPL vmlinux 0x7d6c692c max8997_bulk_read +EXPORT_SYMBOL_GPL vmlinux 0x7d719220 shash_register_instance +EXPORT_SYMBOL_GPL vmlinux 0x7d7d1104 skb_consume_udp +EXPORT_SYMBOL_GPL vmlinux 0x7d861ebd rockchip_pcie_deinit_phys +EXPORT_SYMBOL_GPL vmlinux 0x7db2bbd7 debugfs_create_file_size +EXPORT_SYMBOL_GPL vmlinux 0x7db8d192 pci_epf_alloc_space +EXPORT_SYMBOL_GPL vmlinux 0x7dd25b5a icc_provider_del +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 0x7e099bdf icc_put +EXPORT_SYMBOL_GPL vmlinux 0x7e1deb6c sata_pmp_error_handler +EXPORT_SYMBOL_GPL vmlinux 0x7e29d9d2 iommu_map_sg +EXPORT_SYMBOL_GPL vmlinux 0x7e3458c4 tcp_bpf_update_proto +EXPORT_SYMBOL_GPL vmlinux 0x7e35ebdc security_inode_mkdir +EXPORT_SYMBOL_GPL vmlinux 0x7e3bdecd __ftrace_vprintk +EXPORT_SYMBOL_GPL vmlinux 0x7e440aad mmc_switch +EXPORT_SYMBOL_GPL vmlinux 0x7e451490 rt_mutex_trylock +EXPORT_SYMBOL_GPL vmlinux 0x7e543583 acpi_device_modalias +EXPORT_SYMBOL_GPL vmlinux 0x7e5db80b pstore_name_to_type +EXPORT_SYMBOL_GPL vmlinux 0x7e64181d usb_calc_bus_time +EXPORT_SYMBOL_GPL vmlinux 0x7e73a639 usb_submit_urb +EXPORT_SYMBOL_GPL vmlinux 0x7e7a47c9 pci_acpi_clear_companion_lookup_hook +EXPORT_SYMBOL_GPL vmlinux 0x7e7dacd4 pinmux_generic_get_function_count +EXPORT_SYMBOL_GPL vmlinux 0x7e7e3f58 ring_buffer_reset_cpu +EXPORT_SYMBOL_GPL vmlinux 0x7e842595 of_property_read_variable_u64_array +EXPORT_SYMBOL_GPL vmlinux 0x7e8a1024 sysfs_break_active_protection +EXPORT_SYMBOL_GPL vmlinux 0x7e8d8619 usb_anchor_empty +EXPORT_SYMBOL_GPL vmlinux 0x7e917894 __SCK__tp_func_unmap +EXPORT_SYMBOL_GPL vmlinux 0x7e9fadbd mc_send_command +EXPORT_SYMBOL_GPL vmlinux 0x7ea75c24 __wake_up_locked_key_bookmark +EXPORT_SYMBOL_GPL vmlinux 0x7eb1795e __tracepoint_detach_device_from_domain +EXPORT_SYMBOL_GPL vmlinux 0x7eb31464 msi_lock_descs +EXPORT_SYMBOL_GPL vmlinux 0x7eb808d0 add_cpu +EXPORT_SYMBOL_GPL vmlinux 0x7ec0d66a perf_tp_event +EXPORT_SYMBOL_GPL vmlinux 0x7ec3a09c tty_port_register_device_serdev +EXPORT_SYMBOL_GPL vmlinux 0x7ec5e634 irq_gc_mask_clr_bit +EXPORT_SYMBOL_GPL vmlinux 0x7ed30723 exportfs_decode_fh_raw +EXPORT_SYMBOL_GPL vmlinux 0x7eda74b8 sock_prot_inuse_get +EXPORT_SYMBOL_GPL vmlinux 0x7edb217d __nvdimm_create +EXPORT_SYMBOL_GPL vmlinux 0x7eea6b8b pcap_adc_async +EXPORT_SYMBOL_GPL vmlinux 0x7f00bdac devlink_resource_register +EXPORT_SYMBOL_GPL vmlinux 0x7f29330e cpu_subsys +EXPORT_SYMBOL_GPL vmlinux 0x7f2b716c sysfs_remove_link_from_group +EXPORT_SYMBOL_GPL vmlinux 0x7f32b3f8 regmap_async_complete +EXPORT_SYMBOL_GPL vmlinux 0x7f38e5e8 kobject_uevent +EXPORT_SYMBOL_GPL vmlinux 0x7f518b77 dev_pm_opp_is_turbo +EXPORT_SYMBOL_GPL vmlinux 0x7f59d110 dev_pm_opp_adjust_voltage +EXPORT_SYMBOL_GPL vmlinux 0x7f6272bd iommu_group_remove_device +EXPORT_SYMBOL_GPL vmlinux 0x7f62a750 devm_clk_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0x7f6cee89 rhashtable_free_and_destroy +EXPORT_SYMBOL_GPL vmlinux 0x7f6de9a4 firmware_request_platform +EXPORT_SYMBOL_GPL vmlinux 0x7f7cbc64 ip_tunnel_need_metadata +EXPORT_SYMBOL_GPL vmlinux 0x7f84f35d rcu_gp_slow_unregister +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 0x7faa0657 usb_find_interface +EXPORT_SYMBOL_GPL vmlinux 0x7fb1f8aa xfrm_audit_state_icvfail +EXPORT_SYMBOL_GPL vmlinux 0x7fb97852 __pci_reset_function_locked +EXPORT_SYMBOL_GPL vmlinux 0x7fc4e01a devm_regulator_get +EXPORT_SYMBOL_GPL vmlinux 0x7fc62f9d gpiod_toggle_active_low +EXPORT_SYMBOL_GPL vmlinux 0x7fcaa35e usb_hcd_setup_local_mem +EXPORT_SYMBOL_GPL vmlinux 0x7fd307d5 of_clk_get_parent_name +EXPORT_SYMBOL_GPL vmlinux 0x7fdab93d pci_load_and_free_saved_state +EXPORT_SYMBOL_GPL vmlinux 0x7fe35c11 device_store_int +EXPORT_SYMBOL_GPL vmlinux 0x7ff19c40 zynqmp_pm_set_requirement +EXPORT_SYMBOL_GPL vmlinux 0x7ffbe651 sysfs_unbreak_active_protection +EXPORT_SYMBOL_GPL vmlinux 0x800188ad vp_legacy_queue_vector +EXPORT_SYMBOL_GPL vmlinux 0x80030741 devm_clk_hw_get_clk +EXPORT_SYMBOL_GPL vmlinux 0x80041f3b perf_aux_output_begin +EXPORT_SYMBOL_GPL vmlinux 0x80135182 k3_ringacc_ring_pop_tail +EXPORT_SYMBOL_GPL vmlinux 0x801b4b7a phy_check_downshift +EXPORT_SYMBOL_GPL vmlinux 0x801baab1 pingv6_prot +EXPORT_SYMBOL_GPL vmlinux 0x80338896 of_dma_request_slave_channel +EXPORT_SYMBOL_GPL vmlinux 0x8035bed7 rockchip_clk_protect_critical +EXPORT_SYMBOL_GPL vmlinux 0x803a31fe irq_setup_alt_chip +EXPORT_SYMBOL_GPL vmlinux 0x80432f3f fuse_free_conn +EXPORT_SYMBOL_GPL vmlinux 0x8048e64a regulator_sync_voltage +EXPORT_SYMBOL_GPL vmlinux 0x804fca5f rtc_update_irq_enable +EXPORT_SYMBOL_GPL vmlinux 0x8059fe28 apply_to_page_range +EXPORT_SYMBOL_GPL vmlinux 0x805fb89e of_pci_parse_bus_range +EXPORT_SYMBOL_GPL vmlinux 0x806251cf relay_file_operations +EXPORT_SYMBOL_GPL vmlinux 0x806383ff rcu_tasks_trace_qs_blkd +EXPORT_SYMBOL_GPL vmlinux 0x8067e40f virtqueue_get_avail_addr +EXPORT_SYMBOL_GPL vmlinux 0x807766ea usb_scuttle_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0x807fdcc4 call_rcu_tasks_rude +EXPORT_SYMBOL_GPL vmlinux 0x808490ca devm_ioremap_uc +EXPORT_SYMBOL_GPL vmlinux 0x8086cc88 tty_buffer_lock_exclusive +EXPORT_SYMBOL_GPL vmlinux 0x808c859e spi_mem_dirmap_create +EXPORT_SYMBOL_GPL vmlinux 0x808ec1a3 crypto_alg_tested +EXPORT_SYMBOL_GPL vmlinux 0x80a01ad2 usb_pipe_type_check +EXPORT_SYMBOL_GPL vmlinux 0x80a095d8 scatterwalk_ffwd +EXPORT_SYMBOL_GPL vmlinux 0x80ba687a rockchip_pcie_init_port +EXPORT_SYMBOL_GPL vmlinux 0x80badff4 __tracepoint_block_unplug +EXPORT_SYMBOL_GPL vmlinux 0x80bb7971 vp_modern_get_num_queues +EXPORT_SYMBOL_GPL vmlinux 0x80c68137 nf_log_buf_close +EXPORT_SYMBOL_GPL vmlinux 0x80d1252c power_supply_put +EXPORT_SYMBOL_GPL vmlinux 0x80d24924 dev_pm_opp_of_remove_table +EXPORT_SYMBOL_GPL vmlinux 0x80d2e929 imx_clk_fracn_gppll +EXPORT_SYMBOL_GPL vmlinux 0x80d5e57a mpi_free +EXPORT_SYMBOL_GPL vmlinux 0x80ebc97f mmu_notifier_range_update_to_read_only +EXPORT_SYMBOL_GPL vmlinux 0x80efd015 imx_dev_clk_hw_pll14xx +EXPORT_SYMBOL_GPL vmlinux 0x80fa87b5 skcipher_register_instance +EXPORT_SYMBOL_GPL vmlinux 0x8100cd2d gpiochip_disable_irq +EXPORT_SYMBOL_GPL vmlinux 0x8110a73a cond_synchronize_rcu_expedited_full +EXPORT_SYMBOL_GPL vmlinux 0x811b93f0 sysfs_create_link +EXPORT_SYMBOL_GPL vmlinux 0x811dc334 usb_unregister_notify +EXPORT_SYMBOL_GPL vmlinux 0x81237c18 ata_ncq_sdev_groups +EXPORT_SYMBOL_GPL vmlinux 0x8123b61c acpiphp_unregister_attention +EXPORT_SYMBOL_GPL vmlinux 0x8129514a dw_pcie_ep_raise_msi_irq +EXPORT_SYMBOL_GPL vmlinux 0x812c4e6e sdio_memcpy_toio +EXPORT_SYMBOL_GPL vmlinux 0x812d2483 dev_pm_opp_sync_regulators +EXPORT_SYMBOL_GPL vmlinux 0x812de48a dst_cache_get +EXPORT_SYMBOL_GPL vmlinux 0x81378f51 srcu_init_notifier_head +EXPORT_SYMBOL_GPL vmlinux 0x813c9017 thermal_zone_device_update +EXPORT_SYMBOL_GPL vmlinux 0x813fec48 genpd_dev_pm_attach_by_id +EXPORT_SYMBOL_GPL vmlinux 0x815588a6 clk_enable +EXPORT_SYMBOL_GPL vmlinux 0x8157a2eb i2c_dw_configure_master +EXPORT_SYMBOL_GPL vmlinux 0x81588612 sfp_bus_find_fwnode +EXPORT_SYMBOL_GPL vmlinux 0x815fda83 sed_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x816a41ca cpufreq_update_limits +EXPORT_SYMBOL_GPL vmlinux 0x816d9b51 regulator_set_mode +EXPORT_SYMBOL_GPL vmlinux 0x816e9049 mbox_client_txdone +EXPORT_SYMBOL_GPL vmlinux 0x8180cede asn1_encode_sequence +EXPORT_SYMBOL_GPL vmlinux 0x819d72cb klist_iter_exit +EXPORT_SYMBOL_GPL vmlinux 0x81a177b0 dev_pm_opp_config_clks_simple +EXPORT_SYMBOL_GPL vmlinux 0x81a7f541 percpu_ref_init +EXPORT_SYMBOL_GPL vmlinux 0x81aa78d8 zynqmp_pm_aes_engine +EXPORT_SYMBOL_GPL vmlinux 0x81b56af1 of_prop_next_u32 +EXPORT_SYMBOL_GPL vmlinux 0x81b994d5 blk_next_bio +EXPORT_SYMBOL_GPL vmlinux 0x81cf5282 trace_seq_bprintf +EXPORT_SYMBOL_GPL vmlinux 0x81d10485 ioasid_free +EXPORT_SYMBOL_GPL vmlinux 0x81d809de spi_mem_dirmap_destroy +EXPORT_SYMBOL_GPL vmlinux 0x81e2bdf4 generic_handle_irq_safe +EXPORT_SYMBOL_GPL vmlinux 0x81f06591 regmap_raw_write +EXPORT_SYMBOL_GPL vmlinux 0x81f0cb6b tcp_twsk_destructor +EXPORT_SYMBOL_GPL vmlinux 0x81f2d9c9 device_set_node +EXPORT_SYMBOL_GPL vmlinux 0x81f372a2 unregister_ftrace_export +EXPORT_SYMBOL_GPL vmlinux 0x8208706e ethnl_cable_test_finished +EXPORT_SYMBOL_GPL vmlinux 0x82092899 badrange_forget +EXPORT_SYMBOL_GPL vmlinux 0x8220a38e k3_ringacc_get_ring_id +EXPORT_SYMBOL_GPL vmlinux 0x82226c53 pinctrl_unregister_mappings +EXPORT_SYMBOL_GPL vmlinux 0x8222a369 of_icc_get_by_index +EXPORT_SYMBOL_GPL vmlinux 0x8226ad43 usb_create_hcd +EXPORT_SYMBOL_GPL vmlinux 0x823eae06 blocking_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x825c7340 phylink_get_eee_err +EXPORT_SYMBOL_GPL vmlinux 0x825f23da bdev_nr_zones +EXPORT_SYMBOL_GPL vmlinux 0x8264d7c3 acpi_subsys_runtime_suspend +EXPORT_SYMBOL_GPL vmlinux 0x8266bf7f pci_aer_clear_nonfatal_status +EXPORT_SYMBOL_GPL vmlinux 0x826a251e serdev_device_write +EXPORT_SYMBOL_GPL vmlinux 0x826d85f4 of_pm_clk_add_clk +EXPORT_SYMBOL_GPL vmlinux 0x826e03bc regulator_register_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0x827e61f8 acpi_has_watchdog +EXPORT_SYMBOL_GPL vmlinux 0x828dcfec extcon_set_state +EXPORT_SYMBOL_GPL vmlinux 0x828e22f4 hrtimer_forward +EXPORT_SYMBOL_GPL vmlinux 0x829d9edc __traceiter_neigh_cleanup_and_release +EXPORT_SYMBOL_GPL vmlinux 0x829e626c virtio_device_restore +EXPORT_SYMBOL_GPL vmlinux 0x82a1cf8c devm_gpio_request +EXPORT_SYMBOL_GPL vmlinux 0x82a53ef3 mtk_clk_gate_ops_setclr +EXPORT_SYMBOL_GPL vmlinux 0x82a80545 __SCK__tp_func_fdb_delete +EXPORT_SYMBOL_GPL vmlinux 0x82bbf30b __tracepoint_map +EXPORT_SYMBOL_GPL vmlinux 0x82d486a0 serdev_device_remove +EXPORT_SYMBOL_GPL vmlinux 0x82d79b51 sysctl_vfs_cache_pressure +EXPORT_SYMBOL_GPL vmlinux 0x82df8258 pwmchip_add +EXPORT_SYMBOL_GPL vmlinux 0x82fb4d68 vfs_removexattr +EXPORT_SYMBOL_GPL vmlinux 0x831a7e7d pinctrl_utils_add_map_mux +EXPORT_SYMBOL_GPL vmlinux 0x83202577 regulator_set_current_limit_regmap +EXPORT_SYMBOL_GPL vmlinux 0x8320430c perf_pmu_unregister +EXPORT_SYMBOL_GPL vmlinux 0x8327999b dev_pm_qos_flags +EXPORT_SYMBOL_GPL vmlinux 0x83285492 usb_remove_hcd +EXPORT_SYMBOL_GPL vmlinux 0x832cb5b0 to_nvdimm +EXPORT_SYMBOL_GPL vmlinux 0x8339df73 klist_add_behind +EXPORT_SYMBOL_GPL vmlinux 0x8341dedf gpiochip_populate_parent_fwspec_twocell +EXPORT_SYMBOL_GPL vmlinux 0x834417fb of_platform_populate +EXPORT_SYMBOL_GPL vmlinux 0x8349a895 nvmem_device_put +EXPORT_SYMBOL_GPL vmlinux 0x834d81c7 hte_ts_get +EXPORT_SYMBOL_GPL vmlinux 0x8353dfff acpi_os_get_iomem +EXPORT_SYMBOL_GPL vmlinux 0x836d652f poll_state_synchronize_rcu_full +EXPORT_SYMBOL_GPL vmlinux 0x8382fc7d irq_domain_remove +EXPORT_SYMBOL_GPL vmlinux 0x838661d7 acpi_subsys_suspend_late +EXPORT_SYMBOL_GPL vmlinux 0x83b156d6 i2c_dw_adjust_bus_speed +EXPORT_SYMBOL_GPL vmlinux 0x83b4ae8f pci_max_pasids +EXPORT_SYMBOL_GPL vmlinux 0x83b61264 fscrypt_mergeable_bio +EXPORT_SYMBOL_GPL vmlinux 0x83c09ce2 serial8250_em485_config +EXPORT_SYMBOL_GPL vmlinux 0x83c3453f crypto_stats_akcipher_verify +EXPORT_SYMBOL_GPL vmlinux 0x83c61663 devm_release_action +EXPORT_SYMBOL_GPL vmlinux 0x83c65c4b ata_sas_tport_delete +EXPORT_SYMBOL_GPL vmlinux 0x83ceb24f xenbus_alloc_evtchn +EXPORT_SYMBOL_GPL vmlinux 0x83d84bb2 regulator_set_voltage_rdev +EXPORT_SYMBOL_GPL vmlinux 0x83df8f98 blk_mq_quiesce_queue +EXPORT_SYMBOL_GPL vmlinux 0x83ef97fb phy_put +EXPORT_SYMBOL_GPL vmlinux 0x83f52dc3 register_nvdimm_pmu +EXPORT_SYMBOL_GPL vmlinux 0x840561cc dev_pm_domain_attach_by_name +EXPORT_SYMBOL_GPL vmlinux 0x84106f36 devlink_trap_ctx_priv +EXPORT_SYMBOL_GPL vmlinux 0x841757a8 da9055_regmap_config +EXPORT_SYMBOL_GPL vmlinux 0x8422021c __pci_hp_initialize +EXPORT_SYMBOL_GPL vmlinux 0x8422a66c devm_pse_controller_register +EXPORT_SYMBOL_GPL vmlinux 0x8425b9c3 xas_split_alloc +EXPORT_SYMBOL_GPL vmlinux 0x84264ced fs_umode_to_ftype +EXPORT_SYMBOL_GPL vmlinux 0x8429a812 ahci_platform_suspend_host +EXPORT_SYMBOL_GPL vmlinux 0x8429e03e get_state_synchronize_srcu +EXPORT_SYMBOL_GPL vmlinux 0x842f046d usb_poison_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0x8437fb80 gnttab_dma_alloc_pages +EXPORT_SYMBOL_GPL vmlinux 0x843d70ef acpi_is_root_bridge +EXPORT_SYMBOL_GPL vmlinux 0x8443796a gpiochip_remove +EXPORT_SYMBOL_GPL vmlinux 0x8446b89e gpiod_set_raw_value +EXPORT_SYMBOL_GPL vmlinux 0x844d3e73 crypto_shoot_alg +EXPORT_SYMBOL_GPL vmlinux 0x84502a47 blk_status_to_errno +EXPORT_SYMBOL_GPL vmlinux 0x8462cb62 atapi_cmd_type +EXPORT_SYMBOL_GPL vmlinux 0x8477d2d1 gpiod_is_active_low +EXPORT_SYMBOL_GPL vmlinux 0x84a8d0eb of_changeset_revert +EXPORT_SYMBOL_GPL vmlinux 0x84cd33d3 led_set_brightness +EXPORT_SYMBOL_GPL vmlinux 0x84db1895 powercap_register_zone +EXPORT_SYMBOL_GPL vmlinux 0x84ef27f5 synth_event_add_fields +EXPORT_SYMBOL_GPL vmlinux 0x84ef545a mtk_clk_unregister_plls +EXPORT_SYMBOL_GPL vmlinux 0x8501f6a2 crypto_aead_encrypt +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 0x8515f99c clockevents_register_device +EXPORT_SYMBOL_GPL vmlinux 0x851e6003 usb_phy_roothub_calibrate +EXPORT_SYMBOL_GPL vmlinux 0x851fe124 __SCK__tp_func_fib6_table_lookup +EXPORT_SYMBOL_GPL vmlinux 0x85266027 devm_i2c_new_dummy_device +EXPORT_SYMBOL_GPL vmlinux 0x852971da wm8350_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x8533ef21 kvm_vcpu_on_spin +EXPORT_SYMBOL_GPL vmlinux 0x8536c18a crypto_comp_compress +EXPORT_SYMBOL_GPL vmlinux 0x853ab6c4 fuse_conn_put +EXPORT_SYMBOL_GPL vmlinux 0x853b7030 devlink_port_region_create +EXPORT_SYMBOL_GPL vmlinux 0x85457c57 wait_on_page_writeback +EXPORT_SYMBOL_GPL vmlinux 0x85497eb4 regulator_unregister_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0x85540ebc nvmem_cell_put +EXPORT_SYMBOL_GPL vmlinux 0x85587aa6 blk_mq_pci_map_queues +EXPORT_SYMBOL_GPL vmlinux 0x855e4d7d cpufreq_dbs_governor_start +EXPORT_SYMBOL_GPL vmlinux 0x855f15a4 devm_power_supply_register +EXPORT_SYMBOL_GPL vmlinux 0x8562c1c8 pci_destroy_slot +EXPORT_SYMBOL_GPL vmlinux 0x85785961 percpu_down_write +EXPORT_SYMBOL_GPL vmlinux 0x8584dffe pci_free_p2pmem +EXPORT_SYMBOL_GPL vmlinux 0x85860e02 device_remove_file +EXPORT_SYMBOL_GPL vmlinux 0x85862277 ioasid_find +EXPORT_SYMBOL_GPL vmlinux 0x858e2628 dax_holder +EXPORT_SYMBOL_GPL vmlinux 0x8592bcca devm_rtc_nvmem_register +EXPORT_SYMBOL_GPL vmlinux 0x8593f4f9 acpi_data_fwnode_ops +EXPORT_SYMBOL_GPL vmlinux 0x85944710 pinctrl_pm_select_default_state +EXPORT_SYMBOL_GPL vmlinux 0x859b1ff6 phylink_validate_mask_caps +EXPORT_SYMBOL_GPL vmlinux 0x85ad95eb gpiod_to_chip +EXPORT_SYMBOL_GPL vmlinux 0x85bed43c platform_get_irq_optional +EXPORT_SYMBOL_GPL vmlinux 0x85cdac29 sock_gen_put +EXPORT_SYMBOL_GPL vmlinux 0x85d23e74 rio_dma_prep_slave_sg +EXPORT_SYMBOL_GPL vmlinux 0x85e3e176 serial8250_handle_irq +EXPORT_SYMBOL_GPL vmlinux 0x85e5f0ca dev_pm_put_subsys_data +EXPORT_SYMBOL_GPL vmlinux 0x85eed1be iopf_queue_discard_partial +EXPORT_SYMBOL_GPL vmlinux 0x85f303b7 usb_get_hcd +EXPORT_SYMBOL_GPL vmlinux 0x8607ae80 inet6_csk_xmit +EXPORT_SYMBOL_GPL vmlinux 0x861a7a70 fscrypt_dummy_policies_equal +EXPORT_SYMBOL_GPL vmlinux 0x862258db timecounter_init +EXPORT_SYMBOL_GPL vmlinux 0x86234ba2 bpf_preload_ops +EXPORT_SYMBOL_GPL vmlinux 0x862bb17b linear_range_values_in_range_array +EXPORT_SYMBOL_GPL vmlinux 0x863ce334 devlink_param_register +EXPORT_SYMBOL_GPL vmlinux 0x86495ad3 task_user_regset_view +EXPORT_SYMBOL_GPL vmlinux 0x86585a33 devlink_fmsg_obj_nest_start +EXPORT_SYMBOL_GPL vmlinux 0x86623fd7 notify_remote_via_irq +EXPORT_SYMBOL_GPL vmlinux 0x86662b94 wwan_put_debugfs_dir +EXPORT_SYMBOL_GPL vmlinux 0x86700220 acpi_get_cpuid +EXPORT_SYMBOL_GPL vmlinux 0x867526d1 aead_geniv_alloc +EXPORT_SYMBOL_GPL vmlinux 0x8677245d unregister_switchdev_blocking_notifier +EXPORT_SYMBOL_GPL vmlinux 0x86783261 sdio_writew +EXPORT_SYMBOL_GPL vmlinux 0x867ea2c9 iommu_device_release_dma_owner +EXPORT_SYMBOL_GPL vmlinux 0x86823783 of_pci_dma_range_parser_init +EXPORT_SYMBOL_GPL vmlinux 0x86871b40 devlink_info_version_stored_put_ext +EXPORT_SYMBOL_GPL vmlinux 0x868784cb __symbol_get +EXPORT_SYMBOL_GPL vmlinux 0x86a8e0a1 dev_pm_opp_xlate_required_opp +EXPORT_SYMBOL_GPL vmlinux 0x86a987db irq_gc_set_wake +EXPORT_SYMBOL_GPL vmlinux 0x86b13d2a usb_unpoison_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0x86b1ceb3 tegra210_set_sata_pll_seq_sw +EXPORT_SYMBOL_GPL vmlinux 0x86c02001 ipi_send_mask +EXPORT_SYMBOL_GPL vmlinux 0x86c43a8c cper_estatus_check +EXPORT_SYMBOL_GPL vmlinux 0x86d10d5f crypto_ahash_final +EXPORT_SYMBOL_GPL vmlinux 0x86d7af50 altr_sysmgr_regmap_lookup_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0x86f6b99d synchronize_rcu_expedited +EXPORT_SYMBOL_GPL vmlinux 0x86f85114 net_dec_egress_queue +EXPORT_SYMBOL_GPL vmlinux 0x8702ef71 ehci_setup +EXPORT_SYMBOL_GPL vmlinux 0x8707e2cd ohci_suspend +EXPORT_SYMBOL_GPL vmlinux 0x870e16b7 xen_test_irq_shared +EXPORT_SYMBOL_GPL vmlinux 0x871ed118 phy_power_on +EXPORT_SYMBOL_GPL vmlinux 0x87258a37 mas_store +EXPORT_SYMBOL_GPL vmlinux 0x8730a448 of_clk_add_provider +EXPORT_SYMBOL_GPL vmlinux 0x87316943 crypto_unregister_acomp +EXPORT_SYMBOL_GPL vmlinux 0x873bb0b2 ipv4_sk_redirect +EXPORT_SYMBOL_GPL vmlinux 0x8745b79f stmpe_set_altfunc +EXPORT_SYMBOL_GPL vmlinux 0x875497ba i2c_dw_validate_speed +EXPORT_SYMBOL_GPL vmlinux 0x87555f9f mmc_regulator_get_supply +EXPORT_SYMBOL_GPL vmlinux 0x875daaaf __devm_clk_hw_register_mux +EXPORT_SYMBOL_GPL vmlinux 0x8768d411 devm_hwspin_lock_request_specific +EXPORT_SYMBOL_GPL vmlinux 0x877a2783 devm_gpiod_get_from_of_node +EXPORT_SYMBOL_GPL vmlinux 0x877b7c5c clk_hw_get_flags +EXPORT_SYMBOL_GPL vmlinux 0x8782bcc6 skb_gso_validate_network_len +EXPORT_SYMBOL_GPL vmlinux 0x878feb98 debugfs_file_get +EXPORT_SYMBOL_GPL vmlinux 0x87908767 xas_clear_mark +EXPORT_SYMBOL_GPL vmlinux 0x87a12276 pinctrl_unregister +EXPORT_SYMBOL_GPL vmlinux 0x87ac7411 __tracepoint_ata_exec_command +EXPORT_SYMBOL_GPL vmlinux 0x87b0bce5 hte_push_ts_ns +EXPORT_SYMBOL_GPL vmlinux 0x87b48c5e sata_sff_hardreset +EXPORT_SYMBOL_GPL vmlinux 0x87b84edc relay_close +EXPORT_SYMBOL_GPL vmlinux 0x87bcf60f tty_get_icount +EXPORT_SYMBOL_GPL vmlinux 0x87c2c635 generic_online_page +EXPORT_SYMBOL_GPL vmlinux 0x87c93571 devm_thermal_of_cooling_device_register +EXPORT_SYMBOL_GPL vmlinux 0x87d08151 gov_update_cpu_data +EXPORT_SYMBOL_GPL vmlinux 0x87e118b0 ata_do_set_mode +EXPORT_SYMBOL_GPL vmlinux 0x880bc851 irq_chip_enable_parent +EXPORT_SYMBOL_GPL vmlinux 0x88100e5a regulator_disable_deferred +EXPORT_SYMBOL_GPL vmlinux 0x882edb20 fsl_mc_bus_dpio_type +EXPORT_SYMBOL_GPL vmlinux 0x8830123d genphy_c45_pma_baset1_read_master_slave +EXPORT_SYMBOL_GPL vmlinux 0x8839e03f dma_max_mapping_size +EXPORT_SYMBOL_GPL vmlinux 0x88476f9f devl_lock +EXPORT_SYMBOL_GPL vmlinux 0x884a8e4a crypto_alloc_kpp +EXPORT_SYMBOL_GPL vmlinux 0x884f5d17 lwtunnel_build_state +EXPORT_SYMBOL_GPL vmlinux 0x885528a6 ring_buffer_discard_commit +EXPORT_SYMBOL_GPL vmlinux 0x88565669 skb_splice_bits +EXPORT_SYMBOL_GPL vmlinux 0x885af978 devm_kstrdup +EXPORT_SYMBOL_GPL vmlinux 0x8862df14 usb_driver_set_configuration +EXPORT_SYMBOL_GPL vmlinux 0x886f7962 ata_port_abort +EXPORT_SYMBOL_GPL vmlinux 0x88866315 sata_scr_read +EXPORT_SYMBOL_GPL vmlinux 0x888c5be5 irq_bypass_register_consumer +EXPORT_SYMBOL_GPL vmlinux 0x88a0813b device_property_present +EXPORT_SYMBOL_GPL vmlinux 0x88ab6fe3 kgdb_active +EXPORT_SYMBOL_GPL vmlinux 0x88b4ae92 ring_buffer_normalize_time_stamp +EXPORT_SYMBOL_GPL vmlinux 0x88b8f19f regulator_is_equal +EXPORT_SYMBOL_GPL vmlinux 0x88bd7ffe tty_get_pgrp +EXPORT_SYMBOL_GPL vmlinux 0x88cce6a0 xas_find_marked +EXPORT_SYMBOL_GPL vmlinux 0x88cd7a9a k3_ringacc_ring_get_occ +EXPORT_SYMBOL_GPL vmlinux 0x88cf74f7 cdrom_read_tocentry +EXPORT_SYMBOL_GPL vmlinux 0x88dad882 user_read +EXPORT_SYMBOL_GPL vmlinux 0x88ef50a6 regmap_multi_reg_write +EXPORT_SYMBOL_GPL vmlinux 0x88f0dc28 platform_device_put +EXPORT_SYMBOL_GPL vmlinux 0x88f77e8f crypto_register_scomp +EXPORT_SYMBOL_GPL vmlinux 0x890d7179 security_inode_setattr +EXPORT_SYMBOL_GPL vmlinux 0x890f4f97 __kprobe_event_gen_cmd_start +EXPORT_SYMBOL_GPL vmlinux 0x890fa0fa btree_get_prev +EXPORT_SYMBOL_GPL vmlinux 0x8919c1fd tps6586x_read +EXPORT_SYMBOL_GPL vmlinux 0x891a5a7f gnttab_max_grant_frames +EXPORT_SYMBOL_GPL vmlinux 0x8924eb1e rcu_force_quiescent_state +EXPORT_SYMBOL_GPL vmlinux 0x89373b2a pci_epc_map_msi_irq +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 0x8951cd9e acpi_get_first_physical_node +EXPORT_SYMBOL_GPL vmlinux 0x8954dc8e __SCK__tp_func_br_fdb_external_learn_add +EXPORT_SYMBOL_GPL vmlinux 0x895a651e led_trigger_set_default +EXPORT_SYMBOL_GPL vmlinux 0x89620fa0 irq_set_chained_handler_and_data +EXPORT_SYMBOL_GPL vmlinux 0x89623423 debugfs_create_u8 +EXPORT_SYMBOL_GPL vmlinux 0x8963f55b dma_get_any_slave_channel +EXPORT_SYMBOL_GPL vmlinux 0x89644747 lwtunnel_output +EXPORT_SYMBOL_GPL vmlinux 0x896639d0 get_user_pages_fast_only +EXPORT_SYMBOL_GPL vmlinux 0x897d2e65 meson_pmx_get_groups +EXPORT_SYMBOL_GPL vmlinux 0x897feab5 kvm_read_guest +EXPORT_SYMBOL_GPL vmlinux 0x89a4476d HYPERVISOR_multicall +EXPORT_SYMBOL_GPL vmlinux 0x89ae7aa0 rsa_parse_pub_key +EXPORT_SYMBOL_GPL vmlinux 0x89b809b3 dpcon_reset +EXPORT_SYMBOL_GPL vmlinux 0x89bb9c79 virtio_reset_device +EXPORT_SYMBOL_GPL vmlinux 0x89bbafc6 usb_register_notify +EXPORT_SYMBOL_GPL vmlinux 0x89bec8b0 gfn_to_pfn_memslot_atomic +EXPORT_SYMBOL_GPL vmlinux 0x89c429e4 __tracepoint_mc_event +EXPORT_SYMBOL_GPL vmlinux 0x89d09e3c genphy_c45_pma_suspend +EXPORT_SYMBOL_GPL vmlinux 0x89dff13f usb_hcd_platform_shutdown +EXPORT_SYMBOL_GPL vmlinux 0x89e1ec9d acpi_get_subsystem_id +EXPORT_SYMBOL_GPL vmlinux 0x89e2d9a7 sock_diag_register +EXPORT_SYMBOL_GPL vmlinux 0x89e340cf acpi_bus_get_ejd +EXPORT_SYMBOL_GPL vmlinux 0x89eef968 psil_set_new_ep_config +EXPORT_SYMBOL_GPL vmlinux 0x8a030b3f divider_ro_determine_rate +EXPORT_SYMBOL_GPL vmlinux 0x8a0937da genphy_c45_read_status +EXPORT_SYMBOL_GPL vmlinux 0x8a16ef05 usb_add_phy +EXPORT_SYMBOL_GPL vmlinux 0x8a22cc51 __devres_alloc_node +EXPORT_SYMBOL_GPL vmlinux 0x8a24ec3d gpiod_direction_output +EXPORT_SYMBOL_GPL vmlinux 0x8a3f84ba linear_range_get_selector_low +EXPORT_SYMBOL_GPL vmlinux 0x8a3fe95b fsl_mc_bus_dpmac_type +EXPORT_SYMBOL_GPL vmlinux 0x8a45a555 acpi_unregister_wakeup_handler +EXPORT_SYMBOL_GPL vmlinux 0x8a554a36 mpc8xxx_spi_strmode +EXPORT_SYMBOL_GPL vmlinux 0x8a5e85fc __irq_alloc_domain_generic_chips +EXPORT_SYMBOL_GPL vmlinux 0x8a62b81b sfp_upstream_stop +EXPORT_SYMBOL_GPL vmlinux 0x8a68371b kvm_vcpu_read_guest_atomic +EXPORT_SYMBOL_GPL vmlinux 0x8a69248e fwnode_property_read_u8_array +EXPORT_SYMBOL_GPL vmlinux 0x8a6d7288 devm_ti_sci_get_handle +EXPORT_SYMBOL_GPL vmlinux 0x8a83fb45 mpi_point_free_parts +EXPORT_SYMBOL_GPL vmlinux 0x8a8747e2 skb_scrub_packet +EXPORT_SYMBOL_GPL vmlinux 0x8a9670ee pci_doe_supports_prot +EXPORT_SYMBOL_GPL vmlinux 0x8abacc47 get_max_files +EXPORT_SYMBOL_GPL vmlinux 0x8ac1407b sfp_get_module_eeprom +EXPORT_SYMBOL_GPL vmlinux 0x8ae404b1 acpi_device_fix_up_power +EXPORT_SYMBOL_GPL vmlinux 0x8aeca658 vcap_get_rule +EXPORT_SYMBOL_GPL vmlinux 0x8af2a0d4 crypto_enqueue_request +EXPORT_SYMBOL_GPL vmlinux 0x8af32c5d ata_std_error_handler +EXPORT_SYMBOL_GPL vmlinux 0x8b149c36 clk_is_match +EXPORT_SYMBOL_GPL vmlinux 0x8b19de10 thp_get_unmapped_area +EXPORT_SYMBOL_GPL vmlinux 0x8b1ea297 fsnotify_put_mark +EXPORT_SYMBOL_GPL vmlinux 0x8b4149e4 cppc_perf_ctrs_in_pcc +EXPORT_SYMBOL_GPL vmlinux 0x8b5475f2 ata_scsi_slave_destroy +EXPORT_SYMBOL_GPL vmlinux 0x8b552c76 devm_of_platform_depopulate +EXPORT_SYMBOL_GPL vmlinux 0x8b650752 mtk_mutex_release +EXPORT_SYMBOL_GPL vmlinux 0x8b6aa8d9 bpf_trace_run1 +EXPORT_SYMBOL_GPL vmlinux 0x8b6d7275 dma_free_noncontiguous +EXPORT_SYMBOL_GPL vmlinux 0x8b724aed fib_table_lookup +EXPORT_SYMBOL_GPL vmlinux 0x8b7a698b __tracepoint_xdp_exception +EXPORT_SYMBOL_GPL vmlinux 0x8b8526a3 vfs_set_acl +EXPORT_SYMBOL_GPL vmlinux 0x8b89f01c hv_ghcb_hypercall +EXPORT_SYMBOL_GPL vmlinux 0x8b8c3a86 transport_remove_device +EXPORT_SYMBOL_GPL vmlinux 0x8b9c712a devl_port_register +EXPORT_SYMBOL_GPL vmlinux 0x8ba0eb15 hv_set_vpreg +EXPORT_SYMBOL_GPL vmlinux 0x8ba23d23 pci_add_dynid +EXPORT_SYMBOL_GPL vmlinux 0x8ba4f989 irq_gc_noop +EXPORT_SYMBOL_GPL vmlinux 0x8ba5afe9 HYPERVISOR_memory_op +EXPORT_SYMBOL_GPL vmlinux 0x8bbd3fea cgroup_get_from_fd +EXPORT_SYMBOL_GPL vmlinux 0x8bbdff1f kthread_unuse_mm +EXPORT_SYMBOL_GPL vmlinux 0x8bc7bece kthread_unpark +EXPORT_SYMBOL_GPL vmlinux 0x8bde5894 ip_icmp_error_rfc4884 +EXPORT_SYMBOL_GPL vmlinux 0x8bed0e0e device_iommu_capable +EXPORT_SYMBOL_GPL vmlinux 0x8bf20931 pinctrl_force_default +EXPORT_SYMBOL_GPL vmlinux 0x8bf5f379 k3_udma_glue_release_tx_chn +EXPORT_SYMBOL_GPL vmlinux 0x8bf62b2a of_get_named_gpio_flags +EXPORT_SYMBOL_GPL vmlinux 0x8c0215f2 pm_system_wakeup +EXPORT_SYMBOL_GPL vmlinux 0x8c03d20c destroy_workqueue +EXPORT_SYMBOL_GPL vmlinux 0x8c0d72fe inode_sb_list_add +EXPORT_SYMBOL_GPL vmlinux 0x8c0ed103 rcu_check_boost_fail +EXPORT_SYMBOL_GPL vmlinux 0x8c1ecd78 transport_class_unregister +EXPORT_SYMBOL_GPL vmlinux 0x8c364e2d pci_doe_submit_task +EXPORT_SYMBOL_GPL vmlinux 0x8c45951e ata_scsi_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x8c484409 gnttab_release_grant_reference +EXPORT_SYMBOL_GPL vmlinux 0x8c4d2428 mt_prev +EXPORT_SYMBOL_GPL vmlinux 0x8c568b88 of_mm_gpiochip_add_data +EXPORT_SYMBOL_GPL vmlinux 0x8c58a26b xfrm_audit_state_replay_overflow +EXPORT_SYMBOL_GPL vmlinux 0x8c594bce of_get_display_timings +EXPORT_SYMBOL_GPL vmlinux 0x8c6414ea edac_device_free_ctl_info +EXPORT_SYMBOL_GPL vmlinux 0x8c68a67e ata_change_queue_depth +EXPORT_SYMBOL_GPL vmlinux 0x8c738bff crypto_shash_finup +EXPORT_SYMBOL_GPL vmlinux 0x8c743fb6 reset_control_status +EXPORT_SYMBOL_GPL vmlinux 0x8c89e3b8 usb_phy_roothub_power_off +EXPORT_SYMBOL_GPL vmlinux 0x8c98d248 unregister_vmcore_cb +EXPORT_SYMBOL_GPL vmlinux 0x8c9cfad3 devl_dpipe_table_resource_set +EXPORT_SYMBOL_GPL vmlinux 0x8c9e54d3 devlink_info_version_running_put_ext +EXPORT_SYMBOL_GPL vmlinux 0x8cab408e vcap_del_rule +EXPORT_SYMBOL_GPL vmlinux 0x8caf03ad ip_route_output_tunnel +EXPORT_SYMBOL_GPL vmlinux 0x8cb5a38e k3_udma_glue_rx_flow_disable +EXPORT_SYMBOL_GPL vmlinux 0x8cbc9471 regulator_unregister +EXPORT_SYMBOL_GPL vmlinux 0x8cc9b577 rio_inb_pwrite_handler +EXPORT_SYMBOL_GPL vmlinux 0x8cca4205 subsys_system_register +EXPORT_SYMBOL_GPL vmlinux 0x8ccc1725 ping_get_port +EXPORT_SYMBOL_GPL vmlinux 0x8cd1a948 acpi_dev_get_memory_resources +EXPORT_SYMBOL_GPL vmlinux 0x8cde5798 clk_hw_register_gate2 +EXPORT_SYMBOL_GPL vmlinux 0x8ce2d446 __tracepoint_block_rq_remap +EXPORT_SYMBOL_GPL vmlinux 0x8cebe9cb spi_controller_suspend +EXPORT_SYMBOL_GPL vmlinux 0x8d049724 inet6_hash_connect +EXPORT_SYMBOL_GPL vmlinux 0x8d09008f __pm_runtime_set_status +EXPORT_SYMBOL_GPL vmlinux 0x8d0abf3a __tracepoint_io_page_fault +EXPORT_SYMBOL_GPL vmlinux 0x8d18dd2d palmas_ext_control_req_config +EXPORT_SYMBOL_GPL vmlinux 0x8d1ad716 nf_route +EXPORT_SYMBOL_GPL vmlinux 0x8d1c7ffd pin_get_name +EXPORT_SYMBOL_GPL vmlinux 0x8d22bb58 iommu_group_alloc +EXPORT_SYMBOL_GPL vmlinux 0x8d30b53a wbc_attach_and_unlock_inode +EXPORT_SYMBOL_GPL vmlinux 0x8d326957 dw_pcie_setup_rc +EXPORT_SYMBOL_GPL vmlinux 0x8d3330b6 cpuacct_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0x8d467bb9 rio_lock_device +EXPORT_SYMBOL_GPL vmlinux 0x8d522714 __rcu_read_lock +EXPORT_SYMBOL_GPL vmlinux 0x8d6aa8f2 register_net_sysctl +EXPORT_SYMBOL_GPL vmlinux 0x8d6ac763 phy_driver_is_genphy +EXPORT_SYMBOL_GPL vmlinux 0x8d6b2102 irq_get_irq_data +EXPORT_SYMBOL_GPL vmlinux 0x8d6b65c9 regulator_set_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x8d7e3373 hwpoison_filter_dev_major +EXPORT_SYMBOL_GPL vmlinux 0x8d8e8edf wm8400_reset_codec_reg_cache +EXPORT_SYMBOL_GPL vmlinux 0x8d908ebf power_supply_get_maintenance_charging_setting +EXPORT_SYMBOL_GPL vmlinux 0x8da813ff xdp_rxq_info_unused +EXPORT_SYMBOL_GPL vmlinux 0x8dbf7aaa privcmd_call +EXPORT_SYMBOL_GPL vmlinux 0x8dca5a06 rio_route_add_entry +EXPORT_SYMBOL_GPL vmlinux 0x8dce0781 fib6_check_nexthop +EXPORT_SYMBOL_GPL vmlinux 0x8dd218b0 icc_bulk_disable +EXPORT_SYMBOL_GPL vmlinux 0x8de6817a acpi_dev_resource_address_space +EXPORT_SYMBOL_GPL vmlinux 0x8e048207 blk_freeze_queue_start +EXPORT_SYMBOL_GPL vmlinux 0x8e16419b trace_clock_local +EXPORT_SYMBOL_GPL vmlinux 0x8e22b3c5 wwan_port_rx +EXPORT_SYMBOL_GPL vmlinux 0x8e279552 perf_aux_output_flag +EXPORT_SYMBOL_GPL vmlinux 0x8e289b58 kernfs_path_from_node +EXPORT_SYMBOL_GPL vmlinux 0x8e3ddac0 of_reserved_mem_device_init_by_idx +EXPORT_SYMBOL_GPL vmlinux 0x8e482e70 sdio_set_block_size +EXPORT_SYMBOL_GPL vmlinux 0x8e4b63a6 hisi_clk_register_gate_sep +EXPORT_SYMBOL_GPL vmlinux 0x8e4e4078 mtk_clk_unregister_muxes +EXPORT_SYMBOL_GPL vmlinux 0x8e4eb451 bpf_sk_storage_diag_free +EXPORT_SYMBOL_GPL vmlinux 0x8e60cc4b i2c_new_dummy_device +EXPORT_SYMBOL_GPL vmlinux 0x8e630d26 pcie_update_link_speed +EXPORT_SYMBOL_GPL vmlinux 0x8e6b1a9e net_selftest_get_count +EXPORT_SYMBOL_GPL vmlinux 0x8e6fa8b5 apei_exec_pre_map_gars +EXPORT_SYMBOL_GPL vmlinux 0x8e7f0a9c acpi_get_phys_id +EXPORT_SYMBOL_GPL vmlinux 0x8e8b6c3e inet_ehash_nolisten +EXPORT_SYMBOL_GPL vmlinux 0x8e9046d0 rio_release_inb_pwrite +EXPORT_SYMBOL_GPL vmlinux 0x8e98d2cf xenbus_dev_cancel +EXPORT_SYMBOL_GPL vmlinux 0x8ea07256 crypto_spawn_tfm +EXPORT_SYMBOL_GPL vmlinux 0x8ea0d5c2 sata_std_hardreset +EXPORT_SYMBOL_GPL vmlinux 0x8ead800c user_free_preparse +EXPORT_SYMBOL_GPL vmlinux 0x8eb54a48 inet6_lookup +EXPORT_SYMBOL_GPL vmlinux 0x8ecd28d4 icc_nodes_remove +EXPORT_SYMBOL_GPL vmlinux 0x8ed560a9 srcutorture_get_gp_data +EXPORT_SYMBOL_GPL vmlinux 0x8ee32174 xfrm_bpf_md_dst +EXPORT_SYMBOL_GPL vmlinux 0x8eec19bd __SCK__tp_func_pelt_dl_tp +EXPORT_SYMBOL_GPL vmlinux 0x8eeca848 sprd_pinctrl_core_probe +EXPORT_SYMBOL_GPL vmlinux 0x8eee3399 dax_read_unlock +EXPORT_SYMBOL_GPL vmlinux 0x8ef4d6f3 rio_mport_class +EXPORT_SYMBOL_GPL vmlinux 0x8f0748af rcu_expedite_gp +EXPORT_SYMBOL_GPL vmlinux 0x8f09e106 fuse_dev_release +EXPORT_SYMBOL_GPL vmlinux 0x8f0b781d iova_domain_init_rcaches +EXPORT_SYMBOL_GPL vmlinux 0x8f0eeff0 fsl_mc_object_free +EXPORT_SYMBOL_GPL vmlinux 0x8f0fbf40 decrypt_blob +EXPORT_SYMBOL_GPL vmlinux 0x8f13e260 clk_regmap_mux_ops +EXPORT_SYMBOL_GPL vmlinux 0x8f1b6b6b aead_init_geniv +EXPORT_SYMBOL_GPL vmlinux 0x8f2e341e devm_kmemdup +EXPORT_SYMBOL_GPL vmlinux 0x8f318d16 sysfs_create_link_nowarn +EXPORT_SYMBOL_GPL vmlinux 0x8f33c92f dev_pm_opp_of_cpumask_add_table +EXPORT_SYMBOL_GPL vmlinux 0x8f34c8f4 devlink_port_register +EXPORT_SYMBOL_GPL vmlinux 0x8f3969e1 zynqmp_pm_clock_getrate +EXPORT_SYMBOL_GPL vmlinux 0x8f3a8773 fib_alias_hw_flags_set +EXPORT_SYMBOL_GPL vmlinux 0x8f599f00 pci_set_pcie_reset_state +EXPORT_SYMBOL_GPL vmlinux 0x8f5d5c73 fsstack_copy_attr_all +EXPORT_SYMBOL_GPL vmlinux 0x8f5f9f1a acpi_cppc_processor_exit +EXPORT_SYMBOL_GPL vmlinux 0x8f6cee77 __round_jiffies_relative +EXPORT_SYMBOL_GPL vmlinux 0x8f756caf fwnode_graph_get_remote_endpoint +EXPORT_SYMBOL_GPL vmlinux 0x8f786bee fs_umode_to_dtype +EXPORT_SYMBOL_GPL vmlinux 0x8f7bd0a6 btree_init_mempool +EXPORT_SYMBOL_GPL vmlinux 0x8f8ba7f3 mtk_clk_unregister_ref2usb_tx +EXPORT_SYMBOL_GPL vmlinux 0x8f903fca efivars_kobject +EXPORT_SYMBOL_GPL vmlinux 0x8f938c6d __fat_fs_error +EXPORT_SYMBOL_GPL vmlinux 0x8f9e3913 dm_send_uevents +EXPORT_SYMBOL_GPL vmlinux 0x8fa5a6ee dev_fetch_sw_netstats +EXPORT_SYMBOL_GPL vmlinux 0x8faa800d acpi_cpc_valid +EXPORT_SYMBOL_GPL vmlinux 0x8fac3638 vchan_tx_desc_free +EXPORT_SYMBOL_GPL vmlinux 0x8fae5828 shash_ahash_digest +EXPORT_SYMBOL_GPL vmlinux 0x8fc12788 software_node_unregister_node_group +EXPORT_SYMBOL_GPL vmlinux 0x8ff095db crypto_register_akcipher +EXPORT_SYMBOL_GPL vmlinux 0x8ff3ba0a regmap_mmio_detach_clk +EXPORT_SYMBOL_GPL vmlinux 0x8ff60436 mpi_ec_add_points +EXPORT_SYMBOL_GPL vmlinux 0x8ff7ea2f devlink_region_snapshot_id_get +EXPORT_SYMBOL_GPL vmlinux 0x8fface63 mtk_mux_clr_set_upd_ops +EXPORT_SYMBOL_GPL vmlinux 0x8ffe792f tracepoint_probe_register_prio_may_exist +EXPORT_SYMBOL_GPL vmlinux 0x900386d9 ata_pci_bmdma_init_one +EXPORT_SYMBOL_GPL vmlinux 0x90094858 __traceiter_pelt_se_tp +EXPORT_SYMBOL_GPL vmlinux 0x900c310c pci_find_next_ext_capability +EXPORT_SYMBOL_GPL vmlinux 0x903b627c list_lru_isolate_move +EXPORT_SYMBOL_GPL vmlinux 0x903dd594 xdp_rxq_info_unreg +EXPORT_SYMBOL_GPL vmlinux 0x9060a64a __auxiliary_driver_register +EXPORT_SYMBOL_GPL vmlinux 0x906d1018 ata_sff_dev_classify +EXPORT_SYMBOL_GPL vmlinux 0x9070634d pm_clk_init +EXPORT_SYMBOL_GPL vmlinux 0x908191d8 pci_epc_clear_bar +EXPORT_SYMBOL_GPL vmlinux 0x908434c7 fsverity_ioctl_read_metadata +EXPORT_SYMBOL_GPL vmlinux 0x9091c336 kvm_vcpu_write_guest_page +EXPORT_SYMBOL_GPL vmlinux 0x90945349 devm_regulator_get_exclusive +EXPORT_SYMBOL_GPL vmlinux 0x90992458 virtqueue_detach_unused_buf +EXPORT_SYMBOL_GPL vmlinux 0x90a9d8cc hv_is_hyperv_initialized +EXPORT_SYMBOL_GPL vmlinux 0x90ac2c43 regulator_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0x90ad66b1 software_node_unregister_nodes +EXPORT_SYMBOL_GPL vmlinux 0x90b022da inet_pernet_hashinfo_alloc +EXPORT_SYMBOL_GPL vmlinux 0x90b416bc pfn_to_online_page +EXPORT_SYMBOL_GPL vmlinux 0x90b45f8d dprc_reset_container +EXPORT_SYMBOL_GPL vmlinux 0x90b763f1 HYPERVISOR_console_io +EXPORT_SYMBOL_GPL vmlinux 0x90c8498c apei_exec_write_register +EXPORT_SYMBOL_GPL vmlinux 0x90d5bc42 mtk_mmsys_ddp_disconnect +EXPORT_SYMBOL_GPL vmlinux 0x90d937b4 __tracepoint_pelt_rt_tp +EXPORT_SYMBOL_GPL vmlinux 0x90dea7b6 edac_mc_add_mc_with_groups +EXPORT_SYMBOL_GPL vmlinux 0x90f2f47b is_nvdimm_sync +EXPORT_SYMBOL_GPL vmlinux 0x90fb9928 devlink_port_attrs_pci_vf_set +EXPORT_SYMBOL_GPL vmlinux 0x910f06a0 __traceiter_ata_bmdma_setup +EXPORT_SYMBOL_GPL vmlinux 0x9112411f bpfilter_umh_cleanup +EXPORT_SYMBOL_GPL vmlinux 0x911f85f6 rio_alloc_net +EXPORT_SYMBOL_GPL vmlinux 0x911fcd6c phylink_start +EXPORT_SYMBOL_GPL vmlinux 0x913ebd32 stack_depot_save +EXPORT_SYMBOL_GPL vmlinux 0x9144098e clk_regmap_gate_ops +EXPORT_SYMBOL_GPL vmlinux 0x9144fb1c crypto_alg_mod_lookup +EXPORT_SYMBOL_GPL vmlinux 0x9163d50f power_supply_get_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x916d083b get_net_ns_by_fd +EXPORT_SYMBOL_GPL vmlinux 0x917f9050 __phy_modify_mmd_changed +EXPORT_SYMBOL_GPL vmlinux 0x917fa414 dmi_kobj +EXPORT_SYMBOL_GPL vmlinux 0x9189f58b gpiod_get_value +EXPORT_SYMBOL_GPL vmlinux 0x9194e18f xenbus_mkdir +EXPORT_SYMBOL_GPL vmlinux 0x91955a9f start_poll_synchronize_rcu +EXPORT_SYMBOL_GPL vmlinux 0x91a1a002 sk_psock_msg_verdict +EXPORT_SYMBOL_GPL vmlinux 0x91aa588e tps6586x_reads +EXPORT_SYMBOL_GPL vmlinux 0x91ad0dd0 rockchip_clk_init +EXPORT_SYMBOL_GPL vmlinux 0x91b31aaf perf_event_refresh +EXPORT_SYMBOL_GPL vmlinux 0x91b715aa fw_devlink_purge_absent_suppliers +EXPORT_SYMBOL_GPL vmlinux 0x91b774a1 mpi_scanval +EXPORT_SYMBOL_GPL vmlinux 0x91c197af cgrp_dfl_root +EXPORT_SYMBOL_GPL vmlinux 0x91c6e5b0 pcap_to_irq +EXPORT_SYMBOL_GPL vmlinux 0x91c9313c acpi_gpio_get_io_resource +EXPORT_SYMBOL_GPL vmlinux 0x91e0574b serdev_device_write_flush +EXPORT_SYMBOL_GPL vmlinux 0x91e30809 HYPERVISOR_vm_assist +EXPORT_SYMBOL_GPL vmlinux 0x91e3c9b7 iomap_bmap +EXPORT_SYMBOL_GPL vmlinux 0x91ea8726 asn1_encode_boolean +EXPORT_SYMBOL_GPL vmlinux 0x91ea8c28 class_create_file_ns +EXPORT_SYMBOL_GPL vmlinux 0x91f099ef kvm_vcpu_map +EXPORT_SYMBOL_GPL vmlinux 0x92086191 ata_sff_softreset +EXPORT_SYMBOL_GPL vmlinux 0x920cc389 visitorl +EXPORT_SYMBOL_GPL vmlinux 0x9227d211 tegra_bpmp_transfer +EXPORT_SYMBOL_GPL vmlinux 0x9231ce77 ethnl_cable_test_alloc +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 0x925008cc genpd_dev_pm_attach +EXPORT_SYMBOL_GPL vmlinux 0x92651a4a vp_modern_generation +EXPORT_SYMBOL_GPL vmlinux 0x92683af2 __ip6_local_out +EXPORT_SYMBOL_GPL vmlinux 0x926c2df5 da903x_clr_bits +EXPORT_SYMBOL_GPL vmlinux 0x926e58c9 serdev_device_close +EXPORT_SYMBOL_GPL vmlinux 0x9270de5b xenbus_switch_state +EXPORT_SYMBOL_GPL vmlinux 0x927487ea zynqmp_pm_read_ggs +EXPORT_SYMBOL_GPL vmlinux 0x927bed9f meson_pmx_get_funcs_count +EXPORT_SYMBOL_GPL vmlinux 0x927d6d8c bpf_trace_run4 +EXPORT_SYMBOL_GPL vmlinux 0x9294b01d devm_regmap_init_vexpress_config +EXPORT_SYMBOL_GPL vmlinux 0x92979b1c skb_partial_csum_set +EXPORT_SYMBOL_GPL vmlinux 0x929e95cf psi_memstall_enter +EXPORT_SYMBOL_GPL vmlinux 0x92af2a2b acpi_dev_resume +EXPORT_SYMBOL_GPL vmlinux 0x92b43046 __account_locked_vm +EXPORT_SYMBOL_GPL vmlinux 0x92b8c78b hyperv_pcpu_output_arg +EXPORT_SYMBOL_GPL vmlinux 0x92bbceef pinmux_generic_remove_function +EXPORT_SYMBOL_GPL vmlinux 0x92ce9f65 generic_handle_domain_irq_safe +EXPORT_SYMBOL_GPL vmlinux 0x92d31cfb fixed_phy_add +EXPORT_SYMBOL_GPL vmlinux 0x92db8f68 do_trace_rcu_torture_read +EXPORT_SYMBOL_GPL vmlinux 0x92e78a2a device_change_owner +EXPORT_SYMBOL_GPL vmlinux 0x92e8e9ab fsverity_enqueue_verify_work +EXPORT_SYMBOL_GPL vmlinux 0x92fd7b8c ata_scsi_dma_need_drain +EXPORT_SYMBOL_GPL vmlinux 0x930ab533 k3_ringacc_request_ring +EXPORT_SYMBOL_GPL vmlinux 0x930c2648 pci_msi_unmask_irq +EXPORT_SYMBOL_GPL vmlinux 0x93121dcc stmpe_dev_pm_ops +EXPORT_SYMBOL_GPL vmlinux 0x9314758e wakeup_source_destroy +EXPORT_SYMBOL_GPL vmlinux 0x93189108 tty_mode_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x9320e2b8 swapcache_mapping +EXPORT_SYMBOL_GPL vmlinux 0x93255b2b ring_buffer_lock_reserve +EXPORT_SYMBOL_GPL vmlinux 0x932c8d7a linear_range_get_value_array +EXPORT_SYMBOL_GPL vmlinux 0x932d722a attribute_container_unregister +EXPORT_SYMBOL_GPL vmlinux 0x93338180 rcuwait_wake_up +EXPORT_SYMBOL_GPL vmlinux 0x9335a75a usb_bulk_msg +EXPORT_SYMBOL_GPL vmlinux 0x933f75e0 usb_unlink_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0x93441daa pci_find_dvsec_capability +EXPORT_SYMBOL_GPL vmlinux 0x935346fe __sbitmap_queue_get +EXPORT_SYMBOL_GPL vmlinux 0x935f8144 exportfs_encode_inode_fh +EXPORT_SYMBOL_GPL vmlinux 0x935fc248 pci_find_ext_capability +EXPORT_SYMBOL_GPL vmlinux 0x936ae234 kgdb_unregister_io_module +EXPORT_SYMBOL_GPL vmlinux 0x9386da42 phy_calibrate +EXPORT_SYMBOL_GPL vmlinux 0x93a3e353 simple_attr_read +EXPORT_SYMBOL_GPL vmlinux 0x93ac4fb1 acpi_unbind_one +EXPORT_SYMBOL_GPL vmlinux 0x93b42a15 of_platform_device_destroy +EXPORT_SYMBOL_GPL vmlinux 0x93c7edeb usb_find_common_endpoints +EXPORT_SYMBOL_GPL vmlinux 0x93c7f322 kthread_data +EXPORT_SYMBOL_GPL vmlinux 0x93d029ed get_net_ns_by_pid +EXPORT_SYMBOL_GPL vmlinux 0x93d1d424 gnttab_free_grant_references +EXPORT_SYMBOL_GPL vmlinux 0x93d9100f xen_unmap_domain_gfn_range +EXPORT_SYMBOL_GPL vmlinux 0x93ebdf96 mt_next +EXPORT_SYMBOL_GPL vmlinux 0x93edef07 devlink_health_report +EXPORT_SYMBOL_GPL vmlinux 0x93f54a7d blk_execute_rq_nowait +EXPORT_SYMBOL_GPL vmlinux 0x93fe0c8d sock_map_destroy +EXPORT_SYMBOL_GPL vmlinux 0x940f017d md_rdev_clear +EXPORT_SYMBOL_GPL vmlinux 0x9418639b gnttab_page_cache_shrink +EXPORT_SYMBOL_GPL vmlinux 0x941d0ede i2c_acpi_client_count +EXPORT_SYMBOL_GPL vmlinux 0x941f2aaa eventfd_ctx_put +EXPORT_SYMBOL_GPL vmlinux 0x9425bb34 nvmem_dev_name +EXPORT_SYMBOL_GPL vmlinux 0x94286b4c devm_hte_register_chip +EXPORT_SYMBOL_GPL vmlinux 0x9430b198 trace_dump_stack +EXPORT_SYMBOL_GPL vmlinux 0x9436e405 memory_group_register_dynamic +EXPORT_SYMBOL_GPL vmlinux 0x94387675 perf_pmu_migrate_context +EXPORT_SYMBOL_GPL vmlinux 0x943fc708 xen_setup_shutdown_event +EXPORT_SYMBOL_GPL vmlinux 0x9454c1a1 crypto_register_template +EXPORT_SYMBOL_GPL vmlinux 0x94578809 iomap_file_unshare +EXPORT_SYMBOL_GPL vmlinux 0x945956b3 genphy_c45_restart_aneg +EXPORT_SYMBOL_GPL vmlinux 0x945975d8 mbox_controller_register +EXPORT_SYMBOL_GPL vmlinux 0x94599c47 rio_mport_initialize +EXPORT_SYMBOL_GPL vmlinux 0x9468ea70 schedule_hrtimeout_range_clock +EXPORT_SYMBOL_GPL vmlinux 0x946c0028 devlink_unregister +EXPORT_SYMBOL_GPL vmlinux 0x946dd559 sha224_zero_message_hash +EXPORT_SYMBOL_GPL vmlinux 0x947fe35a mptcp_token_get_sock +EXPORT_SYMBOL_GPL vmlinux 0x949b5176 devlink_region_snapshot_create +EXPORT_SYMBOL_GPL vmlinux 0x949f7342 __alloc_percpu +EXPORT_SYMBOL_GPL vmlinux 0x94a427e6 mtk_clk_simple_probe +EXPORT_SYMBOL_GPL vmlinux 0x94a93af1 proc_mkdir_data +EXPORT_SYMBOL_GPL vmlinux 0x94bd02da crypto_alloc_aead +EXPORT_SYMBOL_GPL vmlinux 0x94cdf18c kvm_is_visible_gfn +EXPORT_SYMBOL_GPL vmlinux 0x94e23a12 ahci_platform_disable_clks +EXPORT_SYMBOL_GPL vmlinux 0x94e62d2e __set_phys_to_machine_multi +EXPORT_SYMBOL_GPL vmlinux 0x94e98157 ata_acpi_gtm +EXPORT_SYMBOL_GPL vmlinux 0x94e9a0ac nvdimm_region_delete +EXPORT_SYMBOL_GPL vmlinux 0x94ec8a21 pm_runtime_set_memalloc_noio +EXPORT_SYMBOL_GPL vmlinux 0x94ef4d05 cpci_hp_stop +EXPORT_SYMBOL_GPL vmlinux 0x94f0136c irq_set_affinity_notifier +EXPORT_SYMBOL_GPL vmlinux 0x94f3dc02 regcache_sync_region +EXPORT_SYMBOL_GPL vmlinux 0x9504df26 irq_wake_thread +EXPORT_SYMBOL_GPL vmlinux 0x95107e3d to_of_pinfo +EXPORT_SYMBOL_GPL vmlinux 0x9510ebea gpiochip_reqres_irq +EXPORT_SYMBOL_GPL vmlinux 0x951a2773 crypto_has_alg +EXPORT_SYMBOL_GPL vmlinux 0x953e1b9e ktime_get_real_seconds +EXPORT_SYMBOL_GPL vmlinux 0x9545b08d syscon_regmap_lookup_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0x95575c33 __tracepoint_rwmmio_write +EXPORT_SYMBOL_GPL vmlinux 0x955b0e2e kthread_worker_fn +EXPORT_SYMBOL_GPL vmlinux 0x95690dc4 usb_poison_urb +EXPORT_SYMBOL_GPL vmlinux 0x956ac400 ring_buffer_dropped_events_cpu +EXPORT_SYMBOL_GPL vmlinux 0x95700b39 scsi_queue_work +EXPORT_SYMBOL_GPL vmlinux 0x9572466b __put_task_struct +EXPORT_SYMBOL_GPL vmlinux 0x95783596 perf_aux_output_skip +EXPORT_SYMBOL_GPL vmlinux 0x957a1fe1 i2c_slave_unregister +EXPORT_SYMBOL_GPL vmlinux 0x95843030 mpi_ec_init +EXPORT_SYMBOL_GPL vmlinux 0x958df3ac zs_free +EXPORT_SYMBOL_GPL vmlinux 0x9593ef31 register_ftrace_export +EXPORT_SYMBOL_GPL vmlinux 0x959ec5f5 call_rcu_tasks +EXPORT_SYMBOL_GPL vmlinux 0x95a318e4 pci_hp_destroy +EXPORT_SYMBOL_GPL vmlinux 0x95bc9078 btree_free +EXPORT_SYMBOL_GPL vmlinux 0x95bf3e0a irq_gc_mask_disable_reg +EXPORT_SYMBOL_GPL vmlinux 0x95d6bb8d blkdev_zone_mgmt +EXPORT_SYMBOL_GPL vmlinux 0x95da7c72 of_property_read_variable_u32_array +EXPORT_SYMBOL_GPL vmlinux 0x95e0eb88 scsi_dh_attach +EXPORT_SYMBOL_GPL vmlinux 0x95e102ab tracepoint_probe_register +EXPORT_SYMBOL_GPL vmlinux 0x95e72e6e __inet_lookup_listener +EXPORT_SYMBOL_GPL vmlinux 0x95e92d35 rio_route_clr_table +EXPORT_SYMBOL_GPL vmlinux 0x95ea06a1 phylink_ethtool_ksettings_set +EXPORT_SYMBOL_GPL vmlinux 0x95ef1ccc dmi_memdev_size +EXPORT_SYMBOL_GPL vmlinux 0x95ff9c23 platform_get_resource_byname +EXPORT_SYMBOL_GPL vmlinux 0x9603c4bf usb_put_dev +EXPORT_SYMBOL_GPL vmlinux 0x96045fe2 devm_gpiod_get_array +EXPORT_SYMBOL_GPL vmlinux 0x961286e0 ring_buffer_read_events_cpu +EXPORT_SYMBOL_GPL vmlinux 0x9621d738 alarm_start_relative +EXPORT_SYMBOL_GPL vmlinux 0x962c8ae1 usb_kill_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0x96412d47 bpf_prog_put +EXPORT_SYMBOL_GPL vmlinux 0x965426a6 cpu_topology +EXPORT_SYMBOL_GPL vmlinux 0x96542c08 dst_blackhole_mtu +EXPORT_SYMBOL_GPL vmlinux 0x96554810 register_keyboard_notifier +EXPORT_SYMBOL_GPL vmlinux 0x96580278 usb_asmedia_modifyflowcontrol +EXPORT_SYMBOL_GPL vmlinux 0x965c1259 fsl_mc_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x965e8c22 crypto_stats_decompress +EXPORT_SYMBOL_GPL vmlinux 0x966ee10b balloon_page_alloc +EXPORT_SYMBOL_GPL vmlinux 0x96738950 ptp_parse_header +EXPORT_SYMBOL_GPL vmlinux 0x9688848b __get_task_ioprio +EXPORT_SYMBOL_GPL vmlinux 0x96a55fda list_lru_destroy +EXPORT_SYMBOL_GPL vmlinux 0x96a671fc gpiochip_irqchip_irq_valid +EXPORT_SYMBOL_GPL vmlinux 0x96af1d55 ata_sff_hsm_move +EXPORT_SYMBOL_GPL vmlinux 0x96b5ac4b vcap_set_rule_set_actionset +EXPORT_SYMBOL_GPL vmlinux 0x96c93a19 kvm_gfn_to_hva_cache_init +EXPORT_SYMBOL_GPL vmlinux 0x96cefe05 devm_watchdog_register_device +EXPORT_SYMBOL_GPL vmlinux 0x96db183b net_ns_get_ownership +EXPORT_SYMBOL_GPL vmlinux 0x96dcabcd bio_poll +EXPORT_SYMBOL_GPL vmlinux 0x96e838b3 is_software_node +EXPORT_SYMBOL_GPL vmlinux 0x96f07f39 inet_csk_listen_start +EXPORT_SYMBOL_GPL vmlinux 0x96f3c22e crypto_alloc_acomp_node +EXPORT_SYMBOL_GPL vmlinux 0x96f9a01b __SCK__tp_func_pelt_thermal_tp +EXPORT_SYMBOL_GPL vmlinux 0x96fb192d serial8250_clear_and_reinit_fifos +EXPORT_SYMBOL_GPL vmlinux 0x96ffa42d kernfs_notify +EXPORT_SYMBOL_GPL vmlinux 0x970a9092 dm_internal_resume_fast +EXPORT_SYMBOL_GPL vmlinux 0x9714e0bb ktime_get_raw +EXPORT_SYMBOL_GPL vmlinux 0x971b9375 iommu_domain_free +EXPORT_SYMBOL_GPL vmlinux 0x971cb184 task_cputime_adjusted +EXPORT_SYMBOL_GPL vmlinux 0x97227f52 perf_event_disable +EXPORT_SYMBOL_GPL vmlinux 0x9725a218 dma_resv_get_fences +EXPORT_SYMBOL_GPL vmlinux 0x972c6f41 rtnl_register_module +EXPORT_SYMBOL_GPL vmlinux 0x972e5d84 da9052_free_irq +EXPORT_SYMBOL_GPL vmlinux 0x973cc964 bus_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x974dd6e5 mtk_pinconf_drive_get_raw +EXPORT_SYMBOL_GPL vmlinux 0x97518193 kvm_destroy_vcpus +EXPORT_SYMBOL_GPL vmlinux 0x975519c1 asymmetric_key_id_same +EXPORT_SYMBOL_GPL vmlinux 0x9769fa89 regmap_get_raw_write_max +EXPORT_SYMBOL_GPL vmlinux 0x977be5c7 klist_iter_init_node +EXPORT_SYMBOL_GPL vmlinux 0x97850f14 dev_coredumpsg +EXPORT_SYMBOL_GPL vmlinux 0x97affee1 ata_sff_exec_command +EXPORT_SYMBOL_GPL vmlinux 0x97b7d0eb acpi_gpiochip_request_interrupts +EXPORT_SYMBOL_GPL vmlinux 0x97bb7eba ip6_dst_lookup_flow +EXPORT_SYMBOL_GPL vmlinux 0x97cd4a78 regulator_set_voltage_sel_regmap +EXPORT_SYMBOL_GPL vmlinux 0x97d023f9 debugfs_create_file +EXPORT_SYMBOL_GPL vmlinux 0x97de2b83 debug_locks_silent +EXPORT_SYMBOL_GPL vmlinux 0x97e19906 ZSTD_getErrorCode +EXPORT_SYMBOL_GPL vmlinux 0x97e30156 mtk_mmsys_ddp_dpi_fmt_config +EXPORT_SYMBOL_GPL vmlinux 0x97f1a71e __traceiter_pelt_irq_tp +EXPORT_SYMBOL_GPL vmlinux 0x97fb2d88 spi_mem_poll_status +EXPORT_SYMBOL_GPL vmlinux 0x98187d7f dev_pm_opp_set_config +EXPORT_SYMBOL_GPL vmlinux 0x981ce50e ncsi_stop_dev +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 0x98499352 sk_msg_trim +EXPORT_SYMBOL_GPL vmlinux 0x98503a63 mpi_alloc +EXPORT_SYMBOL_GPL vmlinux 0x9851b0fc disk_uevent +EXPORT_SYMBOL_GPL vmlinux 0x985453e1 lease_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x985bb633 __trace_trigger_soft_disabled +EXPORT_SYMBOL_GPL vmlinux 0x9871a5f5 usb_register_dev +EXPORT_SYMBOL_GPL vmlinux 0x98774b9e dev_pm_qos_add_request +EXPORT_SYMBOL_GPL vmlinux 0x9879932b crypto_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x98803d68 vcap_free_rule +EXPORT_SYMBOL_GPL vmlinux 0x988174e5 pci_disable_pasid +EXPORT_SYMBOL_GPL vmlinux 0x988a86da nvmem_del_cell_table +EXPORT_SYMBOL_GPL vmlinux 0x98905e91 page_endio +EXPORT_SYMBOL_GPL vmlinux 0x989074ff kmsg_dump_reason_str +EXPORT_SYMBOL_GPL vmlinux 0x98a23926 phy_modify_mmd_changed +EXPORT_SYMBOL_GPL vmlinux 0x98aaf147 debugfs_create_atomic_t +EXPORT_SYMBOL_GPL vmlinux 0x98b3fa68 dprc_remove_devices +EXPORT_SYMBOL_GPL vmlinux 0x98b436e9 adp5520_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x98bc842b otg_ulpi_create +EXPORT_SYMBOL_GPL vmlinux 0x98bea48c tc3589x_reg_write +EXPORT_SYMBOL_GPL vmlinux 0x98c59274 __tracepoint_rpm_idle +EXPORT_SYMBOL_GPL vmlinux 0x98cce3f6 usb_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0x98cf93d4 component_compare_dev +EXPORT_SYMBOL_GPL vmlinux 0x98d3f439 serial8250_get_port +EXPORT_SYMBOL_GPL vmlinux 0x98ee62b2 ring_buffer_record_disable_cpu +EXPORT_SYMBOL_GPL vmlinux 0x98f23dfa devm_regulator_put +EXPORT_SYMBOL_GPL vmlinux 0x98f826e5 __srcu_read_unlock +EXPORT_SYMBOL_GPL vmlinux 0x9907d195 crypto_unregister_ahash +EXPORT_SYMBOL_GPL vmlinux 0x99097e49 ata_wait_register +EXPORT_SYMBOL_GPL vmlinux 0x9933b5c0 br_ip6_fragment +EXPORT_SYMBOL_GPL vmlinux 0x995d1071 prof_on +EXPORT_SYMBOL_GPL vmlinux 0x995f7c2f dprc_cleanup +EXPORT_SYMBOL_GPL vmlinux 0x9968aacb __audit_log_nfcfg +EXPORT_SYMBOL_GPL vmlinux 0x9968baba tcp_unregister_congestion_control +EXPORT_SYMBOL_GPL vmlinux 0x996a3522 pci_epc_remove_epf +EXPORT_SYMBOL_GPL vmlinux 0x997684bd dev_pm_opp_get_freq +EXPORT_SYMBOL_GPL vmlinux 0x997c550a preempt_model_none +EXPORT_SYMBOL_GPL vmlinux 0x9986bd9b __pci_hp_register +EXPORT_SYMBOL_GPL vmlinux 0x998d79d6 x509_decode_time +EXPORT_SYMBOL_GPL vmlinux 0x998fcbf2 clear_node_memory_type +EXPORT_SYMBOL_GPL vmlinux 0x9993c773 of_get_fb_videomode +EXPORT_SYMBOL_GPL vmlinux 0x99a03078 dax_holder_notify_failure +EXPORT_SYMBOL_GPL vmlinux 0x99a073bf __fscrypt_prepare_readdir +EXPORT_SYMBOL_GPL vmlinux 0x99a11bd1 mmu_interval_read_begin +EXPORT_SYMBOL_GPL vmlinux 0x99a4eee7 sysfs_add_file_to_group +EXPORT_SYMBOL_GPL vmlinux 0x99a8fb0c rio_register_scan +EXPORT_SYMBOL_GPL vmlinux 0x99aca50f pci_enable_pcie_error_reporting +EXPORT_SYMBOL_GPL vmlinux 0x99ca9d1d pci_epc_stop +EXPORT_SYMBOL_GPL vmlinux 0x99d21d2f ata_sff_drain_fifo +EXPORT_SYMBOL_GPL vmlinux 0x99d3cecb pci_dev_lock +EXPORT_SYMBOL_GPL vmlinux 0x99e04466 pinctrl_add_gpio_ranges +EXPORT_SYMBOL_GPL vmlinux 0x99e479ee spi_mem_driver_register_with_owner +EXPORT_SYMBOL_GPL vmlinux 0x99f018c4 nvmem_cell_read +EXPORT_SYMBOL_GPL vmlinux 0x99f2d00a sysfs_emit_at +EXPORT_SYMBOL_GPL vmlinux 0x99f986bf trace_event_reg +EXPORT_SYMBOL_GPL vmlinux 0x9a09c4ff sdio_readb +EXPORT_SYMBOL_GPL vmlinux 0x9a11a0fc crypto_attr_alg_name +EXPORT_SYMBOL_GPL vmlinux 0x9a14b4a6 of_property_count_elems_of_size +EXPORT_SYMBOL_GPL vmlinux 0x9a23ea6b alarm_expires_remaining +EXPORT_SYMBOL_GPL vmlinux 0x9a2a081a fwnode_usb_role_switch_get +EXPORT_SYMBOL_GPL vmlinux 0x9a2e88a8 sched_setattr_nocheck +EXPORT_SYMBOL_GPL vmlinux 0x9a3747d8 to_software_node +EXPORT_SYMBOL_GPL vmlinux 0x9a5a03de vcap_chain_id_to_lookup +EXPORT_SYMBOL_GPL vmlinux 0x9a5da5ad gpiochip_generic_request +EXPORT_SYMBOL_GPL vmlinux 0x9a5dce5c rhashtable_walk_start_check +EXPORT_SYMBOL_GPL vmlinux 0x9a5e3adf kernel_kobj +EXPORT_SYMBOL_GPL vmlinux 0x9a63c812 gpiochip_irq_unmap +EXPORT_SYMBOL_GPL vmlinux 0x9a64f5ef ata_dummy_port_info +EXPORT_SYMBOL_GPL vmlinux 0x9a65a153 __hvc_resize +EXPORT_SYMBOL_GPL vmlinux 0x9a6b56af pcie_port_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x9a716cc7 clk_mux_ops +EXPORT_SYMBOL_GPL vmlinux 0x9a730525 sata_link_debounce +EXPORT_SYMBOL_GPL vmlinux 0x9a978d80 led_stop_software_blink +EXPORT_SYMBOL_GPL vmlinux 0x9a9cdc71 regmap_field_free +EXPORT_SYMBOL_GPL vmlinux 0x9ac11b74 suspend_set_ops +EXPORT_SYMBOL_GPL vmlinux 0x9acf31c6 mas_find +EXPORT_SYMBOL_GPL vmlinux 0x9acf5fbb vcap_add_rule +EXPORT_SYMBOL_GPL vmlinux 0x9ad91cad dax_remap_file_range_prep +EXPORT_SYMBOL_GPL vmlinux 0x9ad9de22 dev_pm_genpd_suspend +EXPORT_SYMBOL_GPL vmlinux 0x9adb3e68 __traceiter_add_device_to_group +EXPORT_SYMBOL_GPL vmlinux 0x9ae12e17 __tracepoint_ata_tf_load +EXPORT_SYMBOL_GPL vmlinux 0x9aeacb87 ring_buffer_iter_empty +EXPORT_SYMBOL_GPL vmlinux 0x9aed7a17 nvdimm_in_overwrite +EXPORT_SYMBOL_GPL vmlinux 0x9af49514 icc_bulk_set_bw +EXPORT_SYMBOL_GPL vmlinux 0x9b0eaa52 tegra210_xusb_pll_hw_sequence_start +EXPORT_SYMBOL_GPL vmlinux 0x9b105070 ata_sff_check_status +EXPORT_SYMBOL_GPL vmlinux 0x9b153d76 pci_msix_alloc_irq_at +EXPORT_SYMBOL_GPL vmlinux 0x9b1c9207 icc_get +EXPORT_SYMBOL_GPL vmlinux 0x9b2b31a4 ata_dev_pair +EXPORT_SYMBOL_GPL vmlinux 0x9b2b73d8 extcon_get_state +EXPORT_SYMBOL_GPL vmlinux 0x9b555c8c pm_suspend_default_s2idle +EXPORT_SYMBOL_GPL vmlinux 0x9b651e51 xenbus_teardown_ring +EXPORT_SYMBOL_GPL vmlinux 0x9b698c42 ioasid_set_data +EXPORT_SYMBOL_GPL vmlinux 0x9b6ec967 ring_buffer_size +EXPORT_SYMBOL_GPL vmlinux 0x9b6f6bc4 srcu_batches_completed +EXPORT_SYMBOL_GPL vmlinux 0x9b70c6ff tracepoint_probe_register_prio +EXPORT_SYMBOL_GPL vmlinux 0x9b74a5bd led_trigger_blink_oneshot +EXPORT_SYMBOL_GPL vmlinux 0x9b88eb5f inverse_translate +EXPORT_SYMBOL_GPL vmlinux 0x9b8d2bb1 devm_gpiod_get_index +EXPORT_SYMBOL_GPL vmlinux 0x9b9071cb get_old_itimerspec32 +EXPORT_SYMBOL_GPL vmlinux 0x9b92d16e pinctrl_gpio_set_config +EXPORT_SYMBOL_GPL vmlinux 0x9b9920e9 icc_node_add +EXPORT_SYMBOL_GPL vmlinux 0x9b9b24c0 sk_msg_alloc +EXPORT_SYMBOL_GPL vmlinux 0x9b9be041 mtk_pinconf_bias_get +EXPORT_SYMBOL_GPL vmlinux 0x9ba0b128 devl_trap_groups_unregister +EXPORT_SYMBOL_GPL vmlinux 0x9ba2bb2b gpio_request_array +EXPORT_SYMBOL_GPL vmlinux 0x9bab3eaf devm_of_icc_get +EXPORT_SYMBOL_GPL vmlinux 0x9bac8462 devm_pwm_get +EXPORT_SYMBOL_GPL vmlinux 0x9bb9164e i2c_slave_register +EXPORT_SYMBOL_GPL vmlinux 0x9bba04a3 udp_tunnel_nic_ops +EXPORT_SYMBOL_GPL vmlinux 0x9bcd3b57 nvdimm_provider_data +EXPORT_SYMBOL_GPL vmlinux 0x9bd7c06e devm_regulator_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0x9bdd2d5a spi_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x9bdf9714 ZSTD_customMalloc +EXPORT_SYMBOL_GPL vmlinux 0x9be10513 __traceiter_block_split +EXPORT_SYMBOL_GPL vmlinux 0x9be30d27 mhp_get_pluggable_range +EXPORT_SYMBOL_GPL vmlinux 0x9be65c24 crypto_stats_skcipher_encrypt +EXPORT_SYMBOL_GPL vmlinux 0x9becc76b ata_sff_dma_pause +EXPORT_SYMBOL_GPL vmlinux 0x9bece81b mpi_cmp_ui +EXPORT_SYMBOL_GPL vmlinux 0x9bf2eeab pci_reset_function_locked +EXPORT_SYMBOL_GPL vmlinux 0x9bf3bb9f meson_clk_mpll_ro_ops +EXPORT_SYMBOL_GPL vmlinux 0x9c056999 iommu_page_response +EXPORT_SYMBOL_GPL vmlinux 0x9c1079a2 mbox_controller_unregister +EXPORT_SYMBOL_GPL vmlinux 0x9c20e10b pci_hp_create_module_link +EXPORT_SYMBOL_GPL vmlinux 0x9c2507a4 sdio_retune_crc_enable +EXPORT_SYMBOL_GPL vmlinux 0x9c250bf6 phylink_fwnode_phy_connect +EXPORT_SYMBOL_GPL vmlinux 0x9c2aae9d phy_resolve_aneg_linkmode +EXPORT_SYMBOL_GPL vmlinux 0x9c38901d __rio_local_write_config_32 +EXPORT_SYMBOL_GPL vmlinux 0x9c3b4e7e debugfs_print_regs32 +EXPORT_SYMBOL_GPL vmlinux 0x9c448d8d tegra210_put_utmipll_out_iddq +EXPORT_SYMBOL_GPL vmlinux 0x9c4f971c __inet_inherit_port +EXPORT_SYMBOL_GPL vmlinux 0x9c69d577 device_bind_driver +EXPORT_SYMBOL_GPL vmlinux 0x9c6febfc add_uevent_var +EXPORT_SYMBOL_GPL vmlinux 0x9c765d51 ethtool_set_ethtool_phy_ops +EXPORT_SYMBOL_GPL vmlinux 0x9c785723 of_prop_next_string +EXPORT_SYMBOL_GPL vmlinux 0x9c7bae1c ata_pci_device_resume +EXPORT_SYMBOL_GPL vmlinux 0x9c7fbbcb netlink_add_tap +EXPORT_SYMBOL_GPL vmlinux 0x9c803020 usb_phy_roothub_power_on +EXPORT_SYMBOL_GPL vmlinux 0x9c8336b8 phy_pm_runtime_put_sync +EXPORT_SYMBOL_GPL vmlinux 0x9c839976 add_disk_randomness +EXPORT_SYMBOL_GPL vmlinux 0x9c964c80 free_uid +EXPORT_SYMBOL_GPL vmlinux 0x9ca6e11f cper_mem_err_location +EXPORT_SYMBOL_GPL vmlinux 0x9cad7f5a register_acpi_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x9cafb1af dm_suspended +EXPORT_SYMBOL_GPL vmlinux 0x9cb5af34 disable_kprobe +EXPORT_SYMBOL_GPL vmlinux 0x9cbc452a imx8ulp_clk_hw_composite +EXPORT_SYMBOL_GPL vmlinux 0x9cc3a393 tpm_tis_remove +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 0x9ce05629 devl_traps_unregister +EXPORT_SYMBOL_GPL vmlinux 0x9ce497f5 netif_carrier_event +EXPORT_SYMBOL_GPL vmlinux 0x9ceeced7 usb_get_role_switch_default_mode +EXPORT_SYMBOL_GPL vmlinux 0x9cefe331 param_set_bool_enable_only +EXPORT_SYMBOL_GPL vmlinux 0x9cf37c44 __iowrite32_copy +EXPORT_SYMBOL_GPL vmlinux 0x9d09e8ae ring_buffer_event_data +EXPORT_SYMBOL_GPL vmlinux 0x9d1503aa of_dma_controller_free +EXPORT_SYMBOL_GPL vmlinux 0x9d22e578 tegra_bpmp_get +EXPORT_SYMBOL_GPL vmlinux 0x9d29eef1 device_get_next_child_node +EXPORT_SYMBOL_GPL vmlinux 0x9d2f49ef __SCK__tp_func_pelt_se_tp +EXPORT_SYMBOL_GPL vmlinux 0x9d31068d vring_create_virtqueue +EXPORT_SYMBOL_GPL vmlinux 0x9d32e989 crypto_stats_aead_decrypt +EXPORT_SYMBOL_GPL vmlinux 0x9d333d8e platform_driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0x9d366f99 page_reporting_register +EXPORT_SYMBOL_GPL vmlinux 0x9d3a35ef br_fdb_test_addr_hook +EXPORT_SYMBOL_GPL vmlinux 0x9d3ac849 pinmux_generic_get_function_name +EXPORT_SYMBOL_GPL vmlinux 0x9d3afe92 tpm_calc_ordinal_duration +EXPORT_SYMBOL_GPL vmlinux 0x9d5b0d34 __fl6_sock_lookup +EXPORT_SYMBOL_GPL vmlinux 0x9d605416 imx_pinconf_get_scu +EXPORT_SYMBOL_GPL vmlinux 0x9d647553 vp_modern_set_queue_reset +EXPORT_SYMBOL_GPL vmlinux 0x9d6bba67 debugfs_create_x32 +EXPORT_SYMBOL_GPL vmlinux 0x9d810b42 relay_switch_subbuf +EXPORT_SYMBOL_GPL vmlinux 0x9d8437a3 md_account_bio +EXPORT_SYMBOL_GPL vmlinux 0x9d8bb00e set_dax_nocache +EXPORT_SYMBOL_GPL vmlinux 0x9d9910a1 atomic_notifier_chain_register_unique_prio +EXPORT_SYMBOL_GPL vmlinux 0x9db2043e arm64_mm_context_put +EXPORT_SYMBOL_GPL vmlinux 0x9db6f5d2 of_phy_get +EXPORT_SYMBOL_GPL vmlinux 0x9dc5ca07 devres_open_group +EXPORT_SYMBOL_GPL vmlinux 0x9dc8f56b fs_kobj +EXPORT_SYMBOL_GPL vmlinux 0x9dcd98b9 __fsl_mc_driver_register +EXPORT_SYMBOL_GPL vmlinux 0x9de871ee elv_rqhash_add +EXPORT_SYMBOL_GPL vmlinux 0x9de87fe3 iommu_group_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0x9de88bc8 __SCK__tp_func_ata_bmdma_start +EXPORT_SYMBOL_GPL vmlinux 0x9debd1bf phylink_create +EXPORT_SYMBOL_GPL vmlinux 0x9e005e6f cppc_get_perf_caps +EXPORT_SYMBOL_GPL vmlinux 0x9e06e3b1 regmap_field_bulk_alloc +EXPORT_SYMBOL_GPL vmlinux 0x9e20e39e sata_link_hardreset +EXPORT_SYMBOL_GPL vmlinux 0x9e229c49 sg_alloc_table_chained +EXPORT_SYMBOL_GPL vmlinux 0x9e2bde33 regmap_fields_update_bits_base +EXPORT_SYMBOL_GPL vmlinux 0x9e2c6875 fsl_mc_bus_dpmcp_type +EXPORT_SYMBOL_GPL vmlinux 0x9e41f9b8 of_clk_hw_simple_get +EXPORT_SYMBOL_GPL vmlinux 0x9e472f5f snmp_fold_field +EXPORT_SYMBOL_GPL vmlinux 0x9e646553 ahci_shost_groups +EXPORT_SYMBOL_GPL vmlinux 0x9e76b986 cpufreq_freq_transition_end +EXPORT_SYMBOL_GPL vmlinux 0x9e7757c9 alloc_dax_region +EXPORT_SYMBOL_GPL vmlinux 0x9e7f50b2 ip6_pol_route +EXPORT_SYMBOL_GPL vmlinux 0x9e870a28 i2c_of_match_device +EXPORT_SYMBOL_GPL vmlinux 0x9e871c62 anon_inode_getfd_secure +EXPORT_SYMBOL_GPL vmlinux 0x9e909c04 kvm_get_kvm +EXPORT_SYMBOL_GPL vmlinux 0x9e9b913d __tracepoint_arm_event +EXPORT_SYMBOL_GPL vmlinux 0x9e9c4f24 set_dax_nomc +EXPORT_SYMBOL_GPL vmlinux 0x9e9d6177 __xdp_build_skb_from_frame +EXPORT_SYMBOL_GPL vmlinux 0x9eb12e6f __suspend_report_result +EXPORT_SYMBOL_GPL vmlinux 0x9eb8a869 devm_gpiod_get +EXPORT_SYMBOL_GPL vmlinux 0x9eb941f5 power_supply_unregister +EXPORT_SYMBOL_GPL vmlinux 0x9ec95dd3 usb_unpoison_urb +EXPORT_SYMBOL_GPL vmlinux 0x9ed554b3 unregister_keyboard_notifier +EXPORT_SYMBOL_GPL vmlinux 0x9edaab8f dev_attr_sw_activity +EXPORT_SYMBOL_GPL vmlinux 0x9ee988e3 rio_mport_read_config_16 +EXPORT_SYMBOL_GPL vmlinux 0x9eebdde7 mpi_point_new +EXPORT_SYMBOL_GPL vmlinux 0x9eed7319 usb_disable_autosuspend +EXPORT_SYMBOL_GPL vmlinux 0x9ef8f8e7 regmap_add_irq_chip_fwnode +EXPORT_SYMBOL_GPL vmlinux 0x9efb0b73 powercap_unregister_zone +EXPORT_SYMBOL_GPL vmlinux 0x9efd5462 crypto_skcipher_decrypt +EXPORT_SYMBOL_GPL vmlinux 0x9f005faa sysfs_unmerge_group +EXPORT_SYMBOL_GPL vmlinux 0x9f08c714 scatterwalk_copychunks +EXPORT_SYMBOL_GPL vmlinux 0x9f171f4a __traceiter_xdp_exception +EXPORT_SYMBOL_GPL vmlinux 0x9f1817a3 pci_store_saved_state +EXPORT_SYMBOL_GPL vmlinux 0x9f1a325d tracing_snapshot_cond_disable +EXPORT_SYMBOL_GPL vmlinux 0x9f20a366 pm_runtime_force_suspend +EXPORT_SYMBOL_GPL vmlinux 0x9f285a29 fixup_user_fault +EXPORT_SYMBOL_GPL vmlinux 0x9f2ecbfd subsys_virtual_register +EXPORT_SYMBOL_GPL vmlinux 0x9f313bc4 task_cgroup_path +EXPORT_SYMBOL_GPL vmlinux 0x9f38fa6f lochnagar_update_config +EXPORT_SYMBOL_GPL vmlinux 0x9f3b5b26 mbox_chan_received_data +EXPORT_SYMBOL_GPL vmlinux 0x9f43b78c ata_cable_sata +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 0x9f87c000 sata_pmp_port_ops +EXPORT_SYMBOL_GPL vmlinux 0x9fa4564a timer_shutdown +EXPORT_SYMBOL_GPL vmlinux 0x9fad8a80 usb_sg_wait +EXPORT_SYMBOL_GPL vmlinux 0x9fb35db9 gnttab_alloc_pages +EXPORT_SYMBOL_GPL vmlinux 0x9fbfebab erst_write +EXPORT_SYMBOL_GPL vmlinux 0x9fc3bb28 devm_pinctrl_register_and_init +EXPORT_SYMBOL_GPL vmlinux 0x9fcc9c44 serial8250_read_char +EXPORT_SYMBOL_GPL vmlinux 0x9fce80db fb_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x9fd4a679 xenbus_match +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 0x9ffeaf9d vring_transport_features +EXPORT_SYMBOL_GPL vmlinux 0xa01a8d9b nd_cmd_bus_desc +EXPORT_SYMBOL_GPL vmlinux 0xa02cc03a spi_controller_resume +EXPORT_SYMBOL_GPL vmlinux 0xa035d76e __tracepoint_rwmmio_read +EXPORT_SYMBOL_GPL vmlinux 0xa03fb3bd shash_free_singlespawn_instance +EXPORT_SYMBOL_GPL vmlinux 0xa041a619 nf_conn_btf_access_lock +EXPORT_SYMBOL_GPL vmlinux 0xa041e4b4 fsl_mc_device_add +EXPORT_SYMBOL_GPL vmlinux 0xa04c4787 page_cache_sync_ra +EXPORT_SYMBOL_GPL vmlinux 0xa04f945a cpus_read_lock +EXPORT_SYMBOL_GPL vmlinux 0xa05a37f5 fat_build_inode +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 0xa08e9a37 pci_bus_max_busnr +EXPORT_SYMBOL_GPL vmlinux 0xa09c5f0d regmap_irq_set_type_config_simple +EXPORT_SYMBOL_GPL vmlinux 0xa09d02d8 mtk_pinconf_adv_drive_set +EXPORT_SYMBOL_GPL vmlinux 0xa0a3a85f pm_runtime_irq_safe +EXPORT_SYMBOL_GPL vmlinux 0xa0b183fd tps65912_device_init +EXPORT_SYMBOL_GPL vmlinux 0xa0bf66d3 ata_slave_link_init +EXPORT_SYMBOL_GPL vmlinux 0xa0d3456d nr_swap_pages +EXPORT_SYMBOL_GPL vmlinux 0xa0d52d33 platform_unregister_drivers +EXPORT_SYMBOL_GPL vmlinux 0xa0de03ef devm_blk_crypto_profile_init +EXPORT_SYMBOL_GPL vmlinux 0xa0de7d6e vcap_rule_add_key_u32 +EXPORT_SYMBOL_GPL vmlinux 0xa11216be xen_store_domain_type +EXPORT_SYMBOL_GPL vmlinux 0xa113ae1a to_nd_desc +EXPORT_SYMBOL_GPL vmlinux 0xa11c9b7f crypto_find_alg +EXPORT_SYMBOL_GPL vmlinux 0xa13305b5 clk_hw_rate_is_protected +EXPORT_SYMBOL_GPL vmlinux 0xa13503f2 gpiod_direction_output_raw +EXPORT_SYMBOL_GPL vmlinux 0xa147309b phy_10gbit_full_features +EXPORT_SYMBOL_GPL vmlinux 0xa14f06ac power_supply_set_battery_charged +EXPORT_SYMBOL_GPL vmlinux 0xa15128f1 wwan_create_port +EXPORT_SYMBOL_GPL vmlinux 0xa156a1f2 erst_get_record_id_end +EXPORT_SYMBOL_GPL vmlinux 0xa1611ae6 dax_add_host +EXPORT_SYMBOL_GPL vmlinux 0xa172cef6 alarmtimer_get_rtcdev +EXPORT_SYMBOL_GPL vmlinux 0xa17ffac3 fb_deferred_io_cleanup +EXPORT_SYMBOL_GPL vmlinux 0xa185559c usb_hcd_poll_rh_status +EXPORT_SYMBOL_GPL vmlinux 0xa1c4231f kvm_set_pfn_dirty +EXPORT_SYMBOL_GPL vmlinux 0xa1c651dd crypto_stats_rng_generate +EXPORT_SYMBOL_GPL vmlinux 0xa1c90aa4 __devm_reset_control_get +EXPORT_SYMBOL_GPL vmlinux 0xa1ce8b48 dev_pm_opp_get_sharing_cpus +EXPORT_SYMBOL_GPL vmlinux 0xa1d3db5b of_dma_router_register +EXPORT_SYMBOL_GPL vmlinux 0xa1d8004a videomode_from_timing +EXPORT_SYMBOL_GPL vmlinux 0xa1e091b5 rio_release_outb_dbell +EXPORT_SYMBOL_GPL vmlinux 0xa1ef3cf6 cros_ec_get_sensor_count +EXPORT_SYMBOL_GPL vmlinux 0xa1fc0452 dev_pm_opp_find_level_exact +EXPORT_SYMBOL_GPL vmlinux 0xa1fe9102 irq_work_sync +EXPORT_SYMBOL_GPL vmlinux 0xa20d01ba __trace_bprintk +EXPORT_SYMBOL_GPL vmlinux 0xa20f8f33 component_master_del +EXPORT_SYMBOL_GPL vmlinux 0xa21153d3 uart_console_device +EXPORT_SYMBOL_GPL vmlinux 0xa217d9c9 devlink_port_fini +EXPORT_SYMBOL_GPL vmlinux 0xa21f2ce7 clk_mux_index_to_val +EXPORT_SYMBOL_GPL vmlinux 0xa2234e76 component_add_typed +EXPORT_SYMBOL_GPL vmlinux 0xa22d918a dev_pm_clear_wake_irq +EXPORT_SYMBOL_GPL vmlinux 0xa22d9548 trace_seq_to_user +EXPORT_SYMBOL_GPL vmlinux 0xa239b7bb dma_mmap_noncontiguous +EXPORT_SYMBOL_GPL vmlinux 0xa24c8811 devm_memunmap_pages +EXPORT_SYMBOL_GPL vmlinux 0xa2500ef6 __SCK__tp_func_powernv_throttle +EXPORT_SYMBOL_GPL vmlinux 0xa2580f67 tty_port_link_device +EXPORT_SYMBOL_GPL vmlinux 0xa2624b82 gov_attr_set_init +EXPORT_SYMBOL_GPL vmlinux 0xa26d9b4f workqueue_congested +EXPORT_SYMBOL_GPL vmlinux 0xa27d7911 proc_create_net_single_write +EXPORT_SYMBOL_GPL vmlinux 0xa28e38de rockchip_clk_register_armclk +EXPORT_SYMBOL_GPL vmlinux 0xa28f40bd __irq_apply_affinity_hint +EXPORT_SYMBOL_GPL vmlinux 0xa2a40cf2 nf_queue_entry_free +EXPORT_SYMBOL_GPL vmlinux 0xa2a683f6 ata_sff_wait_after_reset +EXPORT_SYMBOL_GPL vmlinux 0xa2a8d5e1 fsverity_verify_bio +EXPORT_SYMBOL_GPL vmlinux 0xa2af54b3 irq_from_evtchn +EXPORT_SYMBOL_GPL vmlinux 0xa2b0820d __SCK__tp_func_cpu_idle +EXPORT_SYMBOL_GPL vmlinux 0xa2b0be6c usb_lock_device_for_reset +EXPORT_SYMBOL_GPL vmlinux 0xa2b99209 alarm_start +EXPORT_SYMBOL_GPL vmlinux 0xa2beaa34 filemap_read +EXPORT_SYMBOL_GPL vmlinux 0xa2c0f59a ct_idle_enter +EXPORT_SYMBOL_GPL vmlinux 0xa2d4314a acpi_dev_remove_driver_gpios +EXPORT_SYMBOL_GPL vmlinux 0xa2da7430 pm_generic_thaw_noirq +EXPORT_SYMBOL_GPL vmlinux 0xa2e1b3ef trace_printk_init_buffers +EXPORT_SYMBOL_GPL vmlinux 0xa2e2201f clk_hw_unregister_divider +EXPORT_SYMBOL_GPL vmlinux 0xa2f7487f hv_is_hibernation_supported +EXPORT_SYMBOL_GPL vmlinux 0xa2f836ba __udp6_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0xa3017251 pm_clk_runtime_resume +EXPORT_SYMBOL_GPL vmlinux 0xa30d82db ti_sci_get_handle +EXPORT_SYMBOL_GPL vmlinux 0xa31d73e7 mark_page_dirty +EXPORT_SYMBOL_GPL vmlinux 0xa33c1ade dpbp_reset +EXPORT_SYMBOL_GPL vmlinux 0xa33fd46f hv_map_memory +EXPORT_SYMBOL_GPL vmlinux 0xa346159a gpiochip_line_is_persistent +EXPORT_SYMBOL_GPL vmlinux 0xa346640d ata_scsi_slave_config +EXPORT_SYMBOL_GPL vmlinux 0xa3487e27 ahci_kick_engine +EXPORT_SYMBOL_GPL vmlinux 0xa3622b57 edac_get_sysfs_subsys +EXPORT_SYMBOL_GPL vmlinux 0xa36f50fb is_binary_blacklisted +EXPORT_SYMBOL_GPL vmlinux 0xa377cc7a nvmem_cell_read_u8 +EXPORT_SYMBOL_GPL vmlinux 0xa37b4d45 regmap_read +EXPORT_SYMBOL_GPL vmlinux 0xa38602cd drain_workqueue +EXPORT_SYMBOL_GPL vmlinux 0xa3883f51 __devm_regmap_init_i2c +EXPORT_SYMBOL_GPL vmlinux 0xa3889f24 of_regulator_match +EXPORT_SYMBOL_GPL vmlinux 0xa38a9f71 get_itimerspec64 +EXPORT_SYMBOL_GPL vmlinux 0xa38c1436 cpu_bit_bitmap +EXPORT_SYMBOL_GPL vmlinux 0xa3911baa ext_pi_type1_crc64 +EXPORT_SYMBOL_GPL vmlinux 0xa39251dc skb_pull_rcsum +EXPORT_SYMBOL_GPL vmlinux 0xa393df76 trace_put_event_file +EXPORT_SYMBOL_GPL vmlinux 0xa3942579 cpufreq_policy_transition_delay_us +EXPORT_SYMBOL_GPL vmlinux 0xa3a04602 btree_geo64 +EXPORT_SYMBOL_GPL vmlinux 0xa3b958ce reset_hung_task_detector +EXPORT_SYMBOL_GPL vmlinux 0xa3ba29e2 l3mdev_link_scope_lookup +EXPORT_SYMBOL_GPL vmlinux 0xa3dcb681 zynqmp_pm_fpga_load +EXPORT_SYMBOL_GPL vmlinux 0xa3dcba4e lwtunnel_input +EXPORT_SYMBOL_GPL vmlinux 0xa3de5742 debugfs_attr_write_signed +EXPORT_SYMBOL_GPL vmlinux 0xa3ece414 freezer_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0xa3f12f69 __crypto_xor +EXPORT_SYMBOL_GPL vmlinux 0xa3f1fd04 nvmem_add_cell_table +EXPORT_SYMBOL_GPL vmlinux 0xa4031b7f sfp_parse_port +EXPORT_SYMBOL_GPL vmlinux 0xa410a295 devlink_region_destroy +EXPORT_SYMBOL_GPL vmlinux 0xa426a4e8 iomap_read_folio +EXPORT_SYMBOL_GPL vmlinux 0xa435c464 cpufreq_cpu_get +EXPORT_SYMBOL_GPL vmlinux 0xa43ec64d blk_queue_can_use_dma_map_merging +EXPORT_SYMBOL_GPL vmlinux 0xa4458f47 tegra_mc_probe_device +EXPORT_SYMBOL_GPL vmlinux 0xa44a1307 interval_tree_iter_first +EXPORT_SYMBOL_GPL vmlinux 0xa452f2a4 xen_pirq_from_irq +EXPORT_SYMBOL_GPL vmlinux 0xa454c1fb gpiochip_line_is_valid +EXPORT_SYMBOL_GPL vmlinux 0xa45c7b90 stack_trace_print +EXPORT_SYMBOL_GPL vmlinux 0xa45d44fc zynqmp_pm_get_pll_frac_data +EXPORT_SYMBOL_GPL vmlinux 0xa45e8666 pinctrl_register +EXPORT_SYMBOL_GPL vmlinux 0xa4611618 of_irq_to_resource +EXPORT_SYMBOL_GPL vmlinux 0xa471e174 ata_sas_queuecmd +EXPORT_SYMBOL_GPL vmlinux 0xa47405ec device_remove_software_node +EXPORT_SYMBOL_GPL vmlinux 0xa48196c8 kdb_poll_idx +EXPORT_SYMBOL_GPL vmlinux 0xa481a0ff ip6_datagram_release_cb +EXPORT_SYMBOL_GPL vmlinux 0xa4a2b2ce sbitmap_show +EXPORT_SYMBOL_GPL vmlinux 0xa4a5733a mtk_pinconf_bias_disable_set +EXPORT_SYMBOL_GPL vmlinux 0xa4a998cb devm_thermal_of_zone_unregister +EXPORT_SYMBOL_GPL vmlinux 0xa4ab7c1c ring_buffer_overruns +EXPORT_SYMBOL_GPL vmlinux 0xa4b07fe7 ring_buffer_change_overwrite +EXPORT_SYMBOL_GPL vmlinux 0xa4c00324 asn1_encode_octet_string +EXPORT_SYMBOL_GPL vmlinux 0xa4c085f8 ata_tf_from_fis +EXPORT_SYMBOL_GPL vmlinux 0xa4d30ab0 blkcg_policy_register +EXPORT_SYMBOL_GPL vmlinux 0xa4df8561 put_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0xa4f2a2ed acpi_irq_get +EXPORT_SYMBOL_GPL vmlinux 0xa4f6b862 fwnode_property_read_u32_array +EXPORT_SYMBOL_GPL vmlinux 0xa50af7ad mmc_crypto_prepare_req +EXPORT_SYMBOL_GPL vmlinux 0xa517f884 tegra210_plle_hw_sequence_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0xa52f391d perf_event_addr_filters_sync +EXPORT_SYMBOL_GPL vmlinux 0xa531471e clk_save_context +EXPORT_SYMBOL_GPL vmlinux 0xa53e7831 hwspin_lock_request +EXPORT_SYMBOL_GPL vmlinux 0xa54a2cba devlink_linecard_provision_clear +EXPORT_SYMBOL_GPL vmlinux 0xa550a27b pci_user_write_config_word +EXPORT_SYMBOL_GPL vmlinux 0xa557775a ata_sff_tf_read +EXPORT_SYMBOL_GPL vmlinux 0xa561e44e tun_get_socket +EXPORT_SYMBOL_GPL vmlinux 0xa568df63 iommu_detach_device_pasid +EXPORT_SYMBOL_GPL vmlinux 0xa56e1a52 sg_free_table_chained +EXPORT_SYMBOL_GPL vmlinux 0xa571472c ping_common_sendmsg +EXPORT_SYMBOL_GPL vmlinux 0xa576a8a1 dmaengine_desc_set_metadata_len +EXPORT_SYMBOL_GPL vmlinux 0xa57a3a89 mas_empty_area_rev +EXPORT_SYMBOL_GPL vmlinux 0xa5889cca virtqueue_add_inbuf_ctx +EXPORT_SYMBOL_GPL vmlinux 0xa598a011 tc3589x_set_bits +EXPORT_SYMBOL_GPL vmlinux 0xa5b56065 of_phandle_iterator_init +EXPORT_SYMBOL_GPL vmlinux 0xa5bb0c05 unregister_virtio_device +EXPORT_SYMBOL_GPL vmlinux 0xa5bda8a1 efi_capsule_supported +EXPORT_SYMBOL_GPL vmlinux 0xa5cbd40e vchan_init +EXPORT_SYMBOL_GPL vmlinux 0xa5d1f4b8 stack_depot_snprint +EXPORT_SYMBOL_GPL vmlinux 0xa5d7c388 pstore_type_to_name +EXPORT_SYMBOL_GPL vmlinux 0xa5efbf4c async_synchronize_full +EXPORT_SYMBOL_GPL vmlinux 0xa5f1c269 fsl_mc_bus_dpaiop_type +EXPORT_SYMBOL_GPL vmlinux 0xa60f02eb tps6586x_clr_bits +EXPORT_SYMBOL_GPL vmlinux 0xa61214cb led_set_brightness_sync +EXPORT_SYMBOL_GPL vmlinux 0xa6193959 gpiochip_find +EXPORT_SYMBOL_GPL vmlinux 0xa6237791 devm_free_pages +EXPORT_SYMBOL_GPL vmlinux 0xa631cedb mtk_clk_unregister_composites +EXPORT_SYMBOL_GPL vmlinux 0xa633c669 encrypt_blob +EXPORT_SYMBOL_GPL vmlinux 0xa63e252e device_create_with_groups +EXPORT_SYMBOL_GPL vmlinux 0xa640ebd0 pm_generic_resume +EXPORT_SYMBOL_GPL vmlinux 0xa645d7ba pci_reset_function +EXPORT_SYMBOL_GPL vmlinux 0xa6499b0b dev_pm_opp_of_add_table_indexed +EXPORT_SYMBOL_GPL vmlinux 0xa64ad5b0 vcap_rule_add_key_u128 +EXPORT_SYMBOL_GPL vmlinux 0xa65f3c8c __tracepoint_block_bio_complete +EXPORT_SYMBOL_GPL vmlinux 0xa6608143 __netif_set_xps_queue +EXPORT_SYMBOL_GPL vmlinux 0xa668a134 devm_phy_destroy +EXPORT_SYMBOL_GPL vmlinux 0xa66ffe00 skcipher_walk_async +EXPORT_SYMBOL_GPL vmlinux 0xa6721e96 imx_pinctrl_parse_pin_scu +EXPORT_SYMBOL_GPL vmlinux 0xa672e686 iommu_attach_device_pasid +EXPORT_SYMBOL_GPL vmlinux 0xa6752b86 irq_domain_create_hierarchy +EXPORT_SYMBOL_GPL vmlinux 0xa6778bab wm8350_clear_bits +EXPORT_SYMBOL_GPL vmlinux 0xa67d6546 tcp_unregister_ulp +EXPORT_SYMBOL_GPL vmlinux 0xa683f069 pm_genpd_remove_subdomain +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 0xa6af7bef __phy_modify_mmd +EXPORT_SYMBOL_GPL vmlinux 0xa6b06f65 ata_sff_queue_work +EXPORT_SYMBOL_GPL vmlinux 0xa6b073c7 mctp_unregister_netdev +EXPORT_SYMBOL_GPL vmlinux 0xa6b21ef2 dpm_suspend_end +EXPORT_SYMBOL_GPL vmlinux 0xa6b5ee5b __SCK__tp_func_block_split +EXPORT_SYMBOL_GPL vmlinux 0xa6ceab6e auxiliary_device_init +EXPORT_SYMBOL_GPL vmlinux 0xa6d32540 rio_request_outb_dbell +EXPORT_SYMBOL_GPL vmlinux 0xa6d6e340 of_get_pci_domain_nr +EXPORT_SYMBOL_GPL vmlinux 0xa6d79868 platform_device_alloc +EXPORT_SYMBOL_GPL vmlinux 0xa6dc0d97 tegra_read_ram_code +EXPORT_SYMBOL_GPL vmlinux 0xa6e0260f __udp4_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0xa6e1a69d kick_all_cpus_sync +EXPORT_SYMBOL_GPL vmlinux 0xa6e6de28 inet_csk_get_port +EXPORT_SYMBOL_GPL vmlinux 0xa6ee15ca __tracepoint_rpm_suspend +EXPORT_SYMBOL_GPL vmlinux 0xa6f23633 ahci_platform_ops +EXPORT_SYMBOL_GPL vmlinux 0xa70062dc irq_domain_free_irqs_parent +EXPORT_SYMBOL_GPL vmlinux 0xa706bad4 gfn_to_page +EXPORT_SYMBOL_GPL vmlinux 0xa708ca58 mas_store_prealloc +EXPORT_SYMBOL_GPL vmlinux 0xa709c835 fib6_info_destroy_rcu +EXPORT_SYMBOL_GPL vmlinux 0xa72aa466 wm8350_read_auxadc +EXPORT_SYMBOL_GPL vmlinux 0xa72c79e5 tcp_plb_update_state +EXPORT_SYMBOL_GPL vmlinux 0xa72d0ea9 bsg_setup_queue +EXPORT_SYMBOL_GPL vmlinux 0xa72dd105 pci_bridge_emul_conf_write +EXPORT_SYMBOL_GPL vmlinux 0xa731f387 nl_table_lock +EXPORT_SYMBOL_GPL vmlinux 0xa732b476 crypto_default_rng +EXPORT_SYMBOL_GPL vmlinux 0xa73984a8 spi_bus_unlock +EXPORT_SYMBOL_GPL vmlinux 0xa73c3b08 mtk_mutex_remove_comp +EXPORT_SYMBOL_GPL vmlinux 0xa74054ea regmap_field_read +EXPORT_SYMBOL_GPL vmlinux 0xa7419ccb kthread_cancel_work_sync +EXPORT_SYMBOL_GPL vmlinux 0xa746dccf mdiobus_modify_changed +EXPORT_SYMBOL_GPL vmlinux 0xa74a93a8 kill_pid_usb_asyncio +EXPORT_SYMBOL_GPL vmlinux 0xa760d955 iov_iter_get_pages +EXPORT_SYMBOL_GPL vmlinux 0xa7678766 led_init_default_state_get +EXPORT_SYMBOL_GPL vmlinux 0xa767ae30 dev_pm_opp_set_sharing_cpus +EXPORT_SYMBOL_GPL vmlinux 0xa77411c6 linear_hugepage_index +EXPORT_SYMBOL_GPL vmlinux 0xa7839f4a pci_check_and_unmask_intx +EXPORT_SYMBOL_GPL vmlinux 0xa788700b copy_to_user_nofault +EXPORT_SYMBOL_GPL vmlinux 0xa7894240 wm831x_auxadc_read_uv +EXPORT_SYMBOL_GPL vmlinux 0xa78ac1a4 dev_pm_opp_find_level_ceil +EXPORT_SYMBOL_GPL vmlinux 0xa791dc85 crypto_shash_setkey +EXPORT_SYMBOL_GPL vmlinux 0xa7ac40ae blk_crypto_evict_key +EXPORT_SYMBOL_GPL vmlinux 0xa7bd793a nexthop_for_each_fib6_nh +EXPORT_SYMBOL_GPL vmlinux 0xa7c0895a devm_free_percpu +EXPORT_SYMBOL_GPL vmlinux 0xa7cdbc8a wb_writeout_inc +EXPORT_SYMBOL_GPL vmlinux 0xa7d3d817 ahci_platform_shutdown +EXPORT_SYMBOL_GPL vmlinux 0xa7e2c17f fork_usermode_driver +EXPORT_SYMBOL_GPL vmlinux 0xa7e5d9ab cpufreq_driver_resolve_freq +EXPORT_SYMBOL_GPL vmlinux 0xa7eb6166 regmap_multi_reg_write_bypassed +EXPORT_SYMBOL_GPL vmlinux 0xa7fba9e1 init_uts_ns +EXPORT_SYMBOL_GPL vmlinux 0xa7ff274d pcie_flr +EXPORT_SYMBOL_GPL vmlinux 0xa8199e9a __traceiter_sched_util_est_cfs_tp +EXPORT_SYMBOL_GPL vmlinux 0xa8244b68 tpm_chip_bootstrap +EXPORT_SYMBOL_GPL vmlinux 0xa8247211 fsl_mc_device_group +EXPORT_SYMBOL_GPL vmlinux 0xa82dcd1b mtk_clk_register_fixed_clks +EXPORT_SYMBOL_GPL vmlinux 0xa83a2dd4 of_usb_get_dr_mode_by_phy +EXPORT_SYMBOL_GPL vmlinux 0xa851973a raw_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0xa864365d kvm_vcpu_write_guest +EXPORT_SYMBOL_GPL vmlinux 0xa86a1a58 con_debug_enter +EXPORT_SYMBOL_GPL vmlinux 0xa8841cc6 mas_next +EXPORT_SYMBOL_GPL vmlinux 0xa88bf614 ata_cable_unknown +EXPORT_SYMBOL_GPL vmlinux 0xa88d4022 bdi_dev_name +EXPORT_SYMBOL_GPL vmlinux 0xa89211da ata_sff_pause +EXPORT_SYMBOL_GPL vmlinux 0xa89926dc crypto_dh_decode_key +EXPORT_SYMBOL_GPL vmlinux 0xa8a6364c xas_get_mark +EXPORT_SYMBOL_GPL vmlinux 0xa8c301e7 acpi_pci_find_root +EXPORT_SYMBOL_GPL vmlinux 0xa8c736f5 led_classdev_notify_brightness_hw_changed +EXPORT_SYMBOL_GPL vmlinux 0xa8d3aded platform_irq_count +EXPORT_SYMBOL_GPL vmlinux 0xa8edde9d wakeup_sources_walk_next +EXPORT_SYMBOL_GPL vmlinux 0xa8f632fa perf_event_release_kernel +EXPORT_SYMBOL_GPL vmlinux 0xa8fef239 irq_chip_disable_parent +EXPORT_SYMBOL_GPL vmlinux 0xa923daaf __virtqueue_unbreak +EXPORT_SYMBOL_GPL vmlinux 0xa92a2da8 crypto_stats_kpp_set_secret +EXPORT_SYMBOL_GPL vmlinux 0xa9320d27 ktime_get_seconds +EXPORT_SYMBOL_GPL vmlinux 0xa948045b do_take_over_console +EXPORT_SYMBOL_GPL vmlinux 0xa959ea55 kvm_release_page_dirty +EXPORT_SYMBOL_GPL vmlinux 0xa95b5c77 hwmon_sanitize_name +EXPORT_SYMBOL_GPL vmlinux 0xa965babd uart_handle_dcd_change +EXPORT_SYMBOL_GPL vmlinux 0xa96e8b4e hv_setup_vmbus_handler +EXPORT_SYMBOL_GPL vmlinux 0xa97a7049 of_irq_find_parent +EXPORT_SYMBOL_GPL vmlinux 0xa99b8e70 __SCK__tp_func_xdp_exception +EXPORT_SYMBOL_GPL vmlinux 0xa99c5f6f xhci_get_ep_ctx +EXPORT_SYMBOL_GPL vmlinux 0xa99e07d5 ata_host_init +EXPORT_SYMBOL_GPL vmlinux 0xa99ef899 devlink_fmsg_bool_pair_put +EXPORT_SYMBOL_GPL vmlinux 0xa9a3868c gpiod_set_raw_array_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0xa9a5426e dmaengine_desc_attach_metadata +EXPORT_SYMBOL_GPL vmlinux 0xa9a6d651 __fscrypt_prepare_rename +EXPORT_SYMBOL_GPL vmlinux 0xa9a9c8bc tpm_is_tpm2 +EXPORT_SYMBOL_GPL vmlinux 0xa9aa1f94 devm_mbox_controller_unregister +EXPORT_SYMBOL_GPL vmlinux 0xa9c22fd8 serial8250_tx_chars +EXPORT_SYMBOL_GPL vmlinux 0xa9d9c297 ndo_dflt_bridge_getlink +EXPORT_SYMBOL_GPL vmlinux 0xa9dba2ef dev_pm_opp_add +EXPORT_SYMBOL_GPL vmlinux 0xaa0ccb24 pci_disable_pri +EXPORT_SYMBOL_GPL vmlinux 0xaa276bd6 software_node_fwnode +EXPORT_SYMBOL_GPL vmlinux 0xaa2a61a7 mmc_pwrseq_unregister +EXPORT_SYMBOL_GPL vmlinux 0xaa331554 subsys_dev_iter_next +EXPORT_SYMBOL_GPL vmlinux 0xaa43c76e i2c_recover_bus +EXPORT_SYMBOL_GPL vmlinux 0xaa4aeb89 gpiochip_irqchip_add_domain +EXPORT_SYMBOL_GPL vmlinux 0xaa6a50f9 __static_key_deferred_flush +EXPORT_SYMBOL_GPL vmlinux 0xaa746af0 acpi_pci_check_ejectable +EXPORT_SYMBOL_GPL vmlinux 0xaa831f4a crypto_unregister_shashes +EXPORT_SYMBOL_GPL vmlinux 0xaa88f7b7 tpm_get_random +EXPORT_SYMBOL_GPL vmlinux 0xaa8ca213 __traceiter_neigh_event_send_dead +EXPORT_SYMBOL_GPL vmlinux 0xaa986c44 devm_hwmon_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0xaaa918c9 ftrace_dump +EXPORT_SYMBOL_GPL vmlinux 0xaaad6b91 crypto_unregister_algs +EXPORT_SYMBOL_GPL vmlinux 0xaab9c421 clk_multiplier_ops +EXPORT_SYMBOL_GPL vmlinux 0xaac0f3ed devm_extcon_dev_register +EXPORT_SYMBOL_GPL vmlinux 0xaaf9f4f7 srcu_notifier_chain_unregister +EXPORT_SYMBOL_GPL vmlinux 0xaafafbff rockchip_pmu_unblock +EXPORT_SYMBOL_GPL vmlinux 0xab060841 zynqmp_pm_query_data +EXPORT_SYMBOL_GPL vmlinux 0xab0bfe90 nvmem_register +EXPORT_SYMBOL_GPL vmlinux 0xab0efe21 clk_hw_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0xab0ff87e ftrace_set_filter_ip +EXPORT_SYMBOL_GPL vmlinux 0xab12b106 phylink_mii_c22_pcs_an_restart +EXPORT_SYMBOL_GPL vmlinux 0xab15a66e evict_inodes +EXPORT_SYMBOL_GPL vmlinux 0xab176d03 ata_pci_shutdown_one +EXPORT_SYMBOL_GPL vmlinux 0xab1e0e93 hv_setup_kexec_handler +EXPORT_SYMBOL_GPL vmlinux 0xab23d6c8 gnttab_unmap_refs_async +EXPORT_SYMBOL_GPL vmlinux 0xab3e2373 __traceiter_rpm_return_int +EXPORT_SYMBOL_GPL vmlinux 0xab3f95d8 simple_attr_write_signed +EXPORT_SYMBOL_GPL vmlinux 0xab584aec sdio_enable_func +EXPORT_SYMBOL_GPL vmlinux 0xab690d80 driver_find_device +EXPORT_SYMBOL_GPL vmlinux 0xab7cbb6a extcon_get_edev_name +EXPORT_SYMBOL_GPL vmlinux 0xab7f853d mtk_mutex_prepare +EXPORT_SYMBOL_GPL vmlinux 0xab8559e8 devm_led_classdev_unregister +EXPORT_SYMBOL_GPL vmlinux 0xab932722 mbox_free_channel +EXPORT_SYMBOL_GPL vmlinux 0xab953b06 pci_dev_run_wake +EXPORT_SYMBOL_GPL vmlinux 0xaba1c2ea lwtunnel_get_encap_size +EXPORT_SYMBOL_GPL vmlinux 0xaba9be3a __devm_alloc_percpu +EXPORT_SYMBOL_GPL vmlinux 0xabb9b6a1 of_pse_control_get +EXPORT_SYMBOL_GPL vmlinux 0xabb9d5db i2c_dw_acpi_configure +EXPORT_SYMBOL_GPL vmlinux 0xabc640f3 list_lru_isolate +EXPORT_SYMBOL_GPL vmlinux 0xabccf453 i2c_new_ancillary_device +EXPORT_SYMBOL_GPL vmlinux 0xabcfe0f3 pse_controller_unregister +EXPORT_SYMBOL_GPL vmlinux 0xabd11046 fscrypt_drop_inode +EXPORT_SYMBOL_GPL vmlinux 0xabd45848 stop_machine +EXPORT_SYMBOL_GPL vmlinux 0xabe71b9c led_trigger_blink +EXPORT_SYMBOL_GPL vmlinux 0xabf03499 acpi_subsys_restore_early +EXPORT_SYMBOL_GPL vmlinux 0xac065cf0 devm_regmap_field_alloc +EXPORT_SYMBOL_GPL vmlinux 0xac094a1a of_dma_is_coherent +EXPORT_SYMBOL_GPL vmlinux 0xac0c2300 tcp_done +EXPORT_SYMBOL_GPL vmlinux 0xac0f407f pci_slots_kset +EXPORT_SYMBOL_GPL vmlinux 0xac14e90d pm_generic_poweroff +EXPORT_SYMBOL_GPL vmlinux 0xac1cf4ac ata_std_sched_eh +EXPORT_SYMBOL_GPL vmlinux 0xac2ded1b ata_sas_async_probe +EXPORT_SYMBOL_GPL vmlinux 0xac4e7800 crypto_req_done +EXPORT_SYMBOL_GPL vmlinux 0xac504da0 regmap_field_alloc +EXPORT_SYMBOL_GPL vmlinux 0xac53f5c1 dst_cache_get_ip4 +EXPORT_SYMBOL_GPL vmlinux 0xac66e6e9 create_signature +EXPORT_SYMBOL_GPL vmlinux 0xac874f08 lp8788_read_byte +EXPORT_SYMBOL_GPL vmlinux 0xac8ced4a sdio_writeb_readb +EXPORT_SYMBOL_GPL vmlinux 0xaca167d0 __strp_unpause +EXPORT_SYMBOL_GPL vmlinux 0xaca6e982 ata_bmdma_stop +EXPORT_SYMBOL_GPL vmlinux 0xacb4d88c clk_rate_exclusive_put +EXPORT_SYMBOL_GPL vmlinux 0xacb73199 acpi_device_fwnode_ops +EXPORT_SYMBOL_GPL vmlinux 0xacbed64a of_resolve_phandles +EXPORT_SYMBOL_GPL vmlinux 0xacc57964 driver_for_each_device +EXPORT_SYMBOL_GPL vmlinux 0xacc977ac alarm_forward_now +EXPORT_SYMBOL_GPL vmlinux 0xace8270f badblocks_init +EXPORT_SYMBOL_GPL vmlinux 0xacf7e88b mbox_flush +EXPORT_SYMBOL_GPL vmlinux 0xacfa61c2 i2c_probe_func_quick_read +EXPORT_SYMBOL_GPL vmlinux 0xacfbbf5b do_unregister_con_driver +EXPORT_SYMBOL_GPL vmlinux 0xad21dc59 of_alias_get_id +EXPORT_SYMBOL_GPL vmlinux 0xad225ea2 acpi_subsys_prepare +EXPORT_SYMBOL_GPL vmlinux 0xad25602f __tracepoint_sched_overutilized_tp +EXPORT_SYMBOL_GPL vmlinux 0xad29d25e __devm_of_phy_provider_register +EXPORT_SYMBOL_GPL vmlinux 0xad30e3f0 gpiod_get_raw_array_value_cansleep +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 0xad62cd6c regulator_map_voltage_pickable_linear_range +EXPORT_SYMBOL_GPL vmlinux 0xad645234 register_switchdev_notifier +EXPORT_SYMBOL_GPL vmlinux 0xad6938b3 phy_package_join +EXPORT_SYMBOL_GPL vmlinux 0xad7586c0 ipv4_redirect +EXPORT_SYMBOL_GPL vmlinux 0xad75c945 irq_domain_add_legacy +EXPORT_SYMBOL_GPL vmlinux 0xad76a3f0 __SCK__tp_func_neigh_update_done +EXPORT_SYMBOL_GPL vmlinux 0xad83ce29 xas_find_conflict +EXPORT_SYMBOL_GPL vmlinux 0xad99a621 ping_seq_start +EXPORT_SYMBOL_GPL vmlinux 0xad9a09e0 da9052_adc_manual_read +EXPORT_SYMBOL_GPL vmlinux 0xad9fb247 lwtunnel_valid_encap_type_attr +EXPORT_SYMBOL_GPL vmlinux 0xada38766 dst_cache_destroy +EXPORT_SYMBOL_GPL vmlinux 0xadaaf706 pci_ats_supported +EXPORT_SYMBOL_GPL vmlinux 0xadaf14d6 devm_of_led_get +EXPORT_SYMBOL_GPL vmlinux 0xadc7c788 compat_only_sysfs_link_entry_to_kobj +EXPORT_SYMBOL_GPL vmlinux 0xadd25ffb pinctrl_generic_add_group +EXPORT_SYMBOL_GPL vmlinux 0xade419c5 fat_flush_inodes +EXPORT_SYMBOL_GPL vmlinux 0xade5339b hte_get_clk_src_info +EXPORT_SYMBOL_GPL vmlinux 0xade8e55e nd_region_provider_data +EXPORT_SYMBOL_GPL vmlinux 0xadf9c1b3 housekeeping_cpumask +EXPORT_SYMBOL_GPL vmlinux 0xae01217a mpi_write_to_sgl +EXPORT_SYMBOL_GPL vmlinux 0xae0ecf40 usb_bus_idr_lock +EXPORT_SYMBOL_GPL vmlinux 0xae1051b0 net_cls_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0xae16f6ee __pci_epf_register_driver +EXPORT_SYMBOL_GPL vmlinux 0xae2426d9 crypto_register_ahashes +EXPORT_SYMBOL_GPL vmlinux 0xae2a20d9 of_property_read_u64 +EXPORT_SYMBOL_GPL vmlinux 0xae39f80e dst_cache_init +EXPORT_SYMBOL_GPL vmlinux 0xae545e4e regmap_attach_dev +EXPORT_SYMBOL_GPL vmlinux 0xae5dc3f3 pm_genpd_add_device +EXPORT_SYMBOL_GPL vmlinux 0xae64f1dd __tracepoint_block_bio_remap +EXPORT_SYMBOL_GPL vmlinux 0xae6597d2 receive_fd +EXPORT_SYMBOL_GPL vmlinux 0xae66224d dev_pm_opp_of_cpumask_remove_table +EXPORT_SYMBOL_GPL vmlinux 0xae69b1c1 usermodehelper_read_unlock +EXPORT_SYMBOL_GPL vmlinux 0xae6fe833 pci_create_ims_domain +EXPORT_SYMBOL_GPL vmlinux 0xae7c231d mpi_cmp +EXPORT_SYMBOL_GPL vmlinux 0xae80a2dc __tracepoint_rwmmio_post_write +EXPORT_SYMBOL_GPL vmlinux 0xae987f25 l3mdev_table_lookup_register +EXPORT_SYMBOL_GPL vmlinux 0xaea7f1ef devlink_sb_unregister +EXPORT_SYMBOL_GPL vmlinux 0xaeb4332a pci_cfg_access_trylock +EXPORT_SYMBOL_GPL vmlinux 0xaeb7ced4 dma_request_chan_by_mask +EXPORT_SYMBOL_GPL vmlinux 0xaeb877e8 pm_generic_restore +EXPORT_SYMBOL_GPL vmlinux 0xaeb8cb03 rio_map_outb_region +EXPORT_SYMBOL_GPL vmlinux 0xaed524fb usb_acpi_power_manageable +EXPORT_SYMBOL_GPL vmlinux 0xaed53270 bpf_event_output +EXPORT_SYMBOL_GPL vmlinux 0xaed815ce regmap_update_bits_base +EXPORT_SYMBOL_GPL vmlinux 0xaeead1aa dprc_setup +EXPORT_SYMBOL_GPL vmlinux 0xaeefb597 kobject_rename +EXPORT_SYMBOL_GPL vmlinux 0xaef1ea26 dev_pm_set_wake_irq +EXPORT_SYMBOL_GPL vmlinux 0xaef6e303 device_rename +EXPORT_SYMBOL_GPL vmlinux 0xaf076aec nd_fletcher64 +EXPORT_SYMBOL_GPL vmlinux 0xaf0b6ba7 blkg_rwstat_init +EXPORT_SYMBOL_GPL vmlinux 0xaf10f351 __skb_zcopy_downgrade_managed +EXPORT_SYMBOL_GPL vmlinux 0xaf1e833c amba_bustype +EXPORT_SYMBOL_GPL vmlinux 0xaf1fb433 ip_route_output_key_hash +EXPORT_SYMBOL_GPL vmlinux 0xaf22fd36 device_set_wakeup_capable +EXPORT_SYMBOL_GPL vmlinux 0xaf23ad2c __dev_change_net_namespace +EXPORT_SYMBOL_GPL vmlinux 0xaf2505a0 rio_release_inb_dbell +EXPORT_SYMBOL_GPL vmlinux 0xaf300120 virtqueue_get_buf_ctx +EXPORT_SYMBOL_GPL vmlinux 0xaf348da7 cpu_pm_exit +EXPORT_SYMBOL_GPL vmlinux 0xaf3a44e9 __SCK__tp_func_sched_overutilized_tp +EXPORT_SYMBOL_GPL vmlinux 0xaf3a58f1 devl_dpipe_table_unregister +EXPORT_SYMBOL_GPL vmlinux 0xaf3ed93e srcu_notifier_chain_register +EXPORT_SYMBOL_GPL vmlinux 0xaf4014ff usb_amd_quirk_pll_check +EXPORT_SYMBOL_GPL vmlinux 0xaf42c120 nd_cmd_out_size +EXPORT_SYMBOL_GPL vmlinux 0xaf5d010b regmap_async_complete_cb +EXPORT_SYMBOL_GPL vmlinux 0xaf5ec582 dw8250_setup_port +EXPORT_SYMBOL_GPL vmlinux 0xaf727fe8 phy_select_page +EXPORT_SYMBOL_GPL vmlinux 0xaf746127 rockchip_clk_register_branches +EXPORT_SYMBOL_GPL vmlinux 0xaf793668 __alloc_percpu_gfp +EXPORT_SYMBOL_GPL vmlinux 0xaf852873 cpuidle_register_device +EXPORT_SYMBOL_GPL vmlinux 0xaf8a7493 irq_get_default_host +EXPORT_SYMBOL_GPL vmlinux 0xaf9a9fa3 acpi_bus_trim +EXPORT_SYMBOL_GPL vmlinux 0xafb07262 __pfn_to_mfn +EXPORT_SYMBOL_GPL vmlinux 0xafb9918a devm_tegra_core_dev_init_opp_table +EXPORT_SYMBOL_GPL vmlinux 0xafbc616a pcie_port_find_device +EXPORT_SYMBOL_GPL vmlinux 0xafbcef78 rio_local_get_device_id +EXPORT_SYMBOL_GPL vmlinux 0xafddd545 ata_id_c_string +EXPORT_SYMBOL_GPL vmlinux 0xafdfa587 fuse_dev_install +EXPORT_SYMBOL_GPL vmlinux 0xafe735c7 samsung_sdi_battery_get_info +EXPORT_SYMBOL_GPL vmlinux 0xafe80774 key_set_timeout +EXPORT_SYMBOL_GPL vmlinux 0xafeb58c1 __SCK__tp_func_io_page_fault +EXPORT_SYMBOL_GPL vmlinux 0xaffc4108 __clk_hw_register_fixed_rate +EXPORT_SYMBOL_GPL vmlinux 0xaffec2a0 sdio_memcpy_fromio +EXPORT_SYMBOL_GPL vmlinux 0xb0099f79 topology_clear_scale_freq_source +EXPORT_SYMBOL_GPL vmlinux 0xb00c26ce k3_ringacc_ring_cfg +EXPORT_SYMBOL_GPL vmlinux 0xb01bef2b xfrm_state_mtu +EXPORT_SYMBOL_GPL vmlinux 0xb02409a8 sysfs_remove_files +EXPORT_SYMBOL_GPL vmlinux 0xb02ac411 register_xenstore_notifier +EXPORT_SYMBOL_GPL vmlinux 0xb02b093a pci_host_probe +EXPORT_SYMBOL_GPL vmlinux 0xb0375d57 pci_epc_set_msi +EXPORT_SYMBOL_GPL vmlinux 0xb03af85f em_dev_unregister_perf_domain +EXPORT_SYMBOL_GPL vmlinux 0xb0408be0 pinctrl_dev_get_name +EXPORT_SYMBOL_GPL vmlinux 0xb0484716 pci_find_ht_capability +EXPORT_SYMBOL_GPL vmlinux 0xb049a294 __SCK__tp_func_pelt_irq_tp +EXPORT_SYMBOL_GPL vmlinux 0xb0503b15 of_usb_update_otg_caps +EXPORT_SYMBOL_GPL vmlinux 0xb0570e30 blk_mq_freeze_queue_wait +EXPORT_SYMBOL_GPL vmlinux 0xb05b68d5 zynqmp_pm_reset_get_status +EXPORT_SYMBOL_GPL vmlinux 0xb0696112 ahci_platform_find_clk +EXPORT_SYMBOL_GPL vmlinux 0xb06ea245 sbitmap_queue_resize +EXPORT_SYMBOL_GPL vmlinux 0xb0714b8e iommu_iova_to_phys +EXPORT_SYMBOL_GPL vmlinux 0xb0747ed2 rcu_cpu_stall_suppress +EXPORT_SYMBOL_GPL vmlinux 0xb077e70a clk_unprepare +EXPORT_SYMBOL_GPL vmlinux 0xb079b40a of_usb_get_phy_mode +EXPORT_SYMBOL_GPL vmlinux 0xb083db11 adp5520_clr_bits +EXPORT_SYMBOL_GPL vmlinux 0xb08a22a3 cpufreq_show_cpus +EXPORT_SYMBOL_GPL vmlinux 0xb08c9a20 ahci_platform_init_host +EXPORT_SYMBOL_GPL vmlinux 0xb0a4c2df crypto_grab_kpp +EXPORT_SYMBOL_GPL vmlinux 0xb0b85f47 ring_buffer_iter_reset +EXPORT_SYMBOL_GPL vmlinux 0xb0cdca0d perf_get_aux +EXPORT_SYMBOL_GPL vmlinux 0xb0d1656c gpio_free_array +EXPORT_SYMBOL_GPL vmlinux 0xb0d6e702 devm_clk_get_enabled +EXPORT_SYMBOL_GPL vmlinux 0xb0e8e671 xenbus_otherend_changed +EXPORT_SYMBOL_GPL vmlinux 0xb0eb7a08 pci_restore_msi_state +EXPORT_SYMBOL_GPL vmlinux 0xb0f7c6d3 netdev_walk_all_lower_dev +EXPORT_SYMBOL_GPL vmlinux 0xb0fa8642 clk_hw_get_num_parents +EXPORT_SYMBOL_GPL vmlinux 0xb0fc84aa tcp_reno_cong_avoid +EXPORT_SYMBOL_GPL vmlinux 0xb0fcb6d7 filemap_migrate_folio +EXPORT_SYMBOL_GPL vmlinux 0xb10d964d devlink_fmsg_pair_nest_end +EXPORT_SYMBOL_GPL vmlinux 0xb11d9000 tty_dev_name_to_number +EXPORT_SYMBOL_GPL vmlinux 0xb1361764 sk_msg_free_nocharge +EXPORT_SYMBOL_GPL vmlinux 0xb138893d i2c_parse_fw_timings +EXPORT_SYMBOL_GPL vmlinux 0xb15a9377 pci_epc_get +EXPORT_SYMBOL_GPL vmlinux 0xb160cea7 dma_release_channel +EXPORT_SYMBOL_GPL vmlinux 0xb1647fc2 devlink_info_version_running_put +EXPORT_SYMBOL_GPL vmlinux 0xb1910ec5 pcc_mbox_request_channel +EXPORT_SYMBOL_GPL vmlinux 0xb19b895c driver_set_override +EXPORT_SYMBOL_GPL vmlinux 0xb19bac85 watchdog_set_last_hw_keepalive +EXPORT_SYMBOL_GPL vmlinux 0xb1baa71a devlink_linecard_provision_fail +EXPORT_SYMBOL_GPL vmlinux 0xb1bed25d dpm_resume_start +EXPORT_SYMBOL_GPL vmlinux 0xb1c802f6 inet_hash_connect +EXPORT_SYMBOL_GPL vmlinux 0xb1cf04e5 devm_regmap_field_free +EXPORT_SYMBOL_GPL vmlinux 0xb1d41669 ata_sff_qc_issue +EXPORT_SYMBOL_GPL vmlinux 0xb1e25684 __trace_bputs +EXPORT_SYMBOL_GPL vmlinux 0xb1fc1782 pci_speed_string +EXPORT_SYMBOL_GPL vmlinux 0xb201cf92 i2c_client_type +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 0xb22e39f4 regulator_suspend_enable +EXPORT_SYMBOL_GPL vmlinux 0xb230b1a9 mddev_unlock +EXPORT_SYMBOL_GPL vmlinux 0xb23152f9 irq_create_mapping_affinity +EXPORT_SYMBOL_GPL vmlinux 0xb2367029 device_dma_supported +EXPORT_SYMBOL_GPL vmlinux 0xb239c449 ata_sff_wait_ready +EXPORT_SYMBOL_GPL vmlinux 0xb23b7691 start_poll_synchronize_rcu_full +EXPORT_SYMBOL_GPL vmlinux 0xb2405efc secure_tcp_seq +EXPORT_SYMBOL_GPL vmlinux 0xb2410665 sata_lpm_ignore_phy_events +EXPORT_SYMBOL_GPL vmlinux 0xb247fcbf posix_clock_unregister +EXPORT_SYMBOL_GPL vmlinux 0xb24e51ad i2c_adapter_type +EXPORT_SYMBOL_GPL vmlinux 0xb253f9ea input_ff_erase +EXPORT_SYMBOL_GPL vmlinux 0xb25fd8e2 rtnl_af_register +EXPORT_SYMBOL_GPL vmlinux 0xb2632e17 dev_xdp_prog_count +EXPORT_SYMBOL_GPL vmlinux 0xb26a1add elfcorehdr_addr +EXPORT_SYMBOL_GPL vmlinux 0xb26cb94e xenbus_frontend_closed +EXPORT_SYMBOL_GPL vmlinux 0xb271bf41 crypto_remove_spawns +EXPORT_SYMBOL_GPL vmlinux 0xb2855f5d of_add_property +EXPORT_SYMBOL_GPL vmlinux 0xb29533ee zs_malloc +EXPORT_SYMBOL_GPL vmlinux 0xb2a73df1 __virtio_unbreak_device +EXPORT_SYMBOL_GPL vmlinux 0xb2a7660b PageHuge +EXPORT_SYMBOL_GPL vmlinux 0xb2bccbc0 ata_sff_queue_pio_task +EXPORT_SYMBOL_GPL vmlinux 0xb2c1732e rcu_gp_set_torture_wait +EXPORT_SYMBOL_GPL vmlinux 0xb2ce3dc6 extcon_dev_unregister +EXPORT_SYMBOL_GPL vmlinux 0xb2e764e8 suspend_valid_only_mem +EXPORT_SYMBOL_GPL vmlinux 0xb2e8f001 meson_clk_cpu_dyndiv_ops +EXPORT_SYMBOL_GPL vmlinux 0xb2fa093e blk_mq_map_queues +EXPORT_SYMBOL_GPL vmlinux 0xb307c909 devlink_fmsg_u64_pair_put +EXPORT_SYMBOL_GPL vmlinux 0xb30a2691 dax_layout_busy_page +EXPORT_SYMBOL_GPL vmlinux 0xb30b2bda preempt_model_full +EXPORT_SYMBOL_GPL vmlinux 0xb315809d evm_inode_init_security +EXPORT_SYMBOL_GPL vmlinux 0xb31cb498 __traceiter_sched_overutilized_tp +EXPORT_SYMBOL_GPL vmlinux 0xb32ec4ca inet_csk_listen_stop +EXPORT_SYMBOL_GPL vmlinux 0xb335abeb tps6586x_update +EXPORT_SYMBOL_GPL vmlinux 0xb337fff4 ahci_qc_issue +EXPORT_SYMBOL_GPL vmlinux 0xb3487b0a ahci_print_info +EXPORT_SYMBOL_GPL vmlinux 0xb35d58f2 vp_legacy_get_features +EXPORT_SYMBOL_GPL vmlinux 0xb3615880 sfp_register_socket +EXPORT_SYMBOL_GPL vmlinux 0xb36c8de7 fsverity_cleanup_inode +EXPORT_SYMBOL_GPL vmlinux 0xb371527f pci_p2pmem_find_many +EXPORT_SYMBOL_GPL vmlinux 0xb375d9e1 mtk_pinconf_bias_set_rev1 +EXPORT_SYMBOL_GPL vmlinux 0xb37b5283 dma_pci_p2pdma_supported +EXPORT_SYMBOL_GPL vmlinux 0xb38420b7 crypto_alg_extsize +EXPORT_SYMBOL_GPL vmlinux 0xb3894014 vma_kernel_pagesize +EXPORT_SYMBOL_GPL vmlinux 0xb38c807d pm_generic_suspend +EXPORT_SYMBOL_GPL vmlinux 0xb392acdd fwnode_handle_get +EXPORT_SYMBOL_GPL vmlinux 0xb395c8b4 dev_pm_opp_enable +EXPORT_SYMBOL_GPL vmlinux 0xb3a5d95f sdio_readl +EXPORT_SYMBOL_GPL vmlinux 0xb3b8415a bus_for_each_drv +EXPORT_SYMBOL_GPL vmlinux 0xb3ca9f1c od_register_powersave_bias_handler +EXPORT_SYMBOL_GPL vmlinux 0xb3cdad70 ata_acpi_gtm_xfermask +EXPORT_SYMBOL_GPL vmlinux 0xb3fd8fe6 kernel_read_file_from_path +EXPORT_SYMBOL_GPL vmlinux 0xb3ffefbf driver_attach +EXPORT_SYMBOL_GPL vmlinux 0xb40d43ad pci_epf_destroy +EXPORT_SYMBOL_GPL vmlinux 0xb40d673e zynqmp_pm_pinctrl_request +EXPORT_SYMBOL_GPL vmlinux 0xb40fa2c6 gpiod_get_index_optional +EXPORT_SYMBOL_GPL vmlinux 0xb4175964 extcon_dev_register +EXPORT_SYMBOL_GPL vmlinux 0xb41dc6ad copy_user_highpage +EXPORT_SYMBOL_GPL vmlinux 0xb41f16e9 eventfd_ctx_fileget +EXPORT_SYMBOL_GPL vmlinux 0xb4313e3d regulator_list_voltage_table +EXPORT_SYMBOL_GPL vmlinux 0xb43c58a8 ahci_platform_get_resources +EXPORT_SYMBOL_GPL vmlinux 0xb43f9365 ktime_get +EXPORT_SYMBOL_GPL vmlinux 0xb4429b64 acpi_dev_resource_ext_address_space +EXPORT_SYMBOL_GPL vmlinux 0xb44ad634 pid_nr_ns +EXPORT_SYMBOL_GPL vmlinux 0xb44e18ea audit_enabled +EXPORT_SYMBOL_GPL vmlinux 0xb44ef04e device_property_read_u8_array +EXPORT_SYMBOL_GPL vmlinux 0xb455e965 switchdev_port_attr_set +EXPORT_SYMBOL_GPL vmlinux 0xb459a9c7 mtk_pinconf_bias_disable_get +EXPORT_SYMBOL_GPL vmlinux 0xb4744755 xenbus_dev_error +EXPORT_SYMBOL_GPL vmlinux 0xb48f0638 software_node_register +EXPORT_SYMBOL_GPL vmlinux 0xb48f3499 xlnx_register_event +EXPORT_SYMBOL_GPL vmlinux 0xb4946811 rio_mport_read_config_32 +EXPORT_SYMBOL_GPL vmlinux 0xb4997cb8 umd_unload_blob +EXPORT_SYMBOL_GPL vmlinux 0xb4b97c90 pvclock_gtod_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0xb4bbe84d devm_regulator_get_optional +EXPORT_SYMBOL_GPL vmlinux 0xb4c01016 sync_blockdev_nowait +EXPORT_SYMBOL_GPL vmlinux 0xb4c2c662 of_thermal_get_ntrips +EXPORT_SYMBOL_GPL vmlinux 0xb4c2d752 cpuidle_register_driver +EXPORT_SYMBOL_GPL vmlinux 0xb4c56b5f xen_register_device_domain_owner +EXPORT_SYMBOL_GPL vmlinux 0xb4c660ad devlink_net +EXPORT_SYMBOL_GPL vmlinux 0xb4cebd40 pinctrl_force_sleep +EXPORT_SYMBOL_GPL vmlinux 0xb4df74ac tps65912_device_exit +EXPORT_SYMBOL_GPL vmlinux 0xb4ea7cf7 kgdb_connected +EXPORT_SYMBOL_GPL vmlinux 0xb4eda0da ring_buffer_event_length +EXPORT_SYMBOL_GPL vmlinux 0xb4f21c3a ohci_hub_control +EXPORT_SYMBOL_GPL vmlinux 0xb4f69fef __cpufreq_driver_target +EXPORT_SYMBOL_GPL vmlinux 0xb501b2df nd_cmd_dimm_desc +EXPORT_SYMBOL_GPL vmlinux 0xb5093dd3 console_list +EXPORT_SYMBOL_GPL vmlinux 0xb51790b8 cpufreq_freq_attr_scaling_available_freqs +EXPORT_SYMBOL_GPL vmlinux 0xb51fb63e ata_bmdma_port_start32 +EXPORT_SYMBOL_GPL vmlinux 0xb51fbd64 edac_op_state +EXPORT_SYMBOL_GPL vmlinux 0xb520eb79 btree_merge +EXPORT_SYMBOL_GPL vmlinux 0xb524db08 ip4_datagram_release_cb +EXPORT_SYMBOL_GPL vmlinux 0xb5295d4b device_property_read_u64_array +EXPORT_SYMBOL_GPL vmlinux 0xb52b4f8a crypto_destroy_tfm +EXPORT_SYMBOL_GPL vmlinux 0xb52bfb68 ata_bmdma_port_start +EXPORT_SYMBOL_GPL vmlinux 0xb52ddfc2 blk_req_zone_write_trylock +EXPORT_SYMBOL_GPL vmlinux 0xb5360006 skb_segment +EXPORT_SYMBOL_GPL vmlinux 0xb5365d75 pm_schedule_suspend +EXPORT_SYMBOL_GPL vmlinux 0xb55139f6 HUF_readStats +EXPORT_SYMBOL_GPL vmlinux 0xb55c0ed2 percpu_is_read_locked +EXPORT_SYMBOL_GPL vmlinux 0xb55de460 HYPERVISOR_dm_op +EXPORT_SYMBOL_GPL vmlinux 0xb561c490 mpi_mul +EXPORT_SYMBOL_GPL vmlinux 0xb56d289c mbox_client_peek_data +EXPORT_SYMBOL_GPL vmlinux 0xb5704666 fsl_mc_bus_dpdcei_type +EXPORT_SYMBOL_GPL vmlinux 0xb58f0cbe ata_do_dev_read_id +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 0xb5a98f8c ata_link_next +EXPORT_SYMBOL_GPL vmlinux 0xb5b6fb04 hv_get_vpreg +EXPORT_SYMBOL_GPL vmlinux 0xb5c0fd57 iomap_is_partially_uptodate +EXPORT_SYMBOL_GPL vmlinux 0xb5cfb44f crypto_alloc_ahash +EXPORT_SYMBOL_GPL vmlinux 0xb5d133a9 __iptunnel_pull_header +EXPORT_SYMBOL_GPL vmlinux 0xb5d3576d pci_num_vf +EXPORT_SYMBOL_GPL vmlinux 0xb5e08c7e crypto_ahash_digest +EXPORT_SYMBOL_GPL vmlinux 0xb5e5a769 fuse_direct_io +EXPORT_SYMBOL_GPL vmlinux 0xb5e9b929 regulator_set_suspend_voltage +EXPORT_SYMBOL_GPL vmlinux 0xb5f8ece3 i2c_detect_slave_mode +EXPORT_SYMBOL_GPL vmlinux 0xb607bd7a device_initialize +EXPORT_SYMBOL_GPL vmlinux 0xb61a576f pci_host_common_probe +EXPORT_SYMBOL_GPL vmlinux 0xb61ee800 dev_attr_em_message_type +EXPORT_SYMBOL_GPL vmlinux 0xb6261484 register_die_notifier +EXPORT_SYMBOL_GPL vmlinux 0xb6268735 usb_get_dev +EXPORT_SYMBOL_GPL vmlinux 0xb62d57f5 regulator_list_voltage_linear_range +EXPORT_SYMBOL_GPL vmlinux 0xb631605c pm_clk_suspend +EXPORT_SYMBOL_GPL vmlinux 0xb63386d6 blk_queue_required_elevator_features +EXPORT_SYMBOL_GPL vmlinux 0xb6357e53 cpuidle_enable_device +EXPORT_SYMBOL_GPL vmlinux 0xb63e7057 spi_controller_dma_unmap_mem_op_data +EXPORT_SYMBOL_GPL vmlinux 0xb6410433 mpi_addm +EXPORT_SYMBOL_GPL vmlinux 0xb641d97a crypto_hash_walk_first +EXPORT_SYMBOL_GPL vmlinux 0xb655f91b pci_epc_get_next_free_bar +EXPORT_SYMBOL_GPL vmlinux 0xb6663a29 cpci_hp_register_controller +EXPORT_SYMBOL_GPL vmlinux 0xb6787346 sfp_unregister_socket +EXPORT_SYMBOL_GPL vmlinux 0xb686ec01 pci_device_group +EXPORT_SYMBOL_GPL vmlinux 0xb69161fa ip6_datagram_recv_ctl +EXPORT_SYMBOL_GPL vmlinux 0xb696a3a2 sysfs_remove_file_self +EXPORT_SYMBOL_GPL vmlinux 0xb6996fe0 ata_cable_40wire +EXPORT_SYMBOL_GPL vmlinux 0xb69afbb0 devlink_linecard_deactivate +EXPORT_SYMBOL_GPL vmlinux 0xb6a451c0 icc_disable +EXPORT_SYMBOL_GPL vmlinux 0xb6ab4ce1 power_supply_charge_behaviour_show +EXPORT_SYMBOL_GPL vmlinux 0xb6b3e46f k3_udma_glue_request_rx_chn +EXPORT_SYMBOL_GPL vmlinux 0xb6b478e3 fat_time_unix2fat +EXPORT_SYMBOL_GPL vmlinux 0xb6c0c58e vcap_port_debugfs +EXPORT_SYMBOL_GPL vmlinux 0xb6d27de6 __tracepoint_ata_bmdma_status +EXPORT_SYMBOL_GPL vmlinux 0xb6daf2c8 __mmc_send_status +EXPORT_SYMBOL_GPL vmlinux 0xb6df084d sbitmap_queue_get_shallow +EXPORT_SYMBOL_GPL vmlinux 0xb6e58521 thermal_cooling_device_register +EXPORT_SYMBOL_GPL vmlinux 0xb6e6d99d clk_disable +EXPORT_SYMBOL_GPL vmlinux 0xb6ea30cb acpi_dev_gpio_irq_wake_get_by +EXPORT_SYMBOL_GPL vmlinux 0xb6f8cc5a thermal_of_zone_unregister +EXPORT_SYMBOL_GPL vmlinux 0xb6fb0636 dev_pm_opp_of_get_opp_desc_node +EXPORT_SYMBOL_GPL vmlinux 0xb7004de8 __platform_driver_register +EXPORT_SYMBOL_GPL vmlinux 0xb71aff7c crypto_register_shash +EXPORT_SYMBOL_GPL vmlinux 0xb72808cc key_type_trusted +EXPORT_SYMBOL_GPL vmlinux 0xb728477d ohci_setup +EXPORT_SYMBOL_GPL vmlinux 0xb72e3ac1 __traceiter_sched_util_est_se_tp +EXPORT_SYMBOL_GPL vmlinux 0xb7329c06 clk_set_phase +EXPORT_SYMBOL_GPL vmlinux 0xb73713d7 nvmem_add_cell_lookups +EXPORT_SYMBOL_GPL vmlinux 0xb744527d watchdog_notify_pretimeout +EXPORT_SYMBOL_GPL vmlinux 0xb74c31cd wwan_remove_port +EXPORT_SYMBOL_GPL vmlinux 0xb765cf01 pci_stop_root_bus +EXPORT_SYMBOL_GPL vmlinux 0xb76e685d kern_mount +EXPORT_SYMBOL_GPL vmlinux 0xb7772259 device_match_fwnode +EXPORT_SYMBOL_GPL vmlinux 0xb77b267d irq_gc_mask_set_bit +EXPORT_SYMBOL_GPL vmlinux 0xb782c1a3 hv_get_vpreg_128 +EXPORT_SYMBOL_GPL vmlinux 0xb7833e40 ata_acpi_cbl_80wire +EXPORT_SYMBOL_GPL vmlinux 0xb786bf75 pci_write_msi_msg +EXPORT_SYMBOL_GPL vmlinux 0xb7898ab7 genphy_c45_read_mdix +EXPORT_SYMBOL_GPL vmlinux 0xb79db2fd usb_alloc_urb +EXPORT_SYMBOL_GPL vmlinux 0xb7a387fc synchronize_rcu_tasks_rude +EXPORT_SYMBOL_GPL vmlinux 0xb7b17711 poll_state_synchronize_srcu +EXPORT_SYMBOL_GPL vmlinux 0xb7b6f612 regulator_bulk_set_supply_names +EXPORT_SYMBOL_GPL vmlinux 0xb7c2f401 dma_async_device_channel_unregister +EXPORT_SYMBOL_GPL vmlinux 0xb7c69a63 unregister_vmap_purge_notifier +EXPORT_SYMBOL_GPL vmlinux 0xb7cc0cff __tracepoint_br_fdb_add +EXPORT_SYMBOL_GPL vmlinux 0xb7d64cfc xenbus_dev_resume +EXPORT_SYMBOL_GPL vmlinux 0xb7d74963 platform_add_devices +EXPORT_SYMBOL_GPL vmlinux 0xb7daab3a __traceiter_fdb_delete +EXPORT_SYMBOL_GPL vmlinux 0xb7e97a9c of_pci_get_devfn +EXPORT_SYMBOL_GPL vmlinux 0xb7f27d8e crypto_stats_ahash_final +EXPORT_SYMBOL_GPL vmlinux 0xb7f347e0 gpiod_get_array_value +EXPORT_SYMBOL_GPL vmlinux 0xb7f990e9 rht_bucket_nested +EXPORT_SYMBOL_GPL vmlinux 0xb8058617 pwm_put +EXPORT_SYMBOL_GPL vmlinux 0xb80c82c4 serial8250_em485_start_tx +EXPORT_SYMBOL_GPL vmlinux 0xb8199ee4 gnttab_free_pages +EXPORT_SYMBOL_GPL vmlinux 0xb82436cf regulator_map_voltage_linear +EXPORT_SYMBOL_GPL vmlinux 0xb8273d0b __wake_up_sync +EXPORT_SYMBOL_GPL vmlinux 0xb83ec2af pci_enable_rom +EXPORT_SYMBOL_GPL vmlinux 0xb84413ef sdev_evt_send_simple +EXPORT_SYMBOL_GPL vmlinux 0xb85042e5 gnttab_free_grant_reference_seq +EXPORT_SYMBOL_GPL vmlinux 0xb852d6ce blk_steal_bios +EXPORT_SYMBOL_GPL vmlinux 0xb8781582 imx_clk_hw_sscg_pll +EXPORT_SYMBOL_GPL vmlinux 0xb87f40fe cppc_set_enable +EXPORT_SYMBOL_GPL vmlinux 0xb88dbfce irq_set_irqchip_state +EXPORT_SYMBOL_GPL vmlinux 0xb893ac41 debugfs_attr_read +EXPORT_SYMBOL_GPL vmlinux 0xb898df04 lwtunnel_fill_encap +EXPORT_SYMBOL_GPL vmlinux 0xb8993fac __tracepoint_remove_device_from_group +EXPORT_SYMBOL_GPL vmlinux 0xb89e69b1 jump_label_update_timeout +EXPORT_SYMBOL_GPL vmlinux 0xb8b8c4f0 ti_sci_release_resource +EXPORT_SYMBOL_GPL vmlinux 0xb8bb6547 of_map_id +EXPORT_SYMBOL_GPL vmlinux 0xb8bbf58c sysfs_create_mount_point +EXPORT_SYMBOL_GPL vmlinux 0xb8c6d907 clk_fractional_divider_ops +EXPORT_SYMBOL_GPL vmlinux 0xb8cd3a7f nf_logger_put +EXPORT_SYMBOL_GPL vmlinux 0xb8cec9de pci_find_next_ht_capability +EXPORT_SYMBOL_GPL vmlinux 0xb8dec1ea pm_genpd_remove +EXPORT_SYMBOL_GPL vmlinux 0xb8e5587b platform_bus +EXPORT_SYMBOL_GPL vmlinux 0xb8e7b217 noop_backing_dev_info +EXPORT_SYMBOL_GPL vmlinux 0xb8e80fff edac_pci_del_device +EXPORT_SYMBOL_GPL vmlinux 0xb8f11603 idr_alloc +EXPORT_SYMBOL_GPL vmlinux 0xb8f6bab3 gpiod_set_transitory +EXPORT_SYMBOL_GPL vmlinux 0xb8fbb1a1 gnttab_pages_set_private +EXPORT_SYMBOL_GPL vmlinux 0xb8fc8bec irq_chip_eoi_parent +EXPORT_SYMBOL_GPL vmlinux 0xb912560d static_key_disable +EXPORT_SYMBOL_GPL vmlinux 0xb9154b3e em_pd_get +EXPORT_SYMBOL_GPL vmlinux 0xb917b6d7 return_address +EXPORT_SYMBOL_GPL vmlinux 0xb91e7c46 i2c_generic_scl_recovery +EXPORT_SYMBOL_GPL vmlinux 0xb93473f9 devm_platform_get_and_ioremap_resource +EXPORT_SYMBOL_GPL vmlinux 0xb940d90d hte_enable_ts +EXPORT_SYMBOL_GPL vmlinux 0xb944e7cf sk_msg_recvmsg +EXPORT_SYMBOL_GPL vmlinux 0xb947f796 user_describe +EXPORT_SYMBOL_GPL vmlinux 0xb95c56ea scmi_driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0xb96344ef ata_pci_bmdma_clear_simplex +EXPORT_SYMBOL_GPL vmlinux 0xb9681621 xdp_do_flush +EXPORT_SYMBOL_GPL vmlinux 0xb9852d11 __traceiter_mc_event +EXPORT_SYMBOL_GPL vmlinux 0xb98adb83 iomap_dio_rw +EXPORT_SYMBOL_GPL vmlinux 0xb9911b28 mmc_get_ext_csd +EXPORT_SYMBOL_GPL vmlinux 0xb99a3b00 sbitmap_queue_recalculate_wake_batch +EXPORT_SYMBOL_GPL vmlinux 0xb9a0c173 usb_get_phy +EXPORT_SYMBOL_GPL vmlinux 0xb9b737e3 devlink_trap_report +EXPORT_SYMBOL_GPL vmlinux 0xb9b7510f usb_alloc_streams +EXPORT_SYMBOL_GPL vmlinux 0xb9b8862c of_get_phy_mode +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 0xb9cccb76 blk_mq_update_nr_hw_queues +EXPORT_SYMBOL_GPL vmlinux 0xb9d025c9 llist_del_first +EXPORT_SYMBOL_GPL vmlinux 0xb9f0b073 mtk_register_reset_controller_with_dev +EXPORT_SYMBOL_GPL vmlinux 0xb9f48279 dm_report_zones +EXPORT_SYMBOL_GPL vmlinux 0xb9fe56da clk_hw_init_rate_request +EXPORT_SYMBOL_GPL vmlinux 0xba07c2fa skb_mpls_pop +EXPORT_SYMBOL_GPL vmlinux 0xba0dd4f9 devm_nvdimm_memremap +EXPORT_SYMBOL_GPL vmlinux 0xba1342c2 serial8250_rx_chars +EXPORT_SYMBOL_GPL vmlinux 0xba15d107 rdev_set_badblocks +EXPORT_SYMBOL_GPL vmlinux 0xba220db7 __wake_up_sync_key +EXPORT_SYMBOL_GPL vmlinux 0xba284621 debugfs_create_blob +EXPORT_SYMBOL_GPL vmlinux 0xba2b7f64 cpufreq_generic_get +EXPORT_SYMBOL_GPL vmlinux 0xba4cc2fb debugfs_attr_write +EXPORT_SYMBOL_GPL vmlinux 0xba609007 cros_ec_cmd +EXPORT_SYMBOL_GPL vmlinux 0xba6369bb xhci_run +EXPORT_SYMBOL_GPL vmlinux 0xba810fec pm_generic_resume_early +EXPORT_SYMBOL_GPL vmlinux 0xba83ceb5 clockevents_config_and_register +EXPORT_SYMBOL_GPL vmlinux 0xba8575a6 adp5520_write +EXPORT_SYMBOL_GPL vmlinux 0xba940092 usb_hcd_unlink_urb_from_ep +EXPORT_SYMBOL_GPL vmlinux 0xba96b348 phy_10gbit_fec_features +EXPORT_SYMBOL_GPL vmlinux 0xbab9a9f0 maxim_charger_currents +EXPORT_SYMBOL_GPL vmlinux 0xbad28b6b mmc_regulator_set_vqmmc +EXPORT_SYMBOL_GPL vmlinux 0xbae30845 devm_kfree +EXPORT_SYMBOL_GPL vmlinux 0xbaf22757 kvfree_call_rcu +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 0xbb0b9fd9 usb_debug_root +EXPORT_SYMBOL_GPL vmlinux 0xbb0ea30c unregister_pernet_device +EXPORT_SYMBOL_GPL vmlinux 0xbb1ce669 phy_speed_up +EXPORT_SYMBOL_GPL vmlinux 0xbb1d4d49 devm_nvmem_cell_get +EXPORT_SYMBOL_GPL vmlinux 0xbb24f372 __SCK__tp_func_attach_device_to_domain +EXPORT_SYMBOL_GPL vmlinux 0xbb2547e5 hwspin_lock_register +EXPORT_SYMBOL_GPL vmlinux 0xbb2d6b45 irq_chip_ack_parent +EXPORT_SYMBOL_GPL vmlinux 0xbb4146b3 get_completed_synchronize_rcu +EXPORT_SYMBOL_GPL vmlinux 0xbb44ea5f usb_of_get_device_node +EXPORT_SYMBOL_GPL vmlinux 0xbb4c2e84 sysfs_remove_groups +EXPORT_SYMBOL_GPL vmlinux 0xbb5481dd vchan_tx_submit +EXPORT_SYMBOL_GPL vmlinux 0xbb58f7ac ata_qc_complete +EXPORT_SYMBOL_GPL vmlinux 0xbb618306 get_device +EXPORT_SYMBOL_GPL vmlinux 0xbb6508da random_get_entropy_fallback +EXPORT_SYMBOL_GPL vmlinux 0xbb6a3cbd devlink_fmsg_arr_pair_nest_start +EXPORT_SYMBOL_GPL vmlinux 0xbb6d47c6 irq_find_matching_fwspec +EXPORT_SYMBOL_GPL vmlinux 0xbb6f025a asymmetric_key_generate_id +EXPORT_SYMBOL_GPL vmlinux 0xbb706eae sysfs_remove_link +EXPORT_SYMBOL_GPL vmlinux 0xbb7195a5 xdp_warn +EXPORT_SYMBOL_GPL vmlinux 0xbb7e9690 gfn_to_hva_memslot +EXPORT_SYMBOL_GPL vmlinux 0xbb7f62da devres_close_group +EXPORT_SYMBOL_GPL vmlinux 0xbb8867ea bpf_trace_run2 +EXPORT_SYMBOL_GPL vmlinux 0xbb93eec5 ioasid_alloc +EXPORT_SYMBOL_GPL vmlinux 0xbb97f174 xfrm_audit_state_replay +EXPORT_SYMBOL_GPL vmlinux 0xbb9e314e spi_register_controller +EXPORT_SYMBOL_GPL vmlinux 0xbba57881 crypto_unregister_aeads +EXPORT_SYMBOL_GPL vmlinux 0xbbb4ab02 mtk_mutex_put +EXPORT_SYMBOL_GPL vmlinux 0xbbc750a8 gnttab_end_foreign_access +EXPORT_SYMBOL_GPL vmlinux 0xbbde1a5f crypto_unregister_scomp +EXPORT_SYMBOL_GPL vmlinux 0xbbe077cf led_trigger_read +EXPORT_SYMBOL_GPL vmlinux 0xbbe5611b crc64_rocksoft_update +EXPORT_SYMBOL_GPL vmlinux 0xbbe56404 sprint_OID +EXPORT_SYMBOL_GPL vmlinux 0xbbf82b6f zynqmp_pm_set_tcm_config +EXPORT_SYMBOL_GPL vmlinux 0xbbff5bba lp8788_update_bits +EXPORT_SYMBOL_GPL vmlinux 0xbc16c750 nf_queue_entry_get_refs +EXPORT_SYMBOL_GPL vmlinux 0xbc17a4bf pci_epf_create +EXPORT_SYMBOL_GPL vmlinux 0xbc28806c da9052_request_irq +EXPORT_SYMBOL_GPL vmlinux 0xbc314156 nop_mnt_idmap +EXPORT_SYMBOL_GPL vmlinux 0xbc319dbc acct_bioset_exit +EXPORT_SYMBOL_GPL vmlinux 0xbc382e36 get_governor_parent_kobj +EXPORT_SYMBOL_GPL vmlinux 0xbc3f2cb0 timecounter_cyc2time +EXPORT_SYMBOL_GPL vmlinux 0xbc46721e crypto_type_has_alg +EXPORT_SYMBOL_GPL vmlinux 0xbc4b7058 genphy_c45_aneg_done +EXPORT_SYMBOL_GPL vmlinux 0xbc51370f regulator_set_voltage_sel_pickable_regmap +EXPORT_SYMBOL_GPL vmlinux 0xbc600dc9 preempt_model_voluntary +EXPORT_SYMBOL_GPL vmlinux 0xbc6bec66 free_percpu_irq +EXPORT_SYMBOL_GPL vmlinux 0xbc6cc782 regmap_noinc_read +EXPORT_SYMBOL_GPL vmlinux 0xbc722bc1 devlink_port_type_eth_set +EXPORT_SYMBOL_GPL vmlinux 0xbc798734 class_interface_register +EXPORT_SYMBOL_GPL vmlinux 0xbc7ea845 mctrl_gpio_init +EXPORT_SYMBOL_GPL vmlinux 0xbc86e04e sdio_disable_func +EXPORT_SYMBOL_GPL vmlinux 0xbc87db0f devm_spi_register_controller +EXPORT_SYMBOL_GPL vmlinux 0xbc9b8588 ehci_cf_port_reset_rwsem +EXPORT_SYMBOL_GPL vmlinux 0xbca05f19 vp_modern_map_vq_notify +EXPORT_SYMBOL_GPL vmlinux 0xbcaa606c regulator_get +EXPORT_SYMBOL_GPL vmlinux 0xbcae2892 blk_add_driver_data +EXPORT_SYMBOL_GPL vmlinux 0xbcaf573f blk_rq_prep_clone +EXPORT_SYMBOL_GPL vmlinux 0xbcb539c5 of_clk_parent_fill +EXPORT_SYMBOL_GPL vmlinux 0xbcb663f6 devm_power_supply_register_no_ws +EXPORT_SYMBOL_GPL vmlinux 0xbcbe3339 devlink_set_features +EXPORT_SYMBOL_GPL vmlinux 0xbcc15e75 ktime_get_coarse_with_offset +EXPORT_SYMBOL_GPL vmlinux 0xbcc96b45 rio_request_outb_mbox +EXPORT_SYMBOL_GPL vmlinux 0xbcc9b85d vp_legacy_get_queue_enable +EXPORT_SYMBOL_GPL vmlinux 0xbccd1448 rtnl_link_register +EXPORT_SYMBOL_GPL vmlinux 0xbcdd5216 replace_page_cache_folio +EXPORT_SYMBOL_GPL vmlinux 0xbcdd5b99 iommu_group_set_name +EXPORT_SYMBOL_GPL vmlinux 0xbcf1f0e6 zs_create_pool +EXPORT_SYMBOL_GPL vmlinux 0xbcf39c47 rio_mport_get_feature +EXPORT_SYMBOL_GPL vmlinux 0xbcfa2c07 iommu_present +EXPORT_SYMBOL_GPL vmlinux 0xbcfa2cfa pm_runtime_force_resume +EXPORT_SYMBOL_GPL vmlinux 0xbd006e9f fwnode_connection_find_match +EXPORT_SYMBOL_GPL vmlinux 0xbd00fab1 usb_clear_halt +EXPORT_SYMBOL_GPL vmlinux 0xbd02371f uhci_reset_hc +EXPORT_SYMBOL_GPL vmlinux 0xbd06f3a9 ata_get_cmd_name +EXPORT_SYMBOL_GPL vmlinux 0xbd08d3bd of_dma_configure_id +EXPORT_SYMBOL_GPL vmlinux 0xbd17bf5b pci_probe_reset_slot +EXPORT_SYMBOL_GPL vmlinux 0xbd229eec gpiod_get +EXPORT_SYMBOL_GPL vmlinux 0xbd3fe1e3 disable_hardirq +EXPORT_SYMBOL_GPL vmlinux 0xbd4db88e vcap_enable_lookups +EXPORT_SYMBOL_GPL vmlinux 0xbd53a7e6 rcu_read_unlock_trace_special +EXPORT_SYMBOL_GPL vmlinux 0xbd558830 device_store_bool +EXPORT_SYMBOL_GPL vmlinux 0xbd5704ec __tracepoint_xdp_bulk_tx +EXPORT_SYMBOL_GPL vmlinux 0xbd72228f find_vpid +EXPORT_SYMBOL_GPL vmlinux 0xbd7aaaee add_memory +EXPORT_SYMBOL_GPL vmlinux 0xbd7ff77b dev_pm_opp_get_opp_count +EXPORT_SYMBOL_GPL vmlinux 0xbd82be96 fwnode_get_next_available_child_node +EXPORT_SYMBOL_GPL vmlinux 0xbd84805f handle_untracked_irq +EXPORT_SYMBOL_GPL vmlinux 0xbd8e5b81 power_supply_put_battery_info +EXPORT_SYMBOL_GPL vmlinux 0xbd8f4248 __bio_release_pages +EXPORT_SYMBOL_GPL vmlinux 0xbd92ea34 pm_clk_add +EXPORT_SYMBOL_GPL vmlinux 0xbd9709dd anon_inode_getfile +EXPORT_SYMBOL_GPL vmlinux 0xbda040e6 vp_modern_get_status +EXPORT_SYMBOL_GPL vmlinux 0xbda04a91 cond_synchronize_rcu_expedited +EXPORT_SYMBOL_GPL vmlinux 0xbda3656d nvdimm_cmd_mask +EXPORT_SYMBOL_GPL vmlinux 0xbdb2217d hv_is_isolation_supported +EXPORT_SYMBOL_GPL vmlinux 0xbdb72342 __tracepoint_devlink_hwmsg +EXPORT_SYMBOL_GPL vmlinux 0xbdbbcde7 bio_add_zone_append_page +EXPORT_SYMBOL_GPL vmlinux 0xbdbd4d7a acpi_dev_get_next_consumer_dev +EXPORT_SYMBOL_GPL vmlinux 0xbdbdeb38 crypto_register_aeads +EXPORT_SYMBOL_GPL vmlinux 0xbdc161f7 devm_device_add_group +EXPORT_SYMBOL_GPL vmlinux 0xbdda1b5f vmalloc_huge +EXPORT_SYMBOL_GPL vmlinux 0xbddb52e4 nvdimm_region_notify +EXPORT_SYMBOL_GPL vmlinux 0xbdedeab3 dev_pm_genpd_set_next_wakeup +EXPORT_SYMBOL_GPL vmlinux 0xbdef49fb power_supply_external_power_changed +EXPORT_SYMBOL_GPL vmlinux 0xbdf1f345 __mmc_poll_for_busy +EXPORT_SYMBOL_GPL vmlinux 0xbdfaab89 trace_array_printk +EXPORT_SYMBOL_GPL vmlinux 0xbdfe02cc akcipher_register_instance +EXPORT_SYMBOL_GPL vmlinux 0xbe02765c pci_epf_free_space +EXPORT_SYMBOL_GPL vmlinux 0xbe0890cf devm_register_power_off_handler +EXPORT_SYMBOL_GPL vmlinux 0xbe0e69c3 ata_sff_irq_on +EXPORT_SYMBOL_GPL vmlinux 0xbe137c1e imx_fracn_gppll +EXPORT_SYMBOL_GPL vmlinux 0xbe29ab08 ahci_port_resume +EXPORT_SYMBOL_GPL vmlinux 0xbe2cc3e4 devm_otg_ulpi_create +EXPORT_SYMBOL_GPL vmlinux 0xbe40e52b tpm2_get_tpm_pt +EXPORT_SYMBOL_GPL vmlinux 0xbe5b4d64 memunmap_pages +EXPORT_SYMBOL_GPL vmlinux 0xbe5c888b crypto_chain +EXPORT_SYMBOL_GPL vmlinux 0xbe5e3414 k3_udma_glue_reset_rx_chn +EXPORT_SYMBOL_GPL vmlinux 0xbe5f40ff key_type_encrypted +EXPORT_SYMBOL_GPL vmlinux 0xbe687e88 wake_up_all_idle_cpus +EXPORT_SYMBOL_GPL vmlinux 0xbe6d9bd1 inet6_csk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0xbe7cd7d8 fuse_dev_operations +EXPORT_SYMBOL_GPL vmlinux 0xbe85e655 fib_rules_lookup +EXPORT_SYMBOL_GPL vmlinux 0xbe96dfd8 of_reconfig_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0xbe9a83d5 dw_pcie_write +EXPORT_SYMBOL_GPL vmlinux 0xbe9fe151 pse_controller_register +EXPORT_SYMBOL_GPL vmlinux 0xbea22ce5 kvm_vcpu_wake_up +EXPORT_SYMBOL_GPL vmlinux 0xbea59373 vcap_rule_add_action_bit +EXPORT_SYMBOL_GPL vmlinux 0xbea5ff1e static_key_initialized +EXPORT_SYMBOL_GPL vmlinux 0xbeb2cdcd devm_pci_epc_destroy +EXPORT_SYMBOL_GPL vmlinux 0xbeb7b7d3 __traceiter_rwmmio_read +EXPORT_SYMBOL_GPL vmlinux 0xbec0b11a virtio_add_status +EXPORT_SYMBOL_GPL vmlinux 0xbec5a448 vcap_find_keystream_keysets +EXPORT_SYMBOL_GPL vmlinux 0xbec66c3a __apei_exec_run +EXPORT_SYMBOL_GPL vmlinux 0xbed17a82 of_phy_provider_unregister +EXPORT_SYMBOL_GPL vmlinux 0xbeeb165c iommu_sva_find +EXPORT_SYMBOL_GPL vmlinux 0xbef45971 __traceiter_xdp_bulk_tx +EXPORT_SYMBOL_GPL vmlinux 0xbf01db96 trace_get_event_file +EXPORT_SYMBOL_GPL vmlinux 0xbf041102 register_vt_notifier +EXPORT_SYMBOL_GPL vmlinux 0xbf0c375c dev_pm_genpd_set_performance_state +EXPORT_SYMBOL_GPL vmlinux 0xbf1815cd pci_disable_pcie_error_reporting +EXPORT_SYMBOL_GPL vmlinux 0xbf202498 gfn_to_memslot +EXPORT_SYMBOL_GPL vmlinux 0xbf2e2e71 housekeeping_enabled +EXPORT_SYMBOL_GPL vmlinux 0xbf4513c3 devlink_linecard_activate +EXPORT_SYMBOL_GPL vmlinux 0xbf66dbdd sock_map_unhash +EXPORT_SYMBOL_GPL vmlinux 0xbf6845ad thermal_zone_unbind_cooling_device +EXPORT_SYMBOL_GPL vmlinux 0xbf68e27f pcie_bus_configure_settings +EXPORT_SYMBOL_GPL vmlinux 0xbf7060e7 power_supply_get_property +EXPORT_SYMBOL_GPL vmlinux 0xbf715a74 scmi_protocol_unregister +EXPORT_SYMBOL_GPL vmlinux 0xbf74612e usb_amd_pt_check_port +EXPORT_SYMBOL_GPL vmlinux 0xbf7bb59d show_class_attr_string +EXPORT_SYMBOL_GPL vmlinux 0xbf7cd31d tty_port_tty_wakeup +EXPORT_SYMBOL_GPL vmlinux 0xbf7ce06e xfrm_audit_state_notfound +EXPORT_SYMBOL_GPL vmlinux 0xbf8fe5c9 skb_to_sgvec_nomark +EXPORT_SYMBOL_GPL vmlinux 0xbf935238 badblocks_check +EXPORT_SYMBOL_GPL vmlinux 0xbf93b1bd mark_page_dirty_in_slot +EXPORT_SYMBOL_GPL vmlinux 0xbfbb357c unregister_acpi_bus_type +EXPORT_SYMBOL_GPL vmlinux 0xbfbc5434 pciserial_resume_ports +EXPORT_SYMBOL_GPL vmlinux 0xbfbd65d8 device_get_child_node_count +EXPORT_SYMBOL_GPL vmlinux 0xbfc0d77d xfrm_audit_policy_add +EXPORT_SYMBOL_GPL vmlinux 0xbfc3a98d xen_unregister_device_domain_owner +EXPORT_SYMBOL_GPL vmlinux 0xbfcc42ff pci_ioremap_wc_bar +EXPORT_SYMBOL_GPL vmlinux 0xbfd62f03 irq_domain_create_simple +EXPORT_SYMBOL_GPL vmlinux 0xbfd8ab14 __traceiter_block_rq_insert +EXPORT_SYMBOL_GPL vmlinux 0xbfe5616d tick_broadcast_oneshot_control +EXPORT_SYMBOL_GPL vmlinux 0xbfed2cd9 __wait_rcu_gp +EXPORT_SYMBOL_GPL vmlinux 0xbfeda648 debugfs_create_symlink +EXPORT_SYMBOL_GPL vmlinux 0xbff926dd __traceiter_kfree_skb +EXPORT_SYMBOL_GPL vmlinux 0xc004183c led_blink_set_oneshot +EXPORT_SYMBOL_GPL vmlinux 0xc009d009 dev_fill_forward_path +EXPORT_SYMBOL_GPL vmlinux 0xc023fa81 virtqueue_kick +EXPORT_SYMBOL_GPL vmlinux 0xc030eb5f unregister_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0xc040abc1 __put_net +EXPORT_SYMBOL_GPL vmlinux 0xc0423d43 serial8250_set_defaults +EXPORT_SYMBOL_GPL vmlinux 0xc046cf84 imx93_clk_gate +EXPORT_SYMBOL_GPL vmlinux 0xc046d100 gen10g_config_aneg +EXPORT_SYMBOL_GPL vmlinux 0xc04fb13e addrconf_prefix_rcv_add_addr +EXPORT_SYMBOL_GPL vmlinux 0xc05026da blkcg_root +EXPORT_SYMBOL_GPL vmlinux 0xc058e833 dev_pm_opp_of_get_sharing_cpus +EXPORT_SYMBOL_GPL vmlinux 0xc0597d24 fsnotify_add_mark +EXPORT_SYMBOL_GPL vmlinux 0xc05af647 handle_simple_irq +EXPORT_SYMBOL_GPL vmlinux 0xc05cee80 ipi_get_hwirq +EXPORT_SYMBOL_GPL vmlinux 0xc060e156 component_bind_all +EXPORT_SYMBOL_GPL vmlinux 0xc071b3c5 trace_seq_putmem +EXPORT_SYMBOL_GPL vmlinux 0xc077b9ae spi_mem_get_name +EXPORT_SYMBOL_GPL vmlinux 0xc078cf71 rio_dev_put +EXPORT_SYMBOL_GPL vmlinux 0xc090c376 net_selftest_get_strings +EXPORT_SYMBOL_GPL vmlinux 0xc0a03ba5 fsl_mc_bus_dpdmux_type +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 0xc0b07ff0 crypto_shash_update +EXPORT_SYMBOL_GPL vmlinux 0xc0b2664d devlink_dpipe_header_ipv4 +EXPORT_SYMBOL_GPL vmlinux 0xc0c5e626 zone_device_page_init +EXPORT_SYMBOL_GPL vmlinux 0xc0d129ec pci_p2pmem_free_sgl +EXPORT_SYMBOL_GPL vmlinux 0xc0d2f0b8 pci_pasid_features +EXPORT_SYMBOL_GPL vmlinux 0xc0dcb59e edac_layer_name +EXPORT_SYMBOL_GPL vmlinux 0xc0e9a2a4 rt_mutex_lock +EXPORT_SYMBOL_GPL vmlinux 0xc0ea85c7 rio_del_mport_pw_handler +EXPORT_SYMBOL_GPL vmlinux 0xc0ee7645 devm_of_phy_get +EXPORT_SYMBOL_GPL vmlinux 0xc0f0458a ip_tunnel_unneed_metadata +EXPORT_SYMBOL_GPL vmlinux 0xc1086e0c sysrq_toggle_support +EXPORT_SYMBOL_GPL vmlinux 0xc1095690 rio_set_port_lockout +EXPORT_SYMBOL_GPL vmlinux 0xc10fddb8 name_to_dev_t +EXPORT_SYMBOL_GPL vmlinux 0xc11d0693 pstore_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc1315712 kset_create_and_add +EXPORT_SYMBOL_GPL vmlinux 0xc136636f tty_standard_install +EXPORT_SYMBOL_GPL vmlinux 0xc137ddd6 scmi_protocol_register +EXPORT_SYMBOL_GPL vmlinux 0xc14ea695 ata_bmdma_qc_prep +EXPORT_SYMBOL_GPL vmlinux 0xc14f7616 __SCK__tp_func_rwmmio_post_write +EXPORT_SYMBOL_GPL vmlinux 0xc1526180 usb_mon_register +EXPORT_SYMBOL_GPL vmlinux 0xc172af10 dw_pcie_write_dbi +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 0xc181995c elv_rqhash_del +EXPORT_SYMBOL_GPL vmlinux 0xc181d099 nvdimm_bus_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc197b242 pm_generic_freeze_late +EXPORT_SYMBOL_GPL vmlinux 0xc1a00aef wwan_register_ops +EXPORT_SYMBOL_GPL vmlinux 0xc1a08e48 nf_nat_hook +EXPORT_SYMBOL_GPL vmlinux 0xc1b27066 balloon_page_list_enqueue +EXPORT_SYMBOL_GPL vmlinux 0xc1c35044 fwnode_get_name +EXPORT_SYMBOL_GPL vmlinux 0xc1c3ff45 crypto_grab_skcipher +EXPORT_SYMBOL_GPL vmlinux 0xc1c9003d xdp_return_frame_rx_napi +EXPORT_SYMBOL_GPL vmlinux 0xc1ca4bf8 scsi_free_sgtables +EXPORT_SYMBOL_GPL vmlinux 0xc1d15a4c phylink_set_port_modes +EXPORT_SYMBOL_GPL vmlinux 0xc1db4950 pcie_aspm_capable +EXPORT_SYMBOL_GPL vmlinux 0xc1dce028 k3_udma_glue_reset_tx_chn +EXPORT_SYMBOL_GPL vmlinux 0xc1de47c9 unmap_mapping_pages +EXPORT_SYMBOL_GPL vmlinux 0xc1e6986e interval_tree_span_iter_first +EXPORT_SYMBOL_GPL vmlinux 0xc1e978e7 tcp_ca_openreq_child +EXPORT_SYMBOL_GPL vmlinux 0xc1ebbd2f regulator_get_current_limit +EXPORT_SYMBOL_GPL vmlinux 0xc1fd0840 phy_10gbit_features +EXPORT_SYMBOL_GPL vmlinux 0xc20f9e87 inet6_lookup_listener +EXPORT_SYMBOL_GPL vmlinux 0xc217effd pci_disable_sriov +EXPORT_SYMBOL_GPL vmlinux 0xc22a3091 vm_unmap_aliases +EXPORT_SYMBOL_GPL vmlinux 0xc22a3225 regulator_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0xc22af80e dax_driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc2368ea5 ata_xfer_mask2mode +EXPORT_SYMBOL_GPL vmlinux 0xc23c3bd7 device_get_named_child_node +EXPORT_SYMBOL_GPL vmlinux 0xc2472388 tegra210_clk_emc_update_setting +EXPORT_SYMBOL_GPL vmlinux 0xc24e2d40 acpi_dev_suspend +EXPORT_SYMBOL_GPL vmlinux 0xc25b8971 hv_remove_crash_handler +EXPORT_SYMBOL_GPL vmlinux 0xc2692173 wakeup_sources_read_lock +EXPORT_SYMBOL_GPL vmlinux 0xc269ee5d __get_task_comm +EXPORT_SYMBOL_GPL vmlinux 0xc26c849c vga_default_device +EXPORT_SYMBOL_GPL vmlinux 0xc26d8a1e sk_set_memalloc +EXPORT_SYMBOL_GPL vmlinux 0xc289e46d cpufreq_generic_frequency_table_verify +EXPORT_SYMBOL_GPL vmlinux 0xc2909b7e mtk_is_virt_gpio +EXPORT_SYMBOL_GPL vmlinux 0xc2a0924a sdio_retune_crc_disable +EXPORT_SYMBOL_GPL vmlinux 0xc2a0d08a blk_mq_virtio_map_queues +EXPORT_SYMBOL_GPL vmlinux 0xc2a3e570 errata +EXPORT_SYMBOL_GPL vmlinux 0xc2a814db tcp_memory_pressure +EXPORT_SYMBOL_GPL vmlinux 0xc2b01b3d regcache_cache_bypass +EXPORT_SYMBOL_GPL vmlinux 0xc2b39bf9 fsverity_ioctl_measure +EXPORT_SYMBOL_GPL vmlinux 0xc2b9773a __tracepoint_neigh_update_done +EXPORT_SYMBOL_GPL vmlinux 0xc2be7ba1 mtk_pinconf_adv_pull_get +EXPORT_SYMBOL_GPL vmlinux 0xc2c1c427 perf_event_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0xc2c76809 sk_attach_filter +EXPORT_SYMBOL_GPL vmlinux 0xc2cbc38d pci_p2pmem_publish +EXPORT_SYMBOL_GPL vmlinux 0xc2d7e4eb paste_selection +EXPORT_SYMBOL_GPL vmlinux 0xc2de27ca hest_disable +EXPORT_SYMBOL_GPL vmlinux 0xc2e5a331 spi_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0xc2f1a538 __traceiter_sched_update_nr_running_tp +EXPORT_SYMBOL_GPL vmlinux 0xc2f1dfb9 of_phy_simple_xlate +EXPORT_SYMBOL_GPL vmlinux 0xc2fefce8 devm_of_platform_populate +EXPORT_SYMBOL_GPL vmlinux 0xc309d144 of_genpd_parse_idle_states +EXPORT_SYMBOL_GPL vmlinux 0xc30e355c ncsi_start_dev +EXPORT_SYMBOL_GPL vmlinux 0xc32ef6be syscon_node_to_regmap +EXPORT_SYMBOL_GPL vmlinux 0xc332c310 handle_fasteoi_irq +EXPORT_SYMBOL_GPL vmlinux 0xc338af1e gpiochip_irq_map +EXPORT_SYMBOL_GPL vmlinux 0xc340e246 zynqmp_pm_request_node +EXPORT_SYMBOL_GPL vmlinux 0xc341ae6d zs_map_object +EXPORT_SYMBOL_GPL vmlinux 0xc345aa6f cpci_hp_unregister_bus +EXPORT_SYMBOL_GPL vmlinux 0xc345ef63 cpufreq_register_governor +EXPORT_SYMBOL_GPL vmlinux 0xc35caef4 i2c_new_client_device +EXPORT_SYMBOL_GPL vmlinux 0xc361e230 kvm_make_all_cpus_request +EXPORT_SYMBOL_GPL vmlinux 0xc3659c76 clk_register +EXPORT_SYMBOL_GPL vmlinux 0xc3708747 trace_vprintk +EXPORT_SYMBOL_GPL vmlinux 0xc377fc93 devlink_port_attrs_set +EXPORT_SYMBOL_GPL vmlinux 0xc37a71ab dax_recovery_write +EXPORT_SYMBOL_GPL vmlinux 0xc3805cd1 fs_ftype_to_dtype +EXPORT_SYMBOL_GPL vmlinux 0xc3856896 dev_fill_metadata_dst +EXPORT_SYMBOL_GPL vmlinux 0xc3876c1a hv_isolation_type_snp +EXPORT_SYMBOL_GPL vmlinux 0xc38a0412 mtk_pctrl_show_one_pin +EXPORT_SYMBOL_GPL vmlinux 0xc38b3327 regulator_set_active_discharge_regmap +EXPORT_SYMBOL_GPL vmlinux 0xc38c68df k3_udma_glue_tx_get_dma_device +EXPORT_SYMBOL_GPL vmlinux 0xc391c25b hwmon_device_register_with_info +EXPORT_SYMBOL_GPL vmlinux 0xc3997d9d mpi_read_raw_from_sgl +EXPORT_SYMBOL_GPL vmlinux 0xc3b17ed6 imx_pinconf_set_scu +EXPORT_SYMBOL_GPL vmlinux 0xc3b56262 icc_std_aggregate +EXPORT_SYMBOL_GPL vmlinux 0xc3c4c6cc hash_algo_name +EXPORT_SYMBOL_GPL vmlinux 0xc3cd6929 dma_fence_unwrap_first +EXPORT_SYMBOL_GPL vmlinux 0xc3d080fa serdev_device_add +EXPORT_SYMBOL_GPL vmlinux 0xc3dce8ec nl_table +EXPORT_SYMBOL_GPL vmlinux 0xc3de65ff ring_buffer_bytes_cpu +EXPORT_SYMBOL_GPL vmlinux 0xc3ea5305 iommu_default_passthrough +EXPORT_SYMBOL_GPL vmlinux 0xc3efd211 device_move +EXPORT_SYMBOL_GPL vmlinux 0xc3f65153 dm_internal_resume +EXPORT_SYMBOL_GPL vmlinux 0xc4051fcb tty_kopen_shared +EXPORT_SYMBOL_GPL vmlinux 0xc40a2839 clk_hw_get_rate_range +EXPORT_SYMBOL_GPL vmlinux 0xc4276fa2 sysfs_remove_group +EXPORT_SYMBOL_GPL vmlinux 0xc428068d sata_deb_timing_long +EXPORT_SYMBOL_GPL vmlinux 0xc42dbf2a vcap_rule_mod_key_u32 +EXPORT_SYMBOL_GPL vmlinux 0xc432dff9 platform_get_resource +EXPORT_SYMBOL_GPL vmlinux 0xc44992ee devlink_param_driverinit_value_get +EXPORT_SYMBOL_GPL vmlinux 0xc44afc48 pse_ethtool_set_config +EXPORT_SYMBOL_GPL vmlinux 0xc44b9c84 devl_resources_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc454fc7b twl_get_type +EXPORT_SYMBOL_GPL vmlinux 0xc46324f6 dynevent_create +EXPORT_SYMBOL_GPL vmlinux 0xc47155ef tegra210_clk_emc_attach +EXPORT_SYMBOL_GPL vmlinux 0xc471c67a twl4030_audio_disable_resource +EXPORT_SYMBOL_GPL vmlinux 0xc47a90b9 bpf_fentry_test1 +EXPORT_SYMBOL_GPL vmlinux 0xc47dee7e devm_regulator_bulk_register_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0xc483065e devm_pm_runtime_enable +EXPORT_SYMBOL_GPL vmlinux 0xc48790a9 of_reconfig_get_state_change +EXPORT_SYMBOL_GPL vmlinux 0xc489a543 irq_chip_set_type_parent +EXPORT_SYMBOL_GPL vmlinux 0xc48bc4ca gpiochip_irq_domain_deactivate +EXPORT_SYMBOL_GPL vmlinux 0xc497bac9 regmap_raw_read +EXPORT_SYMBOL_GPL vmlinux 0xc498bdc9 devlink_register +EXPORT_SYMBOL_GPL vmlinux 0xc49d4e6f class_destroy +EXPORT_SYMBOL_GPL vmlinux 0xc4a31146 rdma_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0xc4a72936 trusted_tpm_send +EXPORT_SYMBOL_GPL vmlinux 0xc4ba735b __skb_tstamp_tx +EXPORT_SYMBOL_GPL vmlinux 0xc4d3d51b pci_enable_sriov +EXPORT_SYMBOL_GPL vmlinux 0xc4d9e319 ehci_init_driver +EXPORT_SYMBOL_GPL vmlinux 0xc4e8ccfb dev_pm_opp_set_rate +EXPORT_SYMBOL_GPL vmlinux 0xc4f0da12 ktime_get_with_offset +EXPORT_SYMBOL_GPL vmlinux 0xc501a9cb tpm_chip_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc502ce48 generic_fh_to_parent +EXPORT_SYMBOL_GPL vmlinux 0xc50e3964 regulator_set_soft_start_regmap +EXPORT_SYMBOL_GPL vmlinux 0xc50f9d33 kvm_io_bus_get_dev +EXPORT_SYMBOL_GPL vmlinux 0xc51450c6 imx_ccm_lock +EXPORT_SYMBOL_GPL vmlinux 0xc52acc26 k3_udma_glue_rx_flow_init +EXPORT_SYMBOL_GPL vmlinux 0xc52ad21e devm_gpiod_get_optional +EXPORT_SYMBOL_GPL vmlinux 0xc53f8718 devlink_region_create +EXPORT_SYMBOL_GPL vmlinux 0xc5419101 dev_pm_qos_update_request +EXPORT_SYMBOL_GPL vmlinux 0xc559ff4c scsi_ioctl_block_when_processing_errors +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 0xc577acfa fsl_mc_bus_dpseci_type +EXPORT_SYMBOL_GPL vmlinux 0xc58713d8 gpiochip_add_data_with_key +EXPORT_SYMBOL_GPL vmlinux 0xc58a3ee6 icc_node_destroy +EXPORT_SYMBOL_GPL vmlinux 0xc5999f09 of_hwspin_lock_get_id_byname +EXPORT_SYMBOL_GPL vmlinux 0xc5a5c678 uart_parse_earlycon +EXPORT_SYMBOL_GPL vmlinux 0xc5b080b2 ahci_pmp_retry_srst_ops +EXPORT_SYMBOL_GPL vmlinux 0xc5b24fbc irq_chip_request_resources_parent +EXPORT_SYMBOL_GPL vmlinux 0xc5c842ce devm_platform_ioremap_resource_byname +EXPORT_SYMBOL_GPL vmlinux 0xc5d0c196 iommu_enable_nesting +EXPORT_SYMBOL_GPL vmlinux 0xc5e17ecc pm_runtime_no_callbacks +EXPORT_SYMBOL_GPL vmlinux 0xc5f2f89b sysfs_create_group +EXPORT_SYMBOL_GPL vmlinux 0xc5f35da6 devm_bitmap_alloc +EXPORT_SYMBOL_GPL vmlinux 0xc603f661 power_supply_property_is_writeable +EXPORT_SYMBOL_GPL vmlinux 0xc617f82c unregister_oom_notifier +EXPORT_SYMBOL_GPL vmlinux 0xc61e6fb5 icc_get_name +EXPORT_SYMBOL_GPL vmlinux 0xc6250576 ZSTD_isError +EXPORT_SYMBOL_GPL vmlinux 0xc62611e1 scatterwalk_map_and_copy +EXPORT_SYMBOL_GPL vmlinux 0xc644eb36 synchronize_srcu_expedited +EXPORT_SYMBOL_GPL vmlinux 0xc64fd66a add_hwgenerator_randomness +EXPORT_SYMBOL_GPL vmlinux 0xc6572a90 xenbus_read_unsigned +EXPORT_SYMBOL_GPL vmlinux 0xc66019cc xen_resume_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc662ecda __tracepoint_br_fdb_external_learn_add +EXPORT_SYMBOL_GPL vmlinux 0xc66b77b1 iommu_group_set_iommudata +EXPORT_SYMBOL_GPL vmlinux 0xc670c695 regulator_set_load +EXPORT_SYMBOL_GPL vmlinux 0xc676f876 led_compose_name +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 0xc6aa7506 fixed_phy_set_link_update +EXPORT_SYMBOL_GPL vmlinux 0xc6ad0400 devl_trap_groups_register +EXPORT_SYMBOL_GPL vmlinux 0xc6bcc6df sysfs_notify +EXPORT_SYMBOL_GPL vmlinux 0xc6d7995c do_xdp_generic +EXPORT_SYMBOL_GPL vmlinux 0xc6def34b gnttab_empty_grant_references +EXPORT_SYMBOL_GPL vmlinux 0xc6e5bcf3 linear_range_get_selector_within +EXPORT_SYMBOL_GPL vmlinux 0xc6f0913d devm_pm_opp_of_add_table_indexed +EXPORT_SYMBOL_GPL vmlinux 0xc6f92b78 usb_alloc_dev +EXPORT_SYMBOL_GPL vmlinux 0xc7061ef3 iova_cache_put +EXPORT_SYMBOL_GPL vmlinux 0xc70d7809 tc3589x_block_read +EXPORT_SYMBOL_GPL vmlinux 0xc7184b16 __platform_driver_probe +EXPORT_SYMBOL_GPL vmlinux 0xc71e52e5 devm_namespace_enable +EXPORT_SYMBOL_GPL vmlinux 0xc71f92df clk_hw_get_name +EXPORT_SYMBOL_GPL vmlinux 0xc7224d2f devl_sb_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc73bb274 firmware_request_nowarn +EXPORT_SYMBOL_GPL vmlinux 0xc750960f trace_array_put +EXPORT_SYMBOL_GPL vmlinux 0xc75557ef pci_epc_add_epf +EXPORT_SYMBOL_GPL vmlinux 0xc76d30c4 raw_v6_match +EXPORT_SYMBOL_GPL vmlinux 0xc77ddd7c trace_event_buffer_lock_reserve +EXPORT_SYMBOL_GPL vmlinux 0xc7856e74 __wake_up_locked_sync_key +EXPORT_SYMBOL_GPL vmlinux 0xc7a1840e llist_add_batch +EXPORT_SYMBOL_GPL vmlinux 0xc7a7e770 clk_bulk_enable +EXPORT_SYMBOL_GPL vmlinux 0xc7c19201 __hwspin_lock_timeout +EXPORT_SYMBOL_GPL vmlinux 0xc7c23ff0 xenbus_exists +EXPORT_SYMBOL_GPL vmlinux 0xc7c8d4e5 fsl_mc_free_irqs +EXPORT_SYMBOL_GPL vmlinux 0xc7d269d3 component_add +EXPORT_SYMBOL_GPL vmlinux 0xc7d40ca4 sk_psock_init +EXPORT_SYMBOL_GPL vmlinux 0xc7e64fc2 asn1_encode_integer +EXPORT_SYMBOL_GPL vmlinux 0xc7e6ae8a virtqueue_get_desc_addr +EXPORT_SYMBOL_GPL vmlinux 0xc7fa4aa9 kobj_ns_drop +EXPORT_SYMBOL_GPL vmlinux 0xc80bc522 fwnode_get_next_child_node +EXPORT_SYMBOL_GPL vmlinux 0xc80d44b1 genphy_c45_check_and_restart_aneg +EXPORT_SYMBOL_GPL vmlinux 0xc80f8e4a devlink_resource_occ_get_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc8208c8c iommu_unregister_device_fault_handler +EXPORT_SYMBOL_GPL vmlinux 0xc8298774 devm_memremap_pages +EXPORT_SYMBOL_GPL vmlinux 0xc82b3a88 __SCK__tp_func_rpm_resume +EXPORT_SYMBOL_GPL vmlinux 0xc82c721f klist_remove +EXPORT_SYMBOL_GPL vmlinux 0xc831ad84 firmware_kobj +EXPORT_SYMBOL_GPL vmlinux 0xc8383143 firmware_request_cache +EXPORT_SYMBOL_GPL vmlinux 0xc83af55f inet_csk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0xc8416e69 dev_queue_xmit_nit +EXPORT_SYMBOL_GPL vmlinux 0xc853fdc3 clkdev_create +EXPORT_SYMBOL_GPL vmlinux 0xc8594d3d reset_control_acquire +EXPORT_SYMBOL_GPL vmlinux 0xc87dd725 k3_udma_glue_pop_rx_chn +EXPORT_SYMBOL_GPL vmlinux 0xc88f6c39 ack_all_badblocks +EXPORT_SYMBOL_GPL vmlinux 0xc8950e12 vcap_rule_find_keysets +EXPORT_SYMBOL_GPL vmlinux 0xc89d0a1d ata_std_postreset +EXPORT_SYMBOL_GPL vmlinux 0xc89e55a3 icc_link_create +EXPORT_SYMBOL_GPL vmlinux 0xc8a2176c sysfs_remove_bin_file +EXPORT_SYMBOL_GPL vmlinux 0xc8ddd5b5 kstrdup_quotable +EXPORT_SYMBOL_GPL vmlinux 0xc8df26cc regmap_mmio_attach_clk +EXPORT_SYMBOL_GPL vmlinux 0xc8f67bd6 verify_signature +EXPORT_SYMBOL_GPL vmlinux 0xc8f81dec bio_blkcg_css +EXPORT_SYMBOL_GPL vmlinux 0xc905402b log_write_mmio +EXPORT_SYMBOL_GPL vmlinux 0xc912d770 pinctrl_add_gpio_range +EXPORT_SYMBOL_GPL vmlinux 0xc91fdf58 percpu_ref_is_zero +EXPORT_SYMBOL_GPL vmlinux 0xc92847ed led_trigger_rename_static +EXPORT_SYMBOL_GPL vmlinux 0xc9345c0f digsig_verify +EXPORT_SYMBOL_GPL vmlinux 0xc93ee1e7 usb_phy_roothub_init +EXPORT_SYMBOL_GPL vmlinux 0xc952b2a1 ip_local_out +EXPORT_SYMBOL_GPL vmlinux 0xc9561772 fb_destroy_modelist +EXPORT_SYMBOL_GPL vmlinux 0xc9641b48 visitor32 +EXPORT_SYMBOL_GPL vmlinux 0xc9715630 __SCK__tp_func_ata_bmdma_status +EXPORT_SYMBOL_GPL vmlinux 0xc9721dc8 gpiod_set_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0xc977e56f divider_ro_round_rate_parent +EXPORT_SYMBOL_GPL vmlinux 0xc9827693 __bpf_call_base +EXPORT_SYMBOL_GPL vmlinux 0xc989f60c class_remove_file_ns +EXPORT_SYMBOL_GPL vmlinux 0xc98c4485 fsl_mc_object_allocate +EXPORT_SYMBOL_GPL vmlinux 0xc9902cd2 cpci_hp_unregister_controller +EXPORT_SYMBOL_GPL vmlinux 0xc99c963c ata_bmdma_error_handler +EXPORT_SYMBOL_GPL vmlinux 0xc9c5df82 pwm_request +EXPORT_SYMBOL_GPL vmlinux 0xc9c72c3f mnt_want_write +EXPORT_SYMBOL_GPL vmlinux 0xc9ceea06 clk_has_parent +EXPORT_SYMBOL_GPL vmlinux 0xc9e33cc5 gnttab_foreach_grant_in_range +EXPORT_SYMBOL_GPL vmlinux 0xc9e3f853 nvmem_device_find +EXPORT_SYMBOL_GPL vmlinux 0xc9ec4e21 free_percpu +EXPORT_SYMBOL_GPL vmlinux 0xc9f91fbe gpiochip_irq_domain_activate +EXPORT_SYMBOL_GPL vmlinux 0xc9fb00f7 pl320_ipc_transmit +EXPORT_SYMBOL_GPL vmlinux 0xc9fd634a usb_role_switch_put +EXPORT_SYMBOL_GPL vmlinux 0xc9fe5e99 acpi_subsys_runtime_resume +EXPORT_SYMBOL_GPL vmlinux 0xca3c455e crypto_stats_ahash_update +EXPORT_SYMBOL_GPL vmlinux 0xca3f9203 icc_provider_init +EXPORT_SYMBOL_GPL vmlinux 0xca454a34 vt_get_leds +EXPORT_SYMBOL_GPL vmlinux 0xca49bd33 em_dev_register_perf_domain +EXPORT_SYMBOL_GPL vmlinux 0xca500464 ZSTD_getErrorName +EXPORT_SYMBOL_GPL vmlinux 0xca6c07a1 gnttab_dma_free_pages +EXPORT_SYMBOL_GPL vmlinux 0xca7d8764 kthread_freezable_should_stop +EXPORT_SYMBOL_GPL vmlinux 0xca934e82 pinctrl_enable +EXPORT_SYMBOL_GPL vmlinux 0xca9a1d5e ring_buffer_free +EXPORT_SYMBOL_GPL vmlinux 0xca9f139b i2c_new_smbus_alert_device +EXPORT_SYMBOL_GPL vmlinux 0xcaaa45e6 ata_pio_need_iordy +EXPORT_SYMBOL_GPL vmlinux 0xcab010c3 driver_find +EXPORT_SYMBOL_GPL vmlinux 0xcabe04de cpuidle_resume_and_unlock +EXPORT_SYMBOL_GPL vmlinux 0xcac74614 devres_find +EXPORT_SYMBOL_GPL vmlinux 0xcad9b5af virtqueue_enable_cb_delayed +EXPORT_SYMBOL_GPL vmlinux 0xcadbf3fd pm_runtime_allow +EXPORT_SYMBOL_GPL vmlinux 0xcae7ce5d fsl_mc_get_version +EXPORT_SYMBOL_GPL vmlinux 0xcaea8a5a extcon_sync +EXPORT_SYMBOL_GPL vmlinux 0xcaf1d958 evtchn_get +EXPORT_SYMBOL_GPL vmlinux 0xcb0c91b1 exportfs_decode_fh +EXPORT_SYMBOL_GPL vmlinux 0xcb0fbed2 gfn_to_hva +EXPORT_SYMBOL_GPL vmlinux 0xcb186931 pkcs7_validate_trust +EXPORT_SYMBOL_GPL vmlinux 0xcb20c647 rockchip_pcie_cfg_configuration_accesses +EXPORT_SYMBOL_GPL vmlinux 0xcb2b201f usb_get_current_frame_number +EXPORT_SYMBOL_GPL vmlinux 0xcb2bfe2b nvmem_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0xcb561441 mem_dump_obj +EXPORT_SYMBOL_GPL vmlinux 0xcb5f4371 regmap_add_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0xcb619b52 public_key_subtype +EXPORT_SYMBOL_GPL vmlinux 0xcb6d79c7 crypto_alloc_sync_skcipher +EXPORT_SYMBOL_GPL vmlinux 0xcb724149 list_lru_walk_one +EXPORT_SYMBOL_GPL vmlinux 0xcb860a2c ahci_reset_controller +EXPORT_SYMBOL_GPL vmlinux 0xcb974731 spi_unregister_controller +EXPORT_SYMBOL_GPL vmlinux 0xcb98a2f4 fat_alloc_new_dir +EXPORT_SYMBOL_GPL vmlinux 0xcbcac1ce ethnl_cable_test_step +EXPORT_SYMBOL_GPL vmlinux 0xcbcda6b1 acpi_register_gsi +EXPORT_SYMBOL_GPL vmlinux 0xcbd44a28 device_remove_groups +EXPORT_SYMBOL_GPL vmlinux 0xcbe56bc2 zs_get_total_pages +EXPORT_SYMBOL_GPL vmlinux 0xcbf4da01 irq_domain_remove_sim +EXPORT_SYMBOL_GPL vmlinux 0xcc0fd0a7 k3_ringacc_ring_push_head +EXPORT_SYMBOL_GPL vmlinux 0xcc18dfda acomp_request_free +EXPORT_SYMBOL_GPL vmlinux 0xcc2dbfd8 irq_domain_check_msi_remap +EXPORT_SYMBOL_GPL vmlinux 0xcc39c03e nvmem_unregister +EXPORT_SYMBOL_GPL vmlinux 0xcc5699cc tty_kopen_exclusive +EXPORT_SYMBOL_GPL vmlinux 0xcc660d3d phy_get_rate_matching +EXPORT_SYMBOL_GPL vmlinux 0xcc7556a7 extcon_set_state_sync +EXPORT_SYMBOL_GPL vmlinux 0xcc795932 devlink_region_snapshot_id_put +EXPORT_SYMBOL_GPL vmlinux 0xcc87b548 synth_event_trace_start +EXPORT_SYMBOL_GPL vmlinux 0xcc9268fc hwpoison_filter_enable +EXPORT_SYMBOL_GPL vmlinux 0xcc935375 walk_iomem_res_desc +EXPORT_SYMBOL_GPL vmlinux 0xcc96d4c5 fwnode_graph_get_port_parent +EXPORT_SYMBOL_GPL vmlinux 0xcca97eac nvdimm_security_setup_events +EXPORT_SYMBOL_GPL vmlinux 0xccabde6f crc64_rocksoft_generic +EXPORT_SYMBOL_GPL vmlinux 0xccb164e4 of_irq_parse_raw +EXPORT_SYMBOL_GPL vmlinux 0xccba5faa fat_update_time +EXPORT_SYMBOL_GPL vmlinux 0xccbc14f4 irq_domain_push_irq +EXPORT_SYMBOL_GPL vmlinux 0xccbcd2b3 kthread_flush_worker +EXPORT_SYMBOL_GPL vmlinux 0xcccfb2fa sata_deb_timing_hotplug +EXPORT_SYMBOL_GPL vmlinux 0xccd303de iommu_detach_group +EXPORT_SYMBOL_GPL vmlinux 0xccd6dc43 pci_epf_add_vepf +EXPORT_SYMBOL_GPL vmlinux 0xccd86806 ata_id_string +EXPORT_SYMBOL_GPL vmlinux 0xccdb84d0 tty_buffer_set_limit +EXPORT_SYMBOL_GPL vmlinux 0xccf52bc9 sfp_upstream_start +EXPORT_SYMBOL_GPL vmlinux 0xccffab63 mtk_clk_register_composites +EXPORT_SYMBOL_GPL vmlinux 0xcd02d46c nvdimm_bus_check_dimm_count +EXPORT_SYMBOL_GPL vmlinux 0xcd10501c rdev_get_id +EXPORT_SYMBOL_GPL vmlinux 0xcd1805ab udp6_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0xcd1c1a53 trace_seq_printf +EXPORT_SYMBOL_GPL vmlinux 0xcd1d5bb4 fsl_mc_bus_dprtc_type +EXPORT_SYMBOL_GPL vmlinux 0xcd240829 kthread_cancel_delayed_work_sync +EXPORT_SYMBOL_GPL vmlinux 0xcd24e146 hash_digest_size +EXPORT_SYMBOL_GPL vmlinux 0xcd31524d vcap_copy_rule +EXPORT_SYMBOL_GPL vmlinux 0xcd32978a sk_set_peek_off +EXPORT_SYMBOL_GPL vmlinux 0xcd3ee2c2 crypto_register_acomps +EXPORT_SYMBOL_GPL vmlinux 0xcd44b4df regulator_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0xcd4c1b8d unregister_trace_event +EXPORT_SYMBOL_GPL vmlinux 0xcd60aa19 edac_device_handle_ue_count +EXPORT_SYMBOL_GPL vmlinux 0xcd6d0a47 gnttab_page_cache_init +EXPORT_SYMBOL_GPL vmlinux 0xcd6f2dc9 nf_log_buf_add +EXPORT_SYMBOL_GPL vmlinux 0xcd759b82 k3_ringacc_ring_reset +EXPORT_SYMBOL_GPL vmlinux 0xcd88e59a devm_gpiod_put +EXPORT_SYMBOL_GPL vmlinux 0xcd910be7 ti_sci_get_num_resources +EXPORT_SYMBOL_GPL vmlinux 0xcd91b127 system_highpri_wq +EXPORT_SYMBOL_GPL vmlinux 0xcd92f476 ahci_do_softreset +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 0xcda3d87d pci_epc_multi_mem_init +EXPORT_SYMBOL_GPL vmlinux 0xcda8d41a sdio_retune_release +EXPORT_SYMBOL_GPL vmlinux 0xcdb6adcc ras_userspace_consumers +EXPORT_SYMBOL_GPL vmlinux 0xcdba0b88 cpufreq_dbs_governor_stop +EXPORT_SYMBOL_GPL vmlinux 0xcdc54ae9 misc_cg_try_charge +EXPORT_SYMBOL_GPL vmlinux 0xcdc86b55 sched_clock +EXPORT_SYMBOL_GPL vmlinux 0xcdca3691 nr_irqs +EXPORT_SYMBOL_GPL vmlinux 0xcde0c371 dev_err_probe +EXPORT_SYMBOL_GPL vmlinux 0xcde26600 cppc_get_transition_latency +EXPORT_SYMBOL_GPL vmlinux 0xcde8aff6 task_active_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0xcdfc911a uprobe_register +EXPORT_SYMBOL_GPL vmlinux 0xcdfcac60 pid_vnr +EXPORT_SYMBOL_GPL vmlinux 0xce042eda blk_queue_flag_test_and_set +EXPORT_SYMBOL_GPL vmlinux 0xce0a1c19 virtqueue_add_sgs +EXPORT_SYMBOL_GPL vmlinux 0xce0a4020 xenbus_directory +EXPORT_SYMBOL_GPL vmlinux 0xce26cf65 clk_hw_get_parent_by_index +EXPORT_SYMBOL_GPL vmlinux 0xce316d7e zynqmp_pm_set_sd_tapdelay +EXPORT_SYMBOL_GPL vmlinux 0xce4004bd usb_add_hcd +EXPORT_SYMBOL_GPL vmlinux 0xce4e76d5 hwmon_notify_event +EXPORT_SYMBOL_GPL vmlinux 0xce598ef2 unregister_kretprobe +EXPORT_SYMBOL_GPL vmlinux 0xce681cb9 ata_common_sdev_groups +EXPORT_SYMBOL_GPL vmlinux 0xce6db656 rcu_is_watching +EXPORT_SYMBOL_GPL vmlinux 0xce863dd6 of_genpd_remove_subdomain +EXPORT_SYMBOL_GPL vmlinux 0xce95d731 usb_put_hcd +EXPORT_SYMBOL_GPL vmlinux 0xce9aafc5 dev_pm_opp_get_required_pstate +EXPORT_SYMBOL_GPL vmlinux 0xceac8674 zynqmp_pm_read_pggs +EXPORT_SYMBOL_GPL vmlinux 0xceb1f126 mpi_read_raw_data +EXPORT_SYMBOL_GPL vmlinux 0xced02c8d pci_scan_child_bus +EXPORT_SYMBOL_GPL vmlinux 0xced24bd2 rio_mport_send_doorbell +EXPORT_SYMBOL_GPL vmlinux 0xcee1641c kgdb_unregister_nmi_console +EXPORT_SYMBOL_GPL vmlinux 0xcee20faa sprd_pinctrl_shutdown +EXPORT_SYMBOL_GPL vmlinux 0xcee88e7a of_overlay_fdt_apply +EXPORT_SYMBOL_GPL vmlinux 0xceed8c16 __set_phys_to_machine +EXPORT_SYMBOL_GPL vmlinux 0xceefb1e3 devfreq_get_devfreq_by_node +EXPORT_SYMBOL_GPL vmlinux 0xcefdaa08 uart_set_options +EXPORT_SYMBOL_GPL vmlinux 0xcf04c268 kvm_write_guest_page +EXPORT_SYMBOL_GPL vmlinux 0xcf0cb792 xhci_ext_cap_init +EXPORT_SYMBOL_GPL vmlinux 0xcf272113 pwmchip_remove +EXPORT_SYMBOL_GPL vmlinux 0xcf2b9ad6 i2c_client_get_device_id +EXPORT_SYMBOL_GPL vmlinux 0xcf39b7f5 extcon_get_edev_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0xcf3da8c8 regulator_bulk_force_disable +EXPORT_SYMBOL_GPL vmlinux 0xcf3e7c17 ata_noop_qc_prep +EXPORT_SYMBOL_GPL vmlinux 0xcf490e4f xen_remap_vma_range +EXPORT_SYMBOL_GPL vmlinux 0xcf4d83f9 class_for_each_device +EXPORT_SYMBOL_GPL vmlinux 0xcf4f1151 dev_pm_qos_remove_notifier +EXPORT_SYMBOL_GPL vmlinux 0xcf57ee3e crypto_unregister_instance +EXPORT_SYMBOL_GPL vmlinux 0xcf6500e5 iomap_dio_bio_end_io +EXPORT_SYMBOL_GPL vmlinux 0xcf6a00cc regmap_get_val_endian +EXPORT_SYMBOL_GPL vmlinux 0xcf83654e devm_irq_domain_create_sim +EXPORT_SYMBOL_GPL vmlinux 0xcfa3cb20 crypto_unregister_shash +EXPORT_SYMBOL_GPL vmlinux 0xcfb02d12 rio_request_inb_pwrite +EXPORT_SYMBOL_GPL vmlinux 0xcfbb98da skcipher_walk_complete +EXPORT_SYMBOL_GPL vmlinux 0xcfc5108a devlink_fmsg_u8_pair_put +EXPORT_SYMBOL_GPL vmlinux 0xcfc7b4e4 rcu_barrier_tasks_trace +EXPORT_SYMBOL_GPL vmlinux 0xcfc8d361 raw_seq_start +EXPORT_SYMBOL_GPL vmlinux 0xcfd30d71 acpi_os_map_memory +EXPORT_SYMBOL_GPL vmlinux 0xcfd95652 spi_sync +EXPORT_SYMBOL_GPL vmlinux 0xcfde2d32 kthread_queue_delayed_work +EXPORT_SYMBOL_GPL vmlinux 0xcff11073 virtqueue_get_vring +EXPORT_SYMBOL_GPL vmlinux 0xcff36ffa pci_assign_unassigned_bus_resources +EXPORT_SYMBOL_GPL vmlinux 0xcffa171f clk_hw_unregister_mux +EXPORT_SYMBOL_GPL vmlinux 0xcffd793e hyperv_report_panic +EXPORT_SYMBOL_GPL vmlinux 0xd001bbbe xfrm_output_resume +EXPORT_SYMBOL_GPL vmlinux 0xd00ada9f kvm_vcpu_is_visible_gfn +EXPORT_SYMBOL_GPL vmlinux 0xd026d518 HYPERVISOR_vcpu_op +EXPORT_SYMBOL_GPL vmlinux 0xd03eaf4c schedule_hrtimeout_range +EXPORT_SYMBOL_GPL vmlinux 0xd0458ccb xenbus_strstate +EXPORT_SYMBOL_GPL vmlinux 0xd04aedfd __SCK__tp_func_arm_event +EXPORT_SYMBOL_GPL vmlinux 0xd04d769c ahci_platform_deassert_rsts +EXPORT_SYMBOL_GPL vmlinux 0xd064bdcd usb_of_has_combined_node +EXPORT_SYMBOL_GPL vmlinux 0xd06524ba raw_notifier_chain_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd067d3c5 system_freezable_power_efficient_wq +EXPORT_SYMBOL_GPL vmlinux 0xd0763ae6 dev_attr_link_power_management_policy +EXPORT_SYMBOL_GPL vmlinux 0xd0913508 pci_hp_remove_module_link +EXPORT_SYMBOL_GPL vmlinux 0xd09911a6 acpi_dev_get_irq_type +EXPORT_SYMBOL_GPL vmlinux 0xd0a65420 __of_phy_provider_register +EXPORT_SYMBOL_GPL vmlinux 0xd0a7bd54 i2c_adapter_depth +EXPORT_SYMBOL_GPL vmlinux 0xd0a8ac49 of_clk_get_parent_count +EXPORT_SYMBOL_GPL vmlinux 0xd0ab4f65 dev_pm_opp_remove +EXPORT_SYMBOL_GPL vmlinux 0xd0ae30f2 dw_pcie_find_capability +EXPORT_SYMBOL_GPL vmlinux 0xd0b1e22c ata_sas_port_start +EXPORT_SYMBOL_GPL vmlinux 0xd0c05159 emergency_restart +EXPORT_SYMBOL_GPL vmlinux 0xd0d0341e device_match_any +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 0xd0ec61a5 pci_p2pdma_enable_store +EXPORT_SYMBOL_GPL vmlinux 0xd0fd7085 hwrng_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd101cde4 platform_device_add_data +EXPORT_SYMBOL_GPL vmlinux 0xd10ca3ac dma_vunmap_noncontiguous +EXPORT_SYMBOL_GPL vmlinux 0xd113ad33 nvdimm_name +EXPORT_SYMBOL_GPL vmlinux 0xd138c08a free_iova_fast +EXPORT_SYMBOL_GPL vmlinux 0xd13e4af8 dma_fence_unwrap_next +EXPORT_SYMBOL_GPL vmlinux 0xd1481de7 mpi_clear +EXPORT_SYMBOL_GPL vmlinux 0xd159586c net_prio_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0xd15f5e93 ata_host_suspend +EXPORT_SYMBOL_GPL vmlinux 0xd160c364 kvm_vcpu_gfn_to_pfn_atomic +EXPORT_SYMBOL_GPL vmlinux 0xd16a8cef __tracepoint_add_device_to_group +EXPORT_SYMBOL_GPL vmlinux 0xd17c1610 ahci_start_engine +EXPORT_SYMBOL_GPL vmlinux 0xd18085be md_rdev_init +EXPORT_SYMBOL_GPL vmlinux 0xd18c0aaa acpi_get_pci_dev +EXPORT_SYMBOL_GPL vmlinux 0xd196d43d tpm_chip_alloc +EXPORT_SYMBOL_GPL vmlinux 0xd19931ed pci_ecam_create +EXPORT_SYMBOL_GPL vmlinux 0xd1a616d4 syscon_regmap_lookup_by_phandle_args +EXPORT_SYMBOL_GPL vmlinux 0xd1a9ca15 __SCK__tp_func_neigh_update +EXPORT_SYMBOL_GPL vmlinux 0xd1b914bb inet_twsk_alloc +EXPORT_SYMBOL_GPL vmlinux 0xd1bcbd18 pci_find_vsec_capability +EXPORT_SYMBOL_GPL vmlinux 0xd1bcc921 cpufreq_freq_attr_scaling_boost_freqs +EXPORT_SYMBOL_GPL vmlinux 0xd1c851e6 anon_transport_class_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd1cbc23c add_timer_on +EXPORT_SYMBOL_GPL vmlinux 0xd1cec378 __clk_hw_register_mux +EXPORT_SYMBOL_GPL vmlinux 0xd1e14c8a vcap_lookup_rule_by_cookie +EXPORT_SYMBOL_GPL vmlinux 0xd1f2eee2 nf_logger_find_get +EXPORT_SYMBOL_GPL vmlinux 0xd207903b usb_acpi_set_power_state +EXPORT_SYMBOL_GPL vmlinux 0xd207cf92 tty_port_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0xd20a5caa msg_zerocopy_put_abort +EXPORT_SYMBOL_GPL vmlinux 0xd211b94c dw8250_do_set_termios +EXPORT_SYMBOL_GPL vmlinux 0xd217e9e6 trace_set_clr_event +EXPORT_SYMBOL_GPL vmlinux 0xd21a0942 pci_ioremap_bar +EXPORT_SYMBOL_GPL vmlinux 0xd21b61bd async_schedule_node_domain +EXPORT_SYMBOL_GPL vmlinux 0xd21cc624 proc_create_net_data_write +EXPORT_SYMBOL_GPL vmlinux 0xd21f1d35 __SCK__tp_func_tcp_send_reset +EXPORT_SYMBOL_GPL vmlinux 0xd23174ee cpufreq_cooling_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd240df01 gpmc_omap_onenand_set_timings +EXPORT_SYMBOL_GPL vmlinux 0xd2423f76 i2c_acpi_get_i2c_resource +EXPORT_SYMBOL_GPL vmlinux 0xd248a519 rockchip_pmu_block +EXPORT_SYMBOL_GPL vmlinux 0xd248e501 ip6_sk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0xd24e9e8c klist_init +EXPORT_SYMBOL_GPL vmlinux 0xd25400d1 usb_get_maximum_speed +EXPORT_SYMBOL_GPL vmlinux 0xd2563d1f spi_take_timestamp_pre +EXPORT_SYMBOL_GPL vmlinux 0xd25b2f5a get_user_pages_fast +EXPORT_SYMBOL_GPL vmlinux 0xd25f3af0 __irq_domain_alloc_irqs +EXPORT_SYMBOL_GPL vmlinux 0xd260af0d ring_buffer_write +EXPORT_SYMBOL_GPL vmlinux 0xd26b2648 dev_pm_qos_add_notifier +EXPORT_SYMBOL_GPL vmlinux 0xd26e82e9 cgroup_get_from_path +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 0xd28b5351 devm_nvmem_device_put +EXPORT_SYMBOL_GPL vmlinux 0xd29c1f10 __traceiter_error_report_end +EXPORT_SYMBOL_GPL vmlinux 0xd2b10a05 ata_timing_find_mode +EXPORT_SYMBOL_GPL vmlinux 0xd2d7e59b unregister_platform_power_off +EXPORT_SYMBOL_GPL vmlinux 0xd2dce97d nf_ct_hook +EXPORT_SYMBOL_GPL vmlinux 0xd2df8ea2 pwm_capture +EXPORT_SYMBOL_GPL vmlinux 0xd2e282e9 usb_reset_device +EXPORT_SYMBOL_GPL vmlinux 0xd2eae47d platform_device_register +EXPORT_SYMBOL_GPL vmlinux 0xd2ef6a40 phylink_mii_ioctl +EXPORT_SYMBOL_GPL vmlinux 0xd3123e94 devm_reset_control_array_get +EXPORT_SYMBOL_GPL vmlinux 0xd313bc7b xas_nomem +EXPORT_SYMBOL_GPL vmlinux 0xd313f5d4 devm_regulator_irq_helper +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 0xd340dccf devm_qcom_smem_state_get +EXPORT_SYMBOL_GPL vmlinux 0xd3551a76 zynqmp_pm_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0xd356be66 device_show_ulong +EXPORT_SYMBOL_GPL vmlinux 0xd35ca535 lwtunnel_encap_del_ops +EXPORT_SYMBOL_GPL vmlinux 0xd36760ef __usb_get_extra_descriptor +EXPORT_SYMBOL_GPL vmlinux 0xd36d32bb iomap_readahead +EXPORT_SYMBOL_GPL vmlinux 0xd3752c27 atomic_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0xd37c8976 debounce_time_mt6765 +EXPORT_SYMBOL_GPL vmlinux 0xd37fb51a balance_dirty_pages_ratelimited_flags +EXPORT_SYMBOL_GPL vmlinux 0xd38457e4 register_btf_kfunc_id_set +EXPORT_SYMBOL_GPL vmlinux 0xd39e9848 put_itimerspec64 +EXPORT_SYMBOL_GPL vmlinux 0xd3ade037 devm_power_supply_get_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0xd3c25a1e pm_runtime_forbid +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 0xd402051c scsi_check_sense +EXPORT_SYMBOL_GPL vmlinux 0xd4034828 system_freezable_wq +EXPORT_SYMBOL_GPL vmlinux 0xd426dbc4 erst_get_record_count +EXPORT_SYMBOL_GPL vmlinux 0xd42f1d4e show_rcu_tasks_rude_gp_kthread +EXPORT_SYMBOL_GPL vmlinux 0xd436769a sdio_writel +EXPORT_SYMBOL_GPL vmlinux 0xd43efa0c trace_event_buffer_commit +EXPORT_SYMBOL_GPL vmlinux 0xd44a5eac kgdb_register_nmi_console +EXPORT_SYMBOL_GPL vmlinux 0xd46af5ef cppc_get_perf_ctrs +EXPORT_SYMBOL_GPL vmlinux 0xd47466e5 pci_test_config_bits +EXPORT_SYMBOL_GPL vmlinux 0xd4748dde perf_pmu_register +EXPORT_SYMBOL_GPL vmlinux 0xd476c3d0 hwmon_device_register +EXPORT_SYMBOL_GPL vmlinux 0xd4887cf6 fuse_conn_init +EXPORT_SYMBOL_GPL vmlinux 0xd490c840 devlink_health_reporter_create +EXPORT_SYMBOL_GPL vmlinux 0xd4935851 __SCK__tp_func_suspend_resume +EXPORT_SYMBOL_GPL vmlinux 0xd4a91b64 bpf_sk_storage_diag_put +EXPORT_SYMBOL_GPL vmlinux 0xd4b6157e devlink_health_reporter_recovery_done +EXPORT_SYMBOL_GPL vmlinux 0xd4b9a616 reset_control_bulk_put +EXPORT_SYMBOL_GPL vmlinux 0xd4bfb992 usb_root_hub_lost_power +EXPORT_SYMBOL_GPL vmlinux 0xd4c0e60f vfs_get_acl +EXPORT_SYMBOL_GPL vmlinux 0xd4c14632 system_unbound_wq +EXPORT_SYMBOL_GPL vmlinux 0xd4c183d6 request_firmware_direct +EXPORT_SYMBOL_GPL vmlinux 0xd4c7096b wakeup_sources_walk_start +EXPORT_SYMBOL_GPL vmlinux 0xd4cbdbe3 __SCK__tp_func_devlink_trap_report +EXPORT_SYMBOL_GPL vmlinux 0xd4d7e84a ftrace_ops_set_global_filter +EXPORT_SYMBOL_GPL vmlinux 0xd4e6d7e0 linear_range_get_value +EXPORT_SYMBOL_GPL vmlinux 0xd4f5bfa5 iommu_queue_iopf +EXPORT_SYMBOL_GPL vmlinux 0xd505cdc7 nfs_ssc_register +EXPORT_SYMBOL_GPL vmlinux 0xd51bf0c5 usb_wakeup_enabled_descendants +EXPORT_SYMBOL_GPL vmlinux 0xd529cec1 thermal_zone_get_slope +EXPORT_SYMBOL_GPL vmlinux 0xd5301b2c linear_range_get_max_value +EXPORT_SYMBOL_GPL vmlinux 0xd53c67b3 unregister_net_sysctl_table +EXPORT_SYMBOL_GPL vmlinux 0xd5474690 usb_role_switch_set_role +EXPORT_SYMBOL_GPL vmlinux 0xd54e3daa net_ns_type_operations +EXPORT_SYMBOL_GPL vmlinux 0xd54f8d68 acpi_ec_add_query_handler +EXPORT_SYMBOL_GPL vmlinux 0xd55ad93b iommu_group_get_iommudata +EXPORT_SYMBOL_GPL vmlinux 0xd5787987 devlink_trap_groups_register +EXPORT_SYMBOL_GPL vmlinux 0xd5807af3 k3_ringacc_ring_pop +EXPORT_SYMBOL_GPL vmlinux 0xd58e976a virtqueue_poll +EXPORT_SYMBOL_GPL vmlinux 0xd599b68e pci_status_get_and_clear_errors +EXPORT_SYMBOL_GPL vmlinux 0xd59a1587 linkmode_resolve_pause +EXPORT_SYMBOL_GPL vmlinux 0xd5c84a01 dummy_con +EXPORT_SYMBOL_GPL vmlinux 0xd5c8ac2c blk_mark_disk_dead +EXPORT_SYMBOL_GPL vmlinux 0xd5e180cf devlink_port_linecard_set +EXPORT_SYMBOL_GPL vmlinux 0xd5e8dd99 wwan_unregister_ops +EXPORT_SYMBOL_GPL vmlinux 0xd5ed7e0f uprobe_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd5f2d5cb cpufreq_cpu_put +EXPORT_SYMBOL_GPL vmlinux 0xd60f48ea espintcp_queue_out +EXPORT_SYMBOL_GPL vmlinux 0xd61d2778 devl_port_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd62a6b3c crypto_larval_alloc +EXPORT_SYMBOL_GPL vmlinux 0xd638fdee fwnode_remove_software_node +EXPORT_SYMBOL_GPL vmlinux 0xd64ac4a4 mmc_app_cmd +EXPORT_SYMBOL_GPL vmlinux 0xd64ed259 __memcat_p +EXPORT_SYMBOL_GPL vmlinux 0xd667b484 regmap_get_max_register +EXPORT_SYMBOL_GPL vmlinux 0xd66a7a35 sbitmap_queue_wake_all +EXPORT_SYMBOL_GPL vmlinux 0xd67364f7 eventfd_ctx_fdget +EXPORT_SYMBOL_GPL vmlinux 0xd6751590 ip6_sk_redirect +EXPORT_SYMBOL_GPL vmlinux 0xd679da98 tpm_tis_resume +EXPORT_SYMBOL_GPL vmlinux 0xd688c6c2 gpiod_cansleep +EXPORT_SYMBOL_GPL vmlinux 0xd68c717d pm_generic_runtime_resume +EXPORT_SYMBOL_GPL vmlinux 0xd691bb66 ip6_route_output_flags +EXPORT_SYMBOL_GPL vmlinux 0xd6a74049 devm_usb_put_phy +EXPORT_SYMBOL_GPL vmlinux 0xd6aafb42 crc64_rocksoft +EXPORT_SYMBOL_GPL vmlinux 0xd6b27e8a xas_set_mark +EXPORT_SYMBOL_GPL vmlinux 0xd6d47f26 led_classdev_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd6d8f6b3 topology_set_scale_freq_source +EXPORT_SYMBOL_GPL vmlinux 0xd70be7a8 anon_transport_class_register +EXPORT_SYMBOL_GPL vmlinux 0xd7105c55 pci_generic_config_write32 +EXPORT_SYMBOL_GPL vmlinux 0xd719bfec kvm_get_kvm_safe +EXPORT_SYMBOL_GPL vmlinux 0xd7269c64 osc_sb_native_usb4_control +EXPORT_SYMBOL_GPL vmlinux 0xd7293ffc percpu_ref_reinit +EXPORT_SYMBOL_GPL vmlinux 0xd72c5401 dev_pm_qos_expose_flags +EXPORT_SYMBOL_GPL vmlinux 0xd72feba2 xenbus_read_driver_state +EXPORT_SYMBOL_GPL vmlinux 0xd731f2c6 __class_register +EXPORT_SYMBOL_GPL vmlinux 0xd739744f __pneigh_lookup +EXPORT_SYMBOL_GPL vmlinux 0xd73b0e98 of_pci_get_slot_power_limit +EXPORT_SYMBOL_GPL vmlinux 0xd7430015 relay_flush +EXPORT_SYMBOL_GPL vmlinux 0xd7432344 perf_trace_run_bpf_submit +EXPORT_SYMBOL_GPL vmlinux 0xd74e400f show_rcu_tasks_classic_gp_kthread +EXPORT_SYMBOL_GPL vmlinux 0xd75b0c2d of_platform_depopulate +EXPORT_SYMBOL_GPL vmlinux 0xd75b20aa rsa_parse_priv_key +EXPORT_SYMBOL_GPL vmlinux 0xd768e985 regulator_has_full_constraints +EXPORT_SYMBOL_GPL vmlinux 0xd76dd5c9 usb_autopm_put_interface +EXPORT_SYMBOL_GPL vmlinux 0xd77f9103 ata_msleep +EXPORT_SYMBOL_GPL vmlinux 0xd78725d1 sdio_f0_writeb +EXPORT_SYMBOL_GPL vmlinux 0xd789f61b irq_chip_set_wake_parent +EXPORT_SYMBOL_GPL vmlinux 0xd7937275 devm_devfreq_event_add_edev +EXPORT_SYMBOL_GPL vmlinux 0xd7984ecb input_class +EXPORT_SYMBOL_GPL vmlinux 0xd7a86ea4 tcp_twsk_purge +EXPORT_SYMBOL_GPL vmlinux 0xd7aea26e kernel_read_file_from_path_initns +EXPORT_SYMBOL_GPL vmlinux 0xd7b1b785 ftrace_set_filter +EXPORT_SYMBOL_GPL vmlinux 0xd7b451e2 dev_pm_opp_get_power +EXPORT_SYMBOL_GPL vmlinux 0xd7c91b63 tegra210_sata_pll_hw_control_enable +EXPORT_SYMBOL_GPL vmlinux 0xd7cea889 edac_mod_work +EXPORT_SYMBOL_GPL vmlinux 0xd7d7f2a7 devlink_port_health_reporter_destroy +EXPORT_SYMBOL_GPL vmlinux 0xd7dccd23 __SCK__tp_func_xhci_dbg_quirks +EXPORT_SYMBOL_GPL vmlinux 0xd7e48797 ahci_platform_resume +EXPORT_SYMBOL_GPL vmlinux 0xd8047b41 devm_regulator_bulk_get_exclusive +EXPORT_SYMBOL_GPL vmlinux 0xd805e269 posix_acl_default_xattr_handler +EXPORT_SYMBOL_GPL vmlinux 0xd819516a mmput +EXPORT_SYMBOL_GPL vmlinux 0xd8215f17 umd_load_blob +EXPORT_SYMBOL_GPL vmlinux 0xd82fa9bb cgroup_attach_task_all +EXPORT_SYMBOL_GPL vmlinux 0xd8341950 gpiod_unexport +EXPORT_SYMBOL_GPL vmlinux 0xd84b3100 strp_done +EXPORT_SYMBOL_GPL vmlinux 0xd84d35bd dax_read_lock +EXPORT_SYMBOL_GPL vmlinux 0xd8516ff7 phylink_mii_c45_pcs_get_state +EXPORT_SYMBOL_GPL vmlinux 0xd8527efa of_msi_get_domain +EXPORT_SYMBOL_GPL vmlinux 0xd8551798 fwnode_count_parents +EXPORT_SYMBOL_GPL vmlinux 0xd862455f devm_platform_get_irqs_affinity +EXPORT_SYMBOL_GPL vmlinux 0xd87e9182 acpi_create_platform_device +EXPORT_SYMBOL_GPL vmlinux 0xd87f470f dev_pm_opp_disable +EXPORT_SYMBOL_GPL vmlinux 0xd87fc0a0 usb_amd_prefetch_quirk +EXPORT_SYMBOL_GPL vmlinux 0xd8891673 xdp_convert_zc_to_xdp_frame +EXPORT_SYMBOL_GPL vmlinux 0xd88defca __dma_fence_unwrap_merge +EXPORT_SYMBOL_GPL vmlinux 0xd88f2cc3 blk_queue_max_zone_append_sectors +EXPORT_SYMBOL_GPL vmlinux 0xd8b640a1 da9052_adc_read_temp +EXPORT_SYMBOL_GPL vmlinux 0xd8ceabb8 scsi_get_vpd_page +EXPORT_SYMBOL_GPL vmlinux 0xd8cf3e8a serdev_device_write_wakeup +EXPORT_SYMBOL_GPL vmlinux 0xd8d68ab1 dmi_memdev_type +EXPORT_SYMBOL_GPL vmlinux 0xd8dbf7f1 tcp_set_keepalive +EXPORT_SYMBOL_GPL vmlinux 0xd8fbb14d net_cls_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0xd9007d78 devm_krealloc +EXPORT_SYMBOL_GPL vmlinux 0xd903f419 phylink_get_capabilities +EXPORT_SYMBOL_GPL vmlinux 0xd90a93a7 k3_udma_glue_rx_get_irq +EXPORT_SYMBOL_GPL vmlinux 0xd918a65d srcu_torture_stats_print +EXPORT_SYMBOL_GPL vmlinux 0xd9191a60 wbc_account_cgroup_owner +EXPORT_SYMBOL_GPL vmlinux 0xd91dbd1f xdp_alloc_skb_bulk +EXPORT_SYMBOL_GPL vmlinux 0xd9273006 ti_sci_get_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0xd9275def usb_hcd_check_unlink_urb +EXPORT_SYMBOL_GPL vmlinux 0xd92ef192 security_kernel_post_load_data +EXPORT_SYMBOL_GPL vmlinux 0xd92f0791 leds_list_lock +EXPORT_SYMBOL_GPL vmlinux 0xd9539495 dw_pcie_host_init +EXPORT_SYMBOL_GPL vmlinux 0xd9546a83 regulator_is_enabled_regmap +EXPORT_SYMBOL_GPL vmlinux 0xd96babb4 interval_tree_iter_next +EXPORT_SYMBOL_GPL vmlinux 0xd978c4ba inet_csk_route_child_sock +EXPORT_SYMBOL_GPL vmlinux 0xd97b9b89 acpi_cpu_get_madt_gicc +EXPORT_SYMBOL_GPL vmlinux 0xd988bdf6 mtk_clk_register_muxes +EXPORT_SYMBOL_GPL vmlinux 0xd9916c3a idr_alloc_u32 +EXPORT_SYMBOL_GPL vmlinux 0xd998adea uart_handle_cts_change +EXPORT_SYMBOL_GPL vmlinux 0xd99f5e0a irq_domain_set_hwirq_and_chip +EXPORT_SYMBOL_GPL vmlinux 0xd9b0f479 __rio_local_write_config_16 +EXPORT_SYMBOL_GPL vmlinux 0xd9bdd682 devm_fwnode_pwm_get +EXPORT_SYMBOL_GPL vmlinux 0xd9c5ec88 __serdev_device_driver_register +EXPORT_SYMBOL_GPL vmlinux 0xd9ca2c3a kstrdup_quotable_cmdline +EXPORT_SYMBOL_GPL vmlinux 0xd9d0a2af devlink_flash_update_timeout_notify +EXPORT_SYMBOL_GPL vmlinux 0xd9e1f7ea mmc_pwrseq_register +EXPORT_SYMBOL_GPL vmlinux 0xd9e24457 ring_buffer_peek +EXPORT_SYMBOL_GPL vmlinux 0xd9e35d4b clk_gate_ops +EXPORT_SYMBOL_GPL vmlinux 0xd9eb6252 ata_sff_error_handler +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 0xda0d1713 vcap_rule_get_counter +EXPORT_SYMBOL_GPL vmlinux 0xda0f1dfc usb_unlocked_enable_lpm +EXPORT_SYMBOL_GPL vmlinux 0xda266e39 apei_get_debugfs_dir +EXPORT_SYMBOL_GPL vmlinux 0xda272f0b vp_modern_set_status +EXPORT_SYMBOL_GPL vmlinux 0xda320d31 sfp_module_start +EXPORT_SYMBOL_GPL vmlinux 0xda34f3a4 skb_to_sgvec +EXPORT_SYMBOL_GPL vmlinux 0xda37af9e phy_modify +EXPORT_SYMBOL_GPL vmlinux 0xda419238 acpi_subsys_suspend +EXPORT_SYMBOL_GPL vmlinux 0xda558609 fsl_mc_portal_reset +EXPORT_SYMBOL_GPL vmlinux 0xda59c32e pci_cfg_access_unlock +EXPORT_SYMBOL_GPL vmlinux 0xda6f966c fuse_simple_background +EXPORT_SYMBOL_GPL vmlinux 0xda712cd2 ncsi_unregister_dev +EXPORT_SYMBOL_GPL vmlinux 0xda7912d4 freq_qos_add_request +EXPORT_SYMBOL_GPL vmlinux 0xda825299 blk_mq_alloc_sq_tag_set +EXPORT_SYMBOL_GPL vmlinux 0xda852dc2 __traceiter_ata_bmdma_status +EXPORT_SYMBOL_GPL vmlinux 0xda8e1302 software_node_find_by_name +EXPORT_SYMBOL_GPL vmlinux 0xda966625 fsl_mc_obj_close +EXPORT_SYMBOL_GPL vmlinux 0xda9732d5 iopf_queue_add_device +EXPORT_SYMBOL_GPL vmlinux 0xdaa06dc1 acpi_lpat_raw_to_temp +EXPORT_SYMBOL_GPL vmlinux 0xdaa81c4a __fscrypt_prepare_setattr +EXPORT_SYMBOL_GPL vmlinux 0xdaaf49db devm_regmap_field_bulk_free +EXPORT_SYMBOL_GPL vmlinux 0xdaaf51a3 aead_exit_geniv +EXPORT_SYMBOL_GPL vmlinux 0xdab5a1eb interval_tree_insert +EXPORT_SYMBOL_GPL vmlinux 0xdabb84a1 da9052_regmap_config +EXPORT_SYMBOL_GPL vmlinux 0xdabd5d43 irq_domain_create_legacy +EXPORT_SYMBOL_GPL vmlinux 0xdad1beb4 register_virtio_driver +EXPORT_SYMBOL_GPL vmlinux 0xdaf0583a devm_clk_register +EXPORT_SYMBOL_GPL vmlinux 0xdaf4dfb3 fb_mode_option +EXPORT_SYMBOL_GPL vmlinux 0xdafa08c9 l3mdev_ifindex_lookup_by_table_id +EXPORT_SYMBOL_GPL vmlinux 0xdb0ecdc3 devl_resource_occ_get_register +EXPORT_SYMBOL_GPL vmlinux 0xdb58c2e0 kill_dev_dax +EXPORT_SYMBOL_GPL vmlinux 0xdb59be27 mptcp_diag_fill_info +EXPORT_SYMBOL_GPL vmlinux 0xdb626b89 pm_generic_poweroff_late +EXPORT_SYMBOL_GPL vmlinux 0xdb63a944 acpi_lpat_get_conversion_table +EXPORT_SYMBOL_GPL vmlinux 0xdb6aeeb1 iptunnel_xmit +EXPORT_SYMBOL_GPL vmlinux 0xdb727637 vcap_set_rule_set_keyset +EXPORT_SYMBOL_GPL vmlinux 0xdb7a8c13 pci_platform_power_transition +EXPORT_SYMBOL_GPL vmlinux 0xdb7b5fcb pm_clk_destroy +EXPORT_SYMBOL_GPL vmlinux 0xdb8125b0 register_pernet_device +EXPORT_SYMBOL_GPL vmlinux 0xdb8a1b3f usermodehelper_read_trylock +EXPORT_SYMBOL_GPL vmlinux 0xdb8ca103 pm_relax +EXPORT_SYMBOL_GPL vmlinux 0xdb9ec648 gpiod_put +EXPORT_SYMBOL_GPL vmlinux 0xdb9ffac5 sdio_set_host_pm_flags +EXPORT_SYMBOL_GPL vmlinux 0xdba1fde8 d_same_name +EXPORT_SYMBOL_GPL vmlinux 0xdbbbd3b6 __kvm_set_memory_region +EXPORT_SYMBOL_GPL vmlinux 0xdbbbe33f xfrm_output +EXPORT_SYMBOL_GPL vmlinux 0xdbbd026b regulator_get_voltage_sel_pickable_regmap +EXPORT_SYMBOL_GPL vmlinux 0xdbd38c38 ata_bmdma_status +EXPORT_SYMBOL_GPL vmlinux 0xdbd3e036 dev_pm_genpd_add_notifier +EXPORT_SYMBOL_GPL vmlinux 0xdbdb0e8b request_any_context_irq +EXPORT_SYMBOL_GPL vmlinux 0xdbe8d8a0 __SCK__tp_func_cpu_frequency +EXPORT_SYMBOL_GPL vmlinux 0xdbeeece6 tracepoint_probe_unregister +EXPORT_SYMBOL_GPL vmlinux 0xdbf366ed is_skb_forwardable +EXPORT_SYMBOL_GPL vmlinux 0xdbf6ce3b dm_disk +EXPORT_SYMBOL_GPL vmlinux 0xdbf7cb70 mpi_get_nbits +EXPORT_SYMBOL_GPL vmlinux 0xdbfa2500 devl_trylock +EXPORT_SYMBOL_GPL vmlinux 0xdbffc851 power_supply_class +EXPORT_SYMBOL_GPL vmlinux 0xdc02eb39 dmi_available +EXPORT_SYMBOL_GPL vmlinux 0xdc05212b elv_register +EXPORT_SYMBOL_GPL vmlinux 0xdc060550 xfrm_dev_resume +EXPORT_SYMBOL_GPL vmlinux 0xdc0be477 xenbus_dev_groups +EXPORT_SYMBOL_GPL vmlinux 0xdc0c3ccc scsi_nl_sock +EXPORT_SYMBOL_GPL vmlinux 0xdc0cc21b hwspin_lock_free +EXPORT_SYMBOL_GPL vmlinux 0xdc0fd173 acpi_dma_request_slave_chan_by_name +EXPORT_SYMBOL_GPL vmlinux 0xdc139c13 k3_udma_glue_tx_get_hdesc_size +EXPORT_SYMBOL_GPL vmlinux 0xdc14a211 xen_hvm_evtchn_do_upcall +EXPORT_SYMBOL_GPL vmlinux 0xdc34ab21 acpi_dev_state_d0 +EXPORT_SYMBOL_GPL vmlinux 0xdc43bdc6 pci_vpd_find_ro_info_keyword +EXPORT_SYMBOL_GPL vmlinux 0xdc45a5db edac_stop_work +EXPORT_SYMBOL_GPL vmlinux 0xdc4d3e2b mmc_cmdq_enable +EXPORT_SYMBOL_GPL vmlinux 0xdc4f9cb3 netdev_is_rx_handler_busy +EXPORT_SYMBOL_GPL vmlinux 0xdc529539 crypto_alloc_base +EXPORT_SYMBOL_GPL vmlinux 0xdc535325 tpm2_get_cc_attrs_tbl +EXPORT_SYMBOL_GPL vmlinux 0xdc6596fa irq_set_parent +EXPORT_SYMBOL_GPL vmlinux 0xdc6699cb acpi_dev_free_resource_list +EXPORT_SYMBOL_GPL vmlinux 0xdc7df67f apei_exec_ctx_init +EXPORT_SYMBOL_GPL vmlinux 0xdc825d6c usb_amd_quirk_pll_disable +EXPORT_SYMBOL_GPL vmlinux 0xdc841b74 misc_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0xdc8a0cf6 iopf_queue_remove_device +EXPORT_SYMBOL_GPL vmlinux 0xdc97af2e syscore_suspend +EXPORT_SYMBOL_GPL vmlinux 0xdc9d4c2a device_add_software_node +EXPORT_SYMBOL_GPL vmlinux 0xdc9fa232 raw_notifier_chain_register +EXPORT_SYMBOL_GPL vmlinux 0xdca40ccf cpufreq_generic_attr +EXPORT_SYMBOL_GPL vmlinux 0xdcb0a2c0 phylink_stop +EXPORT_SYMBOL_GPL vmlinux 0xdcb2eca3 platform_bus_type +EXPORT_SYMBOL_GPL vmlinux 0xdcb6d656 kthread_use_mm +EXPORT_SYMBOL_GPL vmlinux 0xdcb89e55 of_devfreq_cooling_register_power +EXPORT_SYMBOL_GPL vmlinux 0xdcb9f0c2 iommu_detach_device +EXPORT_SYMBOL_GPL vmlinux 0xdceb5362 efi_status_to_err +EXPORT_SYMBOL_GPL vmlinux 0xdcee7e28 sk_setup_caps +EXPORT_SYMBOL_GPL vmlinux 0xdcf2069e bind_interdomain_evtchn_to_irq_lateeoi +EXPORT_SYMBOL_GPL vmlinux 0xdd03f1fb ata_sff_thaw +EXPORT_SYMBOL_GPL vmlinux 0xdd0762df set_worker_desc +EXPORT_SYMBOL_GPL vmlinux 0xdd0deb10 imx_get_clk_hw_by_name +EXPORT_SYMBOL_GPL vmlinux 0xdd162268 bus_create_file +EXPORT_SYMBOL_GPL vmlinux 0xdd3d13a5 sk_psock_drop +EXPORT_SYMBOL_GPL vmlinux 0xdd450ef1 x509_free_certificate +EXPORT_SYMBOL_GPL vmlinux 0xdd4e68a9 devm_regulator_bulk_get_enable +EXPORT_SYMBOL_GPL vmlinux 0xdd50b60c blk_mq_sched_try_insert_merge +EXPORT_SYMBOL_GPL vmlinux 0xdd5f6f75 tty_ldisc_ref +EXPORT_SYMBOL_GPL vmlinux 0xdd626ee3 fuse_len_args +EXPORT_SYMBOL_GPL vmlinux 0xdd6f4290 device_get_dma_attr +EXPORT_SYMBOL_GPL vmlinux 0xdd7d1757 rt_mutex_lock_interruptible +EXPORT_SYMBOL_GPL vmlinux 0xdd8162ec acpi_dev_ready_for_enumeration +EXPORT_SYMBOL_GPL vmlinux 0xdd81d8f6 __SCK__tp_func_block_bio_complete +EXPORT_SYMBOL_GPL vmlinux 0xdda999cf clk_mux_ro_ops +EXPORT_SYMBOL_GPL vmlinux 0xddb2206b pciserial_init_ports +EXPORT_SYMBOL_GPL vmlinux 0xddbeeecc pci_lock_rescan_remove +EXPORT_SYMBOL_GPL vmlinux 0xddc5df20 hrtimer_init_sleeper +EXPORT_SYMBOL_GPL vmlinux 0xddc7dad8 dma_resv_test_signaled +EXPORT_SYMBOL_GPL vmlinux 0xddc990e7 desc_to_gpio +EXPORT_SYMBOL_GPL vmlinux 0xddc9b3c4 devm_namespace_disable +EXPORT_SYMBOL_GPL vmlinux 0xddcc637c ip6_dst_lookup +EXPORT_SYMBOL_GPL vmlinux 0xddd2f537 __spi_alloc_controller +EXPORT_SYMBOL_GPL vmlinux 0xdddc5c59 ip6_flush_pending_frames +EXPORT_SYMBOL_GPL vmlinux 0xdde30ba8 bpf_trace_run5 +EXPORT_SYMBOL_GPL vmlinux 0xddf32520 __tracepoint_powernv_throttle +EXPORT_SYMBOL_GPL vmlinux 0xde031554 devm_of_clk_add_hw_provider +EXPORT_SYMBOL_GPL vmlinux 0xde057e58 pinctrl_count_index_with_args +EXPORT_SYMBOL_GPL vmlinux 0xde0af24f udp_memory_per_cpu_fw_alloc +EXPORT_SYMBOL_GPL vmlinux 0xde1c0d49 devlink_dpipe_match_put +EXPORT_SYMBOL_GPL vmlinux 0xde1cf0ce pm_generic_restore_noirq +EXPORT_SYMBOL_GPL vmlinux 0xde2bf1bf led_trigger_event +EXPORT_SYMBOL_GPL vmlinux 0xde2d1db3 mtk_pinconf_drive_set_raw +EXPORT_SYMBOL_GPL vmlinux 0xde2e4061 thermal_zone_get_temp +EXPORT_SYMBOL_GPL vmlinux 0xde31bf7e unregister_sys_off_handler +EXPORT_SYMBOL_GPL vmlinux 0xde3bd48c bpf_map_inc_not_zero +EXPORT_SYMBOL_GPL vmlinux 0xde42e183 pci_acpi_set_companion_lookup_hook +EXPORT_SYMBOL_GPL vmlinux 0xde51642d pci_epf_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0xde550333 netdev_walk_all_lower_dev_rcu +EXPORT_SYMBOL_GPL vmlinux 0xde5892a3 pci_check_and_mask_intx +EXPORT_SYMBOL_GPL vmlinux 0xde621b24 skb_mpls_dec_ttl +EXPORT_SYMBOL_GPL vmlinux 0xde6f1851 TSS_checkhmac1 +EXPORT_SYMBOL_GPL vmlinux 0xde70988a of_clk_set_defaults +EXPORT_SYMBOL_GPL vmlinux 0xde765639 blk_revalidate_disk_zones +EXPORT_SYMBOL_GPL vmlinux 0xde7c0560 usb_match_id +EXPORT_SYMBOL_GPL vmlinux 0xde84e019 dm_bio_from_per_bio_data +EXPORT_SYMBOL_GPL vmlinux 0xde997c61 strp_check_rcv +EXPORT_SYMBOL_GPL vmlinux 0xde998d20 mmc_send_abort_tuning +EXPORT_SYMBOL_GPL vmlinux 0xde9ab8c7 xenbus_rm +EXPORT_SYMBOL_GPL vmlinux 0xdeaba531 pci_bus_resource_n +EXPORT_SYMBOL_GPL vmlinux 0xdead2e78 reserve_iova +EXPORT_SYMBOL_GPL vmlinux 0xdec2444b wm831x_bulk_read +EXPORT_SYMBOL_GPL vmlinux 0xdec8819e clk_hw_round_rate +EXPORT_SYMBOL_GPL vmlinux 0xded8e0c1 sock_diag_register_inet_compat +EXPORT_SYMBOL_GPL vmlinux 0xded8f163 dpm_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0xdedf30e9 set_capacity_and_notify +EXPORT_SYMBOL_GPL vmlinux 0xdee81d7c usb_intf_get_dma_device +EXPORT_SYMBOL_GPL vmlinux 0xdee83d5c wwan_get_debugfs_dir +EXPORT_SYMBOL_GPL vmlinux 0xdee91d7a dtpm_destroy_hierarchy +EXPORT_SYMBOL_GPL vmlinux 0xdeebcfe9 dm_audit_log_bio +EXPORT_SYMBOL_GPL vmlinux 0xdef8cf54 kvm_read_guest_offset_cached +EXPORT_SYMBOL_GPL vmlinux 0xdeffa0a7 edac_raw_mc_handle_error +EXPORT_SYMBOL_GPL vmlinux 0xdf02f666 devm_gpiod_get_array_optional +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 0xdf11baf9 bpf_redirect_info +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 0xdf322524 sk_msg_clone +EXPORT_SYMBOL_GPL vmlinux 0xdf3d290a led_trigger_unregister +EXPORT_SYMBOL_GPL vmlinux 0xdf448d1c fanout_mutex +EXPORT_SYMBOL_GPL vmlinux 0xdf4d5e43 dma_get_required_mask +EXPORT_SYMBOL_GPL vmlinux 0xdf5f0ffa __usb_create_hcd +EXPORT_SYMBOL_GPL vmlinux 0xdf8e472c battery_hook_register +EXPORT_SYMBOL_GPL vmlinux 0xdf8e7184 vp_legacy_remove +EXPORT_SYMBOL_GPL vmlinux 0xdf91684e tty_port_register_device +EXPORT_SYMBOL_GPL vmlinux 0xdf9320df wm8350_gpio_config +EXPORT_SYMBOL_GPL vmlinux 0xdf948b73 crypto_grab_spawn +EXPORT_SYMBOL_GPL vmlinux 0xdfa5f4dc fwnode_get_phy_mode +EXPORT_SYMBOL_GPL vmlinux 0xdfa7767d class_unregister +EXPORT_SYMBOL_GPL vmlinux 0xdfb4cfff event_triggers_call +EXPORT_SYMBOL_GPL vmlinux 0xdfcb6c90 mctrl_gpio_set +EXPORT_SYMBOL_GPL vmlinux 0xdfe61e26 devl_rate_leaf_destroy +EXPORT_SYMBOL_GPL vmlinux 0xdff5604d mtk_clk_simple_remove +EXPORT_SYMBOL_GPL vmlinux 0xdff6f5ac regmap_test_bits +EXPORT_SYMBOL_GPL vmlinux 0xdfffcac5 kpp_register_instance +EXPORT_SYMBOL_GPL vmlinux 0xe0070795 mnt_user_ns +EXPORT_SYMBOL_GPL vmlinux 0xe00e3d4b crypto_stats_akcipher_sign +EXPORT_SYMBOL_GPL vmlinux 0xe01a2511 phy_led_triggers_register +EXPORT_SYMBOL_GPL vmlinux 0xe01f4cb0 irq_force_affinity +EXPORT_SYMBOL_GPL vmlinux 0xe020e5c1 usb_hcd_resume_root_hub +EXPORT_SYMBOL_GPL vmlinux 0xe0313d71 rhashtable_insert_slow +EXPORT_SYMBOL_GPL vmlinux 0xe032142d __pm_runtime_disable +EXPORT_SYMBOL_GPL vmlinux 0xe05e2f85 nexthop_free_rcu +EXPORT_SYMBOL_GPL vmlinux 0xe0638e31 __list_lru_init +EXPORT_SYMBOL_GPL vmlinux 0xe064bd20 mm_kobj +EXPORT_SYMBOL_GPL vmlinux 0xe065393d subsys_find_device_by_id +EXPORT_SYMBOL_GPL vmlinux 0xe0800486 register_user_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0xe0860286 blk_abort_request +EXPORT_SYMBOL_GPL vmlinux 0xe0af36ca ipv6_find_tlv +EXPORT_SYMBOL_GPL vmlinux 0xe0b1c103 clk_set_max_rate +EXPORT_SYMBOL_GPL vmlinux 0xe0ba92b7 iommu_set_fault_handler +EXPORT_SYMBOL_GPL vmlinux 0xe0c4e14d hwrng_register +EXPORT_SYMBOL_GPL vmlinux 0xe0d63345 sync_page_io +EXPORT_SYMBOL_GPL vmlinux 0xe0e3147c HYPERVISOR_sched_op +EXPORT_SYMBOL_GPL vmlinux 0xe0e32573 usb_phy_get_charger_current +EXPORT_SYMBOL_GPL vmlinux 0xe0f5b359 __fscrypt_prepare_lookup +EXPORT_SYMBOL_GPL vmlinux 0xe10cd6ad erst_get_record_id_begin +EXPORT_SYMBOL_GPL vmlinux 0xe10eb514 ehci_hub_control +EXPORT_SYMBOL_GPL vmlinux 0xe1185d1d fsnotify_put_group +EXPORT_SYMBOL_GPL vmlinux 0xe12fb332 regmap_noinc_write +EXPORT_SYMBOL_GPL vmlinux 0xe1331404 rio_unmap_inb_region +EXPORT_SYMBOL_GPL vmlinux 0xe13be703 fsl_mc_bus_dpni_type +EXPORT_SYMBOL_GPL vmlinux 0xe13e292a clk_hw_register_fixed_factor +EXPORT_SYMBOL_GPL vmlinux 0xe15da067 amba_device_add +EXPORT_SYMBOL_GPL vmlinux 0xe1657951 l3mdev_master_ifindex_rcu +EXPORT_SYMBOL_GPL vmlinux 0xe1697eb3 dma_resv_wait_timeout +EXPORT_SYMBOL_GPL vmlinux 0xe16983ae regmap_write +EXPORT_SYMBOL_GPL vmlinux 0xe17d3e3f __traceiter_udp_fail_queue_rcv_skb +EXPORT_SYMBOL_GPL vmlinux 0xe18f2467 fwnode_device_is_available +EXPORT_SYMBOL_GPL vmlinux 0xe1901309 __kthread_should_park +EXPORT_SYMBOL_GPL vmlinux 0xe1a07a98 scsi_host_busy_iter +EXPORT_SYMBOL_GPL vmlinux 0xe1a8d7c9 net_rwsem +EXPORT_SYMBOL_GPL vmlinux 0xe1aac990 zap_vma_ptes +EXPORT_SYMBOL_GPL vmlinux 0xe1b41cd7 ext_pi_type3_crc64 +EXPORT_SYMBOL_GPL vmlinux 0xe1b9c677 usb_add_phy_dev +EXPORT_SYMBOL_GPL vmlinux 0xe1bd488c pinconf_generic_dt_node_to_map +EXPORT_SYMBOL_GPL vmlinux 0xe1bd6c99 rio_init_mports +EXPORT_SYMBOL_GPL vmlinux 0xe1bd9893 acpi_gpiochip_free_interrupts +EXPORT_SYMBOL_GPL vmlinux 0xe1c87a2f kernel_can_power_off +EXPORT_SYMBOL_GPL vmlinux 0xe1d17473 dw_pcie_ep_init_complete +EXPORT_SYMBOL_GPL vmlinux 0xe1dc9d13 vring_del_virtqueue +EXPORT_SYMBOL_GPL vmlinux 0xe1e56e9f device_release_driver +EXPORT_SYMBOL_GPL vmlinux 0xe1f5ae49 meson8_aobus_parse_dt_extra +EXPORT_SYMBOL_GPL vmlinux 0xe2210398 crypto_stats_aead_encrypt +EXPORT_SYMBOL_GPL vmlinux 0xe222d3d2 virtqueue_kick_prepare +EXPORT_SYMBOL_GPL vmlinux 0xe22715d8 pci_alloc_p2pmem +EXPORT_SYMBOL_GPL vmlinux 0xe2314387 trace_event_ignore_this_pid +EXPORT_SYMBOL_GPL vmlinux 0xe233762a input_event_from_user +EXPORT_SYMBOL_GPL vmlinux 0xe2400f3c perf_event_sysfs_show +EXPORT_SYMBOL_GPL vmlinux 0xe241fe26 tcp_plb_update_state_upon_rto +EXPORT_SYMBOL_GPL vmlinux 0xe24dc02c fwnode_property_read_string +EXPORT_SYMBOL_GPL vmlinux 0xe25d23f3 blocking_notifier_call_chain_robust +EXPORT_SYMBOL_GPL vmlinux 0xe261315d blk_crypto_has_capabilities +EXPORT_SYMBOL_GPL vmlinux 0xe26370f7 of_pci_address_to_resource +EXPORT_SYMBOL_GPL vmlinux 0xe26811a3 pci_dev_trylock +EXPORT_SYMBOL_GPL vmlinux 0xe27533f4 irq_domain_free_irqs_common +EXPORT_SYMBOL_GPL vmlinux 0xe2a58338 cpci_hp_register_bus +EXPORT_SYMBOL_GPL vmlinux 0xe2afb391 bus_get_device_klist +EXPORT_SYMBOL_GPL vmlinux 0xe2b3207a unregister_switchdev_notifier +EXPORT_SYMBOL_GPL vmlinux 0xe2c7c89e rtnl_get_net_ns_capable +EXPORT_SYMBOL_GPL vmlinux 0xe2ce2b4d evm_set_key +EXPORT_SYMBOL_GPL vmlinux 0xe2d96f5b zynqmp_pm_feature +EXPORT_SYMBOL_GPL vmlinux 0xe2ddabfd virtqueue_add_inbuf +EXPORT_SYMBOL_GPL vmlinux 0xe2ec293b sbitmap_queue_wake_up +EXPORT_SYMBOL_GPL vmlinux 0xe30b5740 vring_new_virtqueue +EXPORT_SYMBOL_GPL vmlinux 0xe314332b rio_del_device +EXPORT_SYMBOL_GPL vmlinux 0xe334fd83 genphy_c45_read_link +EXPORT_SYMBOL_GPL vmlinux 0xe3367d90 rio_route_get_entry +EXPORT_SYMBOL_GPL vmlinux 0xe33a926e debugfs_file_put +EXPORT_SYMBOL_GPL vmlinux 0xe342d5c0 pci_sriov_configure_simple +EXPORT_SYMBOL_GPL vmlinux 0xe344ab38 debugfs_create_u64 +EXPORT_SYMBOL_GPL vmlinux 0xe368237e sata_pmp_qc_defer_cmd_switch +EXPORT_SYMBOL_GPL vmlinux 0xe37234b5 __clocksource_update_freq_scale +EXPORT_SYMBOL_GPL vmlinux 0xe383ea5e __netpoll_cleanup +EXPORT_SYMBOL_GPL vmlinux 0xe3840e18 secure_ipv4_port_ephemeral +EXPORT_SYMBOL_GPL vmlinux 0xe38c358f edac_mc_find_csrow_by_page +EXPORT_SYMBOL_GPL vmlinux 0xe397caf5 seq_buf_printf +EXPORT_SYMBOL_GPL vmlinux 0xe39d0794 usb_phy_roothub_exit +EXPORT_SYMBOL_GPL vmlinux 0xe3a2e83c kthread_queue_work +EXPORT_SYMBOL_GPL vmlinux 0xe3b09712 kprobe_event_delete +EXPORT_SYMBOL_GPL vmlinux 0xe3b63cfe fuse_file_poll +EXPORT_SYMBOL_GPL vmlinux 0xe3cd5fae klist_iter_init +EXPORT_SYMBOL_GPL vmlinux 0xe3dfa13d fuse_sync_release +EXPORT_SYMBOL_GPL vmlinux 0xe3e3a27a phy_create_lookup +EXPORT_SYMBOL_GPL vmlinux 0xe3e423ac iommu_group_release_dma_owner +EXPORT_SYMBOL_GPL vmlinux 0xe3e8a3c0 usb_phy_set_charger_current +EXPORT_SYMBOL_GPL vmlinux 0xe3f25dac ata_eh_freeze_port +EXPORT_SYMBOL_GPL vmlinux 0xe400ffac fuse_dax_cancel_work +EXPORT_SYMBOL_GPL vmlinux 0xe407e0c4 usb_alloc_coherent +EXPORT_SYMBOL_GPL vmlinux 0xe40bb23e devlink_health_reporter_priv +EXPORT_SYMBOL_GPL vmlinux 0xe414c0ff regulator_get_hardware_vsel_register +EXPORT_SYMBOL_GPL vmlinux 0xe419987b i2c_handle_smbus_host_notify +EXPORT_SYMBOL_GPL vmlinux 0xe41b6b2a dev_pm_opp_find_freq_exact +EXPORT_SYMBOL_GPL vmlinux 0xe423e9d7 ip_build_and_send_pkt +EXPORT_SYMBOL_GPL vmlinux 0xe4248980 cper_estatus_print +EXPORT_SYMBOL_GPL vmlinux 0xe425b050 of_property_read_string +EXPORT_SYMBOL_GPL vmlinux 0xe4309905 syscore_resume +EXPORT_SYMBOL_GPL vmlinux 0xe43b95d3 get_task_pid +EXPORT_SYMBOL_GPL vmlinux 0xe44d0ba4 vfs_lock_file +EXPORT_SYMBOL_GPL vmlinux 0xe44d1a48 dev_pm_domain_start +EXPORT_SYMBOL_GPL vmlinux 0xe4557b91 led_trigger_unregister_simple +EXPORT_SYMBOL_GPL vmlinux 0xe474ea27 mtk_pinconf_bias_disable_get_rev1 +EXPORT_SYMBOL_GPL vmlinux 0xe476fb03 efivars_register +EXPORT_SYMBOL_GPL vmlinux 0xe48b6f78 sdio_readsb +EXPORT_SYMBOL_GPL vmlinux 0xe4907071 mmu_interval_notifier_insert_locked +EXPORT_SYMBOL_GPL vmlinux 0xe491e700 unregister_kprobes +EXPORT_SYMBOL_GPL vmlinux 0xe4925851 amba_device_alloc +EXPORT_SYMBOL_GPL vmlinux 0xe4971ade tracing_alloc_snapshot +EXPORT_SYMBOL_GPL vmlinux 0xe4b064f9 pcie_link_speed +EXPORT_SYMBOL_GPL vmlinux 0xe4b818c3 phy_speed_to_str +EXPORT_SYMBOL_GPL vmlinux 0xe4c2c66c rtc_ktime_to_tm +EXPORT_SYMBOL_GPL vmlinux 0xe4c6b1b9 serdev_device_set_flow_control +EXPORT_SYMBOL_GPL vmlinux 0xe4d7c8da pinctrl_utils_add_map_configs +EXPORT_SYMBOL_GPL vmlinux 0xe4e298f2 cpufreq_disable_fast_switch +EXPORT_SYMBOL_GPL vmlinux 0xe4e48b12 swphy_validate_state +EXPORT_SYMBOL_GPL vmlinux 0xe4f5b635 crypto_stats_skcipher_decrypt +EXPORT_SYMBOL_GPL vmlinux 0xe4f8239f __cpuhp_state_remove_instance +EXPORT_SYMBOL_GPL vmlinux 0xe52a2922 trace_add_event_call +EXPORT_SYMBOL_GPL vmlinux 0xe52e7fac da903x_write +EXPORT_SYMBOL_GPL vmlinux 0xe53eee95 __platform_register_drivers +EXPORT_SYMBOL_GPL vmlinux 0xe545e9f0 bpfilter_ops +EXPORT_SYMBOL_GPL vmlinux 0xe549f663 devlink_to_dev +EXPORT_SYMBOL_GPL vmlinux 0xe5516728 k3_udma_glue_tx_get_irq +EXPORT_SYMBOL_GPL vmlinux 0xe555f35b __phy_modify +EXPORT_SYMBOL_GPL vmlinux 0xe55d9857 soc_device_match +EXPORT_SYMBOL_GPL vmlinux 0xe56151ae extcon_get_property +EXPORT_SYMBOL_GPL vmlinux 0xe56262ae pm_clk_runtime_suspend +EXPORT_SYMBOL_GPL vmlinux 0xe56a6ee2 dax_zero_range +EXPORT_SYMBOL_GPL vmlinux 0xe5727828 iocb_bio_iopoll +EXPORT_SYMBOL_GPL vmlinux 0xe5883bd9 class_compat_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe58eb9d7 FSE_readNCount +EXPORT_SYMBOL_GPL vmlinux 0xe59037f5 rio_unregister_mport +EXPORT_SYMBOL_GPL vmlinux 0xe59dbd53 fwnode_property_match_string +EXPORT_SYMBOL_GPL vmlinux 0xe5a925d3 zynqmp_pm_init_finalize +EXPORT_SYMBOL_GPL vmlinux 0xe5ad2662 set_secondary_fwnode +EXPORT_SYMBOL_GPL vmlinux 0xe5bdd47f fsl_mc_portal_free +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 0xe5d0164f acpi_get_psd_map +EXPORT_SYMBOL_GPL vmlinux 0xe5e790e4 __traceiter_rwmmio_post_read +EXPORT_SYMBOL_GPL vmlinux 0xe5eba575 pcim_doe_create_mb +EXPORT_SYMBOL_GPL vmlinux 0xe5fc42e7 crypto_skcipher_encrypt +EXPORT_SYMBOL_GPL vmlinux 0xe60632a9 edac_queue_work +EXPORT_SYMBOL_GPL vmlinux 0xe60a5e8d pids_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0xe60c8380 ata_sff_port_intr +EXPORT_SYMBOL_GPL vmlinux 0xe61344ef dev_pm_opp_init_cpufreq_table +EXPORT_SYMBOL_GPL vmlinux 0xe628bb9f phy_fibre_port_array +EXPORT_SYMBOL_GPL vmlinux 0xe63fad68 dev_pm_domain_attach +EXPORT_SYMBOL_GPL vmlinux 0xe6662659 of_mpc8xxx_spi_probe +EXPORT_SYMBOL_GPL vmlinux 0xe6ad1ea8 fuse_conn_destroy +EXPORT_SYMBOL_GPL vmlinux 0xe6b3604a k3_udma_glue_rx_get_dma_device +EXPORT_SYMBOL_GPL vmlinux 0xe6b4eb94 bpf_log +EXPORT_SYMBOL_GPL vmlinux 0xe6c2c555 tty_wakeup +EXPORT_SYMBOL_GPL vmlinux 0xe6e10cc7 bpf_trace_run10 +EXPORT_SYMBOL_GPL vmlinux 0xe6e40502 rcu_get_gp_seq +EXPORT_SYMBOL_GPL vmlinux 0xe6e56b4f debugfs_create_x16 +EXPORT_SYMBOL_GPL vmlinux 0xe6e6b684 md_new_event +EXPORT_SYMBOL_GPL vmlinux 0xe6e988c5 k3_ringacc_get_tisci_dev_id +EXPORT_SYMBOL_GPL vmlinux 0xe6ef981a devm_clk_hw_register_fixed_factor_parent_hw +EXPORT_SYMBOL_GPL vmlinux 0xe6f11d35 dev_pm_opp_find_bw_floor +EXPORT_SYMBOL_GPL vmlinux 0xe6f52443 klist_add_head +EXPORT_SYMBOL_GPL vmlinux 0xe6f83837 acpi_bus_attach_private_data +EXPORT_SYMBOL_GPL vmlinux 0xe6f972f8 serial8250_em485_destroy +EXPORT_SYMBOL_GPL vmlinux 0xe700d767 reset_control_bulk_deassert +EXPORT_SYMBOL_GPL vmlinux 0xe7024810 wakeup_source_remove +EXPORT_SYMBOL_GPL vmlinux 0xe7083cc1 hwpoison_filter +EXPORT_SYMBOL_GPL vmlinux 0xe7099538 rtnl_af_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe70efa02 phy_configure +EXPORT_SYMBOL_GPL vmlinux 0xe711edb6 vcpu_put +EXPORT_SYMBOL_GPL vmlinux 0xe73a52ce mtk_eint_set_debounce +EXPORT_SYMBOL_GPL vmlinux 0xe745776a of_k3_ringacc_get_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0xe74e2449 nexthop_select_path +EXPORT_SYMBOL_GPL vmlinux 0xe753b68d devlink_fmsg_arr_pair_nest_end +EXPORT_SYMBOL_GPL vmlinux 0xe758f738 power_supply_changed +EXPORT_SYMBOL_GPL vmlinux 0xe761d10f icc_sync_state +EXPORT_SYMBOL_GPL vmlinux 0xe7630574 dma_wait_for_async_tx +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 0xe7936243 zynqmp_pm_clock_getstate +EXPORT_SYMBOL_GPL vmlinux 0xe79557cf sdev_evt_send +EXPORT_SYMBOL_GPL vmlinux 0xe7a1bcbf ata_sas_port_suspend +EXPORT_SYMBOL_GPL vmlinux 0xe7a250ff ahci_init_controller +EXPORT_SYMBOL_GPL vmlinux 0xe7a7236d kvm_debugfs_dir +EXPORT_SYMBOL_GPL vmlinux 0xe7acf30c fwnode_get_named_child_node +EXPORT_SYMBOL_GPL vmlinux 0xe7c0321d xdp_rxq_info_unreg_mem_model +EXPORT_SYMBOL_GPL vmlinux 0xe7c2ab94 sdio_align_size +EXPORT_SYMBOL_GPL vmlinux 0xe7cbe273 xhci_suspend +EXPORT_SYMBOL_GPL vmlinux 0xe7d0eba9 securityfs_create_dir +EXPORT_SYMBOL_GPL vmlinux 0xe7d6d2d4 filter_match_preds +EXPORT_SYMBOL_GPL vmlinux 0xe7dd4274 acpi_cppc_processor_probe +EXPORT_SYMBOL_GPL vmlinux 0xe7e147e0 of_genpd_add_subdomain +EXPORT_SYMBOL_GPL vmlinux 0xe7e9c4c6 dma_async_device_channel_register +EXPORT_SYMBOL_GPL vmlinux 0xe7edadaa platform_device_add +EXPORT_SYMBOL_GPL vmlinux 0xe7f9bc4d devm_usb_get_phy_by_node +EXPORT_SYMBOL_GPL vmlinux 0xe7fc4e33 pinctrl_generic_get_group +EXPORT_SYMBOL_GPL vmlinux 0xe815414c rio_mport_get_physefb +EXPORT_SYMBOL_GPL vmlinux 0xe818b32b ata_bmdma_interrupt +EXPORT_SYMBOL_GPL vmlinux 0xe8198520 debugfs_create_u32_array +EXPORT_SYMBOL_GPL vmlinux 0xe839c88b driver_deferred_probe_check_state +EXPORT_SYMBOL_GPL vmlinux 0xe8443348 regmap_bulk_write +EXPORT_SYMBOL_GPL vmlinux 0xe84491ce xhci_shutdown +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 0xe867214c usb_control_msg +EXPORT_SYMBOL_GPL vmlinux 0xe8741a2f tcp_get_syncookie_mss +EXPORT_SYMBOL_GPL vmlinux 0xe87b2489 hypervisor_kobj +EXPORT_SYMBOL_GPL vmlinux 0xe8813f1f powercap_register_control_type +EXPORT_SYMBOL_GPL vmlinux 0xe8882cc2 msi_next_desc +EXPORT_SYMBOL_GPL vmlinux 0xe88e13e6 usb_hcd_pci_pm_ops +EXPORT_SYMBOL_GPL vmlinux 0xe892f701 icc_set_bw +EXPORT_SYMBOL_GPL vmlinux 0xe8a9898a sysfs_create_files +EXPORT_SYMBOL_GPL vmlinux 0xe8bb94bb handle_fasteoi_nmi +EXPORT_SYMBOL_GPL vmlinux 0xe8bc40c5 cn_netlink_send +EXPORT_SYMBOL_GPL vmlinux 0xe8c0065d memory_group_register_static +EXPORT_SYMBOL_GPL vmlinux 0xe8c46dcd pci_msix_free_irq +EXPORT_SYMBOL_GPL vmlinux 0xe8dc571b pinctrl_generic_get_group_name +EXPORT_SYMBOL_GPL vmlinux 0xe8e17d80 pci_user_read_config_dword +EXPORT_SYMBOL_GPL vmlinux 0xe8e914ae inet6_csk_addr2sockaddr +EXPORT_SYMBOL_GPL vmlinux 0xe8f0e721 sched_set_normal +EXPORT_SYMBOL_GPL vmlinux 0xe8f2f278 acpi_dev_get_property +EXPORT_SYMBOL_GPL vmlinux 0xe904fb5d wm8350_reg_unlock +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 0xe91c3e32 blkcg_activate_policy +EXPORT_SYMBOL_GPL vmlinux 0xe924c391 rtnl_link_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe93df7cd __traceiter_io_page_fault +EXPORT_SYMBOL_GPL vmlinux 0xe93e49c3 devres_free +EXPORT_SYMBOL_GPL vmlinux 0xe9482bb7 mtk_mutex_add_comp +EXPORT_SYMBOL_GPL vmlinux 0xe94a0050 pwm_request_from_chip +EXPORT_SYMBOL_GPL vmlinux 0xe94b0927 ata_bmdma_setup +EXPORT_SYMBOL_GPL vmlinux 0xe955370f switchdev_port_obj_add +EXPORT_SYMBOL_GPL vmlinux 0xe956a75c pl320_ipc_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0xe96603b9 crypto_register_acomp +EXPORT_SYMBOL_GPL vmlinux 0xe9765b4b mddev_init +EXPORT_SYMBOL_GPL vmlinux 0xe98bb011 scsi_host_complete_all_commands +EXPORT_SYMBOL_GPL vmlinux 0xe98f55f2 arm_smccc_get_version +EXPORT_SYMBOL_GPL vmlinux 0xe995ec76 genphy_c45_pma_setup_forced +EXPORT_SYMBOL_GPL vmlinux 0xe9a5fed0 gpiod_get_array_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0xe9ac0b4c phy_pm_runtime_get +EXPORT_SYMBOL_GPL vmlinux 0xe9bee604 device_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe9d1b7cf irq_to_pcap +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 0xe9fcefd9 device_create_file +EXPORT_SYMBOL_GPL vmlinux 0xea018bbb mpi_test_bit +EXPORT_SYMBOL_GPL vmlinux 0xea124bd1 gcd +EXPORT_SYMBOL_GPL vmlinux 0xea15efd2 handle_fasteoi_mask_irq +EXPORT_SYMBOL_GPL vmlinux 0xea1bc84d devm_regulator_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0xea327842 platform_get_irq_byname +EXPORT_SYMBOL_GPL vmlinux 0xea351a18 get_device_system_crosststamp +EXPORT_SYMBOL_GPL vmlinux 0xea38036f ring_buffer_entries +EXPORT_SYMBOL_GPL vmlinux 0xea3a23f3 public_key_free +EXPORT_SYMBOL_GPL vmlinux 0xea4f54e7 fib_rule_matchall +EXPORT_SYMBOL_GPL vmlinux 0xea50dad3 ahci_ignore_sss +EXPORT_SYMBOL_GPL vmlinux 0xea67c738 kobject_move +EXPORT_SYMBOL_GPL vmlinux 0xea683fde dm_device_name +EXPORT_SYMBOL_GPL vmlinux 0xea7256ee kvm_put_kvm +EXPORT_SYMBOL_GPL vmlinux 0xea7f6aa3 dmaengine_unmap_put +EXPORT_SYMBOL_GPL vmlinux 0xea9a0fcc regulator_set_voltage_time +EXPORT_SYMBOL_GPL vmlinux 0xea9b65af ata_std_qc_defer +EXPORT_SYMBOL_GPL vmlinux 0xeaa7ee2e phy_speed_down +EXPORT_SYMBOL_GPL vmlinux 0xeaaa2eda usb_hcd_unmap_urb_for_dma +EXPORT_SYMBOL_GPL vmlinux 0xeab1897d folio_add_wait_queue +EXPORT_SYMBOL_GPL vmlinux 0xeab2cdc0 stmpe811_adc_common_init +EXPORT_SYMBOL_GPL vmlinux 0xead035ee __tracepoint_fib6_table_lookup +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 0xeae7d0c1 fixed_phy_register_with_gpiod +EXPORT_SYMBOL_GPL vmlinux 0xeaed9d12 of_irq_get +EXPORT_SYMBOL_GPL vmlinux 0xeaf0a57c look_up_OID +EXPORT_SYMBOL_GPL vmlinux 0xeaf3cb23 crc64_be +EXPORT_SYMBOL_GPL vmlinux 0xeaf8469d hv_do_fast_hypercall8 +EXPORT_SYMBOL_GPL vmlinux 0xeb099dfb fwnode_get_nth_parent +EXPORT_SYMBOL_GPL vmlinux 0xeb3952a5 devm_phy_optional_get +EXPORT_SYMBOL_GPL vmlinux 0xeb4221e4 trace_clock +EXPORT_SYMBOL_GPL vmlinux 0xeb4708aa locks_release_private +EXPORT_SYMBOL_GPL vmlinux 0xeb4b5693 devm_extcon_dev_allocate +EXPORT_SYMBOL_GPL vmlinux 0xeb4cf5f2 rtnl_delete_link +EXPORT_SYMBOL_GPL vmlinux 0xeb5d9de2 dw_pcie_ep_raise_legacy_irq +EXPORT_SYMBOL_GPL vmlinux 0xeb78b1ed unregister_kprobe +EXPORT_SYMBOL_GPL vmlinux 0xebac963a acpi_dev_for_each_child +EXPORT_SYMBOL_GPL vmlinux 0xebc40bfe extcon_find_edev_by_node +EXPORT_SYMBOL_GPL vmlinux 0xebc7d7df blk_mq_debugfs_rq_show +EXPORT_SYMBOL_GPL vmlinux 0xebd4cc11 mctrl_gpio_enable_ms +EXPORT_SYMBOL_GPL vmlinux 0xebd5c0dd scsi_schedule_eh +EXPORT_SYMBOL_GPL vmlinux 0xebdd7550 ata_sff_qc_fill_rtf +EXPORT_SYMBOL_GPL vmlinux 0xebef7ebe __sock_recv_timestamp +EXPORT_SYMBOL_GPL vmlinux 0xebfc71bb device_find_child +EXPORT_SYMBOL_GPL vmlinux 0xec00a1c8 relay_reset +EXPORT_SYMBOL_GPL vmlinux 0xec02ebe0 phylink_init_eee +EXPORT_SYMBOL_GPL vmlinux 0xec058694 rtc_read_time +EXPORT_SYMBOL_GPL vmlinux 0xec4f1037 balloon_page_enqueue +EXPORT_SYMBOL_GPL vmlinux 0xec5668f6 dax_zero_page_range +EXPORT_SYMBOL_GPL vmlinux 0xec6b496d pktgen_xfrm_outer_mode_output +EXPORT_SYMBOL_GPL vmlinux 0xec774acb cpufreq_frequency_table_verify +EXPORT_SYMBOL_GPL vmlinux 0xec7f2d46 spi_controller_dma_map_mem_op_data +EXPORT_SYMBOL_GPL vmlinux 0xec83821e pci_create_slot +EXPORT_SYMBOL_GPL vmlinux 0xec890809 sk_clear_memalloc +EXPORT_SYMBOL_GPL vmlinux 0xec91d6da acpi_device_fix_up_power_extended +EXPORT_SYMBOL_GPL vmlinux 0xec9a5d4d trace_remove_event_call +EXPORT_SYMBOL_GPL vmlinux 0xeca2aae5 tty_prepare_flip_string +EXPORT_SYMBOL_GPL vmlinux 0xecad8ea3 crypto_unregister_rng +EXPORT_SYMBOL_GPL vmlinux 0xecb671fc tegra210_sata_pll_hw_sequence_start +EXPORT_SYMBOL_GPL vmlinux 0xecba68e3 gnttab_batch_map +EXPORT_SYMBOL_GPL vmlinux 0xecd8f23d xenbus_read +EXPORT_SYMBOL_GPL vmlinux 0xecdb744a clk_regmap_gate_ro_ops +EXPORT_SYMBOL_GPL vmlinux 0xecde553f dm_submit_bio_remap +EXPORT_SYMBOL_GPL vmlinux 0xecdf533f dprc_get_obj_count +EXPORT_SYMBOL_GPL vmlinux 0xecf13e9c thermal_zone_device_register +EXPORT_SYMBOL_GPL vmlinux 0xecf7c3cb sysfs_change_owner +EXPORT_SYMBOL_GPL vmlinux 0xed06f033 ata_pci_bmdma_prepare_host +EXPORT_SYMBOL_GPL vmlinux 0xed16021f phy_power_off +EXPORT_SYMBOL_GPL vmlinux 0xed1eefd7 aead_register_instance +EXPORT_SYMBOL_GPL vmlinux 0xed20fd4e xhci_resume +EXPORT_SYMBOL_GPL vmlinux 0xed2315f8 of_reserved_mem_lookup +EXPORT_SYMBOL_GPL vmlinux 0xed266626 spi_alloc_device +EXPORT_SYMBOL_GPL vmlinux 0xed2c3cd9 pci_common_swizzle +EXPORT_SYMBOL_GPL vmlinux 0xed2c5bcf power_supply_charge_behaviour_parse +EXPORT_SYMBOL_GPL vmlinux 0xed2f4057 dw_pcie_read_dbi +EXPORT_SYMBOL_GPL vmlinux 0xed39b7b8 parse_OID +EXPORT_SYMBOL_GPL vmlinux 0xed449150 fwnode_graph_get_endpoint_count +EXPORT_SYMBOL_GPL vmlinux 0xed464831 md_bitmap_copy_from_slot +EXPORT_SYMBOL_GPL vmlinux 0xed586e19 devlink_dpipe_entry_ctx_append +EXPORT_SYMBOL_GPL vmlinux 0xed7c422a serial8250_rpm_get +EXPORT_SYMBOL_GPL vmlinux 0xed8527dc __bio_add_page +EXPORT_SYMBOL_GPL vmlinux 0xed8c384b netdev_xmit_skip_txqueue +EXPORT_SYMBOL_GPL vmlinux 0xed918dde hte_init_line_attr +EXPORT_SYMBOL_GPL vmlinux 0xed96a143 nd_tbl +EXPORT_SYMBOL_GPL vmlinux 0xed98a765 irq_chip_set_affinity_parent +EXPORT_SYMBOL_GPL vmlinux 0xeda59256 usb_get_intf +EXPORT_SYMBOL_GPL vmlinux 0xedaaa753 iort_put_rmr_sids +EXPORT_SYMBOL_GPL vmlinux 0xedca3163 pci_get_dsn +EXPORT_SYMBOL_GPL vmlinux 0xede2ca18 crypto_larval_kill +EXPORT_SYMBOL_GPL vmlinux 0xede90728 virtqueue_get_used_addr +EXPORT_SYMBOL_GPL vmlinux 0xede9a09a btree_lookup +EXPORT_SYMBOL_GPL vmlinux 0xeded1568 __spi_register_driver +EXPORT_SYMBOL_GPL vmlinux 0xee04c194 regmap_register_patch +EXPORT_SYMBOL_GPL vmlinux 0xee060d61 phy_set_mode_ext +EXPORT_SYMBOL_GPL vmlinux 0xee1429fa sdio_readw +EXPORT_SYMBOL_GPL vmlinux 0xee1bbe70 sk_msg_return_zero +EXPORT_SYMBOL_GPL vmlinux 0xee1f5126 __tracepoint_neigh_timer_handler +EXPORT_SYMBOL_GPL vmlinux 0xee2abafd acpi_dma_controller_free +EXPORT_SYMBOL_GPL vmlinux 0xee38ef57 register_switchdev_blocking_notifier +EXPORT_SYMBOL_GPL vmlinux 0xee397710 free_vm_area +EXPORT_SYMBOL_GPL vmlinux 0xee3d5e00 __inet_twsk_schedule +EXPORT_SYMBOL_GPL vmlinux 0xee45671a tegra_mc_write_emem_configuration +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 0xee6dc373 devres_release_group +EXPORT_SYMBOL_GPL vmlinux 0xee87ba16 pwm_free +EXPORT_SYMBOL_GPL vmlinux 0xee92dc51 strp_unpause +EXPORT_SYMBOL_GPL vmlinux 0xeebf4969 regulator_set_current_limit +EXPORT_SYMBOL_GPL vmlinux 0xeec58d4f pm_genpd_remove_device +EXPORT_SYMBOL_GPL vmlinux 0xeec696be devres_destroy +EXPORT_SYMBOL_GPL vmlinux 0xeec70693 __virtqueue_break +EXPORT_SYMBOL_GPL vmlinux 0xeedd987e phy_10gbit_features_array +EXPORT_SYMBOL_GPL vmlinux 0xeedfa62a zynqmp_pm_is_function_supported +EXPORT_SYMBOL_GPL vmlinux 0xeee779d8 device_attach +EXPORT_SYMBOL_GPL vmlinux 0xeeeb3277 sysfs_remove_file_ns +EXPORT_SYMBOL_GPL vmlinux 0xeef019e3 vcap_keyset_name +EXPORT_SYMBOL_GPL vmlinux 0xeef0f10d devlink_traps_register +EXPORT_SYMBOL_GPL vmlinux 0xeef68434 acpi_ec_remove_query_handler +EXPORT_SYMBOL_GPL vmlinux 0xef0deb99 devl_trap_policers_register +EXPORT_SYMBOL_GPL vmlinux 0xef14602a iomap_ioend_try_merge +EXPORT_SYMBOL_GPL vmlinux 0xef1f44b1 gpiod_count +EXPORT_SYMBOL_GPL vmlinux 0xef1f6e23 apei_resources_request +EXPORT_SYMBOL_GPL vmlinux 0xef212b6d fwnode_create_software_node +EXPORT_SYMBOL_GPL vmlinux 0xef29fcdd clk_bulk_put +EXPORT_SYMBOL_GPL vmlinux 0xef34bf3e hrtimer_active +EXPORT_SYMBOL_GPL vmlinux 0xef360bb3 debugfs_create_bool +EXPORT_SYMBOL_GPL vmlinux 0xef3c6526 xhci_check_bandwidth +EXPORT_SYMBOL_GPL vmlinux 0xef464c28 getboottime64 +EXPORT_SYMBOL_GPL vmlinux 0xef467c7c dma_request_chan +EXPORT_SYMBOL_GPL vmlinux 0xef481bc5 iommu_sva_get_pasid +EXPORT_SYMBOL_GPL vmlinux 0xef526d90 put_io_context +EXPORT_SYMBOL_GPL vmlinux 0xef5932cc sysfs_group_change_owner +EXPORT_SYMBOL_GPL vmlinux 0xef5ab703 blk_mq_complete_request_remote +EXPORT_SYMBOL_GPL vmlinux 0xef5db66d regulator_get_init_drvdata +EXPORT_SYMBOL_GPL vmlinux 0xef601475 scsi_host_block +EXPORT_SYMBOL_GPL vmlinux 0xef633cfa vp_modern_queue_vector +EXPORT_SYMBOL_GPL vmlinux 0xef683ea7 dprc_get_obj_region +EXPORT_SYMBOL_GPL vmlinux 0xef6c3f70 round_jiffies_up_relative +EXPORT_SYMBOL_GPL vmlinux 0xef70eb7e ring_buffer_iter_advance +EXPORT_SYMBOL_GPL vmlinux 0xef72bcd8 pci_set_host_bridge_release +EXPORT_SYMBOL_GPL vmlinux 0xef768e3b pci_epc_set_msix +EXPORT_SYMBOL_GPL vmlinux 0xef7c67f6 sched_numa_find_nth_cpu +EXPORT_SYMBOL_GPL vmlinux 0xef7d6686 synth_event_trace_end +EXPORT_SYMBOL_GPL vmlinux 0xef92ef33 btree_last +EXPORT_SYMBOL_GPL vmlinux 0xefa2c27d register_tracepoint_module_notifier +EXPORT_SYMBOL_GPL vmlinux 0xefa33b27 crypto_alloc_akcipher +EXPORT_SYMBOL_GPL vmlinux 0xefa6520d edac_pci_free_ctl_info +EXPORT_SYMBOL_GPL vmlinux 0xefb2aa17 meson_a1_parse_dt_extra +EXPORT_SYMBOL_GPL vmlinux 0xefc61c15 acpi_get_acpi_dev +EXPORT_SYMBOL_GPL vmlinux 0xefd90955 iommu_domain_alloc +EXPORT_SYMBOL_GPL vmlinux 0xefdc837e cros_ec_check_features +EXPORT_SYMBOL_GPL vmlinux 0xefe2acd4 get_current_tty +EXPORT_SYMBOL_GPL vmlinux 0xefe668ae regulator_put +EXPORT_SYMBOL_GPL vmlinux 0xefeafcf1 edac_has_mcs +EXPORT_SYMBOL_GPL vmlinux 0xeff5f3a9 lwtunnel_valid_encap_type +EXPORT_SYMBOL_GPL vmlinux 0xf012349d gnttab_batch_copy +EXPORT_SYMBOL_GPL vmlinux 0xf013e8a2 dprc_get_obj +EXPORT_SYMBOL_GPL vmlinux 0xf02345e0 extcon_get_extcon_dev +EXPORT_SYMBOL_GPL vmlinux 0xf0278c87 msi_domain_get_virq +EXPORT_SYMBOL_GPL vmlinux 0xf04429b4 acpi_bus_get_status_handle +EXPORT_SYMBOL_GPL vmlinux 0xf0473356 __netpoll_setup +EXPORT_SYMBOL_GPL vmlinux 0xf059f248 mtk_mutex_write_mod +EXPORT_SYMBOL_GPL vmlinux 0xf05a52fe asn1_encode_oid +EXPORT_SYMBOL_GPL vmlinux 0xf05fbf09 pci_pio_to_address +EXPORT_SYMBOL_GPL vmlinux 0xf0616e7a sched_numa_hop_mask +EXPORT_SYMBOL_GPL vmlinux 0xf0644c8d gpiochip_get_desc +EXPORT_SYMBOL_GPL vmlinux 0xf0696401 acpi_pci_detect_ejectable +EXPORT_SYMBOL_GPL vmlinux 0xf06c1beb ata_acpi_stm +EXPORT_SYMBOL_GPL vmlinux 0xf06fac59 i2c_add_numbered_adapter +EXPORT_SYMBOL_GPL vmlinux 0xf07a74b8 register_btf_id_dtor_kfuncs +EXPORT_SYMBOL_GPL vmlinux 0xf07aec4a fscrypt_d_revalidate +EXPORT_SYMBOL_GPL vmlinux 0xf087b702 ata_host_detach +EXPORT_SYMBOL_GPL vmlinux 0xf0910075 sfp_bus_del_upstream +EXPORT_SYMBOL_GPL vmlinux 0xf09e5386 device_property_read_u32_array +EXPORT_SYMBOL_GPL vmlinux 0xf0b22fdd pinctrl_utils_add_config +EXPORT_SYMBOL_GPL vmlinux 0xf0c01414 pinctrl_find_and_add_gpio_range +EXPORT_SYMBOL_GPL vmlinux 0xf0c41d41 sysfs_groups_change_owner +EXPORT_SYMBOL_GPL vmlinux 0xf0c61e21 dma_alloc_noncontiguous +EXPORT_SYMBOL_GPL vmlinux 0xf0df782b ata_sas_port_destroy +EXPORT_SYMBOL_GPL vmlinux 0xf0df931f acpi_get_and_request_gpiod +EXPORT_SYMBOL_GPL vmlinux 0xf0e971c8 phy_init +EXPORT_SYMBOL_GPL vmlinux 0xf0f001e6 tcp_reno_undo_cwnd +EXPORT_SYMBOL_GPL vmlinux 0xf0f56dc2 of_cpufreq_cooling_register +EXPORT_SYMBOL_GPL vmlinux 0xf0f86644 debugfs_remove +EXPORT_SYMBOL_GPL vmlinux 0xf0fb1ce1 mcore_booted +EXPORT_SYMBOL_GPL vmlinux 0xf1101060 phy_driver_is_genphy_10g +EXPORT_SYMBOL_GPL vmlinux 0xf12180fd imx_1443x_dram_pll +EXPORT_SYMBOL_GPL vmlinux 0xf1228c5e device_wakeup_enable +EXPORT_SYMBOL_GPL vmlinux 0xf128433a skb_clone_tx_timestamp +EXPORT_SYMBOL_GPL vmlinux 0xf12a97a9 ipv6_stub +EXPORT_SYMBOL_GPL vmlinux 0xf13621ed espintcp_push_skb +EXPORT_SYMBOL_GPL vmlinux 0xf14317ef devl_rate_nodes_destroy +EXPORT_SYMBOL_GPL vmlinux 0xf14fe3dd blk_mq_unfreeze_queue +EXPORT_SYMBOL_GPL vmlinux 0xf155bf0d devl_resource_size_get +EXPORT_SYMBOL_GPL vmlinux 0xf1561206 screen_glyph +EXPORT_SYMBOL_GPL vmlinux 0xf1631b84 serdev_controller_add +EXPORT_SYMBOL_GPL vmlinux 0xf171176d rtc_class_close +EXPORT_SYMBOL_GPL vmlinux 0xf17a99d0 dm_get_queue_limits +EXPORT_SYMBOL_GPL vmlinux 0xf184d189 kernel_power_off +EXPORT_SYMBOL_GPL vmlinux 0xf188a662 rhashtable_walk_exit +EXPORT_SYMBOL_GPL vmlinux 0xf1a08659 vp_legacy_probe +EXPORT_SYMBOL_GPL vmlinux 0xf1a2b895 pcie_reset_flr +EXPORT_SYMBOL_GPL vmlinux 0xf1a7a5d5 sysfs_merge_group +EXPORT_SYMBOL_GPL vmlinux 0xf1b1317b usb_set_configuration +EXPORT_SYMBOL_GPL vmlinux 0xf1b23ad4 dst_cache_set_ip6 +EXPORT_SYMBOL_GPL vmlinux 0xf1cd0242 clk_register_mux_table +EXPORT_SYMBOL_GPL vmlinux 0xf1d09d70 acpi_storage_d3 +EXPORT_SYMBOL_GPL vmlinux 0xf1d52bb7 is_virtio_device +EXPORT_SYMBOL_GPL vmlinux 0xf1eab01d dev_pm_opp_get_of_node +EXPORT_SYMBOL_GPL vmlinux 0xf1feacd6 regmap_can_raw_write +EXPORT_SYMBOL_GPL vmlinux 0xf21e1f9b disable_percpu_irq +EXPORT_SYMBOL_GPL vmlinux 0xf21f03c7 fscrypt_symlink_getattr +EXPORT_SYMBOL_GPL vmlinux 0xf22af210 irq_setup_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0xf2337c8f devm_regulator_get_enable +EXPORT_SYMBOL_GPL vmlinux 0xf2363d20 dma_mmap_pages +EXPORT_SYMBOL_GPL vmlinux 0xf23b6c14 vcap_rule_set_counter +EXPORT_SYMBOL_GPL vmlinux 0xf24b015d regulator_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0xf251300b ping_unhash +EXPORT_SYMBOL_GPL vmlinux 0xf266f0a1 crypto_grab_aead +EXPORT_SYMBOL_GPL vmlinux 0xf26a3766 nfs_ssc_unregister +EXPORT_SYMBOL_GPL vmlinux 0xf26b702d simple_attr_write +EXPORT_SYMBOL_GPL vmlinux 0xf279d330 of_fwnode_ops +EXPORT_SYMBOL_GPL vmlinux 0xf27d0a7b gnttab_grant_foreign_access_ref +EXPORT_SYMBOL_GPL vmlinux 0xf28404cf devlink_dpipe_header_ipv6 +EXPORT_SYMBOL_GPL vmlinux 0xf2951b92 devm_gpiod_unhinge +EXPORT_SYMBOL_GPL vmlinux 0xf2967796 ring_buffer_record_on +EXPORT_SYMBOL_GPL vmlinux 0xf29a915d pm_generic_poweroff_noirq +EXPORT_SYMBOL_GPL vmlinux 0xf2a63823 scsi_template_proc_dir +EXPORT_SYMBOL_GPL vmlinux 0xf2a64d64 vcap_find_admin +EXPORT_SYMBOL_GPL vmlinux 0xf2b33cb7 memory_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0xf2b6c780 sock_inuse_get +EXPORT_SYMBOL_GPL vmlinux 0xf2b8b5ee pm_generic_freeze +EXPORT_SYMBOL_GPL vmlinux 0xf2dc070d bio_iov_iter_get_pages +EXPORT_SYMBOL_GPL vmlinux 0xf2dd19eb vmf_insert_pfn_pmd_prot +EXPORT_SYMBOL_GPL vmlinux 0xf2f7ce98 posix_clock_register +EXPORT_SYMBOL_GPL vmlinux 0xf2fb61bd vprintk_default +EXPORT_SYMBOL_GPL vmlinux 0xf2fb6b31 i2c_unregister_device +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 0xf3117798 bpf_prog_get_type_dev +EXPORT_SYMBOL_GPL vmlinux 0xf311e156 key_being_used_for +EXPORT_SYMBOL_GPL vmlinux 0xf31632e0 ezx_pcap_read +EXPORT_SYMBOL_GPL vmlinux 0xf3163716 mbox_request_channel +EXPORT_SYMBOL_GPL vmlinux 0xf31b3fd1 workqueue_set_max_active +EXPORT_SYMBOL_GPL vmlinux 0xf32bdc5d unregister_xenstore_notifier +EXPORT_SYMBOL_GPL vmlinux 0xf32d0b6f genphy_c45_loopback +EXPORT_SYMBOL_GPL vmlinux 0xf32eca44 acpi_debugfs_dir +EXPORT_SYMBOL_GPL vmlinux 0xf331236f btree_geo32 +EXPORT_SYMBOL_GPL vmlinux 0xf33a3a52 iov_iter_get_pages_alloc +EXPORT_SYMBOL_GPL vmlinux 0xf33b476b fuse_dev_free +EXPORT_SYMBOL_GPL vmlinux 0xf352023f memory_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0xf3720331 fwnode_graph_get_remote_port +EXPORT_SYMBOL_GPL vmlinux 0xf3726dc3 kvm_vcpu_kick +EXPORT_SYMBOL_GPL vmlinux 0xf378759a tpm_transmit_cmd +EXPORT_SYMBOL_GPL vmlinux 0xf3797506 mpi_ec_deinit +EXPORT_SYMBOL_GPL vmlinux 0xf37cc826 thermal_zone_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0xf3808cb1 get_state_synchronize_rcu +EXPORT_SYMBOL_GPL vmlinux 0xf38b82e4 __iomap_dio_rw +EXPORT_SYMBOL_GPL vmlinux 0xf38c198f pin_user_pages_fast +EXPORT_SYMBOL_GPL vmlinux 0xf38f9f3d bio_associate_blkg_from_css +EXPORT_SYMBOL_GPL vmlinux 0xf39c900f nvdimm_has_flush +EXPORT_SYMBOL_GPL vmlinux 0xf39e8525 __blkg_prfill_u64 +EXPORT_SYMBOL_GPL vmlinux 0xf3a09fe7 crypto_has_kpp +EXPORT_SYMBOL_GPL vmlinux 0xf3a5b566 iopf_queue_flush_dev +EXPORT_SYMBOL_GPL vmlinux 0xf3aadd93 device_del +EXPORT_SYMBOL_GPL vmlinux 0xf3b096c5 cpu_device_create +EXPORT_SYMBOL_GPL vmlinux 0xf3b3b176 inet_ctl_sock_create +EXPORT_SYMBOL_GPL vmlinux 0xf3b451ca kdb_poll_funcs +EXPORT_SYMBOL_GPL vmlinux 0xf3b95d79 btree_remove +EXPORT_SYMBOL_GPL vmlinux 0xf3d34438 gpiod_to_irq +EXPORT_SYMBOL_GPL vmlinux 0xf3ef5bd1 xdp_return_frame_bulk +EXPORT_SYMBOL_GPL vmlinux 0xf3f0aa17 dw_pcie_link_up +EXPORT_SYMBOL_GPL vmlinux 0xf3f3b5f3 crypto_skcipher_setkey +EXPORT_SYMBOL_GPL vmlinux 0xf3f43b78 __irq_set_handler +EXPORT_SYMBOL_GPL vmlinux 0xf3ff84ba raw_abort +EXPORT_SYMBOL_GPL vmlinux 0xf4101fd8 ata_pci_sff_init_host +EXPORT_SYMBOL_GPL vmlinux 0xf4110674 bpf_map_put +EXPORT_SYMBOL_GPL vmlinux 0xf417dedb da9052_disable_irq_nosync +EXPORT_SYMBOL_GPL vmlinux 0xf41b4f69 iommu_fwspec_add_ids +EXPORT_SYMBOL_GPL vmlinux 0xf420f612 iptunnel_handle_offloads +EXPORT_SYMBOL_GPL vmlinux 0xf4536689 irq_domain_free_fwnode +EXPORT_SYMBOL_GPL vmlinux 0xf4673a28 iov_iter_is_aligned +EXPORT_SYMBOL_GPL vmlinux 0xf468224e static_dev_dax +EXPORT_SYMBOL_GPL vmlinux 0xf4689d50 linkmode_set_pause +EXPORT_SYMBOL_GPL vmlinux 0xf47654df irq_check_status_bit +EXPORT_SYMBOL_GPL vmlinux 0xf478957f ata_port_classify +EXPORT_SYMBOL_GPL vmlinux 0xf47cf18e devlink_param_unregister +EXPORT_SYMBOL_GPL vmlinux 0xf4809e42 devm_extcon_dev_free +EXPORT_SYMBOL_GPL vmlinux 0xf4a00349 __tracepoint_block_rq_insert +EXPORT_SYMBOL_GPL vmlinux 0xf4a1e045 spi_new_ancillary_device +EXPORT_SYMBOL_GPL vmlinux 0xf4ae15af ahci_sdev_groups +EXPORT_SYMBOL_GPL vmlinux 0xf4af35c2 rcu_gp_is_normal +EXPORT_SYMBOL_GPL vmlinux 0xf4b0ed9b sata_scr_write +EXPORT_SYMBOL_GPL vmlinux 0xf4ca4767 devm_get_free_pages +EXPORT_SYMBOL_GPL vmlinux 0xf4cd9f8f reset_control_bulk_release +EXPORT_SYMBOL_GPL vmlinux 0xf4d1549f vchan_find_desc +EXPORT_SYMBOL_GPL vmlinux 0xf4fc52b9 i2c_acpi_new_device_by_fwnode +EXPORT_SYMBOL_GPL vmlinux 0xf5022c79 rcu_trc_cmpxchg_need_qs +EXPORT_SYMBOL_GPL vmlinux 0xf5166a4c usb_role_switch_get +EXPORT_SYMBOL_GPL vmlinux 0xf51cc988 nf_ipv6_ops +EXPORT_SYMBOL_GPL vmlinux 0xf525adb4 devm_rtc_device_register +EXPORT_SYMBOL_GPL vmlinux 0xf5286160 xen_find_device_domain_owner +EXPORT_SYMBOL_GPL vmlinux 0xf541713b vcap_filter_rule_keys +EXPORT_SYMBOL_GPL vmlinux 0xf54bd49b lcm +EXPORT_SYMBOL_GPL vmlinux 0xf54c8140 sampling_rate_store +EXPORT_SYMBOL_GPL vmlinux 0xf54d3d74 rt_mutex_unlock +EXPORT_SYMBOL_GPL vmlinux 0xf550eb43 gpio_to_desc +EXPORT_SYMBOL_GPL vmlinux 0xf553318d cpuidle_pause_and_lock +EXPORT_SYMBOL_GPL vmlinux 0xf556d96f pci_hp_deregister +EXPORT_SYMBOL_GPL vmlinux 0xf5572769 pci_epc_destroy +EXPORT_SYMBOL_GPL vmlinux 0xf569b2c5 reset_controller_register +EXPORT_SYMBOL_GPL vmlinux 0xf56bf050 rio_enable_rx_tx_port +EXPORT_SYMBOL_GPL vmlinux 0xf57fcc33 __sk_flush_backlog +EXPORT_SYMBOL_GPL vmlinux 0xf5942235 k3_udma_glue_request_tx_chn +EXPORT_SYMBOL_GPL vmlinux 0xf5953882 crypto_unregister_acomps +EXPORT_SYMBOL_GPL vmlinux 0xf59a2ad9 extcon_get_property_capability +EXPORT_SYMBOL_GPL vmlinux 0xf59f58b6 scmi_driver_register +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 0xf5a9f013 devm_extcon_dev_unregister +EXPORT_SYMBOL_GPL vmlinux 0xf5cc9a30 inet6_sock_destruct +EXPORT_SYMBOL_GPL vmlinux 0xf5e1a77c trace_seq_putmem_hex +EXPORT_SYMBOL_GPL vmlinux 0xf5f370e0 async_schedule_node +EXPORT_SYMBOL_GPL vmlinux 0xf5fde064 mmu_notifier_get_locked +EXPORT_SYMBOL_GPL vmlinux 0xf60c3d7d of_modalias_node +EXPORT_SYMBOL_GPL vmlinux 0xf619eee0 find_mci_by_dev +EXPORT_SYMBOL_GPL vmlinux 0xf61c6b74 hv_do_hypercall +EXPORT_SYMBOL_GPL vmlinux 0xf61d9920 inet_bhash2_reset_saddr +EXPORT_SYMBOL_GPL vmlinux 0xf629af99 regulator_get_voltage_sel_regmap +EXPORT_SYMBOL_GPL vmlinux 0xf63109bd imx_clk_hw_pllv4 +EXPORT_SYMBOL_GPL vmlinux 0xf6401429 ahci_dev_classify +EXPORT_SYMBOL_GPL vmlinux 0xf64136d1 ata_host_activate +EXPORT_SYMBOL_GPL vmlinux 0xf64a4020 gpiochip_request_own_desc +EXPORT_SYMBOL_GPL vmlinux 0xf64aaa25 alarm_init +EXPORT_SYMBOL_GPL vmlinux 0xf663ee2f pcap_adc_sync +EXPORT_SYMBOL_GPL vmlinux 0xf67fd904 regmap_get_reg_stride +EXPORT_SYMBOL_GPL vmlinux 0xf68e6155 regulator_list_voltage_pickable_linear_range +EXPORT_SYMBOL_GPL vmlinux 0xf692f2cd fsverity_ioctl_enable +EXPORT_SYMBOL_GPL vmlinux 0xf69b17d5 vp_legacy_config_vector +EXPORT_SYMBOL_GPL vmlinux 0xf6a28554 region_intersects +EXPORT_SYMBOL_GPL vmlinux 0xf6a96034 get_pid_task +EXPORT_SYMBOL_GPL vmlinux 0xf6b83cec __clk_hw_register_divider +EXPORT_SYMBOL_GPL vmlinux 0xf6beee37 __SCK__tp_func_pelt_cfs_tp +EXPORT_SYMBOL_GPL vmlinux 0xf6c38866 ata_sas_slave_configure +EXPORT_SYMBOL_GPL vmlinux 0xf6c71a25 cper_severity_str +EXPORT_SYMBOL_GPL vmlinux 0xf6c8dc62 cpu_hotplug_enable +EXPORT_SYMBOL_GPL vmlinux 0xf6d2bfb6 watchdog_set_restart_priority +EXPORT_SYMBOL_GPL vmlinux 0xf6e772c3 irq_bypass_unregister_producer +EXPORT_SYMBOL_GPL vmlinux 0xf6e874f5 ata_timing_merge +EXPORT_SYMBOL_GPL vmlinux 0xf6ef540c dev_pm_get_subsys_data +EXPORT_SYMBOL_GPL vmlinux 0xf6f16c56 rcu_barrier_tasks +EXPORT_SYMBOL_GPL vmlinux 0xf7069ecf devm_irq_alloc_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0xf70e1f53 ata_sas_port_alloc +EXPORT_SYMBOL_GPL vmlinux 0xf70e4a4d preempt_schedule_notrace +EXPORT_SYMBOL_GPL vmlinux 0xf7166eb6 dpbp_open +EXPORT_SYMBOL_GPL vmlinux 0xf71fb11b event_triggers_post_call +EXPORT_SYMBOL_GPL vmlinux 0xf72a65ea tty_get_char_size +EXPORT_SYMBOL_GPL vmlinux 0xf730fb4a qcom_smem_state_update_bits +EXPORT_SYMBOL_GPL vmlinux 0xf7360e4e of_nvmem_cell_get +EXPORT_SYMBOL_GPL vmlinux 0xf744298f hv_unmap_memory +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 0xf74c0132 kernfs_put +EXPORT_SYMBOL_GPL vmlinux 0xf74e7c93 jump_label_rate_limit +EXPORT_SYMBOL_GPL vmlinux 0xf76e1174 gnttab_pages_clear_private +EXPORT_SYMBOL_GPL vmlinux 0xf7772bde xas_init_marks +EXPORT_SYMBOL_GPL vmlinux 0xf77aefe8 mbox_send_message +EXPORT_SYMBOL_GPL vmlinux 0xf782fb07 percpu_ref_switch_to_atomic_sync +EXPORT_SYMBOL_GPL vmlinux 0xf7831ef3 dev_pm_qos_expose_latency_tolerance +EXPORT_SYMBOL_GPL vmlinux 0xf7866b4f bind_evtchn_to_irqhandler_lateeoi +EXPORT_SYMBOL_GPL vmlinux 0xf795c350 fib_rules_dump +EXPORT_SYMBOL_GPL vmlinux 0xf7aae020 blk_mq_sched_mark_restart_hctx +EXPORT_SYMBOL_GPL vmlinux 0xf7aba030 mptcp_get_reset_option +EXPORT_SYMBOL_GPL vmlinux 0xf7afb369 btree_init +EXPORT_SYMBOL_GPL vmlinux 0xf7b2b239 ohci_resume +EXPORT_SYMBOL_GPL vmlinux 0xf7bc95b0 devlink_fmsg_pair_nest_start +EXPORT_SYMBOL_GPL vmlinux 0xf7c3f273 xen_resume_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0xf7c62c56 __clk_get_hw +EXPORT_SYMBOL_GPL vmlinux 0xf7cb552d pinctrl_generic_remove_group +EXPORT_SYMBOL_GPL vmlinux 0xf7ec232c dev_coredumpm +EXPORT_SYMBOL_GPL vmlinux 0xf80f5fc7 __SCK__tp_func_ata_exec_command +EXPORT_SYMBOL_GPL vmlinux 0xf81d89dd fsnotify +EXPORT_SYMBOL_GPL vmlinux 0xf81dce70 thermal_genl_cpu_capability_event +EXPORT_SYMBOL_GPL vmlinux 0xf82f3657 work_on_cpu +EXPORT_SYMBOL_GPL vmlinux 0xf830761d soc_device_register +EXPORT_SYMBOL_GPL vmlinux 0xf83c6b96 max8997_bulk_write +EXPORT_SYMBOL_GPL vmlinux 0xf84310ad of_clk_del_provider +EXPORT_SYMBOL_GPL vmlinux 0xf847146e meson8_pmx_ops +EXPORT_SYMBOL_GPL vmlinux 0xf852d746 __tracepoint_tcp_send_reset +EXPORT_SYMBOL_GPL vmlinux 0xf8540d8c sbitmap_any_bit_set +EXPORT_SYMBOL_GPL vmlinux 0xf85edf65 pci_hp_add +EXPORT_SYMBOL_GPL vmlinux 0xf861bd31 rockchip_clk_register_ddrclk +EXPORT_SYMBOL_GPL vmlinux 0xf8701b2b dev_pm_opp_get_supplies +EXPORT_SYMBOL_GPL vmlinux 0xf883bf93 crypto_dh_key_len +EXPORT_SYMBOL_GPL vmlinux 0xf88c7a78 rtc_class_open +EXPORT_SYMBOL_GPL vmlinux 0xf8b1730f vcap_rule_add_key_bit +EXPORT_SYMBOL_GPL vmlinux 0xf8bcfe3e irq_get_domain_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0xf8d28834 pm_runtime_set_autosuspend_delay +EXPORT_SYMBOL_GPL vmlinux 0xf8f3a0fb ata_ratelimit +EXPORT_SYMBOL_GPL vmlinux 0xf8f3a404 sock_diag_unregister_inet_compat +EXPORT_SYMBOL_GPL vmlinux 0xf8fe5642 phylink_ethtool_get_pauseparam +EXPORT_SYMBOL_GPL vmlinux 0xf900c77d zynqmp_pm_clock_disable +EXPORT_SYMBOL_GPL vmlinux 0xf903dbab fscrypt_file_open +EXPORT_SYMBOL_GPL vmlinux 0xf9093f5b __tracepoint_cpu_frequency +EXPORT_SYMBOL_GPL vmlinux 0xf922e974 __hwspin_trylock +EXPORT_SYMBOL_GPL vmlinux 0xf926a606 phylink_mii_c22_pcs_decode_state +EXPORT_SYMBOL_GPL vmlinux 0xf92b875d irq_domain_pop_irq +EXPORT_SYMBOL_GPL vmlinux 0xf9385069 ioc_find_get_icq +EXPORT_SYMBOL_GPL vmlinux 0xf93e04fc extcon_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0xf944f67e __mmu_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0xf94603d0 usb_phy_roothub_resume +EXPORT_SYMBOL_GPL vmlinux 0xf94981c6 iommu_attach_device +EXPORT_SYMBOL_GPL vmlinux 0xf94a7225 class_dev_iter_next +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 0xf97ad436 rio_add_device +EXPORT_SYMBOL_GPL vmlinux 0xf98f45ee dax_file_unshare +EXPORT_SYMBOL_GPL vmlinux 0xf99f4b46 wm8350_reg_read +EXPORT_SYMBOL_GPL vmlinux 0xf9a054b5 __round_jiffies +EXPORT_SYMBOL_GPL vmlinux 0xf9a3b5e0 __skb_get_hash_symmetric +EXPORT_SYMBOL_GPL vmlinux 0xf9a3c5dc zynqmp_pm_load_pdi +EXPORT_SYMBOL_GPL vmlinux 0xf9b34a0b iopf_queue_free +EXPORT_SYMBOL_GPL vmlinux 0xf9b4a0a4 crypto_unregister_template +EXPORT_SYMBOL_GPL vmlinux 0xf9be61ff __dev_fwnode_const +EXPORT_SYMBOL_GPL vmlinux 0xf9c2fd64 skb_defer_rx_timestamp +EXPORT_SYMBOL_GPL vmlinux 0xf9f3bde1 __device_reset +EXPORT_SYMBOL_GPL vmlinux 0xf9f8930e fsl_mc_bus_dpdmai_type +EXPORT_SYMBOL_GPL vmlinux 0xfa013fa6 usb_hc_died +EXPORT_SYMBOL_GPL vmlinux 0xfa0f7ac1 dev_pm_qos_hide_latency_tolerance +EXPORT_SYMBOL_GPL vmlinux 0xfa1eb910 unregister_syscore_ops +EXPORT_SYMBOL_GPL vmlinux 0xfa20488d tcp_parse_mss_option +EXPORT_SYMBOL_GPL vmlinux 0xfa307b4e bdev_discard_alignment +EXPORT_SYMBOL_GPL vmlinux 0xfa332f14 fsl_mc_cleanup_irq_pool +EXPORT_SYMBOL_GPL vmlinux 0xfa33fc28 pci_user_read_config_byte +EXPORT_SYMBOL_GPL vmlinux 0xfa349688 aer_recover_queue +EXPORT_SYMBOL_GPL vmlinux 0xfa37fb11 vcap_mod_rule +EXPORT_SYMBOL_GPL vmlinux 0xfa3ab76d hwspin_lock_request_specific +EXPORT_SYMBOL_GPL vmlinux 0xfa40fb7f spi_slave_abort +EXPORT_SYMBOL_GPL vmlinux 0xfa43cefc is_hash_blacklisted +EXPORT_SYMBOL_GPL vmlinux 0xfa4d3c24 log_post_write_mmio +EXPORT_SYMBOL_GPL vmlinux 0xfa5418c9 gpiod_enable_hw_timestamp_ns +EXPORT_SYMBOL_GPL vmlinux 0xfa57614f devfreq_event_get_edev_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0xfa666974 queue_work_node +EXPORT_SYMBOL_GPL vmlinux 0xfa799eed bgpio_init +EXPORT_SYMBOL_GPL vmlinux 0xfa7e0572 switchdev_bridge_port_offload +EXPORT_SYMBOL_GPL vmlinux 0xfa81842d kvm_io_bus_write +EXPORT_SYMBOL_GPL vmlinux 0xfa8b0db2 badblocks_show +EXPORT_SYMBOL_GPL vmlinux 0xfa9673a7 kvm_vcpu_gfn_to_pfn +EXPORT_SYMBOL_GPL vmlinux 0xfaa35526 pci_sriov_set_totalvfs +EXPORT_SYMBOL_GPL vmlinux 0xfaadabe1 devm_regulator_register_supply_alias +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 0xfad3a770 nf_ip_route +EXPORT_SYMBOL_GPL vmlinux 0xfad9c827 kill_dax +EXPORT_SYMBOL_GPL vmlinux 0xfaf26585 devlink_port_type_clear +EXPORT_SYMBOL_GPL vmlinux 0xfaf6ed2f ptp_classify_raw +EXPORT_SYMBOL_GPL vmlinux 0xfb047528 ahci_do_hardreset +EXPORT_SYMBOL_GPL vmlinux 0xfb0b48ba gpiochip_add_pin_range +EXPORT_SYMBOL_GPL vmlinux 0xfb147fc7 ata_link_abort +EXPORT_SYMBOL_GPL vmlinux 0xfb1dd9a1 __clk_determine_rate +EXPORT_SYMBOL_GPL vmlinux 0xfb2052ba fscrypt_ioctl_get_policy_ex +EXPORT_SYMBOL_GPL vmlinux 0xfb24369c sdio_writeb +EXPORT_SYMBOL_GPL vmlinux 0xfb32b30f ring_buffer_read_prepare_sync +EXPORT_SYMBOL_GPL vmlinux 0xfb3bbd43 folio_wait_writeback_killable +EXPORT_SYMBOL_GPL vmlinux 0xfb4274fa nvdimm_kobj +EXPORT_SYMBOL_GPL vmlinux 0xfb461313 rio_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0xfb60faf5 posix_acl_clone +EXPORT_SYMBOL_GPL vmlinux 0xfb632fb5 wbt_enable_default +EXPORT_SYMBOL_GPL vmlinux 0xfb6eedf9 power_group_name +EXPORT_SYMBOL_GPL vmlinux 0xfb83636a dev_pm_genpd_get_next_hrtimer +EXPORT_SYMBOL_GPL vmlinux 0xfb918389 mtk_clk_gate_ops_no_setclr_inv +EXPORT_SYMBOL_GPL vmlinux 0xfb93aedf tcp_bpf_sendmsg_redir +EXPORT_SYMBOL_GPL vmlinux 0xfb97f99c gfn_to_pfn +EXPORT_SYMBOL_GPL vmlinux 0xfbab76cf mpc8xxx_spi_rx_buf_u16 +EXPORT_SYMBOL_GPL vmlinux 0xfbb5bc70 fwnode_graph_get_remote_port_parent +EXPORT_SYMBOL_GPL vmlinux 0xfbb9c992 usb_hub_release_port +EXPORT_SYMBOL_GPL vmlinux 0xfbb9fead bpf_map_inc +EXPORT_SYMBOL_GPL vmlinux 0xfbbb4835 set_task_ioprio +EXPORT_SYMBOL_GPL vmlinux 0xfbbd41ca no_action +EXPORT_SYMBOL_GPL vmlinux 0xfbc022cc init_node_memory_type +EXPORT_SYMBOL_GPL vmlinux 0xfbe2bd29 ahci_platform_enable_phys +EXPORT_SYMBOL_GPL vmlinux 0xfbf45183 imx_pinctrl_probe +EXPORT_SYMBOL_GPL vmlinux 0xfbffd601 net_prio_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0xfc03a4ca proc_dou8vec_minmax +EXPORT_SYMBOL_GPL vmlinux 0xfc03d97a page_is_ram +EXPORT_SYMBOL_GPL vmlinux 0xfc1381f5 pci_epf_bind +EXPORT_SYMBOL_GPL vmlinux 0xfc14bb2e dm_get_dev_t +EXPORT_SYMBOL_GPL vmlinux 0xfc1934cf devfreq_event_set_event +EXPORT_SYMBOL_GPL vmlinux 0xfc201b66 sprint_oid +EXPORT_SYMBOL_GPL vmlinux 0xfc254d15 gnttab_free_auto_xlat_frames +EXPORT_SYMBOL_GPL vmlinux 0xfc268852 regmap_get_device +EXPORT_SYMBOL_GPL vmlinux 0xfc38673f of_clk_add_hw_provider +EXPORT_SYMBOL_GPL vmlinux 0xfc3b4246 acpi_bus_update_power +EXPORT_SYMBOL_GPL vmlinux 0xfc3cdf0f devm_mipi_dsi_attach +EXPORT_SYMBOL_GPL vmlinux 0xfc69386e tty_ldisc_ref_wait +EXPORT_SYMBOL_GPL vmlinux 0xfc7184b1 devm_acpi_dev_add_driver_gpios +EXPORT_SYMBOL_GPL vmlinux 0xfc7c22a9 ftrace_free_filter +EXPORT_SYMBOL_GPL vmlinux 0xfc838069 udp4_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0xfc9477b5 zynqmp_pm_set_pll_frac_data +EXPORT_SYMBOL_GPL vmlinux 0xfcacb354 pci_epf_type_add_cfs +EXPORT_SYMBOL_GPL vmlinux 0xfcb1d321 regcache_mark_dirty +EXPORT_SYMBOL_GPL vmlinux 0xfcb5f850 of_genpd_remove_last +EXPORT_SYMBOL_GPL vmlinux 0xfcb9e7e4 class_find_device +EXPORT_SYMBOL_GPL vmlinux 0xfcbfc4cf device_find_child_by_name +EXPORT_SYMBOL_GPL vmlinux 0xfcbfec70 add_memory_driver_managed +EXPORT_SYMBOL_GPL vmlinux 0xfcc1edd3 memory_block_size_bytes +EXPORT_SYMBOL_GPL vmlinux 0xfcc8bf47 edac_device_add_device +EXPORT_SYMBOL_GPL vmlinux 0xfccc8ffd simple_attr_release +EXPORT_SYMBOL_GPL vmlinux 0xfcd287b1 serial8250_do_get_mctrl +EXPORT_SYMBOL_GPL vmlinux 0xfce245b8 of_icc_xlate_onecell +EXPORT_SYMBOL_GPL vmlinux 0xfcf9ef73 hw_protection_shutdown +EXPORT_SYMBOL_GPL vmlinux 0xfd068326 register_kretprobes +EXPORT_SYMBOL_GPL vmlinux 0xfd093747 serdev_device_set_baudrate +EXPORT_SYMBOL_GPL vmlinux 0xfd1388e2 bio_end_io_acct_remapped +EXPORT_SYMBOL_GPL vmlinux 0xfd160334 meson_aoclkc_probe +EXPORT_SYMBOL_GPL vmlinux 0xfd195774 k3_udma_glue_disable_tx_chn +EXPORT_SYMBOL_GPL vmlinux 0xfd1c1079 root_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0xfd2c62ad devlink_dpipe_table_counter_enabled +EXPORT_SYMBOL_GPL vmlinux 0xfd309343 synchronize_srcu +EXPORT_SYMBOL_GPL vmlinux 0xfd351fb9 tegra_bpmp_request_mrq +EXPORT_SYMBOL_GPL vmlinux 0xfd3d149b dm_put +EXPORT_SYMBOL_GPL vmlinux 0xfd6555fb xlnx_unregister_event +EXPORT_SYMBOL_GPL vmlinux 0xfd6c242a clk_register_composite +EXPORT_SYMBOL_GPL vmlinux 0xfd70ffdf lp8788_write_byte +EXPORT_SYMBOL_GPL vmlinux 0xfd7243c7 erst_disable +EXPORT_SYMBOL_GPL vmlinux 0xfd77e268 register_sys_off_handler +EXPORT_SYMBOL_GPL vmlinux 0xfd791433 fwnode_get_parent +EXPORT_SYMBOL_GPL vmlinux 0xfd8dd36b governor_sysfs_ops +EXPORT_SYMBOL_GPL vmlinux 0xfda09ca0 invalidate_inode_pages2 +EXPORT_SYMBOL_GPL vmlinux 0xfdb0f461 crypto_register_algs +EXPORT_SYMBOL_GPL vmlinux 0xfdbd7a17 crypto_get_attr_type +EXPORT_SYMBOL_GPL vmlinux 0xfdc23faa ipv6_proxy_select_ident +EXPORT_SYMBOL_GPL vmlinux 0xfdc7d1ce wm8350_block_write +EXPORT_SYMBOL_GPL vmlinux 0xfdd18e2b __rio_local_write_config_8 +EXPORT_SYMBOL_GPL vmlinux 0xfddb6fb0 vp_modern_get_features +EXPORT_SYMBOL_GPL vmlinux 0xfde699a2 fuse_send_init +EXPORT_SYMBOL_GPL vmlinux 0xfde6cbbb devm_regulator_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0xfde8a5e7 devlink_dpipe_entry_ctx_close +EXPORT_SYMBOL_GPL vmlinux 0xfde9d672 __traceiter_block_bio_complete +EXPORT_SYMBOL_GPL vmlinux 0xfdea2d04 alarm_cancel +EXPORT_SYMBOL_GPL vmlinux 0xfdeeb41d wm831x_regmap_config +EXPORT_SYMBOL_GPL vmlinux 0xfe029e8c ata_bmdma_port_intr +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 0xfe1f1269 wp_shared_mapping_range +EXPORT_SYMBOL_GPL vmlinux 0xfe22ba1e rdev_get_name +EXPORT_SYMBOL_GPL vmlinux 0xfe2304ad pci_epc_set_bar +EXPORT_SYMBOL_GPL vmlinux 0xfe367fbc pm_generic_freeze_noirq +EXPORT_SYMBOL_GPL vmlinux 0xfe3a6de3 alarm_try_to_cancel +EXPORT_SYMBOL_GPL vmlinux 0xfe476039 ktime_get_resolution_ns +EXPORT_SYMBOL_GPL vmlinux 0xfe81c949 __blk_mq_debugfs_rq_show +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 0xfea65bd4 acpi_dev_get_resources +EXPORT_SYMBOL_GPL vmlinux 0xfeb166ba irq_domain_associate_many +EXPORT_SYMBOL_GPL vmlinux 0xfeb8e9d4 pinctrl_get +EXPORT_SYMBOL_GPL vmlinux 0xfebfe1e5 devm_clk_hw_register_fixed_factor +EXPORT_SYMBOL_GPL vmlinux 0xfec3bf84 icst_clk_setup +EXPORT_SYMBOL_GPL vmlinux 0xfec4fabe led_put +EXPORT_SYMBOL_GPL vmlinux 0xfeca9c1d acpi_subsys_complete +EXPORT_SYMBOL_GPL vmlinux 0xfed11ed1 usb_mon_deregister +EXPORT_SYMBOL_GPL vmlinux 0xfede9222 __tracepoint_suspend_resume +EXPORT_SYMBOL_GPL vmlinux 0xfeeecd05 apei_read +EXPORT_SYMBOL_GPL vmlinux 0xfef37a76 fb_bl_default_curve +EXPORT_SYMBOL_GPL vmlinux 0xff0340c2 __irq_alloc_descs +EXPORT_SYMBOL_GPL vmlinux 0xff05fa13 vring_interrupt +EXPORT_SYMBOL_GPL vmlinux 0xff1666f3 reset_control_bulk_assert +EXPORT_SYMBOL_GPL vmlinux 0xff26d5fb cgroup_get_from_id +EXPORT_SYMBOL_GPL vmlinux 0xff291ecf clk_unregister_divider +EXPORT_SYMBOL_GPL vmlinux 0xff39fab0 kobject_uevent_env +EXPORT_SYMBOL_GPL vmlinux 0xff42c374 usb_role_switch_get_role +EXPORT_SYMBOL_GPL vmlinux 0xff43bf8e switchdev_handle_port_obj_del_foreign +EXPORT_SYMBOL_GPL vmlinux 0xff43d290 locks_alloc_lock +EXPORT_SYMBOL_GPL vmlinux 0xff4d34cb register_wide_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0xff51b0f6 apply_to_existing_page_range +EXPORT_SYMBOL_GPL vmlinux 0xff594065 alloc_page_buffers +EXPORT_SYMBOL_GPL vmlinux 0xff7d75bb ata_ehi_push_desc +EXPORT_SYMBOL_GPL vmlinux 0xff7e33bf mpi_sub_ui +EXPORT_SYMBOL_GPL vmlinux 0xff81487d gpiod_remove_lookup_table +EXPORT_SYMBOL_GPL vmlinux 0xff84a4f8 __clk_mux_determine_rate_closest +EXPORT_SYMBOL_GPL vmlinux 0xff84a8a5 page_reporting_order +EXPORT_SYMBOL_GPL vmlinux 0xff914879 vchan_dma_desc_free_list +EXPORT_SYMBOL_GPL vmlinux 0xff9e23d1 hugetlb_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0xffae8e8b nsecs_to_jiffies +EXPORT_SYMBOL_GPL vmlinux 0xffb6efdc gpiod_get_raw_array_value +EXPORT_SYMBOL_GPL vmlinux 0xffc31016 __stack_depot_save +EXPORT_SYMBOL_GPL vmlinux 0xffc86f14 __xas_next +EXPORT_SYMBOL_GPL vmlinux 0xffda4f7a crypto_register_kpp +EXPORT_SYMBOL_GPL vmlinux 0xffddbe33 usb_interrupt_msg +EXPORT_SYMBOL_GPL vmlinux 0xffe68499 serial8250_request_dma +EXPORT_SYMBOL_GPL vmlinux 0xffe7b7fd xhci_reset_bandwidth +EXPORT_SYMBOL_GPL vmlinux 0xffee3909 spi_mem_dirmap_write +EXPORT_SYMBOL_GPL vmlinux 0xfff5045b ata_qc_get_active +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 0x06b0f740 cs_dsp_set_dspclk drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x0c83aa54 cs_dsp_power_up drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x1070548c cs_dsp_adsp1_power_down drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x13c3d6c4 cs_dsp_remove 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 0x243ea910 cs_dsp_coeff_write_acked_control drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x25722263 cs_dsp_cleanup_debugfs drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x2c6c9c5a cs_dsp_write_data_word drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x36f3fd96 cs_dsp_adsp2_init drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x3e0714c8 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 0x6e0cce2d cs_dsp_chunk_write drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x6e900dcf cs_dsp_power_down drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x715fd43d cs_dsp_get_ctl drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x939ddda9 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 0x9e67639d cs_dsp_run drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0xad65462c cs_dsp_halo_init drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0xafb0294b cs_dsp_halo_bus_error drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0xb291a02b 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 0xc0230534 cs_dsp_coeff_write_ctrl drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0xc14eaf2a cs_dsp_init_debugfs drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0xce8dfcf4 cs_dsp_stop drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0xd511076c cs_dsp_read_data_word drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0xe7857a8a cs_dsp_find_alg_region drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0xe959a6a1 cs_dsp_halo_wdt_expire drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0xf7c274ec cs_dsp_read_raw_data_block drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0xfdf9850e cs_dsp_adsp1_power_up drivers/firmware/cirrus/cs_dsp +HWMON_THERMAL EXPORT_SYMBOL_GPL 0x42fa473b hwmon_device_register_for_thermal vmlinux +IIO_AD5592R EXPORT_SYMBOL_GPL 0x69bca1f4 ad5592r_probe drivers/iio/dac/ad5592r-base +IIO_AD5592R EXPORT_SYMBOL_GPL 0x7a70b96d ad5592r_remove drivers/iio/dac/ad5592r-base +IIO_AD5686 EXPORT_SYMBOL_GPL 0x2b3a084f ad5686_probe drivers/iio/dac/ad5686 +IIO_AD5686 EXPORT_SYMBOL_GPL 0x78da7492 ad5686_remove drivers/iio/dac/ad5686 +IIO_AD7091R EXPORT_SYMBOL_GPL 0x81d14ad8 ad7091r_regmap_config drivers/iio/adc/ad7091r-base +IIO_AD7091R EXPORT_SYMBOL_GPL 0xfb100609 ad7091r_probe drivers/iio/adc/ad7091r-base +IIO_AD7606 EXPORT_SYMBOL_GPL 0x783f6345 ad7606_probe drivers/iio/adc/ad7606 +IIO_AD7606 EXPORT_SYMBOL_GPL 0xd2113c18 ad7606_pm_ops drivers/iio/adc/ad7606 +IIO_ADISLIB EXPORT_SYMBOL 0xba5d9280 __adis_enable_irq drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL 0xf55abaec adis_debugfs_reg_access drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0x04b9623d __adis_update_bits_base drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0x0594adf8 devm_adis_setup_buffer_and_trigger drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0x08cca50d devm_adis_probe_trigger drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0x09d09b74 __adis_write_reg drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0x0aebb76c adis_update_scan_mode drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0x25a8438d __adis_check_status drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0xe1ca3bc7 __adis_read_reg drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0xe690a37a adis_init drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0xf02313dc __adis_initial_startup drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0xfcd55eb5 adis_single_conversion drivers/iio/imu/adis_lib +IIO_ADIS_LIB EXPORT_SYMBOL_GPL 0x19c0fc7a __adis_reset drivers/iio/imu/adis_lib +IIO_ADI_AXI EXPORT_SYMBOL_GPL 0x67618e8e adi_axi_adc_conv_priv drivers/iio/adc/adi-axi-adc +IIO_ADI_AXI EXPORT_SYMBOL_GPL 0xc0e0cbd0 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 0x99fd6f74 adxl313_core_probe drivers/iio/accel/adxl313_core +IIO_ADXL313 EXPORT_SYMBOL_GPL 0xe1d8d09c adxl314_readable_regs_table drivers/iio/accel/adxl313_core +IIO_ADXL313 EXPORT_SYMBOL_GPL 0xe1dfdd33 adxl312_writable_regs_table drivers/iio/accel/adxl313_core +IIO_ADXL313 EXPORT_SYMBOL_GPL 0xe390465c adxl31x_chip_info 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 0xf4b3a872 adxl355_core_probe drivers/iio/accel/adxl355_core +IIO_ADXL367 EXPORT_SYMBOL_GPL 0x168287c8 adxl367_probe drivers/iio/accel/adxl367 +IIO_ADXL372 EXPORT_SYMBOL_GPL 0x7f8aa62f adxl372_probe drivers/iio/accel/adxl372 +IIO_ADXL372 EXPORT_SYMBOL_GPL 0xe1707e18 adxl372_readable_noinc_reg drivers/iio/accel/adxl372 +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0x30d54c4b ad_sd_set_comm drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0x466b2818 ad_sd_reset drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0x4b867885 ad_sd_validate_trigger drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0x56004017 ad_sd_init drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0x7e5bd97e ad_sigma_delta_single_conversion drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0x9f11c83b ad_sd_calibrate drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0xc07c043d ad_sd_write_reg drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0xd20f0ffc devm_ad_sd_setup_buffer_and_trigger drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0xd4d9e80d ad_sd_read_reg drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0xfaf61efc ad_sd_calibrate_all drivers/iio/adc/ad_sigma_delta +IIO_BMA400 EXPORT_SYMBOL 0x31a240f2 bma400_regmap_config drivers/iio/accel/bma400_core +IIO_BMA400 EXPORT_SYMBOL 0x708aa48c bma400_probe drivers/iio/accel/bma400_core +IIO_BMC150 EXPORT_SYMBOL_GPL 0x9c41632a bmc150_regmap_conf drivers/iio/accel/bmc150-accel-core +IIO_BMC150 EXPORT_SYMBOL_GPL 0xa563658a bmc150_accel_core_probe drivers/iio/accel/bmc150-accel-core +IIO_BMC150 EXPORT_SYMBOL_GPL 0xaf361281 bmc150_accel_pm_ops drivers/iio/accel/bmc150-accel-core +IIO_BMC150 EXPORT_SYMBOL_GPL 0xe9f4d751 bmc150_accel_core_remove drivers/iio/accel/bmc150-accel-core +IIO_BMC150_MAGN EXPORT_SYMBOL 0x4849157a bmc150_magn_regmap_config drivers/iio/magnetometer/bmc150_magn +IIO_BMC150_MAGN EXPORT_SYMBOL 0x64630284 bmc150_magn_probe drivers/iio/magnetometer/bmc150_magn +IIO_BMC150_MAGN EXPORT_SYMBOL 0x8dbbdf61 bmc150_magn_pm_ops drivers/iio/magnetometer/bmc150_magn +IIO_BMC150_MAGN EXPORT_SYMBOL 0xba2405b7 bmc150_magn_remove drivers/iio/magnetometer/bmc150_magn +IIO_BME680 EXPORT_SYMBOL 0x7b21f70f bme680_regmap_config drivers/iio/chemical/bme680_core +IIO_BME680 EXPORT_SYMBOL_GPL 0x04d66aaa bme680_core_probe drivers/iio/chemical/bme680_core +IIO_BMI088 EXPORT_SYMBOL_GPL 0x3acc0b6b bmi088_accel_core_probe drivers/iio/accel/bmi088-accel-core +IIO_BMI088 EXPORT_SYMBOL_GPL 0x94fe0654 bmi088_accel_core_remove drivers/iio/accel/bmi088-accel-core +IIO_BMI088 EXPORT_SYMBOL_GPL 0xb45865f7 bmi088_accel_pm_ops drivers/iio/accel/bmi088-accel-core +IIO_BMI088 EXPORT_SYMBOL_GPL 0xd52a0ce1 bmi088_regmap_conf drivers/iio/accel/bmi088-accel-core +IIO_BMI160 EXPORT_SYMBOL 0x00d519b0 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 0x670ec1d3 bmi160_core_probe drivers/iio/imu/bmi160/bmi160_core +IIO_BMP280 EXPORT_SYMBOL 0x077eac0c bmp280_common_probe drivers/iio/pressure/bmp280 +IIO_BMP280 EXPORT_SYMBOL 0x5e12f897 bmp280_regmap_config drivers/iio/pressure/bmp280 +IIO_BMP280 EXPORT_SYMBOL 0xb1404e76 bmp380_regmap_config drivers/iio/pressure/bmp280 +IIO_BMP280 EXPORT_SYMBOL 0xb49425f5 bmp180_regmap_config drivers/iio/pressure/bmp280 +IIO_BNO055 EXPORT_SYMBOL_GPL 0x9bceeaf9 bno055_probe drivers/iio/imu/bno055/bno055 +IIO_BNO055 EXPORT_SYMBOL_GPL 0xd3656c93 bno055_regmap_config drivers/iio/imu/bno055/bno055 +IIO_FXAS21002C EXPORT_SYMBOL_GPL 0x2f99ecec fxas21002c_core_remove drivers/iio/gyro/fxas21002c_core +IIO_FXAS21002C EXPORT_SYMBOL_GPL 0x5ba4f268 fxas21002c_core_probe drivers/iio/gyro/fxas21002c_core +IIO_FXAS21002C EXPORT_SYMBOL_GPL 0xfc9db75e fxas21002c_pm_ops drivers/iio/gyro/fxas21002c_core +IIO_FXLS8962AF EXPORT_SYMBOL_GPL 0x6a91bb87 fxls8962af_spi_regmap_conf drivers/iio/accel/fxls8962af-core +IIO_FXLS8962AF EXPORT_SYMBOL_GPL 0x97637eee fxls8962af_core_probe drivers/iio/accel/fxls8962af-core +IIO_FXLS8962AF EXPORT_SYMBOL_GPL 0xc84f2f42 fxls8962af_i2c_regmap_conf drivers/iio/accel/fxls8962af-core +IIO_FXLS8962AF EXPORT_SYMBOL_GPL 0xebf455e7 fxls8962af_pm_ops drivers/iio/accel/fxls8962af-core +IIO_HID EXPORT_SYMBOL 0x08dcbbde hid_sensor_pm_ops drivers/iio/common/hid-sensors/hid-sensor-trigger +IIO_HID EXPORT_SYMBOL 0x20d07b4d hid_sensor_write_raw_hyst_value drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID EXPORT_SYMBOL 0x2faf76aa hid_sensor_write_samp_freq_value drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID EXPORT_SYMBOL 0x54c84d28 hid_sensor_convert_timestamp drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID EXPORT_SYMBOL 0x6acfae0d hid_sensor_parse_common_attributes drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID EXPORT_SYMBOL 0x7f7621ec hid_sensor_format_scale drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID EXPORT_SYMBOL 0x85421ffc hid_sensor_read_samp_freq_value drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID EXPORT_SYMBOL 0x88c6f19e hid_sensor_read_raw_hyst_rel_value drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID EXPORT_SYMBOL 0x8d3280f7 hid_sensor_read_raw_hyst_value drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID EXPORT_SYMBOL 0x9b4f8af5 hid_sensor_power_state drivers/iio/common/hid-sensors/hid-sensor-trigger +IIO_HID EXPORT_SYMBOL 0xa85c022c hid_sensor_remove_trigger drivers/iio/common/hid-sensors/hid-sensor-trigger +IIO_HID EXPORT_SYMBOL 0xb9c9ce76 hid_sensor_setup_trigger drivers/iio/common/hid-sensors/hid-sensor-trigger +IIO_HID EXPORT_SYMBOL 0xd51284f4 hid_sensor_write_raw_hyst_rel_value drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID_ATTRIBUTES EXPORT_SYMBOL 0x6c584c14 hid_sensor_set_report_latency drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID_ATTRIBUTES EXPORT_SYMBOL 0x96c48494 hid_sensor_batch_mode_supported drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID_ATTRIBUTES EXPORT_SYMBOL 0xb1f954c8 hid_sensor_read_poll_value drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID_ATTRIBUTES EXPORT_SYMBOL 0xf12b8b1e hid_sensor_get_report_latency drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HMC5843 EXPORT_SYMBOL 0x8173e996 hmc5843_common_probe drivers/iio/magnetometer/hmc5843_core +IIO_HMC5843 EXPORT_SYMBOL 0xc1308a56 hmc5843_common_remove drivers/iio/magnetometer/hmc5843_core +IIO_HMC5843 EXPORT_SYMBOL 0xe3d1d4af hmc5843_pm_ops drivers/iio/magnetometer/hmc5843_core +IIO_HTS221 EXPORT_SYMBOL 0x0615a010 hts221_probe drivers/iio/humidity/hts221 +IIO_HTS221 EXPORT_SYMBOL 0x4ccdf56d hts221_pm_ops drivers/iio/humidity/hts221 +IIO_ICM42600 EXPORT_SYMBOL_GPL 0x068ed150 inv_icm42600_core_probe drivers/iio/imu/inv_icm42600/inv-icm42600 +IIO_ICM42600 EXPORT_SYMBOL_GPL 0x1cda760f inv_icm42600_pm_ops drivers/iio/imu/inv_icm42600/inv-icm42600 +IIO_ICM42600 EXPORT_SYMBOL_GPL 0x6b0a72ef inv_icm42600_regmap_config drivers/iio/imu/inv_icm42600/inv-icm42600 +IIO_KX022A EXPORT_SYMBOL_GPL 0x21b10014 kx022a_probe_internal drivers/iio/accel/kionix-kx022a +IIO_KX022A EXPORT_SYMBOL_GPL 0x6b40ec69 kx022a_regmap drivers/iio/accel/kionix-kx022a +IIO_KXSD9 EXPORT_SYMBOL 0x58c76df3 kxsd9_dev_pm_ops drivers/iio/accel/kxsd9 +IIO_KXSD9 EXPORT_SYMBOL 0x7a14cfc0 kxsd9_common_remove drivers/iio/accel/kxsd9 +IIO_KXSD9 EXPORT_SYMBOL 0xd2140227 kxsd9_common_probe drivers/iio/accel/kxsd9 +IIO_LSM6DSX EXPORT_SYMBOL 0x20caaf7f st_lsm6dsx_probe drivers/iio/imu/st_lsm6dsx/st_lsm6dsx +IIO_LSM6DSX EXPORT_SYMBOL 0x559d2e13 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 0x363b7cdb ms_sensors_tp_read_prom drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0x3b81a283 ms_sensors_write_heater drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0x415c10bf ms_sensors_read_temp_and_pressure drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0x42b6a050 ms_sensors_convert_and_read drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0x47d54fde ms_sensors_show_battery_low drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0x643a7845 ms_sensors_ht_read_humidity drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0x6cb035a7 ms_sensors_read_serial drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0x80610665 ms_sensors_show_heater drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0x9ce265ed ms_sensors_write_resolution drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0xcb40835d ms_sensors_ht_read_temperature drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MMA7455 EXPORT_SYMBOL_GPL 0x0662ab29 mma7455_core_remove drivers/iio/accel/mma7455_core +IIO_MMA7455 EXPORT_SYMBOL_GPL 0x452664e0 mma7455_core_probe drivers/iio/accel/mma7455_core +IIO_MMA7455 EXPORT_SYMBOL_GPL 0x9f9fe1b5 mma7455_core_regmap drivers/iio/accel/mma7455_core +IIO_MMA9551 EXPORT_SYMBOL 0x0fd6d7cc mma9551_read_status_byte drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x1595e8ab mma9551_write_config_words drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x21eef199 mma9551_read_config_words drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x230a8e6a mma9551_read_accel_chan drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x318e4a0f mma9551_read_status_words drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x41ef446c mma9551_read_accel_scale drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x4505e3fd mma9551_read_status_word drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x48f87613 mma9551_write_config_byte drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x4af27233 mma9551_gpio_config drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x5eba14b1 mma9551_write_config_word drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x67918d4a mma9551_update_config_bits drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x9e1cc1dd mma9551_read_config_word drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0xad3d21e6 mma9551_read_config_byte drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0xb2520ecf mma9551_read_version drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0xbcd7fe96 mma9551_sleep drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0xc4304170 mma9551_set_device_state drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0xd847522f mma9551_set_power_state drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0xf71006ed mma9551_app_reset drivers/iio/accel/mma9551_core +IIO_MPL115 EXPORT_SYMBOL 0xbe76d5f6 mpl115_dev_pm_ops drivers/iio/pressure/mpl115 +IIO_MPL115 EXPORT_SYMBOL_GPL 0x5896ce5e mpl115_probe drivers/iio/pressure/mpl115 +IIO_MPU6050 EXPORT_SYMBOL_GPL 0x0e78b281 inv_mpu_pmops drivers/iio/imu/inv_mpu6050/inv-mpu6050 +IIO_MPU6050 EXPORT_SYMBOL_GPL 0x54fab029 inv_mpu_core_probe drivers/iio/imu/inv_mpu6050/inv-mpu6050 +IIO_MS5611 EXPORT_SYMBOL 0x443422a1 ms5611_remove drivers/iio/pressure/ms5611_core +IIO_MS5611 EXPORT_SYMBOL 0xc70b46dc ms5611_probe drivers/iio/pressure/ms5611_core +IIO_RESCALE EXPORT_SYMBOL_GPL 0x0606df43 rescale_process_offset drivers/iio/afe/iio-rescale +IIO_RESCALE EXPORT_SYMBOL_GPL 0xd9cdfb8e 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 0x2afd45f6 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 0x601b82e3 scd30_pm_ops drivers/iio/chemical/scd30_core +IIO_SCD30 EXPORT_SYMBOL 0xa2c66c0e scd30_probe drivers/iio/chemical/scd30_core +IIO_SPS30 EXPORT_SYMBOL_GPL 0x46773b71 sps30_probe drivers/iio/chemical/sps30 +IIO_SSP_SENSORS EXPORT_SYMBOL 0x37efc80b ssp_common_buffer_postenable drivers/iio/common/ssp_sensors/ssp_iio +IIO_SSP_SENSORS EXPORT_SYMBOL 0x5c32970a ssp_change_delay drivers/iio/common/ssp_sensors/sensorhub +IIO_SSP_SENSORS EXPORT_SYMBOL 0x8a28e465 ssp_disable_sensor drivers/iio/common/ssp_sensors/sensorhub +IIO_SSP_SENSORS EXPORT_SYMBOL 0x92db85d6 ssp_register_consumer drivers/iio/common/ssp_sensors/sensorhub +IIO_SSP_SENSORS EXPORT_SYMBOL 0x9e3f56bd ssp_common_buffer_postdisable drivers/iio/common/ssp_sensors/ssp_iio +IIO_SSP_SENSORS EXPORT_SYMBOL 0xab2783a0 ssp_common_process_data drivers/iio/common/ssp_sensors/ssp_iio +IIO_SSP_SENSORS EXPORT_SYMBOL 0xc601c78f ssp_enable_sensor drivers/iio/common/ssp_sensors/sensorhub +IIO_SSP_SENSORS EXPORT_SYMBOL 0xd15da238 ssp_get_sensor_delay drivers/iio/common/ssp_sensors/sensorhub +IIO_ST_SENSORS EXPORT_SYMBOL 0x03f21fc6 st_sensors_spi_configure drivers/iio/common/st_sensors/st_sensors_spi +IIO_ST_SENSORS EXPORT_SYMBOL 0x074d7047 st_sensors_trigger_handler drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x199f84b8 st_press_common_probe drivers/iio/pressure/st_pressure +IIO_ST_SENSORS EXPORT_SYMBOL 0x1b9ceacb st_sensors_dev_name_probe drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x1beb0a3a st_sensors_set_dataready_irq drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x2e428e05 st_sensors_set_axis_enable drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x483776ff st_accel_common_probe drivers/iio/accel/st_accel +IIO_ST_SENSORS EXPORT_SYMBOL 0x57b17140 st_sensors_sysfs_sampling_frequency_avail drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x5f90f7b8 st_gyro_get_settings drivers/iio/gyro/st_gyro +IIO_ST_SENSORS EXPORT_SYMBOL 0x723577e5 st_sensors_debugfs_reg_access drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x789e6684 st_gyro_common_probe drivers/iio/gyro/st_gyro +IIO_ST_SENSORS EXPORT_SYMBOL 0x831c5b44 st_sensors_set_enable drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x8cd1b27b st_sensors_power_enable drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x90206de6 st_sensors_i2c_configure drivers/iio/common/st_sensors/st_sensors_i2c +IIO_ST_SENSORS EXPORT_SYMBOL 0x91d75052 st_sensors_verify_id drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0xa28871f6 st_sensors_read_info_raw drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0xa37414fd st_sensors_init_sensor drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0xcc59a82d st_magn_common_probe drivers/iio/magnetometer/st_magn +IIO_ST_SENSORS EXPORT_SYMBOL 0xce643c19 st_magn_get_settings drivers/iio/magnetometer/st_magn +IIO_ST_SENSORS EXPORT_SYMBOL 0xd4cf6c49 st_sensors_sysfs_scale_avail drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0xd9ac189d st_sensors_set_fullscale_by_gain drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0xdbe0179e st_sensors_allocate_trigger drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0xeae256fe st_sensors_get_settings_index drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0xebe8460c st_sensors_set_odr drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0xf22ada6a st_press_get_settings drivers/iio/pressure/st_pressure +IIO_ST_SENSORS EXPORT_SYMBOL 0xf44ef024 st_accel_get_settings drivers/iio/accel/st_accel +IIO_ST_SENSORS EXPORT_SYMBOL 0xfe4867ce st_sensors_validate_device drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL_GPL 0x63b3be7b st_lsm9ds0_probe drivers/iio/imu/st_lsm9ds0/st_lsm9ds0 +IIO_UVIS25 EXPORT_SYMBOL 0x55cfb51d st_uvis25_probe drivers/iio/light/st_uvis25_core +IIO_UVIS25 EXPORT_SYMBOL 0x8234db79 st_uvis25_pm_ops drivers/iio/light/st_uvis25_core +IIO_ZPA2326 EXPORT_SYMBOL_GPL 0x2eb43cf7 zpa2326_remove drivers/iio/pressure/zpa2326 +IIO_ZPA2326 EXPORT_SYMBOL_GPL 0x46d363bb zpa2326_probe drivers/iio/pressure/zpa2326 +IIO_ZPA2326 EXPORT_SYMBOL_GPL 0x5b0494ba zpa2326_isreg_writeable drivers/iio/pressure/zpa2326 +IIO_ZPA2326 EXPORT_SYMBOL_GPL 0x6423ba98 zpa2326_isreg_readable drivers/iio/pressure/zpa2326 +IIO_ZPA2326 EXPORT_SYMBOL_GPL 0x742f9aee zpa2326_pm_ops drivers/iio/pressure/zpa2326 +IIO_ZPA2326 EXPORT_SYMBOL_GPL 0xf28079d7 zpa2326_isreg_precious drivers/iio/pressure/zpa2326 +IOMMUFD EXPORT_SYMBOL_GPL 0x14fc3782 iommufd_access_rw drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0x2374bf6c iommufd_ctx_put drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0x325effd9 iommufd_device_unbind drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0x4b5301b2 iommufd_device_detach drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0x51b41b02 iommufd_access_create drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0x65bb9284 iommufd_ctx_get drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0x808ab861 iommufd_access_destroy drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0xa1c0fa1e iommufd_ctx_from_file drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0xceff7651 iommufd_access_unpin_pages drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0xed0d4751 iommufd_access_pin_pages drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0xf7efd7f0 iommufd_device_bind drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0xfe01a59f iommufd_device_attach drivers/iommu/iommufd/iommufd +IOMMUFD_VFIO EXPORT_SYMBOL_GPL 0x685ed76b iommufd_vfio_compat_ioas_id drivers/iommu/iommufd/iommufd +IWLWIFI EXPORT_SYMBOL_GPL 0x00526529 iwl_acpi_get_pwr_limit drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x00724cc8 iwl_acpi_get_eckv drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x02318557 iwl_read_external_nvm drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x038dd246 iwl_fw_dbg_read_d3_debug_data drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x0a83adab iwl_sar_select_profile drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x0bbd9ddf iwl_read_direct32 drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x0c366ba0 iwl_configure_rxq 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 0x1832785a _iwl_dbg_tlv_time_point drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x18e620b9 iwl_read_prph_no_grab drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x1a9c3162 iwl_parse_nvm_data drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x267d1b94 iwl_acpi_is_ppag_approved drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x2710c362 iwl_dump_desc_assert drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 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 0x3a1e05d7 iwl_sar_geo_support drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x3e1d3017 iwl_acpi_get_dsm_u8 drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x401c97e7 iwl_write_direct64 drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x4180d2a5 iwl_fw_runtime_init drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x41e3a552 iwl_parse_mei_nvm_data drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x438a04e2 iwl_acpi_get_lari_config_bitmap drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x463130a0 iwl_fwrt_dump_error_logs drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x46fe48d8 iwl_fw_runtime_suspend drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x48192693 iwl_cmd_groups_verify_sorted drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x4946f328 iwl_set_bits_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 0x4dbdc47b iwl_poll_direct_bit drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x4e53f8a8 iwl_acpi_get_mcc drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x5124d506 iwl_write_direct32 drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x536ec7bd iwl_get_nvm drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x545ba39e iwl_fw_dbg_stop_restart_recording drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x5988395c iwl_notification_wait_init drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x5c52e109 iwl_opmode_deregister drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x5ff52e25 iwl_write_prph_no_grab drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x62ee5b91 iwl_set_soc_latency drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x64cda318 iwl_fw_dbg_collect_desc drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x698db669 iwl_uefi_get_sgom_table drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x6a8a2b26 iwl_force_nmi drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x6b62fe2e iwl_trans_send_cmd drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x715c3d29 iwl_acpi_get_tas drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x757ce5bc iwl_sar_geo_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 0x78971d7e iwl_he_is_sgi drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x78999445 __iwl_dbg drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x78bf5ded iwl_fw_dbg_collect_trig drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x80252e76 iwl_set_bits_mask_prph drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x828c6838 iwlwifi_mod_params drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x839e5b81 iwl_write32 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 0x895eac1b iwl_fw_dbg_error_collect drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x8a7f5111 iwl_free_fw_paging drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x8bebca2c iwl_sar_get_ewrd_table drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x9038811a iwl_rfi_guid drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x92a61960 iwl_write64 drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x93eaf5d7 iwl_parse_eeprom_data drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x99f0ac4f iwl_read_eeprom drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x9b0894d0 iwl_get_shared_mem_conf drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x9cf488c7 iwl_init_paging drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x9e37f9cf iwl_sar_get_wgds_table drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xa08ff942 iwl_clear_bits_prph drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xa710b57a iwl_dbg_tlv_del_timers drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xac53420e iwl_sar_get_wrds_table drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xad6e692b __iwl_warn 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 0xb4607622 iwl_write8 drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xb7d5ffb1 iwl_rate_mcs drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xb843fa40 iwl_read_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 0xbc80b3a5 iwl_fw_dbg_stop_sync drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xc1c06707 iwl_acpi_get_dsm_u32 drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xc331e01b __iwl_crit drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xc497f937 iwl_parse_nvm_mcc_info drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xcd47e5d0 iwl_fw_runtime_resume drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xcdd22d98 iwl_read32 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 0xcfdf9ad1 iwl_get_cmd_string drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xd0f0f4ca iwl_read_prph drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xd7c606a3 iwl_write_prph_delay drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xdcc44ab0 __iwl_err drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xdd264495 iwl_pnvm_load 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 0xe393bad6 iwl_acpi_get_object drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xe4529dee iwl_finish_nic_init drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xe6210419 iwl_write_prph64_no_grab drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xe75b7e77 iwl_notification_wait drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xe91ec14a __iwl_info drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xea1b26fc iwl_nvm_fixups drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xedae7900 iwl_acpi_get_ppag_table drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xf30cae73 iwl_phy_db_init drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xf84f1657 iwl_poll_bit drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xf88964e4 iwl_remove_notification drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xf96f044c iwl_fw_dbg_collect drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xfb3cce6a iwl_opmode_register drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xfc1e6f41 iwl_guid drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xfebfb93c iwl_fw_start_dbg_conf drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xff48343e iwl_acpi_get_wifi_pkg_range drivers/net/wireless/intel/iwlwifi/iwlwifi +LTC2497 EXPORT_SYMBOL 0x33a99248 ltc2497core_remove drivers/iio/adc/ltc2497-core +LTC2497 EXPORT_SYMBOL 0xedb44ab2 ltc2497core_probe drivers/iio/adc/ltc2497-core +MCB EXPORT_SYMBOL_GPL 0x05d9c399 mcb_bus_add_devices drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0x14ab4450 mcb_alloc_dev drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0x17bb12db mcb_get_resource drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0x282c4571 mcb_bus_put drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0x4e8ef90e mcb_free_dev drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0x4f8fbb48 chameleon_parse_cells drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0x5225a8f6 mcb_request_mem drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0x642969b5 mcb_alloc_bus drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0x71434ad1 mcb_get_irq drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0x8b55a23b mcb_bus_get drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0xdb720db8 __mcb_register_driver drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0xe8e91dd3 mcb_unregister_driver drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0xeb2c8905 mcb_release_mem drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0xede0940f mcb_device_register drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0xfa5521f3 mcb_release_bus drivers/mcb/mcb +MFD_OCELOT EXPORT_SYMBOL 0xbbd09aa9 ocelot_core_init drivers/mfd/ocelot-soc +MFD_OCELOT EXPORT_SYMBOL 0xe2016bd3 ocelot_chip_reset drivers/mfd/ocelot-soc +MFD_OCELOT_SPI EXPORT_SYMBOL 0x23e8c365 ocelot_spi_init_regmap drivers/mfd/ocelot-soc +NVME_TARGET_PASSTHRU EXPORT_SYMBOL_GPL 0x2a3e6bb4 nvme_passthru_end drivers/nvme/host/nvme-core +NVME_TARGET_PASSTHRU EXPORT_SYMBOL_GPL 0x5733010a nvme_find_get_ns drivers/nvme/host/nvme-core +NVME_TARGET_PASSTHRU EXPORT_SYMBOL_GPL 0x9028e7c4 nvme_execute_passthru_rq drivers/nvme/host/nvme-core +NVME_TARGET_PASSTHRU EXPORT_SYMBOL_GPL 0xb2190666 nvme_ctrl_from_file drivers/nvme/host/nvme-core +NVME_TARGET_PASSTHRU EXPORT_SYMBOL_GPL 0xf07bd8d9 nvme_put_ns drivers/nvme/host/nvme-core +NVME_TARGET_PASSTHRU EXPORT_SYMBOL_GPL 0xf98df801 nvme_command_effects drivers/nvme/host/nvme-core +PECI EXPORT_SYMBOL_GPL 0x085f5b68 peci_request_data_readw drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x0accc289 peci_xfer_ep_pci_cfg_readb drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x0e6d846d peci_xfer_ep_mmio64_readl drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x133c1710 peci_xfer_pci_cfg_local_readb drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x23bbc0b6 peci_request_free drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x2f1757bf peci_request_alloc drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x3ff256bc peci_xfer_pkg_cfg_readq drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x720aaff9 peci_xfer_ep_pci_cfg_local_readb drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x74e1762c peci_xfer_ep_mmio32_readl drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x7bc2beb5 __peci_driver_register drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x9749ebc4 peci_xfer_ep_pci_cfg_readl drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x97bb609f devm_peci_controller_add drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xa4225672 peci_xfer_pkg_cfg_readw drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xa8661d79 peci_xfer_pci_cfg_local_readl drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xac8ec5e9 peci_xfer_ep_pci_cfg_local_readw drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xb5b689fe peci_xfer_pci_cfg_local_readw drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xbaca95e6 peci_driver_unregister drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xc461b944 peci_request_data_readl drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xc7a8a5b6 peci_xfer_pkg_cfg_readb drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xc98625c4 peci_request_data_readq drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xccffce20 peci_xfer_get_dib drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xcf333393 peci_request_status drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xd448a899 peci_xfer_ep_pci_cfg_readw drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xd5ac28ee peci_xfer_get_temp drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xd7baefd0 peci_request_data_readb drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xda506296 peci_request_dib_read drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xea75dd0a peci_request_temp_read drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xeb195fee peci_xfer_pkg_cfg_readl drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xef8f86b4 peci_xfer_ep_pci_cfg_local_readl drivers/peci/peci +PECI_CPU EXPORT_SYMBOL_GPL 0x6894696d peci_pci_local_read drivers/peci/peci-cpu +PECI_CPU EXPORT_SYMBOL_GPL 0x8551e0df peci_pcs_read drivers/peci/peci-cpu +PECI_CPU EXPORT_SYMBOL_GPL 0xa407635a peci_mmio_read drivers/peci/peci-cpu +PECI_CPU EXPORT_SYMBOL_GPL 0xcdd70f8f peci_ep_pci_local_read drivers/peci/peci-cpu +PECI_CPU EXPORT_SYMBOL_GPL 0xef6e7804 peci_temp_read drivers/peci/peci-cpu +PMBUS EXPORT_SYMBOL_GPL 0x08fb9328 pmbus_do_probe drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x0dd78eaf pmbus_get_fan_rate_cached drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x10c5ad8e pmbus_write_word_data drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x1283a59b pmbus_set_update drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x1f99642c pmbus_check_word_register drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x23c94369 pmbus_update_byte_data drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x2e272afe pmbus_read_byte_data drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x304f0903 pmbus_get_fan_rate_device drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x4f7322dd pmbus_clear_faults drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x614338ee pmbus_regulator_ops drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x73abbffd pmbus_write_byte drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x74bed76c pmbus_check_byte_register drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x7e0136aa pmbus_update_fan drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x993c4735 pmbus_write_byte_data drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0xb03ce07b pmbus_read_word_data drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0xc033debd pmbus_set_page drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0xc8d15c67 pmbus_clear_cache drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0xe80c0ab6 pmbus_get_debugfs_dir drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0xec2fa96e pmbus_get_driver_info drivers/hwmon/pmbus/pmbus_core +SEMTECH_PROX EXPORT_SYMBOL_GPL 0x5c6f6f1b sx_common_read_event_config drivers/iio/proximity/sx_common +SEMTECH_PROX EXPORT_SYMBOL_GPL 0x6b331cd0 sx_common_read_proximity drivers/iio/proximity/sx_common +SEMTECH_PROX EXPORT_SYMBOL_GPL 0x91934901 sx_common_probe drivers/iio/proximity/sx_common +SEMTECH_PROX EXPORT_SYMBOL_GPL 0xa103ce02 sx_common_events drivers/iio/proximity/sx_common +SEMTECH_PROX EXPORT_SYMBOL_GPL 0xa82810af sx_common_write_event_config drivers/iio/proximity/sx_common +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 0x89e1625d hda_cs_dsp_control_remove sound/pci/hda/snd-hda-cs-dsp-ctls +SND_HDA_CS_DSP_CONTROLS EXPORT_SYMBOL_GPL 0xb6019a7b hda_cs_dsp_add_controls sound/pci/hda/snd-hda-cs-dsp-ctls +SND_HDA_CS_DSP_CONTROLS EXPORT_SYMBOL_GPL 0xccebe389 hda_cs_dsp_read_ctl sound/pci/hda/snd-hda-cs-dsp-ctls +SND_HDA_CS_DSP_CONTROLS EXPORT_SYMBOL_GPL 0xec0953ae hda_cs_dsp_write_ctl sound/pci/hda/snd-hda-cs-dsp-ctls +SND_HDA_SCODEC_CS35L41 EXPORT_SYMBOL_GPL 0x06907e50 cs35l41_hda_pm_ops sound/pci/hda/snd-hda-scodec-cs35l41 +SND_HDA_SCODEC_CS35L41 EXPORT_SYMBOL_GPL 0x08739e3a cs35l41_hda_remove sound/pci/hda/snd-hda-scodec-cs35l41 +SND_HDA_SCODEC_CS35L41 EXPORT_SYMBOL_GPL 0xd0c5317e 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 0x3addbf5a cs35l45_remove sound/soc/codecs/snd-soc-cs35l45 +SND_SOC_CS35L45 EXPORT_SYMBOL_GPL 0xd769f54c cs35l45_pm_ops sound/soc/codecs/snd-soc-cs35l45 +SND_SOC_CS35L45 EXPORT_SYMBOL_GPL 0xf657da55 cs35l45_probe sound/soc/codecs/snd-soc-cs35l45 +SND_SOC_CS35L45_TABLES EXPORT_SYMBOL_GPL 0x199a5015 cs35l45_apply_patch sound/soc/codecs/snd-soc-cs35l45-tables +SND_SOC_CS35L45_TABLES EXPORT_SYMBOL_GPL 0x3431c8ad cs35l45_get_clk_freq_id sound/soc/codecs/snd-soc-cs35l45-tables +SND_SOC_CS35L45_TABLES EXPORT_SYMBOL_GPL 0xa1431c3c cs35l45_spi_regmap sound/soc/codecs/snd-soc-cs35l45-tables +SND_SOC_CS35L45_TABLES EXPORT_SYMBOL_GPL 0xe27bdd70 cs35l45_i2c_regmap sound/soc/codecs/snd-soc-cs35l45-tables +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0x0c7d9172 cs42l42_resume sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0x134c82e3 cs42l42_suspend sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0x280741bd cs42l42_common_remove sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0x626223b4 cs42l42_resume_restore sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0x66ebff75 cs42l42_regmap sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0x69f99c9c cs42l42_readable_register sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0x6ab1bd03 cs42l42_init sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0x6d28e355 cs42l42_volatile_register sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0x70aef17c cs42l42_soc_component 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 0xc5c06845 cs42l42_dai sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0xe6e6e468 cs42l42_common_probe sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_SOF_XTENSA EXPORT_SYMBOL 0x1669dfac sof_xtensa_arch_ops sound/soc/sof/xtensa/snd-sof-xtensa-dsp +SOUNDWIRE_INTEL EXPORT_SYMBOL 0x27d4ea54 sdw_intel_cnl_hw_ops drivers/soundwire/soundwire-intel +SOUNDWIRE_INTEL_INIT EXPORT_SYMBOL 0x44ccd1c0 sdw_intel_process_wakeen_event drivers/soundwire/soundwire-intel +SOUNDWIRE_INTEL_INIT EXPORT_SYMBOL 0x630252f4 sdw_intel_probe drivers/soundwire/soundwire-intel +SOUNDWIRE_INTEL_INIT EXPORT_SYMBOL 0x7acb0a26 sdw_intel_startup drivers/soundwire/soundwire-intel +SOUNDWIRE_INTEL_INIT EXPORT_SYMBOL 0xa42f26e5 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 0x1c1cdc16 dw_spi_check_status drivers/spi/spi-dw +SPI_DW_CORE EXPORT_SYMBOL_GPL 0x1c5a9e97 dw_spi_dma_setup_generic drivers/spi/spi-dw +SPI_DW_CORE EXPORT_SYMBOL_GPL 0x23855bf2 dw_spi_set_cs drivers/spi/spi-dw +SPI_DW_CORE EXPORT_SYMBOL_GPL 0x49f0618b dw_spi_resume_host drivers/spi/spi-dw +SPI_DW_CORE EXPORT_SYMBOL_GPL 0x55ac1587 dw_spi_dma_setup_mfld drivers/spi/spi-dw +SPI_DW_CORE EXPORT_SYMBOL_GPL 0x8e7c6bef dw_spi_update_config drivers/spi/spi-dw +SPI_DW_CORE EXPORT_SYMBOL_GPL 0xa7ff3c42 dw_spi_remove_host drivers/spi/spi-dw +SPI_DW_CORE EXPORT_SYMBOL_GPL 0xd4566296 dw_spi_add_host drivers/spi/spi-dw +SPI_DW_CORE EXPORT_SYMBOL_GPL 0xe6cffb7f dw_spi_suspend_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 0x2fb48da0 ccu_helper_wait_for_lock 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 0x62a9683b ccu_pll_notifier_register vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0x6668446b ccu_phase_ops vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0x6f09da2c devm_sunxi_ccu_probe vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0x7279ee3e ccu_mult_ops vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0x831d58e6 ccu_gate_ops vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0x844f1c47 ccu_mux_helper_set_parent vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0x8a845fdb ccu_nk_ops vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0x8bdea961 ccu_nkm_ops vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0x8e63463a ccu_frac_helper_has_rate vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0x923edf17 ccu_sdm_helper_read_rate vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0x976fa968 ccu_mp_mmc_ops vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0x98224ec7 ccu_reset_ops vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0xad1062ab ccu_gate_helper_disable vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0xba365240 ccu_sdm_helper_get_factors vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0xbdb5d83e ccu_mux_helper_determine_rate vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0xc4608f36 ccu_mux_helper_apply_prediv vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0xce9edc4f ccu_frac_helper_disable vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0xd050ca65 ccu_sdm_helper_has_rate vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0xd27db71e ccu_mp_ops vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0xe49056d8 ccu_div_ops vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0xe70cc090 ccu_frac_helper_enable vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0xeb47a9b9 ccu_frac_helper_set_rate vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0xf66eb443 ccu_gate_helper_is_enabled vmlinux +TEST_FIRMWARE EXPORT_SYMBOL_GPL 0x3dce036c firmware_request_builtin vmlinux +USB_STORAGE EXPORT_SYMBOL_GPL 0x030f404a usb_stor_CB_reset drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x1bc3edc2 usb_stor_sense_invalidCDB drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x2672eee0 usb_stor_disconnect drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x289de9db usb_stor_bulk_transfer_sg drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x679cbfec usb_stor_bulk_transfer_buf drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x6a01cc1c usb_stor_post_reset drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x6e370cfe usb_stor_pre_reset drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x7d7bbcdb usb_stor_probe2 drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x88063ad4 usb_stor_CB_transport drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x9988b606 fill_inquiry_response drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xabb3b79a usb_stor_reset_resume drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xb179c0b4 usb_stor_adjust_quirks drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xb1ca3831 usb_stor_host_template_init drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xb5840b8c usb_stor_bulk_srb drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xb76406ea usb_stor_clear_halt drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xb76d86c1 usb_stor_probe1 drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xc56d92c0 usb_stor_control_msg drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xc6055dfe usb_stor_transparent_scsi_command drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xca911ae3 usb_stor_Bulk_transport drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xd1318096 usb_stor_set_xfer_buf drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xd37e4927 usb_stor_resume drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xd725bc33 usb_stor_suspend drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xdceba66c usb_stor_ctrl_transfer drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xe4bd17f5 usb_stor_Bulk_reset drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xfd1e79be usb_stor_access_xfer_buf drivers/usb/storage/usb-storage --- linux-lowlatency-hwe-6.2-6.2.0.orig/debian.lowlatency-hwe-6.2/abi/arm64/lowlatency-64k.compiler +++ linux-lowlatency-hwe-6.2-6.2.0/debian.lowlatency-hwe-6.2/abi/arm64/lowlatency-64k.compiler @@ -0,0 +1 @@ +GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0 --- linux-lowlatency-hwe-6.2-6.2.0.orig/debian.lowlatency-hwe-6.2/abi/arm64/lowlatency-64k.modules +++ linux-lowlatency-hwe-6.2-6.2.0/debian.lowlatency-hwe-6.2/abi/arm64/lowlatency-64k.modules @@ -0,0 +1,7309 @@ +3c59x +3w-9xxx +3w-sas +3w-xxxx +6lowpan +6pack +8021q +8139cp +8139too +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 +9pnet_xen +BusLogic +a100u2w +a3d +a53-pll +a7-pll +a8293 +aacraid +aat2870-regulator +aat2870_bl +abp060mg +ac97_bus +acard-ahci +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 +ad9389b +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 +ade7854 +ade7854-i2c +ade7854-spi +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 +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 +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-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 +ath3k +ath5k +ath6kl_core +ath6kl_sdio +ath6kl_usb +ath9k +ath9k_common +ath9k_htc +ath9k_hw +ath9k_pci_owl_loader +ati_remote +ati_remote2 +atl1 +atl1c +atl1e +atl2 +atlantic +atlas-ezo-sensor +atlas-sensor +atm +atmel +atmel-ecc +atmel-flexcom +atmel-hlcdc +atmel-i2c +atmel-sha204a +atmel_captouch +atmel_mxt_ts +atmel_pci +atmtcp +atp870u +atusb +atxp1 +aty128fb +atyfb +au0828 +au8522_common +au8522_decoder +au8522_dig +auo-pixcir-ts +auth_rpcgss +authenc +authencesn +autofs4 +avmfritz +ax25 +ax88179_178a +ax88796b +ax88796c +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 +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 +btqca +btqcomsmd +btrfs +btrsi +btrtl +btsdio +bttv +btusb +bu21013_ts +bu21029_ts +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-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 +cdns3 +cdns3-imx +cdns3-pci-wrap +cdns3-ti +cdnsp-udc-pci +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 +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-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-mt8365 +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-scmi +clk-scpi +clk-si514 +clk-si5341 +clk-si5351 +clk-si544 +clk-si570 +clk-smd-rpm +clk-spmi-pmic-div +clk-sprd +clk-twl6040 +clk-versaclock5 +clk-versaclock7 +clk-wm831x +clk-xlnx-clock-wizard +cls_basic +cls_bpf +cls_cgroup +cls_flow +cls_flower +cls_fw +cls_matchall +cls_route +cls_u32 +cm109 +cm32181 +cm3232 +cm3323 +cm3605 +cm36651 +cma3000_d0x +cma3000_d0x_i2c +cmac +cmdlinepart +cmtp +cn10k-rng +cnic +cobra +coda +coda-vpu +colibri-vf50-ts +com20020 +com20020-pci +com90io +com90xx +comedi +comedi_8254 +comedi_8255 +comedi_bond +comedi_example_test +comedi_parport +comedi_pci +comedi_test +comedi_usb +comm +contec_pci_dio +cordic +core +corsair-cpro +corsair-psu +cortina +counter +cp210x +cpcap-adc +cpcap-battery +cpcap-charger +cpcap-pwrbutton +cpcap-regulator +cppc_cpufreq +cpr +cptpf +cptvf +cqhci +cramfs +crc-itu-t +crc32_generic +crc4 +crc7 +crct10dif-ce +crg-hi3516cv300 +crg-hi3798cv200 +cros-ec-anx7688 +cros-ec-cec +cros-ec-regulator +cros-ec-sensorhub +cros_ec +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_typec +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_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_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 +display-connector +dl2k +dlhl60d +dlink-dir685-touchkeys +dlm +dln2 +dln2-adc +dm-bio-prison +dm-bufio +dm-cache +dm-cache-smq +dm-clone +dm-crypt +dm-delay +dm-ebs +dm-era +dm-flakey +dm-historical-service-time +dm-integrity +dm-io-affinity +dm-log +dm-log-userspace +dm-log-writes +dm-mirror +dm-multipath +dm-persistent-data +dm-queue-length +dm-raid +dm-region-hash +dm-round-robin +dm-service-time +dm-snapshot +dm-switch +dm-thin-pool +dm-unstripe +dm-verity +dm-writecache +dm-zero +dm-zoned +dm1105 +dm9601 +dma-axi-dmac +dmard06 +dmard09 +dmard10 +dmc520_edac +dme1737 +dmfe +dmi-sysfs +dmm32at +dmx3191d +dnet +dp83640 +dp83822 +dp83848 +dp83867 +dp83869 +dp83tc811 +dp83td510 +dpaa2-console +dpaa2-qdma +dpaa2_caam +dpdmai +dpot-dac +dps310 +dps920ab +drbd +drivetemp +drm +drm_buddy +drm_display_helper +drm_dma_helper +drm_dp_aux_bus +drm_kms_helper +drm_mipi_dbi +drm_shmem_helper +drm_ttm_helper +drm_vram_helper +drm_xen_front +drv260x +drv2665 +drv2667 +drx39xyj +drxd +drxk +ds1621 +ds1682 +ds1803 +ds1wm +ds2482 +ds2490 +ds2760_battery +ds2780_battery +ds2781_battery +ds2782_battery +ds3000 +ds4424 +ds620 +dsa_core +dsbr100 +dst +dst_ca +dstr +dt2801 +dt2811 +dt2814 +dt2815 +dt2817 +dt282x +dt3000 +dt3155 +dt9812 +dtpm +dummy +dummy-irq +dummy_stm +dvb-as102 +dvb-bt8xx +dvb-core +dvb-pll +dvb-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_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-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 +failover +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_sys_fops +fb_tinylcd +fb_tls8204 +fb_uc1611 +fb_uc1701 +fb_upd161704 +fbtft +fc0011 +fc0012 +fc0013 +fc2580 +fcoe +fcrypt +fdomain +fdomain_pci +fdp +fdp_i2c +fealnx +ff-memless +ffa-module +fieldbus_dev +fintek-cir +firedtv +firewire-core +firewire-net +firewire-ohci +firewire-sbp2 +fit2 +fit3 +fixed +fjes +fl512 +flexcan +fm10k +fm801-gp +fm_drv +forcedeth +fore_200e +fou +fou6 +fpga-bridge +fpga-mgr +fpga-region +freevxfs +friq +frpw +fsa4480 +fscache +fsi-core +fsi-master-aspeed +fsi-master-gpio +fsi-master-hub +fsi-occ +fsi-sbefifo +fsi-scom +fsia6b +fsl-dpaa2-eth +fsl-dpaa2-ptp +fsl-dpaa2-switch +fsl-edma +fsl-edma-common +fsl-enetc +fsl-enetc-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_linflexuart +fsl_lpuart +fsl_pq_mdio +fsl_ucc_hdlc +fsp-3y +ftdi-elan +ftdi_sio +ftl +ftm-quaddec +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-apq8084 +gcc-ipq4019 +gcc-ipq6018 +gcc-ipq806x +gcc-ipq8074 +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-sc7180 +gcc-sc7280 +gcc-sc8180x +gcc-sc8280xp +gcc-sdm660 +gcc-sdm845 +gcc-sdx55 +gcc-sdx65 +gcc-sm6115 +gcc-sm6125 +gcc-sm6350 +gcc-sm6375 +gcc-sm8150 +gcc-sm8250 +gcc-sm8350 +gcc-sm8450 +gcc-sm8550 +gdmtty +gdmulte +ge2d +gemini +gen_probe +generic +generic-adc-battery +genet +geneve +genwqe_card +gf2k +gfs2 +ghash-ce +gianfar_driver +gl518sm +gl520sm +gl620a +gluebi +gm12u320 +gnss +gnss-mtk +gnss-serial +gnss-sirf +gnss-ubx +gnss-usb +go7007 +go7007-loader +go7007-usb +goku_udc +goldfish_battery +goodix_ts +gp2ap002 +gp2ap020a00f +gp8psk-fe +gpi +gpio +gpio-74x164 +gpio-74xx-mmio +gpio-adnp +gpio-adp5520 +gpio-aggregator +gpio-altera +gpio-altera-a10sr +gpio-amd-fch +gpio-amdpt +gpio-arizona +gpio-bd71815 +gpio-bd71828 +gpio-bd9571mwv +gpio-beeper +gpio-cadence +gpio-charger +gpio-da9052 +gpio-da9055 +gpio-dln2 +gpio-dwapb +gpio-eic-sprd +gpio-exar +gpio-fan +gpio-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-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-sim +gpio-siox +gpio-sl28cpld +gpio-sprd +gpio-syscon +gpio-thunderx +gpio-tpic2810 +gpio-tps65086 +gpio-tps65218 +gpio-tps65912 +gpio-tqmx86 +gpio-twl4030 +gpio-twl6040 +gpio-ucb1400 +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-sc7180 +gpucc-sc7280 +gpucc-sc8280xp +gpucc-sdm660 +gpucc-sdm845 +gpucc-sm6350 +gpucc-sm8150 +gpucc-sm8250 +gpucc-sm8350 +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 +habanalabs +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 +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-ezkey +hid-ft260 +hid-gaff +hid-gembird +hid-generic +hid-gfrm +hid-glorious +hid-google-hammer +hid-gt683r +hid-gyration +hid-holtek-kbd +hid-holtek-mouse +hid-holtekff +hid-hyperv +hid-icade +hid-ite +hid-jabra +hid-kensington +hid-keytouch +hid-kye +hid-lcpower +hid-led +hid-lenovo +hid-letsketch +hid-lg-g15 +hid-logitech +hid-logitech-dj +hid-logitech-hidpp +hid-macally +hid-magicmouse +hid-maltron +hid-mcp2221 +hid-megaworld +hid-mf +hid-microsoft +hid-monterey +hid-multitouch +hid-nintendo +hid-nti +hid-ntrig +hid-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_zip +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 +htc-pasic3 +hte-tegra194 +hte-tegra194-test +hts221 +hts221_i2c +hts221_spi +htu21 +huawei_cdc_ncm +hv_balloon +hv_netvsc +hv_sock +hv_storvsc +hv_utils +hv_vmbus +hwmon-vid +hwpoison-inject +hx711 +hx8357 +hx8357d +hycon-hy46xx +hynitron_cstxxx +hyperbus-core +hyperv-keyboard +hyperv_drm +hyperv_fb +i2c-algo-bit +i2c-algo-pca +i2c-ali1535 +i2c-ali1563 +i2c-ali15x3 +i2c-altera +i2c-amd756 +i2c-amd8111 +i2c-apple +i2c-arb-gpio-challenge +i2c-cbus-gpio +i2c-ccgx-ucsi +i2c-cp2615 +i2c-cros-ec-tunnel +i2c-demux-pinctrl +i2c-designware-pci +i2c-diolan-u2c +i2c-dln2 +i2c-fsi +i2c-gpio +i2c-hid +i2c-hid-acpi +i2c-hid-of +i2c-hid-of-elan +i2c-hid-of-goodix +i2c-hisi +i2c-hix5hd2 +i2c-i801 +i2c-imx +i2c-imx-lpi2c +i2c-isch +i2c-kempld +i2c-matroxfb +i2c-mchp-pci1xxxx +i2c-meson +i2c-mlxbf +i2c-mt65xx +i2c-mux +i2c-mux-gpio +i2c-mux-gpmux +i2c-mux-ltc4306 +i2c-mux-mlxcpld +i2c-mux-pca9541 +i2c-mux-pca954x +i2c-mux-pinctrl +i2c-mux-reg +i2c-mv64xxx +i2c-nforce2 +i2c-nomadik +i2c-npcm7xx +i2c-nvidia-gpu +i2c-ocores +i2c-owl +i2c-parport +i2c-pca-platform +i2c-piix4 +i2c-pxa +i2c-qcom-cci +i2c-qcom-geni +i2c-qup +i2c-rcar +i2c-riic +i2c-rk3x +i2c-robotfuzz-osif +i2c-rzv2m +i2c-scmi +i2c-sh_mobile +i2c-simtec +i2c-sis5595 +i2c-sis630 +i2c-sis96x +i2c-slave-eeprom +i2c-smbus +i2c-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-osm-l3 +icc-rpmh +icc-smd-rpm +ice +ice40-spi +icp +icp10100 +icp_multi +icplus +ics932s401 +idma64 +idmouse +idt77252 +idt_89hpesx +idt_gen2 +idt_gen3 +idtcps +ieee802154 +ieee802154_6lowpan +ieee802154_socket +ifb +ifcvf +ife +ifi_canfd +iforce +iforce-serio +iforce-usb +igb +igbvf +igc +igorplugusb +iguanair +ii_pci20kc +iio-mux +iio-rescale +iio-trig-hrtimer +iio-trig-interrupt +iio-trig-loop +iio-trig-sysfs +iio_dummy +iio_hwmon +ila +ili210x +ili9163 +ili9225 +ili922x +ili9320 +ili9341 +ili9486 +ilitek_ts_i2c +imagis +img-ascii-lcd +img-i2s-in +img-i2s-out +img-parallel-out +img-spdif-in +img-spdif-out +imm +imon +imon_raw +ims-pcu +imx-audio-rpmsg +imx-bus +imx-common +imx-cpufreq-dt +imx-dcss +imx-dma +imx-dsp +imx-interconnect +imx-lcdif +imx-mailbox +imx-media-common +imx-mipi-csis +imx-pcm-dma +imx-pcm-rpmsg +imx-pxp +imx-sdma +imx208 +imx214 +imx219 +imx258 +imx274 +imx290 +imx2_wdt +imx319 +imx334 +imx335 +imx355 +imx412 +imx6q-cpufreq +imx6ul_tsc +imx7-media-csi +imx7d_adc +imx7ulp_wdt +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-blk-ctrl +imx93-pd +imx93-src +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-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 +intel-m10-bmc-hwmon +intel-nand-controller +intel-qep +intel-xway +intel_qat +intel_th +intel_th_acpi +intel_th_gth +intel_th_msu +intel_th_msu_sink +intel_th_pci +intel_th_pti +intel_th_sth +intel_vr_nor +interact +interrupt-cnt +inv-icm42600 +inv-icm42600-i2c +inv-icm42600-spi +inv-mpu6050 +inv-mpu6050-i2c +inv-mpu6050-spi +io-domain +io_edgeport +io_ti +iommufd +ionic +iosm +iowarrior +ip5xxx_power +ip6_gre +ip6_tables +ip6_tunnel +ip6_udp_tunnel +ip6_vti +ip6t_NPT +ip6t_REJECT +ip6t_SYNPROXY +ip6t_ah +ip6t_eui64 +ip6t_frag +ip6t_hbh +ip6t_ipv6header +ip6t_mh +ip6t_rpfilter +ip6t_rt +ip6t_srh +ip6table_filter +ip6table_mangle +ip6table_nat +ip6table_raw +ip6table_security +ip_gre +ip_set +ip_set_bitmap_ip +ip_set_bitmap_ipmac +ip_set_bitmap_port +ip_set_hash_ip +ip_set_hash_ipmac +ip_set_hash_ipmark +ip_set_hash_ipport +ip_set_hash_ipportip +ip_set_hash_ipportnet +ip_set_hash_mac +ip_set_hash_net +ip_set_hash_netiface +ip_set_hash_netnet +ip_set_hash_netport +ip_set_hash_netportnet +ip_set_list_set +ip_tables +ip_tunnel +ip_vs +ip_vs_dh +ip_vs_fo +ip_vs_ftp +ip_vs_lblc +ip_vs_lblcr +ip_vs_lc +ip_vs_mh +ip_vs_nq +ip_vs_ovf +ip_vs_pe_sip +ip_vs_rr +ip_vs_sed +ip_vs_sh +ip_vs_twos +ip_vs_wlc +ip_vs_wrr +ip_vti +ipa +ipack +ipaq +ipcomp +ipcomp6 +iphase +ipheth +ipip +ipmb_dev_int +ipmi_devintf +ipmi_ipmb +ipmi_msghandler +ipmi_poweroff +ipmi_si +ipmi_ssif +ipmi_watchdog +ipoctal +ipr +iproc_nand +ips +ipt_CLUSTERIP +ipt_ECN +ipt_REJECT +ipt_SYNPROXY +ipt_ah +ipt_rpfilter +iptable_filter +iptable_mangle +iptable_nat +iptable_raw +iptable_security +ipvlan +ipvtap +ipw +ipw2100 +ipw2200 +iqs269a +iqs5xx +iqs620at-temp +iqs621-als +iqs624-pos +iqs626a +iqs62x +iqs62x-keys +iqs7222 +ir-hix5hd2 +ir-imon-decoder +ir-jvc-decoder +ir-kbd-i2c +ir-mce_kbd-decoder +ir-nec-decoder +ir-rc5-decoder +ir-rc6-decoder +ir-rcmm-decoder +ir-sanyo-decoder +ir-sharp-decoder +ir-sony-decoder +ir-spi +ir-usb +ir-xmp-decoder +ir35221 +ir36021 +ir38064 +ir_toy +irdma +irps5401 +irq-imx-mu-msi +irq-madera +irq-pruss-intc +irq-qcom-mpm +iscsi_boot_sysfs +iscsi_ibft +iscsi_target_mod +iscsi_tcp +isdnhdlc +isight_firmware +isl29003 +isl29018 +isl29020 +isl29028 +isl29125 +isl29501 +isl6271a-regulator +isl6405 +isl6421 +isl6423 +isl68137 +isl7998x +isl9305 +isofs +isp116x-hcd +isp1704_charger +isp1760 +it87 +it913x +itd1000 +ite-cir +ite-it6505 +ite-it66121 +itg3200 +iuu_phoenix +ivtv +ivtv-alsa +ivtvfb +iw_cm +iw_cxgb4 +iwl3945 +iwl4965 +iwldvm +iwlegacy +iwlmvm +iwlwifi +ix2505v +ixgb +ixgbe +ixgbevf +janz-cmodio +janz-ican3 +jc42 +jedec_probe +jffs2 +jfs +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 +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 +lcc-ipq806x +lcc-mdm9615 +lcc-msm8960 +lcd +lcd2s +ldusb +lec +led-class-flash +led-class-multicolor +led_bl +leds-88pm860x +leds-aat1290 +leds-adp5520 +leds-an30259a +leds-as3645a +leds-aw2013 +leds-bcm6328 +leds-bcm6358 +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-pca9532 +leds-pca955x +leds-pca963x +leds-pwm +leds-pwm-multicolor +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-gpio +ledtrig-heartbeat +ledtrig-netdev +ledtrig-oneshot +ledtrig-pattern +ledtrig-timer +ledtrig-transient +ledtrig-tty +ledtrig-usbport +legousbtower +lg-vl600 +lg2160 +lgdt3305 +lgdt3306a +lgdt330x +lgs8gl5 +lgs8gxx +lib80211 +lib80211_crypt_ccmp +lib80211_crypt_tkip +lib80211_crypt_wep +libarc4 +libceph +libchacha +libchacha20poly1305 +libcomposite +libcrc32c +libcurve25519 +libcurve25519-generic +libcxgb +libcxgbi +libdes +libertas +libertas_sdio +libertas_spi +libertas_tf +libertas_tf_usb +libfc +libfcoe +libipw +libiscsi +libiscsi_tcp +libpoly1305 +libsas +libwx +lightning +lima +line-display +lineage-pem +linear +linkstation-poweroff +liquidio +liquidio_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-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 +lxt +lz4 +lz4_compress +lz4hc +lz4hc_compress +m2m-deinterlace +m52790 +m5mols +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 +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 +max20730 +max20751 +max2165 +max2175 +max30100 +max30102 +max30208 +max3100 +max31722 +max31730 +max31760 +max31785 +max31790 +max31856 +max31865 +max3420_udc +max3421-hcd +max34440 +max44000 +max44009 +max517 +max5432 +max5481 +max5487 +max5821 +max63xx_wdt +max6620 +max6621 +max6639 +max6650 +max6697 +max6875 +max7359_keypad +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 +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 +mdev +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-mmioreg +mdio-mux-multiplexer +mdio-mvusb +mdio-octeon +mdio-thunder +mdio-xgene +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 +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_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-tcb-capture +microchip_t1 +microread +microread_i2c +microtek +minix +mip6 +mipi-i3c-hci +mite +mk712 +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-apq8084 +mmcc-msm8960 +mmcc-msm8974 +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 +mpr121_touchkey +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_ocelot +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 +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 +mt8192-mt6359-rt1015-rt5682 +mt8195-mt6359 +mt9m001 +mt9m032 +mt9m111 +mt9p031 +mt9t001 +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-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_thermal +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 +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 +nbd +nci +nci_spi +nci_uart +nct6683 +nct6775 +nct6775-core +nct6775-i2c +nct7802 +nct7904 +nd_btt +nd_pmem +nd_virtio +ne2k-pci +neofb +net1080 +net2272 +net2280 +net_failover +netconsole +netdevsim +netfs +netjet +netlink_diag +netrom +netsec +netup-unidvb +netxen_nic +newtonkbd +nf_conncount +nf_conntrack +nf_conntrack_amanda +nf_conntrack_bridge +nf_conntrack_broadcast +nf_conntrack_ftp +nf_conntrack_h323 +nf_conntrack_irc +nf_conntrack_netbios_ns +nf_conntrack_netlink +nf_conntrack_pptp +nf_conntrack_sane +nf_conntrack_sip +nf_conntrack_snmp +nf_conntrack_tftp +nf_defrag_ipv4 +nf_defrag_ipv6 +nf_dup_ipv4 +nf_dup_ipv6 +nf_dup_netdev +nf_flow_table +nf_flow_table_inet +nf_log_syslog +nf_nat +nf_nat_amanda +nf_nat_ftp +nf_nat_h323 +nf_nat_irc +nf_nat_pptp +nf_nat_sip +nf_nat_snmp_basic +nf_nat_tftp +nf_reject_ipv4 +nf_reject_ipv6 +nf_socket_ipv4 +nf_socket_ipv6 +nf_synproxy_core +nf_tables +nf_tproxy_ipv4 +nf_tproxy_ipv6 +nfc +nfc_digital +nfcmrvl +nfcmrvl_i2c +nfcmrvl_spi +nfcmrvl_uart +nfcmrvl_usb +nfcsim +nfit +nfnetlink +nfnetlink_acct +nfnetlink_cthelper +nfnetlink_cttimeout +nfnetlink_hook +nfnetlink_log +nfnetlink_osf +nfnetlink_queue +nfp +nfs +nfs_acl +nfs_layout_flexfiles +nfs_layout_nfsv41_files +nfsd +nfsv2 +nfsv3 +nfsv4 +nft_chain_nat +nft_compat +nft_connlimit +nft_ct +nft_dup_ipv4 +nft_dup_ipv6 +nft_dup_netdev +nft_fib +nft_fib_inet +nft_fib_ipv4 +nft_fib_ipv6 +nft_fib_netdev +nft_flow_offload +nft_fwd_netdev +nft_hash +nft_limit +nft_log +nft_masq +nft_meta_bridge +nft_nat +nft_numgen +nft_osf +nft_queue +nft_quota +nft_redir +nft_reject +nft_reject_bridge +nft_reject_inet +nft_reject_ipv4 +nft_reject_ipv6 +nft_reject_netdev +nft_socket +nft_synproxy +nft_tproxy +nft_tunnel +nft_xfrm +nftl +ngbe +ngene +nhc_dest +nhc_fragment +nhc_hop +nhc_ipv6 +nhc_mobility +nhc_routing +nhc_udp +nhpoly1305 +nhpoly1305-neon +ni_6527 +ni_65xx +ni_660x +ni_670x +ni_at_a2150 +ni_at_ao +ni_atmio +ni_atmio16d +ni_labpc +ni_labpc_common +ni_labpc_pci +ni_pcidio +ni_pcimio +ni_routes_test +ni_routing +ni_tio +ni_tiocmd +ni_usb6501 +nicpf +nicstar +nicvf +nilfs2 +nitro_enclaves +niu +nixge +nlmon +nls_ascii +nls_cp1250 +nls_cp1251 +nls_cp1255 +nls_cp737 +nls_cp775 +nls_cp850 +nls_cp852 +nls_cp855 +nls_cp857 +nls_cp860 +nls_cp861 +nls_cp862 +nls_cp863 +nls_cp864 +nls_cp865 +nls_cp866 +nls_cp869 +nls_cp874 +nls_cp932 +nls_cp936 +nls_cp949 +nls_cp950 +nls_euc-jp +nls_iso8859-1 +nls_iso8859-13 +nls_iso8859-14 +nls_iso8859-15 +nls_iso8859-2 +nls_iso8859-3 +nls_iso8859-4 +nls_iso8859-5 +nls_iso8859-6 +nls_iso8859-7 +nls_iso8859-9 +nls_koi8-r +nls_koi8-ru +nls_koi8-u +nls_utf8 +noa1305 +noon010pc30 +nosy +notifier-error-inject +nouveau +nozomi +npcm-rng +npcm750-pwm-fan +npcm_adc +nps_enet +ns558 +ns83820 +nsh +ntb +ntb_hw_epf +ntb_hw_idt +ntb_hw_switchtec +ntb_netdev +ntb_perf +ntb_pingpong +ntb_tool +ntb_transport +ntc_thermistor +ntfs +ntfs3 +ntxec +null_blk +nuvoton-cir +nvec +nvec_kbd +nvec_paz00 +nvec_power +nvec_ps2 +nvidiafb +nvme +nvme-apple +nvme-common +nvme-core +nvme-fabrics +nvme-fc +nvme-loop +nvme-rdma +nvme-tcp +nvmem-apple-efuses +nvmem-imx-iim +nvmem-imx-ocotp +nvmem-imx-ocotp-scu +nvmem-layerscape-sfp +nvmem-rave-sp-eeprom +nvmem-reboot-mode +nvmem-rmem +nvmem-rockchip-otp +nvmem-sc27xx-efuse +nvmem_meson_mx_efuse +nvmem_mtk-efuse +nvmem_qcom-spmi-sdam +nvmem_qfprom +nvmem_rockchip_efuse +nvmem_snvs_lpgpr +nvmem_sprd_efuse +nvmem_sunxi_sid +nvmem_u-boot-env +nvmet +nvmet-fc +nvmet-rdma +nvmet-tcp +nvsw-sn2201 +nwl-dsi +nxp-c45-tja11xx +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 +open-dice +opencores-kbd +openvswitch +opt3001 +optee +optee-rng +opticon +option +or51132 +or51211 +orangefs +orinoco +orinoco_nortel +orinoco_plx +orinoco_tmd +orinoco_usb +oti6858 +otm3225a +otx2_ptp +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 +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-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-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-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-nt36672a +panel-novatek-nt39016 +panel-olimex-lcd-olinuxino +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-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-tulip-truly-nt35521 +panel-tdo-tl070wsh30 +panel-tpo-td028ttec1 +panel-tpo-td043mtea1 +panel-tpo-tpg110 +panel-truly-nt35597 +panel-visionox-rm69299 +panel-widechips-ws2401 +panel-xinpeng-xpp055c272 +panfrost +parade-ps8622 +parade-ps8640 +paride +parkbd +parman +parport +parport_ax88796 +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_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 +pcd +pcf50633 +pcf50633-adc +pcf50633-backlight +pcf50633-charger +pcf50633-gpio +pcf50633-input +pcf50633-regulator +pcf8574_keypad +pcf8591 +pch_udc +pci +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-altera-tse +pcs_xpcs +pcwd_pci +pcwd_usb +pd +pda_power +pdc_adma +pdr_interface +peak_pci +peak_pciefd +peak_usb +peci +peci-cpu +peci-cputemp +peci-dimmtemp +pegasus +pegasus_notetaker +penmount +pf +pf8x00-regulator +pfr_telemetry +pfr_update +pfuze100-regulator +pg +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-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-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-sun4i-usb +phy-sun50i-usb3 +phy-sun6i-mipi-dphy +phy-tahvo +phy-tegra-usb +phy-tegra-xusb +phy-tegra194-p2u +phy-tusb1210 +phy-zynqmp +physmap +pi3usb30532 +pi433 +pim4328 +pinctrl-apple-gpio +pinctrl-axp209 +pinctrl-cy8c95x0 +pinctrl-da9062 +pinctrl-imx8ulp +pinctrl-imx93 +pinctrl-ipq6018 +pinctrl-ipq8074 +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-msm8916 +pinctrl-msm8953 +pinctrl-msm8976 +pinctrl-msm8994 +pinctrl-msm8996 +pinctrl-msm8998 +pinctrl-mt6779 +pinctrl-qcm2290 +pinctrl-qcs404 +pinctrl-qdf2xxx +pinctrl-rk805 +pinctrl-sc7180 +pinctrl-sc7280 +pinctrl-sc7280-lpass-lpi +pinctrl-sc8180x +pinctrl-sc8280xp +pinctrl-sc8280xp-lpass-lpi +pinctrl-sdm660 +pinctrl-sdm670 +pinctrl-sdm845 +pinctrl-sm6115 +pinctrl-sm6125 +pinctrl-sm6350 +pinctrl-sm6375 +pinctrl-sm8150 +pinctrl-sm8250 +pinctrl-sm8250-lpass-lpi +pinctrl-sm8350 +pinctrl-sm8450 +pinctrl-sm8450-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 +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 +pt +ptp-qoriq +ptp_clockmatrix +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-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-sl28cpld +pwm-sprd +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 +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-pmic-typec +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_common +qcom_edac +qcom_eud +qcom_geni_serial +qcom_glink +qcom_glink_rpm +qcom_glink_smem +qcom_gsbi +qcom_hwspinlock +qcom_nandc +qcom_pil_info +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-sc7180 +qnoc-sc7280 +qnoc-sc8180x +qnoc-sc8280xp +qnoc-sdm660 +qnoc-sdm845 +qnoc-sdx55 +qnoc-sdx65 +qnoc-sm6350 +qnoc-sm8150 +qnoc-sm8250 +qnoc-sm8350 +qnoc-sm8450 +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 +r8188eu +r8192e_pci +r8192u_usb +r820t +r852 +r8712u +r8723bs +r8a66597-hcd +r8a66597-udc +r8a779f0-ether-serdes +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 +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-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-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_usbhs +renesas_wdt +repaper +reset-a10sr +reset-hi3660 +reset-meson-audio-arb +reset-qcom-pdc +reset-rzg2l-usbphy-ctrl +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 +rk808-regulator +rk817_charger +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-regulator +rohm_bu21023 +romfs +rose +rotary_encoder +rp2 +rpcrdma +rpcsec_gss_krb5 +rpi-panel-attiny-regulator +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 +rt4831 +rt4831-backlight +rt4831-regulator +rt5033 +rt5033-regulator +rt5033_battery +rt5120 +rt5120-pwrkey +rt5120-regulator +rt5190a-regulator +rt5759-regulator +rt6160-regulator +rt6190-regulator +rt61pci +rt6245-regulator +rt73usb +rt9455_charger +rtc-88pm80x +rtc-88pm860x +rtc-ab-b5ze-s3 +rtc-ab-eoz9 +rtc-abx80x +rtc-armada38x +rtc-as3722 +rtc-bd70528 +rtc-bq32k +rtc-bq4802 +rtc-cadence +rtc-cpcap +rtc-cros-ec +rtc-da9052 +rtc-da9055 +rtc-da9063 +rtc-ds1286 +rtc-ds1302 +rtc-ds1305 +rtc-ds1307 +rtc-ds1343 +rtc-ds1347 +rtc-ds1374 +rtc-ds1390 +rtc-ds1511 +rtc-ds1553 +rtc-ds1672 +rtc-ds1685 +rtc-ds1742 +rtc-ds2404 +rtc-ds3232 +rtc-em3027 +rtc-fm3130 +rtc-fsl-ftm-alarm +rtc-ftrtc010 +rtc-goldfish +rtc-hid-sensor-time +rtc-hym8563 +rtc-imx-sc +rtc-imxdi +rtc-isl12022 +rtc-isl12026 +rtc-isl1208 +rtc-lp8788 +rtc-m41t80 +rtc-m41t93 +rtc-m41t94 +rtc-m48t35 +rtc-m48t59 +rtc-m48t86 +rtc-max6900 +rtc-max6902 +rtc-max6916 +rtc-max77686 +rtc-max8907 +rtc-max8925 +rtc-max8997 +rtc-max8998 +rtc-mc13xxx +rtc-mcp795 +rtc-meson-vrtc +rtc-msm6242 +rtc-mt2712 +rtc-mt6397 +rtc-mt7622 +rtc-mxc +rtc-mxc_v2 +rtc-nct3018y +rtc-ntxec +rtc-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-tegra +rtc-ti-k3 +rtc-tps6586x +rtc-tps65910 +rtc-twl +rtc-v3020 +rtc-wm831x +rtc-wm8350 +rtc-x1205 +rtc-zynqmp +rtd520 +rti800 +rti802 +rti_wdt +rtl2830 +rtl2832 +rtl2832_sdr +rtl8150 +rtl8187 +rtl8188ee +rtl818x_pci +rtl8192c-common +rtl8192ce +rtl8192cu +rtl8192de +rtl8192ee +rtl8192se +rtl8365mb +rtl8366 +rtl8723-common +rtl8723ae +rtl8723be +rtl8821ae +rtl8xxxu +rtl_pci +rtl_usb +rtllib +rtllib_crypt_ccmp +rtllib_crypt_tkip +rtllib_crypt_wep +rtlwifi +rtmv20-regulator +rtq2134-regulator +rtq6056 +rtq6752-regulator +rtrs-client +rtrs-core +rtrs-server +rts5208 +rtsx_pci +rtsx_pci_ms +rtsx_pci_sdmmc +rtsx_usb +rtsx_usb_ms +rtsx_usb_sdmmc +rtw88_8723d +rtw88_8723de +rtw88_8723du +rtw88_8821c +rtw88_8821ce +rtw88_8821cu +rtw88_8822b +rtw88_8822be +rtw88_8822bu +rtw88_8822c +rtw88_8822ce +rtw88_8822cu +rtw88_core +rtw88_pci +rtw88_usb +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 +rza_wdt +rzg2l-cru +rzg2l-csi2 +rzg2l_adc +rzg2l_mipi_dsi +rzg2l_thermal +rzg2l_wdt +rzn1_wdt +s1d13xxxfb +s2250 +s2255drv +s2io +s2mpa01 +s2mps11 +s3fb +s3fwrn5 +s3fwrn5_i2c +s3fwrn82_uart +s526 +s5c73m3 +s5h1409 +s5h1411 +s5h1420 +s5h1432 +s5k5baf +s5k6a3 +s5k6aa +s5m8767 +s626 +s6sy761 +s921 +sa2ul +saa6588 +saa6752hs +saa7110 +saa7115 +saa7127 +saa7134 +saa7134-alsa +saa7134-dvb +saa7134-empress +saa7134-go7007 +saa7164 +saa717x +saa7185 +saa7706h +safe_serial +sahara +sample-trace-array +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_atm +sch_cake +sch_cbq +sch_cbs +sch_choke +sch_codel +sch_drr +sch_dsmark +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_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 +sha3_generic +sha512-arm64 +sha512-ce +shark2 +shiftfs +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 +sl811-hcd +slcan +slg51000-regulator +slic_ds26522 +slicoss +slim-qcom-ctrl +slim-qcom-ngd-ctrl +slimbus +slip +slram +sm2_generic +sm3 +sm3-ce +sm3-neon +sm3_generic +sm4 +sm4-ce +sm4-ce-ccm +sm4-ce-cipher +sm4-ce-gcm +sm4-neon +sm4_generic +sm501 +sm501fb +sm712fb +sm750fb +sm_common +sm_ftl +smartpqi +smb347-charger +smc +smc_diag +smd-rpm +smem +smipcie +smm665 +smp2p +smpro-core +smpro-errmon +smpro-hwmon +smpro-misc +smsc +smsc47b397 +smsc47m1 +smsc47m192 +smsc75xx +smsc911x +smsc9420 +smsc95xx +smscufx +smsdvb +smsm +smsmdtv +smssdio +smsusb +snd +snd-ac97-codec +snd-acp-config +snd-ad1889 +snd-ak4113 +snd-ak4114 +snd-ak4xxx-adda +snd-ali5451 +snd-aloop +snd-als300 +snd-atiixp +snd-atiixp-modem +snd-au8810 +snd-au8820 +snd-au8830 +snd-aw2 +snd-azt3328 +snd-bcd2000 +snd-bebob +snd-bt87x +snd-ca0106 +snd-cmipci +snd-compress +snd-cs4281 +snd-cs46xx +snd-cs8427 +snd-ctl-led +snd-ctxfi +snd-darla20 +snd-darla24 +snd-dice +snd-dummy +snd-echo3g +snd-emu10k1 +snd-emu10k1-synth +snd-emu10k1x +snd-emux-synth +snd-ens1370 +snd-ens1371 +snd-es1938 +snd-es1968 +snd-fireface +snd-firewire-digi00x +snd-firewire-lib +snd-firewire-motu +snd-firewire-tascam +snd-fireworks +snd-fm801 +snd-gina20 +snd-gina24 +snd-hda-codec +snd-hda-codec-analog +snd-hda-codec-ca0110 +snd-hda-codec-ca0132 +snd-hda-codec-cirrus +snd-hda-codec-cmedia +snd-hda-codec-conexant +snd-hda-codec-cs8409 +snd-hda-codec-generic +snd-hda-codec-hdmi +snd-hda-codec-idt +snd-hda-codec-realtek +snd-hda-codec-si3054 +snd-hda-codec-via +snd-hda-core +snd-hda-cs-dsp-ctls +snd-hda-ext-core +snd-hda-intel +snd-hda-scodec-cs35l41 +snd-hda-scodec-cs35l41-i2c +snd-hda-scodec-cs35l41-spi +snd-hda-tegra +snd-hdsp +snd-hdspm +snd-hrtimer +snd-hwdep +snd-i2c +snd-ice1712 +snd-ice1724 +snd-ice17xx-ak4xxx +snd-indigo +snd-indigodj +snd-indigodjx +snd-indigoio +snd-indigoiox +snd-intel-dspcfg +snd-intel-sdw-acpi +snd-intel8x0 +snd-intel8x0m +snd-isight +snd-korg1212 +snd-layla20 +snd-layla24 +snd-lola +snd-lx6464es +snd-maestro3 +snd-mia +snd-mixart +snd-mixer-oss +snd-mona +snd-mpu401 +snd-mpu401-uart +snd-mtpav +snd-mts64 +snd-nm256 +snd-opl3-lib +snd-opl3-synth +snd-oxfw +snd-oxygen +snd-oxygen-lib +snd-pcm +snd-pcm-dmaengine +snd-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-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-bd28623 +snd-soc-bt-sco +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-cs35l45-tables +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-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-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-max98373 +snd-soc-max98373-i2c +snd-soc-max98373-sdw +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-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-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-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-rt715 +snd-soc-rt715-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-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-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-tas5086 +snd-soc-tas571x +snd-soc-tas5720 +snd-soc-tas5805m +snd-soc-tas6424 +snd-soc-tda7419 +snd-soc-tegra-audio-graph-card +snd-soc-tegra-machine +snd-soc-tegra-pcm +snd-soc-tegra-wm8903 +snd-soc-tegra186-asrc +snd-soc-tegra186-dspk +snd-soc-tegra20-ac97 +snd-soc-tegra20-das +snd-soc-tegra20-i2s +snd-soc-tegra20-spdif +snd-soc-tegra210-admaif +snd-soc-tegra210-adx +snd-soc-tegra210-ahub +snd-soc-tegra210-amx +snd-soc-tegra210-dmic +snd-soc-tegra210-i2s +snd-soc-tegra210-mixer +snd-soc-tegra210-mvc +snd-soc-tegra210-ope +snd-soc-tegra210-sfc +snd-soc-tegra30-ahub +snd-soc-tegra30-i2s +snd-soc-test-component +snd-soc-tfa9879 +snd-soc-tfa989x +snd-soc-ti-edma +snd-soc-ti-sdma +snd-soc-ti-udma +snd-soc-tlv320adc3xxx +snd-soc-tlv320adcx140 +snd-soc-tlv320aic23 +snd-soc-tlv320aic23-i2c +snd-soc-tlv320aic23-spi +snd-soc-tlv320aic31xx +snd-soc-tlv320aic32x4 +snd-soc-tlv320aic32x4-i2c +snd-soc-tlv320aic32x4-spi +snd-soc-tlv320aic3x +snd-soc-tlv320aic3x-i2c +snd-soc-tlv320aic3x-spi +snd-soc-tpa6130a2 +snd-soc-ts3a227e +snd-soc-tscs42xx +snd-soc-tscs454 +snd-soc-uda1334 +snd-soc-wcd-mbhc +snd-soc-wcd9335 +snd-soc-wcd934x +snd-soc-wcd938x +snd-soc-wcd938x-sdw +snd-soc-wm-adsp +snd-soc-wm-hubs +snd-soc-wm8510 +snd-soc-wm8523 +snd-soc-wm8524 +snd-soc-wm8580 +snd-soc-wm8711 +snd-soc-wm8728 +snd-soc-wm8731 +snd-soc-wm8731-i2c +snd-soc-wm8731-spi +snd-soc-wm8737 +snd-soc-wm8741 +snd-soc-wm8750 +snd-soc-wm8753 +snd-soc-wm8770 +snd-soc-wm8776 +snd-soc-wm8782 +snd-soc-wm8804 +snd-soc-wm8804-i2c +snd-soc-wm8804-spi +snd-soc-wm8903 +snd-soc-wm8904 +snd-soc-wm8940 +snd-soc-wm8960 +snd-soc-wm8961 +snd-soc-wm8962 +snd-soc-wm8974 +snd-soc-wm8978 +snd-soc-wm8985 +snd-soc-wm8994 +snd-soc-wm9712 +snd-soc-wsa881x +snd-soc-wsa883x +snd-soc-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-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 +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-bus +soundwire-cadence +soundwire-generic-allocation +soundwire-intel +soundwire-qcom +sp2 +sp805_wdt +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-armada-3700 +spi-axi-spi-engine +spi-bitbang +spi-butterfly +spi-cadence +spi-cadence-quadspi +spi-cadence-xspi +spi-dln2 +spi-dw +spi-dw-mmio +spi-dw-pci +spi-fsi +spi-fsl-dspi +spi-fsl-lpspi +spi-fsl-qspi +spi-geni-qcom +spi-gpio +spi-hisi-kunpeng +spi-hisi-sfc-v3xx +spi-imx +spi-lm70llp +spi-loopback-test +spi-meson-spicc +spi-meson-spifc +spi-microchip-core +spi-microchip-core-qspi +spi-mt65xx +spi-mtk-nor +spi-mtk-snfi +spi-mux +spi-mxic +spi-nor +spi-npcm-fiu +spi-npcm-pspi +spi-nxp-fspi +spi-oc-tiny +spi-orion +spi-pci1xxxx +spi-pl022 +spi-pxa2xx-pci +spi-pxa2xx-platform +spi-qcom-qspi +spi-qup +spi-rockchip +spi-rockchip-sfc +spi-rpc-if +spi-rspi +spi-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-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 +sr030pc30 +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_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 +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 +syscopyarea +sysfillrect +sysimgblt +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_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 +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-ads124s08 +ti-ads131e08 +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-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 +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 +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 +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 +u132-hcd +uPD60620 +u_audio +u_ether +u_serial +uacce +uartlite +uas +ubi +ubifs +ublk_drv +ubuntu-host +ucan +ucb1400_core +ucb1400_ts +ucc_uart +ucd9000 +ucd9200 +ucs1002_power +ucsi_acpi +ucsi_ccg +ucsi_stm32g0 +uda1342 +udc-core +udc-xilinx +udf +udl +udlfb +udp_diag +udp_tunnel +ueagle-atm +ufs +ufs-hisi +ufs-mediatek +ufs-renesas +ufs_qcom +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 +uvcvideo +uvesafb +v4l2-async +v4l2-dv-timings +v4l2-flash-led-class +v4l2-fwnode +v4l2-h264 +v4l2-jpeg +v4l2-mem2mem +v4l2-tpg +v4l2-vp9 +vcan +vcnl3020 +vcnl4000 +vcnl4035 +vcpu_stall_detector +vctrl-regulator +vdpa +vdpa_sim +vdpa_sim_blk +vdpa_sim_net +vduse +veml6030 +veml6070 +venus-core +venus-dec +venus-enc +versal-fpga +ves1820 +ves1x93 +veth +vexpress-hwmon +vexpress-regulator +vf610_adc +vf610_dac +vfio +vfio-amba +vfio-fsl-mc +vfio-pci +vfio-pci-core +vfio-platform +vfio-platform-amdxgbe +vfio-platform-base +vfio-platform-calxedaxgmac +vfio_iommu_type1 +vgastate +vgem +vgg2432a4 +vhci-hcd +vhost +vhost_iotlb +vhost_net +vhost_scsi +vhost_vdpa +vhost_vsock +via-rhine +via-sdmmc +via-velocity +via686a +vicodec +video +video-i2c +video-mux +videobuf-core +videobuf-dma-sg +videobuf-vmalloc +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 +videodev +vim2m +vimc +viperboard +viperboard_adc +virt_wifi +virtio-gpu +virtio-rng +virtio_blk +virtio_bt +virtio_crypto +virtio_dma_buf +virtio_input +virtio_mem +virtio_net +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 +vs6624 +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 +wusb3801 +wwan_hwsim +x25 +x_tables +xbox_remote +xc2028 +xc4000 +xc5000 +xcbc +xctr +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-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 +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 +zavl +zcommon +zd1201 +zd1211rw +zd1301 +zd1301_demod +zet6223 +zforce_ts +zfs +zhenhua +ziirave_wdt +zinitix +zl10036 +zl10039 +zl10353 +zl6100 +zlua +znvpair +zonefs +zopt2201 +zpa2326 +zpa2326_i2c +zpa2326_spi +zram +zstd +zunicode +zynqmp-aes-gcm +zynqmp-dpsub +zynqmp-fpga +zynqmp-sha +zynqmp_dma +zzstd --- linux-lowlatency-hwe-6.2-6.2.0.orig/debian.lowlatency-hwe-6.2/abi/arm64/lowlatency-64k.modules.builtin +++ linux-lowlatency-hwe-6.2-6.2.0/debian.lowlatency-hwe-6.2/abi/arm64/lowlatency-64k.modules.builtin @@ -0,0 +1,528 @@ +8250 +8250_base +8250_dw +8250_mtk +8250_of +8250_omap +8250_pci +8250_tegra +88pm860x +a64fx-diag +ac +acpi_mdio +acpiphp +aead +aes_generic +af_packet +ahci_imx +akcipher +altera-sysmgr +altera_edac +amba-pl011 +apple-pmgr-pwrstate +apple_m1_cpu_pmu +arm-cci +arm-cci +arm-ccn +arm_smmu +arm_smmu_v3 +armada_thermal +armmmci +as3722 +as3722-poweroff +asiliantfb +asn1_decoder +asn1_encoder +asymmetric_keys +atkbd +axg +axg-aoclk +backlight +battery +bcm84881 +binfmt_elf +binfmt_script +brcmstb_gisb +bsg +btree +button +cbc +cdrom +cfbcopyarea +cfbfillrect +cfbimgblt +charger-manager +clk-apmixed +clk-bm1880 +clk-cpu-dyndiv +clk-cpumux +clk-dualdiv +clk-fixed-mmio +clk-fsl-sai +clk-gate +clk-hi3559a +clk-imx-lpcg-scu +clk-imx-scu +clk-imx8mm +clk-imx8mn +clk-imx8mp +clk-imx8mq +clk-mpll +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-mtk +clk-mux +clk-pll +clk-pll +clk-regmap +clk-vexpress-osc +cma_heap +cmd-db +cn +compat_binfmt_elf +configfs +cpufreq-dt +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 +da903x +da9052-core +da9052-i2c +da9052-spi +da9055 +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 +ezx-pcap +fan +fat +fb +fddi +fec +firmware_class +fixed_phy +font +freq_table +fsl_dpaa_fman +fsl_dpaa_fman_port +fsl_dpaa_mac +fsl_ifc +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-imx-scu +gpio-mxc +gpio-pl061 +gpio-poweroff +gpio-restart +gpio-tegra +gpio-tegra186 +gpio-xilinx +grant-dma-ops +gxbb +gxbb-aoclk +hed +hmac +hwmon +hwspinlock_core +i2c-core +i2c-designware-core +i2c-designware-platform +i2c-dev +i2c-omap +i2c-sprd +icc-core +imsttfb +imx +imx-scu +imx-weim +input-core +interconnect_qcom +ioasid +iova +ipu_idmac +ipv6 +irq-al-fic +irq-ls-scfg-msi +irq-mbigen +irq-meson-gpio +irq-mvebu-pic +irq-renesas-irqc +irq-renesas-rzg2l +irq-ti-sci-inta +irq-ti-sci-intr +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 +libblake2s +libcryptoutils +libnvdimm +libphy +libps2 +libsha1 +libsha256 +linear_ranges +loop +lp8788 +ltc2952-poweroff +lz4_decompress +lzo +lzo-rle +lzo_compress +lzo_decompress +max14577 +max310x +max77686 +max77693 +mbcache +mctp +md-mod +md5 +mdio-bitbang +mdio_devres +meson-aoclk +meson-clk-measure +meson-ee-pwrc +meson-eeclk +meson-gx-pwrc-vpu +meson_uart +mfd-core +mii +mmc_block +mmc_core +mousedev +mpi +mq-deadline +msm_serial +mt6323-poweroff +mtk-eint +mv_xor_v2 +mx3fb +mxc-clk +n_null +nfs_ssc +nls_base +nls_cp437 +npcm_wdt +nvmem_core +nvmem_zynqmp_nvmem +of_mdio +ohci-hcd +ohci-pci +oid_registry +omap-gpmc +owl-uart +packing +palmas +pci-aardvark +pci-ep-cfs +pci-epc-core +pci-epc-mem +pci-epf-core +pci-host-common +pci-host-generic +pci-tegra +pcie-altera +pcie-altera-msi +pcie-hisi-error +pcie-histb +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-amd +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-mt8188 +pinctrl-mt8192 +pinctrl-mt8365 +pinctrl-mtk-common-v2 +pinctrl-ocelot +pinctrl-palmas +pinctrl-paris +pinctrl-rockchip +pinctrl-rzg2l +pinctrl-rzv2m +pinctrl-s700 +pinctrl-s900 +pinctrl-scu +pinctrl-single +pinctrl-sprd +pinctrl-sprd-sc9860 +pkcs7_message +pldmfw +power_supply +powercap_sys +ppp_generic +pps_core +pretimeout_noop +processor +pstore +ptp +public_key +qcom-ebi2 +qcom-ipcc +qcom-pdc +qcom-scm +qcom-ssc-block-bus +qcom_rpmh +rapidio +rational +rcar-usb2-clock-sel +reactor_panic +reactor_printk +regmap-i2c +regmap-mmio +regmap-spi +regulator-poweroff +remoteproc +renesas-cpg-mssr +reset +reset-berlin +reset-imx7 +reset-meson +reset-microchip-sparx5 +reset-qcom-aoss +restart-poweroff +rfkill +rng +rng-core +rockchip-mailbox +roles +rpmhpd +rsa_generic +rtc-efi +rtc-mv +rtc-xgene +rzg2l-cpg +sccnxp +scmi-module +scsi_common +scsi_mod +scu-pd +sd_mod +sec-core +sec-irq +selftests +seqiv +serdev +serial_core +serial_mctrl_gpio +serio +sg +sh-sci +sh_cmt +sh_tmu +sha1_generic +sha256_generic +sha512_generic +shpchp +simple-pm-bus +skcipher +slhc +smc91x +spi-fsl-lib +spi-fsl-spi +spi-omap2-mcspi +spm +squashfs +sr_mod +stmpe-i2c +stmpe-spi +sun50i-a100-ccu +sun50i-a100-r-ccu +sun50i-a64-ccu +sun50i-h6-ccu +sun50i-h6-r-ccu +sun50i-h616-ccu +sun50i-iommu +sun6i-msgbox +sun8i-de2-ccu +sun8i-h3-ccu +sun8i-r-ccu +sunxi-ccu +sunxi_sram +syscon-clk +system_heap +t10-pi +tc3589x +tcp_cubic +tegra-ahb +tegra-mc +tegra-tcu +tegra124-cpufreq +tegra186-emc +tegra194-cbb +tegra20-apb-dma +tegra20-cpufreq +tegra234-cbb +thermal +ti-cpufreq +ti-msgmgr +ti-opp-supply +ti_sci +timer-tegra186 +timer-ti-dm +tpm +tpm_crb +tpm_tis +tpm_tis_core +tps65086-restart +tps6586x +tps65912-core +tps65912-i2c +tps65912-spi +trusted +ttyprintk +tun +twl4030-audio +twl6040 +ucs2_string +udmabuf +uhci-hcd +uinput +unicode +unix +usb-common +usbcore +utf8data +vexpress-config +vexpress-sysreg +vfat +vid-pll-div +virt-dma +virtio +virtio-iommu +virtio_balloon +virtio_console +virtio_mmio +virtio_pci +virtio_pci_legacy_dev +virtio_pci_modern_dev +virtio_ring +virtio_scsi +vivaldi-fmap +watch_queue +watchdog +wwan +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 +zpool +zsmalloc +zstd_common +zstd_compress +zstd_decompress +zswap +zynqmp-ipi-mailbox --- linux-lowlatency-hwe-6.2-6.2.0.orig/debian.lowlatency-hwe-6.2/abi/arm64/lowlatency-64k.retpoline +++ linux-lowlatency-hwe-6.2-6.2.0/debian.lowlatency-hwe-6.2/abi/arm64/lowlatency-64k.retpoline @@ -0,0 +1 @@ +# RETPOLINE NOT ENABLED --- linux-lowlatency-hwe-6.2-6.2.0.orig/debian.lowlatency-hwe-6.2/abi/arm64/lowlatency.compiler +++ linux-lowlatency-hwe-6.2-6.2.0/debian.lowlatency-hwe-6.2/abi/arm64/lowlatency.compiler @@ -0,0 +1 @@ +GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0 --- linux-lowlatency-hwe-6.2-6.2.0.orig/debian.lowlatency-hwe-6.2/abi/arm64/lowlatency.modules +++ linux-lowlatency-hwe-6.2-6.2.0/debian.lowlatency-hwe-6.2/abi/arm64/lowlatency.modules @@ -0,0 +1,7312 @@ +3c59x +3w-9xxx +3w-sas +3w-xxxx +6lowpan +6pack +8021q +8139cp +8139too +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 +9pnet_xen +BusLogic +a100u2w +a3d +a53-pll +a7-pll +a8293 +aacraid +aat2870-regulator +aat2870_bl +abp060mg +ac97_bus +acard-ahci +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 +ad9389b +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 +ade7854 +ade7854-i2c +ade7854-spi +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 +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 +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-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 +ath3k +ath5k +ath6kl_core +ath6kl_sdio +ath6kl_usb +ath9k +ath9k_common +ath9k_htc +ath9k_hw +ath9k_pci_owl_loader +ati_remote +ati_remote2 +atl1 +atl1c +atl1e +atl2 +atlantic +atlas-ezo-sensor +atlas-sensor +atm +atmel +atmel-ecc +atmel-flexcom +atmel-hlcdc +atmel-i2c +atmel-sha204a +atmel_captouch +atmel_mxt_ts +atmel_pci +atmtcp +atp870u +atusb +atxp1 +aty128fb +atyfb +au0828 +au8522_common +au8522_decoder +au8522_dig +auo-pixcir-ts +auth_rpcgss +authenc +authencesn +autofs4 +avmfritz +ax25 +ax88179_178a +ax88796b +ax88796c +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 +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 +btqca +btqcomsmd +btrfs +btrsi +btrtl +btsdio +bttv +btusb +bu21013_ts +bu21029_ts +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-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 +cdns3 +cdns3-imx +cdns3-pci-wrap +cdns3-ti +cdnsp-udc-pci +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 +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-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-mt8365 +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-scmi +clk-scpi +clk-si514 +clk-si5341 +clk-si5351 +clk-si544 +clk-si570 +clk-smd-rpm +clk-spmi-pmic-div +clk-sprd +clk-twl6040 +clk-versaclock5 +clk-versaclock7 +clk-wm831x +clk-xlnx-clock-wizard +cls_basic +cls_bpf +cls_cgroup +cls_flow +cls_flower +cls_fw +cls_matchall +cls_route +cls_u32 +cm109 +cm32181 +cm3232 +cm3323 +cm3605 +cm36651 +cma3000_d0x +cma3000_d0x_i2c +cmac +cmdlinepart +cmtp +cn10k-rng +cnic +cobra +coda +coda-vpu +colibri-vf50-ts +com20020 +com20020-pci +com90io +com90xx +comedi +comedi_8254 +comedi_8255 +comedi_bond +comedi_example_test +comedi_parport +comedi_pci +comedi_test +comedi_usb +comm +contec_pci_dio +cordic +core +corsair-cpro +corsair-psu +cortina +counter +cp210x +cpcap-adc +cpcap-battery +cpcap-charger +cpcap-pwrbutton +cpcap-regulator +cppc_cpufreq +cpr +cptpf +cptvf +cqhci +cramfs +crc-itu-t +crc32_generic +crc4 +crc7 +crct10dif-ce +crg-hi3516cv300 +crg-hi3798cv200 +cros-ec-anx7688 +cros-ec-cec +cros-ec-regulator +cros-ec-sensorhub +cros_ec +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_typec +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_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_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 +display-connector +dl2k +dlhl60d +dlink-dir685-touchkeys +dlm +dln2 +dln2-adc +dm-bio-prison +dm-bufio +dm-cache +dm-cache-smq +dm-clone +dm-crypt +dm-delay +dm-ebs +dm-era +dm-flakey +dm-historical-service-time +dm-integrity +dm-io-affinity +dm-log +dm-log-userspace +dm-log-writes +dm-mirror +dm-multipath +dm-persistent-data +dm-queue-length +dm-raid +dm-region-hash +dm-round-robin +dm-service-time +dm-snapshot +dm-switch +dm-thin-pool +dm-unstripe +dm-verity +dm-writecache +dm-zero +dm-zoned +dm1105 +dm9601 +dma-axi-dmac +dmard06 +dmard09 +dmard10 +dmc520_edac +dme1737 +dmfe +dmi-sysfs +dmm32at +dmx3191d +dnet +dp83640 +dp83822 +dp83848 +dp83867 +dp83869 +dp83tc811 +dp83td510 +dpaa2-console +dpaa2-qdma +dpaa2_caam +dpdmai +dpot-dac +dps310 +dps920ab +drbd +drivetemp +drm +drm_buddy +drm_display_helper +drm_dma_helper +drm_dp_aux_bus +drm_kms_helper +drm_mipi_dbi +drm_shmem_helper +drm_ttm_helper +drm_vram_helper +drm_xen_front +drv260x +drv2665 +drv2667 +drx39xyj +drxd +drxk +ds1621 +ds1682 +ds1803 +ds1wm +ds2482 +ds2490 +ds2760_battery +ds2780_battery +ds2781_battery +ds2782_battery +ds3000 +ds4424 +ds620 +dsa_core +dsbr100 +dst +dst_ca +dstr +dt2801 +dt2811 +dt2814 +dt2815 +dt2817 +dt282x +dt3000 +dt3155 +dt9812 +dtpm +dummy +dummy-irq +dummy_stm +dvb-as102 +dvb-bt8xx +dvb-core +dvb-pll +dvb-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_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-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 +failover +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_sys_fops +fb_tinylcd +fb_tls8204 +fb_uc1611 +fb_uc1701 +fb_upd161704 +fbtft +fc0011 +fc0012 +fc0013 +fc2580 +fcoe +fcrypt +fdomain +fdomain_pci +fdp +fdp_i2c +fealnx +ff-memless +ffa-module +fieldbus_dev +fintek-cir +firedtv +firewire-core +firewire-net +firewire-ohci +firewire-sbp2 +fit2 +fit3 +fixed +fjes +fl512 +flexcan +fm10k +fm801-gp +fm_drv +forcedeth +fore_200e +fou +fou6 +fpga-bridge +fpga-mgr +fpga-region +freevxfs +friq +frpw +fsa4480 +fscache +fsi-core +fsi-master-aspeed +fsi-master-gpio +fsi-master-hub +fsi-occ +fsi-sbefifo +fsi-scom +fsia6b +fsl-dpaa2-eth +fsl-dpaa2-ptp +fsl-dpaa2-switch +fsl-edma +fsl-edma-common +fsl-enetc +fsl-enetc-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_linflexuart +fsl_lpuart +fsl_pq_mdio +fsl_ucc_hdlc +fsp-3y +ftdi-elan +ftdi_sio +ftl +ftm-quaddec +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-apq8084 +gcc-ipq4019 +gcc-ipq6018 +gcc-ipq806x +gcc-ipq8074 +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-sc7180 +gcc-sc7280 +gcc-sc8180x +gcc-sc8280xp +gcc-sdm660 +gcc-sdm845 +gcc-sdx55 +gcc-sdx65 +gcc-sm6115 +gcc-sm6125 +gcc-sm6350 +gcc-sm6375 +gcc-sm8150 +gcc-sm8250 +gcc-sm8350 +gcc-sm8450 +gcc-sm8550 +gdmtty +gdmulte +ge2d +gemini +gen_probe +generic +generic-adc-battery +genet +geneve +genwqe_card +gf2k +gfs2 +ghash-ce +gianfar_driver +gl518sm +gl520sm +gl620a +gluebi +gm12u320 +gnss +gnss-mtk +gnss-serial +gnss-sirf +gnss-ubx +gnss-usb +go7007 +go7007-loader +go7007-usb +goku_udc +goldfish_battery +goodix_ts +gp2ap002 +gp2ap020a00f +gp8psk-fe +gpi +gpio +gpio-74x164 +gpio-74xx-mmio +gpio-adnp +gpio-adp5520 +gpio-aggregator +gpio-altera +gpio-altera-a10sr +gpio-amd-fch +gpio-amdpt +gpio-arizona +gpio-bd71815 +gpio-bd71828 +gpio-bd9571mwv +gpio-beeper +gpio-cadence +gpio-charger +gpio-da9052 +gpio-da9055 +gpio-dln2 +gpio-dwapb +gpio-eic-sprd +gpio-exar +gpio-fan +gpio-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-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-sim +gpio-siox +gpio-sl28cpld +gpio-sprd +gpio-syscon +gpio-thunderx +gpio-tpic2810 +gpio-tps65086 +gpio-tps65218 +gpio-tps65912 +gpio-tqmx86 +gpio-twl4030 +gpio-twl6040 +gpio-ucb1400 +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-sc7180 +gpucc-sc7280 +gpucc-sc8280xp +gpucc-sdm660 +gpucc-sdm845 +gpucc-sm6350 +gpucc-sm8150 +gpucc-sm8250 +gpucc-sm8350 +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 +habanalabs +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 +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-ezkey +hid-ft260 +hid-gaff +hid-gembird +hid-generic +hid-gfrm +hid-glorious +hid-google-hammer +hid-gt683r +hid-gyration +hid-holtek-kbd +hid-holtek-mouse +hid-holtekff +hid-hyperv +hid-icade +hid-ite +hid-jabra +hid-kensington +hid-keytouch +hid-kye +hid-lcpower +hid-led +hid-lenovo +hid-letsketch +hid-lg-g15 +hid-logitech +hid-logitech-dj +hid-logitech-hidpp +hid-macally +hid-magicmouse +hid-maltron +hid-mcp2221 +hid-megaworld +hid-mf +hid-microsoft +hid-monterey +hid-multitouch +hid-nintendo +hid-nti +hid-ntrig +hid-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_zip +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 +htc-pasic3 +hte-tegra194 +hte-tegra194-test +hts221 +hts221_i2c +hts221_spi +htu21 +huawei_cdc_ncm +hv_balloon +hv_netvsc +hv_sock +hv_storvsc +hv_utils +hv_vmbus +hwmon-vid +hwpoison-inject +hx711 +hx8357 +hx8357d +hycon-hy46xx +hynitron_cstxxx +hyperbus-core +hyperv-keyboard +hyperv_drm +hyperv_fb +i2c-algo-bit +i2c-algo-pca +i2c-ali1535 +i2c-ali1563 +i2c-ali15x3 +i2c-altera +i2c-amd756 +i2c-amd8111 +i2c-apple +i2c-arb-gpio-challenge +i2c-cbus-gpio +i2c-ccgx-ucsi +i2c-cp2615 +i2c-cros-ec-tunnel +i2c-demux-pinctrl +i2c-designware-pci +i2c-diolan-u2c +i2c-dln2 +i2c-fsi +i2c-gpio +i2c-hid +i2c-hid-acpi +i2c-hid-of +i2c-hid-of-elan +i2c-hid-of-goodix +i2c-hisi +i2c-hix5hd2 +i2c-i801 +i2c-imx +i2c-imx-lpi2c +i2c-isch +i2c-kempld +i2c-matroxfb +i2c-mchp-pci1xxxx +i2c-meson +i2c-mlxbf +i2c-mt65xx +i2c-mux +i2c-mux-gpio +i2c-mux-gpmux +i2c-mux-ltc4306 +i2c-mux-mlxcpld +i2c-mux-pca9541 +i2c-mux-pca954x +i2c-mux-pinctrl +i2c-mux-reg +i2c-mv64xxx +i2c-nforce2 +i2c-nomadik +i2c-npcm7xx +i2c-nvidia-gpu +i2c-ocores +i2c-owl +i2c-parport +i2c-pca-platform +i2c-piix4 +i2c-pxa +i2c-qcom-cci +i2c-qcom-geni +i2c-qup +i2c-rcar +i2c-riic +i2c-rk3x +i2c-robotfuzz-osif +i2c-rzv2m +i2c-scmi +i2c-sh_mobile +i2c-simtec +i2c-sis5595 +i2c-sis630 +i2c-sis96x +i2c-slave-eeprom +i2c-smbus +i2c-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-osm-l3 +icc-rpmh +icc-smd-rpm +ice +ice40-spi +icp +icp10100 +icp_multi +icplus +ics932s401 +idma64 +idmouse +idt77252 +idt_89hpesx +idt_gen2 +idt_gen3 +idtcps +ieee802154 +ieee802154_6lowpan +ieee802154_socket +ifb +ifcvf +ife +ifi_canfd +iforce +iforce-serio +iforce-usb +igb +igbvf +igc +igorplugusb +iguanair +ii_pci20kc +iio-mux +iio-rescale +iio-trig-hrtimer +iio-trig-interrupt +iio-trig-loop +iio-trig-sysfs +iio_dummy +iio_hwmon +ila +ili210x +ili9163 +ili9225 +ili922x +ili9320 +ili9341 +ili9486 +ilitek_ts_i2c +imagis +img-ascii-lcd +img-i2s-in +img-i2s-out +img-parallel-out +img-spdif-in +img-spdif-out +imm +imon +imon_raw +ims-pcu +imx-audio-rpmsg +imx-bus +imx-common +imx-cpufreq-dt +imx-dcss +imx-dma +imx-dsp +imx-interconnect +imx-lcdif +imx-mailbox +imx-media-common +imx-mipi-csis +imx-pcm-dma +imx-pcm-rpmsg +imx-pxp +imx-sdma +imx208 +imx214 +imx219 +imx258 +imx274 +imx290 +imx2_wdt +imx319 +imx334 +imx335 +imx355 +imx412 +imx6q-cpufreq +imx6ul_tsc +imx7-media-csi +imx7d_adc +imx7ulp_wdt +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-blk-ctrl +imx93-pd +imx93-src +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-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 +intel-m10-bmc-hwmon +intel-nand-controller +intel-qep +intel-xway +intel_qat +intel_th +intel_th_acpi +intel_th_gth +intel_th_msu +intel_th_msu_sink +intel_th_pci +intel_th_pti +intel_th_sth +intel_vr_nor +interact +interrupt-cnt +inv-icm42600 +inv-icm42600-i2c +inv-icm42600-spi +inv-mpu6050 +inv-mpu6050-i2c +inv-mpu6050-spi +io-domain +io_edgeport +io_ti +iommufd +ionic +iosm +iowarrior +ip5xxx_power +ip6_gre +ip6_tables +ip6_tunnel +ip6_udp_tunnel +ip6_vti +ip6t_NPT +ip6t_REJECT +ip6t_SYNPROXY +ip6t_ah +ip6t_eui64 +ip6t_frag +ip6t_hbh +ip6t_ipv6header +ip6t_mh +ip6t_rpfilter +ip6t_rt +ip6t_srh +ip6table_filter +ip6table_mangle +ip6table_nat +ip6table_raw +ip6table_security +ip_gre +ip_set +ip_set_bitmap_ip +ip_set_bitmap_ipmac +ip_set_bitmap_port +ip_set_hash_ip +ip_set_hash_ipmac +ip_set_hash_ipmark +ip_set_hash_ipport +ip_set_hash_ipportip +ip_set_hash_ipportnet +ip_set_hash_mac +ip_set_hash_net +ip_set_hash_netiface +ip_set_hash_netnet +ip_set_hash_netport +ip_set_hash_netportnet +ip_set_list_set +ip_tables +ip_tunnel +ip_vs +ip_vs_dh +ip_vs_fo +ip_vs_ftp +ip_vs_lblc +ip_vs_lblcr +ip_vs_lc +ip_vs_mh +ip_vs_nq +ip_vs_ovf +ip_vs_pe_sip +ip_vs_rr +ip_vs_sed +ip_vs_sh +ip_vs_twos +ip_vs_wlc +ip_vs_wrr +ip_vti +ipa +ipack +ipaq +ipcomp +ipcomp6 +iphase +ipheth +ipip +ipmb_dev_int +ipmi_devintf +ipmi_ipmb +ipmi_msghandler +ipmi_poweroff +ipmi_si +ipmi_ssif +ipmi_watchdog +ipoctal +ipr +iproc_nand +ips +ipt_CLUSTERIP +ipt_ECN +ipt_REJECT +ipt_SYNPROXY +ipt_ah +ipt_rpfilter +iptable_filter +iptable_mangle +iptable_nat +iptable_raw +iptable_security +ipvlan +ipvtap +ipw +ipw2100 +ipw2200 +iqs269a +iqs5xx +iqs620at-temp +iqs621-als +iqs624-pos +iqs626a +iqs62x +iqs62x-keys +iqs7222 +ir-hix5hd2 +ir-imon-decoder +ir-jvc-decoder +ir-kbd-i2c +ir-mce_kbd-decoder +ir-nec-decoder +ir-rc5-decoder +ir-rc6-decoder +ir-rcmm-decoder +ir-sanyo-decoder +ir-sharp-decoder +ir-sony-decoder +ir-spi +ir-usb +ir-xmp-decoder +ir35221 +ir36021 +ir38064 +ir_toy +irdma +irps5401 +irq-imx-mu-msi +irq-madera +irq-pruss-intc +irq-qcom-mpm +iscsi_boot_sysfs +iscsi_ibft +iscsi_target_mod +iscsi_tcp +isdnhdlc +isight_firmware +isl29003 +isl29018 +isl29020 +isl29028 +isl29125 +isl29501 +isl6271a-regulator +isl6405 +isl6421 +isl6423 +isl68137 +isl7998x +isl9305 +isofs +isp116x-hcd +isp1704_charger +isp1760 +it87 +it913x +itd1000 +ite-cir +ite-it6505 +ite-it66121 +itg3200 +iuu_phoenix +ivtv +ivtv-alsa +ivtvfb +iw_cm +iw_cxgb4 +iwl3945 +iwl4965 +iwldvm +iwlegacy +iwlmvm +iwlwifi +ix2505v +ixgb +ixgbe +ixgbevf +janz-cmodio +janz-ican3 +jc42 +jedec_probe +jffs2 +jfs +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 +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 +lcc-ipq806x +lcc-mdm9615 +lcc-msm8960 +lcd +lcd2s +ldusb +lec +led-class-flash +led-class-multicolor +led_bl +leds-88pm860x +leds-aat1290 +leds-adp5520 +leds-an30259a +leds-as3645a +leds-aw2013 +leds-bcm6328 +leds-bcm6358 +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-pca9532 +leds-pca955x +leds-pca963x +leds-pwm +leds-pwm-multicolor +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-gpio +ledtrig-heartbeat +ledtrig-netdev +ledtrig-oneshot +ledtrig-pattern +ledtrig-timer +ledtrig-transient +ledtrig-tty +ledtrig-usbport +legousbtower +lg-vl600 +lg2160 +lgdt3305 +lgdt3306a +lgdt330x +lgs8gl5 +lgs8gxx +lib80211 +lib80211_crypt_ccmp +lib80211_crypt_tkip +lib80211_crypt_wep +libarc4 +libceph +libchacha +libchacha20poly1305 +libcomposite +libcrc32c +libcurve25519 +libcurve25519-generic +libcxgb +libcxgbi +libdes +libertas +libertas_sdio +libertas_spi +libertas_tf +libertas_tf_usb +libfc +libfcoe +libipw +libiscsi +libiscsi_tcp +libpoly1305 +libsas +libwx +lightning +lima +line-display +lineage-pem +linear +linkstation-poweroff +liquidio +liquidio_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-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 +lxt +lz4 +lz4_compress +lz4hc +lz4hc_compress +m2m-deinterlace +m52790 +m5mols +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 +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 +max20730 +max20751 +max2165 +max2175 +max30100 +max30102 +max30208 +max3100 +max31722 +max31730 +max31760 +max31785 +max31790 +max31856 +max31865 +max3420_udc +max3421-hcd +max34440 +max44000 +max44009 +max517 +max5432 +max5481 +max5487 +max5821 +max63xx_wdt +max6620 +max6621 +max6639 +max6650 +max6697 +max6875 +max7359_keypad +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 +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 +mdev +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-mmioreg +mdio-mux-multiplexer +mdio-mvusb +mdio-octeon +mdio-thunder +mdio-xgene +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 +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_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-tcb-capture +microchip_t1 +microread +microread_i2c +microtek +minix +mip6 +mipi-i3c-hci +mite +mk712 +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-apq8084 +mmcc-msm8960 +mmcc-msm8974 +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 +mpr121_touchkey +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_ocelot +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 +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 +mt8192-mt6359-rt1015-rt5682 +mt8195-mt6359 +mt9m001 +mt9m032 +mt9m111 +mt9p031 +mt9t001 +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-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_thermal +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 +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 +nbd +nci +nci_spi +nci_uart +nct6683 +nct6775 +nct6775-core +nct6775-i2c +nct7802 +nct7904 +nd_btt +nd_pmem +nd_virtio +ne2k-pci +neofb +net1080 +net2272 +net2280 +net_failover +netconsole +netdevsim +netfs +netjet +netlink_diag +netrom +netsec +netup-unidvb +netxen_nic +newtonkbd +nf_conncount +nf_conntrack +nf_conntrack_amanda +nf_conntrack_bridge +nf_conntrack_broadcast +nf_conntrack_ftp +nf_conntrack_h323 +nf_conntrack_irc +nf_conntrack_netbios_ns +nf_conntrack_netlink +nf_conntrack_pptp +nf_conntrack_sane +nf_conntrack_sip +nf_conntrack_snmp +nf_conntrack_tftp +nf_defrag_ipv4 +nf_defrag_ipv6 +nf_dup_ipv4 +nf_dup_ipv6 +nf_dup_netdev +nf_flow_table +nf_flow_table_inet +nf_log_syslog +nf_nat +nf_nat_amanda +nf_nat_ftp +nf_nat_h323 +nf_nat_irc +nf_nat_pptp +nf_nat_sip +nf_nat_snmp_basic +nf_nat_tftp +nf_reject_ipv4 +nf_reject_ipv6 +nf_socket_ipv4 +nf_socket_ipv6 +nf_synproxy_core +nf_tables +nf_tproxy_ipv4 +nf_tproxy_ipv6 +nfc +nfc_digital +nfcmrvl +nfcmrvl_i2c +nfcmrvl_spi +nfcmrvl_uart +nfcmrvl_usb +nfcsim +nfit +nfnetlink +nfnetlink_acct +nfnetlink_cthelper +nfnetlink_cttimeout +nfnetlink_hook +nfnetlink_log +nfnetlink_osf +nfnetlink_queue +nfp +nfs +nfs_acl +nfs_layout_flexfiles +nfs_layout_nfsv41_files +nfsd +nfsv2 +nfsv3 +nfsv4 +nft_chain_nat +nft_compat +nft_connlimit +nft_ct +nft_dup_ipv4 +nft_dup_ipv6 +nft_dup_netdev +nft_fib +nft_fib_inet +nft_fib_ipv4 +nft_fib_ipv6 +nft_fib_netdev +nft_flow_offload +nft_fwd_netdev +nft_hash +nft_limit +nft_log +nft_masq +nft_meta_bridge +nft_nat +nft_numgen +nft_osf +nft_queue +nft_quota +nft_redir +nft_reject +nft_reject_bridge +nft_reject_inet +nft_reject_ipv4 +nft_reject_ipv6 +nft_reject_netdev +nft_socket +nft_synproxy +nft_tproxy +nft_tunnel +nft_xfrm +nftl +ngbe +ngene +nhc_dest +nhc_fragment +nhc_hop +nhc_ipv6 +nhc_mobility +nhc_routing +nhc_udp +nhpoly1305 +nhpoly1305-neon +ni_6527 +ni_65xx +ni_660x +ni_670x +ni_at_a2150 +ni_at_ao +ni_atmio +ni_atmio16d +ni_labpc +ni_labpc_common +ni_labpc_pci +ni_pcidio +ni_pcimio +ni_routes_test +ni_routing +ni_tio +ni_tiocmd +ni_usb6501 +nicpf +nicstar +nicvf +nilfs2 +nitro_enclaves +niu +nixge +nlmon +nls_ascii +nls_cp1250 +nls_cp1251 +nls_cp1255 +nls_cp737 +nls_cp775 +nls_cp850 +nls_cp852 +nls_cp855 +nls_cp857 +nls_cp860 +nls_cp861 +nls_cp862 +nls_cp863 +nls_cp864 +nls_cp865 +nls_cp866 +nls_cp869 +nls_cp874 +nls_cp932 +nls_cp936 +nls_cp949 +nls_cp950 +nls_euc-jp +nls_iso8859-1 +nls_iso8859-13 +nls_iso8859-14 +nls_iso8859-15 +nls_iso8859-2 +nls_iso8859-3 +nls_iso8859-4 +nls_iso8859-5 +nls_iso8859-6 +nls_iso8859-7 +nls_iso8859-9 +nls_koi8-r +nls_koi8-ru +nls_koi8-u +nls_utf8 +noa1305 +noon010pc30 +nosy +notifier-error-inject +nouveau +nozomi +npcm-rng +npcm750-pwm-fan +npcm_adc +nps_enet +ns558 +ns83820 +nsh +ntb +ntb_hw_epf +ntb_hw_idt +ntb_hw_switchtec +ntb_netdev +ntb_perf +ntb_pingpong +ntb_tool +ntb_transport +ntc_thermistor +ntfs +ntfs3 +ntxec +null_blk +nuvoton-cir +nvec +nvec_kbd +nvec_paz00 +nvec_power +nvec_ps2 +nvidiafb +nvme +nvme-apple +nvme-common +nvme-core +nvme-fabrics +nvme-fc +nvme-loop +nvme-rdma +nvme-tcp +nvmem-apple-efuses +nvmem-imx-iim +nvmem-imx-ocotp +nvmem-imx-ocotp-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_sunxi_sid +nvmem_u-boot-env +nvmet +nvmet-fc +nvmet-rdma +nvmet-tcp +nvsw-sn2201 +nwl-dsi +nxp-c45-tja11xx +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 +open-dice +opencores-kbd +openvswitch +opt3001 +optee +optee-rng +opticon +option +or51132 +or51211 +orangefs +orinoco +orinoco_nortel +orinoco_plx +orinoco_tmd +orinoco_usb +oti6858 +otm3225a +otx2_ptp +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 +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-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-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-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-nt36672a +panel-novatek-nt39016 +panel-olimex-lcd-olinuxino +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-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-tulip-truly-nt35521 +panel-tdo-tl070wsh30 +panel-tpo-td028ttec1 +panel-tpo-td043mtea1 +panel-tpo-tpg110 +panel-truly-nt35597 +panel-visionox-rm69299 +panel-widechips-ws2401 +panel-xinpeng-xpp055c272 +panfrost +parade-ps8622 +parade-ps8640 +paride +parkbd +parman +parport +parport_ax88796 +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_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 +pcd +pcf50633 +pcf50633-adc +pcf50633-backlight +pcf50633-charger +pcf50633-gpio +pcf50633-input +pcf50633-regulator +pcf8574_keypad +pcf8591 +pch_udc +pci +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-altera-tse +pcs_xpcs +pcwd_pci +pcwd_usb +pd +pda_power +pdc_adma +pdr_interface +peak_pci +peak_pciefd +peak_usb +peci +peci-cpu +peci-cputemp +peci-dimmtemp +pegasus +pegasus_notetaker +penmount +pf +pf8x00-regulator +pfr_telemetry +pfr_update +pfuze100-regulator +pg +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-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-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-sun4i-usb +phy-sun50i-usb3 +phy-sun6i-mipi-dphy +phy-tahvo +phy-tegra-usb +phy-tegra-xusb +phy-tegra194-p2u +phy-tusb1210 +phy-zynqmp +physmap +pi3usb30532 +pi433 +pim4328 +pinctrl-apple-gpio +pinctrl-axp209 +pinctrl-cy8c95x0 +pinctrl-da9062 +pinctrl-imx8ulp +pinctrl-imx93 +pinctrl-ipq6018 +pinctrl-ipq8074 +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-msm8916 +pinctrl-msm8953 +pinctrl-msm8976 +pinctrl-msm8994 +pinctrl-msm8996 +pinctrl-msm8998 +pinctrl-mt6779 +pinctrl-qcm2290 +pinctrl-qcs404 +pinctrl-qdf2xxx +pinctrl-rk805 +pinctrl-sc7180 +pinctrl-sc7280 +pinctrl-sc7280-lpass-lpi +pinctrl-sc8180x +pinctrl-sc8280xp +pinctrl-sc8280xp-lpass-lpi +pinctrl-sdm660 +pinctrl-sdm670 +pinctrl-sdm845 +pinctrl-sm6115 +pinctrl-sm6125 +pinctrl-sm6350 +pinctrl-sm6375 +pinctrl-sm8150 +pinctrl-sm8250 +pinctrl-sm8250-lpass-lpi +pinctrl-sm8350 +pinctrl-sm8450 +pinctrl-sm8450-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 +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 +pt +ptp-qoriq +ptp_clockmatrix +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-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-sl28cpld +pwm-sprd +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 +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-pmic-typec +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_common +qcom_edac +qcom_eud +qcom_geni_serial +qcom_glink +qcom_glink_rpm +qcom_glink_smem +qcom_gsbi +qcom_hwspinlock +qcom_nandc +qcom_pil_info +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-sc7180 +qnoc-sc7280 +qnoc-sc8180x +qnoc-sc8280xp +qnoc-sdm660 +qnoc-sdm845 +qnoc-sdx55 +qnoc-sdx65 +qnoc-sm6350 +qnoc-sm8150 +qnoc-sm8250 +qnoc-sm8350 +qnoc-sm8450 +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 +r8188eu +r8192e_pci +r8192u_usb +r820t +r852 +r8712u +r8723bs +r8a66597-hcd +r8a66597-udc +r8a779f0-ether-serdes +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 +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-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-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_usbhs +renesas_wdt +repaper +reset-a10sr +reset-hi3660 +reset-meson-audio-arb +reset-qcom-pdc +reset-rzg2l-usbphy-ctrl +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 +rk808-regulator +rk817_charger +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-regulator +rohm_bu21023 +romfs +rose +rotary_encoder +rp2 +rpcrdma +rpcsec_gss_krb5 +rpi-panel-attiny-regulator +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 +rt4831 +rt4831-backlight +rt4831-regulator +rt5033 +rt5033-regulator +rt5033_battery +rt5120 +rt5120-pwrkey +rt5120-regulator +rt5190a-regulator +rt5759-regulator +rt6160-regulator +rt6190-regulator +rt61pci +rt6245-regulator +rt73usb +rt9455_charger +rtc-88pm80x +rtc-88pm860x +rtc-ab-b5ze-s3 +rtc-ab-eoz9 +rtc-abx80x +rtc-armada38x +rtc-as3722 +rtc-bd70528 +rtc-bq32k +rtc-bq4802 +rtc-cadence +rtc-cpcap +rtc-cros-ec +rtc-da9052 +rtc-da9055 +rtc-da9063 +rtc-ds1286 +rtc-ds1302 +rtc-ds1305 +rtc-ds1307 +rtc-ds1343 +rtc-ds1347 +rtc-ds1374 +rtc-ds1390 +rtc-ds1511 +rtc-ds1553 +rtc-ds1672 +rtc-ds1685 +rtc-ds1742 +rtc-ds2404 +rtc-ds3232 +rtc-em3027 +rtc-fm3130 +rtc-fsl-ftm-alarm +rtc-ftrtc010 +rtc-goldfish +rtc-hid-sensor-time +rtc-hym8563 +rtc-imx-sc +rtc-imxdi +rtc-isl12022 +rtc-isl12026 +rtc-isl1208 +rtc-lp8788 +rtc-m41t80 +rtc-m41t93 +rtc-m41t94 +rtc-m48t35 +rtc-m48t59 +rtc-m48t86 +rtc-max6900 +rtc-max6902 +rtc-max6916 +rtc-max77686 +rtc-max8907 +rtc-max8925 +rtc-max8997 +rtc-max8998 +rtc-mc13xxx +rtc-mcp795 +rtc-meson-vrtc +rtc-msm6242 +rtc-mt2712 +rtc-mt6397 +rtc-mt7622 +rtc-mxc +rtc-mxc_v2 +rtc-nct3018y +rtc-ntxec +rtc-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-tegra +rtc-ti-k3 +rtc-tps6586x +rtc-tps65910 +rtc-twl +rtc-v3020 +rtc-wm831x +rtc-wm8350 +rtc-x1205 +rtc-zynqmp +rtd520 +rti800 +rti802 +rti_wdt +rtl2830 +rtl2832 +rtl2832_sdr +rtl8150 +rtl8187 +rtl8188ee +rtl818x_pci +rtl8192c-common +rtl8192ce +rtl8192cu +rtl8192de +rtl8192ee +rtl8192se +rtl8365mb +rtl8366 +rtl8723-common +rtl8723ae +rtl8723be +rtl8821ae +rtl8xxxu +rtl_pci +rtl_usb +rtllib +rtllib_crypt_ccmp +rtllib_crypt_tkip +rtllib_crypt_wep +rtlwifi +rtmv20-regulator +rtq2134-regulator +rtq6056 +rtq6752-regulator +rtrs-client +rtrs-core +rtrs-server +rts5208 +rtsx_pci +rtsx_pci_ms +rtsx_pci_sdmmc +rtsx_usb +rtsx_usb_ms +rtsx_usb_sdmmc +rtw88_8723d +rtw88_8723de +rtw88_8723du +rtw88_8821c +rtw88_8821ce +rtw88_8821cu +rtw88_8822b +rtw88_8822be +rtw88_8822bu +rtw88_8822c +rtw88_8822ce +rtw88_8822cu +rtw88_core +rtw88_pci +rtw88_usb +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 +rza_wdt +rzg2l-cru +rzg2l-csi2 +rzg2l_adc +rzg2l_mipi_dsi +rzg2l_thermal +rzg2l_wdt +rzn1_wdt +s1d13xxxfb +s2250 +s2255drv +s2io +s2mpa01 +s2mps11 +s3fb +s3fwrn5 +s3fwrn5_i2c +s3fwrn82_uart +s526 +s5c73m3 +s5h1409 +s5h1411 +s5h1420 +s5h1432 +s5k5baf +s5k6a3 +s5k6aa +s5m8767 +s626 +s6sy761 +s921 +sa2ul +saa6588 +saa6752hs +saa7110 +saa7115 +saa7127 +saa7134 +saa7134-alsa +saa7134-dvb +saa7134-empress +saa7134-go7007 +saa7164 +saa717x +saa7185 +saa7706h +safe_serial +sahara +sample-trace-array +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_atm +sch_cake +sch_cbq +sch_cbs +sch_choke +sch_codel +sch_drr +sch_dsmark +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_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 +sha3_generic +sha512-arm64 +sha512-ce +shark2 +shiftfs +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 +sl811-hcd +slcan +slg51000-regulator +slic_ds26522 +slicoss +slim-qcom-ctrl +slim-qcom-ngd-ctrl +slimbus +slip +slram +sm2_generic +sm3 +sm3-ce +sm3-neon +sm3_generic +sm4 +sm4-ce +sm4-ce-ccm +sm4-ce-cipher +sm4-ce-gcm +sm4-neon +sm4_generic +sm501 +sm501fb +sm712fb +sm750fb +sm_common +sm_ftl +smartpqi +smb347-charger +smc +smc_diag +smd-rpm +smem +smipcie +smm665 +smp2p +smpro-core +smpro-errmon +smpro-hwmon +smpro-misc +smsc +smsc47b397 +smsc47m1 +smsc47m192 +smsc75xx +smsc911x +smsc9420 +smsc95xx +smscufx +smsdvb +smsm +smsmdtv +smssdio +smsusb +snd +snd-ac97-codec +snd-acp-config +snd-ad1889 +snd-ak4113 +snd-ak4114 +snd-ak4xxx-adda +snd-ali5451 +snd-aloop +snd-als300 +snd-atiixp +snd-atiixp-modem +snd-au8810 +snd-au8820 +snd-au8830 +snd-aw2 +snd-azt3328 +snd-bcd2000 +snd-bebob +snd-bt87x +snd-ca0106 +snd-cmipci +snd-compress +snd-cs4281 +snd-cs46xx +snd-cs8427 +snd-ctl-led +snd-ctxfi +snd-darla20 +snd-darla24 +snd-dice +snd-dummy +snd-echo3g +snd-emu10k1 +snd-emu10k1-synth +snd-emu10k1x +snd-emux-synth +snd-ens1370 +snd-ens1371 +snd-es1938 +snd-es1968 +snd-fireface +snd-firewire-digi00x +snd-firewire-lib +snd-firewire-motu +snd-firewire-tascam +snd-fireworks +snd-fm801 +snd-gina20 +snd-gina24 +snd-hda-codec +snd-hda-codec-analog +snd-hda-codec-ca0110 +snd-hda-codec-ca0132 +snd-hda-codec-cirrus +snd-hda-codec-cmedia +snd-hda-codec-conexant +snd-hda-codec-cs8409 +snd-hda-codec-generic +snd-hda-codec-hdmi +snd-hda-codec-idt +snd-hda-codec-realtek +snd-hda-codec-si3054 +snd-hda-codec-via +snd-hda-core +snd-hda-cs-dsp-ctls +snd-hda-ext-core +snd-hda-intel +snd-hda-scodec-cs35l41 +snd-hda-scodec-cs35l41-i2c +snd-hda-scodec-cs35l41-spi +snd-hda-tegra +snd-hdsp +snd-hdspm +snd-hrtimer +snd-hwdep +snd-i2c +snd-ice1712 +snd-ice1724 +snd-ice17xx-ak4xxx +snd-indigo +snd-indigodj +snd-indigodjx +snd-indigoio +snd-indigoiox +snd-intel-dspcfg +snd-intel-sdw-acpi +snd-intel8x0 +snd-intel8x0m +snd-isight +snd-korg1212 +snd-layla20 +snd-layla24 +snd-lola +snd-lx6464es +snd-maestro3 +snd-mia +snd-mixart +snd-mixer-oss +snd-mona +snd-mpu401 +snd-mpu401-uart +snd-mtpav +snd-mts64 +snd-nm256 +snd-opl3-lib +snd-opl3-synth +snd-oxfw +snd-oxygen +snd-oxygen-lib +snd-pcm +snd-pcm-dmaengine +snd-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-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-bd28623 +snd-soc-bt-sco +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-cs35l45-tables +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-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-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-max98373 +snd-soc-max98373-i2c +snd-soc-max98373-sdw +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-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-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-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-rt715 +snd-soc-rt715-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-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-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-tas5086 +snd-soc-tas571x +snd-soc-tas5720 +snd-soc-tas5805m +snd-soc-tas6424 +snd-soc-tda7419 +snd-soc-tegra-audio-graph-card +snd-soc-tegra-machine +snd-soc-tegra-pcm +snd-soc-tegra-wm8903 +snd-soc-tegra186-asrc +snd-soc-tegra186-dspk +snd-soc-tegra20-ac97 +snd-soc-tegra20-das +snd-soc-tegra20-i2s +snd-soc-tegra20-spdif +snd-soc-tegra210-admaif +snd-soc-tegra210-adx +snd-soc-tegra210-ahub +snd-soc-tegra210-amx +snd-soc-tegra210-dmic +snd-soc-tegra210-i2s +snd-soc-tegra210-mixer +snd-soc-tegra210-mvc +snd-soc-tegra210-ope +snd-soc-tegra210-sfc +snd-soc-tegra30-ahub +snd-soc-tegra30-i2s +snd-soc-test-component +snd-soc-tfa9879 +snd-soc-tfa989x +snd-soc-ti-edma +snd-soc-ti-sdma +snd-soc-ti-udma +snd-soc-tlv320adc3xxx +snd-soc-tlv320adcx140 +snd-soc-tlv320aic23 +snd-soc-tlv320aic23-i2c +snd-soc-tlv320aic23-spi +snd-soc-tlv320aic31xx +snd-soc-tlv320aic32x4 +snd-soc-tlv320aic32x4-i2c +snd-soc-tlv320aic32x4-spi +snd-soc-tlv320aic3x +snd-soc-tlv320aic3x-i2c +snd-soc-tlv320aic3x-spi +snd-soc-tpa6130a2 +snd-soc-ts3a227e +snd-soc-tscs42xx +snd-soc-tscs454 +snd-soc-uda1334 +snd-soc-wcd-mbhc +snd-soc-wcd9335 +snd-soc-wcd934x +snd-soc-wcd938x +snd-soc-wcd938x-sdw +snd-soc-wm-adsp +snd-soc-wm-hubs +snd-soc-wm8510 +snd-soc-wm8523 +snd-soc-wm8524 +snd-soc-wm8580 +snd-soc-wm8711 +snd-soc-wm8728 +snd-soc-wm8731 +snd-soc-wm8731-i2c +snd-soc-wm8731-spi +snd-soc-wm8737 +snd-soc-wm8741 +snd-soc-wm8750 +snd-soc-wm8753 +snd-soc-wm8770 +snd-soc-wm8776 +snd-soc-wm8782 +snd-soc-wm8804 +snd-soc-wm8804-i2c +snd-soc-wm8804-spi +snd-soc-wm8903 +snd-soc-wm8904 +snd-soc-wm8940 +snd-soc-wm8960 +snd-soc-wm8961 +snd-soc-wm8962 +snd-soc-wm8974 +snd-soc-wm8978 +snd-soc-wm8985 +snd-soc-wm8994 +snd-soc-wm9712 +snd-soc-wsa881x +snd-soc-wsa883x +snd-soc-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-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 +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-bus +soundwire-cadence +soundwire-generic-allocation +soundwire-intel +soundwire-qcom +sp2 +sp805_wdt +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-armada-3700 +spi-axi-spi-engine +spi-bitbang +spi-butterfly +spi-cadence +spi-cadence-quadspi +spi-cadence-xspi +spi-dln2 +spi-dw +spi-dw-mmio +spi-dw-pci +spi-fsi +spi-fsl-dspi +spi-fsl-lpspi +spi-fsl-qspi +spi-geni-qcom +spi-gpio +spi-hisi-kunpeng +spi-hisi-sfc-v3xx +spi-imx +spi-lm70llp +spi-loopback-test +spi-meson-spicc +spi-meson-spifc +spi-microchip-core +spi-microchip-core-qspi +spi-mt65xx +spi-mtk-nor +spi-mtk-snfi +spi-mux +spi-mxic +spi-nor +spi-npcm-fiu +spi-npcm-pspi +spi-nxp-fspi +spi-oc-tiny +spi-orion +spi-pci1xxxx +spi-pl022 +spi-pxa2xx-pci +spi-pxa2xx-platform +spi-qcom-qspi +spi-qup +spi-rockchip +spi-rockchip-sfc +spi-rpc-if +spi-rspi +spi-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-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 +sr030pc30 +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_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 +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 +syscopyarea +sysfillrect +sysimgblt +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_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 +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-ads124s08 +ti-ads131e08 +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-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 +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 +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 +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 +u132-hcd +uPD60620 +u_audio +u_ether +u_serial +uacce +uartlite +uas +ubi +ubifs +ublk_drv +ubuntu-host +ucan +ucb1400_core +ucb1400_ts +ucc_uart +ucd9000 +ucd9200 +ucs1002_power +ucsi_acpi +ucsi_ccg +ucsi_stm32g0 +uda1342 +udc-core +udc-xilinx +udf +udl +udlfb +udp_diag +udp_tunnel +ueagle-atm +ufs +ufs-hisi +ufs-mediatek +ufs-renesas +ufs_qcom +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 +uvcvideo +uvesafb +v4l2-async +v4l2-dv-timings +v4l2-flash-led-class +v4l2-fwnode +v4l2-h264 +v4l2-jpeg +v4l2-mem2mem +v4l2-tpg +v4l2-vp9 +vcan +vcnl3020 +vcnl4000 +vcnl4035 +vcpu_stall_detector +vctrl-regulator +vdpa +vdpa_sim +vdpa_sim_blk +vdpa_sim_net +vduse +veml6030 +veml6070 +venus-core +venus-dec +venus-enc +versal-fpga +ves1820 +ves1x93 +veth +vexpress-hwmon +vexpress-regulator +vf610_adc +vf610_dac +vfio +vfio-amba +vfio-fsl-mc +vfio-pci +vfio-pci-core +vfio-platform +vfio-platform-amdxgbe +vfio-platform-base +vfio-platform-calxedaxgmac +vfio_iommu_type1 +vgastate +vgem +vgg2432a4 +vhci-hcd +vhost +vhost_iotlb +vhost_net +vhost_scsi +vhost_vdpa +vhost_vsock +via-rhine +via-sdmmc +via-velocity +via686a +vicodec +video +video-i2c +video-mux +videobuf-core +videobuf-dma-sg +videobuf-vmalloc +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 +videodev +vim2m +vimc +viperboard +viperboard_adc +virt_wifi +virtio-gpu +virtio-rng +virtio_blk +virtio_bt +virtio_crypto +virtio_dma_buf +virtio_input +virtio_mem +virtio_net +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 +vs6624 +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 +wusb3801 +wwan_hwsim +x25 +x_tables +xbox_remote +xc2028 +xc4000 +xc5000 +xcbc +xctr +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-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 +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 +zavl +zcommon +zd1201 +zd1211rw +zd1301 +zd1301_demod +zet6223 +zforce_ts +zfs +zhenhua +ziirave_wdt +zinitix +zl10036 +zl10039 +zl10353 +zl6100 +zlua +znvpair +zonefs +zopt2201 +zpa2326 +zpa2326_i2c +zpa2326_spi +zram +zstd +zunicode +zynqmp-aes-gcm +zynqmp-dpsub +zynqmp-fpga +zynqmp-sha +zynqmp_dma +zzstd --- linux-lowlatency-hwe-6.2-6.2.0.orig/debian.lowlatency-hwe-6.2/abi/arm64/lowlatency.modules.builtin +++ linux-lowlatency-hwe-6.2-6.2.0/debian.lowlatency-hwe-6.2/abi/arm64/lowlatency.modules.builtin @@ -0,0 +1,530 @@ +8250 +8250_base +8250_dw +8250_mtk +8250_of +8250_omap +8250_pci +8250_tegra +88pm860x +a64fx-diag +ac +acpi_mdio +acpiphp +aead +aes_generic +af_packet +ahci_imx +akcipher +altera-sysmgr +altera_edac +amba-pl011 +apple-pmgr-pwrstate +apple_m1_cpu_pmu +arm-cci +arm-cci +arm-ccn +arm_smmu +arm_smmu_v3 +armada_thermal +armmmci +as3722 +as3722-poweroff +asiliantfb +asn1_decoder +asn1_encoder +asymmetric_keys +atkbd +axg +axg-aoclk +backlight +battery +bcm84881 +binfmt_elf +binfmt_script +brcmstb_gisb +bsg +btree +button +cbc +cdrom +cfbcopyarea +cfbfillrect +cfbimgblt +charger-manager +clk-apmixed +clk-bm1880 +clk-cpu-dyndiv +clk-cpumux +clk-dualdiv +clk-fixed-mmio +clk-fsl-sai +clk-gate +clk-hi3559a +clk-imx-lpcg-scu +clk-imx-scu +clk-imx8mm +clk-imx8mn +clk-imx8mp +clk-imx8mq +clk-mpll +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-mtk +clk-mux +clk-pll +clk-pll +clk-regmap +clk-vexpress-osc +cma_heap +cmd-db +cn +compat_binfmt_elf +configfs +cpufreq-dt +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 +da903x +da9052-core +da9052-i2c +da9052-spi +da9055 +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 +ezx-pcap +fan +fat +fb +fddi +fec +firmware_class +fixed_phy +font +freq_table +fsl_dpaa_fman +fsl_dpaa_fman_port +fsl_dpaa_mac +fsl_ifc +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-imx-scu +gpio-mxc +gpio-pl061 +gpio-poweroff +gpio-restart +gpio-tegra +gpio-tegra186 +gpio-xilinx +grant-dma-ops +gxbb +gxbb-aoclk +hed +hmac +hwmon +hwspinlock_core +i2c-core +i2c-designware-core +i2c-designware-platform +i2c-dev +i2c-omap +i2c-sprd +icc-core +imsttfb +imx +imx-scu +imx-weim +input-core +interconnect_qcom +ioasid +iova +ipu_idmac +ipv6 +irq-al-fic +irq-ls-scfg-msi +irq-mbigen +irq-meson-gpio +irq-mvebu-pic +irq-renesas-irqc +irq-renesas-rzg2l +irq-ti-sci-inta +irq-ti-sci-intr +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 +libblake2s +libcryptoutils +libnvdimm +libphy +libps2 +libsha1 +libsha256 +linear_ranges +loop +lp8788 +ltc2952-poweroff +lz4_decompress +lzo +lzo-rle +lzo_compress +lzo_decompress +max14577 +max310x +max77686 +max77693 +mbcache +mctp +md-mod +md5 +mdio-bitbang +mdio_devres +meson-aoclk +meson-clk-measure +meson-ee-pwrc +meson-eeclk +meson-gx-pwrc-vpu +meson-secure-pwrc +meson_sm +meson_uart +mfd-core +mii +mmc_block +mmc_core +mousedev +mpi +mq-deadline +msm_serial +mt6323-poweroff +mtk-eint +mv_xor_v2 +mx3fb +mxc-clk +n_null +nfs_ssc +nls_base +nls_cp437 +npcm_wdt +nvmem_core +nvmem_zynqmp_nvmem +of_mdio +ohci-hcd +ohci-pci +oid_registry +omap-gpmc +owl-uart +packing +palmas +pci-aardvark +pci-ep-cfs +pci-epc-core +pci-epc-mem +pci-epf-core +pci-host-common +pci-host-generic +pci-tegra +pcie-altera +pcie-altera-msi +pcie-hisi-error +pcie-histb +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-amd +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-mt8188 +pinctrl-mt8192 +pinctrl-mt8365 +pinctrl-mtk-common-v2 +pinctrl-ocelot +pinctrl-palmas +pinctrl-paris +pinctrl-rockchip +pinctrl-rzg2l +pinctrl-rzv2m +pinctrl-s700 +pinctrl-s900 +pinctrl-scu +pinctrl-single +pinctrl-sprd +pinctrl-sprd-sc9860 +pkcs7_message +pldmfw +power_supply +powercap_sys +ppp_generic +pps_core +pretimeout_noop +processor +pstore +ptp +public_key +qcom-ebi2 +qcom-ipcc +qcom-pdc +qcom-scm +qcom-ssc-block-bus +qcom_rpmh +rapidio +rational +rcar-usb2-clock-sel +reactor_panic +reactor_printk +regmap-i2c +regmap-mmio +regmap-spi +regulator-poweroff +remoteproc +renesas-cpg-mssr +reset +reset-berlin +reset-imx7 +reset-meson +reset-microchip-sparx5 +reset-qcom-aoss +restart-poweroff +rfkill +rng +rng-core +rockchip-mailbox +roles +rpmhpd +rsa_generic +rtc-efi +rtc-mv +rtc-xgene +rzg2l-cpg +sccnxp +scmi-module +scsi_common +scsi_mod +scu-pd +sd_mod +sec-core +sec-irq +selftests +seqiv +serdev +serial_core +serial_mctrl_gpio +serio +sg +sh-sci +sh_cmt +sh_tmu +sha1_generic +sha256_generic +sha512_generic +shpchp +simple-pm-bus +skcipher +slhc +smc91x +spi-fsl-lib +spi-fsl-spi +spi-omap2-mcspi +spm +squashfs +sr_mod +stmpe-i2c +stmpe-spi +sun50i-a100-ccu +sun50i-a100-r-ccu +sun50i-a64-ccu +sun50i-h6-ccu +sun50i-h6-r-ccu +sun50i-h616-ccu +sun50i-iommu +sun6i-msgbox +sun8i-de2-ccu +sun8i-h3-ccu +sun8i-r-ccu +sunxi-ccu +sunxi_sram +syscon-clk +system_heap +t10-pi +tc3589x +tcp_cubic +tegra-ahb +tegra-mc +tegra-tcu +tegra124-cpufreq +tegra186-emc +tegra194-cbb +tegra20-apb-dma +tegra20-cpufreq +tegra234-cbb +thermal +ti-cpufreq +ti-msgmgr +ti-opp-supply +ti_sci +timer-tegra186 +timer-ti-dm +tpm +tpm_crb +tpm_tis +tpm_tis_core +tps65086-restart +tps6586x +tps65912-core +tps65912-i2c +tps65912-spi +trusted +ttyprintk +tun +twl4030-audio +twl6040 +ucs2_string +udmabuf +uhci-hcd +uinput +unicode +unix +usb-common +usbcore +utf8data +vexpress-config +vexpress-sysreg +vfat +vid-pll-div +virt-dma +virtio +virtio-iommu +virtio_balloon +virtio_console +virtio_mmio +virtio_pci +virtio_pci_legacy_dev +virtio_pci_modern_dev +virtio_ring +virtio_scsi +vivaldi-fmap +watch_queue +watchdog +wwan +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 +zpool +zsmalloc +zstd_common +zstd_compress +zstd_decompress +zswap +zynqmp-ipi-mailbox --- linux-lowlatency-hwe-6.2-6.2.0.orig/debian.lowlatency-hwe-6.2/abi/arm64/lowlatency.retpoline +++ linux-lowlatency-hwe-6.2-6.2.0/debian.lowlatency-hwe-6.2/abi/arm64/lowlatency.retpoline @@ -0,0 +1 @@ +# RETPOLINE NOT ENABLED --- linux-lowlatency-hwe-6.2-6.2.0.orig/debian.lowlatency-hwe-6.2/abi/fwinfo +++ linux-lowlatency-hwe-6.2-6.2.0/debian.lowlatency-hwe-6.2/abi/fwinfo @@ -0,0 +1,2188 @@ +firmware: 3826.arm +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: 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: 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/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_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_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_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/amss.bin +firmware: ath11k/QCA6390/hw2.0/board-2.bin +firmware: ath11k/QCA6390/hw2.0/m3.bin +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: 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.*.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/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: 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_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/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-BzBnj-a0-fm-a0-72.ucode +firmware: iwlwifi-BzBnj-a0-fm4-a0-72.ucode +firmware: iwlwifi-BzBnj-a0-gf-a0-72.ucode +firmware: iwlwifi-BzBnj-a0-gf4-a0-72.ucode +firmware: iwlwifi-BzBnj-a0-hr-b0-72.ucode +firmware: iwlwifi-BzBnj-b0-fm-b0-72.ucode +firmware: iwlwifi-Qu-b0-hr-b0-72.ucode +firmware: iwlwifi-Qu-b0-jf-b0-72.ucode +firmware: iwlwifi-Qu-c0-hr-b0-72.ucode +firmware: iwlwifi-QuQnj-b0-hr-b0-72.ucode +firmware: iwlwifi-QuQnj-b0-jf-b0-72.ucode +firmware: iwlwifi-QuZ-a0-hr-b0-72.ucode +firmware: iwlwifi-QuZ-a0-jf-b0-72.ucode +firmware: iwlwifi-SoSnj-a0-gf-a0-72.ucode +firmware: iwlwifi-SoSnj-a0-gf4-a0-72.ucode +firmware: iwlwifi-SoSnj-a0-hr-b0-72.ucode +firmware: iwlwifi-SoSnj-a0-jf-b0-72.ucode +firmware: iwlwifi-SoSnj-a0-mr-a0-72.ucode +firmware: iwlwifi-bz-a0-fm-a0-72.ucode +firmware: iwlwifi-bz-a0-fm4-a0-72.ucode +firmware: iwlwifi-bz-a0-gf-a0-72.ucode +firmware: iwlwifi-bz-a0-gf4-a0-72.ucode +firmware: iwlwifi-bz-a0-hr-b0-72.ucode +firmware: iwlwifi-bz-a0-mr-a0-72.ucode +firmware: iwlwifi-cc-a0-72.ucode +firmware: iwlwifi-gl-a0-fm-a0-72.ucode +firmware: iwlwifi-gl-b0-fm-b0-72.ucode +firmware: iwlwifi-ma-a0-fm-a0-72.ucode +firmware: iwlwifi-ma-a0-gf-a0-72.ucode +firmware: iwlwifi-ma-a0-gf4-a0-72.ucode +firmware: iwlwifi-ma-a0-hr-b0-72.ucode +firmware: iwlwifi-ma-a0-mr-a0-72.ucode +firmware: iwlwifi-so-a0-gf-a0-72.ucode +firmware: iwlwifi-so-a0-hr-b0-72.ucode +firmware: iwlwifi-so-a0-jf-b0-72.ucode +firmware: iwlwifi-ty-a0-gf-a0-72.ucode +firmware: kaweth/new_code.bin +firmware: kaweth/new_code_fix.bin +firmware: kaweth/trigger_code.bin +firmware: kaweth/trigger_code_fix.bin +firmware: keyspan/mpr.fw +firmware: keyspan/usa18x.fw +firmware: keyspan/usa19.fw +firmware: keyspan/usa19qi.fw +firmware: keyspan/usa19qw.fw +firmware: keyspan/usa19w.fw +firmware: keyspan/usa28.fw +firmware: keyspan/usa28x.fw +firmware: keyspan/usa28xa.fw +firmware: keyspan/usa28xb.fw +firmware: keyspan/usa49w.fw +firmware: keyspan/usa49wlc.fw +firmware: keyspan_pda/keyspan_pda.fw +firmware: keyspan_pda/xircom_pgs.fw +firmware: korg/k1212.dsp +firmware: ks7010sd.rom +firmware: lantiq/xrx200_phy11g_a14.bin +firmware: lantiq/xrx200_phy11g_a22.bin +firmware: lantiq/xrx200_phy22f_a14.bin +firmware: lantiq/xrx200_phy22f_a22.bin +firmware: lantiq/xrx300_phy11g_a21.bin +firmware: lantiq/xrx300_phy22f_a21.bin +firmware: lattice-ecp3.bit +firmware: lbtf_usb.bin +firmware: lgs8g75.fw +firmware: libertas/cf8305.bin +firmware: libertas/cf8381.bin +firmware: libertas/cf8381_helper.bin +firmware: libertas/cf8385.bin +firmware: libertas/cf8385_helper.bin +firmware: libertas/gspi8385.bin +firmware: libertas/gspi8385_helper.bin +firmware: libertas/gspi8385_hlp.bin +firmware: libertas/gspi8686.bin +firmware: libertas/gspi8686_hlp.bin +firmware: libertas/gspi8686_v9.bin +firmware: libertas/gspi8686_v9_helper.bin +firmware: libertas/gspi8688.bin +firmware: libertas/gspi8688_helper.bin +firmware: libertas/sd8385.bin +firmware: libertas/sd8385_helper.bin +firmware: libertas/sd8686_v8.bin +firmware: libertas/sd8686_v8_helper.bin +firmware: libertas/sd8686_v9.bin +firmware: libertas/sd8686_v9_helper.bin +firmware: libertas/sd8688.bin +firmware: libertas/sd8688_helper.bin +firmware: libertas/usb8388.bin +firmware: libertas/usb8388_v5.bin +firmware: libertas/usb8388_v9.bin +firmware: libertas/usb8682.bin +firmware: libertas_cs.fw +firmware: libertas_cs_helper.fw +firmware: liquidio/lio_210nv_nic.bin +firmware: liquidio/lio_210sv_nic.bin +firmware: liquidio/lio_23xx_nic.bin +firmware: liquidio/lio_410nv_nic.bin +firmware: me2600_firmware.bin +firmware: me4000_firmware.bin +firmware: mediatek/BT_RAM_CODE_MT7961_1_2_hdr.bin +firmware: mediatek/WIFI_MT7922_patch_mcu_1_1_hdr.bin +firmware: mediatek/WIFI_MT7961_patch_mcu_1_2_hdr.bin +firmware: mediatek/WIFI_RAM_CODE_MT7922_1.bin +firmware: mediatek/WIFI_RAM_CODE_MT7961_1.bin +firmware: mediatek/mt7610e.bin +firmware: mediatek/mt7610u.bin +firmware: mediatek/mt7615_cr4.bin +firmware: mediatek/mt7615_n9.bin +firmware: mediatek/mt7615_rom_patch.bin +firmware: mediatek/mt7622_n9.bin +firmware: mediatek/mt7622_rom_patch.bin +firmware: mediatek/mt7622pr2h.bin +firmware: mediatek/mt7650e.bin +firmware: mediatek/mt7663_n9_rebb.bin +firmware: mediatek/mt7663_n9_v3.bin +firmware: mediatek/mt7663pr2h.bin +firmware: mediatek/mt7663pr2h_rebb.bin +firmware: mediatek/mt7668pr2h.bin +firmware: mediatek/mt7915_rom_patch.bin +firmware: mediatek/mt7915_wa.bin +firmware: mediatek/mt7915_wm.bin +firmware: mediatek/mt7916_rom_patch.bin +firmware: mediatek/mt7916_wa.bin +firmware: mediatek/mt7916_wm.bin +firmware: mediatek/mt7986_rom_patch.bin +firmware: mediatek/mt7986_rom_patch_mt7975.bin +firmware: mediatek/mt7986_wa.bin +firmware: mediatek/mt7986_wm.bin +firmware: mediatek/mt7986_wm_mt7975.bin +firmware: mediatek/mt7996/mt7996_rom_patch.bin +firmware: mediatek/mt7996/mt7996_wa.bin +firmware: mediatek/mt7996/mt7996_wm.bin +firmware: mellanox/lc_ini_bundle_2010_1006.bin +firmware: mellanox/mlxsw_spectrum-13.2010.1006.mfa2 +firmware: mellanox/mlxsw_spectrum2-29.2010.1006.mfa2 +firmware: mellanox/mlxsw_spectrum3-30.2010.1006.mfa2 +firmware: 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/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: 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_v2.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: 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: 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/rtl8723ds_config.bin +firmware: rtl_bt/rtl8723ds_fw.bin +firmware: rtl_bt/rtl8761a_config.bin +firmware: rtl_bt/rtl8761a_fw.bin +firmware: rtl_bt/rtl8821a_config.bin +firmware: rtl_bt/rtl8821a_fw.bin +firmware: rtl_bt/rtl8822b_config.bin +firmware: rtl_bt/rtl8822b_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/rtl8852bu_config.bin +firmware: rtl_bt/rtl8852bu_fw.bin +firmware: rtl_bt/rtl8852cu_config.bin +firmware: rtl_bt/rtl8852cu_fw.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/rtl8192sefw.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/rtw8852a_fw.bin +firmware: rtw89/rtw8852b_fw.bin +firmware: rtw89/rtw8852c_fw.bin +firmware: sd8385.bin +firmware: sd8385_helper.bin +firmware: sd8686.bin +firmware: sd8686_helper.bin +firmware: sd8688.bin +firmware: sd8688_helper.bin +firmware: slicoss/gbdownload.sys +firmware: slicoss/gbrcvucode.sys +firmware: slicoss/oasisdownload.sys +firmware: slicoss/oasisrcvucode.sys +firmware: sms1xxx-hcw-55xxx-dvbt-02.fw +firmware: sms1xxx-hcw-55xxx-isdbt-02.fw +firmware: sms1xxx-nova-a-dvbt-01.fw +firmware: sms1xxx-nova-b-dvbt-01.fw +firmware: sms1xxx-stellar-dvbt-01.fw +firmware: softing-4.6/bcard.bin +firmware: softing-4.6/bcard2.bin +firmware: softing-4.6/cancard.bin +firmware: softing-4.6/cancrd2.bin +firmware: softing-4.6/cansja.bin +firmware: softing-4.6/ldcard.bin +firmware: softing-4.6/ldcard2.bin +firmware: solos-FPGA.bin +firmware: solos-Firmware.bin +firmware: solos-db-FPGA.bin +firmware: sun/cassini.bin +firmware: symbol_sp24t_prim_fw +firmware: symbol_sp24t_sec_fw +firmware: tdmb_denver.inp +firmware: tdmb_nova_12mhz.inp +firmware: tdmb_nova_12mhz_b0.inp +firmware: tehuti/bdx.bin +firmware: ti-connectivity/wl1251-fw.bin +firmware: ti-connectivity/wl1251-nvs.bin +firmware: ti-connectivity/wl127x-fw-5-mr.bin +firmware: ti-connectivity/wl127x-fw-5-plt.bin +firmware: ti-connectivity/wl127x-fw-5-sr.bin +firmware: ti-connectivity/wl128x-fw-5-mr.bin +firmware: ti-connectivity/wl128x-fw-5-plt.bin +firmware: ti-connectivity/wl128x-fw-5-sr.bin +firmware: ti-connectivity/wl18xx-fw-4.bin +firmware: ti_3410.fw +firmware: ti_5052.fw +firmware: tigon/tg3.bin +firmware: tigon/tg357766.bin +firmware: tigon/tg3_tso.bin +firmware: tigon/tg3_tso5.bin +firmware: ttusb-budget/dspbootcode.bin +firmware: ueagle-atm/930-fpga.bin +firmware: ueagle-atm/CMV4i.bin +firmware: ueagle-atm/CMV4i.bin.v2 +firmware: ueagle-atm/CMV4p.bin +firmware: ueagle-atm/CMV4p.bin.v2 +firmware: ueagle-atm/CMV9i.bin +firmware: ueagle-atm/CMV9i.bin.v2 +firmware: ueagle-atm/CMV9p.bin +firmware: ueagle-atm/CMV9p.bin.v2 +firmware: ueagle-atm/CMVei.bin +firmware: ueagle-atm/CMVei.bin.v2 +firmware: ueagle-atm/CMVep.bin +firmware: ueagle-atm/CMVep.bin.v2 +firmware: ueagle-atm/DSP4i.bin +firmware: ueagle-atm/DSP4p.bin +firmware: ueagle-atm/DSP9i.bin +firmware: ueagle-atm/DSP9p.bin +firmware: ueagle-atm/DSPei.bin +firmware: ueagle-atm/DSPep.bin +firmware: ueagle-atm/adi930.fw +firmware: ueagle-atm/eagle.fw +firmware: ueagle-atm/eagleI.fw +firmware: ueagle-atm/eagleII.fw +firmware: ueagle-atm/eagleIII.fw +firmware: ueagle-atm/eagleIV.fw +firmware: usb8388.bin +firmware: usbdux_firmware.bin +firmware: usbduxfast_firmware.bin +firmware: usbduxsigma_firmware.bin +firmware: v4l-cx231xx-avcore-01.fw +firmware: v4l-cx23418-apu.fw +firmware: v4l-cx23418-cpu.fw +firmware: v4l-cx23418-dig.fw +firmware: v4l-cx2341x-dec.fw +firmware: v4l-cx2341x-enc.fw +firmware: v4l-cx2341x-init.mpg +firmware: v4l-cx23885-avcore-01.fw +firmware: v4l-cx23885-enc.fw +firmware: v4l-cx25840.fw +firmware: v4l-pvrusb2-24xxx-01.fw +firmware: v4l-pvrusb2-29xxx-01.fw +firmware: v4l-pvrusb2-73xxx-01.fw +firmware: vicam/firmware.fw +firmware: vntwusb.fw +firmware: vx/bd56002.boot +firmware: vx/bd563s3.boot +firmware: vx/bd563v2.boot +firmware: vx/bx_1_vp4.b56 +firmware: vx/bx_1_vxp.b56 +firmware: vx/l_1_v22.d56 +firmware: vx/l_1_vp4.d56 +firmware: vx/l_1_vx2.d56 +firmware: vx/l_1_vxp.d56 +firmware: vx/x1_1_vp4.xlx +firmware: vx/x1_1_vx2.xlx +firmware: vx/x1_1_vxp.xlx +firmware: vx/x1_2_v22.xlx +firmware: wd719x-risc.bin +firmware: wd719x-wcs.bin +firmware: whiteheat.fw +firmware: whiteheat_loader.fw +firmware: wil6210.brd +firmware: wil6210.fw +firmware: wil6210_sparrow_plus.fw +firmware: wil6436.brd +firmware: wil6436.fw +firmware: wlan/prima/WCNSS_qcom_wlan_nv.bin +firmware: xc3028-v27.fw +firmware: xc3028L-v36.fw +firmware: yam/1200.bin +firmware: yam/9600.bin +firmware: yamaha/ds1_ctrl.fw +firmware: yamaha/ds1_dsp.fw +firmware: yamaha/ds1e_ctrl.fw +firmware: zd1201-ap.fw +firmware: zd1201.fw +firmware: zd1211/zd1211_ub +firmware: zd1211/zd1211_uphr +firmware: zd1211/zd1211_ur +firmware: zd1211/zd1211b_ub +firmware: zd1211/zd1211b_uphr +firmware: zd1211/zd1211b_ur --- linux-lowlatency-hwe-6.2-6.2.0.orig/debian.lowlatency-hwe-6.2/abi/version +++ linux-lowlatency-hwe-6.2-6.2.0/debian.lowlatency-hwe-6.2/abi/version @@ -0,0 +1 @@ +6.2.0-1017.17~22.04.1 --- linux-lowlatency-hwe-6.2-6.2.0.orig/debian.lowlatency-hwe-6.2/changelog +++ linux-lowlatency-hwe-6.2-6.2.0/debian.lowlatency-hwe-6.2/changelog @@ -0,0 +1,27454 @@ +linux-lowlatency-hwe-6.2 (6.2.0-1018.18~22.04.1) jammy; urgency=medium + + * jammy/linux-lowlatency-hwe-6.2: 6.2.0-1018.18~22.04.1 -proposed tracker + (LP: #2041546) + + * Packaging resync (LP: #1786013) + - [Packaging] update variants + + [ Ubuntu: 6.2.0-1018.18 ] + + * lunar/linux-lowlatency: 6.2.0-1018.18 -proposed tracker (LP: #2041547) + * Include cifs.ko in linux-modules package (LP: #2042546) + - [Packaging] Replace fs/cifs with fs/smb/client in inclusion list + * Packaging resync (LP: #1786013) + - [Packaging] resync git-ubuntu-log + - [Packaging] resync update-dkms-versions helper + * lunar/linux: 6.2.0-39.40 -proposed tracker (LP: #2043451) + * USB bus error after upgrading to proposed kernel on lunar and jammy + (LP: #2043197) + - USB: core: Fix oversight in SuperSpeed initialization + * Include cifs.ko in linux-modules package (LP: #2042546) + - [Packaging] Replace fs/cifs with fs/smb/client in inclusion list + * lunar/linux: 6.2.0-38.39 -proposed tracker (LP: #2041557) + * CVE-2023-25775 + - RDMA/irdma: Prevent zero-length STAG registration + * CVE-2023-5345 + - fs/smb/client: Reset password pointer to NULL + * CVE-2023-39189 + - netfilter: nfnetlink_osf: avoid OOB read + * SMC stats: Wrong bucket calculation for payload of exactly 4096 bytes + (LP: #2039575) + - net/smc: Fix pos miscalculation in statistics + * [SRU][J/L/M] UBUNTU: [Packaging] Make WWAN driver a loadable module + (LP: #2033406) + - [Packaging] Make WWAN driver loadable modules + * CVE-2023-45871 + - igb: set max size RX buffer when store bad packet is enabled + * CVE-2023-39193 + - netfilter: xt_sctp: validate the flag_info count + * CVE-2023-39192 + - netfilter: xt_u32: validate user space input + * CVE-2023-31085 + - ubi: Refuse attaching if mtd's erasesize is 0 + * CVE-2023-5717 + - perf: Disallow mis-matched inherited group reads + * CVE-2023-5178 + - nvmet-tcp: Fix a possible UAF in queue intialization setup + * CVE-2023-5158 + - vringh: don't use vringh_kiov_advance() in vringh_iov_xfer() + * CVE-2023-5090 + - x86: KVM: SVM: always update the x2avic msr interception + * usbip: error: failed to open /usr/share/hwdata//usb.ids (LP: #2039439) + - [Packaging] Make linux-tools-common depend on hwdata + * Unable to use nvme drive to install Ubuntu 23.10 (LP: #2040157) + - misc: rtsx: Fix some platforms can not boot and move the l1ss judgment to + probe + * Lunar update: upstream stable patchset 2023-10-19 (LP: #2039884) + - ACPI: thermal: Drop nocrt parameter + - module: Expose module_init_layout_section() + - arm64: module-plts: inline linux/moduleloader.h + - arm64: module: Use module_init_layout_section() to spot init sections + - ARM: module: Use module_init_layout_section() to spot init sections + - lockdep: fix static memory detection even more + - parisc: Cleanup mmap implementation regarding color alignment + - parisc: sys_parisc: parisc_personality() is called from asm code + - io_uring/parisc: Adjust pgoff in io_uring mmap() for parisc + - kallsyms: Fix kallsyms_selftest failure + - module/decompress: use vmalloc() for zstd decompression workspace + - Upstream stable to v6.1.51, v6.4.14 + - 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 + - modules: only allow symbol_get of EXPORT_SYMBOL_GPL modules + - 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 + - Bluetooth: btsdio: fix use after free bug in btsdio_remove due to 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 + - 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 + - nilfs2: fix general protection fault in nilfs_lookup_dirty_data_buffers() + - 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 + - wifi: rtw88: usb: kill and free rx urbs on probe failure + - Upstream stable to v6.1.52, v6.4.15 + * Lunar update: upstream stable patchset 2023-10-18 (LP: #2039742) + - NFSv4.2: fix error handling in nfs42_proc_getxattr + - NFSv4: fix out path in __nfs4_get_acl_uncached + - xprtrdma: Remap Receive buffers after a reconnect + - drm/ast: Use drm_aperture_remove_conflicting_pci_framebuffers + - fbdev/radeon: use pci aperture helpers + - PCI: acpiphp: Reassign resources on bridge if necessary + - MIPS: cpu-features: Enable octeon_cache by cpu_type + - MIPS: cpu-features: Use boot_cpu_type for CPU type based features + - jbd2: remove t_checkpoint_io_list + - jbd2: remove journal_clean_one_cp_list() + - jbd2: fix a race when checking checkpoint buffer busy + - can: raw: fix receiver memory leak + - can: raw: fix lockdep issue in raw_release() + - s390/zcrypt: remove unnecessary (void *) conversions + - s390/zcrypt: fix reply buffer calculations for CCA replies + - drm/i915: Add the gen12_needs_ccs_aux_inv helper + - drm/i915/gt: Ensure memory quiesced before invalidation + - drm/i915/gt: Poll aux invalidation register bit on invalidation + - drm/i915/gt: Support aux invalidation on all engines + - tracing: Fix cpu buffers unavailable due to 'record_disabled' missed + - tracing: Fix memleak due to race between current_tracer and trace + - octeontx2-af: SDP: fix receive link config + - devlink: move code to a dedicated directory + - devlink: add missing unregister linecard notification + - net: dsa: felix: fix oversize frame dropping for always closed tc-taprio + gates + - sock: annotate data-races around prot->memory_pressure + - dccp: annotate data-races in dccp_poll() + - ipvlan: Fix a reference count leak warning in ipvlan_ns_exit() + - mlxsw: pci: Set time stamp fields also when its type is MIRROR_UTC + - mlxsw: reg: Fix SSPR register layout + - mlxsw: Fix the size of 'VIRT_ROUTER_MSB' + - selftests: mlxsw: Fix test failure on Spectrum-4 + - net: dsa: mt7530: fix handling of 802.1X PAE frames + - net: bgmac: Fix return value check for fixed_phy_register() + - net: bcmgenet: Fix return value check for fixed_phy_register() + - net: validate veth and vxcan peer ifindexes + - ipv4: fix data-races around inet->inet_id + - ice: fix receive buffer size miscalculation + - Revert "ice: Fix ice VF reset during iavf initialization" + - ice: Fix NULL pointer deref during VF reset + - selftests: bonding: do not set port down before adding to bond + - can: isotp: fix support for transmission of SF without flow control + - igb: Avoid starting unnecessary workqueues + - igc: Fix the typo in the PTM Control macro + - net/sched: fix a qdisc modification with ambiguous command request + - i40e: fix potential NULL pointer dereferencing of pf->vf + i40e_sync_vsi_filters() + - netfilter: nf_tables: flush pending destroy work before netlink notifier + - netfilter: nf_tables: fix out of memory error handling + - rtnetlink: Reject negative ifindexes in RTM_NEWLINK + - bonding: fix macvlan over alb bond support + - KVM: x86/mmu: Fix an sign-extension bug with mmu_seq that hangs vCPUs + - ASoC: amd: yc: Add VivoBook Pro 15 to quirks list for acp6x + - ASoC: cs35l41: Correct amp_gain_tlv values + - ibmveth: Use dcbf rather than dcbfl + - wifi: mac80211: limit reorder_buf_filtered to avoid UBSAN warning + - platform/x86: ideapad-laptop: Add support for new hotkeys found on ThinkBook + 14s Yoga ITL + - NFSv4: Fix dropped lock for racing OPEN and delegation return + - clk: Fix slab-out-of-bounds error in devm_clk_release() + - mm,ima,kexec,of: use memblock_free_late from ima_free_kexec_buffer + - shmem: fix smaps BUG sleeping while atomic + - ALSA: ymfpci: Fix the missing snd_card_free() call at probe error + - mm/gup: handle cont-PTE hugetlb pages correctly in gup_must_unshare() via + GUP-fast + - mm: add a call to flush_cache_vmap() in vmap_pfn() + - mm: memory-failure: fix unexpected return value in soft_offline_page() + - NFS: Fix a use after free in nfs_direct_join_group() + - nfsd: Fix race to FREE_STATEID and cl_revoked + - selinux: set next pointer before attaching to list + - batman-adv: Trigger events for auto adjusted MTU + - batman-adv: Don't increase MTU when set by user + - batman-adv: Do not get eth header before batadv_check_management_packet + - batman-adv: Fix TT global entry leak when client roamed back + - batman-adv: Fix batadv_v_ogm_aggr_send memory leak + - batman-adv: Hold rtnl lock during MTU update via netlink + - lib/clz_ctz.c: Fix __clzdi2() and __ctzdi2() for 32-bit kernels + - riscv: Handle zicsr/zifencei issue between gcc and binutils + - riscv: Fix build errors using binutils2.37 toolchains + - radix tree: remove unused variable + - of: unittest: Fix EXPECT for parse_phandle_with_args_map() test + - of: dynamic: Refactor action prints to not use "%pOF" inside devtree_lock + - pinctrl: amd: Mask wake bits on probe again + - media: vcodec: Fix potential array out-of-bounds in encoder queue_setup + - PCI: acpiphp: Use pci_assign_unassigned_bridge_resources() only for non-root + bus + - drm/vmwgfx: Fix shader stage validation + - drm/display/dp: Fix the DP DSC Receiver cap size + - x86/fpu: Invalidate FPU state correctly on exec() + - hwmon: (aquacomputer_d5next) Add selective 200ms delay after sending ctrl + report + - nfs: use vfs setgid helper + - nfsd: use vfs setgid helper + - cgroup/cpuset: Rename functions dealing with DEADLINE accounting + - sched/cpuset: Bring back cpuset_mutex + - sched/cpuset: Keep track of SCHED_DEADLINE task in cpusets + - cgroup/cpuset: Iterate only if DEADLINE tasks are present + - sched/deadline: Create DL BW alloc, free & check overflow interface + - cgroup/cpuset: Free DL BW in case can_attach() fails + - ublk: remove check IO_URING_F_SQE128 in ublk_ch_uring_cmd + - can: raw: add missing refcount for memory leak fix + - madvise:madvise_free_pte_range(): don't use mapcount() against large folio + for sharing check + - scsi: snic: Fix double free in snic_tgt_create() + - scsi: core: raid_class: Remove raid_component_add() + - clk: Fix undefined reference to `clk_rate_exclusive_{get,put}' + - pinctrl: renesas: rzg2l: Fix NULL pointer dereference in + rzg2l_dt_subnode_to_map() + - pinctrl: renesas: rzv2m: Fix NULL pointer dereference in + rzv2m_dt_subnode_to_map() + - pinctrl: renesas: rza2: Add lock around + pinctrl_generic{{add,remove}_group,{add,remove}_function} + - dma-buf/sw_sync: Avoid recursive lock during fence signal + - gpio: sim: dispose of irq mappings before destroying the irq_sim domain + - gpio: sim: pass the GPIO device's software node to irq domain + - ASoC: amd: yc: Fix a non-functional mic on Lenovo 82SJ + - maple_tree: disable mas_wr_append() when other readers are possible + - ASoC: amd: vangogh: select CONFIG_SND_AMD_ACP_CONFIG + - tg3: Use slab_build_skb() when needed + - Upstream stable to v6.1.50, v6.4.13 + * CVE-2023-42754 + - ipv4: fix null-deref in ipv4_link_failure + * Remove duplication of devm_pwmchip_add function definition (LP: #2039542) + - Revert "pwm: Add a stub for devm_pwmchip_add()" + * Lunar update: upstream stable patchset 2023-10-11 (LP: #2039110) + - selftests: forwarding: tc_actions: cleanup temporary files when test is + aborted + - net/smc: replace mutex rmbs_lock and sndbufs_lock with rw_semaphore + - net: phy: at803x: Use devm_regulator_get_enable_optional() + - net: phy: at803x: fix the wol setting functions + - drm/amdgpu: fix calltrace warning in amddrm_buddy_fini + - drm/amdgpu: Fix integer overflow in amdgpu_cs_pass1 + - drm/amdgpu: fix memory leak in mes self test + - ASoC: Intel: sof_sdw: add quirk for MTL RVP + - ASoC: Intel: sof_sdw: add quirk for LNL RVP + - PCI: tegra194: Fix possible array out of bounds access + - ASoC: SOF: amd: Add pci revision id check + - drm/stm: ltdc: fix late dereference check + - drm: rcar-du: remove R-Car H3 ES1.* workarounds + - ASoC: amd: vangogh: Add check for acp config flags in vangogh platform + - ARM: dts: imx6dl: prtrvt, prtvt7, prti6q, prtwd2: fix USB related warnings + - ASoC: Intel: sof_sdw_rt_sdca_jack_common: test SOF_JACK_JDSRC in _exit + - ASoC: Intel: sof_sdw: Add support for Rex soundwire + - iopoll: Call cpu_relax() in busy loops + - ASoC: SOF: Intel: fix SoundWire/HDaudio mutual exclusion + - dma-remap: use kvmalloc_array/kvfree for larger dma memory remap + - accel/habanalabs: add pci health check during heartbeat + - HID: logitech-hidpp: Add USB and Bluetooth IDs for the Logitech G915 TKL + Keyboard + - iommu/amd: Introduce Disable IRTE Caching Support + - drm/amdgpu: install stub fence into potential unused fence pointers + - drm/amd/display: Apply 60us prefetch for DCFCLK <= 300Mhz + - RDMA/mlx5: Return the firmware result upon destroying QP/RQ + - drm/amd/display: Skip DPP DTO update if root clock is gated + - drm/amd/display: Enable dcn314 DPP RCO + - ASoC: SOF: core: Free the firmware trace before calling snd_sof_shutdown() + - HID: intel-ish-hid: ipc: Add Arrow Lake PCI device ID + - ALSA: hda/realtek: Add quirks for ROG ALLY CS35l41 audio + - smb: client: fix warning in cifs_smb3_do_mount() + - cifs: fix session state check in reconnect to avoid use-after-free issue + - serial: stm32: Ignore return value of uart_remove_one_port() in .remove() + - led: qcom-lpg: Fix resource leaks in for_each_available_child_of_node() + loops + - media: v4l2-mem2mem: add lock to protect parameter num_rdy + - media: camss: set VFE bpl_alignment to 16 for sdm845 and sm8250 + - usb: gadget: u_serial: Avoid spinlock recursion in __gs_console_push + - usb: gadget: uvc: queue empty isoc requests if no video buffer is available + - media: platform: mediatek: vpu: fix NULL ptr dereference + - thunderbolt: Read retimer NVM authentication status prior + tb_retimer_set_inbound_sbtx() + - usb: chipidea: imx: don't request QoS for imx8ulp + - usb: chipidea: imx: add missing USB PHY DPDM wakeup setting + - gfs2: Fix possible data races in gfs2_show_options() + - pcmcia: rsrc_nonstatic: Fix memory leak in nonstatic_release_resource_db() + - thunderbolt: Add Intel Barlow Ridge PCI ID + - thunderbolt: Limit Intel Barlow Ridge USB3 bandwidth + - firewire: net: fix use after free in fwnet_finish_incoming_packet() + - watchdog: sp5100_tco: support Hygon FCH/SCH (Server Controller Hub) + - Bluetooth: L2CAP: Fix use-after-free + - Bluetooth: btusb: Add MT7922 bluetooth ID for the Asus Ally + - ceph: try to dump the msgs when decoding fails + - drm/amdgpu: Fix potential fence use-after-free v2 + - fs/ntfs3: Enhance sanity check while generating attr_list + - fs: ntfs3: Fix possible null-pointer dereferences in mi_read() + - fs/ntfs3: Mark ntfs dirty when on-disk struct is corrupted + - ALSA: hda/realtek: Add quirks for Unis H3C Desktop B760 & Q760 + - ALSA: hda: fix a possible null-pointer dereference due to data race in + snd_hdac_regmap_sync() + - ALSA: hda/realtek: Add quirk for ASUS ROG GX650P + - ALSA: hda/realtek: Add quirk for ASUS ROG GA402X + - ALSA: hda/realtek: Add quirk for ASUS ROG GZ301V + - powerpc/kasan: Disable KCOV in KASAN code + - Bluetooth: MGMT: Use correct address for memcpy() + - ring-buffer: Do not swap cpu_buffer during resize process + - igc: read before write to SRRCTL register + - drm/amd/display: save restore hdcp state when display is unplugged from mst + hub + - drm/amd/display: phase3 mst hdcp for multiple displays + - drm/amd/display: fix access hdcp_workqueue assert + - fbdev/hyperv-fb: Do not set struct fb_info.apertures + - btrfs: move out now unused BG from the reclaim list + - btrfs: fix use-after-free of new block group that became unused + - virtio-mmio: don't break lifecycle of vm_dev + - vduse: Use proper spinlock for IRQ injection + - vdpa/mlx5: Fix mr->initialized semantics + - vdpa/mlx5: Delete control vq iotlb in destroy_mr only when necessary + - cifs: fix potential oops in cifs_oplock_break + - i2c: bcm-iproc: Fix bcm_iproc_i2c_isr deadlock issue + - i2c: hisi: Only handle the interrupt of the driver's transfer + - i2c: tegra: Fix i2c-tegra DMA config option processing + - fbdev: mmp: fix value check in mmphw_probe() + - powerpc/rtas_flash: allow user copy to flash block cache objects + - vdpa: Add features attr to vdpa_nl_policy for nlattr length check + - vdpa: Add queue index attr to vdpa_nl_policy for nlattr length check + - vdpa: Add max vqp attr to vdpa_nl_policy for nlattr length check + - vdpa: Enable strict validation for netlinks ops + - tty: n_gsm: fix the UAF caused by race condition in gsm_cleanup_mux + - tty: serial: fsl_lpuart: Clear the error flags by writing 1 for lpuart32 + platforms + - btrfs: fix incorrect splitting in btrfs_drop_extent_map_range + - btrfs: fix BUG_ON condition in btrfs_cancel_balance + - i2c: designware: Correct length byte validation logic + - i2c: designware: Handle invalid SMBus block data response length value + - net: xfrm: Fix xfrm_address_filter OOB read + - net: af_key: fix sadb_x_filter validation + - net: xfrm: Amend XFRMA_SEC_CTX nla_policy structure + - xfrm: fix slab-use-after-free in decode_session6 + - ip6_vti: fix slab-use-after-free in decode_session6 + - ip_vti: fix potential slab-use-after-free in decode_session6 + - xfrm: add forgotten nla_policy for XFRMA_MTIMER_THRESH + - virtio_net: notify MAC address change on device initialization + - virtio-net: set queues after driver_ok + - net: pcs: Add missing put_device call in miic_create + - net: phy: fix IRQ-based wake-on-lan over hibernate / power off + - selftests: mirror_gre_changes: Tighten up the TTL test match + - drm/panel: simple: Fix AUO G121EAN01 panel timings according to the docs + - net: macb: In ZynqMP resume always configure PS GTR for non-wakeup source + - octeon_ep: cancel tx_timeout_task later in remove sequence + - netfilter: nf_tables: fix false-positive lockdep splat + - ipvs: fix racy memcpy in proc_do_sync_threshold + - net: phy: broadcom: stub c45 read/write for 54810 + - team: Fix incorrect deletion of ETH_P_8021AD protocol vid from slaves + - net: openvswitch: reject negative ifindex + - iavf: fix FDIR rule fields masks validation + - i40e: fix misleading debug logs + - net: dsa: mv88e6xxx: Wait for EEPROM done before HW reset + - sfc: don't unregister flow_indr if it was never registered + - sock: Fix misuse of sk_under_memory_pressure() + - net: do not allow gso_size to be set to GSO_BY_FRAGS + - qede: fix firmware halt over suspend and resume + - ice: Block switchdev mode when ADQ is active and vice versa + - bus: ti-sysc: Flush posted write on enable before reset + - arm64: dts: qcom: qrb5165-rb5: fix thermal zone conflict + - arm64: dts: rockchip: Disable HS400 for eMMC on ROCK Pi 4 + - arm64: dts: rockchip: Disable HS400 for eMMC on ROCK 4C+ + - ARM: dts: imx: align LED node names with dtschema + - ARM: dts: imx6: phytec: fix RTC interrupt level + - arm64: dts: imx8mm: Drop CSI1 PHY reference clock configuration + - ARM: dts: imx: Set default tuning step for imx6sx usdhc + - arm64: dts: imx93: Fix anatop node size + - ASoC: rt5665: add missed regulator_bulk_disable + - ASoC: meson: axg-tdm-formatter: fix channel slot allocation + - ALSA: hda/realtek: Add quirks for HP G11 Laptops + - soc: aspeed: uart-routing: Use __sysfs_match_string + - soc: aspeed: socinfo: Add kfree for kstrdup + - ALSA: hda/realtek - Remodified 3k pull low procedure + - riscv: uaccess: Return the number of bytes effectively not copied + - serial: 8250: Fix oops for port->pm on uart_change_pm() + - ALSA: usb-audio: Add support for Mythware XA001AU capture and playback + interfaces. + - cifs: Release folio lock on fscache read hit. + - virtio-net: Zero max_tx_vq field for VIRTIO_NET_CTRL_MQ_HASH_CONFIG case + - arm64: dts: rockchip: Fix Wifi/Bluetooth on ROCK Pi 4 boards + - blk-crypto: dynamically allocate fallback profile + - mmc: wbsd: fix double mmc_free_host() in wbsd_init() + - mmc: block: Fix in_flight[issue_type] value error + - drm/qxl: fix UAF on handle creation + - drm/i915/sdvo: fix panel_type initialization + - drm/amdgpu/pm: fix throttle_status for other than MP1 11.0.7 + - ASoC: amd: vangogh: select CONFIG_SND_AMD_ACP_CONFIG + - drm/amd/display: disable RCO for DCN314 + - zsmalloc: allow only one active pool compaction context + - sched/fair: unlink misfit task from cpu overutilized + - sched/fair: Remove capacity inversion detection + - drm/amd/display: Implement workaround for writing to OTG_PIXEL_RATE_DIV + register + - netfilter: set default timeout to 3 secs for sctp shutdown send and recv + state + - arm64/ptrace: Ensure that SME is set up for target when writing SSVE state + - drm/amdgpu: keep irq count in amdgpu_irq_disable_all + - drm/nouveau/disp: fix use-after-free in error handling of + nouveau_connector_create + - net: fix the RTO timer retransmitting skb every 1ms if linear option is + enabled + - mmc: f-sdh30: fix order of function calls in sdhci_f_sdh30_remove + - rust: macros: vtable: fix `HAS_*` redefinition (`gen_const_name`) + - media: mtk-jpeg: Set platform driver data earlier + - xfrm: delete offloaded policy + - xfrm: don't skip free of empty state in acquire policy + - ARM: dts: imx: Set default tuning step for imx7d usdhc + - smb: client: fix null auth + - mmc: sunplus: fix return value check of mmc_add_host() + - Upstream stable to v6.1.47, v6.4.12 + * Lunar update: upstream stable patchset 2023-10-10 (LP: #2038969) + - tpm: Disable RNG for all AMD fTPMs + - tpm: Add a helper for checking hwrng enabled + - ksmbd: validate command request size + - ksmbd: fix wrong next length validation of ea buffer in smb2_set_ea() + - wifi: nl80211: fix integer overflow in nl80211_parse_mbssid_elems() + - wifi: rtw89: fix 8852AE disconnection caused by RX full flags + - selftests: forwarding: Set default IPv6 traceroute utility + - wireguard: allowedips: expand maximum node depth + - mmc: moxart: read scr register without changing byte order + - ipv6: adjust ndisc_is_useropt() to also return true for PIO + - selftests: mptcp: join: fix 'delete and re-add' test + - selftests: mptcp: join: fix 'implicit EP' test + - mptcp: avoid bogus reset on fallback close + - mptcp: fix disconnect vs accept race + - dmaengine: pl330: Return DMA_PAUSED when transaction is paused + - net: mana: Fix MANA VF unload when hardware is unresponsive + - riscv/kexec: load initrd high in available memory + - riscv,mmio: Fix readX()-to-delay() ordering + - riscv/kexec: handle R_RISCV_CALL_PLT relocation type + - nvme-pci: add NVME_QUIRK_BOGUS_NID for Samsung PM9B1 256G and 512G + - drm/nouveau/gr: enable memory loads on helper invocation on all channels + - drm/nouveau/nvkm/dp: Add workaround to fix DP 1.3+ DPCD issues + - drm/shmem-helper: Reset vma->vm_ops before calling dma_buf_mmap() + - drm/amdgpu: fix possible UAF in amdgpu_cs_pass1() + - drm/amd/display: check attr flag before set cursor degamma on DCN3+ + - drm/amd/display: limit DPIA link rate to HBR3 + - cpuidle: dt_idle_genpd: Add helper function to remove genpd topology + - hwmon: (pmbus/bel-pfe) Enable PMBUS_SKIP_STATUS_CHECK for pfe1100 + - radix tree test suite: fix incorrect allocation size for pthreads + - nilfs2: fix use-after-free of nilfs_root in dirtying inodes via iput + - drm/amd/pm: fulfill swsmu peak profiling mode shader/memory clock settings + - drm/amd/pm: expose swctf threshold setting for legacy powerplay + - drm/amd/pm: fulfill powerplay peak profiling mode shader/memory clock + settings + - drm/amd/pm: avoid unintentional shutdown due to temperature momentary + fluctuation + - io_uring: correct check for O_TMPFILE + - iio: cros_ec: Fix the allocation size for cros_ec_command + - iio: frequency: admv1013: propagate errors from regulator_get_voltage() + - iio: adc: ad7192: Fix ac excitation feature + - iio: adc: ina2xx: avoid NULL pointer dereference on OF device match + - binder: fix memory leak in binder_init() + - misc: rtsx: judge ASPM Mode to set PETXCFG Reg + - usb-storage: alauda: Fix uninit-value in alauda_check_media() + - usb: dwc3: Properly handle processing of pending events + - USB: Gadget: core: Help prevent panic during UVC unconfigure + - usb: common: usb-conn-gpio: Prevent bailing out if initial role is none + - usb: typec: tcpm: Fix response to vsafe0V event + - usb: typec: altmodes/displayport: Signal hpd when configuring pin assignment + - x86/cpu/amd: Enable Zenbleed fix for AMD Custom APU 0405 + - x86/mm: Fix VDSO and VVAR placement on 5-level paging machines + - x86/sev: Do not try to parse for the CC blob on non-AMD hardware + - x86/speculation: Add cpu_show_gds() prototype + - drm/nouveau/disp: Revert a NULL check inside nouveau_connector_get_modes + - iio: core: Prevent invalid memory access when there is no parent + - interconnect: qcom: Add support for mask-based BCMs + - interconnect: qcom: sm8450: add enable_mask for bcm nodes + - selftests/rseq: Fix build with undefined __weak + - selftests: forwarding: Add a helper to skip test when using veth pairs + - selftests: forwarding: ethtool: Skip when using veth pairs + - selftests: forwarding: ethtool_extended_state: Skip when using veth pairs + - selftests: forwarding: hw_stats_l3_gre: Skip when using veth pairs + - selftests: forwarding: Skip test when no interfaces are specified + - selftests: forwarding: Switch off timeout + - selftests: forwarding: tc_flower: Relax success criterion + - net: core: remove unnecessary frame_sz check in bpf_xdp_adjust_tail() + - bpf, sockmap: Fix map type error in sock_map_del_link + - bpf, sockmap: Fix bug that strp_done cannot be called + - mISDN: Update parameter type of dsp_cmx_send() + - macsec: use DEV_STATS_INC() + - mptcp: fix the incorrect judgment for msk->cb_flags + - net/packet: annotate data-races around tp->status + - tcp: add missing family to tcp_set_ca_state() tracepoint + - tunnels: fix kasan splat when generating ipv4 pmtu error + - xsk: fix refcount underflow in error path + - bonding: Fix incorrect deletion of ETH_P_8021AD protocol vid from slaves + - dccp: fix data-race around dp->dccps_mss_cache + - drivers: net: prevent tun_build_skb() to exceed the packet size limit + - drivers: vxlan: vnifilter: free percpu vni stats on error path + - iavf: fix potential races for FDIR filters + - IB/hfi1: Fix possible panic during hotplug remove + - drm/rockchip: Don't spam logs in atomic check + - wifi: cfg80211: fix sband iftype data lookup for AP_VLAN + - RDMA/umem: Set iova in ODP flow + - net: tls: avoid discarding data on record close + - net: marvell: prestera: fix handling IPv4 routes with nhid + - net: phy: at803x: remove set/get wol callbacks for AR8032 + - net: dsa: ocelot: call dsa_tag_8021q_unregister() under rtnl_lock() on + driver remove + - net: hns3: refactor hclge_mac_link_status_wait for interface reuse + - net: hns3: add wait until mac link down + - net: hns3: fix deadlock issue when externel_lb and reset are executed + together + - nexthop: Fix infinite nexthop dump when using maximum nexthop ID + - nexthop: Make nexthop bucket dump more efficient + - nexthop: Fix infinite nexthop bucket dump when using maximum nexthop ID + - net: hns3: fix strscpy causing content truncation issue + - dmaengine: mcf-edma: Fix a potential un-allocated memory access + - dmaengine: owl-dma: Modify mismatched function name + - net/mlx5: Allow 0 for total host VFs + - net/mlx5: LAG, Check correct bucket when modifying LAG + - net/mlx5: Skip clock update work when device is in error state + - net/mlx5: Reload auxiliary devices in pci error handlers + - ibmvnic: Enforce stronger sanity checks on login response + - ibmvnic: Unmap DMA login rsp buffer on send login fail + - ibmvnic: Handle DMA unmapping of login buffs in release functions + - ibmvnic: Do partial reset on login failure + - ibmvnic: Ensure login failure recovery is safe from other resets + - gpio: ws16c48: Fix off-by-one error in WS16C48 resource region extent + - gpio: sim: mark the GPIO chip as a one that can sleep + - btrfs: wait for actual caching progress during allocation + - btrfs: don't stop integrity writeback too early + - btrfs: properly clear end of the unreserved range in cow_file_range + - btrfs: exit gracefully if reloc roots don't match + - btrfs: reject invalid reloc tree root keys with stack dump + - btrfs: set cache_block_group_error if we find an error + - nvme-tcp: fix potential unbalanced freeze & unfreeze + - nvme-rdma: fix potential unbalanced freeze & unfreeze + - netfilter: nf_tables: report use refcount overflow + - scsi: core: Fix legacy /proc parsing buffer overflow + - scsi: storvsc: Fix handling of virtual Fibre Channel timeouts + - scsi: ufs: renesas: Fix private allocation + - scsi: 53c700: Check that command slot is not NULL + - scsi: snic: Fix possible memory leak if device_add() fails + - scsi: core: Fix possible memory leak if device_add() fails + - scsi: fnic: Replace return codes in fnic_clean_pending_aborts() + - scsi: qedi: Fix firmware halt over suspend and resume + - scsi: qedf: Fix firmware halt over suspend and resume + - platform/x86: serial-multi-instantiate: Auto detect IRQ resource for CSC3551 + - ACPI: scan: Create platform device for CS35L56 + - alpha: remove __init annotation from exported page_is_ram() + - drm/amd/pm/smu7: move variables to where they are used + - mmc: sdhci-f-sdh30: Replace with sdhci_pltfm + - cpuidle: psci: Move enabling OSI mode after power domains creation + - zsmalloc: fix races between modifications of fullness and isolated + - hugetlb: do not clear hugetlb dtor until allocating vmemmap + - mm: memory-failure: fix potential unexpected return value from + unpoison_memory() + - mm: memory-failure: avoid false hwpoison page mapped error info + - x86/linkage: Fix typo of BUILD_VDSO in asm/linkage.h + - selftests: forwarding: bridge_mdb: Check iproute2 version + - selftests: forwarding: tc_actions: Use ncat instead of nc + - selftests: forwarding: bridge_mdb: Make test more robust + - drm/bridge: it6505: Check power state with it6505->powered in IRQ handler + - drm/nouveau: remove unused tu102_gr_load() function + - Upstream stable to v6.1.46, v6.4.11 + * Lunar update: upstream stable patchset 2023-10-02 (LP: #2038236) + - Upstream stable to v6.1.44, v6.4.9 + - net/mlx5: Free irqs only on shutdown callback + - iommu/arm-smmu-v3: Work around MMU-600 erratum 1076982 + - iommu/arm-smmu-v3: Document MMU-700 erratum 2812531 + - iommu/arm-smmu-v3: Add explicit feature for nesting + - iommu/arm-smmu-v3: Document nesting-related errata + - arm64: dts: imx8mm-venice-gw7903: disable disp_blk_ctrl + - arm64: dts: imx8mm-venice-gw7904: disable disp_blk_ctrl + - arm64: dts: phycore-imx8mm: Label typo-fix of VPU + - arm64: dts: phycore-imx8mm: Correction in gpio-line-names + - arm64: dts: imx8mn-var-som: add missing pull-up for onboard PHY reset pinmux + - arm64: dts: freescale: Fix VPU G2 clock + - firmware: smccc: Fix use of uninitialised results structure + - lib/bitmap: workaround const_eval test build failure + - firmware: arm_scmi: Fix chan_free cleanup on SMC + - word-at-a-time: use the same return type for has_zero regardless of + endianness + - KVM: s390: fix sthyi error handling + - erofs: fix wrong primary bvec selection on deduplicated extents + - wifi: cfg80211: Fix return value in scan logic + - net/mlx5e: fix double free in macsec_fs_tx_create_crypto_table_groups + - net/mlx5: DR, fix memory leak in mlx5dr_cmd_create_reformat_ctx + - net/mlx5: fix potential memory leak in mlx5e_init_rep_rx + - net/mlx5e: fix return value check in mlx5e_ipsec_remove_trailer() + - net/mlx5e: Fix crash moving to switchdev mode when ntuple offload is set + - net/mlx5e: Move representor neigh cleanup to profile cleanup_tx + - bpf: Add length check for SK_DIAG_BPF_STORAGE_REQ_MAP_FD parsing + - rtnetlink: let rtnl_bridge_setlink checks IFLA_BRIDGE_MODE length + - net: dsa: fix value check in bcm_sf2_sw_probe() + - perf test uprobe_from_different_cu: Skip if there is no gcc + - net: sched: cls_u32: Fix match key mis-addressing + - mISDN: hfcpci: Fix potential deadlock on &hc->lock + - qed: Fix scheduling in a tasklet while getting stats + - net: annotate data-races around sk->sk_reserved_mem + - net: annotate data-race around sk->sk_txrehash + - net: annotate data-races around sk->sk_max_pacing_rate + - net: add missing READ_ONCE(sk->sk_rcvlowat) annotation + - net: add missing READ_ONCE(sk->sk_sndbuf) annotation + - net: add missing READ_ONCE(sk->sk_rcvbuf) annotation + - net: annotate data-races around sk->sk_mark + - net: add missing data-race annotations around sk->sk_peek_off + - net: add missing data-race annotation for sk_ll_usec + - net: annotate data-races around sk->sk_priority + - net/sched: taprio: Limit TCA_TAPRIO_ATTR_SCHED_CYCLE_TIME to INT_MAX. + - ice: Fix RDMA VSI removal during queue rebuild + - bpf, cpumap: Handle skb as well when clean up ptr_ring + - bpf: sockmap: Remove preempt_disable in sock_map_sk_acquire + - net: ll_temac: fix error checking of irq_of_parse_and_map() + - net: korina: handle clk prepare error in korina_probe() + - net: netsec: Ignore 'phy-mode' on SynQuacer in DT mode + - bnxt_en: Fix page pool logic for page size >= 64K + - bnxt_en: Fix max_mtu setting for multi-buf XDP + - net: dcb: choose correct policy to parse DCB_ATTR_BCN + - s390/qeth: Don't call dev_close/dev_open (DOWN/UP) + - ip6mr: Fix skb_under_panic in ip6mr_cache_report() + - vxlan: Fix nexthop hash size + - net/mlx5: fs_core: Make find_closest_ft more generic + - net/mlx5: fs_core: Skip the FTs in the same FS_TYPE_PRIO_CHAINS fs_prio + - prestera: fix fallback to previous version on same major version + - tcp_metrics: fix addr_same() helper + - tcp_metrics: annotate data-races around tm->tcpm_stamp + - tcp_metrics: annotate data-races around tm->tcpm_lock + - tcp_metrics: annotate data-races around tm->tcpm_vals[] + - tcp_metrics: annotate data-races around tm->tcpm_net + - tcp_metrics: fix data-race in tcpm_suck_dst() vs fastopen + - rust: allocator: Prevent mis-aligned allocation + - scsi: zfcp: Defer fc_rport blocking until after ADISC response + - scsi: storvsc: Limit max_sectors for virtual Fibre Channel devices + - libceph: fix potential hang in ceph_osdc_notify() + - USB: zaurus: Add ID for A-300/B-500/C-700 + - ceph: defer stopping mdsc delayed_work + - firmware: arm_scmi: Drop OF node reference in the transport channel setup + - exfat: use kvmalloc_array/kvfree instead of kmalloc_array/kfree + - exfat: release s_lock before calling dir_emit() + - mtd: spinand: toshiba: Fix ecc_get_status + - mtd: rawnand: meson: fix OOB available bytes for ECC + - bpf: Disable preemption in bpf_perf_event_output + - arm64: dts: stratix10: fix incorrect I2C property for SCL signal + - wifi: mt76: mt7615: do not advertise 5 GHz on first phy of MT7615D (DBDC) + - x86/hyperv: Disable IBT when hypercall page lacks ENDBR instruction + - rbd: prevent busy loop when requesting exclusive lock + - bpf: Disable preemption in bpf_event_output + - powerpc/ftrace: Create a dummy stackframe to fix stack unwind + - arm64/fpsimd: Sync and zero pad FPSIMD state for streaming SVE + - arm64/fpsimd: Clear SME state in the target task when setting the VL + - arm64/fpsimd: Sync FPSIMD state with SVE for SME only systems + - open: make RESOLVE_CACHED correctly test for O_TMPFILE + - drm/ttm: check null pointer before accessing when swapping + - drm/i915: Fix premature release of request's reusable memory + - drm/i915/gt: Cleanup aux invalidation registers + - clk: imx93: Propagate correct error in imx93_clocks_probe() + - bpf, cpumap: Make sure kthread is running before map update returns + - file: reinstate f_pos locking optimization for regular files + - mm: kmem: fix a NULL pointer dereference in obj_stock_flush_required() + - fs/ntfs3: Use __GFP_NOWARN allocation at ntfs_load_attr_list() + - fs/sysv: Null check to prevent null-ptr-deref bug + - debugobjects: Recheck debug_objects_enabled before reporting + - net: usbnet: Fix WARNING in usbnet_start_xmit/usb_submit_urb + - fs: Protect reconfiguration of sb read-write from racing writes + - ext2: Drop fragment support + - btrfs: remove BUG_ON()'s in add_new_free_space() + - io_uring: annotate offset timeout races + - mtd: rawnand: omap_elm: Fix incorrect type in assignment + - mtd: rawnand: rockchip: fix oobfree offset and description + - mtd: rawnand: rockchip: Align hwecc vs. raw page helper layouts + - mtd: rawnand: fsl_upm: Fix an off-by one test in fun_exec_op() + - powerpc/mm/altmap: Fix altmap boundary check + - drm/imx/ipuv3: Fix front porch adjustment upon hactive aligning + - drm/amd/display: Ensure that planes are in the same order + - drm/amd/display: skip CLEAR_PAYLOAD_ID_TABLE if device mst_en is 0 + - selftests/rseq: Play nice with binaries statically linked against glibc + 2.35+ + - arm64/ptrace: Don't enable SVE when setting streaming SVE + - drm/amdgpu: Use apt name for FW reserved region + - Revert "drm/i915: Disable DC states for all commits" + - net/mlx5: Honor user input for migratable port fn attr + - net/mlx5e: xsk: Fix crash on regular rq reactivation + - net: stmmac: tegra: Properly allocate clock bulk data + - net: gro: fix misuse of CB in udp socket lookup + - net: usb: lan78xx: reorder cleanup operations to avoid UAF bugs + - bnxt: don't handle XDP in netpoll + - selftest: net: Assert on a proper value in so_incoming_cpu.c. + - mtd: spinand: winbond: Fix ecc_get_status + - smb: client: fix dfs link mount against w2k8 + - ARM: dts: nxp/imx6sll: fix wrong property name in usbphy node + - Upstream stable to v6.1.45, v6.4.10 + * CVE-2023-37453 + - 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() + * Packaging resync (LP: #1786013) + - [Packaging] update helper scripts + + -- Stefan Bader Thu, 16 Nov 2023 11:14:49 +0100 + +linux-lowlatency-hwe-6.2 (6.2.0-1017.17~22.04.1) jammy; urgency=medium + + * jammy/linux-lowlatency-hwe-6.2: 6.2.0-1017.17~22.04.1 -proposed tracker + (LP: #2041888) + + * Include cifs.ko in linux-modules package (LP: #2042546) + - [Packaging] Replace fs/cifs with fs/smb/client in inclusion list + + [ Ubuntu: 6.2.0-1017.17 ] + + * lunar/linux-lowlatency: 6.2.0-1017.17 -proposed tracker (LP: #2041889) + * lunar/linux: 6.2.0-37.38 -proposed tracker (LP: #2041899) + * CVE-2023-31085 + - ubi: Refuse attaching if mtd's erasesize is 0 + * CVE-2023-25775 + - RDMA/irdma: Prevent zero-length STAG registration + * CVE-2023-45871 + - igb: set max size RX buffer when store bad packet is enabled + * 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 Thu, 02 Nov 2023 18:25:11 +0100 + +linux-lowlatency-hwe-6.2 (6.2.0-1016.16~22.04.1) jammy; urgency=medium + + * jammy/linux-lowlatency-hwe-6.2: 6.2.0-1016.16~22.04.1 -proposed tracker + (LP: #2038066) + + [ Ubuntu: 6.2.0-1016.16 ] + + * lunar/linux-lowlatency: 6.2.0-1016.16 -proposed tracker (LP: #2038067) + * lunar/linux: 6.2.0-36.37 -proposed tracker (LP: #2038076) + * Regression for ubuntu_bpf test build caused by upstream bdeeed3498c7 + (LP: #2035181) + - selftests/bpf: fix static assert compilation issue for test_cls_*.c + * CVE-2023-4244 + - netfilter: nf_tables: don't skip expired elements during walk + - netfilter: nf_tables: adapt set backend to use GC transaction API + - netfilter: nft_set_hash: mark set element as dead when deleting from packet + path + - netfilter: nf_tables: GC transaction API to avoid race with control plane + - netfilter: nf_tables: don't fail inserts if duplicate has expired + - netfilter: nf_tables: fix kdoc warnings after gc rework + - netfilter: nf_tables: fix GC transaction races with netns and netlink event + exit path + - netfilter: nf_tables: GC transaction race with netns dismantle + - netfilter: nf_tables: GC transaction race with abort path + - netfilter: nf_tables: use correct lock to protect gc_list + - netfilter: nf_tables: defer gc run if previous batch is still pending + - netfilter: nft_dynset: disallow object maps + - netfilter: nft_set_rbtree: skip sync GC for new elements in this transaction + * CVE-2023-4563 + - netfilter: nf_tables: remove busy mark and gc batch API + * CVE-2023-42756 + - netfilter: ipset: Fix race between IPSET_CMD_CREATE and IPSET_CMD_SWAP + * CVE-2023-4623 + - net/sched: sch_hfsc: Ensure inner classes have fsc curve + * Fix unstable audio at low levels on Thinkpad P1G4 (LP: #2037077) + - ALSA: hda/realtek - ALC287 I2S speaker platform support + * Lunar update: upstream stable patchset 2023-09-21 (LP: #2037005) + - Upstream stable to v6.1.41, v6.4.6 + - io_uring: treat -EAGAIN for REQ_F_NOWAIT as final for io-wq + - ALSA: hda/realtek - remove 3k pull low procedure + - ALSA: hda/realtek: Add quirk for Clevo NS70AU + - ALSA: hda/realtek: Enable Mute LED on HP Laptop 15s-eq2xxx + - maple_tree: set the node limit when creating a new root node + - maple_tree: fix node allocation testing on 32 bit + - keys: Fix linking a duplicate key to a keyring's assoc_array + - perf probe: Add test for regression introduced by switch to + die_get_decl_file() + - btrfs: fix warning when putting transaction with qgroups enabled after abort + - fuse: revalidate: don't invalidate if interrupted + - fuse: Apply flags2 only when userspace set the FUSE_INIT_EXT + - btrfs: set_page_extent_mapped after read_folio in btrfs_cont_expand + - btrfs: zoned: fix memory leak after finding block group with super blocks + - fuse: ioctl: translate ENOSYS in outarg + - btrfs: fix race between balance and cancel/pause + - selftests: tc: set timeout to 15 minutes + - selftests: tc: add 'ct' action kconfig dep + - regmap: Drop initial version of maximum transfer length fixes + - of: Preserve "of-display" device name for compatibility + - regmap: Account for register length in SMBus I/O limits + - arm64/fpsimd: Ensure SME storage is allocated after SVE VL changes + - can: mcp251xfd: __mcp251xfd_chip_set_mode(): increase poll timeout + - can: bcm: Fix UAF in bcm_proc_show() + - can: gs_usb: gs_can_open(): improve error handling + - selftests: tc: add ConnTrack procfs kconfig + - dma-buf/dma-resv: Stop leaking on krealloc() failure + - drm/amdgpu/vkms: relax timer deactivation by hrtimer_try_to_cancel + - drm/amdgpu/pm: make gfxclock consistent for sienna cichlid + - drm/amdgpu/pm: make mclk consistent for smu 13.0.7 + - drm/client: Fix memory leak in drm_client_target_cloned + - drm/client: Fix memory leak in drm_client_modeset_probe + - drm/amd/display: only accept async flips for fast updates + - drm/amd/display: Disable MPC split by default on special asic + - drm/amd/display: check TG is non-null before checking if enabled + - drm/amd/display: Keep PHY active for DP displays on DCN31 + - ASoC: fsl_sai: Disable bit clock with transmitter + - ASoC: fsl_sai: Revert "ASoC: fsl_sai: Enable MCTL_MCLK_EN bit for master + mode" + - ASoC: tegra: Fix ADX byte map + - ASoC: rt5640: Fix sleep in atomic context + - ASoC: cs42l51: fix driver to properly autoload with automatic module loading + - ASoC: codecs: wcd938x: fix missing clsh ctrl error handling + - ASoC: codecs: wcd-mbhc-v2: fix resource leaks on component remove + - ASoC: qdsp6: audioreach: fix topology probe deferral + - ASoC: tegra: Fix AMX byte map + - ASoC: codecs: wcd938x: fix resource leaks on component remove + - ASoC: codecs: wcd938x: fix missing mbhc init error handling + - ASoC: codecs: wcd934x: fix resource leaks on component remove + - ASoC: codecs: wcd938x: fix codec initialisation race + - ASoC: codecs: wcd938x: fix soundwire initialisation race + - ext4: correct inline offset when handling xattrs in inode body + - drm/radeon: Fix integer overflow in radeon_cs_parser_init + - ALSA: emu10k1: roll up loops in DSP setup code for Audigy + - quota: Properly disable quotas when add_dquot_ref() fails + - quota: fix warning in dqgrab() + - HID: add quirk for 03f0:464a HP Elite Presenter Mouse + - ovl: check type and offset of struct vfsmount in ovl_entry + - udf: Fix uninitialized array access for some pathnames + - fs: jfs: Fix UBSAN: array-index-out-of-bounds in dbAllocDmapLev + - MIPS: dec: prom: Address -Warray-bounds warning + - FS: JFS: Fix null-ptr-deref Read in txBegin + - FS: JFS: Check for read-only mounted filesystem in txBegin + - ACPI: video: Add backlight=native DMI quirk for Dell Studio 1569 + - rcu-tasks: Avoid pr_info() with spin lock in cblist_init_generic() + - rcu: Mark additional concurrent load from ->cpu_no_qs.b.exp + - sched/fair: Don't balance task to its current running CPU + - wifi: ath11k: fix registration of 6Ghz-only phy without the full channel + range + - bpf: Print a warning only if writing to unprivileged_bpf_disabled. + - bpf: Address KCSAN report on bpf_lru_list + - bpf: tcp: Avoid taking fast sock lock in iterator + - wifi: ath11k: add support default regdb while searching board-2.bin for + WCN6855 + - wifi: mac80211_hwsim: Fix possible NULL dereference + - spi: dw: Add compatible for Intel Mount Evans SoC + - wifi: ath11k: fix memory leak in WMI firmware stats + - net: ethernet: litex: add support for 64 bit stats + - devlink: report devlink_port_type_warn source device + - wifi: wext-core: Fix -Wstringop-overflow warning in + ioctl_standard_iw_point() + - wifi: iwlwifi: Add support for new PCI Id + - wifi: iwlwifi: mvm: avoid baid size integer overflow + - wifi: iwlwifi: pcie: add device id 51F1 for killer 1675 + - net: hns3: fix strncpy() not using dest-buf length as length issue + - ASoC: amd: acp: fix for invalid dai id handling in acp_get_byte_count() + - ASoC: codecs: wcd938x: fix mbhc impedance loglevel + - ASoC: codecs: wcd938x: fix dB range for HPHL and HPHR + - ASoC: qcom: q6apm: do not close GPR port before closing graph + - sched/fair: Use recent_used_cpu to test p->cpus_ptr + - sched/psi: Rearrange polling code in preparation + - sched/psi: Rename existing poll members in preparation + - sched/psi: Extract update_triggers side effect + - sched/psi: Allow unprivileged polling of N*2s period + - sched/psi: use kernfs polling functions for PSI trigger polling + - pinctrl: renesas: rzv2m: Handle non-unique subnode names + - pinctrl: renesas: rzg2l: Handle non-unique subnode names + - spi: bcm63xx: fix max prepend length + - fbdev: imxfb: warn about invalid left/right margin + - fbdev: imxfb: Removed unneeded release_mem_region + - perf build: Fix library not found error when using CSLIBS + - btrfs: be a bit more careful when setting mirror_num_ret in btrfs_map_block + - spi: s3c64xx: clear loopback bit after loopback test + - kallsyms: strip LTO-only suffixes from promoted global functions + - dsa: mv88e6xxx: Do a final check before timing out + - net: ethernet: ti: cpsw_ale: Fix cpsw_ale_get_field()/cpsw_ale_set_field() + - net: ethernet: mtk_eth_soc: handle probe deferral + - ASoC: SOF: ipc3-dtrace: uninitialized data in dfsentry_trace_filter_write() + - net: sched: cls_matchall: Undo tcf_bind_filter in case of failure after + mall_set_parms + - net: sched: cls_u32: Undo tcf_bind_filter if u32_replace_hw_knode + - net: sched: cls_u32: Undo refcount decrement in case update failed + - net: sched: cls_bpf: Undo tcf_bind_filter in case of an error + - net: dsa: microchip: ksz8: Separate static MAC table operations for code + reuse + - net: dsa: microchip: ksz8: Make ksz8_r_sta_mac_table() static + - net: dsa: microchip: ksz8_r_sta_mac_table(): Avoid using error code for + empty entries + - net: dsa: microchip: correct KSZ8795 static MAC table access + - iavf: Fix use-after-free in free_netdev + - iavf: Fix out-of-bounds when setting channels on remove + - iavf: use internal state to free traffic IRQs + - iavf: make functions static where possible + - iavf: Wait for reset in callbacks which trigger it + - iavf: fix a deadlock caused by rtnl and driver's lock circular dependencies + - iavf: fix reset task race with iavf_remove() + - security: keys: Modify mismatched function name + - octeontx2-pf: Dont allocate BPIDs for LBK interfaces + - bpf: Fix subprog idx logic in check_max_stack_depth + - bpf: Repeat check_max_stack_depth for async callbacks + - bpf, arm64: Fix BTI type used for freplace attached functions + - igc: Avoid transmit queue timeout for XDP + - igc: Prevent garbled TX queue with XDP ZEROCOPY + - net: ipv4: use consistent txhash in TIME_WAIT and SYN_RECV + - tcp: annotate data-races around tcp_rsk(req)->txhash + - tcp: annotate data-races around tcp_rsk(req)->ts_recent + - net: ipv4: Use kfree_sensitive instead of kfree + - net:ipv6: check return value of pskb_trim() + - Revert "tcp: avoid the lookup process failing to get sk in ehash table" + - fbdev: au1200fb: Fix missing IRQ check in au1200fb_drv_probe + - llc: Don't drop packet from non-root netns. + - ALSA: hda/realtek: Fix generic fixup definition for cs35l41 amp + - netfilter: nf_tables: fix spurious set element insertion failure + - netfilter: nf_tables: can't schedule in nft_chain_validate + - Bluetooth: use RCU for hci_conn_params and iterate safely in hci_sync + - Bluetooth: hci_event: call disconnect callback before deleting conn + - Bluetooth: ISO: fix iso_conn related locking and validity issues + - Bluetooth: hci_sync: Avoid use-after-free in dbg for + hci_remove_adv_monitor() + - tcp: annotate data-races around tp->tcp_tx_delay + - tcp: annotate data-races around tp->tsoffset + - tcp: annotate data-races around tp->keepalive_time + - tcp: annotate data-races around tp->keepalive_intvl + - tcp: annotate data-races around tp->keepalive_probes + - tcp: annotate data-races around icsk->icsk_syn_retries + - tcp: annotate data-races around tp->linger2 + - tcp: annotate data-races around rskq_defer_accept + - tcp: annotate data-races around tp->notsent_lowat + - tcp: annotate data-races around icsk->icsk_user_timeout + - tcp: annotate data-races around fastopenq.max_qlen + - net: phy: prevent stale pointer dereference in phy_init() + - jbd2: recheck chechpointing non-dirty buffer + - tracing/histograms: Return an error if we fail to add histogram to hist_vars + list + - drm/ttm: fix bulk_move corruption when adding a entry + - spi: dw: Remove misleading comment for Mount Evans SoC + - kallsyms: add kallsyms_seqs_of_names to list of special symbols + - scripts/kallsyms: update the usage in the comment block + - selftests/bpf: Workaround verification failure for + fexit_bpf2bpf/func_replace_return_code + - selftests/bpf: Fix sk_assign on s390x + - drm/amd/display: fix some coding style issues + - drm/dp_mst: Clear MSG_RDY flag before sending new message + - drm/amd/display: force connector state when bpc changes during compliance + - drm/amd/display: Clean up errors & warnings in amdgpu_dm.c + - drm/amd/display: fix linux dp link lost handled only one time + - drm/amd/display: Add polling method to handle MST reply packet + - perf probe: Read DWARF files from the correct CU + - btrfs: raid56: always verify the P/Q contents for scrub + - can: gs_usb: fix time stamp counter initialization + - KVM: arm64: Correctly handle page aging notifiers for unaligned memslot + - KVM: arm64: vgic-v4: Make the doorbell request robust w.r.t preemption + - gso: fix dodgy bit handling for GSO_UDP_L4 + - drm/i915/perf: add sentinel to xehp_oa_b_counters + - net: ethernet: mtk_eth_soc: always mtk_get_ib1_pkt_type + - Upstream stable to v6.1.42, v6.4.7 + - netfilter: nf_tables: fix underflow in object reference counter + - netfilter: nf_tables: fix underflow in chain reference counter + - platform/x86/amd/pmf: Notify OS power slider update + - platform/x86/amd/pmf: reduce verbosity of apmf_get_system_params + - jbd2: Fix wrongly judgement for buffer head removing while doing checkpoint + - blk-mq: Fix stall due to recursive flush plug + - powerpc/pseries/vas: Hold mmap_mutex after mmap lock during window close + - KVM: s390: pv: fix index value of replaced ASCE + - io_uring: don't audit the capability check in io_uring_create() + - gpio: tps68470: Make tps68470_gpio_output() always set the initial value + - pwm: Add a stub for devm_pwmchip_add() + - gpio: mvebu: Make use of devm_pwmchip_add + - gpio: mvebu: fix irq domain leak + - btrfs: fix race between quota disable and relocation + - i2c: Delete error messages for failed memory allocations + - i2c: Improve size determinations + - i2c: nomadik: Remove unnecessary goto label + - i2c: nomadik: Use devm_clk_get_enabled() + - i2c: nomadik: Remove a useless call in the remove function + - MIPS: Loongson: Move arch cflags to MIPS top level Makefile + - MIPS: Loongson: Fix build error when make modules_install + - PCI/ASPM: Return 0 or -ETIMEDOUT from pcie_retrain_link() + - PCI/ASPM: Factor out pcie_wait_for_retrain() + - PCI/ASPM: Avoid link retraining race + - PCI: rockchip: Remove writes to unused registers + - PCI: rockchip: Fix window mapping and address translation for endpoint + - PCI: rockchip: Don't advertise MSI-X in PCIe capabilities + - drm/amd/display: add ODM case when looking for first split pipe + - drm/amd/display: add pixel rate based CRB allocation support + - drm/amd/display: fix dcn315 single stream crb allocation + - drm/amd/display: Update correct DCN314 register header + - drm/amd/display: Set minimum requirement for using PSR-SU on Rembrandt + - drm/amd/display: Set minimum requirement for using PSR-SU on Phoenix + - drm/ttm: Don't print error message if eviction was interrupted + - drm/ttm: Don't leak a resource on eviction error + - drm/ttm: never consider pinned BOs for eviction&swap + - KVM: arm64: Condition HW AF updates on config option + - [Config] updateconfigs for AMPERE_ERRATUM_AC03_CPU_38 + - arm64: errata: Mitigate Ampere1 erratum AC03_CPU_38 at stage-2 + - mptcp: introduce 'sk' to replace 'sock->sk' in mptcp_listen() + - tracing: Allow synthetic events to pass around stacktraces + - Revert "tracing: Add "(fault)" name injection to kernel probes" + - tracing/probes: Fix to record 0-length data_loc in fetch_store_string*() if + fails + - test_maple_tree: test modifications while iterating + - maple_tree: add __init and __exit to test module + - maple_tree: fix 32 bit mas_next testing + - drm/amd/display: fix dc/core/dc.c kernel-doc + - drm/amd/display: Add FAMS validation before trying to use it + - drm/amd/display: update extended blank for dcn314 onwards + - drm/amd/display: Fix possible underflow for displays with large vblank + - drm/amd/display: Prevent vtotal from being set to 0 + - phy: phy-mtk-dp: Fix an error code in probe() + - phy: qcom-snps: correct struct qcom_snps_hsphy kerneldoc + - phy: qcom-snps-femto-v2: keep cfg_ahb_clk enabled during runtime suspend + - phy: qcom-snps-femto-v2: properly enable ref clock + - soundwire: qcom: update status correctly with mask + - media: staging: atomisp: select V4L2_FWNODE + - media: amphion: Fix firmware path to match linux-firmware + - i40e: Fix an NULL vs IS_ERR() bug for debugfs_create_dir() + - iavf: fix potential deadlock on allocation failure + - iavf: check for removal state before IAVF_FLAG_PF_COMMS_FAILED + - net: phy: marvell10g: fix 88x3310 power up + - net: hns3: fix the imp capability bit cannot exceed 32 bits issue + - net: hns3: fix wrong tc bandwidth weight data issue + - net: hns3: fix wrong bw weight of disabled tc issue + - vxlan: calculate correct header length for GPE + - vxlan: generalize vxlan_parse_gpe_hdr and remove unused args + - vxlan: fix GRO with VXLAN-GPE + - phy: hisilicon: Fix an out of bounds check in hisi_inno_phy_probe() + - atheros: fix return value check in atl1_tso() + - ethernet: atheros: fix return value check in atl1e_tso_csum() + - ipv6 addrconf: fix bug where deleting a mngtmpaddr can create a new + temporary address + - ice: Fix memory management in ice_ethtool_fdir.c + - bonding: reset bond's flags when down link is P2P device + - team: reset team's flags when down link is P2P device + - octeontx2-af: Removed unnecessary debug messages. + - octeontx2-af: Fix hash extraction enable configuration + - net: stmmac: Apply redundant write work around on 4.xx too + - platform/x86: msi-laptop: Fix rfkill out-of-sync on MSI Wind U100 + - x86/traps: Fix load_unaligned_zeropad() handling for shared TDX memory + - igc: Fix Kernel Panic during ndo_tx_timeout callback + - netfilter: nft_set_rbtree: fix overlap expiration walk + - mm: suppress mm fault logging if fatal signal already pending + - net/sched: mqprio: refactor nlattr parsing to a separate function + - net/sched: mqprio: add extack to mqprio_parse_nlattr() + - net/sched: mqprio: Add length check for TCA_MQPRIO_{MAX/MIN}_RATE64 + - benet: fix return value check in be_lancer_xmit_workarounds() + - tipc: check return value of pskb_trim() + - tipc: stop tipc crypto on failure in tipc_node_create + - RDMA/mlx4: Make check for invalid flags stricter + - drm/msm/dpu: drop enum dpu_core_perf_data_bus_id + - drm/msm/adreno: Fix snapshot BINDLESS_DATA size + - RDMA/irdma: Add missing read barriers + - RDMA/irdma: Fix data race on CQP completion stats + - RDMA/irdma: Fix data race on CQP request done + - RDMA/mthca: Fix crash when polling CQ for shared QPs + - RDMA/bnxt_re: Prevent handling any completions after qp destroy + - drm/msm: Fix IS_ERR_OR_NULL() vs NULL check in a5xx_submit_in_rb() + - cxl/acpi: Fix a use-after-free in cxl_parse_cfmws() + - cxl/acpi: Return 'rc' instead of '0' in cxl_parse_cfmws() + - ASoC: fsl_spdif: Silence output on stop + - block: Fix a source code comment in include/uapi/linux/blkzoned.h + - smb3: do not set NTLMSSP_VERSION flag for negotiate not auth request + - drm/i915: Fix an error handling path in igt_write_huge() + - xenbus: check xen_domain in xenbus_probe_initcall + - dm raid: fix missing reconfig_mutex unlock in raid_ctr() error paths + - dm raid: clean up four equivalent goto tags in raid_ctr() + - dm raid: protect md_stop() with 'reconfig_mutex' + - drm/amd: Fix an error handling mistake in psp_sw_init() + - drm/amd/display: Unlock on error path in + dm_handle_mst_sideband_msg_ready_event() + - RDMA/irdma: Fix op_type reporting in CQEs + - RDMA/irdma: Report correct WC error + - drm/msm: Switch idr_lock to spinlock + - drm/msm: Disallow submit with fence id 0 + - ublk_drv: move ublk_get_device_from_id into ublk_ctrl_uring_cmd + - ublk: fail to start device if queue setup is interrupted + - ublk: fail to recover device if queue setup is interrupted + - ata: pata_ns87415: mark ns87560_tf_read static + - ring-buffer: Fix wrong stat of cpu_buffer->read + - tracing: Fix warning in trace_buffered_event_disable() + - Revert "usb: gadget: tegra-xudc: Fix error check in + tegra_xudc_powerdomain_init()" + - usb: gadget: call usb_gadget_check_config() to verify UDC capability + - USB: gadget: Fix the memory leak in raw_gadget driver + - usb: gadget: core: remove unbalanced mutex_unlock in usb_gadget_activate + - KVM: Grab a reference to KVM for VM and vCPU stats file descriptors + - KVM: VMX: Don't fudge CR0 and CR4 for restricted L2 guest + - KVM: x86: Disallow KVM_SET_SREGS{2} if incoming CR0 is invalid + - serial: qcom-geni: drop bogus runtime pm state update + - serial: 8250_dw: Preserve original value of DLF register + - serial: sifive: Fix sifive_serial_console_setup() section + - USB: serial: option: support Quectel EM060K_128 + - USB: serial: option: add Quectel EC200A module support + - USB: serial: simple: add Kaufmann RKS+CAN VCP + - USB: serial: simple: sort driver entries + - can: gs_usb: gs_can_close(): add missing set of CAN state to + CAN_STATE_STOPPED + - usb: typec: Set port->pd before adding device for typec_port + - usb: typec: Iterate pds array when showing the pd list + - usb: typec: Use sysfs_emit_at when concatenating the string + - Revert "usb: dwc3: core: Enable AutoRetry feature in the controller" + - usb: dwc3: pci: skip BYT GPIO lookup table for hardwired phy + - usb: dwc3: don't reset device side if dwc3 was configured as host-only + - usb: misc: ehset: fix wrong if condition + - usb: ohci-at91: Fix the unhandle interrupt when resume + - USB: quirks: add quirk for Focusrite Scarlett + - usb: cdns3: fix incorrect calculation of ep_buf_size when more than one + config + - usb: xhci-mtk: set the dma max_seg_size + - Revert "usb: xhci: tegra: Fix error check" + - Documentation: security-bugs.rst: update preferences when dealing with the + linux-distros group + - Documentation: security-bugs.rst: clarify CVE handling + - staging: r8712: Fix memory leak in _r8712_init_xmit_priv() + - staging: ks7010: potential buffer overflow in ks_wlan_set_encode_ext() + - tty: n_gsm: fix UAF in gsm_cleanup_mux + - Revert "xhci: add quirk for host controllers that don't update endpoint DCS" + - ALSA: hda/realtek: Support ASUS G713PV laptop + - ALSA: hda/relatek: Enable Mute LED on HP 250 G8 + - hwmon: (k10temp) Enable AMD3255 Proc to show negative temperature + - hwmon: (nct7802) Fix for temp6 (PECI1) processed even if PECI1 disabled + - btrfs: account block group tree when calculating global reserve size + - btrfs: check if the transaction was aborted at btrfs_wait_for_commit() + - btrfs: check for commit error at btrfs_attach_transaction_barrier() + - x86/MCE/AMD: Decrement threshold_bank refcount when removing threshold + blocks + - file: always lock position for FMODE_ATOMIC_POS + - nfsd: Remove incorrect check in nfsd4_validate_stateid + - ACPI/IORT: Remove erroneous id_count check in iort_node_get_rmr_info() + - tpm_tis: Explicitly check for error code + - irq-bcm6345-l1: Do not assume a fixed block to cpu mapping + - irqchip/gic-v4.1: Properly lock VPEs when doing a directLPI invalidation + - locking/rtmutex: Fix task->pi_waiters integrity + - proc/vmcore: fix signedness bug in read_from_oldmem() + - xen: speed up grant-table reclaim + - virtio-net: fix race between set queues and probe + - net: dsa: qca8k: fix search_and_insert wrong handling of new rule + - net: dsa: qca8k: fix broken search_and_del + - net: dsa: qca8k: fix mdb add/del case with 0 VID + - selftests: mptcp: join: only check for ip6tables if needed + - soundwire: fix enumeration completion + - Revert "um: Use swap() to make code cleaner" + - LoongArch: BPF: Fix check condition to call lu32id in move_imm() + - LoongArch: BPF: Enable bpf_probe_read{, str}() on LoongArch + - s390/dasd: fix hanging device after quiesce/resume + - s390/dasd: print copy pair message only for the correct error + - ASoC: wm8904: Fill the cache for WM8904_ADC_TEST_0 register + - arm64/sme: Set new vector length before reallocating + - PM: sleep: wakeirq: fix wake irq arming + - ceph: never send metrics if disable_send_metrics is set + - drm/i915/dpt: Use shmem for dpt objects + - dm cache policy smq: ensure IO doesn't prevent cleaner policy progress + - rbd: make get_lock_owner_info() return a single locker or NULL + - rbd: harden get_lock_owner_info() a bit + - rbd: retrieve and check lock owner twice before blocklisting + - tracing: Fix trace_event_raw_event_synth() if else statement + - ACPI: processor: perflib: Use the "no limit" frequency QoS + - ACPI: processor: perflib: Avoid updating frequency QoS unnecessarily + - cpufreq: intel_pstate: Drop ACPI _PSS states table patching + - dma-buf: keep the signaling time of merged fences v3 + - dma-buf: fix an error pointer vs NULL bug + - KVM: s390: pv: simplify shutdown and fix race + - media: tc358746: Address compiler warnings + - net: fec: avoid tx queue timeout when XDP is enabled + - drm/msm/dsi: Drop unused regulators from QCM2290 14nm DSI PHY config + - RDMA/core: Update CMA destination address on rdma_resolve_addr + - RDMA/bnxt_re: Fix hang during driver unload + - iommufd: IOMMUFD_DESTROY should not increase the refcount + - TIOCSTI: always enable for CAP_SYS_ADMIN + - hwmon: (aquacomputer_d5next) Fix incorrect PWM value readout + - btrfs: zoned: do not enable async discard + - net: ipa: only reset hashed tables when supported + - iommufd: Set end correctly when doing batch carry + - mptcp: more accurate NL event generation + - Upstream stable to v6.1.43, v6.4.8 + * CVE-2023-42755 + - net/sched: Retire rsvp classifier + - [Config] remove NET_CLS_RSVP and NET_CLS_RSVP6 + * CVE-2023-42753 + - netfilter: ipset: add the missing IP_SET_HASH_WITH_NET0 macro for + ip_set_hash_netportnet.c + * CVE-2023-34319 + - xen/netback: Fix buffer overrun triggered by unusual packet + * CVE-2023-5197 + - netfilter: nf_tables: skip bound chain in netns release path + - netfilter: nf_tables: disallow rule removal from chain binding + * CVE-2023-4921 + - net: sched: sch_qfq: Fix UAF in qfq_dequeue() + * CVE-2023-42752 + - igmp: limit igmpv3_newpack() packet size to IP_MAX_MTU + - net: remove osize variable in __alloc_skb() + - net: factorize code in kmalloc_reserve() + - net: deal with integer overflows in kmalloc_reserve() + * CVE-2023-42572 + - net: add SKB_HEAD_ALIGN() helper + * Fix RCU warning on AMD laptops (LP: #2036377) + - power: supply: core: Use blocking_notifier_call_chain to avoid RCU complaint + * Fix non-working I219 after system sleep (LP: #2035313) + - mei: mei-me: resume device in prepare + * Avoid address overwrite in kernel_connect (LP: #2035163) + - net: Avoid address overwrite in kernel_connect + * Ethernet not stable 23.04 (RTL8168/8169) (LP: #2031537) + - r8169: fix ASPM-related problem for chip version 42 and 43 + - r8169: revert 2ab19de62d67 ("r8169: remove ASPM restrictions now that ASPM + is disabled during NAPI poll") + - Revert "r8169: disable ASPM during NAPI poll" + - r8169: fix ASPM-related issues on a number of systems with NIC version from + RTL8168h + * 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" + - PCI/ASPM: Add pci_enable_link_state() + - PCI: vmd: Use PCI_VDEVICE in device list + - PCI: vmd: Create feature grouping for client products + - PCI: vmd: Add quirk to configure PCIe ASPM and LTR + - SAUCE: PCI/ASPM: Allow ASPM override over FADT default + - SAUCE: PCI: vmd: Mark ASPM override for device behind VMD bridge + * Fix suspend hang on Lenovo workstation (LP: #2034479) + - igb: Fix igb_down hung on surprise removal + * Fix blank display when Thunderbolt monitor is plugged second time + (LP: #2034491) + - drm/amd: Disable S/G for APUs when 64GB or more host memory + - thunderbolt: Fix Thunderbolt 3 display flickering issue on 2nd hot plug + onwards + - thunderbolt: Fix a backport error for display flickering issue + * [regression] Unable to initialize SGX enclaves with XFRM other than 3 + (LP: #2034745) + - x86/fpu: Set X86_FEATURE_OSXSAVE feature after enabling OSXSAVE in CR4 + * CVE-2023-4881 + - netfilter: nftables: exthdr: fix 4-byte stack OOB write + * CVE-2023-4622 + - af_unix: Fix null-ptr-deref in unix_stream_sendpage(). + * Lunar update: upstream stable patchset 2023-09-14 (LP: #2036075) + - net: lan743x: Don't sleep in atomic context + - workqueue: clean up WORK_* constant types, clarify masking + - ksmbd: add missing compound request handing in some commands + - ksmbd: fix out of bounds read in smb2_sess_setup + - drm/panel: simple: Add connector_type for innolux_at043tn24 + - drm/bridge: ti-sn65dsi86: Fix auxiliary bus lifetime + - swiotlb: always set the number of areas before allocating the pool + - swiotlb: reduce the number of areas to match actual memory pool size + - drm/panel: simple: Add Powertip PH800480T013 drm_display_mode flags + - ice: Fix max_rate check while configuring TX rate limits + - igc: Remove delay during TX ring configuration + - net/mlx5e: fix double free in mlx5e_destroy_flow_table + - net/mlx5e: fix memory leak in mlx5e_fs_tt_redirect_any_create + - net/mlx5e: fix memory leak in mlx5e_ptp_open + - net/mlx5e: Check for NOT_READY flag state after locking + - igc: set TP bit in 'supported' and 'advertising' fields of + ethtool_link_ksettings + - igc: Handle PPS start time programming for past time values + - blk-crypto: use dynamic lock class for blk_crypto_profile::lock + - scsi: qla2xxx: Fix error code in qla2x00_start_sp() + - scsi: ufs: ufs-mediatek: Add dependency for RESET_CONTROLLER + - bpf: Fix max stack depth check for async callbacks + - net: mvneta: fix txq_map in case of txq_number==1 + - gve: Set default duplex configuration to full + - octeontx2-af: Promisc enable/disable through mbox + - octeontx2-af: Move validation of ptp pointer before its usage + - ionic: remove WARN_ON to prevent panic_on_warn + - net: bgmac: postpone turning IRQs off to avoid SoC hangs + - net: prevent skb corruption on frag list segmentation + - icmp6: Fix null-ptr-deref of ip6_null_entry->rt6i_idev in icmp6_dev(). + - udp6: fix udp6_ehashfn() typo + - ntb: idt: Fix error handling in idt_pci_driver_init() + - NTB: amd: Fix error handling in amd_ntb_pci_driver_init() + - ntb: intel: Fix error handling in intel_ntb_pci_driver_init() + - NTB: ntb_transport: fix possible memory leak while device_register() fails + - NTB: ntb_tool: Add check for devm_kcalloc + - ipv6/addrconf: fix a potential refcount underflow for idev + - net: dsa: qca8k: Add check for skb_copy + - platform/x86: wmi: Break possible infinite loop when parsing GUID + - kernel/trace: Fix cleanup logic of enable_trace_eprobe + - igc: Fix launchtime before start of cycle + - igc: Fix inserting of empty frame for launchtime + - nvme: fix the NVME_ID_NS_NVM_STS_MASK definition + - riscv, bpf: Fix inconsistent JIT image generation + - drm/i915: Don't preserve dpll_hw_state for slave crtc in Bigjoiner + - drm/i915: Fix one wrong caching mode enum usage + - octeontx2-pf: Add additional check for MCAM rules + - erofs: avoid useless loops in z_erofs_pcluster_readmore() when reading + beyond EOF + - erofs: avoid infinite loop in z_erofs_do_read_page() when reading beyond EOF + - erofs: fix fsdax unavailability for chunk-based regular files + - wifi: airo: avoid uninitialized warning in airo_get_rate() + - bpf: cpumap: Fix memory leak in cpu_map_update_elem + - net/sched: flower: Ensure both minimum and maximum ports are specified + - riscv: mm: fix truncation warning on RV32 + - netdevsim: fix uninitialized data in nsim_dev_trap_fa_cookie_write() + - net/sched: make psched_mtu() RTNL-less safe + - wifi: rtw89: debug: fix error code in rtw89_debug_priv_send_h2c_set() + - nvme-pci: fix DMA direction of unmapping integrity data + - cifs: fix session state check in smb2_find_smb_ses + - drm/client: Send hotplug event after registering a client + - drm/amdgpu/sdma4: set align mask to 255 + - drm/amd/pm: revise the ASPM settings for thunderbolt attached scenario + - drm/amd/pm: add abnormal fan detection for smu 13.0.0 + - f2fs: fix deadlock in i_xattr_sem and inode page lock + - pinctrl: amd: Add Z-state wake control bits + - pinctrl: amd: Adjust debugfs output + - pinctrl: amd: Add fields for interrupt status and wake status + - pinctrl: amd: Detect internal GPIO0 debounce handling + - pinctrl: amd: Fix mistake in handling clearing pins at startup + - pinctrl: amd: Detect and mask spurious interrupts + - pinctrl: amd: Revert "pinctrl: amd: disable and mask interrupts on probe" + - pinctrl: amd: Only use special debounce behavior for GPIO 0 + - pinctrl: amd: Use amd_pinconf_set() for all config options + - pinctrl: amd: Drop pull up select configuration + - pinctrl: amd: Unify debounce handling into amd_pinconf_set() + - tpm: Do not remap from ACPI resources again for Pluton TPM + - tpm: tpm_vtpm_proxy: fix a race condition in /dev/vtpmx creation + - tpm: tis_i2c: Limit read bursts to I2C_SMBUS_BLOCK_MAX (32) bytes + - tpm: tis_i2c: Limit write bursts to I2C_SMBUS_BLOCK_MAX (32) bytes + - tpm: return false from tpm_amd_is_rng_defective on non-x86 platforms + - mtd: rawnand: meson: fix unaligned DMA buffers handling + - net: bcmgenet: Ensure MDIO unregistration has clocks enabled + - net: phy: dp83td510: fix kernel stall during netboot in DP83TD510E PHY + driver + - kasan: add kasan_tag_mismatch prototype + - tracing/user_events: Fix incorrect return value for writing operation when + events are disabled + - powerpc: Fail build if using recordmcount with binutils v2.37 + - misc: fastrpc: Create fastrpc scalar with correct buffer count + - powerpc/security: Fix Speculation_Store_Bypass reporting on Power10 + - powerpc/64s: Fix native_hpte_remove() to be irq-safe + - MIPS: Loongson: Fix cpu_probe_loongson() again + - MIPS: KVM: Fix NULL pointer dereference + - ext4: Fix reusing stale buffer heads from last failed mounting + - ext4: fix wrong unit use in ext4_mb_clear_bb + - ext4: get block from bh in ext4_free_blocks for fast commit replay + - ext4: fix wrong unit use in ext4_mb_new_blocks + - ext4: fix to check return value of freeze_bdev() in ext4_shutdown() + - ext4: turn quotas off if mount failed after enabling quotas + - ext4: only update i_reserved_data_blocks on successful block allocation + - fs: dlm: revert check required context while close + - soc: qcom: mdt_loader: Fix unconditional call to scm_pas_mem_setup + - ext2/dax: Fix ext2_setsize when len is page aligned + - jfs: jfs_dmap: Validate db_l2nbperpage while mounting + - hwrng: imx-rngc - fix the timeout for init and self check + - dm integrity: reduce vmalloc space footprint on 32-bit architectures + - scsi: mpi3mr: Propagate sense data for admin queue SCSI I/O + - s390/zcrypt: do not retry administrative requests + - PCI/PM: Avoid putting EloPOS E2/S2/H2 PCIe Ports in D3cold + - PCI: Release resource invalidated by coalescing + - PCI: Add function 1 DMA alias quirk for Marvell 88SE9235 + - PCI: qcom: Disable write access to read only registers for IP v2.3.3 + - PCI: epf-test: Fix DMA transfer completion initialization + - PCI: epf-test: Fix DMA transfer completion detection + - PCI: rockchip: Assert PCI Configuration Enable bit after probe + - PCI: rockchip: Write PCI Device ID to correct register + - PCI: rockchip: Add poll and timeout to wait for PHY PLLs to be locked + - PCI: rockchip: Fix legacy IRQ generation for RK3399 PCIe endpoint core + - PCI: rockchip: Use u32 variable to access 32-bit registers + - PCI: rockchip: Set address alignment for endpoint mode + - misc: pci_endpoint_test: Free IRQs before removing the device + - misc: pci_endpoint_test: Re-init completion for every test + - mfd: pm8008: Fix module autoloading + - md/raid0: add discard support for the 'original' layout + - fs: dlm: return positive pid value for F_GETLK + - fs: dlm: fix cleanup pending ops when interrupted + - fs: dlm: interrupt posix locks only when process is killed + - fs: dlm: make F_SETLK use unkillable wait_event + - fs: dlm: fix mismatch of plock results from userspace + - scsi: lpfc: Fix double free in lpfc_cmpl_els_logo_acc() caused by + lpfc_nlp_not_used() + - drm/atomic: Allow vblank-enabled + self-refresh "disable" + - drm/rockchip: vop: Leave vblank enabled in self-refresh + - drm/amd/display: fix seamless odm transitions + - drm/amd/display: Remove Phantom Pipe Check When Calculating K1 and K2 + - drm/amd/display: disable seamless boot if force_odm_combine is enabled + - drm/amdgpu: fix clearing mappings for BOs that are always valid in VM + - drm/amd: Disable PSR-SU on Parade 0803 TCON + - drm/amd/display: add a NULL pointer check + - drm/amd/display: Correct `DMUB_FW_VERSION` macro + - drm/amd/display: Add monitor specific edid quirk + - drm/amdgpu: avoid restore process run into dead loop. + - drm/ttm: Don't leak a resource on swapout move error + - serial: atmel: don't enable IRQs prematurely + - tty: serial: samsung_tty: Fix a memory leak in s3c24xx_serial_getclk() in + case of error + - tty: serial: samsung_tty: Fix a memory leak in s3c24xx_serial_getclk() when + iterating clk + - tty: serial: imx: fix rs485 rx after tx + - firmware: stratix10-svc: Fix a potential resource leak in + svc_create_memory_pool() + - libceph: harden msgr2.1 frame segment length checks + - ceph: add a dedicated private data for netfs rreq + - ceph: fix blindly expanding the readahead windows + - ceph: don't let check_caps skip sending responses for revoke msgs + - xhci: Fix resume issue of some ZHAOXIN hosts + - xhci: Fix TRB prefetch issue of ZHAOXIN hosts + - xhci: Show ZHAOXIN xHCI root hub speed correctly + - meson saradc: fix clock divider mask length + - opp: Fix use-after-free in lazy_opp_tables after probe deferral + - soundwire: qcom: fix storing port config out-of-bounds + - Revert "8250: add support for ASIX devices with a FIFO bug" + - bus: ixp4xx: fix IXP4XX_EXP_T1_MASK + - s390/decompressor: fix misaligned symbol build error + - dm: verity-loadpin: Add NULL pointer check for 'bdev' parameter + - tracing/histograms: Add histograms to hist_vars if they have referenced + variables + - tracing: Fix memory leak of iter->temp when reading trace_pipe + - nvme: don't reject probe due to duplicate IDs for single-ported PCIe devices + - samples: ftrace: Save required argument registers in sample trampolines + - perf: RISC-V: Remove PERF_HES_STOPPED flag checking in riscv_pmu_start() + - regmap-irq: Fix out-of-bounds access when allocating config buffers + - net: ena: fix shift-out-of-bounds in exponential backoff + - ring-buffer: Fix deadloop issue on reading trace_pipe + - ftrace: Fix possible warning on checking all pages used in + ftrace_process_locs() + - cifs: if deferred close is disabled then close files immediately + - xtensa: ISS: fix call to split_if_spec + - perf/x86: Fix lockdep warning in for_each_sibling_event() on SPR + - PM: QoS: Restore support for default value on frequency QoS + - pwm: meson: modify and simplify calculation in meson_pwm_get_state + - pwm: meson: fix handling of period/duty if greater than UINT_MAX + - fprobe: Release rethook after the ftrace_ops is unregistered + - fprobe: Ensure running fprobe_exit_handler() finished before calling + rethook_free() + - tracing: Fix null pointer dereference in tracing_err_log_open() + - selftests: mptcp: connect: fail if nft supposed to work + - selftests: mptcp: sockopt: return error if wrong mark + - selftests: mptcp: userspace_pm: use correct server port + - selftests: mptcp: userspace_pm: report errors with 'remove' tests + - selftests: mptcp: depend on SYN_COOKIES + - selftests: mptcp: pm_nl_ctl: fix 32-bit support + - tracing/probes: Fix not to count error code to total length + - tracing/probes: Fix to update dynamic data counter if fetcharg uses it + - tracing/user_events: Fix struct arg size match check + - scsi: qla2xxx: Multi-que support for TMF + - scsi: qla2xxx: Fix task management cmd failure + - scsi: qla2xxx: Fix task management cmd fail due to unavailable resource + - scsi: qla2xxx: Fix hang in task management + - scsi: qla2xxx: Wait for io return on terminate rport + - scsi: qla2xxx: Fix mem access after free + - scsi: qla2xxx: Array index may go out of bound + - scsi: qla2xxx: Avoid fcport pointer dereference + - scsi: qla2xxx: Fix potential NULL pointer dereference + - scsi: qla2xxx: Check valid rport returned by fc_bsg_to_rport() + - scsi: qla2xxx: Correct the index of array + - scsi: qla2xxx: Pointer may be dereferenced + - scsi: qla2xxx: Remove unused nvme_ls_waitq wait queue + - scsi: qla2xxx: Fix end of loop test + - MIPS: kvm: Fix build error with KVM_MIPS_DEBUG_COP0_COUNTERS enabled + - Revert "drm/amd: Disable PSR-SU on Parade 0803 TCON" + - net/sched: sch_qfq: reintroduce lmax bound check for MTU + - drm/atomic: Fix potential use-after-free in nonblocking commits + - net/ncsi: make one oem_gma function for all mfr id + - net/ncsi: change from ndo_set_mac_address to dev_set_mac_address + - HID: input: fix mapping for camera access keys + - xen/virtio: Fix NULL deref when a bridge of PCI root bus has no parent + - netfilter: conntrack: don't fold port numbers into addresses before hashing + - net/mlx5: Query hca_cap_2 only when supported + - udp6: add a missing call into udp_fail_queue_rcv_skb tracepoint + - HID: hyperv: avoid struct memcpy overrun warning + - igc: Rename qbv_enable to taprio_offload_enable + - igc: No strict mode in pure launchtime/CBS offload + - net: fec: increase the size of tx ring and update tx_wake_threshold + - drm/nouveau/disp: fix HDMI on gt215+ + - drm/nouveau/disp/g94: enable HDMI + - drm/nouveau: bring back blit subchannel for pre nv50 GPUs + - net: txgbe: fix eeprom calculation error + - kasan, slub: fix HW_TAGS zeroing with slub_debug + - drm/amd/display: perform a bounds check before filling dirty rectangles + - fs: dlm: clear pending bit when queue was empty + - fs: dlm: fix missing pending to false + - tty: fix hang on tty device with no_room set + - nfp: clean mc addresses in application firmware when closing port + - mptcp: do not rely on implicit state check in mptcp_listen() + - mptcp: ensure subflow is unhashed before cleaning the backlog + - selftests: mptcp: sockopt: use 'iptables-legacy' if available + - smb: client: Fix -Wstringop-overflow issues + - tracing/probes: Fix to avoid double count of the string length on the array + - Upstream stable to v6.1.40, v6.4.5 + * Nouveau driver crash - Ubuntu 22.04.3 LTS stuck on power-off/reboot screen + (LP: #2031352) // Lunar update: upstream stable patchset 2023-09-14 + (LP: #2036075) + - drm/nouveau/acr: Abort loading ACR if no firmware was found + * Lunar update: upstream stable patchset 2023-09-05 (LP: #2034469) + - drm: use mgr->dev in drm_dbg_kms in drm_dp_add_payload_part2 + - fs: pipe: reveal missing function protoypes + - block: Fix the type of the second bdev_op_is_zoned_write() argument + - erofs: avoid tagged pointers to mark sync decompression + - erofs: remove tagged pointer helpers + - erofs: move zdata.h into zdata.c + - erofs: kill hooked chains to avoid loops on deduplicated compressed images + - x86/resctrl: Only show tasks' pid in current pid namespace + - blk-iocost: use spin_lock_irqsave in adjust_inuse_and_calc_cost + - x86/sev: Fix calculation of end address based on number of pages + - virt: sevguest: Add CONFIG_CRYPTO dependency + - blk-mq: fix potential io hang by wrong 'wake_batch' + - lockd: drop inappropriate svc_get() from locked_get() + - nvme-core: fix memory leak in dhchap_secret_store + - nvme-core: fix memory leak in dhchap_ctrl_secret + - nvme-core: add missing fault-injection cleanup + - nvme-core: fix dev_pm_qos memleak + - md/raid10: check slab-out-of-bounds in md_bitmap_get_counter + - md/raid10: fix overflow of md/safe_mode_delay + - md/raid10: fix wrong setting of max_corr_read_errors + - md/raid10: fix null-ptr-deref of mreplace in raid10_sync_request + - md/raid10: fix io loss while replacement replace rdev + - md/raid1-10: factor out a helper to add bio to plug + - md/raid1-10: factor out a helper to submit normal write + - md/raid1-10: submit write io directly if bitmap is not enabled + - block: fix blktrace debugfs entries leakage + - irqchip/stm32-exti: Fix warning on initialized field overwritten + - irqchip/jcore-aic: Fix missing allocation of IRQ descriptors + - svcrdma: Prevent page release when nothing was received + - erofs: simplify iloc() + - erofs: fix compact 4B support for 16k block size + - posix-timers: Prevent RT livelock in itimer_delete() + - tick/rcu: Fix bogus ratelimit condition + - tracing/timer: Add missing hrtimer modes to decode_hrtimer_mode(). + - clocksource/drivers/cadence-ttc: Fix memory leak in ttc_timer_probe + - PM: domains: fix integer overflow issues in genpd_parse_state() + - perf/arm-cmn: Fix DTC reset + - x86/mm: Allow guest.enc_status_change_prepare() to fail + - x86/tdx: Fix race between set_memory_encrypted() and + load_unaligned_zeropad() + - drivers/perf: hisi: Don't migrate perf to the CPU going to teardown + - powercap: RAPL: Fix CONFIG_IOSF_MBI dependency + - PM: domains: Move the verification of in-params from genpd_add_device() + - ARM: 9303/1: kprobes: avoid missing-declaration warnings + - cpufreq: intel_pstate: Fix energy_performance_preference for passive + - thermal/drivers/sun8i: Fix some error handling paths in sun8i_ths_probe() + - rcu: Make rcu_cpu_starting() rely on interrupts being disabled + - rcu-tasks: Stop rcu_tasks_invoke_cbs() from using never-onlined CPUs + - rcutorture: Correct name of use_softirq module parameter + - rcuscale: Move shutdown from wait_event() to wait_event_idle() + - rcu/rcuscale: Move rcu_scale_*() after kfree_scale_cleanup() + - rcu/rcuscale: Stop kfree_scale_thread thread(s) after unloading rcuscale + - kselftest: vDSO: Fix accumulation of uninitialized ret when CLOCK_REALTIME + is undefined + - perf/ibs: Fix interface via core pmu events + - x86/mm: Fix __swp_entry_to_pte() for Xen PV guests + - locking/atomic: arm: fix sync ops + - evm: Complete description of evm_inode_setattr() + - evm: Fix build warnings + - ima: Fix build warnings + - pstore/ram: Add check for kstrdup + - igc: Enable and fix RX hash usage by netstack + - wifi: ath9k: fix AR9003 mac hardware hang check register offset calculation + - wifi: ath9k: avoid referencing uninit memory in ath9k_wmi_ctrl_rx + - libbpf: btf_dump_type_data_check_overflow needs to consider + BTF_MEMBER_BITFIELD_SIZE + - samples/bpf: Fix buffer overflow in tcp_basertt + - spi: spi-geni-qcom: Correct CS_TOGGLE bit in SPI_TRANS_CFG + - wifi: wilc1000: fix for absent RSN capabilities WFA testcase + - wifi: mwifiex: Fix the size of a memory allocation in + mwifiex_ret_802_11_scan() + - sctp: add bpf_bypass_getsockopt proto callback + - libbpf: fix offsetof() and container_of() to work with CO-RE + - bpf: Don't EFAULT for {g,s}setsockopt with wrong optlen + - spi: dw: Round of n_bytes to power of 2 + - nfc: llcp: fix possible use of uninitialized variable in + nfc_llcp_send_connect() + - bpftool: JIT limited misreported as negative value on aarch64 + - bpf: Remove bpf trampoline selector + - bpf: Fix memleak due to fentry attach failure + - selftests/bpf: Do not use sign-file as testcase + - regulator: core: Fix more error checking for debugfs_create_dir() + - regulator: core: Streamline debugfs operations + - wifi: orinoco: Fix an error handling path in spectrum_cs_probe() + - wifi: orinoco: Fix an error handling path in orinoco_cs_probe() + - wifi: atmel: Fix an error handling path in atmel_probe() + - wifi: wl3501_cs: Fix an error handling path in wl3501_probe() + - wifi: ray_cs: Fix an error handling path in ray_probe() + - wifi: ath9k: don't allow to overwrite ENDPOINT0 attributes + - samples/bpf: xdp1 and xdp2 reduce XDPBUFSIZE to 60 + - wifi: ath10k: Trigger STA disconnect after reconfig complete on hardware + restart + - wifi: mac80211: recalc min chandef for new STA links + - selftests/bpf: Fix check_mtu using wrong variable type + - wifi: rsi: Do not configure WoWlan in shutdown hook if not enabled + - wifi: rsi: Do not set MMC_PM_KEEP_POWER in shutdown + - ice: handle extts in the miscellaneous interrupt thread + - selftests: cgroup: fix unexpected failure on test_memcg_low + - watchdog/perf: define dummy watchdog_update_hrtimer_threshold() on correct + config + - watchdog/perf: more properly prevent false positives with turbo modes + - kexec: fix a memory leak in crash_shrink_memory() + - mmc: mediatek: Avoid ugly error message when SDIO wakeup IRQ isn't used + - memstick r592: make memstick_debug_get_tpc_name() static + - wifi: ath9k: Fix possible stall on ath9k_txq_list_has_key() + - wifi: mac80211: Fix permissions for valid_links debugfs entry + - rtnetlink: extend RTEXT_FILTER_SKIP_STATS to IFLA_VF_INFO + - wifi: ath11k: Add missing check for ioremap + - wifi: iwlwifi: pull from TXQs with softirqs disabled + - wifi: iwlwifi: pcie: fix NULL pointer dereference in + iwl_pcie_irq_rx_msix_handler() + - wifi: mac80211: Remove "Missing iftype sband data/EHT cap" spam + - wifi: cfg80211: rewrite merging of inherited elements + - wifi: cfg80211: drop incorrect nontransmitted BSS update code + - wifi: cfg80211: fix regulatory disconnect with OCB/NAN + - wifi: ieee80211: Fix the common size calculation for reconfiguration ML + - mmc: Add MMC_QUIRK_BROKEN_SD_CACHE for Kingston Canvas Go Plus from 11/2019 + - wifi: iwlwifi: mvm: indicate HW decrypt for beacon protection + - wifi: ath9k: convert msecs to jiffies where needed + - bpf: Factor out socket lookup functions for the TC hookpoint. + - bpf: Call __bpf_sk_lookup()/__bpf_skc_lookup() directly via TC hookpoint + - bpf: Fix bpf socket lookup from tc/xdp to respect socket VRF bindings + - can: length: fix bitstuffing count + - can: kvaser_pciefd: Add function to set skb hwtstamps + - can: kvaser_pciefd: Set hardware timestamp on transmitted packets + - net: stmmac: fix double serdes powerdown + - netlink: fix potential deadlock in netlink_set_err() + - netlink: do not hard code device address lenth in fdb dumps + - bonding: do not assume skb mac_header is set + - selftests: rtnetlink: remove netdevsim device after ipsec offload test + - gtp: Fix use-after-free in __gtp_encap_destroy(). + - net: axienet: Move reset before 64-bit DMA detection + - ocfs2: Fix use of slab data with sendpage + - sfc: fix crash when reading stats while NIC is resetting + - lib/ts_bm: reset initial match offset for every block of text + - netfilter: conntrack: dccp: copy entire header to stack buffer, not just + basic one + - netfilter: nf_conntrack_sip: fix the ct_sip_parse_numerical_param() return + value. + - ipvlan: Fix return value of ipvlan_queue_xmit() + - netlink: Add __sock_i_ino() for __netlink_diag_dump(). + - drm/amd/display: Add logging for display MALL refresh setting + - radeon: avoid double free in ci_dpm_init() + - drm/amd/display: Explicitly specify update type per plane info change + - drm/bridge: it6505: Move a variable assignment behind a null pointer check + in receive_timing_debugfs_show() + - Input: drv260x - sleep between polling GO bit + - drm/bridge: ti-sn65dsi83: Fix enable error path + - drm/bridge: tc358768: always enable HS video mode + - drm/bridge: tc358768: fix PLL parameters computation + - drm/bridge: tc358768: fix PLL target frequency + - drm/bridge: tc358768: fix TCLK_ZEROCNT computation + - drm/bridge: tc358768: Add atomic_get_input_bus_fmts() implementation + - drm/bridge: tc358768: fix TCLK_TRAILCNT computation + - drm/bridge: tc358768: fix THS_ZEROCNT computation + - drm/bridge: tc358768: fix TXTAGOCNT computation + - drm/bridge: tc358768: fix THS_TRAILCNT computation + - drm/vram-helper: fix function names in vram helper doc + - ARM: dts: BCM5301X: Drop "clock-names" from the SPI node + - ARM: dts: meson8b: correct uart_B and uart_C clock references + - mm: call arch_swap_restore() from do_swap_page() + - clk: vc5: Use `clamp()` to restrict PLL range + - bootmem: remove the vmemmap pages from kmemleak in free_bootmem_page + - clk: vc5: Fix .driver_data content in i2c_device_id + - clk: vc7: Fix .driver_data content in i2c_device_id + - clk: rs9: Fix .driver_data content in i2c_device_id + - Input: adxl34x - do not hardcode interrupt trigger type + - drm: sun4i_tcon: use devm_clk_get_enabled in `sun4i_tcon_init_clocks` + - drm/panel: sharp-ls043t1le01: adjust mode settings + - driver: soc: xilinx: use _safe loop iterator to avoid a use after free + - ASoC: Intel: sof_sdw: remove SOF_SDW_TGL_HDMI for MeteorLake devices + - drm/vkms: isolate pixel conversion functionality + - drm: Add fixed-point helper to get rounded integer values + - drm/vkms: Fix RGB565 pixel conversion + - ARM: dts: stm32: Move ethernet MAC EEPROM from SoM to carrier boards + - bus: ti-sysc: Fix dispc quirk masking bool variables + - arm64: dts: microchip: sparx5: do not use PSCI on reference boards + - drm/bridge: tc358767: Switch to devm MIPI-DSI helpers + - clk: imx: scu: use _safe list iterator to avoid a use after free + - hwmon: (f71882fg) prevent possible division by zero + - RDMA/bnxt_re: Disable/kill tasklet only if it is enabled + - RDMA/bnxt_re: Fix to remove unnecessary return labels + - RDMA/bnxt_re: Use unique names while registering interrupts + - RDMA/bnxt_re: Remove a redundant check inside bnxt_re_update_gid + - RDMA/bnxt_re: Fix to remove an unnecessary log + - drm/msm/dsi: don't allow enabling 14nm VCO with unprogrammed rate + - drm/msm/disp/dpu: get timing engine status from intf status register + - drm/msm/dpu: Set DPU_DATA_HCTL_EN for in INTF_SC7180_MASK + - iommu/virtio: Detach domain on endpoint release + - iommu/virtio: Return size mapped for a detached domain + - clk: renesas: rzg2l: Fix CPG_SIPLL5_CLK1 register write + - ARM: dts: gta04: Move model property out of pinctrl node + - drm/bridge: anx7625: Convert to i2c's .probe_new() + - drm/bridge: anx7625: Prevent endless probe loop + - ARM: dts: qcom: msm8974: do not use underscore in node name (again) + - arm64: dts: qcom: msm8916: correct camss unit address + - arm64: dts: qcom: msm8916: correct MMC unit address + - arm64: dts: qcom: msm8994: correct SPMI unit address + - arm64: dts: qcom: msm8996: correct camss unit address + - arm64: dts: qcom: sdm630: correct camss unit address + - arm64: dts: qcom: sdm845: correct camss unit address + - arm64: dts: qcom: sm8350: correct DMA controller unit address + - arm64: dts: qcom: sdm845-polaris: add missing touchscreen child node reg + - arm64: dts: qcom: apq8016-sbc: Fix regulator constraints + - arm64: dts: qcom: apq8016-sbc: Fix 1.8V power rail on LS expansion + - drm/bridge: Introduce pre_enable_prev_first to alter bridge init order + - drm/bridge: ti-sn65dsi83: Fix enable/disable flow to meet spec + - drm/panel: simple: fix active size for Ampire AM-480272H3TMQW-T01H + - ARM: ep93xx: fix missing-prototype warnings + - ARM: omap2: fix missing tick_broadcast() prototype + - arm64: dts: qcom: pm7250b: add missing spmi-vadc include + - arm64: dts: qcom: apq8096: fix fixed regulator name property + - arm64: dts: mediatek: mt8183: Add mediatek,broken-save-restore-fw to kukui + - ARM: dts: stm32: Shorten the AV96 HDMI sound card name + - memory: brcmstb_dpfe: fix testing array offset after use + - ARM: dts: qcom: apq8074-dragonboard: Set DMA as remotely controlled + - ASoC: es8316: Increment max value for ALC Capture Target Volume control + - ASoC: es8316: Do not set rate constraints for unsupported MCLKs + - ARM: dts: meson8: correct uart_B and uart_C clock references + - soc/fsl/qe: fix usb.c build errors + - RDMA/irdma: avoid fortify-string warning in irdma_clr_wqes + - IB/hfi1: Fix wrong mmu_node used for user SDMA packet after invalidate + - RDMA/hns: Fix hns_roce_table_get return value + - ARM: dts: iwg20d-q7-common: Fix backlight pwm specifier + - arm64: dts: renesas: ulcb-kf: Remove flow control for SCIF1 + - drm/msm/dpu: set DSC flush bit correctly at MDP CTL flush register + - fbdev: omapfb: lcd_mipid: Fix an error handling path in mipid_spi_probe() + - arm64: dts: ti: k3-j7200: Fix physical address of pin + - Input: pm8941-powerkey - fix debounce on gen2+ PMICs + - ARM: dts: stm32: Fix audio routing on STM32MP15xx DHCOM PDK2 + - ARM: dts: stm32: fix i2s endpoint format property for stm32mp15xx-dkx + - hwmon: (gsc-hwmon) fix fan pwm temperature scaling + - hwmon: (pmbus/adm1275) Fix problems with temperature monitoring on ADM1272 + - ARM: dts: BCM5301X: fix duplex-full => full-duplex + - clk: Export clk_hw_forward_rate_request() + - drm/amd/display: Fix a test CalculatePrefetchSchedule() + - drm/amd/display: Fix a test dml32_rq_dlg_get_rq_reg() + - drm/amdkfd: Fix potential deallocation of previously deallocated memory. + - soc: mediatek: SVS: Fix MT8192 GPU node name + - drm/amd/display: Fix artifacting on eDP panels when engaging freesync video + mode + - drm/radeon: fix possible division-by-zero errors + - HID: uclogic: Modular KUnit tests should not depend on KUNIT=y + - RDMA/rxe: Fix access checks in rxe_check_bind_mw + - amdgpu: validate offset_in_bo of drm_amdgpu_gem_va + - drm/msm/a5xx: really check for A510 in a5xx_gpu_init + - RDMA/bnxt_re: wraparound mbox producer index + - RDMA/bnxt_re: Avoid calling wake_up threads from spin_lock context + - clk: imx: clk-imxrt1050: fix memory leak in imxrt1050_clocks_probe + - clk: imx: clk-imx8mn: fix memory leak in imx8mn_clocks_probe + - clk: imx93: fix memory leak and missing unwind goto in imx93_clocks_probe + - clk: imx: clk-imx8mp: improve error handling in imx8mp_clocks_probe() + - arm64: dts: qcom: sdm845: Flush RSC sleep & wake votes + - arm64: dts: qcom: sm8250-edo: Panel framebuffer is 2.5k instead of 4k + - clk: bcm: rpi: Fix off by one in raspberrypi_discover_clocks() + - clk: clocking-wizard: Fix Oops in clk_wzrd_register_divider() + - clk: tegra: tegra124-emc: Fix potential memory leak + - ALSA: ac97: Fix possible NULL dereference in snd_ac97_mixer + - drm/msm/dpu: do not enable color-management if DSPPs are not available + - drm/msm/dpu: Fix slice_last_group_size calculation + - drm/msm/dsi: Use DSC slice(s) packet size to compute word count + - drm/msm/dsi: Flip greater-than check for slice_count and slice_per_intf + - drm/msm/dsi: Remove incorrect references to slice_count + - drm/msm/dp: Free resources after unregistering them + - arm64: dts: mediatek: Add cpufreq nodes for MT8192 + - arm64: dts: mediatek: mt8192: Fix CPUs capacity-dmips-mhz + - drm/amdgpu: Fix memcpy() in sienna_cichlid_append_powerplay_table function. + - drm/amdgpu: Fix usage of UMC fill record in RAS + - drm/msm/dpu: correct MERGE_3D length + - clk: vc5: check memory returned by kasprintf() + - clk: cdce925: check return value of kasprintf() + - clk: si5341: return error if one synth clock registration fails + - clk: si5341: check return value of {devm_}kasprintf() + - clk: si5341: free unused memory on probe failure + - clk: keystone: sci-clk: check return value of kasprintf() + - clk: ti: clkctrl: check return value of kasprintf() + - drivers: meson: secure-pwrc: always enable DMA domain + - ovl: update of dentry revalidate flags after copy up + - ASoC: imx-audmix: check return value of devm_kasprintf() + - clk: Fix memory leak in devm_clk_notifier_register() + - ARM: dts: lan966x: kontron-d10: fix board reset + - ARM: dts: lan966x: kontron-d10: fix SPI CS + - ASoC: amd: acp: clear pdm dma interrupt mask + - PCI: cadence: Fix Gen2 Link Retraining process + - PCI: vmd: Reset VMD config register between soft reboots + - scsi: qedf: Fix NULL dereference in error handling + - pinctrl: bcm2835: Handle gpiochip_add_pin_range() errors + - platform/x86: lenovo-yogabook: Fix work race on remove() + - platform/x86: lenovo-yogabook: Reprobe devices on remove() + - platform/x86: lenovo-yogabook: Set default keyboard backligh brightness on + probe() + - PCI/ASPM: Disable ASPM on MFD function removal to avoid use-after-free + - scsi: 3w-xxxx: Add error handling for initialization failure in tw_probe() + - PCI: pciehp: Cancel bringup sequence if card is not present + - PCI: ftpci100: Release the clock resources + - pinctrl: sunplus: Add check for kmalloc + - PCI: Add pci_clear_master() stub for non-CONFIG_PCI + - scsi: lpfc: Revise NPIV ELS unsol rcv cmpl logic to drop ndlp based on + nlp_state + - perf bench: Add missing setlocale() call to allow usage of %'d style + formatting + - pinctrl: cherryview: Return correct value if pin in push-pull mode + - platform/x86: think-lmi: mutex protection around multiple WMI calls + - platform/x86: think-lmi: Correct System password interface + - platform/x86: think-lmi: Correct NVME password handling + - pinctrl:sunplus: Add check for kmalloc + - pinctrl: npcm7xx: Add missing check for ioremap + - kcsan: Don't expect 64 bits atomic builtins from 32 bits architectures + - powerpc/interrupt: Don't read MSR from interrupt_exit_kernel_prepare() + - powerpc/signal32: Force inlining of __unsafe_save_user_regs() and + save_tm_user_regs_unsafe() + - perf script: Fix allocation of evsel->priv related to per-event dump files + - platform/x86: thinkpad_acpi: Fix lkp-tests warnings for platform profiles + - perf dwarf-aux: Fix off-by-one in die_get_varname() + - platform/x86/dell/dell-rbtn: Fix resources leaking on error path + - perf tool x86: Consolidate is_amd check into single function + - perf tool x86: Fix perf_env memory leak + - powerpc/64s: Fix VAS mm use after free + - pinctrl: microchip-sgpio: check return value of devm_kasprintf() + - pinctrl: at91-pio4: check return value of devm_kasprintf() + - powerpc/powernv/sriov: perform null check on iov before dereferencing iov + - powerpc: update ppc_save_regs to save current r1 in pt_regs + - PCI: qcom: Remove PCIE20_ prefix from register definitions + - PCI: qcom: Sort and group registers and bitfield definitions + - PCI: qcom: Use lower case for hex + - PCI: qcom: Use DWC helpers for modifying the read-only DBI registers + - PCI: qcom: Disable write access to read only registers for IP v2.9.0 + - riscv: uprobes: Restore thread.bad_cause + - powerpc/book3s64/mm: Fix DirectMap stats in /proc/meminfo + - powerpc/mm/dax: Fix the condition when checking if altmap vmemap can cross- + boundary + - PCI: endpoint: Fix a Kconfig prompt of vNTB driver + - PCI: endpoint: functions/pci-epf-test: Fix dma_chan direction + - PCI: vmd: Fix uninitialized variable usage in vmd_enable_domain() + - vfio/mdev: Move the compat_class initialization to module init + - hwrng: virtio - Fix race on data_avail and actual data + - modpost: remove broken calculation of exception_table_entry size + - crypto: nx - fix build warnings when DEBUG_FS is not enabled + - modpost: fix section mismatch message for R_ARM_ABS32 + - modpost: fix section mismatch message for R_ARM_{PC24,CALL,JUMP24} + - crypto: marvell/cesa - Fix type mismatch warning + - crypto: jitter - correct health test during initialization + - modpost: fix off by one in is_executable_section() + - ARC: define ASM_NL and __ALIGN(_STR) outside #ifdef __ASSEMBLY__ guard + - crypto: qat - unmap buffer before free for DH + - crypto: qat - unmap buffers before free for RSA + - NFSv4.2: fix wrong shrinker_id + - NFSv4.1: freeze the session table upon receiving NFS4ERR_BADSESSION + - SMB3: Do not send lease break acknowledgment if all file handles have been + closed + - dax: Fix dax_mapping_release() use after free + - dax: Introduce alloc_dev_dax_id() + - dax/kmem: Pass valid argument to memory_group_register_static + - hwrng: st - keep clock enabled while hwrng is registered + - kbuild: Disable GCOV for *.mod.o + - efi/libstub: Disable PCI DMA before grabbing the EFI memory map + - cifs: prevent use-after-free by freeing the cfile later + - cifs: do all necessary checks for credits within or before locking + - smb: client: fix broken file attrs with nodfs mounts + - ksmbd: avoid field overflow warning + - arm64: sme: Use STR P to clear FFR context field in streaming SVE mode + - x86/efi: Make efi_set_virtual_address_map IBT safe + - md/raid1-10: fix casting from randomized structure in raid1_submit_write() + - USB: serial: option: add LARA-R6 01B PIDs + - usb: dwc3: gadget: Propagate core init errors to UDC during pullup + - phy: tegra: xusb: Clear the driver reference in usb-phy dev + - iio: adc: ad7192: Fix null ad7192_state pointer access + - iio: adc: ad7192: Fix internal/external clock selection + - iio: accel: fxls8962af: errata bug only applicable for FXLS8962AF + - iio: accel: fxls8962af: fixup buffer scan element type + - mm/mmap: Fix VM_LOCKED check in do_vmi_align_munmap() + - ALSA: hda/realtek: Enable mute/micmute LEDs and limit mic boost on EliteBook + - ALSA: hda/realtek: Add quirk for Clevo NPx0SNx + - ALSA: jack: Fix mutex call in snd_jack_report() + - ALSA: pcm: Fix potential data race at PCM memory allocation helpers + - block: fix signed int overflow in Amiga partition support + - block: add overflow checks for Amiga partition support + - block: change all __u32 annotations to __be32 in affs_hardblocks.h + - block: increment diskseq on all media change events + - btrfs: fix race when deleting free space root from the dirty cow roots list + - SUNRPC: Fix UAF in svc_tcp_listen_data_ready() + - w1: w1_therm: fix locking behavior in convert_t + - w1: fix loop in w1_fini() + - dt-bindings: power: reset: qcom-pon: Only allow reboot-mode pre-pmk8350 + - f2fs: do not allow to defragment files have FI_COMPRESS_RELEASED + - sh: j2: Use ioremap() to translate device tree address into kernel memory + - usb: dwc2: Fix some error handling paths + - serial: 8250: omap: Fix freeing of resources on failed register + - clk: qcom: mmcc-msm8974: remove oxili_ocmemgx_clk + - clk: qcom: camcc-sc7180: Add parent dependency to all camera GDSCs + - clk: qcom: gcc-ipq6018: Use floor ops for sdcc clocks + - clk: qcom: gcc-qcm2290: Mark RCGs shared where applicable + - media: usb: Check az6007_read() return value + - media: amphion: drop repeated codec data for vc1l format + - media: amphion: drop repeated codec data for vc1g format + - media: amphion: initiate a drain of the capture queue in dynamic resolution + change + - media: videodev2.h: Fix struct v4l2_input tuner index comment + - media: i2c: Correct format propagation for st-mipid02 + - media: hi846: fix usage of pm_runtime_get_if_in_use() + - media: mediatek: vcodec: using decoder status instead of core work count + - clk: qcom: ipq6018: fix networking resets + - clk: qcom: dispcc-qcm2290: Fix BI_TCXO_AO handling + - clk: qcom: dispcc-qcm2290: Fix GPLL0_OUT_DIV handling + - clk: qcom: mmcc-msm8974: use clk_rcg2_shared_ops for mdp_clk_src clock + - staging: vchiq_arm: mark vchiq_platform_init() static + - usb: dwc3: qcom: Fix potential memory leak + - usb: gadget: u_serial: Add null pointer check in gserial_suspend + - extcon: Fix kernel doc of property fields to avoid warnings + - extcon: Fix kernel doc of property capability fields to avoid warnings + - usb: phy: phy-tahvo: fix memory leak in tahvo_usb_probe() + - usb: hide unused usbfs_notify_suspend/resume functions + - usb: misc: eud: Fix eud sysfs path (use 'qcom_eud') + - serial: core: lock port for stop_rx() in uart_suspend_port() + - serial: 8250: lock port for stop_rx() in omap8250_irq() + - serial: core: lock port for start_rx() in uart_resume_port() + - serial: 8250: lock port for UART_IER access in omap8250_irq() + - kernfs: fix missing kernfs_idr_lock to remove an ID from the IDR + - lkdtm: replace ll_rw_block with submit_bh + - i3c: master: svc: fix cpu schedule in spin lock + - coresight: Fix loss of connection info when a module is unloaded + - mfd: rt5033: Drop rt5033-battery sub-device + - media: venus: helpers: Fix ALIGN() of non power of two + - media: atomisp: gmin_platform: fix out_len in gmin_get_config_dsm_var() + - sh: Avoid using IRQ0 on SH3 and SH4 + - gfs2: Fix duplicate should_fault_in_pages() call + - f2fs: fix potential deadlock due to unpaired node_write lock use + - KVM: s390: fix KVM_S390_GET_CMMA_BITS for GFNs in memslot holes + - usb: dwc3: qcom: Release the correct resources in dwc3_qcom_remove() + - usb: dwc3: qcom: Fix an error handling path in dwc3_qcom_probe() + - usb: common: usb-conn-gpio: Set last role to unknown before initial + detection + - usb: dwc3-meson-g12a: Fix an error handling path in dwc3_meson_g12a_probe() + - mfd: wcd934x: Fix an error handling path in wcd934x_slim_probe() + - mfd: intel-lpss: Add missing check for platform_get_resource + - Revert "usb: common: usb-conn-gpio: Set last role to unknown before initial + detection" + - serial: 8250_omap: Use force_suspend and resume for system suspend + - device property: Clarify description of returned value in some functions + - drivers: fwnode: fix fwnode_irq_get[_byname]() + - nvmem: sunplus-ocotp: release otp->clk before return + - nvmem: rmem: Use NVMEM_DEVID_AUTO + - bus: fsl-mc: don't assume child devices are all fsl-mc devices + - mfd: stmfx: Fix error path in stmfx_chip_init + - mfd: stmfx: Nullify stmfx->vdd in case of error + - KVM: s390: vsie: fix the length of APCB bitmap + - KVM: s390/diag: fix racy access of physical cpu number in diag 9c handler + - cpufreq: mediatek: correct voltages for MT7622 and MT7623 + - misc: fastrpc: check return value of devm_kasprintf() + - clk: qcom: mmcc-msm8974: fix MDSS_GDSC power flags + - hwtracing: hisi_ptt: Fix potential sleep in atomic context + - mfd: stmpe: Only disable the regulators if they are enabled + - phy: tegra: xusb: check return value of devm_kzalloc() + - lib/bitmap: drop optimization of bitmap_{from,to}_arr64 + - pwm: imx-tpm: force 'real_period' to be zero in suspend + - pwm: sysfs: Do not apply state to already disabled PWMs + - pwm: ab8500: Fix error code in probe() + - pwm: mtk_disp: Fix the disable flow of disp_pwm + - md/raid10: fix the condition to call bio_end_io_acct() + - rtc: st-lpc: Release some resources in st_rtc_probe() in case of error + - drm/i915/psr: Use hw.adjusted mode when calculating io/fast wake times + - drm/i915/guc/slpc: Apply min softlimit correctly + - f2fs: check return value of freeze_super() + - media: cec: i2c: ch7322: also select REGMAP + - sctp: fix potential deadlock on &net->sctp.addr_wq_lock + - net/sched: act_ipt: add sanity checks on table name and hook locations + - net: add a couple of helpers for iph tot_len + - net/sched: act_ipt: add sanity checks on skb before calling target + - spi: spi-geni-qcom: enable SPI_CONTROLLER_MUST_TX for GPI DMA mode + - net: mscc: ocelot: don't report that RX timestamping is enabled by default + - net: mscc: ocelot: don't keep PTP configuration of all ports in single + structure + - net: dsa: felix: don't drop PTP frames with tag_8021q when RX timestamping + is disabled + - net: dsa: sja1105: always enable the INCL_SRCPT option + - net: dsa: tag_sja1105: always prefer source port information from INCL_SRCPT + - Add MODULE_FIRMWARE() for FIRMWARE_TG357766. + - Bluetooth: fix invalid-bdaddr quirk for non-persistent setup + - Bluetooth: ISO: use hci_sync for setting CIG parameters + - Bluetooth: MGMT: add CIS feature bits to controller information + - Bluetooth: MGMT: Use BIT macro when defining bitfields + - Bluetooth: MGMT: Fix marking SCAN_RSP as not connectable + - ibmvnic: Do not reset dql stats on NON_FATAL err + - net: dsa: vsc73xx: fix MTU configuration + - mlxsw: minimal: fix potential memory leak in mlxsw_m_linecards_init + - spi: bcm-qspi: return error if neither hif_mspi nor mspi is available + - drm/amdgpu: fix number of fence calculations + - drm/amd: Don't try to enable secure display TA multiple times + - mailbox: ti-msgmgr: Fill non-message tx data fields with 0x0 + - f2fs: fix error path handling in truncate_dnode() + - octeontx2-af: Fix mapping for NIX block from CGX connection + - octeontx2-af: Add validation before accessing cgx and lmac + - ntfs: Fix panic about slab-out-of-bounds caused by ntfs_listxattr() + - powerpc: allow PPC_EARLY_DEBUG_CPM only when SERIAL_CPM=y + - powerpc: dts: turris1x.dts: Fix PCIe MEM size for pci2 node + - net: bridge: keep ports without IFF_UNICAST_FLT in BR_PROMISC mode + - net: dsa: tag_sja1105: fix source port decoding in vlan_filtering=0 bridge + mode + - net: fix net_dev_start_xmit trace event vs skb_transport_offset() + - tcp: annotate data races in __tcp_oow_rate_limited() + - bpf, btf: Warn but return no error for NULL btf from + __register_btf_kfunc_id_set() + - xsk: Honor SO_BINDTODEVICE on bind + - net/sched: act_pedit: Add size check for TCA_PEDIT_PARMS_EX + - fanotify: disallow mount/sb marks on kernel internal pseudo fs + - riscv: move memblock_allow_resize() after linear mapping is ready + - pptp: Fix fib lookup calls. + - net: dsa: tag_sja1105: fix MAC DA patching from meta frames + - net: dsa: sja1105: always enable the send_meta options + - octeontx-af: fix hardware timestamp configuration + - afs: Fix accidental truncation when storing data + - s390/qeth: Fix vipa deletion + - sh: dma: Fix DMA channel offset calculation + - apparmor: fix missing error check for rhashtable_insert_fast + - i2c: xiic: Don't try to handle more interrupt events after error + - dm: fix undue/missing spaces + - dm: avoid split of quoted strings where possible + - dm ioctl: have constant on the right side of the test + - dm ioctl: Avoid double-fetch of version + - extcon: usbc-tusb320: Unregister typec port on driver removal + - btrfs: do not BUG_ON() on tree mod log failure at balance_level() + - i2c: qup: Add missing unwind goto in qup_i2c_probe() + - irqchip/loongson-pch-pic: Fix potential incorrect hwirq assignment + - NFSD: add encoding of op_recall flag for write delegation + - irqchip/loongson-pch-pic: Fix initialization of HT vector register + - io_uring: wait interruptibly for request completions on exit + - mmc: core: disable TRIM on Kingston EMMC04G-M627 + - mmc: core: disable TRIM on Micron MTFC4GACAJCN-1M + - mmc: mmci: Set PROBE_PREFER_ASYNCHRONOUS + - mmc: sdhci: fix DMA configure compatibility issue when 64bit DMA mode is + used. + - wifi: cfg80211: fix regulatory disconnect for non-MLO + - wifi: ath10k: Serialize wake_tx_queue ops + - bcache: fixup btree_cache_wait list damage + - bcache: Remove unnecessary NULL point check in node allocations + - bcache: Fix __bch_btree_node_alloc to make the failure behavior consistent + - watch_queue: prevent dangling pipe pointer + - um: Use HOST_DIR for mrproper + - integrity: Fix possible multiple allocation in integrity_inode_get() + - autofs: use flexible array in ioctl structure + - mm/damon/ops-common: atomically test and clear young on ptes and pmds + - shmem: use ramfs_kill_sb() for kill_sb method of ramfs-based tmpfs + - jffs2: reduce stack usage in jffs2_build_xattr_subsystem() + - fs: avoid empty option when generating legacy mount string + - ext4: Remove ext4 locking of moved directory + - Revert "f2fs: fix potential corruption when moving a directory" + - fs: Establish locking order for unrelated directories + - fs: Lock moved directories + - i2c: nvidia-gpu: Add ACPI property to align with device-tree + - i2c: nvidia-gpu: Remove ccgx,firmware-build property + - usb: typec: ucsi: Mark dGPUs as DEVICE scope + - ipvs: increase ip_vs_conn_tab_bits range for 64BIT + - btrfs: add handling for RAID1C23/DUP to btrfs_reduce_alloc_profile + - btrfs: delete unused BGs while reclaiming BGs + - btrfs: bail out reclaim process if filesystem is read-only + - btrfs: add block-group tree to lockdep classes + - btrfs: reinsert BGs failed to reclaim + - btrfs: fix race when deleting quota root from the dirty cow roots list + - btrfs: fix extent buffer leak after tree mod log failure at split_node() + - btrfs: do not BUG_ON() on tree mod log failure at __btrfs_cow_block() + - ASoC: mediatek: mt8173: Fix irq error path + - ASoC: mediatek: mt8173: Fix snd_soc_component_initialize error path + - regulator: tps65219: Fix matching interrupts for their regulators + - ARM: dts: qcom: ipq4019: fix broken NAND controller properties override + - ARM: orion5x: fix d2net gpio initialization + - leds: trigger: netdev: Recheck NETDEV_LED_MODE_LINKUP on dev rename + - blktrace: use inline function for blk_trace_remove() while blktrace is + disabled + - fs: no need to check source + - xfs: explicitly specify cpu when forcing inodegc delayed work to run + immediately + - xfs: check that per-cpu inodegc workers actually run on that cpu + - xfs: disable reaping in fscounters scrub + - xfs: fix xfs_inodegc_stop racing with mod_delayed_work + - mm/mmap: Fix extra maple tree write + - netfilter: conntrack: Avoid nf_ct_helper_hash uses after free + - wireguard: queueing: use saner cpu selection wrapping + - wireguard: netlink: send staged packets when setting initial private key + - tty: serial: fsl_lpuart: add earlycon for imx8ulp platform + - block/partition: fix signedness issue for Amiga partitions + - sh: mach-r2d: Handle virq offset in cascaded IRL demux + - sh: mach-highlander: Handle virq offset in cascaded IRL demux + - sh: mach-dreamcast: Handle virq offset in cascaded IRQ demux + - sh: hd64461: Handle virq offset for offchip IRQ base and HD64461 IRQ + - blk-cgroup: Reinit blkg_iostat_set after clearing in blkcg_reset_stats() + - irqchip/loongson-eiointc: Fix irq affinity setting during resume + - perf: arm_cspmu: Set irq affinitiy only if overflow interrupt is used + - perf/arm_cspmu: Fix event attribute type + - APEI: GHES: correctly return NULL for ghes_get_devices() + - wifi: rtw88: usb: silence log flooding error message + - net: dsa: avoid suspicious RCU usage for synced VLAN-aware MAC addresses + - drm/amd/display: fix is_timing_changed() prototype + - Input: cyttsp4_core - change del_timer_sync() to timer_shutdown_sync() + - drm/nouveau: dispnv50: fix missing-prototypes warning + - arm64: dts: qcom: pm8998: don't use GIC_SPI for SPMI interrupts + - arm64: dts: qcom: ipq6018: correct qrng unit address + - arm64: dts: qcom: msm8953: correct IOMMU unit address + - arm64: dts: qcom: msm8976: correct MMC unit address + - arm64: dts: qcom: sm6115: correct thermal-sensor unit address + - drm/msm/dpu: always clear every individual pending flush mask + - MIPS: DTS: CI20: Fix ACT8600 regulator node names + - arm64: dts: qcom: sdm670: Flush RSC sleep & wake votes + - arm64: dts: ti: k3-j721e-beagleboneai64: Fix mailbox node status + - drm/msm/dp: Drop aux devices together with DP controller + - iommufd: Do not access the area pointer after unlocking + - iommufd: Call iopt_area_contig_done() under the lock + - perf evsel: Don't let for_each_group() treat the head of the list as one of + its nodes + - pinctrl: tegra: Duplicate pinmux functions table + - platform/x86:intel/pmc: Remove Meteor Lake S platform support + - perf tests task_analyzer: Fix bad substitution ${$1} + - perf tests task_analyzer: Skip tests if no libtraceevent support + - pinctrl: freescale: Fix a memory out of bounds when num_configs is 1 + - perf stat: Reset aggr stats for each run + - platform/x86:intel/pmc: Update maps for Meteor Lake P/M platforms + - perf test: Set PERF_EXEC_PATH for script execution + - kbuild: Fix CFI failures with GCOV + - btrfs: fix range_end calculation in extent_write_locked_range + - igc: Fix race condition in PTP tx code + - igc: Check if hardware TX timestamping is enabled earlier + - igc: Work around HW bug causing missing timestamps + - sch_netem: fix issues in netem_change() vs get_dist_table() + - interconnect: qcom: rpm: Don't use clk_get_optional for bus clocks anymore + - media: videodev2.h: Fix p_s32 and p_s64 pointer types + - f2fs: fix the wrong condition to determine atomic context + - test_firmware: return ENOMEM instead of ENOSPC on failed memory allocation + - media: tc358746: select CONFIG_GENERIC_PHY + - net/sched: act_ipt: zero skb->cb before calling target + - octeontx2-af: cn10kb: fix interrupt csr addresses + - octeontx2-af: Reset MAC features in FLR + - drm/i915/psr: Fix BDW PSR AUX CH data register offsets + - irqchip/loongson-liointc: Fix IRQ trigger polarity + - btrfs: fix dirty_metadata_bytes for redirtied buffers + - btrfs: add missing error handling when logging operation while COWing extent + buffer + - ARM: dts: qcom: msm8660: Fix regulator node names + - ovl: fix null pointer dereference in ovl_permission() + - ovl: let helper ovl_i_path_real() return the realinode + - ovl: fix null pointer dereference in ovl_get_acl_rcu() + - Upstream stable to v6.1.39, v6.3.13, v6.4.4 + * Lunar update: upstream stable patchset 2023-09-01 (LP: #2033931) + - x86/head/64: Switch to KERNEL_CS as soon as new GDT is installed + - test_firmware: Use kstrtobool() instead of strtobool() + - cgroup: bpf: use cgroup_lock()/cgroup_unlock() wrappers + - cgroup: always put cset in cgroup_css_set_put_fork + - cgroup: fix missing cpus_read_{lock,unlock}() in cgroup_transfer_tasks() + - qcom: llcc/edac: Fix the base address used for accessing LLCC banks + - EDAC/qcom: Get rid of hardcoded register offsets + - ksmbd: validate smb request protocol id + - of: overlay: Fix missing of_node_put() in error case of + init_overlay_changeset() + - power: supply: ab8500: Fix external_power_changed race + - power: supply: sc27xx: Fix external_power_changed race + - power: supply: bq27xxx: Use mod_delayed_work() instead of cancel() + + schedule() + - ARM: dts: vexpress: add missing cache properties + - tools: gpio: fix debounce_period_us output of lsgpio + - selftests: gpio: gpio-sim: Fix BUG: test FAILED due to recent change + - power: supply: Ratelimit no data debug output + - PCI/DPC: Quirk PIO log size for Intel Ice Lake Root Ports + - platform/x86: asus-wmi: Ignore WMI events with codes 0x7B, 0xC0 + - regulator: Fix error checking for debugfs_create_dir + - irqchip/gic-v3: Disable pseudo NMIs on Mediatek devices w/ firmware issues + - irqchip/meson-gpio: Mark OF related data as maybe unused + - power: supply: Fix logic checking if system is running from battery + - drm: panel-orientation-quirks: Change Air's quirk to support Air Plus + - btrfs: scrub: try harder to mark RAID56 block groups read-only + - btrfs: handle memory allocation failure in btrfs_csum_one_bio + - ASoC: soc-pcm: test if a BE can be prepared + - ASoC: Intel: avs: Account for UID of ACPI device + - ASoC: Intel: avs: Add missing checks on FE startup + - parisc: Improve cache flushing for PCXL in arch_sync_dma_for_cpu() + - parisc: Flush gatt writes and adjust gatt mask in parisc_agp_mask_memory() + - MIPS: unhide PATA_PLATFORM + - MIPS: Restore Au1300 support + - MIPS: Alchemy: fix dbdma2 + - mips: Move initrd_start check after initrd address sanitisation. + - ASoC: cs35l41: Fix default regmap values for some registers + - ASoC: dwc: move DMA init to snd_soc_dai_driver probe() + - xen/blkfront: Only check REQ_FUA for writes + - drm:amd:amdgpu: Fix missing buffer object unlock in failure path + - io_uring: unlock sqd->lock before sq thread release CPU + - NVMe: Add MAXIO 1602 to bogus nid list. + - irqchip/gic: Correctly validate OF quirk descriptors + - wifi: cfg80211: fix locking in regulatory disconnect + - wifi: cfg80211: fix double lock bug in reg_wdev_chan_valid() + - epoll: ep_autoremove_wake_function should use list_del_init_careful + - ocfs2: fix use-after-free when unmounting read-only filesystem + - ocfs2: check new file size on fallocate call + - zswap: do not shrink if cgroup may not zswap + - nios2: dts: Fix tse_mac "max-frame-size" property + - nilfs2: fix incomplete buffer cleanup in nilfs_btnode_abort_change_key() + - nilfs2: fix possible out-of-bounds segment allocation in resize ioctl + - nilfs2: reject devices with insufficient block count + - LoongArch: Fix perf event id calculation + - io_uring/net: save msghdr->msg_control for retries + - kexec: support purgatories with .text.hot sections + - x86/purgatory: remove PGO flags + - riscv/purgatory: remove PGO flags + - powerpc/purgatory: remove PGO flags + - btrfs: do not ASSERT() on duplicated global roots + - btrfs: fix iomap_begin length for nocow writes + - btrfs: can_nocow_file_extent should pass down args->strict from callers + - ALSA: usb-audio: Fix broken resume due to UAC3 power state + - ALSA: usb-audio: Add quirk flag for HEM devices to enable native DSD + playback + - dm thin metadata: check fail_io before using data_sm + - dm thin: fix issue_discard to pass GFP_NOIO to __blkdev_issue_discard + - net: ethernet: stmicro: stmmac: fix possible memory leak in __stmmac_open + - nouveau: fix client work fence deletion race + - RDMA/uverbs: Restrict usage of privileged QKEYs + - drm/amdgpu: vcn_4_0 set instance 0 init sched score to 1 + - net: usb: qmi_wwan: add support for Compal RXM-G1 + - drm/amd: Make sure image is written to trigger VBIOS image update flow + - drm/amd: Tighten permissions on VBIOS flashing attributes + - drm/amd/pm: workaround for compute workload type on some skus + - drm/amdgpu: add missing radeon secondary PCI ID + - ALSA: hda/realtek: Add a quirk for Compaq N14JP6 + - thunderbolt: dma_test: Use correct value for absent rings when creating + paths + - thunderbolt: Mask ring interrupt on Intel hardware as well + - clk: pxa: fix NULL pointer dereference in pxa3xx_clk_update_accr + - USB: serial: option: add Quectel EM061KGL series + - serial: lantiq: add missing interrupt ack + - usb: typec: ucsi: Fix command cancellation + - usb: typec: Fix fast_role_swap_current show function + - usb: gadget: udc: core: Offload usb_udc_vbus_handler processing + - usb: gadget: udc: core: Prevent soft_connect_store() race + - USB: dwc3: qcom: fix NULL-deref on suspend + - USB: dwc3: fix use-after-free on core driver unbind + - usb: dwc3: gadget: Reset num TRBs before giving back the request + - RDMA/rtrs: Fix the last iu->buf leak in err path + - RDMA/rtrs: Fix rxe_dealloc_pd warning + - RDMA/rxe: Fix packet length checks + - RDMA/rxe: Fix ref count error in check_rkey() + - spi: cadence-quadspi: Add missing check for dma_set_mask + - spi: fsl-dspi: avoid SCK glitches with continuous transfers + - netfilter: nf_tables: integrate pipapo into commit protocol + - netfilter: nfnetlink: skip error delivery on batch in case of ENOMEM + - ice: Fix XDP memory leak when NIC is brought up and down + - net: enetc: correct the indexes of highest and 2nd highest TCs + - ping6: Fix send to link-local addresses with VRF. + - igb: Fix extts capture value format for 82580/i354/i350 + - net/sched: simplify tcf_pedit_act + - net/sched: act_pedit: remove extra check for key type + - net/sched: act_pedit: Parse L3 Header for L4 offset + - octeontx2-af: Fix promiscuous mode + - wifi: mac80211: fix link activation settings order + - wifi: cfg80211: fix link del callback to call correct handler + - wifi: mac80211: take lock before setting vif links + - RDMA/rxe: Fix the use-before-initialization error of resp_pkts + - iavf: remove mask from iavf_irq_enable_queues() + - octeontx2-af: fixed resource availability check + - octeontx2-af: fix lbk link credits on cn10k + - RDMA/mlx5: Initiate dropless RQ for RAW Ethernet functions + - RDMA/mlx5: Create an indirect flow table for steering anchor + - RDMA/cma: Always set static rate to 0 for RoCE + - IB/uverbs: Fix to consider event queue closing also upon non-blocking mode + - RDMA/mlx5: Fix affinity assignment + - IB/isert: Fix dead lock in ib_isert + - IB/isert: Fix possible list corruption in CMA handler + - IB/isert: Fix incorrect release of isert connection + - net: ethtool: correct MAX attribute value for stats + - ipvlan: fix bound dev checking for IPv6 l3s mode + - sctp: fix an error code in sctp_sf_eat_auth() + - igc: Clean the TX buffer and TX descriptor ring + - igc: Fix possible system crash when loading module + - igb: fix nvm.ops.read() error handling + - net: phylink: report correct max speed for QUSGMII + - net: phylink: use a dedicated helper to parse usgmii control word + - drm/nouveau: don't detect DSM for non-NVIDIA device + - drm/bridge: ti-sn65dsi86: Avoid possible buffer overflow + - drm/nouveau/dp: check for NULL nv_connector->native_mode + - drm/nouveau: add nv_encoder pointer check for NULL + - selftests/tc-testing: Fix Error: Specified qdisc kind is unknown. + - selftests/tc-testing: Fix Error: failed to find target LOG + - selftests/tc-testing: Fix SFB db test + - sched: add new attr TCA_EXT_WARN_MSG to report tc extact message + - net/sched: Refactor qdisc_graft() for ingress and clsact Qdiscs + - net/sched: qdisc_destroy() old ingress and clsact Qdiscs before grafting + - selftests: forwarding: hw_stats_l3: Set addrgenmode in a separate step + - cifs: fix lease break oops in xfstest generic/098 + - ext4: drop the call to ext4_error() from ext4_get_group_info() + - net/sched: cls_api: Fix lockup on flushing explicitly created chain + - net: dsa: felix: fix taprio guard band overflow at 10Mbps with jumbo frames + - net: lapbether: only support ethernet devices + - net: macsec: fix double free of percpu stats + - sfc: fix XDP queues mode with legacy IRQ + - dm: don't lock fs when the map is NULL during suspend or resume + - net: tipc: resize nlattr array to correct size + - selftests/ptp: Fix timestamp printf format for PTP_SYS_OFFSET + - octeon_ep: Add missing check for ioremap + - afs: Fix vlserver probe RTT handling + - parisc: Delete redundant register definitions in + - net/sched: act_api: move TCA_EXT_WARN_MSG to the correct hierarchy + - Revert "net/sched: act_api: move TCA_EXT_WARN_MSG to the correct hierarchy" + - net/sched: act_api: add specific EXT_WARN_MSG for tc action + - neighbour: delete neigh_lookup_nodev as not used + - scsi: target: core: Fix error path in target_setup_session() + - x86/boot/compressed: prefer cc-option for CFLAGS additions + - MIPS: Move '-Wa,-msoft-float' check from as-option to cc-option + - MIPS: Prefer cc-option for additions to cflags + - kbuild: Update assembler calls to use proper flags and language target + - btrfs: properly enable async discard when switching from RO->RW + - wifi: mac80211: fragment per STA profile correctly + - RDMA/rxe: Fix rxe_cq_post + - blk-cgroup: Flush stats before releasing blkcg_gq + - Upstream stable to v6.1.35, v6.3.9 + - drm/amd/display: Use dc_update_planes_and_stream + - drm/amd/display: Add wrapper to call planes and stream update + - drm/amd/display: fix the system hang while disable PSR + - tty: serial: fsl_lpuart: make rx_watermark configurable for different + platforms + - tty: serial: fsl_lpuart: reduce RX watermark to 0 on LS1028A + - mm: Fix copy_from_user_nofault(). + - tpm, tpm_tis: Claim locality in interrupt handler + - tpm_crb: Add support for CRB devices based on Pluton + - ksmbd: validate command payload size + - ksmbd: fix out-of-bound read in smb2_write + - ksmbd: validate session id and tree id in the compound request + - tick/common: Align tick period during sched_timer setup + - selftests: mptcp: remove duplicated entries in usage + - selftests: mptcp: join: fix ShellCheck warnings + - selftests: mptcp: lib: skip if missing symbol + - selftests: mptcp: connect: skip transp tests if not supported + - selftests: mptcp: connect: skip disconnect tests if not supported + - selftests: mptcp: pm nl: remove hardcoded default limits + - selftests: mptcp: pm nl: skip fullmesh flag checks if not supported + - selftests: mptcp: sockopt: relax expected returned size + - selftests: mptcp: sockopt: skip getsockopt checks if not supported + - selftests: mptcp: userspace pm: skip if 'ip' tool is unavailable + - selftests: mptcp: userspace pm: skip if not supported + - selftests: mptcp: lib: skip if not below kernel version + - selftests: mptcp: join: use 'iptables-legacy' if available + - selftests: mptcp: join: helpers to skip tests + - selftests: mptcp: join: skip check if MIB counter not supported + - selftests: mptcp: join: support local endpoint being tracked or not + - selftests: mptcp: join: skip Fastclose tests if not supported + - selftests: mptcp: join: support RM_ADDR for used endpoints or not + - selftests: mptcp: join: skip implicit tests if not supported + - selftests: mptcp: join: skip backup if set flag on ID not supported + - selftests: mptcp: join: skip fullmesh flag tests if not supported + - selftests: mptcp: join: skip MPC backups tests if not supported + - selftests/mount_setattr: fix redefine struct mount_attr build error + - selftests: mptcp: diag: skip listen tests if not supported + - selftests: mptcp: sockopt: skip TCP_INQ checks if not supported + - selftests: mptcp: join: skip test if iptables/tc cmds fail + - selftests: mptcp: join: skip userspace PM tests if not supported + - selftests: mptcp: join: skip fail tests if not supported + - selftests: mptcp: join: fix "userspace pm add & remove address" + - writeback: fix dereferencing NULL mapping->host on writeback_page_template + - scripts: fix the gfp flags header path in gfp-translate + - nilfs2: fix buffer corruption due to concurrent device reads + - ACPI: sleep: Avoid breaking S3 wakeup due to might_sleep() + - KVM: Avoid illegal stage2 mapping on invalid memory slot + - Drivers: hv: vmbus: Call hv_synic_free() if hv_synic_alloc() fails + - Drivers: hv: vmbus: Fix vmbus_wait_for_unload() to scan present CPUs + - PCI: hv: Fix a race condition bug in hv_pci_query_relations() + - Revert "PCI: hv: Fix a timing issue which causes kdump to fail occasionally" + - PCI: hv: Remove the useless hv_pcichild_state from struct hv_pci_dev + - PCI: hv: Fix a race condition in hv_irq_unmask() that can cause panic + - PCI: hv: Add a per-bus mutex state_lock + - io_uring/net: clear msg_controllen on partial sendmsg retry + - io_uring/net: disable partial retries for recvmsg with cmsg + - mptcp: handle correctly disconnect() failures + - mptcp: fix possible divide by zero in recvmsg() + - mptcp: fix possible list corruption on passive MPJ + - mptcp: consolidate fallback and non fallback state machine + - cgroup: Do not corrupt task iteration when rebinding subsystem + - cgroup,freezer: hold cpu_hotplug_lock before freezer_mutex in + freezer_css_{online,offline}() + - mmc: litex_mmc: set PROBE_PREFER_ASYNCHRONOUS + - mmc: sdhci-msm: Disable broken 64-bit DMA on MSM8916 + - mmc: meson-gx: remove redundant mmc_request_done() call from irq context + - mmc: mmci: stm32: fix max busy timeout calculation + - mmc: sdhci-spear: fix deferred probing + - mmc: bcm2835: fix deferred probing + - mmc: sunxi: fix deferred probing + - bpf: ensure main program has an extable + - wifi: iwlwifi: pcie: Handle SO-F device for PCI id 0x7AF0 + - spi: spi-geni-qcom: correctly handle -EPROBE_DEFER from dma_request_chan() + - regulator: pca9450: Fix LDO3OUT and LDO4OUT MASK + - regmap: spi-avmm: Fix regmap_bus max_raw_write + - arm64: dts: rockchip: Fix rk356x PCIe register and range mappings + - nilfs2: prevent general protection fault in nilfs_clear_dirty_page() + - x86/mm: Avoid using set_pgd() outside of real PGD pages + - memfd: check for non-NULL file_seals in memfd_create() syscall + - mmc: meson-gx: fix deferred probing + - ieee802154: hwsim: Fix possible memory leaks + - xfrm: Treat already-verified secpath entries as optional + - xfrm: Ensure policies always checked on XFRM-I input path + - KVM: arm64: PMU: Restore the host's PMUSERENR_EL0 + - bpf: track immediate values written to stack by BPF_ST instruction + - bpf: Fix verifier id tracking of scalars on spill + - xfrm: fix inbound ipv4/udp/esp packets to UDPv6 dualstack sockets + - bpf: Fix a bpf_jit_dump issue for x86_64 with sysctl bpf_jit_enable. + - selftests: net: tls: check if FIPS mode is enabled + - selftests: net: vrf-xfrm-tests: change authentication and encryption algos + - selftests: net: fcnal-test: check if FIPS mode is enabled + - xfrm: Linearize the skb after offloading if needed. + - net/mlx5: DR, Fix wrong action data allocation in decap action + - sfc: use budget for TX completions + - net: qca_spi: Avoid high load if QCA7000 is not available + - mmc: mtk-sd: fix deferred probing + - mmc: mvsdio: fix deferred probing + - mmc: omap: fix deferred probing + - mmc: omap_hsmmc: fix deferred probing + - mmc: owl: fix deferred probing + - mmc: sdhci-acpi: fix deferred probing + - mmc: sh_mmcif: fix deferred probing + - mmc: usdhi60rol0: fix deferred probing + - ipvs: align inner_mac_header for encapsulation + - net: dsa: mt7530: fix trapping frames on non-MT7621 SoC MT7530 switch + - net: dsa: mt7530: fix handling of BPDUs on MT7530 switch + - net: dsa: mt7530: fix handling of LLDP frames + - be2net: Extend xmit workaround to BE3 chip + - netfilter: nf_tables: drop map element references from preparation phase + - netfilter: nft_set_pipapo: .walk does not deal with generations + - netfilter: nf_tables: disallow element updates of bound anonymous sets + - netfilter: nf_tables: reject unbound anonymous set before commit phase + - netfilter: nf_tables: reject unbound chain set before commit phase + - netfilter: nf_tables: disallow updates of anonymous sets + - netfilter: nfnetlink_osf: fix module autoload + - Revert "net: phy: dp83867: perform soft reset and retain established link" + - bpf/btf: Accept function names that contain dots + - bpf: Force kprobe multi expected_attach_type for kprobe_multi link + - io_uring/net: use the correct msghdr union member in io_sendmsg_copy_hdr + - selftests: forwarding: Fix race condition in mirror installation + - platform/x86/amd/pmf: Register notify handler only if SPS is enabled + - sch_netem: acquire qdisc lock in netem_change() + - revert "net: align SO_RCVMARK required privileges with SO_MARK" + - arm64: dts: rockchip: fix nEXTRST on SOQuartz + - gpiolib: Fix GPIO chip IRQ initialization restriction + - gpio: sifive: add missing check for platform_get_irq + - gpiolib: Fix irq_domain resource tracking for gpiochip_irqchip_add_domain() + - scsi: target: iscsi: Prevent login threads from racing between each other + - HID: wacom: Add error check to wacom_parse_and_register() + - arm64: Add missing Set/Way CMO encodings + - smb3: missing null check in SMB2_change_notify + - media: cec: core: disable adapter in cec_devnode_unregister + - media: cec: core: don't set last_initiator if tx in progress + - nfcsim.c: Fix error checking for debugfs_create_dir + - btrfs: fix an uninitialized variable warning in btrfs_log_inode + - usb: gadget: udc: fix NULL dereference in remove() + - nvme: double KA polling frequency to avoid KATO with TBKAS on + - nvme: check IO start time when deciding to defer KA + - nvme: improve handling of long keep alives + - Input: soc_button_array - add invalid acpi_index DMI quirk handling + - arm64: dts: qcom: sc7280-idp: drop incorrect dai-cells from WCD938x SDW + - arm64: dts: qcom: sc7280-qcard: drop incorrect dai-cells from WCD938x SDW + - s390/cio: unregister device when the only path is gone + - spi: lpspi: disable lpspi module irq in DMA mode + - ASoC: codecs: wcd938x-sdw: do not set can_multi_write flag + - ASoC: simple-card: Add missing of_node_put() in case of error + - soundwire: dmi-quirks: add new mapping for HP Spectre x360 + - soundwire: qcom: add proper error paths in qcom_swrm_startup() + - ASoC: nau8824: Add quirk to active-high jack-detect + - ASoC: amd: yc: Add Thinkpad Neo14 to quirks list for acp6x + - gfs2: Don't get stuck writing page onto itself under direct I/O + - s390/purgatory: disable branch profiling + - ASoC: fsl_sai: Enable BCI bit if SAI works on synchronous mode with BYP + asserted + - ALSA: hda/realtek: Add "Intel Reference board" and "NUC 13" SSID in the + ALC256 + - i2c: mchp-pci1xxxx: Avoid cast to incompatible function type + - ARM: dts: Fix erroneous ADS touchscreen polarities + - null_blk: Fix: memory release when memory_backed=1 + - drm/exynos: vidi: fix a wrong error return + - drm/exynos: fix race condition UAF in exynos_g2d_exec_ioctl + - drm/radeon: fix race condition UAF in radeon_gem_set_domain_ioctl + - vhost_vdpa: tell vqs about the negotiated + - vhost_net: revert upend_idx only on retriable error + - KVM: arm64: Restore GICv2-on-GICv3 functionality + - x86/apic: Fix kernel panic when booting with intremap=off and x2apic_phys + - i2c: imx-lpi2c: fix type char overflow issue when calculating the clock + cycle + - smb: move client and server files to common directory fs/smb + - [Config] updateconfigs for SMBFS_COMMON + - cifs: fix status checks in cifs_tree_connect + - udmabuf: revert 'Add support for mapping hugepages (v4)' + - selftests: mptcp: connect: skip TFO tests if not supported + - selftests: mptcp: join: skip PM listener tests if not supported + - selftests: mptcp: join: uniform listener tests + - block: make sure local irq is disabled when calling __blkcg_rstat_flush + - xfrm: add missed call to delete offloaded policies + - net: dsa: introduce preferred_default_local_cpu_port and use on MT7530 + - iommu/amd: Fix possible memory leak of 'domain' + - Upstream stable to v6.1.36, v6.3.10 + - mm/mmap: Fix error path in do_vmi_align_munmap() + - mm/mmap: Fix error return in do_vmi_align_munmap() + - mptcp: ensure listener is unhashed before updating the sk status + - x86/microcode/AMD: Load late on both threads too + - x86/smp: Remove pointless wmb()s from native_stop_other_cpus() + - x86/smp: Use dedicated cache-line for mwait_play_dead() + - x86/smp: Cure kexec() vs. mwait_play_dead() breakage + - can: isotp: isotp_sendmsg(): fix return error fix on TX path + - maple_tree: fix potential out-of-bounds access in mas_wr_end_piv() + - fbdev: fix potential OOB read in fast_imageblit() + - HID: hidraw: fix data race on device refcount + - HID: wacom: Use ktime_t rather than int when dealing with timestamps + - HID: logitech-hidpp: add HIDPP_QUIRK_DELAYED_INIT for the T651. + - Revert "thermal/drivers/mediatek: Use devm_of_iomap to avoid resource leak + in mtk_thermal_probe" + - sparc32: fix lock_mm_and_find_vma() conversion + - parisc: fix expand_stack() conversion + - csky: fix up lock_mm_and_find_vma() conversion + - xtensa: fix NOMMU build with lock_mm_and_find_vma() conversion + - Upstream stable to v6.1.37, v6.3.11 + - xtensa: fix lock_mm_and_find_vma in case VMA not found + - drm/amd/display: Do not update DRR while BW optimizations pending + - PCI/ACPI: Validate acpi_pci_set_power_state() parameter + - PCI/ACPI: Call _REG when transitioning D-states + - execve: always mark stack as growing down during early stack setup + - nubus: Partially revert proc_create_single_data() conversion + - perf symbols: Symbol lookup with kcore can fail if multiple segments match + stext + - scripts/tags.sh: Resolve gtags empty index generation + - docs: Set minimal gtags / GNU GLOBAL version to 6.6.5 + - drm/amdgpu: Validate VM ioctl flags. + - drm/amd/display: Ensure vmin and vmax adjust for DCE + - Upstream stable to v6.1.38, v6.3.12 + * allow io_uring to be disabled in runtime (LP: #2035116) + - io_uring: add a sysctl to disable io_uring system-wide + * CVE-2023-31083 + - Bluetooth: hci_ldisc: check HCI_UART_PROTO_READY flag in HCIUARTGETPROTO + * CVE-2023-4132 + - media: usb: siano: Fix warning due to null work_func_t function pointer + * CVE-2023-3863 + - net: nfc: Fix use-after-free caused by nfc_llcp_find_local + * CVE-2023-3772 + - xfrm: add NULL check in xfrm_update_ae_params + * Packaging resync (LP: #1786013) + - [Packaging] update helper scripts + + -- Stefan Bader Mon, 09 Oct 2023 17:04:02 +0200 + +linux-lowlatency-hwe-6.2 (6.2.0-1015.15~22.04.1) jammy; urgency=medium + + * jammy/linux-lowlatency-hwe-6.2: 6.2.0-1015.15~22.04.1 -proposed tracker + (LP: #2038219) + + * CVE-2023-42755 + - [Config] lowlatency-hwe-6.2: Mark cls_rsv[p,p6] gone + + [ Ubuntu: 6.2.0-1015.15 ] + + * lunar/linux-lowlatency: 6.2.0-1015.15 -proposed tracker (LP: #2038220) + * CVE-2023-42755 + - [Config] lowlatency: Mark cls_rsv[p,p6] gone + * lunar/linux: 6.2.0-35.35 -proposed tracker (LP: #2038229) + * Packaging resync (LP: #1786013) + - [Packaging] update helper scripts + * CVE-2023-4244 + - netfilter: nf_tables: don't skip expired elements during walk + - netfilter: nf_tables: integrate pipapo into commit protocol + - netfilter: nft_set_rbtree: fix overlap expiration walk + - netfilter: nf_tables: adapt set backend to use GC transaction API + - netfilter: nft_set_hash: mark set element as dead when deleting from packet + path + - netfilter: nf_tables: drop map element references from preparation phase + - netfilter: nf_tables: GC transaction API to avoid race with control plane + - netfilter: nf_tables: remove busy mark and gc batch API + - netfilter: nf_tables: don't fail inserts if duplicate has expired + - netfilter: nf_tables: fix kdoc warnings after gc rework + - netfilter: nf_tables: fix GC transaction races with netns and netlink event + exit path + - netfilter: nf_tables: GC transaction race with netns dismantle + - netfilter: nf_tables: GC transaction race with abort path + - netfilter: nf_tables: use correct lock to protect gc_list + - netfilter: nf_tables: defer gc run if previous batch is still pending + - netfilter: nft_dynset: disallow object maps + - netfilter: nft_set_rbtree: skip sync GC for new elements in this transaction + * CVE-2023-5197 + - netfilter: nf_tables: skip bound chain in netns release path + - netfilter: nf_tables: disallow rule removal from chain binding + * CVE-2023-4921 + - net: sched: sch_qfq: Fix UAF in qfq_dequeue() + * CVE-2023-4881 + - netfilter: nftables: exthdr: fix 4-byte stack OOB write + * CVE-2023-4623 + - net/sched: sch_hfsc: Ensure inner classes have fsc curve + * CVE-2023-4622 + - af_unix: Fix null-ptr-deref in unix_stream_sendpage(). + * CVE-2023-42756 + - netfilter: ipset: Fix race between IPSET_CMD_CREATE and IPSET_CMD_SWAP + * CVE-2023-42755 + - net/sched: Retire rsvp classifier + - [Config] remove NET_CLS_RSVP and NET_CLS_RSVP6 + * CVE-2023-42753 + - netfilter: ipset: add the missing IP_SET_HASH_WITH_NET0 macro for + ip_set_hash_netportnet.c + * CVE-2023-42752 + - igmp: limit igmpv3_newpack() packet size to IP_MAX_MTU + - net: add SKB_HEAD_ALIGN() helper + - net: remove osize variable in __alloc_skb() + - net: factorize code in kmalloc_reserve() + - net: deal with integer overflows in kmalloc_reserve() + * CVE-2023-34319 + - xen/netback: Fix buffer overrun triggered by unusual packet + + -- Stefan Bader Fri, 06 Oct 2023 11:39:33 +0200 + +linux-lowlatency-hwe-6.2 (6.2.0-1014.14~22.04.1) jammy; urgency=medium + + * jammy/linux-lowlatency-hwe-6.2: 6.2.0-1014.14~22.04.1 -proposed tracker + (LP: #2033771) + + [ Ubuntu: 6.2.0-1014.14 ] + + * lunar/linux-lowlatency: 6.2.0-1014.14 -proposed tracker (LP: #2033772) + * Packaging resync (LP: #1786013) + - [Packaging] update helper scripts + * lunar/linux: 6.2.0-34.34 -proposed tracker (LP: #2033779) + * CVE-2023-20569 + - x86/cpu, kvm: Add support for CPUID_80000021_EAX + - tools headers x86 cpufeatures: Sync with the kernel sources + - x86/alternative: Optimize returns patching + - x86/retbleed: Add __x86_return_thunk alignment checks + - x86/srso: Add a Speculative RAS Overflow mitigation + - x86/srso: Add IBPB_BRTYPE support + - x86/srso: Add SRSO_NO support + - x86/srso: Add IBPB + - x86/srso: Add IBPB on VMEXIT + - x86/srso: Fix return thunks in generated code + - x86/srso: Add a forgotten NOENDBR annotation + - x86/srso: Tie SBPB bit setting to microcode patch detection + - Documentation/hw-vuln: Unify filename specification in index + - Documentation/srso: Document IBPB aspect and fix formatting + - x86/srso: Fix build breakage with the LLVM linker + - x86: Move gds_ucode_mitigated() declaration to header + - x86/retpoline: Don't clobber RFLAGS during srso_safe_ret() + - x86/srso: Disable the mitigation on unaffected configurations + - x86/retpoline,kprobes: Fix position of thunk sections with CONFIG_LTO_CLANG + - x86/retpoline,kprobes: Skip optprobe check for indirect jumps with + retpolines and IBT + - x86/cpu: Fix __x86_return_thunk symbol type + - x86/cpu: Fix up srso_safe_ret() and __x86_return_thunk() + - objtool/x86: Fix SRSO mess + - x86/alternative: Make custom return thunk unconditional + - x86/cpu: Clean up SRSO return thunk mess + - x86/cpu: Rename original retbleed methods + - x86/cpu: Rename srso_(.*)_alias to srso_alias_\1 + - x86/cpu: Cleanup the untrain mess + - x86/srso: Explain the untraining sequences a bit more + - objtool/x86: Fixup frame-pointer vs rethunk + - x86/static_call: Fix __static_call_fixup() + - x86/srso: Correct the mitigation status when SMT is disabled + - Ubuntu: [Config]: enable Speculative Return Stack Overflow mitigation + * Please enable Renesas RZ platform serial installer (LP: #2022361) + - [Config] enable hihope RZ/G2M serial console + - [Config] Mark sh-sci as built-in + * dGPU cannot resume because system firmware stuck in IPCS method + (LP: #2021572) + - drm/i915/tc: Abort DP AUX transfer on a disconnected TC port + - drm/i915/tc: switch to intel_de_* register accessors in display code + - drm/i915: Enable a PIPEDMC whenever its corresponding pipe is enabled + - drm/i915/tc: Fix TC port link ref init for DP MST during HW readout + - drm/i915/tc: Fix system resume MST mode restore for DP-alt sinks + - drm/i915/tc: Wait for IOM/FW PHY initialization of legacy TC ports + - drm/i915/tc: Factor out helpers converting HPD mask to TC mode + - drm/i915/tc: Fix target TC mode for a disconnected legacy port + - drm/i915/tc: Fix TC mode for a legacy port if the PHY is not ready + - drm/i915/tc: Fix initial TC mode on disabled legacy ports + - drm/i915/tc: Make the TC mode readout consistent in all PHY states + - drm/i915: Add encoder hook to get the PLL type used by TC ports + - drm/i915/tc: Assume a TC port is legacy if VBT says the port has HDMI + - drm/i915/tc: Factor out a function querying active links on a TC port + - drm/i915/tc: Check the PLL type used by an enabled TC port + - drm/i915/tc: Group the TC PHY setup/query functions per platform + - drm/i915/tc: Use the adlp prefix for ADLP TC PHY functions + - drm/i915/tc: Rename tc_phy_status_complete() to tc_phy_is_ready() + - drm/i915/tc: Use the tc_phy prefix for all TC PHY functions + - drm/i915/tc: Move TC port fields to a new intel_tc_port struct + - drm/i915/tc: Check for TC PHY explicitly in + intel_tc_port_fia_max_lane_count() + - drm/i915/tc: Move the intel_tc_port struct declaration to intel_tc.c + - drm/i915/tc: Add TC PHY hook to get the PHY HPD live status + - drm/i915/tc: Add TC PHY hooks to get the PHY ready/owned state + - drm/i915/tc: Add TC PHY hook to read out the PHY HW state + - drm/i915/tc: Add generic TC PHY connect/disconnect handlers + - drm/i915/tc: Factor out tc_phy_verify_legacy_or_dp_alt_mode() + - drm/i915/tc: Add TC PHY hooks to connect/disconnect the PHY + - drm/i915/tc: Fix up the legacy VBT flag only in disconnected mode + - drm/i915/tc: Check TC mode instead of the VBT legacy flag + - drm/i915/tc: Block/unblock TC-cold in the PHY connect/disconnect hooks + - drm/i915/tc: Remove redundant wakeref=0 check from unblock_tc_cold() + - drm/i915/tc: Drop tc_cold_block()/unblock()'s power domain parameter + - drm/i915/tc: Add TC PHY hook to get the TC-cold blocking power domain + - drm/i915/tc: Add asserts in TC PHY hooks that the required power is on + - drm/i915/tc: Add TC PHY hook to init the PHY + - drm/i915/adlp/tc: Use the DE HPD ISR register for hotplug detection + - drm/i915/tc: Get power ref for reading the HPD live status register + - drm/i915/tc: Don't connect the PHY in intel_tc_port_connected() + - drm/i915/adlp/tc: Align the connect/disconnect PHY sequence with bspec + - drm/i915: Move shared DPLL disabling into CRTC disable hook + - drm/i915: Disable DPLLs before disconnecting the TC PHY + - drm/i915: Remove TC PHY disconnect workaround + - drm/i915: Remove the encoder update_prepare()/complete() hooks + - drm/i915/dp_mst: Fix active port PLL selection for secondary MST streams + - drm/i915: Fix PIPEDMC disabling for a bigjoiner configuration + - drm/i915: Add helpers to reference/unreference a DPLL for a CRTC + - drm/i915: Make the CRTC state consistent during sanitize-disabling + - drm/i915: Update connector atomic state before crtc sanitize-disabling + - drm/i915: Separate intel_crtc_disable_noatomic_begin/complete() + - drm/i915: Factor out set_encoder_for_connector() + - drm/i915: Add support for disabling any CRTCs during HW readout/sanitization + - drm/i915/dp: Prevent link training fallback on disconnected port + - drm/i915/dp: Factor out intel_dp_get_active_pipes() + - drm/i915: Factor out a helper for handling atomic modeset locks/state + - drm/i915/tc: Call TypeC port flush_work/cleanup without modeset locks held + - drm/i915/tc: Reset TypeC PHYs left enabled in DP-alt mode after the sink + disconnects + * amdgpu: Fixes for S0i3 resume on Phoenix (LP: #2033654) + - drm/amd/pm: skip the RLC stop when S0i3 suspend for SMU v13.0.4/11 + - drm/amdgpu: skip fence GFX interrupts disable/enable for S0ix + - drm/amd: flush any delayed gfxoff on suspend entry + * Fix panel brightness issues on HP laptops (LP: #2032704) + - ACPI: video: Put ACPI video and its child devices into D0 on boot + * Fix ACPI TAD on some Intel based systems (LP: #2032767) + - ACPI: TAD: Install SystemCMOS address space handler for ACPI000E + * kdump doesn't work with UEFI secure boot and kernel lockdown enabled on + ARM64 (LP: #2033007) + - [Config]: Enable CONFIG_KEXEC_IMAGE_VERIFY_SIG + * Request backport of xen timekeeping performance improvements (LP: #2033122) + - x86/xen/time: prefer tsc as clocksource when it is invariant + * 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 + * Enable D3cold at s2idle for Intel DG2 GPU (LP: #2033452) + - drm/i915/dgfx: Enable d3cold at s2idle + * CVE-2023-4569 + - netfilter: nf_tables: deactivate catchall elements in next generation + * Fix non-working MT7921e when pre-boot WiFi is enabled (LP: #2026322) + - wifi: mt76: mt7921e: fix init command fail with enabled device + * Fix unreliable ethernet cable detection on I219 NIC (LP: #2028122) + - e1000e: Use PME poll to circumvent unreliable ACPI wake + * [SRU][Ubuntu 22.04.1] Unable to interpret the frequency values in + cpuinfo_min_freq and cpuino_max_freq sysfs files. (LP: #2030924) + - cpufreq: intel_pstate: Fix scaling for hybrid-capable + * CVE-2023-40283 + - Bluetooth: L2CAP: Fix use-after-free in l2cap_sock_ready_cb + * CVE-2023-20588 + - x86/bugs: Increase the x86 bugs vector size to two u32s + - x86/CPU/AMD: Do not leak quotient data after a division by 0 + - x86/CPU/AMD: Fix the DIV(0) initial fix attempt + * CVE-2023-4194 + - net: tun_chr_open(): set sk_uid from current_fsuid() + - net: tap_open(): set sk_uid from current_fsuid() + * CVE-2023-4155 + - KVM: SEV: snapshot the GHCB before accessing it + - KVM: SEV: only access GHCB fields once + * CVE-2023-1206 + - tcp: Reduce chance of collisions in inet6_hashfn(). + * Lunar update: upstream stable patchset 2023-08-03 (LP: #2029808) + - RDMA/bnxt_re: Fix the page_size used during the MR creation + - phy: amlogic: phy-meson-g12a-mipi-dphy-analog: fix CNTL2_DIF_TX_CTL0 value + - RDMA/efa: Fix unsupported page sizes in device + - RDMA/hns: Fix timeout attr in query qp for HIP08 + - RDMA/hns: Fix base address table allocation + - RDMA/hns: Modify the value of long message loopback slice + - dmaengine: at_xdmac: fix potential Oops in at_xdmac_prep_interleaved() + - RDMA/bnxt_re: Fix a possible memory leak + - RDMA/bnxt_re: Fix return value of bnxt_re_process_raw_qp_pkt_rx + - iommu/rockchip: Fix unwind goto issue + - iommu/amd: Don't block updates to GATag if guest mode is on + - iommu/amd: Handle GALog overflows + - iommu/amd: Fix up merge conflict resolution + - nfsd: make a copy of struct iattr before calling notify_change + - dmaengine: pl330: rename _start to prevent build error + - riscv: Fix unused variable warning when BUILTIN_DTB is set + - net/mlx5: Drain health before unregistering devlink + - net/mlx5: SF, Drain health before removing device + - net/mlx5: fw_tracer, Fix event handling + - net/mlx5e: Don't attach netdev profile while handling internal error + - net: mellanox: mlxbf_gige: Fix skb_panic splat under memory pressure + - netrom: fix info-leak in nr_write_internal() + - af_packet: Fix data-races of pkt_sk(sk)->num. + - tls: improve lockless access safety of tls_err_abort() + - amd-xgbe: fix the false linkup in xgbe_phy_status + - perf ftrace latency: Remove unnecessary "--" from --use-nsec option + - mtd: rawnand: ingenic: fix empty stub helper definitions + - RDMA/irdma: Prevent QP use after free + - RDMA/irdma: Fix Local Invalidate fencing + - af_packet: do not use READ_ONCE() in packet_bind() + - tcp: deny tcp_disconnect() when threads are waiting + - tcp: Return user_mss for TCP_MAXSEG in CLOSE/LISTEN state if user_mss set + - net/smc: Scan from current RMB list when no position specified + - net/smc: Don't use RMBs not mapped to new link in SMCRv2 ADD LINK + - net/sched: sch_ingress: Only create under TC_H_INGRESS + - net/sched: sch_clsact: Only create under TC_H_CLSACT + - net/sched: Reserve TC_H_INGRESS (TC_H_CLSACT) for ingress (clsact) Qdiscs + - net/sched: Prohibit regrafting ingress or clsact Qdiscs + - net: sched: fix NULL pointer dereference in mq_attach + - net/netlink: fix NETLINK_LIST_MEMBERSHIPS length report + - udp6: Fix race condition in udp6_sendmsg & connect + - nfsd: fix double fget() bug in __write_ports_addfd() + - nvme: fix the name of Zone Append for verbose logging + - net/mlx5e: Fix error handling in mlx5e_refresh_tirs + - net/mlx5: Read embedded cpu after init bit cleared + - iommu/mediatek: Flush IOTLB completely only if domain has been attached + - tcp: fix mishandling when the sack compression is deferred. + - net: dsa: mv88e6xxx: Increase wait after reset deactivation + - mtd: rawnand: marvell: ensure timing values are written + - mtd: rawnand: marvell: don't set the NAND frequency select + - rtnetlink: call validate_linkmsg in rtnl_create_link + - mptcp: avoid unneeded __mptcp_nmpc_socket() usage + - mptcp: add annotations around msk->subflow accesses + - mptcp: avoid unneeded address copy + - mptcp: simplify subflow_syn_recv_sock() + - mptcp: consolidate passive msk socket initialization + - mptcp: fix data race around msk->first access + - mptcp: add annotations around sk->sk_shutdown accesses + - drm/amdgpu: release gpu full access after "amdgpu_device_ip_late_init" + - watchdog: menz069_wdt: fix watchdog initialisation + - ALSA: hda: Glenfly: add HD Audio PCI IDs and HDMI Codec Vendor IDs. + - ASoC: Intel: soc-acpi-cht: Add quirk for Nextbook Ares 8A tablet + - drm/amdgpu: Use the default reset when loading or reloading the driver + - mailbox: mailbox-test: Fix potential double-free in + mbox_test_message_write() + - btrfs: abort transaction when sibling keys check fails for leaves + - ARM: 9295/1: unwind:fix unwind abort for uleb128 case + - hwmon: (k10temp) Add PCI ID for family 19, model 78h + - media: rcar-vin: Select correct interrupt mode for V4L2_FIELD_ALTERNATE + - platform/x86: intel_scu_pcidrv: Add back PCI ID for Medfield + - platform/mellanox: fix potential race in mlxbf-tmfifo driver + - drm/amdgpu: set gfx9 onwards APU atomics support to be true + - fbdev: imsttfb: Fix use after free bug in imsttfb_probe + - fbdev: modedb: Add 1920x1080 at 60 Hz video mode + - fbdev: stifb: Fix info entry in sti_struct on error path + - nbd: Fix debugfs_create_dir error checking + - block/rnbd: replace REQ_OP_FLUSH with REQ_OP_WRITE + - nvme-pci: add NVME_QUIRK_BOGUS_NID for HS-SSD-FUTURE 2048G + - nvme-pci: add quirk for missing secondary temperature thresholds + - ASoC: amd: yc: Add DMI entry to support System76 Pangolin 12 + - ASoC: dwc: limit the number of overrun messages + - um: harddog: fix modular build + - xfrm: Check if_id in inbound policy/secpath match + - ASoC: dt-bindings: Adjust #sound-dai-cells on TI's single-DAI codecs + - ALSA: hda/realtek: Add quirks for ASUS GU604V and GU603V + - ASoC: ssm2602: Add workaround for playback distortions + - media: dvb_demux: fix a bug for the continuity counter + - media: dvb-usb: az6027: fix three null-ptr-deref in az6027_i2c_xfer() + - media: dvb-usb-v2: ec168: fix null-ptr-deref in ec168_i2c_xfer() + - media: dvb-usb-v2: ce6230: fix null-ptr-deref in ce6230_i2c_master_xfer() + - media: dvb-usb-v2: rtl28xxu: fix null-ptr-deref in rtl28xxu_i2c_xfer + - media: dvb-usb: digitv: fix null-ptr-deref in digitv_i2c_xfer() + - media: dvb-usb: dw2102: fix uninit-value in su3000_read_mac_address + - media: netup_unidvb: fix irq init by register it at the end of probe + - media: dvb_ca_en50221: fix a size write bug + - media: ttusb-dec: fix memory leak in ttusb_dec_exit_dvb() + - media: mn88443x: fix !CONFIG_OF error by drop of_match_ptr from ID table + - media: dvb-core: Fix use-after-free due on race condition at dvb_net + - media: dvb-core: Fix use-after-free due to race at dvb_register_device() + - media: dvb-core: Fix use-after-free due to race condition at dvb_ca_en50221 + - ASoC: SOF: debug: conditionally bump runtime_pm counter on exceptions + - ASoC: SOF: pcm: fix pm_runtime imbalance in error handling + - ASoC: SOF: sof-client-probes: fix pm_runtime imbalance in error handling + - ASoC: SOF: pm: save io region state in case of errors in resume + - s390/pkey: zeroize key blobs + - s390/topology: honour nr_cpu_ids when adding CPUs + - ACPI: resource: Add IRQ override quirk for LG UltraPC 17U70P + - wifi: rtl8xxxu: fix authentication timeout due to incorrect RCR value + - ARM: dts: stm32: add pin map for CAN controller on stm32f7 + - arm64/mm: mark private VM_FAULT_X defines as vm_fault_t + - arm64: vdso: Pass (void *) to virt_to_page() + - wifi: mac80211: simplify chanctx allocation + - wifi: mac80211: consider reserved chanctx for mindef + - wifi: mac80211: recalc chanctx mindef before assigning + - wifi: iwlwifi: mvm: Add locking to the rate read flow + - scsi: core: Decrease scsi_device's iorequest_cnt if dispatch failed + - wifi: b43: fix incorrect __packed annotation + - netfilter: conntrack: define variables exp_nat_nla_policy and any_addr with + CONFIG_NF_NAT + - nvme-multipath: don't call blk_mark_disk_dead in nvme_mpath_remove_disk + - nvme: do not let the user delete a ctrl before a complete initialization + - ALSA: oss: avoid missing-prototype warnings + - drm/msm: Be more shouty if per-process pgtables aren't working + - atm: hide unused procfs functions + - ceph: silence smatch warning in reconnect_caps_cb() + - drm/amdgpu: skip disabling fence driver src_irqs when device is unplugged + - ublk: fix AB-BA lockdep warning + - nvme-pci: Add quirk for Teamgroup MP33 SSD + - block: Deny writable memory mapping if block is read-only + - KVM: arm64: vgic: Fix a circular locking issue + - KVM: arm64: vgic: Wrap vgic_its_create() with config_lock + - KVM: arm64: vgic: Fix locking comment + - media: mediatek: vcodec: Only apply 4K frame sizes on decoder formats + - mailbox: mailbox-test: fix a locking issue in mbox_test_message_write() + - drivers: base: cacheinfo: Fix shared_cpu_map changes in event of CPU hotplug + - media: uvcvideo: Don't expose unsupported formats to userspace + - iio: accel: st_accel: Fix invalid mount_matrix on devices without ACPI _ONT + method + - iio: adc: mxs-lradc: fix the order of two cleanup operations + - HID: google: add jewel USB id + - HID: wacom: avoid integer overflow in wacom_intuos_inout() + - iio: imu: inv_icm42600: fix timestamp reset + - dt-bindings: iio: adc: renesas,rcar-gyroadc: Fix adi,ad7476 compatible value + - iio: light: vcnl4035: fixed chip ID check + - iio: adc: stm32-adc: skip adc-channels setup if none is present + - iio: adc: ad_sigma_delta: Fix IRQ issue by setting IRQ_DISABLE_UNLAZY flag + - iio: dac: mcp4725: Fix i2c_master_send() return value handling + - iio: addac: ad74413: fix resistance input processing + - iio: adc: ad7192: Change "shorted" channels to differential + - iio: adc: stm32-adc: skip adc-diff-channels setup if none is present + - iio: dac: build ad5758 driver when AD5758 is selected + - net: usb: qmi_wwan: Set DTR quirk for BroadMobi BM818 + - dt-bindings: usb: snps,dwc3: Fix "snps,hsphy_interface" type + - usb: cdns3: fix NCM gadget RX speed 20x slow than expection at iMX8QM + - usb: gadget: f_fs: Add unbind event before functionfs_unbind + - md/raid5: fix miscalculation of 'end_sector' in raid5_read_one_chunk() + - misc: fastrpc: return -EPIPE to invocations on device removal + - misc: fastrpc: reject new invocations during device removal + - scsi: stex: Fix gcc 13 warnings + - ata: libata-scsi: Use correct device no in ata_find_dev() + - drm/amdgpu: enable tmz by default for GC 11.0.1 + - drm/amd/pm: reverse mclk and fclk clocks levels for SMU v13.0.4 + - drm/amd/pm: reverse mclk and fclk clocks levels for vangogh + - drm/amd/pm: resolve reboot exception for si oland + - drm/amd/pm: reverse mclk clocks levels for SMU v13.0.5 + - drm/amd/pm: reverse mclk and fclk clocks levels for yellow carp + - drm/amd/pm: reverse mclk and fclk clocks levels for renoir + - mmc: vub300: fix invalid response handling + - mmc: pwrseq: sd8787: Fix WILC CHIP_EN and RESETN toggling order + - tty: serial: fsl_lpuart: use UARTCTRL_TXINV to send break instead of + UARTCTRL_SBK + - btrfs: fix csum_tree_block page iteration to avoid tripping on + -Werror=array-bounds + - phy: qcom-qmp-combo: fix init-count imbalance + - phy: qcom-qmp-pcie-msm8996: fix init-count imbalance + - block: fix revalidate performance regression + - powerpc/iommu: Limit number of TCEs to 512 for H_STUFF_TCE hcall + - iommu/amd: Fix domain flush size when syncing iotlb + - tpm, tpm_tis: correct tpm_tis_flags enumeration values + - riscv: perf: Fix callchain parse error with kernel tracepoint events + - io_uring: undeprecate epoll_ctl support + - selinux: don't use make's grouped targets feature yet + - mtdchar: mark bits of ioctl handler noinline + - tracing/timerlat: Always wakeup the timerlat thread + - tracing/histograms: Allow variables to have some modifiers + - tracing/probe: trace_probe_primary_from_call(): checked list_first_entry + - selftests: mptcp: connect: skip if MPTCP is not supported + - selftests: mptcp: pm nl: skip if MPTCP is not supported + - selftests: mptcp: join: skip if MPTCP is not supported + - selftests: mptcp: sockopt: skip if MPTCP is not supported + - selftests: mptcp: userspace pm: skip if MPTCP is not supported + - mptcp: fix connect timeout handling + - mptcp: fix active subflow finalization + - ext4: add EA_INODE checking to ext4_iget() + - ext4: set lockdep subclass for the ea_inode in ext4_xattr_inode_cache_find() + - ext4: disallow ea_inodes with extended attributes + - ext4: add lockdep annotations for i_data_sem for ea_inode's + - fbcon: Fix null-ptr-deref in soft_cursor + - serial: 8250_tegra: Fix an error handling path in tegra_uart_probe() + - serial: cpm_uart: Fix a COMPILE_TEST dependency + - powerpc/xmon: Use KSYM_NAME_LEN in array size + - test_firmware: fix a memory leak with reqs buffer + - test_firmware: fix the memory leak of the allocated firmware buffer + - KVM: arm64: Populate fault info for watchpoint + - KVM: x86: Account fastpath-only VM-Exits in vCPU stats + - ksmbd: fix credit count leakage + - ksmbd: fix UAF issue from opinfo->conn + - ksmbd: fix incorrect AllocationSize set in smb2_get_info + - ksmbd: fix slab-out-of-bounds read in smb2_handle_negotiate + - ksmbd: fix multiple out-of-bounds read during context decoding + - KEYS: asymmetric: Copy sig and digest in public_key_verify_signature() + - fs/ntfs3: Validate MFT flags before replaying logs + - regmap: Account for register length when chunking + - tpm, tpm_tis: Request threaded interrupt handler + - iommu/amd/pgtbl_v2: Fix domain max address + - drm/amd/display: Have Payload Properly Created After Resume + - tls: rx: strp: don't use GFP_KERNEL in softirq context + - selftests: mptcp: diag: skip if MPTCP is not supported + - selftests: mptcp: simult flows: skip if MPTCP is not supported + - selftests: mptcp: join: avoid using 'cmp --bytes' + - ext4: enable the lazy init thread when remounting read/write + - iommu: Make IPMMU_VMSA dependencies more strict + - [Config] updateconfigs for IPMMU_VMSA + - iommu/amd: Add missing domain type checks + - efi: Bump stub image version for macOS HVF compatibility + - rxrpc: Truncate UTS_RELEASE for rxrpc version + - net: renesas: rswitch: Fix return value in error path of xmit + - KVM: arm64: Prevent unconditional donation of unmapped regions from the host + - KVM: arm64: Reload PTE after invoking walker callback on preorder traversal + - iio: ad4130: Make sure clock provider gets removed + - iio: adc: mt6370: Fix ibus and ibat scaling value of some specific vendor ID + chips + - iio: accel: kx022a fix irq getting + - misc: fastrpc: Reassign memory ownership only for remote heap + - module/decompress: Fix error checking on zstd decompression + - dmaengine: at_hdmac: Repair bitfield macros for peripheral ID handling + - dmaengine: at_hdmac: Extend the Flow Controller bitfield to three bits + - test_firmware: prevent race conditions by a correct implementation of + locking + - KVM: arm64: Drop last page ref in kvm_pgtable_stage2_free_removed() + - KVM: x86/mmu: Grab memslot for correct address space in NX recovery worker + - Upstream stable to v6.1.33, v6.3.7 + - scsi: megaraid_sas: Add flexible array member for SGLs + - net: sfp: fix state loss when updating state_hw_mask + - spi: mt65xx: make sure operations completed before unloading + - platform/surface: aggregator: Allow completion work-items to be executed in + parallel + - platform/surface: aggregator_tabletsw: Add support for book mode in KIP + subsystem + - spi: qup: Request DMA before enabling clocks + - afs: Fix setting of mtime when creating a file/dir/symlink + - wifi: mt76: mt7615: fix possible race in mt7615_mac_sta_poll + - bpf, sockmap: Avoid potential NULL dereference in + sk_psock_verdict_data_ready() + - neighbour: fix unaligned access to pneigh_entry + - net: dsa: lan9303: allow vid != 0 in port_fdb_{add|del} methods + - net/ipv4: ping_group_range: allow GID from 2147483648 to 4294967294 + - bpf: Fix UAF in task local storage + - bpf: Fix elem_size not being set for inner maps + - net/ipv6: fix bool/int mismatch for skip_notify_on_dev_down + - net/smc: Avoid to access invalid RMBs' MRs in SMCRv1 ADD LINK CONT + - net: enetc: correct the statistics of rx bytes + - net: enetc: correct rx_bytes statistics of XDP + - net/sched: fq_pie: ensure reasonable TCA_FQ_PIE_QUANTUM values + - Bluetooth: hci_sync: add lock to protect HCI_UNREGISTER + - Bluetooth: Fix l2cap_disconnect_req deadlock + - Bluetooth: ISO: don't try to remove CIG if there are bound CIS left + - Bluetooth: L2CAP: Add missing checks for invalid DCID + - wifi: mac80211: use correct iftype HE cap + - wifi: cfg80211: reject bad AP MLD address + - wifi: mac80211: mlme: fix non-inheritence element + - wifi: mac80211: don't translate beacon/presp addrs + - qed/qede: Fix scheduling while atomic + - wifi: cfg80211: fix locking in sched scan stop work + - selftests/bpf: Verify optval=NULL case + - selftests/bpf: Fix sockopt_sk selftest + - netfilter: nft_bitwise: fix register tracking + - netfilter: conntrack: fix NULL pointer dereference in nf_confirm_cthelper + - netfilter: ipset: Add schedule point in call_ad(). + - netfilter: nf_tables: out-of-bound check in chain blob + - ipv6: rpl: Fix Route of Death. + - tcp: gso: really support BIG TCP + - rfs: annotate lockless accesses to sk->sk_rxhash + - rfs: annotate lockless accesses to RFS sock flow table + - net: sched: add rcu annotations around qdisc->qdisc_sleeping + - drm/i915/selftests: Add some missing error propagation + - net: sched: move rtm_tca_policy declaration to include file + - net: sched: act_police: fix sparse errors in tcf_police_dump() + - net: sched: fix possible refcount leak in tc_chain_tmplt_add() + - bpf: Add extra path pointer check to d_path helper + - drm/amdgpu: fix Null pointer dereference error in amdgpu_device_recover_vram + - lib: cpu_rmap: Fix potential use-after-free in irq_cpu_rmap_release() + - net: bcmgenet: Fix EEE implementation + - bnxt_en: Don't issue AP reset during ethtool's reset operation + - bnxt_en: Query default VLAN before VNIC setup on a VF + - bnxt_en: Skip firmware fatal error recovery if chip is not accessible + - bnxt_en: Prevent kernel panic when receiving unexpected PHC_UPDATE event + - bnxt_en: Implement .set_port / .unset_port UDP tunnel callbacks + - batman-adv: Broken sync while rescheduling delayed work + - Input: xpad - delete a Razer DeathAdder mouse VID/PID entry + - Input: psmouse - fix OOB access in Elantech protocol + - Input: fix open count when closing inhibited device + - ALSA: hda: Fix kctl->id initialization + - ALSA: ymfpci: Fix kctl->id initialization + - ALSA: gus: Fix kctl->id initialization + - ALSA: cmipci: Fix kctl->id initialization + - ALSA: hda/realtek: Add quirk for Clevo NS50AU + - ALSA: ice1712,ice1724: fix the kcontrol->id initialization + - ALSA: hda/realtek: Add a quirk for HP Slim Desktop S01 + - ALSA: hda/realtek: Add quirks for Asus ROG 2024 laptops using CS35L41 + - drm/i915/gt: Use the correct error value when kernel_context() fails + - drm/amdgpu: fix xclk freq on CHIP_STONEY + - drm/amdgpu: change reserved vram info print + - drm/amd/pm: Fix power context allocation in SMU13 + - drm/amd/display: Reduce sdp bw after urgent to 90% + - wifi: iwlwifi: mvm: Fix -Warray-bounds bug in iwl_mvm_wait_d3_notif() + - can: j1939: j1939_sk_send_loop_abort(): improved error queue handling in + J1939 Socket + - can: j1939: change j1939_netdev_lock type to mutex + - can: j1939: avoid possible use-after-free when j1939_can_rx_register fails + - mptcp: only send RM_ADDR in nl_cmd_remove + - mptcp: add address into userspace pm list + - mptcp: update userspace pm infos + - selftests: mptcp: update userspace pm addr tests + - selftests: mptcp: update userspace pm subflow tests + - ceph: fix use-after-free bug for inodes when flushing capsnaps + - s390/dasd: Use correct lock while counting channel queue length + - Bluetooth: Fix use-after-free in hci_remove_ltk/hci_remove_irk + - Bluetooth: fix debugfs registration + - Bluetooth: hci_qca: fix debugfs registration + - tee: amdtee: Add return_origin to 'struct tee_cmd_load_ta' + - rbd: move RBD_OBJ_FLAG_COPYUP_ENABLED flag setting + - rbd: get snapshot context after exclusive lock is ensured to be held + - virtio_net: use control_buf for coalesce params + - soc: qcom: icc-bwmon: fix incorrect error code passed to dev_err_probe() + - pinctrl: meson-axg: add missing GPIOA_18 gpio group + - usb: usbfs: Enforce page requirements for mmap + - usb: usbfs: Use consistent mmap functions + - mm: page_table_check: Make it dependent on EXCLUSIVE_SYSTEM_RAM + - mm: page_table_check: Ensure user pages are not slab pages + - arm64: dts: qcom: sc8280xp: Flush RSC sleep & wake votes + - ARM: at91: pm: fix imbalanced reference counter for ethernet devices + - ARM: dts: at91: sama7g5ek: fix debounce delay property for shdwc + - ASoC: codecs: wsa883x: do not set can_multi_write flag + - ASoC: codecs: wsa881x: do not set can_multi_write flag + - arm64: dts: qcom: sc7180-lite: Fix SDRAM freq for misidentified sc7180-lite + boards + - arm64: dts: imx8qm-mek: correct GPIOs for USDHC2 CD and WP signals + - arm64: dts: imx8-ss-dma: assign default clock rate for lpuarts + - ASoC: mediatek: mt8195-afe-pcm: Convert to platform remove callback + returning void + - ASoC: mediatek: mt8195: fix use-after-free in driver remove path + - ASoC: simple-card-utils: fix PCM constraint error check + - blk-mq: fix blk_mq_hw_ctx active request accounting + - arm64: dts: imx8mn-beacon: Fix SPI CS pinmux + - i2c: mv64xxx: Fix reading invalid status value in atomic mode + - firmware: arm_ffa: Set handle field to zero in memory descriptor + - gpio: sim: fix memory corruption when adding named lines and unnamed hogs + - i2c: sprd: Delete i2c adapter in .remove's error path + - riscv: mm: Ensure prot of VM_WRITE and VM_EXEC must be readable + - eeprom: at24: also select REGMAP + - soundwire: stream: Add missing clear of alloc_slave_rt + - riscv: fix kprobe __user string arg print fault issue + - [Config] updateconfigs for ARCH_HAS_NON_OVERLAPPING_ADDRESS_SPACE + - vduse: avoid empty string for dev name + - vhost: support PACKED when setting-getting vring_base + - vhost_vdpa: support PACKED when setting-getting vring_base + - ksmbd: fix out-of-bound read in deassemble_neg_contexts() + - ksmbd: fix out-of-bound read in parse_lease_state() + - ksmbd: check the validation of pdu_size in ksmbd_conn_handler_loop + - ext4: only check dquot_initialize_needed() when debugging + - wifi: rtw89: correct PS calculation for SUPPORTS_DYNAMIC_PS + - wifi: rtw88: correct PS calculation for SUPPORTS_DYNAMIC_PS + - Bluetooth: Split bt_iso_qos into dedicated structures + - Bluetooth: ISO: consider right CIS when removing CIG at cleanup + - Bluetooth: ISO: Fix CIG auto-allocation to select configurable CIG + - netfilter: nf_tables: Add null check for nla_nest_start_noflag() in + nft_dump_basechain_hook() + - drm/lima: fix sched context destroy + - net: openvswitch: fix upcall counter access before allocation + - bnxt_en: Fix bnxt_hwrm_update_rss_hash_cfg() + - Input: cyttsp5 - fix array length + - soc: qcom: rpmh-rsc: drop redundant unsigned >=0 comparision + - arm64: dts: qcom: sm6375-pdx225: Fix remoteproc firmware paths + - vdpa/mlx5: Fix hang when cvq commands are triggered during device unregister + - ksmbd: fix posix_acls and acls dereferencing possible ERR_PTR() + - Upstream stable to v6.1.34, v6.3.8 + * CVE-2023-4273 + - exfat: check if filename entries exceeds max filename length + * CVE-2023-4128 + - net/sched: cls_u32: No longer copy tcf_result on update to avoid use-after- + free + - net/sched: cls_fw: No longer copy tcf_result on update to avoid use-after- + free + - net/sched: cls_route: No longer copy tcf_result on update to avoid use- + after-free + * CVE-2023-3212 + - gfs2: Don't deref jdesc in evict + + -- Stefan Bader Wed, 13 Sep 2023 16:06:37 +0200 + +linux-lowlatency-hwe-6.2 (6.2.0-1013.13~22.04.1) jammy; urgency=medium + + * jammy/linux-lowlatency-hwe-6.2: 6.2.0-1013.13~22.04.1 -proposed tracker + (LP: #2034150) + + [ Ubuntu: 6.2.0-1013.13 ] + + * lunar/linux-lowlatency: 6.2.0-1013.13 -proposed tracker (LP: #2034151) + * lunar/linux: 6.2.0-33.33 -proposed tracker (LP: #2034158) + * Packaging resync (LP: #1786013) + - [Packaging] update helper scripts + * CVE-2023-21264 + - KVM: arm64: Prevent unconditional donation of unmapped regions from the host + * CVE-2023-4569 + - netfilter: nf_tables: deactivate catchall elements in next generation + * CVE-2023-40283 + - Bluetooth: L2CAP: Fix use-after-free in l2cap_sock_ready_cb + * CVE-2023-20588 + - x86/bugs: Increase the x86 bugs vector size to two u32s + - x86/CPU/AMD: Do not leak quotient data after a division by 0 + - x86/CPU/AMD: Fix the DIV(0) initial fix attempt + * CVE-2023-4128 + - net/sched: cls_u32: No longer copy tcf_result on update to avoid use-after- + free + - net/sched: cls_fw: No longer copy tcf_result on update to avoid use-after- + free + - net/sched: cls_route: No longer copy tcf_result on update to avoid use- + after-free + + -- Stefan Bader Thu, 07 Sep 2023 11:47:15 +0200 + +linux-lowlatency-hwe-6.2 (6.2.0-1012.12~22.04.1) jammy; urgency=medium + + * jammy/linux-lowlatency-hwe-6.2: 6.2.0-1012.12~22.04.1 -proposed tracker + (LP: #2030373) + + [ Ubuntu: 6.2.0-1012.12 ] + + * lunar/linux-lowlatency: 6.2.0-1012.12 -proposed tracker (LP: #2030374) + * lunar/linux: 6.2.0-32.32 -proposed tracker (LP: #2031134) + * libgnutls report "trap invalid opcode" when trying to install packages over + https (LP: #2031093) + - [Config]: disable CONFIG_GDS_FORCE_MITIGATION + * lunar/linux: 6.2.0-30.30 -proposed tracker (LP: #2030381) + * CVE-2022-40982 + - init: Provide arch_cpu_finalize_init() + - x86/cpu: Switch to arch_cpu_finalize_init() + - ARM: cpu: Switch to arch_cpu_finalize_init() + - ia64/cpu: Switch to arch_cpu_finalize_init() + - m68k/cpu: Switch to arch_cpu_finalize_init() + - mips/cpu: Switch to arch_cpu_finalize_init() + - sh/cpu: Switch to arch_cpu_finalize_init() + - sparc/cpu: Switch to arch_cpu_finalize_init() + - um/cpu: Switch to arch_cpu_finalize_init() + - init: Remove check_bugs() leftovers + - init: Invoke arch_cpu_finalize_init() earlier + - init, x86: Move mem_encrypt_init() into arch_cpu_finalize_init() + - x86/init: Initialize signal frame size late + - x86/fpu: Remove cpuinfo argument from init functions + - x86/fpu: Mark init functions __init + - x86/fpu: Move FPU initialization into arch_cpu_finalize_init() + - x86/mem_encrypt: Unbreak the AMD_MEM_ENCRYPT=n build + - x86/xen: Fix secondary processors' FPU initialization + - x86/speculation: Add Gather Data Sampling mitigation + - x86/speculation: Add force option to GDS mitigation + - x86/speculation: Add Kconfig option for GDS + - KVM: Add GDS_NO support to KVM + - Documentation/x86: Fix backwards on/off logic about YMM support + - [Config]: Enable CONFIG_ARCH_HAS_CPU_FINALIZE_INIT and + CONFIG_GDS_FORCE_MITIGATION + * CVE-2023-4015 + - netfilter: nf_tables: add NFT_TRANS_PREPARE_ERROR to deal with bound + set/chain + - netfilter: nf_tables: unbind non-anonymous set if rule construction fails + - netfilter: nf_tables: skip immediate deactivate in _PREPARE_ERROR + * CVE-2023-3995 + - netfilter: nf_tables: disallow rule addition to bound chain via + NFTA_RULE_CHAIN_ID + * CVE-2023-3777 + - netfilter: nf_tables: skip bound chain on rule flush + * CVE-2023-3609 + - net/sched: cls_u32: Fix reference counter leak leading to overflow + * NULL pointer dereference on CS35L41 HDA AMP (LP: #2029199) + - ASoC: cs35l41: Refactor error release code + - ALSA: cs35l41: Add shared boost feature + - ASoC: dt-bindings: cirrus, cs35l41: Document CS35l41 shared boost + - ALSA: hda: cs35l41: Ensure firmware/tuning pairs are always loaded + - ALSA: hda: cs35l41: Enable Amp High Pass Filter + - 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 + * Reboot command powers off the system (LP: #2029332) + - x86/smp: Make stop_other_cpus() more robust + - x86/smp: Dont access non-existing CPUID leaf + * losetup with mknod fails on jammy with kernel 5.15.0-69-generic + (LP: #2015400) + - loop: deprecate autoloading callback loop_probe() + - loop: do not enforce max_loop hard limit by (new) default + * Fix UBSAN in Intel EDAC driver (LP: #2028746) + - EDAC/skx_common: Enable EDAC support for the "near" memory + - EDAC/skx_common: Delete duplicated and unreachable code + - EDAC/i10nm: Add Intel Emerald Rapids server support + - EDAC/i10nm: Make more configurations CPU model specific + - EDAC/i10nm: Add Intel Granite Rapids server support + - EDAC/i10nm: Skip the absent memory controllers + * Make TTY switching possible for NVIDIA when it's boot VGA (LP: #2028749) + - drm/gma500: Use drm_aperture_remove_conflicting_pci_framebuffers + - video/aperture: use generic code to figure out the vga default device + - drm/aperture: Remove primary argument + - video/aperture: Only kick vgacon when the pdev is decoding vga + - video/aperture: Move vga handling to pci function + - video/aperture: Drop primary argument + - video/aperture: Only remove sysfb on the default vga pci device + - fbdev: Simplify fb_is_primary_device for x86 + - video/aperture: Provide a VGA helper for gma500 and internal use + * Fix AMD gpu hang when screen off/on (LP: #2028740) + - drm/amd/display: Keep PHY active for dp config + * Various backlight issues with the 6.0/6.1 kernel (LP: #2023638) + - ACPI: video: Stop trying to use vendor backlight control on laptops from + after ~2012 + * FM350(mtk_t7xx) failed to suspend, or early wake while suspending + (LP: #2020743) + - net: wwan: t7xx: Ensure init is completed before system sleep + * Include the MAC address pass through function on RTL8153DD-CG (LP: #2020295) + - r8152: add USB device driver for config selection + * CVE-2023-20593 + - x86/cpu/amd: Move the errata checking functionality up + - x86/cpu/amd: Add a Zenbleed fix + * CVE-2023-4004 + - netfilter: nft_set_pipapo: fix improper element removal + * CVE-2023-3611 + - net/sched: sch_qfq: refactor parsing of netlink parameters + - net/sched: sch_qfq: account for stab overhead in qfq_enqueue + * CVE-2023-3610 + - netfilter: nf_tables: fix chain binding transaction logic + * CVE-2023-2898 + - f2fs: fix to avoid NULL pointer dereference f2fs_write_end_io() + * Fix speaker volume too low on HP G10 laptops (LP: #2023197) + - ALSA: hda/realtek: Enable 4 amplifiers instead of 2 on a HP platform + * stacked overlay file system mounts that have chroot() called against them + appear to be getting locked (by the kernel most likely?) (LP: #2016398) + - SAUCE: overlayfs: fix reference count mismatch + * arm64+ast2600: No Output from BMC's VGA port (LP: #2026776) + - drm/ast: Fix ARM compatibility + * Fix eDP only displays 3/4 area after switching to mirror mode with external + HDMI 4K monitor (LP: #2024273) + - drm/i915: Allow arbitrary refresh rates with VRR eDP panels + * Fix AMDGPU: the screen freeze with W7500 (LP: #2027957) + - drm/amd/pm: share the code around SMU13 pcie parameters update + - drm/amd/pm: conditionally disable pcie lane/speed switching for SMU13 + - drm/amd: Move helper for dynamic speed switch check out of smu13 + - drm/amd: Align SMU11 SMU_MSG_OverridePcieParameters implementation with + SMU13 + * UBSAN: shift-out-of-bounds in amd_sfh (LP: #2027773) + - HID: amd_sfh: Rename the float32 variable + - HID: amd_sfh: Fix for shift-out-of-bounds + * cifs: fix mid leak during reconnection after timeout threshold + (LP: #2029138) + - cifs: fix mid leak during reconnection after timeout threshold + * Lunar update: upstream stable patchset 2023-07-28 (LP: #2028979) + - usb: dwc3: fix gadget mode suspend interrupt handler issue + - tpm, tpm_tis: Avoid cache incoherency in test for interrupts + - tpm, tpm_tis: Only handle supported interrupts + - tpm_tis: Use tpm_chip_{start,stop} decoration inside tpm_tis_resume + - tpm, tpm_tis: startup chip before testing for interrupts + - tpm: Re-enable TPM chip boostrapping non-tpm_tis TPM drivers + - tpm: Prevent hwrng from activating during resume + - watchdog: sp5100_tco: Immediately trigger upon starting. + - drm/amd/display: hpd rx irq not working with eDP interface + - ocfs2: Switch to security_inode_init_security() + - platform/x86/intel/ifs: Annotate work queue on stack so object debug does + not complain + - ALSA: hda/ca0132: add quirk for EVGA X299 DARK + - ALSA: hda: Fix unhandled register update during auto-suspend period + - ALSA: hda/realtek: Enable headset onLenovo M70/M90 + - SUNRPC: Don't change task->tk_status after the call to rpc_exit_task + - mmc: sdhci-esdhc-imx: make "no-mmc-hs400" works + - mmc: block: ensure error propagation for non-blk + - power: supply: axp288_fuel_gauge: Fix external_power_changed race + - power: supply: bq25890: Fix external_power_changed race + - ASoC: rt5682: Disable jack detection interrupt during suspend + - net: cdc_ncm: Deal with too low values of dwNtbOutMaxSize + - m68k: Move signal frame following exception on 68020/030 + - xtensa: fix signal delivery to FDPIC process + - xtensa: add __bswap{si,di}2 helpers + - parisc: Use num_present_cpus() in alternative patching code + - parisc: Handle kgdb breakpoints only in kernel context + - parisc: Fix flush_dcache_page() for usage from irq context + - parisc: Allow to reboot machine after system halt + - parisc: Enable LOCKDEP support + - parisc: Handle kprobes breakpoints only in kernel context + - gpio: mockup: Fix mode of debugfs files + - btrfs: use nofs when cleaning up aborted transactions + - dt-binding: cdns,usb3: Fix cdns,on-chip-buff-size type + - drm/mgag200: Fix gamma lut not initialized. + - drm/radeon: reintroduce radeon_dp_work_func content + - drm/amd/pm: add missing NotifyPowerSource message mapping for SMU13.0.7 + - drm/amd/pm: Fix output of pp_od_clk_voltage + - Revert "binder_alloc: add missing mmap_lock calls when using the VMA" + - Revert "android: binder: stop saving a pointer to the VMA" + - binder: add lockless binder_alloc_(set|get)_vma() + - binder: fix UAF caused by faulty buffer cleanup + - binder: fix UAF of alloc->vma in race with munmap() + - selftests/memfd: Fix unknown type name build failure + - drm/amd/amdgpu: limit one queue per gang + - perf/x86/uncore: Correct the number of CHAs on SPR + - x86/topology: Fix erroneous smp_num_siblings on Intel Hybrid platforms + - irqchip/mips-gic: Don't touch vl_map if a local interrupt is not routable + - irqchip/mips-gic: Use raw spinlock for gic_lock + - debugobjects: Don't wake up kswapd from fill_pool() + - fbdev: udlfb: Fix endpoint check + - net: fix stack overflow when LRO is disabled for virtual interfaces + - udplite: Fix NULL pointer dereference in __sk_mem_raise_allocated(). + - USB: core: Add routines for endpoint checks in old drivers + - USB: sisusbvga: Add endpoint checks + - media: radio-shark: Add endpoint checks + - ASoC: lpass: Fix for KASAN use_after_free out of bounds + - net: fix skb leak in __skb_tstamp_tx() + - drm: fix drmm_mutex_init() + - selftests: fib_tests: mute cleanup error message + - octeontx2-pf: Fix TSOv6 offload + - bpf: Fix mask generation for 32-bit narrow loads of 64-bit fields + - bpf: fix a memory leak in the LRU and LRU_PERCPU hash maps + - lan966x: Fix unloading/loading of the driver + - ipv6: Fix out-of-bounds access in ipv6_find_tlv() + - cifs: mapchars mount option ignored + - power: supply: leds: Fix blink to LED on transition + - power: supply: mt6360: add a check of devm_work_autocancel in + mt6360_charger_probe + - power: supply: bq27xxx: Fix bq27xxx_battery_update() race condition + - power: supply: bq27xxx: Fix I2C IRQ race on remove + - power: supply: bq27xxx: Fix poll_interval handling and races on remove + - power: supply: bq27xxx: Add cache parameter to + bq27xxx_battery_current_and_status() + - power: supply: bq27xxx: Move bq27xxx_battery_update() down + - power: supply: bq27xxx: Ensure power_supply_changed() is called on current + sign changes + - power: supply: bq27xxx: After charger plug in/out wait 0.5s for things to + stabilize + - power: supply: bq25890: Call power_supply_changed() after updating input + current or voltage + - power: supply: bq24190: Call power_supply_changed() after updating input + current + - power: supply: sbs-charger: Fix INHIBITED bit for Status reg + - optee: fix uninited async notif value + - firmware: arm_ffa: Check if ffa_driver remove is present before executing + - firmware: arm_ffa: Fix FFA device names for logical partitions + - fs: fix undefined behavior in bit shift for SB_NOUSER + - regulator: pca9450: Fix BUCK2 enable_mask + - platform/x86: ISST: Remove 8 socket limit + - coresight: Fix signedness bug in tmc_etr_buf_insert_barrier_packet() + - ARM: dts: imx6qdl-mba6: Add missing pvcie-supply regulator + - xen/pvcalls-back: fix double frees with pvcalls_new_active_socket() + - x86/show_trace_log_lvl: Ensure stack pointer is aligned, again + - ASoC: Intel: Skylake: Fix declaration of enum skl_ch_cfg + - ASoC: Intel: avs: Fix declaration of enum avs_channel_config + - ASoC: Intel: avs: Access path components under lock + - cxl: Wait Memory_Info_Valid before access memory related info + - sctp: fix an issue that plpmtu can never go to complete state + - forcedeth: Fix an error handling path in nv_probe() + - platform/mellanox: mlxbf-pmc: fix sscanf() error checking + - net/mlx5e: Fix SQ wake logic in ptp napi_poll context + - net/mlx5e: Fix deadlock in tc route query code + - net/mlx5e: Use correct encap attribute during invalidation + - net/mlx5e: do as little as possible in napi poll when budget is 0 + - net/mlx5: DR, Fix crc32 calculation to work on big-endian (BE) CPUs + - net/mlx5: Handle pairing of E-switch via uplink un/load APIs + - net/mlx5: DR, Check force-loopback RC QP capability independently from RoCE + - net/mlx5: Fix error message when failing to allocate device memory + - net/mlx5: Collect command failures data only for known commands + - net/mlx5: Devcom, fix error flow in mlx5_devcom_register_device + - net/mlx5: Devcom, serialize devcom registration + - arm64: dts: imx8mn-var-som: fix PHY detection bug by adding deassert delay + - firmware: arm_ffa: Set reserved/MBZ fields to zero in the memory descriptors + - regulator: mt6359: add read check for PMIC MT6359 + - net/smc: Reset connection when trying to use SMCRv2 fails. + - 3c589_cs: Fix an error handling path in tc589_probe() + - net: phy: mscc: add VSC8502 to MODULE_DEVICE_TABLE + - wifi: rtw89: 8852b: adjust quota to avoid SER L1 caused by access null page + - zsmalloc: move LRU update from zs_map_object() to zs_malloc() + - mm/vmemmap/devdax: fix kernel crash when probing devdax devices + - cifs: fix smb1 mount regression + - cxl: Move cxl_await_media_ready() to before capacity info retrieval + - net: ethernet: mtk_eth_soc: fix QoS on DSA MAC on non MTK_NETSYS_V2 SoCs + - Upstream stable to v6.1.31, v6.3.5 + - inet: Add IP_LOCAL_PORT_RANGE socket option + - ipv{4,6}/raw: fix output xfrm lookup wrt protocol + - firmware: arm_ffa: Fix usage of partition info get count flag + - selftests/bpf: Fix pkg-config call building sign-file + - platform/x86/amd/pmf: Fix CnQF and auto-mode after resume + - tls: rx: device: fix checking decryption status + - tls: rx: strp: set the skb->len of detached / CoW'ed skbs + - tls: rx: strp: fix determining record length in copy mode + - tls: rx: strp: force mixed decrypted records into copy mode + - tls: rx: strp: factor out copying skb data + - tls: rx: strp: preserve decryption status of skbs when needed + - net/mlx5: E-switch, Devcom, sync devcom events and devcom comp register + - gpio-f7188x: fix chip name and pin count on Nuvoton chip + - bpf, sockmap: Pass skb ownership through read_skb + - bpf, sockmap: Convert schedule_work into delayed_work + - bpf, sockmap: Reschedule is now done through backlog + - bpf, sockmap: Improved check for empty queue + - bpf, sockmap: Handle fin correctly + - bpf, sockmap: TCP data stall on recv before accept + - bpf, sockmap: Wake up polling after data copy + - bpf, sockmap: Incorrectly handling copied_seq + - blk-mq: fix race condition in active queue accounting + - vfio/type1: check pfn valid before converting to struct page + - net: page_pool: use in_softirq() instead + - page_pool: fix inconsistency for page_pool_ring_[un]lock() + - net: phy: mscc: enable VSC8501/2 RGMII RX clock + - wifi: iwlwifi: mvm: support wowlan info notification version 2 + - drm/amd: Don't allow s0ix on APUs older than Raven + - bluetooth: Add cmd validity checks at the start of hci_sock_ioctl() + - Revert "thermal/drivers/mellanox: Use generic thermal_zone_get_trip() + function" + - block: fix bio-cache for passthru IO + - cpufreq: amd-pstate: Update policy->cur in amd_pstate_adjust_perf() + - cpufreq: amd-pstate: Add ->fast_switch() callback + - netfilter: ctnetlink: Support offloaded conntrack entry deletion + - tools headers UAPI: Sync the linux/in.h with the kernel sources + - gpiolib: fix allocation of mixed dynamic/static GPIOs + - net: fec: add dma_wmb to ensure correct descriptor values + - cxl/port: Fix NULL pointer access in devm_cxl_add_port() + - blk-wbt: fix that wbt can't be disabled by default + - Upstream stable to v6.1.32, v6.3.6 + * sysfs msi_irqs directory empty with kernel-5.19 when being a xen guest + (LP: #2022354) // Lunar update: upstream stable patchset 2023-07-28 + (LP: #2028979) + - x86/pci/xen: populate MSI sysfs entries + * Lunar update: upstream stable patchset 2023-07-26 (LP: #2028808) + - drm/fbdev-generic: prohibit potential out-of-bounds access + - drm/mipi-dsi: Set the fwnode for mipi_dsi_device + - ARM: 9296/1: HP Jornada 7XX: fix kernel-doc warnings + - net: skb_partial_csum_set() fix against transport header magic value + - net: mdio: mvusb: Fix an error handling path in mvusb_mdio_probe() + - scsi: ufs: core: Fix I/O hang that occurs when BKOPS fails in W-LUN suspend + - tick/broadcast: Make broadcast device replacement work correctly + - linux/dim: Do nothing if no time delta between samples + - net: stmmac: Initialize MAC_ONEUS_TIC_COUNTER register + - net: Fix load-tearing on sk->sk_stamp in sock_recv_cmsgs(). + - net: phy: bcm7xx: Correct read from expansion register + - netfilter: nf_tables: always release netdev hooks from notifier + - netfilter: conntrack: fix possible bug_on with enable_hooks=1 + - bonding: fix send_peer_notif overflow + - netlink: annotate accesses to nlk->cb_running + - net: annotate sk->sk_err write from do_recvmmsg() + - net: deal with most data-races in sk_wait_event() + - net: add vlan_get_protocol_and_depth() helper + - tcp: add annotations around sk->sk_shutdown accesses + - gve: Remove the code of clearing PBA bit + - net: mscc: ocelot: fix stat counter register values + - net: datagram: fix data-races in datagram_poll() + - af_unix: Fix a data race of sk->sk_receive_queue->qlen. + - af_unix: Fix data races around sk->sk_shutdown. + - drm/i915/guc: Don't capture Gen8 regs on Xe devices + - drm/i915: Fix NULL ptr deref by checking new_crtc_state + - drm/i915/dp: prevent potential div-by-zero + - drm/i915: Expand force_probe to block probe of devices as well. + - drm/i915: taint kernel when force probing unsupported devices + - fbdev: arcfb: Fix error handling in arcfb_probe() + - ext4: reflect error codes from ext4_multi_mount_protect() to its callers + - ext4: allow to find by goal if EXT4_MB_HINT_GOAL_ONLY is set + - ext4: allow ext4_get_group_info() to fail + - refscale: Move shutdown from wait_event() to wait_event_idle() + - selftests: cgroup: Add 'malloc' failures checks in test_memcontrol + - rcu: Protect rcu_print_task_exp_stall() ->exp_tasks access + - open: return EINVAL for O_DIRECTORY | O_CREAT + - fs: hfsplus: remove WARN_ON() from hfsplus_cat_{read,write}_inode() + - drm/displayid: add displayid_get_header() and check bounds better + - drm/amd/display: populate subvp cmd info only for the top pipe + - drm/amd/display: Correct DML calculation to align HW formula + - platform/x86: x86-android-tablets: Add Acer Iconia One 7 B1-750 data + - drm/amd/display: Enable HostVM based on rIOMMU active + - drm/amd/display: Use DC_LOG_DC in the trasform pixel function + - regmap: cache: Return error in cache sync operations for REGCACHE_NONE + - remoteproc: imx_dsp_rproc: Add custom memory copy implementation for i.MX + DSP Cores + - arm64: dts: qcom: msm8996: Add missing DWC3 quirks + - media: cx23885: Fix a null-ptr-deref bug in buffer_prepare() and + buffer_finish() + - media: pci: tw68: Fix null-ptr-deref bug in buf prepare and finish + - media: pvrusb2: VIDEO_PVRUSB2 depends on DVB_CORE to use dvb_* symbols + - ACPI: processor: Check for null return of devm_kzalloc() in fch_misc_setup() + - drm/rockchip: dw_hdmi: cleanup drm encoder during unbind + - arm64: dts: imx8mq-librem5: Remove dis_u3_susphy_quirk from usb_dwc3_0 + - firmware: arm_sdei: Fix sleep from invalid context BUG + - ACPI: EC: Fix oops when removing custom query handlers + - drm/amd/display: fixed dcn30+ underflow issue + - remoteproc: stm32_rproc: Add mutex protection for workqueue + - drm/tegra: Avoid potential 32-bit integer overflow + - drm/msm/dp: Clean up handling of DP AUX interrupts + - ACPICA: Avoid undefined behavior: applying zero offset to null pointer + - ACPICA: ACPICA: check null return of ACPI_ALLOCATE_ZEROED in + acpi_db_display_objects + - arm64: dts: qcom: sdm845-polaris: Drop inexistent properties + - irqchip/gicv3: Workaround for NVIDIA erratum T241-FABRIC-4 + - ACPI: video: Remove desktops without backlight DMI quirks + - drm/amd/display: Correct DML calculation to follow HW SPEC + - drm/amd: Fix an out of bounds error in BIOS parser + - drm/amdgpu: Fix sdma v4 sw fini error + - media: Prefer designated initializers over memset for subdev pad ops + - media: mediatek: vcodec: Fix potential array out-of-bounds in decoder + queue_setup + - wifi: ath: Silence memcpy run-time false positive warning + - bpf: Annotate data races in bpf_local_storage + - wifi: brcmfmac: pcie: Provide a buffer of random bytes to the device + - wifi: brcmfmac: cfg80211: Pass the PMK in binary instead of hex + - ext2: Check block size validity during mount + - scsi: lpfc: Prevent lpfc_debugfs_lockstat_write() buffer overflow + - scsi: lpfc: Correct used_rpi count when devloss tmo fires with no recovery + - bnxt: avoid overflow in bnxt_get_nvram_directory() + - net: pasemi: Fix return type of pasemi_mac_start_tx() + - net: Catch invalid index in XPS mapping + - netdev: Enforce index cap in netdev_get_tx_queue + - scsi: target: iscsit: Free cmds before session free + - lib: cpu_rmap: Avoid use after free on rmap->obj array entries + - scsi: message: mptlan: Fix use after free bug in mptlan_remove() due to race + condition + - gfs2: Fix inode height consistency check + - scsi: ufs: ufs-pci: Add support for Intel Lunar Lake + - ext4: set goal start correctly in ext4_mb_normalize_request + - ext4: Fix best extent lstart adjustment logic in ext4_mb_new_inode_pa() + - crypto: jitter - permanent and intermittent health errors + - f2fs: Fix system crash due to lack of free space in LFS + - f2fs: fix to drop all dirty pages during umount() if cp_error is set + - f2fs: fix to check readonly condition correctly + - samples/bpf: Fix fout leak in hbm's run_bpf_prog + - bpf: Add preempt_count_{sub,add} into btf id deny list + - md: fix soft lockup in status_resync + - wifi: iwlwifi: pcie: fix possible NULL pointer dereference + - wifi: iwlwifi: add a new PCI device ID for BZ device + - wifi: iwlwifi: pcie: Fix integer overflow in iwl_write_to_user_buf + - wifi: iwlwifi: mvm: fix ptk_pn memory leak + - block, bfq: Fix division by zero error on zero wsum + - wifi: ath11k: Ignore frags from uninitialized peer in dp. + - wifi: iwlwifi: fix iwl_mvm_max_amsdu_size() for MLO + - null_blk: Always check queue mode setting from configfs + - wifi: iwlwifi: dvm: Fix memcpy: detected field-spanning write backtrace + - wifi: ath11k: Fix SKB corruption in REO destination ring + - nbd: fix incomplete validation of ioctl arg + - ipvs: Update width of source for ip_vs_sync_conn_options + - Bluetooth: btusb: Add new PID/VID 04ca:3801 for MT7663 + - Bluetooth: Add new quirk for broken local ext features page 2 + - Bluetooth: btrtl: add support for the RTL8723CS + - Bluetooth: Improve support for Actions Semi ATS2851 based devices + - Bluetooth: btrtl: check for NULL in btrtl_set_quirks() + - Bluetooth: btintel: Add LE States quirk support + - Bluetooth: hci_bcm: Fall back to getting bdaddr from EFI if not set + - Bluetooth: Add new quirk for broken set random RPA timeout for ATS2851 + - Bluetooth: L2CAP: fix "bad unlock balance" in l2cap_disconnect_rsp + - Bluetooth: btrtl: Add the support for RTL8851B + - HID: apple: Set the tilde quirk flag on the Geyser 4 and later + - staging: axis-fifo: initialize timeouts in init only + - ASoC: amd: yc: Add DMI entries to support HP OMEN 16-n0xxx (8A42) + - HID: logitech-hidpp: Don't use the USB serial for USB devices + - HID: logitech-hidpp: Reconcile USB and Unifying serials + - spi: spi-imx: fix MX51_ECSPI_* macros when cs > 3 + - usb: typec: ucsi: acpi: add quirk for ASUS Zenbook UM325 + - ALSA: hda: LNL: add HD Audio PCI ID + - ASoC: amd: Add Dell G15 5525 to quirks list + - ASoC: amd: yc: Add ThinkBook 14 G5+ ARP to quirks list for acp6x + - HID: apple: Set the tilde quirk flag on the Geyser 3 + - HID: Ignore battery for ELAN touchscreen on ROG Flow X13 GV301RA + - HID: wacom: generic: Set battery quirk only when we see battery data + - usb: typec: tcpm: fix multiple times discover svids error + - serial: 8250: Reinit port->pm on port specific driver unbind + - mcb-pci: Reallocate memory region to avoid memory overlapping + - sched: Fix KCSAN noinstr violation + - lkdtm/stackleak: Fix noinstr violation + - recordmcount: Fix memory leaks in the uwrite function + - soundwire: dmi-quirks: add remapping for Intel 'Rooks County' NUC M15 + - phy: st: miphy28lp: use _poll_timeout functions for waits + - soundwire: qcom: gracefully handle too many ports in DT + - soundwire: bus: Fix unbalanced pm_runtime_put() causing usage count + underflow + - mfd: intel_soc_pmic_chtwc: Add Lenovo Yoga Book X90F to intel_cht_wc_models + - mfd: dln2: Fix memory leak in dln2_probe() + - mfd: intel-lpss: Add Intel Meteor Lake PCH-S LPSS PCI IDs + - parisc: Replace regular spinlock with spin_trylock on panic path + - drm/amdgpu: drop gfx_v11_0_cp_ecc_error_irq_funcs + - xfrm: don't check the default policy if the policy allows the packet + - Revert "Fix XFRM-I support for nested ESP tunnels" + - drm/msm/dp: unregister audio driver during unbind + - drm/msm/dpu: Assign missing writeback log_mask + - drm/msm/dpu: Move non-MDP_TOP INTF_INTR offsets out of hwio header + - drm/msm/dpu: Remove duplicate register defines from INTF + - dt-bindings: display/msm: dsi-controller-main: Document qcom, master-dsi and + qcom, sync-dual-dsi + - ASoC: fsl_micfil: Fix error handler with pm_runtime_enable + - cpupower: Make TSC read per CPU for Mperf monitor + - xfrm: Reject optional tunnel/BEET mode templates in outbound policies + - af_key: Reject optional tunnel/BEET mode templates in outbound policies + - drm/msm: Fix submit error-path leaks + - selftests: seg6: disable DAD on IPv6 router cfg for srv6_end_dt4_l3vpn_test + - selftets: seg6: disable rp_filter by default in srv6_end_dt4_l3vpn_test + - net: fec: Better handle pm_runtime_get() failing in .remove() + - net: phy: dp83867: add w/a for packet errors seen with short cables + - ALSA: firewire-digi00x: prevent potential use after free + - wifi: mt76: connac: fix stats->tx_bytes calculation + - ALSA: hda/realtek: Apply HP B&O top speaker profile to Pavilion 15 + - sfc: disable RXFCS and RXALL features by default + - vsock: avoid to close connected socket after the timeout + - tcp: fix possible sk_priority leak in tcp_v4_send_reset() + - serial: arc_uart: fix of_iomap leak in `arc_serial_probe` + - serial: 8250_bcm7271: balance clk_enable calls + - serial: 8250_bcm7271: fix leak in `brcmuart_probe` + - erspan: get the proto with the md version for collect_md + - net: dsa: rzn1-a5psw: enable management frames for CPU port + - net: dsa: rzn1-a5psw: fix STP states handling + - net: dsa: rzn1-a5psw: disable learning for standalone ports + - net: hns3: fix output information incomplete for dumping tx queue info with + debugfs + - net: hns3: fix sending pfc frames after reset issue + - net: hns3: fix reset delay time to avoid configuration timeout + - net: hns3: fix reset timeout when enable full VF + - media: netup_unidvb: fix use-after-free at del_timer() + - SUNRPC: double free xprt_ctxt while still in use + - SUNRPC: always free ctxt when freeing deferred request + - SUNRPC: Fix trace_svc_register() call site + - ASoC: mediatek: mt8186: Fix use-after-free in driver remove path + - ASoC: SOF: topology: Fix logic for copying tuples + - drm/exynos: fix g2d_open/close helper function definitions + - net: nsh: Use correct mac_offset to unwind gso skb in nsh_gso_segment() + - virtio-net: Maintain reverse cleanup order + - virtio_net: Fix error unwinding of XDP initialization + - tipc: add tipc_bearer_min_mtu to calculate min mtu + - tipc: do not update mtu if msg_max is too small in mtu negotiation + - tipc: check the bearer min mtu properly when setting it by netlink + - s390/cio: include subchannels without devices also for evaluation + - can: dev: fix missing CAN XL support in can_put_echo_skb() + - net: bcmgenet: Remove phy_stop() from bcmgenet_netif_stop() + - net: bcmgenet: Restore phy_stop() depending upon suspend/close + - ice: introduce clear_reset_state operation + - ice: Fix ice VF reset during iavf initialization + - wifi: cfg80211: Drop entries with invalid BSSIDs in RNR + - wifi: mac80211: fortify the spinlock against deadlock by interrupt + - wifi: mac80211: fix min center freq offset tracing + - wifi: mac80211: Abort running color change when stopping the AP + - wifi: iwlwifi: mvm: fix cancel_delayed_work_sync() deadlock + - wifi: iwlwifi: fw: fix DBGI dump + - wifi: iwlwifi: fix OEM's name in the ppag approved list + - wifi: iwlwifi: mvm: fix OEM's name in the tas approved list + - wifi: iwlwifi: mvm: don't trust firmware n_channels + - scsi: storvsc: Don't pass unused PFNs to Hyper-V host + - tun: Fix memory leak for detached NAPI queue. + - cassini: Fix a memory leak in the error handling path of cas_init_one() + - net: dsa: mv88e6xxx: Fix mv88e6393x EPC write command offset + - igb: fix bit_shift to be in [1..8] range + - vlan: fix a potential uninit-value in vlan_dev_hard_start_xmit() + - net: wwan: iosm: fix NULL pointer dereference when removing device + - net: pcs: xpcs: fix C73 AN not getting enabled + - net: selftests: Fix optstring + - netfilter: nf_tables: fix nft_trans type confusion + - netfilter: nft_set_rbtree: fix null deref on element insertion + - bridge: always declare tunnel functions + - ALSA: usb-audio: Add a sample rate workaround for Line6 Pod Go + - USB: usbtmc: Fix direction for 0-length ioctl control messages + - usb-storage: fix deadlock when a scsi command timeouts more than once + - USB: UHCI: adjust zhaoxin UHCI controllers OverCurrent bit value + - usb: dwc3: gadget: Improve dwc3_gadget_suspend() and dwc3_gadget_resume() + - usb: dwc3: debugfs: Resume dwc3 before accessing registers + - usb: gadget: u_ether: Fix host MAC address case + - usb: typec: altmodes/displayport: fix pin_assignment_show + - Revert "usb: gadget: udc: core: Prevent redundant calls to pullup" + - Revert "usb: gadget: udc: core: Invoke usb_gadget_connect only when started" + - xhci-pci: Only run d3cold avoidance quirk for s2idle + - xhci: Fix incorrect tracking of free space on transfer rings + - ALSA: hda: Fix Oops by 9.1 surround channel names + - ALSA: hda/realtek: Add quirk for Clevo L140AU + - ALSA: hda/realtek: Add a quirk for HP EliteDesk 805 + - ALSA: hda/realtek: Add quirk for 2nd ASUS GU603 + - ALSA: hda/realtek: Add quirk for HP EliteBook G10 laptops + - can: j1939: recvmsg(): allow MSG_CMSG_COMPAT flag + - can: isotp: recvmsg(): allow MSG_CMSG_COMPAT flag + - can: kvaser_pciefd: Set CAN_STATE_STOPPED in kvaser_pciefd_stop() + - can: kvaser_pciefd: Call request_irq() before enabling interrupts + - can: kvaser_pciefd: Empty SRB buffer in probe + - can: kvaser_pciefd: Clear listen-only bit if not explicitly requested + - can: kvaser_pciefd: Do not send EFLUSH command on TFD interrupt + - can: kvaser_pciefd: Disable interrupts in probe error path + - wifi: rtw88: use work to update rate to avoid RCU warning + - SMB3: Close all deferred handles of inode in case of handle lease break + - SMB3: drop reference to cfile before sending oplock break + - ksmbd: smb2: Allow messages padded to 8byte boundary + - ksmbd: allocate one more byte for implied bcc[0] + - ksmbd: fix wrong UserName check in session_user + - ksmbd: fix global-out-of-bounds in smb2_find_context_vals + - KVM: Fix vcpu_array[0] races + - statfs: enforce statfs[64] structure initialization + - maple_tree: make maple state reusable after mas_empty_area() + - mm: fix zswap writeback race condition + - serial: Add support for Advantech PCI-1611U card + - serial: 8250_exar: Add support for USR298x PCI Modems + - serial: qcom-geni: fix enabling deactivated interrupt + - thunderbolt: Clear registers properly when auto clear isn't in use + - vc_screen: reload load of struct vc_data pointer in vcs_write() to avoid UAF + - ceph: force updating the msg pointer in non-split case + - drm/amd/pm: fix possible power mode mismatch between driver and PMFW + - drm/amdgpu/gmc11: implement get_vbios_fb_size() + - drm/amdgpu/gfx10: Disable gfxoff before disabling powergating. + - drm/amdgpu/gfx11: Adjust gfxoff before powergating on gfx11 as well + - dt-bindings: ata: ahci-ceva: Cover all 4 iommus entries + - powerpc/iommu: DMA address offset is incorrectly calculated with 2MB TCEs + - powerpc/iommu: Incorrect DDW Table is referenced for SR-IOV device + - tpm/tpm_tis: Disable interrupts for more Lenovo devices + - powerpc/64s/radix: Fix soft dirty tracking + - nilfs2: fix use-after-free bug of nilfs_root in nilfs_evict_inode() + - s390/dasd: fix command reject error on ESE devices + - s390/crypto: use vector instructions only if available for ChaCha20 + - s390/qdio: fix do_sqbs() inline assembly constraint + - arm64: mte: Do not set PG_mte_tagged if tags were not initialized + - rethook: use preempt_{disable, enable}_notrace in rethook_trampoline_handler + - rethook, fprobe: do not trace rethook related functions + - remoteproc: imx_dsp_rproc: Fix kernel test robot sparse warning + - drm/amd/amdgpu: introduce gc_*_mes_2.bin v2 + - drm/amdgpu: reserve the old gc_11_0_*_mes.bin + - drm/nouveau/disp: More DP_RECEIVER_CAP_SIZE array fixes + - xfrm: release all offloaded policy memory + - xfrm: Fix leak of dev tracker + - media: pvrusb2: fix DVB_CORE dependency + - net: fec: remove the xdp_return_frame when lack of tx BDs + - iavf: send VLAN offloading caps once after VFR + - wifi: brcmfmac: Check for probe() id argument being NULL + - wifi: rtw88: correct qsel_to_ep[] type as int + - KVM: arm64: Infer the PA offset from IPA in stage-2 map walker + - perf script: Skip aggregation for stat events + - iommu/arm-smmu-qcom: Fix missing adreno_smmu's + - arm64: Also reset KASAN tag if page is not PG_mte_tagged + - Upstream stable to v6.1.30, v6.3.4 + * Lunar update: v6.2.16 upstream stable release (LP: #2028580) + - USB: dwc3: gadget: drop dead hibernation code + - usb: dwc3: gadget: Execute gadget stop after halting the controller + - crypto: ccp - Clear PSP interrupt status register before calling handler + - ASoC: codecs: constify static sdw_slave_ops struct + - ASoC: codecs: wcd938x: fix accessing regmap on unattached devices + - mtd: spi-nor: Add a RWW flag + - mtd: spi-nor: spansion: Enable JFFS2 write buffer for Infineon s28hx SEMPER + flash + - qcom: llcc/edac: Support polling mode for ECC handling + - soc: qcom: llcc: Do not create EDAC platform device on SDM845 + - mailbox: zynq: Switch to flexible array to simplify code + - mailbox: zynqmp: Fix counts of child nodes + - mtd: spi-nor: spansion: Enable JFFS2 write buffer for Infineon s25hx SEMPER + flash + - fs/ntfs3: Fix null-ptr-deref on inode->i_op in ntfs_lookup() + - drm/amd/display: Ext displays with dock can't recognized after resume + - KVM: x86/mmu: Avoid indirect call for get_cr3 + - KVM: x86: Do not unload MMU roots when only toggling CR0.WP with TDP enabled + - KVM: x86: Make use of kvm_read_cr*_bits() when testing bits + - KVM: VMX: Make CR0.WP a guest owned bit + - KVM: x86/mmu: Refresh CR0.WP prior to checking for emulated permission + faults + - RDMA/rxe: Remove rxe_alloc() + - RDMA/rxe: Change rxe_dbg to rxe_dbg_dev + - RDMA/rxe: Extend dbg log messages to err and info + - ASoC: Intel: soc-acpi-byt: Fix "WM510205" match no longer working + - scsi: qedi: Fix use after free bug in qedi_remove() + - drm/amd/display: Add missing WA and MCLK validation + - drm/amd/display: Return error code on DSC atomic check failure + - drm/amd/display: Fixes for dcn32_clk_mgr implementation + - drm/amd/display: Reset OUTBOX0 r/w pointer on DMUB reset + - drm/amd/display: Do not clear GPINT register when releasing DMUB from reset + - drm/amd/display: Update bounding box values for DCN321 + - rxrpc: Fix potential data race in rxrpc_wait_to_be_connected() + - ixgbe: Fix panic during XDP_TX with > 64 CPUs + - octeonxt2-af: mcs: Fix per port bypass config + - octeontx2-af: mcs: Write TCAM_DATA and TCAM_MASK registers at once + - octeontx2-af: mcs: Config parser to skip 8B header + - octeontx2-af: mcs: Fix MCS block interrupt + - octeontx2-pf: mcs: Fix NULL pointer dereferences + - octeontx2-pf: mcs: Match macsec ethertype along with DMAC + - octeontx2-pf: mcs: Clear stats before freeing resource + - octeontx2-pf: mcs: Fix shared counters logic + - octeontx2-pf: mcs: Do not reset PN while updating secy + - net/ncsi: clear Tx enable mode when handling a Config required AEN + - tcp: fix skb_copy_ubufs() vs BIG TCP + - net/sched: cls_api: remove block_cb from driver_list before freeing + - sit: update dev->needed_headroom in ipip6_tunnel_bind_dev() + - selftests: srv6: make srv6_end_dt46_l3vpn_test more robust + - net: ipv6: fix skb hash for some RST packets + - net: dsa: mv88e6xxx: add mv88e6321 rsvd2cpu + - writeback: fix call of incorrect macro + - block: Skip destroyed blkg when restart in blkg_destroy_all() + - watchdog: dw_wdt: Fix the error handling path of dw_wdt_drv_probe() + - RISC-V: mm: Enable huge page support to kernel_page_present() function + - i2c: tegra: Fix PEC support for SMBUS block read + - net/sched: act_mirred: Add carrier check + - r8152: fix flow control issue of RTL8156A + - r8152: fix the poor throughput for 2.5G devices + - r8152: move setting r8153b_rx_agg_chg_indicate() + - sfc: Fix module EEPROM reporting for QSFP modules + - rxrpc: Fix hard call timeout units + - rxrpc: Make it so that a waiting process can be aborted + - rxrpc: Fix timeout of a call that hasn't yet been granted a channel + - riscv: compat_syscall_table: Fixup compile warning + - net: ethernet: mtk_eth_soc: drop generic vlan rx offload, only use DSA + untagging + - drm/i915/mtl: Add the missing CPU transcoder mask in intel_device_info + - selftests: netfilter: fix libmnl pkg-config usage + - octeontx2-af: Secure APR table update with the lock + - octeontx2-af: Fix start and end bit for scan config + - octeontx2-af: Fix depth of cam and mem table. + - octeontx2-pf: Increase the size of dmac filter flows + - octeontx2-af: Add validation for lmac type + - octeontx2-af: Update correct mask to filter IPv4 fragments + - octeontx2-af: Update/Fix NPC field hash extract feature + - octeontx2-af: Fix issues with NPC field hash extract + - octeontx2-af: Skip PFs if not enabled + - octeontx2-pf: Disable packet I/O for graceful exit + - octeontx2-vf: Detach LF resources on probe cleanup + - ionic: remove noise from ethtool rxnfc error msg + - ethtool: Fix uninitialized number of lanes + - ionic: catch failure from devlink_alloc + - af_packet: Don't send zero-byte data in packet_sendmsg_spkt(). + - drm/amdgpu: add a missing lock for AMDGPU_SCHED + - ALSA: caiaq: input: Add error handling for unsupported input methods in + `snd_usb_caiaq_input_init` + - KVM: s390: pv: fix asynchronous teardown for small VMs + - KVM: s390: fix race in gmap_make_secure() + - net: dsa: mt7530: fix corrupt frames using trgmii on 40 MHz XTAL MT7621 + - net: dsa: mt7530: split-off common parts from mt7531_setup + - net: dsa: mt7530: fix network connectivity with multiple CPU ports + - ice: block LAN in case of VF to VF offload + - virtio_net: suppress cpu stall when free_unused_bufs + - net: enetc: check the index of the SFI rather than the handle + - net: fec: correct the counting of XDP sent frames + - perf record: Fix "read LOST count failed" msg with sample read + - perf build: Support python/perf.so testing + - perf scripts intel-pt-events.py: Fix IPC output for Python 2 + - perf script: Fix Python support when no libtraceevent + - perf hist: Improve srcfile sort key performance (really) + - perf vendor events s390: Remove UTF-8 characters from JSON file + - perf tests record_offcpu.sh: Fix redirection of stderr to stdin + - perf ftrace: Make system wide the default target for latency subcommand + - perf vendor events power9: Remove UTF-8 characters from JSON files + - perf pmu: zfree() expects a pointer to a pointer to zero it after freeing + its contents + - perf map: Delete two variable initialisations before null pointer checks in + sort__sym_from_cmp() + - perf cs-etm: Fix timeless decode mode detection + - crypto: sun8i-ss - Fix a test in sun8i_ss_setup_ivs() + - crypto: api - Add scaffolding to change completion function signature + - crypto: engine - Use crypto_request_complete + - crypto: engine - fix crypto_queue backlog handling + - perf symbols: Fix return incorrect build_id size in elf_read_build_id() + - perf tracepoint: Fix memory leak in is_valid_tracepoint() + - perf stat: Separate bperf from bpf_profiler + - KVM: x86/mmu: Change tdp_mmu to a read-only parameter + - KVM: x86/mmu: Move TDP MMU VM init/uninit behind tdp_mmu_enabled + - KVM: x86/mmu: Replace open coded usage of tdp_mmu_page with + is_tdp_mmu_page() + - KVM: x86: Preserve TDP MMU roots until they are explicitly invalidated + - ksmbd: Implements sess->ksmbd_chann_list as xarray + - ksmbd: fix racy issue from session setup and logoff + - ksmbd: block asynchronous requests when making a delay on session setup + - ksmbd: destroy expired sessions + - ksmbd: fix racy issue from smb2 close and logoff with multichannel + - wifi: iwlwifi: mvm: fix potential memory leak + - cifs: check only tcon status on tcon related functions + - cifs: avoid potential races when handling multiple dfs tcons + - netfilter: nf_tables: extended netlink error reporting for netdevice + - netfilter: nf_tables: rename function to destroy hook list + - netfilter: nf_tables: hit ENOENT on unexisting chain/flowtable update with + missing attributes + - x86/retbleed: Fix return thunk alignment + - btrfs: fix btrfs_prev_leaf() to not return the same key twice + - btrfs: zoned: fix wrong use of bitops API in btrfs_ensure_empty_zones + - btrfs: properly reject clear_cache and v1 cache for block-group-tree + - btrfs: fix assertion of exclop condition when starting balance + - btrfs: fix encoded write i_size corruption with no-holes + - btrfs: don't free qgroup space unless specified + - btrfs: zero the buffer before marking it dirty in btrfs_redirty_list_add + - btrfs: make clear_cache mount option to rebuild FST without disabling it + - btrfs: print-tree: parent bytenr must be aligned to sector size + - btrfs: fix space cache inconsistency after error loading it from disk + - btrfs: zoned: zone finish data relocation BG with last IO + - btrfs: zoned: fix full zone super block reading on ZNS + - btrfs: fix backref walking not returning all inode refs + - cifs: fix pcchunk length type in smb2_copychunk_range + - cifs: release leases for deferred close handles when freezing + - platform/x86/intel-uncore-freq: Return error on write frequency + - platform/x86: touchscreen_dmi: Add upside-down quirk for GDIX1002 ts on the + Juno Tablet + - platform/x86: thinkpad_acpi: Fix platform profiles on T490 + - platform/x86: hp-wmi: add micmute to hp_wmi_keymap struct + - platform/x86: touchscreen_dmi: Add info for the Dexp Ursus KX210i + - platform/x86: thinkpad_acpi: Add profile force ability + - inotify: Avoid reporting event with invalid wd + - smb3: fix problem remounting a share after shutdown + - SMB3: force unmount was failing to close deferred close files + - sh: math-emu: fix macro redefined warning + - sh: mcount.S: fix build error when PRINTK is not enabled + - sh: init: use OF_EARLY_FLATTREE for early init + - sh: nmi_debug: fix return value of __setup handler + - proc_sysctl: update docs for __register_sysctl_table() + - proc_sysctl: enhance documentation + - remoteproc: stm32: Call of_node_put() on iteration error + - remoteproc: st: Call of_node_put() on iteration error + - remoteproc: imx_dsp_rproc: Call of_node_put() on iteration error + - remoteproc: imx_rproc: Call of_node_put() on iteration error + - remoteproc: rcar_rproc: Call of_node_put() on iteration error + - sysctl: clarify register_sysctl_init() base directory order + - ARM: dts: aspeed: asrock: Correct firmware flash SPI clocks + - ARM: dts: exynos: fix WM8960 clock name in Itop Elite + - ARM: dts: s5pv210: correct MIPI CSIS clock name + - ARM: dts: aspeed: romed8hm3: Fix GPIO polarity of system-fault LED + - drm/msm/adreno: fix runtime PM imbalance at gpu load + - drm/bridge: lt8912b: Fix DSI Video Mode + - drm/i915/color: Fix typo for Plane CSC indexes + - drm/msm: fix NULL-deref on snapshot tear down + - drm/msm: fix NULL-deref on irq uninstall + - drm/msm: fix drm device leak on bind errors + - drm/msm: fix vram leak on bind errors + - drm/msm: fix missing wq allocation error handling + - drm/msm: fix workqueue leak on bind errors + - drm/i915/dsi: Use unconditional msleep() instead of intel_dsi_msleep() + - f2fs: factor out victim_entry usage from general rb_tree use + - f2fs: fix null pointer panic in tracepoint in __replace_atomic_write_block + - f2fs: fix potential corruption when moving a directory + - irqchip/loongson-pch-pic: Fix pch_pic_acpi_init calling + - irqchip/loongson-pch-pic: Fix registration of syscore_ops + - irqchip/loongson-eiointc: Fix returned value on parsing MADT + - irqchip/loongson-eiointc: Fix incorrect use of acpi_get_vec_parent + - irqchip/loongson-eiointc: Fix registration of syscore_ops + - drm/panel: otm8009a: Set backlight parent to panel device + - drm/amd/display: Add NULL plane_state check for cursor disable logic + - drm/amd/display: Fix 4to1 MPC black screen with DPP RCO + - drm/amd/display: filter out invalid bits in pipe_fuses + - drm/amd/display: fix flickering caused by S/G mode + - drm/amdgpu: drop redundant sched job cleanup when cs is aborted + - drm/amdgpu: fix amdgpu_irq_put call trace in gmc_v10_0_hw_fini + - drm/amdgpu: fix an amdgpu_irq_put() issue in gmc_v9_0_hw_fini() + - drm/amdgpu: fix amdgpu_irq_put call trace in gmc_v11_0_hw_fini + - drm/amdgpu/gfx: disable gfx9 cp_ecc_error_irq only when enabling legacy gfx + ras + - drm/amdgpu/jpeg: Remove harvest checking for JPEG3 + - drm/amdgpu: change gfx 11.0.4 external_id range + - drm/amdgpu: Fix vram recover doesn't work after whole GPU reset (v2) + - drm/amd/display: Enforce 60us prefetch for 200Mhz DCFCLK modes + - drm/amd/pm: parse pp_handle under appropriate conditions + - drm/amdgpu: disable sdma ecc irq only when sdma RAS is enabled in suspend + - drm/amd/pm: avoid potential UBSAN issue on legacy asics + - drm/amd: Load MES microcode during early_init + - drm/amd: Add a new helper for loading/validating microcode + - drm/amd: Use `amdgpu_ucode_*` helpers for MES + - HID: wacom: Set a default resolution for older tablets + - HID: wacom: insert timestamp to packed Bluetooth (BT) events + - fs/ntfs3: Refactoring of various minor issues + - drm/msm/adreno: adreno_gpu: Use suspend() instead of idle() on load error + - drm/i915/mtl: Add workarounds Wa_14017066071 and Wa_14017654203 + - drm/i915/mtl: Add Wa_14017856879 + - drm/i915: disable sampler indirect state in bindless heap + - drm/i915/mtl: update scaler source and destination limits for MTL + - drm/i915: Check pipe source size when using skl+ scalers + - drm/amd/display: Fix Z8 support configurations + - drm/amd/display: Add minimum Z8 residency debug option + - drm/amd/display: Update minimum stutter residency for DCN314 Z8 + - drm/amd/display: Lowering min Z8 residency time + - drm/amd/display: Update Z8 SR exit/enter latencies + - drm/amd/display: Change default Z8 watermark values + - drm: Add missing DP DSC extended capability definitions. + - drm/dsc: fix drm_edp_dsc_sink_output_bpp() DPCD high byte usage + - locking/rwsem: Add __always_inline annotation to __down_read_common() and + inlined callers + - ext4: fix WARNING in mb_find_extent + - ext4: avoid a potential slab-out-of-bounds in ext4_group_desc_csum + - ext4: fix data races when using cached status extents + - ext4: avoid deadlock in fs reclaim with page writeback + - ext4: check iomap type only if ext4_iomap_begin() does not fail + - ext4: improve error recovery code paths in __ext4_remount() + - ext4: improve error handling from ext4_dirhash() + - ext4: fix deadlock when converting an inline directory in nojournal mode + - ext4: add bounds checking in get_max_inline_xattr_value_size() + - ext4: bail out of ext4_xattr_ibody_get() fails for any reason + - ext4: fix lockdep warning when enabling MMP + - ext4: remove a BUG_ON in ext4_mb_release_group_pa() + - ext4: fix invalid free tracking in ext4_xattr_move_to_block() + - drm/dsc: fix DP_DSC_MAX_BPP_DELTA_* macro values + - x86/amd_nb: Add PCI ID for family 19h model 78h + - x86: fix clear_user_rep_good() exception handling annotation + - spi: fsl-spi: Re-organise transfer bits_per_word adaptation + - spi: fsl-cpm: Use 16 bit mode for large transfers with even size + - drm/amd/display: Fix hang when skipping modeset + - Linux 6.2.16 + * CVE-2023-31084 // CVE-2023-31084 was assigned to this bug. + - media: dvb-core: Fix kernel WARNING for blocking operation in wait_event*() + * CVE-2023-3776 + - net/sched: cls_fw: Fix improper refcount update leads to use-after-free + * Packaging resync (LP: #1786013) + - [Packaging] resync update-dkms-versions helper + - [Packaging] resync getabis + + -- Stefan Bader Fri, 18 Aug 2023 11:57:05 +0200 + +linux-lowlatency-hwe-6.2 (6.2.0-1011.11~22.04.1) jammy; urgency=medium + + * jammy/linux-lowlatency-hwe-6.2: 6.2.0-1011.11~22.04.1 -proposed tracker + (LP: #2030539) + + * Packaging resync (LP: #1786013) + - [Packaging] update variants + + [ Ubuntu: 6.2.0-1011.11 ] + + * lunar/linux-lowlatency: 6.2.0-1011.11 -proposed tracker (LP: #2030540) + * Packaging resync (LP: #1786013) + - [Packaging] resync update-dkms-versions helper + - [Packaging] resync getabis + * lunar/linux: 6.2.0-31.31 -proposed tracker (LP: #2031146) + * libgnutls report "trap invalid opcode" when trying to install packages over + https (LP: #2031093) + - [Config]: disable CONFIG_GDS_FORCE_MITIGATION + * lunar/linux: 6.2.0-28.29 -proposed tracker (LP: #2030547) + * CVE-2022-40982 + - init: Provide arch_cpu_finalize_init() + - x86/cpu: Switch to arch_cpu_finalize_init() + - ARM: cpu: Switch to arch_cpu_finalize_init() + - ia64/cpu: Switch to arch_cpu_finalize_init() + - m68k/cpu: Switch to arch_cpu_finalize_init() + - mips/cpu: Switch to arch_cpu_finalize_init() + - sh/cpu: Switch to arch_cpu_finalize_init() + - sparc/cpu: Switch to arch_cpu_finalize_init() + - um/cpu: Switch to arch_cpu_finalize_init() + - init: Remove check_bugs() leftovers + - init: Invoke arch_cpu_finalize_init() earlier + - init, x86: Move mem_encrypt_init() into arch_cpu_finalize_init() + - x86/init: Initialize signal frame size late + - x86/fpu: Remove cpuinfo argument from init functions + - x86/fpu: Mark init functions __init + - x86/fpu: Move FPU initialization into arch_cpu_finalize_init() + - x86/mem_encrypt: Unbreak the AMD_MEM_ENCRYPT=n build + - x86/xen: Fix secondary processors' FPU initialization + - x86/speculation: Add Gather Data Sampling mitigation + - x86/speculation: Add force option to GDS mitigation + - x86/speculation: Add Kconfig option for GDS + - KVM: Add GDS_NO support to KVM + - Documentation/x86: Fix backwards on/off logic about YMM support + - [Config]: Enable CONFIG_ARCH_HAS_CPU_FINALIZE_INIT and + CONFIG_GDS_FORCE_MITIGATION + * CVE-2023-4015 + - netfilter: nf_tables: add NFT_TRANS_PREPARE_ERROR to deal with bound + set/chain + - netfilter: nf_tables: unbind non-anonymous set if rule construction fails + - netfilter: nf_tables: skip immediate deactivate in _PREPARE_ERROR + * CVE-2023-3777 + - netfilter: nf_tables: skip bound chain on rule flush + * CVE-2023-3995 + - netfilter: nf_tables: disallow rule addition to bound chain via + NFTA_RULE_CHAIN_ID + * CVE-2023-20593 + - x86/cpu/amd: Move the errata checking functionality up + - x86/cpu/amd: Add a Zenbleed fix + * CVE-2023-3776 + - net/sched: cls_fw: Fix improper refcount update leads to use-after-free + * CVE-2023-4004 + - netfilter: nft_set_pipapo: fix improper element removal + * CVE-2023-3611 + - net/sched: sch_qfq: refactor parsing of netlink parameters + - net/sched: sch_qfq: account for stab overhead in qfq_enqueue + * CVE-2023-3610 + - netfilter: nf_tables: fix chain binding transaction logic + * CVE-2023-3609 + - net/sched: cls_u32: Fix reference counter leak leading to overflow + + [ Ubuntu: 6.2.0-1010.10 ] + + * lunar/linux-lowlatency: 6.2.0-1010.10 -proposed tracker (LP: #2026482) + * 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 + + -- Stefan Bader Wed, 16 Aug 2023 17:16:47 +0200 + +linux-lowlatency-hwe-6.2 (6.2.0-1009.9~22.04.1) jammy; urgency=medium + + * jammy/linux-lowlatency-hwe-6.2: 6.2.0-1009.9~22.04.1 -proposed tracker + (LP: #2026746) + + * Packaging resync (LP: #1786013) + - debian/dkms-versions -- update from kernel-versions (main/s2023.06.12) + + [ Ubuntu: 6.2.0-1009.9 ] + + * lunar/linux-lowlatency: 6.2.0-1009.9 -proposed tracker (LP: #2026747) + * 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 + + -- Stefan Bader Fri, 14 Jul 2023 09:59:51 +0200 + +linux-lowlatency-hwe-6.2 (6.2.0-1008.8~22.04.1) jammy; urgency=medium + + * jammy/linux-lowlatency-hwe-6.2: 6.2.0-1008.8~22.04.1 -proposed tracker + (LP: #2024536) + + [ Ubuntu: 6.2.0-1008.8 ] + + * lunar/linux-lowlatency: 6.2.0-1008.8 -proposed tracker (LP: #2024537) + * Packaging resync (LP: #1786013) + - [Packaging] resync update-dkms-versions helper + * 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 + + [ Ubuntu: 6.2.0-1005.5 ] + + * lunar/linux-lowlatency: 6.2.0-1005.5 -proposed tracker (LP: #2019841) + * Computer with Intel Atom CPU will not boot with Kernel 6.2.0-20 + (LP: #2017444) + - [Packaging]: Remove atomisp modules + * Packaging resync (LP: #1786013) + - [Packaging] resync git-ubuntu-log + - [Packaging] resync getabis + - debian/dkms-versions -- update from kernel-versions (main/2023.05.15) + * Kernel 6.1 bumped the disk consumption on default images by 15% + (LP: #2015867) + - [Packaging] introduce a separate linux-lib-rust package + * 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"" + * 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"" + + [ Ubuntu: 6.2.0-1004.4 ] + + * lunar/linux-lowlatency: 6.2.0-1004.4 -proposed tracker (LP: #2016275) + * Miscellaneous Ubuntu changes + - rebase on Ubuntu-6.2.0-21.21 + * Rebase on Ubuntu-6.2.0-21.21 + + [ Ubuntu: 6.2.0-1003.3 ] + + * lunar/linux-lowlatency: 6.2.0-1003.3 -proposed tracker (LP: #2015441) + * Packaging resync (LP: #1786013) + - debian/dkms-versions -- update from kernel-versions (main/master) + * Miscellaneous Ubuntu changes + - [Config] lowlatency: cleanup annotations to show only the relevant configs + * 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 + * 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-1002.2 ] + + * lunar/linux-lowlatency: 6.2.0-1002.2 -proposed tracker (LP: #2011831) + + [ Ubuntu: 6.2.0-1001.1 ] + + * lunar/linux-lowlatency: 6.2.0-1001.1 -proposed tracker (LP: #2011578) + * enable Rust support in the kernel (LP: #2007654) + - [Packaging] add rust dependencies + * remove circular dep between linux-image and modules (LP: #1989334) + - [Packaging] remove circular dep between modules and image + * Packaging resync (LP: #1786013) + - [Packaging] update variants + - [Packaging] update update.conf + - [Packaging] update update.conf + - [Packaging] update update.conf + * Miscellaneous Ubuntu changes + - [Packaging] ignore abi, modules and retpoline + - [Config] updateconfigs following 6.2 rebase + - move to 6.2 series + - [packaging] manually remove ipu6 and ivsc DKMS entries + - [Packaging] add python3 as a build dependency + + -- Luke Nowakowski-Krijger Wed, 28 Jun 2023 13:15:23 -0700 + +linux-lowlatency-hwe-6.2 (6.2.0-1005.5~22.04.4) jammy; urgency=medium + + * jammy/linux-lowlatency-hwe-6.2: 6.2.0-1005.5~22.04.4 -proposed tracker + (LP: #2024016) + + * Packaging resync (LP: #1786013) + - [Packaging] update annotations scripts + - [Packaging] introduce do_lib_rust and enable it only on generic amd64 + + -- Andrea Righi Thu, 15 Jun 2023 20:11:10 +0200 + +linux-lowlatency-hwe-6.2 (6.2.0-1005.5~22.04.3) jammy; urgency=medium + + * jammy/linux-lowlatency-hwe-6.2: 6.2.0-1005.5~22.04.3 -proposed tracker + (LP: #2023761) + + * Packaging resync (LP: #1786013) + - [Packaging] update Ubuntu.md + + * Revert variable symbol length modversion in all the jammy kernels + (LP: #2025134) + - Revert "UBUNTU: SAUCE: modpost: support arbitrary symbol length in + modversion" + + -- Andrea Righi Wed, 14 Jun 2023 13:25:23 +0200 + +linux-lowlatency-hwe-6.2 (6.2.0-1005.5~22.04.2) jammy; urgency=medium + + * jammy/linux-lowlatency-hwe-6.2: 6.2.0-1005.5~22.04.2 -proposed tracker + (LP: #2023653) + + * Packaging resync (LP: #1786013) + - [Packaging] update variants + - [Packaging] update update.conf + - [Packaging] initialize linux-lowlatency-hwe-6.2 + + -- Andrea Righi Wed, 14 Jun 2023 09:36:58 +0200 + +linux-lowlatency-hwe-6.2 (6.2.0-1005.5~22.04.1) jammy; urgency=medium + + * Empty entry. + + -- Andrea Righi Wed, 14 Jun 2023 08:22:28 +0200 + +linux-lowlatency (6.2.0-1005.5) lunar; urgency=medium + + * lunar/linux-lowlatency: 6.2.0-1005.5 -proposed tracker (LP: #2019841) + + * Computer with Intel Atom CPU will not boot with Kernel 6.2.0-20 + (LP: #2017444) + - [Packaging]: Remove atomisp modules + + * Packaging resync (LP: #1786013) + - [Packaging] resync git-ubuntu-log + - [Packaging] resync getabis + - debian/dkms-versions -- update from kernel-versions (main/2023.05.15) + + * Kernel 6.1 bumped the disk consumption on default images by 15% + (LP: #2015867) + - [Packaging] introduce a separate linux-lib-rust package + + [ 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"" + + -- Roxana Nicolescu Fri, 02 Jun 2023 21:34:49 +0200 + +linux-lowlatency (6.2.0-1004.4) lunar; urgency=medium + + * lunar/linux-lowlatency: 6.2.0-1004.4 -proposed tracker (LP: #2016275) + + * Miscellaneous Ubuntu changes + - rebase on Ubuntu-6.2.0-21.21 + + * Rebase on Ubuntu-6.2.0-21.21 + + -- Paolo Pisati Fri, 14 Apr 2023 15:06:33 +0200 + +linux-lowlatency (6.2.0-1003.3) lunar; urgency=medium + + * lunar/linux-lowlatency: 6.2.0-1003.3 -proposed tracker (LP: #2015441) + + * Packaging resync (LP: #1786013) + - debian/dkms-versions -- update from kernel-versions (main/master) + + * Miscellaneous Ubuntu changes + - [Config] lowlatency: cleanup annotations to show only the relevant configs + + [ Ubuntu: 6.2.0-20.20 ] + + * lunar/linux: 6.2.0-20.20 -proposed tracker (LP: #2015429) + * Packaging resync (LP: #1786013) + - debian/dkms-versions -- update from kernel-versions (main/master) + * FTBFS with different dkms or when makeflags are set (LP: #2015361) + - [Packaging] FTBFS with different dkms or when makeflags are set + * expoline.o is packaged unconditionally for s390x (LP: #2013209) + - [Packaging] Copy expoline.o only when produced by the build + * net:l2tp.sh failure with lunar:linux 6.2 (LP: #2013014) + - SAUCE: l2tp: generate correct module alias strings + * Miscellaneous Ubuntu changes + - [Packaging] annotations: prevent duplicate include lines + + [ Ubuntu: 6.2.0-19.19 ] + + * lunar/linux: 6.2.0-19.19 -proposed tracker (LP: #2012488) + * Neuter signing tarballs (LP: #2012776) + - [Packaging] neuter the signing tarball + * LSM stacking and AppArmor refresh for 6.2 kernel (LP: #2012136) + - Revert "UBUNTU: [Config] define CONFIG_SECURITY_APPARMOR_RESTRICT_USERNS" + - Revert "UBUNTU: SAUCE: apparmor: add user namespace creation mediation" + - Revert "UBUNTU: SAUCE: apparmor: Add fine grained mediation of posix + mqueues" + - Revert "UBUNTU: SAUCE: Revert "apparmor: make __aa_path_perm() static"" + - Revert "UBUNTU: SAUCE: LSM: Specify which LSM to display (using struct cred + as input)" + - Revert "UBUNTU: SAUCE: apparmor: Fix build error, make sk parameter const" + - Revert "UBUNTU: SAUCE: LSM: Use lsmblob in smk_netlbl_mls()" + - Revert "UBUNTU: SAUCE: LSM: change ima_read_file() to use lsmblob" + - Revert "UBUNTU: SAUCE: apparmor: rename kzfree() to kfree_sensitive()" + - Revert "UBUNTU: SAUCE: AppArmor: Remove the exclusive flag" + - Revert "UBUNTU: SAUCE: LSM: Add /proc attr entry for full LSM context" + - Revert "UBUNTU: SAUCE: Audit: Fix incorrect static inline function + declration." + - Revert "UBUNTU: SAUCE: Audit: Fix for missing NULL check" + - Revert "UBUNTU: SAUCE: Audit: Add a new record for multiple object LSM + attributes" + - Revert "UBUNTU: SAUCE: Audit: Add new record for multiple process LSM + attributes" + - Revert "UBUNTU: SAUCE: NET: Store LSM netlabel data in a lsmblob" + - Revert "UBUNTU: SAUCE: LSM: security_secid_to_secctx in netlink netfilter" + - Revert "UBUNTU: SAUCE: LSM: Use lsmcontext in security_inode_getsecctx" + - Revert "UBUNTU: SAUCE: LSM: Use lsmcontext in security_secid_to_secctx" + - Revert "UBUNTU: SAUCE: LSM: Ensure the correct LSM context releaser" + - Revert "UBUNTU: SAUCE: LSM: Specify which LSM to display" + - Revert "UBUNTU: SAUCE: IMA: Change internal interfaces to use lsmblobs" + - Revert "UBUNTU: SAUCE: LSM: Use lsmblob in security_cred_getsecid" + - Revert "UBUNTU: SAUCE: LSM: Use lsmblob in security_inode_getsecid" + - Revert "UBUNTU: SAUCE: LSM: Use lsmblob in security_task_getsecid" + - Revert "UBUNTU: SAUCE: LSM: Use lsmblob in security_ipc_getsecid" + - Revert "UBUNTU: SAUCE: LSM: Use lsmblob in security_secid_to_secctx" + - Revert "UBUNTU: SAUCE: LSM: Use lsmblob in security_secctx_to_secid" + - Revert "UBUNTU: SAUCE: net: Prepare UDS for security module stacking" + - Revert "UBUNTU: SAUCE: LSM: Use lsmblob in security_kernel_act_as" + - Revert "UBUNTU: SAUCE: LSM: Use lsmblob in security_audit_rule_match" + - Revert "UBUNTU: SAUCE: LSM: Create and manage the lsmblob data structure." + - Revert "UBUNTU: SAUCE: LSM: Infrastructure management of the sock security" + - Revert "UBUNTU: SAUCE: apparmor: LSM stacking: switch from SK_CTX() to + aa_sock()" + - Revert "UBUNTU: SAUCE: apparmor: rename aa_sock() to aa_unix_sk()" + - Revert "UBUNTU: SAUCE: apparmor: disable showing the mode as part of a secid + to secctx" + - Revert "UBUNTU: SAUCE: apparmor: fix use after free in sk_peer_label" + - Revert "UBUNTU: SAUCE: apparmor: af_unix mediation" + - Revert "UBUNTU: SAUCE: apparmor: patch to provide compatibility with v2.x + net rules" + - Revert "UBUNTU: SAUCE: apparmor: add/use fns to print hash string hex value" + - SAUCE: apparmor: rename SK_CTX() to aa_sock and make it an inline fn + - SAUCE: apparmor: Add sysctls for additional controls of unpriv userns + restrictions + - SAUCE: Stacking v38: LSM: Identify modules by more than name + - SAUCE: Stacking v38: LSM: Add an LSM identifier for external use + - SAUCE: Stacking v38: LSM: Identify the process attributes for each module + - SAUCE: Stacking v38: LSM: Maintain a table of LSM attribute data + - SAUCE: Stacking v38: proc: Use lsmids instead of lsm names for attrs + - SAUCE: Stacking v38: integrity: disassociate ima_filter_rule from + security_audit_rule + - SAUCE: Stacking v38: LSM: Infrastructure management of the sock security + - SAUCE: Stacking v38: LSM: Add the lsmblob data structure. + - SAUCE: Stacking v38: LSM: provide lsm name and id slot mappings + - SAUCE: Stacking v38: IMA: avoid label collisions with stacked LSMs + - SAUCE: Stacking v38: LSM: Use lsmblob in security_audit_rule_match + - SAUCE: Stacking v38: LSM: Use lsmblob in security_kernel_act_as + - SAUCE: Stacking v38: LSM: Use lsmblob in security_secctx_to_secid + - SAUCE: Stacking v38: LSM: Use lsmblob in security_secid_to_secctx + - SAUCE: Stacking v38: LSM: Use lsmblob in security_ipc_getsecid + - SAUCE: Stacking v38: LSM: Use lsmblob in security_current_getsecid + - SAUCE: Stacking v38: LSM: Use lsmblob in security_inode_getsecid + - SAUCE: Stacking v38: LSM: Use lsmblob in security_cred_getsecid + - SAUCE: Stacking v38: LSM: Specify which LSM to display + - SAUCE: Stacking v38: LSM: Ensure the correct LSM context releaser + - SAUCE: Stacking v38: LSM: Use lsmcontext in security_secid_to_secctx + - SAUCE: Stacking v38: LSM: Use lsmcontext in security_inode_getsecctx + - SAUCE: Stacking v38: Use lsmcontext in security_dentry_init_security + - SAUCE: Stacking v38: LSM: security_secid_to_secctx in netlink netfilter + - SAUCE: Stacking v38: NET: Store LSM netlabel data in a lsmblob + - SAUCE: Stacking v38: binder: Pass LSM identifier for confirmation + - SAUCE: Stacking v38: LSM: security_secid_to_secctx module selection + - SAUCE: Stacking v38: Audit: Keep multiple LSM data in audit_names + - SAUCE: Stacking v38: Audit: Create audit_stamp structure + - SAUCE: Stacking v38: LSM: Add a function to report multiple LSMs + - SAUCE: Stacking v38: Audit: Allow multiple records in an audit_buffer + - SAUCE: Stacking v38: Audit: Add record for multiple task security contexts + - SAUCE: Stacking v38: audit: multiple subject lsm values for netlabel + - SAUCE: Stacking v38: Audit: Add record for multiple object contexts + - SAUCE: Stacking v38: netlabel: Use a struct lsmblob in audit data + - SAUCE: Stacking v38: LSM: Removed scaffolding function lsmcontext_init + - SAUCE: Stacking v38: AppArmor: Remove the exclusive flag + - SAUCE: apparmor: combine common_audit_data and apparmor_audit_data + - SAUCE: apparmor: setup slab cache for audit data + - SAUCE: apparmor: rename audit_data->label to audit_data->subj_label + - SAUCE: apparmor: pass cred through to audit info. + - SAUCE: apparmor: Improve debug print infrastructure + - SAUCE: apparmor: add the ability for profiles to have a learning cache + - SAUCE: apparmor: enable userspace upcall for mediation + - SAUCE: apparmor: cache buffers on percpu list if there is lock contention + - SAUCE: apparmor: fix policy_compat permission remap with extended + permissions + - SAUCE: apparmor: advertise availability of exended perms + - [Config] define CONFIG_SECURITY_APPARMOR_RESTRICT_USERNS + * kinetic: apply new apparmor and LSM stacking patch set (LP: #1989983) // LSM + stacking and AppArmor refresh for 6.2 kernel (LP: #2012136) + - SAUCE: apparmor: add/use fns to print hash string hex value + - SAUCE: apparmor: patch to provide compatibility with v2.x net rules + - SAUCE: apparmor: add user namespace creation mediation + - SAUCE: apparmor: af_unix mediation + - SAUCE: apparmor: Add fine grained mediation of posix mqueues + * devlink_port_split from ubuntu_kernel_selftests.net fails on hirsute + (KeyError: 'flavour') (LP: #1937133) + - selftests: net: devlink_port_split.py: skip test if no suitable device + available + * NFS deathlock with last Kernel 5.4.0-144.161 and 5.15.0-67.74 (LP: #2009325) + - NFS: Correct timing for assigning access cache timestamp + + -- Paolo Pisati Thu, 06 Apr 2023 10:48:08 +0200 + +linux-lowlatency (6.2.0-1002.2) lunar; urgency=medium + + * lunar/linux-lowlatency: 6.2.0-1002.2 -proposed tracker (LP: #2011831) + + -- Paolo Pisati Thu, 16 Mar 2023 15:17:56 +0100 + +linux-lowlatency (6.2.0-1001.1) lunar; urgency=medium + + * lunar/linux-lowlatency: 6.2.0-1001.1 -proposed tracker (LP: #2011578) + + * enable Rust support in the kernel (LP: #2007654) + - [Packaging] add rust dependencies + + * remove circular dep between linux-image and modules (LP: #1989334) + - [Packaging] remove circular dep between modules and image + + * Packaging resync (LP: #1786013) + - [Packaging] update variants + - [Packaging] update update.conf + - [Packaging] update update.conf + - [Packaging] update update.conf + + * Miscellaneous Ubuntu changes + - [Packaging] ignore abi, modules and retpoline + - [Config] updateconfigs following 6.2 rebase + - move to 6.2 series + - [packaging] manually remove ipu6 and ivsc DKMS entries + - [Packaging] add python3 as a build dependency + + -- Paolo Pisati Wed, 15 Mar 2023 13:03:00 +0100 + +linux-lowlatency (6.1.0-1001.1) lunar; urgency=medium + + * lunar/linux-lowlatency: 6.1.0-1001.1 -proposed tracker (LP: #1998563) + + * Packaging resync (LP: #1786013) + - [Packaging] update update.conf + + * Miscellaneous Ubuntu changes + - [Packaging] switch to lunar and linux 6.1.0 + - [Config] migrateconfigs to annotations + + -- Andrea Righi Fri, 02 Dec 2022 11:55:52 +0100 + +linux-lowlatency (6.1.0-1000.0) lunar; urgency=medium + + * Dummy entry + + -- Andrea Righi Thu, 01 Dec 2022 21:43:47 +0100 + +linux-lowlatency (5.19.0-1007.7) kinetic; urgency=medium + + * kinetic/linux-lowlatency: 5.19.0-1007.7 -proposed tracker (LP: #1992748) + + -- Paolo Pisati Thu, 13 Oct 2022 09:45:20 +0200 + +linux-lowlatency (5.19.0-1006.6) kinetic; urgency=medium + + * kinetic/linux-lowlatency: 5.19.0-1006.6 -proposed tracker (LP: #1991269) + + -- Paolo Pisati Thu, 29 Sep 2022 16:19:02 +0200 + +linux-lowlatency (5.19.0-1005.5) kinetic; urgency=medium + + * kinetic/linux-lowlatency: 5.19.0-1005.5 -proposed tracker (LP: #1990510) + + -- Paolo Pisati Thu, 22 Sep 2022 18:27:47 +0200 + +linux-lowlatency (5.19.0-1004.4) kinetic; urgency=medium + + * kinetic/linux-lowlatency: 5.19.0-1004.4 -proposed tracker (LP: #1988720) + + * Packaging resync (LP: #1786013) + - debian/dkms-versions -- update from kernel-versions (main/master) + + -- Paolo Pisati Wed, 07 Sep 2022 13:43:11 +0200 + +linux-lowlatency (5.19.0-1003.3) kinetic; urgency=medium + + * kinetic/linux-lowlatency: 5.19.0-1003.3 -proposed tracker (LP: #1983440) + + -- Paolo Pisati Wed, 03 Aug 2022 12:34:13 +0200 + +linux-lowlatency (5.19.0-1002.2) kinetic; urgency=medium + + * kinetic/linux-lowlatency: 5.19.0-1002.2 -proposed tracker (LP: #1982815) + + * Miscellaneous Ubuntu changes + - [Packaging] jammy/linux-lowlatency: don't remove local + config.flavour.lowlatency* config files + - [Packaging] jammy/linux-lowlatency: don't overwrite local annotations file + - [Packaging] jammy/linux-lowlatency: include debian.master/config/annotations + from debian.lowlatency/config/annotations + - [Config] annotate only local differences vs debian.master/config/annotations + - [Config] lowlatency: disable TEST_DIV64 + + -- Paolo Pisati Tue, 02 Aug 2022 11:46:25 +0200 + +linux-lowlatency (5.19.0-1001.1) kinetic; urgency=medium + + * kinetic/linux-lowlatency: 5.19.0-1001.1 -proposed tracker (LP: #1980074) + + * Packaging resync (LP: #1786013) + - [Packaging] update variants + - [Packaging] update helper scripts + + * Miscellaneous Ubuntu changes + - [Packaging] switch to kinetic 5.19.0 + - [Packaging] update Ubuntu.md + - [Packaging] import lowlatency packaging from jammy + + -- Paolo Pisati Tue, 05 Jul 2022 13:20:50 +0200 + +linux-lowlatency (5.19.0-1000.0) kinetic; urgency=medium + + * Dummy entry + + -- Paolo Pisati Mon, 04 Jul 2022 15:27:55 +0200 + +linux-lowlatency (5.15.0-35.36) jammy; urgency=medium + + * jammy/linux-lowlatency: 5.15.0-35.36 -proposed tracker (LP: #1974305) + + * alsa: enable the cirrus-logic side-codec to make the speaker output sound + (LP: #1965496) + - [Packaging] lowlatency: Record rename of i2c-multi-instantiate + + [ Ubuntu: 5.15.0-35.36 ] + + * CVE-2022-21499 + - SAUCE: debug: Lock down kgdb + + [ Ubuntu: 5.15.0-34.35 ] + + * jammy/linux: 5.15.0-34.35 -proposed tracker (LP: #1974322) + * AMD APU s2idle is broken after the ASIC reset fix (LP: #1972134) + - drm/amdgpu: unify BO evicting method in amdgpu_ttm + - drm/amdgpu: explicitly check for s0ix when evicting resources + * amd_gpio AMDI0030:00: Failed to translate GPIO pin 0x0000 to IRQ, err -517 + (LP: #1971597) + - gpio: Request interrupts after IRQ is initialized + * config CONFIG_HISI_PMU for kunpeng920 (LP: #1956086) + - [Config] CONFIG_HISI_PMU=m + * Mute/mic LEDs no function on EliteBook G9 platfroms (LP: #1970552) + - ALSA: hda/realtek: Enable mute/micmute LEDs support for HP Laptops + * network-manager/1.36.4-2ubuntu1 ADT test failure with linux/5.15.0-28.29 + (LP: #1971418) + - Revert "rfkill: make new event layout opt-in" + * PCIE LnkCtl ASPM not enabled under VMD mode for Alder Lake platforms + (LP: #1942160) + - SAUCE: vmd: fixup bridge ASPM by driver name instead + * Mute/mic LEDs no function on HP EliteBook 845/865 G9 (LP: #1970178) + - ALSA: hda/realtek: Enable mute/micmute LEDs and limit mic boost on EliteBook + 845/865 G9 + * Enable headset mic on Lenovo P360 (LP: #1967069) + - ALSA: hda/realtek: Enable headset mic on Lenovo P360 + * WCN6856 BT keep in OFF state after coldboot system (LP: #1967067) + - Bluetooth: btusb: Improve stability for QCA devices + * Screen sometimes can't update [Failed to post KMS update: CRTC property + (GAMMA_LUT) not found] (LP: #1967274) + - drm/i915/xelpd: Enable Pipe color support for D13 platform + - drm/i915: Use unlocked register accesses for LUT loads + - drm/i915/xelpd: Enable Pipe Degamma + - drm/i915/xelpd: Add Pipe Color Lut caps to platform config + * Jammy update: v5.15.35 upstream stable release (LP: #1969857) + - drm/amd/display: Add pstate verification and recovery for DCN31 + - drm/amd/display: Fix p-state allow debug index on dcn31 + - hamradio: defer 6pack kfree after unregister_netdev + - hamradio: remove needs_free_netdev to avoid UAF + - cpuidle: PSCI: Move the `has_lpi` check to the beginning of the function + - ACPI: processor idle: Check for architectural support for LPI + - ACPI: processor: idle: fix lockup regression on 32-bit ThinkPad T40 + - btrfs: remove unused parameter nr_pages in add_ra_bio_pages() + - btrfs: remove no longer used counter when reading data page + - btrfs: remove unused variable in btrfs_{start,write}_dirty_block_groups() + - soc: qcom: aoss: Expose send for generic usecase + - dt-bindings: net: qcom,ipa: add optional qcom,qmp property + - net: ipa: request IPA register values be retained + - btrfs: release correct delalloc amount in direct IO write path + - ALSA: core: Add snd_card_free_on_error() helper + - ALSA: sis7019: Fix the missing error handling + - ALSA: ali5451: Fix the missing snd_card_free() call at probe error + - ALSA: als300: Fix the missing snd_card_free() call at probe error + - ALSA: als4000: Fix the missing snd_card_free() call at probe error + - ALSA: atiixp: Fix the missing snd_card_free() call at probe error + - ALSA: au88x0: Fix the missing snd_card_free() call at probe error + - ALSA: aw2: Fix the missing snd_card_free() call at probe error + - ALSA: azt3328: Fix the missing snd_card_free() call at probe error + - ALSA: bt87x: Fix the missing snd_card_free() call at probe error + - ALSA: ca0106: Fix the missing snd_card_free() call at probe error + - ALSA: cmipci: Fix the missing snd_card_free() call at probe error + - ALSA: cs4281: Fix the missing snd_card_free() call at probe error + - ALSA: cs5535audio: Fix the missing snd_card_free() call at probe error + - ALSA: echoaudio: Fix the missing snd_card_free() call at probe error + - ALSA: emu10k1x: Fix the missing snd_card_free() call at probe error + - ALSA: ens137x: Fix the missing snd_card_free() call at probe error + - ALSA: es1938: Fix the missing snd_card_free() call at probe error + - ALSA: es1968: Fix the missing snd_card_free() call at probe error + - ALSA: fm801: Fix the missing snd_card_free() call at probe error + - ALSA: galaxy: Fix the missing snd_card_free() call at probe error + - ALSA: hdsp: Fix the missing snd_card_free() call at probe error + - ALSA: hdspm: Fix the missing snd_card_free() call at probe error + - ALSA: ice1724: Fix the missing snd_card_free() call at probe error + - ALSA: intel8x0: Fix the missing snd_card_free() call at probe error + - ALSA: intel_hdmi: Fix the missing snd_card_free() call at probe error + - ALSA: korg1212: Fix the missing snd_card_free() call at probe error + - ALSA: lola: Fix the missing snd_card_free() call at probe error + - ALSA: lx6464es: Fix the missing snd_card_free() call at probe error + - ALSA: maestro3: Fix the missing snd_card_free() call at probe error + - ALSA: oxygen: Fix the missing snd_card_free() call at probe error + - ALSA: riptide: Fix the missing snd_card_free() call at probe error + - ALSA: rme32: Fix the missing snd_card_free() call at probe error + - ALSA: rme9652: Fix the missing snd_card_free() call at probe error + - ALSA: rme96: Fix the missing snd_card_free() call at probe error + - ALSA: sc6000: Fix the missing snd_card_free() call at probe error + - ALSA: sonicvibes: Fix the missing snd_card_free() call at probe error + - ALSA: via82xx: Fix the missing snd_card_free() call at probe error + - ALSA: usb-audio: Cap upper limits of buffer/period bytes for implicit fb + - ALSA: nm256: Don't call card private_free at probe error path + - drm/msm: Add missing put_task_struct() in debugfs path + - firmware: arm_scmi: Remove clear channel call on the TX channel + - memory: atmel-ebi: Fix missing of_node_put in atmel_ebi_probe + - Revert "ath11k: mesh: add support for 256 bitmap in blockack frames in 11ax" + - firmware: arm_scmi: Fix sorting of retrieved clock rates + - media: rockchip/rga: do proper error checking in probe + - SUNRPC: Fix the svc_deferred_event trace class + - net/sched: flower: fix parsing of ethertype following VLAN header + - veth: Ensure eth header is in skb's linear part + - gpiolib: acpi: use correct format characters + - cifs: release cached dentries only if mount is complete + - net: mdio: don't defer probe forever if PHY IRQ provider is missing + - mlxsw: i2c: Fix initialization error flow + - net/sched: fix initialization order when updating chain 0 head + - net: dsa: felix: suppress -EPROBE_DEFER errors + - net: ethernet: stmmac: fix altr_tse_pcs function when using a fixed-link + - net/sched: taprio: Check if socket flags are valid + - cfg80211: hold bss_lock while updating nontrans_list + - netfilter: nft_socket: make cgroup match work in input too + - drm/msm: Fix range size vs end confusion + - drm/msm/dsi: Use connector directly in msm_dsi_manager_connector_init() + - drm/msm/dp: add fail safe mode outside of event_mutex context + - net/smc: Fix NULL pointer dereference in smc_pnet_find_ib() + - scsi: pm80xx: Mask and unmask upper interrupt vectors 32-63 + - scsi: pm80xx: Enable upper inbound, outbound queues + - scsi: iscsi: Move iscsi_ep_disconnect() + - scsi: iscsi: Fix offload conn cleanup when iscsid restarts + - scsi: iscsi: Fix endpoint reuse regression + - scsi: iscsi: Fix conn cleanup and stop race during iscsid restart + - scsi: iscsi: Fix unbound endpoint error handling + - sctp: Initialize daddr on peeled off socket + - netfilter: nf_tables: nft_parse_register can return a negative value + - ALSA: ad1889: Fix the missing snd_card_free() call at probe error + - ALSA: mtpav: Don't call card private_free at probe error path + - io_uring: move io_uring_rsrc_update2 validation + - io_uring: verify that resv2 is 0 in io_uring_rsrc_update2 + - io_uring: verify pad field is 0 in io_get_ext_arg + - testing/selftests/mqueue: Fix mq_perf_tests to free the allocated cpu set + - ALSA: usb-audio: Increase max buffer size + - ALSA: usb-audio: Limit max buffer and period sizes per time + - perf tools: Fix misleading add event PMU debug message + - macvlan: Fix leaking skb in source mode with nodst option + - net: ftgmac100: access hardware register after clock ready + - nfc: nci: add flush_workqueue to prevent uaf + - cifs: potential buffer overflow in handling symlinks + - dm mpath: only use ktime_get_ns() in historical selector + - vfio/pci: Fix vf_token mechanism when device-specific VF drivers are used + - net: bcmgenet: Revert "Use stronger register read/writes to assure ordering" + - block: fix offset/size check in bio_trim() + - drm/amd: Add USBC connector ID + - btrfs: fix fallocate to use file_modified to update permissions consistently + - btrfs: do not warn for free space inode in cow_file_range + - drm/amdgpu: conduct a proper cleanup of PDB bo + - drm/amdgpu/gmc: use PCI BARs for APUs in passthrough + - drm/amd/display: fix audio format not updated after edid updated + - drm/amd/display: FEC check in timing validation + - drm/amd/display: Update VTEM Infopacket definition + - drm/amdkfd: Fix Incorrect VMIDs passed to HWS + - drm/amdgpu/vcn: improve vcn dpg stop procedure + - drm/amdkfd: Check for potential null return of kmalloc_array() + - Drivers: hv: vmbus: Deactivate sysctl_record_panic_msg by default in + isolated guests + - PCI: hv: Propagate coherence from VMbus device to PCI device + - Drivers: hv: vmbus: Prevent load re-ordering when reading ring buffer + - scsi: target: tcmu: Fix possible page UAF + - scsi: lpfc: Fix queue failures when recovering from PCI parity error + - scsi: ibmvscsis: Increase INITIAL_SRP_LIMIT to 1024 + - net: micrel: fix KS8851_MLL Kconfig + - ata: libata-core: Disable READ LOG DMA EXT for Samsung 840 EVOs + - gpu: ipu-v3: Fix dev_dbg frequency output + - regulator: wm8994: Add an off-on delay for WM8994 variant + - arm64: alternatives: mark patch_alternative() as `noinstr` + - tlb: hugetlb: Add more sizes to tlb_remove_huge_tlb_entry + - net: axienet: setup mdio unconditionally + - Drivers: hv: balloon: Disable balloon and hot-add accordingly + - net: usb: aqc111: Fix out-of-bounds accesses in RX fixup + - myri10ge: fix an incorrect free for skb in myri10ge_sw_tso + - spi: cadence-quadspi: fix protocol setup for non-1-1-X operations + - drm/amd/display: Enable power gating before init_pipes + - drm/amd/display: Revert FEC check in validation + - drm/amd/display: Fix allocate_mst_payload assert on resume + - drbd: set QUEUE_FLAG_STABLE_WRITES + - scsi: mpt3sas: Fail reset operation if config request timed out + - scsi: mvsas: Add PCI ID of RocketRaid 2640 + - scsi: megaraid_sas: Target with invalid LUN ID is deleted during scan + - drivers: net: slip: fix NPD bug in sl_tx_timeout() + - io_uring: zero tag on rsrc removal + - io_uring: use nospec annotation for more indexes + - perf/imx_ddr: Fix undefined behavior due to shift overflowing the constant + - mm/secretmem: fix panic when growing a memfd_secret + - mm, page_alloc: fix build_zonerefs_node() + - mm: fix unexpected zeroed page mapping with zram swap + - mm: kmemleak: take a full lowmem check in kmemleak_*_phys() + - KVM: x86/mmu: Resolve nx_huge_pages when kvm.ko is loaded + - SUNRPC: Fix NFSD's request deferral on RDMA transports + - memory: renesas-rpc-if: fix platform-device leak in error path + - gcc-plugins: latent_entropy: use /dev/urandom + - cifs: verify that tcon is valid before dereference in cifs_kill_sb + - ath9k: Properly clear TX status area before reporting to mac80211 + - ath9k: Fix usage of driver-private space in tx_info + - btrfs: fix root ref counts in error handling in btrfs_get_root_ref + - btrfs: mark resumed async balance as writing + - ALSA: hda/realtek: Add quirk for Clevo PD50PNT + - ALSA: hda/realtek: add quirk for Lenovo Thinkpad X12 speakers + - ALSA: pcm: Test for "silence" field in struct "pcm_format_data" + - nl80211: correctly check NL80211_ATTR_REG_ALPHA2 size + - ipv6: fix panic when forwarding a pkt with no in6 dev + - drm/amd/display: don't ignore alpha property on pre-multiplied mode + - drm/amdgpu: Enable gfxoff quirk on MacBook Pro + - x86/tsx: Use MSR_TSX_CTRL to clear CPUID bits + - x86/tsx: Disable TSX development mode at boot + - genirq/affinity: Consider that CPUs on nodes can be unbalanced + - tick/nohz: Use WARN_ON_ONCE() to prevent console saturation + - ARM: davinci: da850-evm: Avoid NULL pointer dereference + - dm integrity: fix memory corruption when tag_size is less than digest size + - i2c: dev: check return value when calling dev_set_name() + - smp: Fix offline cpu check in flush_smp_call_function_queue() + - i2c: pasemi: Wait for write xfers to finish + - dt-bindings: net: snps: remove duplicate name + - timers: Fix warning condition in __run_timers() + - dma-direct: avoid redundant memory sync for swiotlb + - drm/i915: Sunset igpu legacy mmap support based on GRAPHICS_VER_FULL + - cpu/hotplug: Remove the 'cpu' member of cpuhp_cpu_state + - soc: qcom: aoss: Fix missing put_device call in qmp_get + - net: ipa: fix a build dependency + - cpufreq: intel_pstate: ITMT support for overclocked system + - ax25: add refcount in ax25_dev to avoid UAF bugs + - ax25: fix reference count leaks of ax25_dev + - ax25: fix UAF bugs of net_device caused by rebinding operation + - ax25: Fix refcount leaks caused by ax25_cb_del() + - ax25: fix UAF bug in ax25_send_control() + - ax25: fix NPD bug in ax25_disconnect + - ax25: Fix NULL pointer dereferences in ax25 timers + - ax25: Fix UAF bugs in ax25 timers + - Linux 5.15.35 + * CONFIG_SND_COMPRESS_OFFLOAD missing in jammy/ppc64el kernel config + (LP: #1969807) + - [Config] updateconfigs for SND_COMPRESS_OFFLOAD (ppc64el) + * Micmute LED support for Zbook Fury 16 G9 (LP: #1968892) + - ALSA: hda/realtek: Add mute and micmut LED support for Zbook Fury 17 G9 + * Fix broken HDMI audio on AMD PRO VII after S3 (LP: #1968475) + - drm/amdgpu: don't set s3 and s0ix at the same time + - drm/amdgpu: Ensure HDA function is suspended before ASIC reset + * [Ubuntu 22.04] mpi3mr: Request to include latest bug fixes (LP: #1967116) + - scsi: mpi3mr: Clean up mpi3mr_print_ioc_info() + - scsi: mpi3mr: Use scnprintf() instead of snprintf() + - scsi: mpi3mr: Add debug APIs based on logging_level bits + - scsi: mpi3mr: Replace spin_lock() with spin_lock_irqsave() + - scsi: mpi3mr: Don't reset IOC if cmnds flush with reset status + - scsi: mpi3mr: Update MPI3 headers - part1 + - scsi: mpi3mr: Update MPI3 headers - part2 + - scsi: mpi3mr: Add support for PCIe Managed Switch SES device + - scsi: mpi3mr: Do access status validation before adding devices + - scsi: mpi3mr: Increase internal cmnds timeout to 60s + - scsi: mpi3mr: Handle unaligned PLL in unmap cmnds + - scsi: mpi3mr: Display IOC firmware package version + - scsi: mpi3mr: Fault IOC when internal command gets timeout + - scsi: mpi3mr: Code refactor of IOC init - part1 + - scsi: mpi3mr: Code refactor of IOC init - part2 + - scsi: mpi3mr: Handle offline FW activation in graceful manner + - scsi: mpi3mr: Add IOC reinit function + - scsi: mpi3mr: Detect async reset that occurred in firmware + - scsi: mpi3mr: Gracefully handle online FW update operation + - scsi: mpi3mr: Add Event acknowledgment logic + - scsi: mpi3mr: Support Prepare for Reset event + - scsi: mpi3mr: Print cable mngnt and temp threshold events + - scsi: mpi3mr: Add io_uring interface support in I/O-polled mode + - scsi: mpi3mr: Use TM response codes from MPI3 headers + - scsi: mpi3mr: Enhanced Task Management Support Reply handling + - scsi: mpi3mr: Bump driver version to 8.0.0.61.0 + - scsi: mpi3mr: Fix some spelling mistakes + - scsi: mpi3mr: Fix formatting problems in some kernel-doc comments + - scsi: mpi3mr: Fix deadlock while canceling the fw event + - scsi: mpi3mr: Fix printing of pending I/O count + - scsi: mpi3mr: Update MPI3 headers + - scsi: mpi3mr: Fix hibernation issue + - scsi: mpi3mr: Fix cmnd getting marked as in use forever + - scsi: mpi3mr: Update the copyright year + - scsi: mpi3mr: Bump driver version to 8.0.0.68.0 + - scsi: mpi3mr: Fix flushing !WQ_MEM_RECLAIM events warning + * Support AMD P-State cpufreq control mechanism (LP: #1956509) + - x86/cpufeatures: Add AMD Collaborative Processor Performance Control feature + flag + - x86/msr: Add AMD CPPC MSR definitions + - ACPI: CPPC: Implement support for SystemIO registers + - ACPI: CPPC: Add CPPC enable register function + - cpufreq: amd-pstate: Introduce a new AMD P-State driver to support future + processors + - cpufreq: amd-pstate: Add fast switch function for AMD P-State + - cpufreq: amd-pstate: Introduce the support for the processors with shared + memory solution + - cpufreq: amd-pstate: Add trace for AMD P-State module + - cpufreq: amd-pstate: Add boost mode support for AMD P-State + - cpufreq: amd-pstate: Add AMD P-State frequencies attributes + - cpufreq: amd-pstate: Add AMD P-State performance attributes + - Documentation: amd-pstate: Add AMD P-State driver introduction + - MAINTAINERS: Add AMD P-State driver maintainer entry + - cpufreq: amd-pstate: Fix struct amd_cpudata kernel-doc comment + - cpufreq: amd-pstate: Fix Kconfig dependencies for AMD P-State + - [Config] enable X86_AMD_PSTATE as built-in on amd64 + * Bolt doesn't work with native USB4 hosts (LP: #1962349) + - thunderbolt: Retry DROM reads for more failure scenarios + - thunderbolt: Do not resume routers if UID is not set + - thunderbolt: Do not make DROM read success compulsory + - PCI/ACPI: Allow D3 only if Root Port can signal and wake from D3 + * linux-image-5.0.0-35-generic breaks checkpointing of container + (LP: #1857257) // re-apply missing overlayfs SAUCE patch (LP: #1967924) + - SAUCE: overlayfs: fix incorrect mnt_id of files opened from map_files + * [Jammy, mlx5, ConnectX-7] add CX7 support for software steering + (LP: #1966194) + - net/mlx5: DR, Fix vport number data type to u16 + - net/mlx5: DR, Replace local WIRE_PORT macro with the existing + MLX5_VPORT_UPLINK + - net/mlx5: DR, Add missing query for vport 0 + - net/mlx5: DR, Align error messages for failure to obtain vport caps + - net/mlx5: DR, Support csum recalculation flow table on SFs + - net/mlx5: DR, Add support for SF vports + - net/mlx5: DR, Increase supported num of actions to 32 + - net/mlx5: DR, Fix typo 'offeset' to 'offset' + - net/mlx5: DR, init_next_match only if needed + - net/mlx5: DR, Add missing string for action type SAMPLER + - net/mlx5: DR, Add check for unsupported fields in match param + - net/mlx5: Introduce new uplink destination type + - net/mlx5: DR, Handle eswitch manager and uplink vports separately + - net/mlx5: DR, Fix querying eswitch manager vport for ECPF + - net/mlx5: DR, Fix check for unsupported fields in match param + - net/mlx5: DR, Fix error flow in creating matcher + - net/mlx5: DR, Fix lower case macro prefix "mlx5_" to "MLX5_" + - net/mlx5: DR, Remove unused struct member in matcher + - net/mlx5: DR, Rename list field in matcher struct to list_node + - net/mlx5: DR, Add check for flex parser ID value + - net/mlx5: DR, Add missing reserved fields to dr_match_param + - net/mlx5: DR, Add support for dumping steering info + - net/mlx5: DR, Add support for UPLINK destination type + - net/mlx5: DR, Warn on failure to destroy objects due to refcount + - net/mlx5: Add misc5 flow table match parameters + - net/mlx5: DR, Add misc5 to match_param structs + - net/mlx5: DR, Support matching on tunnel headers 0 and 1 + - net/mlx5: DR, Add support for matching on geneve_tlv_option_0_exist field + - net/mlx5: DR, Improve steering for empty or RX/TX-only matchers + - net/mlx5: DR, Ignore modify TTL if device doesn't support it + - net/mlx5: Set SMFS as a default steering mode if device supports it + - net/mlx5: DR, Fix slab-out-of-bounds in mlx5_cmd_dr_create_fte + - net/mlx5: DR, Add support for matching on Internet Header Length (IHL) + - net/mlx5: DR, Remove unneeded comments + - net/mlx5: DR, Fix handling of different actions on the same STE in STEv1 + - net/mlx5: DR, Rename action modify fields to reflect naming in HW spec + - net/mlx5: DR, Refactor ste_ctx handling for STE v0/1 + - net/mlx5: Introduce software defined steering capabilities + - net/mlx5: DR, Add support for ConnectX-7 steering + * alsa: enable the cirrus-logic side-codec to make the speaker output sound + (LP: #1965496) + - ASoC: cs35l41: CS35L41 Boosted Smart Amplifier + - ASoC: cs35l41: Fix use of an uninitialised variable + - ASoC: cs35l41: Use regmap_read_poll_timeout to wait for OTP boot + - ASoC: cs35l41: Combine adjacent register writes + - ASoC: cs35l41: Don't overwrite returned error code + - ASoC: cs35l41: Fixup the error messages + - ASoC: cs35l41: Fix a bunch of trivial code formating/style issues + - misc: cs35l41: Remove unused pdn variable + - ASoC: cs35l41: Make cs35l41_remove() return void + - ASoC: cs35l41: Change monitor widgets to siggens + - ASoC: cs35l41: DSP Support + - ASoC: cs35l41: Set the max SPI speed for the whole device + - ASoC: cs35l41: Fix link problem + - ASoC: cs35l41: Fix undefined reference to core functions + - ASoC: cs35l41: Convert tables to shared source code + - ASoC: cs35l41: Move cs35l41_otp_unpack to shared code + - ASoC: cs35l41: Move power initializations to reg_sequence + - ASoC: cs35l41: Create shared function for errata patches + - ASoC: cs35l41: Create shared function for setting channels + - ASoC: cs35l41: Create shared function for boost configuration + - ASoC: cs35l41: Add cs35l51/53 IDs + - ASoC: cs35l41: Remove incorrect comment + - ASoC: cs35l41: Correct DSP power down + - ASoC: cs35l41: Correct handling of some registers in the cache + - ALSA: hda: cs35l41: Add support for CS35L41 in HDA systems + - ASoC: cs35l41: Update handling of test key registers + - ASoC: cs35l41: Add support for hibernate memory retention mode + - ALSA: hda: cs35l41: fix double free on error in probe() + - ALSA: hda: cs35l41: Avoid overwriting register patch + - ALSA: hda: cs35l41: Add calls to newly added test key function + - ALSA: hda: cs35l41: Move cs35l41* calls to its own symbol namespace + - ALSA: hda: cs35l41: Add missing default cases + - ALSA: hda: cs35l41: Make use of the helper function dev_err_probe() + - ALSA: hda: cs35l41: Tidyup code + - ALSA: hda: cs35l41: Make cs35l41_hda_remove() return void + - ALSA: hda/realtek: Add support for Legion 7 16ACHg6 laptop + - ALSA: hda/realtek: Add CS35L41 support for Thinkpad laptops + - ALSA: hda/realtek: fix speakers and micmute on HP 855 G8 + - Revert "platform/x86: i2c-multi-instantiate: Don't create platform device + for INT3515 ACPI nodes" + - spi: Create helper API to lookup ACPI info for spi device + - spi: Support selection of the index of the ACPI Spi Resource before alloc + - spi: Add API to count spi acpi resources + - platform/x86: i2c-multi-instantiate: Rename it for a generic serial driver + name + - platform/x86: serial-multi-instantiate: Reorganize I2C functions + - platform/x86: serial-multi-instantiate: Add SPI support + - ALSA: hda/realtek: Add support for HP Laptops + - ACPI / scan: Create platform device for CS35L41 + - [Config] Add cirruslogic side codec support + * Use kernel-testing repo from launchpad for ADT tests (LP: #1968016) + - [Debian] Use kernel-testing repo from launchpad + * Fix ADL, WD22TB4,Dual monitors display resolution can't reach 4K 60hz + (LP: #1967986) + - drm/i915/display: Remove check for low voltage sku for max dp source rate + - drm/i915/intel_combo_phy: Print I/O voltage info + * Support different Cirrus audio codec configurations on Dell laptops + (LP: #1967988) + - ALSA: hda/cs8409: Fix Warlock to use mono mic configuration + - ALSA: hda/cs8409: Re-order quirk table into ascending order + - ALSA: hda/cs8409: Fix Full Scale Volume setting for all variants + - ALSA: hda/cs8409: Support new Warlock MLK Variants + - ALSA: hda/cs8409: Disable HSBIAS_SENSE_EN for Cyborg + - ALSA: hda/cs8409: Add new Dolphin HW variants + * Enable speakup kernel modules to allow the speakup screen reader to function + (LP: #1967702) + - [Config] CONFIG_SPEAKUP=m + * linux: CONFIG_SERIAL_8250_MID=y (LP: #1967338) + - [Config] amd64 CONFIG_SERIAL_8250_MID=y + * alsa/sdw: Fix the audio issue on a Dell machine without internal mic + (LP: #1966841) + - ASoC: Intel: soc-acpi: add entries in ADL match table + * Jammy update: v5.15.34 upstream stable release (LP: #1969107) + - Revert "UBUNTU: SAUCE: Revert "scsi: core: Reallocate device's budget map on + queue depth change"" + - lib/logic_iomem: correct fallback config references + - um: fix and optimize xor select template for CONFIG64 and timetravel mode + - rtc: wm8350: Handle error for wm8350_register_irq + - nbd: add error handling support for add_disk() + - nbd: Fix incorrect error handle when first_minor is illegal in nbd_dev_add + - nbd: Fix hungtask when nbd_config_put + - nbd: fix possible overflow on 'first_minor' in nbd_dev_add() + - kfence: count unexpectedly skipped allocations + - kfence: move saving stack trace of allocations into __kfence_alloc() + - kfence: limit currently covered allocations when pool nearly full + - KVM: x86/pmu: Use different raw event masks for AMD and Intel + - KVM: SVM: Fix kvm_cache_regs.h inclusions for is_guest_mode() + - KVM: x86/svm: Clear reserved bits written to PerfEvtSeln MSRs + - KVM: x86/pmu: Fix and isolate TSX-specific performance event logic + - KVM: x86/emulator: Emulate RDPID only if it is enabled in guest + - drm: Add orientation quirk for GPD Win Max + - ath5k: fix OOB in ath5k_eeprom_read_pcal_info_5111 + - drm/amd/display: Add signal type check when verify stream backends same + - drm/amd/amdgpu/amdgpu_cs: fix refcount leak of a dma_fence obj + - drm/amd/display: Fix memory leak + - drm/amd/display: Use PSR version selected during set_psr_caps + - usb: gadget: tegra-xudc: Do not program SPARAM + - usb: gadget: tegra-xudc: Fix control endpoint's definitions + - usb: cdnsp: fix cdnsp_decode_trb function to properly handle ret value + - ptp: replace snprintf with sysfs_emit + - drm/amdkfd: Don't take process mutex for svm ioctls + - powerpc: dts: t104xrdb: fix phy type for FMAN 4/5 + - ath11k: fix kernel panic during unload/load ath11k modules + - ath11k: pci: fix crash on suspend if board file is not found + - ath11k: mhi: use mhi_sync_power_up() + - net/smc: Send directly when TCP_CORK is cleared + - drm/bridge: Add missing pm_runtime_put_sync + - bpf: Make dst_port field in struct bpf_sock 16-bit wide + - scsi: mvsas: Replace snprintf() with sysfs_emit() + - scsi: bfa: Replace snprintf() with sysfs_emit() + - drm/v3d: fix missing unlock + - power: supply: axp20x_battery: properly report current when discharging + - mt76: mt7921: fix crash when startup fails. + - mt76: dma: initialize skip_unmap in mt76_dma_rx_fill + - cfg80211: don't add non transmitted BSS to 6GHz scanned channels + - libbpf: Fix build issue with llvm-readelf + - ipv6: make mc_forwarding atomic + - net: initialize init_net earlier + - powerpc: Set crashkernel offset to mid of RMA region + - drm/amdgpu: Fix recursive locking warning + - scsi: smartpqi: Fix kdump issue when controller is locked up + - PCI: aardvark: Fix support for MSI interrupts + - iommu/arm-smmu-v3: fix event handling soft lockup + - usb: ehci: add pci device support for Aspeed platforms + - PCI: endpoint: Fix alignment fault error in copy tests + - tcp: Don't acquire inet_listen_hashbucket::lock with disabled BH. + - PCI: pciehp: Add Qualcomm quirk for Command Completed erratum + - scsi: mpi3mr: Fix reporting of actual data transfer size + - scsi: mpi3mr: Fix memory leaks + - powerpc/set_memory: Avoid spinlock recursion in change_page_attr() + - power: supply: axp288-charger: Set Vhold to 4.4V + - net/mlx5e: Disable TX queues before registering the netdev + - usb: dwc3: pci: Set the swnode from inside dwc3_pci_quirks() + - iwlwifi: mvm: Correctly set fragmented EBS + - iwlwifi: mvm: move only to an enabled channel + - drm/msm/dsi: Remove spurious IRQF_ONESHOT flag + - ipv4: Invalidate neighbour for broadcast address upon address addition + - dm ioctl: prevent potential spectre v1 gadget + - dm: requeue IO if mapping table not yet available + - drm/amdkfd: make CRAT table missing message informational only + - vfio/pci: Stub vfio_pci_vga_rw when !CONFIG_VFIO_PCI_VGA + - scsi: pm8001: Fix pm80xx_pci_mem_copy() interface + - scsi: pm8001: Fix pm8001_mpi_task_abort_resp() + - scsi: pm8001: Fix task leak in pm8001_send_abort_all() + - scsi: pm8001: Fix tag leaks on error + - scsi: pm8001: Fix memory leak in pm8001_chip_fw_flash_update_req() + - mt76: mt7915: fix injected MPDU transmission to not use HW A-MSDU + - powerpc/64s/hash: Make hash faults work in NMI context + - mt76: mt7615: Fix assigning negative values to unsigned variable + - scsi: aha152x: Fix aha152x_setup() __setup handler return value + - scsi: hisi_sas: Free irq vectors in order for v3 HW + - scsi: hisi_sas: Limit users changing debugfs BIST count value + - net/smc: correct settings of RMB window update limit + - mips: ralink: fix a refcount leak in ill_acc_of_setup() + - macvtap: advertise link netns via netlink + - tuntap: add sanity checks about msg_controllen in sendmsg + - Bluetooth: Fix not checking for valid hdev on bt_dev_{info,warn,err,dbg} + - Bluetooth: use memset avoid memory leaks + - bnxt_en: Eliminate unintended link toggle during FW reset + - PCI: endpoint: Fix misused goto label + - MIPS: fix fortify panic when copying asm exception handlers + - powerpc/64e: Tie PPC_BOOK3E_64 to PPC_FSL_BOOK3E + - powerpc/secvar: fix refcount leak in format_show() + - scsi: libfc: Fix use after free in fc_exch_abts_resp() + - can: isotp: set default value for N_As to 50 micro seconds + - can: etas_es58x: es58x_fd_rx_event_msg(): initialize rx_event_msg before + calling es58x_check_msg_len() + - riscv: Fixed misaligned memory access. Fixed pointer comparison. + - net: account alternate interface name memory + - net: limit altnames to 64k total + - net/mlx5e: Remove overzealous validations in netlink EEPROM query + - net: sfp: add 2500base-X quirk for Lantech SFP module + - usb: dwc3: omap: fix "unbalanced disables for smps10_out1" on omap5evm + - mt76: fix monitor mode crash with sdio driver + - xtensa: fix DTC warning unit_address_format + - MIPS: ingenic: correct unit node address + - Bluetooth: Fix use after free in hci_send_acl + - netfilter: conntrack: revisit gc autotuning + - netlabel: fix out-of-bounds memory accesses + - ceph: fix inode reference leakage in ceph_get_snapdir() + - ceph: fix memory leak in ceph_readdir when note_last_dentry returns error + - lib/Kconfig.debug: add ARCH dependency for FUNCTION_ALIGN option + - init/main.c: return 1 from handled __setup() functions + - minix: fix bug when opening a file with O_DIRECT + - clk: si5341: fix reported clk_rate when output divider is 2 + - staging: vchiq_arm: Avoid NULL ptr deref in vchiq_dump_platform_instances + - staging: vchiq_core: handle NULL result of find_service_by_handle + - phy: amlogic: phy-meson-gxl-usb2: fix shared reset controller use + - phy: amlogic: meson8b-usb2: Use dev_err_probe() + - phy: amlogic: meson8b-usb2: fix shared reset control use + - clk: rockchip: drop CLK_SET_RATE_PARENT from dclk_vop* on rk3568 + - cpufreq: CPPC: Fix performance/frequency conversion + - opp: Expose of-node's name in debugfs + - staging: wfx: fix an error handling in wfx_init_common() + - w1: w1_therm: fixes w1_seq for ds28ea00 sensors + - NFSv4.2: fix reference count leaks in _nfs42_proc_copy_notify() + - NFSv4: Protect the state recovery thread against direct reclaim + - habanalabs: fix possible memory leak in MMU DR fini + - xen: delay xen_hvm_init_time_ops() if kdump is boot on vcpu>=32 + - clk: ti: Preserve node in ti_dt_clocks_register() + - clk: Enforce that disjoints limits are invalid + - SUNRPC/call_alloc: async tasks mustn't block waiting for memory + - SUNRPC/xprt: async tasks mustn't block waiting for memory + - SUNRPC: remove scheduling boost for "SWAPPER" tasks. + - NFS: swap IO handling is slightly different for O_DIRECT IO + - NFS: swap-out must always use STABLE writes. + - x86: Annotate call_on_stack() + - x86/Kconfig: Do not allow CONFIG_X86_X32_ABI=y with llvm-objcopy + - serial: samsung_tty: do not unlock port->lock for uart_write_wakeup() + - virtio_console: eliminate anonymous module_init & module_exit + - jfs: prevent NULL deref in diFree + - SUNRPC: Fix socket waits for write buffer space + - NFS: nfsiod should not block forever in mempool_alloc() + - NFS: Avoid writeback threads getting stuck in mempool_alloc() + - selftests: net: Add tls config dependency for tls selftests + - parisc: Fix CPU affinity for Lasi, WAX and Dino chips + - parisc: Fix patch code locking and flushing + - mm: fix race between MADV_FREE reclaim and blkdev direct IO read + - rtc: mc146818-lib: change return values of mc146818_get_time() + - rtc: Check return value from mc146818_get_time() + - rtc: mc146818-lib: fix RTC presence check + - drm/amdgpu: fix off by one in amdgpu_gfx_kiq_acquire() + - Drivers: hv: vmbus: Fix potential crash on module unload + - Revert "NFSv4: Handle the special Linux file open access mode" + - NFSv4: fix open failure with O_ACCMODE flag + - scsi: sr: Fix typo in CDROM(CLOSETRAY|EJECT) handling + - scsi: core: Fix sbitmap depth in scsi_realloc_sdev_budget_map() + - scsi: zorro7xx: Fix a resource leak in zorro7xx_remove_one() + - vdpa/mlx5: Rename control VQ workqueue to vdpa wq + - vdpa/mlx5: Propagate link status from device to vdpa driver + - vdpa: mlx5: prevent cvq work from hogging CPU + - net: sfc: add missing xdp queue reinitialization + - net/tls: fix slab-out-of-bounds bug in decrypt_internal + - vrf: fix packet sniffing for traffic originating from ip tunnels + - skbuff: fix coalescing for page_pool fragment recycling + - ice: Clear default forwarding VSI during VSI release + - mctp: Fix check for dev_hard_header() result + - net: ipv4: fix route with nexthop object delete warning + - net: stmmac: Fix unset max_speed difference between DT and non-DT platforms + - drm/imx: imx-ldb: Check for null pointer after calling kmemdup + - drm/imx: Fix memory leak in imx_pd_connector_get_modes + - drm/imx: dw_hdmi-imx: Fix bailout in error cases of probe + - regulator: rtq2134: Fix missing active_discharge_on setting + - regulator: atc260x: Fix missing active_discharge_on setting + - arch/arm64: Fix topology initialization for core scheduling + - bnxt_en: Synchronize tx when xdp redirects happen on same ring + - bnxt_en: reserve space inside receive page for skb_shared_info + - bnxt_en: Prevent XDP redirect from running when stopping TX queue + - sfc: Do not free an empty page_ring + - RDMA/mlx5: Don't remove cache MRs when a delay is needed + - RDMA/mlx5: Add a missing update of cache->last_add + - IB/cm: Cancel mad on the DREQ event when the state is MRA_REP_RCVD + - IB/rdmavt: add lock to call to rvt_error_qp to prevent a race condition + - sctp: count singleton chunks in assoc user stats + - dpaa2-ptp: Fix refcount leak in dpaa2_ptp_probe + - ice: Set txq_teid to ICE_INVAL_TEID on ring creation + - ice: Do not skip not enabled queues in ice_vc_dis_qs_msg + - ipv6: Fix stats accounting in ip6_pkt_drop + - ice: synchronize_rcu() when terminating rings + - ice: xsk: fix VSI state check in ice_xsk_wakeup() + - net: openvswitch: don't send internal clone attribute to the userspace. + - net: ethernet: mv643xx: Fix over zealous checking of_get_mac_address() + - net: openvswitch: fix leak of nested actions + - rxrpc: fix a race in rxrpc_exit_net() + - net: sfc: fix using uninitialized xdp tx_queue + - net: phy: mscc-miim: reject clause 45 register accesses + - qede: confirm skb is allocated before using + - spi: bcm-qspi: fix MSPI only access with bcm_qspi_exec_mem_op() + - bpf: Support dual-stack sockets in bpf_tcp_check_syncookie + - drbd: Fix five use after free bugs in get_initial_state + - scsi: ufs: ufshpb: Fix a NULL check on list iterator + - io_uring: nospec index for tags on files update + - io_uring: don't touch scm_fp_list after queueing skb + - SUNRPC: Handle ENOMEM in call_transmit_status() + - SUNRPC: Handle low memory situations in call_status() + - SUNRPC: svc_tcp_sendmsg() should handle errors from xdr_alloc_bvec() + - iommu/omap: Fix regression in probe for NULL pointer dereference + - perf: arm-spe: Fix perf report --mem-mode + - perf tools: Fix perf's libperf_print callback + - perf session: Remap buf if there is no space for event + - arm64: Add part number for Arm Cortex-A78AE + - scsi: mpt3sas: Fix use after free in _scsih_expander_node_remove() + - scsi: ufs: ufs-pci: Add support for Intel MTL + - Revert "mmc: sdhci-xenon: fix annoying 1.8V regulator warning" + - mmc: block: Check for errors after write on SPI + - mmc: mmci: stm32: correctly check all elements of sg list + - mmc: renesas_sdhi: don't overwrite TAP settings when HS400 tuning is + complete + - mmc: core: Fixup support for writeback-cache for eMMC and SD + - lz4: fix LZ4_decompress_safe_partial read out of bound + - highmem: fix checks in __kmap_local_sched_{in,out} + - mmmremap.c: avoid pointless invalidate_range_start/end on mremap(old_size=0) + - mm/mempolicy: fix mpol_new leak in shared_policy_replace + - io_uring: don't check req->file in io_fsync_prep() + - io_uring: defer splice/tee file validity check until command issue + - io_uring: implement compat handling for IORING_REGISTER_IOWQ_AFF + - io_uring: fix race between timeout flush and removal + - x86/pm: Save the MSR validity status at context setup + - x86/speculation: Restore speculation related MSRs during S3 resume + - perf/x86/intel: Update the FRONTEND MSR mask on Sapphire Rapids + - btrfs: fix qgroup reserve overflow the qgroup limit + - btrfs: prevent subvol with swapfile from being deleted + - spi: core: add dma_map_dev for __spi_unmap_msg() + - arm64: patch_text: Fixup last cpu should be master + - RDMA/hfi1: Fix use-after-free bug for mm struct + - gpio: Restrict usage of GPIO chip irq members before initialization + - x86/msi: Fix msi message data shadow struct + - x86/mm/tlb: Revert retpoline avoidance approach + - perf/x86/intel: Don't extend the pseudo-encoding to GP counters + - ata: sata_dwc_460ex: Fix crash due to OOB write + - perf: qcom_l2_pmu: fix an incorrect NULL check on list iterator + - perf/core: Inherit event_caps + - irqchip/gic-v3: Fix GICR_CTLR.RWP polling + - fbdev: Fix unregistering of framebuffers without device + - amd/display: set backlight only if required + - SUNRPC: Prevent immediate close+reconnect + - drm/panel: ili9341: fix optional regulator handling + - drm/amdgpu/display: change pipe policy for DCN 2.1 + - drm/amdgpu/smu10: fix SoC/fclk units in auto mode + - drm/amdgpu/vcn: Fix the register setting for vcn1 + - drm/nouveau/pmu: Add missing callbacks for Tegra devices + - drm/amdkfd: Create file descriptor after client is added to smi_clients list + - drm/amdgpu: don't use BACO for reset in S3 + - KVM: SVM: Allow AVIC support on system w/ physical APIC ID > 255 + - net/smc: send directly on setting TCP_NODELAY + - Revert "selftests: net: Add tls config dependency for tls selftests" + - bpf: Make remote_port field in struct bpf_sk_lookup 16-bit wide + - selftests/bpf: Fix u8 narrow load checks for bpf_sk_lookup remote_port + - rtc: mc146818-lib: fix signedness bug in mc146818_get_time() + - SUNRPC: Don't call connect() more than once on a TCP socket + - Revert "nbd: fix possible overflow on 'first_minor' in nbd_dev_add()" + - perf build: Don't use -ffat-lto-objects in the python feature test when + building with clang-13 + - perf python: Fix probing for some clang command line options + - tools build: Filter out options and warnings not supported by clang + - tools build: Use $(shell ) instead of `` to get embedded libperl's ccopts + - dmaengine: Revert "dmaengine: shdma: Fix runtime PM imbalance on error" + - KVM: avoid NULL pointer dereference in kvm_dirty_ring_push + - Revert "net/mlx5: Accept devlink user input after driver initialization + complete" + - ubsan: remove CONFIG_UBSAN_OBJECT_SIZE + - selftests: cgroup: Make cg_create() use 0755 for permission instead of 0644 + - selftests: cgroup: Test open-time credential usage for migration checks + - selftests: cgroup: Test open-time cgroup namespace usage for migration + checks + - mm: don't skip swap entry even if zap_details specified + - Drivers: hv: vmbus: Replace smp_store_mb() with virt_store_mb() + - x86/bug: Prevent shadowing in __WARN_FLAGS + - sched: Teach the forced-newidle balancer about CPU affinity limitation. + - x86,static_call: Fix __static_call_return0 for i386 + - irqchip/gic-v4: Wait for GICR_VPENDBASER.Dirty to clear before descheduling + - powerpc/64: Fix build failure with allyesconfig in book3s_64_entry.S + - irqchip/gic, gic-v3: Prevent GSI to SGI translations + - mm/sparsemem: fix 'mem_section' will never be NULL gcc 12 warning + - static_call: Don't make __static_call_return0 static + - powerpc: Fix virt_addr_valid() for 64-bit Book3E & 32-bit + - stacktrace: move filter_irq_stacks() to kernel/stacktrace.c + - Linux 5.15.34 + - [Config] armhf, s390x: update annotations following + DEBUG_FORCE_FUNCTION_ALIGN_64B support removal in v5.15.34 + * Jammy update: v5.15.33 upstream stable release (LP: #1969110) + - Revert "swiotlb: rework "fix info leak with DMA_FROM_DEVICE"" + - USB: serial: pl2303: add IBM device IDs + - dt-bindings: usb: hcd: correct usb-device path + - USB: serial: pl2303: fix GS type detection + - USB: serial: simple: add Nokia phone driver + - mm: kfence: fix missing objcg housekeeping for SLAB + - hv: utils: add PTP_1588_CLOCK to Kconfig to fix build + - HID: logitech-dj: add new lightspeed receiver id + - HID: Add support for open wheel and no attachment to T300 + - xfrm: fix tunnel model fragmentation behavior + - ARM: mstar: Select HAVE_ARM_ARCH_TIMER + - virtio_console: break out of buf poll on remove + - vdpa/mlx5: should verify CTRL_VQ feature exists for MQ + - tools/virtio: fix virtio_test execution + - ethernet: sun: Free the coherent when failing in probing + - gpio: Revert regression in sysfs-gpio (gpiolib.c) + - spi: Fix invalid sgs value + - net:mcf8390: Use platform_get_irq() to get the interrupt + - Revert "gpio: Revert regression in sysfs-gpio (gpiolib.c)" + - spi: Fix erroneous sgs value with min_t() + - Input: zinitix - do not report shadow fingers + - af_key: add __GFP_ZERO flag for compose_sadb_supported in function + pfkey_register + - net: dsa: microchip: add spi_device_id tables + - selftests: vm: fix clang build error multiple output files + - locking/lockdep: Avoid potential access of invalid memory in lock_class + - drm/amdgpu: move PX checking into amdgpu_device_ip_early_init + - drm/amdgpu: only check for _PR3 on dGPUs + - iommu/iova: Improve 32-bit free space estimate + - virtio-blk: Use blk_validate_block_size() to validate block size + - tpm: fix reference counting for struct tpm_chip + - usb: typec: tipd: Forward plug orientation to typec subsystem + - USB: usb-storage: Fix use of bitfields for hardware data in ene_ub6250.c + - xhci: fix garbage USBSTS being logged in some cases + - xhci: fix runtime PM imbalance in USB2 resume + - xhci: make xhci_handshake timeout for xhci_reset() adjustable + - xhci: fix uninitialized string returned by xhci_decode_ctrl_ctx() + - mei: me: disable driver on the ign firmware + - mei: me: add Alder Lake N device id. + - mei: avoid iterator usage outside of list_for_each_entry + - bus: mhi: pci_generic: Add mru_default for Quectel EM1xx series + - bus: mhi: Fix MHI DMA structure endianness + - docs: sphinx/requirements: Limit jinja2<3.1 + - coresight: Fix TRCCONFIGR.QE sysfs interface + - coresight: syscfg: Fix memleak on registration failure in + cscfg_create_device + - iio: afe: rescale: use s64 for temporary scale calculations + - iio: inkern: apply consumer scale on IIO_VAL_INT cases + - iio: inkern: apply consumer scale when no channel scale is available + - iio: inkern: make a best effort on offset calculation + - greybus: svc: fix an error handling bug in gb_svc_hello() + - clk: rockchip: re-add rational best approximation algorithm to the + fractional divider + - clk: uniphier: Fix fixed-rate initialization + - cifs: fix handlecache and multiuser + - cifs: we do not need a spinlock around the tree access during umount + - KEYS: fix length validation in keyctl_pkey_params_get_2() + - KEYS: asymmetric: enforce that sig algo matches key algo + - KEYS: asymmetric: properly validate hash_algo and encoding + - Documentation: add link to stable release candidate tree + - Documentation: update stable tree link + - firmware: stratix10-svc: add missing callback parameter on RSU + - firmware: sysfb: fix platform-device leak in error path + - HID: intel-ish-hid: Use dma_alloc_coherent for firmware update + - SUNRPC: avoid race between mod_timer() and del_timer_sync() + - NFS: NFSv2/v3 clients should never be setting NFS_CAP_XATTR + - NFSD: prevent underflow in nfssvc_decode_writeargs() + - NFSD: prevent integer overflow on 32 bit systems + - f2fs: fix to unlock page correctly in error path of is_alive() + - f2fs: quota: fix loop condition at f2fs_quota_sync() + - f2fs: fix to do sanity check on .cp_pack_total_block_count + - remoteproc: Fix count check in rproc_coredump_write() + - mm/mlock: fix two bugs in user_shm_lock() + - pinctrl: ingenic: Fix regmap on X series SoCs + - pinctrl: samsung: drop pin banks references on error paths + - net: bnxt_ptp: fix compilation error + - spi: mxic: Fix the transmit path + - mtd: rawnand: protect access to rawnand devices while in suspend + - can: ems_usb: ems_usb_start_xmit(): fix double dev_kfree_skb() in error path + - can: m_can: m_can_tx_handler(): fix use after free of skb + - can: usb_8dev: usb_8dev_start_xmit(): fix double dev_kfree_skb() in error + path + - jffs2: fix use-after-free in jffs2_clear_xattr_subsystem + - jffs2: fix memory leak in jffs2_do_mount_fs + - jffs2: fix memory leak in jffs2_scan_medium + - mm: fs: fix lru_cache_disabled race in bh_lru + - mm/pages_alloc.c: don't create ZONE_MOVABLE beyond the end of a node + - mm: invalidate hwpoison page cache page in fault path + - mempolicy: mbind_range() set_policy() after vma_merge() + - scsi: core: sd: Add silence_suspend flag to suppress some PM messages + - scsi: ufs: Fix runtime PM messages never-ending cycle + - scsi: scsi_transport_fc: Fix FPIN Link Integrity statistics counters + - scsi: libsas: Fix sas_ata_qc_issue() handling of NCQ NON DATA commands + - qed: display VF trust config + - qed: validate and restrict untrusted VFs vlan promisc mode + - riscv: dts: canaan: Fix SPI3 bus width + - riscv: Fix fill_callchain return value + - riscv: Increase stack size under KASAN + - Revert "Input: clear BTN_RIGHT/MIDDLE on buttonpads" + - cifs: prevent bad output lengths in smb2_ioctl_query_info() + - cifs: fix NULL ptr dereference in smb2_ioctl_query_info() + - ALSA: cs4236: fix an incorrect NULL check on list iterator + - ALSA: hda: Avoid unsol event during RPM suspending + - ALSA: pcm: Fix potential AB/BA lock with buffer_mutex and mmap_lock + - ALSA: hda/realtek: Fix audio regression on Mi Notebook Pro 2020 + - rtc: mc146818-lib: fix locking in mc146818_set_time + - rtc: pl031: fix rtc features null pointer dereference + - ocfs2: fix crash when mount with quota enabled + - drm/simpledrm: Add "panel orientation" property on non-upright mounted LCD + panels + - mm: madvise: skip unmapped vma holes passed to process_madvise + - mm: madvise: return correct bytes advised with process_madvise + - Revert "mm: madvise: skip unmapped vma holes passed to process_madvise" + - mm,hwpoison: unmap poisoned page before invalidation + - mm/kmemleak: reset tag when compare object pointer + - dm stats: fix too short end duration_ns when using precise_timestamps + - dm: fix use-after-free in dm_cleanup_zoned_dev() + - dm: interlock pending dm_io and dm_wait_for_bios_completion + - dm: fix double accounting of flush with data + - dm integrity: set journal entry unused when shrinking device + - tracing: Have trace event string test handle zero length strings + - drbd: fix potential silent data corruption + - powerpc/kvm: Fix kvm_use_magic_page + - PCI: fu740: Force 2.5GT/s for initial device probe + - arm64: signal: nofpsimd: Do not allocate fp/simd context when not available + - arm64: Do not defer reserve_crashkernel() for platforms with no DMA memory + zones + - arm64: dts: qcom: sm8250: Fix MSI IRQ for PCIe1 and PCIe2 + - arm64: dts: ti: k3-am65: Fix gic-v3 compatible regs + - arm64: dts: ti: k3-j721e: Fix gic-v3 compatible regs + - arm64: dts: ti: k3-j7200: Fix gic-v3 compatible regs + - arm64: dts: ti: k3-am64: Fix gic-v3 compatible regs + - ASoC: SOF: Intel: Fix NULL ptr dereference when ENOMEM + - Revert "ACPI: Pass the same capabilities to the _OSC regardless of the query + flag" + - ACPI: properties: Consistently return -ENOENT if there are no more + references + - coredump: Also dump first pages of non-executable ELF libraries + - ext4: fix ext4_fc_stats trace point + - ext4: fix fs corruption when tring to remove a non-empty directory with IO + error + - ext4: make mb_optimize_scan performance mount option work with extents + - drivers: hamradio: 6pack: fix UAF bug caused by mod_timer() + - samples/landlock: Fix path_list memory leak + - landlock: Use square brackets around "landlock-ruleset" + - mailbox: tegra-hsp: Flush whole channel + - block: limit request dispatch loop duration + - block: don't merge across cgroup boundaries if blkcg is enabled + - drm/edid: check basic audio support on CEA extension block + - fbdev: Hot-unplug firmware fb devices on forced removal + - video: fbdev: sm712fb: Fix crash in smtcfb_read() + - video: fbdev: atari: Atari 2 bpp (STe) palette bugfix + - rfkill: make new event layout opt-in + - ARM: dts: at91: sama7g5: Remove unused properties in i2c nodes + - ARM: dts: at91: sama5d2: Fix PMERRLOC resource size + - ARM: dts: exynos: fix UART3 pins configuration in Exynos5250 + - ARM: dts: exynos: add missing HDMI supplies on SMDK5250 + - ARM: dts: exynos: add missing HDMI supplies on SMDK5420 + - mgag200 fix memmapsl configuration in GCTL6 register + - carl9170: fix missing bit-wise or operator for tx_params + - pstore: Don't use semaphores in always-atomic-context code + - thermal: int340x: Increase bitmap size + - lib/raid6/test: fix multiple definition linking error + - exec: Force single empty string when argv is empty + - crypto: rsa-pkcs1pad - only allow with rsa + - crypto: rsa-pkcs1pad - correctly get hash from source scatterlist + - crypto: rsa-pkcs1pad - restore signature length check + - crypto: rsa-pkcs1pad - fix buffer overread in pkcs1pad_verify_complete() + - bcache: fixup multiple threads crash + - PM: domains: Fix sleep-in-atomic bug caused by genpd_debug_remove() + - DEC: Limit PMAX memory probing to R3k systems + - media: gpio-ir-tx: fix transmit with long spaces on Orange Pi PC + - media: venus: hfi_cmds: List HDR10 property as unsupported for v1 and v3 + - media: venus: venc: Fix h264 8x8 transform control + - media: davinci: vpif: fix unbalanced runtime PM get + - media: davinci: vpif: fix unbalanced runtime PM enable + - btrfs: zoned: mark relocation as writing + - btrfs: extend locking to all space_info members accesses + - btrfs: verify the tranisd of the to-be-written dirty extent buffer + - xtensa: define update_mmu_tlb function + - xtensa: fix stop_machine_cpuslocked call in patch_text + - xtensa: fix xtensa_wsr always writing 0 + - drm/syncobj: flatten dma_fence_chains on transfer + - drm/nouveau/backlight: Fix LVDS backlight detection on some laptops + - drm/nouveau/backlight: Just set all backlight types as RAW + - drm/fb-helper: Mark screen buffers in system memory with FBINFO_VIRTFB + - brcmfmac: firmware: Allocate space for default boardrev in nvram + - brcmfmac: pcie: Release firmwares in the brcmf_pcie_setup error path + - brcmfmac: pcie: Declare missing firmware files in pcie.c + - brcmfmac: pcie: Replace brcmf_pcie_copy_mem_todev with memcpy_toio + - brcmfmac: pcie: Fix crashes due to early IRQs + - drm/i915/opregion: check port number bounds for SWSCI display power state + - drm/i915/gem: add missing boundary check in vm_access + - PCI: imx6: Allow to probe when dw_pcie_wait_for_link() fails + - PCI: pciehp: Clear cmd_busy bit in polling mode + - PCI: xgene: Revert "PCI: xgene: Fix IB window setup" + - regulator: qcom_smd: fix for_each_child.cocci warnings + - selinux: access superblock_security_struct in LSM blob way + - selinux: check return value of sel_make_avc_files + - crypto: ccp - Ensure psp_ret is always init'd in + __sev_platform_init_locked() + - hwrng: cavium - Check health status while reading random data + - hwrng: cavium - HW_RANDOM_CAVIUM should depend on ARCH_THUNDER + - crypto: sun8i-ss - really disable hash on A80 + - crypto: authenc - Fix sleep in atomic context in decrypt_tail + - crypto: mxs-dcp - Fix scatterlist processing + - selinux: Fix selinux_sb_mnt_opts_compat() + - thermal: int340x: Check for NULL after calling kmemdup() + - crypto: octeontx2 - remove CONFIG_DM_CRYPT check + - spi: tegra114: Add missing IRQ check in tegra_spi_probe + - spi: tegra210-quad: Fix missin IRQ check in tegra_qspi_probe + - stack: Constrain and fix stack offset randomization with Clang builds + - arm64/mm: avoid fixmap race condition when create pud mapping + - blk-cgroup: set blkg iostat after percpu stat aggregation + - selftests/x86: Add validity check and allow field splitting + - selftests/sgx: Treat CC as one argument + - crypto: rockchip - ECB does not need IV + - audit: log AUDIT_TIME_* records only from rules + - EVM: fix the evm= __setup handler return value + - crypto: ccree - don't attempt 0 len DMA mappings + - crypto: hisilicon/sec - fix the aead software fallback for engine + - spi: pxa2xx-pci: Balance reference count for PCI DMA device + - hwmon: (pmbus) Add mutex to regulator ops + - hwmon: (sch56xx-common) Replace WDOG_ACTIVE with WDOG_HW_RUNNING + - nvme: cleanup __nvme_check_ids + - nvme: fix the check for duplicate unique identifiers + - block: don't delete queue kobject before its children + - PM: hibernate: fix __setup handler error handling + - PM: suspend: fix return value of __setup handler + - spi: spi-zynqmp-gqspi: Handle error for dma_set_mask + - hwrng: atmel - disable trng on failure path + - crypto: sun8i-ss - call finalize with bh disabled + - crypto: sun8i-ce - call finalize with bh disabled + - crypto: amlogic - call finalize with bh disabled + - crypto: gemini - call finalize with bh disabled + - crypto: vmx - add missing dependencies + - clocksource/drivers/timer-ti-dm: Fix regression from errata i940 fix + - clocksource/drivers/exynos_mct: Refactor resources allocation + - clocksource/drivers/exynos_mct: Handle DTS with higher number of interrupts + - clocksource/drivers/timer-microchip-pit64b: Use notrace + - clocksource/drivers/timer-of: Check return value of of_iomap in + timer_of_base_init() + - arm64: prevent instrumentation of bp hardening callbacks + - KEYS: trusted: Fix trusted key backends when building as module + - KEYS: trusted: Avoid calling null function trusted_key_exit + - ACPI: APEI: fix return value of __setup handlers + - crypto: ccp - ccp_dmaengine_unregister release dma channels + - crypto: ccree - Fix use after free in cc_cipher_exit() + - hwrng: nomadik - Change clk_disable to clk_disable_unprepare + - hwmon: (pmbus) Add Vin unit off handling + - clocksource: acpi_pm: fix return value of __setup handler + - io_uring: don't check unrelated req->open.how in accept request + - io_uring: terminate manual loop iterator loop correctly for non-vecs + - watch_queue: Fix NULL dereference in error cleanup + - watch_queue: Actually free the watch + - f2fs: fix to enable ATGC correctly via gc_idle sysfs interface + - sched/debug: Remove mpol_get/put and task_lock/unlock from sched_show_numa + - sched/core: Export pelt_thermal_tp + - sched/uclamp: Fix iowait boost escaping uclamp restriction + - rseq: Remove broken uapi field layout on 32-bit little endian + - perf/core: Fix address filter parser for multiple filters + - perf/x86/intel/pt: Fix address filter config for 32-bit kernel + - sched/fair: Improve consistency of allowed NUMA balance calculations + - f2fs: fix missing free nid in f2fs_handle_failed_inode + - nfsd: more robust allocation failure handling in nfsd_file_cache_init + - sched/cpuacct: Fix charge percpu cpuusage + - sched/rt: Plug rt_mutex_setprio() vs push_rt_task() race + - f2fs: fix to avoid potential deadlock + - btrfs: fix unexpected error path when reflinking an inline extent + - f2fs: fix compressed file start atomic write may cause data corruption + - selftests, x86: fix how check_cc.sh is being invoked + - drivers/base/memory: add memory block to memory group after registration + succeeded + - kunit: make kunit_test_timeout compatible with comment + - pinctrl: samsung: Remove EINT handler for Exynos850 ALIVE and CMGP gpios + - media: staging: media: zoran: fix usage of vb2_dma_contig_set_max_seg_size + - media: camss: csid-170: fix non-10bit formats + - media: camss: csid-170: don't enable unused irqs + - media: camss: csid-170: set the right HALT_CMD when disabled + - media: camss: vfe-170: fix "VFE halt timeout" error + - media: staging: media: imx: imx7-mipi-csis: Make subdev name unique + - media: v4l2-mem2mem: Apply DST_QUEUE_OFF_BASE on MMAP buffers across ioctls + - media: mtk-vcodec: potential dereference of null pointer + - media: imx: imx8mq-mipi-csi2: remove wrong irq config write operation + - media: imx: imx8mq-mipi_csi2: fix system resume + - media: bttv: fix WARNING regression on tunerless devices + - media: atmel: atmel-sama7g5-isc: fix ispck leftover + - ASoC: sh: rz-ssi: Drop calling rz_ssi_pio_recv() recursively + - ASoC: codecs: Check for error pointer after calling devm_regmap_init_mmio + - ASoC: xilinx: xlnx_formatter_pcm: Handle sysclk setting + - ASoC: simple-card-utils: Set sysclk on all components + - media: coda: Fix missing put_device() call in coda_get_vdoa_data + - media: meson: vdec: potential dereference of null pointer + - media: hantro: Fix overfill bottom register field name + - media: ov6650: Fix set format try processing path + - media: v4l: Avoid unaligned access warnings when printing 4cc modifiers + - media: ov5648: Don't pack controls struct + - media: aspeed: Correct value for h-total-pixels + - video: fbdev: matroxfb: set maxvram of vbG200eW to the same as vbG200 to + avoid black screen + - video: fbdev: controlfb: Fix COMPILE_TEST build + - video: fbdev: smscufx: Fix null-ptr-deref in ufx_usb_probe() + - video: fbdev: atmel_lcdfb: fix an error code in atmel_lcdfb_probe() + - video: fbdev: fbcvt.c: fix printing in fb_cvt_print_name() + - ARM: dts: Fix OpenBMC flash layout label addresses + - firmware: qcom: scm: Remove reassignment to desc following initializer + - ARM: dts: qcom: ipq4019: fix sleep clock + - soc: qcom: rpmpd: Check for null return of devm_kcalloc + - soc: qcom: ocmem: Fix missing put_device() call in of_get_ocmem + - soc: qcom: aoss: remove spurious IRQF_ONESHOT flags + - arm64: dts: qcom: sdm845: fix microphone bias properties and values + - arm64: dts: qcom: sm8250: fix PCIe bindings to follow schema + - arm64: dts: broadcom: bcm4908: use proper TWD binding + - arm64: dts: qcom: sm8150: Correct TCS configuration for apps rsc + - arm64: dts: qcom: sm8350: Correct TCS configuration for apps rsc + - firmware: ti_sci: Fix compilation failure when CONFIG_TI_SCI_PROTOCOL is not + defined + - soc: ti: wkup_m3_ipc: Fix IRQ check in wkup_m3_ipc_probe + - ARM: dts: sun8i: v3s: Move the csi1 block to follow address order + - vsprintf: Fix potential unaligned access + - ARM: dts: imx: Add missing LVDS decoder on M53Menlo + - media: mexon-ge2d: fixup frames size in registers + - media: video/hdmi: handle short reads of hdmi info frame. + - media: ti-vpe: cal: Fix a NULL pointer dereference in + cal_ctx_v4l2_init_formats() + - media: em28xx: initialize refcount before kref_get + - media: usb: go7007: s2250-board: fix leak in probe() + - media: cedrus: H265: Fix neighbour info buffer size + - media: cedrus: h264: Fix neighbour info buffer size + - ASoC: codecs: rx-macro: fix accessing compander for aux + - ASoC: codecs: rx-macro: fix accessing array out of bounds for enum type + - ASoC: codecs: va-macro: fix accessing array out of bounds for enum type + - ASoC: codecs: wc938x: fix accessing array out of bounds for enum type + - ASoC: codecs: wcd938x: fix kcontrol max values + - ASoC: codecs: wcd934x: fix kcontrol max values + - ASoC: codecs: wcd934x: fix return value of wcd934x_rx_hph_mode_put + - media: v4l2-core: Initialize h264 scaling matrix + - media: ov5640: Fix set format, v4l2_mbus_pixelcode not updated + - selftests/lkdtm: Add UBSAN config + - lib: uninline simple_strntoull() as well + - vsprintf: Fix %pK with kptr_restrict == 0 + - uaccess: fix nios2 and microblaze get_user_8() + - ASoC: rt5663: check the return value of devm_kzalloc() in rt5663_parse_dp() + - soc: mediatek: pm-domains: Add wakeup capacity support in power domain + - mmc: sdhci_am654: Fix the driver data of AM64 SoC + - ASoC: ti: davinci-i2s: Add check for clk_enable() + - ALSA: spi: Add check for clk_enable() + - arm64: dts: ns2: Fix spi-cpol and spi-cpha property + - arm64: dts: broadcom: Fix sata nodename + - printk: fix return value of printk.devkmsg __setup handler + - ASoC: mxs-saif: Handle errors for clk_enable + - ASoC: atmel_ssc_dai: Handle errors for clk_enable + - ASoC: dwc-i2s: Handle errors for clk_enable + - ASoC: soc-compress: prevent the potentially use of null pointer + - memory: emif: Add check for setup_interrupts + - memory: emif: check the pointer temp in get_device_details() + - ALSA: firewire-lib: fix uninitialized flag for AV/C deferred transaction + - arm64: dts: rockchip: Fix SDIO regulator supply properties on rk3399-firefly + - m68k: coldfire/device.c: only build for MCF_EDMA when h/w macros are defined + - media: stk1160: If start stream fails, return buffers with + VB2_BUF_STATE_QUEUED + - media: vidtv: Check for null return of vzalloc + - ASoC: atmel: Add missing of_node_put() in at91sam9g20ek_audio_probe + - ASoC: wm8350: Handle error for wm8350_register_irq + - ASoC: fsi: Add check for clk_enable + - video: fbdev: omapfb: Add missing of_node_put() in dvic_probe_of + - media: saa7134: fix incorrect use to determine if list is empty + - ivtv: fix incorrect device_caps for ivtvfb + - ASoC: atmel: Fix error handling in snd_proto_probe + - ASoC: rockchip: i2s: Fix missing clk_disable_unprepare() in + rockchip_i2s_probe + - ASoC: SOF: Add missing of_node_put() in imx8m_probe + - ASoC: mediatek: use of_device_get_match_data() + - ASoC: mediatek: mt8192-mt6359: Fix error handling in mt8192_mt6359_dev_probe + - ASoC: rk817: Fix missing clk_disable_unprepare() in rk817_platform_probe + - ASoC: dmaengine: do not use a NULL prepare_slave_config() callback + - ASoC: mxs: Fix error handling in mxs_sgtl5000_probe + - ASoC: fsl_spdif: Disable TX clock when stop + - ASoC: imx-es8328: Fix error return code in imx_es8328_probe() + - ASoC: SOF: Intel: enable DMI L1 for playback streams + - ASoC: msm8916-wcd-digital: Fix missing clk_disable_unprepare() in + msm8916_wcd_digital_probe + - mmc: davinci_mmc: Handle error for clk_enable + - ASoC: atmel: Fix error handling in sam9x5_wm8731_driver_probe + - ASoC: msm8916-wcd-analog: Fix error handling in pm8916_wcd_analog_spmi_probe + - ASoC: codecs: wcd934x: Add missing of_node_put() in wcd934x_codec_parse_data + - ASoC: amd: Fix reference to PCM buffer address + - ARM: configs: multi_v5_defconfig: re-enable CONFIG_V4L_PLATFORM_DRIVERS + - ARM: configs: multi_v5_defconfig: re-enable DRM_PANEL and FB_xxx + - drm/meson: osd_afbcd: Add an exit callback to struct meson_afbcd_ops + - drm/meson: Make use of the helper function + devm_platform_ioremap_resourcexxx() + - drm/meson: split out encoder from meson_dw_hdmi + - drm/meson: Fix error handling when afbcd.ops->init fails + - drm/bridge: Fix free wrong object in sii8620_init_rcp_input_dev + - drm/bridge: Add missing pm_runtime_disable() in __dw_mipi_dsi_probe + - drm/bridge: nwl-dsi: Fix PM disable depth imbalance in nwl_dsi_probe + - drm: bridge: adv7511: Fix ADV7535 HPD enablement + - ath10k: fix memory overwrite of the WoWLAN wakeup packet pattern + - drm/v3d/v3d_drv: Check for error num after setting mask + - drm/panfrost: Check for error num after setting mask + - libbpf: Fix possible NULL pointer dereference when destroying skeleton + - bpftool: Only set obj->skeleton on complete success + - udmabuf: validate ubuf->pagecount + - bpf: Fix UAF due to race between btf_try_get_module and load_module + - drm/selftests/test-drm_dp_mst_helper: Fix memory leak in + sideband_msg_req_encode_decode + - selftests: bpf: Fix bind on used port + - Bluetooth: btintel: Fix WBS setting for Intel legacy ROM products + - Bluetooth: hci_serdev: call init_rwsem() before p->open() + - mtd: onenand: Check for error irq + - mtd: rawnand: gpmi: fix controller timings setting + - drm/edid: Don't clear formats if using deep color + - drm/edid: Split deep color modes between RGB and YUV444 + - ionic: fix type complaint in ionic_dev_cmd_clean() + - ionic: start watchdog after all is setup + - ionic: Don't send reset commands if FW isn't running + - drm/nouveau/acr: Fix undefined behavior in nvkm_acr_hsfw_load_bl() + - drm/amd/display: Fix a NULL pointer dereference in + amdgpu_dm_connector_add_common_modes() + - drm/amd/pm: return -ENOTSUPP if there is no get_dpm_ultimate_freq function + - net: phy: at803x: move page selection fix to config_init + - selftests/bpf: Normalize XDP section names in selftests + - selftests/bpf/test_xdp_redirect_multi: use temp netns for testing + - ath9k_htc: fix uninit value bugs + - RDMA/core: Set MR type in ib_reg_user_mr + - KVM: PPC: Fix vmx/vsx mixup in mmio emulation + - selftests/net: timestamping: Fix bind_phc check + - i40e: don't reserve excessive XDP_PACKET_HEADROOM on XSK Rx to skb + - i40e: respect metadata on XSK Rx to skb + - igc: don't reserve excessive XDP_PACKET_HEADROOM on XSK Rx to skb + - ixgbe: pass bi->xdp to ixgbe_construct_skb_zc() directly + - ixgbe: don't reserve excessive XDP_PACKET_HEADROOM on XSK Rx to skb + - ixgbe: respect metadata on XSK Rx to skb + - power: reset: gemini-poweroff: Fix IRQ check in gemini_poweroff_probe + - ray_cs: Check ioremap return value + - powerpc: dts: t1040rdb: fix ports names for Seville Ethernet switch + - KVM: PPC: Book3S HV: Check return value of kvmppc_radix_init + - powerpc/perf: Don't use perf_hw_context for trace IMC PMU + - mt76: connac: fix sta_rec_wtbl tag len + - mt76: mt7915: use proper aid value in mt7915_mcu_wtbl_generic_tlv in sta + mode + - mt76: mt7915: use proper aid value in mt7915_mcu_sta_basic_tlv + - mt76: mt7921: fix a leftover race in runtime-pm + - mt76: mt7615: fix a leftover race in runtime-pm + - mt76: mt7603: check sta_rates pointer in mt7603_sta_rate_tbl_update + - mt76: mt7615: check sta_rates pointer in mt7615_sta_rate_tbl_update + - ptp: unregister virtual clocks when unregistering physical clock. + - net: dsa: mv88e6xxx: Enable port policy support on 6097 + - mac80211: Remove a couple of obsolete TODO + - mac80211: limit bandwidth in HE capabilities + - scripts/dtc: Call pkg-config POSIXly correct + - livepatch: Fix build failure on 32 bits processors + - net: asix: add proper error handling of usb read errors + - i2c: bcm2835: Use platform_get_irq() to get the interrupt + - i2c: bcm2835: Fix the error handling in 'bcm2835_i2c_probe()' + - mtd: mchp23k256: Add SPI ID table + - mtd: mchp48l640: Add SPI ID table + - igc: avoid kernel warning when changing RX ring parameters + - igb: refactor XDP registration + - PCI: aardvark: Fix reading MSI interrupt number + - PCI: aardvark: Fix reading PCI_EXP_RTSTA_PME bit on emulated bridge + - RDMA/rxe: Check the last packet by RXE_END_MASK + - libbpf: Fix signedness bug in btf_dump_array_data() + - cxl/core: Fix cxl_probe_component_regs() error message + - cxl/regs: Fix size of CXL Capability Header Register + - net:enetc: allocate CBD ring data memory using DMA coherent methods + - libbpf: Fix compilation warning due to mismatched printf format + - drm/bridge: dw-hdmi: use safe format when first in bridge chain + - libbpf: Use dynamically allocated buffer when receiving netlink messages + - power: supply: ab8500: Fix memory leak in ab8500_fg_sysfs_init + - HID: i2c-hid: fix GET/SET_REPORT for unnumbered reports + - iommu/ipmmu-vmsa: Check for error num after setting mask + - drm/bridge: anx7625: Fix overflow issue on reading EDID + - bpftool: Fix the error when lookup in no-btf maps + - drm/amd/pm: enable pm sysfs write for one VF mode + - drm/amd/display: Add affected crtcs to atomic state for dsc mst unplug + - libbpf: Fix memleak in libbpf_netlink_recv() + - IB/cma: Allow XRC INI QPs to set their local ACK timeout + - dax: make sure inodes are flushed before destroy cache + - selftests: mptcp: add csum mib check for mptcp_connect + - iwlwifi: mvm: Don't call iwl_mvm_sta_from_mac80211() with NULL sta + - iwlwifi: mvm: don't iterate unadded vifs when handling FW SMPS req + - iwlwifi: mvm: align locking in D3 test debugfs + - iwlwifi: yoyo: remove DBGI_SRAM address reset writing + - iwlwifi: Fix -EIO error code that is never returned + - iwlwifi: mvm: Fix an error code in iwl_mvm_up() + - mtd: rawnand: pl353: Set the nand chip node as the flash node + - drm/msm/dp: populate connector of struct dp_panel + - drm/msm/dp: stop link training after link training 2 failed + - drm/msm/dp: always add fail-safe mode into connector mode list + - drm/msm/dsi: Use "ref" fw clock instead of global name for VCO parent + - drm/msm/dsi/phy: fix 7nm v4.0 settings for C-PHY mode + - drm/msm/dpu: add DSPP blocks teardown + - drm/msm/dpu: fix dp audio condition + - dm crypt: fix get_key_size compiler warning if !CONFIG_KEYS + - vfio/pci: fix memory leak during D3hot to D0 transition + - vfio/pci: wake-up devices around reset functions + - scsi: fnic: Fix a tracing statement + - scsi: pm8001: Fix command initialization in pm80XX_send_read_log() + - scsi: pm8001: Fix command initialization in pm8001_chip_ssp_tm_req() + - scsi: pm8001: Fix payload initialization in pm80xx_set_thermal_config() + - scsi: pm8001: Fix le32 values handling in + pm80xx_set_sas_protocol_timer_config() + - scsi: pm8001: Fix payload initialization in pm80xx_encrypt_update() + - scsi: pm8001: Fix le32 values handling in pm80xx_chip_ssp_io_req() + - scsi: pm8001: Fix le32 values handling in pm80xx_chip_sata_req() + - scsi: pm8001: Fix NCQ NON DATA command task initialization + - scsi: pm8001: Fix NCQ NON DATA command completion handling + - scsi: pm8001: Fix abort all task initialization + - RDMA/mlx5: Fix the flow of a miss in the allocation of a cache ODP MR + - drm/amd/display: Remove vupdate_int_entry definition + - TOMOYO: fix __setup handlers return values + - power: supply: sbs-charger: Don't cancel work that is not initialized + - ext2: correct max file size computing + - drm/tegra: Fix reference leak in tegra_dsi_ganged_probe + - power: supply: bq24190_charger: Fix bq24190_vbus_is_enabled() wrong false + return + - scsi: hisi_sas: Change permission of parameter prot_mask + - drm/bridge: cdns-dsi: Make sure to to create proper aliases for dt + - bpf, arm64: Call build_prologue() first in first JIT pass + - bpf, arm64: Feed byte-offset into bpf line info + - xsk: Fix race at socket teardown + - RDMA/irdma: Fix netdev notifications for vlan's + - RDMA/irdma: Fix Passthrough mode in VM + - RDMA/irdma: Remove incorrect masking of PD + - gpu: host1x: Fix a memory leak in 'host1x_remove()' + - libbpf: Skip forward declaration when counting duplicated type names + - powerpc/mm/numa: skip NUMA_NO_NODE onlining in parse_numa_properties() + - powerpc/Makefile: Don't pass -mcpu=powerpc64 when building 32-bit + - KVM: x86: Fix emulation in writing cr8 + - KVM: x86/emulator: Defer not-present segment check in + __load_segment_descriptor() + - hv_balloon: rate-limit "Unhandled message" warning + - i2c: xiic: Make bus names unique + - power: supply: wm8350-power: Handle error for wm8350_register_irq + - power: supply: wm8350-power: Add missing free in free_charger_irq + - IB/hfi1: Allow larger MTU without AIP + - RDMA/core: Fix ib_qp_usecnt_dec() called when error + - PCI: Reduce warnings on possible RW1C corruption + - net: axienet: fix RX ring refill allocation failure handling + - drm/msm/a6xx: Fix missing ARRAY_SIZE() check + - mips: DEC: honor CONFIG_MIPS_FP_SUPPORT=n + - MIPS: Sanitise Cavium switch cases in TLB handler synthesizers + - powerpc/sysdev: fix incorrect use to determine if list is empty + - powerpc/64s: Don't use DSISR for SLB faults + - mfd: mc13xxx: Add check for mc13xxx_irq_request + - libbpf: Unmap rings when umem deleted + - selftests/bpf: Make test_lwt_ip_encap more stable and faster + - platform/x86: huawei-wmi: check the return value of device_create_file() + - scsi: mpt3sas: Fix incorrect 4GB boundary check + - powerpc: 8xx: fix a return value error in mpc8xx_pic_init + - vxcan: enable local echo for sent CAN frames + - ath10k: Fix error handling in ath10k_setup_msa_resources + - mips: cdmm: Fix refcount leak in mips_cdmm_phys_base + - MIPS: RB532: fix return value of __setup handler + - MIPS: pgalloc: fix memory leak caused by pgd_free() + - mtd: rawnand: atmel: fix refcount issue in atmel_nand_controller_init + - power: ab8500_chargalg: Use CLOCK_MONOTONIC + - RDMA/irdma: Prevent some integer underflows + - Revert "RDMA/core: Fix ib_qp_usecnt_dec() called when error" + - RDMA/mlx5: Fix memory leak in error flow for subscribe event routine + - bpf, sockmap: Fix memleak in sk_psock_queue_msg + - bpf, sockmap: Fix memleak in tcp_bpf_sendmsg while sk msg is full + - bpf, sockmap: Fix more uncharged while msg has more_data + - bpf, sockmap: Fix double uncharge the mem of sk_msg + - samples/bpf, xdpsock: Fix race when running for fix duration of time + - USB: storage: ums-realtek: fix error code in rts51x_read_mem() + - drm/i915/display: Fix HPD short pulse handling for eDP + - netfilter: flowtable: Fix QinQ and pppoe support for inet table + - mt76: mt7921: fix mt7921_queues_acq implementation + - can: isotp: sanitize CAN ID checks in isotp_bind() + - can: isotp: return -EADDRNOTAVAIL when reading from unbound socket + - can: isotp: support MSG_TRUNC flag when reading from socket + - bareudp: use ipv6_mod_enabled to check if IPv6 enabled + - ibmvnic: fix race between xmit and reset + - af_unix: Fix some data-races around unix_sk(sk)->oob_skb. + - selftests/bpf: Fix error reporting from sock_fields programs + - Bluetooth: hci_uart: add missing NULL check in h5_enqueue + - Bluetooth: call hci_le_conn_failed with hdev lock in hci_le_conn_failed + - Bluetooth: btmtksdio: Fix kernel oops in btmtksdio_interrupt + - ipv4: Fix route lookups when handling ICMP redirects and PMTU updates + - af_netlink: Fix shift out of bounds in group mask calculation + - i2c: meson: Fix wrong speed use from probe + - netfilter: conntrack: Add and use nf_ct_set_auto_assign_helper_warned() + - i2c: mux: demux-pinctrl: do not deactivate a master that is not active + - powerpc/pseries: Fix use after free in remove_phb_dynamic() + - selftests/bpf/test_lirc_mode2.sh: Exit with proper code + - PCI: Avoid broken MSI on SB600 USB devices + - net: bcmgenet: Use stronger register read/writes to assure ordering + - tcp: ensure PMTU updates are processed during fastopen + - openvswitch: always update flow key after nat + - net: dsa: fix panic on shutdown if multi-chip tree failed to probe + - tipc: fix the timer expires after interval 100ms + - mfd: asic3: Add missing iounmap() on error asic3_mfd_probe + - ice: fix 'scheduling while atomic' on aux critical err interrupt + - ice: don't allow to run ice_send_event_to_aux() in atomic ctx + - drivers: ethernet: cpsw: fix panic when interrupt coaleceing is set via + ethtool + - kernel/resource: fix kfree() of bootmem memory again + - staging: r8188eu: convert DBG_88E_LEVEL call in hal/rtl8188e_hal_init.c + - staging: r8188eu: release_firmware is not called if allocation fails + - mxser: fix xmit_buf leak in activate when LSR == 0xff + - fsi: scom: Fix error handling + - fsi: scom: Remove retries in indirect scoms + - pwm: lpc18xx-sct: Initialize driver data and hardware before pwmchip_add() + - pps: clients: gpio: Propagate return value from pps_gpio_probe + - fsi: Aspeed: Fix a potential double free + - misc: alcor_pci: Fix an error handling path + - cpufreq: qcom-cpufreq-nvmem: fix reading of PVS Valid fuse + - soundwire: intel: fix wrong register name in intel_shim_wake + - clk: qcom: ipq8074: fix PCI-E clock oops + - dmaengine: idxd: check GENCAP config support for gencfg register + - dmaengine: idxd: change bandwidth token to read buffers + - dmaengine: idxd: restore traffic class defaults after wq reset + - iio: mma8452: Fix probe failing when an i2c_device_id is used + - serial: 8250_aspeed_vuart: add PORT_ASPEED_VUART port type + - staging:iio:adc:ad7280a: Fix handing of device address bit reversing. + - pinctrl: renesas: r8a77470: Reduce size for narrow VIN1 channel + - pinctrl: renesas: checker: Fix miscalculation of number of states + - clk: qcom: ipq8074: Use floor ops for SDCC1 clock + - phy: dphy: Correct lpx parameter and its derivatives(ta_{get,go,sure}) + - phy: phy-brcm-usb: fixup BCM4908 support + - serial: 8250_mid: Balance reference count for PCI DMA device + - serial: 8250_lpss: Balance reference count for PCI DMA device + - NFS: Use of mapping_set_error() results in spurious errors + - serial: 8250: Fix race condition in RTS-after-send handling + - iio: adc: Add check for devm_request_threaded_irq + - habanalabs: Add check for pci_enable_device + - NFS: Return valid errors from nfs2/3_decode_dirent() + - staging: r8188eu: fix endless loop in recv_func + - dma-debug: fix return value of __setup handlers + - clk: imx7d: Remove audio_mclk_root_clk + - clk: imx: off by one in imx_lpcg_parse_clks_from_dt() + - clk: at91: sama7g5: fix parents of PDMCs' GCLK + - clk: qcom: clk-rcg2: Update logic to calculate D value for RCG + - clk: qcom: clk-rcg2: Update the frac table for pixel clock + - dmaengine: hisi_dma: fix MSI allocate fail when reload hisi_dma + - remoteproc: qcom: Fix missing of_node_put in adsp_alloc_memory_region + - remoteproc: qcom_wcnss: Add missing of_node_put() in + wcnss_alloc_memory_region + - remoteproc: qcom_q6v5_mss: Fix some leaks in q6v5_alloc_memory_region + - nvdimm/region: Fix default alignment for small regions + - clk: actions: Terminate clk_div_table with sentinel element + - clk: loongson1: Terminate clk_div_table with sentinel element + - clk: hisilicon: Terminate clk_div_table with sentinel element + - clk: clps711x: Terminate clk_div_table with sentinel element + - clk: Fix clk_hw_get_clk() when dev is NULL + - clk: tegra: tegra124-emc: Fix missing put_device() call in + emc_ensure_emc_driver + - mailbox: imx: fix crash in resume on i.mx8ulp + - NFS: remove unneeded check in decode_devicenotify_args() + - staging: mt7621-dts: fix LEDs and pinctrl on GB-PC1 devicetree + - staging: mt7621-dts: fix formatting + - staging: mt7621-dts: fix pinctrl properties for ethernet + - staging: mt7621-dts: fix GB-PC2 devicetree + - pinctrl: mediatek: Fix missing of_node_put() in mtk_pctrl_init + - pinctrl: mediatek: paris: Fix PIN_CONFIG_BIAS_* readback + - pinctrl: mediatek: paris: Fix "argument" argument type for mtk_pinconf_get() + - pinctrl: mediatek: paris: Fix pingroup pin config state readback + - pinctrl: mediatek: paris: Skip custom extra pin config dump for virtual + GPIOs + - pinctrl: microchip sgpio: use reset driver + - pinctrl: microchip-sgpio: lock RMW access + - pinctrl: nomadik: Add missing of_node_put() in nmk_pinctrl_probe + - pinctrl/rockchip: Add missing of_node_put() in rockchip_pinctrl_probe + - tty: hvc: fix return value of __setup handler + - kgdboc: fix return value of __setup handler + - serial: 8250: fix XOFF/XON sending when DMA is used + - virt: acrn: obtain pa from VMA with PFNMAP flag + - virt: acrn: fix a memory leak in acrn_dev_ioctl() + - kgdbts: fix return value of __setup handler + - firmware: google: Properly state IOMEM dependency + - driver core: dd: fix return value of __setup handler + - jfs: fix divide error in dbNextAG + - netfilter: nf_conntrack_tcp: preserve liberal flag in tcp options + - SUNRPC don't resend a task on an offlined transport + - NFSv4.1: don't retry BIND_CONN_TO_SESSION on session error + - kdb: Fix the putarea helper function + - perf stat: Fix forked applications enablement of counters + - clk: qcom: gcc-msm8994: Fix gpll4 width + - vsock/virtio: initialize vdev->priv before using VQs + - vsock/virtio: read the negotiated features before using VQs + - vsock/virtio: enable VQs early on probe + - clk: Initialize orphan req_rate + - xen: fix is_xen_pmu() + - net: enetc: report software timestamping via SO_TIMESTAMPING + - net: hns3: fix bug when PF set the duplicate MAC address for VFs + - net: hns3: fix port base vlan add fail when concurrent with reset + - net: hns3: add vlan list lock to protect vlan list + - net: hns3: format the output of the MAC address + - net: hns3: refine the process when PF set VF VLAN + - net: phy: broadcom: Fix brcm_fet_config_init() + - selftests: test_vxlan_under_vrf: Fix broken test case + - NFS: Don't loop forever in nfs_do_recoalesce() + - net: hns3: clean residual vf config after disable sriov + - net: sparx5: depends on PTP_1588_CLOCK_OPTIONAL + - qlcnic: dcb: default to returning -EOPNOTSUPP + - net/x25: Fix null-ptr-deref caused by x25_disconnect + - net: sparx5: switchdev: fix possible NULL pointer dereference + - octeontx2-af: initialize action variable + - net: prefer nf_ct_put instead of nf_conntrack_put + - net/sched: act_ct: fix ref leak when switching zones + - NFSv4/pNFS: Fix another issue with a list iterator pointing to the head + - net: dsa: bcm_sf2_cfp: fix an incorrect NULL check on list iterator + - fs: fd tables have to be multiples of BITS_PER_LONG + - lib/test: use after free in register_test_dev_kmod() + - fs: fix fd table size alignment properly + - LSM: general protection fault in legacy_parse_param + - regulator: rpi-panel: Handle I2C errors/timing to the Atmel + - crypto: hisilicon/qm - cleanup warning in qm_vf_read_qos + - gcc-plugins/stackleak: Exactly match strings instead of prefixes + - pinctrl: npcm: Fix broken references to chip->parent_device + - rcu: Mark writes to the rcu_segcblist structure's ->flags field + - block/bfq_wf2q: correct weight to ioprio + - crypto: xts - Add softdep on ecb + - crypto: hisilicon/sec - not need to enable sm4 extra mode at HW V3 + - block, bfq: don't move oom_bfqq + - selinux: use correct type for context length + - arm64: module: remove (NOLOAD) from linker script + - selinux: allow FIOCLEX and FIONCLEX with policy capability + - loop: use sysfs_emit() in the sysfs xxx show() + - Fix incorrect type in assignment of ipv6 port for audit + - irqchip/qcom-pdc: Fix broken locking + - irqchip/nvic: Release nvic_base upon failure + - fs/binfmt_elf: Fix AT_PHDR for unusual ELF files + - bfq: fix use-after-free in bfq_dispatch_request + - ACPICA: Avoid walking the ACPI Namespace if it is not there + - lib/raid6/test/Makefile: Use $(pound) instead of \# for Make 4.3 + - Revert "Revert "block, bfq: honor already-setup queue merges"" + - ACPI/APEI: Limit printable size of BERT table data + - PM: core: keep irq flags in device_pm_check_callbacks() + - parisc: Fix handling off probe non-access faults + - nvme-tcp: lockdep: annotate in-kernel sockets + - spi: tegra20: Use of_device_get_match_data() + - atomics: Fix atomic64_{read_acquire,set_release} fallbacks + - locking/lockdep: Iterate lock_classes directly when reading lockdep files + - ext4: correct cluster len and clusters changed accounting in ext4_mb_mark_bb + - ext4: fix ext4_mb_mark_bb() with flex_bg with fast_commit + - sched/tracing: Report TASK_RTLOCK_WAIT tasks as TASK_UNINTERRUPTIBLE + - ext4: don't BUG if someone dirty pages without asking ext4 first + - f2fs: fix to do sanity check on curseg->alloc_type + - NFSD: Fix nfsd_breaker_owns_lease() return values + - f2fs: don't get FREEZE lock in f2fs_evict_inode in frozen fs + - btrfs: harden identification of a stale device + - btrfs: make search_csum_tree return 0 if we get -EFBIG + - f2fs: use spin_lock to avoid hang + - f2fs: compress: fix to print raw data size in error path of lz4 + decompression + - Adjust cifssb maximum read size + - ntfs: add sanity check on allocation size + - media: staging: media: zoran: move videodev alloc + - media: staging: media: zoran: calculate the right buffer number for + zoran_reap_stat_com + - media: staging: media: zoran: fix various V4L2 compliance errors + - media: atmel: atmel-isc-base: report frame sizes as full supported range + - media: ir_toy: free before error exiting + - ASoC: sh: rz-ssi: Make the data structures available before registering the + handlers + - ASoC: SOF: Intel: match sdw version on link_slaves_found + - media: imx-jpeg: Prevent decoding NV12M jpegs into single-planar buffers + - media: iommu/mediatek-v1: Free the existed fwspec if the master dev already + has + - media: iommu/mediatek: Return ENODEV if the device is NULL + - media: iommu/mediatek: Add device_link between the consumer and the larb + devices + - video: fbdev: nvidiafb: Use strscpy() to prevent buffer overflow + - video: fbdev: w100fb: Reset global state + - video: fbdev: cirrusfb: check pixclock to avoid divide by zero + - video: fbdev: omapfb: acx565akm: replace snprintf with sysfs_emit + - ARM: dts: qcom: fix gic_irq_domain_translate warnings for msm8960 + - ARM: dts: bcm2837: Add the missing L1/L2 cache information + - ASoC: madera: Add dependencies on MFD + - media: atomisp_gmin_platform: Add DMI quirk to not turn AXP ELDO2 regulator + off on some boards + - media: atomisp: fix dummy_ptr check to avoid duplicate active_bo + - ARM: ftrace: avoid redundant loads or clobbering IP + - ARM: dts: imx7: Use audio_mclk_post_div instead audio_mclk_root_clk + - arm64: defconfig: build imx-sdma as a module + - video: fbdev: omapfb: panel-dsi-cm: Use sysfs_emit() instead of snprintf() + - video: fbdev: omapfb: panel-tpo-td043mtea1: Use sysfs_emit() instead of + snprintf() + - video: fbdev: udlfb: replace snprintf in show functions with sysfs_emit + - ARM: dts: bcm2711: Add the missing L1/L2 cache information + - ASoC: soc-core: skip zero num_dai component in searching dai name + - media: imx-jpeg: fix a bug of accessing array out of bounds + - media: cx88-mpeg: clear interrupt status register before streaming video + - uaccess: fix type mismatch warnings from access_ok() + - lib/test_lockup: fix kernel pointer check for separate address spaces + - ARM: tegra: tamonten: Fix I2C3 pad setting + - ARM: mmp: Fix failure to remove sram device + - ASoC: amd: vg: fix for pm resume callback sequence + - video: fbdev: sm712fb: Fix crash in smtcfb_write() + - media: i2c: ov5648: Fix lockdep error + - media: Revert "media: em28xx: add missing em28xx_close_extension" + - media: hdpvr: initialize dev->worker at hdpvr_register_videodev + - ASoC: Intel: sof_sdw: fix quirks for 2022 HP Spectre x360 13" + - tracing: Have TRACE_DEFINE_ENUM affect trace event types as well + - mmc: host: Return an error when ->enable_sdio_irq() ops is missing + - media: atomisp: fix bad usage at error handling logic + - ALSA: hda/realtek: Add alc256-samsung-headphone fixup + - KVM: x86: Reinitialize context if host userspace toggles EFER.LME + - KVM: x86/mmu: Move "invalid" check out of kvm_tdp_mmu_get_root() + - KVM: x86/mmu: Zap _all_ roots when unmapping gfn range in TDP MMU + - KVM: x86/mmu: Check for present SPTE when clearing dirty bit in TDP MMU + - KVM: x86: hyper-v: Drop redundant 'ex' parameter from kvm_hv_send_ipi() + - KVM: x86: hyper-v: Drop redundant 'ex' parameter from kvm_hv_flush_tlb() + - KVM: x86: hyper-v: Fix the maximum number of sparse banks for XMM fast TLB + flush hypercalls + - KVM: x86: hyper-v: HVCALL_SEND_IPI_EX is an XMM fast hypercall + - powerpc/kasan: Fix early region not updated correctly + - powerpc/lib/sstep: Fix 'sthcx' instruction + - powerpc/lib/sstep: Fix build errors with newer binutils + - powerpc: Add set_memory_{p/np}() and remove set_memory_attr() + - powerpc: Fix build errors with newer binutils + - drm/dp: Fix off-by-one in register cache size + - drm/i915: Treat SAGV block time 0 as SAGV disabled + - drm/i915: Fix PSF GV point mask when SAGV is not possible + - drm/i915: Reject unsupported TMDS rates on ICL+ + - scsi: qla2xxx: Refactor asynchronous command initialization + - scsi: qla2xxx: Implement ref count for SRB + - scsi: qla2xxx: Fix stuck session in gpdb + - scsi: qla2xxx: Fix warning message due to adisc being flushed + - scsi: qla2xxx: Fix scheduling while atomic + - scsi: qla2xxx: Fix premature hw access after PCI error + - scsi: qla2xxx: Fix wrong FDMI data for 64G adapter + - scsi: qla2xxx: Fix warning for missing error code + - scsi: qla2xxx: Fix device reconnect in loop topology + - scsi: qla2xxx: edif: Fix clang warning + - scsi: qla2xxx: Fix T10 PI tag escape and IP guard options for 28XX adapters + - scsi: qla2xxx: Add devids and conditionals for 28xx + - scsi: qla2xxx: Check for firmware dump already collected + - scsi: qla2xxx: Suppress a kernel complaint in qla_create_qpair() + - scsi: qla2xxx: Fix disk failure to rediscover + - scsi: qla2xxx: Fix incorrect reporting of task management failure + - scsi: qla2xxx: Fix hang due to session stuck + - scsi: qla2xxx: Fix missed DMA unmap for NVMe ls requests + - scsi: qla2xxx: Fix N2N inconsistent PLOGI + - scsi: qla2xxx: Fix stuck session of PRLI reject + - scsi: qla2xxx: Reduce false trigger to login + - scsi: qla2xxx: Use correct feature type field during RFF_ID processing + - platform: chrome: Split trace include file + - KVM: x86: Check lapic_in_kernel() before attempting to set a SynIC irq + - KVM: x86: Avoid theoretical NULL pointer dereference in + kvm_irq_delivery_to_apic_fast() + - KVM: x86: Forbid VMM to set SYNIC/STIMER MSRs when SynIC wasn't activated + - KVM: Prevent module exit until all VMs are freed + - KVM: x86: fix sending PV IPI + - KVM: SVM: fix panic on out-of-bounds guest IRQ + - ubifs: rename_whiteout: Fix double free for whiteout_ui->data + - ubifs: Fix deadlock in concurrent rename whiteout and inode writeback + - ubifs: Add missing iput if do_tmpfile() failed in rename whiteout + - ubifs: Rename whiteout atomically + - ubifs: Fix 'ui->dirty' race between do_tmpfile() and writeback work + - ubifs: Rectify space amount budget for mkdir/tmpfile operations + - ubifs: setflags: Make dirtied_ino_d 8 bytes aligned + - ubifs: Fix read out-of-bounds in ubifs_wbuf_write_nolock() + - ubifs: Fix to add refcount once page is set private + - ubifs: rename_whiteout: correct old_dir size computing + - nvme: allow duplicate NSIDs for private namespaces + - nvme: fix the read-only state for zoned namespaces with unsupposed features + - wireguard: queueing: use CFI-safe ptr_ring cleanup function + - wireguard: socket: free skb in send6 when ipv6 is disabled + - wireguard: socket: ignore v6 endpoints when ipv6 is disabled + - XArray: Fix xas_create_range() when multi-order entry present + - can: mcba_usb: mcba_usb_start_xmit(): fix double dev_kfree_skb in error path + - can: mcba_usb: properly check endpoint type + - can: mcp251xfd: mcp251xfd_register_get_dev_id(): fix return of error value + - XArray: Update the LRU list in xas_split() + - modpost: restore the warning message for missing symbol versions + - rtc: check if __rtc_read_time was successful + - gfs2: gfs2_setattr_size error path fix + - gfs2: Make sure FITRIM minlen is rounded up to fs block size + - net: hns3: fix the concurrency between functions reading debugfs + - net: hns3: fix software vlan talbe of vlan 0 inconsistent with hardware + - rxrpc: fix some null-ptr-deref bugs in server_key.c + - rxrpc: Fix call timer start racing with call destruction + - mailbox: imx: fix wakeup failure from freeze mode + - crypto: arm/aes-neonbs-cbc - Select generic cbc and aes + - watch_queue: Free the page array when watch_queue is dismantled + - pinctrl: pinconf-generic: Print arguments for bias-pull-* + - watchdog: rti-wdt: Add missing pm_runtime_disable() in probe function + - net: sparx5: uses, depends on BRIDGE or !BRIDGE + - pinctrl: nuvoton: npcm7xx: Rename DS() macro to DSTR() + - pinctrl: nuvoton: npcm7xx: Use %zu printk format for ARRAY_SIZE() + - ASoC: mediatek: mt6358: add missing EXPORT_SYMBOLs + - ubi: Fix race condition between ctrl_cdev_ioctl and ubi_cdev_ioctl + - ARM: iop32x: offset IRQ numbers by 1 + - block: Fix the maximum minor value is blk_alloc_ext_minor() + - io_uring: fix memory leak of uid in files registration + - riscv module: remove (NOLOAD) + - ACPI: CPPC: Avoid out of bounds access when parsing _CPC data + - vhost: handle error while adding split ranges to iotlb + - spi: Fix Tegra QSPI example + - platform/chrome: cros_ec_typec: Check for EC device + - can: isotp: restore accidentally removed MSG_PEEK feature + - proc: bootconfig: Add null pointer check + - drm/connector: Fix typo in documentation + - scsi: qla2xxx: Add qla2x00_async_done() for async routines + - staging: mt7621-dts: fix pinctrl-0 items to be size-1 items on ethernet + - arm64: mm: Drop 'const' from conditional arm64_dma_phys_limit definition + - ASoC: soc-compress: Change the check for codec_dai + - Reinstate some of "swiotlb: rework "fix info leak with DMA_FROM_DEVICE"" + - tracing: Have type enum modifications copy the strings + - net: add skb_set_end_offset() helper + - net: preserve skb_end_offset() in skb_unclone_keeptruesize() + - mm/mmap: return 1 from stack_guard_gap __setup() handler + - ARM: 9187/1: JIVE: fix return value of __setup handler + - mm/memcontrol: return 1 from cgroup.memory __setup() handler + - mm/usercopy: return 1 from hardened_usercopy __setup() handler + - af_unix: Support POLLPRI for OOB. + - bpf: Adjust BPF stack helper functions to accommodate skip > 0 + - bpf: Fix comment for helper bpf_current_task_under_cgroup() + - mmc: rtsx: Use pm_runtime_{get,put}() to handle runtime PM + - dt-bindings: mtd: nand-controller: Fix the reg property description + - dt-bindings: mtd: nand-controller: Fix a comment in the examples + - dt-bindings: spi: mxic: The interrupt property is not mandatory + - dt-bindings: memory: mtk-smi: No need mediatek,larb-id for mt8167 + - dt-bindings: pinctrl: pinctrl-microchip-sgpio: Fix example + - ubi: fastmap: Return error code if memory allocation fails in add_aeb() + - ASoC: SOF: Intel: Fix build error without SND_SOC_SOF_PCI_DEV + - ASoC: topology: Allow TLV control to be either read or write + - perf vendor events: Update metrics for SkyLake Server + - media: ov6650: Add try support to selection API operations + - media: ov6650: Fix crop rectangle affected by set format + - spi: mediatek: support tick_delay without enhance_timing + - ARM: dts: spear1340: Update serial node properties + - ARM: dts: spear13xx: Update SPI dma properties + - arm64: dts: ls1043a: Update i2c dma properties + - arm64: dts: ls1046a: Update i2c node dma properties + - um: Fix uml_mconsole stop/go + - docs: sysctl/kernel: add missing bit to panic_print + - openvswitch: Fixed nd target mask field in the flow dump. + - torture: Make torture.sh help message match reality + - n64cart: convert bi_disk to bi_bdev->bd_disk fix build + - mmc: rtsx: Let MMC core handle runtime PM + - mmc: rtsx: Fix build errors/warnings for unused variable + - KVM: x86/mmu: do compare-and-exchange of gPTE via the user address + - iommu/dma: Skip extra sync during unmap w/swiotlb + - iommu/dma: Fold _swiotlb helpers into callers + - iommu/dma: Check CONFIG_SWIOTLB more broadly + - swiotlb: Support aligned swiotlb buffers + - iommu/dma: Account for min_align_mask w/swiotlb + - coredump: Snapshot the vmas in do_coredump + - coredump: Remove the WARN_ON in dump_vma_snapshot + - coredump/elf: Pass coredump_params into fill_note_info + - coredump: Use the vma snapshot in fill_files_note + - PCI: xgene: Revert "PCI: xgene: Use inbound resources for setup" + - Linux 5.15.33 + * Jammy update: v5.15.32 upstream stable release (LP: #1969106) + - net: ipv6: fix skb_over_panic in __ip6_append_data + - tpm: Fix error handling in async work + - Bluetooth: btusb: Add another Realtek 8761BU + - llc: fix netdevice reference leaks in llc_ui_bind() + - ASoC: sti: Fix deadlock via snd_pcm_stop_xrun() call + - ALSA: oss: Fix PCM OSS buffer allocation overflow + - ALSA: usb-audio: add mapping for new Corsair Virtuoso SE + - ALSA: hda/realtek: Add quirk for Clevo NP70PNJ + - ALSA: hda/realtek: Add quirk for Clevo NP50PNJ + - ALSA: hda/realtek - Fix headset mic problem for a HP machine with alc671 + - ALSA: hda/realtek: Add quirk for ASUS GA402 + - ALSA: pcm: Fix races among concurrent hw_params and hw_free calls + - ALSA: pcm: Fix races among concurrent read/write and buffer changes + - ALSA: pcm: Fix races among concurrent prepare and hw_params/hw_free calls + - ALSA: pcm: Fix races among concurrent prealloc proc writes + - ALSA: pcm: Add stream lock during PCM reset ioctl operations + - ALSA: usb-audio: Add mute TLV for playback volumes on RODE NT-USB + - ALSA: cmipci: Restore aux vol on suspend/resume + - ALSA: pci: fix reading of swapped values from pcmreg in AC97 codec + - drivers: net: xgene: Fix regression in CRC stripping + - ACPI / x86: Work around broken XSDT on Advantech DAC-BJ01 board + - ACPI: battery: Add device HID and quirk for Microsoft Surface Go 3 + - ACPI: video: Force backlight native for Clevo NL5xRU and NL5xNU + - crypto: qat - disable registration of algorithms + - Bluetooth: btusb: Add one more Bluetooth part for the Realtek RTL8852AE + - Revert "ath: add support for special 0x0 regulatory domain" + - drm/virtio: Ensure that objs is not NULL in virtio_gpu_array_put_free() + - rcu: Don't deboost before reporting expedited quiescent state + - uaccess: fix integer overflow on access_ok() + - mac80211: fix potential double free on mesh join + - tpm: use try_get_ops() in tpm-space.c + - wcn36xx: Differentiate wcn3660 from wcn3620 + - m68k: fix access_ok for coldfire + - nds32: fix access_ok() checks in get/put_user + - llc: only change llc->dev when bind() succeeds + - Linux 5.15.32 + * Jammy update: v5.15.31 upstream stable release (LP: #1969105) + - crypto: qcom-rng - ensure buffer for generate is completely filled + - ocfs2: fix crash when initialize filecheck kobj fails + - mm: swap: get rid of livelock in swapin readahead + - block: release rq qos structures for queue without disk + - drm/mgag200: Fix PLL setup for g200wb and g200ew + - efi: fix return value of __setup handlers + - alx: acquire mutex for alx_reinit in alx_change_mtu + - vsock: each transport cycles only on its own sockets + - esp6: fix check on ipv6_skip_exthdr's return value + - net: phy: marvell: Fix invalid comparison in the resume and suspend + functions + - net/packet: fix slab-out-of-bounds access in packet_recvmsg() + - atm: eni: Add check for dma_map_single + - iavf: Fix double free in iavf_reset_task + - hv_netvsc: Add check for kvmalloc_array + - drm/imx: parallel-display: Remove bus flags check in + imx_pd_bridge_atomic_check() + - drm/panel: simple: Fix Innolux G070Y2-L01 BPP settings + - net: handle ARPHRD_PIMREG in dev_is_mac_header_xmit() + - drm: Don't make DRM_PANEL_BRIDGE dependent on DRM_KMS_HELPERS + - net: dsa: Add missing of_node_put() in dsa_port_parse_of + - net: phy: mscc: Add MODULE_FIRMWARE macros + - bnx2x: fix built-in kernel driver load failure + - net: bcmgenet: skip invalid partial checksums + - net: mscc: ocelot: fix backwards compatibility with single-chain tc-flower + offload + - iavf: Fix hang during reboot/shutdown + - arm64: fix clang warning about TRAMP_VALIAS + - usb: gadget: rndis: prevent integer overflow in rndis_set_response() + - usb: gadget: Fix use-after-free bug by not setting udc->dev.driver + - usb: usbtmc: Fix bug in pipe direction for control transfers + - scsi: mpt3sas: Page fault in reply q processing + - Input: aiptek - properly check endpoint type + - perf symbols: Fix symbol size calculation condition + - btrfs: skip reserved bytes warning on unmount after log cleanup failure + - Linux 5.15.31 + + -- Stefan Bader Mon, 23 May 2022 15:13:57 +0200 + +linux-lowlatency (5.15.0-33.34) jammy; urgency=medium + + * jammy/linux-lowlatency: 5.15.0-33.34 -proposed tracker (LP: #1973907) + + [ Ubuntu: 5.15.0-33.34 ] + + * jammy/linux: 5.15.0-33.34 -proposed tracker (LP: #1973924) + * CVE-2022-29581 + - net/sched: cls_u32: fix netns refcount changes in u32_change() + * ext4: limit length to bitmap_maxbytes (LP: #1972281) + - ext4: limit length to bitmap_maxbytes - blocksize in punch_hole + * Unprivileged users may use PTRACE_SEIZE to set PTRACE_O_SUSPEND_SECCOMP + option (LP: #1972740) + - ptrace: Check PTRACE_O_SUSPEND_SECCOMP permission on PTRACE_SEIZE + + -- Stefan Bader Wed, 18 May 2022 17:24:45 +0200 + +linux-lowlatency (5.15.0-30.31) jammy; urgency=medium + + * jammy/linux-lowlatency: 5.15.0-30.31 -proposed tracker (LP: #1971684) + + [ Ubuntu: 5.15.0-30.31 ] + + * jammy/linux: 5.15.0-30.31 -proposed tracker (LP: #1971685) + * Packaging resync (LP: #1786013) + - [Packaging] update variants + - debian/dkms-versions -- update from kernel-versions (main/2022.04.18) + * Intel: enable x86 AMX (LP: #1967750) + - x86/extable: Tidy up redundant handler functions + - x86/extable: Get rid of redundant macros + - x86/mce: Deduplicate exception handling + - x86/mce: Get rid of stray semicolons + - x86/extable: Rework the exception table mechanics + - x86/extable: Provide EX_TYPE_DEFAULT_MCE_SAFE and EX_TYPE_FAULT_MCE_SAFE + - x86/copy_mc: Use EX_TYPE_DEFAULT_MCE_SAFE for exception fixups + - x86/fpu: Use EX_TYPE_FAULT_MCE_SAFE for exception fixups + - x86/extable: Remove EX_TYPE_FAULT from MCE safe fixups + - x86/fpu/signal: Clarify exception handling in restore_fpregs_from_user() + - x86/fpu/signal: Move header zeroing out of xsave_to_user_sigframe() + - x86/fpu/signal: Move xstate clearing out of copy_fpregs_to_sigframe() + - x86/fpu/signal: Change return type of copy_fpstate_to_sigframe() to boolean + - x86/fpu/signal: Change return type of copy_fpregs_to_sigframe() helpers to + boolean + - x86/signal: Change return type of restore_sigcontext() to boolean + - x86/fpu/signal: Change return type of fpu__restore_sig() to boolean + - x86/fpu/signal: Change return type of __fpu_restore_sig() to boolean + - x86/fpu/signal: Change return code of check_xstate_in_sigframe() to boolean + - x86/fpu/signal: Change return code of restore_fpregs_from_user() to boolean + - x86/fpu/signal: Fix missed conversion to correct boolean retval in + save_xstate_epilog() + - x86/fpu: Remove pointless argument from switch_fpu_finish() + - x86/fpu: Update stale comments + - x86/pkru: Remove useless include + - x86/fpu: Restrict xsaves()/xrstors() to independent states + - x86/fpu: Cleanup the on_boot_cpu clutter + - x86/fpu: Remove pointless memset in fpu_clone() + - x86/process: Clone FPU in copy_thread() + - x86/fpu: Do not inherit FPU context for kernel and IO worker threads + - x86/fpu: Cleanup xstate xcomp_bv initialization + - x86/fpu/xstate: Provide and use for_each_xfeature() + - x86/fpu/xstate: Mark all init only functions __init + - x86/fpu: Move KVMs FPU swapping to FPU core + - x86/fpu: Replace KVMs home brewed FPU copy from user + - x86/fpu: Rework copy_xstate_to_uabi_buf() + - x86/fpu: Mark fpu__init_prepare_fx_sw_frame() as __init + - x86/fpu: Move context switch and exit to user inlines into sched.h + - x86/fpu: Clean up CPU feature tests + - x86/fpu: Make os_xrstor_booting() private + - x86/fpu: Move os_xsave() and os_xrstor() to core + - x86/fpu: Move legacy ASM wrappers to core + - x86/fpu: Make WARN_ON_FPU() private + - x86/fpu: Move fpregs_restore_userregs() to core + - x86/fpu: Move mxcsr related code to core + - x86/fpu: Move fpstate functions to api.h + - x86/fpu: Remove internal.h dependency from fpu/signal.h + - x86/sev: Include fpu/xcr.h + - x86/fpu: Mop up the internal.h leftovers + - x86/fpu: Replace the includes of fpu/internal.h + - x86/fpu: Provide a proper function for ex_handler_fprestore() + - x86/fpu: Replace KVMs home brewed FPU copy to user + - x86/fpu: Provide struct fpstate + - x86/fpu: Convert fpstate_init() to struct fpstate + - x86/fpu: Convert restore_fpregs_from_fpstate() to struct fpstate + - x86/fpu: Replace KVMs xstate component clearing + - x86/KVM: Convert to fpstate + - x86/fpu: Convert tracing to fpstate + - x86/fpu/regset: Convert to fpstate + - x86/fpu/signal: Convert to fpstate + - x86/fpu/core: Convert to fpstate + - x86/math-emu: Convert to fpstate + - x86/fpu: Remove fpu::state + - x86/fpu: Do not leak fpstate pointer on fork + - x86/process: Move arch_thread_struct_whitelist() out of line + - x86/fpu: Add size and mask information to fpstate + - x86/fpu: Use fpstate::size + - x86/fpu/xstate: Use fpstate for os_xsave() + - x86/fpu/xstate: Use fpstate for xsave_to_user_sigframe() + - x86/fpu: Use fpstate in fpu_copy_kvm_uabi_to_fpstate() + - x86/fpu: Use fpstate in __copy_xstate_to_uabi_buf() + - x86/fpu/xstate: Use fpstate for copy_uabi_to_xstate() + - x86/fpu/signal: Use fpstate for size and features + - x86/fpu: Provide struct fpu_config + - x86/fpu: Cleanup fpu__init_system_xstate_size_legacy() + - x86/fpu/xstate: Cleanup size calculations + - x86/fpu: Move xstate size to fpu_*_cfg + - x86/fpu: Move xstate feature masks to fpu_*_cfg + - x86/fpu: Mop up xfeatures_mask_uabi() + - x86/fpu: Rework restore_regs_from_fpstate() + - x86/fpu/xstate: Move remaining xfeature helpers to core + - x86/fpu: Prepare for sanitizing KVM FPU code + - x86/fpu: Provide infrastructure for KVM FPU cleanup + - x86/kvm: Convert FPU handling to a single swap buffer + - x86/fpu: Remove old KVM FPU interface + - signal: Add an optional check for altstack size + - x86/signal: Implement sigaltstack size validation + - x86/fpu/xstate: Provide xstate_calculate_size() + - x86/fpu: Add members to struct fpu to cache permission information + - x86/fpu: Add fpu_state_config::legacy_features + - x86/arch_prctl: Add controls for dynamic XSTATE components + - x86/fpu: Add basic helpers for dynamically enabled features + - x86/signal: Use fpu::__state_user_size for sigalt stack validation + - x86/fpu/signal: Prepare for variable sigframe length + - x86/fpu: Prepare fpu_clone() for dynamically enabled features + - x86/fpu: Reset permission and fpstate on exec() + - x86/cpufeatures: Add eXtended Feature Disabling (XFD) feature bit + - x86/msr-index: Add MSRs for XFD + - x86/fpu: Add XFD state to fpstate + - x86/fpu: Add sanity checks for XFD + - x86/fpu: Update XFD state where required + - x86/fpu/xstate: Add XFD #NM handler + - x86/fpu/xstate: Add fpstate_realloc()/free() + - x86/fpu/xstate: Prepare XSAVE feature table for gaps in state component + numbers + - x86/fpu/amx: Define AMX state components and have it used for boot-time + checks + - x86/fpu: Calculate the default sizes independently + - x86/fpu: Add XFD handling for dynamic states + - x86/fpu/amx: Enable the AMX feature in 64-bit mode + - selftests/x86/amx: Add test cases for AMX state management + - selftests/x86/amx: Add context switch test + - Documentation/x86: Add documentation for using dynamic XSTATE features + - x86/fpu/signal: Initialize sw_bytes in save_xstate_epilog() + - signal: Skip the altstack update when not needed + - x86/cpufeatures: Put the AMX macros in the word 18 block + - x86/fpu/xstate: Fix the ARCH_REQ_XCOMP_PERM implementation + - selftests/x86/amx: Update the ARCH_REQ_XCOMP_PERM test + - [Config] updateconfigs after AMX patchset + + -- Stefan Bader Thu, 05 May 2022 12:20:21 +0200 + +linux-lowlatency (5.15.0-27.28) jammy; urgency=medium + + * jammy/linux-lowlatency: 5.15.0-27.28 -proposed tracker (LP: #1969459) + + [ Ubuntu: 5.15.0-27.28 ] + + * jammy/linux: 5.15.0-27.28 -proposed tracker (LP: #1968954) + + [ Ubuntu: 5.15.0-26.27 ] + + * jammy/linux: 5.15.0-26.27 -proposed tracker (LP: #1968850) + * CVE-2022-1016 + - netfilter: nf_tables: initialize registers in nft_do_chain() + * CVE-2022-1015 + - netfilter: nf_tables: validate registers coming from userspace. + * CVE-2022-26490 + - nfc: st21nfca: Fix potential buffer overflows in EVT_TRANSACTION + * harden indirect calls against BHI attacks (LP: #1967579) + - objtool: Classify symbols + - objtool: Explicitly avoid self modifying code in .altinstr_replacement + - objtool: Shrink struct instruction + - objtool,x86: Replace alternatives with .retpoline_sites + - x86/retpoline: Remove unused replacement symbols + - x86/asm: Fix register order + - x86/asm: Fixup odd GEN-for-each-reg.h usage + - x86/retpoline: Move the retpoline thunk declarations to nospec-branch.h + - x86/retpoline: Create a retpoline thunk array + - x86/alternative: Implement .retpoline_sites support + - x86/alternative: Handle Jcc __x86_indirect_thunk_\reg + - x86/alternative: Try inline spectre_v2=retpoline,amd + - x86/alternative: Add debug prints to apply_retpolines() + - bpf,x86: Simplify computing label offsets + - bpf,x86: Respect X86_FEATURE_RETPOLINE* + + -- Andrea Righi Tue, 19 Apr 2022 15:46:59 +0200 + +linux-lowlatency (5.15.0-24.24) jammy; urgency=medium + + * jammy/linux-lowlatency: 5.15.0-24.24 -proposed tracker (LP: #1966488) + + * Packaging resync (LP: #1786013) + - [Packaging] update variants + - [Packaging] update helper scripts + + * dependency on crda obsolete according to Debian (LP: #1958918) + - [Packaging] switch dependency from crda to wireless-regdb + + * Miscellaneous Ubuntu changes + - [Config] update toolchain versions + - [Packaging] drop unused ABIs + + [ Ubuntu: 5.15.0-25.25 ] + + * jammy/linux: 5.15.0-25.25 -proposed tracker (LP: #1967146) + * Miscellaneous Ubuntu changes + - SAUCE: Revert "scsi: core: Reallocate device's budget map on queue depth + change" + + [ Ubuntu: 5.15.0-24.24 ] + + * jammy/linux: 5.15.0-24.24 -proposed tracker (LP: #1966305) + * Update OS policy capability handshake (LP: #1966089) + - thermal: int340x: Update OS policy capability handshake + * Jammy update: v5.15.30 upstream stable release (LP: #1966057) + - Revert "xfrm: state and policy should fail if XFRMA_IF_ID 0" + - arm64: dts: rockchip: fix rk3399-puma-haikou USB OTG mode + - xfrm: Check if_id in xfrm_migrate + - xfrm: Fix xfrm migrate issues when address family changes + - arm64: dts: rockchip: fix rk3399-puma eMMC HS400 signal integrity + - arm64: dts: rockchip: align pl330 node name with dtschema + - arm64: dts: rockchip: reorder rk3399 hdmi clocks + - arm64: dts: agilex: use the compatible "intel,socfpga-agilex-hsotg" + - ARM: dts: rockchip: reorder rk322x hmdi clocks + - ARM: dts: rockchip: fix a typo on rk3288 crypto-controller + - mac80211: refuse aggregations sessions before authorized + - MIPS: smp: fill in sibling and core maps earlier + - ARM: 9178/1: fix unmet dependency on BITREVERSE for HAVE_ARCH_BITREVERSE + - Bluetooth: hci_core: Fix leaking sent_cmd skb + - can: rcar_canfd: rcar_canfd_channel_probe(): register the CAN device when + fully ready + - atm: firestream: check the return value of ioremap() in fs_init() + - iwlwifi: don't advertise TWT support + - drm/vrr: Set VRR capable prop only if it is attached to connector + - nl80211: Update bss channel on channel switch for P2P_CLIENT + - tcp: make tcp_read_sock() more robust + - sfc: extend the locking on mcdi->seqno + - bnx2: Fix an error message + - kselftest/vm: fix tests build with old libc + - x86/module: Fix the paravirt vs alternative order + - ice: Fix race condition during interface enslave + - Linux 5.15.30 + * Jammy update: v5.15.29 upstream stable release (LP: #1966056) + - arm64: dts: qcom: sm8350: Describe GCC dependency clocks + - arm64: dts: qcom: sm8350: Correct UFS symbol clocks + - HID: elo: Revert USB reference counting + - HID: hid-thrustmaster: fix OOB read in thrustmaster_interrupts + - ARM: boot: dts: bcm2711: Fix HVS register range + - clk: qcom: gdsc: Add support to update GDSC transition delay + - clk: qcom: dispcc: Update the transition delay for MDSS GDSC + - HID: vivaldi: fix sysfs attributes leak + - arm64: dts: armada-3720-turris-mox: Add missing ethernet0 alias + - tipc: fix kernel panic when enabling bearer + - vdpa/mlx5: add validation for VIRTIO_NET_CTRL_MQ_VQ_PAIRS_SET command + - vduse: Fix returning wrong type in vduse_domain_alloc_iova() + - net: phy: meson-gxl: fix interrupt handling in forced mode + - mISDN: Fix memory leak in dsp_pipeline_build() + - vhost: fix hung thread due to erroneous iotlb entries + - virtio-blk: Don't use MAX_DISCARD_SEGMENTS if max_discard_seg is zero + - vdpa: fix use-after-free on vp_vdpa_remove + - isdn: hfcpci: check the return value of dma_set_mask() in setup_hw() + - net: qlogic: check the return value of dma_alloc_coherent() in + qed_vf_hw_prepare() + - esp: Fix possible buffer overflow in ESP transformation + - esp: Fix BEET mode inter address family tunneling on GSO + - qed: return status of qed_iov_get_link + - smsc95xx: Ignore -ENODEV errors when device is unplugged + - gpiolib: acpi: Convert ACPI value of debounce to microseconds + - drm/sun4i: mixer: Fix P010 and P210 format numbers + - net: dsa: mt7530: fix incorrect test in mt753x_phylink_validate() + - ARM: dts: aspeed: Fix AST2600 quad spi group + - iavf: Fix handling of vlan strip virtual channel messages + - i40e: stop disabling VFs due to PF error responses + - ice: stop disabling VFs due to PF error responses + - ice: Fix error with handling of bonding MTU + - ice: Don't use GFP_KERNEL in atomic context + - ice: Fix curr_link_speed advertised speed + - ethernet: Fix error handling in xemaclite_of_probe + - tipc: fix incorrect order of state message data sanity check + - net: ethernet: ti: cpts: Handle error for clk_enable + - net: ethernet: lpc_eth: Handle error for clk_enable + - net: marvell: prestera: Add missing of_node_put() in + prestera_switch_set_base_mac_addr + - ax25: Fix NULL pointer dereference in ax25_kill_by_device + - net/mlx5: Fix size field in bufferx_reg struct + - net/mlx5: Fix a race on command flush flow + - net/mlx5e: Lag, Only handle events from highest priority multipath entry + - NFC: port100: fix use-after-free in port100_send_complete + - selftests: pmtu.sh: Kill tcpdump processes launched by subshell. + - selftests: pmtu.sh: Kill nettest processes launched in subshell. + - gpio: ts4900: Do not set DAT and OE together + - gianfar: ethtool: Fix refcount leak in gfar_get_ts_info + - net: phy: DP83822: clear MISR2 register to disable interrupts + - sctp: fix kernel-infoleak for SCTP sockets + - net: bcmgenet: Don't claim WOL when its not available + - net: phy: meson-gxl: improve link-up behavior + - selftests/bpf: Add test for bpf_timer overwriting crash + - swiotlb: fix info leak with DMA_FROM_DEVICE + - usb: dwc3: pci: add support for the Intel Raptor Lake-S + - pinctrl: tigerlake: Revert "Add Alder Lake-M ACPI ID" + - KVM: Fix lockdep false negative during host resume + - kvm: x86: Disable KVM_HC_CLOCK_PAIRING if tsc is in always catchup mode + - spi: rockchip: Fix error in getting num-cs property + - spi: rockchip: terminate dma transmission when slave abort + - drm/vc4: hdmi: Unregister codec device on unbind + - x86/kvm: Don't use pv tlb/ipi/sched_yield if on 1 vCPU + - net-sysfs: add check for netdevice being present to speed_show + - hwmon: (pmbus) Clear pmbus fault/warning bits after read + - PCI: Mark all AMD Navi10 and Navi14 GPU ATS as broken + - gpio: Return EPROBE_DEFER if gc->to_irq is NULL + - drm/amdgpu: bypass tiling flag check in virtual display case (v2) + - Revert "xen-netback: remove 'hotplug-status' once it has served its purpose" + - Revert "xen-netback: Check for hotplug-status existence before watching" + - ipv6: prevent a possible race condition with lifetimes + - tracing: Ensure trace buffer is at least 4096 bytes large + - tracing/osnoise: Make osnoise_main to sleep for microseconds + - selftest/vm: fix map_fixed_noreplace test failure + - selftests/memfd: clean up mapping in mfd_fail_write + - ARM: Spectre-BHB: provide empty stub for non-config + - fuse: fix fileattr op failure + - fuse: fix pipe buffer lifetime for direct_io + - staging: rtl8723bs: Fix access-point mode deadlock + - staging: gdm724x: fix use after free in gdm_lte_rx() + - net: macb: Fix lost RX packet wakeup race in NAPI receive + - riscv: alternative only works on !XIP_KERNEL + - mmc: meson: Fix usage of meson_mmc_post_req() + - riscv: Fix auipc+jalr relocation range checks + - tracing/osnoise: Force quiescent states while tracing + - arm64: dts: marvell: armada-37xx: Remap IO space to bus address 0x0 + - arm64: Ensure execute-only permissions are not allowed without EPAN + - arm64: kasan: fix include error in MTE functions + - swiotlb: rework "fix info leak with DMA_FROM_DEVICE" + - KVM: x86/mmu: kvm_faultin_pfn has to return false if pfh is returned + - virtio: unexport virtio_finalize_features + - virtio: acknowledge all features before access + - net/mlx5: Fix offloading with ESWITCH_IPV4_TTL_MODIFY_ENABLE + - ARM: fix Thumb2 regression with Spectre BHB + - watch_queue: Fix filter limit check + - watch_queue, pipe: Free watchqueue state after clearing pipe ring + - watch_queue: Fix to release page in ->release() + - watch_queue: Fix to always request a pow-of-2 pipe ring size + - watch_queue: Fix the alloc bitmap size to reflect notes allocated + - watch_queue: Free the alloc bitmap when the watch_queue is torn down + - watch_queue: Fix lack of barrier/sync/lock between post and read + - watch_queue: Make comment about setting ->defunct more accurate + - x86/boot: Fix memremap of setup_indirect structures + - x86/boot: Add setup_indirect support in early_memremap_is_setup_data() + - x86/sgx: Free backing memory after faulting the enclave page + - x86/traps: Mark do_int3() NOKPROBE_SYMBOL + - drm/panel: Select DRM_DP_HELPER for DRM_PANEL_EDP + - btrfs: make send work with concurrent block group relocation + - drm/i915: Workaround broken BIOS DBUF configuration on TGL/RKL + - riscv: dts: k210: fix broken IRQs on hart1 + - block: drop unused includes in + - Revert "net: dsa: mv88e6xxx: flush switchdev FDB workqueue before removing + VLAN" + - vhost: allow batching hint without size + - Linux 5.15.29 + * Jammy update: v5.15.28 upstream stable release (LP: #1966055) + - slip: fix macro redefine warning + - ARM: fix co-processor register typo + - ARM: Do not use NOCROSSREFS directive with ld.lld + - arm64: Do not include __READ_ONCE() block in assembly files + - ARM: fix build warning in proc-v7-bugs.c + - xen/xenbus: don't let xenbus_grant_ring() remove grants in error case + - xen/grant-table: add gnttab_try_end_foreign_access() + - xen/blkfront: don't use gnttab_query_foreign_access() for mapped status + - xen/netfront: don't use gnttab_query_foreign_access() for mapped status + - xen/scsifront: don't use gnttab_query_foreign_access() for mapped status + - xen/gntalloc: don't use gnttab_query_foreign_access() + - xen: remove gnttab_query_foreign_access() + - xen/9p: use alloc/free_pages_exact() + - xen/pvcalls: use alloc/free_pages_exact() + - xen/gnttab: fix gnttab_end_foreign_access() without page specified + - xen/netfront: react properly to failing gnttab_end_foreign_access_ref() + - Revert "ACPI: PM: s2idle: Cancel wakeup before dispatching EC GPE" + - Linux 5.15.28 + * zfcpdump-kernel update to v5.15 (LP: #1965766) + - SAUCE: Audit: Fix incorrect static inline function declration. + * [22.04 FEAT] SMC-R v2 Support (LP: #1929035) + - net/smc: save stack space and allocate smc_init_info + - net/smc: prepare for SMC-Rv2 connection + - net/smc: add SMC-Rv2 connection establishment + - net/smc: add listen processing for SMC-Rv2 + - net/smc: add v2 format of CLC decline message + - net/smc: retrieve v2 gid from IB device + - net/smc: add v2 support to the work request layer + - net/smc: extend LLC layer for SMC-Rv2 + - net/smc: add netlink support for SMC-Rv2 + - net/smc: stop links when their GID is removed + - net/smc: fix kernel panic caused by race of smc_sock + - net/smc: Fix hung_task when removing SMC-R devices + * [22.04 FEAT] Transparent PCI device recovery (LP: #1959532) + - s390/pci: tolerate inconsistent handle in recover + - s390/pci: add simpler s390dbf traces for events + - s390/pci: refresh function handle in iomap + - s390/pci: implement reset_slot for hotplug slot + - PCI: Export pci_dev_lock() + - s390/pci: implement minimal PCI error recovery + * Mute/mic LEDs no function on some HP platfroms (LP: #1965080) + - ALSA: hda/realtek: fix right sounds and mute/micmute LEDs for HP machines + * [22.04 FEAT] smc: Add User-defined EID (Enterprise ID) Support - kernel + (LP: #1929060) + - net/smc: add support for user defined EIDs + - net/smc: keep static copy of system EID + - net/smc: add generic netlink support for system EID + * Rotate to 2021v1 signing key (LP: #1964990) + - [Packaging] Rotate to 2021v1 signing key + * [22.04 FEAT] zcrypt DD: Exploitation Support of new IBM Z Crypto Hardware + (kernel part) (LP: #1959547) + - s390/zcrypt: rework of debug feature messages + - s390/ap/zcrypt: debug feature improvements + - s390/zcrypt: CEX8S exploitation support + - s390/zcrypt: handle checkstopped cards with new state + - s390/zcrypt: Support CPRB minor version T7 + - s390/zcrypt: change reply buffer size offering + - s390/zcrypt: Provide target domain for EP11 cprbs to scheduling function + - s390/airq: use DMA memory for summary indicators + * [22.04 FEAT] [VS2103] Set KVM_CAP_S390_MEM_OP_EXTENSION capability to 211 + (LP: #1963901) + - SAUCE: Set KVM_CAP_S390_MEM_OP_EXTENSION capability to 211 + * dependency on crda obsolete according to Debian (LP: #1958918) + - [Packaging] switch dependency from crda to wireless-regdb + * Cirrus audio support [1028:0BB5] & [1028:0BB6] (LP: #1964748) + - ALSA: hda/cs8409: Add new Warlock SKUs to patch_cs8409 + * Miscellaneous Ubuntu changes + - [Packaging] mark dkms-build-configure--zfs executable + - [Packaging] Fix bashism in dkms-build script + - [Packaging] Always catch errors in dkms-build scripts + - [Config] toolchain version update + * Miscellaneous upstream changes + - Ubuntu: remove leftover reference to ubuntu/hio driver + - Reverting commits 61005756c824 and cdb0f8e66513 due to a conflict with + LP#1929035. Re-pick them afterwards, which will establish the upstream + commit content and order again. + - Revert "UBUNTU: [Packaging] Rotate to 2021v1 signing key" + + -- Andrea Righi Thu, 31 Mar 2022 10:37:37 +0200 + +linux-lowlatency (5.15.0-23.23) jammy; urgency=medium + + * jammy/linux-lowlatency: 5.15.0-23.23 -proposed tracker (LP: #1964971) + + * Packaging resync (LP: #1786013) + - [Packaging] resync getabis + + [ Ubuntu: 5.15.0-23.23 ] + + * jammy/linux: 5.15.0-23.23 -proposed tracker (LP: #1964573) + * Packaging resync (LP: #1786013) + - [Packaging] resync dkms-build{,--nvidia-N} from LRMv5 + - debian/dkms-versions -- update from kernel-versions (main/master) + * [22.04 FEAT] KVM: Enable GISA support for Secure Execution guests + (LP: #1959977) + - KVM: s390: pv: make use of ultravisor AIV support + * intel_iommu breaks Intel IPU6 camera: isys port open ready failed -16 + (LP: #1958004) + - SAUCE: iommu: intel-ipu: use IOMMU passthrough mode for Intel IPUs + * CVE-2022-23960 + - ARM: report Spectre v2 status through sysfs + - ARM: early traps initialisation + - ARM: use LOADADDR() to get load address of sections + - ARM: Spectre-BHB workaround + - ARM: include unprivileged BPF status in Spectre V2 reporting + - arm64: Add Neoverse-N2, Cortex-A710 CPU part definition + - arm64: Add HWCAP for self-synchronising virtual counter + - arm64: Add Cortex-X2 CPU part definition + - arm64: add ID_AA64ISAR2_EL1 sys register + - arm64: cpufeature: add HWCAP for FEAT_AFP + - arm64: cpufeature: add HWCAP for FEAT_RPRES + - arm64: entry.S: Add ventry overflow sanity checks + - arm64: spectre: Rename spectre_v4_patch_fw_mitigation_conduit + - KVM: arm64: Allow indirect vectors to be used without SPECTRE_V3A + - arm64: entry: Make the trampoline cleanup optional + - arm64: entry: Free up another register on kpti's tramp_exit path + - arm64: entry: Move the trampoline data page before the text page + - arm64: entry: Allow tramp_alias to access symbols after the 4K boundary + - arm64: entry: Don't assume tramp_vectors is the start of the vectors + - arm64: entry: Move trampoline macros out of ifdef'd section + - arm64: entry: Make the kpti trampoline's kpti sequence optional + - arm64: entry: Allow the trampoline text to occupy multiple pages + - arm64: entry: Add non-kpti __bp_harden_el1_vectors for mitigations + - arm64: entry: Add vectors that have the bhb mitigation sequences + - arm64: entry: Add macro for reading symbol addresses from the trampoline + - arm64: Add percpu vectors for EL1 + - arm64: proton-pack: Report Spectre-BHB vulnerabilities as part of Spectre-v2 + - arm64: Mitigate spectre style branch history side channels + - KVM: arm64: Allow SMCCC_ARCH_WORKAROUND_3 to be discovered and migrated + - arm64: Use the clearbhb instruction in mitigations + - arm64: proton-pack: Include unprivileged eBPF status in Spectre v2 + mitigation reporting + - ARM: fix build error when BPF_SYSCALL is disabled + * CVE-2021-26401 + - x86/speculation: Use generic retpoline by default on AMD + - x86/speculation: Update link to AMD speculation whitepaper + - x86/speculation: Warn about Spectre v2 LFENCE mitigation + - x86/speculation: Warn about eIBRS + LFENCE + Unprivileged eBPF + SMT + * CVE-2022-0001 + - x86,bugs: Unconditionally allow spectre_v2=retpoline,amd + - x86/speculation: Rename RETPOLINE_AMD to RETPOLINE_LFENCE + - x86/speculation: Add eIBRS + Retpoline options + - Documentation/hw-vuln: Update spectre doc + - x86/speculation: Include unprivileged eBPF status in Spectre v2 mitigation + reporting + * Jammy update: v5.15.27 upstream stable release (LP: #1964361) + - mac80211_hwsim: report NOACK frames in tx_status + - mac80211_hwsim: initialize ieee80211_tx_info at hw_scan_work + - i2c: bcm2835: Avoid clock stretching timeouts + - ASoC: rt5668: do not block workqueue if card is unbound + - ASoC: rt5682: do not block workqueue if card is unbound + - regulator: core: fix false positive in regulator_late_cleanup() + - Input: clear BTN_RIGHT/MIDDLE on buttonpads + - btrfs: get rid of warning on transaction commit when using flushoncommit + - KVM: arm64: vgic: Read HW interrupt pending state from the HW + - block: loop:use kstatfs.f_bsize of backing file to set discard granularity + - tipc: fix a bit overflow in tipc_crypto_key_rcv() + - cifs: do not use uninitialized data in the owner/group sid + - cifs: fix double free race when mount fails in cifs_get_root() + - cifs: modefromsids must add an ACE for authenticated users + - selftests/seccomp: Fix seccomp failure by adding missing headers + - drm/amd/pm: correct UMD pstate clocks for Dimgrey Cavefish and Beige Goby + - dmaengine: shdma: Fix runtime PM imbalance on error + - i2c: cadence: allow COMPILE_TEST + - i2c: imx: allow COMPILE_TEST + - i2c: qup: allow COMPILE_TEST + - net: usb: cdc_mbim: avoid altsetting toggling for Telit FN990 + - block-map: add __GFP_ZERO flag for alloc_page in function bio_copy_kern + - usb: gadget: don't release an existing dev->buf + - usb: gadget: clear related members when goto fail + - exfat: reuse exfat_inode_info variable instead of calling EXFAT_I() + - exfat: fix i_blocks for files truncated over 4 GiB + - tracing: Add test for user space strings when filtering on string pointers + - arm64: Mark start_backtrace() notrace and NOKPROBE_SYMBOL + - serial: stm32: prevent TDR register overwrite when sending x_char + - ext4: drop ineligible txn start stop APIs + - ext4: simplify updating of fast commit stats + - ext4: fast commit may not fallback for ineligible commit + - ext4: fast commit may miss file actions + - sched/fair: Fix fault in reweight_entity + - ata: pata_hpt37x: fix PCI clock detection + - drm/amdgpu: check vm ready by amdgpu_vm->evicting flag + - tracing: Add ustring operation to filtering string pointers + - ipv6: fix skb drops in igmp6_event_query() and igmp6_event_report() + - NFSD: Have legacy NFSD WRITE decoders use xdr_stream_subsegment() + - NFSD: Fix zero-length NFSv3 WRITEs + - io_uring: fix no lock protection for ctx->cq_extra + - tools/resolve_btf_ids: Close ELF file on error + - mtd: spi-nor: Fix mtd size for s3an flashes + - MIPS: fix local_{add,sub}_return on MIPS64 + - signal: In get_signal test for signal_group_exit every time through the loop + - PCI: mediatek-gen3: Disable DVFSRC voltage request + - PCI: rcar: Check if device is runtime suspended instead of + __clk_is_enabled() + - PCI: dwc: Do not remap invalid res + - PCI: aardvark: Fix checking for MEM resource type + - KVM: VMX: Don't unblock vCPU w/ Posted IRQ if IRQs are disabled in guest + - KVM: s390: Ensure kvm_arch_no_poll() is read once when blocking vCPU + - KVM: VMX: Read Posted Interrupt "control" exactly once per loop iteration + - KVM: X86: Ensure that dirty PDPTRs are loaded + - KVM: x86: Handle 32-bit wrap of EIP for EMULTYPE_SKIP with flat code seg + - KVM: x86: Exit to userspace if emulation prepared a completion callback + - i3c: fix incorrect address slot lookup on 64-bit + - i3c/master/mipi-i3c-hci: Fix a potentially infinite loop in + 'hci_dat_v1_get_index()' + - tracing: Do not let synth_events block other dyn_event systems during create + - Input: ti_am335x_tsc - set ADCREFM for X configuration + - Input: ti_am335x_tsc - fix STEPCONFIG setup for Z2 + - PCI: mvebu: Check for errors from pci_bridge_emul_init() call + - PCI: mvebu: Do not modify PCI IO type bits in conf_write + - PCI: mvebu: Fix support for bus mastering and PCI_COMMAND on emulated bridge + - PCI: mvebu: Fix configuring secondary bus of PCIe Root Port via emulated + bridge + - PCI: mvebu: Setup PCIe controller to Root Complex mode + - PCI: mvebu: Fix support for PCI_BRIDGE_CTL_BUS_RESET on emulated bridge + - PCI: mvebu: Fix support for PCI_EXP_DEVCTL on emulated bridge + - PCI: mvebu: Fix support for PCI_EXP_RTSTA on emulated bridge + - PCI: mvebu: Fix support for DEVCAP2, DEVCTL2 and LNKCTL2 registers on + emulated bridge + - NFSD: Fix verifier returned in stable WRITEs + - Revert "nfsd: skip some unnecessary stats in the v4 case" + - nfsd: fix crash on COPY_NOTIFY with special stateid + - x86/hyperv: Properly deal with empty cpumasks in hyperv_flush_tlb_multi() + - drm/i915: don't call free_mmap_offset when purging + - SUNRPC: Fix sockaddr handling in the svc_xprt_create_error trace point + - SUNRPC: Fix sockaddr handling in svcsock_accept_class trace points + - drm/sun4i: dw-hdmi: Fix missing put_device() call in sun8i_hdmi_phy_get + - drm/atomic: Check new_crtc_state->active to determine if CRTC needs disable + in self refresh mode + - ntb_hw_switchtec: Fix pff ioread to read into mmio_part_cfg_all + - ntb_hw_switchtec: Fix bug with more than 32 partitions + - drm/amdkfd: Check for null pointer after calling kmemdup + - drm/amdgpu: use spin_lock_irqsave to avoid deadlock by local interrupt + - i3c: master: dw: check return of dw_i3c_master_get_free_pos() + - dma-buf: cma_heap: Fix mutex locking section + - tracing/uprobes: Check the return value of kstrdup() for tu->filename + - tracing/probes: check the return value of kstrndup() for pbuf + - mm: defer kmemleak object creation of module_alloc() + - kasan: fix quarantine conflicting with init_on_free + - selftests/vm: make charge_reserved_hugetlb.sh work with existing cgroup + setting + - hugetlbfs: fix off-by-one error in hugetlb_vmdelete_list() + - drm/amdgpu/display: Only set vblank_disable_immediate when PSR is not + enabled + - drm/amdgpu: filter out radeon PCI device IDs + - drm/amdgpu: filter out radeon secondary ids as well + - drm/amd/display: Use adjusted DCN301 watermarks + - drm/amd/display: move FPU associated DSC code to DML folder + - ethtool: Fix link extended state for big endian + - octeontx2-af: Optimize KPU1 processing for variable-length headers + - octeontx2-af: Reset PTP config in FLR handler + - octeontx2-af: cn10k: RPM hardware timestamp configuration + - octeontx2-af: cn10k: Use appropriate register for LMAC enable + - octeontx2-af: Adjust LA pointer for cpt parse header + - octeontx2-af: Add KPU changes to parse NGIO as separate layer + - net/mlx5e: IPsec: Refactor checksum code in tx data path + - net/mlx5e: IPsec: Fix crypto offload for non TCP/UDP encapsulated traffic + - bpf: Use u64_stats_t in struct bpf_prog_stats + - bpf: Fix possible race in inc_misses_counter + - drm/amd/display: Update watermark values for DCN301 + - drm: mxsfb: Set fallback bus format when the bridge doesn't provide one + - drm: mxsfb: Fix NULL pointer dereference + - riscv/mm: Add XIP_FIXUP for phys_ram_base + - drm/i915/display: split out dpt out of intel_display.c + - drm/i915/display: Move DRRS code its own file + - drm/i915: Disable DRRS on IVB/HSW port != A + - gve: Recording rx queue before sending to napi + - net: dsa: ocelot: seville: utilize of_mdiobus_register + - net: dsa: seville: register the mdiobus under devres + - ibmvnic: don't release napi in __ibmvnic_open() + - of: net: move of_net under net/ + - net: ethernet: litex: Add the dependency on HAS_IOMEM + - drm/mediatek: mtk_dsi: Reset the dsi0 hardware + - cifs: protect session channel fields with chan_lock + - cifs: fix confusing unneeded warning message on smb2.1 and earlier + - drm/amd/display: Fix stream->link_enc unassigned during stream removal + - bnxt_en: Fix occasional ethtool -t loopback test failures + - drm/amd/display: For vblank_disable_immediate, check PSR is really used + - PCI: mvebu: Fix device enumeration regression + - net: of: fix stub of_net helpers for CONFIG_NET=n + - ALSA: intel_hdmi: Fix reference to PCM buffer address + - ucounts: Fix systemd LimitNPROC with private users regression + - riscv/efi_stub: Fix get_boot_hartid_from_fdt() return value + - riscv: Fix config KASAN && SPARSEMEM && !SPARSE_VMEMMAP + - riscv: Fix config KASAN && DEBUG_VIRTUAL + - iwlwifi: mvm: check debugfs_dir ptr before use + - ASoC: ops: Shift tested values in snd_soc_put_volsw() by +min + - iommu/vt-d: Fix double list_add when enabling VMD in scalable mode + - iommu/amd: Recover from event log overflow + - drm/i915: s/JSP2/ICP2/ PCH + - drm/amd/display: Reduce dmesg error to a debug print + - xen/netfront: destroy queues before real_num_tx_queues is zeroed + - thermal: core: Fix TZ_GET_TRIP NULL pointer dereference + - mac80211: fix EAPoL rekey fail in 802.3 rx path + - blktrace: fix use after free for struct blk_trace + - ntb: intel: fix port config status offset for SPR + - mm: Consider __GFP_NOWARN flag for oversized kvmalloc() calls + - xfrm: fix MTU regression + - netfilter: fix use-after-free in __nf_register_net_hook() + - bpf, sockmap: Do not ignore orig_len parameter + - xfrm: fix the if_id check in changelink + - xfrm: enforce validity of offload input flags + - e1000e: Correct NVM checksum verification flow + - net: fix up skbs delta_truesize in UDP GRO frag_list + - netfilter: nf_queue: don't assume sk is full socket + - netfilter: nf_queue: fix possible use-after-free + - netfilter: nf_queue: handle socket prefetch + - batman-adv: Request iflink once in batadv-on-batadv check + - batman-adv: Request iflink once in batadv_get_real_netdevice + - batman-adv: Don't expect inter-netns unique iflink indices + - net: ipv6: ensure we call ipv6_mc_down() at most once + - net: dcb: flush lingering app table entries for unregistered devices + - net: ipa: add an interconnect dependency + - net/smc: fix connection leak + - net/smc: fix unexpected SMC_CLC_DECL_ERR_REGRMB error generated by client + - net/smc: fix unexpected SMC_CLC_DECL_ERR_REGRMB error cause by server + - btrfs: fix ENOSPC failure when attempting direct IO write into NOCOW range + - mac80211: fix forwarded mesh frames AC & queue selection + - net: stmmac: fix return value of __setup handler + - mac80211: treat some SAE auth steps as final + - iavf: Fix missing check for running netdev + - net: sxgbe: fix return value of __setup handler + - ibmvnic: register netdev after init of adapter + - net: arcnet: com20020: Fix null-ptr-deref in com20020pci_probe() + - ixgbe: xsk: change !netif_carrier_ok() handling in ixgbe_xmit_zc() + - iavf: Fix deadlock in iavf_reset_task + - efivars: Respect "block" flag in efivar_entry_set_safe() + - auxdisplay: lcd2s: Fix lcd2s_redefine_char() feature + - firmware: arm_scmi: Remove space in MODULE_ALIAS name + - ASoC: cs4265: Fix the duplicated control name + - auxdisplay: lcd2s: Fix memory leak in ->remove() + - auxdisplay: lcd2s: Use proper API to free the instance of charlcd object + - can: gs_usb: change active_channels's type from atomic_t to u8 + - iommu/tegra-smmu: Fix missing put_device() call in tegra_smmu_find + - arm64: dts: rockchip: Switch RK3399-Gru DP to SPDIF output + - igc: igc_read_phy_reg_gpy: drop premature return + - ARM: Fix kgdb breakpoint for Thumb2 + - mips: setup: fix setnocoherentio() boolean setting + - ARM: 9182/1: mmu: fix returns from early_param() and __setup() functions + - mptcp: Correctly set DATA_FIN timeout when number of retransmits is large + - selftests: mlxsw: tc_police_scale: Make test more robust + - pinctrl: sunxi: Use unique lockdep classes for IRQs + - igc: igc_write_phy_reg_gpy: drop premature return + - ibmvnic: free reset-work-item when flushing + - memfd: fix F_SEAL_WRITE after shmem huge page allocated + - s390/extable: fix exception table sorting + - sched: Fix yet more sched_fork() races + - arm64: dts: juno: Remove GICv2m dma-range + - iommu/amd: Fix I/O page table memory leak + - MIPS: ralink: mt7621: do memory detection on KSEG1 + - ARM: dts: switch timer config to common devkit8000 devicetree + - ARM: dts: Use 32KiHz oscillator on devkit8000 + - soc: fsl: guts: Revert commit 3c0d64e867ed + - soc: fsl: guts: Add a missing memory allocation failure check + - soc: fsl: qe: Check of ioremap return value + - netfilter: nf_tables: prefer kfree_rcu(ptr, rcu) variant + - ARM: tegra: Move panels to AUX bus + - can: etas_es58x: change opened_channel_cnt's type from atomic_t to u8 + - net: stmmac: enhance XDP ZC driver level switching performance + - net: stmmac: only enable DMA interrupts when ready + - ibmvnic: initialize rc before completing wait + - ibmvnic: define flush_reset_queue helper + - ibmvnic: complete init_done on transport events + - net: chelsio: cxgb3: check the return value of pci_find_capability() + - net: sparx5: Fix add vlan when invalid operation + - iavf: Refactor iavf state machine tracking + - iavf: Add __IAVF_INIT_FAILED state + - iavf: Combine init and watchdog state machines + - iavf: Add trace while removing device + - iavf: Rework mutexes for better synchronisation + - iavf: Add helper function to go from pci_dev to adapter + - iavf: Fix kernel BUG in free_msi_irqs + - iavf: Add waiting so the port is initialized in remove + - iavf: Fix init state closure on remove + - iavf: Fix locking for VIRTCHNL_OP_GET_OFFLOAD_VLAN_V2_CAPS + - iavf: Fix race in init state + - iavf: Fix __IAVF_RESETTING state usage + - drm/i915/guc/slpc: Correct the param count for unset param + - drm/bridge: ti-sn65dsi86: Properly undo autosuspend + - e1000e: Fix possible HW unit hang after an s0ix exit + - MIPS: ralink: mt7621: use bitwise NOT instead of logical + - nl80211: Handle nla_memdup failures in handle_nan_filter + - drm/amdgpu: fix suspend/resume hang regression + - net: dcb: disable softirqs in dcbnl_flush_dev() + - selftests: mlxsw: resource_scale: Fix return value + - net: stmmac: perserve TX and RX coalesce value during XDP setup + - iavf: do not override the adapter state in the watchdog task (again) + - iavf: missing unlocks in iavf_watchdog_task() + - MAINTAINERS: adjust file entry for of_net.c after movement + - Input: elan_i2c - move regulator_[en|dis]able() out of + elan_[en|dis]able_power() + - Input: elan_i2c - fix regulator enable count imbalance after suspend/resume + - Input: samsung-keypad - properly state IOMEM dependency + - HID: add mapping for KEY_DICTATE + - HID: add mapping for KEY_ALL_APPLICATIONS + - tracing/histogram: Fix sorting on old "cpu" value + - tracing: Fix return value of __setup handlers + - btrfs: fix lost prealloc extents beyond eof after full fsync + - btrfs: fix relocation crash due to premature return from + btrfs_commit_transaction() + - btrfs: do not WARN_ON() if we have PageError set + - btrfs: qgroup: fix deadlock between rescan worker and remove qgroup + - btrfs: add missing run of delayed items after unlink during log replay + - btrfs: do not start relocation until in progress drops are done + - Revert "xfrm: xfrm_state_mtu should return at least 1280 for ipv6" + - proc: fix documentation and description of pagemap + - KVM: x86/mmu: Passing up the error state of mmu_alloc_shadow_roots() + - hamradio: fix macro redefine warning + - Linux 5.15.27 + - [Config] updateconfigs + * devices on thunderbolt dock are not recognized on adl-p platform + (LP: #1955016) + - thunderbolt: Tear down existing tunnels when resuming from hibernate + - thunderbolt: Runtime resume USB4 port when retimers are scanned + - thunderbolt: Do not allow subtracting more NFC credits than configured + - thunderbolt: Do not program path HopIDs for USB4 routers + - thunderbolt: Add debug logging of DisplayPort resource allocation + * MT7921[14c3:7961] ASPM is disabled and it affects power consumption + (LP: #1955882) + - mt76: mt7921: enable aspm by default + * Add proper runtime PM support to Realtek PCIe cardreader (LP: #1963615) + - mmc: rtsx: Use pm_runtime_{get, put}() to handle runtime PM + - misc: rtsx: Rework runtime power management flow + - misc: rtsx: Cleanup power management ops + - misc: rtsx: Quiesce rts5249 on system suspend + - mmc: rtsx: Let MMC core handle runtime PM + - misc: rtsx: conditionally build rtsx_pm_power_saving() + - misc: rtsx: rts522a rts5228 rts5261 support Runtime PM + - mmc: rtsx: Fix build errors/warnings for unused variable + - mmc: rtsx: add 74 Clocks in power on flow + * [22.04 FEAT] In-kernel crypto: SIMD implementation of chacha20 + (LP: #1853152) + - s390/crypto: add SIMD implementation for ChaCha20 + - s390/crypto: fix compile error for ChaCha20 module + * Add ConnectX7 support and bug fixes to Jammy (LP: #1962185) + - IB/mlx5: Expose NDR speed through MAD + * INVALID or PRIVATE BUG (LP: #1959890) + - [Config] Deactivate CONFIG_QETH_OSX kernel config option + * Move virtual graphics drivers from linux-modules-extra to linux-modules + (LP: #1960633) + - [Packaging] Move VM DRM drivers into modules + * Not able to enter s2idle state on AMD platforms (LP: #1961121) + - HID: amd_sfh: Handle amd_sfh work buffer in PM ops + - HID: amd_sfh: Disable the interrupt for all command + - HID: amd_sfh: Add functionality to clear interrupts + - HID: amd_sfh: Add interrupt handler to process interrupts + * INVALID or PRIVATE BUG (LP: #1960580) + - s390/kexec_file: move kernel image size check + - s390: support command lines longer than 896 bytes + * [UBUNTU 20.04] kernel: Add support for CPU-MF counter second version 7 + (LP: #1960182) + - s390/cpumf: Support for CPU Measurement Facility CSVN 7 + - s390/cpumf: Support for CPU Measurement Sampling Facility LS bit + * [SRU]PCI: vmd: Do not disable MSI-X remapping if interrupt remapping is + enabled by IOMMU (LP: #1937295) + - PCI: vmd: Do not disable MSI-X remapping if interrupt remapping is enabled + by IOMMU + * Jammy update: v5.15.26 upstream stable release (LP: #1963891) + - mm/filemap: Fix handling of THPs in generic_file_buffered_read() + - cgroup/cpuset: Fix a race between cpuset_attach() and cpu hotplug + - cgroup-v1: Correct privileges check in release_agent writes + - x86/ptrace: Fix xfpregs_set()'s incorrect xmm clearing + - btrfs: tree-checker: check item_size for inode_item + - btrfs: tree-checker: check item_size for dev_item + - clk: jz4725b: fix mmc0 clock gating + - io_uring: don't convert to jiffies for waiting on timeouts + - io_uring: disallow modification of rsrc_data during quiesce + - selinux: fix misuse of mutex_is_locked() + - vhost/vsock: don't check owner in vhost_vsock_stop() while releasing + - parisc/unaligned: Fix fldd and fstd unaligned handlers on 32-bit kernel + - parisc/unaligned: Fix ldw() and stw() unalignment handlers + - KVM: x86/mmu: make apf token non-zero to fix bug + - drm/amd/display: Protect update_bw_bounding_box FPU code. + - drm/amd/pm: fix some OEM SKU specific stability issues + - drm/amd: Check if ASPM is enabled from PCIe subsystem + - drm/amdgpu: disable MMHUB PG for Picasso + - drm/amdgpu: do not enable asic reset for raven2 + - drm/i915: Widen the QGV point mask + - drm/i915: Correctly populate use_sagv_wm for all pipes + - drm/i915: Fix bw atomic check when switching between SAGV vs. no SAGV + - sr9700: sanity check for packet length + - USB: zaurus: support another broken Zaurus + - CDC-NCM: avoid overflow in sanity checking + - netfilter: xt_socket: fix a typo in socket_mt_destroy() + - netfilter: xt_socket: missing ifdef CONFIG_IP6_NF_IPTABLES dependency + - tee: export teedev_open() and teedev_close_context() + - optee: use driver internal tee_context for some rpc + - ping: remove pr_err from ping_lookup + - Revert "i40e: Fix reset bw limit when DCB enabled with 1 TC" + - gpu: host1x: Always return syncpoint value when waiting + - perf evlist: Fix failed to use cpu list for uncore events + - perf data: Fix double free in perf_session__delete() + - mptcp: fix race in incoming ADD_ADDR option processing + - mptcp: add mibs counter for ignored incoming options + - selftests: mptcp: fix diag instability + - selftests: mptcp: be more conservative with cookie MPJ limits + - bnx2x: fix driver load from initrd + - bnxt_en: Fix active FEC reporting to ethtool + - bnxt_en: Fix offline ethtool selftest with RDMA enabled + - bnxt_en: Fix incorrect multicast rx mask setting when not requested + - hwmon: Handle failure to register sensor with thermal zone correctly + - net/mlx5: Fix tc max supported prio for nic mode + - ice: check the return of ice_ptp_gettimex64 + - ice: initialize local variable 'tlv' + - net/mlx5: Update the list of the PCI supported devices + - bpf: Fix crash due to incorrect copy_map_value + - bpf: Do not try bpf_msg_push_data with len 0 + - selftests: bpf: Check bpf_msg_push_data return value + - bpf: Fix a bpf_timer initialization issue + - bpf: Add schedule points in batch ops + - io_uring: add a schedule point in io_add_buffers() + - net: __pskb_pull_tail() & pskb_carve_frag_list() drop_monitor friends + - nvme: also mark passthrough-only namespaces ready in nvme_update_ns_info + - tipc: Fix end of loop tests for list_for_each_entry() + - gso: do not skip outer ip header in case of ipip and net_failover + - net: mv643xx_eth: process retval from of_get_mac_address + - openvswitch: Fix setting ipv6 fields causing hw csum failure + - drm/edid: Always set RGB444 + - net/mlx5e: Fix wrong return value on ioctl EEPROM query failure + - drm/vc4: crtc: Fix runtime_pm reference counting + - drm/i915/dg2: Print PHY name properly on calibration error + - net/sched: act_ct: Fix flow table lookup after ct clear or switching zones + - net: ll_temac: check the return value of devm_kmalloc() + - net: Force inlining of checksum functions in net/checksum.h + - netfilter: nf_tables: unregister flowtable hooks on netns exit + - nfp: flower: Fix a potential leak in nfp_tunnel_add_shared_mac() + - net: mdio-ipq4019: add delay after clock enable + - netfilter: nf_tables: fix memory leak during stateful obj update + - net/smc: Use a mutex for locking "struct smc_pnettable" + - surface: surface3_power: Fix battery readings on batteries without a serial + number + - udp_tunnel: Fix end of loop test in udp_tunnel_nic_unregister() + - net/mlx5: DR, Cache STE shadow memory + - ibmvnic: schedule failover only if vioctl fails + - net/mlx5: DR, Don't allow match on IP w/o matching on full + ethertype/ip_version + - net/mlx5: Fix possible deadlock on rule deletion + - net/mlx5: Fix wrong limitation of metadata match on ecpf + - net/mlx5: DR, Fix the threshold that defines when pool sync is initiated + - net/mlx5e: MPLSoUDP decap, fix check for unsupported matches + - net/mlx5e: kTLS, Use CHECKSUM_UNNECESSARY for device-offloaded packets + - net/mlx5: Update log_max_qp value to be 17 at most + - spi: spi-zynq-qspi: Fix a NULL pointer dereference in + zynq_qspi_exec_mem_op() + - gpio: rockchip: Reset int_bothedge when changing trigger + - regmap-irq: Update interrupt clear register for proper reset + - net-timestamp: convert sk->sk_tskey to atomic_t + - RDMA/rtrs-clt: Fix possible double free in error case + - RDMA/rtrs-clt: Move free_permit from free_clt to rtrs_clt_close + - bnxt_en: Increase firmware message response DMA wait time + - configfs: fix a race in configfs_{,un}register_subsystem() + - RDMA/ib_srp: Fix a deadlock + - tracing: Dump stacktrace trigger to the corresponding instance + - tracing: Have traceon and traceoff trigger honor the instance + - iio:imu:adis16480: fix buffering for devices with no burst mode + - iio: adc: men_z188_adc: Fix a resource leak in an error handling path + - iio: adc: tsc2046: fix memory corruption by preventing array overflow + - iio: adc: ad7124: fix mask used for setting AIN_BUFP & AIN_BUFM bits + - iio: accel: fxls8962af: add padding to regmap for SPI + - iio: imu: st_lsm6dsx: wait for settling time in st_lsm6dsx_read_oneshot + - iio: Fix error handling for PM + - sc16is7xx: Fix for incorrect data being transmitted + - ata: pata_hpt37x: disable primary channel on HPT371 + - Revert "USB: serial: ch341: add new Product ID for CH341A" + - usb: gadget: rndis: add spinlock for rndis response list + - USB: gadget: validate endpoint index for xilinx udc + - tracefs: Set the group ownership in apply_options() not parse_options() + - USB: serial: option: add support for DW5829e + - USB: serial: option: add Telit LE910R1 compositions + - usb: dwc2: drd: fix soft connect when gadget is unconfigured + - usb: dwc3: pci: Add "snps,dis_u2_susphy_quirk" for Intel Bay Trail + - usb: dwc3: pci: Fix Bay Trail phy GPIO mappings + - usb: dwc3: gadget: Let the interrupt handler disable bottom halves. + - xhci: re-initialize the HC during resume if HCE was set + - xhci: Prevent futile URB re-submissions due to incorrect return value. + - nvmem: core: Fix a conflict between MTD and NVMEM on wp-gpios property + - mtd: core: Fix a conflict between MTD and NVMEM on wp-gpios property + - driver core: Free DMA range map when device is released + - btrfs: prevent copying too big compressed lzo segment + - RDMA/cma: Do not change route.addr.src_addr outside state checks + - thermal: int340x: fix memory leak in int3400_notify() + - staging: fbtft: fb_st7789v: reset display before initialization + - tps6598x: clear int mask on probe failure + - IB/qib: Fix duplicate sysfs directory name + - riscv: fix nommu_k210_sdcard_defconfig + - riscv: fix oops caused by irqsoff latency tracer + - tty: n_gsm: fix encoding of control signal octet bit DV + - tty: n_gsm: fix proper link termination after failed open + - tty: n_gsm: fix NULL pointer access due to DLCI release + - tty: n_gsm: fix wrong tty control line for flow control + - tty: n_gsm: fix wrong modem processing in convergence layer type 2 + - tty: n_gsm: fix deadlock in gsmtty_open() + - pinctrl: fix loop in k210_pinconf_get_drive() + - pinctrl: k210: Fix bias-pull-up + - gpio: tegra186: Fix chip_data type confusion + - memblock: use kfree() to release kmalloced memblock regions + - ice: Fix race conditions between virtchnl handling and VF ndo ops + - ice: fix concurrent reset and removal of VFs + - Linux 5.15.26 + * Jammy update: v5.15.25 upstream stable release (LP: #1963890) + - drm/nouveau/pmu/gm200-: use alternate falcon reset sequence + - fs/proc: task_mmu.c: don't read mapcount for migration entry + - btrfs: zoned: cache reported zone during mount + - HID:Add support for UGTABLET WP5540 + - Revert "svm: Add warning message for AVIC IPI invalid target" + - parisc: Show error if wrong 32/64-bit compiler is being used + - serial: parisc: GSC: fix build when IOSAPIC is not set + - parisc: Drop __init from map_pages declaration + - parisc: Fix data TLB miss in sba_unmap_sg + - parisc: Fix sglist access in ccio-dma.c + - mmc: block: fix read single on recovery logic + - mm: don't try to NUMA-migrate COW pages that have other uses + - HID: amd_sfh: Add illuminance mask to limit ALS max value + - HID: i2c-hid: goodix: Fix a lockdep splat + - HID: amd_sfh: Increase sensor command timeout + - HID: amd_sfh: Correct the structure field name + - PCI: hv: Fix NUMA node assignment when kernel boots with custom NUMA + topology + - parisc: Add ioread64_lo_hi() and iowrite64_lo_hi() + - btrfs: send: in case of IO error log it + - platform/x86: touchscreen_dmi: Add info for the RWC NANOTE P8 AY07J 2-in-1 + - platform/x86: ISST: Fix possible circular locking dependency detected + - kunit: tool: Import missing importlib.abc + - selftests: rtc: Increase test timeout so that all tests run + - kselftest: signal all child processes + - net: ieee802154: at86rf230: Stop leaking skb's + - selftests/zram: Skip max_comp_streams interface on newer kernel + - selftests/zram01.sh: Fix compression ratio calculation + - selftests/zram: Adapt the situation that /dev/zram0 is being used + - selftests: openat2: Print also errno in failure messages + - selftests: openat2: Add missing dependency in Makefile + - selftests: openat2: Skip testcases that fail with EOPNOTSUPP + - selftests: skip mincore.check_file_mmap when fs lacks needed support + - ax25: improve the incomplete fix to avoid UAF and NPD bugs + - pinctrl: bcm63xx: fix unmet dependency on REGMAP for GPIO_REGMAP + - vfs: make freeze_super abort when sync_filesystem returns error + - quota: make dquot_quota_sync return errors from ->sync_fs + - scsi: pm80xx: Fix double completion for SATA devices + - kselftest: Fix vdso_test_abi return status + - scsi: core: Reallocate device's budget map on queue depth change + - scsi: pm8001: Fix use-after-free for aborted TMF sas_task + - scsi: pm8001: Fix use-after-free for aborted SSP/STP sas_task + - drm/amd: Warn users about potential s0ix problems + - nvme: fix a possible use-after-free in controller reset during load + - nvme-tcp: fix possible use-after-free in transport error_recovery work + - nvme-rdma: fix possible use-after-free in transport error_recovery work + - net: sparx5: do not refer to skb after passing it on + - drm/amd: add support to check whether the system is set to s3 + - drm/amd: Only run s3 or s0ix if system is configured properly + - drm/amdgpu: fix logic inversion in check + - x86/Xen: streamline (and fix) PV CPU enumeration + - Revert "module, async: async_synchronize_full() on module init iff async is + used" + - gcc-plugins/stackleak: Use noinstr in favor of notrace + - random: wake up /dev/random writers after zap + - KVM: x86/xen: Fix runstate updates to be atomic when preempting vCPU + - KVM: x86: nSVM/nVMX: set nested_run_pending on VM entry which is a result of + RSM + - KVM: x86: SVM: don't passthrough SMAP/SMEP/PKE bits in !NPT && !gCR0.PG case + - KVM: x86: nSVM: fix potential NULL derefernce on nested migration + - KVM: x86: nSVM: mark vmcb01 as dirty when restoring SMM saved state + - iwlwifi: fix use-after-free + - drm/radeon: Fix backlight control on iMac 12,1 + - drm/atomic: Don't pollute crtc_state->mode_blob with error pointers + - drm/amd/pm: correct the sequence of sending gpu reset msg + - drm/amdgpu: skipping SDMA hw_init and hw_fini for S0ix. + - drm/i915/opregion: check port number bounds for SWSCI display power state + - drm/i915: Fix dbuf slice config lookup + - drm/i915: Fix mbus join config lookup + - vsock: remove vsock from connected table when connect is interrupted by a + signal + - drm/cma-helper: Set VM_DONTEXPAND for mmap + - drm/i915/gvt: Make DRM_I915_GVT depend on X86 + - drm/i915/ttm: tweak priority hint selection + - iwlwifi: pcie: fix locking when "HW not ready" + - iwlwifi: pcie: gen2: fix locking when "HW not ready" + - iwlwifi: mvm: don't send SAR GEO command for 3160 devices + - selftests: netfilter: fix exit value for nft_concat_range + - netfilter: nft_synproxy: unregister hooks on init error path + - selftests: netfilter: disable rp_filter on router + - ipv4: fix data races in fib_alias_hw_flags_set + - ipv6: fix data-race in fib6_info_hw_flags_set / fib6_purge_rt + - ipv6: mcast: use rcu-safe version of ipv6_get_lladdr() + - ipv6: per-netns exclusive flowlabel checks + - Revert "net: ethernet: bgmac: Use devm_platform_ioremap_resource_byname" + - mac80211: mlme: check for null after calling kmemdup + - brcmfmac: firmware: Fix crash in brcm_alt_fw_path + - cfg80211: fix race in netlink owner interface destruction + - net: dsa: lan9303: fix reset on probe + - net: dsa: mv88e6xxx: flush switchdev FDB workqueue before removing VLAN + - net: dsa: lantiq_gswip: fix use after free in gswip_remove() + - net: dsa: lan9303: handle hwaccel VLAN tags + - net: dsa: lan9303: add VLAN IDs to master device + - net: ieee802154: ca8210: Fix lifs/sifs periods + - ping: fix the dif and sdif check in ping_lookup + - bonding: force carrier update when releasing slave + - drop_monitor: fix data-race in dropmon_net_event / trace_napi_poll_hit + - net_sched: add __rcu annotation to netdev->qdisc + - bonding: fix data-races around agg_select_timer + - libsubcmd: Fix use-after-free for realloc(..., 0) + - net/smc: Avoid overwriting the copies of clcsock callback functions + - net: phy: mediatek: remove PHY mode check on MT7531 + - atl1c: fix tx timeout after link flap on Mikrotik 10/25G NIC + - tipc: fix wrong publisher node address in link publications + - dpaa2-switch: fix default return of dpaa2_switch_flower_parse_mirror_key + - dpaa2-eth: Initialize mutex used in one step timestamping path + - net: bridge: multicast: notify switchdev driver whenever MC processing gets + disabled + - perf bpf: Defer freeing string after possible strlen() on it + - selftests/exec: Add non-regular to TEST_GEN_PROGS + - arm64: Correct wrong label in macro __init_el2_gicv3 + - ALSA: usb-audio: revert to IMPLICIT_FB_FIXED_DEV for M-Audio FastTrack Ultra + - ALSA: hda/realtek: Add quirk for Legion Y9000X 2019 + - ALSA: hda/realtek: Fix deadlock by COEF mutex + - ALSA: hda: Fix regression on forced probe mask option + - ALSA: hda: Fix missing codec probe on Shenker Dock 15 + - ASoC: ops: Fix stereo change notifications in snd_soc_put_volsw() + - ASoC: ops: Fix stereo change notifications in snd_soc_put_volsw_range() + - ASoC: ops: Fix stereo change notifications in snd_soc_put_volsw_sx() + - ASoC: ops: Fix stereo change notifications in snd_soc_put_xr_sx() + - cifs: fix set of group SID via NTSD xattrs + - powerpc/603: Fix boot failure with DEBUG_PAGEALLOC and KFENCE + - powerpc/lib/sstep: fix 'ptesync' build error + - mtd: rawnand: gpmi: don't leak PM reference in error path + - smb3: fix snapshot mount option + - tipc: fix wrong notification node addresses + - scsi: ufs: Remove dead code + - scsi: ufs: Fix a deadlock in the error handler + - ASoC: tas2770: Insert post reset delay + - ASoC: qcom: Actually clear DMA interrupt register for HDMI + - block/wbt: fix negative inflight counter when remove scsi device + - NFS: Remove an incorrect revalidation in nfs4_update_changeattr_locked() + - NFS: LOOKUP_DIRECTORY is also ok with symlinks + - NFS: Do not report writeback errors in nfs_getattr() + - tty: n_tty: do not look ahead for EOL character past the end of the buffer + - block: fix surprise removal for drivers calling blk_set_queue_dying + - mtd: rawnand: qcom: Fix clock sequencing in qcom_nandc_probe() + - mtd: parsers: qcom: Fix kernel panic on skipped partition + - mtd: parsers: qcom: Fix missing free for pparts in cleanup + - mtd: phram: Prevent divide by zero bug in phram_setup() + - mtd: rawnand: brcmnand: Fixed incorrect sub-page ECC status + - HID: elo: fix memory leak in elo_probe + - mtd: rawnand: ingenic: Fix missing put_device in ingenic_ecc_get + - Drivers: hv: vmbus: Fix memory leak in vmbus_add_channel_kobj + - KVM: x86/pmu: Refactoring find_arch_event() to pmc_perf_hw_id() + - KVM: x86/pmu: Don't truncate the PerfEvtSeln MSR when creating a perf event + - KVM: x86/pmu: Use AMD64_RAW_EVENT_MASK for PERF_TYPE_RAW + - ARM: OMAP2+: hwmod: Add of_node_put() before break + - ARM: OMAP2+: adjust the location of put_device() call in omapdss_init_of + - phy: usb: Leave some clocks running during suspend + - staging: vc04_services: Fix RCU dereference check + - phy: phy-mtk-tphy: Fix duplicated argument in phy-mtk-tphy + - irqchip/sifive-plic: Add missing thead,c900-plic match string + - x86/bug: Merge annotate_reachable() into _BUG_FLAGS() asm + - netfilter: conntrack: don't refresh sctp entries in closed state + - ksmbd: fix same UniqueId for dot and dotdot entries + - ksmbd: don't align last entry offset in smb2 query directory + - arm64: dts: meson-gx: add ATF BL32 reserved-memory region + - arm64: dts: meson-g12: add ATF BL32 reserved-memory region + - arm64: dts: meson-g12: drop BL32 region from SEI510/SEI610 + - pidfd: fix test failure due to stack overflow on some arches + - selftests: fixup build warnings in pidfd / clone3 tests + - mm: io_uring: allow oom-killer from io_uring_setup + - kconfig: let 'shell' return enough output for deep path names + - ata: libata-core: Disable TRIM on M88V29 + - soc: aspeed: lpc-ctrl: Block error printing on probe defer cases + - xprtrdma: fix pointer derefs in error cases of rpcrdma_ep_create + - drm/rockchip: dw_hdmi: Do not leave clock enabled in error case + - tracing: Fix tp_printk option related with tp_printk_stop_on_boot + - display/amd: decrease message verbosity about watermarks table failure + - drm/amd/display: Cap pflip irqs per max otg number + - drm/amd/display: fix yellow carp wm clamping + - net: usb: qmi_wwan: Add support for Dell DW5829e + - net: macb: Align the dma and coherent dma masks + - kconfig: fix failing to generate auto.conf + - scsi: lpfc: Fix pt2pt NVMe PRLI reject LOGO loop + - EDAC: Fix calculation of returned address and next offset in + edac_align_ptr() + - ucounts: Handle wrapping in is_ucounts_overlimit + - ucounts: In set_cred_ucounts assume new->ucounts is non-NULL + - ucounts: Base set_cred_ucounts changes on the real user + - ucounts: Enforce RLIMIT_NPROC not RLIMIT_NPROC+1 + - lib/iov_iter: initialize "flags" in new pipe_buffer + - rlimit: Fix RLIMIT_NPROC enforcement failure caused by capability calls in + set_user + - ucounts: Move RLIMIT_NPROC handling after set_user + - net: sched: limit TC_ACT_REPEAT loops + - dmaengine: sh: rcar-dmac: Check for error num after setting mask + - dmaengine: stm32-dmamux: Fix PM disable depth imbalance in + stm32_dmamux_probe + - dmaengine: sh: rcar-dmac: Check for error num after dma_set_max_seg_size + - tests: fix idmapped mount_setattr test + - i2c: qcom-cci: don't delete an unregistered adapter + - i2c: qcom-cci: don't put a device tree node before i2c_add_adapter() + - dmaengine: ptdma: Fix the error handling path in pt_core_init() + - copy_process(): Move fd_install() out of sighand->siglock critical section + - scsi: qedi: Fix ABBA deadlock in qedi_process_tmf_resp() and + qedi_process_cmd_cleanup_resp() + - ice: enable parsing IPSEC SPI headers for RSS + - i2c: brcmstb: fix support for DSL and CM variants + - lockdep: Correct lock_classes index mapping + - Linux 5.15.25 + * Jammy update: v5.15.24 upstream stable release (LP: #1963889) + - integrity: check the return value of audit_log_start() + - ima: fix reference leak in asymmetric_verify() + - ima: Remove ima_policy file before directory + - ima: Allow template selection with ima_template[_fmt]= after ima_hash= + - ima: Do not print policy rule with inactive LSM labels + - mmc: sdhci-of-esdhc: Check for error num after setting mask + - mmc: core: Wait for command setting 'Power Off Notification' bit to complete + - can: isotp: fix potential CAN frame reception race in isotp_rcv() + - can: isotp: fix error path in isotp_sendmsg() to unlock wait queue + - net: phy: marvell: Fix RGMII Tx/Rx delays setting in 88e1121-compatible PHYs + - net: phy: marvell: Fix MDI-x polarity setting in 88e1118-compatible PHYs + - NFS: Fix initialisation of nfs_client cl_flags field + - NFSD: Fix NFSv3 SETATTR/CREATE's handling of large file sizes + - NFSD: Fix ia_size underflow + - NFSD: Clamp WRITE offsets + - NFSD: Fix offset type in I/O trace points + - NFSD: Fix the behavior of READ near OFFSET_MAX + - thermal/drivers/int340x: Improve the tcc offset saving for suspend/resume + - thermal/drivers/int340x: processor_thermal: Suppot 64 bit RFIM responses + - thermal: int340x: Limit Kconfig to 64-bit + - thermal/drivers/int340x: Fix RFIM mailbox write commands + - tracing: Propagate is_signed to expression + - NFS: change nfs_access_get_cached to only report the mask + - NFSv4 only print the label when its queried + - nfs: nfs4clinet: check the return value of kstrdup() + - NFSv4.1: Fix uninitialised variable in devicenotify + - NFSv4 remove zero number of fs_locations entries error check + - NFSv4 store server support for fs_location attribute + - NFSv4.1 query for fs_location attr on a new file system + - NFSv4 expose nfs_parse_server_name function + - NFSv4 handle port presence in fs_location server string + - SUNRPC allow for unspecified transport time in rpc_clnt_add_xprt + - net/sunrpc: fix reference count leaks in rpc_sysfs_xprt_state_change + - sunrpc: Fix potential race conditions in rpc_sysfs_xprt_state_change() + - irqchip/realtek-rtl: Service all pending interrupts + - perf/x86/rapl: fix AMD event handling + - x86/perf: Avoid warning for Arch LBR without XSAVE + - sched: Avoid double preemption in __cond_resched_*lock*() + - drm/vc4: Fix deadlock on DSI device attach error + - drm: panel-orientation-quirks: Add quirk for the 1Netbook OneXPlayer + - net: sched: Clarify error message when qdisc kind is unknown + - powerpc/fixmap: Fix VM debug warning on unmap + - scsi: target: iscsi: Make sure the np under each tpg is unique + - scsi: ufs: ufshcd-pltfrm: Check the return value of devm_kstrdup() + - scsi: qedf: Add stag_work to all the vports + - scsi: qedf: Fix refcount issue when LOGO is received during TMF + - scsi: qedf: Change context reset messages to ratelimited + - scsi: pm8001: Fix bogus FW crash for maxcpus=1 + - scsi: ufs: Use generic error code in ufshcd_set_dev_pwr_mode() + - scsi: ufs: Treat link loss as fatal error + - scsi: myrs: Fix crash in error case + - net: stmmac: reduce unnecessary wakeups from eee sw timer + - PM: hibernate: Remove register_nosave_region_late() + - drm/amd/display: Correct MPC split policy for DCN301 + - usb: dwc2: gadget: don't try to disable ep0 in dwc2_hsotg_suspend + - perf: Always wake the parent event + - nvme-pci: add the IGNORE_DEV_SUBNQN quirk for Intel P4500/P4600 SSDs + - MIPS: Fix build error due to PTR used in more places + - net: stmmac: dwmac-sun8i: use return val of readl_poll_timeout() + - KVM: eventfd: Fix false positive RCU usage warning + - KVM: nVMX: eVMCS: Filter out VM_EXIT_SAVE_VMX_PREEMPTION_TIMER + - KVM: nVMX: Also filter MSR_IA32_VMX_TRUE_PINBASED_CTLS when eVMCS + - KVM: SVM: Don't kill SEV guest if SMAP erratum triggers in usermode + - KVM: VMX: Set vmcs.PENDING_DBG.BS on #DB in STI/MOVSS blocking shadow + - KVM: x86: Report deprecated x87 features in supported CPUID + - riscv: fix build with binutils 2.38 + - riscv: cpu-hotplug: clear cpu from numa map when teardown + - riscv: eliminate unreliable __builtin_frame_address(1) + - gfs2: Fix gfs2_release for non-writers regression + - ARM: dts: imx23-evk: Remove MX23_PAD_SSP1_DETECT from hog group + - ARM: dts: Fix boot regression on Skomer + - ARM: socfpga: fix missing RESET_CONTROLLER + - nvme-tcp: fix bogus request completion when failing to send AER + - ACPI/IORT: Check node revision for PMCG resources + - PM: s2idle: ACPI: Fix wakeup interrupts handling + - drm/amdgpu/display: change pipe policy for DCN 2.0 + - drm/rockchip: vop: Correct RK3399 VOP register fields + - drm/i915: Allow !join_mbus cases for adlp+ dbuf configuration + - drm/i915: Populate pipe dbuf slices more accurately during readout + - ARM: dts: Fix timer regression for beagleboard revision c + - ARM: dts: meson: Fix the UART compatible strings + - ARM: dts: meson8: Fix the UART device-tree schema validation + - ARM: dts: meson8b: Fix the UART device-tree schema validation + - phy: broadcom: Kconfig: Fix PHY_BRCM_USB config option + - staging: fbtft: Fix error path in fbtft_driver_module_init() + - ARM: dts: imx6qdl-udoo: Properly describe the SD card detect + - phy: xilinx: zynqmp: Fix bus width setting for SGMII + - phy: stm32: fix a refcount leak in stm32_usbphyc_pll_enable() + - ARM: dts: imx7ulp: Fix 'assigned-clocks-parents' typo + - arm64: dts: imx8mq: fix mipi_csi bidirectional port numbers + - usb: f_fs: Fix use-after-free for epfile + - phy: dphy: Correct clk_pre parameter + - gpio: aggregator: Fix calling into sleeping GPIO controllers + - NFS: Don't overfill uncached readdir pages + - NFS: Don't skip directory entries when doing uncached readdir + - drm/vc4: hdmi: Allow DBLCLK modes even if horz timing is odd. + - misc: fastrpc: avoid double fput() on failed usercopy + - net: sparx5: Fix get_stat64 crash in tcpdump + - netfilter: ctnetlink: disable helper autoassign + - arm64: dts: meson-g12b-odroid-n2: fix typo 'dio2133' + - arm64: dts: meson-sm1-odroid: use correct enable-gpio pin for tf-io + regulator + - arm64: dts: meson-sm1-bananapi-m5: fix wrong GPIO domain for GPIOE_2 + - arm64: dts: meson-sm1-odroid: fix boot loop after reboot + - ixgbevf: Require large buffers for build_skb on 82599VF + - drm/panel: simple: Assign data from panel_dpi_probe() correctly + - ACPI: PM: s2idle: Cancel wakeup before dispatching EC GPE + - gpiolib: Never return internal error codes to user space + - gpio: sifive: use the correct register to read output values + - fbcon: Avoid 'cap' set but not used warning + - bonding: pair enable_port with slave_arr_updates + - net: dsa: mv88e6xxx: don't use devres for mdiobus + - net: dsa: ar9331: register the mdiobus under devres + - net: dsa: bcm_sf2: don't use devres for mdiobus + - net: dsa: felix: don't use devres for mdiobus + - net: dsa: mt7530: fix kernel bug in mdiobus_free() when unbinding + - net: dsa: lantiq_gswip: don't use devres for mdiobus + - ipmr,ip6mr: acquire RTNL before calling ip[6]mr_free_table() on failure path + - nfp: flower: fix ida_idx not being released + - net: do not keep the dst cache when uncloning an skb dst and its metadata + - net: fix a memleak when uncloning an skb dst and its metadata + - veth: fix races around rq->rx_notify_masked + - net: mdio: aspeed: Add missing MODULE_DEVICE_TABLE + - tipc: rate limit warning for received illegal binding update + - net: amd-xgbe: disable interrupts during pci removal + - drm/amd/pm: fix hwmon node of power1_label create issue + - mptcp: netlink: process IPv6 addrs in creating listening sockets + - dpaa2-eth: unregister the netdev before disconnecting from the PHY + - ice: fix an error code in ice_cfg_phy_fec() + - ice: fix IPIP and SIT TSO offload + - ice: Fix KASAN error in LAG NETDEV_UNREGISTER handler + - ice: Avoid RTNL lock when re-creating auxiliary device + - net: mscc: ocelot: fix mutex lock error during ethtool stats read + - net: dsa: mv88e6xxx: fix use-after-free in mv88e6xxx_mdios_unregister + - vt_ioctl: fix array_index_nospec in vt_setactivate + - vt_ioctl: add array_index_nospec to VT_ACTIVATE + - n_tty: wake up poll(POLLRDNORM) on receiving data + - eeprom: ee1004: limit i2c reads to I2C_SMBUS_BLOCK_MAX + - usb: dwc2: drd: fix soft connect when gadget is unconfigured + - Revert "usb: dwc2: drd: fix soft connect when gadget is unconfigured" + - net: usb: ax88179_178a: Fix out-of-bounds accesses in RX fixup + - usb: ulpi: Move of_node_put to ulpi_dev_release + - usb: ulpi: Call of_node_put correctly + - usb: dwc3: gadget: Prevent core from processing stale TRBs + - usb: gadget: udc: renesas_usb3: Fix host to USB_ROLE_NONE transition + - USB: gadget: validate interface OS descriptor requests + - usb: gadget: rndis: check size of RNDIS_MSG_SET command + - usb: gadget: f_uac2: Define specific wTerminalType + - usb: raw-gadget: fix handling of dual-direction-capable endpoints + - USB: serial: ftdi_sio: add support for Brainboxes US-159/235/320 + - USB: serial: option: add ZTE MF286D modem + - USB: serial: ch341: add support for GW Instek USB2.0-Serial devices + - USB: serial: cp210x: add NCR Retail IO box id + - USB: serial: cp210x: add CPI Bulk Coin Recycler id + - speakup-dectlk: Restore pitch setting + - phy: ti: Fix missing sentinel for clk_div_table + - iio: buffer: Fix file related error handling in IIO_BUFFER_GET_FD_IOCTL + - mm: memcg: synchronize objcg lists with a dedicated spinlock + - seccomp: Invalidate seccomp mode to catch death failures + - signal: HANDLER_EXIT should clear SIGNAL_UNKILLABLE + - s390/cio: verify the driver availability for path_event call + - bus: mhi: pci_generic: Add mru_default for Foxconn SDX55 + - bus: mhi: pci_generic: Add mru_default for Cinterion MV31-W + - hwmon: (dell-smm) Speed up setting of fan speed + - x86/sgx: Silence softlockup detection when releasing large enclaves + - Makefile.extrawarn: Move -Wunaligned-access to W=1 + - scsi: lpfc: Remove NVMe support if kernel has NVME_FC disabled + - scsi: lpfc: Reduce log messages seen after firmware download + - MIPS: octeon: Fix missed PTR->PTR_WD conversion + - arm64: dts: imx8mq: fix lcdif port node + - perf: Fix list corruption in perf_cgroup_switch() + - iommu: Fix potential use-after-free during probe + - Linux 5.15.24 + * Jammy update: v5.15.23 upstream stable release (LP: #1963888) + - moxart: fix potential use-after-free on remove path + - arm64: Add Cortex-A510 CPU part definition + - ksmbd: fix SMB 3.11 posix extension mount failure + - crypto: api - Move cryptomgr soft dependency into algapi + - Linux 5.15.23 + * [22.04 FEAT] KVM: Enable storage key checking for intercepted instruction + handled by userspace (LP: #1933179) + - KVM: s390: gaccess: Refactor gpa and length calculation + - KVM: s390: gaccess: Refactor access address range check + - KVM: s390: gaccess: Cleanup access to guest pages + - s390/uaccess: introduce bit field for OAC specifier + - s390/uaccess: fix compile error + - s390/uaccess: Add copy_from/to_user_key functions + - KVM: s390: Honor storage keys when accessing guest memory + - KVM: s390: handle_tprot: Honor storage keys + - KVM: s390: selftests: Test TEST PROTECTION emulation + - KVM: s390: Add optional storage key checking to MEMOP IOCTL + - KVM: s390: Add vm IOCTL for key checked guest absolute memory access + - KVM: s390: Rename existing vcpu memop functions + - KVM: s390: Add capability for storage key extension of MEM_OP IOCTL + - KVM: s390: Update api documentation for memop ioctl + - KVM: s390: Clarify key argument for MEM_OP in api docs + - KVM: s390: Add missing vm MEM_OP size check + * CVE-2022-25636 + - netfilter: nf_tables_offload: incorrect flow offload action array size + * ubuntu_kernel_selftests / ftrace:ftracetest do_softirq failure on Jammy + realtime (LP: #1959610) + - selftests/ftrace: Do not trace do_softirq because of PREEMPT_RT + * CVE-2022-0435 + - tipc: improve size validations for received domain records + * CVE-2022-0516 + - KVM: s390: Return error on SIDA memop on normal guest + * EDAC update for AMD Genoa support in 22.04 (LP: #1960362) + - EDAC: Add RDDR5 and LRDDR5 memory types + - EDAC/amd64: Add support for AMD Family 19h Models 10h-1Fh and A0h-AFh + * hwmon: k10temp updates for AMD Genoa in 22.04 (LP: #1960361) + - x86/amd_nb: Add AMD Family 19h Models (10h-1Fh) and (A0h-AFh) PCI IDs + - hwmon: (k10temp) Remove unused definitions + - hwmon: (k10temp) Support up to 12 CCDs on AMD Family of processors + - hwmon: (k10temp) Add support for AMD Family 19h Models 10h-1Fh and A0h-AFh + * [SRU][I/J/OEM-5.13/OEM-5.14] Add basic support of MT7922 (LP: #1958151) + - mt76: mt7921: Add mt7922 support + - mt76: mt7921: add support for PCIe ID 0x0608/0x0616 + - mt76: mt7921: introduce 160 MHz channel bandwidth support + * Use EC GPE for s2idle wakeup on AMD platforms (LP: #1960771) + - ACPI: PM: Revert "Only mark EC GPE for wakeup on Intel systems" + * Update Broadcom Emulex FC HBA lpfc driver to 14.0.0.4 for Ubuntu 22.04 + (LP: #1956982) + - scsi: lpfc: Change return code on I/Os received during link bounce + - scsi: lpfc: Fix NPIV port deletion crash + - scsi: lpfc: Adjust CMF total bytes and rxmonitor + - scsi: lpfc: Cap CMF read bytes to MBPI + - scsi: lpfc: Add additional debugfs support for CMF + - scsi: lpfc: Update lpfc version to 14.0.0.4 + * Forward-port drm/i915 commits from oem-5.14 for Alder Lake S & P + (LP: #1960298) + - drm/i915/dmc: Update to DMC v2.12 + - drm/i915/adlp/tc: Fix PHY connected check for Thunderbolt mode + - drm/i915/tc: Remove waiting for PHY complete during releasing ownership + - drm/i915/tc: Check for DP-alt, legacy sinks before taking PHY ownership + - drm/i915/tc: Add/use helpers to retrieve TypeC port properties + - drm/i915/tc: Don't keep legacy TypeC ports in connected state w/o a sink + - drm/i915/tc: Add a mode for the TypeC PHY's disconnected state + - drm/i915/tc: Refactor TC-cold block/unblock helpers + - drm/i915/tc: Avoid using legacy AUX PW in TBT mode + - drm/i915/icl/tc: Remove the ICL special casing during TC-cold blocking + - drm/i915/tc: Fix TypeC PHY connect/disconnect logic on ADL-P + - drm/i915/tc: Drop extra TC cold blocking from intel_tc_port_connected() + - drm/i915/tc: Fix system hang on ADL-P during TypeC PHY disconnect + - drm/i915/display/adlp: Disable underrun recovery + - drm/i915/adl_s: Remove require_force_probe protection + - drm/i915/adlp: Remove require_force_probe protection + * INVALID or PRIVATE BUG (LP: #1959735) + - KVM: s390: Simplify SIGP Set Arch handling + - KVM: s390: Add a routine for setting userspace CPU state + * Include the QCA WCN 6856 v2.1 support (LP: #1954938) + - SAUCE: ath11k: shrink TCSR read mask for WCN6855 hw2.1 + * Jammy update: v5.15.22 upstream stable release (LP: #1960516) + - drm/i915: Disable DSB usage for now + - selinux: fix double free of cond_list on error paths + - audit: improve audit queue handling when "audit=1" on cmdline + - ipc/sem: do not sleep with a spin lock held + - spi: stm32-qspi: Update spi registering + - ASoC: hdmi-codec: Fix OOB memory accesses + - ASoC: ops: Reject out of bounds values in snd_soc_put_volsw() + - ASoC: ops: Reject out of bounds values in snd_soc_put_volsw_sx() + - ASoC: ops: Reject out of bounds values in snd_soc_put_xr_sx() + - ALSA: usb-audio: Correct quirk for VF0770 + - ALSA: hda: Fix UAF of leds class devs at unbinding + - ALSA: hda: realtek: Fix race at concurrent COEF updates + - ALSA: hda/realtek: Add quirk for ASUS GU603 + - ALSA: hda/realtek: Add missing fixup-model entry for Gigabyte X570 ALC1220 + quirks + - ALSA: hda/realtek: Fix silent output on Gigabyte X570S Aorus Master (newer + chipset) + - ALSA: hda/realtek: Fix silent output on Gigabyte X570 Aorus Xtreme after + reboot from Windows + - btrfs: don't start transaction for scrub if the fs is mounted read-only + - btrfs: fix deadlock between quota disable and qgroup rescan worker + - btrfs: fix use-after-free after failure to create a snapshot + - Revert "fs/9p: search open fids first" + - drm/nouveau: fix off by one in BIOS boundary checking + - drm/i915/adlp: Fix TypeC PHY-ready status readout + - drm/amd/pm: correct the MGpuFanBoost support for Beige Goby + - drm/amd/display: watermark latencies is not enough on DCN31 + - drm/amd/display: Force link_rate as LINK_RATE_RBR2 for 2018 15" Apple Retina + panels + - nvme-fabrics: fix state check in nvmf_ctlr_matches_baseopts() + - mm/debug_vm_pgtable: remove pte entry from the page table + - mm/pgtable: define pte_index so that preprocessor could recognize it + - mm/kmemleak: avoid scanning potential huge holes + - block: bio-integrity: Advance seed correctly for larger interval sizes + - dma-buf: heaps: Fix potential spectre v1 gadget + - IB/hfi1: Fix AIP early init panic + - Revert "fbcon: Disable accelerated scrolling" + - fbcon: Add option to enable legacy hardware acceleration + - mptcp: fix msk traversal in mptcp_nl_cmd_set_flags() + - Revert "ASoC: mediatek: Check for error clk pointer" + - KVM: arm64: Avoid consuming a stale esr value when SError occur + - KVM: arm64: Stop handle_exit() from handling HVC twice when an SError occurs + - RDMA/cma: Use correct address when leaving multicast group + - RDMA/ucma: Protect mc during concurrent multicast leaves + - RDMA/siw: Fix refcounting leak in siw_create_qp() + - IB/rdmavt: Validate remote_addr during loopback atomic tests + - RDMA/siw: Fix broken RDMA Read Fence/Resume logic. + - RDMA/mlx4: Don't continue event handler after memory allocation failure + - ALSA: usb-audio: initialize variables that could ignore errors + - ALSA: hda: Fix signedness of sscanf() arguments + - ALSA: hda: Skip codec shutdown in case the codec is not registered + - iommu/vt-d: Fix potential memory leak in intel_setup_irq_remapping() + - iommu/amd: Fix loop timeout issue in iommu_ga_log_enable() + - spi: bcm-qspi: check for valid cs before applying chip select + - spi: mediatek: Avoid NULL pointer crash in interrupt + - spi: meson-spicc: add IRQ check in meson_spicc_probe + - spi: uniphier: fix reference count leak in uniphier_spi_probe() + - IB/hfi1: Fix tstats alloc and dealloc + - IB/cm: Release previously acquired reference counter in the cm_id_priv + - net: ieee802154: hwsim: Ensure proper channel selection at probe time + - net: ieee802154: mcr20a: Fix lifs/sifs periods + - net: ieee802154: ca8210: Stop leaking skb's + - netfilter: nft_reject_bridge: Fix for missing reply from prerouting + - net: ieee802154: Return meaningful error codes from the netlink helpers + - net/smc: Forward wakeup to smc socket waitqueue after fallback + - net: stmmac: dwmac-visconti: No change to ETHER_CLOCK_SEL for unexpected + speed request. + - net: stmmac: properly handle with runtime pm in stmmac_dvr_remove() + - net: macsec: Fix offload support for NETDEV_UNREGISTER event + - net: macsec: Verify that send_sci is on when setting Tx sci explicitly + - net: stmmac: dump gmac4 DMA registers correctly + - net: stmmac: ensure PTP time register reads are consistent + - drm/kmb: Fix for build errors with Warray-bounds + - drm/i915/overlay: Prevent divide by zero bugs in scaling + - drm/amd: avoid suspend on dGPUs w/ s2idle support when runtime PM enabled + - ASoC: fsl: Add missing error handling in pcm030_fabric_probe + - ASoC: xilinx: xlnx_formatter_pcm: Make buffer bytes multiple of period bytes + - ASoC: simple-card: fix probe failure on platform component + - ASoC: cpcap: Check for NULL pointer after calling of_get_child_by_name + - ASoC: max9759: fix underflow in speaker_gain_control_put() + - ASoC: codecs: wcd938x: fix incorrect used of portid + - ASoC: codecs: lpass-rx-macro: fix sidetone register offsets + - ASoC: codecs: wcd938x: fix return value of mixer put function + - pinctrl: sunxi: Fix H616 I2S3 pin data + - pinctrl: intel: Fix a glitch when updating IRQ flags on a preconfigured line + - pinctrl: intel: fix unexpected interrupt + - pinctrl: bcm2835: Fix a few error paths + - scsi: bnx2fc: Make bnx2fc_recv_frame() mp safe + - nfsd: nfsd4_setclientid_confirm mistakenly expires confirmed client. + - gve: fix the wrong AdminQ buffer queue index check + - bpf: Use VM_MAP instead of VM_ALLOC for ringbuf + - selftests/exec: Remove pipe from TEST_GEN_FILES + - selftests: futex: Use variable MAKE instead of make + - tools/resolve_btfids: Do not print any commands when building silently + - e1000e: Separate ADP board type from TGP + - rtc: cmos: Evaluate century appropriate + - kvm: add guest_state_{enter,exit}_irqoff() + - kvm/arm64: rework guest entry logic + - perf: Copy perf_event_attr::sig_data on modification + - perf stat: Fix display of grouped aliased events + - perf/x86/intel/pt: Fix crash with stop filters in single-range mode + - x86/perf: Default set FREEZE_ON_SMI for all + - EDAC/altera: Fix deferred probing + - EDAC/xgene: Fix deferred probing + - ext4: prevent used blocks from being allocated during fast commit replay + - ext4: modify the logic of ext4_mb_new_blocks_simple + - ext4: fix error handling in ext4_restore_inline_data() + - ext4: fix error handling in ext4_fc_record_modified_inode() + - ext4: fix incorrect type issue during replay_del_range + - net: dsa: mt7530: make NET_DSA_MT7530 select MEDIATEK_GE_PHY + - cgroup/cpuset: Fix "suspicious RCU usage" lockdep warning + - tools include UAPI: Sync sound/asound.h copy with the kernel sources + - gpio: idt3243x: Fix an ignored error return from platform_get_irq() + - gpio: mpc8xxx: Fix an ignored error return from platform_get_irq() + - selftests: nft_concat_range: add test for reload with no element add/del + - selftests: netfilter: check stateless nat udp checksum fixup + - Linux 5.15.22 + - [Config] disable FRAMEBUFFER_CONSOLE_LEGACY_ACCELERATION + * Jammy update: v5.15.21 upstream stable release (LP: #1960515) + - Revert "drm/vc4: hdmi: Make sure the device is powered with CEC" + - Revert "drm/vc4: hdmi: Make sure the device is powered with CEC" again + - Linux 5.15.21 + * Jammy update: v5.15.20 upstream stable release (LP: #1960509) + - Revert "UBUNTU: SAUCE: Revert "e1000e: Add handshake with the CSME to + support S0ix"" + - Revert "UBUNTU: SAUCE: Revert "e1000e: Add polling mechanism to indicate + CSME DPG exit"" + - Revert "UBUNTU: SAUCE: Revert "e1000e: Additional PHY power saving in S0ix"" + - PCI: pciehp: Fix infinite loop in IRQ handler upon power fault + - selftests: mptcp: fix ipv6 routing setup + - net: ipa: use a bitmap for endpoint replenish_enabled + - net: ipa: prevent concurrent replenish + - drm/vc4: hdmi: Make sure the device is powered with CEC + - cgroup-v1: Require capabilities to set release_agent + - Revert "mm/gup: small refactoring: simplify try_grab_page()" + - ovl: don't fail copy up if no fileattr support on upper + - lockd: fix server crash on reboot of client holding lock + - lockd: fix failure to cleanup client locks + - net/mlx5e: IPsec: Fix tunnel mode crypto offload for non TCP/UDP traffic + - net/mlx5: Bridge, take rtnl lock in init error handler + - net/mlx5: Bridge, ensure dev_name is null-terminated + - net/mlx5e: Fix handling of wrong devices during bond netevent + - net/mlx5: Use del_timer_sync in fw reset flow of halting poll + - net/mlx5e: Fix module EEPROM query + - net/mlx5: Fix offloading with ESWITCH_IPV4_TTL_MODIFY_ENABLE + - net/mlx5e: Don't treat small ceil values as unlimited in HTB offload + - net/mlx5: Bridge, Fix devlink deadlock on net namespace deletion + - net/mlx5: E-Switch, Fix uninitialized variable modact + - ipheth: fix EOVERFLOW in ipheth_rcvbulk_callback + - i40e: Fix reset bw limit when DCB enabled with 1 TC + - i40e: Fix reset path while removing the driver + - net: amd-xgbe: ensure to reset the tx_timer_active flag + - net: amd-xgbe: Fix skb data length underflow + - fanotify: Fix stale file descriptor in copy_event_to_user() + - net: sched: fix use-after-free in tc_new_tfilter() + - rtnetlink: make sure to refresh master_dev/m_ops in __rtnl_newlink() + - cpuset: Fix the bug that subpart_cpus updated wrongly in update_cpumask() + - e1000e: Handshake with CSME starts from ADL platforms + - af_packet: fix data-race in packet_setsockopt / packet_setsockopt + - tcp: add missing tcp_skb_can_collapse() test in tcp_shift_skb_data() + - ovl: fix NULL pointer dereference in copy up warning + - Linux 5.15.20 + * Miscellaneous Ubuntu changes + - [Packaging] use default zstd compression + - [Packaging] do not use compression for image packages + - [Packaging] use xz compression for ddebs + - [Config] upgrade debug symbols from DWARF4 to DWARF5 + - SAUCE: Makefile: Remove inclusion of lbm header files + - SAUCE: Makefile: Fix compiler warnings + - SAUCE: AUFS + - SAUCE: aufs: switch to 64-bit ino_t for s390x + - [Config] set AUFS as disabled + - SAUCE: mt76: mt7921e: fix possible probe failure after reboot + - Remove ubuntu/hio driver + - SAUCE: ima_policy: fix test for empty rule set + - SAUCE: sfc: The size of the RX recycle ring should be more flexible + - [Config] MITIGATE_SPECTRE_BRANCH_HISTORY=y && HARDEN_BRANCH_HISTORY=y + * Miscellaneous upstream changes + - kbuild: Unify options for BTF generation for vmlinux and modules + - MAINTAINERS: Add scripts/pahole-flags.sh to BPF section + - kbuild: Add CONFIG_PAHOLE_VERSION + - scripts/pahole-flags.sh: Use pahole-version.sh + - lib/Kconfig.debug: Use CONFIG_PAHOLE_VERSION + - lib/Kconfig.debug: Allow BTF + DWARF5 with pahole 1.21+ + - x86/sched: Decrease further the priorities of SMT siblings + - sched/topology: Introduce sched_group::flags + - sched/fair: Optimize checking for group_asym_packing + - sched/fair: Provide update_sg_lb_stats() with sched domain statistics + - sched/fair: Carve out logic to mark a group for asymmetric packing + - sched/fair: Consider SMT in ASYM_PACKING load balance + - Revert "UBUNTU: [Config] x86-64: SYSFB_SIMPLEFB=y" + + -- Andrea Righi Tue, 15 Mar 2022 17:05:53 +0100 + +linux-lowlatency (5.15.0-22.22) jammy; urgency=medium + + * jammy/linux-lowlatency: 5.15.0-22.22 -proposed tracker (LP: #1960305) + + * Packaging resync (LP: #1786013) + - [Packaging] resync getabis + - [Packaging] update Ubuntu.md + - [Packaging] update variants + - [Packaging] update Ubuntu.md + - [Packaging] update helper scripts + + * Miscellaneous Ubuntu changes + - [Packaging] import update.conf + - [packaging] remove foreign arches from control.stub.in + - [packaging] don't build source package + + -- Paolo Pisati Tue, 08 Feb 2022 15:59:44 +0100 + +linux-lowlatency (5.15.0-21.21) jammy; urgency=medium + + * jammy/linux: 5.15.0-21.21 -proposed tracker (LP: #1960211) + + * jammy/linux-lowlatency: 5.15.0-21.21 -proposed tracker (LP: #1960234) + + * Packaging resync (LP: #1786013) + - [Packaging] resync getabis + - [Packaging] update Ubuntu.md + - [Packaging] update variants + - [Packaging] update Ubuntu.md + + * Miscellaneous Ubuntu changes + - [packaging] unhook lowlatency flavours from the build + - Ubuntu-5.15.0-21.21 + - [Packaging] jammy/linux-lowlatency packaging import (derived from + jammy/linux) + - [Packaging] import update.conf + - [Packaging] debian: lowlatency is a suffixless backport, call it + backport_light + - [packaging] remove foreign arches from control.stub.in + - [packaging] don't build source package + + -- Paolo Pisati Mon, 07 Feb 2022 15:16:35 +0100 + +linux-lowlatency (5.15.0-20.20) jammy; urgency=medium + + * jammy/linux: 5.15.0-20.20 -proposed tracker (LP: #1959881) + + * Jammy update: v5.15.19 upstream stable release (LP: #1959879) + - can: m_can: m_can_fifo_{read,write}: don't read or write from/to FIFO if + length is 0 + - net: sfp: ignore disabled SFP node + - net: stmmac: configure PTP clock source prior to PTP initialization + - net: stmmac: skip only stmmac_ptp_register when resume from suspend + - ARM: 9179/1: uaccess: avoid alignment faults in + copy_[from|to]_kernel_nofault + - ARM: 9180/1: Thumb2: align ALT_UP() sections in modules sufficiently + - KVM: arm64: Use shadow SPSR_EL1 when injecting exceptions on !VHE + - s390/hypfs: include z/VM guests with access control group set + - s390/nmi: handle guarded storage validity failures for KVM guests + - s390/nmi: handle vector validity failures for KVM guests + - bpf: Guard against accessing NULL pt_regs in bpf_get_task_stack() + - powerpc32/bpf: Fix codegen for bpf-to-bpf calls + - powerpc/bpf: Update ldimm64 instructions during extra pass + - scsi: zfcp: Fix failed recovery on gone remote port with non-NPIV FCP + devices + - udf: Restore i_lenAlloc when inode expansion fails + - udf: Fix NULL ptr deref when converting from inline format + - efi: runtime: avoid EFIv2 runtime services on Apple x86 machines + - PM: wakeup: simplify the output logic of pm_show_wakelocks() + - tracing/histogram: Fix a potential memory leak for kstrdup() + - tracing: Don't inc err_log entry count if entry allocation fails + - ceph: properly put ceph_string reference after async create attempt + - ceph: set pool_ns in new inode layout for async creates + - fsnotify: fix fsnotify hooks in pseudo filesystems + - Revert "KVM: SVM: avoid infinite loop on NPF from bad address" + - psi: Fix uaf issue when psi trigger is destroyed while being polled + - powerpc/audit: Fix syscall_get_arch() + - perf/x86/intel/uncore: Fix CAS_COUNT_WRITE issue for ICX + - perf/x86/intel: Add a quirk for the calculation of the number of counters on + Alder Lake + - drm/etnaviv: relax submit size limits + - drm/atomic: Add the crtc to affected crtc only if uapi.enable = true + - drm/amd/display: Fix FP start/end for dcn30_internal_validate_bw. + - KVM: LAPIC: Also cancel preemption timer during SET_LAPIC + - KVM: SVM: Never reject emulation due to SMAP errata for !SEV guests + - KVM: SVM: Don't intercept #GP for SEV guests + - KVM: x86: nSVM: skip eax alignment check for non-SVM instructions + - KVM: x86: Forcibly leave nested virt when SMM state is toggled + - KVM: x86: Keep MSR_IA32_XSS unchanged for INIT + - KVM: x86: Update vCPU's runtime CPUID on write to MSR_IA32_XSS + - KVM: x86: Sync the states size with the XCR0/IA32_XSS at, any time + - KVM: PPC: Book3S HV Nested: Fix nested HFSCR being clobbered with multiple + vCPUs + - dm: revert partial fix for redundant bio-based IO accounting + - block: add bio_start_io_acct_time() to control start_time + - dm: properly fix redundant bio-based IO accounting + - serial: pl011: Fix incorrect rs485 RTS polarity on set_mctrl + - serial: 8250: of: Fix mapped region size when using reg-offset property + - serial: stm32: fix software flow control transfer + - tty: n_gsm: fix SW flow control encoding/handling + - tty: Partially revert the removal of the Cyclades public API + - tty: Add support for Brainboxes UC cards. + - kbuild: remove include/linux/cyclades.h from header file check + - usb-storage: Add unusual-devs entry for VL817 USB-SATA bridge + - usb: xhci-plat: fix crash when suspend if remote wake enable + - usb: common: ulpi: Fix crash in ulpi_match() + - usb: gadget: f_sourcesink: Fix isoc transfer for USB_SPEED_SUPER_PLUS + - usb: cdnsp: Fix segmentation fault in cdns_lost_power function + - usb: dwc3: xilinx: Skip resets and USB3 register settings for USB2.0 mode + - usb: dwc3: xilinx: Fix error handling when getting USB3 PHY + - USB: core: Fix hang in usb_kill_urb by adding memory barriers + - usb: typec: tcpci: don't touch CC line if it's Vconn source + - usb: typec: tcpm: Do not disconnect while receiving VBUS off + - usb: typec: tcpm: Do not disconnect when receiving VSAFE0V + - ucsi_ccg: Check DEV_INT bit only when starting CCG4 + - mm, kasan: use compare-exchange operation to set KASAN page tag + - jbd2: export jbd2_journal_[grab|put]_journal_head + - ocfs2: fix a deadlock when commit trans + - sched/membarrier: Fix membarrier-rseq fence command missing from query + bitmask + - PCI/sysfs: Find shadow ROM before static attribute initialization + - x86/MCE/AMD: Allow thresholding interface updates after init + - x86/cpu: Add Xeon Icelake-D to list of CPUs that support PPIN + - powerpc/32s: Allocate one 256k IBAT instead of two consecutives 128k IBATs + - powerpc/32s: Fix kasan_init_region() for KASAN + - powerpc/32: Fix boot failure with GCC latent entropy plugin + - i40e: Increase delay to 1 s after global EMP reset + - i40e: Fix issue when maximum queues is exceeded + - i40e: Fix queues reservation for XDP + - i40e: Fix for failed to init adminq while VF reset + - i40e: fix unsigned stat widths + - usb: roles: fix include/linux/usb/role.h compile issue + - rpmsg: char: Fix race between the release of rpmsg_ctrldev and cdev + - rpmsg: char: Fix race between the release of rpmsg_eptdev and cdev + - scsi: elx: efct: Don't use GFP_KERNEL under spin lock + - scsi: bnx2fc: Flush destroy_work queue before calling bnx2fc_interface_put() + - ipv6_tunnel: Rate limit warning messages + - ARM: 9170/1: fix panic when kasan and kprobe are enabled + - net: fix information leakage in /proc/net/ptype + - hwmon: (lm90) Mark alert as broken for MAX6646/6647/6649 + - hwmon: (lm90) Mark alert as broken for MAX6680 + - ping: fix the sk_bound_dev_if match in ping_lookup + - ipv4: avoid using shared IP generator for connected sockets + - hwmon: (lm90) Reduce maximum conversion rate for G781 + - NFSv4: Handle case where the lookup of a directory fails + - NFSv4: nfs_atomic_open() can race when looking up a non-regular file + - net-procfs: show net devices bound packet types + - drm/msm: Fix wrong size calculation + - drm/msm/dsi: Fix missing put_device() call in dsi_get_phy + - drm/msm/dsi: invalid parameter check in msm_dsi_phy_enable + - ipv6: annotate accesses to fn->fn_sernum + - NFS: Ensure the server has an up to date ctime before hardlinking + - NFS: Ensure the server has an up to date ctime before renaming + - KVM: arm64: pkvm: Use the mm_ops indirection for cache maintenance + - SUNRPC: Use BIT() macro in rpc_show_xprt_state() + - SUNRPC: Don't dereference xprt->snd_task if it's a cookie + - powerpc64/bpf: Limit 'ldbrx' to processors compliant with ISA v2.06 + - netfilter: conntrack: don't increment invalid counter on NF_REPEAT + - powerpc/64s: Mask SRR0 before checking against the masked NIP + - perf: Fix perf_event_read_local() time + - sched/pelt: Relax the sync of util_sum with util_avg + - net: phy: broadcom: hook up soft_reset for BCM54616S + - net: stmmac: dwmac-visconti: Fix bit definitions for ETHER_CLK_SEL + - net: stmmac: dwmac-visconti: Fix clock configuration for RMII mode + - phylib: fix potential use-after-free + - octeontx2-af: Do not fixup all VF action entries + - octeontx2-af: Fix LBK backpressure id count + - octeontx2-af: Retry until RVU block reset complete + - octeontx2-pf: cn10k: Ensure valid pointers are freed to aura + - octeontx2-af: verify CQ context updates + - octeontx2-af: Increase link credit restore polling timeout + - octeontx2-af: cn10k: Do not enable RPM loopback for LPC interfaces + - octeontx2-pf: Forward error codes to VF + - rxrpc: Adjust retransmission backoff + - efi/libstub: arm64: Fix image check alignment at entry + - io_uring: fix bug in slow unregistering of nodes + - Drivers: hv: balloon: account for vmbus packet header in max_pkt_size + - hwmon: (lm90) Re-enable interrupts after alert clears + - hwmon: (lm90) Mark alert as broken for MAX6654 + - hwmon: (lm90) Fix sysfs and udev notifications + - hwmon: (adt7470) Prevent divide by zero in adt7470_fan_write() + - powerpc/perf: Fix power_pmu_disable to call clear_pmi_irq_pending only if + PMI is pending + - ipv4: fix ip option filtering for locally generated fragments + - ibmvnic: Allow extra failures before disabling + - ibmvnic: init ->running_cap_crqs early + - ibmvnic: don't spin in tasklet + - net/smc: Transitional solution for clcsock race issue + - video: hyperv_fb: Fix validation of screen resolution + - can: tcan4x5x: regmap: fix max register value + - drm/msm/hdmi: Fix missing put_device() call in msm_hdmi_get_phy + - drm/msm/dpu: invalid parameter check in dpu_setup_dspp_pcc + - drm/msm/a6xx: Add missing suspend_count increment + - yam: fix a memory leak in yam_siocdevprivate() + - net: cpsw: Properly initialise struct page_pool_params + - net: hns3: handle empty unknown interrupt for VF + - sch_htb: Fail on unsupported parameters when offload is requested + - Revert "drm/ast: Support 1600x900 with 108MHz PCLK" + - KVM: selftests: Don't skip L2's VMCALL in SMM test for SVM guest + - ceph: put the requests/sessions when it fails to alloc memory + - gve: Fix GFP flags when allocing pages + - Revert "ipv6: Honor all IPv6 PIO Valid Lifetime values" + - net: bridge: vlan: fix single net device option dumping + - ipv4: raw: lock the socket in raw_bind() + - ipv4: tcp: send zero IPID in SYNACK messages + - ipv4: remove sparse error in ip_neigh_gw4() + - net: bridge: vlan: fix memory leak in __allowed_ingress + - Bluetooth: refactor malicious adv data check + - irqchip/realtek-rtl: Map control data to virq + - irqchip/realtek-rtl: Fix off-by-one in routing + - dt-bindings: can: tcan4x5x: fix mram-cfg RX FIFO config + - perf/core: Fix cgroup event list management + - psi: fix "no previous prototype" warnings when CONFIG_CGROUPS=n + - psi: fix "defined but not used" warnings when CONFIG_PROC_FS=n + - usb: dwc3: xilinx: fix uninitialized return value + - usr/include/Makefile: add linux/nfc.h to the compile-test coverage + - fsnotify: invalidate dcache before IN_DELETE event + - block: Fix wrong offset in bio_truncate() + - mtd: rawnand: mpc5121: Remove unused variable in ads5121_select_chip() + - Linux 5.15.19 + + * Jammy update: v5.15.18 upstream stable release (LP: #1959878) + - drm/i915: Flush TLBs before releasing backing store + - drm/amd/display: reset dcn31 SMU mailbox on failures + - io_uring: fix not released cached task refs + - bnx2x: Utilize firmware 7.13.21.0 + - bnx2x: Invalidate fastpath HSI version for VFs + - memcg: flush stats only if updated + - memcg: unify memcg stat flushing + - memcg: better bounds on the memcg stats updates + - rcu: Tighten rcu_advance_cbs_nowake() checks + - select: Fix indefinitely sleeping task in poll_schedule_timeout() + - drm/amdgpu: Use correct VIEWPORT_DIMENSION for DCN2 + - arm64/bpf: Remove 128MB limit for BPF JIT programs + - Linux 5.15.18 + + * CVE-2022-22942 + - SAUCE: drm/vmwgfx: Fix stale file descriptors on failed usercopy + + * CVE-2022-24122 + - ucount: Make get_ucount a safe get_user replacement + + * CVE-2022-23222 + - bpf, selftests: Add verifier test for mem_or_null register with offset. + + * Miscellaneous Ubuntu changes + - [Config] toolchain version update + + * Miscellaneous upstream changes + - s390/module: fix loading modules with a lot of relocations + + -- Paolo Pisati Thu, 03 Feb 2022 12:09:37 +0100 + +linux (5.15.0-19.19) jammy; urgency=medium + + * jammy/linux: 5.15.0-19.19 -proposed tracker (LP: #1959418) + + * Packaging resync (LP: #1786013) + - debian/dkms-versions -- update from kernel-versions (main/master) + + * Jammy update: v5.15.17 upstream stable release (LP: #1959376) + - KVM: x86/mmu: Fix write-protection of PTs mapped by the TDP MMU + - KVM: VMX: switch blocked_vcpu_on_cpu_lock to raw spinlock + - HID: Ignore battery for Elan touchscreen on HP Envy X360 15t-dr100 + - HID: uhid: Fix worker destroying device without any protection + - HID: wacom: Reset expected and received contact counts at the same time + - HID: wacom: Ignore the confidence flag when a touch is removed + - HID: wacom: Avoid using stale array indicies to read contact count + - ALSA: core: Fix SSID quirk lookup for subvendor=0 + - f2fs: fix to do sanity check on inode type during garbage collection + - f2fs: fix to do sanity check in is_alive() + - f2fs: avoid EINVAL by SBI_NEED_FSCK when pinning a file + - nfc: llcp: fix NULL error pointer dereference on sendmsg() after failed + bind() + - mtd: rawnand: gpmi: Add ERR007117 protection for nfc_apply_timings + - mtd: rawnand: gpmi: Remove explicit default gpmi clock setting for i.MX6 + - mtd: Fixed breaking list in __mtd_del_partition. + - mtd: rawnand: davinci: Don't calculate ECC when reading page + - mtd: rawnand: davinci: Avoid duplicated page read + - mtd: rawnand: davinci: Rewrite function description + - mtd: rawnand: Export nand_read_page_hwecc_oob_first() + - mtd: rawnand: ingenic: JZ4740 needs 'oob_first' read page function + - riscv: Get rid of MAXPHYSMEM configs + - RISC-V: Use common riscv_cpuid_to_hartid_mask() for both SMP=y and SMP=n + - riscv: try to allocate crashkern region from 32bit addressible memory + - riscv: Don't use va_pa_offset on kdump + - riscv: use hart id instead of cpu id on machine_kexec + - riscv: mm: fix wrong phys_ram_base value for RV64 + - x86/gpu: Reserve stolen memory for first integrated Intel GPU + - tools/nolibc: x86-64: Fix startup code bug + - crypto: x86/aesni - don't require alignment of data + - tools/nolibc: i386: fix initial stack alignment + - tools/nolibc: fix incorrect truncation of exit code + - rtc: cmos: take rtc_lock while reading from CMOS + - net: phy: marvell: add Marvell specific PHY loopback + - ksmbd: uninitialized variable in create_socket() + - ksmbd: fix guest connection failure with nautilus + - ksmbd: add support for smb2 max credit parameter + - ksmbd: move credit charge deduction under processing request + - ksmbd: limits exceeding the maximum allowable outstanding requests + - ksmbd: add reserved room in ipc request/response + - media: cec: fix a deadlock situation + - media: ov8865: Disable only enabled regulators on error path + - media: v4l2-ioctl.c: readbuffers depends on V4L2_CAP_READWRITE + - media: flexcop-usb: fix control-message timeouts + - media: mceusb: fix control-message timeouts + - media: em28xx: fix control-message timeouts + - media: cpia2: fix control-message timeouts + - media: s2255: fix control-message timeouts + - media: dib0700: fix undefined behavior in tuner shutdown + - media: redrat3: fix control-message timeouts + - media: pvrusb2: fix control-message timeouts + - media: stk1160: fix control-message timeouts + - media: cec-pin: fix interrupt en/disable handling + - can: softing_cs: softingcs_probe(): fix memleak on registration failure + - mei: hbm: fix client dma reply status + - iio: adc: ti-adc081c: Partial revert of removal of ACPI IDs + - iio: trigger: Fix a scheduling whilst atomic issue seen on tsc2046 + - lkdtm: Fix content of section containing lkdtm_rodata_do_nothing() + - bus: mhi: pci_generic: Graceful shutdown on freeze + - bus: mhi: core: Fix reading wake_capable channel configuration + - bus: mhi: core: Fix race while handling SYS_ERR at power up + - cxl/pmem: Fix reference counting for delayed work + - arm64: errata: Fix exec handling in erratum 1418040 workaround + - ARM: dts: at91: update alternate function of signal PD20 + - iommu/io-pgtable-arm-v7s: Add error handle for page table allocation failure + - gpu: host1x: Add back arm_iommu_detach_device() + - drm/tegra: Add back arm_iommu_detach_device() + - virtio/virtio_mem: handle a possible NULL as a memcpy parameter + - dma_fence_array: Fix PENDING_ERROR leak in dma_fence_array_signaled() + - PCI: Add function 1 DMA alias quirk for Marvell 88SE9125 SATA controller + - mm_zone: add function to check if managed dma zone exists + - dma/pool: create dma atomic pool only if dma zone has managed pages + - mm/page_alloc.c: do not warn allocation failure on zone DMA if no managed + pages + - shmem: fix a race between shmem_unused_huge_shrink and shmem_evict_inode + - drm/ttm: Put BO in its memory manager's lru list + - Bluetooth: L2CAP: Fix not initializing sk_peer_pid + - drm/bridge: display-connector: fix an uninitialized pointer in probe() + - drm: fix null-ptr-deref in drm_dev_init_release() + - drm/panel: kingdisplay-kd097d04: Delete panel on attach() failure + - drm/panel: innolux-p079zca: Delete panel on attach() failure + - drm/rockchip: dsi: Fix unbalanced clock on probe error + - drm/rockchip: dsi: Hold pm-runtime across bind/unbind + - drm/rockchip: dsi: Disable PLL clock on bind error + - drm/rockchip: dsi: Reconfigure hardware on resume() + - Bluetooth: virtio_bt: fix memory leak in virtbt_rx_handle() + - Bluetooth: cmtp: fix possible panic when cmtp_init_sockets() fails + - clk: bcm-2835: Pick the closest clock rate + - clk: bcm-2835: Remove rounding up the dividers + - drm/vc4: hdmi: Set a default HSM rate + - drm/vc4: hdmi: Move the HSM clock enable to runtime_pm + - drm/vc4: hdmi: Make sure the controller is powered in detect + - drm/vc4: hdmi: Make sure the controller is powered up during bind + - drm/vc4: hdmi: Rework the pre_crtc_configure error handling + - drm/vc4: crtc: Make sure the HDMI controller is powered when disabling + - wcn36xx: ensure pairing of init_scan/finish_scan and start_scan/end_scan + - wcn36xx: Indicate beacon not connection loss on MISSED_BEACON_IND + - drm/vc4: hdmi: Enable the scrambler on reconnection + - libbpf: Free up resources used by inner map definition + - wcn36xx: Fix DMA channel enable/disable cycle + - wcn36xx: Release DMA channel descriptor allocations + - wcn36xx: Put DXE block into reset before freeing memory + - wcn36xx: populate band before determining rate on RX + - wcn36xx: fix RX BD rate mapping for 5GHz legacy rates + - ath11k: Send PPDU_STATS_CFG with proper pdev mask to firmware + - bpftool: Fix memory leak in prog_dump() + - mtd: hyperbus: rpc-if: Check return value of rpcif_sw_init() + - media: videobuf2: Fix the size printk format + - media: atomisp: add missing media_device_cleanup() in + atomisp_unregister_entities() + - media: atomisp: fix punit_ddr_dvfs_enable() argument for mrfld_power up case + - media: atomisp: fix inverted logic in buffers_needed() + - media: atomisp: do not use err var when checking port validity for ISP2400 + - media: atomisp: fix inverted error check for + ia_css_mipi_is_source_port_valid() + - media: atomisp: fix ifdefs in sh_css.c + - media: atomisp: add NULL check for asd obtained from atomisp_video_pipe + - media: atomisp: fix enum formats logic + - media: atomisp: fix uninitialized bug in gmin_get_pmic_id_and_addr() + - media: aspeed: fix mode-detect always time out at 2nd run + - media: em28xx: fix memory leak in em28xx_init_dev + - media: aspeed: Update signal status immediately to ensure sane hw state + - arm64: dts: amlogic: meson-g12: Fix GPU operating point table node name + - arm64: dts: amlogic: Fix SPI NOR flash node name for ODROID N2/N2+ + - arm64: dts: meson-gxbb-wetek: fix HDMI in early boot + - arm64: dts: meson-gxbb-wetek: fix missing GPIO binding + - fs: dlm: don't call kernel_getpeername() in error_report() + - memory: renesas-rpc-if: Return error in case devm_ioremap_resource() fails + - Bluetooth: stop proccessing malicious adv data + - ath11k: Fix ETSI regd with weather radar overlap + - ath11k: clear the keys properly via DISABLE_KEY + - ath11k: reset RSN/WPA present state for open BSS + - spi: hisi-kunpeng: Fix the debugfs directory name incorrect + - tee: fix put order in teedev_close_context() + - fs: dlm: fix build with CONFIG_IPV6 disabled + - drm/dp: Don't read back backlight mode in drm_edp_backlight_enable() + - drm/vboxvideo: fix a NULL vs IS_ERR() check + - arm64: dts: renesas: cat875: Add rx/tx delays + - media: dmxdev: fix UAF when dvb_register_device() fails + - crypto: atmel-aes - Reestablish the correct tfm context at dequeue + - crypto: qce - fix uaf on qce_aead_register_one + - crypto: qce - fix uaf on qce_ahash_register_one + - crypto: qce - fix uaf on qce_skcipher_register_one + - arm64: dts: qcom: sc7280: Fix incorrect clock name + - mtd: hyperbus: rpc-if: fix bug in rpcif_hb_remove + - cpufreq: qcom-cpufreq-hw: Update offline CPUs per-cpu thermal pressure + - cpufreq: qcom-hw: Fix probable nested interrupt handling + - ARM: dts: stm32: fix dtbs_check warning on ili9341 dts binding on stm32f429 + disco + - libbpf: Fix potential misaligned memory access in btf_ext__new() + - libbpf: Fix glob_syms memory leak in bpf_linker + - libbpf: Fix using invalidated memory in bpf_linker + - crypto: qat - remove unnecessary collision prevention step in PFVF + - crypto: qat - make pfvf send message direction agnostic + - crypto: qat - fix undetected PFVF timeout in ACK loop + - ath11k: Use host CE parameters for CE interrupts configuration + - arm64: dts: ti: k3-j721e: correct cache-sets info + - tty: serial: atmel: Check return code of dmaengine_submit() + - tty: serial: atmel: Call dma_async_issue_pending() + - mfd: atmel-flexcom: Remove #ifdef CONFIG_PM_SLEEP + - mfd: atmel-flexcom: Use .resume_noirq + - bfq: Do not let waker requests skip proper accounting + - libbpf: Silence uninitialized warning/error in btf_dump_dump_type_data + - media: i2c: imx274: fix s_frame_interval runtime resume not requested + - media: i2c: Re-order runtime pm initialisation + - media: i2c: ov8865: Fix lockdep error + - media: rcar-csi2: Correct the selection of hsfreqrange + - media: imx-pxp: Initialize the spinlock prior to using it + - media: si470x-i2c: fix possible memory leak in si470x_i2c_probe() + - media: mtk-vcodec: call v4l2_m2m_ctx_release first when file is released + - media: hantro: Hook up RK3399 JPEG encoder output + - media: coda: fix CODA960 JPEG encoder buffer overflow + - media: venus: correct low power frequency calculation for encoder + - media: venus: core: Fix a potential NULL pointer dereference in an error + handling path + - media: venus: core: Fix a resource leak in the error handling path of + 'venus_probe()' + - net: stmmac: Add platform level debug register dump feature + - thermal/drivers/imx: Implement runtime PM support + - igc: AF_XDP zero-copy metadata adjust breaks SKBs on XDP_PASS + - netfilter: bridge: add support for pppoe filtering + - powerpc: Avoid discarding flags in system_call_exception() + - arm64: dts: qcom: msm8916: fix MMC controller aliases + - drm/vmwgfx: Remove the deprecated lower mem limit + - drm/vmwgfx: Fail to initialize on broken configs + - cgroup: Trace event cgroup id fields should be u64 + - ACPI: EC: Rework flushing of EC work while suspended to idle + - thermal/drivers/imx8mm: Enable ADC when enabling monitor + - drm/amdgpu: Fix a NULL pointer dereference in + amdgpu_connector_lcd_native_mode() + - drm/radeon/radeon_kms: Fix a NULL pointer dereference in + radeon_driver_open_kms() + - libbpf: Clean gen_loader's attach kind. + - crypto: caam - save caam memory to support crypto engine retry mechanism. + - arm64: dts: ti: k3-am642: Fix the L2 cache sets + - arm64: dts: ti: k3-j7200: Fix the L2 cache sets + - arm64: dts: ti: k3-j721e: Fix the L2 cache sets + - arm64: dts: ti: k3-j7200: Correct the d-cache-sets info + - tty: serial: uartlite: allow 64 bit address + - serial: amba-pl011: do not request memory region twice + - mtd: core: provide unique name for nvmem device + - floppy: Fix hang in watchdog when disk is ejected + - staging: rtl8192e: return error code from rtllib_softmac_init() + - staging: rtl8192e: rtllib_module: fix error handle case in alloc_rtllib() + - Bluetooth: btmtksdio: fix resume failure + - bpf: Fix the test_task_vma selftest to support output shorter than 1 kB + - sched/fair: Fix detection of per-CPU kthreads waking a task + - sched/fair: Fix per-CPU kthread and wakee stacking for asym CPU capacity + - bpf: Adjust BTF log size limit. + - bpf: Disallow BPF_LOG_KERNEL log level for bpf(BPF_BTF_LOAD) + - bpf: Remove config check to enable bpf support for branch records + - arm64: clear_page() shouldn't use DC ZVA when DCZID_EL0.DZP == 1 + - arm64: mte: DC {GVA,GZVA} shouldn't be used when DCZID_EL0.DZP == 1 + - samples/bpf: Install libbpf headers when building + - samples/bpf: Clean up samples/bpf build failes + - samples: bpf: Fix xdp_sample_user.o linking with Clang + - samples: bpf: Fix 'unknown warning group' build warning on Clang + - media: dib8000: Fix a memleak in dib8000_init() + - media: saa7146: mxb: Fix a NULL pointer dereference in mxb_attach() + - media: si2157: Fix "warm" tuner state detection + - wireless: iwlwifi: Fix a double free in iwl_txq_dyn_alloc_dma + - sched/rt: Try to restart rt period timer when rt runtime exceeded + - ath10k: Fix the MTU size on QCA9377 SDIO + - Bluetooth: refactor set_exp_feature with a feature table + - Bluetooth: MGMT: Use hci_dev_test_and_{set,clear}_flag + - drm/amd/display: Fix bug in debugfs crc_win_update entry + - drm/msm/gpu: Don't allow zero fence_id + - drm/msm/dp: displayPort driver need algorithm rational + - rcu/exp: Mark current CPU as exp-QS in IPI loop second pass + - wcn36xx: Fix max channels retrieval + - drm/msm/dsi: fix initialization in the bonded DSI case + - mwifiex: Fix possible ABBA deadlock + - xfrm: fix a small bug in xfrm_sa_len() + - x86/uaccess: Move variable into switch case statement + - selftests: clone3: clone3: add case CLONE3_ARGS_NO_TEST + - selftests: harness: avoid false negatives if test has no ASSERTs + - crypto: stm32/cryp - fix CTR counter carry + - crypto: stm32/cryp - fix xts and race condition in crypto_engine requests + - crypto: stm32/cryp - check early input data + - crypto: stm32/cryp - fix double pm exit + - crypto: stm32/cryp - fix lrw chaining mode + - crypto: stm32/cryp - fix bugs and crash in tests + - crypto: stm32 - Revert broken pm_runtime_resume_and_get changes + - crypto: hisilicon/qm - fix incorrect return value of hisi_qm_resume() + - ath11k: Fix deleting uninitialized kernel timer during fragment cache flush + - spi: Fix incorrect cs_setup delay handling + - ARM: dts: gemini: NAS4220-B: fis-index-block with 128 KiB sectors + - perf/arm-cmn: Fix CPU hotplug unregistration + - media: dw2102: Fix use after free + - media: msi001: fix possible null-ptr-deref in msi001_probe() + - media: coda/imx-vdoa: Handle dma_set_coherent_mask error codes + - ath11k: Fix a NULL pointer dereference in ath11k_mac_op_hw_scan() + - net: dsa: hellcreek: Fix insertion of static FDB entries + - net: dsa: hellcreek: Add STP forwarding rule + - net: dsa: hellcreek: Allow PTP P2P measurements on blocked ports + - net: dsa: hellcreek: Add missing PTP via UDP rules + - arm64: dts: qcom: c630: Fix soundcard setup + - arm64: dts: qcom: ipq6018: Fix gpio-ranges property + - drm/msm/dpu: fix safe status debugfs file + - drm/bridge: ti-sn65dsi86: Set max register for regmap + - gpu: host1x: select CONFIG_DMA_SHARED_BUFFER + - drm/tegra: gr2d: Explicitly control module reset + - drm/tegra: vic: Fix DMA API misuse + - media: hantro: Fix probe func error path + - xfrm: interface with if_id 0 should return error + - xfrm: state and policy should fail if XFRMA_IF_ID 0 + - ARM: 9159/1: decompressor: Avoid UNPREDICTABLE NOP encoding + - usb: ftdi-elan: fix memory leak on device disconnect + - arm64: dts: marvell: cn9130: add GPIO and SPI aliases + - arm64: dts: marvell: cn9130: enable CP0 GPIO controllers + - ARM: dts: armada-38x: Add generic compatible to UART nodes + - mt76: mt7921: drop offload_flags overwritten + - wilc1000: fix double free error in probe() + - rtw88: add quirk to disable pci caps on HP 250 G7 Notebook PC + - iwlwifi: mvm: fix 32-bit build in FTM + - iwlwifi: mvm: test roc running status bits before removing the sta + - iwlwifi: mvm: perform 6GHz passive scan after suspend + - iwlwifi: mvm: set protected flag only for NDP ranging + - mmc: meson-mx-sdhc: add IRQ check + - mmc: meson-mx-sdio: add IRQ check + - block: fix error unwinding in device_add_disk + - selinux: fix potential memleak in selinux_add_opt() + - um: fix ndelay/udelay defines + - um: rename set_signals() to um_set_signals() + - um: virt-pci: Fix 32-bit compile + - lib/logic_iomem: Fix 32-bit build + - lib/logic_iomem: Fix operation on 32-bit + - um: virtio_uml: Fix time-travel external time propagation + - Bluetooth: L2CAP: Fix using wrong mode + - bpftool: Enable line buffering for stdout + - backlight: qcom-wled: Validate enabled string indices in DT + - backlight: qcom-wled: Pass number of elements to read to read_u32_array + - backlight: qcom-wled: Fix off-by-one maximum with default num_strings + - backlight: qcom-wled: Override default length with qcom,enabled-strings + - backlight: qcom-wled: Use cpu_to_le16 macro to perform conversion + - backlight: qcom-wled: Respect enabled-strings in set_brightness + - software node: fix wrong node passed to find nargs_prop + - Bluetooth: hci_qca: Stop IBS timer during BT OFF + - x86/boot/compressed: Move CLANG_FLAGS to beginning of KBUILD_CFLAGS + - crypto: octeontx2 - prevent underflow in get_cores_bmap() + - regulator: qcom-labibb: OCP interrupts are not a failure while disabled + - hwmon: (mr75203) fix wrong power-up delay value + - x86/mce/inject: Avoid out-of-bounds write when setting flags + - io_uring: remove double poll on poll update + - serial: 8250_bcm7271: Propagate error codes from brcmuart_probe() + - ACPI: scan: Create platform device for BCM4752 and LNV4752 ACPI nodes + - pcmcia: rsrc_nonstatic: Fix a NULL pointer dereference in + __nonstatic_find_io_region() + - pcmcia: rsrc_nonstatic: Fix a NULL pointer dereference in + nonstatic_find_mem_region() + - power: reset: mt6397: Check for null res pointer + - net/xfrm: IPsec tunnel mode fix inner_ipproto setting in sec_path + - net: ethernet: mtk_eth_soc: fix return values and refactor MDIO ops + - net: dsa: fix incorrect function pointer check for MRP ring roles + - netfilter: ipt_CLUSTERIP: fix refcount leak in clusterip_tg_check() + - bpf, sockmap: Fix return codes from tcp_bpf_recvmsg_parser() + - bpf, sockmap: Fix double bpf_prog_put on error case in map_link + - bpf: Don't promote bogus looking registers after null check. + - bpf: Fix verifier support for validation of async callbacks + - bpf: Fix SO_RCVBUF/SO_SNDBUF handling in _bpf_setsockopt(). + - netfilter: nft_payload: do not update layer 4 checksum when mangling + fragments + - netfilter: nft_set_pipapo: allocate pcpu scratch maps on clone + - net: fix SOF_TIMESTAMPING_BIND_PHC to work with multiple sockets + - ppp: ensure minimum packet size in ppp_write() + - rocker: fix a sleeping in atomic bug + - staging: greybus: audio: Check null pointer + - fsl/fman: Check for null pointer after calling devm_ioremap + - Bluetooth: hci_bcm: Check for error irq + - Bluetooth: hci_qca: Fix NULL vs IS_ERR_OR_NULL check in qca_serdev_probe + - net/smc: Reset conn->lgr when link group registration fails + - usb: dwc3: qcom: Fix NULL vs IS_ERR checking in dwc3_qcom_probe + - usb: dwc2: do not gate off the hardware if it does not support clock gating + - usb: dwc2: gadget: initialize max_speed from params + - usb: gadget: u_audio: Subdevice 0 for capture ctls + - HID: hid-uclogic-params: Invalid parameter check in uclogic_params_init + - HID: hid-uclogic-params: Invalid parameter check in + uclogic_params_get_str_desc + - HID: hid-uclogic-params: Invalid parameter check in + uclogic_params_huion_init + - HID: hid-uclogic-params: Invalid parameter check in + uclogic_params_frame_init_v1_buttonpad + - debugfs: lockdown: Allow reading debugfs files that are not world readable + - drivers/firmware: Add missing platform_device_put() in sysfb_create_simplefb + - serial: liteuart: fix MODULE_ALIAS + - serial: stm32: move tx dma terminate DMA to shutdown + - x86, sched: Fix undefined reference to init_freq_invariance_cppc() build + error + - net/mlx5e: Fix page DMA map/unmap attributes + - net/mlx5e: Fix wrong usage of fib_info_nh when routes with nexthop objects + are used + - net/mlx5e: Don't block routes with nexthop objects in SW + - Revert "net/mlx5e: Block offload of outer header csum for UDP tunnels" + - Revert "net/mlx5e: Block offload of outer header csum for GRE tunnel" + - net/mlx5e: Fix matching on modified inner ip_ecn bits + - net/mlx5: Fix access to sf_dev_table on allocation failure + - net/mlx5e: Sync VXLAN udp ports during uplink representor profile change + - net/mlx5: Set command entry semaphore up once got index free + - lib/mpi: Add the return value check of kcalloc() + - Bluetooth: L2CAP: uninitialized variables in l2cap_sock_setsockopt() + - mptcp: fix per socket endpoint accounting + - mptcp: fix opt size when sending DSS + MP_FAIL + - mptcp: fix a DSS option writing error + - spi: spi-meson-spifc: Add missing pm_runtime_disable() in meson_spifc_probe + - octeontx2-af: Increment ptp refcount before use + - ax25: uninitialized variable in ax25_setsockopt() + - netrom: fix api breakage in nr_setsockopt() + - regmap: Call regmap_debugfs_exit() prior to _init() + - net: mscc: ocelot: fix incorrect balancing with down LAG ports + - can: mcp251xfd: add missing newline to printed strings + - tpm: add request_locality before write TPM_INT_ENABLE + - tpm_tis: Fix an error handling path in 'tpm_tis_core_init()' + - can: softing: softing_startstop(): fix set but not used variable warning + - can: xilinx_can: xcan_probe(): check for error irq + - can: rcar_canfd: rcar_canfd_channel_probe(): make sure we free CAN network + device + - pcmcia: fix setting of kthread task states + - net/sched: flow_dissector: Fix matching on zone id for invalid conns + - net: openvswitch: Fix matching zone id for invalid conns arriving from tc + - net: openvswitch: Fix ct_state nat flags for conns arriving from tc + - iwlwifi: mvm: Use div_s64 instead of do_div in iwl_mvm_ftm_rtt_smoothing() + - bnxt_en: Refactor coredump functions + - bnxt_en: move coredump functions into dedicated file + - bnxt_en: use firmware provided max timeout for messages + - net: mcs7830: handle usb read errors properly + - ext4: avoid trim error on fs with small groups + - ASoC: Intel: sof_sdw: fix jack detection on HP Spectre x360 convertible + - ALSA: jack: Add missing rwsem around snd_ctl_remove() calls + - ALSA: PCM: Add missing rwsem around snd_ctl_remove() calls + - ALSA: hda: Add missing rwsem around snd_ctl_remove() calls + - ALSA: hda: Fix potential deadlock at codec unbinding + - RDMA/bnxt_re: Scan the whole bitmap when checking if "disabling RCFW with + pending cmd-bit" + - RDMA/hns: Validate the pkey index + - scsi: pm80xx: Update WARN_ON check in pm8001_mpi_build_cmd() + - clk: renesas: rzg2l: Check return value of pm_genpd_init() + - clk: renesas: rzg2l: propagate return value of_genpd_add_provider_simple() + - clk: imx8mn: Fix imx8mn_clko1_sels + - powerpc/prom_init: Fix improper check of prom_getprop() + - ASoC: uniphier: drop selecting non-existing SND_SOC_UNIPHIER_AIO_DMA + - ASoC: codecs: wcd938x: add SND_SOC_WCD938_SDW to codec list instead + - RDMA/rtrs-clt: Fix the initial value of min_latency + - ALSA: hda: Make proper use of timecounter + - dt-bindings: thermal: Fix definition of cooling-maps contribution property + - powerpc/perf: Fix PMU callbacks to clear pending PMI before resetting an + overflown PMC + - powerpc/modules: Don't WARN on first module allocation attempt + - powerpc/32s: Fix shift-out-of-bounds in KASAN init + - clocksource: Avoid accidental unstable marking of clocksources + - ALSA: oss: fix compile error when OSS_DEBUG is enabled + - ALSA: usb-audio: Drop superfluous '0' in Presonus Studio 1810c's ID + - misc: at25: Make driver OF independent again + - char/mwave: Adjust io port register size + - binder: fix handling of error during copy + - binder: avoid potential data leakage when copying txn + - openrisc: Add clone3 ABI wrapper + - iommu: Extend mutex lock scope in iommu_probe_device() + - iommu/io-pgtable-arm: Fix table descriptor paddr formatting + - scsi: core: Fix scsi_device_max_queue_depth() + - scsi: ufs: Fix race conditions related to driver data + - RDMA/qedr: Fix reporting max_{send/recv}_wr attrs + - PCI/MSI: Fix pci_irq_vector()/pci_irq_get_affinity() + - powerpc/powermac: Add additional missing lockdep_register_key() + - iommu/arm-smmu-qcom: Fix TTBR0 read + - RDMA/core: Let ib_find_gid() continue search even after empty entry + - RDMA/cma: Let cma_resolve_ib_dev() continue search even after empty entry + - ASoC: rt5663: Handle device_property_read_u32_array error codes + - of: unittest: fix warning on PowerPC frame size warning + - of: unittest: 64 bit dma address test requires arch support + - clk: stm32: Fix ltdc's clock turn off by clk_disable_unused() after system + enter shell + - mips: add SYS_HAS_CPU_MIPS64_R5 config for MIPS Release 5 support + - mips: fix Kconfig reference to PHYS_ADDR_T_64BIT + - dmaengine: pxa/mmp: stop referencing config->slave_id + - iommu/amd: Restore GA log/tail pointer on host resume + - iommu/amd: X2apic mode: re-enable after resume + - iommu/amd: X2apic mode: setup the INTX registers on mask/unmask + - iommu/amd: X2apic mode: mask/unmask interrupts on suspend/resume + - iommu/amd: Remove useless irq affinity notifier + - ASoC: Intel: catpt: Test dmaengine_submit() result before moving on + - iommu/iova: Fix race between FQ timeout and teardown + - ASoC: mediatek: mt8195: correct default value + - of: fdt: Aggregate the processing of "linux,usable-memory-range" + - efi: apply memblock cap after memblock_add() + - scsi: block: pm: Always set request queue runtime active in + blk_post_runtime_resume() + - phy: uniphier-usb3ss: fix unintended writing zeros to PHY register + - ASoC: mediatek: Check for error clk pointer + - powerpc/64s: Mask NIP before checking against SRR0 + - powerpc/64s: Use EMIT_WARN_ENTRY for SRR debug warnings + - phy: cadence: Sierra: Fix to get correct parent for mux clocks + - ASoC: samsung: idma: Check of ioremap return value + - misc: lattice-ecp3-config: Fix task hung when firmware load failed + - ASoC: mediatek: mt8195: correct pcmif BE dai control flow + - arm64: tegra: Remove non existent Tegra194 reset + - mips: lantiq: add support for clk_set_parent() + - mips: bcm63xx: add support for clk_set_parent() + - powerpc/xive: Add missing null check after calling kmalloc + - ASoC: fsl_mqs: fix MODULE_ALIAS + - ALSA: hda/cs8409: Increase delay during jack detection + - ALSA: hda/cs8409: Fix Jack detection after resume + - RDMA/cxgb4: Set queue pair state when being queried + - clk: qcom: gcc-sc7280: Mark gcc_cfg_noc_lpass_clk always enabled + - ASoC: imx-card: Need special setting for ak4497 on i.MX8MQ + - ASoC: imx-card: Fix mclk calculation issue for akcodec + - ASoC: imx-card: improve the sound quality for low rate + - ASoC: fsl_asrc: refine the check of available clock divider + - clk: bm1880: remove kfrees on static allocations + - of: base: Fix phandle argument length mismatch error message + - of/fdt: Don't worry about non-memory region overlap for no-map + - MIPS: boot/compressed/: add __ashldi3 to target for ZSTD compression + - MIPS: compressed: Fix build with ZSTD compression + - mailbox: fix gce_num of mt8192 driver data + - ARM: dts: omap3-n900: Fix lp5523 for multi color + - leds: lp55xx: initialise output direction from dts + - Bluetooth: Fix debugfs entry leak in hci_register_dev() + - Bluetooth: Fix memory leak of hci device + - drm/panel: Delete panel on mipi_dsi_attach() failure + - Bluetooth: Fix removing adv when processing cmd complete + - fs: dlm: filter user dlm messages for kernel locks + - drm/lima: fix warning when CONFIG_DEBUG_SG=y & CONFIG_DMA_API_DEBUG=y + - selftests/bpf: Fix memory leaks in btf_type_c_dump() helper + - selftests/bpf: Destroy XDP link correctly + - selftests/bpf: Fix bpf_object leak in skb_ctx selftest + - ar5523: Fix null-ptr-deref with unexpected WDCMSG_TARGET_START reply + - drm/bridge: dw-hdmi: handle ELD when DRM_BRIDGE_ATTACH_NO_CONNECTOR + - drm/nouveau/pmu/gm200-: avoid touching PMU outside of DEVINIT/PREOS/ACR + - media: atomisp: fix try_fmt logic + - media: atomisp: set per-device's default mode + - media: atomisp-ov2680: Fix ov2680_set_fmt() clobbering the exposure + - media: atomisp: check before deference asd variable + - ARM: shmobile: rcar-gen2: Add missing of_node_put() + - batman-adv: allow netlink usage in unprivileged containers + - media: atomisp: handle errors at sh_css_create_isp_params() + - ath11k: Fix crash caused by uninitialized TX ring + - usb: dwc3: meson-g12a: fix shared reset control use + - USB: ehci_brcm_hub_control: Improve port index sanitizing + - usb: gadget: f_fs: Use stream_open() for endpoint files + - psi: Fix PSI_MEM_FULL state when tasks are in memstall and doing reclaim + - drm: panel-orientation-quirks: Add quirk for the Lenovo Yoga Book X91F/L + - HID: magicmouse: Report battery level over USB + - HID: apple: Do not reset quirks when the Fn key is not found + - media: b2c2: Add missing check in flexcop_pci_isr: + - libbpf: Accommodate DWARF/compiler bug with duplicated structs + - ethernet: renesas: Use div64_ul instead of do_div + - EDAC/synopsys: Use the quirk for version instead of ddr version + - arm64: dts: qcom: sm8350: Shorten camera-thermal-bottom name + - soc: imx: gpcv2: Synchronously suspend MIX domains + - ARM: imx: rename DEBUG_IMX21_IMX27_UART to DEBUG_IMX27_UART + - drm/amd/display: check top_pipe_to_program pointer + - drm/amdgpu/display: set vblank_disable_immediate for DC + - soc: ti: pruss: fix referenced node in error message + - mlxsw: pci: Add shutdown method in PCI driver + - drm/amd/display: add else to avoid double destroy clk_mgr + - drm/bridge: megachips: Ensure both bridges are probed before registration + - mxser: keep only !tty test in ISR + - tty: serial: imx: disable UCR4_OREN in .stop_rx() instead of .shutdown() + - gpiolib: acpi: Do not set the IRQ type if the IRQ is already in use + - HSI: core: Fix return freed object in hsi_new_client + - crypto: jitter - consider 32 LSB for APT + - mwifiex: Fix skb_over_panic in mwifiex_usb_recv() + - rsi: Fix use-after-free in rsi_rx_done_handler() + - rsi: Fix out-of-bounds read in rsi_read_pkt() + - ath11k: Avoid NULL ptr access during mgmt tx cleanup + - media: venus: avoid calling core_clk_setrate() concurrently during + concurrent video sessions + - regulator: da9121: Prevent current limit change when enabled + - drm/vmwgfx: Release ttm memory if probe fails + - drm/vmwgfx: Introduce a new placement for MOB page tables + - ACPI / x86: Drop PWM2 device on Lenovo Yoga Book from always present table + - ACPI: Change acpi_device_always_present() into acpi_device_override_status() + - ACPI / x86: Allow specifying acpi_device_override_status() quirks by path + - ACPI / x86: Add not-present quirk for the PCI0.SDHB.BRC1 device on the GPD + win + - arm64: dts: ti: j7200-main: Fix 'dtbs_check' serdes_ln_ctrl node + - arm64: dts: ti: j721e-main: Fix 'dtbs_check' in serdes_ln_ctrl node + - usb: uhci: add aspeed ast2600 uhci support + - floppy: Add max size check for user space request + - x86/mm: Flush global TLB when switching to trampoline page-table + - drm: rcar-du: Fix CRTC timings when CMM is used + - media: uvcvideo: Increase UVC_CTRL_CONTROL_TIMEOUT to 5 seconds. + - media: rcar-vin: Update format alignment constraints + - media: saa7146: hexium_orion: Fix a NULL pointer dereference in + hexium_attach() + - media: atomisp: fix "variable dereferenced before check 'asd'" + - media: m920x: don't use stack on USB reads + - thunderbolt: Runtime PM activate both ends of the device link + - arm64: dts: renesas: Fix thermal bindings + - iwlwifi: mvm: synchronize with FW after multicast commands + - iwlwifi: mvm: avoid clearing a just saved session protection id + - rcutorture: Avoid soft lockup during cpu stall + - ath11k: avoid deadlock by change ieee80211_queue_work for regd_update_work + - ath10k: Fix tx hanging + - net-sysfs: update the queue counts in the unregistration path + - net: phy: prefer 1000baseT over 1000baseKX + - gpio: aspeed: Convert aspeed_gpio.lock to raw_spinlock + - gpio: aspeed-sgpio: Convert aspeed_sgpio.lock to raw_spinlock + - selftests/ftrace: make kprobe profile testcase description unique + - ath11k: Avoid false DEADLOCK warning reported by lockdep + - ARM: dts: qcom: sdx55: fix IPA interconnect definitions + - x86/mce: Allow instrumentation during task work queueing + - x86/mce: Mark mce_panic() noinstr + - x86/mce: Mark mce_end() noinstr + - x86/mce: Mark mce_read_aux() noinstr + - net: bonding: debug: avoid printing debug logs when bond is not notifying + peers + - kunit: Don't crash if no parameters are generated + - bpf: Do not WARN in bpf_warn_invalid_xdp_action() + - drm/amdkfd: Fix error handling in svm_range_add + - HID: quirks: Allow inverting the absolute X/Y values + - HID: i2c-hid-of: Expose the touchscreen-inverted properties + - media: igorplugusb: receiver overflow should be reported + - media: rockchip: rkisp1: use device name for debugfs subdir name + - media: saa7146: hexium_gemini: Fix a NULL pointer dereference in + hexium_attach() + - mmc: tmio: reinit card irqs in reset routine + - mmc: core: Fixup storing of OCR for MMC_QUIRK_NONSTD_SDIO + - drm/amd/amdgpu: fix psp tmr bo pin count leak in SRIOV + - drm/amd/amdgpu: fix gmc bo pin count leak in SRIOV + - audit: ensure userspace is penalized the same as the kernel when under + pressure + - arm64: dts: ls1028a-qds: move rtc node to the correct i2c bus + - arm64: tegra: Adjust length of CCPLEX cluster MMIO region + - crypto: ccp - Move SEV_INIT retry for corrupted data + - crypto: hisilicon/hpre - fix memory leak in hpre_curve25519_src_init() + - PM: runtime: Add safety net to supplier device release + - cpufreq: Fix initialization of min and max frequency QoS requests + - mt76: mt7615: fix possible deadlock while mt7615_register_ext_phy() + - mt76: do not pass the received frame with decryption error + - mt76: mt7615: improve wmm index allocation + - ath9k_htc: fix NULL pointer dereference at ath9k_htc_rxep() + - ath9k_htc: fix NULL pointer dereference at ath9k_htc_tx_get_packet() + - ath9k: Fix out-of-bound memcpy in ath9k_hif_usb_rx_stream + - rtw88: 8822c: update rx settings to prevent potential hw deadlock + - PM: AVS: qcom-cpr: Use div64_ul instead of do_div + - iwlwifi: fix leaks/bad data after failed firmware load + - iwlwifi: remove module loading failure message + - iwlwifi: mvm: Fix calculation of frame length + - iwlwifi: mvm: fix AUX ROC removal + - iwlwifi: pcie: make sure prph_info is set when treating wakeup IRQ + - mmc: sdhci-pci-gli: GL9755: Support for CD/WP inversion on OF platforms + - block: check minor range in device_add_disk() + - um: registers: Rename function names to avoid conflicts and build problems + - ath11k: Fix napi related hang + - Bluetooth: btintel: Add missing quirks and msft ext for legacy bootloader + - Bluetooth: vhci: Set HCI_QUIRK_VALID_LE_STATES + - xfrm: rate limit SA mapping change message to user space + - drm/etnaviv: consider completed fence seqno in hang check + - jffs2: GC deadlock reading a page that is used in jffs2_write_begin() + - ACPICA: actypes.h: Expand the ACPI_ACCESS_ definitions + - ACPICA: Utilities: Avoid deleting the same object twice in a row + - ACPICA: Executer: Fix the REFCLASS_REFOF case in acpi_ex_opcode_1A_0T_1R() + - ACPICA: Fix wrong interpretation of PCC address + - ACPICA: Hardware: Do not flush CPU cache when entering S4 and S5 + - mmc: mtk-sd: Use readl_poll_timeout instead of open-coded polling + - drm/amdgpu: fixup bad vram size on gmc v8 + - amdgpu/pm: Make sysfs pm attributes as read-only for VFs + - ACPI: battery: Add the ThinkPad "Not Charging" quirk + - ACPI: CPPC: Check present CPUs for determining _CPC is valid + - btrfs: remove BUG_ON() in find_parent_nodes() + - btrfs: remove BUG_ON(!eie) in find_parent_nodes + - net: mdio: Demote probed message to debug print + - mac80211: allow non-standard VHT MCS-10/11 + - dm btree: add a defensive bounds check to insert_at() + - dm space map common: add bounds check to sm_ll_lookup_bitmap() + - bpf/selftests: Fix namespace mount setup in tc_redirect + - mlxsw: pci: Avoid flow control for EMAD packets + - net: phy: marvell: configure RGMII delays for 88E1118 + - net: gemini: allow any RGMII interface mode + - regulator: qcom_smd: Align probe function with rpmh-regulator + - serial: pl010: Drop CR register reset on set_termios + - serial: pl011: Drop CR register reset on set_termios + - serial: core: Keep mctrl register state and cached copy in sync + - random: do not throw away excess input to crng_fast_load + - net/mlx5: Update log_max_qp value to FW max capability + - net/mlx5e: Unblock setting vid 0 for VF in case PF isn't eswitch manager + - parisc: Avoid calling faulthandler_disabled() twice + - can: flexcan: allow to change quirks at runtime + - can: flexcan: rename RX modes + - can: flexcan: add more quirks to describe RX path capabilities + - x86/kbuild: Enable CONFIG_KALLSYMS_ALL=y in the defconfigs + - powerpc/6xx: add missing of_node_put + - powerpc/powernv: add missing of_node_put + - powerpc/cell: add missing of_node_put + - powerpc/btext: add missing of_node_put + - powerpc/watchdog: Fix missed watchdog reset due to memory ordering race + - ASoC: imx-hdmi: add put_device() after of_find_device_by_node() + - i2c: i801: Don't silently correct invalid transfer size + - powerpc/smp: Move setup_profiling_timer() under CONFIG_PROFILING + - i2c: mpc: Correct I2C reset procedure + - clk: meson: gxbb: Fix the SDM_EN bit for MPLL0 on GXBB + - powerpc/powermac: Add missing lockdep_register_key() + - KVM: PPC: Book3S: Suppress warnings when allocating too big memory slots + - KVM: PPC: Book3S: Suppress failed alloc warning in H_COPY_TOFROM_GUEST + - w1: Misuse of get_user()/put_user() reported by sparse + - nvmem: core: set size for sysfs bin file + - dm: fix alloc_dax error handling in alloc_dev + - interconnect: qcom: rpm: Prevent integer overflow in rate + - scsi: ufs: Fix a kernel crash during shutdown + - scsi: lpfc: Fix leaked lpfc_dmabuf mbox allocations with NPIV + - scsi: lpfc: Trigger SLI4 firmware dump before doing driver cleanup + - ALSA: seq: Set upper limit of processed events + - MIPS: Loongson64: Use three arguments for slti + - powerpc/40x: Map 32Mbytes of memory at startup + - selftests/powerpc/spectre_v2: Return skip code when miss_percent is high + - powerpc: handle kdump appropriately with crash_kexec_post_notifiers option + - powerpc/fadump: Fix inaccurate CPU state info in vmcore generated with panic + - udf: Fix error handling in udf_new_inode() + - MIPS: OCTEON: add put_device() after of_find_device_by_node() + - irqchip/gic-v4: Disable redistributors' view of the VPE table at boot time + - i2c: designware-pci: Fix to change data types of hcnt and lcnt parameters + - selftests/powerpc: Add a test of sigreturning to the kernel + - MIPS: Octeon: Fix build errors using clang + - scsi: sr: Don't use GFP_DMA + - scsi: mpi3mr: Fixes around reply request queues + - ASoC: mediatek: mt8192-mt6359: fix device_node leak + - phy: phy-mtk-tphy: add support efuse setting + - ASoC: mediatek: mt8173: fix device_node leak + - ASoC: mediatek: mt8183: fix device_node leak + - habanalabs: skip read fw errors if dynamic descriptor invalid + - phy: mediatek: Fix missing check in mtk_mipi_tx_probe + - mailbox: change mailbox-mpfs compatible string + - seg6: export get_srh() for ICMP handling + - icmp: ICMPV6: Examine invoking packet for Segment Route Headers. + - udp6: Use Segment Routing Header for dest address if present + - rpmsg: core: Clean up resources on announce_create failure. + - ifcvf/vDPA: fix misuse virtio-net device config size for blk dev + - crypto: omap-aes - Fix broken pm_runtime_and_get() usage + - crypto: stm32/crc32 - Fix kernel BUG triggered in probe() + - crypto: caam - replace this_cpu_ptr with raw_cpu_ptr + - ubifs: Error path in ubifs_remount_rw() seems to wrongly free write buffers + - tpm: fix potential NULL pointer access in tpm_del_char_device + - tpm: fix NPE on probe for missing device + - mfd: tps65910: Set PWR_OFF bit during driver probe + - spi: uniphier: Fix a bug that doesn't point to private data correctly + - xen/gntdev: fix unmap notification order + - md: Move alloc/free acct bioset in to personality + - HID: magicmouse: Fix an error handling path in magicmouse_probe() + - fuse: Pass correct lend value to filemap_write_and_wait_range() + - serial: Fix incorrect rs485 polarity on uart open + - cputime, cpuacct: Include guest time in user time in cpuacct.stat + - sched/cpuacct: Fix user/system in shown cpuacct.usage* + - tracing/kprobes: 'nmissed' not showed correctly for kretprobe + - tracing: Have syscall trace events use trace_event_buffer_lock_reserve() + - remoteproc: imx_rproc: Fix a resource leak in the remove function + - iwlwifi: mvm: Increase the scan timeout guard to 30 seconds + - s390/mm: fix 2KB pgtable release race + - device property: Fix fwnode_graph_devcon_match() fwnode leak + - drm/tegra: submit: Add missing pm_runtime_mark_last_busy() + - drm/etnaviv: limit submit sizes + - drm/amd/display: Fix the uninitialized variable in enable_stream_features() + - drm/nouveau/kms/nv04: use vzalloc for nv04_display + - drm/bridge: analogix_dp: Make PSR-exit block less + - parisc: Fix lpa and lpa_user defines + - powerpc/64s/radix: Fix huge vmap false positive + - scsi: lpfc: Fix lpfc_force_rscn ndlp kref imbalance + - drm/amdgpu: don't do resets on APUs which don't support it + - drm/i915/display/ehl: Update voltage swing table + - PCI: xgene: Fix IB window setup + - PCI: pciehp: Use down_read/write_nested(reset_lock) to fix lockdep errors + - PCI: pci-bridge-emul: Make expansion ROM Base Address register read-only + - PCI: pci-bridge-emul: Properly mark reserved PCIe bits in PCI config space + - PCI: pci-bridge-emul: Fix definitions of reserved bits + - PCI: pci-bridge-emul: Correctly set PCIe capabilities + - PCI: pci-bridge-emul: Set PCI_STATUS_CAP_LIST for PCIe device + - xfrm: fix policy lookup for ipv6 gre packets + - xfrm: fix dflt policy check when there is no policy configured + - btrfs: fix deadlock between quota enable and other quota operations + - btrfs: check the root node for uptodate before returning it + - btrfs: respect the max size in the header when activating swap file + - ext4: make sure to reset inode lockdep class when quota enabling fails + - ext4: make sure quota gets properly shutdown on error + - ext4: fix a possible ABBA deadlock due to busy PA + - ext4: initialize err_blk before calling __ext4_get_inode_loc + - ext4: fix fast commit may miss tracking range for FALLOC_FL_ZERO_RANGE + - ext4: set csum seed in tmp inode while migrating to extents + - ext4: Fix BUG_ON in ext4_bread when write quota data + - ext4: use ext4_ext_remove_space() for fast commit replay delete range + - ext4: fast commit may miss tracking unwritten range during ftruncate + - ext4: destroy ext4_fc_dentry_cachep kmemcache on module removal + - ext4: fix null-ptr-deref in '__ext4_journal_ensure_credits' + - ext4: fix an use-after-free issue about data=journal writeback mode + - ext4: don't use the orphan list when migrating an inode + - tracing/osnoise: Properly unhook events if start_per_cpu_kthreads() fails + - ath11k: qmi: avoid error messages when dma allocation fails + - drm/radeon: fix error handling in radeon_driver_open_kms + - of: base: Improve argument length mismatch error + - firmware: Update Kconfig help text for Google firmware + - can: mcp251xfd: mcp251xfd_tef_obj_read(): fix typo in error message + - media: rcar-csi2: Optimize the selection PHTW register + - drm/vc4: hdmi: Make sure the device is powered with CEC + - media: correct MEDIA_TEST_SUPPORT help text + - Documentation: coresight: Fix documentation issue + - Documentation: dmaengine: Correctly describe dmatest with channel unset + - Documentation: ACPI: Fix data node reference documentation + - Documentation, arch: Remove leftovers from raw device + - Documentation, arch: Remove leftovers from CIFS_WEAK_PW_HASH + - Documentation: refer to config RANDOMIZE_BASE for kernel address-space + randomization + - Documentation: fix firewire.rst ABI file path error + - net: usb: Correct reset handling of smsc95xx + - Bluetooth: hci_sync: Fix not setting adv set duration + - scsi: core: Show SCMD_LAST in text form + - scsi: ufs: ufs-mediatek: Fix error checking in ufs_mtk_init_va09_pwr_ctrl() + - RDMA/cma: Remove open coding of overflow checking for private_data_len + - dmaengine: uniphier-xdmac: Fix type of address variables + - dmaengine: idxd: fix wq settings post wq disable + - RDMA/hns: Modify the mapping attribute of doorbell to device + - RDMA/rxe: Fix a typo in opcode name + - dmaengine: stm32-mdma: fix STM32_MDMA_CTBR_TSEL_MASK + - Revert "net/mlx5: Add retry mechanism to the command entry index allocation" + - powerpc/cell: Fix clang -Wimplicit-fallthrough warning + - powerpc/fsl/dts: Enable WA for erratum A-009885 on fman3l MDIO buses + - block: fix async_depth sysfs interface for mq-deadline + - block: Fix fsync always failed if once failed + - drm/vc4: crtc: Drop feed_txp from state + - drm/vc4: Fix non-blocking commit getting stuck forever + - drm/vc4: crtc: Copy assigned channel to the CRTC + - bpftool: Remove inclusion of utilities.mak from Makefiles + - bpftool: Fix indent in option lists in the documentation + - xdp: check prog type before updating BPF link + - bpf: Fix mount source show for bpffs + - bpf: Mark PTR_TO_FUNC register initially with zero offset + - perf evsel: Override attr->sample_period for non-libpfm4 events + - ipv4: update fib_info_cnt under spinlock protection + - ipv4: avoid quadratic behavior in netns dismantle + - mlx5: Don't accidentally set RTO_ONLINK before mlx5e_route_lookup_ipv4_get() + - net/fsl: xgmac_mdio: Add workaround for erratum A-009885 + - net/fsl: xgmac_mdio: Fix incorrect iounmap when removing module + - parisc: pdc_stable: Fix memory leak in pdcs_register_pathentries + - riscv: dts: microchip: mpfs: Drop empty chosen node + - drm/vmwgfx: Remove explicit transparent hugepages support + - drm/vmwgfx: Remove unused compile options + - f2fs: fix remove page failed in invalidate compress pages + - f2fs: fix to avoid panic in is_alive() if metadata is inconsistent + - f2fs: compress: fix potential deadlock of compress file + - f2fs: fix to reserve space for IO align feature + - f2fs: fix to check available space of CP area correctly in + update_ckpt_flags() + - crypto: octeontx2 - uninitialized variable in kvf_limits_store() + - af_unix: annote lockless accesses to unix_tot_inflight & gc_in_progress + - clk: Emit a stern warning with writable debugfs enabled + - clk: si5341: Fix clock HW provider cleanup + - pinctrl/rockchip: fix gpio device creation + - gpio: mpc8xxx: Fix IRQ check in mpc8xxx_probe + - gpio: idt3243x: Fix IRQ check in idt_gpio_probe + - net/smc: Fix hung_task when removing SMC-R devices + - net: axienet: increase reset timeout + - net: axienet: Wait for PhyRstCmplt after core reset + - net: axienet: reset core on initialization prior to MDIO access + - net: axienet: add missing memory barriers + - net: axienet: limit minimum TX ring size + - net: axienet: Fix TX ring slot available check + - net: axienet: fix number of TX ring slots for available check + - net: axienet: fix for TX busy handling + - net: axienet: increase default TX ring size to 128 + - bitops: protect find_first_{,zero}_bit properly + - um: gitignore: Add kernel/capflags.c + - HID: vivaldi: fix handling devices not using numbered reports + - rtc: pxa: fix null pointer dereference + - vdpa/mlx5: Fix wrong configuration of virtio_version_1_0 + - virtio_ring: mark ring unused on error + - taskstats: Cleanup the use of task->exit_code + - inet: frags: annotate races around fqdir->dead and fqdir->high_thresh + - netns: add schedule point in ops_exit_list() + - iwlwifi: fix Bz NMI behaviour + - xfrm: Don't accidentally set RTO_ONLINK in decode_session4() + - vdpa/mlx5: Restore cur_num_vqs in case of failure in change_num_qps() + - gre: Don't accidentally set RTO_ONLINK in gre_fill_metadata_dst() + - libcxgb: Don't accidentally set RTO_ONLINK in cxgb_find_route() + - perf script: Fix hex dump character output + - dmaengine: at_xdmac: Don't start transactions at tx_submit level + - dmaengine: at_xdmac: Start transfer for cyclic channels in issue_pending + - dmaengine: at_xdmac: Print debug message after realeasing the lock + - dmaengine: at_xdmac: Fix concurrency over xfers_list + - dmaengine: at_xdmac: Fix lld view setting + - dmaengine: at_xdmac: Fix at_xdmac_lld struct definition + - perf tools: Drop requirement for libstdc++.so for libopencsd check + - perf probe: Fix ppc64 'perf probe add events failed' case + - devlink: Remove misleading internal_flags from health reporter dump + - arm64: dts: qcom: msm8996: drop not documented adreno properties + - net: fix sock_timestamping_bind_phc() to release device + - net: bonding: fix bond_xmit_broadcast return value error bug + - net: ipa: fix atomic update in ipa_endpoint_replenish() + - net_sched: restore "mpu xxx" handling + - net: mscc: ocelot: don't let phylink re-enable TX PAUSE on the NPI port + - bcmgenet: add WOL IRQ check + - net: wwan: Fix MRU mismatch issue which may lead to data connection lost + - net: ethernet: mtk_eth_soc: fix error checking in mtk_mac_config() + - net: ocelot: Fix the call to switchdev_bridge_port_offload + - net: sfp: fix high power modules without diagnostic monitoring + - net: cpsw: avoid alignment faults by taking NET_IP_ALIGN into account + - net: phy: micrel: use kszphy_suspend()/kszphy_resume for irq aware devices + - net: mscc: ocelot: fix using match before it is set + - dt-bindings: display: meson-dw-hdmi: add missing sound-name-prefix property + - dt-bindings: display: meson-vpu: Add missing amlogic,canvas property + - dt-bindings: watchdog: Require samsung,syscon-phandle for Exynos7 + - sch_api: Don't skip qdisc attach on ingress + - scripts/dtc: dtx_diff: remove broken example from help text + - lib82596: Fix IRQ check in sni_82596_probe + - mm/hmm.c: allow VM_MIXEDMAP to work with hmm_range_fault + - bonding: Fix extraction of ports from the packet headers + - lib/test_meminit: destroy cache in kmem_cache_alloc_bulk() test + - scripts: sphinx-pre-install: add required ctex dependency + - scripts: sphinx-pre-install: Fix ctex support on Debian + - Linux 5.15.17 + + * rtw88_8821ce causes freeze (LP: #1927808) // Jammy update: v5.15.17 upstream + stable release (LP: #1959376) + - rtw88: Disable PCIe ASPM while doing NAPI poll on 8821CE + + * Jammy update: v5.15.16 upstream stable release (LP: #1958977) + - devtmpfs regression fix: reconfigure on each mount + - orangefs: Fix the size of a memory allocation in orangefs_bufmap_alloc() + - remoteproc: qcom: pil_info: Don't memcpy_toio more than is provided + - perf: Protect perf_guest_cbs with RCU + - KVM: x86: Register perf callbacks after calling vendor's hardware_setup() + - KVM: x86: Register Processor Trace interrupt hook iff PT enabled in guest + - KVM: x86: don't print when fail to read/write pv eoi memory + - KVM: s390: Clarify SIGP orders versus STOP/RESTART + - remoteproc: qcom: pas: Add missing power-domain "mxc" for CDSP + - 9p: only copy valid iattrs in 9P2000.L setattr implementation + - video: vga16fb: Only probe for EGA and VGA 16 color graphic cards + - media: uvcvideo: fix division by zero at stream start + - rtlwifi: rtl8192cu: Fix WARNING when calling local_irq_restore() with + interrupts enabled + - firmware: qemu_fw_cfg: fix sysfs information leak + - firmware: qemu_fw_cfg: fix NULL-pointer deref on duplicate entries + - firmware: qemu_fw_cfg: fix kobject leak in probe error path + - perf annotate: Avoid TUI crash when navigating in the annotation of + recursive functions + - KVM: x86: remove PMU FIXED_CTR3 from msrs_to_save_all + - ALSA: hda/realtek: Add speaker fixup for some Yoga 15ITL5 devices + - ALSA: hda/realtek - Fix silent output on Gigabyte X570 Aorus Master after + reboot from Windows + - ALSA: hda: ALC287: Add Lenovo IdeaPad Slim 9i 14ITL5 speaker quirk + - ALSA: hda/tegra: Fix Tegra194 HDA reset failure + - ALSA: hda/realtek: Add quirk for Legion Y9000X 2020 + - ALSA: hda/realtek: Re-order quirk entries for Lenovo + - mtd: fixup CFI on ixp4xx + - Linux 5.15.16 + + * UBSAN: array-index-out-of-bounds in dcn31_resources on AMD yellow carp + platform (LP: #1958229) + - drm/amd/display: Fix out of bounds access on DNC31 stream encoder regs + + * Jammy update: v5.15.15 upstream stable release (LP: #1958418) + - s390/kexec: handle R_390_PLT32DBL rela in arch_kexec_apply_relocations_add() + - workqueue: Fix unbind_workers() VS wq_worker_running() race + - staging: r8188eu: switch the led off during deinit + - bpf: Fix out of bounds access from invalid *_or_null type verification + - Bluetooth: btusb: Add protocol for MediaTek bluetooth devices(MT7922) + - Bluetooth: btusb: Add the new support ID for Realtek RTL8852A + - Bluetooth: btusb: Add support for IMC Networks Mediatek Chip(MT7921) + - Bbluetooth: btusb: Add another Bluetooth part for Realtek 8852AE + - Bluetooth: btusb: fix memory leak in btusb_mtk_submit_wmt_recv_urb() + - Bluetooth: btusb: enable Mediatek to support AOSP extension + - Bluetooth: btusb: Add one more Bluetooth part for the Realtek RTL8852AE + - fget: clarify and improve __fget_files() implementation + - Bluetooth: btusb: Add two more Bluetooth parts for WCN6855 + - Bluetooth: btusb: Add support for Foxconn MT7922A + - Bluetooth: btintel: Fix broken LED quirk for legacy ROM devices + - Bluetooth: btusb: Add support for Foxconn QCA 0xe0d0 + - Bluetooth: bfusb: fix division by zero in send path + - ARM: dts: exynos: Fix BCM4330 Bluetooth reset polarity in I9100 + - USB: core: Fix bug in resuming hub's handling of wakeup requests + - USB: Fix "slab-out-of-bounds Write" bug in usb_hcd_poll_rh_status + - ath11k: Fix buffer overflow when scanning with extraie + - mmc: sdhci-pci: Add PCI ID for Intel ADL + - Bluetooth: add quirk disabling LE Read Transmit Power + - Bluetooth: btbcm: disable read tx power for some Macs with the T2 Security + chip + - Bluetooth: btbcm: disable read tx power for MacBook Air 8,1 and 8,2 + - veth: Do not record rx queue hint in veth_xmit + - mfd: intel-lpss: Fix too early PM enablement in the ACPI ->probe() + - can: gs_usb: fix use of uninitialized variable, detach device on reception + of invalid USB data + - can: isotp: convert struct tpcon::{idx,len} to unsigned int + - can: gs_usb: gs_can_start_xmit(): zero-initialize hf->{flags,reserved} + - random: fix data race on crng_node_pool + - random: fix data race on crng init time + - random: fix crash on multiple early calls to add_bootloader_randomness() + - platform/x86/intel: hid: add quirk to support Surface Go 3 + - media: Revert "media: uvcvideo: Set unique vdev name based in type" + - staging: wlan-ng: Avoid bitwise vs logical OR warning in + hfa384x_usb_throttlefn() + - drm/i915: Avoid bitwise vs logical OR warning in snb_wm_latency_quirk() + - staging: greybus: fix stack size warning with UBSAN + - Linux 5.15.15 + + * UBSAN warning on unplugging USB4 DP alt mode from AMD Yellow Carp graphics + card (LP: #1956497) + - drm/amd/display: explicitly set is_dsc_supported to false before use + + * Support USB4 DP alt mode for AMD Yellow Carp graphics card (LP: #1953008) + - drm/amd/display: Enable PSR by default on newer DCN + - SAUCE: drm/amd/display: Fixup previous PSR policy commit + - drm/amd/display: Fix USB4 hot plug crash issue + - drm/amd/display: Creating a fw boot options bit for an upcoming feature + - drm/amd/display: Enable dpia in dmub only for DCN31 B0 + - drm/amd/display: MST support for DPIA + - drm/amd/display: Set phy_mux_sel bit in dmub scratch register + - drm/amd/display: Don't lock connection_mutex for DMUB HPD + - drm/amd/display: Add callbacks for DMUB HPD IRQ notifications + + * Jammy update: v5.15.14 upstream stable release (LP: #1957882) + - fscache_cookie_enabled: check cookie is valid before accessing it + - selftests: x86: fix [-Wstringop-overread] warn in test_process_vm_readv() + - tracing: Fix check for trace_percpu_buffer validity in get_trace_buf() + - tracing: Tag trace_percpu_buffer as a percpu pointer + - Revert "RDMA/mlx5: Fix releasing unallocated memory in dereg MR flow" + - ieee802154: atusb: fix uninit value in atusb_set_extended_addr + - i40e: Fix to not show opcode msg on unsuccessful VF MAC change + - iavf: Fix limit of total number of queues to active queues of VF + - RDMA/core: Don't infoleak GRH fields + - Revert "net: usb: r8152: Add MAC passthrough support for more Lenovo Docks" + - netrom: fix copying in user data in nr_setsockopt + - RDMA/uverbs: Check for null return of kmalloc_array + - mac80211: initialize variable have_higher_than_11mbit + - mac80211: mesh: embedd mesh_paths and mpp_paths into ieee80211_if_mesh + - sfc: The RX page_ring is optional + - i40e: fix use-after-free in i40e_sync_filters_subtask() + - i40e: Fix for displaying message regarding NVM version + - i40e: Fix incorrect netdev's real number of RX/TX queues + - ftrace/samples: Add missing prototypes direct functions + - ipv4: Check attribute length for RTA_GATEWAY in multipath route + - ipv4: Check attribute length for RTA_FLOW in multipath route + - ipv6: Check attribute length for RTA_GATEWAY in multipath route + - ipv6: Check attribute length for RTA_GATEWAY when deleting multipath route + - lwtunnel: Validate RTA_ENCAP_TYPE attribute length + - selftests: net: udpgro_fwd.sh: explicitly checking the available ping + feature + - sctp: hold endpoint before calling cb in sctp_transport_lookup_process + - batman-adv: mcast: don't send link-local multicast to mcast routers + - sch_qfq: prevent shift-out-of-bounds in qfq_init_qdisc + - net: ena: Fix undefined state when tx request id is out of bounds + - net: ena: Fix wrong rx request id by resetting device + - net: ena: Fix error handling when calculating max IO queues number + - md/raid1: fix missing bitmap update w/o WriteMostly devices + - EDAC/i10nm: Release mdev/mbase when failing to detect HBM + - KVM: x86: Check for rmaps allocation + - cgroup: Use open-time credentials for process migraton perm checks + - cgroup: Allocate cgroup_file_ctx for kernfs_open_file->priv + - cgroup: Use open-time cgroup namespace for process migration perm checks + - Revert "i2c: core: support bus regulator controlling in adapter" + - i2c: mpc: Avoid out of bounds memory access + - power: supply: core: Break capacity loop + - power: reset: ltc2952: Fix use of floating point literals + - reset: renesas: Fix Runtime PM usage + - rndis_host: support Hytera digital radios + - gpio: gpio-aspeed-sgpio: Fix wrong hwirq base in irq handler + - net ticp:fix a kernel-infoleak in __tipc_sendmsg() + - phonet: refcount leak in pep_sock_accep + - fbdev: fbmem: add a helper to determine if an aperture is used by a fw fb + - drm/amdgpu: disable runpm if we are the primary adapter + - power: bq25890: Enable continuous conversion for ADC at charging + - ipv6: Continue processing multipath route even if gateway attribute is + invalid + - ipv6: Do cleanup if attribute validation fails in multipath route + - auxdisplay: charlcd: checking for pointer reference before dereferencing + - drm/amdgpu: fix dropped backing store handling in amdgpu_dma_buf_move_notify + - drm/amd/pm: Fix xgmi link control on aldebaran + - usb: mtu3: fix interval value for intr and isoc + - scsi: libiscsi: Fix UAF in iscsi_conn_get_param()/iscsi_conn_teardown() + - ip6_vti: initialize __ip6_tnl_parm struct in vti6_siocdevprivate + - net: udp: fix alignment problem in udp4_seq_show() + - atlantic: Fix buff_ring OOB in aq_ring_rx_clean + - drm/amd/pm: skip setting gfx cgpg in the s0ix suspend-resume + - mISDN: change function names to avoid conflicts + - drm/amd/display: fix B0 TMDS deepcolor no dislay issue + - drm/amd/display: Added power down for DCN10 + - ipv6: raw: check passed optlen before reading + - userfaultfd/selftests: fix hugetlb area allocations + - ARM: dts: gpio-ranges property is now required + - Input: zinitix - make sure the IRQ is allocated before it gets enabled + - Revert "drm/amdgpu: stop scheduler when calling hw_fini (v2)" + - drm/amd/pm: keep the BACO feature enabled for suspend + - Linux 5.15.14 + + * alsa/sdw: add sdw audio machine driver for several ADL machines + (LP: #1951563) + - ASoC: Intel: sof_sdw: Add support for SKU 0AF3 product + - ASoC: Intel: soc-acpi: add SKU 0AF3 SoundWire configuration + - ASoC: Intel: sof_sdw: Add support for SKU 0B00 and 0B01 products + - ASoC: Intel: sof_sdw: Add support for SKU 0B11 product + - ASoC: Intel: sof_sdw: Add support for SKU 0B13 product + - ASoC: Intel: soc-acpi: add SKU 0B13 SoundWire configuration + - ASoC: Intel: sof_sdw: Add support for SKU 0B29 product + - ASoC: Intel: soc-acpi: add SKU 0B29 SoundWire configuration + - ASoC: Intel: sof_sdw: Add support for SKU 0B12 product + - ASoC: intel: sof_sdw: return the original error number + - ASoC: intel: sof_sdw: rename be_index/link_id to link_index + - ASoC: intel: sof_sdw: Use a fixed DAI link id for AMP + - ASoC: intel: sof_sdw: move DMIC link id overwrite to create_sdw_dailink + - ASoC: intel: sof_sdw: remove SOF_RT715_DAI_ID_FIX quirk + - ASoC: intel: sof_sdw: remove sof_sdw_mic_codec_mockup_init + - ASoC: intel: sof_sdw: remove get_next_be_id + - ASoC: intel: sof_sdw: add link adr order check + + * Add basic Wifi support for Qualcomm WCN6856 (LP: #1955613) + - ath11k: change to use dynamic memory for channel list of scan + - ath11k: add string type to search board data in board-2.bin for WCN6855 + + * Enable audio mute LED and mic mute LED on a new HP laptop (LP: #1956454) + - ALSA: hda/realtek: Use ALC285_FIXUP_HP_GPIO_LED on another HP laptop + + * Add missing BT ID for Qualcomm WCN6856 (LP: #1956407) + - Bluetooth: btusb: Add one more Bluetooth part for WCN6855 + + * Add Bluetooth support for Qualcomm WCN6856 (LP: #1955689) + - Bluetooth: btusb: Add support using different nvm for variant WCN6855 + controller + - Bluetooth: btusb: re-definition for board_id in struct qca_version + - Bluetooth: btusb: Add the new support IDs for WCN6855 + + * Improve performance and idle power consumption (LP: #1941893) + - x86: ACPI: cstate: Optimize C3 entry on AMD CPUs + + * [Yellow Carp] USB4 interdomain communication problems (LP: #1945361) + - thunderbolt: Enable retry logic for intra-domain control packets + + * 1951111: + - scsi: lpfc: Fix mailbox command failure during driver initialization + + * [Jammy] Update Broadcom Emulex FC HBA lpfc driver to 14.0.0.3 for Ubuntu + 22.04 (LP: #1951111) + - scsi: lpfc: Fix premature rpi release for unsolicited TPLS and LS_RJT + - scsi: lpfc: Fix hang on unload due to stuck fport node + - scsi: lpfc: Fix rediscovery of tape device after LIP + - scsi: lpfc: Don't remove ndlp on PRLI errors in P2P mode + - scsi: lpfc: Fix EEH support for NVMe I/O + - scsi: lpfc: Adjust bytes received vales during cmf timer interval + - scsi: lpfc: Fix I/O block after enabling managed congestion mode + - scsi: lpfc: Zero CGN stats only during initial driver load and stat reset + - scsi: lpfc: Improve PBDE checks during SGL processing + - scsi: lpfc: Update lpfc version to 14.0.0.2 + + * smartpqi: Update 20.04.4 to latest kernel.org patch level (LP: #1953689) + - scsi: smartpqi: Update device removal management + - scsi: smartpqi: Capture controller reason codes + - scsi: smartpqi: Update LUN reset handler + - scsi: smartpqi: Add TEST UNIT READY check for SANITIZE operation + - scsi: smartpqi: Avoid failing I/Os for offline devices + - scsi: smartpqi: Add extended report physical LUNs + - scsi: smartpqi: Fix boot failure during LUN rebuild + - scsi: smartpqi: Fix duplicate device nodes for tape changers + - scsi: smartpqi: Add 3252-8i PCI id + - scsi: smartpqi: Update version to 2.1.12-055 + + * Let VMD follow host bridge PCIe settings (LP: #1954611) + - PCI: vmd: Honor ACPI _OSC on PCIe features + + * Fix spurious wakeup caused by Intel 7560 WWAN (LP: #1956443) + - net: wwan: iosm: Keep device at D0 for s2idle case + + * [uacc-0623] hisi_sec2 fail to alloc uacce (LP: #1933301) + - crypto: hisilicon/qm - modify the uacce mode check + + * Jammy update: v5.15.13 upstream stable release (LP: #1956926) + - Input: i8042 - add deferred probe support + - Input: i8042 - enable deferred probe quirk for ASUS UM325UA + - tomoyo: Check exceeded quota early in tomoyo_domain_quota_is_ok(). + - tomoyo: use hwight16() in tomoyo_domain_quota_is_ok() + - net/sched: Extend qdisc control block with tc control block + - parisc: Clear stale IIR value on instruction access rights trap + - platform/mellanox: mlxbf-pmc: Fix an IS_ERR() vs NULL bug in + mlxbf_pmc_map_counters + - platform/x86: apple-gmux: use resource_size() with res + - memblock: fix memblock_phys_alloc() section mismatch error + - recordmcount.pl: fix typo in s390 mcount regex + - powerpc/ptdump: Fix DEBUG_WX since generic ptdump conversion + - efi: Move efifb_setup_from_dmi() prototype from arch headers + - selinux: initialize proto variable in selinux_ip_postroute_compat() + - scsi: lpfc: Terminate string in lpfc_debugfs_nvmeio_trc_write() + - net/mlx5: DR, Fix NULL vs IS_ERR checking in dr_domain_init_resources + - net/mlx5: Fix error print in case of IRQ request failed + - net/mlx5: Fix SF health recovery flow + - net/mlx5: Fix tc max supported prio for nic mode + - net/mlx5e: Wrap the tx reporter dump callback to extract the sq + - net/mlx5e: Fix interoperability between XSK and ICOSQ recovery flow + - net/mlx5e: Fix ICOSQ recovery flow for XSK + - net/mlx5e: Use tc sample stubs instead of ifdefs in source file + - net/mlx5e: Delete forward rule for ct or sample action + - udp: using datalen to cap ipv6 udp max gso segments + - selftests: Calculate udpgso segment count without header adjustment + - sctp: use call_rcu to free endpoint + - net/smc: fix using of uninitialized completions + - net: usb: pegasus: Do not drop long Ethernet frames + - net: ag71xx: Fix a potential double free in error handling paths + - net: lantiq_xrx200: fix statistics of received bytes + - NFC: st21nfca: Fix memory leak in device probe and remove + - net/smc: don't send CDC/LLC message if link not ready + - net/smc: fix kernel panic caused by race of smc_sock + - igc: Do not enable crosstimestamping for i225-V models + - igc: Fix TX timestamp support for non-MSI-X platforms + - drm/amd/display: Send s0i2_rdy in stream_count == 0 optimization + - drm/amd/display: Set optimize_pwr_state for DCN31 + - ionic: Initialize the 'lif->dbid_inuse' bitmap + - net/mlx5e: Fix wrong features assignment in case of error + - net: bridge: mcast: add and enforce query interval minimum + - net: bridge: mcast: add and enforce startup query interval minimum + - selftests/net: udpgso_bench_tx: fix dst ip argument + - selftests: net: Fix a typo in udpgro_fwd.sh + - net: bridge: mcast: fix br_multicast_ctx_vlan_global_disabled helper + - net/ncsi: check for error return from call to nla_put_u32 + - selftests: net: using ping6 for IPv6 in udpgro_fwd.sh + - fsl/fman: Fix missing put_device() call in fman_port_probe + - i2c: validate user data in compat ioctl + - nfc: uapi: use kernel size_t to fix user-space builds + - uapi: fix linux/nfc.h userspace compilation errors + - drm/nouveau: wait for the exclusive fence after the shared ones v2 + - drm/amdgpu: When the VCN(1.0) block is suspended, powergating is explicitly + enabled + - drm/amdgpu: add support for IP discovery gc_info table v2 + - drm/amd/display: Changed pipe split policy to allow for multi-display pipe + split + - xhci: Fresco FL1100 controller should not have BROKEN_MSI quirk set. + - usb: gadget: f_fs: Clear ffs_eventfd in ffs_data_clear. + - usb: mtu3: add memory barrier before set GPD's HWO + - usb: mtu3: fix list_head check warning + - usb: mtu3: set interval of FS intr and isoc endpoint + - nitro_enclaves: Use get_user_pages_unlocked() call to handle mmap assert + - binder: fix async_free_space accounting for empty parcels + - scsi: vmw_pvscsi: Set residual data length conditionally + - Input: appletouch - initialize work before device registration + - Input: spaceball - fix parsing of movement data packets + - mm/damon/dbgfs: fix 'struct pid' leaks in 'dbgfs_target_ids_write()' + - net: fix use-after-free in tw_timer_handler + - fs/mount_setattr: always cleanup mount_kattr + - perf intel-pt: Fix parsing of VM time correlation arguments + - perf script: Fix CPU filtering of a script's switch events + - perf scripts python: intel-pt-events.py: Fix printing of switch events + - Linux 5.15.13 + + * Miscellaneous Ubuntu changes + - [Packaging] getabis: Add fwinfo.builtin to the ABI + - [Packaging] Add list of built-in firmwares to the ABI + - [Config] x86-64: SYSFB_SIMPLEFB=y + - [packaging] arm64: introduce the lowlatency and lowlatency-64k flavours + - [packaging] arm64: updateconfigs + - [Config] annotations: remove duplicates when arm64-generic == + arm64-generic-64k option + - [Config] annotations: introduce arm64-lowlatency and arm64-lowlatency-64k + kconfig options checks + - [Packaging] Update dependency of pahole / dwarves + - [Config] toolchain version update + + * Miscellaneous upstream changes + - scsi: lpfc: Revert LOG_TRACE_EVENT back to LOG_INIT prior to + driver_resource_setup() + - scsi: lpfc: Correct sysfs reporting of loop support after SFP status change + - scsi: lpfc: Allow PLOGI retry if previous PLOGI was aborted + - scsi: lpfc: Update lpfc version to 14.0.0.3 + - Revert "rtw88: Disable PCIe ASPM while doing NAPI poll on 8821CE" + + -- Paolo Pisati Fri, 28 Jan 2022 17:16:21 +0100 + +linux (5.15.0-18.18) jammy; urgency=medium + + * jammy/linux: 5.15.0-18.18 -proposed tracker (LP: #1958638) + + * CVE-2021-4155 + - xfs: map unwritten blocks in XFS_IOC_{ALLOC, FREE}SP just like fallocate + + * CVE-2022-0185 + - SAUCE: vfs: test that one given mount param is not larger than PAGE_SIZE + + * [UBUNTU 20.04] KVM hardware diagnose data improvements for guest kernel - + kernel part (LP: #1953334) + - KVM: s390: add debug statement for diag 318 CPNC data + + * OOB write on BPF_RINGBUF (LP: #1956585) + - SAUCE: bpf: prevent helper argument PTR_TO_ALLOC_MEM to have offset other + than 0 + + * Miscellaneous Ubuntu changes + - [Config] re-enable shiftfs + - [SAUCE] shiftfs: support kernel 5.15 + - [Config] update toolchain versions + + * Miscellaneous upstream changes + - vfs: fs_context: fix up param length parsing in legacy_parse_param + + -- Andrea Righi Fri, 21 Jan 2022 13:32:27 +0100 + +linux (5.15.0-17.17) jammy; urgency=medium + + * jammy/linux: 5.15.0-17.17 -proposed tracker (LP: #1957809) + + -- Andrea Righi Thu, 13 Jan 2022 17:11:21 +0100 + +linux (5.15.0-16.16) jammy; urgency=medium + + * jammy/linux: 5.15.0-16.16 -proposed tracker (LP: #1956820) + + * Packaging resync (LP: #1786013) + - debian/dkms-versions -- update from kernel-versions (main/master) + + * 5.15 stuck at boot on c4.large (LP: #1956780) + - Revert "PCI/MSI: Mask MSI-X vectors only on success" + + * Miscellaneous upstream changes + - Revert "UBUNTU: [Packaging] temporarily disable signed v4l2loopback" + + -- Andrea Righi Sat, 08 Jan 2022 10:57:58 +0100 + +linux (5.15.0-15.15) jammy; urgency=medium + + * jammy/linux: 5.15.0-15.15 -proposed tracker (LP: #1956314) + + * Packaging resync (LP: #1786013) + - update dkms package versions + - debian/dkms-versions -- update from kernel-versions (main/master) + + * rtw88_8821ce causes freeze (LP: #1927808) + - rtw88: Disable PCIe ASPM while doing NAPI poll on 8821CE + + * alsa/sdw: fix the audio sdw codec parsing logic in the acpi table + (LP: #1955686) + - ALSA: hda: intel-sdw-acpi: go through HDAS ACPI at max depth of 2 + - ALSA: hda: intel-sdw-acpi: harden detection of controller + + * Got black screen when resume from s2idle with AMD dGPU (LP: #1955790) + - SAUCE: drm/amdgpu: put SMU into proper state on runpm suspending for BOCO + capable platform + - SAUCE: drm/amdgpu: always reset the asic in suspend (v2) + + * Fix USB3 detection on HP dock (LP: #1955443) + - usb: hub: Add delay for SuperSpeed hub resume to let links transit to U0 + + * support signed v4l2loopback dkms build (LP: #1938531) + - enable v4l2loopback builds on amd64 kernels + - support v4l2loopback dkms build + + * Jammy update: v5.15.12 upstream stable release (LP: #1956305) + - arm64: vdso32: require CROSS_COMPILE_COMPAT for gcc+bfd + - net: usb: lan78xx: add Allied Telesis AT29M2-AF + - ext4: prevent partial update of the extent blocks + - ext4: check for out-of-order index extents in ext4_valid_extent_entries() + - ext4: check for inconsistent extents between index and leaf block + - selftests: KVM: Fix non-x86 compiling + - HID: holtek: fix mouse probing + - HID: potential dereference of null pointer + - NFSD: Fix READDIR buffer overflow + - PM: sleep: Fix error handling in dpm_prepare() + - arm64: dts: allwinner: orangepi-zero-plus: fix PHY mode + - bus: sunxi-rsb: Fix shutdown + - spi: change clk_disable_unprepare to clk_unprepare + - ucounts: Fix rlimit max values check + - drm/mediatek: hdmi: Perform NULL pointer check for mtk_hdmi_conf + - ASoC: meson: aiu: fifo: Add missing dma_coerce_mask_and_coherent() + - RDMA/hns: Fix RNR retransmission issue for HIP08 + - IB/qib: Fix memory leak in qib_user_sdma_queue_pkts() + - RDMA/hns: Replace kfree() with kvfree() + - netfilter: nf_tables: fix use-after-free in nft_set_catchall_destroy() + - netfilter: fix regression in looped (broad|multi)cast's MAC handling + - ARM: dts: imx6qdl-wandboard: Fix Ethernet support + - ice: Use xdp_buf instead of rx_buf for xsk zero-copy + - ice: xsk: return xsk buffers back to pool when cleaning the ring + - net: marvell: prestera: fix incorrect return of port_find + - net: marvell: prestera: fix incorrect structure access + - qlcnic: potential dereference null pointer of rx_queue->page_ring + - tcp: move inet->rx_dst_ifindex to sk->sk_rx_dst_ifindex + - ipv6: move inet6_sk(sk)->rx_dst_cookie to sk->sk_rx_dst_cookie + - inet: fully convert sk->sk_rx_dst to RCU rules + - net: accept UFOv6 packages in virtio_net_hdr_to_skb + - net: skip virtio_net_hdr_set_proto if protocol already set + - igb: fix deadlock caused by taking RTNL in RPM resume path + - ipmi: Fix UAF when uninstall ipmi_si and ipmi_msghandler module + - gpio: virtio: remove timeout + - bonding: fix ad_actor_system option setting to default + - fjes: Check for error irq + - drivers: net: smc911x: Check for error irq + - net: ks8851: Check for error irq + - sfc: Check null pointer of rx_queue->page_ring + - sfc: falcon: Check null pointer of rx_queue->page_ring + - asix: fix uninit-value in asix_mdio_read() + - asix: fix wrong return value in asix_check_host_enable() + - io_uring: zero iocb->ki_pos for stream file types + - veth: ensure skb entering GRO are not cloned. + - net: stmmac: ptp: fix potentially overflowing expression + - net: bridge: Use array_size() helper in copy_to_user() + - net: bridge: fix ioctl old_deviceless bridge argument + - r8152: fix the force speed doesn't work for RTL8156 + - net: stmmac: dwmac-visconti: Fix value of ETHER_CLK_SEL_FREQ_SEL_2P5M + - pinctrl: bcm2835: Change init order for gpio hogs + - hwmon: (lm90) Fix usage of CONFIG2 register in detect function + - hwmon: (lm90) Prevent integer overflow/underflow in hysteresis calculations + - hwmon: (lm90) Introduce flag indicating extended temperature support + - hwmon: (lm90) Add basic support for TI TMP461 + - hwmon: (lm90) Drop critical attribute support for MAX6654 + - ARM: 9160/1: NOMMU: Reload __secondary_data after PROCINFO_INITFUNC + - uapi: Fix undefined __always_inline on non-glibc systems + - compiler.h: Fix annotation macro misplacement with Clang + - platform/x86/intel: Remove X86_PLATFORM_DRIVERS_INTEL + - kernel/crash_core: suppress unknown crashkernel parameter warning + - Revert "x86/boot: Pull up cmdline preparation and early param parsing" + - x86/boot: Move EFI range reservation after cmdline parsing + - ALSA: jack: Check the return value of kstrdup() + - ALSA: drivers: opl3: Fix incorrect use of vp->state + - ALSA: rawmidi - fix the uninitalized user_pversion + - ALSA: hda/hdmi: Disable silent stream on GLK + - ALSA: hda/realtek: Amp init fixup for HP ZBook 15 G6 + - ALSA: hda/realtek: Add new alc285-hp-amp-init model + - ALSA: hda/realtek: fix mute/micmute LEDs for a HP ProBook + - ALSA: hda/realtek: Fix quirk for Clevo NJ51CU + - ASoC: meson: aiu: Move AIU_I2S_MISC hold setting to aiu-fifo-i2s + - ASoC: tegra: Add DAPM switches for headphones and mic jack + - ASoC: tegra: Restore headphones jack name on Nyan Big + - Input: atmel_mxt_ts - fix double free in mxt_read_info_block + - ipmi: bail out if init_srcu_struct fails + - ipmi: ssif: initialize ssif_info->client early + - ipmi: fix initialization when workqueue allocation fails + - parisc: Correct completer in lws start + - parisc: Fix mask used to select futex spinlock + - tee: handle lookup of shm with reference count 0 + - x86/pkey: Fix undefined behaviour with PKRU_WD_BIT + - platform/x86: amd-pmc: only use callbacks for suspend + - platform/x86: intel_pmc_core: fix memleak on registration failure + - KVM: x86: Always set kvm_run->if_flag + - KVM: x86/mmu: Don't advance iterator after restart due to yielding + - KVM: nVMX: Synthesize TRIPLE_FAULT for L2 if emulation is required + - KVM: VMX: Always clear vmx->fail on emulation_required + - KVM: VMX: Wake vCPU when delivering posted IRQ even if vCPU == this vCPU + - pinctrl: stm32: consider the GPIO offset to expose all the GPIO lines + - gpio: dln2: Fix interrupts when replugging the device + - mmc: sdhci-tegra: Fix switch to HS400ES mode + - mmc: meson-mx-sdhc: Set MANUAL_STOP for multi-block SDIO commands + - mmc: core: Disable card detect during shutdown + - mmc: mmci: stm32: clear DLYB_CR after sending tuning command + - ARM: 9169/1: entry: fix Thumb2 bug in iWMMXt exception handling + - ksmbd: fix error code in ndr_read_int32() + - ksmbd: fix uninitialized symbol 'pntsd_size' + - ksmbd: disable SMB2_GLOBAL_CAP_ENCRYPTION for SMB 3.1.1 + - mac80211: fix locking in ieee80211_start_ap error path + - mm: mempolicy: fix THP allocations escaping mempolicy restrictions + - mm, hwpoison: fix condition in free hugetlb page path + - mm/hwpoison: clear MF_COUNT_INCREASED before retrying get_any_page() + - mm/damon/dbgfs: protect targets destructions with kdamond_lock + - tee: optee: Fix incorrect page free bug + - f2fs: fix to do sanity check on last xattr entry in __f2fs_setxattr() + - netfs: fix parameter of cleanup() + - KVM: VMX: Fix stale docs for kvm-intel.emulate_invalid_guest_state + - arm64: dts: lx2160a: fix scl-gpios property name + - kfence: fix memory leak when cat kfence objects + - Input: iqs626a - prohibit inlining of channel parsing functions + - Input: elants_i2c - do not check Remark ID on eKTH3900/eKTH5312 + - Input: goodix - add id->model mapping for the "9111" model + - ASoC: tas2770: Fix setting of high sample rates + - ASoC: SOF: Intel: pci-tgl: add new ADL-P variant + - ASoC: SOF: Intel: pci-tgl: add ADL-N support + - ASoC: rt5682: fix the wrong jack type detected + - pinctrl: mediatek: fix global-out-of-bounds issue + - hwmom: (lm90) Fix citical alarm status for MAX6680/MAX6681 + - hwmon: (lm90) Do not report 'busy' status bit as alarm + - r8152: sync ocp base + - ax25: NPD bug when detaching AX25 device + - hamradio: defer ax25 kfree after unregister_netdev + - hamradio: improve the incomplete fix to avoid NPD + - tun: avoid double free in tun_free_netdev + - phonet/pep: refuse to enable an unbound pipe + - Linux 5.15.12 + + * Thinkpad E14 Gen2: Kernel panic with trackpad and trackpoint enabled + (LP: #1945590) // Jammy update: v5.15.12 upstream stable release + (LP: #1956305) + - Input: elantech - fix stack out of bound access in + elantech_change_report_id() + + * Jammy update: v5.15.11 upstream stable release (LP: #1956302) + - reset: tegra-bpmp: Revert Handle errors in BPMP response + - KVM: VMX: clear vmx_x86_ops.sync_pir_to_irr if APICv is disabled + - KVM: selftests: Make sure kvm_create_max_vcpus test won't hit RLIMIT_NOFILE + - KVM: downgrade two BUG_ONs to WARN_ON_ONCE + - x86/kvm: remove unused ack_notifier callbacks + - KVM: X86: Fix tlb flush for tdp in kvm_invalidate_pcid() + - mac80211: fix rate control for retransmitted frames + - mac80211: fix regression in SSN handling of addba tx + - mac80211: mark TX-during-stop for TX in in_reconfig + - mac80211: send ADDBA requests using the tid/queue of the aggregation session + - mac80211: validate extended element ID is present + - firmware: arm_scpi: Fix string overflow in SCPI genpd driver + - bpf: Fix kernel address leakage in atomic fetch + - bpf, selftests: Add test case for atomic fetch on spilled pointer + - bpf: Fix signed bounds propagation after mov32 + - bpf: Make 32->64 bounds propagation slightly more robust + - bpf, selftests: Add test case trying to taint map value pointer + - bpf: Fix kernel address leakage in atomic cmpxchg's r0 aux reg + - bpf, selftests: Update test case for atomic cmpxchg on r0 with pointer + - vduse: fix memory corruption in vduse_dev_ioctl() + - vduse: check that offset is within bounds in get_config() + - virtio_ring: Fix querying of maximum DMA mapping size for virtio device + - vdpa: check that offsets are within bounds + - s390/entry: fix duplicate tracking of irq nesting level + - recordmcount.pl: look for jgnop instruction as well as bcrl on s390 + - arm64: dts: ten64: remove redundant interrupt declaration for gpio-keys + - ceph: fix up non-directory creation in SGID directories + - dm btree remove: fix use after free in rebalance_children() + - audit: improve robustness of the audit queue handling + - btrfs: convert latest_bdev type to btrfs_device and rename + - btrfs: use latest_dev in btrfs_show_devname + - btrfs: update latest_dev when we create a sprout device + - btrfs: remove stale comment about the btrfs_show_devname + - scsi: ufs: core: Retry START_STOP on UNIT_ATTENTION + - arm64: dts: rockchip: remove mmc-hs400-enhanced-strobe from rk3399-khadas- + edge + - arm64: dts: rockchip: fix rk3308-roc-cc vcc-sd supply + - arm64: dts: rockchip: fix rk3399-leez-p710 vcc3v3-lan supply + - arm64: dts: rockchip: fix audio-supply for Rock Pi 4 + - arm64: dts: rockchip: fix poweroff on helios64 + - dmaengine: idxd: add halt interrupt support + - dmaengine: idxd: fix calling wq quiesce inside spinlock + - mac80211: track only QoS data frames for admission control + - tee: amdtee: fix an IS_ERR() vs NULL bug + - ceph: fix duplicate increment of opened_inodes metric + - ceph: initialize pathlen variable in reconnect_caps_cb + - ARM: socfpga: dts: fix qspi node compatible + - arm64: dts: imx8mq: remove interconnect property from lcdif + - clk: Don't parent clks until the parent is fully registered + - soc: imx: Register SoC device only on i.MX boards + - iwlwifi: mvm: don't crash on invalid rate w/o STA + - virtio: always enter drivers/virtio/ + - virtio/vsock: fix the transport to work with VMADDR_CID_ANY + - vdpa: Consider device id larger than 31 + - Revert "drm/fb-helper: improve DRM fbdev emulation device names" + - selftests: net: Correct ping6 expected rc from 2 to 1 + - s390/kexec_file: fix error handling when applying relocations + - sch_cake: do not call cake_destroy() from cake_init() + - inet_diag: fix kernel-infoleak for UDP sockets + - netdevsim: don't overwrite read only ethtool parms + - selftests: icmp_redirect: pass xfail=0 to log_test() + - net: hns3: fix use-after-free bug in hclgevf_send_mbx_msg + - net: hns3: fix race condition in debugfs + - selftests: Add duplicate config only for MD5 VRF tests + - selftests: Fix raw socket bind tests with VRF + - selftests: Fix IPv6 address bind tests + - dmaengine: idxd: fix missed completion on abort path + - dmaengine: st_fdma: fix MODULE_ALIAS + - drm: simpledrm: fix wrong unit with pixel clock + - net/sched: sch_ets: don't remove idle classes from the round-robin list + - selftests/net: toeplitz: fix udp option + - net: dsa: mv88e6xxx: Unforce speed & duplex in mac_link_down() + - selftest/net/forwarding: declare NETIFS p9 p10 + - mptcp: never allow the PM to close a listener subflow + - drm/ast: potential dereference of null pointer + - drm/i915/display: Fix an unsigned subtraction which can never be negative. + - mac80211: agg-tx: don't schedule_and_wake_txq() under sta->lock + - cfg80211: Acquire wiphy mutex on regulatory work + - mac80211: fix lookup when adding AddBA extension element + - net: stmmac: fix tc flower deletion for VLAN priority Rx steering + - flow_offload: return EOPNOTSUPP for the unsupported mpls action type + - rds: memory leak in __rds_conn_create() + - ice: Use div64_u64 instead of div_u64 in adjfine + - ice: Don't put stale timestamps in the skb + - drm/amd/display: Set exit_optimized_pwr_state for DCN31 + - drm/amd/pm: fix a potential gpu_metrics_table memory leak + - mptcp: remove tcp ulp setsockopt support + - mptcp: clear 'kern' flag from fallback sockets + - mptcp: fix deadlock in __mptcp_push_pending() + - soc/tegra: fuse: Fix bitwise vs. logical OR warning + - igb: Fix removal of unicast MAC filters of VFs + - igbvf: fix double free in `igbvf_probe` + - igc: Fix typo in i225 LTR functions + - ixgbe: Document how to enable NBASE-T support + - ixgbe: set X550 MDIO speed before talking to PHY + - netdevsim: Zero-initialize memory for new map's value in function + nsim_bpf_map_alloc + - net/packet: rx_owner_map depends on pg_vec + - net: stmmac: dwmac-rk: fix oob read in rk_gmac_setup + - sfc_ef100: potential dereference of null pointer + - dsa: mv88e6xxx: fix debug print for SPEED_UNFORCED + - net: Fix double 0x prefix print in SKB dump + - net/smc: Prevent smc_release() from long blocking + - net: systemport: Add global locking for descriptor lifecycle + - sit: do not call ipip6_dev_free() from sit_init_net() + - afs: Fix mmap + - arm64: kexec: Fix missing error code 'ret' warning in load_other_segments() + - bpf: Fix extable fixup offset. + - bpf, selftests: Fix racing issue in btf_skc_cls_ingress test + - powerpc/85xx: Fix oops when CONFIG_FSL_PMC=n + - USB: gadget: bRequestType is a bitfield, not a enum + - Revert "usb: early: convert to readl_poll_timeout_atomic()" + - KVM: x86: Drop guest CPUID check for host initiated writes to + MSR_IA32_PERF_CAPABILITIES + - tty: n_hdlc: make n_hdlc_tty_wakeup() asynchronous + - USB: NO_LPM quirk Lenovo USB-C to Ethernet Adapher(RTL8153-04) + - usb: dwc2: fix STM ID/VBUS detection startup delay in dwc2_driver_probe + - PCI/MSI: Clear PCI_MSIX_FLAGS_MASKALL on error + - PCI/MSI: Mask MSI-X vectors only on success + - usb: xhci-mtk: fix list_del warning when enable list debug + - usb: xhci: Extend support for runtime power management for AMD's Yellow + carp. + - usb: cdnsp: Fix incorrect status for control request + - usb: cdnsp: Fix incorrect calling of cdnsp_died function + - usb: cdnsp: Fix issue in cdnsp_log_ep trace event + - usb: cdnsp: Fix lack of spin_lock_irqsave/spin_lock_restore + - usb: typec: tcpm: fix tcpm unregister port but leave a pending timer + - usb: gadget: u_ether: fix race in setting MAC address in setup phase + - USB: serial: cp210x: fix CP2105 GPIO registration + - USB: serial: option: add Telit FN990 compositions + - selinux: fix sleeping function called from invalid context + - btrfs: fix memory leak in __add_inode_ref() + - btrfs: fix double free of anon_dev after failure to create subvolume + - btrfs: check WRITE_ERR when trying to read an extent buffer + - btrfs: fix missing blkdev_put() call in btrfs_scan_one_device() + - zonefs: add MODULE_ALIAS_FS + - iocost: Fix divide-by-zero on donation from low hweight cgroup + - serial: 8250_fintek: Fix garbled text for console + - timekeeping: Really make sure wall_to_monotonic isn't positive + - cifs: sanitize multiple delimiters in prepath + - locking/rtmutex: Fix incorrect condition in rtmutex_spin_on_owner() + - riscv: dts: unleashed: Add gpio card detect to mmc-spi-slot + - riscv: dts: unmatched: Add gpio card detect to mmc-spi-slot + - perf inject: Fix segfault due to close without open + - perf inject: Fix segfault due to perf_data__fd() without open + - libata: if T_LENGTH is zero, dma direction should be DMA_NONE + - powerpc/module_64: Fix livepatching for RO modules + - drm/amdgpu: correct register access for RLC_JUMP_TABLE_RESTORE + - drm/amdgpu: don't override default ECO_BITs setting + - drm/amd/pm: fix reading SMU FW version from amdgpu_firmware_info on YC + - Revert "can: m_can: remove support for custom bit timing" + - can: m_can: make custom bittiming fields const + - can: m_can: pci: use custom bit timings for Elkhart Lake + - ARM: dts: imx6ull-pinfunc: Fix CSI_DATA07__ESAI_TX0 pad name + - xsk: Do not sleep in poll() when need_wakeup set + - mptcp: add missing documented NL params + - bpf, x64: Factor out emission of REX byte in more cases + - bpf: Fix extable address check. + - USB: core: Make do_proc_control() and do_proc_bulk() killable + - media: mxl111sf: change mutex_init() location + - fuse: annotate lock in fuse_reverse_inval_entry() + - ovl: fix warning in ovl_create_real() + - scsi: scsi_debug: Don't call kcalloc() if size arg is zero + - scsi: scsi_debug: Fix type in min_t to avoid stack OOB + - scsi: scsi_debug: Sanity check block descriptor length in resp_mode_select() + - io-wq: remove spurious bit clear on task_work addition + - io-wq: check for wq exit after adding new worker task_work + - rcu: Mark accesses to rcu_state.n_force_qs + - io-wq: drop wqe lock before creating new worker + - bus: ti-sysc: Fix variable set but not used warning for reinit_modules + - selftests/damon: test debugfs file reads/writes with huge count + - Revert "xsk: Do not sleep in poll() when need_wakeup set" + - xen/blkfront: harden blkfront against event channel storms + - xen/netfront: harden netfront against event channel storms + - xen/console: harden hvc_xen against event channel storms + - xen/netback: fix rx queue stall detection + - xen/netback: don't queue unlimited number of packages + - Linux 5.15.11 + + * Jammy update: v5.15.10 upstream stable release (LP: #1956301) + - nfc: fix segfault in nfc_genl_dump_devices_done + - hwmon: (corsair-psu) fix plain integer used as NULL pointer + - RDMA: Fix use-after-free in rxe_queue_cleanup + - RDMA/mlx5: Fix releasing unallocated memory in dereg MR flow + - mtd: rawnand: Fix nand_erase_op delay + - mtd: rawnand: Fix nand_choose_best_timings() on unsupported interface + - inet: use #ifdef CONFIG_SOCK_RX_QUEUE_MAPPING consistently + - dt-bindings: media: nxp,imx7-mipi-csi2: Drop bad if/then schema + - clk: qcom: sm6125-gcc: Swap ops of ice and apps on sdcc1 + - perf bpf_skel: Do not use typedef to avoid error on old clang + - netfs: Fix lockdep warning from taking sb_writers whilst holding mmap_lock + - RDMA/irdma: Fix a user-after-free in add_pble_prm + - RDMA/irdma: Fix a potential memory allocation issue in + 'irdma_prm_add_pble_mem()' + - RDMA/irdma: Report correct WC errors + - RDMA/irdma: Don't arm the CQ more than two times if no CE for this CQ + - ice: fix FDIR init missing when reset VF + - vmxnet3: fix minimum vectors alloc issue + - i2c: virtio: fix completion handling + - drm/msm: Fix null ptr access msm_ioctl_gem_submit() + - drm/msm/a6xx: Fix uinitialized use of gpu_scid + - drm/msm/dsi: set default num_data_lanes + - drm/msm/dp: Avoid unpowered AUX xfers that caused crashes + - KVM: arm64: Save PSTATE early on exit + - s390/test_unwind: use raw opcode instead of invalid instruction + - Revert "tty: serial: fsl_lpuart: drop earlycon entry for i.MX8QXP" + - net/mlx4_en: Update reported link modes for 1/10G + - loop: Use pr_warn_once() for loop_control_remove() warning + - ALSA: hda: Add Intel DG2 PCI ID and HDMI codec vid + - ALSA: hda/hdmi: fix HDA codec entry table order for ADL-P + - parisc/agp: Annotate parisc agp init functions with __init + - i2c: rk3x: Handle a spurious start completion interrupt flag + - net: netlink: af_netlink: Prevent empty skb by adding a check on len. + - drm/amdgpu: cancel the correct hrtimer on exit + - drm/amdgpu: check atomic flag to differeniate with legacy path + - drm/amd/display: Fix for the no Audio bug with Tiled Displays + - drm/amdkfd: fix double free mem structure + - drm/amd/display: add connector type check for CRC source set + - drm/amdkfd: process_info lock not needed for svm + - tracing: Fix a kmemleak false positive in tracing_map + - staging: most: dim2: use device release method + - fuse: make sure reclaim doesn't write the inode + - perf inject: Fix itrace space allowed for new attributes + - Linux 5.15.10 + + * Jammy update: v5.15.9 upstream stable release (LP: #1955161) + - netfilter: selftest: conntrack_vrf.sh: fix file permission + - Linux 5.15.9 + + * [SRU][I/J/OEM-5.13/OEM-5.14] Fix pci port lost when hotplug dock + (LP: #1954646) + - PCI: Re-enable Downstream Port LTR after reset or hotplug + + * Add support for NVIDIA EC backlight (LP: #1953286) + - platform/x86: Add driver for ACPI WMAA EC-based backlight control + - platform/x86: Remove "WMAA" from identifier names in wmaa-backlight-wmi.c + - platform/x86: Rename wmaa-backlight-wmi to nvidia-wmi-ec-backlight + - [Config] NVIDIA_WMI_EC_BACKLIGHT=m + + * Improve USB Type-C support (LP: #1950974) + - usb: typec: ucsi: Always cancel the command if PPM reports BUSY condition + - usb: typec: ucsi: Don't stop alt mode registration on busy condition + - usb: typec: ucsi: Add polling mechanism for partner tasks like alt mode + checking + - usb: typec: ucsi: acpi: Reduce the command completion timeout + - usb: typec: ucsi: Check the partner alt modes always if there is PD contract + - usb: typec: ucsi: Read the PDOs in separate work + - usb: typec: ucsi: Better fix for missing unplug events issue + + * Fix power button wakeup with shared IRQs on AMD platforms (LP: #1953540) + - pinctrl: amd: Fix wakeups when IRQ is shared with SCI + + * AMD: Suspend not working when some cores are disabled through cpufreq + (LP: #1954930) + - ACPI: processor idle: Allow playing dead in C3 state + + * Jammy update: v5.15.8 upstream stable release (LP: #1954931) + - Revert "UBUNTU: SAUCE: selftests: fib_tests: assign address to dummy1 for + rp_filter tests" + - usb: gadget: uvc: fix multiple opens + - HID: quirks: Add quirk for the Microsoft Surface 3 type-cover + - HID: google: add eel USB id + - HID: intel-ish-hid: ipc: only enable IRQ wakeup when requested + - HID: add hid_is_usb() function to make it simpler for USB detection + - HID: add USB_HID dependancy to hid-prodikeys + - HID: add USB_HID dependancy to hid-chicony + - HID: add USB_HID dependancy on some USB HID drivers + - HID: bigbenff: prevent null pointer dereference + - HID: wacom: fix problems when device is not a valid USB device + - HID: check for valid USB device for many HID drivers + - mtd: dataflash: Add device-tree SPI IDs + - mmc: spi: Add device-tree SPI IDs + - HID: sony: fix error path in probe + - HID: Ignore battery for Elan touchscreen on Asus UX550VE + - platform/x86/intel: hid: add quirk to support Surface Go 3 + - nft_set_pipapo: Fix bucket load in AVX2 lookup routine for six 8-bit groups + - IB/hfi1: Insure use of smp_processor_id() is preempt disabled + - IB/hfi1: Fix early init panic + - IB/hfi1: Fix leak of rcvhdrtail_dummy_kvaddr + - can: kvaser_usb: get CAN clock frequency from device + - can: kvaser_pciefd: kvaser_pciefd_rx_error_frame(): increase correct + stats->{rx,tx}_errors counter + - can: sja1000: fix use after free in ems_pcmcia_add_card() + - can: pch_can: pch_can_rx_normal: fix use after free + - can: m_can: m_can_read_fifo: fix memory leak in error branch + - can: m_can: pci: fix incorrect reference clock rate + - can: m_can: pci: fix iomap_read_fifo() and iomap_write_fifo() + - can: m_can: Disable and ignore ELO interrupt + - net: dsa: mv88e6xxx: fix "don't use PHY_DETECT on internal PHY's" + - net: dsa: mv88e6xxx: allow use of PHYs on CPU and DSA ports + - x86/sme: Explicitly map new EFI memmap table as encrypted + - platform/x86: amd-pmc: Fix s2idle failures on certain AMD laptops + - nfc: fix potential NULL pointer deref in nfc_genl_dump_ses_done + - selftests: netfilter: add a vrf+conntrack testcase + - vrf: don't run conntrack on vrf with !dflt qdisc + - bpf, x86: Fix "no previous prototype" warning + - bpf, sockmap: Attach map progs to psock early for feature probes + - bpf: Make sure bpf_disable_instrumentation() is safe vs preemption. + - bpf: Fix the off-by-two error in range markings + - ice: ignore dropped packets during init + - ethtool: do not perform operations on net devices being unregistered + - bonding: make tx_rebalance_counter an atomic + - nfp: Fix memory leak in nfp_cpp_area_cache_add() + - udp: using datalen to cap max gso segments + - netfilter: nft_exthdr: break evaluation if setting TCP option fails + - netfilter: conntrack: annotate data-races around ct->timeout + - iavf: restore MSI state on reset + - iavf: Fix reporting when setting descriptor count + - IB/hfi1: Correct guard on eager buffer deallocation + - devlink: fix netns refcount leak in devlink_nl_cmd_reload() + - net: bcm4908: Handle dma_set_coherent_mask error codes + - net: dsa: mv88e6xxx: error handling for serdes_power functions + - net: dsa: felix: Fix memory leak in felix_setup_mmio_filtering + - net/sched: fq_pie: prevent dismantle issue + - net: mvpp2: fix XDP rx queues registering + - KVM: x86: Don't WARN if userspace mucks with RCX during string I/O exit + - KVM: x86: Ignore sparse banks size for an "all CPUs", non-sparse IPI req + - KVM: x86: Wait for IPIs to be delivered when handling Hyper-V TLB flush + hypercall + - timers: implement usleep_idle_range() + - mm/damon/core: fix fake load reports due to uninterruptible sleeps + - mm/slub: fix endianness bug for alloc/free_traces attributes + - mm: bdi: initialize bdi_min_ratio when bdi is unregistered + - ALSA: ctl: Fix copy of updated id with element read/write + - ALSA: hda/realtek - Add headset Mic support for Lenovo ALC897 platform + - ALSA: hda/realtek: Fix quirk for TongFang PHxTxX1 + - ALSA: pcm: oss: Fix negative period/buffer sizes + - ALSA: pcm: oss: Limit the period size to 16MB + - ALSA: pcm: oss: Handle missing errors in snd_pcm_oss_change_params*() + - cifs: Fix crash on unload of cifs_arc4.ko + - scsi: qla2xxx: Format log strings only if needed + - btrfs: clear extent buffer uptodate when we fail to write it + - btrfs: fix re-dirty process of tree-log nodes + - btrfs: replace the BUG_ON in btrfs_del_root_ref with proper error handling + - btrfs: free exchange changeset on failures + - perf intel-pt: Fix some PGE (packet generation enable/control flow packets) + usage + - perf intel-pt: Fix sync state when a PSB (synchronization) packet is found + - perf intel-pt: Fix intel_pt_fup_event() assumptions about setting state type + - perf intel-pt: Fix state setting when receiving overflow (OVF) packet + - perf intel-pt: Fix next 'err' value, walking trace + - perf intel-pt: Fix missing 'instruction' events with 'q' option + - perf intel-pt: Fix error timestamp setting on the decoder error path + - md: fix update super 1.0 on rdev size change + - nfsd: fix use-after-free due to delegation race + - nfsd: Fix nsfd startup race (again) + - tracefs: Have new files inherit the ownership of their parent + - selftests: KVM: avoid failures due to reserved HyperTransport region + - hwmon: (pwm-fan) Ensure the fan going on in .probe() + - mmc: renesas_sdhi: initialize variable properly when tuning + - clk: qcom: regmap-mux: fix parent clock lookup + - thermal: int340x: Fix VCoRefLow MMIO bit offset for TGL + - drm/syncobj: Deal with signalled fences in drm_syncobj_find_fence. + - libata: add horkage for ASMedia 1092 + - io_uring: ensure task_work gets run as part of cancelations + - wait: add wake_up_pollfree() + - binder: use wake_up_pollfree() + - signalfd: use wake_up_pollfree() + - aio: keep poll requests on waitqueue until completed + - aio: fix use-after-free due to missing POLLFREE handling + - tracefs: Set all files to the same group ownership as the mount option + - i2c: mpc: Use atomic read and fix break condition + - block: fix ioprio_get(IOPRIO_WHO_PGRP) vs setuid(2) + - scsi: pm80xx: Do not call scsi_remove_host() in pm8001_alloc() + - scsi: scsi_debug: Fix buffer size of REPORT ZONES command + - ALSA: usb-audio: Reorder snd_djm_devices[] entries + - qede: validate non LSO skb length + - PM: runtime: Fix pm_runtime_active() kerneldoc comment + - ASoC: rt5682: Fix crash due to out of scope stack vars + - ASoC: qdsp6: q6routing: Fix return value from msm_routing_put_audio_mixer + - ASoC: codecs: wsa881x: fix return values from kcontrol put + - ASoC: codecs: wcd934x: handle channel mappping list correctly + - ASoC: codecs: wcd934x: return correct value from mixer put + - RDMA/hns: Do not halt commands during reset until later + - RDMA/hns: Do not destroy QP resources in the hw resetting phase + - hwmon: (dell-smm) Fix warning on /proc/i8k creation error + - clk: imx: use module_platform_driver + - clk: qcom: clk-alpha-pll: Don't reconfigure running Trion + - i40e: Fix failed opcode appearing if handling messages from VF + - i40e: Fix pre-set max number of queues for VF + - mtd: rawnand: fsmc: Take instruction delay into account + - mtd: rawnand: fsmc: Fix timing computation + - bpf, sockmap: Re-evaluate proto ops when psock is removed from sockmap + - i40e: Fix NULL pointer dereference in i40e_dbg_dump_desc + - Revert "PCI: aardvark: Fix support for PCI_ROM_ADDRESS1 on emulated bridge" + - drm/amd/display: Fix DPIA outbox timeout after S3/S4/reset + - perf tools: Fix SMT detection fast read path + - Documentation/locking/locktypes: Update migrate_disable() bits. + - dt-bindings: net: Reintroduce PHY no lane swap binding + - tools build: Remove needless libpython-version feature check that breaks + test-all fast path + - net: cdc_ncm: Allow for dwNtbOutMaxSize to be unset or zero + - net: altera: set a couple error code in probe() + - net: fec: only clear interrupt of handling queue in fec_enet_rx_queue() + - net, neigh: clear whole pneigh_entry at alloc time + - net/qla3xxx: fix an error code in ql_adapter_up() + - selftests/fib_tests: Rework fib_rp_filter_test() + - USB: gadget: detect too-big endpoint 0 requests + - USB: gadget: zero allocate endpoint 0 buffers + - Revert "usb: dwc3: dwc3-qcom: Enable tx-fifo-resize property by default" + - usb: core: config: fix validation of wMaxPacketValue entries + - usb: core: config: using bit mask instead of individual bits + - xhci: avoid race between disable slot command and host runtime suspend + - iio: gyro: adxrs290: fix data signedness + - iio: trigger: Fix reference counting + - iio: trigger: stm32-timer: fix MODULE_ALIAS + - iio: stk3310: Don't return error code in interrupt handler + - iio: mma8452: Fix trigger reference couting + - iio: ltr501: Don't return error code in trigger handler + - iio: kxsd9: Don't return error code in trigger handler + - iio: itg3200: Call iio_trigger_notify_done() on error + - iio: dln2-adc: Fix lockdep complaint + - iio: dln2: Check return value of devm_iio_trigger_register() + - iio: at91-sama5d2: Fix incorrect sign extension + - iio: adc: stm32: fix a current leak by resetting pcsel before disabling vdda + - iio: adc: axp20x_adc: fix charging current reporting on AXP22x + - iio: ad7768-1: Call iio_trigger_notify_done() on error + - iio: accel: kxcjk-1013: Fix possible memory leak in probe and remove + - nvmem: eeprom: at25: fix FRAM byte_len + - bus: mhi: pci_generic: Fix device recovery failed issue + - bus: mhi: core: Add support for forced PM resume + - csky: fix typo of fpu config macro + - irqchip/aspeed-scu: Replace update_bits with write_bits. + - irqchip/armada-370-xp: Fix return value of armada_370_xp_msi_alloc() + - irqchip/armada-370-xp: Fix support for Multi-MSI interrupts + - aio: Fix incorrect usage of eventfd_signal_allowed() + - irqchip/irq-gic-v3-its.c: Force synchronisation when issuing INVALL + - irqchip: nvic: Fix offset for Interrupt Priority Offsets + - misc: fastrpc: fix improper packet size calculation + - clocksource/drivers/dw_apb_timer_of: Fix probe failure + - bpf: Add selftests to cover packet access corner cases + - Linux 5.15.8 + + * Can't read/write SD card after running CPU offline test in 5.11.0 and 5.13.0 + (LP: #1951784) // Jammy update: v5.15.8 upstream stable release + (LP: #1954931) + - misc: rtsx: Avoid mangling IRQ during runtime PM + + * Enable Landlock by default (LP: #1953192) + - [Config] Enable Landlock by default + + * Add s0i3 RTC wake up for AMD systems (LP: #1950013) + - platform/x86: amd-pmc: Export Idlemask values based on the APU + - platform/x86: amd-pmc: adjust arguments for `amd_pmc_send_cmd` + - platform/x86: amd-pmc: Add special handling for timer based S0i3 wakeup + + * Fix runtime power management on USB controller with XHCI_RESET_ON_RESUME + flag (LP: #1954369) + - SAUCE: xhci: Remove CONFIG_USB_DEFAULT_PERSIST to prevent xHCI from runtime + suspending + + * Fix System hangs on black screen when reboot (LP: #1949321) + - drm/i915/hdmi: convert intel_hdmi_to_dev to intel_hdmi_to_i915 + - drm/i915: Don't request GMBUS to generate irqs when called while irqs are + off + - drm/i915/hdmi: Turn DP++ TMDS output buffers back on in encoder->shutdown() + + * require CAP_NET_ADMIN to attach N_HCI ldisc (LP: #1949516) + - Bluetooth: hci_ldisc: require CAP_NET_ADMIN to attach N_HCI ldisc + + * mt7921e: Failed to start WM firmware (LP: #1954300) + - SAUCE: Bluetooth: btusb: Handle download_firmware failure cases + - SAUCE: Bluetooth: btusb: Return error code when getting patch status failed + + * Miscellaneous Ubuntu changes + - [Packaging] Add list of built-in modules to the ABI + - [Packaging] abi-check: Process modules.builtin + - SAUCE: allow to use __wake_up_pollfree() from GPL modules + - [Packaging] enforce xz compression for debs + - [Config] update config after v5.15.12 + - [Packaging] temporarily disable signed v4l2loopback + + -- Andrea Righi Tue, 04 Jan 2022 11:22:10 +0100 + +linux (5.15.0-14.14) jammy; urgency=medium + + * jammy/linux: 5.15.0-14.14 -proposed tracker (LP: #1954627) + + * Jammy update: v5.15.7 upstream stable release (LP: #1953731) + - ALSA: usb-audio: Restrict rates for the shared clocks + - ALSA: usb-audio: Rename early_playback_start flag with lowlatency_playback + - ALSA: usb-audio: Disable low-latency playback for free-wheel mode + - ALSA: usb-audio: Disable low-latency mode for implicit feedback sync + - ALSA: usb-audio: Check available frames for the next packet size + - ALSA: usb-audio: Add spinlock to stop_urbs() + - ALSA: usb-audio: Improved lowlatency playback support + - ALSA: usb-audio: Avoid killing in-flight URBs during draining + - ALSA: usb-audio: Fix packet size calculation regression + - ALSA: usb-audio: Less restriction for low-latency playback mode + - ALSA: usb-audio: Switch back to non-latency mode at a later point + - ALSA: usb-audio: Don't start stream for capture at prepare + - gfs2: release iopen glock early in evict + - gfs2: Fix length of holes reported at end-of-file + - powerpc/pseries/ddw: Revert "Extend upper limit for huge DMA window for + persistent memory" + - powerpc/pseries/ddw: Do not try direct mapping with persistent memory and + one window + - drm/sun4i: fix unmet dependency on RESET_CONTROLLER for PHY_SUN6I_MIPI_DPHY + - mac80211: do not access the IV when it was stripped + - mac80211: fix throughput LED trigger + - x86/hyperv: Move required MSRs check to initial platform probing + - net/smc: Transfer remaining wait queue entries during fallback + - atlantic: Fix OOB read and write in hw_atl_utils_fw_rpc_wait + - net: return correct error code + - pinctrl: qcom: fix unmet dependencies on GPIOLIB for GPIOLIB_IRQCHIP + - platform/x86: dell-wmi-descriptor: disable by default + - platform/x86: thinkpad_acpi: Add support for dual fan control + - platform/x86: thinkpad_acpi: Fix WWAN device disabled issue after S3 deep + - s390/setup: avoid using memblock_enforce_memory_limit + - btrfs: silence lockdep when reading chunk tree during mount + - btrfs: check-integrity: fix a warning on write caching disabled disk + - thermal: core: Reset previous low and high trip during thermal zone init + - scsi: iscsi: Unblock session then wake up error handler + - drm/amd/pm: Remove artificial freq level on Navi1x + - drm/amd/amdkfd: Fix kernel panic when reset failed and been triggered again + - drm/amd/amdgpu: fix potential memleak + - ata: ahci: Add Green Sardine vendor ID as board_ahci_mobile + - ata: libahci: Adjust behavior when StorageD3Enable _DSD is set + - ethernet: hisilicon: hns: hns_dsaf_misc: fix a possible array overflow in + hns_dsaf_ge_srst_by_port() + - ipv6: check return value of ipv6_skip_exthdr + - net: tulip: de4x5: fix the problem that the array 'lp->phy[8]' may be out of + bound + - net: ethernet: dec: tulip: de4x5: fix possible array overflows in + type3_infoblock() + - perf sort: Fix the 'weight' sort key behavior + - perf sort: Fix the 'ins_lat' sort key behavior + - perf sort: Fix the 'p_stage_cyc' sort key behavior + - perf inject: Fix ARM SPE handling + - perf hist: Fix memory leak of a perf_hpp_fmt + - perf report: Fix memory leaks around perf_tip() + - tracing: Don't use out-of-sync va_list in event printing + - net/smc: Avoid warning of possible recursive locking + - ACPI: Add stubs for wakeup handler functions + - net/tls: Fix authentication failure in CCM mode + - vrf: Reset IPCB/IP6CB when processing outbound pkts in vrf dev xmit + - kprobes: Limit max data_size of the kretprobe instances + - ALSA: hda/cs8409: Set PMSG_ON earlier inside cs8409 driver + - rt2x00: do not mark device gone on EPROTO errors during start + - ipmi: Move remove_work to dedicated workqueue + - cpufreq: Fix get_cpu_device() failure in add_cpu_dev_symlink() + - iwlwifi: mvm: retry init flow if failed + - dma-buf: system_heap: Use 'for_each_sgtable_sg' in pages free flow + - s390/pci: move pseudo-MMIO to prevent MIO overlap + - fget: check that the fd still exists after getting a ref to it + - sata_fsl: fix UAF in sata_fsl_port_stop when rmmod sata_fsl + - sata_fsl: fix warning in remove_proc_entry when rmmod sata_fsl + - scsi: lpfc: Fix non-recovery of remote ports following an unsolicited LOGO + - scsi: ufs: ufs-pci: Add support for Intel ADL + - ipv6: fix memory leak in fib6_rule_suppress + - drm/amd/display: Allow DSC on supported MST branch devices + - drm/i915/dp: Perform 30ms delay after source OUI write + - KVM: fix avic_set_running for preemptable kernels + - KVM: Disallow user memslot with size that exceeds "unsigned long" + - KVM: x86/mmu: Fix TLB flush range when handling disconnected pt + - KVM: Ensure local memslot copies operate on up-to-date arch-specific data + - KVM: x86: ignore APICv if LAPIC is not enabled + - KVM: nVMX: Emulate guest TLB flush on nested VM-Enter with new vpid12 + - KVM: nVMX: Flush current VPID (L1 vs. L2) for KVM_REQ_TLB_FLUSH_GUEST + - KVM: nVMX: Abide to KVM_REQ_TLB_FLUSH_GUEST request on nested vmentry/vmexit + - KVM: VMX: prepare sync_pir_to_irr for running with APICv disabled + - KVM: x86: Use a stable condition around all VT-d PI paths + - KVM: MMU: shadow nested paging does not have PKU + - KVM: arm64: Avoid setting the upper 32 bits of TCR_EL2 and CPTR_EL2 to 1 + - KVM: X86: Use vcpu->arch.walk_mmu for kvm_mmu_invlpg() + - KVM: x86: check PIR even for vCPUs with disabled APICv + - tracing/histograms: String compares should not care about signed values + - net: dsa: mv88e6xxx: Fix application of erratum 4.8 for 88E6393X + - net: dsa: mv88e6xxx: Drop unnecessary check in + mv88e6393x_serdes_erratum_4_6() + - net: dsa: mv88e6xxx: Save power by disabling SerDes trasmitter and receiver + - net: dsa: mv88e6xxx: Add fix for erratum 5.2 of 88E6393X family + - net: dsa: mv88e6xxx: Fix inband AN for 2500base-x on 88E6393X family + - net: dsa: mv88e6xxx: Link in pcs_get_state() if AN is bypassed + - wireguard: selftests: increase default dmesg log size + - wireguard: allowedips: add missing __rcu annotation to satisfy sparse + - wireguard: selftests: actually test for routing loops + - wireguard: selftests: rename DEBUG_PI_LIST to DEBUG_PLIST + - wireguard: device: reset peer src endpoint when netns exits + - wireguard: receive: use ring buffer for incoming handshakes + - wireguard: receive: drop handshakes if queue lock is contended + - wireguard: ratelimiter: use kvcalloc() instead of kvzalloc() + - i2c: stm32f7: flush TX FIFO upon transfer errors + - i2c: stm32f7: recover the bus on access timeout + - i2c: stm32f7: stop dma transfer in case of NACK + - i2c: cbus-gpio: set atomic transfer callback + - natsemi: xtensa: fix section mismatch warnings + - tcp: fix page frag corruption on page fault + - net: qlogic: qlcnic: Fix a NULL pointer dereference in + qlcnic_83xx_add_rings() + - net: mpls: Fix notifications when deleting a device + - siphash: use _unaligned version by default + - arm64: ftrace: add missing BTIs + - iwlwifi: fix warnings produced by kernel debug options + - net/mlx5e: IPsec: Fix Software parser inner l3 type setting in case of + encapsulation + - net/mlx4_en: Fix an use-after-free bug in mlx4_en_try_alloc_resources() + - selftests: net: Correct case name + - net: dsa: b53: Add SPI ID table + - mt76: mt7915: fix NULL pointer dereference in mt7915_get_phy_mode + - ASoC: tegra: Fix wrong value type in ADMAIF + - ASoC: tegra: Fix wrong value type in I2S + - ASoC: tegra: Fix wrong value type in DMIC + - ASoC: tegra: Fix wrong value type in DSPK + - ASoC: tegra: Fix kcontrol put callback in ADMAIF + - ASoC: tegra: Fix kcontrol put callback in I2S + - ASoC: tegra: Fix kcontrol put callback in DMIC + - ASoC: tegra: Fix kcontrol put callback in DSPK + - ASoC: tegra: Fix kcontrol put callback in AHUB + - rxrpc: Fix rxrpc_peer leak in rxrpc_look_up_bundle() + - rxrpc: Fix rxrpc_local leak in rxrpc_lookup_peer() + - ALSA: intel-dsp-config: add quirk for CML devices based on ES8336 codec + - net: stmmac: Avoid DMA_CHAN_CONTROL write if no Split Header support + - net: usb: lan78xx: lan78xx_phy_init(): use PHY_POLL instead of "0" if no IRQ + is available + - net: marvell: mvpp2: Fix the computation of shared CPUs + - dpaa2-eth: destroy workqueue at the end of remove function + - octeontx2-af: Fix a memleak bug in rvu_mbox_init() + - net: annotate data-races on txq->xmit_lock_owner + - ipv4: convert fib_num_tclassid_users to atomic_t + - net/smc: fix wrong list_del in smc_lgr_cleanup_early + - net/rds: correct socket tunable error in rds_tcp_tune() + - net/smc: Keep smc_close_final rc during active close + - drm/msm/a6xx: Allocate enough space for GMU registers + - drm/msm: Do hw_init() before capturing GPU state + - drm/vc4: kms: Wait for the commit before increasing our clock rate + - drm/vc4: kms: Fix return code check + - drm/vc4: kms: Add missing drm_crtc_commit_put + - drm/vc4: kms: Clear the HVS FIFO commit pointer once done + - drm/vc4: kms: Don't duplicate pending commit + - drm/vc4: kms: Fix previous HVS commit wait + - atlantic: Increase delay for fw transactions + - atlatnic: enable Nbase-t speeds with base-t + - atlantic: Fix to display FW bundle version instead of FW mac version. + - atlantic: Add missing DIDs and fix 115c. + - Remove Half duplex mode speed capabilities. + - atlantic: Fix statistics logic for production hardware + - atlantic: Remove warn trace message. + - KVM: x86/mmu: Skip tlb flush if it has been done in zap_gfn_range() + - KVM: x86/mmu: Pass parameter flush as false in + kvm_tdp_mmu_zap_collapsible_sptes() + - drm/msm/devfreq: Fix OPP refcnt leak + - drm/msm: Fix mmap to include VM_IO and VM_DONTDUMP + - drm/msm: Fix wait_fence submitqueue leak + - drm/msm: Restore error return on invalid fence + - ASoC: rk817: Add module alias for rk817-codec + - iwlwifi: Fix memory leaks in error handling path + - KVM: X86: Fix when shadow_root_level=5 && guest root_level<4 + - KVM: SEV: initialize regions_list of a mirror VM + - net/mlx5e: Fix missing IPsec statistics on uplink representor + - net/mlx5: Move MODIFY_RQT command to ignore list in internal error state + - net/mlx5: E-switch, Respect BW share of the new group + - net/mlx5: E-Switch, fix single FDB creation on BlueField + - net/mlx5: E-Switch, Check group pointer before reading bw_share value + - KVM: x86/pmu: Fix reserved bits for AMD PerfEvtSeln register + - KVM: VMX: Set failure code in prepare_vmcs02() + - mctp: Don't let RTM_DELROUTE delete local routes + - Revert "drm/i915: Implement Wa_1508744258" + - io-wq: don't retry task_work creation failure on fatal conditions + - x86/sev: Fix SEV-ES INS/OUTS instructions for word, dword, and qword + - x86/entry: Add a fence for kernel entry SWAPGS in paranoid_entry() + - x86/entry: Use the correct fence macro after swapgs in kernel CR3 + - x86/xen: Add xenpv_restore_regs_and_return_to_usermode() + - preempt/dynamic: Fix setup_preempt_mode() return value + - sched/uclamp: Fix rq->uclamp_max not set on first enqueue + - KVM: SEV: Return appropriate error codes if SEV-ES scratch setup fails + - KVM: x86/mmu: Rename slot_handle_leaf to slot_handle_level_4k + - KVM: x86/mmu: Remove spurious TLB flushes in TDP MMU zap collapsible path + - net/mlx5e: Rename lro_timeout to packet_merge_timeout + - net/mlx5e: Rename TIR lro functions to TIR packet merge functions + - net/mlx5e: Sync TIR params updates against concurrent create/modify + - serial: 8250_bcm7271: UART errors after resuming from S2 + - parisc: Fix KBUILD_IMAGE for self-extracting kernel + - parisc: Fix "make install" on newer debian releases + - parisc: Mark cr16 CPU clocksource unstable on all SMP machines + - vgacon: Propagate console boot parameters before calling `vc_resize' + - xhci: Fix commad ring abort, write all 64 bits to CRCR register. + - USB: NO_LPM quirk Lenovo Powered USB-C Travel Hub + - usb: typec: tcpm: Wait in SNK_DEBOUNCED until disconnect + - usb: cdns3: gadget: fix new urb never complete if ep cancel previous + requests + - usb: cdnsp: Fix a NULL pointer dereference in cdnsp_endpoint_init() + - x86/tsc: Add a timer to make sure TSC_adjust is always checked + - x86/tsc: Disable clocksource watchdog for TSC on qualified platorms + - x86/64/mm: Map all kernel memory into trampoline_pgd + - tty: serial: msm_serial: Deactivate RX DMA for polling support + - serial: pl011: Add ACPI SBSA UART match id + - serial: tegra: Change lower tolerance baud rate limit for tegra20 and + tegra30 + - serial: core: fix transmit-buffer reset and memleak + - serial: 8250_pci: Fix ACCES entries in pci_serial_quirks array + - serial: 8250_pci: rewrite pericom_do_set_divisor() + - serial: 8250: Fix RTS modem control while in rs485 mode + - serial: liteuart: Fix NULL pointer dereference in ->remove() + - serial: liteuart: fix use-after-free and memleak on unbind + - serial: liteuart: fix minor-number leak on probe errors + - ipmi: msghandler: Make symbol 'remove_work_wq' static + - Linux 5.15.7 + + * Updates to ib_peer_memory requested by Nvidia (LP: #1947206) + - SAUCE: RDMA/core: Updated ib_peer_memory + - SAUCE: RDMA/core: ib_peer_memory fix build errors + + * Jammy update: v5.15.6 upstream stable release (LP: #1953370) + - scsi: sd: Fix sd_do_mode_sense() buffer length handling + - ACPI: Get acpi_device's parent from the parent field + - ACPI: CPPC: Add NULL pointer check to cppc_get_perf() + - USB: serial: pl2303: fix GC type detection + - USB: serial: option: add Telit LE910S1 0x9200 composition + - USB: serial: option: add Fibocom FM101-GL variants + - usb: dwc2: gadget: Fix ISOC flow for elapsed frames + - usb: dwc2: hcd_queue: Fix use of floating point literal + - usb: dwc3: leave default DMA for PCI devices + - usb: dwc3: core: Revise GHWPARAMS9 offset + - usb: dwc3: gadget: Ignore NoStream after End Transfer + - usb: dwc3: gadget: Check for L1/L2/U3 for Start Transfer + - usb: dwc3: gadget: Fix null pointer exception + - net: usb: Correct PHY handling of smsc95xx + - net: nexthop: fix null pointer dereference when IPv6 is not enabled + - usb: chipidea: ci_hdrc_imx: fix potential error pointer dereference in probe + - usb: typec: fusb302: Fix masking of comparator and bc_lvl interrupts + - usb: xhci: tegra: Check padctrl interrupt presence in device tree + - usb: hub: Fix usb enumeration issue due to address0 race + - usb: hub: Fix locking issues with address0_mutex + - binder: fix test regression due to sender_euid change + - ALSA: ctxfi: Fix out-of-range access + - ALSA: hda/realtek: Add quirk for ASRock NUC Box 1100 + - ALSA: hda/realtek: Fix LED on HP ProBook 435 G7 + - media: cec: copy sequence field for the reply + - Revert "parisc: Fix backtrace to always include init funtion names" + - HID: wacom: Use "Confidence" flag to prevent reporting invalid contacts + - staging/fbtft: Fix backlight + - staging: greybus: Add missing rwsem around snd_ctl_remove() calls + - staging: rtl8192e: Fix use after free in _rtl92e_pci_disconnect() + - staging: r8188eu: Use kzalloc() with GFP_ATOMIC in atomic context + - staging: r8188eu: Fix breakage introduced when 5G code was removed + - staging: r8188eu: use GFP_ATOMIC under spinlock + - staging: r8188eu: fix a memory leak in rtw_wx_read32() + - fuse: release pipe buf after last use + - xen: don't continue xenstore initialization in case of errors + - xen: detect uninitialized xenbus in xenbus_init + - io_uring: correct link-list traversal locking + - io_uring: fail cancellation for EXITING tasks + - io_uring: fix link traversal locking + - drm/amdgpu: IH process reset count when restart + - drm/amdgpu/pm: fix powerplay OD interface + - drm/nouveau: recognise GA106 + - ksmbd: downgrade addition info error msg to debug in smb2_get_info_sec() + - ksmbd: contain default data stream even if xattr is empty + - ksmbd: fix memleak in get_file_stream_info() + - KVM: PPC: Book3S HV: Prevent POWER7/8 TLB flush flushing SLB + - tracing/uprobe: Fix uprobe_perf_open probes iteration + - tracing: Fix pid filtering when triggers are attached + - mmc: sdhci-esdhc-imx: disable CMDQ support + - mmc: sdhci: Fix ADMA for PAGE_SIZE >= 64KiB + - mdio: aspeed: Fix "Link is Down" issue + - arm64: mm: Fix VM_BUG_ON(mm != &init_mm) for trans_pgd + - cpufreq: intel_pstate: Fix active mode offline/online EPP handling + - powerpc/32: Fix hardlockup on vmap stack overflow + - iomap: Fix inline extent handling in iomap_readpage + - NFSv42: Fix pagecache invalidation after COPY/CLONE + - PCI: aardvark: Deduplicate code in advk_pcie_rd_conf() + - PCI: aardvark: Implement re-issuing config requests on CRS response + - PCI: aardvark: Simplify initialization of rootcap on virtual bridge + - PCI: aardvark: Fix link training + - drm/amd/display: Fix OLED brightness control on eDP + - proc/vmcore: fix clearing user buffer by properly using clear_user() + - ASoC: SOF: Intel: hda: fix hotplug when only codec is suspended + - netfilter: ctnetlink: fix filtering with CTA_TUPLE_REPLY + - netfilter: ctnetlink: do not erase error code with EINVAL + - netfilter: ipvs: Fix reuse connection if RS weight is 0 + - netfilter: flowtable: fix IPv6 tunnel addr match + - media: v4l2-core: fix VIDIOC_DQEVENT handling on non-x86 + - firmware: arm_scmi: Fix null de-reference on error path + - ARM: dts: BCM5301X: Fix I2C controller interrupt + - ARM: dts: BCM5301X: Add interrupt properties to GPIO node + - ARM: dts: bcm2711: Fix PCIe interrupts + - ASoC: qdsp6: q6routing: Conditionally reset FrontEnd Mixer + - ASoC: qdsp6: q6asm: fix q6asm_dai_prepare error handling + - ASoC: topology: Add missing rwsem around snd_ctl_remove() calls + - ASoC: codecs: wcd938x: fix volatile register range + - ASoC: codecs: wcd934x: return error code correctly from hw_params + - ASoC: codecs: lpass-rx-macro: fix HPHR setting CLSH mask + - net: ieee802154: handle iftypes as u32 + - firmware: arm_scmi: Fix base agent discover response + - firmware: arm_scmi: pm: Propagate return value to caller + - ASoC: stm32: i2s: fix 32 bits channel length without mclk + - NFSv42: Don't fail clone() unless the OP_CLONE operation failed + - ARM: socfpga: Fix crash with CONFIG_FORTIRY_SOURCE + - drm/nouveau/acr: fix a couple NULL vs IS_ERR() checks + - scsi: qla2xxx: edif: Fix off by one bug in qla_edif_app_getfcinfo() + - scsi: mpt3sas: Fix kernel panic during drive powercycle test + - scsi: mpt3sas: Fix system going into read-only mode + - scsi: mpt3sas: Fix incorrect system timestamp + - drm/vc4: fix error code in vc4_create_object() + - drm/aspeed: Fix vga_pw sysfs output + - net: marvell: prestera: fix brige port operation + - net: marvell: prestera: fix double free issue on err path + - HID: input: Fix parsing of HID_CP_CONSUMER_CONTROL fields + - HID: input: set usage type to key on keycode remap + - HID: magicmouse: prevent division by 0 on scroll + - iavf: Prevent changing static ITR values if adaptive moderation is on + - iavf: Fix refreshing iavf adapter stats on ethtool request + - iavf: Fix VLAN feature flags after VFR + - x86/pvh: add prototype for xen_pvh_init() + - xen/pvh: add missing prototype to header + - ALSA: intel-dsp-config: add quirk for JSL devices based on ES8336 codec + - mptcp: fix delack timer + - mptcp: use delegate action to schedule 3rd ack retrans + - af_unix: fix regression in read after shutdown + - firmware: smccc: Fix check for ARCH_SOC_ID not implemented + - ipv6: fix typos in __ip6_finish_output() + - nfp: checking parameter process for rx-usecs/tx-usecs is invalid + - net: stmmac: retain PTP clock time during SIOCSHWTSTAMP ioctls + - net: ipv6: add fib6_nh_release_dsts stub + - net: nexthop: release IPv6 per-cpu dsts when replacing a nexthop group + - ice: fix vsi->txq_map sizing + - ice: avoid bpf_prog refcount underflow + - scsi: core: sysfs: Fix setting device state to SDEV_RUNNING + - scsi: scsi_debug: Zero clear zones at reset write pointer + - erofs: fix deadlock when shrink erofs slab + - i2c: virtio: disable timeout handling + - net/smc: Ensure the active closing peer first closes clcsock + - mlxsw: spectrum: Protect driver from buggy firmware + - net: ipa: directly disable ipa-setup-ready interrupt + - net: ipa: separate disabling setup from modem stop + - net: ipa: kill ipa_cmd_pipeline_clear() + - net: marvell: mvpp2: increase MTU limit when XDP enabled + - cpufreq: intel_pstate: Add Ice Lake server to out-of-band IDs + - nvmet-tcp: fix incomplete data digest send + - drm/hyperv: Fix device removal on Gen1 VMs + - arm64: uaccess: avoid blocking within critical sections + - net/ncsi : Add payload to be 32-bit aligned to fix dropped packets + - PM: hibernate: use correct mode for swsusp_close() + - drm/amd/display: Fix DPIA outbox timeout after GPU reset + - drm/amd/display: Set plane update flags for all planes in reset + - tcp_cubic: fix spurious Hystart ACK train detections for not-cwnd-limited + flows + - lan743x: fix deadlock in lan743x_phy_link_status_change() + - net: phylink: Force link down and retrigger resolve on interface change + - net: phylink: Force retrigger in case of latched link-fail indicator + - net/smc: Fix NULL pointer dereferencing in smc_vlan_by_tcpsk() + - net/smc: Fix loop in smc_listen + - nvmet: use IOCB_NOWAIT only if the filesystem supports it + - igb: fix netpoll exit with traffic + - MIPS: loongson64: fix FTLB configuration + - MIPS: use 3-level pgtable for 64KB page size on MIPS_VA_BITS_48 + - tls: splice_read: fix record type check + - tls: splice_read: fix accessing pre-processed records + - tls: fix replacing proto_ops + - net: stmmac: Disable Tx queues when reconfiguring the interface + - net/sched: sch_ets: don't peek at classes beyond 'nbands' + - ethtool: ioctl: fix potential NULL deref in ethtool_set_coalesce() + - net: vlan: fix underflow for the real_dev refcnt + - net/smc: Don't call clcsock shutdown twice when smc shutdown + - net: hns3: fix VF RSS failed problem after PF enable multi-TCs + - net: hns3: fix incorrect components info of ethtool --reset command + - net: mscc: ocelot: don't downgrade timestamping RX filters in SIOCSHWTSTAMP + - net: mscc: ocelot: correctly report the timestamping RX filters in ethtool + - locking/rwsem: Make handoff bit handling more consistent + - perf: Ignore sigtrap for tracepoints destined for other tasks + - sched/scs: Reset task stack state in bringup_cpu() + - iommu/rockchip: Fix PAGE_DESC_HI_MASKs for RK3568 + - iommu/vt-d: Fix unmap_pages support + - f2fs: quota: fix potential deadlock + - f2fs: set SBI_NEED_FSCK flag when inconsistent node block found + - riscv: dts: microchip: fix board compatible + - riscv: dts: microchip: drop duplicated MMC/SDHC node + - cifs: nosharesock should not share socket with future sessions + - ceph: properly handle statfs on multifs setups + - iommu/amd: Clarify AMD IOMMUv2 initialization messages + - vdpa_sim: avoid putting an uninitialized iova_domain + - vhost/vsock: fix incorrect used length reported to the guest + - ksmbd: Fix an error handling path in 'smb2_sess_setup()' + - tracing: Check pid filtering when creating events + - cifs: nosharesock should be set on new server + - io_uring: fix soft lockup when call __io_remove_buffers + - firmware: arm_scmi: Fix type error assignment in voltage protocol + - firmware: arm_scmi: Fix type error in sensor protocol + - docs: accounting: update delay-accounting.rst reference + - blk-mq: cancel blk-mq dispatch work in both blk_cleanup_queue and + disk_release() + - block: avoid to quiesce queue in elevator_init_mq + - drm/amdgpu/gfx10: add wraparound gpu counter check for APUs as well + - drm/amdgpu/gfx9: switch to golden tsc registers for renoir+ + - Linux 5.15.6 + + * Fix bogus HDMI audio interface (LP: #1953208) + - ALSA: hda/hdmi: Consider ELD is invalid when no SAD is present + + * Miscellaneous Ubuntu changes + - [Config] re-enabled UBSAN without TRAP + - SAUCE: ipv6: fix NULL pointer dereference in ip6_output() + - SAUCE: RDMA/core: Introduce peer memory interface + - [Config] toolchain version update + + * Miscellaneous upstream changes + - Revert "UBUNTU: [Config] Temporarily disable signing for ppc64el and s390x" + - Revert "UBUNTU: SAUCE: vt -- maintain bootloader screen mode and content + until vt switch" + + -- Paolo Pisati Mon, 13 Dec 2021 12:13:17 +0100 + +linux (5.15.0-13.13) jammy; urgency=medium + + * jammy/linux: 5.15.0-13.13 -proposed tracker (LP: #1952583) + + * Packaging resync (LP: #1786013) + - [Packaging] resync update-dkms-versions helper + - debian/dkms-versions -- update from kernel-versions (main/master) + + * Jammy update: v5.15.5 upstream stable release (LP: #1952579) + - arm64: zynqmp: Do not duplicate flash partition label property + - arm64: zynqmp: Fix serial compatible string + - clk: sunxi-ng: Unregister clocks/resets when unbinding + - ARM: dts: sunxi: Fix OPPs node name + - arm64: dts: allwinner: h5: Fix GPU thermal zone node name + - arm64: dts: allwinner: a100: Fix thermal zone node name + - staging: wfx: ensure IRQ is ready before enabling it + - ARM: dts: BCM5301X: Fix nodes names + - ARM: dts: BCM5301X: Fix MDIO mux binding + - ARM: dts: NSP: Fix mpcore, mmc node names + - arm64: dts: broadcom: bcm4908: Move reboot syscon out of bus + - scsi: pm80xx: Fix memory leak during rmmod + - scsi: lpfc: Fix list_add() corruption in lpfc_drain_txq() + - ASoC: mediatek: mt8195: Add missing of_node_put() + - arm64: dts: rockchip: Disable CDN DP on Pinebook Pro + - arm64: dts: hisilicon: fix arm,sp805 compatible string + - RDMA/bnxt_re: Check if the vlan is valid before reporting + - bus: ti-sysc: Add quirk handling for reinit on context lost + - bus: ti-sysc: Use context lost quirk for otg + - usb: musb: tusb6010: check return value after calling + platform_get_resource() + - usb: typec: tipd: Remove WARN_ON in tps6598x_block_read + - ARM: dts: ux500: Skomer regulator fixes + - staging: rtl8723bs: remove possible deadlock when disconnect (v2) + - staging: rtl8723bs: remove a second possible deadlock + - staging: rtl8723bs: remove a third possible deadlock + - ARM: BCM53016: Specify switch ports for Meraki MR32 + - arm64: dts: qcom: msm8998: Fix CPU/L2 idle state latency and residency + - arm64: dts: qcom: ipq6018: Fix qcom,controlled-remotely property + - arm64: dts: qcom: ipq8074: Fix qcom,controlled-remotely property + - arm64: dts: qcom: sdm845: Fix qcom,controlled-remotely property + - arm64: dts: freescale: fix arm,sp805 compatible string + - arm64: dts: ls1012a: Add serial alias for ls1012a-rdb + - RDMA/rxe: Separate HW and SW l/rkeys + - ASoC: SOF: Intel: hda-dai: fix potential locking issue + - scsi: core: Fix scsi_mode_sense() buffer length handling + - ALSA: usb-audio: disable implicit feedback sync for Behringer UFX1204 and + UFX1604 + - clk: imx: imx6ul: Move csi_sel mux to correct base register + - ASoC: es8316: Use IRQF_NO_AUTOEN when requesting the IRQ + - ASoC: rt5651: Use IRQF_NO_AUTOEN when requesting the IRQ + - ASoC: nau8824: Add DMI quirk mechanism for active-high jack-detect + - scsi: advansys: Fix kernel pointer leak + - scsi: smartpqi: Add controller handshake during kdump + - arm64: dts: imx8mm-kontron: Fix reset delays for ethernet PHY + - ALSA: intel-dsp-config: add quirk for APL/GLK/TGL devices based on ES8336 + codec + - ASoC: Intel: soc-acpi: add missing quirk for TGL SDCA single amp + - ASoC: Intel: sof_sdw: add missing quirk for Dell SKU 0A45 + - firmware_loader: fix pre-allocated buf built-in firmware use + - HID: multitouch: disable sticky fingers for UPERFECT Y + - ALSA: usb-audio: Add support for the Pioneer DJM 750MK2 Mixer/Soundcard + - ARM: dts: omap: fix gpmc,mux-add-data type + - usb: host: ohci-tmio: check return value after calling + platform_get_resource() + - ASoC: rt5682: fix a little pop while playback + - ARM: dts: ls1021a: move thermal-zones node out of soc/ + - ARM: dts: ls1021a-tsn: use generic "jedec,spi-nor" compatible for flash + - ALSA: ISA: not for M68K + - iommu/vt-d: Do not falsely log intel_iommu is unsupported kernel option + - tty: tty_buffer: Fix the softlockup issue in flush_to_ldisc + - MIPS: sni: Fix the build + - scsi: scsi_debug: Fix out-of-bound read in resp_readcap16() + - scsi: scsi_debug: Fix out-of-bound read in resp_report_tgtpgs() + - scsi: target: Fix ordered tag handling + - scsi: target: Fix alua_tg_pt_gps_count tracking + - iio: imu: st_lsm6dsx: Avoid potential array overflow in st_lsm6dsx_set_odr() + - RDMA/core: Use kvzalloc when allocating the struct ib_port + - scsi: lpfc: Fix use-after-free in lpfc_unreg_rpi() routine + - scsi: lpfc: Fix link down processing to address NULL pointer dereference + - scsi: lpfc: Allow fabric node recovery if recovery is in progress before + devloss + - memory: tegra20-emc: Add runtime dependency on devfreq governor module + - powerpc/5200: dts: fix memory node unit name + - ARM: dts: qcom: fix memory and mdio nodes naming for RB3011 + - arm64: dts: qcom: Fix node name of rpm-msg-ram device nodes + - ALSA: gus: fix null pointer dereference on pointer block + - ALSA: usb-audio: fix null pointer dereference on pointer cs_desc + - clk: at91: sama7g5: remove prescaler part of master clock + - iommu/dart: Initialize DART_STREAMS_ENABLE + - powerpc/dcr: Use cmplwi instead of 3-argument cmpli + - powerpc/8xx: Fix Oops with STRICT_KERNEL_RWX without DEBUG_RODATA_TEST + - sh: check return code of request_irq + - maple: fix wrong return value of maple_bus_init(). + - f2fs: fix up f2fs_lookup tracepoints + - f2fs: fix to use WHINT_MODE + - f2fs: fix wrong condition to trigger background checkpoint correctly + - sh: fix kconfig unmet dependency warning for FRAME_POINTER + - sh: math-emu: drop unused functions + - sh: define __BIG_ENDIAN for math-emu + - f2fs: compress: disallow disabling compress on non-empty compressed file + - f2fs: fix incorrect return value in f2fs_sanity_check_ckpt() + - clk: ingenic: Fix bugs with divided dividers + - clk/ast2600: Fix soc revision for AHB + - clk: qcom: gcc-msm8996: Drop (again) gcc_aggre1_pnoc_ahb_clk + - KVM: arm64: Fix host stage-2 finalization + - mips: BCM63XX: ensure that CPU_SUPPORTS_32BIT_KERNEL is set + - MIPS: boot/compressed/: add __bswapdi2() to target for ZSTD decompression + - sched/core: Mitigate race cpus_share_cache()/update_top_cache_domain() + - sched/fair: Prevent dead task groups from regaining cfs_rq's + - perf/x86/vlbr: Add c->flags to vlbr event constraints + - blkcg: Remove extra blkcg_bio_issue_init + - tracing/histogram: Do not copy the fixed-size char array field over the + field size + - perf bpf: Avoid memory leak from perf_env__insert_btf() + - perf bench futex: Fix memory leak of perf_cpu_map__new() + - perf tests: Remove bash construct from record+zstd_comp_decomp.sh + - drm/nouveau: hdmigv100.c: fix corrupted HDMI Vendor InfoFrame + - bpf: Fix inner map state pruning regression. + - samples/bpf: Fix summary per-sec stats in xdp_sample_user + - samples/bpf: Fix incorrect use of strlen in xdp_redirect_cpu + - selftests: net: switch to socat in the GSO GRE test + - net/ipa: ipa_resource: Fix wrong for loop range + - tcp: Fix uninitialized access in skb frags array for Rx 0cp. + - tracing: Add length protection to histogram string copies + - nl80211: fix radio statistics in survey dump + - mac80211: fix monitor_sdata RCU/locking assertions + - net: ipa: HOLB register sometimes must be written twice + - net: ipa: disable HOLB drop when updating timer + - selftests: gpio: fix gpio compiling error + - net: bnx2x: fix variable dereferenced before check + - bnxt_en: reject indirect blk offload when hw-tc-offload is off + - tipc: only accept encrypted MSG_CRYPTO msgs + - sock: fix /proc/net/sockstat underflow in sk_clone_lock() + - net/smc: Make sure the link_id is unique + - NFSD: Fix exposure in nfsd4_decode_bitmap() + - iavf: Fix return of set the new channel count + - iavf: check for null in iavf_fix_features + - iavf: free q_vectors before queues in iavf_disable_vf + - iavf: don't clear a lock we don't hold + - iavf: Fix failure to exit out from last all-multicast mode + - iavf: prevent accidental free of filter structure + - iavf: validate pointers + - iavf: Fix for the false positive ASQ/ARQ errors while issuing VF reset + - iavf: Fix for setting queues to 0 + - iavf: Restore VLAN filters after link down + - bpf: Fix toctou on read-only map's constant scalar tracking + - MIPS: generic/yamon-dt: fix uninitialized variable error + - mips: bcm63xx: add support for clk_get_parent() + - mips: lantiq: add support for clk_get_parent() + - gpio: rockchip: needs GENERIC_IRQ_CHIP to fix build errors + - platform/x86: hp_accel: Fix an error handling path in 'lis3lv02d_probe()' + - platform/x86: think-lmi: Abort probe on analyze failure + - udp: Validate checksum in udp_read_sock() + - btrfs: make 1-bit bit-fields of scrub_page unsigned int + - RDMA/core: Set send and receive CQ before forwarding to the driver + - net/mlx5e: kTLS, Fix crash in RX resync flow + - net/mlx5e: Wait for concurrent flow deletion during neigh/fib events + - net/mlx5: E-Switch, Fix resetting of encap mode when entering switchdev + - net/mlx5e: nullify cq->dbg pointer in mlx5_debug_cq_remove() + - net/mlx5: Update error handler for UCTX and UMEM + - net/mlx5: E-Switch, rebuild lag only when needed + - net/mlx5e: CT, Fix multiple allocations and memleak of mod acts + - net/mlx5: Lag, update tracker when state change event received + - net/mlx5: E-Switch, return error if encap isn't supported + - scsi: ufs: core: Improve SCSI abort handling + - scsi: core: sysfs: Fix hang when device state is set via sysfs + - scsi: ufs: core: Fix task management completion timeout race + - scsi: ufs: core: Fix another task management completion race + - net: mvmdio: fix compilation warning + - net: sched: act_mirred: drop dst for the direction from egress to ingress + - net: dpaa2-eth: fix use-after-free in dpaa2_eth_remove + - net: virtio_net_hdr_to_skb: count transport header in UFO + - i40e: Fix correct max_pkt_size on VF RX queue + - i40e: Fix NULL ptr dereference on VSI filter sync + - i40e: Fix changing previously set num_queue_pairs for PFs + - i40e: Fix ping is lost after configuring ADq on VF + - RDMA/mlx4: Do not fail the registration on port stats + - i40e: Fix warning message and call stack during rmmod i40e driver + - i40e: Fix creation of first queue by omitting it if is not power of two + - i40e: Fix display error code in dmesg + - NFC: reorganize the functions in nci_request + - NFC: reorder the logic in nfc_{un,}register_device + - NFC: add NCI_UNREG flag to eliminate the race + - e100: fix device suspend/resume + - ptp: ocp: Fix a couple NULL vs IS_ERR() checks + - tools build: Fix removal of feature-sync-compare-and-swap feature detection + - riscv: fix building external modules + - KVM: PPC: Book3S HV: Use GLOBAL_TOC for kvmppc_h_set_dabr/xdabr() + - powerpc: clean vdso32 and vdso64 directories + - powerpc/pseries: rename numa_dist_table to form2_distances + - powerpc/pseries: Fix numa FORM2 parsing fallback code + - pinctrl: qcom: sdm845: Enable dual edge errata + - pinctrl: qcom: sm8350: Correct UFS and SDC offsets + - perf/x86/intel/uncore: Fix filter_tid mask for CHA events on Skylake Server + - perf/x86/intel/uncore: Fix IIO event constraints for Skylake Server + - perf/x86/intel/uncore: Fix IIO event constraints for Snowridge + - s390/kexec: fix return code handling + - blk-cgroup: fix missing put device in error path from blkg_conf_pref() + - dmaengine: remove debugfs #ifdef + - tun: fix bonding active backup with arp monitoring + - Revert "mark pstore-blk as broken" + - pstore/blk: Use "%lu" to format unsigned long + - hexagon: export raw I/O routines for modules + - hexagon: clean up timer-regs.h + - tipc: check for null after calling kmemdup + - ipc: WARN if trying to remove ipc object which is absent + - shm: extend forced shm destroy to support objects from several IPC nses + - mm: kmemleak: slob: respect SLAB_NOLEAKTRACE flag + - hugetlb, userfaultfd: fix reservation restore on userfaultfd error + - kmap_local: don't assume kmap PTEs are linear arrays in memory + - mm/damon/dbgfs: use '__GFP_NOWARN' for user-specified size buffer allocation + - mm/damon/dbgfs: fix missed use of damon_dbgfs_lock + - x86/boot: Pull up cmdline preparation and early param parsing + - x86/sgx: Fix free page accounting + - x86/hyperv: Fix NULL deref in set_hv_tscchange_cb() if Hyper-V setup fails + - KVM: x86: Assume a 64-bit hypercall for guests with protected state + - KVM: x86: Fix uninitialized eoi_exit_bitmap usage in vcpu_load_eoi_exitmap() + - KVM: x86/mmu: include EFER.LMA in extended mmu role + - KVM: x86/xen: Fix get_attr of KVM_XEN_ATTR_TYPE_SHARED_INFO + - powerpc/signal32: Fix sigset_t copy + - powerpc/xive: Change IRQ domain to a tree domain + - powerpc/8xx: Fix pinned TLBs with CONFIG_STRICT_KERNEL_RWX + - Revert "drm/i915/tgl/dsi: Gate the ddi clocks after pll mapping" + - Revert "parisc: Reduce sigreturn trampoline to 3 instructions" + - ata: libata: improve ata_read_log_page() error message + - ata: libata: add missing ata_identify_page_supported() calls + - scsi: qla2xxx: Fix mailbox direction flags in qla2xxx_get_adapter_id() + - pinctrl: ralink: include 'ralink_regs.h' in 'pinctrl-mt7620.c' + - s390/setup: avoid reserving memory above identity mapping + - s390/boot: simplify and fix kernel memory layout setup + - s390/vdso: filter out -mstack-guard and -mstack-size + - s390/kexec: fix memory leak of ipl report buffer + - s390/dump: fix copying to user-space of swapped kdump oldmem + - block: Check ADMIN before NICE for IOPRIO_CLASS_RT + - fbdev: Prevent probing generic drivers if a FB is already registered + - KVM: SEV: Disallow COPY_ENC_CONTEXT_FROM if target has created vCPUs + - KVM: nVMX: don't use vcpu->arch.efer when checking host state on nested + state load + - drm/cma-helper: Release non-coherent memory with dma_free_noncoherent() + - printk: restore flushing of NMI buffers on remote CPUs after NMI backtraces + - udf: Fix crash after seekdir + - spi: fix use-after-free of the add_lock mutex + - net: stmmac: socfpga: add runtime suspend/resume callback for stratix10 + platform + - Drivers: hv: balloon: Use VMBUS_RING_SIZE() wrapper for dm_ring_size + - btrfs: fix memory ordering between normal and ordered work functions + - fs: handle circular mappings correctly + - net: stmmac: Fix signed/unsigned wreckage + - parisc/sticon: fix reverse colors + - cfg80211: call cfg80211_stop_ap when switch from P2P_GO type + - mac80211: fix radiotap header generation + - mac80211: drop check for DONT_REORDER in __ieee80211_select_queue + - drm/amd/display: Update swizzle mode enums + - drm/amd/display: Limit max DSC target bpp for specific monitors + - drm/i915/guc: Fix outstanding G2H accounting + - drm/i915/guc: Don't enable scheduling on a banned context, guc_id invalid, + not registered + - drm/i915/guc: Workaround reset G2H is received after schedule done G2H + - drm/i915/guc: Don't drop ce->guc_active.lock when unwinding context + - drm/i915/guc: Unwind context requests in reverse order + - drm/udl: fix control-message timeout + - drm/prime: Fix use after free in mmap with drm_gem_ttm_mmap + - drm/nouveau: Add a dedicated mutex for the clients list + - drm/nouveau: use drm_dev_unplug() during device removal + - drm/nouveau: clean up all clients on device removal + - drm/i915/dp: Ensure sink rate values are always valid + - drm/i915/dp: Ensure max link params are always valid + - drm/i915: Fix type1 DVI DP dual mode adapter heuristic for modern platforms + - drm/amdgpu: fix set scaling mode Full/Full aspect/Center not works on vga + and dvi connectors + - drm/amd/pm: avoid duplicate powergate/ungate setting + - signal: Implement force_fatal_sig + - exit/syscall_user_dispatch: Send ordinary signals on failure + - signal/powerpc: On swapcontext failure force SIGSEGV + - signal/s390: Use force_sigsegv in default_trap_handler + - signal/sparc32: Exit with a fatal signal when try_to_clear_window_buffer + fails + - signal/sparc32: In setup_rt_frame and setup_fram use force_fatal_sig + - signal/vm86_32: Properly send SIGSEGV when the vm86 state cannot be saved. + - signal/x86: In emulate_vsyscall force a signal instead of calling do_exit + - signal: Replace force_sigsegv(SIGSEGV) with force_fatal_sig(SIGSEGV) + - signal: Don't always set SA_IMMUTABLE for forced signals + - signal: Replace force_fatal_sig with force_exit_sig when in doubt + - hugetlbfs: flush TLBs correctly after huge_pmd_unshare + - RDMA/netlink: Add __maybe_unused to static inline in C file + - bpf: Forbid bpf_ktime_get_coarse_ns and bpf_timer_* in tracing progs + - selinux: fix NULL-pointer dereference when hashtab allocation fails + - ASoC: DAPM: Cover regression by kctl change notification fix + - ASoC: rsnd: fixup DMAEngine API + - usb: max-3421: Use driver data instead of maintaining a list of bound + devices + - ice: Fix VF true promiscuous mode + - ice: Delete always true check of PF pointer + - fs: export an inode_update_time helper + - btrfs: update device path inode time instead of bd_inode + - net: add and use skb_unclone_keeptruesize() helper + - x86/Kconfig: Fix an unused variable error in dell-smm-hwmon + - ALSA: hda: hdac_ext_stream: fix potential locking issues + - ALSA: hda: hdac_stream: fix potential locking issue in + snd_hdac_stream_assign() + - Linux 5.15.5 + + * Fix non-working e1000e device after resume (LP: #1951861) + - SAUCE: Revert "e1000e: Additional PHY power saving in S0ix" + - SAUCE: Revert "e1000e: Add polling mechanism to indicate CSME DPG exit" + - SAUCE: Revert "e1000e: Add handshake with the CSME to support S0ix" + + * [SRU][I/OEM-5.13/OEM-5.14] Add MAC passthrough support for more Lenovo docks + (LP: #1951767) + - net: usb: r8152: Add MAC passthrough support for more Lenovo Docks + + * [amdgpu] USB4 support for DP tunneling (LP: #1951868) + - drm/amd/display: Support for DMUB HPD interrupt handling + - drm/amd/display: Update link encoder object creation. + - drm/amd/display: USB4 DPIA enumeration and AUX Tunneling + - drm/amd/display: Support for DMUB HPD and HPD RX interrupt handling + - drm/amd/display: Set DPIA link endpoint type + - drm/amd/display: Stub out DPIA link training call + - drm/amd/display: Add stub to get DPIA tunneling device data + - drm/amd/display: Skip DPCD read for DPTX-to-DPIA hop + - drm/amd/display: Train DPIA links with fallback + - drm/amd/display: Implement DPIA training loop + - drm/amd/display: Implement DPIA link configuration + - drm/amd/display: Implement DPIA clock recovery phase + - drm/amd/display: Implement DPIA equalisation phase + - drm/amd/display: Implement end of training for hop in DPIA display path + - drm/amd/display: Support for SET_CONFIG processing with DMUB + - drm/amd/display: isolate link training setting override to its own function + - drm/amd/display: Read USB4 DP tunneling data from DPCD. + - drm/amd/display: Add dpia debug options + - drm/amd/display: Support for SET_CONFIG processing with DMUB + - drm/amd/display: Add DPCD writes at key points + - drm/amd/display: Fix DIG_HPD_SELECT for USB4 display endpoints. + - drm/amd/display: Add helper for blanking all dp displays + - drm/amd/display: Fix link training fallback logic + - drm/amd/display: Add debug flags for USB4 DP link training. + - drm/amd/display: Fix dynamic link encoder access. + - drm/amd/display: Fix concurrent dynamic encoder assignment + - drm/amd/display: Fix dynamic encoder reassignment + - drm/amd/display: Fix for access for ddc pin and aux engine. + - drm/amd/display: Deadlock/HPD Status/Crash Bug Fix + - drm/amd/display: Fix USB4 Aux via DMUB terminate unexpectedly + + * Miscellaneous Ubuntu changes + - [Packaging] Rewrite debian/scripts/module-check in Python + - [Config] update config and annotations after applying v5.15.5 + + -- Andrea Righi Mon, 29 Nov 2021 09:25:37 +0100 + +linux (5.15.0-12.12) jammy; urgency=medium + + * jammy/linux: 5.15.0-12.12 -proposed tracker (LP: #1951810) + + * Jammy update: v5.15.4 upstream stable release (LP: #1951820) + - string: uninline memcpy_and_pad + - Revert "drm: fb_helper: improve CONFIG_FB dependency" + - Revert "drm: fb_helper: fix CONFIG_FB dependency" + - KVM: Fix steal time asm constraints + - btrfs: introduce btrfs_is_data_reloc_root + - btrfs: zoned: add a dedicated data relocation block group + - btrfs: zoned: only allow one process to add pages to a relocation inode + - btrfs: zoned: use regular writes for relocation + - btrfs: check for relocation inodes on zoned btrfs in should_nocow + - btrfs: zoned: allow preallocation for relocation inodes + - fortify: Explicitly disable Clang support + - block: Add a helper to validate the block size + - loop: Use blk_validate_block_size() to validate block size + - Bluetooth: btusb: Add support for TP-Link UB500 Adapter + - parisc/entry: fix trace test in syscall exit path + - PCI/MSI: Deal with devices lying about their MSI mask capability + - PCI: Add MSI masking quirk for Nvidia ION AHCI + - perf/core: Avoid put_page() when GUP fails + - thermal: Fix NULL pointer dereferences in of_thermal_ functions + - Revert "ACPI: scan: Release PM resources blocked by unused objects" + - Linux 5.15.4 + + * Jammy update: v5.15.3 upstream stable release (LP: #1951822) + - xhci: Fix USB 3.1 enumeration issues by increasing roothub power-on-good + delay + - usb: xhci: Enable runtime-pm by default on AMD Yellow Carp platform + - Input: iforce - fix control-message timeout + - Input: elantench - fix misreporting trackpoint coordinates + - Input: i8042 - Add quirk for Fujitsu Lifebook T725 + - libata: fix read log timeout value + - ocfs2: fix data corruption on truncate + - scsi: scsi_ioctl: Validate command size + - scsi: core: Avoid leaving shost->last_reset with stale value if EH does not + run + - scsi: core: Remove command size deduction from scsi_setup_scsi_cmnd() + - scsi: lpfc: Don't release final kref on Fport node while ABTS outstanding + - scsi: lpfc: Fix FCP I/O flush functionality for TMF routines + - scsi: qla2xxx: Fix crash in NVMe abort path + - scsi: qla2xxx: Fix kernel crash when accessing port_speed sysfs file + - scsi: qla2xxx: Fix use after free in eh_abort path + - ce/gf100: fix incorrect CE0 address calculation on some GPUs + - char: xillybus: fix msg_ep UAF in xillyusb_probe() + - mmc: mtk-sd: Add wait dma stop done flow + - mmc: dw_mmc: Dont wait for DRTO on Write RSP error + - exfat: fix incorrect loading of i_blocks for large files + - io-wq: remove worker to owner tw dependency + - parisc: Fix set_fixmap() on PA1.x CPUs + - parisc: Fix ptrace check on syscall return + - tpm: Check for integer overflow in tpm2_map_response_body() + - firmware/psci: fix application of sizeof to pointer + - crypto: s5p-sss - Add error handling in s5p_aes_probe() + - media: rkvdec: Do not override sizeimage for output format + - media: ite-cir: IR receiver stop working after receive overflow + - media: rkvdec: Support dynamic resolution changes + - media: ir-kbd-i2c: improve responsiveness of hauppauge zilog receivers + - media: v4l2-ioctl: Fix check_ext_ctrls + - ALSA: hda/realtek: Fix mic mute LED for the HP Spectre x360 14 + - ALSA: hda/realtek: Add a quirk for HP OMEN 15 mute LED + - ALSA: hda/realtek: Add quirk for Clevo PC70HS + - ALSA: hda/realtek: Headset fixup for Clevo NH77HJQ + - ALSA: hda/realtek: Add a quirk for Acer Spin SP513-54N + - ALSA: hda/realtek: Add quirk for ASUS UX550VE + - ALSA: hda/realtek: Add quirk for HP EliteBook 840 G7 mute LED + - ALSA: ua101: fix division by zero at probe + - ALSA: 6fire: fix control and bulk message timeouts + - ALSA: line6: fix control and interrupt message timeouts + - ALSA: mixer: oss: Fix racy access to slots + - ALSA: mixer: fix deadlock in snd_mixer_oss_set_volume + - ALSA: usb-audio: Line6 HX-Stomp XL USB_ID for 48k-fixed quirk + - ALSA: usb-audio: Add registration quirk for JBL Quantum 400 + - ALSA: hda: Free card instance properly at probe errors + - ALSA: synth: missing check for possible NULL after the call to kstrdup + - ALSA: pci: rme: Fix unaligned buffer addresses + - ALSA: PCM: Fix NULL dereference at mmap checks + - ALSA: timer: Fix use-after-free problem + - ALSA: timer: Unconditionally unlink slave instances, too + - Revert "ext4: enforce buffer head state assertion in ext4_da_map_blocks" + - ext4: fix lazy initialization next schedule time computation in more + granular unit + - ext4: ensure enough credits in ext4_ext_shift_path_extents + - ext4: refresh the ext4_ext_path struct after dropping i_data_sem. + - fuse: fix page stealing + - x86/sme: Use #define USE_EARLY_PGTABLE_L5 in mem_encrypt_identity.c + - x86/cpu: Fix migration safety with X86_BUG_NULL_SEL + - x86/irq: Ensure PI wakeup handler is unregistered before module unload + - x86/iopl: Fake iopl(3) CLI/STI usage + - btrfs: clear MISSING device status bit in btrfs_close_one_device + - btrfs: fix lost error handling when replaying directory deletes + - btrfs: call btrfs_check_rw_degradable only if there is a missing device + - KVM: x86/mmu: Drop a redundant, broken remote TLB flush + - KVM: VMX: Unregister posted interrupt wakeup handler on hardware unsetup + - KVM: PPC: Tick accounting should defer vtime accounting 'til after IRQ + handling + - ia64: kprobes: Fix to pass correct trampoline address to the handler + - selinux: fix race condition when computing ocontext SIDs + - ipmi:watchdog: Set panic count to proper value on a panic + - md/raid1: only allocate write behind bio for WriteMostly device + - hwmon: (pmbus/lm25066) Add offset coefficients + - regulator: s5m8767: do not use reset value as DVS voltage if GPIO DVS is + disabled + - regulator: dt-bindings: samsung,s5m8767: correct s5m8767,pmic-buck-default- + dvs-idx property + - EDAC/sb_edac: Fix top-of-high-memory value for Broadwell/Haswell + - mwifiex: fix division by zero in fw download path + - ath6kl: fix division by zero in send path + - ath6kl: fix control-message timeout + - ath10k: fix control-message timeout + - ath10k: fix division by zero in send path + - PCI: Mark Atheros QCA6174 to avoid bus reset + - rtl8187: fix control-message timeouts + - evm: mark evm_fixmode as __ro_after_init + - ifb: Depend on netfilter alternatively to tc + - platform/surface: aggregator_registry: Add support for Surface Laptop Studio + - mt76: mt7615: fix skb use-after-free on mac reset + - HID: surface-hid: Use correct event registry for managing HID events + - HID: surface-hid: Allow driver matching for target ID 1 devices + - wcn36xx: Fix HT40 capability for 2Ghz band + - wcn36xx: Fix tx_status mechanism + - wcn36xx: Fix (QoS) null data frame bitrate/modulation + - PM: sleep: Do not let "syscore" devices runtime-suspend during system + transitions + - mwifiex: Read a PCI register after writing the TX ring write pointer + - mwifiex: Try waking the firmware until we get an interrupt + - libata: fix checking of DMA state + - dma-buf: fix and rework dma_buf_poll v7 + - wcn36xx: handle connection loss indication + - rsi: fix occasional initialisation failure with BT coex + - rsi: fix key enabled check causing unwanted encryption for vap_id > 0 + - rsi: fix rate mask set leading to P2P failure + - rsi: Fix module dev_oper_mode parameter description + - perf/x86/intel/uncore: Support extra IMC channel on Ice Lake server + - perf/x86/intel/uncore: Fix invalid unit check + - perf/x86/intel/uncore: Fix Intel ICX IIO event constraints + - RDMA/qedr: Fix NULL deref for query_qp on the GSI QP + - ASoC: tegra: Set default card name for Trimslice + - ASoC: tegra: Restore AC97 support + - signal: Remove the bogus sigkill_pending in ptrace_stop + - memory: renesas-rpc-if: Correct QSPI data transfer in Manual mode + - signal/mips: Update (_save|_restore)_fp_context to fail with -EFAULT + - soc: samsung: exynos-pmu: Fix compilation when nothing selects + CONFIG_MFD_CORE + - soc: fsl: dpio: replace smp_processor_id with raw_smp_processor_id + - soc: fsl: dpio: use the combined functions to protect critical zone + - mtd: rawnand: socrates: Keep the driver compatible with on-die ECC engines + - mctp: handle the struct sockaddr_mctp padding fields + - power: supply: max17042_battery: Prevent int underflow in set_soc_threshold + - power: supply: max17042_battery: use VFSOC for capacity when no rsns + - iio: core: fix double free in iio_device_unregister_sysfs() + - iio: core: check return value when calling dev_set_name() + - KVM: arm64: Extract ESR_ELx.EC only + - KVM: x86: Fix recording of guest steal time / preempted status + - KVM: x86: Add helper to consolidate core logic of SET_CPUID{2} flows + - KVM: nVMX: Query current VMCS when determining if MSR bitmaps are in use + - KVM: nVMX: Handle dynamic MSR intercept toggling + - can: peak_usb: always ask for BERR reporting for PCAN-USB devices + - can: mcp251xfd: mcp251xfd_irq(): add missing + can_rx_offload_threaded_irq_finish() in case of bus off + - can: j1939: j1939_tp_cmd_recv(): ignore abort message in the BAM transport + - can: j1939: j1939_can_recv(): ignore messages with invalid source address + - can: j1939: j1939_tp_cmd_recv(): check the dst address of TP.CM_BAM + - iio: adc: tsc2046: fix scan interval warning + - powerpc/85xx: Fix oops when mpc85xx_smp_guts_ids node cannot be found + - io_uring: honour zeroes as io-wq worker limits + - ring-buffer: Protect ring_buffer_reset() from reentrancy + - serial: core: Fix initializing and restoring termios speed + - ifb: fix building without CONFIG_NET_CLS_ACT + - xen/balloon: add late_initcall_sync() for initial ballooning done + - ovl: fix use after free in struct ovl_aio_req + - ovl: fix filattr copy-up failure + - PCI: pci-bridge-emul: Fix emulation of W1C bits + - PCI: cadence: Add cdns_plat_pcie_probe() missing return + - cxl/pci: Fix NULL vs ERR_PTR confusion + - PCI: aardvark: Do not clear status bits of masked interrupts + - PCI: aardvark: Fix checking for link up via LTSSM state + - PCI: aardvark: Do not unmask unused interrupts + - PCI: aardvark: Fix reporting Data Link Layer Link Active + - PCI: aardvark: Fix configuring Reference clock + - PCI: aardvark: Fix return value of MSI domain .alloc() method + - PCI: aardvark: Read all 16-bits from PCIE_MSI_PAYLOAD_REG + - PCI: aardvark: Fix support for bus mastering and PCI_COMMAND on emulated + bridge + - PCI: aardvark: Fix support for PCI_BRIDGE_CTL_BUS_RESET on emulated bridge + - PCI: aardvark: Set PCI Bridge Class Code to PCI Bridge + - PCI: aardvark: Fix support for PCI_ROM_ADDRESS1 on emulated bridge + - quota: check block number when reading the block in quota file + - quota: correct error number in free_dqentry() + - cifs: To match file servers, make sure the server hostname matches + - cifs: set a minimum of 120s for next dns resolution + - mfd: simple-mfd-i2c: Select MFD_CORE to fix build error + - pinctrl: core: fix possible memory leak in pinctrl_enable() + - coresight: cti: Correct the parameter for pm_runtime_put + - coresight: trbe: Fix incorrect access of the sink specific data + - coresight: trbe: Defer the probe on offline CPUs + - iio: buffer: check return value of kstrdup_const() + - iio: buffer: Fix memory leak in iio_buffers_alloc_sysfs_and_mask() + - iio: buffer: Fix memory leak in __iio_buffer_alloc_sysfs_and_mask() + - iio: buffer: Fix memory leak in iio_buffer_register_legacy_sysfs_groups() + - drivers: iio: dac: ad5766: Fix dt property name + - iio: dac: ad5446: Fix ad5622_write() return value + - iio: ad5770r: make devicetree property reading consistent + - Documentation:devicetree:bindings:iio:dac: Fix val + - USB: serial: keyspan: fix memleak on probe errors + - serial: 8250: fix racy uartclk update + - ksmbd: set unique value to volume serial field in FS_VOLUME_INFORMATION + - io-wq: serialize hash clear with wakeup + - serial: 8250: Fix reporting real baudrate value in c_ospeed field + - Revert "serial: 8250: Fix reporting real baudrate value in c_ospeed field" + - most: fix control-message timeouts + - USB: iowarrior: fix control-message timeouts + - USB: chipidea: fix interrupt deadlock + - power: supply: max17042_battery: Clear status bits in interrupt handler + - component: do not leave master devres group open after bind + - dma-buf: WARN on dmabuf release with pending attachments + - drm: panel-orientation-quirks: Update the Lenovo Ideapad D330 quirk (v2) + - drm: panel-orientation-quirks: Add quirk for KD Kurio Smart C15200 2-in-1 + - drm: panel-orientation-quirks: Add quirk for the Samsung Galaxy Book 10.6 + - Bluetooth: sco: Fix lock_sock() blockage by memcpy_from_msg() + - Bluetooth: fix use-after-free error in lock_sock_nested() + - Bluetooth: call sock_hold earlier in sco_conn_del + - drm/panel-orientation-quirks: add Valve Steam Deck + - rcutorture: Avoid problematic critical section nesting on PREEMPT_RT + - platform/x86: wmi: do not fail if disabling fails + - drm/amdgpu: move iommu_resume before ip init/resume + - MIPS: lantiq: dma: add small delay after reset + - MIPS: lantiq: dma: reset correct number of channel + - locking/lockdep: Avoid RCU-induced noinstr fail + - net: sched: update default qdisc visibility after Tx queue cnt changes + - rcu-tasks: Move RTGS_WAIT_CBS to beginning of rcu_tasks_kthread() loop + - smackfs: Fix use-after-free in netlbl_catmap_walk() + - ath11k: Align bss_chan_info structure with firmware + - crypto: aesni - check walk.nbytes instead of err + - x86/mm/64: Improve stack overflow warnings + - x86: Increase exception stack sizes + - mwifiex: Run SET_BSS_MODE when changing from P2P to STATION vif-type + - mwifiex: Properly initialize private structure on interface type changes + - spi: Check we have a spi_device_id for each DT compatible + - fscrypt: allow 256-bit master keys with AES-256-XTS + - drm/amdgpu: Fix MMIO access page fault + - drm/amd/display: Fix null pointer dereference for encoders + - selftests: net: fib_nexthops: Wait before checking reported idle time + - ath11k: Avoid reg rules update during firmware recovery + - ath11k: add handler for scan event WMI_SCAN_EVENT_DEQUEUED + - ath11k: Change DMA_FROM_DEVICE to DMA_TO_DEVICE when map reinjected packets + - ath10k: high latency fixes for beacon buffer + - octeontx2-pf: Enable promisc/allmulti match MCAM entries. + - media: mt9p031: Fix corrupted frame after restarting stream + - media: netup_unidvb: handle interrupt properly according to the firmware + - media: atomisp: Fix error handling in probe + - media: stm32: Potential NULL pointer dereference in dcmi_irq_thread() + - media: uvcvideo: Set capability in s_param + - media: uvcvideo: Return -EIO for control errors + - media: uvcvideo: Set unique vdev name based in type + - media: vidtv: Fix memory leak in remove + - media: s5p-mfc: fix possible null-pointer dereference in s5p_mfc_probe() + - media: s5p-mfc: Add checking to s5p_mfc_probe(). + - media: videobuf2: rework vb2_mem_ops API + - media: imx: set a media_device bus_info string + - media: rcar-vin: Use user provided buffers when starting + - media: mceusb: return without resubmitting URB in case of -EPROTO error. + - ia64: don't do IA64_CMPXCHG_DEBUG without CONFIG_PRINTK + - rtw88: fix RX clock gate setting while fifo dump + - brcmfmac: Add DMI nvram filename quirk for Cyberbook T116 tablet + - media: rcar-csi2: Add checking to rcsi2_start_receiver() + - ipmi: Disable some operations during a panic + - fs/proc/uptime.c: Fix idle time reporting in /proc/uptime + - kselftests/sched: cleanup the child processes + - ACPICA: Avoid evaluating methods too early during system resume + - cpufreq: Make policy min/max hard requirements + - ice: Move devlink port to PF/VF struct + - media: imx-jpeg: Fix possible null pointer dereference + - media: ipu3-imgu: imgu_fmt: Handle properly try + - media: ipu3-imgu: VIDIOC_QUERYCAP: Fix bus_info + - media: usb: dvd-usb: fix uninit-value bug in dibusb_read_eeprom_byte() + - net-sysfs: try not to restart the syscall if it will fail eventually + - drm/amdkfd: rm BO resv on validation to avoid deadlock + - tracefs: Have tracefs directories not set OTH permission bits by default + - tracing: Disable "other" permission bits in the tracefs files + - ath: dfs_pattern_detector: Fix possible null-pointer dereference in + channel_detector_create() + - KVM: arm64: Propagate errors from __pkvm_prot_finalize hypercall + - mmc: moxart: Fix reference count leaks in moxart_probe + - iov_iter: Fix iov_iter_get_pages{,_alloc} page fault return value + - ACPI: battery: Accept charges over the design capacity as full + - ACPI: scan: Release PM resources blocked by unused objects + - drm/amd/display: fix null pointer deref when plugging in display + - drm/amdkfd: fix resume error when iommu disabled in Picasso + - net: phy: micrel: make *-skew-ps check more lenient + - leaking_addresses: Always print a trailing newline + - thermal/core: Fix null pointer dereference in thermal_release() + - drm/msm: prevent NULL dereference in msm_gpu_crashstate_capture() + - thermal/drivers/tsens: Add timeout to get_temp_tsens_valid + - block: bump max plugged deferred size from 16 to 32 + - floppy: fix calling platform_device_unregister() on invalid drives + - md: update superblock after changing rdev flags in state_store + - memstick: r592: Fix a UAF bug when removing the driver + - locking/rwsem: Disable preemption for spinning region + - lib/xz: Avoid overlapping memcpy() with invalid input with in-place + decompression + - lib/xz: Validate the value before assigning it to an enum variable + - workqueue: make sysfs of unbound kworker cpumask more clever + - tracing/cfi: Fix cmp_entries_* functions signature mismatch + - mt76: mt7915: fix an off-by-one bound check + - mwl8k: Fix use-after-free in mwl8k_fw_state_machine() + - iwlwifi: change all JnP to NO-160 configuration + - block: remove inaccurate requeue check + - media: allegro: ignore interrupt if mailbox is not initialized + - drm/amdgpu/pm: properly handle sclk for profiling modes on vangogh + - nvmet: fix use-after-free when a port is removed + - nvmet-rdma: fix use-after-free when a port is removed + - nvmet-tcp: fix use-after-free when a port is removed + - nvme: drop scan_lock and always kick requeue list when removing namespaces + - samples/bpf: Fix application of sizeof to pointer + - arm64: vdso32: suppress error message for 'make mrproper' + - PM: hibernate: Get block device exclusively in swsusp_check() + - selftests: kvm: fix mismatched fclose() after popen() + - selftests/bpf: Fix perf_buffer test on system with offline cpus + - iwlwifi: mvm: disable RX-diversity in powersave + - smackfs: use __GFP_NOFAIL for smk_cipso_doi() + - ARM: clang: Do not rely on lr register for stacktrace + - gre/sit: Don't generate link-local addr if addr_gen_mode is + IN6_ADDR_GEN_MODE_NONE + - can: bittiming: can_fixup_bittiming(): change type of tseg1 and alltseg to + unsigned int + - gfs2: Cancel remote delete work asynchronously + - gfs2: Fix glock_hash_walk bugs + - ARM: 9136/1: ARMv7-M uses BE-8, not BE-32 + - tools/latency-collector: Use correct size when writing queue_full_warning + - vrf: run conntrack only in context of lower/physdev for locally generated + packets + - net: annotate data-race in neigh_output() + - ACPI: AC: Quirk GK45 to skip reading _PSR + - ACPI: resources: Add one more Medion model in IRQ override quirk + - btrfs: reflink: initialize return value to 0 in btrfs_extent_same() + - btrfs: do not take the uuid_mutex in btrfs_rm_device + - spi: bcm-qspi: Fix missing clk_disable_unprepare() on error in + bcm_qspi_probe() + - wcn36xx: Correct band/freq reporting on RX + - wcn36xx: Fix packet drop on resume + - Revert "wcn36xx: Enable firmware link monitoring" + - ftrace: do CPU checking after preemption disabled + - inet: remove races in inet{6}_getname() + - x86/hyperv: Protect set_hv_tscchange_cb() against getting preempted + - drm/amd/display: dcn20_resource_construct reduce scope of FPU enabled + - perf/x86/intel: Fix ICL/SPR INST_RETIRED.PREC_DIST encodings + - parisc: fix warning in flush_tlb_all + - task_stack: Fix end_of_stack() for architectures with upwards-growing stack + - erofs: don't trigger WARN() when decompression fails + - parisc/unwind: fix unwinder when CONFIG_64BIT is enabled + - parisc/kgdb: add kgdb_roundup() to make kgdb work with idle polling + - netfilter: conntrack: set on IPS_ASSURED if flows enters internal stream + state + - selftests/bpf: Fix strobemeta selftest regression + - fbdev/efifb: Release PCI device's runtime PM ref during FB destroy + - drm/bridge: anx7625: Propagate errors from sp_tx_rst_aux() + - perf/x86/intel/uncore: Fix Intel SPR CHA event constraints + - perf/x86/intel/uncore: Fix Intel SPR IIO event constraints + - perf/x86/intel/uncore: Fix Intel SPR M2PCIE event constraints + - perf/x86/intel/uncore: Fix Intel SPR M3UPI event constraints + - drm/bridge: it66121: Initialize {device,vendor}_ids + - drm/bridge: it66121: Wait for next bridge to be probed + - Bluetooth: fix init and cleanup of sco_conn.timeout_work + - libbpf: Don't crash on object files with no symbol tables + - Bluetooth: hci_uart: fix GPF in h5_recv + - rcu: Fix existing exp request check in sync_sched_exp_online_cleanup() + - MIPS: lantiq: dma: fix burst length for DEU + - x86/xen: Mark cpu_bringup_and_idle() as dead_end_function + - objtool: Handle __sanitize_cov*() tail calls + - net/mlx5: Publish and unpublish all devlink parameters at once + - drm/v3d: fix wait for TMU write combiner flush + - crypto: sm4 - Do not change section of ck and sbox + - virtio-gpu: fix possible memory allocation failure + - lockdep: Let lock_is_held_type() detect recursive read as read + - net: net_namespace: Fix undefined member in key_remove_domain() + - net: phylink: don't call netif_carrier_off() with NULL netdev + - drm: bridge: it66121: Fix return value it66121_probe + - spi: Fixed division by zero warning + - cgroup: Make rebind_subsystems() disable v2 controllers all at once + - wcn36xx: Fix Antenna Diversity Switching + - wilc1000: fix possible memory leak in cfg_scan_result() + - Bluetooth: btmtkuart: fix a memleak in mtk_hci_wmt_sync + - drm/amdgpu: Fix crash on device remove/driver unload + - drm/amd/display: Pass display_pipe_params_st as const in DML + - drm/amdgpu: move amdgpu_virt_release_full_gpu to fini_early stage + - crypto: caam - disable pkc for non-E SoCs + - crypto: qat - power up 4xxx device + - Bluetooth: hci_h5: Fix (runtime)suspend issues on RTL8723BS HCIs + - bnxt_en: Check devlink allocation and registration status + - qed: Don't ignore devlink allocation failures + - rxrpc: Fix _usecs_to_jiffies() by using usecs_to_jiffies() + - mptcp: do not shrink snd_nxt when recovering + - fortify: Fix dropped strcpy() compile-time write overflow check + - mac80211: twt: don't use potentially unaligned pointer + - cfg80211: always free wiphy specific regdomain + - net/mlx5: Accept devlink user input after driver initialization complete + - net: dsa: rtl8366rb: Fix off-by-one bug + - net: dsa: rtl8366: Fix a bug in deleting VLANs + - bpf/tests: Fix error in tail call limit tests + - ath11k: fix some sleeping in atomic bugs + - ath11k: Avoid race during regd updates + - ath11k: fix packet drops due to incorrect 6 GHz freq value in rx status + - ath11k: Fix memory leak in ath11k_qmi_driver_event_work + - gve: DQO: avoid unused variable warnings + - ath10k: Fix missing frame timestamp for beacon/probe-resp + - ath10k: sdio: Add missing BH locking around napi_schdule() + - drm/ttm: stop calling tt_swapin in vm_access + - arm64: mm: update max_pfn after memory hotplug + - drm/amdgpu: fix warning for overflow check + - libbpf: Fix skel_internal.h to set errno on loader retval < 0 + - media: em28xx: add missing em28xx_close_extension + - media: meson-ge2d: Fix rotation parameter changes detection in + 'ge2d_s_ctrl()' + - media: cxd2880-spi: Fix a null pointer dereference on error handling path + - media: ttusb-dec: avoid release of non-acquired mutex + - media: dvb-usb: fix ununit-value in az6027_rc_query + - media: imx258: Fix getting clock frequency + - media: v4l2-ioctl: S_CTRL output the right value + - media: mtk-vcodec: venc: fix return value when start_streaming fails + - media: TDA1997x: handle short reads of hdmi info frame. + - media: mtk-vpu: Fix a resource leak in the error handling path of + 'mtk_vpu_probe()' + - media: imx-jpeg: Fix the error handling path of 'mxc_jpeg_probe()' + - media: i2c: ths8200 needs V4L2_ASYNC + - media: sun6i-csi: Allow the video device to be open multiple times + - media: radio-wl1273: Avoid card name truncation + - media: si470x: Avoid card name truncation + - media: tm6000: Avoid card name truncation + - media: cx23885: Fix snd_card_free call on null card pointer + - media: atmel: fix the ispck initialization + - scs: Release kasan vmalloc poison in scs_free process + - kprobes: Do not use local variable when creating debugfs file + - crypto: ecc - fix CRYPTO_DEFAULT_RNG dependency + - drm: fb_helper: fix CONFIG_FB dependency + - cpuidle: Fix kobject memory leaks in error paths + - media: em28xx: Don't use ops->suspend if it is NULL + - ath10k: Don't always treat modem stop events as crashes + - ath9k: Fix potential interrupt storm on queue reset + - PM: EM: Fix inefficient states detection + - x86/insn: Use get_unaligned() instead of memcpy() + - EDAC/amd64: Handle three rank interleaving mode + - rcu: Always inline rcu_dynticks_task*_{enter,exit}() + - rcu: Fix rcu_dynticks_curr_cpu_in_eqs() vs noinstr + - netfilter: nft_dynset: relax superfluous check on set updates + - media: venus: fix vpp frequency calculation for decoder + - media: dvb-frontends: mn88443x: Handle errors of clk_prepare_enable() + - crypto: ccree - avoid out-of-range warnings from clang + - crypto: qat - detect PFVF collision after ACK + - crypto: qat - disregard spurious PFVF interrupts + - hwrng: mtk - Force runtime pm ops for sleep ops + - ima: fix deadlock when traversing "ima_default_rules". + - b43legacy: fix a lower bounds test + - b43: fix a lower bounds test + - gve: Recover from queue stall due to missed IRQ + - gve: Track RX buffer allocation failures + - mmc: sdhci-omap: Fix NULL pointer exception if regulator is not configured + - mmc: sdhci-omap: Fix context restore + - memstick: avoid out-of-range warning + - memstick: jmb38x_ms: use appropriate free function in jmb38x_ms_alloc_host() + - net, neigh: Fix NTF_EXT_LEARNED in combination with NTF_USE + - hwmon: Fix possible memleak in __hwmon_device_register() + - hwmon: (pmbus/lm25066) Let compiler determine outer dimension of + lm25066_coeff + - ath10k: fix max antenna gain unit + - kernel/sched: Fix sched_fork() access an invalid sched_task_group + - net: fealnx: fix build for UML + - net: intel: igc_ptp: fix build for UML + - net: tulip: winbond-840: fix build for UML + - tcp: switch orphan_count to bare per-cpu counters + - crypto: octeontx2 - set assoclen in aead_do_fallback() + - thermal/core: fix a UAF bug in __thermal_cooling_device_register() + - drm/msm/dsi: do not enable irq handler before powering up the host + - drm/msm: Fix potential Oops in a6xx_gmu_rpmh_init() + - drm/msm: potential error pointer dereference in init() + - drm/msm: unlock on error in get_sched_entity() + - drm/msm: fix potential NULL dereference in cleanup + - drm/msm: uninitialized variable in msm_gem_import() + - net: stream: don't purge sk_error_queue in sk_stream_kill_queues() + - thermal/drivers/qcom/lmh: make QCOM_LMH depends on QCOM_SCM + - mailbox: Remove WARN_ON for async_cb.cb in cmdq_exec_done + - media: ivtv: fix build for UML + - media: ir_toy: assignment to be16 should be of correct type + - mmc: mxs-mmc: disable regulator on error and in the remove function + - io-wq: Remove duplicate code in io_workqueue_create() + - block: ataflop: fix breakage introduced at blk-mq refactoring + - platform/x86: thinkpad_acpi: Fix bitwise vs. logical warning + - mailbox: mtk-cmdq: Validate alias_id on probe + - mailbox: mtk-cmdq: Fix local clock ID usage + - ACPI: PM: Turn off unused wakeup power resources + - ACPI: PM: Fix sharing of wakeup power resources + - drm/amdkfd: Fix an inappropriate error handling in allloc memory of gpu + - mt76: mt7921: fix endianness in mt7921_mcu_tx_done_event + - mt76: mt7915: fix endianness warning in mt7915_mac_add_txs_skb + - mt76: mt7921: fix endianness warning in mt7921_update_txs + - mt76: mt7615: fix endianness warning in mt7615_mac_write_txwi + - mt76: mt7915: fix info leak in mt7915_mcu_set_pre_cal() + - mt76: connac: fix mt76_connac_gtk_rekey_tlv usage + - mt76: fix build error implicit enumeration conversion + - mt76: mt7921: fix survey-dump reporting + - mt76: mt76x02: fix endianness warnings in mt76x02_mac.c + - mt76: mt7921: Fix out of order process by invalid event pkt + - mt76: mt7915: fix potential overflow of eeprom page index + - mt76: mt7915: fix bit fields for HT rate idx + - mt76: mt7921: fix dma hang in rmmod + - mt76: connac: fix GTK rekey offload failure on WPA mixed mode + - mt76: overwrite default reg_ops if necessary + - mt76: mt7921: report HE MU radiotap + - mt76: mt7921: fix firmware usage of RA info using legacy rates + - mt76: mt7921: fix kernel warning from cfg80211_calculate_bitrate + - mt76: mt7921: always wake device if necessary in debugfs + - mt76: mt7915: fix hwmon temp sensor mem use-after-free + - mt76: mt7615: fix hwmon temp sensor mem use-after-free + - mt76: mt7915: fix possible infinite loop release semaphore + - mt76: mt7921: fix retrying release semaphore without end + - mt76: mt7615: fix monitor mode tear down crash + - mt76: connac: fix possible NULL pointer dereference in + mt76_connac_get_phy_mode_v2 + - mt76: mt7915: fix sta_rec_wtbl tag len + - mt76: mt7915: fix muar_idx in mt7915_mcu_alloc_sta_req() + - rsi: stop thread firstly in rsi_91x_init() error handling + - mwifiex: Send DELBA requests according to spec + - iwlwifi: mvm: reset PM state on unsuccessful resume + - iwlwifi: pnvm: don't kmemdup() more than we have + - iwlwifi: pnvm: read EFI data only if long enough + - net: enetc: unmap DMA in enetc_send_cmd() + - phy: micrel: ksz8041nl: do not use power down mode + - nbd: Fix use-after-free in pid_show + - nvme-rdma: fix error code in nvme_rdma_setup_ctrl + - PM: hibernate: fix sparse warnings + - clocksource/drivers/timer-ti-dm: Select TIMER_OF + - x86/sev: Fix stack type check in vc_switch_off_ist() + - drm/msm: Fix potential NULL dereference in DPU SSPP + - drm/msm/dsi: fix wrong type in msm_dsi_host + - crypto: tcrypt - fix skcipher multi-buffer tests for 1420B blocks + - smackfs: use netlbl_cfg_cipsov4_del() for deleting cipso_v4_doi + - KVM: selftests: Fix nested SVM tests when built with clang + - libbpf: Fix memory leak in btf__dedup() + - bpftool: Avoid leaking the JSON writer prepared for program metadata + - libbpf: Fix overflow in BTF sanity checks + - libbpf: Fix BTF header parsing checks + - mt76: mt7615: mt7622: fix ibss and meshpoint + - s390/gmap: validate VMA in __gmap_zap() + - s390/gmap: don't unconditionally call pte_unmap_unlock() in __gmap_zap() + - s390/mm: validate VMA in PGSTE manipulation functions + - s390/mm: fix VMA and page table handling code in storage key handling + functions + - s390/uv: fully validate the VMA before calling follow_page() + - KVM: s390: pv: avoid double free of sida page + - KVM: s390: pv: avoid stalls for kvm_s390_pv_init_vm + - irq: mips: avoid nested irq_enter() + - net: dsa: avoid refcount warnings when ->port_{fdb,mdb}_del returns error + - ARM: 9142/1: kasan: work around LPAE build warning + - ath10k: fix module load regression with iram-recovery feature + - block: ataflop: more blk-mq refactoring fixes + - blk-cgroup: synchronize blkg creation against policy deactivation + - libbpf: Fix off-by-one bug in bpf_core_apply_relo() + - tpm: fix Atmel TPM crash caused by too frequent queries + - tpm_tis_spi: Add missing SPI ID + - libbpf: Fix endianness detection in BPF_CORE_READ_BITFIELD_PROBED() + - tcp: don't free a FIN sk_buff in tcp_remove_empty_skb() + - tracing: Fix missing trace_boot_init_histograms kstrdup NULL checks + - cpufreq: intel_pstate: Fix cpu->pstate.turbo_freq initialization + - spi: spi-rpc-if: Check return value of rpcif_sw_init() + - samples/kretprobes: Fix return value if register_kretprobe() failed + - KVM: s390: Fix handle_sske page fault handling + - libertas_tf: Fix possible memory leak in probe and disconnect + - libertas: Fix possible memory leak in probe and disconnect + - wcn36xx: add proper DMA memory barriers in rx path + - wcn36xx: Fix discarded frames due to wrong sequence number + - bpf: Avoid races in __bpf_prog_run() for 32bit arches + - bpf: Fixes possible race in update_prog_stats() for 32bit arches + - wcn36xx: Channel list update before hardware scan + - drm/amdgpu: fix a potential memory leak in amdgpu_device_fini_sw() + - drm/amdgpu/gmc6: fix DMA mask from 44 to 40 bits + - selftests/bpf: Fix fd cleanup in sk_lookup test + - selftests/bpf: Fix memory leak in test_ima + - sctp: allow IP fragmentation when PLPMTUD enters Error state + - sctp: reset probe_timer in sctp_transport_pl_update + - sctp: subtract sctphdr len in sctp_transport_pl_hlen + - sctp: return true only for pathmtu update in sctp_transport_pl_toobig + - net: amd-xgbe: Toggle PLL settings during rate change + - ipmi: kcs_bmc: Fix a memory leak in the error handling path of + 'kcs_bmc_serio_add_device()' + - nfp: fix NULL pointer access when scheduling dim work + - nfp: fix potential deadlock when canceling dim work + - net: phylink: avoid mvneta warning when setting pause parameters + - net: bridge: fix uninitialized variables when BRIDGE_CFM is disabled + - selftests: net: bridge: update IGMP/MLD membership interval value + - crypto: pcrypt - Delay write to padata->info + - selftests/bpf: Fix fclose/pclose mismatch in test_progs + - udp6: allow SO_MARK ctrl msg to affect routing + - ibmvnic: don't stop queue in xmit + - ibmvnic: Process crqs after enabling interrupts + - ibmvnic: delay complete() + - selftests: mptcp: fix proto type in link_failure tests + - skmsg: Lose offset info in sk_psock_skb_ingress + - cgroup: Fix rootcg cpu.stat guest double counting + - bpf: Fix propagation of bounds from 64-bit min/max into 32-bit and var_off. + - bpf: Fix propagation of signed bounds from 64-bit min/max into 32-bit. + - of: unittest: fix EXPECT text for gpio hog errors + - cpufreq: Fix parameter in parse_perf_domain() + - staging: r8188eu: fix memory leak in rtw_set_key + - arm64: dts: meson: sm1: add Ethernet PHY reset line for ODROID-C4/HC4 + - iio: st_sensors: disable regulators after device unregistration + - RDMA/rxe: Fix wrong port_cap_flags + - ARM: dts: BCM5301X: Fix memory nodes names + - arm64: dts: broadcom: bcm4908: Fix UART clock name + - clk: mvebu: ap-cpu-clk: Fix a memory leak in error handling paths + - scsi: pm80xx: Fix lockup in outbound queue management + - scsi: qla2xxx: edif: Use link event to wake up app + - scsi: lpfc: Fix NVMe I/O failover to non-optimized path + - ARM: s3c: irq-s3c24xx: Fix return value check for s3c24xx_init_intc() + - arm64: dts: rockchip: Fix GPU register width for RK3328 + - ARM: dts: qcom: msm8974: Add xo_board reference clock to DSI0 PHY + - RDMA/bnxt_re: Fix query SRQ failure + - arm64: dts: ti: k3-j721e-main: Fix "max-virtual-functions" in PCIe EP nodes + - arm64: dts: ti: k3-j721e-main: Fix "bus-range" upto 256 bus number for PCIe + - arm64: dts: ti: j7200-main: Fix "vendor-id"/"device-id" properties of pcie + node + - arm64: dts: ti: j7200-main: Fix "bus-range" upto 256 bus number for PCIe + - arm64: dts: meson-g12a: Fix the pwm regulator supply properties + - arm64: dts: meson-g12b: Fix the pwm regulator supply properties + - arm64: dts: meson-sm1: Fix the pwm regulator supply properties + - bus: ti-sysc: Fix timekeeping_suspended warning on resume + - ARM: dts: at91: tse850: the emac<->phy interface is rmii + - arm64: dts: qcom: sc7180: Base dynamic CPU power coefficients in reality + - soc: qcom: llcc: Disable MMUHWT retention + - arm64: dts: qcom: sc7280: fix display port phy reg property + - scsi: dc395: Fix error case unwinding + - MIPS: loongson64: make CPU_LOONGSON64 depends on MIPS_FP_SUPPORT + - JFS: fix memleak in jfs_mount + - pinctrl: renesas: rzg2l: Fix missing port register 21h + - ASoC: wcd9335: Use correct version to initialize Class H + - arm64: dts: qcom: msm8916: Fix Secondary MI2S bit clock + - arm64: dts: renesas: beacon: Fix Ethernet PHY mode + - iommu/mediatek: Fix out-of-range warning with clang + - arm64: dts: qcom: pm8916: Remove wrong reg-names for rtc@6000 + - iommu/dma: Fix sync_sg with swiotlb + - iommu/dma: Fix arch_sync_dma for map + - ALSA: hda: Reduce udelay() at SKL+ position reporting + - ALSA: hda: Use position buffer for SKL+ again + - ALSA: usb-audio: Fix possible race at sync of urb completions + - soundwire: debugfs: use controller id and link_id for debugfs + - power: reset: at91-reset: check properly the return value of devm_of_iomap + - scsi: ufs: core: Fix ufshcd_probe_hba() prototype to match the definition + - scsi: ufs: core: Stop clearing UNIT ATTENTIONS + - scsi: megaraid_sas: Fix concurrent access to ISR between IRQ polling and + real interrupt + - scsi: pm80xx: Fix misleading log statement in pm8001_mpi_get_nvmd_resp() + - driver core: Fix possible memory leak in device_link_add() + - arm: dts: omap3-gta04a4: accelerometer irq fix + - ASoC: SOF: topology: do not power down primary core during topology removal + - iio: st_pressure_spi: Add missing entries SPI to device ID table + - soc/tegra: Fix an error handling path in tegra_powergate_power_up() + - memory: fsl_ifc: fix leak of irq and nand_irq in fsl_ifc_ctrl_probe + - clk: at91: check pmc node status before registering syscore ops + - powerpc/mem: Fix arch/powerpc/mm/mem.c:53:12: error: no previous prototype + for 'create_section_mapping' + - video: fbdev: chipsfb: use memset_io() instead of memset() + - powerpc: fix unbalanced node refcount in check_kvm_guest() + - powerpc/paravirt: correct preempt debug splat in vcpu_is_preempted() + - serial: 8250_dw: Drop wrong use of ACPI_PTR() + - usb: gadget: hid: fix error code in do_config() + - power: supply: rt5033_battery: Change voltage values to µV + - power: supply: max17040: fix null-ptr-deref in max17040_probe() + - scsi: csiostor: Uninitialized data in csio_ln_vnp_read_cbfn() + - RDMA/mlx4: Return missed an error if device doesn't support steering + - usb: musb: select GENERIC_PHY instead of depending on it + - staging: most: dim2: do not double-register the same device + - staging: ks7010: select CRYPTO_HASH/CRYPTO_MICHAEL_MIC + - RDMA/core: Set sgtable nents when using ib_dma_virt_map_sg() + - dyndbg: make dyndbg a known cli param + - powerpc/perf: Fix cycles/instructions as PM_CYC/PM_INST_CMPL in power10 + - pinctrl: renesas: checker: Fix off-by-one bug in drive register check + - ARM: dts: stm32: Reduce DHCOR SPI NOR frequency to 50 MHz + - ARM: dts: stm32: fix STUSB1600 Type-C irq level on stm32mp15xx-dkx + - ARM: dts: stm32: fix SAI sub nodes register range + - ARM: dts: stm32: fix AV96 board SAI2 pin muxing on stm32mp15 + - ASoC: cs42l42: Always configure both ASP TX channels + - ASoC: cs42l42: Correct some register default values + - ASoC: cs42l42: Defer probe if request_threaded_irq() returns EPROBE_DEFER + - soc: qcom: rpmhpd: Make power_on actually enable the domain + - soc: qcom: socinfo: add two missing PMIC IDs + - iio: buffer: Fix double-free in iio_buffers_alloc_sysfs_and_mask() + - usb: typec: STUSB160X should select REGMAP_I2C + - iio: adis: do not disabe IRQs in 'adis_init()' + - soundwire: bus: stop dereferencing invalid slave pointer + - scsi: ufs: ufshcd-pltfrm: Fix memory leak due to probe defer + - scsi: lpfc: Wait for successful restart of SLI3 adapter during host sg_reset + - serial: imx: fix detach/attach of serial console + - usb: dwc2: drd: fix dwc2_force_mode call in dwc2_ovr_init + - usb: dwc2: drd: fix dwc2_drd_role_sw_set when clock could be disabled + - usb: dwc2: drd: reset current session before setting the new one + - powerpc/booke: Disable STRICT_KERNEL_RWX, DEBUG_PAGEALLOC and KFENCE + - usb: dwc3: gadget: Skip resizing EP's TX FIFO if already resized + - firmware: qcom_scm: Fix error retval in __qcom_scm_is_call_available() + - soc: qcom: rpmhpd: fix sm8350_mxc's peer domain + - soc: qcom: apr: Add of_node_put() before return + - arm64: dts: qcom: pmi8994: Fix "eternal"->"external" typo in WLED node + - arm64: dts: qcom: sdm845: Use RPMH_CE_CLK macro directly + - arm64: dts: qcom: sdm845: Fix Qualcomm crypto engine bus clock + - pinctrl: equilibrium: Fix function addition in multiple groups + - ASoC: topology: Fix stub for snd_soc_tplg_component_remove() + - phy: qcom-qusb2: Fix a memory leak on probe + - phy: ti: gmii-sel: check of_get_address() for failure + - phy: qcom-qmp: another fix for the sc8180x PCIe definition + - phy: qcom-snps: Correct the FSEL_MASK + - phy: Sparx5 Eth SerDes: Fix return value check in sparx5_serdes_probe() + - serial: xilinx_uartps: Fix race condition causing stuck TX + - clk: at91: sam9x60-pll: use DIV_ROUND_CLOSEST_ULL + - clk: at91: clk-master: check if div or pres is zero + - clk: at91: clk-master: fix prescaler logic + - HID: u2fzero: clarify error check and length calculations + - HID: u2fzero: properly handle timeouts in usb_submit_urb + - powerpc/nohash: Fix __ptep_set_access_flags() and ptep_set_wrprotect() + - powerpc/book3e: Fix set_memory_x() and set_memory_nx() + - powerpc/44x/fsp2: add missing of_node_put + - powerpc/xmon: fix task state output + - ALSA: oxfw: fix functional regression for Mackie Onyx 1640i in v5.14 or + later + - iommu/dma: Fix incorrect error return on iommu deferred attach + - powerpc: Don't provide __kernel_map_pages() without + ARCH_SUPPORTS_DEBUG_PAGEALLOC + - ASoC: cs42l42: Correct configuring of switch inversion from ts-inv + - RDMA/hns: Fix initial arm_st of CQ + - RDMA/hns: Modify the value of MAX_LP_MSG_LEN to meet hardware compatibility + - ASoC: rsnd: Fix an error handling path in 'rsnd_node_count()' + - serial: cpm_uart: Protect udbg definitions by CONFIG_SERIAL_CPM_CONSOLE + - virtio_ring: check desc == NULL when using indirect with packed + - vdpa/mlx5: Fix clearing of VIRTIO_NET_F_MAC feature bit + - mips: cm: Convert to bitfield API to fix out-of-bounds access + - power: supply: bq27xxx: Fix kernel crash on IRQ handler register error + - RDMA/core: Require the driver to set the IOVA correctly during rereg_mr + - apparmor: fix error check + - rpmsg: Fix rpmsg_create_ept return when RPMSG config is not defined + - mtd: rawnand: intel: Fix potential buffer overflow in probe + - nfsd: don't alloc under spinlock in rpc_parse_scope_id + - rtc: ds1302: Add SPI ID table + - rtc: ds1390: Add SPI ID table + - rtc: pcf2123: Add SPI ID table + - remoteproc: imx_rproc: Fix TCM io memory type + - i2c: i801: Use PCI bus rescan mutex to protect P2SB access + - dmaengine: idxd: move out percpu_ref_exit() to ensure it's outside + submission + - rtc: mcp795: Add SPI ID table + - Input: ariel-pwrbutton - add SPI device ID table + - i2c: mediatek: fixing the incorrect register offset + - NFS: Default change_attr_type to NFS4_CHANGE_TYPE_IS_UNDEFINED + - NFS: Don't set NFS_INO_DATA_INVAL_DEFER and NFS_INO_INVALID_DATA + - NFS: Ignore the directory size when marking for revalidation + - NFS: Fix dentry verifier races + - pnfs/flexfiles: Fix misplaced barrier in nfs4_ff_layout_prepare_ds + - drm/bridge/lontium-lt9611uxc: fix provided connector suport + - drm/plane-helper: fix uninitialized variable reference + - PCI: aardvark: Don't spam about PIO Response Status + - PCI: aardvark: Fix preserving PCI_EXP_RTCTL_CRSSVE flag on emulated bridge + - opp: Fix return in _opp_add_static_v2() + - NFS: Fix deadlocks in nfs_scan_commit_list() + - sparc: Add missing "FORCE" target when using if_changed + - fs: orangefs: fix error return code of orangefs_revalidate_lookup() + - Input: st1232 - increase "wait ready" timeout + - drm/bridge: nwl-dsi: Add atomic_get_input_bus_fmts + - mtd: spi-nor: hisi-sfc: Remove excessive clk_disable_unprepare() + - PCI: uniphier: Serialize INTx masking/unmasking and fix the bit operation + - mtd: rawnand: arasan: Prevent an unsupported configuration + - mtd: core: don't remove debugfs directory if device is in use + - remoteproc: Fix a memory leak in an error handling path in + 'rproc_handle_vdev()' + - rtc: rv3032: fix error handling in rv3032_clkout_set_rate() + - dmaengine: at_xdmac: call at_xdmac_axi_config() on resume path + - dmaengine: at_xdmac: fix AT_XDMAC_CC_PERID() macro + - dmaengine: stm32-dma: fix stm32_dma_get_max_width + - NFS: Fix up commit deadlocks + - NFS: Fix an Oops in pnfs_mark_request_commit() + - Fix user namespace leak + - auxdisplay: img-ascii-lcd: Fix lock-up when displaying empty string + - auxdisplay: ht16k33: Connect backlight to fbdev + - auxdisplay: ht16k33: Fix frame buffer device blanking + - soc: fsl: dpaa2-console: free buffer before returning from + dpaa2_console_read + - netfilter: nfnetlink_queue: fix OOB when mac header was cleared + - dmaengine: dmaengine_desc_callback_valid(): Check for `callback_result` + - dmaengine: tegra210-adma: fix pm runtime unbalance + - dmanegine: idxd: fix resource free ordering on driver removal + - dmaengine: idxd: reconfig device after device reset command + - signal/sh: Use force_sig(SIGKILL) instead of do_group_exit(SIGKILL) + - m68k: set a default value for MEMORY_RESERVE + - watchdog: f71808e_wdt: fix inaccurate report in WDIOC_GETTIMEOUT + - ar7: fix kernel builds for compiler test + - scsi: target: core: Remove from tmr_list during LUN unlink + - scsi: qla2xxx: Relogin during fabric disturbance + - scsi: qla2xxx: Fix gnl list corruption + - scsi: qla2xxx: Turn off target reset during issue_lip + - scsi: qla2xxx: edif: Fix app start fail + - scsi: qla2xxx: edif: Fix app start delay + - scsi: qla2xxx: edif: Flush stale events and msgs on session down + - scsi: qla2xxx: edif: Increase ELS payload + - scsi: qla2xxx: edif: Fix EDIF bsg + - NFSv4: Fix a regression in nfs_set_open_stateid_locked() + - dmaengine: idxd: fix resource leak on dmaengine driver disable + - i2c: xlr: Fix a resource leak in the error handling path of + 'xlr_i2c_probe()' + - gpio: realtek-otto: fix GPIO line IRQ offset + - xen-pciback: Fix return in pm_ctrl_init() + - nbd: fix max value for 'first_minor' + - nbd: fix possible overflow for 'first_minor' in nbd_dev_add() + - io-wq: fix max-workers not correctly set on multi-node system + - net: davinci_emac: Fix interrupt pacing disable + - kselftests/net: add missed icmp.sh test to Makefile + - kselftests/net: add missed setup_loopback.sh/setup_veth.sh to Makefile + - kselftests/net: add missed SRv6 tests + - kselftests/net: add missed vrf_strict_mode_test.sh test to Makefile + - kselftests/net: add missed toeplitz.sh/toeplitz_client.sh to Makefile + - ethtool: fix ethtool msg len calculation for pause stats + - openrisc: fix SMP tlb flush NULL pointer dereference + - net: vlan: fix a UAF in vlan_dev_real_dev() + - net: dsa: felix: fix broken VLAN-tagged PTP under VLAN-aware bridge + - ice: Fix replacing VF hardware MAC to existing MAC filter + - ice: Fix not stopping Tx queues for VFs + - kdb: Adopt scheduler's task classification + - ACPI: PMIC: Fix intel_pmic_regs_handler() read accesses + - PCI: j721e: Fix j721e_pcie_probe() error path + - nvdimm/btt: do not call del_gendisk() if not needed + - scsi: bsg: Fix errno when scsi_bsg_register_queue() fails + - scsi: ufs: ufshpb: Use proper power management API + - scsi: ufs: core: Fix NULL pointer dereference + - scsi: ufs: ufshpb: Properly handle max-single-cmd + - drm/nouveau/svm: Fix refcount leak bug and missing check against null bug + - nvdimm/pmem: cleanup the disk if pmem_release_disk() is yet assigned + - block/ataflop: use the blk_cleanup_disk() helper + - block/ataflop: add registration bool before calling del_gendisk() + - block/ataflop: provide a helper for cleanup up an atari disk + - ataflop: remove ataflop_probe_lock mutex + - PCI: Do not enable AtomicOps on VFs + - cpufreq: intel_pstate: Clear HWP desired on suspend/shutdown and offline + - net: phy: fix duplex out of sync problem while changing settings + - block: fix device_add_disk() kobject_create_and_add() error handling + - drm/ttm: remove ttm_bo_vm_insert_huge() + - bonding: Fix a use-after-free problem when bond_sysfs_slave_add() failed + - octeontx2-pf: select CONFIG_NET_DEVLINK + - ALSA: memalloc: Catch call with NULL snd_dma_buffer pointer + - mfd: core: Add missing of_node_put for loop iteration + - mfd: cpcap: Add SPI device ID table + - mfd: sprd: Add SPI device ID table + - mfd: altera-sysmgr: Fix a mistake caused by resource_size conversion + - ACPI: PM: Fix device wakeup power reference counting error + - libbpf: Fix lookup_and_delete_elem_flags error reporting + - selftests/bpf/xdp_redirect_multi: Put the logs to tmp folder + - selftests/bpf/xdp_redirect_multi: Use arping to accurate the arp number + - selftests/bpf/xdp_redirect_multi: Give tcpdump a chance to terminate cleanly + - selftests/bpf/xdp_redirect_multi: Limit the tests in netns + - drm: fb_helper: improve CONFIG_FB dependency + - Revert "drm/imx: Annotate dma-fence critical section in commit path" + - drm/amdgpu/powerplay: fix sysfs_emit/sysfs_emit_at handling + - can: etas_es58x: es58x_rx_err_msg(): fix memory leak in error path + - can: mcp251xfd: mcp251xfd_chip_start(): fix error handling for + mcp251xfd_chip_rx_int_enable() + - mm/zsmalloc.c: close race window between zs_pool_dec_isolated() and + zs_unregister_migration() + - zram: off by one in read_block_state() + - perf bpf: Add missing free to bpf_event__print_bpf_prog_info() + - llc: fix out-of-bound array index in llc_sk_dev_hash() + - nfc: pn533: Fix double free when pn533_fill_fragment_skbs() fails + - litex_liteeth: Fix a double free in the remove function + - arm64: arm64_ftr_reg->name may not be a human-readable string + - arm64: pgtable: make __pte_to_phys/__phys_to_pte_val inline functions + - bpf, sockmap: Remove unhash handler for BPF sockmap usage + - bpf, sockmap: Fix race in ingress receive verdict with redirect to self + - bpf: sockmap, strparser, and tls are reusing qdisc_skb_cb and colliding + - bpf, sockmap: sk_skb data_end access incorrect when src_reg = dst_reg + - dmaengine: stm32-dma: fix burst in case of unaligned memory address + - dmaengine: stm32-dma: avoid 64-bit division in stm32_dma_get_max_width + - gve: Fix off by one in gve_tx_timeout() + - drm/i915/fb: Fix rounding error in subsampled plane size calculation + - init: make unknown command line param message clearer + - seq_file: fix passing wrong private data + - drm/amdgpu: fix uvd crash on Polaris12 during driver unloading + - net: dsa: mv88e6xxx: Don't support >1G speeds on 6191X on ports other than + 10 + - net/sched: sch_taprio: fix undefined behavior in ktime_mono_to_any + - net: hns3: fix ROCE base interrupt vector initialization bug + - net: hns3: fix pfc packet number incorrect after querying pfc parameters + - net: hns3: fix kernel crash when unload VF while it is being reset + - net: hns3: allow configure ETS bandwidth of all TCs + - net: stmmac: allow a tc-taprio base-time of zero + - net: ethernet: ti: cpsw_ale: Fix access to un-initialized memory + - net: marvell: mvpp2: Fix wrong SerDes reconfiguration order + - vsock: prevent unnecessary refcnt inc for nonblocking connect + - net/smc: fix sk_refcnt underflow on linkdown and fallback + - cxgb4: fix eeprom len when diagnostics not implemented + - selftests/net: udpgso_bench_rx: fix port argument + - thermal: int340x: fix build on 32-bit targets + - smb3: do not error on fsync when readonly + - ARM: 9155/1: fix early early_iounmap() + - ARM: 9156/1: drop cc-option fallbacks for architecture selection + - parisc: Fix backtrace to always include init funtion names + - parisc: Flush kernel data mapping in set_pte_at() when installing pte for + user page + - MIPS: fix duplicated slashes for Platform file path + - MIPS: fix *-pkg builds for loongson2ef platform + - MIPS: Fix assembly error from MIPSr2 code used within MIPS_ISA_ARCH_LEVEL + - x86/mce: Add errata workaround for Skylake SKX37 + - PCI/MSI: Move non-mask check back into low level accessors + - PCI/MSI: Destroy sysfs before freeing entries + - KVM: x86: move guest_pv_has out of user_access section + - posix-cpu-timers: Clear task::posix_cputimers_work in copy_process() + - irqchip/sifive-plic: Fixup EOI failed when masked + - f2fs: should use GFP_NOFS for directory inodes + - f2fs: include non-compressed blocks in compr_written_block + - f2fs: fix UAF in f2fs_available_free_memory + - ceph: fix mdsmap decode when there are MDS's beyond max_mds + - erofs: fix unsafe pagevec reuse of hooked pclusters + - drm/i915/guc: Fix blocked context accounting + - block: Hold invalidate_lock in BLKDISCARD ioctl + - block: Hold invalidate_lock in BLKZEROOUT ioctl + - block: Hold invalidate_lock in BLKRESETZONE ioctl + - ksmbd: Fix buffer length check in fsctl_validate_negotiate_info() + - ksmbd: don't need 8byte alignment for request length in ksmbd_check_message + - dmaengine: ti: k3-udma: Set bchan to NULL if a channel request fail + - dmaengine: ti: k3-udma: Set r/tchan or rflow to NULL if request fail + - dmaengine: bestcomm: fix system boot lockups + - net, neigh: Enable state migration between NUD_PERMANENT and NTF_USE + - 9p/net: fix missing error check in p9_check_errors + - mm/filemap.c: remove bogus VM_BUG_ON + - memcg: prohibit unconditional exceeding the limit of dying tasks + - mm, oom: pagefault_out_of_memory: don't force global OOM for dying tasks + - mm, oom: do not trigger out_of_memory from the #PF + - mm, thp: lock filemap when truncating page cache + - mm, thp: fix incorrect unmap behavior for private pages + - mfd: dln2: Add cell for initializing DLN2 ADC + - video: backlight: Drop maximum brightness override for brightness zero + - bcache: fix use-after-free problem in bcache_device_free() + - bcache: Revert "bcache: use bvec_virt" + - PM: sleep: Avoid calling put_device() under dpm_list_mtx + - s390/cpumf: cpum_cf PMU displays invalid value after hotplug remove + - s390/cio: check the subchannel validity for dev_busid + - s390/tape: fix timer initialization in tape_std_assign() + - s390/ap: Fix hanging ioctl caused by orphaned replies + - s390/cio: make ccw_device_dma_* more robust + - remoteproc: elf_loader: Fix loading segment when is_iomem true + - remoteproc: Fix the wrong default value of is_iomem + - remoteproc: imx_rproc: Fix ignoring mapping vdev regions + - remoteproc: imx_rproc: Fix rsc-table name + - mtd: rawnand: fsmc: Fix use of SM ORDER + - mtd: rawnand: ams-delta: Keep the driver compatible with on-die ECC engines + - mtd: rawnand: xway: Keep the driver compatible with on-die ECC engines + - mtd: rawnand: mpc5121: Keep the driver compatible with on-die ECC engines + - mtd: rawnand: gpio: Keep the driver compatible with on-die ECC engines + - mtd: rawnand: pasemi: Keep the driver compatible with on-die ECC engines + - mtd: rawnand: orion: Keep the driver compatible with on-die ECC engines + - mtd: rawnand: plat_nand: Keep the driver compatible with on-die ECC engines + - mtd: rawnand: au1550nd: Keep the driver compatible with on-die ECC engines + - powerpc/vas: Fix potential NULL pointer dereference + - powerpc/bpf: Fix write protecting JIT code + - powerpc/32e: Ignore ESR in instruction storage interrupt handler + - powerpc/powernv/prd: Unregister OPAL_MSG_PRD2 notifier during module unload + - powerpc/security: Use a mutex for interrupt exit code patching + - powerpc/64s/interrupt: Fix check_return_regs_valid() false positive + - powerpc/pseries/mobility: ignore ibm, platform-facilities updates + - powerpc/85xx: fix timebase sync issue when CONFIG_HOTPLUG_CPU=n + - drm/sun4i: Fix macros in sun8i_csc.h + - PCI: Add PCI_EXP_DEVCTL_PAYLOAD_* macros + - PCI: aardvark: Fix PCIe Max Payload Size setting + - SUNRPC: Partial revert of commit 6f9f17287e78 + - drm/amd/display: Look at firmware version to determine using dmub on dcn21 + - media: vidtv: move kfree(dvb) to vidtv_bridge_dev_release() + - cifs: fix memory leak of smb3_fs_context_dup::server_hostname + - ath10k: fix invalid dma_addr_t token assignment + - mmc: moxart: Fix null pointer dereference on pointer host + - selftests/x86/iopl: Adjust to the faked iopl CLI/STI usage + - selftests/bpf: Fix also no-alu32 strobemeta selftest + - arch/cc: Introduce a function to check for confidential computing features + - x86/sev: Add an x86 version of cc_platform_has() + - x86/sev: Make the #VC exception stacks part of the default stacks storage + - media: videobuf2: always set buffer vb2 pointer + - media: videobuf2-dma-sg: Fix buf->vb NULL pointer dereference + - Linux 5.15.3 + + * kernel panic: NULL pointer dereference in wb_timer_f() (LP: #1947557) // + Jammy update: v5.15.3 upstream stable release (LP: #1951822) + - blk-wbt: prevent NULL pointer dereference in wb_timer_fn + + * Medion Notebook Keyboard not working (LP: #1909814) // Jammy update: v5.15.3 + upstream stable release (LP: #1951822) + - ACPI: resources: Add DMI-based legacy IRQ override quirk + + * Enable CONFIG_INTEL_IOMMU_DEFAULT_ON and + CONFIG_INTEL_IOMMU_SCALABLE_MODE_DEFAULT_ON on jammy 5.15 (LP: #1951440) + - [Config] enable Intel DMA remapping options by default + + * Thinkpad E14 Gen2: Kernel panic with trackpad and trackpoint enabled + (LP: #1945590) + - SAUCE: Input: elantech - Fix stack out of bound access in + elantech_change_report_id() + + * Miscellaneous Ubuntu changes + - SAUCE: LSM: Specify which LSM to display (using struct cred as input) + - SAUCE: selftests/seccomp: fix check of fds being assigned + - [Config] enable SUNRPC_DISABLE_INSECURE_ENCTYPES + - [Config] updateconfigs following v5.15.3, v5.15.4 import + + * Miscellaneous upstream changes + - binder: use cred instead of task for selinux checks + - binder: use cred instead of task for getsecid + - Revert "UBUNTU: SAUCE: storvsc: use small sg_tablesize on x86" + + -- Paolo Pisati Mon, 22 Nov 2021 13:14:15 +0100 + +linux (5.15.0-11.11) jammy; urgency=medium + + * jammy/linux: 5.15.0-11.11 -proposed tracker (LP: #1950948) + + * Packaging resync (LP: #1786013) + - debian/dkms-versions -- update from kernel-versions (main/master) + + * OOPs on boot: invalid opcode: 0000 [#1] SMP NOPTI (LP: #1942215) + - SAUCE: ACPICA: prevent out-of-bound access with buggy DSDT + - [Config] disable UBSAN + - SAUCE: ACPICA: avoid accessing operands out-of-bounds + + * Jammy update: v5.15.2 upstream stable release (LP: #1950949) + - KVM: x86: avoid warning with -Wbitwise-instead-of-logical + - Revert "x86/kvm: fix vcpu-id indexed array sizes" + - usb: ehci: handshake CMD_RUN instead of STS_HALT + - usb: gadget: Mark USB_FSL_QE broken on 64-bit + - usb: musb: Balance list entry in musb_gadget_queue + - usb-storage: Add compatibility quirk flags for iODD 2531/2541 + - Revert "proc/wchan: use printk format instead of lookup_symbol_name()" + - binder: use euid from cred instead of using task + - binder: don't detect sender/target during buffer cleanup + - kfence: always use static branches to guard kfence_alloc() + - kfence: default to dynamic branch instead of static keys mode + - btrfs: fix lzo_decompress_bio() kmap leakage + - staging: rtl8712: fix use-after-free in rtl8712_dl_fw + - isofs: Fix out of bound access for corrupted isofs image + - comedi: dt9812: fix DMA buffers on stack + - comedi: ni_usb6501: fix NULL-deref in command paths + - comedi: vmk80xx: fix transfer-buffer overflows + - comedi: vmk80xx: fix bulk-buffer overflow + - comedi: vmk80xx: fix bulk and interrupt message timeouts + - staging: r8712u: fix control-message timeout + - staging: rtl8192u: fix control-message timeouts + - staging: r8188eu: fix memleak in rtw_wx_set_enc_ext + - media: staging/intel-ipu3: css: Fix wrong size comparison imgu_css_fw_init + - rsi: fix control-message timeout + - Linux 5.15.2 + + * reuseport_bpf_numa in net from ubuntu_kernel_selftests fails on ppc64le + (LP: #1867570) + - selftests/net: Fix reuseport_bpf_numa by skipping unavailable nodes + + * Miscellaneous Ubuntu changes + - packaging: switch getabis to the linux package name + + * Miscellaneous upstream changes + - Revert "UBUNTU: SAUCE: (no-up) rename the adv7511 drm driver to adv7511_drm" + - Revert "UBUNTU: SAUCE: drm/i915/dp: Use max params for older panels" + - Revert "UBUNTU: SAUCE: i915: Fix build error due to missing struct + definition" + - selftests/core: fix conflicting types compile error for close_range() + - selftests: net: test_vxlan_under_vrf: fix HV connectivity test + - Revert "UBUNTU: SAUCE: ACPICA: prevent out-of-bound access with buggy DSDT" + + -- Paolo Pisati Mon, 15 Nov 2021 10:12:47 +0100 + +linux (5.15.0-10.10) jammy; urgency=medium + + * jammy/linux: 5.15.0-10.10 -proposed tracker (LP: #1950133) + + * Jammy update: v5.15.1 upstream stable release (LP: #1950131) + - sfc: Fix reading non-legacy supported link modes + - media: firewire: firedtv-avc: fix a buffer overflow in avc_ca_pmt() + - Revert "xhci: Set HCD flag to defer primary roothub registration" + - Revert "usb: core: hcd: Add support for deferring roothub registration" + - drm/amdkfd: fix boot failure when iommu is disabled in Picasso. + - Revert "soc: imx: gpcv2: move reset assert after requesting domain power up" + - ARM: 9120/1: Revert "amba: make use of -1 IRQs warn" + - Revert "wcn36xx: Disable bmps when encryption is disabled" + - drm/amdgpu: revert "Add autodump debugfs node for gpu reset v8" + - drm/amd/display: Revert "Directly retrain link from debugfs" + - Revert "drm/i915/gt: Propagate change in error status to children on unhold" + - ALSA: usb-audio: Add quirk for Audient iD14 + - Linux 5.15.1 + + * Miscellaneous Ubuntu changes + - packaging: fixup previous ABI/spin to -9.9 + - [Packaging] Drop unused d-i build-deps and packaging + - [Packaging] Drop now unsupported d-i/ input files + + * Miscellaneous upstream changes + - selftests: net: properly support IPv6 in GSO GRE test + - signal: Add SA_IMMUTABLE to ensure forced siganls do not get changed + + -- Paolo Pisati Mon, 08 Nov 2021 14:43:24 +0100 + +linux (5.15.0-9.9) jammy; urgency=medium + + * jammy/linux: 5.15.0-1.1 -proposed tracker (LP: #1949876) + + * Packaging resync (LP: #1786013) + - [Packaging] update variants + - [Packaging] update Ubuntu.md + + * Add F81966 watchdog support (LP: #1949063) + - SAUCE: ODM: watchdog: f71808e_wdt: Add F81966 support + + * Miscellaneous Ubuntu changes + - [Packaging] Rewrite debian/scripts/misc/insert-changes.pl in Python + - [Packaging] change source package name to linux + + -- Andrea Righi Thu, 04 Nov 2021 18:47:19 +0100 + +linux (5.15.0-0.0) jammy; urgency=medium + + * Empty entry + + -- Andrea Righi Thu, 04 Nov 2021 16:47:16 +0100 + +linux-unstable (5.15.0-8.8) jammy; urgency=medium + + * jammy/linux-unstable: 5.15.0-8.8 -proposed tracker (LP: #1949436) + + * Packaging resync (LP: #1786013) + - debian/dkms-versions -- update from kernel-versions (main/master) + + * Drop "UBUNTU: SAUCE: cachefiles: Page leaking in + cachefiles_read_backing_file while vmscan is active" (LP: #1947709) + - Revert "UBUNTU: SAUCE: cachefiles: Page leaking in + cachefiles_read_backing_file while vmscan is active" + + * Add l2tp.sh in net from ubuntu_kernel_selftests back (LP: #1934293) + - Revert "UBUNTU: SAUCE: selftests/net -- disable l2tp.sh test" + + * Check for changes relevant for security certifications (LP: #1945989) + - [Packaging] Add fips-checks as part of finalchecks + + * Add final-checks to check certificates (LP: #1947174) + - [Packaging] Add system trusted and revocation keys final check + + * Can only reach PC3 when ethernet is plugged r8169 (LP: #1946433) + - r8169: Enable chip-specific ASPM regardless of PCIe ASPM status + - PCI/ASPM: Introduce a new helper to report ASPM capability + - r8169: Implement dynamic ASPM mechanism + + * rtw89 kernel module for Realtek 8852 wifi is missing (LP: #1945967) + - rtw89: add Realtek 802.11ax driver + - rtw89: Remove redundant check of ret after call to rtw89_mac_enable_bb_rf + - rtw89: fix return value check in rtw89_cam_send_sec_key_cmd() + - rtw89: remove unneeded semicolon + - [Config] RTW89=m + + * Fix A yellow screen pops up in an instant (< 1 second) and then disappears + before loading the system (LP: #1945932) + - drm/i915: Stop force enabling pipe bottom color gammma/csc + + * disable CONFIG_KFENCE_STATIC_KEYS in linux 5.15 (LP: #1948038) + - [Config] disable CONFIG_KFENCE_STATIC_KEYS + + * Miscellaneous Ubuntu changes + - [Debian] Remove old and unused firmware helper scripts + - [Packaging] Replace Perl oneliner with Bash statements + - rebase to v5.15 + + [ Upstream Kernel Changes ] + + * Rebase to v5.15 + + -- Paolo Pisati Tue, 02 Nov 2021 08:29:45 +0100 + +linux-unstable (5.15.0-7.7) jammy; urgency=medium + + * jammy/linux-unstable: 5.15.0-7.7 -proposed tracker (LP: #1948770) + + * Miscellaneous Ubuntu changes + - [Config] Temporarily disable signing for ppc64el and s390x + - packaging: switch release to Jammy + - rebase to v5.15-rc7 + - [Config] GCC version update + + [ Upstream Kernel Changes ] + + * Rebase to v5.15-rc7 + + -- Paolo Pisati Tue, 26 Oct 2021 11:38:14 +0200 + +linux-unstable (5.15.0-6.6) jammy; urgency=medium + + * impish/linux-unstable: 5.15.0-6.6 -proposed tracker (LP: #1947565) + + * [impish] Remove the downstream xr-usb-uart driver (LP: #1945938) + - SAUCE: xr-usb-serial: remove driver + - [Config] update modules list + + * Packaging resync (LP: #1786013) + - debian/dkms-versions -- update from kernel-versions (main/master) + + * Miscellaneous Ubuntu changes + - rebase to v5.15-rc6 + - [Config] update config & annotations following v5.15-rc6 rebase + + * Miscellaneous upstream changes + - Revert "UBUNTU: SAUCE: xr-usb-serial: switch to tty_alloc_driver() and + tty_driver_kref_put()" + - Revert "UBUNTU: SAUCE: xr-usb-serial: update return code for + xr_usb_serial_tty_write_room() and xr_usb_serial_tty_chars_in_buffer()" + - Revert "UBUNTU: [Packaging] FTBFS: disable zfs" + + [ Upstream Kernel Changes ] + + * Rebase to v5.15-rc6 + + -- Paolo Pisati Mon, 18 Oct 2021 12:24:45 +0200 + +linux-unstable (5.15.0-5.5) impish; urgency=medium + + * impish/linux-unstable: 5.15.0-5.5 -proposed tracker (LP: #1946338) + + * Miscellaneous Ubuntu changes + - rebase to v5.15-rc5 + - [Config] FB_SIMPLE=m + - [Config] update annotations + + [ Upstream Kernel Changes ] + + * Rebase to v5.15-rc5 + + -- Paolo Pisati Mon, 11 Oct 2021 12:14:02 +0200 + +linux-unstable (5.15.0-4.4) impish; urgency=medium + + * impish/linux-unstable: 5.15.0-4.4 -proposed tracker (LP: #1945953) + + * Fix missing HDMI audio on Intel RKL (LP: #1945556) + - drm/i915/audio: Use BIOS provided value for RKL HDA link + + * Miscellaneous Ubuntu changes + - SAUCE: media: atomisp: add missing return type (fix -Werror=return-type) + - SAUCE: xr-usb-serial: switch to tty_alloc_driver() and tty_driver_kref_put() + - rebase to v5.15-rc4 + + * Miscellaneous upstream changes + - Revert "UBUNTU: [Config] FTBFS: disable INTEL_ATOMISP" + - Revert "UBUNTU: [Config] FTBFS: disable xr-usb-serial" + + [ Upstream Kernel Changes ] + + * Rebase to v5.15-rc4 + + -- Paolo Pisati Mon, 04 Oct 2021 10:52:41 +0200 + +linux-unstable (5.15.0-3.3) impish; urgency=medium + + * impish/linux-unstable: 5.15.0-3.3 -proposed tracker (LP: #1944944) + + * Packaging resync (LP: #1786013) + - debian/dkms-versions -- update from kernel-versions (main/master) + + * Miscellaneous Ubuntu changes + - rebase to v5.15-rc3 + - [Config] updateconfigs following v5.15-rc3 rebase + - [Packaging] correctly evaluate release in update-dkms-versions + + [ Upstream Kernel Changes ] + + * Rebase to v5.15-rc3 + + -- Paolo Pisati Mon, 27 Sep 2021 16:48:03 +0200 + +linux-unstable (5.15.0-2.2) impish; urgency=medium + + * impish/linux-unstable: 5.15.0-2.2 -proposed tracker (LP: #1944423) + + * Miscellaneous Ubuntu changes + - rebase to v5.15-rc2 + - [Config] updateconfigs following v5.15-rc2 rebase + + [ Upstream Kernel Changes ] + + * Rebase to v5.15-rc2 + + -- Paolo Pisati Tue, 21 Sep 2021 11:46:59 +0200 + +linux-unstable (5.15.0-1.1) impish; urgency=medium + + * Packaging resync (LP: #1786013) + - debian/dkms-versions -- update from kernel-versions (main/master) + + * LRMv5: switch primary version handling to kernel-versions data set + (LP: #1928921) + - [Packaging] switch to kernel-versions + + * Miscellaneous Ubuntu changes + - [Packaging] remove remaining references to ports + - [Packaging] drop x32 architecture configs + - [Config] mark CONFIG_BPF_UNPRIV_DEFAULT_OFF enforced + - [Packaging] bump kernel version to 5.15 + - rebase to v5.15-rc1 + - [Config] updateconfigs following v5.15-rc1 rebase + - [Config] FTBFS: disable INTEL_ATOMISP + - [Config] FTBFS: disable xr-usb-serial + - [Packaging] FTBFS: disable zfs + + * Miscellaneous upstream changes + - Revert "r8169: avoid link-up interrupt issue on RTL8106e if user enables + ASPM" + - Revert "UBUNTU: SAUCE: RDMA/core: Introduce peer memory interface" + + [ Upstream Kernel Changes ] + + * Rebase to v5.15-rc1 + + -- Paolo Pisati Fri, 17 Sep 2021 11:42:25 +0200 + +linux-unstable (5.15.0-0.0) impish; urgency=medium + + * Empty entry + + -- Paolo Pisati Wed, 15 Sep 2021 11:54:10 +0200 + +linux-unstable (5.14.0-9.9) impish; urgency=medium + + * impish/linux-unstable: 5.14.0-9.9 -proposed tracker (LP: #1943022) + + * Packaging resync (LP: #1786013) + - update dkms package versions + + * Miscellaneous Ubuntu changes + - [Packaging] NVIDIA -- Add the NVIDIA 470 driver + - [Packaging] NVIDIA: transition -460 and -465 to -470, transition -460-server + to -470-server + + * Miscellaneous upstream changes + - vt_kdsetmode: extend console locking + - Bluetooth: btusb: check conditions before enabling USB ALT 3 for WBS + - net: dsa: mt7530: fix VLAN traffic leaks again + - btrfs: fix NULL pointer dereference when deleting device by invalid id + - Revert "floppy: reintroduce O_NDELAY fix" + - fscrypt: add fscrypt_symlink_getattr() for computing st_size + - ext4: report correct st_size for encrypted symlinks + - f2fs: report correct st_size for encrypted symlinks + - ubifs: report correct st_size for encrypted symlinks + - net: don't unconditionally copy_from_user a struct ifreq for socket ioctls + - audit: move put_tree() to avoid trim_trees refcount underflow and UAF + - Linux 5.14.1 + + -- Paolo Pisati Wed, 08 Sep 2021 12:20:18 +0200 + +linux-unstable (5.14.0-8.8) impish; urgency=medium + + * impish/linux-unstable: 5.14.0-8.8 -proposed tracker (LP: #1941887) + + * Fix Intel AC9560 BT function cannot turn on if BT turn off before S3 entry + (LP: #1941696) + - SAUCE: Bluetooth: btusb: add a reject table to disable msft + + * Add USB4 support for AMD SoC (LP: #1941036) + - thunderbolt: Add vendor specific NHI quirk for auto-clearing interrupt + status + - thunderbolt: Handle ring interrupt by reading interrupt status register + - thunderbolt: Do not read control adapter config space + - thunderbolt: Fix port linking by checking all adapters + + * Support builtin revoked certificates (LP: #1932029) + - [Config] Enforce SYSTEM_TRUSTED_KEYS and SYSTEM_REVOCATION_KEYS + + * GPIO error logs in start and dmesg after update of kernel (LP: #1937897) + - ODM: mfd: Check AAEON BFPI version before adding device + + * initramfs-tools & kernel: use zstd as the default compression method + (LP: #1931725) + - [Config] enforce ZSTD compression + + * Miscellaneous Ubuntu changes + - rebase to v5.14 + - [Config] RESET_MCHP_SPARX5 depends on ARCH_SPARX5 + + * Miscellaneous upstream changes + - Revert "UBUNTU: [Packaging] FTBFS: disable zfs" + + [ Upstream Kernel Changes ] + + * Rebase to v5.14 + + -- Paolo Pisati Mon, 30 Aug 2021 12:57:19 +0200 + +linux-unstable (5.14.0-7.7) impish; urgency=medium + + * Please enable CONFIG_UBSAN_BOUNDS (LP: #1914685) + - [Config] Enable CONFIG_UBSAN_BOUNDS + + * CONFIG_HARDENED_USERCOPY_FALLBACK should be disabled (LP: #1855340) + - [Config] Disable CONFIG_HARDENED_USERCOPY_FALLBACK + + * fs: removing mandatory locks (LP: #1940392) + - [Config] Disable CONFIG_MANDATORY_FILE_LOCKING + + * Fix kernel panic caused by legacy devices on AMD platforms (LP: #1936682) + - SAUCE: iommu/amd: Keep swiotlb enabled to ensure devices with 32bit DMA + still work + + * ALSA: hda/cs8409: Add support for dolphin (LP: #1939541) + - ALSA: hda/cirrus: Move CS8409 HDA bridge to separate module + - ALSA: hda/cs8409: Move arrays of configuration to a new file + - ALSA: hda/cs8409: Use enums for register names and coefficients + - ALSA: hda/cs8409: Mask all CS42L42 interrupts on initialization + - ALSA: hda/cs8409: Reduce HS pops/clicks for Cyborg + - ALSA: hda/cs8409: Disable unnecessary Ring Sense for Cyborg/Warlock/Bullseye + - ALSA: hda/cs8409: Disable unsolicited responses during suspend + - ALSA: hda/cs8409: Disable unsolicited response for the first boot + - ALSA: hda/cs8409: Mask CS42L42 wake events + - ALSA: hda/cs8409: Simplify CS42L42 jack detect. + - ALSA: hda/cs8409: Prevent I2C access during suspend time + - ALSA: hda/cs8409: Generalize volume controls + - ALSA: hda/cs8409: Dont disable I2C clock between consecutive accesses + - ALSA: hda/cs8409: Avoid setting the same I2C address for every access + - ALSA: hda/cs8409: Avoid re-setting the same page as the last access + - ALSA: hda/cs8409: Support i2c bulk read/write functions + - ALSA: hda/cs8409: Separate CS8409, CS42L42 and project functions + - ALSA: hda/cs8409: Move codec properties to its own struct + - ALSA: hda/cs8409: Support multiple sub_codecs for Suspend/Resume/Unsol + events + - ALSA: hda/cs8409: Add Support to disable jack type detection for CS42L42 + - ALSA: hda/cs8409: Add support for dolphin + - ALSA: hda/cs8409: Enable Full Scale Volume for Line Out Codec on Dolphin + - ALSA: hda/cs8409: Set fixed sample rate of 48kHz for CS42L42 + - ALSA: hda/cs8409: Use timeout rather than retries for I2C transaction waits + - ALSA: hda/cs8409: Remove unnecessary delays + - ALSA: hda/cs8409: Follow correct CS42L42 power down sequence for suspend + - ALSA: hda/cs8409: Unmute/Mute codec when stream starts/stops + - ALSA: hda/cs8409: Prevent pops and clicks during suspend + - SAUCE: ALSA: hda/cs8409: Prevent pops and clicks during reboot + - [Config] Enable Cirrus Logic HDA bridge support + + * e1000e: add handshake with the Intel CSME to support S0ix (LP: #1937252) + - SAUCE: e1000e: Add handshake with the CSME to support S0ix + - SAUCE: e1000e: Add polling mechanism to indicate CSME DPG exit + - SAUCE: e1000e: Additional PHY power saving in S0ix + + * AMDGPU: Fix System hang after resume from suspend (LP: #1940204) + - SAUCE: drm/amdgpu: disable BACO support for 699F:C7 polaris12 SKU + temporarily + + * [Regression] Audio card [8086:9d71] not detected after upgrade from linux + 5.4 to 5.8 (LP: #1915117) + - [Config] set CONFIG_SND_SOC_INTEL_SKYLAKE_HDAUDIO_CODEC to y + + * Miscellaneous Ubuntu changes + - rebase to v5.14-rc7 + - [Config] updateconfigs following 5.14-rc7 rebase + - [Config] Enable CONFIG_RANDOMIZE_KSTACK_OFFSET_DEFAULT + - [Config] annotations: set CONFIG_RANDOMIZE_KSTACK_OFFSET_DEFAULT to y + + * Miscellaneous upstream changes + - Revert "UBUNTU: [Config] annotations: set + CONFIG_SND_SOC_INTEL_SKYLAKE_HDAUDIO_CODEC to y" + - Revert "UBUNTU: [Config] set CONFIG_SND_SOC_INTEL_SKYLAKE_HDAUDIO_CODEC to + y" + + [ Upstream Kernel Changes ] + + * Rebase to v5.14-rc7 + + -- Paolo Pisati Tue, 24 Aug 2021 10:32:31 +0200 + +linux-unstable (5.14.0-6.6) impish; urgency=medium + + * Miscellaneous Ubuntu changes + - no changes upload (to avoid picking up libc6 from -proposed) + + * No changes upload (to avoid picking up libc6 from -proposed) + + -- Paolo Pisati Wed, 18 Aug 2021 13:41:16 +0200 + +linux-unstable (5.14.0-5.5) impish; urgency=medium + + * disable “CONFIG_HISI_DMA” config for ubuntu version (LP: #1936771) + - [Config] Disable CONFIG_HISI_DMA + + * Dell XPS 17 (9710) PCI/internal sound card not detected (LP: #1935850) + - ASoC: Intel: sof_sdw: include rt711.h for RT711 JD mode + - ASoC: Intel: sof_sdw: add quirk for Dell XPS 9710 + + * [regression] USB device is not detected during boot (LP: #1939638) + - SAUCE: Revert "usb: core: reduce power-on-good delay time of root hub" + + * armhf build failure (LP: #1939308) + - SAUCE: arm: Fix instruction set selection for GCC 11 + + * REGRESSION: shiftfs lets sendfile fail with EINVAL (LP: #1939301) + - SAUCE: shiftfs: fix sendfile() invocations + + * Wobbly graphics on built-in display since linux-image-5.11.0-22-generic + (LP: #1936708) + - SAUCE: drm/i915/dp: Use max params for older panels + + * [SRU][H/OEM-5.10/OEM-5.13/U] Fix system hang after unplug tbt dock + (LP: #1938689) + - SAUCE: igc: fix page fault when thunderbolt is unplugged + + * e1000e blocks the boot process when it tried to write checksum to its NVM + (LP: #1936998) + - SAUCE: e1000e: Do not take care about recovery NVM checksum + + * [Regression] Audio card [8086:9d71] not detected after upgrade from linux + 5.4 to 5.8 (LP: #1915117) + - [Config] set CONFIG_SND_SOC_INTEL_SKYLAKE_HDAUDIO_CODEC to y + - [Config] annotations: set CONFIG_SND_SOC_INTEL_SKYLAKE_HDAUDIO_CODEC to y + + * Miscellaneous Ubuntu changes + - [Config] updateconfigs following 5.14-rc6 rebase + - rebase to v5.14-rc6 + + [ Upstream Kernel Changes ] + + * Rebase to v5.14-rc6 + + -- Paolo Pisati Tue, 17 Aug 2021 17:49:15 +0200 + +linux-unstable (5.14.0-4.4) impish; urgency=medium + + * impish/linux-unstable: 5.14.0-4.4 -proposed tracker (LP: #1938566) + + * Packaging resync (LP: #1786013) + - update dkms package versions + + * Miscellaneous upstream changes + - Revert "riscv: Get CPU manufacturer information" + + -- Paolo Pisati Tue, 03 Aug 2021 14:50:27 +0200 + +linux-unstable (5.14.0-3.3) impish; urgency=medium + + * Add additional Mediatek MT7921 WiFi/BT device IDs (LP: #1937004) + - SAUCE: Bluetooth: btusb: Add Mediatek MT7921 support for Foxconn + - SAUCE: Bluetooth: btusb: Add Mediatek MT7921 support for IMC Network + - SAUCE: Bluetooth: btusb: Add support for Foxconn Mediatek Chip + + * Fix display output on HP hybrid GFX laptops (LP: #1936296) + - drm/i915: Invoke another _DSM to enable MUX on HP Workstation laptops + + * Miscellaneous Ubuntu changes + - rebase to v5.14-rc3 + - [Config] updateconfigs following 5.14-rc3 rebase + + [ Upstream Kernel Changes ] + + * Rebase to v5.14-rc3 + + -- Paolo Pisati Mon, 26 Jul 2021 12:52:38 +0200 + +linux-unstable (5.14.0-2.2) impish; urgency=medium + + * Packaging resync (LP: #1786013) + - update dkms package versions + + * Miscellaneous Ubuntu changes + - SAUCE: xr-usb-serial: update return code for xr_usb_serial_tty_write_room() + and xr_usb_serial_tty_chars_in_buffer() + - SAUCE: platform/x86: dell-uart-backlight: update return code for + uart_chars_in_buffer(() + - [Config] updateconfigs following 5.14-rc2 rebase + + * Miscellaneous upstream changes + - Revert "UBUNTU: [Config] FTBFS: disable ubuntu/xr-usb-serial" + - Revert "UBUNTU: [Config] FTBFS: disable DELL_UART_BACKLIGHT" + + [ Upstream Kernel Changes ] + + * Rebase to v5.14-rc2 + + -- Paolo Pisati Thu, 22 Jul 2021 11:03:28 +0200 + +linux-unstable (5.14.0-1.1) impish; urgency=medium + + * Packaging resync (LP: #1786013) + - update dkms package versions + + * Miscellaneous Ubuntu changes + - [Packaging] bump kernel version to 5.14 + - [Config] updateconfigs following 5.14-rc1 rebase + - [Config] update annotations + - [Packaging] FTBFS: disable zfs + - [Config] FTBFS: disable DELL_UART_BACKLIGHT + - [Config] FTBFS: disable ubuntu/xr-usb-serial + + * Miscellaneous upstream changes + - Revert "UBUNTU: [Packaging] update variants" + + [ Upstream Kernel Changes ] + + * Rebase to v5.14-rc1 + + -- Paolo Pisati Fri, 16 Jul 2021 15:20:04 +0200 + +linux-unstable (5.14.0-0.0) impish; urgency=medium + + * Empty entry + + -- Paolo Pisati Tue, 13 Jul 2021 12:15:35 +0200 + +linux (5.13.0-11.11) impish; urgency=medium + + * impish/linux: 5.13.0-11.11 -proposed tracker (LP: #1933854) + + * Packaging resync (LP: #1786013) + - [Packaging] update variants + + * Support builtin revoked certificates (LP: #1932029) + - [Packaging] build canonical-revoked-certs.pem from branch/arch certs + - [Packaging] Revoke 2012 UEFI signing certificate as built-in + - [Config] Configure CONFIG_SYSTEM_REVOCATION_KEYS with revoked keys + + * Miscellaneous Ubuntu changes + - [Packaging] Change source package name to linux + + * Miscellaneous upstream changes + - mm/page_alloc: Correct return value of populated elements if bulk array is + populated + + -- Andrea Righi Tue, 29 Jun 2021 07:50:25 +0200 + +linux (5.13.0-10.10) impish; urgency=medium + + * Empty entry + + -- Andrea Righi Mon, 28 Jun 2021 08:40:05 +0200 + +linux-unstable (5.13.0-10.10) impish; urgency=medium + + * impish/linux-unstable: 5.13.0-10.10 -proposed tracker (LP: #1933795) + + * Pixel format change broken for Elgato Cam Link 4K (LP: #1932367) + - media: uvcvideo: Fix pixel format change for Elgato Cam Link 4K + + * initramfs-tools & kernel: use zstd as the default compression method + (LP: #1931725) + - s390/decompressor: correct BOOT_HEAP_SIZE condition + - s390/boot: add zstd support + - [Packaging] use ZSTD to compress s390 kernels + + * Miscellaneous Ubuntu changes + - SAUCE: selftests: tls: fix chacha+bidir tests + - SAUCE: selftests: icmp_redirect: support expected failures + - [Config] update configs and annotations after rebase to 5.13 + + * Miscellaneous upstream changes + - tls: prevent oversized sendfile() hangs by ignoring MSG_MORE + + [ Upstream Kernel Changes ] + + * Rebase to v5.13 + + -- Andrea Righi Mon, 28 Jun 2021 08:40:05 +0200 + +linux-unstable (5.13.0-9.9) impish; urgency=medium + + * impish/linux-unstable: 5.13.0-9.9 -proposed tracker (LP: #1933070) + + * Add support for selective build of special drivers (LP: #1912789) + - [Packaging] Add support for ODM drivers + - [Packaging] Turn on ODM support for amd64 + - [Packaging] Fix ODM support in actual build + - [Packaging] Fix ODM DRIVERS Kconfig + + * Add support for IO functions of AAEON devices (LP: #1929504) + - ODM: [Config] update config for AAEON devices + - ODM: hwmon: add driver for AAEON devices + - ODM: leds: add driver for AAEON devices + - ODM: watchdog: add driver for AAEON devices + - ODM: gpio: add driver for AAEON devices + - ODM: mfd: Add support for IO functions of AAEON devices + + * Disable hv-kvp-daemon.service on certain instance types (LP: #1932081) + - [Packaging]: Add kernel command line condition to hv-kvp-daemon service + + * Fix non-working GPU on Some HP desktops (LP: #1931147) + - PCI: Coalesce host bridge contiguous apertures + + * Miscellaneous Ubuntu changes + - SAUCE: selftests: seccomp: bump up timeout to 5min + - SAUCE: Revert "net/tls(TLS_SW): Add selftest for 'chunked' sendfile test" + - [Config] update annotations after rebase to 5.13-rc7 + + [ Upstream Kernel Changes ] + + * Rebase to v5.13-rc7 + + -- Andrea Righi Mon, 21 Jun 2021 10:55:36 +0200 + +linux-unstable (5.13.0-8.8) impish; urgency=medium + + * impish/linux-unstable: 5.13.0-8.8 -proposed tracker (LP: #1932018) + + * Packaging resync (LP: #1786013) + - update dkms package versions + + * initramfs-tools & kernel: use zstd as the default compression method + (LP: #1931725) + - [Config] use ZSTD to compress amd64 kernels + + * Miscellaneous Ubuntu changes + - [Config] enable signing for ppc64el + - SAUCE: powerpc: Fix initrd corruption with relative jump labels + + -- Andrea Righi Tue, 15 Jun 2021 15:07:34 +0200 + +linux-unstable (5.13.0-7.7) impish; urgency=medium + + * impish/linux-unstable: 5.13.0-7.7 -proposed tracker (LP: #1931840) + + * Packaging resync (LP: #1786013) + - update dkms package versions + - [Packaging] resync getabis + - [Packaging] update helper scripts + - update dkms package versions + + * Intel ADL-S graphics feature enabling (LP: #1931240) + - SAUCE: drm/i915/adl_s: ADL-S platform Update PCI ids for Mobile BGA + + * Kernel package builds running out of space on builders (LP: #1930713) + - [Config] CONFIG_DEBUG_INFO_COMPRESSED=n + + * Miscellaneous Ubuntu changes + - [Debian] remove nvidia dkms build support + - [Config] remove now unsued do_dkms_nvidia* build variables + - [Config] enable signing for s390x + - [Config] update annotations after configs review + - [Config] update toolchain versions + + [ Upstream Kernel Changes ] + + * Rebase to v5.13-rc6 + + -- Andrea Righi Mon, 14 Jun 2021 11:53:08 +0200 + +linux-unstable (5.13.0-6.6) impish; urgency=medium + + * impish/linux-unstable: 5.13.0-6.6 -proposed tracker (LP: #1931071) + + * Kernel package builds running out of space on builders (LP: #1930713) + - [Debian] use stamps for flavour install targets + - [Debian] run install-$(flavour) targets during build phase + - [Debian] remove dh_testroot from install targets + - [Debian] dkms-build -- use fakeroot if not running as root + - [Debian] exclude $(DEBIAN)/__abi.current from linux-source + + * [UBUNTU 21.04] tools/kvm_stat: Add restart delay (LP: #1921870) + - [Debian] install kvm_stat systemd service + + * Debugging symbols (dbgsym) packages are missing GDB kernel scripts + (LP: #1928715) + - [Packaging] Build and include GDB Python scripts into debug packages + + * Can't detect intel wifi 6235 (LP: #1920180) + - SAUCE: iwlwifi: add new pci id for 6235 + + * Select correct boot VGA when BIOS doesn't do it properly (LP: #1929217) + - vgaarb: Use ACPI HID name to find integrated GPU + + * Fix kernel panic on Intel Bluetooth (LP: #1928838) + - Bluetooth: Shutdown controller after workqueues are flushed or cancelled + + * build module CONFIG_SND_SOC_INTEL_SOUNDWIRE_SOF_MACH=m for 5.11, 5.13-rc2 + and later (LP: #1921632) + - [Config] enable soundwire audio mach driver + + * Miscellaneous Ubuntu changes + - [Config] CONFIG_SND_SOC_RT1308 can only be enabled on amd64 + + [ Upstream Kernel Changes ] + + * Rebase to v5.13-rc5 + + -- Andrea Righi Mon, 07 Jun 2021 10:45:13 +0200 + +linux-unstable (5.13.0-5.5) impish; urgency=medium + + * impish/linux-unstable: 5.13.0-5.5 -proposed tracker (LP: #1930205) + + * Packaging resync (LP: #1786013) + - update dkms package versions + + * Miscellaneous Ubuntu changes + - [Config] set CONFIG_BPF_UNPRIV_DEFAULT_OFF=y + + -- Andrea Righi Mon, 31 May 2021 12:32:38 +0200 + +linux-unstable (5.13.0-4.4) impish; urgency=medium + + * impish/linux-unstable: 5.13.0-4.4 -proposed tracker (LP: #1929404) + + * Packaging resync (LP: #1786013) + - update dkms package versions + + * Support importing mokx keys into revocation list from the mok table + (LP: #1928679) + - SAUCE: integrity: add informational messages when revoking certs + + * Support importing mokx keys into revocation list from the mok table + (LP: #1928679) // CVE-2020-26541 when certificates are revoked via + MokListXRT. + - SAUCE: integrity: Load mokx certs from the EFI MOK config table + + * Miscellaneous Ubuntu changes + - [Config] Temporarily disable signing for ppc64el and s390x + - SAUCE: Revert "UBUNTU: SAUCE: overlayfs: Be more careful about copying up + sxid files" + - SAUCE: Revert "UBUNTU: SAUCE: overlayfs: Propogate nosuid from lower and + upper mounts" + - SAUCE: Revert "UBUNTU: SAUCE: overlayfs: Enable user namespace mounts" + - SAUCE: Revert "UBUNTU: SAUCE: overlayfs: ensure mounter privileges when + reading directories" + - SAUCE: Revert "UBUNTU: SAUCE: fs: Move SB_I_NOSUID to the top of s_iflags" + + [ Upstream Kernel Changes ] + + * Rebase to v5.13-rc3 + + -- Andrea Righi Mon, 24 May 2021 13:06:17 +0200 + +linux-unstable (5.13.0-3.3) impish; urgency=medium + + * impish/linux-unstable: 5.13.0-3.3 -proposed tracker (LP: #1928655) + + [ Upstream Kernel Changes ] + + * Rebase to v5.13-rc2 + + -- Andrea Righi Mon, 17 May 2021 11:55:02 +0200 + +linux-unstable (5.13.0-2.2) impish; urgency=medium + + * Miscellaneous Ubuntu changes + - [Config] enable CONFIG_DEBUG_INFO_COMPRESSED + + * Miscellaneous upstream changes + - Revert "UBUNTU: [Config] temporarily disable BPF JIT" + + -- Andrea Righi Fri, 14 May 2021 09:19:02 +0200 + +linux-unstable (5.13.0-1.1) impish; urgency=medium + + [ Upstream Kernel Changes ] + + * Rebase to v5.13-rc1 + + -- Andrea Righi Wed, 12 May 2021 11:35:23 +0200 + +linux-unstable (5.13.0-0.0) impish; urgency=medium + + * Empty entry + + -- Andrea Righi Tue, 11 May 2021 08:40:09 +0200 + +linux-unstable (5.12.0-11.11) impish; urgency=medium + + * Impish update: v5.12.1 upstream stable release (LP: #1927094) + - net: hso: fix NULL-deref on disconnect regression + - USB: CDC-ACM: fix poison/unpoison imbalance + - iwlwifi: Fix softirq/hardirq disabling in iwl_pcie_gen2_enqueue_hcmd() + - cfg80211: fix locking in netlink owner interface destruction + - mei: me: add Alder Lake P device id. + - Linux 5.12.1 + + * Packaging resync (LP: #1786013) // Impish update: v5.12.1 upstream stable + release (LP: #1927094) + - update dkms package versions + + * Gigabyte R120-T33 (ARM ThunderX SoC) fails to boot in ACPI mode + (LP: #1925075) // Impish update: v5.12.1 upstream stable release + (LP: #1927094) + - ACPI: GTDT: Don't corrupt interrupt mappings on watchdow probe failure + + * Fix kernel panic at boot on dual GFX systems (LP: #1926792) // Impish + update: v5.12.1 upstream stable release (LP: #1927094) + - drm/amdgpu: Register VGA clients after init can no longer fail + + * On TGL platforms screen shows garbage when browsing website by scrolling + mouse (LP: #1926579) // Impish update: v5.12.1 upstream stable release + (LP: #1927094) + - SAUCE: drm/i915/display: Disable PSR2 if TGL Display stepping is B1 from A0 + + * CirrusLogic: Cracking noises appears in built-in speaker when output volume + is set >80% (LP: #1924997) // Impish update: v5.12.1 upstream stable release + (LP: #1927094) + - SAUCE: ALSA: hda/cirrus: Use CS8409 Equalizer to fix abnormal sounds on + Bullseye + + * Enable mute/micmute LEDs and limit mic boost on EliteBook 845 G8 + (LP: #1925415) // Impish update: v5.12.1 upstream stable release + (LP: #1927094) + - ALSA: hda/realtek: Enable mute/micmute LEDs and limit mic boost on EliteBook + 845 G8 + + * Miscellaneous upstream changes + - Revert "UBUNTU: SAUCE: PCI: Disable broken RTIT_BAR of Intel TH" + - Revert "UBUNTU: [Config] temporarily disable ZFS" + + -- Paolo Pisati Tue, 04 May 2021 18:35:54 +0200 + +linux-unstable (5.12.0-10.10) impish; urgency=medium + + * Packaging resync (LP: #1786013) + - update dkms package versions + + * Miscellaneous Ubuntu changes + - [Packaging] Drop versioned ABI directory names + - [Packaging] getabis: Download ABIs into an unversioned directory + - [Packaging] final-checks: Handle unversioned ABI directories + - bump to impish + - [Config] GCC version update + + -- Paolo Pisati Thu, 29 Apr 2021 12:27:20 +0200 + +linux-unstable (5.12.0-9.9) impish; urgency=medium + + [ Upstream Kernel Changes ] + + * Rebase to v5.12-rc8 + + -- Seth Forshee Mon, 26 Apr 2021 11:14:16 -0500 + +linux-unstable (5.12.0-8.8) hirsute; urgency=medium + + * CVE-2021-3492 + - SAUCE: shiftfs: free allocated memory in shiftfs_btrfs_ioctl_fd_replace() + error paths + - SAUCE: shiftfs: handle copy_to_user() return values correctly + + * Fix no picture from HDMI when it's plugged after boot (LP: #1924238) + - drm/i915/display: Handle lane polarity for DDI port + + * hirsute beta desktop AMD64 ISO kernel panic on boot when booting using UEFI + (LP: #1922403) + - SAUCE: efifb: Check efifb_pci_dev before using it + + * Miscellaneous Ubuntu changes + - Rebase to v5.12-rc8 + - [Config] updateconfigs following 5.12-rc8 rebase + + [ Upstream Kernel Changes ] + + * Rebase to v5.12-rc8 + + -- Paolo Pisati Mon, 19 Apr 2021 11:37:27 +0200 + +linux-unstable (5.12.0-7.7) hirsute; urgency=medium + + * drm/i915: Drop force_probe requirement for Rocket Lake (LP: #1905466) + - drm/i915/rkl: Remove require_force_probe protection + + * HP m400 cartridges fail to find NIC when deploying hirsute (LP: #1918793) + - PCI: xgene: Fix cfg resource mapping + + * Update - Fix no screen show on display after S3 on CML-R (LP: #1922768) + - drm/i915/gen9bc: Handle TGP PCH during suspend/resume + + * Miscellaneous Ubuntu changes + - SAUCE: RDMA/core: Introduce peer memory interface + - Rebase to v5.12-rc7 + + [ Upstream Kernel Changes ] + + * Rebase to v5.12-rc7 + + -- Paolo Pisati Mon, 12 Apr 2021 11:48:07 +0200 + +linux-unstable (5.12.0-6.6) hirsute; urgency=medium + + * Packaging resync (LP: #1786013) + - [Packaging] update variants + + * i915 doesn't support some high pixel clock 4k * 60Hz monitors (LP: #1922372) + - drm/i915/vbt: update DP max link rate table + + * Tegra "mmc0: Timeout waiting for hardware interrupt" (LP: #1921140) + - SAUCE: mmc: host: Add required callbacks to set/clear CQE_EN bit + + * Enable ath11k debugfs/tracing (LP: #1922033) + - [Config] enable ath11k debugfs/tracing + + * Fix mic on P620 after S3 resume (LP: #1921757) + - ALSA: usb-audio: Carve out connector value checking into a helper + - ALSA: usb-audio: Check connector value on resume + + * Miscellaneous Ubuntu changes + - [Config] amd64,arm64: build KFENCE support but disable it by default + (KFENCE_SAMPLE_INTERVAL=0) + - Rebase to v5.12-rc6 + + * Miscellaneous upstream changes + - drm/dp: add MSO related DPCD registers + - drm/i915/edp: reject modes with dimensions other than fixed mode + - drm/i915/edp: always add fixed mode to probed modes in ->get_modes() + - drm/i915/edp: read sink MSO configuration for eDP 1.4+ + - drm/i915/reg: add stream splitter configuration definitions + - drm/i915/mso: add splitter state readout for platforms that support it + - drm/i915/mso: add splitter state check + - drm/i915/edp: modify fixed and downclock modes for MSO + - drm/i915/edp: enable eDP MSO during link training + + [ Upstream Kernel Changes ] + + * Rebase to v5.12-rc6 + + -- Paolo Pisati Wed, 07 Apr 2021 11:42:55 +0200 + +linux-unstable (5.12.0-5.5) hirsute; urgency=medium + + * Packaging resync (LP: #1786013) + - update dkms package versions + + * alsa/realtek: extend the delay time in the determine_headset_type for a + Dell AIO (LP: #1920747) + - SAUCE: ALSA: hda/realtek: fix a determine_headset_type issue for a Dell AIO + + * power off stress test will hang on the TGL machines (LP: #1919930) + - SAUCE: ASoC: SOF: Intel: TGL: set shutdown callback to hda_dsp_shutdown + - [Config] set SND_SOC_SOF_HDA_ALWAYS_ENABLE_DMI_L1 to n + + * lockdown on power (LP: #1855668) + - SAUCE: (lockdown) powerpc: lock down kernel in secure boot mode + + * Miscellaneous Ubuntu changes + - [Config] arm64 -- unify build_image and kernel_file values + - SAUCE: (lockdown) Add efi_status_to_str() and rework efi_status_to_err(). + - SAUCE: (lockdown) Make get_cert_list() use efi_status_to_str() to print + error messages. + - SAUCE: (lockdown) security: lockdown: expose a hook to lock the kernel down + - SAUCE: (lockdown) efi: Add an EFI_SECURE_BOOT flag to indicate secure boot + mode + - SAUCE: (lockdown) efi: Lock down the kernel if booted in secure boot mode + - SAUCE: (lockdown) s390: Lock down the kernel when the IPL secure flag is set + - SAUCE: (lockdown) KEYS: Make use of platform keyring for module signature + verify + - SAUCE: (lockdown) arm64: Allow locking down the kernel under EFI secure boot + - SAUCE: (lockdown) security: lockdown: Make + CONFIG_LOCK_DOWN_IN_EFI_SECURE_BOOT more generic + - SAUCE: xr-usb-serial: clean up indentation + - SAUCE: xr-usb-serial: clean up build warnings + - SAUCE: apparmor: Fix build error, make sk parameter const + - Rebase to v5.12-rc5 + - [Config] updateconfigs following v5.12-rc5 rebase + + * Miscellaneous upstream changes + - Revert "UBUNTU: SAUCE: (lockdown) s390: Lock down the kernel when the IPL + secure flag is set" + - Revert "UBUNTU: SAUCE: (lockdown) efi: Add an EFI_SECURE_BOOT flag to + indicate secure boot mode" + - Revert "UBUNTU: SAUCE: (lockdown) powerpc: lock down kernel in secure boot + mode" + - Revert "UBUNTU: SAUCE: (lockdown) security: lockdown: Make + CONFIG_LOCK_DOWN_IN_EFI_SECURE_BOOT more generic" + - Revert "UBUNTU: SAUCE: (lockdown) arm64: Allow locking down the kernel under + EFI secure boot" + - Revert "UBUNTU: SAUCE: (lockdown) KEYS: Make use of platform keyring for + module signature verify" + - Revert "UBUNTU: SAUCE: (lockdown) efi: Lock down the kernel if booted in + secure boot mode" + - Revert "UBUNTU: SAUCE: (lockdown) security: lockdown: expose a hook to lock + the kernel down" + - Revert "UBUNTU: SAUCE: (lockdown) Make get_cert_list() use + efi_status_to_str() to print error messages." + - Revert "UBUNTU: SAUCE: (lockdown) Add efi_status_to_str() and rework + efi_status_to_err()." + + [ Upstream Kernel Changes ] + + * Rebase to v5.12-rc5 + + -- Paolo Pisati Mon, 29 Mar 2021 12:59:38 +0200 + +linux-unstable (5.12.0-4.4) hirsute; urgency=medium + + * Packaging resync (LP: #1786013) + - update dkms package versions + + * Fix broken efifb on graphics device without driver (LP: #1914411) + - SAUCE: efifb: Ensure graphics device for efifb stays at PCI D0 + + * Fix system sleep on TGL systems with Intel ME (LP: #1919321) + - SAUCE: PCI: Serialize TGL e1000e PM ops + + * Miscellaneous Ubuntu changes + - Rebase to v5.12-rc4 + - [Config] updateconfigs following v5.12-rc4 rebase + + * Miscellaneous upstream changes + - riscv: dts: fu740: fix cache-controller interrupts + - riscv: sifive: fu740: cpu{1, 2, 3, 4} set compatible to sifive, u74-mc + - riscv: sifive: unmatched: update for 16GB rev3 + - riscv: Add 3 SBI wrapper functions to get cpu manufacturer information + - riscv: Get CPU manufacturer information + - riscv: Introduce alternative mechanism to apply errata solution + - riscv: sifive: apply errata "cip-453" patch + - clk: sifive: Add pcie_aux clock in prci driver for PCIe driver + - clk: sifive: Use reset-simple in prci driver for PCIe driver + - MAINTAINERS: Add maintainers for SiFive FU740 PCIe driver + - dt-bindings: PCI: Add SiFive FU740 PCIe host controller + - PCI: designware: Add SiFive FU740 PCIe host controller driver + - riscv: dts: Add PCIe support for the SiFive FU740-C000 SoC + + [ Upstream Kernel Changes ] + + * Rebase to v5.12-rc4 + + -- Paolo Pisati Mon, 22 Mar 2021 12:43:14 +0100 + +linux-unstable (5.12.0-3.3) hirsute; urgency=medium + + * riscv: revert SiFive Unleashed CPUFreq (LP: #1917433) + - SAUCE: Revert "SiFive Unleashed CPUFreq" + + * Dell Precision 5550 takes up to 10 seconds to respond when coming out of + sleep (LP: #1919123) + - SAUCE: Input: i8042 - add dmi quirk + + * LRMv4: switch to signing nvidia modules via the Ubuntu Modules signing key + (LP: #1918134) + - [Packaging] sync dkms-build et al from LRMv4 + + * curtin: install flash-kernel in arm64 UEFI unexpected (LP: #1918427) + - [Packaging] Allow grub-efi-arm* to satisfy recommends on ARM + + * Packaging resync (LP: #1786013) + - update dkms package versions + + * Enable Tegra support in arm64 for NVIDIA Jetson (LP: #1918471) + - [Config] enable ARCH_TEGRA and all Tegra SOC's + - [Packaging] include modern Tegra modules + + * Cirrus Audio Codec CS8409/CS42L42: Input Device does not switch to headset + Mic when a headset is inserted (LP: #1918378) + - SAUCE: ALSA: hda/cirrus: Fix Headset Mic volume control name + + * Cirrus Audio Codec CS8409/CS42L42 support (LP: #1916554) + - ALSA: hda/cirrus: Increase AUTO_CFG_MAX_INS from 8 to 18 + - ALSA: hda/cirrus: Add support for CS8409 HDA bridge and CS42L42 companion + codec. + - ALSA: hda/cirrus: Add jack detect interrupt support from CS42L42 companion + codec. + - ALSA: hda/cirrus: Add Headphone and Headset MIC Volume Control + + * drm/i915: Drop force_probe requirement for JSL (LP: #1917843) + - SAUCE: drm/i915: Drop require_force_probe from JSL + + * Miscellaneous Ubuntu changes + - [Packaging] Skip d-i code if udebs are disabled + - [Packaging] Disable udebs if $DEBIAN/d-i doesn't exist + - [Packaging] remove dh-systemd build dependency + - [Config] fix several annotaions with enforcement typos + - [Config] refresh annotations + - [Config] updateconfigs following v5.12-rc3 rebase + - annotations: fixup after v5.12-rc3 rebase + - Rebase to v5.12-rc3 + + [ Upstream Kernel Changes ] + + * Rebase to v5.12-rc3 + + -- Paolo Pisati Tue, 16 Mar 2021 18:43:03 +0100 + +linux-unstable (5.12.0-2.2) hirsute; urgency=medium + + * Miscellaneous Ubuntu changes + - Rebase to v5.12-rc2 + - [Config] updateconfigs following v5.12-rc2 rebase + + [ Upstream Kernel Changes ] + + * Rebase to v5.12-rc2 + + -- Paolo Pisati Mon, 08 Mar 2021 11:22:04 +0100 + +linux-unstable (5.12.0-1.1) hirsute; urgency=medium + + * Packaging resync (LP: #1786013) + - update dkms package versions + + * Support no udeb profile (LP: #1916095) + - [Packaging] replace custom filter script with dctrl-tools + - [Packaging] correctly implement noudeb build profiles. + + * Miscellaneous Ubuntu changes + - [Packaging] dkms-versions -- remove nvidia-graphics-drivers-440-server + - [Debian] run ubuntu-regression-suite for linux-unstable + - [Packaging] remove Provides: aufs-dkms + - [Config] update config and annotations following v5.12-rc1 rebase + - [Config] disable nvidia and nvidia_server builds + - [Config] temporarily disable ZFS + - temporarily disable modules check + - annotations: s390: temporarily remove CONFIG_KMSG_IDS + - [Config] amd64: FTBFS: disable HIO + - [Config] FTBFS: disable SHIFT_FS + - [Config] s390: temporarily remove CONFIG_KMSG_IDS + + * Miscellaneous upstream changes + - Revert "UBUNTU: [Config] disable nvidia and nvidia_server builds" + - Revert "UBUNTU: SAUCE: s390: kernel message catalog" + + [ Upstream Kernel Changes ] + + * Rebase to v5.12-rc1 + + -- Paolo Pisati Thu, 04 Mar 2021 18:26:12 +0100 + +linux-unstable (5.12.0-0.0) hirsute; urgency=medium + + * Empty entry + + -- Paolo Pisati Thu, 04 Mar 2021 18:17:32 +0100 + +linux-unstable (5.11.0-10.11) hirsute; urgency=medium + + * Packaging resync (LP: #1786013) + - [Packaging] update variants + + * Support CML-S CPU + TGP PCH (LP: #1909457) + - drm/i915/rkl: new rkl ddc map for different PCH + - SAUCE: drm/i915/gen9_bc : Add TGP PCH support + + * Use DCPD to control HP DreamColor panel (LP: #1911001) + - SAUCE: drm/dp: Another HP DreamColor panel brigntness fix + + * Update nvidia dkms build for module linker script changes + - [Packaging] build-dkms--nvidia-N -- Update for preprocessed module linker + script + + * Please trust Canonical Livepatch Service kmod signing key (LP: #1898716) + - [Config] enable CONFIG_MODVERSIONS=y + - [Packaging] build canonical-certs.pem from branch/arch certs + - [Config] add Canonical Livepatch Service key to SYSTEM_TRUSTED_KEYS + - [Config] add ubuntu-drivers key to SYSTEM_TRUSTED_KEYS + + * Miscellaneous Ubuntu changes + - [Config] re-enable nvidia dkms + - SAUCE: selftests: memory-hotplug: bump timeout to 10min + - [Debian] update-aufs.sh -- Don't apply tmpfs-idr.patch + - [Config] Update configs + - [Config] disable nvidia and nvidia_server builds + - SAUCE: Import aufs driver + - [Config] CONFIG_AUFS_FS=n + - [Config] refresh annotations file + - [Config] set CONFIG_MIPI_I3C_HCI=m consistently + - [Config] set CONFIG_PINCTRL_MSM8953=m on armhf generic-lpae + - [Packaging] Change source package name to linux-unstable + - [Config] update LD_VERSION in config due to toolchain update + + * Miscellaneous upstream changes + - Revert "UBUNTU: SAUCE: tmpfs: Don't use 64-bit inodes by defulat with 32-bit + ino_t" + + -- Andrea Righi Mon, 22 Feb 2021 07:18:07 +0100 + +linux-unstable (5.11.0-9.10) hirsute; urgency=medium + + * Empty entry + + -- Andrea Righi Mon, 22 Feb 2021 07:02:45 +0100 + +linux (5.11.0-9.10) hirsute; urgency=medium + + * Packaging resync (LP: #1786013) + - update dkms package versions + + * Miscellaneous Ubuntu changes + - [Config] update configs/annotations after rebase to 5.11 + - zfs-modules.ignore: add zzstd + + [ Upstream Kernel Changes ] + + * Rebase to v5.11 + + -- Andrea Righi Mon, 15 Feb 2021 16:29:36 +0100 + +linux (5.11.0-8.9) hirsute; urgency=medium + + * Missing device id for Intel TGL-H ISH [8086:43fc] in intel-ish-hid driver + (LP: #1914543) + - SAUCE: HID: intel-ish-hid: ipc: Add Tiger Lake H PCI device ID + + * Add support for new Realtek ethernet NIC (LP: #1914604) + - r8169: Add support for another RTL8168FP + + * Miscellaneous Ubuntu changes + - SAUCE: tmpfs: Don't use 64-bit inodes by defulat with 32-bit ino_t + - [Config] Set CONFIG_TMPFS_INODE64=n for s390x + - [Config] re-enable ZFS + + [ Upstream Kernel Changes ] + + * Rebase to v5.11-rc7 + + -- Andrea Righi Mon, 08 Feb 2021 11:56:23 +0100 + +linux (5.11.0-7.8) hirsute; urgency=medium + + * Packaging resync (LP: #1786013) + - update dkms package versions + + * Boot fails: failed to validate module [nls_iso8859_1] BTF: -22 + (LP: #1911359) + - SAUCE: x86/entry: build thunk_$(BITS) only if CONFIG_PREEMPTION=y + + * Remove scary stack trace from Realtek WiFi driver (LP: #1913263) + - rtw88: reduce the log level for failure of tx report + + * Fix unexpected AER/DPC on PCH400 and PCH500 (LP: #1913691) + - Revert "UBUNTU: SAUCE: PCI: Enable ACS quirk on all CML root ports" + - Revert "UBUNTU: SAUCE: PCI: Enable ACS quirk on CML root port" + - SAUCE: PCI/AER: Disable AER interrupt during suspend + - SAUCE: PCI/DPC: Disable DPC interrupt during suspend + + * switch to an autogenerated nvidia series based core via dkms-versions + (LP: #1912803) + - [Packaging] nvidia -- use dkms-versions to define versions built + - [Packaging] update-version-dkms -- maintain flags fields + + * Introduce the new NVIDIA 460-server series and update the 460 series + (LP: #1913200) + - [Config] dkms-versions -- add the 460-server nvidia driver + + * Fix the video can't output through WD19TB connected with TGL platform during + cold-boot (LP: #1910211) + - SAUCE: drm/i915/dp: Prevent setting LTTPR mode if no LTTPR is detected + + * Stop using get_scalar_status command in Dell AIO uart backlight driver + (LP: #1865402) + - SAUCE: platform/x86: dell-uart-backlight: add get_display_mode command + + * Miscellaneous Ubuntu changes + - SAUCE: selftests/seccomp: Accept any valid fd in user_notification_addfd + - [Packaging] Don't disable CONFIG_DEBUG_INFO in headers packages + - [Config] update configs/annotations after rebase to 5.11-rc6 + + [ Upstream Kernel Changes ] + + * Rebase to v5.11-rc6 + + -- Andrea Righi Mon, 01 Feb 2021 10:27:52 +0100 + +linux (5.11.0-6.7) hirsute; urgency=medium + + * Packaging resync (LP: #1786013) + - update dkms package versions + + * Prevent thermal shutdown during boot process (LP: #1906168) + - thermal/drivers/acpi: Use hot and critical ops + - thermal/core: Remove notify ops + - thermal: int340x: Fix unexpected shutdown at critical temperature + - thermal: intel: pch: Fix unexpected shutdown at critical temperature + + * riscv: backport support for SiFive Unmatched (LP: #1910965) + - RISC-V: Update l2 cache DT documentation to add support for SiFive FU740 + - RISC-V: sifive_l2_cache: Update L2 cache driver to support SiFive FU740 + - dt-bindings: riscv: Update DT binding docs to support SiFive FU740 SoC + - riscv: dts: add initial support for the SiFive FU740-C000 SoC + - dt-bindings: riscv: Update YAML doc to support SiFive HiFive Unmatched board + - riscv: dts: add initial board data for the SiFive HiFive Unmatched + - PCI: microsemi: Add host driver for Microsemi PCIe controller + - Microsemi PCIe expansion board DT entry. + - SiFive Unleashed CPUFreq + - SiFive HiFive Unleashed: Add PWM LEDs (D1, D2, D3, D4) + + * initramfs unpacking failed (LP: #1835660) + - lib/decompress_unlz4.c: correctly handle zero-padding around initrds. + + * Miscellaneous Ubuntu changes + - [Config] update configs and annotations after rebase to 5.11-rc5 + + [ Upstream Kernel Changes ] + + * Rebase to v5.11-rc5 + + -- Andrea Righi Mon, 25 Jan 2021 09:31:31 +0100 + +linux (5.11.0-5.6) hirsute; urgency=medium + + * Packaging resync (LP: #1786013) + - update dkms package versions + + * Miscellaneous Ubuntu changes + - [Config] update config and annotations after rebase to 5.11-rc4 + + [ Upstream Kernel Changes ] + + * Rebase to v5.11-rc4 + + -- Andrea Righi Mon, 18 Jan 2021 10:46:10 +0100 + +linux (5.11.0-4.5) hirsute; urgency=medium + + * Boot fails: failed to validate module [nls_iso8859_1] BTF: -22 + (LP: #1911359) + - SAUCE: x86/entry: build thunk_$(BITS) only if CONFIG_PREEMPTION=y + + -- Andrea Righi Thu, 14 Jan 2021 12:53:26 +0100 + +linux (5.11.0-3.4) hirsute; urgency=medium + + * Boot fails: failed to validate module [nls_iso8859_1] BTF: -22 + (LP: #1911359) + - bpf: Allow empty module BTFs + - libbpf: Allow loading empty BTFs + + -- Andrea Righi Thu, 14 Jan 2021 07:43:45 +0100 + +linux (5.11.0-2.3) hirsute; urgency=medium + + * DMI entry syntax fix for Pegatron / ByteSpeed C15B (LP: #1910639) + - Input: i8042 - unbreak Pegatron C15B + + * SYNA30B4:00 06CB:CE09 Mouse on HP EliteBook 850 G7 not working at all + (LP: #1908992) + - HID: multitouch: Enable multi-input for Synaptics pointstick/touchpad device + + * debian/scripts/file-downloader does not handle positive failures correctly + (LP: #1878897) + - [Packaging] file-downloader not handling positive failures correctly + + * Packaging resync (LP: #1786013) + - update dkms package versions + + * CVE-2021-1052 // CVE-2021-1053 + - [Packaging] NVIDIA -- Add the NVIDIA 460 driver + + * Miscellaneous Ubuntu changes + - [Packaging] Remove nvidia-455 dkms build + - SAUCE: ALSA: hda/realtek: fix right sounds and mute/micmute LEDs for HP + machines + - [Config] update configs and annotations after rebase to 5.11-rc3 + + [ Upstream Kernel Changes ] + + * Rebase to v5.11-rc3 + + -- Andrea Righi Mon, 11 Jan 2021 09:52:27 +0100 + +linux (5.11.0-1.2) hirsute; urgency=medium + + [ Upstream Kernel Changes ] + + * Rebase to v5.11-rc2 + + -- Andrea Righi Thu, 07 Jan 2021 16:57:01 +0100 + +linux (5.11.0-0.1) hirsute; urgency=medium + + * dep-8 ubuntu-regression-suite tests are not run for all linux-hwe-* kernels + (LP: #1908529) + - [dep-8] Allow all hwe kernels + + * Fix reading speed and duplex sysfs on igc device (LP: #1906851) + - igc: Report speed and duplex as unknown when device is runtime suspended + + * rtwpci driver blocks the system to enter PC10, stuck at PC3 (LP: #1907200) + - SAUCE: rtw88: 8723de: let cpu enter c10 + + * [21.04 FEAT] Deactivate CONFIG_QETH_OSN kernel config option (LP: #1906370) + - [Config] Deactivate CONFIG_QETH_OSN kernel config option + + * Add dpcd backlight control for 0x4c83 0x4f41 (LP: #1905663) + - SAUCE: drm/dp: Add dpcd backlight control for 0x4c83 0x4f41 + + * disable building bpf selftests (LP: #1908144) + - SAUCE: selftests/bpf: Clarify build error if no vmlinux + - SAUCE: selftests: Skip BPF selftests by default + - disable building bpf selftests (no VMLINUX_BTF) + + * Miscellaneous Ubuntu changes + - SAUCE: (lockdown) efi: Add an EFI_SECURE_BOOT flag to indicate secure boot + mode + - SAUCE: (lockdown) s390: Lock down the kernel when the IPL secure flag is set + - [Config] update configs and annotations after rebase to v5.11-rc1 + - hio: fix build error with kernel 5.11 + - SAUCE: shiftfs: fix build error with 5.11 + - [Config] temporarily disable ZFS + - check-aliases: do not error if modules.alias does not exist + - ppc64el: don't build stripped vdso + + * Miscellaneous upstream changes + - irq: export irq_check_status_bit + + [ Upstream Kernel Changes ] + + * Rebase to v5.11-rc1 + + -- Andrea Righi Mon, 04 Jan 2021 09:17:48 +0100 + +linux (5.11.0-0.0) hirsute; urgency=medium + + * Empty entry + + -- Andrea Righi Wed, 30 Dec 2020 09:04:41 +0100 + +linux (5.10.0-9.10) hirsute; urgency=medium + + * Use INTx for Pericom USB controllers (LP: #1906839) + - PCI: Disable MSI for Pericom PCIe-USB adapter + + * disable building bpf selftests (LP: #1908144) + - SAUCE: selftests/bpf: clarify build error if no vmlinux + - SAUCE: selftests: Skip BPF seftests by default + - disable building bpf selftests (no VMLINUX_BTF) + + * Miscellaneous Ubuntu changes + - [Config] Enable CONFIG_BPF_LSM + + * Miscellaneous upstream changes + - Revert "md: change mddev 'chunk_sectors' from int to unsigned" + - Revert "dm raid: fix discard limits for raid1 and raid10" + + -- Andrea Righi Tue, 15 Dec 2020 10:16:14 +0100 + +linux (5.10.0-8.9) hirsute; urgency=medium + + * Packaging resync (LP: #1786013) + - [Packaging] update variants + + * Fix bpf selftest compilation with clang 11 + - bpf: Fix selftest compilation on clang 11 + + * Miscellaneous Ubuntu changes + - [Config] update configs and annotations after rebase to v5.10 + + [ Upstream Kernel Changes ] + + * Rebase to v5.10 + + -- Andrea Righi Mon, 14 Dec 2020 08:57:57 +0100 + +linux (5.10.0-7.8) hirsute; urgency=medium + + * Packaging resync (LP: #1786013) + - update dkms package versions + + * Fix linux-libc-dev build for hirsute forward port kernels (LP: #1904067) + - [Debian] Build linux-libc-dev for debian.master* branches + + * Update kernel packaging to support forward porting kernels (LP: #1902957) + - [Debian] Update for leader included in BACKPORT_SUFFIX + + * Introduce the new NVIDIA 455 series (LP: #1897751) + - [Packaging] NVIDIA -- Add signed modules for the 455 driver + + * 5.10 kernel fails to boot with secure boot disabled (LP: #1904906) + - [Config] CONFIG_RCU_SCALE_TEST=n + + * Miscellaneous Ubuntu changes + - [Config] s390x: disable GPIO_CDEV + - [Config] ARM_CMN=m + - [Config] disable GPIO_CDEV_V1 + - [Config] Reorder annotations after 5.10-rc6 rebase + - [Packaging] Remove nvidia-435 dkms build + - [Packaging] Change source package name to linux + - [Config] Update configs and annotations after rebase to v5.10-rc7 + - SAUCE: Revert "mm/filemap: add static for function + __add_to_page_cache_locked" + + [ Upstream Kernel Changes ] + + * Rebase to v5.10-rc7 + + -- Seth Forshee Mon, 07 Dec 2020 00:15:20 -0600 + +linux (5.10.0-6.7) hirsute; urgency=medium + + * Empty entry. + + -- Seth Forshee Sun, 06 Dec 2020 22:13:46 -0600 + +linux-5.10 (5.10.0-6.7) hirsute; urgency=medium + + * Packaging resync (LP: #1786013) + - update dkms package versions + + * Avoid double newline when running insertchanges (LP: #1903293) + - [Packaging] insertchanges: avoid double newline + + * Miscellaneous Ubuntu changes + - [Packaging]: linux-modules should depend on linux-image + - [Packaging]: linux-image should suggest linux-modules-extra + + [ Upstream Kernel Changes ] + + * Rebase to v5.10-rc6 + + -- Andrea Righi Mon, 30 Nov 2020 07:47:34 +0100 + +linux-5.10 (5.10.0-5.6) hirsute; urgency=medium + + * Miscellaneous Ubuntu changes + - [Config] add CONFIG_INFINIBAND_VIRT_DMA + + [ Upstream Kernel Changes ] + + * Rebase to v5.10-rc5 + + -- Andrea Righi Mon, 23 Nov 2020 13:17:44 +0100 + +linux-5.10 (5.10.0-4.5) hirsute; urgency=medium + + * Packaging resync (LP: #1786013) + - update dkms package versions + + * Miscellaneous Ubuntu changes + - [Packaging] reduce the size required to build packages + + [ Upstream Kernel Changes ] + + * Rebase to v5.10-rc4 + + -- Andrea Righi Mon, 16 Nov 2020 08:33:54 +0100 + +linux-5.10 (5.10.0-3.4) hirsute; urgency=medium + + * Packaging resync (LP: #1786013) + - update dkms package versions + + * e1000e: fix issues with S0ix (LP: #1902687) + - SAUCE: e1000e: fix S0ix flow to allow S0i3.2 subset entry + - SAUCE: e1000e: allow turning s0ix flows on for systems with ME + - SAUCE: e1000e: Add Dell's Comet Lake systems into s0ix heuristics + - SAUCE: e1000e: Add more Dell CML systems into s0ix heuristics + - [Config] Update CONFIG_E1000E for ppc64el in annotations + + * perf: Add support for Rocket Lake (LP: #1902004) + - SAUCE: perf/x86/intel: Add Rocket Lake CPU support + - SAUCE: perf/x86/cstate: Add Rocket Lake CPU support + - SAUCE: perf/x86/msr: Add Rocket Lake CPU support + - SAUCE: perf/x86/intel/uncore: Add Rocket Lake support + + * Miscellaneous Ubuntu changes + - [Config] Disable CONFIG_CRYPTO_USER_API_ENABLE_OBSOLETE + - [Config] update CONFIG_MST_IRQ after rebase to 5.10-rc3 + - [Config] drop obsolete SND_SST_IPC options + - [Config] re-enable ZFS + + [ Upstream Kernel Changes ] + + * Rebase to v5.10-rc3 + + -- Andrea Righi Mon, 09 Nov 2020 09:37:08 +0100 + +linux-5.10 (5.10.0-2.3) hirsute; urgency=medium + + * Miscellaneous Ubuntu changes + - [Config] Switch arm64 default cpufreq governor to ondemand + - [Debian] Include scripts/module.lds from builddir in headers package + + -- Seth Forshee Tue, 03 Nov 2020 21:01:52 -0600 + +linux-5.10 (5.10.0-1.2) hirsute; urgency=medium + + * Packaging resync (LP: #1786013) + - update dkms package versions + + * Fix non-working Intel NVMe after S3 (LP: #1900847) + - SAUCE: PCI: Enable ACS quirk on all CML root ports + + * Miscellaneous Ubuntu changes + - [Packaging] move to hirsute + - [Config] Update configs and annotations after rebase to 5.10-rc2 + - [Config] Update numerous configs to conform with policy + - [Config] Switch default CPUFreq governer for arm64/armhf to schedultil + - [Config] Temporarily disable DEBUG_INFO_BTF for armhf + + [ Upstream Kernel Changes ] + + * Rebase to v5.10-rc2 + + -- Seth Forshee Mon, 02 Nov 2020 13:18:27 -0600 + +linux-5.10 (5.10.0-0.1) hirsute; urgency=medium + + * Packaging resync (LP: #1786013) + - update dkms package versions + + * Miscellaneous Ubuntu changes + - [Config] Update configs and annotations for v5.10-rc1 + - SAUCE: platform/x86: dell-uart-backlight: rename kzfree() to + kfree_sensitive() + - SAUCE: apparmor: rename kzfree() to kfree_sensitive() + - SAUCE: LSM: change ima_read_file() to use lsmblob + - SAUCE: LSM: Use lsmblob in smk_netlbl_mls() + + * Miscellaneous upstream changes + - Revert "UBUNTU: [Packaging] Change source package name to linux-5.10" + - s390: correct __bootdata / __bootdata_preserved macros + + [ Upstream Kernel Changes ] + + * Rebase to v5.10-rc1 + + -- Paolo Pisati Tue, 27 Oct 2020 16:57:07 +0100 + +linux-5.10 (5.10.0-0.0) groovy; urgency=medium + + * Empty entry + + -- Paolo Pisati Mon, 26 Oct 2020 14:55:48 +0100 + +linux-5.9 (5.9.0-2.3) groovy; urgency=medium + + * Fix system reboot when disconnecting WiFi (LP: #1899726) + - iwlwifi: msix: limit max RX queues for 9000 family + + * booting linux-generic-lpae armhf kernel under qemu results in relocation out + of range, and thus no modules can be loaded (LP: #1899519) + - [Config] armhf: ARM_MODULE_PLTS=y + + * Fix broken MSI interrupt after HDA controller was suspended (LP: #1899586) + - ALSA: hda: fix jack detection with Realtek codecs when in D3 + + * CVE-2020-16119 + - SAUCE: dccp: avoid double free of ccid on child socket + + * python3-venv is gone (LP: #1896801) + - SAUCE: doc: remove python3-venv dependency + + * *-tools-common packages descriptions have typo "PGKVER" (LP: #1898903) + - [Packaging] Fix typo in -tools template s/PGKVER/PKGVER/ + + * Enable brightness control on HP DreamColor panel (LP: #1898865) + - SAUCE: drm/i915/dpcd_bl: Skip testing control capability with force DPCD + quirk + - SAUCE: drm/dp: HP DreamColor panel brigntness fix + + * HP Zbook Studio G7 boots into corrupted screen with PSR featured panel + (LP: #1897501) + - SAUCE: drm/i915/psr: allow overriding PSR disable param by quirk + - SAUCE: drm/dp: add DP_QUIRK_FORCE_PSR_CHIP_DEFAULT quirk to CMN prod-ID + 19-15 + + * Fix broken e1000e device after S3 (LP: #1897755) + - SAUCE: e1000e: Increase polling timeout on MDIC ready bit + + * Wakeup the system by touching the touchpad (LP: #1888331) + - HID: i2c-hid: Enable wakeup capability from Suspend-to-Idle + + * Enable LTR for endpoints behind VMD (LP: #1896598) + - SAUCE: PCI/ASPM: Enable LTR for endpoints behind VMD + + * [SRU] [Focal/OEM-5.6/Groovy]Fix AMD usb host controller lost after stress S3 + (LP: #1893914) + - SAUCE: xhci: workaround for S3 issue on AMD SNPS 3.0 xHC + + * debian/rules editconfigs does not work on s390x to change s390x only configs + (LP: #1863116) + - [Packaging] kernelconfig -- only update/edit configurations on architectures + we have compiler support + + * Fix non-working NVMe after S3 (LP: #1895718) + - SAUCE: PCI: Enable ACS quirk on CML root port + + * Miscellaneous Ubuntu changes + - SAUCE: bpf: Check CONFIG_BPF option for resolve_btfids + - SAUCE: tools resolve_btfids: Always force HOSTARCH + - packaging: arm64: add a 64KB mem pages flavour called 'generic-64k' + - packaging: arm64: generic-64k: skip ABI, modules and retpoline checks + - SAUCE: drm/i915/display: Fix null deref in intel_psr_atomic_check() + - [Config] Update toolchain versions + - [Config] Refresh annotations + - Add ubuntu-host module + - CONFIG_UBUNTU_HOST=m + - SAUCE: apparmor: drop prefixing abs root labels with '=' + - SAUCE: apparmor: disable showing the mode as part of a secid to secctx + - SAUCE: apparmor: rename aa_sock() to aa_unix_sk() + - SAUCE: apparmor: LSM stacking: switch from SK_CTX() to aa_sock() + - SAUCE: LSM: Infrastructure management of the sock security + - SAUCE: LSM: Create and manage the lsmblob data structure. + - SAUCE: LSM: Use lsmblob in security_audit_rule_match + - SAUCE: LSM: Use lsmblob in security_kernel_act_as + - SAUCE: net: Prepare UDS for security module stacking + - SAUCE: LSM: Use lsmblob in security_secctx_to_secid + - SAUCE: LSM: Use lsmblob in security_secid_to_secctx + - SAUCE: LSM: Use lsmblob in security_ipc_getsecid + - SAUCE: LSM: Use lsmblob in security_task_getsecid + - SAUCE: LSM: Use lsmblob in security_inode_getsecid + - SAUCE: LSM: Use lsmblob in security_cred_getsecid + - SAUCE: IMA: Change internal interfaces to use lsmblobs + - SAUCE: LSM: Specify which LSM to display + - SAUCE: LSM: Ensure the correct LSM context releaser + - SAUCE: LSM: Use lsmcontext in security_secid_to_secctx + - SAUCE: LSM: Use lsmcontext in security_inode_getsecctx + - SAUCE: LSM: security_secid_to_secctx in netlink netfilter + - SAUCE: NET: Store LSM netlabel data in a lsmblob + - SAUCE: LSM: Verify LSM display sanity in binder + - SAUCE: Audit: Add new record for multiple process LSM attributes + - SAUCE: Audit: Add a new record for multiple object LSM + - SAUCE: LSM: Add /proc attr entry for full LSM context + - SAUCE: AppArmor: Remove the exclusive flag + - SAUCE: Audit: Fix for missing NULL check + + * Miscellaneous upstream changes + - tty: hvcs: Don't NULL tty->driver_data until hvcs_cleanup() + + [ Upstream Kernel Changes ] + + * Rebase to v5.9 + + -- Seth Forshee Wed, 14 Oct 2020 13:31:18 -0500 + +linux-5.9 (5.9.0-1.2) groovy; urgency=medium + + * Miscellaneous Ubuntu changes + - [Config] Update configs after rebase to 5.9-rc6 + - SAUCE: dax: Fix compilation for CONFIG_DAX && !CONFIG_FS_DAX + - SAUCE: bpf: Use --no-fail option if CONFIG_BPF is not enabled + - SAUCE: tools resolve_btfids: Always force HOSTARCH + + [ Upstream Kernel Changes ] + + * Rebase to v5.9-rc6 + + -- Seth Forshee Mon, 21 Sep 2020 14:39:34 -0500 + +linux-5.9 (5.9.0-0.1) groovy; urgency=medium + + * Miscellaneous Ubuntu changes + - [Config] Update configs and annotations for v5.9-rc1 + - SAUCE: i915: Fix build error due to missing struct definition + - hio -- Update blk_queue_split() calls for changes in 5.9-rc1 + - hio -- Updates for move of make_request_fn to struct block_device_operations + - [Config] Disable zfs dkms build + - [Config] Disable nvidia dkms build + - [Config] Disable nvidia server dkms builds + - SAUCE: remoteproc: qcom: Use div_u64() for 64-bit division + - SAUCE: PCI/ASPM: Enable ASPM for links under VMD domain + - [Packaging] Bind hv_vss_daemon startup to hv_vss device + - [Packaging] bind hv_fcopy_daemon startup to hv_fcopy device + - [Config] Re-enable UEFI signing for arm64 + - SAUCE: Revert "UBUNTU: SAUCE: export __get_vm_area_caller() and map_kernel_range()" + - [Config] Set the default CPU governor to ONDEMAND + - [Packaging] update variants + - [Packaging] update helper scripts + - update dkms package versions + + [ Upstream Kernel Changes ] + + * Rebase to v5.9-rc5 + + -- Seth Forshee Thu, 17 Sep 2020 15:01:21 -0500 + +linux-5.9 (5.9.0-0.0) groovy; urgency=medium + + * Empty entry + + -- Seth Forshee Tue, 18 Aug 2020 16:48:03 -0500 + +linux (5.8.0-16.17) groovy; urgency=medium + + * groovy/linux: 5.8.0-16.17 -proposed tracker (LP: #1891233) + + * Miscellaneous Ubuntu changes + - hio -- Update to use bio_{start,end}_io_acct with 5.8+ + - Enable hio driver + - [Packaging] Temporarily disable building doc package contents + + -- Seth Forshee Tue, 11 Aug 2020 15:32:58 -0500 + +linux (5.8.0-15.16) groovy; urgency=medium + + * groovy/linux: 5.8.0-15.16 -proposed tracker (LP: #1891177) + + * Miscellaneous Ubuntu changes + - SAUCE: Documentation: import error c_funcptr_sig_re, c_sig_re (sphinx- + doc/sphinx@0f49e30c) + + -- Seth Forshee Tue, 11 Aug 2020 09:29:58 -0500 + +linux (5.8.0-14.15) groovy; urgency=medium + + * groovy/linux: 5.8.0-14.15 -proposed tracker (LP: #1891085) + + * Packaging resync (LP: #1786013) + - [Packaging] update helper scripts + + * msg_zerocopy.sh in net from ubuntu_kernel_selftests failed (LP: #1812620) + - selftests/net: relax cpu affinity requirement in msg_zerocopy test + + * Fix missing HDMI/DP Audio on an HP Desktop (LP: #1890441) + - ALSA: hda/hdmi: Add quirk to force connectivity + + * Add initial audio support for Lenovo ThinkStation P620 (LP: #1890317) + - ALSA: usb-audio: Add support for Lenovo ThinkStation P620 + + * Fix IOMMU error on AMD Radeon Pro W5700 (LP: #1890306) + - PCI: Mark AMD Navi10 GPU rev 0x00 ATS as broken + + * Enlarge hisi_sec2 capability (LP: #1890222) + - crypto: hisilicon - update SEC driver module parameter + + * Miscellaneous Ubuntu changes + - [Config] Re-enable signing for ppc64el + + -- Seth Forshee Mon, 10 Aug 2020 15:26:46 -0500 + +linux (5.8.0-13.14) groovy; urgency=medium + + * Miscellaneous Ubuntu changes + - [Config] Remove i386 configs + - SAUCE: apply a workaround to re-enable CONFIG_CRYPTO_AEGIS128_SIMD + - SAUCE: export __get_vm_area_caller() and map_kernel_range() + - [Config] drop CONFIG_BINFMT_AOUT enforcement + + * Miscellaneous upstream changes + - Revert "UBUNTU: [Config] disable CONFIG_CRYPTO_AEGIS128_SIMD" + + [ Upstream Kernel Changes ] + + * Rebase to v5.8 + + -- Andrea Righi Tue, 04 Aug 2020 09:51:50 +0200 + +linux (5.8.0-12.13) groovy; urgency=medium + + * groovy/linux: 5.8.0-12.13 -proposed tracker (LP: #1889481) + + * Fix right speaker of HP laptop (LP: #1889375) + - SAUCE: hda/realtek: Fix right speaker of HP laptop + + * blk_update_request error when mount nvme partition (LP: #1872383) + - SAUCE: nvme-pci: prevent SK hynix PC400 from using Write Zeroes command + + * Add support for Atlantic NIC firmware v4 (LP: #1886908) + - Revert "UBUNTU: SAUCE: net: atlantic: Add support for firmware v4" + - net: atlantic: align return value of ver_match function with function name + - net: atlantic: add support for FW 4.x + + * Miscellaneous Ubuntu changes + - [Debian] Fix debian/tests for linux-5.8 -> linux rename + - SAUCE: selftests/powerpc: return skip code for spectre_v2 + + -- Seth Forshee Wed, 29 Jul 2020 16:58:47 -0500 + +linux (5.8.0-11.12) groovy; urgency=medium + + * groovy/linux: 5.8.0-11.12 -proposed tracker (LP: #1889336) + + * Miscellaneous Ubuntu changes + - [Packaging] dwarves is not required for linux-libc-dev or stage1 + + -- Seth Forshee Tue, 28 Jul 2020 22:33:24 -0500 + +linux (5.8.0-10.11) groovy; urgency=medium + + * groovy/linux: 5.8.0-10.11 -proposed tracker (LP: #1889316) + + * Miscellaneous Ubuntu changes + - [Packaging] Add more packages to Build-Depends-Indep for docs + - [Debian] Specify python executable in kmake + - [Debian] Don't treat warnings as errors during perf builds + - [Config] Disable signing for ppc64el + + -- Seth Forshee Tue, 28 Jul 2020 17:09:52 -0500 + +linux (5.8.0-9.10) groovy; urgency=medium + + * groovy/linux: 5.8.0-9.10 -proposed tracker (LP: #1889140) + + * Packaging resync (LP: #1786013) + - [Packaging] update helper scripts + + * Miscellaneous Ubuntu changes + - SAUCE: Fix s390x compile error on F32 utils/stat-display.c + - [Packaging] Add python3-venv to Build-Depends-Indep + + -- Seth Forshee Mon, 27 Jul 2020 21:01:46 -0500 + +linux (5.8.0-8.9) groovy; urgency=medium + + * groovy/linux: 5.8.0-8.9 -proposed tracker (LP: #1889104) + + * Packaging resync (LP: #1786013) + - [Packaging] update helper scripts + - update dkms package versions + - [Packaging] update variants + + * Introduce the new NVIDIA 450-server and the 450 UDA series (LP: #1887674) + - [Packaging] NVIDIA -- Add signed modules for 450 450-server + + * Introduce the new NVIDIA 418-server and 440-server series, and update the + current NVIDIA drivers (LP: #1881137) + - [packaging] add signed modules for the 418-server and the 440-server + flavours + + * Miscellaneous Ubuntu changes + - SAUCE: Revert "radix-tree: Use local_lock for protection" + - [Config] CONFIG_DEBUG_INFO_COMPRESSED=n + - [Config] disable CONFIG_CRYPTO_AEGIS128_SIMD + - [Config] Enable nvidia dkms build + + * Miscellaneous upstream changes + - usbip: tools: fix build error for multiple definition + + [ Upstream Kernel Changes ] + + * Rebase to v5.8-rc7 + + -- Seth Forshee Mon, 27 Jul 2020 11:18:12 -0500 + +linux (5.8.0-7.8) groovy; urgency=medium + + * Empty entry + + -- Seth Forshee Mon, 27 Jul 2020 09:22:19 +0200 + +linux-5.8 (5.8.0-7.8) groovy; urgency=medium + + * soc/amd/renoir: detect dmic from acpi table (LP: #1887734) + - ASoC: amd: add logic to check dmic hardware runtime + - ASoC: amd: add ACPI dependency check + - ASoC: amd: fixed kernel warnings + + * linux 4.15.0-109-generic network DoS regression vs -108 (LP: #1886668) + - SAUCE: Revert "netprio_cgroup: Fix unlimited memory leak of v2 cgroups" + + * Add support for Atlantic NIC firmware v4 (LP: #1886908) + - SAUCE: net: atlantic: Add support for firmware v4 + + * MGA G200e doesn't work under GDM Wayland (LP: #1886140) + - drm/mgag200: Remove HW cursor + - drm/mgag200: Clean up mga_set_start_address() + - drm/mgag200: Clean up mga_crtc_do_set_base() + - drm/mgag200: Move mode-setting code into separate helper function + - drm/mgag200: Split MISC register update into PLL selection, SYNC and I/O + - drm/mgag200: Update mode registers after plane registers + - drm/mgag200: Set pitch in a separate helper function + - drm/mgag200: Set primary plane's format in separate helper function + - drm/mgag200: Move TAGFIFO reset into separate function + - drm/mgag200: Move hiprilvl setting into separate functions + - drm/mgag200: Move register initialization into separate function + - drm/mgag200: Remove out-commented suspend/resume helpers + - drm/mgag200: Use simple-display data structures + - drm/mgag200: Convert to simple KMS helper + - drm/mgag200: Replace VRAM helpers with SHMEM helpers + + * Miscellaneous Ubuntu changes + - SAUCE: s390/bpf: fix sign extension in branch_ku + - SAUCE: selftests: net: ip_defrag: modprobe missing nf_defrag_ipv6 support + - SAUCE: selftests: fib_nexthop_multiprefix: fix cleanup() netns deletion + - [packaging] debhelper-compat (= 10) (and retire debian/compat) + - [Config] Update configs after rebase to 5.8-rc6 + + [ Upstream Kernel Changes ] + + * Rebase to v5.8-rc6 + + -- Andrea Righi Mon, 20 Jul 2020 09:55:47 +0200 + +linux-5.8 (5.8.0-6.7) groovy; urgency=medium + + * Packaging resync (LP: #1786013) + - update dkms package versions + + * perf build broken after updating to bintuils 2.34.90.20200706-1ubuntu1 + (LP: #1887397) + - SAUCE: libtraceevent: Strip symbol version from nm output + + -- Seth Forshee Mon, 13 Jul 2020 14:07:53 -0500 + +linux-5.8 (5.8.0-5.6) groovy; urgency=medium + + * linux-libc-dev broken for crossbuilding, Multi-Arch:same violation + (LP: #1886188) + - [Packaging] Produce linux-libc-deb package for riscv64 + - [Debian] Disallow building linux-libc-dev from linux-riscv + + * Miscellaneous Ubuntu changes + - SAUCE: Revert "UBUNTU: SAUCE: test_bpf: remove expected fail for Ctx heavy + transformations test on s390" + - SAUCE: Revert "test_bpf: flag tests that cannot be jited on s390" + - [Config] Update configs (gcc update) + + [ Upstream Kernel Changes ] + + * Rebase to v5.8-rc5 + + -- Andrea Righi Mon, 13 Jul 2020 08:42:14 +0200 + +linux-5.8 (5.8.0-4.5) groovy; urgency=medium + + * Add generic LED class support for audio LED (LP: #1885896) + - ALSA: hda: generic: Always call led-trigger for mic mute LED + - ALSA: hda: generic: Add a helper for mic-mute LED with LED classdev + - ALSA: hda/realtek: Convert to cdev-variant of mic-mute LED controls + - ALSA: hda/conexant: Convert to cdev-variant of mic-mute LED controls + - ALSA: hda/sigmatel: Convert to cdev-variant of mic-mute LED controls + - ALSA: hda: generic: Drop unused snd_hda_gen_fixup_micmute_led() + - ALSA: hda: generic: Drop the old mic-mute LED hook + - ALSA: hda: generic: Add vmaster mute LED helper + - ALSA: hda/realtek: Use the new vmaster mute LED helper + - ALSA: hda/conexant: Use the new vmaster mute LED helper + - ALSA: hda/sigmatel: Use the new vmaster mute LED helper + - ALSA: hda/realtek: Unify LED helper code + - ALSA: hda: Let LED cdev handling suspend/resume + + * seccomp_bpf fails on powerpc (LP: #1885757) + - SAUCE: selftests/seccomp: fix ptrace tests on powerpc + + * CVE-2020-11935 + - SAUCE: aufs: do not call i_readcount_inc() + + * Miscellaneous Ubuntu changes + - SAUCE: Update aufs to 5.x-rcN 20200622 + - [Config] Update configs to set CONFIG_SND_HDA_GENERIC_LEDS value + - [Config] CONFIG_SECURITY_DMESG_RESTRICT=y + + [ Upstream Kernel Changes ] + + * Rebase to v5.8-rc4 + + -- Seth Forshee Mon, 06 Jul 2020 08:14:28 -0500 + +linux-5.8 (5.8.0-3.4) groovy; urgency=medium + + * Packaging resync (LP: #1786013) + - [Packaging] update helper scripts + - update dkms package versions + + * lxc 1:4.0.2-0ubuntu1 ADT test failure with linux-5.8 5.8.0-1.2 + (LP: #1884635) + - SAUCE: overlayfs: fix faulty rebase + + * shiftfs: O_TMPFILE reports ESTALE (LP: #1872757) + - SAUCE: shiftfs: prevent ESTALE for LOOKUP_JUMP lookups + + * shiftfs: fix btrfs regression (LP: #1884767) + - SAUCE: Revert "UBUNTU: SAUCE: shiftfs: fix dentry revalidation" + + * Miscellaneous Ubuntu changes + - [Config] CONFIG_DEBUG_INFO_COMPRESSED=y + - SAUCE: regulator: rename da903x to da903x-regulator + - [Config] Add da903x to modules.ignore + - [Config] Update configs for rebase to 5.8-rc3 + + [ Upstream Kernel Changes ] + + * Rebase to v5.8-rc3 + + -- Seth Forshee Mon, 29 Jun 2020 08:48:25 -0500 + +linux-5.8 (5.8.0-2.3) groovy; urgency=medium + + * Support Audio Mute LED for two new HP laptops (LP: #1884251) + - ALSA: hda/realtek: Add mute LED and micmute LED support for HP systems + + * CVE-2019-16089 + - SAUCE: nbd_genl_status: null check for nla_nest_start + + * tpm: fix TIS locality timeout problems (LP: #1881710) + - SAUCE: tpm: fix TIS locality timeout problems + + * Packaging resync (LP: #1786013) + - update dkms package versions + + * Miscellaneous Ubuntu changes + - SAUCE: security,perf: Allow further restriction of perf_event_open + - [Config] CONFIG_SECURITY_PERF_EVENTS_RESTRICT=y + - [Config] Update configs and annotations for 5.8-rc2 + - [Config] Enable zfs + - [Config] Enable CONFIG_DEBUG_INFO_BTF + + [ Upstream Kernel Changes ] + + * Rebase to v5.8-rc2 + + -- Seth Forshee Mon, 22 Jun 2020 15:05:54 -0500 + +linux-5.8 (5.8.0-1.2) groovy; urgency=medium + + * Miscellaneous Ubuntu changes + - [Debian] Support linux-x.y in udeb package names + - [Packaging] Use SRCPKGNAME for udeb packages + + -- Seth Forshee Wed, 17 Jun 2020 19:34:32 -0500 + +linux-5.8 (5.8.0-0.1) groovy; urgency=medium + + * Docker registry doesn't stay up and keeps restarting (LP: #1879690) + - Revert "UBUNTU: SAUCE: overlayfs: use shiftfs hacks only with shiftfs as underlay" + + * Packaging resync (LP: #1786013) + - [Packaging] update variants + + * Miscellaneous Ubuntu changes + - [Packaging] Update source package name to linux-5.8 + - SAUCE: (lockdown) Add efi_status_to_str() and rework efi_status_to_err(). + - SAUCE: (lockdown) Make get_cert_list() use efi_status_to_str() to print error messages. + - SAUCE: (lockdown) security: lockdown: expose a hook to lock the kernel down + - SAUCE: (lockdown) efi: Add an EFI_SECURE_BOOT flag to indicate secure boot mode + - SAUCE: (lockdown) efi: Lock down the kernel if booted in secure boot mode + - SAUCE: (lockdown) s390: Lock down the kernel when the IPL secure flag is set + - SAUCE: (lockdown) KEYS: Make use of platform keyring for module signature verify + - SAUCE: (lockdown) arm64: Allow locking down the kernel under EFI secure boot + - SAUCE: (lockdown) security: lockdown: Make CONFIG_LOCK_DOWN_IN_EFI_SECURE_BOOT more generic + - SAUCE: (lockdown) powerpc: lock down kernel in secure boot mode + - SAUCE: Import aufs driver + - [Config] Update configs for v5.8-rc1 + - [Config] Update annotations for v5.8-rc1 config changes + - SAUCE: shiftfs -- Fix build errors from missing fiemap definitions + - Disable hio driver + + * Miscellaneous upstream changes + - acpi: disallow loading configfs acpi tables when locked down + + [ Upstream Kernel Changes ] + + * Rebase to v5.8-rc1 + + -- Seth Forshee Wed, 17 Jun 2020 11:54:24 -0500 + +linux-5.8 (5.8.0-0.0) groovy; urgency=medium + + * Empty entry + + -- Seth Forshee Sun, 14 Jun 2020 22:40:35 -0500 + +linux-5.7 (5.7.0-8.9) groovy; urgency=medium + + * Packaging resync (LP: #1786013) + - update dkms package versions + + * Enforce all config annotations (LP: #1879327) + - [Config]: do not enforce CONFIG_VERSION_SIGNATURE + - [Config]: prepare to enforce all + - [Config]: enforce all config options + + * Miscellaneous Ubuntu changes + - [Config]: annotations review after 5.7 rebase + - [Config] annotations: IXP4XX* depends on ARCH_IXP4XX + - [Config] THERMAL_GOV_POWER_ALLOCATOR=y + - [Config] annotations: SOC_CAMERA is marked as BROKEN + - [Config] annotations: NFSD_V4_2_INTER_SSC depends on NFS_FS=y + - [Config] annotations: CRYPTO_DEV_CHELSIO_TLS depends on legacy (and largely + unmantained) TLS_TOE + - [Config] annotations: SERIO_OLPC_APSP depends on ARCH_MMP + - [Config] RTW88_DEBUG=y + - [Config] annotations: ISDN_CAPI is a bool, and BT_CMTP depends on it + - [Config] annotations SND_SOC_SOF_DEVELOPER_SUPPORT depends on + SND_SOC_SOF_DEVELOPER_SUPPORT + - [Config] annotations: SND_SOC_SOF_BAYTRAIL_SUPPORT is mutually exclusive + with SND_SST_ATOM_HIFI2_PLATFORM_ACPI + - [Config] annotations: DEBUG_IMX_UART_PORT is defined only any + DEBUG_IMX*_UART is enabled + - [Config] annotations: HW_RANDOM_IMX_RNGC depends on SOC_IMX25 + - [Config] annotations: armhf: VIRTUALIZATION support was removed for arm32 + - [Config] annotations: arm64: remove DEBUG_ALIGN_RODATA + - [Config] annotations: ppc64: DATA_SHIFT defaults to PPC_PAGE_SHIFT + - [Config] arm64: enforce ARM64_USE_LSE_ATOMICS + - [Config] s390x: MOST is not set + - [Config] s390x: BCM84881_PHY is not set + - [Config] s390x: XILINX_LL_TEMAC is not set + - [Config] s390x: PHY_INTEL_EMMC requires GENERIC_PHY (off by default on + s390x) + - [Config] s390x: CHECK_STACK conflicts with VMAP_STACK + - [Config] annotations: s390x: NODES_SHIFT=1 + - [Config] annotations: import new symbols + - [Config] annotations: remove unmatched menu and options + + -- Paolo Pisati Fri, 12 Jun 2020 12:03:01 +0200 + +linux-5.7 (5.7.0-7.8) groovy; urgency=medium + + * Packaging resync (LP: #1786013) + - update dkms package versions + - [Packaging] update helper scripts + + * [UBUNTU 20.04] s390x/pci: fix linking between PF and VF for multifunction + devices (LP: #1879704) + - PCI/IOV: Introduce pci_iov_sysfs_link() function + - s390/pci: create links between PFs and VFs + + * Miscellaneous Ubuntu changes + - [Config] Disable UEFI signing for arm64 + - Rebase to v5.7.1 + + [ Upstream Kernel Changes ] + + * Rebase to v5.7.1 + + -- Paolo Pisati Mon, 08 Jun 2020 11:16:58 +0200 + +linux-5.7 (5.7.0-6.7) groovy; urgency=medium + + * Packaging resync (LP: #1786013) + - [Packaging] update helper scripts + - update dkms package versions + + * shiftfs: fix btrfs snapshot deletion (LP: #1879688) + - SAUCE: shiftfs: let userns root destroy subvolumes from other users + + * seccomp_benchmark times out on eoan (LP: #1881576) + - SAUCE: selftests/seccomp: use 90s as timeout + + * Realtek 8723DE [10ec:d723] subsystem [10ec:d738] disconnects unsolicitedly + when Bluetooth is paired: Reason: 23=IEEE8021X_FAILED (LP: #1878147) + - SAUCE: Revert "UBUNTU: SAUCE: rtw88: Move driver IQK to set channel before + association for 11N chip" + - SAUCE: Revert "UBUNTU: SAUCE: rtw88: fix rate for a while after being + connected" + - SAUCE: Revert "UBUNTU: SAUCE: rtw88: No retry and report for auth and assoc" + - SAUCE: Revert "UBUNTU: SAUCE: rtw88: 8723d: Add coex support" + - rtw88: 8723d: Add coex support + - SAUCE: rtw88: coex: 8723d: set antanna control owner + - SAUCE: rtw88: coex: 8723d: handle BT inquiry cases + - SAUCE: rtw88: fix EAPOL 4-way failure by finish IQK earlier + + * ASoC/amd: add audio driver for amd renoir (LP: #1881046) + - ASoC: amd: add Renoir ACP3x IP register header + - ASoC: amd: add Renoir ACP PCI driver + - ASoC: amd: add acp init/de-init functions + - ASoC: amd: create acp3x pdm platform device + - ASoC: amd: add ACP3x PDM platform driver + - ASoC: amd: irq handler changes for ACP3x PDM dma driver + - ASoC: amd: add acp3x pdm driver dma ops + - ASoC: amd: add ACP PDM DMA driver dai ops + - ASoC: amd: add Renoir ACP PCI driver PM ops + - ASoC: amd: add ACP PDM DMA driver pm ops + - ASoC: amd: enable Renoir acp3x drivers build + - ASoC: amd: create platform devices for Renoir + - ASoC: amd: RN machine driver using dmic + - ASoC: amd: enable build for RN machine driver + - ASoC: amd: fix kernel warning + - ASoC: amd: refactoring dai_hw_params() callback + - ASoC: amd: return error when acp de-init fails + - [Config]: enable amd renoir ASoC audio + + * Slow send speed with Intel I219-V on Ubuntu 18.04.1 (LP: #1802691) + - e1000e: Disable TSO for buffer overrun workaround + + * Fix incorrect speed/duplex when I210 device is runtime suspended + (LP: #1880656) + - igb: Report speed and duplex as unknown when device is runtime suspended + + * Fix Pericom USB controller OHCI/EHCI PME# defect (LP: #1879321) + - serial: 8250_pci: Move Pericom IDs to pci_ids.h + - PCI: Avoid Pericom USB controller OHCI/EHCI PME# defect + + * [UBUNTU 20.04] s390x/pci: enumerate pci functions per physical adapter + (LP: #1874056) + - s390/pci: Expose new port attribute for PCIe functions + - s390/pci: adaptation of iommu to multifunction + - s390/pci: define kernel parameters for PCI multifunction + - s390/pci: define RID and RID available + - s390/pci: create zPCI bus + - s390/pci: adapt events for zbus + - s390/pci: Handling multifunctions + - s390/pci: Do not disable PF when VFs exist + - s390/pci: Documentation for zPCI + - s390/pci: removes wrong PCI multifunction assignment + + * add 16-bit width registers support for EEPROM at24 device (LP: #1876699) + - regmap-i2c: add 16-bit width registers support + + * Miscellaneous Ubuntu changes + - [Config] Enable virtualbox guest and shared-folder modules + + [ Upstream Kernel Changes ] + + * Rebase to v5.7 + + -- Seth Forshee Mon, 01 Jun 2020 16:11:24 -0500 + +linux-5.7 (5.7.0-5.6) groovy; urgency=medium + + * Packaging resync (LP: #1786013) + - update dkms package versions + + * [UBUNTU 20.04] PSI generates overhead on s390x (LP: #1876044) + - Ubuntu: [Config] CONFIG_PSI is enabled by default, but creates additional + overhead on s390x, hence should be disabled by default on s390x only. + + * Miscellaneous Ubuntu changes + - Rebase to v5.7-rc7 + - [Config] ppc64el: disable STRICT_KERNEL_RWX + + [ Upstream Kernel Changes ] + + * Rebase to v5.7-rc7 + + -- Paolo Pisati Mon, 25 May 2020 11:44:09 +0200 + +linux-5.7 (5.7.0-4.5) groovy; urgency=medium + + * Packaging resync (LP: #1786013) + - update dkms package versions + + * update-initramfs complains of missing amdgpu firmware files (LP: #1873325) + - SAUCE: drm/amdgpu: Remove unreleased arcturus and navi12 firmware from + modinfo + + * Support DMIC micmute LED on HP platforms (LP: #1876859) + - ALSA: hda/realtek - Introduce polarity for micmute LED GPIO + - ALSA: hda/realtek - Enable micmute LED on and HP system + - ALSA: hda/realtek - Add LED class support for micmute LED + - ALSA: hda/realtek - Fix unused variable warning w/o + CONFIG_LEDS_TRIGGER_AUDIO + - ASoC: SOF: Update correct LED status at the first time usage of + update_mute_led() + + * Killer(R) Wi-Fi 6 AX1650i 160MHz Wireless Network Adapter (201NGW), + REV=0x354 [8086:a0f0] subsystem id [1a56:1651] wireless adapter not found + due to firmware crash (LP: #1874685) + - SAUCE: iwlwifi: pcie: handle QuZ configs with killer NICs as well + + * rtkit-daemon[*]: Failed to make ourselves RT: Operation not permitted after + upgrade to 20.04 (LP: #1875665) + - [Config] Turn off CONFIG_RT_GROUP_SCHED everywhere + + * Unable to handle kernel pointer dereference in virtual kernel address space + on Eoan (LP: #1876645) + - SAUCE: overlayfs: fix shitfs special-casing + + * Miscellaneous Ubuntu changes + - SAUCE: skip building selftest 'runqslower' if kernel not built + - Rebase to v5.7-rc6 + - [Config] updateconfigs after 5.7-rc6 rebase + + [ Upstream Kernel Changes ] + + * Rebase to v5.7-rc6 + + -- Paolo Pisati Mon, 18 May 2020 11:27:25 +0200 + +linux-5.7 (5.7.0-3.4) groovy; urgency=medium + + [ Upstream Kernel Changes ] + + * Rebase to v5.7-rc5 + + * Packaging resync (LP: #1786013) + - update dkms package versions + + * getitimer returns it_value=0 erroneously (LP: #1349028) + - [Config] CONTEXT_TRACKING_FORCE policy should be unset + + * lockdown on power (LP: #1855668) // Ubuntu Kernel Support for OpenPOWER NV + Secure & Trusted Boot (LP: #1866909) + - [Config] Enable configs for OpenPOWER NV Secure & Trusted Boot + + * Miscellaneous Ubuntu changes + - SAUCE: Import aufs driver + - [Config] Enable aufs + - [Config] annotations: remove SND_SOC_SOF_HDA_COMMON_HDMI_CODEC + - [Config] Remove CONFIG_SND_HDA_INTEL_DETECT_DMIC from annotations + - [Debian] final-checks -- Do not remove ~* from abi + - [Config] Enable 5-level page table support for x86 + - [Config] updateconfigs after 5.7-rc5 rebase + + -- Paolo Pisati Mon, 11 May 2020 10:25:42 +0200 + +linux-5.7 (5.7.0-2.3) groovy; urgency=medium + + * Packaging resync (LP: #1786013) + - [Packaging] update helper scripts + - update dkms package versions + - [Packaging] update helper scripts + + * ASUS T100HAN boots to a blank screen with a cursor [i965: Failed to submit + batchbuffer: Input/output error] (LP: #1860754) + - [Config] CONFIG_PMIC_OPREGION=y and CONFIG_GPIO_CRYSTAL_COVE=y for amd64 + + * ubuntu/focal64 fails to mount Vagrant shared folders (LP: #1873506) + - [Packaging] Move virtualbox modules to linux-modules + - [Packaging] Remove vbox and zfs modules from generic.inclusion-list + + * built-using constraints preventing uploads (LP: #1875601) + - temporarily drop Built-Using data + + * dkms artifacts may expire from the pool (LP: #1850958) + - [Packaging] autoreconstruct -- manage executable debian files + - [packaging] handle downloads from the librarian better + + * Add signed modules for the 435 NVIDIA driver (LP: #1875888) + - [Packaging] NVIDIA -- add signed modules for the 435 NVIDIA driver + + * [Selftests] Apply various fixes and improvements (LP: #1870543) + - SAUCE: selftests/seccomp -- Disable timeout for seccomp tests + + * [17.04 FEAT] Integrate kernel message catalogue for s390x into Ubuntu + distribution (LP: #1628889) + - SAUCE: s390: kernel message catalog + + * Overlayfs in user namespace leaks directory content of inaccessible + directories (LP: #1793458) // CVE-2018-6559 + - SAUCE: overlayfs: ensure mounter privileges when reading directories + + * suspend only works once on ThinkPad X1 Carbon gen 7 (LP: #1865570) + - SAUCE: e1000e: Disable s0ix flow for X1 Carbon 7th + + * [ICL] TC port in legacy/static mode can't be detected due TCCOLD + (LP: #1868936) + - drm/i915/display: Move out code to return the digital_port of the aux ch + - drm/i915/display: Add intel_legacy_aux_to_power_domain() + - drm/i915/display: Split hsw_power_well_enable() into two + - drm/i915/tc/icl: Implement TC cold sequences + - drm/i915/tc: Skip ref held check for TC legacy aux power wells + - drm/i915/tc/tgl: Implement TC cold sequences + - drm/i915/tc: Catch TC users accessing FIA registers without enable aux + - drm/i915/tc: Do not warn when aux power well of static TC ports timeout + + * Touchpad doesn't work on Dell Inspiron 7000 2-in-1 (LP: #1851901) + - Revert "UBUNTU: SAUCE: mfd: intel-lpss: add quirk for Dell XPS 13 7390 + 2-in-1" + + * 'Elan touchpad' not detected on 'Lenovo ThinkBook 15 IIL' (LP: #1861610) + - SAUCE: Input: elan_i2c - add more hardware ID for Lenovo laptop + + * linux-image-5.0.0-35-generic breaks checkpointing of container + (LP: #1857257) + - SAUCE: overlayfs: use shiftfs hacks only with shiftfs as underlay + + * alsa/sof: kernel oops on the machine without Intel hdmi audio codec (a + regression in the asoc machine driver) (LP: #1874359) + - ASoC: intel/skl/hda - fix oops on systems without i915 audio codec + + * Add debian/rules targets to compile/run kernel selftests (LP: #1874286) + - [Packaging] add support to compile/run selftests + + * 5.4.0-24.28 does not seem to apply rtprio, whereas -21 does. (LP: #1873315) + - [Config] lowlatency: turn off RT_GROUP_SCHED + + * alsa/sof: external mic can't be deteced on Lenovo and HP laptops + (LP: #1872569) + - SAUCE: ASoC: intel/skl/hda - set autosuspend timeout for hda codecs + + * shiftfs: O_TMPFILE reports ESTALE (LP: #1872757) + - SAUCE: shiftfs: fix dentry revalidation + + * shiftfs: broken shiftfs nesting (LP: #1872094) + - SAUCE: shiftfs: record correct creator credentials + + * lockdown on power (LP: #1855668) + - SAUCE: (lockdown) powerpc: lock down kernel in secure boot mode + + * Add support for Realtek 8723DE wireless adapter (LP: #1780590) + - SAUCE: rtw88: add adaptivity support for EU/JP regulatory + - SAUCE: rtw88: update tx descriptor of mgmt and rsvd page packets + - SAUCE: rtw88: sar: dump sar information via debugfs + - SAUCE: rtw88: 8723d: add IQ calibration + - SAUCE: rtw88: 8723d: Add power tracking + - SAUCE: rtw88: 8723d: implement flush queue + - SAUCE: rtw88: 8723d: set ltecoex register address in chip_info + - SAUCE: rtw88: 8723d: Add coex support + - SAUCE: rtw88: 8723d: Add shutdown callback to disable BT USB suspend + + * Fix authentication fail on Realtek WiFi 8723de (LP: #1871300) + - SAUCE: rtw88: No retry and report for auth and assoc + - SAUCE: rtw88: fix rate for a while after being connected + - SAUCE: rtw88: Move driver IQK to set channel before association for 11N chip + + * Miscellaneous Ubuntu changes + - SAUCE: rtw88: fix 'const' mismatch in power suequence hooks + - SAUCE: rtw88: fix 'const' mismatch in + __priority_queue_cfg_legacy()/__priority_queue_cfg() + - [Config] RTW88=m + - SAUCE: (lockdown) Revert carried-forward lockdown patches + - SAUCE: (lockdown) Add efi_status_to_str() and rework efi_status_to_err(). + - SAUCE: (lockdown) Make get_cert_list() use efi_status_to_str() to print + error messages. + - SAUCE: (lockdown) security: lockdown: expose a hook to lock the kernel down + - SAUCE: (lockdown) efi: Add an EFI_SECURE_BOOT flag to indicate secure boot + mode + - SAUCE: (lockdown) efi: Lock down the kernel if booted in secure boot mode + - SAUCE: (lockdown) s390: Lock down the kernel when the IPL secure flag is set + - SAUCE: (lockdown) KEYS: Make use of platform keyring for module signature + verify + - SAUCE: (lockdown) arm64: Allow locking down the kernel under EFI secure boot + - SAUCE: (lockdown) security: lockdown: Make + CONFIG_LOCK_DOWN_IN_EFI_SECURE_BOOT more generic + - [Config] Add back CONFIG_LOCK_DOWN_IN_SECURE_BOOT annotation for ppc64el + - [Config] CONFIG_RT_GROUP_SCHED=y + - [Packaging] Include modules.builtin.modinfo in linux-modules + - SAUCE: LSM: Infrastructure management of the sock security + - SAUCE: Fix-up af_unix mediation for sock infrastructure management + - SAUCE: Revert "apparmor: Allow filtering based on secmark policy" + - SAUCE: Revert "apparmor: Parse secmark policy" + - SAUCE: Revert "apparmor: Add a wildcard secid" + - SAUCE: Revert "apparmor: fixup secid map conversion to using IDR" + - SAUCE: Revert "apparmor: Use an IDR to allocate apparmor secids" + - SAUCE: Revert "apparmor: add support for mapping secids and using secctxes" + - Update dropped.txt for restored apparmor patches + - Remove lockdown patches from dropped.txt + - SAUCE: powerpc/ima: require IMA module signatures only if MODULE_SIG is not + enabled + - SAUCE: selftests/ftrace: Use printf instead of echo in kprobe syntax error + tests + - SAUCE: selftests/net -- disable l2tp.sh test + - SAUCE: selftests/net -- disable timeout + - SAUCE: tools: hv: Update shebang to use python3 instead of python + - Remove dropped.txt + - [Packaging] move linux-doc and linux-libc-dev stubs to debian.master + - [Debian] Support generating configs for riscv64 + - [Config] CONFIG_KMSG_IDS=y for s390x + - [Packaging] add libcap-dev dependency + - [Config] CONFIG_AD5770R=m + - [Config] CONFIG_AL3010=m + - [Config] CONFIG_APPLE_MFI_FASTCHARGE=m + - [Config] CONFIG_BAREUDP=m + - [Config] CONFIG_CRYPTO_DEV_OCTEONTX_CPT=m + - [Config] CONFIG_CRYPTO_DEV_ZYNQMP_AES=m + - [Config] CONFIG_DRM_DISPLAY_CONNECTOR=m + - [Config] CONFIG_DRM_PANEL_BOE_TV101WUM_NL6=m + - [Config] CONFIG_DRM_PANEL_ELIDA_KD35T133=m + - [Config] CONFIG_DRM_PANEL_FEIXIN_K101_IM2BA02=m + - [Config] CONFIG_DRM_PANEL_NOVATEK_NT35510=m + - [Config] CONFIG_DRM_PANEL_SAMSUNG_S6E88A0_AMS452EF01=m + - [Config] CONFIG_DRM_PARADE_PS8640=m + - [Config] CONFIG_DRM_SIMPLE_BRIDGE=m + - [Config] CONFIG_DRM_TIDSS=m + - [Config] CONFIG_DRM_TI_TPD12S015=m + - [Config] CONFIG_DRM_TOSHIBA_TC358768=m + - [Config] CONFIG_EDAC_DMC520=m + - [Config] CONFIG_EXFAT_FS=m + - [Config] CONFIG_GP2AP002=m + - [Config] CONFIG_GPIO_MLXBF2=m + - [Config] CONFIG_HID_GLORIOUS=m + - [Config] CONFIG_HID_MCP2221=m + - [Config] CONFIG_HMC425=m + - [Config] CONFIG_ICP10100=m + - [Config] CONFIG_IMX8MM_THERMAL=m + - [Config] CONFIG_IMX_SC_THERMAL=m + - [Config] CONFIG_INTERCONNECT_QCOM_OSM_L3=m + - [Config] CONFIG_INTERCONNECT_QCOM_SC7180=m + - [Config] CONFIG_K3_RTI_WATCHDOG=m + - [Config] CONFIG_MDIO_IPQ8064=m + - [Config] CONFIG_MDIO_MVUSB=m + - [Config] CONFIG_MHI_BUS=m + - [Config] CONFIG_OCTEONTX2_VF=m + - [Config] CONFIG_PHY_CADENCE_TORRENT=m + - [Config] CONFIG_PHY_QCOM_USB_HS_28NM=m + - [Config] CONFIG_PHY_QCOM_USB_SS=m + - [Config] CONFIG_PINCTRL_DA9062=m + - [Config] CONFIG_PINCTRL_IPQ6018=m + - [Config] CONFIG_PTP_1588_CLOCK_IDT82P33=m + - [Config] CONFIG_PTP_1588_CLOCK_VMW=m + - [Config] CONFIG_QCOM_IPA=m + - [Config] CONFIG_REGULATOR_MP5416=m + - [Config] CONFIG_REGULATOR_MP886X=m + - [Config] CONFIG_RN5T618_ADC=m + - [Config] CONFIG_RTC_DRV_MT2712=m + - [Config] CONFIG_RTC_DRV_RC5T619=m + - [Config] CONFIG_SC_MSS_7180=m + - [Config] CONFIG_SENSORS_AXI_FAN_CONTROL=m + - [Config] CONFIG_SM_GCC_8250=m + - [Config] CONFIG_SND_BCM63XX_I2S_WHISTLER=m + - [Config] CONFIG_SND_MESON_AIU=m + - [Config] CONFIG_SND_MESON_G12A_TOACODEC=m + - [Config] CONFIG_SND_MESON_GX_SOUND_CARD=m + - [Config] CONFIG_SND_SOC_AMD_RV_RT5682_MACH=m + - [Config] CONFIG_SND_SOC_INTEL_SOF_PCM512x_MACH=m + - [Config] CONFIG_SND_SOC_MESON_T9015=m + - [Config] CONFIG_SND_SOC_RT5682_SDW=m + - [Config] CONFIG_SND_SOC_TLV320ADCX140=m + - [Config] CONFIG_SPI_FSI=m + - [Config] CONFIG_SPI_MTK_NOR=m + - [Config] CONFIG_SPI_MUX=m + - [Config] CONFIG_SPRD_THERMAL=m + - [Config] CONFIG_SURFACE_3_POWER_OPREGION=m + - [Config] CONFIG_TINYDRM_ILI9486=m + - [Config] CONFIG_TI_K3_AM65_CPSW_NUSS=m + - [Config] CONFIG_TYPEC_MUX_INTEL_PMC=m + - [Config] CONFIG_UACCE=m + - [Config] CONFIG_UNIPHIER_XDMAC=m + - [Config] CONFIG_USB_MAX3420_UDC=m + - [Config] CONFIG_USB_RAW_GADGET=m + - [Config] CONFIG_VHOST_VDPA=m + - [Config] CONFIG_VIDEO_IMX219=m + - [Config] CONFIG_VIDEO_SUN8I_ROTATE=m + - [Config] CONFIG_VIRTIO_VDPA=m + - [Config] CONFIG_MOST_COMPONENTS=m + - [Config] CONFIG_MFD_IQS62X=m + - packaging: getabis: switch to ckt-ppa:bootstrap/linux-5.7 + + * Miscellaneous upstream changes + - Revert "UBUNTU: SAUCE: rtw88: add rtw_read8_mask and rtw_read16_mask" + - Revert "UBUNTU: SAUCE: drm/i915/fbc: disable framebuffer compression on + IceLake" + - Revert "UBUNTU: SAUCE: platform/x86: dell-uart-backlight: move retry block" + + -- Paolo Pisati Mon, 04 May 2020 10:48:48 +0200 + +linux-5.7 (5.7.0-1.2) groovy; urgency=medium + + * Packaging resync (LP: #1786013) + - [Packaging] update helper scripts + + * Miscellaneous Ubuntu changes + - SAUCE: hio: pass make_request ptr directly to blk_alloc_queue() + - SAUCE: hio: locally define disk_map_sector_rcu() + - SAUCE: hio: Revert "block: unexport disk_map_sector_rcu" + - SAUCE: hio: include + - [Config] amd64: i386: HIO=m + - [Config] updateconfigs after 5.7-rc3 rebase + + -- Paolo Pisati Mon, 27 Apr 2020 11:31:38 +0200 + +linux-5.7 (5.7.0-0.1) groovy; urgency=medium + + * Miscellaneous Ubuntu changes + - [Config] updateconfigs after rebase to 5.7-rc1 + + [ Upstream Kernel Changes ] + + * Rebase to v5.7-rc1 + * Rebase to v5.7-rc2 + + -- Paolo Pisati Thu, 16 Apr 2020 11:53:58 +0200 + +linux-5.7 (5.7.0-0.0) focal; urgency=medium + + * Dummy entry + + -- Paolo Pisati Thu, 16 Apr 2020 11:53:58 +0200 + +linux-5.6 (5.6.0-7.7) focal; urgency=medium + + * Packaging resync (LP: #1786013) + - update dkms package versions + + * Kernel Oops - general protection fault: 0000 [#1] SMP PTI after + disconnecting thunderbolt docking station (LP: #1864754) + - SAUCE: ptp: free ptp clock properly + + * swap storms kills interactive use (LP: #1861359) + - SAUCE: mm/page_alloc.c: disable memory reclaim watermark boosting by default + + * sysfs: incorrect network device permissions on network namespace change + (LP: #1865359) + - sysfs: add sysfs_file_change_owner() + - sysfs: add sysfs_link_change_owner() + - sysfs: add sysfs_group{s}_change_owner() + - sysfs: add sysfs_change_owner() + - device: add device_change_owner() + - drivers/base/power: add dpm_sysfs_change_owner() + - net-sysfs: add netdev_change_owner() + - net-sysfs: add queue_change_owner() + - net: fix sysfs permssions when device changes network namespace + - sysfs: fix static inline declaration of sysfs_groups_change_owner() + + * Miscellaneous Ubuntu changes + - [Config] updateconfigs after rebase to 5.6 + + [ Upstream Kernel Changes ] + + * Rebase to v5.6 + + -- Andrea Righi Tue, 31 Mar 2020 10:45:09 +0200 + +linux-5.6 (5.6.0-6.6) focal; urgency=medium + + * suspend only works once on ThinkPad X1 Carbon gen 7 (LP: #1865570) + - SAUCE: e1000e: Disable s0ix flow for X1 Carbon 7th + + * Make Dell WD19 dock more reliable after suspend (LP: #1868217) + - xhci: Ensure link state is U3 after setting USB_SS_PORT_LS_U3 + - xhci: Wait until link state trainsits to U0 after setting USB_SS_PORT_LS_U0 + - xhci: Finetune host initiated USB3 rootport link suspend and resume + + * update-version-dkms doesn't add a BugLink (LP: #1867790) + - [Packaging] Add BugLink to update-version-dkms commit + + * Add support for Realtek 8723DE wireless adapter (LP: #1780590) + - SAUCE: rtw88: add regulatory process strategy for different chipset + - SAUCE: rtw88: support dynamic user regulatory setting + - SAUCE: rtw88: Use secondary channel offset enumeration + - SAUCE: rtw88: 8822c: modify rf protection setting + - SAUCE: rtw88: disable TX-AMSDU on 2.4G band + - SAUCE: Revert "rtw88: disable TX-AMSDU on 2.4G band" + - SAUCE: rtw88: disable TX-AMSDU on 2.4G band + - SAUCE: rtw88: remove unused parameter vif in rtw_lps_pg_info_get() + - SAUCE: rtw88: add rtw_read8_mask and rtw_read16_mask + - SAUCE: rtw88: pci: 8822c should set clock delay to zero + - SAUCE: rtw88: move rtw_enter_ips() to the last when config + - SAUCE: rtw88: avoid holding mutex for cancel_delayed_work_sync() + - SAUCE: rtw88: add ciphers to suppress error message + - SAUCE: rtw88: 8822c: update power sequence to v16 + - SAUCE: rtw88: Fix incorrect beamformee role setting + - SAUCE: rtw88: don't hold all IRQs disabled for PS operations + - SAUCE: rtw88: extract alloc rsvd_page and h2c skb routines + - SAUCE: rtw88: associate reserved pages with each vif + - SAUCE: rtw88: add adaptivity support for EU/JP regulatory + - SAUCE: rtw88: 8723d: Add basic chip capabilities + - SAUCE: rtw88: 8723d: add beamform wrapper functions + - SAUCE: rtw88: 8723d: Add power sequence + - SAUCE: rtw88: 8723d: Add RF read/write ops + - SAUCE: rtw88: 8723d: Add mac/bb/rf/agc/power_limit tables + - SAUCE: rtw88: 8723d: Add cfg_ldo25 to control LDO25 + - SAUCE: rtw88: 8723d: Add new chip op efuse_grant() to control efuse access + - SAUCE: rtw88: 8723d: Add read_efuse to recognize efuse info from map + - SAUCE: rtw88: add legacy firmware download for 8723D devices + - SAUCE: rtw88: no need to send additional information to legacy firmware + - SAUCE: rtw88: 8723d: Add mac power-on/-off function + - SAUCE: rtw88: decompose while(1) loop of power sequence polling command + - SAUCE: rtw88: 8723d: 11N chips don't support H2C queue + - SAUCE: rtw88: 8723d: implement set_tx_power_index ops + - SAUCE: rtw88: 8723d: Organize chip TX/RX FIFO + - SAUCE: rtw88: 8723d: initialize mac/bb/rf basic functions + - SAUCE: rtw88: 8723d: Add DIG parameter + - SAUCE: rtw88: 8723d: Add query_rx_desc + - SAUCE: rtw88: 8723d: Add set_channel + - SAUCE: rtw88: handle C2H_CCX_TX_RPT to know if packet TX'ed successfully + - SAUCE: rtw88: 8723d: 11N chips don't support LDPC + - SAUCE: rtw88: set default port to firmware + - SAUCE: rtw88: update tx descriptor of mgmt and rsvd page packets + - SAUCE: rtw88: sar: add SAR of TX power limit + - SAUCE: rtw88: sar: Load static SAR table from ACPI WRDS method + - SAUCE: rtw88: sar: Load dynamic SAR table from ACPI methods + - SAUCE: rtw88: sar: apply dynamic SAR table to tx power limit + - SAUCE: rtw88: sar: add sar_work to poll if dynamic SAR table is changed + - SAUCE: rtw88: sar: dump sar information via debugfs + - SAUCE: rtw88: 8723d: Add chip_ops::false_alarm_statistics + - SAUCE: rtw88: 8723d: Set IG register for CCK rate + - SAUCE: rtw88: 8723d: add interface configurations table + - SAUCE: rtw88: 8723d: Add LC calibration + - SAUCE: rtw88: 8723d: add IQ calibration + - SAUCE: rtw88: 8723d: Add power tracking + - SAUCE: rtw88: 8723d: Add shutdown callback to disable BT USB suspend + - SAUCE: rtw88: 8723d: implement flush queue + - SAUCE: rtw88: 8723d: set ltecoex register address in chip_info + - SAUCE: rtw88: 8723d: Add coex support + - SAUCE: rtw88: fill zeros to words 0x06 and 0x07 of security cam entry + - SAUCE: rtw88: 8723d: Add 8723DE to Kconfig and Makefile + - [Config] CONFIG_RTW88_8723DE=y + + * [Ubuntu 20.04] Unset HIBERNATION and PM kernel config options for focal + (LP: #1867753) + - [Config] CONFIG_HIBERNATION=n and CONFIG_PM=n for s390x + + * [20.04 FEAT] Base KVM setup for secure guests - kernel part (LP: #1835531) + - s390/protvirt: introduce host side setup + - s390/protvirt: add ultravisor initialization + - s390/mm: provide memory management functions for protected KVM guests + - s390/mm: add (non)secure page access exceptions handlers + - s390/protvirt: Add sysfs firmware interface for Ultravisor information + - KVM: s390/interrupt: do not pin adapter interrupt pages + - KVM: s390: protvirt: Add UV debug trace + - KVM: s390: add new variants of UV CALL + - KVM: s390: protvirt: Add initial vm and cpu lifecycle handling + - KVM: s390: protvirt: Secure memory is not mergeable + - KVM: s390/mm: Make pages accessible before destroying the guest + - KVM: s390: protvirt: Handle SE notification interceptions + - KVM: s390: protvirt: Instruction emulation + - KVM: s390: protvirt: Implement interrupt injection + - KVM: s390: protvirt: Add SCLP interrupt handling + - KVM: s390: protvirt: Handle spec exception loops + - KVM: s390: protvirt: Add new gprs location handling + - KVM: S390: protvirt: Introduce instruction data area bounce buffer + - KVM: s390: protvirt: handle secure guest prefix pages + - KVM: s390/mm: handle guest unpin events + - KVM: s390: protvirt: Write sthyi data to instruction data area + - KVM: s390: protvirt: STSI handling + - KVM: s390: protvirt: disallow one_reg + - KVM: s390: protvirt: Do only reset registers that are accessible + - KVM: s390: protvirt: Only sync fmt4 registers + - KVM: s390: protvirt: Add program exception injection + - KVM: s390: protvirt: UV calls in support of diag308 0, 1 + - KVM: s390: protvirt: Report CPU state to Ultravisor + - KVM: s390: protvirt: Support cmd 5 operation state + - KVM: s390: protvirt: Mask PSW interrupt bits for interception 104 and 112 + - KVM: s390: protvirt: do not inject interrupts after start + - KVM: s390: protvirt: Add UV cpu reset calls + - DOCUMENTATION: Protected virtual machine introduction and IPL + - KVM: s390: protvirt: introduce and enable KVM_CAP_S390_PROTECTED + - KVM: s390: protvirt: Add KVM api documentation + - mm/gup/writeback: add callbacks for inaccessible pages + + * All PS/2 ports on PS/2 Serial add-in bracket are not working after S3 + (LP: #1866734) + - SAUCE: Input: i8042 - fix the selftest retry logic + + * Sys oopsed with sysfs test in ubuntu_stress_smoke_test on X-hwe ARM64 + (LP: #1866772) + - ACPI: sysfs: copy ACPI data using io memory copying + + * Miscellaneous Ubuntu changes + - hio -- remove duplicated MODULE_DEVICE_TABLE declaration + - SAUCE: r8169: disable ASPM L1.1 + - [Config] update annotations from configs + - [Config] update configs after annotation file review + - SAUCE: Revert "tools/power turbostat: Fix 32-bit capabilities warning" + + * Miscellaneous upstream changes + - drm/i915: Fix eDP DPCD aux max backlight calculations + - drm/dp: Introduce EDID-based quirks + - drm/i915: Force DPCD backlight mode on X1 Extreme 2nd Gen 4K AMOLED panel + - drm/i915: Force DPCD backlight mode for some Dell CML 2020 panels + + [ Upstream Kernel Changes ] + + * Rebase to v5.6-rc7 + + -- Andrea Righi Wed, 25 Mar 2020 18:09:13 +0100 + +linux-5.6 (5.6.0-5.5) focal; urgency=medium + + * please help enable CONFIG_EROFS_FS_ZIP (LP: #1867099) + - [Config] CONFIG_EROFS_FS_ZIP=y + - [Config] CONFIG_EROFS_FS_CLUSTER_PAGE_LIMIT=1 + + * Miscellaneous Ubuntu changes + - Config: Fix SND_HDA_PREALLOC_SIZE annotations + - Config: Fix DATA_SHIFT annotations + - Config: remove ANDROID_VSOC from annotations + - Config: remove arm arch from annotations + - Config: Update SOC_R8A7796X annotations + - Config: Update CLK_R8A7796X annotations + - update dkms package versions + - [Config] updateconfigs after rebase to 5.6-rc6 + + [ Upstream Kernel Changes ] + + * Rebase to v5.6-rc6 + + -- Andrea Righi Wed, 18 Mar 2020 17:25:30 +0100 + +linux-5.6 (5.6.0-4.4) focal; urgency=medium + + * Packaging resync (LP: #1786013) + - [Packaging] resync getabis + - [Packaging] update helper scripts + + * Add sysfs attribute to show remapped NVMe (LP: #1863621) + - SAUCE: ata: ahci: Add sysfs attribute to show remapped NVMe device count + + * [20.04 FEAT] Compression improvements in Linux kernel (LP: #1830208) + - [Config] Introducing s390x specific kernel config option CONFIG_ZLIB_DFLTCC + + * [UBUNTU 20.04] s390x/pci: increase CONFIG_PCI_NR_FUNCTIONS to 512 in kernel + config (LP: #1866056) + - [Config] Increase CONFIG_PCI_NR_FUNCTIONS from 64 to 512 starting with focal + on s390x + + * CONFIG_IP_MROUTE_MULTIPLE_TABLES is not set (LP: #1865332) + - [Config] CONFIG_IP_MROUTE_MULTIPLE_TABLES=y + + * [UBUNTU 20.04] Enable CONFIG_NET_SWITCHDEV in kernel config for s390x + starting with focal (LP: #1865452) + - [Config] Enable CONFIG_NET_SWITCHDEV in kernel config for s390x starting + with focal + + * Miscellaneous Ubuntu changes + - SAUCE: Revert "UBUNTU: SAUCE: blk/core: Gracefully handle unset + make_request_fn" + - [Packaging] prevent duplicated entries in modules.ignore + - update dkms package versions + - [Config] updateconfigs after rebase to 5.6-rc5 + + [ Upstream Kernel Changes ] + + * Rebase to v5.6-rc5 + + -- Andrea Righi Mon, 09 Mar 2020 09:42:06 +0100 + +linux-5.6 (5.6.0-3.3) focal; urgency=medium + + * nsleep-lat / set-timer-lat / inconsistency-check / raw_skew from timer in + ubuntu_kernel_selftests timeout on 5.3 / 5.4 (LP: #1864626) + - selftests/timers: Turn off timeout setting + + * Update kernel options CONFIG_NR_CPUS and CONFIG_NUMA_EMU for focal + (LP: #1864198) + - Ubuntu: [Config] Update kernel options CONFIG_NR_CPUS and CONFIG_NUMA_EMU + + * alsa/hda/realtek: fix a mute led regression on Lenovo X1 Carbon + (LP: #1864576) + - SAUCE: ALSA: hda/realtek - Fix a regression for mute led on Lenovo Carbon X1 + + * r8152 init may take up to 40 seconds at initialization with Dell WD19/WD19DC + during hotplug (LP: #1864284) + - UBUNTU SAUCE: r8151: check disconnect status after long sleep + + * Another Dell AIO backlight issue (LP: #1863880) + - SAUCE: platform/x86: dell-uart-backlight: move retry block + + * Backport GetFB2 ioctl (LP: #1863874) + - SAUCE: drm: Add getfb2 ioctl + + * Focal Fossa (20.04) feature request - Enable CONFIG_X86_UV (LP: #1863810) + - [Config] CONFIG_X86_UV=y + + * Miscellaneous Ubuntu changes + - debian: remove snapdragon config, rules and flavour + - remove snapdragon abi files + - update dkms package versions + - [Config] updateconfigs after rebase to 5.6-rc4 + + * Miscellaneous upstream changes + - updateconfigs following snapdragon removal + + [ Upstream Kernel Changes ] + + * Rebase to v5.6-rc4 + + -- Andrea Righi Wed, 04 Mar 2020 08:21:10 +0100 + +linux-5.6 (5.6.0-2.2) focal; urgency=medium + + * Sometimes can't adjust brightness on Dell AIO (LP: #1862885) + - SAUCE: platform/x86: dell-uart-backlight: increase retry times + + * Dell XPS 13 (7390) Display Flickering - 19.10 (LP: #1849947) + - SAUCE: drm/i915: Disable PSR by default on all platforms + + * Miscellaneous Ubuntu changes + - [debian] ignore missing wireguard module + - SAUCE: (lockdown) Add efi_status_to_str() and rework efi_status_to_err(). + - SAUCE: (lockdown) security: lockdown: expose a hook to lock the kernel down + - SAUCE: (lockdown) efi: Add an EFI_SECURE_BOOT flag to indicate secure boot + mode + - SAUCE: (lockdown) efi: Lock down the kernel if booted in secure boot mode + - SAUCE: (lockdown) s390: Lock down the kernel when the IPL secure flag is set + - SAUCE: (lockdown) KEYS: Make use of platform keyring for module signature + verify + - SAUCE: (lockdown) arm64: Allow locking down the kernel under EFI secure boot + - SAUCE: (lockdown) security: lockdown: Make + CONFIG_LOCK_DOWN_IN_EFI_SECURE_BOOT more generic + - [Config] CONFIG_LOCK_DOWN_IN_SECURE_BOOT=y + - update dkms package versions + - [Config] updateconfigs after rebase to 5.6-rc3 + + * Miscellaneous upstream changes + - Revert "UBUNTU: SAUCE: (lockdown) s390/ipl: lockdown kernel when booted + secure" + - Revert "UBUNTU: SAUCE: (lockdown) KEYS: Make use of platform keyring for + module signature verify" + - Revert "UBUNTU: SAUCE: (lockdown) Add a SysRq option to lift kernel + lockdown" + - Revert "UBUNTU: SAUCE: (lockdown) security: lockdown: expose a hook to lock + the kernel down" + - Revert "UBUNTU: SAUCE: (lockdown) Add efi_status_to_str() and rework + efi_status_to_err()." + + -- Andrea Righi Mon, 24 Feb 2020 18:57:22 +0100 + +linux-5.6 (5.6.0-1.1) focal; urgency=medium + + * Integrate Intel SGX driver into linux-azure (LP: #1844245) + - [Packaging] Add systemd service to load intel_sgx + + * QAT drivers for C3XXX and C62X not included as modules (LP: #1845959) + - [Config] CRYPTO_DEV_QAT_C3XXX=m, CRYPTO_DEV_QAT_C62X=m and + CRYPTO_DEV_QAT_DH895xCC=m + + * 5.4.0-11 crash on cryptsetup open (LP: #1860231) + - SAUCE: blk/core: Gracefully handle unset make_request_fn + + * multi-zone raid0 corruption (LP: #1850540) + - SAUCE: md/raid0: Use kernel specific layout + + * Miscellaneous Ubuntu changes + - update dkms package versions + - update dropped.txt after rebase to v5.6-rc1 + - [Config] updateconfigs after rebase to 5.6-rc1 + - hio -- proc_create() requires a "struct proc_ops" in 5.6 + - SAUCE: arm: fix build error in kvm tracepoint + + * Miscellaneous upstream changes + - Revert "UBUNTU: [Config] Disable the uselib system call" + - Revert "UBUNTU: [Config] Disable legacy PTY naming" + - Revert "UBUNTU: [Config] Enforce filtered access to iomem" + - Revert "UBUNTU: [Config] Enable notifier call chain validations" + - Revert "UBUNTU: [Config] Enable scatterlist validation" + - Revert "UBUNTU: [Config] Enable cred sanity checks" + - Revert "UBUNTU: [Config] Enable linked list manipulation checks" + + [ Upstream Kernel Changes ] + + * Rebase to v5.6-rc1 + + -- Andrea Righi Thu, 13 Feb 2020 17:20:27 +0100 + +linux-5.6 (5.6.0-0.0) focal; urgency=medium + + * Dummy entry + + -- Andrea Righi Mon, 10 Feb 2020 11:06:18 +0100 + +linux-5.5 (5.5.0-7.8) focal; urgency=medium + + * CONFIG_USELIB should be disabled (LP: #1855341) + - [Config] Disable the uselib system call + + * CONFIG_LEGACY_PTYS should be disabled (LP: #1855339) + - [Config] Disable legacy PTY naming + + * CONFIG_IO_STRICT_DEVMEM should be enabled (LP: #1855338) + - [Config] Enforce filtered access to iomem + + * CONFIG_DEBUG_NOTIFIERS should be enabled (LP: #1855337) + - [Config] Enable notifier call chain validations + + * CONFIG_DEBUG_SG should be enabled (LP: #1855336) + - [Config] Enable scatterlist validation + + * CONFIG_DEBUG_CREDENTIALS should be enabled (LP: #1855335) + - [Config] Enable cred sanity checks + + * CONFIG_DEBUG_LIST should be enabled (LP: #1855334) + - [Config] Enable linked list manipulation checks + + * shiftfs: prevent lower dentries from going negative during unlink + (LP: #1860041) + - SAUCE: shiftfs: prevent lower dentries from going negative during unlink + + * [SRU][B/OEM-B/OEM-OSP1/D/E/Unstable] UBUNTU: SAUCE: Use native backlight on + Lenovo E41-25/45 (LP: #1859561) + - SAUCE: ACPI: video: Use native backlight on Lenovo E41-25/45 + + * USB key cannot be detected by hotplug on Sunix USB Type-A 3.1 Gen 2 card + [1b21:2142] (LP: #1858988) + - SAUCE: PCI: Avoid ASMedia XHCI USB PME# from D0 defect + + * Dell AIO can't adjust brightness (LP: #1858761) + - SAUCE: platform/x86: dell-uart-backlight: add retry for get scalar status + + * Miscellaneous Ubuntu changes + - [Config] Fix typo in annotations file + - update dkms package versions + + [ Upstream Kernel Changes ] + + * Rebase to v5.5 + + -- Andrea Righi Mon, 27 Jan 2020 11:39:38 +0100 + +linux-5.5 (5.5.0-6.7) focal; urgency=medium + + * Miscellaneous Ubuntu changes + - [Packaging] Update ubuntu-regression-suite dependency to python2 + - [Packaging] Fix ubuntu-regression-suite python dependency for hwe kernel + - update dkms package versions + + [ Upstream Kernel Changes ] + + * Rebase to v5.5-rc7 + + -- Andrea Righi Mon, 20 Jan 2020 10:16:01 +0100 + +linux-5.5 (5.5.0-5.6) focal; urgency=medium + + * Miscellaneous Ubuntu changes + - update dkms package versions + + [ Upstream Kernel Changes ] + + * Rebase to v5.5-rc6 + + -- Andrea Righi Mon, 13 Jan 2020 15:50:12 +0100 + +linux-5.5 (5.5.0-4.5) focal; urgency=medium + + * linux build and autopkg tests need to use python2 instead of python + (LP: #1858487) + - [Packaging] Remove python-dev build dependency + + -- Andrea Righi Wed, 08 Jan 2020 16:00:26 +0100 + +linux-5.5 (5.5.0-3.4) focal; urgency=medium + + * [SRU][B/OEM-B/OEM-OSP1/D/E/F] Add LG I2C touchscreen multitouch support + (LP: #1857541) + - SAUCE: HID: multitouch: Add LG MELF0410 I2C touchscreen support + + * Make vfio-pci built-in or xhci_hcd optional (LP: #1770845) + - [Config]: built-in VFIO_PCI for amd64 + + * multi-zone raid0 corruption (LP: #1850540) + - SAUCE: md/raid0: Link to wiki with guidance on multi-zone RAID0 layout + migration + + * Packaging resync (LP: #1786013) + - [Packaging] update variants + + * Miscellaneous Ubuntu changes + - [Packaging] Change source package to linux-5.5 + - [Packaging] Don't use SRCPKGNAME for linux-libc-dev + - [Packaging] Remove linux-source-3 Provides: from linux-source + - [Packaging] Fix linux-doc in linux-image Suggests: + - [Debian] Read variants list into a variable + - [Packaging] Generate linux-libc-dev package only for primary variant + - [Packaging] Generate linux-doc for only the primary variant + - [Debian] Update linux source package name in debian/tests/* + - update dkms package versions + - [Config] updateconfigs after rebase to 5.5-rc3 + - [Config] disable PCI_MESON + - [Config] Add pinctrl-equilibrium to modules.ignore + + [ Upstream Kernel Changes ] + + * Rebase to v5.5-rc5 + + -- Andrea Righi Wed, 08 Jan 2020 11:28:43 +0100 + +linux-5.5 (5.5.0-2.3) focal; urgency=medium + + * Empty entry. + + -- Seth Forshee Tue, 17 Dec 2019 22:33:59 -0600 + +linux (5.5.0-2.3) focal; urgency=medium + + * Support DPCD aux brightness control (LP: #1856134) + - SAUCE: drm/i915: Fix eDP DPCD aux max backlight calculations + - SAUCE: drm/i915: Assume 100% brightness when not in DPCD control mode + - SAUCE: drm/i915: Fix DPCD register order in intel_dp_aux_enable_backlight() + - SAUCE: drm/i915: Auto detect DPCD backlight support by default + - SAUCE: drm/i915: Force DPCD backlight mode on X1 Extreme 2nd Gen 4K AMOLED + panel + - USUNTU: SAUCE: drm/i915: Force DPCD backlight mode on Dell Precision 4K sku + + * change kconfig of the soundwire bus driver from y to m (LP: #1855685) + - [Config]: SOUNDWIRE=m + + * Fix unusable USB hub on Dell TB16 after S3 (LP: #1855312) + - SAUCE: USB: core: Make port power cycle a seperate helper function + - SAUCE: USB: core: Attempt power cycle port when it's in eSS.Disabled state + + * Miscellaneous Ubuntu changes + - [Debian] add python depends to ubuntu-regression-suite + - SAUCE: selftests: net: tls: remove recv_rcvbuf test + - update dkms package versions + + * Miscellaneous upstream changes + - [Config] updateconfigs after rebase to 5.5-rc2 + + -- Andrea Righi Tue, 17 Dec 2019 16:02:43 +0100 + +linux (5.5.0-1.2) focal; urgency=medium + + * Miscellaneous Ubuntu changes + - [Config] disable nvidia dkms build + - [Config] disable virtualbox dkms build + - [Config] disable zfs dkms build + - update dropped.txt after rebase to v5.5-rc1 + - SAUCE: (lockdown) Make get_cert_list() not complain about cert lists that + aren't present. + - SAUCE: (lockdown) Add efi_status_to_str() and rework efi_status_to_err(). + - SAUCE: (lockdown) Make get_cert_list() use efi_status_to_str() to print + error messages. + - SAUCE: (lockdown) security: lockdown: expose a hook to lock the kernel down + - SAUCE: (lockdown) efi: Add an EFI_SECURE_BOOT flag to indicate secure boot + mode + - SAUCE: (lockdown) efi: Lock down the kernel if booted in secure boot mode + - SAUCE: (lockdown) Add a SysRq option to lift kernel lockdown + - SAUCE: (lockdown) KEYS: Make use of platform keyring for module signature + verify + - SAUCE: (lockdown) arm64: Allow locking down the kernel under EFI secure boot + - SAUCE: (lockdown) security: lockdown: Make + CONFIG_LOCK_DOWN_IN_EFI_SECURE_BOOT more generic + - SAUCE: (lockdown) s390/ipl: lockdown kernel when booted secure + - [Config] Enable lockdown under secure boot + - update dkms package versions + + -- Andrea Righi Thu, 12 Dec 2019 16:54:41 +0100 + +linux (5.5.0-0.1) focal; urgency=medium + + * Miscellaneous Ubuntu changes + - [Config] updateconfigs after rebase to 5.5-rc1 + + [ Upstream Kernel Changes ] + + * Rebase to v5.5-rc1 + + -- Andrea Righi Mon, 09 Dec 2019 19:03:35 +0100 + +linux (5.5.0-0.0) focal; urgency=medium + + * Dummy entry. + + -- Andrea Righi Mon, 09 Dec 2019 15:14:37 +0100 + +linux (5.4.0-8.11) focal; urgency=medium + + * focal/linux: 5.4.0-8.9 -proposed tracker (LP: #1855448) + + * update ENA driver for DIMLIB dynamic interrupt moderation (LP: #1853180) + - SAUCE: net: ena: fix issues in setting interrupt moderation params in + ethtool + - SAUCE: net: ena: fix too long default tx interrupt moderation interval + + * Kernel build log filled with "/bin/bash: line 5: warning: command + substitution: ignored null byte in input" (LP: #1853843) + - [Debian] Fix warnings when checking for modules signatures + + * hwe-edge kernel 5.3.0-23.25 kernel does not boot on Precision 5720 AIO + (LP: #1852581) + - [Packaging] Fix module signing with older modinfo + + * Fix MST support on Ice Lake (LP: #1854432) + - drm/i915: fix port checks for MST support on gen >= 11 + + * headphone has noise as not mute on dell machines with alc236/256 + (LP: #1854401) + - SAUCE: ALSA: hda/realtek - Dell headphone has noise on unmute for ALC236 + + * [CML-S62] Need enable intel_pmc_core driver patch for Comet lake- S 6+2 + (LP: #1847450) + - SAUCE: platform/x86: intel_pmc_core: Add Comet Lake (CML) platform support + to intel_pmc_core driver + + * CVE-2019-14901 + - SAUCE: mwifiex: Fix heap overflow in mmwifiex_process_tdls_action_frame() + + * CVE-2019-14896 // CVE-2019-14897 + - SAUCE: libertas: Fix two buffer overflows at parsing bss descriptor + + * CVE-2019-14895 + - SAUCE: mwifiex: fix possible heap overflow in mwifiex_process_country_ie() + + * [CML-S62] Need enable intel_rapl patch support for Comet lake- S 6+2 + (LP: #1847454) + - powercap/intel_rapl: add support for CometLake Mobile + - powercap/intel_rapl: add support for Cometlake desktop + + * External microphone can't work on some dell machines with the codec alc256 + or alc236 (LP: #1853791) + - SAUCE: ALSA: hda/realtek - Move some alc256 pintbls to fallback table + - SAUCE: ALSA: hda/realtek - Move some alc236 pintbls to fallback table + + * remount of multilower moved pivoted-root overlayfs root, results in I/O + errors on some modified files (LP: #1824407) + - SAUCE: ovl: fix lookup failure on multi lower squashfs + + * [CML-S62] Need enable turbostat patch support for Comet lake- S 6+2 + (LP: #1847451) + - SAUCE: tools/power turbostat: Add Cometlake support + + * CONFIG_ARCH_ROCKCHIP is not set in ubuntu 18.04 aarch64,arm64 (LP: #1825222) + - [Config] Enable ROCKCHIP support for arm64 + + * [broadwell-rt286, playback] Since Linux 5.2rc2 audio playback no longer + works on Dell Venue 11 Pro 7140 (LP: #1846539) + - SAUCE: ASoC: SOF: Intel: Broadwell: clarify mutual exclusion with legacy + driver + + * i40e: general protection fault in i40e_config_vf_promiscuous_mode + (LP: #1852663) + - SAUCE: i40e Fix GPF when deleting VMs + + * libbpf check_abi fails on ppc64el (LP: #1854974) + - libbpf: Fix readelf output parsing on powerpc with recent binutils + + * CVE-2019-19050 + - crypto: user - fix memory leak in crypto_reportstat + + * Make hotplugging docking station to Thunderbolt port more reliable + (LP: #1853991) + - PCI/PM: Add pcie_wait_for_link_delay() + - PCI/PM: Add missing link delays required by the PCIe spec + + * i915: Display flickers (monitor loses signal briefly) during "flickerfree" + boot, while showing the BIOS logo on a black background (LP: #1836858) + - [Config] FRAMEBUFFER_CONSOLE_DEFERRED_TAKEOVER=y + + * [CML] New device id's for CMP-H (LP: #1846335) + - i2c: i801: Add support for Intel Comet Lake PCH-H + - mtd: spi-nor: intel-spi: Add support for Intel Comet Lake-H SPI serial flash + - mfd: intel-lpss: Add Intel Comet Lake PCH-H PCI IDs + + * Focal update: v5.4.2 upstream stable release (LP: #1855326) + - io_uring: async workers should inherit the user creds + - net: separate out the msghdr copy from ___sys_{send,recv}msg() + - net: disallow ancillary data for __sys_{send,recv}msg_file() + - crypto: inside-secure - Fix stability issue with Macchiatobin + - driver core: platform: use the correct callback type for bus_find_device + - usb: dwc2: use a longer core rest timeout in dwc2_core_reset() + - staging: wilc1000: fix illegal memory access in wilc_parse_join_bss_param() + - staging: rtl8192e: fix potential use after free + - staging: rtl8723bs: Drop ACPI device ids + - staging: rtl8723bs: Add 024c:0525 to the list of SDIO device-ids + - USB: serial: ftdi_sio: add device IDs for U-Blox C099-F9P + - mei: bus: prefix device names on bus with the bus name + - mei: me: add comet point V device id + - thunderbolt: Power cycle the router if NVM authentication fails + - x86/fpu: Don't cache access to fpu_fpregs_owner_ctx + - gve: Fix the queue page list allocated pages count + - macvlan: schedule bc_work even if error + - mdio_bus: don't use managed reset-controller + - net: dsa: sja1105: fix sja1105_parse_rgmii_delays() + - net: macb: add missed tasklet_kill + - net: psample: fix skb_over_panic + - net: sched: fix `tc -s class show` no bstats on class with nolock subqueues + - openvswitch: fix flow command message size + - sctp: Fix memory leak in sctp_sf_do_5_2_4_dupcook + - slip: Fix use-after-free Read in slip_open + - sctp: cache netns in sctp_ep_common + - openvswitch: drop unneeded BUG_ON() in ovs_flow_cmd_build_info() + - openvswitch: remove another BUG_ON() + - net/tls: take into account that bpf_exec_tx_verdict() may free the record + - net/tls: free the record on encryption error + - net: skmsg: fix TLS 1.3 crash with full sk_msg + - selftests/tls: add a test for fragmented messages + - net/tls: remove the dead inplace_crypto code + - net/tls: use sg_next() to walk sg entries + - selftests: bpf: test_sockmap: handle file creation failures gracefully + - selftests: bpf: correct perror strings + - tipc: fix link name length check + - selftests: pmtu: use -oneline for ip route list cache + - r8169: fix jumbo configuration for RTL8168evl + - r8169: fix resume on cable plug-in + - ext4: add more paranoia checking in ext4_expand_extra_isize handling + - Revert "jffs2: Fix possible null-pointer dereferences in + jffs2_add_frag_to_fragtree()" + - crypto: talitos - Fix build error by selecting LIB_DES + - HID: core: check whether Usage Page item is after Usage ID items + - platform/x86: hp-wmi: Fix ACPI errors caused by too small buffer + - platform/x86: hp-wmi: Fix ACPI errors caused by passing 0 as input size + - Linux 5.4.2 + + * no HDMI video output since GDM greeter after linux-oem-osp1 version + 5.0.0-1026 (LP: #1852386) + - drm/i915: Add new CNL PCH ID seen on a CML platform + - SAUCE: drm/i915: Fix detection for a CMP-V PCH + + * Please add patch fixing RK818 ID detection (LP: #1853192) + - SAUCE: mfd: rk808: Fix RK818 ID template + + * Raydium Touchscreen on ThinkPad L390 does not work (LP: #1849721) + - HID: i2c-hid: fix no irq after reset on raydium 3118 + + * Touchpad doesn't work on Dell Inspiron 7000 2-in-1 (LP: #1851901) + - Revert "UBUNTU: SAUCE: mfd: intel-lpss: add quirk for Dell XPS 13 7390 + 2-in-1" + - lib: devres: add a helper function for ioremap_uc + - mfd: intel-lpss: Use devm_ioremap_uc for MMIO + + * Lenovo dock MAC Address pass through doesn't work in Ubuntu (LP: #1827961) + - r8152: Add macpassthru support for ThinkPad Thunderbolt 3 Dock Gen 2 + + * Disable unreliable HPET on CFL-H system (LP: #1852216) + - SAUCE: x86/intel: Disable HPET on Intel Coffe Lake H platforms + + * Miscellaneous Ubuntu changes + - update dkms package versions + - [Config] Enable virtualbox dkms build + - [Config] update annotations to match current configs + - SAUCE: Add exfat module to signature inclusion list + + * Miscellaneous upstream changes + - Bluetooth: Fix invalid-free in bcsp_close() + - ath9k_hw: fix uninitialized variable data + - ath10k: Fix a NULL-ptr-deref bug in ath10k_usb_alloc_urb_from_pipe + - ath10k: Fix HOST capability QMI incompatibility + - ath10k: restore QCA9880-AR1A (v1) detection + - Revert "Bluetooth: hci_ll: set operational frequency earlier" + - Revert "dm crypt: use WQ_HIGHPRI for the IO and crypt workqueues" + - md/raid10: prevent access of uninitialized resync_pages offset + - x86/insn: Fix awk regexp warnings + - x86/speculation: Fix incorrect MDS/TAA mitigation status + - x86/speculation: Fix redundant MDS mitigation message + - nbd: prevent memory leak + - x86/stackframe/32: Repair 32-bit Xen PV + - x86/xen/32: Make xen_iret_crit_fixup() independent of frame layout + - x86/xen/32: Simplify ring check in xen_iret_crit_fixup() + - x86/doublefault/32: Fix stack canaries in the double fault handler + - x86/pti/32: Size initial_page_table correctly + - x86/cpu_entry_area: Add guard page for entry stack on 32bit + - x86/entry/32: Fix IRET exception + - x86/entry/32: Use %ss segment where required + - x86/entry/32: Move FIXUP_FRAME after pushing %fs in SAVE_ALL + - x86/entry/32: Unwind the ESPFIX stack earlier on exception entry + - x86/entry/32: Fix NMI vs ESPFIX + - selftests/x86/mov_ss_trap: Fix the SYSENTER test + - selftests/x86/sigreturn/32: Invalidate DS and ES when abusing the kernel + - x86/pti/32: Calculate the various PTI cpu_entry_area sizes correctly, make + the CPU_ENTRY_AREA_PAGES assert precise + - x86/entry/32: Fix FIXUP_ESPFIX_STACK with user CR3 + - futex: Prevent robust futex exit race + - ALSA: usb-audio: Fix NULL dereference at parsing BADD + - ALSA: usb-audio: Fix Scarlett 6i6 Gen 2 port data + - media: vivid: Set vid_cap_streaming and vid_out_streaming to true + - media: vivid: Fix wrong locking that causes race conditions on streaming + stop + - media: usbvision: Fix invalid accesses after device disconnect + - media: usbvision: Fix races among open, close, and disconnect + - cpufreq: Add NULL checks to show() and store() methods of cpufreq + - futex: Move futex exit handling into futex code + - futex: Replace PF_EXITPIDONE with a state + - exit/exec: Seperate mm_release() + - futex: Split futex_mm_release() for exit/exec + - futex: Set task::futex_state to DEAD right after handling futex exit + - futex: Mark the begin of futex exit explicitly + - futex: Sanitize exit state handling + - futex: Provide state handling for exec() as well + - futex: Add mutex around futex exit + - futex: Provide distinct return value when owner is exiting + - futex: Prevent exit livelock + - media: uvcvideo: Fix error path in control parsing failure + - media: b2c2-flexcop-usb: add sanity checking + - media: cxusb: detect cxusb_ctrl_msg error in query + - media: imon: invalid dereference in imon_touch_event + - media: mceusb: fix out of bounds read in MCE receiver buffer + - ALSA: hda - Disable audio component for legacy Nvidia HDMI codecs + - USBIP: add config dependency for SGL_ALLOC + - usbip: tools: fix fd leakage in the function of read_attr_usbip_status + - usbip: Fix uninitialized symbol 'nents' in stub_recv_cmd_submit() + - usb-serial: cp201x: support Mark-10 digital force gauge + - USB: chaoskey: fix error case of a timeout + - appledisplay: fix error handling in the scheduled work + - USB: serial: mos7840: add USB ID to support Moxa UPort 2210 + - USB: serial: mos7720: fix remote wakeup + - USB: serial: mos7840: fix remote wakeup + - USB: serial: option: add support for DW5821e with eSIM support + - USB: serial: option: add support for Foxconn T77W968 LTE modules + - staging: comedi: usbduxfast: usbduxfast_ai_cmdtest rounding error + - powerpc/book3s64: Fix link stack flush on context switch + - KVM: PPC: Book3S HV: Flush link stack on guest exit to host kernel + - Linux 5.4.1 + + -- Seth Forshee Fri, 06 Dec 2019 15:53:53 -0600 + +linux (5.4.0-7.8) focal; urgency=medium + + * Miscellaneous Ubuntu changes + - SAUCE: selftests/bpf: Comment out BPF_CORE_READ's which cause clang to + segfault + - Update nvidia-430 to nvidia-440 + - [Config] Enable nvidia dkms build + - update dkms package versions + + [ Upstream Kernel Changes ] + + * Rebase to v5.4 + + -- Andrea Righi Mon, 25 Nov 2019 15:02:30 +0100 + +linux (5.4.0-6.7) focal; urgency=medium + + * Miscellaneous Ubuntu changes + - update dkms package versions + - [Config] updateconfigs after rebase to 5.4-rc8 + + [ Upstream Kernel Changes ] + + * Rebase to v5.4-rc7 + + -- Andrea Righi Mon, 18 Nov 2019 12:08:01 +0100 + +linux (5.4.0-5.6) focal; urgency=medium + + * refcount underflow and type confusion in shiftfs (LP: #1850867) // + CVE-2019-15793 + - SAUCE: shiftfs: Correct id translation for lower fs operations + + * refcount underflow and type confusion in shiftfs (LP: #1850867) // + CVE-2019-15792 + - SAUCE: shiftfs: prevent type confusion + + * refcount underflow and type confusion in shiftfs (LP: #1850867) // + CVE-2019-15791 + - SAUCE: shiftfs: Fix refcount underflow in btrfs ioctl handling + + * Some EFI systems fail to boot in efi_init() when booted via maas + (LP: #1851810) + - SAUCE: efi: efi_get_memory_map -- increase map headroom + + * seccomp: fix SECCOMP_USER_NOTIF_FLAG_CONTINUE test (LP: #1849281) + - SAUCE: seccomp: rework define for SECCOMP_USER_NOTIF_FLAG_CONTINUE + - SAUCE: seccomp: avoid overflow in implicit constant conversion + + * dkms artifacts may expire from the pool (LP: #1850958) + - [Packaging] dkms -- try launchpad librarian for pool downloads + - [Packaging] dkms -- dkms-build quieten wget verbiage + + * tsc marked unstable after entered PC10 on Intel CoffeeLake (LP: #1840239) + - SAUCE: x86/intel: Disable HPET on Intel Coffe Lake platforms + - SAUCE: x86/intel: Disable HPET on Intel Ice Lake platforms + + * shiftfs: prevent exceeding project quotas (LP: #1849483) + - SAUCE: shiftfs: drop CAP_SYS_RESOURCE from effective capabilities + + * shiftfs: fix fallocate() (LP: #1849482) + - SAUCE: shiftfs: setup correct s_maxbytes limit + + * The alsa hda driver is not loaded due to the missing of PCIID for Comet + Lake-S [8086:a3f0] (LP: #1852070) + - SAUCE: ALSA: hda: Add Cometlake-S PCI ID + + * Can't adjust brightness on DELL UHD dGPU AIO (LP: #1813877) + - SAUCE: platform/x86: dell-uart-backlight: add missing status command + - SAUCE: platform/x86: dell-uart-backlight: load driver by scalar status + - SAUCE: platform/x86: dell-uart-backlight: add force parameter + - SAUCE: platform/x86: dell-uart-backlight: add quirk for old platforms + + * s_iflags overlap prevents unprivileged overlayfs mounts (LP: #1851677) + - SAUCE: fs: Move SB_I_NOSUID to the top of s_iflags + + * ubuntu-aufs-modified mmap_region() breaks refcounting in overlayfs/shiftfs + error path (LP: #1850994) // CVE-2019-15794 + - SAUCE: shiftfs: Restore vm_file value when lower fs mmap fails + - SAUCE: ovl: Restore vm_file value when lower fs mmap fails + + * Miscellaneous Ubuntu changes + - [Debian] Convert update-aufs.sh to use aufs5 + - SAUCE: import aufs driver + - update dkms package versions + + [ Upstream Kernel Changes ] + + * Rebase to v5.4-rc7 + + -- Seth Forshee Wed, 13 Nov 2019 11:56:35 -0800 + +linux (5.4.0-4.5) focal; urgency=medium + + * High power consumption using 5.0.0-25-generic (LP: #1840835) + - PCI: Add a helper to check Power Resource Requirements _PR3 existence + - ALSA: hda: Allow HDA to be runtime suspended when dGPU is not bound to a + driver + - PCI: Fix missing inline for pci_pr3_present() + + * Fix signing of staging modules in eoan (LP: #1850234) + - [Packaging] Leave unsigned modules unsigned after adding .gnu_debuglink + + * [20.04 FEAT] Set Architecture Level (ALS) to z13 (LP: #1837525) + - [Config] s390x bump march to z13, with tune to z15 + + * Miscellaneous Ubuntu changes + - [Debian]: do not skip tests for linux-hwe-edge + - update dkms package versions + - [Config] re-enable zfs + - [Config] rename module virtio_fs to virtiofs + + [ Upstream Kernel Changes ] + + * Rebase to v5.4-rc6 + + -- Andrea Righi Mon, 04 Nov 2019 15:12:02 +0100 + +linux (5.4.0-3.4) focal; urgency=medium + + * seccomp: fix SECCOMP_USER_NOTIF_FLAG_CONTINUE test (LP: #1849281) + - SAUCE: seccomp: fix SECCOMP_USER_NOTIF_FLAG_CONTINUE test + + * cloudimg: no iavf/i40evf module so no network available with SR-IOV enabled + cloud (LP: #1848481) + - [Packaging] include iavf/i40evf in generic + + * CVE-2019-17666 + - SAUCE: rtlwifi: Fix potential overflow on P2P code + + * Change Config Option CONFIG_MEMORY_HOTPLUG_DEFAULT_ONLINE for s390x from yes + to no (LP: #1848492) + - [Config] Change Config Option CONFIG_MEMORY_HOTPLUG_DEFAULT_ONLINE for s390x + from yes to no + + * Add Intel Comet Lake ethernet support (LP: #1848555) + - SAUCE: e1000e: Add support for Comet Lake + + * seccomp: add SECCOMP_USER_NOTIF_FLAG_CONTINUE (LP: #1847744) + - SAUCE: seccomp: add SECCOMP_USER_NOTIF_FLAG_CONTINUE + - SAUCE: seccomp: test SECCOMP_USER_NOTIF_FLAG_CONTINUE + + * drm/i915: Fix the issue of "azx_get_response timeout" for hdmi audio on ICL + platforms (LP: #1847192) + - SAUCE: drm/i915: Fix audio power up sequence for gen10+ display + - SAUCE: drm/i915: extend audio CDCLK>=2*BCLK constraint to more platforms + + * PM / hibernate: fix potential memory corruption (LP: #1847118) + - SAUCE: PM / hibernate: memory_bm_find_bit -- tighten node optimisation + + * [regression] NoNewPrivileges incompatible with Apparmor (LP: #1844186) + - SAUCE: apparmor: fix nnp subset test for unconfined + + * overlayfs: allow with shiftfs as underlay (LP: #1846272) + - SAUCE: overlayfs: allow with shiftfs as underlay + + * eoan: alsa/sof: Enable SOF_HDA link and codec (LP: #1848490) + - [Config] Fix SOF Kconfig options + + * linux won't build when new virtualbox version is present on the archive + (LP: #1848788) + - [Packaging]: download virtualbox from sources + + * Miscellaneous Ubuntu changes + - [Config] update annotations from configs + - [Config] updateconfigs after rebase to 5.4-rc5 + - update dkms package versions + + [ Upstream Kernel Changes ] + + * Rebase to v5.4-rc5 + + -- Seth Forshee Tue, 29 Oct 2019 12:01:27 -0500 + +linux (5.4.0-2.3) eoan; urgency=medium + + * Add installer support for iwlmvm adapters (LP: #1848236) + - d-i: Add iwlmvm to nic-modules + + * shiftfs: rework how shiftfs opens files (LP: #1846265) + - SAUCE: shiftfs: rework how shiftfs opens files + + * Miscellaneous Ubuntu changes + - update dkms package versions + - [Config] updateconfigs after rebase to 5.4-rc4 + + [ Upstream Kernel Changes ] + + * Rebase to v5.4-rc4 + + -- Andrea Righi Mon, 21 Oct 2019 17:31:26 +0200 + +linux (5.4.0-1.2) eoan; urgency=medium + + * Miscellaneous Ubuntu changes + - update dkms package versions + - [Config] updateconfigs after rebase to 5.4-rc3 + - [Config] add flexfb, fbtft_device and rio500 to modules.ignore + - [Config] amd64: ignore fbtft and all dependent modules + + [ Upstream Kernel Changes ] + + * Rebase to v5.4-rc3 + + -- Andrea Righi Mon, 14 Oct 2019 19:48:52 +0200 + +linux (5.4.0-0.1) eoan; urgency=medium + + * Enable the Dragonboards out of Eoan/master arm64 kernel (LP: #1846704) + - [Packaging] arm64: snapdragon: introduce a snapdragon flavour + - [Packaging] arm64: snapdragon: switch kernel format to Image + - [Config] arm64: snapdragon: CONFIG_PINCTRL_MSM8916=y + - [Config] arm64: snapdragon: CONFIG_PINCTRL_MSM8994=y + - [Config] arm64: snapdragon: CONFIG_PINCTRL_MSM8996=y + - [Config] arm64: snapdragon: CONFIG_PINCTRL_MSM8998=y + - [Config] arm64: snapdragon: CONFIG_REGULATOR_QCOM_RPMH=y + - [Config] arm64: snapdragon: CONFIG_QCOM_BAM_DMA=y + - [Config] arm64: snapdragon: CONFIG_QCOM_HIDMA_MGMT=y + - [Config] arm64: snapdragon: CONFIG_QCOM_HIDMA=y + - [Config] arm64: snapdragon: CONFIG_COMMON_CLK_QCOM=y + - [Config] arm64: snapdragon: CONFIG_QCOM_CLK_RPMH=y + - [Config] arm64: snapdragon: CONFIG_MSM_GCC_8916=y + - [Config] arm64: snapdragon: CONFIG_MSM_GCC_8994=y + - [Config] arm64: snapdragon: CONFIG_MSM_MMCC_8996=y + - [Config] arm64: snapdragon: CONFIG_MSM_GCC_8998=y + - [Config] arm64: snapdragon: CONFIG_HWSPINLOCK_QCOM=y + - [Config] arm64: snapdragon: CONFIG_QCOM_APCS_IPC=y + - [Config] arm64: snapdragon: CONFIG_RPMSG_QCOM_GLINK_RPM=y + - [Config] arm64: snapdragon: CONFIG_QCOM_GENI_SE=y + - [Config] arm64: snapdragon: CONFIG_QCOM_SMEM=y + - [Config] arm64: snapdragon: CONFIG_QCOM_SMD_RPM=y + - [Config] arm64: snapdragon: CONFIG_QCOM_SMP2P=y + - [Config] arm64: snapdragon: CONFIG_QCOM_SMSM=y + - [Config] arm64: snapdragon: CONFIG_QCOM_QFPROM=y + - [Config] arm64: snapdragon: CONFIG_SERIAL_QCOM_GENI=y + - [Config] arm64: snapdragon: CONFIG_QCOM_TSENS=y + - [Config] arm64: snapdragon: CONFIG_REGULATOR_QCOM_SMD_RPM=y + - [Config] arm64: snapdragon: CONFIG_QCOM_CLK_SMD_RPM=y + - [Config] arm64: snapdragon: CONFIG_RPMSG_QCOM_SMD=y + - [Config] arm64: snapdragon: CONFIG_MFD_QCOM_RPM=y + - [Config] arm64: snapdragon: CONFIG_SCSI_UFSHCD=y + - [Config] arm64: snapdragon: CONFIG_SCSI_UFSHCD_PLATFORM=y + - [Config] arm64: snapdragon: CONFIG_SCSI_UFS_HISI=y + - [Config] arm64: snapdragon: CONFIG_MMC_SDHCI=y + - [Config] arm64: snapdragon: CONFIG_MMC_SDHCI_PLTFM=y + - [Config] arm64: snapdragon: CONFIG_MMC_SDHCI_MSM=y + - [Config] arm64: snapdragon: CONFIG_REGULATOR_QCOM_SPMI=y + - [Config] arm64: snapdragon: CONFIG_PINCTRL_QCOM_SPMI_PMIC=y + - [Config] arm64: snapdragon: CONFIG_PHY_QCOM_USB_HS=y + - [Config] arm64: snapdragon: CONFIG_PHY_QCOM_QMP=y + - [Config] arm64: snapdragon: CONFIG_PHY_QCOM_UFS=y + - [Config] arm64: snapdragon: CONFIG_PHY_QCOM_USB_HSIC=y + - [Config] arm64: snapdragon: CONFIG_USB_CHIPIDEA_OF=y + - [Config] arm64: snapdragon: CONFIG_USB_EHCI_HCD_PLATFORM=y + - [Config] arm64: snapdragon: CONFIG_EXTCON_USB_GPIO=y + - [Config] arm64: snapdragon: CONFIG_REGULATOR_FIXED_VOLTAGE=y + - [Config] arm64: snapdragon: CONFIG_LEDS_GPIO=y + - [Config] arm64: snapdragon: CONFIG_USB_HSIC_USB3503=y + - [Config] arm64: snapdragon: CONFIG_USB_NET_DRIVERS=y + - [Config] arm64: snapdragon: CONFIG_USB_OTG=y + - [Config] arm64: snapdragon: CONFIG_USB_XHCI_PLATFORM=y + - [Config] arm64: snapdragon: CONFIG_USB_OHCI_HCD_PLATFORM=y + - [Config] arm64: snapdragon: CONFIG_USB_MUSB_HDRC=y + - [Config] arm64: snapdragon: CONFIG_USB_DWC3=y + - [Config] arm64: snapdragon: CONFIG_USB_DWC3_PCI=y + - [Config] arm64: snapdragon: CONFIG_USB_DWC3_OF_SIMPLE=y + - [Config] arm64: snapdragon: CONFIG_USB_DWC3_QCOM=y + - [Config] arm64: snapdragon: CONFIG_LEDS_PWM=y + - [Config] arm64: snapdragon: CONFIG_LEDS_TRIGGER_HEARTBEAT=y + - [Config] arm64: snapdragon: CONFIG_LEDS_TRIGGER_DEFAULT_ON=y + - [Config] arm64: snapdragon: CONFIG_QCOM_A53PLL=y + - [Config] arm64: snapdragon: CONFIG_QCOM_CLK_APCS_MSM8916=y + - [Config] arm64: snapdragon: CONFIG_NLS_ISO8859_1=y + - [Config] arm64: snapdragon: CONFIG_USB_USBNET=y + - [Config] arm64: snapdragon: CONFIG_CRYPTO_DEV_QCOM_RNG=y + - [Config] arm64: snapdragon: CONFIG_POWER_RESET_QCOM_PON=y + - [Config] arm64: snapdragon: CONFIG_INPUT_PM8941_PWRKEY=y + - [Config] arm64: snapdragon: CONFIG_KEYBOARD_GPIO=y + - [Config] arm64: snapdragon: CONFIG_RTC_DRV_PM8XXX=y + + * Miscellaneous Ubuntu changes + - [Config] updateconfigs after rebase to 5.4-rc2 + - SAUCE: (lockdown) Make get_cert_list() not complain about cert lists that + aren't present. + - SAUCE: (lockdown) Add efi_status_to_str() and rework efi_status_to_err(). + - SAUCE: (lockdown) Make get_cert_list() use efi_status_to_str() to print + error messages. + - SAUCE: (lockdown) security: lockdown: expose a hook to lock the kernel down + - SAUCE: (lockdown) efi: Add an EFI_SECURE_BOOT flag to indicate secure boot + mode + - SAUCE: (lockdown) efi: Lock down the kernel if booted in secure boot mode + - SAUCE: (lockdown) Add a SysRq option to lift kernel lockdown + - SAUCE: (lockdown) KEYS: Make use of platform keyring for module signature + verify + - SAUCE: (lockdown) arm64: Allow locking down the kernel under EFI secure boot + - SAUCE: (lockdown) security: lockdown: Make + CONFIG_LOCK_DOWN_IN_EFI_SECURE_BOOT more generic + - SAUCE: (lockdown) s390/ipl: lockdown kernel when booted secure + - [Config] Enable lockdown under secure boot + - SAUCE: import aufs driver + - SAUCE: aufs: rwsem owner changed to atmoic_long_t in 5.3 + - SAUCE: aufs: add "WITH Linux-syscall-note" to SPDX tag of uapi headers + - [Config] enable aufs + - update dkms package versions + - [Config] disable zfs + - [Config] disable nvidia dkms build + - [Config] disable virtualbox dkms build + - [Debian] Generate stub reconstruct for -rc kernels + - Revert "UBUNTU: SAUCE: (namespace) block_dev: Forbid unprivileged mounting + when device is opened for writing" + - Revert "UBUNTU: SAUCE: (namespace) ext4: Add module parameter to enable user + namespace mounts" + - Revert "UBUNTU: SAUCE: (namespace) ext4: Add support for unprivileged mounts + from user namespaces" + - Revert "UBUNTU: SAUCE: (namespace) mtd: Check permissions towards mtd block + device inode when mounting" + - Revert "UBUNTU: SAUCE: (namespace) block_dev: Check permissions towards + block device inode when mounting" + - Revert "UBUNTU: SAUCE: (namespace) block_dev: Support checking inode + permissions in lookup_bdev()" + + [ Upstream Kernel Changes ] + + * Rebase to v5.4-rc2 + + -- Seth Forshee Fri, 11 Oct 2019 16:42:41 -0500 + +linux (5.4.0-0.0) eoan; urgency=medium + + * Dummy entry. + + -- Seth Forshee Tue, 08 Oct 2019 09:59:00 -0500 + +linux (5.3.0-17.18) eoan; urgency=medium + + * eoan/linux: 5.3.0-17.18 -proposed tracker (LP: #1846641) + + * CVE-2019-17056 + - nfc: enforce CAP_NET_RAW for raw sockets + + * CVE-2019-17055 + - mISDN: enforce CAP_NET_RAW for raw sockets + + * CVE-2019-17054 + - appletalk: enforce CAP_NET_RAW for raw sockets + + * CVE-2019-17053 + - ieee802154: enforce CAP_NET_RAW for raw sockets + + * CVE-2019-17052 + - ax25: enforce CAP_NET_RAW for raw sockets + + * CVE-2019-15098 + - ath6kl: fix a NULL-ptr-deref bug in ath6kl_usb_alloc_urb_from_pipe() + + * xHCI on AMD Stoney Ridge cannot detect USB 2.0 or 1.1 devices. + (LP: #1846470) + - x86/PCI: Avoid AMD FCH XHCI USB PME# from D0 defect + + * Re-enable linux-libc-dev build on i386 (LP: #1846508) + - [Packaging] Build only linux-libc-dev for i386 + - [Debian] final-checks -- ignore archtictures with no binaries + + * arm64: loop on boot after installing linux-generic-hwe-18.04-edge/bionic- + proposed (LP: #1845820) + - [Config] Disable CONFIG_ARM_SMMU_DISABLE_BYPASS_BY_DEFAULT + + * Revert ESE DASD discard support (LP: #1846219) + - SAUCE: Revert "s390/dasd: Add discard support for ESE volumes" + + * Miscellaneous Ubuntu changes + - update dkms package versions + + -- Seth Forshee Thu, 03 Oct 2019 16:57:05 -0500 + +linux (5.3.0-16.17) eoan; urgency=medium + + * eoan/linux: 5.3.0-16.17 -proposed tracker (LP: #1846204) + + * zfs fails to build on s390x with debug symbols enabled (LP: #1846143) + - SAUCE: s390: Mark atomic const ops always inline + + -- Seth Forshee Tue, 01 Oct 2019 07:46:43 -0500 + +linux (5.3.0-15.16) eoan; urgency=medium + + * eoan/linux: 5.3.0-15.16 -proposed tracker (LP: #1845987) + + * Drop i386 build for 19.10 (LP: #1845714) + - [Packaging] Remove x32 arch references from control files + - [Debian] final-checks -- Get arch list from debian/control + + * ZFS kernel modules lack debug symbols (LP: #1840704) + - [Debian] Fix conditional for setting zfs debug package path + + * Use pyhon3-sphinx instead of python-sphinx for building html docs + (LP: #1845808) + - [Packaging] Update sphinx build dependencies to python3 packages + + * Kernel panic with 19.10 beta image (LP: #1845454) + - efi/tpm: Don't access event->count when it isn't mapped. + - efi/tpm: don't traverse an event log with no events + - efi/tpm: only set efi_tpm_final_log_size after successful event log parsing + + -- Seth Forshee Mon, 30 Sep 2019 11:57:20 -0500 + +linux (5.3.0-14.15) eoan; urgency=medium + + * eoan/linux: 5.3.0-14.15 -proposed tracker (LP: #1845728) + + * Drop i386 build for 19.10 (LP: #1845714) + - [Debian] Remove support for producing i386 kernels + - [Debian] Don't use CROSS_COMPILE for i386 configs + + * udevadm trigger will fail when trying to add /sys/devices/vio/ + (LP: #1845572) + - SAUCE: powerpc/vio: drop bus_type from parent device + + * Trying to online dasd drive results in invalid input/output from the kernel + on z/VM (LP: #1845323) + - SAUCE: s390/dasd: Fix error handling during online processing + + * intel-lpss driver conflicts with write-combining MTRR region (LP: #1845584) + - SAUCE: mfd: intel-lpss: add quirk for Dell XPS 13 7390 2-in-1 + + * Support Hi1620 zip hw accelerator (LP: #1845355) + - [Config] Enable HiSilicon QM/ZIP as modules + - crypto: hisilicon - add queue management driver for HiSilicon QM module + - crypto: hisilicon - add hardware SGL support + - crypto: hisilicon - add HiSilicon ZIP accelerator support + - crypto: hisilicon - add SRIOV support for ZIP + - Documentation: Add debugfs doc for hisi_zip + - crypto: hisilicon - add debugfs for ZIP and QM + - MAINTAINERS: add maintainer for HiSilicon QM and ZIP controller driver + - crypto: hisilicon - fix kbuild warnings + - crypto: hisilicon - add dependency for CRYPTO_DEV_HISI_ZIP + - crypto: hisilicon - init curr_sgl_dma to fix compile warning + - crypto: hisilicon - add missing single_release + - crypto: hisilicon - fix error handle in hisi_zip_create_req_q + - crypto: hisilicon - Fix warning on printing %p with dma_addr_t + - crypto: hisilicon - Fix return value check in hisi_zip_acompress() + - crypto: hisilicon - avoid unused function warning + + * SafeSetID LSM should be built but disabled by default (LP: #1845391) + - LSM: SafeSetID: Stop releasing uninitialized ruleset + - [Config] Build SafeSetID LSM but don't enable it by default + + * CONFIG_LSM should not specify loadpin since it is not built (LP: #1845383) + - [Config] loadpin shouldn't be in CONFIG_LSM + + * Add new pci-id's for CML-S, ICL (LP: #1845317) + - drm/i915/icl: Add missing device ID + - drm/i915/cml: Add Missing PCI IDs + + * Thunderbolt support for ICL (LP: #1844680) + - thunderbolt: Correct path indices for PCIe tunnel + - thunderbolt: Move NVM upgrade support flag to struct icm + - thunderbolt: Use 32-bit writes when writing ring producer/consumer + - thunderbolt: Do not fail adding switch if some port is not implemented + - thunderbolt: Hide switch attributes that are not set + - thunderbolt: Expose active parts of NVM even if upgrade is not supported + - thunderbolt: Add support for Intel Ice Lake + - ACPI / property: Add two new Thunderbolt property GUIDs to the list + + * Ubuntu 19.10 - Additional PCI patch and fix (LP: #1844668) + - s390/pci: fix MSI message data + + * Enhanced Hardware Support - Finalize Naming (LP: #1842774) + - s390: add support for IBM z15 machines + - [Config] CONFIG_MARCH_Z15=n, CONFIG_TUNE_Z15=n + + * Eoan update: v5.3.1 upstream stable release (LP: #1845642) + - USB: usbcore: Fix slab-out-of-bounds bug during device reset + - media: tm6000: double free if usb disconnect while streaming + - phy: renesas: rcar-gen3-usb2: Disable clearing VBUS in over-current + - ip6_gre: fix a dst leak in ip6erspan_tunnel_xmit + - net/sched: fix race between deactivation and dequeue for NOLOCK qdisc + - net_sched: let qdisc_put() accept NULL pointer + - udp: correct reuseport selection with connected sockets + - xen-netfront: do not assume sk_buff_head list is empty in error handling + - net: dsa: Fix load order between DSA drivers and taggers + - net: stmmac: Hold rtnl lock in suspend/resume callbacks + - KVM: coalesced_mmio: add bounds checking + - Documentation: sphinx: Add missing comma to list of strings + - firmware: google: check if size is valid when decoding VPD data + - serial: sprd: correct the wrong sequence of arguments + - tty/serial: atmel: reschedule TX after RX was started + - nl80211: Fix possible Spectre-v1 for CQM RSSI thresholds + - Revert "arm64: Remove unnecessary ISBs from set_{pte,pmd,pud}" + - ovl: fix regression caused by overlapping layers detection + - phy: qcom-qmp: Correct ready status, again + - floppy: fix usercopy direction + - media: technisat-usb2: break out of loop at end of buffer + - Linux 5.3.1 + + * ZFS kernel modules lack debug symbols (LP: #1840704) + - [Debian]: Remove hardcoded $(pkgdir) in debug symbols handling + - [Debian]: Handle debug symbols for modules in extras too + - [Debian]: Check/link modules with debug symbols after DKMS modules + - [Debian]: Warn about modules without debug symbols + - [Debian]: dkms-build: new parameter for debug package directory + - [Debian]: dkms-build: zfs: support for debug symbols + - [Debian]: dkms-build: Avoid executing post-processor scripts twice + - [Debian]: dkms-build: Move zfs special-casing into configure script + + * /proc/self/maps paths missing on live session (was vlc won't start; eoan + 19.10 & bionic 18.04 ubuntu/lubuntu/kubuntu/xubuntu/ubuntu-mate dailies) + (LP: #1842382) + - SAUCE: Revert "UBUNTU: SAUCE: shiftfs: enable overlayfs on shiftfs" + + -- Seth Forshee Fri, 27 Sep 2019 16:08:06 -0500 + +linux (5.3.0-13.14) eoan; urgency=medium + + * eoan/linux: 5.3.0-13.14 -proposed tracker (LP: #1845105) + + * Packaging resync (LP: #1786013) + - [Packaging] update helper scripts + + * Miscellaneous Ubuntu changes + - [Debian] Remove binutils-dev build dependency + + -- Seth Forshee Mon, 23 Sep 2019 19:26:43 -0500 + +linux (5.3.0-12.13) eoan; urgency=medium + + * Change kernel compression method to improve boot speed (LP: #1840934) + - [Packaging] Add lz4 build dependency for s390x + + * Miscellaneous Ubuntu changes + - SAUCE: Remove spl and zfs source + + -- Seth Forshee Tue, 17 Sep 2019 13:36:26 +0200 + +linux (5.3.0-11.12) eoan; urgency=medium + + * eoan/linux: 5.3.0-11.12 -proposed tracker (LP: #1844144) + + * Suspend to RAM(S3) does not wake up for latest megaraid and mpt3sas + adapters(SAS3.5 onwards) (LP: #1838751) + - PCI: Restore Resizable BAR size bits correctly for 1MB BARs + + * s390/setup: Actually init kernel lock down (LP: #1843961) + - SAUCE: (lockdown) s390/setup: Actually init kernel lock down + + * cherrypick has_sipl fix (LP: #1843960) + - SAUCE: s390/sclp: Fix bit checked for has_sipl + + * Change kernel compression method to improve boot speed (LP: #1840934) + - [Config]: Switch kernel compression from LZO to LZ4 on s390x + + * Installation fails on eoan/PowerVM : missing /dev/nvram (LP: #1837726) + - [Config] CONFIG_NVRAM=y for ppc64el + + * Miscellaneous Ubuntu changes + - [Config]: remove nvram from ppc64el modules ABI + - [Config] Update annotations for recent config changes + - SAUCE: sched: Add __ASSEMBLY__ guards around struct clone_args + - SAUCE: i2c: qcom-geni: Disable DMA processing on the Lenovo Yoga C630 + - SAUCE: arm64: dts: qcom: Add Lenovo Yoga C630 + - update dkms package versions + + [ Upstream Kernel Changes ] + + * Rebase to v5.3 + + -- Paolo Pisati Mon, 16 Sep 2019 16:18:27 +0200 + +linux (5.3.0-10.11) eoan; urgency=medium + + * eoan/linux: 5.3.0-10.11 -proposed tracker (LP: #1843232) + + * No sound inputs from the external microphone and headset on a Dell machine + (LP: #1842265) + - SAUCE: ALSA: hda - Expand pin_match function to match upcoming new tbls + - SAUCE: ALSA: hda - Define a fallback_pin_fixup_tbl for alc269 family + + * Horizontal corrupted line at top of screen caused by framebuffer compression + (LP: #1840236) + - SAUCE: drm/i915/fbc: disable framebuffer compression on IceLake + + * Add bpftool to linux-tools-common (LP: #1774815) + - [Debian] package bpftool in linux-tools-common + + * Miscellaneous Ubuntu changes + - update dkms package versions + + [ Upstream Kernel Changes ] + + * Rebase to v5.3-rc8 + + -- Paolo Pisati Mon, 09 Sep 2019 10:00:41 +0200 + +linux (5.3.0-9.10) eoan; urgency=medium + + * eoan/linux: 5.3.0-9.10 -proposed tracker (LP: #1842393) + + * shiftfs: mark kmem_cache as reclaimable (LP: #1842059) + - SAUCE: shiftfs: mark slab objects SLAB_RECLAIM_ACCOUNT + + * shiftfs: drop entries from cache on unlink (LP: #1841977) + - SAUCE: shiftfs: fix buggy unlink logic + + * Fix touchpad IRQ storm after S3 (LP: #1841396) + - pinctrl: intel: remap the pin number to gpio offset for irq enabled pin + + * Please include DTBs for arm64 laptops (LP: #1842050) + - arm64: dts: qcom: Add Lenovo Miix 630 + - arm64: dts: qcom: Add HP Envy x2 + - arm64: dts: qcom: Add Asus NovaGo TP370QL + + * Miscellaneous Ubuntu changes + - SAUCE: import aufs driver + - [Packaging]: ignore vbox modules when vbox is disabled + + [ Upstream Kernel Changes ] + + * Rebase to v5.3-rc7 + + -- Paolo Pisati Tue, 03 Sep 2019 10:27:33 +0200 + +linux (5.3.0-8.9) eoan; urgency=medium + + * Packaging resync (LP: #1786013) + - [Packaging] resync getabis + + * Change kernel compression method to improve boot speed (LP: #1840934) + - [Config] change kernel compression method to improve boot speed + - [Packaging] add build dependencies for compression algorithms + + * realtek r8822be kernel module fails after update to linux kernel-headers + 5.0.0-21 (LP: #1838133) + - rtw88: Fix misuse of GENMASK macro + - rtw88: pci: Rearrange the memory usage for skb in RX ISR + - rtw88: pci: Use DMA sync instead of remapping in RX ISR + - rtw88: debug: dump tx power indexes in use + - rtw88: use txpwr_lmt_cfg_pair struct, not arrays + - rtw88: pci: remove set but not used variable 'ip_sel' + - rtw88: allow c2h operation in irq context + - rtw88: enclose c2h cmd handle with mutex + - rtw88: add BT co-existence support + - SAUCE: rtw88: pci: enable MSI interrupt + + * VIMC module not available (CONFIG_VIDEO_VIMC not set) (LP: #1831482) + - [Config] Enable VIMC module + + * Goodix touchpad may drop first input event (LP: #1840075) + - Revert "UBUNTU: SAUCE: i2c: designware: add G3 3590 into i2c quirk" + - Revert "UBUNTU: SAUCE: i2c: designware: add Inpiron 7591 into i2c quirk" + - Revert "UBUNTU: SAUCE: i2c: designware: add Inpiron/Vostro 7590 into i2c + quirk" + - Revert "UBUNTU: SAUCE: i2c: designware: Add disable runtime pm quirk" + - mfd: intel-lpss: Remove D3cold delay + + * Include Sunix serial/parallel driver (LP: #1826716) + - serial: 8250_pci: Add support for Sunix serial boards + - parport: parport_serial: Add support for Sunix Multi I/O boards + + * enable lockdown on s390x when Secure IPL is performed (LP: #1839622) + - SAUCE: (lockdown) s390/ipl: lockdown kernel when booted secure + - Ubuntu: [Config] Enable CONFIG_LOCK_DOWN_KERNEL on s390x. + + * UBUNTU: SAUCE: shiftfs: pass correct point down (LP: #1837231) + - SAUCE: shiftfs: pass correct point down + + * shiftfs: add O_DIRECT support (LP: #1837223) + - SAUCE: shiftfs: add O_DIRECT support + + * Miscellaneous Ubuntu changes + - [Config] enable secureboot signing on s390x + - [Config] CONFIG_TEST_BLACKHOLE_DEV=m + - SAUCE: selftests: fib_tests: assign address to dummy1 for rp_filter tests + - [Debian] disable dkms builds for autopktest rebuilds + - update dkms package versions + - [Config] updateconfigs after v5.3-rc6 rebase + + [ Upstream Kernel Changes ] + + * Rebase to v5.3-rc5 + + -- Paolo Pisati Mon, 26 Aug 2019 10:09:42 +0200 + +linux (5.3.0-7.8) eoan; urgency=medium + + * Packaging resync (LP: #1786013) + - [Packaging] resync getabis + + * Miscellaneous Ubuntu changes + - [Config] updateconfigs after v5.3-rc5 rebase + - remove missing module after updateconfigs + + [ Upstream Kernel Changes ] + + * Rebase to v5.3-rc5 + + -- Paolo Pisati Mon, 19 Aug 2019 15:31:24 +0200 + +linux (5.3.0-6.7) eoan; urgency=medium + + * Miscellaneous Ubuntu changes + - SAUCE: selftests/bpf: prevent headers to be compiled as C code + + -- Seth Forshee Wed, 14 Aug 2019 13:25:01 -0500 + +linux (5.3.0-5.6) eoan; urgency=medium + + * Miscellaneous Ubuntu changes + - update dkms package versions + - [Config] enable zfs build + + -- Seth Forshee Tue, 13 Aug 2019 09:16:06 -0500 + +linux (5.3.0-4.5) eoan; urgency=medium + + * Packaging resync (LP: #1786013) + - [Packaging] resync getabis + - [Packaging] update helper scripts + + * bcache: bch_allocator_thread(): hung task timeout (LP: #1784665) // Tight + timeout for bcache removal causes spurious failures (LP: #1796292) + - SAUCE: bcache: fix deadlock in bcache_allocator + + * shiftfs: allow overlayfs (LP: #1838677) + - SAUCE: shiftfs: enable overlayfs on shiftfs + + * Miscellaneous Ubuntu changes + - SAUCE: Revert "kbuild: modpost: do not parse unnecessary rules for vmlinux + modpost" + - update dkms package versions + - enable nvidia dkms build + + [ Upstream Kernel Changes ] + + * Rebase to v5.3-rc4 + + -- Seth Forshee Mon, 12 Aug 2019 10:41:27 -0500 + +linux (5.3.0-3.4) eoan; urgency=medium + + * Miscellaneous Ubuntu changes + - update dkms package versions + - SAUCE: aufs: add "WITH Linux-syscall-note" to SPDX tag of uapi headers + - [Config] add mux-* to modules.ignore + + [ Upstream Kernel Changes ] + + * Rebase to v5.3-rc3 + + -- Paolo Pisati Mon, 05 Aug 2019 18:17:09 +0200 + +linux (5.3.0-2.3) eoan; urgency=medium + + * Miscellaneous Ubuntu changes + - [Packaging] add build dependincy on fontconfig + + -- Seth Forshee Mon, 29 Jul 2019 12:18:46 -0400 + +linux (5.3.0-1.2) eoan; urgency=medium + + * System does not auto detect disconnection of external monitor (LP: #1835001) + - SAUCE: drm/i915: Add support for retrying hotplug + - SAUCE: drm/i915: Enable hotplug retry + + * Please enable CONFIG_SCSI_UFS_QCOM as a module on arm64 (LP: #1837332) + - [Config] Enable CONFIG_SCSI_UFS_QCOM as a module on arm64. + + * Add arm64 CONFIG_ARCH_MESON=y and related configs Edit (LP: #1820530) + - [Config] enable ARCH_MESON + - remove missing module + - [Config] update annotations after enabling ARCH_MESON for arm64 + + * Miscellaneous Ubuntu changes + - SAUCE: KVM: PPC: comment implicit fallthrough + - update dkms package versions + - [Config] enable vbox dkms build + + [ Upstream Kernel Changes ] + + * Rebase to v5.3-rc2 + + -- Seth Forshee Sun, 28 Jul 2019 23:10:16 -0400 + +linux (5.3.0-0.1) eoan; urgency=medium + + * Packaging resync (LP: #1786013) + - [Packaging] resync git-ubuntu-log + + * Miscellaneous Ubuntu changes + - SAUCE: (efi-lockdown) Add the ability to lock down access to the running + kernel image + - SAUCE: (efi-lockdown) Enforce module signatures if the kernel is locked down + - SAUCE: (efi-lockdown) Restrict /dev/{mem,kmem,port} when the kernel is + locked down + - SAUCE: (efi-lockdown) kexec_load: Disable at runtime if the kernel is locked + down + - SAUCE: (efi-lockdown) Copy secure_boot flag in boot params across kexec + reboot + - SAUCE: (efi-lockdown) kexec_file: split KEXEC_VERIFY_SIG into KEXEC_SIG and + KEXEC_SIG_FORCE + - SAUCE: (efi-lockdown) kexec_file: Restrict at runtime if the kernel is + locked down + - SAUCE: (efi-lockdown) hibernate: Disable when the kernel is locked down + - SAUCE: (efi-lockdown) uswsusp: Disable when the kernel is locked down + - SAUCE: (efi-lockdown) PCI: Lock down BAR access when the kernel is locked + down + - SAUCE: (efi-lockdown) x86: Lock down IO port access when the kernel is + locked down + - SAUCE: (efi-lockdown) x86/msr: Restrict MSR access when the kernel is locked + down + - SAUCE: (efi-lockdown) ACPI: Limit access to custom_method when the kernel is + locked down + - SAUCE: (efi-lockdown) acpi: Ignore acpi_rsdp kernel param when the kernel + has been locked down + - SAUCE: (efi-lockdown) acpi: Disable ACPI table override if the kernel is + locked down + - SAUCE: (efi-lockdown) acpi: Disable APEI error injection if the kernel is + locked down + - SAUCE: (efi-lockdown) Prohibit PCMCIA CIS storage when the kernel is locked + down + - SAUCE: (efi-lockdown) Lock down TIOCSSERIAL + - SAUCE: (efi-lockdown) Lock down module params that specify hardware + parameters (eg. ioport) + - SAUCE: (efi-lockdown) x86/mmiotrace: Lock down the testmmiotrace module + - SAUCE: (efi-lockdown) Lock down /proc/kcore + - SAUCE: (efi-lockdown) Lock down kprobes + - SAUCE: (efi-lockdown) bpf: Restrict kernel image access functions when the + kernel is locked down + - SAUCE: (efi-lockdown) Lock down perf + - SAUCE: (efi-lockdown) debugfs: Restrict debugfs when the kernel is locked + down + - SAUCE: (efi-lockdown) lockdown: Print current->comm in restriction messages + - SAUCE: (efi-lockdown) kexec: Allow kexec_file() with appropriate IMA policy + when locked down + - SAUCE: (efi-lockdown) Add a SysRq option to lift kernel lockdown + - SAUCE: (efi-lockdown) debugfs: avoid EPERM when no open file operation + defined + - SAUCE: (efi-lockdown) Make get_cert_list() not complain about cert lists + that aren't present. + - SAUCE: (efi-lockdown) Add efi_status_to_str() and rework + efi_status_to_err(). + - SAUCE: (efi-lockdown) Make get_cert_list() use efi_status_to_str() to print + error messages. + - SAUCE: (efi-lockdown) efi: Add an EFI_SECURE_BOOT flag to indicate secure + boot mode + - SAUCE: (efi-lockdown) efi: Lock down the kernel if booted in secure boot + mode + - SAUCE: (efi-lockdown) KEYS: Make use of platform keyring for module + signature verify + - SAUCE: (efi-lockdown) efi: Sanitize boot_params in efi stub + - SAUCE: (efi-lockdown) furter KEXEC_VERIFY_SIG -> KEXEC_SIG updates + - SAUCE: (efi-lockdown) arm64: add kernel config option to lock down when in + Secure Boot mode + - SAUCE: import aufs driver + - SAUCE: aufs: rwsem owner changed to atmoic_long_t in 5.3 + - [Config] disable zfs dkms build + - [Config] disable nvidia dkms build + - [Config] disable vbox dkms build + - SAUCE: perf diff: use llabs for s64 vaules + + [ Upstream Kernel Changes ] + + * Rebase to v5.3-rc1 + + -- Seth Forshee Tue, 23 Jul 2019 21:45:44 -0500 + +linux (5.3.0-0.0) eoan; urgency=medium + + * Dummy entry. + + -- Seth Forshee Mon, 22 Jul 2019 10:19:04 -0500 + +linux (5.2.0-9.10) eoan; urgency=medium + + * Packaging resync (LP: #1786013) + - [Packaging] update helper scripts + + * input/mouse: alps trackpoint-only device doesn't work (LP: #1836752) + - SAUCE: Input: alps - don't handle ALPS cs19 trackpoint-only device + - SAUCE: Input: alps - fix a mismatch between a condition check and its + comment + + * System does not auto detect disconnection of external monitor (LP: #1835001) + - SAUCE: drm/i915: Add support for retrying hotplug + - SAUCE: drm/i915: Enable hotplug retry + + * alsa/hdmi: add icelake hdmi audio support for a Dell machine (LP: #1836916) + - SAUCE: ALSA: hda/hdmi - Remove duplicated define + - SAUCE: ALSA: hda/hdmi - Fix i915 reverse port/pin mapping + + * First click on Goodix touchpad doesn't be recognized after runtime suspended + (LP: #1836836) + - SAUCE: i2c: designware: add G3 3590 into i2c quirk + + * ixgbe{vf} - Physical Function gets IRQ when VF checks link state + (LP: #1836760) + - ixgbevf: Use cached link state instead of re-reading the value for ethtool + + * Doing multiple squashfs (and other loop?) mounts in parallel breaks + (LP: #1836914) + - SAUCE: Revert "loop: Don't change loop device under exclusive opener" + + * hibmc-drm Causes Unreadable Display for Huawei amd64 Servers (LP: #1762940) + - SAUCE: Make CONFIG_DRM_HISI_HIBMC depend on ARM64 + - [Config] Set CONFIG_DRM_HISI_HIBMC to arm64 only + - [Config] add hibmc-drm to modules.ignore + + * hda/realtek: can't detect external mic on a Dell machine (LP: #1836755) + - ALSA: hda/realtek: apply ALC891 headset fixup to one Dell machine + + * Enable Armada SOCs and MVPP2 NIC driver for disco/generic arm64 + (LP: #1835054) + - [Config] Enable Armada SOCs and MVPP2 NIC driver for disco/generic arm64 + + * Unhide Nvidia HDA audio controller (LP: #1836308) + - PCI: Enable NVIDIA HDA controllers + + * Intel ethernet I219 may wrongly detect connection speed as 10Mbps + (LP: #1836177) + - e1000e: Make watchdog use delayed work + + * Sometimes touchpad(goodix) can't use tap function (LP: #1836020) + - SAUCE: i2c: designware: add Inpiron/Vostro 7590 into i2c quirk + - SAUCE: i2c: designware: add Inpiron 7591 into i2c quirk + + * Intel ethernet I219 has slow RX speed (LP: #1836152) + - e1000e: add workaround for possible stalled packet + - e1000e: disable force K1-off feature + + * bcache: risk of data loss on I/O errors in backing or caching devices + (LP: #1829563) + - Revert "bcache: set CACHE_SET_IO_DISABLE in bch_cached_dev_error()" + + * bnx2x driver causes 100% CPU load (LP: #1832082) + - bnx2x: Prevent ptp_task to be rescheduled indefinitely + + * fcf-protection=none patch with new version + - Revert "UBUNTU: SAUCE: kbuild: add -fcf-protection=none to retpoline flags" + - SAUCE: kbuild: add -fcf-protection=none when using retpoline flags + + * CVE-2019-12614 + - powerpc/pseries/dlpar: Fix a missing check in dlpar_parse_cc_property() + + * Eoan update: v5.2.1 upstream stable release (LP: #1836622) + - crypto: lrw - use correct alignmask + - crypto: talitos - rename alternative AEAD algos. + - fscrypt: don't set policy for a dead directory + - udf: Fix incorrect final NOT_ALLOCATED (hole) extent length + - media: stv0297: fix frequency range limit + - ALSA: usb-audio: Fix parse of UAC2 Extension Units + - ALSA: hda/realtek - Headphone Mic can't record after S3 + - tpm: Actually fail on TPM errors during "get random" + - tpm: Fix TPM 1.2 Shutdown sequence to prevent future TPM operations + - block: fix .bi_size overflow + - block, bfq: NULL out the bic when it's no longer valid + - perf intel-pt: Fix itrace defaults for perf script + - perf auxtrace: Fix itrace defaults for perf script + - perf intel-pt: Fix itrace defaults for perf script intel-pt documentation + - perf pmu: Fix uncore PMU alias list for ARM64 + - perf thread-stack: Fix thread stack return from kernel for kernel-only case + - perf header: Assign proper ff->ph in perf_event__synthesize_features() + - x86/ptrace: Fix possible spectre-v1 in ptrace_get_debugreg() + - x86/tls: Fix possible spectre-v1 in do_get_thread_area() + - Documentation: Add section about CPU vulnerabilities for Spectre + - Documentation/admin: Remove the vsyscall=native documentation + - mwifiex: Don't abort on small, spec-compliant vendor IEs + - USB: serial: ftdi_sio: add ID for isodebug v1 + - USB: serial: option: add support for GosunCn ME3630 RNDIS mode + - Revert "serial: 8250: Don't service RX FIFO if interrupts are disabled" + - p54usb: Fix race between disconnect and firmware loading + - usb: gadget: f_fs: data_len used before properly set + - usb: gadget: ether: Fix race between gether_disconnect and rx_submit + - usb: dwc2: use a longer AHB idle timeout in dwc2_core_reset() + - usb: renesas_usbhs: add a workaround for a race condition of workqueue + - drivers/usb/typec/tps6598x.c: fix portinfo width + - drivers/usb/typec/tps6598x.c: fix 4CC cmd write + - p54: fix crash during initialization + - staging: comedi: dt282x: fix a null pointer deref on interrupt + - staging: wilc1000: fix error path cleanup in wilc_wlan_initialize() + - staging: bcm2835-camera: Restore return behavior of ctrl_set_bitrate() + - staging: comedi: amplc_pci230: fix null pointer deref on interrupt + - staging: mt7621-pci: fix PCIE_FTS_NUM_LO macro + - HID: Add another Primax PIXART OEM mouse quirk + - lkdtm: support llvm-objcopy + - binder: fix memory leak in error path + - binder: return errors from buffer copy functions + - iio: adc: stm32-adc: add missing vdda-supply + - coresight: Potential uninitialized variable in probe() + - coresight: etb10: Do not call smp_processor_id from preemptible + - coresight: tmc-etr: Do not call smp_processor_id() from preemptible + - coresight: tmc-etr: alloc_perf_buf: Do not call smp_processor_id from + preemptible + - coresight: tmc-etf: Do not call smp_processor_id from preemptible + - carl9170: fix misuse of device driver API + - Revert "x86/build: Move _etext to actual end of .text" + - VMCI: Fix integer overflow in VMCI handle arrays + - staging: vchiq_2835_arm: revert "quit using custom down_interruptible()" + - staging: vchiq: make wait events interruptible + - staging: vchiq: revert "switch to wait_for_completion_killable" + - staging: fsl-dpaa2/ethsw: fix memory leak of switchdev_work + - staging: bcm2835-camera: Replace spinlock protecting context_map with mutex + - staging: bcm2835-camera: Ensure all buffers are returned on disable + - staging: bcm2835-camera: Remove check of the number of buffers supplied + - staging: bcm2835-camera: Handle empty EOS buffers whilst streaming + - staging: rtl8712: reduce stack usage, again + - Linux 5.2.1 + - [Config] updateconfigs after v5.2.1 stable update + + * fcf-protection=none patch with upstream version + - Revert "UBUNTU: SAUCE: add -fcf-protection=none to retpoline flags" + - SAUCE: kbuild: add -fcf-protection=none to retpoline flags + + * Miscellaneous Ubuntu changes + - SAUCE: selftests/ftrace: avoid failure when trying to probe a notrace + function + - SAUCE: selftests/powerpc/ptrace: fix build failure + - update dkms package versions + - [Packaging] add zlua to zfs-modules.ignore + - update dkms package versions + + -- Seth Forshee Fri, 19 Jul 2019 15:04:45 -0500 + +linux (5.2.0-8.9) eoan; urgency=medium + + * linux: 5.2.0-8.9 -proposed tracker (LP: #1835700) + + * Miscellaneous Ubuntu changes + - [Packaging] replace zfs and spl build with zfs 0.8.1-1ubuntu1 + - SAUCE: test_bpf: remove expected fail for Ctx heavy transformations test on + s390 + - SAUCE: add -fcf-protection=none to retpoline flags + - SAUCE: usbip: ensure strings copied using strncpy are null-terminated + - SAUCE: usbip: add -Wno-address-of-packed-member to EXTRA_CFLAGS + - SAUCE: perf jvmti: ensure strncpy result is null-terminated + - update dkms package versions + - add removed zfs modules to modules.ignore + + [ Upstream Kernel Changes ] + + * Rebase to v5.2 + + -- Seth Forshee Mon, 08 Jul 2019 07:13:41 -0500 + +linux (5.2.0-7.8) eoan; urgency=medium + + * Kernel panic upon resetting ixgbe SR-IOV VFIO virtual function using 5.0 + kernel (LP: #1829652) + - SAUCE: ixgbe: Avoid NULL pointer dereference with VF on non-IPsec hw + + * Hi1620 driver updates from upstream 5.2 merge window (LP: #1830815) + - net: hns3: initialize CPU reverse mapping + - net: hns3: refine the flow director handle + - net: hns3: add aRFS support for PF + - net: hns3: fix for FEC configuration + - RDMA/hns: Remove unnecessary print message in aeq + - RDMA/hns: Update CQE specifications + - RDMA/hns: Move spin_lock_irqsave to the correct place + - RDMA/hns: Remove jiffies operation in disable interrupt context + - RDMA/hns: Replace magic numbers with #defines + - net: hns3: fix compile warning without CONFIG_RFS_ACCEL + - net: hns3: fix for HNS3_RXD_GRO_SIZE_M macro + - net: hns3: add support for dump firmware statistics by debugfs + - net: hns3: use HCLGE_STATE_NIC_REGISTERED to indicate PF NIC client has + registered + - net: hns3: use HCLGE_STATE_ROCE_REGISTERED to indicate PF ROCE client has + registered + - net: hns3: use HCLGEVF_STATE_NIC_REGISTERED to indicate VF NIC client has + registered + - net: hns3: modify hclge_init_client_instance() + - net: hns3: modify hclgevf_init_client_instance() + - net: hns3: add handshake with hardware while doing reset + - net: hns3: stop schedule reset service while unloading driver + - net: hns3: adjust hns3_uninit_phy()'s location in the hns3_client_uninit() + - net: hns3: fix a memory leak issue for hclge_map_unmap_ring_to_vf_vector + - RDMA/hns: Bugfix for posting multiple srq work request + - net: hns3: remove redundant core reset + - net: hns3: don't configure new VLAN ID into VF VLAN table when it's full + - net: hns3: fix VLAN filter restore issue after reset + - net: hns3: set the port shaper according to MAC speed + - net: hns3: add a check to pointer in error_detected and slot_reset + - net: hns3: set ops to null when unregister ad_dev + - net: hns3: add handling of two bits in MAC tunnel interrupts + - net: hns3: remove setting bit of reset_requests when handling mac tunnel + interrupts + - net: hns3: add opcode about query and clear RAS & MSI-X to special opcode + - net: hns3: delay and separate enabling of NIC and ROCE HW errors + - RDMA/hns: fix inverted logic of readl read and shift + - RDMA/hns: Bugfix for filling the sge of srq + - net: hns3: log detail error info of ROCEE ECC and AXI errors + - net: hns3: fix wrong size of mailbox responding data + - net: hns3: make HW GRO handling compliant with SW GRO + - net: hns3: replace numa_node_id with numa_mem_id for buffer reusing + - net: hns3: refactor hns3_get_new_int_gl function + - net: hns3: trigger VF reset if a VF has an over_8bd_nfe_err + - net: hns3: delete the redundant user NIC codes + - net: hns3: small changes for magic numbers + - net: hns3: use macros instead of magic numbers + - net: hns3: refactor PF/VF RSS hash key configuration + - net: hns3: some modifications to simplify and optimize code + - net: hns3: fix some coding style issues + - net: hns3: delay setting of reset level for hw errors until slot_reset is + called + - net: hns3: fix avoid unnecessary resetting for the H/W errors which do not + require reset + - net: hns3: process H/W errors occurred before HNS dev initialization + - net: hns3: add recovery for the H/W errors occurred before the HNS dev + initialization + - net: hns3: some changes of MSI-X bits in PPU(RCB) + - net: hns3: extract handling of mpf/pf msi-x errors into functions + - net: hns3: clear restting state when initializing HW device + - net: hns3: free irq when exit from abnormal branch + - net: hns3: fix for dereferencing before null checking + - net: hns3: fix for skb leak when doing selftest + - net: hns3: delay ring buffer clearing during reset + - net: hns3: some variable modification + - net: hns3: fix dereference of ae_dev before it is null checked + - scsi: hisi_sas: Delete PHY timers when rmmod or probe failed + - scsi: hisi_sas: Fix the issue of argument mismatch of printing ecc errors + - scsi: hisi_sas: Reduce HISI_SAS_SGE_PAGE_CNT in size + - scsi: hisi_sas: Change the type of some numbers to unsigned + - scsi: hisi_sas: Ignore the error code between phy down to phy up + - scsi: hisi_sas: Disable stash for v3 hw + - net: hns3: Add missing newline at end of file + - RDMa/hns: Don't stuck in endless timeout loop + + * Sometimes touchpad automatically trigger double click (LP: #1833484) + - SAUCE: i2c: designware: Add disable runtime pm quirk + + * Add pointstick support on HP ZBook 17 G5 (LP: #1833387) + - Revert "HID: multitouch: Support ALPS PTP stick with pid 0x120A" + + * depmod may prefer unsigned l-r-m nvidia modules to signed modules + (LP: #1834479) + - [Packaging] dkms-build--nvidia-N -- clean up unsigned ko files + + * Miscellaneous Ubuntu changes + - SAUCE: selftests/powerpc: disable signal_fuzzer test + + [ Upstream Kernel Changes ] + + * Rebase to v5.2-rc7 + + -- Seth Forshee Mon, 01 Jul 2019 07:22:18 -0500 + +linux (5.2.0-6.7) eoan; urgency=medium + + * hinic: fix oops due to race in set_rx_mode (LP: #1832048) + - hinic: fix a bug in set rx mode + + * Miscellaneous Ubuntu changes + - rebase to v5.2-rc6 + + [ Upstream Kernel Changes ] + + * Rebase to v5.2-rc6 + + -- Seth Forshee Sun, 23 Jun 2019 23:36:11 -0500 + +linux (5.2.0-5.6) eoan; urgency=medium + + * QCA9377 isn't being recognized sometimes (LP: #1757218) + - SAUCE: USB: Disable USB2 LPM at shutdown + + * shiftfs: allow changing ro/rw for subvolumes (LP: #1832316) + - SAUCE: shiftfs: allow changing ro/rw for subvolumes + + * Miscellaneous Ubuntu changes + - update dkms package versions + - [Packaging] replace nvidia-418 dkms build with nvidia-430 + - SAUCE: import aufs driver + + [ Upstream Kernel Changes ] + + * Rebase to v5.2-rc5 + + -- Seth Forshee Mon, 17 Jun 2019 15:04:12 -0500 + +linux (5.2.0-4.5) eoan; urgency=medium + + * arm64: cma_alloc errors at boot (LP: #1823753) + - [Config] Bump CMA_SIZE_MBYTES to 32 on arm64 + - dma-contiguous: add dma_{alloc,free}_contiguous() helpers + - dma-contiguous: use fallback alloc_pages for single pages + - dma-contiguous: fix !CONFIG_DMA_CMA version of dma_{alloc, + free}_contiguous() + + * Miscellaneous Ubuntu changes + - [Config] CONFIG_MFD_TQMX86=n for s390x + - [Config] CONFIG_GPIO_AMD_FCH=n for s390x + - [Config] CONFIG_BACKLIGHT_CLASS_DEVICE=n on s390x + - [Config] CONFIG_LCD_CLASS_DEVICE=n for s390x + - [Config] CONFIG_DRM_ETNAVIV=m for armhf generic-lpae + - [Config] CONFIG_DRM_NOUVEAU_SVM=n + - [Config] CONFIG_HWMON=n for s390x + - [Config] CONFIG_NEW_LEDS=n for s390x + - [Config] CONFIG_MTD_NAND_OMAP2=y for armhf + - [Config] CONFIG_VOP_BUS=n for non-amd64 arches + - [Config] CONFIG_TI_CPSW_PHY_SEL=n + - [Config] CONFIG_INTERCONNECT=n for s390x + - [Config] CONFIG_SCSI_GDTH=n for s390x + - [Config] CONFIG_PACKING=n for s390x + - [Config] CONFIG_ARCH_MILBEAUT=y for armhf + - [Config] update annotations following config review + - update dkms package versions + - [Config] enable nvidia dkms build + + [ Upstream Kernel Changes ] + + * Rebase to v5.2-rc4 + + -- Seth Forshee Mon, 10 Jun 2019 07:00:11 -0500 + +linux (5.2.0-3.4) eoan; urgency=medium + + * [18.04/18.10] File libperf-jvmti.so is missing in linux-tools-common deb on + Ubuntu (LP: #1761379) + - [Packaging] Support building libperf-jvmti.so + + * Miscellaneous Ubuntu changes + - SAUCE: Revert "bpf, selftest: test global data/bss/rodata sections" + - update dkms package versions + - [Config] enable zfs + - rebase to v5.2-rc3 + + [ Upstream Kernel Changes ] + + * Rebase to v5.2-rc3 + + -- Seth Forshee Sun, 02 Jun 2019 21:48:50 -0500 + +linux (5.2.0-2.3) eoan; urgency=medium + + * Miscellaneous Ubuntu changes + - SAUCE: perf arm64: Fix mksyscalltbl when system kernel headers are ahead of + the kernel + + -- Seth Forshee Tue, 28 May 2019 07:12:39 -0500 + +linux (5.2.0-1.2) eoan; urgency=medium + + * Miscellaneous Ubuntu changes + - [Config] CONFIG_INTEGRITY_PLATFORM_KEYRING=y + - update dkms package versions + - [Config] enable vbox dkms build + - update dkms package versions + + [ Upstream Kernel Changes ] + + * Rebase to v5.2-rc2 + + -- Seth Forshee Mon, 27 May 2019 21:11:27 -0500 + +linux (5.2.0-0.1) eoan; urgency=medium + + * Miscellaneous Ubuntu changes + - SAUCE: import aufs driver + - [Packaging] disable ZFS + - [Packaging] disable nvidia + - [Packaging] dkms-build -- expand paths searched for make.log files + - add virtualbox-guest-dkms dkms package build + - enable vbox dkms build for amd64 and i386 + - update dkms package versions + - SAUCE: (efi-lockdown) Add the ability to lock down access to the running + kernel image + - SAUCE: (efi-lockdown) Enforce module signatures if the kernel is locked down + - SAUCE: (efi-lockdown) Restrict /dev/{mem,kmem,port} when the kernel is + locked down + - SAUCE: (efi-lockdown) kexec_load: Disable at runtime if the kernel is locked + down + - SAUCE: (efi-lockdown) Copy secure_boot flag in boot params across kexec + reboot + - SAUCE: (efi-lockdown) kexec_file: split KEXEC_VERIFY_SIG into KEXEC_SIG and + KEXEC_SIG_FORCE + - SAUCE: (efi-lockdown) kexec_file: Restrict at runtime if the kernel is + locked down + - SAUCE: (efi-lockdown) hibernate: Disable when the kernel is locked down + - SAUCE: (efi-lockdown) uswsusp: Disable when the kernel is locked down + - SAUCE: (efi-lockdown) PCI: Lock down BAR access when the kernel is locked + down + - SAUCE: (efi-lockdown) x86: Lock down IO port access when the kernel is + locked down + - SAUCE: (efi-lockdown) x86/msr: Restrict MSR access when the kernel is locked + down + - SAUCE: (efi-lockdown) ACPI: Limit access to custom_method when the kernel is + locked down + - SAUCE: (efi-lockdown) acpi: Ignore acpi_rsdp kernel param when the kernel + has been locked down + - SAUCE: (efi-lockdown) acpi: Disable ACPI table override if the kernel is + locked down + - SAUCE: (efi-lockdown) acpi: Disable APEI error injection if the kernel is + locked down + - SAUCE: (efi-lockdown) Prohibit PCMCIA CIS storage when the kernel is locked + down + - SAUCE: (efi-lockdown) Lock down TIOCSSERIAL + - SAUCE: (efi-lockdown) Lock down module params that specify hardware + parameters (eg. ioport) + - SAUCE: (efi-lockdown) x86/mmiotrace: Lock down the testmmiotrace module + - SAUCE: (efi-lockdown) Lock down /proc/kcore + - SAUCE: (efi-lockdown) Lock down kprobes + - SAUCE: (efi-lockdown) bpf: Restrict kernel image access functions when the + kernel is locked down + - SAUCE: (efi-lockdown) Lock down perf + - SAUCE: (efi-lockdown) debugfs: Restrict debugfs when the kernel is locked + down + - SAUCE: (efi-lockdown) lockdown: Print current->comm in restriction messages + - SAUCE: (efi-lockdown) kexec: Allow kexec_file() with appropriate IMA policy + when locked down + - SAUCE: (efi-lockdown) Make get_cert_list() not complain about cert lists + that aren't present. + - SAUCE: (efi-lockdown) Add efi_status_to_str() and rework + efi_status_to_err(). + - SAUCE: (efi-lockdown) Make get_cert_list() use efi_status_to_str() to print + error messages. + - SAUCE: (efi-lockdown) efi: Add an EFI_SECURE_BOOT flag to indicate secure + boot mode + - SAUCE: (efi-lockdown) efi: Lock down the kernel if booted in secure boot + mode + - SAUCE: (efi-lockdown) KEYS: Make use of platform keyring for module + signature verify + - SAUCE: (efi-lockdown) debugfs: avoid EPERM when no open file operation + defined + - SAUCE: (efi-lockdown) efi: Sanitize boot_params in efi stub + - SAUCE: (efi-lockdown) furter KEXEC_VERIFY_SIG -> KEXEC_SIG updates + - SAUCE: (efi-lockdown) arm64: add kernel config option to lock down when in + Secure Boot mode + - update dkms package versions + - [Config] disable vbox build + - SAUCE: s390: mark __cpacf_check_opcode() and cpacf_query_func() as + __always_inline + - SAUCE: IB/mlx5: use size_t instead of u64 when dividing + + [ Upstream Kernel Changes ] + + * Rebase to v5.2-rc1 + + -- Seth Forshee Tue, 21 May 2019 11:18:43 -0500 + +linux (5.2.0-0.0) eoan; urgency=medium + + * Dummy entry. + + -- Seth Forshee Tue, 21 May 2019 07:34:43 -0500 + +linux (5.1.0-2.2) eoan; urgency=medium + + * Packaging resync (LP: #1786013) + - [Packaging] resync git-ubuntu-log + + * Eoan update: v5.1.2 upstream stable release (LP: #1829050) + - x86/msr-index: Cleanup bit defines + - x86/speculation: Consolidate CPU whitelists + - x86/speculation/mds: Add basic bug infrastructure for MDS + - x86/speculation/mds: Add BUG_MSBDS_ONLY + - x86/kvm: Expose X86_FEATURE_MD_CLEAR to guests + - x86/speculation/mds: Add mds_clear_cpu_buffers() + - x86/speculation/mds: Clear CPU buffers on exit to user + - x86/kvm/vmx: Add MDS protection when L1D Flush is not active + - x86/speculation/mds: Conditionally clear CPU buffers on idle entry + - x86/speculation/mds: Add mitigation control for MDS + - x86/speculation/mds: Add sysfs reporting for MDS + - x86/speculation/mds: Add mitigation mode VMWERV + - Documentation: Move L1TF to separate directory + - Documentation: Add MDS vulnerability documentation + - x86/speculation/mds: Add mds=full,nosmt cmdline option + - x86/speculation: Move arch_smt_update() call to after mitigation decisions + - x86/speculation/mds: Add SMT warning message + - x86/speculation/mds: Fix comment + - x86/speculation/mds: Print SMT vulnerable on MSBDS with mitigations off + - cpu/speculation: Add 'mitigations=' cmdline option + - x86/speculation: Support 'mitigations=' cmdline option + - powerpc/speculation: Support 'mitigations=' cmdline option + - s390/speculation: Support 'mitigations=' cmdline option + - x86/speculation/mds: Add 'mitigations=' support for MDS + - x86/mds: Add MDSUM variant to the MDS documentation + - Documentation: Correct the possible MDS sysfs values + - x86/speculation/mds: Fix documentation typo + - Linux 5.1.2 + + * Eoan update: v5.1.1 upstream stable release (LP: #1829046) + - Drivers: hv: vmbus: Remove the undesired put_cpu_ptr() in hv_synic_cleanup() + - ubsan: Fix nasty -Wbuiltin-declaration-mismatch GCC-9 warnings + - staging: greybus: power_supply: fix prop-descriptor request size + - staging: wilc1000: Avoid GFP_KERNEL allocation from atomic context. + - staging: most: cdev: fix chrdev_region leak in mod_exit + - staging: most: sound: pass correct device when creating a sound card + - usb: dwc3: Allow building USB_DWC3_QCOM without EXTCON + - usb: dwc3: Fix default lpm_nyet_threshold value + - USB: serial: f81232: fix interrupt worker not stop + - USB: cdc-acm: fix unthrottle races + - usb-storage: Set virt_boundary_mask to avoid SG overflows + - genirq: Prevent use-after-free and work list corruption + - intel_th: pci: Add Comet Lake support + - iio: adc: qcom-spmi-adc5: Fix of-based module autoloading + - cpufreq: armada-37xx: fix frequency calculation for opp + - ACPI / LPSS: Use acpi_lpss_* instead of acpi_subsys_* functions for + hibernate + - soc: sunxi: Fix missing dependency on REGMAP_MMIO + - scsi: lpfc: change snprintf to scnprintf for possible overflow + - scsi: qla2xxx: Fix incorrect region-size setting in optrom SYSFS routines + - scsi: qla2xxx: Set remote port devloss timeout to 0 + - scsi: qla2xxx: Fix device staying in blocked state + - Bluetooth: hidp: fix buffer overflow + - Bluetooth: Align minimum encryption key size for LE and BR/EDR connections + - Bluetooth: Fix not initializing L2CAP tx_credits + - Bluetooth: hci_bcm: Fix empty regulator supplies for Intel Macs + - UAS: fix alignment of scatter/gather segments + - ASoC: Intel: avoid Oops if DMA setup fails + - i3c: Fix a shift wrap bug in i3c_bus_set_addr_slot_status() + - locking/futex: Allow low-level atomic operations to return -EAGAIN + - arm64: futex: Bound number of LDXR/STXR loops in FUTEX_WAKE_OP + - Linux 5.1.1 + + * shiftfs: lock security sensitive superblock flags (LP: #1827122) + - SAUCE: shiftfs: lock down certain superblock flags + + * Please package libbpf (which is done out of the kernel src) in Debian [for + 19.10] (LP: #1826410) + - SAUCE: tools -- fix add ability to disable libbfd + + * ratelimit cma_alloc messages (LP: #1828092) + - SAUCE: cma: ratelimit cma_alloc error messages + + * Headphone jack switch sense is inverted: plugging in headphones disables + headphone output (LP: #1824259) + - ASoC: rt5645: Headphone Jack sense inverts on the LattePanda board + + * There are 4 HDMI/Displayport audio output listed in sound setting without + attach any HDMI/DP monitor (LP: #1827967) + - ALSA: hda/hdmi - Read the pin sense from register when repolling + - ALSA: hda/hdmi - Consider eld_valid when reporting jack event + + * CONFIG_LOG_BUF_SHIFT set to 14 is too low on arm64 (LP: #1824864) + - [Config] CONFIG_LOG_BUF_SHIFT=18 on all 64bit arches + + * CTAUTO:DevOps:860.50:devops4fp1:Error occurred during LINUX Dmesg error + Checking for all LINUX clients for devops4p10 (LP: #1766201) + - SAUCE: integrity: downgrade error to warning + + * linux-buildinfo: pull out ABI information into its own package + (LP: #1806380) + - [Packaging] autoreconstruct -- base tag is always primary mainline version + + * [SRU] Please sync vbox modules from virtualbox 6.0.6 on next kernel update + (LP: #1825210) + - vbox-update: updates for renamed makefiles + - ubuntu: vbox -- update to 6.0.6-dfsg-1 + + * autofs kernel module missing (LP: #1824333) + - [Config] Update autofs4 path in inclusion list + + * The Realtek card reader does not enter PCIe 1.1/1.2 (LP: #1825487) + - SAUCE: misc: rtsx: Fixed rts5260 power saving parameter and sd glitch + + * CVE-2019-3874 + - sctp: implement memory accounting on tx path + - sctp: implement memory accounting on rx path + + * apparmor does not start in Disco LXD containers (LP: #1824812) + - SAUCE: shiftfs: use separate llseek method for directories + + * Miscellaneous Ubuntu changes + - [Packaging] autoreconstruct -- remove for -rc kernels + - SAUCE: (efi-lockdown) debugfs: avoid EPERM when no open file operation + defined + - SAUCE: (efi-lockdown) efi: Sanitize boot_params in efi stub + - SAUCE: (efi-lockdown) furter KEXEC_VERIFY_SIG -> KEXEC_SIG updates + - [Config] (efi-lockdown): update configs after efi lockdown patch refresh + - [Packaging] don't delete efi_parser.c + - vbox-update -- do not fix up KERN_DIR or KBUILD_EXTMOD + - ubuntu: vbox -- update to 6.0.6-dfsg-2 + - add nvidia-418 dkms build + - remove virtualbox guest drivers + - [Packaging] dkms-build -- expand paths searched for make.log files + - add virtualbox-guest-dkms dkms package build + - enable vbox dkms build for amd64 and i386 + - [Config] update configs for v5.1(-rc7)? rebase + - update dkms package versions + - Add the ability to lock down access to the running kernel image + - Enforce module signatures if the kernel is locked down + - Restrict /dev/{mem,kmem,port} when the kernel is locked down + - kexec_load: Disable at runtime if the kernel is locked down + - Copy secure_boot flag in boot params across kexec reboot + - kexec_file: split KEXEC_VERIFY_SIG into KEXEC_SIG and KEXEC_SIG_FORCE + - kexec_file: Restrict at runtime if the kernel is locked down + - hibernate: Disable when the kernel is locked down + - uswsusp: Disable when the kernel is locked down + - PCI: Lock down BAR access when the kernel is locked down + - x86: Lock down IO port access when the kernel is locked down + - x86/msr: Restrict MSR access when the kernel is locked down + - ACPI: Limit access to custom_method when the kernel is locked down + - acpi: Ignore acpi_rsdp kernel param when the kernel has been locked down + - acpi: Disable ACPI table override if the kernel is locked down + - acpi: Disable APEI error injection if the kernel is locked down + - Prohibit PCMCIA CIS storage when the kernel is locked down + - Lock down TIOCSSERIAL + - Lock down module params that specify hardware parameters (eg. ioport) + - x86/mmiotrace: Lock down the testmmiotrace module + - Lock down /proc/kcore + - Lock down kprobes + - bpf: Restrict kernel image access functions when the kernel is locked down + - Lock down perf + - debugfs: Restrict debugfs when the kernel is locked down + - lockdown: Print current->comm in restriction messages + - kexec: Allow kexec_file() with appropriate IMA policy when locked down + - Make get_cert_list() not complain about cert lists that aren't present. + - Add efi_status_to_str() and rework efi_status_to_err(). + - Make get_cert_list() use efi_status_to_str() to print error messages. + - efi: Add an EFI_SECURE_BOOT flag to indicate secure boot mode + - efi: Lock down the kernel if booted in secure boot mode + - KEYS: Make use of platform keyring for module signature verify + + * Miscellaneous upstream changes + - ALSA: hdea/realtek - Headset fixup for System76 Gazelle (gaze14) + + -- Seth Forshee Tue, 14 May 2019 12:32:56 -0500 + +linux (5.1.0-1.1) eoan; urgency=medium + + * bionic: fork out linux-snapdragon into its own topic kernel (LP: #1820868) + - [Packaging]: really drop snapdragon + + * Miscellaneous Ubuntu changes + - SAUCE: fix vbox use of MAP_SHARED + - SAUCE: fix vbox use of vm_fault_t + - [Packaging] disable ZFS + - [Packaging] disable nvidia + - SAUCE: perf annotate: Fix build on 32 bit for BPF annotation + - [Config]: updateconfig after rebase to v5.1-rc + - [Config]: build ETNAVIV only on arm platforms + - [Config]: Disable CMA on non-arm platforms + - [Config]: MMC_CQHCI is needed by some built-in drivers + - [Config]: a.out support has been deprecated + - [Config]: R3964 was marked as BROKEN + - [Config]: Add SENSIRION_SGP30 module + + * Miscellaneous upstream changes + - Revert "UBUNTU: SAUCE: tools: lib/bpf -- add generated headers to search + path" + - Revert "UBUNTU: SAUCE: btqcomsmd: introduce BT_QCOMSMD_HACK" + + -- Thadeu Lima de Souza Cascardo Thu, 25 Apr 2019 10:03:25 -0300 + +linux (5.1.0-0.0) eoan; urgency=medium + + * Dummy entry. + + -- Thadeu Lima de Souza Cascardo Thu, 25 Apr 2019 09:49:47 -0300 + +linux (5.0.0-13.14) disco; urgency=medium + + * linux: 5.0.0-13.14 -proposed tracker (LP: #1824819) + + * Display only has 640x480 (LP: #1824677) + - Revert "UBUNTU: SAUCE: drm/nouveau: Disable nouveau driver by default" + + * shiftfs: use after free when checking mount options (LP: #1824735) + - SAUCE: shiftfs: prevent use-after-free when verifying mount options + + -- Seth Forshee Mon, 15 Apr 2019 09:11:23 -0500 + +linux (5.0.0-12.13) disco; urgency=medium + + * linux: 5.0.0-12.13 -proposed tracker (LP: #1824726) + + * Linux 5.0 black screen on boot, display flickers (i915 regression with + certain laptop panels) (LP: #1824216) + - drm/i915/dp: revert back to max link rate and lane count on eDP + + * kernel BUG at fs/attr.c:287 when using shiftfs (LP: #1824717) + - SAUCE: shiftfs: fix passing of attrs to underaly for setattr + + -- Seth Forshee Sun, 14 Apr 2019 13:38:05 -0500 + +linux (5.0.0-11.12) disco; urgency=medium + + * linux: 5.0.0-11.12 -proposed tracker (LP: #1824383) + + * hns3: PPU_PF_ABNORMAL_INT_ST over_8bd_no_fe found [error status=0x1] + (LP: #1824194) + - net: hns3: fix for not calculating tx bd num correctly + + * disco: unable to use iptables/enable ufw under -virtual kernel + (LP: #1823862) + - [Packaging] add bpfilter to linux-modules + + * Make shiftfs a module rather than built-in (LP: #1824354) + - [Config] CONFIG_SHIFT_FS=m + + * shiftfs: chown sets untranslated ids in lower fs (LP: #1824350) + - SAUCE: shiftfs: use translated ids when chaning lower fs attrs + + * [Hyper-V] KVP daemon fails to start on first boot of disco VM (LP: #1820063) + - [Packaging] bind hv_kvp_daemon startup to hv_kvp device + + -- Seth Forshee Thu, 11 Apr 2019 10:17:19 -0500 + +linux (5.0.0-10.11) disco; urgency=medium + + * linux: 5.0.0-10.11 -proposed tracker (LP: #1823936) + + * Apparmor enforcement failure in lxc selftests (LP: #1823379) + - SAUCE: apparmor: Restore Y/N in /sys for apparmor's "enabled" + + * systemd cause kernel trace "BUG: unable to handle kernel paging request at + 6db23a14" on Cosmic i386 (LP: #1813244) + - openvswitch: fix flow actions reallocation + + -- Seth Forshee Tue, 09 Apr 2019 08:30:38 -0500 + +linux (5.0.0-9.10) disco; urgency=medium + + * linux: 5.0.0-9.10 -proposed tracker (LP: #1823228) + + * Packaging resync (LP: #1786013) + - [Packaging] resync git-ubuntu-log + - [Packaging] update helper scripts + - [Packaging] resync retpoline extraction + + * Huawei Hi1822 NIC has poor performance (LP: #1820187) + - net-next/hinic: replace disable_irq_nosync/enable_irq + + * Add uid shifting overlay filesystem (shiftfs) (LP: #1823186) + - shiftfs: uid/gid shifting bind mount + - shiftfs: rework and extend + - shiftfs: support some btrfs ioctls + - [Config] enable shiftfs + + * Cannot boot or install - have to use nomodeset (LP: #1821820) + - Revert "drm/i915/fbdev: Actually configure untiled displays" + + * Disco update: v5.0.6 upstream stable release (LP: #1823060) + - netfilter: nf_tables: fix set double-free in abort path + - dccp: do not use ipv6 header for ipv4 flow + - genetlink: Fix a memory leak on error path + - gtp: change NET_UDP_TUNNEL dependency to select + - ipv6: make ip6_create_rt_rcu return ip6_null_entry instead of NULL + - mac8390: Fix mmio access size probe + - mISDN: hfcpci: Test both vendor & device ID for Digium HFC4S + - net: aquantia: fix rx checksum offload for UDP/TCP over IPv6 + - net: datagram: fix unbounded loop in __skb_try_recv_datagram() + - net/packet: Set __GFP_NOWARN upon allocation in alloc_pg_vec + - net: phy: meson-gxl: fix interrupt support + - net: rose: fix a possible stack overflow + - net: stmmac: fix memory corruption with large MTUs + - net-sysfs: call dev_hold if kobject_init_and_add success + - net: usb: aqc111: Extend HWID table by QNAP device + - packets: Always register packet sk in the same order + - rhashtable: Still do rehash when we get EEXIST + - sctp: get sctphdr by offset in sctp_compute_cksum + - sctp: use memdup_user instead of vmemdup_user + - tcp: do not use ipv6 header for ipv4 flow + - tipc: allow service ranges to be connect()'ed on RDM/DGRAM + - tipc: change to check tipc_own_id to return in tipc_net_stop + - tipc: fix cancellation of topology subscriptions + - tun: properly test for IFF_UP + - vrf: prevent adding upper devices + - vxlan: Don't call gro_cells_destroy() before device is unregistered + - thunderx: enable page recycling for non-XDP case + - thunderx: eliminate extra calls to put_page() for pages held for recycling + - net: dsa: mv88e6xxx: fix few issues in mv88e6390x_port_set_cmode + - net: mii: Fix PAUSE cap advertisement from linkmode_adv_to_lcl_adv_t() + helper + - net: phy: don't clear BMCR in genphy_soft_reset + - r8169: fix cable re-plugging issue + - ila: Fix rhashtable walker list corruption + - tun: add a missing rcu_read_unlock() in error path + - powerpc/fsl: Fix the flush of branch predictor. + - Btrfs: fix incorrect file size after shrinking truncate and fsync + - btrfs: remove WARN_ON in log_dir_items + - btrfs: don't report readahead errors and don't update statistics + - btrfs: Fix bound checking in qgroup_trace_new_subtree_blocks + - btrfs: Avoid possible qgroup_rsv_size overflow in + btrfs_calculate_inode_block_rsv_size + - Btrfs: fix assertion failure on fsync with NO_HOLES enabled + - locks: wake any locks blocked on request before deadlock check + - tracing: initialize variable in create_dyn_event() + - ARM: imx6q: cpuidle: fix bug that CPU might not wake up at expected time + - powerpc: bpf: Fix generation of load/store DW instructions + - vfio: ccw: only free cp on final interrupt + - NFS: Fix nfs4_lock_state refcounting in nfs4_alloc_{lock,unlock}data() + - NFS: fix mount/umount race in nlmclnt. + - NFSv4.1 don't free interrupted slot on open + - net: dsa: qca8k: remove leftover phy accessors + - ALSA: rawmidi: Fix potential Spectre v1 vulnerability + - ALSA: seq: oss: Fix Spectre v1 vulnerability + - ALSA: pcm: Fix possible OOB access in PCM oss plugins + - ALSA: pcm: Don't suspend stream in unrecoverable PCM state + - ALSA: hda/realtek - Fixed Headset Mic JD not stable + - ALSA: hda/realtek: merge alc_fixup_headset_jack to alc295_fixup_chromebook + - ALSA: hda/realtek - Add support headset mode for DELL WYSE AIO + - ALSA: hda/realtek - Add support headset mode for New DELL WYSE NB + - ALSA: hda/realtek: Enable headset MIC of Acer AIO with ALC286 + - ALSA: hda/realtek: Enable headset MIC of Acer Aspire Z24-890 with ALC286 + - ALSA: hda/realtek - Add support for Acer Aspire E5-523G/ES1-432 headset mic + - ALSA: hda/realtek: Enable ASUS X441MB and X705FD headset MIC with ALC256 + - ALSA: hda/realtek: Enable headset mic of ASUS P5440FF with ALC256 + - ALSA: hda/realtek: Enable headset MIC of ASUS X430UN and X512DK with ALC256 + - ALSA: hda/realtek - Fix speakers on Acer Predator Helios 500 Ryzen laptops + - kbuild: modversions: Fix relative CRC byte order interpretation + - fs/open.c: allow opening only regular files during execve() + - ocfs2: fix inode bh swapping mixup in ocfs2_reflink_inodes_lock + - scsi: sd: Fix a race between closing an sd device and sd I/O + - scsi: sd: Quiesce warning if device does not report optimal I/O size + - scsi: zfcp: fix rport unblock if deleted SCSI devices on Scsi_Host + - scsi: zfcp: fix scsi_eh host reset with port_forced ERP for non-NPIV FCP + devices + - drm/rockchip: vop: reset scale mode when win is disabled + - tty/serial: atmel: Add is_half_duplex helper + - tty/serial: atmel: RS485 HD w/DMA: enable RX after TX is stopped + - tty: mxs-auart: fix a potential NULL pointer dereference + - tty: atmel_serial: fix a potential NULL pointer dereference + - tty: serial: qcom_geni_serial: Initialize baud in qcom_geni_console_setup + - staging: comedi: ni_mio_common: Fix divide-by-zero for DIO cmdtest + - staging: olpc_dcon_xo_1: add missing 'const' qualifier + - staging: speakup_soft: Fix alternate speech with other synths + - staging: vt6655: Remove vif check from vnt_interrupt + - staging: vt6655: Fix interrupt race condition on device start up. + - staging: erofs: fix to handle error path of erofs_vmap() + - staging: erofs: fix error handling when failed to read compresssed data + - staging: erofs: keep corrupted fs from crashing kernel in erofs_readdir() + - serial: max310x: Fix to avoid potential NULL pointer dereference + - serial: mvebu-uart: Fix to avoid a potential NULL pointer dereference + - serial: sh-sci: Fix setting SCSCR_TIE while transferring data + - USB: serial: cp210x: add new device id + - USB: serial: ftdi_sio: add additional NovaTech products + - USB: serial: mos7720: fix mos_parport refcount imbalance on error path + - USB: serial: option: set driver_info for SIM5218 and compatibles + - USB: serial: option: add support for Quectel EM12 + - USB: serial: option: add Olicard 600 + - ACPI / CPPC: Fix guaranteed performance handling + - Disable kgdboc failed by echo space to /sys/module/kgdboc/parameters/kgdboc + - fs/proc/proc_sysctl.c: fix NULL pointer dereference in put_links + - drivers/block/zram/zram_drv.c: fix idle/writeback string compare + - blk-mq: fix sbitmap ws_active for shared tags + - cpufreq: intel_pstate: Also use CPPC nominal_perf for base_frequency + - cpufreq: scpi: Fix use after free + - drm/vgem: fix use-after-free when drm_gem_handle_create() fails + - drm/vkms: fix use-after-free when drm_gem_handle_create() fails + - drm/i915: Mark AML 0x87CA as ULX + - drm/i915/gvt: Fix MI_FLUSH_DW parsing with correct index check + - drm/i915/icl: Fix the TRANS_DDI_FUNC_CTL2 bitfield macro + - gpio: exar: add a check for the return value of ida_simple_get fails + - gpio: adnp: Fix testing wrong value in adnp_gpio_direction_input + - phy: sun4i-usb: Support set_mode to USB_HOST for non-OTG PHYs + - usb: mtu3: fix EXTCON dependency + - USB: gadget: f_hid: fix deadlock in f_hidg_write() + - usb: common: Consider only available nodes for dr_mode + - mm/memory.c: fix modifying of page protection by insert_pfn() + - usb: host: xhci-rcar: Add XHCI_TRUST_TX_LENGTH quirk + - xhci: Fix port resume done detection for SS ports with LPM enabled + - usb: xhci: dbc: Don't free all memory with spinlock held + - xhci: Don't let USB3 ports stuck in polling state prevent suspend + - usb: cdc-acm: fix race during wakeup blocking TX traffic + - usb: typec: tcpm: Try PD-2.0 if sink does not respond to 3.0 source-caps + - usb: typec: Fix unchecked return value + - mm/hotplug: fix offline undo_isolate_page_range() + - mm: add support for kmem caches in DMA32 zone + - iommu/io-pgtable-arm-v7s: request DMA32 memory, and improve debugging + - mm: mempolicy: make mbind() return -EIO when MPOL_MF_STRICT is specified + - mm/debug.c: fix __dump_page when mapping->host is not set + - mm/memory_hotplug.c: fix notification in offline error path + - mm/page_isolation.c: fix a wrong flag in set_migratetype_isolate() + - mm/migrate.c: add missing flush_dcache_page for non-mapped page migrate + - perf pmu: Fix parser error for uncore event alias + - perf intel-pt: Fix TSC slip + - objtool: Query pkg-config for libelf location + - powerpc/pseries/energy: Use OF accessor functions to read ibm,drc-indexes + - powerpc/64: Fix memcmp reading past the end of src/dest + - powerpc/pseries/mce: Fix misleading print for TLB mutlihit + - watchdog: Respect watchdog cpumask on CPU hotplug + - cpu/hotplug: Prevent crash when CPU bringup fails on CONFIG_HOTPLUG_CPU=n + - x86/smp: Enforce CONFIG_HOTPLUG_CPU when SMP=y + - KVM: Reject device ioctls from processes other than the VM's creator + - KVM: x86: Emulate MSR_IA32_ARCH_CAPABILITIES on AMD hosts + - KVM: x86: update %rip after emulating IO + - bpf: do not restore dst_reg when cur_state is freed + - mt76x02u: use usb_bulk_msg to upload firmware + - Linux 5.0.6 + + * RDMA/hns updates for disco (LP: #1822897) + - RDMA/hns: Fix the bug with updating rq head pointer when flush cqe + - RDMA/hns: Bugfix for the scene without receiver queue + - RDMA/hns: Add constraint on the setting of local ACK timeout + - RDMA/hns: Modify the pbl ba page size for hip08 + - RDMA/hns: RDMA/hns: Assign rq head pointer when enable rq record db + - RDMA/hns: Add the process of AEQ overflow for hip08 + - RDMA/hns: Add SCC context allocation support for hip08 + - RDMA/hns: Add SCC context clr support for hip08 + - RDMA/hns: Add timer allocation support for hip08 + - RDMA/hns: Remove set but not used variable 'rst' + - RDMA/hns: Make some function static + - RDMA/hns: Fix the Oops during rmmod or insmod ko when reset occurs + - RDMA/hns: Fix the chip hanging caused by sending mailbox&CMQ during reset + - RDMA/hns: Fix the chip hanging caused by sending doorbell during reset + - RDMA/hns: Limit minimum ROCE CQ depth to 64 + - RDMA/hns: Fix the state of rereg mr + - RDMA/hns: Set allocated memory to zero for wrid + - RDMA/hns: Delete useful prints for aeq subtype event + - RDMA/hns: Configure capacity of hns device + - RDMA/hns: Modify qp&cq&pd specification according to UM + - RDMA/hns: Bugfix for set hem of SCC + - RDMA/hns: Use GFP_ATOMIC in hns_roce_v2_modify_qp + + * autopkgtests run too often, too much and don't skip enough (LP: #1823056) + - Set +x on rebuild testcase. + - Skip rebuild test, for regression-suite deps. + - Make ubuntu-regression-suite skippable on unbootable kernels. + - make rebuild use skippable error codes when skipping. + - Only run regression-suite, if requested to. + + * touchpad not working on lenovo yoga 530 (LP: #1787775) + - Revert "UBUNTU: SAUCE: i2c:amd Depends on ACPI" + - Revert "UBUNTU: SAUCE: i2c:amd move out pointer in union i2c_event_base" + - i2c: add extra check to safe DMA buffer helper + - i2c: Add drivers for the AMD PCIe MP2 I2C controller + - [Config] Update config for AMD MP2 I2C driver + + * Detect SMP PHY control command errors (LP: #1822680) + - scsi: libsas: Check SMP PHY control function result + + * disable a.out support (LP: #1818552) + - [Config] Disable a.out support + - [Config] remove binfmt_aout from abi for i386 lowlatency + + * bionic: fork out linux-snapdragon into its own topic kernel (LP: #1820868) + - [Packaging] remove snapdragon flavour support + - Revert "UBUNTU: SAUCE: (snapdragon) drm/msm/adv7511: wrap hacks under + CONFIG_ADV7511_SNAPDRAGON_HACKS #ifdefs" + - Revert "UBUNTU: SAUCE: (snapdragon) media: ov5645: skip address change if dt + addr == default addr" + - Revert "UBUNTU: SAUCE: (snapdragon) DT: leds: Add Qualcomm Light Pulse + Generator binding" + - Revert "UBUNTU: SAUCE: (snapdragon) MAINTAINERS: Add Qualcomm Camera Control + Interface driver" + - Revert "UBUNTU: SAUCE: (snapdragon) dt-bindings: media: Binding document for + Qualcomm Camera Control Interface driver" + - Revert "UBUNTU: SAUCE: (snapdragon) leds: Add driver for Qualcomm LPG" + - Revert "UBUNTU: SAUCE: (snapdragon) HACK: drm/msm/adv7511: Don't rely on + interrupts for EDID parsing" + - Revert "UBUNTU: SAUCE: (snapdragon) drm/bridge/adv7511: Delay clearing of + HPD interrupt status" + - Revert "UBUNTU: SAUCE: (snapdragon) media: ov5645: Fix I2C address" + - Revert "UBUNTU: SAUCE: (snapdragon) i2c-qcom-cci: Fix I2C address bug" + - Revert "UBUNTU: SAUCE: (snapdragon) i2c-qcom-cci: Fix run queue completion + timeout" + - Revert "UBUNTU: SAUCE: (snapdragon) camss: Do not register if no cameras are + present" + - Revert "UBUNTU: SAUCE: (snapdragon) i2c: Add Qualcomm Camera Control + Interface driver" + - Revert "UBUNTU: SAUCE: (snapdragon) ov5645: I2C address change" + - Revert "UBUNTU: SAUCE: (snapdragon) regulator: smd: Allow + REGULATOR_QCOM_SMD_RPM=m" + - Revert "UBUNTU: SAUCE: (snapdragon) cpufreq: Add apq8016 to cpufreq-dt- + platdev blacklist" + - Revert "UBUNTU: SAUCE: (snapdragon) PM / OPP: Add a helper to get an opp + regulator for device" + - Revert "UBUNTU: SAUCE: (snapdragon) PM / OPP: HACK: Allow to set regulator + without opp_list" + - Revert "UBUNTU: SAUCE: (snapdragon) PM / OPP: Drop RCU usage in + dev_pm_opp_adjust_voltage()" + - Revert "UBUNTU: SAUCE: (snapdragon) PM / OPP: Support adjusting OPP voltages + at runtime" + - Revert "UBUNTU: SAUCE: (snapdragon) regulator: smd: Add floor and corner + operations" + - Revert "UBUNTU: SAUCE: (snapdragon) power: avs: cpr: Register with cpufreq- + dt" + - Revert "UBUNTU: SAUCE: (snapdragon) power: avs: cpr: fix with new + reg_sequence structures" + - Revert "UBUNTU: SAUCE: (snapdragon) power: avs: cpr: Use raw mem access for + qfprom" + - Revert "UBUNTU: SAUCE: (snapdragon) power: avs: Add support for CPR (Core + Power Reduction)" + - Revert "UBUNTU: SAUCE: (snapdragon) HACK: drm/msm/iommu: Remove runtime_put + calls in map/unmap" + - Revert "UBUNTU: SAUCE: (snapdragon) arm64: defconfig: enable LEDS_QCOM_LPG" + - Revert "UBUNTU: SAUCE: (snapdragon) kernel: distro.config: enable 'BBR' TCP + congestion algorithm" + - Revert "UBUNTU: SAUCE: (snapdragon) kernel: distro.config: enable 'fq' and + 'fq_codel' qdiscs" + - Revert "UBUNTU: SAUCE: (snapdragon) kernel: distro.config: enable + 'schedutil' CPUfreq governor" + - Revert "UBUNTU: SAUCE: (snapdragon) kernel: configs: set USB_CONFIG_F_FS in + distro.config" + - Revert "UBUNTU: SAUCE: (snapdragon) arm64: defconfig: enable + CONFIG_USB_CONFIGFS_F_FS by default" + - Revert "UBUNTU: SAUCE: (snapdragon) kernel: configs: add freq stat to sysfs" + - Revert "UBUNTU: SAUCE: (snapdragon) arm64: configs: Enable camera drivers" + - Revert "UBUNTU: SAUCE: (snapdragon) arm64: defconfig: disable ANALOG_TV and + DIGITAL_TV" + - Revert "UBUNTU: SAUCE: (snapdragon) kernel: configs: add more USB net + drivers" + - Revert "UBUNTU: SAUCE: (snapdragon) arm64: configs: enable BT_QCOMSMD" + - Revert "UBUNTU: SAUCE: (snapdragon) arm64: defconfig: enable + CFG80211_DEFAULT_PS by default" + - Revert "UBUNTU: SAUCE: (snapdragon) Force the SMD regulator driver to be + compiled-in" + - Revert "UBUNTU: SAUCE: (snapdragon) kernel: configs: enable dm_mod and + dm_crypt" + - Revert "UBUNTU: SAUCE: (snapdragon) arm64: defconfig: Enable a53/apcs and + avs" + - Revert "UBUNTU: SAUCE: (snapdragon) arm64: configs: enable QCOM Venus" + - Revert "UBUNTU: SAUCE: (snapdragon) kernel: distro.config: enable debug + friendly USB network adpater" + - Revert "UBUNTU: SAUCE: (snapdragon) arm64: configs: enable WCN36xx" + - Revert "UBUNTU: SAUCE: (snapdragon) kernel: configs; add distro.config" + - Revert "UBUNTU: SAUCE: (snapdragon) arm64: defconfig: enable QCOM audio + drivers for APQ8016 and DB410c" + - Revert "UBUNTU: SAUCE: (snapdragon) arm64: defconfig: enable REMOTEPROC" + - [Config] fix abi for remove i2c-qcom-cci module + - [Config] update annotations + - [Config] update configs following snapdragon removal + + * Disco update: v5.0.5 upstream stable release (LP: #1822671) + - Revert "ALSA: hda - Enforces runtime_resume after S3 and S4 for each codec" + - ALSA: hda - add Lenovo IdeaCentre B550 to the power_save_blacklist + - ALSA: firewire-motu: use 'version' field of unit directory to identify model + - mmc: pxamci: fix enum type confusion + - mmc: alcor: fix DMA reads + - mmc: mxcmmc: "Revert mmc: mxcmmc: handle highmem pages" + - mmc: renesas_sdhi: limit block count to 16 bit for old revisions + - drm/amdgpu: fix invalid use of change_bit + - drm/vmwgfx: Don't double-free the mode stored in par->set_mode + - drm/vmwgfx: Return 0 when gmrid::get_node runs out of ID's + - iommu/amd: fix sg->dma_address for sg->offset bigger than PAGE_SIZE + - iommu/iova: Fix tracking of recently failed iova address + - libceph: wait for latest osdmap in ceph_monc_blacklist_add() + - udf: Fix crash on IO error during truncate + - mips: loongson64: lemote-2f: Add IRQF_NO_SUSPEND to "cascade" irqaction. + - MIPS: Ensure ELF appended dtb is relocated + - MIPS: Fix kernel crash for R6 in jump label branch function + - powerpc/vdso64: Fix CLOCK_MONOTONIC inconsistencies across Y2038 + - powerpc/security: Fix spectre_v2 reporting + - net/mlx5: Fix DCT creation bad flow + - scsi: core: Avoid that a kernel warning appears during system resume + - scsi: qla2xxx: Fix FC-AL connection target discovery + - scsi: ibmvscsi: Protect ibmvscsi_head from concurrent modificaiton + - scsi: ibmvscsi: Fix empty event pool access during host removal + - futex: Ensure that futex address is aligned in handle_futex_death() + - perf probe: Fix getting the kernel map + - objtool: Move objtool_file struct off the stack + - irqchip/gic-v3-its: Fix comparison logic in lpi_range_cmp + - clocksource/drivers/riscv: Fix clocksource mask + - ALSA: ac97: Fix of-node refcount unbalance + - ext4: fix NULL pointer dereference while journal is aborted + - ext4: fix data corruption caused by unaligned direct AIO + - ext4: brelse all indirect buffer in ext4_ind_remove_space() + - media: v4l2-ctrls.c/uvc: zero v4l2_event + - Bluetooth: hci_uart: Check if socket buffer is ERR_PTR in h4_recv_buf() + - Bluetooth: Fix decrementing reference count twice in releasing socket + - Bluetooth: hci_ldisc: Initialize hci_dev before open() + - Bluetooth: hci_ldisc: Postpone HCI_UART_PROTO_READY bit set in + hci_uart_set_proto() + - drm/vkms: Fix flush_work() without INIT_WORK(). + - RDMA/cma: Rollback source IP address if failing to acquire device + - f2fs: fix to avoid deadlock of atomic file operations + - aio: simplify - and fix - fget/fput for io_submit() + - netfilter: ebtables: remove BUGPRINT messages + - loop: access lo_backing_file only when the loop device is Lo_bound + - x86/unwind: Handle NULL pointer calls better in frame unwinder + - x86/unwind: Add hardcoded ORC entry for NULL + - locking/lockdep: Add debug_locks check in __lock_downgrade() + - ALSA: hda - Record the current power state before suspend/resume calls + - ALSA: hda - Enforces runtime_resume after S3 and S4 for each codec + - Linux 5.0.5 + + * hisi_sas updates for disco (LP: #1822385) + - scsi: hisi_sas: send primitive NOTIFY to SSP situation only + - scsi: hisi_sas: shutdown axi bus to avoid exception CQ returned + - scsi: hisi_sas: remove the check of sas_dev status in + hisi_sas_I_T_nexus_reset() + - scsi: hisi_sas: Remove unused parameter of function hisi_sas_alloc() + - scsi: hisi_sas: Reject setting programmed minimum linkrate > 1.5G + - scsi: hisi_sas: Fix losing directly attached disk when hot-plug + - scsi: hisi_sas: Correct memory allocation size for DQ debugfs + - scsi: hisi_sas: Some misc tidy-up + - scsi: hisi_sas: Fix to only call scsi_get_prot_op() for non-NULL scsi_cmnd + - scsi: hisi_sas: Add missing seq_printf() call in hisi_sas_show_row_32() + - scsi: hisi_sas: Add support for DIX feature for v3 hw + - scsi: hisi_sas: Add manual trigger for debugfs dump + - scsi: hisi_sas: change queue depth from 512 to 4096 + - scsi: hisi_sas: Issue internal abort on all relevant queues + - scsi: hisi_sas: Use pci_irq_get_affinity() for v3 hw as experimental + - scsi: hisi_sas: Do some more tidy-up + - scsi: hisi_sas: Change return variable type in phy_up_v3_hw() + - scsi: hisi_sas: Fix a timeout race of driver internal and SMP IO + - scsi: hisi_sas: print PHY RX errors count for later revision of v3 hw + - scsi: hisi_sas: Set PHY linkrate when disconnected + - scsi: hisi_sas: Send HARD RESET to clear the previous affiliation of STP + target port + - scsi: hisi_sas: Change SERDES_CFG init value to increase reliability of + HiLink + - scsi: hisi_sas: Add softreset in hisi_sas_I_T_nexus_reset() + + * [Patch][Raven 2] kernel 5.0.0 cannot boot because of psp response + (LP: #1822267) + - drm/amdgpu/psp: Fix can't detect psp INVOKE command failed + - drm/amdgpu/psp: ignore psp response status + + * 3b080b2564287be91605bfd1d5ee985696e61d3c in ubuntu_btrfs_kernel_fixes + triggers system hang on i386 (LP: #1812845) + - btrfs: raid56: properly unmap parity page in finish_parity_scrub() + + * enable CONFIG_DRM_BOCHS (LP: #1795857) + - [Config] Reenable DRM_BOCHS as module + + * [Dell Precision 7530/5530 with Nvidia Quadro P1000] Live USB freezes or + cannot complete install when nouveau driver is loaded (crashing in GP100 + code) (LP: #1822026) + - SAUCE: drm/nouveau: Disable nouveau driver by default + + * Need to add Intel CML related pci-id's (LP: #1821863) + - drm/i915/cml: Add CML PCI IDS + - drm/i915/cml: Introduce Comet Lake PCH + + * ARM: Add support for the SDEI interface (LP: #1822005) + - ACPI / APEI: Don't wait to serialise with oops messages when panic()ing + - ACPI / APEI: Remove silent flag from ghes_read_estatus() + - ACPI / APEI: Switch estatus pool to use vmalloc memory + - ACPI / APEI: Make hest.c manage the estatus memory pool + - ACPI / APEI: Make estatus pool allocation a static size + - ACPI / APEI: Don't store CPER records physical address in struct ghes + - ACPI / APEI: Remove spurious GHES_TO_CLEAR check + - ACPI / APEI: Don't update struct ghes' flags in read/clear estatus + - ACPI / APEI: Generalise the estatus queue's notify code + - ACPI / APEI: Don't allow ghes_ack_error() to mask earlier errors + - ACPI / APEI: Move NOTIFY_SEA between the estatus-queue and NOTIFY_NMI + - ACPI / APEI: Switch NOTIFY_SEA to use the estatus queue + - KVM: arm/arm64: Add kvm_ras.h to collect kvm specific RAS plumbing + - arm64: KVM/mm: Move SEA handling behind a single 'claim' interface + - ACPI / APEI: Move locking to the notification helper + - ACPI / APEI: Let the notification helper specify the fixmap slot + - ACPI / APEI: Pass ghes and estatus separately to avoid a later copy + - ACPI / APEI: Make GHES estatus header validation more user friendly + - ACPI / APEI: Split ghes_read_estatus() to allow a peek at the CPER length + - ACPI / APEI: Only use queued estatus entry during in_nmi_queue_one_entry() + - ACPI / APEI: Use separate fixmap pages for arm64 NMI-like notifications + - firmware: arm_sdei: Add ACPI GHES registration helper + - ACPI / APEI: Add support for the SDEI GHES Notification type + + * CVE-2019-9857 + - inotify: Fix fsnotify_mark refcount leak in inotify_update_existing_watch() + + * scsi: libsas: Support SATA PHY connection rate unmatch fixing during + discovery (LP: #1821408) + - scsi: libsas: Support SATA PHY connection rate unmatch fixing during + discovery + + * Qualcomm Atheros QCA9377 wireless does not work (LP: #1818204) + - platform/x86: ideapad-laptop: Add Ideapad 530S-14ARR to no_hw_rfkill list + + * Lenovo ideapad 330-15ICH Wifi rfkill hard blocked (LP: #1811815) + - platform/x86: ideapad: Add ideapad 330-15ICH to no_hw_rfkill + + * hid-sensor-hub spamming dmesg in 4.20 (LP: #1818547) + - HID: Increase maximum report size allowed by hid_field_extract() + + * [disco] [5.0.0-7.8] can't mount guest cifs share (LP: #1821053) + - cifs: allow guest mounts to work for smb3.11 + - SMB3: Fix SMB3.1.1 guest mounts to Samba + + * Add HiSilicon SoC quirk for cpufreq (LP: #1821620) + - ACPI / CPPC: Add a helper to get desired performance + - cpufreq / cppc: Work around for Hisilicon CPPC cpufreq + + * Disco update: v5.0.4 upstream stable release (LP: #1821607) + - 9p: use inode->i_lock to protect i_size_write() under 32-bit + - 9p/net: fix memory leak in p9_client_create + - ASoC: fsl_esai: fix register setting issue in RIGHT_J mode + - ASoC: codecs: pcm186x: fix wrong usage of DECLARE_TLV_DB_SCALE() + - ASoC: codecs: pcm186x: Fix energysense SLEEP bit + - iio: adc: exynos-adc: Fix NULL pointer exception on unbind + - iio: adc: exynos-adc: Use proper number of channels for Exynos4x12 + - mei: hbm: clean the feature flags on link reset + - mei: bus: move hw module get/put to probe/release + - stm class: Prevent division by zero + - stm class: Fix an endless loop in channel allocation + - crypto: caam - fix hash context DMA unmap size + - crypto: ccree - fix missing break in switch statement + - crypto: caam - fixed handling of sg list + - crypto: caam - fix DMA mapping of stack memory + - crypto: ccree - fix free of unallocated mlli buffer + - crypto: ccree - unmap buffer before copying IV + - crypto: ccree - don't copy zero size ciphertext + - crypto: cfb - add missing 'chunksize' property + - crypto: cfb - remove bogus memcpy() with src == dest + - crypto: ofb - fix handling partial blocks and make thread-safe + - crypto: ahash - fix another early termination in hash walk + - crypto: rockchip - fix scatterlist nents error + - crypto: rockchip - update new iv to device in multiple operations + - dax: Flush partial PMDs correctly + - nfit: Fix nfit_intel_shutdown_status() command submission + - nfit: acpi_nfit_ctl(): Check out_obj->type in the right place + - acpi/nfit: Fix bus command validation + - nfit/ars: Attempt a short-ARS whenever the ARS state is idle at boot + - nfit/ars: Attempt short-ARS even in the no_init_ars case + - libnvdimm/label: Clear 'updating' flag after label-set update + - libnvdimm, pfn: Fix over-trim in trim_pfn_device() + - libnvdimm/pmem: Honor force_raw for legacy pmem regions + - libnvdimm: Fix altmap reservation size calculation + - fix cgroup_do_mount() handling of failure exits + - crypto: aead - set CRYPTO_TFM_NEED_KEY if ->setkey() fails + - crypto: aegis - fix handling chunked inputs + - crypto: arm/crct10dif - revert to C code for short inputs + - crypto: arm64/aes-neonbs - fix returning final keystream block + - crypto: arm64/crct10dif - revert to C code for short inputs + - crypto: hash - set CRYPTO_TFM_NEED_KEY if ->setkey() fails + - crypto: morus - fix handling chunked inputs + - crypto: pcbc - remove bogus memcpy()s with src == dest + - crypto: skcipher - set CRYPTO_TFM_NEED_KEY if ->setkey() fails + - crypto: testmgr - skip crc32c context test for ahash algorithms + - crypto: x86/aegis - fix handling chunked inputs and MAY_SLEEP + - crypto: x86/aesni-gcm - fix crash on empty plaintext + - crypto: x86/morus - fix handling chunked inputs and MAY_SLEEP + - crypto: arm64/aes-ccm - fix logical bug in AAD MAC handling + - crypto: arm64/aes-ccm - fix bugs in non-NEON fallback routine + - CIFS: Fix leaking locked VFS cache pages in writeback retry + - CIFS: Do not reset lease state to NONE on lease break + - CIFS: Do not skip SMB2 message IDs on send failures + - CIFS: Fix read after write for files with read caching + - smb3: make default i/o size for smb3 mounts larger + - tracing: Use strncpy instead of memcpy for string keys in hist triggers + - tracing: Do not free iter->trace in fail path of tracing_open_pipe() + - tracing/perf: Use strndup_user() instead of buggy open-coded version + - vmw_balloon: release lock on error in vmballoon_reset() + - xen: fix dom0 boot on huge systems + - ACPI / device_sysfs: Avoid OF modalias creation for removed device + - mmc: sdhci-esdhc-imx: fix HS400 timing issue + - mmc: renesas_sdhi: Fix card initialization failure in high speed mode + - mmc:fix a bug when max_discard is 0 + - spi: ti-qspi: Fix mmap read when more than one CS in use + - spi: pxa2xx: Setup maximum supported DMA transfer length + - spi: omap2-mcspi: Fix DMA and FIFO event trigger size mismatch + - spi: spi-gpio: fix SPI_CS_HIGH capability + - regulator: s2mps11: Fix steps for buck7, buck8 and LDO35 + - regulator: max77620: Initialize values for DT properties + - regulator: s2mpa01: Fix step values for some LDOs + - mt76: fix corrupted software generated tx CCMP PN + - clocksource/drivers/exynos_mct: Move one-shot check from tick clear to ISR + - clocksource/drivers/exynos_mct: Clear timer interrupt when shutdown + - clocksource/drivers/arch_timer: Workaround for Allwinner A64 timer + instability + - s390: vfio_ap: link the vfio_ap devices to the vfio_ap bus subsystem + - s390/setup: fix early warning messages + - s390/virtio: handle find on invalid queue gracefully + - scsi: virtio_scsi: don't send sc payload with tmfs + - scsi: aacraid: Fix performance issue on logical drives + - scsi: sd: Optimal I/O size should be a multiple of physical block size + - scsi: target/iscsi: Avoid iscsit_release_commands_from_conn() deadlock + - scsi: qla2xxx: Fix LUN discovery if loop id is not assigned yet by firmware + - scsi: qla2xxx: Avoid PCI IRQ affinity mapping when multiqueue is not + supported + - scsi: qla2xxx: Use complete switch scan for RSCN events + - fs/devpts: always delete dcache dentry-s in dput() + - splice: don't merge into linked buffers + - ovl: During copy up, first copy up data and then xattrs + - ovl: Do not lose security.capability xattr over metadata file copy-up + - m68k: Add -ffreestanding to CFLAGS + - Btrfs: setup a nofs context for memory allocation at btrfs_create_tree() + - Btrfs: setup a nofs context for memory allocation at __btrfs_set_acl + - btrfs: scrub: fix circular locking dependency warning + - btrfs: drop the lock on error in btrfs_dev_replace_cancel + - btrfs: ensure that a DUP or RAID1 block group has exactly two stripes + - btrfs: init csum_list before possible free + - Btrfs: fix corruption reading shared and compressed extents after hole + punching + - Btrfs: fix deadlock between clone/dedupe and rename + - soc: qcom: rpmh: Avoid accessing freed memory from batch API + - libertas_tf: don't set URB_ZERO_PACKET on IN USB transfer + - irqchip/gic-v3-its: Avoid parsing _indirect_ twice for Device table + - irqchip/brcmstb-l2: Use _irqsave locking variants in non-interrupt code + - x86/kprobes: Prohibit probing on optprobe template code + - cpufreq: kryo: Release OPP tables on module removal + - cpufreq: tegra124: add missing of_node_put() + - cpufreq: pxa2xx: remove incorrect __init annotation + - ext4: fix check of inode in swap_inode_boot_loader + - ext4: cleanup pagecache before swap i_data + - mm: hwpoison: fix thp split handing in soft_offline_in_use_page() + - mm/vmalloc: fix size check for remap_vmalloc_range_partial() + - mm/memory.c: do_fault: avoid usage of stale vm_area_struct + - kernel/sysctl.c: add missing range check in do_proc_dointvec_minmax_conv + - nvmem: core: don't check the return value of notifier chain call + - device property: Fix the length used in PROPERTY_ENTRY_STRING() + - intel_th: Don't reference unassigned outputs + - parport_pc: fix find_superio io compare code, should use equal test. + - i2c: tegra: fix maximum transfer size + - i2c: tegra: update maximum transfer size + - media: i2c: ov5640: Fix post-reset delay + - gpio: pca953x: Fix dereference of irq data in shutdown + - ext4: update quota information while swapping boot loader inode + - ext4: add mask of ext4 flags to swap + - ext4: fix crash during online resizing + - dma: Introduce dma_max_mapping_size() + - swiotlb: Introduce swiotlb_max_mapping_size() + - swiotlb: Add is_swiotlb_active() function + - PCI/ASPM: Use LTR if already enabled by platform + - PCI/DPC: Fix print AER status in DPC event handling + - PCI: qcom: Don't deassert reset GPIO during probe + - PCI: dwc: skip MSI init if MSIs have been explicitly disabled + - PCI: pci-bridge-emul: Create per-bridge copy of register behavior + - PCI: pci-bridge-emul: Extend pci_bridge_emul_init() with flags + - IB/hfi1: Close race condition on user context disable and close + - IB/rdmavt: Fix loopback send with invalidate ordering + - IB/rdmavt: Fix concurrency panics in QP post_send and modify to error + - cxl: Wrap iterations over afu slices inside 'afu_list_lock' + - ext2: Fix underflow in ext2_max_size() + - clk: uniphier: Fix update register for CPU-gear + - clk: clk-twl6040: Fix imprecise external abort for pdmclk + - clk: samsung: exynos5: Fix possible NULL pointer exception on + platform_device_alloc() failure + - clk: samsung: exynos5: Fix kfree() of const memory on setting + driver_override + - clk: ingenic: Fix round_rate misbehaving with non-integer dividers + - clk: ingenic: Fix doc of ingenic_cgu_div_info + - usb: chipidea: tegra: Fix missed ci_hdrc_remove_device() + - usb: typec: tps6598x: handle block writes separately with plain-I2C adapters + - dmaengine: usb-dmac: Make DMAC system sleep callbacks explicit + - serial: uartps: Fix stuck ISR if RX disabled with non-empty FIFO + - serial: 8250_of: assume reg-shift of 2 for mrvl,mmp-uart + - serial: 8250_pci: Fix number of ports for ACCES serial cards + - serial: 8250_pci: Have ACCES cards that use the four port Pericom PI7C9X7954 + chip use the pci_pericom_setup() + - jbd2: clear dirty flag when revoking a buffer from an older transaction + - jbd2: fix compile warning when using JBUFFER_TRACE + - selinux: add the missing walk_size + len check in selinux_sctp_bind_connect + - security/selinux: fix SECURITY_LSM_NATIVE_LABELS on reused superblock + - powerpc/32: Clear on-stack exception marker upon exception return + - powerpc/wii: properly disable use of BATs when requested. + - powerpc/powernv: Make opal log only readable by root + - powerpc/83xx: Also save/restore SPRG4-7 during suspend + - powerpc/kvm: Save and restore host AMR/IAMR/UAMOR + - powerpc/powernv: Don't reprogram SLW image on every KVM guest entry/exit + - powerpc/64s/hash: Fix assert_slb_presence() use of the slbfee. instruction + - powerpc: Fix 32-bit KVM-PR lockup and host crash with MacOS guest + - powerpc/ptrace: Simplify vr_get/set() to avoid GCC warning + - powerpc/hugetlb: Don't do runtime allocation of 16G pages in LPAR + configuration + - powerpc/smp: Fix NMI IPI timeout + - powerpc/smp: Fix NMI IPI xmon timeout + - powerpc/traps: fix recoverability of machine check handling on book3s/32 + - powerpc/traps: Fix the message printed when stack overflows + - ARM: s3c24xx: Fix boolean expressions in osiris_dvs_notify + - arm64: Fix HCR.TGE status for NMI contexts + - arm64: debug: Don't propagate UNKNOWN FAR into si_code for debug signals + - arm64: debug: Ensure debug handlers check triggering exception level + - arm64: KVM: Fix architecturally invalid reset value for FPEXC32_EL2 + - Revert "KVM/MMU: Flush tlb directly in the kvm_zap_gfn_range()" + - ipmi_si: Fix crash when using hard-coded device + - ipmi_si: fix use-after-free of resource->name + - dm: fix to_sector() for 32bit + - dm integrity: limit the rate of error messages + - media: cx25840: mark pad sig_types to fix cx231xx init + - mfd: sm501: Fix potential NULL pointer dereference + - cpcap-charger: generate events for userspace + - cpuidle: governor: Add new governors to cpuidle_governors again + - NFS: Fix I/O request leakages + - NFS: Fix an I/O request leakage in nfs_do_recoalesce + - NFS: Don't recoalesce on error in nfs_pageio_complete_mirror() + - nfsd: fix performance-limiting session calculation + - nfsd: fix memory corruption caused by readdir + - nfsd: fix wrong check in write_v4_end_grace() + - NFSv4.1: Reinitialise sequence results before retransmitting a request + - svcrpc: fix UDP on servers with lots of threads + - PM / wakeup: Rework wakeup source timer cancellation + - PM / OPP: Update performance state when freq == old_freq + - bcache: treat stale && dirty keys as bad keys + - bcache: use (REQ_META|REQ_PRIO) to indicate bio for metadata + - stable-kernel-rules.rst: add link to networking patch queue + - vt: perform safe console erase in the right order + - x86/unwind/orc: Fix ORC unwind table alignment + - perf intel-pt: Fix CYC timestamp calculation after OVF + - perf tools: Fix split_kallsyms_for_kcore() for trampoline symbols + - perf auxtrace: Define auxtrace record alignment + - perf intel-pt: Fix overlap calculation for padding + - perf/x86/intel/uncore: Fix client IMC events return huge result + - perf intel-pt: Fix divide by zero when TSC is not available + - md: Fix failed allocation of md_register_thread + - x86/kvmclock: set offset for kvm unstable clock + - x86/ftrace: Fix warning and considate ftrace_jmp_replace() and + ftrace_call_replace() + - tpm/tpm_crb: Avoid unaligned reads in crb_recv() + - tpm: Unify the send callback behaviour + - rcu: Do RCU GP kthread self-wakeup from softirq and interrupt + - media: imx: prpencvf: Stop upstream before disabling IDMA channel + - media: lgdt330x: fix lock status reporting + - media: sun6i: Fix CSI regmap's max_register + - media: uvcvideo: Avoid NULL pointer dereference at the end of streaming + - media: vimc: Add vimc-streamer for stream control + - media: imx-csi: Input connections to CSI should be optional + - media: imx: csi: Disable CSI immediately after last EOF + - media: imx: csi: Stop upstream before disabling IDMA channel + - drm/fb-helper: generic: Fix drm_fbdev_client_restore() + - drm/radeon/evergreen_cs: fix missing break in switch statement + - drm/amd/powerplay: correct power reading on fiji + - drm/amd/display: don't call dm_pp_ function from an fpu block + - KVM: Call kvm_arch_memslots_updated() before updating memslots + - KVM: VMX: Compare only a single byte for VMCS' "launched" in vCPU-run + - KVM: VMX: Zero out *all* general purpose registers after VM-Exit + - KVM: x86/mmu: Detect MMIO generation wrap in any address space + - KVM: x86/mmu: Do not cache MMIO accesses while memslots are in flux + - KVM: nVMX: Sign extend displacements of VMX instr's mem operands + - KVM: nVMX: Apply addr size mask to effective address for VMX instructions + - KVM: nVMX: Ignore limit checks on VMX instructions using flat segments + - KVM: nVMX: Check a single byte for VMCS "launched" in nested early checks + - net: dsa: lantiq_gswip: fix use-after-free on failed probe + - net: dsa: lantiq_gswip: fix OF child-node lookups + - s390/setup: fix boot crash for machine without EDAT-1 + - SUNRPC: Prevent thundering herd when the socket is not connected + - SUNRPC: Fix up RPC back channel transmission + - SUNRPC: Respect RPC call timeouts when retrying transmission + - Linux 5.0.4 + - [Config] update configs for 5.0.4 stable update + + * New Intel Wireless-AC 9260 [8086:2526] card not correctly probed in Ubuntu + system (LP: #1821271) + - iwlwifi: add new card for 9260 series + + * [CONFIG] please enable highdpi font FONT_TER16x32 (LP: #1819881) + - [Config]: enable highdpi Terminus 16x32 font support + + * [SRU][B/B-OEM/C/D] Fix AMD IOMMU NULL dereference (LP: #1820990) + - iommu/amd: Fix NULL dereference bug in match_hid_uid + + * some codecs stop working after S3 (LP: #1820930) + - ALSA: hda - Enforces runtime_resume after S3 and S4 for each codec + - ALSA: hda - Don't trigger jackpoll_work in azx_resume + + * tcm_loop.ko: move from modules-extra into main modules package + (LP: #1817786) + - [Packaging] move tcm_loop.lo to main linux-modules package + + * C++ demangling support missing from perf (LP: #1396654) + - [Packaging] fix a mistype + + * r8169 doesn't get woken up by ethernet cable plugging, no PME generated + (LP: #1817676) + - PCI: pciehp: Disable Data Link Layer State Changed event on suspend + + * Disco update: v5.0.3 upstream stable release (LP: #1821074) + - connector: fix unsafe usage of ->real_parent + - fou, fou6: avoid uninit-value in gue_err() and gue6_err() + - gro_cells: make sure device is up in gro_cells_receive() + - ipv4/route: fail early when inet dev is missing + - l2tp: fix infoleak in l2tp_ip6_recvmsg() + - lan743x: Fix RX Kernel Panic + - lan743x: Fix TX Stall Issue + - net: hsr: fix memory leak in hsr_dev_finalize() + - net/hsr: fix possible crash in add_timer() + - net: sit: fix UBSAN Undefined behaviour in check_6rd + - net/x25: fix use-after-free in x25_device_event() + - net/x25: reset state in x25_connect() + - pptp: dst_release sk_dst_cache in pptp_sock_destruct + - ravb: Decrease TxFIFO depth of Q3 and Q2 to one + - route: set the deleted fnhe fnhe_daddr to 0 in ip_del_fnhe to fix a race + - rxrpc: Fix client call queueing, waiting for channel + - sctp: remove sched init from sctp_stream_init + - tcp: do not report TCP_CM_INQ of 0 for closed connections + - tcp: Don't access TCP_SKB_CB before initializing it + - tcp: handle inet_csk_reqsk_queue_add() failures + - vxlan: Fix GRO cells race condition between receive and link delete + - vxlan: test dev->flags & IFF_UP before calling gro_cells_receive() + - net/mlx4_core: Fix reset flow when in command polling mode + - net/mlx4_core: Fix locking in SRIOV mode when switching between events and + polling + - net/mlx4_core: Fix qp mtt size calculation + - net: dsa: mv88e6xxx: Set correct interface mode for CPU/DSA ports + - vsock/virtio: fix kernel panic from virtio_transport_reset_no_sock + - net: sched: flower: insert new filter to idr after setting its mask + - f2fs: wait on atomic writes to count F2FS_CP_WB_DATA + - perf/x86: Fixup typo in stub functions + - ALSA: bebob: use more identical mod_alias for Saffire Pro 10 I/O against + Liquid Saffire 56 + - ALSA: firewire-motu: fix construction of PCM frame for capture direction + - ALSA: hda: Extend i915 component bind timeout + - ALSA: hda - add more quirks for HP Z2 G4 and HP Z240 + - ALSA: hda/realtek: Enable audio jacks of ASUS UX362FA with ALC294 + - ALSA: hda/realtek - Reduce click noise on Dell Precision 5820 headphone + - ALSA: hda/realtek: Enable headset MIC of Acer TravelMate X514-51T with + ALC255 + - perf/x86/intel: Fix memory corruption + - perf/x86/intel: Make dev_attr_allow_tsx_force_abort static + - It's wrong to add len to sector_nr in raid10 reshape twice + - drm: Block fb changes for async plane updates + - Linux 5.0.3 + + * Disco update: v5.0.2 upstream stable release (LP: #1820318) + - media: uvcvideo: Fix 'type' check leading to overflow + - Input: wacom_serial4 - add support for Wacom ArtPad II tablet + - Input: elan_i2c - add id for touchpad found in Lenovo s21e-20 + - iscsi_ibft: Fix missing break in switch statement + - scsi: aacraid: Fix missing break in switch statement + - x86/PCI: Fixup RTIT_BAR of Intel Denverton Trace Hub + - arm64: dts: zcu100-revC: Give wifi some time after power-on + - arm64: dts: hikey: Give wifi some time after power-on + - arm64: dts: hikey: Revert "Enable HS200 mode on eMMC" + - ARM: dts: exynos: Fix pinctrl definition for eMMC RTSN line on Odroid X2/U3 + - ARM: dts: exynos: Add minimal clkout parameters to Exynos3250 PMU + - ARM: dts: exynos: Fix max voltage for buck8 regulator on Odroid XU3/XU4 + - drm: disable uncached DMA optimization for ARM and arm64 + - media: Revert "media: rc: some events are dropped by userspace" + - Revert "PCI/PME: Implement runtime PM callbacks" + - bpf: Stop the psock parser before canceling its work + - gfs2: Fix missed wakeups in find_insert_glock + - staging: erofs: keep corrupted fs from crashing kernel in erofs_namei() + - staging: erofs: compressed_pages should not be accessed again after freed + - scripts/gdb: replace flags (MS_xyz -> SB_xyz) + - ath9k: Avoid OF no-EEPROM quirks without qca,no-eeprom + - perf/x86/intel: Make cpuc allocations consistent + - perf/x86/intel: Generalize dynamic constraint creation + - x86: Add TSX Force Abort CPUID/MSR + - perf/x86/intel: Implement support for TSX Force Abort + - Linux 5.0.2 + + * Linux security module stacking support + - LSM: Introduce LSM_FLAG_LEGACY_MAJOR + - LSM: Provide separate ordered initialization + - LSM: Plumb visibility into optional "enabled" state + - LSM: Lift LSM selection out of individual LSMs + - LSM: Build ordered list of LSMs to initialize + - LSM: Introduce CONFIG_LSM + - LSM: Introduce "lsm=" for boottime LSM selection + - LSM: Tie enabling logic to presence in ordered list + - LSM: Prepare for reorganizing "security=" logic + - LSM: Refactor "security=" in terms of enable/disable + - LSM: Separate idea of "major" LSM from "exclusive" LSM + - apparmor: Remove SECURITY_APPARMOR_BOOTPARAM_VALUE + - selinux: Remove SECURITY_SELINUX_BOOTPARAM_VALUE + - LSM: Add all exclusive LSMs to ordered initialization + - LSM: Split LSM preparation from initialization + - LoadPin: Initialize as ordered LSM + - Yama: Initialize as ordered LSM + - LSM: Introduce enum lsm_order + - capability: Initialize as LSM_ORDER_FIRST + - procfs: add smack subdir to attrs + - Smack: Abstract use of cred security blob + - SELinux: Abstract use of cred security blob + - SELinux: Remove cred security blob poisoning + - SELinux: Remove unused selinux_is_enabled + - AppArmor: Abstract use of cred security blob + - TOMOYO: Abstract use of cred security blob + - Infrastructure management of the cred security blob + - SELinux: Abstract use of file security blob + - Smack: Abstract use of file security blob + - LSM: Infrastructure management of the file security + - SELinux: Abstract use of inode security blob + - Smack: Abstract use of inode security blob + - LSM: Infrastructure management of the inode security + - LSM: Infrastructure management of the task security + - SELinux: Abstract use of ipc security blobs + - Smack: Abstract use of ipc security blobs + - LSM: Infrastructure management of the ipc security blob + - TOMOYO: Update LSM flags to no longer be exclusive + - LSM: generalize flag passing to security_capable + - LSM: Make lsm_early_cred() and lsm_early_task() local functions. + - LSM: Make some functions static + - apparmor: Adjust offset when accessing task blob. + - LSM: Ignore "security=" when "lsm=" is specified + - LSM: Update list of SECURITYFS users in Kconfig + - apparmor: delete the dentry in aafs_remove() to avoid a leak + - apparmor: fix double free when unpack of secmark rules fails + - SAUCE: LSM: Infrastructure management of the sock security + - SAUCE: LSM: Limit calls to certain module hooks + - SAUCE: LSM: Special handling for secctx lsm hooks + - SAUCE: LSM: Specify which LSM to display with /proc/self/attr/display + - SAUCE: Fix-up af_unix mediation for sock infrastructure management + - SAUCE: Revert "apparmor: Fix warning about unused function + apparmor_ipv6_postroute" + - SAUCE: Revert "apparmor: fix checkpatch error in Parse secmark policy" + - SAUCE: Revert "apparmor: add #ifdef checks for secmark filtering" + - SAUCE: Revert "apparmor: Allow filtering based on secmark policy" + - SAUCE: Revert "apparmor: Parse secmark policy" + - SAUCE: Revert "apparmor: Add a wildcard secid" + - SAUCE: Revert "apparmor: fix bad debug check in apparmor_secid_to_secctx()" + - SAUCE: Revert "apparmor: fixup secid map conversion to using IDR" + - SAUCE: Revert "apparmor: Use an IDR to allocate apparmor secids" + - SAUCE: Revert "apparmor: Fix memory leak of rule on error exit path" + - SAUCE: Revert "apparmor: modify audit rule support to support profile + stacks" + - SAUCE: Revert "apparmor: Add support for audit rule filtering" + - SAUCE: Revert "apparmor: add the ability to get a task's secid" + - SAUCE: Revert "apparmor: add support for mapping secids and using secctxes" + - SAUCE: apparmor: add proc subdir to attrs + - SAUCE: apparmor: add an apparmorfs entry to access current attrs + - SAUCE: apparmor: update flags to no longer be exclusive + - SAUCE: update configs and annotations for LSM stacking + + * Miscellaneous Ubuntu changes + - [Config] CONFIG_EARLY_PRINTK_USB_XDBC=y + - SAUCE: (efi-lockdown) bpf: Restrict kernel image access functions when the + kernel is locked down + - [Config] CONFIG_RANDOM_TRUST_CPU=y + - [Config] refresh annotations for recent config changes + - ubuntu: vbox -- update to 6.0.4-dfsg-7 + - Revert "UBUNTU: SAUCE: i2c:amd I2C Driver based on PCI Interface for + upcoming platform" + + -- Seth Forshee Thu, 04 Apr 2019 14:49:59 -0500 + +linux (5.0.0-8.9) disco; urgency=medium + + * linux: 5.0.0-8.9 -proposed tracker (LP: #1819759) + + * hisi_sas: add debugfs support (LP: #1819500) + - scsi: hisi_sas: Create root and device debugfs directories + - scsi: hisi_sas: Alloc debugfs snapshot buffer memory for all registers + - scsi: hisi_sas: Take debugfs snapshot for all regs + - scsi: hisi_sas: Debugfs global register create file and add file operations + - scsi: hisi_sas: Add debugfs for port registers + - scsi: hisi_sas: Add debugfs CQ file and add file operations + - scsi: hisi_sas: Add debugfs DQ file and add file operations + - scsi: hisi_sas: Add debugfs IOST file and add file operations + - scsi: hisi_sas: No need to check return value of debugfs_create functions + - scsi: hisi_sas: Fix type casting and missing static qualifier in debugfs + code + - scsi: hisi_sas: Add debugfs ITCT file and add file operations + + * [disco] hns driver updates from 5.1 merge window (LP: #1819535) + - net: hns: Use struct_size() in devm_kzalloc() + - net: hns3: modify enet reinitialization interface + - net: hns3: remove unused member in struct hns3_enet_ring + - net: hns3: remove unnecessary hns3_adjust_tqps_num + - net: hns3: reuse reinitialization interface in the hns3_set_channels + - net: hns3: add interface hclge_tm_bp_setup + - net: hns3: modify parameter checks in the hns3_set_channels + - net: hns3: remove redundant codes in hclge_knic_setup + - net: hns3: fix user configuration loss for ethtool -L + - net: hns3: adjust the use of alloc_tqps and num_tqps + - net: hns3: fix wrong combined count returned by ethtool -l + - net: hns3: do reinitialization while ETS configuration changed + - net: hns3: add HNAE3_RESTORE_CLIENT interface in enet module + - net: hns3: add calling roce callback function when link status change + - net: hns3: add rx multicast packets statistic + - net: hns3: refactor the statistics updating for netdev + - net: hns3: fix rss configuration lost problem when setting channel + - net: hns3: fix for shaper not setting when TC num changes + - net: hns3: fix bug of ethtool_ops.get_channels for VF + - net: hns3: clear param in ring when free ring + - net: hns3: Change fw error code NOT_EXEC to NOT_SUPPORTED + - net: hns3: do not return GE PFC setting err when initializing + - net: hns3: add ETS TC weight setting in SSU module + - net: hns3: add statistics for PFC frames and MAC control frames + - net: hns3: fix PFC not setting problem for DCB module + - net: hns3: don't update packet statistics for packets dropped by hardware + - net: hns3: clear pci private data when unload hns3 driver + - net: hns3: add error handling in hclge_ieee_setets + - net: hns3: fix return value handle issue for hclge_set_loopback() + - net: hns3: fix broadcast promisc issue for revision 0x20 + - net: hns3: After setting the loopback, add the status of getting MAC + - net: hns3: do reinitialization while mqprio configuration changed + - net: hns3: remove dcb_ops->map_update in hclge_dcb + - net: hns3: call hns3_nic_set_real_num_queue with netdev down + - net: hns3: add 8 BD limit for tx flow + - net: hns3: add initialization for nic state + - net: hns3: don't allow vf to enable promisc mode + - net: hns3: reuse the definition of l3 and l4 header info union + - net: hns3: fix VF dump register issue + - net: hns3: use the correct interface to stop|open port + - net: hns3: change hnae3_register_ae_dev() to int + - net: hns3: only support tc 0 for VF + - net: hns3: Fix NULL deref when unloading driver + - net: hns3: fix netif_napi_del() not do problem when unloading + - net: hns3: fix for rss result nonuniform + - net: hns3: fix improper error handling in the hclge_init_ae_dev() + - net: hns3: fix an issue for hclgevf_ae_get_hdev + - net: hns3: stop sending keep alive msg to PF when VF is resetting + - net: hns3: keep flow director state unchanged when reset + - net: hns3: Check for allocation failure + - net: hns3: fix a code style issue for hns3_update_new_int_gl() + - net: hns3: fix an issue for hns3_update_new_int_gl + - net: hns3: Modify parameter type from int to bool in set_gro_en + - net: hns3: code optimization for hclge_rx_buffer_calc + - net: hns3: add hclge_cmd_check_retval() to parse comman's return value + - net: hns3: move some set_bit statement into hclge_prepare_mac_addr + - net: hns3: fix a wrong checking in the hclge_tx_buffer_calc() + - net: hns3: fix the problem that the supported port is empty + - net: hns3: optimize the maximum TC macro + - net: hns3: don't allow user to change vlan filter state + - net: hns3: modify the upper limit judgment condition + - net: hns3: MAC table entry count function increases operation 0 value + protection measures + - net: hns3: make function hclge_set_all_vf_rst() static + - net: hns3: add pointer checking at the beginning of the exported functions. + - net: hns3: Check variable is valid before assigning it to another + - net: hns3: convert mac advertize and supported from u32 to link mode + - net: hns3: fix port info query issue for copper port + - net: hns3: modify print message of ssu common ecc errors + - net: hns3: some bugfix of ppu(rcb) ras errors + - net: hns3: enable 8~11th bit of mac common msi-x error + - net: hns3: fix 6th bit of ppp mpf abnormal errors + - net: hns3: Record VF unicast and multicast tables + - net: hns3: Record VF vlan tables + - net: hns3: uninitialize command queue while unloading PF driver + - net: hns3: clear command queue's registers when unloading VF driver + - net: hns3: add xps setting support for hns3 driver + - net: hns3: avoid mult + div op in critical data path + - net: hns3: limit some variable scope in critical data path + - net: hns3: remove some ops in struct hns3_nic_ops + - net: hns3: add unlikely for error handling in data path + - net: hns3: replace hnae3_set_bit and hnae3_set_field in data path + - net: hns3: remove hnae3_get_bit in data path + - net: hns3: add support to config depth for tx|rx ring separately + - net: hns3: enable VF VLAN filter for each VF when initializing + - net: hns3: fix get VF RSS issue + - net: hns3: fix setting of the hns reset_type for rdma hw errors + - net: hns3: fix improper error handling for hns3_client_start + - net: hns: use struct_size() in devm_kzalloc() + - net: hns3: Fix a logical vs bitwise typo + - net: hns3: add dma_rmb() for rx description + - net: hns3: fix to stop multiple HNS reset due to the AER changes + + * Build Nvidia drivers in conjunction with kernel (LP: #1764792) + - [Packaging] dkms-build -- support building against packages in PPAs + - [Packaging] dkms-build: do not redownload files on subsequent passes + - [Packaging] dkms-build -- elide partial Built-Using information + - [Packaging] dkms-build -- remove retpoline data from final binary packages + - [Packaging] dkms-build--nvidia* -- check gcc version against primary build + - [Packaging] dkms-build -- add support for unversioned overrides + - [Packaging] dkms-build--nvidia-* -- convert to generic -N form + - [Packaging] fix-filenames -- handle exact string removal + - [Packaging] dkms-build--nvidia-N -- remove GCC versions + + * Disco update: v5.0.1 upstream stable release (LP: #1819515) + - cpufreq: Use struct kobj_attribute instead of struct global_attr + - staging: erofs: fix mis-acted TAIL merging behavior + - binder: create node flag to request sender's security context + - USB: serial: option: add Telit ME910 ECM composition + - USB: serial: cp210x: add ID for Ingenico 3070 + - USB: serial: ftdi_sio: add ID for Hjelmslund Electronics USB485 + - driver core: Postpone DMA tear-down until after devres release + - staging: erofs: fix fast symlink w/o xattr when fs xattr is on + - staging: erofs: fix memleak of inode's shared xattr array + - staging: erofs: fix race of initializing xattrs of a inode at the same time + - staging: erofs: fix illegal address access under memory pressure + - staging: comedi: ni_660x: fix missing break in switch statement + - staging: wilc1000: fix to set correct value for 'vif_num' + - staging: android: ion: fix sys heap pool's gfp_flags + - staging: android: ashmem: Don't call fallocate() with ashmem_mutex held. + - staging: android: ashmem: Avoid range_alloc() allocation with ashmem_mutex + held. + - ip6mr: Do not call __IP6_INC_STATS() from preemptible context + - net: dsa: mv88e6xxx: add call to mv88e6xxx_ports_cmode_init to probe for new + DSA framework + - net: dsa: mv88e6xxx: handle unknown duplex modes gracefully in + mv88e6xxx_port_set_duplex + - net: dsa: mv8e6xxx: fix number of internal PHYs for 88E6x90 family + - net: mscc: Enable all ports in QSGMII + - net: sched: put back q.qlen into a single location + - net-sysfs: Fix mem leak in netdev_register_kobject + - qmi_wwan: Add support for Quectel EG12/EM12 + - sctp: call iov_iter_revert() after sending ABORT + - team: Free BPF filter when unregistering netdev + - tipc: fix RDM/DGRAM connect() regression + - x86/CPU/AMD: Set the CPB bit unconditionally on F17h + - x86/boot/compressed/64: Do not read legacy ROM on EFI system + - tracing: Fix event filters and triggers to handle negative numbers + - xhci: tegra: Prevent error pointer dereference + - usb: xhci: Fix for Enabling USB ROLE SWITCH QUIRK on + INTEL_SUNRISEPOINT_LP_XHCI + - applicom: Fix potential Spectre v1 vulnerabilities + - alpha: wire up io_pgetevents system call + - MIPS: irq: Allocate accurate order pages for irq stack + - aio: Fix locking in aio_poll() + - xtensa: fix get_wchan + - gnss: sirf: fix premature wakeup interrupt enable + - USB: serial: cp210x: fix GPIO in autosuspend + - Revert "selftests: firmware: add CONFIG_FW_LOADER_USER_HELPER_FALLBACK to + config" + - Revert "selftests: firmware: remove use of non-standard diff -Z option" + - selftests: firmware: fix verify_reqs() return value + - Bluetooth: btrtl: Restore old logic to assume firmware is already loaded + - Bluetooth: Fix locking in bt_accept_enqueue() for BH context + - Linux 5.0.1 + + * sky2 ethernet card doesn't work after returning from suspend + (LP: #1807259) // sky2 ethernet card link not up after suspend + (LP: #1809843) // Disco update: v5.0.1 upstream stable release + (LP: #1819515) + - sky2: Disable MSI on Dell Inspiron 1545 and Gateway P-79 + + * tls selftest failures/hangs on i386 (LP: #1813607) + - [Config] CONFIG_TLS=n for i386 + + * CVE-2019-8980 + - exec: Fix mem leak in kernel_read_file + + * Miscellaneous Ubuntu changes + - SAUCE: selftests: net: Use 'ipproto ipv6-icmp' to match ICMPv6 headers + - [Config] enable nvidia build + - [Config] update gcc version to 8.3 + + * Miscellaneous upstream changes + - Revert "UBUNTU: SAUCE: selftests: pmtu: disable accept_dad for tests" + + -- Thadeu Lima de Souza Cascardo Tue, 12 Mar 2019 16:15:44 -0300 + +linux (5.0.0-7.8) disco; urgency=medium + + * linux: 5.0.0-7.8 -proposed tracker (LP: #1818519) + + * Packaging resync (LP: #1786013) + - [Packaging] update helper scripts + + * unnecessary request_queue freeze (LP: #1815733) + - block: avoid setting nr_requests to current value + - block: avoid setting none scheduler if it's already none + + * Miscellaneous Ubuntu changes + - SAUCE: selftests: net: Don't fail test_vxlan_under_vrf on xfail + - update dkms package versions + + [ Upstream Kernel Changes ] + + * Rebase to v5.0 + + -- Seth Forshee Mon, 04 Mar 2019 08:46:10 -0600 + +linux (5.0.0-6.7) disco; urgency=medium + + * linux: 5.0.0-6.7 -proposed tracker (LP: #1817585) + + * Packaging resync (LP: #1786013) + - [Packaging] update helper scripts + - [Packaging] resync getabis + + * installer does not support iSCSI iBFT (LP: #1817321) + - d-i: add iscsi_ibft to scsi-modules + + * Silent "Unknown key" message when pressing keyboard backlight hotkey + (LP: #1817063) + - platform/x86: dell-wmi: Ignore new keyboard backlight change event + + * Fix I219 doesn't get woken up after plugging ethernet cable (LP: #1817058) + - e1000e: Disable runtime PM on CNP+ + + * efi/arm/arm64: Allow SetVirtualAddressMap() to be omitted (LP: #1814982) + - efi/arm/arm64: Allow SetVirtualAddressMap() to be omitted + + * CVE-2019-3460 + - Bluetooth: Check L2CAP option sizes returned from l2cap_get_conf_opt + + * CVE-2019-3459 + - Bluetooth: Verify that l2cap_get_conf_opt provides large enough buffer + + * kernel net tls selftest fails on 5.0 (LP: #1816716) + - SAUCE: Revert "selftests/tls: Add test for recv(PEEK) spanning across + multiple records" + + * Please enable CONFIG_DMA_CMA=y on arm64 (LP: #1803206) + - [Config] annotations -- enforce CONFIG_DMA_CMA and update notes + + * [19.04 FEAT] [LS1801] PCI Virtual function enablement (LP: #1814684) + - s390/pci: map IOV resources + - s390/pci: improve bar check + + * glibc 2.28-0ubuntu1 ADT test failure with linux 5.0.0-1.2 (LP: #1813060) + - SAUCE: prevent a glibc test failure when looking for obsolete types on + headers + + * Miscellaneous Ubuntu changes + - [Config] Enforce CONFIG_ZCRYPT_MULTIDEVNODES in annotations + - SAUCE: selftests: pmtu: disable accept_dad for tests + - SAUCE: arm64: add kernel config option to lock down when in Secure Boot mode + - SAUCE: selftests: net: Make test for VXLAN underlay in non-default VRF an + expected failure + + [ Upstream Kernel Changes ] + + * Rebase to v5.0-rc8 + + -- Seth Forshee Mon, 25 Feb 2019 09:37:36 -0600 + +linux (5.0.0-5.6) disco; urgency=medium + + * [ALSA] [PATCH] System76 darp5 and oryp5 fixups (LP: #1815831) + - ALSA: hda/realtek - Headset microphone and internal speaker support for + System76 oryp5 + + * Miscellaneous Ubuntu changes + - [Config] Fix aufs menus in annotations file + - [Config] CONFIG_SAMPLE_TRACE_PRINTK=m + - [Config] Update annotations based on configs + + [ Upstream Kernel Changes ] + + * Rebase to v5.0-rc7 + + -- Seth Forshee Mon, 18 Feb 2019 10:04:11 +0100 + +linux (5.0.0-4.5) disco; urgency=medium + + * linux-buildinfo: pull out ABI information into its own package + (LP: #1806380) + - [Packaging] autoreconstruct -- base tag is always primary mainline version + + * [Packaging] Allow overlay of config annotations (LP: #1752072) + - [Packaging] config-check: Add an include directive + + * Miscellaneous Ubuntu changes + - hio -- stub out BIOVEC_PHYS_MERGEABLE for 4.20+ + - hio -- replace use of do_gettimeofday() + - hio -- part_round_stats() removed in 5.0 + - hio -- device_add_disk() grew a 'groups' argument in 4.20 + - enable hio build + - Revert "UBUNTU: [Packaging] autoreconstruct -- base tag is always primary + mainline version" + + [ Upstream Kernel Changes ] + + * Rebase to v5.0-rc6 + + -- Seth Forshee Tue, 12 Feb 2019 08:15:32 -0600 + +linux (5.0.0-3.4) disco; urgency=medium + + * CONFIG_TEST_BPF is disabled (LP: #1813955) + - [Config]: Reenable TEST_BPF + + * Ignore "incomplete report" from Elan touchpanels (LP: #1813733) + - HID: i2c-hid: Ignore input report if there's no data present on Elan + touchpanels + + * SecureBoot support for arm64 (LP: #1804481) + - Build signed kernels for arm64 + + * Miscellaneous Ubuntu changes + - SAUCE: selftests: net: fix "from" match test in fib_rule_tests.sh + - [Config] CONFIG_PCMCIA=n for arm64 and s390x + - [Config] CONFIG_SERIAL_SC16IS7XX=n for s390x + - [Config] disable I2C TPM drivers for s390x + - [Config] CONFIG_RAPIDIO=n for s390x + - [Config] CONFIG_DMADEVICES=n for s390x + - [Config] disable gpio drivers for s390x + - [Config] CONFIG_SENSORS_OCC_P8_I2C=m for ppc64el + - [Config] disable I2C hardware drivers for s390x + - [Config] CONFIG_I3C=n for s390x + - [Config] CONFIG_SERIO=n for s390x + - [Config] disable misc drivers for s390x + - [Config] disable EEPROM drivers for s390x + - [Config] disable MFD drivers for s390x + - [Config] CONFIG_NVMEM=n for s390x + - [Config] CONFIG_MLXSW_I2C=n for s390x + - [Config] CONFIG_NET_VENDOR_MICROCHIP=n for s390x + - [Config] CONFIG_PPP=n for s390x + - [Config] CONFIG_PCCARD=n for s390x + - [Config] CONFIG_PCI_MESON=y + - [Config] CONFIG_SCSI_MYRB=n for s390x + - [Config] CONFIG_REGULATOR=n for s390x + - [Config] CONFIG_ZIIRAVE_WATCHDOG=n for s390x + - [Config] CONFIG_NCSI_OEM_CMD_GET_MAC=y + - [Config] update annotations following config review + - [Packaging] remove handoff check for uefi signing + - [Packaging] decompress gzipped efi images in signing tarball + - vbox-update: allow leading whitespace when fixing up KERN_DIR + - ubuntu: vbox -- update to 6.0.4-dfsg-3 + - vbox: remove remount check in sf_read_super_aux() + - enable vbox build + - [Config] CONFIG_ANDROID_BINDER_DEVICES="" + - SAUCE: import aufs driver + - [Config]: Enable aufs + - [Config] relocate aufs annotations to menu + - [Config] remove unmatched configs from annotations + - [Config] fix up abi for removed modules + - SAUCE: (efi-lockdown) Enforce module signatures if the kernel is locked down + - SAUCE: (efi-lockdown) module: remove support for having IMA validate modules + - SAUCE: (efi-lockdown) Move EFI signature blob parser to shared location + - SAUCE: (efi-lockdown) MODSIGN: Import certificates from UEFI Secure Boot + - SAUCE: (efi-lockdown) MODSIGN: Allow the "db" UEFI variable to be suppressed + - [Config] (efi-lockdown) enable importing of efi certificates for module sig + verification + + * Miscellaneous upstream changes + - binder: fix CONFIG_ANDROID_BINDER_DEVICES + + [ Upstream Kernel Changes ] + + * Rebase to v5.0-rc5 + + -- Seth Forshee Tue, 05 Feb 2019 14:26:12 -0600 + +linux (5.0.0-2.3) disco; urgency=medium + + * kernel oops in bcache module (LP: #1793901) + - SAUCE: bcache: never writeback a discard operation + + * Enable sound card power saving by default (LP: #1804265) + - [Config] CONFIG_SND_HDA_POWER_SAVE_DEFAULT=1 + + * Miscellaneous Ubuntu changes + - Revert "UBUNTU: SAUCE: selftests: disable some failing networking tests" + - SAUCE: ashmem: turn into module + - SAUCE: binder: turn into module + - SAUCE: binder: give binder_alloc its own debug mask file + - [Config] enable binder and ashmem as modules + - SAUCE: selftests: net: replace AF_MAX with INT_MAX in socket.c + - SAUCE: selftests/ftrace: Fix tab expansion in trace_marker snapshot trigger + test + - update dkms package versions + + [ Upstream Kernel Changes ] + + * Rebase to v5.0-rc4 + + -- Seth Forshee Tue, 29 Jan 2019 06:57:32 -0600 + +linux (5.0.0-1.2) disco; urgency=medium + + * Fix non-working QCA Rome Bluetooth after S3 (LP: #1812812) + - USB: Add new USB LPM helpers + - USB: Consolidate LPM checks to avoid enabling LPM twice + + * bluetooth controller not detected with 4.15 kernel (LP: #1810797) + - SAUCE: btqcomsmd: introduce BT_QCOMSMD_HACK + - [Config] arm64: snapdragon: BT_QCOMSMD_HACK=y + + * [19.04 FEAT| Enable virtio-gpu for s390x (LP: #1799467) + - [Config] enable virtio-gpu for s390x + + * Crash on "ip link add foo type ipip" (LP: #1811803) + - SAUCE: fan: Fix NULL pointer dereference + + * Fix not working Goodix touchpad (LP: #1811929) + - HID: i2c-hid: Disable runtime PM on Goodix touchpad + + * Miscellaneous Ubuntu changes + - update dkms package versions + - enable zfs build + + [ Upstream Kernel Changes ] + + * Rebase to v5.0-rc3 + + -- Seth Forshee Tue, 22 Jan 2019 13:56:17 -0600 + +linux (5.0.0-0.1) disco; urgency=medium + + * Build Nvidia drivers in conjunction with kernel (LP: #1764792) + - [Packaging] dkms -- add per package post-process step + - [Packaging] dkms -- switch to a consistent build prefix length and strip + - [Packaging] nvidia -- build and sign nvidia packages and ship signatures + - [Packaging] nvidia -- make nvidia package version explicit + + * Add support for ALC3277 codec on new Dell edge gateways (LP: #1807334) + - [Config] CONFIG_SND_SOC_INTEL_KBL_RT5660_MACH=m + + * RTL8822BE WiFi Disabled in Kernel 4.18.0-12 (LP: #1806472) + - [Config] CONFIG_RTLWIFI_DEBUG_ST=n + + * Miscellaneous Ubuntu changes + - ubuntu -- disable vbox build + - ubuntu -- disable hio build + - Disable zfs build + - SAUCE: import aufs driver + - update dkms package versions + - [Config] disable aufs config options + - [Config] disable nvidia build + - update dropped.txt + - [Packaging] disable nvidia dkms builds for mainline + - SAUCE: (efi-lockdown) Add the ability to lock down access to the running + kernel image + - SAUCE: (efi-lockdown) Add a SysRq option to lift kernel lockdown + - SAUCE: (efi-lockdown) Restrict /dev/{mem,kmem,port} when the kernel is + locked down + - SAUCE: (efi-lockdown) kexec_load: Disable at runtime if the kernel is locked + down + - SAUCE: (efi-lockdown) hibernate: Disable when the kernel is locked down + - SAUCE: (efi-lockdown) uswsusp: Disable when the kernel is locked down + - SAUCE: (efi-lockdown) PCI: Lock down BAR access when the kernel is locked + down + - SAUCE: (efi-lockdown) x86: Lock down IO port access when the kernel is + locked down + - SAUCE: (efi-lockdown) x86/msr: Restrict MSR access when the kernel is locked + down + - SAUCE: (efi-lockdown) ACPI: Limit access to custom_method when the kernel is + locked down + - SAUCE: (efi-lockdown) acpi: Ignore acpi_rsdp kernel param when the kernel + has been locked down + - SAUCE: (efi-lockdown) acpi: Disable ACPI table override if the kernel is + locked down + - SAUCE: (efi-lockdown) acpi: Disable APEI error injection if the kernel is + locked down + - SAUCE: (efi-lockdown) Prohibit PCMCIA CIS storage when the kernel is locked + down + - SAUCE: (efi-lockdown) Lock down TIOCSSERIAL + - SAUCE: (efi-lockdown) Lock down module params that specify hardware + parameters (eg. ioport) + - SAUCE: (efi-lockdown) x86/mmiotrace: Lock down the testmmiotrace module + - SAUCE: (efi-lockdown) Lock down /proc/kcore + - SAUCE: (efi-lockdown) Lock down kprobes + - SAUCE: (efi-lockdown) Lock down perf + - SAUCE: (efi-lockdown) debugfs: Restrict debugfs when the kernel is locked + down + - SAUCE: (efi-lockdown) debugfs: avoid EPERM when no open file operation + defined + - SAUCE: (efi-lockdown) KEYS: Allow unrestricted boot-time addition of keys to + secondary keyring + - SAUCE: (efi-lockdown) Make get_cert_list() not complain about cert lists + that aren't present. + - SAUCE: (efi-lockdown) Add efi_status_to_str() and rework + efi_status_to_err(). + - SAUCE: (efi-lockdown) Make get_cert_list() use efi_status_to_str() to print + error messages. + - SAUCE: (efi-lockdown) Copy secure_boot flag in boot params across kexec + reboot + - SAUCE: (efi-lockdown) efi: Add an EFI_SECURE_BOOT flag to indicate secure + boot mode + - SAUCE: (efi-lockdown) efi: Lock down the kernel if booted in secure boot + mode + - SAUCE: (efi-lockdown) efi: Sanitize boot_params in efi stub + - [Config] set config options for efi lockdown + - Revert "UBUNTU: SAUCE: import aufs driver" + + [ Upstream Kernel Changes ] + + * Rebase to v5.0-rc2 + + -- Seth Forshee Thu, 17 Jan 2019 12:31:29 -0600 + +linux (5.0.0-0.0) disco; urgency=medium + + * Dummy entry. + + -- Seth Forshee Wed, 16 Jan 2019 14:48:05 -0600 + +linux (4.20.0-2.3) disco; urgency=medium + + [ Upstream Kernel Changes ] + + * Rebase to v4.20 + + -- Seth Forshee Thu, 03 Jan 2019 12:11:43 -0600 + +linux (4.20.0-1.2) disco; urgency=medium + + * Packaging resync (LP: #1786013) + - [Packaging] update helper scripts + + * Power leakage at S5 with Qualcomm Atheros QCA9377 802.11ac Wireless Network + Adapter (LP: #1805607) + - SAUCE: ath10k: provide reset function for QCA9377 chip + + * zfs/spl build in conjunction with the kernel from DKMS source (LP: #1807378) + - [Packaging] dkms -- dkms package build packaging support + - [Packaging] dkms -- save build objects artifacts for validation + - [Packaging] dkms -- add general Built-Using: support + - [Packaging] simplify Provides comma handling + - [Packaging] zfs/spl -- remove packaging support for incorporated source + - [Packaging] zfs/spl -- remove incorporated source + - [Packaging] zfs/spl -- build via dkms + - [Packaging] zfs/spl -- make zfs package version explicit + - [Packaging] update-version-dkms -- sync archive versions to package + + * Miscellaneous Ubuntu changes + - [Packaging] update-version-dkms -- fix getting distrbution from changelog + - update dkms package versions + + [ Upstream Kernel Changes ] + + * Rebase to v4.20-rc6 + + -- Seth Forshee Tue, 11 Dec 2018 11:33:08 -0600 + +linux (4.20.0-0.1) disco; urgency=medium + + * Overlayfs in user namespace leaks directory content of inaccessible + directories (LP: #1793458) // CVE-2018-6559 + - Revert "ovl: relax permission checking on underlying layers" + - SAUCE: overlayfs: ensure mounter privileges when reading directories + + * Miscellaneous Ubuntu changes + - SAUCE: (efi-lockdown) Add the ability to lock down access to the running + kernel image + - SAUCE: (efi-lockdown) Add a SysRq option to lift kernel lockdown + - SAUCE: (efi-lockdown) Enforce module signatures if the kernel is locked down + - SAUCE: (efi-lockdown) Restrict /dev/{mem,kmem,port} when the kernel is + locked down + - SAUCE: (efi-lockdown) kexec_load: Disable at runtime if the kernel is locked + down + - SAUCE: (efi-lockdown) hibernate: Disable when the kernel is locked down + - SAUCE: (efi-lockdown) uswsusp: Disable when the kernel is locked down + - SAUCE: (efi-lockdown) PCI: Lock down BAR access when the kernel is locked + down + - SAUCE: (efi-lockdown) x86: Lock down IO port access when the kernel is + locked down + - SAUCE: (efi-lockdown) x86/msr: Restrict MSR access when the kernel is locked + down + - SAUCE: (efi-lockdown) ACPI: Limit access to custom_method when the kernel is + locked down + - SAUCE: (efi-lockdown) acpi: Ignore acpi_rsdp kernel param when the kernel + has been locked down + - SAUCE: (efi-lockdown) acpi: Disable ACPI table override if the kernel is + locked down + - SAUCE: (efi-lockdown) acpi: Disable APEI error injection if the kernel is + locked down + - SAUCE: (efi-lockdown) Prohibit PCMCIA CIS storage when the kernel is locked + down + - SAUCE: (efi-lockdown) Lock down TIOCSSERIAL + - SAUCE: (efi-lockdown) Lock down module params that specify hardware + parameters (eg. ioport) + - SAUCE: (efi-lockdown) x86/mmiotrace: Lock down the testmmiotrace module + - SAUCE: (efi-lockdown) Lock down /proc/kcore + - SAUCE: (efi-lockdown) Lock down kprobes + - SAUCE: (efi-lockdown) Lock down perf + - SAUCE: (efi-lockdown) debugfs: Restrict debugfs when the kernel is locked + down + - SAUCE: (efi-lockdown) KEYS: Allow unrestricted boot-time addition of keys to + secondary keyring + - SAUCE: (efi-lockdown) efi: Add EFI signature data types + - SAUCE: (efi-lockdown) efi: Add an EFI signature blob parser + - SAUCE: (efi-lockdown) MODSIGN: Import certificates from UEFI Secure Boot + - SAUCE: (efi-lockdown) MODSIGN: Allow the "db" UEFI variable to be suppressed + - SAUCE: (efi-lockdown) Make get_cert_list() not complain about cert lists + that aren't present. + - SAUCE: (efi-lockdown) Add efi_status_to_str() and rework + efi_status_to_err(). + - SAUCE: (efi-lockdown) Make get_cert_list() use efi_status_to_str() to print + error messages. + - SAUCE: (efi-lockdown) Copy secure_boot flag in boot params across kexec + reboot + - SAUCE: (efi-lockdown) efi: Add an EFI_SECURE_BOOT flag to indicate secure + boot mode + - SAUCE: (efi-lockdown) efi: Lock down the kernel if booted in secure boot + mode + - SAUCE: (efi-lockdown) Fix for module sig verification + - SAUCE: (efi-lockdown) efi: Sanitize boot_params in efi stub + - SAUCE: Import aufs driver + - ubuntu: vbox -- update to 5.2.22-dfsg-2 + - ubuntu -- disable vbox build + - ubuntu -- disable hio build + - Disable zfs build + + [ Upstream Kernel Changes ] + + * Rebase to v4.20-rc5 + + -- Seth Forshee Fri, 07 Dec 2018 07:13:42 -0600 + +linux (4.20.0-0.0) disco; urgency=medium + + * Dummy entry. + + -- Seth Forshee Thu, 06 Dec 2018 10:20:19 -0600 + +linux (4.19.0-8.9) disco; urgency=medium + + * linux: 4.19.0-8.9 -proposed tracker (LP: #1806952) + + * Workaround CSS timeout on AMD SNPS 3.0 xHC (LP: #1806838) + - xhci: workaround CSS timeout on AMD SNPS 3.0 xHC + + * Fix Intel I210 doesn't work when ethernet cable gets plugged (LP: #1806818) + - igb: Fix an issue that PME is not enabled during runtime suspend + + * The line-out on the Dell Dock station can't work (LP: #1806532) + - ALSA: usb-audio: Add vendor and product name for Dell WD19 Dock + + * CVE-2018-19407 + - KVM: X86: Fix scan ioapic use-before-initialization + + * PC SN720 NVMe WDC 256GB consumes more power in S2Idle than during long idle + (LP: #1805775) + - SAUCE: pci/nvme: prevent WDC PC SN720 NVMe from entering D3 and being + disabled + + * Disco update: 4.19.6 upstream stable release (LP: #1806909) + - HID: steam: remove input device when a hid client is running. + - efi/libstub: arm: support building with clang + - usb: core: Fix hub port connection events lost + - usb: dwc3: gadget: fix ISOC TRB type on unaligned transfers + - usb: dwc3: gadget: Properly check last unaligned/zero chain TRB + - usb: dwc3: core: Clean up ULPI device + - usb: dwc3: Fix NULL pointer exception in dwc3_pci_remove() + - xhci: Fix leaking USB3 shared_hcd at xhci removal + - xhci: handle port status events for removed USB3 hcd + - xhci: Add check for invalid byte size error when UAS devices are connected. + - usb: xhci: fix uninitialized completion when USB3 port got wrong status + - usb: xhci: fix timeout for transition from RExit to U0 + - xhci: Add quirk to workaround the errata seen on Cavium Thunder-X2 Soc + - usb: xhci: Prevent bus suspend if a port connect change or polling state is + detected + - ALSA: oss: Use kvzalloc() for local buffer allocations + - MAINTAINERS: Add Sasha as a stable branch maintainer + - Documentation/security-bugs: Clarify treatment of embargoed information + - Documentation/security-bugs: Postpone fix publication in exceptional cases + - mmc: sdhci-pci: Try "cd" for card-detect lookup before using NULL + - mmc: sdhci-pci: Workaround GLK firmware failing to restore the tuning value + - gpio: don't free unallocated ida on gpiochip_add_data_with_key() error path + - iwlwifi: fix wrong WGDS_WIFI_DATA_SIZE + - iwlwifi: mvm: support sta_statistics() even on older firmware + - iwlwifi: mvm: fix regulatory domain update when the firmware starts + - iwlwifi: mvm: don't use SAR Geo if basic SAR is not used + - brcmfmac: fix reporting support for 160 MHz channels + - opp: ti-opp-supply: Dynamically update u_volt_min + - opp: ti-opp-supply: Correct the supply in _get_optimal_vdd_voltage call + - tools/power/cpupower: fix compilation with STATIC=true + - v9fs_dir_readdir: fix double-free on p9stat_read error + - selinux: Add __GFP_NOWARN to allocation at str_read() + - Input: synaptics - avoid using uninitialized variable when probing + - bfs: add sanity check at bfs_fill_super() + - sctp: clear the transport of some out_chunk_list chunks in + sctp_assoc_rm_peer + - gfs2: Don't leave s_fs_info pointing to freed memory in init_sbd + - llc: do not use sk_eat_skb() + - mm: don't warn about large allocations for slab + - mm/memory.c: recheck page table entry with page table lock held + - tcp: do not release socket ownership in tcp_close() + - drm/fb-helper: Blacklist writeback when adding connectors to fbdev + - drm/amdgpu: Add missing firmware entry for HAINAN + - drm/vc4: Set ->legacy_cursor_update to false when doing non-async updates + - drm/amdgpu: Fix oops when pp_funcs->switch_power_profile is unset + - drm/i915: Disable LP3 watermarks on all SNB machines + - drm/ast: change resolution may cause screen blurred + - drm/ast: fixed cursor may disappear sometimes + - drm/ast: Remove existing framebuffers before loading driver + - can: flexcan: Unlock the MB unconditionally + - can: dev: can_get_echo_skb(): factor out non sending code to + __can_get_echo_skb() + - can: dev: __can_get_echo_skb(): replace struct can_frame by canfd_frame to + access frame length + - can: dev: __can_get_echo_skb(): Don't crash the kernel if can_priv::echo_skb + is accessed out of bounds + - can: dev: __can_get_echo_skb(): print error message, if trying to echo non + existing skb + - can: rx-offload: introduce can_rx_offload_get_echo_skb() and + can_rx_offload_queue_sorted() functions + - can: rx-offload: rename can_rx_offload_irq_queue_err_skb() to + can_rx_offload_queue_tail() + - can: flexcan: use can_rx_offload_queue_sorted() for flexcan_irq_bus_*() + - can: flexcan: handle tx-complete CAN frames via rx-offload infrastructure + - can: raw: check for CAN FD capable netdev in raw_sendmsg() + - can: hi311x: Use level-triggered interrupt + - can: flexcan: Always use last mailbox for TX + - can: flexcan: remove not needed struct flexcan_priv::tx_mb and struct + flexcan_priv::tx_mb_idx + - ACPICA: AML interpreter: add region addresses in global list during + initialization + - IB/hfi1: Eliminate races in the SDMA send error path + - fsnotify: generalize handling of extra event flags + - fanotify: fix handling of events on child sub-directory + - pinctrl: meson: fix pinconf bias disable + - pinctrl: meson: fix gxbb ao pull register bits + - pinctrl: meson: fix gxl ao pull register bits + - pinctrl: meson: fix meson8 ao pull register bits + - pinctrl: meson: fix meson8b ao pull register bits + - tools/testing/nvdimm: Fix the array size for dimm devices. + - scsi: lpfc: fix remoteport access + - scsi: hisi_sas: Remove set but not used variable 'dq_list' + - KVM: PPC: Move and undef TRACE_INCLUDE_PATH/FILE + - cpufreq: imx6q: add return value check for voltage scale + - rtc: cmos: Do not export alarm rtc_ops when we do not support alarms + - rtc: pcf2127: fix a kmemleak caused in pcf2127_i2c_gather_write + - crypto: simd - correctly take reqsize of wrapped skcipher into account + - floppy: fix race condition in __floppy_read_block_0() + - powerpc/io: Fix the IO workarounds code to work with Radix + - sched/fair: Fix cpu_util_wake() for 'execl' type workloads + - perf/x86/intel/uncore: Add more IMC PCI IDs for KabyLake and CoffeeLake CPUs + - block: copy ioprio in __bio_clone_fast() and bounce + - SUNRPC: Fix a bogus get/put in generic_key_to_expire() + - riscv: add missing vdso_install target + - RISC-V: Silence some module warnings on 32-bit + - drm/amdgpu: fix bug with IH ring setup + - kdb: Use strscpy with destination buffer size + - NFSv4: Fix an Oops during delegation callbacks + - powerpc/numa: Suppress "VPHN is not supported" messages + - efi/arm: Revert deferred unmap of early memmap mapping + - z3fold: fix possible reclaim races + - mm, memory_hotplug: check zone_movable in has_unmovable_pages + - tmpfs: make lseek(SEEK_DATA/SEK_HOLE) return ENXIO with a negative offset + - mm, page_alloc: check for max order in hot path + - dax: Avoid losing wakeup in dax_lock_mapping_entry + - include/linux/pfn_t.h: force '~' to be parsed as an unary operator + - tty: wipe buffer. + - tty: wipe buffer if not echoing data + - gfs2: Fix iomap buffer head reference counting bug + - rcu: Make need_resched() respond to urgent RCU-QS needs + - media: ov5640: Re-work MIPI startup sequence + - media: ov5640: Fix timings setup code + - media: ov5640: fix exposure regression + - media: ov5640: fix auto gain & exposure when changing mode + - media: ov5640: fix wrong binning value in exposure calculation + - media: ov5640: fix auto controls values when switching to manual mode + - Linux 4.19.6 + + * linux-buildinfo: pull out ABI information into its own package + (LP: #1806380) + - [Packaging] limit preparation to linux-libc-dev in headers + - [Packaging] commonise debhelper invocation + - [Packaging] ABI -- accumulate abi information at the end of the build + - [Packaging] buildinfo -- add basic build information + - [Packaging] buildinfo -- add firmware information to the flavour ABI + - [Packaging] buildinfo -- add compiler information to the flavour ABI + - [Packaging] buildinfo -- add buildinfo support to getabis + - [Packaging] getabis -- handle all known package combinations + - [Packaging] getabis -- support parsing a simple version + + * linux packages should own /usr/lib/linux/triggers (LP: #1770256) + - [Packaging] own /usr/lib/linux/triggers + + * Miscellaneous upstream changes + - blk-mq: fix corruption with direct issue + + -- Seth Forshee Wed, 05 Dec 2018 09:18:30 -0600 + +linux (4.19.0-7.8) disco; urgency=medium + + * linux: 4.19.0-7.8 -proposed tracker (LP: #1805465) + + * Fix and issue that LG I2C touchscreen stops working after reboot + (LP: #1805085) + - HID: i2c-hid: Disable runtime PM for LG touchscreen + + * click/pop noise in the headphone on several lenovo laptops (LP: #1805079) // + click/pop noise in the headphone on several lenovo laptops (LP: #1805079) + - ALSA: hda/realtek - fix the pop noise on headphone for lenovo laptops + + * Regression: hinic performance degrades over time (LP: #1805248) + - Revert "net-next/hinic: add checksum offload and TSO support" + + * Disco update: 4.19.5 upstream stable release (LP: #1805461) + - drm/i915: Replace some PAGE_SIZE with I915_GTT_PAGE_SIZE + - cifs: don't dereference smb_file_target before null check + - cifs: fix return value for cifs_listxattr + - arm64: kprobe: make page to RO mode when allocate it + - block: brd: associate with queue until adding disk + - net: hns3: bugfix for rtnl_lock's range in the hclgevf_reset() + - net: hns3: bugfix for rtnl_lock's range in the hclge_reset() + - net: hns3: bugfix for handling mailbox while the command queue reinitialized + - net: hns3: bugfix for the initialization of command queue's spin lock + - ixgbe: fix MAC anti-spoofing filter after VFLR + - reiserfs: propagate errors from fill_with_dentries() properly + - hfs: prevent btree data loss on root split + - hfsplus: prevent btree data loss on root split + - perf unwind: Take pgoff into account when reporting elf to libdwfl + - um: Give start_idle_thread() a return code + - drm/edid: Add 6 bpc quirk for BOE panel. + - afs: Handle EIO from delivery function + - platform/x86: intel_telemetry: report debugfs failure + - clk: fixed-rate: fix of_node_get-put imbalance + - perf symbols: Set PLT entry/header sizes properly on Sparc + - fs/exofs: fix potential memory leak in mount option parsing + - clk: samsung: exynos5420: Enable PERIS clocks for suspend + - apparmor: Fix uninitialized value in aa_split_fqname + - x86/earlyprintk: Add a force option for pciserial device + - platform/x86: acerhdf: Add BIOS entry for Gateway LT31 v1.3307 + - clk: meson-axg: pcie: drop the mpll3 clock parent + - arm64: percpu: Initialize ret in the default case + - clk: meson: clk-pll: drop CLK_GET_RATE_NOCACHE where unnecessary + - clk: renesas: r9a06g032: Fix UART34567 clock rate + - clk: ti: fix OF child-node lookup + - serial: sh-sci: Fix receive on SCIFA/SCIFB variants with DMA + - netfilter: ipv6: fix oops when defragmenting locally generated fragments + - netfilter: bridge: define INT_MIN & INT_MAX in userspace + - s390/decompressor: add missing FORCE to build targets + - s390/vdso: add missing FORCE to build targets + - HID: i2c-hid: Add a small delay after sleep command for Raydium touchpanel + - Revert "HID: add NOGET quirk for Eaton Ellipse MAX UPS" + - HID: alps: allow incoming reports when only the trackstick is opened + - Revert "netfilter: nft_numgen: add map lookups for numgen random operations" + - netfilter: ipset: list:set: Decrease refcount synchronously on deletion and + replace + - netfilter: ipset: actually allow allowable CIDR 0 in hash:net,port,net + - netfilter: ipset: fix ip_set_list allocation failure + - s390/mm: fix mis-accounting of pgtable_bytes + - s390/mm: Fix ERROR: "__node_distance" undefined! + - bpf: fix bpf_prog_get_info_by_fd to return 0 func_lens for unpriv + - netfilter: ipset: Correct rcu_dereference() call in ip_set_put_comment() + - netfilter: xt_IDLETIMER: add sysfs filename checking routine + - netfilter: ipset: Fix calling ip_set() macro at dumping + - netfilter: nft_compat: ebtables 'nat' table is normal chain type + - s390/qeth: fix HiperSockets sniffer + - s390/qeth: unregister netdevice only when registered + - net: hns3: Fix for out-of-bounds access when setting pfc back pressure + - hwmon: (ibmpowernv) Remove bogus __init annotations + - ARM: dts: imx6sll: fix typo for fsl,imx6sll-i2c node + - ARM: dts: fsl: Fix improperly quoted stdout-path values + - Revert "drm/exynos/decon5433: implement frame counter" + - arm64: dts: renesas: r8a7795: add missing dma-names on hscif2 + - arm64: dts: renesas: condor: switch from EtherAVB to GEther + - xen/grant-table: Fix incorrect gnttab_dma_free_pages() pr_debug message + - clk: fixed-factor: fix of_node_get-put imbalance + - mtd: nand: Fix nanddev_pos_next_page() kernel-doc header + - lib/raid6: Fix arm64 test build + - drm/amd/display: Stop leaking planes + - block: Clear kernel memory before copying to user + - drm/amd/display: Drop reusing drm connector for MST + - drm/amd/amdgpu/dm: Fix dm_dp_create_fake_mst_encoder() + - s390/perf: Change CPUM_CF return code in event init function + - ceph: quota: fix null pointer dereference in quota check + - of/device: Really only set bus DMA mask when appropriate + - nvme: make sure ns head inherits underlying device limits + - i2c: omap: Enable for ARCH_K3 + - i2c: qcom-geni: Fix runtime PM mismatch with child devices + - sched/core: Take the hotplug lock in sched_init_smp() + - perf tools: Fix undefined symbol scnprintf in libperf-jvmti.so + - perf tools: Do not zero sample_id_all for group members + - ice: Fix dead device link issue with flow control + - ice: Fix the bytecount sent to netdev_tx_sent_queue + - ice: Change req_speeds to be u16 + - i40e: restore NETIF_F_GSO_IPXIP[46] to netdev features + - qed: Fix memory/entry leak in qed_init_sp_request() + - qed: Fix blocking/unlimited SPQ entries leak + - qed: Fix SPQ entries not returned to pool in error flows + - qed: Fix potential memory corruption + - net: stmmac: Fix RX packet size > 8191 + - net: aquantia: fix potential IOMMU fault after driver unbind + - net: aquantia: fixed enable unicast on 32 macvlan + - net: aquantia: invalid checksumm offload implementation + - kbuild: deb-pkg: fix too low build version number + - Revert "scripts/setlocalversion: git: Make -dirty check more robust" + - SUNRPC: drop pointless static qualifier in xdr_get_next_encode_buffer() + - x86/mm: Move LDT remap out of KASLR region on 5-level paging + - x86/ldt: Unmap PTEs for the slot before freeing LDT pages + - x86/ldt: Remove unused variable in map_ldt_struct() + - media: v4l: event: Add subscription to list before calling "add" operation + - MIPS: OCTEON: cavium_octeon_defconfig: re-enable OCTEON USB driver + - RISC-V: Fix raw_copy_{to,from}_user() + - uio: Fix an Oops on load + - ALSA: hda/realtek - Add quirk entry for HP Pavilion 15 + - ALSA: hda/ca0132 - Call pci_iounmap() instead of iounmap() + - can: kvaser_usb: Fix accessing freed memory in kvaser_usb_start_xmit() + - can: kvaser_usb: Fix potential uninitialized variable use + - usb: cdc-acm: add entry for Hiro (Conexant) modem + - USB: Wait for extra delay time after USB_PORT_FEAT_RESET for quirky hub + - usb: quirks: Add delay-init quirk for Corsair K70 LUX RGB + - misc: atmel-ssc: Fix section annotation on atmel_ssc_get_driver_data + - USB: misc: appledisplay: add 20" Apple Cinema Display + - gnss: serial: fix synchronous write timeout + - gnss: sirf: fix synchronous write timeout + - mtd: rawnand: atmel: fix OF child-node lookup + - drivers/misc/sgi-gru: fix Spectre v1 vulnerability + - ACPI / platform: Add SMB0001 HID to forbidden_id_list + - HID: uhid: forbid UHID_CREATE under KERNEL_DS or elevated privileges + - HID: Add quirk for Primax PIXART OEM mice + - HID: Add quirk for Microsoft PIXART OEM mouse + - libceph: fall back to sendmsg for slab pages + - mt76x0: run vco calibration for each channel configuration + - Linux 4.19.5 + + * Miscellaneous Ubuntu changes + - Revert "UBUNTU: Build signed kernels for arm64" + + -- Seth Forshee Tue, 27 Nov 2018 10:38:34 -0600 + +linux (4.19.0-6.7) disco; urgency=medium + + * linux: 4.19.0-6.7 -proposed tracker (LP: #1805195) + + * SecureBoot support for arm64 (LP: #1804481) + - Build signed kernels for arm64 + + * Add pointstick support for Cirque Touchpad (LP: #1805081) + - HID: multitouch: Add pointstick support for Cirque Touchpad + + * Power consumption during s2idle is higher than long idle (Intel SSDPEKKF) + (LP: #1804588) + - SAUCE: pci: prevent Intel NVMe SSDPEKKF from entering D3 + - SAUCE: nvme: add quirk to not call disable function when suspending + + * Disco update: 4.19.4 upstream stable release (LP: #1805159) + - flow_dissector: do not dissect l4 ports for fragments + - ibmvnic: fix accelerated VLAN handling + - ip_tunnel: don't force DF when MTU is locked + - ipv6: fix a dst leak when removing its exception + - ipv6: Fix PMTU updates for UDP/raw sockets in presence of VRF + - net: bcmgenet: protect stop from timeout + - net-gro: reset skb->pkt_type in napi_reuse_skb() + - sctp: not allow to set asoc prsctp_enable by sockopt + - tcp: Fix SOF_TIMESTAMPING_RX_HARDWARE to use the latest timestamp during TCP + coalescing + - tg3: Add PHY reset for 5717/5719/5720 in change ring and flow control paths + - tipc: don't assume linear buffer when reading ancillary data + - tipc: fix lockdep warning when reinitilaizing sockets + - tuntap: fix multiqueue rx + - net: systemport: Protect stop from timeout + - net/sched: act_pedit: fix memory leak when IDR allocation fails + - net: sched: cls_flower: validate nested enc_opts_policy to avoid warning + - tipc: fix link re-establish failure + - net/mlx5e: Don't match on vlan non-existence if ethertype is wildcarded + - net/mlx5e: Claim TC hw offloads support only under a proper build config + - net/mlx5e: Adjust to max number of channles when re-attaching + - net/mlx5e: RX, verify received packet size in Linear Striding RQ + - Revert "sctp: remove sctp_transport_pmtu_check" + - net/mlx5e: Always use the match level enum when parsing TC rule match + - net/mlx5e: Fix selftest for small MTUs + - net/mlx5e: Removed unnecessary warnings in FEC caps query + - inet: frags: better deal with smp races + - l2tp: fix a sock refcnt leak in l2tp_tunnel_register + - net/mlx5: IPSec, Fix the SA context hash key + - net/mlx5e: IPoIB, Reset QP after channels are closed + - net: dsa: mv88e6xxx: Fix clearing of stats counters + - net: phy: realtek: fix RTL8201F sysfs name + - sctp: define SCTP_SS_DEFAULT for Stream schedulers + - net: qualcomm: rmnet: Fix incorrect assignment of real_dev + - net: dsa: microchip: initialize mutex before use + - sctp: fix strchange_flags name for Stream Change Event + - net: phy: mdio-gpio: Fix working over slow can_sleep GPIOs + - sctp: not increase stream's incnt before sending addstrm_in request + - mlxsw: spectrum: Fix IP2ME CPU policer configuration + - net: smsc95xx: Fix MTU range + - rxrpc: Fix lockup due to no error backoff after ack transmit error + - usbnet: smsc95xx: disable carrier check while suspending + - Revert "x86/speculation: Enable cross-hyperthread spectre v2 STIBP + mitigation" + - Linux 4.19.4 + + * Disco update: 4.19.3 upstream stable release (LP: #1805158) + - powerpc/traps: restore recoverability of machine_check interrupts + - powerpc/64/module: REL32 relocation range check + - powerpc/mm: Fix page table dump to work on Radix + - powerpc/mm: fix always true/false warning in slice.c + - drm/amd/display: fix bug of accessing invalid memory + - Input: wm97xx-ts - fix exit path + - powerpc/Makefile: Fix PPC_BOOK3S_64 ASFLAGS + - powerpc/eeh: Fix possible null deref in eeh_dump_dev_log() + - tty: check name length in tty_find_polling_driver() + - tracing/kprobes: Check the probe on unloaded module correctly + - drm/nouveau/secboot/acr: fix memory leak + - drm/amdgpu/powerplay: fix missing break in switch statements + - ARM: imx_v6_v7_defconfig: Select CONFIG_TMPFS_POSIX_ACL + - powerpc/nohash: fix undefined behaviour when testing page size support + - drm/msm/gpu: fix parameters in function msm_gpu_crashstate_capture + - drm/msm/disp/dpu: Use proper define for drm_encoder_init() 'encoder_type' + - drm/msm: dpu: Allow planes to extend past active display + - powerpc/mm: Don't report hugepage tables as memory leaks when using kmemleak + - drm/omap: fix memory barrier bug in DMM driver + - drm/amd/display: Raise dispclk value for dce120 by 15% + - drm/amd/display: fix gamma not being applied + - drm/hisilicon: hibmc: Do not carry error code in HiBMC framebuffer pointer + - media: pci: cx23885: handle adding to list failure + - media: coda: don't overwrite h.264 profile_idc on decoder instance + - MIPS: kexec: Mark CPU offline before disabling local IRQ + - powerpc/boot: Ensure _zimage_start is a weak symbol + - powerpc/memtrace: Remove memory in chunks + - MIPS/PCI: Call pcie_bus_configure_settings() to set MPS/MRRS + - staging: erofs: fix a missing endian conversion + - serial: 8250_of: Fix for lack of interrupt support + - sc16is7xx: Fix for multi-channel stall + - media: tvp5150: fix width alignment during set_selection() + - powerpc/selftests: Wait all threads to join + - staging:iio:ad7606: fix voltage scales + - drm: rcar-du: Update Gen3 output limitations + - drm/amdgpu: Fix SDMA TO after GPU reset v3 + - staging: most: video: fix registration of an empty comp core_component + - 9p locks: fix glock.client_id leak in do_lock + - udf: Prevent write-unsupported filesystem to be remounted read-write + - ARM: dts: imx6ull: keep IMX6UL_ prefix for signals on both i.MX6UL and + i.MX6ULL + - media: ov5640: fix mode change regression + - 9p: clear dangling pointers in p9stat_free + - drm/amdgpu: fix integer overflow test in amdgpu_bo_list_create() + - media: ov5640: fix restore of last mode set + - cdrom: fix improper type cast, which can leat to information leak. + - ovl: fix error handling in ovl_verify_set_fh() + - ovl: fix recursive oi->lock in ovl_link() + - ovl: check whiteout in ovl_create_over_whiteout() + - ovl: automatically enable redirect_dir on metacopy=on + - serial: sh-sci: Fix could not remove dev_attr_rx_fifo_timeout + - scsi: qla2xxx: Fix incorrect port speed being set for FC adapters + - scsi: qla2xxx: Fix process response queue for ISP26XX and above + - scsi: qla2xxx: Remove stale debug trace message from tcm_qla2xxx + - scsi: qla2xxx: Fix early srb free on abort + - scsi: qla2xxx: shutdown chip if reset fail + - scsi: qla2xxx: Reject bsg request if chip is down. + - scsi: qla2xxx: Fix re-using LoopID when handle is in use + - scsi: qla2xxx: Fix for double free of SRB structure + - scsi: qla2xxx: Fix NVMe session hang on unload + - scsi: qla2xxx: Fix NVMe Target discovery + - scsi: qla2xxx: Fix duplicate switch database entries + - scsi: qla2xxx: Fix driver hang when FC-NVMe LUNs are configured + - vfs: fix FIGETBSZ ioctl on an overlayfs file + - fuse: Fix use-after-free in fuse_dev_do_read() + - fuse: Fix use-after-free in fuse_dev_do_write() + - fuse: fix blocked_waitq wakeup + - fuse: set FR_SENT while locked + - drm/msm: fix OF child-node lookup + - arm64: dts: stratix10: Support Ethernet Jumbo frame + - arm64: dts: stratix10: fix multicast filtering + - clk: meson-gxbb: set fclk_div3 as CLK_IS_CRITICAL + - clk: meson: axg: mark fdiv2 and fdiv3 as critical + - zram: close udev startup race condition as default groups + - MIPS: Loongson-3: Fix CPU UART irq delivery problem + - MIPS: Loongson-3: Fix BRIDGE irq delivery problem + - xtensa: add NOTES section to the linker script + - xtensa: make sure bFLT stack is 16 byte aligned + - xtensa: fix boot parameters address translation + - um: Drop own definition of PTRACE_SYSEMU/_SINGLESTEP + - clk: s2mps11: Fix matching when built as module and DT node contains + compatible + - clk: at91: Fix division by zero in PLL recalc_rate() + - clk: sunxi-ng: h6: fix bus clocks' divider position + - clk: rockchip: fix wrong mmc sample phase shift for rk3328 + - clk: rockchip: Fix static checker warning in rockchip_ddrclk_get_parent call + - libceph: bump CEPH_MSG_MAX_DATA_LEN + - Revert "ceph: fix dentry leak in splice_dentry()" + - thermal: core: Fix use-after-free in thermal_cooling_device_destroy_sysfs + - mach64: fix display corruption on big endian machines + - mach64: fix image corruption due to reading accelerator registers + - acpi/nfit, x86/mce: Handle only uncorrectable machine checks + - acpi/nfit, x86/mce: Validate a MCE's address before using it + - acpi, nfit: Fix ARS overflow continuation + - reset: hisilicon: fix potential NULL pointer dereference + - crypto: hisilicon - Fix NULL dereference for same dst and src + - crypto: hisilicon - Fix reference after free of memories on error path + - vhost/scsi: truncate T10 PI iov_iter to prot_bytes + - scsi: qla2xxx: Initialize port speed to avoid setting lower speed + - SCSI: fix queue cleanup race before queue initialization is done + - Revert "powerpc/8xx: Use L1 entry APG to handle _PAGE_ACCESSED for + CONFIG_SWAP" + - soc: ti: QMSS: Fix usage of irq_set_affinity_hint + - ocfs2: fix a misuse a of brelse after failing ocfs2_check_dir_entry + - ocfs2: free up write context when direct IO failed + - mm: thp: relax __GFP_THISNODE for MADV_HUGEPAGE mappings + - memory_hotplug: cond_resched in __remove_pages + - netfilter: conntrack: fix calculation of next bucket number in early_drop + - ARM: 8809/1: proc-v7: fix Thumb annotation of cpu_v7_hvc_switch_mm + - bonding/802.3ad: fix link_failure_count tracking + - mtd: spi-nor: cadence-quadspi: Return error code in + cqspi_direct_read_execute() + - mtd: nand: Fix nanddev_neraseblocks() + - mtd: docg3: don't set conflicting BCH_CONST_PARAMS option + - hwmon: (core) Fix double-free in __hwmon_device_register() + - perf cs-etm: Correct CPU mode for samples + - perf stat: Handle different PMU names with common prefix + - perf callchain: Honour the ordering of PERF_CONTEXT_{USER,KERNEL,etc} + - perf intel-pt/bts: Calculate cpumode for synthesized samples + - perf intel-pt: Insert callchain context into synthesized callchains + - of, numa: Validate some distance map rules + - x86/cpu/vmware: Do not trace vmware_sched_clock() + - x86/hyper-v: Enable PIT shutdown quirk + - termios, tty/tty_baudrate.c: fix buffer overrun + - arch/alpha, termios: implement BOTHER, IBSHIFT and termios2 + - watchdog/core: Add missing prototypes for weak functions + - btrfs: fix pinned underflow after transaction aborted + - Btrfs: fix missing data checksums after a ranged fsync (msync) + - Btrfs: fix cur_offset in the error case for nocow + - Btrfs: fix infinite loop on inode eviction after deduplication of eof block + - Btrfs: fix data corruption due to cloning of eof block + - btrfs: tree-checker: Fix misleading group system information + - clockevents/drivers/i8253: Add support for PIT shutdown quirk + - ext4: add missing brelse() update_backups()'s error path + - ext4: add missing brelse() in set_flexbg_block_bitmap()'s error path + - ext4: add missing brelse() add_new_gdb_meta_bg()'s error path + - ext4: avoid potential extra brelse in setup_new_flex_group_blocks() + - ext4: missing !bh check in ext4_xattr_inode_write() + - ext4: fix possible inode leak in the retry loop of ext4_resize_fs() + - ext4: avoid buffer leak on shutdown in ext4_mark_iloc_dirty() + - ext4: avoid buffer leak in ext4_orphan_add() after prior errors + - ext4: fix missing cleanup if ext4_alloc_flex_bg_array() fails while resizing + - ext4: avoid possible double brelse() in add_new_gdb() on error path + - ext4: fix possible leak of sbi->s_group_desc_leak in error path + - ext4: fix possible leak of s_journal_flag_rwsem in error path + - ext4: fix buffer leak in ext4_xattr_get_block() on error path + - ext4: release bs.bh before re-using in ext4_xattr_block_find() + - ext4: fix buffer leak in ext4_xattr_move_to_block() on error path + - ext4: fix buffer leak in ext4_expand_extra_isize_ea() on error path + - ext4: fix buffer leak in __ext4_read_dirblock() on error path + - mount: Prevent MNT_DETACH from disconnecting locked mounts + - mnt: fix __detach_mounts infinite loop + - uapi: fix linux/kfd_ioctl.h userspace compilation errors + - ARM: cpuidle: Don't register the driver when back-end init returns -ENXIO + - kdb: use correct pointer when 'btc' calls 'btt' + - kdb: print real address of pointers instead of hashed addresses + - sunrpc: correct the computation for page_ptr when truncating + - NFSv4: Don't exit the state manager without clearing + NFS4CLNT_MANAGER_RUNNING + - nfsd: COPY and CLONE operations require the saved filehandle to be set + - rtc: hctosys: Add missing range error reporting + - fuse: fix use-after-free in fuse_direct_IO() + - fuse: fix leaked notify reply + - fuse: fix possibly missed wake-up after abort + - selinux: check length properly in SCTP bind hook + - gfs2: Put bitmap buffers in put_super + - gfs2: Fix metadata read-ahead during truncate (2) + - libata: blacklist SAMSUNG MZ7TD256HAFV-000L9 SSD + - crypto: user - fix leaking uninitialized memory to userspace + - lib/ubsan.c: don't mark __ubsan_handle_builtin_unreachable as noreturn + - hugetlbfs: fix kernel BUG at fs/hugetlbfs/inode.c:444! + - mm/swapfile.c: use kvzalloc for swap_info_struct allocation + - efi/arm/libstub: Pack FDT after populating it + - mm: don't reclaim inodes with many attached pages + - scripts/spdxcheck.py: make python3 compliant + - drm/rockchip: Allow driver to be shutdown on reboot/kexec + - drm/amdgpu: Fix typo in amdgpu_vmid_mgr_init + - drm/amdgpu: add missing CHIP_HAINAN in amdgpu_ucode_get_load_type + - drm/amdgpu: Suppress keypresses from ACPI_VIDEO events + - drm/nouveau: Check backlight IDs are >= 0, not > 0 + - drm/nouveau: Fix nv50_mstc->best_encoder() + - drm/amd/powerplay: Enable/Disable NBPSTATE on On/OFF of UVD + - drm/etnaviv: fix bogus fence complete check in timeout handler + - drm/dp_mst: Check if primary mstb is null + - drm: panel-orientation-quirks: Add quirk for Acer One 10 (S1003) + - drm/i915/dp: Link train Fallback on eDP only if fallback link BW can fit + panel's native mode + - drm/i915: Use the correct crtc when sanitizing plane mapping + - drm/i915: Restore vblank interrupts earlier + - drm/i915: Don't unset intel_connector->mst_port + - drm/i915: Skip vcpi allocation for MSTB ports that are gone + - drm/i915: Large page offsets for pread/pwrite + - drm/i915/dp: Fix link retraining comment in intel_dp_long_pulse() + - drm/i915/dp: Restrict link retrain workaround to external monitors + - drm/i915/icl: Fix the macros for DFLEXDPMLE register bits + - drm/i915/hdmi: Add HDMI 2.0 audio clock recovery N values + - drm/i915: Mark up GTT sizes as u64 + - drm/i915: Fix error handling for the NV12 fb dimensions check + - drm/i915: Fix ilk+ watermarks when disabling pipes + - drm/i915: Compare user's 64b GTT offset even on 32b + - drm/i915: Don't oops during modeset shutdown after lpe audio deinit + - drm/i915: Mark pin flags as u64 + - drm/i915/ringbuffer: Delay after EMIT_INVALIDATE for gen4/gen5 + - drm/i915/execlists: Force write serialisation into context image vs + execution + - drm/i915: Fix possible race in intel_dp_add_mst_connector() + - drm/i915: Fix NULL deref when re-enabling HPD IRQs on systems with MST + - drm/i915: Fix hpd handling for pins with two encoders + - CONFIG_XEN_PV breaks xen_create_contiguous_region on ARM + - Revert "ACPICA: AML interpreter: add region addresses in global list during + initialization" + - Linux 4.19.3 + + * glibc 2.28-0ubuntu1 ADT test failure with linux 4.19.0-5.6 (LP: #1805154) + - SAUCE: Revert "x86: vdso: Use $LD instead of $CC to link" + + * Miscellaneous Ubuntu changes + - SAUCE: (noup) Update spl to 0.7.12-1ubuntu1, zfs to 0.7.12-1ubuntu1 + + -- Seth Forshee Mon, 26 Nov 2018 11:44:00 -0600 + +linux (4.19.0-5.6) disco; urgency=medium + + * crash in ENA driver on removing an interface (LP: #1802341) + - SAUCE: net: ena: fix crash during ena_remove() + + * Ubuntu 18.04.1 - [s390x] Kernel panic while stressing network bonding + (LP: #1797367) + - s390/qeth: sanitize strings in debug messages + + * Disco update: 4.19.2 upstream stable release (LP: #1803410) + - bpf: fix partial copy of map_ptr when dst is scalar + - MIPS: VDSO: Reduce VDSO_RANDOMIZE_SIZE to 64MB for 64bit + - gpio: mxs: Get rid of external API call + - mtd: rawnand: marvell: fix the IRQ handler complete() condition + - mtd: maps: gpio-addr-flash: Fix ioremapped size + - mtd: spi-nor: fsl-quadspi: fix read error for flash size larger than 16MB + - mtd: spi-nor: intel-spi: Add support for Intel Ice Lake SPI serial flash + - mtd: spi-nor: fsl-quadspi: Don't let -EINVAL on the bus + - spi: spi-mem: Adjust op len based on message/transfer size limitations + - spi: bcm-qspi: switch back to reading flash using smaller chunks + - spi: bcm-qspi: fix calculation of address length + - bcache: trace missed reading by cache_missed + - bcache: fix ioctl in flash device + - bcache: correct dirty data statistics + - bcache: fix miss key refill->end in writeback + - hwmon: (pmbus) Fix page count auto-detection. + - jffs2: free jffs2_sb_info through jffs2_kill_sb() + - block: setup bounce bio_sets properly + - block: make sure discard bio is aligned with logical block size + - block: make sure writesame bio is aligned with logical block size + - cpufreq: conservative: Take limits changes into account properly + - dma-mapping: fix panic caused by passing empty cma command line argument + - pcmcia: Implement CLKRUN protocol disabling for Ricoh bridges + - ACPI / OSL: Use 'jiffies' as the time bassis for acpi_os_get_timer() + - ACPICA: AML interpreter: add region addresses in global list during + initialization + - ACPICA: AML Parser: fix parse loop to correctly skip erroneous extended + opcodes + - acpi, nfit: Fix Address Range Scrub completion tracking + - kprobes/x86: Use preempt_enable() in optimized_callback() + - mailbox: PCC: handle parse error + - parisc: Fix address in HPMC IVA + - parisc: Fix map_pages() to not overwrite existing pte entries + - parisc: Fix exported address of os_hpmc handler + - ALSA: hda - Add quirk for ASUS G751 laptop + - ALSA: hda - Fix headphone pin config for ASUS G751 + - ALSA: hda - Add mic quirk for the Lenovo G50-30 (17aa:3905) + - ALSA: hda: Add 2 more models to the power_save blacklist + - ALSA: ca0106: Disable IZD on SB0570 DAC to fix audio pops + - ALSA: hda - Fix incorrect clearance of thinkpad_acpi hooks + - x86/speculation: Enable cross-hyperthread spectre v2 STIBP mitigation + - x86/xen: Fix boot loader version reported for PVH guests + - x86/corruption-check: Fix panic in memory_corruption_check() when boot + option without value is provided + - x86/kvm/nVMX: allow bare VMXON state migration + - x86/mm/pat: Disable preemption around __flush_tlb_all() + - x86/numa_emulation: Fix uniform-split numa emulation + - ARM: dts: exynos: Disable pull control for MAX8997 interrupts on Origen + - net: socionext: Reset tx queue in ndo_stop + - net: loopback: clear skb->tstamp before netif_rx() + - locking/lockdep: Fix debug_locks off performance problem + - netfilter: xt_nat: fix DNAT target for shifted portmap ranges + - ataflop: fix error handling during setup + - swim: fix cleanup on setup error + - arm64: cpufeature: ctr: Fix cpu capability check for late CPUs + - hv_netvsc: fix vf serial matching with pci slot info + - nfp: devlink port split support for 1x100G CXP NIC + - tun: Consistently configure generic netdev params via rtnetlink + - s390/sthyi: Fix machine name validity indication + - hwmon: (pwm-fan) Set fan speed to 0 on suspend + - lightnvm: pblk: fix race on sysfs line state + - lightnvm: pblk: fix two sleep-in-atomic-context bugs + - lightnvm: pblk: fix race condition on metadata I/O + - spi: spi-ep93xx: Use dma_data_direction for ep93xx_spi_dma_{finish,prepare} + - perf tools: Free temporary 'sys' string in read_event_files() + - perf tools: Cleanup trace-event-info 'tdata' leak + - perf tools: Free 'printk' string in parse_ftrace_printk() + - perf strbuf: Match va_{add,copy} with va_end + - cpupower: Fix coredump on VMWare + - bcache: Populate writeback_rate_minimum attribute + - mmc: sdhci-pci-o2micro: Add quirk for O2 Micro dev 0x8620 rev 0x01 + - sdhci: acpi: add free_slot callback + - mtd: rawnand: denali: set SPARE_AREA_SKIP_BYTES register to 8 if unset + - iwlwifi: pcie: avoid empty free RB queue + - iwlwifi: mvm: clear HW_RESTART_REQUESTED when stopping the interface + - iwlwifi: mvm: check for n_profiles validity in EWRD ACPI + - x86/olpc: Indicate that legacy PC XO-1 platform should not register RTC + - wlcore: Fix BUG with clear completion on timeout + - ACPI/PPTT: Handle architecturally unknown cache types + - ACPI / PM: LPIT: Register sysfs attributes based on FADT + - ACPI / processor: Fix the return value of acpi_processor_ids_walk() + - cpufreq: dt: Try freeing static OPPs only if we have added them + - x86/intel_rdt: Show missing resctrl mount options + - mtd: rawnand: atmel: Fix potential NULL pointer dereference + - nvme: call nvme_complete_rq when nvmf_check_ready fails for mpath I/O + - ath10k: fix tx status flag setting for management frames + - signal: Introduce COMPAT_SIGMINSTKSZ for use in compat_sys_sigaltstack + - ice: fix changing of ring descriptor size (ethtool -G) + - ice: update fw version check logic + - net: hns3: Fix for packet buffer setting bug + - Bluetooth: btbcm: Add entry for BCM4335C0 UART bluetooth + - Bluetooth: hci_qca: Remove hdev dereference in qca_close(). + - x86: boot: Fix EFI stub alignment + - net: hns3: Add nic state check before calling netif_tx_wake_queue + - net: hns3: Fix ets validate issue + - pinctrl: sunxi: fix 'pctrl->functions' allocation in + sunxi_pinctrl_build_state + - pinctrl: qcom: spmi-mpp: Fix err handling of pmic_mpp_set_mux + - brcmfmac: fix for proper support of 160MHz bandwidth + - net: hns3: Check hdev state when getting link status + - net: hns3: Set STATE_DOWN bit of hdev state when stopping net + - net: phy: phylink: ensure the carrier is off when starting phylink + - block, bfq: correctly charge and reset entity service in all cases + - arm64: entry: Allow handling of undefined instructions from EL1 + - kprobes: Return error if we fail to reuse kprobe instead of BUG_ON() + - spi: gpio: No MISO does not imply no RX + - ACPI / LPSS: Add alternative ACPI HIDs for Cherry Trail DMA controllers + - pinctrl: qcom: spmi-mpp: Fix drive strength setting + - bpf/verifier: fix verifier instability + - failover: Add missing check to validate 'slave_dev' in + net_failover_slave_unregister + - perf tests: Fix record+probe_libc_inet_pton.sh without ping's debuginfo + - pinctrl: spmi-mpp: Fix pmic_mpp_config_get() to be compliant + - pinctrl: ssbi-gpio: Fix pm8xxx_pin_config_get() to be compliant + - net: hns3: Preserve vlan 0 in hardware table + - net: hns3: Fix ping exited problem when doing lp selftest + - net: hns3: Fix for vf vlan delete failed problem + - net: dsa: mv88e6xxx: Fix writing to a PHY page. + - mt76x2u: run device cleanup routine if resume fails + - rsi: fix memory alignment issue in ARM32 platforms + - libertas_tf: prevent underflow in process_cmdrequest() + - iwlwifi: mvm: fix BAR seq ctrl reporting + - gpio: brcmstb: allow 0 width GPIO banks + - ixgbe: disallow IPsec Tx offload when in SR-IOV mode + - ixgbevf: VF2VF TCP RSS + - wil6210: fix RX buffers release and unmap + - ath10k: schedule hardware restart if WMI command times out + - libata: Apply NOLPM quirk for SAMSUNG MZ7TD256HAFV-000L9 + - thermal: rcar_thermal: Prevent doing work after unbind + - thermal: da9062/61: Prevent hardware access during system suspend + - cifs: fix a credits leak for compund commands + - cgroup, netclassid: add a preemption point to write_classid + - net: stmmac: dwmac-sun8i: fix OF child-node lookup + - f2fs: fix to account IO correctly for cgroup writeback + - MD: Memory leak when flush bio size is zero + - md: fix memleak for mempool + - of: Add missing exports of node name compare functions + - scsi: esp_scsi: Track residual for PIO transfers + - scsi: ufs: Schedule clk gating work on correct queue + - UAPI: ndctl: Fix g++-unsupported initialisation in headers + - KVM: nVMX: Clear reserved bits of #DB exit qualification + - scsi: megaraid_sas: fix a missing-check bug + - RDMA/core: Do not expose unsupported counters + - RDMA/cm: Respect returned status of cm_init_av_by_path + - IB/ipoib: Clear IPCB before icmp_send + - RDMA/bnxt_re: Avoid accessing nq->bar_reg_iomem in failure case + - RDMA/bnxt_re: Fix recursive lock warning in debug kernel + - usb: host: ohci-at91: fix request of irq for optional gpio + - PCI: mediatek: Fix mtk_pcie_find_port() endpoint/port matching logic + - PCI: cadence: Use AXI region 0 to signal interrupts from EP + - usb: typec: tcpm: Report back negotiated PPS voltage and current + - tpm: suppress transmit cmd error logs when TPM 1.2 is disabled/deactivated + - f2fs: clear PageError on the read path + - Drivers: hv: vmbus: Use cpumask_var_t for on-stack cpu mask + - VMCI: Resource wildcard match fixed + - PCI / ACPI: Enable wake automatically for power managed bridges + - xprtrdma: Reset credit grant properly after a disconnect + - irqchip/pdc: Setup all edge interrupts as rising edge at GIC + - usb: dwc2: fix call to vbus supply exit routine, call it unlocked + - usb: dwc2: fix a race with external vbus supply + - usb: gadget: udc: atmel: handle at91sam9rl PMC + - ext4: fix argument checking in EXT4_IOC_MOVE_EXT + - MD: fix invalid stored role for a disk + - PCI: cadence: Correct probe behaviour when failing to get PHY + - nvmem: check the return value of nvmem_add_cells() + - xhci: Avoid USB autosuspend when resuming USB2 ports. + - scsi: qla2xxx: Fix recursive mailbox timeout + - f2fs: fix to recover inode's crtime during POR + - f2fs: fix to recover inode's i_flags during POR + - PCI/MSI: Warn and return error if driver enables MSI/MSI-X twice + - coresight: etb10: Fix handling of perf mode + - PCI: dwc: pci-dra7xx: Enable errata i870 for both EP and RC mode + - crypto: caam - fix implicit casts in endianness helpers + - usb: chipidea: Prevent unbalanced IRQ disable + - Smack: ptrace capability use fixes + - driver/dma/ioat: Call del_timer_sync() without holding prep_lock + - ASoC: AMD: Fix capture unstable in beginning for some runs + - firmware: coreboot: Unmap ioregion after device population + - IB/ipoib: Use dev_port to expose network interface port numbers + - IB/mlx5: Allow transition of DCI QP to reset + - uio: ensure class is registered before devices + - scsi: lpfc: Correct soft lockup when running mds diagnostics + - scsi: lpfc: Correct race with abort on completion path + - f2fs: avoid sleeping under spin_lock + - f2fs: report error if quota off error during umount + - signal: Always deliver the kernel's SIGKILL and SIGSTOP to a pid namespace + init + - f2fs: fix to flush all dirty inodes recovered in readonly fs + - mfd: menelaus: Fix possible race condition and leak + - dmaengine: dma-jz4780: Return error if not probed from DT + - IB/rxe: fix for duplicate request processing and ack psns + - ALSA: hda: Check the non-cached stream buffers more explicitly + - cpupower: Fix AMD Family 0x17 msr_pstate size + - Revert "f2fs: fix to clear PG_checked flag in set_page_dirty()" + - f2fs: fix missing up_read + - f2fs: fix to recover cold bit of inode block during POR + - f2fs: fix to account IO correctly + - OPP: Free OPP table properly on performance state irregularities + - ARM: dts: exynos: Convert exynos5250.dtsi to opp-v2 bindings + - ARM: dts: exynos: Mark 1 GHz CPU OPP as suspend OPP on Exynos5250 + - xen-swiotlb: use actually allocated size on check physical continuous + - tpm: Restore functionality to xen vtpm driver. + - xen/blkfront: avoid NULL blkfront_info dereference on device removal + - xen/balloon: Support xend-based toolstack + - xen: fix race in xen_qlock_wait() + - xen: make xen_qlock_wait() nestable + - xen/pvh: increase early stack size + - xen/pvh: don't try to unplug emulated devices + - libertas: don't set URB_ZERO_PACKET on IN USB transfer + - usbip:vudc: BUG kmalloc-2048 (Not tainted): Poison overwritten + - usb: typec: tcpm: Fix APDO PPS order checking to be based on voltage + - usb: gadget: udc: renesas_usb3: Fix b-device mode for "workaround" + - mt76: mt76x2: fix multi-interface beacon configuration + - iwlwifi: mvm: check return value of rs_rate_from_ucode_rate() + - net/ipv4: defensive cipso option parsing + - dmaengine: ppc4xx: fix off-by-one build failure + - scsi: sched/wait: Add wait_event_lock_irq_timeout for TASK_UNINTERRUPTIBLE + usage + - scsi: target: Fix target_wait_for_sess_cmds breakage with active signals + - libnvdimm: Hold reference on parent while scheduling async init + - libnvdimm, region: Fail badblocks listing for inactive regions + - libnvdimm, pmem: Fix badblocks population for 'raw' namespaces + - ASoC: intel: skylake: Add missing break in skl_tplg_get_token() + - ASoC: sta32x: set ->component pointer in private struct + - IB/mlx5: Fix MR cache initialization + - IB/rxe: Revise the ib_wr_opcode enum + - jbd2: fix use after free in jbd2_log_do_checkpoint() + - gfs2_meta: ->mount() can get NULL dev_name + - ext4: fix EXT4_IOC_SWAP_BOOT + - ext4: initialize retries variable in ext4_da_write_inline_data_begin() + - ext4: fix setattr project check in fssetxattr ioctl + - ext4: propagate error from dquot_initialize() in EXT4_IOC_FSSETXATTR + - ext4: fix use-after-free race in ext4_remount()'s error path + - selinux: fix mounting of cgroup2 under older policies + - HID: wacom: Work around HID descriptor bug in DTK-2451 and DTH-2452 + - HID: hiddev: fix potential Spectre v1 + - EDAC, amd64: Add Family 17h, models 10h-2fh support + - EDAC, {i7core,sb,skx}_edac: Fix uncorrected error counting + - EDAC, skx_edac: Fix logical channel intermediate decoding + - ARM: dts: dra7: Fix up unaligned access setting for PCIe EP + - PCI/ASPM: Fix link_state teardown on device removal + - PCI: Add Device IDs for Intel GPU "spurious interrupt" quirk + - signal/GenWQE: Fix sending of SIGKILL + - signal: Guard against negative signal numbers in copy_siginfo_from_user32 + - crypto: lrw - Fix out-of bounds access on counter overflow + - crypto: tcrypt - fix ghash-generic speed test + - crypto: aesni - don't use GFP_ATOMIC allocation if the request doesn't cross + a page in gcm + - crypto: morus/generic - fix for big endian systems + - crypto: aegis/generic - fix for big endian systems + - crypto: speck - remove Speck + - mm: /proc/pid/smaps_rollup: fix NULL pointer deref in smaps_pte_range() + - userfaultfd: disable irqs when taking the waitqueue lock + - ima: fix showing large 'violations' or 'runtime_measurements_count' + - ima: open a new file instance if no read permissions + - hugetlbfs: dirty pages as they are added to pagecache + - mm/rmap: map_pte() was not handling private ZONE_DEVICE page properly + - mm/hmm: fix race between hmm_mirror_unregister() and mmu_notifier callback + - KVM: arm/arm64: Ensure only THP is candidate for adjustment + - KVM: arm64: Fix caching of host MDCR_EL2 value + - kbuild: fix kernel/bounds.c 'W=1' warning + - iio: ad5064: Fix regulator handling + - iio: adc: imx25-gcq: Fix leak of device_node in mx25_gcq_setup_cfgs() + - iio: adc: at91: fix acking DRDY irq on simple conversions + - iio: adc: at91: fix wrong channel number in triggered buffer mode + - w1: omap-hdq: fix missing bus unregister at removal + - smb3: allow stats which track session and share reconnects to be reset + - smb3: do not attempt cifs operation in smb3 query info error path + - smb3: on kerberos mount if server doesn't specify auth type use krb5 + - printk: Fix panic caused by passing log_buf_len to command line + - genirq: Fix race on spurious interrupt detection + - tpm: fix response size validation in tpm_get_random() + - NFC: nfcmrvl_uart: fix OF child-node lookup + - NFSv4.1: Fix the r/wsize checking + - nfs: Fix a missed page unlock after pg_doio() + - nfsd: correctly decrement odstate refcount in error path + - nfsd: Fix an Oops in free_session() + - lockd: fix access beyond unterminated strings in prints + - dm ioctl: harden copy_params()'s copy_from_user() from malicious users + - dm zoned: fix metadata block ref counting + - dm zoned: fix various dmz_get_mblock() issues + - media: ov7670: make "xclk" clock optional + - fsnotify: Fix busy inodes during unmount + - powerpc64/module elfv1: Set opd addresses after module relocation + - powerpc/msi: Fix compile error on mpc83xx + - powerpc/tm: Fix HFSCR bit for no suspend case + - powerpc/64s/hash: Do not use PPC_INVALIDATE_ERAT on CPUs before POWER9 + - MIPS: OCTEON: fix out of bounds array access on CN68XX + - rtc: ds1307: fix ds1339 wakealarm support + - rtc: cmos: Fix non-ACPI undefined reference to `hpet_rtc_interrupt' + - rtc: cmos: Remove the `use_acpi_alarm' module parameter for !ACPI + - power: supply: twl4030-charger: fix OF sibling-node lookup + - ocxl: Fix access to the AFU Descriptor Data + - iommu/arm-smmu: Ensure that page-table updates are visible before TLBI + - TC: Set DMA masks for devices + - net: bcmgenet: fix OF child-node lookup + - media: v4l2-tpg: fix kernel oops when enabling HFLIP and OSD + - Revert "media: dvbsky: use just one mutex for serializing device R/W ops" + - kgdboc: Passing ekgdboc to command line causes panic + - remoteproc: qcom: q6v5: Propagate EPROBE_DEFER + - media: cec: make cec_get_edid_spa_location() an inline function + - media: cec: integrate cec_validate_phys_addr() in cec-api.c + - xen: fix xen_qlock_wait() + - xen: remove size limit of privcmd-buf mapping interface + - xen-blkfront: fix kernel panic with negotiate_mq error path + - media: cec: add new tx/rx status bits to detect aborts/timeouts + - media: cec: fix the Signal Free Time calculation + - media: cec: forgot to cancel delayed work + - media: em28xx: use a default format if TRY_FMT fails + - media: tvp5150: avoid going past array on v4l2_querymenu() + - media: em28xx: fix input name for Terratec AV 350 + - media: em28xx: make v4l2-compliance happier by starting sequence on zero + - media: em28xx: fix handler for vidioc_s_input() + - media: adv7604: when the EDID is cleared, unconfigure CEC as well + - media: adv7842: when the EDID is cleared, unconfigure CEC as well + - drm/mediatek: fix OF sibling-node lookup + - media: media colorspaces*.rst: rename AdobeRGB to opRGB + - media: replace ADOBERGB by OPRGB + - media: hdmi.h: rename ADOBE_RGB to OPRGB and ADOBE_YCC to OPYCC + - arm64: lse: remove -fcall-used-x0 flag + - rpmsg: smd: fix memory leak on channel create + - Cramfs: fix abad comparison when wrap-arounds occur + - ARM: dts: socfpga: Fix SDRAM node address for Arria10 + - arm64: dts: stratix10: Correct System Manager register size + - soc: qcom: rmtfs-mem: Validate that scm is available + - soc/tegra: pmc: Fix child-node lookup + - selftests/ftrace: Fix synthetic event test to delete event correctly + - selftests/powerpc: Fix ptrace tm failure + - tracing: Return -ENOENT if there is no target synthetic event + - btrfs: qgroup: Avoid calling qgroup functions if qgroup is not enabled + - btrfs: Handle owner mismatch gracefully when walking up tree + - btrfs: locking: Add extra check in btrfs_init_new_buffer() to avoid deadlock + - btrfs: fix error handling in free_log_tree + - btrfs: fix error handling in btrfs_dev_replace_start + - btrfs: Enhance btrfs_trim_fs function to handle error better + - btrfs: Ensure btrfs_trim_fs can trim the whole filesystem + - btrfs: iterate all devices during trim, instead of fs_devices::alloc_list + - btrfs: don't attempt to trim devices that don't support it + - btrfs: keep trim from interfering with transaction commits + - btrfs: wait on caching when putting the bg cache + - Btrfs: don't clean dirty pages during buffered writes + - btrfs: release metadata before running delayed refs + - btrfs: protect space cache inode alloc with GFP_NOFS + - btrfs: reset max_extent_size on clear in a bitmap + - btrfs: make sure we create all new block groups + - Btrfs: fix warning when replaying log after fsync of a tmpfile + - Btrfs: fix wrong dentries after fsync of file that got its parent replaced + - btrfs: qgroup: Dirty all qgroups before rescan + - Btrfs: fix null pointer dereference on compressed write path error + - Btrfs: fix assertion on fsync of regular file when using no-holes feature + - Btrfs: fix deadlock when writing out free space caches + - btrfs: reset max_extent_size properly + - btrfs: set max_extent_size properly + - btrfs: don't use ctl->free_space for max_extent_size + - btrfs: only free reserved extent if we didn't insert it + - btrfs: fix insert_reserved error handling + - btrfs: don't run delayed_iputs in commit + - btrfs: move the dio_sem higher up the callchain + - Btrfs: fix use-after-free during inode eviction + - Btrfs: fix use-after-free when dumping free space + - net: sched: Remove TCA_OPTIONS from policy + - vt: fix broken display when running aptitude + - bpf: wait for running BPF programs when updating map-in-map + - vga_switcheroo: Fix missing gpu_bound call at audio client registration + - MD: fix invalid stored role for a disk - try2 + - Linux 4.19.2 + + * [FEAT] Guest-dedicated Crypto Adapters (LP: #1787405) + - KVM: s390: vsie: simulate VCPU SIE entry/exit + - KVM: s390: introduce and use KVM_REQ_VSIE_RESTART + - KVM: s390: refactor crypto initialization + - s390: vfio-ap: base implementation of VFIO AP device driver + - s390: vfio-ap: register matrix device with VFIO mdev framework + - s390: vfio-ap: sysfs interfaces to configure adapters + - s390: vfio-ap: sysfs interfaces to configure domains + - s390: vfio-ap: sysfs interfaces to configure control domains + - s390: vfio-ap: sysfs interface to view matrix mdev matrix + - KVM: s390: interface to clear CRYCB masks + - s390: vfio-ap: implement mediated device open callback + - s390: vfio-ap: implement VFIO_DEVICE_GET_INFO ioctl + - s390: vfio-ap: zeroize the AP queues + - s390: vfio-ap: implement VFIO_DEVICE_RESET ioctl + - KVM: s390: Clear Crypto Control Block when using vSIE + - KVM: s390: vsie: Do the CRYCB validation first + - KVM: s390: vsie: Make use of CRYCB FORMAT2 clear + - KVM: s390: vsie: Allow CRYCB FORMAT-2 + - KVM: s390: vsie: allow CRYCB FORMAT-1 + - KVM: s390: vsie: allow CRYCB FORMAT-0 + - KVM: s390: vsie: allow guest FORMAT-0 CRYCB on host FORMAT-1 + - KVM: s390: vsie: allow guest FORMAT-1 CRYCB on host FORMAT-2 + - KVM: s390: vsie: allow guest FORMAT-0 CRYCB on host FORMAT-2 + - KVM: s390: device attrs to enable/disable AP interpretation + - KVM: s390: CPU model support for AP virtualization + - s390: doc: detailed specifications for AP virtualization + - KVM: s390: fix locking for crypto setting error path + - KVM: s390: Tracing APCB changes + - s390: vfio-ap: setup APCB mask using KVM dedicated function + - [Config:] Enable CONFIG_S390_AP_IOMMU and set CONFIG_VFIO_AP to module. + + * Bypass of mount visibility through userns + mount propagation (LP: #1789161) + - mount: Retest MNT_LOCKED in do_umount + - mount: Don't allow copying MNT_UNBINDABLE|MNT_LOCKED mounts + + * CVE-2018-18955: nested user namespaces with more than five extents + incorrectly grant privileges over inode (LP: #1801924) // CVE-2018-18955 + - userns: also map extents in the reverse map to kernel IDs + + * kdump fail due to an IRQ storm (LP: #1797990) + - SAUCE: x86/PCI: Export find_cap() to be used in early PCI code + - SAUCE: x86/quirks: Add parameter to clear MSIs early on boot + - SAUCE: x86/quirks: Scan all busses for early PCI quirks + + * Disable LPM for Raydium Touchscreens (LP: #1802248) + - USB: quirks: Add no-lpm quirk for Raydium touchscreens + + * Power consumption during s2idle is higher than long idle(sk hynix) + (LP: #1801875) + - SAUCE: pci: prevent sk hynix nvme from entering D3 + - SAUCE: nvme: add quirk to not call disable function when suspending + + * Disco update: v4.19.1 upstream stable release (LP: #1801739) + - bridge: do not add port to router list when receives query with source + 0.0.0.0 + - ipv6/ndisc: Preserve IPv6 control buffer if protocol error handlers are + called + - net/mlx5e: fix csum adjustments caused by RXFCS + - net: sched: gred: pass the right attribute to gred_change_table_def() + - net: stmmac: Fix stmmac_mdio_reset() when building stmmac as modules + - net: udp: fix handling of CHECKSUM_COMPLETE packets + - Revert "net: simplify sock_poll_wait" + - rtnetlink: Disallow FDB configuration for non-Ethernet device + - vhost: Fix Spectre V1 vulnerability + - bonding: fix length of actor system + - openvswitch: Fix push/pop ethernet validation + - net/ipv6: Allow onlink routes to have a device mismatch if it is the default + route + - net/smc: fix smc_buf_unuse to use the lgr pointer + - mlxsw: spectrum_switchdev: Don't ignore deletions of learned MACs + - mlxsw: core: Fix devlink unregister flow + - net: drop skb on failure in ip_check_defrag() + - net: Properly unlink GRO packets on overflow. + - r8169: fix broken Wake-on-LAN from S5 (poweroff) + - Revert "be2net: remove desc field from be_eq_obj" + - sctp: check policy more carefully when getting pr status + - sparc64: Export __node_distance. + - sparc64: Make corrupted user stacks more debuggable. + - sparc64: Wire up compat getpeername and getsockname. + - net: bridge: remove ipv6 zero address check in mcast queries + - Linux 4.19.1 + + * Miscellaneous Ubuntu changes + - SAUCE: (noup) Update spl to 0.7.11-1ubuntu1, zfs to 0.7.11-3ubuntu1 + - [Config] updateconfigs after 4.19.2 stable update + - [Config] Disable unneded options for s390 + - [Config] Update annotations for 4.19 + + -- Seth Forshee Thu, 15 Nov 2018 09:55:37 -0800 + +linux (4.19.0-4.5) disco; urgency=medium + + * Add checksum offload and TSO support for HiNIC adapters (LP: #1800664) + - net-next/hinic: add checksum offload and TSO support + + * [Bionic][Cosmic] Fix to ipmi to support vendor specific messages greater + than 255 bytes (LP: #1799794) + - ipmi:ssif: Add support for multi-part transmit messages > 2 parts + + * Packaging resync (LP: #1786013) + - [Package] add support for specifying the primary makefile + + * Update ENA driver to version 2.0.1K (LP: #1798182) + - net: ena: minor performance improvement + - net: ena: complete host info to match latest ENA spec + - net: ena: introduce Low Latency Queues data structures according to ENA spec + - net: ena: add functions for handling Low Latency Queues in ena_com + - net: ena: add functions for handling Low Latency Queues in ena_netdev + - net: ena: use CSUM_CHECKED device indication to report skb's checksum status + - net: ena: explicit casting and initialization, and clearer error handling + - net: ena: limit refill Rx threshold to 256 to avoid latency issues + - net: ena: change rx copybreak default to reduce kernel memory pressure + - net: ena: remove redundant parameter in ena_com_admin_init() + - net: ena: update driver version to 2.0.1 + - net: ena: fix indentations in ena_defs for better readability + - net: ena: Fix Kconfig dependency on X86 + - net: ena: enable Low Latency Queues + - net: ena: fix compilation error in xtensa architecture + + * [Bionic][Cosmic] ipmi: Fix timer race with module unload (LP: #1799281) + - ipmi: Fix timer race with module unload + + * Overlayfs in user namespace leaks directory content of inaccessible + directories (LP: #1793458) // CVE-2018-6559 + - SAUCE: overlayfs: ensure mounter privileges when reading directories + + * not able to unwind the stack from within __kernel_clock_gettime in the Linux + vDSO (LP: #1797963) + - powerpc/vdso: Correct call frame information + + * Miscellaneous Ubuntu changes + - Revert "UBUNTU: SAUCE: (efi-lockdown) efi: Don't print secure boot state + from the efi stub" + - Revert "UBUNTU: SAUCE: (efi-lockdown) efi: Sanitize boot_params in efi stub" + - Revert "UBUNTU: SAUCE: (efi-lockdown) Make get_cert_list() use + efi_status_to_str() to print error messages." + - Revert "UBUNTU: SAUCE: (efi-lockdown) Add efi_status_to_str() and rework + efi_status_to_err()." + - Revert "UBUNTU: SAUCE: (efi-lockdown) Make get_cert_list() not complain + about cert lists that aren't present." + - Revert "UBUNTU: SAUCE: (efi-lockdown) MODSIGN: Allow the "db" UEFI variable + to be suppressed" + - Revert "UBUNTU: SAUCE: (efi-lockdown) MODSIGN: Import certificates from UEFI + Secure Boot" + - Revert "UBUNTU: SAUCE: (efi-lockdown) efi: Add an EFI signature blob parser" + - Revert "UBUNTU: SAUCE: (efi-lockdown) efi: Add EFI signature data types" + - Revert "UBUNTU: SAUCE: (efi-lockdown) KEYS: Allow unrestricted boot-time + addition of keys to secondary keyring" + - Revert "UBUNTU: SAUCE: (efi-lockdown) efi: Lock down the kernel if booted in + secure boot mode" + - Revert "UBUNTU: SAUCE: (efi-lockdown) efi: Add an EFI_SECURE_BOOT flag to + indicate secure boot mode" + - Revert "UBUNTU: SAUCE: (efi-lockdown) Copy secure_boot flag in boot params + across kexec reboot" + - Revert "UBUNTU: SAUCE: (efi-lockdown) debugfs: Restrict debugfs when the + kernel is locked down" + - Revert "UBUNTU: SAUCE: (efi-lockdown) Lock down perf" + - Revert "UBUNTU: SAUCE: (efi-lockdown) bpf: Restrict kernel image access + functions when the kernel is locked down" + - Revert "UBUNTU: SAUCE: (efi-lockdown) Lock down kprobes" + - Revert "UBUNTU: SAUCE: (efi-lockdown) Lock down /proc/kcore" + - Revert "UBUNTU: SAUCE: (efi-lockdown) x86/mmiotrace: Lock down the + testmmiotrace module" + - Revert "UBUNTU: SAUCE: (efi-lockdown) Lock down module params that specify + hardware parameters (eg. ioport)" + - Revert "UBUNTU: SAUCE: (efi-lockdown) Lock down TIOCSSERIAL" + - Revert "UBUNTU: SAUCE: (efi-lockdown) Prohibit PCMCIA CIS storage when the + kernel is locked down" + - Revert "UBUNTU: SAUCE: (efi-lockdown) acpi: Disable APEI error injection if + the kernel is locked down" + - Revert "UBUNTU: SAUCE: (efi-lockdown) acpi: Disable ACPI table override if + the kernel is locked down" + - Revert "UBUNTU: SAUCE: (efi-lockdown) acpi: Ignore acpi_rsdp kernel param + when the kernel has been locked down" + - Revert "UBUNTU: SAUCE: (efi-lockdown) ACPI: Limit access to custom_method + when the kernel is locked down" + - Revert "UBUNTU: SAUCE: (efi-lockdown) x86/msr: Restrict MSR access when the + kernel is locked down" + - Revert "UBUNTU: SAUCE: (efi-lockdown) x86: Lock down IO port access when the + kernel is locked down" + - Revert "UBUNTU: SAUCE: (efi-lockdown) PCI: Lock down BAR access when the + kernel is locked down" + - Revert "UBUNTU: SAUCE: (efi-lockdown) uswsusp: Disable when the kernel is + locked down" + - Revert "UBUNTU: SAUCE: (efi-lockdown) hibernate: Disable when the kernel is + locked down" + - Revert "UBUNTU: SAUCE: (efi-lockdown) kexec_load: Disable at runtime if the + kernel is locked down" + - Revert "UBUNTU: SAUCE: (efi-lockdown) Restrict /dev/{mem,kmem,port} when the + kernel is locked down" + - Revert "UBUNTU: SAUCE: (efi-lockdown) Enforce module signatures if the + kernel is locked down" + - Revert "UBUNTU: SAUCE: (efi-lockdown) Add a SysRq option to lift kernel + lockdown" + - Revert "UBUNTU: SAUCE: (efi-lockdown) Add the ability to lock down access to + the running kernel image" + - SAUCE: (efi-lockdown) Add the ability to lock down access to the running + kernel image + - SAUCE: (efi-lockdown) Add a SysRq option to lift kernel lockdown + - SAUCE: (efi-lockdown) Enforce module signatures if the kernel is locked down + - SAUCE: (efi-lockdown) Restrict /dev/{mem,kmem,port} when the kernel is + locked down + - SAUCE: (efi-lockdown) kexec_load: Disable at runtime if the kernel is locked + down + - SAUCE: (efi-lockdown) hibernate: Disable when the kernel is locked down + - SAUCE: (efi-lockdown) uswsusp: Disable when the kernel is locked down + - SAUCE: (efi-lockdown) PCI: Lock down BAR access when the kernel is locked + down + - SAUCE: (efi-lockdown) x86: Lock down IO port access when the kernel is + locked down + - SAUCE: (efi-lockdown) x86/msr: Restrict MSR access when the kernel is locked + down + - SAUCE: (efi-lockdown) ACPI: Limit access to custom_method when the kernel is + locked down + - SAUCE: (efi-lockdown) acpi: Ignore acpi_rsdp kernel param when the kernel + has been locked down + - SAUCE: (efi-lockdown) acpi: Disable ACPI table override if the kernel is + locked down + - SAUCE: (efi-lockdown) acpi: Disable APEI error injection if the kernel is + locked down + - SAUCE: (efi-lockdown) Prohibit PCMCIA CIS storage when the kernel is locked + down + - SAUCE: (efi-lockdown) Lock down TIOCSSERIAL + - SAUCE: (efi-lockdown) Lock down module params that specify hardware + parameters (eg. ioport) + - SAUCE: (efi-lockdown) x86/mmiotrace: Lock down the testmmiotrace module + - SAUCE: (efi-lockdown) Lock down /proc/kcore + - SAUCE: (efi-lockdown) Lock down kprobes + - SAUCE: (efi-lockdown) Lock down perf + - SAUCE: (efi-lockdown) debugfs: Restrict debugfs when the kernel is locked + down + - SAUCE: (efi-lockdown) KEYS: Allow unrestricted boot-time addition of keys to + secondary keyring + - SAUCE: (efi-lockdown) efi: Add EFI signature data types + - SAUCE: (efi-lockdown) efi: Add an EFI signature blob parser + - SAUCE: (efi-lockdown) MODSIGN: Import certificates from UEFI Secure Boot + - SAUCE: (efi-lockdown) MODSIGN: Allow the "db" UEFI variable to be suppressed + - SAUCE: (efi-lockdown) Make get_cert_list() not complain about cert lists + that aren't present. + - SAUCE: (efi-lockdown) Add efi_status_to_str() and rework + efi_status_to_err(). + - SAUCE: (efi-lockdown) Make get_cert_list() use efi_status_to_str() to print + error messages. + - SAUCE: (efi-lockdown) Copy secure_boot flag in boot params across kexec + reboot + - SAUCE: (efi-lockdown) efi: Add an EFI_SECURE_BOOT flag to indicate secure + boot mode + - SAUCE: (efi-lockdown) efi: Lock down the kernel if booted in secure boot + mode + - SAUCE: (efi-lockdown) efi/x86: Call efi_parse_options() from efi_main() + - SAUCE: (efi-lockdown) Fix for module sig verification + - SAUCE: (efi-lockdown) efi: Sanitize boot_params in efi stub + - SAUCE: (efi-lockdown) module: remove support for having IMA validate modules + - [Packaging] generate Vcs-Git url from changelog + - [Config] CONFIG_SCSI_MQ_DEFAULT=y + + -- Seth Forshee Fri, 02 Nov 2018 14:22:55 -0500 + +linux (4.19.0-3.4) cosmic; urgency=medium + + * Support Edge Gateway's Bluetooth LED (LP: #1798332) + - SAUCE: Bluetooth: Support for LED on Edge Gateways + + * Support Edge Gateway's WIFI LED (LP: #1798330) + - SAUCE: mwifiex: Switch WiFi LED state according to the device status + + [ Upstream Kernel Changes ] + + * Rebase to v4.19 + + -- Seth Forshee Mon, 22 Oct 2018 09:13:39 -0500 + +linux (4.19.0-2.3) cosmic; urgency=medium + + * fscache: bad refcounting in fscache_op_complete leads to OOPS (LP: #1797314) + - SAUCE: fscache: Fix race in decrementing refcount of op->npages + + * Provide mode where all vCPUs on a core must be the same VM (LP: #1792957) + - KVM: PPC: Book3S HV: Provide mode where all vCPUs on a core must be the same + VM + + * The front MIC can't work on the Lenovo M715 (LP: #1797292) + - ALSA: hda/realtek - Fix the problem of the front MIC on the Lenovo M715 + + * arm64: snapdragon: WARNING: CPU: 0 PID: 1 at drivers/irqchip/irq-gic.c:1016 + gic_irq_domain_translate (LP: #1797143) + - SAUCE: arm64: dts: msm8916: camms: fix gic_irq_domain_translate warnings + + * Dell new AIO requires a new uart backlight driver (LP: #1727235) + - SAUCE: platform/x86: dell-uart-backlight: new backlight driver for DELL AIO + - updateconfigs for Dell UART backlight driver + + * Please make CONFIG_PWM_LPSS_PCI and CONFIG_PWM_LPSS_PLATFORM built in to + make brightness adjustment working on various BayTrail/CherryTrail-based + devices (LP: #1783964) + - [Config]: Make PWM_LPSS_* built-in + + * check and fix zkey required kernel modules locations in debs, udebs, and + initramfs (LP: #1794346) + - [Config] add s390 crypto modules to crypt-modules udeb + + * Miscellaneous Ubuntu changes + - [Config] CONFIG_VBOXGUEST=n + - ubuntu: vbox -- update to 5.2.18-dfsg-2 + - ubuntu: enable vbox build + + [ Upstream Kernel Changes ] + + * Rebase to v4.19-rc8 + + -- Seth Forshee Mon, 15 Oct 2018 10:52:04 -0500 + +linux (4.19.0-1.2) cosmic; urgency=medium + + * Page leaking in cachefiles_read_backing_file while vmscan is active + (LP: #1793430) + - SAUCE: cachefiles: Page leaking in cachefiles_read_backing_file while vmscan + is active + + * SRU: Enable middle button of touchpad on ThinkPad P72 (LP: #1793463) + - Input: elantech - enable middle button of touchpad on ThinkPad P72 + + * Improvements to the kernel source package preparation (LP: #1793461) + - [Packaging] startnewrelease: add support for backport kernels + + * Fix unusable NVIDIA GPU after S3 (LP: #1793338) + - SAUCE: PCI: Reprogram bridge prefetch registers on resume + + * Error reported when creating ZFS pool with "-t" option, despite successful + pool creation (LP: #1769937) + - SAUCE: (noup) Update zfs to 0.7.9-3ubuntu6 + + * device hotplug of vfio devices can lead to deadlock in vfio_pci_release + (LP: #1792099) + - SAUCE: vfio -- release device lock before userspace requests + + * Miscellaneous Ubuntu changes + - [Packaging] retpoline -- fix temporary filenaming + - CONFIG_BCH_CONST_PARAMS=n + - Packaging: final-checks: remove trailing backport suffix + - SAUCE: import aufs driver + + [ Upstream Kernel Changes ] + + * Rebase to v4.19-rc5 + + -- Seth Forshee Tue, 25 Sep 2018 16:32:24 -0500 + +linux (4.19.0-0.1) cosmic; urgency=medium + + * Miscellaneous Ubuntu changes + - ubuntu -- disable vbox build + - Disable zfs build + - SAUCE: Import aufs driver + - Update dropped.txt + + [ Upstream Kernel Changes ] + + * Rebase to v4.19-rc3 + + -- Seth Forshee Thu, 13 Sep 2018 07:54:47 -0500 + +linux (4.19.0-0.0) cosmic; urgency=medium + + * Dummy entry. + + -- Seth Forshee Thu, 13 Sep 2018 06:44:09 -0500 + +linux (4.18.0-8.9) cosmic; urgency=medium + + * linux: 4.18.0-8.9 -proposed tracker (LP: #1791663) + + * Cosmic update to v4.18.7 stable release (LP: #1791660) + - rcu: Make expedited GPs handle CPU 0 being offline + - net: 6lowpan: fix reserved space for single frames + - net: mac802154: tx: expand tailroom if necessary + - 9p/net: Fix zero-copy path in the 9p virtio transport + - spi: davinci: fix a NULL pointer dereference + - spi: pxa2xx: Add support for Intel Ice Lake + - spi: spi-fsl-dspi: Fix imprecise abort on VF500 during probe + - spi: cadence: Change usleep_range() to udelay(), for atomic context + - mmc: block: Fix unsupported parallel dispatch of requests + - mmc: renesas_sdhi_internal_dmac: mask DMAC interrupts + - mmc: renesas_sdhi_internal_dmac: fix #define RST_RESERVED_BITS + - readahead: stricter check for bdi io_pages + - block: fix infinite loop if the device loses discard capability + - block: blk_init_allocated_queue() set q->fq as NULL in the fail case + - block: really disable runtime-pm for blk-mq + - blkcg: Introduce blkg_root_lookup() + - block: Introduce blk_exit_queue() + - block: Ensure that a request queue is dissociated from the cgroup controller + - apparmor: fix bad debug check in apparmor_secid_to_secctx() + - dma-buf: Move BUG_ON from _add_shared_fence to _add_shared_inplace + - libertas: fix suspend and resume for SDIO connected cards + - media: Revert "[media] tvp5150: fix pad format frame height" + - mailbox: xgene-slimpro: Fix potential NULL pointer dereference + - Replace magic for trusting the secondary keyring with #define + - Fix kexec forbidding kernels signed with keys in the secondary keyring to + boot + - powerpc/fadump: handle crash memory ranges array index overflow + - powerpc/64s: Fix page table fragment refcount race vs speculative references + - powerpc/pseries: Fix endianness while restoring of r3 in MCE handler. + - powerpc/pkeys: Give all threads control of their key permissions + - powerpc/pkeys: Deny read/write/execute by default + - powerpc/pkeys: key allocation/deallocation must not change pkey registers + - powerpc/pkeys: Save the pkey registers before fork + - powerpc/pkeys: Fix calculation of total pkeys. + - powerpc/pkeys: Preallocate execute-only key + - powerpc/nohash: fix pte_access_permitted() + - powerpc64/ftrace: Include ftrace.h needed for enable/disable calls + - powerpc/powernv/pci: Work around races in PCI bridge enabling + - cxl: Fix wrong comparison in cxl_adapter_context_get() + - IB/mlx5: Honor cnt_set_id_valid flag instead of set_id + - IB/mlx5: Fix leaking stack memory to userspace + - IB/srpt: Fix srpt_cm_req_recv() error path (1/2) + - IB/srpt: Fix srpt_cm_req_recv() error path (2/2) + - IB/srpt: Support HCAs with more than two ports + - overflow.h: Add arithmetic shift helper + - RDMA/mlx5: Fix shift overflow in mlx5_ib_create_wq + - ib_srpt: Fix a use-after-free in srpt_close_ch() + - ib_srpt: Fix a use-after-free in __srpt_close_all_ch() + - RDMA/rxe: Set wqe->status correctly if an unexpected response is received + - 9p: fix multiple NULL-pointer-dereferences + - fs/9p/xattr.c: catch the error of p9_client_clunk when setting xattr failed + - 9p/virtio: fix off-by-one error in sg list bounds check + - net/9p/client.c: version pointer uninitialized + - net/9p/trans_fd.c: fix race-condition by flushing workqueue before the + kfree() + - dm integrity: change 'suspending' variable from bool to int + - dm thin: stop no_space_timeout worker when switching to write-mode + - dm cache metadata: save in-core policy_hint_size to on-disk superblock + - dm cache metadata: set dirty on all cache blocks after a crash + - dm crypt: don't decrease device limits + - dm writecache: fix a crash due to reading past end of dirty_bitmap + - uart: fix race between uart_put_char() and uart_shutdown() + - Drivers: hv: vmbus: Fix the offer_in_progress in vmbus_process_offer() + - Drivers: hv: vmbus: Reset the channel callback in vmbus_onoffer_rescind() + - iio: sca3000: Fix missing return in switch + - iio: ad9523: Fix displayed phase + - iio: ad9523: Fix return value for ad952x_store() + - extcon: Release locking when sending the notification of connector state + - eventpoll.h: wrap casts in () properly + - vmw_balloon: fix inflation of 64-bit GFNs + - vmw_balloon: do not use 2MB without batching + - vmw_balloon: VMCI_DOORBELL_SET does not check status + - vmw_balloon: fix VMCI use when balloon built into kernel + - rtc: omap: fix resource leak in registration error path + - rtc: omap: fix potential crash on power off + - tracing: Do not call start/stop() functions when tracing_on does not change + - tracing/blktrace: Fix to allow setting same value + - printk/tracing: Do not trace printk_nmi_enter() + - livepatch: Validate module/old func name length + - uprobes: Use synchronize_rcu() not synchronize_sched() + - mfd: hi655x: Fix regmap area declared size for hi655x + - ovl: fix wrong use of impure dir cache in ovl_iterate() + - ACPICA: AML Parser: skip opcodes that open a scope upon parse failure + - ACPICA: Clear status of all events when entering sleep states + - drivers/block/zram/zram_drv.c: fix bug storing backing_dev + - sched: idle: Avoid retaining the tick when it has been stopped + - cpuidle: menu: Handle stopped tick more aggressively + - cpufreq: governor: Avoid accessing invalid governor_data + - PM / sleep: wakeup: Fix build error caused by missing SRCU support + - ALSA: ac97: fix device initialization in the compat layer + - ALSA: ac97: fix check of pm_runtime_get_sync failure + - ALSA: ac97: fix unbalanced pm_runtime_enable + - i2c: designware: Re-init controllers with pm_disabled set on resume + - KVM: VMX: fixes for vmentry_l1d_flush module parameter + - KVM: PPC: Book3S: Fix guest DMA when guest partially backed by THP pages + - xtensa: limit offsets in __loop_cache_{all,page} + - xtensa: increase ranges in ___invalidate_{i,d}cache_all + - block, bfq: return nbytes and not zero from struct cftype .write() method + - pnfs/blocklayout: off by one in bl_map_stripe() + - nfsd: fix leaked file lock with nfs exported overlayfs + - NFSv4 client live hangs after live data migration recovery + - NFSv4: Fix locking in pnfs_generic_recover_commit_reqs + - NFSv4: Fix a sleep in atomic context in nfs4_callback_sequence() + - ARM: tegra: Fix Tegra30 Cardhu PCA954x reset + - ARM: dts: am57xx-idk: Enable dual role for USB2 port + - pwm: omap-dmtimer: Return -EPROBE_DEFER if no dmtimer platform data + - mm/tlb: Remove tlb_remove_table() non-concurrent condition + - iommu/ipmmu-vmsa: Don't register as BUS IOMMU if machine doesn't have IPMMU- + VMSA + - iommu/vt-d: Add definitions for PFSID + - iommu/vt-d: Fix dev iotlb pfsid use + - sys: don't hold uts_sem while accessing userspace memory + - userns: move user access out of the mutex + - ubifs: Fix memory leak in lprobs self-check + - Revert "UBIFS: Fix potential integer overflow in allocation" + - ubifs: Check data node size before truncate + - ubifs: xattr: Don't operate on deleted inodes + - ubifs: Fix directory size calculation for symlinks + - ubifs: Fix synced_i_size calculation for xattr inodes + - pwm: tiehrpwm: Don't use emulation mode bits to control PWM output + - pwm: tiehrpwm: Fix disabling of output of PWMs + - fb: fix lost console when the user unplugs a USB adapter + - udlfb: fix semaphore value leak + - udlfb: fix display corruption of the last line + - udlfb: don't switch if we are switching to the same videomode + - udlfb: set optimal write delay + - udlfb: make a local copy of fb_ops + - udlfb: handle allocation failure + - udlfb: set line_length in dlfb_ops_set_par + - getxattr: use correct xattr length + - libnvdimm: Use max contiguous area for namespace size + - libnvdimm: fix ars_status output length calculation + - bcache: release dc->writeback_lock properly in bch_writeback_thread() + - kconfig: fix "Can't open ..." in parallel build + - perf auxtrace: Fix queue resize + - crypto: vmx - Fix sleep-in-atomic bugs + - crypto: aesni - Use unaligned loads from gcm_context_data + - crypto: arm64/sm4-ce - check for the right CPU feature bit + - crypto: caam - fix DMA mapping direction for RSA forms 2 & 3 + - crypto: caam/jr - fix descriptor DMA unmapping + - crypto: caam/qi - fix error path in xts setkey + - fs/quota: Fix spectre gadget in do_quotactl + - udf: Fix mounting of Win7 created UDF filesystems + - cpuidle: menu: Retain tick when shallow state is selected + - arm64: mm: always enable CONFIG_HOLES_IN_ZONE + - Linux 4.18.7 + + * CVE-2017-5715 + - s390: detect etoken facility + - KVM: s390: add etoken support for guests + + * Missing Intel GPU pci-id's (LP: #1789924) + - drm/i915/whl: Introducing Whiskey Lake platform + - drm/i915/aml: Introducing Amber Lake platform + - drm/i915/cfl: Add a new CFL PCI ID. + + * [18.10 FEAT] Add kernel config options for SMC-R/D (LP: #1789934) + - s390/ism: add device driver for internal shared memory + - CONFIG_ISM=y for s390 + + * Cosmic update to v4.18.6 stable release (LP: #1791105) + - PATCH scripts/kernel-doc + - scripts/kernel-doc: Escape all literal braces in regexes + - scsi: libsas: dynamically allocate and free ata host + - xprtrdma: Fix disconnect regression + - mei: don't update offset in write + - cifs: add missing support for ACLs in SMB 3.11 + - CIFS: fix uninitialized ptr deref in smb2 signing + - cifs: add missing debug entries for kconfig options + - cifs: use a refcount to protect open/closing the cached file handle + - cifs: check kmalloc before use + - smb3: enumerating snapshots was leaving part of the data off end + - smb3: Do not send SMB3 SET_INFO if nothing changed + - smb3: don't request leases in symlink creation and query + - smb3: fill in statfs fsid and correct namelen + - btrfs: use correct compare function of dirty_metadata_bytes + - btrfs: don't leak ret from do_chunk_alloc + - Btrfs: fix mount failure after fsync due to hard link recreation + - Btrfs: fix btrfs_write_inode vs delayed iput deadlock + - Btrfs: fix send failure when root has deleted files still open + - Btrfs: send, fix incorrect file layout after hole punching beyond eof + - hwmon: (k10temp) 27C Offset needed for Threadripper2 + - bpf, arm32: fix stack var offset in jit + - regulator: arizona-ldo1: Use correct device to get enable GPIO + - iommu/arm-smmu: Error out only if not enough context interrupts + - printk: Split the code for storing a message into the log buffer + - printk: Create helper function to queue deferred console handling + - printk/nmi: Prevent deadlock when accessing the main log buffer in NMI + - kprobes/arm64: Fix %p uses in error messages + - arm64: Fix mismatched cache line size detection + - arm64: Handle mismatched cache type + - arm64: mm: check for upper PAGE_SHIFT bits in pfn_valid() + - arm64: dts: rockchip: corrected uart1 clock-names for rk3328 + - KVM: arm/arm64: Fix potential loss of ptimer interrupts + - KVM: arm/arm64: Fix lost IRQs from emulated physcial timer when blocked + - KVM: arm/arm64: Skip updating PMD entry if no change + - KVM: arm/arm64: Skip updating PTE entry if no change + - s390/kvm: fix deadlock when killed by oom + - perf kvm: Fix subcommands on s390 + - stop_machine: Reflow cpu_stop_queue_two_works() + - stop_machine: Atomically queue and wake stopper threads + - ext4: check for NUL characters in extended attribute's name + - ext4: use ext4_warning() for sb_getblk failure + - ext4: sysfs: print ext4_super_block fields as little-endian + - ext4: reset error code in ext4_find_entry in fallback + - ext4: fix race when setting the bitmap corrupted flag + - x86/gpu: reserve ICL's graphics stolen memory + - platform/x86: wmi: Do not mix pages and kmalloc + - platform/x86: ideapad-laptop: Apply no_hw_rfkill to Y20-15IKBM, too + - mm: move tlb_table_flush to tlb_flush_mmu_free + - mm/tlb, x86/mm: Support invalidating TLB caches for RCU_TABLE_FREE + - x86/speculation/l1tf: Fix overflow in l1tf_pfn_limit() on 32bit + - x86/speculation/l1tf: Fix off-by-one error when warning that system has too + much RAM + - x86/speculation/l1tf: Suggest what to do on systems with too much RAM + - x86/vdso: Fix vDSO build if a retpoline is emitted + - x86/process: Re-export start_thread() + - KVM: x86: ensure all MSRs can always be KVM_GET/SET_MSR'd + - KVM: x86: SVM: Call x86_spec_ctrl_set_guest/host() with interrupts disabled + - fuse: Don't access pipe->buffers without pipe_lock() + - fuse: fix initial parallel dirops + - fuse: fix double request_end() + - fuse: fix unlocked access to processing queue + - fuse: umount should wait for all requests + - fuse: Fix oops at process_init_reply() + - fuse: Add missed unlock_page() to fuse_readpages_fill() + - lib/vsprintf: Do not handle %pO[^F] as %px + - udl-kms: change down_interruptible to down + - udl-kms: handle allocation failure + - udl-kms: fix crash due to uninitialized memory + - udl-kms: avoid division + - b43legacy/leds: Ensure NUL-termination of LED name string + - b43/leds: Ensure NUL-termination of LED name string + - ASoC: dpcm: don't merge format from invalid codec dai + - ASoC: zte: Fix incorrect PCM format bit usages + - ASoC: sirf: Fix potential NULL pointer dereference + - ASoC: wm_adsp: Correct DSP pointer for preloader control + - soc: qcom: rmtfs-mem: fix memleak in probe error paths + - pinctrl: freescale: off by one in imx1_pinconf_group_dbg_show() + - scsi: qla2xxx: Fix stalled relogin + - x86/vdso: Fix lsl operand order + - x86/nmi: Fix NMI uaccess race against CR3 switching + - x86/irqflags: Mark native_restore_fl extern inline + - x86/spectre: Add missing family 6 check to microcode check + - x86/speculation/l1tf: Increase l1tf memory limit for Nehalem+ + - hwmon: (nct6775) Fix potential Spectre v1 + - x86/entry/64: Wipe KASAN stack shadow before rewind_stack_do_exit() + - x86: Allow generating user-space headers without a compiler + - s390/mm: fix addressing exception after suspend/resume + - s390/lib: use expoline for all bcr instructions + - s390: fix br_r1_trampoline for machines without exrl + - s390/qdio: reset old sbal_state flags + - s390/numa: move initial setup of node_to_cpumask_map + - s390/purgatory: Fix crash with expoline enabled + - s390/purgatory: Add missing FORCE to Makefile targets + - kprobes: Show blacklist addresses as same as kallsyms does + - kprobes: Replace %p with other pointer types + - kprobes/arm: Fix %p uses in error messages + - kprobes: Make list and blacklist root user read only + - MIPS: Correct the 64-bit DSP accumulator register size + - MIPS: memset.S: Fix byte_fixup for MIPSr6 + - MIPS: Always use -march=, not - shortcuts + - MIPS: Change definition of cpu_relax() for Loongson-3 + - MIPS: lib: Provide MIPS64r6 __multi3() for GCC < 7 + - tpm: Return the actual size when receiving an unsupported command + - tpm: separate cmd_ready/go_idle from runtime_pm + - scsi: mpt3sas: Fix calltrace observed while running IO & reset + - scsi: mpt3sas: Fix _transport_smp_handler() error path + - scsi: sysfs: Introduce sysfs_{un,}break_active_protection() + - scsi: core: Avoid that SCSI device removal through sysfs triggers a deadlock + - iscsi target: fix session creation failure handling + - mtd: rawnand: hynix: Use ->exec_op() in hynix_nand_reg_write_op() + - mtd: rawnand: fsmc: Stop using chip->read_buf() + - mtd: rawnand: marvell: add suspend and resume hooks + - mtd: rawnand: qcom: wait for desc completion in all BAM channels + - clk: rockchip: fix clk_i2sout parent selection bits on rk3399 + - clk: npcm7xx: fix memory allocation + - PM / clk: signedness bug in of_pm_clk_add_clks() + - power: generic-adc-battery: fix out-of-bounds write when copying channel + properties + - power: generic-adc-battery: check for duplicate properties copied from iio + channels + - watchdog: Mark watchdog touch functions as notrace + - cdrom: Fix info leak/OOB read in cdrom_ioctl_drive_status + - x86/dumpstack: Don't dump kernel memory based on usermode RIP + - Linux 4.18.6 + - updateconfigs after v4.18.6 stable update + + * random oopses on s390 systems using NVMe devices (LP: #1790480) + - s390/pci: fix out of bounds access during irq setup + + * [18.10 FEAT] zcrypt DD: introduce APQN tags to support deterministic driver + binding (LP: #1784331) + - s390/zcrypt: code beautify + - s390/zcrypt: AP bus support for alternate driver(s) + - s390/zcrypt: hex string mask improvements for apmask and aqmask. + + * performance drop with ATS enabled (LP: #1788097) + - powerpc/powernv: Fix concurrency issue with npu->mmio_atsd_usage + + * Fix MCE handling for user access of poisoned device-dax mapping + (LP: #1774366) + - device-dax: Convert to vmf_insert_mixed and vm_fault_t + - device-dax: Enable page_mapping() + - device-dax: Set page->index + - filesystem-dax: Set page->index + - mm, madvise_inject_error: Disable MADV_SOFT_OFFLINE for ZONE_DEVICE pages + - mm, dev_pagemap: Do not clear ->mapping on final put + - mm, madvise_inject_error: Let memory_failure() optionally take a page + reference + - mm, memory_failure: Collect mapping size in collect_procs() + - filesystem-dax: Introduce dax_lock_mapping_entry() + - mm, memory_failure: Teach memory_failure() about dev_pagemap pages + - x86/mm/pat: Prepare {reserve, free}_memtype() for "decoy" addresses + - x86/memory_failure: Introduce {set, clear}_mce_nospec() + - libnvdimm, pmem: Restore page attributes when clearing errors + + * Reconcile hns3 SAUCE patches with upstream (LP: #1787477) + - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix comments for + hclge_get_ring_chain_from_mbx" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix for using wrong mask and + shift in hclge_get_ring_chain_from_mbx" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix for reset_level default + assignment probelm" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove unnecessary ring + configuration operation while resetting" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix return value error in + hns3_reset_notify_down_enet" + - Revert "UBUNTU: SAUCE: net: hns3: Fix for phy link issue when using marvell + phy driver" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: separate roce from nic when + resetting" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: correct reset event status + register" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: prevent to request reset + frequently" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: reset net device with rtnl_lock" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: modify the order of initializeing + command queue register" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: prevent sending command during + global or core reset" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: Use roce handle when calling roce + callback function" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove the warning when clear + reset cause" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix get_vector ops in + hclgevf_main module" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix warning bug when doing lp + selftest" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: Add configure for mac minimal + frame size" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix for mailbox message truncated + problem" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix for l4 checksum offload bug" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix for waterline not setting + correctly" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix for mac pause not disable in + pfc mode" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix tc setup when netdev is first + up" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: Add calling roce callback + function when link status change" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: optimize the process of notifying + roce client" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: Add pf reset for hip08 RoCE" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: Add SPDX tags to hns3 driver" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove unused struct member and + definition" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix mislead parameter name" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: modify inconsistent bit mask + macros" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: use decimal for bit offset + macros" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix unreasonable code comments" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove extra space and brackets" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: standardize the handle of return + value" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove some redundant + assignments" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: modify hnae_ to hnae3_" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: use dma_zalloc_coherent instead + of kzalloc/dma_map_single" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: give default option while + dependency HNS3 set" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove some unused members of + some structures" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove a redundant + hclge_cmd_csq_done" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: using modulo for cyclic counters + in hclge_cmd_send" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: simplify hclge_cmd_csq_clean" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove some redundant + assignments" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove useless code in + hclge_cmd_send" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove unused + hclge_ring_to_dma_dir" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: use lower_32_bits and + upper_32_bits" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove back in struct hclge_hw" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: add unlikely for error check" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove the Redundant put_vector + in hns3_client_uninit" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: print the ret value in error + information" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: extraction an interface for state + state init|uninit" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove unused head file in + hnae3.c" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: add l4_type check for both ipv4 + and ipv6" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: add vector status check before + free vector" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: rename the interface for + init_client_instance and uninit_client_instance" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove hclge_get_vector_index + from hclge_bind_ring_with_vector" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: RX BD information valid only in + last BD except VLD bit and buffer size" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: add support for serdes loopback + selftest" + - net: hns3: Updates RX packet info fetch in case of multi BD + - net: hns3: remove hclge_get_vector_index from hclge_bind_ring_with_vector + - net: hns3: rename the interface for init_client_instance and + uninit_client_instance + - net: hns3: add vector status check before free vector + - net: hns3: add l4_type check for both ipv4 and ipv6 + - net: hns3: add unlikely for error check + - net: hns3: remove unused head file in hnae3.c + - net: hns3: extraction an interface for state init|uninit + - net: hns3: print the ret value in error information + - net: hns3: remove the Redundant put_vector in hns3_client_uninit + - net: hns3: remove back in struct hclge_hw + - net: hns3: use lower_32_bits and upper_32_bits + - net: hns3: remove unused hclge_ring_to_dma_dir + - net: hns3: remove useless code in hclge_cmd_send + - net: hns3: remove some redundant assignments + - net: hns3: simplify hclge_cmd_csq_clean + - net: hns3: remove a redundant hclge_cmd_csq_done + - net: hns3: remove some unused members of some structures + - net: hns3: give default option while dependency HNS3 set + - net: hns3: use dma_zalloc_coherent instead of kzalloc/dma_map_single + - net: hns3: modify hnae_ to hnae3_ + - net: hns3: Fix tc setup when netdev is first up + - net: hns3: Fix for mac pause not disable in pfc mode + - net: hns3: Fix for waterline not setting correctly + - net: hns3: Fix for l4 checksum offload bug + - net: hns3: Fix for mailbox message truncated problem + - net: hns3: Add configure for mac minimal frame size + - net: hns3: Fix warning bug when doing lp selftest + - net: hns3: Fix get_vector ops in hclgevf_main module + - net: hns3: Remove the warning when clear reset cause + - net: hns3: Prevent sending command during global or core reset + - net: hns3: Modify the order of initializing command queue register + - net: hns3: Reset net device with rtnl_lock + - net: hns3: Prevent to request reset frequently + - net: hns3: Correct reset event status register + - net: hns3: Fix return value error in hns3_reset_notify_down_enet + - net: hns3: remove unnecessary ring configuration operation while resetting + - net: hns3: Fix for reset_level default assignment probelm + - net: hns3: Fix for using wrong mask and shift in + hclge_get_ring_chain_from_mbx + - net: hns3: Fix comments for hclge_get_ring_chain_from_mbx + - net: hns3: Remove some redundant assignments + - net: hns3: Standardize the handle of return value + - net: hns3: Remove extra space and brackets + - net: hns3: Correct unreasonable code comments + - net: hns3: Use decimal for bit offset macros + - net: hns3: Modify inconsistent bit mask macros + - net: hns3: Fix misleading parameter name + - net: hns3: Remove unused struct member and definition + - net: hns3: Add SPDX tags to HNS3 PF driver + - net: hns3: Add support for serdes loopback selftest + - net: hns3: Fix for phy link issue when using marvell phy driver + + * [Regression] kernel crashdump fails on arm64 (LP: #1786878) + - arm64: export memblock_reserve()d regions via /proc/iomem + - drivers: acpi: add dependency of EFI for arm64 + - efi/arm: preserve early mapping of UEFI memory map longer for BGRT + - efi/arm: map UEFI memory map even w/o runtime services enabled + - arm64: acpi: fix alignment fault in accessing ACPI + - [Config] CONFIG_ARCH_SUPPORTS_ACPI=y + - arm64: fix ACPI dependencies + - ACPI: fix menuconfig presentation of ACPI submenu + + * TB 16 issue on Dell Lattitude 7490 with large amount of data (LP: #1785780) + - r8152: disable RX aggregation on new Dell TB16 dock + + * Support Power Management for Thunderbolt Controller (LP: #1789358) + - thunderbolt: Use 64-bit DMA mask if supported by the platform + - thunderbolt: Do not unnecessarily call ICM get route + - thunderbolt: No need to take tb->lock in domain suspend/complete + - thunderbolt: Use correct ICM commands in system suspend + - thunderbolt: Add support for runtime PM + + * Enable AMD PCIe MP2 for AMDI0011 (LP: #1773940) + - SAUCE: i2c:amd I2C Driver based on PCI Interface for upcoming platform + - SAUCE: i2c:amd move out pointer in union i2c_event_base + - SAUCE: i2c:amd Depends on ACPI + - [Config] i2c: CONFIG_I2C_AMD_MP2=y on x86 + + * Microphone cannot be detected with front panel audio combo jack on HP Z8-G4 + machine (LP: #1789145) + - ALSA: hda/realtek - Fix HP Headset Mic can't record + + * Please enable CONFIG_PAGE_POISONING (LP: #1783651) + - [Config] Enable CONFIG_PAGE_POISONING configs + + * Tango platform uses __initcall without further checks (LP: #1787945) + - [Config] disable ARCH_TANGO + + * [18.10 FEAT] SMC-Direct (LP: #1786902) + - net/smc: determine port attributes independent from pnet table + - net/smc: add pnetid support + - net/smc: add base infrastructure for SMC-D and ISM + - net/smc: add pnetid support for SMC-D and ISM + - net/smc: add SMC-D support in CLC messages + - net/smc: add SMC-D support in data transfer + - net/smc: add SMC-D support in af_smc + - net/smc: add SMC-D diag support + - net/smc: provide smc mode in smc_diag.c + - net/smc: eliminate cursor read and write calls + - net/smc: add function to get link group from link + - net/smc: use DECLARE_BITMAP for rtokens_used_mask + - net/smc: remove local variable page in smc_rx_splice() + - net/smc: Remove a WARN_ON() statement + - net/smc: Simplify ib_post_(send|recv|srq_recv)() calls + - net/smc: fewer parameters for smc_llc_send_confirm_link() + - net/smc: use correct vlan gid of RoCE device + - net/smc: provide fallback reason code + - net/smc: improve delete link processing + - net: simplify sock_poll_wait + - net/smc: send response to test link signal + + * Miscellaneous Ubuntu changes + - [Config] update annotations for CONFIG_CRYPTO_SPECK_NEON + - [Config] fix up annotatios for CONFIG_CRYPTO_SPECK + + -- Seth Forshee Mon, 10 Sep 2018 07:08:38 -0500 + +linux (4.18.0-7.8) cosmic; urgency=medium + + * linux: 4.18.0-7.8 -proposed tracker (LP: #1789459) + + * pmtu.sh fails on 4.18 kernel (LP: #1789436) + - SAUCE: Revert "vti6: fix PMTU caching and reporting on xmit" + + -- Seth Forshee Tue, 28 Aug 2018 11:08:51 -0500 + +linux (4.18.0-6.7) cosmic; urgency=medium + + * linux: 4.18.0-6.7 -proposed tracker (LP: #1788881) + + * systemd 237-3ubuntu10 ADT test failure with linux 4.18.0-5.6 (LP: #1787440) + - Config: Disable BPF_JIT_ALWAYS_ON on i386 + + * execveat03 in ubuntu_ltp_syscalls failed on X/B (LP: #1786729) + - cap_inode_getsecurity: use d_find_any_alias() instead of d_find_alias() + + * Cosmic update to v4.18.5 stable release (LP: #1788874) + - EDAC: Add missing MEM_LRDDR4 entry in edac_mem_types[] + - pty: fix O_CLOEXEC for TIOCGPTPEER + - mm: Allow non-direct-map arguments to free_reserved_area() + - x86/mm/init: Pass unconverted symbol addresses to free_init_pages() + - x86/mm/init: Add helper for freeing kernel image pages + - x86/mm/init: Remove freed kernel image areas from alias mapping + - powerpc64s: Show ori31 availability in spectre_v1 sysfs file not v2 + - ext4: fix spectre gadget in ext4_mb_regular_allocator() + - drm/i915/kvmgt: Fix potential Spectre v1 + - drm/amdgpu/pm: Fix potential Spectre v1 + - parisc: Remove unnecessary barriers from spinlock.h + - parisc: Remove ordered stores from syscall.S + - PCI: Restore resized BAR state on resume + - PCI / ACPI / PM: Resume all bridges on suspend-to-RAM + - PCI: hotplug: Don't leak pci_slot on registration failure + - PCI: aardvark: Size bridges before resources allocation + - PCI: Skip MPS logic for Virtual Functions (VFs) + - PCI: pciehp: Fix use-after-free on unplug + - PCI: pciehp: Fix unprotected list iteration in IRQ handler + - i2c: core: ACPI: Properly set status byte to 0 for multi-byte writes + - i2c: imx: Fix race condition in dma read + - reiserfs: fix broken xattr handling (heap corruption, bad retval) + - Linux 4.18.5 + + * [18.10 FEAT] Add kernel config option "CONFIG_SCLP_OFB" (LP: #1787898) + - [Config] CONFIG_SCLP_OFB=y for s390x + + * errors when scanning partition table of corrupted AIX disk (LP: #1787281) + - partitions/aix: fix usage of uninitialized lv_info and lvname structures + - partitions/aix: append null character to print data from disk + + * Apply NVMe bugfix from Google that bjf asked for (LP: #1787635) + - nvme-pci: add a memory barrier to nvme_dbbuf_update_and_check_event + + * ThinkPad systems have no HDMI sound when using the nvidia GPU (LP: #1787058) + - ACPI / OSI: Add OEM _OSI string to enable NVidia HDMI audio + + * Cosmic update to v4.18.4 stable release (LP: #1788454) + - l2tp: use sk_dst_check() to avoid race on sk->sk_dst_cache + - net_sched: fix NULL pointer dereference when delete tcindex filter + - net_sched: Fix missing res info when create new tc_index filter + - r8169: don't use MSI-X on RTL8168g + - ALSA: hda - Sleep for 10ms after entering D3 on Conexant codecs + - ALSA: hda - Turn CX8200 into D3 as well upon reboot + - ALSA: vx222: Fix invalid endian conversions + - ALSA: virmidi: Fix too long output trigger loop + - ALSA: cs5535audio: Fix invalid endian conversion + - ALSA: dice: fix wrong copy to rx parameters for Alesis iO26 + - ALSA: hda: Correct Asrock B85M-ITX power_save blacklist entry + - ALSA: memalloc: Don't exceed over the requested size + - ALSA: vxpocket: Fix invalid endian conversions + - ALSA: seq: Fix poll() error return + - media: gl861: fix probe of dvb_usb_gl861 + - USB: serial: sierra: fix potential deadlock at close + - USB: serial: pl2303: add a new device id for ATEN + - USB: option: add support for DW5821e + - ACPI / PM: save NVS memory for ASUS 1025C laptop + - tty: serial: 8250: Revert NXP SC16C2552 workaround + - serial: 8250_exar: Read INT0 from slave device, too + - serial: 8250_dw: always set baud rate in dw8250_set_termios + - serial: 8250_dw: Add ACPI support for uart on Broadcom SoC + - uio: fix wrong return value from uio_mmap() + - misc: sram: fix resource leaks in probe error path + - Revert "uio: use request_threaded_irq instead" + - Bluetooth: avoid killing an already killed socket + - isdn: Disable IIOCDBGVAR + - net: sock_diag: Fix spectre v1 gadget in __sock_diag_cmd() + - hv/netvsc: Fix NULL dereference at single queue mode fallback + - r8169: don't use MSI-X on RTL8106e + - ip_vti: fix a null pointer deferrence when create vti fallback tunnel + - net: ethernet: mvneta: Fix napi structure mixup on armada 3700 + - net: mvneta: fix mvneta_config_rss on armada 3700 + - cls_matchall: fix tcf_unbind_filter missing + - Linux 4.18.4 + + * Cosmic update to v4.18.3 stable release (LP: #1788453) + - x86/speculation/l1tf: Exempt zeroed PTEs from inversion + - Linux 4.18.3 + + * Cosmic update to v4.18.2 stable release (LP: #1788452) + - x86/l1tf: Fix build error seen if CONFIG_KVM_INTEL is disabled + - x86: i8259: Add missing include file + - x86/hyper-v: Check for VP_INVAL in hyperv_flush_tlb_others() + - x86/platform/UV: Mark memblock related init code and data correctly + - x86/mm/pti: Clear Global bit more aggressively + - xen/pv: Call get_cpu_address_sizes to set x86_virt/phys_bits + - x86/mm: Disable ioremap free page handling on x86-PAE + - kbuild: verify that $DEPMOD is installed + - crypto: ccree - fix finup + - crypto: ccree - fix iv handling + - crypto: ccp - Check for NULL PSP pointer at module unload + - crypto: ccp - Fix command completion detection race + - crypto: x86/sha256-mb - fix digest copy in sha256_mb_mgr_get_comp_job_avx2() + - crypto: vmac - require a block cipher with 128-bit block size + - crypto: vmac - separate tfm and request context + - crypto: blkcipher - fix crash flushing dcache in error path + - crypto: ablkcipher - fix crash flushing dcache in error path + - crypto: skcipher - fix aligning block size in skcipher_copy_iv() + - crypto: skcipher - fix crash flushing dcache in error path + - ioremap: Update pgtable free interfaces with addr + - x86/mm: Add TLB purge to free pmd/pte page interfaces + - Linux 4.18.2 + + * Cosmic update to v4.18.2 stable release (LP: #1788452) // CVE-2018-9363 + - Bluetooth: hidp: buffer overflow in hidp_process_report + + * linux-cloud-tools-common: Ensure hv-kvp-daemon.service starts before + walinuxagent.service (LP: #1739107) + - [Debian] hyper-v -- Ensure that hv-kvp-daemon.service starts before + walinuxagent.service + + * Miscellaneous Ubuntu changes + - SAUCE: ipvs: remove nbsp characters from Kconfig + - [Config] CONFIG_MPROFILE_KERNEL=y for ppc64el + - [Config] CONFIG_DRM_RCAR_LVDS=m for snapdragon + - [Config] CONFIG_MDIO_MSCC_MIIM=n for s390x + - [Config] CONFIG_NET_VENDOR_MICROSEMI=n, CONFIG_NET_VENDOR_NI=n for s390x + - [Config] update annotations following config review + - [Debian] set CROSS_COMPILE when generating kernel configs + - [Config] Disable the Speck cipher + + -- Seth Forshee Fri, 24 Aug 2018 14:18:15 -0500 + +linux (4.18.0-5.6) cosmic; urgency=medium + + * Cosmic update to v4.18.1 stable release (LP: #1787264) + - x86/paravirt: Fix spectre-v2 mitigations for paravirt guests + - x86/speculation: Protect against userspace-userspace spectreRSB + - kprobes/x86: Fix %p uses in error messages + - x86/irqflags: Provide a declaration for native_save_fl + - x86/speculation/l1tf: Increase 32bit PAE __PHYSICAL_PAGE_SHIFT + - x86/speculation/l1tf: Change order of offset/type in swap entry + - x86/speculation/l1tf: Protect swap entries against L1TF + - x86/speculation/l1tf: Protect PROT_NONE PTEs against speculation + - x86/speculation/l1tf: Make sure the first page is always reserved + - x86/speculation/l1tf: Add sysfs reporting for l1tf + - x86/speculation/l1tf: Disallow non privileged high MMIO PROT_NONE mappings + - x86/speculation/l1tf: Limit swap file size to MAX_PA/2 + - x86/bugs: Move the l1tf function and define pr_fmt properly + - sched/smt: Update sched_smt_present at runtime + - x86/smp: Provide topology_is_primary_thread() + - x86/topology: Provide topology_smt_supported() + - cpu/hotplug: Make bringup/teardown of smp threads symmetric + - cpu/hotplug: Split do_cpu_down() + - cpu/hotplug: Provide knobs to control SMT + - x86/cpu: Remove the pointless CPU printout + - x86/cpu/AMD: Remove the pointless detect_ht() call + - x86/cpu/common: Provide detect_ht_early() + - x86/cpu/topology: Provide detect_extended_topology_early() + - x86/cpu/intel: Evaluate smp_num_siblings early + - x86/CPU/AMD: Do not check CPUID max ext level before parsing SMP info + - x86/cpu/AMD: Evaluate smp_num_siblings early + - x86/apic: Ignore secondary threads if nosmt=force + - x86/speculation/l1tf: Extend 64bit swap file size limit + - x86/cpufeatures: Add detection of L1D cache flush support. + - x86/CPU/AMD: Move TOPOEXT reenablement before reading smp_num_siblings + - x86/speculation/l1tf: Protect PAE swap entries against L1TF + - x86/speculation/l1tf: Fix up pte->pfn conversion for PAE + - Revert "x86/apic: Ignore secondary threads if nosmt=force" + - cpu/hotplug: Boot HT siblings at least once + - x86/KVM: Warn user if KVM is loaded SMT and L1TF CPU bug being present + - x86/KVM/VMX: Add module argument for L1TF mitigation + - x86/KVM/VMX: Add L1D flush algorithm + - x86/KVM/VMX: Add L1D MSR based flush + - x86/KVM/VMX: Add L1D flush logic + - x86/KVM/VMX: Split the VMX MSR LOAD structures to have an host/guest numbers + - x86/KVM/VMX: Add find_msr() helper function + - x86/KVM/VMX: Separate the VMX AUTOLOAD guest/host number accounting + - x86/KVM/VMX: Extend add_atomic_switch_msr() to allow VMENTER only MSRs + - x86/KVM/VMX: Use MSR save list for IA32_FLUSH_CMD if required + - cpu/hotplug: Online siblings when SMT control is turned on + - x86/litf: Introduce vmx status variable + - x86/kvm: Drop L1TF MSR list approach + - x86/l1tf: Handle EPT disabled state proper + - x86/kvm: Move l1tf setup function + - x86/kvm: Add static key for flush always + - x86/kvm: Serialize L1D flush parameter setter + - x86/kvm: Allow runtime control of L1D flush + - cpu/hotplug: Expose SMT control init function + - cpu/hotplug: Set CPU_SMT_NOT_SUPPORTED early + - x86/bugs, kvm: Introduce boot-time control of L1TF mitigations + - Documentation: Add section about CPU vulnerabilities + - x86/speculation/l1tf: Unbreak !__HAVE_ARCH_PFN_MODIFY_ALLOWED architectures + - x86/KVM/VMX: Initialize the vmx_l1d_flush_pages' content + - Documentation/l1tf: Fix typos + - cpu/hotplug: detect SMT disabled by BIOS + - x86/KVM/VMX: Don't set l1tf_flush_l1d to true from vmx_l1d_flush() + - x86/KVM/VMX: Replace 'vmx_l1d_flush_always' with 'vmx_l1d_flush_cond' + - x86/KVM/VMX: Move the l1tf_flush_l1d test to vmx_l1d_flush() + - x86/irq: Demote irq_cpustat_t::__softirq_pending to u16 + - x86/KVM/VMX: Introduce per-host-cpu analogue of l1tf_flush_l1d + - x86: Don't include linux/irq.h from asm/hardirq.h + - x86/irq: Let interrupt handlers set kvm_cpu_l1tf_flush_l1d + - x86/KVM/VMX: Don't set l1tf_flush_l1d from vmx_handle_external_intr() + - Documentation/l1tf: Remove Yonah processors from not vulnerable list + - x86/speculation: Simplify sysfs report of VMX L1TF vulnerability + - x86/speculation: Use ARCH_CAPABILITIES to skip L1D flush on vmentry + - KVM: VMX: Tell the nested hypervisor to skip L1D flush on vmentry + - cpu/hotplug: Fix SMT supported evaluation + - x86/speculation/l1tf: Invert all not present mappings + - x86/speculation/l1tf: Make pmd/pud_mknotpresent() invert + - x86/mm/pat: Make set_memory_np() L1TF safe + - x86/mm/kmmio: Make the tracer robust against L1TF + - tools headers: Synchronise x86 cpufeatures.h for L1TF additions + - x86/microcode: Allow late microcode loading with SMT disabled + - x86/smp: fix non-SMP broken build due to redefinition of + apic_id_is_primary_thread + - cpu/hotplug: Non-SMP machines do not make use of booted_once + - x86/init: fix build with CONFIG_SWAP=n + - Linux 4.18.1 + - [Config] updateconfigs after v4.18.1 stable update + + * Consider enabling CONFIG_NETWORK_PHY_TIMESTAMPING (LP: #1785816) + - [Config] Enable timestamping in network PHY devices + + * Miscellaneous Ubuntu changes + - [Config] CONFIG_SYSCTL_SYSCALL=n + + [ Upstream Kernel Changes ] + + * Rebase to v4.18 + + -- Seth Forshee Wed, 15 Aug 2018 14:20:59 -0500 + +linux (4.18.0-4.5) cosmic; urgency=medium + + [ Upstream Kernel Changes ] + + * Rebase to v4.18-rc8 + + -- Seth Forshee Mon, 06 Aug 2018 13:54:02 -0500 + +linux (4.18.0-3.4) cosmic; urgency=medium + + * Suspend fails in Ubuntu and Kubuntu 18.04 but works fine in Ubuntu and + Kubuntu 17.10 (and on Kubuntu 18.04 using kernel 4.14.47) (LP: #1774950) + - ACPI / LPSS: Avoid PM quirks on suspend and resume from hibernation + + * hinic interfaces aren't getting predictable names (LP: #1783138) + - hinic: Link the logical network device to the pci device in sysfs + + * libvirtd is unable to configure bridge devices inside of LXD containers + (LP: #1784501) + - kernfs: allow creating kernfs objects with arbitrary uid/gid + - sysfs, kobject: allow creating kobject belonging to arbitrary users + - kobject: kset_create_and_add() - fetch ownership info from parent + - driver core: set up ownership of class devices in sysfs + - net-sysfs: require net admin in the init ns for setting tx_maxrate + - net-sysfs: make sure objects belong to container's owner + - net: create reusable function for getting ownership info of sysfs inodes + - bridge: make sure objects belong to container's owner + - sysfs: Fix regression when adding a file to an existing group + + * locking sockets broken due to missing AppArmor socket mediation patches + (LP: #1780227) + - UBUNTU SAUCE: apparmor: fix apparmor mediating locking non-fs, unix sockets + + * Update2 for ocxl driver (LP: #1781436) + - ocxl: Fix page fault handler in case of fault on dying process + + * HDMI/DP audio can't work on the laptop of Dell Latitude 5495 (LP: #1782689) + - ALSA: hda: use PCI_BASE_CLASS_DISPLAY to replace PCI_CLASS_DISPLAY_VGA + - vga_switcheroo: set audio client id according to bound GPU id + + * Allow Raven Ridge's audio controller to be runtime suspended (LP: #1782540) + - ALSA: hda: Add AZX_DCAPS_PM_RUNTIME for AMD Raven Ridge + + * Invoking obsolete 'firmware_install' target breaks snap build (LP: #1782166) + - snapcraft.yaml: stop invoking the obsolete (and non-existing) + 'firmware_install' target + + * snapcraft.yaml: missing ubuntu-retpoline-extract-one script breaks the build + (LP: #1782116) + - snapcraft.yaml: copy retpoline-extract-one to scripts before build + + [ Upstream Kernel Changes ] + + * Rebase to v4.18-rc7 + + -- Seth Forshee Wed, 01 Aug 2018 08:49:40 -0500 + +linux (4.18.0-2.3) cosmic; urgency=medium + + * Kernel error "task zfs:pid blocked for more than 120 seconds" (LP: #1781364) + - SAUCE: (noup) zfs to 0.7.9-3ubuntu4 + + * [Regression] EXT4-fs error (device sda1): ext4_validate_inode_bitmap:99: + comm stress-ng: Corrupt inode bitmap (LP: #1780137) + - SAUCE: ext4: fix ext4_validate_inode_bitmap: comm stress-ng: Corrupt inode + bitmap + + * Cloud-init causes potentially huge boot delays with 4.15 kernels + (LP: #1780062) + - random: Make getrandom() ready earlier + + * hisi_sas_v3_hw: internal task abort: timeout and not done. (LP: #1777736) + - scsi: hisi_sas: Update a couple of register settings for v3 hw + + * hisi_sas: Add missing PHY spinlock init (LP: #1777734) + - scsi: hisi_sas: Add missing PHY spinlock init + + * hisi_sas: improve read performance by pre-allocating slot DMA buffers + (LP: #1777727) + - scsi: hisi_sas: Use dmam_alloc_coherent() + - scsi: hisi_sas: Pre-allocate slot DMA buffers + + * hisi_sas: Failures during host reset (LP: #1777696) + - scsi: hisi_sas: Only process broadcast change in phy_bcast_v3_hw() + - scsi: hisi_sas: Fix the conflict between dev gone and host reset + - scsi: hisi_sas: Adjust task reject period during host reset + - scsi: hisi_sas: Add a flag to filter PHY events during reset + - scsi: hisi_sas: Release all remaining resources in clear nexus ha + + * Miscellaneous Ubuntu changes + - SAUCE: (noup) Update spl to 0.7.9-3ubuntu2, zfs to 0.7.9-3ubuntu3 + - SAUCE: mm: Fix exports that inadvertently make put_page() EXPORT_SYMBOL_GPL + - Enable zfs build + - SAUCE: Import aufs driver + - Revert "UBUNTU: [Config]: set CONFIG_EDAC_DEBUG=y for ARM64" + - [Config] retpoline -- review and accept retpoline changes + + [ Upstream Kernel Changes ] + + * Rebase to v4.18-rc5 + * Rebase to v4.18-rc6 + + -- Seth Forshee Tue, 24 Jul 2018 08:41:22 -0500 + +linux (4.18.0-1.2) cosmic; urgency=medium + + [ Upstream Kernel Changes ] + + * Rebase to v4.18-rc4 + + -- Seth Forshee Mon, 09 Jul 2018 07:36:31 -0500 + +linux (4.18.0-0.1) cosmic; urgency=medium + + * Miscellaneous Ubuntu changes + - ubuntu -- disable vbox build + - Disable zfs build + - SAUCE: (efi-lockdown) Add the ability to lock down access to the running + kernel image + - SAUCE: (efi-lockdown) Add a SysRq option to lift kernel lockdown + - SAUCE: (efi-lockdown) ima: require secure_boot rules in lockdown mode + - SAUCE: (efi-lockdown) Enforce module signatures if the kernel is locked down + - SAUCE: (efi-lockdown) Restrict /dev/{mem,kmem,port} when the kernel is + locked down + - SAUCE: (efi-lockdown) kexec_load: Disable at runtime if the kernel is locked + down + - SAUCE: (efi-lockdown) hibernate: Disable when the kernel is locked down + - SAUCE: (efi-lockdown) uswsusp: Disable when the kernel is locked down + - SAUCE: (efi-lockdown) PCI: Lock down BAR access when the kernel is locked + down + - SAUCE: (efi-lockdown) x86: Lock down IO port access when the kernel is + locked down + - SAUCE: (efi-lockdown) x86/msr: Restrict MSR access when the kernel is locked + down + - SAUCE: (efi-lockdown) ACPI: Limit access to custom_method when the kernel is + locked down + - SAUCE: (efi-lockdown) acpi: Ignore acpi_rsdp kernel param when the kernel + has been locked down + - SAUCE: (efi-lockdown) acpi: Disable ACPI table override if the kernel is + locked down + - SAUCE: (efi-lockdown) acpi: Disable APEI error injection if the kernel is + locked down + - SAUCE: (efi-lockdown) Prohibit PCMCIA CIS storage when the kernel is locked + down + - SAUCE: (efi-lockdown) Lock down TIOCSSERIAL + - SAUCE: (efi-lockdown) Lock down module params that specify hardware + parameters (eg. ioport) + - SAUCE: (efi-lockdown) x86/mmiotrace: Lock down the testmmiotrace module + - SAUCE: (efi-lockdown) Lock down /proc/kcore + - SAUCE: (efi-lockdown) Lock down kprobes + - SAUCE: (efi-lockdown) bpf: Restrict kernel image access functions when the + kernel is locked down + - SAUCE: (efi-lockdown) Lock down perf + - SAUCE: (efi-lockdown) debugfs: Restrict debugfs when the kernel is locked + down + - SAUCE: (efi-lockdown) Copy secure_boot flag in boot params across kexec + reboot + - SAUCE: (efi-lockdown) efi: Add an EFI_SECURE_BOOT flag to indicate secure + boot mode + - SAUCE: (efi-lockdown) efi: Lock down the kernel if booted in secure boot + mode + - SAUCE: (efi-lockdown) KEYS: Allow unrestricted boot-time addition of keys to + secondary keyring + - SAUCE: (efi-lockdown) efi: Add EFI signature data types + - SAUCE: (efi-lockdown) efi: Add an EFI signature blob parser + - SAUCE: (efi-lockdown) MODSIGN: Import certificates from UEFI Secure Boot + - SAUCE: (efi-lockdown) MODSIGN: Allow the "db" UEFI variable to be suppressed + - SAUCE: (efi-lockdown) Make get_cert_list() not complain about cert lists + that aren't present. + - SAUCE: (efi-lockdown) Add efi_status_to_str() and rework + efi_status_to_err(). + - SAUCE: (efi-lockdown) Make get_cert_list() use efi_status_to_str() to print + error messages. + - SAUCE: (efi-lockdown) lockdown: fix coordination of kernel module signature + verification + - SAUCE: (efi-lockdown) efi: Sanitize boot_params in efi stub + - SAUCE: (efi-lockdown) efi: Don't print secure boot state from the efi stub + - SAUCE: (namespace) block_dev: Support checking inode permissions in + lookup_bdev() + - SAUCE: (namespace) block_dev: Check permissions towards block device inode + when mounting + - SAUCE: (namespace) mtd: Check permissions towards mtd block device inode + when mounting + - SAUCE: (namespace) ext4: Add support for unprivileged mounts from user + namespaces + - SAUCE: (namespace) ext4: Add module parameter to enable user namespace + mounts + - SAUCE: (namespace) block_dev: Forbid unprivileged mounting when device is + opened for writing + - SAUCE: Import aufs driver + - Update dropped.txt + - [Config] updateconfigs after 4.18-rc3 rebase + - SAUCE: (no-up): ASoC: Intel: bytcr-rt5660: Remove snd_soc_codec use for 4.18 + + [ Upstream Kernel Changes ] + + * Rebase to v4.18-rc3 + + -- Seth Forshee Fri, 06 Jul 2018 10:46:37 -0500 + +linux (4.18.0-0.0) cosmic; urgency=medium + + * Dummy entry. + + -- Seth Forshee Tue, 03 Jul 2018 11:10:33 -0500 + +linux (4.17.0-4.5) cosmic; urgency=medium + + * linux: 4.17.0-4.5 -proposed tracker (LP: #1779399) + + * Update to ocxl driver for 18.04.1 (LP: #1775786) + - powerpc: Add TIDR CPU feature for POWER9 + - powerpc: Use TIDR CPU feature to control TIDR allocation + - powerpc: use task_pid_nr() for TID allocation + - ocxl: Rename pnv_ocxl_spa_remove_pe to clarify it's action + - ocxl: Expose the thread_id needed for wait on POWER9 + - ocxl: Add an IOCTL so userspace knows what OCXL features are available + - ocxl: Document new OCXL IOCTLs + - ocxl: Fix missing unlock on error in afu_ioctl_enable_p9_wait() + + * Please include ax88179_178a and r8152 modules in d-i udeb (LP: #1771823) + - [Config:] d-i: Add ax88179_178a and r8152 to nic-modules + + * glibc pkeys test fail on powerpc (LP: #1776967) + - [Config] Temporarily disable CONFIG_PPC_MEM_KEYS + + * After update to 4.13-43 Intel Graphics are Laggy (LP: #1773520) + - Revert "drm/i915/edp: Allow alternate fixed mode for eDP if available." + + * Miscellaneous Ubuntu changes + - SAUCE: (noup) Update spl to 0.7.9-3ubuntu1, zfs to 0.7.9-3ubuntu1 + + -- Seth Forshee Fri, 29 Jun 2018 13:37:52 -0500 + +linux (4.17.0-3.4) cosmic; urgency=medium + + * linux: 4.17.0-3.4 -proposed tracker (LP: #1779124) + + * Cosmic update to v4.17.3 stable release (LP: #1778997) + - net: aquantia: fix unsigned numvecs comparison with less than zero + - bonding: re-evaluate force_primary when the primary slave name changes + - cdc_ncm: avoid padding beyond end of skb + - ipv6: allow PMTU exceptions to local routes + - net: dsa: add error handling for pskb_trim_rcsum + - net: phy: dp83822: use BMCR_ANENABLE instead of BMSR_ANEGCAPABLE for DP83620 + - net/sched: act_simple: fix parsing of TCA_DEF_DATA + - tcp: verify the checksum of the first data segment in a new connection + - tls: fix use-after-free in tls_push_record + - tls: fix waitall behavior in tls_sw_recvmsg + - socket: close race condition between sock_close() and sockfs_setattr() + - udp: fix rx queue len reported by diag and proc interface + - net: in virtio_net_hdr only add VLAN_HLEN to csum_start if payload holds + vlan + - hv_netvsc: Fix a network regression after ifdown/ifup + - ACPICA: AML parser: attempt to continue loading table after error + - ext4: fix hole length detection in ext4_ind_map_blocks() + - ext4: update mtime in ext4_punch_hole even if no blocks are released + - ext4: do not allow external inodes for inline data + - ext4: bubble errors from ext4_find_inline_data_nolock() up to ext4_iget() + - ext4: correctly handle a zero-length xattr with a non-zero e_value_offs + - ext4: fix fencepost error in check for inode count overflow during resize + - driver core: Don't ignore class_dir_create_and_add() failure. + - Btrfs: allow empty subvol= again + - Btrfs: fix clone vs chattr NODATASUM race + - Btrfs: fix memory and mount leak in btrfs_ioctl_rm_dev_v2() + - btrfs: return error value if create_io_em failed in cow_file_range + - btrfs: scrub: Don't use inode pages for device replace + - ALSA: usb-audio: Disable the quirk for Nura headset + - ALSA: hda/conexant - Add fixup for HP Z2 G4 workstation + - ALSA: hda - Handle kzalloc() failure in snd_hda_attach_pcm_stream() + - ALSA: hda: add dock and led support for HP EliteBook 830 G5 + - ALSA: hda: add dock and led support for HP ProBook 640 G4 + - x86/MCE: Fix stack out-of-bounds write in mce-inject.c: Flags_read() + - smb3: fix various xid leaks + - smb3: on reconnect set PreviousSessionId field + - CIFS: 511c54a2f69195b28afb9dd119f03787b1625bb4 adds a check for session + expiry + - cifs: For SMB2 security informaion query, check for minimum sized security + descriptor instead of sizeof FileAllInformation class + - nbd: fix nbd device deletion + - nbd: update size when connected + - nbd: use bd_set_size when updating disk size + - blk-mq: reinit q->tag_set_list entry only after grace period + - bdi: Move cgroup bdi_writeback to a dedicated low concurrency workqueue + - cpufreq: Fix new policy initialization during limits updates via sysfs + - cpufreq: ti-cpufreq: Fix an incorrect error return value + - cpufreq: governors: Fix long idle detection logic in load calculation + - libata: zpodd: small read overflow in eject_tray() + - libata: Drop SanDisk SD7UB3Q*G1001 NOLPM quirk + - nvme/pci: Sync controller reset for AER slot_reset + - w1: mxc_w1: Enable clock before calling clk_get_rate() on it + - x86/vector: Fix the args of vector_alloc tracepoint + - x86/apic/vector: Prevent hlist corruption and leaks + - x86/apic: Provide apic_ack_irq() + - x86/ioapic: Use apic_ack_irq() + - x86/platform/uv: Use apic_ack_irq() + - irq_remapping: Use apic_ack_irq() + - genirq/generic_pending: Do not lose pending affinity update + - genirq/affinity: Defer affinity setting if irq chip is busy + - genirq/migration: Avoid out of line call if pending is not set + - x86/intel_rdt: Enable CMT and MBM on new Skylake stepping + - media: uvcvideo: Prevent setting unavailable flags + - media: rc: ensure input/lirc device can be opened after register + - iwlwifi: fw: harden page loading code + - orangefs: set i_size on new symlink + - orangefs: report attributes_mask and attributes for statx + - HID: intel_ish-hid: ipc: register more pm callbacks to support hibernation + - HID: wacom: Correct logical maximum Y for 2nd-gen Intuos Pro large + - vhost: fix info leak due to uninitialized memory + - mm, page_alloc: do not break __GFP_THISNODE by zonelist reset + - Linux 4.17.3 + + * Use-after-free in sk_peer_label (LP: #1778646) + - SAUCE: apparmor: fix use after free in sk_peer_label + + * kernel: Fix memory leak on CCA and EP11 CPRB processing. (LP: #1775390) + - s390/zcrypt: Fix CCA and EP11 CPRB processing failure memory leak. + + * Various fixes for CXL kernel module (LP: #1774471) + - cxl: Configure PSL to not use APC virtual machines + - cxl: Disable prefault_mode in Radix mode + + * Bluetooth not working (LP: #1764645) + - Bluetooth: btusb: Apply QCA Rome patches for some ATH3012 models + + * Fake SAS addresses for SATA disks on HiSilicon D05 are non-unique + (LP: #1776750) + - scsi: hisi_sas: make SAS address of SATA disks unique + + * linux-snapdragon: wcn36xx: mac address generation on boot (LP: #1776491) + - [Config] arm64: snapdragon: WCN36XX_SNAPDRAGON_HACKS=y + - SAUCE: wcn36xx: read MAC from file or randomly generate one + + * Lenovo V330 needs patch in ideapad_laptop module for rfkill (LP: #1774636) + - SAUCE: Add Lenovo V330 to the ideapad_laptop rfkill blacklist + + * register on binfmt_misc may overflow and crash the system (LP: #1775856) + - fs/binfmt_misc.c: do not allow offset overflow + + * Network installs fail on SocioNext board (LP: #1775884) + - net: socionext: reset hardware in ndo_stop + - net: netsec: enable tx-irq during open callback + + * Fix several bugs in RDMA/hns driver (LP: #1770974) + - RDMA/hns: Drop local zgid in favor of core defined variable + - RDMA/hns: Add 64KB page size support for hip08 + - RDMA/hns: Rename the idx field of db + - RDMA/hns: Modify uar allocation algorithm to avoid bitmap exhaust + - RDMA/hns: Increase checking CMQ status timeout value + - RDMA/hns: Add reset process for RoCE in hip08 + - RDMA/hns: Fix the illegal memory operation when cross page + - RDMA/hns: Implement the disassociate_ucontext API + + * powerpc/livepatch: Implement reliable stack tracing for the consistency + model (LP: #1771844) + - powerpc/livepatch: Implement reliable stack tracing for the consistency + model + + * Adding back alx WoL feature (LP: #1772610) + - SAUCE: Revert "alx: remove WoL support" + - SAUCE: alx: add enable_wol paramenter + + * Lancer A0 Asic HBA's won't boot with 18.04 (LP: #1768103) + - scsi: lpfc: Fix WQ/CQ creation for older asic's. + - scsi: lpfc: Fix 16gb hbas failing cq create. + + * [LTCTest][OPAL][OP920] cpupower idle-info is not listing stop4 and stop5 + idle states when all CORES are guarded (LP: #1771780) + - powerpc/powernv/cpuidle: Init all present cpus for deep states + + * Huawei 25G/100G Network Adapters Unsupported (LP: #1770970) + - net-next/hinic: add pci device ids for 25ge and 100ge card + + * Expose arm64 CPU topology to userspace (LP: #1770231) + - drivers: base: cacheinfo: move cache_setup_of_node() + - drivers: base: cacheinfo: setup DT cache properties early + - cacheinfo: rename of_node to fw_token + - arm64/acpi: Create arch specific cpu to acpi id helper + - ACPI/PPTT: Add Processor Properties Topology Table parsing + - [Config] CONFIG_ACPI_PPTT=y + - ACPI: Enable PPTT support on ARM64 + - drivers: base cacheinfo: Add support for ACPI based firmware tables + - arm64: Add support for ACPI based firmware tables + - arm64: topology: rename cluster_id + - arm64: topology: enable ACPI/PPTT based CPU topology + - ACPI: Add PPTT to injectable table list + - arm64: topology: divorce MC scheduling domain from core_siblings + + * Vcs-Git header on bionic linux source package points to zesty git tree + (LP: #1766055) + - [Packaging]: Update Vcs-Git + + * Request to revert SAUCE patches in the 18.04 SRU and update with upstream + version (LP: #1768431) + - scsi: cxlflash: Handle spurious interrupts + - scsi: cxlflash: Remove commmands from pending list on timeout + - scsi: cxlflash: Synchronize reset and remove ops + - SAUCE: (no-up) cxlflash: OCXL diff between v2 and v3 + + * hisi_sas robustness fixes (LP: #1774466) + - scsi: hisi_sas: delete timer when removing hisi_sas driver + - scsi: hisi_sas: print device id for errors + - scsi: hisi_sas: Add some checks to avoid free'ing a sas_task twice + - scsi: hisi_sas: check host frozen before calling "done" function + - scsi: hisi_sas: check sas_dev gone earlier in hisi_sas_abort_task() + - scsi: hisi_sas: stop controller timer for reset + - scsi: hisi_sas: update PHY linkrate after a controller reset + - scsi: hisi_sas: change slot index allocation mode + - scsi: hisi_sas: Change common allocation mode of device id + - scsi: hisi_sas: Reset disks when discovered + - scsi: hisi_sas: Create a scsi_host_template per HW module + - scsi: hisi_sas: Init disks after controller reset + - scsi: hisi_sas: Try wait commands before before controller reset + - scsi: hisi_sas: Include TMF elements in struct hisi_sas_slot + - scsi: hisi_sas: Add v2 hw force PHY function for internal ATA command + - scsi: hisi_sas: Terminate STP reject quickly for v2 hw + - scsi: hisi_sas: Fix return value when get_free_slot() failed + - scsi: hisi_sas: Mark PHY as in reset for nexus reset + + * hisi_sas: Support newer v3 hardware (LP: #1774467) + - scsi: hisi_sas: update RAS feature for later revision of v3 HW + - scsi: hisi_sas: check IPTT is valid before using it for v3 hw + - scsi: hisi_sas: fix PI memory size + - scsi: hisi_sas: config ATA de-reset as an constrained command for v3 hw + - scsi: hisi_sas: remove redundant handling to event95 for v3 + - scsi: hisi_sas: add readl poll timeout helper wrappers + - scsi: hisi_sas: workaround a v3 hw hilink bug + - scsi: hisi_sas: Add LED feature for v3 hw + + * hisi_sas: improve performance by optimizing DQ locking (LP: #1774472) + - scsi: hisi_sas: optimise the usage of DQ locking + - scsi: hisi_sas: relocate smp sg map + - scsi: hisi_sas: make return type of prep functions void + - scsi: hisi_sas: allocate slot buffer earlier + - scsi: hisi_sas: Don't lock DQ for complete task sending + - scsi: hisi_sas: Use device lock to protect slot alloc/free + - scsi: hisi_sas: add check of device in hisi_sas_task_exec() + - scsi: hisi_sas: fix a typo in hisi_sas_task_prep() + + * FS-Cache: Assertion failed: FS-Cache: 6 == 5 is false (LP: #1774336) + - SAUCE: CacheFiles: fix a read_waiter/read_copier race + + * enable mic-mute hotkey and led on Lenovo M820z and M920z (LP: #1774306) + - ALSA: hda/realtek - Enable mic-mute hotkey for several Lenovo AIOs + + * hns3 driver updates (LP: #1768670) + - net: hns3: Remove error log when getting pfc stats fails + - net: hns3: fix to correctly fetch l4 protocol outer header + - net: hns3: Fixes the out of bounds access in hclge_map_tqp + - net: hns3: Fixes the error legs in hclge_init_ae_dev function + - net: hns3: fix for phy_addr error in hclge_mac_mdio_config + - net: hns3: Fix to support autoneg only for port attached with phy + - net: hns3: fix a dead loop in hclge_cmd_csq_clean + - net: hns3: Fix for packet loss due wrong filter config in VLAN tbls + - net: hns3: Remove packet statistics in the range of 8192~12287 + - net: hns3: Add support of hardware rx-vlan-offload to HNS3 VF driver + - net: hns3: Fix for setting mac address when resetting + - net: hns3: remove add/del_tunnel_udp in hns3_enet module + - net: hns3: fix for cleaning ring problem + - net: hns3: refactor the loopback related function + - net: hns3: Fix for deadlock problem occurring when unregistering ae_algo + - net: hns3: Fix for the null pointer problem occurring when initializing + ae_dev failed + - net: hns3: Add a check for client instance init state + - net: hns3: Change return type of hnae3_register_ae_dev + - net: hns3: Change return type of hnae3_register_ae_algo + - net: hns3: Change return value in hnae3_register_client + - net: hns3: Fixes the back pressure setting when sriov is enabled + - net: hns3: Fix for fiber link up problem + - net: hns3: Add support of .sriov_configure in HNS3 driver + - net: hns3: Fixes the missing PCI iounmap for various legs + - net: hns3: Fixes error reported by Kbuild and internal review + - net: hns3: Fixes API to fetch ethernet header length with kernel default + - net: hns3: cleanup of return values in hclge_init_client_instance() + - net: hns3: Fix the missing client list node initialization + - net: hns3: Fix for hns3 module is loaded multiple times problem + - net: hns3: Use enums instead of magic number in hclge_is_special_opcode + - net: hns3: Fix for netdev not running problem after calling net_stop and + net_open + - net: hns3: Fixes kernel panic issue during rmmod hns3 driver + - net: hns3: Fix for CMDQ and Misc. interrupt init order problem + - net: hns3: Updates RX packet info fetch in case of multi BD + - net: hns3: Add support for tx_accept_tag2 and tx_accept_untag2 config + - net: hns3: Add STRP_TAGP field support for hardware revision 0x21 + - net: hns3: Add support to enable TX/RX promisc mode for H/W rev(0x21) + - net: hns3: Fix for PF mailbox receving unknown message + - net: hns3: Fixes the state to indicate client-type initialization + - net: hns3: Fixes the init of the VALID BD info in the descriptor + - net: hns3: Removes unnecessary check when clearing TX/RX rings + - net: hns3: Clear TX/RX rings when stopping port & un-initializing client + - net: hns3: Remove unused led control code + - net: hns3: Adds support for led locate command for copper port + - net: hns3: Fixes initalization of RoCE handle and makes it conditional + - net: hns3: Disable vf vlan filter when vf vlan table is full + - net: hns3: Add support for IFF_ALLMULTI flag + - net: hns3: Add repeat address checking for setting mac address + - net: hns3: Fix setting mac address error + - net: hns3: Fix for service_task not running problem after resetting + - net: hns3: Fix for hclge_reset running repeatly problem + - net: hns3: Fix for phy not link up problem after resetting + - net: hns3: Add missing break in misc_irq_handle + - net: hns3: Fix for vxlan tx checksum bug + - net: hns3: Optimize the PF's process of updating multicast MAC + - net: hns3: Optimize the VF's process of updating multicast MAC + - SAUCE: {topost} net: hns3: add support for serdes loopback selftest + - SAUCE: {topost} net: hns3: RX BD information valid only in last BD except + VLD bit and buffer size + - SAUCE: {topost} net: hns3: remove hclge_get_vector_index from + hclge_bind_ring_with_vector + - SAUCE: {topost} net: hns3: rename the interface for init_client_instance and + uninit_client_instance + - SAUCE: {topost} net: hns3: add vector status check before free vector + - SAUCE: {topost} net: hns3: add l4_type check for both ipv4 and ipv6 + - SAUCE: {topost} net: hns3: remove unused head file in hnae3.c + - SAUCE: {topost} net: hns3: extraction an interface for state state + init|uninit + - SAUCE: {topost} net: hns3: print the ret value in error information + - SAUCE: {topost} net: hns3: remove the Redundant put_vector in + hns3_client_uninit + - SAUCE: {topost} net: hns3: add unlikely for error check + - SAUCE: {topost} net: hns3: remove back in struct hclge_hw + - SAUCE: {topost} net: hns3: use lower_32_bits and upper_32_bits + - SAUCE: {topost} net: hns3: remove unused hclge_ring_to_dma_dir + - SAUCE: {topost} net: hns3: remove useless code in hclge_cmd_send + - SAUCE: {topost} net: hns3: remove some redundant assignments + - SAUCE: {topost} net: hns3: simplify hclge_cmd_csq_clean + - SAUCE: {topost} net: hns3: using modulo for cyclic counters in + hclge_cmd_send + - SAUCE: {topost} net: hns3: remove a redundant hclge_cmd_csq_done + - SAUCE: {topost} net: hns3: remove some unused members of some structures + - SAUCE: {topost} net: hns3: give default option while dependency HNS3 set + - SAUCE: {topost} net: hns3: use dma_zalloc_coherent instead of + kzalloc/dma_map_single + - SAUCE: {topost} net: hns3: modify hnae_ to hnae3_ + - SAUCE: {topost} net: hns3: fix unused function warning in VF driver + - SAUCE: {topost} net: hns3: remove some redundant assignments + - SAUCE: {topost} net: hns3: standardize the handle of return value + - SAUCE: {topost} net: hns3: remove extra space and brackets + - SAUCE: {topost} net: hns3: fix unreasonable code comments + - SAUCE: {topost} net: hns3: use decimal for bit offset macros + - SAUCE: {topost} net: hns3: modify inconsistent bit mask macros + - SAUCE: {topost} net: hns3: fix mislead parameter name + - SAUCE: {topost} net: hns3: remove unused struct member and definition + - SAUCE: {topost} net: hns3: Add SPDX tags to hns3 driver + - SAUCE: {topost} net: hns3: Add pf reset for hip08 RoCE + - SAUCE: {topost} net: hns3: optimize the process of notifying roce client + - SAUCE: {topost} net: hns3: Add calling roce callback function when link + status change + - SAUCE: {topost} net: hns3: fix tc setup when netdev is first up + - SAUCE: {topost} net: hns3: fix for mac pause not disable in pfc mode + - SAUCE: {topost} net: hns3: fix for waterline not setting correctly + - SAUCE: {topost} net: hns3: fix for l4 checksum offload bug + - SAUCE: {topost} net: hns3: fix for mailbox message truncated problem + - SAUCE: {topost} net: hns3: Add configure for mac minimal frame size + - SAUCE: {topost} net: hns3: fix warning bug when doing lp selftest + - SAUCE: {topost} net: hns3: fix get_vector ops in hclgevf_main module + - SAUCE: {topost} net: hns3: remove the warning when clear reset cause + - SAUCE: {topost} net: hns3: Use roce handle when calling roce callback + function + - SAUCE: {topost} net: hns3: prevent sending command during global or core + reset + - SAUCE: {topost} net: hns3: modify the order of initializeing command queue + register + - SAUCE: {topost} net: hns3: reset net device with rtnl_lock + - SAUCE: {topost} net: hns3: prevent to request reset frequently + - SAUCE: {topost} net: hns3: correct reset event status register + - SAUCE: {topost} net: hns3: separate roce from nic when resetting + - SAUCE: net: hns3: Fix for phy link issue when using marvell phy driver + - SAUCE: {topost} net: hns3: fix return value error in + hns3_reset_notify_down_enet + - SAUCE: {topost} net: hns3: remove unnecessary ring configuration operation + while resetting + - SAUCE: {topost} net: hns3: fix for reset_level default assignment probelm + - SAUCE: {topost} net: hns3: fix for using wrong mask and shift in + hclge_get_ring_chain_from_mbx + - SAUCE: {topost} net: hns3: fix comments for hclge_get_ring_chain_from_mbx + - SAUCE: net: hns3: Fix for VF mailbox cannot receiving PF response + - SAUCE: net: hns3: Fix for VF mailbox receiving unknown message + - SAUCE: net: hns3: Optimize PF CMDQ interrupt switching process + + * CVE-2018-7755 + - SAUCE: floppy: Do not copy a kernel pointer to user memory in FDGETPRM ioctl + + * Incorrect blacklist of bcm2835_wdt (LP: #1766052) + - [Packaging] Fix missing watchdog for Raspberry Pi + + * kernel: Fix arch random implementation (LP: #1775391) + - s390/archrandom: Rework arch random implementation. + + * [Ubuntu 1804][boston][ixgbe] EEH causes kernel BUG at /build/linux- + jWa1Fv/linux-4.15.0/drivers/pci/msi.c:352 (i2S) (LP: #1776389) + - ixgbe/ixgbevf: Free IRQ when PCI error recovery removes the device + + * Cosmic update to v4.17.2 stable release (LP: #1779117) + - crypto: chelsio - request to HW should wrap + - blkdev_report_zones_ioctl(): Use vmalloc() to allocate large buffers + - KVM: X86: Fix reserved bits check for MOV to CR3 + - KVM: x86: introduce linear_{read,write}_system + - kvm: fix typo in flag name + - kvm: nVMX: Enforce cpl=0 for VMX instructions + - KVM: x86: pass kvm_vcpu to kvm_read_guest_virt and + kvm_write_guest_virt_system + - kvm: x86: use correct privilege level for sgdt/sidt/fxsave/fxrstor access + - staging: android: ion: Switch to pr_warn_once in ion_buffer_destroy + - NFC: pn533: don't send USB data off of the stack + - usbip: vhci_sysfs: fix potential Spectre v1 + - usb-storage: Add support for FL_ALWAYS_SYNC flag in the UAS driver + - usb-storage: Add compatibility quirk flags for G-Technologies G-Drive + - Input: xpad - add GPD Win 2 Controller USB IDs + - phy: qcom-qusb2: Fix crash if nvmem cell not specified + - usb: core: message: remove extra endianness conversion in + usb_set_isoch_delay + - usb: typec: wcove: Remove dependency on HW FSM + - usb: gadget: function: printer: avoid wrong list handling in printer_write() + - usb: gadget: udc: renesas_usb3: fix double phy_put() + - usb: gadget: udc: renesas_usb3: should remove debugfs + - usb: gadget: udc: renesas_usb3: should call pm_runtime_enable() before add + udc + - usb: gadget: udc: renesas_usb3: should call devm_phy_get() before add udc + - usb: gadget: udc: renesas_usb3: should fail if devm_phy_get() returns error + - usb: gadget: udc: renesas_usb3: disable the controller's irqs for + reconnecting + - serial: sh-sci: Stop using printk format %pCr + - tty/serial: atmel: use port->name as name in request_irq() + - serial: samsung: fix maxburst parameter for DMA transactions + - serial: 8250: omap: Fix idling of clocks for unused uarts + - vmw_balloon: fixing double free when batching mode is off + - doc: fix sysfs ABI documentation + - arm64: defconfig: Enable CONFIG_PINCTRL_MT7622 by default + - tty: pl011: Avoid spuriously stuck-off interrupts + - crypto: ccree - correct host regs offset + - Input: goodix - add new ACPI id for GPD Win 2 touch screen + - Input: elan_i2c - add ELAN0612 (Lenovo v330 14IKB) ACPI ID + - crypto: caam - strip input zeros from RSA input buffer + - crypto: caam - fix DMA mapping dir for generated IV + - crypto: caam - fix IV DMA mapping and updating + - crypto: caam/qi - fix IV DMA mapping and updating + - crypto: caam - fix size of RSA prime factor q + - crypto: cavium - Fix fallout from CONFIG_VMAP_STACK + - crypto: cavium - Limit result reading attempts + - crypto: vmx - Remove overly verbose printk from AES init routines + - crypto: vmx - Remove overly verbose printk from AES XTS init + - crypto: omap-sham - fix memleak + - Linux 4.17.2 + + * Cosmic update to v4.17.1 stable release (LP: #1779116) + - netfilter: nf_flow_table: attach dst to skbs + - bnx2x: use the right constant + - ip6mr: only set ip6mr_table from setsockopt when ip6mr_new_table succeeds + - ipv6: omit traffic class when calculating flow hash + - l2tp: fix refcount leakage on PPPoL2TP sockets + - netdev-FAQ: clarify DaveM's position for stable backports + - net: metrics: add proper netlink validation + - net/packet: refine check for priv area size + - rtnetlink: validate attributes in do_setlink() + - sctp: not allow transport timeout value less than HZ/5 for hb_timer + - team: use netdev_features_t instead of u32 + - vrf: check the original netdevice for generating redirect + - net: dsa: b53: Fix for brcm tag issue in Cygnus SoC + - ipmr: fix error path when ipmr_new_table fails + - PCI: hv: Do not wait forever on a device that has disappeared + - Linux 4.17.1 + + * Miscellaneous Ubuntu changes + - Revert "UBUNTU: SAUCE: crypto: thunderx_zip: Fix fallout from + CONFIG_VMAP_STACK" + - Revert "UBUNTU: SAUCE: cred: Add clone_cred() interface" + - SAUCE: apparmor: userspace queries + - SAUCE: apparmor: patch to provide compatibility with v2.x net rules + - SAUCE: apparmor: af_unix mediation + + -- Seth Forshee Thu, 28 Jun 2018 08:03:32 -0500 + +linux (4.17.0-2.3) cosmic; urgency=medium + + * linux: 4.17.0-2.3 -proposed tracker (LP: #1776276) + + * Miscellaneous Ubuntu changes + - Config: remove IrDA from annotations + - Config: remove scsi drivers from annotations + - Config: remove BT_HCIBTUART from annotations + - Config: pstore zlib support was renamed + - Config: disable NVRAM for armhf on annotations + - Config: Disable VT on s390x + - Config: Update SSB and B43/B44 options + - Config: some options not supported on some arches anymore + - Config: renamed and removed options + - Config: TCG_CRB is required for IMA on ACPI systems + - Config: EXTCON_AXP288 depends on X86 + - Config: CONFIG_FSI depends on OF + - Config: DRM_RCAR_LVDS now depends on DRM + - CONFIG: Allow CONFIG_LEDS_MLXCPLD for i386 + - Config: Enable HINIC on arm64 + - Config: Set PPS and PTP_1588_CLOCK as y + - Config: Some NF_TABLES options are built-in now + - Config: GENERIC_CPU for ppc64el + - Config: KEXEC_FILE=n for s390x + - Config: CRYPTO_DEFLATE is needed by PSTORE_DEFLATE_COMPRESS + - Config: Disable STM32 support + - Config: Enable FORTIFY_SOURCE for armhf + - Config: use STRONG instead of AUTO for CC_STACKPROTECTOR + + [ Upstream Kernel Changes ] + + * Rebase to v4.17 + + -- Thadeu Lima de Souza Cascardo Mon, 11 Jun 2018 15:22:10 -0300 + +linux (4.17.0-1.2) cosmic; urgency=medium + + [ Seth Forshee ] + * [Config] enable EDAC_DEBUG on ARM64 (LP: #1772516) + - [Config]: set CONFIG_EDAC_DEBUG=y for ARM64 + + * Ubuntu 18.04 kernel crashed while in degraded mode (LP: #1770849) + - SAUCE: powerpc/perf: Fix memory allocation for core-imc based on + num_possible_cpus() + + * Integrated Webcam Realtek Integrated_Webcam_HD (0bda:58f4) not working in + DELL XPS 13 9370 with firmware 1.50 (LP: #1763748) + - SAUCE: media: uvcvideo: Support realtek's UVC 1.5 device + + * Switch Build-Depends: transfig to fig2dev (LP: #1770770) + - [Config] update Build-Depends: transfig to fig2dev + + * update-initramfs not adding i915 GuC firmware for Kaby Lake, firmware fails + to load (LP: #1728238) + - Revert "UBUNTU: SAUCE: (no-up) i915: Remove MODULE_FIRMWARE statements for + unreleased firmware" + + * No driver for Huawei network adapters on arm64 (LP: #1769899) + - net-next/hinic: add arm64 support + + * linux-snapdragon: reduce EPROBEDEFER noise during boot (LP: #1768761) + - [Config] snapdragon: DRM_I2C_ADV7511=y + + * Add d-i support for Huawei NICs (LP: #1767490) + - d-i: add hinic to nic-modules udeb + + * Acer Swift sf314-52 power button not managed (LP: #1766054) + - SAUCE: platform/x86: acer-wmi: add another KEY_POWER keycode + + * Include nfp driver in linux-modules (LP: #1768526) + - [Config] Add nfp.ko to generic inclusion list + + * Miscellaneous Ubuntu changes + - SAUCE: Import aufs driver + - [Config] Enable AUFS config options + - SAUCE: (efi-lockdown) Fix for module sig verification + - SAUCE: (efi-lockdown) Copy secure_boot flag in boot params across kexec + reboot + - SAUCE: (efi-lockdown) efi: Add an EFI_SECURE_BOOT flag to indicate secure + boot mode + - SAUCE: (efi-lockdown) efi: Lock down the kernel if booted in secure boot + mode + - SAUCE: (efi-lockdown) efi: Sanitize boot_params in efi stub + - SAUCE: (efi-lockdown) efi: Don't print secure boot state from the efi stub + - [Config] CONFIG_LOCK_DOWN_IN_EFI_SECURE_BOOT=y + - SAUCE: (efi-lockdown) really lock down kernel under EFI secure boot + - SAUCE: (noup) Update spl to 0.7.5-1ubuntu3, zfs to 0.7.5-1ubuntu17 + - enable zfs build + + * Miscellaneous upstream changes + - Revert "UBUNTU: SAUCE: (efi-lockdown) ima: require secure_boot rules in + lockdown mode" + - Rebased to v4.17-rc6 + + -- Thadeu Lima de Souza Cascardo Tue, 22 May 2018 14:48:13 -0300 + +linux (4.17.0-0.1) bionic; urgency=medium + + [ Upstream Kernel Changes ] + + * Rebase to v4.17-rc4 + + -- Thadeu Lima de Souza Cascardo Tue, 08 May 2018 16:38:51 -0300 + +linux (4.17.0-0.0) bionic; urgency=medium + + * Dummy entry. + + -- Thadeu Lima de Souza Cascardo Fri, 27 Apr 2018 11:01:13 -0300 + +linux (4.16.0-4.5) bionic; urgency=medium + + * [18.04 FEAT] Add kvm_stat from kernel tree (LP: #1734130) + - tools/kvm_stat: Fix python3 syntax + - tools/kvm_stat: Don't use deprecated file() + - tools/kvm_stat: Remove unused function + - [Packaging] Add linux-tools-host package for VM host tools + - [Config] do_tools_host=true for amd64 + + * [Featire] CNL: Enable RAPL support (LP: #1685712) + - powercap: RAPL: Add support for Cannon Lake + + * Bionic update to v4.16.2 stable release (LP: #1763388) + - sparc64: Oracle DAX driver depends on SPARC64 + - arp: fix arp_filter on l3slave devices + - net: dsa: Discard frames from unused ports + - net/ipv6: Increment OUTxxx counters after netfilter hook + - net/sched: fix NULL dereference in the error path of tcf_bpf_init() + - pptp: remove a buggy dst release in pptp_connect() + - sctp: do not leak kernel memory to user space + - sctp: sctp_sockaddr_af must check minimal addr length for AF_INET6 + - vlan: also check phy_driver ts_info for vlan's real device + - net: fool proof dev_valid_name() + - ip_tunnel: better validate user provided tunnel names + - ipv6: sit: better validate user provided tunnel names + - ip6_gre: better validate user provided tunnel names + - ip6_tunnel: better validate user provided tunnel names + - vti6: better validate user provided tunnel names + - net_sched: fix a missing idr_remove() in u32_delete_key() + - nfp: use full 40 bits of the NSP buffer address + - Linux 4.16.2 + + * sky2 gigabit ethernet driver sometimes stops working after lid-open resume + from sleep (88E8055) (LP: #1758507) // Bionic update to v4.16.2 stable + release (LP: #1763388) + - sky2: Increase D3 delay to sky2 stops working after suspend + + * Merge the linux-snapdragon kernel into bionic master/snapdragon + (LP: #1763040) + - arm64: defconfig: enable REMOTEPROC + - arm64: defconfig: enable QCOM audio drivers for APQ8016 and DB410c + - kernel: configs; add distro.config + - arm64: configs: enable WCN36xx + - kernel: distro.config: enable debug friendly USB network adpater + - arm64: configs: enable QCOM Venus + - arm64: defconfig: Enable a53/apcs and avs + - arm64: defconfig: enable ondemand governor as default + - arm64: defconfig: enable QCOM_TSENS + - kernel: configs: enable dm_mod and dm_crypt + - Force the SMD regulator driver to be compiled-in + - arm64: defconfig: enable CFG80211_DEFAULT_PS by default + - arm64: configs: enable BT_QCOMSMD + - kernel: configs: add more USB net drivers + - arm64: defconfig: disable ANALOG_TV and DIGITAL_TV + - arm64: configs: Enable camera drivers + - kernel: configs: add freq stat to sysfs + - arm64: defconfig: enable CONFIG_USB_CONFIGFS_F_FS by default + - arm64: defconfig: Enable QRTR features + - kernel: configs: set USB_CONFIG_F_FS in distro.config + - kernel: distro.config: enable 'schedutil' CPUfreq governor + - kernel: distro.config: enable 'fq' and 'fq_codel' qdiscs + - kernel: distro.config: enable 'BBR' TCP congestion algorithm + - arm64: defconfig: enable LEDS_QCOM_LPG + - HACK: drm/msm/iommu: Remove runtime_put calls in map/unmap + - power: avs: Add support for CPR (Core Power Reduction) + - power: avs: cpr: Use raw mem access for qfprom + - power: avs: cpr: fix with new reg_sequence structures + - power: avs: cpr: Register with cpufreq-dt + - regulator: smd: Add floor and corner operations + - PM / OPP: Support adjusting OPP voltages at runtime + - PM / OPP: Drop RCU usage in dev_pm_opp_adjust_voltage() + - PM / OPP: HACK: Allow to set regulator without opp_list + - PM / OPP: Add a helper to get an opp regulator for device + - cpufreq: Add apq8016 to cpufreq-dt-platdev blacklist + - regulator: smd: Allow REGULATOR_QCOM_SMD_RPM=m + - ov5645: I2C address change + - i2c: Add Qualcomm Camera Control Interface driver + - camss: vfe: Skip first four frames from sensor + - camss: Do not register if no cameras are present + - i2c-qcom-cci: Fix run queue completion timeout + - i2c-qcom-cci: Fix I2C address bug + - media: ov5645: Fix I2C address + - drm/bridge/adv7511: Delay clearing of HPD interrupt status + - HACK: drm/msm/adv7511: Don't rely on interrupts for EDID parsing + - leds: Add driver for Qualcomm LPG + - wcn36xx: Fix warning due to duplicate scan_completed notification + - arm64: dts: Add CPR DT node for msm8916 + - arm64: dts: add spmi-regulator nodes + - arm64: dts: msm8916: Add cpufreq support + - arm64: dts: msm8916: Add a shared CPU opp table + - arm64: dts: msm8916: Add cpu cooling maps + - arm64: dts: pm8916: Mark the s2 regulator as always-on + - arm64: dts: qcom: msm8916: Add msm8916 A53 PLL DT node + - arm64: dts: qcom: msm8916: Use the new APCS mailbox driver + - arm64: dts: qcom: msm8916: Add clock properties to the APCS node + - dt-bindings: media: Binding document for Qualcomm Camera Control Interface + driver + - MAINTAINERS: Add Qualcomm Camera Control Interface driver + - DT: leds: Add Qualcomm Light Pulse Generator binding + - arm64: dts: qcom: msm8996: Add mpp and lpg blocks + - arm64: dts: qcom: Add pwm node for pm8916 + - arm64: dts: qcom: Add user LEDs on db820c + - arm64: dts: qcom: Add WiFI/BT LEDs on db820c + - ARM: dts: qcom: Add LPG node to pm8941 + - ARM: dts: qcom: honami: Add LPG node and RGB LED + - arm64: dts: qcom: Add Camera Control Interface support + - arm64: dts: qcom: Add apps_iommu vfe child node + - arm64: dts: qcom: Add camss device node + - arm64: dts: qcom: Add ov5645 device nodes + - arm64: dts: msm8916: Fix camera sensors I2C addresses + - arm: dts: qcom: db410c: Enable PWM signal on MPP4 + - packaging: arm64: add a uboot flavour - part1 + - packaging: arm64: add a uboot flavour - part2 + - packaging: arm64: add a uboot flavour - part3 + - packaging: arm64: add a uboot flavour - part4 + - packaging: arm64: add a uboot flavour - part5 + - packaging: arm64: rename uboot flavour to snapdragon + - [Config] updateconfigs after qcomlt import + - [Config] arm64: snapdragon: COMMON_CLK_QCOM=y + - [Config] arm64: snapdragon: MSM_GCC_8916=y + - [Config] arm64: snapdragon: REGULATOR_FIXED_VOLTAGE=y + - [Config] arm64: snapdragon: PINCTRL_MSM8916=y + - [Config] arm64: snapdragon: HWSPINLOCK_QCOM=y + - [Config] arm64: snapdragon: SPMI=y, SPMI_MSM_PMIC_ARB=y + - [Config] arm64: snapdragon: REGMAP_SPMI=y, PINCTRL_QCOM_SPMI_PMIC=y + - [Config] arm64: snapdragon: REGULATOR_QCOM_SPMI=y + - [Config] arm64: snapdragon: MFD_SPMI_PMIC=y + - [Config] arm64: snapdragon: QCOM_SMEM=y + - [Config] arm64: snapdragon: RPMSG=y, RPMSG_QCOM_SMD=y + - [Config] arm64: snapdragon: QCOM_SMD_RPM=y, REGULATOR_QCOM_SMD_RPM=y + - [Config] arm64: snapdragon: QCOM_CLK_SMD_RPM=y + - [Config] arm64: snapdragon: QCOM_BAM_DMA=y + - [Config] arm64: snapdragon: QCOM_HIDMA=y, QCOM_HIDMA_MGMT=y + - [Config] arm64: snapdragon: QCOM_CPR=y + - [Config] arm64: snapdragon: QCOM_QFPROM=y, QCOM_TSENS=y + - [Config] arm64: snapdragon: MMC_SDHCI=y, MMC_SDHCI_PLTFM=y, MMC_SDHCI_MSM=y + - [Config] turn off DRM_MSM_REGISTER_LOGGING + - [Config] arm64: snapdragon: I2C_QUP=y + - [Config] arm64: snapdragon: SPI_QUP=y + - [Config] arm64: snapdragon: USB_ULPI_BUS=y, PHY_QCOM_USB_HS=y + - [Config] arm64: snapdragon: QCOM_APCS_IPC=y + - [Config] arm64: snapdragon: QCOM_WCNSS_CTRL=y + - [Config] arm64: snapdragon: QCOM_SMSM=y + - [Config] arm64: snapdragon: QCOM_SMP2P=y + - [Config] arm64: snapdragon: DRM_MSM=y + - [Config] arm64: snapdragon: SND_SOC=y + - [Config] arm64: snapdragon: QCOM_WCNSS_PIL=m + - [Config] arm64: snapdragon: INPUT_PM8941_PWRKEY=y + - [Config] arm64: snapdragon: MEDIA_SUBDRV_AUTOSELECT=y, VIDEO_OV5645=m + - [Config] arm64: snapdragon: SND_SOC_APQ8016_SBC=y, SND_SOC_LPASS_APQ8016=y + - [Config] arm64: snapdragon: SND_SOC_MSM8916_WCD_ANALOG=y, + SND_SOC_MSM8916_WCD_DIGITAL=y + - SAUCE: media: ov5645: skip address change if dt addr == default addr + - SAUCE: drm/msm/adv7511: wrap hacks under CONFIG_ADV7511_SNAPDRAGON_HACKS + #ifdefs + - [Config] arm64: snapdragon: ADV7511_SNAPDRAGON_HACKS=y + - [Packaging] fix up snapdragon abi paths + + * LSM stacking patches for bionic (LP: #1763062) + - SAUCE: LSM stacking: procfs: add smack subdir to attrs + - SAUCE: LSM stacking: LSM: Manage credential security blobs + - SAUCE: LSM stacking: LSM: Manage file security blobs + - SAUCE: LSM stacking: LSM: Manage task security blobs + - SAUCE: LSM stacking: LSM: Manage remaining security blobs + - SAUCE: LSM stacking: LSM: General stacking + - SAUCE: LSM stacking: fixup initialize task->security + - SAUCE: LSM stacking: fixup: alloc_task_ctx is dead code + - SAUCE: LSM stacking: add support for stacking getpeersec_stream + - SAUCE: LSM stacking: add stacking support to apparmor network hooks + - SAUCE: LSM stacking: fixup apparmor stacking enablement + - SAUCE: LSM stacking: fixup stacking kconfig + - SAUCE: LSM stacking: allow selecting multiple LSMs using kernel boot params + - SAUCE: LSM stacking: provide prctl interface for setting context + - SAUCE: LSM stacking: inherit current display LSM + - SAUCE: LSM stacking: keep an index for each registered LSM + - SAUCE: LSM stacking: verify display LSM + - SAUCE: LSM stacking: provide a way to specify the default display lsm + - SAUCE: LSM stacking: make sure LSM blob align on 64 bit boundaries + - SAUCE: LSM stacking: add /proc//attr/display_lsm + - SAUCE: LSM stacking: add Kconfig to set default display LSM + - SAUCE: LSM stacking: add configs for LSM stacking + - SAUCE: LSM stacking: add apparmor and selinux proc dirs + - SAUCE: LSM stacking: remove procfs context interface + + * linux 4.13.0-13.14 ADT test failure with linux 4.13.0-13.14 + (LP: #1720779) // LSM stacking patches for bionic (LP: #1763062) + - SAUCE: LSM stacking: check for invalid zero sized writes + + * Support cq/rq record doorbell for RDMA on HSilicon hip08 systems + (LP: #1762755) + - RDMA/hns: Support rq record doorbell for the user space + - RDMA/hns: Support cq record doorbell for the user space + - RDMA/hns: Support rq record doorbell for kernel space + - RDMA/hns: Support cq record doorbell for kernel space + - RDMA/hns: Fix cqn type and init resp + - RDMA/hns: Fix init resp when alloc ucontext + - RDMA/hns: Fix cq record doorbell enable in kernel + + * Replace LPC patchset with upstream version (LP: #1762758) + - Revert "UBUNTU: SAUCE: MAINTAINERS: Add maintainer for HiSilicon LPC driver" + - Revert "UBUNTU: SAUCE: HISI LPC: Add ACPI support" + - Revert "UBUNTU: SAUCE: ACPI / scan: do not enumerate Indirect IO host + children" + - Revert "UBUNTU: SAUCE: HISI LPC: Support the LPC host on Hip06/Hip07 with DT + bindings" + - Revert "UBUNTU: SAUCE: OF: Add missing I/O range exception for indirect-IO + devices" + - Revert "UBUNTU: SAUCE: PCI: Apply the new generic I/O management on PCI IO + hosts" + - Revert "UBUNTU: SAUCE: PCI: Add fwnode handler as input param of + pci_register_io_range()" + - Revert "UBUNTU: SAUCE: PCI: Remove unused __weak attribute in + pci_register_io_range()" + - Revert "UBUNTU: SAUCE: LIB: Introduce a generic PIO mapping method" + - lib: Add generic PIO mapping method + - PCI: Remove __weak tag from pci_register_io_range() + - PCI: Add fwnode handler as input param of pci_register_io_range() + - PCI: Apply the new generic I/O management on PCI IO hosts + - of: Add missing I/O range exception for indirect-IO devices + - HISI LPC: Support the LPC host on Hip06/Hip07 with DT bindings + - ACPI / scan: Rename acpi_is_serial_bus_slave() for more general use + - ACPI / scan: Do not enumerate Indirect IO host children + - HISI LPC: Add ACPI support + - MAINTAINERS: Add John Garry as maintainer for HiSilicon LPC driver + + * Enable Tunneled Operations on POWER9 (LP: #1762448) + - powerpc/powernv: Enable tunneled operations + - cxl: read PHB indications from the device tree + + * PSL traces reset after PERST for debug AFU image (LP: #1762462) + - cxl: Enable NORST bit in PSL_DEBUG register for PSL9 + + * NFS + sec=krb5 is broken (LP: #1759791) + - sunrpc: remove incorrect HMAC request initialization + + * Raspberry Pi 3 microSD support missing from the installer (LP: #1729128) + - d-i: add bcm2835 to block-modules + + * Backport USB core quirks (LP: #1762695) + - usb: core: Add "quirks" parameter for usbcore + - usb: core: Copy parameter string correctly and remove superfluous null check + - usb: core: Add USB_QUIRK_DELAY_CTRL_MSG to usbcore quirks + + * [Ubuntu 18.04] cryptsetup: 'device-mapper: reload ioctl on failed' when + setting up a second end-to-end encrypted disk (LP: #1762353) + - SAUCE: s390/crypto: Adjust s390 aes and paes cipher + + * System Z {kernel} UBUNTU18.04 wrong kernel config (LP: #1762719) + - s390: move nobp parameter functions to nospec-branch.c + - s390: add automatic detection of the spectre defense + - s390: report spectre mitigation via syslog + - s390: add sysfs attributes for spectre + - [Config] CONFIG_EXPOLINE_AUTO=y, CONFIG_KERNEL_NOBP=n for s390 + - s390: correct nospec auto detection init order + + * Additional spectre and meltdown patches (LP: #1760099) // CVE-2017-5715 + - powerpc/64s: Wire up cpu_show_spectre_v2() + + * Additional spectre and meltdown patches (LP: #1760099) // CVE-2017-5753 + - powerpc/64s: Wire up cpu_show_spectre_v1() + + * Additional spectre and meltdown patches (LP: #1760099) // CVE-2017-5754 + - powerpc/rfi-flush: Move the logic to avoid a redo into the debugfs code + - powerpc/rfi-flush: Make it possible to call setup_rfi_flush() again + - powerpc/rfi-flush: Always enable fallback flush on pseries + - powerpc/rfi-flush: Differentiate enabled and patched flush types + - powerpc/rfi-flush: Call setup_rfi_flush() after LPM migration + - powerpc/64s: Move cpu_show_meltdown() + - powerpc/64s: Enhance the information in cpu_show_meltdown() + - powerpc/powernv: Use the security flags in pnv_setup_rfi_flush() + - powerpc/pseries: Use the security flags in pseries_setup_rfi_flush() + + * Additional spectre and meltdown patches (LP: #1760099) // CVE-2017-5715 // + CVE-2017-5753 // CVE-2017-5754 + - powerpc/pseries: Add new H_GET_CPU_CHARACTERISTICS flags + - powerpc: Add security feature flags for Spectre/Meltdown + - powerpc/pseries: Set or clear security feature flags + - powerpc/powernv: Set or clear security feature flags + + * Hisilicon network subsystem 3 support (LP: #1761610) + - net: hns3: export pci table of hclge and hclgevf to userspace + - d-i: Add hns3 drivers to nic-modules + + * "ip a" command on a guest VM shows UNKNOWN status (LP: #1761534) + - virtio-net: Fix operstate for virtio when no VIRTIO_NET_F_STATUS + + * perf vendor events arm64: Enable JSON events for ThunderX2 B0 (LP: #1760712) + - perf vendor events: Drop incomplete multiple mapfile support + - perf vendor events: Fix error code in json_events() + - perf vendor events: Drop support for unused topic directories + - perf vendor events: Add support for pmu events vendor subdirectory + - perf vendor events arm64: Relocate ThunderX2 JSON to cavium subdirectory + - perf vendor events arm64: Relocate Cortex A53 JSONs to arm subdirectory + - perf vendor events: Add support for arch standard events + - perf vendor events arm64: Add armv8-recommended.json + - perf vendor events arm64: Fixup ThunderX2 to use recommended events + - perf vendor events arm64: fixup A53 to use recommended events + - perf vendor events arm64: add HiSilicon hip08 JSON file + - perf vendor events arm64: Enable JSON events for ThunderX2 B0 + + * Warning "cache flush timed out!" seen when unloading the cxl driver + (LP: #1762367) + - cxl: Check if PSL data-cache is available before issue flush request + + * Bionic update to v4.16.1 stable release (LP: #1763170) + - bitmap: fix memset optimization on big-endian systems + - USB: serial: ftdi_sio: add RT Systems VX-8 cable + - USB: serial: ftdi_sio: add support for Harman FirmwareHubEmulator + - USB: serial: cp210x: add ELDAT Easywave RX09 id + - serial: 8250: Add Nuvoton NPCM UART + - mei: remove dev_err message on an unsupported ioctl + - /dev/mem: Avoid overwriting "err" in read_mem() + - media: usbtv: prevent double free in error case + - parport_pc: Add support for WCH CH382L PCI-E single parallel port card. + - crypto: lrw - Free rctx->ext with kzfree + - crypto: ccp - Fill the result buffer only on digest, finup, and final ops + - crypto: talitos - don't persistently map req_ctx->hw_context and + req_ctx->buf + - crypto: inside-secure - fix clock management + - crypto: testmgr - Fix incorrect values in PKCS#1 test vector + - crypto: talitos - fix IPsec cipher in length + - crypto: ahash - Fix early termination in hash walk + - crypto: caam - Fix null dereference at error path + - crypto: ccp - return an actual key size from RSA max_size callback + - crypto: arm,arm64 - Fix random regeneration of S_shipped + - crypto: x86/cast5-avx - fix ECB encryption when long sg follows short one + - Bluetooth: hci_bcm: Add 6 new ACPI HIDs + - Btrfs: fix unexpected cow in run_delalloc_nocow + - siox: fix possible buffer overflow in device_add_store + - staging: comedi: ni_mio_common: ack ai fifo error interrupts. + - Revert "base: arch_topology: fix section mismatch build warnings" + - Input: ALPS - fix TrackStick detection on Thinkpad L570 and Latitude 7370 + - Input: i8042 - add Lenovo ThinkPad L460 to i8042 reset list + - Input: i8042 - enable MUX on Sony VAIO VGN-CS series to fix touchpad + - vt: change SGR 21 to follow the standards + - Fix slab name "biovec-(1<<(21-12))" + - signal: Correct the offset of si_pkey and si_lower in struct siginfo on m68k + - Linux 4.16.1 + + * [18.04][config] regression: nvme and nvme_core couldn't be built as modules + starting 4.15-rc2 (LP: #1759893) + - SAUCE: Revert "lightnvm: include NVM Express driver if OCSSD is selected for + build" + - [Config] CONFIG_BLK_DEV_NMVE=m + + * FFe: Enable configuring resume offset via sysfs (LP: #1760106) + - PM / hibernate: Make passing hibernate offsets more friendly + + * Ubuntu18.04:POWER9:DD2.2 - Unable to start a KVM guest with default machine + type(pseries-bionic) complaining "KVM implementation does not support + Transactional Memory, try cap-htm=off" (kvm) (LP: #1752026) + - powerpc: Use feature bit for RTC presence rather than timebase presence + - powerpc: Book E: Remove unused CPU_FTR_L2CSR bit + - powerpc: Free up CPU feature bits on 64-bit machines + - powerpc: Add CPU feature bits for TM bug workarounds on POWER9 v2.2 + - powerpc/powernv: Provide a way to force a core into SMT4 mode + - KVM: PPC: Book3S HV: Work around transactional memory bugs in POWER9 + - KVM: PPC: Book3S HV: Work around XER[SO] bug in fake suspend mode + - KVM: PPC: Book3S HV: Work around TEXASR bug in fake suspend state + + * [Feature][CFL][ICL] [CNL]Thunderbolt support (Titan Ridge) (LP: #1730775) + - thunderbolt: Resume control channel after hibernation image is created + - thunderbolt: Serialize PCIe tunnel creation with PCI rescan + - thunderbolt: Handle connecting device in place of host properly + - thunderbolt: Do not overwrite error code when domain adding fails + - thunderbolt: Wait a bit longer for root switch config space + - thunderbolt: Wait a bit longer for ICM to authenticate the active NVM + - thunderbolt: Handle rejected Thunderbolt devices + - thunderbolt: Factor common ICM add and update operations out + - thunderbolt: Correct function name in kernel-doc comment + - thunderbolt: Add tb_switch_get() + - thunderbolt: Add tb_switch_find_by_route() + - thunderbolt: Add tb_xdomain_find_by_route() + - thunderbolt: Add constant for approval timeout + - thunderbolt: Move driver ready handling to struct icm + - thunderbolt: Add 'boot' attribute for devices + - thunderbolt: Add support for preboot ACL + - thunderbolt: Introduce USB only (SL4) security level + - thunderbolt: Add support for Intel Titan Ridge + + * QCA9377 requires more IRAM banks for its new firmware (LP: #1748345) + - ath10k: update the IRAM bank number for QCA9377 + + * Fix an issue that when system in S3, USB keyboard can't wake up the system. + (LP: #1759511) + - ACPI / PM: Allow deeper wakeup power states with no _SxD nor _SxW + + * cxl: Fix timebase synchronization status on POWER9 missing (CAPI) + (LP: #1757228) + - cxl: Fix timebase synchronization status on P9 + + * [Feature]Update Ubuntu 18.04 lpfc FC driver with 32/64GB HBA support and bug + fixes (LP: #1752182) + - scsi: lpfc: Fix frequency of Release WQE CQEs + - scsi: lpfc: Increase CQ and WQ sizes for SCSI + - scsi: lpfc: move placement of target destroy on driver detach + - scsi: lpfc: correct debug counters for abort + - scsi: lpfc: Add WQ Full Logic for NVME Target + - scsi: lpfc: Fix PRLI handling when topology type changes + - scsi: lpfc: Fix IO failure during hba reset testing with nvme io. + - scsi: lpfc: Fix RQ empty firmware trap + - scsi: lpfc: Allow set of maximum outstanding SCSI cmd limit for a target + - scsi: lpfc: Fix soft lockup in lpfc worker thread during LIP testing + - scsi: lpfc: Fix issue_lip if link is disabled + - scsi: lpfc: Indicate CONF support in NVMe PRLI + - scsi: lpfc: Fix SCSI io host reset causing kernel crash + - scsi: lpfc: Validate adapter support for SRIU option + - scsi: lpfc: Fix header inclusion in lpfc_nvmet + - scsi: lpfc: Treat SCSI Write operation Underruns as an error + - scsi: lpfc: Fix nonrecovery of NVME controller after cable swap. + - scsi: lpfc: update driver version to 11.4.0.7 + - scsi: lpfc: Update 11.4.0.7 modified files for 2018 Copyright + - scsi: lpfc: Rework lpfc to allow different sli4 cq and eq handlers + - scsi: lpfc: Rework sli4 doorbell infrastructure + - scsi: lpfc: Add SLI-4 if_type=6 support to the code base + - scsi: lpfc: Add push-to-adapter support to sli4 + - scsi: lpfc: Add PCI Ids for if_type=6 hardware + - scsi: lpfc: Add 64G link speed support + - scsi: lpfc: Add if_type=6 support for cycling valid bits + - scsi: lpfc: Enable fw download on if_type=6 devices + - scsi: lpfc: Add embedded data pointers for enhanced performance + - scsi: lpfc: Fix nvme embedded io length on new hardware + - scsi: lpfc: Work around NVME cmd iu SGL type + - scsi: lpfc: update driver version to 12.0.0.0 + - scsi: lpfc: Change Copyright of 12.0.0.0 modified files to 2018 + - scsi: lpfc: use __raw_writeX on DPP copies + - scsi: lpfc: Add missing unlock in WQ full logic + + * /dev/bcache/by-uuid links not created after reboot (LP: #1729145) + - SAUCE: (no-up) bcache: decouple emitting a cached_dev CHANGE uevent + + * DKMS driver builds fail with: Cannot use CONFIG_STACK_VALIDATION=y, please + install libelf-dev, libelf-devel or elfutils-libelf-devel (LP: #1760876) + - [Packaging] include the retpoline extractor in the headers + + * Use med_with_dipm SATA LPM to save more power for mobile platforms + (LP: #1759547) + - [Config] CONFIG_SATA_MOBILE_LPM_POLICY=3 + + * Miscellaneous Ubuntu changes + - [Packaging] Only install cloud init files when do_tools_common=true + - SAUCE: Import aufs driver + - [Config] Enable AUFS config options + + -- Seth Forshee Thu, 12 Apr 2018 09:30:56 -0500 + +linux (4.16.0-3.4) bionic; urgency=medium + + * Allow multiple mounts of zfs datasets (LP: #1759848) + - SAUCE: Allow mounting datasets more than once (LP: #1759848) + + * zfs system process hung on container stop/delete (LP: #1754584) + - SAUCE: Fix non-prefaulted page deadlock (LP: #1754584) + - Revert "UBUNTU: SAUCE: Fix non-prefaulted page deadlock (LP: #1754584)" + - SAUCE: Fix non-prefaulted page deadlock (LP: #1754584) + + * ubuntu_zram_smoke test will cause soft lockup on Artful ThunderX ARM64 + (LP: #1755073) + - SAUCE: crypto: thunderx_zip: Fix fallout from CONFIG_VMAP_STACK + + * CAPI Flash (cxlflash) update (LP: #1752672) + - SAUCE: cxlflash: Preserve number of interrupts for master contexts + - SAUCE: cxlflash: Avoid clobbering context control register value + - SAUCE: cxlflash: Add argument identifier names + - SAUCE: cxlflash: Introduce OCXL backend + - SAUCE: cxlflash: Hardware AFU for OCXL + - SAUCE: cxlflash: Read host function configuration + - SAUCE: cxlflash: Setup function acTag range + - SAUCE: cxlflash: Read host AFU configuration + - SAUCE: cxlflash: Setup AFU acTag range + - SAUCE: cxlflash: Setup AFU PASID + - SAUCE: cxlflash: Adapter context support for OCXL + - SAUCE: cxlflash: Use IDR to manage adapter contexts + - SAUCE: cxlflash: Support adapter file descriptors for OCXL + - SAUCE: cxlflash: Support adapter context discovery + - SAUCE: cxlflash: Support image reload policy modification + - SAUCE: cxlflash: MMIO map the AFU + - SAUCE: cxlflash: Support starting an adapter context + - SAUCE: cxlflash: Support process specific mappings + - SAUCE: cxlflash: Support AFU state toggling + - SAUCE: cxlflash: Support reading adapter VPD data + - SAUCE: cxlflash: Setup function OCXL link + - SAUCE: cxlflash: Setup OCXL transaction layer + - SAUCE: cxlflash: Support process element lifecycle + - SAUCE: cxlflash: Support AFU interrupt management + - SAUCE: cxlflash: Support AFU interrupt mapping and registration + - SAUCE: cxlflash: Support starting user contexts + - SAUCE: cxlflash: Support adapter context polling + - SAUCE: cxlflash: Support adapter context reading + - SAUCE: cxlflash: Support adapter context mmap and release + - SAUCE: cxlflash: Support file descriptor mapping + - SAUCE: cxlflash: Introduce object handle fop + - SAUCE: cxlflash: Setup LISNs for user contexts + - SAUCE: cxlflash: Setup LISNs for master contexts + - SAUCE: cxlflash: Update synchronous interrupt status bits + - SAUCE: cxlflash: Introduce OCXL context state machine + - SAUCE: cxlflash: Register for translation errors + - SAUCE: cxlflash: Support AFU reset + - SAUCE: cxlflash: Enable OCXL operations + + * [Artful][Wyse 3040] System hang when trying to enable an offlined CPU core + (LP: #1736393) + - SAUCE: drm/i915:Don't set chip specific data + - SAUCE: drm/i915: make previous commit affects Wyse 3040 only + + * zed process consuming 100% cpu (LP: #1751796) + - SAUCE: Fix ioctl loop-spin in zed (LP: #1751796) + + * Ubuntu18.04:PowerPC - Set Transparent Huge Pages (THP) by default to + "always" (LP: #1753708) + - Config: Set TRANSPARENT_HUGEPAGE_ALWAYS=y on ppc64el + + * retpoline hints: primary infrastructure and initial hints (LP: #1758856) + - [Packaging] retpoline -- add safe usage hint support + - [Packaging] retpoline-check -- only report additions + - [Packaging] retpoline -- widen indirect call/jmp detection + - [Packaging] retpoline -- elide %rip relative indirections + - [Packaging] retpoline -- clear hint information from packages + - SAUCE: apm -- annotate indirect calls within + firmware_restrict_branch_speculation_{start,end} + - SAUCE: EFI -- annotate indirect calls within + firmware_restrict_branch_speculation_{start,end} + - SAUCE: early/late -- annotate indirect calls in early/late initialisation + code + - SAUCE: vga_set_mode -- avoid jump tables + - [Config] retpoine -- switch to new format + + * Miscellaneous Ubuntu changes + - [Packaging] final-checks -- remove check for empty retpoline files + - [Packaging] skip cloud tools packaging when not building package + + [ Upstream Kernel Changes ] + + * Rebase to v4.16 + + -- Seth Forshee Mon, 02 Apr 2018 16:15:36 -0500 + +linux (4.16.0-2.3) bionic; urgency=medium + + * devpts: handle bind-mounts (LP: #1755857) + - SAUCE: devpts: hoist out check for DEVPTS_SUPER_MAGIC + - SAUCE: devpts: resolve devpts bind-mounts + - SAUCE: devpts: comment devpts_mntget() + - SAUCE: selftests: add devpts selftests + + * [bionic][arm64] d-i: add hisi_sas_v3_hw to scsi-modules (LP: #1756103) + - d-i: add hisi_sas_v3_hw to scsi-modules + + * [Bionic][ARM64] PCI and SAS driver patches for hip08 SoCs (LP: #1756094) + - SAUCE: scsi: hisi_sas: config for hip08 ES + - SAUCE: scsi: hisi_sas: export device table of v3 hw to userspace + + * s390/crypto: Fix kernel crash on aes_s390 module remove (LP: #1753424) + - SAUCE: s390/crypto: Fix kernel crash on aes_s390 module remove. + + * Fix ARC hit rate (LP: #1755158) + - SAUCE: Fix ARC hit rate (LP: #1755158) + + * ZFS setgid broken on 0.7 (LP: #1753288) + - SAUCE: Fix ZFS setgid + + * CONFIG_EFI=y on armhf (LP: #1726362) + - [Config] CONFIG_EFI=y on armhf, reconcile secureboot EFI settings + + * [Feature] Add xHCI debug device support in the driver (LP: #1730832) + - [Config] CONFIG_USB_XHCI_DBGCAP=y + + * retpoline: ignore %cs:0xNNN constant indirections (LP: #1752655) + - [Packaging] retpoline -- elide %cs:0xNNNN constants on i386 + - [Config] retpoline -- clean up i386 retpoline files + + * Miscellaneous Ubuntu changes + - [Packaging] retpoline-extract: flag *0xNNN(%reg) branches + - [Config] fix up retpoline abi files + - [Config] fix up retpoline abi files + - d-i: Add netsec to nic-modules + + [ Upstream Kernel Changes ] + + * Rebase to v4.16-rc6 + + -- Seth Forshee Mon, 19 Mar 2018 14:09:49 -0500 + +linux (4.16.0-1.2) bionic; urgency=medium + + * Driver not found in Ubuntu kernel does not detect interface (LP: #1745927) + - d-i: add cxgb4 to nic-modules + + * Support low-pin-count devices on Hisilicon SoCs (LP: #1677319) + - [Config] CONFIG_INDIRECT_PIO=y + - SAUCE: LIB: Introduce a generic PIO mapping method + - SAUCE: PCI: Remove unused __weak attribute in pci_register_io_range() + - SAUCE: PCI: Add fwnode handler as input param of pci_register_io_range() + - SAUCE: PCI: Apply the new generic I/O management on PCI IO hosts + - SAUCE: OF: Add missing I/O range exception for indirect-IO devices + - [Config] CONFIG_HISILICON_LPC=y + - SAUCE: HISI LPC: Support the LPC host on Hip06/Hip07 with DT bindings + - SAUCE: ACPI / scan: do not enumerate Indirect IO host children + - SAUCE: HISI LPC: Add ACPI support + - SAUCE: MAINTAINERS: Add maintainer for HiSilicon LPC driver + + * Miscellaneous Ubuntu changes + - SAUCE: tools: use CC for linking acpi tools + + [ Upstream Kernel Changes ] + + * Rebase to v4.16-rc3 + + -- Seth Forshee Wed, 28 Feb 2018 10:17:23 -0600 + +linux (4.16.0-0.1) bionic; urgency=medium + + * retpoline abi files are empty on i386 (LP: #1751021) + - [Packaging] retpoline-extract -- instantiate retpoline files for i386 + - [Packaging] final-checks -- sanity checking ABI contents + - [Packaging] final-checks -- check for empty retpoline files + + * Miscellaneous upstream changes + - disable vbox build + - Disable zfs build + + [ Upstream Kernel Changes ] + + * Rebase to v4.16-rc2 + + -- Seth Forshee Thu, 22 Feb 2018 08:58:57 -0600 + +linux (4.16.0-0.0) bionic; urgency=medium + + * Dummy entry + + -- Seth Forshee Wed, 21 Feb 2018 14:33:13 -0600 + +linux (4.15.0-10.11) bionic; urgency=medium + + * linux: 4.15.0-10.11 -proposed tracker (LP: #1749250) + + * "swiotlb: coherent allocation failed" dmesg spam with linux 4.15.0-9.10 + (LP: #1749202) + - swiotlb: suppress warning when __GFP_NOWARN is set + - drm/ttm: specify DMA_ATTR_NO_WARN for huge page pools + + * linux-tools: perf incorrectly linking libbfd (LP: #1748922) + - SAUCE: tools -- add ability to disable libbfd + - [Packaging] correct disablement of libbfd + + * [Artful] Realtek ALC225: 2 secs noise when a headset plugged in + (LP: #1744058) + - ALSA: hda/realtek - update ALC225 depop optimize + + * [Artful] Support headset mode for DELL WYSE (LP: #1723913) + - SAUCE: ALSA: hda/realtek - Add support headset mode for DELL WYSE + + * headset mic can't be detected on two Dell machines (LP: #1748807) + - ALSA: hda/realtek - Support headset mode for ALC215/ALC285/ALC289 + - ALSA: hda - Fix headset mic detection problem for two Dell machines + + * Bionic update to v4.15.3 stable release (LP: #1749191) + - ip6mr: fix stale iterator + - net: igmp: add a missing rcu locking section + - qlcnic: fix deadlock bug + - qmi_wwan: Add support for Quectel EP06 + - r8169: fix RTL8168EP take too long to complete driver initialization. + - tcp: release sk_frag.page in tcp_disconnect + - vhost_net: stop device during reset owner + - ipv6: addrconf: break critical section in addrconf_verify_rtnl() + - ipv6: change route cache aging logic + - Revert "defer call to mem_cgroup_sk_alloc()" + - net: ipv6: send unsolicited NA after DAD + - rocker: fix possible null pointer dereference in + rocker_router_fib_event_work + - tcp_bbr: fix pacing_gain to always be unity when using lt_bw + - cls_u32: add missing RCU annotation. + - ipv6: Fix SO_REUSEPORT UDP socket with implicit sk_ipv6only + - soreuseport: fix mem leak in reuseport_add_sock() + - net_sched: get rid of rcu_barrier() in tcf_block_put_ext() + - net: sched: fix use-after-free in tcf_block_put_ext + - media: mtk-vcodec: add missing MODULE_LICENSE/DESCRIPTION + - media: soc_camera: soc_scale_crop: add missing + MODULE_DESCRIPTION/AUTHOR/LICENSE + - media: tegra-cec: add missing MODULE_DESCRIPTION/AUTHOR/LICENSE + - gpio: uniphier: fix mismatch between license text and MODULE_LICENSE + - crypto: tcrypt - fix S/G table for test_aead_speed() + - Linux 4.15.3 + + * bnx2x_attn_int_deasserted3:4323 MC assert! (LP: #1715519) // + CVE-2018-1000026 + - net: create skb_gso_validate_mac_len() + - bnx2x: disable GSO where gso_size is too big for hardware + + * ethtool -p fails to light NIC LED on HiSilicon D05 systems (LP: #1748567) + - net: hns: add ACPI mode support for ethtool -p + + * CVE-2017-5715 (Spectre v2 Intel) + - [Packaging] retpoline files must be sorted + - [Packaging] pull in retpoline files + + * [Feature] PXE boot with Intel Omni-Path (LP: #1712031) + - d-i: Add hfi1 to nic-modules + + * CVE-2017-5715 (Spectre v2 retpoline) + - [Packaging] retpoline -- add call site validation + - [Config] disable retpoline checks for first upload + + * Do not duplicate changelog entries assigned to more than one bug or CVE + (LP: #1743383) + - [Packaging] git-ubuntu-log -- handle multiple bugs/cves better + + -- Seth Forshee Tue, 13 Feb 2018 11:33:58 -0600 + +linux (4.15.0-9.10) bionic; urgency=medium + + * linux: 4.15.0-9.10 -proposed tracker (LP: #1748244) + + * Miscellaneous Ubuntu changes + - [Debian] tests -- remove gcc-multilib dependency for arm64 + + -- Seth Forshee Thu, 08 Feb 2018 11:25:04 -0600 + +linux (4.15.0-8.9) bionic; urgency=medium + + * linux: 4.15.0-8.9 -proposed tracker (LP: #1748075) + + * Bionic update to v4.15.2 stable release (LP: #1748072) + - KVM: x86: Make indirect calls in emulator speculation safe + - KVM: VMX: Make indirect call speculation safe + - module/retpoline: Warn about missing retpoline in module + - x86/cpufeatures: Add CPUID_7_EDX CPUID leaf + - x86/cpufeatures: Add Intel feature bits for Speculation Control + - x86/cpufeatures: Add AMD feature bits for Speculation Control + - x86/msr: Add definitions for new speculation control MSRs + - x86/pti: Do not enable PTI on CPUs which are not vulnerable to Meltdown + - x86/cpufeature: Blacklist SPEC_CTRL/PRED_CMD on early Spectre v2 microcodes + - x86/speculation: Add basic IBPB (Indirect Branch Prediction Barrier) support + - x86/alternative: Print unadorned pointers + - x86/nospec: Fix header guards names + - x86/bugs: Drop one "mitigation" from dmesg + - x86/cpu/bugs: Make retpoline module warning conditional + - x86/cpufeatures: Clean up Spectre v2 related CPUID flags + - x86/retpoline: Simplify vmexit_fill_RSB() + - x86/speculation: Simplify indirect_branch_prediction_barrier() + - auxdisplay: img-ascii-lcd: add missing MODULE_DESCRIPTION/AUTHOR/LICENSE + - iio: adc/accel: Fix up module licenses + - pinctrl: pxa: pxa2xx: add missing MODULE_DESCRIPTION/AUTHOR/LICENSE + - ASoC: pcm512x: add missing MODULE_DESCRIPTION/AUTHOR/LICENSE + - KVM: nVMX: Eliminate vmcs02 pool + - KVM: VMX: introduce alloc_loaded_vmcs + - objtool: Improve retpoline alternative handling + - objtool: Add support for alternatives at the end of a section + - objtool: Warn on stripped section symbol + - x86/mm: Fix overlap of i386 CPU_ENTRY_AREA with FIX_BTMAP + - x86/spectre: Check CONFIG_RETPOLINE in command line parser + - x86/entry/64: Remove the SYSCALL64 fast path + - x86/entry/64: Push extra regs right away + - x86/asm: Move 'status' from thread_struct to thread_info + - Documentation: Document array_index_nospec + - array_index_nospec: Sanitize speculative array de-references + - x86: Implement array_index_mask_nospec + - x86: Introduce barrier_nospec + - x86: Introduce __uaccess_begin_nospec() and uaccess_try_nospec + - x86/usercopy: Replace open coded stac/clac with __uaccess_{begin, end} + - x86/uaccess: Use __uaccess_begin_nospec() and uaccess_try_nospec + - x86/get_user: Use pointer masking to limit speculation + - x86/syscall: Sanitize syscall table de-references under speculation + - vfs, fdtable: Prevent bounds-check bypass via speculative execution + - nl80211: Sanitize array index in parse_txq_params + - x86/spectre: Report get_user mitigation for spectre_v1 + - x86/spectre: Fix spelling mistake: "vunerable"-> "vulnerable" + - x86/cpuid: Fix up "virtual" IBRS/IBPB/STIBP feature bits on Intel + - x86/speculation: Use Indirect Branch Prediction Barrier in context switch + - x86/paravirt: Remove 'noreplace-paravirt' cmdline option + - KVM: VMX: make MSR bitmaps per-VCPU + - x86/kvm: Update spectre-v1 mitigation + - x86/retpoline: Avoid retpolines for built-in __init functions + - x86/spectre: Simplify spectre_v2 command line parsing + - x86/pti: Mark constant arrays as __initconst + - x86/speculation: Fix typo IBRS_ATT, which should be IBRS_ALL + - KVM/x86: Update the reverse_cpuid list to include CPUID_7_EDX + - KVM/x86: Add IBPB support + - KVM/VMX: Emulate MSR_IA32_ARCH_CAPABILITIES + - KVM/VMX: Allow direct access to MSR_IA32_SPEC_CTRL + - KVM/SVM: Allow direct access to MSR_IA32_SPEC_CTRL + - serial: core: mark port as initialized after successful IRQ change + - fpga: region: release of_parse_phandle nodes after use + - Linux 4.15.2 + + * Add support for the NIC on SynQuacer E-Series boards (LP: #1747792) + - net: phy: core: remove now uneeded disabling of interrupts + - [Config] CONFIG_NET_VENDOR_SOCIONEXT=y & CONFIG_SNI_NETSEC=m + - net: socionext: Add Synquacer NetSec driver + - net: socionext: include linux/io.h to fix build + - net: socionext: Fix error return code in netsec_netdev_open() + + * [Artful/Bionic] [Config] enable EDAC_GHES for ARM64 (LP: #1747746) + - [Config] CONFIG_EDAC_GHES=y + + * support thunderx2 vendor pmu events (LP: #1747523) + - perf pmu: Pass pmu as a parameter to get_cpuid_str() + - perf tools arm64: Add support for get_cpuid_str function. + - perf pmu: Add helper function is_pmu_core to detect PMU CORE devices + - perf vendor events arm64: Add ThunderX2 implementation defined pmu core + events + - perf pmu: Add check for valid cpuid in perf_pmu__find_map() + + * linux 4.14.0-7.9 ADT test failure with linux 4.14.0-7.9 (LP: #1732463) + - SAUCE: mm: disable vma based swap readahead by default + - SAUCE: mm: fix memory hotplug in ZONE_HIGHMEM + + * Miscellaneous Ubuntu changes + - [Config] Fix CONFIG_PROFILE_ALL_BRANCHES annotations + + -- Seth Forshee Wed, 07 Feb 2018 21:13:27 -0600 + +linux (4.15.0-7.8) bionic; urgency=medium + + * Bionic update to v4.15.1 stable release (LP: #1747169) + - Bluetooth: hci_serdev: Init hci_uart proto_lock to avoid oops + - tools/gpio: Fix build error with musl libc + - gpio: stmpe: i2c transfer are forbiden in atomic context + - gpio: Fix kernel stack leak to userspace + - ALSA: hda - Reduce the suspend time consumption for ALC256 + - crypto: ecdh - fix typo in KPP dependency of CRYPTO_ECDH + - crypto: aesni - handle zero length dst buffer + - crypto: aesni - fix typo in generic_gcmaes_decrypt + - crypto: aesni - add wrapper for generic gcm(aes) + - crypto: aesni - Fix out-of-bounds access of the data buffer in generic-gcm- + aesni + - crypto: aesni - Fix out-of-bounds access of the AAD buffer in generic-gcm- + aesni + - crypto: inside-secure - fix hash when length is a multiple of a block + - crypto: inside-secure - avoid unmapping DMA memory that was not mapped + - crypto: sha3-generic - fixes for alignment and big endian operation + - crypto: af_alg - whitelist mask and type + - HID: wacom: EKR: ensure devres groups at higher indexes are released + - HID: wacom: Fix reporting of touch toggle (WACOM_HID_WD_MUTE_DEVICE) events + - power: reset: zx-reboot: add missing MODULE_DESCRIPTION/AUTHOR/LICENSE + - gpio: iop: add missing MODULE_DESCRIPTION/AUTHOR/LICENSE + - gpio: ath79: add missing MODULE_DESCRIPTION/LICENSE + - mtd: nand: denali_pci: add missing MODULE_DESCRIPTION/AUTHOR/LICENSE + - igb: Free IRQs when device is hotplugged + - ima/policy: fix parsing of fsuuid + - scsi: aacraid: Fix udev inquiry race condition + - scsi: aacraid: Fix hang in kdump + - scsi: storvsc: missing error code in storvsc_probe() + - staging: lustre: separate a connection destroy from free struct kib_conn + - staging: ccree: NULLify backup_info when unused + - staging: ccree: fix fips event irq handling build + - tty: fix data race between tty_init_dev and flush of buf + - usb: option: Add support for FS040U modem + - USB: serial: pl2303: new device id for Chilitag + - USB: cdc-acm: Do not log urb submission errors on disconnect + - CDC-ACM: apply quirk for card reader + - USB: serial: io_edgeport: fix possible sleep-in-atomic + - usbip: prevent bind loops on devices attached to vhci_hcd + - usbip: list: don't list devices attached to vhci_hcd + - USB: serial: simple: add Motorola Tetra driver + - usb: f_fs: Prevent gadget unbind if it is already unbound + - usb: uas: unconditionally bring back host after reset + - usb/gadget: Fix "high bandwidth" check in usb_gadget_ep_match_desc() + - ANDROID: binder: remove waitqueue when thread exits. + - android: binder: use VM_ALLOC to get vm area + - mei: me: allow runtime pm for platform with D0i3 + - serial: 8250_of: fix return code when probe function fails to get reset + - serial: 8250_uniphier: fix error return code in uniphier_uart_probe() + - serial: 8250_dw: Revert "Improve clock rate setting" + - serial: imx: Only wakeup via RTSDEN bit if the system has RTS/CTS + - spi: imx: do not access registers while clocks disabled + - iio: adc: stm32: fix scan of multiple channels with DMA + - iio: chemical: ccs811: Fix output of IIO_CONCENTRATION channels + - test_firmware: fix missing unlock on error in config_num_requests_store() + - Input: synaptics-rmi4 - unmask F03 interrupts when port is opened + - Input: synaptics-rmi4 - do not delete interrupt memory too early + - x86/efi: Clarify that reset attack mitigation needs appropriate userspace + - Linux 4.15.1 + + * Dell XPS 13 9360 bluetooth (Atheros) won't connect after resume + (LP: #1744712) + - Revert "Bluetooth: btusb: fix QCA Rome suspend/resume" + - Bluetooth: btusb: Restore QCA Rome suspend/resume fix with a "rewritten" + version + + * apparmor profile load in stacked policy container fails (LP: #1746463) + - SAUCE: apparmor: fix display of .ns_name for containers + + -- Seth Forshee Sun, 04 Feb 2018 11:56:32 +0100 + +linux (4.15.0-6.7) bionic; urgency=low + + * upload urgency should be medium by default (LP: #1745338) + - [Packaging] update urgency to medium by default + + * Shutdown hang on 16.04 with iscsi targets (LP: #1569925) + - scsi: libiscsi: Allow sd_shutdown on bad transport + + * Miscellaneous Ubuntu changes + - SAUCE: (noup) Update spl to 0.7.5-1ubuntu1, zfs to 0.7.5-1ubuntu1 + - Revert "UBUNTU: SAUCE: mm: fix memory hotplug in ZONE_HIGHMEM" + - Revert "UBUNTU: SAUCE: mm: disable vma based swap readahead by default" + + [ Upstream Kernel Changes ] + + * Rebase to v4.15 + + -- Seth Forshee Mon, 29 Jan 2018 08:47:07 -0600 + +linux (4.15.0-5.6) bionic; urgency=low + + * $(LOCAL_ENV_CC) and $(LOCAL_ENV_DISTCC_HOSTS) should be properly quoted + (LP: #1744077) + - [Debian] pass LOCAL_ENV_CC and LOCAL_ENV_DISTCC_HOSTS properly + + * Missing install-time driver for QLogic QED 25/40/100Gb Ethernet NIC + (LP: #1743638) + - [d-i] Add qede to nic-modules udeb + + * boot failure on AMD Raven + WesternXT (LP: #1742759) + - SAUCE: drm/amdgpu: add atpx quirk handling (v2) + + * Unable to handle kernel NULL pointer dereference at isci_task_abort_task + (LP: #1726519) + - SAUCE: Revert "scsi: libsas: allow async aborts" + + * Update Ubuntu-4.15.0 config to support Intel Atom devices (LP: #1739939) + - [Config] CONFIG_SERIAL_DEV_BUS=y, CONFIG_SERIAL_DEV_CTRL_TTYPORT=y + + * Miscellaneous Ubuntu changes + - Rebase to v4.15-rc7 + - [Config] CONFIG_CPU_ISOLATION=y + - [Config] Update annotations following config review + - Revert "UBUNTU: SAUCE: Import aufs driver" + - SAUCE: Import aufs driver + - ubuntu: vbox -- update to 5.2.6-dfsg-1 + - ubuntu: vbox: build fixes for 4.15 + - ubuntu: vbox -- update to 5.2.6-dfsg-2 + - hio: updates for timer api changes in 4.15 + - enable hio build + - Rebase to v4.15-rc9 + + [ Upstream Kernel Changes ] + + * Rebase to v4.15-rc9 + + -- Seth Forshee Mon, 22 Jan 2018 10:16:05 -0600 + +linux (4.15.0-4.5) bionic; urgency=low + + * [0cf3:e010] QCA6174A XR failed to pair with bt 4.0 device (LP: #1741166) + - SAUCE: Bluetooth: btusb: Add support for 0cf3:e010 + + * External HDMI monitor failed to show screen on Lenovo X1 series + (LP: #1738523) + - SAUCE: drm/i915: Disable writing of TMDS_OE on Lenovo ThinkPad X1 series + + * Miscellaneous Ubuntu changes + - [Debian] autoreconstruct - add resoration of execute permissions + + [ Upstream Kernel Changes ] + + * Rebase to v4.15-rc4 + + -- Seth Forshee Wed, 10 Jan 2018 10:24:22 -0600 + +linux (4.15.0-3.4) bionic; urgency=low + + * ubuntu/xr-usb-serial didn't get built in zesty and artful (LP: #1733281) + - SAUCE: make sure ubuntu/xr-usb-serial builds for x86 + + [ Upstream Kernel Changes ] + + * Rebase to v4.15-rc6 + + -- Seth Forshee Wed, 03 Jan 2018 20:20:43 -0600 + +linux (4.15.0-2.3) bionic; urgency=low + + * nvidia-graphics-drivers-384 384.90-0ubuntu6 ADT test failure with linux + 4.15.0-1.2 (LP: #1737752) + - x86/mm: Unbreak modules that use the DMA API + + * Ubuntu 17.10 corrupting BIOS - many LENOVO laptops models (LP: #1734147) + - [Config] CONFIG_SPI_INTEL_SPI_*=n + + * power: commonise configs IBMVETH/IBMVSCSI and ensure both are in linux-image + and udebs (LP: #1521712) + - [Config] Include ibmvnic in nic-modules + + * Enable arm64 emulation of removed ARMv7 instructions (LP: #1545542) + - [Config] Enable support for emulation of deprecated ARMv8 instructions + + * Miscellaneous Ubuntu changes + - SAUCE: (noup) Update spl with 4.15 compat fix (LP:#1737761) + - Enable zfs build + - [Debian] add icp to zfs-modules.ignore + + [ Upstream Kernel Changes ] + + * Rebase to v4.15-rc4 + + -- Seth Forshee Mon, 18 Dec 2017 09:27:13 -0600 + +linux (4.15.0-1.2) bionic; urgency=low + + * Disabling zfs does not always disable module checks for the zfs modules + (LP: #1737176) + - [Packaging] disable zfs module checks when zfs is disabled + + * Miscellaneous Ubuntu changes + - [Config] CONFIG_UNWINDER_FRAME_POINTER=y for amd64 + + [ Upstream Kernel Changes ] + + * Rebase to v4.15-rc3 + + -- Seth Forshee Sun, 10 Dec 2017 22:07:19 -0600 + +linux (4.15.0-0.1) bionic; urgency=low + + * Miscellaneous Ubuntu changes + - ubuntu: vbox -- update to 5.2.2-dfsg-2 + - ubuntu: vbox: build fixes for 4.15 + - disable hio build + - [Config] Update kernel lockdown options to fix build errors + - Disable zfs build + - SAUCE: Import aufs driver + - [Config] Enable AUFS config options + + [ Upstream Kernel Changes ] + + * Rebase to v4.15-rc2 + + -- Seth Forshee Fri, 08 Dec 2017 13:55:42 -0600 + +linux (4.14.0-11.13) bionic; urgency=low + + * linux: 4.14.0-11.13 -proposed tracker (LP: #1736168) + + * CVE-2017-1000405 + - mm, thp: Do not make page table dirty unconditionally in touch_p[mu]d() + + * linux 4.14.0-7.9 ADT test failure with linux 4.14.0-7.9 (LP: #1732463) + - SAUCE: mm: disable vma based swap readahead by default + - SAUCE: mm: fix memory hotplug in ZONE_HIGHMEM + + * Bionic update to v4.14.3 stable release (LP: #1735843) + - s390: fix transactional execution control register handling + - s390/noexec: execute kexec datamover without DAT + - s390/runtime instrumention: fix possible memory corruption + - s390/guarded storage: fix possible memory corruption + - s390/disassembler: add missing end marker for e7 table + - s390/disassembler: increase show_code buffer size + - ACPI / PM: Fix acpi_pm_notifier_lock vs flush_workqueue() deadlock + - ACPI / EC: Fix regression related to triggering source of EC event handling + - cpufreq: schedutil: Reset cached_raw_freq when not in sync with next_freq + - serdev: fix registration of second slave + - sched: Make resched_cpu() unconditional + - lib/mpi: call cond_resched() from mpi_powm() loop + - x86/boot: Fix boot failure when SMP MP-table is based at 0 + - x86/decoder: Add new TEST instruction pattern + - x86/entry/64: Fix entry_SYSCALL_64_after_hwframe() IRQ tracing + - x86/entry/64: Add missing irqflags tracing to native_load_gs_index() + - perf/x86/intel: Hide TSX events when RTM is not supported + - arm64: Implement arch-specific pte_access_permitted() + - ARM: 8722/1: mm: make STRICT_KERNEL_RWX effective for LPAE + - ARM: 8721/1: mm: dump: check hardware RO bit for LPAE + - uapi: fix linux/tls.h userspace compilation error + - uapi: fix linux/rxrpc.h userspace compilation errors + - MIPS: cmpxchg64() and HAVE_VIRT_CPU_ACCOUNTING_GEN don't work for 32-bit SMP + - MIPS: ralink: Fix MT7628 pinmux + - MIPS: ralink: Fix typo in mt7628 pinmux function + - net: mvneta: fix handling of the Tx descriptor counter + - nbd: wait uninterruptible for the dead timeout + - nbd: don't start req until after the dead connection logic + - PM / OPP: Add missing of_node_put(np) + - PCI/ASPM: Account for downstream device's Port Common_Mode_Restore_Time + - PCI/ASPM: Use correct capability pointer to program LTR_L1.2_THRESHOLD + - PCI: hv: Use effective affinity mask + - PCI: Set Cavium ACS capability quirk flags to assert RR/CR/SV/UF + - PCI: Apply Cavium ThunderX ACS quirk to more Root Ports + - ALSA: hda: Add Raven PCI ID + - dm integrity: allow unaligned bv_offset + - dm cache: fix race condition in the writeback mode overwrite_bio + optimisation + - dm crypt: allow unaligned bv_offset + - dm zoned: ignore last smaller runt zone + - dm mpath: remove annoying message of 'blk_get_request() returned -11' + - dm bufio: fix integer overflow when limiting maximum cache size + - ovl: Put upperdentry if ovl_check_origin() fails + - dm: allocate struct mapped_device with kvzalloc + - sched/rt: Simplify the IPI based RT balancing logic + - MIPS: pci: Remove KERN_WARN instance inside the mt7620 driver + - dm: fix race between dm_get_from_kobject() and __dm_destroy() + - dm: discard support requires all targets in a table support discards + - MIPS: Fix odd fp register warnings with MIPS64r2 + - MIPS: Fix MIPS64 FP save/restore on 32-bit kernels + - MIPS: dts: remove bogus bcm96358nb4ser.dtb from dtb-y entry + - MIPS: Fix an n32 core file generation regset support regression + - MIPS: BCM47XX: Fix LED inversion for WRT54GSv1 + - MIPS: math-emu: Fix final emulation phase for certain instructions + - rt2x00usb: mark device removed when get ENOENT usb error + - mm/z3fold.c: use kref to prevent page free/compact race + - autofs: don't fail mount for transient error + - nilfs2: fix race condition that causes file system corruption + - fscrypt: lock mutex before checking for bounce page pool + - eCryptfs: use after free in ecryptfs_release_messaging() + - libceph: don't WARN() if user tries to add invalid key + - bcache: check ca->alloc_thread initialized before wake up it + - fs: guard_bio_eod() needs to consider partitions + - fanotify: fix fsnotify_prepare_user_wait() failure + - isofs: fix timestamps beyond 2027 + - btrfs: change how we decide to commit transactions during flushing + - f2fs: expose some sectors to user in inline data or dentry case + - NFS: Fix typo in nomigration mount option + - NFS: Revert "NFS: Move the flock open mode check into nfs_flock()" + - nfs: Fix ugly referral attributes + - NFS: Avoid RCU usage in tracepoints + - NFS: revalidate "." etc correctly on "open". + - nfsd: deal with revoked delegations appropriately + - rtlwifi: rtl8192ee: Fix memory leak when loading firmware + - rtlwifi: fix uninitialized rtlhal->last_suspend_sec time + - iwlwifi: fix firmware names for 9000 and A000 series hw + - md: fix deadlock error in recent patch. + - md: don't check MD_SB_CHANGE_CLEAN in md_allow_write + - Bluetooth: btqcomsmd: Add support for BD address setup + - md/bitmap: revert a patch + - fsnotify: clean up fsnotify_prepare/finish_user_wait() + - fsnotify: pin both inode and vfsmount mark + - fsnotify: fix pinning group in fsnotify_prepare_user_wait() + - ata: fixes kernel crash while tracing ata_eh_link_autopsy event + - ext4: fix interaction between i_size, fallocate, and delalloc after a crash + - ext4: prevent data corruption with inline data + DAX + - ext4: prevent data corruption with journaling + DAX + - ALSA: pcm: update tstamp only if audio_tstamp changed + - ALSA: usb-audio: Add sanity checks to FE parser + - ALSA: usb-audio: Fix potential out-of-bound access at parsing SU + - ALSA: usb-audio: Add sanity checks in v2 clock parsers + - ALSA: timer: Remove kernel warning at compat ioctl error paths + - ALSA: hda/realtek - Fix ALC275 no sound issue + - ALSA: hda: Fix too short HDMI/DP chmap reporting + - ALSA: hda - Fix yet remaining issue with vmaster 0dB initialization + - ALSA: hda/realtek - Fix ALC700 family no sound issue + - ASoC: sun8i-codec: Invert Master / Slave condition + - ASoC: sun8i-codec: Fix left and right channels inversion + - ASoC: sun8i-codec: Set the BCLK divider + - mfd: lpc_ich: Avoton/Rangeley uses SPI_BYT method + - fix a page leak in vhost_scsi_iov_to_sgl() error recovery + - 9p: Fix missing commas in mount options + - fs/9p: Compare qid.path in v9fs_test_inode + - net/9p: Switch to wait_event_killable() + - scsi: qla2xxx: Suppress a kernel complaint in qla_init_base_qpair() + - scsi: sd_zbc: Fix sd_zbc_read_zoned_characteristics() + - scsi: lpfc: fix pci hot plug crash in timer management routines + - scsi: lpfc: fix pci hot plug crash in list_add call + - scsi: lpfc: Fix crash receiving ELS while detaching driver + - scsi: lpfc: Fix FCP hba_wqidx assignment + - scsi: lpfc: Fix oops if nvmet_fc_register_targetport fails + - iscsi-target: Make TASK_REASSIGN use proper se_cmd->cmd_kref + - iscsi-target: Fix non-immediate TMR reference leak + - target: fix null pointer regression in core_tmr_drain_tmr_list + - target: fix buffer offset in core_scsi3_pri_read_full_status + - target: Fix QUEUE_FULL + SCSI task attribute handling + - target: Fix caw_sem leak in transport_generic_request_failure + - target: Fix quiese during transport_write_pending_qf endless loop + - target: Avoid early CMD_T_PRE_EXECUTE failures during ABORT_TASK + - mtd: Avoid probe failures when mtd->dbg.dfs_dir is invalid + - mtd: nand: Export nand_reset() symbol + - mtd: nand: atmel: Actually use the PM ops + - mtd: nand: omap2: Fix subpage write + - mtd: nand: Fix writing mtdoops to nand flash. + - mtd: nand: mtk: fix infinite ECC decode IRQ issue + - mailbox: bcm-flexrm-mailbox: Fix FlexRM ring flush sequence + - p54: don't unregister leds when they are not initialized + - block: Fix a race between blk_cleanup_queue() and timeout handling + - raid1: prevent freeze_array/wait_all_barriers deadlock + - genirq: Track whether the trigger type has been set + - irqchip/gic-v3: Fix ppi-partitions lookup + - lockd: double unregister of inetaddr notifiers + - KVM: PPC: Book3S HV: Don't call real-mode XICS hypercall handlers if not + enabled + - KVM: nVMX: set IDTR and GDTR limits when loading L1 host state + - KVM: SVM: obey guest PAT + - kvm: vmx: Reinstate support for CPUs without virtual NMI + - dax: fix PMD faults on zero-length files + - dax: fix general protection fault in dax_alloc_inode + - SUNRPC: Fix tracepoint storage issues with svc_recv and svc_rqst_status + - clk: ti: dra7-atl-clock: fix child-node lookups + - libnvdimm, dimm: clear 'locked' status on successful DIMM enable + - libnvdimm, pfn: make 'resource' attribute only readable by root + - libnvdimm, namespace: fix label initialization to use valid seq numbers + - libnvdimm, region : make 'resource' attribute only readable by root + - libnvdimm, namespace: make 'resource' attribute only readable by root + - svcrdma: Preserve CB send buffer across retransmits + - IB/srpt: Do not accept invalid initiator port names + - IB/cm: Fix memory corruption in handling CM request + - IB/hfi1: Fix incorrect available receive user context count + - IB/srp: Avoid that a cable pull can trigger a kernel crash + - IB/core: Avoid crash on pkey enforcement failed in received MADs + - IB/core: Only maintain real QPs in the security lists + - NFC: fix device-allocation error return + - spi-nor: intel-spi: Fix broken software sequencing codes + - i40e: Use smp_rmb rather than read_barrier_depends + - igb: Use smp_rmb rather than read_barrier_depends + - igbvf: Use smp_rmb rather than read_barrier_depends + - ixgbevf: Use smp_rmb rather than read_barrier_depends + - i40evf: Use smp_rmb rather than read_barrier_depends + - fm10k: Use smp_rmb rather than read_barrier_depends + - ixgbe: Fix skb list corruption on Power systems + - parisc: Fix validity check of pointer size argument in new CAS + implementation + - powerpc: Fix boot on BOOK3S_32 with CONFIG_STRICT_KERNEL_RWX + - powerpc/mm/radix: Fix crashes on Power9 DD1 with radix MMU and STRICT_RWX + - powerpc/perf/imc: Use cpu_to_node() not topology_physical_package_id() + - powerpc/signal: Properly handle return value from uprobe_deny_signal() + - powerpc/64s: Fix masking of SRR1 bits on instruction fault + - powerpc/64s/radix: Fix 128TB-512TB virtual address boundary case allocation + - powerpc/64s/hash: Fix 512T hint detection to use >= 128T + - powerpc/64s/hash: Fix 128TB-512TB virtual address boundary case allocation + - powerpc/64s/hash: Fix fork() with 512TB process address space + - powerpc/64s/hash: Allow MAP_FIXED allocations to cross 128TB boundary + - media: Don't do DMA on stack for firmware upload in the AS102 driver + - media: rc: check for integer overflow + - media: rc: nec decoder should not send both repeat and keycode + - cx231xx-cards: fix NULL-deref on missing association descriptor + - media: v4l2-ctrl: Fix flags field on Control events + - media: venus: fix wrong size on dma_free + - media: venus: venc: fix bytesused v4l2_plane field + - media: venus: reimplement decoder stop command + - ARM64: dts: meson-gxl: Add alternate ARM Trusted Firmware reserved memory + zone + - iwlwifi: fix wrong struct for a000 device + - iwlwifi: add a new a000 device + - iwlwifi: pcie: sort IDs for the 9000 series for easier comparisons + - iwlwifi: add new cards for a000 series + - iwlwifi: add new cards for 8265 series + - iwlwifi: add new cards for 8260 series + - iwlwifi: fix PCI IDs and configuration mapping for 9000 series + - iwlwifi: mvm: support version 7 of the SCAN_REQ_UMAC FW command + - e1000e: Fix error path in link detection + - e1000e: Fix return value test + - e1000e: Separate signaling for link check/link up + - e1000e: Avoid receiver overrun interrupt bursts + - e1000e: fix buffer overrun while the I219 is processing DMA transactions + - Linux 4.14.3 + + * Miscellaneous Ubuntu changes + - SAUCE: s390/topology: don't inline cpu_to_node + - SAUCE: (noup) Update spl to 0.7.3-1ubuntu1, zfs to 0.7.3-1ubuntu1 + + -- Seth Forshee Mon, 04 Dec 2017 09:08:07 -0600 + +linux (4.14.0-10.12) bionic; urgency=low + + * linux: 4.14.0-10.12 -proposed tracker (LP: #1734901) + + * Miscellaneous Ubuntu changes + - SAUCE: Enable the ACPI kernel debugger and acpidbg tool + - [Packaging] Include arch/arm64/kernel/ftrace-mod.o in headers package + + -- Seth Forshee Tue, 28 Nov 2017 08:46:49 -0600 + +linux (4.14.0-9.11) bionic; urgency=low + + * linux: 4.14.0-9.11 -proposed tracker (LP: #1734728) + + * Miscellaneous Ubuntu changes + - Revert "UBUNTU: SAUCE: (noup) Update spl to 0.7.3-1ubuntu1, zfs to + 0.7.3-1ubuntu1" + + -- Seth Forshee Mon, 27 Nov 2017 12:44:48 -0600 + +linux (4.14.0-8.10) bionic; urgency=low + + * linux: 4.14.0-8.10 -proposed tracker (LP: #1734695) + + * Bionic update to v4.14.2 stable release (LP: #1734694) + - bio: ensure __bio_clone_fast copies bi_partno + - af_netlink: ensure that NLMSG_DONE never fails in dumps + - vxlan: fix the issue that neigh proxy blocks all icmpv6 packets + - net: cdc_ncm: GetNtbFormat endian fix + - fealnx: Fix building error on MIPS + - net/sctp: Always set scope_id in sctp_inet6_skb_msgname + - ima: do not update security.ima if appraisal status is not INTEGRITY_PASS + - serial: omap: Fix EFR write on RTS deassertion + - serial: 8250_fintek: Fix finding base_port with activated SuperIO + - tpm-dev-common: Reject too short writes + - rcu: Fix up pending cbs check in rcu_prepare_for_idle + - mm/pagewalk.c: report holes in hugetlb ranges + - ocfs2: fix cluster hang after a node dies + - ocfs2: should wait dio before inode lock in ocfs2_setattr() + - ipmi: fix unsigned long underflow + - mm/page_alloc.c: broken deferred calculation + - mm/page_ext.c: check if page_ext is not prepared + - coda: fix 'kernel memory exposure attempt' in fsync + - ipmi: Prefer ACPI system interfaces over SMBIOS ones + - Linux 4.14.2 + + * Bionic update to v4.14.1 stable release (LP: #1734693) + - EDAC, sb_edac: Don't create a second memory controller if HA1 is not present + - dmaengine: dmatest: warn user when dma test times out + - media: imon: Fix null-ptr-deref in imon_probe + - media: dib0700: fix invalid dvb_detach argument + - crypto: dh - Fix double free of ctx->p + - crypto: dh - Don't permit 'p' to be 0 + - crypto: dh - Don't permit 'key' or 'g' size longer than 'p' + - crypto: brcm - Explicity ACK mailbox message + - USB: early: Use new USB product ID and strings for DbC device + - USB: usbfs: compute urb->actual_length for isochronous + - USB: Add delay-init quirk for Corsair K70 LUX keyboards + - usb: gadget: f_fs: Fix use-after-free in ffs_free_inst + - USB: serial: metro-usb: stop I/O after failed open + - USB: serial: Change DbC debug device binding ID + - USB: serial: qcserial: add pid/vid for Sierra Wireless EM7355 fw update + - USB: serial: garmin_gps: fix I/O after failed probe and remove + - USB: serial: garmin_gps: fix memory leak on probe errors + - selftests/x86/protection_keys: Fix syscall NR redefinition warnings + - x86/MCE/AMD: Always give panic severity for UC errors in kernel context + - platform/x86: peaq-wmi: Add DMI check before binding to the WMI interface + - platform/x86: peaq_wmi: Fix missing terminating entry for peaq_dmi_table + - HID: cp2112: add HIDRAW dependency + - HID: wacom: generic: Recognize WACOM_HID_WD_PEN as a type of pen collection + - rpmsg: glink: Add missing MODULE_LICENSE + - staging: wilc1000: Fix bssid buffer offset in Txq + - staging: sm750fb: Fix parameter mistake in poke32 + - staging: ccree: fix 64 bit scatter/gather DMA ops + - staging: greybus: spilib: fix use-after-free after deregistration + - staging: rtl8188eu: Revert 4 commits breaking ARP + - spi: fix use-after-free at controller deregistration + - sparc32: Add cmpxchg64(). + - sparc64: mmu_context: Add missing include files + - sparc64: Fix page table walk for PUD hugepages + - Linux 4.14.1 + + * Set PANIC_TIMEOUT=10 on Power Systems (LP: #1730660) + - [Config]: Set PANIC_TIMEOUT=10 on ppc64el + + * enable CONFIG_SND_SOC_INTEL_BYT_CHT_NOCODEC_MACH easily confuse users + (LP: #1732627) + - [Config] CONFIG_SND_SOC_INTEL_BYT_CHT_NOCODEC_MACH=n + + * Miscellaneous Ubuntu changes + - SAUCE: (noup) Update spl to 0.7.3-1ubuntu1, zfs to 0.7.3-1ubuntu1 + + -- Seth Forshee Mon, 27 Nov 2017 07:43:44 -0600 + +linux (4.14.0-7.9) bionic; urgency=low + + * Miscellaneous Ubuntu changes + - SAUCE: apparmor: add base infastructure for socket mediation + - SAUCE: apparmor: af_unix mediation + - SAUCE: LSM stacking: procfs: add smack subdir to attrs + - SAUCE: LSM stacking: LSM: manage credential security blobs + - SAUCE: LSM stacking: LSM: Manage file security blobs + - SAUCE: LSM stacking: LSM: manage task security blobs + - SAUCE: LSM stacking: LSM: Infrastructure management of the remaining blobs + - SAUCE: LSM stacking: LSM: general but not extreme module stacking + - SAUCE: LSM stacking: LSM: Complete task_alloc hook + - SAUCE: LSM stacking: fixup procsfs: add smack subdir to attrs + - SAUCE: LSM stacking: fixup initialize task->security + - SAUCE: LSM stacking: fixup: alloc_task_ctx is dead code + - SAUCE: LSM stacking: add support for stacking getpeersec_stream + - SAUCE: LSM stacking: add stacking support to apparmor network hooks + - SAUCE: LSM stacking: fixup apparmor stacking enablement + - SAUCE: LSM stacking: fixup stacking kconfig + - SAUCE: LSM stacking: allow selecting multiple LSMs using kernel boot params + - SAUCE: LSM stacking: provide prctl interface for setting context + - SAUCE: LSM stacking: inherit current display LSM + - SAUCE: LSM stacking: keep an index for each registered LSM + - SAUCE: LSM stacking: verify display LSM + - SAUCE: LSM stacking: provide a way to specify the default display lsm + - SAUCE: LSM stacking: make sure LSM blob align on 64 bit boundaries + - SAUCE: LSM stacking: add /proc//attr/display_lsm + - SAUCE: LSM stacking: add Kconfig to set default display LSM + - SAUCE: LSM stacking: add configs for LSM stacking + - SAUCE: LSM stacking: check for invalid zero sized writes + - [Config] Run updateconfigs after merging LSM stacking + - [Config] CONFIG_AMD_MEM_ENCRYPT=y + + [ Upstream Kernel Changes ] + + * Rebase to v4.14 + + -- Seth Forshee Mon, 13 Nov 2017 08:12:08 -0600 + +linux (4.14.0-6.8) bionic; urgency=low + + * Miscellaneous Ubuntu changes + - SAUCE: add workarounds to enable ZFS for 4.14 + + [ Upstream Kernel Changes ] + + * Rebase to v4.14-rc8 + + -- Seth Forshee Mon, 06 Nov 2017 11:39:00 -0600 + +linux (4.14.0-5.7) bionic; urgency=low + + * Miscellaneous Ubuntu changes + - [Debian] Fix invocation of dh_prep for dbgsym packages + + -- Seth Forshee Tue, 31 Oct 2017 07:07:23 -0500 + +linux (4.14.0-4.5) bionic; urgency=low + + * Miscellaneous Ubuntu changes + - [Packaging] virtualbox -- reduce in kernel module versions + - vbox-update: Fix up KERN_DIR definitions + - ubuntu: vbox -- update to 5.2.0-dfsg-2 + - [Config] CONFIG_AMD_MEM_ENCRYPT=n + + [ Upstream Kernel Changes ] + + * Rebase to v4.14-rc7 + + -- Seth Forshee Mon, 30 Oct 2017 13:29:20 -0500 + +linux (4.14.0-3.4) artful; urgency=low + + * Touchpad and TrackPoint Dose Not Work on Lenovo X1C6 and X280 (LP: #1723986) + - SAUCE: Input: synaptics-rmi4 - RMI4 can also use SMBUS version 3 + - SAUCE: Input: synaptics - Lenovo X1 Carbon 5 should use SMBUS/RMI + - SAUCE: Input: synaptics - add Intertouch support on X1 Carbon 6th and X280 + + * powerpc/64s: Add workaround for P9 vector CI load issuenext (LP: #1721070) + - powerpc/64s: Add workaround for P9 vector CI load issue + + * Miscellaneous Ubuntu changes + - SAUCE: staging: vboxvideo: Fix reporting invalid suggested-offset-properties + - [Config] CONFIG_DRM_VBOXVIDEO=m + - SAUCE: Import aufs driver + - [Config] Enable aufs + - [Config] Reorder annotations file after enabling aufs + - vbox-update: Disable imported vboxvideo module + - ubuntu: vbox -- update to 5.1.30-dfsg-1 + - Enable vbox + - hio: Use correct sizes when initializing ssd_index_bits* arrays + - hio: Update io stat accounting for 4.14 + - Enable hio + + [ Upstream Kernel Changes ] + + * Rebase to v4.14-rc5 + * Rebase to v4.14-rc6 + + -- Seth Forshee Mon, 23 Oct 2017 13:53:52 -0500 + +linux (4.14.0-2.3) artful; urgency=low + + * [Bug] USB controller failed to respond on Denverton after loading + intel_th_pci module (LP: #1715833) + - SAUCE: PCI: Disable broken RTIT_BAR of Intel TH + + * CONFIG_DEBUG_FS is not enabled by "make zfcpdump_defconfig" with Ubuntu + 17.10 (kernel 4.13) (LP: #1719290) + - SAUCE: s390: update zfcpdump_defconfig + + * Add installer support for Broadcom BCM573xx network drivers. (LP: #1720466) + - d-i: Add bnxt_en to nic-modules. + + * Miscellaneous Ubuntu changes + - [Config] Update annotations for 4.14-rc2 + + [ Upstream Kernel Changes ] + + * Rebase to v4.14-rc3 + * Rebase to v4.14-rc4 + + -- Seth Forshee Wed, 11 Oct 2017 16:04:27 -0500 + +linux (4.14.0-1.2) artful; urgency=low + + * [Bug] USB 3.1 Gen2 works as 5Gbps (LP: #1720045) + - xhci: set missing SuperSpeedPlus Link Protocol bit in roothub descriptor + + * Please make linux-libc-dev Provide: aufs-dev (LP: #1716091) + - [Packaging] Add aufs-dev to the Provides: for linux-libc-dev + + * Upgrade to 4.13.0-11.12 in artful amd64 VM breaks display on wayland + (LP: #1718679) + - [Config] CONFIG_DRM_VBOXVIDEO=n + + * ipmmu-vmsa driver breaks arm64 boots (LP: #1718734) + - [Config] Disable CONFIG_IPMMU_VMSA on arm64 + + * autopkgtest profile fails to build on armhf (LP: #1717920) + - [Packaging] autopkgtest -- disable d-i when dropping flavours + + * Miscellaneous Ubuntu changes + - [Config] CONFIG_I2C_XLP9XX=m + - [Packaging] Use SRCPKGNAME rather than hard-coding the source package name + + [ Upstream Kernel Changes ] + + * Rebase to v4.14-rc2 + + -- Seth Forshee Fri, 29 Sep 2017 09:09:11 -0400 + +linux (4.14.0-0.1) artful; urgency=low + + * Miscellaneous Ubuntu changes + - Disable vbox build + - Disable hio build + - Disable zfs build + + [ Upstream Kernel Changes ] + + * Rebase to v4.14-rc1 + + -- Seth Forshee Tue, 19 Sep 2017 20:22:29 -0500 + +linux (4.13.0-11.12) artful; urgency=low + + * linux: 4.13.0-11.12 -proposed tracker (LP: #1716699) + + * kernel panic -not syncing: Fatal exception: panic_on_oops (LP: #1708399) + - s390/mm: fix local TLB flushing vs. detach of an mm address space + - s390/mm: fix race on mm->context.flush_mm + + * CVE-2017-1000251 + - Bluetooth: Properly check L2CAP config option output buffer length + + -- Seth Forshee Tue, 12 Sep 2017 10:18:38 -0500 + +linux (4.13.0-10.11) artful; urgency=low + + * linux: 4.13.0-10.11 -proposed tracker (LP: #1716287) + + * please add aufs-dkms to the Provides: for the kernel packages (LP: #1716093) + - [Packaging] Add aufs-dkms to the Provides: for kernel packages + + * Artful update to v4.13.1 stable release (LP: #1716284) + - usb: quirks: add delay init quirk for Corsair Strafe RGB keyboard + - USB: serial: option: add support for D-Link DWM-157 C1 + - usb: Add device quirk for Logitech HD Pro Webcam C920-C + - usb:xhci:Fix regression when ATI chipsets detected + - USB: musb: fix external abort on suspend + - ANDROID: binder: add padding to binder_fd_array_object. + - ANDROID: binder: add hwbinder,vndbinder to BINDER_DEVICES. + - USB: core: Avoid race of async_completed() w/ usbdev_release() + - staging/rts5208: fix incorrect shift to extract upper nybble + - staging: ccree: save ciphertext for CTS IV + - staging: fsl-dpaa2/eth: fix off-by-one FD ctrl bitmaks + - iio: adc: ti-ads1015: fix incorrect data rate setting update + - iio: adc: ti-ads1015: fix scale information for ADS1115 + - iio: adc: ti-ads1015: enable conversion when CONFIG_PM is not set + - iio: adc: ti-ads1015: avoid getting stale result after runtime resume + - iio: adc: ti-ads1015: don't return invalid value from buffer setup callbacks + - iio: adc: ti-ads1015: add adequate wait time to get correct conversion + - driver core: bus: Fix a potential double free + - HID: wacom: Do not completely map WACOM_HID_WD_TOUCHRINGSTATUS usage + - binder: free memory on error + - crypto: caam/qi - fix compilation with CONFIG_DEBUG_FORCE_WEAK_PER_CPU=y + - crypto: caam/qi - fix compilation with DEBUG enabled + - thunderbolt: Fix reset response_type + - fpga: altera-hps2fpga: fix multiple init of l3_remap_lock + - intel_th: pci: Add Cannon Lake PCH-H support + - intel_th: pci: Add Cannon Lake PCH-LP support + - ath10k: fix memory leak in rx ring buffer allocation + - drm/vgem: Pin our pages for dmabuf exports + - drm/ttm: Fix accounting error when fail to get pages for pool + - drm/dp/mst: Handle errors from drm_atomic_get_private_obj_state() correctly + - rtlwifi: rtl_pci_probe: Fix fail path of _rtl_pci_find_adapter + - Bluetooth: Add support of 13d3:3494 RTL8723BE device + - iwlwifi: pci: add new PCI ID for 7265D + - dlm: avoid double-free on error path in dlm_device_{register,unregister} + - mwifiex: correct channel stat buffer overflows + - MCB: add support for SC31 to mcb-lpc + - s390/mm: avoid empty zero pages for KVM guests to avoid postcopy hangs + - drm/nouveau/pci/msi: disable MSI on big-endian platforms by default + - drm/nouveau: Fix error handling in nv50_disp_atomic_commit + - workqueue: Fix flag collision + - ahci: don't use MSI for devices with the silly Intel NVMe remapping scheme + - cs5536: add support for IDE controller variant + - scsi: sg: protect against races between mmap() and SG_SET_RESERVED_SIZE + - scsi: sg: recheck MMAP_IO request length with lock held + - of/device: Prevent buffer overflow in of_device_modalias() + - rtlwifi: Fix memory leak when firmware request fails + - rtlwifi: Fix fallback firmware loading + - Linux 4.13.1 + + * Kernel has trouble recognizing Corsair Strafe RGB keyboard (LP: #1678477) + - usb: quirks: add delay init quirk for Corsair Strafe RGB keyboard + + * SRIOV: warning if unload VFs (LP: #1715073) + - PCI: Disable VF decoding before pcibios_sriov_disable() updates resources + + * [Patch] network-i40e:NVM bug fixes (cherrypick from 4.14) (LP: #1715578) + - i40e: avoid NVM acquire deadlock during NVM update + - i40e: point wb_desc at the nvm_wb_desc during i40e_read_nvm_aq + + * [P9,POwer NV] Perf PMU event : pm_br_2path and pm_ld_miss_l1 is counted + twice when perf stat is done (perf:) (LP: #1714571) + - perf vendor events powerpc: Remove duplicate events + + * Unable to install Ubuntu on the NVMe disk under VMD PCI domain + (LP: #1703339) + - [Config] Include vmd in storage-core-modules udeb + + * 17.10 fails to boot on POWER9 DD2.0 with Deep stop states (LP: #1715064) + - powerpc/powernv: Save/Restore additional SPRs for stop4 cpuidle + - powerpc/powernv: Clear PECE1 in LPCR via stop-api only on Hotplug + - SAUCE: powerpc/powernv: Clear LPCR[PECE1] via stop-api only for deep state + offline + + * Miscellaneous Ubuntu changes + - SAUCE: selftests/seccomp: Support glibc 2.26 siginfo_t.h + - Revert "UBUNTU: SAUCE: Import aufs driver" + - SAUCE: Import aufs driver + + -- Seth Forshee Sun, 10 Sep 2017 17:48:59 -0500 + +linux (4.13.0-9.10) artful; urgency=low + + * linux: 4.13.0-9.10 -proposed tracker (LP: #1715145) + + * EDAC sbridge: Failed to register device with error -22. (LP: #1714112) + - [Config] CONFIG_EDAC_GHES=n + + * Miscellaneous Ubuntu changes + - ubuntu: vbox -- update to 5.1.26-dfsg-2 + + [ Upstream Kernel Changes ] + + * Rebase to v4.13 + + -- Seth Forshee Tue, 05 Sep 2017 07:51:19 -0500 + +linux (4.13.0-8.9) artful; urgency=low + + * snapd 2.27.3+17.10 ADT test failure with linux 4.13.0-6.7 (LP: #1713103) + - SAUCE: apparmor: fix apparmorfs DAC access, permissions + + * enable ARCH_SUNXI (and friends) in arm64 kernel .config (LP: #1701137) + - [Config] Enable CONFIG_ARCH_SUNXI and related options for arm64 + + * [Bug] Harrisonville: pnd2_edac always fail to load on B1 stepping + Harrisonville SDP (LP: #1709257) + - EDAC, pnd2: Build in a minimal sideband driver for Apollo Lake + - EDAC, pnd2: Mask off the lower four bits of a BAR + - EDAC, pnd2: Conditionally unhide/hide the P2SB PCI device to read BAR + - EDAC, pnd2: Properly toggle hidden state for P2SB PCI device + - SAUCE: i2c: i801: Restore the presence state of P2SB PCI device after + reading BAR + + * Miscellaneous Ubuntu changes + - Revert "UBUNTU: SAUCE: Import aufs driver" + - SAUCE: Import aufs driver + - SAUCE: selftests/powerpc: Disable some ptrace selftests + - [Config] CONFIG_CRYPTO_DEV_NITROX_CNN55XX=n for s390x + - [Config] CONFIG_I2C_SLAVE=n for amd64, i386, ppc64el + - [Config] Disable CONFIG_MDIO_* options for s390x + - [Config] CONFIG_SCSI_MQ_DEFAULT=n for s390x + - [Config] Update annotations for 4.13 + + -- Seth Forshee Thu, 31 Aug 2017 14:27:09 -0500 + +linux (4.13.0-7.8) artful; urgency=low + + * linux 4.12.0-11.12 ADT test failure with linux 4.12.0-11.12 (LP: #1710904) + - SAUCE: selftests/powerpc: Use snprintf to construct DSCR sysfs interface + paths + + * Miscellaneous Ubuntu changes + - Revert "UBUNTU: SAUCE: seccomp: log actions even when audit is disabled" + + * Miscellaneous upstream changes + - seccomp: Provide matching filter for introspection + - seccomp: Sysctl to display available actions + - seccomp: Operation for checking if an action is available + - seccomp: Sysctl to configure actions that are allowed to be logged + - seccomp: Selftest for detection of filter flag support + - seccomp: Filter flag to log all actions except SECCOMP_RET_ALLOW + - seccomp: Action to log before allowing + + [ Upstream Kernel Changes ] + + * Rebase to v4.13-rc7 + + -- Seth Forshee Mon, 28 Aug 2017 08:12:24 -0500 + +linux (4.13.0-6.7) artful; urgency=low + + * HID: multitouch: Support ALPS PTP Stick and Touchpad devices (LP: #1712481) + - SAUCE: HID: multitouch: Support ALPS PTP stick with pid 0x120A + + * sort ABI files with C.UTF-8 locale (LP: #1712345) + - [Packaging] sort ABI files with C.UTF-8 locale + + * igb: Support using Broadcom 54616 as PHY (LP: #1712024) + - SAUCE: igb: add support for using Broadcom 54616 as PHY + + * RPT related fixes missing in Ubuntu 16.04.3 (LP: #1709220) + - powerpc/mm/radix: Improve _tlbiel_pid to be usable for PWC flushes + - powerpc/mm/radix: Improve TLB/PWC flushes + - powerpc/mm/radix: Avoid flushing the PWC on every flush_tlb_range + + * Linux 4.12 refuses to load self-signed modules under Secure Boot with + properly enrolled keys (LP: #1712168) + - SAUCE: (efi-lockdown) MODSIGN: Fix module signature verification + + * [17.10 FEAT] Enable NVMe driver - kernel (LP: #1708432) + - [Config] CONFIG_BLK_DEV_NVME=m for s390 + + * Artful: 4.12.0-11.12: Boot panic in vlv2_plat_configure_clock+0x3b/0xa0 + (LP: #1711298) + - [Config] CONFIG_INTEL_ATOMISP=n + + * Miscellaneous Ubuntu changes + - SAUCE: apparmor: af_unix mediation + + * Miscellaneous upstream changes + - apparmor: Fix shadowed local variable in unpack_trans_table() + - apparmor: Fix logical error in verify_header() + - apparmor: Fix an error code in aafs_create() + - apparmor: Redundant condition: prev_ns. in [label.c:1498] + - apparmor: add the ability to mediate signals + - apparmor: add mount mediation + - apparmor: cleanup conditional check for label in label_print + - apparmor: add support for absolute root view based labels + - apparmor: make policy_unpack able to audit different info messages + - apparmor: add more debug asserts to apparmorfs + - apparmor: add base infastructure for socket mediation + - apparmor: move new_null_profile to after profile lookup fns() + - apparmor: fix race condition in null profile creation + - apparmor: ensure unconfined profiles have dfas initialized + - apparmor: fix incorrect type assignment when freeing proxies + + [ Upstream Kernel Changes ] + + * Rebase to v4.13-rc6 + + -- Seth Forshee Wed, 23 Aug 2017 08:10:38 -0500 + +linux (4.13.0-5.6) artful; urgency=low + + * Ubuntu17.10 - perf: Update Power9 PMU event JSON files (LP: #1708630) + - perf pmu-events: Support additional POWER8+ PVR in mapfile + - perf vendor events: Add POWER9 PMU events + - perf vendor events: Add POWER9 PVRs to mapfile + - SAUCE: perf vendor events powerpc: remove suffix in mapfile + - SAUCE: perf vendor events powerpc: Update POWER9 events + + * Disable CONFIG_MEMORY_HOTPLUG_DEFAULT_ONLINE (LP: #1709171) + - [Config] CONFIG_MEMORY_HOTPLUG_DEFAULT_ONLINE=n for ppc64el + + * Please only recommend or suggest initramfs-tools | linux-initramfs-tool for + kernels able to boot without initramfs (LP: #1700972) + - [Debian] Don't depend on initramfs-tools + + * Miscellaneous Ubuntu changes + - SAUCE: Import aufs driver + - SAUCE: aufs -- Add missing argument to loop_switch() call + - [Config] Enable aufs + - SAUCE: (noup) Update spl to 0.6.5.11-ubuntu1, zfs to 0.6.5.11-1ubuntu3 + - Enable zfs build + - SAUCE: powerpc: Always initialize input array when calling epapr_hypercall() + - [Packaging] switch up to debhelper 9 + + [ Upstream Kernel Changes ] + + * Rebase to v4.13-rc5 + + -- Seth Forshee Tue, 15 Aug 2017 09:24:16 -0500 + +linux (4.13.0-4.5) artful; urgency=low + + * Lenovo Yoga 910 Sensors (LP: #1708120) + - SAUCE: (no-up) HID: Add quirk for Lenovo Yoga 910 with ITE Chips + + * Unable to install Ubuntu on the NVMe disk under VMD PCI domain + (LP: #1703339) + - [Config] Add vmd driver to generic inclusion list + + * Set CONFIG_SATA_HIGHBANK=y on armhf (LP: #1703430) + - [Config] CONFIG_SATA_HIGHBANK=y + + * Miscellaneous Ubuntu changes + - ubuntu: vbox -- update to 5.1.26-dfsg-1 + - SAUCE: hio: Build fixes for 4.13 + - Enable hio build + - SAUCE: (noup) Update spl to 0.6.5.11-1, zfs to 0.6.5.11-1ubuntu1 + - [debian] use all rather than amd64 dkms debs for sync + + [ Upstream Kernel Changes ] + + * Rebase to v4.13-rc4 + + -- Seth Forshee Tue, 08 Aug 2017 11:31:48 -0500 + +linux (4.13.0-3.4) artful; urgency=low + + * Adt tests of src:linux time out often on armhf lxc containers (LP: #1705495) + - [Packaging] tests -- reduce rebuild test to one flavour + - [Packaging] tests -- reduce rebuild test to one flavour -- use filter + + * snapd 2.26.8+17.10 ADT test failure with linux 4.12.0-6.7 (LP: #1704158) + - SAUCE: virtio_net: Revert mergeable buffer handling rework + + [ Upstream Kernel Changes ] + + * Rebase to v4.13-rc3 + + -- Seth Forshee Mon, 31 Jul 2017 10:08:16 -0500 + +linux (4.13.0-2.3) artful; urgency=low + + * Change CONFIG_IBMVETH to module (LP: #1704479) + - [Config] CONFIG_IBMVETH=m + + [ Upstream Kernel Changes ] + + * Rebase to v4.13-rc2 + + -- Seth Forshee Mon, 24 Jul 2017 13:58:08 -0500 + +linux (4.13.0-1.2) artful; urgency=low + + * Miscellaneous Ubuntu changes + - [Debian] Support sphinx-based kernel documentation + + -- Seth Forshee Thu, 20 Jul 2017 09:18:33 -0500 + +linux (4.13.0-0.1) artful; urgency=low + + * Miscellaneous Ubuntu changes + - Disable hio + - Disable zfs build + - ubuntu: vbox -- update to 5.1.24-dfsg-1 + + [ Upstream Kernel Changes ] + + * Rebase to v4.13-rc1 + + -- Seth Forshee Wed, 19 Jul 2017 15:09:31 -0500 + +linux (4.12.0-7.8) artful; urgency=low + + * ThunderX: soft lockup on 4.8+ kernels when running qemu-efi with vhost=on + (LP: #1673564) + - arm64: Add a facility to turn an ESR syndrome into a sysreg encoding + - KVM: arm/arm64: vgic-v3: Add accessors for the ICH_APxRn_EL2 registers + - KVM: arm64: Make kvm_condition_valid32() accessible from EL2 + - KVM: arm64: vgic-v3: Add hook to handle guest GICv3 sysreg accesses at EL2 + - KVM: arm64: vgic-v3: Add ICV_BPR1_EL1 handler + - KVM: arm64: vgic-v3: Add ICV_IGRPEN1_EL1 handler + - KVM: arm64: vgic-v3: Add ICV_IAR1_EL1 handler + - KVM: arm64: vgic-v3: Add ICV_EOIR1_EL1 handler + - KVM: arm64: vgic-v3: Add ICV_AP1Rn_EL1 handler + - KVM: arm64: vgic-v3: Add ICV_HPPIR1_EL1 handler + - KVM: arm64: vgic-v3: Enable trapping of Group-1 system registers + - KVM: arm64: Enable GICv3 Group-1 sysreg trapping via command-line + - KVM: arm64: vgic-v3: Add ICV_BPR0_EL1 handler + - KVM: arm64: vgic-v3: Add ICV_IGNREN0_EL1 handler + - KVM: arm64: vgic-v3: Add misc Group-0 handlers + - KVM: arm64: vgic-v3: Enable trapping of Group-0 system registers + - KVM: arm64: Enable GICv3 Group-0 sysreg trapping via command-line + - arm64: Add MIDR values for Cavium cn83XX SoCs + - arm64: Add workaround for Cavium Thunder erratum 30115 + - KVM: arm64: vgic-v3: Add ICV_DIR_EL1 handler + - KVM: arm64: vgic-v3: Add ICV_RPR_EL1 handler + - KVM: arm64: vgic-v3: Add ICV_CTLR_EL1 handler + - KVM: arm64: vgic-v3: Add ICV_PMR_EL1 handler + - KVM: arm64: Enable GICv3 common sysreg trapping via command-line + - KVM: arm64: vgic-v3: Log which GICv3 system registers are trapped + - KVM: arm64: Log an error if trapping a read-from-write-only GICv3 access + - KVM: arm64: Log an error if trapping a write-to-read-only GICv3 access + + * hns: under heavy load, NIC may fail and require reboot (LP: #1704146) + - net: hns: Bugfix for Tx timeout handling in hns driver + + * New ACPI identifiers for ThunderX SMMU (LP: #1703437) + - iommu/arm-smmu: Plumb in new ACPI identifiers + + * Transparent hugepages should default to enabled=madvise (LP: #1703742) + - SAUCE: use CONFIG_TRANSPARENT_HUGEPAGE_MADVISE=y as default + + * Artful update to v4.12.1 stable release (LP: #1703858) + - driver core: platform: fix race condition with driver_override + - RDMA/uverbs: Check port number supplied by user verbs cmds + - usb: dwc3: replace %p with %pK + - USB: serial: cp210x: add ID for CEL EM3588 USB ZigBee stick + - usb: usbip: set buffer pointers to NULL after free + - Add USB quirk for HVR-950q to avoid intermittent device resets + - usb: Fix typo in the definition of Endpoint[out]Request + - USB: core: fix device node leak + - USB: serial: option: add two Longcheer device ids + - USB: serial: qcserial: new Sierra Wireless EM7305 device ID + - xhci: Limit USB2 port wake support for AMD Promontory hosts + - gfs2: Fix glock rhashtable rcu bug + - Add "shutdown" to "struct class". + - tpm: Issue a TPM2_Shutdown for TPM2 devices. + - tpm: fix a kernel memory leak in tpm-sysfs.c + - powerpc/powernv: Fix CPU_HOTPLUG=n idle.c compile error + - x86/uaccess: Optimize copy_user_enhanced_fast_string() for short strings + - sched/fair, cpumask: Export for_each_cpu_wrap() + - sched/core: Implement new approach to scale select_idle_cpu() + - sched/numa: Use down_read_trylock() for the mmap_sem + - sched/numa: Override part of migrate_degrades_locality() when idle balancing + - sched/fair: Simplify wake_affine() for the single socket case + - sched/numa: Implement NUMA node level wake_affine() + - sched/fair: Remove effective_load() + - sched/numa: Hide numa_wake_affine() from UP build + - xen: avoid deadlock in xenbus driver + - crypto: drbg - Fixes panic in wait_for_completion call + - Linux 4.12.1 + + * cxlflash update request in the Xenial SRU stream (LP: #1702521) + - scsi: cxlflash: Combine the send queue locks + - scsi: cxlflash: Update cxlflash_afu_sync() to return errno + - scsi: cxlflash: Reset hardware queue context via specified register + - scsi: cxlflash: Schedule asynchronous reset of the host + - scsi: cxlflash: Handle AFU sync failures + - scsi: cxlflash: Track pending scsi commands in each hardware queue + - scsi: cxlflash: Flush pending commands in cleanup path + - scsi: cxlflash: Add scsi command abort handler + - scsi: cxlflash: Create character device to provide host management interface + - scsi: cxlflash: Separate AFU internal command handling from AFU sync + specifics + - scsi: cxlflash: Introduce host ioctl support + - scsi: cxlflash: Refactor AFU capability checking + - scsi: cxlflash: Support LUN provisioning + - scsi: cxlflash: Support AFU debug + - scsi: cxlflash: Support WS16 unmap + - scsi: cxlflash: Remove zeroing of private command data + - scsi: cxlflash: Update TMF command processing + - scsi: cxlflash: Avoid double free of character device + - scsi: cxlflash: Update send_tmf() parameters + - scsi: cxlflash: Update debug prints in reset handlers + + * make snap-pkg support (LP: #1700747) + - make snap-pkg support + + * Quirk for non-compliant PCI bridge on HiSilicon D05 board (LP: #1698706) + - SAUCE: PCI: Support hibmc VGA cards behind a misbehaving HiSilicon bridge + + * arm64: fix crash reading /proc/kcore (LP: #1702749) + - fs/proc: kcore: use kcore_list type to check for vmalloc/module address + - arm64: mm: select CONFIG_ARCH_PROC_KCORE_TEXT + + * Opal and POWER9 DD2 (LP: #1702159) + - SAUCE: powerpc/powernv: Tell OPAL about our MMU mode on POWER9 + + * Data corruption with hio driver (LP: #1701316) + - SAUCE: hio: Fix incorrect use of enum req_opf values + + * Miscellaneous Ubuntu changes + - SAUCE: (noup) Update spl to 0.6.5.10-1, zfs to 0.6.5.10-1ubuntu2 + - snapcraft.yaml: Sync with xenial + - [Config] CONFIG_CAVIUM_ERRATUM_30115=y + + * Miscellaneous upstream changes + - Revert "UBUNTU: SAUCE: (efi-lockdown) efi: Add sysctls for secureboot and + MokSBState" + + -- Seth Forshee Fri, 14 Jul 2017 15:25:41 -0500 + +linux (4.12.0-6.7) artful; urgency=low + + * update ENA driver to 1.2.0k from net-next (LP: #1701575) + - net: ena: change return value for unsupported features unsupported return + value + - net: ena: add hardware hints capability to the driver + - net: ena: change sizeof() argument to be the type pointer + - net: ena: add reset reason for each device FLR + - net: ena: add support for out of order rx buffers refill + - net: ena: allow the driver to work with small number of msix vectors + - net: ena: use napi_schedule_irqoff when possible + - net: ena: separate skb allocation to dedicated function + - net: ena: use lower_32_bits()/upper_32_bits() to split dma address + - net: ena: update driver's rx drop statistics + - net: ena: update ena driver to version 1.2.0 + + * APST gets enabled against explicit kernel option (LP: #1699004) + - nvme: explicitly disable APST on quirked devices + + * Miscellaneous Ubuntu changes + - SAUCE: hio: Update to Huawei ES3000_V2 (2.1.0.40) + - SAUCE: hio updates for 4.12 + - SAUCE: Enable hio build + + -- Seth Forshee Wed, 05 Jul 2017 14:23:20 -0500 + +linux (4.12.0-5.6) artful; urgency=low + + * ERAT invalidate on context switch removal (LP: #1700819) + - powerpc: Only do ERAT invalidate on radix context switch on P9 DD1 + + * powerpc: Invalidate ERAT on powersave wakeup for POWER9 (LP: #1700521) + - SAUCE: powerpc: Invalidate ERAT on powersave wakeup for POWER9 + + * Miscellaneous Ubuntu changes + - d-i: Move qcom-emac from arm64 to shared nic-modules + + [ Upstream Kernel Changes ] + + * Rebase to v4.12 + + -- Seth Forshee Mon, 03 Jul 2017 07:52:02 -0500 + +linux (4.12.0-4.5) artful; urgency=low + + * aacraid driver may return uninitialized stack data to userspace + (LP: #1700077) + - SAUCE: scsi: aacraid: Don't copy uninitialized stack memory to userspace + + * KILLER1435-S[0489:e0a2] BT cannot search BT 4.0 device (LP: #1699651) + - Bluetooth: btusb: Add support for 0489:e0a2 QCA_ROME device + + * AACRAID for power9 platform (LP: #1689980) + - scsi: aacraid: Remove __GFP_DMA for raw srb memory + - scsi: aacraid: Fix DMAR issues with iommu=pt + - scsi: aacraid: Added 32 and 64 queue depth for arc natives + - scsi: aacraid: Set correct Queue Depth for HBA1000 RAW disks + - scsi: aacraid: Remove reset support from check_health + - scsi: aacraid: Change wait time for fib completion + - scsi: aacraid: Log count info of scsi cmds before reset + - scsi: aacraid: Print ctrl status before eh reset + - scsi: aacraid: Using single reset mask for IOP reset + - scsi: aacraid: Rework IOP reset + - scsi: aacraid: Add periodic checks to see IOP reset status + - scsi: aacraid: Rework SOFT reset code + - scsi: aacraid: Rework aac_src_restart + - scsi: aacraid: Use correct function to get ctrl health + - scsi: aacraid: Make sure ioctl returns on controller reset + - scsi: aacraid: Enable ctrl reset for both hba and arc + - scsi: aacraid: Add reset debugging statements + - scsi: aacraid: Remove reference to Series-9 + - scsi: aacraid: Update driver version to 50834 + + * hibmc driver does not include "pci:" prefix in bus ID (LP: #1698700) + - SAUCE: drm: hibmc: Use set_busid function from drm core + + * HiSilicon D05: installer doesn't appear on VGA (LP: #1698954) + - d-i: Add hibmc-drm to kernel-image udeb + + * Fix /proc/cpuinfo revision for POWER9 DD2 (LP: #1698844) + - SAUCE: powerpc: Fix /proc/cpuinfo revision for POWER9 DD2 + + * Miscellaneous Ubuntu changes + - [Config] CONFIG_SATA_MV=n and CONFIG_GENERIC_PHY=n for s390x + - [Config] CONFIG_ATA=n for s390x + - [Config] Update annotations for 4.12 + + [ Upstream Kernel Changes ] + + * Rebase to v4.12-rc7 + + -- Seth Forshee Mon, 26 Jun 2017 11:27:29 -0500 + +linux (4.12.0-3.4) artful; urgency=low + + * Miscellaneous upstream changes + - ufs: fix the logics for tail relocation + + [ Upstream Kernel Changes ] + + * Rebase to v4.12-rc6 + + -- Seth Forshee Mon, 19 Jun 2017 14:50:39 -0500 + +linux (4.12.0-2.3) artful; urgency=low + + * CVE-2014-9900 + - SAUCE: (no-up) net: Zeroing the structure ethtool_wolinfo in + ethtool_get_wol() + + * System doesn't boot properly on Gigabyte AM4 motherboards (AMD Ryzen) + (LP: #1671360) + - pinctrl/amd: Use regular interrupt instead of chained + + * extend-diff-ignore should use exact matches (LP: #1693504) + - [Packaging] exact extend-diff-ignore matches + + * Miscellaneous Ubuntu changes + - SAUCE: efi: Don't print secure boot state from the efi stub + - ubuntu: vbox -- Update to 5.1.22-dfsg-1 + - SAUCE: vbox fixes for 4.12 + - Re-enable virtualbox build + - [Config] CONFIG_ORANGEFS_FS=m + - SAUCE: (noup) Update spl to 0.6.5.9-1ubuntu2, zfs to 0.6.5.9-5ubuntu7 + - Enable zfs build + + [ Upstream Kernel Changes ] + + * Rebase to v4.12-rc4 + * Rebase to v4.12-rc5 + + -- Seth Forshee Sun, 11 Jun 2017 22:25:13 -0500 + +linux (4.12.0-1.2) artful; urgency=low + + * Enable Matrox driver for Ubuntu 16.04.3 (LP: #1693337) + - [Config] Enable CONFIG_DRM_MGAG200 as module + + * Support low-pin-count devices on Hisilicon SoCs (LP: #1677319) + - [Config] CONFIG_LIBIO=y on arm64 only + - SAUCE: LIBIO: Introduce a generic PIO mapping method + - SAUCE: OF: Add missing I/O range exception for indirect-IO devices + - [Config] CONFIG_HISILICON_LPC=y + - SAUCE: LPC: Support the device-tree LPC host on Hip06/Hip07 + - SAUCE: LIBIO: Support the dynamically logical PIO registration of ACPI host + I/O + - SAUCE: LPC: Add the ACPI LPC support + - SAUCE: PCI: Apply the new generic I/O management on PCI IO hosts + - SAUCE: PCI: Restore codepath for !CONFIG_LIBIO + + * POWER9: Additional patches for TTY and CPU_IDLE (LP: #1674325) + - SAUCE: tty: Fix ldisc crash on reopened tty + + * Miscellaneous Ubuntu changes + - [Debian] Add build-dep on libnuma-dev to enable 'perf bench numa' + - Rebase to v4.12-rc3 + + [ Upstream Kernel Changes ] + + * Rebase to v4.12-rc3 + + -- Seth Forshee Mon, 29 May 2017 20:56:29 -0500 + +linux (4.12.0-0.1) artful; urgency=low + + * please enable CONFIG_ARM64_LSE_ATOMICS (LP: #1691614) + - [Config] CONFIG_ARM64_LSE_ATOMICS=y + + * [Regression] NUMA_BALANCING disabled on arm64 (LP: #1690914) + - [Config] CONFIG_NUMA_BALANCING{,_DEFAULT_ENABLED}=y on arm64 + + * exec'ing a setuid binary from a threaded program sometimes fails to setuid + (LP: #1672819) + - SAUCE: exec: ensure file system accounting in check_unsafe_exec is correct + + * Miscellaneous Ubuntu changes + - Update find-missing-sauce.sh to compare to artful + - Update dropped.txt + - SAUCE: (efi-lockdown) efi: Add EFI_SECURE_BOOT bit + - SAUCE: (efi-lockdown) Add the ability to lock down access to the running + kernel image + - SAUCE: (efi-lockdown) efi: Lock down the kernel if booted in secure boot + mode + - SAUCE: (efi-lockdown) Enforce module signatures if the kernel is locked down + - SAUCE: (efi-lockdown) Restrict /dev/mem and /dev/kmem when the kernel is + locked down + - SAUCE: (efi-lockdown) Add a sysrq option to exit secure boot mode + - SAUCE: (efi-lockdown) kexec: Disable at runtime if the kernel is locked down + - SAUCE: (efi-lockdown) Copy secure_boot flag in boot params across kexec + reboot + - SAUCE: (efi-lockdown) kexec_file: Disable at runtime if securelevel has been + set + - SAUCE: (efi-lockdown) hibernate: Disable when the kernel is locked down + - SAUCE: (efi-lockdown) uswsusp: Disable when the kernel is locked down + - SAUCE: (efi-lockdown) PCI: Lock down BAR access when the kernel is locked + down + - SAUCE: (efi-lockdown) x86: Lock down IO port access when the kernel is + locked down + - SAUCE: (efi-lockdown) x86: Restrict MSR access when the kernel is locked + down + - SAUCE: (efi-lockdown) asus-wmi: Restrict debugfs interface when the kernel + is locked down + - SAUCE: (efi-lockdown) ACPI: Limit access to custom_method when the kernel is + locked down + - SAUCE: (efi-lockdown) acpi: Ignore acpi_rsdp kernel param when the kernel + has been locked down + - SAUCE: (efi-lockdown) acpi: Disable ACPI table override if the kernel is + locked down + - SAUCE: (efi-lockdown) acpi: Disable APEI error injection if the kernel is + locked down + - SAUCE: (efi-lockdown) Enable cold boot attack mitigation + - SAUCE: (efi-lockdown) bpf: Restrict kernel image access functions when the + kernel is locked down + - SAUCE: (efi-lockdown) scsi: Lock down the eata driver + - SAUCE: (efi-lockdown) Prohibit PCMCIA CIS storage when the kernel is locked + down + - SAUCE: (efi-lockdown) Lock down TIOCSSERIAL + - SAUCE: (efi-lockdown) KEYS: Allow unrestricted boot-time addition of keys to + secondary keyring + - SAUCE: (efi-lockdown) efi: Add EFI signature data types + - SAUCE: (efi-lockdown) efi: Add an EFI signature blob parser + - SAUCE: (efi-lockdown) MODSIGN: Import certificates from UEFI Secure Boot + - SAUCE: (efi-lockdown) MODSIGN: Allow the "db" UEFI variable to be suppressed + - SAUCE: (efi-lockdown) efi: Sanitize boot_params in efi stub + - SAUCE: (efi-lockdown) efi: Add secure_boot state and status bit for + MokSBState + - SAUCE: (efi-lockdown) efi: Add sysctls for secureboot and MokSBState + - [Config] Set values for UEFI secure boot lockdown options + - Disable virtualbox build + - Disable hio build + - SAUCE: securityfs: Replace CURRENT_TIME with current_time() + - Disable zfs build + - [Debian] Work out upstream tag for use with gen-auto-reconstruct + - SAUCE: Import aufs driver + - SAUCE: aufs -- Include linux/mm.h in fs/aufs/file.h + - [Config] Enable aufs + - SAUCE: perf callchain: Include errno.h on x86 unconditinally + + [ Upstream Kernel Changes ] + + * Rebase to v4.12-rc2 + + -- Seth Forshee Sun, 21 May 2017 23:44:44 -0500 + +linux (4.11.0-3.8) artful; urgency=low + + [ Seth Forshee ] + + * Release Tracking Bug + - LP: #1690999 + + * apparmor_parser hangs indefinitely when called by multiple threads + (LP: #1645037) + - SAUCE: apparmor: fix lock ordering for mkdir + + * apparmor leaking securityfs pin count (LP: #1660846) + - SAUCE: apparmor: fix leak on securityfs pin count + + * apparmor reference count leak when securityfs_setup_d_inode\ () fails + (LP: #1660845) + - SAUCE: apparmor: fix reference count leak when securityfs_setup_d_inode() + fails + + * apparmor not checking error if security_pin_fs() fails (LP: #1660842) + - SAUCE: apparmor: fix not handling error case when securityfs_pin_fs() fails + + * libvirt profile is blocking global setrlimit despite having no rlimit rule + (LP: #1679704) + - SAUCE: apparmor: fix complain mode failure for rlimit mediation + - apparmor: update auditing of rlimit check to provide capability information + + * apparmor: does not provide a way to detect policy updataes (LP: #1678032) + - SAUCE: apparmor: add policy revision file interface + + * apparmor does not make support of query data visible (LP: #1678023) + - SAUCE: apparmor: add label data availability to the feature set + + * apparmor query interface does not make supported query info available + (LP: #1678030) + - SAUCE: apparmor: add information about the query inteface to the feature set + + * change_profile incorrect when using namespaces with a compound stack + (LP: #1677959) + - SAUCE: apparmor: fix label parse for stacked labels + + * Regression in 4.4.0-65-generic causes very frequent system crashes + (LP: #1669611) + - apparmor: sync of apparmor 3.6+ (17.04) + + * Artful update to 4.11.1 stable release (LP: #1690814) + - dm ioctl: prevent stack leak in dm ioctl call + - drm/sti: fix GDP size to support up to UHD resolution + - power: supply: lp8788: prevent out of bounds array access + - brcmfmac: Ensure pointer correctly set if skb data location changes + - brcmfmac: Make skb header writable before use + - sparc64: fix fault handling in NGbzero.S and GENbzero.S + - refcount: change EXPORT_SYMBOL markings + - net: macb: fix phy interrupt parsing + - tcp: fix access to sk->sk_state in tcp_poll() + - geneve: fix incorrect setting of UDP checksum flag + - bpf: enhance verifier to understand stack pointer arithmetic + - bpf, arm64: fix jit branch offset related to ldimm64 + - tcp: fix wraparound issue in tcp_lp + - net: ipv6: Do not duplicate DAD on link up + - net: usb: qmi_wwan: add Telit ME910 support + - tcp: do not inherit fastopen_req from parent + - ipv4, ipv6: ensure raw socket message is big enough to hold an IP header + - rtnetlink: NUL-terminate IFLA_PHYS_PORT_NAME string + - ipv6: initialize route null entry in addrconf_init() + - ipv6: reorder ip6_route_dev_notifier after ipv6_dev_notf + - tcp: randomize timestamps on syncookies + - bnxt_en: allocate enough space for ->ntp_fltr_bmap + - bpf: don't let ldimm64 leak map addresses on unprivileged + - net: mdio-mux: bcm-iproc: call mdiobus_free() in error path + - f2fs: sanity check segment count + - xen/arm,arm64: fix xen_dma_ops after 815dd18 "Consolidate get_dma_ops..." + - xen: Revert commits da72ff5bfcb0 and 72a9b186292d + - block: get rid of blk_integrity_revalidate() + - Linux 4.11.1 + + * Module signing exclusion for staging drivers does not work properly + (LP: #1690908) + - SAUCE: Fix module signing exclusion in package builds + + * perf: qcom: Add L3 cache PMU driver (LP: #1689856) + - [Config] CONFIG_QCOM_L3_PMU=y + - perf: qcom: Add L3 cache PMU driver + + * No PMU support for ACPI-based arm64 systems (LP: #1689661) + - drivers/perf: arm_pmu: rework per-cpu allocation + - drivers/perf: arm_pmu: manage interrupts per-cpu + - drivers/perf: arm_pmu: split irq request from enable + - drivers/perf: arm_pmu: remove pointless PMU disabling + - drivers/perf: arm_pmu: define armpmu_init_fn + - drivers/perf: arm_pmu: fold init into alloc + - drivers/perf: arm_pmu: factor out pmu registration + - drivers/perf: arm_pmu: simplify cpu_pmu_request_irqs() + - drivers/perf: arm_pmu: handle no platform_device + - drivers/perf: arm_pmu: rename irq request/free functions + - drivers/perf: arm_pmu: split cpu-local irq request/free + - drivers/perf: arm_pmu: move irq request/free into probe + - drivers/perf: arm_pmu: split out platform device probe logic + - arm64: add function to get a cpu's MADT GICC table + - [Config] CONFIG_ARM_PMU_ACPI=y + - drivers/perf: arm_pmu: add ACPI framework + - arm64: pmuv3: handle !PMUv3 when probing + - arm64: pmuv3: use arm_pmu ACPI framework + + * Fix NVLINK2 TCE route (LP: #1690155) + - powerpc/powernv: Fix TCE kill on NVLink2 + + * CVE-2017-0605 + - tracing: Use strlcpy() instead of strcpy() in __trace_find_cmdline() + + * Miscellaneous Ubuntu changes + - [Config] Restore powerpc arch to annotations file + - [Config] Disable runtime testing modules + - [Config] Disable drivers not needed on s390x + - [Config] Update annotations for 4.11 + - [Config] updateconfigs after apparmor updates + + * Miscellaneous upstream changes + - apparmor: use SHASH_DESC_ON_STACK + - apparmor: fix invalid reference to index variable of iterator line 836 + - apparmor: fix parameters so that the permission test is bypassed at boot + - apparmor: Make path_max parameter readonly + - apparmorfs: Combine two function calls into one in aa_fs_seq_raw_abi_show() + - apparmorfs: Use seq_putc() in two functions + - apparmor: provide information about path buffer size at boot + - apparmor: add/use fns to print hash string hex value + + -- Seth Forshee Tue, 16 May 2017 00:39:13 -0500 + +linux (4.11.0-2.7) artful; urgency=low + + * kernel-wedge fails in artful due to leftover squashfs-modules d-i files + (LP: #1688259) + - Remove squashfs-modules files from d-i + - [Config] as squashfs-modules is builtin kernel-image must Provides: it + + * [Zesty] d-i: replace msm_emac with qcom_emac (LP: #1677297) + - Revert "UBUNTU: d-i: initrd needs msm_emac on amberwing platform." + - d-i: initrd needs qcom_emac on amberwing platform. + + * update for V3 kernel bits and improved multiple fan slice support + (LP: #1470091) + - SAUCE: fan: tunnel multiple mapping mode (v3) + + * Miscellaneous Ubuntu changes + - SAUCE: (noup) Update spl to 0.6.5.9-1ubuntu1, zfs to 0.6.5.9-5ubuntu5 + - Enable zfs + - SAUCE: fan: add VXLAN implementation + - SAUCE: (efi-lockdown) efi: Add EFI_SECURE_BOOT bit + - SAUCE: (efi-lockdown) Add the ability to lock down access to the running + kernel image + - SAUCE: (efi-lockdown) efi: Lock down the kernel if booted in secure boot + mode + - SAUCE: (efi-lockdown) Enforce module signatures if the kernel is locked down + - SAUCE: (efi-lockdown) Restrict /dev/mem and /dev/kmem when the kernel is + locked down + - SAUCE: (efi-lockdown) Add a sysrq option to exit secure boot mode + - SAUCE: (efi-lockdown) kexec: Disable at runtime if the kernel is locked down + - SAUCE: (efi-lockdown) Copy secure_boot flag in boot params across kexec + reboot + - SAUCE: (efi-lockdown) kexec_file: Disable at runtime if securelevel has been + set + - SAUCE: (efi-lockdown) hibernate: Disable when the kernel is locked down + - SAUCE: (efi-lockdown) uswsusp: Disable when the kernel is locked down + - SAUCE: (efi-lockdown) PCI: Lock down BAR access when the kernel is locked + down + - SAUCE: (efi-lockdown) x86: Lock down IO port access when the kernel is + locked down + - SAUCE: (efi-lockdown) x86: Restrict MSR access when the kernel is locked + down + - SAUCE: (efi-lockdown) asus-wmi: Restrict debugfs interface when the kernel + is locked down + - SAUCE: (efi-lockdown) ACPI: Limit access to custom_method when the kernel is + locked down + - SAUCE: (efi-lockdown) acpi: Ignore acpi_rsdp kernel param when the kernel + has been locked down + - SAUCE: (efi-lockdown) acpi: Disable ACPI table override if the kernel is + locked down + - SAUCE: (efi-lockdown) acpi: Disable APEI error injection if the kernel is + locked down + - SAUCE: (efi-lockdown) Enable cold boot attack mitigation + - SAUCE: (efi-lockdown) bpf: Restrict kernel image access functions when the + kernel is locked down + - SAUCE: (efi-lockdown) scsi: Lock down the eata driver + - SAUCE: (efi-lockdown) Prohibit PCMCIA CIS storage when the kernel is locked + down + - SAUCE: (efi-lockdown) Lock down TIOCSSERIAL + - SAUCE: (efi-lockdown) Add EFI signature data types + - SAUCE: (efi-lockdown) Add an EFI signature blob parser and key loader. + - SAUCE: (efi-lockdown) KEYS: Add a system blacklist keyring + - SAUCE: (efi-lockdown) MODSIGN: Import certificates from UEFI Secure Boot + - SAUCE: (efi-lockdown) MODSIGN: Support not importing certs from db + - SAUCE: (efi-lockdown) MODSIGN: Don't try secure boot if EFI runtime is + disabled + - SAUCE: (efi-lockdown) efi: Sanitize boot_params in efi stub + - SAUCE: (efi-lockdown) efi: Add secure_boot state and status bit for + MokSBState + - SAUCE: (efi-lockdown) efi: Add sysctls for secureboot and MokSBState + - [Config] Set values for UEFI secure boot lockdown options + - Update dropped.txt + + [ Upstream Kernel Changes ] + + * rebase to v4.11 + + -- Seth Forshee Fri, 05 May 2017 07:43:14 -0500 + +linux (4.11.0-1.6) artful; urgency=low + + * Miscellaneous Ubuntu changes + - [Debian] Use default compression for all packages + - SAUCE: (namespace) block_dev: Support checking inode permissions in + lookup_bdev() + - SAUCE: (namespace) block_dev: Check permissions towards block device inode + when mounting + - SAUCE: (namespace) mtd: Check permissions towards mtd block device inode + when mounting + - SAUCE: (namespace) fs: Allow superblock owner to change ownership of inodes + - SAUCE: (namespace) fs: Don't remove suid for CAP_FSETID for userns root + - SAUCE: (namespace) fs: Allow superblock owner to access do_remount_sb() + - SAUCE: (namespace) capabilities: Allow privileged user in s_user_ns to set + security.* xattrs + - SAUCE: (namespace) fs: Allow CAP_SYS_ADMIN in s_user_ns to freeze and thaw + filesystems + - SAUCE: (namespace) fuse: Add support for pid namespaces + - SAUCE: (namespace) fuse: Support fuse filesystems outside of init_user_ns + - SAUCE: (namespace) fuse: Restrict allow_other to the superblock's namespace + or a descendant + - SAUCE: (namespace) fuse: Allow user namespace mounts + - SAUCE: (namespace) ext4: Add support for unprivileged mounts from user + namespaces + - SAUCE: (namespace) evm: Don't update hmacs in user ns mounts + - SAUCE: (namespace) ext4: Add module parameter to enable user namespace + mounts + - SAUCE: (namespace) block_dev: Forbid unprivileged mounting when device is + opened for writing + + -- Seth Forshee Wed, 26 Apr 2017 10:08:29 -0500 + +linux (4.11.0-0.5) artful; urgency=low + + * [Hyper-V][SAUCE] pci-hyperv: Use only 16 bit integer for PCI domain + (LP: #1684971) + - SAUCE: pci-hyperv: Use only 16 bit integer for PCI domain + + * [Hyper-V] Ubuntu 14.04.2 LTS Generation 2 SCSI Errors on VSS Based Backups + (LP: #1470250) + - SAUCE: Tools: hv: vss: Thaw the filesystem and continue after freeze fails + + * Enable virtual scsi server driver for Power (LP: #1615665) + - SAUCE: Return TCMU-generated sense data to fabric module + + * include/linux/security.h header syntax error with !CONFIG_SECURITYFS + (LP: #1630990) + - SAUCE: (no-up) include/linux/security.h -- fix syntax error with + CONFIG_SECURITYFS=n + + * Miscellaneous Ubuntu changes + - SAUCE: Import aufs driver + - [Config] Enable aufs + - [Debian] Add script to update virtualbox + - ubuntu: vbox -- Update to 5.1.20-dfsg-2 + - Enable vbox + - SAUCE: aufs -- Include linux/mm.h in fs/aufs/file.h + + [ Upstream Kernel Changes ] + + * rebase to v4.11-rc8 + + -- Seth Forshee Tue, 25 Apr 2017 13:42:54 -0500 + +linux (4.11.0-0.4) zesty; urgency=low + + * POWER9: Improve performance on memory management (LP: #1681429) + - SAUCE: powerpc/mm/radix: Don't do page walk cache flush when doing full mm + flush + - SAUCE: powerpc/mm/radix: Remove unnecessary ptesync + + * Miscellaneous Ubuntu changes + - find-missing-sauce.sh + + [ Upstream Kernel Changes ] + + * rebase to v4.11-rc7 + + -- Seth Forshee Tue, 18 Apr 2017 08:19:43 -0500 + +linux (4.11.0-0.3) zesty; urgency=low + + * Disable CONFIG_HVC_UDBG on ppc64el (LP: #1680888) + - [Config] Disable CONFIG_HVC_UDBG on ppc64el + + * smartpqi driver needed in initram disk and installer (LP: #1680156) + - [Config] Add smartpqi to d-i + + * Disable CONFIG_SECURITY_SELINUX_DISABLE (LP: #1680315) + - [Config] CONFIG_SECURITY_SELINUX_DISABLE=n + + * Miscellaneous Ubuntu changes + - [Config] flash-kernel should be a Breaks + - [Config] drop the info directory + - [Config] drop NOTES as obsolete + - [Config] drop changelog.historical as obsolete + - rebase to v4.11-rc6 + + [ Upstream Kernel Changes ] + + * rebase to v4.11-rc6 + + -- Tim Gardner Tue, 11 Apr 2017 07:16:52 -0600 + +linux (4.11.0-0.2) zesty; urgency=low + + [ Upstream Kernel Changes ] + + * rebase to v4.11-rc5 + + -- Tim Gardner Mon, 03 Apr 2017 08:26:07 +0100 + +linux (4.11.0-0.1) zesty; urgency=low + + [ Upstream Kernel Changes ] + + * rebase to v4.11-rc4 + - LP: #1591053 + + -- Tim Gardner Mon, 20 Mar 2017 05:15:32 -0600 + +linux (4.11.0-0.0) zesty; urgency=low + + * dummy entry + + -- Tim Gardner Mon, 20 Mar 2017 05:15:32 -0600 --- linux-lowlatency-hwe-6.2-6.2.0.orig/debian.lowlatency-hwe-6.2/config/README.rst +++ linux-lowlatency-hwe-6.2-6.2.0/debian.lowlatency-hwe-6.2/config/README.rst @@ -0,0 +1,162 @@ +================== +Config Annotations +================== + +:Author: Andrea Righi + +Overview +======== + +Each Ubuntu kernel needs to maintain its own .config for each supported +architecture and each flavour. + +Every time a new patch is applied or a kernel is rebased on top of a new +one, we need to update the .config's accordingly (config options can be +added, removed and also renamed). + +So, we need to make sure that some critical config options are always +matching the desired value in order to have a functional kernel. + +State of the art +================ + +At the moment configs are maintained as a set of Kconfig chunks (inside +`debian./config/`): a global one, plus per-arch / per-flavour +chunks. + +In addition to that, we need to maintain also a file called +'annotations'; the purpose of this file is to make sure that some +critical config options are not silently removed or changed when the +real .config is re-generated (for example after a rebase or after +applying a new set of patches). + +The main problem with this approach is that, often, we have duplicate +information that is stored both in the Kconfig chunks *and* in the +annotations files and, at the same time, the whole .config's information +is distributed between Kconfig chunks and annotations, making it hard to +maintain, review and manage in general. + +Proposed solution +================= + +The proposed solution is to store all the config information into the +"annotations" format and get rid of the config chunks (basically the +real .config's can be produced "compiling" annotations). + +Implementation +============== + +To help the management of the annotations an helper script is provided +(`debian/scripts/misc/annotations`): + +``` +usage: annotations [-h] [--version] [--file FILE] [--arch ARCH] [--flavour FLAVOUR] [--config CONFIG] + (--query | --export | --import FILE | --update FILE | --check FILE) + +Manage Ubuntu kernel .config and annotations + +options: + -h, --help show this help message and exit + --version, -v show program's version number and exit + --file FILE, -f FILE Pass annotations or .config file to be parsed + --arch ARCH, -a ARCH Select architecture + --flavour FLAVOUR, -l FLAVOUR + Select flavour (default is "generic") + --config CONFIG, -c CONFIG + Select a specific config option + +Action: + --query, -q Query annotations + --export, -e Convert annotations to .config format + --import FILE, -i FILE + Import a full .config for a specific arch and flavour into annotations + --update FILE, -u FILE + Import a partial .config into annotations (only resync configs specified in FILE) + --check FILE, -k FILE + Validate kernel .config with annotations +``` + +This script allows to query config settings (per arch/flavour/config), +export them into the Kconfig format (generating the real .config files) +and check if the final .config matches the rules defined in the +annotations. + +Examples (annotations is defined as an alias to `debian/scripts/annotations`): + + - Show settings for `CONFIG_DEBUG_INFO_BTF` for master kernel across all the + supported architectures and flavours: + +``` +$ annotations --query --config CONFIG_DEBUG_INFO_BTF +{ + "policy": { + "amd64": "y", + "arm64": "y", + "armhf": "n", + "ppc64el": "y", + "riscv64": "y", + "s390x": "y" + }, + "note": "'Needs newer pahole for armhf'" +} +``` + + - Dump kernel .config for arm64 and flavour generic-64k: + +``` +$ annotations --arch arm64 --flavour generic-64k --export +CONFIG_DEBUG_FS=y +CONFIG_DEBUG_KERNEL=y +CONFIG_COMPAT=y +... +``` + + - Update annotations file with a new kernel .config for amd64 flavour + generic: + +``` +$ annotations --arch amd64 --flavour generic --import build/.config +``` + +Moreover, three additional kernelconfig commands are provided +(via debian/rules targets): + - `listnewconfigs`: allow to generate a list of new config options (e.g., + after a rebase) and store them in CONFIGS/new-- for + review + - `importconfigs`: after new .config's are generated and reviewed (in + CONFIGS/-) we can use this command to automatically + import all of them into the local annotations + - `migrateconfigs`: automatically merge all the previous configs into + annotations (local changes still need to be committed) + +Pros and Cons +============= + + Pros: + - avoid duplicate information in .config's and annotations + - allow to easily define groups of config settings (for a specific + environment or feature, such as annotations.clouds, annotations.ubuntu, + annotations.snapd, etc.) + - config options are more accessible, easy to change and review + - we can easily document how config options are managed (and external + contributors won't be discouraged anymore when they need to to change a + config option) + + Cons: + - potential regressions: the new tool/scripts can have potential bugs, + so we could experience regressions due to some missed config changes + - kernel team need to understand the new process (even if everything + is transparent, kernel cranking process is the same, there might be + corner cases that need to be addressed and resolved manually) + +TODO +==== + + - Migrate all flavour and arch definitions into annotations (rather + than having this information defined in multiple places inside + debian/scripts); right now this information is "partially" migrated, + meaning that we need to define arches and flavours in the headers + section of annotations (so that the annotations tool can figure out + the list of supported arches and flavours), but arches and flavours + are still defined elsewhere, ideally we would like to have arches and + flavours defined only in one place: annotations. --- linux-lowlatency-hwe-6.2-6.2.0.orig/debian.lowlatency-hwe-6.2/config/annotations +++ linux-lowlatency-hwe-6.2-6.2.0/debian.lowlatency-hwe-6.2/config/annotations @@ -0,0 +1,35 @@ +# Menu: HEADER +# FORMAT: 4 +# ARCH: amd64 arm64 +# FLAVOUR: amd64-lowlatency arm64-lowlatency arm64-lowlatency-64k +# FLAVOUR_DEP: {'amd64-lowlatency': 'amd64-generic', 'arm64-lowlatency': 'arm64-generic', 'arm64-lowlatency-64k': 'arm64-generic-64k'} + +include "../../debian.lowlatency/config/annotations" + +CONFIG_RUST policy<{'amd64': 'n'}> +CONFIG_RUST note<'Rust must be disabled in hwe kernels for now, LP: #1993183'> + + +# ---- Annotations without notes ---- + +CONFIG_ARCH_SUPPORTS_SHADOW_CALL_STACK policy<{'arm64': '-'}> +CONFIG_AS_VERSION policy<{'amd64': '23800', 'arm64': '23800'}> +CONFIG_BINDGEN_VERSION_TEXT policy<{'amd64': '-'}> +CONFIG_CC_HAS_AUTO_VAR_INIT_PATTERN policy<{'amd64': '-', 'arm64': '-'}> +CONFIG_CC_HAS_AUTO_VAR_INIT_ZERO policy<{'amd64': '-', 'arm64': '-'}> +CONFIG_CC_HAS_AUTO_VAR_INIT_ZERO_BARE policy<{'amd64': '-', 'arm64': '-'}> +CONFIG_CC_HAVE_SHADOW_CALL_STACK policy<{'arm64': '-'}> +CONFIG_CC_VERSION_TEXT policy<{'amd64': '"x86_64-linux-gnu-gcc-11 (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0"', 'arm64': '"aarch64-linux-gnu-gcc-11 (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0"'}> +CONFIG_CONSTRUCTORS policy<{'amd64': '-'}> +CONFIG_GCC_VERSION policy<{'amd64': '110400', 'arm64': '110400'}> +CONFIG_INIT_STACK_ALL_PATTERN policy<{'amd64': '-', 'arm64': '-'}> +CONFIG_INIT_STACK_ALL_ZERO policy<{'amd64': '-', 'arm64': '-'}> +CONFIG_INIT_STACK_NONE policy<{'amd64': 'y', 'arm64': 'y'}> +CONFIG_KCOV policy<{'amd64': 'n', 'arm64': '-'}> +CONFIG_LD_VERSION policy<{'amd64': '23800', 'arm64': '23800'}> +CONFIG_RUSTC_VERSION_TEXT policy<{'amd64': '-'}> +CONFIG_RUST_BUILD_ASSERT_ALLOW policy<{'amd64': '-'}> +CONFIG_RUST_DEBUG_ASSERTIONS policy<{'amd64': '-'}> +CONFIG_RUST_OVERFLOW_CHECKS policy<{'amd64': '-'}> +CONFIG_SAMPLES_RUST policy<{'amd64': '-'}> +CONFIG_SHADOW_CALL_STACK policy<{'arm64': '-'}> --- linux-lowlatency-hwe-6.2-6.2.0.orig/debian.lowlatency-hwe-6.2/control.d/flavour-control.stub +++ linux-lowlatency-hwe-6.2-6.2.0/debian.lowlatency-hwe-6.2/control.d/flavour-control.stub @@ -0,0 +1,153 @@ +# Items that get replaced: +# FLAVOUR +# DESC +# ARCH +# SUPPORTED +# TARGET +# BOOTLOADER +# =PROVIDES= +# +# Items marked with =FOO= are optional +# +# This file describes the template for packages that are created for each flavour +# in debian/control.d/vars.* +# +# This file gets edited in a couple of places. See the debian/control.stub rule in +# debian/rules. PGGVER, ABINUM, and SRCPKGNAME are all converted in the +# process of creating debian/control. +# +# The flavour specific strings (ARCH, DESC, etc) are converted using values from the various +# flavour files in debian/control.d/vars.* +# +# XXX: Leave the blank line before the first package!! + +Package: linux-image=SIGN-ME-PKG=-PKGVER-ABINUM-FLAVOUR +Build-Profiles: +Architecture: ARCH +Section: kernel +Priority: optional +Provides: linux-image, fuse-module, =PROVIDES=${linux:rprovides} +Depends: ${misc:Depends}, ${shlibs:Depends}, kmod, linux-base (>= 4.5ubuntu1~16.04.1), linux-modules-PKGVER-ABINUM-FLAVOUR +Recommends: BOOTLOADER, initramfs-tools | linux-initramfs-tool +Breaks: flash-kernel (<< 3.90ubuntu2) [arm64 armhf], s390-tools (<< 2.3.0-0ubuntu3) [s390x] +Conflicts: linux-image=SIGN-PEER-PKG=-PKGVER-ABINUM-FLAVOUR +Suggests: fdutils, linux-doc | SRCPKGNAME-source-PKGVER, SRCPKGNAME-tools, linux-headers-PKGVER-ABINUM-FLAVOUR, linux-modules-extra-PKGVER-ABINUM-FLAVOUR +Description: Linux kernel image for version PKGVER on DESC + This package contains the=SIGN-ME-TXT= Linux kernel image for version PKGVER on + DESC. + . + Supports SUPPORTED processors. + . + TARGET + . + You likely do not want to install this package directly. Instead, install + the linux-FLAVOUR meta-package, which will ensure that upgrades work + correctly, and that supporting packages are also installed. + +Package: linux-modules-PKGVER-ABINUM-FLAVOUR +Build-Profiles: +Architecture: ARCH +Section: kernel +Priority: optional +Depends: ${misc:Depends}, ${shlibs:Depends}, linux-image-PKGVER-ABINUM-FLAVOUR | linux-image-unsigned-PKGVER-ABINUM-FLAVOUR +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: SRCPKGNAME-lib-rust-PKGVER-ABINUM-FLAVOUR +Build-Profiles: +Architecture: amd64 +Multi-Arch: foreign +Section: devel +Priority: optional +Depends: ${misc:Depends}, coreutils +Description: Rust library files related to Linux kernel version PKGVER + This package provides kernel library files for version PKGVER, that allow to + compile out-of-tree kernel modules written in Rust. + +Package: linux-image=SIGN-ME-PKG=-PKGVER-ABINUM-FLAVOUR-dbgsym +Build-Profiles: +Architecture: ARCH +Section: devel +Priority: optional +Depends: ${misc:Depends} +Provides: linux-debug +Description: Linux kernel debug image for version PKGVER on DESC + This package provides the=SIGN-ME-TXT= kernel debug image for version PKGVER on + DESC. + . + This is for sites that wish to debug the kernel. + . + The kernel image contained in this package is NOT meant to boot from. It + is uncompressed, and unstripped. This package also includes the + unstripped modules. + +Package: linux-tools-PKGVER-ABINUM-FLAVOUR +Build-Profiles: +Architecture: ARCH +Section: devel +Priority: optional +Depends: ${misc:Depends}, SRCPKGNAME-tools-PKGVER-ABINUM +Description: Linux kernel version specific tools for version PKGVER-ABINUM + This package provides the architecture dependant parts for kernel + version locked tools (such as perf and x86_energy_perf_policy) for + version PKGVER-ABINUM on + =HUMAN=. + +Package: linux-cloud-tools-PKGVER-ABINUM-FLAVOUR +Build-Profiles: +Architecture: ARCH +Section: devel +Priority: optional +Depends: ${misc:Depends}, SRCPKGNAME-cloud-tools-PKGVER-ABINUM +Description: Linux kernel version specific cloud tools for version PKGVER-ABINUM + This package provides the architecture dependant parts for kernel + version locked tools for cloud for version PKGVER-ABINUM on + =HUMAN=. + --- linux-lowlatency-hwe-6.2-6.2.0.orig/debian.lowlatency-hwe-6.2/control.d/generic.inclusion-list +++ linux-lowlatency-hwe-6.2-6.2.0/debian.lowlatency-hwe-6.2/control.d/generic.inclusion-list @@ -0,0 +1,298 @@ +arch/*/{crypto,kernel,oprofile} +arch/*/kvm/kvm.ko +arch/powerpc/kvm/kvm-hv.ko +arch/powerpc/kvm/kvm-pr.ko +arch/powerpc/kvm/vfio.ko +arch/powerpc/platforms/powernv/opal-prd.ko +arch/s390/* +arch/x86/kvm/kvm-amd.ko +arch/x86/kvm/kvm-intel.ko +crypto/* +drivers/acpi/* +drivers/ata/acard-ahci.ko +drivers/ata/ahci.ko +drivers/ata/ahci_platform.ko +drivers/ata/ahci_tegra.ko +drivers/ata/ata_generic.ko +drivers/ata/libahci.ko +drivers/ata/libahci_platform.ko +drivers/block/brd.ko +drivers/block/cryptoloop.ko +drivers/block/floppy.ko +drivers/block/loop.ko +drivers/block/nbd.ko +drivers/block/rbd.ko +drivers/block/virtio_blk.ko +drivers/block/xen-blkfront.ko +drivers/bus/tegra-aconnect.ko +drivers/char/hangcheck-timer.ko +drivers/char/hw_random/powernv-rng.ko +drivers/char/hw_random/virtio-rng.ko +drivers/char/ipmi/* +drivers/char/ipmi/ipmi_msghandler.ko +drivers/char/lp.ko +drivers/char/nvram.ko +drivers/char/ppdev.ko +drivers/char/raw.ko +drivers/char/virtio_console.ko +drivers/clk/clk-max77686.ko +drivers/cpufreq/tegra186-cpufreq.ko +drivers/cpufreq/tegra194-cpufreq.ko +drivers/crypto/nx/* +drivers/crypto/vmx/vmx-crypto.ko +drivers/dma/tegra210-adma.ko +drivers/firmware/efi/* +drivers/firmware/iscsi_ibft.ko +drivers/gpio/gpio-max77620.ko +drivers/gpu/drm/ast/ast.ko +drivers/gpu/drm/drm.ko +drivers/gpu/drm/drm_kms_helper.ko +drivers/gpu/drm/tegra/tegra-drm.ko +drivers/gpu/drm/ttm/ttm.ko +drivers/gpu/drm/vboxvideo/vboxvideo.ko +drivers/gpu/host1x/host1x.ko +drivers/hid/hid-generic.ko +drivers/hid/hid-hyperv.ko +drivers/hid/hid.ko +drivers/hid/usbhid/usbhid.ko +drivers/hv/* +drivers/hwmon/ibmpowernv.ko +drivers/hwmon/pwm-fan.ko +drivers/i2c/busses/i2c-tegra-bpmp.ko +drivers/i2c/busses/i2c-tegra-bpmp.ko +drivers/i2c/busses/i2c-tegra.ko +drivers/infiniband/core/ib_addr.ko +drivers/infiniband/core/ib_cm.ko +drivers/infiniband/core/ib_core.ko +drivers/infiniband/core/ib_mad.ko +drivers/infiniband/core/ib_sa.ko +drivers/infiniband/core/iw_cm.ko +drivers/infiniband/core/rdma_cm.ko +drivers/infiniband/ulp/iser/ib_iser.ko +drivers/infiniband/ulp/isert/ib_isert.ko +drivers/input/evbug.ko +drivers/input/gameport/gameport.ko +drivers/input/input-leds.ko +drivers/input/joydev.ko +drivers/input/keyboard/gpio_keys.ko +drivers/input/misc/xen-kbdfront.ko +drivers/input/mouse/psmouse.ko +drivers/input/serio/hyperv-keyboard.ko +drivers/input/serio/serio_raw.ko +drivers/input/serio/serport.ko +drivers/input/touchscreen/usbtouchscreen.ko +drivers/leds/leds-powernv.ko +drivers/md/* +drivers/memory/tegra/tegra210-emc.ko +drivers/message/fusion* +drivers/misc/cxl/* +drivers/misc/eeprom/at24.ko +drivers/misc/vmw_balloon.ko +drivers/misc/vmw_vmci/vmw_vmci.ko +drivers/mmc/host/sdhci-tegra.ko +drivers/mtd/cmdlinepart.ko +drivers/mtd/devices/powernv_flash.ko +drivers/mtd/ofpart.ko +drivers/net/appletalk/ipddp.ko +drivers/net/bonding/bonding.ko +drivers/net/caif/caif_virtio.ko +drivers/net/dummy.ko +drivers/net/eql.ko +drivers/net/ethernet/8390/8390.ko +drivers/net/ethernet/8390/ne2k-pci.ko +drivers/net/ethernet/amazon/ena/ena.ko +drivers/net/ethernet/amd/pcnet32.ko +drivers/net/ethernet/broadcom/bnx2x/* +drivers/net/ethernet/broadcom/tg3.ko +drivers/net/ethernet/dec/tulip/* +drivers/net/ethernet/emulex/benet/* +drivers/net/ethernet/ibm/* +drivers/net/ethernet/intel/e1000/e1000.ko +drivers/net/ethernet/intel/e1000e/e1000e.ko +drivers/net/ethernet/intel/i40e/* +drivers/net/ethernet/intel/iavf/iavf.ko +drivers/net/ethernet/intel/igb/* +drivers/net/ethernet/intel/igbvf/igbvf.ko +drivers/net/ethernet/intel/ixgbe/* +drivers/net/ethernet/intel/ixgbevf/ixgbevf.ko +drivers/net/ethernet/mellanox/* +drivers/net/ethernet/netronome/nfp/nfp.ko +drivers/net/ethernet/realtek/8139cp.ko +drivers/net/ethernet/realtek/8139too.ko +drivers/net/ethernet/stmicro/stmmac/dwmac-dwc-qos-eth.ko +drivers/net/ethernet/stmicro/stmmac/stmmac-platform.ko +drivers/net/ethernet/stmicro/stmmac/stmmac.ko +drivers/net/fddi/* +drivers/net/geneve.ko +drivers/net/hyperv/hv_netvsc.ko +drivers/net/ifb.ko +drivers/net/ipvlan/* +drivers/net/macvlan.ko +drivers/net/macvtap.ko +drivers/net/mii.ko +drivers/net/netconsole.ko +drivers/net/pcs/pcs-xpcs.ko +drivers/net/phy/marvell.ko +drivers/net/phy/phylink.ko +drivers/net/ppp/* +drivers/net/ppp/bsd_comp.ko +drivers/net/slip/* +drivers/net/veth.ko +drivers/net/virtio_net.ko +drivers/net/vmxnet3/vmxnet3.ko +drivers/net/vxlan.ko +drivers/net/wireguard/wireguard.ko +drivers/net/xen-netback/* +drivers/net/xen-netfront.ko +drivers/nvme/host/nvme.ko +drivers/nvmem/nvmem_core.ko +drivers/parport/parport.ko +drivers/parport/parport_pc.ko +drivers/pci/controller/dwc/pcie-tegra194.ko +drivers/pci/host/vmd.ko +drivers/phy/tegra/phy-tegra194-p2u.ko +drivers/pinctrl/pinctrl-max77620.ko +drivers/platform/x86/pvpanic.ko +drivers/pps/pps_core.ko +drivers/ptp/ptp.ko +drivers/pwm/pwm-tegra.ko +drivers/regulator/fixed.ko +drivers/regulator/max77620-regulator.ko +drivers/rtc/rtc-max77686.ko +drivers/rtc/rtc-tegra.ko +drivers/s390/* +drivers/s390/block/xpram.ko +drivers/scsi/BusLogic.ko +drivers/scsi/aacraid/* +drivers/scsi/cxlflash/* +drivers/scsi/device_handler/scsi_dh_alua.ko +drivers/scsi/device_handler/scsi_dh_emc.ko +drivers/scsi/device_handler/scsi_dh_hp_sw.ko +drivers/scsi/device_handler/scsi_dh_rdac.ko +drivers/scsi/hv_storvsc.ko +drivers/scsi/ibmvscsi/* +drivers/scsi/ipr.ko +drivers/scsi/iscsi_boot_sysfs.ko +drivers/scsi/iscsi_tcp.ko +drivers/scsi/libiscsi.ko +drivers/scsi/libiscsi_tcp.ko +drivers/scsi/libsas/* +drivers/scsi/lpfc/* +drivers/scsi/megaraid/* +drivers/scsi/mpt3sas/* +drivers/scsi/osd/libosd.ko +drivers/scsi/osd/osd.ko +drivers/scsi/qla1280.ko +drivers/scsi/qla2xxx/* +drivers/scsi/raid_class.ko +drivers/scsi/scsi_transport_fc.ko +drivers/scsi/scsi_transport_iscsi.ko +drivers/scsi/scsi_transport_sas.ko +drivers/scsi/scsi_transport_spi.ko +drivers/scsi/sd_mod.ko +drivers/scsi/sr_mod.ko +drivers/scsi/virtio_scsi.ko +drivers/scsi/vmw_pvscsi.ko +drivers/spi/spi-tegra114.ko +drivers/staging/media/tegra-video/tegra-video.ko +drivers/target/loopback/tcm_loop.ko +drivers/target/target_core*.ko +drivers/thermal/tegra/tegra-bpmp-thermal.ko +drivers/tty/serial/jsm/* +drivers/tty/serial/serial-tegra.ko +drivers/uio/uio.ko +drivers/uio/uio_pdrv_genirq.ko +drivers/usb/gadget/udc/tegra-xudc.ko +drivers/usb/host/* +drivers/usb/storage/uas.ko +drivers/usb/storage/usb-storage.ko +drivers/vfio/* +drivers/vhost/* +drivers/video/fbdev/* +drivers/video/vgastate.ko +drivers/virt/vboxguest/vboxguest.ko +drivers/virtio/* +drivers/watchdog/softdog.ko +drivers/xen/* +fs/9p/* +fs/aufs/aufs.ko +fs/autofs/autofs4.ko +fs/binfmt_misc.ko +fs/btrfs/* +fs/cachefiles/cachefiles.ko +fs/ceph/* +fs/smb/client/* +fs/configfs/* +fs/dlm/dlm.ko +fs/ecryptfs/* +fs/efivarfs/* +fs/exofs/libore.ko +fs/ext4/* +fs/fat/* +fs/fscache/* +fs/fuse/* +fs/isofs/* +fs/lockd/* +fs/nfs/* +fs/nfs_common/* +fs/nfsd/* +fs/nls/nls_cp437.ko +fs/nls/nls_iso8859-1.ko +fs/overlayfs/* +fs/shiftfs.ko +fs/squashfs/* +fs/udf/* +fs/ufs/* +fs/vboxsf/vboxsf.ko +fs/xfs/* +lib/* +net/6lowpan/* +net/802/* +net/8021q/* +net/9p/* +net/appletalk/* +net/atm/* +net/ax25/* +net/bpfilter/* +net/bridge/* +net/can/* +net/ceph/libceph.ko +net/core/* +net/dccp/* +net/decnet/* +net/ieee802154/* +net/ipv4/* +net/ipv6/* +net/ipx/* +net/key/* +net/lapb/* +net/llc/* +net/netfilter/* +net/netlink/netlink_diag.ko +net/netrom/* +net/openvswitch/* +net/packet/af_packet_diag.ko +net/phonet/* +net/rose/* +net/rxrpc/* +net/sched/* +net/sctp/* +net/sunrpc/auth_gss/auth_rpcgss.ko +net/sunrpc/auth_gss/rpcsec_gss_krb5.ko +net/sunrpc/sunrpc.ko +net/tipc/* +net/unix/unix_diag.ko +net/vmw_vsock/* +net/x25/* +net/xfrm/* +! find sound/core -name oss -prune -o -name *.ko -print +sound/drivers/pcsp/snd-pcsp.ko +sound/pci/hda/snd-hda-tegra.ko +sound/pci/snd-ens1370.ko +sound/soc/tegra/snd-soc-tegra186-dspk.ko +sound/soc/tegra/snd-soc-tegra210-admaif.ko +sound/soc/tegra/snd-soc-tegra210-ahub.ko +sound/soc/tegra/snd-soc-tegra210-dmic.ko +sound/soc/tegra/snd-soc-tegra210-i2s.ko +sound/soundcore.ko +ubuntu/ubuntu-host/ubuntu-host.ko --- linux-lowlatency-hwe-6.2-6.2.0.orig/debian.lowlatency-hwe-6.2/control.d/linux-doc.stub +++ linux-lowlatency-hwe-6.2-6.2.0/debian.lowlatency-hwe-6.2/control.d/linux-doc.stub @@ -0,0 +1,12 @@ +Package: linux-doc +Build-Profiles: +Architecture: all +Section: doc +Priority: optional +Depends: ${misc:Depends} +Description: Linux kernel specific documentation for version PKGVER + This package provides the various documents in the PKGVER kernel + Documentation/ subdirectory. These document kernel subsystems, APIs, device + drivers, and so on. See + /usr/share/doc/SRCPKGNAME-doc/00-INDEX for a list of what is + contained in each file. --- linux-lowlatency-hwe-6.2-6.2.0.orig/debian.lowlatency-hwe-6.2/control.d/linux-libc-dev.stub +++ linux-lowlatency-hwe-6.2-6.2.0/debian.lowlatency-hwe-6.2/control.d/linux-libc-dev.stub @@ -0,0 +1,12 @@ +Package: linux-libc-dev +Architecture: amd64 armhf arm64 i386 ppc64el riscv64 s390x +Depends: ${misc:Depends} +Conflicts: linux-kernel-headers +Replaces: linux-kernel-headers +Provides: linux-kernel-headers, aufs-dev +Multi-Arch: same +Description: Linux Kernel Headers for development + This package provides headers from the Linux kernel. These headers + are used by the installed headers for GNU glibc and other system + libraries. They are NOT meant to be used to build third-party modules for + your kernel. Use SRCPKGNAME-headers-* packages for that. --- linux-lowlatency-hwe-6.2-6.2.0.orig/debian.lowlatency-hwe-6.2/control.d/vars.lowlatency +++ linux-lowlatency-hwe-6.2-6.2.0/debian.lowlatency-hwe-6.2/control.d/vars.lowlatency @@ -0,0 +1,6 @@ +arch="amd64 arm64" +supported="Lowlatency" +target="Geared toward desktop and server systems." +desc="=HUMAN= SMP" +bootloader="grub-pc [amd64] | grub-efi-amd64 [amd64] | grub-efi-ia32 [amd64] | grub [amd64] | lilo [amd64] | flash-kernel [armhf arm64] | grub-efi-arm64 [arm64] | grub-efi-arm [armhf]" +provides="kvm-api-4, redhat-cluster-modules, ivtv-modules, virtualbox-guest-modules [amd64]" --- linux-lowlatency-hwe-6.2-6.2.0.orig/debian.lowlatency-hwe-6.2/control.d/vars.lowlatency-64k +++ linux-lowlatency-hwe-6.2-6.2.0/debian.lowlatency-hwe-6.2/control.d/vars.lowlatency-64k @@ -0,0 +1,6 @@ +arch="arm64" +supported="Lowlatency 64K pages" +target="Geared toward desktop and server systems." +desc="=HUMAN= SMP" +bootloader="grub-efi-arm64 [arm64] | flash-kernel [arm64]" +provides="kvm-api-4, redhat-cluster-modules, ivtv-modules" --- linux-lowlatency-hwe-6.2-6.2.0.orig/debian.lowlatency-hwe-6.2/control.stub.in +++ linux-lowlatency-hwe-6.2-6.2.0/debian.lowlatency-hwe-6.2/control.stub.in @@ -0,0 +1,138 @@ +Source: SRCPKGNAME +Section: devel +Priority: optional +Maintainer: Ubuntu Kernel Team +Standards-Version: 3.9.4.0 +Build-Depends: + debhelper-compat (= 10), + cpio, + kmod , + makedumpfile [amd64] , + libcap-dev , + libelf-dev , + libnewt-dev , + libiberty-dev , + default-jdk-headless , + java-common , + rsync , + libdw-dev , + libpci-dev , + pkg-config , + python3 , + 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 [amd64 s390x] , + pahole [amd64 arm64 armhf ppc64el s390x riscv64] | dwarves (>= 1.21) [amd64 arm64 armhf ppc64el s390x riscv64] , + rustc-1.62 [amd64], + rust-1.62-src [amd64], + rustfmt-1.62 [amd64], + bindgen-0.56 [amd64], + clang [amd64], + llvm [amd64], +Build-Depends-Indep: + xmlto , + docbook-utils , + ghostscript , + fig2dev , + bzip2 , + sharutils , + asciidoc , + python3-sphinx , + python3-sphinx-rtd-theme , + fontconfig , + python3-docutils , + imagemagick , + graphviz , + dvipng , + fonts-noto-cjk , + latexmk , + librsvg2-bin , +Vcs-Git: git://git.launchpad.net/~ubuntu-kernel/ubuntu/+source/linux/+git/=SERIES= +XS-Testsuite: autopkgtest +#XS-Testsuite-Depends: gcc-4.7 binutils + +Package: SRCPKGNAME-headers-PKGVER-ABINUM +Build-Profiles: +Architecture: all +Multi-Arch: foreign +Section: devel +Priority: optional +Depends: ${misc:Depends}, coreutils +Description: Header files related to Linux kernel version PKGVER + This package provides kernel header files for version PKGVER, for sites + that want the latest kernel headers. Please read + /usr/share/doc/SRCPKGNAME-headers-PKGVER-ABINUM/debian.README.gz for details + +Package: SRCPKGNAME-tools-common +Build-Profiles: +Architecture: all +Multi-Arch: foreign +Section: kernel +Priority: optional +Depends: ${misc:Depends}, lsb-release +Description: Linux kernel version specific tools for version PKGVER + This package provides the architecture independent parts for kernel + version locked tools (such as perf and x86_energy_perf_policy) for + version PKGVER. + +Package: SRCPKGNAME-tools-PKGVER-ABINUM +Build-Profiles: +Architecture: amd64 arm64 +Section: devel +Priority: optional +Depends: ${misc:Depends}, ${shlibs:Depends}, linux-tools-common +Description: Linux kernel version specific tools for version PKGVER-ABINUM + This package provides the architecture dependant parts for kernel + version locked tools (such as perf and x86_energy_perf_policy) for + version PKGVER-ABINUM on + =HUMAN=. + You probably want to install linux-tools-PKGVER-ABINUM-. + +Package: SRCPKGNAME-cloud-tools-common +Build-Profiles: +Architecture: all +Multi-Arch: foreign +Section: kernel +Priority: optional +Depends: ${misc:Depends} +Description: Linux kernel version specific cloud tools for version PKGVER + This package provides the architecture independent parts for kernel + version locked tools for cloud tools for version PKGVER. + +Package: SRCPKGNAME-cloud-tools-PKGVER-ABINUM +Build-Profiles: +Architecture: amd64 arm64 +Section: devel +Priority: optional +Depends: ${misc:Depends}, ${shlibs:Depends}, linux-cloud-tools-common +Description: Linux kernel version specific cloud tools for version PKGVER-ABINUM + This package provides the architecture dependant parts for kernel + version locked tools for cloud tools for version PKGVER-ABINUM on + =HUMAN=. + You probably want to install linux-cloud-tools-PKGVER-ABINUM-. + +Package: SRCPKGNAME-tools-host +Build-Profiles: +Architecture: all +Multi-Arch: foreign +Section: kernel +Priority: optional +Depends: ${misc:Depends}, python3 +Description: Linux kernel VM host tools + This package provides kernel tools useful for VM hosts. + --- linux-lowlatency-hwe-6.2-6.2.0.orig/debian.lowlatency-hwe-6.2/copyright +++ linux-lowlatency-hwe-6.2-6.2.0/debian.lowlatency-hwe-6.2/copyright @@ -0,0 +1,29 @@ +This is the Ubuntu prepackaged version of the Linux kernel. +Linux was written by Linus Torvalds +and others. + +This package was put together by the Ubuntu Kernel Team, from +sources retrieved from upstream linux git. +The sources may be found at most Linux ftp sites, including +ftp://ftp.kernel.org/pub/linux/kernel/ + +This package is currently maintained by the +Ubuntu Kernel Team + +Linux is copyrighted by Linus Torvalds and others. + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; version 2 dated June, 1991. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +On Ubuntu Linux systems, the complete text of the GNU General +Public License v2 can be found in `/usr/share/common-licenses/GPL-2'. --- linux-lowlatency-hwe-6.2-6.2.0.orig/debian.lowlatency-hwe-6.2/etc/getabis +++ linux-lowlatency-hwe-6.2-6.2.0/debian.lowlatency-hwe-6.2/etc/getabis @@ -0,0 +1,13 @@ +repo_list=( + "http://archive.ubuntu.com/ubuntu/pool/main/l/linux-lowlatency-hwe-6.2" + "http://ports.ubuntu.com/ubuntu-ports/pool/main/l/linux-lowlatency-hwe-6.2" + "http://archive.ubuntu.com/ubuntu/pool/universe/l/linux-lowlatency-hwe-6.2" + "http://ports.ubuntu.com/ubuntu-ports/pool/universe/l/linux-lowlatency-hwe-6.2" + "http://ppa.launchpad.net/canonical-kernel-team/ppa/ubuntu/pool/main/l/linux-lowlatency-hwe-6.2" + "http://ppa.launchpad.net/canonical-kernel-team/ppa2/ubuntu/pool/main/l/linux-lowlatency-hwe-6.2" +) + +package_prefixes linux-buildinfo + +getall amd64 lowlatency +getall arm64 lowlatency lowlatency-64k --- linux-lowlatency-hwe-6.2-6.2.0.orig/debian.lowlatency-hwe-6.2/etc/kernelconfig +++ linux-lowlatency-hwe-6.2-6.2.0/debian.lowlatency-hwe-6.2/etc/kernelconfig @@ -0,0 +1,2 @@ +archs="amd64 armhf arm64 ppc64el s390x" +family='ubuntu' --- linux-lowlatency-hwe-6.2-6.2.0.orig/debian.lowlatency-hwe-6.2/etc/local.conf +++ linux-lowlatency-hwe-6.2-6.2.0/debian.lowlatency-hwe-6.2/etc/local.conf @@ -0,0 +1 @@ +FOREIGN_ARCHES="armhf ppc64el s390x" --- linux-lowlatency-hwe-6.2-6.2.0.orig/debian.lowlatency-hwe-6.2/etc/update.conf +++ linux-lowlatency-hwe-6.2-6.2.0/debian.lowlatency-hwe-6.2/etc/update.conf @@ -0,0 +1,8 @@ +# WARNING: we do not create update.conf when we are not a +# derivative. Various cranky components make use of this. +# If we start unconditionally creating update.conf we need +# to fix at least cranky close and cranky rebase. +RELEASE_REPO=git://git.launchpad.net/~ubuntu-kernel/ubuntu/+source/linux/+git/lunar +SOURCE_RELEASE_BRANCH=lowlatency-next +DEBIAN_MASTER=debian.lowlatency +BACKPORT_SUFFIX=~22.04 --- linux-lowlatency-hwe-6.2-6.2.0.orig/debian.lowlatency-hwe-6.2/modprobe.d/common.conf +++ linux-lowlatency-hwe-6.2-6.2.0/debian.lowlatency-hwe-6.2/modprobe.d/common.conf @@ -0,0 +1,3 @@ +# LP:1434842 -- disable OSS drivers by default to allow pulseaudio to emulate +blacklist snd-mixer-oss +blacklist snd-pcm-oss --- linux-lowlatency-hwe-6.2-6.2.0.orig/debian.lowlatency-hwe-6.2/reconstruct +++ linux-lowlatency-hwe-6.2-6.2.0/debian.lowlatency-hwe-6.2/reconstruct @@ -0,0 +1,225 @@ +# Recreate any symlinks created since the orig. +# Remove any files deleted from the orig. +rm -f 'arch/alpha/include/asm/bugs.h' +rm -f 'arch/ia64/include/asm/bugs.h' +rm -f 'arch/m68k/include/asm/bugs.h' +rm -f 'arch/parisc/include/asm/bugs.h' +rm -f 'arch/powerpc/include/asm/bugs.h' +rm -f 'arch/sh/include/asm/bugs.h' +rm -f 'arch/sparc/include/asm/bugs.h' +rm -f 'arch/um/include/asm/bugs.h' +rm -f 'arch/xtensa/include/asm/bugs.h' +rm -f 'fs/cifs/Kconfig' +rm -f 'fs/cifs/Makefile' +rm -f 'fs/cifs/asn1.c' +rm -f 'fs/cifs/cached_dir.c' +rm -f 'fs/cifs/cached_dir.h' +rm -f 'fs/cifs/cifs_debug.c' +rm -f 'fs/cifs/cifs_debug.h' +rm -f 'fs/cifs/cifs_dfs_ref.c' +rm -f 'fs/cifs/cifs_fs_sb.h' +rm -f 'fs/cifs/cifs_ioctl.h' +rm -f 'fs/cifs/cifs_spnego.c' +rm -f 'fs/cifs/cifs_spnego.h' +rm -f 'fs/cifs/cifs_spnego_negtokeninit.asn1' +rm -f 'fs/cifs/cifs_swn.c' +rm -f 'fs/cifs/cifs_swn.h' +rm -f 'fs/cifs/cifs_unicode.c' +rm -f 'fs/cifs/cifs_unicode.h' +rm -f 'fs/cifs/cifs_uniupr.h' +rm -f 'fs/cifs/cifsacl.c' +rm -f 'fs/cifs/cifsacl.h' +rm -f 'fs/cifs/cifsencrypt.c' +rm -f 'fs/cifs/cifsfs.c' +rm -f 'fs/cifs/cifsfs.h' +rm -f 'fs/cifs/cifsglob.h' +rm -f 'fs/cifs/cifspdu.h' +rm -f 'fs/cifs/cifsproto.h' +rm -f 'fs/cifs/cifsroot.c' +rm -f 'fs/cifs/cifssmb.c' +rm -f 'fs/cifs/connect.c' +rm -f 'fs/cifs/dfs.c' +rm -f 'fs/cifs/dfs.h' +rm -f 'fs/cifs/dfs_cache.c' +rm -f 'fs/cifs/dfs_cache.h' +rm -f 'fs/cifs/dir.c' +rm -f 'fs/cifs/dns_resolve.c' +rm -f 'fs/cifs/dns_resolve.h' +rm -f 'fs/cifs/export.c' +rm -f 'fs/cifs/file.c' +rm -f 'fs/cifs/fs_context.c' +rm -f 'fs/cifs/fs_context.h' +rm -f 'fs/cifs/fscache.c' +rm -f 'fs/cifs/fscache.h' +rm -f 'fs/cifs/inode.c' +rm -f 'fs/cifs/ioctl.c' +rm -f 'fs/cifs/link.c' +rm -f 'fs/cifs/misc.c' +rm -f 'fs/cifs/netlink.c' +rm -f 'fs/cifs/netlink.h' +rm -f 'fs/cifs/netmisc.c' +rm -f 'fs/cifs/nterr.c' +rm -f 'fs/cifs/nterr.h' +rm -f 'fs/cifs/ntlmssp.h' +rm -f 'fs/cifs/readdir.c' +rm -f 'fs/cifs/rfc1002pdu.h' +rm -f 'fs/cifs/sess.c' +rm -f 'fs/cifs/smb1ops.c' +rm -f 'fs/cifs/smb2file.c' +rm -f 'fs/cifs/smb2glob.h' +rm -f 'fs/cifs/smb2inode.c' +rm -f 'fs/cifs/smb2maperror.c' +rm -f 'fs/cifs/smb2misc.c' +rm -f 'fs/cifs/smb2ops.c' +rm -f 'fs/cifs/smb2pdu.c' +rm -f 'fs/cifs/smb2pdu.h' +rm -f 'fs/cifs/smb2proto.h' +rm -f 'fs/cifs/smb2status.h' +rm -f 'fs/cifs/smb2transport.c' +rm -f 'fs/cifs/smbdirect.c' +rm -f 'fs/cifs/smbdirect.h' +rm -f 'fs/cifs/smbencrypt.c' +rm -f 'fs/cifs/smberr.h' +rm -f 'fs/cifs/trace.c' +rm -f 'fs/cifs/trace.h' +rm -f 'fs/cifs/transport.c' +rm -f 'fs/cifs/unc.c' +rm -f 'fs/cifs/winucase.c' +rm -f 'fs/cifs/xattr.c' +rm -f 'fs/erofs/tagptr.h' +rm -f 'fs/erofs/zdata.h' +rm -f 'fs/ksmbd/Kconfig' +rm -f 'fs/ksmbd/Makefile' +rm -f 'fs/ksmbd/asn1.c' +rm -f 'fs/ksmbd/asn1.h' +rm -f 'fs/ksmbd/auth.c' +rm -f 'fs/ksmbd/auth.h' +rm -f 'fs/ksmbd/connection.c' +rm -f 'fs/ksmbd/connection.h' +rm -f 'fs/ksmbd/crypto_ctx.c' +rm -f 'fs/ksmbd/crypto_ctx.h' +rm -f 'fs/ksmbd/glob.h' +rm -f 'fs/ksmbd/ksmbd_netlink.h' +rm -f 'fs/ksmbd/ksmbd_spnego_negtokeninit.asn1' +rm -f 'fs/ksmbd/ksmbd_spnego_negtokentarg.asn1' +rm -f 'fs/ksmbd/ksmbd_work.c' +rm -f 'fs/ksmbd/ksmbd_work.h' +rm -f 'fs/ksmbd/mgmt/ksmbd_ida.c' +rm -f 'fs/ksmbd/mgmt/ksmbd_ida.h' +rm -f 'fs/ksmbd/mgmt/share_config.c' +rm -f 'fs/ksmbd/mgmt/share_config.h' +rm -f 'fs/ksmbd/mgmt/tree_connect.c' +rm -f 'fs/ksmbd/mgmt/tree_connect.h' +rm -f 'fs/ksmbd/mgmt/user_config.c' +rm -f 'fs/ksmbd/mgmt/user_config.h' +rm -f 'fs/ksmbd/mgmt/user_session.c' +rm -f 'fs/ksmbd/mgmt/user_session.h' +rm -f 'fs/ksmbd/misc.c' +rm -f 'fs/ksmbd/misc.h' +rm -f 'fs/ksmbd/ndr.c' +rm -f 'fs/ksmbd/ndr.h' +rm -f 'fs/ksmbd/nterr.h' +rm -f 'fs/ksmbd/ntlmssp.h' +rm -f 'fs/ksmbd/oplock.c' +rm -f 'fs/ksmbd/oplock.h' +rm -f 'fs/ksmbd/server.c' +rm -f 'fs/ksmbd/server.h' +rm -f 'fs/ksmbd/smb2misc.c' +rm -f 'fs/ksmbd/smb2ops.c' +rm -f 'fs/ksmbd/smb2pdu.c' +rm -f 'fs/ksmbd/smb2pdu.h' +rm -f 'fs/ksmbd/smb_common.c' +rm -f 'fs/ksmbd/smb_common.h' +rm -f 'fs/ksmbd/smbacl.c' +rm -f 'fs/ksmbd/smbacl.h' +rm -f 'fs/ksmbd/smbfsctl.h' +rm -f 'fs/ksmbd/smbstatus.h' +rm -f 'fs/ksmbd/transport_ipc.c' +rm -f 'fs/ksmbd/transport_ipc.h' +rm -f 'fs/ksmbd/transport_rdma.c' +rm -f 'fs/ksmbd/transport_rdma.h' +rm -f 'fs/ksmbd/transport_tcp.c' +rm -f 'fs/ksmbd/transport_tcp.h' +rm -f 'fs/ksmbd/unicode.c' +rm -f 'fs/ksmbd/unicode.h' +rm -f 'fs/ksmbd/uniupr.h' +rm -f 'fs/ksmbd/vfs.c' +rm -f 'fs/ksmbd/vfs.h' +rm -f 'fs/ksmbd/vfs_cache.c' +rm -f 'fs/ksmbd/vfs_cache.h' +rm -f 'fs/ksmbd/xattr.h' +rm -f 'fs/smbfs_common/Makefile' +rm -f 'fs/smbfs_common/arc4.h' +rm -f 'fs/smbfs_common/cifs_arc4.c' +rm -f 'fs/smbfs_common/cifs_md4.c' +rm -f 'fs/smbfs_common/md4.h' +rm -f 'fs/smbfs_common/smb2pdu.h' +rm -f 'fs/smbfs_common/smbfsctl.h' +rm -f 'include/asm-generic/bugs.h' +rm -f 'net/core/devlink.c' +rm -f 'net/sched/cls_rsvp.c' +rm -f 'net/sched/cls_rsvp.h' +rm -f 'net/sched/cls_rsvp6.c' +rm -f 'net/sched/cls_tcindex.c' +rm -f 'scripts/is_rust_module.sh' +rm -f 'tools/testing/selftests/net/bpf/Makefile' +rm -f 'tools/testing/selftests/net/bpf/nat6to4.c' +rm -f 'tools/testing/selftests/tc-testing/tc-tests/filters/rsvp.json' +rm -f 'tools/testing/selftests/tc-testing/tc-tests/filters/tcindex.json' +chmod +x 'debian.lowlatency-hwe-6.2/scripts/helpers/copy-files' +chmod +x 'debian.lowlatency-hwe-6.2/scripts/helpers/local-mangle' +chmod +x 'debian.lowlatency/scripts/helpers/copy-files' +chmod +x 'debian.lowlatency/scripts/helpers/local-mangle' +chmod +x 'debian/cloud-tools/hv_get_dhcp_info' +chmod +x 'debian/cloud-tools/hv_get_dns_info' +chmod +x 'debian/cloud-tools/hv_set_ifconfig' +chmod +x 'debian/rules' +chmod +x 'debian/scripts/checks/abi-check' +chmod +x 'debian/scripts/checks/config-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/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/migrate-annotations' +chmod +x 'debian/scripts/misc/retag' +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 'scripts/is_rust_module.sh' +chmod +x 'update-dkms-versions' +exit 0 --- linux-lowlatency-hwe-6.2-6.2.0.orig/debian.lowlatency-hwe-6.2/rules.d/amd64.mk +++ linux-lowlatency-hwe-6.2-6.2.0/debian.lowlatency-hwe-6.2/rules.d/amd64.mk @@ -0,0 +1,23 @@ +human_arch = 64 bit x86 +build_arch = x86 +header_arch = $(build_arch) +defconfig = defconfig +build_image = bzImage +kernel_file = arch/$(build_arch)/boot/bzImage +install_file = vmlinuz +vdso = vdso_install +no_dumpfile = true +uefi_signed = true +do_tools_usbip = true +do_tools_cpupower = true +do_tools_perf = true +do_tools_perf_jvmti = true +do_tools_bpftool = true +do_tools_x86 = true +do_tools_hyperv = true +do_tools_host = true +do_extras_package = true +do_tools_common = true +do_tools_acpidbg = true +do_odm_drivers = true +flavours = lowlatency --- linux-lowlatency-hwe-6.2-6.2.0.orig/debian.lowlatency-hwe-6.2/rules.d/arm64.mk +++ linux-lowlatency-hwe-6.2-6.2.0/debian.lowlatency-hwe-6.2/rules.d/arm64.mk @@ -0,0 +1,21 @@ +human_arch = ARMv8 +build_arch = arm64 +header_arch = arm64 +defconfig = defconfig +build_image = Image.gz +kernel_file = arch/$(build_arch)/boot/Image.gz +install_file = vmlinuz +no_dumpfile = true +uefi_signed = true + +vdso = vdso_install + +do_extras_package = true +do_tools_usbip = true +do_tools_cpupower = true +do_tools_perf = true +do_tools_perf_jvmti = true +do_tools_bpftool = true + +do_dtbs = true +flavours = lowlatency lowlatency-64k --- linux-lowlatency-hwe-6.2-6.2.0.orig/debian.lowlatency-hwe-6.2/rules.d/hooks.mk +++ linux-lowlatency-hwe-6.2-6.2.0/debian.lowlatency-hwe-6.2/rules.d/hooks.mk @@ -0,0 +1,13 @@ +do_enforce_all = true +do_libc_dev_package = false +do_doc_package = false +do_tools_common = false +do_tools_host = false +do_source_package = false +do_libc_dev_package = false +do_doc_package = false +do_tools_common = false +do_tools_host = false +do_source_package = false +do_lib_rust = false +gcc = gcc-11 --- linux-lowlatency-hwe-6.2-6.2.0.orig/debian.lowlatency-hwe-6.2/rules.d/i386.mk +++ linux-lowlatency-hwe-6.2-6.2.0/debian.lowlatency-hwe-6.2/rules.d/i386.mk @@ -0,0 +1,18 @@ +human_arch = 32 bit x86 +build_arch = i386 +header_arch = $(build_arch) +defconfig = defconfig +flavours = generic +build_image = bzImage +kernel_file = arch/$(build_arch)/boot/bzImage +install_file = vmlinuz +vdso = vdso_install +no_dumpfile = true +do_flavour_image_package = false +do_tools = false +do_tools_common = false +do_extras_package = false +do_source_package = false +do_doc_package = false +do_flavour_header_package = false +do_common_headers_indep = false --- linux-lowlatency-hwe-6.2-6.2.0.orig/debian.lowlatency-hwe-6.2/rules.d/riscv64.mk +++ linux-lowlatency-hwe-6.2-6.2.0/debian.lowlatency-hwe-6.2/rules.d/riscv64.mk @@ -0,0 +1,20 @@ +human_arch = RISC-V +build_arch = riscv +header_arch = $(build_arch) +defconfig = defconfig +flavours = generic +build_image = Image +kernel_file = arch/$(build_arch)/boot/Image +install_file = vmlinuz + +vdso = vdso_install +no_dumpfile = true + +do_flavour_image_package = false +do_tools = false +do_tools_common = false +do_extras_package = false +do_source_package = false +do_doc_package = false +do_flavour_header_package = false +do_common_headers_indep = false --- linux-lowlatency-hwe-6.2-6.2.0.orig/debian.lowlatency-hwe-6.2/rules.d/x32.mk +++ linux-lowlatency-hwe-6.2-6.2.0/debian.lowlatency-hwe-6.2/rules.d/x32.mk @@ -0,0 +1,13 @@ +human_arch = 64 bit x86 (32 bit userspace) +build_arch = x86 +header_arch = $(build_arch) +defconfig = defconfig +flavours = +build_image = bzImage +kernel_file = arch/$(build_arch)/boot/bzImage +install_file = vmlinuz +vdso = vdso_install +no_dumpfile = true +uefi_signed = true + +do_flavour_image_package = false --- linux-lowlatency-hwe-6.2-6.2.0.orig/debian.lowlatency-hwe-6.2/scripts/helpers/copy-files +++ linux-lowlatency-hwe-6.2-6.2.0/debian.lowlatency-hwe-6.2/scripts/helpers/copy-files @@ -0,0 +1,62 @@ +#!/bin/bash -eu + +if [ -f debian/debian.env ]; then + # shellcheck disable=SC1091 + . debian/debian.env +fi + +if [ ! -d "${DEBIAN}" ]; then + echo You must run this script from the top directory of this repository. + exit 1 +fi + +CONF="${DEBIAN}"/etc/update.conf +if [ -f "${CONF}" ]; then + # shellcheck disable=SC1090 + . "${CONF}" +fi + +FOREIGN_ARCHES="" +LOCAL_CONF="${DEBIAN}/etc/local.conf" +if [ -f "${LOCAL_CONF}" ]; then + # shellcheck disable=SC1090 + . "${LOCAL_CONF}" +fi + +SKIP_RULES_D=${SKIP_RULES_D:-} + +# +# Update configs from master +# +rsync -avc --exclude 'annotations' --exclude 'config.flavour.lowlatency' --exclude 'config.flavour.lowlatency-64k' --delete "${DEBIAN_MASTER}/config/" "${DEBIAN}/config" + +# +# Update package and DTB settings from master. +# +if [ -z "${SKIP_RULES_D}" ] ; then + rsync -avc "${DEBIAN_MASTER}/rules.d/"*.mk "${DEBIAN}/rules.d/" +fi + +# Remove the .mk files from the arch's that are not supported +for i in ${FOREIGN_ARCHES} +do + rm -f "${DEBIAN}/rules.d/${i}.mk" + git rm -f --ignore-unmatch "${DEBIAN}/rules.d/${i}.mk" || true +done + +# +# Update modprobe.d from master +# +# Some releases (trusty) don't have this directory, and rsync would fail +# without this check. +if [ -d "${DEBIAN}/modprobe.d/" ]; then + rsync -avc --delete "${DEBIAN_MASTER}/modprobe.d/" "${DEBIAN}/modprobe.d" +fi + +cp -p "${DEBIAN_MASTER}/control.d/"*.inclusion-list "${DEBIAN}/control.d" + +cp -p "${DEBIAN_MASTER}/reconstruct" "${DEBIAN}/reconstruct" + +if [ -x "${DEBIAN}/scripts/helpers/local-mangle" ]; then + "./${DEBIAN}/scripts/helpers/local-mangle" +fi --- linux-lowlatency-hwe-6.2-6.2.0.orig/debian.lowlatency-hwe-6.2/scripts/helpers/local-mangle +++ linux-lowlatency-hwe-6.2-6.2.0/debian.lowlatency-hwe-6.2/scripts/helpers/local-mangle @@ -0,0 +1,28 @@ +#!/bin/bash -eu + +. debian/debian.env + +# We only build the lowlatency/lowlatency-64k flavours +sed -i '/^flavours.*$/d' ${DEBIAN}/rules.d/amd64.mk +sed -i '/^flavours.*$/d' ${DEBIAN}/rules.d/arm64.mk +echo -e "flavours\t= lowlatency" >> ${DEBIAN}/rules.d/amd64.mk +echo -e "flavours\t= lowlatency lowlatency-64k" >> ${DEBIAN}/rules.d/arm64.mk + +# We only care about lowlatency/lowlatency-64k abis +sed -i /getall/d ${DEBIAN}/etc/getabis +echo "getall amd64 lowlatency" >> ${DEBIAN}/etc/getabis +echo "getall arm64 lowlatency lowlatency-64k" >> ${DEBIAN}/etc/getabis + +GCC="gcc-11" + +# Override options in rules.d/hooks.mk (normally master does not have this +# file but it got added for generic annotations enforcement. +cat <>${DEBIAN}/rules.d/hooks.mk +do_libc_dev_package = false +do_doc_package = false +do_tools_common = false +do_tools_host = false +do_source_package = false +do_lib_rust = false +gcc = $GCC +EOD --- linux-lowlatency-hwe-6.2-6.2.0.orig/debian.lowlatency-hwe-6.2/tracking-bug +++ linux-lowlatency-hwe-6.2-6.2.0/debian.lowlatency-hwe-6.2/tracking-bug @@ -0,0 +1 @@ +2041546 2023.10.30-1 --- linux-lowlatency-hwe-6.2-6.2.0.orig/debian.lowlatency-hwe-6.2/variants +++ linux-lowlatency-hwe-6.2-6.2.0/debian.lowlatency-hwe-6.2/variants @@ -0,0 +1 @@ +-hwe-22.04 --- linux-lowlatency-hwe-6.2-6.2.0.orig/debian.lowlatency/abi/abiname +++ linux-lowlatency-hwe-6.2-6.2.0/debian.lowlatency/abi/abiname @@ -0,0 +1 @@ +1017 --- linux-lowlatency-hwe-6.2-6.2.0.orig/debian.lowlatency/abi/amd64/lowlatency +++ linux-lowlatency-hwe-6.2-6.2.0/debian.lowlatency/abi/amd64/lowlatency @@ -0,0 +1,28536 @@ +ACPI EXPORT_SYMBOL_GPL 0xa6af1390 acpi_table_parse_cedt vmlinux +BRCMFMAC EXPORT_SYMBOL_GPL 0x1ab6481d brcmf_fwvid_unregister_vendor drivers/net/wireless/broadcom/brcm80211/brcmfmac/brcmfmac +BRCMFMAC EXPORT_SYMBOL_GPL 0x54ba9b50 brcmf_fwvid_register_vendor drivers/net/wireless/broadcom/brcm80211/brcmfmac/brcmfmac +COUNTER EXPORT_SYMBOL_GPL 0x132241c2 counter_alloc drivers/counter/counter +COUNTER EXPORT_SYMBOL_GPL 0x1e236635 counter_put drivers/counter/counter +COUNTER EXPORT_SYMBOL_GPL 0x96facd52 counter_priv drivers/counter/counter +COUNTER EXPORT_SYMBOL_GPL 0xa4e1d4a4 devm_counter_alloc drivers/counter/counter +COUNTER EXPORT_SYMBOL_GPL 0xb6da198d counter_add drivers/counter/counter +COUNTER EXPORT_SYMBOL_GPL 0xbb7c0397 counter_unregister drivers/counter/counter +COUNTER EXPORT_SYMBOL_GPL 0xe02ef743 counter_push_event drivers/counter/counter +COUNTER EXPORT_SYMBOL_GPL 0xe6a7808c devm_counter_add drivers/counter/counter +CRYPTO_INTERNAL EXPORT_SYMBOL_GPL 0x5eb14f99 crypto_cipher_setkey vmlinux +CRYPTO_INTERNAL EXPORT_SYMBOL_GPL 0xc7964e5a crypto_cipher_encrypt_one vmlinux +CRYPTO_INTERNAL EXPORT_SYMBOL_GPL 0xcea7b190 crypto_cipher_decrypt_one vmlinux +CXL EXPORT_SYMBOL_GPL 0x0231f064 devm_cxl_enumerate_decoders drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x055c6ee3 cxl_mem_active_inc vmlinux +CXL EXPORT_SYMBOL_GPL 0x05c5b2e6 to_cxl_decoder drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x0602941e cxl_dev_state_create drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x07118ce1 cxl_decoder_autoremove drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x0bbaa877 is_cxl_port drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x0ce79716 cxl_find_regblock drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x150bc3ea cxl_switch_decoder_alloc drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x1568a330 devm_cxl_enumerate_ports drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x161f1d15 cxl_dev_state_identify drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x1b18b7b8 cxl_enumerate_cmds drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x1be6f3a1 devm_cxl_add_rch_dport drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x1cd65774 devm_cxl_add_nvdimm_bridge drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x1e023149 to_cxl_nvdimm drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x2516b8c0 devm_cxl_add_nvdimm drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x28214d24 devm_cxl_add_passthrough_decoder drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x2b2fe8e3 cxl_endpoint_decoder_alloc drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x30994cda to_cxl_endpoint_decoder drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x33e2aa93 cxl_mem_active_dec vmlinux +CXL EXPORT_SYMBOL_GPL 0x3de261aa cxl_mem_find_port drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x4dd0862b is_root_decoder drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x4fa9fd8f cxl_await_media_ready drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x5368070d __cxl_driver_register drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x5b048b0a cxl_decoder_add_locked drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x606413aa is_cxl_memdev drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x695dcdc1 is_cxl_region drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x701bbaad cxl_bus_rescan drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x73798b85 devm_cxl_add_memdev drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x7fa19cc4 alloc_free_mem_region vmlinux +CXL EXPORT_SYMBOL_GPL 0x82b6f074 cxl_hdm_decode_init drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x84b45156 insert_resource_expand_to_fit vmlinux +CXL EXPORT_SYMBOL_GPL 0x862a3afa clear_exclusive_cxl_commands drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x87d3d926 to_cxl_nvdimm_bridge drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x8f36bb01 cxl_endpoint_autoremove drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x92bc2dc0 cxl_map_device_regs drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x93b164f9 devm_cxl_add_port drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x9535beff is_cxl_pmem_region drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x9711fb8d cxl_root_decoder_alloc drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x97b60a29 cxl_rcrb_to_component drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x98628ac8 cxl_bus_drain drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x9cfe62ed to_cxl_root_decoder drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x9db88ae6 cxl_probe_component_regs drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x9efda5ff cxl_debugfs_create_dir drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xa2f63234 read_cdat_data drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xa35c24f4 to_cxl_pmem_region drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xa6aab53f cxl_bus_type drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xa94e2ef0 cxl_internal_send_cmd drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xaa594bf6 cxl_driver_unregister drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xb0262135 devm_cxl_add_dport drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xb64f9df5 set_exclusive_cxl_commands drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xb74b7c05 cxl_decoder_add drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xb9f9c8ac schedule_cxl_memdev_detach drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xbbb7c552 devm_cxl_register_pci_bus drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xbbfc85b2 find_cxl_root drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xc0a13bcb is_cxl_nvdimm_bridge drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xc61ab540 cxl_hb_modulo drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xc8e55fb0 cxl_port_to_pci_bus drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xcc2af89c devm_cxl_port_enumerate_dports drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xce2034fc cxl_mem_create_range_info drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xcf817dd2 cxl_dpa_debug drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xdf55f90d cxl_find_nvdimm_bridge drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xe16bf0d2 cxl_probe_device_regs drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xe552c672 to_cxl_port drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xe8cea5df devm_cxl_setup_hdm drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xfc0559a0 is_cxl_nvdimm drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xffda22f5 cxl_map_component_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 0x2211ea2b dma_buf_vunmap_unlocked vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x26e0de78 dma_buf_export vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x2e0343a5 dma_buf_move_notify vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x3259bc0f dma_buf_vmap vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x4dd1567d dma_buf_attach vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x637f7e1e dma_buf_unmap_attachment_unlocked vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x66475735 dma_buf_begin_cpu_access vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x6b7efcf7 dma_buf_detach vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x71ea3182 dma_buf_pin vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x7cac9972 dma_buf_vunmap vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x917fdcf9 dma_buf_vmap_unlocked vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x968e546a dma_buf_map_attachment vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0xad94cab6 dma_buf_end_cpu_access vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0xb5c8dbd7 dma_buf_mmap vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0xb7263153 dma_buf_put vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0xbd59da31 dma_buf_unpin vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0xbd5d3824 dma_buf_get vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0xcc0d8e0a dma_buf_dynamic_attach vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0xd4c7ea70 dma_buf_map_attachment_unlocked vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0xde006bd1 dma_buf_unmap_attachment vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0xf314f544 dma_buf_fd vmlinux +DRM_SSD130X EXPORT_SYMBOL_GPL 0x33cf1f58 ssd130x_variants drivers/gpu/drm/solomon/ssd130x +EFIVAR EXPORT_SYMBOL_GPL 0x02cfcd2e efivar_trylock vmlinux +EFIVAR EXPORT_SYMBOL_GPL 0x11940489 efivar_set_variable vmlinux +EFIVAR EXPORT_SYMBOL_GPL 0x2303b915 efivar_lock vmlinux +EFIVAR EXPORT_SYMBOL_GPL 0x5a3c9dbb efivar_get_variable vmlinux +EFIVAR EXPORT_SYMBOL_GPL 0xa336852c efivar_get_next_variable vmlinux +EFIVAR EXPORT_SYMBOL_GPL 0xc961bff7 efivar_unlock vmlinux +EFIVAR EXPORT_SYMBOL_GPL 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 0x577144fc crypto_nhpoly1305_update_helper +EXPORT_SYMBOL crypto/nhpoly1305 0x760dc58e crypto_nhpoly1305_update +EXPORT_SYMBOL crypto/nhpoly1305 0xa129e032 crypto_nhpoly1305_final_helper +EXPORT_SYMBOL crypto/nhpoly1305 0xc04c4d60 crypto_nhpoly1305_init +EXPORT_SYMBOL crypto/nhpoly1305 0xd5459eb0 crypto_nhpoly1305_final +EXPORT_SYMBOL crypto/nhpoly1305 0xe36d089c crypto_nhpoly1305_setkey +EXPORT_SYMBOL crypto/sha3_generic 0x06a72f4e crypto_sha3_final +EXPORT_SYMBOL crypto/sha3_generic 0x810765eb crypto_sha3_update +EXPORT_SYMBOL crypto/sha3_generic 0x8f2aed5e crypto_sha3_init +EXPORT_SYMBOL crypto/sm2_generic 0xc8b18061 sm2_compute_z_digest +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 0x103735ba acpi_video_report_nolcd +EXPORT_SYMBOL drivers/acpi/video 0x423e10f1 acpi_video_get_levels +EXPORT_SYMBOL drivers/acpi/video 0x433febc5 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/atm/suni 0xfffacb8d suni_init +EXPORT_SYMBOL drivers/bcma/bcma 0x85fa2cce bcma_core_dma_translation +EXPORT_SYMBOL drivers/bcma/bcma 0xa7a3ee7f 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/block/paride/paride 0x02fc87d1 pi_read_block +EXPORT_SYMBOL drivers/block/paride/paride 0x088ff5ed pi_do_claimed +EXPORT_SYMBOL drivers/block/paride/paride 0x3601a11d pi_read_regr +EXPORT_SYMBOL drivers/block/paride/paride 0x4267110a pi_register_driver +EXPORT_SYMBOL drivers/block/paride/paride 0x439b8532 paride_unregister +EXPORT_SYMBOL drivers/block/paride/paride 0x676d4be5 pi_schedule_claimed +EXPORT_SYMBOL drivers/block/paride/paride 0x78cc7cc7 pi_connect +EXPORT_SYMBOL drivers/block/paride/paride 0x8c498719 pi_release +EXPORT_SYMBOL drivers/block/paride/paride 0xaf08673a paride_register +EXPORT_SYMBOL drivers/block/paride/paride 0xb21ba07d pi_unregister_driver +EXPORT_SYMBOL drivers/block/paride/paride 0xb8044da3 pi_disconnect +EXPORT_SYMBOL drivers/block/paride/paride 0xb9c7b0d7 pi_init +EXPORT_SYMBOL drivers/block/paride/paride 0xcdfb0161 pi_write_block +EXPORT_SYMBOL drivers/block/paride/paride 0xd427105c pi_write_regr +EXPORT_SYMBOL drivers/bluetooth/btbcm 0xd4f7565f btbcm_patchram +EXPORT_SYMBOL drivers/bluetooth/btrsi 0x679a6ec8 rsi_bt_ops +EXPORT_SYMBOL drivers/bus/mhi/host/mhi 0x2327a9fd 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 0x16604709 ipmi_smi_watcher_register +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x1f65170f ipmi_alloc_smi_msg +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x230094ac ipmi_smi_watchdog_pretimeout +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x39a00967 ipmi_add_smi +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x4c2054d7 ipmi_request_settime +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x50f65edf ipmi_set_gets_events +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x67369b42 ipmi_addr_src_to_str +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x74778a80 ipmi_get_my_LUN +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x7f59dece ipmi_smi_watcher_unregister +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x804f922a ipmi_addr_length +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x80aa4656 ipmi_free_recv_msg +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x89a5279a ipmi_get_version +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x96a6e5e8 ipmi_smi_msg_received +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xaca90ebd ipmi_request_supply_msgs +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xae71627d ipmi_create_user +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xb56eb1f2 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/nvram 0x3ef38dc9 arch_nvram_ops +EXPORT_SYMBOL drivers/char/tpm/st33zp24/tpm_st33zp24 0x2d6cab90 st33zp24_pm_suspend +EXPORT_SYMBOL drivers/char/tpm/st33zp24/tpm_st33zp24 0x578ec2ca st33zp24_remove +EXPORT_SYMBOL drivers/char/tpm/st33zp24/tpm_st33zp24 0xc7fce964 st33zp24_probe +EXPORT_SYMBOL drivers/char/tpm/st33zp24/tpm_st33zp24 0xf3419bd9 st33zp24_pm_resume +EXPORT_SYMBOL drivers/char/xillybus/xillybus_class 0x0d63a9e7 xillybus_find_inode +EXPORT_SYMBOL drivers/char/xillybus/xillybus_class 0x2a720ef7 xillybus_init_chrdev +EXPORT_SYMBOL drivers/char/xillybus/xillybus_class 0xbc6e21ab xillybus_cleanup_chrdev +EXPORT_SYMBOL drivers/char/xillybus/xillybus_core 0x15176b26 xillybus_init_endpoint +EXPORT_SYMBOL drivers/char/xillybus/xillybus_core 0x1be3514d xillybus_endpoint_discovery +EXPORT_SYMBOL drivers/char/xillybus/xillybus_core 0x25978d50 xillybus_isr +EXPORT_SYMBOL drivers/char/xillybus/xillybus_core 0x38a181aa xillybus_endpoint_remove +EXPORT_SYMBOL drivers/crypto/atmel-i2c 0x38d2c32a atmel_i2c_send_receive +EXPORT_SYMBOL drivers/crypto/atmel-i2c 0x5949a333 atmel_i2c_enqueue +EXPORT_SYMBOL drivers/crypto/atmel-i2c 0x80a11b1d atmel_i2c_init_read_cmd +EXPORT_SYMBOL drivers/crypto/atmel-i2c 0x9c159ea5 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/ccp/ccp 0x47d3c97f psp_check_tee_status +EXPORT_SYMBOL drivers/crypto/ccp/ccp 0xaa04056c psp_tee_process_cmd +EXPORT_SYMBOL drivers/firewire/firewire-core 0x02e3cc4a fw_iso_context_stop +EXPORT_SYMBOL drivers/firewire/firewire-core 0x0bc6094c fw_core_remove_descriptor +EXPORT_SYMBOL drivers/firewire/firewire-core 0x0bd5c3ab fw_run_transaction +EXPORT_SYMBOL drivers/firewire/firewire-core 0x15c7d1ea fw_schedule_bus_reset +EXPORT_SYMBOL drivers/firewire/firewire-core 0x2885fec5 fw_get_request_speed +EXPORT_SYMBOL drivers/firewire/firewire-core 0x2a0c71ee fw_device_enable_phys_dma +EXPORT_SYMBOL drivers/firewire/firewire-core 0x35862d3b fw_iso_context_create +EXPORT_SYMBOL drivers/firewire/firewire-core 0x37983782 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 0x423796ca fw_core_handle_response +EXPORT_SYMBOL drivers/firewire/firewire-core 0x51ec5c14 fw_iso_context_start +EXPORT_SYMBOL drivers/firewire/firewire-core 0x5204c671 fw_core_handle_bus_reset +EXPORT_SYMBOL drivers/firewire/firewire-core 0x60c90f12 fw_card_initialize +EXPORT_SYMBOL drivers/firewire/firewire-core 0x6dc50487 fw_csr_string +EXPORT_SYMBOL drivers/firewire/firewire-core 0x72a2f561 fw_fill_response +EXPORT_SYMBOL drivers/firewire/firewire-core 0x73670223 fw_iso_context_flush_completions +EXPORT_SYMBOL drivers/firewire/firewire-core 0x86468d44 fw_rcode_string +EXPORT_SYMBOL drivers/firewire/firewire-core 0x9051e8c2 fw_core_add_address_handler +EXPORT_SYMBOL drivers/firewire/firewire-core 0x9464c9eb fw_iso_context_queue_flush +EXPORT_SYMBOL drivers/firewire/firewire-core 0x9890fe29 fw_send_request +EXPORT_SYMBOL drivers/firewire/firewire-core 0xa20140eb fw_core_handle_request +EXPORT_SYMBOL drivers/firewire/firewire-core 0xaedf84ce fw_high_memory_region +EXPORT_SYMBOL drivers/firewire/firewire-core 0xb48f4278 fw_core_remove_address_handler +EXPORT_SYMBOL drivers/firewire/firewire-core 0xb5501622 fw_iso_context_destroy +EXPORT_SYMBOL drivers/firewire/firewire-core 0xb72dd013 fw_iso_resource_manage +EXPORT_SYMBOL drivers/firewire/firewire-core 0xb86911dd fw_core_remove_card +EXPORT_SYMBOL drivers/firewire/firewire-core 0xb964a906 fw_iso_buffer_init +EXPORT_SYMBOL drivers/firewire/firewire-core 0xbbedd2c8 fw_iso_buffer_destroy +EXPORT_SYMBOL drivers/firewire/firewire-core 0xbcf4c8a5 fw_iso_context_queue +EXPORT_SYMBOL drivers/firewire/firewire-core 0xc36da1d3 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 0xe971090a fw_card_add +EXPORT_SYMBOL drivers/firewire/firewire-core 0xf313faa9 fw_cancel_transaction +EXPORT_SYMBOL drivers/fpga/dfl 0x01ec3672 dfl_driver_unregister +EXPORT_SYMBOL drivers/fpga/dfl 0x5b4596e0 __dfl_driver_register +EXPORT_SYMBOL drivers/fpga/lattice-sysconfig 0x5fa57066 sysconfig_probe +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 0x066ca3d9 drm_dp_remove_payload +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x06c49551 drm_dp_dsc_sink_line_buf_depth +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x0a6c1f6d drm_panel_dp_aux_backlight +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x0f844eb8 drm_dp_cec_unregister_connector +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x12dc11b8 drm_dp_dual_mode_write +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 0x16890e16 drm_dp_mst_get_edid +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 0x192bd502 drm_atomic_get_old_mst_topology_state +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x1a5bf3ca drm_dsc_dp_rc_buffer_size +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x1ad49f6e drm_dp_get_phy_test_pattern +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 0x1b69ba0a drm_lspcon_set_mode +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x1bdf9e78 drm_dp_send_power_updown_phy +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x1bf65cb0 drm_dp_dual_mode_set_tmds_output +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x1dd520f2 drm_dp_dpcd_read_phy_link_status +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x1f3357db drm_dp_pcon_is_frl_ready +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x20cf21d9 drm_dp_downstream_debug +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x23961837 drm_dp_downstream_max_bpc +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x24969f0e drm_dp_dual_mode_read +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 0x2f7fc595 drm_dp_vsc_sdp_log +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 0x304d24c6 drm_dp_aux_init +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x321d27b4 drm_dp_read_desc +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x32719945 drm_lspcon_get_mode +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x34575ab7 drm_dp_read_sink_count +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x36316970 drm_dp_link_train_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 0x3a8063f3 drm_dp_dsc_sink_supported_input_bpcs +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x3c6a7d01 drm_dp_read_lttpr_phy_caps +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x414c40af drm_dp_cec_register_connector +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x42ae4c27 drm_dp_mst_get_port_malloc +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x4385a60e drm_dp_set_subconnector_property +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x44205051 drm_hdmi_avi_infoframe_bars +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 0x46110bdf drm_atomic_get_mst_payload_state +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x4675552e drm_dp_mst_atomic_check +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x467d9171 drm_dp_mst_add_affected_dsc_crtcs +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x4b222717 drm_atomic_get_mst_topology_state +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x50304c4d drm_dp_pcon_pps_override_param +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x50d97664 drm_dp_pcon_pps_default +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x526bb3ad drm_dp_pcon_pps_override_buf +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x529a0f64 drm_dp_mst_connector_early_unregister +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x53856220 drm_scdc_read +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 0x5454b571 drm_dp_mst_topology_mgr_suspend +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x56716498 drm_dp_mst_atomic_enable_dsc +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x56965ca7 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 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 0x5a431b03 drm_dp_start_crc +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x5a86f411 drm_dp_phy_name +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x5b1318dc drm_dp_mst_update_slots +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x5dbbd89e drm_dp_mst_atomic_setup_commit +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x60ff3f24 drm_dp_read_sink_count_cap +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x61cca80b drm_hdcp_update_content_protection +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x61f16e50 drm_edp_backlight_set_level +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x63859e7f drm_scdc_set_high_tmds_clock_ratio +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 0x6615069e drm_dp_dsc_sink_max_slice_count +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x663cce5a drm_dp_mst_dump_topology +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x66e553b6 drm_dp_read_downstream_info +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x67e58a0f drm_dp_dpcd_read_link_status +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 0x6b6f8848 drm_dp_remote_aux_init +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x6c1dd2a6 drm_dp_set_phy_test_pattern +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x70252fbb drm_hdmi_avi_infoframe_content_type +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 0x7508c5b2 drm_dp_link_train_clock_recovery_delay +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x7525d016 drm_dp_read_lttpr_common_caps +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x76d98f84 drm_dp_downstream_mode +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 0x7a2ccdf0 drm_dp_atomic_release_time_slots +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x7d12de21 drm_dp_pcon_frl_configure_2 +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x82b6df84 drm_dp_pcon_frl_prepare +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x82ce4d31 drm_dp_mst_topology_mgr_set_mst +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x83e5d3cf drm_dp_dpcd_read +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x854a7807 drm_dp_dpcd_write +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x86a94a43 drm_scdc_get_scrambling_status +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x86e2326f drm_dp_pcon_hdmi_link_active +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x8832c2d1 drm_dp_check_act_status +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x898b83cc drm_edp_backlight_enable +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x8996c036 drm_dp_mst_detect_port +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x8b9b8d4f drm_dp_stop_crc +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x8c382c3c drm_dp_get_vc_payload_bw +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 0x8e9f39fe drm_dp_mst_topology_mgr_init +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x8f3dd0de drm_dp_cec_set_edid +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x90950b0e drm_dp_mst_hpd_irq_send_new_request +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x92b9835e drm_dp_128b132b_cds_interlane_align_done +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x94755c7c drm_dp_pcon_frl_configure_1 +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x97674b8f drm_dp_send_query_stream_enc_status +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x9953d7d4 drm_dp_aux_unregister +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x9969f42f drm_dp_dpcd_probe +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x9a5ab18e drm_dp_mst_topology_state_funcs +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x9ac666b2 drm_hdmi_infoframe_set_hdr_metadata +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x9e782cdd drm_dp_mst_hpd_irq_handle_event +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xa1fefe6a drm_dp_psr_setup_time +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xa214bfe5 drm_dp_pcon_convert_rgb_to_ycbcr +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xa29ae4f1 drm_edp_backlight_init +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xa34bdae3 drm_dp_pcon_reset_frl_config +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xa65956be drm_dp_add_payload_part2 +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xa66e0b17 drm_dp_128b132b_read_aux_rd_interval +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xa959f582 drm_dp_lttpr_link_train_channel_eq_delay +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xaa33d9d6 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 0xb35eab4a drm_dp_pcon_hdmi_frl_link_error_count +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xb47240b3 drm_dp_cec_unset_edid +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xb8e6e2f3 drm_dp_read_clock_recovery_delay +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xbec52cb5 drm_dp_aux_register +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 0xc1213cf9 drm_dp_mst_connector_late_register +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xc515a335 drm_edp_backlight_disable +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 0xc7b88781 drm_dp_downstream_id +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 0xcb353546 drm_hdmi_avi_infoframe_colorimetry +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xcc5292cd drm_dp_pcon_frl_enable +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 0xce80aa1a drm_dp_mst_root_conn_atomic_check +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xd01b2df4 drm_scdc_set_scrambling +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xd40d3366 drm_dp_dual_mode_max_tmds_clock +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 0xd5f261f1 drm_dp_send_real_edid_checksum +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xd6d75dae drm_dp_dual_mode_detect +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xdb1e5508 drm_dp_mst_dsc_aux_for_port +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xdcbf6984 drm_dp_mst_topology_mgr_destroy +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xe289afdb drm_dp_read_mst_cap +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xe2d18915 drm_dp_read_channel_eq_delay +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xe50f0c5b drm_atomic_get_new_mst_topology_state +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xe52cfa1e drm_dp_mst_put_port_malloc +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 0xeae15067 drm_dp_add_payload_part1 +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xedcf81ce drm_dp_channel_eq_ok +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xeffd5d90 drm_dp_mst_atomic_wait_for_dependencies +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xf0a17cdd drm_dp_pcon_hdmi_link_mode +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xf0fa2817 drm_dp_mst_topology_mgr_resume +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xf45dbc60 drm_dp_atomic_find_time_slots +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xf5d0e365 drm_connector_attach_content_protection_property +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xf5fa2cc9 drm_scdc_write +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 0xfb1a7a5a drm_dp_downstream_rgb_to_ycbcr_conversion +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xfdbc5a92 drm_dp_read_dpcd_caps +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xfe12bcb9 drm_dsc_compute_rc_parameters +EXPORT_SYMBOL drivers/gpu/drm/drm 0x00b0c55b drm_gem_prime_fd_to_handle +EXPORT_SYMBOL drivers/gpu/drm/drm 0x02e5ef55 drm_mode_config_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x03acd592 drm_gem_lru_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0x03c63897 __drm_get_edid_firmware_path +EXPORT_SYMBOL drivers/gpu/drm/drm 0x044427ae drm_privacy_screen_unregister_notifier +EXPORT_SYMBOL drivers/gpu/drm/drm 0x04e3e8d6 drm_mode_create_tv_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0x05316755 drm_modeset_lock_all_ctx +EXPORT_SYMBOL drivers/gpu/drm/drm 0x060a178a drm_hdmi_avi_infoframe_quant_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x07fb449a drm_vma_offset_manager_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0830456b drm_connector_attach_privacy_screen_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0x085d0964 drm_client_buffer_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0868dcc0 drm_edid_override_connector_update +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0922b8c4 drm_get_format_info +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0a6f8729 drm_plane_create_zpos_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0a72f765 drm_clflush_virt_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0a8d8ee9 drm_atomic_private_obj_fini +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0a91e569 drm_atomic_get_new_private_obj_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0a991970 drm_gem_unmap_dma_buf +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0b72aac0 drm_get_edid_switcheroo +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0cb95e8d drm_writeback_cleanup_job +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0d7e35e2 drm_mode_is_420_only +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0d9b4753 drm_mode_equal +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0db90235 drm_atomic_get_old_private_obj_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0dce9070 drm_open +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0eabbb47 drm_crtc_vblank_off +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 0x0f84e5c3 drm_gem_unlock_reservations +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 0x110f7a9d drm_crtc_send_vblank_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0x11432040 drm_crtc_arm_vblank_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0x121283e4 drm_edid_get_panel_id +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1256faef drm_noop +EXPORT_SYMBOL drivers/gpu/drm/drm 0x12d9a80d __drmm_universal_plane_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x139cde14 drm_clflush_pages +EXPORT_SYMBOL drivers/gpu/drm/drm 0x13c5b4e7 drm_atomic_get_old_bridge_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0x14ef280e drm_crtc_vblank_restore +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1506725b drm_client_modeset_check +EXPORT_SYMBOL drivers/gpu/drm/drm 0x152e484b drm_modeset_lock +EXPORT_SYMBOL drivers/gpu/drm/drm 0x154493f9 drm_mode_parse_command_line_for_connector +EXPORT_SYMBOL drivers/gpu/drm/drm 0x173c3945 drm_property_create_signed_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x17d8bf07 drm_connector_set_link_status_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1864a335 drm_writeback_connector_init_with_encoder +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1890f2ff drm_mode_crtc_set_gamma_size +EXPORT_SYMBOL drivers/gpu/drm/drm 0x195c51fe drm_wait_one_vblank +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1972686f drm_framebuffer_unregister_private +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1a411479 drm_syncobj_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1b19272c drm_mode_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1c519cfc drm_modeset_unlock_all +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1c611d0d drm_crtc_vblank_helper_get_vblank_timestamp_internal +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1d957337 drm_atomic_state_clear +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1f2b29fb drm_mode_prune_invalid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1fae139e drm_bridge_attach +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1fce0af4 drm_gtf_mode_complex +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2079d733 drm_av_sync_delay +EXPORT_SYMBOL drivers/gpu/drm/drm 0x208e3bba drm_connector_set_tile_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x20cb1b53 drm_property_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0x215b51cf drm_crtc_set_max_vblank_count +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2183c08c drm_mm_scan_add_block +EXPORT_SYMBOL drivers/gpu/drm/drm 0x22801e2f drm_sysfs_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0x22cdfdb9 drm_gem_prime_import_dev +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 0x24efaa3f drm_modeset_acquire_fini +EXPORT_SYMBOL drivers/gpu/drm/drm 0x252d4f79 drm_connector_attach_scaling_mode_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x25864205 drm_client_buffer_vunmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x25daad93 __drm_mm_interval_first +EXPORT_SYMBOL drivers/gpu/drm/drm 0x26a75361 drm_edid_connector_update +EXPORT_SYMBOL drivers/gpu/drm/drm 0x26c0dc1e drm_gem_handle_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0x26f82b5a drm_master_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2754dad8 drm_mm_reserve_node +EXPORT_SYMBOL drivers/gpu/drm/drm 0x27a485a9 drm_dev_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0x27b7951b drm_syncobj_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0x27fa6db1 drm_gem_lock_reservations +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2811c39c drm_sysfs_connector_status_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0x28779e52 drm_printf +EXPORT_SYMBOL drivers/gpu/drm/drm 0x288020ea drm_atomic_private_obj_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x29cbe273 drm_atomic_get_old_connector_for_encoder +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 0x2ad0baaa drm_plane_get_damage_clips_count +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2afa91bc drm_panel_enable +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2c04ace9 drm_syncobj_get_handle +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2dd27aa2 drm_property_create_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2df6ac93 drm_panel_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2e34908e drm_probe_ddc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2e42a2bc drm_connector_attach_privacy_screen_provider +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2e475f4f drm_panel_get_modes +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2ed3c600 drm_mode_debug_printmodeline +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2ee3052f drm_atomic_get_new_connector_for_encoder +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2f476172 drm_privacy_screen_lookup_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0x30427846 drm_plane_get_damage_clips +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3077df17 drm_prime_pages_to_sg +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3099d5f2 drm_send_event_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0x30d5f833 drm_vblank_work_cancel_sync +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3132d9e6 drm_crtc_enable_color_mgmt +EXPORT_SYMBOL drivers/gpu/drm/drm 0x31b8a5e3 __drm_set_edid_firmware_path +EXPORT_SYMBOL drivers/gpu/drm/drm 0x31f82ac2 drm_gem_map_detach +EXPORT_SYMBOL drivers/gpu/drm/drm 0x321893bc drm_atomic_set_mode_for_crtc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x32a0cc37 drm_print_bits +EXPORT_SYMBOL drivers/gpu/drm/drm 0x33c02588 drm_prime_sg_to_page_array +EXPORT_SYMBOL drivers/gpu/drm/drm 0x34050729 drm_crtc_vblank_on +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3418feff drm_dev_printk +EXPORT_SYMBOL drivers/gpu/drm/drm 0x34642a2e drm_panel_disable +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3516de3f drm_bridge_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0x352b6186 drm_object_property_set_value +EXPORT_SYMBOL drivers/gpu/drm/drm 0x35452f12 drm_crtc_from_index +EXPORT_SYMBOL drivers/gpu/drm/drm 0x377df07d drm_writeback_signal_completion +EXPORT_SYMBOL drivers/gpu/drm/drm 0x37de78ab drm_property_replace_global_blob +EXPORT_SYMBOL drivers/gpu/drm/drm 0x381126c9 drm_gtf_mode +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 0x3a563145 drmm_kmalloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3a91f5a2 drm_compat_ioctl +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3ab87110 drm_mode_equal_no_clocks +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3ac92002 drm_edid_read_ddc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3b0e5e9c __drm_puts_coredump +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3b400c07 drm_object_property_get_default_value +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3c109256 drm_gem_vunmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3c20ec0f drm_connector_list_update +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3c22a4d8 drm_vma_offset_manager_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3c8313dc drm_privacy_screen_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3cdc37e9 drm_edid_to_speaker_allocation +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3d19f7bb devm_aperture_acquire_from_firmware +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3d236b09 drm_atomic_state_default_clear +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3dbd81df __drmm_crtc_alloc_with_planes +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3ec011ab drm_atomic_nonblocking_commit +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3f405489 __drm_printfn_err +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3f8876ae drm_atomic_get_private_obj_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3f96fcec drm_vblank_work_schedule +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4034be5f drm_connector_attach_encoder +EXPORT_SYMBOL drivers/gpu/drm/drm 0x41284bab drm_mode_find_dmt +EXPORT_SYMBOL drivers/gpu/drm/drm 0x41ec7e52 drm_framebuffer_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0x42fc4512 drm_modeset_drop_locks +EXPORT_SYMBOL drivers/gpu/drm/drm 0x435db455 drm_connector_list_iter_end +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4403a9c3 drm_mode_get_hv_timing +EXPORT_SYMBOL drivers/gpu/drm/drm 0x44385c61 drm_privacy_screen_get_state +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 0x45936b33 drm_event_reserve_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4638b183 drm_universal_plane_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x465257e6 drm_syncobj_find +EXPORT_SYMBOL drivers/gpu/drm/drm 0x46dba5ed drm_gem_lru_move_tail +EXPORT_SYMBOL drivers/gpu/drm/drm 0x470272e7 drm_aperture_remove_conflicting_pci_framebuffers +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4831da6e drm_vma_offset_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0x49016ac1 drm_atomic_check_only +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4a35d30d drm_mode_set_name +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4b7ebf95 drm_mm_remove_node +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4bac9251 drmm_encoder_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4c6e4d4c drm_modeset_lock_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4db17f4d drm_gem_map_dma_buf +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4e2a621e drm_prime_sg_to_dma_addr_array +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4e31b0aa drm_color_lut_check +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4e46f19f drm_gem_vm_open +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4fcdd079 drm_driver_legacy_fb_format +EXPORT_SYMBOL drivers/gpu/drm/drm 0x50674de7 drm_timeout_abs_to_jiffies +EXPORT_SYMBOL drivers/gpu/drm/drm 0x509a2012 drm_crtc_vblank_reset +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 0x52c6b6fd drm_object_property_get_value +EXPORT_SYMBOL drivers/gpu/drm/drm 0x54025cd4 __drmm_add_action_or_reset +EXPORT_SYMBOL drivers/gpu/drm/drm 0x541282f0 __drm_atomic_helper_set_config +EXPORT_SYMBOL drivers/gpu/drm/drm 0x54bf255b drm_gem_objects_lookup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x554c8756 drm_modeset_unlock +EXPORT_SYMBOL drivers/gpu/drm/drm 0x55eb38da drm_format_info +EXPORT_SYMBOL drivers/gpu/drm/drm 0x57129731 drm_any_plane_has_format +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 0x57c6110c drm_add_edid_modes +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5879f3cf drm_gem_mmap_obj +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5896238d drm_mode_put_tile_group +EXPORT_SYMBOL drivers/gpu/drm/drm 0x59056243 drm_mm_replace_node +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5c074e45 drm_gem_vmap_unlocked +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5cff7c78 drm_bridge_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5f7985a5 drm_mm_scan_remove_block +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5fc132e6 drm_gem_mmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6081cb3d drm_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0x60a2545e drm_connector_attach_vrr_capable_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6138bfa5 drm_plane_force_disable +EXPORT_SYMBOL drivers/gpu/drm/drm 0x616e4b43 __drmm_add_action +EXPORT_SYMBOL drivers/gpu/drm/drm 0x62c004b1 drm_connector_oob_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6483461e drm_gem_object_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6531b813 drm_gem_map_attach +EXPORT_SYMBOL drivers/gpu/drm/drm 0x65702bd6 drm_default_rgb_quant_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x65b4638c drm_dev_unregister +EXPORT_SYMBOL drivers/gpu/drm/drm 0x66b2a233 drm_dev_unplug +EXPORT_SYMBOL drivers/gpu/drm/drm 0x66fbb804 devm_drm_bridge_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0x675a7221 drm_bridge_chain_mode_set +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6771c3de drm_property_create_blob +EXPORT_SYMBOL drivers/gpu/drm/drm 0x690175dc drm_crtc_cleanup +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 0x6a46e51e drm_framebuffer_lookup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6a94aa5b drm_property_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6ab82156 drm_client_modeset_dpms +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6ac01ea8 drm_edid_to_sad +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6bc4e671 drm_mode_create_dp_colorspace_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6c4513b6 drm_connector_unregister +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6c67e4b4 drm_plane_enable_fb_damage_clips +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6cf8be36 drm_privacy_screen_call_notifier_chain +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6d8ea5ad drm_connector_update_privacy_screen +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6f96fd35 drm_calc_timestamping_constants +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7071e2cf drm_atomic_bridge_chain_enable +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7072ef5f drm_framebuffer_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x709ae1a0 drm_syncobj_add_point +EXPORT_SYMBOL drivers/gpu/drm/drm 0x71c795aa drm_connector_attach_content_type_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x71e36152 drm_display_mode_from_cea_vic +EXPORT_SYMBOL drivers/gpu/drm/drm 0x71e37ef0 drm_crtc_vblank_helper_get_vblank_timestamp +EXPORT_SYMBOL drivers/gpu/drm/drm 0x72347aaf drm_connector_create_privacy_screen_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7380a888 drm_atomic_add_affected_planes +EXPORT_SYMBOL drivers/gpu/drm/drm 0x73b39120 drm_release_noglobal +EXPORT_SYMBOL drivers/gpu/drm/drm 0x74fc6fbd drm_format_info_block_width +EXPORT_SYMBOL drivers/gpu/drm/drm 0x75a4d521 drm_privacy_screen_unregister +EXPORT_SYMBOL drivers/gpu/drm/drm 0x76894bb7 drm_client_framebuffer_delete +EXPORT_SYMBOL drivers/gpu/drm/drm 0x76cecfa3 drm_property_lookup_blob +EXPORT_SYMBOL drivers/gpu/drm/drm 0x784df4f3 drm_syncobj_find_fence +EXPORT_SYMBOL drivers/gpu/drm/drm 0x78afba50 drm_property_blob_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0x78fec31c drm_handle_vblank +EXPORT_SYMBOL drivers/gpu/drm/drm 0x79c00fa2 drm_edid_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7b0a4dc8 drm_crtc_check_viewport +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7b2e2166 drm_vma_node_revoke +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7b8c83cf drm_mode_object_find +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7b9c467d drm_crtc_vblank_count_and_time +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7bd68376 drmm_crtc_init_with_planes +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7c545285 drm_edid_get_monitor_name +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7c8cfe11 drm_connector_has_possible_encoder +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7c983282 drm_master_internal_acquire +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7d6c8d9c drm_gem_handle_delete +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7e17fae8 drm_connector_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7e3277f8 ___drm_dbg +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7eb4cb6e drm_atomic_set_mode_prop_for_crtc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7edf470b drm_edid_duplicate +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7edf95bb drm_crtc_init_with_planes +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7f16dee8 drm_connector_update_edid_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7fb39919 drm_event_reserve_init_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8060f45e drm_atomic_bridge_chain_check +EXPORT_SYMBOL drivers/gpu/drm/drm 0x81bbd61e drm_print_regset32 +EXPORT_SYMBOL drivers/gpu/drm/drm 0x820ac5c0 drm_vma_node_allow_once +EXPORT_SYMBOL drivers/gpu/drm/drm 0x82221a3b drm_mode_plane_set_obj_prop +EXPORT_SYMBOL drivers/gpu/drm/drm 0x83211b65 drm_warn_on_modeset_not_all_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0x842c8f6f drm_master_internal_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8439459b drm_property_add_enum +EXPORT_SYMBOL drivers/gpu/drm/drm 0x85232aaa drm_client_modeset_commit +EXPORT_SYMBOL drivers/gpu/drm/drm 0x85b6b23d __devm_drm_dev_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x85bb79e6 drm_client_modeset_probe +EXPORT_SYMBOL drivers/gpu/drm/drm 0x85cb8faa drm_add_modes_noedid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x866a8b23 drm_modeset_acquire_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x867f8d2e drm_connector_init_with_ddc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x874f876b drm_panel_prepare +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8786e4a5 drm_gem_dmabuf_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x87e39e4e drm_atomic_get_bridge_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0x89abde32 drm_gem_free_mmap_offset +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8a55c56e drm_atomic_bridge_chain_post_disable +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8a7ecc02 drm_atomic_set_crtc_for_connector +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8ab490b2 drm_atomic_set_crtc_for_plane +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8b4d1a17 __drm_universal_plane_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8b8fad27 drm_state_dump +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8c113ae0 drm_plane_create_color_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8c35d2cf drm_mode_is_420 +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8d1c0647 drm_encoder_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8d72789e drm_edid_is_valid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8e60b5e5 drm_atomic_add_affected_connectors +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8e791677 drm_plane_create_rotation_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8f339cf3 drm_connector_attach_max_bpc_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8fb6f36a drm_dev_register +EXPORT_SYMBOL drivers/gpu/drm/drm 0x910e9459 drm_atomic_state_default_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0x91c8880b drm_connector_attach_colorspace_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x92842792 drm_mode_config_reset +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9287c13b drm_framebuffer_plane_width +EXPORT_SYMBOL drivers/gpu/drm/drm 0x92c23285 drm_gem_dmabuf_vunmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x92fe59a0 drm_property_create_enum +EXPORT_SYMBOL drivers/gpu/drm/drm 0x93686d24 drm_atomic_state_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x939adfa9 drm_plane_create_alpha_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x95bae327 drm_event_cancel_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0x95f2fd1b drm_gem_prime_handle_to_fd +EXPORT_SYMBOL drivers/gpu/drm/drm 0x96738329 drm_syncobj_replace_fence +EXPORT_SYMBOL drivers/gpu/drm/drm 0x982d09b3 drm_format_info_block_height +EXPORT_SYMBOL drivers/gpu/drm/drm 0x988be46c drm_connector_list_iter_begin +EXPORT_SYMBOL drivers/gpu/drm/drm 0x99bc99a7 drm_panel_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9a2a1897 drm_ioctl +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9a33433a drm_mode_set_config_internal +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9a82ac02 drm_put_dev +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9b285573 drm_match_cea_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9b36644c drm_gem_prime_export +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9b95c885 drm_mode_match +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9b9de1c1 drm_edid_header_is_valid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9ce050be drm_mode_copy +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9ecae48a drm_atomic_commit +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9f7ec7cc drm_property_blob_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9f7fbed2 drm_mode_is_420_also +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa0f556cb drm_atomic_bridge_chain_disable +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa16d121d drm_privacy_screen_register_notifier +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa199d206 drm_set_preferred_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa248afde drm_detect_monitor_audio +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa2fe609f drm_gem_private_object_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa38c4c94 drm_memcpy_from_wc +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa486549a drm_modeset_lock_single_interruptible +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa4aad646 drm_mode_create_scaling_mode_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa4d38067 drm_edid_read +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa50c2210 drm_plane_create_zpos_immutable_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa61b9f1d drm_privacy_screen_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa64f9251 drm_bridge_chain_post_disable +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa6e0eba2 drm_syncobj_get_fd +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa73903cb drm_gem_prime_import +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa91b7d11 drm_mode_create_suggested_offset_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa9221818 drm_bridge_chain_mode_valid +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa956955b drm_gem_lru_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xaabb9cb9 drm_gem_vunmap_unlocked +EXPORT_SYMBOL drivers/gpu/drm/drm 0xaacb0a8c drm_connector_list_iter_next +EXPORT_SYMBOL drivers/gpu/drm/drm 0xab0b42e1 drm_dev_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0xac87bae5 drm_connector_set_panel_orientation_with_quirk +EXPORT_SYMBOL drivers/gpu/drm/drm 0xacd1dcd4 drm_mode_object_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0xad4e902b drm_color_ctm_s31_32_to_qm_n +EXPORT_SYMBOL drivers/gpu/drm/drm 0xaddb961e drm_mode_validate_driver +EXPORT_SYMBOL drivers/gpu/drm/drm 0xae107c38 drm_gem_object_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0xae277372 __drm_crtc_commit_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0xae2a71d0 drm_atomic_normalize_zpos +EXPORT_SYMBOL drivers/gpu/drm/drm 0xae43c20b drm_aperture_remove_conflicting_framebuffers +EXPORT_SYMBOL drivers/gpu/drm/drm 0xaeb36ae9 drm_privacy_screen_set_sw_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb11ac7a7 __drm_err +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb175482b drm_client_rotation +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb1f441e0 drm_mode_create_tile_group +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb212dc3e drm_edid_dup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb30e53f8 drm_mode_create_tv_margin_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb32656e1 drm_gem_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb3750192 drm_edid_valid +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb3fb458f drm_client_modeset_commit_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb4032484 drm_mm_insert_node_in_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb41fd626 drm_connector_attach_hdr_output_metadata_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb4aaf3bc __drmm_encoder_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb51ca3f6 drm_atomic_print_new_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb5570656 drm_writeback_connector_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb6127243 drm_need_swiotlb +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb61550b8 drm_connector_attach_tv_margin_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb6fd8360 drm_connector_set_path_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb808fbb0 drmm_mode_config_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb812efc0 drm_atomic_get_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb8b7bb10 drm_client_framebuffer_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb9cad492 __drm_atomic_state_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0xba08d0c6 drmm_connector_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbb283160 drm_property_create_object +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbdac567a drm_display_info_set_bus_formats +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbdd72b43 drm_read +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbe2f3d66 drm_crtc_wait_one_vblank +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbf1e9cc9 drm_connector_set_vrr_capable_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbf67eeff drm_vblank_work_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbfa0def4 drm_crtc_create_scaling_filter_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc02c88ac drm_edid_read_custom +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc1da2da1 drm_bridge_chain_enable +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc1fd8e75 drm_debugfs_create_files +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc3fce221 drm_plane_from_index +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc499d5a2 __drmm_mutex_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc6a35d62 drm_gem_dmabuf_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc6e5336f drm_privacy_screen_register +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 0xc7f75237 drm_get_edid +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc898d487 drm_crtc_handle_vblank +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc9612b4e drm_send_event_timestamp_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc963df4f drm_atomic_get_new_bridge_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc9c502f5 drm_mode_create_from_cmdline_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0xca5261bc drm_crtc_accurate_vblank_count +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcaec9d06 drm_modeset_lock_all +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcb8abece drm_connector_set_orientation_from_panel +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcc2c83a6 drm_atomic_bridge_chain_pre_enable +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcdb99cc9 drm_mode_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcdc134bb drm_atomic_get_connector_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0xce3b1584 drm_mode_create_content_type_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcf12600c drm_gem_dmabuf_mmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcf1aa332 drm_crtc_vblank_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd09002e2 drm_crtc_commit_wait +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd13f9985 drm_edid_block_valid +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd1dbeec9 drm_gem_put_pages +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd1ecf0cf drm_property_replace_blob +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd21f4d07 drm_framebuffer_plane_height +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd228e170 drm_crtc_vblank_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd26b014a drm_mode_create_hdmi_colorspace_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd2d78524 drm_mode_object_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd32097f3 drm_gem_object_lookup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd425dea8 drm_invalid_op +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd48f3b7b drm_vblank_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd4e1364e drm_dev_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd649d35e drm_atomic_add_encoder_bridges +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd680a377 drm_gem_object_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd705525f drm_dev_set_unique +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd7a9cf42 drm_mode_validate_size +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd9479cf3 drm_client_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd968c34a drm_debugfs_remove_files +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd9d819cd drm_panel_unprepare +EXPORT_SYMBOL drivers/gpu/drm/drm 0xda346499 drm_panel_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0xda506e62 drm_mode_duplicate +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdad9c8b1 drm_prime_get_contiguous_size +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdafbc095 drm_mode_create_dvi_i_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdb4e2fb6 drm_poll +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdb6c420f drm_gem_dmabuf_export +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdcacd3b9 drm_client_register +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdd1aa530 drm_crtc_vblank_count +EXPORT_SYMBOL drivers/gpu/drm/drm 0xddc8e57c drm_connector_set_panel_orientation +EXPORT_SYMBOL drivers/gpu/drm/drm 0xddec68fd drm_gem_vm_close +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 0xdfa74a05 drm_client_framebuffer_flush +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe05a0516 drm_prime_gem_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe1d83258 drm_encoder_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe1e52fab drm_property_create_bitmask +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe23f7238 drm_mode_probed_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe256fa74 drm_bridge_chain_mode_fixup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe317082a __drm_printfn_info +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe3d5f15f drm_modeset_backoff +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe40e61ab drm_vblank_work_flush +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe5788f8f drm_connector_atomic_hdr_metadata_equal +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe5bdba57 drm_is_current_master +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe614a259 __drm_atomic_helper_disable_plane +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe633a4cd drm_format_info_bpp +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe7ec5bef drm_property_create_bool +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe89cdcd2 drm_connector_attach_dp_subconnector_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe8a034df drm_dev_exit +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe8a0e334 drm_vma_offset_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0xea00fe81 __drm_printfn_coredump +EXPORT_SYMBOL drivers/gpu/drm/drm 0xea453eb7 drm_client_dev_hotplug +EXPORT_SYMBOL drivers/gpu/drm/drm 0xec11311e drm_atomic_get_crtc_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0xec37d74c drm_object_attach_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xecc18ee9 drm_gem_create_mmap_offset_size +EXPORT_SYMBOL drivers/gpu/drm/drm 0xecd7b526 drm_master_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0xecf84b2b drm_hdmi_vendor_infoframe_from_display_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0xedff5a4a drm_gem_dma_resv_wait +EXPORT_SYMBOL drivers/gpu/drm/drm 0xeffca3f2 drm_connector_attach_edid_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf012ef91 drm_mode_create_aspect_ratio_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf02fc7b8 drm_plane_create_scaling_filter_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf0517d7a drm_mm_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf1421d13 drm_mode_sort +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf1599646 drm_writeback_get_out_fence +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf1708cf1 drm_dev_enter +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf182de87 drm_hdmi_avi_infoframe_from_display_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf1a1516f drm_mode_validate_ycbcr420 +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf1b5340a drm_mode_vrefresh +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf1c6a942 drm_send_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf1c70258 drm_atomic_state_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf2b7ccd3 drm_ioctl_kernel +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf2b870b8 __drm_dev_dbg +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf31537ca drm_plane_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf321ce85 drm_writeback_prepare_job +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf34674b6 drm_cvt_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf34d48eb drmm_kfree +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf3b3f701 drm_bridge_chain_disable +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf406e46a drm_get_connector_type_name +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf45562c7 drm_mode_get_tile_group +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf5326c07 drm_panel_of_backlight +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf6d35824 drm_file_get_master +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf6db3868 drm_bridge_chain_pre_enable +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf824c7db __drm_printfn_debug +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf93da5d4 drm_gem_prime_mmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf946bec3 drm_plane_create_blend_mode_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfa2441b2 drm_framebuffer_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfa272dbf drm_dev_has_vblank +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfaa73a5e drm_gem_lru_scan +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfb4fd064 drm_atomic_set_fb_for_plane +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfb920dbf drm_crtc_vblank_waitqueue +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfd03254d drm_gem_get_pages +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfd2ef248 drm_mode_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfd31fce2 drm_writeback_queue_job +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfd55269e drm_client_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfd5a333e drm_connector_register +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfd909144 drm_sysfs_connector_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfdf09a01 drm_connector_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfe953e60 drm_gem_create_mmap_offset +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 0x91d44919 drm_gem_dma_print_info +EXPORT_SYMBOL drivers/gpu/drm/drm_dma_helper 0xda20d82f drm_gem_dma_prime_import_sg_table_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x0160a8e8 drm_gem_simple_kms_end_shadow_fb_access +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x039c60ce drm_atomic_helper_wait_for_dependencies +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x08ad3da3 drm_mode_config_helper_resume +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x0a3b989e drm_atomic_helper_connector_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x0a6f6629 drm_atomic_helper_resume +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x0ca45606 drm_fb_xrgb8888_to_gray8 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x0cd50261 drm_gem_fb_create_handle +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x0da0435d drm_i2c_encoder_mode_fixup +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x0ea1c4d3 drm_fb_helper_deferred_io +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x0ec12383 drm_fb_helper_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x0edf9e13 drm_atomic_helper_commit_tail_rpm +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x0f352e4d drm_fb_helper_alloc_info +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x127a8c6b drm_flip_work_queue +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x16e7cf8b drm_atomic_helper_async_check +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x183dd9af drm_fb_helper_sys_read +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x185632c9 drm_panel_bridge_connector +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x194f9e87 drm_fb_xrgb8888_to_rgb565 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x1a3d7600 drm_plane_helper_disable_primary +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x1a7d625b drm_atomic_helper_crtc_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x1a892934 __drm_atomic_helper_connector_state_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x1ae58d57 drm_gem_fb_end_cpu_access +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x1e469c3b drm_gem_destroy_shadow_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x212e9ea9 __drmm_simple_encoder_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x21d541eb drm_flip_work_queue_task +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x23720fdb drm_crtc_helper_atomic_check +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x24ac98f1 drm_fb_helper_blank +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x27381316 drm_atomic_helper_check_plane_damage +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x27a869b7 drm_atomic_helper_connector_tv_margins_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2968b9e7 drm_atomic_helper_fake_vblank +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2a2eb989 drm_gem_fb_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2c593f96 drm_atomic_helper_damage_merged +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2d50570f drm_rect_calc_hscale +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2ea6c7e1 drm_atomic_helper_commit_modeset_enables +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x311734fd __drm_atomic_helper_crtc_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3509360f drm_fb_helper_initial_config +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x35e40722 drm_fb_helper_debug_leave +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3753b4ae drm_crtc_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x387c899b drm_fb_helper_lastclose +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3ac72012 drm_fb_helper_output_poll_changed +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3b26ab00 drm_panel_bridge_remove +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3c474917 drm_i2c_encoder_commit +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x403561a5 __drm_gem_reset_shadow_plane +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4146f91e drm_fb_helper_pan_display +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x41fa2b5f drm_atomic_helper_prepare_planes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4234c3f6 drm_atomic_helper_dirtyfb +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x42743d9f __drm_atomic_helper_plane_destroy_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x432d19fd drm_atomic_helper_bridge_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x459db9b6 drm_gem_fb_begin_cpu_access +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4c388d61 drm_gem_begin_shadow_fb_access +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4d1a3cc0 drm_atomic_helper_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4d98ec3b drm_helper_crtc_in_use +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4dadf81f drm_gem_fb_vunmap +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4df9f40d drm_atomic_helper_suspend +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4e4c1845 drm_fb_helper_prepare +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4ec07c4a drm_fb_helper_debug_enter +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4fcfd0a8 drm_connector_helper_hpd_irq_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x500b6b51 drm_atomic_helper_shutdown +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x505290b9 drm_fb_swab +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x508cf55b __drm_atomic_helper_plane_state_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x508ed68a drm_helper_hpd_irq_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x535e20af drm_gem_duplicate_shadow_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5542443b drm_flip_work_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x587541e6 drm_gem_simple_kms_destroy_shadow_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x59cc05ec __drm_atomic_helper_crtc_destroy_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x59e5edde drm_simple_display_pipe_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5a4734d1 drm_kms_helper_is_poll_worker +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5b2cc056 drm_atomic_helper_calc_timestamping_constants +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5b91f76d drm_fb_helper_setcmap +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5d020b2d drm_helper_disable_unused_functions +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5ebace4b drm_plane_helper_atomic_check +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5ffe35b4 drm_atomic_helper_setup_commit +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x61180184 drm_atomic_helper_update_legacy_modeset_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x644235a4 drm_kms_helper_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x64ccb48a __drm_atomic_helper_connector_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x65411bcf drm_i2c_encoder_mode_set +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x68319a6b drm_atomic_helper_check_modeset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6b33d732 __drm_atomic_helper_connector_destroy_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6b5c2b06 drm_atomic_helper_damage_iter_next +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6c3b9a18 __drm_atomic_helper_private_obj_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6d7ab564 drm_panel_bridge_add +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6e30ba8e drm_rect_rotate_inv +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6e9f4329 drm_fb_helper_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6ec211d1 drm_atomic_helper_wait_for_fences +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6efaca6e drm_atomic_helper_update_plane +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6faff1bd drm_atomic_helper_commit_tail +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6fc355e6 drm_i2c_encoder_detect +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x70676aed drm_atomic_helper_commit_modeset_disables +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7086f9d7 drm_fb_build_fourcc_list +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x718b9e55 drm_fb_helper_ioctl +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x724a0e77 __drm_atomic_helper_bridge_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x735c50df drm_atomic_helper_bridge_destroy_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x74986f61 drm_fb_memcpy +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x75061a4a drm_i2c_encoder_dpms +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x76be23c2 drm_mode_config_helper_suspend +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x78a5203f drm_self_refresh_helper_update_avg_times +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7903133f drm_kms_helper_poll_disable +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x793645a7 drm_gem_end_shadow_fb_access +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x79fce666 drm_atomic_helper_commit_duplicated_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7b989c6d drm_atomic_helper_wait_for_vblanks +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7c170688 drm_atomic_helper_check_wb_encoder_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7c26f0e2 __drm_gem_duplicate_shadow_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7c596bb6 drm_simple_display_pipe_attach_bridge +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7cd99a55 drm_atomic_helper_commit_cleanup_done +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7d6e373c drm_helper_probe_detect +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7d775c30 drm_kms_helper_poll_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7ecb48f1 drm_bridge_is_panel +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x81aabf62 drm_atomic_helper_bridge_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x83f6f812 drm_fb_helper_sys_copyarea +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x842dd90c drm_flip_work_commit +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x855cf8df drm_connector_helper_get_modes_fixed +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8660254f drm_plane_helper_update_primary +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x86e0a49a drm_crtc_helper_set_config +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x871ab41a drm_rect_intersect +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x87b4d93b drm_fb_helper_fini +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x89d5d8cc drmm_panel_bridge_add +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8bba3fd4 drm_connector_helper_get_modes_from_ddc +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8df55a4c __drm_atomic_helper_connector_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8e8b3faf drm_gem_reset_shadow_plane +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8ebc0ba5 drm_i2c_encoder_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8ee1b613 drm_atomic_helper_plane_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8f2369a3 drm_atomic_helper_check_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8fc5e246 drm_fb_xrgb8888_to_rgb888 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x91fec1cc drm_rect_calc_vscale +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x92ea1691 drm_kms_helper_poll_enable +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9323b91e drm_atomic_helper_disable_plane +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x937d943e drm_atomic_helper_plane_destroy_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x93967080 drm_atomic_helper_cleanup_planes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x94157717 __drm_gem_destroy_shadow_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x943f1def drm_helper_probe_single_connector_modes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x952c613c drm_fb_helper_sys_write +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x95613771 drm_fb_helper_cfb_imageblit +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9806f7de drm_fb_helper_cfb_read +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x983e01c9 __drm_atomic_helper_plane_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x98b2e35f drm_helper_connector_dpms +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x99fd20aa drm_rect_clip_scaled +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9a240fea drm_fb_helper_fill_info +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9ab42bf3 drm_fb_helper_set_suspend +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9b168c4a drm_helper_encoder_in_use +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9b7118c3 drm_atomic_helper_wait_for_flip_done +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9cab4753 devm_drm_panel_bridge_add +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9d7e9d70 drm_fb_helper_sys_imageblit +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9e8db44e drm_atomic_helper_crtc_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9ec53b53 drm_crtc_helper_set_mode +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9faa57bd drm_atomic_helper_set_config +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa1b52e33 drm_atomic_helper_crtc_destroy_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa2a70098 drm_helper_resume_force_mode +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa2aa4084 drm_atomic_helper_plane_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa309c1da drm_helper_mode_fill_fb_struct +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa9a6f152 drm_panel_bridge_add_typed +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa9ac5132 drm_fb_xrgb8888_to_mono +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xac3f2fb8 drm_fb_helper_set_suspend_unlocked +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xacee8bba drm_fb_helper_cfb_copyarea +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xaf4b06e6 drm_fb_xrgb8888_to_xrgb2101010 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xaffe1462 drm_helper_force_disable_all +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb053adda drm_rect_rotate +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb0bd7f18 drm_atomic_helper_bridge_propagate_bus_fmt +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb0c08236 drm_atomic_helper_check_crtc_primary_plane +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb0f6a1e7 drm_self_refresh_helper_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb1901e13 devm_drm_panel_bridge_add_typed +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb2b445b2 drm_atomic_helper_page_flip_target +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb3263ffc drm_self_refresh_helper_alter_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb37d4eb1 drm_atomic_helper_connector_destroy_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb5e3fd1b drm_crtc_helper_mode_valid_fixed +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb6a6b711 drm_fb_clip_offset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb6b14954 drm_gem_simple_kms_duplicate_shadow_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb73a2b22 drm_atomic_helper_commit_planes_on_crtc +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb7c618d8 __drm_atomic_helper_crtc_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb80d7c1d __drm_atomic_helper_crtc_state_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb9637f6c drm_fb_blit +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb9668b53 drm_self_refresh_helper_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb96a2b36 drm_simple_encoder_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xbbf1b08c drm_panel_bridge_set_orientation +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xbc888bfe drm_atomic_helper_disable_all +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc18a7365 drm_i2c_encoder_prepare +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc429870b drm_fb_helper_check_var +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc4a3b068 drm_fb_helper_set_par +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc4dc0f27 drm_kms_helper_poll_fini +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc6323239 drm_flip_work_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xcb2340b8 drm_rect_debug_print +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xcb7c6aac drm_helper_move_panel_connectors_to_head +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xce450497 drm_atomic_helper_async_commit +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xcf01c411 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 0xd0438304 drm_fb_xrgb8888_to_rgb332 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd364fc04 drm_fb_helper_restore_fbdev_mode_unlocked +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd4b26cb0 drm_atomic_helper_damage_iter_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd52bc535 drm_i2c_encoder_restore +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd5857d67 __drm_atomic_helper_plane_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd6b10f76 drm_atomic_helper_commit +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd82ba472 drm_atomic_helper_check_planes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd93de149 drm_fb_helper_cfb_write +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xda849134 drm_connector_helper_get_modes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xdcfa0b2e drm_plane_helper_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xdf507af0 drm_fb_helper_cfb_fillrect +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe0dffcf8 __drm_atomic_helper_bridge_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe2c1efeb drm_fbdev_generic_setup +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe2f5449c drm_atomic_helper_commit_hw_done +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe4fb47f9 drm_gem_fb_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe58a0fab drm_atomic_helper_commit_planes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe7826acc drm_kms_helper_connector_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xea388bd6 drm_gem_simple_kms_begin_shadow_fb_access +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xeb27001b drm_atomic_helper_disable_planes_on_crtc +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xede00fd0 drm_gem_simple_display_pipe_prepare_fb +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xee195f4c drm_gem_simple_kms_reset_shadow_plane +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xee4714c9 drm_atomic_helper_swap_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xef141a88 drm_atomic_helper_page_flip +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf0480958 drm_fb_helper_sys_fillrect +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf52b2ca9 drm_i2c_encoder_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf705fd1d drm_atomic_helper_check +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf9afaa00 drm_atomic_helper_connector_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xfa48c023 drm_fb_helper_unregister_info +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x016754af mipi_dbi_spi_transfer +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x15953d37 mipi_dbi_hw_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x45bd6eb5 mipi_dbi_command_read +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x59bd2820 mipi_dbi_dev_init +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x644f27fb mipi_dbi_poweron_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x6d591118 mipi_dbi_pipe_disable +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x734e5edf mipi_dbi_spi_init +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x7d77d6e9 mipi_dbi_spi_cmd_max_speed +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x80f48edf mipi_dbi_command_buf +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x97ff7c35 mipi_dbi_enable_flush +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xb21817f1 mipi_dbi_display_is_on +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xc078b6f5 mipi_dbi_buf_copy +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xc2380c2b mipi_dbi_pipe_update +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xcf526faa mipi_dbi_debugfs_init +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xdf581eba mipi_dbi_command_stackbuf +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xe939c93c mipi_dbi_poweron_conditional_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xf0d462c3 mipi_dbi_dev_init_with_formats +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xf99fd36b mipi_dbi_pipe_mode_valid +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0x07c6f3d6 drm_gem_shmem_purge_locked +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0x1ba4a345 drm_gem_shmem_get_pages +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0x4b912b87 drm_gem_shmem_print_info +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0x6d99b7b4 drm_gem_shmem_unpin +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0x7ccfe34a drm_gem_shmem_vunmap +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0x89195bec drm_gem_shmem_pin +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0x9264e843 drm_gem_shmem_purge +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0xb9d7f405 drm_gem_shmem_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0xd1a6a578 drm_gem_shmem_put_pages +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0xea3006e2 drm_gem_shmem_madvise +EXPORT_SYMBOL drivers/gpu/drm/drm_ttm_helper 0x18f200db drm_gem_ttm_vunmap +EXPORT_SYMBOL drivers/gpu/drm/drm_ttm_helper 0x9269273f drm_gem_ttm_print_info +EXPORT_SYMBOL drivers/gpu/drm/drm_ttm_helper 0xc5eddda6 drm_gem_ttm_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm_ttm_helper 0xe4008bea drm_gem_ttm_mmap +EXPORT_SYMBOL drivers/gpu/drm/drm_ttm_helper 0xf3d6e8bc drm_gem_ttm_dumb_map_offset +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x10a6dee1 drm_gem_vram_plane_helper_prepare_fb +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x5a8bb3a7 drm_gem_vram_vunmap +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x7bf9c929 drm_gem_vram_put +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x84b28710 drm_vram_mm_debugfs_init +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x8a994924 drmm_vram_helper_init +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x8fbb08dd drm_gem_vram_driver_dumb_create +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x92ae8578 drm_gem_vram_unpin +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x99bed9ed drm_gem_vram_offset +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x9b3054bd drm_gem_vram_create +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x9cc5b5fb drm_gem_vram_simple_display_pipe_prepare_fb +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0xa4f692b5 drm_gem_vram_plane_helper_cleanup_fb +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0xba2279e2 drm_gem_vram_fill_create_dumb +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0xbadbd754 drm_gem_vram_simple_display_pipe_cleanup_fb +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0xc62ec4c6 drm_gem_vram_pin +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0xec24e798 drm_gem_vram_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0xf951a73a drm_vram_helper_mode_valid +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x029d081c drm_sched_start +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x06f58eba drm_sched_pick_best +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x10a8c43e drm_sched_entity_push_job +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x18ca0159 drm_sched_resume_timeout +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x21b91fe0 drm_sched_job_add_dependency +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x22dac2c7 drm_sched_job_arm +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x2d70fb4b drm_sched_suspend_timeout +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x36d6f6a7 drm_sched_entity_fini +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x4240c1c2 drm_sched_fini +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x497fbade drm_sched_entity_destroy +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x56ac2aa5 drm_sched_entity_flush +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x574ff40f drm_sched_init +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x586ded14 drm_sched_job_init +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x6450018c drm_sched_job_add_implicit_dependencies +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x8a79ac6d to_drm_sched_fence +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x93a2200e drm_sched_job_cleanup +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xa0409768 drm_sched_job_add_resv_dependencies +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xa30d0e95 drm_sched_entity_modify_sched +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xa97a4613 drm_sched_resubmit_jobs +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xb584c1c4 drm_sched_increase_karma +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xc8e32435 drm_sched_stop +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xe14af03d drm_sched_fault +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xf0047cae drm_sched_entity_init +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xf5509312 drm_sched_entity_set_priority +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x083a6492 ttm_lru_bulk_move_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x08d6f10d ttm_agp_unbind +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x0c60dba9 ttm_resource_manager_debug +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x11b71802 ttm_bo_move_memcpy +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x1208d23f ttm_bo_vm_access +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x1608adbc ttm_pool_alloc +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x16640d00 ttm_agp_is_bound +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x182aab11 ttm_bo_vm_fault_reserved +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x1a71d30c ttm_move_memcpy +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x1da8563d ttm_bo_kmap +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x1ebf56ba ttm_bo_init_validate +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x2d68ec5d ttm_pool_free +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x2e8a2501 ttm_device_fini +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x2ea10f9b ttm_resource_fini +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x2f9534c1 ttm_bo_vunmap +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x3cf05eac ttm_bo_mmap_obj +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x41b876a3 ttm_bo_move_sync_cleanup +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x42768b0d ttm_bo_eviction_valuable +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x450a9845 ttm_eu_backoff_reservation +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x479ebc4c ttm_bo_validate +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x5704f452 ttm_bo_unpin +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x5ad44b21 ttm_resource_manager_create_debugfs +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x65bddf01 ttm_bo_set_bulk_move +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x6746d003 ttm_range_man_init_nocheck +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x6a847134 ttm_kmap_iter_iomap_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x6c9240b3 ttm_kmap_iter_tt_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x74589fde ttm_resource_manager_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x74f4e5d7 ttm_resource_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x77ade230 ttm_device_clear_dma_mappings +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x7c35b72f ttm_eu_fence_buffer_objects +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x7eccef19 ttm_bo_move_to_lru_tail +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x843469e8 ttm_sg_tt_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x84df81b8 ttm_global_swapout +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x856853c7 ttm_bo_vm_close +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x86092588 ttm_resource_compat +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x86db30b3 ttm_resource_manager_evict_all +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x9725d57d ttm_io_prot +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x989f0fdc ttm_bo_init_reserved +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x9fc4fb6a ttm_bo_unmap_virtual +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xa0b47d29 ttm_bo_vmap +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xa213b1f1 ttm_device_swapout +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xa8a741de ttm_tt_fini +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xaa1fb68f ttm_bo_lock_delayed_workqueue +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xadc6a2b7 ttm_resource_manager_usage +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xb2d20c15 ttm_tt_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xb586c922 ttm_bo_put +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xba65e67e ttm_bo_move_accel_cleanup +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xbf39defd ttm_bo_vm_fault +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xc104a41e ttm_bo_kunmap +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xc1f3620b ttm_glob +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xc434c334 ttm_device_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xc5b443c8 ttm_lru_bulk_move_tail +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xc9ea72f8 ttm_agp_tt_create +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xd178f142 ttm_bo_vm_reserve +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xd38c98ba ttm_bo_wait +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xd46510b7 ttm_range_man_fini_nocheck +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xd8d297ab ttm_agp_destroy +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xe1be8c03 ttm_agp_bind +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xe5d12111 ttm_tt_populate +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xe727a23b ttm_bo_mem_space +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xea17ada4 ttm_bo_unlock_delayed_workqueue +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xed17eb92 ttm_pool_debugfs +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xf6b2d96f ttm_bo_vm_open +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xfac1f622 ttm_eu_reserve_buffers +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xfbbd0c2f ttm_bo_vm_dummy_page +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xfd82571e ttm_resource_free +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xfebde1e6 ttm_bo_pin +EXPORT_SYMBOL drivers/hid/hid 0x1aa7933e hid_bus_type +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0x1188fbfe ishtp_get_pci_device +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0x145b7c01 ishtp_cl_rx_get_rb +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0x19babba1 ishtp_set_drvdata +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0x20068f2a ishtp_device_init +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0x23b0c89d ishtp_fw_cl_get_client +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0x24b2b347 ish_hw_reset +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0x256296f4 ishtp_cl_unlink +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0x2dfff330 ishtp_cl_driver_unregister +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0x31192ad1 ishtp_reset_handler +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0x33501df3 ishtp_cl_allocate +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0x35e41d45 ishtp_cl_io_rb_recycle +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0x3d3aea98 ishtp_send_resume +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0x3fef378b ishtp_get_device +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0x50cfab43 ishtp_cl_set_fw_client_id +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0x57d4fe0c ishtp_cl_driver_register +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0x58d5b723 ishtp_set_client_data +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0x5f9b0501 ishtp_get_fw_client_id +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0x6916a85c ishtp_reset_compl_handler +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0x6e3485b8 ishtp_cl_disconnect +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0x75be68a5 ishtp_get_ishtp_device +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0x7b54ae17 ishtp_fw_cl_by_uuid +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0x80120029 ishtp_device +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0x81be5f1f ishtp_cl_send +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0x8391c963 ishtp_cl_connect +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0x83b00317 ishtp_dev_to_cl_device +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0x84500e93 ishtp_get_client_data +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0x84ed26ed ishtp_set_tx_ring_size +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0x97176cb8 ishtp_put_device +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0x97827a93 ishtp_bus_remove_all_clients +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0x9893ed42 ishtp_cl_free +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0xb1063d4d ishtp_set_rx_ring_size +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0xb1d14a67 ishtp_cl_link +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0xc27f3983 ishtp_recv +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0xcbdaab92 ishtp_start +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0xcc141f78 ishtp_cl_flush_queues +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0xd87440d4 ishtp_register_event_cb +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0xe14bff1d ishtp_get_drvdata +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0xe209df73 ishtp_cl_get_tx_free_rings +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0xe6513c04 ishtp_send_suspend +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0xee7584c4 ishtp_trace_callback +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0xf73d63d3 ishtp_cl_tx_empty +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0xf7ce8d34 ishtp_cl_get_tx_free_buffer_size +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0xffa5d450 ishtp_set_connection_state +EXPORT_SYMBOL drivers/hv/hv_vmbus 0x211e1d96 vmbus_sendpacket_getid +EXPORT_SYMBOL drivers/hv/hv_vmbus 0xbc10d3ba vmbus_sendpacket +EXPORT_SYMBOL drivers/hv/hv_vmbus 0xe2f4fac3 vmbus_recvpacket +EXPORT_SYMBOL drivers/hwmon/adt7x10 0xd5a4c2f1 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 0x0f334bec ltc2947_pm_ops +EXPORT_SYMBOL drivers/hwmon/sch56xx-common 0x01568393 sch56xx_read_virtual_reg +EXPORT_SYMBOL drivers/hwmon/sch56xx-common 0x311e8077 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 0x3148322b i2c_bit_add_bus +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-bit 0x3808b768 i2c_bit_algo +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-bit 0x748cd2b9 i2c_bit_add_numbered_bus +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-pca 0x1735a12d i2c_pca_add_numbered_bus +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-pca 0x23308e34 i2c_pca_add_bus +EXPORT_SYMBOL drivers/i2c/busses/i2c-amd756 0xb576640e 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 0x080777af iio_triggered_buffer_setup_ext +EXPORT_SYMBOL drivers/iio/buffer/industrialio-triggered-buffer 0x9f331549 iio_triggered_buffer_cleanup +EXPORT_SYMBOL drivers/iio/buffer/kfifo_buf 0x33c6a993 iio_kfifo_allocate +EXPORT_SYMBOL drivers/iio/buffer/kfifo_buf 0xf4f7f028 iio_kfifo_free +EXPORT_SYMBOL drivers/iio/imu/fxos8700_core 0x4b1b6531 fxos8700_regmap_config +EXPORT_SYMBOL drivers/iio/industrialio 0x00c8dab8 iio_read_mount_matrix +EXPORT_SYMBOL drivers/iio/industrialio 0x0a288107 iio_trigger_set_immutable +EXPORT_SYMBOL drivers/iio/industrialio 0x0ee0c54b iio_buffer_init +EXPORT_SYMBOL drivers/iio/industrialio 0x2a3988af iio_device_free +EXPORT_SYMBOL drivers/iio/industrialio 0x2d6bcdcb iio_trigger_generic_data_rdy_poll +EXPORT_SYMBOL drivers/iio/industrialio 0x312191c5 iio_push_event +EXPORT_SYMBOL drivers/iio/industrialio 0x36e538e6 iio_trigger_free +EXPORT_SYMBOL drivers/iio/industrialio 0x3ac5180f iio_device_set_clock +EXPORT_SYMBOL drivers/iio/industrialio 0x4f02fc3e iio_trigger_register +EXPORT_SYMBOL drivers/iio/industrialio 0x4f349413 __iio_trigger_alloc +EXPORT_SYMBOL drivers/iio/industrialio 0x4f99df0a iio_get_time_ns +EXPORT_SYMBOL drivers/iio/industrialio 0x614ef01d iio_trigger_poll +EXPORT_SYMBOL drivers/iio/industrialio 0x6f1ec2a8 iio_trigger_using_own +EXPORT_SYMBOL drivers/iio/industrialio 0x737fe017 iio_device_alloc +EXPORT_SYMBOL drivers/iio/industrialio 0x73a8e16c iio_bus_type +EXPORT_SYMBOL drivers/iio/industrialio 0x85db16a3 iio_trigger_validate_own_device +EXPORT_SYMBOL drivers/iio/industrialio 0x8fd5213e iio_trigger_notify_done +EXPORT_SYMBOL drivers/iio/industrialio 0xa49b0a74 iio_trigger_unregister +EXPORT_SYMBOL drivers/iio/industrialio 0xaf242d59 iio_read_const_attr +EXPORT_SYMBOL drivers/iio/industrialio 0xb3e65896 iio_device_unregister +EXPORT_SYMBOL drivers/iio/industrialio 0xde15075f __iio_device_register +EXPORT_SYMBOL drivers/iio/industrialio 0xdf76bbeb iio_pollfunc_store_time +EXPORT_SYMBOL drivers/iio/industrialio 0xeffa8ff5 iio_trigger_poll_chained +EXPORT_SYMBOL drivers/iio/industrialio 0xf2d02851 iio_device_get_clock +EXPORT_SYMBOL drivers/iio/industrialio-configfs 0x257f2952 iio_configfs_subsys +EXPORT_SYMBOL drivers/iio/industrialio-sw-device 0x00968e10 iio_register_sw_device_type +EXPORT_SYMBOL drivers/iio/industrialio-sw-device 0x1fd3e7fb iio_unregister_sw_device_type +EXPORT_SYMBOL drivers/iio/industrialio-sw-device 0x714cb90f iio_sw_device_destroy +EXPORT_SYMBOL drivers/iio/industrialio-sw-device 0x96714889 iio_sw_device_create +EXPORT_SYMBOL drivers/iio/industrialio-sw-trigger 0x99ba9634 iio_register_sw_trigger_type +EXPORT_SYMBOL drivers/iio/industrialio-sw-trigger 0x9efb0eea iio_unregister_sw_trigger_type +EXPORT_SYMBOL drivers/iio/industrialio-sw-trigger 0xe235b998 iio_sw_trigger_create +EXPORT_SYMBOL drivers/iio/industrialio-sw-trigger 0xe68883d8 iio_sw_trigger_destroy +EXPORT_SYMBOL drivers/iio/industrialio-triggered-event 0x40da11cd iio_triggered_event_setup +EXPORT_SYMBOL drivers/iio/industrialio-triggered-event 0xfabe9826 iio_triggered_event_cleanup +EXPORT_SYMBOL drivers/iio/pressure/bmp280 0xfb151cf1 bmp280_dev_pm_ops +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x00d495d9 ib_send_cm_rep +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x064f9cfc ib_cm_init_qp_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x407676af ib_send_cm_req +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x422c5bd7 ib_send_cm_sidr_rep +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x53df1829 ib_send_cm_mra +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x5de64698 ib_send_cm_dreq +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x69824a14 ibcm_reject_msg +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x7697b652 ib_create_cm_id +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x7c109abe ib_send_cm_rej +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x8558f318 ib_cm_listen +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x8a11ea82 ib_cm_notify +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xa2803e0b ib_send_cm_sidr_req +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xbc8a3ee3 ib_send_cm_drep +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xce382221 ib_destroy_cm_id +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xd0629861 ib_send_cm_rtu +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xdeae548f ib_cm_insert_listen +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x001cdb3a ib_cq_pool_put +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x008b0867 ib_mr_pool_init +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x00cd25ea ib_get_rdma_header_version +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x00e849e9 ib_attach_mcast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x021a329c rdma_user_mmap_entry_get_pgoff +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x02cfbef3 ib_modify_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0609f11c ib_unregister_device_and_put +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x08666f9a rdma_nl_unicast_wait +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x09500d9b ib_sa_path_rec_get +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0b5c24db rdma_link_register +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0c86f5cb ib_sa_register_client +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0ccbef9b ibdev_printk +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0d3354a6 rdma_alloc_hw_stats_struct +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0def312d rdma_restrack_get +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0e0261a4 rdma_restrack_parent_name +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0fa6fa9e rdma_user_mmap_io +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x11ce7636 ibdev_crit +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x13e9685e rdma_umap_priv_init +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x14275c2d ib_drain_sq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1679dd9b ib_create_qp_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x19e7490f __rdma_block_iter_next +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1b2a2c67 rdma_copy_ah_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1d73789f ib_qp_usecnt_dec +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1e73d0db rdma_query_gid_table +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2145dcee ib_drain_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x21599872 rdma_hold_gid_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x22f3cf93 ib_pack +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x25be478f ib_get_cached_port_state +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x25dde373 ib_mad_kernel_rmpp_agent +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x28dca4e8 ib_get_vf_config +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2a2b15da ib_init_ah_attr_from_wc +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2a8ba475 rdma_restrack_del +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2aa184e7 ib_query_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2bacaa79 ib_unregister_client +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2c4a4820 rdma_user_mmap_entry_get +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2ec4e29b ib_create_qp_security +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x305e5701 rdma_addr_size_kss +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x31898e8f ibdev_notice +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x33f44711 ib_init_ah_from_mcmember +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x35a7e8a7 rdma_rw_ctx_signature_init +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3891feed rdma_nl_stat_hwcounter_entry +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x38c9ed5c ib_set_vf_link_state +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3a50280d ib_set_client_data +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3b659062 rdma_rw_ctx_destroy +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3d2ebcfd rdma_find_gid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3d4cd490 ib_find_exact_cached_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3db9ec6a rdma_nl_put_driver_string +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3e60ee5d __ib_alloc_pd +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3f39115c ib_sa_get_mcmember_rec +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3fc2387c ib_ud_header_unpack +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x41a1a253 ib_close_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x42af53a3 __ib_alloc_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x42ea0b23 ib_mr_pool_put +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x42fc3099 ib_free_send_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x432d19de ib_register_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 0x44812026 rdma_restrack_add +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x44a4dc10 ib_modify_qp_with_udata +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x45439018 ib_mr_pool_destroy +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x45fb8985 rdma_nl_chk_listeners +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x48170fd1 ib_modify_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x48631276 ib_query_srq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4a06a9a2 rdma_create_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4b9aba64 rdma_resolve_ip +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4ccbab52 ib_drain_rq +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 0x5025a64e ib_cq_pool_get +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x52008a33 ib_find_gid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x52618bf4 rdma_read_gid_l2_fields +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5316905d ib_set_vf_guid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5585238d ib_create_qp_kernel +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x55bb02f3 ib_cache_gid_type_str +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x56505ffd ib_sg_to_pages +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5658a5b1 rdma_rw_ctx_post +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x571470da __rdma_block_iter_start +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x580b1269 __ib_create_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x58df5b94 ib_get_gids_from_rdma_hdr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x59840bd1 rdma_create_user_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x59dc968b rdma_nl_multicast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5ac8d54f rdma_addr_cancel +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5ad86aa9 ibdev_emerg +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5b21b59c ib_alloc_xrcd_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5b39c891 ib_dealloc_pd_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5c34de97 ib_get_device_fw_str +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5cb7100b rdma_restrack_get_byid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5f989888 ib_port_immutable_read +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5fb1d1a2 rdma_roce_rescan_device +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 0x61e94e1f ib_destroy_srq_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x636b0333 ib_advise_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x659c5989 ib_rdmacg_uncharge +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x66938e73 ibdev_warn +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x67102d17 rdma_read_gid_hw_context +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x67c9c42e rdma_nl_unicast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x67e1307e ib_get_eth_speed +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6971ee7a ib_get_cached_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6b958320 ib_ud_ip4_csum +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6e526efc ib_resize_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6e938595 ib_create_send_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6f3614b6 rdma_is_zero_gid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x702837c0 ibdev_alert +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x70807834 rdma_addr_size +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x71134216 ib_create_srq_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7323b96c ib_modify_port +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7360bb71 ib_detach_mcast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x73baf9a2 ib_modify_qp_is_ok +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x751663de ib_map_mr_sg +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 0x7915b6bf rdma_dev_access_netns +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x79546258 ib_create_wq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7960d37d ib_find_cached_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x79cf69bb rdma_alloc_netdev +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7a82652f ib_modify_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7b45a283 ib_get_cached_subnet_prefix +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7b85bbd7 ib_device_get_by_name +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7cb8ba13 rdma_move_grh_sgid_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x807dcace ib_alloc_mr_integrity +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x808619c7 rdma_nl_put_driver_u32 +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8246cd46 rdma_get_gid_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x837d5804 ib_dereg_mr_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x838c43bc rdma_destroy_ah_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x857ec3cc rdma_query_gid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x85e1981c ib_sa_join_multicast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x87adbdca rdma_port_get_link_layer +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x88bf7abc ib_get_vf_stats +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x89fda4f8 _ib_alloc_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8a8bf326 ib_device_set_netdev +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8d20fbea ib_unregister_device_queued +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8db59f1b rdma_nl_put_driver_u64 +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8f0d9d98 ib_unregister_event_handler +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8feece13 ib_check_mr_status +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x90e807c7 ib_cache_gid_parse_type_str +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x936c80ed ib_modify_srq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x94587b86 ib_port_sysfs_get_ibdev_kobj +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x973b2795 ib_post_send_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x978a276d ib_get_rmpp_segment +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x99bdb4fb rdma_copy_src_l2_addr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9a994000 ib_qp_usecnt_inc +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9aae4e15 ib_register_client +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9be023fb ibnl_put_msg +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9e0a7e6f ib_find_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9e2de138 roce_gid_type_mask_support +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9f4d2831 ib_free_recv_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa2477e42 rdma_init_netdev +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa372ddf2 ib_get_cached_lmc +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa432baf6 ib_unpack +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa6ee1d1f ib_get_vf_guid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa76025dc ib_mr_pool_get +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa772dd10 ib_dma_virt_map_sg +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xab13b141 ib_destroy_wq_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xabca8a20 ib_unregister_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xae4692de ib_map_mr_sg_pi +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xae956dce ib_rate_to_mult +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xafaea829 ib_device_put +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb0a765ad rdma_restrack_count +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb1cdf35b rdma_find_gid_by_port +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb3ee5ef8 ib_create_ah_from_wc +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb44098d2 rdma_put_gid_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb4c40040 ib_sa_pack_path +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb619d2f7 rdma_restrack_new +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb698d47f rdma_read_gid_attr_ndev_rcu +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb7852a05 ib_ud_header_init +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb888bae5 ib_register_event_handler +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb95be72d rdma_restrack_set_name +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xba9ba857 ib_query_port +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbb0f3ea1 rdma_replace_ah_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbb917d7d rdma_nl_put_driver_u64_hex +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbd03e5be __ib_alloc_cq_any +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbf3a354b rdma_query_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc1c6a415 ib_query_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc48eb08a ib_set_device_ops +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc5465f76 ibnl_put_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc7180881 rdma_rw_ctx_init +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc80f60b5 rdma_restrack_put +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc8d38664 rdma_free_hw_stats_struct +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc9035fec ib_dealloc_xrcd_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xcb5b56e5 rdma_user_mmap_entry_insert +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xcca44a85 ib_destroy_cq_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xcdd98f45 rdma_set_cq_moderation +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xce67a20c ib_get_net_dev_by_params +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xcfacc875 ib_alloc_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd0478dc4 ib_unregister_driver +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd21bb37a ib_sa_unpack_path +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd6636ca6 rdma_addr_size_in6 +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd9029987 rdma_nl_put_driver_u32_hex +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xda0d50ec ib_sa_cancel_query +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xda12aab7 rdma_modify_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xdbbc52d5 rdma_rw_ctx_destroy_signature +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xdcfd5b13 ib_sa_guid_info_rec_query +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe0228bab rdma_user_mmap_entry_put +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe0a03f51 rdma_rw_ctx_wrs +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe279b890 ib_register_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe39055f1 ibdev_err +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 0xe9636296 ib_open_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe9e799fc ib_ud_header_pack +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe9ff16c1 ib_init_ah_attr_from_path +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xeab52606 rdma_translate_ip +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xec420f82 ib_dispatch_event +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xecb6bef5 rdma_destroy_ah_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xecd67e25 ib_process_cq_direct +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xef69b317 rdma_user_mmap_entry_insert_range +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf210fdd4 ib_reg_user_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf42a5dac rdma_user_mmap_entry_remove +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf5ce5ed9 rdma_nl_register +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf5dedb30 rdma_node_get_transport +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf6987108 rdma_rw_mr_factor +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf6b39304 ib_dealloc_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf6ed3334 ib_event_msg +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf86094dc ib_destroy_qp_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf8724fb1 ib_free_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf87fa958 ib_device_get_by_netdev +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xfa27320c rdma_link_unregister +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xfa995f9a ib_unregister_mad_agent +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xfb6882fe ibdev_info +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xfc395f66 ib_port_unregister_client_groups +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xfdef7233 ib_rdmacg_try_charge +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xfe6332a4 ib_port_register_client_groups +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xff71dcad rdma_move_ah_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x051cf412 ib_umem_get +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x08b46d8c uverbs_uobject_put +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x09085c12 ib_umem_dmabuf_get +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x16b66504 ib_umem_find_best_pgsz +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x1dcb6e2f ib_uverbs_flow_resources_free +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x2084f876 _uverbs_alloc +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x2498806c ib_umem_dmabuf_get_pinned +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x34939413 _uverbs_get_const_unsigned +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x36c34dc6 ib_copy_path_rec_to_user +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x3ad0d63f ib_register_peer_memory_client +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x442a607e ib_copy_qp_attr_to_user +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x4895a53f uverbs_destroy_def_handler +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x68872fff uverbs_idr_class +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x754b0000 ib_copy_path_rec_from_user +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x76582853 ib_uverbs_get_ucontext_file +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x7939f2bc ib_umem_odp_release +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x814cac60 ib_umem_activate_invalidation_notifier +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x8a619cf4 uverbs_get_flags32 +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x8f472c38 uverbs_get_flags64 +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x94f1c9b9 ib_umem_release +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x99872df0 uverbs_finalize_uobj_create +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x9bb1bc62 ib_umem_dmabuf_map_pages +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x9bd6aab3 ib_umem_odp_get +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xab2ef6b9 uverbs_copy_to_struct_or_zero +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xb0ffe416 uverbs_copy_to +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xb3e36946 _uverbs_get_const_signed +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xb4cdd2a4 ib_umem_odp_map_dma_and_lock +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xb5ef596c ib_umem_get_peer +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xbadea6a3 ib_copy_ah_attr_to_user +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xbde5c050 ib_unregister_peer_memory_client +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xc16fa592 ib_umem_copy_from +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xc572afd3 uverbs_uobject_fd_release +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xca671fd3 uverbs_fd_class +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xcbf4ba02 ib_umem_dmabuf_unmap_pages +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xd2932e80 flow_resources_alloc +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xd8334856 ib_umem_odp_unmap_dma_pages +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xd9720969 ib_umem_odp_alloc_child +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xe37f9a95 ib_umem_odp_alloc_implicit +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xf675397a ib_umem_stop_invalidation_notifier +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xf6cf4768 flow_resources_add +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x069c9278 iw_cm_reject +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x5f6124cc iw_cm_connect +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x83a163c7 iw_cm_listen +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x99acde16 iw_destroy_cm_id +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xc6bdcc7c iw_cm_disconnect +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xca1f97d5 iw_create_cm_id +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xe517298a iw_cm_init_qp_attr +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xe7d55be9 iw_cm_accept +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xf3df871f iwcm_reject_msg +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x06dfbce1 rdma_create_qp +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x07584384 rdma_destroy_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x098684e6 rdma_lock_handler +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x24987223 rdma_set_reuseaddr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x25e48a18 rdma_notify +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x2d582637 rdma_destroy_qp +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x2da17524 rdma_res_to_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x304e578d rdma_accept_ece +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x3fefa40a rdma_unlock_handler +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x4145cf68 rdma_bind_addr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x4209df64 rdma_get_service_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x510f9d12 rdma_reject_msg +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x52acd0f6 rdma_reject +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x54991269 rdma_accept +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x57c87f84 rdma_set_min_rnr_timer +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x71d3d374 rdma_listen +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x74c0d990 rdma_leave_multicast +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x7548daf7 rdma_connect_locked +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x76d9e68c rdma_connect +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x7f22fd4b __rdma_create_kernel_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x8f4c3a6e rdma_create_user_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x907df803 rdma_event_msg +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x94c85859 rdma_consumer_reject_data +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x9d425033 rdma_set_afonly +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xa5900611 rdma_resolve_addr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xa9aa81e5 rdma_iw_cm_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xb5a745ab rdma_resolve_route +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xba459b3f rdma_read_gids +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xbeb49fa6 rdma_disconnect +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xd9175f94 rdma_set_service_type +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xe8595774 rdma_set_ib_path +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xea295ad6 rdma_init_qp_attr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xedc956e2 rdma_connect_ece +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xf2cb1c05 rdma_set_ack_timeout +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xff2f93c6 rdma_join_multicast +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0x0e385842 ib_rvt_state_ops +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0x128c8799 rvt_cq_enter +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0x18e7702d rvt_unregister_device +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0x19bfc01b rvt_compute_aeth +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0x2512a92e rvt_comm_est +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0x352bb80c rvt_check_ah +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0x44a978c3 rvt_get_rwqe +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0x44be8a60 rvt_mcast_find +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0x672c070c rvt_dealloc_device +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0x80698c46 rvt_get_credit +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0x83c7e95c rvt_del_timers_sync +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0x8c14f1ce rvt_error_qp +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0x8cc1188a rvt_lkey_ok +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0x92f04d41 rvt_copy_sge +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0x9395d7c5 rvt_restart_sge +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0x9de131a7 rvt_qp_iter_init +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0x9e03b7dc rvt_add_rnr_timer +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0x9e5b6e1f rvt_rc_error +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0xa424b6f7 rvt_qp_iter_next +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0xa61a4048 rvt_send_complete +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0xa64d7d54 rvt_invalidate_rkey +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0xaad7bc50 rvt_init_port +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0xaf74dce2 rvt_rkey_ok +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0xafb78b13 rvt_register_device +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0xb7ee98b2 rvt_rc_rnr_retry +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0xc5a2455c rvt_qp_iter +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0xd6fdd66b rvt_stop_rc_timers +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0xe16bfe3e rvt_add_retry_timer_ext +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0xe2902d60 rvt_fast_reg_mr +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0xe9cf3e43 rvt_rnr_tbl_to_usec +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0xf5ad6f9f rvt_ruc_loopback +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0xfb319367 rvt_alloc_device +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-client 0x20cfb640 rtrs_clt_request +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-client 0x2b6c584a rtrs_clt_open +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-client 0x75a34045 rtrs_clt_query +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-client 0x83f836dc rtrs_clt_put_permit +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-client 0x96cace01 rtrs_clt_get_permit +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-client 0xa48acf00 rtrs_clt_close +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-client 0xe798a996 rtrs_clt_rdma_cq_direct +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-core 0x016e8ea1 rtrs_ib_dev_put +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-core 0x07354af4 rtrs_rdma_dev_pd_deinit +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 0x910d0ff7 rtrs_ib_dev_find_or_add +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-core 0xa1141906 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 0x2ef92d70 rtrs_srv_set_sess_priv +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-server 0x3b705df3 rtrs_srv_close +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-server 0x3defce07 rtrs_srv_open +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-server 0xa30ac7c2 rtrs_srv_get_queue_depth +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-server 0xdcadc8f7 rtrs_srv_resp_rdma +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-server 0xf24b8b58 rtrs_srv_get_path_name +EXPORT_SYMBOL drivers/input/gameport/gameport 0x1c520dd1 gameport_unregister_port +EXPORT_SYMBOL drivers/input/gameport/gameport 0x3c815017 gameport_unregister_driver +EXPORT_SYMBOL drivers/input/gameport/gameport 0x52f84ece gameport_open +EXPORT_SYMBOL drivers/input/gameport/gameport 0x7900361c __gameport_register_port +EXPORT_SYMBOL drivers/input/gameport/gameport 0x8d87f089 __gameport_register_driver +EXPORT_SYMBOL drivers/input/gameport/gameport 0xbf874918 gameport_stop_polling +EXPORT_SYMBOL drivers/input/gameport/gameport 0xcedfe847 gameport_close +EXPORT_SYMBOL drivers/input/gameport/gameport 0xdc288b97 gameport_set_phys +EXPORT_SYMBOL drivers/input/gameport/gameport 0xedd57e55 gameport_start_polling +EXPORT_SYMBOL drivers/input/joystick/iforce/iforce 0x24562181 iforce_process_packet +EXPORT_SYMBOL drivers/input/joystick/iforce/iforce 0x624f3d5b iforce_send_packet +EXPORT_SYMBOL drivers/input/joystick/iforce/iforce 0xef4632c7 iforce_init_device +EXPORT_SYMBOL drivers/input/matrix-keymap 0x5d624002 matrix_keypad_build_keymap +EXPORT_SYMBOL drivers/input/misc/ad714x 0x28826c28 ad714x_disable +EXPORT_SYMBOL drivers/input/misc/ad714x 0xa99a5a16 ad714x_enable +EXPORT_SYMBOL drivers/input/misc/ad714x 0xb8ded491 ad714x_probe +EXPORT_SYMBOL drivers/input/misc/cma3000_d0x 0x64ff70d7 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 0xfee53b15 rmi_unregister_transport_device +EXPORT_SYMBOL drivers/input/sparse-keymap 0x08179d0d sparse_keymap_report_event +EXPORT_SYMBOL drivers/input/sparse-keymap 0x50d510b4 sparse_keymap_entry_from_scancode +EXPORT_SYMBOL drivers/input/sparse-keymap 0x75567337 sparse_keymap_setup +EXPORT_SYMBOL drivers/input/sparse-keymap 0x9dd2de69 sparse_keymap_report_entry +EXPORT_SYMBOL drivers/input/sparse-keymap 0xc0e71528 sparse_keymap_entry_from_keycode +EXPORT_SYMBOL drivers/input/touchscreen/ad7879 0xb734912c ad7879_probe +EXPORT_SYMBOL drivers/input/touchscreen/ad7879 0xf298225e ad7879_pm_ops +EXPORT_SYMBOL drivers/iommu/amd/iommu_v2 0x1f0eae82 amd_iommu_bind_pasid +EXPORT_SYMBOL drivers/iommu/amd/iommu_v2 0x2dff38c8 amd_iommu_set_invalid_ppr_cb +EXPORT_SYMBOL drivers/iommu/amd/iommu_v2 0x78a68b37 amd_iommu_set_invalidate_ctx_cb +EXPORT_SYMBOL drivers/iommu/amd/iommu_v2 0x80ba99c9 amd_iommu_free_device +EXPORT_SYMBOL drivers/iommu/amd/iommu_v2 0xd9c78af3 amd_iommu_unbind_pasid +EXPORT_SYMBOL drivers/iommu/amd/iommu_v2 0xde47c8a2 amd_iommu_init_device +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x04329700 capi_ctr_ready +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x4688366b capi_ctr_down +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x60e65d90 attach_capi_ctr +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x7ae6105c capi_ctr_handle_message +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xc16c5fa7 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 0x1ebbb8db mISDNipac_init +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNipac 0x3e8d2248 mISDNisac_init +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNipac 0xb93b9490 mISDNisac_irq +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNipac 0xe31f40ab mISDNipac_irq +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNisar 0x81b04a63 mISDNisar_init +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNisar 0xd474e05c mISDNisar_irq +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x03a68066 mISDN_FsmRestartTimer +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x087b1e93 queue_ch_frame +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x0c9b8a00 mISDN_unregister_device +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x1f04dc7e mISDN_unregister_Bprotocol +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x2348cc3c mISDN_FsmFree +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x257fa6b0 get_next_bframe +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x25b550f2 mISDN_freedchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x26236de8 mISDN_clock_update +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x29cf4df4 mISDNDevName4ch +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x2bd6368f mISDN_register_Bprotocol +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 0x40684cbf mISDN_initbchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x50502a19 bchannel_get_rxbuf +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 0x5a0bb6d6 dchannel_senddata +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x6047df40 mISDN_FsmInitTimer +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x634bd521 mISDN_ctrl_bchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x689c332b mISDN_freebchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x6945e151 bchannel_senddata +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x7603af09 mISDN_register_device +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x8303a62a mISDN_initdchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x9c928457 mISDN_FsmNew +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x9eab5689 create_l1 +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xa2d3a975 recv_Echannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xb35f4db3 recv_Dchannel_skb +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xc260795d recv_Bchannel_skb +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xc3401729 mISDN_register_clock +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xc8c30d40 recv_Dchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xcea84f9c get_next_dframe +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 0xe0644766 mISDN_clear_bchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xe8f617eb mISDN_unregister_clock +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xff1b6c4e recv_Bchannel +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 0xac5861d6 ti_lmu_common_get_brt_res +EXPORT_SYMBOL drivers/leds/leds-ti-lmu-common 0xc8395c73 ti_lmu_common_get_ramp_params +EXPORT_SYMBOL drivers/leds/leds-ti-lmu-common 0xced72aae ti_lmu_common_set_brightness +EXPORT_SYMBOL drivers/md/dm-log 0x3159f315 dm_dirty_log_type_register +EXPORT_SYMBOL drivers/md/dm-log 0x493f17dc dm_dirty_log_destroy +EXPORT_SYMBOL drivers/md/dm-log 0x9a4b6178 dm_dirty_log_type_unregister +EXPORT_SYMBOL drivers/md/dm-log 0x9b65d4e1 dm_dirty_log_create +EXPORT_SYMBOL drivers/md/dm-snapshot 0x46b17b32 dm_exception_store_type_unregister +EXPORT_SYMBOL drivers/md/dm-snapshot 0x5a4546bf dm_exception_store_create +EXPORT_SYMBOL drivers/md/dm-snapshot 0x5d6a98d8 dm_snap_cow +EXPORT_SYMBOL drivers/md/dm-snapshot 0x9664268f dm_snap_origin +EXPORT_SYMBOL drivers/md/dm-snapshot 0xad91df43 dm_exception_store_destroy +EXPORT_SYMBOL drivers/md/dm-snapshot 0xc030bad4 dm_exception_store_type_register +EXPORT_SYMBOL drivers/md/raid456 0x2fb5bd37 raid5_set_cache_size +EXPORT_SYMBOL drivers/md/raid456 0x5a7c7186 r5c_journal_mode_set +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x0b33e99f flexcop_device_exit +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x0e1a34f6 flexcop_sram_set_dest +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x229684b4 flexcop_i2c_request +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x23a1eca4 flexcop_sram_ctrl +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x41f340b3 flexcop_pid_feed_control +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x45efbdff flexcop_wan_set_speed +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x66ece9a9 flexcop_dump_reg +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x74d3787d flexcop_pass_dmx_data +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xbd709cd1 flexcop_device_kmalloc +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xc28b85d4 flexcop_device_initialize +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xcbf878ef flexcop_eeprom_check_mac_addr +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xecce2cf7 flexcop_device_kfree +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xed616f41 flexcop_pass_dmx_packets +EXPORT_SYMBOL drivers/media/common/cx2341x 0x00c5072c cx2341x_ext_ctrls +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 0x39a944c1 cx2341x_handler_set_busy +EXPORT_SYMBOL drivers/media/common/cx2341x 0x55aa7c5f cx2341x_mpeg_ctrls +EXPORT_SYMBOL drivers/media/common/cx2341x 0x7b4dd2cb cx2341x_fill_defaults +EXPORT_SYMBOL drivers/media/common/cx2341x 0xa36a6ca2 cx2341x_handler_init +EXPORT_SYMBOL drivers/media/common/cx2341x 0xc9a254c8 cx2341x_handler_set_50hz +EXPORT_SYMBOL drivers/media/common/cx2341x 0xdbc5583a cx2341x_update +EXPORT_SYMBOL drivers/media/common/cx2341x 0xe1fe1432 cx2341x_log_status +EXPORT_SYMBOL drivers/media/common/cx2341x 0xfa1b1620 cx2341x_handler_setup +EXPORT_SYMBOL drivers/media/common/cypress_firmware 0x6f1cab60 cypress_load_firmware +EXPORT_SYMBOL drivers/media/common/ttpci-eeprom 0x693e74ba ttpci_eeprom_decode_mac +EXPORT_SYMBOL drivers/media/common/ttpci-eeprom 0x75d317bb ttpci_eeprom_parse_mac +EXPORT_SYMBOL drivers/media/common/tveeprom 0x0dbf0296 tveeprom_hauppauge_analog +EXPORT_SYMBOL drivers/media/common/tveeprom 0x9cd14407 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 0x1dcb04b9 vb2_verify_memory_type +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-common 0x430b6b09 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 0x29b260a5 vb2_dvb_unregister_bus +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-dvb 0x2f054a9c vb2_dvb_alloc_frontend +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-dvb 0x3677c2df vb2_dvb_get_frontend +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-dvb 0x88f14aec vb2_dvb_dealloc_frontends +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-dvb 0xb5a59a12 vb2_dvb_find_frontend +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-dvb 0xce133395 vb2_dvb_register_bus +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-memops 0xc7c2b85f vb2_create_framevec +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-memops 0xccd197c7 vb2_destroy_framevec +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-v4l2 0x2602a259 vb2_querybuf +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x08733236 intlog10 +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x134e0c40 dvb_dmxdev_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x18acd31f dvb_dmx_swfilter_packets +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x20083ace dvb_unregister_frontend +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x2d8bbe5a dvb_frontend_reinitialise +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 0x4464735d dvb_unregister_adapter +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x54abe4ff dvb_dmx_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x56755c16 dvb_frontend_suspend +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x5c9b2cb1 dvb_unregister_device +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x5f2b1d95 intlog2 +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x60dadc25 dvb_ca_en50221_frda_irq +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x6181aec0 dvb_ringbuffer_flush_spinlock_wakeup +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x6a15e948 dvb_net_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x6a9f708a dvb_dmx_swfilter_204 +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x7b0109d1 dvb_device_get +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x822efdbd dvb_register_adapter +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x8c54b0f8 dvb_dmx_swfilter +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x8ed2bf3e dvb_ca_en50221_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x8f7131e7 dvb_net_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x91a6794b dvb_ringbuffer_read_user +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x921b1a05 dvb_ca_en50221_camchange_irq +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x9263a063 dvb_dmx_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x93b30fb5 dvb_ca_en50221_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xa4235824 dvb_dmx_swfilter_raw +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xa49310a8 dvb_frontend_detach +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xa97912ef dvb_register_device +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xb3352dd2 dvb_ringbuffer_empty +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xc3f679f9 dvb_ringbuffer_write_user +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xc85e0bc2 dvb_register_frontend +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xd99e5bb1 dvb_generic_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xdd10da08 dvb_ca_en50221_camready_irq +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xe138ce6b dvb_ringbuffer_avail +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xe3d03c66 dvb_generic_open +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xe70186e7 dvb_frontend_resume +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xebbc2d9b dvb_ringbuffer_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xf018f5c5 dvb_dmxdev_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xf2e5eb59 dvb_generic_ioctl +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xfa0593fa dvb_remove_device +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/ascot2e 0xdd09a6eb ascot2e_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/atbm8830 0x5231a114 atbm8830_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x0109e9b1 au8522_release_state +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x33201ee9 au8522_analog_i2c_gate_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x5d580cbe au8522_sleep +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x8aad7069 au8522_writereg +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0xbc12039e au8522_readreg +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0xc658feed au8522_init +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0xcddbffc4 au8522_led_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0xd16bf1b5 au8522_get_state +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0xf8c38254 au8522_i2c_gate_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_dig 0x2955351d au8522_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/bcm3510 0xd0af997a bcm3510_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx22700 0xf515086b cx22700_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx22702 0x189a58f5 cx22702_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24110 0x511b9fc4 cx24110_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24113 0x8009d3d8 cx24113_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24113 0xd19f01a5 cx24113_agc_callback +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24116 0xca886506 cx24116_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24120 0x4a99e8a3 cx24120_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24123 0x57272078 cx24123_get_tuner_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24123 0x5f30040d cx24123_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cxd2820r 0xe9669686 cxd2820r_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cxd2841er 0x1fc601fd cxd2841er_attach_t_c +EXPORT_SYMBOL drivers/media/dvb-frontends/cxd2841er 0xd50df18c cxd2841er_attach_s +EXPORT_SYMBOL drivers/media/dvb-frontends/cxd2880/cxd2880 0x70885c53 cxd2880_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0x0093fbfd dib0070_set_rf_output +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0x15833efe dib0070_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0x1fcccf83 dib0070_wbd_offset +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0x5ed1f821 dib0070_ctrl_agc_filter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0x8a6c67e7 dib0070_get_rf_output +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x2bdaf0fb dib0090_gain_control +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x2cdf00e8 dib0090_set_tune_state +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x39c6e1ca dib0090_set_vga +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x3d60a8ff dib0090_register +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x42331416 dib0090_pwm_gain_reset +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x4c1e360d dib0090_fw_register +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x4d451f96 dib0090_set_dc_servo +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x6a75d9a2 dib0090_update_tuning_table_7090 +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x6bf63a28 dib0090_dcc_freq +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x7860171b dib0090_update_rframp_7090 +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x8c896dcd dib0090_get_wbd_target +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xc7cae678 dib0090_get_current_gain +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xd22957db dib0090_get_tune_state +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xd7ce88f7 dib0090_get_wbd_offset +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xdd72381f dib0090_set_switch +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mb 0x499d8a27 dib3000mb_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0x0ce8e5e7 dib3000mc_set_config +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0x8403b140 dib3000mc_i2c_enumeration +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0x98aa77b0 dib3000mc_pid_parse +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0xa28cd5b1 dib3000mc_pid_control +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0xf6b8efd7 dib3000mc_get_tuner_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0xffaff034 dib3000mc_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000m 0x93750e95 dib7000m_pid_filter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000m 0x9461e4f2 dib7000m_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000m 0xdb0f8868 dib7000m_get_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000m 0xe4c80db4 dib7000m_pid_filter_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x940c172b dib7000p_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0xbb2d0c91 dib8000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0x091a1315 dib9000_get_component_bus_interface +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0x0a63b6ae dib9000_set_gpio +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0x2c2e0c05 dib9000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0x4229116e dib9000_fw_set_component_bus_speed +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0x4bf922a5 dib9000_fw_pid_filter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0x4ffcbbd4 dib9000_get_slave_frontend +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0x5b5b5117 dib9000_get_tuner_interface +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0x770d50fd dib9000_get_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0x7cb43409 dib9000_fw_pid_filter_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0xb773416f dib9000_set_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0xded00412 dib9000_i2c_enumeration +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0xdf8616b4 dib9000_set_slave_frontend +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0xea8133d9 dib9000_firmware_post_pll_init +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0x2105cd87 dibx000_get_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0x7dc55ab3 dibx000_exit_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0x8d48ec41 dibx000_i2c_set_speed +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0xce85487b dibx000_init_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0xfaedeb7c dibx000_reset_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/drx39xyj/drx39xyj 0x03052918 drx39xxj_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/drxd 0x7f064916 drxd_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/drxk 0xc5159f3e drxk_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/ds3000 0xb45ba6ed ds3000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dvb-pll 0x2bd1acb3 dvb_pll_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dvb_dummy_fe 0x5157181b dvb_dummy_fe_qpsk_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dvb_dummy_fe 0xdcc0cc89 dvb_dummy_fe_qam_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dvb_dummy_fe 0xfa993c73 dvb_dummy_fe_ofdm_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/ec100 0x295b0f0c ec100_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/helene 0x3f5c25ea helene_attach_s +EXPORT_SYMBOL drivers/media/dvb-frontends/helene 0xbe6553b8 helene_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/horus3a 0x588a51a3 horus3a_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/isl6405 0x35c5d6f6 isl6405_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/isl6421 0xd4068dd2 isl6421_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/isl6423 0xc1cca904 isl6423_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/itd1000 0xacc377e5 itd1000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/ix2505v 0xbd70b0ff ix2505v_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/l64781 0x5040e113 l64781_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lg2160 0xe985399a lg2160_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lgdt3305 0xd6b8e474 lgdt3305_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lgdt3306a 0x6e96f334 lgdt3306a_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lgdt330x 0xb09ec71a lgdt330x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lgs8gl5 0xbfbd8311 lgs8gl5_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lgs8gxx 0x3df2d340 lgs8gxx_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lnbh25 0xb7871f75 lnbh25_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lnbh29 0x5469328a lnbh29_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lnbp21 0x31dbf883 lnbp21_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lnbp21 0x32184b87 lnbh24_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lnbp22 0x6a997879 lnbp22_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/m88ds3103 0x0ed36bd1 m88ds3103_get_agc_pwm +EXPORT_SYMBOL drivers/media/dvb-frontends/m88ds3103 0x3055b42a m88ds3103_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/m88rs2000 0x24326d17 m88rs2000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/mb86a16 0x7180dd9f mb86a16_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/mb86a20s 0xbce5a122 mb86a20s_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/mt312 0x53e865bb mt312_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/mt352 0xea61ea15 mt352_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/nxt200x 0x6c56a047 nxt200x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/nxt6000 0xb5c555e3 nxt6000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/or51132 0x9ada6891 or51132_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/or51211 0x6173bc1f or51211_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/s5h1409 0xd83c6e43 s5h1409_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/s5h1411 0x548f9b92 s5h1411_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/s5h1420 0x004458c2 s5h1420_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/s5h1420 0xe5170c55 s5h1420_get_tuner_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/s5h1432 0xda8dd70d s5h1432_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/s921 0xc9270ec6 s921_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/si21xx 0x19d70525 si21xx_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/sp887x 0x8a796b42 sp887x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stb0899 0x0502b94b stb0899_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stb6000 0x1713c099 stb6000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stb6100 0x67c02a99 stb6100_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0288 0xcbd99cb6 stv0288_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0297 0xdae2efab stv0297_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0299 0x8ebb23b5 stv0299_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0367 0x3c34945b stv0367ter_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0367 0x9bfc727c stv0367ddb_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0367 0xe8882119 stv0367cab_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0900 0xb2be87ec stv0900_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv090x 0x2b618598 stv090x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv6110 0x9dd1633c stv6110_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv6110x 0x636d1876 stv6110x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda10021 0xcb79cfd9 tda10021_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda10023 0x23185894 tda10023_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda10048 0x82aec4e3 tda10048_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda1004x 0x4c689fab tda10045_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda1004x 0xb80b49f1 tda10046_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda10086 0x52f9c17e tda10086_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda665x 0x83cc2d1d tda665x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda8083 0xea64d0ba tda8083_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda8261 0x2fe76c8b tda8261_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda826x 0x0133981a tda826x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/ts2020 0x37cf0512 ts2020_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tua6100 0xb12935fc tua6100_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/ves1820 0x6fb107f4 ves1820_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/ves1x93 0xf43e5f40 ves1x93_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/zd1301_demod 0x1db76ec1 zd1301_demod_get_dvb_frontend +EXPORT_SYMBOL drivers/media/dvb-frontends/zd1301_demod 0x714ab8e8 zd1301_demod_get_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/zl10036 0x22cc2757 zl10036_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/zl10039 0xc6ac039e zl10039_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/zl10353 0xdc2c0ea7 zl10353_attach +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x1aca8400 flexcop_dma_xfer_control +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x4105376a flexcop_dma_allocate +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x63cb9fd0 flexcop_dma_free +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x74123672 flexcop_dma_config_timer +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x7fc0f704 flexcop_dma_control_size_irq +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0xd57273f4 flexcop_dma_control_timer_irq +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0xe43ad8de flexcop_dma_config +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0x5834f6bd bt878_start +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0x6bd346ac bt878_stop +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0xaec5986b bt878_device_control +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0xd5d0bdef bt878_num +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0xe6b8ef4e bt878 +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0x11dc4b6d bttv_gpio_enable +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0x7869336d bttv_sub_unregister +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0x8d325960 bttv_sub_register +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0x8ecf4acc bttv_write_gpio +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0x8ed984f8 bttv_get_pcidev +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0xbcf2d2fb bttv_read_gpio +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x11bd2358 dst_error_bailout +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x24df6402 rdc_reset_state +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x43a983fd dst_check_sum +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x5d89a281 dst_pio_disable +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x6be5cba4 write_dst +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x863f3ca9 read_dst +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0xc52de429 dst_comm_init +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0xc756e7d2 dst_attach +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0xe6fe7739 dst_error_recovery +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0xfc6d4c81 dst_wait_dst_ready +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst_ca 0x8e46c38a dst_ca_attach +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x00f54daf cx18_start_v4l2_encode_stream +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x2cdea06d cx18_reset_ir_gpio +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x9ab73f1f cx18_release_stream +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0xad27a7b0 cx18_claim_stream +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0xdd9276ae cx18_stop_v4l2_encode_stream +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0xfa308d20 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 0x44b517f5 cx25821_print_irqbits +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x4b899233 cx25821_set_gpiopin_direction +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x55831feb cx25821_risc_databuffer_audio +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x5b437a52 cx25821_dev_unregister +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x7cf15905 cx25821_dev_get +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x8bc3b9b6 cx25821_sram_channel_dump_audio +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0xc7a4f297 cx25821_riscmem_alloc +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0xdbb6ed8b cx25821_sram_channel_setup_audio +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0xe9050411 cx25821_sram_channels +EXPORT_SYMBOL drivers/media/pci/cx88/cx88-vp3054-i2c 0x5be7f7f0 vp3054_i2c_remove +EXPORT_SYMBOL drivers/media/pci/cx88/cx88-vp3054-i2c 0x611e4c06 vp3054_i2c_probe +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0x114e8fdc cx88_video_mux +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0x2c945272 cx88_querycap +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0x894467d0 cx88_set_freq +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0xc9f94457 cx88_enum_input +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x1cc10eab cx8802_start_dma +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x2d9952c2 cx8802_register_driver +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x6065f2e9 cx8802_cancel_buffers +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x65daa722 cx8802_get_driver +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x7792ae15 cx8802_unregister_driver +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0xe3e161e1 cx8802_buf_queue +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0xf2f1bb47 cx8802_buf_prepare +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x00c609b0 cx88_set_tvnorm +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x02395beb cx88_sram_channel_dump +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x39215682 cx88_set_stereo +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x4d26773c cx88_core_irq +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x4ea8c609 cx88_risc_databuffer +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x5d190f29 cx88_newstation +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 0x619b2f21 cx88_shutdown +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x633db93a cx88_dsp_detect_stereo_sap +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x637efaa6 cx88_get_stereo +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x80faee3f cx88_vdev_init +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x89da4de0 cx88_set_scale +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x8b15cf91 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 0x9565b7ba cx88_reset +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xa3fbf5aa cx88_wakeup +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xaa187182 cx88_risc_buffer +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xbdc2f2e8 cx88_core_get +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xbe6c3528 cx88_set_tvaudio +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xcbb373d6 cx88_sram_channel_setup +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xdc5f3c5a cx88_ir_start +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xff88a275 cx88_ir_stop +EXPORT_SYMBOL drivers/media/pci/ddbridge/ddbridge-dummy-fe 0x2b931f6b ddbridge_dummy_fe_qam_attach +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x0a1c8888 ivtv_clear_irq_mask +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x10bff2c5 ivtv_stop_v4l2_encode_stream +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x14f67530 ivtv_debug +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x4441670a ivtv_api +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x4d32a890 ivtv_ext_init +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x505b2f13 ivtv_claim_stream +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x57b58691 ivtv_init_on_first_open +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x5a9f4b5b ivtv_set_irq_mask +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x611279f7 ivtv_udma_setup +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x75084f51 ivtv_reset_ir_gpio +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x7ec0485b ivtv_udma_unmap +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x7f283c7c ivtv_udma_alloc +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x87ef61c2 ivtv_firmware_check +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x896b2bff ivtv_vapi +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x9f2a07b3 ivtv_udma_prepare +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xd5f2895d ivtv_start_v4l2_encode_stream +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xdc741515 ivtv_release_stream +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xddf0245f 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 0x2632e69c saa7134_pgtable_free +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x4350de58 saa7134_set_dmabits +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x4ac3fd14 saa7134_dmasound_exit +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x5954434d saa7134_set_gpio +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x730c4be3 saa7134_boards +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x899b6a24 saa_dsp_writel +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x8f1ad46b saa7134_devlist_lock +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x9b00891f saa7134_pgtable_alloc +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xaf9c5bf3 saa7134_ts_register +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xb8b08997 saa7134_ts_unregister +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xbeafda8a saa7134_tvaudio_setmute +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xe0543cf3 saa7134_dmasound_init +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xf6519bcd saa7134_pgtable_build +EXPORT_SYMBOL drivers/media/radio/tea575x 0x22091804 snd_tea575x_set_freq +EXPORT_SYMBOL drivers/media/radio/tea575x 0x39eb97ed snd_tea575x_g_tuner +EXPORT_SYMBOL drivers/media/radio/tea575x 0x5363690c snd_tea575x_s_hw_freq_seek +EXPORT_SYMBOL drivers/media/radio/tea575x 0xa8437ecf snd_tea575x_enum_freq_bands +EXPORT_SYMBOL drivers/media/radio/tea575x 0xaae9a344 snd_tea575x_exit +EXPORT_SYMBOL drivers/media/radio/tea575x 0xed949adf snd_tea575x_init +EXPORT_SYMBOL drivers/media/radio/tea575x 0xf531e678 snd_tea575x_hw_init +EXPORT_SYMBOL drivers/media/rc/rc-core 0x01098f88 ir_raw_encode_scancode +EXPORT_SYMBOL drivers/media/rc/rc-core 0x2fe55cf5 ir_raw_gen_pd +EXPORT_SYMBOL drivers/media/rc/rc-core 0x5db733e6 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 0xd1789dea ir_raw_handler_unregister +EXPORT_SYMBOL drivers/media/tuners/fc0011 0x0fb05b09 fc0011_attach +EXPORT_SYMBOL drivers/media/tuners/fc0012 0x66af6563 fc0012_attach +EXPORT_SYMBOL drivers/media/tuners/fc0013 0x10dfe9aa fc0013_rc_cal_reset +EXPORT_SYMBOL drivers/media/tuners/fc0013 0x40a758fe fc0013_rc_cal_add +EXPORT_SYMBOL drivers/media/tuners/fc0013 0x4fab9d6d fc0013_attach +EXPORT_SYMBOL drivers/media/tuners/max2165 0xd3b5086f max2165_attach +EXPORT_SYMBOL drivers/media/tuners/mc44s803 0xc104d793 mc44s803_attach +EXPORT_SYMBOL drivers/media/tuners/mt2060 0x7620a12b mt2060_attach +EXPORT_SYMBOL drivers/media/tuners/mt2131 0xf9efc082 mt2131_attach +EXPORT_SYMBOL drivers/media/tuners/mt2266 0x985f8d2f mt2266_attach +EXPORT_SYMBOL drivers/media/tuners/mxl5005s 0x0e2e34ea mxl5005s_attach +EXPORT_SYMBOL drivers/media/tuners/qt1010 0xb5f5485f qt1010_attach +EXPORT_SYMBOL drivers/media/tuners/tda18218 0x70d84efd tda18218_attach +EXPORT_SYMBOL drivers/media/tuners/tuner-types 0x4c48939e tuners +EXPORT_SYMBOL drivers/media/tuners/tuner-types 0xc2821775 tuner_count +EXPORT_SYMBOL drivers/media/tuners/xc2028 0x053f8707 xc2028_attach +EXPORT_SYMBOL drivers/media/tuners/xc4000 0x1754c617 xc4000_attach +EXPORT_SYMBOL drivers/media/tuners/xc5000 0x98d3b8d6 xc5000_attach +EXPORT_SYMBOL drivers/media/usb/cx231xx/cx231xx 0x859594cb cx231xx_register_extension +EXPORT_SYMBOL drivers/media/usb/cx231xx/cx231xx 0xb12d95ce cx231xx_unregister_extension +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x22d0cc06 dvb_usbv2_reset_resume +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x3ca01f67 dvb_usbv2_probe +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x417745f5 dvb_usbv2_resume +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x6f76cb51 dvb_usbv2_generic_rw +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x9bef86a3 dvb_usbv2_disconnect +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0xbc251fbf dvb_usbv2_generic_write +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0xc0fb87d6 dvb_usbv2_suspend +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0xd2780fe0 dvb_usbv2_generic_write_locked +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0xfcbdf9d2 dvb_usbv2_generic_rw_locked +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x24923ae2 dvb_usb_device_exit +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x77ade98f dvb_usb_nec_rc_key_to_event +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x8b6f5395 dvb_usb_get_hexline +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x9148a6a5 dvb_usb_generic_rw +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0xc8fad931 dvb_usb_generic_write +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0xe9ac530f dvb_usb_device_init +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0xf4a71dd5 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 0xcf89ee3b 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 0x252ed8c9 dibusb_rc_query +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x31e98261 dibusb_power_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x5bcc4a85 dibusb_i2c_algo +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x783d36f4 dibusb2_0_power_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x90ee6f90 dibusb_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 0xb023779d dibusb2_0_streaming_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xbd84abe4 dibusb_read_eeprom_byte +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xdfb5110f dibusb_pid_filter +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xec593ac4 dibusb_pid_filter_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-mc-common 0x0e157f2b dibusb_dib3000mc_tuner_attach +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-mc-common 0xaab1051d dibusb_dib3000mc_frontend_attach +EXPORT_SYMBOL drivers/media/usb/em28xx/em28xx 0xb8666b46 em28xx_register_extension +EXPORT_SYMBOL drivers/media/usb/em28xx/em28xx 0xe4ee523c em28xx_unregister_extension +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0x23f11a53 go7007_update_board +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0x2969e8cd go7007_parse_video_stream +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0x35146433 go7007_snd_init +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0x49bb8fee go7007_read_addr +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0x6318de4f go7007_read_interrupt +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0x915fce15 go7007_register_encoder +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0x9a1b4965 go7007_boot_encoder +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0xa059a514 go7007_alloc +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0xfa6a5191 go7007_snd_remove +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x07ce7682 gspca_suspend +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x376afb96 gspca_dev_probe +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x5a9f1730 gspca_disconnect +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x7258eecc gspca_resume +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x8f526051 gspca_expo_autogain +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x8ffa46ec gspca_frame_add +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x92acc431 gspca_dev_probe2 +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x9670af2c gspca_debug +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0xc7ce8b00 gspca_coarse_grained_expo_autogain +EXPORT_SYMBOL drivers/media/usb/ttusb-dec/ttusbdecfe 0x53d42f64 ttusbdecfe_dvbs_attach +EXPORT_SYMBOL drivers/media/usb/ttusb-dec/ttusbdecfe 0x78132eae ttusbdecfe_dvbt_attach +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-async 0x0fbb445e v4l2_async_nf_init +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-async 0x32c77ff7 v4l2_async_nf_register +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-async 0x74e86d1b v4l2_async_nf_unregister +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-async 0xa754bdcf v4l2_async_register_subdev +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-async 0xc130cb62 v4l2_async_subdev_nf_register +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-async 0xcbd42c39 v4l2_async_unregister_subdev +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0x394144fd 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 0x7e46ac0c v4l2_m2m_get_vq +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0xb82e0c7f v4l2_m2m_buf_done_and_job_finish +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0xda6e99a0 v4l2_m2m_job_finish +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0xf626dd03 v4l2_m2m_suspend +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x0614dd5a v4l2_video_std_frame_period +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x06e25aa7 v4l2_ctrl_type_op_validate +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x082737e8 v4l2_ctrl_merge +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x089cbdde __v4l2_ctrl_s_ctrl_compound +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x11b028e3 v4l2_ctrl_radio_filter +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 0x16979124 v4l2_ctrl_add_handler +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x169e3151 v4l2_ctrl_type_op_log +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x1b4a927f v4l2_ctrl_subscribe_event +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x2342f1ae v4l2_prio_open +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x28b12cc9 v4l2_format_info +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x2b31edd9 v4l2_ctrl_notify +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x2ee81fc7 video_device_release_empty +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x315de2cf v4l2_ctrl_get_menu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x3239d5b9 v4l2_s_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x32d43420 v4l2_ctrl_get_name +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x3480ff5b v4l2_ctrl_handler_free +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x392d415b v4l2_try_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x3ab7a6a1 v4l2_ctrl_request_setup +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x3adbd595 v4l2_field_names +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x3bdd0f94 v4l2_prio_change +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x460e1f08 v4l2_ctrl_type_op_init +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x48658d2c v4l2_ctrl_subdev_subscribe_event +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x52215eba v4l2_ctrl_handler_setup +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x53aa4776 __v4l2_ctrl_modify_range +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x566a8ffd v4l2_ctrl_g_ctrl_int64 +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x57ee919c v4l2_ctrl_sub_ev_ops +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x6827afd8 v4l2_ctrl_new_int_menu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x6b966bd7 video_ioctl2 +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x7096ca2e v4l2_ctrl_poll +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x71db9d00 v4l2_ctrl_type_op_equal +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x726b9a81 __video_register_device +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x72ef2917 v4l2_ctrl_subdev_log_status +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x73e3e281 video_device_alloc +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x74c41d79 v4l2_ctrl_request_complete +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x76159cb5 __v4l2_ctrl_s_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x7c165256 __v4l2_ctrl_s_ctrl_string +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x7cc61926 v4l2_ctrl_auto_cluster +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x8106095a v4l2_prio_max +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x844c2547 __v4l2_ctrl_s_ctrl_int64 +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x852418cb video_device_release +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x89e3897d v4l2_ctrl_query_fill +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x94cf1408 __v4l2_ctrl_grab +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x9bc0e81d v4l2_ctrl_activate +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x9e9fca27 v4l2_ctrl_new_std_menu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xa165e23b v4l2_ctrl_handler_init_class +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xa90f2e1d v4l2_ctrl_new_std_menu_items +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xa9ed7591 v4l2_ctrl_g_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xaedb4ae0 v4l2_ctrl_fill +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xafe608b3 video_unregister_device +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xb67a64f3 video_devdata +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xb77b0159 v4l2_prio_init +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xbab7fcee v4l2_subdev_call_wrappers +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xbc5671dc v4l_printk_ioctl +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 0xd17fa04b v4l2_ctrl_log_status +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xd4b4b2b4 v4l2_subdev_init +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xd4c25e0d v4l2_g_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xd4eb11c4 v4l2_queryctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xd5193fd7 __v4l2_ctrl_modify_dimensions +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xd532452b v4l2_ctrl_handler_log_status +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xd7914959 v4l2_ctrl_new_std_compound +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xdb668c91 v4l2_query_ext_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xe027f19d v4l2_s_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xe101b344 v4l2_g_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xe2001c32 v4l2_ctrl_cluster +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xe2b92059 v4l2_video_std_construct +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xeedc0edd v4l2_ctrl_new_custom +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xf31041a2 v4l2_ctrl_new_fwnode_properties +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 0xf63d4d09 v4l2_querymenu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xfb064d20 v4l2_ctrl_new_std +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xfc3d0f57 v4l2_ctrl_find +EXPORT_SYMBOL drivers/memstick/core/memstick 0x04ce0bf3 memstick_unregister_driver +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 0x3be63c9f memstick_set_rw_addr +EXPORT_SYMBOL drivers/memstick/core/memstick 0x43795d16 memstick_register_driver +EXPORT_SYMBOL drivers/memstick/core/memstick 0x43f1174a memstick_new_req +EXPORT_SYMBOL drivers/memstick/core/memstick 0x541bf1c2 memstick_detect_change +EXPORT_SYMBOL drivers/memstick/core/memstick 0x7d9aa8c7 memstick_add_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0x88082aa8 memstick_next_req +EXPORT_SYMBOL drivers/memstick/core/memstick 0x96ecd82b memstick_free_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0x98cf4cf5 memstick_remove_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0xf1619dc6 memstick_alloc_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0xf4e55467 memstick_suspend_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0xfb1ea8c2 memstick_resume_host +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x011de93c mpt_config +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x043a506a mpt_attach +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x0f1eb5e1 mpt_HardResetHandler +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x117eec8d mpt_raid_phys_disk_pg0 +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x16017bdf mpt_suspend +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x1a02ca9a mpt_verify_adapter +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x1aaea55c mpt_Soft_Hard_ResetHandler +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x2aa396bf mpt_reset_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x41a9c161 mpt_device_driver_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x436af185 mpt_detach +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x4bf04558 mpt_resume +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x4cd5df68 mpt_clear_taskmgmt_in_progress_flag +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x502108d0 mpt_fwfault_debug +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x53df412b mpt_findImVolumes +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x5f5c7382 mpt_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x610b257e mpt_reset_deregister +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x642dae31 mpt_halt_firmware +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x67590008 mpt_free_msg_frame +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x74a0134a mpt_device_driver_deregister +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x894ee66e mptbase_sas_persist_operation +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x981efe92 mpt_deregister +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x9b9e43b5 mpt_event_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x9d7cd4e6 mpt_alloc_fw_memory +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x9d81cb78 mpt_print_ioc_summary +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xa224ec75 mpt_raid_phys_disk_pg1 +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xb67b6b8c mpt_put_msg_frame_hi_pri +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xbfde29b0 mpt_GetIocState +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xc0d6f93c mpt_put_msg_frame +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xcb8c2f43 mpt_send_handshake_request +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xd8c3287b mpt_set_taskmgmt_in_progress_flag +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xdd805159 ioc_list +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xe1be4e8f mpt_raid_phys_disk_get_num_paths +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xe6c1e126 mpt_event_deregister +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xe8c7672f mpt_free_fw_memory +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xe8f4ce9b mpt_get_msg_frame +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x022563f6 mptscsih_show_info +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x0346fa56 mptscsih_bios_param +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x0a1a68a5 mptscsih_qcmd +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x0f3c906e mptscsih_event_process +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x167dedd6 mptscsih_bus_reset +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x1a6ed546 mptscsih_flush_running_cmds +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x22842b54 mptscsih_raid_id_to_num +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x3e50b01a mptscsih_IssueTaskMgmt +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x55bef74b mptscsih_io_done +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x65762e7e mptscsih_resume +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x8f2995b8 mptscsih_slave_configure +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x902153c3 mptscsih_shutdown +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x9bb174e6 mptscsih_abort +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x9f59bc7a mptscsih_remove +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xa0db2724 mptscsih_ioc_reset +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xa7051c38 mptscsih_get_scsi_lookup +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xae6b5b1f mptscsih_is_phys_disk +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xb42045f5 mptscsih_change_queue_depth +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xbf6a6b52 mptscsih_slave_destroy +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xd0e2f6e6 mptscsih_host_reset +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xd441994f mptscsih_dev_reset +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xd9811814 mptscsih_taskmgmt_complete +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xdb94a4fd mptscsih_info +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xddb71156 mptscsih_scandv_complete +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xf111535b mptscsih_taskmgmt_response_code +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xf411640d mptscsih_host_attr_groups +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xfc4c694a mptscsih_suspend +EXPORT_SYMBOL drivers/mfd/axp20x 0x0cb759fa axp20x_match_device +EXPORT_SYMBOL drivers/mfd/axp20x 0xcf7c13b2 axp20x_device_probe +EXPORT_SYMBOL drivers/mfd/axp20x 0xee0ebf61 axp20x_device_remove +EXPORT_SYMBOL drivers/mfd/dln2 0x7f4ff8dd dln2_unregister_event_cb +EXPORT_SYMBOL drivers/mfd/dln2 0x828a50e1 dln2_transfer +EXPORT_SYMBOL drivers/mfd/dln2 0x8422aee3 dln2_register_event_cb +EXPORT_SYMBOL drivers/mfd/htc-pasic3 0x6e3daa6b pasic3_read_register +EXPORT_SYMBOL drivers/mfd/htc-pasic3 0xd349e195 pasic3_write_register +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x02b3cc6d mc13xxx_unlock +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x12d7cf06 mc13xxx_irq_free +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x31476d5b mc13xxx_reg_rmw +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x3c9549f6 mc13xxx_reg_write +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x8c9866ba mc13xxx_irq_unmask +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xa12b1e4b mc13xxx_lock +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xac5bc9c1 mc13xxx_irq_status +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xcadd72a6 mc13xxx_irq_request +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xdda68107 mc13xxx_irq_mask +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xe4dfed99 mc13xxx_get_flags +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xf395892c mc13xxx_reg_read +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 0x25fb7f26 wm8994_irq_init +EXPORT_SYMBOL drivers/mfd/wm8994 0x394b1b74 wm8994_irq_exit +EXPORT_SYMBOL drivers/mfd/wm8994 0x3970c02f wm8994_base_regmap_config +EXPORT_SYMBOL drivers/mfd/wm8994 0x3e9b591c wm1811_regmap_config +EXPORT_SYMBOL drivers/mfd/wm8994 0x93c3e0a8 wm8994_regmap_config +EXPORT_SYMBOL drivers/mfd/wm8994 0xa1f95b31 wm8958_regmap_config +EXPORT_SYMBOL drivers/misc/ad525x_dpot 0x7b2963c3 ad_dpot_remove +EXPORT_SYMBOL drivers/misc/ad525x_dpot 0xa8322dc1 ad_dpot_probe +EXPORT_SYMBOL drivers/misc/altera-stapl/altera-stapl 0x5bafa76e altera_init +EXPORT_SYMBOL drivers/misc/c2port/core 0x0339286d c2port_device_register +EXPORT_SYMBOL drivers/misc/c2port/core 0x31a4ebac c2port_device_unregister +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 0x3ee2963e __SCK__tp_func_mei_pci_cfg_read +EXPORT_SYMBOL drivers/misc/mei/mei 0x6242d845 __tracepoint_mei_pci_cfg_read +EXPORT_SYMBOL drivers/misc/mei/mei 0x7bb3cf81 __SCK__tp_func_mei_reg_read +EXPORT_SYMBOL drivers/misc/mei/mei 0xa53925c2 __SCK__tp_func_mei_reg_write +EXPORT_SYMBOL drivers/misc/mei/mei 0xa5c64736 __tracepoint_mei_reg_read +EXPORT_SYMBOL drivers/misc/mei/mei 0xb336c738 __traceiter_mei_reg_read +EXPORT_SYMBOL drivers/misc/mei/mei 0xed8df0e8 __traceiter_mei_reg_write +EXPORT_SYMBOL drivers/misc/mei/mei 0xf0e27665 __tracepoint_mei_reg_write +EXPORT_SYMBOL drivers/misc/mei/mei 0xf5127320 __traceiter_mei_pci_cfg_read +EXPORT_SYMBOL drivers/misc/tifm_core 0x04d608bc tifm_alloc_device +EXPORT_SYMBOL drivers/misc/tifm_core 0x0ffb277f tifm_queue_work +EXPORT_SYMBOL drivers/misc/tifm_core 0x233034a1 tifm_free_device +EXPORT_SYMBOL drivers/misc/tifm_core 0x6ea52fd8 tifm_unregister_driver +EXPORT_SYMBOL drivers/misc/tifm_core 0x802d2d5b tifm_map_sg +EXPORT_SYMBOL drivers/misc/tifm_core 0x952e9e8f tifm_unmap_sg +EXPORT_SYMBOL drivers/misc/tifm_core 0x9dcf390f tifm_add_adapter +EXPORT_SYMBOL drivers/misc/tifm_core 0xab734435 tifm_eject +EXPORT_SYMBOL drivers/misc/tifm_core 0xdf1a8749 tifm_remove_adapter +EXPORT_SYMBOL drivers/misc/tifm_core 0xe0ff915d tifm_has_ms_pif +EXPORT_SYMBOL drivers/misc/tifm_core 0xf21a225e tifm_register_driver +EXPORT_SYMBOL drivers/misc/tifm_core 0xf5dc8496 tifm_alloc_adapter +EXPORT_SYMBOL drivers/misc/tifm_core 0xfa642ec7 tifm_free_adapter +EXPORT_SYMBOL drivers/mmc/host/cqhci 0x696c0f62 cqhci_irq +EXPORT_SYMBOL drivers/mmc/host/cqhci 0x8977a0d9 cqhci_pltfm_init +EXPORT_SYMBOL drivers/mmc/host/cqhci 0x8f540c3f cqhci_deactivate +EXPORT_SYMBOL drivers/mmc/host/cqhci 0xa6ed7ea6 cqhci_init +EXPORT_SYMBOL drivers/mmc/host/cqhci 0xf7e99a61 cqhci_resume +EXPORT_SYMBOL drivers/mmc/host/of_mmc_spi 0x4db8c20b mmc_spi_put_pdata +EXPORT_SYMBOL drivers/mmc/host/of_mmc_spi 0x782efbb0 mmc_spi_get_pdata +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0x4aa82cb5 cfi_build_cmd +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0x53e45097 cfi_send_gen_cmd +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0x55e1a159 cfi_read_pri +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0x6a459d46 cfi_build_cmd_addr +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0x932a8470 cfi_fixup +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0xbb569c1a cfi_merge_status +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0xedea012d cfi_varsize_frob +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0xff9fa623 cfi_udelay +EXPORT_SYMBOL drivers/mtd/chips/chipreg 0x28bf57bb do_map_probe +EXPORT_SYMBOL drivers/mtd/chips/chipreg 0x937aab00 unregister_mtd_chip_driver +EXPORT_SYMBOL drivers/mtd/chips/chipreg 0x9600e11b register_mtd_chip_driver +EXPORT_SYMBOL drivers/mtd/chips/chipreg 0xeefa1362 map_destroy +EXPORT_SYMBOL drivers/mtd/chips/gen_probe 0xbc9c4d58 mtd_do_chip_probe +EXPORT_SYMBOL drivers/mtd/lpddr/lpddr_cmds 0xac8c9358 lpddr_cmdset +EXPORT_SYMBOL drivers/mtd/maps/map_funcs 0x3ca026b4 simple_map_init +EXPORT_SYMBOL drivers/mtd/mtd 0x2acd4fa8 mtd_concat_create +EXPORT_SYMBOL drivers/mtd/mtd 0x76b2c6ec mtd_concat_destroy +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x00979b37 nand_ecc_sw_hamming_cleanup_ctx +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x0386a91b nand_ecc_prepare_io_req +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x05af6898 nand_ecc_sw_hamming_get_engine +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x1ae4798b nand_ecc_init_ctx +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x1aef3ae8 nand_ecc_unregister_on_host_hw_engine +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x203a81e5 nand_ecc_sw_bch_calculate +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x25c314b7 nand_ecc_sw_hamming_correct +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x32fc9bbe nand_ecc_sw_bch_cleanup_ctx +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x37ec9e28 nand_ecc_sw_bch_init_ctx +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x4965b96f nand_ecc_sw_bch_correct +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x5fc11e75 nand_ecc_sw_hamming_calculate +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x77945c1a of_get_nand_ecc_user_config +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x7f0f74fa nand_ecc_put_on_host_hw_engine +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x8cd079ab nand_ecc_get_sw_engine +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x9700bdd8 nand_ecc_finish_io_req +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x97b49d58 nand_ecc_cleanup_ctx +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xc46582b7 nand_ecc_sw_bch_get_engine +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xc90d79c3 nand_ecc_get_on_die_hw_engine +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xcb1bb0cf nand_ecc_get_on_host_hw_engine +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xd3862347 nand_ecc_is_strong_enough +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xd4da7645 nand_ecc_register_on_host_hw_engine +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xd71a1cc8 nand_ecc_sw_hamming_init_ctx +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xe6db989b ecc_sw_hamming_correct +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xff4351b0 ecc_sw_hamming_calculate +EXPORT_SYMBOL drivers/mtd/nand/onenand/onenand 0x17d18beb flexonenand_region +EXPORT_SYMBOL drivers/mtd/nand/onenand/onenand 0x72875a0b onenand_addr +EXPORT_SYMBOL drivers/mtd/nand/raw/denali 0x30db096f denali_calc_ecc_bytes +EXPORT_SYMBOL drivers/mtd/nand/raw/denali 0xa4a0c84c denali_init +EXPORT_SYMBOL drivers/mtd/nand/raw/denali 0xee7a9be7 denali_remove +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x1ea7aada rawnand_sw_bch_cleanup +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x2a821b39 nand_read_oob_std +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x371f2fe9 nand_monolithic_write_page_raw +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x4fc667d7 nand_read_page_raw +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x6048d0ad rawnand_sw_hamming_calculate +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x695a829b rawnand_dt_parse_gpio_cs +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x6f931bda nand_create_bbt +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x8ecbb3b8 nand_check_erased_ecc_chunk +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x91547c30 rawnand_sw_hamming_init +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x97f15038 rawnand_sw_bch_init +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x9c7a49ee nand_monolithic_read_page_raw +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0xb466e520 rawnand_sw_hamming_correct +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0xb7458ca5 rawnand_sw_hamming_cleanup +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0xd694584c nand_write_page_raw +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0xdbdef83f rawnand_sw_bch_correct +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0xec44e39b nand_write_oob_std +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0xf53f50e3 nand_scan_with_ids +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0xfef79272 nand_get_set_features_notsupp +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x134f40b7 arcnet_send_packet +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x4dd5ddd6 arc_bcast_proto +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x6534792a arcnet_debug +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x7c4e2308 arc_proto_default +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x7d872b84 arc_raw_proto +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x8342ba36 alloc_arcdev +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x9e4eb486 arcnet_close +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xb080145b arcnet_unregister_proto +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xb48ad58c arcnet_open +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xe0bb8388 arc_proto_map +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xecb730b0 arcnet_interrupt +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xef4f1efc free_arcdev +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xf5b784c6 arcnet_timeout +EXPORT_SYMBOL drivers/net/arcnet/com20020 0x58af9193 com20020_netdev_ops +EXPORT_SYMBOL drivers/net/arcnet/com20020 0x5b80c5ec com20020_check +EXPORT_SYMBOL drivers/net/arcnet/com20020 0x660cfb50 com20020_found +EXPORT_SYMBOL drivers/net/can/ctucanfd/ctucanfd 0x8b9f2daa ctucan_resume +EXPORT_SYMBOL drivers/net/can/ctucanfd/ctucanfd 0xd1ed466e ctucan_suspend +EXPORT_SYMBOL drivers/net/can/ctucanfd/ctucanfd 0xffeaf6a0 ctucan_probe_common +EXPORT_SYMBOL drivers/net/can/dev/can-dev 0x084a7c37 can_ethtool_op_get_ts_info_hwts +EXPORT_SYMBOL drivers/net/can/dev/can-dev 0x158275c2 can_eth_ioctl_hwts +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x043780ab b53_vlan_add +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x055d24b3 b53_br_leave +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x07f6b92a b53_mirror_del +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x0ab6818e b53_phylink_mac_link_up +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x0ca12eea b53_switch_alloc +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x0e131db4 b53_port_event +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x11e6fc0a b53_get_strings +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x189cc3f0 b53_set_mac_eee +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x1e0cb384 b53_br_flags +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x35d39bba b53_enable_port +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x3650b156 b53_phylink_mac_link_down +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x38a33110 b53_br_set_stp_state +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x39d0dba0 b53_disable_port +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x43000b61 b53_mirror_add +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x4ccdcfa2 b53_eee_enable_set +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x587ce6fc b53_setup_devlink_resources +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x6331f1c6 b53_imp_vlan_setup +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x70290a68 b53_mdb_del +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x708bf807 b53_get_ethtool_phy_stats +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x76e01089 b53_br_flags_pre +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x79d89729 b53_vlan_del +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x8416e6bf b53_fdb_del +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x94ef6ac9 b53_eee_init +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x95daeccd b53_configure_vlan +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xa54c35e9 b53_get_tag_protocol +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xa6ab4467 b53_switch_detect +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xbc205a02 b53_get_sset_count +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xbcdcba04 b53_phylink_mac_config +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xd479d3da b53_br_fast_age +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xdaa9736b b53_fdb_add +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xdaed74cb b53_mdb_add +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xdb1d6c00 b53_brcm_hdr_setup +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xe51150e2 b53_fdb_dump +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xe60fb614 b53_switch_register +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xf034e3a2 b53_vlan_filtering +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xf069a03e b53_get_mac_eee +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xf23020b0 b53_get_ethtool_stats +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xf8fc65a3 b53_br_join +EXPORT_SYMBOL drivers/net/dsa/b53/b53_serdes 0x1a55c782 b53_serdes_init +EXPORT_SYMBOL drivers/net/dsa/b53/b53_serdes 0x4a5de644 b53_serdes_phylink_mac_select_pcs +EXPORT_SYMBOL drivers/net/dsa/b53/b53_serdes 0x77e614c7 b53_serdes_phylink_get_caps +EXPORT_SYMBOL drivers/net/dsa/b53/b53_serdes 0xbe475b4f b53_serdes_link_set +EXPORT_SYMBOL drivers/net/dsa/lan9303-core 0x2849a30e lan9303_shutdown +EXPORT_SYMBOL drivers/net/dsa/lan9303-core 0x994cb3a0 lan9303_remove +EXPORT_SYMBOL drivers/net/dsa/lan9303-core 0xada83f40 lan9303_register_set +EXPORT_SYMBOL drivers/net/dsa/lan9303-core 0xc8b331f0 lan9303_probe +EXPORT_SYMBOL drivers/net/dsa/microchip/ksz_switch 0xb0fe2441 ksz_switch_register +EXPORT_SYMBOL drivers/net/dsa/microchip/ksz_switch 0xcc002203 ksz_switch_remove +EXPORT_SYMBOL drivers/net/dsa/microchip/ksz_switch 0xf4f36e24 ksz_switch_alloc +EXPORT_SYMBOL drivers/net/dsa/vitesse-vsc73xx-core 0x0a51fa90 vsc73xx_probe +EXPORT_SYMBOL drivers/net/dsa/vitesse-vsc73xx-core 0x99d242fe vsc73xx_is_addr_valid +EXPORT_SYMBOL drivers/net/dsa/vitesse-vsc73xx-core 0xeec80936 vsc73xx_shutdown +EXPORT_SYMBOL drivers/net/dsa/vitesse-vsc73xx-core 0xf31baaad vsc73xx_remove +EXPORT_SYMBOL drivers/net/dsa/xrs700x/xrs700x 0x102bbdad xrs700x_switch_alloc +EXPORT_SYMBOL drivers/net/dsa/xrs700x/xrs700x 0x30bf3c5f xrs700x_switch_register +EXPORT_SYMBOL drivers/net/dsa/xrs700x/xrs700x 0x83b7b667 xrs7003f_info +EXPORT_SYMBOL drivers/net/dsa/xrs700x/xrs700x 0x872c5612 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 0xb531c134 xrs700x_switch_remove +EXPORT_SYMBOL drivers/net/dsa/xrs700x/xrs700x 0xb89aa5e3 xrs7004e_info +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x0480b0e5 NS8390_init +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x119721ac ei_interrupt +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x1dc73b62 ei_set_multicast_list +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x3780d330 ei_get_stats +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x3be48da3 ei_open +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x57e53972 ei_poll +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x6490dfca ei_netdev_ops +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x67e23335 ei_tx_timeout +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x7289bb1a ei_close +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0xcab6d108 ei_start_xmit +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0xfa58d8b0 __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 0x60bfe162 bnxt_ulp_probe +EXPORT_SYMBOL drivers/net/ethernet/broadcom/cnic 0x4a7afc2e cnic_register_driver +EXPORT_SYMBOL drivers/net/ethernet/broadcom/cnic 0x636af174 cnic_unregister_driver +EXPORT_SYMBOL drivers/net/ethernet/cavium/common/cavium_ptp 0xc49b159a cavium_ptp_put +EXPORT_SYMBOL drivers/net/ethernet/cavium/common/cavium_ptp 0xea03c173 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 0x0266ead4 cxgb3_free_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x155fe3ee cxgb3_ofld_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x2c63a809 cxgb3_register_client +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x2ede89f8 t3_l2t_get +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x5aa57527 t3_l2t_send_slow +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x7335ed6c cxgb3_unregister_client +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x7497a6b0 t3_register_cpl_handler +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x8fecaad7 cxgb3_free_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x9e985f2e dev2t3cdev +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xbafb309d cxgb3_alloc_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xcefbd897 cxgb3_insert_tid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xd05ccd86 cxgb3_alloc_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xf0fb7a20 t3_l2e_free +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xf90aae08 cxgb3_remove_tid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xfe401619 t3_l2t_send_event +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xfed61893 cxgb3_queue_tid_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x0ae6b5a4 cxgb4_reclaim_completed_tx +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x0e181c1a cxgb4_l2t_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x0f1a5528 cxgb4_unregister_uld +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x11065d1e cxgb4_alloc_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x14096432 cxgb4_select_ntuple +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x1cfb9808 cxgb4_get_srq_entry +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x2e0463af cxgb4_create_server6 +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x39fe40ec cxgb4_iscsi_init +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x3bffc4a6 cxgb4_port_chan +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x3f1d2f28 cxgb4_bar2_sge_qregs +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x493e41e8 cxgb4_map_skb +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x4c605fb9 cxgb4_l2t_get +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x50ee5c07 cxgb4_best_aligned_mtu +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x59c8f0dc cxgb4_check_l2t_valid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x5aedfe2a cxgb4_port_idx +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x61564f8a cxgb4_get_tcp_stats +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x64b9aa36 cxgb4_create_server_filter +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x68a05bc6 cxgb4_remove_server_filter +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x7217ded6 cxgb4_ring_tx_db +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x7ba81a8f cxgb4_pktgl_to_skb +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x8fac4e51 cxgb4_flush_eq_cache +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x93492dc7 cxgb4_sync_txq_pidx +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x9842b900 cxgb4_write_sgl +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x994bed77 cxgb4_remove_tid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xa2fa87dd cxgb4_crypto_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xa5f97c9a cxgb4_smt_alloc_switching +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xa83124ca cxgb4_dbfifo_count +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xa8db193f cxgb4_smt_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xb54c7aa2 cxgb4_clip_get +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xb8fd92de cxgb4_free_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xbbbb7b74 cxgb4_free_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xc18f6ae8 cxgb4_ofld_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xc50c2495 t4_cleanup_clip_tbl +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xccac836b cxgb4_port_e2cchan +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xcebbcdd6 cxgb4_read_tpte +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xcf5e1e30 cxgb4_immdata_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xcfa85c8e cxgb4_l2t_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xd422b7d1 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 0xda4df7f9 cxgb4_l2t_alloc_switching +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xdc343aae cxgb4_create_server +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xdc52f591 cxgb4_inline_tx_skb +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xde2a40fe cxgb4_read_sge_timestamp +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xe0473413 cxgb4_alloc_sftid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xe211519f cxgb4_write_partial_sgl +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xf19a051d cxgb4_remove_server +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xf7544ff0 cxgb4_alloc_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xfcf716ff cxgb4_register_uld +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xfd36558e cxgb4_port_viid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xfe837ca3 cxgb4_clip_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 0x537406b3 cxgbi_ppm_ppods_reserve +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0x7fde694b cxgbi_ppm_make_ppod_hdr +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0x97c7010d cxgb_find_route +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0xa7ff0522 cxgbi_ppm_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0xe7983663 cxgbi_ppm_init +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0xe953140e cxgb_find_route6 +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0xee131d75 cxgbi_ppm_ppod_release +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x14e8e7bd vnic_dev_get_pdev +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x159bfb12 enic_api_devcmd_proxy_by_index +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x56ada155 vnic_dev_register +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x662b8a96 vnic_dev_unregister +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x8d61246e vnic_dev_get_res_count +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0xb4e0fc4d vnic_dev_get_res +EXPORT_SYMBOL drivers/net/ethernet/emulex/benet/be2net 0x490a68e7 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 0x876e6a8a be_roce_register_driver +EXPORT_SYMBOL drivers/net/ethernet/fungible/funcore/funcore 0x03a4a70c fun_reserve_irqs +EXPORT_SYMBOL drivers/net/ethernet/fungible/funcore/funcore 0xa751f5dd fun_dev_disable +EXPORT_SYMBOL drivers/net/ethernet/fungible/funcore/funcore 0xc4c66ce7 fun_release_irqs +EXPORT_SYMBOL drivers/net/ethernet/fungible/funcore/funcore 0xc93ee7d9 fun_dev_enable +EXPORT_SYMBOL drivers/net/ethernet/intel/iavf/iavf 0x9c40cbd4 iavf_unregister_client +EXPORT_SYMBOL drivers/net/ethernet/intel/iavf/iavf 0xb1ab9c19 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 0x17763ad0 prestera_device_unregister +EXPORT_SYMBOL drivers/net/ethernet/marvell/prestera/prestera 0x3f52e738 prestera_device_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x012bd0c2 mlx4_get_parav_qkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x08aae6a5 mlx4_get_module_info +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0dc470a3 mlx4_get_slave_pkey_gid_tbl_len +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1097a160 mlx4_SET_PORT_fcs_check +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x12192249 mlx4_test_interrupt +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2331b029 mlx4_SET_MCAST_FLTR +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2db50be9 mlx4_max_tc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x39a9bcc9 mlx4_get_is_vlan_offload_disabled +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x39b2e87e mlx4_SET_VPORT_QOS_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3d5c5e9e mlx4_gen_slaves_port_mgt_ev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x421706a7 get_phv_bit +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4576c8ab mlx4_tunnel_steer_add +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4ed7819a mlx4_get_eqs_per_port +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4f88dc59 set_and_calc_slave_port_state +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x534bdcc1 mlx4_get_slave_from_roce_gid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x58343758 mlx4_ALLOCATE_VPP_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x65c98460 mlx4_assign_eq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x69605ecc mlx4_SET_PORT_qpn_calc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6fca234c mlx4_put_slave_node_guid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6fd97b42 mlx4_SET_PORT_PRIO2TC +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x74b1030f mlx4_gen_guid_change_eqe +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x76ab1d5c mlx4_SET_PORT_user_mac +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7a8fe86c mlx4_get_roce_gid_from_slave +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7b673f03 mlx4_gen_port_state_change_eqe +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7c6bb60d mlx4_ALLOCATE_VPP_get +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 0x815e4018 set_phv_bit +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x84dabdc8 mlx4_SET_PORT_SCHEDULER +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x867a840e mlx4_test_async +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8768a42d mlx4_get_cpu_rmap +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8e469187 mlx4_is_slave_active +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x90d03f4f mlx4_is_eq_shared +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb93ec774 mlx4_is_eq_vector_valid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xbeae4cca mlx4_SET_PORT_user_mtu +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc155121b mlx4_sync_pkey_table +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc2432a2e mlx4_SET_VPORT_QOS_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc7e76e0b mlx4_release_eq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc8069d1a mlx4_get_slave_node_guid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc806f636 mlx4_SET_PORT_BEACON +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd11db53d mlx4_get_slave_port_state +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd4951bc4 mlx4_query_diag_counters +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe1cd13d1 mlx4_SET_PORT_VXLAN +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe3cfedab mlx4_SET_PORT_general +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf4440f79 mlx4_eq_get_irq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xfab6e301 mlx4_gen_pkey_eqe +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x02a4d359 mlx5_core_modify_rq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x045bf57d mlx5_core_destroy_tis +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x04b570c6 mlx5_eq_update_ci +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x04fd43b1 mlx5_fpga_mem_read +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0a86f687 mlx5_debugfs_get_dev_root +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0bc7a7a3 mlx5_lag_get_slave_port +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0bf53ecd mlx5_fc_query +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0e3161ba __SCK__tp_func_mlx5_fs_del_fte +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0eae4a5a mlx5_rl_add_rate +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x10f5048b __tracepoint_mlx5_fs_set_fte +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x111280d2 mlx5_cmd_cleanup_async_ctx +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x13d565c7 mlx5_del_flow_rules +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1530befd mlx5_query_ib_port_oper +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x155740a6 __tracepoint_mlx5_fs_add_rule +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x17904d33 mlx5_core_alloc_pd +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x180080ed mlx5_packet_reformat_dealloc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1879ede4 mlx5_lag_get_num_ports +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x196cf3f0 mlx5_core_destroy_psv +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 0x1c73c185 mlx5_debug_qp_add +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1c7ee872 mlx5_core_modify_cq_moderation +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1cb09cd1 __tracepoint_mlx5_fs_add_fg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1d2f20cf mlx5_rl_add_rate_raw +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x205b008e __tracepoint_mlx5_fw +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x20db6e46 mlx5_core_query_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x23820cef mlx5_sriov_blocking_notifier_unregister +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 0x2716780e mlx5_cmd_do +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x278f3a16 mlx5_core_create_rq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2a353d4d mlx5_rsc_dump_next +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2bcebb40 __SCK__tp_func_mlx5_fs_add_fg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2c83076e mlx5_notifier_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2eb270db mlx5_lag_get_peer_mdev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x342ee8c2 mlx5_create_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x353ae6d3 mlx5_put_uars_page +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x362eb0a5 mlx5_core_query_sq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x364f179c mlx5_vf_get_core_dev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x379964f8 mlx5_eq_enable +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3b99d465 mlx5_core_create_tis +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3e296165 mlx5_fs_remove_rx_underlay_qpn +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3fd90669 mlx5_fc_create +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4307b2e0 mlx5_eswitch_uplink_get_proto_dev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4623803f mlx5_eq_get_eqe +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x466376df mlx5_core_query_vendor_id +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4a21fad2 __SCK__tp_func_mlx5_fs_add_ft +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4c0946f1 mlx5_debugfs_root +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4f3f62ed mlx5_core_detach_mcg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x503ea52c mlx5_fpga_sbu_conn_sendmsg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5057c7a4 __traceiter_mlx5_fw +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x53423917 mlx5_eswitch_get_vport_metadata_for_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5479bc79 mlx5_cmd_exec_cb +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x59365319 mlx5_eswitch_get_encap_mode +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 0x5ef3e2e3 mlx5_rsc_dump_cmd_create +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5f5f1851 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 0x62486bc2 mlx5_core_destroy_cq +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 0x63d5a9df mlx5_eq_notifier_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6482eeea __traceiter_mlx5_fs_del_rule +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x67961dbe mlx5_lag_is_sriov +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x68ad6f26 mlx5_lag_query_cong_counters +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x68b609e3 mlx5_core_create_tir +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6919cbbf mlx5_lag_is_master +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x69d5eae9 mlx5_cmd_create_vport_lag +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6a79b966 mlx5_core_modify_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6befc309 mlx5_cmd_check +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6dd5725e __SCK__tp_func_mlx5_fs_del_rule +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x71921580 mlx5_qp_debugfs_init +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x71e0e28e mlx5_mpfs_add_mac +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x725910ec __traceiter_mlx5_fs_set_fte +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x73e2dd80 mlx5_lag_is_shared_fdb +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x75ba57d6 mlx5_nic_vport_disable_roce +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x76285fc9 mlx5_vector2eqn +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x76a71cb6 mlx5_fpga_sbu_conn_destroy +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x77651ee2 mlx5_core_destroy_rqt +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x787123fc mlx5_core_create_rqt +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7ccf4715 mlx5_cmd_init_async_ctx +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7d5fdd43 __tracepoint_mlx5_fs_add_ft +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x813ee736 mlx5_core_attach_mcg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x815dab70 mlx5_core_destroy_tir +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x81794def mlx5_eq_notifier_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x82da0c83 __SCK__tp_func_mlx5_fs_del_fg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x842ab8e8 mlx5_packet_reformat_alloc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x84e29c72 mlx5_eswitch_get_proto_dev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x87beaa43 mlx5_eq_destroy_generic +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x87f9bc50 mlx5_eswitch_register_vport_reps +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 0x890ebc4f __tracepoint_mlx5_fs_del_fte +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8bbf5df4 mlx5_fc_destroy +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8c163912 mlx5_lag_mode_is_hash +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8c4cf709 mlx5_eswitch_vport_match_metadata_enabled +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8d08349e mlx5_get_uars_page +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8ea05275 mlx5_rl_remove_rate +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8fb2be0b mlx5_eswitch_add_send_to_vport_rule +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x91e590a1 mlx5_debug_qp_remove +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x923ab558 mlx5_core_modify_tis +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x938d6c49 mlx5_core_alloc_transport_domain +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x95c57f05 mlx5_rl_remove_rate_raw +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x95db27cd mlx5_notifier_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x969efdca mlx5_vf_put_core_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 0x97cad97e __SCK__tp_func_mlx5_fs_set_fte +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x98bfc975 mlx5_alloc_bfreg +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 0x9ecae612 mlx5_core_query_mkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9eea65ab mlx5_core_modify_sq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa0854b10 __tracepoint_mlx5_fs_del_rule +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa19b413c mlx5_core_roce_gid_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa277e038 mlx5_core_dealloc_transport_domain +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa30a7224 mlx5_add_flow_rules +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa34b5c66 mlx5_lag_get_roce_netdev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa3669dd2 mlx5_sriov_blocking_notifier_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa4297798 mlx5_cmd_exec_polling +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa530fb2f mlx5_eswitch_vport_rep +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa5ee123e mlx5_modify_header_alloc +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 0xaa0b993d mlx5_fs_add_rx_underlay_qpn +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xaa600657 mlx5_core_query_rq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xab521f6e __traceiter_mlx5_fs_add_ft +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xac788605 mlx5_core_create_cq +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 0xae8412d8 mlx5_rl_is_in_range +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 0xb28dbbe8 mlx5_destroy_flow_group +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb29ca8c3 __SCK__tp_func_mlx5_fw +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb2a5f54b mlx5_core_destroy_rq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb3af50fc mlx5_get_fdb_sub_ns +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb4985690 mlx5_get_flow_namespace +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 0xb5a42b12 __tracepoint_mlx5_fs_del_fg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb672276c mlx5_eq_disable +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 0xc2407f54 mlx5_fpga_sbu_conn_create +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc32444a5 mlx5_fpga_get_sbu_caps +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc9aa7833 mlx5_lag_is_roce +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 0xceba823e mlx5_eswitch_unregister_vport_reps +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xcfac6795 mlx5_core_destroy_mkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd015bba4 __traceiter_mlx5_fs_add_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 0xd162f48d mlx5_lag_is_active +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd2f5237d mlx5_mpfs_del_mac +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd44b6a80 __tracepoint_mlx5_fs_del_ft +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd5aabec3 mlx5_qp_debugfs_cleanup +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd7b245cf mlx5_is_roce_on +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd80779e8 __SCK__tp_func_mlx5_fs_add_rule +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd97a50ef mlx5_rdma_rn_get_params +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 0xdbd4dc6e mlx5_comp_irq_get_affinity_mask +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xdd761418 mlx5_comp_vectors_count +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xddd210f5 mlx5_free_bfreg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xddef6f3c mlx5_modify_header_dealloc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xdfb107d4 mlx5_eq_create_generic +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 0xe3354d11 __SCK__tp_func_mlx5_fs_del_ft +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe51c1db2 __traceiter_mlx5_fs_del_fte +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 0xe6af0286 mlx5_core_create_psv +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe8e29191 mlx5_cmd_out_err +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xec45fbad mlx5_cmd_destroy_vport_lag +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xeeac19eb mlx5_eswitch_reg_c1_loopback_enabled +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf033cac7 mlx5_cmd_exec +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf74da816 mlx5_core_dealloc_pd +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xfca7e242 mlx5_fpga_mem_write +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xfcea9e2f mlx5_core_create_mkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xfda85731 mlx5_eswitch_get_vport_metadata_for_match +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxfw/mlxfw 0xc4d702d9 mlxfw_firmware_flash +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x0137f952 mlxsw_afk_values_add_buf +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 0x10a70f08 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 0x22694b20 mlxsw_core_rx_listener_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 0x2788584a mlxsw_core_port_netdev_link +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x2c542527 mlxsw_env_get_module_eeprom +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x2c68ced3 mlxsw_core_read_frc_h +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x2f303cd3 mlxsw_afa_block_append_qos_dsfield +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x383bc49a mlxsw_afa_block_append_qos_dscp +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x39f8de9e mlxsw_core_driver_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x3d78bdad 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 0x43a9b87e mlxsw_afa_block_terminate +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x44960739 mlxsw_core_trap_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 0x476fed9c mlxsw_core_ptp_transmitted +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 0x4bbcc8fa mlxsw_core_bus_device_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x4d5390b8 mlxsw_afa_create +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x5016a591 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 0x5a939205 mlxsw_afk_values_add_u32 +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 0x5ebee93e mlxsw_core_port_devlink_port_get +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 0x65e16da4 mlxsw_afk_key_info_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x6929f2b4 mlxsw_env_module_port_map +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x69f5e5d7 mlxsw_env_get_module_info +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 0x749556a2 mlxsw_afk_key_info_subset +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x75339042 mlxsw_core_lag_mapping_clear +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x77d83398 mlxsw_core_read_frc_l +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x7b0bfeec mlxsw_core_port_fini +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x7e08c6e0 mlxsw_core_event_listener_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x827a2f1f mlxsw_afa_block_jump +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x829e8851 mlxsw_afa_block_first_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x83fb69af mlxsw_core_lag_mapping_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x858c30d0 mlxsw_afa_block_create +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x86817014 mlxsw_core_read_utc_nsec +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x8854d198 mlxsw_reg_write +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x8ce4f7f1 mlxsw_core_trap_register +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 0x9e41f494 mlxsw_afk_encode +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xa2f04477 mlxsw_core_driver_unregister +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 0xac69d525 mlxsw_core_traps_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xb18ca6ba mlxsw_core_skb_transmit +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xb6517b2e mlxsw_afa_block_append_trap_and_forward +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xb68e9fa8 mlxsw_env_module_port_unmap +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xb694bd88 mlxsw_core_trap_state_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xba05b3b0 mlxsw_core_emad_string_tlv_enable +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xbc222a8d mlxsw_afk_clear +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xbda212df mlxsw_core_irq_event_handlers_call +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xbfb7df3c mlxsw_core_driver_priv +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xc31fbb6a mlxsw_core_res_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xc5eacafe mlxsw_afa_block_append_l4port +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xcbab836f mlxsw_core_fw_rev_minor_subminor_validate +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xd111d3e8 mlxsw_core_irq_event_handler_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 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 0xdeab0691 mlxsw_afk_create +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 0xe78e0733 mlxsw_core_rx_listener_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xecab212a mlxsw_afa_cookie_lookup +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xed2801d4 mlxsw_env_module_port_down +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xf0d87840 mlxsw_core_traps_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xf82bdc70 mlxsw_core_lag_mapping_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 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 0x8d264d1d mlxsw_i2c_driver_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_i2c 0xfa27f81f mlxsw_i2c_driver_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_pci 0xbbdc58d8 mlxsw_pci_driver_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_pci 0xdc5b9807 mlxsw_pci_driver_unregister +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x04b7713e ocelot_vlan_del +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x054f1196 ocelot_mact_learn +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x0570c5ea ocelot_devlink_sb_unregister +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x0c7b1d7e ocelot_sb_tc_pool_bind_set +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x0e70fdde ocelot_port_mdb_add +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x10361d56 ocelot_port_lag_leave +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x129e05f6 ocelot_sb_tc_pool_bind_get +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x1871f535 ocelot_deinit_port +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x188a6cdb ocelot_vcap_policer_add +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x19453204 vsc7514_vcap_is1_keys +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x1cc805e9 ocelot_sb_occ_port_pool_get +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x24ffed76 ocelot_ptp_verify +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x28e841ec ocelot_port_get_stats64 +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x2ae76c1f ocelot_vcap_filter_replace +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 0x30bfae64 ocelot_ptp_enable +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x35b7d2e9 ocelot_port_lag_join +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x3db7d9d2 ocelot_sb_pool_get +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x3ec5bb73 ocelot_mact_learn_streamdata +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x3fa7570f ocelot_port_pre_bridge_flags +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x4271543f vsc7514_vcap_es0_keys +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x43b7f76a ocelot_hwstamp_get +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x445cdf0e ocelot_sb_pool_set +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x44e21f59 ocelot_port_lag_change +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x46d92001 ocelot_vcap_filter_del +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x49582f15 ocelot_mact_lookup +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x4bed870f ocelot_deinit +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x50809d6d ocelot_ptp_gettime64 +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x529f4744 ocelot_port_txtstamp_request +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x5c1afbaa ocelot_mact_forget +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x6177c58d ocelot_port_vlan_filtering +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x620d1a86 ocelot_mrp_add_ring_role +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x6f668c16 ocelot_get_txtstamp +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x6ff863a3 ocelot_sb_port_pool_get +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x70b538d0 ocelot_port_bridge_flags +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x79aebcc4 ocelot_get_strings +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x7c4ed84b ocelot_init_timestamp +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x7e4c22e8 ocelot_port_policer_del +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x7fce44a0 ocelot_ptp_adjfine +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x80a75405 vsc7514_vcap_is2_keys +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x80aca41b ocelot_policer_validate +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x81a48e6f ocelot_mrp_del +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x86ecbb09 ocelot_sb_occ_tc_port_bind_get +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x87b7fa0b ocelot_can_inject +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x8c8bae79 ocelot_mrp_add +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x90cbb220 vsc7514_vcap_is2_actions +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x9381969d vsc7514_ana_regmap +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x93c51a15 ocelot_sb_occ_snapshot +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x95c60f55 ocelot_get_ts_info +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x99ebe528 ocelot_mrp_del_ring_role +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x9b81642c ocelot_ptp_rx_timestamp +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x9d442141 vsc7514_rew_regmap +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xa0cca79c ocelot_init_port +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xa3660ac4 ocelot_get_max_mtu +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xa8413d7e vsc7514_sys_regmap +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xa855feef ocelot_port_bridge_join +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xac5c0267 ocelot_vlan_prepare +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xb1e57a2f ocelot_deinit_timestamp +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xb30c4b92 vsc7514_ptp_regmap +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xb97b65e3 ocelot_port_inject_frame +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xbb2c21dd ocelot_fdb_dump +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xbba17367 vsc7514_qsys_regmap +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xbc5e3889 ocelot_port_set_maxlen +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xbf0428fa ocelot_devlink_sb_register +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xbf48ddc1 vsc7514_qs_regmap +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xc9b734fe ocelot_drain_cpu_queue +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xcaabd0c4 ocelot_sb_port_pool_set +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xceed5e7e vsc7514_dev_gmii_regmap +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xcf4c4985 ocelot_xtr_poll_frame +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xcfd8ef6b ocelot_get_sset_count +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 0xd53f144f ocelot_vcap_policer_del +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xd687a545 vsc7514_vcap_es0_actions +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xda6fdba7 ocelot_vlan_add +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xdaaa652f ocelot_ptp_settime64 +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xdcb7c8ee ocelot_init +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xdf2ac598 ocelot_port_policer_add +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xe4454560 ocelot_ptp_adjtime +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xe48c9ba2 ocelot_vcap_filter_add +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xe640e985 ocelot_port_bridge_leave +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xe94d84dd ocelot_hwstamp_set +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xe9ac0df6 ocelot_sb_occ_max_clear +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xe9d4d50e ocelot_set_ageing_time +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xea1b5ac9 vsc7514_vcap_regmap +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xecaa97fb vsc7514_vcap_is1_actions +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xf1d69b54 ocelot_fdb_del +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xf416a832 ocelot_get_ethtool_stats +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xf6b7f063 ocelot_port_mdb_del +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xf87d51fa ocelot_fdb_add +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xffc193b2 ocelot_bridge_stp_state_set +EXPORT_SYMBOL drivers/net/ethernet/qlogic/qed/qed 0x4f264472 qed_put_iscsi_ops +EXPORT_SYMBOL drivers/net/ethernet/qlogic/qed/qed 0x5d3ff7fe 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 0xb9369e92 qed_get_rdma_ops +EXPORT_SYMBOL drivers/net/ethernet/qlogic/qed/qed 0xd2c89136 qed_get_eth_ops +EXPORT_SYMBOL drivers/net/ethernet/qlogic/qed/qed 0xd4422798 qed_get_fcoe_ops +EXPORT_SYMBOL drivers/net/ethernet/qlogic/qede/qede 0x8e5188e1 qede_rdma_unregister_driver +EXPORT_SYMBOL drivers/net/ethernet/qlogic/qede/qede 0xb3757a51 qede_rdma_register_driver +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x20baecf9 wx_init_rx_addrs +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x2da583f5 wx_disable_pcie_master +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x50438906 wx_sw_init +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x5c6b49f9 wx_get_mac_addr +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x5efb434c wx_read_ee_hostif_buffer +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x6dc6bd7a wx_init_eeprom_params +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x76eafbe2 wx_host_interface_command +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x86286cfd wx_check_flash_load +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x8a07a74b wx_disable_rx +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xa40f8591 wx_read_ee_hostif +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xaa00482c wx_set_rar +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xd9d61e59 wx_reset_hostif +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xdd304412 wx_get_pcie_msix_counts +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xe5ff0432 wx_control_hw +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xe6d6bffe wx_reset_misc +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xf7131290 wx_stop_adapter +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xfa977a77 wx_mng_present +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xfc9ae183 wx_clear_rar +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0x4ba84b6d hdlcdrv_arbitrate +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0x7b0428d8 hdlcdrv_register +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0xaafd223d hdlcdrv_transmitter +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0xd0bd9050 hdlcdrv_receiver +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0xd46e303f hdlcdrv_unregister +EXPORT_SYMBOL drivers/net/mdio 0x3e17f466 mdio_set_flag +EXPORT_SYMBOL drivers/net/mdio 0x60443957 mdio45_probe +EXPORT_SYMBOL drivers/net/mdio 0x63e0fee5 mdio45_links_ok +EXPORT_SYMBOL drivers/net/mdio 0x7e8fabde mdio45_ethtool_ksettings_get_npage +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 0x1b3698cc mdiobb_read +EXPORT_SYMBOL drivers/net/mdio/mdio-bitbang 0x20cc6b54 alloc_mdio_bitbang +EXPORT_SYMBOL drivers/net/mdio/mdio-bitbang 0x42371c43 mdiobb_write +EXPORT_SYMBOL drivers/net/mdio/mdio-bitbang 0x81ec8ae2 free_mdio_bitbang +EXPORT_SYMBOL drivers/net/mdio/mdio-cavium 0x39beb5fb cavium_mdiobus_write +EXPORT_SYMBOL drivers/net/mdio/mdio-cavium 0x4fed7ca0 cavium_mdiobus_read +EXPORT_SYMBOL drivers/net/mdio/mdio-mscc-miim 0x28df8777 mscc_miim_setup +EXPORT_SYMBOL drivers/net/mii 0x2c45edc6 mii_nway_restart +EXPORT_SYMBOL drivers/net/mii 0x41d774b2 mii_link_ok +EXPORT_SYMBOL drivers/net/mii 0x60393727 mii_ethtool_get_link_ksettings +EXPORT_SYMBOL drivers/net/mii 0x7d138bfc mii_ethtool_gset +EXPORT_SYMBOL drivers/net/mii 0x84f1e8d2 mii_check_gmii_support +EXPORT_SYMBOL drivers/net/mii 0xaf2923c5 mii_check_media +EXPORT_SYMBOL drivers/net/mii 0xb1c80e66 mii_ethtool_set_link_ksettings +EXPORT_SYMBOL drivers/net/mii 0xc59a4461 mii_ethtool_sset +EXPORT_SYMBOL drivers/net/mii 0xd7f9ab43 mii_check_link +EXPORT_SYMBOL drivers/net/mii 0xe36528f8 generic_mii_ioctl +EXPORT_SYMBOL drivers/net/pcs/pcs-lynx 0x0cad3e7a lynx_pcs_destroy +EXPORT_SYMBOL drivers/net/pcs/pcs-lynx 0x4e749aba lynx_get_mdio_device +EXPORT_SYMBOL drivers/net/pcs/pcs-lynx 0x769fa5e6 lynx_pcs_create +EXPORT_SYMBOL drivers/net/phy/bcm-phy-lib 0x6226b462 bcm54xx_auxctl_write +EXPORT_SYMBOL drivers/net/ppp/pppox 0x0477720b pppox_unbind_sock +EXPORT_SYMBOL drivers/net/ppp/pppox 0x2a37a669 pppox_compat_ioctl +EXPORT_SYMBOL drivers/net/ppp/pppox 0x68ca66c1 pppox_ioctl +EXPORT_SYMBOL drivers/net/ppp/pppox 0xb03e3391 register_pppox_proto +EXPORT_SYMBOL drivers/net/ppp/pppox 0xe0ff7a18 unregister_pppox_proto +EXPORT_SYMBOL drivers/net/sungem_phy 0x6bd66bd8 sungem_phy_probe +EXPORT_SYMBOL drivers/net/team/team 0x53e77b0c team_option_inst_set_change +EXPORT_SYMBOL drivers/net/team/team 0x7fa63563 team_options_unregister +EXPORT_SYMBOL drivers/net/team/team 0x88646f45 team_options_register +EXPORT_SYMBOL drivers/net/team/team 0x90e4517b team_options_change_check +EXPORT_SYMBOL drivers/net/team/team 0x951acc47 team_mode_register +EXPORT_SYMBOL drivers/net/team/team 0x96d5ef42 team_modeop_port_enter +EXPORT_SYMBOL drivers/net/team/team 0xa74e7704 team_modeop_port_change_dev_addr +EXPORT_SYMBOL drivers/net/team/team 0xfd7c1da0 team_mode_unregister +EXPORT_SYMBOL drivers/net/usb/usbnet 0x1a5122e8 usbnet_link_change +EXPORT_SYMBOL drivers/net/usb/usbnet 0x37b86a85 usbnet_device_suggests_idle +EXPORT_SYMBOL drivers/net/usb/usbnet 0x826b6e02 usbnet_manage_power +EXPORT_SYMBOL drivers/net/wan/hdlc 0x0ff1607e detach_hdlc_protocol +EXPORT_SYMBOL drivers/net/wan/hdlc 0x252aacb5 hdlc_ioctl +EXPORT_SYMBOL drivers/net/wan/hdlc 0x2f5be294 hdlc_close +EXPORT_SYMBOL drivers/net/wan/hdlc 0x3ea97216 alloc_hdlcdev +EXPORT_SYMBOL drivers/net/wan/hdlc 0x422862ab register_hdlc_protocol +EXPORT_SYMBOL drivers/net/wan/hdlc 0x637f27e3 hdlc_open +EXPORT_SYMBOL drivers/net/wan/hdlc 0x67048594 unregister_hdlc_protocol +EXPORT_SYMBOL drivers/net/wan/hdlc 0x9d31874d unregister_hdlc_device +EXPORT_SYMBOL drivers/net/wan/hdlc 0xc2ad6d9d attach_hdlc_protocol +EXPORT_SYMBOL drivers/net/wan/hdlc 0xcace8233 hdlc_start_xmit +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x031adb0e ath_key_delete +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x0b1ab353 ath_regd_get_band_ctl +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x108b188f ath_is_49ghz_allowed +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x140b5e0f ath_rxbuf_alloc +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x1afdb8e8 ath_printk +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x237f04b4 ath_key_config +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x2d442773 ath_hw_get_listen_time +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x4571aea8 ath_is_world_regd +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x4d5e1780 ath_regd_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x92ba8ae4 ath_is_mybeacon +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x9bca56c1 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 0xabe66503 dfs_pattern_detector_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xb6588ba6 ath_bus_type_strings +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xbaeac912 ath_hw_cycle_counters_update +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xceac107e ath_hw_keyreset +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xd31f3c47 ath_hw_setbssidmask +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xe1599e76 ath_hw_keysetmac +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x015e5db2 ath10k_debug_mask +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x0ed30993 ath10k_htc_process_trailer +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x146308df ath10k_ce_send_nolock +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x21fa38cd ath10k_ce_completed_recv_next +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x26e99b20 ath10k_coredump_get_mem_layout +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x2c8ed0fb ath10k_ce_free_rri +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x2ca3bc1c ath10k_print_driver_info +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x344b807c ath10k_ce_disable_interrupt +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x3f0d4d7f ath10k_ce_alloc_pipe +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x403208de ath10k_core_napi_sync_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x44b907c0 ath10k_htc_notify_tx_completion +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x47bf4cb7 __ath10k_ce_send_revert +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x4e91d9ad ath10k_core_create +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x50d65374 ath10k_mac_tx_push_pending +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x52503a6c ath10k_core_check_dt +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x541d09e6 ath10k_err +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x61e79200 ath10k_core_free_board_files +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x67d40757 ath10k_htc_tx_completion_handler +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x6b710bd3 ath10k_coredump_new +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x6ce510ee ath10k_core_stop +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x6dec2803 ath10k_ce_revoke_recv_next +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x6e13053c ath10k_core_napi_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x6ee0b5a7 ath10k_bmi_read_memory +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x6fa5905c ath10k_ce_cancel_send_next +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x7121f5c2 ath10k_htt_hif_tx_complete +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x74ec57c6 ath10k_ce_alloc_rri +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x7ae49a1c ath10k_core_start +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x7b7e43c9 ath10k_ce_disable_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x832e7dc2 ath10k_htt_txrx_compl_task +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x8a99824f ath10k_ce_completed_send_next_nolock +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x8f8235e9 ath10k_bmi_start +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x90025128 ath10k_ce_completed_recv_next_nolock +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x91a7e9ac ath10k_core_start_recovery +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x96814ea2 ath10k_ce_free_pipe +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x979847be ath10k_ce_dump_registers +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x98e3a1a7 ath10k_ce_completed_send_next +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x9e249765 ath10k_warn +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x9e44a333 ath10k_ce_enable_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xa1deaa67 ath10k_ce_num_free_src_entries +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xaadaa097 ath10k_core_unregister +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xae1d5a10 ath10k_ce_per_engine_service +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xb1ac76f5 ath10k_ce_deinit_pipe +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xb1af7472 ath10k_ce_per_engine_service_any +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xb7058370 __tracepoint_ath10k_log_dbg +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xbe3408c5 __ath10k_ce_rx_num_free_bufs +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xc118728e ath10k_htt_t2h_msg_handler +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xc4909f19 ath10k_core_register +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xd3a65a8c ath10k_info +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xd7e72246 ath10k_ce_send +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xd8377be4 ath10k_core_destroy +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xda508e72 ath10k_ce_rx_post_buf +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xdd615fcb ath10k_ce_init_pipe +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xdf7665da ath10k_htt_rx_hl_indication +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xe0e959e6 ath10k_htc_rx_completion_handler +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xe720ae99 ath10k_htt_rx_pktlog_completion_handler +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xe9a2ceaf ath10k_ce_rx_update_write_idx +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xea45ee57 ath10k_ce_enable_interrupt +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xf0602b87 ath10k_core_fetch_board_file +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x00460d53 ath11k_info +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x03bc38e9 ath11k_pcic_read32 +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x08b89c4f ath11k_ce_alloc_pipes +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x0e6c400f ath11k_pcic_stop +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x0f1dcc01 ath11k_pci_enable_ce_irqs_except_wake_irq +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x138bc623 ath11k_ce_get_shadow_config +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x18e1eb63 ath11k_pcic_init_msi_config +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x2494ca6e ath11k_pcic_read +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x2b4cdb0f ath11k_qmi_deinit_service +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x2b7635d5 ath11k_hal_srng_deinit +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x2ff4011c ath11k_ce_cleanup_pipes +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x30769a61 ath11k_ce_free_pipes +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x37515939 __tracepoint_ath11k_log_dbg +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x3c9a5d86 ath11k_err +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x3d3ec9d5 ath11k_core_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x41ab2b15 ath11k_core_suspend +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x4630d431 ath11k_pcic_start +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x5cbdf92f ath11k_pcic_ext_irq_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x5d3c668f ath11k_pcic_write32 +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x60a2b816 ath11k_debugfs_soc_destroy +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x66c14f30 ath11k_pcic_ext_irq_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x835e14eb ath11k_pcic_get_ce_msi_idx +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x8acad72b ath11k_core_pre_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x8d1cf529 ath11k_pcic_free_irq +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x949c6548 ath11k_dp_service_srng +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x94b44fa9 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 0xabfbc86e ath11k_warn +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xb4808fe9 ath11k_pcic_get_msi_address +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xb4cb0db8 ath11k_hal_srng_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xb7c5a0e8 ath11k_ce_get_attr_flags +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xc1e1f8ed ath11k_core_free +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xc336171b ath11k_pcic_config_irq +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xc5d8dfbf ath11k_core_alloc +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xc82e0006 ath11k_pcic_get_user_msi_assignment +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xe5120bd4 ath11k_pcic_ce_irqs_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xe542cec1 ath11k_ce_per_engine_service +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xea4d10ba ath11k_core_resume +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xed23bfb3 ath11k_ce_rx_post_buf +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xeef50839 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 0xf6f2b74a ath11k_pcic_ce_irq_disable_sync +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xfa87b877 ath11k_core_deinit +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xfcc6ce50 ath11k_pcic_map_service_to_pipe +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x1354043d ath6kl_warn +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x13b56592 ath6kl_core_create +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x21a45e12 ath6kl_read_tgt_stats +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x26009d74 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 0x4ef18b13 ath6kl_core_rx_complete +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x66c04eed ath6kl_core_destroy +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x867735f3 ath6kl_core_cleanup +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x91cfb84a ath6kl_hif_rw_comp_handler +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xa105b50c 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 0xd91976a3 ath6kl_cfg80211_suspend +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xe5ddfe04 ath6kl_stop_txrx +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xe98115e7 ath6kl_hif_intr_bh_handler +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xef98f5e2 ath6kl_cfg80211_resume +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x0722999e ath9k_cmn_init_channels_rates +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x1e53cc72 ath9k_cmn_debug_modal_eeprom +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x2850be79 ath9k_cmn_debug_base_eeprom +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x30baef96 ath9k_cmn_beacon_config_sta +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x41aae67b ath9k_cmn_debug_stat_rx +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x4d748d92 ath9k_cmn_beacon_config_ap +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x4f264859 ath9k_cmn_reload_chainmask +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x5651d82e ath9k_cmn_get_channel +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x5e3a71ba ath9k_cmn_setup_ht_cap +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x652776e6 ath9k_cmn_process_rate +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x7b8a0215 ath9k_cmn_get_hw_crypto_keytype +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x8a9fc845 ath9k_cmn_spectral_scan_config +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x8b7c7f43 ath9k_cmn_rx_skb_postprocess +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xa61b04e0 ath9k_cmn_update_txpow +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xa8827e23 ath9k_cmn_rx_accept +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xaf2785a6 ath9k_cmn_spectral_init_debug +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xb18666d4 ath_cmn_process_fft +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xc3319613 ath9k_cmn_beacon_config_adhoc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xc8643bda ath9k_cmn_spectral_scan_trigger +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xcf39733f ath9k_cmn_process_rssi +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xd2981357 ath9k_cmn_count_streams +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xe36fa84b ath9k_cmn_debug_recv +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xe6dfba8d ath9k_cmn_debug_phy_err +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xe9474c86 ath9k_cmn_init_crypto +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xea283e2d ath9k_cmn_spectral_deinit_debug +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x024e76cd ath9k_hw_setrxfilter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x056b02a8 ath9k_hw_gpio_get +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x092334ec ath9k_hw_write_associd +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x098f3cdd ath9k_hw_btcoex_bt_stomp +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0be1d642 ar9003_hw_disable_phy_restart +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0c0cfb12 ath9k_hw_beaconinit +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0f77dafc ath9k_hw_get_tsf_offset +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x116be809 ath9k_hw_gen_timer_stop +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x150d3feb ath9k_hw_init_global_settings +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x1a23e973 ath9k_hw_check_alive +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x1a4fce49 ath9k_hw_abortpcurecv +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x1d252809 ath9k_hw_loadnf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x1f493f75 ath9k_hw_process_rxdesc_edma +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x20e867d6 ar9003_paprd_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x21b5fc86 ath9k_hw_setmcastfilter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x22dfbd24 ath9k_hw_set_tsfadjust +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x252b54f4 ath9k_hw_txstart +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x25edd9b4 ar9003_mci_cleanup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x2644b552 ath9k_hw_deinit +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x277cdcd5 ath9k_hw_gen_timer_start +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x2b9ae04f ath9k_hw_set_rx_bufsize +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x2cd47832 ath9k_hw_gettsf32 +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x2e6bb5e9 ath9k_hw_gpio_request_out +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x34049e8e ath9k_hw_addrxbuf_edma +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x35e19c83 ath9k_hw_intrpend +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x3684958a ath9k_hw_wait +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x3705149e ath9k_hw_disable_mib_counters +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x3cd12cb1 ar9003_mci_get_next_gpm_offset +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x43a3f1b9 ath9k_hw_set_txpowerlimit +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x473616f7 ath9k_hw_btcoex_init_mci +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x4bdf6926 ath9k_hw_btcoex_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x4cd0a7b2 ath9k_hw_stop_dma_queue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x4d850031 ath9k_hw_btcoex_init_scheme +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x4e810ad1 ath9k_hw_rxprocdesc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x4ff873e4 ath9k_hw_setopmode +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x524d574f ath9k_hw_enable_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x5490f505 ath9k_hw_reset +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x55e18a5b ath9k_hw_gpio_free +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x57e10047 ath9k_hw_settsf64 +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x59a0f4a9 ath9k_hw_gettsf64 +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x62404a00 ar9003_hw_bb_watchdog_dbg_info +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x625d0be0 ath9k_hw_resume_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x69232361 ath9k_hw_setuptxqueue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x737a5992 ath9k_hw_ani_monitor +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x77566077 ath9k_hw_btcoex_set_concur_txprio +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x81eb946c ath9k_hw_wow_wakeup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x838b63d2 ar9003_get_pll_sqsum_dvc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x87d120b7 ath9k_hw_phy_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x8c16d50a ar9003_paprd_init_table +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x8d43c2f5 ath9k_hw_computetxtime +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x91e71f1d ath9k_hw_set_tx_filter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x92430422 ath9k_hw_updatetxtriglevel +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x95884130 ath9k_hw_btcoex_deinit +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x964ddd06 ath9k_hw_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x96d95dfe ath_gen_timer_free +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x9776dfd2 ath9k_hw_bstuck_nfcal +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x994170c9 ath9k_hw_name +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x9b39eab9 ar9003_paprd_populate_single_table +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x9cf0277c ath9k_hw_resettxqueue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x9e2558ac ar9003_paprd_is_done +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x9e31e335 ath_gen_timer_isr +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa3071aca ath9k_hw_set_txq_props +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa3ee6399 ath9k_hw_setrxabort +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa969eb64 ath9k_hw_gettxbuf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xaa5e644b ath9k_hw_getchan_noise +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xacd45f02 ath9k_hw_setup_statusring +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xaf2c4164 ath9k_hw_reset_calvalid +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xaf74e7e7 ar9003_paprd_create_curve +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb3672ea3 ath9k_hw_btcoex_set_weight +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb4ae1c21 ar9003_is_paprd_enabled +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb5f5a23c ath9k_hw_beaconq_setup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb6cfd0dd ath9k_hw_getnf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb71356d8 ar9003_mci_send_wlan_channels +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xbbd6de60 ath9k_hw_get_txq_props +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xbc0fe201 ath9k_hw_wow_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xbf96fbee ath9k_hw_setantenna +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc1c9b98d ath9k_hw_btcoex_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc5f1e1e5 ath9k_hw_set_gpio +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc7144210 ath9k_hw_startpcureceive +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc81813ca ar9003_mci_set_bt_version +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc873c4ce ar9003_mci_setup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xca3c3297 ath9k_hw_setpower +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xcd064dd0 ath9k_hw_putrxbuf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xceb1efbe ar9003_mci_send_message +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd1ccd6a7 ar9003_mci_get_interrupt +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd23d799b ath9k_hw_wow_apply_pattern +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd542b49f ath9k_hw_stopdmarecv +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xdc84b410 ath9k_hw_releasetxqueue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xdc8eb526 ath9k_hw_btcoex_init_3wire +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xdd027c72 ath9k_hw_abort_tx_dma +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xdd906834 ath9k_hw_gpio_request_in +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xdf9f10bd ath9k_hw_disable_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xe5018595 ath_gen_timer_alloc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xe5224ae6 ath9k_hw_getrxfilter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xe7c40356 ath9k_hw_numtxpending +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xe8115bcb ath9k_hw_kill_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xecd8844a ath9k_hw_check_nav +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xed739d6d ar9003_paprd_setup_gain_table +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xee1d0565 ath9k_hw_puttxbuf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf0b2430b ath9k_hw_set_sta_beacon_timers +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf0be681a ath9k_hw_btcoex_init_2wire +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf259a75b ath9k_hw_setuprxdesc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf7049cee ath9k_hw_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf8463b82 ath9k_hw_set_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf8d0c217 ath9k_hw_reset_tsf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf9ea2364 ar9003_hw_bb_watchdog_check +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xfbc0be73 ar9003_mci_state +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xfce12df5 ath9k_hw_init_btcoex_hw +EXPORT_SYMBOL drivers/net/wireless/atmel/atmel 0x1f22b957 stop_atmel_card +EXPORT_SYMBOL drivers/net/wireless/atmel/atmel 0x2e5f60d2 atmel_open +EXPORT_SYMBOL drivers/net/wireless/atmel/atmel 0x8f4bcbf5 init_atmel_card +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x0254163d brcmu_pktq_pdeq +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x1906648e brcmu_boardrev_str +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x4694fad4 brcmu_pktq_mdeq +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x4db72f52 brcmu_pktq_penq_head +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x54f32643 brcmu_pkt_buf_free_skb +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x78d1371a brcmu_pktq_flush +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x7a317578 brcmu_pktq_pflush +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x7cbbc99d brcmu_pktq_peek_tail +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x7d56e46b brcmu_pktq_pdeq_match +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x839f675c brcmu_pktq_pdeq_tail +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x862b1721 brcmu_pkt_buf_get_skb +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x880e9c94 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 0xab3a7b92 brcmu_pktq_mlen +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0xb5f61ebd brcmu_pktq_penq +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0xd6217d91 brcmu_d11_attach +EXPORT_SYMBOL drivers/net/wireless/cisco/airo 0x10561fed stop_airo_card +EXPORT_SYMBOL drivers/net/wireless/cisco/airo 0xa81eccfb reset_airo_card +EXPORT_SYMBOL drivers/net/wireless/cisco/airo 0xee0c19d8 init_airo_card +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x06071886 libipw_xmit +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x0b720c5c libipw_get_geo +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x35693ed8 libipw_freq_to_channel +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x36b98fbb libipw_networks_age +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x3ade7fb8 libipw_rx +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x594460fb libipw_channel_to_index +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x6e9d5298 libipw_channel_to_freq +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x6fc4fcc5 libipw_wx_set_encode +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x71a16994 alloc_libipw +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x7cde3a85 libipw_wx_get_encode +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x8f47a061 libipw_wx_get_encodeext +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x90688d20 free_libipw +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x9f1fa400 libipw_wx_set_encodeext +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0xb245d8d8 libipw_get_channel_flags +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0xb2542c14 libipw_wx_get_scan +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0xb911e491 libipw_set_geo +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0xbdcbf8c1 libipw_get_channel +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0xc50250d5 libipw_is_valid_channel +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0xc627da74 libipw_txb_free +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0xcba8f360 libipw_rx_mgt +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x001bfe80 il_send_cmd_pdu_async +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x0468c998 il_get_lowest_plcp +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x0638cba6 il_chswitch_done +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x0ab55b43 il_write_targ_mem +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x0b1fd8c8 il_mac_flush +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x0bb182c3 il_tx_queue_unmap +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x10900144 il_dbgfs_unregister +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x1110f414 il_poll_bit +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x127eb2f4 il_dbgfs_register +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x1511fbae il_cmd_queue_free +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x15c7d123 il_pm_ops +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x1a6e839b il_is_ht40_tx_allowed +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x2297e0b5 il_mac_hw_scan +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x23300e93 il_hdl_error +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x25321f4c il_setup_watchdog +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x27553e33 il_power_initialize +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x2a6f715d il_tx_cmd_protection +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x2bc07bdf il_scan_cancel_timeout +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x2bf7eea6 il_queue_space +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x2d9d25c3 il_clear_ucode_stations +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x32709618 il_mac_add_interface +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x34dd10ab il_mac_bss_info_changed +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x362307c1 il_setup_rx_scan_handlers +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x3773ae81 il_set_bit +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x3b34cac8 il_get_channel_info +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x3c1f17ee il_cmd_queue_unmap +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x41571c06 il_rd_prph +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x416bd26a il_debug_level +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x41f4fda7 il_apm_init +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x4673dc2f il_add_station_common +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x4c70dffb il_rx_queue_alloc +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x4d175ced il_hdl_pm_debug_stats +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x5009660b il_send_bt_config +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x53ac4f24 il_mac_sta_remove +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x57ffb238 il_send_cmd +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x5f4c3aca il_usecs_to_beacons +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x5f7bbd33 il_init_channel_map +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x6047618b il_set_rate +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x638286bd il_send_rxon_timing +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x648f0810 il_eeprom_query16 +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x65678e4e il_leds_exit +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x694074d6 il_mac_config +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x6e37fed3 il_tx_queue_init +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x70346f52 il_read_targ_mem +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x729790e0 il_power_update_mode +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x75450d4a il_force_reset +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x807108bd il_init_scan_params +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x83a8325e il_irq_handle_error +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x8532a9a1 il_cancel_scan_deferred_work +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x8b00e5e0 il_set_rxon_hwcrypto +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x8b8d26b4 il_mac_reset_tsf +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x8c9311d2 _il_apm_stop +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x90f29c74 il_alloc_txq_mem +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x995a2aae il_txq_update_write_ptr +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x9b4133d3 il_send_cmd_sync +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x9cc714af il_bg_watchdog +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x9ce2caa1 il_scan_cancel +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x9e1da15d il_free_txq_mem +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x9fc6d025 il_connection_init_rx_config +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xa01bab58 il_get_single_channel_number +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xa0c23532 il_full_rxon_required +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xa195587a _il_poll_bit +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xa5b0ea71 il_setup_scan_deferred_work +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xa5f89663 il_mac_remove_interface +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xa78332cc il_check_rxon_cmd +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xa969ad36 il_eeprom_query_addr +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xaa6056d2 il_apm_stop +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xae5229e7 il_free_geos +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xb36a15fa il_eeprom_free +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xb65510a3 il_get_cmd_string +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xb7bd33ff il_isr +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xb9c29ed5 il_tx_queue_free +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xbcbff942 il_send_cmd_pdu +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xbcedb57e il_tx_cmd_complete +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xbd9f2700 il_update_stats +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xc1277a37 il_fill_probe_req +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xc17d57a4 il_get_free_ucode_key_idx +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xc8181de3 il_eeprom_init +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xc9e79cde il_mac_change_interface +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xca0d747b il_restore_stations +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xcc4c010b il_tx_queue_reset +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xd4ed97cf il_clear_bit +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xd7a07c4a il_set_rxon_ht +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xd7bbd8c9 il_set_rxon_channel +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xd896b8ae il_hdl_spectrum_measurement +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xd9c12aef il_leds_init +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xdc07394b il_init_geos +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xdca43ed7 il_set_flags_for_band +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xdd2757a6 il_mac_conf_tx +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xdd5f8fe8 il_rx_queue_update_write_ptr +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xe3d5ff29 il_rx_queue_space +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xe452ff83 il_send_add_sta +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xeb03644a il_set_decrypted_flag +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xed0e8187 il_set_tx_power +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xed632e1e il_free_channel_map +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xef695ddd il_send_lq_cmd +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xf09bfce2 il_hdl_csa +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xf34d2d7d il_send_stats_request +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xf4891f67 il_get_active_dwell_time +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xf4c2d866 il_hdl_pm_sleep +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xf63d97d4 il_add_beacon_time +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xf70a693b il_bcast_addr +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xf926def7 il_wr_prph +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xfa0a2279 il_get_passive_dwell_time +EXPORT_SYMBOL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x08ba3c03 __tracepoint_iwlwifi_dev_ucode_wrap_event +EXPORT_SYMBOL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x0aebcf3a __traceiter_iwlwifi_dev_ucode_wrap_event +EXPORT_SYMBOL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x18be8611 iwl_trans_pcie_remove +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 0x3d3de896 __SCK__tp_func_iwlwifi_dev_ucode_wrap_event +EXPORT_SYMBOL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x4a250063 __SCK__tp_func_iwlwifi_dev_ucode_event +EXPORT_SYMBOL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x56c9c514 __traceiter_iwlwifi_dev_ucode_event +EXPORT_SYMBOL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x9f364039 __tracepoint_iwlwifi_dev_ucode_cont_event +EXPORT_SYMBOL drivers/net/wireless/intel/iwlwifi/iwlwifi 0xaab194ac __SCK__tp_func_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 0xe32d2ca0 __tracepoint_iwlwifi_dev_ucode_event +EXPORT_SYMBOL drivers/net/wireless/intel/iwlwifi/iwlwifi 0xec31dc51 __traceiter_iwlwifi_dev_ucode_cont_event +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x02921295 hostap_80211_rx +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x10d1dbc6 hostap_get_porttype +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x2515cb68 hostap_free_data +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x2904f5bc hostap_set_word +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x302c06b4 hostap_set_hostapd_sta +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x48b3b1b3 hostap_setup_dev +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x50091145 hostap_init_ap_proc +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x5518bb0e hostap_handle_sta_tx_exc +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x5e60cc43 hostap_80211_ops +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x68e5adf1 hostap_info_process +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x6c2bd2e8 hostap_set_roaming +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 0x815bc40c prism2_update_comms_qual +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x8d632bbe hostap_set_hostapd +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x8e1f7ae0 hostap_check_sta_fw_version +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x915fa9aa hostap_master_start_xmit +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x9e856a1e hostap_set_auth_algs +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xa3b12730 hostap_remove_proc +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xa75771c9 hostap_remove_interface +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xaa1fbc36 hostap_set_antsel +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xb4b77c8b hostap_80211_get_hdrlen +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xc2e4f3c2 hostap_set_encryption +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xccca384f hostap_init_proc +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xda507305 hostap_add_interface +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xdc6cd950 hostap_info_init +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xe0bf6f91 hostap_set_string +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xf0142a01 hostap_init_data +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xf91c03e2 hostap_dump_tx_header +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x182fa855 orinoco_if_del +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x1a7b0ae0 orinoco_down +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x2397aea1 orinoco_init +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x33ec60ce free_orinocodev +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x4539ac52 orinoco_stop +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x4ca0aae4 orinoco_process_xmit_skb +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x6e247cc9 __orinoco_ev_info +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x7054bada orinoco_open +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x70a65b36 orinoco_change_mtu +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x78410607 orinoco_tx_timeout +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x8cd66244 orinoco_set_multicast_list +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0xa0a4092b alloc_orinocodev +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0xa74c2dc5 hermes_struct_init +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0xb77b1740 __orinoco_ev_rx +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0xbb0414e4 orinoco_up +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0xf5b8f5ce orinoco_if_add +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 0x92649e06 mt76_wcid_key_setup +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/btcoexist/btcoexist 0x941b1d8e rtl_btc_get_ops_pointer +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x0c1949d0 _rtl92c_phy_set_rf_sleep +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x0dff24ae _rtl92c_phy_txpwr_idx_to_dbm +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x182f71f6 rtl92c_phy_set_bb_reg +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 0x2bda98ac rtl92c_phy_set_io +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x2f374e38 rtl92c_download_fw +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x2fd5bc73 _rtl92c_phy_dbm_to_txpwr_idx +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x3068042f rtl92c_phy_update_txpower_dbm +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x4011b5fb rtl92c_phy_iq_calibrate +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x428ad237 rtl92c_dm_bt_coexist +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x4dfc6b3d rtl92c_phy_set_txpower_level +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x5107e22a rtl92c_phy_sw_chnl +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x5b51b834 rtl92c_dm_init_rate_adaptive_mask +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x5b94e6a4 rtl92ce_phy_set_rf_on +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x5bfc0393 rtl92c_phy_query_bb_reg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x60386472 _rtl92c_phy_rf_serial_read +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x69a54d7a rtl92c_dm_rf_saving +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x7508b9df rtl92c_set_fw_rsvdpagepkt +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x85eca202 rtl92c_bt_rssi_state_change +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x8b634895 rtl92c_dm_check_txpower_tracking +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x99b92f0f rtl92c_dm_init +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x9bf5973d _rtl92c_phy_bb8192c_config_parafile +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xabbe3239 rtl92c_set_fw_joinbss_report_cmd +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xbd86d192 _rtl92c_phy_fw_rf_serial_read +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xced7a86b _rtl92c_phy_rf_serial_write +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xd0b3fc32 rtl92c_phy_lc_calibrate +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xd6645570 rtl92c_phy_set_rfpath_switch +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xd8d32742 rtl92c_phy_set_io_cmd +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xd9649616 _rtl92c_phy_fw_rf_serial_write +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xdbc7b18b _rtl92c_phy_init_bb_rf_register_definition +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xdcb88613 rtl92c_fill_h2c_cmd +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xdfd6e554 rtl92c_phy_set_bw_mode +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xe5bf99d6 _rtl92c_store_pwrindex_diffrate_offset +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xe71682ea rtl92c_phy_ap_calibrate +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xeb4d60f8 rtl92c_dm_write_dig +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xeddad285 rtl92c_phy_rf_config +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xf1164be7 rtl92c_firmware_selfreset +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xf16b05e9 rtl92c_phy_sw_chnl_callback +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xf2ba61d5 rtl8192_phy_check_is_legal_rfpath +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xf4fc25d1 rtl92c_dm_init_edca_turbo +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xf688f578 rtl92c_dm_watchdog +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xfdef392c rtl92c_set_fw_pwrmode_cmd +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_pci 0x0e3acce4 rtl_pci_suspend +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_pci 0xbfae4cda rtl_pci_resume +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_pci 0xd0259380 rtl_pci_disconnect +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_pci 0xf0bf1b35 rtl_pci_probe +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_usb 0x5b670d95 rtl_usb_probe +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_usb 0x8bbf51ac rtl_usb_resume +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_usb 0xbdc2a3af rtl_usb_suspend +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_usb 0xfc66a3db rtl_usb_disconnect +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x0b038e24 channel5g_80m +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x13eba799 rtl_collect_scan_list +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x1938e221 rtl_cam_empty_entry +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x1b945315 rtl_addr_delay +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x21eb391f rtl_c2hcmd_enqueue +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x23bd0bf4 rtl_hal_pwrseqcmdparsing +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x2dbeaf37 rtl_rfreg_delay +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x30a956d7 rtl_query_rxpwrpercentage +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x3633ea64 efuse_power_switch +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x4c79738d rtl_cam_mark_invalid +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x503ffac6 rtl_cam_delete_one_entry +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x54824f58 channel5g +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x680db007 rtl_cam_reset_all_entry +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x6868ceb0 rtl_cam_add_one_entry +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x6d23a667 efuse_shadow_read +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x6d57ce34 rtl_get_tcb_desc +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x8b2fc598 rtl_signal_scale_mapping +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x8ea60059 rtl_fw_cb +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x900c95ee rtl_dm_diginit +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x9b8f808f rtlwifi_rate_mapping +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x9bdcd28a efuse_one_byte_read +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xa31baeed rtl_rx_ampdu_apply +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xa7a6b705 rtl_cam_del_entry +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xaf5643d7 rtl_process_phyinfo +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xb362bfdb rtl_efuse_shadow_map_update +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xb3aedde1 rtl_cam_get_free_entry +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xbee9a558 rtl_ps_enable_nic +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xbf320b2d rtl_send_smps_action +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xc4f6404d rtl_init_rfkill +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xd5bf72e6 rtl_cmd_send_packet +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xd5d448a0 rtl_phy_scan_operation_backup +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xdbef27ed efuse_read_1byte +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xe2024d36 rtl_bb_delay +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xe259b814 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 0xf727f64a rtl_mrate_idx_to_arfr_id +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_8723d 0x6b5c99f1 rtw8723d_hw_spec +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_8821c 0xf69cee7c rtw8821c_hw_spec +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_8822b 0x80bce343 rtw8822b_hw_spec +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_8822c 0x6f7e887d rtw8822c_hw_spec +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x01a5be7a rtw_bf_phy_init +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x02162562 rtw_tx_write_data_h2c_get +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x048e6963 rtw_fw_c2h_cmd_isr +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x0788f71b rtw_ops +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x0b1e6fbd rtw_phy_set_edcca_th +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x110dec26 rtw_core_deinit +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x14a32ae7 rtw_phy_pwrtrack_need_iqk +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x1924414e rtw_dump_fw +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x195d8e4d rtw_phy_pwrtrack_avg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x1f5fe21b rtw_tx_write_data_rsvd_page_get +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x1fa00fd5 rtw_phy_config_swing_table +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x2050364a rtw_fw_inform_rfk_status +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x21751a75 rtw_rx_stats +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 0x3b79d8d1 rtw_rx_fill_rx_status +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x3ecb33d4 rtw_bf_remove_bfee_mu +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 0x4ade02f1 rtw_phy_load_tables +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x4d136a12 rtw_phy_cfg_mac +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x4d9af49c rtw_phy_cfg_bb +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x519c8ba9 rtw_rate_size +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x531952a9 rtw_power_mode_change +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x58210e60 rtw_rate_section +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x592ef4b6 rtw_bf_remove_bfee_su +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x5a664e3a rtw_phy_set_tx_power_level +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x5af6f29d rtw_set_channel_mac +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x604686ec rtw_read8_physical_efuse +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x62129d7d rtw_set_rx_freq_band +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x6a6b8e9c rtw_restore_reg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x6ae18d2f rtw_bf_enable_bfee_mu +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x6c6fff7e rtw_phy_pwrtrack_get_delta +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x6ddd864e rtw_phy_get_tx_power_index +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x796e88ff rtw_bf_enable_bfee_su +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x827b4f3b rtw_coex_write_scbd +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x87ccf8a8 check_hw_ready +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x8a67b5a4 rtw_fw_c2h_cmd_rx_irqsafe +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x8f866a81 rtw_register_hw +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x91afae13 rtw_phy_pwrtrack_need_lck +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x950c4c5a rtw_bf_set_gid_table +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xa3b0b760 rtw_phy_parsing_cfo +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xa9dee344 rtw_regd_get +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xabf6c266 rtw_phy_cfg_rf +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xac4aa414 rtw_coex_write_indirect_reg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xaf7199fb __rtw_dbg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xafc00f6c rtw_parse_tbl_phy_cond +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xb0cc4fb7 rtw_phy_pwrtrack_thermal_changed +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xb1423b7e rtw_bf_cfg_csi_rate +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xb539f60f rtw_parse_tbl_txpwr_lmt +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xb5a6041f rtw_tx_report_enqueue +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xb99e72fd rtw_phy_read_rf_sipi +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xc1d0c0e7 rtw_core_init +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xc4d7926c rtw_tx_fill_tx_desc +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xc525b022 rtw_phy_cfg_agc +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xc5f74b58 rtw_coex_read_indirect_reg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xd3844a02 rtw_chip_info_setup +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xe1fbf080 rtw_phy_write_rf_reg_mix +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xeb5dad07 rtw_unregister_hw +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xeb7422ed rtw_dump_reg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xee5a1a33 rtw_phy_init +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xf2fc3c1b rtw_phy_pwrtrack_get_pwridx +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xf7a91d63 rtw_fw_do_iqk +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xf9c775ca rtw_parse_tbl_bb_pg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xfa81e78f rtw_phy_read_rf +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xfc71eac4 rtw_phy_write_rf_reg_sipi +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_pci 0x750709b4 rtw_pci_probe +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_pci 0x7f162df0 rtw_pci_remove +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_pci 0x9effbf1d rtw_pm_ops +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_pci 0xd90afee8 rtw_pci_shutdown +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_usb 0x3a175d7b rtw_usb_disconnect +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_usb 0xfaf2819d rtw_usb_probe +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_8852a 0x3fbd9054 rtw8852a_chip_info +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_8852b 0x482342a4 rtw8852b_chip_info +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_8852c 0xd3860ecb rtw8852c_chip_info +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x060869a6 rtw89_free_ieee80211_hw +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x07a16974 rtw89_mac_cfg_ctrl_path_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x085c2aeb rtw89_ser_notify +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x0a8240be rtw89_phy_write_reg3_tbl +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x0aae2b56 rtw89_mac_size +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x0f2c4986 rtw89_phy_set_txpwr_byrate +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x13877428 rtw89_phy_load_txpwr_byrate +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x1b7b4409 rtw89_mac_resume_sch_tx_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x26bd3def rtw89_phy_read32_idx +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x27f282e0 rtw89_phy_read_rf +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x2b744294 rtw89_core_fill_txdesc_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x30b44279 rtw89_mac_stop_sch_tx_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x3479154b rtw89_core_napi_start +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x3503f51e rtw89_core_fill_txdesc_fwcmd_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x3c83e562 rtw89_mac_set_err_status +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x3de3d73d rtw89_phy_config_rf_reg_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x40ce8111 rtw89_btc_set_policy +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x4313d81e rtw89_chip_info_setup +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x4a963264 rtw89_core_napi_init +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x4ad13867 rtw89_phy_set_txpwr_limit +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x4d79a3de rtw89_core_rx +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x5068dccb rtw89_core_fill_txdesc +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x556e546c rtw89_ops +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x57aace36 rtw89_phy_set_txpwr_limit_ru +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x5b0540ea rtw89_mac_get_err_status +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x5c8e687a rtw89_mac_write_xtal_si +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x5e5357bd rtw89_alloc_ieee80211_hw +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x643514ac rtw89_mac_cfg_ctrl_path +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x6786652f rtw89_mac_coex_init_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x6ec7cf8b rtw89_core_init +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x764bedfe rtw89_mac_cfg_ppdu_status +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x81b5738a __rtw89_debug +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x88c062e1 rtw89_mac_stop_sch_tx +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x899207b5 rtw89_mac_coex_init +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x99b38e5e rtw89_core_napi_stop +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x9d9f1c16 rtw89_phy_read_rf_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xa485816e rtw89_fw_h2c_dctl_sec_cam_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xa93349a0 rtw89_phy_tssi_ctrl_set_bandedge_cfg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xaca23d8b rtw89_mac_get_txpwr_cr +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xb08e01eb rtw89_phy_write_rf_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xb3633ed3 rtw89_btc_ntfy_wl_rfk +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xb5a85f09 rtw89_core_deinit +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xb7d5b633 rtw89_phy_write_rf +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xbc88e2e1 rtw89_btc_set_policy_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xbccfb4eb rtw89_phy_write32_idx +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xbe004281 rtw89_mac_read_xtal_si +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xc0212b3e rtw89_fw_h2c_rf_ntfy_mcc +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xc443e1c4 rtw89_mac_enable_bb_rf +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xcb3277cb rtw89_mac_cfg_gnt +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xce4cea6a rtw89_phy_read_txpwr_limit +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xd5241466 rtw89_core_register +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xd5761977 rtw89_mac_resume_sch_tx +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xd5984745 rtw89_core_napi_deinit +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xd5da8092 rtw89_phy_set_txpwr_offset +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xd88aaac1 rtw89_core_query_rxdesc +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xd9f088fd rtw89_mac_disable_bb_rf +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xe3f57b04 rtw89_debug_mask +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xed57336a rtw89_core_unregister +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xf5a049b4 rtw89_rfk_parser +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xf8021a5f rtw89_phy_get_txsc +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xf95f0a7a rtw89_mac_cfg_gnt_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x0465da01 rtw89_pci_config_intr_mask +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x1d2a2c95 rtw89_pm_ops +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x1d765a75 rtw89_pci_fill_txaddr_info_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x5e0e98fd rtw89_pci_enable_intr +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x6b2ce9b6 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 0x70f1c6b5 rtw89_pci_disable_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 0x759486aa rtw89_pci_config_intr_mask_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x9ce0961b rtw89_pci_ch_dma_addr_set +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0xa362af3d rtw89_pci_disable_intr_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0xabc8e987 rtw89_pci_recognize_intrs_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0xad618064 rtw89_pci_probe +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0xb86ff979 rtw89_pci_recognize_intrs +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0xcef82260 rtw89_pci_ltr_set_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0xd4d1ec3c rtw89_pci_enable_intr_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0xf2f88f10 rtw89_pci_remove +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 0xff5d8f8c rtw89_pci_fill_txaddr_info +EXPORT_SYMBOL drivers/net/wireless/rsi/rsi_91x 0xb0bd9618 rsi_config_wowlan +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0x03bfd08a wlcore_tx_complete +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0x361ab466 wlcore_calc_packet_alignment +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0x915d4997 wl12xx_is_dummy_packet +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0x96afa52c wl1271_free_tx_id +EXPORT_SYMBOL drivers/nfc/fdp/fdp 0xac380f52 fdp_nci_remove +EXPORT_SYMBOL drivers/nfc/fdp/fdp 0xb7ae1cd3 fdp_nci_probe +EXPORT_SYMBOL drivers/nfc/microread/microread 0x22ffbe49 microread_probe +EXPORT_SYMBOL drivers/nfc/microread/microread 0xb4f51ec5 microread_remove +EXPORT_SYMBOL drivers/nfc/nxp-nci/nxp-nci 0x04f1e94a nxp_nci_remove +EXPORT_SYMBOL drivers/nfc/nxp-nci/nxp-nci 0x229317af nxp_nci_fw_recv_frame +EXPORT_SYMBOL drivers/nfc/nxp-nci/nxp-nci 0x7ea720b1 nxp_nci_probe +EXPORT_SYMBOL drivers/nfc/pn533/pn533 0x6c84fa72 pn533_recv_frame +EXPORT_SYMBOL drivers/nfc/pn544/pn544 0x23b8a21b pn544_hci_remove +EXPORT_SYMBOL drivers/nfc/pn544/pn544 0x773485d4 pn544_hci_probe +EXPORT_SYMBOL drivers/nfc/s3fwrn5/s3fwrn5 0x21329087 s3fwrn5_phy_power_ctrl +EXPORT_SYMBOL drivers/nfc/s3fwrn5/s3fwrn5 0x774203fc s3fwrn5_phy_set_wake +EXPORT_SYMBOL drivers/nfc/s3fwrn5/s3fwrn5 0xc42a7f0e s3fwrn5_recv_frame +EXPORT_SYMBOL drivers/nfc/s3fwrn5/s3fwrn5 0xedb12f10 s3fwrn5_phy_set_mode +EXPORT_SYMBOL drivers/nfc/s3fwrn5/s3fwrn5 0xeea1aa22 s3fwrn5_probe +EXPORT_SYMBOL drivers/nfc/s3fwrn5/s3fwrn5 0xf2ab60da s3fwrn5_phy_get_mode +EXPORT_SYMBOL drivers/nfc/s3fwrn5/s3fwrn5 0xf7ea73e9 s3fwrn5_remove +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0x027abd2c ndlc_open +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0x13abab7a ndlc_recv +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0x14a62b68 ndlc_close +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0x32cf5f3a ndlc_probe +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0x414d58fa ndlc_send +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0x5bb09993 ndlc_remove +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0x5e8e1c25 st_nci_se_io +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0x60df7c0e st_nci_se_init +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0x997658d5 st_nci_se_deinit +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0xe1ef9d48 st_nci_vendor_cmds_init +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x1ef892a2 st21nfca_hci_enable_se +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x2d5fa6a9 st21nfca_hci_disable_se +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x49a8c8b7 st21nfca_apdu_reader_event_received +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x602408bd st21nfca_hci_probe +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x6f56b397 st21nfca_hci_se_io +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x75c57124 st21nfca_dep_event_received +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x79d9e07e st21nfca_hci_discover_se +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x86a46379 st21nfca_se_init +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x8a2ea76f st21nfca_hci_remove +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x8a45a3b2 st21nfca_connectivity_event_received +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0xa0059a01 st21nfca_tm_send_dep_res +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0xa30ba65e st21nfca_vendor_cmds_init +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0xb6da2019 st21nfca_dep_deinit +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0xc4389597 st21nfca_im_send_dep_req +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0xcd8653a3 st21nfca_dep_init +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0xd8403176 st21nfca_im_send_atr_req +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0xebd47602 st21nfca_se_deinit +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0xf7ac4bd8 st21nfca_hci_loopback_event_received +EXPORT_SYMBOL drivers/ntb/ntb 0x023da7c9 ntbm_msi_request_threaded_irq +EXPORT_SYMBOL drivers/ntb/ntb 0x09c58c93 ntb_unregister_client +EXPORT_SYMBOL drivers/ntb/ntb 0x2033b303 ntb_msi_init +EXPORT_SYMBOL drivers/ntb/ntb 0x23dba3ee ntb_default_port_number +EXPORT_SYMBOL drivers/ntb/ntb 0x284f2301 ntb_set_ctx +EXPORT_SYMBOL drivers/ntb/ntb 0x35a06038 ntb_db_event +EXPORT_SYMBOL drivers/ntb/ntb 0x5791ef83 ntb_default_peer_port_idx +EXPORT_SYMBOL drivers/ntb/ntb 0x5fa950d4 ntb_unregister_device +EXPORT_SYMBOL drivers/ntb/ntb 0x65ad7ec0 ntb_msi_clear_mws +EXPORT_SYMBOL drivers/ntb/ntb 0x7b290507 ntbm_msi_free_irq +EXPORT_SYMBOL drivers/ntb/ntb 0x80bf9161 __ntb_register_client +EXPORT_SYMBOL drivers/ntb/ntb 0x82f8c280 ntb_default_peer_port_number +EXPORT_SYMBOL drivers/ntb/ntb 0x864361bc ntb_register_device +EXPORT_SYMBOL drivers/ntb/ntb 0x89a54d3e ntb_clear_ctx +EXPORT_SYMBOL drivers/ntb/ntb 0x9f5d1fc1 ntb_msi_peer_addr +EXPORT_SYMBOL drivers/ntb/ntb 0xb1d6c8b6 ntb_msg_event +EXPORT_SYMBOL drivers/ntb/ntb 0xb50f0cfc ntb_link_event +EXPORT_SYMBOL drivers/ntb/ntb 0xd5c28d97 ntb_default_peer_port_count +EXPORT_SYMBOL drivers/ntb/ntb 0xd8843fcd ntb_msi_setup_mws +EXPORT_SYMBOL drivers/ntb/ntb 0xf28a0310 ntb_msi_peer_trigger +EXPORT_SYMBOL drivers/nvdimm/nd_btt 0x5e8aefd7 nvdimm_namespace_attach_btt +EXPORT_SYMBOL drivers/nvdimm/nd_btt 0xac1feee8 nvdimm_namespace_detach_btt +EXPORT_SYMBOL drivers/parport/parport 0x0c7ad87a parport_ieee1284_epp_read_data +EXPORT_SYMBOL drivers/parport/parport 0x1d7e01d7 parport_release +EXPORT_SYMBOL drivers/parport/parport 0x1e51cf53 parport_register_port +EXPORT_SYMBOL drivers/parport/parport 0x2cd1fba0 parport_announce_port +EXPORT_SYMBOL drivers/parport/parport 0x37f8892a parport_ieee1284_write_compat +EXPORT_SYMBOL drivers/parport/parport 0x38eab9fc parport_ieee1284_ecp_write_addr +EXPORT_SYMBOL drivers/parport/parport 0x40387cd7 parport_read +EXPORT_SYMBOL drivers/parport/parport 0x430c4dce parport_register_dev_model +EXPORT_SYMBOL drivers/parport/parport 0x4b945bc7 parport_ieee1284_ecp_read_data +EXPORT_SYMBOL drivers/parport/parport 0x4d2a941b parport_ieee1284_interrupt +EXPORT_SYMBOL drivers/parport/parport 0x5e3a3912 parport_irq_handler +EXPORT_SYMBOL drivers/parport/parport 0x5e56853b parport_claim_or_block +EXPORT_SYMBOL drivers/parport/parport 0x6176b9d7 parport_wait_event +EXPORT_SYMBOL drivers/parport/parport 0x6220c2e2 parport_claim +EXPORT_SYMBOL drivers/parport/parport 0x6fe61b58 parport_remove_port +EXPORT_SYMBOL drivers/parport/parport 0x704be8d0 parport_ieee1284_epp_write_addr +EXPORT_SYMBOL drivers/parport/parport 0x97b93de6 parport_set_timeout +EXPORT_SYMBOL drivers/parport/parport 0x9d2f7095 parport_ieee1284_epp_write_data +EXPORT_SYMBOL drivers/parport/parport 0xb122b070 parport_wait_peripheral +EXPORT_SYMBOL drivers/parport/parport 0xb30af505 parport_find_number +EXPORT_SYMBOL drivers/parport/parport 0xc123dfc8 parport_ieee1284_read_nibble +EXPORT_SYMBOL drivers/parport/parport 0xc43e3293 parport_ieee1284_read_byte +EXPORT_SYMBOL drivers/parport/parport 0xc700b268 parport_negotiate +EXPORT_SYMBOL drivers/parport/parport 0xc8f429c8 parport_find_base +EXPORT_SYMBOL drivers/parport/parport 0xd58e21b9 parport_ieee1284_ecp_write_data +EXPORT_SYMBOL drivers/parport/parport 0xdeb23f58 parport_ieee1284_epp_read_addr +EXPORT_SYMBOL drivers/parport/parport 0xe7dc3580 parport_put_port +EXPORT_SYMBOL drivers/parport/parport 0xe7f52916 __parport_register_driver +EXPORT_SYMBOL drivers/parport/parport 0xeeb018bb parport_del_port +EXPORT_SYMBOL drivers/parport/parport 0xf1e98df8 parport_unregister_driver +EXPORT_SYMBOL drivers/parport/parport 0xf45536e0 parport_unregister_device +EXPORT_SYMBOL drivers/parport/parport 0xf8d3b51b parport_get_port +EXPORT_SYMBOL drivers/parport/parport 0xfddc6f7c parport_write +EXPORT_SYMBOL drivers/parport/parport_pc 0x0d3a2f6a parport_pc_probe_port +EXPORT_SYMBOL drivers/parport/parport_pc 0xffbab068 parport_pc_unregister_port +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x03b5d785 pcmcia_loop_config +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x0b388ad2 pcmcia_disable_device +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x0d054349 pcmcia_get_mac_from_cis +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x0fb425c7 pcmcia_loop_tuple +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x1f9ddbcd pcmcia_request_io +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x24cb5e6d pcmcia_release_window +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x45fd7778 pcmcia_read_config_byte +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x4cdc8994 pcmcia_unregister_driver +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x596279cc pcmcia_enable_device +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x8285379a pcmcia_fixup_vpp +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x8699c05a pcmcia_register_driver +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x8b1617f0 pcmcia_write_config_byte +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x8d5d0a17 pcmcia_map_mem_page +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0xbb312663 pcmcia_parse_tuple +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0xc7b93ca9 pcmcia_fixup_iowidth +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0xccc8f9db pcmcia_request_window +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0xde2fd25b pcmcia_dev_present +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0xde427f59 pcmcia_request_irq +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0xf67f1735 pcmcia_get_tuple +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x0a88b3a1 pcmcia_parse_events +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x212db8d2 pcmcia_socket_list +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x26d789a6 pcmcia_parse_uevents +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x459ac3b4 pcmcia_register_socket +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x8ea67cd8 pcmcia_socket_class +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x93ec27ca pcmcia_reset_card +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x9bd4434d pcmcia_unregister_socket +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x9e7e8d64 pccard_register_pcmcia +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xb7ea3b89 pcmcia_put_socket +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xc425797a pcmcia_get_socket +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xcf97f3bd dead_socket +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xebc65f13 pcmcia_get_socket_by_nr +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xf942709b pcmcia_socket_list_rwsem +EXPORT_SYMBOL drivers/pcmcia/pcmcia_rsrc 0x7e9c4dd2 pccard_nonstatic_ops +EXPORT_SYMBOL drivers/pcmcia/pcmcia_rsrc 0xa9b5b232 pccard_static_ops +EXPORT_SYMBOL drivers/platform/chrome/cros_ec 0x1e229225 cros_ec_suspend +EXPORT_SYMBOL drivers/platform/chrome/cros_ec 0x47d24346 cros_ec_resume +EXPORT_SYMBOL drivers/platform/chrome/cros_ec 0x8861b669 cros_ec_register +EXPORT_SYMBOL drivers/platform/chrome/cros_ec 0x92457c74 cros_ec_unregister +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 0xac9a8ce7 wmi_driver_unregister +EXPORT_SYMBOL drivers/platform/x86/wmi 0xec4db4b8 __wmi_driver_register +EXPORT_SYMBOL drivers/rpmsg/rpmsg_char 0x2443bd24 rpmsg_chrdev_eptdev_destroy +EXPORT_SYMBOL drivers/rpmsg/rpmsg_char 0x8a008a40 rpmsg_chrdev_eptdev_create +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x01737f5d rpmsg_find_device +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x16cf009e rpmsg_send_offchannel +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x5d383776 rpmsg_release_channel +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x5f3104a4 rpmsg_sendto +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x69c5468a rpmsg_get_mtu +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x731ef680 __register_rpmsg_driver +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x874ae22d rpmsg_unregister_device +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x8bc2ede7 unregister_rpmsg_driver +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x8d6f8b96 rpmsg_trysendto +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x937b3635 rpmsg_poll +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x981fa421 rpmsg_class +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0xb1f36891 rpmsg_trysend +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0xc600234b rpmsg_create_channel +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0xddb2eade rpmsg_destroy_ept +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0xe3b99443 rpmsg_create_ept +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0xe4e2db78 rpmsg_trysend_offchannel +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0xecff74ff rpmsg_send +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0xedd27316 rpmsg_register_device_override +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0xfa6409ff rpmsg_register_device +EXPORT_SYMBOL drivers/rpmsg/rpmsg_ns 0x8d2687e1 rpmsg_ns_register_device +EXPORT_SYMBOL drivers/rtc/rtc-ds1685 0x2a0406f8 ds1685_rtc_poweroff +EXPORT_SYMBOL drivers/scsi/53c700 0x3d9cece0 NCR_700_intr +EXPORT_SYMBOL drivers/scsi/53c700 0x71ed0e13 NCR_700_release +EXPORT_SYMBOL drivers/scsi/53c700 0xb0c5de15 NCR_700_detect +EXPORT_SYMBOL drivers/scsi/esp_scsi 0x3d3a3744 scsi_esp_unregister +EXPORT_SYMBOL drivers/scsi/esp_scsi 0x4a29ab38 scsi_esp_intr +EXPORT_SYMBOL drivers/scsi/esp_scsi 0xbe8f3970 scsi_esp_register +EXPORT_SYMBOL drivers/scsi/esp_scsi 0xbed4f993 scsi_esp_template +EXPORT_SYMBOL drivers/scsi/esp_scsi 0xd63910c7 scsi_esp_cmd +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x0128b1cd fcoe_ctlr_link_down +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x09b0ae4b fcoe_transport_detach +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x1e7aa533 fcoe_ctlr_init +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x529f72ef fcoe_ctlr_recv +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x7017be36 fcoe_ctlr_destroy +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x97402ddc fcoe_ctlr_link_up +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xa08eb376 fcoe_ctlr_set_fip_mode +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xbb76aa7a fcoe_ctlr_recv_flogi +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xbc789fc9 fcoe_fcf_get_selected +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xd8bcbeb4 fcoe_ctlr_els_send +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xd9520512 fcoe_transport_attach +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x0285176f fc_lport_bsg_request +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x0847bf8b fc_exch_mgr_list_clone +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x095c8ba4 fc_frame_alloc_fill +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x0a48cd1c fc_exch_mgr_alloc +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x0a704858 fc_rport_create +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x1801077a fc_lport_logo_resp +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x1bfa8fec fc_get_host_port_state +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x1c1713b7 fc_lport_config +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x1cd6b0fd fc_fc4_deregister_provider +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x22b90986 fc_exch_mgr_del +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x239d2ec8 fc_set_rport_loss_tmo +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x256dfb7e fc_exch_seq_send +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x25926278 fc_rport_terminate_io +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x29719ba1 fc_rport_recv_req +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x35299dd6 _fc_frame_alloc +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x37c9549e fc_exch_mgr_reset +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x3bae3f9e fc_set_mfs +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x423f8c46 fc_frame_crc_check +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x480553ad fc_exch_update_stats +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x49ea7d1d fc_fcp_destroy +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x4ce0da4e fc_seq_set_resp +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x4dad7bd2 fc_queuecommand +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x52d1e4cd fc_linkdown +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x53c1f74a fc_elsct_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x56c87a68 fc_lport_recv +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x5baa6080 fc_lport_destroy +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x62a64576 fc_seq_assign +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x63e89388 fc_lport_flogi_resp +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x6ddb9901 fc_get_host_stats +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x71f25ced fc_eh_host_reset +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x7909b14c fc_seq_send +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x7f3407a7 fc_seq_start_next +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x80a05678 fc_lport_set_local_id +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x811811e0 fc_exch_done +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x81ade9be fc_exch_mgr_add +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x8386e6d3 fc_lport_reset +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x879d59e9 fc_fabric_login +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x8845c32d fc_vport_id_lookup +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x89d3e1af fc_get_host_speed +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x8fa61633 fc_linkup +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x9604495c fc_exch_recv +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x97ebe3c8 fc_disc_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x9bd1bdc8 fc_disc_config +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x9d50ed7e fc_rport_destroy +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x9f5b40ae fc_fabric_logoff +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xa0aa87c6 fc_eh_device_reset +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 0xc024d35b fc_slave_alloc +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xc30d3be7 fc_fill_hdr +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xc57c450e fc_rport_logoff +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xcd003d4d fc_fill_reply_hdr +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xd2cbd002 fc_vport_setlink +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xd38aeec2 fc_elsct_send +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xdbe4bfc4 fc_fc4_register_provider +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xe5cf06b5 fc_lport_notifier_head +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xe9dd8083 fc_fcp_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xea4d206c fc_exch_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xec9c6990 fc_exch_mgr_free +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xef310e01 fc_rport_login +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xf086addc fc_eh_abort +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xf4df8a5d libfc_vport_create +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xf6ffa470 fc_rport_lookup +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xf9652bd5 fc_lport_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xfa4667d1 fc_seq_release +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xfa8d456d fc_lport_iterate +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0x4a8e3d34 try_test_sas_gpio_gp_bit +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0x6497bf37 sas_suspend_ha +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0xf07f49cb sas_resume_ha +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0xfaf0c723 sas_prep_resume_ha +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0xfd8978f8 sas_resume_ha_no_sync +EXPORT_SYMBOL drivers/scsi/megaraid/megaraid_mm 0x279138c7 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 0x064725cb qlt_xmit_tm_rsp +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x119be139 qlt_lport_register +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x59847d9c qlt_free_cmd +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x60332d4e qlt_enable_vha +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x6abc42d7 qlt_free_mcmd +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x81759e2f qlt_rdy_to_xfer +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xb0abc785 qlt_stop_phase1 +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xbf144639 qlt_stop_phase2 +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xd346ed7b qlt_lport_deregister +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xd7c4d412 qlt_unreg_sess +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xda341e2b qlt_xmit_response +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xfd5cb872 qlt_abort_cmd +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0x1f55cd70 qlogicfas408_ihandl +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0x3fd8cd71 qlogicfas408_detect +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0x61d59671 qlogicfas408_biosparam +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0x77d22490 qlogicfas408_disable_ints +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0x8205155a qlogicfas408_info +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0xb31e6b10 qlogicfas408_queuecommand +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0xcaeafba1 qlogicfas408_host_reset +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0xe76b3b20 qlogicfas408_get_chip_type +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0xf2b95199 qlogicfas408_setup +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0xfcae4fcb qlogicfas408_abort +EXPORT_SYMBOL drivers/scsi/raid_class 0x52b9f9e4 raid_class_attach +EXPORT_SYMBOL drivers/scsi/raid_class 0x8dfbb663 raid_component_add +EXPORT_SYMBOL drivers/scsi/raid_class 0xbad89040 raid_class_release +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x067dc0d7 fc_vport_create +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x10464506 fc_host_post_vendor_event +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x177addb9 fc_host_fpin_rcv +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x2ee5051c fc_remote_port_rolechg +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x36223c28 fc_remote_port_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x375f8bbd fc_get_event_number +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x3dc22ccb fc_remove_host +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x54d141af fc_eh_timed_out +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x5f93c77b fc_host_post_event +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x6c8d20c5 fc_vport_terminate +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x6f60e560 fc_block_rport +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x7fe06d90 fc_remote_port_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x80dc9338 fc_attach_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x91c2fd5d scsi_is_fc_rport +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x9d98a2bb fc_find_rport_by_wwpn +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x9f36fe58 fc_block_scsi_eh +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xcd956c78 fc_host_post_fc_event +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xfef8bb8f fc_release_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x08681c98 sas_rphy_free +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x0f1294eb sas_rphy_remove +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x0f60cbc6 sas_release_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x150287e7 sas_port_mark_backlink +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x195f2664 sas_port_get_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x1f16febb sas_remove_host +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x2643579f sas_attach_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x2deeefc7 sas_port_add_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x41b8bfa8 sas_phy_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x4dc51d64 scsi_is_sas_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x571fa5ce sas_port_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x6c99f737 sas_rphy_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x737118b8 sas_port_free +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x74a88cc9 sas_port_alloc_num +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x79e3de47 sas_phy_free +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x7aa01cef sas_get_address +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x82d80920 sas_port_delete_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x9a7d0b0b sas_end_device_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x9bc50481 sas_expander_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xab668853 sas_rphy_unlink +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xc88a9208 scsi_is_sas_rphy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xcf7f6dd2 sas_rphy_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xd1f07f06 sas_phy_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xd567b25a sas_phy_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xd63d72fd scsi_is_sas_port +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xe2f67d45 sas_port_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xe7aed57f sas_port_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xef2255b4 sas_read_port_mode_page +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xf4d7e266 sas_remove_children +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0x10c768d0 spi_attach_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0x3686ea09 spi_print_msg +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0x4016a2d0 spi_schedule_dv_device +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0x73f0b262 spi_dv_device +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0x77a4299c spi_display_xfer_agreement +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0xaf105221 spi_release_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0x082895af srp_start_tl_fail_timers +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0x405b6e05 srp_parse_tmo +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0x74ebef0d srp_rport_put +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0x9622ff4f srp_rport_get +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0xeaadab3d srp_reconnect_rport +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0xfb689bb6 srp_timed_out +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0x01ae5b99 qmi_add_server +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0x063ba67d qmi_txn_cancel +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0x1cff5e93 qmi_send_indication +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0x28ac2fd2 qmi_encode_message +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0x48085947 qmi_send_request +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 0x6842cd8c qmi_txn_init +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0x6ddcba4d qmi_txn_wait +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0xe042604e qmi_add_lookup +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0xf239d3e8 qmi_handle_init +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0xfbeb5f57 qmi_handle_release +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0xfef2137d qmi_send_response +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x01db03b3 sdw_stream_remove_master +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x049ea55c sdw_slave_read_prop +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x0caf3e47 sdw_clear_slave_status +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x10147370 sdw_slave_add +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x16d1706b sdw_prepare_stream +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x1a5b12d4 sdw_stream_add_slave +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x1deee061 sdw_find_row_index +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x2312d854 sdw_bus_master_add +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x3b0a8582 sdw_startup_stream +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x3b9a5f5d sdw_bread_no_pm_unlocked +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x4743d95a sdw_nwrite +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x4896b01c sdw_master_read_prop +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x4c57b5c6 sdw_bus_prep_clk_stop +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x4cde88bf sdw_disable_stream +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x5161316a sdw_handle_slave_status +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x56803bb9 sdw_update_no_pm +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x568d37b7 sdw_bus_exit_clk_stop +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x60e31fbb sdw_find_col_index +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x626ac8c1 sdw_extract_slave_id +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 0x7462294f sdw_update +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x93aedfa7 sdw_nread +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x96366792 sdw_write_no_pm +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x9bfdeea2 sdw_bus_master_delete +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x9c6a5723 sdw_show_ping_status +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x9e122d79 sdw_alloc_stream +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xa89d457d sdw_read_no_pm +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xaaa67cb5 sdw_bus_clk_stop +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xb182622a sdw_write +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 0xcf2dd792 sdw_compare_devid +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xd1476a18 sdw_bwrite_no_pm_unlocked +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xd1ede082 sdw_stream_add_master +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xda5bce09 sdw_release_stream +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xddd6bda3 sdw_stream_remove_slave +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xf53ba0b8 sdw_rows +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xfc17f5b6 sdw_read +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x074aee4a sdw_cdns_pdi_init +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x077c870a sdw_cdns_alloc_pdi +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x0ed616fe sdw_cdns_is_clock_stop +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x1f76a8b8 cdns_read_ping_status +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x3308fd4c cdns_set_sdw_stream +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x34712074 sdw_cdns_irq +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x3f0422ef cdns_reset_page_addr +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x62634da4 sdw_cdns_exit_reset +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x66b53ba4 sdw_cdns_clock_stop +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x6f3f4ca3 sdw_cdns_probe +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x895a1e22 cdns_bus_conf +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x9b4f917f cdns_xfer_msg +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0xa79418de sdw_cdns_check_self_clearing_bits +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0xaac42f35 sdw_cdns_clock_restart +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0xc33b4af2 sdw_cdns_config_stream +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0xdd4ba999 sdw_cdns_init +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0xebba1e4f sdw_cdns_enable_interrupt +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0xf31d8d88 cdns_xfer_msg_defer +EXPORT_SYMBOL drivers/soundwire/soundwire-generic-allocation 0x2f9a33ae sdw_compute_params +EXPORT_SYMBOL drivers/ssb/ssb 0x0b515be2 ssb_driver_unregister +EXPORT_SYMBOL drivers/ssb/ssb 0x15a82869 ssb_bus_may_powerdown +EXPORT_SYMBOL drivers/ssb/ssb 0x1e24c2cc ssb_bus_unregister +EXPORT_SYMBOL drivers/ssb/ssb 0x20ebbc3b ssb_pcicore_dev_irqvecs_enable +EXPORT_SYMBOL drivers/ssb/ssb 0x445fb700 ssb_set_devtypedata +EXPORT_SYMBOL drivers/ssb/ssb 0x4c3f8146 ssb_bus_resume +EXPORT_SYMBOL drivers/ssb/ssb 0x52902d36 ssb_dma_translation +EXPORT_SYMBOL drivers/ssb/ssb 0x5d9fc185 ssb_device_is_enabled +EXPORT_SYMBOL drivers/ssb/ssb 0x76fcc6a5 ssb_bus_sdiobus_register +EXPORT_SYMBOL drivers/ssb/ssb 0x9237cecf ssb_clockspeed +EXPORT_SYMBOL drivers/ssb/ssb 0xae1dfc07 ssb_device_enable +EXPORT_SYMBOL drivers/ssb/ssb 0xb37b62ce ssb_device_disable +EXPORT_SYMBOL drivers/ssb/ssb 0xba9c2176 ssb_pmu_set_ldo_paref +EXPORT_SYMBOL drivers/ssb/ssb 0xc14ae7c8 ssb_commit_settings +EXPORT_SYMBOL drivers/ssb/ssb 0xc9dab6c3 ssb_pcihost_register +EXPORT_SYMBOL drivers/ssb/ssb 0xcb17f1cb ssb_admatch_base +EXPORT_SYMBOL drivers/ssb/ssb 0xce87f457 ssb_bus_powerup +EXPORT_SYMBOL drivers/ssb/ssb 0xd110284f ssb_chipco_gpio_control +EXPORT_SYMBOL drivers/ssb/ssb 0xd2b5e785 ssb_pmu_set_ldo_voltage +EXPORT_SYMBOL drivers/ssb/ssb 0xdb8f3d89 __ssb_driver_register +EXPORT_SYMBOL drivers/ssb/ssb 0xdfc7c6ef ssb_admatch_size +EXPORT_SYMBOL drivers/ssb/ssb 0xf2f0db64 ssb_bus_suspend +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x164ef556 fbtft_probe_common +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x1dfa35e3 fbtft_register_framebuffer +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x242f4dfb fbtft_framebuffer_release +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x251f58eb fbtft_read_spi +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x27c78bd1 fbtft_framebuffer_alloc +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x38e0c178 fbtft_register_backlight +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x3c1cad9e fbtft_write_spi_emulate_9 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x4ee2727d fbtft_write_vmem16_bus8 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x520d667f fbtft_dbg_hex +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x6e5c2616 fbtft_unregister_framebuffer +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x7059632f fbtft_write_reg8_bus8 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x8038a074 fbtft_write_reg16_bus8 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x8ac3e728 fbtft_unregister_backlight +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x8f037665 fbtft_write_gpio16_wr_latched +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x91afb5b9 fbtft_init_display +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x95501eaf fbtft_write_vmem16_bus16 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xb749f793 fbtft_write_vmem8_bus8 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xbafeacc0 fbtft_write_vmem16_bus9 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xbb380cb3 fbtft_remove_common +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xc8c662c0 fbtft_write_reg8_bus9 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xcbabcf50 fbtft_write_buf_dc +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xd942b864 fbtft_write_gpio16_wr +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xdd2e1e23 fbtft_write_gpio8_wr +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xde55509a fbtft_write_spi +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xf948b1a8 fbtft_write_reg16_bus16 +EXPORT_SYMBOL drivers/staging/greybus/gb-audio-codec 0x2d3097dd gbaudio_module_update +EXPORT_SYMBOL drivers/staging/greybus/gb-audio-codec 0x87373678 gbaudio_register_module +EXPORT_SYMBOL drivers/staging/greybus/gb-audio-codec 0xfec4cee4 gbaudio_unregister_module +EXPORT_SYMBOL drivers/staging/iio/addac/adt7316 0x55f0254f adt7316_probe +EXPORT_SYMBOL drivers/staging/iio/meter/ade7854 0x99773d28 ade7854_probe +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x0faea56d rtllib_ps_tx_ack +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x134bd1e0 rtllib_wx_set_mlme +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x1824f914 rtllib_stop_scan +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x185f1904 rtllib_wx_set_mode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x1a2545f9 rtllib_wx_set_gen_ie +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x1d8ca87d dot11d_init +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x22166084 rt_global_debug_component +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x22dee515 rtllib_wx_set_freq +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x232bf3fb rtllib_xmit +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x25dd5a29 rtllib_wx_set_rawtx +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x304e34fe rtllib_wx_set_rts +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x3493e4a2 notify_wx_assoc_event +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x384e6209 rtllib_wx_set_scan +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x4423786f rtllib_wx_get_mode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x479c5b4b rtllib_wx_get_essid +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x5317ab52 rtllib_rx +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x5446b722 rtllib_DisableIntelPromiscuousMode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x54a5fc45 rtllib_get_beacon +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x5ae0fb4d rtllib_start_send_beacons +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x64320362 rtllib_wx_get_scan +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x6615d611 rtllib_softmac_stop_protocol +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x67d72a13 rtllib_wx_set_power +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x6b3ac74f rtllib_wx_get_encode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x6d9ad6fd rtllib_wx_get_wap +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x7472107a alloc_rtllib +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x7ea2847e rtllib_wx_get_freq +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x89a5c951 rtllib_stop_scan_syncro +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x8c2ddb02 rtllib_EnableIntelPromiscuousMode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x8cea26cc RemovePeerTS +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x8d735a58 rtllib_wx_get_name +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x92cbd81b HT_update_self_and_peer_setting +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x93692ac7 rtllib_wx_set_auth +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x9da09ffa rtllib_wx_set_essid +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xa02268b7 rtllib_sta_ps_send_null_frame +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xa291b946 rtllib_wx_set_wap +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xa4b30e87 rtllib_legal_channel +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xb402cf13 rtllib_wx_set_rate +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xb803d772 dot11d_channel_map +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xbb6cbc35 rtllib_wx_set_encode_ext +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xbdebeea2 rtllib_wx_get_power +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xc7de0415 rtllib_softmac_start_protocol +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xc81fa02d rtllib_MgntDisconnect +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xd7867891 rtllib_wx_set_encode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xd81cbdd4 rtllib_start_scan_syncro +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xda9049b2 rtllib_act_scanning +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xdf78f620 rtllib_wlan_frequencies +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xdfd25877 rtllib_stop_send_beacons +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xe067619b free_rtllib +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xe87eae78 rtllib_wx_get_rate +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xf325f5c7 rtllib_reset_queue +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xff455b45 rtllib_wx_get_rts +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x14ddfc21 ieee80211_wx_set_rts +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x183947d9 ieee80211_softmac_scan_syncro +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x195c86ca ieee80211_wx_set_rate +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x204cc3d1 ieee80211_wake_queue_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x2250220b ieee80211_rx +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x232e7944 ieee80211_wlan_frequencies +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x27342787 ieee80211_start_scan_syncro +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x28110f1e rtl8192u_dot11d_init +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x2ddb98fe ieee80211_wx_get_wap +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x3265f101 ieee80211_wx_get_rate +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x336c39f5 is_legal_channel +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x361aa562 ieee80211_ps_tx_ack +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x365f2820 ieee80211_wx_set_essid +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x37b46f27 notify_wx_assoc_event_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x3ac20a6f ieee80211_wx_get_essid +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x437e9384 ieee80211_start_send_beacons +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x45ccb691 ieee80211_wx_set_freq +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x49979161 ieee80211_wx_set_mlme +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x49f0f029 ieee80211_wx_get_scan +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x501df087 ieee80211_stop_scan +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x524ea9d3 to_legal_channel +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x5ca324ca ieee80211_wx_set_rawtx +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x5f076628 ieee80211_wx_get_name +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x612982f6 ieee80211_stop_queue_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x62c987e2 ieee80211_wx_set_scan +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x649356a9 ieee80211_wx_get_encode_ext +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x6651f895 ieee80211_is_shortslot +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x6899f3a4 ieee80211_wpa_supplicant_ioctl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x6b167884 ieee80211_wx_get_encode +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x6c0509e3 ieee80211_softmac_stop_protocol +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x6d35b093 ieee80211_wx_set_gen_ie +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x6ef5c15a ieee80211_wx_get_freq +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x7420890b ieee80211_rx_mgt +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x787011dd ieee80211_disassociate +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x797e3a2c ieee80211_wx_set_auth +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x7bd3a3ca ieee80211_stop_send_beacons +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x7f902e26 ieee80211_reset_queue +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x8d79b9a7 ieee80211_wx_set_encode +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x90eb5d08 ieee80211_txb_free +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x91bfbf05 dot11d_get_max_tx_pwr_in_dbm +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x93692bf2 dot11d_reset +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x969144f5 dot11d_scan_complete +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x99f0a59b ieee80211_wx_get_rts +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xa0f6c144 ieee80211_wx_set_wap +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xad518d7c SendDisassociation_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xae2166b9 dot11d_update_country_ie +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xb29fce2d ieee80211_wx_set_power +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xb614091a ieee80211_get_beacon +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xbe02ec62 ieee80211_wx_get_power +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xd43b09aa ieee80211_softmac_xmit +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xd9f0e1de ieee80211_wx_set_mode +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xddba06c7 ieee80211_softmac_start_protocol +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xe3372510 ieee80211_is_54g +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xea0ede45 HTUpdateSelfAndPeerSetting +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xed759a2b ieee80211_wx_set_encode_ext +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xf2c99615 ieee80211_wx_get_mode +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x03d8340a iscsit_reject_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x05561437 iscsit_build_text_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x0e862de9 iscsit_build_rsp_pdu +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x0fb76f7f __iscsit_check_dataout_hdr +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x14075bc0 iscsit_handle_snack +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x15bf0b66 iscsit_response_queue +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x167891ff iscsit_add_cmd_to_immediate_queue +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x1783b75f iscsit_build_reject +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x18d0a84a iscsit_setup_text_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x1af5b789 iscsit_setup_nop_out +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x1da14da7 iscsit_sequence_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x3484908e iscsit_logout_post_handler +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x3e7289fb iscsit_cause_connection_reinstatement +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x429191bd iscsit_increment_maxcmdsn +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x45390054 iscsit_set_unsolicited_dataout +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x5f13fbdd iscsit_setup_scsi_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x6abfa272 iscsit_stop_dataout_timer +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x773a646e iscsit_process_nop_out +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x785f75fc iscsit_aborted_task +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x86f35c64 iscsit_free_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x885a539e iscsit_build_task_mgt_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x89ebf22e iscsit_thread_check_cpumask +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x8ac51018 iscsit_queue_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x8dbf381b iscsit_check_dataout_payload +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x8f0508f1 iscsit_handle_logout_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x9a227ef8 iscsit_process_text_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x9b4d0646 iscsit_build_nopin_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x9bc040d4 iscsit_add_reject +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x9eaa6c18 iscsit_build_datain_pdu +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xa25eb093 iscsit_unregister_transport +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xa5023677 iscsit_process_scsi_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xb1246da8 iscsit_find_cmd_from_itt +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xb178582e iscsit_check_dataout_hdr +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xbaf0a8ed iscsit_find_cmd_from_itt_or_dump +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xc8afedc7 iscsit_allocate_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xc9257357 iscsit_handle_task_mgt_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xd7d9e83e iscsi_change_param_sprintf +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xd91f09bf iscsi_target_check_login_request +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xe45b4d3b iscsit_register_transport +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xe60742f9 iscsit_build_r2ts_for_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xe76db618 iscsit_build_logout_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xea606697 iscsit_immediate_queue +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xee30c3f1 iscsit_release_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xf34332f0 iscsi_find_param_from_key +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xf5af3fcf iscsit_get_datain_values +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xfb9ad2b7 iscsit_tmr_post_handler +EXPORT_SYMBOL drivers/target/target_core_mod 0x07046d66 core_tpg_set_initiator_node_tag +EXPORT_SYMBOL drivers/target/target_core_mod 0x0871ffd6 transport_set_vpd_ident +EXPORT_SYMBOL drivers/target/target_core_mod 0x0b290263 target_undepend_item +EXPORT_SYMBOL drivers/target/target_core_mod 0x0be2e9f8 target_cmd_init_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0x0ea90476 sbc_dif_verify +EXPORT_SYMBOL drivers/target/target_core_mod 0x0eecdb43 sbc_attrib_attrs +EXPORT_SYMBOL drivers/target/target_core_mod 0x11006a55 sbc_dif_copy_prot +EXPORT_SYMBOL drivers/target/target_core_mod 0x13481522 target_wait_for_sess_cmds +EXPORT_SYMBOL drivers/target/target_core_mod 0x142072c0 transport_set_vpd_assoc +EXPORT_SYMBOL drivers/target/target_core_mod 0x184a5074 transport_alloc_session_tags +EXPORT_SYMBOL drivers/target/target_core_mod 0x18d0cc5c core_tpg_deregister +EXPORT_SYMBOL drivers/target/target_core_mod 0x20705498 target_get_sess_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x20a0dd29 target_submit_tmr +EXPORT_SYMBOL drivers/target/target_core_mod 0x23236ab8 transport_free_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x24c5383e transport_backend_register +EXPORT_SYMBOL drivers/target/target_core_mod 0x29c30bf6 spc_parse_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0x34daba13 core_tmr_alloc_req +EXPORT_SYMBOL drivers/target/target_core_mod 0x363f824b target_submit_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x37c26bb2 target_complete_cmd_with_sense +EXPORT_SYMBOL drivers/target/target_core_mod 0x3a20a9d7 transport_set_vpd_ident_type +EXPORT_SYMBOL drivers/target/target_core_mod 0x3f94fe25 passthrough_parse_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0x41316fd7 target_put_sess_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x44fe38c7 target_set_cmd_data_length +EXPORT_SYMBOL drivers/target/target_core_mod 0x4639053e transport_handle_cdb_direct +EXPORT_SYMBOL drivers/target/target_core_mod 0x52aadda3 sbc_get_write_same_sectors +EXPORT_SYMBOL drivers/target/target_core_mod 0x57510990 target_stop_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x5af21230 passthrough_attrib_attrs +EXPORT_SYMBOL drivers/target/target_core_mod 0x5bdb610a target_free_sgl +EXPORT_SYMBOL drivers/target/target_core_mod 0x5fecea2c spc_emulate_evpd_83 +EXPORT_SYMBOL drivers/target/target_core_mod 0x60911b0e sbc_get_device_type +EXPORT_SYMBOL drivers/target/target_core_mod 0x61ccf530 transport_generic_new_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x66ee858f transport_generic_free_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x6e05a924 core_tpg_set_initiator_node_queue_depth +EXPORT_SYMBOL drivers/target/target_core_mod 0x70488b92 target_execute_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x748f5ff5 transport_register_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x7d944005 target_to_linux_sector +EXPORT_SYMBOL drivers/target/target_core_mod 0x7d9f9e1e target_show_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x824b9787 __transport_register_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x8e7c099f core_allocate_nexus_loss_ua +EXPORT_SYMBOL drivers/target/target_core_mod 0x8e958b61 transport_kmap_data_sg +EXPORT_SYMBOL drivers/target/target_core_mod 0x93d7ff39 transport_deregister_session_configfs +EXPORT_SYMBOL drivers/target/target_core_mod 0x94df44ab transport_copy_sense_to_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x9517c4d2 target_complete_cmd_with_length +EXPORT_SYMBOL drivers/target/target_core_mod 0x96fee75c target_unregister_template +EXPORT_SYMBOL drivers/target/target_core_mod 0xaa3c67bf target_register_template +EXPORT_SYMBOL drivers/target/target_core_mod 0xac316e6c target_cmd_parse_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0xae5f9992 core_tpg_check_initiator_node_acl +EXPORT_SYMBOL drivers/target/target_core_mod 0xaec8ae5c __target_init_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xaefbcacd target_alloc_sgl +EXPORT_SYMBOL drivers/target/target_core_mod 0xb06b4fc7 target_put_nacl +EXPORT_SYMBOL drivers/target/target_core_mod 0xb19a2e3d target_show_dynamic_sessions +EXPORT_SYMBOL drivers/target/target_core_mod 0xb748d6bb target_backend_unregister +EXPORT_SYMBOL drivers/target/target_core_mod 0xb7e912b5 sbc_parse_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0xbcfa2bb4 target_tpg_has_node_acl +EXPORT_SYMBOL drivers/target/target_core_mod 0xbfe9f37c target_send_busy +EXPORT_SYMBOL drivers/target/target_core_mod 0xc15fcd5c transport_init_session +EXPORT_SYMBOL drivers/target/target_core_mod 0xc1818391 target_lun_is_rdonly +EXPORT_SYMBOL drivers/target/target_core_mod 0xc87b01b5 transport_kunmap_data_sg +EXPORT_SYMBOL drivers/target/target_core_mod 0xd912061b target_complete_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xded748ef core_tpg_register +EXPORT_SYMBOL drivers/target/target_core_mod 0xe1cc1a75 transport_lookup_cmd_lun +EXPORT_SYMBOL drivers/target/target_core_mod 0xe452e74d transport_lookup_tmr_lun +EXPORT_SYMBOL drivers/target/target_core_mod 0xe629b72a transport_alloc_session +EXPORT_SYMBOL drivers/target/target_core_mod 0xe6a7d935 transport_generic_handle_tmr +EXPORT_SYMBOL drivers/target/target_core_mod 0xe7098a3b core_tpg_get_initiator_node_acl +EXPORT_SYMBOL drivers/target/target_core_mod 0xed961299 spc_emulate_report_luns +EXPORT_SYMBOL drivers/target/target_core_mod 0xef4b3449 target_configure_unmap_from_queue +EXPORT_SYMBOL drivers/target/target_core_mod 0xf04259cd target_depend_item +EXPORT_SYMBOL drivers/target/target_core_mod 0xf10a7b5f core_alua_check_nonop_delay +EXPORT_SYMBOL drivers/target/target_core_mod 0xf13ea4e6 transport_send_check_condition_and_sense +EXPORT_SYMBOL drivers/target/target_core_mod 0xf3c2dfe0 transport_set_vpd_proto_id +EXPORT_SYMBOL drivers/target/target_core_mod 0xf6e74df3 transport_generic_request_failure +EXPORT_SYMBOL drivers/target/target_core_mod 0xfae42659 target_nacl_find_deve +EXPORT_SYMBOL drivers/target/target_core_mod 0xfaf9b462 spc_emulate_inquiry_std +EXPORT_SYMBOL drivers/target/target_core_mod 0xfb12a651 target_remove_session +EXPORT_SYMBOL drivers/target/target_core_mod 0xfb5b0b2d passthrough_pr_attrib_attrs +EXPORT_SYMBOL drivers/target/target_core_mod 0xfd1aae93 transport_wait_for_tasks +EXPORT_SYMBOL drivers/target/target_core_mod 0xfee169ff transport_deregister_session +EXPORT_SYMBOL drivers/target/target_core_mod 0xff1a9ac9 target_setup_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 0x1392c85f ufshcd_system_resume +EXPORT_SYMBOL drivers/ufs/core/ufshcd-core 0x7d353706 ufshcd_alloc_host +EXPORT_SYMBOL drivers/ufs/core/ufshcd-core 0xac89c2cf ufshcd_system_suspend +EXPORT_SYMBOL drivers/ufs/core/ufshcd-core 0xb780f9a1 ufshcd_runtime_resume +EXPORT_SYMBOL drivers/ufs/core/ufshcd-core 0xf3da7879 ufshcd_get_local_unipro_ver +EXPORT_SYMBOL drivers/ufs/core/ufshcd-core 0xf6280fe5 ufshcd_runtime_suspend +EXPORT_SYMBOL drivers/ufs/core/ufshcd-core 0xf8233412 ufshcd_map_desc_id_to_length +EXPORT_SYMBOL drivers/ufs/core/ufshcd-core 0xf8f83180 ufshcd_shutdown +EXPORT_SYMBOL drivers/ufs/host/tc-dwc-g210 0x2684374f tc_dwc_g210_config_40_bit +EXPORT_SYMBOL drivers/ufs/host/tc-dwc-g210 0xa8cc18aa tc_dwc_g210_config_20_bit +EXPORT_SYMBOL drivers/ufs/host/ufshcd-dwc 0x30fbdeab ufshcd_dwc_dme_set_attrs +EXPORT_SYMBOL drivers/ufs/host/ufshcd-dwc 0xa849c5af ufshcd_dwc_link_startup_notify +EXPORT_SYMBOL drivers/usb/class/cdc-wdm 0x1783822a usb_cdc_wdm_register +EXPORT_SYMBOL drivers/usb/gadget/libcomposite 0xfcc1375b usb_os_desc_prepare_interf_dir +EXPORT_SYMBOL drivers/usb/host/sl811-hcd 0xe4980489 sl811h_driver +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x225d9921 usb_wwan_resume +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x2f156cdb usb_wwan_write_room +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x37cccf69 usb_wwan_chars_in_buffer +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x5a1dea2a usb_wwan_tiocmget +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x5a4bb235 usb_wwan_write +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x5dd4c4b3 usb_wwan_open +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x6308fa76 usb_wwan_tiocmset +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x898f8f4c usb_wwan_suspend +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xb69e9198 usb_wwan_dtr_rts +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xcf2d2ad8 usb_wwan_close +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xdc04b993 usb_wwan_port_remove +EXPORT_SYMBOL drivers/usb/serial/usbserial 0xb5b5ca50 usb_serial_resume +EXPORT_SYMBOL drivers/usb/serial/usbserial 0xbc3e7ce5 usb_serial_suspend +EXPORT_SYMBOL drivers/vdpa/vdpa 0xc9e490b5 vdpa_set_status +EXPORT_SYMBOL drivers/vfio/mdev/mdev 0x95959331 mdev_register_driver +EXPORT_SYMBOL drivers/vfio/mdev/mdev 0xadcf5411 mdev_register_parent +EXPORT_SYMBOL drivers/vfio/mdev/mdev 0xc8f04e38 mdev_unregister_driver +EXPORT_SYMBOL drivers/vfio/mdev/mdev 0xdbad5071 mdev_unregister_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 0x8e148e7f vfio_pin_pages +EXPORT_SYMBOL drivers/vfio/vfio 0xac568ceb vfio_dma_rw +EXPORT_SYMBOL drivers/vfio/vfio 0xadc044b7 vfio_set_irqs_validate_and_prepare +EXPORT_SYMBOL drivers/vfio/vfio 0xf55f7f71 vfio_unpin_pages +EXPORT_SYMBOL drivers/vhost/vhost 0x21097b2d vhost_chr_poll +EXPORT_SYMBOL drivers/vhost/vhost 0x6d43526f vhost_chr_write_iter +EXPORT_SYMBOL drivers/vhost/vringh 0x0c46f5fb vringh_iov_pull_iotlb +EXPORT_SYMBOL drivers/vhost/vringh 0x18f3ddc2 vringh_iov_push_iotlb +EXPORT_SYMBOL drivers/vhost/vringh 0x19c24590 vringh_notify_disable_kern +EXPORT_SYMBOL drivers/vhost/vringh 0x1fe50c1a vringh_abandon_kern +EXPORT_SYMBOL drivers/vhost/vringh 0x2890c460 vringh_getdesc_kern +EXPORT_SYMBOL drivers/vhost/vringh 0x2d2babc9 vringh_complete_kern +EXPORT_SYMBOL drivers/vhost/vringh 0x3684d8af vringh_complete_iotlb +EXPORT_SYMBOL drivers/vhost/vringh 0x3b304ebb vringh_iov_push_user +EXPORT_SYMBOL drivers/vhost/vringh 0x3ee1955e vringh_init_iotlb +EXPORT_SYMBOL drivers/vhost/vringh 0x4311cd91 vringh_iov_pull_user +EXPORT_SYMBOL drivers/vhost/vringh 0x4504adc9 vringh_abandon_iotlb +EXPORT_SYMBOL drivers/vhost/vringh 0x5bd469c0 vringh_getdesc_user +EXPORT_SYMBOL drivers/vhost/vringh 0x5f586ca2 vringh_init_kern +EXPORT_SYMBOL drivers/vhost/vringh 0x61e3831b vringh_getdesc_iotlb +EXPORT_SYMBOL drivers/vhost/vringh 0x660779c8 vringh_kiov_advance +EXPORT_SYMBOL drivers/vhost/vringh 0x6a693a25 vringh_need_notify_user +EXPORT_SYMBOL drivers/vhost/vringh 0x90e93e3c vringh_complete_multi_user +EXPORT_SYMBOL drivers/vhost/vringh 0x97fa07e9 vringh_iov_push_kern +EXPORT_SYMBOL drivers/vhost/vringh 0x9b30452e vringh_complete_user +EXPORT_SYMBOL drivers/vhost/vringh 0xa7ce8bd6 vringh_notify_disable_user +EXPORT_SYMBOL drivers/vhost/vringh 0xa8efaeb9 vringh_set_iotlb +EXPORT_SYMBOL drivers/vhost/vringh 0xc0bb1581 vringh_need_notify_iotlb +EXPORT_SYMBOL drivers/vhost/vringh 0xc87491c8 vringh_notify_enable_iotlb +EXPORT_SYMBOL drivers/vhost/vringh 0xd465f463 vringh_need_notify_kern +EXPORT_SYMBOL drivers/vhost/vringh 0xde804bb9 vringh_iov_pull_kern +EXPORT_SYMBOL drivers/vhost/vringh 0xe4c21196 vringh_notify_disable_iotlb +EXPORT_SYMBOL drivers/vhost/vringh 0xeb2ec139 vringh_notify_enable_kern +EXPORT_SYMBOL drivers/vhost/vringh 0xf1e32cc0 vringh_init_user +EXPORT_SYMBOL drivers/vhost/vringh 0xf8605294 vringh_notify_enable_user +EXPORT_SYMBOL drivers/vhost/vringh 0xf9d0dd07 vringh_abandon_user +EXPORT_SYMBOL drivers/video/backlight/lcd 0xadd84b8b lcd_device_register +EXPORT_SYMBOL drivers/video/backlight/lcd 0xc365bf0b devm_lcd_device_register +EXPORT_SYMBOL drivers/video/backlight/lcd 0xf85a9e02 lcd_device_unregister +EXPORT_SYMBOL drivers/video/backlight/lcd 0xfb79c846 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 0x21616ce2 svga_tilecursor +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x4ab38ef2 svga_set_default_crt_regs +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x6326b0df svga_get_tilemax +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x726fac6e svga_tileblit +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x728e9adc svga_get_caps +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 0xc53fbe3e svga_tilecopy +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xd22ca511 svga_set_default_atc_regs +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xd6ec2c44 svga_compute_pll +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xdcc5a013 svga_wseq_multi +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xe28d2a49 svga_set_default_gfx_regs +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xefc25fd5 svga_settile +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xf37402bb svga_tilefill +EXPORT_SYMBOL drivers/video/fbdev/core/syscopyarea 0xe229a159 sys_copyarea +EXPORT_SYMBOL drivers/video/fbdev/core/sysfillrect 0x5d3c6653 sys_fillrect +EXPORT_SYMBOL drivers/video/fbdev/core/sysimgblt 0x16aec4fb sys_imageblit +EXPORT_SYMBOL drivers/video/fbdev/cyber2000fb 0x0cc3ede5 cyber2000fb_detach +EXPORT_SYMBOL drivers/video/fbdev/cyber2000fb 0x13ecaac0 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 0x7fb8fbb1 mac_find_mode +EXPORT_SYMBOL drivers/video/fbdev/macmodes 0xe2304303 mac_map_monitor_sense +EXPORT_SYMBOL drivers/video/fbdev/matrox/g450_pll 0x317dc77a matroxfb_g450_setclk +EXPORT_SYMBOL drivers/video/fbdev/matrox/g450_pll 0x9fe825ff matroxfb_g450_setpll_cond +EXPORT_SYMBOL drivers/video/fbdev/matrox/g450_pll 0xd7efc6ed g450_mnp2f +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0x1d014c8c DAC1064_global_init +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0x404d5bf8 matrox_mystique +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0x43ee59e0 matrox_G100 +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0xce0fa7fc DAC1064_global_restore +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_Ti3026 0x73008dc5 matrox_millennium +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_accel 0xd2f7cfda matrox_cfbX_init +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0x3283d39f matroxfb_unregister_driver +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0x40b26b69 matroxfb_register_driver +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0xaac28faf matroxfb_enable_irq +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0xe2505d5c matroxfb_wait_for_sync +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_g450 0x157abaf9 matroxfb_g450_shutdown +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_g450 0x23255cc4 matroxfb_g450_connect +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x1ad7d3ee matroxfb_DAC_out +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x226a0eec matroxfb_vgaHWinit +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x25cf8049 matroxfb_PLL_calcclock +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x3b188678 matroxfb_vgaHWrestore +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x98d36b90 matroxfb_read_pins +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0xa6f340cb matroxfb_DAC_in +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 0x05d8d6bd 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 0x7574dbb7 vbg_get_gdev +EXPORT_SYMBOL drivers/virt/vboxguest/vboxguest 0x9c072aa8 vbg_status_code_to_errno +EXPORT_SYMBOL drivers/virt/vboxguest/vboxguest 0xcc0ec34d vbg_hgcm_connect +EXPORT_SYMBOL drivers/virt/vboxguest/vboxguest 0xe0599ebd vbg_hgcm_disconnect +EXPORT_SYMBOL drivers/virt/vboxguest/vboxguest 0xf5ff7f82 vbg_put_gdev +EXPORT_SYMBOL drivers/virtio/virtio_dma_buf 0x31a09416 virtio_dma_buf_get_uuid +EXPORT_SYMBOL drivers/virtio/virtio_dma_buf 0x941ba565 virtio_dma_buf_attach +EXPORT_SYMBOL drivers/virtio/virtio_dma_buf 0x97c4be94 virtio_dma_buf_export +EXPORT_SYMBOL drivers/virtio/virtio_dma_buf 0xaa2daa21 is_virtio_dma_buf +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2780 0x3ac1e4d7 w1_ds2780_io +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2780 0x8ce8e0ad w1_ds2780_eeprom_cmd +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2781 0x1ef1624f w1_ds2781_io +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2781 0x336647b5 w1_ds2781_eeprom_cmd +EXPORT_SYMBOL drivers/w1/wire 0x20900716 w1_remove_master_device +EXPORT_SYMBOL drivers/w1/wire 0x3f369c9a w1_register_family +EXPORT_SYMBOL drivers/w1/wire 0x8592d48d w1_add_master_device +EXPORT_SYMBOL drivers/w1/wire 0xcd2642ed w1_unregister_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 0x06759bcc __fscache_write_to_cache +EXPORT_SYMBOL fs/fscache/fscache 0x0b5cb2a5 fscache_add_cache +EXPORT_SYMBOL fs/fscache/fscache 0x0e5958f5 __SCK__tp_func_fscache_access_volume +EXPORT_SYMBOL fs/fscache/fscache 0x174583d7 fscache_dirty_folio +EXPORT_SYMBOL fs/fscache/fscache 0x1a0d09e7 fscache_n_write +EXPORT_SYMBOL fs/fscache/fscache 0x1a68120b fscache_withdraw_cache +EXPORT_SYMBOL fs/fscache/fscache 0x1d87f756 fscache_withdraw_volume +EXPORT_SYMBOL fs/fscache/fscache 0x2184ba72 __fscache_begin_read_operation +EXPORT_SYMBOL fs/fscache/fscache 0x234a140d __traceiter_fscache_access_volume +EXPORT_SYMBOL fs/fscache/fscache 0x245c20a1 __fscache_relinquish_volume +EXPORT_SYMBOL fs/fscache/fscache 0x30fee671 __fscache_begin_write_operation +EXPORT_SYMBOL fs/fscache/fscache 0x3541799f __fscache_resize_cookie +EXPORT_SYMBOL fs/fscache/fscache 0x41b85dcd __fscache_acquire_cookie +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 0x4b3f8d77 fscache_io_error +EXPORT_SYMBOL fs/fscache/fscache 0x50c3edc4 __fscache_clear_page_bits +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 0x59ce9c5b __fscache_use_cookie +EXPORT_SYMBOL fs/fscache/fscache 0x656dd727 __tracepoint_fscache_access_cache +EXPORT_SYMBOL fs/fscache/fscache 0x68831d40 __SCK__tp_func_fscache_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 0x7dd1e8f7 fscache_caching_failed +EXPORT_SYMBOL fs/fscache/fscache 0x7ebe23e5 __fscache_unuse_cookie +EXPORT_SYMBOL fs/fscache/fscache 0x8118fdbc __fscache_invalidate +EXPORT_SYMBOL fs/fscache/fscache 0x86fecb6b fscache_cookie_lookup_negative +EXPORT_SYMBOL fs/fscache/fscache 0x888ee0a4 fscache_resume_after_invalidation +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 0xae6040a5 __traceiter_fscache_access_cache +EXPORT_SYMBOL fs/fscache/fscache 0xb6f953ef fscache_get_cookie +EXPORT_SYMBOL fs/fscache/fscache 0xbca46908 fscache_wq +EXPORT_SYMBOL fs/fscache/fscache 0xc24dbad3 __fscache_relinquish_cookie +EXPORT_SYMBOL fs/fscache/fscache 0xc2dfbf20 fscache_put_cookie +EXPORT_SYMBOL fs/fscache/fscache 0xc4d95564 __fscache_acquire_volume +EXPORT_SYMBOL fs/fscache/fscache 0xcb186aab __tracepoint_fscache_access +EXPORT_SYMBOL fs/fscache/fscache 0xcc20eba2 fscache_end_cookie_access +EXPORT_SYMBOL fs/fscache/fscache 0xcce11a60 fscache_n_no_write_space +EXPORT_SYMBOL fs/fscache/fscache 0xd6c13e77 fscache_wait_for_operation +EXPORT_SYMBOL fs/fscache/fscache 0xd7c12af0 fscache_relinquish_cache +EXPORT_SYMBOL fs/fscache/fscache 0xd936f831 fscache_end_volume_access +EXPORT_SYMBOL fs/fscache/fscache 0xdc8997c9 fscache_acquire_cache +EXPORT_SYMBOL fs/fscache/fscache 0xdcb87498 __traceiter_fscache_access +EXPORT_SYMBOL fs/fscache/fscache 0xde7d1c0f fscache_withdraw_cookie +EXPORT_SYMBOL fs/fscache/fscache 0xe0d1378b __tracepoint_fscache_access_volume +EXPORT_SYMBOL fs/fscache/fscache 0xe3638525 __SCK__tp_func_fscache_access_cache +EXPORT_SYMBOL fs/netfs/netfs 0x76444347 netfs_readahead +EXPORT_SYMBOL fs/netfs/netfs 0xa951446d netfs_subreq_terminated +EXPORT_SYMBOL fs/netfs/netfs 0xbcfa9c53 netfs_stats_show +EXPORT_SYMBOL fs/netfs/netfs 0xe2c254c5 netfs_read_folio +EXPORT_SYMBOL fs/netfs/netfs 0xf7e48088 netfs_write_begin +EXPORT_SYMBOL fs/ocfs2/cluster/ocfs2_nodemanager 0xbfd7d7a2 o2hb_global_heartbeat_active +EXPORT_SYMBOL fs/quota/quota_tree 0x175cb598 qtree_delete_dquot +EXPORT_SYMBOL fs/quota/quota_tree 0x44376077 qtree_write_dquot +EXPORT_SYMBOL fs/quota/quota_tree 0x52429ebf qtree_get_next_id +EXPORT_SYMBOL fs/quota/quota_tree 0x9aa70158 qtree_entry_unused +EXPORT_SYMBOL fs/quota/quota_tree 0xd94372e9 qtree_read_dquot +EXPORT_SYMBOL fs/quota/quota_tree 0xe641c1e8 qtree_release_dquot +EXPORT_SYMBOL lib/crc-itu-t 0x09a34a2b crc_itu_t +EXPORT_SYMBOL lib/crc-itu-t 0xd819a524 crc_itu_t_table +EXPORT_SYMBOL lib/crc7 0x65aaf037 crc7_be_syndrome_table +EXPORT_SYMBOL lib/crc7 0xba55d23e crc7_be +EXPORT_SYMBOL lib/crc8 0x9c5d5b94 crc8 +EXPORT_SYMBOL lib/crc8 0xaa8106bc crc8_populate_msb +EXPORT_SYMBOL lib/crc8 0xc3cd034d crc8_populate_lsb +EXPORT_SYMBOL lib/crypto/libarc4 0x2bb32ad1 arc4_setkey +EXPORT_SYMBOL lib/crypto/libarc4 0xcd47fcc4 arc4_crypt +EXPORT_SYMBOL lib/crypto/libchacha 0xcec122d7 chacha_crypt_generic +EXPORT_SYMBOL lib/crypto/libchacha20poly1305 0x147c3f2e chacha20poly1305_encrypt +EXPORT_SYMBOL lib/crypto/libchacha20poly1305 0x521c7102 xchacha20poly1305_decrypt +EXPORT_SYMBOL lib/crypto/libchacha20poly1305 0x6c713da5 chacha20poly1305_encrypt_sg_inplace +EXPORT_SYMBOL lib/crypto/libchacha20poly1305 0x916491ac chacha20poly1305_decrypt_sg_inplace +EXPORT_SYMBOL lib/crypto/libchacha20poly1305 0xc20134e7 chacha20poly1305_decrypt +EXPORT_SYMBOL lib/crypto/libchacha20poly1305 0xce15a526 xchacha20poly1305_encrypt +EXPORT_SYMBOL lib/crypto/libcurve25519-generic 0x12627f15 curve25519_generic +EXPORT_SYMBOL lib/crypto/libcurve25519-generic 0x4a5a8811 curve25519_null_point +EXPORT_SYMBOL lib/crypto/libcurve25519-generic 0x7e6fdbfc curve25519_base_point +EXPORT_SYMBOL lib/crypto/libpoly1305 0x021f3700 poly1305_core_blocks +EXPORT_SYMBOL lib/crypto/libpoly1305 0xbcb90cb3 poly1305_core_emit +EXPORT_SYMBOL lib/crypto/libpoly1305 0xd45b9cf4 poly1305_core_setkey +EXPORT_SYMBOL lib/libcrc32c 0x89a0cd52 crc32c_impl +EXPORT_SYMBOL lib/libcrc32c 0xb15b4109 crc32c +EXPORT_SYMBOL lib/lru_cache 0x0c8ed958 lc_seq_dump_details +EXPORT_SYMBOL lib/lru_cache 0x0cb562e6 lc_put +EXPORT_SYMBOL lib/lru_cache 0x12de578e lc_committed +EXPORT_SYMBOL lib/lru_cache 0x1d2ebc6a lc_get +EXPORT_SYMBOL lib/lru_cache 0x2675693b lc_del +EXPORT_SYMBOL lib/lru_cache 0x75e88edc lc_destroy +EXPORT_SYMBOL lib/lru_cache 0x96d40a48 lc_try_get +EXPORT_SYMBOL lib/lru_cache 0xa79000a0 lc_is_used +EXPORT_SYMBOL lib/lru_cache 0xaeb959aa lc_create +EXPORT_SYMBOL lib/lru_cache 0xbf18a077 lc_reset +EXPORT_SYMBOL lib/lru_cache 0xc4d8d7a4 lc_find +EXPORT_SYMBOL lib/lru_cache 0xd743235a lc_seq_printf_stats +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 0x147cf4c4 lowpan_unregister_netdev +EXPORT_SYMBOL net/6lowpan/6lowpan 0x699e3101 lowpan_unregister_netdevice +EXPORT_SYMBOL net/6lowpan/6lowpan 0x9c690f3a lowpan_nhc_del +EXPORT_SYMBOL net/6lowpan/6lowpan 0xdff2918f lowpan_register_netdev +EXPORT_SYMBOL net/6lowpan/6lowpan 0xed14928e lowpan_register_netdevice +EXPORT_SYMBOL net/6lowpan/6lowpan 0xf6276a32 lowpan_nhc_add +EXPORT_SYMBOL net/802/p8022 0xb76052b6 register_8022_client +EXPORT_SYMBOL net/802/p8022 0xd774cbd8 unregister_8022_client +EXPORT_SYMBOL net/802/psnap 0xccbea109 register_snap_client +EXPORT_SYMBOL net/802/psnap 0xcef90153 unregister_snap_client +EXPORT_SYMBOL net/9p/9pnet 0x07faca53 do_trace_9p_fid_put +EXPORT_SYMBOL net/9p/9pnet 0x0a964c04 v9fs_get_trans_by_name +EXPORT_SYMBOL net/9p/9pnet 0x0dd9cab0 p9_client_readlink +EXPORT_SYMBOL net/9p/9pnet 0x112b49d4 p9_client_open +EXPORT_SYMBOL net/9p/9pnet 0x1421550f p9_client_mknod_dotl +EXPORT_SYMBOL net/9p/9pnet 0x1dda5f98 p9_client_getlock_dotl +EXPORT_SYMBOL net/9p/9pnet 0x212d06dc p9_client_destroy +EXPORT_SYMBOL net/9p/9pnet 0x22c30a35 p9_client_symlink +EXPORT_SYMBOL net/9p/9pnet 0x230fc6b5 p9_client_link +EXPORT_SYMBOL net/9p/9pnet 0x2ae737bf p9_client_getattr_dotl +EXPORT_SYMBOL net/9p/9pnet 0x2bfc8986 p9_client_setattr +EXPORT_SYMBOL net/9p/9pnet 0x3544af9a p9_client_mkdir_dotl +EXPORT_SYMBOL net/9p/9pnet 0x38b8f246 p9_tag_lookup +EXPORT_SYMBOL net/9p/9pnet 0x3d73a797 p9_errstr2errno +EXPORT_SYMBOL net/9p/9pnet 0x3e282400 p9_is_proto_dotl +EXPORT_SYMBOL net/9p/9pnet 0x3e4c1f82 p9_client_fsync +EXPORT_SYMBOL net/9p/9pnet 0x41ce9823 p9stat_read +EXPORT_SYMBOL net/9p/9pnet 0x4ba99359 p9_fcall_fini +EXPORT_SYMBOL net/9p/9pnet 0x5a934d48 do_trace_9p_fid_get +EXPORT_SYMBOL net/9p/9pnet 0x5b90eb90 __traceiter_9p_fid_ref +EXPORT_SYMBOL net/9p/9pnet 0x62c15fce p9_is_proto_dotu +EXPORT_SYMBOL net/9p/9pnet 0x62d24b44 p9_show_client_options +EXPORT_SYMBOL net/9p/9pnet 0x738a33a7 __SCK__tp_func_9p_fid_ref +EXPORT_SYMBOL net/9p/9pnet 0x74075c0e p9_client_statfs +EXPORT_SYMBOL net/9p/9pnet 0x761cad64 p9_parse_header +EXPORT_SYMBOL net/9p/9pnet 0x787be4ce v9fs_get_default_trans +EXPORT_SYMBOL net/9p/9pnet 0x7c94ed8b p9_client_wstat +EXPORT_SYMBOL net/9p/9pnet 0x814bd4c6 p9_client_read_once +EXPORT_SYMBOL net/9p/9pnet 0x88e7e2df p9_client_write +EXPORT_SYMBOL net/9p/9pnet 0x94ea8dd8 p9_client_stat +EXPORT_SYMBOL net/9p/9pnet 0x95bd8f96 p9dirent_read +EXPORT_SYMBOL net/9p/9pnet 0x9afce216 p9_client_renameat +EXPORT_SYMBOL net/9p/9pnet 0xa2470de4 p9_release_pages +EXPORT_SYMBOL net/9p/9pnet 0xa4b5556b p9_req_put +EXPORT_SYMBOL net/9p/9pnet 0xadff013f p9_client_remove +EXPORT_SYMBOL net/9p/9pnet 0xb180c14f v9fs_unregister_trans +EXPORT_SYMBOL net/9p/9pnet 0xb56ac91c p9_client_create +EXPORT_SYMBOL net/9p/9pnet 0xb798a888 __SCT__tp_func_9p_fid_ref +EXPORT_SYMBOL net/9p/9pnet 0xbbb725ba p9_client_readdir +EXPORT_SYMBOL net/9p/9pnet 0xc0973ef1 p9_client_clunk +EXPORT_SYMBOL net/9p/9pnet 0xc1082fd1 p9_client_fcreate +EXPORT_SYMBOL net/9p/9pnet 0xc4b31edf p9_client_lock_dotl +EXPORT_SYMBOL net/9p/9pnet 0xc4eda3c9 __tracepoint_9p_fid_ref +EXPORT_SYMBOL net/9p/9pnet 0xc600e0cf p9_client_cb +EXPORT_SYMBOL net/9p/9pnet 0xd384c683 p9stat_free +EXPORT_SYMBOL net/9p/9pnet 0xd3e866b7 p9_client_walk +EXPORT_SYMBOL net/9p/9pnet 0xd4889590 v9fs_register_trans +EXPORT_SYMBOL net/9p/9pnet 0xd6010879 p9_client_unlinkat +EXPORT_SYMBOL net/9p/9pnet 0xd7a3c804 p9_client_read +EXPORT_SYMBOL net/9p/9pnet 0xd80fb7ec p9_client_rename +EXPORT_SYMBOL net/9p/9pnet 0xda701040 p9_client_create_dotl +EXPORT_SYMBOL net/9p/9pnet 0xe58a3360 p9_error_init +EXPORT_SYMBOL net/9p/9pnet 0xe80c431d p9_client_attach +EXPORT_SYMBOL net/9p/9pnet 0xe9f372fd p9_client_disconnect +EXPORT_SYMBOL net/9p/9pnet 0xf2219305 p9_client_begin_disconnect +EXPORT_SYMBOL net/appletalk/appletalk 0x399714e8 alloc_ltalkdev +EXPORT_SYMBOL net/appletalk/appletalk 0x43e2e0e2 atrtr_get_dev +EXPORT_SYMBOL net/appletalk/appletalk 0x936762ae aarp_send_ddp +EXPORT_SYMBOL net/appletalk/appletalk 0xf4978335 atalk_find_dev_addr +EXPORT_SYMBOL net/atm/atm 0x184c3910 deregister_atm_ioctl +EXPORT_SYMBOL net/atm/atm 0x1d53daf0 vcc_process_recv_queue +EXPORT_SYMBOL net/atm/atm 0x2a82dd3a atm_dev_release_vccs +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 0x48cf9ad7 atm_alloc_charge +EXPORT_SYMBOL net/atm/atm 0x69a66ff6 vcc_release_async +EXPORT_SYMBOL net/atm/atm 0x786bf496 atm_dev_register +EXPORT_SYMBOL net/atm/atm 0x90fa3355 atm_dev_lookup +EXPORT_SYMBOL net/atm/atm 0x9a71db8d vcc_insert_socket +EXPORT_SYMBOL net/atm/atm 0x9ad76446 register_atm_ioctl +EXPORT_SYMBOL net/atm/atm 0x9feaf287 sonet_subtract_stats +EXPORT_SYMBOL net/atm/atm 0xaa024146 sonet_copy_stats +EXPORT_SYMBOL net/atm/atm 0xd695e82a atm_charge +EXPORT_SYMBOL net/atm/atm 0xdee7e36f atm_dev_deregister +EXPORT_SYMBOL net/atm/atm 0xebb8f342 atm_init_aal5 +EXPORT_SYMBOL net/atm/atm 0xf49bc67a atm_pcr_goal +EXPORT_SYMBOL net/atm/atm 0xfdd16676 atm_dev_signal_change +EXPORT_SYMBOL net/ax25/ax25 0x14cecd59 ax25_display_timer +EXPORT_SYMBOL net/ax25/ax25 0x1c27f9b9 ax25_ip_xmit +EXPORT_SYMBOL net/ax25/ax25 0x1d0b0a03 ax25_linkfail_register +EXPORT_SYMBOL net/ax25/ax25 0x242852b9 ax25_uid_policy +EXPORT_SYMBOL net/ax25/ax25 0x2ab188c5 ax25_send_frame +EXPORT_SYMBOL net/ax25/ax25 0x4502c65a asc2ax +EXPORT_SYMBOL net/ax25/ax25 0x53dea1ff ax2asc +EXPORT_SYMBOL net/ax25/ax25 0x7dad34d4 ax25_find_cb +EXPORT_SYMBOL net/ax25/ax25 0x8ede9e26 ax25_protocol_release +EXPORT_SYMBOL net/ax25/ax25 0xa2001e53 ax25_header_ops +EXPORT_SYMBOL net/ax25/ax25 0xace1bdc6 ax25_listen_register +EXPORT_SYMBOL net/ax25/ax25 0xc1444946 ax25cmp +EXPORT_SYMBOL net/ax25/ax25 0xd32c4587 ax25_listen_release +EXPORT_SYMBOL net/ax25/ax25 0xd43ecbf1 null_ax25_address +EXPORT_SYMBOL net/ax25/ax25 0xdd57225d ax25_linkfail_release +EXPORT_SYMBOL net/ax25/ax25 0xee02e420 ax25_findbyuid +EXPORT_SYMBOL net/bluetooth/bluetooth 0x00208870 l2cap_unregister_user +EXPORT_SYMBOL net/bluetooth/bluetooth 0x04aa6565 bt_sock_reclassify_lock +EXPORT_SYMBOL net/bluetooth/bluetooth 0x06324938 __hci_cmd_send +EXPORT_SYMBOL net/bluetooth/bluetooth 0x0718b8b7 bt_info +EXPORT_SYMBOL net/bluetooth/bluetooth 0x09745cbf hci_set_fw_info +EXPORT_SYMBOL net/bluetooth/bluetooth 0x0c8169f3 hci_cmd_sync +EXPORT_SYMBOL net/bluetooth/bluetooth 0x0e21edc3 hci_get_route +EXPORT_SYMBOL net/bluetooth/bluetooth 0x0f87c274 hci_resume_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x17d7aa7e l2cap_conn_put +EXPORT_SYMBOL net/bluetooth/bluetooth 0x1cd74356 l2cap_register_user +EXPORT_SYMBOL net/bluetooth/bluetooth 0x214e4265 bt_warn +EXPORT_SYMBOL net/bluetooth/bluetooth 0x2623edf9 hci_unregister_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x27183158 bt_sock_link +EXPORT_SYMBOL net/bluetooth/bluetooth 0x27a780ac l2cap_is_socket +EXPORT_SYMBOL net/bluetooth/bluetooth 0x292eaa76 hci_suspend_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x31da4705 bt_procfs_init +EXPORT_SYMBOL net/bluetooth/bluetooth 0x35e458ce bt_accept_dequeue +EXPORT_SYMBOL net/bluetooth/bluetooth 0x3687f4a5 bt_sock_poll +EXPORT_SYMBOL net/bluetooth/bluetooth 0x368eb337 hci_alloc_dev_priv +EXPORT_SYMBOL net/bluetooth/bluetooth 0x3a410fd9 hci_register_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x4614985b bt_procfs_cleanup +EXPORT_SYMBOL net/bluetooth/bluetooth 0x48685a8f hci_unregister_cb +EXPORT_SYMBOL net/bluetooth/bluetooth 0x4b8f7a71 __hci_cmd_sync_sk +EXPORT_SYMBOL net/bluetooth/bluetooth 0x4f99525f hci_register_cb +EXPORT_SYMBOL net/bluetooth/bluetooth 0x51c4a205 bt_sock_unlink +EXPORT_SYMBOL net/bluetooth/bluetooth 0x6672c3cb hci_conn_switch_role +EXPORT_SYMBOL net/bluetooth/bluetooth 0x69ae4aa3 hci_cmd_sync_queue +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 0x7e16471b __hci_cmd_sync_status +EXPORT_SYMBOL net/bluetooth/bluetooth 0x8c196566 hci_reset_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x8fea24bd bt_sock_unregister +EXPORT_SYMBOL net/bluetooth/bluetooth 0x9b05292a bt_sock_wait_ready +EXPORT_SYMBOL net/bluetooth/bluetooth 0x9b69b8da l2cap_conn_get +EXPORT_SYMBOL net/bluetooth/bluetooth 0x9cd7aed4 hci_conn_check_secure +EXPORT_SYMBOL net/bluetooth/bluetooth 0x9f4b8185 bt_sock_wait_state +EXPORT_SYMBOL net/bluetooth/bluetooth 0xa8124cf2 hci_conn_security +EXPORT_SYMBOL net/bluetooth/bluetooth 0xaa7293b6 __hci_cmd_sync +EXPORT_SYMBOL net/bluetooth/bluetooth 0xac14e4aa bt_sock_recvmsg +EXPORT_SYMBOL net/bluetooth/bluetooth 0xad545139 l2cap_chan_close +EXPORT_SYMBOL net/bluetooth/bluetooth 0xc0097afb hci_mgmt_chan_unregister +EXPORT_SYMBOL net/bluetooth/bluetooth 0xcc148441 hci_recv_diag +EXPORT_SYMBOL net/bluetooth/bluetooth 0xcd93f6a7 bt_accept_enqueue +EXPORT_SYMBOL net/bluetooth/bluetooth 0xcde43903 hci_mgmt_chan_register +EXPORT_SYMBOL net/bluetooth/bluetooth 0xceaed987 hci_set_hw_info +EXPORT_SYMBOL net/bluetooth/bluetooth 0xcfbcef12 hci_recv_frame +EXPORT_SYMBOL net/bluetooth/bluetooth 0xd7613212 bt_err_ratelimited +EXPORT_SYMBOL net/bluetooth/bluetooth 0xddacccf6 bt_warn_ratelimited +EXPORT_SYMBOL net/bluetooth/bluetooth 0xe553c476 hci_cmd_sync_cancel +EXPORT_SYMBOL net/bluetooth/bluetooth 0xe6b3d9e2 bt_accept_unlink +EXPORT_SYMBOL net/bluetooth/bluetooth 0xed39f3c9 __hci_cmd_sync_ev +EXPORT_SYMBOL net/bluetooth/bluetooth 0xf1ab6d3b bt_sock_ioctl +EXPORT_SYMBOL net/bluetooth/bluetooth 0xf2167b68 __hci_cmd_sync_status_sk +EXPORT_SYMBOL net/bluetooth/bluetooth 0xf4880f38 bt_sock_stream_recvmsg +EXPORT_SYMBOL net/bluetooth/bluetooth 0xfc589410 hci_release_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0xfdecd874 bt_sock_register +EXPORT_SYMBOL net/bluetooth/bluetooth 0xffbec349 hci_free_dev +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0x1fb1f49c ebt_unregister_template +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0x258c2659 ebt_register_template +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0x3409e87e ebt_unregister_table +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0xa2c1a478 ebt_do_table +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0xd3a991e6 ebt_register_table +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0xfe6e1df0 ebt_unregister_table_pre_exit +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 0x4da4c81f cfcnfg_add_phy_layer +EXPORT_SYMBOL net/caif/caif 0x839ddb7b cfcnfg_set_phy_state +EXPORT_SYMBOL net/caif/caif 0x96f914d6 get_cfcnfg +EXPORT_SYMBOL net/caif/caif 0x9e3e305d cfpkt_set_prio +EXPORT_SYMBOL net/caif/caif 0xa9d49f9b caif_connect_client +EXPORT_SYMBOL net/caif/caif 0xb7b6874e caif_free_client +EXPORT_SYMBOL net/caif/caif 0xe92d663e caif_disconnect_client +EXPORT_SYMBOL net/caif/caif 0xf17fa773 caif_enroll_dev +EXPORT_SYMBOL net/can/can 0x309edecd can_proto_register +EXPORT_SYMBOL net/can/can 0x8ff68c6c can_proto_unregister +EXPORT_SYMBOL net/can/can 0xb5a01d25 can_rx_register +EXPORT_SYMBOL net/can/can 0xc8c773fd can_rx_unregister +EXPORT_SYMBOL net/can/can 0xcb1b4697 can_sock_destruct +EXPORT_SYMBOL net/can/can 0xec5000d5 can_send +EXPORT_SYMBOL net/ceph/libceph 0x03833edb osd_req_op_raw_data_in_pages +EXPORT_SYMBOL net/ceph/libceph 0x04cad6f0 ceph_pg_poolid_by_name +EXPORT_SYMBOL net/ceph/libceph 0x06b92fc0 ceph_osdc_alloc_messages +EXPORT_SYMBOL net/ceph/libceph 0x08b28288 ceph_monc_renew_subs +EXPORT_SYMBOL net/ceph/libceph 0x0a0f7872 ceph_open_session +EXPORT_SYMBOL net/ceph/libceph 0x1378aba3 ceph_pg_pool_name_by_id +EXPORT_SYMBOL net/ceph/libceph 0x146b6335 ceph_monc_wait_osdmap +EXPORT_SYMBOL net/ceph/libceph 0x14cd37cd ceph_cls_unlock +EXPORT_SYMBOL net/ceph/libceph 0x158733cb ceph_copy_to_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x165b1948 ceph_pagelist_free_reserve +EXPORT_SYMBOL net/ceph/libceph 0x16d5322c ceph_create_client +EXPORT_SYMBOL net/ceph/libceph 0x17c17611 ceph_pg_to_acting_primary +EXPORT_SYMBOL net/ceph/libceph 0x1b762af7 ceph_osdc_sync +EXPORT_SYMBOL net/ceph/libceph 0x2087719e ceph_oid_copy +EXPORT_SYMBOL net/ceph/libceph 0x2101cbc9 ceph_oid_destroy +EXPORT_SYMBOL net/ceph/libceph 0x2118d361 ceph_msg_dump +EXPORT_SYMBOL net/ceph/libceph 0x23268bdd ceph_msg_new2 +EXPORT_SYMBOL net/ceph/libceph 0x25ba6cb2 osd_req_op_extent_init +EXPORT_SYMBOL net/ceph/libceph 0x2a983d26 ceph_pagelist_release +EXPORT_SYMBOL net/ceph/libceph 0x2ec79d3e ceph_cls_assert_locked +EXPORT_SYMBOL net/ceph/libceph 0x2f71f542 ceph_put_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x2fc8815c ceph_alloc_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x30c6019d ceph_osdc_call +EXPORT_SYMBOL net/ceph/libceph 0x36957d54 ceph_monc_stop +EXPORT_SYMBOL net/ceph/libceph 0x36d00e97 ceph_osdc_put_request +EXPORT_SYMBOL net/ceph/libceph 0x38f2d94e ceph_file_to_extents +EXPORT_SYMBOL net/ceph/libceph 0x3c5d6097 ceph_cls_lock +EXPORT_SYMBOL net/ceph/libceph 0x3c8d7111 ceph_get_num_objects +EXPORT_SYMBOL net/ceph/libceph 0x417a9131 ceph_oloc_destroy +EXPORT_SYMBOL net/ceph/libceph 0x433b40a2 ceph_cls_set_cookie +EXPORT_SYMBOL net/ceph/libceph 0x44301454 osd_req_op_extent_osd_data_pagelist +EXPORT_SYMBOL net/ceph/libceph 0x466b85b8 libceph_compatible +EXPORT_SYMBOL net/ceph/libceph 0x499a66ee ceph_osdc_abort_requests +EXPORT_SYMBOL net/ceph/libceph 0x4ab42f61 ceph_monc_do_statfs +EXPORT_SYMBOL net/ceph/libceph 0x4ac9d4bc ceph_osdc_notify +EXPORT_SYMBOL net/ceph/libceph 0x4affd6c2 ceph_parse_fsid +EXPORT_SYMBOL net/ceph/libceph 0x4bc2c52c osd_req_op_copy_from_init +EXPORT_SYMBOL net/ceph/libceph 0x4d69ae9c ceph_auth_invalidate_authorizer +EXPORT_SYMBOL net/ceph/libceph 0x4e6bd26c ceph_destroy_client +EXPORT_SYMBOL net/ceph/libceph 0x50603ce3 ceph_decode_entity_addrvec +EXPORT_SYMBOL net/ceph/libceph 0x569eb1f5 ceph_client_gid +EXPORT_SYMBOL net/ceph/libceph 0x57baf885 ceph_str_hash +EXPORT_SYMBOL net/ceph/libceph 0x57efece8 ceph_monc_blocklist_add +EXPORT_SYMBOL net/ceph/libceph 0x5aeeee62 ceph_oid_aprintf +EXPORT_SYMBOL net/ceph/libceph 0x5c645a01 ceph_con_open +EXPORT_SYMBOL net/ceph/libceph 0x5ef3a83c ceph_con_send +EXPORT_SYMBOL net/ceph/libceph 0x6261b724 ceph_wait_for_latest_osdmap +EXPORT_SYMBOL net/ceph/libceph 0x63758856 ceph_str_hash_name +EXPORT_SYMBOL net/ceph/libceph 0x66ed052c __ceph_open_session +EXPORT_SYMBOL net/ceph/libceph 0x68ee9127 ceph_osdc_unwatch +EXPORT_SYMBOL net/ceph/libceph 0x695a2f54 ceph_compare_options +EXPORT_SYMBOL net/ceph/libceph 0x6a3a7a8f osd_req_op_cls_request_data_bvecs +EXPORT_SYMBOL net/ceph/libceph 0x6a7a38a0 ceph_pr_addr +EXPORT_SYMBOL net/ceph/libceph 0x70a8543a ceph_auth_add_authorizer_challenge +EXPORT_SYMBOL net/ceph/libceph 0x7215f42f ceph_auth_verify_authorizer_reply +EXPORT_SYMBOL net/ceph/libceph 0x7342802c osd_req_op_cls_init +EXPORT_SYMBOL net/ceph/libceph 0x7b43b20e ceph_monc_init +EXPORT_SYMBOL net/ceph/libceph 0x7cf7820a ceph_monc_get_version +EXPORT_SYMBOL net/ceph/libceph 0x7ef3f4f2 ceph_osdc_flush_notifies +EXPORT_SYMBOL net/ceph/libceph 0x7efca70c ceph_msg_new +EXPORT_SYMBOL net/ceph/libceph 0x811e9849 ceph_con_init +EXPORT_SYMBOL net/ceph/libceph 0x819fe7c2 ceph_cls_lock_info +EXPORT_SYMBOL net/ceph/libceph 0x81a48365 ceph_osdc_wait_request +EXPORT_SYMBOL net/ceph/libceph 0x851b6d45 ceph_auth_handle_svc_reply_more +EXPORT_SYMBOL net/ceph/libceph 0x85a3cf51 ceph_msg_data_add_pages +EXPORT_SYMBOL net/ceph/libceph 0x85d475da ceph_msg_get +EXPORT_SYMBOL net/ceph/libceph 0x86fca7e4 ceph_put_snap_context +EXPORT_SYMBOL net/ceph/libceph 0x87d150bc ceph_msg_put +EXPORT_SYMBOL net/ceph/libceph 0x8a5b87a1 ceph_monc_got_map +EXPORT_SYMBOL net/ceph/libceph 0x8b398321 ceph_copy_user_to_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x906422c7 ceph_zero_page_vector_range +EXPORT_SYMBOL net/ceph/libceph 0x907c4a19 ceph_osdc_alloc_request +EXPORT_SYMBOL net/ceph/libceph 0x92b7b4ce ceph_pg_pool_flags +EXPORT_SYMBOL net/ceph/libceph 0x96e15770 ceph_osdc_cancel_request +EXPORT_SYMBOL net/ceph/libceph 0x987d3968 ceph_alloc_options +EXPORT_SYMBOL net/ceph/libceph 0x99fda2a0 ceph_auth_handle_bad_authorizer +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 0xa131523f ceph_monc_open_session +EXPORT_SYMBOL net/ceph/libceph 0xa405b324 ceph_cls_break_lock +EXPORT_SYMBOL net/ceph/libceph 0xa698f998 ceph_free_lockers +EXPORT_SYMBOL net/ceph/libceph 0xa80119db ceph_copy_from_page_vector +EXPORT_SYMBOL net/ceph/libceph 0xa891c744 ceph_auth_handle_svc_reply_done +EXPORT_SYMBOL net/ceph/libceph 0xaa767f32 ceph_auth_get_authorizer +EXPORT_SYMBOL net/ceph/libceph 0xac6c6a02 ceph_con_close +EXPORT_SYMBOL net/ceph/libceph 0xad703657 ceph_auth_destroy_authorizer +EXPORT_SYMBOL net/ceph/libceph 0xad9fa064 ceph_osdc_start_request +EXPORT_SYMBOL net/ceph/libceph 0xae43b190 osd_req_op_cls_request_data_pagelist +EXPORT_SYMBOL net/ceph/libceph 0xafb8a407 ceph_msgr_flush +EXPORT_SYMBOL net/ceph/libceph 0xb0977b56 ceph_osdc_update_epoch_barrier +EXPORT_SYMBOL net/ceph/libceph 0xb0b1872c ceph_msg_data_add_pagelist +EXPORT_SYMBOL net/ceph/libceph 0xb1c085b4 osd_req_op_extent_osd_data +EXPORT_SYMBOL net/ceph/libceph 0xb54676fa ceph_msg_type_name +EXPORT_SYMBOL net/ceph/libceph 0xb6e47acd ceph_parse_mon_ips +EXPORT_SYMBOL net/ceph/libceph 0xb72c162e ceph_buffer_release +EXPORT_SYMBOL net/ceph/libceph 0xb7f33f6e ceph_osdc_get_request +EXPORT_SYMBOL net/ceph/libceph 0xb9571fc3 osd_req_op_extent_osd_data_pages +EXPORT_SYMBOL net/ceph/libceph 0xb95d2660 __ceph_auth_get_authorizer +EXPORT_SYMBOL net/ceph/libceph 0xbd2f79ae ceph_oloc_copy +EXPORT_SYMBOL net/ceph/libceph 0xbd952ac1 ceph_monc_get_version_async +EXPORT_SYMBOL net/ceph/libceph 0xbe3879aa ceph_get_snap_context +EXPORT_SYMBOL net/ceph/libceph 0xbf3c0fc6 ceph_con_keepalive +EXPORT_SYMBOL net/ceph/libceph 0xc000e63c osd_req_op_extent_update +EXPORT_SYMBOL net/ceph/libceph 0xc1c19462 osd_req_op_xattr_init +EXPORT_SYMBOL net/ceph/libceph 0xc272cb09 ceph_msg_data_add_bio +EXPORT_SYMBOL net/ceph/libceph 0xc366bfa1 ceph_pagelist_truncate +EXPORT_SYMBOL net/ceph/libceph 0xc50f2927 osd_req_op_extent_osd_data_bvec_pos +EXPORT_SYMBOL net/ceph/libceph 0xc5152dc2 ceph_msg_data_add_bvecs +EXPORT_SYMBOL net/ceph/libceph 0xc6ec504c ceph_osdc_maybe_request_map +EXPORT_SYMBOL net/ceph/libceph 0xc9e7a516 ceph_parse_param +EXPORT_SYMBOL net/ceph/libceph 0xca80437b ceph_extent_to_file +EXPORT_SYMBOL net/ceph/libceph 0xcc405703 ceph_osdc_notify_ack +EXPORT_SYMBOL net/ceph/libceph 0xcff95950 ceph_osdc_list_watchers +EXPORT_SYMBOL net/ceph/libceph 0xd1ddc6ad osd_req_op_extent_dup_last +EXPORT_SYMBOL net/ceph/libceph 0xd44ce765 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 0xd6273344 ceph_auth_is_authenticated +EXPORT_SYMBOL net/ceph/libceph 0xd635837e osd_req_op_alloc_hint_init +EXPORT_SYMBOL net/ceph/libceph 0xd77767e5 ceph_check_fsid +EXPORT_SYMBOL net/ceph/libceph 0xda1ac3ae osd_req_op_cls_response_data_pages +EXPORT_SYMBOL net/ceph/libceph 0xdd44d69f ceph_monc_validate_auth +EXPORT_SYMBOL net/ceph/libceph 0xdec0abc5 ceph_print_client_options +EXPORT_SYMBOL net/ceph/libceph 0xdf6ef4a1 ceph_oid_printf +EXPORT_SYMBOL net/ceph/libceph 0xdfc091f9 ceph_entity_type_name +EXPORT_SYMBOL net/ceph/libceph 0xe07ae67b ceph_monc_want_map +EXPORT_SYMBOL net/ceph/libceph 0xe0b64138 ceph_osdc_new_request +EXPORT_SYMBOL net/ceph/libceph 0xe34a59f2 ceph_object_locator_to_pg +EXPORT_SYMBOL net/ceph/libceph 0xe378b1d6 ceph_client_addr +EXPORT_SYMBOL net/ceph/libceph 0xe6e02cd3 osd_req_op_extent_osd_data_bvecs +EXPORT_SYMBOL net/ceph/libceph 0xe76e7226 ceph_pagelist_alloc +EXPORT_SYMBOL net/ceph/libceph 0xe8e83715 osd_req_op_cls_request_data_pages +EXPORT_SYMBOL net/ceph/libceph 0xe90ba41f ceph_reset_client_addr +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 0xf254297e ceph_addr_is_blank +EXPORT_SYMBOL net/ceph/libceph 0xf28acd32 osd_req_op_extent_osd_data_bio +EXPORT_SYMBOL net/ceph/libceph 0xf415c0ce ceph_release_page_vector +EXPORT_SYMBOL net/ceph/libceph 0xf5c5c4de osd_req_op_init +EXPORT_SYMBOL net/ceph/libceph 0xfeb760e4 ceph_osdc_watch +EXPORT_SYMBOL net/dccp/dccp_ipv4 0x6353f61f dccp_req_err +EXPORT_SYMBOL net/dccp/dccp_ipv4 0xadc10c01 dccp_syn_ack_timeout +EXPORT_SYMBOL net/hsr/hsr 0x745e7f1b hsr_get_version +EXPORT_SYMBOL net/hsr/hsr 0xf737d983 is_hsr_master +EXPORT_SYMBOL net/ieee802154/ieee802154 0x20e489cf wpan_phy_find +EXPORT_SYMBOL net/ieee802154/ieee802154 0x274e8fe7 wpan_phy_unregister +EXPORT_SYMBOL net/ieee802154/ieee802154 0x383b3394 wpan_phy_for_each +EXPORT_SYMBOL net/ieee802154/ieee802154 0x9a416b40 wpan_phy_new +EXPORT_SYMBOL net/ieee802154/ieee802154 0xd490205f wpan_phy_register +EXPORT_SYMBOL net/ieee802154/ieee802154 0xec024776 wpan_phy_free +EXPORT_SYMBOL net/ipv4/fou 0x1757d1a4 fou_encap_hlen +EXPORT_SYMBOL net/ipv4/fou 0x5d81ef0f __fou_build_header +EXPORT_SYMBOL net/ipv4/fou 0xf13914b3 gue_encap_hlen +EXPORT_SYMBOL net/ipv4/fou 0xff45b379 __gue_build_header +EXPORT_SYMBOL net/ipv4/gre 0xa894bf3e gre_parse_header +EXPORT_SYMBOL net/ipv4/ip_tunnel 0x68dc9f2e ip_tunnel_get_iflink +EXPORT_SYMBOL net/ipv4/ip_tunnel 0x6f6f7076 ip_tunnel_encap_del_ops +EXPORT_SYMBOL net/ipv4/ip_tunnel 0xd5be05c1 ip_tunnel_get_link_net +EXPORT_SYMBOL net/ipv4/ip_tunnel 0xe88cbe7e ip_tunnel_encap_add_ops +EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0x312df28e arpt_unregister_table_pre_exit +EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0x45454de6 arpt_do_table +EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0xf7b6b72e arpt_register_table +EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0xfa0547af arpt_unregister_table +EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0x33ffc33b ipt_register_table +EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0xa1cb6d8c ipt_unregister_table_pre_exit +EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0xf7a6d6de ipt_unregister_table_exit +EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0xfbaf4d1b ipt_do_table +EXPORT_SYMBOL net/ipv4/tunnel4 0x5a5415c1 xfrm4_tunnel_register +EXPORT_SYMBOL net/ipv4/tunnel4 0xd9604490 xfrm4_tunnel_deregister +EXPORT_SYMBOL net/ipv4/udp_tunnel 0x55d8a68f udp_sock_create4 +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x0c6807ff ip6_tnl_encap_del_ops +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x330f74ea ip6_tnl_get_iflink +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x3e764548 ip6_tnl_change_mtu +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x70359266 ip6_tnl_xmit +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0xb7abd613 ip6_tnl_rcv +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0xc207fcc2 ip6_tnl_get_cap +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0xf497e800 ip6_tnl_encap_add_ops +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0xf75ed940 ip6_tnl_get_link_net +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0xfce91d59 ip6_tnl_parse_tlv_enc_lim +EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0x52a4cc53 ip6t_unregister_table_exit +EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0x7a326142 ip6t_do_table +EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0x84f33abd ip6t_register_table +EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0xe888ab22 ip6t_unregister_table_pre_exit +EXPORT_SYMBOL net/ipv6/tunnel6 0xdc03c93c xfrm6_tunnel_deregister +EXPORT_SYMBOL net/ipv6/tunnel6 0xff431b61 xfrm6_tunnel_register +EXPORT_SYMBOL net/ipv6/xfrm6_tunnel 0xb0f87c0a xfrm6_tunnel_spi_lookup +EXPORT_SYMBOL net/ipv6/xfrm6_tunnel 0xd7a65dd7 xfrm6_tunnel_alloc_spi +EXPORT_SYMBOL net/lapb/lapb 0x47aaf633 lapb_getparms +EXPORT_SYMBOL net/lapb/lapb 0x57762b13 lapb_connect_request +EXPORT_SYMBOL net/lapb/lapb 0x64a3e593 lapb_setparms +EXPORT_SYMBOL net/lapb/lapb 0x71400a77 lapb_data_request +EXPORT_SYMBOL net/lapb/lapb 0xeeed5c36 lapb_data_received +EXPORT_SYMBOL net/lapb/lapb 0xf3f10274 lapb_register +EXPORT_SYMBOL net/lapb/lapb 0xf583951e lapb_disconnect_request +EXPORT_SYMBOL net/lapb/lapb 0xfcd0490f lapb_unregister +EXPORT_SYMBOL net/llc/llc 0x022286a6 llc_set_station_handler +EXPORT_SYMBOL net/llc/llc 0x38b92846 llc_remove_pack +EXPORT_SYMBOL net/llc/llc 0x3f6ad577 llc_sap_open +EXPORT_SYMBOL net/llc/llc 0x52d7b2fd llc_sap_list +EXPORT_SYMBOL net/llc/llc 0x6cd57958 llc_build_and_send_ui_pkt +EXPORT_SYMBOL net/llc/llc 0x8c580a0b llc_mac_hdr_init +EXPORT_SYMBOL net/llc/llc 0xaea54c94 llc_sap_find +EXPORT_SYMBOL net/llc/llc 0xe185293e llc_add_pack +EXPORT_SYMBOL net/llc/llc 0xf85a15b7 llc_sap_close +EXPORT_SYMBOL net/mac80211/mac80211 0x016c2b3d ieee80211_sta_uapsd_trigger +EXPORT_SYMBOL net/mac80211/mac80211 0x05a3a67f ieee80211_beacon_loss +EXPORT_SYMBOL net/mac80211/mac80211 0x0691d5bd ieee80211_manage_rx_ba_offl +EXPORT_SYMBOL net/mac80211/mac80211 0x0723eb91 ieee80211_rx_list +EXPORT_SYMBOL net/mac80211/mac80211 0x07b28682 ieee80211_nullfunc_get +EXPORT_SYMBOL net/mac80211/mac80211 0x09b5504a ieee80211_sta_block_awake +EXPORT_SYMBOL net/mac80211/mac80211 0x11623a3e ieee80211_channel_switch_disconnect +EXPORT_SYMBOL net/mac80211/mac80211 0x1470d3f2 ieee80211_rx_ba_timer_expired +EXPORT_SYMBOL net/mac80211/mac80211 0x1493d539 ieee80211_tx_prepare_skb +EXPORT_SYMBOL net/mac80211/mac80211 0x186a68b6 ieee80211_send_eosp_nullfunc +EXPORT_SYMBOL net/mac80211/mac80211 0x1954f395 ieee80211_sta_pspoll +EXPORT_SYMBOL net/mac80211/mac80211 0x19f37f0d ieee80211_update_p2p_noa +EXPORT_SYMBOL net/mac80211/mac80211 0x1b489ef9 __ieee80211_get_radio_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0x1b8a0f80 ieee80211_rate_control_unregister +EXPORT_SYMBOL net/mac80211/mac80211 0x1c537055 __ieee80211_create_tpt_led_trigger +EXPORT_SYMBOL net/mac80211/mac80211 0x1c975ab0 __ieee80211_get_rx_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0x1cf75d45 ieee80211_get_tkip_p1k_iv +EXPORT_SYMBOL net/mac80211/mac80211 0x1e015b2e ieee80211_queue_work +EXPORT_SYMBOL net/mac80211/mac80211 0x1f3a86dc ieee80211_generic_frame_duration +EXPORT_SYMBOL net/mac80211/mac80211 0x21114455 ieee80211_beacon_cntdwn_is_complete +EXPORT_SYMBOL net/mac80211/mac80211 0x22468f43 ieee80211_tdls_oper_request +EXPORT_SYMBOL net/mac80211/mac80211 0x23bae49e ieee80211_stop_tx_ba_session +EXPORT_SYMBOL net/mac80211/mac80211 0x24fd064f ieee80211_sched_scan_stopped +EXPORT_SYMBOL net/mac80211/mac80211 0x27c2805e ieee80211_handle_wake_tx_queue +EXPORT_SYMBOL net/mac80211/mac80211 0x29bd8fcb ieee80211_wake_queue +EXPORT_SYMBOL net/mac80211/mac80211 0x2b144caf __ieee80211_get_assoc_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0x36dc7779 ieee80211_txq_may_transmit +EXPORT_SYMBOL net/mac80211/mac80211 0x38d8438b ieee80211_nan_func_match +EXPORT_SYMBOL net/mac80211/mac80211 0x391eda45 ieee80211_get_tkip_rx_p1k +EXPORT_SYMBOL net/mac80211/mac80211 0x3d9fd7d5 __ieee80211_schedule_txq +EXPORT_SYMBOL net/mac80211/mac80211 0x3e9e99e9 ieee80211_scan_completed +EXPORT_SYMBOL net/mac80211/mac80211 0x442c81b1 ieee80211_free_hw +EXPORT_SYMBOL net/mac80211/mac80211 0x4b73464f ieee80211_sta_register_airtime +EXPORT_SYMBOL net/mac80211/mac80211 0x4b9c4561 ieee80211_stop_queue +EXPORT_SYMBOL net/mac80211/mac80211 0x4d4988b6 ieee80211_csa_finish +EXPORT_SYMBOL net/mac80211/mac80211 0x511cb51b ieee80211_iter_keys_rcu +EXPORT_SYMBOL net/mac80211/mac80211 0x5218d667 ieee80211_send_bar +EXPORT_SYMBOL net/mac80211/mac80211 0x52ad8a85 ieee80211_tx_status_ext +EXPORT_SYMBOL net/mac80211/mac80211 0x54bb12c4 ieee80211_reserve_tid +EXPORT_SYMBOL net/mac80211/mac80211 0x58b3e0e2 ieee80211_pspoll_get +EXPORT_SYMBOL net/mac80211/mac80211 0x5bed410c ieee80211_connection_loss +EXPORT_SYMBOL net/mac80211/mac80211 0x5c4f5d11 ieee80211_tx_dequeue +EXPORT_SYMBOL net/mac80211/mac80211 0x5e114ee2 ieee80211_sta_recalc_aggregates +EXPORT_SYMBOL net/mac80211/mac80211 0x5fd71763 ieee80211_sched_scan_results +EXPORT_SYMBOL net/mac80211/mac80211 0x65ed3d37 ieee80211_next_txq +EXPORT_SYMBOL net/mac80211/mac80211 0x676a2261 ieee80211_beacon_get_template +EXPORT_SYMBOL net/mac80211/mac80211 0x68349b2e ieee80211_tx_status_8023 +EXPORT_SYMBOL net/mac80211/mac80211 0x6aa6581d ieee80211_cqm_beacon_loss_notify +EXPORT_SYMBOL net/mac80211/mac80211 0x6fcb21da ieee80211_txq_get_depth +EXPORT_SYMBOL net/mac80211/mac80211 0x7373b03c ieee80211_mark_rx_ba_filtered_frames +EXPORT_SYMBOL net/mac80211/mac80211 0x78844a37 ieee80211_sta_set_buffered +EXPORT_SYMBOL net/mac80211/mac80211 0x7f16b723 ieee80211_rate_control_register +EXPORT_SYMBOL net/mac80211/mac80211 0x827458bd ieee80211_find_sta +EXPORT_SYMBOL net/mac80211/mac80211 0x8395c3a0 ieee80211_enable_rssi_reports +EXPORT_SYMBOL net/mac80211/mac80211 0x840522d7 ieee80211_queue_stopped +EXPORT_SYMBOL net/mac80211/mac80211 0x894abd4b ieee80211_rts_duration +EXPORT_SYMBOL net/mac80211/mac80211 0x8f4bf4f5 ieee80211_txq_schedule_start +EXPORT_SYMBOL net/mac80211/mac80211 0x94a03b36 ieee80211_get_tkip_p2k +EXPORT_SYMBOL net/mac80211/mac80211 0x95c30b10 ieee80211_cqm_rssi_notify +EXPORT_SYMBOL net/mac80211/mac80211 0x95febea6 ieee80211_get_bssid +EXPORT_SYMBOL net/mac80211/mac80211 0x9652cf5d ieee80211_beacon_set_cntdwn +EXPORT_SYMBOL net/mac80211/mac80211 0x991a0ca0 ieee80211_parse_p2p_noa +EXPORT_SYMBOL net/mac80211/mac80211 0x9921e47f ieee80211_radar_detected +EXPORT_SYMBOL net/mac80211/mac80211 0x9b75e293 ieee80211_unregister_hw +EXPORT_SYMBOL net/mac80211/mac80211 0x9e5b10fe ieee80211_probereq_get +EXPORT_SYMBOL net/mac80211/mac80211 0x9e789ac3 ieee80211_stop_queues +EXPORT_SYMBOL net/mac80211/mac80211 0xa31b667b ieee80211_stop_rx_ba_session +EXPORT_SYMBOL net/mac80211/mac80211 0xa80b00ae ieee80211_nan_func_terminated +EXPORT_SYMBOL net/mac80211/mac80211 0xaeb9a917 ieee80211_get_key_rx_seq +EXPORT_SYMBOL net/mac80211/mac80211 0xb2133af0 ieee80211_iter_keys +EXPORT_SYMBOL net/mac80211/mac80211 0xb2431af2 ieee80211_queue_delayed_work +EXPORT_SYMBOL net/mac80211/mac80211 0xb45b7bb4 ieee80211_ctstoself_duration +EXPORT_SYMBOL net/mac80211/mac80211 0xb8459438 ieee80211_stop_tx_ba_cb_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0xbb286dc2 ieee80211_report_low_ack +EXPORT_SYMBOL net/mac80211/mac80211 0xbca8b4a4 ieee80211_free_txskb +EXPORT_SYMBOL net/mac80211/mac80211 0xc4e9024f ieee80211_tx_status_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0xc6e9f46b ieee80211_beacon_get_tim +EXPORT_SYMBOL net/mac80211/mac80211 0xd288c1e2 ieee80211_start_tx_ba_session +EXPORT_SYMBOL net/mac80211/mac80211 0xd42bb0d6 ieee80211_proberesp_get +EXPORT_SYMBOL net/mac80211/mac80211 0xd50470f0 ieee80211_register_hw +EXPORT_SYMBOL net/mac80211/mac80211 0xd84c64bc ieee80211_get_buffered_bc +EXPORT_SYMBOL net/mac80211/mac80211 0xd8a12c5b ieee80211_tx_status +EXPORT_SYMBOL net/mac80211/mac80211 0xda48f9d2 ieee80211_unreserve_tid +EXPORT_SYMBOL net/mac80211/mac80211 0xdb745e18 ieee80211_chswitch_done +EXPORT_SYMBOL net/mac80211/mac80211 0xde7d0e2c wiphy_to_ieee80211_hw +EXPORT_SYMBOL net/mac80211/mac80211 0xdefad1e8 ieee80211_rx_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0xe04dd4a2 __ieee80211_get_tx_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0xe137e2fc ieee80211_start_tx_ba_cb_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0xe2f6745a ieee80211_alloc_hw_nm +EXPORT_SYMBOL net/mac80211/mac80211 0xe4d2bde2 ieee80211_rx_napi +EXPORT_SYMBOL net/mac80211/mac80211 0xe4edb023 ieee80211_get_tx_rates +EXPORT_SYMBOL net/mac80211/mac80211 0xe516778f ieee80211_beacon_update_cntdwn +EXPORT_SYMBOL net/mac80211/mac80211 0xe51b6cef ieee80211_ctstoself_get +EXPORT_SYMBOL net/mac80211/mac80211 0xe51d57ff ieee80211_wake_queues +EXPORT_SYMBOL net/mac80211/mac80211 0xe745b4c1 ieee80211_sta_ps_transition +EXPORT_SYMBOL net/mac80211/mac80211 0xe895b698 ieee80211_rts_get +EXPORT_SYMBOL net/mac80211/mac80211 0xebb2eb94 rate_control_set_rates +EXPORT_SYMBOL net/mac80211/mac80211 0xecbaf586 ieee80211_report_wowlan_wakeup +EXPORT_SYMBOL net/mac80211/mac80211 0xed7f7ea4 ieee80211_txq_airtime_check +EXPORT_SYMBOL net/mac80211/mac80211 0xf362f71e ieee80211_tx_rate_update +EXPORT_SYMBOL net/mac80211/mac80211 0xf38b09be ieee80211_sta_eosp +EXPORT_SYMBOL net/mac80211/mac80211 0xf3c4fb70 ieee80211_get_fils_discovery_tmpl +EXPORT_SYMBOL net/mac80211/mac80211 0xf4669ca4 ieee80211_restart_hw +EXPORT_SYMBOL net/mac80211/mac80211 0xf7196184 ieee80211_ap_probereq_get +EXPORT_SYMBOL net/mac80211/mac80211 0xf871ac83 ieee80211_disable_rssi_reports +EXPORT_SYMBOL net/mac80211/mac80211 0xfce7f012 ieee80211_get_unsol_bcast_probe_resp_tmpl +EXPORT_SYMBOL net/mac80211/mac80211 0xfe65acb1 ieee80211_disconnect +EXPORT_SYMBOL net/mac802154/mac802154 0x198d7538 ieee802154_xmit_hw_error +EXPORT_SYMBOL net/mac802154/mac802154 0x4662eb9b ieee802154_unregister_hw +EXPORT_SYMBOL net/mac802154/mac802154 0x6836b572 ieee802154_free_hw +EXPORT_SYMBOL net/mac802154/mac802154 0x6de44f6f ieee802154_configure_durations +EXPORT_SYMBOL net/mac802154/mac802154 0x7fa0bcf9 ieee802154_register_hw +EXPORT_SYMBOL net/mac802154/mac802154 0x9ce1ee97 ieee802154_alloc_hw +EXPORT_SYMBOL net/mac802154/mac802154 0xcb253d4d ieee802154_xmit_complete +EXPORT_SYMBOL net/mac802154/mac802154 0xdbccf4b1 ieee802154_rx_irqsafe +EXPORT_SYMBOL net/mac802154/mac802154 0xed6c0799 ieee802154_xmit_error +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x003cb49b ip_vs_conn_put +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x1fe2bcca ip_vs_proto_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x2d9c6fe4 register_ip_vs_scheduler +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x3c483465 unregister_ip_vs_scheduler +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x4d9abc39 ip_vs_new_conn_out +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x51e493f1 unregister_ip_vs_app +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x7b8ae9c0 ip_vs_proto_data_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x8068bf56 register_ip_vs_app_inc +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x917dc5e3 ip_vs_conn_new +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x992aba86 ip_vs_nfct_expect_related +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xb8e0d3c1 register_ip_vs_app +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xc24b67d1 ip_vs_conn_in_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xd1b065ef ip_vs_conn_out_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xd831a1a2 ip_vs_proto_name +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xe6fefdd7 ip_vs_tcp_conn_listen +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xe8986a2a ip_vs_scheduler_err +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 0x957eaa27 nf_ct_ext_add +EXPORT_SYMBOL net/netfilter/nf_conntrack_pptp 0xf2a36612 pptp_msg_name +EXPORT_SYMBOL net/netfilter/nf_nat 0x6f670330 nf_nat_follow_master +EXPORT_SYMBOL net/netfilter/nf_nat 0x9e14d4fd nf_nat_setup_info +EXPORT_SYMBOL net/netfilter/nf_nat 0xbb40e8bd nf_nat_mangle_udp_packet +EXPORT_SYMBOL net/netfilter/nf_nat 0xd6f055cb __nf_nat_mangle_tcp_packet +EXPORT_SYMBOL net/netfilter/nft_fib 0x46170f23 nft_fib_policy +EXPORT_SYMBOL net/netfilter/x_tables 0x0d7f5fcd xt_alloc_entry_offsets +EXPORT_SYMBOL net/netfilter/x_tables 0x1d3af73c xt_unregister_matches +EXPORT_SYMBOL net/netfilter/x_tables 0x3bf9d084 xt_check_table_hooks +EXPORT_SYMBOL net/netfilter/x_tables 0x3ead2ccb xt_unregister_match +EXPORT_SYMBOL net/netfilter/x_tables 0x48012e28 xt_check_proc_name +EXPORT_SYMBOL net/netfilter/x_tables 0x4a54a56b xt_find_match +EXPORT_SYMBOL net/netfilter/x_tables 0x50873741 xt_compat_init_offsets +EXPORT_SYMBOL net/netfilter/x_tables 0x549a55e4 xt_register_match +EXPORT_SYMBOL net/netfilter/x_tables 0x6087a25d xt_register_targets +EXPORT_SYMBOL net/netfilter/x_tables 0x977fd4bf xt_alloc_table_info +EXPORT_SYMBOL net/netfilter/x_tables 0x9eb50679 xt_find_table +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 0xd7332164 xt_unregister_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 0xe76c71c8 xt_unregister_targets +EXPORT_SYMBOL net/netfilter/x_tables 0xecf6baa6 xt_register_target +EXPORT_SYMBOL net/netfilter/x_tables 0xfe4ab0ad xt_register_matches +EXPORT_SYMBOL net/netfilter/x_tables 0xfef779fa xt_find_jump_offset +EXPORT_SYMBOL net/nfc/hci/hci 0x0bfa77f0 nfc_hci_send_cmd_async +EXPORT_SYMBOL net/nfc/hci/hci 0x1221ed19 nfc_hci_set_clientdata +EXPORT_SYMBOL net/nfc/hci/hci 0x13d6285b nfc_hci_recv_frame +EXPORT_SYMBOL net/nfc/hci/hci 0x17d6a6fd nfc_hci_send_cmd +EXPORT_SYMBOL net/nfc/hci/hci 0x1e000c04 nfc_hci_free_device +EXPORT_SYMBOL net/nfc/hci/hci 0x20cc5e6d nfc_hci_connect_gate +EXPORT_SYMBOL net/nfc/hci/hci 0x41d55eb8 nfc_hci_allocate_device +EXPORT_SYMBOL net/nfc/hci/hci 0x5bd7654e nfc_hci_register_device +EXPORT_SYMBOL net/nfc/hci/hci 0x6e024f8b nfc_hci_driver_failure +EXPORT_SYMBOL net/nfc/hci/hci 0x6e180228 nfc_llc_stop +EXPORT_SYMBOL net/nfc/hci/hci 0x6f608eaa nfc_hci_reset_pipes_per_host +EXPORT_SYMBOL net/nfc/hci/hci 0x74fe3670 nfc_hci_result_to_errno +EXPORT_SYMBOL net/nfc/hci/hci 0x834430f6 nfc_hci_unregister_device +EXPORT_SYMBOL net/nfc/hci/hci 0x8d69bdc9 nfc_hci_set_param +EXPORT_SYMBOL net/nfc/hci/hci 0x943beecc nfc_hci_disconnect_all_gates +EXPORT_SYMBOL net/nfc/hci/hci 0x9618660c nfc_llc_start +EXPORT_SYMBOL net/nfc/hci/hci 0x9a380fd7 nfc_hci_get_param +EXPORT_SYMBOL net/nfc/hci/hci 0xc31cbd95 nfc_hci_get_clientdata +EXPORT_SYMBOL net/nfc/hci/hci 0xd46b0213 nfc_hci_send_event +EXPORT_SYMBOL net/nfc/hci/hci 0xd5ee31d8 nfc_hci_target_discovered +EXPORT_SYMBOL net/nfc/hci/hci 0xd68eb65e nfc_hci_disconnect_gate +EXPORT_SYMBOL net/nfc/hci/hci 0xdd231c55 nfc_hci_sak_to_protocol +EXPORT_SYMBOL net/nfc/hci/hci 0xf160fbe4 nfc_hci_reset_pipes +EXPORT_SYMBOL net/nfc/nci/nci 0x09782cdd nci_core_conn_close +EXPORT_SYMBOL net/nfc/nci/nci 0x0c64824e nci_register_device +EXPORT_SYMBOL net/nfc/nci/nci 0x0fac755d nci_nfcc_loopback +EXPORT_SYMBOL net/nfc/nci/nci 0x14ad0843 nci_unregister_device +EXPORT_SYMBOL net/nfc/nci/nci 0x22b9ddf7 nci_prop_cmd +EXPORT_SYMBOL net/nfc/nci/nci 0x2b02ec65 nci_get_conn_info_by_dest_type_params +EXPORT_SYMBOL net/nfc/nci/nci 0x2e2a9ba0 nci_nfcee_discover +EXPORT_SYMBOL net/nfc/nci/nci 0x32e6af02 nci_send_data +EXPORT_SYMBOL net/nfc/nci/nci 0x3d46618f nci_core_reset +EXPORT_SYMBOL net/nfc/nci/nci 0x3ff30762 nci_hci_open_pipe +EXPORT_SYMBOL net/nfc/nci/nci 0x56b51241 nci_conn_max_data_pkt_payload_size +EXPORT_SYMBOL net/nfc/nci/nci 0x5daf1012 nci_hci_clear_all_pipes +EXPORT_SYMBOL net/nfc/nci/nci 0x6294aec7 nci_hci_send_event +EXPORT_SYMBOL net/nfc/nci/nci 0x65ece20b nci_allocate_device +EXPORT_SYMBOL net/nfc/nci/nci 0x6d2df298 nci_recv_frame +EXPORT_SYMBOL net/nfc/nci/nci 0x6e1d6fe7 nci_core_cmd +EXPORT_SYMBOL net/nfc/nci/nci 0x74377e07 nci_set_config +EXPORT_SYMBOL net/nfc/nci/nci 0x7bebc8dc nci_send_frame +EXPORT_SYMBOL net/nfc/nci/nci 0x7d5d168f nci_core_conn_create +EXPORT_SYMBOL net/nfc/nci/nci 0x89d49fbb nci_free_device +EXPORT_SYMBOL net/nfc/nci/nci 0xb572aaf9 nci_req_complete +EXPORT_SYMBOL net/nfc/nci/nci 0xb726395e nci_hci_connect_gate +EXPORT_SYMBOL net/nfc/nci/nci 0xba490602 nci_to_errno +EXPORT_SYMBOL net/nfc/nci/nci 0xd224ecfd nci_core_init +EXPORT_SYMBOL net/nfc/nci/nci 0xd96e7591 nci_hci_set_param +EXPORT_SYMBOL net/nfc/nci/nci 0xe20fe141 nci_send_cmd +EXPORT_SYMBOL net/nfc/nci/nci 0xea77cd26 nci_hci_send_cmd +EXPORT_SYMBOL net/nfc/nci/nci 0xebdf3721 nci_hci_get_param +EXPORT_SYMBOL net/nfc/nci/nci 0xf8a54803 nci_hci_dev_session_init +EXPORT_SYMBOL net/nfc/nci/nci 0xffde4685 nci_nfcee_mode_set +EXPORT_SYMBOL net/nfc/nfc 0x05fd1689 nfc_driver_failure +EXPORT_SYMBOL net/nfc/nfc 0x0662bf3b nfc_alloc_recv_skb +EXPORT_SYMBOL net/nfc/nfc 0x127b807a nfc_se_connectivity +EXPORT_SYMBOL net/nfc/nfc 0x39ef53a9 nfc_proto_register +EXPORT_SYMBOL net/nfc/nfc 0x3d7241aa nfc_se_transaction +EXPORT_SYMBOL net/nfc/nfc 0x42cc455b nfc_find_se +EXPORT_SYMBOL net/nfc/nfc 0x53a20749 nfc_target_lost +EXPORT_SYMBOL net/nfc/nfc 0x59745ceb nfc_allocate_device +EXPORT_SYMBOL net/nfc/nfc 0x598d13ad nfc_tm_deactivated +EXPORT_SYMBOL net/nfc/nfc 0x6693b7ea nfc_class +EXPORT_SYMBOL net/nfc/nfc 0x848b7915 nfc_remove_se +EXPORT_SYMBOL net/nfc/nfc 0x8a535bd4 nfc_fw_download_done +EXPORT_SYMBOL net/nfc/nfc 0x8c915a12 __nfc_alloc_vendor_cmd_reply_skb +EXPORT_SYMBOL net/nfc/nfc 0xa789e9c4 nfc_register_device +EXPORT_SYMBOL net/nfc/nfc 0xb3487739 nfc_add_se +EXPORT_SYMBOL net/nfc/nfc 0xb34ea4c3 nfc_dep_link_is_up +EXPORT_SYMBOL net/nfc/nfc 0xb64026fb nfc_proto_unregister +EXPORT_SYMBOL net/nfc/nfc 0xe5e98fe3 nfc_targets_found +EXPORT_SYMBOL net/nfc/nfc 0xe8e7c3c4 nfc_unregister_device +EXPORT_SYMBOL net/nfc/nfc 0xebc89171 nfc_tm_data_received +EXPORT_SYMBOL net/nfc/nfc 0xee87a2d0 nfc_set_remote_general_bytes +EXPORT_SYMBOL net/nfc/nfc 0xeee0eac8 nfc_send_to_raw_sock +EXPORT_SYMBOL net/nfc/nfc 0xf123ec49 nfc_tm_activated +EXPORT_SYMBOL net/nfc/nfc 0xf1d90a85 nfc_get_local_general_bytes +EXPORT_SYMBOL net/nfc/nfc 0xfd4143d6 nfc_vendor_cmd_reply +EXPORT_SYMBOL net/nfc/nfc_digital 0x12911ea2 nfc_digital_allocate_device +EXPORT_SYMBOL net/nfc/nfc_digital 0x2bf99020 nfc_digital_free_device +EXPORT_SYMBOL net/nfc/nfc_digital 0x536824c1 nfc_digital_register_device +EXPORT_SYMBOL net/nfc/nfc_digital 0xd98ae03e nfc_digital_unregister_device +EXPORT_SYMBOL net/phonet/phonet 0x1a87b186 pn_sock_get_port +EXPORT_SYMBOL net/phonet/phonet 0x340f3623 phonet_proto_register +EXPORT_SYMBOL net/phonet/phonet 0x46b80625 pn_sock_hash +EXPORT_SYMBOL net/phonet/phonet 0x4cf6fb89 phonet_proto_unregister +EXPORT_SYMBOL net/phonet/phonet 0x501e12d8 phonet_header_ops +EXPORT_SYMBOL net/phonet/phonet 0x6c871643 pn_sock_unhash +EXPORT_SYMBOL net/phonet/phonet 0xa102f9a8 pn_skb_send +EXPORT_SYMBOL net/phonet/phonet 0xecd890ae phonet_stream_ops +EXPORT_SYMBOL net/rxrpc/rxrpc 0x1257d8e0 rxrpc_kernel_end_call +EXPORT_SYMBOL net/rxrpc/rxrpc 0x31bf3ca3 rxrpc_debug_id +EXPORT_SYMBOL net/rxrpc/rxrpc 0x31d81d28 rxrpc_get_null_key +EXPORT_SYMBOL net/rxrpc/rxrpc 0x507958ee rxrpc_kernel_set_max_life +EXPORT_SYMBOL net/rxrpc/rxrpc 0x53f3a60d rxrpc_kernel_charge_accept +EXPORT_SYMBOL net/rxrpc/rxrpc 0x788c0e3d rxrpc_kernel_get_peer +EXPORT_SYMBOL net/rxrpc/rxrpc 0x7c84156a rxrpc_kernel_set_tx_length +EXPORT_SYMBOL net/rxrpc/rxrpc 0x80084ac2 rxrpc_kernel_begin_call +EXPORT_SYMBOL net/rxrpc/rxrpc 0x85dfae7b key_type_rxrpc +EXPORT_SYMBOL net/rxrpc/rxrpc 0x95917e16 rxrpc_kernel_new_call_notification +EXPORT_SYMBOL net/rxrpc/rxrpc 0x99ebfc21 rxrpc_kernel_recv_data +EXPORT_SYMBOL net/rxrpc/rxrpc 0xcba00ff7 rxrpc_kernel_check_life +EXPORT_SYMBOL net/rxrpc/rxrpc 0xced10feb rxrpc_kernel_abort_call +EXPORT_SYMBOL net/rxrpc/rxrpc 0xe30938b6 rxrpc_kernel_send_data +EXPORT_SYMBOL net/rxrpc/rxrpc 0xeb8ff4d5 rxrpc_sock_set_min_security_level +EXPORT_SYMBOL net/rxrpc/rxrpc 0xf1d639ff rxrpc_kernel_get_srtt +EXPORT_SYMBOL net/rxrpc/rxrpc 0xf3dd0179 rxrpc_sock_set_security_keyring +EXPORT_SYMBOL net/rxrpc/rxrpc 0xfd607536 rxrpc_kernel_get_epoch +EXPORT_SYMBOL net/rxrpc/rxrpc 0xfdea1218 rxrpc_get_server_data_key +EXPORT_SYMBOL net/sctp/sctp 0xad6982d2 sctp_do_peeloff +EXPORT_SYMBOL net/smc/smc 0x0d415106 __tracepoint_smc_switch_to_fallback +EXPORT_SYMBOL net/smc/smc 0x0d8fa62d __traceiter_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 0x3c36040d __tracepoint_smcr_link_down +EXPORT_SYMBOL net/smc/smc 0x4b82694d __SCK__tp_func_smc_rx_recvmsg +EXPORT_SYMBOL net/smc/smc 0x54d1d94e __traceiter_smcr_link_down +EXPORT_SYMBOL net/smc/smc 0x5b220192 __SCK__tp_func_smc_switch_to_fallback +EXPORT_SYMBOL net/smc/smc 0x681e1ef3 __tracepoint_smc_tx_sendmsg +EXPORT_SYMBOL net/smc/smc 0x7777c5a6 __traceiter_smc_switch_to_fallback +EXPORT_SYMBOL net/smc/smc 0x87ccd0c7 __SCT__tp_func_smc_tx_sendmsg +EXPORT_SYMBOL net/smc/smc 0x9c7c9fde __traceiter_smc_rx_recvmsg +EXPORT_SYMBOL net/smc/smc 0x9d0b6e52 __SCK__tp_func_smcr_link_down +EXPORT_SYMBOL net/smc/smc 0xc92374ac __SCK__tp_func_smc_tx_sendmsg +EXPORT_SYMBOL net/smc/smc 0xeabf0312 __tracepoint_smc_rx_recvmsg +EXPORT_SYMBOL net/sunrpc/auth_gss/auth_rpcgss 0x708569ba gss_mech_put +EXPORT_SYMBOL net/sunrpc/auth_gss/auth_rpcgss 0xac98e4bc gss_mech_get +EXPORT_SYMBOL net/sunrpc/auth_gss/auth_rpcgss 0xd5769bb5 gss_pseudoflavor_to_service +EXPORT_SYMBOL net/sunrpc/sunrpc 0x2ab24961 xdr_truncate_encode +EXPORT_SYMBOL net/sunrpc/sunrpc 0x7593488f svc_pool_stats_open +EXPORT_SYMBOL net/sunrpc/sunrpc 0xc4bfb3df xdr_restrict_buflen +EXPORT_SYMBOL net/tipc/tipc 0x039e81fa tipc_dump_done +EXPORT_SYMBOL net/tipc/tipc 0x196d09a4 tipc_nl_sk_walk +EXPORT_SYMBOL net/tipc/tipc 0xb09e7862 tipc_sk_fill_sock_diag +EXPORT_SYMBOL net/tipc/tipc 0xbaa3b447 tipc_dump_start +EXPORT_SYMBOL net/tls/tls 0x0edd97b3 tls_get_record +EXPORT_SYMBOL net/wireless/cfg80211 0x0066b09b cfg80211_update_owe_info_event +EXPORT_SYMBOL net/wireless/cfg80211 0x0240078d cfg80211_rx_assoc_resp +EXPORT_SYMBOL net/wireless/cfg80211 0x04979826 cfg80211_nan_func_terminated +EXPORT_SYMBOL net/wireless/cfg80211 0x0680bfa4 __cfg80211_alloc_reply_skb +EXPORT_SYMBOL net/wireless/cfg80211 0x06ca71fd cfg80211_chandef_create +EXPORT_SYMBOL net/wireless/cfg80211 0x07753890 cfg80211_tx_mlme_mgmt +EXPORT_SYMBOL net/wireless/cfg80211 0x0a5648be cfg80211_michael_mic_failure +EXPORT_SYMBOL net/wireless/cfg80211 0x0ba628e1 cfg80211_ready_on_channel +EXPORT_SYMBOL net/wireless/cfg80211 0x0cc95bc2 ieee80211_s1g_channel_width +EXPORT_SYMBOL net/wireless/cfg80211 0x0d0bec93 wiphy_rfkill_start_polling +EXPORT_SYMBOL net/wireless/cfg80211 0x107c74b4 cfg80211_auth_timeout +EXPORT_SYMBOL net/wireless/cfg80211 0x108129df cfg80211_disconnected +EXPORT_SYMBOL net/wireless/cfg80211 0x117aca91 cfg80211_merge_profile +EXPORT_SYMBOL net/wireless/cfg80211 0x13e7dbdb cfg80211_sched_scan_results +EXPORT_SYMBOL net/wireless/cfg80211 0x1655e29d ieee80211_get_num_supported_channels +EXPORT_SYMBOL net/wireless/cfg80211 0x17bb2013 ieee80211_data_to_8023_exthdr +EXPORT_SYMBOL net/wireless/cfg80211 0x17cc40b8 cfg80211_classify8021d +EXPORT_SYMBOL net/wireless/cfg80211 0x1879fcbd bridge_tunnel_header +EXPORT_SYMBOL net/wireless/cfg80211 0x1aeb4292 regulatory_pre_cac_allowed +EXPORT_SYMBOL net/wireless/cfg80211 0x1b5a3a7e cfg80211_sinfo_alloc_tid_stats +EXPORT_SYMBOL net/wireless/cfg80211 0x1ce2497f reg_query_regdb_wmm +EXPORT_SYMBOL net/wireless/cfg80211 0x1e2e1ebe cfg80211_pmksa_candidate_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x2035fd4b freq_reg_info +EXPORT_SYMBOL net/wireless/cfg80211 0x2056c591 regulatory_set_wiphy_regd +EXPORT_SYMBOL net/wireless/cfg80211 0x210a056f cfg80211_any_usable_channels +EXPORT_SYMBOL net/wireless/cfg80211 0x235adaeb cfg80211_ft_event +EXPORT_SYMBOL net/wireless/cfg80211 0x2364aaa7 cfg80211_reg_can_beacon_relax +EXPORT_SYMBOL net/wireless/cfg80211 0x23eb4bc2 cfg80211_reg_can_beacon +EXPORT_SYMBOL net/wireless/cfg80211 0x23f51be8 cfg80211_scan_done +EXPORT_SYMBOL net/wireless/cfg80211 0x2465514b wiphy_new_nm +EXPORT_SYMBOL net/wireless/cfg80211 0x275269b3 ieee80211_ie_split_ric +EXPORT_SYMBOL net/wireless/cfg80211 0x275c97f0 cfg80211_get_ies_channel_number +EXPORT_SYMBOL net/wireless/cfg80211 0x2a386c7c cfg80211_chandef_usable +EXPORT_SYMBOL net/wireless/cfg80211 0x312bc6da cfg80211_sta_opmode_change_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x35048c01 cfg80211_ch_switch_started_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x3537b6ad cfg80211_assoc_failure +EXPORT_SYMBOL net/wireless/cfg80211 0x3643b80f ieee80211_chandef_to_operating_class +EXPORT_SYMBOL net/wireless/cfg80211 0x38b4a74d wiphy_register +EXPORT_SYMBOL net/wireless/cfg80211 0x39a9c62c cfg80211_unregister_wdev +EXPORT_SYMBOL net/wireless/cfg80211 0x4007f44a cfg80211_ch_switch_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x429c0c31 ieee80211_bss_get_elem +EXPORT_SYMBOL net/wireless/cfg80211 0x43afadee ieee80211_radiotap_iterator_init +EXPORT_SYMBOL net/wireless/cfg80211 0x440821ed wiphy_free +EXPORT_SYMBOL net/wireless/cfg80211 0x448b230c cfg80211_iftype_allowed +EXPORT_SYMBOL net/wireless/cfg80211 0x448ccfde cfg80211_control_port_tx_status +EXPORT_SYMBOL net/wireless/cfg80211 0x4537dedf __cfg80211_send_event_skb +EXPORT_SYMBOL net/wireless/cfg80211 0x46ff300c ieee80211_get_response_rate +EXPORT_SYMBOL net/wireless/cfg80211 0x4a357205 cfg80211_inform_bss_data +EXPORT_SYMBOL net/wireless/cfg80211 0x4d669114 cfg80211_new_sta +EXPORT_SYMBOL net/wireless/cfg80211 0x4d88874e ieee80211_get_hdrlen_from_skb +EXPORT_SYMBOL net/wireless/cfg80211 0x4d888bc1 cfg80211_calculate_bitrate +EXPORT_SYMBOL net/wireless/cfg80211 0x4f914675 wiphy_rfkill_set_hw_state_reason +EXPORT_SYMBOL net/wireless/cfg80211 0x511d39c8 cfg80211_check_station_change +EXPORT_SYMBOL net/wireless/cfg80211 0x53f1dc46 cfg80211_background_cac_abort +EXPORT_SYMBOL net/wireless/cfg80211 0x5584448a ieee80211_channel_to_freq_khz +EXPORT_SYMBOL net/wireless/cfg80211 0x5623494b cfg80211_cqm_txe_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x6110a74d cfg80211_del_sta_sinfo +EXPORT_SYMBOL net/wireless/cfg80211 0x622c2688 cfg80211_rx_spurious_frame +EXPORT_SYMBOL net/wireless/cfg80211 0x680ff2a1 ieee80211_amsdu_to_8023s +EXPORT_SYMBOL net/wireless/cfg80211 0x68aa213a cfg80211_rx_mgmt_ext +EXPORT_SYMBOL net/wireless/cfg80211 0x69b18f43 rfc1042_header +EXPORT_SYMBOL net/wireless/cfg80211 0x6b03041e cfg80211_get_iftype_ext_capa +EXPORT_SYMBOL net/wireless/cfg80211 0x6bc78bd7 cfg80211_cqm_rssi_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x6bedf402 ieee80211_freq_khz_to_channel +EXPORT_SYMBOL net/wireless/cfg80211 0x6cad6a87 cfg80211_sched_scan_stopped_locked +EXPORT_SYMBOL net/wireless/cfg80211 0x6eae2f58 regulatory_hint +EXPORT_SYMBOL net/wireless/cfg80211 0x72bebbc3 cfg80211_bss_color_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x7515c1f1 regulatory_set_wiphy_regd_sync +EXPORT_SYMBOL net/wireless/cfg80211 0x75b6667c cfg80211_cqm_beacon_loss_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x76972497 cfg80211_external_auth_request +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 0x7b88d5a7 cfg80211_crit_proto_stopped +EXPORT_SYMBOL net/wireless/cfg80211 0x7c3ac925 ieee80211_get_vht_max_nss +EXPORT_SYMBOL net/wireless/cfg80211 0x7c76e198 cfg80211_get_drvinfo +EXPORT_SYMBOL net/wireless/cfg80211 0x7ef39823 ieee80211_hdrlen +EXPORT_SYMBOL net/wireless/cfg80211 0x7f989db9 cfg80211_put_bss +EXPORT_SYMBOL net/wireless/cfg80211 0x804ef7c2 cfg80211_probe_status +EXPORT_SYMBOL net/wireless/cfg80211 0x8111a391 cfg80211_rx_control_port +EXPORT_SYMBOL net/wireless/cfg80211 0x81da5a07 cfg80211_rx_unexpected_4addr_frame +EXPORT_SYMBOL net/wireless/cfg80211 0x828c2431 cfg80211_report_obss_beacon_khz +EXPORT_SYMBOL net/wireless/cfg80211 0x8794a8b2 cfg80211_sched_scan_stopped +EXPORT_SYMBOL net/wireless/cfg80211 0x87aff89b wdev_chandef +EXPORT_SYMBOL net/wireless/cfg80211 0x89906b53 cfg80211_unlink_bss +EXPORT_SYMBOL net/wireless/cfg80211 0x89ac58f8 cfg80211_stop_iface +EXPORT_SYMBOL net/wireless/cfg80211 0x8b42aebd cfg80211_register_netdevice +EXPORT_SYMBOL net/wireless/cfg80211 0x8eb0f001 cfg80211_iter_combinations +EXPORT_SYMBOL net/wireless/cfg80211 0x8eb327a5 cfg80211_port_authorized +EXPORT_SYMBOL net/wireless/cfg80211 0x8fa02936 cfg80211_free_nan_func +EXPORT_SYMBOL net/wireless/cfg80211 0x930097f3 cfg80211_remain_on_channel_expired +EXPORT_SYMBOL net/wireless/cfg80211 0x9411e873 cfg80211_check_combinations +EXPORT_SYMBOL net/wireless/cfg80211 0x9451fa13 cfg80211_bss_iter +EXPORT_SYMBOL net/wireless/cfg80211 0x97b516c7 ieee80211_mandatory_rates +EXPORT_SYMBOL net/wireless/cfg80211 0x9831b21c cfg80211_send_layer2_update +EXPORT_SYMBOL net/wireless/cfg80211 0x9d6cba30 cfg80211_find_elem_match +EXPORT_SYMBOL net/wireless/cfg80211 0xabb3dc8f cfg80211_report_wowlan_wakeup +EXPORT_SYMBOL net/wireless/cfg80211 0xb10537b3 cfg80211_ref_bss +EXPORT_SYMBOL net/wireless/cfg80211 0xb953dce7 cfg80211_nan_match +EXPORT_SYMBOL net/wireless/cfg80211 0xba2b62c5 cfg80211_inform_bss_frame_data +EXPORT_SYMBOL net/wireless/cfg80211 0xbaeb9b08 __cfg80211_alloc_event_skb +EXPORT_SYMBOL net/wireless/cfg80211 0xbbdf843d cfg80211_rx_mlme_mgmt +EXPORT_SYMBOL net/wireless/cfg80211 0xbf275d01 cfg80211_get_station +EXPORT_SYMBOL net/wireless/cfg80211 0xc13c7316 cfg80211_notify_new_peer_candidate +EXPORT_SYMBOL net/wireless/cfg80211 0xc4b4fc27 cfg80211_chandef_valid +EXPORT_SYMBOL net/wireless/cfg80211 0xcc1a7c48 cfg80211_is_element_inherited +EXPORT_SYMBOL net/wireless/cfg80211 0xcc3b0ef1 cfg80211_conn_failed +EXPORT_SYMBOL net/wireless/cfg80211 0xd0f61978 cfg80211_rx_unprot_mlme_mgmt +EXPORT_SYMBOL net/wireless/cfg80211 0xd486567b ieee80211_get_channel_khz +EXPORT_SYMBOL net/wireless/cfg80211 0xd56d55f3 ieee80211_get_mesh_hdrlen +EXPORT_SYMBOL net/wireless/cfg80211 0xd5df74b9 wiphy_unregister +EXPORT_SYMBOL net/wireless/cfg80211 0xd65f70ef cfg80211_cac_event +EXPORT_SYMBOL net/wireless/cfg80211 0xd97eaad4 cfg80211_chandef_compatible +EXPORT_SYMBOL net/wireless/cfg80211 0xdba126c1 reg_initiator_name +EXPORT_SYMBOL net/wireless/cfg80211 0xdbc578e0 cfg80211_roamed +EXPORT_SYMBOL net/wireless/cfg80211 0xdd74a396 __cfg80211_radar_event +EXPORT_SYMBOL net/wireless/cfg80211 0xdda915a9 cfg80211_cqm_pktloss_notify +EXPORT_SYMBOL net/wireless/cfg80211 0xe34077f2 cfg80211_tx_mgmt_expired +EXPORT_SYMBOL net/wireless/cfg80211 0xe4fda7a8 cfg80211_connect_done +EXPORT_SYMBOL net/wireless/cfg80211 0xe5217e7b cfg80211_chandef_dfs_required +EXPORT_SYMBOL net/wireless/cfg80211 0xe7215d06 cfg80211_mgmt_tx_status_ext +EXPORT_SYMBOL net/wireless/cfg80211 0xe7f10850 cfg80211_bss_flush +EXPORT_SYMBOL net/wireless/cfg80211 0xec920f3a cfg80211_assoc_comeback +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 0xf8e0cbbb cfg80211_tdls_oper_request +EXPORT_SYMBOL net/wireless/cfg80211 0xf9cfeacb wiphy_apply_custom_regulatory +EXPORT_SYMBOL net/wireless/cfg80211 0xfa321e56 get_wiphy_regdom +EXPORT_SYMBOL net/wireless/cfg80211 0xfd68e4ee cfg80211_ibss_joined +EXPORT_SYMBOL net/wireless/cfg80211 0xffae7b16 cfg80211_gtk_rekey_notify +EXPORT_SYMBOL net/wireless/cfg80211 0xfff24e6b cfg80211_get_bss +EXPORT_SYMBOL net/wireless/lib80211 0x0bbb5df3 lib80211_get_crypto_ops +EXPORT_SYMBOL net/wireless/lib80211 0x118a58a3 lib80211_crypt_info_init +EXPORT_SYMBOL net/wireless/lib80211 0x1cb52106 lib80211_register_crypto_ops +EXPORT_SYMBOL net/wireless/lib80211 0x41a64d86 lib80211_crypt_delayed_deinit +EXPORT_SYMBOL net/wireless/lib80211 0x6c4b74b6 lib80211_unregister_crypto_ops +EXPORT_SYMBOL net/wireless/lib80211 0xbe606d76 lib80211_crypt_info_free +EXPORT_SYMBOL sound/ac97_bus 0xa93a618f ac97_bus_type +EXPORT_SYMBOL sound/core/oss/snd-mixer-oss 0x7a6820d5 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 0x295850f8 snd_seq_event_port_attach +EXPORT_SYMBOL sound/core/seq/snd-seq 0x3061c52d snd_use_lock_sync_helper +EXPORT_SYMBOL sound/core/seq/snd-seq 0x3fb4d161 snd_seq_kernel_client_dispatch +EXPORT_SYMBOL sound/core/seq/snd-seq 0x6bb71038 snd_seq_delete_kernel_client +EXPORT_SYMBOL sound/core/seq/snd-seq 0x7ac2f329 snd_seq_expand_var_event +EXPORT_SYMBOL sound/core/seq/snd-seq 0x7b8699eb snd_seq_event_port_detach +EXPORT_SYMBOL sound/core/seq/snd-seq 0x91521f22 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 0xe5e51998 snd_seq_create_kernel_client +EXPORT_SYMBOL sound/core/seq/snd-seq 0xe934da1d snd_seq_dump_var_event +EXPORT_SYMBOL sound/core/seq/snd-seq 0xebd732d5 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 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-emul 0xf912f0c8 snd_midi_process_event +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0x734e4fba 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 0xdd70dbf6 snd_midi_event_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 0x174f678e snd_virmidi_new +EXPORT_SYMBOL sound/core/snd 0x0e1b1547 snd_jack_add_new_kctl +EXPORT_SYMBOL sound/core/snd 0x16d32838 snd_device_new +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 0x21d488a8 snd_device_register +EXPORT_SYMBOL sound/core/snd 0x24a94b26 snd_info_get_line +EXPORT_SYMBOL sound/core/snd 0x26c7c466 snd_ctl_find_id +EXPORT_SYMBOL sound/core/snd 0x2dab55d6 snd_info_create_card_entry +EXPORT_SYMBOL sound/core/snd 0x2fce7da0 snd_unregister_oss_device +EXPORT_SYMBOL sound/core/snd 0x342a2354 copy_to_user_fromio +EXPORT_SYMBOL sound/core/snd 0x37ac046b snd_component_add +EXPORT_SYMBOL sound/core/snd 0x3971b4df snd_ecards_limit +EXPORT_SYMBOL sound/core/snd 0x3d921f3f snd_pci_quirk_lookup +EXPORT_SYMBOL sound/core/snd 0x44447c93 snd_seq_root +EXPORT_SYMBOL sound/core/snd 0x4a3ea5c0 snd_request_card +EXPORT_SYMBOL sound/core/snd 0x5611a394 snd_register_device +EXPORT_SYMBOL sound/core/snd 0x57e54031 snd_ctl_add +EXPORT_SYMBOL sound/core/snd 0x62fa99b3 snd_ctl_make_virtual_master +EXPORT_SYMBOL sound/core/snd 0x65c1e793 snd_card_set_id +EXPORT_SYMBOL sound/core/snd 0x6b0ea9a3 _snd_ctl_add_follower +EXPORT_SYMBOL sound/core/snd 0x6d2f2c6c snd_ctl_boolean_mono_info +EXPORT_SYMBOL sound/core/snd 0x6d76484d snd_ctl_find_numid +EXPORT_SYMBOL sound/core/snd 0x6f9660d6 snd_unregister_device +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 0x74edec4a snd_ctl_unregister_ioctl_compat +EXPORT_SYMBOL sound/core/snd 0x77503a0c snd_ctl_replace +EXPORT_SYMBOL sound/core/snd 0x7b94344f snd_jack_set_parent +EXPORT_SYMBOL sound/core/snd 0x80d7d80b snd_ctl_remove +EXPORT_SYMBOL sound/core/snd 0x836d9f9d snd_jack_new +EXPORT_SYMBOL sound/core/snd 0x86b921dc snd_ctl_boolean_stereo_info +EXPORT_SYMBOL sound/core/snd 0x89db00fc snd_jack_report +EXPORT_SYMBOL sound/core/snd 0x8aaba108 snd_register_oss_device +EXPORT_SYMBOL sound/core/snd 0x8df3789f snd_oss_info_register +EXPORT_SYMBOL sound/core/snd 0x8f595b11 snd_major +EXPORT_SYMBOL sound/core/snd 0x940999eb snd_info_free_entry +EXPORT_SYMBOL sound/core/snd 0x94da3f6e snd_card_file_remove +EXPORT_SYMBOL sound/core/snd 0x94e143fb snd_card_free +EXPORT_SYMBOL sound/core/snd 0x9befc273 snd_info_register +EXPORT_SYMBOL sound/core/snd 0x9e6d79f8 snd_info_get_str +EXPORT_SYMBOL sound/core/snd 0xa0361640 snd_ctl_notify_one +EXPORT_SYMBOL sound/core/snd 0xb131a635 snd_ctl_unregister_ioctl +EXPORT_SYMBOL sound/core/snd 0xb2e5ae4a snd_lookup_minor_data +EXPORT_SYMBOL sound/core/snd 0xb6c2cdb8 snd_ctl_notify +EXPORT_SYMBOL sound/core/snd 0xb8592fe8 snd_jack_set_key +EXPORT_SYMBOL sound/core/snd 0xbbfad0bc snd_device_free +EXPORT_SYMBOL sound/core/snd 0xc4a64566 snd_card_disconnect +EXPORT_SYMBOL sound/core/snd 0xc5a6d10b release_and_free_resource +EXPORT_SYMBOL sound/core/snd 0xc7109daf snd_card_file_add +EXPORT_SYMBOL sound/core/snd 0xc7fbe51d snd_ctl_register_ioctl_compat +EXPORT_SYMBOL sound/core/snd 0xca9442af snd_ctl_rename +EXPORT_SYMBOL sound/core/snd 0xcc6a729f snd_ctl_enum_info +EXPORT_SYMBOL sound/core/snd 0xcf5a4975 snd_info_create_module_entry +EXPORT_SYMBOL sound/core/snd 0xd02ee0d6 snd_card_new +EXPORT_SYMBOL sound/core/snd 0xd21d822c snd_mixer_oss_notify_callback +EXPORT_SYMBOL sound/core/snd 0xd4024f8e snd_card_register +EXPORT_SYMBOL sound/core/snd 0xd5a694f2 snd_power_wait +EXPORT_SYMBOL sound/core/snd 0xdf7a7079 snd_ctl_register_ioctl +EXPORT_SYMBOL sound/core/snd 0xe5518fda snd_card_free_when_closed +EXPORT_SYMBOL sound/core/snd 0xe730e0de snd_ctl_rename_id +EXPORT_SYMBOL sound/core/snd 0xf20451a0 snd_ctl_new1 +EXPORT_SYMBOL sound/core/snd 0xf31ad9fb snd_ctl_remove_id +EXPORT_SYMBOL sound/core/snd 0xf3a49f54 snd_ctl_free_one +EXPORT_SYMBOL sound/core/snd 0xfffd89db copy_from_user_toio +EXPORT_SYMBOL sound/core/snd-compress 0xa6b6bdee snd_compr_free_pages +EXPORT_SYMBOL sound/core/snd-compress 0xbae7f40b snd_compr_malloc_pages +EXPORT_SYMBOL sound/core/snd-hwdep 0x84e66bca 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 0x070bfff6 snd_pcm_lib_get_vmalloc_page +EXPORT_SYMBOL sound/core/snd-pcm 0x0fdea308 __snd_pcm_lib_xfer +EXPORT_SYMBOL sound/core/snd-pcm 0x11eba48e snd_pcm_create_iec958_consumer_hw_params +EXPORT_SYMBOL sound/core/snd-pcm 0x14153a46 snd_pcm_set_sync +EXPORT_SYMBOL sound/core/snd-pcm 0x1d027e4b snd_pcm_format_signed +EXPORT_SYMBOL sound/core/snd-pcm 0x1f15dfe9 snd_pcm_mmap_data +EXPORT_SYMBOL sound/core/snd-pcm 0x200c95be snd_pcm_hw_refine +EXPORT_SYMBOL sound/core/snd-pcm 0x221bb380 snd_pcm_hw_constraint_msbits +EXPORT_SYMBOL sound/core/snd-pcm 0x24c52d24 snd_pcm_release_substream +EXPORT_SYMBOL sound/core/snd-pcm 0x2c322f7a snd_pcm_hw_constraint_integer +EXPORT_SYMBOL sound/core/snd-pcm 0x30045342 snd_pcm_new_stream +EXPORT_SYMBOL sound/core/snd-pcm 0x3104d27b snd_sgbuf_get_addr +EXPORT_SYMBOL sound/core/snd-pcm 0x3796bdcc snd_pcm_format_little_endian +EXPORT_SYMBOL sound/core/snd-pcm 0x37b41f6d snd_pcm_hw_rule_noresample +EXPORT_SYMBOL sound/core/snd-pcm 0x37d91ed5 snd_pcm_lib_preallocate_pages +EXPORT_SYMBOL sound/core/snd-pcm 0x39bf9301 _snd_pcm_hw_param_setempty +EXPORT_SYMBOL sound/core/snd-pcm 0x3c8b2e42 snd_sgbuf_get_chunk_size +EXPORT_SYMBOL sound/core/snd-pcm 0x3df08d9b _snd_pcm_lib_alloc_vmalloc_buffer +EXPORT_SYMBOL sound/core/snd-pcm 0x49aeeedb 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 0x523c0ef9 snd_pcm_lib_preallocate_pages_for_all +EXPORT_SYMBOL sound/core/snd-pcm 0x52e3e4a5 snd_pcm_hw_param_value +EXPORT_SYMBOL sound/core/snd-pcm 0x566156de snd_pcm_hw_constraint_mask64 +EXPORT_SYMBOL sound/core/snd-pcm 0x569368e3 snd_pcm_open_substream +EXPORT_SYMBOL sound/core/snd-pcm 0x5927fa3d snd_pcm_lib_malloc_pages +EXPORT_SYMBOL sound/core/snd-pcm 0x594e73a9 snd_dma_free_pages +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 0x68e86098 snd_pcm_create_iec958_consumer +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 0x73708b5f snd_pcm_hw_constraint_ratnums +EXPORT_SYMBOL sound/core/snd-pcm 0x7493d850 snd_pcm_lib_mmap_iomem +EXPORT_SYMBOL sound/core/snd-pcm 0x749dcec0 snd_pcm_hw_constraint_step +EXPORT_SYMBOL sound/core/snd-pcm 0x7c389d31 snd_pcm_set_managed_buffer_all +EXPORT_SYMBOL sound/core/snd-pcm 0x7e69d9a7 snd_dma_alloc_pages_fallback +EXPORT_SYMBOL sound/core/snd-pcm 0x834dc955 snd_pcm_format_size +EXPORT_SYMBOL sound/core/snd-pcm 0x8f774484 snd_pcm_set_ops +EXPORT_SYMBOL sound/core/snd-pcm 0x94098ff8 snd_interval_list +EXPORT_SYMBOL sound/core/snd-pcm 0x96fd295d snd_pcm_hw_constraint_ranges +EXPORT_SYMBOL sound/core/snd-pcm 0x98d807a3 snd_pcm_hw_param_last +EXPORT_SYMBOL sound/core/snd-pcm 0x9b3dd951 snd_pcm_kernel_ioctl +EXPORT_SYMBOL sound/core/snd-pcm 0x9fec47f9 snd_pcm_lib_free_vmalloc_buffer +EXPORT_SYMBOL sound/core/snd-pcm 0xa06fa849 snd_pcm_hw_param_first +EXPORT_SYMBOL sound/core/snd-pcm 0xa61aa028 snd_pcm_format_unsigned +EXPORT_SYMBOL sound/core/snd-pcm 0xaaecd6e5 snd_pcm_lib_free_pages +EXPORT_SYMBOL sound/core/snd-pcm 0xac437f7b snd_interval_ratnum +EXPORT_SYMBOL sound/core/snd-pcm 0xb821f9c9 snd_pcm_set_managed_buffer +EXPORT_SYMBOL sound/core/snd-pcm 0xb9638db4 snd_pcm_rate_to_rate_bit +EXPORT_SYMBOL sound/core/snd-pcm 0xc8df87ce snd_pcm_hw_constraint_minmax +EXPORT_SYMBOL sound/core/snd-pcm 0xce07bb9f snd_pcm_new_internal +EXPORT_SYMBOL sound/core/snd-pcm 0xcf0f4bf1 snd_pcm_hw_constraint_ratdens +EXPORT_SYMBOL sound/core/snd-pcm 0xe293abe9 snd_pcm_period_elapsed_under_stream_lock +EXPORT_SYMBOL sound/core/snd-pcm 0xe34b568c snd_pcm_stop +EXPORT_SYMBOL sound/core/snd-pcm 0xe52cfe43 snd_pcm_suspend_all +EXPORT_SYMBOL sound/core/snd-pcm 0xe56a9336 snd_pcm_format_width +EXPORT_SYMBOL sound/core/snd-pcm 0xe7384008 snd_pcm_new +EXPORT_SYMBOL sound/core/snd-pcm 0xeda0a376 snd_pcm_lib_preallocate_free_for_all +EXPORT_SYMBOL sound/core/snd-pcm 0xedbe8dcf snd_pcm_lib_ioctl +EXPORT_SYMBOL sound/core/snd-pcm 0xf137cfcd snd_pcm_hw_rule_add +EXPORT_SYMBOL sound/core/snd-pcm 0xf3b53cbd snd_sgbuf_get_page +EXPORT_SYMBOL sound/core/snd-pcm 0xf88103f9 snd_pcm_period_elapsed +EXPORT_SYMBOL sound/core/snd-pcm 0xf9129c50 snd_pcm_hw_constraint_pow2 +EXPORT_SYMBOL sound/core/snd-pcm 0xfb1a5d02 snd_pcm_hw_constraint_list +EXPORT_SYMBOL sound/core/snd-pcm 0xfb30a133 snd_dma_alloc_dir_pages +EXPORT_SYMBOL sound/core/snd-pcm 0xff6104d0 snd_pcm_rate_bit_to_rate +EXPORT_SYMBOL sound/core/snd-rawmidi 0x062c9706 snd_rawmidi_receive +EXPORT_SYMBOL sound/core/snd-rawmidi 0x088e5d65 snd_rawmidi_set_ops +EXPORT_SYMBOL sound/core/snd-rawmidi 0x10ef3c1c snd_rawmidi_drain_input +EXPORT_SYMBOL sound/core/snd-rawmidi 0x15d02878 snd_rawmidi_transmit_ack +EXPORT_SYMBOL sound/core/snd-rawmidi 0x233b429a snd_rawmidi_kernel_open +EXPORT_SYMBOL sound/core/snd-rawmidi 0x24cf1282 snd_rawmidi_kernel_read +EXPORT_SYMBOL sound/core/snd-rawmidi 0x2e0fc45c snd_rawmidi_drop_output +EXPORT_SYMBOL sound/core/snd-rawmidi 0x40d6c53e snd_rawmidi_proceed +EXPORT_SYMBOL sound/core/snd-rawmidi 0x4c051e8b snd_rawmidi_transmit_empty +EXPORT_SYMBOL sound/core/snd-rawmidi 0x51e0ddd3 snd_rawmidi_drain_output +EXPORT_SYMBOL sound/core/snd-rawmidi 0x84090d05 snd_rawmidi_output_params +EXPORT_SYMBOL sound/core/snd-rawmidi 0x9a8f8764 snd_rawmidi_transmit_peek +EXPORT_SYMBOL sound/core/snd-rawmidi 0xa92bfb0a snd_rawmidi_kernel_write +EXPORT_SYMBOL sound/core/snd-rawmidi 0xb35518a5 snd_rawmidi_new +EXPORT_SYMBOL sound/core/snd-rawmidi 0xc179d87f snd_rawmidi_info_select +EXPORT_SYMBOL sound/core/snd-rawmidi 0xdbb17420 snd_rawmidi_input_params +EXPORT_SYMBOL sound/core/snd-rawmidi 0xf20fe6f2 snd_rawmidi_kernel_release +EXPORT_SYMBOL sound/core/snd-rawmidi 0xf4ce3846 snd_rawmidi_transmit +EXPORT_SYMBOL sound/core/snd-seq-device 0x091def1c snd_seq_autoload_exit +EXPORT_SYMBOL sound/core/snd-seq-device 0x183b2fed 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 0x132824b3 snd_timer_interrupt +EXPORT_SYMBOL sound/core/snd-timer 0x204123e5 snd_timer_instance_free +EXPORT_SYMBOL sound/core/snd-timer 0x34c90ac0 snd_timer_start +EXPORT_SYMBOL sound/core/snd-timer 0x3681815d snd_timer_global_new +EXPORT_SYMBOL sound/core/snd-timer 0x3cf80ab4 snd_timer_instance_new +EXPORT_SYMBOL sound/core/snd-timer 0x6538690b snd_timer_continue +EXPORT_SYMBOL sound/core/snd-timer 0x6ce2dc56 snd_timer_global_register +EXPORT_SYMBOL sound/core/snd-timer 0x90a83569 snd_timer_notify +EXPORT_SYMBOL sound/core/snd-timer 0x9bc3125e snd_timer_global_free +EXPORT_SYMBOL sound/core/snd-timer 0x9cb33dba snd_timer_resolution +EXPORT_SYMBOL sound/core/snd-timer 0xae059f13 snd_timer_open +EXPORT_SYMBOL sound/core/snd-timer 0xc76372ea snd_timer_stop +EXPORT_SYMBOL sound/core/snd-timer 0xce14a480 snd_timer_pause +EXPORT_SYMBOL sound/core/snd-timer 0xd1e95ff2 snd_timer_new +EXPORT_SYMBOL sound/core/snd-timer 0xee7ef0d1 snd_timer_close +EXPORT_SYMBOL sound/drivers/mpu401/snd-mpu401-uart 0x0877f488 snd_mpu401_uart_new +EXPORT_SYMBOL sound/drivers/mpu401/snd-mpu401-uart 0x6d629c59 snd_mpu401_uart_interrupt_tx +EXPORT_SYMBOL sound/drivers/mpu401/snd-mpu401-uart 0xc0fec227 snd_mpu401_uart_interrupt +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x05060a19 snd_opl3_regmap +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x3374e5b0 snd_opl3_reset +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x39cdab57 snd_opl3_create +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x3ea353d1 snd_opl3_new +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x4a8aa230 snd_opl3_hwdep_new +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x7eaa5bc2 snd_opl3_interrupt +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x9a25dbc0 snd_opl3_timer_new +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0xaee22e47 snd_opl3_load_patch +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0xc70c1b8f snd_opl3_init +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0xe454363b snd_opl3_find_patch +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x03d8dda1 snd_vx_create +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x10b5ed20 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 0x2954ba44 snd_vx_free_firmware +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x375c1047 snd_vx_suspend +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x5ec0d5ea snd_vx_dsp_boot +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xac2d2590 snd_vx_load_boot_image +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xdfb3c02c snd_vx_check_reg_bit +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xe7756690 snd_vx_resume +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xf1f04d23 snd_vx_irq_handler +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xf26597e3 snd_vx_setup_firmware +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x02c65565 cmp_connection_destroy +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x07c83464 avc_general_get_plug_info +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x107c351d cmp_connection_init +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x1112aa5f avc_general_set_sig_fmt +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x1901cf4e snd_fw_transaction +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x1e96632f fcp_avc_transaction +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x1f8714b2 fw_iso_resources_free +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x20254e45 amdtp_syt_intervals +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x229670ac fw_iso_resources_init +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x2c17c372 fw_iso_resources_update +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x3134d03c amdtp_stream_update +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x31ab15de amdtp_stream_set_parameters +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x342e9281 cmp_connection_establish +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x3ff065e0 amdtp_stream_pcm_abort +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x44a6abce cmp_connection_release +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x46881f00 amdtp_stream_destroy +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x46c763cf avc_general_get_sig_fmt +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x4e6f1dee fw_iso_resources_destroy +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x5241ae78 fcp_bus_reset +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x53ca18e8 amdtp_rate_table +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x6e8d98ed cmp_connection_check_used +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x6fca4f48 cmp_connection_reserve +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x92b51b91 fw_iso_resources_allocate +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xa84daa62 amdtp_stream_pcm_prepare +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xc1a0c405 amdtp_stream_add_pcm_hw_constraints +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xcc6ba2d3 amdtp_stream_get_max_payload +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xd4724fc0 iso_packets_buffer_destroy +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xe13485af cmp_connection_break +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xf4fa8160 amdtp_stream_init +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xf631cdbc cmp_connection_update +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xfbf2eae3 iso_packets_buffer_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 0x8b3492c1 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 0xa3ed49e4 snd_ak4113_suspend +EXPORT_SYMBOL sound/i2c/other/snd-ak4113 0xdfb968dd snd_ak4113_resume +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x0996f2b3 snd_ak4114_create +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x242edd81 snd_ak4114_check_rate_and_errors +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x2d02ee1e snd_ak4114_external_rate +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x4619d9ee snd_ak4114_reinit +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x777b35f2 snd_ak4114_resume +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0xabadc20d snd_ak4114_build +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0xb02d8442 snd_ak4114_reg_write +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0xe496a9bc snd_ak4114_suspend +EXPORT_SYMBOL sound/i2c/other/snd-ak4117 0x0aa6be40 snd_ak4117_external_rate +EXPORT_SYMBOL sound/i2c/other/snd-ak4117 0x3cd76170 snd_ak4117_build +EXPORT_SYMBOL sound/i2c/other/snd-ak4117 0x96abccf5 snd_ak4117_create +EXPORT_SYMBOL sound/i2c/other/snd-ak4117 0xacb27794 snd_ak4117_reg_write +EXPORT_SYMBOL sound/i2c/other/snd-ak4117 0xc309b83a snd_ak4117_reinit +EXPORT_SYMBOL sound/i2c/other/snd-ak4117 0xe717e61a snd_ak4117_check_rate_and_errors +EXPORT_SYMBOL sound/i2c/other/snd-ak4xxx-adda 0x39afce57 snd_akm4xxx_init +EXPORT_SYMBOL sound/i2c/other/snd-ak4xxx-adda 0x4b3a5e5b snd_akm4xxx_reset +EXPORT_SYMBOL sound/i2c/other/snd-ak4xxx-adda 0x871496ab snd_akm4xxx_write +EXPORT_SYMBOL sound/i2c/other/snd-ak4xxx-adda 0xbb5c90ff snd_akm4xxx_build_controls +EXPORT_SYMBOL sound/i2c/other/snd-pt2258 0x5df67df9 snd_pt2258_build_controls +EXPORT_SYMBOL sound/i2c/other/snd-pt2258 0xc3492bfa snd_pt2258_reset +EXPORT_SYMBOL sound/i2c/snd-cs8427 0x44d5cd0d snd_cs8427_iec958_pcm +EXPORT_SYMBOL sound/i2c/snd-cs8427 0x521eab42 snd_cs8427_reg_write +EXPORT_SYMBOL sound/i2c/snd-cs8427 0x67010313 snd_cs8427_init +EXPORT_SYMBOL sound/i2c/snd-cs8427 0x95683446 snd_cs8427_create +EXPORT_SYMBOL sound/i2c/snd-cs8427 0xac388ec7 snd_cs8427_iec958_build +EXPORT_SYMBOL sound/i2c/snd-cs8427 0xed730418 snd_cs8427_iec958_active +EXPORT_SYMBOL sound/i2c/snd-i2c 0x0b88deac snd_i2c_sendbytes +EXPORT_SYMBOL sound/i2c/snd-i2c 0x0e675ae2 snd_i2c_device_create +EXPORT_SYMBOL sound/i2c/snd-i2c 0x5dbcfbdf snd_i2c_probeaddr +EXPORT_SYMBOL sound/i2c/snd-i2c 0x5ff6c220 snd_i2c_device_free +EXPORT_SYMBOL sound/i2c/snd-i2c 0x7fa867f4 snd_i2c_readbytes +EXPORT_SYMBOL sound/i2c/snd-i2c 0xe635d592 snd_i2c_bus_create +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0x18308f1a snd_sbmixer_write +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0x1c04b32b snd_sbmixer_add_ctl +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0x1d0037f7 snd_sbmixer_suspend +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0x7c9884b5 snd_sbdsp_create +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0x89d89656 snd_sbdsp_reset +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0xa04a7ad2 snd_sbmixer_read +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0xa538d14e snd_sbmixer_new +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0xa99add50 snd_sbdsp_get_byte +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0xd7359ab6 snd_sbdsp_command +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0xfacef30e snd_sbmixer_resume +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x0c6c3ce4 snd_ac97_resume +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x2e88bd13 snd_ac97_write_cache +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x46404fd5 snd_ac97_suspend +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x4e824bf0 snd_ac97_get_short_name +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x53d405a7 snd_ac97_write +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x772c8361 snd_ac97_read +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x778c4256 snd_ac97_tune_hardware +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x7a2e61ef snd_ac97_mixer +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x82d793ed snd_ac97_update_bits +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x90579b1a snd_ac97_pcm_open +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x95e9c450 snd_ac97_pcm_double_rate_rules +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x9cbb7413 snd_ac97_bus +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xba00b9eb snd_ac97_set_rate +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xd49ccbd3 snd_ac97_update_power +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xde5cbdd9 snd_ac97_pcm_assign +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xe57184a9 snd_ac97_pcm_close +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xfd5b303f snd_ac97_update +EXPORT_SYMBOL sound/pci/asihpi/snd-asihpi 0xacba5c9b hpi_send_recv +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x0c8ea869 snd_emu10k1_synth_bzero +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x124befc2 snd_emu10k1_synth_copy_from_user +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x1530631d snd_emu10k1_synth_alloc +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x44aa13c8 snd_emu10k1_synth_free +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x5bb75c14 snd_emu10k1_memblk_map +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x9c8eda87 snd_emu10k1_voice_alloc +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0xab516773 snd_emu10k1_ptr_write +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0xf9e35639 snd_emu10k1_ptr_read +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0xff45c281 snd_emu10k1_voice_free +EXPORT_SYMBOL sound/pci/ice1712/snd-ice17xx-ak4xxx 0xb797c720 snd_ice1712_akm4xxx_free +EXPORT_SYMBOL sound/pci/ice1712/snd-ice17xx-ak4xxx 0xdcb2be08 snd_ice1712_akm4xxx_init +EXPORT_SYMBOL sound/pci/ice1712/snd-ice17xx-ak4xxx 0xf057bfd2 snd_ice1712_akm4xxx_build_controls +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x051c3602 oxygen_write_ac97 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x0de38add oxygen_write_ac97_masked +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x157c598c oxygen_write32_masked +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x3b4c662d oxygen_read_ac97 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x4164ce40 oxygen_write8_masked +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x5c0e3643 oxygen_write32 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x5f623897 oxygen_read32 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x72b5a88b oxygen_pci_probe +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x84e05567 oxygen_read16 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x942f8213 oxygen_reset_uart +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x989de10c oxygen_write_spi +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x9fe4e66a oxygen_write16_masked +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xa1d42772 oxygen_pci_pm +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xa97735e3 oxygen_pci_shutdown +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xb4935074 oxygen_update_dac_routing +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xb50a849e oxygen_write_i2c +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xcfc9a202 oxygen_read8 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xdce31b51 oxygen_write16 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xe4acde40 oxygen_write8 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xee4145f3 oxygen_write_uart +EXPORT_SYMBOL sound/pci/trident/snd-trident 0x3cd9aa70 snd_trident_stop_voice +EXPORT_SYMBOL sound/pci/trident/snd-trident 0x578456e0 snd_trident_alloc_voice +EXPORT_SYMBOL sound/pci/trident/snd-trident 0x6af799dc snd_trident_write_voice_regs +EXPORT_SYMBOL sound/pci/trident/snd-trident 0x7092c7c8 snd_trident_free_voice +EXPORT_SYMBOL sound/pci/trident/snd-trident 0xc6936c43 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 0x460ea9b2 snd_amd_acp_find_config +EXPORT_SYMBOL sound/soc/amd/snd-acp-config 0xbd29c65a snd_soc_acpi_amd_sof_machines +EXPORT_SYMBOL sound/soc/amd/snd-acp-config 0xd732eb49 snd_soc_acpi_amd_rmb_sof_machines +EXPORT_SYMBOL sound/soc/codecs/snd-soc-adau1372 0x8b9840ec adau1372_probe +EXPORT_SYMBOL sound/soc/codecs/snd-soc-lpass-wsa-macro 0x8d11be75 wsa_macro_set_spkr_mode +EXPORT_SYMBOL sound/soc/codecs/snd-soc-pcm3060 0xbb02c97b pcm3060_regmap +EXPORT_SYMBOL sound/soc/codecs/snd-soc-pcm3060 0xefd05682 pcm3060_probe +EXPORT_SYMBOL sound/soc/codecs/snd-soc-rt715 0xed2acb24 hda_to_sdw +EXPORT_SYMBOL sound/soc/codecs/snd-soc-tlv320aic23 0x08117a87 tlv320aic23_regmap +EXPORT_SYMBOL sound/soc/codecs/snd-soc-tlv320aic23 0x39fc8c97 tlv320aic23_probe +EXPORT_SYMBOL sound/soc/codecs/snd-soc-tlv320aic32x4 0x4a606f99 aic32x4_regmap_config +EXPORT_SYMBOL sound/soc/codecs/snd-soc-tlv320aic32x4 0xb04db316 aic32x4_probe +EXPORT_SYMBOL sound/soc/codecs/snd-soc-tlv320aic32x4 0xd98c6cd8 aic32x4_remove +EXPORT_SYMBOL sound/soc/codecs/snd-soc-tlv320aic3x 0x00acf5e3 aic3x_remove +EXPORT_SYMBOL sound/soc/codecs/snd-soc-tlv320aic3x 0xcd24a382 aic3x_probe +EXPORT_SYMBOL sound/soc/codecs/snd-soc-wcd-mbhc 0x0b6b2b95 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 0x96c3679c 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 0xc3836f0b 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 0x1c98150b fsl_asoc_get_dma_channel +EXPORT_SYMBOL sound/soc/fsl/snd-soc-fsl-utils 0x29b5fd27 fsl_asoc_get_pll_clocks +EXPORT_SYMBOL sound/soc/fsl/snd-soc-fsl-utils 0x2beff1c8 fsl_asoc_reparent_pll_clocks +EXPORT_SYMBOL sound/soc/snd-soc-core 0xc6c548a7 snd_soc_alloc_ac97_component +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x01ec2446 snd_sof_device_shutdown +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x0f21b349 snd_sof_dsp_update_bits_forced +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x1d27d425 snd_sof_dsp_update_bits64 +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x21a42127 sof_io_read64 +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x2746cb66 snd_sof_dsp_panic +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x27734cd9 snd_sof_load_topology +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x298514d6 sof_machine_unregister +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x2ad91334 sof_dai_get_mclk +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x2df40269 sof_dai_get_bclk +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x2e612465 sof_ipc_msg_data +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x368c6727 sof_debug_check_flag +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x371ddd20 sof_machine_register +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x384e29b7 sof_ipc4_set_pipeline_state +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x392fcda6 snd_sof_pcm_period_elapsed +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x46017fa2 snd_sof_device_remove +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x4963490d snd_sof_ipc_get_reply +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x4ab27a47 sof_io_write +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x4d123bb0 snd_sof_suspend +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x53c3bba1 snd_sof_resume +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x5413f629 snd_sof_ipc_free +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x5684f049 snd_sof_dsp_only_d0i3_compatible_stream_active +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x56859127 sof_stream_pcm_open +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x56fd772b sof_block_read +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x5a330b77 sof_ipc_set_get_data +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x5f696c23 sof_widget_setup +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x6608a6bb sof_set_fw_state +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x6d2d2412 snd_sof_device_probe_completed +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x6df41ad0 snd_sof_load_firmware_memcpy +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x77b7df9d snd_sof_device_probe +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x7c8745eb snd_sof_runtime_idle +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x81986b0c snd_sof_dsp_dbg_dump +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x82a22680 snd_sof_dsp_update_bits +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x8f137612 snd_sof_fw_unload +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x91e66ca0 sof_io_write64 +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x9442a9d5 snd_sof_handle_fw_exception +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x97675f32 snd_sof_prepare +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x9a65e9d4 snd_sof_pci_update_bits +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x9b3d7682 snd_sof_run_firmware +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x9deb6963 snd_sof_runtime_suspend +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xa4bc91ef snd_sof_ipc_reply +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xaf102f11 snd_sof_ipc_init +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xbfa81b52 snd_sof_load_firmware_raw +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xca879f44 snd_sof_runtime_resume +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xcbaff8ff sof_pcm_dai_link_fixup +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xce0c3a72 sof_set_stream_data_offset +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xd134c844 snd_sof_complete +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xd373e777 sof_mailbox_read +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xd7815ccf snd_sof_dsp_update_bits64_unlocked +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xde651799 sof_stream_pcm_close +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xecf2196e sof_mailbox_write +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xf1308f8d snd_sof_dsp_update_bits_unlocked +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xf157fcf1 sof_widget_free +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xf2251fb8 sof_machine_check +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xf244e75a sof_ipc_tx_message_no_pm +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xf3713ad2 sof_ipc_tx_message +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xfdcf4416 sof_io_read +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xfe625913 sof_print_oops_and_stack +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xffb8e8c8 sof_block_write +EXPORT_SYMBOL sound/soc/sof/snd-sof-utils 0x1ee79330 snd_sof_create_page_table +EXPORT_SYMBOL sound/soundcore 0x05e53c7a register_sound_mixer +EXPORT_SYMBOL sound/soundcore 0x2cdc1cb7 sound_class +EXPORT_SYMBOL sound/soundcore 0x7afc9d8a unregister_sound_mixer +EXPORT_SYMBOL sound/soundcore 0x99c95fa5 unregister_sound_special +EXPORT_SYMBOL sound/soundcore 0xb2960098 register_sound_special +EXPORT_SYMBOL sound/soundcore 0xcd083b10 unregister_sound_dsp +EXPORT_SYMBOL sound/soundcore 0xfea64074 register_sound_special_device +EXPORT_SYMBOL sound/soundcore 0xfed228ff register_sound_dsp +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0x01a00720 snd_emux_lock_voice +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0x3b587fbf snd_emux_register +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0x3de59be2 snd_emux_free +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0x4bc80c92 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 0xc9e1019b snd_emux_unlock_voice +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0xff9d4742 snd_emux_terminate_all +EXPORT_SYMBOL sound/synth/snd-util-mem 0x0eda33fa snd_util_memhdr_new +EXPORT_SYMBOL sound/synth/snd-util-mem 0x2a48197f snd_util_mem_alloc +EXPORT_SYMBOL sound/synth/snd-util-mem 0x6517719f __snd_util_mem_free +EXPORT_SYMBOL sound/synth/snd-util-mem 0x914f3491 snd_util_memhdr_free +EXPORT_SYMBOL sound/synth/snd-util-mem 0x9223e14b snd_util_mem_free +EXPORT_SYMBOL sound/synth/snd-util-mem 0x9adc8c44 __snd_util_memblk_new +EXPORT_SYMBOL sound/synth/snd-util-mem 0xc59655e4 snd_util_mem_avail +EXPORT_SYMBOL sound/synth/snd-util-mem 0xd28dc0da __snd_util_mem_alloc +EXPORT_SYMBOL sound/usb/snd-usbmidi-lib 0x16756dc0 snd_usbmidi_input_start +EXPORT_SYMBOL sound/usb/snd-usbmidi-lib 0x63343b1d snd_usbmidi_input_stop +EXPORT_SYMBOL sound/usb/snd-usbmidi-lib 0xb2af19e1 snd_usbmidi_resume +EXPORT_SYMBOL sound/usb/snd-usbmidi-lib 0xbed43a41 snd_usbmidi_suspend +EXPORT_SYMBOL sound/usb/snd-usbmidi-lib 0xc8f7609e __snd_usbmidi_create +EXPORT_SYMBOL sound/usb/snd-usbmidi-lib 0xd9d2bb03 snd_usbmidi_disconnect +EXPORT_SYMBOL vmlinux 0x00148653 vsnprintf +EXPORT_SYMBOL vmlinux 0x002c3eda napi_schedule_prep +EXPORT_SYMBOL vmlinux 0x00327e85 dev_set_mtu +EXPORT_SYMBOL vmlinux 0x003c8cdb jbd2_journal_force_commit_nested +EXPORT_SYMBOL vmlinux 0x004163fc xsk_clear_rx_need_wakeup +EXPORT_SYMBOL vmlinux 0x0043f71e vfs_llseek +EXPORT_SYMBOL vmlinux 0x00603063 skb_udp_tunnel_segment +EXPORT_SYMBOL vmlinux 0x00625c0f jbd2_journal_init_jbd_inode +EXPORT_SYMBOL vmlinux 0x00816d5b xfrm_lookup_with_ifid +EXPORT_SYMBOL vmlinux 0x008b0d13 neigh_direct_output +EXPORT_SYMBOL vmlinux 0x00a4b044 amd_iommu_deactivate_guest_mode +EXPORT_SYMBOL vmlinux 0x00b4e615 posix_acl_equiv_mode +EXPORT_SYMBOL vmlinux 0x00ccc072 vfs_getattr +EXPORT_SYMBOL vmlinux 0x00d7e722 vme_lm_count +EXPORT_SYMBOL vmlinux 0x00e7108b serial8250_do_set_termios +EXPORT_SYMBOL vmlinux 0x01000e51 schedule +EXPORT_SYMBOL vmlinux 0x01070705 set_binfmt +EXPORT_SYMBOL vmlinux 0x010c453a pci_iomap_range +EXPORT_SYMBOL vmlinux 0x010f8a1d serio_bus +EXPORT_SYMBOL vmlinux 0x0113b5f5 kmem_cache_free +EXPORT_SYMBOL vmlinux 0x01156ae4 utf8_strncasecmp_folded +EXPORT_SYMBOL vmlinux 0x0118263b rtnl_notify +EXPORT_SYMBOL vmlinux 0x0120519e pfifo_qdisc_ops +EXPORT_SYMBOL vmlinux 0x012beca8 bpf_link_put +EXPORT_SYMBOL vmlinux 0x01313509 inet_proto_csum_replace_by_diff +EXPORT_SYMBOL vmlinux 0x0139369a tcp_v4_destroy_sock +EXPORT_SYMBOL vmlinux 0x013f26ae dma_fence_get_stub +EXPORT_SYMBOL vmlinux 0x0147812c kblockd_mod_delayed_work_on +EXPORT_SYMBOL vmlinux 0x01490a42 netdev_adjacent_change_prepare +EXPORT_SYMBOL vmlinux 0x0165d510 xfrm_unregister_km +EXPORT_SYMBOL vmlinux 0x016f123e sg_copy_to_buffer +EXPORT_SYMBOL vmlinux 0x01757935 rdmacg_register_device +EXPORT_SYMBOL vmlinux 0x01793f98 __ip_mc_inc_group +EXPORT_SYMBOL vmlinux 0x017de3d5 nr_cpu_ids +EXPORT_SYMBOL vmlinux 0x0188cd88 vme_alloc_consistent +EXPORT_SYMBOL vmlinux 0x01987e20 tcf_idr_release +EXPORT_SYMBOL vmlinux 0x019e7aba twl6040_power +EXPORT_SYMBOL vmlinux 0x01abb0de md_done_sync +EXPORT_SYMBOL vmlinux 0x01b003b6 iw_handler_get_thrspy +EXPORT_SYMBOL vmlinux 0x01b6865c xa_get_mark +EXPORT_SYMBOL vmlinux 0x01bc7d26 skb_queue_tail +EXPORT_SYMBOL vmlinux 0x01bf55fc paddr_vmcoreinfo_note +EXPORT_SYMBOL vmlinux 0x01cd257b xsk_tx_peek_desc +EXPORT_SYMBOL vmlinux 0x01e61d6c __x86_indirect_call_thunk_r12 +EXPORT_SYMBOL vmlinux 0x01f6045a acpi_dev_get_next_match_dev +EXPORT_SYMBOL vmlinux 0x01f77793 netdev_reset_tc +EXPORT_SYMBOL vmlinux 0x01ff663f __insert_inode_hash +EXPORT_SYMBOL vmlinux 0x0209f3a7 secure_ipv6_port_ephemeral +EXPORT_SYMBOL vmlinux 0x020c2b09 t10_pi_type3_crc +EXPORT_SYMBOL vmlinux 0x020dbf27 bitmap_alloc +EXPORT_SYMBOL vmlinux 0x021a978c kthread_destroy_worker +EXPORT_SYMBOL vmlinux 0x0221ce1f sock_set_sndtimeo +EXPORT_SYMBOL vmlinux 0x0228925f iowrite64_hi_lo +EXPORT_SYMBOL vmlinux 0x02293ac3 dma_fence_chain_ops +EXPORT_SYMBOL vmlinux 0x022db55e mdiobus_write +EXPORT_SYMBOL vmlinux 0x0237b57a arch_unregister_cpu +EXPORT_SYMBOL vmlinux 0x023942d8 qdisc_put_unlocked +EXPORT_SYMBOL vmlinux 0x023d1b90 wrmsr_on_cpu +EXPORT_SYMBOL vmlinux 0x0244a87d generic_key_instantiate +EXPORT_SYMBOL vmlinux 0x02466dc9 jbd2_journal_set_features +EXPORT_SYMBOL vmlinux 0x0248efd3 kstrtobool_from_user +EXPORT_SYMBOL vmlinux 0x0254db80 device_get_ethdev_address +EXPORT_SYMBOL vmlinux 0x02587b7b __hw_addr_unsync_dev +EXPORT_SYMBOL vmlinux 0x026cd8ce skb_copy_expand +EXPORT_SYMBOL vmlinux 0x0274dc2b netif_get_num_default_rss_queues +EXPORT_SYMBOL vmlinux 0x0278eebb dump_page +EXPORT_SYMBOL vmlinux 0x028630da pci_disable_link_state_locked +EXPORT_SYMBOL vmlinux 0x0296695f refcount_warn_saturate +EXPORT_SYMBOL vmlinux 0x02978218 kobject_add +EXPORT_SYMBOL vmlinux 0x02c656b6 acpi_enable_all_runtime_gpes +EXPORT_SYMBOL vmlinux 0x02c8b57e devm_of_iomap +EXPORT_SYMBOL vmlinux 0x02def072 netdev_notify_peers +EXPORT_SYMBOL vmlinux 0x02f414f7 netdev_bonding_info_change +EXPORT_SYMBOL vmlinux 0x02f9b944 mdio_find_bus +EXPORT_SYMBOL vmlinux 0x0306c6e2 i2c_add_adapter +EXPORT_SYMBOL vmlinux 0x030b4708 get_agp_version +EXPORT_SYMBOL vmlinux 0x030efb33 param_get_short +EXPORT_SYMBOL vmlinux 0x0334da4e scsi_command_size_tbl +EXPORT_SYMBOL vmlinux 0x033a8dba dev_mc_flush +EXPORT_SYMBOL vmlinux 0x0345626c mr_mfc_find_any +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 0x037ca21f tcp_gro_complete +EXPORT_SYMBOL vmlinux 0x037d61bd clkdev_add +EXPORT_SYMBOL vmlinux 0x03815f35 ledtrig_disk_activity +EXPORT_SYMBOL vmlinux 0x0397edd5 fb_edid_to_monspecs +EXPORT_SYMBOL vmlinux 0x03b106e9 phy_find_first +EXPORT_SYMBOL vmlinux 0x03b814ca bpf_dispatcher_xdp_func +EXPORT_SYMBOL vmlinux 0x03b8a1ac nla_reserve_nohdr +EXPORT_SYMBOL vmlinux 0x03bf0e5a acpi_walk_resource_buffer +EXPORT_SYMBOL vmlinux 0x03bf78dc netpoll_print_options +EXPORT_SYMBOL vmlinux 0x03d50acf dev_uc_init +EXPORT_SYMBOL vmlinux 0x03e1dc17 xfrm_state_check_expire +EXPORT_SYMBOL vmlinux 0x03e82ff0 filp_open +EXPORT_SYMBOL vmlinux 0x03fd2571 vm_unmap_ram +EXPORT_SYMBOL vmlinux 0x040688c1 phy_do_ioctl +EXPORT_SYMBOL vmlinux 0x040711d4 rtc_add_groups +EXPORT_SYMBOL vmlinux 0x041ac8a1 ppp_register_net_channel +EXPORT_SYMBOL vmlinux 0x04215ba1 tcp_md5_key_copy +EXPORT_SYMBOL vmlinux 0x043883a9 configfs_unregister_default_group +EXPORT_SYMBOL vmlinux 0x043c78be ptp_schedule_worker +EXPORT_SYMBOL vmlinux 0x044154c6 tc_skb_ext_tc +EXPORT_SYMBOL vmlinux 0x04482cdb __refrigerator +EXPORT_SYMBOL vmlinux 0x044f0ad9 get_random_u16 +EXPORT_SYMBOL vmlinux 0x0474edef kstrtou16_from_user +EXPORT_SYMBOL vmlinux 0x0479aac1 seq_list_next_rcu +EXPORT_SYMBOL vmlinux 0x0480c409 xsk_tx_release +EXPORT_SYMBOL vmlinux 0x0484c6c4 acpi_enter_sleep_state_prep +EXPORT_SYMBOL vmlinux 0x04863e28 hdmi_audio_infoframe_pack_only +EXPORT_SYMBOL vmlinux 0x0496deb8 iw_handler_set_thrspy +EXPORT_SYMBOL vmlinux 0x04a2a85f ip_generic_getfrag +EXPORT_SYMBOL vmlinux 0x04bbb7e6 cdrom_number_of_slots +EXPORT_SYMBOL vmlinux 0x04c62fd7 __memset +EXPORT_SYMBOL vmlinux 0x04c78363 clk_bulk_get_all +EXPORT_SYMBOL vmlinux 0x04cb0e2d ppp_input +EXPORT_SYMBOL vmlinux 0x04d24402 iwe_stream_add_point +EXPORT_SYMBOL vmlinux 0x04d8c750 release_perfctr_nmi +EXPORT_SYMBOL vmlinux 0x04dbe978 cdrom_release +EXPORT_SYMBOL vmlinux 0x04e50c57 nvdimm_namespace_capacity +EXPORT_SYMBOL vmlinux 0x04e8b18b vfs_mknod +EXPORT_SYMBOL vmlinux 0x04ea5693 uart_remove_one_port +EXPORT_SYMBOL vmlinux 0x04ea5d10 ksize +EXPORT_SYMBOL vmlinux 0x04eb5bb4 i2c_verify_adapter +EXPORT_SYMBOL vmlinux 0x04f9312b simple_transaction_set +EXPORT_SYMBOL vmlinux 0x05049f0f pcpu_hot +EXPORT_SYMBOL vmlinux 0x050877b9 dmi_first_match +EXPORT_SYMBOL vmlinux 0x050a5bbf __tracepoint_mmap_lock_start_locking +EXPORT_SYMBOL vmlinux 0x051d58e8 dma_fence_wait_any_timeout +EXPORT_SYMBOL vmlinux 0x05240ee7 percpu_counter_batch +EXPORT_SYMBOL vmlinux 0x052fbf2f phy_write_mmd +EXPORT_SYMBOL vmlinux 0x053671d4 amd_iommu_snp_en +EXPORT_SYMBOL vmlinux 0x054496b4 schedule_timeout_interruptible +EXPORT_SYMBOL vmlinux 0x055e77e8 jiffies_64 +EXPORT_SYMBOL vmlinux 0x0562dc30 __sg_page_iter_start +EXPORT_SYMBOL vmlinux 0x056b645b vmf_insert_pfn +EXPORT_SYMBOL vmlinux 0x056bcf7b dm_read_arg +EXPORT_SYMBOL vmlinux 0x057acdfc blkdev_issue_flush +EXPORT_SYMBOL vmlinux 0x059e1482 __traceiter_dma_fence_emit +EXPORT_SYMBOL vmlinux 0x05d09b7e __skb_checksum +EXPORT_SYMBOL vmlinux 0x05e061a1 param_get_long +EXPORT_SYMBOL vmlinux 0x05eb890c pm860x_bulk_write +EXPORT_SYMBOL vmlinux 0x05f20b7b nla_reserve +EXPORT_SYMBOL vmlinux 0x0601803f n_tty_ioctl_helper +EXPORT_SYMBOL vmlinux 0x06052f8d __memmove +EXPORT_SYMBOL vmlinux 0x060ba97c gen_pool_free_owner +EXPORT_SYMBOL vmlinux 0x061651be strcat +EXPORT_SYMBOL vmlinux 0x0634100a bitmap_parselist_user +EXPORT_SYMBOL vmlinux 0x063836a4 __tty_alloc_driver +EXPORT_SYMBOL vmlinux 0x0640e118 qdisc_reset +EXPORT_SYMBOL vmlinux 0x0645e8cc find_get_pages_range_tag +EXPORT_SYMBOL vmlinux 0x06521340 pci_reenable_device +EXPORT_SYMBOL vmlinux 0x06550fb4 blk_rq_map_user_io +EXPORT_SYMBOL vmlinux 0x066353fe scsi_host_put +EXPORT_SYMBOL vmlinux 0x0668b595 _kstrtoul +EXPORT_SYMBOL vmlinux 0x0674fd9d tcp_parse_options +EXPORT_SYMBOL vmlinux 0x06a86bc1 iowrite16 +EXPORT_SYMBOL vmlinux 0x06bd88b5 ucs2_strnlen +EXPORT_SYMBOL vmlinux 0x06c4d7d0 backlight_device_register +EXPORT_SYMBOL vmlinux 0x06d11488 __bitmap_equal +EXPORT_SYMBOL vmlinux 0x06d2db41 memory_cgrp_subsys +EXPORT_SYMBOL vmlinux 0x06d59383 sock_create_lite +EXPORT_SYMBOL vmlinux 0x06dd07ae bio_split +EXPORT_SYMBOL vmlinux 0x06e452a0 neigh_update +EXPORT_SYMBOL vmlinux 0x06e4cc87 phy_set_asym_pause +EXPORT_SYMBOL vmlinux 0x06f06692 neigh_parms_alloc +EXPORT_SYMBOL vmlinux 0x06f6c978 blk_queue_segment_boundary +EXPORT_SYMBOL vmlinux 0x0707cf67 udp_skb_destructor +EXPORT_SYMBOL vmlinux 0x07090969 mipi_dsi_dcs_read +EXPORT_SYMBOL vmlinux 0x07098248 xz_dec_microlzma_alloc +EXPORT_SYMBOL vmlinux 0x070e143b pci_irq_get_affinity +EXPORT_SYMBOL vmlinux 0x07153a51 __folio_put +EXPORT_SYMBOL vmlinux 0x072437e8 pci_ep_cfs_remove_epc_group +EXPORT_SYMBOL vmlinux 0x072518f4 __ip_mc_dec_group +EXPORT_SYMBOL vmlinux 0x072a6fb3 unregister_mii_tstamp_controller +EXPORT_SYMBOL vmlinux 0x072f901c vme_master_rmw +EXPORT_SYMBOL vmlinux 0x0745a981 xa_erase +EXPORT_SYMBOL vmlinux 0x07716633 sock_set_mark +EXPORT_SYMBOL vmlinux 0x079998b5 tty_hung_up_p +EXPORT_SYMBOL vmlinux 0x079b783c fs_context_for_submount +EXPORT_SYMBOL vmlinux 0x079bc98c param_get_string +EXPORT_SYMBOL vmlinux 0x07a0428c gnet_stats_copy_queue +EXPORT_SYMBOL vmlinux 0x07a890c8 fb_alloc_cmap +EXPORT_SYMBOL vmlinux 0x07a97859 mmc_of_parse_voltage +EXPORT_SYMBOL vmlinux 0x07b41501 max8925_reg_write +EXPORT_SYMBOL vmlinux 0x07cc4a5d printk_timed_ratelimit +EXPORT_SYMBOL vmlinux 0x07ceeac9 panic_notifier_list +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 0x08697ad6 max8925_bulk_write +EXPORT_SYMBOL vmlinux 0x088cc9f1 serio_close +EXPORT_SYMBOL vmlinux 0x088e1cd2 misc_deregister +EXPORT_SYMBOL vmlinux 0x08a1b677 page_cache_prev_miss +EXPORT_SYMBOL vmlinux 0x08a8ad7e __hw_addr_ref_sync_dev +EXPORT_SYMBOL vmlinux 0x08bad61c __folio_start_writeback +EXPORT_SYMBOL vmlinux 0x08eb7eae stop_tty +EXPORT_SYMBOL vmlinux 0x08ebf6ec unregister_nls +EXPORT_SYMBOL vmlinux 0x08f035fb scsi_command_normalize_sense +EXPORT_SYMBOL vmlinux 0x0902a794 __sk_dst_check +EXPORT_SYMBOL vmlinux 0x090b4754 d_set_d_op +EXPORT_SYMBOL vmlinux 0x0925766d md_update_sb +EXPORT_SYMBOL vmlinux 0x092e26bf acpi_remove_address_space_handler +EXPORT_SYMBOL vmlinux 0x093712e5 acpi_purge_cached_objects +EXPORT_SYMBOL vmlinux 0x093c6fd5 elv_rb_find +EXPORT_SYMBOL vmlinux 0x09416aba submit_bh +EXPORT_SYMBOL vmlinux 0x095b9ccc pipe_unlock +EXPORT_SYMBOL vmlinux 0x095c6a63 drop_super_exclusive +EXPORT_SYMBOL vmlinux 0x0966e107 __x86_indirect_call_thunk_r9 +EXPORT_SYMBOL vmlinux 0x09769037 dmt_modes +EXPORT_SYMBOL vmlinux 0x097af021 neigh_proc_dointvec_jiffies +EXPORT_SYMBOL vmlinux 0x097b4920 find_inode_by_ino_rcu +EXPORT_SYMBOL vmlinux 0x098a9739 set_bh_page +EXPORT_SYMBOL vmlinux 0x098b71c6 fb_dealloc_cmap +EXPORT_SYMBOL vmlinux 0x0997134a dma_sync_sg_for_cpu +EXPORT_SYMBOL vmlinux 0x09986095 blk_mq_stop_hw_queues +EXPORT_SYMBOL vmlinux 0x0998cc3c hdmi_infoframe_unpack +EXPORT_SYMBOL vmlinux 0x099bd2e8 blk_put_queue +EXPORT_SYMBOL vmlinux 0x09a45c55 nd_pfn_validate +EXPORT_SYMBOL vmlinux 0x09ae4409 dquot_quota_on_mount +EXPORT_SYMBOL vmlinux 0x09d44df9 in_lock_functions +EXPORT_SYMBOL vmlinux 0x09d90474 component_match_add_typed +EXPORT_SYMBOL vmlinux 0x09da0ba4 xa_set_mark +EXPORT_SYMBOL vmlinux 0x09e8a194 nd_device_register +EXPORT_SYMBOL vmlinux 0x0a012f73 mb_cache_entry_touch +EXPORT_SYMBOL vmlinux 0x0a0ebc08 __xa_cmpxchg +EXPORT_SYMBOL vmlinux 0x0a19b956 __stack_chk_fail +EXPORT_SYMBOL vmlinux 0x0a1e8769 utf8_casefold_hash +EXPORT_SYMBOL vmlinux 0x0a28e269 skb_queue_purge +EXPORT_SYMBOL vmlinux 0x0a5f5ab6 dm_mq_kick_requeue_list +EXPORT_SYMBOL vmlinux 0x0a770832 register_memory_notifier +EXPORT_SYMBOL vmlinux 0x0a81c088 ata_scsi_cmd_error_handler +EXPORT_SYMBOL vmlinux 0x0a84b15d zstd_init_cctx +EXPORT_SYMBOL vmlinux 0x0a99ce15 vme_register_driver +EXPORT_SYMBOL vmlinux 0x0a9ba04f srso_untrain_ret +EXPORT_SYMBOL vmlinux 0x0aa309cf synchronize_hardirq +EXPORT_SYMBOL vmlinux 0x0aaccc92 pci_remap_iospace +EXPORT_SYMBOL vmlinux 0x0acf6cad __serio_register_port +EXPORT_SYMBOL vmlinux 0x0acf7679 dma_issue_pending_all +EXPORT_SYMBOL vmlinux 0x0aea967f generic_fadvise +EXPORT_SYMBOL vmlinux 0x0af10bbb tcp_v4_send_check +EXPORT_SYMBOL vmlinux 0x0b0a1088 ndo_dflt_fdb_add +EXPORT_SYMBOL vmlinux 0x0b0c2dea fiemap_prep +EXPORT_SYMBOL vmlinux 0x0b12cd93 security_inet_conn_established +EXPORT_SYMBOL vmlinux 0x0b19b445 ioread8 +EXPORT_SYMBOL vmlinux 0x0b1beb31 vmalloc_32_user +EXPORT_SYMBOL vmlinux 0x0b26b8c8 acpi_run_osc +EXPORT_SYMBOL vmlinux 0x0b28d6e9 eth_gro_complete +EXPORT_SYMBOL vmlinux 0x0b290ada dma_fence_chain_walk +EXPORT_SYMBOL vmlinux 0x0b2f35b9 __SCK__tp_func_mmap_lock_start_locking +EXPORT_SYMBOL vmlinux 0x0b4346e7 mmc_card_is_blockaddr +EXPORT_SYMBOL vmlinux 0x0b527b90 pcie_print_link_status +EXPORT_SYMBOL vmlinux 0x0b52d0db amd_iommu_domain_enable_v2 +EXPORT_SYMBOL vmlinux 0x0b531fc9 inode_maybe_inc_iversion +EXPORT_SYMBOL vmlinux 0x0b637410 cr4_update_irqsoff +EXPORT_SYMBOL vmlinux 0x0b742fd7 simple_strtol +EXPORT_SYMBOL vmlinux 0x0b812ad7 add_watch_to_object +EXPORT_SYMBOL vmlinux 0x0b860cff jbd2_journal_dirty_metadata +EXPORT_SYMBOL vmlinux 0x0b8dd6ed md_bitmap_sync_with_cluster +EXPORT_SYMBOL vmlinux 0x0b9c0081 in_dev_finish_destroy +EXPORT_SYMBOL vmlinux 0x0ba0b938 vm_brk +EXPORT_SYMBOL vmlinux 0x0bc477a2 irq_set_irq_type +EXPORT_SYMBOL vmlinux 0x0bc49151 dev_remove_offload +EXPORT_SYMBOL vmlinux 0x0bd394d8 tty_termios_baud_rate +EXPORT_SYMBOL vmlinux 0x0be60622 ppp_unit_number +EXPORT_SYMBOL vmlinux 0x0bf495a9 phy_ethtool_set_link_ksettings +EXPORT_SYMBOL vmlinux 0x0bfc1d1a check_zeroed_user +EXPORT_SYMBOL vmlinux 0x0c00b076 nvdimm_check_and_set_ro +EXPORT_SYMBOL vmlinux 0x0c25ec48 secure_tcpv6_seq +EXPORT_SYMBOL vmlinux 0x0c293e98 __post_watch_notification +EXPORT_SYMBOL vmlinux 0x0c33daa5 set_user_nice +EXPORT_SYMBOL vmlinux 0x0c3690fc _raw_spin_lock_bh +EXPORT_SYMBOL vmlinux 0x0c43b8d2 sock_no_bind +EXPORT_SYMBOL vmlinux 0x0c575719 __cond_resched_rwlock_write +EXPORT_SYMBOL vmlinux 0x0c6aed83 __fib6_flush_trees +EXPORT_SYMBOL vmlinux 0x0c6b0146 md_reload_sb +EXPORT_SYMBOL vmlinux 0x0c6bdc3f vme_master_read +EXPORT_SYMBOL vmlinux 0x0cbaaa4c key_revoke +EXPORT_SYMBOL vmlinux 0x0cc4b4b6 crc_ccitt_false +EXPORT_SYMBOL vmlinux 0x0cc9306a netdev_features_change +EXPORT_SYMBOL vmlinux 0x0cd5835b ipv6_flowlabel_exclusive +EXPORT_SYMBOL vmlinux 0x0cdce87c rfkill_set_hw_state_reason +EXPORT_SYMBOL vmlinux 0x0cdd7734 blk_mq_alloc_tag_set +EXPORT_SYMBOL vmlinux 0x0ce498ef vfs_readlink +EXPORT_SYMBOL vmlinux 0x0d07f543 get_anon_bdev +EXPORT_SYMBOL vmlinux 0x0d096030 msi_desc_to_pci_dev +EXPORT_SYMBOL vmlinux 0x0d2c75c6 phy_get_internal_delay +EXPORT_SYMBOL vmlinux 0x0d333b64 zstd_end_stream +EXPORT_SYMBOL vmlinux 0x0d374d82 input_mt_assign_slots +EXPORT_SYMBOL vmlinux 0x0d3d7e50 starget_for_each_device +EXPORT_SYMBOL vmlinux 0x0d4117d5 zero_fill_bio +EXPORT_SYMBOL vmlinux 0x0d4448aa devm_gen_pool_create +EXPORT_SYMBOL vmlinux 0x0d542439 __ipv6_addr_type +EXPORT_SYMBOL vmlinux 0x0d784840 inode_set_flags +EXPORT_SYMBOL vmlinux 0x0d98d3bd fwnode_get_phy_id +EXPORT_SYMBOL vmlinux 0x0d99675a set_security_override_from_ctx +EXPORT_SYMBOL vmlinux 0x0db45be4 try_to_free_buffers +EXPORT_SYMBOL vmlinux 0x0dd89494 end_page_writeback +EXPORT_SYMBOL vmlinux 0x0dd8a1c2 kobject_put +EXPORT_SYMBOL vmlinux 0x0e108772 tc_setup_cb_reoffload +EXPORT_SYMBOL vmlinux 0x0e13ede1 set_nlink +EXPORT_SYMBOL vmlinux 0x0e17678a siphash_4u64 +EXPORT_SYMBOL vmlinux 0x0e23b37f alloc_cpumask_var_node +EXPORT_SYMBOL vmlinux 0x0e3224fb kernel_getpeername +EXPORT_SYMBOL vmlinux 0x0e4262c6 __siphash_unaligned +EXPORT_SYMBOL vmlinux 0x0e43ccab truncate_pagecache +EXPORT_SYMBOL vmlinux 0x0e518a2b rt6_lookup +EXPORT_SYMBOL vmlinux 0x0e51ca78 pcie_relaxed_ordering_enabled +EXPORT_SYMBOL vmlinux 0x0e81c60a sk_net_capable +EXPORT_SYMBOL vmlinux 0x0e928d41 simple_dir_inode_operations +EXPORT_SYMBOL vmlinux 0x0ea375e2 unregister_framebuffer +EXPORT_SYMBOL vmlinux 0x0ea3a676 netdev_master_upper_dev_link +EXPORT_SYMBOL vmlinux 0x0ea3c74e tasklet_kill +EXPORT_SYMBOL vmlinux 0x0ea593f6 hdmi_drm_infoframe_init +EXPORT_SYMBOL vmlinux 0x0eafc661 capable_wrt_inode_uidgid +EXPORT_SYMBOL vmlinux 0x0eb6eb87 add_taint +EXPORT_SYMBOL vmlinux 0x0ebbdd20 __kfree_skb +EXPORT_SYMBOL vmlinux 0x0ec5babe vme_dma_free +EXPORT_SYMBOL vmlinux 0x0ece2d41 d_instantiate +EXPORT_SYMBOL vmlinux 0x0ed555fc scsi_target_quiesce +EXPORT_SYMBOL vmlinux 0x0ee115db netlink_net_capable +EXPORT_SYMBOL vmlinux 0x0eeca7e6 bpf_link_get_from_fd +EXPORT_SYMBOL vmlinux 0x0ef33bfb sock_no_accept +EXPORT_SYMBOL vmlinux 0x0ef40685 eisa_driver_register +EXPORT_SYMBOL vmlinux 0x0f09cc34 schedule_timeout_killable +EXPORT_SYMBOL vmlinux 0x0f0eddef fs_param_is_string +EXPORT_SYMBOL vmlinux 0x0f1ad8e2 seq_list_start_rcu +EXPORT_SYMBOL vmlinux 0x0f31fe26 netdev_has_upper_dev +EXPORT_SYMBOL vmlinux 0x0f3403e3 cfb_fillrect +EXPORT_SYMBOL vmlinux 0x0f37ca89 lockref_put_not_zero +EXPORT_SYMBOL vmlinux 0x0f3ea546 dquot_destroy +EXPORT_SYMBOL vmlinux 0x0f41137e dquot_drop +EXPORT_SYMBOL vmlinux 0x0f554178 netdev_state_change +EXPORT_SYMBOL vmlinux 0x0f60021d blk_queue_bounce_limit +EXPORT_SYMBOL vmlinux 0x0f630261 gen_replace_estimator +EXPORT_SYMBOL vmlinux 0x0f7e90e4 flow_rule_match_basic +EXPORT_SYMBOL vmlinux 0x0f806917 phy_connect_direct +EXPORT_SYMBOL vmlinux 0x0f86f560 kthread_delayed_work_timer_fn +EXPORT_SYMBOL vmlinux 0x0fab1ab0 hdmi_spd_infoframe_pack +EXPORT_SYMBOL vmlinux 0x0fb2f8a4 mktime64 +EXPORT_SYMBOL vmlinux 0x0fd902db mb_cache_entry_create +EXPORT_SYMBOL vmlinux 0x0fe9b653 sk_page_frag_refill +EXPORT_SYMBOL vmlinux 0x0ff8e034 ip6_frag_next +EXPORT_SYMBOL vmlinux 0x0ffaf800 alloc_fcdev +EXPORT_SYMBOL vmlinux 0x0ffcc614 vm_mmap +EXPORT_SYMBOL vmlinux 0x0fff5afc time64_to_tm +EXPORT_SYMBOL vmlinux 0x10017aa5 kernel_cpustat +EXPORT_SYMBOL vmlinux 0x10077f1f d_drop +EXPORT_SYMBOL vmlinux 0x101cb4b5 km_query +EXPORT_SYMBOL vmlinux 0x1035c7c2 __release_region +EXPORT_SYMBOL vmlinux 0x104dbbfa call_usermodehelper_exec +EXPORT_SYMBOL vmlinux 0x1057a279 bsearch +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 0x10a1d462 jbd2_journal_inode_ranged_wait +EXPORT_SYMBOL vmlinux 0x10a2ae40 tcf_em_unregister +EXPORT_SYMBOL vmlinux 0x10a865f8 __skb_checksum_complete +EXPORT_SYMBOL vmlinux 0x10a95e65 xfrm6_rcv_tnl +EXPORT_SYMBOL vmlinux 0x10ac2df5 __mod_zone_page_state +EXPORT_SYMBOL vmlinux 0x10b5adbc misc_register +EXPORT_SYMBOL vmlinux 0x10c495f7 dev_add_pack +EXPORT_SYMBOL vmlinux 0x10d88c69 i2c_put_adapter +EXPORT_SYMBOL vmlinux 0x10d9f885 scsi_sense_desc_find +EXPORT_SYMBOL vmlinux 0x10e6f74a free_contig_range +EXPORT_SYMBOL vmlinux 0x11089ac7 _ctype +EXPORT_SYMBOL vmlinux 0x1130d4dd pci_get_subsys +EXPORT_SYMBOL vmlinux 0x116bb681 fixed_size_llseek +EXPORT_SYMBOL vmlinux 0x116f12dd touch_atime +EXPORT_SYMBOL vmlinux 0x117093be qdisc_class_hash_init +EXPORT_SYMBOL vmlinux 0x11b48177 node_data +EXPORT_SYMBOL vmlinux 0x11b82ecc vfs_iocb_iter_read +EXPORT_SYMBOL vmlinux 0x11c5effb dma_set_coherent_mask +EXPORT_SYMBOL vmlinux 0x11e1a8ee __traceiter_module_get +EXPORT_SYMBOL vmlinux 0x11e30762 chacha_block_generic +EXPORT_SYMBOL vmlinux 0x11e5e753 amd_iommu_flush_tlb +EXPORT_SYMBOL vmlinux 0x11f1eaa7 sk_stop_timer_sync +EXPORT_SYMBOL vmlinux 0x11f4805f skb_prepare_seq_read +EXPORT_SYMBOL vmlinux 0x11f4ee8a truncate_pagecache_range +EXPORT_SYMBOL vmlinux 0x11f4f129 read_cache_page_gfp +EXPORT_SYMBOL vmlinux 0x1207754d __filemap_set_wb_err +EXPORT_SYMBOL vmlinux 0x120b336a __rb_insert_augmented +EXPORT_SYMBOL vmlinux 0x121b75bc tcp_seq_stop +EXPORT_SYMBOL vmlinux 0x121e71a5 tcf_unregister_action +EXPORT_SYMBOL vmlinux 0x122c3a7e _printk +EXPORT_SYMBOL vmlinux 0x1246d2b2 xfrm6_protocol_deregister +EXPORT_SYMBOL vmlinux 0x12487b3e ndo_dflt_fdb_dump +EXPORT_SYMBOL vmlinux 0x1249b61e pci_free_irq +EXPORT_SYMBOL vmlinux 0x124bad4d kstrtobool +EXPORT_SYMBOL vmlinux 0x1257b974 neigh_seq_stop +EXPORT_SYMBOL vmlinux 0x125b24ce inet6_release +EXPORT_SYMBOL vmlinux 0x127d83ea security_locked_down +EXPORT_SYMBOL vmlinux 0x1288d851 rdmacg_try_charge +EXPORT_SYMBOL vmlinux 0x128eeb05 skb_expand_head +EXPORT_SYMBOL vmlinux 0x12965e25 skb_clone +EXPORT_SYMBOL vmlinux 0x12aaa187 udp_seq_stop +EXPORT_SYMBOL vmlinux 0x12ae6fd6 register_shrinker +EXPORT_SYMBOL vmlinux 0x12bc6c76 mmc_can_gpio_ro +EXPORT_SYMBOL vmlinux 0x12cabc89 siphash_2u64 +EXPORT_SYMBOL vmlinux 0x12eeffd4 __alloc_skb +EXPORT_SYMBOL vmlinux 0x12f6f69c fb_videomode_to_var +EXPORT_SYMBOL vmlinux 0x1305c8db _dev_alert +EXPORT_SYMBOL vmlinux 0x130afd75 acpi_get_sleep_type_data +EXPORT_SYMBOL vmlinux 0x13110126 request_resource +EXPORT_SYMBOL vmlinux 0x13147ac9 no_seek_end_llseek_size +EXPORT_SYMBOL vmlinux 0x131a6146 xa_clear_mark +EXPORT_SYMBOL vmlinux 0x1320dd7b __vfs_setxattr +EXPORT_SYMBOL vmlinux 0x1344d7e6 acpi_enable_gpe +EXPORT_SYMBOL vmlinux 0x1346f821 flow_rule_match_ct +EXPORT_SYMBOL vmlinux 0x1348a980 phy_read_mmd +EXPORT_SYMBOL vmlinux 0x13518304 param_ops_ullong +EXPORT_SYMBOL vmlinux 0x135f89eb pcim_iounmap +EXPORT_SYMBOL vmlinux 0x136e267f crypto_kdf108_setkey +EXPORT_SYMBOL vmlinux 0x1389619c __max_die_per_package +EXPORT_SYMBOL vmlinux 0x1395513c pnp_start_dev +EXPORT_SYMBOL vmlinux 0x139c687c dcb_ieee_getapp_prio_dscp_mask_map +EXPORT_SYMBOL vmlinux 0x139f2189 __kfifo_alloc +EXPORT_SYMBOL vmlinux 0x13ab8ebc phy_connect +EXPORT_SYMBOL vmlinux 0x13b9ef1f tcp_enter_quickack_mode +EXPORT_SYMBOL vmlinux 0x13c49cc2 _copy_from_user +EXPORT_SYMBOL vmlinux 0x13cf612e xfrm_trans_queue +EXPORT_SYMBOL vmlinux 0x13d0adf7 __kfifo_out +EXPORT_SYMBOL vmlinux 0x13e78b1b ping_prot +EXPORT_SYMBOL vmlinux 0x13f42152 system_entering_hibernation +EXPORT_SYMBOL vmlinux 0x140a0530 xen_alloc_ballooned_pages +EXPORT_SYMBOL vmlinux 0x141271bf acpi_dev_found +EXPORT_SYMBOL vmlinux 0x142e6f31 bpf_empty_prog_array +EXPORT_SYMBOL vmlinux 0x14397cc0 blk_queue_update_dma_alignment +EXPORT_SYMBOL vmlinux 0x143b7d11 __traceiter_kmem_cache_free +EXPORT_SYMBOL vmlinux 0x14533bcd skb_copy_bits +EXPORT_SYMBOL vmlinux 0x14605535 dma_fence_context_alloc +EXPORT_SYMBOL vmlinux 0x146289b7 crc16_table +EXPORT_SYMBOL vmlinux 0x1463a727 blk_rq_append_bio +EXPORT_SYMBOL vmlinux 0x146662b5 is_nd_dax +EXPORT_SYMBOL vmlinux 0x1472c9b2 netif_set_tso_max_size +EXPORT_SYMBOL vmlinux 0x14978294 devm_memunmap +EXPORT_SYMBOL vmlinux 0x14993838 dev_load +EXPORT_SYMBOL vmlinux 0x149b4abb uart_register_driver +EXPORT_SYMBOL vmlinux 0x149fad2f __tracepoint_module_get +EXPORT_SYMBOL vmlinux 0x14a64a87 acpi_install_address_space_handler_no_reg +EXPORT_SYMBOL vmlinux 0x14b56767 __tcp_md5_do_lookup +EXPORT_SYMBOL vmlinux 0x14bdfcad free_netdev +EXPORT_SYMBOL vmlinux 0x14c67e3e tcp_tx_delay_enabled +EXPORT_SYMBOL vmlinux 0x14c88d1b blackhole_netdev +EXPORT_SYMBOL vmlinux 0x14cffc2e scsi_register_interface +EXPORT_SYMBOL vmlinux 0x14d7477f console_list_unlock +EXPORT_SYMBOL vmlinux 0x14e893be crypto_sha1_update +EXPORT_SYMBOL vmlinux 0x14fffef8 shmem_aops +EXPORT_SYMBOL vmlinux 0x1506daf8 locks_remove_posix +EXPORT_SYMBOL vmlinux 0x150afa0b mdio_driver_unregister +EXPORT_SYMBOL vmlinux 0x151157d7 pcie_ptm_enabled +EXPORT_SYMBOL vmlinux 0x151f4898 schedule_timeout_uninterruptible +EXPORT_SYMBOL vmlinux 0x1522869e agp_alloc_bridge +EXPORT_SYMBOL vmlinux 0x1526b301 unix_tot_inflight +EXPORT_SYMBOL vmlinux 0x1532c423 ip_queue_xmit +EXPORT_SYMBOL vmlinux 0x15489c1d get_vm_area +EXPORT_SYMBOL vmlinux 0x1548d970 __kfifo_dma_out_prepare_r +EXPORT_SYMBOL vmlinux 0x154c6338 dm_kcopyd_client_destroy +EXPORT_SYMBOL vmlinux 0x154e1812 vme_master_mmap +EXPORT_SYMBOL vmlinux 0x155fda2c sk_stream_wait_memory +EXPORT_SYMBOL vmlinux 0x15758248 phy_attach_direct +EXPORT_SYMBOL vmlinux 0x158054a5 km_state_expired +EXPORT_SYMBOL vmlinux 0x15907cd0 jbd2_journal_init_inode +EXPORT_SYMBOL vmlinux 0x15a5101b devm_free_irq +EXPORT_SYMBOL vmlinux 0x15ba2e41 __ethtool_get_link_ksettings +EXPORT_SYMBOL vmlinux 0x15ba50a6 jiffies +EXPORT_SYMBOL vmlinux 0x15bafe29 unregister_md_cluster_operations +EXPORT_SYMBOL vmlinux 0x15bed7a5 LZ4_decompress_safe_partial +EXPORT_SYMBOL vmlinux 0x15c37fc8 ptp_clock_unregister +EXPORT_SYMBOL vmlinux 0x15c85de3 mempool_init +EXPORT_SYMBOL vmlinux 0x15f90688 slhc_init +EXPORT_SYMBOL vmlinux 0x15fdd4e1 __scsi_device_lookup_by_target +EXPORT_SYMBOL vmlinux 0x160353f6 super_setup_bdi +EXPORT_SYMBOL vmlinux 0x16154597 __splice_from_pipe +EXPORT_SYMBOL vmlinux 0x161fe720 tty_register_driver +EXPORT_SYMBOL vmlinux 0x16286538 iowrite64be_lo_hi +EXPORT_SYMBOL vmlinux 0x162893fd hashlen_string +EXPORT_SYMBOL vmlinux 0x162eb3c7 ip_options_compile +EXPORT_SYMBOL vmlinux 0x16301b34 wrmsrl_on_cpu +EXPORT_SYMBOL vmlinux 0x1632bc21 kvasprintf_const +EXPORT_SYMBOL vmlinux 0x16411521 mmc_gpio_set_cd_isr +EXPORT_SYMBOL vmlinux 0x167c5967 print_hex_dump +EXPORT_SYMBOL vmlinux 0x167e7f9d __get_user_1 +EXPORT_SYMBOL vmlinux 0x16949edb cdrom_open +EXPORT_SYMBOL vmlinux 0x169938c1 __sysfs_match_string +EXPORT_SYMBOL vmlinux 0x16a7b16f __traceiter_kmalloc +EXPORT_SYMBOL vmlinux 0x16a9b453 finish_swait +EXPORT_SYMBOL vmlinux 0x16b01c17 dma_unmap_page_attrs +EXPORT_SYMBOL vmlinux 0x16cdc340 acpi_get_table +EXPORT_SYMBOL vmlinux 0x16dee44d dma_fence_init +EXPORT_SYMBOL vmlinux 0x16e297c3 bit_wait +EXPORT_SYMBOL vmlinux 0x16ff4b0a vga_switcheroo_client_fb_set +EXPORT_SYMBOL vmlinux 0x170ddf79 acpi_install_notify_handler +EXPORT_SYMBOL vmlinux 0x17199646 __tcf_em_tree_match +EXPORT_SYMBOL vmlinux 0x171c111a __vlan_find_dev_deep_rcu +EXPORT_SYMBOL vmlinux 0x172a4128 md_handle_request +EXPORT_SYMBOL vmlinux 0x1731209a __inet_stream_connect +EXPORT_SYMBOL vmlinux 0x175a0225 sb_set_blocksize +EXPORT_SYMBOL vmlinux 0x175e33fb dma_spin_lock +EXPORT_SYMBOL vmlinux 0x177a82c3 entry_untrain_ret +EXPORT_SYMBOL vmlinux 0x1780bada d_add_ci +EXPORT_SYMBOL vmlinux 0x17a4d73b pcie_capability_write_dword +EXPORT_SYMBOL vmlinux 0x17bc3838 genphy_setup_forced +EXPORT_SYMBOL vmlinux 0x17bceb1e sk_mc_loop +EXPORT_SYMBOL vmlinux 0x17be68ca acpi_clear_event +EXPORT_SYMBOL vmlinux 0x17c7eaba __inet_hash +EXPORT_SYMBOL vmlinux 0x17f0614d param_set_ulong +EXPORT_SYMBOL vmlinux 0x17f341a0 i8042_lock_chip +EXPORT_SYMBOL vmlinux 0x17f71570 param_get_dyndbg_classes +EXPORT_SYMBOL vmlinux 0x17f813a9 __SCT__tp_func_kmalloc +EXPORT_SYMBOL vmlinux 0x17ff3d48 pci_set_mwi +EXPORT_SYMBOL vmlinux 0x18345b8e __bitmap_replace +EXPORT_SYMBOL vmlinux 0x184b9930 generic_read_dir +EXPORT_SYMBOL vmlinux 0x185d46d5 clear_user_rep_good +EXPORT_SYMBOL vmlinux 0x187a4632 dma_async_device_register +EXPORT_SYMBOL vmlinux 0x187c88bd param_ops_ulong +EXPORT_SYMBOL vmlinux 0x18888d00 downgrade_write +EXPORT_SYMBOL vmlinux 0x188ea314 jiffies_to_timespec64 +EXPORT_SYMBOL vmlinux 0x189a2afb dma_mmap_attrs +EXPORT_SYMBOL vmlinux 0x18b72573 register_kmmio_probe +EXPORT_SYMBOL vmlinux 0x18bbea3d flush_signals +EXPORT_SYMBOL vmlinux 0x18e60984 __do_once_start +EXPORT_SYMBOL vmlinux 0x18fd2c2d __x86_indirect_call_thunk_r13 +EXPORT_SYMBOL vmlinux 0x19047af0 rproc_elf_load_rsc_table +EXPORT_SYMBOL vmlinux 0x191182b3 request_key_tag +EXPORT_SYMBOL vmlinux 0x192389dd device_add_disk +EXPORT_SYMBOL vmlinux 0x192ea14f __SCT__tp_func_dma_fence_signaled +EXPORT_SYMBOL vmlinux 0x1953c958 mempool_create +EXPORT_SYMBOL vmlinux 0x195bb6b7 fwnode_mdio_find_device +EXPORT_SYMBOL vmlinux 0x1977d5c8 rawv6_mh_filter_unregister +EXPORT_SYMBOL vmlinux 0x197df131 seq_dentry +EXPORT_SYMBOL vmlinux 0x19835e12 agp_bind_memory +EXPORT_SYMBOL vmlinux 0x1984d421 out_of_line_wait_on_bit +EXPORT_SYMBOL vmlinux 0x199ed0cd net_disable_timestamp +EXPORT_SYMBOL vmlinux 0x19b3d553 pci_stop_and_remove_bus_device +EXPORT_SYMBOL vmlinux 0x19bd383b security_secmark_refcount_dec +EXPORT_SYMBOL vmlinux 0x19c31c7a param_set_copystring +EXPORT_SYMBOL vmlinux 0x19c640ee __napi_alloc_skb +EXPORT_SYMBOL vmlinux 0x19dda8a0 module_put +EXPORT_SYMBOL vmlinux 0x19df99b9 acpi_finish_gpe +EXPORT_SYMBOL vmlinux 0x19e7016a sg_alloc_append_table_from_pages +EXPORT_SYMBOL vmlinux 0x1a059216 ip_setsockopt +EXPORT_SYMBOL vmlinux 0x1a0a0fd0 xfrm_input_unregister_afinfo +EXPORT_SYMBOL vmlinux 0x1a0f8bb6 wireless_spy_update +EXPORT_SYMBOL vmlinux 0x1a172767 netdev_offload_xstats_enable +EXPORT_SYMBOL vmlinux 0x1a1d186a __lock_buffer +EXPORT_SYMBOL vmlinux 0x1a45cb6c acpi_disabled +EXPORT_SYMBOL vmlinux 0x1a4b8f4e hmm_range_fault +EXPORT_SYMBOL vmlinux 0x1a62f171 pcie_set_readrq +EXPORT_SYMBOL vmlinux 0x1a63af34 vga_switcheroo_process_delayed_switch +EXPORT_SYMBOL vmlinux 0x1a65d61a __destroy_inode +EXPORT_SYMBOL vmlinux 0x1a79c8e9 __x86_indirect_thunk_r13 +EXPORT_SYMBOL vmlinux 0x1a7c43f6 register_md_cluster_operations +EXPORT_SYMBOL vmlinux 0x1a8bfc69 _dev_info +EXPORT_SYMBOL vmlinux 0x1a940b41 devm_devfreq_add_governor +EXPORT_SYMBOL vmlinux 0x1a9a433c prandom_u32_state +EXPORT_SYMBOL vmlinux 0x1aa49886 tcp_recv_skb +EXPORT_SYMBOL vmlinux 0x1ab3f756 dquot_initialize +EXPORT_SYMBOL vmlinux 0x1ac45181 clear_nlink +EXPORT_SYMBOL vmlinux 0x1ac5d3cb strcspn +EXPORT_SYMBOL vmlinux 0x1ac7d06f __sock_create +EXPORT_SYMBOL vmlinux 0x1acbad8f uart_write_wakeup +EXPORT_SYMBOL vmlinux 0x1ad5dfe1 devm_register_reboot_notifier +EXPORT_SYMBOL vmlinux 0x1ada7d03 ether_setup +EXPORT_SYMBOL vmlinux 0x1ae8d0ec inet_pton_with_scope +EXPORT_SYMBOL vmlinux 0x1afa65f8 ps2_sliced_command +EXPORT_SYMBOL vmlinux 0x1b015d25 bitmap_parselist +EXPORT_SYMBOL vmlinux 0x1b1b4395 netdev_offload_xstats_disable +EXPORT_SYMBOL vmlinux 0x1b518050 netdev_master_upper_dev_get_rcu +EXPORT_SYMBOL vmlinux 0x1b597b7a swake_up_all +EXPORT_SYMBOL vmlinux 0x1b5cc9d8 dma_fence_array_first +EXPORT_SYMBOL vmlinux 0x1b6314fd in_aton +EXPORT_SYMBOL vmlinux 0x1b696814 page_symlink +EXPORT_SYMBOL vmlinux 0x1b777357 rdmacg_unregister_device +EXPORT_SYMBOL vmlinux 0x1b7aea92 lookup_one_unlocked +EXPORT_SYMBOL vmlinux 0x1b7da4cc tty_port_close_start +EXPORT_SYMBOL vmlinux 0x1b88dd89 i2c_transfer_buffer_flags +EXPORT_SYMBOL vmlinux 0x1b8b95ad i8042_unlock_chip +EXPORT_SYMBOL vmlinux 0x1b8d0aa3 dma_set_mask +EXPORT_SYMBOL vmlinux 0x1b908d85 _raw_write_lock_nested +EXPORT_SYMBOL vmlinux 0x1b9fe399 vme_register_bridge +EXPORT_SYMBOL vmlinux 0x1ba59527 __kmalloc_node +EXPORT_SYMBOL vmlinux 0x1ba83ebf mdiobus_register_device +EXPORT_SYMBOL vmlinux 0x1bb51249 tcp_have_smc +EXPORT_SYMBOL vmlinux 0x1bc92ab5 con_copy_unimap +EXPORT_SYMBOL vmlinux 0x1bd59dbe vme_free_consistent +EXPORT_SYMBOL vmlinux 0x1c004a0a netdev_offload_xstats_get +EXPORT_SYMBOL vmlinux 0x1c010cd5 ipmr_rule_default +EXPORT_SYMBOL vmlinux 0x1c12a785 freeze_bdev +EXPORT_SYMBOL vmlinux 0x1c1f121e vfs_getattr_nosec +EXPORT_SYMBOL vmlinux 0x1c3041ca generic_update_time +EXPORT_SYMBOL vmlinux 0x1c39408f seq_hex_dump +EXPORT_SYMBOL vmlinux 0x1c4d23c3 inode_owner_or_capable +EXPORT_SYMBOL vmlinux 0x1c58427f acpi_remove_notify_handler +EXPORT_SYMBOL vmlinux 0x1c60bc84 input_unregister_handle +EXPORT_SYMBOL vmlinux 0x1c82b50b request_firmware_nowait +EXPORT_SYMBOL vmlinux 0x1ca527fa ioread64be_hi_lo +EXPORT_SYMBOL vmlinux 0x1cb11044 inetpeer_invalidate_tree +EXPORT_SYMBOL vmlinux 0x1cc923fc rt_dst_clone +EXPORT_SYMBOL vmlinux 0x1cd8243b aperture_remove_conflicting_pci_devices +EXPORT_SYMBOL vmlinux 0x1cd8438b pxm_to_node +EXPORT_SYMBOL vmlinux 0x1cee24cc __SCK__tp_func_dma_fence_enable_signal +EXPORT_SYMBOL vmlinux 0x1cfbc80a __lock_sock_fast +EXPORT_SYMBOL vmlinux 0x1d00bbdc scsi_report_device_reset +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 0x1d20b527 tc_setup_cb_destroy +EXPORT_SYMBOL vmlinux 0x1d24c881 ___ratelimit +EXPORT_SYMBOL vmlinux 0x1d3b2070 blk_mq_delay_run_hw_queues +EXPORT_SYMBOL vmlinux 0x1d40b6f3 idr_for_each +EXPORT_SYMBOL vmlinux 0x1d5197c4 devm_pci_remap_cfgspace +EXPORT_SYMBOL vmlinux 0x1d557f45 drop_nlink +EXPORT_SYMBOL vmlinux 0x1d79ea52 sock_pfree +EXPORT_SYMBOL vmlinux 0x1d7e3c58 __bforget +EXPORT_SYMBOL vmlinux 0x1d95805a _dev_emerg +EXPORT_SYMBOL vmlinux 0x1d9672bd fault_in_subpage_writeable +EXPORT_SYMBOL vmlinux 0x1d99a3a3 netlink_ack +EXPORT_SYMBOL vmlinux 0x1d9a8baa mmc_wait_for_cmd +EXPORT_SYMBOL vmlinux 0x1d9c1a1c input_register_handler +EXPORT_SYMBOL vmlinux 0x1db7706b __copy_user_nocache +EXPORT_SYMBOL vmlinux 0x1dc6c93b lookup_user_key +EXPORT_SYMBOL vmlinux 0x1dd571e6 fb_copy_cmap +EXPORT_SYMBOL vmlinux 0x1dd626c7 xfrm_input_register_afinfo +EXPORT_SYMBOL vmlinux 0x1de4ccb2 get_sg_io_hdr +EXPORT_SYMBOL vmlinux 0x1dfa7ba1 vfs_dup_fs_context +EXPORT_SYMBOL vmlinux 0x1e0a0c24 mod_timer_pending +EXPORT_SYMBOL vmlinux 0x1e0cd7fe acpi_detach_data +EXPORT_SYMBOL vmlinux 0x1e27b12f init_task +EXPORT_SYMBOL vmlinux 0x1e38c32f phy_ethtool_nway_reset +EXPORT_SYMBOL vmlinux 0x1e6adaa0 bitmap_print_bitmask_to_buf +EXPORT_SYMBOL vmlinux 0x1e6d26a8 strstr +EXPORT_SYMBOL vmlinux 0x1e991f91 flow_rule_match_tcp +EXPORT_SYMBOL vmlinux 0x1e9edfb7 seq_hlist_start_head_rcu +EXPORT_SYMBOL vmlinux 0x1ea2bed2 filemap_map_pages +EXPORT_SYMBOL vmlinux 0x1eaa1020 pci_read_config_byte +EXPORT_SYMBOL vmlinux 0x1eb922a3 IO_APIC_get_PCI_irq_vector +EXPORT_SYMBOL vmlinux 0x1ed91388 dev_get_by_name +EXPORT_SYMBOL vmlinux 0x1edb69d6 ktime_get_raw_ts64 +EXPORT_SYMBOL vmlinux 0x1ee637e5 netdev_txq_to_tc +EXPORT_SYMBOL vmlinux 0x1ee7cae0 md_bitmap_end_sync +EXPORT_SYMBOL vmlinux 0x1eea7b15 iw_handler_set_spy +EXPORT_SYMBOL vmlinux 0x1eec8aa6 tty_chars_in_buffer +EXPORT_SYMBOL vmlinux 0x1f022a13 d_alloc_parallel +EXPORT_SYMBOL vmlinux 0x1f073552 vfs_copy_file_range +EXPORT_SYMBOL vmlinux 0x1f1821ae efi +EXPORT_SYMBOL vmlinux 0x1f199d24 copy_user_generic_string +EXPORT_SYMBOL vmlinux 0x1f20c68c km_policy_expired +EXPORT_SYMBOL vmlinux 0x1f2dd4c5 drop_super +EXPORT_SYMBOL vmlinux 0x1f4ed7cb dev_pick_tx_cpu_id +EXPORT_SYMBOL vmlinux 0x1f557414 gen_pool_has_addr +EXPORT_SYMBOL vmlinux 0x1f56806b vga_switcheroo_unregister_client +EXPORT_SYMBOL vmlinux 0x1f6f6bb2 tcp_sock_set_user_timeout +EXPORT_SYMBOL vmlinux 0x1f7887ee bio_integrity_trim +EXPORT_SYMBOL vmlinux 0x1f95f48a dev_uc_unsync +EXPORT_SYMBOL vmlinux 0x1f993a8f jbd2_journal_get_write_access +EXPORT_SYMBOL vmlinux 0x1fa10ff5 ethtool_op_get_link +EXPORT_SYMBOL vmlinux 0x1faed0c0 audit_log +EXPORT_SYMBOL vmlinux 0x1fb57768 ip6_fraglist_init +EXPORT_SYMBOL vmlinux 0x1fbd16da ip_tos2prio +EXPORT_SYMBOL vmlinux 0x1fc1e813 pci_ep_cfs_add_epc_group +EXPORT_SYMBOL vmlinux 0x1fcefe0b ndo_dflt_fdb_del +EXPORT_SYMBOL vmlinux 0x1fd07fff kdb_grepping_flag +EXPORT_SYMBOL vmlinux 0x1fd12645 __neigh_create +EXPORT_SYMBOL vmlinux 0x1ff01c95 sg_miter_start +EXPORT_SYMBOL vmlinux 0x20000329 simple_strtoul +EXPORT_SYMBOL vmlinux 0x200b2041 in6addr_any +EXPORT_SYMBOL vmlinux 0x20105fad mipi_dsi_dcs_set_tear_on +EXPORT_SYMBOL vmlinux 0x201127b9 qdisc_offload_query_caps +EXPORT_SYMBOL vmlinux 0x2013c687 vm_map_pages +EXPORT_SYMBOL vmlinux 0x20193fbb md_bitmap_start_sync +EXPORT_SYMBOL vmlinux 0x20421396 blk_integrity_compare +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 0x2059de57 d_mark_dontcache +EXPORT_SYMBOL vmlinux 0x206f633c xfrm_dev_policy_flush +EXPORT_SYMBOL vmlinux 0x2082c118 tty_port_init +EXPORT_SYMBOL vmlinux 0x2091b707 generic_write_checks_count +EXPORT_SYMBOL vmlinux 0x20937b1b ip_fraglist_init +EXPORT_SYMBOL vmlinux 0x20a1bc48 ip6_find_1stfragopt +EXPORT_SYMBOL vmlinux 0x20a1c445 flow_indr_block_cb_alloc +EXPORT_SYMBOL vmlinux 0x20a789ac irq_set_chip_data +EXPORT_SYMBOL vmlinux 0x20ba4f3e rdmsr_on_cpu +EXPORT_SYMBOL vmlinux 0x20bb889b vme_dma_request +EXPORT_SYMBOL vmlinux 0x20bcbe4f blake2s_compress +EXPORT_SYMBOL vmlinux 0x20be346d dm_table_get_md +EXPORT_SYMBOL vmlinux 0x20c46e0e i2c_smbus_write_i2c_block_data +EXPORT_SYMBOL vmlinux 0x20c59a30 simple_get_link +EXPORT_SYMBOL vmlinux 0x20cbab43 tcp_get_cookie_sock +EXPORT_SYMBOL vmlinux 0x20cbb30a __percpu_counter_init +EXPORT_SYMBOL vmlinux 0x20d65e40 fb_find_nearest_mode +EXPORT_SYMBOL vmlinux 0x20e6ddf8 do_SAK +EXPORT_SYMBOL vmlinux 0x20eadeb6 ip_compute_csum +EXPORT_SYMBOL vmlinux 0x20f0ca53 cdrom_get_media_event +EXPORT_SYMBOL vmlinux 0x20fea154 da903x_query_status +EXPORT_SYMBOL vmlinux 0x2123683b dev_addr_add +EXPORT_SYMBOL vmlinux 0x21243deb blk_mq_destroy_queue +EXPORT_SYMBOL vmlinux 0x21271fd0 copy_user_enhanced_fast_string +EXPORT_SYMBOL vmlinux 0x2132ed8e dev_printk_emit +EXPORT_SYMBOL vmlinux 0x213a738d memregion_alloc +EXPORT_SYMBOL vmlinux 0x213bf016 put_fs_context +EXPORT_SYMBOL vmlinux 0x213e4965 ps2_is_keyboard_id +EXPORT_SYMBOL vmlinux 0x215603ce tty_write_room +EXPORT_SYMBOL vmlinux 0x21662519 devm_extcon_unregister_notifier_all +EXPORT_SYMBOL vmlinux 0x216cc80b set_page_dirty +EXPORT_SYMBOL vmlinux 0x2177bd71 acpi_disable_event +EXPORT_SYMBOL vmlinux 0x2181c519 pci_disable_msix +EXPORT_SYMBOL vmlinux 0x21859e4b inc_zone_page_state +EXPORT_SYMBOL vmlinux 0x218e600b pci_add_resource_offset +EXPORT_SYMBOL vmlinux 0x2191f9c9 inet_ioctl +EXPORT_SYMBOL vmlinux 0x21993136 tcf_exts_terse_dump +EXPORT_SYMBOL vmlinux 0x21a60be0 __ip_dev_find +EXPORT_SYMBOL vmlinux 0x21a6a264 cfb_imageblit +EXPORT_SYMBOL vmlinux 0x21ac4c0b get_inode_acl +EXPORT_SYMBOL vmlinux 0x21b5e8df ptp_clock_register +EXPORT_SYMBOL vmlinux 0x21bcc8ac pci_irq_vector +EXPORT_SYMBOL vmlinux 0x21bdb523 errseq_check_and_advance +EXPORT_SYMBOL vmlinux 0x21bdeb96 ihold +EXPORT_SYMBOL vmlinux 0x21be37e1 hdmi_avi_infoframe_check +EXPORT_SYMBOL vmlinux 0x21c00acf pcie_get_mps +EXPORT_SYMBOL vmlinux 0x21d4fa2a xp_raw_get_dma +EXPORT_SYMBOL vmlinux 0x21e13cb3 inet_peer_xrlim_allow +EXPORT_SYMBOL vmlinux 0x21ea5251 __bitmap_weight +EXPORT_SYMBOL vmlinux 0x21ec4c6a __bh_read +EXPORT_SYMBOL vmlinux 0x21ef374c try_wait_for_completion +EXPORT_SYMBOL vmlinux 0x21f33d70 jbd2_journal_grab_journal_head +EXPORT_SYMBOL vmlinux 0x2209c70a set_page_dirty_lock +EXPORT_SYMBOL vmlinux 0x221764a4 genphy_c37_read_status +EXPORT_SYMBOL vmlinux 0x222e7ce2 sysfs_streq +EXPORT_SYMBOL vmlinux 0x223281e3 devfreq_unregister_notifier +EXPORT_SYMBOL vmlinux 0x2234ca51 acpi_match_platform_list +EXPORT_SYMBOL vmlinux 0x22392dc8 tcp_sock_set_nodelay +EXPORT_SYMBOL vmlinux 0x2259fc3f vlan_vids_del_by_dev +EXPORT_SYMBOL vmlinux 0x22620e08 param_get_ullong +EXPORT_SYMBOL vmlinux 0x226c8380 udp_read_skb +EXPORT_SYMBOL vmlinux 0x2281897e pnp_register_card_driver +EXPORT_SYMBOL vmlinux 0x22a1422d percpu_counter_sum_all +EXPORT_SYMBOL vmlinux 0x22b325d5 kd_mksound +EXPORT_SYMBOL vmlinux 0x22b3f696 seq_printf +EXPORT_SYMBOL vmlinux 0x22b7de58 phy_drivers_unregister +EXPORT_SYMBOL vmlinux 0x22c877f0 mmc_can_erase +EXPORT_SYMBOL vmlinux 0x22ccbad8 skb_trim +EXPORT_SYMBOL vmlinux 0x22de4931 amd_iommu_register_ga_log_notifier +EXPORT_SYMBOL vmlinux 0x22e03851 convert_art_ns_to_tsc +EXPORT_SYMBOL vmlinux 0x2301e02f kernel_accept +EXPORT_SYMBOL vmlinux 0x23429ba9 kernel_read +EXPORT_SYMBOL vmlinux 0x2364c85a tasklet_init +EXPORT_SYMBOL vmlinux 0x237a0b5c __traceiter_dma_fence_signaled +EXPORT_SYMBOL vmlinux 0x237c1a1b pci_setup_cardbus +EXPORT_SYMBOL vmlinux 0x238a24f2 __generic_file_write_iter +EXPORT_SYMBOL vmlinux 0x238b099f mipi_dsi_packet_format_is_short +EXPORT_SYMBOL vmlinux 0x238e852d pcibios_resource_to_bus +EXPORT_SYMBOL vmlinux 0x23b9d6e2 mangle_path +EXPORT_SYMBOL vmlinux 0x23cabbb1 register_sysctl_paths +EXPORT_SYMBOL vmlinux 0x23cdd5bf __d_lookup_unhash_wake +EXPORT_SYMBOL vmlinux 0x23d29856 crypto_sha256_finup +EXPORT_SYMBOL vmlinux 0x23d41fc9 cdev_alloc +EXPORT_SYMBOL vmlinux 0x23daa989 mipi_dsi_create_packet +EXPORT_SYMBOL vmlinux 0x23e92bdc d_delete +EXPORT_SYMBOL vmlinux 0x23f8f12a d_set_fallthru +EXPORT_SYMBOL vmlinux 0x23fd3028 vmalloc_node +EXPORT_SYMBOL vmlinux 0x23fd8839 iov_iter_bvec +EXPORT_SYMBOL vmlinux 0x240b9e13 nexthop_bucket_set_hw_flags +EXPORT_SYMBOL vmlinux 0x241d20d8 noop_qdisc +EXPORT_SYMBOL vmlinux 0x2423af56 fwnode_irq_get_byname +EXPORT_SYMBOL vmlinux 0x242c4e12 devfreq_recommended_opp +EXPORT_SYMBOL vmlinux 0x243b09ae from_kgid_munged +EXPORT_SYMBOL vmlinux 0x24445404 xfrm_state_insert +EXPORT_SYMBOL vmlinux 0x244a5687 request_firmware +EXPORT_SYMBOL vmlinux 0x244b8cd7 crypto_sha512_finup +EXPORT_SYMBOL vmlinux 0x2459bbcc console_set_on_cmdline +EXPORT_SYMBOL vmlinux 0x245d011d get_ipc_ns_exported +EXPORT_SYMBOL vmlinux 0x2461996d dm_kobject_release +EXPORT_SYMBOL vmlinux 0x246a2f72 inet_frag_kill +EXPORT_SYMBOL vmlinux 0x246a348b sdev_enable_disk_events +EXPORT_SYMBOL vmlinux 0x246d09b9 sg_miter_stop +EXPORT_SYMBOL vmlinux 0x2484adc3 __kfifo_to_user_r +EXPORT_SYMBOL vmlinux 0x24a0f5d6 tso_start +EXPORT_SYMBOL vmlinux 0x24a11e17 cpumask_any_distribute +EXPORT_SYMBOL vmlinux 0x24a80432 mmc_cqe_post_req +EXPORT_SYMBOL vmlinux 0x24c7ff67 override_creds +EXPORT_SYMBOL vmlinux 0x24d273d1 add_timer +EXPORT_SYMBOL vmlinux 0x24e1b558 seg6_hmac_compute +EXPORT_SYMBOL vmlinux 0x2500584f dquot_commit_info +EXPORT_SYMBOL vmlinux 0x2505bf18 kstrtol_from_user +EXPORT_SYMBOL vmlinux 0x2523c103 pci_read_vpd +EXPORT_SYMBOL vmlinux 0x2525a900 vfs_unlink +EXPORT_SYMBOL vmlinux 0x2528f440 xsk_set_tx_need_wakeup +EXPORT_SYMBOL vmlinux 0x252f5f3d pci_write_vpd_any +EXPORT_SYMBOL vmlinux 0x253af732 inet6_ioctl +EXPORT_SYMBOL vmlinux 0x254f4c53 phy_device_free +EXPORT_SYMBOL vmlinux 0x2566204b security_binder_transfer_binder +EXPORT_SYMBOL vmlinux 0x2574f2f9 padata_free +EXPORT_SYMBOL vmlinux 0x25820c64 fs_overflowuid +EXPORT_SYMBOL vmlinux 0x258a2c02 _raw_write_trylock +EXPORT_SYMBOL vmlinux 0x258ab521 dma_resv_replace_fences +EXPORT_SYMBOL vmlinux 0x258d2f76 net_dim_get_tx_moderation +EXPORT_SYMBOL vmlinux 0x25974000 wait_for_completion +EXPORT_SYMBOL vmlinux 0x259deaeb kthread_create_worker_on_cpu +EXPORT_SYMBOL vmlinux 0x25c74ad5 pci_enable_device_io +EXPORT_SYMBOL vmlinux 0x25c8ca1c inet_release +EXPORT_SYMBOL vmlinux 0x25c97a94 ip_mc_check_igmp +EXPORT_SYMBOL vmlinux 0x25db1577 do_trace_write_msr +EXPORT_SYMBOL vmlinux 0x25e17f14 sock_no_listen +EXPORT_SYMBOL vmlinux 0x25e3c4ab rtnl_kfree_skbs +EXPORT_SYMBOL vmlinux 0x25e58a09 hdmi_avi_infoframe_init +EXPORT_SYMBOL vmlinux 0x25e9d4bd resource_list_free +EXPORT_SYMBOL vmlinux 0x26006379 ip6_frag_init +EXPORT_SYMBOL vmlinux 0x263beb75 ecryptfs_get_versions +EXPORT_SYMBOL vmlinux 0x263c3152 bcmp +EXPORT_SYMBOL vmlinux 0x263e0cf3 backlight_device_get_by_name +EXPORT_SYMBOL vmlinux 0x26521dca phy_attach +EXPORT_SYMBOL vmlinux 0x2661b4ce unregister_key_type +EXPORT_SYMBOL vmlinux 0x2682d920 skb_eth_pop +EXPORT_SYMBOL vmlinux 0x26846851 inet_dev_addr_type +EXPORT_SYMBOL vmlinux 0x2688ec10 bitmap_zalloc +EXPORT_SYMBOL vmlinux 0x2688fc49 tcf_em_tree_validate +EXPORT_SYMBOL vmlinux 0x2689095f agp_put_bridge +EXPORT_SYMBOL vmlinux 0x26897b52 mb_cache_entry_get +EXPORT_SYMBOL vmlinux 0x26952004 tcf_qevent_destroy +EXPORT_SYMBOL vmlinux 0x269e1e2c mod_node_page_state +EXPORT_SYMBOL vmlinux 0x26cbe240 mmc_erase_group_aligned +EXPORT_SYMBOL vmlinux 0x26d2bdf3 mmc_of_parse_clk_phase +EXPORT_SYMBOL vmlinux 0x26dad4e0 xfrm_lookup +EXPORT_SYMBOL vmlinux 0x26df63c4 ptp_cancel_worker_sync +EXPORT_SYMBOL vmlinux 0x26dfab4e jbd2_journal_finish_inode_data_buffers +EXPORT_SYMBOL vmlinux 0x26e298e0 unregister_memory_notifier +EXPORT_SYMBOL vmlinux 0x26edaecf __fs_parse +EXPORT_SYMBOL vmlinux 0x26f8f0b8 iowrite16be +EXPORT_SYMBOL vmlinux 0x26f9a131 cookie_timestamp_decode +EXPORT_SYMBOL vmlinux 0x270cf88f dump_stack_lvl +EXPORT_SYMBOL vmlinux 0x270d92ec sk_send_sigurg +EXPORT_SYMBOL vmlinux 0x2711355d generic_splice_sendpage +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 0x27355f30 __put_user_ns +EXPORT_SYMBOL vmlinux 0x27479d14 param_free_charp +EXPORT_SYMBOL vmlinux 0x274c0d84 __folio_cancel_dirty +EXPORT_SYMBOL vmlinux 0x275b5221 cdrom_get_last_written +EXPORT_SYMBOL vmlinux 0x275f3d49 hdmi_vendor_infoframe_check +EXPORT_SYMBOL vmlinux 0x276cce59 xfrm_spd_getinfo +EXPORT_SYMBOL vmlinux 0x276f4616 handle_edge_irq +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 0x2784e488 netdev_upper_dev_unlink +EXPORT_SYMBOL vmlinux 0x27864d57 memparse +EXPORT_SYMBOL vmlinux 0x2797bfdd iov_iter_zero +EXPORT_SYMBOL vmlinux 0x27bbca81 ip_mc_join_group +EXPORT_SYMBOL vmlinux 0x27bbf221 disable_irq_nosync +EXPORT_SYMBOL vmlinux 0x27c308ef tcf_generic_walker +EXPORT_SYMBOL vmlinux 0x27c6f879 folio_migrate_flags +EXPORT_SYMBOL vmlinux 0x27cdca93 pci_add_resource +EXPORT_SYMBOL vmlinux 0x27ec60ca flow_rule_match_enc_opts +EXPORT_SYMBOL vmlinux 0x27f3084e netif_set_real_num_tx_queues +EXPORT_SYMBOL vmlinux 0x27f81f29 i2c_get_adapter +EXPORT_SYMBOL vmlinux 0x27fc6928 xp_dma_sync_for_device_slow +EXPORT_SYMBOL vmlinux 0x280f121a vfs_ioctl +EXPORT_SYMBOL vmlinux 0x2816869b xfrm6_protocol_register +EXPORT_SYMBOL vmlinux 0x281823c5 __kfifo_out_peek +EXPORT_SYMBOL vmlinux 0x2820a0c7 dev_addr_del +EXPORT_SYMBOL vmlinux 0x28400de0 vga_switcheroo_register_audio_client +EXPORT_SYMBOL vmlinux 0x2845b1bf devm_extcon_register_notifier_all +EXPORT_SYMBOL vmlinux 0x284faa6b __x86_indirect_thunk_r11 +EXPORT_SYMBOL vmlinux 0x285b3b06 skb_ext_add +EXPORT_SYMBOL vmlinux 0x2875a315 utf32_to_utf8 +EXPORT_SYMBOL vmlinux 0x28917d07 agp_allocate_memory +EXPORT_SYMBOL vmlinux 0x289771bb commit_creds +EXPORT_SYMBOL vmlinux 0x289b6590 devfreq_suspend_device +EXPORT_SYMBOL vmlinux 0x28a3f668 iov_iter_kvec +EXPORT_SYMBOL vmlinux 0x28a5efa4 grab_cache_page_write_begin +EXPORT_SYMBOL vmlinux 0x28bd2ed7 dev_set_mac_address +EXPORT_SYMBOL vmlinux 0x28c3d292 vme_init_bridge +EXPORT_SYMBOL vmlinux 0x28e09af1 iosf_mbi_available +EXPORT_SYMBOL vmlinux 0x28f94604 __ubsan_handle_builtin_unreachable +EXPORT_SYMBOL vmlinux 0x291d0032 security_binder_set_context_mgr +EXPORT_SYMBOL vmlinux 0x2929201c dma_unmap_resource +EXPORT_SYMBOL vmlinux 0x29332499 __x86_indirect_thunk_rsi +EXPORT_SYMBOL vmlinux 0x295e00ff pnp_activate_dev +EXPORT_SYMBOL vmlinux 0x29604158 napi_busy_loop +EXPORT_SYMBOL vmlinux 0x296b8bbf __kfifo_dma_in_prepare +EXPORT_SYMBOL vmlinux 0x297b6fe4 io_uring_get_socket +EXPORT_SYMBOL vmlinux 0x297c8a7d dma_fence_allocate_private_stub +EXPORT_SYMBOL vmlinux 0x2989487b nla_append +EXPORT_SYMBOL vmlinux 0x29ad8e33 x86_hyper_type +EXPORT_SYMBOL vmlinux 0x29b6e2c3 netdev_printk +EXPORT_SYMBOL vmlinux 0x29d9d83c udp_seq_ops +EXPORT_SYMBOL vmlinux 0x29dc9407 pci_bus_set_ops +EXPORT_SYMBOL vmlinux 0x29e1e204 hdmi_audio_infoframe_pack +EXPORT_SYMBOL vmlinux 0x2a0ca699 dm_get_device +EXPORT_SYMBOL vmlinux 0x2a251223 security_sock_rcv_skb +EXPORT_SYMBOL vmlinux 0x2a303d4d check_signature +EXPORT_SYMBOL vmlinux 0x2a43f8cb devm_of_find_backlight +EXPORT_SYMBOL vmlinux 0x2a6a5aac sockopt_capable +EXPORT_SYMBOL vmlinux 0x2a6fa0d0 __SCT__tp_func_module_get +EXPORT_SYMBOL vmlinux 0x2a7e6a4b ip_route_input_noref +EXPORT_SYMBOL vmlinux 0x2a85b203 cpumask_any_and_distribute +EXPORT_SYMBOL vmlinux 0x2a875680 scsicam_bios_param +EXPORT_SYMBOL vmlinux 0x2a8e551d blk_set_stacking_limits +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 0x2aabcdc8 vmalloc_array +EXPORT_SYMBOL vmlinux 0x2aade1ce padata_do_serial +EXPORT_SYMBOL vmlinux 0x2ac4bf6e to_ndd +EXPORT_SYMBOL vmlinux 0x2acb4eaf __x86_indirect_call_thunk_r11 +EXPORT_SYMBOL vmlinux 0x2ad89026 vlan_filter_drop_vids +EXPORT_SYMBOL vmlinux 0x2adfcb67 file_update_time +EXPORT_SYMBOL vmlinux 0x2af017a5 dm_unregister_target +EXPORT_SYMBOL vmlinux 0x2b3670a0 filemap_get_folios +EXPORT_SYMBOL vmlinux 0x2b418781 phy_set_max_speed +EXPORT_SYMBOL vmlinux 0x2b48781b seg6_hmac_info_del +EXPORT_SYMBOL vmlinux 0x2b593aa8 gen_pool_alloc_algo_owner +EXPORT_SYMBOL vmlinux 0x2b5ebf49 dev_mc_add +EXPORT_SYMBOL vmlinux 0x2b6f0962 __cpu_dying_mask +EXPORT_SYMBOL vmlinux 0x2b9b4617 inode_io_list_del +EXPORT_SYMBOL vmlinux 0x2b9da7a4 genl_lock +EXPORT_SYMBOL vmlinux 0x2ba3427b vme_irq_free +EXPORT_SYMBOL vmlinux 0x2ba54eaa kernel_bind +EXPORT_SYMBOL vmlinux 0x2bae204e mt_find +EXPORT_SYMBOL vmlinux 0x2bb6099e dq_data_lock +EXPORT_SYMBOL vmlinux 0x2bb7c05d __x86_indirect_call_thunk_rsi +EXPORT_SYMBOL vmlinux 0x2bd2a480 fb_blank +EXPORT_SYMBOL vmlinux 0x2bd60ab9 acpi_reset +EXPORT_SYMBOL vmlinux 0x2beeef51 netdev_info +EXPORT_SYMBOL vmlinux 0x2bfa3505 pci_find_capability +EXPORT_SYMBOL vmlinux 0x2bffb234 i2c_del_adapter +EXPORT_SYMBOL vmlinux 0x2c07e5a4 csum_and_copy_to_iter +EXPORT_SYMBOL vmlinux 0x2c256e1f input_scancode_to_scalar +EXPORT_SYMBOL vmlinux 0x2c2fd041 dump_align +EXPORT_SYMBOL vmlinux 0x2c3c0b68 inet6_del_protocol +EXPORT_SYMBOL vmlinux 0x2c409919 __zerocopy_sg_from_iter +EXPORT_SYMBOL vmlinux 0x2c541e7b radix_tree_next_chunk +EXPORT_SYMBOL vmlinux 0x2c5895aa generic_block_bmap +EXPORT_SYMBOL vmlinux 0x2c71fbfb proc_dobool +EXPORT_SYMBOL vmlinux 0x2c76b8d2 sock_dequeue_err_skb +EXPORT_SYMBOL vmlinux 0x2c82c36a security_secmark_relabel_packet +EXPORT_SYMBOL vmlinux 0x2c837ae9 xfrm_state_unregister_afinfo +EXPORT_SYMBOL vmlinux 0x2c962b05 phy_attached_print +EXPORT_SYMBOL vmlinux 0x2caf63d1 topology_phys_to_logical_die +EXPORT_SYMBOL vmlinux 0x2cbcd0ba writeback_inodes_sb_nr +EXPORT_SYMBOL vmlinux 0x2cbffd48 d_instantiate_anon +EXPORT_SYMBOL vmlinux 0x2cc9d62d dm_kcopyd_zero +EXPORT_SYMBOL vmlinux 0x2ccd059a dim_on_top +EXPORT_SYMBOL vmlinux 0x2cceccd1 nd_dev_to_uuid +EXPORT_SYMBOL vmlinux 0x2cdf87a1 proc_dointvec_minmax +EXPORT_SYMBOL vmlinux 0x2cef41ba devfreq_update_interval +EXPORT_SYMBOL vmlinux 0x2cf0c5cb tty_kref_put +EXPORT_SYMBOL vmlinux 0x2cf0c910 sg_init_table +EXPORT_SYMBOL vmlinux 0x2cf56265 __dynamic_pr_debug +EXPORT_SYMBOL vmlinux 0x2d11597a cros_ec_check_result +EXPORT_SYMBOL vmlinux 0x2d119e80 acpi_device_set_power +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 0x2d3bde6d skb_orphan_partial +EXPORT_SYMBOL vmlinux 0x2d4c773a hdmi_spd_infoframe_init +EXPORT_SYMBOL vmlinux 0x2d4daef5 find_font +EXPORT_SYMBOL vmlinux 0x2d6ea789 kthread_associate_blkcg +EXPORT_SYMBOL vmlinux 0x2d912bca dmi_get_bios_year +EXPORT_SYMBOL vmlinux 0x2d938a3b inet6_register_protosw +EXPORT_SYMBOL vmlinux 0x2d994605 security_inode_copy_up_xattr +EXPORT_SYMBOL vmlinux 0x2dafd5c9 kobject_del +EXPORT_SYMBOL vmlinux 0x2dc7698d dev_change_flags +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 0x2df60b28 sk_dst_check +EXPORT_SYMBOL vmlinux 0x2dfb0924 reuseport_select_sock +EXPORT_SYMBOL vmlinux 0x2dfc6a1d pci_pme_active +EXPORT_SYMBOL vmlinux 0x2dfe12b3 blk_queue_max_hw_sectors +EXPORT_SYMBOL vmlinux 0x2e00106c __neigh_set_probe_once +EXPORT_SYMBOL vmlinux 0x2e0b1deb dma_fence_get_status +EXPORT_SYMBOL vmlinux 0x2e1337ec setup_new_exec +EXPORT_SYMBOL vmlinux 0x2e1b0729 read_cache_page +EXPORT_SYMBOL vmlinux 0x2e1ca751 clk_put +EXPORT_SYMBOL vmlinux 0x2e2b40d2 strncat +EXPORT_SYMBOL vmlinux 0x2e3bcce2 wait_for_completion_interruptible +EXPORT_SYMBOL vmlinux 0x2e439142 drm_get_panel_orientation_quirk +EXPORT_SYMBOL vmlinux 0x2e490c70 jbd2_journal_ack_err +EXPORT_SYMBOL vmlinux 0x2e59c367 devm_iounmap +EXPORT_SYMBOL vmlinux 0x2e5fe036 __skb_ext_put +EXPORT_SYMBOL vmlinux 0x2e60ae64 scsi_partsize +EXPORT_SYMBOL vmlinux 0x2e6d8cc2 path_get +EXPORT_SYMBOL vmlinux 0x2e83ba34 dquot_acquire +EXPORT_SYMBOL vmlinux 0x2e86b11f input_get_timestamp +EXPORT_SYMBOL vmlinux 0x2eac7550 __tracepoint_spi_transfer_stop +EXPORT_SYMBOL vmlinux 0x2eb9802a simple_rmdir +EXPORT_SYMBOL vmlinux 0x2ebfcb0c acpi_bus_unregister_driver +EXPORT_SYMBOL vmlinux 0x2ec6bba0 errseq_set +EXPORT_SYMBOL vmlinux 0x2ed20a90 netif_set_xps_queue +EXPORT_SYMBOL vmlinux 0x2ed91a06 generic_file_mmap +EXPORT_SYMBOL vmlinux 0x2ee4c2b1 hdmi_avi_infoframe_pack_only +EXPORT_SYMBOL vmlinux 0x2ef022cc nd_btt_probe +EXPORT_SYMBOL vmlinux 0x2ef2b905 sock_common_getsockopt +EXPORT_SYMBOL vmlinux 0x2f03fc4b security_secmark_refcount_inc +EXPORT_SYMBOL vmlinux 0x2f0a6e02 pci_bus_read_config_word +EXPORT_SYMBOL vmlinux 0x2f0bfac1 param_set_short +EXPORT_SYMBOL vmlinux 0x2f15cedc rtnetlink_put_metrics +EXPORT_SYMBOL vmlinux 0x2f19108b netif_device_attach +EXPORT_SYMBOL vmlinux 0x2f1a2b8c fb_is_primary_device +EXPORT_SYMBOL vmlinux 0x2f2b9d0e scsi_block_requests +EXPORT_SYMBOL vmlinux 0x2f2e91b2 security_ib_alloc_security +EXPORT_SYMBOL vmlinux 0x2f2fd420 input_set_min_poll_interval +EXPORT_SYMBOL vmlinux 0x2f384db3 acpi_is_video_device +EXPORT_SYMBOL vmlinux 0x2f3ea324 sock_no_sendmsg +EXPORT_SYMBOL vmlinux 0x2f465aaa fget_raw +EXPORT_SYMBOL vmlinux 0x2f54a37a ipv6_chk_prefix +EXPORT_SYMBOL vmlinux 0x2f6714d3 dev_mc_sync_multiple +EXPORT_SYMBOL vmlinux 0x2f7754a8 dma_pool_free +EXPORT_SYMBOL vmlinux 0x2f860269 mmc_retune_pause +EXPORT_SYMBOL vmlinux 0x2f8e31d4 insert_inode_locked4 +EXPORT_SYMBOL vmlinux 0x2f9d64a7 gnet_stats_copy_rate_est +EXPORT_SYMBOL vmlinux 0x2fb016d8 flow_block_cb_lookup +EXPORT_SYMBOL vmlinux 0x2fb60cc2 udp_seq_start +EXPORT_SYMBOL vmlinux 0x2fc5457e filemap_write_and_wait_range +EXPORT_SYMBOL vmlinux 0x2fcbab0b locks_init_lock +EXPORT_SYMBOL vmlinux 0x2fd66338 page_readlink +EXPORT_SYMBOL vmlinux 0x2fda4b1c dm_table_get_size +EXPORT_SYMBOL vmlinux 0x2fe252cc unregister_inet6addr_notifier +EXPORT_SYMBOL vmlinux 0x2fe5f1f9 sock_no_mmap +EXPORT_SYMBOL vmlinux 0x301304c2 __get_user_nocheck_8 +EXPORT_SYMBOL vmlinux 0x3024bdac ps2_handle_response +EXPORT_SYMBOL vmlinux 0x304fa61a mmc_gpio_set_cd_wake +EXPORT_SYMBOL vmlinux 0x305a916c __x86_indirect_thunk_rdi +EXPORT_SYMBOL vmlinux 0x305c5184 skb_copy_and_hash_datagram_iter +EXPORT_SYMBOL vmlinux 0x306e0bca neigh_sysctl_register +EXPORT_SYMBOL vmlinux 0x3082ccb4 seq_escape_mem +EXPORT_SYMBOL vmlinux 0x3096be16 names_cachep +EXPORT_SYMBOL vmlinux 0x30a515e2 skb_try_coalesce +EXPORT_SYMBOL vmlinux 0x30a80826 __kfifo_from_user +EXPORT_SYMBOL vmlinux 0x30aad2ea tty_flip_buffer_push +EXPORT_SYMBOL vmlinux 0x30acfde9 hsiphash_2u32 +EXPORT_SYMBOL vmlinux 0x30b62f84 key_reject_and_link +EXPORT_SYMBOL vmlinux 0x30b8dd26 __filemap_get_folio +EXPORT_SYMBOL vmlinux 0x30cd8779 reuseport_stop_listen_sock +EXPORT_SYMBOL vmlinux 0x30dd7c1b md_bitmap_startwrite +EXPORT_SYMBOL vmlinux 0x30f91f9e pci_read_config_dword +EXPORT_SYMBOL vmlinux 0x30fc146f __xfrm_init_state +EXPORT_SYMBOL vmlinux 0x311b1454 mmc_detect_change +EXPORT_SYMBOL vmlinux 0x3126a9e8 siphash_1u64 +EXPORT_SYMBOL vmlinux 0x312ed932 verify_spi_info +EXPORT_SYMBOL vmlinux 0x3138adb7 blk_queue_max_segment_size +EXPORT_SYMBOL vmlinux 0x31549b2a __x86_indirect_thunk_r10 +EXPORT_SYMBOL vmlinux 0x3160e433 devm_request_any_context_irq +EXPORT_SYMBOL vmlinux 0x3162bf34 set_pages_array_uc +EXPORT_SYMBOL vmlinux 0x3175197f devfreq_update_status +EXPORT_SYMBOL vmlinux 0x317b70bc iterate_fd +EXPORT_SYMBOL vmlinux 0x31919d78 phy_queue_state_machine +EXPORT_SYMBOL vmlinux 0x319d493d proc_dostring +EXPORT_SYMBOL vmlinux 0x31d2785c xfrm_register_type_offload +EXPORT_SYMBOL vmlinux 0x31d40f16 posix_acl_chmod +EXPORT_SYMBOL vmlinux 0x31df971d sync_file_create +EXPORT_SYMBOL vmlinux 0x31e3a4e7 ps2_drain +EXPORT_SYMBOL vmlinux 0x320001ce tcp_md5_hash_skb_data +EXPORT_SYMBOL vmlinux 0x3211ca23 genphy_read_master_slave +EXPORT_SYMBOL vmlinux 0x3211e73d pcie_get_speed_cap +EXPORT_SYMBOL vmlinux 0x3213f038 mutex_unlock +EXPORT_SYMBOL vmlinux 0x3221df67 __bitmap_subset +EXPORT_SYMBOL vmlinux 0x3222f776 __block_write_full_page +EXPORT_SYMBOL vmlinux 0x32245e04 filemap_flush +EXPORT_SYMBOL vmlinux 0x3243586d tcp_seq_start +EXPORT_SYMBOL vmlinux 0x32474b17 __netlink_dump_start +EXPORT_SYMBOL vmlinux 0x3257d052 generic_file_open +EXPORT_SYMBOL vmlinux 0x326425ca pci_unmap_biosrom +EXPORT_SYMBOL vmlinux 0x326509ce follow_down +EXPORT_SYMBOL vmlinux 0x32654d43 clkdev_drop +EXPORT_SYMBOL vmlinux 0x32667997 pnp_device_detach +EXPORT_SYMBOL vmlinux 0x327c84bf vme_lm_attach +EXPORT_SYMBOL vmlinux 0x3283e6b0 prandom_seed_full_state +EXPORT_SYMBOL vmlinux 0x328b6a7d bio_kmalloc +EXPORT_SYMBOL vmlinux 0x328faacf input_get_poll_interval +EXPORT_SYMBOL vmlinux 0x32a118f7 cdrom_mode_select +EXPORT_SYMBOL vmlinux 0x32acb041 netdev_unbind_sb_channel +EXPORT_SYMBOL vmlinux 0x32aee351 seg6_hmac_info_add +EXPORT_SYMBOL vmlinux 0x32c89cba pci_dev_driver +EXPORT_SYMBOL vmlinux 0x32ce3777 radix_tree_preload +EXPORT_SYMBOL vmlinux 0x32de75a8 __x86_indirect_call_thunk_rdi +EXPORT_SYMBOL vmlinux 0x32dff446 unix_get_socket +EXPORT_SYMBOL vmlinux 0x32e6f1a0 acpi_video_backlight_string +EXPORT_SYMBOL vmlinux 0x32e8cfea mtree_load +EXPORT_SYMBOL vmlinux 0x32f2f5d6 truncate_inode_pages_final +EXPORT_SYMBOL vmlinux 0x33021290 tcf_qevent_init +EXPORT_SYMBOL vmlinux 0x3302f766 netdev_refcnt_read +EXPORT_SYMBOL vmlinux 0x3305ed46 agp_copy_info +EXPORT_SYMBOL vmlinux 0x33097d32 netdev_port_same_parent_id +EXPORT_SYMBOL vmlinux 0x3323418e scm_fp_dup +EXPORT_SYMBOL vmlinux 0x3324ef3b acpi_set_firmware_waking_vector +EXPORT_SYMBOL vmlinux 0x3325a777 netpoll_cleanup +EXPORT_SYMBOL vmlinux 0x33302609 skb_set_owner_w +EXPORT_SYMBOL vmlinux 0x3360841f agp_backend_acquire +EXPORT_SYMBOL vmlinux 0x336319ec md_check_recovery +EXPORT_SYMBOL vmlinux 0x3369ea44 mtree_insert_range +EXPORT_SYMBOL vmlinux 0x336ccd3b tcp_v4_md5_lookup +EXPORT_SYMBOL vmlinux 0x33736a1d __genradix_ptr_alloc +EXPORT_SYMBOL vmlinux 0x3380a281 netlink_unicast +EXPORT_SYMBOL vmlinux 0x33857b39 jbd2_journal_set_triggers +EXPORT_SYMBOL vmlinux 0x338be85b xfrm_state_register_afinfo +EXPORT_SYMBOL vmlinux 0x3393cae5 netif_tx_unlock +EXPORT_SYMBOL vmlinux 0x339e6600 fib6_info_hw_flags_set +EXPORT_SYMBOL vmlinux 0x33b33182 phy_device_remove +EXPORT_SYMBOL vmlinux 0x33b84f74 copy_page +EXPORT_SYMBOL vmlinux 0x33d07fee __x86_indirect_call_thunk_r10 +EXPORT_SYMBOL vmlinux 0x33dee3c1 __cgroup_bpf_run_filter_sock_addr +EXPORT_SYMBOL vmlinux 0x33e13d77 tcp_create_openreq_child +EXPORT_SYMBOL vmlinux 0x33e2c38b from_kprojid +EXPORT_SYMBOL vmlinux 0x33e5f7de unregister_netdev +EXPORT_SYMBOL vmlinux 0x33f0768c cpufreq_quick_get_max +EXPORT_SYMBOL vmlinux 0x33f12dcf netdev_lower_get_next_private_rcu +EXPORT_SYMBOL vmlinux 0x33f17bd4 remove_arg_zero +EXPORT_SYMBOL vmlinux 0x33f4511d ipv6_setsockopt +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 0x34062f23 jbd2_journal_flush +EXPORT_SYMBOL vmlinux 0x340c1d64 tcp_initialize_rcv_mss +EXPORT_SYMBOL vmlinux 0x3415afbb config_item_get +EXPORT_SYMBOL vmlinux 0x3424daf8 __traceiter_dma_fence_enable_signal +EXPORT_SYMBOL vmlinux 0x3429e210 tso_build_hdr +EXPORT_SYMBOL vmlinux 0x3437e9d5 tc_setup_cb_add +EXPORT_SYMBOL vmlinux 0x3441445f msrs_free +EXPORT_SYMBOL vmlinux 0x344eee9b jbd2_journal_forget +EXPORT_SYMBOL vmlinux 0x3489859f acpi_enter_sleep_state_s4bios +EXPORT_SYMBOL vmlinux 0x349cba85 strchr +EXPORT_SYMBOL vmlinux 0x34a1f7e3 acpi_processor_get_psd +EXPORT_SYMBOL vmlinux 0x34ad97e5 xfrm_policy_alloc +EXPORT_SYMBOL vmlinux 0x34c7cdbc lookup_bdev +EXPORT_SYMBOL vmlinux 0x34c99469 filemap_release_folio +EXPORT_SYMBOL vmlinux 0x34cce4ef do_clone_file_range +EXPORT_SYMBOL vmlinux 0x34db050b _raw_spin_lock_irqsave +EXPORT_SYMBOL vmlinux 0x34f3484e security_tun_dev_attach_queue +EXPORT_SYMBOL vmlinux 0x34f37d3d fs_param_is_blob +EXPORT_SYMBOL vmlinux 0x34f89363 acpi_terminate_debugger +EXPORT_SYMBOL vmlinux 0x34f8b98d kernel_sendpage_locked +EXPORT_SYMBOL vmlinux 0x350ea558 dma_fence_default_wait +EXPORT_SYMBOL vmlinux 0x3517383e register_reboot_notifier +EXPORT_SYMBOL vmlinux 0x351aafe3 submit_bio +EXPORT_SYMBOL vmlinux 0x35235f9e i2c_transfer +EXPORT_SYMBOL vmlinux 0x35397722 folio_clear_dirty_for_io +EXPORT_SYMBOL vmlinux 0x3539f11b match_strlcpy +EXPORT_SYMBOL vmlinux 0x354b4a1e acpi_ut_trace +EXPORT_SYMBOL vmlinux 0x356461c8 rtc_time64_to_tm +EXPORT_SYMBOL vmlinux 0x35666e9f sock_recv_errqueue +EXPORT_SYMBOL vmlinux 0x3571bf27 tcp_sync_mss +EXPORT_SYMBOL vmlinux 0x3573adf9 blk_mq_tagset_wait_completed_request +EXPORT_SYMBOL vmlinux 0x3573c847 pci_choose_state +EXPORT_SYMBOL vmlinux 0x3574c269 cros_ec_cmd_xfer +EXPORT_SYMBOL vmlinux 0x357b109b simple_write_begin +EXPORT_SYMBOL vmlinux 0x35a5e2b6 blk_post_runtime_resume +EXPORT_SYMBOL vmlinux 0x35a88f28 zlib_inflateInit2 +EXPORT_SYMBOL vmlinux 0x35c5f26d phy_advertise_supported +EXPORT_SYMBOL vmlinux 0x35cbdd56 nf_unregister_sockopt +EXPORT_SYMBOL vmlinux 0x35d60332 __mod_lruvec_page_state +EXPORT_SYMBOL vmlinux 0x35de9311 dma_sync_wait +EXPORT_SYMBOL vmlinux 0x35deb67c tcp_get_md5sig_pool +EXPORT_SYMBOL vmlinux 0x35ebca1b iget_failed +EXPORT_SYMBOL vmlinux 0x35f3426c xfrm_policy_walk_done +EXPORT_SYMBOL vmlinux 0x35fd1f01 splice_direct_to_actor +EXPORT_SYMBOL vmlinux 0x3601b047 mount_nodev +EXPORT_SYMBOL vmlinux 0x360b1afe probe_irq_mask +EXPORT_SYMBOL vmlinux 0x360c8d37 blk_sync_queue +EXPORT_SYMBOL vmlinux 0x36175bbf bmap +EXPORT_SYMBOL vmlinux 0x3625c519 fs_param_is_path +EXPORT_SYMBOL vmlinux 0x362fe48d __tracepoint_dma_fence_enable_signal +EXPORT_SYMBOL vmlinux 0x364850b1 down_write_killable +EXPORT_SYMBOL vmlinux 0x36494af5 jbd2_journal_blocks_per_page +EXPORT_SYMBOL vmlinux 0x364c23ad mutex_is_locked +EXPORT_SYMBOL vmlinux 0x364ec62d input_event +EXPORT_SYMBOL vmlinux 0x365acda7 set_normalized_timespec64 +EXPORT_SYMBOL vmlinux 0x365cff02 tcf_em_tree_dump +EXPORT_SYMBOL vmlinux 0x365e7911 kstrdup_const +EXPORT_SYMBOL vmlinux 0x366348b3 jbd2_journal_start_reserved +EXPORT_SYMBOL vmlinux 0x3681d37a seg6_push_hmac +EXPORT_SYMBOL vmlinux 0x368a0869 nla_put_64bit +EXPORT_SYMBOL vmlinux 0x369babc5 seq_pad +EXPORT_SYMBOL vmlinux 0x36b6ebbf down_killable +EXPORT_SYMBOL vmlinux 0x36c96bd8 phy_drivers_register +EXPORT_SYMBOL vmlinux 0x36d7f0c7 max8925_bulk_read +EXPORT_SYMBOL vmlinux 0x36de2102 cookie_ecn_ok +EXPORT_SYMBOL vmlinux 0x36f50702 mmc_run_bkops +EXPORT_SYMBOL vmlinux 0x36f8b6a7 netlink_rcv_skb +EXPORT_SYMBOL vmlinux 0x36fc6850 copy_string_kernel +EXPORT_SYMBOL vmlinux 0x3702c942 __skb_try_recv_datagram +EXPORT_SYMBOL vmlinux 0x37110088 remove_wait_queue +EXPORT_SYMBOL vmlinux 0x371e1953 __printk_cpu_sync_wait +EXPORT_SYMBOL vmlinux 0x3722ac00 unregister_mii_timestamper +EXPORT_SYMBOL vmlinux 0x373ab58d pci_alloc_irq_vectors +EXPORT_SYMBOL vmlinux 0x373dfdd5 register_mii_timestamper +EXPORT_SYMBOL vmlinux 0x3744cf36 vmalloc_to_pfn +EXPORT_SYMBOL vmlinux 0x3752c0dc dquot_claim_space_nodirty +EXPORT_SYMBOL vmlinux 0x3755f990 gf128mul_init_64k_bbe +EXPORT_SYMBOL vmlinux 0x375e57f3 seq_put_decimal_ull +EXPORT_SYMBOL vmlinux 0x375f5774 mdiobus_alloc_size +EXPORT_SYMBOL vmlinux 0x37611e43 dquot_release +EXPORT_SYMBOL vmlinux 0x3775f517 request_partial_firmware_into_buf +EXPORT_SYMBOL vmlinux 0x377d8004 acpi_error +EXPORT_SYMBOL vmlinux 0x3786e9ae linkwatch_fire_event +EXPORT_SYMBOL vmlinux 0x379b2980 simple_getattr +EXPORT_SYMBOL vmlinux 0x37b8b39e screen_info +EXPORT_SYMBOL vmlinux 0x37befc70 jiffies_to_msecs +EXPORT_SYMBOL vmlinux 0x37c9e1d9 input_setup_polling +EXPORT_SYMBOL vmlinux 0x37db8f19 dmi_get_date +EXPORT_SYMBOL vmlinux 0x37f60c08 submit_bio_wait +EXPORT_SYMBOL vmlinux 0x380899f5 pcie_get_width_cap +EXPORT_SYMBOL vmlinux 0x380bbb86 __blkdev_issue_zeroout +EXPORT_SYMBOL vmlinux 0x3813be81 nf_ct_attach +EXPORT_SYMBOL vmlinux 0x381896fe md_bitmap_free +EXPORT_SYMBOL vmlinux 0x381a798a setup_max_cpus +EXPORT_SYMBOL vmlinux 0x38359074 rproc_add_subdev +EXPORT_SYMBOL vmlinux 0x3838bbbd framebuffer_release +EXPORT_SYMBOL vmlinux 0x3854774b kstrtoll +EXPORT_SYMBOL vmlinux 0x3868ffdd gnet_stats_finish_copy +EXPORT_SYMBOL vmlinux 0x387524b8 scmd_printk +EXPORT_SYMBOL vmlinux 0x38869d88 kstat +EXPORT_SYMBOL vmlinux 0x388aa3c9 neigh_proc_dointvec_ms_jiffies +EXPORT_SYMBOL vmlinux 0x3891ffc8 ecryptfs_fill_auth_tok +EXPORT_SYMBOL vmlinux 0x389617b0 LZ4_decompress_fast_continue +EXPORT_SYMBOL vmlinux 0x38965702 dquot_load_quota_sb +EXPORT_SYMBOL vmlinux 0x38a71b7e pci_free_resource_list +EXPORT_SYMBOL vmlinux 0x38a9f7c5 in6addr_loopback +EXPORT_SYMBOL vmlinux 0x38b5b18e xfrm_policy_unregister_afinfo +EXPORT_SYMBOL vmlinux 0x38b7f9fb take_dentry_name_snapshot +EXPORT_SYMBOL vmlinux 0x38de89bc filemap_fdatawait_keep_errors +EXPORT_SYMBOL vmlinux 0x38e46431 mempool_exit +EXPORT_SYMBOL vmlinux 0x38eec905 __sock_queue_rcv_skb +EXPORT_SYMBOL vmlinux 0x38fe0749 jbd2_journal_get_undo_access +EXPORT_SYMBOL vmlinux 0x38ff3c0d discard_new_inode +EXPORT_SYMBOL vmlinux 0x390240be mfd_remove_devices_late +EXPORT_SYMBOL vmlinux 0x39081193 __max_logical_packages +EXPORT_SYMBOL vmlinux 0x391df80a netstamp_needed_key +EXPORT_SYMBOL vmlinux 0x392255a6 pci_bus_read_config_dword +EXPORT_SYMBOL vmlinux 0x392b1fea wait_for_completion_io +EXPORT_SYMBOL vmlinux 0x392d5876 mini_qdisc_pair_swap +EXPORT_SYMBOL vmlinux 0x3938c62b simple_unlink +EXPORT_SYMBOL vmlinux 0x3939f8f0 rfkill_pause_polling +EXPORT_SYMBOL vmlinux 0x3943fcf7 unlock_page +EXPORT_SYMBOL vmlinux 0x39461d6a in_egroup_p +EXPORT_SYMBOL vmlinux 0x394a1e11 phy_sfp_attach +EXPORT_SYMBOL vmlinux 0x394fadf9 inet_register_protosw +EXPORT_SYMBOL vmlinux 0x3955fcf6 __kfifo_in_r +EXPORT_SYMBOL vmlinux 0x395a1202 rproc_resource_cleanup +EXPORT_SYMBOL vmlinux 0x397911f5 md_write_start +EXPORT_SYMBOL vmlinux 0x39991865 icmp_global_allow +EXPORT_SYMBOL vmlinux 0x399ad043 __kfifo_dma_out_finish_r +EXPORT_SYMBOL vmlinux 0x399ee730 phy_suspend +EXPORT_SYMBOL vmlinux 0x39a4ca98 may_umount +EXPORT_SYMBOL vmlinux 0x39b12223 __acpi_handle_debug +EXPORT_SYMBOL vmlinux 0x39b481f2 pci_enable_ptm +EXPORT_SYMBOL vmlinux 0x39c74235 dm_read_arg_group +EXPORT_SYMBOL vmlinux 0x39cfc005 tcf_exts_change +EXPORT_SYMBOL vmlinux 0x39d14f90 unregister_filesystem +EXPORT_SYMBOL vmlinux 0x39d95ca4 zstd_reset_cstream +EXPORT_SYMBOL vmlinux 0x39e3c030 do_trace_read_msr +EXPORT_SYMBOL vmlinux 0x39e68cfa inet_rtx_syn_ack +EXPORT_SYMBOL vmlinux 0x3a08475f platform_thermal_notify +EXPORT_SYMBOL vmlinux 0x3a099605 __get_user_nocheck_4 +EXPORT_SYMBOL vmlinux 0x3a1e89aa update_devfreq +EXPORT_SYMBOL vmlinux 0x3a2d1dfa rdmsr_safe_regs_on_cpu +EXPORT_SYMBOL vmlinux 0x3a3187b7 phy_resume +EXPORT_SYMBOL vmlinux 0x3a34dc69 is_nvdimm_bus_locked +EXPORT_SYMBOL vmlinux 0x3a4672b4 pps_event +EXPORT_SYMBOL vmlinux 0x3a4f9d28 rng_is_initialized +EXPORT_SYMBOL vmlinux 0x3a5b8679 __mark_inode_dirty +EXPORT_SYMBOL vmlinux 0x3a683fc6 devm_input_allocate_device +EXPORT_SYMBOL vmlinux 0x3a75dcaa sockfd_lookup +EXPORT_SYMBOL vmlinux 0x3a89a116 flow_rule_match_arp +EXPORT_SYMBOL vmlinux 0x3a8ec0d9 pci_release_resource +EXPORT_SYMBOL vmlinux 0x3a988759 vme_bus_type +EXPORT_SYMBOL vmlinux 0x3ab28948 console_srcu_read_lock +EXPORT_SYMBOL vmlinux 0x3ab392f3 genphy_read_mmd_unsupported +EXPORT_SYMBOL vmlinux 0x3ab7b1cc scsi_set_sense_field_pointer +EXPORT_SYMBOL vmlinux 0x3abf14e8 dcb_ieee_delapp +EXPORT_SYMBOL vmlinux 0x3ac2311c pci_disable_link_state +EXPORT_SYMBOL vmlinux 0x3aca0190 _raw_write_lock_irq +EXPORT_SYMBOL vmlinux 0x3ad15483 __tracepoint_write_msr +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 0x3adaf1e9 __bio_advance +EXPORT_SYMBOL vmlinux 0x3ae34aeb zstd_init_dctx +EXPORT_SYMBOL vmlinux 0x3ae67f6f devm_mdiobus_alloc_size +EXPORT_SYMBOL vmlinux 0x3ae6fa5d fs_param_is_fd +EXPORT_SYMBOL vmlinux 0x3ae98ddb ndisc_send_skb +EXPORT_SYMBOL vmlinux 0x3aeabdb0 inode_init_once +EXPORT_SYMBOL vmlinux 0x3aeaecc0 agp_generic_alloc_page +EXPORT_SYMBOL vmlinux 0x3af03f7b xp_set_rxq_info +EXPORT_SYMBOL vmlinux 0x3aff3200 acpi_evaluate_object_typed +EXPORT_SYMBOL vmlinux 0x3b029f48 acpi_install_fixed_event_handler +EXPORT_SYMBOL vmlinux 0x3b20fb95 dma_fence_remove_callback +EXPORT_SYMBOL vmlinux 0x3b233a9b vfs_iter_write +EXPORT_SYMBOL vmlinux 0x3b321462 LZ4_setStreamDecode +EXPORT_SYMBOL vmlinux 0x3b338959 pci_bus_read_dev_vendor_id +EXPORT_SYMBOL vmlinux 0x3b3c2390 input_copy_abs +EXPORT_SYMBOL vmlinux 0x3b3ea47b sock_wake_async +EXPORT_SYMBOL vmlinux 0x3b4259f5 devm_devfreq_add_device +EXPORT_SYMBOL vmlinux 0x3b644591 __bitmap_shift_left +EXPORT_SYMBOL vmlinux 0x3b6c41ea kstrtouint +EXPORT_SYMBOL vmlinux 0x3b72f08d preempt_schedule_notrace_thunk +EXPORT_SYMBOL vmlinux 0x3b78a4b1 scsi_device_lookup +EXPORT_SYMBOL vmlinux 0x3b83610f cpu_sibling_map +EXPORT_SYMBOL vmlinux 0x3b87d694 dev_get_stats +EXPORT_SYMBOL vmlinux 0x3b91206a vlan_dev_vlan_id +EXPORT_SYMBOL vmlinux 0x3b9144c9 acpi_get_current_resources +EXPORT_SYMBOL vmlinux 0x3baf05c2 devm_arch_phys_wc_add +EXPORT_SYMBOL vmlinux 0x3be6129c scsi_done_direct +EXPORT_SYMBOL vmlinux 0x3bec50ba udp_lib_unhash +EXPORT_SYMBOL vmlinux 0x3bf293c1 lease_modify +EXPORT_SYMBOL vmlinux 0x3c00472f dmam_free_coherent +EXPORT_SYMBOL vmlinux 0x3c185c61 page_put_link +EXPORT_SYMBOL vmlinux 0x3c1bbaa6 hash_and_copy_to_iter +EXPORT_SYMBOL vmlinux 0x3c355a96 tcp_release_cb +EXPORT_SYMBOL vmlinux 0x3c3c261d unlock_rename +EXPORT_SYMBOL vmlinux 0x3c3fce39 __local_bh_enable_ip +EXPORT_SYMBOL vmlinux 0x3c3ff9fd sprintf +EXPORT_SYMBOL vmlinux 0x3c427f67 cpu_die_map +EXPORT_SYMBOL vmlinux 0x3c4b7598 vfs_link +EXPORT_SYMBOL vmlinux 0x3c4f8c29 pagevec_lookup_range_tag +EXPORT_SYMBOL vmlinux 0x3c7862ab cdev_init +EXPORT_SYMBOL vmlinux 0x3c80cf5e ps2_sendbyte +EXPORT_SYMBOL vmlinux 0x3c8e1a81 fwnode_phy_find_device +EXPORT_SYMBOL vmlinux 0x3c8ff81a netdev_set_sb_channel +EXPORT_SYMBOL vmlinux 0x3cb23db3 console_srcu_read_unlock +EXPORT_SYMBOL vmlinux 0x3cb712e5 pci_fixup_device +EXPORT_SYMBOL vmlinux 0x3cbb940b zstd_init_dstream +EXPORT_SYMBOL vmlinux 0x3cbcc341 tty_wait_until_sent +EXPORT_SYMBOL vmlinux 0x3cc218b4 blk_queue_max_write_zeroes_sectors +EXPORT_SYMBOL vmlinux 0x3ce4ca6f disable_irq +EXPORT_SYMBOL vmlinux 0x3ce5e06f md_wait_for_blocked_rdev +EXPORT_SYMBOL vmlinux 0x3d02cd70 dma_fence_signal_locked +EXPORT_SYMBOL vmlinux 0x3d076990 ip4_datagram_connect +EXPORT_SYMBOL vmlinux 0x3d0af155 vfs_create +EXPORT_SYMBOL vmlinux 0x3d15edfa security_path_unlink +EXPORT_SYMBOL vmlinux 0x3d210724 gen_pool_dma_zalloc_align +EXPORT_SYMBOL vmlinux 0x3d256f72 fs_param_is_blockdev +EXPORT_SYMBOL vmlinux 0x3d26e1b1 security_sb_mnt_opts_compat +EXPORT_SYMBOL vmlinux 0x3d2d7322 folio_mark_accessed +EXPORT_SYMBOL vmlinux 0x3d5ced2e pci_release_region +EXPORT_SYMBOL vmlinux 0x3d88266c sock_rfree +EXPORT_SYMBOL vmlinux 0x3da171f9 pci_mem_start +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 0x3db1d374 __netdev_alloc_skb +EXPORT_SYMBOL vmlinux 0x3db92b4d __vfs_getxattr +EXPORT_SYMBOL vmlinux 0x3dc619d3 swake_up_locked +EXPORT_SYMBOL vmlinux 0x3dc94386 ipv6_chk_custom_prefix +EXPORT_SYMBOL vmlinux 0x3dcb88a0 irq_set_handler_data +EXPORT_SYMBOL vmlinux 0x3dd9b230 proc_dointvec_userhz_jiffies +EXPORT_SYMBOL vmlinux 0x3ddc6c04 x86_bios_cpu_apicid +EXPORT_SYMBOL vmlinux 0x3de02c3b dquot_scan_active +EXPORT_SYMBOL vmlinux 0x3df9ca51 update_region +EXPORT_SYMBOL vmlinux 0x3dfb4f08 nvdimm_namespace_disk_name +EXPORT_SYMBOL vmlinux 0x3dfb86b9 resource_list_create_entry +EXPORT_SYMBOL vmlinux 0x3dfc897c seq_hlist_start_head +EXPORT_SYMBOL vmlinux 0x3dfeb8bd __aperture_remove_legacy_vga_devices +EXPORT_SYMBOL vmlinux 0x3e024d03 timestamp_truncate +EXPORT_SYMBOL vmlinux 0x3e046177 mmc_gpio_get_ro +EXPORT_SYMBOL vmlinux 0x3e180f58 mdio_device_register +EXPORT_SYMBOL vmlinux 0x3e26b39c fb_get_buffer_offset +EXPORT_SYMBOL vmlinux 0x3e2789c7 padata_alloc_shell +EXPORT_SYMBOL vmlinux 0x3e3bad0a __tasklet_hi_schedule +EXPORT_SYMBOL vmlinux 0x3e9b2456 pldmfw_flash_image +EXPORT_SYMBOL vmlinux 0x3ea29fdb __udp_disconnect +EXPORT_SYMBOL vmlinux 0x3ea6b43f __napi_schedule_irqoff +EXPORT_SYMBOL vmlinux 0x3eaa281e inode_needs_sync +EXPORT_SYMBOL vmlinux 0x3eaba571 pci_prepare_to_sleep +EXPORT_SYMBOL vmlinux 0x3eaec07e kernel_recvmsg +EXPORT_SYMBOL vmlinux 0x3eb11d61 mr_rtm_dumproute +EXPORT_SYMBOL vmlinux 0x3eccbe2c __find_nth_bit +EXPORT_SYMBOL vmlinux 0x3ee5d887 d_alloc_name +EXPORT_SYMBOL vmlinux 0x3ef21c44 input_mt_drop_unused +EXPORT_SYMBOL vmlinux 0x3efe1703 phy_unregister_fixup_for_id +EXPORT_SYMBOL vmlinux 0x3f0eabd2 xxh64_update +EXPORT_SYMBOL vmlinux 0x3f1538fa flow_rule_match_vlan +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 0x3f501305 tty_hangup +EXPORT_SYMBOL vmlinux 0x3f59bb74 skb_flow_dissect_ct +EXPORT_SYMBOL vmlinux 0x3f658326 netlbl_calipso_ops_register +EXPORT_SYMBOL vmlinux 0x3f730280 ptp_find_pin +EXPORT_SYMBOL vmlinux 0x3f80325a iov_iter_init +EXPORT_SYMBOL vmlinux 0x3f89071b security_ib_pkey_access +EXPORT_SYMBOL vmlinux 0x3f9c8fc8 phy_init_eee +EXPORT_SYMBOL vmlinux 0x3fbf3c89 vme_slave_set +EXPORT_SYMBOL vmlinux 0x3fc5afd5 truncate_inode_pages_range +EXPORT_SYMBOL vmlinux 0x3fd44b9e vmap +EXPORT_SYMBOL vmlinux 0x3fd78f3b register_chrdev_region +EXPORT_SYMBOL vmlinux 0x3fe2ccbe memweight +EXPORT_SYMBOL vmlinux 0x3feea435 set_trace_device +EXPORT_SYMBOL vmlinux 0x400a8a35 rproc_report_crash +EXPORT_SYMBOL vmlinux 0x400df01c send_sig_info +EXPORT_SYMBOL vmlinux 0x4016adb7 sock_kfree_s +EXPORT_SYMBOL vmlinux 0x40235c98 _raw_write_unlock +EXPORT_SYMBOL vmlinux 0x402ae5f0 sock_no_getname +EXPORT_SYMBOL vmlinux 0x402d4777 __dev_set_mtu +EXPORT_SYMBOL vmlinux 0x403345ca pci_find_parent_resource +EXPORT_SYMBOL vmlinux 0x4055a920 acpi_remove_fixed_event_handler +EXPORT_SYMBOL vmlinux 0x4081dc3b __netlink_kernel_create +EXPORT_SYMBOL vmlinux 0x40952746 tcf_exts_validate_ex +EXPORT_SYMBOL vmlinux 0x40973662 sysctl_udp_mem +EXPORT_SYMBOL vmlinux 0x40a62432 __nla_validate +EXPORT_SYMBOL vmlinux 0x40a9b349 vzalloc +EXPORT_SYMBOL vmlinux 0x40aea3dd bpf_map_get +EXPORT_SYMBOL vmlinux 0x40c7247c si_meminfo +EXPORT_SYMBOL vmlinux 0x40d04664 console_trylock +EXPORT_SYMBOL vmlinux 0x40d05d45 scsi_ioctl +EXPORT_SYMBOL vmlinux 0x40d59096 unregister_restart_handler +EXPORT_SYMBOL vmlinux 0x40e2a5e0 flow_rule_match_ipv6_addrs +EXPORT_SYMBOL vmlinux 0x40e51569 finalize_exec +EXPORT_SYMBOL vmlinux 0x40f0e339 rproc_put +EXPORT_SYMBOL vmlinux 0x40f3ba13 security_socket_socketpair +EXPORT_SYMBOL vmlinux 0x40f76a86 __vcalloc +EXPORT_SYMBOL vmlinux 0x40fae3a9 register_md_personality +EXPORT_SYMBOL vmlinux 0x41177cc8 tcp_sendmsg +EXPORT_SYMBOL vmlinux 0x411c5a6e pci_bus_write_config_byte +EXPORT_SYMBOL vmlinux 0x41253586 mipi_dsi_dcs_set_column_address +EXPORT_SYMBOL vmlinux 0x41296738 tcp_filter +EXPORT_SYMBOL vmlinux 0x4129f172 skb_flow_dissect_hash +EXPORT_SYMBOL vmlinux 0x412e9736 genl_unregister_family +EXPORT_SYMBOL vmlinux 0x412f893c page_offline_begin +EXPORT_SYMBOL vmlinux 0x413f3308 unpin_user_pages_dirty_lock +EXPORT_SYMBOL vmlinux 0x41482d8b strndup_user +EXPORT_SYMBOL vmlinux 0x414fdbf0 __invalidate_device +EXPORT_SYMBOL vmlinux 0x41576781 dev_driver_string +EXPORT_SYMBOL vmlinux 0x415dc3a4 generic_file_readonly_mmap +EXPORT_SYMBOL vmlinux 0x4184edc6 pci_enable_wake +EXPORT_SYMBOL vmlinux 0x4188d439 neigh_rand_reach_time +EXPORT_SYMBOL vmlinux 0x41954595 vfs_rename +EXPORT_SYMBOL vmlinux 0x41a30bef mtree_store_range +EXPORT_SYMBOL vmlinux 0x41a8229f dmaengine_get_unmap_data +EXPORT_SYMBOL vmlinux 0x41a8fcd9 dev_set_alias +EXPORT_SYMBOL vmlinux 0x41a94726 xsk_set_rx_need_wakeup +EXPORT_SYMBOL vmlinux 0x41cf7276 pci_bus_claim_resources +EXPORT_SYMBOL vmlinux 0x41db6415 jbd2_journal_check_available_features +EXPORT_SYMBOL vmlinux 0x41de09e8 tty_port_lower_dtr_rts +EXPORT_SYMBOL vmlinux 0x41e030c0 vfs_clone_file_range +EXPORT_SYMBOL vmlinux 0x41ed3709 get_random_bytes +EXPORT_SYMBOL vmlinux 0x41efdeaf radix_tree_lookup_slot +EXPORT_SYMBOL vmlinux 0x41f4705a tty_port_put +EXPORT_SYMBOL vmlinux 0x41f732e6 pci_ep_cfs_add_epf_group +EXPORT_SYMBOL vmlinux 0x42279d4e ethtool_op_get_ts_info +EXPORT_SYMBOL vmlinux 0x422df4b4 pci_fixup_cardbus +EXPORT_SYMBOL vmlinux 0x4248ae3c single_task_running +EXPORT_SYMBOL vmlinux 0x424d3620 zlib_inflateIncomp +EXPORT_SYMBOL vmlinux 0x4252f025 pcie_bandwidth_available +EXPORT_SYMBOL vmlinux 0x42532123 tcf_em_tree_destroy +EXPORT_SYMBOL vmlinux 0x42578e80 acpi_get_type +EXPORT_SYMBOL vmlinux 0x4259a8f9 param_set_charp +EXPORT_SYMBOL vmlinux 0x4260c72b simple_nosetlease +EXPORT_SYMBOL vmlinux 0x4265f135 mmc_card_alternative_gpt_sector +EXPORT_SYMBOL vmlinux 0x426aa24e pci_enable_device +EXPORT_SYMBOL vmlinux 0x42702671 skb_store_bits +EXPORT_SYMBOL vmlinux 0x42741f29 km_new_mapping +EXPORT_SYMBOL vmlinux 0x4275cd50 param_set_ullong +EXPORT_SYMBOL vmlinux 0x4285984b mmc_can_trim +EXPORT_SYMBOL vmlinux 0x42a47462 param_get_invbool +EXPORT_SYMBOL vmlinux 0x42bcfb52 __dev_kfree_skb_any +EXPORT_SYMBOL vmlinux 0x42bed8d4 unix_gc_lock +EXPORT_SYMBOL vmlinux 0x42d07dcc generic_file_fsync +EXPORT_SYMBOL vmlinux 0x42e12960 configfs_undepend_item +EXPORT_SYMBOL vmlinux 0x42f1b900 fb_pad_unaligned_buffer +EXPORT_SYMBOL vmlinux 0x42f3f8ef __neigh_event_send +EXPORT_SYMBOL vmlinux 0x42f9d344 genphy_restart_aneg +EXPORT_SYMBOL vmlinux 0x42fa7d69 dst_release_immediate +EXPORT_SYMBOL vmlinux 0x4302d0eb free_pages +EXPORT_SYMBOL vmlinux 0x430f78e8 netpoll_poll_dev +EXPORT_SYMBOL vmlinux 0x4320a2c0 config_item_set_name +EXPORT_SYMBOL vmlinux 0x432cccc3 inet_add_protocol +EXPORT_SYMBOL vmlinux 0x4336ad0f rproc_da_to_va +EXPORT_SYMBOL vmlinux 0x4336fcca ucs2_as_utf8 +EXPORT_SYMBOL vmlinux 0x433cabfb acpi_decode_pld_buffer +EXPORT_SYMBOL vmlinux 0x4351577a fb_parse_edid +EXPORT_SYMBOL vmlinux 0x43587334 max8925_reg_read +EXPORT_SYMBOL vmlinux 0x435907cd inet_accept +EXPORT_SYMBOL vmlinux 0x437006ca sock_sendmsg +EXPORT_SYMBOL vmlinux 0x437a0d6d __sock_tx_timestamp +EXPORT_SYMBOL vmlinux 0x438610bd security_tun_dev_alloc_security +EXPORT_SYMBOL vmlinux 0x43915127 scsi_target_resume +EXPORT_SYMBOL vmlinux 0x43950c1f lock_sock_nested +EXPORT_SYMBOL vmlinux 0x439fdc48 page_pool_put_page_bulk +EXPORT_SYMBOL vmlinux 0x43a29d94 pci_enable_msix_range +EXPORT_SYMBOL vmlinux 0x43a67494 inet_confirm_addr +EXPORT_SYMBOL vmlinux 0x43b0c9c3 preempt_schedule +EXPORT_SYMBOL vmlinux 0x43babd19 sg_init_one +EXPORT_SYMBOL vmlinux 0x43bff2cc ata_print_version +EXPORT_SYMBOL vmlinux 0x43c65864 pci_enable_device_mem +EXPORT_SYMBOL vmlinux 0x43c86558 get_tree_single_reconf +EXPORT_SYMBOL vmlinux 0x43cfbde4 iov_iter_get_pages2 +EXPORT_SYMBOL vmlinux 0x43d1af3d __tracepoint_rdpmc +EXPORT_SYMBOL vmlinux 0x43d22fb9 groups_alloc +EXPORT_SYMBOL vmlinux 0x43e0c397 fget +EXPORT_SYMBOL vmlinux 0x43ef5944 param_set_dyndbg_classes +EXPORT_SYMBOL vmlinux 0x43f9ebc8 slhc_remember +EXPORT_SYMBOL vmlinux 0x43fd766c ps2_cmd_aborted +EXPORT_SYMBOL vmlinux 0x43fe9a03 tcp_simple_retransmit +EXPORT_SYMBOL vmlinux 0x440447f5 task_work_add +EXPORT_SYMBOL vmlinux 0x44134e5b qdisc_offload_dump_helper +EXPORT_SYMBOL vmlinux 0x441cbb23 dmaenginem_async_device_register +EXPORT_SYMBOL vmlinux 0x44289c6d xfrm6_rcv_spi +EXPORT_SYMBOL vmlinux 0x442e69ce icmp_ndo_send +EXPORT_SYMBOL vmlinux 0x4430d611 key_instantiate_and_link +EXPORT_SYMBOL vmlinux 0x4434526c devfreq_unregister_opp_notifier +EXPORT_SYMBOL vmlinux 0x4434a9ff dev_loopback_xmit +EXPORT_SYMBOL vmlinux 0x44414ff2 iosf_mbi_unblock_punit_i2c_access +EXPORT_SYMBOL vmlinux 0x44469a76 crc_ccitt_false_table +EXPORT_SYMBOL vmlinux 0x4462d35e cpufreq_get_hw_max_freq +EXPORT_SYMBOL vmlinux 0x4470f82d agp_generic_create_gatt_table +EXPORT_SYMBOL vmlinux 0x44902cff acpi_enable_event +EXPORT_SYMBOL vmlinux 0x449ad0a7 memcmp +EXPORT_SYMBOL vmlinux 0x44a0015b bio_chain +EXPORT_SYMBOL vmlinux 0x44a6e90a irq_cpu_rmap_add +EXPORT_SYMBOL vmlinux 0x44aaf30f tsc_khz +EXPORT_SYMBOL vmlinux 0x44b79d4f udp_flush_pending_frames +EXPORT_SYMBOL vmlinux 0x44d2c9d9 d_prune_aliases +EXPORT_SYMBOL vmlinux 0x44d60fb5 elv_bio_merge_ok +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 0x4516ff03 md_error +EXPORT_SYMBOL vmlinux 0x45182fd8 mr_fill_mroute +EXPORT_SYMBOL vmlinux 0x451b6564 pmem_sector_size +EXPORT_SYMBOL vmlinux 0x452ba683 ipv6_ext_hdr +EXPORT_SYMBOL vmlinux 0x453c8403 pci_msi_enabled +EXPORT_SYMBOL vmlinux 0x4553305a dquot_commit +EXPORT_SYMBOL vmlinux 0x45535485 xxh32_update +EXPORT_SYMBOL vmlinux 0x4559a120 agp_free_memory +EXPORT_SYMBOL vmlinux 0x455f5221 simple_dir_operations +EXPORT_SYMBOL vmlinux 0x456874bf posix_acl_from_xattr +EXPORT_SYMBOL vmlinux 0x4578f528 __kfifo_to_user +EXPORT_SYMBOL vmlinux 0x458c3df9 tcf_block_get_ext +EXPORT_SYMBOL vmlinux 0x45bd0e78 mmc_command_done +EXPORT_SYMBOL vmlinux 0x45c42687 iommu_get_msi_cookie +EXPORT_SYMBOL vmlinux 0x45d246da node_to_cpumask_map +EXPORT_SYMBOL vmlinux 0x45e8d7b5 native_write_cr0 +EXPORT_SYMBOL vmlinux 0x45fc19d2 retbleed_untrain_ret +EXPORT_SYMBOL vmlinux 0x45ff01ae jbd2_journal_release_jbd_inode +EXPORT_SYMBOL vmlinux 0x460f4a34 flow_hash_from_keys +EXPORT_SYMBOL vmlinux 0x46451cee zstd_get_frame_header +EXPORT_SYMBOL vmlinux 0x465326ff jbd2_journal_abort +EXPORT_SYMBOL vmlinux 0x465e24ff ucs2_utf8size +EXPORT_SYMBOL vmlinux 0x46622925 fs_lookup_param +EXPORT_SYMBOL vmlinux 0x4666d7a3 kmem_cache_size +EXPORT_SYMBOL vmlinux 0x466c14a7 __delay +EXPORT_SYMBOL vmlinux 0x467df16d netdev_rss_key_fill +EXPORT_SYMBOL vmlinux 0x468421d5 nf_reinject +EXPORT_SYMBOL vmlinux 0x4697e392 genphy_check_and_restart_aneg +EXPORT_SYMBOL vmlinux 0x469a6ec7 tcp_parse_md5sig_option +EXPORT_SYMBOL vmlinux 0x469d7a5e unlock_two_nondirectories +EXPORT_SYMBOL vmlinux 0x46c47fb6 __node_distance +EXPORT_SYMBOL vmlinux 0x46cf10eb cachemode2protval +EXPORT_SYMBOL vmlinux 0x46dc5032 sched_autogroup_detach +EXPORT_SYMBOL vmlinux 0x46e78fd5 mipi_dsi_attach +EXPORT_SYMBOL vmlinux 0x46e8b937 __mmap_lock_do_trace_acquire_returned +EXPORT_SYMBOL vmlinux 0x46ecb351 kern_unmount +EXPORT_SYMBOL vmlinux 0x46f6e184 tcp_md5_hash_key +EXPORT_SYMBOL vmlinux 0x4715a909 acpi_load_table +EXPORT_SYMBOL vmlinux 0x47167dfe mmc_wait_for_req +EXPORT_SYMBOL vmlinux 0x471c0872 scsi_bios_ptable +EXPORT_SYMBOL vmlinux 0x472e78f7 dma_async_tx_descriptor_init +EXPORT_SYMBOL vmlinux 0x4740b3bc xen_arch_unregister_cpu +EXPORT_SYMBOL vmlinux 0x4746e4df dquot_alloc +EXPORT_SYMBOL vmlinux 0x4747d43f dev_mc_add_excl +EXPORT_SYMBOL vmlinux 0x477034b4 jbd2_fc_end_commit_fallback +EXPORT_SYMBOL vmlinux 0x47709e42 free_anon_bdev +EXPORT_SYMBOL vmlinux 0x47748847 make_kuid +EXPORT_SYMBOL vmlinux 0x477565d4 dev_get_mac_address +EXPORT_SYMBOL vmlinux 0x477b1958 mpage_writepages +EXPORT_SYMBOL vmlinux 0x47960bc4 proc_do_large_bitmap +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 0x47d147a5 proc_create +EXPORT_SYMBOL vmlinux 0x47d8d301 __cond_resched_rwlock_read +EXPORT_SYMBOL vmlinux 0x47ddebf0 generic_file_read_iter +EXPORT_SYMBOL vmlinux 0x47e63951 pfifo_fast_ops +EXPORT_SYMBOL vmlinux 0x47eb95f6 blk_mq_start_hw_queues +EXPORT_SYMBOL vmlinux 0x4803914b blk_rq_map_user +EXPORT_SYMBOL vmlinux 0x48112d76 _raw_read_lock_irq +EXPORT_SYMBOL vmlinux 0x481814c4 mb_cache_entry_find_next +EXPORT_SYMBOL vmlinux 0x48193639 acpi_lid_open +EXPORT_SYMBOL vmlinux 0x4829cf6b fscrypt_enqueue_decrypt_work +EXPORT_SYMBOL vmlinux 0x4841bdee strnchr +EXPORT_SYMBOL vmlinux 0x4845effd flow_rule_match_enc_keyid +EXPORT_SYMBOL vmlinux 0x4848cfb1 phy_mipi_dphy_get_default_config +EXPORT_SYMBOL vmlinux 0x484f6edf ktime_get_coarse_real_ts64 +EXPORT_SYMBOL vmlinux 0x485694b5 i2c_del_driver +EXPORT_SYMBOL vmlinux 0x4859b8bb rtc_year_days +EXPORT_SYMBOL vmlinux 0x486075c8 gen_pool_dma_alloc +EXPORT_SYMBOL vmlinux 0x4880d522 __alloc_pages +EXPORT_SYMBOL vmlinux 0x48851ba1 elv_rb_add +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 0x48cec050 input_set_keycode +EXPORT_SYMBOL vmlinux 0x48d27375 __bitmap_intersects +EXPORT_SYMBOL vmlinux 0x48d3fa27 kmalloc_large_node +EXPORT_SYMBOL vmlinux 0x48d48704 security_binder_transfer_file +EXPORT_SYMBOL vmlinux 0x48d50e79 amd_iommu_register_ppr_notifier +EXPORT_SYMBOL vmlinux 0x48d88a2c __SCT__preempt_schedule +EXPORT_SYMBOL vmlinux 0x48db5eea rproc_add_carveout +EXPORT_SYMBOL vmlinux 0x48ea5e54 skb_unlink +EXPORT_SYMBOL vmlinux 0x48ee3ea2 skb_kill_datagram +EXPORT_SYMBOL vmlinux 0x48ffbb87 mtree_alloc_range +EXPORT_SYMBOL vmlinux 0x49045426 icmp_err_convert +EXPORT_SYMBOL vmlinux 0x4920e701 pci_iomap +EXPORT_SYMBOL vmlinux 0x49242829 gnet_stats_start_copy +EXPORT_SYMBOL vmlinux 0x494b8ce7 pm8606_osc_enable +EXPORT_SYMBOL vmlinux 0x494e3393 vm_get_page_prot +EXPORT_SYMBOL vmlinux 0x494ec8cf nf_log_packet +EXPORT_SYMBOL vmlinux 0x49589dae file_modified +EXPORT_SYMBOL vmlinux 0x495e378d __pv_queued_spin_lock_slowpath +EXPORT_SYMBOL vmlinux 0x4967e79f radix_tree_iter_resume +EXPORT_SYMBOL vmlinux 0x4974ccf7 netdev_next_lower_dev_rcu +EXPORT_SYMBOL vmlinux 0x4977c498 stack_depot_get_extra_bits +EXPORT_SYMBOL vmlinux 0x498616ed dev_mc_unsync +EXPORT_SYMBOL vmlinux 0x498a052a scsi_eh_prep_cmnd +EXPORT_SYMBOL vmlinux 0x499f0ecf nd_sb_checksum +EXPORT_SYMBOL vmlinux 0x49b163b8 acpi_bus_scan +EXPORT_SYMBOL vmlinux 0x49bd6b04 netdev_alert +EXPORT_SYMBOL vmlinux 0x49cae439 tcp_enter_cwr +EXPORT_SYMBOL vmlinux 0x49d9b81a dquot_set_dqblk +EXPORT_SYMBOL vmlinux 0x49e1019e nd_btt_arena_is_valid +EXPORT_SYMBOL vmlinux 0x49e41472 __scsi_device_lookup +EXPORT_SYMBOL vmlinux 0x49ee77d2 phy_modify_paged_changed +EXPORT_SYMBOL vmlinux 0x4a08734a task_lookup_next_fd_rcu +EXPORT_SYMBOL vmlinux 0x4a0883f3 __module_get +EXPORT_SYMBOL vmlinux 0x4a0d239c input_inject_event +EXPORT_SYMBOL vmlinux 0x4a381059 kthread_stop +EXPORT_SYMBOL vmlinux 0x4a3ad70e wait_for_completion_timeout +EXPORT_SYMBOL vmlinux 0x4a453f53 iowrite32 +EXPORT_SYMBOL vmlinux 0x4a7942f0 inode_to_bdi +EXPORT_SYMBOL vmlinux 0x4a7d60d1 ip6_dst_alloc +EXPORT_SYMBOL vmlinux 0x4a7fa26a phy_ethtool_get_sset_count +EXPORT_SYMBOL vmlinux 0x4a813530 phy_config_aneg +EXPORT_SYMBOL vmlinux 0x4a886f3f jbd2_journal_inode_ranged_write +EXPORT_SYMBOL vmlinux 0x4a953b2d __folio_alloc +EXPORT_SYMBOL vmlinux 0x4a969855 input_set_capability +EXPORT_SYMBOL vmlinux 0x4a96a8eb xxh32_digest +EXPORT_SYMBOL vmlinux 0x4aabdfc7 mfd_cell_enable +EXPORT_SYMBOL vmlinux 0x4aba51ae nd_pfn_probe +EXPORT_SYMBOL vmlinux 0x4abb7d10 cpu_rmap_update +EXPORT_SYMBOL vmlinux 0x4ae5e764 vfs_rmdir +EXPORT_SYMBOL vmlinux 0x4aea463f crc32_le_shift +EXPORT_SYMBOL vmlinux 0x4aec3bd1 seq_release +EXPORT_SYMBOL vmlinux 0x4af6ddf0 kstrtou16 +EXPORT_SYMBOL vmlinux 0x4af89745 blk_integrity_register +EXPORT_SYMBOL vmlinux 0x4afb2238 add_wait_queue +EXPORT_SYMBOL vmlinux 0x4afe2a68 flow_rule_alloc +EXPORT_SYMBOL vmlinux 0x4b04a114 send_sig +EXPORT_SYMBOL vmlinux 0x4b07f0b5 sock_diag_put_filterinfo +EXPORT_SYMBOL vmlinux 0x4b085dbf agp3_generic_configure +EXPORT_SYMBOL vmlinux 0x4b401817 iwe_stream_add_value +EXPORT_SYMBOL vmlinux 0x4b49f78e skb_checksum_help +EXPORT_SYMBOL vmlinux 0x4b4e3b91 of_find_mipi_dsi_host_by_node +EXPORT_SYMBOL vmlinux 0x4b5e3a47 __get_user_nocheck_1 +EXPORT_SYMBOL vmlinux 0x4b6df007 acpi_evaluate_reg +EXPORT_SYMBOL vmlinux 0x4b713a96 simple_pin_fs +EXPORT_SYMBOL vmlinux 0x4b750f53 _raw_spin_unlock_irq +EXPORT_SYMBOL vmlinux 0x4b772f8d xfrm_input_resume +EXPORT_SYMBOL vmlinux 0x4b79ab8f tcf_register_action +EXPORT_SYMBOL vmlinux 0x4b8619a2 inet_csk_reqsk_queue_add +EXPORT_SYMBOL vmlinux 0x4b8622e7 generic_file_splice_read +EXPORT_SYMBOL vmlinux 0x4b95b90d fput +EXPORT_SYMBOL vmlinux 0x4b9cf758 fuse_dequeue_forget +EXPORT_SYMBOL vmlinux 0x4baad19f udp_seq_next +EXPORT_SYMBOL vmlinux 0x4bcad6e9 __tty_insert_flip_char +EXPORT_SYMBOL vmlinux 0x4bcc2662 mempool_init_node +EXPORT_SYMBOL vmlinux 0x4bdaf2ae pm8606_osc_disable +EXPORT_SYMBOL vmlinux 0x4bdd1d7e blk_rq_count_integrity_sg +EXPORT_SYMBOL vmlinux 0x4bef1c67 empty_name +EXPORT_SYMBOL vmlinux 0x4c07a7e0 acpi_processor_unregister_performance +EXPORT_SYMBOL vmlinux 0x4c236f6f __x86_indirect_thunk_r15 +EXPORT_SYMBOL vmlinux 0x4c416eb9 LZ4_decompress_fast +EXPORT_SYMBOL vmlinux 0x4c609677 dst_release +EXPORT_SYMBOL vmlinux 0x4c64f0b0 xfrm_register_km +EXPORT_SYMBOL vmlinux 0x4c6660c9 iget5_locked +EXPORT_SYMBOL vmlinux 0x4c76fd7a __f_setown +EXPORT_SYMBOL vmlinux 0x4c7aa273 __inc_zone_page_state +EXPORT_SYMBOL vmlinux 0x4c7b64a1 inode_get_bytes +EXPORT_SYMBOL vmlinux 0x4c862c09 simple_transaction_get +EXPORT_SYMBOL vmlinux 0x4c93588d inet6_add_protocol +EXPORT_SYMBOL vmlinux 0x4c9a5d4f phy_ethtool_get_stats +EXPORT_SYMBOL vmlinux 0x4c9d28b0 phys_base +EXPORT_SYMBOL vmlinux 0x4ca4c19f sk_stream_error +EXPORT_SYMBOL vmlinux 0x4cd5bc5e rdmsr_safe_regs +EXPORT_SYMBOL vmlinux 0x4cd9f017 lookup_one_len +EXPORT_SYMBOL vmlinux 0x4cef6bb7 find_vma_intersection +EXPORT_SYMBOL vmlinux 0x4cf4fb4f flow_rule_match_icmp +EXPORT_SYMBOL vmlinux 0x4cf6f4ab follow_down_one +EXPORT_SYMBOL vmlinux 0x4d08b1aa agp_unbind_memory +EXPORT_SYMBOL vmlinux 0x4d0be569 fault_in_iov_iter_readable +EXPORT_SYMBOL vmlinux 0x4d16362e netdev_name_in_use +EXPORT_SYMBOL vmlinux 0x4d1c65e9 vga_switcheroo_fini_domain_pm_ops +EXPORT_SYMBOL vmlinux 0x4d2c7133 acpi_info +EXPORT_SYMBOL vmlinux 0x4d476a6d get_task_cred +EXPORT_SYMBOL vmlinux 0x4d8079b0 inet_sk_rx_dst_set +EXPORT_SYMBOL vmlinux 0x4d9154ae ipv6_dev_mc_inc +EXPORT_SYMBOL vmlinux 0x4d924f20 memremap +EXPORT_SYMBOL vmlinux 0x4d984ac5 input_allocate_device +EXPORT_SYMBOL vmlinux 0x4d9b652b rb_erase +EXPORT_SYMBOL vmlinux 0x4d9de686 pci_restore_state +EXPORT_SYMBOL vmlinux 0x4d9e1142 sock_init_data_uid +EXPORT_SYMBOL vmlinux 0x4db7ddbc ip6tun_encaps +EXPORT_SYMBOL vmlinux 0x4dba4ebb scsi_report_bus_reset +EXPORT_SYMBOL vmlinux 0x4dc95aa3 dquot_load_quota_inode +EXPORT_SYMBOL vmlinux 0x4dca08ee sync_file_get_fence +EXPORT_SYMBOL vmlinux 0x4ddb2364 jbd2_journal_invalidate_folio +EXPORT_SYMBOL vmlinux 0x4de11e1e unregister_nexthop_notifier +EXPORT_SYMBOL vmlinux 0x4de995ec gen_pool_dma_alloc_algo +EXPORT_SYMBOL vmlinux 0x4df02057 crc32_be +EXPORT_SYMBOL vmlinux 0x4df1fe6a devm_arch_io_reserve_memtype_wc +EXPORT_SYMBOL vmlinux 0x4df2ea84 gen_estimator_read +EXPORT_SYMBOL vmlinux 0x4dfa8d4b mutex_lock +EXPORT_SYMBOL vmlinux 0x4dfc4118 jbd2_journal_revoke +EXPORT_SYMBOL vmlinux 0x4dfe52d8 nf_unregister_net_hook +EXPORT_SYMBOL vmlinux 0x4e1412dd ps2_init +EXPORT_SYMBOL vmlinux 0x4e20bcf8 radix_tree_tag_set +EXPORT_SYMBOL vmlinux 0x4e2b7a2c mount_subtree +EXPORT_SYMBOL vmlinux 0x4e3567f7 match_int +EXPORT_SYMBOL vmlinux 0x4e36cdc4 __ubsan_handle_divrem_overflow +EXPORT_SYMBOL vmlinux 0x4e4f0f16 dma_fence_chain_find_seqno +EXPORT_SYMBOL vmlinux 0x4e4fd3ff sk_capable +EXPORT_SYMBOL vmlinux 0x4e547048 __kmalloc_node_track_caller +EXPORT_SYMBOL vmlinux 0x4e68e9be rb_next_postorder +EXPORT_SYMBOL vmlinux 0x4e6b4928 blkdev_issue_zeroout +EXPORT_SYMBOL vmlinux 0x4e6e4b41 radix_tree_delete +EXPORT_SYMBOL vmlinux 0x4e6e8ea7 fg_console +EXPORT_SYMBOL vmlinux 0x4e74ae0d iov_iter_single_seg_count +EXPORT_SYMBOL vmlinux 0x4e8584c8 rt_mutex_base_init +EXPORT_SYMBOL vmlinux 0x4e8fed43 phy_loopback +EXPORT_SYMBOL vmlinux 0x4e921848 skb_flow_dissect_meta +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 0x4eb1d8aa phy_write_paged +EXPORT_SYMBOL vmlinux 0x4ec54e78 bitmap_to_arr32 +EXPORT_SYMBOL vmlinux 0x4ef88d87 backlight_device_unregister +EXPORT_SYMBOL vmlinux 0x4f162401 xfrm6_rcv_encap +EXPORT_SYMBOL vmlinux 0x4f1b421e phy_mac_interrupt +EXPORT_SYMBOL vmlinux 0x4f1cd128 security_tun_dev_create +EXPORT_SYMBOL vmlinux 0x4f20d80b zstd_min_clevel +EXPORT_SYMBOL vmlinux 0x4f22128a __pskb_copy_fclone +EXPORT_SYMBOL vmlinux 0x4f2250ba rtc_tm_to_time64 +EXPORT_SYMBOL vmlinux 0x4f4492bb xp_raw_get_data +EXPORT_SYMBOL vmlinux 0x4f55166f acpi_set_current_resources +EXPORT_SYMBOL vmlinux 0x4f6b178d xfrm_alloc_spi +EXPORT_SYMBOL vmlinux 0x4f711f84 intel_scu_ipc_dev_iowrite8 +EXPORT_SYMBOL vmlinux 0x4f76d6e6 param_ops_short +EXPORT_SYMBOL vmlinux 0x4f7ff90e mipi_dsi_turn_on_peripheral +EXPORT_SYMBOL vmlinux 0x4f8affec devm_backlight_device_register +EXPORT_SYMBOL vmlinux 0x4f8ff9d0 pci_match_id +EXPORT_SYMBOL vmlinux 0x4f91c9a0 security_binder_transaction +EXPORT_SYMBOL vmlinux 0x4f952d73 _dev_notice +EXPORT_SYMBOL vmlinux 0x4facbfc0 __skb_vlan_pop +EXPORT_SYMBOL vmlinux 0x4fae2c61 pci_disable_msi +EXPORT_SYMBOL vmlinux 0x4fb1c1a4 kern_sys_bpf +EXPORT_SYMBOL vmlinux 0x4fc48a02 t10_pi_type1_crc +EXPORT_SYMBOL vmlinux 0x4fc9c7e9 serio_unregister_port +EXPORT_SYMBOL vmlinux 0x4fd08d07 insert_inode_locked +EXPORT_SYMBOL vmlinux 0x4fd4ed0a d_find_any_alias +EXPORT_SYMBOL vmlinux 0x4fd5f60b pnpacpi_protocol +EXPORT_SYMBOL vmlinux 0x4fdee897 i8042_command +EXPORT_SYMBOL vmlinux 0x4fe7c27b ns_capable_setid +EXPORT_SYMBOL vmlinux 0x4ffb377b __nla_put +EXPORT_SYMBOL vmlinux 0x50097088 security_tun_dev_free_security +EXPORT_SYMBOL vmlinux 0x5009c71d glob_match +EXPORT_SYMBOL vmlinux 0x501ff6b4 jbd2_journal_wipe +EXPORT_SYMBOL vmlinux 0x5021bd81 _raw_write_lock_irqsave +EXPORT_SYMBOL vmlinux 0x50269186 pci_set_master +EXPORT_SYMBOL vmlinux 0x5027bde2 acpi_acquire_mutex +EXPORT_SYMBOL vmlinux 0x5035d4fb arp_send +EXPORT_SYMBOL vmlinux 0x50498e1e phy_start +EXPORT_SYMBOL vmlinux 0x50624917 sha1_init +EXPORT_SYMBOL vmlinux 0x506dff1a __genradix_free +EXPORT_SYMBOL vmlinux 0x5089f45f ip_send_check +EXPORT_SYMBOL vmlinux 0x508b971d dquot_disable +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 0x50b757d6 pnp_register_driver +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 0x50dcfd77 bio_integrity_alloc +EXPORT_SYMBOL vmlinux 0x50dec492 mmc_can_discard +EXPORT_SYMBOL vmlinux 0x50ef952a inode_update_time +EXPORT_SYMBOL vmlinux 0x50f91491 __genradix_ptr +EXPORT_SYMBOL vmlinux 0x50fbd51c pps_unregister_source +EXPORT_SYMBOL vmlinux 0x50fd231b simple_fill_super +EXPORT_SYMBOL vmlinux 0x510072c4 get_tree_nodev +EXPORT_SYMBOL vmlinux 0x5102a30b do_wait_intr_irq +EXPORT_SYMBOL vmlinux 0x5107084a napi_build_skb +EXPORT_SYMBOL vmlinux 0x5133e674 get_tree_single +EXPORT_SYMBOL vmlinux 0x5134b5fb md_bitmap_cond_end_sync +EXPORT_SYMBOL vmlinux 0x513b28f4 first_ec +EXPORT_SYMBOL vmlinux 0x51408e2a phy_disconnect +EXPORT_SYMBOL vmlinux 0x515083bf acpi_release_mutex +EXPORT_SYMBOL vmlinux 0x51624f18 bio_put +EXPORT_SYMBOL vmlinux 0x51641162 opal_unlock_from_suspend +EXPORT_SYMBOL vmlinux 0x5167bfbf nf_unregister_net_hooks +EXPORT_SYMBOL vmlinux 0x51798f68 sock_from_file +EXPORT_SYMBOL vmlinux 0x517b135e register_tcf_proto_ops +EXPORT_SYMBOL vmlinux 0x51a511eb _raw_write_lock_bh +EXPORT_SYMBOL vmlinux 0x51a5d404 inet_csk_reqsk_queue_drop +EXPORT_SYMBOL vmlinux 0x51c1d38c end_buffer_write_sync +EXPORT_SYMBOL vmlinux 0x51c72237 open_with_fake_path +EXPORT_SYMBOL vmlinux 0x51d12d4e acpi_pci_disabled +EXPORT_SYMBOL vmlinux 0x51daa63b mark_buffer_async_write +EXPORT_SYMBOL vmlinux 0x51f298e0 intel_scu_ipc_dev_ioread8 +EXPORT_SYMBOL vmlinux 0x51f6b44f generic_setlease +EXPORT_SYMBOL vmlinux 0x52049c3f security_sctp_assoc_established +EXPORT_SYMBOL vmlinux 0x5204dcc8 security_inode_init_security +EXPORT_SYMBOL vmlinux 0x520fca27 ip_fraglist_prepare +EXPORT_SYMBOL vmlinux 0x52100df4 udp_sendmsg +EXPORT_SYMBOL vmlinux 0x523368f7 __xfrm_route_forward +EXPORT_SYMBOL vmlinux 0x523d79e4 xfrm_state_flush +EXPORT_SYMBOL vmlinux 0x523f7757 key_put +EXPORT_SYMBOL vmlinux 0x524317ed tcp_poll +EXPORT_SYMBOL vmlinux 0x525de69f phy_support_sym_pause +EXPORT_SYMBOL vmlinux 0x526489a9 phy_driver_register +EXPORT_SYMBOL vmlinux 0x526eef2c hdmi_vendor_infoframe_pack +EXPORT_SYMBOL vmlinux 0x52728d41 tty_port_hangup +EXPORT_SYMBOL vmlinux 0x527c9d94 phy_ethtool_ksettings_get +EXPORT_SYMBOL vmlinux 0x527db4c7 inet_add_offload +EXPORT_SYMBOL vmlinux 0x527e0f72 proc_create_seq_private +EXPORT_SYMBOL vmlinux 0x527e7fbd xfrm_state_delete_tunnel +EXPORT_SYMBOL vmlinux 0x52983a4f vme_master_write +EXPORT_SYMBOL vmlinux 0x52a82a0d dcb_setapp +EXPORT_SYMBOL vmlinux 0x52b0a19e dst_destroy +EXPORT_SYMBOL vmlinux 0x52b74eba tty_port_tty_get +EXPORT_SYMBOL vmlinux 0x52d717da xz_dec_init +EXPORT_SYMBOL vmlinux 0x52ddf43b kill_fasync +EXPORT_SYMBOL vmlinux 0x52ecbc75 crc_ccitt +EXPORT_SYMBOL vmlinux 0x52f108be netif_set_real_num_queues +EXPORT_SYMBOL vmlinux 0x52f8290c dev_set_threaded +EXPORT_SYMBOL vmlinux 0x530b1e98 pm_suspend +EXPORT_SYMBOL vmlinux 0x53126ecc __percpu_counter_sum +EXPORT_SYMBOL vmlinux 0x531b604e __virt_addr_valid +EXPORT_SYMBOL vmlinux 0x532e47b0 unregister_fib_notifier +EXPORT_SYMBOL vmlinux 0x5338184f ethtool_sprintf +EXPORT_SYMBOL vmlinux 0x53569707 this_cpu_off +EXPORT_SYMBOL vmlinux 0x5365f03e agp_backend_release +EXPORT_SYMBOL vmlinux 0x5383649e kernel_param_lock +EXPORT_SYMBOL vmlinux 0x53a1e8d9 _find_next_bit +EXPORT_SYMBOL vmlinux 0x53a2cdbe skb_get_hash_perturb +EXPORT_SYMBOL vmlinux 0x53aaafdc write_cache_pages +EXPORT_SYMBOL vmlinux 0x53b954a2 up_read +EXPORT_SYMBOL vmlinux 0x53ba2dba mmc_sw_reset +EXPORT_SYMBOL vmlinux 0x53f6e101 xfrm_state_walk +EXPORT_SYMBOL vmlinux 0x53fe8177 inode_sub_bytes +EXPORT_SYMBOL vmlinux 0x54057fd5 try_lookup_one_len +EXPORT_SYMBOL vmlinux 0x5405e1e0 ps2_command +EXPORT_SYMBOL vmlinux 0x540ea0f5 register_console +EXPORT_SYMBOL vmlinux 0x5413e6fa vfs_path_lookup +EXPORT_SYMBOL vmlinux 0x54175c5f acpi_read_bit_register +EXPORT_SYMBOL vmlinux 0x543ef284 seq_hlist_start +EXPORT_SYMBOL vmlinux 0x5440f9a9 folio_account_redirty +EXPORT_SYMBOL vmlinux 0x545cd6e6 phy_support_asym_pause +EXPORT_SYMBOL vmlinux 0x547d71c2 thread_group_exited +EXPORT_SYMBOL vmlinux 0x547e3344 acpi_disable +EXPORT_SYMBOL vmlinux 0x547edcb7 jbd2_journal_get_create_access +EXPORT_SYMBOL vmlinux 0x5495c5de neigh_lookup +EXPORT_SYMBOL vmlinux 0x5499a5b6 cdev_set_parent +EXPORT_SYMBOL vmlinux 0x54a87d60 dst_dev_put +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 0x54b2f9b7 scsi_register_driver +EXPORT_SYMBOL vmlinux 0x54b87292 phy_get_pause +EXPORT_SYMBOL vmlinux 0x54cf6f27 ip_tunnel_parse_protocol +EXPORT_SYMBOL vmlinux 0x54e2c96b __skb_gro_checksum_complete +EXPORT_SYMBOL vmlinux 0x54e6fcdd net_enable_timestamp +EXPORT_SYMBOL vmlinux 0x54ea6dfe xen_start_flags +EXPORT_SYMBOL vmlinux 0x54f5f45d blk_queue_io_opt +EXPORT_SYMBOL vmlinux 0x5506b8f7 netlbl_bitmap_setbit +EXPORT_SYMBOL vmlinux 0x550a0a6c unregister_tcf_proto_ops +EXPORT_SYMBOL vmlinux 0x551bd071 __rb_erase_color +EXPORT_SYMBOL vmlinux 0x552bb880 tcf_idrinfo_destroy +EXPORT_SYMBOL vmlinux 0x55358d80 vga_get +EXPORT_SYMBOL vmlinux 0x55385e2e __x86_indirect_thunk_r14 +EXPORT_SYMBOL vmlinux 0x553a7689 pci_unregister_driver +EXPORT_SYMBOL vmlinux 0x554a4ce2 vlan_filter_push_vids +EXPORT_SYMBOL vmlinux 0x554ae3a4 irq_poll_sched +EXPORT_SYMBOL vmlinux 0x5550f73f xfrm_policy_hash_rebuild +EXPORT_SYMBOL vmlinux 0x555209da clk_hw_register_clkdev +EXPORT_SYMBOL vmlinux 0x555c632f create_empty_buffers +EXPORT_SYMBOL vmlinux 0x556422b3 ioremap_cache +EXPORT_SYMBOL vmlinux 0x556b940a mipi_dsi_detach +EXPORT_SYMBOL vmlinux 0x556cca46 x86_apple_machine +EXPORT_SYMBOL vmlinux 0x55794022 inet_proto_csum_replace4 +EXPORT_SYMBOL vmlinux 0x558b281d aes_expandkey +EXPORT_SYMBOL vmlinux 0x558e9baf cdrom_dummy_generic_packet +EXPORT_SYMBOL vmlinux 0x55925e06 unmap_mapping_range +EXPORT_SYMBOL vmlinux 0x55a0ba68 sock_kmalloc +EXPORT_SYMBOL vmlinux 0x55d02142 __inode_sub_bytes +EXPORT_SYMBOL vmlinux 0x55d75333 cdev_device_del +EXPORT_SYMBOL vmlinux 0x55e31703 ethtool_convert_link_mode_to_legacy_u32 +EXPORT_SYMBOL vmlinux 0x55f95e07 ioremap_prot +EXPORT_SYMBOL vmlinux 0x55fa9c3e keyring_clear +EXPORT_SYMBOL vmlinux 0x561384ce start_tty +EXPORT_SYMBOL vmlinux 0x56275d5c vc_cons +EXPORT_SYMBOL vmlinux 0x5635a60a vmalloc_user +EXPORT_SYMBOL vmlinux 0x56470118 __warn_printk +EXPORT_SYMBOL vmlinux 0x564f7608 acpi_reconfig_notifier_register +EXPORT_SYMBOL vmlinux 0x564f9fca vlan_for_each +EXPORT_SYMBOL vmlinux 0x56802ae8 rps_cpu_mask +EXPORT_SYMBOL vmlinux 0x5680ea61 seq_read +EXPORT_SYMBOL vmlinux 0x569381f1 cros_ec_get_next_event +EXPORT_SYMBOL vmlinux 0x56959510 gro_cells_receive +EXPORT_SYMBOL vmlinux 0x569bb25c trace_raw_output_prep +EXPORT_SYMBOL vmlinux 0x569f4f52 qdisc_class_hash_grow +EXPORT_SYMBOL vmlinux 0x56a52c12 pci_select_bars +EXPORT_SYMBOL vmlinux 0x56c8799d scsi_kunmap_atomic_sg +EXPORT_SYMBOL vmlinux 0x56d17ee8 dma_sync_single_for_device +EXPORT_SYMBOL vmlinux 0x573b5728 max8925_set_bits +EXPORT_SYMBOL vmlinux 0x574c2e74 bitmap_release_region +EXPORT_SYMBOL vmlinux 0x57575f08 dmaengine_put +EXPORT_SYMBOL vmlinux 0x575bd21a simple_empty +EXPORT_SYMBOL vmlinux 0x575fdc76 vga_switcheroo_client_probe_defer +EXPORT_SYMBOL vmlinux 0x5768ad78 crypto_sha256_update +EXPORT_SYMBOL vmlinux 0x577fd6a6 rproc_remove_subdev +EXPORT_SYMBOL vmlinux 0x57859e71 __dquot_free_space +EXPORT_SYMBOL vmlinux 0x578746f0 blk_start_plug +EXPORT_SYMBOL vmlinux 0x57900416 gen_pool_fixed_alloc +EXPORT_SYMBOL vmlinux 0x5792f848 strlcpy +EXPORT_SYMBOL vmlinux 0x579acab0 security_dentry_init_security +EXPORT_SYMBOL vmlinux 0x57bc19d2 down_write +EXPORT_SYMBOL vmlinux 0x57bcbaea __x86_indirect_call_thunk_r14 +EXPORT_SYMBOL vmlinux 0x57c7618f vc_resize +EXPORT_SYMBOL vmlinux 0x57d484c2 security_inode_notifysecctx +EXPORT_SYMBOL vmlinux 0x57db8fd6 utf8_normalize +EXPORT_SYMBOL vmlinux 0x57de5b64 serial8250_set_isa_configurator +EXPORT_SYMBOL vmlinux 0x57ecf220 dst_cow_metrics_generic +EXPORT_SYMBOL vmlinux 0x57eee9f1 mdio_device_remove +EXPORT_SYMBOL vmlinux 0x57f57293 vme_lm_request +EXPORT_SYMBOL vmlinux 0x57f5eaa3 param_set_int +EXPORT_SYMBOL vmlinux 0x5816f94b set_blocksize +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 0x58339aed ipv4_dst_check +EXPORT_SYMBOL vmlinux 0x5838f6c9 rtc_valid_tm +EXPORT_SYMBOL vmlinux 0x58406c7b set_pages_array_wc +EXPORT_SYMBOL vmlinux 0x584b542a blk_queue_max_secure_erase_sectors +EXPORT_SYMBOL vmlinux 0x58796e70 block_is_partially_uptodate +EXPORT_SYMBOL vmlinux 0x587b0954 kvasprintf +EXPORT_SYMBOL vmlinux 0x587f22d7 devmap_managed_key +EXPORT_SYMBOL vmlinux 0x5884bcab i2c_smbus_read_i2c_block_data +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 0x58c0e7b4 tcp_sock_set_keepintvl +EXPORT_SYMBOL vmlinux 0x58c7cae6 inet_sendmsg +EXPORT_SYMBOL vmlinux 0x58d0ee0f end_buffer_async_write +EXPORT_SYMBOL vmlinux 0x58de1b34 blk_stack_limits +EXPORT_SYMBOL vmlinux 0x58e3306d bit_wait_io +EXPORT_SYMBOL vmlinux 0x58f933e2 skb_copy_datagram_iter +EXPORT_SYMBOL vmlinux 0x591ccafe nf_log_set +EXPORT_SYMBOL vmlinux 0x592f1fac netif_carrier_off +EXPORT_SYMBOL vmlinux 0x5938d18f kmalloc_node_trace +EXPORT_SYMBOL vmlinux 0x593edc4b cpu_tlbstate_shared +EXPORT_SYMBOL vmlinux 0x5940442d pnp_stop_dev +EXPORT_SYMBOL vmlinux 0x594bf15b ioport_map +EXPORT_SYMBOL vmlinux 0x595d8002 hdmi_infoframe_pack +EXPORT_SYMBOL vmlinux 0x597306ac input_unregister_handler +EXPORT_SYMBOL vmlinux 0x599fb41c kvmalloc_node +EXPORT_SYMBOL vmlinux 0x59a2f0ee packing +EXPORT_SYMBOL vmlinux 0x59b4ac3e tcp_memory_allocated +EXPORT_SYMBOL vmlinux 0x5a074400 xfrm4_udp_encap_rcv +EXPORT_SYMBOL vmlinux 0x5a0b73d0 zlib_deflateInit2 +EXPORT_SYMBOL vmlinux 0x5a20126b get_thermal_instance +EXPORT_SYMBOL vmlinux 0x5a290250 hdmi_drm_infoframe_pack_only +EXPORT_SYMBOL vmlinux 0x5a44f8cb __crypto_memneq +EXPORT_SYMBOL vmlinux 0x5a4896a8 __put_user_2 +EXPORT_SYMBOL vmlinux 0x5a4d313e gf128mul_4k_lle +EXPORT_SYMBOL vmlinux 0x5a4ebfd6 mipi_dsi_dcs_set_tear_off +EXPORT_SYMBOL vmlinux 0x5a549a9b qdisc_create_dflt +EXPORT_SYMBOL vmlinux 0x5a5a2271 __cpu_online_mask +EXPORT_SYMBOL vmlinux 0x5a67e185 gro_find_receive_by_type +EXPORT_SYMBOL vmlinux 0x5a714872 pci_find_bus +EXPORT_SYMBOL vmlinux 0x5a758070 skb_tunnel_check_pmtu +EXPORT_SYMBOL vmlinux 0x5a798b56 dquot_mark_dquot_dirty +EXPORT_SYMBOL vmlinux 0x5a8c79bd security_sk_clone +EXPORT_SYMBOL vmlinux 0x5a8fbb84 dma_resv_iter_next_unlocked +EXPORT_SYMBOL vmlinux 0x5a921311 strncmp +EXPORT_SYMBOL vmlinux 0x5a99a0d7 flow_get_u32_dst +EXPORT_SYMBOL vmlinux 0x5ab7a77e md_finish_reshape +EXPORT_SYMBOL vmlinux 0x5ac0f50c __inode_add_bytes +EXPORT_SYMBOL vmlinux 0x5ac75003 file_write_and_wait_range +EXPORT_SYMBOL vmlinux 0x5ad77e95 skb_copy_datagram_from_iter +EXPORT_SYMBOL vmlinux 0x5ae1154b __traceiter_kfree +EXPORT_SYMBOL vmlinux 0x5af75355 sock_common_setsockopt +EXPORT_SYMBOL vmlinux 0x5b0554c6 gro_cells_init +EXPORT_SYMBOL vmlinux 0x5b0e57b3 from_kgid +EXPORT_SYMBOL vmlinux 0x5b2e1780 xfrm_replay_seqhi +EXPORT_SYMBOL vmlinux 0x5b2f27fb do_wait_intr +EXPORT_SYMBOL vmlinux 0x5b38a0e2 tcf_idr_create_from_flags +EXPORT_SYMBOL vmlinux 0x5b3e282f xa_store +EXPORT_SYMBOL vmlinux 0x5b4a2ad0 blkdev_compat_ptr_ioctl +EXPORT_SYMBOL vmlinux 0x5b4c4a0a dqput +EXPORT_SYMBOL vmlinux 0x5b56745c bio_uninit +EXPORT_SYMBOL vmlinux 0x5b56860c vm_munmap +EXPORT_SYMBOL vmlinux 0x5b641283 arch_phys_wc_add +EXPORT_SYMBOL vmlinux 0x5b8239ca __x86_return_thunk +EXPORT_SYMBOL vmlinux 0x5bc73df3 kobject_get +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 0x5bf2fa87 folio_migrate_mapping +EXPORT_SYMBOL vmlinux 0x5bfeafec cdev_del +EXPORT_SYMBOL vmlinux 0x5c1822ea copy_page_to_iter +EXPORT_SYMBOL vmlinux 0x5c26a53b wait_for_completion_io_timeout +EXPORT_SYMBOL vmlinux 0x5c2c436a ps2_end_command +EXPORT_SYMBOL vmlinux 0x5c3c7387 kstrtoull +EXPORT_SYMBOL vmlinux 0x5c497264 jbd2_journal_put_journal_head +EXPORT_SYMBOL vmlinux 0x5c4a4745 scsi_print_sense +EXPORT_SYMBOL vmlinux 0x5c835f9e mmc_get_card +EXPORT_SYMBOL vmlinux 0x5c91f416 stream_open +EXPORT_SYMBOL vmlinux 0x5cc4c1bd platform_get_ethdev_address +EXPORT_SYMBOL vmlinux 0x5cca1308 __tracepoint_read_msr +EXPORT_SYMBOL vmlinux 0x5ccde714 clocksource_unregister +EXPORT_SYMBOL vmlinux 0x5ccf6177 i2c_smbus_xfer +EXPORT_SYMBOL vmlinux 0x5cee5539 inode_add_bytes +EXPORT_SYMBOL vmlinux 0x5cf53ce2 input_free_minor +EXPORT_SYMBOL vmlinux 0x5cfb26a0 acpi_enter_sleep_state +EXPORT_SYMBOL vmlinux 0x5cff5612 mark_buffer_write_io_error +EXPORT_SYMBOL vmlinux 0x5d061d1f reuseport_alloc +EXPORT_SYMBOL vmlinux 0x5d09d530 max8998_read_reg +EXPORT_SYMBOL vmlinux 0x5d2c6e22 page_pool_alloc_pages +EXPORT_SYMBOL vmlinux 0x5d31e722 kill_litter_super +EXPORT_SYMBOL vmlinux 0x5d3c2838 pci_save_state +EXPORT_SYMBOL vmlinux 0x5d49aabc init_wait_var_entry +EXPORT_SYMBOL vmlinux 0x5d511100 page_pool_alloc_frag +EXPORT_SYMBOL vmlinux 0x5d568b41 wake_up_process +EXPORT_SYMBOL vmlinux 0x5d60144e xp_alloc +EXPORT_SYMBOL vmlinux 0x5d6d109c key_task_permission +EXPORT_SYMBOL vmlinux 0x5d8a477b qdisc_hash_add +EXPORT_SYMBOL vmlinux 0x5d975fed dup_iter +EXPORT_SYMBOL vmlinux 0x5d9b7e4d __dst_destroy_metrics_generic +EXPORT_SYMBOL vmlinux 0x5db98c87 pnp_release_card_device +EXPORT_SYMBOL vmlinux 0x5df37ecc refresh_frequency_limits +EXPORT_SYMBOL vmlinux 0x5e06bc5c refcount_dec_and_lock +EXPORT_SYMBOL vmlinux 0x5e0ccb9f sha1_transform +EXPORT_SYMBOL vmlinux 0x5e149975 __SCK__tp_func_kfree +EXPORT_SYMBOL vmlinux 0x5e1f23e4 __dev_get_by_index +EXPORT_SYMBOL vmlinux 0x5e332b52 __var_waitqueue +EXPORT_SYMBOL vmlinux 0x5e373fb4 gf128mul_64k_bbe +EXPORT_SYMBOL vmlinux 0x5e5f9b03 neigh_table_clear +EXPORT_SYMBOL vmlinux 0x5e6c3aac __xfrm_policy_check +EXPORT_SYMBOL vmlinux 0x5e73eebd key_validate +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 0x5ea0bb58 pci_msi_vec_count +EXPORT_SYMBOL vmlinux 0x5ea968f3 blk_mq_complete_request +EXPORT_SYMBOL vmlinux 0x5eaa0b06 flow_rule_match_ipv4_addrs +EXPORT_SYMBOL vmlinux 0x5ec199fe jbd2_journal_update_sb_errno +EXPORT_SYMBOL vmlinux 0x5ec41fd7 generic_pipe_buf_release +EXPORT_SYMBOL vmlinux 0x5ec4aee6 put_sg_io_hdr +EXPORT_SYMBOL vmlinux 0x5ec99e2c dev_get_by_napi_id +EXPORT_SYMBOL vmlinux 0x5ed040b0 pm_set_vt_switch +EXPORT_SYMBOL vmlinux 0x5ed90adc int_to_scsilun +EXPORT_SYMBOL vmlinux 0x5edfc742 tty_port_raise_dtr_rts +EXPORT_SYMBOL vmlinux 0x5ee23202 devm_devfreq_unregister_opp_notifier +EXPORT_SYMBOL vmlinux 0x5ef5b466 pcie_capability_write_word +EXPORT_SYMBOL vmlinux 0x5ef6a672 gen_pool_for_each_chunk +EXPORT_SYMBOL vmlinux 0x5efde8e6 proc_doulongvec_ms_jiffies_minmax +EXPORT_SYMBOL vmlinux 0x5f098b2a in6addr_interfacelocal_allrouters +EXPORT_SYMBOL vmlinux 0x5f16ceb1 pskb_trim_rcsum_slow +EXPORT_SYMBOL vmlinux 0x5f233b89 fb_show_logo +EXPORT_SYMBOL vmlinux 0x5f2ba55e security_req_classify_flow +EXPORT_SYMBOL vmlinux 0x5f343243 inet_csk_init_xmit_timers +EXPORT_SYMBOL vmlinux 0x5f47a9ef mmc_wait_for_req_done +EXPORT_SYMBOL vmlinux 0x5f4b0e4b jbd2_journal_errno +EXPORT_SYMBOL vmlinux 0x5f5441c8 __ubsan_handle_alignment_assumption +EXPORT_SYMBOL vmlinux 0x5f56663b rdmsrl_on_cpu +EXPORT_SYMBOL vmlinux 0x5f5c2929 unregister_shrinker +EXPORT_SYMBOL vmlinux 0x5f603e82 ip6_route_me_harder +EXPORT_SYMBOL vmlinux 0x5f6b889c rproc_va_to_pa +EXPORT_SYMBOL vmlinux 0x5f717f3b dcbnl_cee_notify +EXPORT_SYMBOL vmlinux 0x5f7630aa to_nd_dax +EXPORT_SYMBOL vmlinux 0x5f8780b8 input_mt_destroy_slots +EXPORT_SYMBOL vmlinux 0x5f8d9439 pci_request_irq +EXPORT_SYMBOL vmlinux 0x5f93525c acpi_extract_package +EXPORT_SYMBOL vmlinux 0x5f99383a ioread64_hi_lo +EXPORT_SYMBOL vmlinux 0x5f9e929d twl6040_set_pll +EXPORT_SYMBOL vmlinux 0x5fbfe9d1 dev_get_by_name_rcu +EXPORT_SYMBOL vmlinux 0x5fc67252 ioread16_rep +EXPORT_SYMBOL vmlinux 0x5fc72f0e alloc_pages_exact +EXPORT_SYMBOL vmlinux 0x5fcd8175 mipi_dsi_picture_parameter_set +EXPORT_SYMBOL vmlinux 0x5fcec8d9 __vfs_removexattr +EXPORT_SYMBOL vmlinux 0x5fe13529 __SCT__tp_func_spi_transfer_start +EXPORT_SYMBOL vmlinux 0x5ff9eb0e lockref_mark_dead +EXPORT_SYMBOL vmlinux 0x60017c92 __hw_addr_ref_unsync_dev +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 0x6010eb9c d_obtain_alias +EXPORT_SYMBOL vmlinux 0x60179194 configfs_register_default_group +EXPORT_SYMBOL vmlinux 0x601f665f dm_io_client_create +EXPORT_SYMBOL vmlinux 0x601f9263 mmc_calc_max_discard +EXPORT_SYMBOL vmlinux 0x6033d479 blk_pre_runtime_resume +EXPORT_SYMBOL vmlinux 0x60352082 register_inet6addr_notifier +EXPORT_SYMBOL vmlinux 0x60476b25 iommu_dma_get_resv_regions +EXPORT_SYMBOL vmlinux 0x605790dc fiemap_fill_next_extent +EXPORT_SYMBOL vmlinux 0x60662ad3 generic_writepages +EXPORT_SYMBOL vmlinux 0x607aec85 mdiobus_free +EXPORT_SYMBOL vmlinux 0x60828e0c param_ops_ushort +EXPORT_SYMBOL vmlinux 0x6083fd9e i2c_clients_command +EXPORT_SYMBOL vmlinux 0x608741b5 __init_swait_queue_head +EXPORT_SYMBOL vmlinux 0x608c7329 fscrypt_zeroout_range +EXPORT_SYMBOL vmlinux 0x608d0267 zstd_get_error_code +EXPORT_SYMBOL vmlinux 0x6091b333 unregister_chrdev_region +EXPORT_SYMBOL vmlinux 0x609354e0 scsi_get_device_flags_keyed +EXPORT_SYMBOL vmlinux 0x609bcd98 in6_pton +EXPORT_SYMBOL vmlinux 0x609f1c7e synchronize_net +EXPORT_SYMBOL vmlinux 0x60a32ea9 pm_power_off +EXPORT_SYMBOL vmlinux 0x60a74a63 bfifo_qdisc_ops +EXPORT_SYMBOL vmlinux 0x60b3071f neigh_proc_dointvec +EXPORT_SYMBOL vmlinux 0x60d3bc32 alloc_pages +EXPORT_SYMBOL vmlinux 0x60d8ab30 vme_lm_get +EXPORT_SYMBOL vmlinux 0x61073e4a acpi_os_map_generic_address +EXPORT_SYMBOL vmlinux 0x610756b8 __x86_indirect_call_thunk_rdx +EXPORT_SYMBOL vmlinux 0x610f2c19 __dec_node_page_state +EXPORT_SYMBOL vmlinux 0x6123404f inet_frag_queue_insert +EXPORT_SYMBOL vmlinux 0x6128b5fc __printk_ratelimit +EXPORT_SYMBOL vmlinux 0x612ecfef clear_page_dirty_for_io +EXPORT_SYMBOL vmlinux 0x61329c6a clk_get +EXPORT_SYMBOL vmlinux 0x61347034 mb_cache_entry_delete_or_get +EXPORT_SYMBOL vmlinux 0x613571b0 ipv6_sock_mc_join +EXPORT_SYMBOL vmlinux 0x614c3a57 proc_create_single_data +EXPORT_SYMBOL vmlinux 0x615911d7 __bitmap_set +EXPORT_SYMBOL vmlinux 0x6172853a tcf_get_next_chain +EXPORT_SYMBOL vmlinux 0x61751fc8 __devm_request_region +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 0x618e2f94 tty_port_carrier_raised +EXPORT_SYMBOL vmlinux 0x619aa6e9 input_get_keycode +EXPORT_SYMBOL vmlinux 0x619c2e10 mipi_dsi_dcs_write +EXPORT_SYMBOL vmlinux 0x619cb7dd simple_read_from_buffer +EXPORT_SYMBOL vmlinux 0x619dfcdc intel_scu_ipc_dev_readv +EXPORT_SYMBOL vmlinux 0x61ae2c34 rtnl_set_sk_err +EXPORT_SYMBOL vmlinux 0x61b7b126 simple_strtoull +EXPORT_SYMBOL vmlinux 0x61ba32b0 folio_write_one +EXPORT_SYMBOL vmlinux 0x61c52972 seq_lseek +EXPORT_SYMBOL vmlinux 0x61e272c9 sha256_final +EXPORT_SYMBOL vmlinux 0x61ea189b fb_pad_aligned_buffer +EXPORT_SYMBOL vmlinux 0x61f59414 security_sctp_bind_connect +EXPORT_SYMBOL vmlinux 0x61fae830 ip_sock_set_recverr +EXPORT_SYMBOL vmlinux 0x6209acd3 scsi_remove_host +EXPORT_SYMBOL vmlinux 0x620e69d3 flow_rule_match_enc_ip +EXPORT_SYMBOL vmlinux 0x6214aef2 cpufreq_unregister_notifier +EXPORT_SYMBOL vmlinux 0x6226b9fa machine_to_phys_mapping +EXPORT_SYMBOL vmlinux 0x6228c21f smp_call_function_single +EXPORT_SYMBOL vmlinux 0x62639f9b filemap_fdatawait_range +EXPORT_SYMBOL vmlinux 0x62737e1d sock_unregister +EXPORT_SYMBOL vmlinux 0x62737ed6 sync_filesystem +EXPORT_SYMBOL vmlinux 0x6276af56 migrate_device_range +EXPORT_SYMBOL vmlinux 0x62849ac7 dev_valid_name +EXPORT_SYMBOL vmlinux 0x629079b3 dma_fence_signal_timestamp +EXPORT_SYMBOL vmlinux 0x62949074 acpi_buffer_to_resource +EXPORT_SYMBOL vmlinux 0x62ad27ca migrate_vma_pages +EXPORT_SYMBOL vmlinux 0x62bb85da ww_mutex_lock_interruptible +EXPORT_SYMBOL vmlinux 0x62bf0470 hdmi_infoframe_log +EXPORT_SYMBOL vmlinux 0x62d67144 import_iovec +EXPORT_SYMBOL vmlinux 0x62f7e207 down_read_killable +EXPORT_SYMBOL vmlinux 0x62ffe70b xfrm_state_update +EXPORT_SYMBOL vmlinux 0x630038b7 seq_put_decimal_ll +EXPORT_SYMBOL vmlinux 0x6315c42c zstd_get_params +EXPORT_SYMBOL vmlinux 0x631d06aa cpu_rmap_put +EXPORT_SYMBOL vmlinux 0x6333d15f vfs_tmpfile_open +EXPORT_SYMBOL vmlinux 0x635b7753 devm_rproc_add +EXPORT_SYMBOL vmlinux 0x636257f7 get_ibs_caps +EXPORT_SYMBOL vmlinux 0x6362adfa tcf_em_register +EXPORT_SYMBOL vmlinux 0x636731dd __SCK__tp_func_kmalloc +EXPORT_SYMBOL vmlinux 0x63724fa9 netdev_class_remove_file_ns +EXPORT_SYMBOL vmlinux 0x6383b27c __x86_indirect_thunk_rdx +EXPORT_SYMBOL vmlinux 0x638a533f kmem_cache_create_usercopy +EXPORT_SYMBOL vmlinux 0x63914ab8 dev_vprintk_emit +EXPORT_SYMBOL vmlinux 0x63a58370 flow_action_cookie_destroy +EXPORT_SYMBOL vmlinux 0x63a7c28c bitmap_find_free_region +EXPORT_SYMBOL vmlinux 0x63ab7b2d dma_find_channel +EXPORT_SYMBOL vmlinux 0x63b49cc0 blk_mq_start_request +EXPORT_SYMBOL vmlinux 0x63ce659f uart_suspend_port +EXPORT_SYMBOL vmlinux 0x63d824b5 nd_region_release_lane +EXPORT_SYMBOL vmlinux 0x63e764d6 key_link +EXPORT_SYMBOL vmlinux 0x63eb9355 panic_blink +EXPORT_SYMBOL vmlinux 0x63f835ba on_each_cpu_cond_mask +EXPORT_SYMBOL vmlinux 0x63fa2a09 igrab +EXPORT_SYMBOL vmlinux 0x63fca944 locks_free_lock +EXPORT_SYMBOL vmlinux 0x64127b67 bitmap_find_next_zero_area_off +EXPORT_SYMBOL vmlinux 0x64214bf4 fqdir_init +EXPORT_SYMBOL vmlinux 0x642e0253 config_group_find_item +EXPORT_SYMBOL vmlinux 0x642eb5c6 xen_poll_irq_timeout +EXPORT_SYMBOL vmlinux 0x643eda26 devfreq_resume_device +EXPORT_SYMBOL vmlinux 0x64400be0 config_item_put +EXPORT_SYMBOL vmlinux 0x6448403d __x86_indirect_call_thunk_rcx +EXPORT_SYMBOL vmlinux 0x64505ca5 neigh_parms_release +EXPORT_SYMBOL vmlinux 0x6455298a security_xfrm_policy_free +EXPORT_SYMBOL vmlinux 0x646b45cb tcp_conn_request +EXPORT_SYMBOL vmlinux 0x64721f23 tcp_ld_RTO_revert +EXPORT_SYMBOL vmlinux 0x6481ffe0 hsiphash_1u32 +EXPORT_SYMBOL vmlinux 0x648402ab pv_ops +EXPORT_SYMBOL vmlinux 0x648eb59d gc_inflight_list +EXPORT_SYMBOL vmlinux 0x6498412e con_is_bound +EXPORT_SYMBOL vmlinux 0x64a0efc6 put_watch_queue +EXPORT_SYMBOL vmlinux 0x64a9c928 default_blu +EXPORT_SYMBOL vmlinux 0x64bbc288 string_unescape +EXPORT_SYMBOL vmlinux 0x64c0d09a xsk_clear_tx_need_wakeup +EXPORT_SYMBOL vmlinux 0x64c888c1 filemap_fdatawait_range_keep_errors +EXPORT_SYMBOL vmlinux 0x64d13775 mipi_dsi_dcs_nop +EXPORT_SYMBOL vmlinux 0x64dfb6c5 tty_unregister_driver +EXPORT_SYMBOL vmlinux 0x64eba7dd mntget +EXPORT_SYMBOL vmlinux 0x64ef6274 param_ops_dyndbg_classes +EXPORT_SYMBOL vmlinux 0x64f08777 md_integrity_register +EXPORT_SYMBOL vmlinux 0x64f6bb4c unix_detach_fds +EXPORT_SYMBOL vmlinux 0x64fbf166 remove_proc_subtree +EXPORT_SYMBOL vmlinux 0x6508864c inet6_protos +EXPORT_SYMBOL vmlinux 0x650d1b01 eth_header_parse +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 0x652cd52a dev_lstats_read +EXPORT_SYMBOL vmlinux 0x652ce9aa nla_memcmp +EXPORT_SYMBOL vmlinux 0x65408378 zlib_inflate_blob +EXPORT_SYMBOL vmlinux 0x65487097 __x86_indirect_thunk_rax +EXPORT_SYMBOL vmlinux 0x655c1d92 pci_request_selected_regions_exclusive +EXPORT_SYMBOL vmlinux 0x6569039a remap_pfn_range +EXPORT_SYMBOL vmlinux 0x656c1a0e string_escape_mem +EXPORT_SYMBOL vmlinux 0x656e4a6e snprintf +EXPORT_SYMBOL vmlinux 0x65743c1d jbd2_journal_clear_err +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 0x659ded26 xfrm_flush_gc +EXPORT_SYMBOL vmlinux 0x65a039b0 ipv6_dev_mc_dec +EXPORT_SYMBOL vmlinux 0x65a96dc1 dev_trans_start +EXPORT_SYMBOL vmlinux 0x65ac9d34 nvdimm_namespace_common_probe +EXPORT_SYMBOL vmlinux 0x65b992ac xen_alloc_p2m_entry +EXPORT_SYMBOL vmlinux 0x65bf40f7 param_ops_string +EXPORT_SYMBOL vmlinux 0x65c27fdd filemap_fdatawrite_range +EXPORT_SYMBOL vmlinux 0x65cea3dd deactivate_super +EXPORT_SYMBOL vmlinux 0x65d1bab2 acpi_bios_warning +EXPORT_SYMBOL vmlinux 0x65d9e877 cpufreq_register_notifier +EXPORT_SYMBOL vmlinux 0x65dccf13 xz_dec_end +EXPORT_SYMBOL vmlinux 0x65dd1a6f scsi_host_lookup +EXPORT_SYMBOL vmlinux 0x65df35ca __put_user_nocheck_2 +EXPORT_SYMBOL vmlinux 0x65e0d6d7 memory_read_from_buffer +EXPORT_SYMBOL vmlinux 0x65e31473 md_set_array_sectors +EXPORT_SYMBOL vmlinux 0x65f53a19 seq_release_private +EXPORT_SYMBOL vmlinux 0x65f7e6ba crypto_sha1_finup +EXPORT_SYMBOL vmlinux 0x66050e5a tty_unregister_ldisc +EXPORT_SYMBOL vmlinux 0x66119de4 notify_change +EXPORT_SYMBOL vmlinux 0x6626afca down +EXPORT_SYMBOL vmlinux 0x663182c9 acpi_get_gpe_status +EXPORT_SYMBOL vmlinux 0x6641f9b9 __skb_recv_datagram +EXPORT_SYMBOL vmlinux 0x66506eea jbd2_journal_stop +EXPORT_SYMBOL vmlinux 0x665c4dac dev_uc_del +EXPORT_SYMBOL vmlinux 0x665e2513 zstd_max_clevel +EXPORT_SYMBOL vmlinux 0x66628bf3 ip_tunnel_metadata_cnt +EXPORT_SYMBOL vmlinux 0x6673f96d xxh32_reset +EXPORT_SYMBOL vmlinux 0x66767109 inet_select_addr +EXPORT_SYMBOL vmlinux 0x668b19a1 down_read +EXPORT_SYMBOL vmlinux 0x669c191b dm_consume_args +EXPORT_SYMBOL vmlinux 0x66a588db bdev_check_media_change +EXPORT_SYMBOL vmlinux 0x66a591d5 inet_addr_type_table +EXPORT_SYMBOL vmlinux 0x66af1fd1 lockref_put_or_lock +EXPORT_SYMBOL vmlinux 0x66b4cc41 kmemdup +EXPORT_SYMBOL vmlinux 0x66c7fad7 netdev_lower_state_changed +EXPORT_SYMBOL vmlinux 0x66cca4f9 __x86_indirect_thunk_rcx +EXPORT_SYMBOL vmlinux 0x66d231e7 from_kuid_munged +EXPORT_SYMBOL vmlinux 0x66e2715a filemap_check_errors +EXPORT_SYMBOL vmlinux 0x66e45814 configfs_register_subsystem +EXPORT_SYMBOL vmlinux 0x66edeed0 vfs_parse_fs_string +EXPORT_SYMBOL vmlinux 0x6707b2cb mark_page_accessed +EXPORT_SYMBOL vmlinux 0x670ecece __x86_indirect_thunk_rbx +EXPORT_SYMBOL vmlinux 0x6729d3df __get_user_4 +EXPORT_SYMBOL vmlinux 0x673f815e agp_bridges +EXPORT_SYMBOL vmlinux 0x6749d53f hdmi_vendor_infoframe_init +EXPORT_SYMBOL vmlinux 0x676d3a0d netif_napi_add_weight +EXPORT_SYMBOL vmlinux 0x678b96ec dma_pool_alloc +EXPORT_SYMBOL vmlinux 0x6797d568 intel_gmch_gtt_get +EXPORT_SYMBOL vmlinux 0x67a3415d neigh_xmit +EXPORT_SYMBOL vmlinux 0x67a4a6e8 ip_sock_set_pktinfo +EXPORT_SYMBOL vmlinux 0x67a9dafc release_pages +EXPORT_SYMBOL vmlinux 0x67b1475e register_fib_notifier +EXPORT_SYMBOL vmlinux 0x67b27ec1 tty_std_termios +EXPORT_SYMBOL vmlinux 0x67b78eb3 seq_hlist_next_rcu +EXPORT_SYMBOL vmlinux 0x67bed8c0 __put_devmap_managed_page_refs +EXPORT_SYMBOL vmlinux 0x67c13ea0 acpi_read +EXPORT_SYMBOL vmlinux 0x67cc9453 __x86_indirect_call_thunk_rax +EXPORT_SYMBOL vmlinux 0x67d10816 sched_autogroup_create_attach +EXPORT_SYMBOL vmlinux 0x67d1f841 rproc_coredump_using_sections +EXPORT_SYMBOL vmlinux 0x67d437bb udp6_csum_init +EXPORT_SYMBOL vmlinux 0x67d7b705 flow_indr_dev_unregister +EXPORT_SYMBOL vmlinux 0x67fb436a simple_symlink_inode_operations +EXPORT_SYMBOL vmlinux 0x680a4abe jbd2_journal_begin_ordered_truncate +EXPORT_SYMBOL vmlinux 0x681a91e6 rt_dst_alloc +EXPORT_SYMBOL vmlinux 0x68260e41 zpool_register_driver +EXPORT_SYMBOL vmlinux 0x682e0241 iov_iter_advance +EXPORT_SYMBOL vmlinux 0x68306d7a ip_route_me_harder +EXPORT_SYMBOL vmlinux 0x68341403 fb_set_cmap +EXPORT_SYMBOL vmlinux 0x684ba4da eth_platform_get_mac_address +EXPORT_SYMBOL vmlinux 0x6851664e wrmsrl_safe_on_cpu +EXPORT_SYMBOL vmlinux 0x6866c86c proc_set_user +EXPORT_SYMBOL vmlinux 0x686cfa42 generic_copy_file_range +EXPORT_SYMBOL vmlinux 0x6873d499 dev_add_offload +EXPORT_SYMBOL vmlinux 0x687b6a16 kdbgetsymval +EXPORT_SYMBOL vmlinux 0x688e72e1 __SCT__preempt_schedule_notrace +EXPORT_SYMBOL vmlinux 0x68a5b188 seq_open +EXPORT_SYMBOL vmlinux 0x68ae0b88 user_path_at_empty +EXPORT_SYMBOL vmlinux 0x68b421aa tcf_action_check_ctrlact +EXPORT_SYMBOL vmlinux 0x68b638ea devfreq_update_target +EXPORT_SYMBOL vmlinux 0x68cb9a1d skb_put +EXPORT_SYMBOL vmlinux 0x68d538e7 disk_stack_limits +EXPORT_SYMBOL vmlinux 0x68d5af7c config_item_init_type_name +EXPORT_SYMBOL vmlinux 0x68e1580d tty_vhangup +EXPORT_SYMBOL vmlinux 0x68e29081 truncate_inode_pages +EXPORT_SYMBOL vmlinux 0x68f0b6d1 try_to_writeback_inodes_sb +EXPORT_SYMBOL vmlinux 0x68fab903 to_nd_pfn +EXPORT_SYMBOL vmlinux 0x69049cd2 radix_tree_replace_slot +EXPORT_SYMBOL vmlinux 0x69056a53 vfs_get_link +EXPORT_SYMBOL vmlinux 0x690c0c05 dget_parent +EXPORT_SYMBOL vmlinux 0x692d337a backlight_device_get_by_type +EXPORT_SYMBOL vmlinux 0x6938ec87 tcp_inbound_md5_hash +EXPORT_SYMBOL vmlinux 0x69668826 netdev_increment_features +EXPORT_SYMBOL vmlinux 0x6971447a rtc_month_days +EXPORT_SYMBOL vmlinux 0x6972e413 __bitmap_weight_and +EXPORT_SYMBOL vmlinux 0x69772bf8 kill_pid +EXPORT_SYMBOL vmlinux 0x697ed5f0 memcpy_and_pad +EXPORT_SYMBOL vmlinux 0x6983fe4e close_fd_get_file +EXPORT_SYMBOL vmlinux 0x6988d0ca cpu_dr7 +EXPORT_SYMBOL vmlinux 0x698cc339 devfreq_get_freq_range +EXPORT_SYMBOL vmlinux 0x69acdf38 memcpy +EXPORT_SYMBOL vmlinux 0x69ba1bdf cros_ec_prepare_tx +EXPORT_SYMBOL vmlinux 0x69bb9705 fs_context_for_reconfigure +EXPORT_SYMBOL vmlinux 0x69dd3b5b crc32_le +EXPORT_SYMBOL vmlinux 0x69de8757 vme_check_window +EXPORT_SYMBOL vmlinux 0x69df1ba8 acpi_dev_hid_uid_match +EXPORT_SYMBOL vmlinux 0x69f2bdfb security_socket_getpeersec_dgram +EXPORT_SYMBOL vmlinux 0x6a037cf1 mempool_kfree +EXPORT_SYMBOL vmlinux 0x6a2511f6 secure_tcpv6_ts_off +EXPORT_SYMBOL vmlinux 0x6a3f5da3 dec_node_page_state +EXPORT_SYMBOL vmlinux 0x6a4254bb __seq_open_private +EXPORT_SYMBOL vmlinux 0x6a44475f inet_csk_delete_keepalive_timer +EXPORT_SYMBOL vmlinux 0x6a449c4f register_sysctl_table +EXPORT_SYMBOL vmlinux 0x6a5cb5ee __get_free_pages +EXPORT_SYMBOL vmlinux 0x6a5ecb18 unregister_module_notifier +EXPORT_SYMBOL vmlinux 0x6a5fa363 sigprocmask +EXPORT_SYMBOL vmlinux 0x6a67b521 __tracepoint_kmem_cache_free +EXPORT_SYMBOL vmlinux 0x6a6e05bf kstrtou8 +EXPORT_SYMBOL vmlinux 0x6a6e918d __ip_options_compile +EXPORT_SYMBOL vmlinux 0x6a6feca6 inet_del_offload +EXPORT_SYMBOL vmlinux 0x6a727fd8 empty_aops +EXPORT_SYMBOL vmlinux 0x6a732393 bio_reset +EXPORT_SYMBOL vmlinux 0x6a80618a current_in_userns +EXPORT_SYMBOL vmlinux 0x6a9d1787 param_ops_byte +EXPORT_SYMBOL vmlinux 0x6ab4c2f7 kmalloc_trace +EXPORT_SYMBOL vmlinux 0x6acf34bd scsi_set_medium_removal +EXPORT_SYMBOL vmlinux 0x6ad869f2 inet_csk_accept +EXPORT_SYMBOL vmlinux 0x6add5c9a dmi_find_device +EXPORT_SYMBOL vmlinux 0x6ae4019b ip_local_deliver +EXPORT_SYMBOL vmlinux 0x6ae488bf netdev_set_num_tc +EXPORT_SYMBOL vmlinux 0x6aeefac4 zlib_deflateReset +EXPORT_SYMBOL vmlinux 0x6b04e901 kernel_sendmsg_locked +EXPORT_SYMBOL vmlinux 0x6b10b944 shrink_dcache_sb +EXPORT_SYMBOL vmlinux 0x6b10bee1 _copy_to_user +EXPORT_SYMBOL vmlinux 0x6b27729b radix_tree_gang_lookup +EXPORT_SYMBOL vmlinux 0x6b2dc060 dump_stack +EXPORT_SYMBOL vmlinux 0x6b482b23 netdev_adjacent_change_commit +EXPORT_SYMBOL vmlinux 0x6b55acd0 rtnl_lock_killable +EXPORT_SYMBOL vmlinux 0x6b853d06 ns_to_kernel_old_timeval +EXPORT_SYMBOL vmlinux 0x6b8bf149 netif_receive_skb_list +EXPORT_SYMBOL vmlinux 0x6ba01b17 skb_dequeue_tail +EXPORT_SYMBOL vmlinux 0x6bc25e91 ppp_input_error +EXPORT_SYMBOL vmlinux 0x6bc3fbc0 __unregister_chrdev +EXPORT_SYMBOL vmlinux 0x6bc5f1cb tty_insert_flip_string_flags +EXPORT_SYMBOL vmlinux 0x6bc65273 netpoll_parse_options +EXPORT_SYMBOL vmlinux 0x6bd0e573 down_interruptible +EXPORT_SYMBOL vmlinux 0x6be1c1f8 acpi_install_method +EXPORT_SYMBOL vmlinux 0x6bf3de7f kmem_cache_destroy +EXPORT_SYMBOL vmlinux 0x6bf40b98 param_get_byte +EXPORT_SYMBOL vmlinux 0x6bf8e7ab register_filesystem +EXPORT_SYMBOL vmlinux 0x6bfe41be param_get_ulong +EXPORT_SYMBOL vmlinux 0x6bffdd6c ppp_output_wakeup +EXPORT_SYMBOL vmlinux 0x6c13580f sock_wfree +EXPORT_SYMBOL vmlinux 0x6c224cda gen_pool_destroy +EXPORT_SYMBOL vmlinux 0x6c23639f locks_copy_lock +EXPORT_SYMBOL vmlinux 0x6c257ac0 tty_termios_hw_change +EXPORT_SYMBOL vmlinux 0x6c268955 elevator_alloc +EXPORT_SYMBOL vmlinux 0x6c31d3fe sk_filter_trim_cap +EXPORT_SYMBOL vmlinux 0x6c36bb1f sg_miter_next +EXPORT_SYMBOL vmlinux 0x6c38f681 tcp_mss_to_mtu +EXPORT_SYMBOL vmlinux 0x6c40048a skb_eth_gso_segment +EXPORT_SYMBOL vmlinux 0x6c574d61 mmc_gpiod_request_cd +EXPORT_SYMBOL vmlinux 0x6c584353 put_disk +EXPORT_SYMBOL vmlinux 0x6c5b94d8 sock_no_recvmsg +EXPORT_SYMBOL vmlinux 0x6c61ce70 num_registered_fb +EXPORT_SYMBOL vmlinux 0x6c849d8e arp_xmit +EXPORT_SYMBOL vmlinux 0x6c882eba phy_stop +EXPORT_SYMBOL vmlinux 0x6cb46525 netlbl_catmap_walk +EXPORT_SYMBOL vmlinux 0x6cb6e145 tcp_md5_do_del +EXPORT_SYMBOL vmlinux 0x6cc09945 ioread32_rep +EXPORT_SYMBOL vmlinux 0x6ce40466 devfreq_monitor_resume +EXPORT_SYMBOL vmlinux 0x6d16c104 mutex_lock_killable +EXPORT_SYMBOL vmlinux 0x6d294e43 clock_t_to_jiffies +EXPORT_SYMBOL vmlinux 0x6d2ebed4 folio_end_private_2 +EXPORT_SYMBOL vmlinux 0x6d334118 __get_user_8 +EXPORT_SYMBOL vmlinux 0x6d38e3bf mdiobus_get_phy +EXPORT_SYMBOL vmlinux 0x6d3e5b9f tcp_splice_read +EXPORT_SYMBOL vmlinux 0x6d435a9a vfs_dedupe_file_range +EXPORT_SYMBOL vmlinux 0x6d527d97 acpi_dev_get_first_match_dev +EXPORT_SYMBOL vmlinux 0x6d583ba6 skb_eth_push +EXPORT_SYMBOL vmlinux 0x6d58f69e agp3_generic_sizes +EXPORT_SYMBOL vmlinux 0x6d599464 pci_claim_resource +EXPORT_SYMBOL vmlinux 0x6d5f5b91 radix_tree_tagged +EXPORT_SYMBOL vmlinux 0x6d5fb4a5 __x86_indirect_jump_thunk_rsp +EXPORT_SYMBOL vmlinux 0x6d6876f3 poll_initwait +EXPORT_SYMBOL vmlinux 0x6d7c7dcc bitmap_cut +EXPORT_SYMBOL vmlinux 0x6d91ea33 register_netdevice +EXPORT_SYMBOL vmlinux 0x6dabff6b dev_pm_opp_unregister_notifier +EXPORT_SYMBOL vmlinux 0x6db67c3f posix_test_lock +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 0x6dd7eb4e ppp_unregister_compressor +EXPORT_SYMBOL vmlinux 0x6ddb59f1 input_open_device +EXPORT_SYMBOL vmlinux 0x6df1aaf1 kernel_sigaction +EXPORT_SYMBOL vmlinux 0x6df31390 intel_gmch_gtt_clear_range +EXPORT_SYMBOL vmlinux 0x6df5343d buffer_check_dirty_writeback +EXPORT_SYMBOL vmlinux 0x6e47938b sock_init_data +EXPORT_SYMBOL vmlinux 0x6e5356a2 vme_slave_request +EXPORT_SYMBOL vmlinux 0x6e5b8651 xz_dec_run +EXPORT_SYMBOL vmlinux 0x6e720ff2 rtnl_unlock +EXPORT_SYMBOL vmlinux 0x6e81032b __dynamic_netdev_dbg +EXPORT_SYMBOL vmlinux 0x6e8d254b phy_request_interrupt +EXPORT_SYMBOL vmlinux 0x6e9dd606 __symbol_put +EXPORT_SYMBOL vmlinux 0x6ea7575d acpi_dispatch_gpe +EXPORT_SYMBOL vmlinux 0x6ea9363b force_sig +EXPORT_SYMBOL vmlinux 0x6ecdb001 __pci_register_driver +EXPORT_SYMBOL vmlinux 0x6ee3ba5c netdev_rx_csum_fault +EXPORT_SYMBOL vmlinux 0x6ee67beb napi_complete_done +EXPORT_SYMBOL vmlinux 0x6eecfaf4 sg_copy_buffer +EXPORT_SYMBOL vmlinux 0x6ef5467d bh_uptodate_or_lock +EXPORT_SYMBOL vmlinux 0x6effdb83 nonseekable_open +EXPORT_SYMBOL vmlinux 0x6f0eaf66 genphy_c37_config_aneg +EXPORT_SYMBOL vmlinux 0x6f14e9db console_list_lock +EXPORT_SYMBOL vmlinux 0x6f1e9d78 pci_dev_put +EXPORT_SYMBOL vmlinux 0x6f2c4014 poll_freewait +EXPORT_SYMBOL vmlinux 0x6f393373 configfs_depend_item +EXPORT_SYMBOL vmlinux 0x6f41a428 acpi_get_vendor_resource +EXPORT_SYMBOL vmlinux 0x6f4a59e4 sort_r +EXPORT_SYMBOL vmlinux 0x6f5ab52f acpi_get_local_address +EXPORT_SYMBOL vmlinux 0x6f73b42b km_policy_notify +EXPORT_SYMBOL vmlinux 0x6f78397a pci_back_from_sleep +EXPORT_SYMBOL vmlinux 0x6f885dab slab_build_skb +EXPORT_SYMBOL vmlinux 0x6f9112ce icmpv6_ndo_send +EXPORT_SYMBOL vmlinux 0x6f915a45 dqstats +EXPORT_SYMBOL vmlinux 0x6f9b9508 param_set_invbool +EXPORT_SYMBOL vmlinux 0x6fb49676 queue_rcu_work +EXPORT_SYMBOL vmlinux 0x6fb5b797 inet_csk_clear_xmit_timers +EXPORT_SYMBOL vmlinux 0x6fb7fa0c sk_stream_wait_close +EXPORT_SYMBOL vmlinux 0x6fbc6a00 radix_tree_insert +EXPORT_SYMBOL vmlinux 0x6fc8be74 iov_iter_gap_alignment +EXPORT_SYMBOL vmlinux 0x6fcb87a1 touch_softlockup_watchdog +EXPORT_SYMBOL vmlinux 0x6fd9c35a __clzdi2 +EXPORT_SYMBOL vmlinux 0x6fdda5ea skb_abort_seq_read +EXPORT_SYMBOL vmlinux 0x6ff50b8e agp_generic_alloc_by_type +EXPORT_SYMBOL vmlinux 0x70002fe8 siphash_1u32 +EXPORT_SYMBOL vmlinux 0x700e9094 copy_page_from_iter +EXPORT_SYMBOL vmlinux 0x70173b9b devm_devfreq_register_opp_notifier +EXPORT_SYMBOL vmlinux 0x7023bea8 unregister_acpi_notifier +EXPORT_SYMBOL vmlinux 0x70294371 udp_lib_get_port +EXPORT_SYMBOL vmlinux 0x702946da ucs2_strlen +EXPORT_SYMBOL vmlinux 0x703e41bb textsearch_find_continuous +EXPORT_SYMBOL vmlinux 0x7040fff9 rtc_lock +EXPORT_SYMBOL vmlinux 0x7054a3e4 request_dma +EXPORT_SYMBOL vmlinux 0x7055fab0 gnet_stats_copy_app +EXPORT_SYMBOL vmlinux 0x705b84e1 __do_once_done +EXPORT_SYMBOL vmlinux 0x705c3a8e tcp_req_err +EXPORT_SYMBOL vmlinux 0x70646307 __scm_destroy +EXPORT_SYMBOL vmlinux 0x706ad08a page_pool_create +EXPORT_SYMBOL vmlinux 0x706be349 rproc_of_parse_firmware +EXPORT_SYMBOL vmlinux 0x707b6a53 sock_bindtoindex +EXPORT_SYMBOL vmlinux 0x70876e42 rfkill_alloc +EXPORT_SYMBOL vmlinux 0x7088c83a bio_init +EXPORT_SYMBOL vmlinux 0x70906914 d_obtain_root +EXPORT_SYMBOL vmlinux 0x7096a9de scsi_print_sense_hdr +EXPORT_SYMBOL vmlinux 0x70ad75fb radix_tree_lookup +EXPORT_SYMBOL vmlinux 0x70bb7de2 __x86_indirect_jump_thunk_rbp +EXPORT_SYMBOL vmlinux 0x70be1fb4 __sk_mem_schedule +EXPORT_SYMBOL vmlinux 0x70c04386 fwnode_mdiobus_register_phy +EXPORT_SYMBOL vmlinux 0x70cf4ede d_splice_alias +EXPORT_SYMBOL vmlinux 0x70d03c9f xfrm_dst_ifdown +EXPORT_SYMBOL vmlinux 0x70d0828a phy_modify_paged +EXPORT_SYMBOL vmlinux 0x70d0c1c7 iterate_dir +EXPORT_SYMBOL vmlinux 0x70df8753 blk_mq_alloc_disk_for_queue +EXPORT_SYMBOL vmlinux 0x70fee1db put_cmsg_scm_timestamping +EXPORT_SYMBOL vmlinux 0x710056ac abort +EXPORT_SYMBOL vmlinux 0x7129e5f8 hex_asc +EXPORT_SYMBOL vmlinux 0x71364c23 serio_reconnect +EXPORT_SYMBOL vmlinux 0x71446a15 pps_register_source +EXPORT_SYMBOL vmlinux 0x714e292b md_bitmap_close_sync +EXPORT_SYMBOL vmlinux 0x715a5ed0 vprintk +EXPORT_SYMBOL vmlinux 0x715bbcc3 pci_free_host_bridge +EXPORT_SYMBOL vmlinux 0x7171121c overflowgid +EXPORT_SYMBOL vmlinux 0x717621d7 iget_locked +EXPORT_SYMBOL vmlinux 0x718a4693 __SCT__tp_func_mmap_lock_start_locking +EXPORT_SYMBOL vmlinux 0x71a672ef dmam_pool_destroy +EXPORT_SYMBOL vmlinux 0x71aedf70 dm_kcopyd_copy +EXPORT_SYMBOL vmlinux 0x71ba162f inc_nlink +EXPORT_SYMBOL vmlinux 0x71c7194d pcim_iomap_regions +EXPORT_SYMBOL vmlinux 0x71cfac60 __tracepoint_mmap_lock_acquire_returned +EXPORT_SYMBOL vmlinux 0x71dbb697 folio_migrate_copy +EXPORT_SYMBOL vmlinux 0x71dfc095 acpi_walk_resources +EXPORT_SYMBOL vmlinux 0x71e3fcad I_BDEV +EXPORT_SYMBOL vmlinux 0x71ebe3c1 sock_i_ino +EXPORT_SYMBOL vmlinux 0x71f7c0ed xen_free_unpopulated_pages +EXPORT_SYMBOL vmlinux 0x71f8efd6 agp_generic_enable +EXPORT_SYMBOL vmlinux 0x720a27a7 __register_blkdev +EXPORT_SYMBOL vmlinux 0x72102ad5 i2c_smbus_read_block_data +EXPORT_SYMBOL vmlinux 0x724eef5b uart_match_port +EXPORT_SYMBOL vmlinux 0x72574768 neigh_for_each +EXPORT_SYMBOL vmlinux 0x726bc3c7 wait_for_completion_killable_timeout +EXPORT_SYMBOL vmlinux 0x726d212d blk_queue_alignment_offset +EXPORT_SYMBOL vmlinux 0x727544f9 _dev_crit +EXPORT_SYMBOL vmlinux 0x728b9910 inet_frag_pull_head +EXPORT_SYMBOL vmlinux 0x729593f4 pci_write_config_byte +EXPORT_SYMBOL vmlinux 0x72959df3 buffer_migrate_folio +EXPORT_SYMBOL vmlinux 0x72b243d4 free_dma +EXPORT_SYMBOL vmlinux 0x72b9d287 default_grn +EXPORT_SYMBOL vmlinux 0x72bccc5e ps2_handle_ack +EXPORT_SYMBOL vmlinux 0x72d79d83 pgdir_shift +EXPORT_SYMBOL vmlinux 0x72ea7b2d scsi_device_type +EXPORT_SYMBOL vmlinux 0x72f14ff7 acpi_get_object_info +EXPORT_SYMBOL vmlinux 0x7303a15c generic_shutdown_super +EXPORT_SYMBOL vmlinux 0x730bfa11 d_move +EXPORT_SYMBOL vmlinux 0x7315a4e9 twl6030_mmc_card_detect_config +EXPORT_SYMBOL vmlinux 0x731c4a9c dma_fence_signal +EXPORT_SYMBOL vmlinux 0x732dd326 groups_free +EXPORT_SYMBOL vmlinux 0x7335fbf2 mntput +EXPORT_SYMBOL vmlinux 0x733691e7 devm_nvmem_cell_put +EXPORT_SYMBOL vmlinux 0x733b040a pci_iounmap +EXPORT_SYMBOL vmlinux 0x7347f5dd xfrm_policy_register_afinfo +EXPORT_SYMBOL vmlinux 0x7350919d _copy_from_iter +EXPORT_SYMBOL vmlinux 0x735a0bd5 native_io_delay +EXPORT_SYMBOL vmlinux 0x735e6a81 acpi_evaluate_integer +EXPORT_SYMBOL vmlinux 0x7366783b kthread_bind +EXPORT_SYMBOL vmlinux 0x736cec5a finish_open +EXPORT_SYMBOL vmlinux 0x7380dffa argv_split +EXPORT_SYMBOL vmlinux 0x73a52107 mipi_dsi_driver_register_full +EXPORT_SYMBOL vmlinux 0x73abb180 alloc_contig_range +EXPORT_SYMBOL vmlinux 0x73ac7df7 mipi_dsi_dcs_soft_reset +EXPORT_SYMBOL vmlinux 0x73add706 touchscreen_parse_properties +EXPORT_SYMBOL vmlinux 0x73b2efad rproc_elf_load_segments +EXPORT_SYMBOL vmlinux 0x73b764ff __module_put_and_kthread_exit +EXPORT_SYMBOL vmlinux 0x73dd54eb irq_fpu_usable +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 0x742578a5 wait_for_random_bytes +EXPORT_SYMBOL vmlinux 0x7429e20c kstrtos8 +EXPORT_SYMBOL vmlinux 0x7453d3e8 security_release_secctx +EXPORT_SYMBOL vmlinux 0x7464b508 __breadahead +EXPORT_SYMBOL vmlinux 0x746653be get_fs_type +EXPORT_SYMBOL vmlinux 0x74672a07 pci_ep_cfs_remove_epf_group +EXPORT_SYMBOL vmlinux 0x74754435 acpi_bus_generate_netlink_event +EXPORT_SYMBOL vmlinux 0x7483dc59 pci_dev_present +EXPORT_SYMBOL vmlinux 0x74b8e674 slhc_toss +EXPORT_SYMBOL vmlinux 0x74ba41dd inet_sock_destruct +EXPORT_SYMBOL vmlinux 0x74c134b9 __sw_hweight32 +EXPORT_SYMBOL vmlinux 0x74e5ff1a udpv6_encap_enable +EXPORT_SYMBOL vmlinux 0x74ef6c55 iptun_encaps +EXPORT_SYMBOL vmlinux 0x750f7607 ip6_xmit +EXPORT_SYMBOL vmlinux 0x751629e3 i2c_smbus_write_word_data +EXPORT_SYMBOL vmlinux 0x7526cce1 default_llseek +EXPORT_SYMBOL vmlinux 0x7527b6ca security_task_getsecid_obj +EXPORT_SYMBOL vmlinux 0x7530bb0c __SCT__tp_func_write_msr +EXPORT_SYMBOL vmlinux 0x7535dd30 inet_sk_get_local_port_range +EXPORT_SYMBOL vmlinux 0x7538b132 agp_off +EXPORT_SYMBOL vmlinux 0x754195fc peernet2id +EXPORT_SYMBOL vmlinux 0x7543e28b shrink_dcache_parent +EXPORT_SYMBOL vmlinux 0x75496681 pci_scan_root_bus +EXPORT_SYMBOL vmlinux 0x754d539c strlen +EXPORT_SYMBOL vmlinux 0x755578ed vfs_fsync_range +EXPORT_SYMBOL vmlinux 0x755f4ba3 blake2s_compress_generic +EXPORT_SYMBOL vmlinux 0x75710120 vm_event_states +EXPORT_SYMBOL vmlinux 0x7572471e blk_mq_init_allocated_queue +EXPORT_SYMBOL vmlinux 0x757aec79 consume_skb +EXPORT_SYMBOL vmlinux 0x75871f5e acpi_get_next_object +EXPORT_SYMBOL vmlinux 0x75943e25 i8253_lock +EXPORT_SYMBOL vmlinux 0x75a9966e __mdiobus_register +EXPORT_SYMBOL vmlinux 0x75b1c041 vga_switcheroo_unlock_ddc +EXPORT_SYMBOL vmlinux 0x75b935df mdiobus_scan +EXPORT_SYMBOL vmlinux 0x75bda77a seq_hlist_next +EXPORT_SYMBOL vmlinux 0x75c0bef8 scsi_device_resume +EXPORT_SYMBOL vmlinux 0x75d0deb9 nsecs_to_jiffies64 +EXPORT_SYMBOL vmlinux 0x75d499dd vmcore_add_device_dump +EXPORT_SYMBOL vmlinux 0x75dda2af netdev_lower_get_next_private +EXPORT_SYMBOL vmlinux 0x75e7968e __netif_rx +EXPORT_SYMBOL vmlinux 0x75f434b2 folio_wait_bit_killable +EXPORT_SYMBOL vmlinux 0x76034ca7 unregister_netdevice_queue +EXPORT_SYMBOL vmlinux 0x76096996 scsi_alloc_sgtables +EXPORT_SYMBOL vmlinux 0x760a0f4f yield +EXPORT_SYMBOL vmlinux 0x760de0e2 del_gendisk +EXPORT_SYMBOL vmlinux 0x7618af39 hdmi_infoframe_check +EXPORT_SYMBOL vmlinux 0x7624249e dim_park_tired +EXPORT_SYMBOL vmlinux 0x762eb642 nf_register_net_hook +EXPORT_SYMBOL vmlinux 0x7638c27c fscrypt_decrypt_block_inplace +EXPORT_SYMBOL vmlinux 0x7647726c handle_sysrq +EXPORT_SYMBOL vmlinux 0x765286b3 tty_port_close +EXPORT_SYMBOL vmlinux 0x765ff474 crc_t10dif_generic +EXPORT_SYMBOL vmlinux 0x766a0927 mempool_alloc_pages +EXPORT_SYMBOL vmlinux 0x766e4488 inode_dio_wait +EXPORT_SYMBOL vmlinux 0x7670c1bd param_set_ushort +EXPORT_SYMBOL vmlinux 0x767bdf2b agp_find_bridge +EXPORT_SYMBOL vmlinux 0x767dce4b acpi_disable_all_gpes +EXPORT_SYMBOL vmlinux 0x767ddb02 set_memory_wc +EXPORT_SYMBOL vmlinux 0x767e54c4 __SCK__tp_func_spi_transfer_start +EXPORT_SYMBOL vmlinux 0x7682ba4e __copy_overflow +EXPORT_SYMBOL vmlinux 0x768b9298 neigh_table_init +EXPORT_SYMBOL vmlinux 0x7692592e alloc_skb_with_frags +EXPORT_SYMBOL vmlinux 0x769461b4 tcf_action_set_ctrlact +EXPORT_SYMBOL vmlinux 0x769f6e64 errseq_check +EXPORT_SYMBOL vmlinux 0x76a2d087 scsi_add_device +EXPORT_SYMBOL vmlinux 0x76ae17e3 tty_do_resize +EXPORT_SYMBOL vmlinux 0x76bd16e0 pcim_iomap_table +EXPORT_SYMBOL vmlinux 0x76d3cd60 laptop_mode +EXPORT_SYMBOL vmlinux 0x76efc249 _atomic_dec_and_raw_lock_irqsave +EXPORT_SYMBOL vmlinux 0x76f79ab5 __skb_free_datagram_locked +EXPORT_SYMBOL vmlinux 0x76fb08a7 amd_iommu_unregister_ppr_notifier +EXPORT_SYMBOL vmlinux 0x770e3277 fb_set_suspend +EXPORT_SYMBOL vmlinux 0x771b3063 mr_mfc_seq_next +EXPORT_SYMBOL vmlinux 0x7732159c free_irq_cpu_rmap +EXPORT_SYMBOL vmlinux 0x7734e354 bdi_set_max_ratio +EXPORT_SYMBOL vmlinux 0x77358855 iomem_resource +EXPORT_SYMBOL vmlinux 0x773a757a xfrm4_protocol_register +EXPORT_SYMBOL vmlinux 0x773fa409 __kfifo_dma_in_finish_r +EXPORT_SYMBOL vmlinux 0x7744b732 udp_gro_receive +EXPORT_SYMBOL vmlinux 0x77456e0a acpi_root_dir +EXPORT_SYMBOL vmlinux 0x775150e9 security_inode_invalidate_secctx +EXPORT_SYMBOL vmlinux 0x7770df64 devm_kvasprintf +EXPORT_SYMBOL vmlinux 0x77808ee5 dma_fence_chain_init +EXPORT_SYMBOL vmlinux 0x778655e3 neigh_seq_next +EXPORT_SYMBOL vmlinux 0x77a38766 ethtool_rx_flow_rule_create +EXPORT_SYMBOL vmlinux 0x77b47030 has_capability_noaudit +EXPORT_SYMBOL vmlinux 0x77b57e9f dma_get_sgtable_attrs +EXPORT_SYMBOL vmlinux 0x77b7a3e0 flow_rule_match_control +EXPORT_SYMBOL vmlinux 0x77bc13a0 strim +EXPORT_SYMBOL vmlinux 0x77c2a20f security_sb_clone_mnt_opts +EXPORT_SYMBOL vmlinux 0x77ca337b page_pool_release_page +EXPORT_SYMBOL vmlinux 0x77e4b533 eth_header_cache_update +EXPORT_SYMBOL vmlinux 0x77e8ceda tso_build_data +EXPORT_SYMBOL vmlinux 0x77e9eb37 aes_encrypt +EXPORT_SYMBOL vmlinux 0x77ec65a0 dma_map_sg_attrs +EXPORT_SYMBOL vmlinux 0x7807f0f8 schedule_timeout_idle +EXPORT_SYMBOL vmlinux 0x780ca677 rproc_free +EXPORT_SYMBOL vmlinux 0x78251684 fscrypt_has_permitted_context +EXPORT_SYMBOL vmlinux 0x78305960 register_nexthop_notifier +EXPORT_SYMBOL vmlinux 0x7846af3e __kfifo_len_r +EXPORT_SYMBOL vmlinux 0x78505fab page_pool_return_skb_page +EXPORT_SYMBOL vmlinux 0x78689e23 nf_log_unset +EXPORT_SYMBOL vmlinux 0x78744aff serial8250_register_8250_port +EXPORT_SYMBOL vmlinux 0x788482ab __dev_remove_pack +EXPORT_SYMBOL vmlinux 0x788c2f88 add_to_page_cache_lru +EXPORT_SYMBOL vmlinux 0x788f4bb5 mr_table_alloc +EXPORT_SYMBOL vmlinux 0x789b4d5d sock_alloc +EXPORT_SYMBOL vmlinux 0x78a1155b nla_put_nohdr +EXPORT_SYMBOL vmlinux 0x78a16f48 aes_decrypt +EXPORT_SYMBOL vmlinux 0x78b0f771 bio_free_pages +EXPORT_SYMBOL vmlinux 0x78b887ed vsprintf +EXPORT_SYMBOL vmlinux 0x78df6bd7 no_pci_devices +EXPORT_SYMBOL vmlinux 0x78ec45ae param_ops_bint +EXPORT_SYMBOL vmlinux 0x78ed509d __dquot_transfer +EXPORT_SYMBOL vmlinux 0x78f3bd8f ___pskb_trim +EXPORT_SYMBOL vmlinux 0x79039031 lookup_one_len_unlocked +EXPORT_SYMBOL vmlinux 0x791053e8 __inet6_lookup_established +EXPORT_SYMBOL vmlinux 0x7925a58a get_tree_bdev +EXPORT_SYMBOL vmlinux 0x793c16c5 __mdiobus_write +EXPORT_SYMBOL vmlinux 0x794d0e12 napi_enable +EXPORT_SYMBOL vmlinux 0x794ec45a __bread_gfp +EXPORT_SYMBOL vmlinux 0x7950dbea put_cmsg +EXPORT_SYMBOL vmlinux 0x795b4c87 dev_get_port_parent_id +EXPORT_SYMBOL vmlinux 0x7984eefc key_update +EXPORT_SYMBOL vmlinux 0x79852911 udp_gro_complete +EXPORT_SYMBOL vmlinux 0x799ad4c5 proc_create_mount_point +EXPORT_SYMBOL vmlinux 0x79a33f85 vme_get_size +EXPORT_SYMBOL vmlinux 0x79b29fe6 d_invalidate +EXPORT_SYMBOL vmlinux 0x79df9633 ioremap_encrypted +EXPORT_SYMBOL vmlinux 0x79e10b35 vmf_insert_mixed_mkwrite +EXPORT_SYMBOL vmlinux 0x79efac12 pci_request_regions +EXPORT_SYMBOL vmlinux 0x79f4ce8e __scsi_print_sense +EXPORT_SYMBOL vmlinux 0x7a103294 register_mii_tstamp_controller +EXPORT_SYMBOL vmlinux 0x7a1bcd59 gf128mul_x8_ble +EXPORT_SYMBOL vmlinux 0x7a2539ab from_kuid +EXPORT_SYMBOL vmlinux 0x7a2ff57e security_current_getsecid_subj +EXPORT_SYMBOL vmlinux 0x7a478546 __SCK__tp_func_read_msr +EXPORT_SYMBOL vmlinux 0x7a4a1324 fbcon_update_vcs +EXPORT_SYMBOL vmlinux 0x7a53a06d flow_indr_dev_exists +EXPORT_SYMBOL vmlinux 0x7a7fc456 security_path_mknod +EXPORT_SYMBOL vmlinux 0x7a88da87 iosf_mbi_write +EXPORT_SYMBOL vmlinux 0x7a95e5ae do_settimeofday64 +EXPORT_SYMBOL vmlinux 0x7aa1756e kvfree +EXPORT_SYMBOL vmlinux 0x7aaa6bfe devm_register_netdev +EXPORT_SYMBOL vmlinux 0x7ac83a4b xfrm_policy_byid +EXPORT_SYMBOL vmlinux 0x7acbed8b blk_queue_flag_set +EXPORT_SYMBOL vmlinux 0x7ace8582 ipv6_push_frag_opts +EXPORT_SYMBOL vmlinux 0x7ad050b9 qid_lt +EXPORT_SYMBOL vmlinux 0x7adc0fbf rb_replace_node_rcu +EXPORT_SYMBOL vmlinux 0x7adefad3 max8998_bulk_write +EXPORT_SYMBOL vmlinux 0x7af849db vfs_iocb_iter_write +EXPORT_SYMBOL vmlinux 0x7aff77a3 __cpu_present_mask +EXPORT_SYMBOL vmlinux 0x7b02239e generic_file_direct_write +EXPORT_SYMBOL vmlinux 0x7b0f1d0a mtree_store +EXPORT_SYMBOL vmlinux 0x7b104167 inet_csk_complete_hashdance +EXPORT_SYMBOL vmlinux 0x7b180640 phy_detach +EXPORT_SYMBOL vmlinux 0x7b37d4a7 _find_first_zero_bit +EXPORT_SYMBOL vmlinux 0x7b4da6ff __init_rwsem +EXPORT_SYMBOL vmlinux 0x7b5b8f31 sha256_update +EXPORT_SYMBOL vmlinux 0x7b70c6f3 devm_ioport_map +EXPORT_SYMBOL vmlinux 0x7b82b9a1 idr_replace +EXPORT_SYMBOL vmlinux 0x7bb14d76 tcp_rcv_established +EXPORT_SYMBOL vmlinux 0x7bb50b88 acpi_write +EXPORT_SYMBOL vmlinux 0x7bbccd05 nr_node_ids +EXPORT_SYMBOL vmlinux 0x7bc251b5 napi_consume_skb +EXPORT_SYMBOL vmlinux 0x7bd94f36 tty_register_device +EXPORT_SYMBOL vmlinux 0x7be30c00 netdev_crit +EXPORT_SYMBOL vmlinux 0x7bef3ec5 ata_std_end_eh +EXPORT_SYMBOL vmlinux 0x7bf4a506 zpool_unregister_driver +EXPORT_SYMBOL vmlinux 0x7bf4da53 module_layout +EXPORT_SYMBOL vmlinux 0x7bf669ba skb_copy_and_csum_dev +EXPORT_SYMBOL vmlinux 0x7bf76fd6 user_path_create +EXPORT_SYMBOL vmlinux 0x7c0670b7 simple_statfs +EXPORT_SYMBOL vmlinux 0x7c0f36f2 forget_cached_acl +EXPORT_SYMBOL vmlinux 0x7c173634 __bitmap_complement +EXPORT_SYMBOL vmlinux 0x7c46233a cpufreq_quick_get +EXPORT_SYMBOL vmlinux 0x7c484dfb filp_close +EXPORT_SYMBOL vmlinux 0x7c5618b5 sync_blockdev +EXPORT_SYMBOL vmlinux 0x7cbbe8c5 key_move +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 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 0x7d2f33f6 scsi_rescan_device +EXPORT_SYMBOL vmlinux 0x7d420ee3 flow_rule_match_ports +EXPORT_SYMBOL vmlinux 0x7d4b176a netlbl_catmap_setbit +EXPORT_SYMBOL vmlinux 0x7d593dfc block_invalidate_folio +EXPORT_SYMBOL vmlinux 0x7d5e1008 __crc32c_le_shift +EXPORT_SYMBOL vmlinux 0x7d5f8845 qdisc_offload_graft_helper +EXPORT_SYMBOL vmlinux 0x7d628444 memcpy_fromio +EXPORT_SYMBOL vmlinux 0x7d74d522 kstrtoull_from_user +EXPORT_SYMBOL vmlinux 0x7d86b83f inet_addr_type +EXPORT_SYMBOL vmlinux 0x7d97eadd folio_alloc +EXPORT_SYMBOL vmlinux 0x7daece67 quota_send_warning +EXPORT_SYMBOL vmlinux 0x7dc5ffa7 tc_skb_ext_tc_disable +EXPORT_SYMBOL vmlinux 0x7dca5cb8 sk_stream_wait_connect +EXPORT_SYMBOL vmlinux 0x7dcf4135 __xa_insert +EXPORT_SYMBOL vmlinux 0x7dd102a0 __pskb_pull_tail +EXPORT_SYMBOL vmlinux 0x7dd554fc unregister_kmmio_probe +EXPORT_SYMBOL vmlinux 0x7de50dc2 pcim_pin_device +EXPORT_SYMBOL vmlinux 0x7dfe2d2f __SCK__tp_func_kmem_cache_alloc +EXPORT_SYMBOL vmlinux 0x7dfe6507 key_unlink +EXPORT_SYMBOL vmlinux 0x7e0b255f hdmi_audio_infoframe_pack_for_dp +EXPORT_SYMBOL vmlinux 0x7e15c2c7 mmc_retune_timer_stop +EXPORT_SYMBOL vmlinux 0x7e3191f6 try_to_del_timer_sync +EXPORT_SYMBOL vmlinux 0x7e401fc7 tcp_v4_md5_hash_skb +EXPORT_SYMBOL vmlinux 0x7e5c9cbd migrate_device_finalize +EXPORT_SYMBOL vmlinux 0x7e728aa6 rproc_coredump_add_custom_segment +EXPORT_SYMBOL vmlinux 0x7e73d518 dquot_initialize_needed +EXPORT_SYMBOL vmlinux 0x7e7bcf26 acpi_map_cpu +EXPORT_SYMBOL vmlinux 0x7e80c4bc generic_fill_statx_attr +EXPORT_SYMBOL vmlinux 0x7e8e70f6 tcp_select_initial_window +EXPORT_SYMBOL vmlinux 0x7eb01da8 amd_iommu_flush_page +EXPORT_SYMBOL vmlinux 0x7eb8608e cpufreq_generic_suspend +EXPORT_SYMBOL vmlinux 0x7ec982f7 proto_register +EXPORT_SYMBOL vmlinux 0x7ee9287a begin_new_exec +EXPORT_SYMBOL vmlinux 0x7ef154b5 inet_del_protocol +EXPORT_SYMBOL vmlinux 0x7ef4bddc __sg_page_iter_next +EXPORT_SYMBOL vmlinux 0x7f02188f __msecs_to_jiffies +EXPORT_SYMBOL vmlinux 0x7f0346ae vfs_fileattr_set +EXPORT_SYMBOL vmlinux 0x7f03b6a9 crc_ccitt_table +EXPORT_SYMBOL vmlinux 0x7f139059 tc_setup_offload_action +EXPORT_SYMBOL vmlinux 0x7f18b049 jbd2_fc_get_buf +EXPORT_SYMBOL vmlinux 0x7f21798b udp_lib_rehash +EXPORT_SYMBOL vmlinux 0x7f24de73 jiffies_to_usecs +EXPORT_SYMBOL vmlinux 0x7f2aa2d6 fscrypt_free_inode +EXPORT_SYMBOL vmlinux 0x7f3bc7c2 xfrm_stateonly_find +EXPORT_SYMBOL vmlinux 0x7f3d135c acpi_get_hp_hw_control_from_firmware +EXPORT_SYMBOL vmlinux 0x7f46975b serio_interrupt +EXPORT_SYMBOL vmlinux 0x7f50e65d iterate_supers_type +EXPORT_SYMBOL vmlinux 0x7f52071a net_dim +EXPORT_SYMBOL vmlinux 0x7f62eaa4 sgl_free +EXPORT_SYMBOL vmlinux 0x7f783135 nf_log_bind_pf +EXPORT_SYMBOL vmlinux 0x7f7f7bb4 irq_poll_disable +EXPORT_SYMBOL vmlinux 0x7f93f9ff deactivate_locked_super +EXPORT_SYMBOL vmlinux 0x7fa0a962 mmc_cqe_start_req +EXPORT_SYMBOL vmlinux 0x7fb9fe67 ptp_find_pin_unlocked +EXPORT_SYMBOL vmlinux 0x7fcc7d29 blkdev_issue_secure_erase +EXPORT_SYMBOL vmlinux 0x7fcf8be3 console_start +EXPORT_SYMBOL vmlinux 0x7fd60383 __mmap_lock_do_trace_start_locking +EXPORT_SYMBOL vmlinux 0x7fde70e8 fscrypt_encrypt_pagecache_blocks +EXPORT_SYMBOL vmlinux 0x7fe24e23 blk_get_queue +EXPORT_SYMBOL vmlinux 0x7fe32873 rb_replace_node +EXPORT_SYMBOL vmlinux 0x7ffe3b18 filemap_fdatawrite_wbc +EXPORT_SYMBOL vmlinux 0x80127be7 iw_handler_get_spy +EXPORT_SYMBOL vmlinux 0x8014cfd9 genphy_suspend +EXPORT_SYMBOL vmlinux 0x803aaef0 qdisc_watchdog_init_clockid +EXPORT_SYMBOL vmlinux 0x803ddbb6 __posix_acl_create +EXPORT_SYMBOL vmlinux 0x804454a8 dquot_operations +EXPORT_SYMBOL vmlinux 0x8049d16c device_match_acpi_dev +EXPORT_SYMBOL vmlinux 0x804af87c wrmsr_safe_on_cpu +EXPORT_SYMBOL vmlinux 0x80600c35 get_mem_cgroup_from_mm +EXPORT_SYMBOL vmlinux 0x8062403e tcp_add_backlog +EXPORT_SYMBOL vmlinux 0x80762048 _atomic_dec_and_raw_lock +EXPORT_SYMBOL vmlinux 0x80816f26 get_user_ifreq +EXPORT_SYMBOL vmlinux 0x808a32c5 arch_debugfs_dir +EXPORT_SYMBOL vmlinux 0x809712ff hdmi_avi_infoframe_pack +EXPORT_SYMBOL vmlinux 0x80972a5d get_phy_device +EXPORT_SYMBOL vmlinux 0x80980bbc prepare_to_swait_event +EXPORT_SYMBOL vmlinux 0x8099119a processors +EXPORT_SYMBOL vmlinux 0x80a717a8 __percpu_counter_compare +EXPORT_SYMBOL vmlinux 0x80a958b6 udp6_seq_ops +EXPORT_SYMBOL vmlinux 0x80b8baf4 mipi_dsi_dcs_get_pixel_format +EXPORT_SYMBOL vmlinux 0x80ca5026 _bin2bcd +EXPORT_SYMBOL vmlinux 0x80cb1307 current_time +EXPORT_SYMBOL vmlinux 0x80d68d3e fb_register_client +EXPORT_SYMBOL vmlinux 0x80e5f86f fscrypt_fname_alloc_buffer +EXPORT_SYMBOL vmlinux 0x80f2081c udp_push_pending_frames +EXPORT_SYMBOL vmlinux 0x810144f9 set_pages_wb +EXPORT_SYMBOL vmlinux 0x8109a7a3 kmem_cache_alloc_bulk +EXPORT_SYMBOL vmlinux 0x8112b3d2 scsi_build_sense_buffer +EXPORT_SYMBOL vmlinux 0x81188c30 match_string +EXPORT_SYMBOL vmlinux 0x811dd833 scsi_unblock_requests +EXPORT_SYMBOL vmlinux 0x813110b1 __tracepoint_dma_fence_signaled +EXPORT_SYMBOL vmlinux 0x81533963 sysfs_format_mac +EXPORT_SYMBOL vmlinux 0x815a98e2 pin_user_pages_remote +EXPORT_SYMBOL vmlinux 0x815b5dd4 match_octal +EXPORT_SYMBOL vmlinux 0x815f2897 empty_zero_page +EXPORT_SYMBOL vmlinux 0x816347c6 agp_device_command +EXPORT_SYMBOL vmlinux 0x81660981 vmf_insert_pfn_prot +EXPORT_SYMBOL vmlinux 0x8179398e rio_query_mport +EXPORT_SYMBOL vmlinux 0x818416e1 scsi_set_sense_information +EXPORT_SYMBOL vmlinux 0x81985182 vmf_insert_mixed_prot +EXPORT_SYMBOL vmlinux 0x8199f676 __nlmsg_put +EXPORT_SYMBOL vmlinux 0x81a1eb59 utf8_unload +EXPORT_SYMBOL vmlinux 0x81ac5e33 trace_print_hex_dump_seq +EXPORT_SYMBOL vmlinux 0x81b4977d __free_pages +EXPORT_SYMBOL vmlinux 0x81ce9941 intel_scu_ipc_dev_writev +EXPORT_SYMBOL vmlinux 0x81d0e5f6 scsi_device_quiesce +EXPORT_SYMBOL vmlinux 0x81d55cb5 acpi_pm_device_sleep_state +EXPORT_SYMBOL vmlinux 0x81db6ebb xz_dec_reset +EXPORT_SYMBOL vmlinux 0x81e4a869 free_cgroup_ns +EXPORT_SYMBOL vmlinux 0x81e6b37f dmi_get_system_info +EXPORT_SYMBOL vmlinux 0x8213f1a5 input_close_device +EXPORT_SYMBOL vmlinux 0x822434e1 jbd2_journal_clear_features +EXPORT_SYMBOL vmlinux 0x82341a5c fsync_bdev +EXPORT_SYMBOL vmlinux 0x82389181 cros_ec_cmd_xfer_status +EXPORT_SYMBOL vmlinux 0x823c19ea iosf_mbi_unregister_pmic_bus_access_notifier_unlocked +EXPORT_SYMBOL vmlinux 0x8243437c pci_rebar_get_possible_sizes +EXPORT_SYMBOL vmlinux 0x824f1db4 km_state_notify +EXPORT_SYMBOL vmlinux 0x825971ad phy_mipi_dphy_get_default_config_for_hsclk +EXPORT_SYMBOL vmlinux 0x825aadef scsi_report_opcode +EXPORT_SYMBOL vmlinux 0x8263a6d9 proc_douintvec +EXPORT_SYMBOL vmlinux 0x8267b4b7 lock_two_nondirectories +EXPORT_SYMBOL vmlinux 0x827742e3 dquot_get_dqblk +EXPORT_SYMBOL vmlinux 0x829a5206 pcie_set_mps +EXPORT_SYMBOL vmlinux 0x829e085e tcf_classify +EXPORT_SYMBOL vmlinux 0x82b1364d mmc_remove_host +EXPORT_SYMBOL vmlinux 0x82b770bb scsi_remove_device +EXPORT_SYMBOL vmlinux 0x82be586e regset_get_alloc +EXPORT_SYMBOL vmlinux 0x82c38e6c mipi_dsi_compression_mode +EXPORT_SYMBOL vmlinux 0x82c87ad5 nr_online_nodes +EXPORT_SYMBOL vmlinux 0x82dbda06 init_net +EXPORT_SYMBOL vmlinux 0x82dcf72c xfrm_dev_state_flush +EXPORT_SYMBOL vmlinux 0x82e04cf0 agp_generic_free_by_type +EXPORT_SYMBOL vmlinux 0x82ee90dc timer_delete_sync +EXPORT_SYMBOL vmlinux 0x82efba8e inet_addr_type_dev_table +EXPORT_SYMBOL vmlinux 0x8327a1b5 fscrypt_decrypt_bio +EXPORT_SYMBOL vmlinux 0x8333509c gpiochip_irq_reqres +EXPORT_SYMBOL vmlinux 0x83476f47 unregister_netdevice_notifier_net +EXPORT_SYMBOL vmlinux 0x835770ee __SetPageMovable +EXPORT_SYMBOL vmlinux 0x83581089 gf128mul_init_4k_lle +EXPORT_SYMBOL vmlinux 0x8358e581 param_ops_long +EXPORT_SYMBOL vmlinux 0x835c3dd8 lookup_one_positive_unlocked +EXPORT_SYMBOL vmlinux 0x8370bf8f set_security_override +EXPORT_SYMBOL vmlinux 0x83843249 security_inode_setsecctx +EXPORT_SYMBOL vmlinux 0x8384cb15 __dev_queue_xmit +EXPORT_SYMBOL vmlinux 0x838cadd9 dma_map_resource +EXPORT_SYMBOL vmlinux 0x838d2bc8 siphash_3u32 +EXPORT_SYMBOL vmlinux 0x83a64153 noop_dirty_folio +EXPORT_SYMBOL vmlinux 0x83b4d82b __skb_pad +EXPORT_SYMBOL vmlinux 0x83beae43 devm_request_threaded_irq +EXPORT_SYMBOL vmlinux 0x83bf2e1c netdev_offload_xstats_enabled +EXPORT_SYMBOL vmlinux 0x83cbf256 scsi_vpd_tpg_id +EXPORT_SYMBOL vmlinux 0x83d1403f nf_log_unregister +EXPORT_SYMBOL vmlinux 0x83d6a59f path_is_mountpoint +EXPORT_SYMBOL vmlinux 0x83e63b18 qdisc_watchdog_schedule_range_ns +EXPORT_SYMBOL vmlinux 0x83f23bb9 jbd2__journal_start +EXPORT_SYMBOL vmlinux 0x8427cc7b _raw_spin_lock_irq +EXPORT_SYMBOL vmlinux 0x842c8e9d ioread16 +EXPORT_SYMBOL vmlinux 0x84377ac7 reuseport_attach_prog +EXPORT_SYMBOL vmlinux 0x8455e3a7 dma_fence_signal_timestamp_locked +EXPORT_SYMBOL vmlinux 0x8458daee mipi_dsi_dcs_set_display_brightness +EXPORT_SYMBOL vmlinux 0x84668ba0 mipi_dsi_dcs_get_power_mode +EXPORT_SYMBOL vmlinux 0x847ce6cb mt_find_after +EXPORT_SYMBOL vmlinux 0x847d9287 __skb_get_hash +EXPORT_SYMBOL vmlinux 0x84823cf3 nla_strscpy +EXPORT_SYMBOL vmlinux 0x848d372e iowrite8 +EXPORT_SYMBOL vmlinux 0x84914079 __kfifo_dma_out_prepare +EXPORT_SYMBOL vmlinux 0x84916882 may_umount_tree +EXPORT_SYMBOL vmlinux 0x84a0ca4d bitmap_zalloc_node +EXPORT_SYMBOL vmlinux 0x84c1c552 proc_dointvec_ms_jiffies +EXPORT_SYMBOL vmlinux 0x84deffd6 __starget_for_each_device +EXPORT_SYMBOL vmlinux 0x84e1533c vma_set_file +EXPORT_SYMBOL vmlinux 0x84e56bdc ipv6_skip_exthdr +EXPORT_SYMBOL vmlinux 0x8501a2e4 tty_port_alloc_xmit_buf +EXPORT_SYMBOL vmlinux 0x85047696 call_netdevice_notifiers +EXPORT_SYMBOL vmlinux 0x8512179d fwnode_get_mac_address +EXPORT_SYMBOL vmlinux 0x85160dcd phy_start_cable_test_tdr +EXPORT_SYMBOL vmlinux 0x8518a4a6 _raw_spin_trylock_bh +EXPORT_SYMBOL vmlinux 0x851a8357 acpi_notifier_call_chain +EXPORT_SYMBOL vmlinux 0x851fc06c devm_ioremap_resource +EXPORT_SYMBOL vmlinux 0x8522d6bc strncpy_from_user +EXPORT_SYMBOL vmlinux 0x8526bec9 sg_alloc_table_from_pages_segment +EXPORT_SYMBOL vmlinux 0x8527c391 kthread_create_on_node +EXPORT_SYMBOL vmlinux 0x8531a006 inet_frag_destroy +EXPORT_SYMBOL vmlinux 0x854598e4 security_sctp_assoc_request +EXPORT_SYMBOL vmlinux 0x85670f1d rtnl_is_locked +EXPORT_SYMBOL vmlinux 0x85722a4f dquot_quotactl_sysfile_ops +EXPORT_SYMBOL vmlinux 0x8584914b mem_cgroup_from_task +EXPORT_SYMBOL vmlinux 0x85852074 __page_frag_cache_drain +EXPORT_SYMBOL vmlinux 0x8591d7d5 ledtrig_mtd_activity +EXPORT_SYMBOL vmlinux 0x85a337b2 pcim_iounmap_regions +EXPORT_SYMBOL vmlinux 0x85a356e2 mount_single +EXPORT_SYMBOL vmlinux 0x85b5e625 rfkill_set_states +EXPORT_SYMBOL vmlinux 0x85bd1608 __request_region +EXPORT_SYMBOL vmlinux 0x85c19d7b dump_skip_to +EXPORT_SYMBOL vmlinux 0x85cd10ce pci_clear_mwi +EXPORT_SYMBOL vmlinux 0x85d0b6f5 ndisc_ns_create +EXPORT_SYMBOL vmlinux 0x85df9b6c strsep +EXPORT_SYMBOL vmlinux 0x85efc7e0 zero_pfn +EXPORT_SYMBOL vmlinux 0x86004ffe simple_transaction_read +EXPORT_SYMBOL vmlinux 0x8612f3e8 netlink_capable +EXPORT_SYMBOL vmlinux 0x862c8035 bitmap_alloc_node +EXPORT_SYMBOL vmlinux 0x86367dee vme_master_request +EXPORT_SYMBOL vmlinux 0x863a276a color_table +EXPORT_SYMBOL vmlinux 0x8649712d netif_schedule_queue +EXPORT_SYMBOL vmlinux 0x864b525c pnp_unregister_driver +EXPORT_SYMBOL vmlinux 0x864bbc3d ndisc_mc_map +EXPORT_SYMBOL vmlinux 0x864c2aaf jbd2_wait_inode_data +EXPORT_SYMBOL vmlinux 0x865931de inet6_getname +EXPORT_SYMBOL vmlinux 0x8667a967 phy_ethtool_get_link_ksettings +EXPORT_SYMBOL vmlinux 0x866a62b2 gnet_stats_basic_sync_init +EXPORT_SYMBOL vmlinux 0x866cf546 sock_bind_add +EXPORT_SYMBOL vmlinux 0x867dbcb3 __SCK__tp_func_module_get +EXPORT_SYMBOL vmlinux 0x868acba5 get_options +EXPORT_SYMBOL vmlinux 0x8691d5d8 netdev_upper_dev_link +EXPORT_SYMBOL vmlinux 0x86a5b38f d_hash_and_lookup +EXPORT_SYMBOL vmlinux 0x86a8b576 fscrypt_free_bounce_page +EXPORT_SYMBOL vmlinux 0x86b6f912 netdev_err +EXPORT_SYMBOL vmlinux 0x86c7272b iosf_mbi_read +EXPORT_SYMBOL vmlinux 0x86c8fc28 phy_read_paged +EXPORT_SYMBOL vmlinux 0x86cf1691 param_set_uint +EXPORT_SYMBOL vmlinux 0x86d061d9 devfreq_monitor_suspend +EXPORT_SYMBOL vmlinux 0x86d52ba5 lookup_constant +EXPORT_SYMBOL vmlinux 0x86dd708d tc_skb_ext_tc_enable +EXPORT_SYMBOL vmlinux 0x86e1b259 __put_cred +EXPORT_SYMBOL vmlinux 0x86e3b02a flow_indr_dev_register +EXPORT_SYMBOL vmlinux 0x86f27420 iosf_mbi_block_punit_i2c_access +EXPORT_SYMBOL vmlinux 0x86fb9b05 bitmap_parse_user +EXPORT_SYMBOL vmlinux 0x8732cb73 input_unregister_device +EXPORT_SYMBOL vmlinux 0x873660c8 d_add +EXPORT_SYMBOL vmlinux 0x873777bd pci_bus_find_capability +EXPORT_SYMBOL vmlinux 0x874dc6ce mode_strip_sgid +EXPORT_SYMBOL vmlinux 0x8751d346 napi_gro_frags +EXPORT_SYMBOL vmlinux 0x8753731f sock_register +EXPORT_SYMBOL vmlinux 0x875bc538 mdiobus_is_registered_device +EXPORT_SYMBOL vmlinux 0x8761c87b rps_needed +EXPORT_SYMBOL vmlinux 0x8769dd41 devfreq_add_governor +EXPORT_SYMBOL vmlinux 0x87706d4e __put_user_nocheck_8 +EXPORT_SYMBOL vmlinux 0x877b8200 clk_bulk_get +EXPORT_SYMBOL vmlinux 0x87809aeb put_user_ifreq +EXPORT_SYMBOL vmlinux 0x8783b3fc kernel_param_unlock +EXPORT_SYMBOL vmlinux 0x879d26ab textsearch_unregister +EXPORT_SYMBOL vmlinux 0x87a21cb3 __ubsan_handle_out_of_bounds +EXPORT_SYMBOL vmlinux 0x87cf3316 blk_queue_max_discard_sectors +EXPORT_SYMBOL vmlinux 0x87d40187 mipi_dsi_shutdown_peripheral +EXPORT_SYMBOL vmlinux 0x87dfa264 copy_page_from_iter_atomic +EXPORT_SYMBOL vmlinux 0x87ede9d4 iput +EXPORT_SYMBOL vmlinux 0x880494ec done_path_create +EXPORT_SYMBOL vmlinux 0x8810754a _find_first_bit +EXPORT_SYMBOL vmlinux 0x881441c5 rproc_coredump_add_segment +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 0x88484ad9 genlmsg_multicast_allns +EXPORT_SYMBOL vmlinux 0x887cb00f dm_table_get_mode +EXPORT_SYMBOL vmlinux 0x88822d38 unregister_blocking_lsm_notifier +EXPORT_SYMBOL vmlinux 0x88827b16 generic_delete_inode +EXPORT_SYMBOL vmlinux 0x8888f1fe xxh32 +EXPORT_SYMBOL vmlinux 0x888fc908 vme_irq_request +EXPORT_SYMBOL vmlinux 0x889b1370 _raw_read_trylock +EXPORT_SYMBOL vmlinux 0x88dac97a jbd2_journal_lock_updates +EXPORT_SYMBOL vmlinux 0x88db9f48 __check_object_size +EXPORT_SYMBOL vmlinux 0x88e1d0f0 page_frag_free +EXPORT_SYMBOL vmlinux 0x88fdd78d dec_zone_page_state +EXPORT_SYMBOL vmlinux 0x88fe3b4d __blk_rq_map_sg +EXPORT_SYMBOL vmlinux 0x89022018 writeback_inodes_sb +EXPORT_SYMBOL vmlinux 0x8903f45f devm_ioremap_wc +EXPORT_SYMBOL vmlinux 0x890b9e3f xfrm_state_add +EXPORT_SYMBOL vmlinux 0x891dbb8f sgl_free_order +EXPORT_SYMBOL vmlinux 0x8931cd90 xsk_tx_peek_release_desc_batch +EXPORT_SYMBOL vmlinux 0x8934031a skb_realloc_headroom +EXPORT_SYMBOL vmlinux 0x89434b4b radix_tree_tag_clear +EXPORT_SYMBOL vmlinux 0x894d569a d_path +EXPORT_SYMBOL vmlinux 0x8954282a alloc_etherdev_mqs +EXPORT_SYMBOL vmlinux 0x8957c0f8 flow_rule_match_enc_ipv6_addrs +EXPORT_SYMBOL vmlinux 0x895c85b3 forget_all_cached_acls +EXPORT_SYMBOL vmlinux 0x8967f376 bdev_end_io_acct +EXPORT_SYMBOL vmlinux 0x896ec3c4 xfrm_state_lookup_byaddr +EXPORT_SYMBOL vmlinux 0x89790bc3 dentry_path_raw +EXPORT_SYMBOL vmlinux 0x89940875 mutex_lock_interruptible +EXPORT_SYMBOL vmlinux 0x899a744b mpage_readahead +EXPORT_SYMBOL vmlinux 0x89b34f29 tcp_check_req +EXPORT_SYMBOL vmlinux 0x89b54bfe setattr_should_drop_suidgid +EXPORT_SYMBOL vmlinux 0x89d2eb7d simple_transaction_release +EXPORT_SYMBOL vmlinux 0x89e21e16 scsi_host_busy +EXPORT_SYMBOL vmlinux 0x89eb2fb0 follow_up +EXPORT_SYMBOL vmlinux 0x89f05da3 param_get_hexint +EXPORT_SYMBOL vmlinux 0x8a1b1ec4 mdio_device_create +EXPORT_SYMBOL vmlinux 0x8a25c07a setattr_prepare +EXPORT_SYMBOL vmlinux 0x8a35622c __nla_reserve +EXPORT_SYMBOL vmlinux 0x8a35b432 sme_me_mask +EXPORT_SYMBOL vmlinux 0x8a3756ad tty_insert_flip_string_fixed_flag +EXPORT_SYMBOL vmlinux 0x8a47043d LZ4_decompress_safe_continue +EXPORT_SYMBOL vmlinux 0x8a490c90 rfkill_set_sw_state +EXPORT_SYMBOL vmlinux 0x8a4cebbd fs_param_is_s32 +EXPORT_SYMBOL vmlinux 0x8a54670a __x86_indirect_jump_thunk_r14 +EXPORT_SYMBOL vmlinux 0x8a681308 phy_attached_info +EXPORT_SYMBOL vmlinux 0x8a6c7139 acpi_mask_gpe +EXPORT_SYMBOL vmlinux 0x8a6d0753 configfs_unregister_subsystem +EXPORT_SYMBOL vmlinux 0x8a7094ba vm_brk_flags +EXPORT_SYMBOL vmlinux 0x8a7112de legacy_pic +EXPORT_SYMBOL vmlinux 0x8a7d1c31 high_memory +EXPORT_SYMBOL vmlinux 0x8a99a016 mempool_free_slab +EXPORT_SYMBOL vmlinux 0x8a9c5a04 generic_error_remove_page +EXPORT_SYMBOL vmlinux 0x8aa3b526 __netdev_notify_peers +EXPORT_SYMBOL vmlinux 0x8ab54c55 unregister_cdrom +EXPORT_SYMBOL vmlinux 0x8aba3bab __dev_kfree_skb_irq +EXPORT_SYMBOL vmlinux 0x8abe7638 folio_wait_bit +EXPORT_SYMBOL vmlinux 0x8ac3334b net_dim_get_def_rx_moderation +EXPORT_SYMBOL vmlinux 0x8ac9d545 bio_init_clone +EXPORT_SYMBOL vmlinux 0x8af74322 mfd_add_devices +EXPORT_SYMBOL vmlinux 0x8b0088d1 LZ4_decompress_safe_usingDict +EXPORT_SYMBOL vmlinux 0x8b0eb164 pci_bus_write_config_word +EXPORT_SYMBOL vmlinux 0x8b12e925 udp_poll +EXPORT_SYMBOL vmlinux 0x8b15dfa5 page_zero_new_buffers +EXPORT_SYMBOL vmlinux 0x8b33e87e mpage_read_folio +EXPORT_SYMBOL vmlinux 0x8b34659d qdisc_hash_del +EXPORT_SYMBOL vmlinux 0x8b57c0d8 pci_bus_assign_resources +EXPORT_SYMBOL vmlinux 0x8b618d08 overflowuid +EXPORT_SYMBOL vmlinux 0x8b70b2bb input_mt_report_slot_state +EXPORT_SYMBOL vmlinux 0x8b74602b scsi_device_get +EXPORT_SYMBOL vmlinux 0x8b78fb7c dev_uc_add +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 0x8ba49648 serial8250_do_pm +EXPORT_SYMBOL vmlinux 0x8bbc2549 file_open_root +EXPORT_SYMBOL vmlinux 0x8bbd12af sock_alloc_send_pskb +EXPORT_SYMBOL vmlinux 0x8bcab8a8 acpi_register_debugger +EXPORT_SYMBOL vmlinux 0x8bcb7924 __sock_i_ino +EXPORT_SYMBOL vmlinux 0x8bd577d0 acpi_ut_exit +EXPORT_SYMBOL vmlinux 0x8bd97aa8 jbd2_journal_destroy +EXPORT_SYMBOL vmlinux 0x8bd97c1a blkdev_issue_discard +EXPORT_SYMBOL vmlinux 0x8bdfc47c __mb_cache_entry_free +EXPORT_SYMBOL vmlinux 0x8be6f1aa filemap_invalidate_unlock_two +EXPORT_SYMBOL vmlinux 0x8be7298f mipi_dsi_dcs_set_display_brightness_large +EXPORT_SYMBOL vmlinux 0x8c14ab5e tty_check_change +EXPORT_SYMBOL vmlinux 0x8c1c45a0 tcp_read_skb +EXPORT_SYMBOL vmlinux 0x8c26d495 prepare_to_wait_event +EXPORT_SYMBOL vmlinux 0x8c30bf67 zstd_dctx_workspace_bound +EXPORT_SYMBOL vmlinux 0x8c324d15 vm_iomap_memory +EXPORT_SYMBOL vmlinux 0x8c43a9e9 migrate_vma_finalize +EXPORT_SYMBOL vmlinux 0x8c464528 __sk_backlog_rcv +EXPORT_SYMBOL vmlinux 0x8c490841 __cpuhp_remove_state +EXPORT_SYMBOL vmlinux 0x8c5fbecf proc_symlink +EXPORT_SYMBOL vmlinux 0x8c667ba0 __mod_node_page_state +EXPORT_SYMBOL vmlinux 0x8c7902c8 param_set_hexint +EXPORT_SYMBOL vmlinux 0x8c81c4ae filemap_invalidate_lock_two +EXPORT_SYMBOL vmlinux 0x8c8569cb kstrtoint +EXPORT_SYMBOL vmlinux 0x8c8e1ea0 kobject_get_unless_zero +EXPORT_SYMBOL vmlinux 0x8c9e338f acpi_bios_error +EXPORT_SYMBOL vmlinux 0x8caf9305 uuid_is_valid +EXPORT_SYMBOL vmlinux 0x8cb488fb i2c_smbus_read_word_data +EXPORT_SYMBOL vmlinux 0x8cb989a1 __mmc_claim_host +EXPORT_SYMBOL vmlinux 0x8cbef929 genphy_loopback +EXPORT_SYMBOL vmlinux 0x8cc379ce __nla_reserve_64bit +EXPORT_SYMBOL vmlinux 0x8cc79cab iowrite16_rep +EXPORT_SYMBOL vmlinux 0x8cda8029 xen_clear_irq_pending +EXPORT_SYMBOL vmlinux 0x8cf0ee72 block_dirty_folio +EXPORT_SYMBOL vmlinux 0x8d33e672 __find_nth_andnot_bit +EXPORT_SYMBOL vmlinux 0x8d368bb0 xfrm_state_lookup +EXPORT_SYMBOL vmlinux 0x8d3c2a73 generic_pipe_buf_get +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 0x8d75358c phy_set_sym_pause +EXPORT_SYMBOL vmlinux 0x8d77dc5a dev_uc_flush +EXPORT_SYMBOL vmlinux 0x8d7a8971 i2c_register_driver +EXPORT_SYMBOL vmlinux 0x8d91588e pci_bus_add_devices +EXPORT_SYMBOL vmlinux 0x8d9327c0 lock_rename +EXPORT_SYMBOL vmlinux 0x8d9ca0e6 dma_fence_enable_sw_signaling +EXPORT_SYMBOL vmlinux 0x8da1e28e mmc_add_host +EXPORT_SYMBOL vmlinux 0x8db22efe acpi_setup_gpe_for_wake +EXPORT_SYMBOL vmlinux 0x8db916df vfs_mkdir +EXPORT_SYMBOL vmlinux 0x8dbb71ff devm_devfreq_register_notifier +EXPORT_SYMBOL vmlinux 0x8ddd8aad schedule_timeout +EXPORT_SYMBOL vmlinux 0x8ded865f napi_gro_flush +EXPORT_SYMBOL vmlinux 0x8dee722d _raw_read_lock_bh +EXPORT_SYMBOL vmlinux 0x8df36243 ptp_clock_index +EXPORT_SYMBOL vmlinux 0x8df84e79 nf_getsockopt +EXPORT_SYMBOL vmlinux 0x8df883a0 param_set_bool +EXPORT_SYMBOL vmlinux 0x8df92f66 memchr_inv +EXPORT_SYMBOL vmlinux 0x8df96a54 pci_assign_resource +EXPORT_SYMBOL vmlinux 0x8df9dd10 guid_null +EXPORT_SYMBOL vmlinux 0x8dfd1417 agp3_generic_tlbflush +EXPORT_SYMBOL vmlinux 0x8e0fe49e tcp_setsockopt +EXPORT_SYMBOL vmlinux 0x8e17b3ae idr_destroy +EXPORT_SYMBOL vmlinux 0x8e21c9a1 dma_fence_add_callback +EXPORT_SYMBOL vmlinux 0x8e3e0f7d fault_in_readable +EXPORT_SYMBOL vmlinux 0x8e46ab8e netif_receive_skb_core +EXPORT_SYMBOL vmlinux 0x8e4fe7cc dma_free_attrs +EXPORT_SYMBOL vmlinux 0x8e68e8e6 param_get_ushort +EXPORT_SYMBOL vmlinux 0x8e895b6a ip6_err_gen_icmpv6_unreach +EXPORT_SYMBOL vmlinux 0x8e93bd24 security_secctx_to_secid +EXPORT_SYMBOL vmlinux 0x8eaf2a5f vga_switcheroo_unregister_handler +EXPORT_SYMBOL vmlinux 0x8eb28873 rproc_set_firmware +EXPORT_SYMBOL vmlinux 0x8ec760b0 cgroup_bpf_enabled_key +EXPORT_SYMBOL vmlinux 0x8ecf950e kset_register +EXPORT_SYMBOL vmlinux 0x8f01afd6 twl6030_interrupt_mask +EXPORT_SYMBOL vmlinux 0x8f1d911b xfrm6_input_addr +EXPORT_SYMBOL vmlinux 0x8f2703b7 wbinvd_on_all_cpus +EXPORT_SYMBOL vmlinux 0x8f2c999c rtnl_offload_xstats_notify +EXPORT_SYMBOL vmlinux 0x8f37a6a8 tcf_idr_check_alloc +EXPORT_SYMBOL vmlinux 0x8f478d6d xfrm_policy_bysel_ctx +EXPORT_SYMBOL vmlinux 0x8f48cc56 phy_device_register +EXPORT_SYMBOL vmlinux 0x8f594ec0 phy_start_aneg +EXPORT_SYMBOL vmlinux 0x8f64fd2d setup_arg_pages +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 0x8f9d1fc9 cad_pid +EXPORT_SYMBOL vmlinux 0x8fa11770 mdio_bus_type +EXPORT_SYMBOL vmlinux 0x8fa25c24 xa_find +EXPORT_SYMBOL vmlinux 0x8fd3aa4f revert_creds +EXPORT_SYMBOL vmlinux 0x8fd8970b netdev_notice +EXPORT_SYMBOL vmlinux 0x8fe3ad1f mipi_dsi_dcs_set_tear_scanline +EXPORT_SYMBOL vmlinux 0x8ff89ed0 seg6_hmac_exit +EXPORT_SYMBOL vmlinux 0x90006be6 dm_kcopyd_client_flush +EXPORT_SYMBOL vmlinux 0x9009f229 netif_receive_skb +EXPORT_SYMBOL vmlinux 0x900dc276 con_set_default_unimap +EXPORT_SYMBOL vmlinux 0x90188fad make_kgid +EXPORT_SYMBOL vmlinux 0x901df380 sock_efree +EXPORT_SYMBOL vmlinux 0x902b6e89 folio_unlock +EXPORT_SYMBOL vmlinux 0x902d8722 vme_slave_get +EXPORT_SYMBOL vmlinux 0x90330854 skb_headers_offset_update +EXPORT_SYMBOL vmlinux 0x9034a696 mempool_destroy +EXPORT_SYMBOL vmlinux 0x903bc7bd kmalloc_caches +EXPORT_SYMBOL vmlinux 0x9044ad5d uart_update_timeout +EXPORT_SYMBOL vmlinux 0x904bea2f seq_path +EXPORT_SYMBOL vmlinux 0x9051580d security_unix_may_send +EXPORT_SYMBOL vmlinux 0x90576ec4 vmemdup_user +EXPORT_SYMBOL vmlinux 0x9057c045 reuseport_detach_prog +EXPORT_SYMBOL vmlinux 0x905ef7a6 clk_hw_get_clk +EXPORT_SYMBOL vmlinux 0x9077cee2 pci_bus_alloc_resource +EXPORT_SYMBOL vmlinux 0x908926b7 tcp_sock_set_quickack +EXPORT_SYMBOL vmlinux 0x909922c9 tty_port_free_xmit_buf +EXPORT_SYMBOL vmlinux 0x90a5e028 genphy_soft_reset +EXPORT_SYMBOL vmlinux 0x90b1a176 drop_reasons +EXPORT_SYMBOL vmlinux 0x90bb66c6 sock_set_priority +EXPORT_SYMBOL vmlinux 0x90c51876 jbd2__journal_restart +EXPORT_SYMBOL vmlinux 0x90c72a36 dev_addr_mod +EXPORT_SYMBOL vmlinux 0x90ca9fb7 nf_log_register +EXPORT_SYMBOL vmlinux 0x90f8ce0e genphy_read_status_fixed +EXPORT_SYMBOL vmlinux 0x9111b525 pcix_get_mmrbc +EXPORT_SYMBOL vmlinux 0x9114b616 __xa_alloc +EXPORT_SYMBOL vmlinux 0x911cb38f __dev_direct_xmit +EXPORT_SYMBOL vmlinux 0x91607d95 set_memory_wb +EXPORT_SYMBOL vmlinux 0x9166fada strncpy +EXPORT_SYMBOL vmlinux 0x9166fc03 __flush_workqueue +EXPORT_SYMBOL vmlinux 0x9176145b acpi_install_global_event_handler +EXPORT_SYMBOL vmlinux 0x9182fe1f locks_copy_conflock +EXPORT_SYMBOL vmlinux 0x9185034e tcf_exts_dump +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 0x91e04f43 PageMovable +EXPORT_SYMBOL vmlinux 0x91f44510 idr_alloc_cyclic +EXPORT_SYMBOL vmlinux 0x91f68ea1 __hw_addr_sync +EXPORT_SYMBOL vmlinux 0x92130f14 phy_error +EXPORT_SYMBOL vmlinux 0x922acdeb ipv6_getsockopt +EXPORT_SYMBOL vmlinux 0x922f45a6 __bitmap_clear +EXPORT_SYMBOL vmlinux 0x923b1276 dmaengine_get +EXPORT_SYMBOL vmlinux 0x923cb1aa mmc_start_request +EXPORT_SYMBOL vmlinux 0x9248baf9 sock_no_sendpage +EXPORT_SYMBOL vmlinux 0x92540fbf finish_wait +EXPORT_SYMBOL vmlinux 0x9258c776 hdmi_vendor_infoframe_pack_only +EXPORT_SYMBOL vmlinux 0x926fe4b4 call_fib_notifiers +EXPORT_SYMBOL vmlinux 0x92774cf8 __kfence_pool +EXPORT_SYMBOL vmlinux 0x92897e3d default_idle +EXPORT_SYMBOL vmlinux 0x928d423c phy_init_hw +EXPORT_SYMBOL vmlinux 0x9291cd3b memdup_user +EXPORT_SYMBOL vmlinux 0x9299c2e3 skb_vlan_push +EXPORT_SYMBOL vmlinux 0x92a51e56 acpi_debug_print_raw +EXPORT_SYMBOL vmlinux 0x92b99a33 acpi_put_table +EXPORT_SYMBOL vmlinux 0x92b9b180 slash_name +EXPORT_SYMBOL vmlinux 0x92be937a import_single_range +EXPORT_SYMBOL vmlinux 0x92c635ab inet_dgram_connect +EXPORT_SYMBOL vmlinux 0x92c7f16f security_sk_classify_flow +EXPORT_SYMBOL vmlinux 0x92c856a3 iwe_stream_add_event +EXPORT_SYMBOL vmlinux 0x92d52355 d_make_root +EXPORT_SYMBOL vmlinux 0x92d5838e request_threaded_irq +EXPORT_SYMBOL vmlinux 0x92e3de00 tcp_sock_set_keepidle +EXPORT_SYMBOL vmlinux 0x92e51146 devm_devfreq_remove_device +EXPORT_SYMBOL vmlinux 0x92e683f5 down_timeout +EXPORT_SYMBOL vmlinux 0x92ec510d jiffies64_to_msecs +EXPORT_SYMBOL vmlinux 0x92fa5abb vme_lm_detach +EXPORT_SYMBOL vmlinux 0x92fe0801 agp_bridge +EXPORT_SYMBOL vmlinux 0x92fe1a00 file_check_and_advance_wb_err +EXPORT_SYMBOL vmlinux 0x93022ba6 __scsi_format_command +EXPORT_SYMBOL vmlinux 0x9305f8e6 cpufreq_get +EXPORT_SYMBOL vmlinux 0x930f23f9 bdi_register +EXPORT_SYMBOL vmlinux 0x9313d7d8 xfrm_state_free +EXPORT_SYMBOL vmlinux 0x93277d93 block_commit_write +EXPORT_SYMBOL vmlinux 0x933c4fc4 elv_rb_del +EXPORT_SYMBOL vmlinux 0x93467e4e phy_aneg_done +EXPORT_SYMBOL vmlinux 0x934f564b __x86_indirect_jump_thunk_r15 +EXPORT_SYMBOL vmlinux 0x93568db3 eth_validate_addr +EXPORT_SYMBOL vmlinux 0x93579cc8 xfrm_if_register_cb +EXPORT_SYMBOL vmlinux 0x9363ef11 __wait_on_buffer +EXPORT_SYMBOL vmlinux 0x93690e88 param_get_bool +EXPORT_SYMBOL vmlinux 0x936d4919 watchdog_register_governor +EXPORT_SYMBOL vmlinux 0x937733e3 qid_valid +EXPORT_SYMBOL vmlinux 0x938004cf rproc_coredump_set_elf_info +EXPORT_SYMBOL vmlinux 0x9383a85f agp_alloc_page_array +EXPORT_SYMBOL vmlinux 0x938ae5dd bdev_start_io_acct +EXPORT_SYMBOL vmlinux 0x938e6f21 seq_open_private +EXPORT_SYMBOL vmlinux 0x938fe5b2 phy_register_fixup_for_id +EXPORT_SYMBOL vmlinux 0x93a6e0b2 io_schedule +EXPORT_SYMBOL vmlinux 0x93ab4cc1 pcix_set_mmrbc +EXPORT_SYMBOL vmlinux 0x93ada2d1 netpoll_poll_disable +EXPORT_SYMBOL vmlinux 0x93b3fc74 register_dcbevent_notifier +EXPORT_SYMBOL vmlinux 0x93d6dd8c complete_all +EXPORT_SYMBOL vmlinux 0x9400085e param_set_bint +EXPORT_SYMBOL vmlinux 0x94040f1a show_init_ipc_ns +EXPORT_SYMBOL vmlinux 0x940843b3 dcache_readdir +EXPORT_SYMBOL vmlinux 0x940a2d7f pci_get_device +EXPORT_SYMBOL vmlinux 0x9428f816 dim_turn +EXPORT_SYMBOL vmlinux 0x94329ca1 d_lookup +EXPORT_SYMBOL vmlinux 0x943d5aab __getblk_gfp +EXPORT_SYMBOL vmlinux 0x9441b01c dump_skip +EXPORT_SYMBOL vmlinux 0x944375db _totalram_pages +EXPORT_SYMBOL vmlinux 0x9449e830 devm_get_clk_from_child +EXPORT_SYMBOL vmlinux 0x944a564d is_console_locked +EXPORT_SYMBOL vmlinux 0x946b4c29 unpin_user_page +EXPORT_SYMBOL vmlinux 0x947c3b4f generic_write_end +EXPORT_SYMBOL vmlinux 0x9493fc86 node_states +EXPORT_SYMBOL vmlinux 0x94961283 vunmap +EXPORT_SYMBOL vmlinux 0x949a0a34 pm860x_page_reg_write +EXPORT_SYMBOL vmlinux 0x94b10415 folio_wait_private_2 +EXPORT_SYMBOL vmlinux 0x94bb7ec3 gen_pool_dma_zalloc_algo +EXPORT_SYMBOL vmlinux 0x94bf03ca utf8_to_utf32 +EXPORT_SYMBOL vmlinux 0x94e2329d filemap_alloc_folio +EXPORT_SYMBOL vmlinux 0x9507c90f copy_fsxattr_to_user +EXPORT_SYMBOL vmlinux 0x95219ff4 __sk_receive_skb +EXPORT_SYMBOL vmlinux 0x953d2426 utf8_strncmp +EXPORT_SYMBOL vmlinux 0x954cef6f init_on_alloc +EXPORT_SYMBOL vmlinux 0x954f099c idr_preload +EXPORT_SYMBOL vmlinux 0x95609f3b fb_find_mode +EXPORT_SYMBOL vmlinux 0x95725c5e sock_set_keepalive +EXPORT_SYMBOL vmlinux 0x959f2e8f vme_irq_generate +EXPORT_SYMBOL vmlinux 0x95a07bb5 acpi_execute_reg_methods +EXPORT_SYMBOL vmlinux 0x95a3eaf8 block_write_full_page +EXPORT_SYMBOL vmlinux 0x95a67b07 udp_table +EXPORT_SYMBOL vmlinux 0x95bfc7fd dev_uc_sync +EXPORT_SYMBOL vmlinux 0x96062cfa napi_get_frags +EXPORT_SYMBOL vmlinux 0x9606ac76 is_nd_pfn +EXPORT_SYMBOL vmlinux 0x9625695d acpi_install_gpe_block +EXPORT_SYMBOL vmlinux 0x963547ff pci_dev_get +EXPORT_SYMBOL vmlinux 0x9652518a generic_set_encrypted_ci_d_ops +EXPORT_SYMBOL vmlinux 0x965afca8 __skb_flow_dissect +EXPORT_SYMBOL vmlinux 0x965d8acb scsi_host_alloc +EXPORT_SYMBOL vmlinux 0x9674e365 netdev_pick_tx +EXPORT_SYMBOL vmlinux 0x96786f4d dcb_ieee_getapp_dscp_prio_mask_map +EXPORT_SYMBOL vmlinux 0x967af4b3 __serio_register_driver +EXPORT_SYMBOL vmlinux 0x96848186 scnprintf +EXPORT_SYMBOL vmlinux 0x96b29254 strncasecmp +EXPORT_SYMBOL vmlinux 0x96bdd7dc phy_get_c45_ids +EXPORT_SYMBOL vmlinux 0x96c17136 fb_var_to_videomode +EXPORT_SYMBOL vmlinux 0x96cd2b04 scsi_sense_key_string +EXPORT_SYMBOL vmlinux 0x96d0f487 icmp6_send +EXPORT_SYMBOL vmlinux 0x96d1e4b8 dma_alloc_attrs +EXPORT_SYMBOL vmlinux 0x96dedebf inet_listen +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 0x96ff4b95 jbd2_journal_start_commit +EXPORT_SYMBOL vmlinux 0x9705e1fe devfreq_remove_device +EXPORT_SYMBOL vmlinux 0x97182b46 dmam_alloc_attrs +EXPORT_SYMBOL vmlinux 0x973ac7c7 __SCK__tp_func_dma_fence_emit +EXPORT_SYMBOL vmlinux 0x973fa82e register_acpi_notifier +EXPORT_SYMBOL vmlinux 0x974149af mmc_free_host +EXPORT_SYMBOL vmlinux 0x9744c7e8 secpath_set +EXPORT_SYMBOL vmlinux 0x974b6d44 sock_set_rcvbuf +EXPORT_SYMBOL vmlinux 0x9753e62e amd_iommu_domain_set_gcr3 +EXPORT_SYMBOL vmlinux 0x976447fc pnp_disable_dev +EXPORT_SYMBOL vmlinux 0x97651e6c vmemmap_base +EXPORT_SYMBOL vmlinux 0x97690a4a agp_collect_device_status +EXPORT_SYMBOL vmlinux 0x97796289 vm_node_stat +EXPORT_SYMBOL vmlinux 0x97852d9a napi_disable +EXPORT_SYMBOL vmlinux 0x978c02ab md_wakeup_thread +EXPORT_SYMBOL vmlinux 0x979622ce pneigh_lookup +EXPORT_SYMBOL vmlinux 0x97981a86 inet6_unregister_protosw +EXPORT_SYMBOL vmlinux 0x979c9c84 input_set_timestamp +EXPORT_SYMBOL vmlinux 0x97a57333 crc_t10dif_update +EXPORT_SYMBOL vmlinux 0x97a90209 netpoll_send_skb +EXPORT_SYMBOL vmlinux 0x97adb487 utf8s_to_utf16s +EXPORT_SYMBOL vmlinux 0x97bdfa60 scsi_dev_info_remove_list +EXPORT_SYMBOL vmlinux 0x97c22c10 tcf_exts_validate +EXPORT_SYMBOL vmlinux 0x97c2d661 cpufreq_get_policy +EXPORT_SYMBOL vmlinux 0x97d50607 i2c_smbus_read_byte_data +EXPORT_SYMBOL vmlinux 0x97d73fcd ip6_mtu +EXPORT_SYMBOL vmlinux 0x97db5e6b register_qdisc +EXPORT_SYMBOL vmlinux 0x9801ad22 __cgroup_bpf_run_filter_skb +EXPORT_SYMBOL vmlinux 0x9829fc11 __kfifo_out_peek_r +EXPORT_SYMBOL vmlinux 0x984d9c39 cpumask_next_wrap +EXPORT_SYMBOL vmlinux 0x9858f364 get_random_u8 +EXPORT_SYMBOL vmlinux 0x98597d30 zap_page_range +EXPORT_SYMBOL vmlinux 0x98769d87 xfrm_sad_getinfo +EXPORT_SYMBOL vmlinux 0x987d9e6b path_has_submounts +EXPORT_SYMBOL vmlinux 0x98a886ad flow_rule_match_meta +EXPORT_SYMBOL vmlinux 0x98c039dc dma_fence_wait_timeout +EXPORT_SYMBOL vmlinux 0x98c89ade security_xfrm_state_alloc +EXPORT_SYMBOL vmlinux 0x98e508ef ignore_console_lock_warning +EXPORT_SYMBOL vmlinux 0x98f41a84 ipv6_select_ident +EXPORT_SYMBOL vmlinux 0x9902bd9d genlmsg_put +EXPORT_SYMBOL vmlinux 0x99039afb vfs_setpos +EXPORT_SYMBOL vmlinux 0x99078b39 trace_print_flags_seq +EXPORT_SYMBOL vmlinux 0x992f38d7 ipv6_mc_check_mld +EXPORT_SYMBOL vmlinux 0x9939eba0 backlight_unregister_notifier +EXPORT_SYMBOL vmlinux 0x993b1ca6 phy_register_fixup +EXPORT_SYMBOL vmlinux 0x99517682 udp_encap_enable +EXPORT_SYMBOL vmlinux 0x996068cd write_dirty_buffer +EXPORT_SYMBOL vmlinux 0x9974a8f1 pci_pme_capable +EXPORT_SYMBOL vmlinux 0x9975dc22 acpi_get_handle +EXPORT_SYMBOL vmlinux 0x9992da4f skb_free_datagram +EXPORT_SYMBOL vmlinux 0x999e8297 vfree +EXPORT_SYMBOL vmlinux 0x99aad95a blk_mq_end_request +EXPORT_SYMBOL vmlinux 0x99c2b609 __tracepoint_kmalloc +EXPORT_SYMBOL vmlinux 0x99c36c2e clk_add_alias +EXPORT_SYMBOL vmlinux 0x99d472b1 net_dim_get_rx_moderation +EXPORT_SYMBOL vmlinux 0x99daa9bf try_offline_node +EXPORT_SYMBOL vmlinux 0x99e293f8 sock_enable_timestamps +EXPORT_SYMBOL vmlinux 0x99eb416e tcp_peek_len +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 0x9a0c3a18 vme_unregister_error_handler +EXPORT_SYMBOL vmlinux 0x9a1dfd65 strpbrk +EXPORT_SYMBOL vmlinux 0x9a22391e radix_tree_gang_lookup_tag_slot +EXPORT_SYMBOL vmlinux 0x9a2c088f irq_stat +EXPORT_SYMBOL vmlinux 0x9a3ee810 unregister_md_personality +EXPORT_SYMBOL vmlinux 0x9a583306 netlbl_bitmap_walk +EXPORT_SYMBOL vmlinux 0x9a850ec1 __neigh_for_each_release +EXPORT_SYMBOL vmlinux 0x9a9e0c15 pci_write_vpd +EXPORT_SYMBOL vmlinux 0x9aaeefce sysctl_nf_log_all_netns +EXPORT_SYMBOL vmlinux 0x9ab465b8 iov_iter_discard +EXPORT_SYMBOL vmlinux 0x9acd3f6f get_cpu_entry_area +EXPORT_SYMBOL vmlinux 0x9ad7a582 iosf_mbi_assert_punit_acquired +EXPORT_SYMBOL vmlinux 0x9ae26f18 skb_pull_data +EXPORT_SYMBOL vmlinux 0x9ae47436 _find_last_bit +EXPORT_SYMBOL vmlinux 0x9b1336ab amd_iommu_device_info +EXPORT_SYMBOL vmlinux 0x9b1cebe9 skb_checksum_setup +EXPORT_SYMBOL vmlinux 0x9b2560b9 gf128mul_init_4k_bbe +EXPORT_SYMBOL vmlinux 0x9b274c55 security_old_inode_init_security +EXPORT_SYMBOL vmlinux 0x9b29f79c mnt_drop_write_file +EXPORT_SYMBOL vmlinux 0x9b33e0d7 unregister_dcbevent_notifier +EXPORT_SYMBOL vmlinux 0x9b382f40 bpf_prog_get_type_path +EXPORT_SYMBOL vmlinux 0x9b496b21 posix_acl_alloc +EXPORT_SYMBOL vmlinux 0x9b677790 security_sb_remount +EXPORT_SYMBOL vmlinux 0x9b691b2a flow_rule_match_eth_addrs +EXPORT_SYMBOL vmlinux 0x9b69e463 mmc_of_parse +EXPORT_SYMBOL vmlinux 0x9b6e9170 skb_flow_get_icmp_tci +EXPORT_SYMBOL vmlinux 0x9b72478f acpi_unload_parent_table +EXPORT_SYMBOL vmlinux 0x9b7f3108 dev_graft_qdisc +EXPORT_SYMBOL vmlinux 0x9b8ad1c0 inet_csk_prepare_forced_close +EXPORT_SYMBOL vmlinux 0x9bb0aef3 devm_backlight_device_unregister +EXPORT_SYMBOL vmlinux 0x9bb4e317 ioread32be +EXPORT_SYMBOL vmlinux 0x9c065fd7 __folio_lock +EXPORT_SYMBOL vmlinux 0x9c08029a register_netdevice_notifier_net +EXPORT_SYMBOL vmlinux 0x9c122bcf mempool_create_node +EXPORT_SYMBOL vmlinux 0x9c39b104 scsi_is_target_device +EXPORT_SYMBOL vmlinux 0x9c434e85 dev_set_mac_address_user +EXPORT_SYMBOL vmlinux 0x9c46ffb4 pps_lookup_dev +EXPORT_SYMBOL vmlinux 0x9c4a843c super_setup_bdi_name +EXPORT_SYMBOL vmlinux 0x9c4c3f6e pci_try_set_mwi +EXPORT_SYMBOL vmlinux 0x9c611fc1 inet_rcv_saddr_equal +EXPORT_SYMBOL vmlinux 0x9c65b78a csum_partial_copy_nocheck +EXPORT_SYMBOL vmlinux 0x9c6d4d82 dquot_resume +EXPORT_SYMBOL vmlinux 0x9c83b5f7 dev_mc_add_global +EXPORT_SYMBOL vmlinux 0x9c86b9ab fileattr_fill_flags +EXPORT_SYMBOL vmlinux 0x9c9aa3b9 parse_int_array_user +EXPORT_SYMBOL vmlinux 0x9c9bbfe6 pci_disable_device +EXPORT_SYMBOL vmlinux 0x9cab34a6 rfkill_set_led_trigger_name +EXPORT_SYMBOL vmlinux 0x9cb06a16 tcf_block_put_ext +EXPORT_SYMBOL vmlinux 0x9cb476c9 blk_queue_physical_block_size +EXPORT_SYMBOL vmlinux 0x9cb986f2 vmalloc_base +EXPORT_SYMBOL vmlinux 0x9ccf7171 vme_dma_pci_attribute +EXPORT_SYMBOL vmlinux 0x9cd7edfc tcp_read_done +EXPORT_SYMBOL vmlinux 0x9cd91791 register_sysctl +EXPORT_SYMBOL vmlinux 0x9cdfb3f7 sysctl_fb_tunnels_only_for_init_net +EXPORT_SYMBOL vmlinux 0x9ce80c21 skb_find_text +EXPORT_SYMBOL vmlinux 0x9ce857ff mmc_alloc_host +EXPORT_SYMBOL vmlinux 0x9ce98fe3 input_mt_report_finger_count +EXPORT_SYMBOL vmlinux 0x9ced41ad __SCT__tp_func_read_msr +EXPORT_SYMBOL vmlinux 0x9ceddbba i8042_install_filter +EXPORT_SYMBOL vmlinux 0x9cf357f5 twl6030_mmc_card_detect +EXPORT_SYMBOL vmlinux 0x9cf9bd22 kmem_cache_create +EXPORT_SYMBOL vmlinux 0x9d099a39 acpi_remove_gpe_handler +EXPORT_SYMBOL vmlinux 0x9d0d6206 unregister_netdevice_notifier +EXPORT_SYMBOL vmlinux 0x9d14cd15 key_payload_reserve +EXPORT_SYMBOL vmlinux 0x9d26675e zstd_cstream_workspace_bound +EXPORT_SYMBOL vmlinux 0x9d2ab8ac __tasklet_schedule +EXPORT_SYMBOL vmlinux 0x9d2af1ef genl_notify +EXPORT_SYMBOL vmlinux 0x9d2e7707 unregister_sysrq_key +EXPORT_SYMBOL vmlinux 0x9d406207 devm_aperture_acquire_for_platform_device +EXPORT_SYMBOL vmlinux 0x9d426ea3 component_match_add_release +EXPORT_SYMBOL vmlinux 0x9d43b02c vme_dma_list_add +EXPORT_SYMBOL vmlinux 0x9d54abee seg6_hmac_info_lookup +EXPORT_SYMBOL vmlinux 0x9d568679 tty_port_destroy +EXPORT_SYMBOL vmlinux 0x9d61e994 ucs2_strncmp +EXPORT_SYMBOL vmlinux 0x9d70541a native_save_fl +EXPORT_SYMBOL vmlinux 0x9d750e05 set_page_writeback +EXPORT_SYMBOL vmlinux 0x9d7ae8b2 __tracepoint_mmap_lock_released +EXPORT_SYMBOL vmlinux 0x9d92f3ad __wait_on_bit_lock +EXPORT_SYMBOL vmlinux 0x9d933fba to_nd_btt +EXPORT_SYMBOL vmlinux 0x9db5af10 tcf_exts_destroy +EXPORT_SYMBOL vmlinux 0x9dbad376 inet6_bind +EXPORT_SYMBOL vmlinux 0x9dd14e14 tty_port_close_end +EXPORT_SYMBOL vmlinux 0x9dd9df13 dm_kcopyd_client_create +EXPORT_SYMBOL vmlinux 0x9de57df5 proc_create_data +EXPORT_SYMBOL vmlinux 0x9deb5995 nd_region_acquire_lane +EXPORT_SYMBOL vmlinux 0x9e0c711d vzalloc_node +EXPORT_SYMBOL vmlinux 0x9e0fa5ae hsiphash_3u32 +EXPORT_SYMBOL vmlinux 0x9e13f6f6 gf128mul_lle +EXPORT_SYMBOL vmlinux 0x9e15cb39 blk_rq_unmap_user +EXPORT_SYMBOL vmlinux 0x9e1fd9ac i2c_smbus_read_byte +EXPORT_SYMBOL vmlinux 0x9e2737f0 acpi_install_interface_handler +EXPORT_SYMBOL vmlinux 0x9e4faeef dm_io_client_destroy +EXPORT_SYMBOL vmlinux 0x9e5882d6 nd_region_to_nstype +EXPORT_SYMBOL vmlinux 0x9e61bb05 set_freezable +EXPORT_SYMBOL vmlinux 0x9e64fbfe rtc_cmos_read +EXPORT_SYMBOL vmlinux 0x9e683f75 __cpu_possible_mask +EXPORT_SYMBOL vmlinux 0x9e6c1e17 scsi_dma_unmap +EXPORT_SYMBOL vmlinux 0x9e71cd7c vme_unregister_driver +EXPORT_SYMBOL vmlinux 0x9e746b28 ipv6_chk_addr +EXPORT_SYMBOL vmlinux 0x9e7bafda tcp_rtx_synack +EXPORT_SYMBOL vmlinux 0x9e7d6bd0 __udelay +EXPORT_SYMBOL vmlinux 0x9e81df2f dev_get_by_index_rcu +EXPORT_SYMBOL vmlinux 0x9e94e281 fib_default_rule_add +EXPORT_SYMBOL vmlinux 0x9e996760 fwnode_graph_parse_endpoint +EXPORT_SYMBOL vmlinux 0x9e9b0f70 tty_driver_flush_buffer +EXPORT_SYMBOL vmlinux 0x9e9eab95 devcgroup_check_permission +EXPORT_SYMBOL vmlinux 0x9e9fdd9d memunmap +EXPORT_SYMBOL vmlinux 0x9eacf8a5 kstrndup +EXPORT_SYMBOL vmlinux 0x9ead1d65 generic_permission +EXPORT_SYMBOL vmlinux 0x9eb28229 jbd2_fc_begin_commit +EXPORT_SYMBOL vmlinux 0x9ec0e639 twl6030_interrupt_unmask +EXPORT_SYMBOL vmlinux 0x9ec6ca96 ktime_get_real_ts64 +EXPORT_SYMBOL vmlinux 0x9ece4347 setattr_copy +EXPORT_SYMBOL vmlinux 0x9ed12e20 kmalloc_large +EXPORT_SYMBOL vmlinux 0x9ed978de vme_lm_set +EXPORT_SYMBOL vmlinux 0x9ee79c89 jbd2_journal_try_to_free_buffers +EXPORT_SYMBOL vmlinux 0x9ef0eee7 __SCT__tp_func_spi_transfer_stop +EXPORT_SYMBOL vmlinux 0x9efcfaf6 skb_dequeue +EXPORT_SYMBOL vmlinux 0x9f12e2f9 dev_get_iflink +EXPORT_SYMBOL vmlinux 0x9f17ae79 ipmi_platform_add +EXPORT_SYMBOL vmlinux 0x9f28c117 twl6040_get_pll +EXPORT_SYMBOL vmlinux 0x9f2997aa flow_block_cb_incref +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 0x9f5bc885 phy_get_eee_err +EXPORT_SYMBOL vmlinux 0x9f6222ce pci_wait_for_pending_transaction +EXPORT_SYMBOL vmlinux 0x9f62d9c9 xp_dma_unmap +EXPORT_SYMBOL vmlinux 0x9f6c957b file_ns_capable +EXPORT_SYMBOL vmlinux 0x9f76baf4 _raw_write_unlock_irq +EXPORT_SYMBOL vmlinux 0x9f883d44 netdev_change_features +EXPORT_SYMBOL vmlinux 0x9f9091cc inet_offloads +EXPORT_SYMBOL vmlinux 0x9f966977 nf_ip_checksum +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 0x9fc370c0 acpi_match_device_ids +EXPORT_SYMBOL vmlinux 0x9fdbf497 twl6040_clear_bits +EXPORT_SYMBOL vmlinux 0x9fdecc31 unregister_netdevice_many +EXPORT_SYMBOL vmlinux 0x9fe329a5 mipi_dsi_set_maximum_return_packet_size +EXPORT_SYMBOL vmlinux 0x9feed7ce timer_reduce +EXPORT_SYMBOL vmlinux 0x9ff70ff3 invalidate_inode_buffers +EXPORT_SYMBOL vmlinux 0x9ffa3a75 netdev_max_backlog +EXPORT_SYMBOL vmlinux 0xa00aca2a dql_completed +EXPORT_SYMBOL vmlinux 0xa0121870 vme_irq_handler +EXPORT_SYMBOL vmlinux 0xa015a596 neigh_app_ns +EXPORT_SYMBOL vmlinux 0xa018ce4b pci_get_domain_bus_and_slot +EXPORT_SYMBOL vmlinux 0xa01d3df6 font_vga_8x16 +EXPORT_SYMBOL vmlinux 0xa02aa74a __cond_resched_lock +EXPORT_SYMBOL vmlinux 0xa033d747 next_arg +EXPORT_SYMBOL vmlinux 0xa0436e98 in6addr_linklocal_allnodes +EXPORT_SYMBOL vmlinux 0xa0547e22 sk_ns_capable +EXPORT_SYMBOL vmlinux 0xa057df8f twl_set_regcache_bypass +EXPORT_SYMBOL vmlinux 0xa05b6be2 psched_ppscfg_precompute +EXPORT_SYMBOL vmlinux 0xa0771856 blk_finish_plug +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 0xa095f192 vga_switcheroo_lock_ddc +EXPORT_SYMBOL vmlinux 0xa0ae1e73 siphash_3u64 +EXPORT_SYMBOL vmlinux 0xa0b04675 vmalloc_32 +EXPORT_SYMBOL vmlinux 0xa0b56c9a netif_tx_lock +EXPORT_SYMBOL vmlinux 0xa0d18dda try_module_get +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 0xa1119e12 pcim_iomap_regions_request_all +EXPORT_SYMBOL vmlinux 0xa1229a7e register_netdev +EXPORT_SYMBOL vmlinux 0xa14c5d47 touch_buffer +EXPORT_SYMBOL vmlinux 0xa14d62cb mr_mfc_seq_idx +EXPORT_SYMBOL vmlinux 0xa15ab689 bdi_alloc +EXPORT_SYMBOL vmlinux 0xa17180e6 ethtool_notify +EXPORT_SYMBOL vmlinux 0xa19c8f45 sock_no_socketpair +EXPORT_SYMBOL vmlinux 0xa1a181fe mmc_set_data_timeout +EXPORT_SYMBOL vmlinux 0xa1bedd72 amd_iommu_pc_get_max_counters +EXPORT_SYMBOL vmlinux 0xa1bff0d2 tcf_chain_put_by_act +EXPORT_SYMBOL vmlinux 0xa1c03d24 vga_switcheroo_get_client_state +EXPORT_SYMBOL vmlinux 0xa1c071b9 tcf_action_update_stats +EXPORT_SYMBOL vmlinux 0xa1cf0a61 input_handler_for_each_handle +EXPORT_SYMBOL vmlinux 0xa2060911 inet_current_timestamp +EXPORT_SYMBOL vmlinux 0xa219965a tcp_openreq_init_rwin +EXPORT_SYMBOL vmlinux 0xa226e8c6 request_firmware_into_buf +EXPORT_SYMBOL vmlinux 0xa228644b flow_rule_match_enc_ports +EXPORT_SYMBOL vmlinux 0xa22f2409 _dev_printk +EXPORT_SYMBOL vmlinux 0xa2326c49 acpi_remove_table_handler +EXPORT_SYMBOL vmlinux 0xa23ffc04 groups_sort +EXPORT_SYMBOL vmlinux 0xa24f23d8 __request_module +EXPORT_SYMBOL vmlinux 0xa2636665 security_skb_classify_flow +EXPORT_SYMBOL vmlinux 0xa263892b fscrypt_fname_free_buffer +EXPORT_SYMBOL vmlinux 0xa276efa8 rps_may_expire_flow +EXPORT_SYMBOL vmlinux 0xa286f83d __traceiter_spi_transfer_stop +EXPORT_SYMBOL vmlinux 0xa28cfcc0 gen_estimator_active +EXPORT_SYMBOL vmlinux 0xa28edd6c twl6040_get_sysclk +EXPORT_SYMBOL vmlinux 0xa28f5b2b qdisc_tree_reduce_backlog +EXPORT_SYMBOL vmlinux 0xa2afab26 __netlink_ns_capable +EXPORT_SYMBOL vmlinux 0xa2bc18f0 security_unix_stream_connect +EXPORT_SYMBOL vmlinux 0xa2c60da3 ip_check_defrag +EXPORT_SYMBOL vmlinux 0xa2c8c43d dev_remove_pack +EXPORT_SYMBOL vmlinux 0xa2f9a1e1 md_register_thread +EXPORT_SYMBOL vmlinux 0xa2fc10eb vlan_dev_real_dev +EXPORT_SYMBOL vmlinux 0xa3326cd4 rtnl_create_link +EXPORT_SYMBOL vmlinux 0xa33e51f5 sk_stream_kill_queues +EXPORT_SYMBOL vmlinux 0xa3529ced fddi_type_trans +EXPORT_SYMBOL vmlinux 0xa382ae0c configfs_depend_item_unlocked +EXPORT_SYMBOL vmlinux 0xa38f21b9 amd_iommu_update_ga +EXPORT_SYMBOL vmlinux 0xa38fc553 sdev_disable_disk_events +EXPORT_SYMBOL vmlinux 0xa393952f freezing_slow_path +EXPORT_SYMBOL vmlinux 0xa395abce xfrm_input +EXPORT_SYMBOL vmlinux 0xa39ede2e __ps2_command +EXPORT_SYMBOL vmlinux 0xa3b988f7 vmf_insert_mixed +EXPORT_SYMBOL vmlinux 0xa3bb6860 vfs_get_tree +EXPORT_SYMBOL vmlinux 0xa3be8342 __ubsan_handle_type_mismatch +EXPORT_SYMBOL vmlinux 0xa3c45ca4 netif_tx_stop_all_queues +EXPORT_SYMBOL vmlinux 0xa3cefaa0 blake2s_update +EXPORT_SYMBOL vmlinux 0xa3e4f871 acpi_initialize_debugger +EXPORT_SYMBOL vmlinux 0xa3fea172 sha224_final +EXPORT_SYMBOL vmlinux 0xa40ff01b acpi_dbg_layer +EXPORT_SYMBOL vmlinux 0xa4191c0b memset_io +EXPORT_SYMBOL vmlinux 0xa4377dec jbd2_fc_end_commit +EXPORT_SYMBOL vmlinux 0xa43b1920 pldmfw_op_pci_match_record +EXPORT_SYMBOL vmlinux 0xa43c1df8 iov_iter_xarray +EXPORT_SYMBOL vmlinux 0xa4429ec7 redirty_page_for_writepage +EXPORT_SYMBOL vmlinux 0xa443be3b security_cred_getsecid +EXPORT_SYMBOL vmlinux 0xa472b7fa mipi_dsi_dcs_get_display_brightness +EXPORT_SYMBOL vmlinux 0xa482af0f pm860x_set_bits +EXPORT_SYMBOL vmlinux 0xa48b0d85 input_alloc_absinfo +EXPORT_SYMBOL vmlinux 0xa492f19d mipi_dsi_dcs_write_buffer +EXPORT_SYMBOL vmlinux 0xa4a55b16 input_match_device_id +EXPORT_SYMBOL vmlinux 0xa4a7d864 sock_set_reuseport +EXPORT_SYMBOL vmlinux 0xa4b94fea iowrite8_rep +EXPORT_SYMBOL vmlinux 0xa4c71f06 dentry_create +EXPORT_SYMBOL vmlinux 0xa4d4f0e6 global_cache_flush +EXPORT_SYMBOL vmlinux 0xa4e2aad4 reuseport_migrate_sock +EXPORT_SYMBOL vmlinux 0xa4faf62a acpi_disable_gpe +EXPORT_SYMBOL vmlinux 0xa507125e acpi_clear_gpe +EXPORT_SYMBOL vmlinux 0xa508a422 open_exec +EXPORT_SYMBOL vmlinux 0xa509343b mr_dump +EXPORT_SYMBOL vmlinux 0xa50bcff0 x86_cpu_to_apicid +EXPORT_SYMBOL vmlinux 0xa51b6d6a mark_buffer_dirty_inode +EXPORT_SYMBOL vmlinux 0xa51cfba5 get_tree_keyed +EXPORT_SYMBOL vmlinux 0xa52bedf6 xenbus_dev_request_and_reply +EXPORT_SYMBOL vmlinux 0xa53fd422 __blk_alloc_disk +EXPORT_SYMBOL vmlinux 0xa5526619 rb_insert_color +EXPORT_SYMBOL vmlinux 0xa557409a pci_release_selected_regions +EXPORT_SYMBOL vmlinux 0xa563cded gnet_stats_copy_basic_hw +EXPORT_SYMBOL vmlinux 0xa5768672 seq_puts +EXPORT_SYMBOL vmlinux 0xa583bf94 vfs_symlink +EXPORT_SYMBOL vmlinux 0xa5867bf9 tcp_sock_set_syncnt +EXPORT_SYMBOL vmlinux 0xa58af0a6 _raw_read_unlock_irq +EXPORT_SYMBOL vmlinux 0xa58bf2ca xfrm_find_acq_byseq +EXPORT_SYMBOL vmlinux 0xa5976e4f dev_base_lock +EXPORT_SYMBOL vmlinux 0xa5a1c311 sock_no_ioctl +EXPORT_SYMBOL vmlinux 0xa5a3ab1c posix_acl_update_mode +EXPORT_SYMBOL vmlinux 0xa5a893e5 posix_lock_file +EXPORT_SYMBOL vmlinux 0xa5cfb74a alloc_anon_inode +EXPORT_SYMBOL vmlinux 0xa5d43c4f give_up_console +EXPORT_SYMBOL vmlinux 0xa5d5cd6c dcb_ieee_setapp +EXPORT_SYMBOL vmlinux 0xa5da16f9 tcf_block_get +EXPORT_SYMBOL vmlinux 0xa5e55057 rdmsrl_safe_on_cpu +EXPORT_SYMBOL vmlinux 0xa5ee1627 dentry_open +EXPORT_SYMBOL vmlinux 0xa606c54d dev_getbyhwaddr_rcu +EXPORT_SYMBOL vmlinux 0xa61a1d49 fd_install +EXPORT_SYMBOL vmlinux 0xa61ced89 qdisc_put_rtab +EXPORT_SYMBOL vmlinux 0xa6257a2f complete +EXPORT_SYMBOL vmlinux 0xa63194a0 truncate_setsize +EXPORT_SYMBOL vmlinux 0xa647e588 serio_rescan +EXPORT_SYMBOL vmlinux 0xa648e561 __ubsan_handle_shift_out_of_bounds +EXPORT_SYMBOL vmlinux 0xa64a52b2 file_fdatawait_range +EXPORT_SYMBOL vmlinux 0xa64c7249 __printk_cpu_sync_try_get +EXPORT_SYMBOL vmlinux 0xa64d329e twl6040_reg_read +EXPORT_SYMBOL vmlinux 0xa67aafdb sock_no_sendpage_locked +EXPORT_SYMBOL vmlinux 0xa681fe88 generate_random_uuid +EXPORT_SYMBOL vmlinux 0xa6835d07 param_get_uint +EXPORT_SYMBOL vmlinux 0xa69ed606 flow_keys_dissector +EXPORT_SYMBOL vmlinux 0xa6b3bb8c mipi_dsi_device_unregister +EXPORT_SYMBOL vmlinux 0xa6b9c899 netdev_upper_get_next_dev_rcu +EXPORT_SYMBOL vmlinux 0xa6ea83fa bio_add_page +EXPORT_SYMBOL vmlinux 0xa70ed9dc tcp_hashinfo +EXPORT_SYMBOL vmlinux 0xa70fabbe release_evntsel_nmi +EXPORT_SYMBOL vmlinux 0xa71d2e2c ioread16be +EXPORT_SYMBOL vmlinux 0xa72035f9 xa_get_order +EXPORT_SYMBOL vmlinux 0xa720e19a agp_generic_mask_memory +EXPORT_SYMBOL vmlinux 0xa72a805b netif_set_real_num_rx_queues +EXPORT_SYMBOL vmlinux 0xa72cfb7d ioremap_wt +EXPORT_SYMBOL vmlinux 0xa74c9877 refcount_dec_and_rtnl_lock +EXPORT_SYMBOL vmlinux 0xa771b538 init_pseudo +EXPORT_SYMBOL vmlinux 0xa771bd6d vmalloc_to_page +EXPORT_SYMBOL vmlinux 0xa77bfd29 register_inet6addr_validator_notifier +EXPORT_SYMBOL vmlinux 0xa789076a pci_alloc_irq_vectors_affinity +EXPORT_SYMBOL vmlinux 0xa789f3fe pci_find_resource +EXPORT_SYMBOL vmlinux 0xa78af5f3 ioread32 +EXPORT_SYMBOL vmlinux 0xa796679d __SCT__tp_func_dma_fence_emit +EXPORT_SYMBOL vmlinux 0xa7b0a11f request_key_rcu +EXPORT_SYMBOL vmlinux 0xa7b1454b pnp_device_attach +EXPORT_SYMBOL vmlinux 0xa7ba1eb1 xattr_full_name +EXPORT_SYMBOL vmlinux 0xa7be9db5 vlan_vid_del +EXPORT_SYMBOL vmlinux 0xa7d1cf07 jbd2_fc_wait_bufs +EXPORT_SYMBOL vmlinux 0xa7d582a9 address_space_init_once +EXPORT_SYMBOL vmlinux 0xa7d5f92e ida_destroy +EXPORT_SYMBOL vmlinux 0xa7eedcc4 call_usermodehelper +EXPORT_SYMBOL vmlinux 0xa7f03792 set_pages_array_wb +EXPORT_SYMBOL vmlinux 0xa7f085c4 __traceiter_mmap_lock_released +EXPORT_SYMBOL vmlinux 0xa7f34880 neigh_sysctl_unregister +EXPORT_SYMBOL vmlinux 0xa805ecfc acpi_release_global_lock +EXPORT_SYMBOL vmlinux 0xa8181adf proc_dointvec +EXPORT_SYMBOL vmlinux 0xa829b90c __task_pid_nr_ns +EXPORT_SYMBOL vmlinux 0xa836ba02 wrmsr_safe_regs +EXPORT_SYMBOL vmlinux 0xa837aa18 dev_uc_add_excl +EXPORT_SYMBOL vmlinux 0xa843805a get_unused_fd_flags +EXPORT_SYMBOL vmlinux 0xa8440301 lease_get_mtime +EXPORT_SYMBOL vmlinux 0xa84ce9e0 crypto_aes_inv_sbox +EXPORT_SYMBOL vmlinux 0xa853396b xa_extract +EXPORT_SYMBOL vmlinux 0xa85a3e6d xa_load +EXPORT_SYMBOL vmlinux 0xa8694ecd kblockd_schedule_work +EXPORT_SYMBOL vmlinux 0xa875e43b qdisc_put +EXPORT_SYMBOL vmlinux 0xa893bd31 genphy_aneg_done +EXPORT_SYMBOL vmlinux 0xa897e3e7 mempool_free +EXPORT_SYMBOL vmlinux 0xa89a1cf1 ipmi_dmi_get_slave_addr +EXPORT_SYMBOL vmlinux 0xa8a7f777 devm_request_resource +EXPORT_SYMBOL vmlinux 0xa8c988c9 nf_hook_slow +EXPORT_SYMBOL vmlinux 0xa8caa845 clk_bulk_put_all +EXPORT_SYMBOL vmlinux 0xa8d5b094 inode_permission +EXPORT_SYMBOL vmlinux 0xa8e59c2e mdiobus_read_nested +EXPORT_SYMBOL vmlinux 0xa8e6933a qdf2400_e44_present +EXPORT_SYMBOL vmlinux 0xa8ee1680 add_to_pipe +EXPORT_SYMBOL vmlinux 0xa8ee54ef fib_notifier_ops_unregister +EXPORT_SYMBOL vmlinux 0xa8f0ac38 sk_free +EXPORT_SYMBOL vmlinux 0xa8f1cf6e fb_class +EXPORT_SYMBOL vmlinux 0xa8f6c843 ip_frag_ecn_table +EXPORT_SYMBOL vmlinux 0xa8f7d64b mmc_cqe_request_done +EXPORT_SYMBOL vmlinux 0xa90ca0de flush_rcu_work +EXPORT_SYMBOL vmlinux 0xa916b694 strnlen +EXPORT_SYMBOL vmlinux 0xa91c047b devfreq_add_device +EXPORT_SYMBOL vmlinux 0xa92ec97a cont_write_begin +EXPORT_SYMBOL vmlinux 0xa9316c51 input_flush_device +EXPORT_SYMBOL vmlinux 0xa931af8a asm_load_gs_index +EXPORT_SYMBOL vmlinux 0xa934b038 proto_unregister +EXPORT_SYMBOL vmlinux 0xa94a09bb mem_section +EXPORT_SYMBOL vmlinux 0xa956de23 jbd2_journal_check_used_features +EXPORT_SYMBOL vmlinux 0xa965ca81 reciprocal_value +EXPORT_SYMBOL vmlinux 0xa9751a1e csum_and_copy_from_iter +EXPORT_SYMBOL vmlinux 0xa976957d bitmap_remap +EXPORT_SYMBOL vmlinux 0xa9785b49 cpu_core_map +EXPORT_SYMBOL vmlinux 0xa97a0b2b kmem_cache_free_bulk +EXPORT_SYMBOL vmlinux 0xa97b4e2d netif_carrier_on +EXPORT_SYMBOL vmlinux 0xa98c8a3b free_task +EXPORT_SYMBOL vmlinux 0xa9a268c4 __sock_cmsg_send +EXPORT_SYMBOL vmlinux 0xa9bd3971 skb_vlan_untag +EXPORT_SYMBOL vmlinux 0xa9c6b254 alloc_file_pseudo +EXPORT_SYMBOL vmlinux 0xa9c72303 amd_iommu_pc_get_max_banks +EXPORT_SYMBOL vmlinux 0xa9c7b2a9 mdio_device_free +EXPORT_SYMBOL vmlinux 0xaa00fdc0 ec_transaction +EXPORT_SYMBOL vmlinux 0xaa0c318b vscnprintf +EXPORT_SYMBOL vmlinux 0xaa19e4aa _kstrtol +EXPORT_SYMBOL vmlinux 0xaa2087d6 jbd2_complete_transaction +EXPORT_SYMBOL vmlinux 0xaa2c0e3c param_ops_uint +EXPORT_SYMBOL vmlinux 0xaa332ac5 is_acpi_data_node +EXPORT_SYMBOL vmlinux 0xaa341905 acpi_bios_exception +EXPORT_SYMBOL vmlinux 0xaa454a2f skb_condense +EXPORT_SYMBOL vmlinux 0xaa4da285 arp_create +EXPORT_SYMBOL vmlinux 0xaa646f30 proc_mkdir +EXPORT_SYMBOL vmlinux 0xaa66cac0 xsk_get_pool_from_qid +EXPORT_SYMBOL vmlinux 0xaa6f23ad rfkill_get_led_trigger_name +EXPORT_SYMBOL vmlinux 0xaa87a23c jbd2_journal_unlock_updates +EXPORT_SYMBOL vmlinux 0xaa87edc2 inode_set_bytes +EXPORT_SYMBOL vmlinux 0xaa8f1b71 inet_addr_is_any +EXPORT_SYMBOL vmlinux 0xaaa4a175 skb_mac_gso_segment +EXPORT_SYMBOL vmlinux 0xaaa4b9bc hchacha_block_generic +EXPORT_SYMBOL vmlinux 0xaaa6292a kernel_sendpage +EXPORT_SYMBOL vmlinux 0xaabd8b33 __scm_send +EXPORT_SYMBOL vmlinux 0xaad0ae78 __bitmap_shift_right +EXPORT_SYMBOL vmlinux 0xaad67d17 bdi_unregister +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 0xaaf64c5a inet_frags_init +EXPORT_SYMBOL vmlinux 0xaafdc258 strcasecmp +EXPORT_SYMBOL vmlinux 0xab0ba199 agp_create_memory +EXPORT_SYMBOL vmlinux 0xab0ee882 __skb_ext_del +EXPORT_SYMBOL vmlinux 0xab3697e4 irq_poll_init +EXPORT_SYMBOL vmlinux 0xab3b75ea vme_dma_pattern_attribute +EXPORT_SYMBOL vmlinux 0xab3d15d6 serio_unregister_child_port +EXPORT_SYMBOL vmlinux 0xab5ff958 tcf_idr_create +EXPORT_SYMBOL vmlinux 0xab600421 probe_irq_off +EXPORT_SYMBOL vmlinux 0xab626540 nd_integrity_init +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 0xab7018b4 tty_name +EXPORT_SYMBOL vmlinux 0xab781570 fb_get_options +EXPORT_SYMBOL vmlinux 0xab7f2532 phy_register_fixup_for_uid +EXPORT_SYMBOL vmlinux 0xab93b582 __SCK__tp_func_write_msr +EXPORT_SYMBOL vmlinux 0xabb42425 set_groups +EXPORT_SYMBOL vmlinux 0xabb64ab7 security_inet_conn_request +EXPORT_SYMBOL vmlinux 0xabb6575a dev_pre_changeaddr_notify +EXPORT_SYMBOL vmlinux 0xabc1b1eb ethtool_intersect_link_masks +EXPORT_SYMBOL vmlinux 0xabcaaef0 netdev_set_tc_queue +EXPORT_SYMBOL vmlinux 0xabf32f29 utf16s_to_utf8s +EXPORT_SYMBOL vmlinux 0xac084f96 skb_checksum +EXPORT_SYMBOL vmlinux 0xac0f5ed9 cros_ec_query_all +EXPORT_SYMBOL vmlinux 0xac1a55be unregister_reboot_notifier +EXPORT_SYMBOL vmlinux 0xac264c10 vfs_fsync +EXPORT_SYMBOL vmlinux 0xac3201b0 udp_flow_hashrnd +EXPORT_SYMBOL vmlinux 0xac443a0b sock_queue_rcv_skb_reason +EXPORT_SYMBOL vmlinux 0xac4e71a4 ipv6_find_hdr +EXPORT_SYMBOL vmlinux 0xac504949 devm_clk_get +EXPORT_SYMBOL vmlinux 0xac537ac2 percpu_counter_destroy +EXPORT_SYMBOL vmlinux 0xac5fcec0 in4_pton +EXPORT_SYMBOL vmlinux 0xac6b0274 __blk_mq_alloc_disk +EXPORT_SYMBOL vmlinux 0xac715a22 uart_get_divisor +EXPORT_SYMBOL vmlinux 0xac887a61 vm_map_ram +EXPORT_SYMBOL vmlinux 0xacaa4c72 dma_fence_match_context +EXPORT_SYMBOL vmlinux 0xacab29b7 seq_hlist_start_percpu +EXPORT_SYMBOL vmlinux 0xacb241b7 remove_proc_entry +EXPORT_SYMBOL vmlinux 0xacbd3894 dma_resv_iter_first_unlocked +EXPORT_SYMBOL vmlinux 0xacc039ad pci_scan_root_bus_bridge +EXPORT_SYMBOL vmlinux 0xacc59585 pm_vt_switch_required +EXPORT_SYMBOL vmlinux 0xacc5d5c6 flow_rule_match_pppoe +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 0xacf36fa3 kfree_skb_list_reason +EXPORT_SYMBOL vmlinux 0xacf4d843 match_strdup +EXPORT_SYMBOL vmlinux 0xacf649bf audit_log_task_info +EXPORT_SYMBOL vmlinux 0xacff9048 blk_mq_free_tag_set +EXPORT_SYMBOL vmlinux 0xad0413d4 match_hex +EXPORT_SYMBOL vmlinux 0xad068d5a dm_table_event +EXPORT_SYMBOL vmlinux 0xad069b0e watchdog_unregister_governor +EXPORT_SYMBOL vmlinux 0xad092694 skb_pull +EXPORT_SYMBOL vmlinux 0xad1036a2 amd_iommu_activate_guest_mode +EXPORT_SYMBOL vmlinux 0xad1fb573 tcf_qevent_dump +EXPORT_SYMBOL vmlinux 0xad24ece9 mfd_remove_devices +EXPORT_SYMBOL vmlinux 0xad436375 fscrypt_fname_disk_to_usr +EXPORT_SYMBOL vmlinux 0xad536c91 x86_cpu_to_acpiid +EXPORT_SYMBOL vmlinux 0xad53a002 __x86_indirect_call_thunk_rbp +EXPORT_SYMBOL vmlinux 0xad5fe1c9 sock_release +EXPORT_SYMBOL vmlinux 0xad6ba40e radix_tree_tag_get +EXPORT_SYMBOL vmlinux 0xad73041f autoremove_wake_function +EXPORT_SYMBOL vmlinux 0xad83b293 kernel_sendmsg +EXPORT_SYMBOL vmlinux 0xad8641b1 phy_reset_after_clk_enable +EXPORT_SYMBOL vmlinux 0xad9901ae bit_waitqueue +EXPORT_SYMBOL vmlinux 0xada31e57 gen_pool_dma_alloc_align +EXPORT_SYMBOL vmlinux 0xadae6df8 blake2s_final +EXPORT_SYMBOL vmlinux 0xadbe22fe generic_ro_fops +EXPORT_SYMBOL vmlinux 0xadbeed61 mipi_dsi_packet_format_is_long +EXPORT_SYMBOL vmlinux 0xadd139d4 rfs_needed +EXPORT_SYMBOL vmlinux 0xadfb3c25 xfrm_find_acq +EXPORT_SYMBOL vmlinux 0xae04012c __vmalloc +EXPORT_SYMBOL vmlinux 0xae1d2c5e fb_modesetting_disabled +EXPORT_SYMBOL vmlinux 0xae316c11 icmpv6_err_convert +EXPORT_SYMBOL vmlinux 0xae3a1896 tcp_md5_do_add +EXPORT_SYMBOL vmlinux 0xae40cd0e lookup_positive_unlocked +EXPORT_SYMBOL vmlinux 0xae555218 pcie_capability_read_word +EXPORT_SYMBOL vmlinux 0xae5966ff tty_lock +EXPORT_SYMBOL vmlinux 0xae5a04bb acpi_evaluate_dsm +EXPORT_SYMBOL vmlinux 0xae5fbdb9 pskb_expand_head +EXPORT_SYMBOL vmlinux 0xae66472b scsi_kmap_atomic_sg +EXPORT_SYMBOL vmlinux 0xae84d0c3 pci_bus_write_config_dword +EXPORT_SYMBOL vmlinux 0xae896331 pnp_is_active +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 0xaec640da dev_getfirstbyhwtype +EXPORT_SYMBOL vmlinux 0xaede4fd6 skb_csum_hwoffload_help +EXPORT_SYMBOL vmlinux 0xaeef550a submit_bio_noacct +EXPORT_SYMBOL vmlinux 0xaef0f8ee pci_alloc_dev +EXPORT_SYMBOL vmlinux 0xaf01d304 fb_set_var +EXPORT_SYMBOL vmlinux 0xaf01e2f1 tcf_action_exec +EXPORT_SYMBOL vmlinux 0xaf08b0b6 filemap_page_mkwrite +EXPORT_SYMBOL vmlinux 0xaf0b717e ipv4_specific +EXPORT_SYMBOL vmlinux 0xaf1bf677 xfrm_policy_destroy +EXPORT_SYMBOL vmlinux 0xaf240049 xfrm_policy_flush +EXPORT_SYMBOL vmlinux 0xaf2719e5 tty_port_tty_set +EXPORT_SYMBOL vmlinux 0xaf27b461 fs_param_is_u32 +EXPORT_SYMBOL vmlinux 0xaf354bbe cpu_tss_rw +EXPORT_SYMBOL vmlinux 0xaf3dd7dc scsi_logging_level +EXPORT_SYMBOL vmlinux 0xaf497cfe rproc_get_by_child +EXPORT_SYMBOL vmlinux 0xaf4dcef8 touchscreen_report_pos +EXPORT_SYMBOL vmlinux 0xaf697937 inet_twsk_deschedule_put +EXPORT_SYMBOL vmlinux 0xaf7a3ec2 netpoll_setup +EXPORT_SYMBOL vmlinux 0xaf8843aa md_write_inc +EXPORT_SYMBOL vmlinux 0xaf8aa39f __hw_addr_sync_dev +EXPORT_SYMBOL vmlinux 0xaf8d660e skb_page_frag_refill +EXPORT_SYMBOL vmlinux 0xaf95a556 __nla_put_64bit +EXPORT_SYMBOL vmlinux 0xafa5fa18 tcp_make_synack +EXPORT_SYMBOL vmlinux 0xafaa6031 _find_next_and_bit +EXPORT_SYMBOL vmlinux 0xafb26619 mipi_dsi_generic_write +EXPORT_SYMBOL vmlinux 0xafb864c1 refcount_dec_and_lock_irqsave +EXPORT_SYMBOL vmlinux 0xafc08054 dotdot_name +EXPORT_SYMBOL vmlinux 0xafc4c716 send_sig_mceerr +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 0xaff9aa9e thermal_zone_device_critical +EXPORT_SYMBOL vmlinux 0xb0010908 xen_free_ballooned_pages +EXPORT_SYMBOL vmlinux 0xb01136c7 tcf_action_dump_1 +EXPORT_SYMBOL vmlinux 0xb01bebf9 xfrm_get_acqseq +EXPORT_SYMBOL vmlinux 0xb021c4e9 cfb_copyarea +EXPORT_SYMBOL vmlinux 0xb02a191a prepare_kernel_cred +EXPORT_SYMBOL vmlinux 0xb02d891d simple_lookup +EXPORT_SYMBOL vmlinux 0xb02df2d6 __traceiter_rdpmc +EXPORT_SYMBOL vmlinux 0xb043668b rproc_elf_find_loaded_rsc_table +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 0xb0851858 mdio_driver_register +EXPORT_SYMBOL vmlinux 0xb08d4da9 devm_alloc_etherdev_mqs +EXPORT_SYMBOL vmlinux 0xb0a0da0c rational_best_approximation +EXPORT_SYMBOL vmlinux 0xb0ae2281 vme_unregister_bridge +EXPORT_SYMBOL vmlinux 0xb0b76945 __x86_indirect_call_thunk_rsp +EXPORT_SYMBOL vmlinux 0xb0c5e247 lockref_put_return +EXPORT_SYMBOL vmlinux 0xb0c613ed flow_rule_match_mpls +EXPORT_SYMBOL vmlinux 0xb0d7c38b __dquot_alloc_space +EXPORT_SYMBOL vmlinux 0xb0e10781 get_option +EXPORT_SYMBOL vmlinux 0xb0e602eb memmove +EXPORT_SYMBOL vmlinux 0xb0efecf7 mmc_unregister_driver +EXPORT_SYMBOL vmlinux 0xb0f9c26e __phy_resume +EXPORT_SYMBOL vmlinux 0xb1072e95 jbd2_journal_init_dev +EXPORT_SYMBOL vmlinux 0xb1095adb nf_register_sockopt +EXPORT_SYMBOL vmlinux 0xb1101eaf path_put +EXPORT_SYMBOL vmlinux 0xb11094f2 pci_disable_ptm +EXPORT_SYMBOL vmlinux 0xb11e6d8f skb_flow_dissector_init +EXPORT_SYMBOL vmlinux 0xb121390a probe_irq_on +EXPORT_SYMBOL vmlinux 0xb12a802b tcp_connect +EXPORT_SYMBOL vmlinux 0xb12cbacb fb_unregister_client +EXPORT_SYMBOL vmlinux 0xb1342cdb _raw_read_lock_irqsave +EXPORT_SYMBOL vmlinux 0xb138233a skb_coalesce_rx_frag +EXPORT_SYMBOL vmlinux 0xb146bfe4 cdrom_mode_sense +EXPORT_SYMBOL vmlinux 0xb14ab1ef hdmi_audio_infoframe_init +EXPORT_SYMBOL vmlinux 0xb14ca944 xfrm_state_alloc +EXPORT_SYMBOL vmlinux 0xb14fc46a find_next_clump8 +EXPORT_SYMBOL vmlinux 0xb1518e15 cancel_work +EXPORT_SYMBOL vmlinux 0xb165c70c __ClearPageMovable +EXPORT_SYMBOL vmlinux 0xb18621c6 __icmp_send +EXPORT_SYMBOL vmlinux 0xb187500c twl6040_set_bits +EXPORT_SYMBOL vmlinux 0xb193d5bd fscrypt_ioctl_set_policy +EXPORT_SYMBOL vmlinux 0xb19a5453 __per_cpu_offset +EXPORT_SYMBOL vmlinux 0xb1a3e870 __check_sticky +EXPORT_SYMBOL vmlinux 0xb1ad780b tty_port_open +EXPORT_SYMBOL vmlinux 0xb1ae8018 sb_min_blocksize +EXPORT_SYMBOL vmlinux 0xb1c3a01a oops_in_progress +EXPORT_SYMBOL vmlinux 0xb1ddf995 jiffies_64_to_clock_t +EXPORT_SYMBOL vmlinux 0xb1e254d3 reuseport_has_conns_set +EXPORT_SYMBOL vmlinux 0xb1e26b0d xfrm_state_lookup_byspi +EXPORT_SYMBOL vmlinux 0xb1e510fc mipi_dsi_driver_unregister +EXPORT_SYMBOL vmlinux 0xb205d35f netdev_lower_get_next +EXPORT_SYMBOL vmlinux 0xb206dcda fwnode_irq_get +EXPORT_SYMBOL vmlinux 0xb219d56c wbinvd_on_cpu +EXPORT_SYMBOL vmlinux 0xb2277bbb kill_pgrp +EXPORT_SYMBOL vmlinux 0xb228132f kthread_create_on_cpu +EXPORT_SYMBOL vmlinux 0xb22834ee scsi_done +EXPORT_SYMBOL vmlinux 0xb22e16d5 radix_tree_maybe_preload +EXPORT_SYMBOL vmlinux 0xb22e8eb6 unload_nls +EXPORT_SYMBOL vmlinux 0xb22fb1b3 fb_validate_mode +EXPORT_SYMBOL vmlinux 0xb23027c1 kstrtos16_from_user +EXPORT_SYMBOL vmlinux 0xb233155a param_set_byte +EXPORT_SYMBOL vmlinux 0xb2338d81 __x86_indirect_thunk_rsp +EXPORT_SYMBOL vmlinux 0xb23486b0 blk_mq_delay_kick_requeue_list +EXPORT_SYMBOL vmlinux 0xb25a3413 seq_putc +EXPORT_SYMBOL vmlinux 0xb2601486 __SCT__tp_func_dma_fence_enable_signal +EXPORT_SYMBOL vmlinux 0xb27ca9a5 dquot_file_open +EXPORT_SYMBOL vmlinux 0xb28d5ff4 sock_create +EXPORT_SYMBOL vmlinux 0xb29c19f4 phy_remove_link_mode +EXPORT_SYMBOL vmlinux 0xb2aa8d2a blk_mq_stop_hw_queue +EXPORT_SYMBOL vmlinux 0xb2b90afe devfreq_remove_governor +EXPORT_SYMBOL vmlinux 0xb2bcb088 acpi_current_gpe_count +EXPORT_SYMBOL vmlinux 0xb2e4d56b cdev_device_add +EXPORT_SYMBOL vmlinux 0xb2e52d54 pid_task +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 0xb306ec50 __sg_alloc_table +EXPORT_SYMBOL vmlinux 0xb308c97d wait_woken +EXPORT_SYMBOL vmlinux 0xb30b9822 vme_master_set +EXPORT_SYMBOL vmlinux 0xb30cfe31 sock_set_reuseaddr +EXPORT_SYMBOL vmlinux 0xb3258f79 __ubsan_handle_type_mismatch_v1 +EXPORT_SYMBOL vmlinux 0xb32a5973 acpi_ut_status_exit +EXPORT_SYMBOL vmlinux 0xb32a71e4 __blkdev_issue_discard +EXPORT_SYMBOL vmlinux 0xb3687850 out_of_line_wait_on_bit_lock +EXPORT_SYMBOL vmlinux 0xb36950c3 __netif_schedule +EXPORT_SYMBOL vmlinux 0xb3707e6e flow_keys_basic_dissector +EXPORT_SYMBOL vmlinux 0xb3863a67 acpi_set_gpe_wake_mask +EXPORT_SYMBOL vmlinux 0xb3867e6d mtree_insert +EXPORT_SYMBOL vmlinux 0xb3a2dfdf nmi_panic +EXPORT_SYMBOL vmlinux 0xb3a5025d scsi_print_result +EXPORT_SYMBOL vmlinux 0xb3a7ec42 pci_scan_single_device +EXPORT_SYMBOL vmlinux 0xb3d2c76d scsi_hostbyte_string +EXPORT_SYMBOL vmlinux 0xb3f0de55 xz_dec_microlzma_run +EXPORT_SYMBOL vmlinux 0xb3f49446 kstrtos8_from_user +EXPORT_SYMBOL vmlinux 0xb3f548ad kmemdup_nul +EXPORT_SYMBOL vmlinux 0xb3f7646e kthread_should_stop +EXPORT_SYMBOL vmlinux 0xb3f985a8 sg_alloc_table +EXPORT_SYMBOL vmlinux 0xb4043948 acpi_execute_simple_method +EXPORT_SYMBOL vmlinux 0xb423dba1 console_blanked +EXPORT_SYMBOL vmlinux 0xb432b74d datagram_poll +EXPORT_SYMBOL vmlinux 0xb43e36b7 agp_generic_alloc_user +EXPORT_SYMBOL vmlinux 0xb4577003 acpi_dev_present +EXPORT_SYMBOL vmlinux 0xb47cca30 csum_ipv6_magic +EXPORT_SYMBOL vmlinux 0xb480c8bf build_skb +EXPORT_SYMBOL vmlinux 0xb48d4d22 security_sb_eat_lsm_opts +EXPORT_SYMBOL vmlinux 0xb49601a1 sg_zero_buffer +EXPORT_SYMBOL vmlinux 0xb4a79898 blk_limits_io_opt +EXPORT_SYMBOL vmlinux 0xb4b0ab7c single_open +EXPORT_SYMBOL vmlinux 0xb4ca6b6c fault_in_iov_iter_writeable +EXPORT_SYMBOL vmlinux 0xb4eba58d inet_csk_reset_keepalive_timer +EXPORT_SYMBOL vmlinux 0xb51799e6 irq_set_chip +EXPORT_SYMBOL vmlinux 0xb51c9ed5 fb_prepare_logo +EXPORT_SYMBOL vmlinux 0xb52044f1 rproc_elf_sanity_check +EXPORT_SYMBOL vmlinux 0xb53f2810 tcp_sockets_allocated +EXPORT_SYMBOL vmlinux 0xb558ed0f framebuffer_alloc +EXPORT_SYMBOL vmlinux 0xb5639de5 __scsi_add_device +EXPORT_SYMBOL vmlinux 0xb56d22be config_item_get_unless_zero +EXPORT_SYMBOL vmlinux 0xb579175c xfrm_unregister_type_offload +EXPORT_SYMBOL vmlinux 0xb5801ac8 new_inode +EXPORT_SYMBOL vmlinux 0xb5845013 dump_emit +EXPORT_SYMBOL vmlinux 0xb58c611e sockopt_ns_capable +EXPORT_SYMBOL vmlinux 0xb5903666 eisa_bus_type +EXPORT_SYMBOL vmlinux 0xb59446b4 netdev_lower_get_first_private_rcu +EXPORT_SYMBOL vmlinux 0xb5982e36 __cgroup_bpf_run_filter_sk +EXPORT_SYMBOL vmlinux 0xb5a459dc unregister_blkdev +EXPORT_SYMBOL vmlinux 0xb5aa7165 dma_pool_destroy +EXPORT_SYMBOL vmlinux 0xb5aabe77 pagecache_isize_extended +EXPORT_SYMBOL vmlinux 0xb5ab892d uv_undefined +EXPORT_SYMBOL vmlinux 0xb5aeb2a8 scsi_print_command +EXPORT_SYMBOL vmlinux 0xb5b54b34 _raw_spin_unlock +EXPORT_SYMBOL vmlinux 0xb5b63711 fileattr_fill_xflags +EXPORT_SYMBOL vmlinux 0xb5bb3b06 nvdimm_bus_lock +EXPORT_SYMBOL vmlinux 0xb5bf11d6 __brelse +EXPORT_SYMBOL vmlinux 0xb5ce4427 pcim_iomap +EXPORT_SYMBOL vmlinux 0xb5ce5adb md_integrity_add_rdev +EXPORT_SYMBOL vmlinux 0xb5e0151b param_array_ops +EXPORT_SYMBOL vmlinux 0xb5e73116 flush_delayed_work +EXPORT_SYMBOL vmlinux 0xb5f56031 pmem_should_map_pages +EXPORT_SYMBOL vmlinux 0xb6064a0b mmc_set_blocklen +EXPORT_SYMBOL vmlinux 0xb6088391 __dynamic_dev_dbg +EXPORT_SYMBOL vmlinux 0xb61d6fc2 down_read_interruptible +EXPORT_SYMBOL vmlinux 0xb633f115 irq_poll_enable +EXPORT_SYMBOL vmlinux 0xb63450c4 skb_tx_error +EXPORT_SYMBOL vmlinux 0xb654ef65 acpi_os_read_port +EXPORT_SYMBOL vmlinux 0xb66e96d8 netlbl_audit_start +EXPORT_SYMBOL vmlinux 0xb66fd2a8 cdrom_check_events +EXPORT_SYMBOL vmlinux 0xb674a534 acpi_unmap_cpu +EXPORT_SYMBOL vmlinux 0xb678366f int_sqrt +EXPORT_SYMBOL vmlinux 0xb67fec0e uuid_parse +EXPORT_SYMBOL vmlinux 0xb6915d0d seq_file_path +EXPORT_SYMBOL vmlinux 0xb6936ffe _bcd2bin +EXPORT_SYMBOL vmlinux 0xb6acaa13 phy_sfp_detach +EXPORT_SYMBOL vmlinux 0xb6b27fe7 remap_vmalloc_range +EXPORT_SYMBOL vmlinux 0xb6cb556a _find_first_and_bit +EXPORT_SYMBOL vmlinux 0xb6d201a5 pm_vt_switch_unregister +EXPORT_SYMBOL vmlinux 0xb6d2cf66 pci_wake_from_d3 +EXPORT_SYMBOL vmlinux 0xb6d5de7f vga_put +EXPORT_SYMBOL vmlinux 0xb6e36ce2 psched_ratecfg_precompute +EXPORT_SYMBOL vmlinux 0xb6f2aa8f netdev_master_upper_dev_get +EXPORT_SYMBOL vmlinux 0xb6fde909 close_fd +EXPORT_SYMBOL vmlinux 0xb7017b85 dquot_get_next_dqblk +EXPORT_SYMBOL vmlinux 0xb709260a phy_start_cable_test +EXPORT_SYMBOL vmlinux 0xb70fd97a unregister_qdisc +EXPORT_SYMBOL vmlinux 0xb71589f0 skip_spaces +EXPORT_SYMBOL vmlinux 0xb71ed69f __hw_addr_unsync +EXPORT_SYMBOL vmlinux 0xb727e793 folio_mapping +EXPORT_SYMBOL vmlinux 0xb72db760 is_free_buddy_page +EXPORT_SYMBOL vmlinux 0xb7353615 phy_ethtool_get_eee +EXPORT_SYMBOL vmlinux 0xb737b185 gen_pool_best_fit +EXPORT_SYMBOL vmlinux 0xb73c29e5 kern_path_create +EXPORT_SYMBOL vmlinux 0xb748aed2 vfs_fileattr_get +EXPORT_SYMBOL vmlinux 0xb752eb7e abort_creds +EXPORT_SYMBOL vmlinux 0xb7593ddc iosf_mbi_unregister_pmic_bus_access_notifier +EXPORT_SYMBOL vmlinux 0xb76425ab bprm_change_interp +EXPORT_SYMBOL vmlinux 0xb78debe3 LZ4_decompress_fast_usingDict +EXPORT_SYMBOL vmlinux 0xb7c0f443 sort +EXPORT_SYMBOL vmlinux 0xb7c5a3c6 seq_write +EXPORT_SYMBOL vmlinux 0xb7c6db70 sysctl_max_skb_frags +EXPORT_SYMBOL vmlinux 0xb7c93e03 vga_client_register +EXPORT_SYMBOL vmlinux 0xb809e144 mipi_dsi_dcs_set_display_on +EXPORT_SYMBOL vmlinux 0xb80b4a18 zstd_compress_bound +EXPORT_SYMBOL vmlinux 0xb82d0c8f phy_ethtool_set_wol +EXPORT_SYMBOL vmlinux 0xb82f8bef cdrom_ioctl +EXPORT_SYMBOL vmlinux 0xb84277cb pin_user_pages_unlocked +EXPORT_SYMBOL vmlinux 0xb856bba0 neigh_connected_output +EXPORT_SYMBOL vmlinux 0xb862f7ea __x86_indirect_jump_thunk_rbx +EXPORT_SYMBOL vmlinux 0xb8657a2c vfs_parse_fs_param +EXPORT_SYMBOL vmlinux 0xb868ac5c register_sysrq_key +EXPORT_SYMBOL vmlinux 0xb86f74c5 free_cpumask_var +EXPORT_SYMBOL vmlinux 0xb89b6e6b guid_parse +EXPORT_SYMBOL vmlinux 0xb8aaf2cf key_type_keyring +EXPORT_SYMBOL vmlinux 0xb8b043f2 kfree_link +EXPORT_SYMBOL vmlinux 0xb8be87bd devm_extcon_register_notifier +EXPORT_SYMBOL vmlinux 0xb8c4c59d agp_generic_alloc_pages +EXPORT_SYMBOL vmlinux 0xb8c5ff5d fs_param_is_bool +EXPORT_SYMBOL vmlinux 0xb8cac2bc acpi_processor_notify_smm +EXPORT_SYMBOL vmlinux 0xb8d27437 simple_setattr +EXPORT_SYMBOL vmlinux 0xb8d9046c reuseport_add_sock +EXPORT_SYMBOL vmlinux 0xb8e7ce2c __put_user_8 +EXPORT_SYMBOL vmlinux 0xb8f22deb eth_commit_mac_addr_change +EXPORT_SYMBOL vmlinux 0xb907513f unpoison_memory +EXPORT_SYMBOL vmlinux 0xb911bb58 minmax_running_max +EXPORT_SYMBOL vmlinux 0xb9198a1d dev_mc_sync +EXPORT_SYMBOL vmlinux 0xb920db49 acpi_tb_install_and_load_table +EXPORT_SYMBOL vmlinux 0xb9235911 kset_unregister +EXPORT_SYMBOL vmlinux 0xb92a5c84 sock_i_uid +EXPORT_SYMBOL vmlinux 0xb94339c4 qdisc_put_stab +EXPORT_SYMBOL vmlinux 0xb946ad27 scsi_block_when_processing_errors +EXPORT_SYMBOL vmlinux 0xb9478d90 hdmi_drm_infoframe_unpack_only +EXPORT_SYMBOL vmlinux 0xb9533388 flow_rule_match_enc_control +EXPORT_SYMBOL vmlinux 0xb960d07b security_inode_copy_up +EXPORT_SYMBOL vmlinux 0xb96250f3 folio_end_writeback +EXPORT_SYMBOL vmlinux 0xb96b6d94 freeze_super +EXPORT_SYMBOL vmlinux 0xb96c4f9e audit_log_subject_context +EXPORT_SYMBOL vmlinux 0xb97220ff bitmap_parse +EXPORT_SYMBOL vmlinux 0xb972b9b3 inet_recvmsg +EXPORT_SYMBOL vmlinux 0xb9737854 __cgroup_bpf_run_filter_sock_ops +EXPORT_SYMBOL vmlinux 0xb973e430 fb_pan_display +EXPORT_SYMBOL vmlinux 0xb97f7045 acpi_install_gpe_handler +EXPORT_SYMBOL vmlinux 0xb9856268 mmc_is_req_done +EXPORT_SYMBOL vmlinux 0xb9a09ddd __x86_indirect_jump_thunk_rcx +EXPORT_SYMBOL vmlinux 0xb9a3be9f __xfrm_dst_lookup +EXPORT_SYMBOL vmlinux 0xb9a53c59 cdev_add +EXPORT_SYMBOL vmlinux 0xb9af1d0d __xa_clear_mark +EXPORT_SYMBOL vmlinux 0xb9b00a45 xfrm_policy_walk +EXPORT_SYMBOL vmlinux 0xb9c25e07 phy_print_status +EXPORT_SYMBOL vmlinux 0xb9c488a3 pci_unmap_rom +EXPORT_SYMBOL vmlinux 0xb9c9561a __register_chrdev +EXPORT_SYMBOL vmlinux 0xb9ccc56e generic_perform_write +EXPORT_SYMBOL vmlinux 0xb9ce3b54 xfrm_parse_spi +EXPORT_SYMBOL vmlinux 0xb9d8db34 ip6_dst_check +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 0xb9f2e8e2 mmc_request_done +EXPORT_SYMBOL vmlinux 0xb9fc4872 bio_endio +EXPORT_SYMBOL vmlinux 0xba022fd5 blk_dump_rq_flags +EXPORT_SYMBOL vmlinux 0xba0676e2 vm_zone_stat +EXPORT_SYMBOL vmlinux 0xba1008c8 __crc32c_le +EXPORT_SYMBOL vmlinux 0xba135690 make_bad_inode +EXPORT_SYMBOL vmlinux 0xba1a4b1f scsi_eh_restore_cmnd +EXPORT_SYMBOL vmlinux 0xba2449b3 __x86_indirect_jump_thunk_rax +EXPORT_SYMBOL vmlinux 0xba2a09c9 netpoll_send_udp +EXPORT_SYMBOL vmlinux 0xba3e08cc rtnl_link_get_net +EXPORT_SYMBOL vmlinux 0xba443733 block_write_end +EXPORT_SYMBOL vmlinux 0xba497f13 loops_per_jiffy +EXPORT_SYMBOL vmlinux 0xba8fbd64 _raw_spin_lock +EXPORT_SYMBOL vmlinux 0xba96a5f9 ram_aops +EXPORT_SYMBOL vmlinux 0xbac13a63 tcf_action_update_hw_stats +EXPORT_SYMBOL vmlinux 0xbac8aeea sg_nents_for_len +EXPORT_SYMBOL vmlinux 0xbacbd1da registered_fb +EXPORT_SYMBOL vmlinux 0xbae045d0 devm_ioremap +EXPORT_SYMBOL vmlinux 0xbae16dca __traceiter_mmap_lock_acquire_returned +EXPORT_SYMBOL vmlinux 0xbaf353cf fs_param_is_enum +EXPORT_SYMBOL vmlinux 0xbafa632e __do_once_sleepable_start +EXPORT_SYMBOL vmlinux 0xbafe5692 netif_tx_wake_queue +EXPORT_SYMBOL vmlinux 0xbb0540aa zlib_inflateReset +EXPORT_SYMBOL vmlinux 0xbb0f8292 netdev_has_any_upper_dev +EXPORT_SYMBOL vmlinux 0xbb126b47 __i2c_smbus_xfer +EXPORT_SYMBOL vmlinux 0xbb13595e smp_call_function_many +EXPORT_SYMBOL vmlinux 0xbb19740c simple_recursive_removal +EXPORT_SYMBOL vmlinux 0xbb1bac24 acpi_unregister_debugger +EXPORT_SYMBOL vmlinux 0xbb1c20d2 bioset_exit +EXPORT_SYMBOL vmlinux 0xbb24f607 init_cdrom_command +EXPORT_SYMBOL vmlinux 0xbb2fe766 rproc_vq_interrupt +EXPORT_SYMBOL vmlinux 0xbb3226a5 eth_header +EXPORT_SYMBOL vmlinux 0xbb338e44 security_dentry_create_files_as +EXPORT_SYMBOL vmlinux 0xbb386fef md_bitmap_endwrite +EXPORT_SYMBOL vmlinux 0xbb396a38 unix_attach_fds +EXPORT_SYMBOL vmlinux 0xbb44f3e7 fscrypt_ioctl_get_policy +EXPORT_SYMBOL vmlinux 0xbb4f4766 simple_write_to_buffer +EXPORT_SYMBOL vmlinux 0xbb677fa5 inet_frags_fini +EXPORT_SYMBOL vmlinux 0xbb7740c6 mdiobus_write_nested +EXPORT_SYMBOL vmlinux 0xbb8e169a vga_switcheroo_handler_flags +EXPORT_SYMBOL vmlinux 0xbb970656 netdev_has_upper_dev_all_rcu +EXPORT_SYMBOL vmlinux 0xbb9aa9e1 __nd_driver_register +EXPORT_SYMBOL vmlinux 0xbb9ed3bf mutex_trylock +EXPORT_SYMBOL vmlinux 0xbba7f2f2 __cpuhp_setup_state_cpuslocked +EXPORT_SYMBOL vmlinux 0xbbb00744 tcp_v4_do_rcv +EXPORT_SYMBOL vmlinux 0xbbb06f3a end_buffer_read_sync +EXPORT_SYMBOL vmlinux 0xbbdb7312 udp6_set_csum +EXPORT_SYMBOL vmlinux 0xbbe1c289 skb_ensure_writable +EXPORT_SYMBOL vmlinux 0xbbebd3fe nf_ip6_checksum +EXPORT_SYMBOL vmlinux 0xbbfef4f2 backlight_device_set_brightness +EXPORT_SYMBOL vmlinux 0xbc2031de acpi_processor_get_bios_limit +EXPORT_SYMBOL vmlinux 0xbc278c9c single_open_size +EXPORT_SYMBOL vmlinux 0xbc2f035d mr_table_dump +EXPORT_SYMBOL vmlinux 0xbc395531 ip_options_rcv_srr +EXPORT_SYMBOL vmlinux 0xbc415a53 nd_dax_probe +EXPORT_SYMBOL vmlinux 0xbc6e3f90 tcp_prot +EXPORT_SYMBOL vmlinux 0xbcab6ee6 sscanf +EXPORT_SYMBOL vmlinux 0xbcb36fe4 hugetlb_optimize_vmemmap_key +EXPORT_SYMBOL vmlinux 0xbcbfe72f fwnode_iomap +EXPORT_SYMBOL vmlinux 0xbcc4cae4 fscrypt_decrypt_pagecache_blocks +EXPORT_SYMBOL vmlinux 0xbcceb3bc netlink_set_err +EXPORT_SYMBOL vmlinux 0xbcd35a54 mfd_cell_disable +EXPORT_SYMBOL vmlinux 0xbcdb684a ip_sock_set_tos +EXPORT_SYMBOL vmlinux 0xbcee1e3c ip_do_fragment +EXPORT_SYMBOL vmlinux 0xbcef8b58 __x86_indirect_jump_thunk_rdx +EXPORT_SYMBOL vmlinux 0xbcfa2d2f vfs_mkobj +EXPORT_SYMBOL vmlinux 0xbcfecaeb __xfrm_decode_session +EXPORT_SYMBOL vmlinux 0xbd044422 netpoll_poll_enable +EXPORT_SYMBOL vmlinux 0xbd14409d bio_alloc_bioset +EXPORT_SYMBOL vmlinux 0xbd322a46 __blk_mq_end_request +EXPORT_SYMBOL vmlinux 0xbd393ca3 ioread64be_lo_hi +EXPORT_SYMBOL vmlinux 0xbd3f1cd1 mmc_erase +EXPORT_SYMBOL vmlinux 0xbd462b55 __kfifo_init +EXPORT_SYMBOL vmlinux 0xbd521129 inet_sk_set_state +EXPORT_SYMBOL vmlinux 0xbd6841d4 crc16 +EXPORT_SYMBOL vmlinux 0xbd689f92 flow_block_cb_alloc +EXPORT_SYMBOL vmlinux 0xbd6dd026 from_kprojid_munged +EXPORT_SYMBOL vmlinux 0xbd9ec355 tcp_read_sock +EXPORT_SYMBOL vmlinux 0xbd9ee80f skb_queue_head +EXPORT_SYMBOL vmlinux 0xbdbb6db0 md_reap_sync_thread +EXPORT_SYMBOL vmlinux 0xbdc31803 sock_create_kern +EXPORT_SYMBOL vmlinux 0xbdcb2e91 vme_dma_list_exec +EXPORT_SYMBOL vmlinux 0xbdcddd5d scsi_remove_target +EXPORT_SYMBOL vmlinux 0xbdf25dfe page_get_link +EXPORT_SYMBOL vmlinux 0xbdf31cb8 tcf_block_netif_keep_dst +EXPORT_SYMBOL vmlinux 0xbdfb6dbb __fentry__ +EXPORT_SYMBOL vmlinux 0xbe0110e7 acpi_set_gpe +EXPORT_SYMBOL vmlinux 0xbe263f36 cred_fscmp +EXPORT_SYMBOL vmlinux 0xbe483375 acpi_bus_register_driver +EXPORT_SYMBOL vmlinux 0xbe49252c acpi_os_write_port +EXPORT_SYMBOL vmlinux 0xbe4eb6ed secure_dccpv6_sequence_number +EXPORT_SYMBOL vmlinux 0xbe58c055 mount_bdev +EXPORT_SYMBOL vmlinux 0xbe5a24e9 xxh32_copy_state +EXPORT_SYMBOL vmlinux 0xbe5c9e8b pci_enable_link_state +EXPORT_SYMBOL vmlinux 0xbe6a866f __wait_on_bit +EXPORT_SYMBOL vmlinux 0xbe6a8c96 zstd_cctx_workspace_bound +EXPORT_SYMBOL vmlinux 0xbe986d6f flow_block_cb_free +EXPORT_SYMBOL vmlinux 0xbe9eccd8 jbd2_submit_inode_data +EXPORT_SYMBOL vmlinux 0xbea684bb t10_pi_type3_ip +EXPORT_SYMBOL vmlinux 0xbebb50d2 reuseport_detach_sock +EXPORT_SYMBOL vmlinux 0xbecab81f clear_user_erms +EXPORT_SYMBOL vmlinux 0xbee3a5ee netdev_sk_get_lowest_dev +EXPORT_SYMBOL vmlinux 0xbef43296 console_conditional_schedule +EXPORT_SYMBOL vmlinux 0xbef88822 i2c_smbus_write_block_data +EXPORT_SYMBOL vmlinux 0xbefa51a3 gen_pool_add_owner +EXPORT_SYMBOL vmlinux 0xbf0f1830 set_anon_super +EXPORT_SYMBOL vmlinux 0xbf13652d pci_scan_slot +EXPORT_SYMBOL vmlinux 0xbf14bab8 configfs_remove_default_groups +EXPORT_SYMBOL vmlinux 0xbf183b2e pnp_request_card_device +EXPORT_SYMBOL vmlinux 0xbf237cf2 sget +EXPORT_SYMBOL vmlinux 0xbf3193ec acpi_unregister_ioapic +EXPORT_SYMBOL vmlinux 0xbf323d9d tcf_block_put +EXPORT_SYMBOL vmlinux 0xbf38701c agp_generic_destroy_pages +EXPORT_SYMBOL vmlinux 0xbf4a430a blk_integrity_unregister +EXPORT_SYMBOL vmlinux 0xbf59c419 posix_acl_init +EXPORT_SYMBOL vmlinux 0xbf62600d security_path_mkdir +EXPORT_SYMBOL vmlinux 0xbf6a11c7 kern_unmount_array +EXPORT_SYMBOL vmlinux 0xbf6ea707 d_tmpfile +EXPORT_SYMBOL vmlinux 0xbf73472f vfs_get_fsid +EXPORT_SYMBOL vmlinux 0xbf83a653 dma_unmap_sg_attrs +EXPORT_SYMBOL vmlinux 0xbf87957b vma_alloc_folio +EXPORT_SYMBOL vmlinux 0xbf91529b mipi_dsi_dcs_set_pixel_format +EXPORT_SYMBOL vmlinux 0xbf996e5d set_create_files_as +EXPORT_SYMBOL vmlinux 0xbf9bcc8d __cap_empty_set +EXPORT_SYMBOL vmlinux 0xbfa509c9 __tracepoint_spi_transfer_start +EXPORT_SYMBOL vmlinux 0xbfae9e07 utf8_validate +EXPORT_SYMBOL vmlinux 0xbfb6f907 dcb_getapp +EXPORT_SYMBOL vmlinux 0xbfc177bc iowrite32_rep +EXPORT_SYMBOL vmlinux 0xbfe117ad dm_table_run_md_queue_async +EXPORT_SYMBOL vmlinux 0xc00ce130 vme_bus_num +EXPORT_SYMBOL vmlinux 0xc00d9fef thaw_super +EXPORT_SYMBOL vmlinux 0xc01f6f18 i2c_smbus_read_i2c_block_data_or_emulated +EXPORT_SYMBOL vmlinux 0xc02680cb ppp_register_compressor +EXPORT_SYMBOL vmlinux 0xc0364007 fault_in_writeable +EXPORT_SYMBOL vmlinux 0xc041bb3a register_key_type +EXPORT_SYMBOL vmlinux 0xc05b091f _copy_from_iter_nocache +EXPORT_SYMBOL vmlinux 0xc068324b phy_device_create +EXPORT_SYMBOL vmlinux 0xc07351b3 __SCT__cond_resched +EXPORT_SYMBOL vmlinux 0xc0763484 rfkill_blocked +EXPORT_SYMBOL vmlinux 0xc078aa4e blk_queue_chunk_sectors +EXPORT_SYMBOL vmlinux 0xc078d22c zstd_init_cstream +EXPORT_SYMBOL vmlinux 0xc07b0863 fb_destroy_modedb +EXPORT_SYMBOL vmlinux 0xc07bf70f pci_read_vpd_any +EXPORT_SYMBOL vmlinux 0xc0847fef gnet_stats_copy_basic +EXPORT_SYMBOL vmlinux 0xc09542ce inode_insert5 +EXPORT_SYMBOL vmlinux 0xc0963f3f xp_free +EXPORT_SYMBOL vmlinux 0xc097b03a blk_mq_alloc_request +EXPORT_SYMBOL vmlinux 0xc0af7535 xfrm_policy_delete +EXPORT_SYMBOL vmlinux 0xc0f072b5 simple_rename +EXPORT_SYMBOL vmlinux 0xc0f75f0e skb_append +EXPORT_SYMBOL vmlinux 0xc0fd9897 udp_set_csum +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 0xc1002742 inetdev_by_index +EXPORT_SYMBOL vmlinux 0xc1163f9f config_group_init +EXPORT_SYMBOL vmlinux 0xc1198662 __warn_flushing_systemwide_wq +EXPORT_SYMBOL vmlinux 0xc12b32b2 set_capacity +EXPORT_SYMBOL vmlinux 0xc133a4cc gnet_stats_start_copy_compat +EXPORT_SYMBOL vmlinux 0xc1365323 acpi_enable_all_wakeup_gpes +EXPORT_SYMBOL vmlinux 0xc137aebd genphy_read_abilities +EXPORT_SYMBOL vmlinux 0xc14535ea md_bitmap_update_sb +EXPORT_SYMBOL vmlinux 0xc147f453 d_exact_alias +EXPORT_SYMBOL vmlinux 0xc14dc168 acpi_get_data +EXPORT_SYMBOL vmlinux 0xc1514a3b free_irq +EXPORT_SYMBOL vmlinux 0xc1554c13 is_acpi_device_node +EXPORT_SYMBOL vmlinux 0xc16be39d iter_div_u64_rem +EXPORT_SYMBOL vmlinux 0xc16c787f pm860x_page_bulk_read +EXPORT_SYMBOL vmlinux 0xc175fd21 jbd2_journal_load +EXPORT_SYMBOL vmlinux 0xc1867a6b __scsi_execute +EXPORT_SYMBOL vmlinux 0xc1896330 validate_slab_cache +EXPORT_SYMBOL vmlinux 0xc1916f1e mdio_device_reset +EXPORT_SYMBOL vmlinux 0xc1a7d2c4 inet_sendpage +EXPORT_SYMBOL vmlinux 0xc1ad234f arp_tbl +EXPORT_SYMBOL vmlinux 0xc1c601e9 eth_type_trans +EXPORT_SYMBOL vmlinux 0xc1d16530 fc_mount +EXPORT_SYMBOL vmlinux 0xc1d1a0b4 page_cache_next_miss +EXPORT_SYMBOL vmlinux 0xc1d5d504 scsi_cmd_allowed +EXPORT_SYMBOL vmlinux 0xc1d6011f security_path_rename +EXPORT_SYMBOL vmlinux 0xc1d8cfaf __fdget +EXPORT_SYMBOL vmlinux 0xc1e54fdb md_check_no_bitmap +EXPORT_SYMBOL vmlinux 0xc22f6693 call_fib_notifier +EXPORT_SYMBOL vmlinux 0xc2379fcd udp_lib_setsockopt +EXPORT_SYMBOL vmlinux 0xc2424641 agp3_generic_cleanup +EXPORT_SYMBOL vmlinux 0xc248383f kthread_create_worker +EXPORT_SYMBOL vmlinux 0xc2660f76 sock_recvmsg +EXPORT_SYMBOL vmlinux 0xc278c965 cpu_all_bits +EXPORT_SYMBOL vmlinux 0xc27f5e27 blk_queue_update_dma_pad +EXPORT_SYMBOL vmlinux 0xc29bf967 strspn +EXPORT_SYMBOL vmlinux 0xc2a2ec84 mark_buffer_dirty +EXPORT_SYMBOL vmlinux 0xc2c26e17 neigh_destroy +EXPORT_SYMBOL vmlinux 0xc2cb862e sgl_alloc_order +EXPORT_SYMBOL vmlinux 0xc2e587d1 reset_devices +EXPORT_SYMBOL vmlinux 0xc2f29651 unlock_buffer +EXPORT_SYMBOL vmlinux 0xc3055d20 usleep_range_state +EXPORT_SYMBOL vmlinux 0xc3081c11 load_nls_default +EXPORT_SYMBOL vmlinux 0xc310b981 strnstr +EXPORT_SYMBOL vmlinux 0xc31db0ce is_vmalloc_addr +EXPORT_SYMBOL vmlinux 0xc32c71af register_inetaddr_validator_notifier +EXPORT_SYMBOL vmlinux 0xc32edad8 would_dump +EXPORT_SYMBOL vmlinux 0xc3762aec mempool_alloc +EXPORT_SYMBOL vmlinux 0xc37f9c6e cpufreq_update_policy +EXPORT_SYMBOL vmlinux 0xc385f268 mipi_dsi_dcs_set_page_address +EXPORT_SYMBOL vmlinux 0xc38c83b8 mod_timer +EXPORT_SYMBOL vmlinux 0xc393fa99 mmc_gpiod_request_ro +EXPORT_SYMBOL vmlinux 0xc3aaf0a9 __put_user_1 +EXPORT_SYMBOL vmlinux 0xc3bc72ad trace_print_array_seq +EXPORT_SYMBOL vmlinux 0xc3c1d90e wait_for_key_construction +EXPORT_SYMBOL vmlinux 0xc3f20462 vme_slot_num +EXPORT_SYMBOL vmlinux 0xc3f5b363 textsearch_destroy +EXPORT_SYMBOL vmlinux 0xc3ff38c2 down_read_trylock +EXPORT_SYMBOL vmlinux 0xc4212ab9 qdisc_class_hash_insert +EXPORT_SYMBOL vmlinux 0xc42dcb99 acpi_evaluate_ost +EXPORT_SYMBOL vmlinux 0xc4348244 key_invalidate +EXPORT_SYMBOL vmlinux 0xc44241de rproc_elf_get_boot_addr +EXPORT_SYMBOL vmlinux 0xc446202a jbd2_trans_will_send_data_barrier +EXPORT_SYMBOL vmlinux 0xc447ef40 register_netdevice_notifier_dev_net +EXPORT_SYMBOL vmlinux 0xc452212c utf8_strncasecmp +EXPORT_SYMBOL vmlinux 0xc459e4a7 ip_output +EXPORT_SYMBOL vmlinux 0xc45c5336 netdev_lower_dev_get_private +EXPORT_SYMBOL vmlinux 0xc466d7db t10_pi_type1_ip +EXPORT_SYMBOL vmlinux 0xc4777aa9 __ctzsi2 +EXPORT_SYMBOL vmlinux 0xc47b3cdf nexthop_res_grp_activity_update +EXPORT_SYMBOL vmlinux 0xc4ae915e arch_touch_nmi_watchdog +EXPORT_SYMBOL vmlinux 0xc4b85c10 __nla_put_nohdr +EXPORT_SYMBOL vmlinux 0xc4b9fb93 devm_clk_get_optional +EXPORT_SYMBOL vmlinux 0xc4cc1a5b rtnl_configure_link +EXPORT_SYMBOL vmlinux 0xc4d9acf4 xsk_tx_completed +EXPORT_SYMBOL vmlinux 0xc4dee0ed __skb_gso_segment +EXPORT_SYMBOL vmlinux 0xc4e084aa seq_read_iter +EXPORT_SYMBOL vmlinux 0xc4f38d18 jbd2_journal_free_reserved +EXPORT_SYMBOL vmlinux 0xc4f520dc __register_nls +EXPORT_SYMBOL vmlinux 0xc50fb1a7 tcp_sock_set_keepcnt +EXPORT_SYMBOL vmlinux 0xc515f1cd __x86_indirect_jump_thunk_r13 +EXPORT_SYMBOL vmlinux 0xc5257f59 netdev_warn +EXPORT_SYMBOL vmlinux 0xc528a49a queued_write_lock_slowpath +EXPORT_SYMBOL vmlinux 0xc53842b2 __SCK__tp_func_mmap_lock_acquire_returned +EXPORT_SYMBOL vmlinux 0xc5551c7c flow_rule_match_ip +EXPORT_SYMBOL vmlinux 0xc558530d profile_pc +EXPORT_SYMBOL vmlinux 0xc55ac774 dmam_pool_create +EXPORT_SYMBOL vmlinux 0xc56c3609 xz_dec_microlzma_reset +EXPORT_SYMBOL vmlinux 0xc57c48a3 idr_get_next +EXPORT_SYMBOL vmlinux 0xc57ed453 dev_open +EXPORT_SYMBOL vmlinux 0xc58d5a90 kstrtoll_from_user +EXPORT_SYMBOL vmlinux 0xc59013d0 padata_alloc +EXPORT_SYMBOL vmlinux 0xc596bcf5 mmc_detect_card_removed +EXPORT_SYMBOL vmlinux 0xc599a772 security_xfrm_state_delete +EXPORT_SYMBOL vmlinux 0xc59c2cbf phy_attached_info_irq +EXPORT_SYMBOL vmlinux 0xc5a069d8 dev_deactivate +EXPORT_SYMBOL vmlinux 0xc5a5685f skb_push +EXPORT_SYMBOL vmlinux 0xc5a7cca9 pagecache_get_page +EXPORT_SYMBOL vmlinux 0xc5b6f236 queue_work_on +EXPORT_SYMBOL vmlinux 0xc5cbe802 __register_binfmt +EXPORT_SYMBOL vmlinux 0xc5d4b3a6 dquot_set_dqinfo +EXPORT_SYMBOL vmlinux 0xc5d9c46c agp_try_unsupported_boot +EXPORT_SYMBOL vmlinux 0xc5dcbac8 blk_mq_start_hw_queue +EXPORT_SYMBOL vmlinux 0xc5e2b436 netif_inherit_tso_max +EXPORT_SYMBOL vmlinux 0xc5e73978 __devm_release_region +EXPORT_SYMBOL vmlinux 0xc5e74216 release_resource +EXPORT_SYMBOL vmlinux 0xc5ebbe39 set_pages_uc +EXPORT_SYMBOL vmlinux 0xc60d0620 __num_online_cpus +EXPORT_SYMBOL vmlinux 0xc60d307a inet_get_local_port_range +EXPORT_SYMBOL vmlinux 0xc61ca65e iowrite64be_hi_lo +EXPORT_SYMBOL vmlinux 0xc61db9ba key_alloc +EXPORT_SYMBOL vmlinux 0xc622556f prepare_to_wait_exclusive +EXPORT_SYMBOL vmlinux 0xc62b1d27 tcf_idr_cleanup +EXPORT_SYMBOL vmlinux 0xc631580a console_unlock +EXPORT_SYMBOL vmlinux 0xc633d82d phy_unregister_fixup +EXPORT_SYMBOL vmlinux 0xc649ed5d folio_wait_private_2_killable +EXPORT_SYMBOL vmlinux 0xc6572f33 __set_page_dirty_nobuffers +EXPORT_SYMBOL vmlinux 0xc65e4e97 secure_dccp_sequence_number +EXPORT_SYMBOL vmlinux 0xc666a132 crc_t10dif +EXPORT_SYMBOL vmlinux 0xc66a8304 cpu_rmap_add +EXPORT_SYMBOL vmlinux 0xc670f690 fs_context_for_mount +EXPORT_SYMBOL vmlinux 0xc67a0999 dev_mc_del +EXPORT_SYMBOL vmlinux 0xc67b91d9 xp_can_alloc +EXPORT_SYMBOL vmlinux 0xc6910aa0 do_trace_rdpmc +EXPORT_SYMBOL vmlinux 0xc6b1877f pci_remove_bus +EXPORT_SYMBOL vmlinux 0xc6b4dc59 read_cache_folio +EXPORT_SYMBOL vmlinux 0xc6bee13d vlan_uses_dev +EXPORT_SYMBOL vmlinux 0xc6c777cf nf_ct_get_tuple_skb +EXPORT_SYMBOL vmlinux 0xc6cb465a __kfifo_max_r +EXPORT_SYMBOL vmlinux 0xc6cbbc89 capable +EXPORT_SYMBOL vmlinux 0xc6d09aa9 release_firmware +EXPORT_SYMBOL vmlinux 0xc6e25996 simple_release_fs +EXPORT_SYMBOL vmlinux 0xc6f2849e bio_add_pc_page +EXPORT_SYMBOL vmlinux 0xc6f3b3fc refcount_dec_if_one +EXPORT_SYMBOL vmlinux 0xc6f46339 init_timer_key +EXPORT_SYMBOL vmlinux 0xc6f8e54b pci_biosrom_size +EXPORT_SYMBOL vmlinux 0xc708f1fe ec_write +EXPORT_SYMBOL vmlinux 0xc71151fa dquot_writeback_dquots +EXPORT_SYMBOL vmlinux 0xc7208c3a serial8250_resume_port +EXPORT_SYMBOL vmlinux 0xc74be7b0 tcp_sendpage +EXPORT_SYMBOL vmlinux 0xc756ed88 pci_request_selected_regions +EXPORT_SYMBOL vmlinux 0xc78196a1 i2c_smbus_write_byte +EXPORT_SYMBOL vmlinux 0xc781bd9f rfkill_resume_polling +EXPORT_SYMBOL vmlinux 0xc7856a3d inet6addr_notifier_call_chain +EXPORT_SYMBOL vmlinux 0xc78646b1 netdev_class_create_file_ns +EXPORT_SYMBOL vmlinux 0xc7a4fbed rtnl_lock +EXPORT_SYMBOL vmlinux 0xc7ae1903 security_lock_kernel_down +EXPORT_SYMBOL vmlinux 0xc7bbc51c vm_insert_pages +EXPORT_SYMBOL vmlinux 0xc7c1107a LZ4_decompress_safe +EXPORT_SYMBOL vmlinux 0xc7ecf936 scsi_scan_target +EXPORT_SYMBOL vmlinux 0xc80ab559 swake_up_one +EXPORT_SYMBOL vmlinux 0xc813664a param_ops_charp +EXPORT_SYMBOL vmlinux 0xc81b2578 vga_switcheroo_init_domain_pm_ops +EXPORT_SYMBOL vmlinux 0xc81c1c97 sync_mapping_buffers +EXPORT_SYMBOL vmlinux 0xc839afed hdmi_audio_infoframe_check +EXPORT_SYMBOL vmlinux 0xc83f34b0 blkdev_get_by_dev +EXPORT_SYMBOL vmlinux 0xc84a0a7e seq_hlist_start_rcu +EXPORT_SYMBOL vmlinux 0xc84d6d06 scsi_vpd_lun_id +EXPORT_SYMBOL vmlinux 0xc856ca3a dev_disable_lro +EXPORT_SYMBOL vmlinux 0xc85d2fa2 eisa_driver_unregister +EXPORT_SYMBOL vmlinux 0xc86befd2 __break_lease +EXPORT_SYMBOL vmlinux 0xc872fd85 in6addr_interfacelocal_allnodes +EXPORT_SYMBOL vmlinux 0xc874a02a page_pool_destroy +EXPORT_SYMBOL vmlinux 0xc8827b75 sysctl_vals +EXPORT_SYMBOL vmlinux 0xc890c008 zlib_deflateEnd +EXPORT_SYMBOL vmlinux 0xc894a7b9 in6_dev_finish_destroy +EXPORT_SYMBOL vmlinux 0xc8a91f5b cpumask_local_spread +EXPORT_SYMBOL vmlinux 0xc8b49a26 eth_header_cache +EXPORT_SYMBOL vmlinux 0xc8bcf1d7 clear_inode +EXPORT_SYMBOL vmlinux 0xc8c85086 sg_free_table +EXPORT_SYMBOL vmlinux 0xc8dcc62a krealloc +EXPORT_SYMBOL vmlinux 0xc8de03bf inet_reqsk_alloc +EXPORT_SYMBOL vmlinux 0xc8f44a1c tty_unregister_device +EXPORT_SYMBOL vmlinux 0xc8f81080 tty_devnum +EXPORT_SYMBOL vmlinux 0xc90986f7 simple_dentry_operations +EXPORT_SYMBOL vmlinux 0xc910aa4a dcache_dir_open +EXPORT_SYMBOL vmlinux 0xc9216a82 recalibrate_cpu_khz +EXPORT_SYMBOL vmlinux 0xc93812ba user_revoke +EXPORT_SYMBOL vmlinux 0xc93e8461 acpi_get_event_resources +EXPORT_SYMBOL vmlinux 0xc9447bdb ip6_dst_hoplimit +EXPORT_SYMBOL vmlinux 0xc9634df9 in6addr_linklocal_allrouters +EXPORT_SYMBOL vmlinux 0xc972449f mempool_alloc_slab +EXPORT_SYMBOL vmlinux 0xc9822234 clk_register_clkdev +EXPORT_SYMBOL vmlinux 0xc99e2a55 twl_rev +EXPORT_SYMBOL vmlinux 0xc9b47fd0 uart_get_baud_rate +EXPORT_SYMBOL vmlinux 0xc9cad4ac ptp_clock_event +EXPORT_SYMBOL vmlinux 0xc9cdfc0c md_flush_request +EXPORT_SYMBOL vmlinux 0xc9cf3b57 nf_setsockopt +EXPORT_SYMBOL vmlinux 0xc9d00702 input_free_device +EXPORT_SYMBOL vmlinux 0xc9df055a xfrm_policy_walk_init +EXPORT_SYMBOL vmlinux 0xc9f34c1d acpi_acquire_global_lock +EXPORT_SYMBOL vmlinux 0xc9f96f8c devfreq_register_opp_notifier +EXPORT_SYMBOL vmlinux 0xc9fb1caa agp_generic_destroy_page +EXPORT_SYMBOL vmlinux 0xca02b278 tcp_recvmsg +EXPORT_SYMBOL vmlinux 0xca05293a vfs_parse_fs_param_source +EXPORT_SYMBOL vmlinux 0xca1648d4 zstd_decompress_dctx +EXPORT_SYMBOL vmlinux 0xca17ac01 _find_next_andnot_bit +EXPORT_SYMBOL vmlinux 0xca21ebd3 bitmap_free +EXPORT_SYMBOL vmlinux 0xca228738 filemap_fdatawrite +EXPORT_SYMBOL vmlinux 0xca2648a6 __ip_queue_xmit +EXPORT_SYMBOL vmlinux 0xca431c05 wake_bit_function +EXPORT_SYMBOL vmlinux 0xca433221 __find_get_block +EXPORT_SYMBOL vmlinux 0xca598999 build_skb_around +EXPORT_SYMBOL vmlinux 0xca63b19b d_rehash +EXPORT_SYMBOL vmlinux 0xca7214b6 intel_gmch_probe +EXPORT_SYMBOL vmlinux 0xca7b74c4 fscrypt_put_encryption_info +EXPORT_SYMBOL vmlinux 0xca7b83b1 jbd2_journal_restart +EXPORT_SYMBOL vmlinux 0xca9360b5 rb_next +EXPORT_SYMBOL vmlinux 0xca9aa4c6 mmc_put_card +EXPORT_SYMBOL vmlinux 0xca9beaa4 __xa_store +EXPORT_SYMBOL vmlinux 0xca9cc200 cdc_parse_cdc_header +EXPORT_SYMBOL vmlinux 0xcaa68774 lookup_one +EXPORT_SYMBOL vmlinux 0xcab6554f mq_change_real_num_tx +EXPORT_SYMBOL vmlinux 0xcabbad70 flow_block_cb_setup_simple +EXPORT_SYMBOL vmlinux 0xcad01999 acpi_bus_get_status +EXPORT_SYMBOL vmlinux 0xcad1aca8 acpi_exception +EXPORT_SYMBOL vmlinux 0xcae3508c vme_register_error_handler +EXPORT_SYMBOL vmlinux 0xcaf97799 crypto_kdf108_ctr_generate +EXPORT_SYMBOL vmlinux 0xcb0288ea ledtrig_cpu +EXPORT_SYMBOL vmlinux 0xcb06e6ca unpin_user_page_range_dirty_lock +EXPORT_SYMBOL vmlinux 0xcb189195 nlmsg_notify +EXPORT_SYMBOL vmlinux 0xcb192759 fscrypt_setup_filename +EXPORT_SYMBOL vmlinux 0xcb1ef32a __dev_get_by_flags +EXPORT_SYMBOL vmlinux 0xcb3ae215 call_blocking_lsm_notifier +EXPORT_SYMBOL vmlinux 0xcb3bf542 load_nls +EXPORT_SYMBOL vmlinux 0xcb44cabf d_genocide +EXPORT_SYMBOL vmlinux 0xcb6d679d pcix_get_max_mmrbc +EXPORT_SYMBOL vmlinux 0xcb733bf2 acpi_bus_set_power +EXPORT_SYMBOL vmlinux 0xcb782db1 generic_listxattr +EXPORT_SYMBOL vmlinux 0xcb7ec9b9 put_cmsg_scm_timestamping64 +EXPORT_SYMBOL vmlinux 0xcbbf0a6f audit_log_task_context +EXPORT_SYMBOL vmlinux 0xcbc1d338 inet_shutdown +EXPORT_SYMBOL vmlinux 0xcbd15612 jbd2_fc_release_bufs +EXPORT_SYMBOL vmlinux 0xcbd4898c fortify_panic +EXPORT_SYMBOL vmlinux 0xcbeb1241 netdev_core_stats_alloc +EXPORT_SYMBOL vmlinux 0xcbfb33e4 init_opal_dev +EXPORT_SYMBOL vmlinux 0xcc0e80ce pcibios_bus_to_resource +EXPORT_SYMBOL vmlinux 0xcc15d67b flow_indr_dev_setup_offload +EXPORT_SYMBOL vmlinux 0xcc1b882a idr_get_next_ul +EXPORT_SYMBOL vmlinux 0xcc1cbdbf unregister_quota_format +EXPORT_SYMBOL vmlinux 0xcc23002a hdmi_infoframe_pack_only +EXPORT_SYMBOL vmlinux 0xcc248d26 serial8250_suspend_port +EXPORT_SYMBOL vmlinux 0xcc269b45 devm_memremap +EXPORT_SYMBOL vmlinux 0xcc2b25eb call_usermodehelper_setup +EXPORT_SYMBOL vmlinux 0xcc328a5c reservation_ww_class +EXPORT_SYMBOL vmlinux 0xcc36b8b6 nla_reserve_64bit +EXPORT_SYMBOL vmlinux 0xcc392eea kmalloc_size_roundup +EXPORT_SYMBOL vmlinux 0xcc411ed1 ptp_convert_timestamp +EXPORT_SYMBOL vmlinux 0xcc456ad0 skb_flow_dissect_tunnel_info +EXPORT_SYMBOL vmlinux 0xcc5005fe msleep_interruptible +EXPORT_SYMBOL vmlinux 0xcc5c2df4 trace_print_symbols_seq +EXPORT_SYMBOL vmlinux 0xcc5d22d9 can_do_mlock +EXPORT_SYMBOL vmlinux 0xcc5eaf60 skb_clone_sk +EXPORT_SYMBOL vmlinux 0xcc69b041 eth_header_parse_protocol +EXPORT_SYMBOL vmlinux 0xcc71776f __tracepoint_kmem_cache_alloc +EXPORT_SYMBOL vmlinux 0xcc7ba9c8 security_inode_listsecurity +EXPORT_SYMBOL vmlinux 0xcc83fa83 folio_redirty_for_writepage +EXPORT_SYMBOL vmlinux 0xcc915ebf rproc_shutdown +EXPORT_SYMBOL vmlinux 0xcc9ede30 zerocopy_sg_from_iter +EXPORT_SYMBOL vmlinux 0xcca5839d xen_vcpu_id +EXPORT_SYMBOL vmlinux 0xccb08aa6 sockopt_release_sock +EXPORT_SYMBOL vmlinux 0xccb312dc pcim_enable_device +EXPORT_SYMBOL vmlinux 0xccf69203 generic_pipe_buf_try_steal +EXPORT_SYMBOL vmlinux 0xccf75e6f textsearch_prepare +EXPORT_SYMBOL vmlinux 0xccfb9e07 dst_default_metrics +EXPORT_SYMBOL vmlinux 0xccfd2ebc scsi_dev_info_list_del_keyed +EXPORT_SYMBOL vmlinux 0xcd01b6e8 vfs_create_mount +EXPORT_SYMBOL vmlinux 0xcd01b8e6 acpi_attach_data +EXPORT_SYMBOL vmlinux 0xcd057a68 devm_extcon_unregister_notifier +EXPORT_SYMBOL vmlinux 0xcd0bbab2 vga_switcheroo_register_handler +EXPORT_SYMBOL vmlinux 0xcd11107d amd_iommu_domain_clear_gcr3 +EXPORT_SYMBOL vmlinux 0xcd1e061a iov_iter_alignment +EXPORT_SYMBOL vmlinux 0xcd279169 nla_find +EXPORT_SYMBOL vmlinux 0xcd2aa24b xp_dma_map +EXPORT_SYMBOL vmlinux 0xcd2c7041 device_match_acpi_handle +EXPORT_SYMBOL vmlinux 0xcd408fac tcp_mtup_init +EXPORT_SYMBOL vmlinux 0xcd510a43 dev_close +EXPORT_SYMBOL vmlinux 0xcd575c64 dma_ops +EXPORT_SYMBOL vmlinux 0xcd7be763 skb_vlan_pop +EXPORT_SYMBOL vmlinux 0xcd7c78e2 passthru_features_check +EXPORT_SYMBOL vmlinux 0xcd7dd7df dns_query +EXPORT_SYMBOL vmlinux 0xcd8107b3 scsi_dma_map +EXPORT_SYMBOL vmlinux 0xcd8ab401 iunique +EXPORT_SYMBOL vmlinux 0xcd8ce890 acpi_format_exception +EXPORT_SYMBOL vmlinux 0xcd912343 pci_bus_size_bridges +EXPORT_SYMBOL vmlinux 0xcdc39c9e security_ismaclabel +EXPORT_SYMBOL vmlinux 0xcdcee074 block_page_mkwrite +EXPORT_SYMBOL vmlinux 0xcde77bcc free_opal_dev +EXPORT_SYMBOL vmlinux 0xcdfc1a6f convert_art_to_tsc +EXPORT_SYMBOL vmlinux 0xce13beff sync_inodes_sb +EXPORT_SYMBOL vmlinux 0xce1b5c1e input_release_device +EXPORT_SYMBOL vmlinux 0xce21b4df input_set_abs_params +EXPORT_SYMBOL vmlinux 0xce2840e7 irq_set_irq_wake +EXPORT_SYMBOL vmlinux 0xce2bb54d may_setattr +EXPORT_SYMBOL vmlinux 0xce4cdb8e fb_find_best_mode +EXPORT_SYMBOL vmlinux 0xce4e47b6 __kfifo_skip_r +EXPORT_SYMBOL vmlinux 0xce4edfc8 md_unregister_thread +EXPORT_SYMBOL vmlinux 0xce4fa486 bioset_init +EXPORT_SYMBOL vmlinux 0xce55a9cb unregister_netdevice_notifier_dev_net +EXPORT_SYMBOL vmlinux 0xce5ac24f zlib_inflate_workspacesize +EXPORT_SYMBOL vmlinux 0xce5f15b7 __bh_read_batch +EXPORT_SYMBOL vmlinux 0xce720f28 mtree_destroy +EXPORT_SYMBOL vmlinux 0xce76c257 acpi_get_irq_routing_table +EXPORT_SYMBOL vmlinux 0xce807a25 up_write +EXPORT_SYMBOL vmlinux 0xce9bdd66 netdev_adjacent_change_abort +EXPORT_SYMBOL vmlinux 0xce9d929e bio_alloc_clone +EXPORT_SYMBOL vmlinux 0xcea381dd x86_match_cpu +EXPORT_SYMBOL vmlinux 0xceab0311 strchrnul +EXPORT_SYMBOL vmlinux 0xceb94e8e tty_register_ldisc +EXPORT_SYMBOL vmlinux 0xcebcace9 padata_set_cpumask +EXPORT_SYMBOL vmlinux 0xced0f4d4 gen_pool_create +EXPORT_SYMBOL vmlinux 0xced31e18 nd_device_unregister +EXPORT_SYMBOL vmlinux 0xcefb0c9f __mutex_init +EXPORT_SYMBOL vmlinux 0xcefc898e vm_insert_page +EXPORT_SYMBOL vmlinux 0xcefcd99a serial8250_unregister_port +EXPORT_SYMBOL vmlinux 0xceff2cbd nd_btt_version +EXPORT_SYMBOL vmlinux 0xcf0360f3 dquot_get_next_id +EXPORT_SYMBOL vmlinux 0xcf24f259 mipi_dsi_dcs_set_display_off +EXPORT_SYMBOL vmlinux 0xcf2a6966 up +EXPORT_SYMBOL vmlinux 0xcf319e8d noop_fsync +EXPORT_SYMBOL vmlinux 0xcf3b69b3 netdev_stats_to_stats64 +EXPORT_SYMBOL vmlinux 0xcf3ce772 tcf_get_next_proto +EXPORT_SYMBOL vmlinux 0xcf49076a page_pool_update_nid +EXPORT_SYMBOL vmlinux 0xcf4dc17b scsi_device_set_state +EXPORT_SYMBOL vmlinux 0xcf4fdd4d _atomic_dec_and_lock +EXPORT_SYMBOL vmlinux 0xcf65e489 textsearch_register +EXPORT_SYMBOL vmlinux 0xcf918a21 amd_iommu_domain_direct_map +EXPORT_SYMBOL vmlinux 0xcf9b558d touchscreen_set_mt_pos +EXPORT_SYMBOL vmlinux 0xcfabe78b udp_ioctl +EXPORT_SYMBOL vmlinux 0xcfb63c04 locks_delete_block +EXPORT_SYMBOL vmlinux 0xcfbbadf0 sk_reset_timer +EXPORT_SYMBOL vmlinux 0xcfbf0826 fqdir_exit +EXPORT_SYMBOL vmlinux 0xcfc93e68 gro_find_complete_by_type +EXPORT_SYMBOL vmlinux 0xcfc9deaf atomic_dec_and_mutex_lock +EXPORT_SYMBOL vmlinux 0xcfd884a8 __hsiphash_unaligned +EXPORT_SYMBOL vmlinux 0xcfda1758 bio_copy_data_iter +EXPORT_SYMBOL vmlinux 0xcfeccb0c sg_miter_skip +EXPORT_SYMBOL vmlinux 0xcff0b230 ipv6_dev_find +EXPORT_SYMBOL vmlinux 0xcff70e1c flow_block_cb_priv +EXPORT_SYMBOL vmlinux 0xcff7af0b skb_copy +EXPORT_SYMBOL vmlinux 0xd001ab0e acpi_device_hid +EXPORT_SYMBOL vmlinux 0xd00364cf max8998_bulk_read +EXPORT_SYMBOL vmlinux 0xd030eda1 get_user_pages_remote +EXPORT_SYMBOL vmlinux 0xd046e3fa serio_open +EXPORT_SYMBOL vmlinux 0xd048fcfe brioctl_set +EXPORT_SYMBOL vmlinux 0xd04c1a64 sysctl_devconf_inherit_init_net +EXPORT_SYMBOL vmlinux 0xd04e95fb sock_no_shutdown +EXPORT_SYMBOL vmlinux 0xd0654aba woken_wake_function +EXPORT_SYMBOL vmlinux 0xd06f1900 of_find_mipi_dsi_device_by_node +EXPORT_SYMBOL vmlinux 0xd0760fc0 kfree_sensitive +EXPORT_SYMBOL vmlinux 0xd07e4ba4 put_ipc_ns +EXPORT_SYMBOL vmlinux 0xd08adb2b trace_seq_hex_dump +EXPORT_SYMBOL vmlinux 0xd0982e43 udp_prot +EXPORT_SYMBOL vmlinux 0xd09b0194 path_is_under +EXPORT_SYMBOL vmlinux 0xd09ea384 pci_request_region +EXPORT_SYMBOL vmlinux 0xd0b2fbd8 locks_lock_inode_wait +EXPORT_SYMBOL vmlinux 0xd0b74705 acpi_install_interface +EXPORT_SYMBOL vmlinux 0xd0ba2a6c udp_sk_rx_dst_set +EXPORT_SYMBOL vmlinux 0xd0cecfd3 ethtool_rx_flow_rule_destroy +EXPORT_SYMBOL vmlinux 0xd0eedd61 dma_fence_array_create +EXPORT_SYMBOL vmlinux 0xd0f284b8 mmiotrace_printk +EXPORT_SYMBOL vmlinux 0xd0f72f1d qdisc_watchdog_cancel +EXPORT_SYMBOL vmlinux 0xd0f9c4f9 vlan_dev_vlan_proto +EXPORT_SYMBOL vmlinux 0xd0fa10e6 blk_post_runtime_suspend +EXPORT_SYMBOL vmlinux 0xd0fb9efa netlink_kernel_release +EXPORT_SYMBOL vmlinux 0xd0fef3b2 agp_free_key +EXPORT_SYMBOL vmlinux 0xd10541ef pcie_capability_clear_and_set_dword +EXPORT_SYMBOL vmlinux 0xd105ab8d sdev_prefix_printk +EXPORT_SYMBOL vmlinux 0xd1215d4e blk_queue_flag_clear +EXPORT_SYMBOL vmlinux 0xd1363cc1 ucs2_strsize +EXPORT_SYMBOL vmlinux 0xd144294b neigh_resolve_output +EXPORT_SYMBOL vmlinux 0xd1458f62 iov_iter_pipe +EXPORT_SYMBOL vmlinux 0xd14f1c82 tcp_stream_memory_free +EXPORT_SYMBOL vmlinux 0xd158bbbf inet_frag_reasm_prepare +EXPORT_SYMBOL vmlinux 0xd194ddf9 acpi_gpe_count +EXPORT_SYMBOL vmlinux 0xd19885b9 blk_mq_unique_tag +EXPORT_SYMBOL vmlinux 0xd19f8b6e proc_mkdir_mode +EXPORT_SYMBOL vmlinux 0xd1b18e46 simple_open +EXPORT_SYMBOL vmlinux 0xd1bcc714 inode_init_owner +EXPORT_SYMBOL vmlinux 0xd1bd52f9 bio_split_to_limits +EXPORT_SYMBOL vmlinux 0xd1cbe316 rdmacg_uncharge +EXPORT_SYMBOL vmlinux 0xd1cbe53e pci_map_rom +EXPORT_SYMBOL vmlinux 0xd1d387af security_tun_dev_attach +EXPORT_SYMBOL vmlinux 0xd1d6e0b7 boot_cpu_data +EXPORT_SYMBOL vmlinux 0xd1d87e92 scsi_mlreturn_string +EXPORT_SYMBOL vmlinux 0xd1dd5692 filemap_range_has_page +EXPORT_SYMBOL vmlinux 0xd1e6a053 nvdimm_bus_unlock +EXPORT_SYMBOL vmlinux 0xd1f60a89 arch_io_free_memtype_wc +EXPORT_SYMBOL vmlinux 0xd1f6c5f3 smp_num_siblings +EXPORT_SYMBOL vmlinux 0xd1fd5845 tcp_fastopen_defer_connect +EXPORT_SYMBOL vmlinux 0xd20afcf8 elv_rb_latter_request +EXPORT_SYMBOL vmlinux 0xd20de152 vga_set_legacy_decoding +EXPORT_SYMBOL vmlinux 0xd214dd8b sock_no_sendmsg_locked +EXPORT_SYMBOL vmlinux 0xd21bd1fd proc_set_size +EXPORT_SYMBOL vmlinux 0xd21c5139 iowrite64_lo_hi +EXPORT_SYMBOL vmlinux 0xd2237016 radix_tree_delete_item +EXPORT_SYMBOL vmlinux 0xd230e395 dev_activate +EXPORT_SYMBOL vmlinux 0xd24108d4 rfkill_soft_blocked +EXPORT_SYMBOL vmlinux 0xd25cbfbc pcie_capability_read_dword +EXPORT_SYMBOL vmlinux 0xd25d4f74 console_blank_hook +EXPORT_SYMBOL vmlinux 0xd260fd32 tcp_rcv_state_process +EXPORT_SYMBOL vmlinux 0xd265a3ed udp_pre_connect +EXPORT_SYMBOL vmlinux 0xd27b25dd blk_check_plugged +EXPORT_SYMBOL vmlinux 0xd2800691 nf_conntrack_destroy +EXPORT_SYMBOL vmlinux 0xd29dd7d5 ppp_register_channel +EXPORT_SYMBOL vmlinux 0xd2bc5c46 __get_user_nocheck_2 +EXPORT_SYMBOL vmlinux 0xd2ca6886 input_reset_device +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 0xd31443f5 mipi_dsi_device_register_full +EXPORT_SYMBOL vmlinux 0xd31bf83f block_write_begin +EXPORT_SYMBOL vmlinux 0xd32fe6f0 blk_mq_rq_cpu +EXPORT_SYMBOL vmlinux 0xd338ea7e __SCT__tp_func_kmem_cache_alloc +EXPORT_SYMBOL vmlinux 0xd3543063 memcg_kmem_enabled_key +EXPORT_SYMBOL vmlinux 0xd35a5a44 find_inode_nowait +EXPORT_SYMBOL vmlinux 0xd35a6d31 mempool_kmalloc +EXPORT_SYMBOL vmlinux 0xd35b32c7 seg6_hmac_validate_skb +EXPORT_SYMBOL vmlinux 0xd35cce70 _raw_spin_unlock_irqrestore +EXPORT_SYMBOL vmlinux 0xd36dc10c get_random_u32 +EXPORT_SYMBOL vmlinux 0xd36e3d59 prandom_bytes_state +EXPORT_SYMBOL vmlinux 0xd3781484 ppp_dev_name +EXPORT_SYMBOL vmlinux 0xd37b9c8a flow_block_cb_decref +EXPORT_SYMBOL vmlinux 0xd38860dd scsi_change_queue_depth +EXPORT_SYMBOL vmlinux 0xd38a7520 tty_unthrottle +EXPORT_SYMBOL vmlinux 0xd38cd261 __default_kernel_pte_mask +EXPORT_SYMBOL vmlinux 0xd38cdf63 rproc_of_resm_mem_entry_init +EXPORT_SYMBOL vmlinux 0xd38d3eb4 bdi_put +EXPORT_SYMBOL vmlinux 0xd38ee2c7 __get_hash_from_flowi6 +EXPORT_SYMBOL vmlinux 0xd3a5a590 param_get_int +EXPORT_SYMBOL vmlinux 0xd3d721fb tcp_close +EXPORT_SYMBOL vmlinux 0xd3deeffd scsi_mode_sense +EXPORT_SYMBOL vmlinux 0xd3e07d2d ip_cmsg_recv_offset +EXPORT_SYMBOL vmlinux 0xd40444af skb_recv_datagram +EXPORT_SYMBOL vmlinux 0xd406d266 fb_mode_is_equal +EXPORT_SYMBOL vmlinux 0xd41a6ea6 uart_unregister_driver +EXPORT_SYMBOL vmlinux 0xd44208c5 get_cached_acl +EXPORT_SYMBOL vmlinux 0xd454c1dd pci_read_config_word +EXPORT_SYMBOL vmlinux 0xd45cc6ca bin2hex +EXPORT_SYMBOL vmlinux 0xd45d9085 input_enable_softrepeat +EXPORT_SYMBOL vmlinux 0xd461d5e5 vme_new_dma_list +EXPORT_SYMBOL vmlinux 0xd46d2315 backlight_force_update +EXPORT_SYMBOL vmlinux 0xd4835ef8 dmi_check_system +EXPORT_SYMBOL vmlinux 0xd4bb4a82 inet6addr_validator_notifier_call_chain +EXPORT_SYMBOL vmlinux 0xd4c8717a set_disk_ro +EXPORT_SYMBOL vmlinux 0xd4d1983c udplite_table +EXPORT_SYMBOL vmlinux 0xd4dc0dbe dcb_ieee_getapp_default_prio_mask +EXPORT_SYMBOL vmlinux 0xd4e50403 sock_gettstamp +EXPORT_SYMBOL vmlinux 0xd4ebe38f rproc_add +EXPORT_SYMBOL vmlinux 0xd4eeabc5 vfs_fadvise +EXPORT_SYMBOL vmlinux 0xd4f85fab rproc_detach +EXPORT_SYMBOL vmlinux 0xd4fb92a7 tcp_shutdown +EXPORT_SYMBOL vmlinux 0xd523ec76 neigh_changeaddr +EXPORT_SYMBOL vmlinux 0xd525b391 balance_dirty_pages_ratelimited +EXPORT_SYMBOL vmlinux 0xd5263820 mb_cache_destroy +EXPORT_SYMBOL vmlinux 0xd527daf0 unregister_console +EXPORT_SYMBOL vmlinux 0xd5283620 vme_dma_list_free +EXPORT_SYMBOL vmlinux 0xd52a6942 __ip4_datagram_connect +EXPORT_SYMBOL vmlinux 0xd5318491 fwnode_mdiobus_phy_device_register +EXPORT_SYMBOL vmlinux 0xd5346bfc acpi_get_possible_resources +EXPORT_SYMBOL vmlinux 0xd5478d43 ppp_channel_index +EXPORT_SYMBOL vmlinux 0xd54cd9bc __skb_warn_lro_forwarding +EXPORT_SYMBOL vmlinux 0xd55cc485 phy_ethtool_get_strings +EXPORT_SYMBOL vmlinux 0xd5ae668e pci_enable_atomic_ops_to_root +EXPORT_SYMBOL vmlinux 0xd5b3d0d5 xxh64_copy_state +EXPORT_SYMBOL vmlinux 0xd5d938ff keyring_search +EXPORT_SYMBOL vmlinux 0xd5dd15c2 netif_rx +EXPORT_SYMBOL vmlinux 0xd5f910f8 edac_mc_find +EXPORT_SYMBOL vmlinux 0xd5fd90f1 prepare_to_wait +EXPORT_SYMBOL vmlinux 0xd60736ec gf128mul_free_64k +EXPORT_SYMBOL vmlinux 0xd616141a page_pool_put_defragged_page +EXPORT_SYMBOL vmlinux 0xd61707e1 ethtool_virtdev_set_link_ksettings +EXPORT_SYMBOL vmlinux 0xd617b5d4 inet6_del_offload +EXPORT_SYMBOL vmlinux 0xd61e0b6d blk_rq_map_kern +EXPORT_SYMBOL vmlinux 0xd6208543 kobject_set_name +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 0xd64b7b31 vme_bus_error_handler +EXPORT_SYMBOL vmlinux 0xd66c8184 add_device_randomness +EXPORT_SYMBOL vmlinux 0xd66cae53 max8998_write_reg +EXPORT_SYMBOL vmlinux 0xd6742002 preempt_schedule_thunk +EXPORT_SYMBOL vmlinux 0xd68aad31 sock_no_linger +EXPORT_SYMBOL vmlinux 0xd68c5a1f adjust_resource +EXPORT_SYMBOL vmlinux 0xd68e873c mini_qdisc_pair_block_init +EXPORT_SYMBOL vmlinux 0xd68ecbad xfrm_init_state +EXPORT_SYMBOL vmlinux 0xd691c6a9 unregister_sysctl_table +EXPORT_SYMBOL vmlinux 0xd6a91f54 twl_i2c_read +EXPORT_SYMBOL vmlinux 0xd6ac945c folio_add_lru +EXPORT_SYMBOL vmlinux 0xd6b14970 twl6040_get_vibralr_status +EXPORT_SYMBOL vmlinux 0xd6b2ed5f generate_pm_trace +EXPORT_SYMBOL vmlinux 0xd6b33026 cpu_khz +EXPORT_SYMBOL vmlinux 0xd6b5b929 pci_clear_master +EXPORT_SYMBOL vmlinux 0xd6bffdbe phy_trigger_machine +EXPORT_SYMBOL vmlinux 0xd6cd67c1 genphy_resume +EXPORT_SYMBOL vmlinux 0xd6d60379 tc_setup_cb_call +EXPORT_SYMBOL vmlinux 0xd6eaaea1 full_name_hash +EXPORT_SYMBOL vmlinux 0xd6ee688f vmalloc +EXPORT_SYMBOL vmlinux 0xd6fde043 is_module_sig_enforced +EXPORT_SYMBOL vmlinux 0xd7083ca7 configfs_unregister_group +EXPORT_SYMBOL vmlinux 0xd70d35a1 gf128mul_4k_bbe +EXPORT_SYMBOL vmlinux 0xd70f62b6 acpi_os_execute +EXPORT_SYMBOL vmlinux 0xd7212138 con_is_visible +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 0xd76767e2 xfrm_state_walk_done +EXPORT_SYMBOL vmlinux 0xd77ae750 inet_dgram_ops +EXPORT_SYMBOL vmlinux 0xd7808938 scsi_eh_finish_cmd +EXPORT_SYMBOL vmlinux 0xd784772e phy_validate_pause +EXPORT_SYMBOL vmlinux 0xd78c41d0 dcache_dir_lseek +EXPORT_SYMBOL vmlinux 0xd78e9626 config_group_init_type_name +EXPORT_SYMBOL vmlinux 0xd7952e38 __inc_node_page_state +EXPORT_SYMBOL vmlinux 0xd79632e3 udp_disconnect +EXPORT_SYMBOL vmlinux 0xd7987177 utf8_load +EXPORT_SYMBOL vmlinux 0xd7a5ed5d dst_alloc +EXPORT_SYMBOL vmlinux 0xd7abbf26 configfs_register_group +EXPORT_SYMBOL vmlinux 0xd7d280ad irq_poll_complete +EXPORT_SYMBOL vmlinux 0xd7d567f0 ip_getsockopt +EXPORT_SYMBOL vmlinux 0xd7d8263f generic_fillattr +EXPORT_SYMBOL vmlinux 0xd7dd777b reserve_perfctr_nmi +EXPORT_SYMBOL vmlinux 0xd7e56a4e simple_strtoll +EXPORT_SYMBOL vmlinux 0xd7ea7094 nf_unregister_queue_handler +EXPORT_SYMBOL vmlinux 0xd7f06ea8 fb_get_mode +EXPORT_SYMBOL vmlinux 0xd821b0a0 inode_nohighmem +EXPORT_SYMBOL vmlinux 0xd8277d6b blkdev_put +EXPORT_SYMBOL vmlinux 0xd83898d5 nf_hooks_needed +EXPORT_SYMBOL vmlinux 0xd846c315 acpi_write_bit_register +EXPORT_SYMBOL vmlinux 0xd84747f8 kernel_sock_shutdown +EXPORT_SYMBOL vmlinux 0xd8558b20 kmem_cache_alloc +EXPORT_SYMBOL vmlinux 0xd85abee2 netif_device_detach +EXPORT_SYMBOL vmlinux 0xd85e739e fib_notifier_ops_register +EXPORT_SYMBOL vmlinux 0xd86be9be udpv6_sendmsg +EXPORT_SYMBOL vmlinux 0xd8735ae8 pci_set_power_state +EXPORT_SYMBOL vmlinux 0xd87accec blk_mq_requeue_request +EXPORT_SYMBOL vmlinux 0xd8839609 logfc +EXPORT_SYMBOL vmlinux 0xd88c6a27 nf_log_trace +EXPORT_SYMBOL vmlinux 0xd897b7b5 __sync_dirty_buffer +EXPORT_SYMBOL vmlinux 0xd89da37f movable_zone +EXPORT_SYMBOL vmlinux 0xd89f13be __netif_napi_del +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 0xd8de1d71 input_grab_device +EXPORT_SYMBOL vmlinux 0xd8def81f __ip_select_ident +EXPORT_SYMBOL vmlinux 0xd8df08ac acpi_handle_printk +EXPORT_SYMBOL vmlinux 0xd8e2c302 tc_cleanup_offload_action +EXPORT_SYMBOL vmlinux 0xd8e66868 ip_tunnel_header_ops +EXPORT_SYMBOL vmlinux 0xd908ee09 sk_error_report +EXPORT_SYMBOL vmlinux 0xd91f6ab6 strnlen_user +EXPORT_SYMBOL vmlinux 0xd9296271 security_inode_getsecctx +EXPORT_SYMBOL vmlinux 0xd92deb6b acpi_evaluate_object +EXPORT_SYMBOL vmlinux 0xd933f209 __SCT__tp_func_rdpmc +EXPORT_SYMBOL vmlinux 0xd9360627 dqget +EXPORT_SYMBOL vmlinux 0xd9491c14 xa_destroy +EXPORT_SYMBOL vmlinux 0xd94e144d pm860x_bulk_read +EXPORT_SYMBOL vmlinux 0xd9634db5 xfrm_trans_queue_net +EXPORT_SYMBOL vmlinux 0xd971c6c4 xen_arch_register_cpu +EXPORT_SYMBOL vmlinux 0xd97d6076 pci_enable_msi +EXPORT_SYMBOL vmlinux 0xd97e94c4 __xfrm_state_destroy +EXPORT_SYMBOL vmlinux 0xd985dc99 mempool_free_pages +EXPORT_SYMBOL vmlinux 0xd987b041 sock_queue_err_skb +EXPORT_SYMBOL vmlinux 0xd98ecce6 mptcp_subflow_reqsk_alloc +EXPORT_SYMBOL vmlinux 0xd999e7f4 set_cached_acl +EXPORT_SYMBOL vmlinux 0xd9a30168 scsi_device_put +EXPORT_SYMBOL vmlinux 0xd9a383e9 thaw_bdev +EXPORT_SYMBOL vmlinux 0xd9a5c66c compat_ptr_ioctl +EXPORT_SYMBOL vmlinux 0xd9a5ea54 __init_waitqueue_head +EXPORT_SYMBOL vmlinux 0xd9a7564c dst_discard_out +EXPORT_SYMBOL vmlinux 0xd9ab5e50 inet_stream_connect +EXPORT_SYMBOL vmlinux 0xd9b85ef6 lockref_get +EXPORT_SYMBOL vmlinux 0xd9bb69db register_quota_format +EXPORT_SYMBOL vmlinux 0xd9c07608 md_cluster_ops +EXPORT_SYMBOL vmlinux 0xd9d8fd16 register_restart_handler +EXPORT_SYMBOL vmlinux 0xd9d952d1 crypto_aes_sbox +EXPORT_SYMBOL vmlinux 0xd9dd4b21 tcp_getsockopt +EXPORT_SYMBOL vmlinux 0xd9e55679 scsi_host_get +EXPORT_SYMBOL vmlinux 0xd9f1a046 get_user_pages_unlocked +EXPORT_SYMBOL vmlinux 0xda1b311c tty_driver_kref_put +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 0xda44d69a tcp_seq_next +EXPORT_SYMBOL vmlinux 0xda57b738 mdiobus_unregister_device +EXPORT_SYMBOL vmlinux 0xda5cb00c skb_dump +EXPORT_SYMBOL vmlinux 0xda6d92c3 get_bitmap_from_slot +EXPORT_SYMBOL vmlinux 0xda7334f4 tty_port_block_til_ready +EXPORT_SYMBOL vmlinux 0xda7ac5f4 filemap_dirty_folio +EXPORT_SYMBOL vmlinux 0xda7ba4f5 _dev_warn +EXPORT_SYMBOL vmlinux 0xda8c2ffa xfrm4_rcv_encap +EXPORT_SYMBOL vmlinux 0xda9cd59e __traceiter_mmap_lock_start_locking +EXPORT_SYMBOL vmlinux 0xda9e4a68 rproc_get_by_phandle +EXPORT_SYMBOL vmlinux 0xdab104ff xfrm4_protocol_deregister +EXPORT_SYMBOL vmlinux 0xdabb9676 complete_request_key +EXPORT_SYMBOL vmlinux 0xdac4913a bitmap_allocate_region +EXPORT_SYMBOL vmlinux 0xdacc3343 d_find_alias +EXPORT_SYMBOL vmlinux 0xdad13544 ptrs_per_p4d +EXPORT_SYMBOL vmlinux 0xdad1fc3f zstd_flush_stream +EXPORT_SYMBOL vmlinux 0xdae190a9 phy_mii_ioctl +EXPORT_SYMBOL vmlinux 0xdaee1a9f inet_frag_find +EXPORT_SYMBOL vmlinux 0xdb16b170 topology_phys_to_logical_pkg +EXPORT_SYMBOL vmlinux 0xdb3f3e3f is_nd_btt +EXPORT_SYMBOL vmlinux 0xdb52d2f5 pin_user_pages +EXPORT_SYMBOL vmlinux 0xdb68bbad rfkill_destroy +EXPORT_SYMBOL vmlinux 0xdb760f52 __kfifo_free +EXPORT_SYMBOL vmlinux 0xdb7acb8f generic_cont_expand_simple +EXPORT_SYMBOL vmlinux 0xdb7c5acd __genphy_config_aneg +EXPORT_SYMBOL vmlinux 0xdb913323 tcp_mmap +EXPORT_SYMBOL vmlinux 0xdb95e185 intel_scu_ipc_dev_command_with_size +EXPORT_SYMBOL vmlinux 0xdba32f22 __nla_reserve_nohdr +EXPORT_SYMBOL vmlinux 0xdbb174c3 dquot_quota_sync +EXPORT_SYMBOL vmlinux 0xdbc43e6a qdisc_get_rtab +EXPORT_SYMBOL vmlinux 0xdbca6904 devm_pci_alloc_host_bridge +EXPORT_SYMBOL vmlinux 0xdbcf041a acpi_install_address_space_handler +EXPORT_SYMBOL vmlinux 0xdbd0ce64 no_seek_end_llseek +EXPORT_SYMBOL vmlinux 0xdbdf6c92 ioport_resource +EXPORT_SYMBOL vmlinux 0xdbe685cc netif_set_tso_max_segs +EXPORT_SYMBOL vmlinux 0xdbf28b85 pneigh_enqueue +EXPORT_SYMBOL vmlinux 0xdbf4488e eth_gro_receive +EXPORT_SYMBOL vmlinux 0xdbfff3b7 __SCK__tp_func_mmap_lock_released +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 0xdc25038e rtnl_unicast +EXPORT_SYMBOL vmlinux 0xdc2fa0db dquot_quota_on +EXPORT_SYMBOL vmlinux 0xdc3db840 vfs_iter_read +EXPORT_SYMBOL vmlinux 0xdc41c1cc dcb_ieee_getapp_mask +EXPORT_SYMBOL vmlinux 0xdc42db3e inet_frag_rbtree_purge +EXPORT_SYMBOL vmlinux 0xdc49c198 reciprocal_value_adv +EXPORT_SYMBOL vmlinux 0xdc512134 backlight_register_notifier +EXPORT_SYMBOL vmlinux 0xdc5736d5 acpi_register_ioapic +EXPORT_SYMBOL vmlinux 0xdc5866e3 blk_set_queue_depth +EXPORT_SYMBOL vmlinux 0xdc6b58da i2c_verify_client +EXPORT_SYMBOL vmlinux 0xdc8db6cc fuse_mount_destroy +EXPORT_SYMBOL vmlinux 0xdc90e96c blk_mq_run_hw_queues +EXPORT_SYMBOL vmlinux 0xdc9e80bb __SCK__tp_func_dma_fence_signaled +EXPORT_SYMBOL vmlinux 0xdca1f53c __dynamic_ibdev_dbg +EXPORT_SYMBOL vmlinux 0xdca55f82 inc_node_page_state +EXPORT_SYMBOL vmlinux 0xdcbeba1d sg_copy_from_buffer +EXPORT_SYMBOL vmlinux 0xdccb2f33 blk_queue_virt_boundary +EXPORT_SYMBOL vmlinux 0xdcd47104 kill_block_super +EXPORT_SYMBOL vmlinux 0xdcdc0040 slhc_compress +EXPORT_SYMBOL vmlinux 0xdceb8c01 rproc_mem_entry_init +EXPORT_SYMBOL vmlinux 0xdcec2aa5 bd_abort_claiming +EXPORT_SYMBOL vmlinux 0xdcf496f4 max8998_update_reg +EXPORT_SYMBOL vmlinux 0xdcf5e786 bio_integrity_add_page +EXPORT_SYMBOL vmlinux 0xdd00447a acpi_resource_to_address64 +EXPORT_SYMBOL vmlinux 0xdd037031 nf_register_net_hooks +EXPORT_SYMBOL vmlinux 0xdd16c79c input_mt_report_pointer_emulation +EXPORT_SYMBOL vmlinux 0xdd184e73 tcp_v4_mtu_reduced +EXPORT_SYMBOL vmlinux 0xdd18a993 acpi_check_dsm +EXPORT_SYMBOL vmlinux 0xdd2c169b mb_cache_create +EXPORT_SYMBOL vmlinux 0xdd2f882c phy_ethtool_set_eee +EXPORT_SYMBOL vmlinux 0xdd38f1f9 sock_wmalloc +EXPORT_SYMBOL vmlinux 0xdd3ff9ef eth_get_headlen +EXPORT_SYMBOL vmlinux 0xdd4d55b6 _raw_read_unlock +EXPORT_SYMBOL vmlinux 0xdd64e639 strscpy +EXPORT_SYMBOL vmlinux 0xdd6d17b4 tty_unlock +EXPORT_SYMBOL vmlinux 0xdd7443f3 generic_remap_file_range_prep +EXPORT_SYMBOL vmlinux 0xdd8166a1 dma_fence_free +EXPORT_SYMBOL vmlinux 0xdd84714b xfrm_user_policy +EXPORT_SYMBOL vmlinux 0xdd849d51 scsi_get_sense_info_fld +EXPORT_SYMBOL vmlinux 0xdd9310fc get_watch_queue +EXPORT_SYMBOL vmlinux 0xddad7952 acpi_dbg_level +EXPORT_SYMBOL vmlinux 0xddba482d pci_get_slot +EXPORT_SYMBOL vmlinux 0xddc36956 twl6040_reg_write +EXPORT_SYMBOL vmlinux 0xddcbe1f3 acpi_ut_value_exit +EXPORT_SYMBOL vmlinux 0xddf6ad7a completion_done +EXPORT_SYMBOL vmlinux 0xddfdb8ac tcp_md5_needed +EXPORT_SYMBOL vmlinux 0xde10dbe6 blk_set_runtime_active +EXPORT_SYMBOL vmlinux 0xde293f9e add_wait_queue_exclusive +EXPORT_SYMBOL vmlinux 0xde2a49fe _dev_err +EXPORT_SYMBOL vmlinux 0xde3c8ab8 i2c_smbus_write_byte_data +EXPORT_SYMBOL vmlinux 0xde3e8bce page_symlink_inode_operations +EXPORT_SYMBOL vmlinux 0xde4eeab5 __register_nmi_handler +EXPORT_SYMBOL vmlinux 0xde5a20c3 generic_file_write_iter +EXPORT_SYMBOL vmlinux 0xde5ee81c param_ops_bool +EXPORT_SYMBOL vmlinux 0xde66df06 amd_iommu_complete_ppr +EXPORT_SYMBOL vmlinux 0xde7f1161 set_anon_super_fc +EXPORT_SYMBOL vmlinux 0xde80cd09 ioremap +EXPORT_SYMBOL vmlinux 0xde860ac7 invalidate_disk +EXPORT_SYMBOL vmlinux 0xde86c6ae retire_super +EXPORT_SYMBOL vmlinux 0xde898442 rproc_del +EXPORT_SYMBOL vmlinux 0xde9b17ed agp3_generic_fetch_size +EXPORT_SYMBOL vmlinux 0xdea91b99 pci_msix_vec_count +EXPORT_SYMBOL vmlinux 0xdeb2a5bb ilookup +EXPORT_SYMBOL vmlinux 0xdeb5e828 sk_common_release +EXPORT_SYMBOL vmlinux 0xdec52177 flow_rule_match_cvlan +EXPORT_SYMBOL vmlinux 0xded39a6b gen_kill_estimator +EXPORT_SYMBOL vmlinux 0xded8f993 mmc_release_host +EXPORT_SYMBOL vmlinux 0xdef2b34b input_mt_sync_frame +EXPORT_SYMBOL vmlinux 0xdef7c893 fb_match_mode +EXPORT_SYMBOL vmlinux 0xdef8d0ae __SCT__tp_func_kfree +EXPORT_SYMBOL vmlinux 0xdf228c59 find_vma +EXPORT_SYMBOL vmlinux 0xdf2406a5 vm_map_pages_zero +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 0xdf4295e8 mark_info_dirty +EXPORT_SYMBOL vmlinux 0xdf521442 _find_next_zero_bit +EXPORT_SYMBOL vmlinux 0xdf54a8f7 netlink_unregister_notifier +EXPORT_SYMBOL vmlinux 0xdf6b082f proc_dointvec_jiffies +EXPORT_SYMBOL vmlinux 0xdf7c35b8 ilookup5 +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 0xdfa0505e gpiochip_irq_relres +EXPORT_SYMBOL vmlinux 0xdfb5d250 remove_watch_from_object +EXPORT_SYMBOL vmlinux 0xdfc12ef1 zstd_decompress_stream +EXPORT_SYMBOL vmlinux 0xdfc4860d __d_drop +EXPORT_SYMBOL vmlinux 0xdfc7482e dput +EXPORT_SYMBOL vmlinux 0xdfcc992c current_work +EXPORT_SYMBOL vmlinux 0xdfd8110c flow_block_cb_is_busy +EXPORT_SYMBOL vmlinux 0xdfdce324 cpu_info +EXPORT_SYMBOL vmlinux 0xdfdd2adf __tracepoint_dma_fence_emit +EXPORT_SYMBOL vmlinux 0xdff60a31 param_set_long +EXPORT_SYMBOL vmlinux 0xdff905e5 vme_slave_free +EXPORT_SYMBOL vmlinux 0xdffc80fc vesa_modes +EXPORT_SYMBOL vmlinux 0xe000ca74 ip_defrag +EXPORT_SYMBOL vmlinux 0xe008acf3 generic_file_llseek_size +EXPORT_SYMBOL vmlinux 0xe008e91e rawv6_mh_filter_register +EXPORT_SYMBOL vmlinux 0xe0112fc4 __x86_indirect_thunk_r9 +EXPORT_SYMBOL vmlinux 0xe02ba436 trace_print_hex_seq +EXPORT_SYMBOL vmlinux 0xe02c9c92 __xa_erase +EXPORT_SYMBOL vmlinux 0xe033cb29 native_queued_spin_lock_slowpath +EXPORT_SYMBOL vmlinux 0xe03a689d dma_fence_array_ops +EXPORT_SYMBOL vmlinux 0xe03af25d devm_pci_remap_cfg_resource +EXPORT_SYMBOL vmlinux 0xe0419ac4 kstrtos16 +EXPORT_SYMBOL vmlinux 0xe046d848 ethtool_get_phc_vclocks +EXPORT_SYMBOL vmlinux 0xe0473706 dquot_reclaim_space_nodirty +EXPORT_SYMBOL vmlinux 0xe05e1c9e security_d_instantiate +EXPORT_SYMBOL vmlinux 0xe066806f phy_do_ioctl_running +EXPORT_SYMBOL vmlinux 0xe06cfeb0 blk_pre_runtime_suspend +EXPORT_SYMBOL vmlinux 0xe07e5f44 acpi_reconfig_notifier_unregister +EXPORT_SYMBOL vmlinux 0xe07ef363 intel_gmch_gtt_insert_sg_entries +EXPORT_SYMBOL vmlinux 0xe08084fe devfreq_monitor_start +EXPORT_SYMBOL vmlinux 0xe080e8f0 set_current_groups +EXPORT_SYMBOL vmlinux 0xe082e88d acpi_check_address_range +EXPORT_SYMBOL vmlinux 0xe091c977 list_sort +EXPORT_SYMBOL vmlinux 0xe09a57b9 always_delete_dentry +EXPORT_SYMBOL vmlinux 0xe09f3250 softnet_data +EXPORT_SYMBOL vmlinux 0xe0a15391 ww_mutex_lock +EXPORT_SYMBOL vmlinux 0xe0b13336 argv_free +EXPORT_SYMBOL vmlinux 0xe0b9065b security_xfrm_policy_alloc +EXPORT_SYMBOL vmlinux 0xe0e4257b sync_inode_metadata +EXPORT_SYMBOL vmlinux 0xe0eaa90e genphy_config_eee_advert +EXPORT_SYMBOL vmlinux 0xe0f5ff77 nosteal_pipe_buf_ops +EXPORT_SYMBOL vmlinux 0xe0f70e7f mroute6_is_socket +EXPORT_SYMBOL vmlinux 0xe10ef088 phy_driver_unregister +EXPORT_SYMBOL vmlinux 0xe113bbbc csum_partial +EXPORT_SYMBOL vmlinux 0xe11595fb set_posix_acl +EXPORT_SYMBOL vmlinux 0xe123f3d9 dma_fence_release +EXPORT_SYMBOL vmlinux 0xe12bda79 vme_dma_free_attribute +EXPORT_SYMBOL vmlinux 0xe13173fb __sk_queue_drop_skb +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 0xe14b3440 netlink_ns_capable +EXPORT_SYMBOL vmlinux 0xe14d5afb xen_alloc_unpopulated_pages +EXPORT_SYMBOL vmlinux 0xe175e88f devm_release_resource +EXPORT_SYMBOL vmlinux 0xe17baad7 dm_io +EXPORT_SYMBOL vmlinux 0xe1bee700 __traceiter_read_msr +EXPORT_SYMBOL vmlinux 0xe1c5ea59 ip6_output +EXPORT_SYMBOL vmlinux 0xe1d4e608 register_framebuffer +EXPORT_SYMBOL vmlinux 0xe1dcf64a audit_log_format +EXPORT_SYMBOL vmlinux 0xe1f9c74c dm_register_target +EXPORT_SYMBOL vmlinux 0xe1feeb42 unlock_new_inode +EXPORT_SYMBOL vmlinux 0xe1ff368c __dev_get_by_name +EXPORT_SYMBOL vmlinux 0xe21f18ac __genradix_iter_peek +EXPORT_SYMBOL vmlinux 0xe227bc0a param_ops_invbool +EXPORT_SYMBOL vmlinux 0xe2519fe8 d_alloc_anon +EXPORT_SYMBOL vmlinux 0xe26d369d blk_mq_init_queue +EXPORT_SYMBOL vmlinux 0xe273d75d alloc_cpu_rmap +EXPORT_SYMBOL vmlinux 0xe2964344 __wake_up +EXPORT_SYMBOL vmlinux 0xe29e23ab agp_generic_type_to_mask_type +EXPORT_SYMBOL vmlinux 0xe2c17b5d __SCT__might_resched +EXPORT_SYMBOL vmlinux 0xe2d5255a strcmp +EXPORT_SYMBOL vmlinux 0xe2e28fc0 __traceiter_write_msr +EXPORT_SYMBOL vmlinux 0xe2f98e01 mr_vif_seq_next +EXPORT_SYMBOL vmlinux 0xe30698c6 mmc_can_secure_erase_trim +EXPORT_SYMBOL vmlinux 0xe31b9301 intel_gmch_gtt_flush +EXPORT_SYMBOL vmlinux 0xe3212185 scsi_device_lookup_by_target +EXPORT_SYMBOL vmlinux 0xe323ad48 dev_set_allmulti +EXPORT_SYMBOL vmlinux 0xe32ab4d8 xxh64_digest +EXPORT_SYMBOL vmlinux 0xe3489f2c security_sock_graft +EXPORT_SYMBOL vmlinux 0xe3555fd2 ppp_unregister_channel +EXPORT_SYMBOL vmlinux 0xe3557661 pskb_extract +EXPORT_SYMBOL vmlinux 0xe35da5d8 jbd2_journal_start +EXPORT_SYMBOL vmlinux 0xe363c575 padata_do_parallel +EXPORT_SYMBOL vmlinux 0xe36bb795 kmem_cache_alloc_lru +EXPORT_SYMBOL vmlinux 0xe371c0f9 inet_frag_reasm_finish +EXPORT_SYMBOL vmlinux 0xe37812e0 blk_mq_run_hw_queue +EXPORT_SYMBOL vmlinux 0xe38f3cbd tc_setup_cb_replace +EXPORT_SYMBOL vmlinux 0xe3919a3d mipi_dsi_dcs_exit_sleep_mode +EXPORT_SYMBOL vmlinux 0xe39b2ea5 sha256 +EXPORT_SYMBOL vmlinux 0xe3ad3046 __sg_page_iter_dma_next +EXPORT_SYMBOL vmlinux 0xe3b300ce param_ops_hexint +EXPORT_SYMBOL vmlinux 0xe3d857ea __cpu_active_mask +EXPORT_SYMBOL vmlinux 0xe3eb2205 mipi_dsi_dcs_enter_sleep_mode +EXPORT_SYMBOL vmlinux 0xe3ec2f2b alloc_chrdev_region +EXPORT_SYMBOL vmlinux 0xe3ee5d20 netlink_broadcast +EXPORT_SYMBOL vmlinux 0xe3f1695f vif_device_init +EXPORT_SYMBOL vmlinux 0xe3faff30 genphy_write_mmd_unsupported +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 0xe41f20df blk_queue_logical_block_size +EXPORT_SYMBOL vmlinux 0xe42889a3 netdev_get_xmit_slave +EXPORT_SYMBOL vmlinux 0xe4329092 __ctzdi2 +EXPORT_SYMBOL vmlinux 0xe435426b blk_mq_tagset_busy_iter +EXPORT_SYMBOL vmlinux 0xe43f621d pipe_lock +EXPORT_SYMBOL vmlinux 0xe440efd6 module_refcount +EXPORT_SYMBOL vmlinux 0xe45f09ac request_key_with_auxdata +EXPORT_SYMBOL vmlinux 0xe46021ca _raw_spin_unlock_bh +EXPORT_SYMBOL vmlinux 0xe4657608 posix_acl_valid +EXPORT_SYMBOL vmlinux 0xe47bc265 dquot_transfer +EXPORT_SYMBOL vmlinux 0xe48db255 ip_mc_inc_group +EXPORT_SYMBOL vmlinux 0xe49bfbbf kobject_init +EXPORT_SYMBOL vmlinux 0xe4b71ec4 pnp_possible_config +EXPORT_SYMBOL vmlinux 0xe4bc2c2f hdmi_drm_infoframe_pack +EXPORT_SYMBOL vmlinux 0xe4c6e905 ipv6_sock_mc_drop +EXPORT_SYMBOL vmlinux 0xe4cb3a24 alloc_buffer_head +EXPORT_SYMBOL vmlinux 0xe4d80bf4 acpi_enable +EXPORT_SYMBOL vmlinux 0xe502ebb5 __dec_zone_page_state +EXPORT_SYMBOL vmlinux 0xe504b3e4 pci_release_regions +EXPORT_SYMBOL vmlinux 0xe514ac43 tcp_mtu_to_mss +EXPORT_SYMBOL vmlinux 0xe523ad75 synchronize_irq +EXPORT_SYMBOL vmlinux 0xe53be14e tcp_disconnect +EXPORT_SYMBOL vmlinux 0xe58010f0 nexthop_set_hw_flags +EXPORT_SYMBOL vmlinux 0xe58090ca security_ib_endport_manage_subnet +EXPORT_SYMBOL vmlinux 0xe590dea3 sk_busy_loop_end +EXPORT_SYMBOL vmlinux 0xe5b22603 tcp_time_wait +EXPORT_SYMBOL vmlinux 0xe5c60bd2 percpu_counter_set +EXPORT_SYMBOL vmlinux 0xe5c78a99 do_blank_screen +EXPORT_SYMBOL vmlinux 0xe5cb4bca block_truncate_page +EXPORT_SYMBOL vmlinux 0xe5d30570 tcf_chain_get_by_act +EXPORT_SYMBOL vmlinux 0xe5f7cda4 kernel_connect +EXPORT_SYMBOL vmlinux 0xe5fe7aff rproc_boot +EXPORT_SYMBOL vmlinux 0xe61e156d vlan_ioctl_set +EXPORT_SYMBOL vmlinux 0xe6344a4c file_remove_privs +EXPORT_SYMBOL vmlinux 0xe6364885 napi_gro_receive +EXPORT_SYMBOL vmlinux 0xe638a342 tcp_sock_set_cork +EXPORT_SYMBOL vmlinux 0xe63d0a7c pci_write_config_word +EXPORT_SYMBOL vmlinux 0xe6550092 utf8_casefold +EXPORT_SYMBOL vmlinux 0xe65f7075 jbd2_journal_force_commit +EXPORT_SYMBOL vmlinux 0xe67bcfc7 scsi_scan_host +EXPORT_SYMBOL vmlinux 0xe68efe41 _raw_write_lock +EXPORT_SYMBOL vmlinux 0xe6983cc2 console_force_preferred_locked +EXPORT_SYMBOL vmlinux 0xe69e9941 netif_skb_features +EXPORT_SYMBOL vmlinux 0xe6ba5829 single_release +EXPORT_SYMBOL vmlinux 0xe6d0676d neigh_carrier_down +EXPORT_SYMBOL vmlinux 0xe6d2458e do_trace_netlink_extack +EXPORT_SYMBOL vmlinux 0xe6fa06a2 rename_lock +EXPORT_SYMBOL vmlinux 0xe70877d4 acpi_remove_sci_handler +EXPORT_SYMBOL vmlinux 0xe708a018 dev_alloc_name +EXPORT_SYMBOL vmlinux 0xe708d75b eth_prepare_mac_addr_change +EXPORT_SYMBOL vmlinux 0xe7133a6d sock_alloc_file +EXPORT_SYMBOL vmlinux 0xe7230b76 device_get_mac_address +EXPORT_SYMBOL vmlinux 0xe7257ab8 xa_store_range +EXPORT_SYMBOL vmlinux 0xe7281c9e fifo_create_dflt +EXPORT_SYMBOL vmlinux 0xe72e6d22 fscrypt_encrypt_block_inplace +EXPORT_SYMBOL vmlinux 0xe736d464 page_mapping +EXPORT_SYMBOL vmlinux 0xe737760c devm_pci_remap_iospace +EXPORT_SYMBOL vmlinux 0xe739608d dquot_quota_off +EXPORT_SYMBOL vmlinux 0xe73ebe6a dcbnl_ieee_notify +EXPORT_SYMBOL vmlinux 0xe748c26a mnt_set_expiry +EXPORT_SYMBOL vmlinux 0xe74a4240 input_mt_get_slot_by_key +EXPORT_SYMBOL vmlinux 0xe74a676c __skb_flow_get_ports +EXPORT_SYMBOL vmlinux 0xe75879d5 nvdimm_namespace_locked +EXPORT_SYMBOL vmlinux 0xe768373a inet_sk_rebuild_header +EXPORT_SYMBOL vmlinux 0xe787698f acpi_processor_register_performance +EXPORT_SYMBOL vmlinux 0xe78df358 file_path +EXPORT_SYMBOL vmlinux 0xe78ec8e0 kern_path +EXPORT_SYMBOL vmlinux 0xe7a02573 ida_alloc_range +EXPORT_SYMBOL vmlinux 0xe7ab1ecc _raw_write_unlock_bh +EXPORT_SYMBOL vmlinux 0xe7c29424 xsk_uses_need_wakeup +EXPORT_SYMBOL vmlinux 0xe7d4daac seq_list_next +EXPORT_SYMBOL vmlinux 0xe7e28153 pci_get_class +EXPORT_SYMBOL vmlinux 0xe7eb2038 redraw_screen +EXPORT_SYMBOL vmlinux 0xe801bf79 prepare_creds +EXPORT_SYMBOL vmlinux 0xe8038a96 tcf_qevent_handle +EXPORT_SYMBOL vmlinux 0xe809ee15 can_nice +EXPORT_SYMBOL vmlinux 0xe816048f tty_termios_copy_hw +EXPORT_SYMBOL vmlinux 0xe82a45d3 xfrm_unregister_type +EXPORT_SYMBOL vmlinux 0xe85f2123 acpi_tb_unload_table +EXPORT_SYMBOL vmlinux 0xe861b15b unpin_user_pages +EXPORT_SYMBOL vmlinux 0xe8763c5b adjust_managed_page_count +EXPORT_SYMBOL vmlinux 0xe87f98c3 tcf_idr_search +EXPORT_SYMBOL vmlinux 0xe8880ae5 dma_resv_copy_fences +EXPORT_SYMBOL vmlinux 0xe8994f00 pnp_unregister_card_driver +EXPORT_SYMBOL vmlinux 0xe8a8ca39 elv_rb_former_request +EXPORT_SYMBOL vmlinux 0xe8aafa47 nf_register_queue_handler +EXPORT_SYMBOL vmlinux 0xe8bcb0fe xfrm6_rcv +EXPORT_SYMBOL vmlinux 0xe8c2817a blk_rq_init +EXPORT_SYMBOL vmlinux 0xe8c5eef0 xattr_supported_namespace +EXPORT_SYMBOL vmlinux 0xe8d285b2 nla_policy_len +EXPORT_SYMBOL vmlinux 0xe8d8dd24 make_kprojid +EXPORT_SYMBOL vmlinux 0xe8fa49fb devm_mfd_add_devices +EXPORT_SYMBOL vmlinux 0xe8fbf4fa __alloc_bucket_spinlocks +EXPORT_SYMBOL vmlinux 0xe901ab97 mipi_dsi_host_register +EXPORT_SYMBOL vmlinux 0xe9061609 blk_rq_map_user_iov +EXPORT_SYMBOL vmlinux 0xe9074e1d is_bad_inode +EXPORT_SYMBOL vmlinux 0xe909997a bitmap_print_list_to_buf +EXPORT_SYMBOL vmlinux 0xe914e41e strcpy +EXPORT_SYMBOL vmlinux 0xe92d5186 __skb_recv_udp +EXPORT_SYMBOL vmlinux 0xe953b21f get_next_ino +EXPORT_SYMBOL vmlinux 0xe9632dd6 devm_clk_put +EXPORT_SYMBOL vmlinux 0xe9706369 pci_map_biosrom +EXPORT_SYMBOL vmlinux 0xe971ac61 tcf_qevent_validate_change +EXPORT_SYMBOL vmlinux 0xe974a414 pnp_get_resource +EXPORT_SYMBOL vmlinux 0xe977b2ae tcf_exts_num_actions +EXPORT_SYMBOL vmlinux 0xe9a5e67f intel_graphics_stolen_res +EXPORT_SYMBOL vmlinux 0xe9af7397 __xa_set_mark +EXPORT_SYMBOL vmlinux 0xe9c3a1eb pcim_set_mwi +EXPORT_SYMBOL vmlinux 0xe9c4c45a ip_sock_set_mtu_discover +EXPORT_SYMBOL vmlinux 0xe9d0ec2d i8042_remove_filter +EXPORT_SYMBOL vmlinux 0xe9dc12a4 zstd_get_error_name +EXPORT_SYMBOL vmlinux 0xe9de9234 is_subdir +EXPORT_SYMBOL vmlinux 0xe9e0c5a1 dma_resv_fini +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 0xea186cde ip6_fraglist_prepare +EXPORT_SYMBOL vmlinux 0xea1f9edb clocksource_change_rating +EXPORT_SYMBOL vmlinux 0xea20c265 mipi_dsi_generic_read +EXPORT_SYMBOL vmlinux 0xea315e7f inet_getname +EXPORT_SYMBOL vmlinux 0xea3c8e4e scsilun_to_int +EXPORT_SYMBOL vmlinux 0xea559ef7 iov_iter_revert +EXPORT_SYMBOL vmlinux 0xea6f9a36 zlib_deflate_dfltcc_enabled +EXPORT_SYMBOL vmlinux 0xea726028 xfrm_lookup_route +EXPORT_SYMBOL vmlinux 0xea8382fc param_ops_int +EXPORT_SYMBOL vmlinux 0xea983680 follow_pfn +EXPORT_SYMBOL vmlinux 0xea9a9a8f inet6_offloads +EXPORT_SYMBOL vmlinux 0xeaa483ea scm_detach_fds +EXPORT_SYMBOL vmlinux 0xeab4fd30 ipv6_chk_addr_and_flags +EXPORT_SYMBOL vmlinux 0xeab6f4c4 acpi_check_resource_conflict +EXPORT_SYMBOL vmlinux 0xeabbb4dc scsi_add_host_with_dma +EXPORT_SYMBOL vmlinux 0xeabf75ba dma_resv_add_fence +EXPORT_SYMBOL vmlinux 0xeac1e503 km_report +EXPORT_SYMBOL vmlinux 0xeacd27fb xfrm_register_type +EXPORT_SYMBOL vmlinux 0xeace7dfa get_user_pages +EXPORT_SYMBOL vmlinux 0xeae3dfd6 __const_udelay +EXPORT_SYMBOL vmlinux 0xeafc141f __posix_acl_chmod +EXPORT_SYMBOL vmlinux 0xeb02e605 vfs_statfs +EXPORT_SYMBOL vmlinux 0xeb078aee _raw_write_unlock_irqrestore +EXPORT_SYMBOL vmlinux 0xeb1dbb55 sock_no_connect +EXPORT_SYMBOL vmlinux 0xeb233a45 __kmalloc +EXPORT_SYMBOL vmlinux 0xeb282095 kernel_listen +EXPORT_SYMBOL vmlinux 0xeb31aee8 acpi_trace_point +EXPORT_SYMBOL vmlinux 0xeb37101c audit_log_end +EXPORT_SYMBOL vmlinux 0xeb44339a free_pages_exact +EXPORT_SYMBOL vmlinux 0xeb568641 d_alloc +EXPORT_SYMBOL vmlinux 0xeb67d022 kmem_cache_shrink +EXPORT_SYMBOL vmlinux 0xeb7f6046 acpi_get_devices +EXPORT_SYMBOL vmlinux 0xeb8756fb dev_mc_del_global +EXPORT_SYMBOL vmlinux 0xeb9eef52 match_uint +EXPORT_SYMBOL vmlinux 0xeb9f2d55 skb_copy_header +EXPORT_SYMBOL vmlinux 0xebbdc7bd ww_mutex_unlock +EXPORT_SYMBOL vmlinux 0xebc4465e udplite_prot +EXPORT_SYMBOL vmlinux 0xebcf1774 input_set_max_poll_interval +EXPORT_SYMBOL vmlinux 0xebe0ee9a bioset_integrity_create +EXPORT_SYMBOL vmlinux 0xebe15457 __phy_read_mmd +EXPORT_SYMBOL vmlinux 0xebe8b479 register_sysctl_mount_point +EXPORT_SYMBOL vmlinux 0xebf88fef param_get_charp +EXPORT_SYMBOL vmlinux 0xec1a7d8c pci_scan_bridge +EXPORT_SYMBOL vmlinux 0xec23bcae inet6_csk_route_req +EXPORT_SYMBOL vmlinux 0xec2b8a42 acpi_walk_namespace +EXPORT_SYMBOL vmlinux 0xec2e1c8f proc_doulongvec_minmax +EXPORT_SYMBOL vmlinux 0xec36bdc6 genl_register_family +EXPORT_SYMBOL vmlinux 0xec4d9e3a clk_get_sys +EXPORT_SYMBOL vmlinux 0xec56849a __cpuhp_setup_state +EXPORT_SYMBOL vmlinux 0xec570be9 __traceiter_kmem_cache_alloc +EXPORT_SYMBOL vmlinux 0xec5b07f1 keyring_alloc +EXPORT_SYMBOL vmlinux 0xec6160e0 blk_mq_delay_run_hw_queue +EXPORT_SYMBOL vmlinux 0xec62b6c2 pci_scan_bus +EXPORT_SYMBOL vmlinux 0xec648199 pci_bus_type +EXPORT_SYMBOL vmlinux 0xec69568e __cpuhp_remove_state_cpuslocked +EXPORT_SYMBOL vmlinux 0xec6d1ff1 sockopt_lock_sock +EXPORT_SYMBOL vmlinux 0xec6e2fe6 rc5t583_ext_power_req_config +EXPORT_SYMBOL vmlinux 0xec8935e5 folio_mark_dirty +EXPORT_SYMBOL vmlinux 0xec912664 pci_write_config_dword +EXPORT_SYMBOL vmlinux 0xec913a06 xfrm_init_replay +EXPORT_SYMBOL vmlinux 0xec95e350 jbd2_transaction_committed +EXPORT_SYMBOL vmlinux 0xec9ad177 alloc_fddidev +EXPORT_SYMBOL vmlinux 0xeca957d1 __bitmap_and +EXPORT_SYMBOL vmlinux 0xecac8407 __memcpy +EXPORT_SYMBOL vmlinux 0xecb93ffc dquot_get_state +EXPORT_SYMBOL vmlinux 0xecbe70f5 pci_find_next_bus +EXPORT_SYMBOL vmlinux 0xecc25e87 fasync_helper +EXPORT_SYMBOL vmlinux 0xecc7c868 __x86_indirect_jump_thunk_r9 +EXPORT_SYMBOL vmlinux 0xecdcabd2 copy_user_generic_unrolled +EXPORT_SYMBOL vmlinux 0xece784c2 rb_first +EXPORT_SYMBOL vmlinux 0xecef1635 tcp_child_process +EXPORT_SYMBOL vmlinux 0xecfd68ef acpi_get_node +EXPORT_SYMBOL vmlinux 0xecfe93ca migrate_vma_setup +EXPORT_SYMBOL vmlinux 0xecff6e28 phy_free_interrupt +EXPORT_SYMBOL vmlinux 0xed00c4fb acpi_os_printf +EXPORT_SYMBOL vmlinux 0xed128a8a fs_bio_set +EXPORT_SYMBOL vmlinux 0xed170dd0 irq_domain_set_info +EXPORT_SYMBOL vmlinux 0xed1e95b7 input_register_handle +EXPORT_SYMBOL vmlinux 0xed2abde1 __scsi_iterate_devices +EXPORT_SYMBOL vmlinux 0xed34ebbc acpi_any_gpe_status_set +EXPORT_SYMBOL vmlinux 0xed45caa4 neigh_ifdown +EXPORT_SYMBOL vmlinux 0xed47b516 readahead_expand +EXPORT_SYMBOL vmlinux 0xed55f929 acpi_os_unmap_generic_address +EXPORT_SYMBOL vmlinux 0xed656e30 udp_encap_disable +EXPORT_SYMBOL vmlinux 0xed79b12b netdev_update_features +EXPORT_SYMBOL vmlinux 0xed9f3ced eth_mac_addr +EXPORT_SYMBOL vmlinux 0xeda396f0 __napi_schedule +EXPORT_SYMBOL vmlinux 0xeda5978c flow_rule_match_l2tpv3 +EXPORT_SYMBOL vmlinux 0xedbaee5e nla_strcmp +EXPORT_SYMBOL vmlinux 0xedbc72e0 f_setown +EXPORT_SYMBOL vmlinux 0xedc03953 iounmap +EXPORT_SYMBOL vmlinux 0xedd17b31 sock_get_timeout +EXPORT_SYMBOL vmlinux 0xedf700f0 seg6_hmac_net_exit +EXPORT_SYMBOL vmlinux 0xee0118df aperture_remove_conflicting_devices +EXPORT_SYMBOL vmlinux 0xee05edb5 inet6_add_offload +EXPORT_SYMBOL vmlinux 0xee0f2958 devm_rproc_alloc +EXPORT_SYMBOL vmlinux 0xee1c64ab flow_rule_match_enc_ipv4_addrs +EXPORT_SYMBOL vmlinux 0xee244d82 kill_anon_super +EXPORT_SYMBOL vmlinux 0xee2d0fc7 _local_bh_enable +EXPORT_SYMBOL vmlinux 0xee30412f __sk_mem_reclaim +EXPORT_SYMBOL vmlinux 0xee38a20e __x86_indirect_jump_thunk_r10 +EXPORT_SYMBOL vmlinux 0xee476c04 blk_queue_dma_alignment +EXPORT_SYMBOL vmlinux 0xee4fabe0 seq_bprintf +EXPORT_SYMBOL vmlinux 0xee58e970 fb_add_videomode +EXPORT_SYMBOL vmlinux 0xee5e2a9f pci_bus_read_config_byte +EXPORT_SYMBOL vmlinux 0xee7d7deb gen_pool_dma_zalloc +EXPORT_SYMBOL vmlinux 0xee7eb9e1 pnp_platform_devices +EXPORT_SYMBOL vmlinux 0xee883b06 __vmalloc_array +EXPORT_SYMBOL vmlinux 0xee8c02e9 vprintk_emit +EXPORT_SYMBOL vmlinux 0xee8d74d6 jiffies64_to_nsecs +EXPORT_SYMBOL vmlinux 0xee91879b rb_first_postorder +EXPORT_SYMBOL vmlinux 0xeea50600 __fput_sync +EXPORT_SYMBOL vmlinux 0xeea9dbaf bitmap_bitremap +EXPORT_SYMBOL vmlinux 0xeeb705f3 agp_generic_free_gatt_table +EXPORT_SYMBOL vmlinux 0xeed4d11a __SCK__tp_func_kmem_cache_free +EXPORT_SYMBOL vmlinux 0xeed917e1 dma_fence_describe +EXPORT_SYMBOL vmlinux 0xeedeadae scsi_test_unit_ready +EXPORT_SYMBOL vmlinux 0xeee8fd6b debugfs_create_automount +EXPORT_SYMBOL vmlinux 0xeeefd81b __tracepoint_kfree +EXPORT_SYMBOL vmlinux 0xeefc31d1 fb_firmware_edid +EXPORT_SYMBOL vmlinux 0xef30662c tcp_timewait_state_process +EXPORT_SYMBOL vmlinux 0xef36a848 __x86_indirect_jump_thunk_rdi +EXPORT_SYMBOL vmlinux 0xef3f28cb blk_pm_runtime_init +EXPORT_SYMBOL vmlinux 0xef4c3d43 console_stop +EXPORT_SYMBOL vmlinux 0xef4e15f0 genphy_read_status +EXPORT_SYMBOL vmlinux 0xef58ebde clean_bdev_aliases +EXPORT_SYMBOL vmlinux 0xef5c9407 get_unmapped_area +EXPORT_SYMBOL vmlinux 0xef6c2295 iommu_put_resv_regions +EXPORT_SYMBOL vmlinux 0xef6de25a mmc_cqe_recovery +EXPORT_SYMBOL vmlinux 0xef6e0ef5 blk_queue_io_min +EXPORT_SYMBOL vmlinux 0xef942a28 release_sock +EXPORT_SYMBOL vmlinux 0xef9aedfc boot_option_idle_override +EXPORT_SYMBOL vmlinux 0xefa28b4c scsi_is_sdev_device +EXPORT_SYMBOL vmlinux 0xefa6a607 __generic_file_fsync +EXPORT_SYMBOL vmlinux 0xefaf2e4f tcf_queue_work +EXPORT_SYMBOL vmlinux 0xefb06635 free_buffer_head +EXPORT_SYMBOL vmlinux 0xefcea2e7 acpi_warning +EXPORT_SYMBOL vmlinux 0xefd75b94 xp_alloc_batch +EXPORT_SYMBOL vmlinux 0xefee932c acpi_get_data_full +EXPORT_SYMBOL vmlinux 0xf0009fee put_pages_list +EXPORT_SYMBOL vmlinux 0xf02aa937 wait_for_completion_interruptible_timeout +EXPORT_SYMBOL vmlinux 0xf0459455 mipi_dsi_dcs_get_display_brightness_large +EXPORT_SYMBOL vmlinux 0xf0512aa2 dst_init +EXPORT_SYMBOL vmlinux 0xf05b1e3a blkdev_get_by_path +EXPORT_SYMBOL vmlinux 0xf05c32ad rdmsr_on_cpus +EXPORT_SYMBOL vmlinux 0xf0636a85 kfree_skb_partial +EXPORT_SYMBOL vmlinux 0xf06b1352 dev_mc_init +EXPORT_SYMBOL vmlinux 0xf07a21c4 pcie_capability_clear_and_set_word +EXPORT_SYMBOL vmlinux 0xf07b07f6 sg_free_append_table +EXPORT_SYMBOL vmlinux 0xf07de439 dev_pm_opp_register_notifier +EXPORT_SYMBOL vmlinux 0xf0867be5 generic_file_llseek +EXPORT_SYMBOL vmlinux 0xf0919c4b __blockdev_direct_IO +EXPORT_SYMBOL vmlinux 0xf0954c8f ilookup5_nowait +EXPORT_SYMBOL vmlinux 0xf09b5d9a get_zeroed_page +EXPORT_SYMBOL vmlinux 0xf09e149e init_special_inode +EXPORT_SYMBOL vmlinux 0xf0c57f43 simple_link +EXPORT_SYMBOL vmlinux 0xf0c7ef85 ip6mr_rule_default +EXPORT_SYMBOL vmlinux 0xf0cd8e88 jbd2_journal_submit_inode_data_buffers +EXPORT_SYMBOL vmlinux 0xf0d9030c inode_newsize_ok +EXPORT_SYMBOL vmlinux 0xf0e52e56 clear_user_original +EXPORT_SYMBOL vmlinux 0xf0f1d1a6 kernel_getsockname +EXPORT_SYMBOL vmlinux 0xf101fb75 __SCK__tp_func_rdpmc +EXPORT_SYMBOL vmlinux 0xf11219bd mr_mfc_find_parent +EXPORT_SYMBOL vmlinux 0xf117904a block_read_full_folio +EXPORT_SYMBOL vmlinux 0xf11dd46e _page_poisoning_enabled_early +EXPORT_SYMBOL vmlinux 0xf137d2ef dquot_alloc_inode +EXPORT_SYMBOL vmlinux 0xf138e1b7 agp_enable +EXPORT_SYMBOL vmlinux 0xf13bcd68 input_register_device +EXPORT_SYMBOL vmlinux 0xf1529a09 mmc_gpiod_request_cd_irq +EXPORT_SYMBOL vmlinux 0xf156608c dquot_free_inode +EXPORT_SYMBOL vmlinux 0xf1622bc3 bio_integrity_prep +EXPORT_SYMBOL vmlinux 0xf1700d6a blk_mq_start_stopped_hw_queues +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 0xf19efb70 ww_mutex_trylock +EXPORT_SYMBOL vmlinux 0xf1a65f7b zstd_reset_dstream +EXPORT_SYMBOL vmlinux 0xf1a68107 acpi_processor_preregister_performance +EXPORT_SYMBOL vmlinux 0xf1a81235 cros_ec_get_host_event +EXPORT_SYMBOL vmlinux 0xf1bc5880 netdev_offload_xstats_push_delta +EXPORT_SYMBOL vmlinux 0xf1ca121e dcache_dir_close +EXPORT_SYMBOL vmlinux 0xf1cbe10f sget_fc +EXPORT_SYMBOL vmlinux 0xf1cf3456 mdiobus_read +EXPORT_SYMBOL vmlinux 0xf1db1704 nla_memcpy +EXPORT_SYMBOL vmlinux 0xf1de6c40 tcf_exts_dump_stats +EXPORT_SYMBOL vmlinux 0xf1dfc4d3 vlan_vids_add_by_dev +EXPORT_SYMBOL vmlinux 0xf1e046cc panic +EXPORT_SYMBOL vmlinux 0xf1e078c1 filemap_fault +EXPORT_SYMBOL vmlinux 0xf1e98c74 avenrun +EXPORT_SYMBOL vmlinux 0xf1f88a0e dm_kcopyd_prepare_callback +EXPORT_SYMBOL vmlinux 0xf1fa16a8 vga_switcheroo_register_client +EXPORT_SYMBOL vmlinux 0xf204a500 invalidate_bdev +EXPORT_SYMBOL vmlinux 0xf21aaea7 ip_mc_leave_group +EXPORT_SYMBOL vmlinux 0xf21e08c3 inet_proto_csum_replace16 +EXPORT_SYMBOL vmlinux 0xf22ec0e8 tcp_v4_syn_recv_sock +EXPORT_SYMBOL vmlinux 0xf23c5932 trace_event_printf +EXPORT_SYMBOL vmlinux 0xf23fcb99 __kfifo_in +EXPORT_SYMBOL vmlinux 0xf247d97f phy_sfp_probe +EXPORT_SYMBOL vmlinux 0xf24f4279 prepare_to_swait_exclusive +EXPORT_SYMBOL vmlinux 0xf25385a9 sync_blockdev_range +EXPORT_SYMBOL vmlinux 0xf2628676 zstd_compress_cctx +EXPORT_SYMBOL vmlinux 0xf262c7fb skb_split +EXPORT_SYMBOL vmlinux 0xf27bef28 nf_log_unbind_pf +EXPORT_SYMBOL vmlinux 0xf27ec930 sock_setsockopt +EXPORT_SYMBOL vmlinux 0xf28cf0ae __hw_addr_init +EXPORT_SYMBOL vmlinux 0xf28ed6e2 machine_to_phys_nr +EXPORT_SYMBOL vmlinux 0xf2935d64 tcp_set_rcvlowat +EXPORT_SYMBOL vmlinux 0xf29403e5 acpi_install_table_handler +EXPORT_SYMBOL vmlinux 0xf2a8efae dm_kcopyd_do_callback +EXPORT_SYMBOL vmlinux 0xf2b81b64 arch_io_reserve_memtype_wc +EXPORT_SYMBOL vmlinux 0xf2c43f3f zlib_deflate +EXPORT_SYMBOL vmlinux 0xf2e34107 dma_sync_single_for_cpu +EXPORT_SYMBOL vmlinux 0xf2e5bd87 security_free_mnt_opts +EXPORT_SYMBOL vmlinux 0xf2e9a26b genphy_handle_interrupt_no_ack +EXPORT_SYMBOL vmlinux 0xf2eb0f39 alloc_netdev_mqs +EXPORT_SYMBOL vmlinux 0xf2f53617 memregion_free +EXPORT_SYMBOL vmlinux 0xf30965ac iosf_mbi_register_pmic_bus_access_notifier +EXPORT_SYMBOL vmlinux 0xf3107926 sha224_update +EXPORT_SYMBOL vmlinux 0xf3224aef devfreq_register_notifier +EXPORT_SYMBOL vmlinux 0xf327ece0 blk_limits_io_min +EXPORT_SYMBOL vmlinux 0xf32fc414 audit_log_start +EXPORT_SYMBOL vmlinux 0xf3441b52 proc_remove +EXPORT_SYMBOL vmlinux 0xf346231f seq_list_start_head +EXPORT_SYMBOL vmlinux 0xf3465499 ps2_begin_command +EXPORT_SYMBOL vmlinux 0xf353a698 register_module_notifier +EXPORT_SYMBOL vmlinux 0xf3621fe2 mtree_alloc_rrange +EXPORT_SYMBOL vmlinux 0xf36d2a27 mr_vif_seq_idx +EXPORT_SYMBOL vmlinux 0xf36ee015 dev_pick_tx_zero +EXPORT_SYMBOL vmlinux 0xf36f42a9 slhc_uncompress +EXPORT_SYMBOL vmlinux 0xf37a52d4 ipv6_dev_get_saddr +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 0xf3b8ad5c __block_write_begin +EXPORT_SYMBOL vmlinux 0xf3c411de noop_llseek +EXPORT_SYMBOL vmlinux 0xf3dc611d dev_uc_sync_multiple +EXPORT_SYMBOL vmlinux 0xf3e0e1df allocate_resource +EXPORT_SYMBOL vmlinux 0xf3e27e30 nla_put +EXPORT_SYMBOL vmlinux 0xf3ef3875 mini_qdisc_pair_init +EXPORT_SYMBOL vmlinux 0xf41f87e0 __traceiter_spi_transfer_start +EXPORT_SYMBOL vmlinux 0xf43250c9 mmc_retune_unpause +EXPORT_SYMBOL vmlinux 0xf43cad51 blk_execute_rq +EXPORT_SYMBOL vmlinux 0xf43d2caa acpi_remove_interface +EXPORT_SYMBOL vmlinux 0xf43e6063 __xfrm_state_delete +EXPORT_SYMBOL vmlinux 0xf443a39f __i2c_transfer +EXPORT_SYMBOL vmlinux 0xf444d86b mmc_gpio_get_cd +EXPORT_SYMBOL vmlinux 0xf4461c78 register_cdrom +EXPORT_SYMBOL vmlinux 0xf44a904a net_ns_barrier +EXPORT_SYMBOL vmlinux 0xf45ffc50 scsi_is_host_device +EXPORT_SYMBOL vmlinux 0xf461ceb2 fifo_set_limit +EXPORT_SYMBOL vmlinux 0xf46754da tcp_syn_ack_timeout +EXPORT_SYMBOL vmlinux 0xf474c21c bitmap_print_to_pagebuf +EXPORT_SYMBOL vmlinux 0xf474fdcb kfree_const +EXPORT_SYMBOL vmlinux 0xf48c0446 find_inode_rcu +EXPORT_SYMBOL vmlinux 0xf496101a ns_capable_noaudit +EXPORT_SYMBOL vmlinux 0xf4a565fd wrmsr_on_cpus +EXPORT_SYMBOL vmlinux 0xf4b754fd acpi_resources_are_enforced +EXPORT_SYMBOL vmlinux 0xf4c91b0b seq_vprintf +EXPORT_SYMBOL vmlinux 0xf4d2a95d ipv4_mtu +EXPORT_SYMBOL vmlinux 0xf4d50e34 devm_clk_hw_register_clkdev +EXPORT_SYMBOL vmlinux 0xf4db35bc stpcpy +EXPORT_SYMBOL vmlinux 0xf4f14de6 rtnl_trylock +EXPORT_SYMBOL vmlinux 0xf51b2c44 migrate_folio +EXPORT_SYMBOL vmlinux 0xf53d4c26 qdisc_class_hash_destroy +EXPORT_SYMBOL vmlinux 0xf545c5cb uart_resume_port +EXPORT_SYMBOL vmlinux 0xf56249ca dma_resv_init +EXPORT_SYMBOL vmlinux 0xf56d4376 __remove_inode_hash +EXPORT_SYMBOL vmlinux 0xf591fbbc mipi_dsi_host_unregister +EXPORT_SYMBOL vmlinux 0xf593c6df __mmap_lock_do_trace_released +EXPORT_SYMBOL vmlinux 0xf5a20ed2 __genradix_prealloc +EXPORT_SYMBOL vmlinux 0xf5a3b709 blk_rq_map_integrity_sg +EXPORT_SYMBOL vmlinux 0xf5a5c84c msrs_alloc +EXPORT_SYMBOL vmlinux 0xf5c7e39e __skb_wait_for_more_packets +EXPORT_SYMBOL vmlinux 0xf5ca5409 generic_parse_monolithic +EXPORT_SYMBOL vmlinux 0xf5dcf929 __x86_indirect_jump_thunk_r8 +EXPORT_SYMBOL vmlinux 0xf5e7ea40 ktime_get_coarse_ts64 +EXPORT_SYMBOL vmlinux 0xf5e85b98 tcp_v4_conn_request +EXPORT_SYMBOL vmlinux 0xf5ec116d rproc_alloc +EXPORT_SYMBOL vmlinux 0xf5faaa1a kiocb_set_cancel_fn +EXPORT_SYMBOL vmlinux 0xf60ab926 acpi_get_event_status +EXPORT_SYMBOL vmlinux 0xf643d104 hsiphash_4u32 +EXPORT_SYMBOL vmlinux 0xf647bc57 mmc_retune_release +EXPORT_SYMBOL vmlinux 0xf655f6f3 xfrm_state_delete +EXPORT_SYMBOL vmlinux 0xf65f1dbd __x86_indirect_jump_thunk_rsi +EXPORT_SYMBOL vmlinux 0xf665f74f sock_load_diag_module +EXPORT_SYMBOL vmlinux 0xf672b098 dev_set_promiscuity +EXPORT_SYMBOL vmlinux 0xf68285c0 register_inetaddr_notifier +EXPORT_SYMBOL vmlinux 0xf68f72b3 vlan_vid_add +EXPORT_SYMBOL vmlinux 0xf6913ad2 uart_add_one_port +EXPORT_SYMBOL vmlinux 0xf696a2d4 inet_csk_destroy_sock +EXPORT_SYMBOL vmlinux 0xf6d32782 netif_stacked_transfer_operstate +EXPORT_SYMBOL vmlinux 0xf6da993d get_cached_acl_rcu +EXPORT_SYMBOL vmlinux 0xf6dce1ee qdisc_watchdog_init +EXPORT_SYMBOL vmlinux 0xf6ebc03b net_ratelimit +EXPORT_SYMBOL vmlinux 0xf6f9d58d init_on_free +EXPORT_SYMBOL vmlinux 0xf6fc8791 __bitmap_xor +EXPORT_SYMBOL vmlinux 0xf7096795 netdev_emerg +EXPORT_SYMBOL vmlinux 0xf723934f __x86_indirect_jump_thunk_r11 +EXPORT_SYMBOL vmlinux 0xf7370f56 system_state +EXPORT_SYMBOL vmlinux 0xf7388bca dev_get_by_index +EXPORT_SYMBOL vmlinux 0xf738d1be register_blocking_lsm_notifier +EXPORT_SYMBOL vmlinux 0xf74cf6b6 input_set_poll_interval +EXPORT_SYMBOL vmlinux 0xf76773e4 blk_mq_kick_requeue_list +EXPORT_SYMBOL vmlinux 0xf7730679 qdisc_warn_nonwc +EXPORT_SYMBOL vmlinux 0xf79ca3bb acpi_remove_gpe_block +EXPORT_SYMBOL vmlinux 0xf7bfac7e phy_ethtool_get_wol +EXPORT_SYMBOL vmlinux 0xf7c168da mdiobus_setup_mdiodev_from_board_info +EXPORT_SYMBOL vmlinux 0xf7c5c455 skb_copy_and_csum_bits +EXPORT_SYMBOL vmlinux 0xf7d31de9 kstrtoul_from_user +EXPORT_SYMBOL vmlinux 0xf7d3f93e crypto_sha512_update +EXPORT_SYMBOL vmlinux 0xf7d60874 udp_lib_getsockopt +EXPORT_SYMBOL vmlinux 0xf7da6e6f acpi_unload_table +EXPORT_SYMBOL vmlinux 0xf7de924d sk_stop_timer +EXPORT_SYMBOL vmlinux 0xf7e8d3d3 scsi_track_queue_full +EXPORT_SYMBOL vmlinux 0xf7ef9a79 iosf_mbi_punit_release +EXPORT_SYMBOL vmlinux 0xf7f7d7d2 genphy_update_link +EXPORT_SYMBOL vmlinux 0xf7fc9619 sock_kzfree_s +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 0xf82ec573 rb_prev +EXPORT_SYMBOL vmlinux 0xf82fbe29 devfreq_monitor_stop +EXPORT_SYMBOL vmlinux 0xf83a3110 sync_dirty_buffer +EXPORT_SYMBOL vmlinux 0xf83c6d5a write_inode_now +EXPORT_SYMBOL vmlinux 0xf84bd6ee bpf_stats_enabled_key +EXPORT_SYMBOL vmlinux 0xf855fa0f __mdiobus_read +EXPORT_SYMBOL vmlinux 0xf8721793 ns_capable +EXPORT_SYMBOL vmlinux 0xf87daceb phy_ethtool_ksettings_set +EXPORT_SYMBOL vmlinux 0xf88fa0db kfree_skb_reason +EXPORT_SYMBOL vmlinux 0xf8a20125 acpi_dev_uid_to_integer +EXPORT_SYMBOL vmlinux 0xf8d07858 bitmap_from_arr32 +EXPORT_SYMBOL vmlinux 0xf8d2bc2c zstd_find_frame_compressed_size +EXPORT_SYMBOL vmlinux 0xf8e683ac dma_pool_create +EXPORT_SYMBOL vmlinux 0xf8f61ebc wake_up_var +EXPORT_SYMBOL vmlinux 0xf8fdd487 __pagevec_release +EXPORT_SYMBOL vmlinux 0xf90a1e85 __x86_indirect_thunk_r8 +EXPORT_SYMBOL vmlinux 0xf92e7137 __do_once_sleepable_done +EXPORT_SYMBOL vmlinux 0xf935550f rtnl_nla_parse_ifla +EXPORT_SYMBOL vmlinux 0xf93fd09c fb_find_mode_cvt +EXPORT_SYMBOL vmlinux 0xf957825c inet_stream_ops +EXPORT_SYMBOL vmlinux 0xf969e188 dma_fence_array_next +EXPORT_SYMBOL vmlinux 0xf9722676 twl_i2c_write +EXPORT_SYMBOL vmlinux 0xf989072c inet_protos +EXPORT_SYMBOL vmlinux 0xf9a482f9 msleep +EXPORT_SYMBOL vmlinux 0xf9c0b663 strlcat +EXPORT_SYMBOL vmlinux 0xf9ca2eb4 kstrtoint_from_user +EXPORT_SYMBOL vmlinux 0xf9ce5e8d kernel_sock_ip_overhead +EXPORT_SYMBOL vmlinux 0xf9d1fe23 __SCK__tp_func_spi_transfer_stop +EXPORT_SYMBOL vmlinux 0xf9d9fce1 mmc_register_driver +EXPORT_SYMBOL vmlinux 0xf9dd0788 xfrm_policy_insert +EXPORT_SYMBOL vmlinux 0xf9e884e1 neigh_event_ns +EXPORT_SYMBOL vmlinux 0xfa042227 gnet_stats_add_basic +EXPORT_SYMBOL vmlinux 0xfa071461 invalidate_mapping_pages +EXPORT_SYMBOL vmlinux 0xfa087922 iov_iter_npages +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 0xfa459d72 nf_hook_slow_list +EXPORT_SYMBOL vmlinux 0xfa4d2f03 __nla_parse +EXPORT_SYMBOL vmlinux 0xfa599bb2 netlink_register_notifier +EXPORT_SYMBOL vmlinux 0xfa6e3c71 flow_rule_match_ports_range +EXPORT_SYMBOL vmlinux 0xfa72fc04 __quota_error +EXPORT_SYMBOL vmlinux 0xfa954aa1 mmc_can_gpio_cd +EXPORT_SYMBOL vmlinux 0xfaa5fc99 serio_unregister_driver +EXPORT_SYMBOL vmlinux 0xfaa75267 dma_async_device_unregister +EXPORT_SYMBOL vmlinux 0xfaaa12d0 _page_poisoning_enabled +EXPORT_SYMBOL vmlinux 0xfaafd902 xfrm4_rcv +EXPORT_SYMBOL vmlinux 0xfac8865f sysctl_wmem_max +EXPORT_SYMBOL vmlinux 0xfad94502 mdiobus_unregister +EXPORT_SYMBOL vmlinux 0xfaf290f5 rtc_add_group +EXPORT_SYMBOL vmlinux 0xfaf649b9 has_capability +EXPORT_SYMBOL vmlinux 0xfafa884c rw_verify_area +EXPORT_SYMBOL vmlinux 0xfb0d0b5d generic_write_checks +EXPORT_SYMBOL vmlinux 0xfb170fd7 inet_unregister_protosw +EXPORT_SYMBOL vmlinux 0xfb193860 tcp_v4_connect +EXPORT_SYMBOL vmlinux 0xfb277be6 dma_map_page_attrs +EXPORT_SYMBOL vmlinux 0xfb2f0913 ip_frag_init +EXPORT_SYMBOL vmlinux 0xfb348fea fault_in_safe_writeable +EXPORT_SYMBOL vmlinux 0xfb384d37 kasprintf +EXPORT_SYMBOL vmlinux 0xfb3c5720 dma_sync_sg_for_device +EXPORT_SYMBOL vmlinux 0xfb3d2d01 tag_pages_for_writeback +EXPORT_SYMBOL vmlinux 0xfb3e9910 security_sb_set_mnt_opts +EXPORT_SYMBOL vmlinux 0xfb40c776 sk_alloc +EXPORT_SYMBOL vmlinux 0xfb550147 inet_put_port +EXPORT_SYMBOL vmlinux 0xfb578fc5 memset +EXPORT_SYMBOL vmlinux 0xfb5a3a9b pci_add_new_bus +EXPORT_SYMBOL vmlinux 0xfb5c3fd1 dm_put_device +EXPORT_SYMBOL vmlinux 0xfb5d870f devm_ioport_unmap +EXPORT_SYMBOL vmlinux 0xfb6af58d recalc_sigpending +EXPORT_SYMBOL vmlinux 0xfb6bcb47 unregister_binfmt +EXPORT_SYMBOL vmlinux 0xfba07214 bio_copy_data +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 0xfbb0e944 mod_zone_page_state +EXPORT_SYMBOL vmlinux 0xfbb8a761 strscpy_pad +EXPORT_SYMBOL vmlinux 0xfbbc1f8d pci_free_irq_vectors +EXPORT_SYMBOL vmlinux 0xfbc40ca5 regset_get +EXPORT_SYMBOL vmlinux 0xfbc4f89e io_schedule_timeout +EXPORT_SYMBOL vmlinux 0xfbd1886e posix_acl_to_xattr +EXPORT_SYMBOL vmlinux 0xfbe215e4 sg_next +EXPORT_SYMBOL vmlinux 0xfbe8ee28 acpi_get_table_by_index +EXPORT_SYMBOL vmlinux 0xfbf0e408 iov_iter_get_pages_alloc2 +EXPORT_SYMBOL vmlinux 0xfbf2b4e9 iter_file_splice_write +EXPORT_SYMBOL vmlinux 0xfbf388d8 free_inode_nonrcu +EXPORT_SYMBOL vmlinux 0xfbfe6eec jbd2_journal_extend +EXPORT_SYMBOL vmlinux 0xfc2c9c82 padata_free_shell +EXPORT_SYMBOL vmlinux 0xfc3339c3 inode_init_always +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 0xfc5b6278 __devm_mdiobus_register +EXPORT_SYMBOL vmlinux 0xfc6114e4 pci_resize_resource +EXPORT_SYMBOL vmlinux 0xfc62131d sk_wait_data +EXPORT_SYMBOL vmlinux 0xfca24b8c __phy_write_mmd +EXPORT_SYMBOL vmlinux 0xfca66b10 wireless_send_event +EXPORT_SYMBOL vmlinux 0xfcb5f72a sock_common_recvmsg +EXPORT_SYMBOL vmlinux 0xfcc6e8cd md_write_end +EXPORT_SYMBOL vmlinux 0xfcc7ac73 mmc_hw_reset +EXPORT_SYMBOL vmlinux 0xfcc924c0 filemap_get_folios_contig +EXPORT_SYMBOL vmlinux 0xfccd31bc pci_alloc_host_bridge +EXPORT_SYMBOL vmlinux 0xfcd1819a hdmi_spd_infoframe_check +EXPORT_SYMBOL vmlinux 0xfcdad130 finish_no_open +EXPORT_SYMBOL vmlinux 0xfcebed5f netdev_bind_sb_channel_queue +EXPORT_SYMBOL vmlinux 0xfcec0987 enable_irq +EXPORT_SYMBOL vmlinux 0xfcef39fb md_bitmap_unplug +EXPORT_SYMBOL vmlinux 0xfcf1e854 do_splice_direct +EXPORT_SYMBOL vmlinux 0xfd02bf09 nd_device_notify +EXPORT_SYMBOL vmlinux 0xfd0848f7 ip_frag_next +EXPORT_SYMBOL vmlinux 0xfd1a8107 skb_checksum_trimmed +EXPORT_SYMBOL vmlinux 0xfd1af848 dma_resv_reserve_fences +EXPORT_SYMBOL vmlinux 0xfd1fcd1f tcp_ioctl +EXPORT_SYMBOL vmlinux 0xfd294981 tcp_init_sock +EXPORT_SYMBOL vmlinux 0xfd345ef0 kmem_cache_alloc_node +EXPORT_SYMBOL vmlinux 0xfd41ca26 unix_destruct_scm +EXPORT_SYMBOL vmlinux 0xfd478310 pci_request_regions_exclusive +EXPORT_SYMBOL vmlinux 0xfd54f4bc vfs_dedupe_file_range_one +EXPORT_SYMBOL vmlinux 0xfd5a7d0e ip_sock_set_freebind +EXPORT_SYMBOL vmlinux 0xfd60bd3e _copy_to_iter +EXPORT_SYMBOL vmlinux 0xfd8759a8 pcie_get_readrq +EXPORT_SYMBOL vmlinux 0xfd93ee35 ioremap_wc +EXPORT_SYMBOL vmlinux 0xfd95fbdb vga_remove_vgacon +EXPORT_SYMBOL vmlinux 0xfda33821 default_qdisc_ops +EXPORT_SYMBOL vmlinux 0xfda789fa blk_queue_max_segments +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 0xfdd4216d pcibios_align_resource +EXPORT_SYMBOL vmlinux 0xfddb2682 __skb_checksum_complete_head +EXPORT_SYMBOL vmlinux 0xfdfae32d agp_generic_remove_memory +EXPORT_SYMBOL vmlinux 0xfdfb792f amd_iommu_pc_supported +EXPORT_SYMBOL vmlinux 0xfdfedc72 xp_dma_sync_for_cpu_slow +EXPORT_SYMBOL vmlinux 0xfe029963 unregister_inetaddr_notifier +EXPORT_SYMBOL vmlinux 0xfe052363 ioread64_lo_hi +EXPORT_SYMBOL vmlinux 0xfe1c9ea5 sg_pcopy_from_buffer +EXPORT_SYMBOL vmlinux 0xfe1d2e94 key_create_or_update +EXPORT_SYMBOL vmlinux 0xfe1f13f2 neigh_seq_start +EXPORT_SYMBOL vmlinux 0xfe2d624c ioc_lookup_icq +EXPORT_SYMBOL vmlinux 0xfe3104a3 dev_get_flags +EXPORT_SYMBOL vmlinux 0xfe3342e0 pm860x_reg_write +EXPORT_SYMBOL vmlinux 0xfe426084 vga_con +EXPORT_SYMBOL vmlinux 0xfe487975 init_wait_entry +EXPORT_SYMBOL vmlinux 0xfe5d4bb2 sys_tz +EXPORT_SYMBOL vmlinux 0xfe66160a sock_cmsg_send +EXPORT_SYMBOL vmlinux 0xfe7de712 input_mt_init_slots +EXPORT_SYMBOL vmlinux 0xfe8c61f0 _raw_read_lock +EXPORT_SYMBOL vmlinux 0xfe916dc6 hex_dump_to_buffer +EXPORT_SYMBOL vmlinux 0xfe949c33 sock_edemux +EXPORT_SYMBOL vmlinux 0xfe9ebbbb acpi_osi_is_win8 +EXPORT_SYMBOL vmlinux 0xfeb7c3c1 mr_mfc_find_any_parent +EXPORT_SYMBOL vmlinux 0xfecaeecc __acpi_mdiobus_register +EXPORT_SYMBOL vmlinux 0xfedcdb60 seq_hlist_next_percpu +EXPORT_SYMBOL vmlinux 0xfee043d2 inet_bind +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 0xfef7b5ca agp_generic_insert_memory +EXPORT_SYMBOL vmlinux 0xfefcb98e vme_dma_vme_attribute +EXPORT_SYMBOL vmlinux 0xff0c6dde __qdisc_calculate_pkt_len +EXPORT_SYMBOL vmlinux 0xff1e9dd8 seq_list_start +EXPORT_SYMBOL vmlinux 0xff22ff59 pm860x_reg_read +EXPORT_SYMBOL vmlinux 0xff282521 rfkill_register +EXPORT_SYMBOL vmlinux 0xff286149 kernel_write +EXPORT_SYMBOL vmlinux 0xff2da803 genphy_read_lpa +EXPORT_SYMBOL vmlinux 0xff3057eb skb_add_rx_frag +EXPORT_SYMBOL vmlinux 0xff52848a __SCT__tp_func_kmem_cache_free +EXPORT_SYMBOL vmlinux 0xff618d9e skb_seq_read +EXPORT_SYMBOL vmlinux 0xff6878cf fb_default_cmap +EXPORT_SYMBOL vmlinux 0xff71c2cc inet_csk_reqsk_queue_drop_and_put +EXPORT_SYMBOL vmlinux 0xff7ca2a3 skb_copy_and_csum_datagram_msg +EXPORT_SYMBOL vmlinux 0xff87cd18 lockref_get_not_dead +EXPORT_SYMBOL vmlinux 0xff949c26 d_instantiate_new +EXPORT_SYMBOL vmlinux 0xffb0ee28 security_sctp_sk_clone +EXPORT_SYMBOL vmlinux 0xffb6d10c fs_param_is_u64 +EXPORT_SYMBOL vmlinux 0xffb7c514 ida_free +EXPORT_SYMBOL vmlinux 0xffc30c3a acpi_processor_power_init_bm_check +EXPORT_SYMBOL vmlinux 0xffc4f200 zstd_compress_stream +EXPORT_SYMBOL vmlinux 0xffc68987 jbd2_log_wait_commit +EXPORT_SYMBOL vmlinux 0xffcc4ec7 tcp_bpf_bypass_getsockopt +EXPORT_SYMBOL vmlinux 0xffcd7f49 iosf_mbi_punit_acquire +EXPORT_SYMBOL vmlinux 0xffd0f6b0 devm_devfreq_unregister_notifier +EXPORT_SYMBOL vmlinux 0xffeedf6a delayed_work_timer_fn +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 0x0a1ba074 sm4_avx_ecb_encrypt +EXPORT_SYMBOL_GPL arch/x86/crypto/sm4-aesni-avx-x86_64 0x0b0c6b70 sm4_avx_cfb_decrypt +EXPORT_SYMBOL_GPL arch/x86/crypto/sm4-aesni-avx-x86_64 0x4a183b42 sm4_avx_ecb_decrypt +EXPORT_SYMBOL_GPL arch/x86/crypto/sm4-aesni-avx-x86_64 0x7193a290 sm4_avx_cbc_decrypt +EXPORT_SYMBOL_GPL arch/x86/crypto/sm4-aesni-avx-x86_64 0xb1a57c3b sm4_cfb_encrypt +EXPORT_SYMBOL_GPL arch/x86/crypto/sm4-aesni-avx-x86_64 0xbbffef3f sm4_avx_ctr_crypt +EXPORT_SYMBOL_GPL arch/x86/crypto/sm4-aesni-avx-x86_64 0xcb9a54a3 sm4_cbc_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 0x008e1197 kvm_queue_exception +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x01de66ed kvm_read_guest_virt +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 0x06d89add kvm_emulate_xsetbv +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x082a761a __tracepoint_kvm_vmgexit_msr_protocol_enter +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x088eb535 kvm_arch_end_assignment +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x0a52e345 kvm_io_bus_write +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x0b0cafb5 kvm_sev_es_string_io +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 0x0dabfe64 kvm_apic_has_interrupt +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x0faa3f63 __SCK__tp_func_kvm_ple_window_update +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x10350f67 kvm_debugfs_dir +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x114eb824 __traceiter_kvm_nested_vmexit_inject +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x12597ac9 kvm_cpuid +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x12dd2fec kvm_flush_remote_tlbs +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x12fff3c9 kvm_write_guest_page +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x132c698f kvm_sev_es_mmio_write +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x1412f042 __traceiter_kvm_ple_window_update +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x149d1f3b kvm_put_kvm +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x15977343 kvm_apicv_activated +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x159b8d5e host_efer +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x15a32ed4 __tracepoint_kvm_entry +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x161056fc kvm_mmu_invlpg +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x16e22431 kvm_arch_register_noncoherent_dma +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x1757c71c kvm_arch_no_poll +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x1761939c kvm_queue_exception_p +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x17a5142c kvm_get_dr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x17f9cfe3 __traceiter_kvm_cr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x1977226d __SCK__tp_func_kvm_apicv_accept_irq +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x1b4ab2ed __tracepoint_kvm_pml_full +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 0x1d65ff5d kvm_read_guest_offset_cached +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x1db1c372 enable_vmware_backdoor +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x1ded1d77 vcpu_put +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x1df466b8 kvm_io_bus_get_dev +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x1f8e9483 __SCT__tp_func_kvm_avic_doorbell +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x1fee80ae kvm_emulate_wbinvd +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x22942053 kvm_intr_is_single_vcpu +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x23263c0a __traceiter_kvm_nested_vmenter_failed +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x23a555d0 kvm_is_linear_rip +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x23ff682f kvm_post_set_cr4 +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 0x273ff84e kvm_lapic_set_eoi +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x275dce62 kvm_mmu_gva_to_gpa_write +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x277f0c78 kvm_set_msr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x2856ce42 kvm_set_msr_common +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x291a2b0a __tracepoint_kvm_fast_mmio +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x2aeb815c file_is_kvm +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x2c73d70c kvm_find_cpuid_entry +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x2d6e878f load_pdptrs +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x2d82cc24 kvm_spec_ctrl_test_value +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x2f07617e __tracepoint_kvm_vmgexit_exit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x2f27bee7 kvm_get_cr8 +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x2f7f7b1d kvm_gpc_check +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x33b41b16 kvm_vcpu_update_apicv +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x34e60724 kvm_set_or_clear_apicv_inhibit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x354f2f35 kvm_task_switch +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x356ae2b7 kvm_vcpu_apicv_activated +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x364e2bbe __SCK__tp_func_kvm_msr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x375022ef kvm_lmsw +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x37dce0cc kvm_destroy_vcpus +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x381c142e __SCK__tp_func_kvm_pi_irte_update +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x388681cf __SCK__kvm_x86_get_cs_db_l_bits +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x388e0e10 __SCT__tp_func_kvm_pi_irte_update +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x397fd5bb __x86_set_memory_region +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x39cc09d1 kvm_is_visible_gfn +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x39fd83db halt_poll_ns_shrink +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x3a17e4ed kvm_clear_guest +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x3ab2794c kvm_find_user_return_msr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x3d93fb92 __traceiter_kvm_apicv_accept_irq +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x3e515841 kvm_vcpu_gfn_to_pfn_atomic +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x3f510ff5 kvm_has_noapic_vcpu +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x413fdcbe __tracepoint_kvm_nested_vmexit_inject +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x41d27aef kvm_page_track_unregister_notifier +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x428d0f88 gfn_to_hva +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x4290117d kvm_write_guest_cached +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x43aace10 kvm_require_dr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x43d6ccbf kvm_slot_page_track_add_page +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x43e9b3ba kvm_vcpu_is_visible_gfn +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x45e80fdf __traceiter_kvm_pi_irte_update +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x467f9c27 kvm_apic_update_irr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x46a905ed kvm_cpu_has_interrupt +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x46f3cd8f kvm_sev_es_mmio_read +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x4733bf8c __traceiter_kvm_avic_kick_vcpu_slowpath +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x4742d445 handle_ud +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x47e6f543 kvm_emulate_wrmsr +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 0x4942be67 __SCT__tp_func_kvm_avic_incomplete_ipi +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x49962891 kvm_vcpu_gfn_to_hva +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x4a1c261b __SCT__tp_func_kvm_invlpga +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x4a24d9b4 gfn_to_pfn +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x4bc289af kvm_gfn_to_hva_cache_init +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x4e1537ac kvm_put_kvm_no_destroy +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x4e3fd1b4 kvm_release_pfn_clean +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x4f8aa7f5 kvm_mmu_new_pgd +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x5079d8df kvm_init_shadow_ept_mmu +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x51c30c3b kvm_get_kvm +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x53089bed __tracepoint_kvm_exit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x53d9f927 __SCT__kvm_x86_get_cs_db_l_bits +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x543119ad __SCK__tp_func_kvm_skinit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x55615ffb __kvm_is_valid_cr4 +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x55c93b74 kvm_vcpu_wake_up +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x58905f45 kvm_mmu_free_guest_mode_roots +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x59387ba3 __SCT__kvm_x86_cache_reg +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x596926a3 kvm_set_cr8 +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x59e640c0 halt_poll_ns +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x5a85f0a1 kvm_deliver_exception_payload +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x5a8750dc kvm_write_guest_offset_cached +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 0x5c77af05 kvm_mtrr_valid +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x5c7e9f84 __SCT__tp_func_kvm_apicv_accept_irq +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x5d996b31 kvm_set_cpu_caps +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x5e0520ff kvm_get_kvm_safe +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x5e82ef4a kvm_update_dr7 +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 0x601767dd kvm_cpu_get_interrupt +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x603361d8 kvm_init +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x6087a58e kvm_release_page_dirty +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x60a5ea3d hv_remote_flush_tlb_with_range +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x616e6c95 __SCT__tp_func_kvm_exit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x6243ac82 __kvm_apic_update_irr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x6303c089 kvm_calc_nested_tsc_offset +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x63ba4ec9 kvm_vcpu_halt +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x63d51930 kvm_lapic_expired_hv_timer +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x65636ec9 kvm_emulate_rdpmc +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x658de9dd __tracepoint_kvm_inj_virq +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x664b9ec5 kvm_wait_lapic_expire +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x669d4c9f kvm_emulate_instruction_from_buffer +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x670f7a06 kvm_vcpu_deliver_sipi_vector +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x67544a0a gfn_to_pfn_memslot +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x6787c3dc __tracepoint_kvm_page_fault +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x67d3c2d8 __tracepoint_kvm_apicv_accept_irq +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x68267b2d kvm_mmu_page_fault +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 0x6ada8f59 kvm_mmu_set_mmio_spte_mask +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x6b4c31ff kvm_requeue_exception_e +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 0x6cc008e6 kvm_get_running_vcpu +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x6cc0c8ec __SCK__tp_func_kvm_entry +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x6d01f16f kvm_mmu_gva_to_gpa_read +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x6d2c9437 __SCT__tp_func_kvm_nested_vmenter +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x6dbf2f84 __kvm_prepare_emulation_failure_exit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x6def9b81 gfn_to_memslot +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x6ec5e864 kvm_set_rflags +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x6ed47b3c kvm_page_track_register_notifier +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x6f4a1160 kvm_handle_memory_failure +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x709cd8cb kvm_spurious_fault +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x721bf019 kvm_emulate_invd +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x74910627 __traceiter_kvm_nested_vmenter +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x75076f8e __SCK__tp_func_kvm_nested_intercepts +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 0x75c97e96 kvm_emulate_rdmsr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x761f504e kvm_apic_match_dest +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x774731c2 x86_decode_emulated_instruction +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x778e30b9 __SCT__tp_func_kvm_cr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x7a3a0f8c __gfn_to_pfn_memslot +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x7a8579d1 kvm_emulate_halt +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x7ae446f7 kvm_arch_has_assigned_device +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x7afe324e halt_poll_ns_grow +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x7b6b273b kvm_read_guest_page +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x7c4ac2d5 __tracepoint_kvm_skinit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x7c94c99a kvm_release_pfn_dirty +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x7e395073 __tracepoint_kvm_pi_irte_update +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x7ec7ad9d kvm_vcpu_unmap +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x7f51547e __traceiter_kvm_inj_virq +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x7f7fd583 kvm_mmu_reset_context +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x7f97875b 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 0x802212cf kvm_queue_exception_e +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x80a053ee kvm_get_apic_mode +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x8476d0ab __tracepoint_kvm_nested_intr_vmexit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x85096afd kvm_read_l1_tsc +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x86448fee __tracepoint_kvm_vmgexit_enter +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x86e11aaa __traceiter_kvm_exit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x86ffee93 __SCK__tp_func_kvm_avic_kick_vcpu_slowpath +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x89d188b5 __tracepoint_kvm_nested_vmenter +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x8a2d7ff3 __traceiter_kvm_page_fault +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x8a7fe54a __SCT__tp_func_kvm_vmgexit_enter +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x8b52b040 kvm_mmu_free_roots +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x8b618aa6 __SCT__tp_func_kvm_nested_vmexit_inject +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x8e1d1205 kvm_cpu_has_injectable_intr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x8e6bc96f kvm_emulate_cpuid +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x8f3a890e __traceiter_kvm_vmgexit_enter +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x903074d2 __tracepoint_kvm_avic_unaccelerated_access +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x912a9286 __traceiter_kvm_nested_intr_vmexit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x9191f907 __traceiter_kvm_entry +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x92d7e6ab __tracepoint_kvm_avic_incomplete_ipi +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x93206b76 kvm_set_msi_irq +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x934015db kvm_emulate_hypercall +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x936a3904 __SCK__tp_func_kvm_inj_virq +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x93a3e40e __SCT__tp_func_kvm_ple_window_update +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x93dde5cf kvm_vcpu_on_spin +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x93df4fad __SCK__tp_func_kvm_avic_unaccelerated_access +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x93e48ae1 kvm_get_linear_rip +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x95da39bf kvm_emulate_mwait +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x964ef137 kvm_vcpu_reset +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x97075214 kvm_update_cpuid_runtime +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x971bdea2 __tracepoint_kvm_cr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x971c1d37 __SCK__tp_func_kvm_nested_vmenter_failed +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x998046d9 __tracepoint_kvm_avic_ga_log +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x9abbe474 kvm_slot_page_track_remove_page +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x9af0267b kvm_handle_page_fault +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x9b3521cf kvm_apic_clear_irr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x9cf59e7a allow_smaller_maxphyaddr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x9df184d5 kvm_read_guest_cached +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x9e0ebeb5 kvm_gpc_init +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x9e20b2bc __traceiter_kvm_avic_incomplete_ipi +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x9ea550a9 __tracepoint_kvm_write_tsc_offset +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x9f68faa3 __traceiter_kvm_avic_unaccelerated_access +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xa16157a6 kvm_set_cr4 +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xa17a183c kvm_lapic_find_highest_irr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xa1c4231f kvm_set_pfn_dirty +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xa3b30cf8 kvm_vcpu_yield_to +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xa44cd746 kvm_hv_get_assist_page +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xa48efa54 __SCK__tp_func_kvm_avic_ga_log +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 0xa6d0f006 kvm_vcpu_gfn_to_pfn +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xa6e1a190 __SCK__tp_func_kvm_avic_doorbell +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xa7022320 __traceiter_kvm_avic_ga_log +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xa7232ecd __kvm_request_immediate_exit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xa7982d22 vcpu_load +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xa84a2e73 __SCT__tp_func_kvm_write_tsc_offset +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xa869f9b6 kvm_apic_update_ppr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xa89b2a37 kvm_vcpu_write_guest_page +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xac4fbb1b __SCK__tp_func_kvm_invlpga +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xb1ae99b9 __SCK__tp_func_kvm_page_fault +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xb1d42dce mark_page_dirty +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xb2324623 __SCK__kvm_x86_cache_reg +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xb2cdafde kvm_handle_invalid_op +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xb332b817 gfn_to_hva_memslot +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xb4dfdc80 __tracepoint_kvm_ple_window_update +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xb5087d51 gfn_to_page_many_atomic +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xb52d7108 kvm_fast_pio +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xb573892e hv_track_root_tdp +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xb61ae989 kvm_emulate_instruction +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xb643d961 hv_remote_flush_tlb +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xb7361cfc kvm_inject_realmode_interrupt +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xb82c0987 enable_pmu +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xb8b3348d __tracepoint_kvm_msr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xb8c8a801 kvm_vcpu_read_guest_page +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xb96e9aa1 __traceiter_kvm_skinit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xbaf90e37 __tracepoint_kvm_nested_vmexit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xbc33905f __SCK__tp_func_kvm_vmgexit_exit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xbd708e48 kvm_valid_efer +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xbd9d6dfc kvm_mmu_set_me_spte_mask +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xbdce168a __SCK__tp_func_kvm_nested_intr_vmexit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xbe472574 kvm_set_cr3 +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xbedab811 handle_fastpath_set_msr_irqoff +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xbf131c3a kvm_skip_emulated_instruction +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xbfa79760 __SCK__tp_func_kvm_nested_vmexit_inject +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xc026ae57 kvm_gpc_activate +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xc071e99f __SCT__tp_func_kvm_entry +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xc0b01a75 kvm_release_page_clean +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xc19d73a8 kvm_write_guest +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xc1a371ac kvm_set_memory_region +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xc270b8c0 kvm_make_all_cpus_request +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xc2f7e05b kvm_emulate_ap_reset_hold +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xc35cade8 kvm_hv_assist_page_enabled +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xc449bd1b mark_page_dirty_in_slot +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xc4814b0f gfn_to_page +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xc60d7d0c __traceiter_kvm_pml_full +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xc62692b4 kvm_load_host_xsave_state +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xc667ec37 kvm_fixup_and_inject_pf_error +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xc6b8d29e kvm_find_cpuid_entry_index +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xc7fe55ac __traceiter_kvm_avic_doorbell +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xc893f58c __SCK__tp_func_kvm_vmgexit_msr_protocol_enter +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xc8e787f4 kvm_prepare_emulation_failure_exit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xc96d35f4 report_ignored_msrs +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xca80aeb0 kvm_vcpu_read_guest +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xcabeab41 __SCK__tp_func_kvm_vmgexit_enter +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xce576a13 enable_apicv +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xce728c6d __tracepoint_kvm_nested_intercepts +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xcff4cce8 __SCK__tp_func_kvm_nested_vmenter +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xd0680431 kvm_gpc_deactivate +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xd09da48b __SCT__tp_func_kvm_nested_intr_vmexit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xd46dd03e kvm_emulate_halt_noskip +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xd475c188 kvm_pmu_cap +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xd491bc3c kvm_x86_vendor_init +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xd4eb143f __SCK__tp_func_kvm_cr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xd51fcb10 kvm_vcpu_kick +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xd6e3a6aa __SCK__tp_func_kvm_fast_mmio +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xd9727320 kvm_vcpu_read_guest_atomic +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xd99c581b kvm_apic_send_ipi +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xdabbc9e2 kvm_requeue_exception +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xdacd3b1e gfn_to_pfn_prot +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xdb135894 kvm_read_guest +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xdb77c8b1 kvm_init_mmu +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xdb89fe2f kvm_inject_emulated_page_fault +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xdba37ff6 kvm_cpu_caps +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xdc7369fe __traceiter_kvm_msr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xdd633fa9 kvm_get_msr_common +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xde874e33 __SCK__tp_func_kvm_avic_incomplete_ipi +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xe001b01c __SCK__tp_func_kvm_write_tsc_offset +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xe0e786a7 __SCT__tp_func_kvm_skinit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xe2d1d4a4 kvm_handle_invpcid +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xe39ded81 kvm_mtrr_get_guest_memory_type +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xe5057c94 kvm_msr_allowed +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xe93dfc8c __SCT__tp_func_kvm_nested_vmenter_failed +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xe9e29c0d kvm_get_msr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xea1814cd gfn_to_pfn_memslot_atomic +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xea1b853f __tracepoint_kvm_avic_doorbell +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xea5cda33 __SCT__tp_func_kvm_fast_mmio +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xea917512 kvm_emulate_monitor +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xeb2b05b2 __traceiter_kvm_nested_vmexit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xeb866126 kvm_complete_insn_gp +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xebd42705 kvm_irq_has_notifier +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xec5607e4 __SCK__tp_func_kvm_exit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xecb17bef __tracepoint_kvm_avic_kick_vcpu_slowpath +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xece11a69 kvm_vcpu_mark_page_dirty +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xed2b7612 kvm_load_guest_xsave_state +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xeda59557 kvm_service_local_tlb_flush_requests +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xedad6234 __SCK__tp_func_kvm_pml_full +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xef14fd98 kvm_calc_nested_tsc_multiplier +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xef516a9b __kvm_set_memory_region +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xf00073ef kvm_init_shadow_npt_mmu +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xf0613574 kvm_write_guest_virt_system +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xf084b57d __SCT__tp_func_kvm_msr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xf12b2987 kvm_pmu_trigger_event +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xf1541c8d kvm_arch_start_assignment +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xf2b939ce __tracepoint_kvm_invlpga +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 0xf54e2886 __SCT__tp_func_kvm_vmgexit_msr_protocol_enter +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xf6032a98 __SCK__tp_func_kvm_nested_vmexit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xf6897aaf __tracepoint_kvm_nested_vmenter_failed +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xf69978a5 kvm_set_cr0 +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xf80a9bd0 kvm_get_rflags +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xf8b667e0 kvm_arch_unregister_noncoherent_dma +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xf8c65266 kvm_post_set_cr0 +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xf9688c72 kvm_vcpu_write_guest +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xfab33e4c enable_mmio_caching +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xfb2dd5b8 kvm_apic_set_eoi_accelerated +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xfb2ec3c0 kvm_vcpu_map +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xfb7d4bba kvm_apic_write_nodecode +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xfbdf29de kvm_gpc_refresh +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xfcfe579c __SCK__tp_func_kvm_vmgexit_msr_protocol_exit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xff116ce3 __tracepoint_kvm_vmgexit_msr_protocol_exit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xff9816a4 kvm_set_dr +EXPORT_SYMBOL_GPL crypto/af_alg 0x0334b41d af_alg_get_rsgl +EXPORT_SYMBOL_GPL crypto/af_alg 0x0dc1da98 af_alg_make_sg +EXPORT_SYMBOL_GPL crypto/af_alg 0x15b91b26 af_alg_accept +EXPORT_SYMBOL_GPL crypto/af_alg 0x498ab4a9 af_alg_release_parent +EXPORT_SYMBOL_GPL crypto/af_alg 0x49ca1716 af_alg_free_resources +EXPORT_SYMBOL_GPL crypto/af_alg 0x4b911cf9 af_alg_pull_tsgl +EXPORT_SYMBOL_GPL crypto/af_alg 0x5bdbfd18 af_alg_release +EXPORT_SYMBOL_GPL crypto/af_alg 0x83250a1e af_alg_free_sg +EXPORT_SYMBOL_GPL crypto/af_alg 0x8409f1f2 af_alg_sendmsg +EXPORT_SYMBOL_GPL crypto/af_alg 0x8a73c3f8 af_alg_alloc_areq +EXPORT_SYMBOL_GPL crypto/af_alg 0x93b0ee8a af_alg_wmem_wakeup +EXPORT_SYMBOL_GPL crypto/af_alg 0x948ff735 af_alg_count_tsgl +EXPORT_SYMBOL_GPL crypto/af_alg 0xa02b6ee8 af_alg_poll +EXPORT_SYMBOL_GPL crypto/af_alg 0xb9d95fa9 af_alg_register_type +EXPORT_SYMBOL_GPL crypto/af_alg 0xbed6b235 af_alg_unregister_type +EXPORT_SYMBOL_GPL crypto/af_alg 0xc9ea50b0 af_alg_wait_for_data +EXPORT_SYMBOL_GPL crypto/af_alg 0xe71ff51a af_alg_sendpage +EXPORT_SYMBOL_GPL crypto/af_alg 0xe765aa57 af_alg_async_cb +EXPORT_SYMBOL_GPL crypto/aria_generic 0x328c0340 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 0x008d8c96 async_memcpy +EXPORT_SYMBOL_GPL crypto/async_tx/async_pq 0x00f3e062 async_gen_syndrome +EXPORT_SYMBOL_GPL crypto/async_tx/async_pq 0x571a6c16 async_syndrome_val +EXPORT_SYMBOL_GPL crypto/async_tx/async_raid6_recov 0x325ddd54 async_raid6_datap_recov +EXPORT_SYMBOL_GPL crypto/async_tx/async_raid6_recov 0xdaf3de35 async_raid6_2data_recov +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0x651bcbe7 async_trigger_callback +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0x9444088f async_tx_submit +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0xb0ca6e8a async_tx_quiesce +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0xb42d83a6 __async_tx_find_channel +EXPORT_SYMBOL_GPL crypto/async_tx/async_xor 0x120e88f7 async_xor_val +EXPORT_SYMBOL_GPL crypto/async_tx/async_xor 0x7f0c4f09 async_xor_offs +EXPORT_SYMBOL_GPL crypto/async_tx/async_xor 0x88e90d57 async_xor +EXPORT_SYMBOL_GPL crypto/async_tx/async_xor 0xbdef05f5 async_xor_val_offs +EXPORT_SYMBOL_GPL crypto/authenc 0x2479193e crypto_authenc_extractkeys +EXPORT_SYMBOL_GPL crypto/blowfish_common 0x148f4b3c blowfish_setkey +EXPORT_SYMBOL_GPL crypto/cast5_generic 0x188d9d26 __cast5_decrypt +EXPORT_SYMBOL_GPL crypto/cast5_generic 0xe9e4681f 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 0x6ea45e9b 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 0x009650a4 cryptd_ahash_queued +EXPORT_SYMBOL_GPL crypto/cryptd 0x069bbae4 cryptd_skcipher_queued +EXPORT_SYMBOL_GPL crypto/cryptd 0x4b4d67d5 cryptd_alloc_skcipher +EXPORT_SYMBOL_GPL crypto/cryptd 0x501c25d8 cryptd_ahash_child +EXPORT_SYMBOL_GPL crypto/cryptd 0x5ebd164a cryptd_alloc_ahash +EXPORT_SYMBOL_GPL crypto/cryptd 0x72e9ebc0 cryptd_alloc_aead +EXPORT_SYMBOL_GPL crypto/cryptd 0x7574dd3a cryptd_free_skcipher +EXPORT_SYMBOL_GPL crypto/cryptd 0x941faf01 cryptd_aead_queued +EXPORT_SYMBOL_GPL crypto/cryptd 0x96d31e56 cryptd_shash_desc +EXPORT_SYMBOL_GPL crypto/cryptd 0xd4d0fc2e cryptd_aead_child +EXPORT_SYMBOL_GPL crypto/cryptd 0xd75464a5 cryptd_free_aead +EXPORT_SYMBOL_GPL crypto/cryptd 0xe4b1a547 cryptd_skcipher_child +EXPORT_SYMBOL_GPL crypto/cryptd 0xf583efaa cryptd_free_ahash +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x02529d0a crypto_finalize_hash_request +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x1633eef3 crypto_finalize_kpp_request +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x295ce877 crypto_engine_start +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x32d3fc72 crypto_engine_stop +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x345dd747 crypto_engine_exit +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x406fd3bc crypto_engine_alloc_init_and_set +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x56ef6aee crypto_transfer_hash_request_to_engine +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x82b209a1 crypto_transfer_aead_request_to_engine +EXPORT_SYMBOL_GPL crypto/crypto_engine 0xa59d579e crypto_transfer_akcipher_request_to_engine +EXPORT_SYMBOL_GPL crypto/crypto_engine 0xc1b9bc73 crypto_finalize_akcipher_request +EXPORT_SYMBOL_GPL crypto/crypto_engine 0xc956acf2 crypto_transfer_skcipher_request_to_engine +EXPORT_SYMBOL_GPL crypto/crypto_engine 0xca5440cb crypto_finalize_skcipher_request +EXPORT_SYMBOL_GPL crypto/crypto_engine 0xd5db40ee crypto_finalize_aead_request +EXPORT_SYMBOL_GPL crypto/crypto_engine 0xdc35e919 crypto_transfer_kpp_request_to_engine +EXPORT_SYMBOL_GPL crypto/crypto_engine 0xed18f63f crypto_engine_alloc_init +EXPORT_SYMBOL_GPL crypto/crypto_simd 0x24951403 simd_register_aeads_compat +EXPORT_SYMBOL_GPL crypto/crypto_simd 0x31897b54 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 0x6e617585 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 0xc44e14c9 simd_register_skciphers_compat +EXPORT_SYMBOL_GPL crypto/crypto_simd 0xefe73979 simd_skcipher_free +EXPORT_SYMBOL_GPL crypto/ecdh_generic 0x33b866ce crypto_ecdh_decode_key +EXPORT_SYMBOL_GPL crypto/ecdh_generic 0x7475be8e crypto_ecdh_key_len +EXPORT_SYMBOL_GPL crypto/ecdh_generic 0xb230d2ec crypto_ecdh_encode_key +EXPORT_SYMBOL_GPL crypto/polyval-generic 0x1936413e polyval_mul_non4k +EXPORT_SYMBOL_GPL crypto/polyval-generic 0x49dece42 polyval_update_non4k +EXPORT_SYMBOL_GPL crypto/serpent_generic 0x4eb4c55e __serpent_encrypt +EXPORT_SYMBOL_GPL crypto/serpent_generic 0xbcc074f3 __serpent_decrypt +EXPORT_SYMBOL_GPL crypto/serpent_generic 0xd4c9681a __serpent_setkey +EXPORT_SYMBOL_GPL crypto/serpent_generic 0xe328671f serpent_setkey +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 0xc15df778 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 0x12645a92 spk_ttyio_synth_probe +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x1e39eb14 synth_putws +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x2f515c24 spk_var_show +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x3573f4a4 spk_ttyio_ops +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x3aa9671d spk_synth_flush +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x41a160e5 synth_buffer_empty +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x4449e1dd synth_buffer_clear +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x45eda959 spk_get_var +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x466f5eb7 synth_putwc +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x553e09b1 spk_var_store +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x76d40046 synth_buffer_skip_nonlatin1 +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x7cb6f958 spk_do_catch_up_unicode +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x84dad068 synth_buffer_getc +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x89fa9055 spk_synth_get_index +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 0x9122a636 spk_ttyio_synth_immediate +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x96159030 spk_synth_is_alive_restart +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xa1c92deb synth_current +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xaadb0612 synth_buffer_peek +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xb12ac87f synth_add +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xb734cb9d speakup_event +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xb96d9976 spk_do_catch_up +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 0xd464f5fd spk_ttyio_release +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 0xec9d7eb5 synth_remove +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xfeac6582 spk_synth_is_alive_nop +EXPORT_SYMBOL_GPL drivers/acpi/nfit/nfit 0x3a03d8b3 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 0x5da624a8 acpi_nfit_init +EXPORT_SYMBOL_GPL drivers/acpi/nfit/nfit 0x87ebff86 __acpi_nvdimm_notify +EXPORT_SYMBOL_GPL drivers/acpi/nfit/nfit 0xc6eff95e __acpi_nfit_notify +EXPORT_SYMBOL_GPL drivers/acpi/nfit/nfit 0xe1df269c acpi_nfit_desc_init +EXPORT_SYMBOL_GPL drivers/acpi/platform_profile 0x67927a0d platform_profile_notify +EXPORT_SYMBOL_GPL drivers/acpi/platform_profile 0xbfe36436 platform_profile_remove +EXPORT_SYMBOL_GPL drivers/acpi/platform_profile 0xcac33cd4 platform_profile_register +EXPORT_SYMBOL_GPL drivers/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 0x0f547fd2 ahci_fill_cmd_slot +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x1f83c70d ahci_reset_em +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x21b84640 ahci_init_controller +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x24eb217a ahci_check_ready +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x36230465 ahci_start_fis_rx +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x394b956c ahci_dev_classify +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x3ff85d57 ahci_set_em_messages +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x55c7220b ahci_port_resume +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x7d9c2b5f ahci_save_initial_config +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x81470cf3 ahci_qc_issue +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x9586e795 ahci_stop_engine +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x9590bc96 ahci_shost_groups +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xa6d981d4 ahci_handle_port_intr +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xbea037de ahci_error_handler +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xc6e12458 ahci_kick_engine +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xc7c0f9ac ahci_print_info +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xcc0292e7 ahci_ops +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xd455457c ahci_start_engine +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xd6de4741 ahci_reset_controller +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xdba8f160 ahci_sdev_groups +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xe1466f26 ahci_host_activate +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xea50dad3 ahci_ignore_sss +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xef436d0a ahci_do_hardreset +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xf0a83635 ahci_do_softreset +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xfffe3c01 ahci_pmp_retry_srst_ops +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x28a95d23 ahci_platform_disable_regulators +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x30549104 ahci_platform_assert_rsts +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x392a2f42 ahci_platform_disable_resources +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x3b5a27ce ahci_platform_init_host +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x4b508a96 ahci_platform_resume +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x5dcdfcd7 ahci_platform_find_clk +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x67e8a489 ahci_platform_enable_clks +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x6c919dd6 ahci_platform_get_resources +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x73d63902 ahci_platform_disable_clks +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x7755455b ahci_platform_suspend_host +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x7e93dea7 ahci_platform_enable_regulators +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0xa0b561ec ahci_platform_disable_phys +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0xb06d8877 ahci_platform_enable_resources +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0xb35f0c86 ahci_platform_ops +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0xb48bfc67 ahci_platform_enable_phys +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0xb9a3a578 ahci_platform_deassert_rsts +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0xdf98ee2d ahci_platform_shutdown +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0xec55c19e ahci_platform_suspend +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0xecbd3963 ahci_platform_resume_host +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 0x57b89622 linedisp_unregister +EXPORT_SYMBOL_GPL drivers/auxdisplay/line-display 0x8606c722 linedisp_register +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-i3c 0xe7164e48 __devm_regmap_init_i3c +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-sccb 0xe5974822 __regmap_init_sccb +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-sccb 0xf9380a6e __devm_regmap_init_sccb +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-sdw 0x2ac943c0 __devm_regmap_init_sdw +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-sdw 0x684b3bfa __regmap_init_sdw +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-sdw-mbq 0x3f800e9d __devm_regmap_init_sdw_mbq +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-sdw-mbq 0x6b93f5c5 __regmap_init_sdw_mbq +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-slimbus 0x6acbe9c5 __devm_regmap_init_slimbus +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-slimbus 0x79fbe9e7 __regmap_init_slimbus +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-spi-avmm 0xd8c97d8c __devm_regmap_init_spi_avmm +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-spi-avmm 0xf4e60075 __regmap_init_spi_avmm +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-spmi 0x087f6a42 __regmap_init_spmi_ext +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-spmi 0x9274c293 __devm_regmap_init_spmi_base +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-spmi 0xb0ba55ad __regmap_init_spmi_base +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-spmi 0xc4feedf4 __devm_regmap_init_spmi_ext +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-w1 0x25479564 __devm_regmap_init_w1 +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-w1 0xd02c1579 __regmap_init_w1 +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x0cfd3718 bcma_core_disable +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x138a7589 bcma_core_pci_power_save +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x14cfd78c bcma_host_pci_down +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x1d05732a bcma_core_set_clockmode +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x2670b7d1 bcma_find_core_unit +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x2ae2e54d bcma_chipco_gpio_outen +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x345e562f bcma_driver_unregister +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x35931ef8 bcma_core_is_enabled +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x35b25d18 bcma_chipco_b_mii_write +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x4afab9e4 bcma_host_pci_up +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x5281db27 bcma_chipco_get_alp_clock +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x559d618d bcma_chipco_gpio_control +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x5b2b8edb bcma_chipco_regctl_maskset +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x7be57d0e bcma_chipco_gpio_out +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x7ff95970 bcma_chipco_pll_write +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x838f0293 bcma_chipco_pll_maskset +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x8f636b90 bcma_host_pci_irq_ctl +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x9ada9943 bcma_pmu_spuravoid_pllupdate +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x9baf4f7f bcma_core_enable +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xc5069a86 bcma_core_pll_ctl +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xc61c4a4a __bcma_driver_register +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xc97e239e bcma_chipco_pll_read +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xd64991eb bcma_chipco_chipctl_maskset +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xf4fe48e2 bcma_pmu_get_bus_clock +EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0x1e4191c7 btbcm_initialize +EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0x25ffb7ca btbcm_set_bdaddr +EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0x34022110 btbcm_read_pcm_int_params +EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0x4517dab0 btbcm_write_pcm_int_params +EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0x52613b0a btbcm_setup_patchram +EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0x8301cefb btbcm_check_bdaddr +EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0x9b1f03ac btbcm_finalize +EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0xad965c20 btbcm_setup_apple +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x106e7106 btintel_load_ddc_config +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x16d036de btintel_configure_setup +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x32dfd13b btintel_secure_send_result +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x567c6d27 btintel_read_boot_params +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x5ec80269 btintel_exit_mfg +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x5f179d9b btintel_send_intel_reset +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x68903fea btintel_enter_mfg +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0xa996e60e btintel_bootup +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0xc21d1504 btintel_set_event_mask_mfg +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0xc3da378d btintel_set_diag +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0xc884f70f btintel_check_bdaddr +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0xd840ca04 btintel_set_bdaddr +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0xd93b6b0c btintel_regmap_init +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0xde6dcca6 btintel_read_version +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0xec5415f0 btintel_download_firmware +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0xee1578bb btintel_set_quality_report +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0xf38afc7a btintel_version_info +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x16f188ec btmrvl_process_event +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x2786e755 btmrvl_check_evtpkt +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x45510744 btmrvl_pscan_window_reporting +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x4ac6b1c1 btmrvl_send_module_cfg_cmd +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x6a7a73a7 btmrvl_add_card +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x6b544455 btmrvl_enable_ps +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x866c3da4 btmrvl_remove_card +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x978e526f btmrvl_enable_hs +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0xaacff0e4 btmrvl_interrupt +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0xb7b0bb79 btmrvl_register_hdev +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0xd48f44b1 btmrvl_send_hscfg_cmd +EXPORT_SYMBOL_GPL drivers/bluetooth/btmtk 0x973cd5fa btmtk_setup_firmware +EXPORT_SYMBOL_GPL drivers/bluetooth/btmtk 0xb0409d40 btmtk_set_bdaddr +EXPORT_SYMBOL_GPL drivers/bluetooth/btmtk 0xc562ed63 btmtk_setup_firmware_79xx +EXPORT_SYMBOL_GPL drivers/bluetooth/btqca 0x55e70280 qca_send_pre_shutdown_cmd +EXPORT_SYMBOL_GPL drivers/bluetooth/btqca 0x674a8576 qca_set_bdaddr +EXPORT_SYMBOL_GPL drivers/bluetooth/btqca 0xc835c004 qca_uart_setup +EXPORT_SYMBOL_GPL drivers/bluetooth/btqca 0xef0497fd qca_set_bdaddr_rome +EXPORT_SYMBOL_GPL drivers/bluetooth/btqca 0xf18a3ff2 qca_read_soc_version +EXPORT_SYMBOL_GPL drivers/bluetooth/btrtl 0x13d5a338 btrtl_set_quirks +EXPORT_SYMBOL_GPL drivers/bluetooth/btrtl 0x234e13ff btrtl_shutdown_realtek +EXPORT_SYMBOL_GPL drivers/bluetooth/btrtl 0x31602a3d btrtl_setup_realtek +EXPORT_SYMBOL_GPL drivers/bluetooth/btrtl 0x3474bd41 btrtl_download_firmware +EXPORT_SYMBOL_GPL drivers/bluetooth/btrtl 0x7b9bda42 btrtl_get_uart_settings +EXPORT_SYMBOL_GPL drivers/bluetooth/btrtl 0x98b322be btrtl_initialize +EXPORT_SYMBOL_GPL drivers/bluetooth/btrtl 0xaf78f260 btrtl_free +EXPORT_SYMBOL_GPL drivers/bluetooth/hci_uart 0x112ff398 hci_uart_unregister_device +EXPORT_SYMBOL_GPL drivers/bluetooth/hci_uart 0x235138a8 hci_uart_tx_wakeup +EXPORT_SYMBOL_GPL drivers/bluetooth/hci_uart 0x4697ca3d h4_recv_buf +EXPORT_SYMBOL_GPL drivers/bluetooth/hci_uart 0x85a971a6 hci_uart_register_device +EXPORT_SYMBOL_GPL drivers/bus/mhi/ep/mhi_ep 0x2f260ec8 mhi_ep_queue_skb +EXPORT_SYMBOL_GPL drivers/bus/mhi/ep/mhi_ep 0x7eeab8a1 mhi_ep_power_down +EXPORT_SYMBOL_GPL drivers/bus/mhi/ep/mhi_ep 0xab02125b __mhi_ep_driver_register +EXPORT_SYMBOL_GPL drivers/bus/mhi/ep/mhi_ep 0xcb67829f mhi_ep_register_controller +EXPORT_SYMBOL_GPL drivers/bus/mhi/ep/mhi_ep 0xcc628ee5 mhi_ep_unregister_controller +EXPORT_SYMBOL_GPL drivers/bus/mhi/ep/mhi_ep 0xd6ae3861 mhi_ep_queue_is_empty +EXPORT_SYMBOL_GPL drivers/bus/mhi/ep/mhi_ep 0xd86547cd mhi_ep_driver_unregister +EXPORT_SYMBOL_GPL drivers/bus/mhi/ep/mhi_ep 0xe80f5212 mhi_ep_power_up +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x072beba4 mhi_unprepare_after_power_down +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x1e0d9c52 mhi_prepare_for_transfer +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x20836296 mhi_register_controller +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x25bfadfb mhi_power_down +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x2a89a552 mhi_force_rddm_mode +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x2b958542 mhi_queue_skb +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x398a63c6 mhi_queue_dma +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x3c0b14ca mhi_unregister_controller +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x40d56425 mhi_prepare_for_transfer_autoqueue +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x4c08662d __mhi_driver_register +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x5764a32a mhi_poll +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x5b5adc41 mhi_device_get +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x6316b691 mhi_get_mhi_state +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x6ad06261 mhi_queue_buf +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x7bee1eed mhi_pm_resume +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x9e9889ad mhi_queue_is_full +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xa57af000 mhi_driver_unregister +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xb0ac2c5a mhi_download_rddm_image +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xb2eeb344 mhi_unprepare_from_transfer +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xd1384e73 mhi_get_free_desc_count +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xd470b33e mhi_device_get_sync +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xd7bcce48 mhi_prepare_for_power_up +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xda438df3 mhi_get_exec_env +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xdb84b82d mhi_notify +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xdff29034 mhi_pm_suspend +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xe15b3f11 mhi_soc_reset +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xe177abf2 mhi_pm_resume_force +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xe5996901 mhi_alloc_controller +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xe7ef58e6 mhi_device_put +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xf0cf71f1 mhi_async_power_up +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xf1e61e0f mhi_free_controller +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x09b42e32 comedi_alloc_devpriv +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x0ba14433 comedi_bytes_per_scan_cmd +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x0cd330f4 range_unknown +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x1169cba0 comedi_dev_put +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x17d5a51d comedi_request_region +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x209e496f comedi_buf_write_samples +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x21102f87 range_0_32mA +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x21d4cb99 comedi_driver_register +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x245c35ea comedi_buf_read_n_available +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x2d4529c8 comedi_is_subdevice_running +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x2f0ad9d3 range_bipolar5 +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x38997ea2 comedi_nscans_left +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x3cfc4435 comedi_dio_update_state +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x4236eaaf range_4_20mA +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x442296df comedi_legacy_detach +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x4c3230ac comedi_alloc_subdev_readback +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x4ea1e873 comedi_inc_scan_progress +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x4fe634f3 range_bipolar2_5 +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x5e8fb745 comedi_event +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x5fadd3b5 comedi_dio_insn_config +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x62e39ad1 comedi_buf_read_alloc +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x6524cd38 comedi_timeout +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x6bedb734 comedi_buf_write_alloc +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x79132c70 comedi_dev_get_from_minor +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x7a38602e comedi_buf_write_free +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x7e60d7fa comedi_auto_config +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x8113872c range_unipolar10 +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x86f84787 comedi_bytes_per_scan +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x87ada2d7 __comedi_request_region +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x8c05c5c1 comedi_set_spriv_auto_free +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xa041b057 comedi_buf_read_samples +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xa0bac96c comedi_auto_unconfig +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xa652f692 comedi_nsamples_left +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xaaf23f98 comedi_readback_insn_read +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xb590e8a7 comedi_alloc_spriv +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 0xbf80e617 comedi_check_chanlist +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xc259ae22 comedi_buf_read_free +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xc901447f comedi_load_firmware +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xdb2044b2 range_unipolar5 +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xdb3a8df3 comedi_driver_unregister +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xddf57afb comedi_alloc_subdevices +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xe3b3e5bf comedi_set_hw_dev +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xe83abe5e comedi_handle_events +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pci 0x07097df5 comedi_pci_disable +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pci 0x7f77c0d8 comedi_to_pci_dev +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pci 0x82311bae comedi_pci_driver_unregister +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pci 0xa196a8ea comedi_pci_auto_config +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pci 0xb0ad773d comedi_pci_auto_unconfig +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pci 0xbafbd648 comedi_pci_detach +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pci 0xbfbe5fb7 comedi_pci_enable +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pci 0xf33e64cb comedi_pci_driver_register +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pcmcia 0x0a4c759c comedi_pcmcia_disable +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pcmcia 0x1de6fc79 comedi_pcmcia_auto_unconfig +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pcmcia 0x5411ff4f comedi_pcmcia_enable +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pcmcia 0x6feee521 comedi_pcmcia_auto_config +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pcmcia 0xc13fcedb comedi_pcmcia_driver_unregister +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pcmcia 0xebe9cdc2 comedi_pcmcia_driver_register +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pcmcia 0xf815da84 comedi_to_pcmcia_dev +EXPORT_SYMBOL_GPL drivers/comedi/comedi_usb 0x136ee5c3 comedi_usb_auto_config +EXPORT_SYMBOL_GPL drivers/comedi/comedi_usb 0x5091af0e comedi_usb_auto_unconfig +EXPORT_SYMBOL_GPL drivers/comedi/comedi_usb 0xbf0c4190 comedi_usb_driver_register +EXPORT_SYMBOL_GPL drivers/comedi/comedi_usb 0xec1a0146 comedi_usb_driver_unregister +EXPORT_SYMBOL_GPL drivers/comedi/comedi_usb 0xf42e7f16 comedi_to_usb_interface +EXPORT_SYMBOL_GPL drivers/comedi/comedi_usb 0xfdb1cacd comedi_to_usb_dev +EXPORT_SYMBOL_GPL drivers/comedi/drivers/addi_watchdog 0x79f4a6cf addi_watchdog_reset +EXPORT_SYMBOL_GPL drivers/comedi/drivers/addi_watchdog 0xa930253f addi_watchdog_init +EXPORT_SYMBOL_GPL drivers/comedi/drivers/amplc_dio200_common 0x73bf09eb amplc_dio200_set_enhance +EXPORT_SYMBOL_GPL drivers/comedi/drivers/amplc_dio200_common 0xc94353ce amplc_dio200_common_attach +EXPORT_SYMBOL_GPL drivers/comedi/drivers/amplc_pc236_common 0xf265f150 amplc_pc236_common_attach +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0x13f3a353 comedi_8254_write +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0x19a4c903 comedi_8254_load +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0x23c31acf comedi_8254_subdevice_init +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0x32498248 comedi_8254_set_busy +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0x3963ccec comedi_8254_set_mode +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0x6d80069b comedi_8254_status +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0x702a1e1f comedi_8254_ns_to_timer +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0x79fea9ca comedi_8254_pacer_enable +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0x88ad78ff comedi_8254_cascade_ns_to_timer +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0x8c2f67d7 comedi_8254_update_divisors +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0xa0b6af9b comedi_8254_mm_init +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0xa310f1a7 comedi_8254_read +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0xe21ce5c8 comedi_8254_init +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8255 0x1b5325fd subdev_8255_regbase +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8255 0xa75b2f61 subdev_8255_mm_init +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8255 0xe4b801a8 subdev_8255_init +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_isadma 0x12fba874 comedi_isadma_disable +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_isadma 0x3052ad34 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 0x5f6a0775 comedi_isadma_poll +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_isadma 0xca784d4b comedi_isadma_set_mode +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_isadma 0xe4da7c8e comedi_isadma_alloc +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_isadma 0xea878430 comedi_isadma_program +EXPORT_SYMBOL_GPL drivers/comedi/drivers/das08 0x0bc5ee04 das08_common_attach +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x0a87aa23 mite_release_channel +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x1c8cd7ee mite_buf_change +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x28ac77b7 mite_request_channel_in_range +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x297ed4f8 mite_bytes_in_transit +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x368937f7 mite_alloc_ring +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x3a6dcb67 mite_done +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x45a35c3c mite_prep_dma +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x4eaed66d mite_sync_dma +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x5a31a845 mite_ack_linkc +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x66e08e40 mite_attach +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x8daaf3c0 mite_request_channel +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x90268369 mite_dma_disarm +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x91f7b950 mite_init_ring_descriptors +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0xbc96d1cd mite_dma_arm +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0xce662d1e mite_detach +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0xd9edef7a mite_free_ring +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_labpc_common 0x658bd734 labpc_common_detach +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_labpc_common 0x74711079 labpc_common_attach +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_labpc_isadma 0x15c7dbe6 labpc_init_dma_chan +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_labpc_isadma 0x2334a34c labpc_drain_dma +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_labpc_isadma 0x448c7902 labpc_setup_dma +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_labpc_isadma 0x9409d480 labpc_handle_dma_status +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_labpc_isadma 0x997b2d51 labpc_free_dma_chan +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_routing 0x076bc308 ni_find_route_source +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_routing 0x0921123e ni_lookup_route_register +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_routing 0x1facf7f8 ni_is_cmd_dest +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_routing 0x64443d67 ni_get_valid_routes +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_routing 0x6c18c54e ni_count_valid_routes +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_routing 0x85e75c94 ni_assign_device_routes +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_routing 0x863a306d ni_sort_device_routes +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_routing 0x8ab47ba4 ni_route_set_has_source +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_routing 0x8f0f0901 ni_find_route_set +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_routing 0xb3e302a3 ni_route_to_register +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x0920aa9d ni_tio_set_routing +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x35f9757b ni_tio_write +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x3c82933c ni_gpct_device_destroy +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x3f6ca0ff ni_tio_unset_routing +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x41315dc4 ni_tio_arm +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x4ee791a3 ni_tio_insn_config +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x59987ca0 ni_gpct_device_construct +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x5c794874 ni_tio_insn_read +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x66b0ec49 ni_tio_set_gate_src_raw +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x6ebe5438 ni_tio_set_gate_src +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x72bc4638 ni_tio_init_counter +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x78b25dbd ni_tio_get_routing +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x8baa4c6c ni_tio_read +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x9dabb14d ni_tio_set_bits +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0xb9a49788 ni_tio_insn_write +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0xfdb0846a ni_tio_get_soft_copy +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tiocmd 0x13585735 ni_tio_cancel +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tiocmd 0x2357f479 ni_tio_cmdtest +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tiocmd 0x6f48f35b ni_tio_cmd +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tiocmd 0xabb3ad72 ni_tio_acknowledge +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tiocmd 0xbdbeba7e ni_tio_handle_interrupt +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tiocmd 0xc59200da ni_tio_set_mite_channel +EXPORT_SYMBOL_GPL drivers/comedi/kcomedilib/kcomedilib 0x2b5cb0ad comedi_find_subdevice_by_type +EXPORT_SYMBOL_GPL drivers/comedi/kcomedilib/kcomedilib 0x3791dfb0 comedi_dio_config +EXPORT_SYMBOL_GPL drivers/comedi/kcomedilib/kcomedilib 0x3fce15e4 comedi_close +EXPORT_SYMBOL_GPL drivers/comedi/kcomedilib/kcomedilib 0x5429ea40 comedi_open +EXPORT_SYMBOL_GPL drivers/comedi/kcomedilib/kcomedilib 0xb27ef73a comedi_dio_get_config +EXPORT_SYMBOL_GPL drivers/comedi/kcomedilib/kcomedilib 0xb4b80d33 comedi_dio_bitfield2 +EXPORT_SYMBOL_GPL drivers/comedi/kcomedilib/kcomedilib 0xbbf3629c 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 0x0dcc9eb4 ccp_enqueue_cmd +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 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 0xd02e197f sev_platform_init +EXPORT_SYMBOL_GPL drivers/crypto/ccp/ccp 0xf59da163 sev_issue_cmd_external_user +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x13d11814 adf_init_admin_comms +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x149ebe18 adf_enable_pf2vf_comms +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x24203d1a adf_gen2_cfg_iov_thds +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x262b0043 adf_dev_stop +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x2be4e269 adf_gen2_get_arb_info +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x2d4ae42c adf_vf2pf_notify_shutdown +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x2d6a6623 adf_flush_vf_wq +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x32cad51f adf_cfg_section_add +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x34bb5d49 adf_gen2_enable_error_correction +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x3942a5f6 adf_gen4_ring_pair_reset +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x3cc1975d adf_dev_put +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x3d4cc577 adf_dev_down +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x3e707f37 adf_gen2_get_admin_info +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x416fa084 adf_gen4_init_pf_pfvf_ops +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x43a0fbdd adf_gen2_enable_ints +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x448a0b59 adf_sriov_configure +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x51eae3d6 adf_disable_sriov +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x52e0f0f9 adf_exit_arb +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x648ad5fc adf_dev_started +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x690a596b adf_reset_sbr +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x69895047 adf_exit_admin_comms +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x6c17462d adf_gen2_get_num_aes +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x6c3ce4b6 adf_gen2_init_pf_pfvf_ops +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x720042c9 adf_vf2pf_notify_init +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x7788f852 adf_init_arb +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x7d44e074 adf_gen2_get_accel_cap +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x7fde7840 adf_devmgr_rm_dev +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x82c73afd adf_isr_resource_free +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x834eb779 adf_devmgr_in_reset +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x8502d772 adf_dev_start +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x86694769 adf_cleanup_etr_data +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x872395fe adf_vf_isr_resource_free +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x87ca94fc adf_gen2_init_vf_pfvf_ops +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x8c564b81 adf_gen4_enable_pm +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x90d23082 adf_init_etr_data +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x9102cddc adf_vf_isr_resource_alloc +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x985e7046 adf_gen4_set_ssm_wdtimer +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x998bc2b4 adf_dev_up +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xa46e8a95 adf_cfg_add_key_value_param +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xa69bd044 adf_init_admin_pm +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xa6a74c3b adf_enable_vf2pf_comms +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xa9d96d27 adf_cfg_get_param_value +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xade34195 adf_disable_aer +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xb50d3474 adf_gen2_set_ssm_wdtimer +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xb8cc9e55 adf_gen2_get_num_accels +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xbb5a985c adf_dev_in_use +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xbe1afbd5 adf_isr_resource_alloc +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xbfe496cb adf_dev_shutdown +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xbfefa0ef adf_sysfs_init +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xc501ac82 adf_gen4_init_hw_csr_ops +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xc51ab962 adf_send_admin_init +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xc8fb7e4a adf_reset_flr +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xcc3b167a adf_clean_vf_map +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xce4a612d adf_gen2_dev_config +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xd072faa4 adf_err_handler +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xd4fb09d9 adf_dev_init +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xd64519f1 adf_gen2_init_hw_csr_ops +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xdeb69629 adf_gen4_handle_pm_interrupt +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xe0b5f8da adf_devmgr_add_dev +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xe1ab965e adf_disable_pf2vf_interrupts +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xe327f1f1 adf_gen4_init_dc_ops +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xe45f3512 adf_gen2_init_dc_ops +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xe4d7c439 adf_dev_get +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xe6dad53f adf_cfg_dev_add +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xe9d6d09e adf_pfvf_comms_disabled +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xebdc0259 adf_devmgr_update_class_index +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xef3e7c03 adf_devmgr_pci_to_accel_dev +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xf6eff116 adf_enable_aer +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xf71fa22d adf_cfg_dev_remove +EXPORT_SYMBOL_GPL drivers/dax/device_dax 0x5bd029b2 dev_dax_probe +EXPORT_SYMBOL_GPL drivers/dca/dca 0x01a33ab9 dca_unregister_notify +EXPORT_SYMBOL_GPL drivers/dca/dca 0x27791b2b dca_add_requester +EXPORT_SYMBOL_GPL drivers/dca/dca 0x37e8f1ee dca3_get_tag +EXPORT_SYMBOL_GPL drivers/dca/dca 0x5d2a6ede free_dca_provider +EXPORT_SYMBOL_GPL drivers/dca/dca 0x68857592 unregister_dca_provider +EXPORT_SYMBOL_GPL drivers/dca/dca 0x6ec2f0ee register_dca_provider +EXPORT_SYMBOL_GPL drivers/dca/dca 0x956adb04 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 0xbfe946ae dca_remove_requester +EXPORT_SYMBOL_GPL drivers/dma/dw-edma/dw-edma 0xeb0aa3dc dw_edma_remove +EXPORT_SYMBOL_GPL drivers/dma/dw-edma/dw-edma 0xf819d258 dw_edma_probe +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0x1b7db888 do_dw_dma_enable +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0x2bf6d9e4 dw_dma_remove +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0x47009a93 dw_dma_acpi_controller_register +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0x65af583d dw_dma_probe +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0x7b7f4e72 dw_dma_filter +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0x990d4145 idma32_dma_probe +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0xab085855 do_dw_dma_disable +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0xb81b001b dw_dma_acpi_controller_free +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0xe9fd968b idma32_dma_remove +EXPORT_SYMBOL_GPL drivers/dma/qcom/hdma_mgmt 0x6b0e22b2 hidma_mgmt_init_sys +EXPORT_SYMBOL_GPL drivers/dma/qcom/hdma_mgmt 0xc19287e2 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 0x93c01692 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/fpga/altera-pr-ip-core 0x497c026d alt_pr_register +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x0993fd61 dfl_fpga_dev_feature_uinit +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x1b3fa00f dfl_feature_ioctl_get_num_irqs +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x216667b5 dfl_fpga_port_ops_add +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x326a73d8 dfl_fpga_cdev_assign_port +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x37a20068 __dfl_fpga_cdev_find_port +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x3b64d615 dfl_fpga_enum_info_free +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x454568c7 dfl_fpga_cdev_release_port +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x4a45b8f7 dfl_fpga_feature_devs_remove +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x4fee939e dfl_fpga_port_ops_del +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x514a19c0 dfl_fpga_check_port_id +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x76df7a3d dfl_fpga_port_ops_put +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x77f0141d dfl_fpga_enum_info_add_irq +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x7ac71011 dfl_fpga_dev_ops_unregister +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x7f0fb830 dfl_fpga_port_ops_get +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x816527c2 dfl_fpga_enum_info_add_dfl +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x9d4fde84 dfl_fpga_enum_info_alloc +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x9fe46c2d dfl_fpga_dev_ops_register +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xae90d1dd dfl_fpga_dev_feature_init +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xb00dc59e dfl_fpga_feature_devs_enumerate +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xc3d45e08 dfl_fpga_cdev_config_ports_pf +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xc8e3b92c dfl_feature_ioctl_set_irq +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xd877aff4 dfl_fpga_set_irq_triggers +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xf75a3ecf dfl_fpga_cdev_config_ports_vf +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 0x51c7ced1 fpga_bridge_get_to_list +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0x7f923608 fpga_bridge_disable +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0x9c3e4080 fpga_bridge_put +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0xa0d3f2d4 fpga_bridge_register +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0xa4ba713f of_fpga_bridge_get_to_list +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0xb900e072 fpga_bridge_get +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0xd11a06b1 fpga_bridge_enable +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0xdb04d22b fpga_bridge_unregister +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0xf03cdbb8 of_fpga_bridge_get +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x1a10fd98 fpga_mgr_get +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x33d8ccd6 fpga_mgr_register_full +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x51f5e8b6 devm_fpga_mgr_register_full +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x55493430 fpga_image_info_alloc +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x661747c0 fpga_mgr_unregister +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x861b9ef7 fpga_mgr_register +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0xa8609461 fpga_mgr_load +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0xb1ac0947 fpga_mgr_put +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0xb46b780c fpga_image_info_free +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0xb9fd3c99 fpga_mgr_unlock +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0xc70e4901 fpga_mgr_lock +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0xf3f560e1 devm_fpga_mgr_register +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0xfc657d12 of_fpga_mgr_get +EXPORT_SYMBOL_GPL drivers/fpga/fpga-region 0x28702e77 fpga_region_unregister +EXPORT_SYMBOL_GPL drivers/fpga/fpga-region 0x5c974293 fpga_region_register +EXPORT_SYMBOL_GPL drivers/fpga/fpga-region 0x65e136e7 fpga_region_class_find +EXPORT_SYMBOL_GPL drivers/fpga/fpga-region 0x95495fd5 fpga_region_program_fpga +EXPORT_SYMBOL_GPL drivers/fpga/fpga-region 0xbf67214c fpga_region_register_full +EXPORT_SYMBOL_GPL drivers/gnss/gnss 0x54f038b7 gnss_allocate_device +EXPORT_SYMBOL_GPL drivers/gnss/gnss 0x70d7a64e gnss_insert_raw +EXPORT_SYMBOL_GPL drivers/gnss/gnss 0x861f718d gnss_deregister_device +EXPORT_SYMBOL_GPL drivers/gnss/gnss 0xb8b9c767 gnss_put_device +EXPORT_SYMBOL_GPL drivers/gnss/gnss 0xcef66cd1 gnss_register_device +EXPORT_SYMBOL_GPL drivers/gnss/gnss-serial 0x03d5634d gnss_serial_allocate +EXPORT_SYMBOL_GPL drivers/gnss/gnss-serial 0x4cad06bf gnss_serial_register +EXPORT_SYMBOL_GPL drivers/gnss/gnss-serial 0xa2761190 gnss_serial_deregister +EXPORT_SYMBOL_GPL drivers/gnss/gnss-serial 0xe796fae0 gnss_serial_free +EXPORT_SYMBOL_GPL drivers/gnss/gnss-serial 0xfb35c5dc 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 0xba14b69e __max730x_remove +EXPORT_SYMBOL_GPL drivers/gpio/gpio-max730x 0xfe5e731d __max730x_probe +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/analogix/analogix_dp 0x0ffe177c analogix_dp_probe +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/analogix/analogix_dp 0x131ef49a 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 0x458ca5df analogix_dp_bind +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/analogix/analogix_dp 0x765e907c analogix_dp_stop_crc +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/analogix/analogix_dp 0x89af7b36 analogix_dp_resume +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/analogix/analogix_dp 0x92613f78 analogix_dp_suspend +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/analogix/analogix_dp 0x9e7192dd analogix_dp_unbind +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/analogix/analogix_dp 0xb46032c0 analogix_dp_start_crc +EXPORT_SYMBOL_GPL drivers/gpu/drm/display/drm_display_helper 0x0644e92c drm_hdcp_check_ksvs_revoked +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x0dbf2ca0 drm_bridge_get_modes +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x186e992f drm_bridge_hpd_notify +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x2c754770 drm_class_device_unregister +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x30d2a613 drm_do_get_edid +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x457d801e accel_open +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x66cf2f64 drm_display_mode_from_videomode +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x787fddfb drm_class_device_register +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x7ea7c6ec drm_bridge_hpd_enable +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x883387de drm_gem_dumb_map_offset +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xaccf8319 drm_bridge_detect +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xad885165 drm_bus_flags_from_videomode +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xaf51757d drm_bridge_get_edid +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xe2f2d10d drmm_kstrdup +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xeabae2b8 drm_crtc_add_crc_entry +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xf68efa1d drm_bridge_hpd_disable +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xfe9f72f3 drm_display_mode_to_videomode +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0x0c70d1fe drm_gem_dma_mmap +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0x2d60bf38 drm_gem_dma_dumb_create +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0x52a71691 drm_gem_dma_create +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0x6719d7e8 drm_gem_dma_prime_import_sg_table +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0x7aee0a50 drm_fb_dma_sync_non_coherent +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0x8748fbab drm_fb_dma_get_gem_addr +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0xb63ea1b7 drm_gem_dma_vmap +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0xb939f7d7 drm_gem_dma_free +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0xc73dbd39 drm_fb_dma_get_gem_obj +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0xe1573802 drm_gem_dma_vm_ops +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0xe3992507 drm_gem_dma_dumb_create_internal +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0xf0abb99d drm_gem_dma_get_sg_table +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0x019f142c drm_gem_fb_create_with_dirty +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0x34945aee drm_bridge_connector_disable_hpd +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0x439cc02a drm_gem_plane_helper_prepare_fb +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0x4bf38c7f drm_bridge_connector_init +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0x4d0fcd21 drm_bridge_connector_enable_hpd +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0x60157636 drm_gem_fb_init_with_funcs +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0x65805551 drm_gem_fb_afbc_init +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0x6c2bc329 drm_gem_fb_create_with_funcs +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0x73bc6a94 drm_gem_fb_create +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0xf737ef4c drm_gem_fb_get_obj +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0x0da9d486 drm_gem_shmem_vm_ops +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0x21167854 drm_gem_shmem_get_sg_table +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0x42c53d58 drm_gem_shmem_prime_import_sg_table +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0x76b697f1 drm_gem_shmem_get_pages_sgt +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0x795fdd9e drm_gem_shmem_create +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0xaab346e4 drm_gem_shmem_free +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0xc634335f drm_gem_shmem_dumb_create +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0xc98b0dba drm_gem_shmem_mmap +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 0x36bf77ae ssd130x_shutdown +EXPORT_SYMBOL_GPL drivers/gpu/drm/solomon/ssd130x 0x45dfa747 ssd130x_remove +EXPORT_SYMBOL_GPL drivers/gpu/drm/solomon/ssd130x 0xedbff68c ssd130x_probe +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x06cfd205 gb_connection_disable_rx +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x0844eeaf __traceiter_gb_hd_in +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x0ca182a9 greybus_deregister_driver +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x10d1b03e __SCT__tp_func_gb_hd_in +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x10f1d658 gb_operation_get +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x114105db gb_operation_get_payload_size_max +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x15d1942f greybus_disabled +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x25a60d86 gb_operation_put +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x25b1c93b __traceiter_gb_message_submit +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x25ce5bd1 __SCK__tp_func_gb_message_submit +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x329d571a greybus_data_rcvd +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x34b65581 gb_hd_cport_reserve +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x3b264d38 __SCK__tp_func_gb_hd_del +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x3be79f1c __tracepoint_gb_hd_in +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x40200e3d gb_connection_enable +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x44928b5c gb_connection_latency_tag_disable +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x4c5fd638 gb_operation_cancel +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x521f5abe gb_hd_cport_release_reserved +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x524773f7 gb_operation_request_send_sync_timeout +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x58a550e6 gb_connection_latency_tag_enable +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x5c8db31f gb_connection_disable +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x5fa543a0 __tracepoint_gb_hd_del +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x6a2aa7c1 __traceiter_gb_hd_add +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x6cfae8ea __traceiter_gb_hd_del +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x74ad39f0 gb_hd_add +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x783e623f gb_debugfs_get +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x78fedb98 __SCT__tp_func_gb_message_submit +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x7d023833 __tracepoint_gb_message_submit +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x7e9e63e0 gb_operation_response_alloc +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x7ec284bb gb_interface_request_mode_switch +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x83519016 gb_connection_destroy +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x853ae4a8 gb_hd_put +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x877730fb gb_operation_request_send +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x881eff3c gb_operation_sync_timeout +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x93dba559 gb_hd_create +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x95140082 gb_hd_del +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xa16053ad __tracepoint_gb_hd_add +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xa1deb724 gb_operation_create_flags +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xa32d4fa1 __traceiter_gb_hd_create +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xa786f5b8 gb_connection_enable_tx +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xaa678685 greybus_register_driver +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 0xb23b49fd __traceiter_gb_hd_release +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xb3a167fd gb_hd_output +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xbfb52284 __SCT__tp_func_gb_hd_del +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xbfbacb98 gb_connection_create_offloaded +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xc2426d11 __SCK__tp_func_gb_hd_release +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xc5e35d35 __SCK__tp_func_gb_hd_add +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xc733f796 __SCK__tp_func_gb_hd_create +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xd28276d3 gb_operation_unidirectional_timeout +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xd341c705 __SCK__tp_func_gb_hd_in +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xd6376b29 greybus_message_sent +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xd8aa227b gb_hd_shutdown +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xda6dfcce gb_connection_create +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xde01e1ae __tracepoint_gb_hd_create +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xe6b45fb6 __SCT__tp_func_gb_hd_add +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xea59e799 __tracepoint_gb_hd_release +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xef84c7b0 gb_connection_disable_forced +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xf3e10740 gb_svc_intf_set_power_mode +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xf65ffb9f gb_connection_create_flags +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xffed03ca gb_operation_result +EXPORT_SYMBOL_GPL drivers/hid/hid 0x05495392 hid_debug +EXPORT_SYMBOL_GPL drivers/hid/hid 0x0d147d90 hidinput_report_event +EXPORT_SYMBOL_GPL drivers/hid/hid 0x0f079639 hid_check_keys_pressed +EXPORT_SYMBOL_GPL drivers/hid/hid 0x15111412 hidraw_report_event +EXPORT_SYMBOL_GPL drivers/hid/hid 0x1857cb12 hidinput_calc_abs_res +EXPORT_SYMBOL_GPL drivers/hid/hid 0x19d52f1f hid_quirks_exit +EXPORT_SYMBOL_GPL drivers/hid/hid 0x1e0c2619 hid_output_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0x27ebd5e2 hid_hw_raw_request +EXPORT_SYMBOL_GPL drivers/hid/hid 0x28fc8b27 hid_alloc_report_buf +EXPORT_SYMBOL_GPL drivers/hid/hid 0x2cb56bc2 hidinput_disconnect +EXPORT_SYMBOL_GPL drivers/hid/hid 0x2d420773 hid_hw_start +EXPORT_SYMBOL_GPL drivers/hid/hid 0x2f169290 hid_disconnect +EXPORT_SYMBOL_GPL drivers/hid/hid 0x33eef717 hid_destroy_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0x372a5e6f hidinput_count_leds +EXPORT_SYMBOL_GPL drivers/hid/hid 0x3bf02594 hid_dump_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0x4078acfb hid_hw_open +EXPORT_SYMBOL_GPL drivers/hid/hid 0x417838b2 hid_driver_reset_resume +EXPORT_SYMBOL_GPL drivers/hid/hid 0x44b07647 hid_hw_stop +EXPORT_SYMBOL_GPL drivers/hid/hid 0x4ba5db9f hid_add_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0x4d95a99f hid_hw_request +EXPORT_SYMBOL_GPL drivers/hid/hid 0x5453578d hid_open_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0x54877ca1 __hid_request +EXPORT_SYMBOL_GPL drivers/hid/hid 0x5701ad43 hid_driver_suspend +EXPORT_SYMBOL_GPL drivers/hid/hid 0x5a1195b2 hid_validate_values +EXPORT_SYMBOL_GPL drivers/hid/hid 0x67e7fc06 hid_match_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0x686d39b7 hid_resolv_usage +EXPORT_SYMBOL_GPL drivers/hid/hid 0x6c555f92 __hid_register_driver +EXPORT_SYMBOL_GPL drivers/hid/hid 0x6efeee2a hid_driver_resume +EXPORT_SYMBOL_GPL drivers/hid/hid 0x72519937 hid_report_raw_event +EXPORT_SYMBOL_GPL drivers/hid/hid 0x7e18912c hidinput_get_led_field +EXPORT_SYMBOL_GPL drivers/hid/hid 0x8b13a8b8 hid_snto32 +EXPORT_SYMBOL_GPL drivers/hid/hid 0x8d30c026 hidraw_connect +EXPORT_SYMBOL_GPL drivers/hid/hid 0x8f0d11c5 hidinput_connect +EXPORT_SYMBOL_GPL drivers/hid/hid 0x93e33e94 hid_hw_output_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0x9880d416 hid_dump_input +EXPORT_SYMBOL_GPL drivers/hid/hid 0x9ecaf79d hid_field_extract +EXPORT_SYMBOL_GPL drivers/hid/hid 0x9fb7cf91 hid_lookup_quirk +EXPORT_SYMBOL_GPL drivers/hid/hid 0xa6efe7fd hid_connect +EXPORT_SYMBOL_GPL drivers/hid/hid 0xadee191a hid_setup_resolution_multiplier +EXPORT_SYMBOL_GPL drivers/hid/hid 0xb788c123 hid_debug_event +EXPORT_SYMBOL_GPL drivers/hid/hid 0xb98e66ad hid_hw_close +EXPORT_SYMBOL_GPL drivers/hid/hid 0xc0f667e5 hid_allocate_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0xc78cea1e hid_register_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0xd36aa904 hid_ignore +EXPORT_SYMBOL_GPL drivers/hid/hid 0xd60ef7b3 hid_compare_device_paths +EXPORT_SYMBOL_GPL drivers/hid/hid 0xdc4fa00b hid_set_field +EXPORT_SYMBOL_GPL drivers/hid/hid 0xdea92dbd hid_parse_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0xe6025202 hid_match_id +EXPORT_SYMBOL_GPL drivers/hid/hid 0xe819405d hidraw_disconnect +EXPORT_SYMBOL_GPL drivers/hid/hid 0xf4c13b39 hid_input_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0xf5dea2e4 hid_unregister_driver +EXPORT_SYMBOL_GPL drivers/hid/hid 0xf98410cb hid_dump_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0xfa355613 hid_quirks_init +EXPORT_SYMBOL_GPL drivers/hid/hid 0xfc10ff31 hid_dump_field +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat 0x1a569a12 roccat_connect +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat 0x2f622ea1 roccat_disconnect +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat 0x3e4427c8 roccat_report_event +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0x4a0e244e roccat_common2_receive +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0x4d2f826e roccat_common2_sysfs_read +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0x4dfb3948 roccat_common2_device_init_struct +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0xda425427 roccat_common2_send_with_status +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0xf66ac2b1 roccat_common2_sysfs_write +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0xfc60be1c roccat_common2_send +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x0d338a87 sensor_hub_get_feature +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x0e629801 sensor_hub_remove_callback +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x2e47ef76 sensor_hub_set_feature +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x4e1f0620 sensor_hub_register_callback +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0xd2bbd263 sensor_hub_device_close +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0xd2fa5ebf sensor_hub_input_attr_get_raw_value +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0xea04ac59 sensor_hub_input_get_attribute_info +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0xea79b7a6 hid_sensor_get_usage_index +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0xf4c6d2ae sensor_hub_device_open +EXPORT_SYMBOL_GPL drivers/hid/hid-vivaldi-common 0x8ca18062 vivaldi_feature_mapping +EXPORT_SYMBOL_GPL drivers/hid/hid-vivaldi-common 0xbcaf6ac8 vivaldi_attribute_groups +EXPORT_SYMBOL_GPL drivers/hid/i2c-hid/i2c-hid 0x1f17cb33 i2c_hid_core_shutdown +EXPORT_SYMBOL_GPL drivers/hid/i2c-hid/i2c-hid 0x63449184 i2c_hid_core_remove +EXPORT_SYMBOL_GPL drivers/hid/i2c-hid/i2c-hid 0xa618366c i2c_hid_ll_driver +EXPORT_SYMBOL_GPL drivers/hid/i2c-hid/i2c-hid 0xb1f12fa0 i2c_hid_core_probe +EXPORT_SYMBOL_GPL drivers/hid/i2c-hid/i2c-hid 0xb376d042 i2c_hid_core_pm +EXPORT_SYMBOL_GPL drivers/hid/intel-ish-hid/intel-ishtp 0xdecbc758 ishtp_wait_resume +EXPORT_SYMBOL_GPL drivers/hid/surface-hid/surface_hid_core 0x43dc1003 surface_hid_device_add +EXPORT_SYMBOL_GPL drivers/hid/surface-hid/surface_hid_core 0x581a014a surface_hid_device_destroy +EXPORT_SYMBOL_GPL drivers/hid/surface-hid/surface_hid_core 0x9c4c649c surface_hid_pm_ops +EXPORT_SYMBOL_GPL drivers/hid/uhid 0x15cba0dc uhid_hid_driver +EXPORT_SYMBOL_GPL drivers/hid/usbhid/usbhid 0xc29a6ee5 usb_hid_driver +EXPORT_SYMBOL_GPL drivers/hid/usbhid/usbhid 0xc681b481 hiddev_hid_event +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x0946ead3 hsi_unregister_port_event +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x0dba19e0 hsi_claim_port +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x12ec44da hsi_alloc_controller +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x1802c47a hsi_release_port +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x29e2261f hsi_new_client +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x2a08d9f8 hsi_alloc_msg +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x2c563217 hsi_register_client_driver +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x2c6faf98 hsi_event +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x3470f813 hsi_register_controller +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x4b7081d5 hsi_unregister_controller +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x5210a5bf hsi_board_list +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x64f21499 hsi_register_port_event +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x71ed0c76 hsi_put_controller +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x7b723a11 hsi_remove_client +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x7fa8daf8 hsi_port_unregister_clients +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xc93c8b0d hsi_get_channel_id_by_name +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xd2643309 hsi_free_msg +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xd9efde4c hsi_async +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x02610533 vmbus_setevent +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x04462e74 vmbus_connect_ring +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x1d6f3a3f __hv_pkt_iter_next +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 0x340bb249 vmbus_free_ring +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x432dad10 vmbus_request_addr_match +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x46a417ca vmbus_proto_version +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x49b81b48 vmbus_disconnect_ring +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x4b2210b8 vmbus_send_tl_connect_request +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x5bc9607f vmbus_teardown_gpadl +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x626cb594 vmbus_hvsock_device_unregister +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x642b258d vmbus_open +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x66ad232d vmbus_close +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x674e657e hv_ringbuffer_get_debuginfo +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x681bc7a8 __vmbus_driver_register +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x6f07c435 vmbus_establish_gpadl +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x83b1d3d6 vmbus_sendpacket_pagebuffer +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x8cae5df1 vmbus_driver_unregister +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x8d901452 vmbus_connection +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x91c23990 vmbus_recvpacket_raw +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x94e0b814 hv_pkt_iter_close +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x9e81cc01 vmbus_next_request_id +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xa02f5605 __vmbus_request_addr_match +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xa872651a vmbus_set_sc_create_callback +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xb12007f4 vmbus_set_chn_rescind_callback +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xc7a2edf8 vmbus_request_addr +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xcbc1ce80 vmbus_alloc_ring +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xcf51ad75 vmbus_allocate_mmio +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xd5cd3c83 vmbus_send_modifychannel +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xdb9e0117 hv_ringbuffer_spinlock_busy +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xe29187d5 vmbus_set_event +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xe2f81756 vmbus_sendpacket_mpb_desc +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xfe93f71c hv_pkt_iter_first +EXPORT_SYMBOL_GPL drivers/hwmon/adt7x10 0x877c8a1e 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 0x87e3d60f nct6775_update_device +EXPORT_SYMBOL_GPL drivers/hwmon/nct6775-core 0xb083ba43 nct6775_show_beep +EXPORT_SYMBOL_GPL drivers/hwmon/nct6775-core 0xb2bbc7a2 nct6775_store_beep +EXPORT_SYMBOL_GPL drivers/hwmon/nct6775-core 0xbc76e95a nct6775_reg_is_word_sized +EXPORT_SYMBOL_GPL drivers/hwmon/nct6775-core 0xd12e9518 nct6775_probe +EXPORT_SYMBOL_GPL drivers/hwmon/nct6775-core 0xd2fd2bbb nct6775_show_alarm +EXPORT_SYMBOL_GPL drivers/hwmon/occ/occ-hwmon-common 0x69193fd3 occ_shutdown +EXPORT_SYMBOL_GPL drivers/hwmon/occ/occ-hwmon-common 0xb5bd4a99 occ_setup +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0x12991b01 intel_th_set_output +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0x14084bb2 intel_th_trace_enable +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0x15d3119b intel_th_driver_register +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0x7bc7fca2 intel_th_trace_disable +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0x873ccf69 intel_th_driver_unregister +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0x9a03aab9 intel_th_output_enable +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0xa1e39420 intel_th_alloc +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0xe81cac05 intel_th_trace_switch +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0xe9cc6d1b intel_th_free +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th_msu 0x4af55537 intel_th_msu_buffer_unregister +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th_msu 0x815728e9 intel_th_msu_buffer_register +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th_msu 0xb3b66d34 intel_th_msc_window_unlock +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0x0950cf25 stm_register_protocol +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0x1ee2b658 stm_unregister_protocol +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0x20102d03 stm_data_write +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0x57f9fbe6 to_pdrv_policy_node +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0x8f9329a7 stm_unregister_device +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0xb586eabf stm_source_register_device +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0xd40c64ea stm_register_device +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0xed05aaa0 stm_source_write +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0xeefa8f3b stm_source_unregister_device +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-amd-mp2-pci 0x08b9e4b8 amd_mp2_rw +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-amd-mp2-pci 0x1f6ee831 amd_mp2_register_cb +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-amd-mp2-pci 0x343d57d5 amd_mp2_unregister_cb +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-amd-mp2-pci 0x587d5ace amd_mp2_process_event +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-amd-mp2-pci 0x681f97ad amd_mp2_rw_timeout +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-amd-mp2-pci 0x92f79e44 amd_mp2_find_device +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-amd-mp2-pci 0xaa64d8ec amd_mp2_bus_enable_set +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-ccgx-ucsi 0x07316655 i2c_new_ccgx_ucsi +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-nforce2 0x04fb30e5 nforce2_smbus +EXPORT_SYMBOL_GPL drivers/i2c/i2c-mux 0xbb012e60 i2c_mux_add_adapter +EXPORT_SYMBOL_GPL drivers/i2c/i2c-mux 0xc197828e i2c_mux_alloc +EXPORT_SYMBOL_GPL drivers/i2c/i2c-mux 0xd393a7a9 i2c_root_adapter +EXPORT_SYMBOL_GPL drivers/i2c/i2c-mux 0xe46f4a11 i2c_mux_del_adapters +EXPORT_SYMBOL_GPL drivers/i2c/i2c-smbus 0x19592a4e i2c_register_spd +EXPORT_SYMBOL_GPL drivers/i2c/i2c-smbus 0xb77a618e i2c_handle_smbus_alert +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x09ea7eec i3c_master_defslvs_locked +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x13c715a1 i3c_master_disec_locked +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x1616cfdf i3c_device_do_priv_xfers +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x1ae8819a i3c_device_do_setdasa +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x1eb6002f i3c_generic_ibi_alloc_pool +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x26e6d818 i3c_device_free_ibi +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x2bae51d0 i3c_generic_ibi_recycle_slot +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x35c852eb dev_to_i3cdev +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x3e435dbe i3c_device_request_ibi +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x53cc9dd7 i3c_master_entdaa_locked +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x5c83ce82 i3c_master_set_info +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x61acc75d i3c_master_register +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x62ffb802 i3c_device_get_info +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x76fe3e05 i3c_generic_ibi_free_pool +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x7efc17d5 i3c_master_enec_locked +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x8173015c i3c_master_queue_ibi +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x949d8ac3 i3c_master_unregister +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x9de3c6af i3c_master_get_free_addr +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xac07de2b i3c_generic_ibi_get_free_slot +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xbad25307 i3c_device_disable_ibi +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xbff300a3 i3c_driver_unregister +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xc2599955 i3c_device_enable_ibi +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xd1c54b20 i3c_device_match_id +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xd62ef85f i3c_master_add_i3c_dev_locked +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xe175d939 i3c_master_do_daa +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xeeeb272e i3cdev_to_dev +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xf279be83 i3c_driver_register_with_owner +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 0x50f0e130 iio_channel_cb_get_channels +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-cb 0x794b08e5 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 0x9700e933 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-dma 0x05f0ae8c iio_dma_buffer_exit +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0x23eed3f7 iio_dma_buffer_init +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0x3cf5fb64 iio_dma_buffer_read +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0x49cc5f8c iio_dma_buffer_set_bytes_per_datum +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0x4a457574 iio_dma_buffer_block_list_abort +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0x5bf00ea7 iio_dma_buffer_set_length +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0x659b0ac4 iio_dma_buffer_request_update +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0x6914c95d iio_dma_buffer_disable +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0x8e87944d iio_dma_buffer_data_available +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0x8f4f0cd6 iio_dma_buffer_block_done +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0xacf321a7 iio_dma_buffer_release +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0xfb64adaf iio_dma_buffer_enable +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dmaengine 0x9e1eb6fd devm_iio_dmaengine_buffer_setup +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-hw-consumer 0x00a69712 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 0xd3181974 iio_hw_consumer_alloc +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-triggered-buffer 0x1b1c8927 devm_iio_triggered_buffer_setup_ext +EXPORT_SYMBOL_GPL drivers/iio/buffer/kfifo_buf 0x14f09538 devm_iio_kfifo_buffer_setup_ext +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0x05884ba1 cros_ec_sensors_push_data +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0x201d83e7 cros_ec_sensors_core_init +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0x473bc8f3 cros_ec_sensors_core_register +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0x5e2633e8 cros_ec_sensors_ext_info +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0x6d9ea9e8 cros_ec_motion_send_host_cmd +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0x6f322940 cros_ec_sensors_pm_ops +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0x8574496d cros_ec_sensors_read_lpc +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0x8bef54b8 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 0xa19a578d cros_ec_sensors_read_cmd +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0xe6190e48 cros_ec_sensors_core_read +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0xe9dc2888 cros_ec_sensors_core_write +EXPORT_SYMBOL_GPL drivers/iio/gyro/bmg160_core 0x1d635c41 bmg160_pm_ops +EXPORT_SYMBOL_GPL drivers/iio/gyro/bmg160_core 0x7ed9cf62 bmg160_core_remove +EXPORT_SYMBOL_GPL drivers/iio/gyro/bmg160_core 0xb724ab76 bmg160_core_probe +EXPORT_SYMBOL_GPL drivers/iio/imu/fxos8700_core 0x6b9bd965 fxos8700_core_probe +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x02fe6b58 iio_read_channel_scale +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x03c8bcf5 devm_iio_channel_get +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x09639e61 iio_read_channel_processed +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x10e33ec9 iio_enum_write +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x11e65ce6 iio_write_channel_ext_info +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x1371aae2 iio_device_claim_direct_mode +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x1cfa29f3 iio_channel_release_all +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x20123ea2 iio_device_get_current_mode +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x24a91daa __devm_iio_trigger_alloc +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x26f6b499 iio_str_to_fixpoint +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x27e666a8 iio_alloc_pollfunc +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x280c4f6b iio_read_channel_raw +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x2990df45 iio_device_release_buffer_mode +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x3084561b iio_read_channel_ext_info +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x32aa9221 iio_get_debugfs_dentry +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x35eb5879 iio_show_mount_matrix +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x379e8cb5 iio_read_channel_attribute +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x3929badf iio_device_attach_buffer +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x40279908 iio_enum_read +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x40dd605b iio_device_release_direct_mode +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x4337d4c8 iio_convert_raw_to_processed +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x4dce7dd4 iio_format_value +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x54ec96da __devm_iio_device_register +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x597432aa iio_channel_get +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x6087abb3 iio_buffer_enabled +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x699327b1 iio_push_to_buffers_with_ts_unaligned +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x6f9bedd4 devm_iio_map_array_register +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x710eaa4b iio_push_to_buffers +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x73b3dcde iio_pop_from_buffer +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x7a3c15fc iio_device_claim_buffer_mode +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x7e8b6dc0 iio_channel_get_all +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x80b7e927 iio_buffer_get +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x8266c43f devm_iio_device_alloc +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x86363c9e iio_map_array_register +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x876eb2f0 devm_iio_trigger_register +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x8891b3e4 iio_write_channel_raw +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x8ad9be3f fwnode_iio_channel_get_by_name +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x8bf9828b iio_channel_release +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x8ec44aa8 iio_enum_available_read +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xaa513382 iio_device_id +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xb036fc90 devm_fwnode_iio_channel_get_by_name +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xb13e52dd iio_validate_scan_mask_onehot +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xb59504fc iio_get_channel_type +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xb5e16fc0 iio_dealloc_pollfunc +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xb6b18082 iio_read_channel_average_raw +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xc66b5035 devm_iio_channel_get_all +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xcab6f71d iio_update_buffers +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xcd668b6d iio_read_avail_channel_raw +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xd0c4e835 iio_buffer_put +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xd631ba70 iio_get_channel_ext_info_count +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xdf646cb4 iio_map_array_unregister +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xe0102278 iio_read_channel_offset +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xf023962c iio_read_avail_channel_attribute +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xf66e68bf iio_write_channel_attribute +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xfa5dcc3c iio_read_channel_processed_scale +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xfd3abd38 iio_read_max_channel_raw +EXPORT_SYMBOL_GPL drivers/infiniband/core/ib_core 0xdbd019c4 ib_wq +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0x0b71754c rtrs_cq_qp_create +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0x237e8afe rtrs_send_hb_ack +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0x262a5c4f rtrs_stop_hb +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0x2ee944a1 rtrs_iu_alloc +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0x49299e58 rtrs_iu_free +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0x579f72f7 rtrs_iu_post_recv +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0x5ee15f8e rtrs_start_hb +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0x8454008c rtrs_init_hb +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0xca2c9689 rtrs_post_recv_empty +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0xd19c4c76 rtrs_cq_qp_destroy +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0xd4513f3d rtrs_iu_post_rdma_write_imm +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0xdae2b627 rtrs_iu_post_send +EXPORT_SYMBOL_GPL drivers/input/ff-memless 0xf8167fc1 input_ff_create_memless +EXPORT_SYMBOL_GPL drivers/input/matrix-keymap 0x78073a1a matrix_keypad_parse_properties +EXPORT_SYMBOL_GPL drivers/input/misc/adxl34x 0x66535a18 adxl34x_suspend +EXPORT_SYMBOL_GPL drivers/input/misc/adxl34x 0x6def8002 adxl34x_probe +EXPORT_SYMBOL_GPL drivers/input/misc/adxl34x 0xe4586827 adxl34x_resume +EXPORT_SYMBOL_GPL drivers/input/misc/adxl34x 0xec511022 adxl34x_remove +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x18bca3c9 rmi_dbg +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x49abb04b rmi_unregister_function_handler +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x6156db97 rmi_2d_sensor_of_probe +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x738e013d rmi_set_attn_data +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x7c852083 rmi_2d_sensor_configure_input +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x828e200c rmi_of_property_read_u32 +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x9ff9515e rmi_2d_sensor_abs_process +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0xa19c8191 rmi_2d_sensor_abs_report +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0xb5602dd7 rmi_driver_suspend +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0xb8482ed5 __rmi_register_function_handler +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0xbe490040 rmi_driver_resume +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0xe8004a27 rmi_2d_sensor_rel_report +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0xf315c9e5 rmi_register_transport_device +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp4_core 0x73da1b1a cyttsp4_remove +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp4_core 0xa6c3ec8b cyttsp4_pm_ops +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp4_core 0xec5d97dc cyttsp4_probe +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_core 0x0f2b9df5 cyttsp_pm_ops +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_core 0x89e2df11 cyttsp_probe +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_i2c_common 0x6aebb98a cyttsp_i2c_read_block_data +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_i2c_common 0x8df5d4ca cyttsp_i2c_write_block_data +EXPORT_SYMBOL_GPL drivers/input/touchscreen/tsc200x-core 0x54849f90 tsc200x_probe +EXPORT_SYMBOL_GPL drivers/input/touchscreen/tsc200x-core 0x8c3aa5f2 tsc200x_remove +EXPORT_SYMBOL_GPL drivers/input/touchscreen/tsc200x-core 0xdcc7de12 tsc200x_regmap_config +EXPORT_SYMBOL_GPL drivers/input/touchscreen/tsc200x-core 0xf31fc4f8 tsc200x_pm_ops +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x00f3f21c wm97xx_config_gpio +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x13d081a4 wm97xx_register_mach_ops +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x164d9463 wm97xx_set_suspend_mode +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x41e0b48c wm97xx_read_aux_adc +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x4f265d69 wm9713_codec +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x6b8621cf wm97xx_reg_write +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x838c5df7 wm9712_codec +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x9e3240ad wm9705_codec +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xacfa9ec8 wm97xx_get_gpio +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xc1bcedcd wm97xx_reg_read +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xd2d42717 wm97xx_unregister_mach_ops +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xf19f96c5 wm97xx_set_gpio +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x251375dd ipack_bus_register +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x30805499 ipack_driver_register +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x38fc8d90 ipack_driver_unregister +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x746b462f ipack_device_add +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x7f5e6a65 ipack_device_init +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x9a13fa5b ipack_put_device +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0xc6d7d2e4 ipack_get_device +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0xd41001a1 ipack_device_del +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0xe33887cb ipack_bus_unregister +EXPORT_SYMBOL_GPL drivers/leds/led-class-flash 0x83f5c4a6 led_set_flash_brightness +EXPORT_SYMBOL_GPL drivers/leds/led-class-flash 0x8db1cd7a led_classdev_flash_unregister +EXPORT_SYMBOL_GPL drivers/leds/led-class-flash 0x961b4e80 led_classdev_flash_register_ext +EXPORT_SYMBOL_GPL drivers/leds/led-class-flash 0x9785cb0a led_update_flash_brightness +EXPORT_SYMBOL_GPL drivers/leds/led-class-flash 0xae388ea1 led_set_flash_timeout +EXPORT_SYMBOL_GPL drivers/leds/led-class-flash 0xbec34de2 devm_led_classdev_flash_register_ext +EXPORT_SYMBOL_GPL drivers/leds/led-class-flash 0xc1ef7d6b devm_led_classdev_flash_unregister +EXPORT_SYMBOL_GPL drivers/leds/led-class-flash 0xef27ba42 led_get_flash_fault +EXPORT_SYMBOL_GPL drivers/leds/led-class-multicolor 0x1e6d1f49 devm_led_classdev_multicolor_register_ext +EXPORT_SYMBOL_GPL drivers/leds/led-class-multicolor 0x26e3840e led_classdev_multicolor_unregister +EXPORT_SYMBOL_GPL drivers/leds/led-class-multicolor 0xd66a56b7 led_classdev_multicolor_register_ext +EXPORT_SYMBOL_GPL drivers/leds/led-class-multicolor 0xe38d0c22 led_mc_calc_color_components +EXPORT_SYMBOL_GPL drivers/leds/led-class-multicolor 0xfcd6d089 devm_led_classdev_multicolor_unregister +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 0x0062cdba __SCK__tp_func_bcache_btree_read +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x06fe3bb5 __traceiter_bcache_journal_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x07beeb21 __tracepoint_bcache_gc_copy +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x0b02ae97 __traceiter_bcache_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x0f26629e __tracepoint_bcache_btree_set_root +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x14491de4 __SCK__tp_func_bcache_btree_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x17a83e40 __traceiter_bcache_writeback +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x1c599ebe __traceiter_bcache_btree_gc_coalesce +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x1d87702e __tracepoint_bcache_btree_node_alloc_fail +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x20d77fc8 __SCK__tp_func_bcache_journal_full +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x20ff7eba __traceiter_bcache_btree_node_alloc_fail +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x21b87a42 __SCT__tp_func_bcache_btree_node_alloc +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x236dede0 __tracepoint_bcache_read +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x25cacb14 __SCT__tp_func_bcache_btree_set_root +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x2766fb04 __traceiter_bcache_journal_replay_key +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x27b7e040 __tracepoint_bcache_bypass_congested +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 0x2a95f7cd __SCK__tp_func_bcache_btree_cache_cannibalize +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x2d3e3a46 __SCK__tp_func_bcache_gc_start +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x2d3fa589 __tracepoint_bcache_btree_node_compact +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x2f1d8647 __SCK__tp_func_bcache_gc_end +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 0x3e5da0e8 __SCK__tp_func_bcache_journal_entry_full +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x3f5814f4 __tracepoint_bcache_cache_insert +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x4297885e __tracepoint_bcache_invalidate +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x4543b49b __SCT__tp_func_bcache_writeback_collision +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x46517984 __SCK__tp_func_bcache_gc_copy +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x48560668 __tracepoint_bcache_btree_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x488024ae __SCK__tp_func_bcache_btree_insert_key +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x4b522fa8 __tracepoint_bcache_alloc_fail +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x4c2b5423 __traceiter_bcache_btree_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x4db99549 __tracepoint_bcache_btree_node_free +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x4ffebb75 __traceiter_bcache_alloc_fail +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x53577b24 __SCK__tp_func_bcache_read_retry +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x55c2c31a __SCK__tp_func_bcache_btree_node_free +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x57a0c523 __traceiter_bcache_btree_set_root +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x5ca2c0e1 __traceiter_bcache_read +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x5dd80bd5 __SCT__tp_func_bcache_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x5ff855bd __traceiter_bcache_btree_read +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 0x653f6112 __tracepoint_bcache_btree_node_split +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x6677ebf0 __SCT__tp_func_bcache_gc_start +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x66fd2dfb __tracepoint_bcache_writeback +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x68f3671e __SCK__tp_func_bcache_btree_node_compact +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x6a8f86e6 __traceiter_bcache_btree_node_split +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x715b49eb __traceiter_bcache_request_start +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x752f7fa4 __SCT__tp_func_bcache_cache_insert +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x787810b2 __SCT__tp_func_bcache_read_retry +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x791d2420 __traceiter_bcache_read_retry +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x79273eeb __SCK__tp_func_bcache_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x79c7a662 __traceiter_bcache_btree_node_alloc +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x7b91627f __tracepoint_bcache_journal_entry_full +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x7d453b3d __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 0x804cfe24 __tracepoint_bcache_btree_cache_cannibalize +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 0x84ec1709 __traceiter_bcache_request_end +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x89036ba8 __traceiter_bcache_journal_full +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x8bc382b3 __tracepoint_bcache_gc_start +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x8d27f095 __traceiter_bcache_gc_start +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x8ec5e549 __SCK__tp_func_bcache_btree_node_alloc_fail +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x8f3f4025 __tracepoint_bcache_btree_node_alloc +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x91362997 __tracepoint_bcache_journal_replay_key +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x972aa384 __SCT__tp_func_bcache_btree_insert_key +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x97451a0a __SCK__tp_func_bcache_btree_node_split +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x99656b41 __tracepoint_bcache_request_end +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x9d28d153 __SCT__tp_func_bcache_btree_node_split +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x9fd4aa2e __tracepoint_bcache_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xa15bd7c4 __SCT__tp_func_bcache_btree_gc_coalesce +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xa58d5536 __SCK__tp_func_bcache_gc_copy_collision +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xa5dfb57d __tracepoint_bcache_request_start +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xa6bc4bb5 __traceiter_bcache_bypass_sequential +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xa784e073 __SCT__tp_func_bcache_btree_node_compact +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xaa583e1f __traceiter_bcache_btree_node_compact +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xab8cd6d0 __SCK__tp_func_bcache_writeback +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xac134501 __tracepoint_bcache_btree_read +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xad6440b4 __traceiter_bcache_gc_copy +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xaebce62c __SCK__tp_func_bcache_journal_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xb3a529af __SCK__tp_func_bcache_read +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xb3efa498 __tracepoint_bcache_journal_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xb5a62a8c __traceiter_bcache_cache_insert +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xb613b71b __tracepoint_bcache_gc_copy_collision +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xb7e5379d __SCT__tp_func_bcache_journal_replay_key +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xb88cf7c9 __SCK__tp_func_bcache_request_start +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xbae80fa8 __traceiter_bcache_btree_cache_cannibalize +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xbafa5fb6 __tracepoint_bcache_btree_insert_key +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xbc39f3a7 __traceiter_bcache_btree_insert_key +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xbf2e5006 __tracepoint_bcache_writeback_collision +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xc3374649 __SCK__tp_func_bcache_btree_set_root +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xc43dbade __tracepoint_bcache_bypass_sequential +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xc485afd8 __tracepoint_bcache_journal_full +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xc4f543ec __tracepoint_bcache_gc_end +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xc57a70cd __SCK__tp_func_bcache_request_end +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xc73e0c99 __SCT__tp_func_bcache_invalidate +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xc941ee3a __tracepoint_bcache_btree_gc_coalesce +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xce451ad8 __SCT__tp_func_bcache_btree_read +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xd1009a23 __SCK__tp_func_bcache_writeback_collision +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xd30206ff __SCT__tp_func_bcache_gc_copy_collision +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xd4faeb00 __SCK__tp_func_bcache_journal_replay_key +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xd54478f3 __traceiter_bcache_journal_entry_full +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xd5cd9b58 __SCK__tp_func_bcache_bypass_congested +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xd7a358f3 __SCK__tp_func_bcache_bypass_sequential +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xd7a376b3 __SCT__tp_func_bcache_gc_end +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xd7a7fbec __SCT__tp_func_bcache_request_start +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xdadf0c17 __SCK__tp_func_bcache_btree_gc_coalesce +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xdb0682eb __SCT__tp_func_bcache_journal_full +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xdb0ac4e4 __SCK__tp_func_bcache_cache_insert +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xddc172b7 __traceiter_bcache_gc_end +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xe723a713 __SCK__tp_func_bcache_alloc_fail +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xebc9b708 __traceiter_bcache_bypass_congested +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xec29e22a __traceiter_bcache_gc_copy_collision +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xedf90bb3 __SCT__tp_func_bcache_read +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xeee600e5 __SCK__tp_func_bcache_invalidate +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xf00f54af __traceiter_bcache_invalidate +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 0xfab003c5 __traceiter_bcache_btree_node_free +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 0xff26f39f __tracepoint_bcache_read_retry +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x17dd39d6 dm_deferred_set_create +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x261c35c0 dm_cell_get_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x29013b03 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 0x3ba0e7b8 dm_cell_visit_release +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x42a6ce4e dm_bio_prison_alloc_cell +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x59d17bb5 dm_get_cell +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x6575d813 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 0x753e20b2 dm_bio_prison_create +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x85dc3180 dm_bio_prison_free_cell_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x9a39f58a 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 0xae9d0393 dm_cell_put_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xb3815065 dm_cell_lock_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xb5e55455 dm_cell_unlock_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 0xb89dbdd9 dm_cell_lock_promote_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xb8ca32d2 dm_bio_detain +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xca2e3a88 dm_deferred_entry_inc +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xd91c4350 dm_cell_release +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xd99e003d dm_bio_prison_create_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xe71f53c5 dm_cell_quiesce_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xe88b33d9 dm_cell_promote_or_release +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xe9eef65b dm_cell_release_no_holder +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x0ad0dc4f dm_bufio_mark_buffer_dirty +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x24772bfe dm_bufio_get +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x2e0774dc dm_bufio_get_block_number +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 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 0xb2438d54 dm_bufio_release_move +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xc0d7df85 dm_bufio_new +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xc9a3422d dm_bufio_write_dirty_buffers_async +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xcd2ba798 dm_bufio_forget +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xd4bddf5c dm_bufio_issue_flush +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xd991e3b9 dm_bufio_get_device_size +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xe6024e59 dm_bufio_release +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xebcc64a4 dm_bufio_get_block_data +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xeca7949e dm_bufio_client_destroy +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xed3283a4 dm_bufio_set_sector_offset +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xf241a6eb dm_bufio_forget_buffers +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xf63b6c47 dm_bufio_client_create +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x0efbca4c btracker_promotion_already_present +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x1c852cab btracker_nr_demotions_queued +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x23ddc5ab dm_cache_policy_get_version +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x26ed5580 dm_cache_policy_unregister +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x37ef59a5 dm_cache_policy_get_name +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x481a0b15 btracker_create +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x4becb830 dm_cache_policy_get_hint_size +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x50b3c64c dm_cache_policy_create +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x5adc2807 btracker_destroy +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x65eea825 btracker_nr_writebacks_queued +EXPORT_SYMBOL_GPL drivers/md/dm-cache 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 0xb353c779 dm_cache_policy_register +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0xf9f3e74b dm_cache_policy_destroy +EXPORT_SYMBOL_GPL drivers/md/dm-multipath 0x20f81946 dm_unregister_path_selector +EXPORT_SYMBOL_GPL drivers/md/dm-multipath 0xc9f9437d 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 0x0ad783b5 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 0x42da0c1b 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 0x9b3c643d 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 0xce12e294 dm_rh_bio_to_region +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xd8aa4284 dm_rh_region_context +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xda73af08 dm_rh_inc_pending +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xdf49866a dm_rh_delay +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xf92b8a3d dm_rh_get_region_size +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xfd93482e dm_rh_recovery_in_flight +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x0054f69d dm_tm_pre_commit +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 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 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 0xbc1fd1a7 dm_block_manager_create +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 0x110ed7f9 cec_queue_pin_cec_event +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x13949ff6 cec_delete_adapter +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x198982f6 cec_register_adapter +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x2ceb370d cec_notifier_cec_adap_unregister +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x308d6960 cec_pin_allocate_adapter +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x38c15c97 cec_allocate_adapter +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x3a830f42 cec_notifier_cec_adap_register +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x3f1bb3ae cec_transmit_attempt_done_ts +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x5c062b5c cec_unregister_adapter +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x6fb0ba67 cec_notifier_conn_register +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x752f70c2 cec_transmit_done_ts +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x7a191b55 cec_s_conn_info +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x7d7cc69f cec_s_phys_addr_from_edid +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x9b61f4c5 cec_pin_changed +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xa01fbb6b cec_notifier_set_phys_addr +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xa7f304d0 cec_notifier_parse_hdmi_phandle +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xa8833cfe cec_received_msg_ts +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xac3e5143 cec_queue_pin_5v_event +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xade3f823 cec_fill_conn_info_from_drm +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xaee236c6 cec_notifier_conn_unregister +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xb31961a3 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 0xc141cf55 cec_s_log_addrs +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xc16f2887 cec_notifier_set_phys_addr_from_edid +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xddaa983f cec_s_phys_addr +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xffeec121 cec_queue_pin_hpd_event +EXPORT_SYMBOL_GPL drivers/media/common/b2c2/b2c2-flexcop 0x66c0289a b2c2_flexcop_debug +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x0f2e0f6c smscore_putbuffer +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x0f863a7b sms_board_power +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x20ccedc3 sms_board_event +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x21e36bf2 smscore_registry_getmode +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x22301c61 smscore_onresponse +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x272bdaa8 smscore_set_board_id +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x27a585dc smscore_getbuffer +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 0x53435871 smscore_get_board_id +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x6166c14e sms_board_led_feedback +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x6385f016 sms_board_setup +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x6812b2fd 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 0x791cb82d smscore_register_client +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x7c576277 smsendian_handle_message_header +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x8200f965 smscore_get_device_mode +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x844539ae sms_get_board +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x91a5a358 smscore_register_device +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x99a81ab3 smsclient_sendrequest +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xa4fd07ce smscore_register_hotplug +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xbbdb5c42 smscore_unregister_client +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xcef84bc5 smscore_unregister_device +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xe0a6377a smscore_unregister_hotplug +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xf95baac2 smscore_start_device +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 0x03e05cad __traceiter_vb2_buf_queue +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x0fd9d457 __tracepoint_vb2_dqbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x11283f77 __tracepoint_vb2_buf_queue +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x219bdddb vb2_thread_stop +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x249bab43 vb2_core_streamon +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 0x42214955 vb2_core_queue_release +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x4dee6fd6 __traceiter_vb2_dqbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x4ed3fb1b __SCT__tp_func_vb2_buf_done +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x5578d98d vb2_thread_start +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x5733d5f4 vb2_queue_error +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x575e3f98 vb2_plane_vaddr +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x5fcd61b7 vb2_core_reqbufs +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x607a7e91 vb2_core_expbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x66ce7e28 __SCK__tp_func_vb2_buf_done +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x6e6a47ab vb2_core_streamoff +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x70113ae3 __SCK__tp_func_vb2_dqbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x7931ec42 __SCK__tp_func_vb2_qbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x8108046b vb2_core_create_bufs +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x845b3d10 vb2_request_buffer_cnt +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x84f65a33 vb2_core_queue_init +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x8ab6ac1f __traceiter_vb2_buf_done +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x8faf9fcc vb2_core_qbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x96315f02 vb2_read +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x9a2bba67 vb2_write +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x9d378b0c vb2_buffer_done +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xa1f45c3a vb2_plane_cookie +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xc1f92427 __traceiter_vb2_qbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xc3b4ab80 vb2_core_querybuf +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 0xdb68c000 vb2_core_poll +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xdbd2e30e __tracepoint_vb2_qbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xe109a572 vb2_discard_done +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xe375cc72 vb2_core_dqbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xe3dd2afb __SCK__tp_func_vb2_buf_queue +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xee0af0be vb2_mmap +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xf1dbbc7b __tracepoint_vb2_buf_done +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xf2b31612 vb2_wait_for_all_buffers +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xf3318443 vb2_request_object_is_buffer +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xfebb5df5 vb2_core_prepare_buf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-dma-contig 0x0469f82b vb2_dma_contig_memops +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-dma-contig 0xfdc106a2 vb2_dma_contig_set_max_seg_size +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-dma-sg 0x66d2b333 vb2_dma_sg_memops +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-memops 0x75818492 vb2_common_vm_ops +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x06aa943d vb2_fop_release +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x127b65c8 vb2_ioctl_expbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x184b1772 vb2_find_buffer +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x27bcfcc7 vb2_ioctl_create_bufs +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x2cab77bb _vb2_fop_release +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x2d6c5476 vb2_ioctl_streamoff +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x3ed37528 vb2_queue_release +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x49c630e5 vb2_ioctl_querybuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x4c235f34 vb2_ioctl_reqbufs +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x500969c9 vb2_queue_init_name +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x5ff24a16 vb2_video_unregister_device +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x62f2f4c8 vb2_ioctl_prepare_buf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x7078e342 vb2_queue_init +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x75ff07ae vb2_qbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x7d38e96a vb2_ioctl_dqbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x83c557e8 vb2_queue_change_type +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x8f05a38c vb2_streamoff +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x9dada0e6 vb2_expbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x9e69010f vb2_request_queue +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xa04762b7 vb2_ioctl_qbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xa61b7847 vb2_reqbufs +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xa64abfda vb2_fop_write +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xaea587b0 vb2_ioctl_streamon +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xd1d87209 vb2_fop_read +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xd6cfa261 vb2_request_validate +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xdabe8d0e vb2_prepare_buf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xdb13523c vb2_ops_wait_prepare +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xdb9f388b vb2_dqbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xdfbd4bf4 vb2_create_bufs +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xe7c47523 vb2_fop_mmap +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xe9cfcc01 vb2_poll +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xf11ee733 vb2_fop_poll +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xfc163b91 vb2_ops_wait_finish +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xfd019306 vb2_streamon +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-vmalloc 0xc66bc998 vb2_vmalloc_memops +EXPORT_SYMBOL_GPL drivers/media/dvb-core/dvb-core 0x1c161d53 dvb_create_media_graph +EXPORT_SYMBOL_GPL drivers/media/dvb-core/dvb-core 0xd12ab0e9 dvb_module_release +EXPORT_SYMBOL_GPL drivers/media/dvb-core/dvb-core 0xe5d78235 dvb_module_probe +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/as102_fe 0x217933fc as102_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/cx24117 0xba6b1bc3 cx24117_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/gp8psk-fe 0xf8e400ab gp8psk_fe_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/mxl5xx 0xee17bc24 mxl5xx_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stv0910 0xe4fbe999 stv0910_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stv6111 0xf506d4a1 stv6111_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tda18271c2dd 0xc962e537 tda18271c2dd_attach +EXPORT_SYMBOL_GPL drivers/media/i2c/aptina-pll 0x08382a10 aptina_pll_calculate +EXPORT_SYMBOL_GPL drivers/media/i2c/ccs-pll 0xb3c83699 ccs_pll_calculate +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0x0058860c max9271_disable_gpios +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0x318ff5d2 max9271_enable_gpios +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0x4b3db8f2 max9271_configure_gmsl_link +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0x4b40ef9b max9271_set_serial_link +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0x6452c329 max9271_wake_up +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0x96cc0ffd max9271_configure_i2c +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0xae395446 max9271_set_address +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0xb766bea6 max9271_set_high_threshold +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0xd14474ff max9271_set_gpios +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0xd7c8e6a8 max9271_set_translation +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0xdfd06059 max9271_set_deserializer_address +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0xf64ee5e2 max9271_clear_gpios +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0xfb210230 max9271_verify_id +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x04396f85 media_create_intf_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x06fdf667 media_request_object_bind +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x095edbd0 __media_device_register +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x0a983faf media_entity_find_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x0af7788f __media_pipeline_start +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x0b3b875e media_remove_intf_links +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x0d36a47f media_pad_pipeline +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x0f740c28 __media_device_usb_init +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x0fb61f91 media_device_delete +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x125a16f5 media_request_object_complete +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x2542e9a0 media_get_pad_index +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x28d89bbb media_entity_pads_init +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x2c48b734 media_graph_walk_cleanup +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x2d3662e1 media_request_get_by_fd +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x331a3038 media_graph_walk_start +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x33e70b98 __media_entity_next_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x36e68288 media_request_object_unbind +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x3dffb4af media_entity_setup_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x41fcf72f media_device_pci_init +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x44c0d281 media_pipeline_alloc_start +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x4552c029 __media_entity_remove_links +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x46bd0cb9 media_entity_enum_init +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x48ff86dc media_device_register_entity +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x502c62f7 media_create_ancillary_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x576d4b52 media_pad_remote_pad_first +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x5a34bedb media_remove_intf_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x5ff17377 media_device_unregister +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x64bf428e media_devnode_remove +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x667fa821 __media_remove_intf_links +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x67e21a22 media_create_pad_links +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x687399b6 media_device_unregister_entity +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x6a51b0f3 media_request_object_init +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x6b493855 media_device_usb_allocate +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x6b785fa3 media_request_object_find +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x6e2337ed media_device_unregister_entity_notify +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x717904ff media_pipeline_stop +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x77124453 media_device_register_entity_notify +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x7792c4ea media_devnode_create +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x80339076 __media_entity_setup_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x94aee78c __media_remove_intf_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x9708d2bc media_request_put +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x99260ae4 media_graph_walk_init +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xa7e7af96 media_create_pad_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xa92c56a9 __media_pipeline_stop +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xb0f34e37 media_entity_remote_pad_unique +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xb7977be4 media_pipeline_start +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xc519c635 media_request_object_put +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xc8f0669e media_device_cleanup +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xd3a37588 media_device_init +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xdc99543c media_entity_remove_links +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xe5b8dcdd media_entity_pipeline +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xe5ceecd6 media_entity_enum_cleanup +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xf52c1947 media_pad_remote_pad_unique +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xf5d98c2a media_entity_get_fwnode_pad +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xf7afe445 media_graph_walk_next +EXPORT_SYMBOL_GPL drivers/media/pci/cx88/cx88xx 0x80ba36ae cx88_setup_xc3028 +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x0e3d3aa9 mantis_uart_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x28339415 mantis_dma_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x346dc112 mantis_frontend_soft_reset +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x39f9be5a mantis_gpio_set_bits +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x3effa0a6 mantis_frontend_power +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x58f82dee mantis_uart_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x658184c6 mantis_get_mac +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x6b695c02 mantis_pci_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x6c8143ca mantis_input_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x75b318b3 mantis_dma_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x7e5fb339 mantis_input_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x8228f1a5 mantis_dvb_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x8b9a7f7c mantis_ca_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xa8ad106b mantis_pci_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xba35dd52 mantis_i2c_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xd493793b mantis_stream_control +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xdfa87d03 mantis_dvb_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xe7b551f4 mantis_i2c_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xf64f9fdd mantis_ca_exit +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x03503fe3 saa7134_querycap +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x14ea83bb saa7134_g_frequency +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x1cc0f259 saa7134_ts_start_streaming +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x26fcdeaa saa7134_s_std +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x38b48260 saa7134_s_frequency +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x3dcac21a saa7134_g_tuner +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x4f6aabb3 saa7134_ts_qops +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x55ca7ffd saa7134_ts_queue_setup +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x86b42739 saa7134_vb2_buffer_queue +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x8714d740 saa7134_querystd +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x88cf1ea7 saa7134_s_tuner +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xaf4d292a saa7134_ts_stop_streaming +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xb2f093a5 saa7134_enum_input +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xbb8f429f saa7134_ts_buffer_init +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xc6676d31 saa7134_g_std +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xcb6f7d62 saa7134_ts_buffer_prepare +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xdbb89791 saa7134_s_input +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xe6318b80 saa7134_g_input +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xed04ec41 saa7134_stop_streaming +EXPORT_SYMBOL_GPL drivers/media/platform/marvell/mcam-core 0x21755e46 mccic_suspend +EXPORT_SYMBOL_GPL drivers/media/platform/marvell/mcam-core 0x2342e590 mccic_resume +EXPORT_SYMBOL_GPL drivers/media/platform/marvell/mcam-core 0x7f27744b mccic_register +EXPORT_SYMBOL_GPL drivers/media/platform/marvell/mcam-core 0xbc3dd905 mccic_irq +EXPORT_SYMBOL_GPL drivers/media/platform/marvell/mcam-core 0xc16158f2 mccic_shutdown +EXPORT_SYMBOL_GPL drivers/media/radio/shark2 0x775af60b radio_tea5777_init +EXPORT_SYMBOL_GPL drivers/media/radio/shark2 0x9b43800e radio_tea5777_exit +EXPORT_SYMBOL_GPL drivers/media/radio/si470x/radio-si470x-common 0x14101f44 si470x_start +EXPORT_SYMBOL_GPL drivers/media/radio/si470x/radio-si470x-common 0x39384b67 si470x_viddev_template +EXPORT_SYMBOL_GPL drivers/media/radio/si470x/radio-si470x-common 0x5b870497 si470x_stop +EXPORT_SYMBOL_GPL drivers/media/radio/si470x/radio-si470x-common 0x90fcf2b8 si470x_set_freq +EXPORT_SYMBOL_GPL drivers/media/radio/si470x/radio-si470x-common 0xcae87783 si470x_ctrl_ops +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x07423f57 rc_g_keycode_from_table +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x077f952f ir_raw_event_store_with_filter +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x2ed90ced rc_map_unregister +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x4ce7bc7d ir_raw_event_set_idle +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x524b306e devm_rc_register_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x5cee3de3 devm_rc_allocate_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x7036bae7 ir_raw_event_store +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x81c0199f rc_keyup +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x92fe1296 lirc_scancode_event +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x99dfd048 ir_raw_event_store_edge +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xa090add2 ir_raw_event_store_with_timeout +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xa3e65f7d ir_raw_event_handle +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xa7b7f323 rc_allocate_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xa864b483 rc_register_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xb51cde60 rc_keydown_notimeout +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xb6fc543a rc_unregister_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xb960f15c rc_map_register +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xd17c5b6b rc_keydown +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xd853fad9 rc_repeat +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xf0d9a11e rc_free_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xfc5d3079 rc_map_get +EXPORT_SYMBOL_GPL drivers/media/tuners/mt2063 0x68341e40 mt2063_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/mt20xx 0x1056b435 microtune_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/mxl5007t 0xdc4ddf5a mxl5007t_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/r820t 0xd8269c00 r820t_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda18271 0x32e24539 tda18271_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda827x 0x54292ad4 tda827x_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda8290 0x03f73014 tda829x_probe +EXPORT_SYMBOL_GPL drivers/media/tuners/tda8290 0x19daf9ff tda829x_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda9887 0x0e6e23fb tda9887_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tea5761 0x288f2534 tea5761_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tea5761 0x594a6136 tea5761_autodetection +EXPORT_SYMBOL_GPL drivers/media/tuners/tea5767 0x54f1f944 tea5767_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tea5767 0x6a3b1b24 tea5767_autodetection +EXPORT_SYMBOL_GPL drivers/media/tuners/tuner-simple 0x8561144c simple_tuner_attach +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x017ea7c7 cx231xx_tuner_callback +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x07a12bff cx231xx_init_bulk +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x0fcc9dc3 cx231xx_uninit_bulk +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x174f21c7 is_fw_load +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x1e006cbd cx231xx_send_usb_command +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x36b73538 cx231xx_enable656 +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x3bd4b910 cx231xx_disable656 +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x43bc6026 cx231xx_send_gpio_cmd +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x56a434e5 cx231xx_dev_uninit +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x5f2d7586 cx231xx_capture_start +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x6cb3c53c cx231xx_uninit_vbi_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x7d4c21fb cx231xx_enable_i2c_port_3 +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x8e050b3d cx231xx_demod_reset +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x971207a5 cx231xx_unmute_audio +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xbc516d1f cx231xx_set_mode +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xc98f1c84 cx231xx_uninit_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xd655e492 cx231xx_init_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xd800df5b cx231xx_get_i2c_adap +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xe91cee92 cx231xx_set_alt_setting +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xf496674a cx231xx_dev_init +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xfef8234a cx231xx_init_vbi_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/dvb-usb-v2/mxl111sf-demod 0x70707732 mxl111sf_demod_attach +EXPORT_SYMBOL_GPL drivers/media/usb/dvb-usb-v2/mxl111sf-tuner 0x82394c51 mxl111sf_tuner_attach +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x3edd55f5 em28xx_uninit_usb_xfer +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x471ef5ed em28xx_init_usb_xfer +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x4e2a4dc4 em28xx_read_ac97 +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x53ea1b40 em28xx_alloc_urbs +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x5da6fc21 em28xx_read_reg +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x66dbc8fd em28xx_write_regs +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x670c9b98 em28xx_find_led +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x6c0f8e8a em28xx_gpio_set +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x6fa0f4b4 em28xx_write_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 0x87454316 em28xx_init_camera +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x8ad5f5f1 em28xx_write_ac97 +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x921d7c65 em28xx_boards +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xa3d5e793 em28xx_set_mode +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xbced0d76 em28xx_setup_xc3028 +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xbed13c9e em28xx_write_reg +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xbfd08d67 em28xx_audio_analog_set +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xc650b710 em28xx_audio_setup +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xe048e1b0 em28xx_stop_urbs +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xfbc90433 em28xx_toggle_reg_bits +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-async 0x59d09bea v4l2_async_nf_cleanup +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-async 0x6e3f22ea __v4l2_async_nf_add_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-async 0x8fe65ade __v4l2_async_nf_add_i2c +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-async 0x9fa26e9b __v4l2_async_nf_add_fwnode +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-async 0xde04d490 __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 0x1b4af4a6 v4l2_hdmi_rx_colorimetry +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 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 0x44565b5c v4l2_flash_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-flash-led-class 0x9ebe01f6 v4l2_flash_indicator_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-flash-led-class 0xa76346a4 v4l2_flash_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0x12e53828 v4l2_fwnode_parse_link +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0x2723dd10 v4l2_async_register_subdev_sensor +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0x612ddce5 v4l2_fwnode_connector_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0x702a2fb0 v4l2_fwnode_connector_add_link +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0x7f35b817 v4l2_fwnode_device_parse +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0x9cdb1b87 v4l2_fwnode_endpoint_parse +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0xad7092ce v4l2_async_nf_parse_fwnode_endpoints +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0xc92a73a2 v4l2_fwnode_endpoint_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0xce13d020 v4l2_fwnode_put_link +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0xdd4d2e88 v4l2_fwnode_endpoint_alloc_parse +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0xfc983166 v4l2_fwnode_connector_parse +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x00a00b80 v4l2_m2m_create_bufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x013627c7 v4l2_m2m_ctx_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x071dd299 v4l2_m2m_ioctl_expbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x0b2275e4 v4l2_m2m_ioctl_decoder_cmd +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x1283a562 v4l2_m2m_ioctl_streamoff +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x217c1008 v4l2_m2m_next_buf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x21b8c2a9 v4l2_m2m_update_stop_streaming_state +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x232b883b v4l2_m2m_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x23db3a5b v4l2_m2m_ioctl_prepare_buf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x2d6e9887 v4l2_m2m_prepare_buf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x32b68113 v4l2_m2m_ioctl_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x33cdf2da v4l2_m2m_ioctl_querybuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x37988a80 v4l2_m2m_decoder_cmd +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x37dfda48 v4l2_m2m_ctx_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x54728f00 v4l2_m2m_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x54e8e4aa v4l2_m2m_ioctl_create_bufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x57721c97 v4l2_m2m_reqbufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x645a0f46 v4l2_m2m_ioctl_stateless_try_decoder_cmd +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x70a9f07d v4l2_m2m_fop_poll +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x730f2eae v4l2_m2m_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x74679975 v4l2_m2m_querybuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x7813f5b7 v4l2_m2m_fop_mmap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x7f03fc58 v4l2_m2m_streamon +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x821b0af1 v4l2_m2m_ioctl_reqbufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x8d4b594b v4l2_m2m_last_buf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x92b63c2f v4l2_m2m_ioctl_encoder_cmd +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x94bdb3cb v4l2_m2m_streamoff +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x9a5b1e4f v4l2_m2m_encoder_cmd +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x9aa5514b v4l2_m2m_ioctl_try_decoder_cmd +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x9b8ed9f6 v4l2_m2m_buf_remove +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xa0b910c8 v4l2_m2m_try_schedule +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xa8b025fd v4l2_m2m_buf_remove_by_idx +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xab135995 v4l2_m2m_update_start_streaming_state +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xac117f78 v4l2_m2m_ioctl_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xacd61d73 v4l2_m2m_expbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xada9d861 v4l2_m2m_poll +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xb3fb4ab7 v4l2_m2m_buf_queue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xba5556c8 v4l2_m2m_request_queue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xc5a9a9dd v4l2_m2m_register_media_controller +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xc6fca5ad v4l2_m2m_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xdc46afad v4l2_m2m_last_buffer_done +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xe5244095 v4l2_m2m_ioctl_try_encoder_cmd +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xeb470172 v4l2_m2m_buf_copy_metadata +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xec1ef3b3 v4l2_m2m_ioctl_stateless_decoder_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 0xf3f32c83 v4l2_m2m_buf_remove_by_buf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xf4524e16 v4l2_m2m_ioctl_streamon +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x06841540 videobuf_stop +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x2502209a videobuf_waiton +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x2cc9469d videobuf_queue_cancel +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x2e1bf5eb videobuf_alloc_vb +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x3aa35021 videobuf_querybuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x3bc64e3f __videobuf_mmap_setup +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x504bf1ff videobuf_mmap_mapper +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x51828d0c videobuf_mmap_setup +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x615e5b7c videobuf_queue_core_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x6294e8f4 videobuf_next_field +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x807467b3 videobuf_reqbufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x879ee794 videobuf_iolock +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x9fe2a44a videobuf_queue_is_busy +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xad2f4e59 videobuf_read_stop +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xb1060850 videobuf_poll_stream +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xc01f265f videobuf_mmap_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xcc74b77a videobuf_queue_to_vaddr +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xd012c0aa videobuf_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xd5f20f37 videobuf_read_one +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xd67949df videobuf_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xdc676b57 videobuf_streamoff +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xed5500b2 videobuf_read_start +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xf2bff2ed videobuf_streamon +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xf36fac8c videobuf_read_stream +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0x2cc59313 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 0x6008d49c videobuf_dma_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0x6fd5cf97 videobuf_dma_unmap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0xf4c445cc videobuf_to_dma +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-vmalloc 0x0fd87a00 videobuf_to_vmalloc +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-vmalloc 0x7d43e33a videobuf_vmalloc_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-vmalloc 0xcca6a647 videobuf_queue_vmalloc_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x01df9540 v4l2_mc_create_media_graph +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x02032c10 __v4l2_ctrl_handler_setup +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x036498a6 video_device_pipeline_alloc_start +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x0825865c v4l2_event_subdev_unsubscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x085c682a __v4l2_subdev_state_alloc +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x088b03b5 v4l2_device_disconnect +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x09b8e0bd v4l2_i2c_new_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x1885c1f6 __v4l2_subdev_state_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x189582aa v4l2_src_change_event_subscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x211be8ca v4l2_compat_ioctl32 +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x25a40c6c __video_device_pipeline_stop +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x26cc7914 v4l2_i2c_subdev_set_name +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x2a466dd2 v4l2_event_wake_all +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x2a9b76b9 v4l2_spi_new_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x2f752947 v4l2_subdev_notify_event +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x30187268 v4l2_create_fwnode_links +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x31db29e6 v4l2_pipeline_pm_put +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x32de06f8 __tracepoint_vb2_v4l2_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x35ebb10a v4l2_fh_add +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x3b9fd273 v4l2_subdev_get_fwnode_pad_1_to_1 +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x3d7b2a74 __v4l2_subdev_init_finalize +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x3da3d67b video_device_pipeline +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x3dae9ffe v4l2_device_register +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x3dffead1 v4l_enable_media_source +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x3e2d1d36 video_device_pipeline_stop +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x3fce8a12 __SCK__tp_func_vb2_v4l2_buf_queue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x432ed205 __traceiter_vb2_v4l2_buf_queue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x47ed9c31 v4l2_subdev_link_validate_default +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x4969a843 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 0x52c20964 v4l2_event_dequeue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x531a7c7c v4l2_fh_is_singular +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x54a6fb8d __SCK__tp_func_vb2_v4l2_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x5604b07c v4l2_subdev_link_validate +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x5672cc51 v4l2_pipeline_pm_get +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x5bee8f9b __tracepoint_vb2_v4l2_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x5d1cc528 v4l2_device_unregister +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x63ce9b1b v4l2_ctrl_request_hdl_find +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 0x70000f1b video_device_pipeline_start +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x79dbbe76 v4l2_fh_exit +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x79df22ac v4l2_get_link_freq +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x7a5324b1 __SCK__tp_func_vb2_v4l2_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x7e9ffc18 v4l2_event_unsubscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x827084a0 v4l2_event_pending +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x84fa8626 v4l2_event_unsubscribe_all +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x85874ae1 v4l2_device_unregister_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x85e77a9a v4l2_g_parm_cap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x889cf29b __tracepoint_vb2_v4l2_buf_done +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x88bf1391 v4l2_ctrl_request_hdl_ctrl_find +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x8d82426d v4l2_create_fwnode_links_to_pad +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x8df6e391 v4l2_s_parm_cap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x92c32262 v4l2_i2c_subdev_addr +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x959690bc __video_device_pipeline_start +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x9760bf26 v4l2_fh_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x97ba71f7 v4l2_event_subscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x9de3b5e4 v4l2_device_put +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x9fef35ac v4l2_apply_frmsize_constraints +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xa0c64784 v4l2_spi_subdev_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xa1893d14 __SCT__tp_func_vb2_v4l2_buf_done +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xa21ef499 v4l2_fh_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xa3635806 __SCK__tp_func_vb2_v4l2_buf_done +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xa85c407a v4l2_event_queue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xaa1221cd v4l2_fh_del +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xaa840de3 v4l2_i2c_new_subdev_board +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xad5c3c93 v4l2_simplify_fraction +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xb15b9a41 __tracepoint_vb2_v4l2_buf_queue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xb3cd14d9 __v4l2_device_register_subdev_nodes +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xb52cd7f6 __traceiter_vb2_v4l2_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xb9aa4a4e v4l2_device_register_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xbaf47bb9 v4l2_subdev_get_fmt +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xbb6837bf v4l_disable_media_source +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 0xd541e31a __SCT__tp_func_vb2_v4l2_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xdaa73e41 v4l2_subdev_cleanup +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xdcb60867 v4l2_src_change_event_subdev_subscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xe2822320 __v4l2_find_nearest_size +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xe5739f01 v4l_vb2q_enable_media_source +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xe7294623 v4l2_fh_open +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xeb986390 v4l2_event_queue_fh +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xf00c18c0 __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 0xf2c1546b v4l2_i2c_subdev_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xf5ef842e v4l_bound_align_image +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xf7ea6a22 v4l2_pipeline_link_notify +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xff7ca7ba __traceiter_vb2_v4l2_buf_done +EXPORT_SYMBOL_GPL drivers/mfd/88pm80x 0x0be2dcef pm80x_pm_ops +EXPORT_SYMBOL_GPL drivers/mfd/88pm80x 0x4c36505e pm80x_init +EXPORT_SYMBOL_GPL drivers/mfd/88pm80x 0xd99fd720 pm80x_deinit +EXPORT_SYMBOL_GPL drivers/mfd/88pm80x 0xeeb88a20 pm80x_regmap_config +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x0134a494 arizona_free_irq +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x1bf2bd29 arizona_clk32k_disable +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x238122bf wm5110_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x2527806e wm5110_revd_irq +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x33437ab3 wm8997_patch +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x549c0565 wm5110_irq +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x58dc8758 wm8997_irq +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x593dc851 arizona_pm_ops +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x5cefe4d2 arizona_dev_init +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x60b9e3f3 wm5110_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x88b6aa3e cs47l24_irq +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x8db9bffd arizona_set_irq_wake +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x9deab7ce wm5102_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xa29a8f0d wm5110_patch +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xb263fbbd wm5110_aod +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xb62e86be cs47l24_patch +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xb785b3c7 arizona_dev_exit +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xbe237980 wm8997_aod +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xc3a805e0 arizona_clk32k_enable +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xcf20a076 wm8998_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xded27682 wm5102_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xe8507543 wm8997_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xedfcfcb5 arizona_request_irq +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xf973a90e cs47l24_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/atc260x-core 0x00a2db47 atc260x_device_probe +EXPORT_SYMBOL_GPL drivers/mfd/atc260x-core 0xbf7d9292 atc260x_match_device +EXPORT_SYMBOL_GPL drivers/mfd/da9150-core 0x1b8df759 da9150_bulk_read +EXPORT_SYMBOL_GPL drivers/mfd/da9150-core 0x5dccb3d2 da9150_reg_read +EXPORT_SYMBOL_GPL drivers/mfd/da9150-core 0x9c3044b4 da9150_read_qif +EXPORT_SYMBOL_GPL drivers/mfd/da9150-core 0xb8a2c70c da9150_set_bits +EXPORT_SYMBOL_GPL drivers/mfd/da9150-core 0xbb62462c da9150_reg_write +EXPORT_SYMBOL_GPL drivers/mfd/da9150-core 0xdb998caa da9150_bulk_write +EXPORT_SYMBOL_GPL drivers/mfd/da9150-core 0xfc50747a da9150_write_qif +EXPORT_SYMBOL_GPL drivers/mfd/intel-lpss 0x19e5712e intel_lpss_remove +EXPORT_SYMBOL_GPL drivers/mfd/intel-lpss 0x3da21522 intel_lpss_resume +EXPORT_SYMBOL_GPL drivers/mfd/intel-lpss 0x44b31250 intel_lpss_prepare +EXPORT_SYMBOL_GPL drivers/mfd/intel-lpss 0x5fcb3633 intel_lpss_probe +EXPORT_SYMBOL_GPL drivers/mfd/intel-lpss 0x95f6175a intel_lpss_suspend +EXPORT_SYMBOL_GPL drivers/mfd/intel_pmc_bxt 0x35a39f35 intel_pmc_s0ix_counter_read +EXPORT_SYMBOL_GPL drivers/mfd/intel_pmc_bxt 0x3a5b935f intel_pmc_gcr_update +EXPORT_SYMBOL_GPL drivers/mfd/intel_pmc_bxt 0xfe2f8260 intel_pmc_gcr_read64 +EXPORT_SYMBOL_GPL drivers/mfd/iqs62x 0xa436f4de iqs62x_events +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x32525136 kempld_write8 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x498eced9 kempld_get_mutex +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x4eace885 kempld_read32 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x8f863ed5 kempld_write32 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0xa25fe5b7 kempld_write16 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0xc3fdc743 kempld_release_mutex +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0xfb303977 kempld_read8 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0xfb598319 kempld_read16 +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-core 0x23d726f7 lm3533_update +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-core 0x26ecc015 lm3533_read +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-core 0xfec55c9c lm3533_write +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x00d0f76b lm3533_ctrlbank_get_pwm +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x152ca67e lm3533_ctrlbank_disable +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x55fa4287 lm3533_ctrlbank_enable +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x57a8813a lm3533_ctrlbank_set_brightness +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x624f8259 lm3533_ctrlbank_get_brightness +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0xd30d83a0 lm3533_ctrlbank_set_pwm +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0xd7858931 lm3533_ctrlbank_set_max_current +EXPORT_SYMBOL_GPL drivers/mfd/lp3943 0x606c27de lp3943_update_bits +EXPORT_SYMBOL_GPL drivers/mfd/lp3943 0x9b24f100 lp3943_write_byte +EXPORT_SYMBOL_GPL drivers/mfd/lp3943 0xfc7f1340 lp3943_read_byte +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x0f379262 madera_of_match +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x2d05c180 cs47l15_16bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x2d081dc0 cs47l15_32bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x65ce7f0b madera_dev_exit +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x6e30dc8c cs47l15_32bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x6e3d00cc cs47l15_16bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x8e549a88 cs47l90_16bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x8e5946c8 cs47l90_32bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x9681ed38 cs47l85_16bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x968c3178 cs47l85_32bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xa4f37640 cs47l35_16bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xa4feaa00 cs47l35_32bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xae85c207 cs47l15_patch +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xb9d58175 cs47l92_32bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xb9d85d35 cs47l92_16bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xbde0710f cs47l35_patch +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xcd618784 cs47l90_32bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xcd6c5bc4 cs47l90_16bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xd5b4f034 cs47l85_32bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xd5b92c74 cs47l85_16bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xe7c66b4c cs47l35_32bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xe7cbb70c cs47l35_16bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xeaa1d7a3 cs47l85_patch +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xebe384cb madera_name_from_type +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xf5d01d1b cs47l90_patch +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xfa32d2a2 madera_dev_init +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xfae09c79 cs47l92_16bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xfaed4039 cs47l92_32bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xfcfb4303 cs47l92_patch +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xffea24d1 madera_pm_ops +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0x2835e4a2 mc13xxx_variant_mc13892 +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0x3f7a4680 mc13xxx_adc_do_conversion +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0x688faf82 mc13xxx_variant_mc13783 +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0x7a805aea mc13xxx_variant_mc34708 +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0x99b9fedf mc13xxx_common_exit +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0xfc0257d4 mc13xxx_common_init +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x182f175e pcf50633_write_block +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x1ad224fd pcf50633_reg_clear_bits +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x1ef39f2b pcf50633_read_block +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x2189ca75 pcf50633_irq_mask_get +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x57708bfb pcf50633_reg_set_bit_mask +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x6fd408a6 pcf50633_reg_read +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x7959f81f pcf50633_register_irq +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x79983762 pcf50633_pm +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x931bc303 pcf50633_irq_mask +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x98eb0a92 pcf50633_irq_unmask +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xf4228580 pcf50633_reg_write +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xf60be194 pcf50633_free_irq +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-adc 0x1d2acaa1 pcf50633_adc_async_read +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-adc 0x6ed10030 pcf50633_adc_sync_read +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0x07ae3210 pcf50633_gpio_invert_get +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0x3b26c44c pcf50633_gpio_set +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0x7b3b4f49 pcf50633_gpio_invert_set +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0xc9675fb8 pcf50633_gpio_power_supply_set +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0xdbeab63b pcf50633_gpio_get +EXPORT_SYMBOL_GPL drivers/mfd/rave-sp 0x43e53ef9 rave_sp_exec +EXPORT_SYMBOL_GPL drivers/mfd/rave-sp 0x68d38c57 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 0x0490f62d si476x_core_cmd_func_info +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x1c0dc0f8 si476x_core_is_powered_up +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x1e7bacf0 si476x_core_cmd_ic_link_gpo_ctl_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x1eba57d3 si476x_core_cmd_fm_phase_div_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x237a685a si476x_core_i2c_xfer +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x41368c8a si476x_core_cmd_fm_rds_blockcount +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x457539ee si476x_core_cmd_fm_acf_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x45e47fba si476x_core_cmd_intb_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x54a4085f si476x_core_has_diversity +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x558bbebb si476x_core_cmd_am_tune_freq +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x55b287ef devm_regmap_init_si476x +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x5674ec26 si476x_core_cmd_agc_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x5688a97d si476x_core_start +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x5a6a0614 si476x_core_cmd_set_property +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x621fb3e1 si476x_core_cmd_zif_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x622c0492 si476x_core_cmd_power_up +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x6c679525 si476x_core_cmd_power_down +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x791a521f si476x_core_cmd_ana_audio_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x7a1e0de1 si476x_core_cmd_am_rsq_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xabfb2860 si476x_core_has_am +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xb391a499 si476x_core_cmd_fm_rds_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xb692c3ac si476x_core_cmd_fm_seek_start +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xb92026ff si476x_core_stop +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xb9d9eab5 si476x_core_cmd_fm_rsq_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xc656049f si476x_core_cmd_am_acf_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xc71b4dc2 si476x_core_is_in_am_receiver_mode +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xc8160acf si476x_core_is_a_secondary_tuner +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xce282134 si476x_core_cmd_dig_audio_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xe652ea99 si476x_core_cmd_fm_phase_diversity +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xec090f41 si476x_core_cmd_am_seek_start +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xecb9060c si476x_core_cmd_fm_tune_freq +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xf522d456 si476x_core_is_a_primary_tuner +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xf9ea0249 si476x_core_set_power_state +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xfbfce9d0 si476x_core_cmd_get_property +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0x174a977d sm501_misc_control +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0x44aecf71 sm501_modify_reg +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0xc4500566 sm501_set_clock +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0xdb9b2c6c sm501_find_clock +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0xdc9700df sm501_unit_power +EXPORT_SYMBOL_GPL drivers/mfd/ti_am335x_tscadc 0x41d173ff am335x_tsc_se_set_once +EXPORT_SYMBOL_GPL drivers/mfd/ti_am335x_tscadc 0x88594343 am335x_tsc_se_set_cache +EXPORT_SYMBOL_GPL drivers/mfd/ti_am335x_tscadc 0x92f40f41 am335x_tsc_se_clr +EXPORT_SYMBOL_GPL drivers/mfd/ti_am335x_tscadc 0xfbd74817 am335x_tsc_se_adc_done +EXPORT_SYMBOL_GPL drivers/mfd/ucb1400_core 0x544b272c ucb1400_adc_read +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0x0f641687 alcor_write32 +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0x5367c830 alcor_write16 +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0x596cd2ba alcor_write32be +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0x68d1e4c7 alcor_read8 +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0x70d7450c alcor_read32 +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0xa1fe8070 alcor_read32be +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0xe13bee15 alcor_write8 +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x0f182ff8 rtsx_pci_write_ppbuf +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x18a0eb01 rtsx_pci_dma_unmap_sg +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x1d0b9bd2 rtsx_pci_stop_cmd +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x1d467910 rtsx_pci_card_pull_ctl_disable +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x1e67cc4c rtsx_pci_card_power_off +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x2c4c9e84 rtsx_pci_transfer_data +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x42da4024 rtsx_pci_write_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x5832f764 rtsx_pci_send_cmd_no_wait +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x6544a026 rtsx_pci_card_power_on +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x70489b8d rtsx_pci_read_phy_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x715963a0 rtsx_pci_dma_transfer +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x7425a670 rtsx_pci_read_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x8686c971 rtsx_pci_add_cmd +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x87ba91ec rtsx_pci_write_phy_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xb25c1ab6 rtsx_pci_dma_map_sg +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xb841d34d rtsx_pci_card_exist +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xb8a60ca2 rtsx_pci_read_ppbuf +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xbefb8e62 rtsx_pci_complete_unfinished_transfer +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xcfb302b3 rtsx_pci_send_cmd +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xdd9f769f rtsx_pci_switch_clock +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xec4de80b rtsx_pci_start_run +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xef7d1fcd rtsx_pci_card_exclusive_check +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xf58a8e27 rtsx_pci_switch_output_voltage +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xfbe5af14 rtsx_pci_card_pull_ctl_enable +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x2b11ec3a rtsx_usb_card_exclusive_check +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x6f68bd33 rtsx_usb_transfer_data +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x73901454 rtsx_usb_ep0_read_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x77d45e72 rtsx_usb_write_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x831de824 rtsx_usb_get_card_status +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x941d111f rtsx_usb_ep0_write_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x94ba1e16 rtsx_usb_switch_clock +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0xaa066115 rtsx_usb_add_cmd +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0xb2e29dce rtsx_usb_read_ppbuf +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0xc329d273 rtsx_usb_send_cmd +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0xc7dd9f2c rtsx_usb_write_ppbuf +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0xdfe73529 rtsx_usb_get_rsp +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0xff9106bf rtsx_usb_read_register +EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0x25baa817 cb710_set_irq_handler +EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0x4c7b97b4 cb710_sg_dwiter_write_next_block +EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0x7511f7e3 cb710_sg_dwiter_read_next_block +EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0xea1ede5e 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 0x0fb4de5c enclosure_remove_device +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x4c528bd8 enclosure_register +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x59619f7b enclosure_unregister +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x734ce3ce enclosure_component_register +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x85978f85 enclosure_find +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0xac7edc25 enclosure_add_device +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0xb7d1f3b0 enclosure_component_alloc +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0xdea82f4b enclosure_for_each_device +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x16cef0ff lis3lv02d_poweroff +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x254c21e6 lis3lv02d_joystick_enable +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x43331b3a lis3lv02d_init_dt +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x48b8496b lis3lv02d_poweron +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x92036f7e lis3lv02d_init_device +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x995151ea lis3lv02d_joystick_disable +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0xa0851d03 lis3lv02d_remove_fs +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0xe9e32c7e lis3_dev +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x0a19d0a3 mei_cldev_register_rx_cb +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x164d40be mei_cldev_send_vtag +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x1868b463 mei_hbm_pg +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x19dc9439 mei_write_is_idle +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x1e634396 mei_reset +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x2014c54b mei_irq_read_handler +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x24a3dfca mei_cldev_ver +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x266c65b8 mei_cldev_send +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x2a9d41f8 mei_irq_compl_handler +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x3e5ec073 mei_hbm_pg_resume +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x40ec63aa mei_cldev_dma_unmap +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x4befb54c mei_register +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x50e612fd __mei_cldev_driver_register +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x51806244 mei_stop +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x68882c34 mei_cldev_disable +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x88a87c19 mei_cldev_set_drvdata +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x8af9f548 mei_cl_all_disconnect +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x8bd81962 mei_cldev_driver_unregister +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x8cfd97a1 mei_cldev_enable +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x8d6f435c mei_cldev_enabled +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x90a24af4 mei_fw_status2str +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x9c94a510 mei_device_init +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0xa888f925 mei_cldev_recv +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0xb1bb880d mei_restart +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0xc0156654 mei_cldev_uuid +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0xc20959a9 mei_cldev_recv_nonblock_vtag +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0xc2e084fe mei_cldev_send_gsc_command +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0xc56cff4d mei_cancel_work +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0xcc5e1cee mei_cldev_recv_nonblock +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0xce379d2e mei_cldev_register_notif_cb +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0xcf8c2fa4 mei_cldev_dma_map +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0xcffc7aab mei_deregister +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0xd9e62f22 mei_cldev_get_drvdata +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0xe20e2246 mei_irq_write_handler +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0xe6dd05f4 mei_cldev_recv_vtag +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0xec205c59 mei_start +EXPORT_SYMBOL_GPL drivers/misc/mei/mei-me 0x051f202c mei_me_polling_thread +EXPORT_SYMBOL_GPL drivers/misc/mei/mei-me 0x2ed2b7c9 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/mei/mei-me 0xf21037de mei_me_dev_init +EXPORT_SYMBOL_GPL drivers/misc/pvpanic/pvpanic 0xc27bf71e 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 0x3a8dd3bd st_unregister +EXPORT_SYMBOL_GPL drivers/misc/ti-st/st_drv 0x9d3ddcb4 st_register +EXPORT_SYMBOL_GPL drivers/misc/uacce/uacce 0x15894be0 uacce_alloc +EXPORT_SYMBOL_GPL drivers/misc/uacce/uacce 0x3b04abe8 uacce_register +EXPORT_SYMBOL_GPL drivers/misc/uacce/uacce 0x975c6390 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 0x36420bea vmci_qpair_peekv +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x3a22fa8a vmci_datagram_destroy_handle +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x3f07357c 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 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 0xf1a5ed0d vmci_qpair_enquev +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x020ce1d8 sdhci_set_power_noreg +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x05471056 sdhci_cqe_irq +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x07f87435 sdhci_remove_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x0ae9ae53 sdhci_start_signal_voltage_switch +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x1388afaa sdhci_set_power_and_bus_voltage +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x14923cb1 sdhci_get_cd_nogpio +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x1653775c __sdhci_set_timeout +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x1ae1d613 sdhci_setup_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x1df970b2 sdhci_add_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x1fe40351 sdhci_reset +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x31e0c889 sdhci_dumpregs +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x36889b09 sdhci_switch_external_dma +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x38118462 sdhci_set_data_timeout_irq +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x381709ff __sdhci_read_caps +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x3b998ce4 sdhci_cqe_disable +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x48df36ba sdhci_end_tuning +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x4ee54b49 sdhci_set_ios +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x587d5256 sdhci_resume_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x5bb09048 sdhci_runtime_suspend_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x5bc9f516 sdhci_enable_sdio_irq +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x5be78bc1 sdhci_execute_tuning +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x65fa8d28 sdhci_set_power +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x743bc738 sdhci_calc_clk +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x75ebfd37 sdhci_cleanup_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x7a7056b9 sdhci_reset_tuning +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x7ce55d62 __sdhci_add_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x85db876a sdhci_abort_tuning +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x86c7613a sdhci_runtime_resume_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x8e6ca87f sdhci_send_tuning +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x8fbd4973 sdhci_adma_write_desc +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x99474b0c sdhci_enable_clk +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xa856ccfc sdhci_free_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xaff7dc8a sdhci_set_clock +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xb5e67674 sdhci_set_bus_width +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xca3aec68 sdhci_enable_v4_mode +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xcb9beec0 sdhci_request +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xceb8090e sdhci_request_atomic +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xddd0e1e0 sdhci_suspend_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xeea9bc0b sdhci_cqe_enable +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xf218bd21 sdhci_start_tuning +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xf5924c8d sdhci_set_uhs_signaling +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xfed5eb00 sdhci_alloc_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x184ffc08 sdhci_pltfm_suspend +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x193c73f1 sdhci_get_property +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x1d2a8ec8 sdhci_pltfm_free +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x36cedc40 sdhci_pltfm_init +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x8caf5107 sdhci_pltfm_clk_get_max_clock +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x8eb5229d sdhci_pltfm_resume +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x9e0c9618 sdhci_pltfm_unregister +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0xa1b6993c sdhci_pltfm_pmops +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0xf624fcd5 sdhci_pltfm_register +EXPORT_SYMBOL_GPL drivers/most/most_core 0x015f5ab8 most_deregister_configfs_subsys +EXPORT_SYMBOL_GPL drivers/most/most_core 0x180de602 most_stop_channel +EXPORT_SYMBOL_GPL drivers/most/most_core 0x3ae390bc most_submit_mbo +EXPORT_SYMBOL_GPL drivers/most/most_core 0x54857e77 most_put_mbo +EXPORT_SYMBOL_GPL drivers/most/most_core 0xa7f65324 most_get_mbo +EXPORT_SYMBOL_GPL drivers/most/most_core 0xac6b2e21 most_register_configfs_subsys +EXPORT_SYMBOL_GPL drivers/most/most_core 0xaf0e067c most_resume_enqueue +EXPORT_SYMBOL_GPL drivers/most/most_core 0xc1d7ce75 channel_has_mbo +EXPORT_SYMBOL_GPL drivers/most/most_core 0xc2fe3eca most_deregister_interface +EXPORT_SYMBOL_GPL drivers/most/most_core 0xd53d48c0 most_register_component +EXPORT_SYMBOL_GPL drivers/most/most_core 0xe6536915 most_register_interface +EXPORT_SYMBOL_GPL drivers/most/most_core 0xec3d3d5b most_stop_enqueue +EXPORT_SYMBOL_GPL drivers/most/most_core 0xfac8621c most_deregister_component +EXPORT_SYMBOL_GPL drivers/most/most_core 0xfec8c220 most_start_channel +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0001 0x16788743 cfi_cmdset_0200 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0001 0xd44f873d cfi_cmdset_0001 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0001 0xeb66a2d5 cfi_cmdset_0003 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0002 0x070bffa7 cfi_cmdset_0701 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0002 0x8aa07bf1 cfi_cmdset_0006 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0002 0xf4f23021 cfi_cmdset_0002 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0020 0x653556a6 cfi_cmdset_0020 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_util 0x95c7ea0c cfi_qry_present +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_util 0xc8c579eb cfi_qry_mode_on +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_util 0xe9d43969 cfi_qry_mode_off +EXPORT_SYMBOL_GPL drivers/mtd/hyperbus/hyperbus-core 0xdcb579be hyperbus_register_device +EXPORT_SYMBOL_GPL drivers/mtd/hyperbus/hyperbus-core 0xf20a0cac hyperbus_unregister_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x073c55ed __get_mtd_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x08af1c10 mtd_del_partition +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x0b00275c mtd_ooblayout_find_eccregion +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x12e9a03c mtd_kmalloc_up_to +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x17c59ea3 mtd_ooblayout_set_databytes +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x1a5be883 mtd_ooblayout_free +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x1a878c2f mtd_write_user_prot_reg +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x1d843556 mtd_ooblayout_count_eccbytes +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x1ee9ce30 mtd_writev +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x21f45c48 get_tree_mtd +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x2441534e mtd_get_unmapped_area +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x28d30a3d kill_mtd_super +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x2c3c306a mtd_write_oob +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x2d5546e0 mtd_panic_write +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x30c0f9c8 mtd_read +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x3228ffad mtd_ooblayout_count_freebytes +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x391413d7 mtd_ooblayout_get_databytes +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x3d6fbc1e mtd_block_isbad +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x3d77b68b mtd_read_user_prot_reg +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x4104a7f0 mtd_add_partition +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x44c1353c __mtd_next_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x4533240d mtd_get_device_size +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x48479920 mtd_ooblayout_set_eccbytes +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x48fb4e39 mtd_wunit_to_pairing_info +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x4c32cbe9 get_mtd_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x4c594d98 mtd_is_locked +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x50dabc2f mtd_table_mutex +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x6d98466d mtd_ooblayout_get_eccbytes +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x709a2864 get_mtd_device_nm +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x70b8e69d mtd_unpoint +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x72b12689 mtd_device_unregister +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x7cae390f mtd_pairing_groups +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x82499ea0 mtd_ooblayout_ecc +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x8953d68d mtd_lock +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x8d32b198 mtd_erase +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x8ec8b478 mtd_get_fact_prot_info +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x901f7e39 mtd_read_oob +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x90e039af register_mtd_user +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x949dbb31 deregister_mtd_parser +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x94a9e7af mtd_write +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x9e7dca86 mtd_read_fact_prot_reg +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xa1301957 __register_mtd_parser +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xa1e076d6 mtd_block_markbad +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xa3ddc531 put_mtd_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xa87fe695 unregister_mtd_user +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xb062e88e mtd_pairing_info_to_wunit +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xb7075882 mtd_check_expert_analysis_mode +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xb947bbff of_get_mtd_device_by_node +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xbd679b68 mtd_unlock +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xc6e6e57c mtd_device_parse_register +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xe703462d mtd_erase_user_prot_reg +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xecd7422f __put_mtd_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xeeeda430 mtd_lock_user_prot_reg +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xf087d37a mtd_block_isreserved +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xf0dac2b9 mtd_get_user_prot_info +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xf192b354 mtd_point +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0x676f3998 mtd_blktrans_cease_background +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0x743b89b1 del_mtd_blktrans_dev +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0x81af5f1b add_mtd_blktrans_dev +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0xb8980372 deregister_mtd_blktrans +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0xbdb7c7c9 register_mtd_blktrans +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x0165f141 nanddev_bbt_get_block_status +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x0a6ba83b nanddev_bbt_set_block_status +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x0c021c39 mxic_ecc_get_pipelined_ops +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x2a4404ec nand_ecc_init_req_tweaking +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x2e6c6104 nand_get_large_page_ooblayout +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x6b503192 nanddev_mtd_erase +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x6cada907 mxic_ecc_process_data_pipelined +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x6f70be5d nanddev_init +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x746b7e48 nanddev_cleanup +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x81a4e35c nanddev_bbt_cleanup +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x84a42a72 nanddev_isreserved +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x86b36f38 nanddev_ecc_engine_cleanup +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x99b8f03e nanddev_markbad +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0xab2b0ffd nanddev_isbad +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0xb0415936 nand_get_large_page_hamming_ooblayout +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0xbbf2f6f4 nanddev_bbt_init +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0xc5f592e0 nand_ecc_cleanup_req_tweaking +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0xca174c0d nanddev_mtd_max_bad_blocks +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0xcb9c5452 nanddev_bbt_update +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0xccbf1159 mxic_ecc_get_pipelined_engine +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0xcf8b34ca nanddev_ecc_engine_init +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0xdc63bfe2 nand_ecc_restore_req +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0xdf3a6c7e mxic_ecc_put_pipelined_engine +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0xe6dae9c2 nand_ecc_tweak_req +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0xf0c5ebd9 nand_get_small_page_ooblayout +EXPORT_SYMBOL_GPL drivers/mtd/nand/onenand/onenand 0x09c14f54 onenand_scan +EXPORT_SYMBOL_GPL drivers/mtd/nand/onenand/onenand 0x280be3cb onenand_release +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/denali 0x1426157e denali_chip_init +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x038f34fc nand_change_write_column_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x0557cfd4 nand_read_oob_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x11091291 nand_extract_bits +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x126eab65 nand_deselect_target +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x16fb4363 nand_prog_page_end_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x1b79af05 nand_op_parser_exec_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x2686d38d 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 0x36d34038 nand_prog_page_begin_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x3e7a8eb9 nand_readid_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x3f506dfc nand_gpio_waitrdy +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x43aa33dc nand_change_read_column_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x50058055 nand_read_page_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x55ae7392 nand_ecc_choose_conf +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x5632e63d nand_subop_get_num_addr_cyc +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x5a74c859 nand_select_target +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x6d630c51 nand_write_data_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x7347b2b7 nand_soft_waitrdy +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x7a66fe94 nand_prog_page_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x85c443a0 nand_reset_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x87a64d22 nand_decode_ext_id +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x90d8e1db nand_status_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xade1b4e5 nand_read_page_hwecc_oob_first +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xb540cf31 nand_erase_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xc3b5b95a nand_read_data_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 0xe035024e nand_wait_ready +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xf7e68567 nand_reset +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/sm_common 0x34da92cf sm_register_device +EXPORT_SYMBOL_GPL drivers/mtd/spi-nor/spi-nor 0x4c4145ff spi_nor_restore +EXPORT_SYMBOL_GPL drivers/mtd/spi-nor/spi-nor 0xa1e77a4a spi_nor_scan +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x0b6ca7bc ubi_leb_erase +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x10543161 ubi_leb_unmap +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x1a3c40b5 ubi_open_volume_nm +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x2cffb9cd 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 0x4856a1ab ubi_leb_read_sg +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x4b5bcb8a ubi_leb_read +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x66011ab6 ubi_get_device_info +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x7ef6ef79 ubi_close_volume +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x7f792262 ubi_get_volume_info +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x85a8ee76 ubi_unregister_volume_notifier +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x8f911a24 ubi_do_get_device_info +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xa6aabe3e ubi_leb_change +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xaa1c6c5a ubi_is_mapped +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xbee2f1d6 ubi_leb_map +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xd7849f7f ubi_open_volume +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xe5e6b0b8 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 0x1d8317fa mux_control_select_delay +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x2d3c5532 devm_mux_state_get +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x577279ef devm_mux_chip_alloc +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x652aedde devm_mux_chip_register +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x665d4931 mux_control_deselect +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x7cf08396 mux_state_deselect +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x94abb20d mux_control_try_select_delay +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0xad01c6e5 mux_control_states +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0xad87d437 mux_chip_free +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0xbc457ac4 devm_mux_control_get +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0xc0958bee mux_chip_alloc +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0xd9c1e5f2 mux_control_put +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0xde26edb2 mux_chip_unregister +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0xe178f7ba mux_control_get +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0xf2f81a28 mux_chip_register +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0xfa76e911 mux_state_select_delay +EXPORT_SYMBOL_GPL drivers/net/arcnet/arcnet 0x64358299 arcnet_led_event +EXPORT_SYMBOL_GPL drivers/net/arcnet/arcnet 0x705336a6 devm_arcnet_led_init +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0x08fd7c0c c_can_power_up +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0x26ca13dc free_c_can_dev +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0x476300c8 c_can_power_down +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0x5d4387bd register_c_can_dev +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0x6578d6a9 unregister_c_can_dev +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0xca6400db alloc_c_can_dev +EXPORT_SYMBOL_GPL drivers/net/can/cc770/cc770 0x538aad5a free_cc770dev +EXPORT_SYMBOL_GPL drivers/net/can/cc770/cc770 0x5c78d5f6 register_cc770dev +EXPORT_SYMBOL_GPL drivers/net/can/cc770/cc770 0x906ab9a7 unregister_cc770dev +EXPORT_SYMBOL_GPL drivers/net/can/cc770/cc770 0xdf2a9ee5 alloc_cc770dev +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x0091ad56 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 0x11fd7172 can_skb_get_frame_len +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x299fe86c unregister_candev +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x2a543a7d open_candev +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x2f811f8e can_bus_off +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x42db772a can_rx_offload_irq_finish +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x4d2eadb8 can_change_state +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x4d31c048 alloc_canfd_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x4e7079fb alloc_candev_mqs +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x5005ed56 can_rx_offload_add_timestamp +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x56632936 can_rx_offload_del +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x5cf41c4e safe_candev_priv +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x5ff74f2d can_put_echo_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x6047ede6 can_fd_len2dlc +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x6ffa79c6 can_rx_offload_irq_offload_fifo +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x70b2a7b7 alloc_can_err_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x735d0127 alloc_can_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x743521b1 can_rx_offload_add_fifo +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x77fab6bb register_candev +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x77fc2a9b can_rx_offload_add_manual +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x8c173042 alloc_canxl_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x9e906635 can_dropped_invalid_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xa1618777 can_rx_offload_enable +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xa62593b0 can_rx_offload_irq_offload_timestamp +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xb4867ef9 can_rx_offload_get_echo_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xb4d6f473 free_candev +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xd3435e47 can_rx_offload_queue_tail +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xd49a3893 can_change_mtu +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xd612a95a close_candev +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xde41f30a can_free_echo_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xe0a75646 can_get_echo_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xf12d9387 can_fd_dlc2len +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xfc6f8a48 can_rx_offload_queue_timestamp +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0x09aec2ab m_can_class_unregister +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0x3edf0719 m_can_class_suspend +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0x40a280b5 m_can_class_get_clocks +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0x41bcbf1a m_can_class_resume +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0x687d4637 m_can_class_allocate_dev +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0xac2f4076 m_can_init_ram +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0xc04d391e m_can_class_register +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0xfaebaacb m_can_class_free_dev +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0x05b0960a alloc_sja1000dev +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0x2580cf05 register_sja1000dev +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0x49ebd0d2 sja1000_interrupt +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0x79ecca1c free_sja1000dev +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0xc2244271 unregister_sja1000dev +EXPORT_SYMBOL_GPL drivers/net/dsa/lan9303-core 0x5d622d3e lan9303_indirect_phy_ops +EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_switch 0x02faa0ce ksz_switch_chips +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8365mb 0xc5945ff8 rtl8365mb_variant +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0x06021faf rtl8366_set_vlan +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0x4e9971dc rtl8366_set_pvid +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0x509b408b rtl8366_enable_vlan4k +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0x5570b847 rtl8366_enable_vlan +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0x5c54a280 rtl8366_reset_vlan +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0x6e44c4a3 rtl8366_get_sset_count +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0x716184f9 rtl8366_vlan_add +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0x7691c982 rtl8366_vlan_del +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0x8239402b rtl8366_get_ethtool_stats +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0x8f04bd05 rtl8366rb_variant +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0xa6c2b17e rtl8366_mc_is_used +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0xb8cee0ea rtl8366_get_strings +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0x36d26a2e fun_get_res_count +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0x55715e39 fun_free_ring_mem +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0x5c6a71dd fun_res_destroy +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0x648fc405 fun_bind +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0x6aa981fe fun_serv_stop +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0x7d9e8d92 fun_serv_restart +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0xb8a12ba3 fun_sq_create +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0xc10b14dc fun_alloc_ring_mem +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0xcc4f1c04 fun_cq_create +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0xd0d4224b fun_submit_admin_sync_cmd +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0xfd933dc7 fun_serv_sched +EXPORT_SYMBOL_GPL drivers/net/ethernet/intel/i40e/i40e 0x4c90f4ac i40e_client_device_register +EXPORT_SYMBOL_GPL drivers/net/ethernet/intel/i40e/i40e 0x5ae9eaab i40e_client_device_unregister +EXPORT_SYMBOL_GPL drivers/net/ethernet/intel/ice/ice 0x20440d6b ice_rdma_update_vsi_filter +EXPORT_SYMBOL_GPL drivers/net/ethernet/intel/ice/ice 0x9b9210d9 ice_add_rdma_qset +EXPORT_SYMBOL_GPL drivers/net/ethernet/intel/ice/ice 0xacea44e2 ice_rdma_request_reset +EXPORT_SYMBOL_GPL drivers/net/ethernet/intel/ice/ice 0xcc9fdd15 ice_del_rdma_qset +EXPORT_SYMBOL_GPL drivers/net/ethernet/intel/ice/ice 0xd1c7bc22 ice_get_qos_params +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x03449b12 mlx4_unregister_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x06ab3e49 mlx4_flow_attach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x08ea4c14 mlx4_mw_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x08fce35b mlx4_db_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0be235a7 mlx4_qp_modify +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0c2313b7 mlx4_map_sw_to_hw_steering_id +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0f54291d mlx4_alloc_cmd_mailbox +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1353c2fd mlx4_get_base_qpn +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x145da4c9 mlx4_get_internal_clock_params +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x14abcb4e mlx4_phys_to_slave_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x14bc4fcd mlx4_mr_enable +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x165b6fd8 mlx4_flow_steer_promisc_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x17333ba4 mlx4_SYNC_TPT +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x18e9b7f5 mlx4_get_protocol_dev +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1adcfa5f mlx4_alloc_hwq_res +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1c129d9e mlx4_get_admin_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1c7d6bb0 mlx4_get_slave_default_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1ce97ad6 mlx4_register_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1d83c709 mlx4_read_clock +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1f2300c9 mlx4_mtt_cleanup +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1fcdfd63 mlx4_mw_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1fe01557 mlx4_port_map_set +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x22d632f3 mlx4_phys_to_slaves_pport +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x263aadb9 mlx4_get_vf_config +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2658e4f8 mlx4_unicast_promisc_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2b00bc9d mlx4_ACCESS_PTYS_REG +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2c88f1bf __mlx4_register_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2db20d8f mlx4_db_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2e98be74 mlx4_cq_resize +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x31dad3c9 mlx4_get_active_ports +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x31fafe34 mlx4_xrcd_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x35905ffc __mlx4_cmd +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x37e2b67a mlx4_mr_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3f3465ff mlx4_unicast_promisc_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4089694a mlx4_find_cached_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x48389070 mlx4_multicast_promisc_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4af42f05 mlx4_find_cached_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4d80a63d mlx4_pd_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4e545c4b mlx4_config_vxlan_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4ed86f87 mlx4_buf_write_mtt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x51b9dd0d mlx4_set_vf_rate +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5230f54e mlx4_INIT_PORT +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x52a72d1c mlx4_qp_to_ready +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x55a9d1de mlx4_unregister_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x584fdc7f mlx4_update_qp +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5be28bdb mlx4_uar_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5be30e60 mlx4_set_vf_link_state +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5cec31cc mlx4_slave_convert_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5dbad660 mlx4_cq_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5f7f3ca0 mlx4_mr_hw_change_pd +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x610242f0 mlx4_qp_release_range +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6335bbfc mlx4_config_dev_retrieval +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x638f921a mlx4_register_interface +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x63c56257 mlx4_mr_hw_get_mpt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x66d14cdd mlx4_cq_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6954baad __mlx4_replace_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6b201935 mlx4_bf_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6db5d7e6 mlx4_vf_smi_enabled +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6e251f6a mlx4_register_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6edf0e9b mlx4_config_roce_v2_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6f1605a9 mlx4_flow_steer_promisc_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x74653572 mlx4_get_vf_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7d63bf37 mlx4_cq_modify +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7d981bdb mlx4_map_sw_to_hw_steering_mode +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7fadc611 mlx4_srq_arm +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x824fdae5 mlx4_counter_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x83a04fcb mlx4_srq_lookup +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8756af1c mlx4_mr_hw_put_mpt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x88403cb3 mlx4_xrcd_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x89f76e1b mlx4_srq_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8b4f7ccd mlx4_qp_query +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x90d49df4 mlx4_wol_write +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x92c62839 mlx4_mr_rereg_mem_write +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9379dd23 mlx4_CLOSE_PORT +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x945014da mlx4_set_vf_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x94cfcbb3 mlx4_multicast_attach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x97c7d952 mlx4_buf_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x992b9077 mlx4_wol_read +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9a60bf44 mlx4_mr_hw_change_access +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9aa6e731 mlx4_get_base_gid_ix +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9de532d3 mlx4_unicast_detach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa72a0e9b mlx4_mr_rereg_mem_cleanup +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa76805e2 __mlx4_unregister_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa845b4a7 mlx4_phys_to_slaves_pport_actv +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xac37d292 mlx4_unbond +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xad5f458e mlx4_vf_set_enable_smi_admin +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb16fba7e mlx4_bond +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb20b0ca2 mlx4_unregister_interface +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb4221890 mlx4_buf_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb76a5328 mlx4_mr_hw_write_mpt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb989e307 mlx4_uar_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xbbc77c11 mlx4_set_vf_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc04a0b2c mlx4_mtt_addr +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc10bfc8e mlx4_multicast_detach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc16d7b6b mlx4_free_cmd_mailbox +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc65efad7 mlx4_get_devlink_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc6a86d13 mlx4_mw_enable +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xcc3955dd mlx4_write_mtt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd271a86c mlx4_srq_query +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd280900f mlx4_flow_detach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd6f3f203 mlx4_multicast_promisc_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xdb8daae9 mlx4_qp_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xdba4dcdd mlx4_set_admin_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xdcc49e94 mlx4_get_default_counter_index +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe1a16738 mlx4_bf_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe20fa6ec mlx4_mr_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe5458d95 mlx4_pd_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xea2f4a1e mlx4_srq_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xecab866e mlx4_qp_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xef38ddf8 mlx4_vf_get_enable_smi_admin +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xefd6b4ce mlx4_FLOW_STEERING_IB_UC_QP_RANGE +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf06c64f4 mlx4_free_hwq_res +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf0d20bf4 mlx4_counter_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf33df3c8 mlx4_replace_zero_macs +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf41c9e24 mlx4_get_counter_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf5ad84f1 mlx4_set_vf_spoofchk +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf70986c0 mlx4_qp_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xfa6c800d mlx4_qp_reserve_range +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xfa6ed134 mlx4_unicast_attach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xfabaac31 mlx4_mtt_init +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xfc11953d mlx4_hw_rule_sz +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0130da69 mlx5_set_port_admin_status +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x05d8d0a4 mlx5_db_alloc_node +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x05fb76cf mlx5_core_query_sq_state +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x066c0588 mlx5_nic_vport_affiliate_multiport +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x072460c4 mlx5_fill_page_frag_array +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0ab7b149 mlx5_query_port_max_mtu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x12cd45c9 mlx5_toggle_port_link +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x17643d0d mlx5_query_nic_vport_mac_address +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x17a83e16 mlx5_query_nic_vport_promisc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x199d510c mlx5_modify_nic_vport_mtu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1aab66e1 mlx5_query_port_vl_hw_cap +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1f24c421 mlx5_eswitch_mode +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x237ac731 mlx5_query_mac_address +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2399adca mlx5_query_nic_vport_system_image_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x24f440f2 mlx5_nic_vport_enable_roce +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x27328142 mlx5_set_port_prio_tc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x27563e6c mlx5_query_nic_vport_node_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3483f949 mlx5_query_nic_vport_mtu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3492f6be mlx5_query_nic_vport_min_inline +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x383692ad mlx5_core_query_vport_counter +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3dbdbc6e mlx5_ipsec_device_caps +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x45dd359a mlx5_db_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x48157e27 mlx5_query_port_tc_group +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x49dcc97d mlx5_modify_nic_vport_vlans +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4c340f1c mlx5_vport_get_other_func_cap +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4ece6632 mlx5_query_port_pause +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4f3bf5fb mlx5_access_reg +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x511bb552 mlx5_query_port_tc_bw_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x54ed8be6 mlx5_query_port_ets_rate_limit +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5e1a556e mlx5_query_port_ptys +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x61eb1087 mlx5_query_min_inline +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x65b50c15 mlx5_set_port_pause +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6c11db21 mlx5_query_hca_vport_system_image_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6db8e3e5 mlx5_set_port_mtu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x71fe0621 mlx5_query_hca_vport_pkey +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x732557fd mlx5_nic_vport_unaffiliate_multiport +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x73cbf9b7 mlx5_query_port_pfc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x741695dd mlx5_dm_sw_icm_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x75645f0a mlx5_query_hca_vport_context +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8166413c mlx5_query_hca_vport_gid +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 0x82f79a64 mlx5_query_nic_vport_qkey_viol_cntr +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x88d64ff9 mlx5_query_port_wol +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8ae5ef16 mlx5_query_port_oper_mtu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8b01d21b mlx5_eswitch_get_total_vports +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x90148b4a mlx5_query_port_admin_status +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x973769fd mlx5_frag_buf_alloc_node +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa69a2eaf mlx5_nic_vport_update_local_lb +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa963edb5 mlx5_set_port_tc_bw_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa9653754 mlx5_query_hca_vport_node_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xaf329afa mlx5_core_access_reg +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb3d17022 mlx5_modify_nic_vport_mac_list +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb4c77458 mlx5_core_reserved_gids_count +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb58239c1 mlx5_query_module_eeprom +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xbd00bec2 mlx5_nic_vport_query_local_lb +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc3c1c020 mlx5_modify_nic_vport_mac_address +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc7d4c6e5 mlx5_set_port_tc_group +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc91570ca mlx5_set_port_pfc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xcdbc7cd0 mlx5_query_nic_vport_mac_list +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xcfc34f10 mlx5_query_port_prio_tc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd5a1e90b mlx5_modify_nic_vport_promisc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd956d206 mlx5_frag_buf_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe378701f mlx5_dm_sw_icm_dealloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf1550595 mlx5_query_module_eeprom_by_page +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf384edf1 mlx5_set_port_wol +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf9eb6274 mlx5_core_modify_hca_vport_context +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xfa1e6333 mlx5_query_nic_system_image_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xff89aeec mlx5_set_port_caps +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xff8ebde0 mlx5_modify_port_ets_rate_limit +EXPORT_SYMBOL_GPL drivers/net/ethernet/micrel/ks8851_common 0x0821420f ks8851_probe_common +EXPORT_SYMBOL_GPL drivers/net/ethernet/micrel/ks8851_common 0x8629a2fd ks8851_resume +EXPORT_SYMBOL_GPL drivers/net/ethernet/micrel/ks8851_common 0xc97b05b3 ks8851_remove_common +EXPORT_SYMBOL_GPL drivers/net/ethernet/micrel/ks8851_common 0xf687c747 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 0xe9693347 devm_regmap_init_encx24j600 +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x000e9dd9 ocelot_port_readl +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x01314134 ocelot_port_add_dscp_prio +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x073b0a77 ocelot_regmap_init +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x079dace2 ocelot_lag_fdb_del +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x09149c2f ocelot_lag_fdb_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x10ba69eb __ocelot_read_ix +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x10bba8ab ocelot_migrate_mdbs +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x21117937 ocelot_bond_get_id +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x2464aabe ocelot_port_assign_dsa_8021q_cpu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x27e3bcf3 ocelot_bridge_num_find +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x27e50ad9 ocelot_cls_flower_destroy +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x3a94a2c8 ocelot_mact_flush +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x3b2a122c ocelot_port_get_pause_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x46ac5975 ocelot_port_mirror_del +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x487c9270 ocelot_port_get_eth_mac_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x48fde2ca __ocelot_bulk_read_ix +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x4e0a2036 ocelot_port_get_eth_phy_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x52f8e270 ocelot_port_mirror_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x589395e3 ocelot_cls_flower_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x5af58834 ocelot_regfields_init +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x5b713b3e ocelot_port_get_dscp_prio +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x6c69ba99 ocelot_port_teardown_dsa_8021q_cpu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x6f75272e __ocelot_rmw_ix +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x781ec1af __ocelot_write_ix +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x83fc562b ocelot_port_set_default_prio +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x896a698a ocelot_phylink_mac_link_up +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x8b58bf13 ocelot_cls_flower_replace +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x8e6d836f ocelot_port_get_default_prio +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x8eba21be ocelot_port_get_eth_ctrl_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x8f375836 ocelot_port_unassign_dsa_8021q_cpu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x92d90488 ocelot_get_bridge_fwd_mask +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x99965b61 ocelot_port_del_dscp_prio +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xa88a2681 ocelot_port_assigned_dsa_8021q_cpu_mask +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xbb918613 ocelot_port_rmwl +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xbd1e3517 ocelot_port_get_rmon_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xc362f273 ocelot_port_writel +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xd0229614 ocelot_port_setup_dsa_8021q_cpu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xee2fabeb ocelot_phylink_mac_link_down +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac 0x3713ea18 stmmac_resume +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac 0x545572d4 stmmac_set_mac_addr +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac 0x5cf84817 stmmac_init_tstamp_counter +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac 0x742e632e stmmac_bus_clks_config +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac 0x7a60304b 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 0xb15c91a4 stmmac_dvr_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac 0xd9b23c5d stmmac_dvr_probe +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0x030c2fac stmmac_get_platform_resources +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0x2f80b4fd stmmac_pltfr_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0x75101612 stmmac_probe_config_dt +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0x77b97c4a stmmac_remove_config_dt +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0xd398f6f2 stmmac_pltfr_pm_ops +EXPORT_SYMBOL_GPL drivers/net/ethernet/wiznet/w5100 0x0c893631 w5100_pm_ops +EXPORT_SYMBOL_GPL drivers/net/ethernet/wiznet/w5100 0x5be3489c w5100_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/wiznet/w5100 0x76de11cf w5100_probe +EXPORT_SYMBOL_GPL drivers/net/ethernet/wiznet/w5100 0xf7b16bf7 w5100_ops_priv +EXPORT_SYMBOL_GPL drivers/net/geneve 0x0a378ef5 geneve_dev_create_fb +EXPORT_SYMBOL_GPL drivers/net/ipvlan/ipvlan 0x4bf0fa79 ipvlan_link_setup +EXPORT_SYMBOL_GPL drivers/net/ipvlan/ipvlan 0x82b530f7 ipvlan_link_register +EXPORT_SYMBOL_GPL drivers/net/ipvlan/ipvlan 0x9ef57e2f ipvlan_link_new +EXPORT_SYMBOL_GPL drivers/net/ipvlan/ipvlan 0xa6447328 ipvlan_link_delete +EXPORT_SYMBOL_GPL drivers/net/ipvlan/ipvlan 0xb9393355 ipvlan_count_rx +EXPORT_SYMBOL_GPL drivers/net/macsec 0x7ef7161e macsec_pn_wrapped +EXPORT_SYMBOL_GPL drivers/net/macvlan 0x2689773f macvlan_link_register +EXPORT_SYMBOL_GPL drivers/net/macvlan 0x32460148 macvlan_common_newlink +EXPORT_SYMBOL_GPL drivers/net/macvlan 0x6ae581f4 macvlan_common_setup +EXPORT_SYMBOL_GPL drivers/net/macvlan 0xa6a5f05d macvlan_dellink +EXPORT_SYMBOL_GPL drivers/net/mdio/mdio-i2c 0x65b0e0ba mdio_i2c_alloc +EXPORT_SYMBOL_GPL drivers/net/net_failover 0xcb9d1805 net_failover_destroy +EXPORT_SYMBOL_GPL drivers/net/net_failover 0xf95daff4 net_failover_create +EXPORT_SYMBOL_GPL drivers/net/pcs/pcs-altera-tse 0xec50f187 alt_tse_pcs_create +EXPORT_SYMBOL_GPL drivers/net/pcs/pcs_xpcs 0x24873b2d xpcs_create +EXPORT_SYMBOL_GPL drivers/net/pcs/pcs_xpcs 0x4ec8c836 xpcs_get_interfaces +EXPORT_SYMBOL_GPL drivers/net/pcs/pcs_xpcs 0x768f8762 xpcs_destroy +EXPORT_SYMBOL_GPL drivers/net/pcs/pcs_xpcs 0xa69276d3 xpcs_do_config +EXPORT_SYMBOL_GPL drivers/net/pcs/pcs_xpcs 0xaa2f3c14 xpcs_link_up +EXPORT_SYMBOL_GPL drivers/net/pcs/pcs_xpcs 0xe5b2e8be xpcs_get_an_mode +EXPORT_SYMBOL_GPL drivers/net/pcs/pcs_xpcs 0xffe8d58e xpcs_config_eee +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x0665e67f bcm_phy_read_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x0eb2fc2e bcm_phy_cable_test_get_status_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x1911037c bcm_phy_downshift_get +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x3c204499 bcm_phy_write_shadow +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x3d31fcf2 __bcm_phy_read_exp +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x410ebb11 bcm_phy_cable_test_get_status +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x4360e34e __bcm_phy_read_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x4481fe07 bcm_phy_downshift_set +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x47091f2d bcm_phy_cable_test_start_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x49a724b3 __bcm_phy_modify_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x515d02e5 bcm_phy_enable_apd +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x54838622 bcm_phy_ack_intr +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x591686c6 __bcm_phy_write_exp +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x59e5cd39 bcm_phy_write_misc +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x5dedf0df bcm_phy_modify_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x5f2cb6bb bcm_phy_28nm_a0b0_afe_config_init +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x63e59eec bcm_phy_write_exp +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x63f541c2 bcm_phy_handle_interrupt +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x63fb7d2a bcm_phy_cable_test_start +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x68833903 bcm_phy_get_strings +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x6bfaf5ea __bcm_phy_modify_exp +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x7834f9c3 bcm_phy_read_exp +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x79d81ed4 bcm_phy_config_intr +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x7fb02186 bcm_phy_modify_exp +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x939180c5 bcm_phy_get_stats +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x9c99807c bcm_phy_set_eee +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xb1d611a1 bcm_phy_r_rc_cal_reset +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xc183602c bcm_phy_write_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xcb425b95 bcm54xx_auxctl_read +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xd0df1358 bcm_phy_get_sset_count +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xd5176fc3 bcm_phy_enable_jumbo +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xdce18231 bcm_phy_read_shadow +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xe357f4b5 bcm_phy_read_misc +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xfb707806 __bcm_phy_write_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-ptp 0x0f58dd25 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 0xf968b73d bcm_ptp_probe +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x037859ad phylink_mii_c45_pcs_get_state +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x08213956 phylink_ethtool_get_wol +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x12135396 phylink_mac_change +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x15c4e3e2 phylink_ethtool_set_pauseparam +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x16ca1a8a phylink_suspend +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x2c8e28ee phylink_ethtool_get_eee +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x3e29543d phylink_mii_c22_pcs_config +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x3f3a174a phylink_ethtool_ksettings_get +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 0x64a1a5ce phylink_decode_usxgmii_word +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 0x767dc75b phylink_of_phy_connect +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x825c7340 phylink_get_eee_err +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x854d36bd phylink_mii_c22_pcs_get_state +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x859b1ff6 phylink_validate_mask_caps +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x911fcd6c phylink_start +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x95ea06a1 phylink_ethtool_ksettings_set +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x983276da phylink_disconnect_phy +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x9a217b36 phylink_generic_validate +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0xa22dd03b phylink_create +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0xb1300539 phylink_fwnode_phy_connect +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0xc0a8f4be phylink_resume +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0xc1d15a4c phylink_set_port_modes +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0xc986bedd phylink_mii_c22_pcs_an_restart +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0xd2ef6a40 phylink_mii_ioctl +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0xd85d2951 phylink_connect_phy +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0xd903f419 phylink_get_capabilities +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0xdcb0a2c0 phylink_stop +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0xec02ebe0 phylink_init_eee +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0xf3083a1d phylink_destroy +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0xf8fe5642 phylink_ethtool_get_pauseparam +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0xf926a606 phylink_mii_c22_pcs_decode_state +EXPORT_SYMBOL_GPL drivers/net/tap 0x020cb5ad tap_get_socket +EXPORT_SYMBOL_GPL drivers/net/tap 0x1016e080 tap_handle_frame +EXPORT_SYMBOL_GPL drivers/net/tap 0x1babd238 tap_del_queues +EXPORT_SYMBOL_GPL drivers/net/tap 0x2cf2d40d tap_create_cdev +EXPORT_SYMBOL_GPL drivers/net/tap 0x397336a5 tap_free_minor +EXPORT_SYMBOL_GPL drivers/net/tap 0x95f7ff34 tap_queue_resize +EXPORT_SYMBOL_GPL drivers/net/tap 0xc86bb847 tap_get_ptr_ring +EXPORT_SYMBOL_GPL drivers/net/tap 0xd84cccac tap_destroy_cdev +EXPORT_SYMBOL_GPL drivers/net/tap 0xf7084083 tap_get_minor +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0x0d95c72b usbnet_cdc_update_filter +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0x708217ad usbnet_cdc_zte_rx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0xa1d2a186 usbnet_cdc_status +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0xa9f01bae usbnet_ether_cdc_bind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0xb51947f1 usbnet_cdc_unbind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0xcbc5304b usbnet_generic_cdc_bind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0xeb660779 usbnet_cdc_bind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x1d20330a cdc_ncm_rx_verify_ndp16 +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x2f42c7a6 cdc_ncm_fill_tx_frame +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x2f98dcd4 cdc_ncm_bind_common +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x3974a6dd cdc_ncm_select_altsetting +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x39b1c1bb cdc_ncm_rx_verify_nth16 +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x3aeaa351 cdc_ncm_change_mtu +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x3f8582c0 cdc_ncm_tx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x4db22c04 cdc_ncm_rx_verify_nth32 +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x8d0e8947 cdc_ncm_rx_verify_ndp32 +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0xb542a936 cdc_ncm_rx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0xfe73c1fa cdc_ncm_unbind +EXPORT_SYMBOL_GPL drivers/net/usb/r8152 0x326e5f31 rtl8152_get_version +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0x0a90c1c6 rndis_unbind +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0x4a55180d rndis_rx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0x74597fbf rndis_status +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0xa32241f1 generic_rndis_bind +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0xae705ef5 rndis_command +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0xce2c04af rndis_tx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x00a27602 usbnet_update_max_qlen +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x1e9f1bb3 usbnet_resume +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x21ec6f9c usbnet_get_link +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x2303df77 usbnet_get_link_ksettings_internal +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x2bde9c00 usbnet_nway_reset +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x3b84e20c usbnet_resume_rx +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x4575aa13 usbnet_pause_rx +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x4eb1634e usbnet_get_drvinfo +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x53d50078 usbnet_open +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x589d1efc usbnet_get_endpoints +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x624ef8ed usbnet_write_cmd_nopm +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x65b1dd50 usbnet_get_ethernet_addr +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x860bf507 usbnet_defer_kevent +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x88cd7678 usbnet_stop +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x904f2dee usbnet_change_mtu +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x969bdeb9 usbnet_get_msglevel +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x98999300 usbnet_set_link_ksettings_mii +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x9f5a2fd8 usbnet_disconnect +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xa16738e1 usbnet_write_cmd_async +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xa40da03f usbnet_unlink_rx_urbs +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xa502ba19 usbnet_write_cmd +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xa94e2376 usbnet_read_cmd_nopm +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xb0fcad09 usbnet_probe +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xc06326ea usbnet_status_start +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xc421d3e2 usbnet_set_msglevel +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xc80ce8cc usbnet_status_stop +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xc874c383 usbnet_suspend +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xcb31bbca usbnet_skb_return +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xdc8f0595 usbnet_get_link_ksettings_mii +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xe2a533a4 usbnet_read_cmd +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xebefcb33 usbnet_purge_paused_rxq +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xf3fa6d50 usbnet_set_rx_mode +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xf52e673f usbnet_start_xmit +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xf9806bb6 usbnet_tx_timeout +EXPORT_SYMBOL_GPL drivers/net/vxlan/vxlan 0x6e4f0bd8 vxlan_dev_create +EXPORT_SYMBOL_GPL drivers/net/vxlan/vxlan 0xa7325a6d vxlan_fdb_replay +EXPORT_SYMBOL_GPL drivers/net/vxlan/vxlan 0xf712deb1 vxlan_fdb_clear_offload +EXPORT_SYMBOL_GPL drivers/net/vxlan/vxlan 0xfb99001d vxlan_fdb_find_uc +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/ipw2x00/libipw 0xded0bfd2 libipw_rx_any +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x44e8fcbc _il_grab_nic_access +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x47231a81 il_dealloc_bcast_stations +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x7c6a84af il_prep_station +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x82cec032 il_remove_station +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xe63825a4 il_mac_tx_last_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x5987fe45 iwl_fw_lookup_assert_desc +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x71118edc iwl_fw_lookup_cmd_ver +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x74778a2f iwl_fw_lookup_notif_ver +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0x3c7a7316 p54_init_common +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0x7dbc1fce p54_unregister_common +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0x8482cc23 p54_parse_eeprom +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0x8ddca58c p54_free_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0x9cefd7e7 p54_free_common +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0xabd5a411 p54_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0xb8fe5efd p54_parse_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0xc2a39dc0 p54_register_common +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0xdce2b3e8 p54_read_eeprom +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x0e740d29 lbs_cmd_copyback +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x10444306 lbs_host_to_card_done +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x1f274405 lbs_send_tx_feedback +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x2294bfbc lbs_start_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x3c9302af lbs_notify_command_response +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x3e3652ac __lbs_cmd +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x9947d508 lbs_host_sleep_cfg +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x9bd02784 lbs_get_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0xacbdc2ec lbs_get_firmware_async +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0xba392c4e lbs_process_rxed_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0xc65b7f76 lbs_queue_event +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0xcb9b9193 lbs_stop_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0xcf96f954 lbs_add_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0xe53933c7 lbs_remove_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0xef1a26e1 lbs_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0xf4b2adde lbs_resume +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0xf64277de lbs_debug +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0x0b095fdc __lbtf_cmd +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0x167e17a5 lbtf_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0x16961dcf lbtf_send_tx_feedback +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0x246fd9ea lbtf_bcn_sent +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0x31cd80a6 lbtf_cmd_copyback +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0x94a8ec2d lbtf_add_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0xb87a731d 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 0xe7516713 lbtf_remove_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x20559986 mwifiex_prepare_fw_dump_info +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x38a1a662 mwifiex_queue_main_work +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x57d188d1 mwifiex_process_hs_config +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x5c5afe69 mwifiex_write_data_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x5d07d280 mwifiex_drv_info_dump +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x6354dedc mwifiex_deauthenticate_all +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x674982cb mwifiex_cancel_hs +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x6a16db71 mwifiex_add_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x754f6c3a mwifiex_dnld_fw +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x7b5b71e6 mwifiex_del_virtual_intf +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x9637dbbc mwifiex_shutdown_sw +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x977c8a15 mwifiex_handle_rx_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xa6921224 mwifiex_reinit_sw +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xbc609ba3 mwifiex_upload_device_dump +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xbe2b749e mwifiex_multi_chan_resync +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xc3c17d7c mwifiex_add_virtual_intf +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xc728ba7a mwifiex_fw_dump_event +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xc8579afb 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 0xd8f0e47f mwifiex_remove_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xd8ff5a7c _mwifiex_dbg +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xeab2b0ad mwifiex_enable_hs +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xf46452e1 mwifiex_init_shutdown_fw +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xf7a56b9f mwifiex_main_process +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xfafa915f mwifiex_process_sleep_confirm_resp +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x0049fba9 mt76_alloc_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x0642b813 mt76_rx_aggr_stop +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x06c19ef0 mt76_get_of_eeprom +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x0784e16f mt76_release_buffered_frames +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x098fc975 __mt76_tx_complete_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x0993a3fb mt76_queue_tx_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x11f6632c mt76_mcu_skb_send_and_get_msg +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x17f568e9 mt76_rates +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x1b1085ec mt76_sta_state +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x1de6ee5a mt76_get_sar_power +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x1e77a29f mt76_rx_poll_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x1ec57b4f __mt76_worker_fn +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x1fffd858 mt76_set_stream_caps +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x2e624808 mt76_tx_status_skb_add +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x31092ff3 mt76_mcu_send_and_get_msg +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x3477aab4 mt76_get_survey +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x37d43b18 mt76_has_tx_pending +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x3a42233a mt76_get_min_avg_rssi +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x3cfc3413 ____mt76_poll_msec +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x3f40b4c5 mt76_set_channel +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x4154b408 mt76_unregister_phy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x43a456c6 mt76_set_irq_mask +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x446e10d9 mt76_dma_rx_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x464b5d72 mt76_token_consume +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x47c78030 __mt76_mcu_send_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x481d3f40 mt76_mcu_get_response +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x4a7ba8bf mt76_unregister_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x4c99cc4d __traceiter_dev_irq +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x4fe0d978 mt76_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x5244a825 mt76_get_rate +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x5519f1e7 mt76_phy_dfs_state +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x57b564c7 mt76_register_phy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x5957cfd0 mt76_seq_puts_array +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x5d054c3f mt76_calculate_default_rate +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x5f5503c2 mt76_stop_tx_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x5fbe7fea mt76_insert_ccmp_hdr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x62891562 mt76_dma_cleanup +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x646c278d mt76_get_rate_power_limits +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x64f1cb7d __tracepoint_dev_irq +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x667c7de2 mt76_rx_aggr_start +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x66ffb8ae mt76_get_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x692a3874 __mt76_set_tx_blocked +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x69a08e54 mt76_dma_attach +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x6b71aa93 mt76_tx_status_unlock +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x71cbd206 mt76_update_survey_active_time +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x77b448f5 mt76_sta_pre_rcu_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x7865a04a __tracepoint_mac_txdone +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x78ade81d mt76_free_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x7ddb5d0a __SCK__tp_func_dev_irq +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x7f84aef9 mt76_pci_disable_aspm +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x7fdb952f mt76_init_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x847e632d mt76_alloc_phy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x8806281d mt76_tx_status_skb_get +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x8f0106b4 mt76_tx_check_agg_ssn +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x922b2306 mt76_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x9aea9e83 mt76_txq_schedule +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x9c67e160 mt76_init_sar_power +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xa02c9a00 mt76_csa_finish +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xa190042a mt76_tx_worker_run +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xa263dc51 mt76_update_survey +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xa487af97 mt76_register_debugfs_fops +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xa81925e7 mt76_mcu_rx_event +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xa81dac2a mt76_eeprom_override +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xa84ddf91 mt76_token_release +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xab9121fa mt76_register_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xaf4fc1ff mt76_wake_tx_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xb295b904 mt76_sw_scan +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xb39c4cd1 mt76_skb_adjust_pad +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xb3dd9b28 mt76_put_txwi +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xbb31a266 __SCT__tp_func_mac_txdone +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xbeb7b4f5 mt76_tx_status_skb_done +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xc10a6138 mt76_get_rxwi +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xc1a93026 mt76_rx_token_release +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xc6634315 mt76_ac_to_hwq +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xc79daf86 mt76_ethtool_worker +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xc86a1ede mt76_get_antenna +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xc928c79e mt76_mmio_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xccfb6f07 mt76_eeprom_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xce9632e7 mt76_queues_read +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xd38c312a __mt76_sta_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xd4dd9343 mt76_txq_schedule_all +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xd57b3acc __SCK__tp_func_mac_txdone +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xdb18d861 mt76_rx_token_consume +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 0xe5dc1fc0 __mt76_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xe7f4f416 __traceiter_mac_txdone +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xeb0df78b mt76_set_tim +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xf22855de mt76_tx_status_lock +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xf5959414 __mt76_mcu_msg_alloc +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xf724a4e9 mt76_put_rxwi +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xf8172c86 mt76_csa_check +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xfa8b58e0 mt76_sw_scan_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xffcdb1fc mt76_tx_status_check +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x0098beaf mt76_connac_mcu_start_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x04a80b71 mt76_connac_mcu_alloc_wtbl_req +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x062ac888 mt76_connac_mcu_sta_ba_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x08a77f24 mt76_connac2_reverse_frag0_hdr_trans +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x0d65497c mt76_connac_mcu_wtbl_ba_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x0f008813 mt76_connac2_load_ram +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x0f17c7ee mt76_connac_mcu_sta_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x0f5f8a03 mt76_connac2_mac_fill_txs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x116cc9d2 mt76_connac_pm_queue_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x11d73324 mt76_connac2_mac_fill_rx_rate +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x11dd0986 mt76_connac_mcu_set_suspend_iter +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x1b9b0237 mt76_connac_mcu_bss_omac_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x1d2fa8cc mt76_connac_mcu_bss_basic_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x1dec8580 mt76_connac_init_tx_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x1e90e053 mt76_connac_pm_dequeue_skbs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x200b944d mt76_connac_power_save_sched +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x232d5d0d mt76_connac_write_hw_txp +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x26dc64be mt76_connac_get_he_phy_cap +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x2e5e2520 mt76_connac_mcu_sta_ba +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x317a7005 mt76_connac_mcu_set_rate_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x34ff6e1d mt76_connac_mcu_uni_add_dev +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x3c9545f3 mt76_connac_mcu_sta_basic_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x3e890fe5 mt76_connac_mcu_wtbl_hdr_trans_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x417dbf2f mt76_connac2_mac_add_txs_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x4322264b mt76_connac_mcu_reg_wr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x4a5aaff7 mt76_connac_mcu_reg_rr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x518a5326 mt76_connac2_mac_tx_rate_val +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x51a8779d mt76_connac_mcu_rdd_cmd +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x52d8d2a9 mt76_connac_mcu_restart +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x55324cfe mt76_connac_tx_complete_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x5f6992cd mt76_connac_sta_state_dp +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x63dcb18c mt76_connac_mcu_wtbl_smps_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x65cf373b mt76_connac_mcu_beacon_loss_iter +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x732221fd mt76_connac_mcu_set_hif_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x762be3ec mt76_connac_get_phy_mode +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x7712a525 mt76_connac2_mcu_fill_message +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x7de25a8b mt76_connac_mcu_sta_wed_update +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x83def08c mt76_connac_mcu_wtbl_ht_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x87990dbf mt76_connac_mcu_uni_set_chctx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x8a80684c mt76_connac_mcu_sta_uapsd +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x8b24e83a mt76_connac2_mac_decode_he_radiotap +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x8cff7ba5 mt76_connac_pm_wake +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 0x9386ac18 mt76_connac_mcu_uni_add_bss +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x9414271f mt76_connac_mcu_sta_update_hdr_trans +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x946a2e64 mt76_connac_mcu_cancel_hw_scan +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x954223f3 mt76_connac_free_pending_tx_skbs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x96e3a78c mt76_connac_mcu_set_vif_ps +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x97bd2d39 mt76_connac_mcu_init_download +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x9c73168a mt76_connac_mcu_set_pm +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x9df8cfed mt76_connac_mcu_sched_scan_enable +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xa126d76c mt76_connac_mcu_set_deep_sleep +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xac8ae46e mt76_connac_mcu_wtbl_generic_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xadad207a mt76_connac_mcu_sched_scan_req +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xafe3190f mt76_connac_mcu_add_nested_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xb4f9c87e mt76_connac_mcu_update_arp_filter +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xb5f96f50 mt76_connac_mcu_wtbl_update_hdr_trans +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xb90028d3 mt76_connac_mcu_bss_ext_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xbd93785e mt76_connac_mcu_set_channel_domain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xbe123c73 mt76_connac2_load_patch +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xc0714bb8 mt76_connac_mcu_hw_scan +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xc11772b1 mt76_connac_mcu_coredump_event +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xc97c5a3a mt76_connac_mcu_update_gtk_rekey +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xcd85c2a8 mt76_connac_mcu_chip_config +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xd51e4f5a mt76_connac2_mac_write_txwi +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xd649feec mt76_connac_txp_skb_unmap +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xd9c1c352 mt76_connac_mcu_set_mac_enable +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xe0fde59d __mt76_connac_mcu_alloc_sta_req +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xeaa9bff7 mt76_connac_mcu_sta_cmd +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xec2ac148 mt76_connac_mcu_patch_sem_ctrl +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xec4e936a mt76_connac_mcu_set_p2p_oppps +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xece56b89 mt76_connac_mcu_get_nic_capability +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xf38db868 mt76_connac_mcu_add_key +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xf6bda35e mt76_connac_mcu_set_rts_thresh +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xf7290f9e mt76_connac_mcu_start_patch +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x13cc79fb mt76s_rd_rp +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x21da39e6 mt76s_wr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x26625cfc mt76s_read_copy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x2cbf5494 mt76s_txrx_worker +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x2d7ea725 mt76s_deinit +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x3c2e07d5 mt76s_sdio_irq +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x3f944dce mt76s_alloc_rx_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x4e8b793e mt76s_read_pcr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x723234d8 mt76s_rr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x7fe4c2a0 mt76s_hw_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x804d7f8f mt76s_write_copy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0xb0bfd6e4 mt76s_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0xbd03f0ff mt76s_txqs_empty +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0xe2f97b17 mt76s_rmw +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0xeedf8f0e mt76s_alloc_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0xf0114828 mt76s_wr_rp +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x2db41f01 mt76u_vendor_request +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x35ff9b42 mt76u_alloc_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x414b4457 __mt76u_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x4f43e647 mt76u_alloc_mcu_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x570bc114 mt76u_resume_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x6b8f4d80 ___mt76u_rr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x6c77bd63 mt76u_single_wr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x74a80563 mt76u_stop_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x7bc690ae mt76u_stop_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x7d8ee831 mt76u_queues_deinit +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x854b6f7e mt76u_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0xd6d3991d ___mt76u_wr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0xdb1498a5 mt76u_read_copy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0xf92eefc2 __mt76u_vendor_request +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x0478caae mt7615_mcu_exit +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x054a1ed9 mt7615_mcu_parse_response +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x1685aade mt7615_mac_sta_add +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x196674cb mt7615_unregister_ext_phy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x33990615 mt7615_thermal_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x34f3a291 mt7615_mcu_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x434d3204 mt7615_mac_sta_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x46002a82 mt7615_update_channel +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x47508995 mt7615_rx_check +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x4c42d43e mt7615_eeprom_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x5be2ad5c mt7622_trigger_hif_int +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x705c2c0e mt7615_mac_write_txwi +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x83b80969 mt7615_mac_enable_rtscts +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x8ca25344 mt7615_mac_sta_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x9760d50e mt7615_init_work +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x98ce4ec7 mt7615_mcu_fill_msg +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xa2df3035 mt7615_mac_set_rates +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xa9c43b3d mt7615_init_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xad6213f9 mt7615_wait_for_mcu_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xbe54a968 mt7615_mcu_restart +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xcab52e7c mt7615_register_ext_phy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xcff46187 __mt7663_load_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xd681f325 mt7615_sta_ps +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xdb1d1c28 mt7615_ops +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xefa071bf mt7615_tx_token_put +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xefe627d6 mt7615_queue_rx_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xf017da1e mt7615_init_debugfs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xfd4a49bb mt7615_init_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615e 0xd03bb424 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 0x4e703069 mt7663_usb_sdio_tx_prepare_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7663-usb-sdio-common 0x9fd379ed mt7663_usb_sdio_tx_status_data +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7663-usb-sdio-common 0xddec785e mt7663_usb_sdio_tx_complete_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7663-usb-sdio-common 0xf161b0aa mt7663_usb_sdio_register_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0x1f5fc27a mt76x0_set_sar_specs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0x29f5e925 mt76x0_init_hardware +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0xa1aa2dc6 mt76x0_phy_calibrate +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0xb12bcd33 mt76x0_config +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0xe19bb08a mt76x0_register_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0xe759cafd mt76x0_mac_stop +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0xfe201720 mt76x0_chip_onoff +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x019950f7 mt76x02_init_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x0498d7b6 mt76x02_update_channel +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x082d7439 mt76x02_set_tx_ackto +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x12f49588 mt76x02_get_rx_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x1316cf4c mt76x02_ext_pa_enabled +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x15e4ddad mt76x02_remove_hdr_pad +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x176ad074 mt76x02_tx_complete_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x1aa5818d mt76x02_mac_setaddr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x1ad7567e mt76x02_edcca_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x1b90cfe4 mt76x02_mcu_set_radio_state +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x1c9545c7 mt76x02_phy_set_txdac +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x1ee29fe9 mt76x02_mac_start +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x230e4aab mt76x02_rx_poll_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x241d19f7 mt76x02_add_interface +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x2734e0b3 mt76x02_get_lna_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x27dfe979 mt76x02_mcu_parse_response +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x2ac73be3 mt76x02_config_mac_addr_list +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x2af35d46 mt76x02_sta_ps +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x354f8f96 mt76x02_dma_disable +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x3d947935 mt76x02_eeprom_parse_hw_cap +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x420c5533 mt76x02_mcu_calibrate +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x47a3c120 mt76x02_set_rts_threshold +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x491176f3 mt76x02_sta_rate_tbl_update +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x49186eba mt76x02_conf_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x5044ffb6 mt76x02_dfs_init_params +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x52749652 mt76x02_mcu_function_select +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x53a60177 mt76x02_tx_prepare_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x5467de8e mt76x02e_init_beacon_config +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x54b403e2 mt76x02_queue_rx_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x5501fed2 mt76x02_phy_set_rxpath +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x5507b3ae mt76x02_set_coverage_class +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x5a93ce43 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 0x5c85f905 mt76x02_configure_filter +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x61086549 mt76x02_mac_cc_reset +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x70cbe6c2 mt76x02_sw_scan_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x70d1edc1 mt76x02_mcu_cleanup +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x71dcb14e mt76x02_mac_write_txwi +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x73f13db5 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 0x7bd0e2ec mt76x02_init_beacon_config +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x7f526e08 mt76x02_tx_status_data +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x8971cbe1 mt76x02_sta_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x8f03532d 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 0x93c479bc mt76x02_limit_rate_power +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x98a00a95 mt76x02_phy_dfs_adjust_agc +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x9ba16a8c mt76x02_phy_adjust_vga_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xa4066867 mt76x02_phy_set_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xaa61434e mt76x02_update_beacon_iter +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xab08448c 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 0xb031e1a0 mt76x02_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xb486b7c6 mt76x02_mac_wcid_setup +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xc314be37 mt76x02_mac_reset_counters +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xc45e6878 mt76x02_mcu_msg_send +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xc869a20b mt76x02_ampdu_action +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xcdc3691c mt76x02_sta_add +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xd446fda5 mt76x02_init_debugfs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xd5c909d7 mt76x02_mac_shared_key_setup +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xd6c064c4 mt76x02_phy_set_band +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xd8a75961 mt76x02_phy_set_bw +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xdd1bc9a2 mt76x02_enqueue_buffered_bc +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xe0b18fb2 mt76x02_remove_interface +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xea20ded1 mt76x02_mac_set_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xed4d3cfb mt76x02_get_efuse_data +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xee679269 mt76x02_reconfig_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xf1368c2f mt76x02_set_ethtool_fwver +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xf665f0bd mt76x02_set_key +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xf727127c mt76x02_init_agc_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xf9c4360a mt76x02_tx_set_txpwr_auto +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0x270926c3 mt76x02u_exit_beacon_config +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0x36acc4b3 mt76x02u_mcu_fw_send_data +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0x3ad3c5fe mt76x02u_tx_prepare_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0x959d5be6 mt76x02u_init_beacon_config +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0x9897ac08 mt76x02u_mac_start +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0xa68b50d0 mt76x02u_init_mcu +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0xf6cc97f2 mt76x02u_mcu_fw_reset +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0xf8fc7109 mt76x02u_tx_complete_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x0dc5b113 mt76x2_set_sar_specs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x1d366a48 mt76x2_get_rate_power +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x440954cd mt76x2_phy_update_channel_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x56820e2a mt76x2_eeprom_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x6cd227a6 mt76x2_phy_set_txpower_regs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x7d019cee mt76x2_mcu_set_channel +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x83e369e7 mt76x2_init_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x89d75022 mt76x2_mcu_load_cr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x8fa7c7cd mt76x2_get_power_info +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x9a91a922 mt76x2_phy_set_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x9b22fdba mt76x2_mcu_init_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x9d5a62e6 mt76x2_get_temp_comp +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xa0261462 mt76x2_apply_gain_adj +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xa634cc66 mt76x2_mcu_tssi_comp +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xaf9c117e mt76x2_reset_wlan +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xb4396384 mt76x2_phy_tssi_compensate +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xbfb0f5c4 mt76x2_read_rx_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xc3812fb8 mt76x2_configure_tx_delay +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xcf9d7f6f mt76_write_mac_initvals +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xd9aa0bef mt76x2_mac_stop +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x06e56367 mt7921_queue_rx_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x178aefb5 mt7921_mac_sta_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x1f3c3527 mt7921_run_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x388733da __mt7921_start +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x3ac6082e mt7921_sta_ps +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x3dc492d7 mt7921_reset +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x407ae6b1 mt7921_mac_sta_assoc +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x5be89ac5 mt7921_usb_sdio_tx_status_data +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x68502958 mt7921_mcu_fw_pmctrl +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x693acbe9 mt7921_check_offload_capability +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x7c4f9468 mt7921_rx_check +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x900184d2 mt7921_usb_sdio_tx_complete_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x99325d78 mt7921_mac_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x9ef6690c mt7921_ops +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0xa68102f2 mt7921_stop +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0xae35251b mt7921_update_channel +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0xaf597644 mt7921_mcu_set_eeprom +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0xbb6e48fa mt7921_usb_sdio_tx_prepare_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0xc12096f8 mt7921_mac_sta_add +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0xe22c4999 mt7921_mac_sta_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0xee0894d5 mt7921_txwi_free +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0xf49f633b mt7921_mcu_drv_pmctrl +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0xf85000b3 mt7921_register_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0xfb0055dc mt7921_mcu_parse_response +EXPORT_SYMBOL_GPL drivers/net/wireless/microchip/wilc1000/wilc1000 0x2c3c1b2d chip_wakeup +EXPORT_SYMBOL_GPL drivers/net/wireless/microchip/wilc1000/wilc1000 0x63f58fab host_sleep_notify +EXPORT_SYMBOL_GPL drivers/net/wireless/microchip/wilc1000/wilc1000 0x9d705cfd host_wakeup_notify +EXPORT_SYMBOL_GPL drivers/net/wireless/microchip/wilc1000/wilc1000 0xb88e50cf wilc_handle_isr +EXPORT_SYMBOL_GPL drivers/net/wireless/microchip/wilc1000/wilc1000 0xd161b269 wilc_cfg80211_init +EXPORT_SYMBOL_GPL drivers/net/wireless/microchip/wilc1000/wilc1000 0xf298ab15 chip_allow_sleep +EXPORT_SYMBOL_GPL drivers/net/wireless/microchip/wilc1000/wilc1000 0xf42d2c5a wilc_netdev_cleanup +EXPORT_SYMBOL_GPL drivers/net/wireless/quantenna/qtnfmac/qtnfmac 0x31fab83c qtnf_chipid_to_string +EXPORT_SYMBOL_GPL drivers/net/wireless/quantenna/qtnfmac/qtnfmac 0x42806ccb qtnf_trans_handle_rx_ctl_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/quantenna/qtnfmac/qtnfmac 0x47c5daf2 qtnf_core_attach +EXPORT_SYMBOL_GPL drivers/net/wireless/quantenna/qtnfmac/qtnfmac 0x58fcb036 qtnf_get_debugfs_dir +EXPORT_SYMBOL_GPL drivers/net/wireless/quantenna/qtnfmac/qtnfmac 0x5b68314a qtnf_classify_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/quantenna/qtnfmac/qtnfmac 0xca65e2e4 qtnf_core_detach +EXPORT_SYMBOL_GPL drivers/net/wireless/quantenna/qtnfmac/qtnfmac 0xea4eb33b qtnf_wake_all_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x00de730f rt2800_vco_calibration +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x0389792b rt2800_txstatus_timeout +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x03a8b604 rt2800_sta_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x076019f7 rt2800_config_intf +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x0ebaca82 rt2800_config_shared_key +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x11f21f04 rt2800_mcu_request +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x169b0ac0 rt2800_check_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x18e5f8a1 rt2800_process_rxwi +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x1b21c0f4 rt2800_write_tx_data +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x1ea41f5e rt2800_efuse_detect +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x2012f394 rt2800_write_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x23b5cf51 rt2800_config_pairwise_key +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x26cec1d2 rt2800_get_survey +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x291dd962 rt2800_config_erp +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x475dd7c0 rt2800_set_rts_threshold +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x48737ec7 rt2800_link_tuner +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x5ee8f867 rt2800_reset_tuner +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x6064e8d6 rt2800_disable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x67a49f4f rt2800_txdone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x695822b4 rt2800_link_stats +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x6cbbbc0e rt2800_wait_wpdma_ready +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x730911a2 rt2800_get_key_seq +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x7326675e rt2800_enable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x7b2d00db rt2800_sta_add +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x808c4008 rt2800_clear_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x856252df rt2800_disable_wpdma +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x8a33cb71 rt2800_ampdu_action +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x8b2f30ee rt2800_gain_calibration +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x906fc21c rt2800_pre_reset_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x9e28e161 rt2800_txdone_nostatus +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x9fb8d3a3 rt2800_probe_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xa1396ef8 rt2800_rfkill_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xa7efc774 rt2800_read_eeprom_efuse +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xb4fa3e0f rt2800_conf_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xc55a1e44 rt2800_txstatus_pending +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xc6da7cad rt2800_load_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xca662b30 rt2800_config +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xcbb4efed rt2800_get_tsf +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xcda9f211 rt2800_txdone_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xdef26175 rt2800_config_filter +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xe139628d rt2800_wait_csr_ready +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xe8471003 rt2800_get_txwi_rxwi_size +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xeec1b688 rt2800_config_ant +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xf43e8b54 rt2800_watchdog +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x09b62fcc rt2800mmio_start_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x0a59d43d rt2800mmio_fill_rxdone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x1f31453f rt2800mmio_init_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x32ac3645 rt2800mmio_rxdone_tasklet +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 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 0x50d640dd rt2800mmio_stop_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x5367c10a 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 0x97e3c029 rt2800mmio_autowake_tasklet +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x9a3f589a rt2800mmio_get_dma_done +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x9f3c8921 rt2800mmio_txstatus_tasklet +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xa4bb2b31 rt2800mmio_init_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xaf964192 rt2800mmio_queue_init +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xb36cb142 rt2800mmio_toggle_irq +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xb75a3978 rt2800mmio_clear_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xb88371f7 rt2800mmio_write_tx_desc +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xc4e46426 rt2800mmio_kick_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xcb2ca8ca rt2800mmio_enable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xd90d659d rt2800mmio_get_txwi +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xfb5dbb07 rt2800mmio_flush_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xfbeab852 rt2800mmio_probe_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x038a4cde rt2x00mac_conf_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x0e24701d rt2x00mac_config +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x0fdb0c9c rt2x00mac_set_tim +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x157bab68 rt2x00mac_stop +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x16fca911 rt2x00lib_beacondone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x1c358a2b rt2x00queue_flush_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x2115fa74 rt2x00lib_txdone_noinfo +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x24aab853 rt2x00mac_sw_scan_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x2a8e2302 rt2x00queue_flush_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x2a8e8b0d rt2x00mac_flush +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x368d255d rt2x00mac_add_interface +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x3c074889 rt2x00mac_sw_scan_start +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x4d8222e5 rt2x00lib_txdone_nomatch +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x4fd0e5e8 rt2x00mac_set_key +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x4fea53f2 rt2x00queue_stop_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x53edfa5b rt2x00mac_get_ringparam +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x5751e634 rt2x00queue_pause_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x62b0ec20 rt2x00mac_rfkill_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x6a7f13e6 rt2x00queue_for_each_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x6a837b17 rt2x00lib_set_mac_address +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x6d5a02d1 rt2x00mac_remove_interface +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x768b8702 rt2x00mac_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x7895f041 rt2x00mac_configure_filter +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x78eae131 rt2x00lib_probe_dev +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x7acbd291 rt2x00queue_unpause_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x8b78973c rt2x00queue_unmap_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x931eda79 rt2x00queue_get_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x9c52d1cc rt2x00queue_start_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xa2782e86 rt2x00queue_start_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xa4139d92 rt2x00mac_reconfig_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xa4934009 rt2x00lib_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xaebfc299 rt2x00mac_tx_frames_pending +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xb3502182 rt2x00mac_set_antenna +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xb72fd6df rt2x00lib_dmastart +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xbc7874a7 rt2x00lib_rxdone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xbe7ef0c6 rt2x00mac_bss_info_changed +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xbee8f58f rt2x00lib_remove_dev +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xcbd7f694 rt2x00queue_stop_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xdb4a0f6d rt2x00mac_get_stats +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xdb7255cf rt2x00queue_map_txskb +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xdcbeca57 rt2x00lib_get_bssidx +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xe56b9e69 rt2x00lib_pretbtt +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xec5ac464 rt2x00lib_dmadone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xec718d4a rt2x00mac_get_antenna +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xedf4bd85 rt2x00lib_txdone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xf4bb4049 rt2x00mac_start +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xfac14d82 rt2x00lib_resume +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00mmio 0x3040b3e3 rt2x00mmio_initialize +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00mmio 0x4f8d6713 rt2x00mmio_uninitialize +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00mmio 0x83b5c542 rt2x00mmio_rxdone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00mmio 0x8f8db113 rt2x00mmio_regbusy_read +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00mmio 0xdf5a193b rt2x00mmio_flush_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00pci 0x1f60d326 rt2x00pci_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00pci 0x7fcf51f2 rt2x00pci_pm_ops +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00pci 0xd3716482 rt2x00pci_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x03a6ff85 rt2x00usb_disconnect +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x06174741 rt2x00usb_register_read_async +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x14f5637e rt2x00usb_resume +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x2261afba rt2x00usb_flush_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x28a7f73f rt2x00usb_kick_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x455cbedd rt2x00usb_clear_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x4a3e02b6 rt2x00usb_vendor_request_buff +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x4f41b6d4 rt2x00usb_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x5c4b6054 rt2x00usb_vendor_request +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x6a74c88e rt2x00usb_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x81d64470 rt2x00usb_watchdog +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x885ef47f rt2x00usb_vendor_req_buff_lock +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x8fb293e9 rt2x00usb_disable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x9a1c11ae rt2x00usb_regbusy_read +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x9badf10e rt2x00usb_initialize +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xb2c0febb rt2x00usb_uninitialize +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x4614482c dm_restorepowerindex +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x8e2d4dc2 dm_writepowerindex +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xd81a8eea dm_savepowerindex +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xfe3a0604 rtl92c_set_p2p_ps_offload_cmd +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x013c0e24 rtl8723_phy_pi_mode_switch +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x1062c13a rtl8723ae_firmware_selfreset +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x2504e1e5 rtl8723_enable_fw_download +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x2b4ec759 rtl8723_phy_save_mac_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x32017372 rtl8723_phy_reload_mac_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x32ac4686 rtl8723_phy_reload_adda_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x3f5bf9c0 rtl8723_phy_calculate_bit_shift +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x429792fa rtl8723_dm_init_edca_turbo +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x4cc0e3ed rtl8723_phy_path_a_fill_iqk_matrix +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x55536f8f rtl8723_download_fw +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x5a4f2fc9 rtl8723_write_fw +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x6756cd18 rtl8723_fw_free_to_go +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x735c99fc rtl8723_phy_mac_setting_calibration +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x77b31c5e rtl8723_dm_init_dynamic_bb_powersaving +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x7d82696f rtl8723_dm_init_dynamic_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x82c23eb8 rtl8723_phy_rf_serial_read +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 0x8bfdcd82 rtl8723_phy_path_a_standby +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x9b96e351 rtl8723_save_adda_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xa3763795 rtl8723_phy_rf_serial_write +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xac215bb0 rtl8723_phy_txpwr_idx_to_dbm +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xaeed8065 rtl8723_phy_set_bb_reg +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xb30c6cd9 rtl8723_phy_path_adda_on +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xc6d1c795 rtl8723_phy_init_bb_rf_reg_def +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xccbc22ad rtl8723_phy_query_bb_reg +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xce8923ad rtl8723be_firmware_selfreset +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xff92f517 rtl8723_cmd_send_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x08aeeb44 rtl_tx_mgmt_proc +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x1a3053ed rtl_fw_block_write +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x1f6fef67 rtl_get_hal_edca_param +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x27eb2c74 rtl_tx_ackqueue +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x2921a4d4 rtl_btc_status_false +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x2d32cdfc rtl_lps_change_work_callback +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x2e5382f9 rtl_fill_dummy +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x2f5ec91f rtl_action_proc +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x32e73aa0 rtl_is_special_data +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x3ddcb367 rtl_deinit_deferred_work +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x4c138e52 rtl_beacon_statistic +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x4e94cd48 rtl_global_var +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x51861afb rtl_init_core +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x63078e47 rtl_swlps_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x66a4a43f rtl_deinit_core +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x6b5285da rtl_tx_report_handler +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x6db3ba37 rtl_update_beacon_work_callback +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x75872581 rtl_efuse_ops_init +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x7d1d34eb rtl_lps_leave +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x88c21b74 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 0xa316aa35 rtl_p2p_info +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xa7f76389 rtl_get_hwinfo +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xb6db71cf rtl_ips_nic_on +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xba931582 rtl_fw_page_write +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xc0d4a910 read_efuse_byte +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xc356581b rtl_ops +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xc960ec71 rtl_set_tx_report +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xdbf21865 rtl_recognize_peer +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xed25869e rtl_lps_enter +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xeea6fe1d rtl_deinit_rfkill +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x0f5c3ce9 rsi_zone_enabled +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x41fe2ac1 rsi_91x_init +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x9045d870 rsi_hal_device_init +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0xc93dad62 rsi_91x_deinit +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0xcd173710 rsi_dbg +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0xea2e8756 rsi_mac80211_detach +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0xf745226f rsi_read_pkt +EXPORT_SYMBOL_GPL drivers/net/wireless/st/cw1200/cw1200_core 0x360ae616 cw1200_can_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/st/cw1200/cw1200_core 0x453c09e2 cw1200_core_release +EXPORT_SYMBOL_GPL drivers/net/wireless/st/cw1200/cw1200_core 0x46f84585 cw1200_core_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/st/cw1200/cw1200_core 0x6a4346fa cw1200_irq_handler +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wl1251/wl1251 0x1bf257d6 wl1251_init_ieee80211 +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wl1251/wl1251 0x20b158a0 wl1251_alloc_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wl1251/wl1251 0x3a0aa124 wl1251_free_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x011d5b73 wl1271_cmd_send +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x02240970 wlcore_event_inactive_sta +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x06d3b27e wl12xx_debug_level +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x0867a76f wlcore_event_dummy_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x08ea132e wlcore_event_max_tx_failure +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x0aeaef6f wlcore_event_fw_logger +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x1864a0cb wl1271_tx_min_rate_get +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x1ad80733 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 0x2ebdd3fe wlcore_event_soft_gemini_sense +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x2f5c4da6 wlcore_event_rssi_trigger +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x429ec11b wl1271_acx_init_mem_config +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x43031551 wlcore_translate_addr +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x4483b191 wlcore_disable_interrupts_nosync +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x465a1caf wlcore_event_channel_switch +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x49d087db wlcore_cmd_wait_for_event_or_timeout +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x51e243b4 wl1271_cmd_data_path +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x55f07c2b wl12xx_acx_mem_cfg +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x5b7fca6e wlcore_set_partition +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x5ff32597 wlcore_disable_interrupts +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x63a46cfa wlcore_set_scan_chan_params +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x6a5b4447 wlcore_event_sched_scan_completed +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x6e078516 wlcore_enable_interrupts +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x6ee46756 wl1271_debugfs_update_stats +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x7bf4f220 wl1271_tx_flush +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x85498cd1 wl1271_format_buffer +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x8d24d763 wlcore_free_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x9532e8fb wlcore_synchronize_interrupts +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x9faf4ef5 wlcore_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xa4a8a84d wlcore_set_key +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xa502adf6 wl1271_acx_sleep_auth +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xafd3716d wl1271_cmd_test +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xb934d3be wlcore_event_ba_rx_constraint +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xbac28565 wlcore_boot_upload_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xc1c9daef wlcore_event_beacon_loss +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xc335c1e9 wlcore_boot_run_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xc4181d57 wlcore_alloc_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xc6653781 wl1271_acx_set_ht_capabilities +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xce656f73 wlcore_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xceb3dda5 wl1271_acx_pm_config +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xd333edde wl12xx_cmd_build_probe_req +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xe4ee4631 wlcore_boot_upload_nvs +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xe76f8618 wl1271_cmd_configure +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xe9eba98d wlcore_scan_sched_scan_ssid_list +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xf1b0db30 wlcore_cmd_generic_cfg +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xffb8cccd wlcore_event_roc_complete +EXPORT_SYMBOL_GPL drivers/nfc/mei_phy 0x9c06891b mei_phy_ops +EXPORT_SYMBOL_GPL drivers/nfc/mei_phy 0xae7de9ad nfc_mei_phy_free +EXPORT_SYMBOL_GPL drivers/nfc/mei_phy 0xd826f3e5 nfc_mei_phy_alloc +EXPORT_SYMBOL_GPL drivers/nfc/nfcmrvl/nfcmrvl 0x24c7f531 nfcmrvl_nci_recv_frame +EXPORT_SYMBOL_GPL drivers/nfc/nfcmrvl/nfcmrvl 0x6d9a3b50 nfcmrvl_parse_dt +EXPORT_SYMBOL_GPL drivers/nfc/nfcmrvl/nfcmrvl 0x7ae30538 nfcmrvl_nci_unregister_dev +EXPORT_SYMBOL_GPL drivers/nfc/nfcmrvl/nfcmrvl 0xb7677517 nfcmrvl_nci_register_dev +EXPORT_SYMBOL_GPL drivers/nfc/pn533/pn533 0x04f5e404 pn53x_register_nfc +EXPORT_SYMBOL_GPL drivers/nfc/pn533/pn533 0x58cf5db1 pn532_i2c_nfc_alloc +EXPORT_SYMBOL_GPL drivers/nfc/pn533/pn533 0x744d7002 pn533_rx_frame_is_cmd_response +EXPORT_SYMBOL_GPL drivers/nfc/pn533/pn533 0x845d4d3a pn533_finalize_setup +EXPORT_SYMBOL_GPL drivers/nfc/pn533/pn533 0xa8b91d89 pn53x_unregister_nfc +EXPORT_SYMBOL_GPL drivers/nfc/pn533/pn533 0xcf289685 pn53x_common_clean +EXPORT_SYMBOL_GPL drivers/nfc/pn533/pn533 0xdecfd339 pn533_rx_frame_is_ack +EXPORT_SYMBOL_GPL drivers/nfc/pn533/pn533 0xec9cbb53 pn53x_common_init +EXPORT_SYMBOL_GPL drivers/nfc/st-nci/st-nci 0x5a41a933 st_nci_discover_se +EXPORT_SYMBOL_GPL drivers/nfc/st-nci/st-nci 0x7ff8c98e st_nci_enable_se +EXPORT_SYMBOL_GPL drivers/nfc/st-nci/st-nci 0x9233d654 st_nci_disable_se +EXPORT_SYMBOL_GPL drivers/nfc/st-nci/st-nci 0x969fe827 st_nci_hci_event_received +EXPORT_SYMBOL_GPL drivers/nfc/st-nci/st-nci 0x9f72477f st_nci_hci_load_session +EXPORT_SYMBOL_GPL drivers/nfc/st-nci/st-nci 0xa88e8632 st_nci_probe +EXPORT_SYMBOL_GPL drivers/nfc/st-nci/st-nci 0xc0b56016 st_nci_hci_cmd_received +EXPORT_SYMBOL_GPL drivers/nfc/st-nci/st-nci 0xfa58e289 st_nci_remove +EXPORT_SYMBOL_GPL drivers/nfc/st95hf/st95hf 0x5930fe94 st95hf_spi_recv_response +EXPORT_SYMBOL_GPL drivers/nfc/st95hf/st95hf 0xb86199a4 st95hf_spi_recv_echo_res +EXPORT_SYMBOL_GPL drivers/nfc/st95hf/st95hf 0xc976e11c st95hf_spi_send +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0x0862001f ntb_transport_tx_free_entry +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0x280d885d 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 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 0xd1ae1297 ntb_transport_register_client +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0xd40e7a02 ntb_transport_rx_enqueue +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0xed88e8a3 ntb_transport_unregister_client +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0xf55d6313 ntb_transport_register_client_dev +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0xf9eb813f ntb_transport_unregister_client_dev +EXPORT_SYMBOL_GPL drivers/nvdimm/nd_virtio 0x23e1fd00 virtio_pmem_host_ack +EXPORT_SYMBOL_GPL drivers/nvdimm/nd_virtio 0xa29bd1bb async_pmem_flush +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0x01850555 nvme_auth_generate_key +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0x08ccac22 nvme_auth_gen_pubkey +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0x1d3b270f nvme_auth_transform_key +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0x22e5d1de nvme_auth_augmented_challenge +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0x399d9ac8 nvme_auth_hmac_hash_len +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0x3f6083ff nvme_auth_gen_privkey +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0x51873876 nvme_auth_get_seqnum +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0x674c5bc1 nvme_auth_hmac_name +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0x6adadbb4 nvme_auth_free_key +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0x6e91ee1b nvme_auth_digest_name +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0x780989d1 nvme_auth_dhgroup_id +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0x9070925e nvme_auth_extract_key +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0xa0d75430 nvme_auth_gen_shared_secret +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0xc9bb48ac nvme_auth_dhgroup_name +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0xcb39603c nvme_auth_hmac_id +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0xf0ccf2d4 nvme_auth_dhgroup_kpp +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x049da80a nvme_cleanup_cmd +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x04cc923a nvme_start_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x1584c694 nvme_change_ctrl_state +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x1892c5b1 nvme_init_request +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x1b060307 nvme_delete_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x1ec7790e nvme_cancel_request +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x1fe888fe nvme_start_freeze +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x22b1a2a8 nvme_sync_queues +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x22d325eb nvme_unquiesce_admin_queue +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x254f1395 __traceiter_nvme_sq +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x2a089b9d nvme_reset_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x2bef7471 nvme_remove_io_tag_set +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x326c9958 nvme_auth_stop +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x3bf2393a __SCT__tp_func_nvme_sq +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x3d8ba582 nvme_auth_init_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x4331db7b nvme_stop_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x49224181 nvme_reset_wq +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x4a1a3555 nvme_cancel_admin_tagset +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x4b2a9c88 nvme_complete_batch_req +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x4ed67873 nvme_get_features +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x578d9ccc __nvme_submit_sync_cmd +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x5b8af220 nvme_set_queue_count +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x5c3a71d4 __SCK__tp_func_nvme_sq +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x64b62862 nvme_wq +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x662c26ad nvme_wait_freeze +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x67dfb54f nvme_dev_attrs_group +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x6b4e69e8 nvme_host_path_error +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x6b7aa1a7 nvme_enable_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x6c06c15e nvme_init_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x73e16d4c nvme_complete_rq +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x765cc327 nvme_submit_sync_cmd +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x78d94d94 nvme_mpath_start_request +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x7f39e6ba nvme_auth_free +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x813cf212 nvme_io_timeout +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x8c4dab23 nvme_disable_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x90bc7873 __tracepoint_nvme_sq +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x90df20ac nvme_auth_wait +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x9295d0f4 nvme_cancel_tagset +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x944f7de1 nvme_alloc_io_tag_set +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x981c516c nvme_remove_admin_tag_set +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x9cf51e51 nvme_wait_freeze_timeout +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xb127911f nvme_uninit_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xb4dcedad nvme_mark_namespaces_dead +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xb5a66829 __nvme_check_ready +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xb62caa1c nvme_unquiesce_io_queues +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xb7bd62b6 nvme_complete_async_event +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xb833406d nvme_auth_negotiate +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xb98b7eb0 nvme_stop_keep_alive +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xbcb2cc4a nvme_alloc_admin_tag_set +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xbf397a15 nvme_remove_namespaces +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xc0b0d3a4 nvme_init_ctrl_finish +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xc10db378 nvme_wait_reset +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xc67a7839 nvme_unfreeze +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xca871227 nvme_set_features +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xd24afcd1 nvme_quiesce_io_queues +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xd45434ee admin_timeout +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xd58bbbcb nvme_delete_wq +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xd6d8e5f6 nvme_sync_io_queues +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xde8f1c4f nvme_quiesce_admin_queue +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xecf04852 nvme_fail_nonready_command +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xef564202 nvme_setup_cmd +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xf99effcf nvme_try_sched_reset +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x0f9f60c8 nvmf_should_reconnect +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x10880b8a nvmf_connect_io_queue +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x2a70a12e nvmf_unregister_transport +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x7498de97 nvmf_free_options +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x9d9d1f97 nvmf_reg_read64 +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x9f8d1854 nvmf_get_address +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0xbbc26410 nvmf_reg_read32 +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0xbc30b0e9 nvmf_register_transport +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0xc4382651 nvmf_reg_write32 +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0xd79fc93a nvmf_ip_options_match +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0xda0f5eae nvmf_connect_admin_queue +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fc 0x0d12e564 nvme_fc_register_remoteport +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fc 0x21e609f7 nvme_fc_io_getuuid +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 0xf1851313 nvme_fc_register_localport +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fc 0xfca9dc99 nvme_fc_unregister_remoteport +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x17809f5c nvmet_register_transport +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x1e27f727 nvmet_req_complete +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x32f6c880 nvmet_req_alloc_sgls +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x39e0c733 nvmet_check_transfer_len +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x3e0ef07a nvmet_wq +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x69c655b8 nvmet_req_free_sgls +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x8e016bfb nvmet_unregister_transport +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x9213e2ce nvmet_sq_destroy +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0xa4ce0faf nvmet_ctrl_fatal_error +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0xa6472b6e nvmet_req_uninit +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0xd0451786 nvmet_req_init +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0xd095aa4d 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 0x52496800 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 0x8faaa414 switchtec_class +EXPORT_SYMBOL_GPL drivers/pinctrl/pinctrl-mcp23s08 0x02f500eb mcp23x08_regmap +EXPORT_SYMBOL_GPL drivers/pinctrl/pinctrl-mcp23s08 0x328ea404 mcp23x17_regmap +EXPORT_SYMBOL_GPL drivers/pinctrl/pinctrl-mcp23s08 0xa03f51f6 mcp23s08_probe_one +EXPORT_SYMBOL_GPL drivers/platform/chrome/cros-ec-sensorhub 0x3f5dbab7 cros_ec_sensorhub_register_push_data +EXPORT_SYMBOL_GPL drivers/platform/chrome/cros-ec-sensorhub 0x601773c2 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 0x1510cade 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 0x0feb2cc9 ssam_bus_type +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x141965c5 ssh_packet_put +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x1976ac39 ssam_device_remove +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x26df0a3d ssam_notifier_register +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x32dbab0d ssam_device_type +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x43aed041 ssam_device_driver_unregister +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x43e1d4e2 ssam_controller_device +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x6139dce8 ssam_request_write_data +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x6ffce693 ssam_device_alloc +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x73c3ce04 ssam_device_get_match_data +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x787626c6 ssam_controller_stateunlock +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x7e504c9e ssam_request_sync_submit +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x8cb43aef ssam_request_sync_init +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x8d80d464 ssam_client_link +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x9939a85d ssam_request_sync +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xa7a0b97e ssam_device_add +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xaa90d007 __ssam_register_clients +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xb4357efd ssam_controller_event_enable +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xb63831b9 ssam_client_bind +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xc0d02c0a ssam_request_sync_with_buffer +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xc2bd582d ssam_device_id_match +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xc49b91bb ssh_packet_get +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xc81d5bcd ssam_request_sync_free +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xd85a4932 ssam_request_sync_alloc +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xd925512c ssam_controller_event_disable +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xe0ce8152 __ssam_device_driver_register +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xe24f06e0 ssam_controller_statelock +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xe5b324ae ssam_remove_clients +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xe8df18bb ssam_controller_get +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xf049ca32 ssam_controller_put +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xf876a859 __ssam_notifier_unregister +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xfb9a5f42 ssam_device_get_match +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xfc0a6e76 ssam_get_controller +EXPORT_SYMBOL_GPL drivers/platform/surface/surface_acpi_notify 0x310a8b24 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 0xb90a3c70 asus_wmi_register_driver +EXPORT_SYMBOL_GPL drivers/platform/x86/asus-wmi 0xe807e4da 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 0x1996c99b dell_smbios_unregister_device +EXPORT_SYMBOL_GPL drivers/platform/x86/dell/dell-smbios 0x1b0b3141 dell_laptop_register_notifier +EXPORT_SYMBOL_GPL drivers/platform/x86/dell/dell-smbios 0x31c8a3c6 dell_smbios_register_device +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 0x9fe17af7 dell_smbios_call_filter +EXPORT_SYMBOL_GPL drivers/platform/x86/dell/dell-smbios 0xb9400dbf dell_laptop_call_notifier +EXPORT_SYMBOL_GPL drivers/platform/x86/dell/dell-smbios 0xc2871e79 dell_smbios_error +EXPORT_SYMBOL_GPL drivers/platform/x86/dell/dell-smbios 0xd6c6b12d dell_laptop_unregister_notifier +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 0x26da978a 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/pmt/pmt_class 0xbb728f8d intel_pmt_dev_create +EXPORT_SYMBOL_GPL drivers/platform/x86/intel/pmt/pmt_class 0xe63fe42c intel_pmt_dev_destroy +EXPORT_SYMBOL_GPL drivers/platform/x86/intel/pmt/pmt_class 0xefbf8da0 intel_pmt_is_early_client_hw +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 0x1a12f5ed isst_if_get_pci_dev +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 0xd5d006ac 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 0x2f552adc 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 0xaba842fe wmi_query_block +EXPORT_SYMBOL_GPL drivers/platform/x86/wmi 0xaf591d89 set_required_buffer_size +EXPORT_SYMBOL_GPL drivers/platform/x86/wmi 0xb8a0362b wmidev_evaluate_method +EXPORT_SYMBOL_GPL drivers/platform/x86/wmi 0xc9d4d6d1 wmi_has_guid +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 0x2af8bbcb bq27xxx_battery_update +EXPORT_SYMBOL_GPL drivers/power/supply/bq27xxx_battery 0x4a757ca5 bq27xxx_battery_setup +EXPORT_SYMBOL_GPL drivers/power/supply/bq27xxx_battery 0xef9d541b bq27xxx_battery_teardown +EXPORT_SYMBOL_GPL drivers/power/supply/pcf50633-charger 0xa334b595 pcf50633_mbc_get_usb_online_status +EXPORT_SYMBOL_GPL drivers/power/supply/pcf50633-charger 0xe92a58f0 pcf50633_mbc_get_status +EXPORT_SYMBOL_GPL drivers/power/supply/pcf50633-charger 0xffae3aa2 pcf50633_mbc_usb_curlim_set +EXPORT_SYMBOL_GPL drivers/powercap/intel_rapl_common 0x27a85e8a rapl_remove_package +EXPORT_SYMBOL_GPL drivers/powercap/intel_rapl_common 0xac1975cc rapl_find_package_domain +EXPORT_SYMBOL_GPL drivers/powercap/intel_rapl_common 0xbcab35f2 rapl_add_package +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0x3dc1a749 mc13xxx_regulator_ops +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0x4406a163 mc13xxx_fixed_regulator_ops +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0x4f64b2c6 mc13xxx_fixed_regulator_set_voltage +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0x00ed052d wm8350_register_led +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0x14566d9d wm8350_dcdc_set_slot +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0x283f4236 wm8350_ldo_set_slot +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0x47c2ceb9 wm8350_dcdc25_set_mode +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0x85330c7f wm8350_isink_set_flash +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0xdfab4ba4 wm8350_register_regulator +EXPORT_SYMBOL_GPL drivers/regulator/wm8400-regulator 0x4d1d4cb5 wm8400_register_regulator +EXPORT_SYMBOL_GPL drivers/rpmsg/qcom_glink 0x149236da qcom_glink_native_remove +EXPORT_SYMBOL_GPL drivers/rpmsg/qcom_glink 0xabcfd26c qcom_glink_native_probe +EXPORT_SYMBOL_GPL drivers/rpmsg/qcom_glink 0xf14f5684 qcom_glink_ssr_notify +EXPORT_SYMBOL_GPL drivers/rpmsg/qcom_glink 0xfd2d5a1d qcom_glink_native_unregister +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x0237fdcd cxgbi_cleanup_task +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x043d8bf7 cxgbi_device_portmap_create +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x09fc4848 cxgbi_hbas_remove +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x12668cd5 cxgbi_get_ep_param +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x15764b8f cxgbi_ep_poll +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x24d0d187 cxgbi_sock_check_wr_invariants +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x2a264adf cxgbi_device_portmap_cleanup +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x2cade0c1 cxgbi_sock_select_mss +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x305bb42a cxgbi_conn_xmit_pdu +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x36526a05 cxgbi_conn_alloc_pdu +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x37a57f3b cxgbi_ep_disconnect +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x384e39eb cxgbi_set_host_param +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x42016e74 cxgbi_device_find_by_netdev_rcu +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x4cf78568 cxgbi_conn_tx_open +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x5330bf33 cxgbi_sock_act_open_req_arp_failure +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x66eca2b4 cxgbi_sock_purge_wr_queue +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x6c419c63 cxgbi_set_conn_param +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x6ceffe7d cxgbi_conn_init_pdu +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x734cd57a cxgbi_sock_closed +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x74203b54 cxgbi_sock_skb_entail +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x79b6f801 cxgbi_parse_pdu_itt +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x79ef3d87 cxgbi_ddp_ppm_setup +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x7b0c47c1 cxgbi_get_conn_stats +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x7fdb6004 cxgbi_device_unregister_all +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x811b02d9 cxgbi_iscsi_cleanup +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x82942f5e cxgbi_iscsi_init +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x8319f739 cxgbi_ddp_set_one_ppod +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x8a527cb6 cxgbi_sock_rcv_peer_close +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x9019205f cxgbi_conn_pdu_ready +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x9410a186 cxgbi_device_find_by_lldev +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x9776af3f cxgbi_create_conn +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xa40a3979 cxgbi_sock_rcv_wr_ack +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xaaa73100 cxgbi_sock_rcv_abort_rpl +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xbc68c18a cxgbi_device_find_by_netdev +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xbe18007a cxgbi_hbas_add +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xc46c355f cxgbi_destroy_session +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xc5cceeb9 cxgbi_sock_rcv_close_conn_rpl +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xc927ad94 cxgbi_bind_conn +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xc9a229f7 cxgbi_create_session +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xcd70977b cxgbi_get_host_param +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xd63ca588 cxgbi_ep_connect +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xde3a191f cxgbi_sock_fail_act_open +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xde91821a cxgbi_device_register +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xe0ec1431 cxgbi_device_unregister +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xecd5c76c cxgbi_sock_established +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xeda62912 cxgbi_sock_free_cpl_skbs +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xef346615 cxgbi_attr_is_visible +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x10c3947c fcoe_fc_crc +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x1a931e47 fcoe_check_wait_queue +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x574d0bea fcoe_start_io +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x5fdbc66e fcoe_ctlr_get_lesb +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x71434964 fcoe_get_lesb +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x7a9c1b86 fcoe_validate_vport_create +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x7ed682e9 fcoe_link_speed_update +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x92d51448 fcoe_clean_pending_queue +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x95c44938 fcoe_fcf_device_delete +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x9894e89e fcoe_fcf_device_add +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xb5b9d509 fcoe_get_paged_crc_eof +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xbac58840 fcoe_queue_timer +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xbcdb0171 fcoe_ctlr_device_delete +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xc3f30cc0 fcoe_wwn_from_mac +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xdd768bef fcoe_ctlr_device_add +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xf0d79c9d __fcoe_get_lesb +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xf167cb7a fcoe_wwn_to_str +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xf90e83f5 fcoe_libfc_config +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xfdcf77e3 fcoe_get_wwn +EXPORT_SYMBOL_GPL drivers/scsi/fdomain 0xd4ec4a2e fdomain_create +EXPORT_SYMBOL_GPL drivers/scsi/fdomain 0xee82f9cf fdomain_destroy +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x0e54a151 iscsi_boot_destroy_kset +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x1a9ee4a2 iscsi_boot_create_kset +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x29812fa6 iscsi_boot_create_host_kset +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x6a2ac6af iscsi_boot_create_ethernet +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0xd5869511 iscsi_boot_create_target +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0xf3f870b7 iscsi_boot_create_initiator +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0xfb962e9b iscsi_boot_create_acpitbl +EXPORT_SYMBOL_GPL drivers/scsi/libfc/libfc 0x5b449075 fc_seq_els_rsp_send +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x105276e4 iscsi_host_get_max_scsi_cmds +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x12b2ad06 iscsi_switch_str_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x1392021f iscsi_host_get_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x17f69d81 iscsi_conn_send_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x21232bec iscsi_itt_to_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x232dd72f iscsi_session_free +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x25541d80 iscsi_eh_recover_target +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x2707d802 iscsi_put_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x272d4a16 iscsi_session_recovery_timedout +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x313b1b9a iscsi_suspend_rx +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x35df8fea iscsi_session_setup +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x3a8469e7 iscsi_conn_start +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x3bef2f73 iscsi_pool_init +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x3c6c4b35 iscsi_complete_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x3e8677c4 iscsi_prep_data_out_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x50dc3858 iscsi_suspend_tx +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x520a2943 iscsi_host_remove +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x5d3d0b60 iscsi_host_add +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x5e241e3f iscsi_session_failure +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x6734df90 iscsi_session_remove +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x6ef01349 iscsi_host_free +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x73510bef iscsi_requeue_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x7ae27445 iscsi_complete_scsi_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x8127fcb3 iscsi_conn_teardown +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x85e308bd iscsi_itt_to_ctask +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x874894e6 iscsi_target_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x893b87d1 iscsi_session_teardown +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x8b1b241b iscsi_conn_setup +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x8c18e04b iscsi_suspend_queue +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x8d303b1b iscsi_pool_free +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x8d537313 iscsi_eh_abort +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x93a64697 iscsi_update_cmdsn +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x9dd1b778 iscsi_conn_queue_recv +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xa18d3a15 iscsi_conn_bind +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xa3b42b6a iscsi_session_get_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xa546e716 iscsi_eh_session_reset +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xa6da8e17 __iscsi_put_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xad843ff4 iscsi_conn_queue_xmit +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xb0c7940b iscsi_conn_unbind +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xb877bb6a iscsi_conn_failure +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xc46ae4a8 iscsi_get_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xca0a0ed7 iscsi_eh_device_reset +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xd596c5ca iscsi_host_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xe1b9e0fc iscsi_conn_stop +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xe3d990a6 iscsi_conn_get_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xe5486e16 __iscsi_complete_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xe9232e58 iscsi_queuecommand +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xeab9cbd5 iscsi_conn_get_addr_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xf16f93f2 iscsi_eh_cmd_timed_out +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xf22733a1 iscsi_host_set_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xfa12d772 iscsi_set_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xfcefb704 iscsi_verify_itt +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x1f6dda78 iscsi_tcp_recv_segment_is_hdr +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x321dbc8e iscsi_tcp_segment_unmap +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x366548db iscsi_tcp_recv_skb +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x3d3d6f71 iscsi_tcp_task_xmit +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x4898211c iscsi_segment_init_linear +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x574f978e iscsi_tcp_set_max_r2t +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x5953ce88 iscsi_tcp_cleanup_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x65a64e1e iscsi_tcp_conn_get_stats +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x81623e20 iscsi_tcp_r2tpool_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x8b67b5db iscsi_segment_seek_sg +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xa6a19fa4 iscsi_tcp_r2tpool_free +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xaf0e442a iscsi_tcp_dgst_header +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xb3bf240b iscsi_tcp_conn_setup +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xbdb3ee92 iscsi_tcp_conn_teardown +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xd5ceb939 iscsi_tcp_hdr_recv_prep +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xfc140165 iscsi_tcp_task_init +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xff2464ab iscsi_tcp_segment_done +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x021689d7 sas_task_abort +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x04942176 sas_ioctl +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x1c124b50 sas_eh_abort_handler +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x1fa789ab sas_clear_task_set +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x2233d8ad sas_phy_reset +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x25efc535 sas_change_queue_depth +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x310761fe sas_slave_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x312c3d3e sas_request_addr +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x348b663b sas_notify_phy_event +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x3569ff11 dev_attr_phy_event_threshold +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x3dbe1eba sas_register_ha +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x3e858b5c sas_execute_internal_abort_single +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x4613d06f sas_unregister_ha +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x4a21dcfa sas_target_destroy +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x4f9ab381 sas_domain_attach_transport +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x51bef3a1 sas_eh_device_reset_handler +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x557aed97 sas_slave_configure +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x7c855a55 sas_execute_ata_cmd +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x7f4cafcd sas_abort_task +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x8c611a10 sas_bios_param +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x8c666767 sas_queuecommand +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x9b1ecefe smp_ata_check_ready_type +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x9fee2884 sas_eh_target_reset_handler +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xac8a3569 sas_ata_schedule_reset +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xbec8ce10 sas_execute_internal_abort_dev +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xc819aaa8 sas_phy_enable +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xc8b04490 sas_ssp_task_response +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xd39badde sas_query_task +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xd977c20e sas_get_local_phy +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xda69c2db sas_lu_reset +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xdd8e5581 sas_abort_task_set +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xdfbce4d8 sas_drain_work +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xe3f297a8 sas_target_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xe7b10889 sas_ata_device_link_abort +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xefc59b0e sas_find_attached_phy_id +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xf5fdaee7 sas_notify_port_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_fc 0xd442d122 fc_eh_should_retry_cmd +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x021e5f1d iscsi_destroy_iface +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x12ca3d53 iscsi_create_flashnode_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x15dc8bab __SCT__tp_func_iscsi_dbg_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x17b395be iscsi_remove_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x1b12dd6d iscsi_free_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x1c23d695 iscsi_force_destroy_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x335708c7 iscsi_recv_pdu +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x341c5a1e iscsi_block_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x38624159 iscsi_is_session_online +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x3c5e01db __traceiter_iscsi_dbg_eh +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x4d92f3d0 iscsi_flashnode_bus_match +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x4f73aab7 iscsi_block_scsi_eh +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x50bddbf4 iscsi_create_endpoint +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x52575134 __SCT__tp_func_iscsi_dbg_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x56fa16cb iscsi_find_flashnode_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x57b27504 iscsi_conn_error_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x5c568c8f iscsi_ping_comp_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x619c6717 iscsi_conn_login_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x698d22ac 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 0x6a3f6d37 __tracepoint_iscsi_dbg_sw_tcp +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x6a75d972 iscsi_alloc_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x6eb52eb4 iscsi_create_flashnode_sess +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x71466685 iscsi_get_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x71c46fa7 iscsi_post_host_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x7589a73f __tracepoint_iscsi_dbg_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x7739def3 iscsi_get_port_speed_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x7d119576 iscsi_get_port_state_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x81323de8 iscsi_is_session_dev +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x84a005f1 iscsi_get_router_state_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x8b90ab0a iscsi_alloc_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x8c226eb0 iscsi_unregister_transport +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xa6af65e4 __traceiter_iscsi_dbg_tcp +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xa8c4b5e1 __SCT__tp_func_iscsi_dbg_tcp +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xab417619 __SCK__tp_func_iscsi_dbg_eh +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xb132b640 iscsi_session_chkready +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xb40ebf30 iscsi_destroy_endpoint +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xbc071179 iscsi_get_ipaddress_state_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xbd9dfb64 __tracepoint_iscsi_dbg_eh +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xc0e87418 iscsi_offload_mesg +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xc2386ed8 iscsi_add_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xc2a42167 __tracepoint_iscsi_dbg_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xc34532db iscsi_destroy_all_flashnode +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xc3dea2e7 __SCK__tp_func_iscsi_dbg_sw_tcp +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xcb3ccf9d __SCK__tp_func_iscsi_dbg_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xce519b1c iscsi_create_iface +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xcfb39daa iscsi_dbg_trace +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xd0a52aba iscsi_lookup_endpoint +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xd22e10fa __traceiter_iscsi_dbg_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xd3e7a4bc __SCK__tp_func_iscsi_dbg_tcp +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xd7a67f7f iscsi_add_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xdafd1681 __traceiter_iscsi_dbg_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 0xe07f4e1a __traceiter_iscsi_dbg_sw_tcp +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xe22cd496 iscsi_create_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xe2c8e76e iscsi_find_flashnode_sess +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xe7ae45af iscsi_destroy_flashnode_sess +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xe9460d9d iscsi_put_endpoint +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xea00319f iscsi_remove_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xf3f39424 __SCK__tp_func_iscsi_dbg_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xf5bad300 iscsi_unblock_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xf62bc52a iscsi_put_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xf7e749fb __SCT__tp_func_iscsi_dbg_eh +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xfb01dfb2 iscsi_session_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xfd4575b0 __tracepoint_iscsi_dbg_tcp +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xffe83d3f iscsi_host_for_each_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0x2cc44afd sas_tlr_supported +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0x6bdf0580 sas_is_tlr_enabled +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0x6d4d3c1f sas_disable_tlr +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0xe7d117e1 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 0xbf8669b0 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 0x47849550 srp_remove_host +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0x91878392 srp_release_transport +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0x98fa613c srp_attach_transport +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0xa46a5a5e srp_stop_rport_timers +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0xbba21502 srp_rport_add +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0xe939cf7c srp_rport_del +EXPORT_SYMBOL_GPL drivers/siox/siox-core 0x3b6990f4 siox_master_register +EXPORT_SYMBOL_GPL drivers/siox/siox-core 0x85e42d4e siox_master_unregister +EXPORT_SYMBOL_GPL drivers/siox/siox-core 0x86434546 __siox_driver_register +EXPORT_SYMBOL_GPL drivers/siox/siox-core 0x8d838344 siox_device_synced +EXPORT_SYMBOL_GPL drivers/siox/siox-core 0xe44f3c00 siox_master_alloc +EXPORT_SYMBOL_GPL drivers/siox/siox-core 0xeb06c2f1 siox_device_connected +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x10c0350d slim_write +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x17e4789a slim_register_controller +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x2335ee37 slim_get_logical_addr +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x2d152037 slim_stream_free +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x36b09271 slim_ctrl_clk_pause +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x3c30308d slim_xfer_msg +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x3dc8dcd2 slim_stream_disable +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x430a8183 slim_do_transfer +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x52593437 slim_device_report_present +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x5e389a0d slim_stream_prepare +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x7cb4dee4 slim_unregister_controller +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x7dc3d8f1 slim_get_device +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x82c48d7f slim_writeb +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x83bb3a54 __slim_driver_register +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x8868afd5 slim_stream_enable +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x95f570ec slim_read +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xa3427ae8 slim_readb +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xa6accca8 slim_report_absent +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xa8a70912 slim_stream_allocate +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xb59e7891 slim_free_txn_tid +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xb7a6c405 slimbus_bus +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xbd0da4d1 slim_alloc_txn_tid +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xc23de88a of_slim_get_device +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xc35e8d17 slim_driver_unregister +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xe5c5a878 slim_stream_unprepare +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xe6d48753 slim_msg_response +EXPORT_SYMBOL_GPL drivers/soundwire/soundwire-bus 0x3ea3bd48 sdw_unregister_driver +EXPORT_SYMBOL_GPL drivers/soundwire/soundwire-bus 0xa6970df8 __sdw_register_driver +EXPORT_SYMBOL_GPL drivers/soundwire/soundwire-bus 0xb9dd0f72 sdw_bus_type +EXPORT_SYMBOL_GPL drivers/soundwire/soundwire-cadence 0x3eac92d8 sdw_cdns_debugfs_init +EXPORT_SYMBOL_GPL drivers/spi/spi-altera-core 0xaacd02da altera_spi_init_master +EXPORT_SYMBOL_GPL drivers/spi/spi-altera-core 0xb9edd149 altera_spi_irq +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0x24a0f420 spi_bitbang_cleanup +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0x393085b2 spi_bitbang_setup +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0x3df09a3f spi_bitbang_start +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0x48acf275 spi_bitbang_setup_transfer +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0x99ad864b spi_bitbang_init +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0xada1d5d7 spi_bitbang_stop +EXPORT_SYMBOL_GPL drivers/spi/spi-intel 0x145b979c intel_spi_probe +EXPORT_SYMBOL_GPL drivers/spi/spi-loopback-test 0x270e1155 spi_test_run_test +EXPORT_SYMBOL_GPL drivers/spi/spi-loopback-test 0x3fb1d411 spi_test_run_tests +EXPORT_SYMBOL_GPL drivers/spi/spi-loopback-test 0xf6a0f8ef spi_test_execute_msg +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x06daabbf spmi_device_remove +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x082e236d spmi_ext_register_readl +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x18eb2549 spmi_device_alloc +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x2233afc6 spmi_controller_add +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x396717c3 spmi_ext_register_writel +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x3ac66522 spmi_register_read +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x6c9e157b spmi_controller_remove +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x99352c82 spmi_command_sleep +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x9f77bc33 spmi_command_wakeup +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xa415c812 spmi_device_add +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xab7395c1 spmi_command_reset +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xac52a500 spmi_register_zero_write +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xb495cbab spmi_register_write +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xb64186d2 spmi_ext_register_read +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xd1d16549 spmi_command_shutdown +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xd40b6849 __spmi_driver_register +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xe69847e1 spmi_ext_register_write +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xf054d8a8 spmi_device_from_of +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xff0eccd3 spmi_controller_alloc +EXPORT_SYMBOL_GPL drivers/ssb/ssb 0x35c9f4a7 ssb_pmu_spuravoid_pllupdate +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/fieldbus_dev 0x6363f305 fieldbus_dev_register +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/fieldbus_dev 0x6e33d258 fieldbus_dev_unregister +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/fieldbus_dev 0x965c67ce fieldbus_dev_area_updated +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/fieldbus_dev 0xd8159f7b fieldbus_dev_online_changed +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0x103d1d92 gb_audio_apbridgea_stop_tx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0x29f6a75c gb_audio_apbridgea_unregister_cport +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0x2f29d140 gb_audio_apbridgea_set_tx_data_size +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0x4642e9bd gb_audio_apbridgea_register_cport +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0x4a6a7fdb gb_audio_apbridgea_prepare_tx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0x6c5a5b42 gb_audio_apbridgea_shutdown_tx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0x8ef63fe7 gb_audio_apbridgea_set_config +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0x9b33f400 gb_audio_apbridgea_stop_rx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0xa8af5c67 gb_audio_apbridgea_start_tx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0xb21bb88f gb_audio_apbridgea_set_rx_data_size +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0xc1649649 gb_audio_apbridgea_prepare_rx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0xe754b2d0 gb_audio_apbridgea_shutdown_rx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0xf5aea474 gb_audio_apbridgea_start_rx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0x0c312eb9 gb_audio_gb_deactivate_rx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0x18205536 gb_audio_gb_set_pcm +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0x198985eb gb_audio_gb_get_topology +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0x20d4a739 gb_audio_gb_set_control +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0x279c0a6b gb_audio_gb_set_tx_data_size +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0x33eb2ca2 gb_audio_gb_activate_rx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0x626b4152 gb_audio_gb_disable_widget +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0x64213d06 gb_audio_gb_get_control +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0x8dd156c3 gb_audio_gb_deactivate_tx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0x912bec51 gb_audio_gb_get_pcm +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0xb20b54d8 gb_audio_gb_activate_tx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0xb7ce892c gb_audio_gb_set_rx_data_size +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0xe7f32964 gb_audio_gb_enable_widget +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-manager 0x19e9e6b1 gb_audio_manager_remove_all +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-manager 0x32e6391e gb_audio_manager_remove +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-manager 0x3e690732 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 0xacb7092c gb_audio_manager_get_module +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-manager 0xaeac8ca2 gb_audio_manager_dump_module +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-gbphy 0x2207bfb1 gb_gbphy_register_driver +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-gbphy 0x26eff825 gb_gbphy_deregister_driver +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-spilib 0x943b8968 gb_spilib_master_exit +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-spilib 0xfb0043ea gb_spilib_master_init +EXPORT_SYMBOL_GPL drivers/staging/iio/addac/adt7316 0x960719e2 adt7316_pm_ops +EXPORT_SYMBOL_GPL drivers/target/target_core_mod 0x2b9b3376 target_stop_cmd_counter +EXPORT_SYMBOL_GPL drivers/target/target_core_mod 0x3512e448 target_submit +EXPORT_SYMBOL_GPL drivers/target/target_core_mod 0x5d24150b target_free_cmd_counter +EXPORT_SYMBOL_GPL drivers/target/target_core_mod 0x6bbd377a target_submit_prep +EXPORT_SYMBOL_GPL drivers/target/target_core_mod 0xa15877de 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 0xf13d811d target_queue_submission +EXPORT_SYMBOL_GPL drivers/tee/tee 0x0223569a tee_client_get_version +EXPORT_SYMBOL_GPL drivers/tee/tee 0x1362fc22 tee_shm_register_kernel_buf +EXPORT_SYMBOL_GPL drivers/tee/tee 0x25e05af8 tee_client_close_context +EXPORT_SYMBOL_GPL drivers/tee/tee 0x421534bc tee_shm_alloc_priv_buf +EXPORT_SYMBOL_GPL drivers/tee/tee 0x44b4c004 tee_device_register +EXPORT_SYMBOL_GPL drivers/tee/tee 0x62b52b79 tee_shm_free +EXPORT_SYMBOL_GPL drivers/tee/tee 0x6474edf9 teedev_open +EXPORT_SYMBOL_GPL drivers/tee/tee 0x6b2bd766 tee_device_unregister +EXPORT_SYMBOL_GPL drivers/tee/tee 0x6f8d0395 teedev_close_context +EXPORT_SYMBOL_GPL drivers/tee/tee 0x785af631 tee_client_open_session +EXPORT_SYMBOL_GPL drivers/tee/tee 0x79718002 tee_get_drvdata +EXPORT_SYMBOL_GPL drivers/tee/tee 0x7fd57dec tee_shm_get_pa +EXPORT_SYMBOL_GPL drivers/tee/tee 0x85fd9922 tee_session_calc_client_uuid +EXPORT_SYMBOL_GPL drivers/tee/tee 0x8d6acc33 tee_bus_type +EXPORT_SYMBOL_GPL drivers/tee/tee 0x9c33099d tee_shm_pool_alloc_res_mem +EXPORT_SYMBOL_GPL drivers/tee/tee 0xa5df8e3b tee_client_open_context +EXPORT_SYMBOL_GPL drivers/tee/tee 0xb4cf5b5e tee_shm_put +EXPORT_SYMBOL_GPL drivers/tee/tee 0xc94d599d tee_shm_get_va +EXPORT_SYMBOL_GPL drivers/tee/tee 0xcd40e2a7 tee_shm_alloc_kernel_buf +EXPORT_SYMBOL_GPL drivers/tee/tee 0xd64a640c tee_device_alloc +EXPORT_SYMBOL_GPL drivers/tee/tee 0xdf2fbe54 tee_client_invoke_func +EXPORT_SYMBOL_GPL drivers/tee/tee 0xf46aba98 tee_client_close_session +EXPORT_SYMBOL_GPL drivers/tee/tee 0xfb4cdefd tee_shm_get_from_id +EXPORT_SYMBOL_GPL drivers/thermal/intel/int340x_thermal/int340x_thermal_zone 0x3054854e int340x_thermal_read_trips +EXPORT_SYMBOL_GPL drivers/thermal/intel/int340x_thermal/int340x_thermal_zone 0x61693ff1 int340x_thermal_zone_remove +EXPORT_SYMBOL_GPL drivers/thermal/intel/int340x_thermal/int340x_thermal_zone 0x77ec16b0 int340x_thermal_zone_add +EXPORT_SYMBOL_GPL drivers/thermal/intel/int340x_thermal/processor_thermal_device 0x0119a9b8 proc_thermal_add +EXPORT_SYMBOL_GPL drivers/thermal/intel/int340x_thermal/processor_thermal_device 0x1bcaf5c4 proc_thermal_remove +EXPORT_SYMBOL_GPL drivers/thermal/intel/int340x_thermal/processor_thermal_device 0x3c8b81f9 proc_thermal_suspend +EXPORT_SYMBOL_GPL drivers/thermal/intel/int340x_thermal/processor_thermal_device 0x44e065ae proc_thermal_mmio_add +EXPORT_SYMBOL_GPL drivers/thermal/intel/int340x_thermal/processor_thermal_device 0x9839c117 proc_thermal_resume +EXPORT_SYMBOL_GPL drivers/thermal/intel/int340x_thermal/processor_thermal_device 0xf5a42020 proc_thermal_mmio_remove +EXPORT_SYMBOL_GPL drivers/thermal/intel/int340x_thermal/processor_thermal_mbox 0xd423874b proc_thermal_mbox_remove +EXPORT_SYMBOL_GPL drivers/thermal/intel/int340x_thermal/processor_thermal_mbox 0xe762b245 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 0x2b937652 proc_thermal_rapl_add +EXPORT_SYMBOL_GPL drivers/thermal/intel/int340x_thermal/processor_thermal_rfim 0x085b1378 proc_thermal_rfim_remove +EXPORT_SYMBOL_GPL drivers/thermal/intel/int340x_thermal/processor_thermal_rfim 0x8939dee7 proc_thermal_rfim_add +EXPORT_SYMBOL_GPL drivers/thermal/intel/intel_soc_dts_iosf 0x27d47b32 intel_soc_dts_iosf_add_read_only_critical_trip +EXPORT_SYMBOL_GPL drivers/thermal/intel/intel_soc_dts_iosf 0x43497710 intel_soc_dts_iosf_init +EXPORT_SYMBOL_GPL drivers/thermal/intel/intel_soc_dts_iosf 0x9201a63f intel_soc_dts_iosf_interrupt_handler +EXPORT_SYMBOL_GPL drivers/thermal/intel/intel_soc_dts_iosf 0xe07cd428 intel_soc_dts_iosf_exit +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x01d23ee1 tb_property_create_dir +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x02bdecae tb_ring_alloc_tx +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x0a76a92c tb_xdomain_find_by_route +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x1eb8a22a tb_xdomain_release_in_hopid +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x2541efe6 tb_xdomain_alloc_out_hopid +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x29a9b83f tb_xdomain_response +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x2d8c03b1 tb_service_type +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x31978b89 tb_xdomain_lane_bonding_disable +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x333a7deb tb_xdomain_disable_paths +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x34678bc0 tb_xdomain_release_out_hopid +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x34c0e019 tb_ring_alloc_rx +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x393b4f2f tb_property_free_dir +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x39d7d8f1 tb_xdomain_alloc_in_hopid +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x4ce694ac tb_xdomain_lane_bonding_enable +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x4e5064a7 tb_property_find +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x4e64bdfd tb_register_protocol_handler +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x603249ed tb_unregister_property_dir +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x635f0ead tb_xdomain_request +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x658e3d97 tb_property_add_immediate +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x73ad2acb tb_property_get_next +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x785eb82c tb_property_remove +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x8b62f95e tb_property_add_dir +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x94302df0 __tb_ring_enqueue +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x9f79f63a tb_xdomain_find_by_uuid +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xa3d2b403 tb_property_add_data +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xad4a2f4c tb_ring_free +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xae2d01b7 tb_ring_stop +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xb7c7cdce tb_property_add_text +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xc2697141 tb_unregister_service_driver +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xc3d3e984 tb_xdomain_type +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xd181b848 tb_ring_start +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xd9487c9c tb_xdomain_enable_paths +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xe4a15e53 tb_ring_poll +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xe744d87f tb_ring_poll_complete +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xeb9e81ca tb_register_service_driver +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 0x0af50f61 ufshcd_init +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x1466473d ufshcd_make_hba_operational +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x2908d87e ufshcd_clkgate_delay_set +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x3976528b ufshcd_uic_hibern8_enter +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x530fe93a ufshcd_remove +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x590a6690 ufshcd_update_evt_hist +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x5bbb32fb ufshcd_resume_complete +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x6889c29f ufshcd_dme_get_attr +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x6af8e1bd ufshcd_config_pwr_mode +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x723b1abf ufshcd_delay_us +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x7fcd23de ufshcd_dme_set_attr +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x848db3dd ufshcd_hba_stop +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x89b10c69 ufshcd_release +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x95e21422 ufshcd_auto_hibern8_update +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x98cac2d4 ufshcd_hba_enable +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x9d13e723 ufshcd_dump_regs +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xb707aebe ufshcd_dealloc_host +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xbea6e705 __ufshcd_suspend_prepare +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xd194f901 ufshcd_dme_configure_adapt +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xde8fc5c0 ufshcd_uic_hibern8_exit +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xdf5050ca ufshcd_link_recovery +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xe85905c5 ufshcd_suspend_prepare +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xed9a96c9 ufshcd_fixup_dev_quirks +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xef284b74 ufshcd_uic_change_pwr_mode +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xf12a06cd ufshcd_get_vreg +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xf5c33388 ufshcd_hold +EXPORT_SYMBOL_GPL drivers/ufs/host/ufshcd-pltfrm 0x0995f4a1 ufshcd_pltfrm_shutdown +EXPORT_SYMBOL_GPL drivers/ufs/host/ufshcd-pltfrm 0x456cc6f3 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 0xa8d42f4d ufshcd_populate_vreg +EXPORT_SYMBOL_GPL drivers/uio/uio 0x00f2a2e3 uio_event_notify +EXPORT_SYMBOL_GPL drivers/uio/uio 0x7e412ed1 uio_unregister_device +EXPORT_SYMBOL_GPL drivers/uio/uio 0xac08f635 __devm_uio_register_device +EXPORT_SYMBOL_GPL drivers/uio/uio 0xaca6c012 __uio_register_device +EXPORT_SYMBOL_GPL drivers/usb/atm/usbatm 0x1f7184ca usbatm_usb_probe +EXPORT_SYMBOL_GPL drivers/usb/atm/usbatm 0x75e5e410 usbatm_usb_disconnect +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0x2f6a0f18 cdns_init +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0x30eb1688 cdns_set_vbus +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0x510a80ff cdns_clear_vbus +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0x6eca808d cdns_power_is_lost +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0x80a3fa05 cdns_remove +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0x8afb26a4 cdns_suspend +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0x982ff82b cdns_drd_gadget_off +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0x9f12dc23 cdns_resume +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0xbd99f3d2 cdns_drd_gadget_on +EXPORT_SYMBOL_GPL drivers/usb/chipidea/ci_hdrc 0x1e0d3fdc ci_hdrc_query_available_role +EXPORT_SYMBOL_GPL drivers/usb/chipidea/ci_hdrc 0x48ffd334 ci_hdrc_remove_device +EXPORT_SYMBOL_GPL drivers/usb/chipidea/ci_hdrc 0x50dd8a13 hw_phymode_configure +EXPORT_SYMBOL_GPL drivers/usb/chipidea/ci_hdrc 0x75ddf19f ci_hdrc_add_device +EXPORT_SYMBOL_GPL drivers/usb/common/ulpi 0x2c5cee8b ulpi_write +EXPORT_SYMBOL_GPL drivers/usb/common/ulpi 0x4e68a681 __ulpi_register_driver +EXPORT_SYMBOL_GPL drivers/usb/common/ulpi 0x5488ed86 ulpi_read +EXPORT_SYMBOL_GPL drivers/usb/common/ulpi 0x55bb9175 ulpi_unregister_interface +EXPORT_SYMBOL_GPL drivers/usb/common/ulpi 0x5f081ac4 ulpi_register_interface +EXPORT_SYMBOL_GPL drivers/usb/common/ulpi 0x773cdf52 ulpi_unregister_driver +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x00d545ee u_audio_stop_playback +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x141d29a5 u_audio_set_capture_srate +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x31049711 u_audio_start_playback +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x326b2703 u_audio_stop_capture +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x3c1cb514 u_audio_set_mute +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x420cb36f u_audio_suspend +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x57fc2352 g_audio_cleanup +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x68c29f82 u_audio_set_volume +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x69cd3fc6 g_audio_setup +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x76685e3f u_audio_set_playback_srate +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x85610dc7 u_audio_get_capture_srate +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x8d3737ad u_audio_start_capture +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0xbd95b234 u_audio_get_volume +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0xdd7d4e47 u_audio_get_mute +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0xdedf3ff7 u_audio_get_playback_srate +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x0a0b97b9 gether_connect +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x0e42a5f1 gether_get_host_addr_cdc +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x19359a63 gether_set_qmult +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x29fb95d5 gether_get_ifname +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x328be048 gether_get_host_addr_u8 +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x5735f4df gether_set_dev_addr +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x70802ab8 gether_register_netdev +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x742c6cad gether_get_qmult +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x820e4aeb gether_set_gadget +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x8878cfa6 gether_cleanup +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x94227b15 gether_setup_name_default +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x95c1e07c gether_get_dev_addr +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x98e0181a gether_get_host_addr +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0xaa9eef55 gether_setup_name +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0xd5a95797 gether_set_host_addr +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0xe0c20981 gether_set_ifname +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0xf5168d41 gether_disconnect +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_serial 0x33bfdca2 gserial_alloc_line +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_serial 0x49257086 gserial_resume +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_serial 0x4f91d5d0 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 0x807997d6 gserial_disconnect +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_serial 0xb6652875 gserial_free_line +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_serial 0xc0a01527 gserial_set_console +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_serial 0xe89dc424 gserial_alloc_line_no_console +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_serial 0xf640a90a gserial_connect +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_serial 0xfb78a286 gs_alloc_req +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_fs 0x6c825859 ffs_lock +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_fs 0xd8923d78 ffs_single_dev +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_fs 0xfce563cd ffs_name_dev +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x08a816f2 fsg_lun_close +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x119877d2 fsg_common_set_cdev +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x141fce2a fsg_common_remove_luns +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x1710b539 fsg_fs_bulk_out_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x181f2eb4 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 0x398778e1 fsg_ss_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x3be2ace6 fsg_store_ro +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 0x3d9bfaf5 fsg_store_file +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 0x4bbe79b1 fsg_store_removable +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x527f91a4 fsg_show_ro +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x56344daf fsg_hs_bulk_out_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x57bff5c6 fsg_show_cdrom +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x629aa645 fsg_show_file +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x6acb4179 fsg_common_set_inquiry_string +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x76c5f071 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 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 0x96689088 fsg_store_cdrom +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 0xba5e9cb8 fsg_store_inquiry_string +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xbd64dce5 fsg_store_forced_eject +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 0xd90ce449 fsg_show_removable +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xd928d4ed fsg_store_nofua +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xdd148aa5 fsg_show_inquiry_string +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xead97ce9 fsg_show_nofua +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xeb5008a8 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 0x084ec20e rndis_set_host_mac +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x0bd0c602 rndis_rm_hdr +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x1e3c0a6e rndis_set_param_medium +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x257388cd rndis_borrow_net +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x45287ea9 rndis_get_next_response +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x504a97bb rndis_uninit +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x6a7d10aa rndis_signal_connect +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x6e8746c9 rndis_msg_parser +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x9ba600b4 rndis_free_response +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x9bfa1761 rndis_deregister +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x9f2c7951 rndis_set_param_dev +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x9fda52ed rndis_set_param_vendor +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0xbde9d407 rndis_add_hdr +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0xdf1c2200 rndis_signal_disconnect +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0xfa10d85f rndis_register +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x0c589aba usb_validate_langid +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x10902d2b usb_put_function_instance +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x19df9f0d usb_get_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x1ba524a2 usb_composite_unregister +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x2408e931 config_ep_by_speed_and_alt +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x26401d3f usb_ep_autoconfig_reset +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x27cbf4db config_ep_by_speed +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x2a5ab010 alloc_ep_req +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x2bef255a usb_add_config_only +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x2dff6bf7 usb_string_id +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x2e09263f usb_copy_descriptors +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x2ec85d16 usb_otg_descriptor_alloc +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x32e5c9e6 usb_function_unregister +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x38ac6db3 usb_composite_setup_continue +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x4beb505d usb_gadget_get_string +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x575f6663 usb_put_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x58f00da6 usb_get_function_instance +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x636ef390 usb_remove_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x65066162 unregister_gadget_item +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x6508cc8e usb_free_all_descriptors +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x69602223 usb_function_register +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x6b9cfd22 usb_add_config +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x6ea7a2eb usb_gstrings_attach +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x7148ceb2 usb_ep_autoconfig_release +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x788aed59 usb_otg_descriptor_init +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x789c245d usb_composite_overwrite_options +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x9ef32254 usb_ep_autoconfig_ss +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xa1c5d795 usb_ep_autoconfig +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xb68f284d usb_add_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xb77eafbe usb_string_ids_tab +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xbc2f0b93 usb_interface_id +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xbfc25808 usb_composite_probe +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xc35069fb usb_string_ids_n +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xd2c3b6b3 usb_function_deactivate +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xd2ea2134 usb_descriptor_fillbuf +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xf474a207 usb_gadget_config_buf +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xf65ddc02 usb_function_activate +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xfa0cacb0 usb_assign_descriptors +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x109ddf06 udc_enable_dev_setup_interrupts +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x263bfb47 empty_req_queue +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x46478c67 udc_probe +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x5d01d078 udc_irq +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x77c7445e gadget_release +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x79b66320 free_dma_pools +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0xa54527cf init_dma_pools +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0xa8164182 udc_basic_init +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0xcd898d09 udc_remove +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0xdf5c6210 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 0x13976016 usb_gadget_clear_selfpowered +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x1eed39a4 usb_gadget_register_driver_owner +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x1f1ec085 usb_gadget_connect +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x2af38e5f usb_ep_free_request +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x2c53cadb usb_ep_disable +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x2f27020c usb_gadget_udc_reset +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x3557f670 gadget_find_ep_by_name +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 0x434ff2a3 usb_gadget_check_config +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x4e45b2b0 usb_gadget_activate +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 0x5134fe3e usb_gadget_frame_number +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x515d0676 usb_gadget_vbus_disconnect +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x51c9649d usb_gadget_ep_match_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x54451b97 usb_gadget_set_state +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x5cb9d964 usb_udc_vbus_handler +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x5e236ef0 usb_gadget_unmap_request +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x5fb8615e usb_gadget_unmap_request_by_dev +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x5fcdf0bf usb_gadget_deactivate +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x61cf7402 usb_add_gadget_udc_release +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x6889fb7b usb_add_gadget_udc +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x72838e28 usb_del_gadget_udc +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 0x7d86b009 usb_initialize_gadget +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x8cf40094 usb_gadget_map_request +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x93d5fdc4 usb_gadget_giveback_request +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xa4a88a29 usb_gadget_vbus_connect +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xa97ff58b usb_gadget_wakeup +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xa9ab13ff 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 0xae6d2f21 usb_add_gadget +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xbee6af28 usb_ep_set_halt +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xc3d4d06b usb_ep_set_maxpacket_limit +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xc8ac2c4f usb_ep_clear_halt +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xd7b60820 usb_gadget_vbus_draw +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xda69eb90 usb_gadget_map_request_by_dev +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xdce20016 usb_gadget_set_selfpowered +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xf661f692 usb_gadget_unregister_driver +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xfe63f5b0 usb_del_gadget +EXPORT_SYMBOL_GPL drivers/usb/host/xhci-pci-renesas 0x7a979606 renesas_xhci_check_request_fw +EXPORT_SYMBOL_GPL drivers/usb/misc/ezusb 0x4655df7a ezusb_fx1_set_reset +EXPORT_SYMBOL_GPL drivers/usb/misc/ezusb 0xff9f30d5 ezusb_fx1_ihex_firmware_download +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0x21838e47 usb_ftdi_elan_edset_input +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0x459a7238 ftdi_elan_gone_away +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0x4df3ecc6 usb_ftdi_elan_edset_setup +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0x595e1de1 usb_ftdi_elan_edset_empty +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0x723bfcf1 usb_ftdi_elan_write_pcimem +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0xa9deb66a usb_ftdi_elan_edset_single +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0xb6cbe0a7 usb_ftdi_elan_edset_output +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0xeacbd80a usb_ftdi_elan_edset_flush +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0xf2e3e48e usb_ftdi_elan_read_pcimem +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 0x3501e9dc musb_root_disconnect +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0x35f5f86b musb_queue_resume_work +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0x57bb3eec musb_set_host +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 0x928415fa musb_get_mode +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0xade3e56c musb_writew +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0xc45a03ac musb_set_peripheral +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0xc6a320a2 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 0x34edd0b6 usb_phy_generic_register +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-generic 0x5ffc556c usb_gen_phy_init +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-generic 0x7b27b673 usb_gen_phy_shutdown +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-generic 0x93ce724e usb_phy_gen_create_phy +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-generic 0xfaac246a usb_phy_generic_unregister +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-isp1301 0xa0098b92 isp1301_get_client +EXPORT_SYMBOL_GPL drivers/usb/serial/usb_wwan 0x9c4e27eb usb_wwan_port_probe +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x04a52763 usb_serial_generic_chars_in_buffer +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x1c54ff03 usb_serial_register_drivers +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x20f6de4d usb_serial_generic_write_bulk_callback +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x39e808f6 usb_serial_generic_wait_until_sent +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x4c30f4b1 usb_serial_claim_interface +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x5cc8dc67 usb_serial_generic_close +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x6cf82a20 usb_serial_deregister_drivers +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x71f0d676 usb_serial_generic_process_read_urb +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x722f02b3 usb_serial_generic_throttle +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x73c46bd9 usb_serial_handle_dcd_change +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x76ee5e07 usb_serial_generic_write_start +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x7bc42b8c usb_serial_port_softint +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x942de212 usb_serial_generic_open +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x949a9d42 usb_serial_generic_submit_read_urbs +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x983117b1 usb_serial_generic_write +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x9df00547 usb_serial_generic_resume +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xb28b36bd usb_serial_generic_unthrottle +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xea42b11d usb_serial_generic_tiocmiwait +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xf3b915ce usb_serial_generic_read_bulk_callback +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xfbe4d56d usb_serial_generic_get_icount +EXPORT_SYMBOL_GPL drivers/usb/typec/altmodes/typec_displayport 0x5fdde5c6 dp_altmode_remove +EXPORT_SYMBOL_GPL drivers/usb/typec/altmodes/typec_displayport 0x6e38a5a0 dp_altmode_probe +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpci 0x6f497a3c tcpci_irq +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpci 0xbe111953 tcpci_get_tcpm_port +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpci 0xc529e32e tcpci_unregister_port +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpci 0xcd16b3fc tcpci_register_port +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpm 0x10ec6d2d tcpm_sink_frs +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpm 0x3b84657b tcpm_pd_transmit_complete +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpm 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 0xea220941 tcpm_tcpc_reset +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpm 0xeb779665 tcpm_sourcing_vbus +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpm 0xf60175e3 tcpm_register_port +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x01cf8671 typec_partner_set_num_altmodes +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x01e204f7 typec_unregister_cable +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x024e815e typec_cable_is_active +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x030bd5d5 typec_altmode_get_partner +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x04faa95f typec_register_port +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x086751b7 typec_altmode_unregister_driver +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x0bf324e1 usb_power_delivery_link_device +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x1351ef5e usb_power_delivery_unregister_capabilities +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x13ecfce5 typec_get_negotiated_svdm_version +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x174ada07 typec_get_orientation +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x1a03162e typec_port_set_usb_power_delivery +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x1b580b86 typec_partner_set_svdm_version +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x1bfb3b5f typec_port_register_altmodes +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x1ce5cbef typec_altmode_vdm +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x23cbe02e typec_switch_get_drvdata +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x290658bf typec_unregister_port +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x2ad91dc1 typec_set_pwr_role +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x2adcdc09 typec_partner_set_pd_revision +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x2bae5408 typec_altmode2port +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x2d1e301d typec_find_power_role +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x2dd8d96c usb_power_delivery_unregister +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x357f0c45 typec_plug_register_altmode +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x3b1dc6ef typec_retimer_get_drvdata +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x41c0a8a0 typec_set_data_role +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x45633326 typec_partner_usb_power_delivery_register +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x46d13b30 usb_power_delivery_unlink_device +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x4b3075e9 typec_altmode_put_plug +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x4d12a50b typec_partner_set_usb_power_delivery +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x4e5847f2 typec_switch_register +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x51a1cbab typec_altmode_enter +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x5958a2b5 fwnode_typec_switch_get +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x5afe0da0 __typec_altmode_register_driver +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x5b39460b typec_plug_set_num_altmodes +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x63722f75 typec_mux_unregister +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x67af3860 typec_get_drvdata +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x689ba043 typec_retimer_put +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x6b3d9465 typec_mux_set +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x6bdcea02 typec_unregister_altmode +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x6bf7a3c2 typec_get_fw_cap +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x6d752a94 typec_cable_put +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x731f5ad5 typec_altmode_update_active +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x8082b732 typec_unregister_plug +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x81bff25f typec_altmode_notify +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x82812799 typec_set_vconn_role +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x84fb51a8 typec_retimer_unregister +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x86521d45 typec_switch_put +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x895312a8 typec_cable_set_identity +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x8b520235 typec_cable_get +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x9030e5e7 fwnode_typec_mux_get +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x9049491e typec_find_port_data_role +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x937e6a5a typec_register_cable +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x95bc5c6f typec_mux_get_drvdata +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x9d56f4f3 typec_partner_register_altmode +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xa254de98 typec_find_orientation +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xa41103ed usb_power_delivery_register_capabilities +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xa9d12dac usb_power_delivery_register +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xb1ff45a7 typec_mux_set_drvdata +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xb3408e87 typec_switch_set_drvdata +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xb394da7f typec_switch_unregister +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xc20da851 typec_retimer_register +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xc4c12b8e typec_match_altmode +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xc7f9fc70 typec_set_mode +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xd1971138 typec_altmode_attention +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xd1b23bd3 typec_mux_register +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xd2fa1286 typec_switch_set +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xdffc7a9c typec_port_register_altmode +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xea4521d2 typec_retimer_set +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xeab922b8 typec_unregister_partner +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xeaf6cc7a typec_set_orientation +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xeafc1eb8 typec_find_port_power_role +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xef7d2475 fwnode_typec_retimer_get +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xf1234a8b typec_find_pwr_opmode +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xf1a45f4f typec_altmode_exit +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xf33b1df0 typec_register_plug +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xf386ff89 typec_set_pwr_opmode +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xfb80cf70 typec_register_partner +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xfc16cc75 typec_partner_set_identity +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xfc8df340 typec_mux_put +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xff4f79e1 typec_altmode_get_plug +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0x10bc2a44 ucsi_destroy +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0x1cfb1349 ucsi_set_drvdata +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0x3bed0e3e ucsi_resume +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0x7c3d5a81 ucsi_send_command +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0x981d3442 ucsi_create +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0xab035fd5 ucsi_register +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0xaeaabf55 ucsi_get_drvdata +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0xd79a67fd ucsi_unregister +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0xf6790479 ucsi_connector_change +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x0a130165 usbip_recv_iso +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x23dad009 usbip_recv_xbuff +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x2c87205d usbip_pad_iso +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x424645e8 usbip_start_eh +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x4344d7f1 usbip_pack_pdu +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x49a0e231 usbip_alloc_iso_desc_pdu +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x5dd8794e dev_attr_usbip_debug +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x78b72f44 usbip_debug_flag +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x88bbadc8 usbip_in_eh +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x8973977b usbip_dump_urb +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x965e31d1 usbip_stop_eh +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x9ddbe138 usbip_event_add +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xc6b17e81 usbip_event_happened +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 0xfbac34e8 usbip_recv +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0x03900e8f __vdpa_register_driver +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0x175a18ff __vdpa_alloc_device +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0x1f622e4e vdpa_get_config +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0x25dc751d _vdpa_register_device +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0x3c37d2d7 vdpa_mgmtdev_register +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0x42951067 vdpa_register_device +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0x77d5b3dc vdpa_unregister_device +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0x860f656e vdpa_set_config +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0x9181c17d _vdpa_unregister_device +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0xd3bbad4d vdpa_mgmtdev_unregister +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0xf8224d42 vdpa_unregister_driver +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa_sim/vdpa_sim 0x3d23725f vdpasim_create +EXPORT_SYMBOL_GPL drivers/vfio/mdev/mdev 0xa0fcbba8 mdev_bus_type +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x0199e00b vfio_pci_core_sriov_configure +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x1a9d6c6e 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 0x547b6151 vfio_pci_core_read +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x56ca3db2 vfio_pci_core_ioctl_feature +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x609a3096 vfio_pci_core_write +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x64652ae7 vfio_pci_core_ioctl +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x69aec397 vfio_pci_core_disable +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x71158fdc vfio_pci_core_match +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x8af8d865 vfio_pci_core_init_dev +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0xb566e507 vfio_pci_core_unregister_device +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0xc1d9be47 vfio_pci_core_close_device +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0xc6f88364 vfio_pci_core_err_handlers +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0xd200b1b3 vfio_pci_core_request +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0xd9c533b5 vfio_pci_core_register_device +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0xdac567e1 vfio_pci_core_finish_enable +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0xe72e0b92 vfio_pci_core_enable +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0xe813d1ea vfio_pci_core_mmap +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0xe9f80951 vfio_pci_core_release_dev +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0xf25802c3 vfio_pci_core_register_dev_region +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x06dec323 vfio_register_group_dev +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x19f0084b vfio_virqfd_disable +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x1ed20d8b vfio_file_iommu_group +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x214650fd vfio_unregister_iommu_driver +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x2aebab23 vfio_iommufd_physical_unbind +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x371216c7 vfio_virqfd_enable +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x3a0bb2af vfio_iommufd_physical_bind +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x3c324e3c vfio_iommufd_emulated_unbind +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x3d468b95 vfio_iommufd_emulated_bind +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x4496072b vfio_file_enforced_coherent +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x48ee7465 vfio_device_set_open_count +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x5f3919e1 vfio_file_is_group +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x60a634c4 vfio_info_cap_add +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x7d2ed4c3 iova_bitmap_set +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x8189c87d vfio_iommufd_physical_attach_ioas +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x86901f83 vfio_unregister_group_dev +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x9c6ae8fb vfio_iommufd_emulated_attach_ioas +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xa0dbf2f3 vfio_assign_device_set +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xa84576c4 vfio_mig_get_next_state +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xaad19063 vfio_register_iommu_driver +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xaed9c4db vfio_file_set_kvm +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xbf426d44 vfio_register_emulated_iommu_dev +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xd04d2112 _vfio_alloc_device +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xe6c43c2f vfio_file_has_dev +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x0317ae67 vhost_enable_notify +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x0a5a4a04 vhost_dev_ioctl +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x0a8edfe3 vhost_get_vq_desc +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x1019421f vhost_dev_set_owner +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x1251b8e7 vhost_signal +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x14c08617 vhost_new_msg +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x18e2f84f vhost_has_work +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x1d34e1f3 vhost_work_queue +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x1e882836 vhost_vq_avail_empty +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x2a15b837 vhost_dev_check_owner +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x2c6545a2 vhost_disable_notify +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x32b79471 vhost_dev_has_owner +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x3318a05b vhost_dev_flush +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x3871c98c vhost_log_write +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x39192dd3 vhost_vq_is_setup +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x519407ad vhost_dev_init +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x57cdec0b vhost_enqueue_msg +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x65dbc55d vhost_clear_msg +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x69ad07c0 vhost_add_used_n +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x6d7c70b7 vhost_dev_stop +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x6fb45e72 vhost_dequeue_msg +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x7dba81c7 vhost_vq_init_access +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x8360c511 vhost_poll_init +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x8966249c vhost_poll_start +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x9d098486 vhost_log_access_ok +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xa83c78be vhost_poll_stop +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xa909cfc5 vhost_work_init +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xad231451 vhost_discard_vq_desc +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xadc8dcc7 vhost_add_used_and_signal +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xafe13b95 vhost_dev_reset_owner +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xb18e750c vhost_add_used +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xbd5a67e4 vhost_chr_read_iter +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xc55ced83 vhost_vq_access_ok +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xc6ad3d2d vq_meta_prefetch +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xd53d32f2 vhost_vring_ioctl +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xd69d5feb vhost_exceeds_weight +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xd72d86af vhost_poll_queue +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xd83436d5 vhost_add_used_and_signal_n +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xedd871e5 vhost_set_backend_features +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xeee4abd1 vhost_init_device_iotlb +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xeefcef6f vhost_dev_cleanup +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/apple_bl 0x2c63e051 apple_bl_register +EXPORT_SYMBOL_GPL drivers/video/backlight/apple_bl 0xdab0f892 apple_bl_unregister +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0x777ae236 ili9320_write_regs +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0x79adc50c ili9320_shutdown +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0x801f6b1e ili9320_remove +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0x95066c79 ili9320_probe_spi +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0xbcb1b1fc ili9320_suspend +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0xd1fc0c4b ili9320_write +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0xf9e2fd93 ili9320_resume +EXPORT_SYMBOL_GPL drivers/video/fbdev/core/fb_ddc 0x237e502f fb_ddc_read +EXPORT_SYMBOL_GPL drivers/video/fbdev/core/fb_sys_fops 0x5e93d654 fb_sys_write +EXPORT_SYMBOL_GPL drivers/video/fbdev/core/fb_sys_fops 0x82f2d4b0 fb_sys_read +EXPORT_SYMBOL_GPL drivers/video/fbdev/sis/sisfb 0x5de5ebb8 sis_free_new +EXPORT_SYMBOL_GPL drivers/video/fbdev/sis/sisfb 0xccc9e1c3 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 0xd405d5a9 viafb_find_i2c_adapter +EXPORT_SYMBOL_GPL drivers/video/fbdev/via/viafb 0xfff2dfd2 viafb_gpio_lookup +EXPORT_SYMBOL_GPL drivers/w1/wire 0x3e9c18d0 w1_reset_select_slave +EXPORT_SYMBOL_GPL drivers/w1/wire 0x41c5f72d w1_touch_bit +EXPORT_SYMBOL_GPL drivers/w1/wire 0x4468e180 w1_read_8 +EXPORT_SYMBOL_GPL drivers/w1/wire 0x63757e92 w1_calc_crc8 +EXPORT_SYMBOL_GPL drivers/w1/wire 0x667f79f1 w1_next_pullup +EXPORT_SYMBOL_GPL drivers/w1/wire 0x6b5fcc69 w1_read_block +EXPORT_SYMBOL_GPL drivers/w1/wire 0x6e1602e3 w1_touch_block +EXPORT_SYMBOL_GPL drivers/w1/wire 0x7b4db83a w1_reset_bus +EXPORT_SYMBOL_GPL drivers/w1/wire 0x7c92fb4e w1_triplet +EXPORT_SYMBOL_GPL drivers/w1/wire 0xd08b5253 w1_write_block +EXPORT_SYMBOL_GPL drivers/w1/wire 0xd3d66bd3 w1_reset_resume_command +EXPORT_SYMBOL_GPL drivers/w1/wire 0xdb0e3813 w1_write_8 +EXPORT_SYMBOL_GPL drivers/xen/xen-front-pgdir-shbuf 0x2c57c8d3 xen_front_pgdir_shbuf_map +EXPORT_SYMBOL_GPL drivers/xen/xen-front-pgdir-shbuf 0x67dab029 xen_front_pgdir_shbuf_unmap +EXPORT_SYMBOL_GPL drivers/xen/xen-front-pgdir-shbuf 0xb531790a xen_front_pgdir_shbuf_free +EXPORT_SYMBOL_GPL drivers/xen/xen-front-pgdir-shbuf 0xbfebd75f xen_front_pgdir_shbuf_alloc +EXPORT_SYMBOL_GPL drivers/xen/xen-front-pgdir-shbuf 0xe67647cc xen_front_pgdir_shbuf_get_dir_start +EXPORT_SYMBOL_GPL drivers/xen/xen-privcmd 0x0fd5e676 xen_privcmd_fops +EXPORT_SYMBOL_GPL drivers/xen/xen-privcmd 0xc042c5dc xen_privcmdbuf_fops +EXPORT_SYMBOL_GPL fs/dlm/dlm 0x018cfccb dlm_posix_get +EXPORT_SYMBOL_GPL fs/dlm/dlm 0x03661c03 dlm_posix_unlock +EXPORT_SYMBOL_GPL fs/dlm/dlm 0x0d94eb6e 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 0xcd224e1d dlm_new_lockspace +EXPORT_SYMBOL_GPL fs/dlm/dlm 0xcf9f3328 dlm_release_lockspace +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x02747840 nlmclnt_done +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x09e59e37 nlmsvc_ops +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x0ed99410 lockd_up +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x847da87a nlmclnt_init +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x8bd88f57 nlmsvc_unlock_all_by_sb +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x9cbde0a0 nlmsvc_unlock_all_by_ip +EXPORT_SYMBOL_GPL fs/lockd/lockd 0xa6ff3ae0 lockd_down +EXPORT_SYMBOL_GPL fs/lockd/lockd 0xddb5d2bf nlmclnt_proc +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 0x06e3bd6c nfs_put_lock_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x08196994 nfs_fscache_open_file +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x096b516d nfs_link +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0c3b94fa nfs_access_add_cache +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0c7df848 nfs_release_request +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0e90ac3f nfs_pageio_reset_write_mds +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x10962bc2 nfs_auth_info_match +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1418e914 nfs_commit_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x14d14981 nfs_sb_deactive +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x190817a1 nfs_lookup +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x19665ee7 nfs_file_set_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x19ed1f21 nfs_pgio_header_free +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1bc0a9b5 nfs_get_lock_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1d6eaa03 nfs_lock +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1e42d366 nfs_commitdata_alloc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1f405271 nfs_create +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1f80d004 get_nfs_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x205a54a3 nfs_sync_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x20ba9a6a __SCK__tp_func_nfs_xdr_status +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x22b73e5f nfs_close_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x22caa355 nfs_try_get_tree +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 0x26d16d35 nfs_fhget +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x278ef966 nfs_scan_commit_list +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x284df684 nfs_set_cache_invalid +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x28dea453 nfs_pageio_reset_read_mds +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x299cfa7e nfs_may_open +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2c75d4a2 nfs_show_devname +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2ec70bd6 nfs_retry_commit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3234a117 nfs_access_zap_cache +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x365e85d8 nfs_init_server_rpcclient +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x37239e6d __SCT__tp_func_nfs_xdr_bad_filehandle +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x39d94bcc nfs_server_copy_userdata +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x39e05ac3 nfs_idmap_cache_timeout +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3cf903bb nfs_file_read +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3de49e98 __SCK__tp_func_nfs_fsync_exit +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 0x432d49ca nfs_post_op_update_inode_force_wcc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x43a80bf2 nfs_pageio_init_read +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x45bc5e1a __tracepoint_nfs_fsync_enter +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4671ffbd nfs_alloc_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x47c9f77e nfs_check_cache_invalid +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4b36a5fb alloc_nfs_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4cb9e001 recover_lost_locks +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4ce4136f nfs_show_options +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4e94f219 nfs_pgio_header_alloc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4eb7a1df nfs_writeback_update_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x51892d61 nfs_callback_set_tcpport +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x528e9870 __SCK__tp_func_nfs_xdr_bad_filehandle +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x56f7014f nfs_pageio_init_write +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x575d5855 nfs_generic_pgio +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x584b8482 nfs_inc_attr_generation_counter +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5893b46e __traceiter_nfs_xdr_status +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5a18d85c __tracepoint_nfs_xdr_bad_filehandle +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5aa12469 nfs_request_add_commit_list +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5b862dac nfs_pgio_current_mirror +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5e523d00 nfs_alloc_fattr_with_label +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x60f6151c nfs_post_op_update_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x65b82691 nfs_reconfigure +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x66dd28d8 nfs_access_get_cached +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x66f3cfac nfs_setattr +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x685970b3 nfs_free_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x690c9a5d nfs_file_mmap +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x69175114 nfs_create_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6bbaca16 nfs_force_lookup_revalidate +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6e5d4b7f nfs_create_rpc_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6e5e002d nfs_setattr_update_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6fa16c56 nfs_refresh_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x705762b7 nfs_commitdata_release +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x71038009 nfs_symlink +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7385bbf8 nfs_async_iocounter_wait +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x74d5cfe8 nfs_pageio_resend +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7712b7cd nfs_path +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x77a0c3dd nfs_server_remove_lists +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x78d096f7 nfs_kill_super +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7931f356 register_nfs_version +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7b3cd12c nfs_show_path +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7c692c3b nfs_client_init_is_complete +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7dcbde6a nfs_init_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7ff33302 nfs_wait_on_request +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8499de4f nfs_alloc_fattr +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x84fb94d4 nfs_init_commit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x85f4e04d nfs4_fs_type +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8addbba8 nfs_filemap_write_and_wait_range +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8b1d3b55 nfs_rename +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8bd5d793 nfs_alloc_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8cf89b57 nfs4_dentry_operations +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8f42ef20 nfs_submount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x90a5530f nfsiod_workqueue +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x91ba2454 nfs_clear_verifier_delegated +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x91d1fe52 max_session_slots +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x92a50083 nfs_initiate_pgio +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9370ba7b nfs_add_or_obtain +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9491879d nfs_get_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x94f39c03 nfs_atomic_open +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x95275979 nfs_getattr +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x98b0ece8 nfs_init_timeout_values +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x995ba897 nfs_mkdir +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x99f5d7f0 nfs_wb_all +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9a38e368 nfs_mark_client_ready +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9a815a83 nfs_dreq_bytes_left +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9ae5d178 nfs4_label_alloc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9b7175eb nfs_permission +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9b781870 nfs_wait_client_init_complete +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9b7dbca5 nfs_alloc_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9ca31cd2 nfs_file_release +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9d919c44 __SCT__tp_func_nfs_fsync_exit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa3f13afe nfs_file_write +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa49f9524 put_nfs_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa7cf7b20 nfs_dentry_operations +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa80f6a13 nfs_request_remove_commit_list +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa8a00f0d nfs_set_verifier +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa8e9e1ae send_implementation_id +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa94df645 nfs_mknod +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xaafd4acc max_session_cb_slots +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xabe638b3 nfs_generic_pg_test +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb5be69c3 nfs_clone_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb5c71192 nfs_put_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb6de3e1b nfs_setsecurity +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xba504b68 nfs_invalidate_atime +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xbd92b243 nfs_show_stats +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xbf3bbd10 nfs_file_fsync +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc177a268 nfs_client_init_status +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc3171736 nfs_init_cinfo +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc3a2be67 nfs_net_id +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc451c7e2 nfs_client_for_each_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc47d8b7f nfs_zap_acl_cache +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc6063071 __tracepoint_nfs_xdr_status +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc60bcef1 nfs_drop_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc6c8b8f1 nfs_access_set_mask +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc6dc4d1c __traceiter_nfs_fsync_enter +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc759a80b nfs_d_prune_case_insensitive_aliases +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc92ce957 nfs_file_operations +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xca9f6553 nfs_commit_free +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xcdf11ae7 nfs_free_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xce34e376 nfs_inode_attach_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xcf3f2b5c __SCK__tp_func_nfs_fsync_enter +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd3d3a257 __traceiter_nfs_fsync_exit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd512d74d nfs_initiate_commit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd551220e nfs_write_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd58fa14a nfs_statfs +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd65174a5 nfs_server_insert_lists +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd68e18fd unregister_nfs_version +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd7dda433 nfs_flock +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xdae9b5d7 nfs4_disable_idmapping +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xdb583483 __tracepoint_nfs_fsync_exit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xdc3465ec nfs_request_add_commit_list_locked +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xdc707ac7 nfs_instantiate +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xdcca2ac4 nfs_unlink +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xdfb6ef41 nfs_rmdir +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe52f6a13 nfs_fs_type +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xeae8375f nfs_umount_begin +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xee4a8c32 nfs_file_llseek +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf45be97a nfs_pgheader_init +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf4c20fc1 __traceiter_nfs_xdr_bad_filehandle +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf559f224 nfs_sb_active +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf6ac47f9 nfs_free_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf78d8d5a nfs_probe_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf82bef75 nfs_sops +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfbd21626 nfs_revalidate_inode +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 0xfddb271e nfs_do_submount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfeb42418 __SCT__tp_func_nfs_xdr_status +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfeee61da nfs_clear_inode +EXPORT_SYMBOL_GPL fs/nfs/nfsv3 0x1107aa1e nfs3_set_ds_client +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x0182d4b7 pnfs_layoutcommit_inode +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x054bef45 layoutstats_timer +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x061a8cac pnfs_generic_pg_cleanup +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x06e08d31 __tracepoint_ff_layout_commit_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x06ff7c99 __tracepoint_pnfs_mds_fallback_pg_init_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x09cac619 pnfs_generic_write_commit_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x0c8a356e nfs4_mark_deviceid_unavailable +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x0e4d33c6 nfs4_proc_getdeviceinfo +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x0fbf4af6 nfs4_schedule_migration_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x0fe37b72 nfs4_init_ds_session +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x0fffde02 pnfs_nfs_generic_sync +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x1525bf0c pnfs_set_lo_fail +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x1722b6b5 nfs4_pnfs_ds_put +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x18e75751 __SCT__tp_func_pnfs_mds_fallback_write_pagelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x1c202f39 nfs4_init_deviceid_node +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x1cd91d1d nfs4_test_deviceid_unavailable +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x200abb94 pnfs_generic_pg_writepages +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x232a76ac __SCK__tp_func_pnfs_mds_fallback_pg_init_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x2491053e __SCK__tp_func_pnfs_mds_fallback_write_pagelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x2b16e909 __SCT__tp_func_nfs4_pnfs_commit_ds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x2df2812b nfs4_schedule_stateid_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x2e4117b5 nfs4_find_get_deviceid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x3044095a pnfs_add_commit_array +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x31f5c869 __traceiter_nfs4_pnfs_commit_ds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x331bbdca nfs_remove_bad_delegation +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x33e80c3c pnfs_free_commit_array +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x34b04797 __SCK__tp_func_nfs4_pnfs_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x3654555d nfs4_set_rw_stateid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x3b6151a6 pnfs_update_layout +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x3ce62560 nfs4_setup_sequence +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x40b517e7 pnfs_generic_pg_init_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x5223031e __SCK__tp_func_pnfs_mds_fallback_write_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x53f25da8 pnfs_generic_sync +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x5897ae06 pnfs_generic_pg_check_range +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x5a760242 pnfs_unregister_layoutdriver +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x5e6e5d11 __tracepoint_pnfs_mds_fallback_write_pagelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x6085edbd nfs_map_string_to_numeric +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x61aadaae nfs4_schedule_lease_moved_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x63826d35 __SCT__tp_func_nfs4_pnfs_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x661492e3 nfs4_sequence_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x669c61e4 nfs42_proc_layouterror +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x69d3558d pnfs_generic_rw_release +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x6a13ee32 __tracepoint_ff_layout_read_error +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 0x6c08c1e0 nfs4_set_ds_client +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x6d17fc6c pnfs_read_done_resend_to_mds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x6f18737f pnfs_error_mark_layout_for_return +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x70533fcd pnfs_generic_ds_cinfo_release_lseg +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x70c93764 __tracepoint_nfs4_pnfs_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x725f2ebf nfs4_decode_mp_ds_addr +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x746f1892 __traceiter_pnfs_mds_fallback_write_pagelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x760a2c8f nfs4_test_session_trunk +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x761461b4 pnfs_generic_pg_init_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x7863bad9 pnfs_generic_commit_pagelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x7a6585a1 pnfs_set_layoutcommit +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x7b49d9e7 __SCK__tp_func_pnfs_mds_fallback_read_pagelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x7e42bd3f __SCT__tp_func_ff_layout_read_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x7e6a6824 __traceiter_pnfs_mds_fallback_read_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x832c47b4 __traceiter_pnfs_mds_fallback_read_pagelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x83a4449e __traceiter_ff_layout_commit_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x84a7c48b nfs4_find_or_create_ds_client +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x85a05da8 pnfs_register_layoutdriver +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x88260045 pnfs_ld_write_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x8b44ae88 __traceiter_pnfs_mds_fallback_pg_init_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x8b56c613 __traceiter_nfs4_pnfs_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x8d7ae8ee nfs4_mark_deviceid_available +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x8f0802e9 __traceiter_nfs4_pnfs_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x930a94fd __SCT__tp_func_pnfs_mds_fallback_write_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x96469952 nfs4_delete_deviceid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x96bd0dcf __SCK__tp_func_nfs4_pnfs_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x96c4643f __SCT__tp_func_pnfs_mds_fallback_pg_get_mirror_count +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x97bfd181 pnfs_put_lseg +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x97eb8b0f pnfs_alloc_commit_array +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x99db40f4 __SCK__tp_func_pnfs_mds_fallback_pg_get_mirror_count +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x9a5b207b pnfs_generic_pg_test +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x9ea9178c __SCK__tp_func_pnfs_mds_fallback_read_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xa242ddb0 __tracepoint_nfs4_pnfs_commit_ds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xa582dc27 nfs4_pnfs_ds_add +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xa70eeed3 pnfs_ld_read_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xa9ad000f __traceiter_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 0xb083e097 pnfs_generic_scan_commit_lists +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xb1e9ed0b pnfs_generic_ds_cinfo_destroy +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xb1eb702f nfs4_pnfs_ds_connect +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xb2156fb9 __SCK__tp_func_ff_layout_write_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xb39955ee nfs4_schedule_session_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xb4569118 nfs4_schedule_lease_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xb628f127 __tracepoint_pnfs_mds_fallback_pg_init_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xb759f237 nfs4_put_deviceid_node +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xb8e0ed60 __SCK__tp_func_ff_layout_commit_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xb9652ecb __tracepoint_ff_layout_write_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xba114e03 pnfs_generic_prepare_to_resend_writes +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xba1edad7 nfs41_sequence_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xbb327551 __SCK__tp_func_pnfs_mds_fallback_pg_init_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xbe8a433f __traceiter_ff_layout_read_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xbfbb7afd __tracepoint_pnfs_mds_fallback_pg_get_mirror_count +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xbfe1ec22 __traceiter_pnfs_mds_fallback_write_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xc18dbdfd __SCK__tp_func_ff_layout_read_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xc1c91aeb pnfs_generic_pg_readpages +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xc3037c1b __tracepoint_pnfs_mds_fallback_write_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xc361c3c5 __SCT__tp_func_pnfs_mds_fallback_read_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xc5a633b8 pnfs_generic_layout_insert_lseg +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xcc21ce5c __SCT__tp_func_ff_layout_commit_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd50afa12 pnfs_generic_pg_check_layout +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd5c5ca14 __traceiter_pnfs_mds_fallback_pg_init_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd6fc440f __traceiter_ff_layout_write_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xdaba85c2 __tracepoint_pnfs_mds_fallback_read_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xdeb5edce __SCT__tp_func_pnfs_mds_fallback_pg_init_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xe3e0d566 pnfs_layout_mark_request_commit +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xebe08da3 __tracepoint_nfs4_pnfs_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xec11b18a pnfs_generic_search_commit_reqs +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xece84d97 pnfs_destroy_layout +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xed15fb41 nfs4_print_deviceid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xed2c4b9f __SCK__tp_func_nfs4_pnfs_commit_ds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xee4b5e6c __tracepoint_pnfs_mds_fallback_read_pagelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf32fa2b7 __SCT__tp_func_ff_layout_write_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf7801360 nfs41_maxgetdevinfo_overhead +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf8cb1903 pnfs_read_resend_pnfs +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf93b269b pnfs_write_done_resend_to_mds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf999267e pnfs_generic_commit_release +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xfb66f613 pnfs_generic_clear_request_commit +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xfd1db47b pnfs_report_layoutstat +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xfdba62e7 pnfs_generic_recover_commit_reqs +EXPORT_SYMBOL_GPL fs/nfs_common/grace 0x1fe1e1ad locks_end_grace +EXPORT_SYMBOL_GPL fs/nfs_common/grace 0x549354b1 opens_in_grace +EXPORT_SYMBOL_GPL fs/nfs_common/grace 0x5a1971dc locks_start_grace +EXPORT_SYMBOL_GPL fs/nfs_common/grace 0xf9888db3 locks_in_grace +EXPORT_SYMBOL_GPL fs/nfs_common/nfs_acl 0x67d4d071 nfs_stream_decode_acl +EXPORT_SYMBOL_GPL fs/nfs_common/nfs_acl 0xa93313ad nfs_stream_encode_acl +EXPORT_SYMBOL_GPL fs/nfs_common/nfs_acl 0xafa63209 nfsacl_encode +EXPORT_SYMBOL_GPL fs/nfs_common/nfs_acl 0xb1ec2113 nfsacl_decode +EXPORT_SYMBOL_GPL fs/nfsd/nfsd 0xaa4918e0 nfsd4_ssc_init_umount_work +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x1263a9fe o2nm_node_put +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x1e84df21 o2hb_register_callback +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x3ace5862 o2nm_node_get +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x4900035b o2hb_stop_all_regions +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x4f11bb6a 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 0x5f0c1ac5 o2hb_setup_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 0xa003781e o2nm_get_node_by_ip +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xa87bc9e7 o2nm_configured_node_map +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xa941cb47 o2hb_fill_node_map +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xb6ebf62a o2nm_this_node +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xbd13ee5d o2hb_check_node_heartbeating_no_sem +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xc4d99852 o2hb_check_node_heartbeating_from_callback +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xd859ac8c o2net_fill_node_map +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xf1a5611d o2net_unregister_handler_list +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xf56c2017 mlog_not_bits +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xf982e6db o2net_send_message +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xfe1298f3 o2net_register_handler +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xfe1e1c6f o2hb_unregister_callback +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0x096ac92a dlm_print_one_lock +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0x5767af11 dlmlock +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0x7a1211f8 dlm_setup_eviction_cb +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0x9c137d9b dlm_register_eviction_cb +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0xaddba15f dlmunlock +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0xbf1393a2 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/dlm/ocfs2_dlm 0xfde092bd dlm_unregister_domain +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 0x17a951b3 ocfs2_stack_glue_unregister +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x21e70eab 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 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 0xd015a862 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 0xec6a2c08 ocfs2_kset +EXPORT_SYMBOL_GPL fs/pstore/pstore_blk 0x43cc3d4b pstore_blk_get_config +EXPORT_SYMBOL_GPL fs/pstore/pstore_blk 0xa8cfc142 unregister_pstore_device +EXPORT_SYMBOL_GPL fs/pstore/pstore_blk 0xe69e3493 register_pstore_device +EXPORT_SYMBOL_GPL fs/pstore/pstore_zone 0x5134fcef register_pstore_zone +EXPORT_SYMBOL_GPL fs/pstore/pstore_zone 0x89dd4125 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 0x634a45de notifier_err_inject_dir +EXPORT_SYMBOL_GPL lib/notifier-error-inject 0xac16ab1a 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 0x03599a22 lowpan_header_decompress +EXPORT_SYMBOL_GPL net/6lowpan/6lowpan 0xda224e49 lowpan_header_compress +EXPORT_SYMBOL_GPL net/802/garp 0x018e98ef garp_register_application +EXPORT_SYMBOL_GPL net/802/garp 0x3473a86b garp_init_applicant +EXPORT_SYMBOL_GPL net/802/garp 0x5d71fd18 garp_request_join +EXPORT_SYMBOL_GPL net/802/garp 0x6c0ce935 garp_uninit_applicant +EXPORT_SYMBOL_GPL net/802/garp 0x6e8542c0 garp_unregister_application +EXPORT_SYMBOL_GPL net/802/garp 0xaca94042 garp_request_leave +EXPORT_SYMBOL_GPL net/802/mrp 0x04f5b8b4 mrp_unregister_application +EXPORT_SYMBOL_GPL net/802/mrp 0x4b55e30f mrp_request_leave +EXPORT_SYMBOL_GPL net/802/mrp 0x99b0281f mrp_request_join +EXPORT_SYMBOL_GPL net/802/mrp 0xada9f363 mrp_uninit_applicant +EXPORT_SYMBOL_GPL net/802/mrp 0xe21387bd mrp_init_applicant +EXPORT_SYMBOL_GPL net/802/mrp 0xe70913f7 mrp_register_application +EXPORT_SYMBOL_GPL net/802/stp 0x4706553a stp_proto_unregister +EXPORT_SYMBOL_GPL net/802/stp 0x628c71c6 stp_proto_register +EXPORT_SYMBOL_GPL net/9p/9pnet 0x2f17d9ec p9_client_xattrcreate +EXPORT_SYMBOL_GPL net/9p/9pnet 0xb42031b1 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 0x9f0cec79 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 0x04af2deb l2cap_chan_put +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0x09f95437 l2cap_chan_list +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0x10c18c01 l2cap_chan_create +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0x15656c1d l2cap_chan_send +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0x3aea72f1 l2cap_chan_set_defaults +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0x53803857 bt_debugfs +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0x5404c90e l2cap_add_psm +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0x69bf2fd1 l2cap_chan_del +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0xee9d2787 l2cap_chan_connect +EXPORT_SYMBOL_GPL net/bluetooth/hidp/hidp 0xcfd4b76b hidp_hid_driver +EXPORT_SYMBOL_GPL net/bridge/bridge 0x1467569e br_port_flag_is_set +EXPORT_SYMBOL_GPL net/bridge/bridge 0x1ed4e79d br_forward_finish +EXPORT_SYMBOL_GPL net/bridge/bridge 0x1fd2d41f br_vlan_get_pvid +EXPORT_SYMBOL_GPL net/bridge/bridge 0x242e147a br_multicast_list_adjacent +EXPORT_SYMBOL_GPL net/bridge/bridge 0x29a903b1 br_get_ageing_time +EXPORT_SYMBOL_GPL net/bridge/bridge 0x55295940 br_multicast_has_querier_adjacent +EXPORT_SYMBOL_GPL net/bridge/bridge 0x6031b420 br_vlan_get_proto +EXPORT_SYMBOL_GPL net/bridge/bridge 0x6b50f5f9 br_multicast_has_router_adjacent +EXPORT_SYMBOL_GPL net/bridge/bridge 0x808a8f12 br_mst_get_state +EXPORT_SYMBOL_GPL net/bridge/bridge 0x82aaf05a br_mst_enabled +EXPORT_SYMBOL_GPL net/bridge/bridge 0x8b178e41 br_port_get_stp_state +EXPORT_SYMBOL_GPL net/bridge/bridge 0x99268bde nf_br_ops +EXPORT_SYMBOL_GPL net/bridge/bridge 0x9b28b149 br_mst_get_info +EXPORT_SYMBOL_GPL net/bridge/bridge 0x9c70abeb br_vlan_get_info +EXPORT_SYMBOL_GPL net/bridge/bridge 0x9fae22ed br_handle_frame_finish +EXPORT_SYMBOL_GPL net/bridge/bridge 0xa8b738e1 br_dev_queue_push_xmit +EXPORT_SYMBOL_GPL net/bridge/bridge 0xaa966310 br_vlan_get_info_rcu +EXPORT_SYMBOL_GPL net/bridge/bridge 0xbd7ad48f br_forward +EXPORT_SYMBOL_GPL net/bridge/bridge 0xc050183a br_multicast_has_querier_anywhere +EXPORT_SYMBOL_GPL net/bridge/bridge 0xe28c802e br_fdb_clear_offload +EXPORT_SYMBOL_GPL net/bridge/bridge 0xe8d1bf4e br_multicast_router +EXPORT_SYMBOL_GPL net/bridge/bridge 0xeb656edd br_vlan_get_pvid_rcu +EXPORT_SYMBOL_GPL net/bridge/bridge 0xee1bfd76 br_multicast_enabled +EXPORT_SYMBOL_GPL net/bridge/bridge 0xf26ecc91 br_fdb_find_port +EXPORT_SYMBOL_GPL net/bridge/bridge 0xf5587dc5 br_vlan_enabled +EXPORT_SYMBOL_GPL net/core/failover 0x41b19510 failover_register +EXPORT_SYMBOL_GPL net/core/failover 0xca460f40 failover_unregister +EXPORT_SYMBOL_GPL net/core/failover 0xe31044e0 failover_slave_unregister +EXPORT_SYMBOL_GPL net/dccp/dccp 0x04f170f0 dccp_reqsk_init +EXPORT_SYMBOL_GPL net/dccp/dccp 0x182ec2bf dccp_ackvec_parsed_add +EXPORT_SYMBOL_GPL net/dccp/dccp 0x1aa98c41 dccp_rcv_state_process +EXPORT_SYMBOL_GPL net/dccp/dccp 0x22d3a767 dccp_ioctl +EXPORT_SYMBOL_GPL net/dccp/dccp 0x244060ac dccp_sendmsg +EXPORT_SYMBOL_GPL net/dccp/dccp 0x2bb3cea0 dccp_done +EXPORT_SYMBOL_GPL net/dccp/dccp 0x31807130 dccp_child_process +EXPORT_SYMBOL_GPL net/dccp/dccp 0x338e9022 dccp_send_sync +EXPORT_SYMBOL_GPL net/dccp/dccp 0x39ade2ec dccp_check_req +EXPORT_SYMBOL_GPL net/dccp/dccp 0x42ba6866 dccp_feat_nn_get +EXPORT_SYMBOL_GPL net/dccp/dccp 0x4872283b dccp_recvmsg +EXPORT_SYMBOL_GPL net/dccp/dccp 0x4cdd391d dccp_feat_list_purge +EXPORT_SYMBOL_GPL net/dccp/dccp 0x52672f0b dccp_getsockopt +EXPORT_SYMBOL_GPL net/dccp/dccp 0x59814a84 dccp_statistics +EXPORT_SYMBOL_GPL net/dccp/dccp 0x5b65e9da dccp_parse_options +EXPORT_SYMBOL_GPL net/dccp/dccp 0x5c2b804c dccp_init_sock +EXPORT_SYMBOL_GPL net/dccp/dccp 0x5f57859f dccp_feat_signal_nn_change +EXPORT_SYMBOL_GPL net/dccp/dccp 0x5fa0a86d dccp_create_openreq_child +EXPORT_SYMBOL_GPL net/dccp/dccp 0x63fc4702 dccp_insert_option +EXPORT_SYMBOL_GPL net/dccp/dccp 0x6768ee80 dccp_rcv_established +EXPORT_SYMBOL_GPL net/dccp/dccp 0x6cb7db86 dccp_make_response +EXPORT_SYMBOL_GPL net/dccp/dccp 0x73ac69a4 dccp_close +EXPORT_SYMBOL_GPL net/dccp/dccp 0x73c53a06 dccp_disconnect +EXPORT_SYMBOL_GPL net/dccp/dccp 0x8070c2a8 dccp_connect +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 0x9598d24d dccp_ackvec_parsed_cleanup +EXPORT_SYMBOL_GPL net/dccp/dccp 0x97fc3146 dccp_destruct_common +EXPORT_SYMBOL_GPL net/dccp/dccp 0xa80d7bd2 dccp_send_ack +EXPORT_SYMBOL_GPL net/dccp/dccp 0xb926ff2e inet_dccp_listen +EXPORT_SYMBOL_GPL net/dccp/dccp 0xc16167e6 dccp_sync_mss +EXPORT_SYMBOL_GPL net/dccp/dccp 0xc2216535 dccp_shutdown +EXPORT_SYMBOL_GPL net/dccp/dccp 0xd5047151 dccp_setsockopt +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 0xe038c323 dccp_ctl_make_reset +EXPORT_SYMBOL_GPL net/dccp/dccp 0xe7842a66 dccp_set_state +EXPORT_SYMBOL_GPL net/dccp/dccp 0xe7ef8fa6 dccp_destroy_sock +EXPORT_SYMBOL_GPL net/dccp/dccp 0xeebf435b dccp_reqsk_send_ack +EXPORT_SYMBOL_GPL net/dccp/dccp 0xf3405368 dccp_poll +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x3d9dbfa7 dccp_invalid_packet +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x54ae4aee dccp_v4_connect +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x851617a4 dccp_v4_do_rcv +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0xa8f4b325 dccp_v4_request_recv_sock +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0xb8c264ff dccp_v4_send_check +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0xd32cd53c dccp_v4_conn_request +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x0a3eeca9 dsa_unregister_switch +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x0c6039ac dsa_flush_workqueue +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x16fd0fd0 dsa_devlink_resource_occ_get_unregister +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x182f24a0 dsa_devlink_params_unregister +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x253250ad dsa_tag_8021q_unregister +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x328c60fa dsa_tag_8021q_register +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x3f587348 dsa_tag_8021q_find_port_by_vbid +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 0x47e6970f dsa_tag_8021q_bridge_join +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x4ba1ab08 dsa_devlink_resource_occ_get_register +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x5ed96c66 dsa_8021q_xmit +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x64301aba dsa_port_phylink_mac_change +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x69413460 dsa_fdb_present_in_other_db +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x6e85513c dsa_enqueue_skb +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x7c0f0e80 dsa_devlink_params_register +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x7ed21009 dsa_switch_suspend +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x839ea0d9 dsa_tag_drivers_register +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x8b74854b dsa_switch_shutdown +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x8b7db5cc dsa_devlink_region_create +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x993f21b2 dsa_tag_drivers_unregister +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x9a5aa403 dsa_devlink_resources_unregister +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x9e59271d dsa_8021q_rx_source_port +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xa0435bc6 dsa_port_from_netdev +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xa05c3267 dsa_switch_resume +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xa7f4c289 dsa_tag_8021q_bridge_leave +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xbe6eda03 dsa_devlink_port_region_create +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xc23e8d5f dsa_devlink_region_destroy +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xc76846ef dsa_slave_dev_check +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xd008cfb5 dsa_devlink_resource_register +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xd077e855 dsa_devlink_param_get +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xd3f64f3b dsa_register_switch +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xd72195ab dsa_mdb_present_in_other_db +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xe59010c7 dsa_switch_find +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xeaf0dc58 dsa_tag_8021q_standalone_vid +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xf13e1803 vid_is_dsa_8021q +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xfadaf252 dsa_8021q_rcv +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xfd3e2b67 dsa_devlink_param_set +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x0ed88e3d nl802154_scan_event +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x11ece68f ieee802154_hdr_peek_addrs +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x5525a9d6 ieee802154_hdr_peek +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x87e2553b ieee802154_max_payload +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x8932f690 ieee802154_hdr_push +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0xf512f2ad ieee802154_hdr_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 0x709ad742 ife_encode +EXPORT_SYMBOL_GPL net/ife/ife 0xcb86f4bc ife_decode +EXPORT_SYMBOL_GPL net/ife/ife 0xe7888e98 ife_tlv_meta_encode +EXPORT_SYMBOL_GPL net/ipv4/esp4 0x1b4675b6 esp_output_head +EXPORT_SYMBOL_GPL net/ipv4/esp4 0x4c1cf16e esp_input_done2 +EXPORT_SYMBOL_GPL net/ipv4/esp4 0xbadc804c esp_output_tail +EXPORT_SYMBOL_GPL net/ipv4/gre 0x402c96a9 gre_del_protocol +EXPORT_SYMBOL_GPL net/ipv4/gre 0xac29b018 gre_add_protocol +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x3a324222 inet_diag_find_one_icsk +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x73a9624e inet_diag_dump_icsk +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x8b927e42 inet_diag_dump_one_icsk +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0xa6c5c725 inet_diag_msg_common_fill +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0xac7085c6 inet_diag_register +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0xb311a46c inet_diag_bc_sk +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0xb73dad58 inet_diag_unregister +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0xda49f929 inet_sk_diag_fill +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0xea41ad4e inet_diag_msg_attrs_fill +EXPORT_SYMBOL_GPL net/ipv4/ip_gre 0x86bc9938 gretap_fb_dev_create +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x0a47adb0 ip_tunnel_xmit +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x28e52456 ip_tunnel_uninit +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x40f86b5d ip_tunnel_init +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x47622806 ip_tunnel_encap_setup +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x529589c6 ip_tunnel_delete_nets +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x575431eb ip_tunnel_rcv +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x5d92a4dd ip_tunnel_siocdevprivate +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x74cce6d8 ip_tunnel_change_mtu +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x9e6dda52 ip_tunnel_init_net +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xa9644740 ip_md_tunnel_xmit +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xaf89214c ip_tunnel_newlink +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xb0831e92 ip_tunnel_changelink +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xc4e29aa4 ip_tunnel_setup +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xd0244731 ip_tunnel_ctl +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xd4026884 ip_tunnel_lookup +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xd440ddc8 __ip_tunnel_change_mtu +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xf47b82d7 ip_tunnel_dellink +EXPORT_SYMBOL_GPL net/ipv4/netfilter/arp_tables 0x183bb4f4 arpt_alloc_initial_table +EXPORT_SYMBOL_GPL net/ipv4/netfilter/ip_tables 0x1c2ceb5c ipt_alloc_initial_table +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_defrag_ipv4 0x9b176793 nf_defrag_ipv4_enable +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_defrag_ipv4 0xf4d904f6 nf_defrag_ipv4_disable +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_dup_ipv4 0xb4d3b1f0 nf_dup_ipv4 +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0x2074e7fd nf_reject_iphdr_put +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0x32bf0246 nf_send_unreach +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0x72fe198b nf_reject_skb_v4_tcp_reset +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0x8af38f99 nf_reject_skb_v4_unreach +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0xd99ce873 nf_reject_ip_tcphdr_get +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0xf3428aad nf_send_reset +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0xff7c6706 nf_reject_ip_tcphdr_put +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_socket_ipv4 0xca0ff706 nf_sk_lookup_slow_v4 +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_tproxy_ipv4 0x064919e8 nf_tproxy_get_sock_v4 +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_tproxy_ipv4 0x2ba7a547 nf_tproxy_laddr4 +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_tproxy_ipv4 0x4939ee51 nf_tproxy_handle_time_wait4 +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nft_fib_ipv4 0x80b237aa nft_fib4_eval_type +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nft_fib_ipv4 0xacca0639 nft_fib4_eval +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x23b2271d tcp_vegas_pkts_acked +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x3362d88c tcp_vegas_cwnd_event +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0xd6c7f647 tcp_vegas_state +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0xdb470d26 tcp_vegas_init +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0xdbced524 tcp_vegas_get_info +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0x2fa8abb8 udp_tunnel_sock_release +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0x34a04f34 setup_udp_tunnel_sock +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0x3fd36bd5 udp_tunnel_xmit_skb +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0xa95558cb udp_tunnel_push_rx_port +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0xc733d42e udp_tun_rx_dst +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0xd25c20b2 udp_tunnel_notify_add_rx_port +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0xe02533f0 udp_tunnel_notify_del_rx_port +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0xf0168863 udp_tunnel_drop_rx_port +EXPORT_SYMBOL_GPL net/ipv6/esp6 0x050f5235 esp6_output_head +EXPORT_SYMBOL_GPL net/ipv6/esp6 0x381cd6ca esp6_output_tail +EXPORT_SYMBOL_GPL net/ipv6/esp6 0x9e542c6e esp6_input_done2 +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0x522f9f15 ip6_tnl_xmit_ctl +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0x7ac51248 ip6_tnl_rcv_ctl +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0x868c5735 ip6_tnl_encap_setup +EXPORT_SYMBOL_GPL net/ipv6/ip6_udp_tunnel 0x4370e906 udp_sock_create6 +EXPORT_SYMBOL_GPL net/ipv6/ip6_udp_tunnel 0x6bb34777 udp_tunnel6_xmit_skb +EXPORT_SYMBOL_GPL net/ipv6/netfilter/ip6_tables 0x503bb6a3 ip6t_alloc_initial_table +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_defrag_ipv6 0x80c14905 nf_ct_frag6_gather +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_defrag_ipv6 0x8ad35c08 nf_defrag_ipv6_disable +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_defrag_ipv6 0xab7bca92 nf_defrag_ipv6_enable +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_dup_ipv6 0x2d95ff14 nf_dup_ipv6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0x1a43c8d5 nf_reject_ip6_tcphdr_put +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0x242d5766 nf_reject_ip6_tcphdr_get +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0x3e68a953 nf_send_unreach6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0xa29a30e8 nf_reject_skb_v6_unreach +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0xb1293a0a nf_send_reset6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0xcaa7a4df nf_reject_skb_v6_tcp_reset +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0xd8629c4c nf_reject_ip6hdr_put +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_socket_ipv6 0x4d68566f nf_sk_lookup_slow_v6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_tproxy_ipv6 0x3079f9c0 nf_tproxy_get_sock_v6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_tproxy_ipv6 0x6b5e9b00 nf_tproxy_laddr6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_tproxy_ipv6 0xce1b4fed nf_tproxy_handle_time_wait6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nft_fib_ipv6 0xae07c595 nft_fib6_eval_type +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nft_fib_ipv6 0xf80c7ea1 nft_fib6_eval +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x099658fe l2tp_tunnel_inc_refcount +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x283cb7c7 l2tp_xmit_skb +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x2881c33d l2tp_session_inc_refcount +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x2b8aa534 l2tp_tunnel_dec_refcount +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x4cb327cb l2tp_session_dec_refcount +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x4d83d614 l2tp_session_get +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x52a6bd44 l2tp_session_get_by_ifname +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x686100aa l2tp_tunnel_create +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x7a3a808f l2tp_session_set_header_len +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x7d45b431 l2tp_tunnel_register +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x89929ac9 l2tp_tunnel_get +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xa63a2f1a l2tp_tunnel_delete +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xaa36e921 l2tp_session_delete +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xb9747f65 l2tp_udp_encap_recv +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xbeae01e5 l2tp_session_create +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xd5e10de2 l2tp_recv_common +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xda80ec0d l2tp_tunnel_get_nth +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xdd459b34 l2tp_tunnel_get_session +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xded41624 l2tp_session_register +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xe4b33d3f l2tp_sk_to_tunnel +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xf3054dcb l2tp_session_get_nth +EXPORT_SYMBOL_GPL net/l2tp/l2tp_ip 0x246c85ad l2tp_ioctl +EXPORT_SYMBOL_GPL net/l2tp/l2tp_netlink 0x337f2432 l2tp_nl_unregister_ops +EXPORT_SYMBOL_GPL net/l2tp/l2tp_netlink 0x94ececed l2tp_nl_register_ops +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x05bc3dd4 ieee80211_iterate_interfaces +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x063b21be ieee80211_calc_rx_airtime +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x1167639e 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 0x23def61e ieee80211_resume_disconnect +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x29c90595 ieee80211_gtk_rekey_notify +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x325df4a8 ieee80211_find_sta_by_link_addrs +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x44f34144 ieee80211_iter_chan_contexts_atomic +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x4a338d73 ieee80211_iterate_active_interfaces_mtx +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x4ce9fa27 ieee80211_calc_tx_airtime +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x4f0099a5 ieee80211_ave_rssi +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x6cd2106b ieeee80211_obss_color_collision_notify +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x7024ac84 ieee80211_ready_on_channel +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x8caa1248 ieee80211_gtk_rekey_add +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x92590054 ieee80211_set_active_links +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x9e1c1431 ieee80211_key_replay +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xa0a22354 ieee80211_update_mu_groups +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xa5b3afc4 ieee80211_iterate_active_interfaces_atomic +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xa85a131d ieee80211_iterate_stations +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xa8a7313a ieee80211_color_change_finish +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xb6979358 ieee80211_vif_to_wdev +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xc9740af8 ieee80211_hw_restart_disconnect +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xcd344b95 ieee80211_request_smps +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xcdf63821 ieee80211_find_sta_by_ifaddr +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xd004ea88 ieee80211_key_mic_failure +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xe8b96551 ieee80211_set_active_links_async +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xea792270 ieee80211_remove_key +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xebf1c13a ieee80211_iterate_stations_atomic +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xee8ef4de ieee80211_remain_on_channel_expired +EXPORT_SYMBOL_GPL net/mpls/mpls_router 0x44c1b228 nla_put_labels +EXPORT_SYMBOL_GPL net/mpls/mpls_router 0x5647d8ba mpls_pkt_too_big +EXPORT_SYMBOL_GPL net/mpls/mpls_router 0x658443b5 mpls_stats_inc_outucastpkts +EXPORT_SYMBOL_GPL net/mpls/mpls_router 0x8ee316eb nla_get_labels +EXPORT_SYMBOL_GPL net/mpls/mpls_router 0x94f164c5 mpls_output_possible +EXPORT_SYMBOL_GPL net/mpls/mpls_router 0x9882ae51 mpls_dev_mtu +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x00b3e0ec ip_set_put_extensions +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x016c3716 ip_set_get_ip6_port +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x0c777b9c ip_set_get_byname +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x0cdbba6a ip_set_name_byindex +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x1f8d625e ip_set_type_unregister +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x22d966c6 ip_set_range_to_cidr +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x32a68f56 ip_set_add +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x397f6231 ip_set_free +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x4ade81ec ip_set_nfnl_get_byindex +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x59da92f6 ip_set_init_comment +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x73d57ede ip_set_type_register +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x7623ebe0 ip_set_match_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 0x92a7890e ip_set_get_ip4_port +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x9a5d1c36 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 0xc7b80d95 ip_set_put_byindex +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xd997a9c1 ip_set_elem_len +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xe781840d ip_set_del +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xea5bf650 ip_set_put_flags +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xf3b4d4ae ip_set_alloc +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xf4da6248 ip_set_get_extensions +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xf50fb608 ip_set_nfnl_put +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xfaf78fa9 ip_set_extensions +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0x63189679 unregister_ip_vs_pe +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0x860590a0 register_ip_vs_pe +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0xc59fbf5d ip_vs_conn_in_get_proto +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0xdf8bb52a ip_vs_conn_out_get_proto +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0x250a0693 nf_conncount_add +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0x2f414775 nf_conncount_init +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0x389f16f5 nf_conncount_gc_list +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0x3f12d4a9 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_conncount 0xf5adeb25 nf_conncount_count +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0157a917 nf_ct_remove_expectations +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0460ec0f nf_ct_invert_tuple +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x04b59d92 nf_confirm +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x06d401c2 nf_ct_expect_iterate_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0a5aa76f __nf_ct_change_timeout +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0bc00f80 nf_nat_helper_try_module_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0c462543 nf_ct_iterate_cleanup_net +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0c558d95 nf_nat_helper_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x13531ca1 nf_ct_untimeout +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x1540739e nf_ct_seqadj_set +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x19bb24e5 nf_conntrack_helpers_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x206657a3 nf_conn_pernet_ecache +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x21951714 nf_ct_tmpl_free +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x2364bcf9 nf_ct_bridge_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x249601ef nf_ct_iterate_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x280f1872 __nf_conntrack_confirm +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 0x29180b9c nf_ct_destroy_timeout +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x2a36e822 nf_ct_helper +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x2b000938 __nf_ct_try_assign_helper +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x2e5faa0e nf_ct_remove_expect +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x319b8512 nf_ct_l4proto_log_invalid +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x3383a8f5 nf_ct_add_helper +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x377c7b05 nf_conntrack_hash_check_insert +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x3885af4e nf_connlabels_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x3c41ed20 nf_conntrack_find_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x45b7ff2f nf_ct_deliver_cached_events +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x47c31bed nf_ct_set_timeout +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x4bde3a09 nf_conntrack_free +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x4d9c6c37 nf_conntrack_eventmask_report +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x4e6d0525 nf_conntrack_alloc +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x533bc39e nf_ct_helper_expectfn_find_by_name +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x5575e345 nf_ct_expect_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x5d7001ce nf_conntrack_count +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x5e7703c9 nf_ct_expect_iterate_net +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x5f973573 __nf_ct_refresh_acct +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x61befc6e nf_ct_l4proto_find +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x6497144b nf_conntrack_register_notifier +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x693c3961 nf_ct_helper_hash +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x6b553a25 nf_ct_expect_related_report +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x6c79477c nf_ct_gre_keymap_add +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x702b4339 nf_ct_seq_adjust +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x74439109 nf_ct_helper_expectfn_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x749f3511 nf_ct_seqadj_init +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x752f0aa2 nf_ct_port_nlattr_to_tuple +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x76b0c43a __nf_ct_change_status +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x773c94d9 nf_ct_helper_ext_add +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x7bf834c1 nf_ct_unlink_expect_report +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x7ff788ae nf_ct_kill_acct +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x818e4b31 nf_ct_netns_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x81d59236 nf_ct_port_tuple_to_nlattr +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x847896ca nf_conntrack_in +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x85080a5d nf_ct_tmpl_alloc +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x866f90bb nf_ct_helper_expectfn_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8bd994e7 __nf_ct_expect_find +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8c4388b1 nf_nat_helper_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8ffe7e89 nf_conntrack_htable_size +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x95ee32d4 nf_ct_expect_init +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x979edab2 nf_conntrack_helper_try_module_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x99ca57d7 nf_ct_helper_log +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x9adb7399 nf_conntrack_expect_lock +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x9ae3f859 nf_ct_ecache_ext_add +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x9f81b9db nf_ct_unexpect_related +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xa49bfc8f nf_connlabels_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xaa0f063d nf_ct_netns_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xaf0847f0 nf_conntrack_locks +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb39356f5 nf_ct_port_nla_policy +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb6b05ddd nf_ct_expect_find_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xbca54777 nf_ct_get_id +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xbd26a4f1 nf_ct_seq_offset +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc061cbfa nf_nat_helper_register +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 0xc4423d26 nf_connlabels_replace +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc82f63bd nf_conntrack_unregister_notifier +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd08f1910 nf_conntrack_helpers_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd505c3e0 nf_ct_port_nlattr_tuple_size +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd6b3bf13 nf_ct_bridge_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd8656254 nf_ct_tcp_seqadj_set +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xdba7326b nf_conntrack_lock +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xdebad318 nf_conntrack_helper_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xdedc9644 __nf_conntrack_helper_find +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xe13922b2 nf_ct_gre_keymap_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xe26a6c52 nf_ct_timeout_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xe3a18ae9 nf_ct_acct_add +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xe63a4018 nf_ct_delete +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xe6ac6978 nf_conntrack_helper_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xe99968d9 nf_conntrack_tuple_taken +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xe9c8c159 nf_ct_get_tuplepr +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xec8beba6 nf_ct_expect_hash +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xed773be8 nf_conntrack_alter_reply +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf28e85a0 nf_ct_change_status_common +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf38bcdf3 nf_conntrack_max +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf400fdbe nf_ct_expect_alloc +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf8166999 nf_conntrack_helper_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xfbe2b90d nf_ct_helper_init +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xfd571e28 nf_ct_helper_expectfn_find_by_symbol +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xff4014f5 nf_l4proto_log_invalid +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_amanda 0x987f857b nf_nat_amanda_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_broadcast 0x14558c39 nf_conntrack_broadcast_help +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_ftp 0x2919b22a nf_nat_ftp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x09634894 nfct_h323_nat_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0xdfa6c25a get_h225_addr +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_irc 0xfe5776e3 nf_nat_irc_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_pptp 0xa794fe6e nf_nat_pptp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x255af9c6 ct_sip_parse_request +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x798168fe ct_sip_parse_address_param +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x80db8cc9 ct_sip_parse_numerical_param +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0xbcbdfbef ct_sip_get_sdp_header +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0xceb2de36 ct_sip_parse_header_uri +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0xef0766a1 ct_sip_get_header +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0xf3379092 nf_nat_sip_hooks +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_snmp 0x69cd7bd2 nf_nat_snmp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_tftp 0xe3eb639c nf_nat_tftp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_dup_netdev 0x298f277f nft_fwd_dup_netdev_offload +EXPORT_SYMBOL_GPL net/netfilter/nf_dup_netdev 0x3e78eac5 nf_dup_netdev_egress +EXPORT_SYMBOL_GPL net/netfilter/nf_dup_netdev 0x3efeb779 nf_fwd_netdev_egress +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x08d9ffd1 flow_offload_lookup +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x222bbb16 flow_offload_refresh +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x445c1781 nf_flow_table_cleanup +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x4f0e2f3f flow_offload_teardown +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x6198a2a4 nf_flow_table_offload_setup +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x659f59d3 flow_offload_add +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x6c245c32 nf_flow_table_free +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x944893ad nf_flow_offload_ip_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x962c5d10 flow_offload_alloc +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xa8014a26 nf_flow_table_init +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xb33c736c flow_offload_free +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xc175e893 nf_flow_rule_route_ipv4 +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xc787edd1 nf_flow_snat_port +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xcc848a79 nf_flow_dnat_port +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xd549d0b0 flow_offload_route_init +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xded535ec nf_flow_rule_route_ipv6 +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xe4e974a2 nf_flow_offload_ipv6_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x15b44b6b nf_nat_redirect_ipv6 +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x16d8d85b nf_nat_icmpv6_reply_translation +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x2189e5d6 nf_nat_packet +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x29b984d9 nf_nat_masquerade_ipv6 +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x37fb8f0f nf_nat_ipv6_unregister_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x399130eb nf_nat_exp_find_port +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x3bc17c49 nf_nat_masquerade_inet_register_notifiers +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x4065b5bd nf_nat_inet_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x5c5710ee nf_nat_alloc_null_binding +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x5db30477 nf_nat_ipv6_register_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x6617c09c nf_nat_inet_unregister_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x76f66e5b nf_ct_nat_ext_add +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x8aed6f74 nf_nat_ipv4_register_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x9af1e2ce nf_nat_masquerade_ipv4 +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xc6b6b342 nf_nat_ipv4_unregister_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xca76d65b 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 0xe0702ddd nf_nat_icmp_reply_translation +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xe2e9eafe nf_nat_redirect_ipv4 +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xf106badc nf_ct_nat +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x1f099794 synproxy_init_timestamp_cookie +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x2ced2a53 ipv6_synproxy_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x34d1f7a2 synproxy_recv_client_ack_ipv6 +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x46caf5f8 synproxy_recv_client_ack +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x4aba2ef8 synproxy_send_client_synack +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x4e622b71 nf_synproxy_ipv6_fini +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x55afae83 nf_synproxy_ipv6_init +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x6e1a1f59 ipv4_synproxy_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x715fabd7 synproxy_send_client_synack_ipv6 +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x920165fd synproxy_parse_options +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xc5b52e4f nf_synproxy_ipv4_fini +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xca9fc082 synproxy_net_id +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xde78abbd nf_synproxy_ipv4_init +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x16d549b8 nft_unregister_obj +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x17aef65d nft_unregister_expr +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x2298c355 nft_meta_get_reduce +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x26587a1b nft_obj_lookup +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x2e3c9e69 nft_meta_inner_eval +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x3251d762 nf_tables_trans_destroy_flush_work +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x383351bf nft_data_dump +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x3bf47cc8 nft_register_obj +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x3cd5889f nft_chain_validate +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x41b71e65 nft_trace_enabled +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x41e15e3a nft_set_do_lookup +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x42a6241c nft_set_elem_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x4c522f78 nft_reg_track_cancel +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x4cecbb60 nft_meta_policy +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x536c3066 nf_tables_deactivate_set +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x5d0f4059 nft_chain_validate_dependency +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x5fb53a4c nft_data_release +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x66ec4309 nft_parse_register_store +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x77faa278 nft_data_init +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x786f8d9c nft_meta_set_dump +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x7d3fe850 nft_meta_set_init +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x82666171 nft_register_flowtable_type +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x853040bc nft_unregister_chain_type +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x85cd1c6d nft_do_chain +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x86afb084 nf_tables_activate_set +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x96b7eb5f nft_meta_set_eval +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x9846a16f __nft_reg_track_cancel +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x9c94171b nft_request_module +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xa021e728 nft_obj_notify +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xa200daad nft_meta_get_init +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xa313531f nft_expr_reduce_bitwise +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xa516cfa2 nft_unregister_flowtable_type +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xaa38f77a nft_meta_set_validate +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xae47eb8d nft_chain_validate_hooks +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xb11d524c nf_tables_destroy_set +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xb2c4b9fd nf_tables_deactivate_flowtable +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xb38cf8a6 nft_dump_register +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xc407366d nft_meta_get_dump +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xc75587f4 nft_reg_track_update +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xc8ec094b __nft_release_basechain +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xc99678f5 nft_register_expr +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xd54a8faf nft_meta_set_destroy +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 0xe712d3f3 nft_register_chain_type +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xea9555b4 nft_meta_get_eval +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xedadcc89 nf_tables_bind_set +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xf02ce742 nft_set_lookup_global +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xf64afa5a nft_set_catchall_lookup +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xf7d9fa26 nft_flowtable_lookup +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x3569e39b nfnetlink_unicast +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x4b2425ed nfnetlink_set_err +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x5ce3b588 nfnl_lock +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x78663596 nfnetlink_send +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x9a58e051 nfnetlink_subsys_unregister +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x9f60d54a nfnetlink_broadcast +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0xc57aaa1f nfnetlink_subsys_register +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0xdb065657 nfnl_unlock +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0xdf3c4dc0 nfnetlink_has_listeners +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0x70b99a79 nfnl_acct_update +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0x79b2734d nfnl_acct_find_get +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0x9e83683e 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 0xb4ff57e4 nf_osf_match +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_osf 0xeadb8855 nf_osf_find +EXPORT_SYMBOL_GPL net/netfilter/nft_fib 0x05927c05 nft_fib_store_result +EXPORT_SYMBOL_GPL net/netfilter/nft_fib 0x0ffa2ad7 nft_fib_reduce +EXPORT_SYMBOL_GPL net/netfilter/nft_fib 0x1d96a306 nft_fib_init +EXPORT_SYMBOL_GPL net/netfilter/nft_fib 0x5de06d0f nft_fib_validate +EXPORT_SYMBOL_GPL net/netfilter/nft_fib 0xb116ce90 nft_fib_dump +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0x1de558c1 nft_reject_icmpv6_code +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0x43fc5c66 nft_reject_validate +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0x9d46ccf8 nft_reject_policy +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0xa6b0f597 nft_reject_init +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0xdbb5ccbb 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 0x1b356b42 xt_check_target +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x1b70af48 xt_unregister_table +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x33116354 xt_compat_match_from_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x3daea11c xt_request_find_table_lock +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x4375daf2 xt_compat_target_offset +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x5160c477 xt_compat_match_offset +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x5242fd0d xt_proto_init +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x53e896f5 xt_request_find_match +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x56387dd9 xt_target_to_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x5ac9c362 xt_compat_target_to_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x634f146a xt_match_to_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x6391fb04 xt_register_template +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x64c1df40 xt_register_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 0x823edea5 xt_compat_add_offset +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x8358e121 xt_compat_target_from_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x8b8ae721 xt_replace_table +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x97f94c19 xt_hook_ops_alloc +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x9c995c69 xt_percpu_counter_alloc +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xa3abf1be xt_request_find_target +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xa6b0d747 xt_table_unlock +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xa7c94f1d xt_compat_lock +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xbfacb837 xt_percpu_counter_free +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xc7fae024 xt_compat_calc_jump +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xd1b362fd xt_find_table_lock +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 0xde625185 xt_check_match +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xdeb96184 xt_proto_fini +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xe88a766b xt_compat_match_to_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xf6abeb06 xt_copy_counters +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xfa2cee7b xt_unregister_template +EXPORT_SYMBOL_GPL net/netfilter/xt_RATEEST 0x2e8b651d xt_rateest_lookup +EXPORT_SYMBOL_GPL net/netfilter/xt_RATEEST 0x51c049a0 xt_rateest_put +EXPORT_SYMBOL_GPL net/nfc/nci/nci_spi 0x33a6fbaa nci_spi_read +EXPORT_SYMBOL_GPL net/nfc/nci/nci_spi 0xa1ab3621 nci_spi_allocate_spi +EXPORT_SYMBOL_GPL net/nfc/nci/nci_spi 0xe0cd6e4a nci_spi_send +EXPORT_SYMBOL_GPL net/nfc/nci/nci_uart 0x0373eb9b nci_uart_register +EXPORT_SYMBOL_GPL net/nfc/nci/nci_uart 0x69bc57a9 nci_uart_unregister +EXPORT_SYMBOL_GPL net/nfc/nci/nci_uart 0x8aac5771 nci_uart_set_config +EXPORT_SYMBOL_GPL net/nsh/nsh 0x442fadac nsh_push +EXPORT_SYMBOL_GPL net/nsh/nsh 0xa8d1e508 nsh_pop +EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0x706cfd2f ovs_netdev_link +EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0x828b1fa4 __ovs_vport_ops_register +EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0x901a7d84 ovs_netdev_tunnel_destroy +EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0x98115406 ovs_vport_ops_unregister +EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0xc9b02410 ovs_vport_alloc +EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0xff3e3f31 ovs_vport_free +EXPORT_SYMBOL_GPL net/psample/psample 0x220db1e5 psample_sample_packet +EXPORT_SYMBOL_GPL net/psample/psample 0x2606d136 psample_group_put +EXPORT_SYMBOL_GPL net/psample/psample 0x547c9be9 psample_group_get +EXPORT_SYMBOL_GPL net/psample/psample 0x79159162 psample_group_take +EXPORT_SYMBOL_GPL net/qrtr/qrtr 0x1b2a6247 qrtr_endpoint_unregister +EXPORT_SYMBOL_GPL net/qrtr/qrtr 0x628f7313 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 0xbf84499d qrtr_endpoint_post +EXPORT_SYMBOL_GPL net/rds/rds 0x00a467af rds_wq +EXPORT_SYMBOL_GPL net/rds/rds 0x0408d520 rds_connect_path_complete +EXPORT_SYMBOL_GPL net/rds/rds 0x04e3dfba rds_trans_register +EXPORT_SYMBOL_GPL net/rds/rds 0x0e6c7d78 rds_send_path_reset +EXPORT_SYMBOL_GPL net/rds/rds 0x1986a232 rds_conn_path_connect_if_down +EXPORT_SYMBOL_GPL net/rds/rds 0x1ec43264 rds_rdma_send_complete +EXPORT_SYMBOL_GPL net/rds/rds 0x1f44124b rds_send_ping +EXPORT_SYMBOL_GPL net/rds/rds 0x20c5e653 rds_cong_map_updated +EXPORT_SYMBOL_GPL net/rds/rds 0x26285e5a rds_info_register_func +EXPORT_SYMBOL_GPL net/rds/rds 0x2b0d543c rds_message_add_extension +EXPORT_SYMBOL_GPL net/rds/rds 0x2caee1b8 rds_trans_unregister +EXPORT_SYMBOL_GPL net/rds/rds 0x2f51f2ac rds_send_xmit +EXPORT_SYMBOL_GPL net/rds/rds 0x36087aa4 rds_stats +EXPORT_SYMBOL_GPL net/rds/rds 0x3cc83a3d rds_inc_init +EXPORT_SYMBOL_GPL net/rds/rds 0x43fe522e rds_inc_put +EXPORT_SYMBOL_GPL net/rds/rds 0x45a4781e rds_addr_cmp +EXPORT_SYMBOL_GPL net/rds/rds 0x48666cf8 rds_conn_drop +EXPORT_SYMBOL_GPL net/rds/rds 0x4eae6a4e rds_conn_create +EXPORT_SYMBOL_GPL net/rds/rds 0x505d8cef rds_message_addref +EXPORT_SYMBOL_GPL net/rds/rds 0x50645565 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 0x59a7561e rds_conn_path_drop +EXPORT_SYMBOL_GPL net/rds/rds 0x6f4ed95c rds_conn_create_outgoing +EXPORT_SYMBOL_GPL net/rds/rds 0x70a7ec62 rds_conn_destroy +EXPORT_SYMBOL_GPL net/rds/rds 0x85d71cde rds_message_unmapped +EXPORT_SYMBOL_GPL net/rds/rds 0x85e4e520 rds_stats_info_copy +EXPORT_SYMBOL_GPL net/rds/rds 0x914db6b4 rds_send_path_drop_acked +EXPORT_SYMBOL_GPL net/rds/rds 0x98759f01 rds_for_each_conn_info +EXPORT_SYMBOL_GPL net/rds/rds 0x9a9ffd9b rds_send_drop_acked +EXPORT_SYMBOL_GPL net/rds/rds 0x9dcbbbf0 rds_page_remainder_alloc +EXPORT_SYMBOL_GPL net/rds/rds 0xa8abe583 rds_message_put +EXPORT_SYMBOL_GPL net/rds/rds 0xc2dab779 rds_info_copy +EXPORT_SYMBOL_GPL net/rds/rds 0xe5b9ca33 rds_connect_complete +EXPORT_SYMBOL_GPL net/rds/rds 0xedebcbde rds_inc_path_init +EXPORT_SYMBOL_GPL net/rds/rds 0xef3ed2f2 rds_conn_connect_if_down +EXPORT_SYMBOL_GPL net/rds/rds 0xf9fe492e rds_recv_incoming +EXPORT_SYMBOL_GPL net/rds/rds 0xfa0212ca rds_info_deregister_func +EXPORT_SYMBOL_GPL net/sched/sch_pie 0x19054dc7 pie_process_dequeue +EXPORT_SYMBOL_GPL net/sched/sch_pie 0x6ce9b467 pie_calculate_probability +EXPORT_SYMBOL_GPL net/sched/sch_pie 0x9416afb4 pie_drop_early +EXPORT_SYMBOL_GPL net/sched/sch_taprio 0x19fe655b taprio_offload_free +EXPORT_SYMBOL_GPL net/sched/sch_taprio 0x78555058 taprio_offload_get +EXPORT_SYMBOL_GPL net/sctp/sctp 0x2bebef77 sctp_get_sctp_info +EXPORT_SYMBOL_GPL net/sctp/sctp 0x826acbf5 sctp_for_each_endpoint +EXPORT_SYMBOL_GPL net/sctp/sctp 0xde5870c1 sctp_transport_lookup_process +EXPORT_SYMBOL_GPL net/sctp/sctp 0xee8c606a sctp_transport_traverse_process +EXPORT_SYMBOL_GPL net/smc/smc 0x1218a3a0 smcd_register_dev +EXPORT_SYMBOL_GPL net/smc/smc 0x2f8c6356 smc_unhash_sk +EXPORT_SYMBOL_GPL net/smc/smc 0x5e376a24 smc_hash_sk +EXPORT_SYMBOL_GPL net/smc/smc 0x7449d32d smcd_alloc_dev +EXPORT_SYMBOL_GPL net/smc/smc 0x7f7b0800 smcd_handle_event +EXPORT_SYMBOL_GPL net/smc/smc 0x8d0da049 smcd_handle_irq +EXPORT_SYMBOL_GPL net/smc/smc 0xad71bbb0 smc_proto6 +EXPORT_SYMBOL_GPL net/smc/smc 0xe48fe3a2 smcd_unregister_dev +EXPORT_SYMBOL_GPL net/smc/smc 0xed8d333d smc_proto +EXPORT_SYMBOL_GPL net/smc/smc 0xfb2b1172 smcd_free_dev +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x30133eea 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 0x5aadb94e gss_mech_register +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0xc31a5029 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 0xfeaaa603 gss_mech_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x02c6fe8b svc_drop +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x032b4a41 rpc_clnt_disconnect +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0525eb48 cache_check +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x05307b1b rpc_put_task_async +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0587a5aa xprt_reconnect_backoff +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x05e807a9 xdr_encode_string +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x062e1454 cache_destroy_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x065994f1 xdr_encode_opaque_fixed +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x075d5cc1 xprt_lock_connect +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x08de6f15 rpcb_getport_async +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x08e4d49d xprt_adjust_cwnd +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x09447d2d svc_set_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x09844dfb xprt_free +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x09ab15d8 svc_rpcb_setup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0af367c3 xdr_read_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0c44f8c5 gssd_running +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x11844f57 xprt_pin_rqst +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1481528f cache_seq_next_rcu +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x16455b87 rpcauth_stringify_acceptor +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x16692492 rpc_max_bc_payload +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x168b3366 auth_domain_find +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1c5dee12 xprt_wake_pending_tasks +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1e119a79 rpcauth_get_pseudoflavor +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2022279c xdr_init_decode_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2048348d rpc_remove_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x244d3d00 svc_encode_result_payload +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x28b9b83c rpc_pton +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2919b156 xdr_decode_string_inplace +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x298404bc rpc_force_rebind +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x29f2636f sunrpc_destroy_cache_detail +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x29ff61ee rpc_clnt_xprt_switch_has_addr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2a252ade rpc_call_async +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2ce69fa6 xdr_reserve_space +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2d5def81 sunrpc_cache_lookup_rcu +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2ee16d08 svc_set_num_threads +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3016c8b1 rpc_sleep_on +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x30306d44 xdr_decode_word +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x31a89d59 rpc_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x32047927 read_bytes_from_xdr_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3243e16a svcauth_unix_set_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3270570c svc_proc_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x329205e0 put_rpccred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x330f3ec5 svc_xprt_create +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x342ca296 svc_rpcbind_set_version +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x34d184de rpc_wake_up_status +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x34d516ec svc_unreg_xprt_class +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x364d07ba xdr_stream_decode_string +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x369266eb csum_partial_copy_to_xdr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x37807b1b xdr_init_encode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x37c5fee6 xprt_update_rtt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3828d753 svc_auth_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x387e1639 rpc_pipefs_notifier_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3a0ec22a xprt_release_rqst_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3a9d3c97 xprt_unpin_rqst +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3aa4cf20 rpc_restart_call +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3cecfbf4 rpc_peeraddr2str +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3dcffaf8 rpc_wait_for_completion_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3f9a2b0b rpcauth_get_gssinfo +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x414f6150 svc_exit_thread +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x41501958 rpc_free +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x41dae397 xdr_encode_array2 +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x423a1cfa rpc_clnt_iterate_for_each_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x425b6978 cache_purge +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x42cdaa8f svc_xprt_put +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x43af4df4 xdr_buf_trim +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x455a0d95 xprt_reserve_xprt_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4675e89f rpc_proc_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x46bee91c rpc_sleep_on_priority_timeout +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x486d5ee5 rpc_uaddr2sockaddr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x48d36826 rpc_init_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x49df46cd rpcauth_init_credcache +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4afedab1 xprtiod_workqueue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4c7d443a cache_register_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4ca7e4f6 svc_create +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 0x4ebf4a4f unix_domain_find +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5080d10a svc_rqst_alloc +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5116fa11 rpc_put_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x52140a1e _copy_from_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x53445f68 nlm_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x54377f3b rpc_unlink +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x549c0738 rpc_ntop +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x549e8764 xdr_decode_array2 +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x55f35d01 xdr_stream_pos +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x56375147 rpc_clnt_show_stats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5914f497 rpc_count_iostats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x598afd9d xprt_release_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5a45ba31 svc_auth_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5a72874a xdr_buf_from_iov +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5a7ca58a xdr_stream_decode_opaque +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5c148786 rpc_create +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5d8a5c80 xprt_release_xprt_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5e2b309b rpc_call_sync +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x609202f9 rpc_task_gfp_mask +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x60f7985c svc_recv +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x61a5290e rpc_sleep_on_timeout +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x622b71dc rpc_destroy_pipe_data +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6337c58a rpc_net_ns +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x639cbf8a svc_authenticate +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x63f661e8 xprt_get +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x66ed2439 rpc_destroy_wait_queue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x686ab0a3 xprt_reserve_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6913fbb5 rpc_call_null +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6a868c17 xprt_destroy_backchannel +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6ba15766 xprt_wait_for_reply_request_def +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6c443fe2 auth_domain_put +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6db777d4 svc_bind +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6f664091 xdr_process_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x70dda921 xprt_force_disconnect +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 0x723d989e rpc_sleep_on_priority +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x728501a8 xprt_wait_for_reply_request_rtt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x744daff0 rpc_put_sb_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x74a9ca56 cache_create_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x76ce6b64 rpcauth_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7728ec7c rpcauth_destroy_credcache +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x77490ab7 svc_wake_up +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x785dac69 bc_svc_process +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7938b4ec xprt_free_slot +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7de53067 rpc_init_rtt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7eef3b7f xprt_unregister_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7ef7e885 svc_print_addr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7f004537 svc_rpcb_cleanup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x83a9b051 xdr_set_pagelen +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x861c781c rpc_clone_client_set_auth +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x869ae0d0 rpc_init_pipe_dir_head +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x871bae68 xdr_init_encode_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8720b124 xprt_alloc +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x88cf9af9 xdr_terminate_string +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8ccec075 xprt_disconnect_done +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8d445a97 sunrpc_init_cache_detail +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8d93b8ae rpc_wake_up_next +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8e02ad1d rpc_wake_up_first +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8ea167d3 svc_create_pooled +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8f029bd0 xdr_stream_decode_opaque_dup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8f197d52 cache_unregister_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x915e7dad svc_xprt_deferred_close +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x920baae7 rpc_killall_tasks +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x927e1d72 rpc_switch_client_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x92aba7fa sunrpc_cache_pipe_upcall +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9332e5e2 xdr_inline_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x93517d70 rpc_clnt_swap_activate +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x95cd63a1 rpc_run_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x96260330 xdr_encode_word +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x965af05a xprt_wait_for_buffer_space +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9670b5a1 rpc_free_iostats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x989a198d rpc_clnt_xprt_switch_put +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x98a4f18d svc_generic_rpcbind_set +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x99aee353 rpc_init_priority_wait_queue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9a5def5e rpc_clnt_test_and_add_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9c63bfc1 svc_xprt_init +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9cfb3a6a rpc_num_bc_slots +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9d0e17ca svc_seq_show +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9dcbb4bc sunrpc_cache_update +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9ed69209 svc_rqst_free +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa03571bd svc_addsock +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa089693b xprt_lookup_rqst +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa103c8cd xprt_alloc_slot +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa31b17e0 svc_xprt_copy_addrs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa31b8431 xdr_init_decode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa3e525ae rpcauth_wrap_req_encode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa46660f3 sunrpc_cache_unhash +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa52e5317 rpc_clnt_manage_trunked_xprts +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa52f8a81 svc_reg_xprt_class +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa5edfef7 rpc_pipe_generic_upcall +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa6a24850 svc_xprt_destroy_all +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa7042c12 xdr_stream_move_subsegment +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa71dc60c svc_generic_init_request +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa95bd72b rpc_d_lookup_sb +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xaa960c2e svc_xprt_received +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xac58d769 xprt_register_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xac8cc749 write_bytes_to_xdr_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xaceb0832 rpc_queue_upcall +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xad31b5cd svc_rqst_replace_page +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xae3d2d76 rpc_clnt_xprt_switch_add_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xaee203f9 rpc_mkpipe_dentry +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xaf5bf6ef nfs_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb0b22ad1 xdr_stream_decode_string_dup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb1117d5e xprt_setup_backchannel +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb206f026 svc_xprt_close +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb44c039f rpc_exit +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb51a3724 rpc_pipefs_notifier_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb6149a09 xprt_reconnect_delay +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb63e3186 rpcauth_unwrap_resp_decode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb660c48c rpc_clnt_setup_test_and_add_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb6f2d60a rpcauth_init_cred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb7983dca rpc_proc_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb7b5cbe4 svc_find_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb81530e7 rpc_call_start +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xba01a6db rpc_find_or_alloc_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xba615dd6 xdr_stream_zero +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbf9d1b96 nfsd_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbfd7f230 xprt_complete_rqst +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc0023dc7 rpc_get_sb_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc06395db svc_process +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc0718e82 sunrpc_cache_pipe_upcall_timeout +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc0908dd0 svc_destroy +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc0ecea4e rpc_task_release_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc12435e3 rpc_calc_rto +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc27592ad svcauth_unix_purge +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc3d9dae2 svc_age_temp_xprts_now +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc48d1637 rpc_machine_cred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc5514535 rpc_set_connect_timeout +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc595b369 rpc_clnt_xprt_switch_remove_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc5ddb40b xprt_wake_up_backlog +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc6217d51 sunrpc_cache_register_pipefs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc627a7fe rpc_wake_up_queued_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc6f6f270 xdr_page_pos +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc7b98ace rpc_count_iostats_metrics +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc815e551 svc_xprt_names +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc87f7a7c xprt_unlock_connect +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc8e96dea qword_addhex +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xca8d3c58 rpcauth_lookup_credcache +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcad71e93 xprt_put +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcb00d5cd cache_seq_start_rcu +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcb1a29ba xdr_write_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xce678a59 xdr_decode_netobj +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd0d9e095 rpcauth_create +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd274f340 svc_max_payload +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd32c78ef xdr_enter_page +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd3395245 rpc_clone_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd34523fd cache_seq_stop_rcu +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd5077427 rpcauth_lookupcred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd5382533 svc_fill_symlink_pathname +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd691d26d auth_domain_lookup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd7692177 sunrpc_cache_unregister_pipefs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd7b47467 xdr_inline_decode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xda5067e8 rpc_clnt_swap_deactivate +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdb033158 svc_reserve +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdd691402 xprt_find_transport_ident +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xde12f03f rpc_setbufsize +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xde989629 rpc_task_timeout +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdfe55e63 xdr_stream_subsegment +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe28ea2ce rpc_bind_new_program +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe43db386 xprt_write_space +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe5919cb1 xdr_encode_opaque +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe5f2cdb8 xdr_shift_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe8e1ad10 xdr_reserve_space_vec +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe97f4ce5 qword_get +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe9b387b6 rpc_release_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xea10cae9 rpc_restart_call_prepare +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xea8eef4b rpc_peeraddr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xedbfc62e rpc_delay +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 0xef37a73d rpc_prepare_reply_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xefc496d4 rpc_add_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xefd149e4 rpc_clnt_add_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf0b7775d rpc_init_wait_queue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf158ab09 rpc_shutdown_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf1599425 svc_fill_write_vector +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf30b0cb9 rpc_mkpipe_data +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf4810f15 rpc_clnt_probe_trunked_xprts +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf5018e5c __xdr_commit_encode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf6562b6c svc_xprt_enqueue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf7beaa59 svc_proc_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf946a41d rpcauth_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf94a3f0d rpc_cancel_tasks +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf9a09f1c rpc_localaddr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf9c54915 svc_sock_update_bufs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfc421828 rpc_alloc_iostats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfc4da39e xprt_add_backlog +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfd8545bb xprt_request_get_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfd91139e xdr_buf_subsegment +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xff9abb76 rpc_max_payload +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xffd09341 rpc_malloc +EXPORT_SYMBOL_GPL net/tls/tls 0x2ccbb418 tls_device_sk_destruct +EXPORT_SYMBOL_GPL net/tls/tls 0x3db22842 tls_validate_xmit_skb +EXPORT_SYMBOL_GPL net/tls/tls 0x493f0cf4 tls_encrypt_skb +EXPORT_SYMBOL_GPL net/tls/tls 0x7b67bd4f 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 0x0ee942bf virtio_transport_recv_pkt +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x10eb1bc7 virtio_transport_seqpacket_dequeue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x135946d8 virtio_transport_destruct +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x13e6755c virtio_transport_notify_recv_post_dequeue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x1ad74fcb virtio_transport_stream_dequeue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x37f47906 virtio_transport_notify_send_init +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x3d5a9f94 virtio_transport_deliver_tap_pkt +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x40b547da virtio_transport_notify_send_pre_enqueue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x41654c24 virtio_transport_free_pkt +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x42e7795e virtio_transport_do_socket_init +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x452b7bf9 virtio_transport_stream_enqueue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x456ac049 virtio_transport_notify_recv_init +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x4b35a15a virtio_transport_stream_is_active +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x51c739f3 virtio_transport_inc_tx_pkt +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x54c3e809 virtio_transport_seqpacket_enqueue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x586d1ee0 virtio_transport_dgram_bind +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x5c42752a virtio_transport_notify_buffer_size +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x6950f6c1 virtio_transport_notify_poll_out +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x6fbc9cf5 virtio_transport_notify_send_pre_block +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x7cf80276 virtio_transport_notify_poll_in +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x80030978 virtio_transport_notify_send_post_enqueue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x95c91a64 virtio_transport_seqpacket_has_data +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x9b7013ec virtio_transport_notify_recv_pre_dequeue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x9d342463 virtio_transport_dgram_dequeue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xa323c3bd virtio_transport_notify_recv_pre_block +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xa62285ac virtio_transport_release +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xb5abde57 virtio_transport_shutdown +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xb8020b08 virtio_transport_dgram_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 0xc2b32b98 virtio_transport_get_credit +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xd34e0f12 virtio_transport_stream_rcvhiwat +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xdc666724 virtio_transport_connect +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xe1ebdb30 virtio_transport_stream_has_space +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xe3ae3c76 virtio_transport_put_credit +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xe67dfafe virtio_transport_stream_has_data +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x00329f1f vsock_remove_sock +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x0ccf934f vsock_core_register +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x0e9bc9b6 vsock_addr_unbind +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x10618717 vsock_remove_connected +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x284e07d8 vsock_bind_table +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x34c09094 vsock_stream_has_data +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x3c137ad1 vsock_add_tap +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 0x62161a9b vsock_insert_connected +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x63bb363f vsock_core_get_transport +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x664fb59d vsock_data_ready +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x689d7a12 vsock_remove_pending +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x6e711ad1 vsock_stream_has_space +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x760f582b vsock_enqueue_accept +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 0xa1ef4345 vsock_add_pending +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xa5b57cf1 vsock_create_connected +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xa68ba8aa vsock_for_each_connected_socket +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xaf2674b5 vsock_addr_equals_addr +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xb0d7bda7 vsock_addr_cast +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xb0d938ae vsock_remove_bound +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xb83411f1 vsock_find_connected_socket +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xb9117159 vsock_assign_transport +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xbe699837 vsock_find_bound_socket +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xc92f7f50 vsock_table_lock +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xdf3a240a vsock_deliver_tap +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xec96eadf vsock_addr_validate +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xf19348a2 vsock_remove_tap +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xff5b5b7b vsock_core_unregister +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x02db22e6 cfg80211_wext_siwfrag +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x093538c9 cfg80211_wext_giwscan +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x1cca8894 cfg80211_pmsr_complete +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x39ec0d79 cfg80211_wext_giwrts +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x43615aec cfg80211_wext_giwname +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x4706a7b5 cfg80211_pmsr_report +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x5d1e4f41 cfg80211_vendor_cmd_get_sender +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x7c538a35 cfg80211_wext_giwmode +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x83f4b12b cfg80211_wext_siwrts +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x87040a82 cfg80211_wext_giwfrag +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x92a543db cfg80211_wext_giwretry +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x963f9f21 cfg80211_vendor_cmd_reply +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xb68bdc62 cfg80211_wext_giwrange +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xb6d58db1 cfg80211_shutdown_all_interfaces +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xe8374cdb cfg80211_wext_siwscan +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xf98ca251 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 0x14476654 ipcomp_input +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0x442ec9a6 ipcomp_init_state +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0x4566f927 ipcomp_destroy +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0xc52cddea 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 0x06102608 snd_ac97_reset +EXPORT_SYMBOL_GPL sound/core/seq/snd-seq 0xadb51cff snd_seq_client_ioctl_unlock +EXPORT_SYMBOL_GPL sound/core/seq/snd-seq 0xe50413d7 snd_seq_client_ioctl_lock +EXPORT_SYMBOL_GPL sound/core/snd 0x02fd963f snd_ctl_add_vmaster_hook +EXPORT_SYMBOL_GPL sound/core/snd 0x176ab102 snd_ctl_apply_vmaster_followers +EXPORT_SYMBOL_GPL sound/core/snd 0x26cde076 snd_device_initialize +EXPORT_SYMBOL_GPL sound/core/snd 0x27e786dd snd_card_free_on_error +EXPORT_SYMBOL_GPL sound/core/snd 0x2cc8f32b snd_power_ref_and_wait +EXPORT_SYMBOL_GPL sound/core/snd 0x48b90f14 snd_device_get_state +EXPORT_SYMBOL_GPL sound/core/snd 0x493f3b71 snd_ctl_activate_id +EXPORT_SYMBOL_GPL sound/core/snd 0x50388174 snd_devm_request_dma +EXPORT_SYMBOL_GPL sound/core/snd 0x528ac659 snd_ctl_disconnect_layer +EXPORT_SYMBOL_GPL sound/core/snd 0x5af762f1 snd_fasync_free +EXPORT_SYMBOL_GPL sound/core/snd 0x6a819526 snd_ctl_sync_vmaster +EXPORT_SYMBOL_GPL sound/core/snd 0x722e078f snd_card_disconnect_sync +EXPORT_SYMBOL_GPL sound/core/snd 0x7a02fa49 snd_device_disconnect +EXPORT_SYMBOL_GPL sound/core/snd 0x872910a9 snd_ctl_register_layer +EXPORT_SYMBOL_GPL sound/core/snd 0xab1a85ca snd_fasync_helper +EXPORT_SYMBOL_GPL sound/core/snd 0xb3f86524 snd_ctl_get_preferred_subdevice +EXPORT_SYMBOL_GPL sound/core/snd 0xb4db001a snd_card_rw_proc_new +EXPORT_SYMBOL_GPL sound/core/snd 0xcc881dbe snd_card_add_dev_attr +EXPORT_SYMBOL_GPL sound/core/snd 0xd2e8f266 snd_devm_card_new +EXPORT_SYMBOL_GPL sound/core/snd 0xd617147d snd_card_ref +EXPORT_SYMBOL_GPL sound/core/snd 0xf8f2a4eb snd_kill_fasync +EXPORT_SYMBOL_GPL sound/core/snd 0xfaf598c6 snd_ctl_request_layer +EXPORT_SYMBOL_GPL sound/core/snd-compress 0x2bd5f903 snd_compress_new +EXPORT_SYMBOL_GPL sound/core/snd-compress 0x6ff3baa5 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 0x0d6ada98 _snd_pcm_stream_lock_irqsave_nested +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x19376d86 snd_pcm_stream_unlock_irqrestore +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x1b69ffca snd_pcm_hw_constraint_eld +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x349434b0 snd_devm_alloc_dir_pages +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x3fa4ea9f snd_pcm_stream_unlock_irq +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x45e1c258 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 0x69ddc09c snd_pcm_fill_iec958_consumer +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x7e3ac6f7 snd_pcm_stop_xrun +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x8b891695 _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 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 0xb5027155 snd_pcm_stream_unlock +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0xbd2e37eb snd_pcm_stream_lock_irq +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0xd670a373 snd_pcm_lib_default_mmap +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0xd9251202 snd_pcm_stream_lock +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0xe68bff94 snd_pcm_add_chmap_ctls +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x009bc250 snd_dmaengine_pcm_open_request_chan +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x1ed8e2a7 snd_dmaengine_pcm_pointer +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x28ead30d snd_dmaengine_pcm_get_chan +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x49b2cff7 snd_dmaengine_pcm_open +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x610af5a7 snd_dmaengine_pcm_trigger +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x67ce6658 snd_hwparams_to_dma_slave_config +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x8c489fd6 snd_dmaengine_pcm_set_config_from_dai_data +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x9bb77448 snd_dmaengine_pcm_close_release_chan +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x9cd9bc41 snd_dmaengine_pcm_request_channel +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0xa41acce2 snd_dmaengine_pcm_close +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0xaa9b5b77 snd_dmaengine_pcm_pointer_no_residue +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0xe6fcc357 snd_dmaengine_pcm_refine_runtime_hwparams +EXPORT_SYMBOL_GPL sound/core/snd-seq-device 0x4bd8fa86 snd_seq_driver_unregister +EXPORT_SYMBOL_GPL sound/core/snd-seq-device 0x7deae001 __snd_seq_driver_register +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0x224867de amdtp_domain_stop +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0x2a1c36b5 amdtp_am824_add_pcm_hw_constraints +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0x550ec9bf amdtp_am824_midi_trigger +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0x5edd0c0a amdtp_domain_destroy +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0x68a12d20 amdtp_domain_stream_pcm_ack +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0x6a90db33 amdtp_am824_set_pcm_position +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0x8bb0cb75 amdtp_am824_set_parameters +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0x8ca0515b amdtp_domain_init +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0xac3e1c31 amdtp_am824_set_midi_position +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0xbd65ffcf amdtp_am824_init +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0xd2f7639f amdtp_domain_start +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0xd849f36f amdtp_domain_stream_pcm_pointer +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0xea0a73f5 amdtp_domain_add_stream +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x07a5c912 snd_hdac_ext_stream_decouple_locked +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x0bd4c596 snd_hdac_ext_stream_setup +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x109bc951 snd_hdac_ext_bus_ppcap_enable +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x1487d569 snd_hdac_ext_bus_link_power_down +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x1a7a92fd snd_hdac_ext_bus_get_ml_capabilities +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x236919a6 snd_hdac_ext_bus_ppcap_int_enable +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x2a5a06d5 snd_hdac_ext_stream_clear +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x2ef0846f snd_hdac_ext_bus_init +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x358783cc snd_hdac_ext_cstream_assign +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x38401cf4 snd_hdac_ext_bus_link_power +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x3b92f968 snd_hdac_ext_bus_exit +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x3c03c5db snd_hda_ext_driver_unregister +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x3c598408 snd_hdac_ext_bus_link_set_stream_id +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x44eb38af snd_hdac_ext_bus_get_hlink_by_name +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x45f2c9e0 snd_hdac_ext_stream_free_all +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x55d195a5 snd_hdac_ext_bus_get_hlink_by_addr +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x5e51df0b snd_hdac_ext_bus_link_power_up +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x661e67c2 snd_hda_ext_driver_register +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x66d7f54c snd_hdac_ext_stream_init_all +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x74f5d17a snd_hdac_ext_link_free_all +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x7aba35c1 snd_hdac_ext_stream_release +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x80a93f20 snd_hdac_ext_bus_link_put +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x8334daba snd_hdac_ext_stream_decouple +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x87a48e8a snd_hdac_ext_bus_link_power_down_all +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x959ea16c snd_hdac_ext_bus_device_remove +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x9b30e929 snd_hdac_ext_bus_link_clear_stream_id +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xb5904976 snd_hdac_ext_bus_link_power_up_all +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xd4ea7dba snd_hdac_ext_stream_reset +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xf06e4b24 snd_hdac_ext_bus_link_get +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xf2eb37d0 snd_hdac_ext_stream_assign +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xf8ca319f snd_hdac_ext_stream_start +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x03ffa7b5 snd_hdac_stream_sync_trigger +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x04679dc9 snd_hdac_regmap_update_raw +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x094e05d9 snd_hdac_bus_handle_stream_irq +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x0a1610e3 snd_hdac_is_supported_format +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x0b734add snd_hdac_register_chmap_ops +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x0c38b05f snd_hdac_override_parm +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x0d9157c2 snd_hdac_power_up_pm +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x0fffeecd snd_hdac_regmap_exit +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x11f66ccd snd_hdac_device_set_chip_name +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x1343c480 snd_hdac_stream_start +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x13530b89 snd_hdac_stream_setup +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x155b34de snd_hdac_power_down +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x16310e5b hdac_get_device_id +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x1707eb65 snd_hdac_dsp_trigger +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x186f3f45 snd_hdac_regmap_init +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x1915fe4a _snd_hdac_read_parm +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x1b1e637e snd_hdac_channel_allocation +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x21073cc1 snd_hdac_stream_setup_periods +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x22e1795c snd_hdac_codec_write +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x26566e06 snd_hdac_stream_reset +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x28355947 snd_hdac_bus_exit_link_reset +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x29b82848 snd_hdac_get_connections +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x2ae09c54 snd_hdac_bus_init +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x2dffa25e snd_hdac_bus_stop_cmd_io +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x326daa89 snd_hdac_bus_init_chip +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x331c001f snd_hdac_query_supported_pcm +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x34cd6f22 snd_hdac_i915_init +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x3725bef1 snd_hdac_device_unregister +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x3a2789b8 snd_hdac_stream_set_spib +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x3bd544c2 snd_hdac_get_active_channels +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x3dc4ed37 snd_hdac_stream_wait_drsm +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x44059714 snd_hdac_stream_get_spbmaxfifo +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x452ccee1 snd_hdac_sync_power_state +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x4907b5b6 snd_hdac_codec_modalias +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x4c7ec4b6 snd_hdac_get_ch_alloc_from_ca +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x52a65da0 snd_hdac_stream_sync +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x532afb12 snd_hdac_stream_set_params +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x57f69732 snd_hdac_stream_drsm_enable +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x5c07cb49 snd_hdac_calc_stream_format +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x5f865e21 snd_hdac_bus_free_stream_pages +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x5fd9b828 snd_hdac_regmap_sync +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x6331cc35 snd_hdac_regmap_write_raw +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x67bfe791 snd_hdac_spk_to_chmap +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x6b236461 snd_hdac_set_codec_wakeup +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x6f2914f9 snd_hdac_bus_exec_verb_unlocked +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x6f754df4 snd_hdac_stream_cleanup +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x71e07cd3 snd_hdac_bus_enter_link_reset +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x77c754a8 snd_hdac_chmap_to_spk_mask +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x783f9727 snd_hdac_dsp_prepare +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x7bc89c7f snd_hdac_check_power_state +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x7cb1561d snd_hdac_bus_parse_capabilities +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x7e91ed93 snd_hdac_device_exit +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x7ed757fb snd_hdac_acomp_exit +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x80c5c532 snd_hdac_stop_streams_and_chip +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x8116465c snd_hdac_codec_link_down +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x82079d46 snd_hdac_get_stream +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x86bdec1f snd_hdac_codec_link_up +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x89c44d49 snd_hdac_bus_send_cmd +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x8d5ecce8 snd_hdac_acomp_init +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x8df9d199 snd_hdac_setup_channel_mapping +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x906372be snd_hdac_acomp_register_notifier +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x925cad98 snd_hdac_bus_exit +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x99f6ec80 snd_hdac_bus_update_rirb +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x9a05ab89 snd_hdac_stream_init +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x9a8e1877 snd_array_free +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xa466c6f6 snd_hdac_bus_link_power +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xa4ab1edd snd_hdac_stream_release +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xa4f0ea11 snd_hdac_bus_stop_chip +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xaaf1e749 snd_hdac_sync_audio_rate +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xac2956a7 snd_hdac_add_chmap_ctls +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xac7f2f9a snd_hdac_stream_set_dpibr +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xad4fdff4 snd_hdac_bus_init_cmd_io +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xb4e129b5 snd_hdac_dsp_cleanup +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xb58ecc74 snd_hdac_refresh_widgets +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xb7f2012c snd_hdac_stream_spbcap_enable +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xba1f27be snd_hdac_regmap_add_vendor_verb +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xbe7dd7dc snd_array_new +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xc24bbcd4 snd_hdac_bus_get_response +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xd018b283 snd_hdac_display_power +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xd084f847 snd_hdac_device_register +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xd0edf0f4 snd_hdac_stop_streams +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xd122cb6e snd_hdac_regmap_read_raw +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xd4d5f149 snd_hdac_get_sub_nodes +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xd523bfe5 snd_hdac_stream_set_lpib +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xd52411a8 snd_hdac_read +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xd7581cfa snd_hdac_power_up +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xde2589b6 snd_hdac_stream_release_locked +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xe26d1cbb snd_hdac_read_parm_uncached +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xe2a420e5 snd_hdac_bus_alloc_stream_pages +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xe4e07754 snd_hdac_print_channel_allocation +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xe5829028 snd_hdac_stream_timecounter_init +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xe5df3eb4 snd_hdac_stream_assign +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xe6cbd6b9 snd_hdac_stream_stop +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xe83e31f4 snd_hdac_bus_reset_link +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xec0ee607 snd_hdac_acomp_get_eld +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xee656e35 snd_hdac_regmap_update_raw_once +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xef19a28d snd_hdac_i915_set_bclk +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xefe8d2e6 snd_hdac_device_init +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xf1064250 snd_hdac_get_stream_stripe_ctl +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xf4aad20a snd_hda_bus_type +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xf681462c snd_hdac_power_down_pm +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xf99fedec snd_hdac_codec_read +EXPORT_SYMBOL_GPL sound/hda/snd-intel-dspcfg 0x2a782e6a 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 0xa047481d intel_nhlt_init +EXPORT_SYMBOL_GPL sound/hda/snd-intel-dspcfg 0xe6153c03 intel_nhlt_get_dmic_geo +EXPORT_SYMBOL_GPL sound/hda/snd-intel-dspcfg 0xefe6764d snd_intel_dsp_driver_probe +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0x144adab7 snd_ak4113_build +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0x150cff2e snd_ak4113_create +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0x2025c2dc snd_ak4113_external_rate +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0xb60d49ab snd_ak4113_check_rate_and_errors +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0xe5fc6027 snd_ak4113_reg_write +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0xffa0fd50 snd_ak4113_reinit +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x0327b907 azx_probe_codecs +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x034c74fa snd_hda_codec_build_controls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x06575594 snd_hda_codec_amp_stereo +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x066dec07 snd_hda_pick_fixup +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 0x0862e139 snd_hda_lock_devices +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x08b8e049 snd_hda_set_power_save +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x098d194e snd_hda_codec_set_pin_target +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x0b99ba33 snd_hda_detach_beep_device +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x0ca7aa7f snd_hda_enable_beep_device +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x0d78ee6c snd_hda_codec_setup_stream +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x0dc0ce09 snd_hda_codec_pcm_new +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x14875b94 snd_hda_codec_device_new +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x1729e67d snd_hda_multi_out_dig_prepare +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x1788e33d snd_hda_jack_tbl_get_mst +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x1b5748cc snd_hda_set_vmaster_tlv +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x1f555f92 __snd_hda_apply_fixup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x1f8e8fca snd_hda_jack_add_kctls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x210acdce snd_hda_codec_get_pin_target +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x22cd0d0c snd_hda_codec_pcm_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x22d477a5 snd_hda_get_connections +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x2444d79e snd_hda_jack_add_kctl_mst +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x272f170a snd_hda_spdif_ctls_unassign +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x27f03678 hda_codec_driver_unregister +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x291062a8 snd_hda_mixer_amp_switch_get +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x2ac24bfe snd_hda_check_amp_caps +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x2b3edd00 snd_hda_jack_detect_state_mst +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x2f2d4ca7 snd_hda_codec_unregister +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x3185f88d snd_hda_codec_set_power_to_all +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x336ef2f3 _snd_hda_set_pin_ctl +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x344267bb snd_hda_mixer_amp_switch_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x34d6c855 snd_hda_multi_out_dig_close +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x3615afbd snd_hda_jack_set_button_state +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x3840db43 snd_hda_override_conn_list +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x38ce402b azx_interrupt +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x3ac8d973 snd_hda_jack_detect_enable_callback_mst +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4039595c snd_hda_jack_set_dirty_all +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4110e3cc snd_hda_codec_configure +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x414ed452 snd_hda_codec_device_init +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x41c633a4 snd_hda_spdif_ctls_assign +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x453f8fe2 azx_codec_configure +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x45fbefe2 azx_stop_all_streams +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x465be0ff snd_hda_mixer_amp_switch_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4779047d snd_hda_enum_helper_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x47853a4d snd_hda_mixer_amp_tlv +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x47e2515e __snd_hda_codec_cleanup_stream +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4acd905c snd_hda_jack_poll_all +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4b38e1ad snd_hda_get_conn_index +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4ca5d34a snd_hda_multi_out_dig_open +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4d2e3392 snd_hda_find_mixer_ctl +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x586e7464 snd_hda_codec_amp_update +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x5a60dd4d snd_hda_input_mux_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x5dd2afb3 snd_hda_codec_load_dsp_trigger +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x5ebe4ec8 snd_hda_sequence_write +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x5f54a401 snd_hda_add_imux_item +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x61c0931e snd_hda_get_bool_hint +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x625d8c88 snd_hda_set_dev_select +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x664f73d9 snd_hda_codec_update_widgets +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x7026965a snd_hda_jack_detect_enable +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x72bb0aef snd_hda_get_num_devices +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x7791be95 snd_hda_codec_load_dsp_cleanup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x7aeb59f0 snd_hda_jack_set_gating_jack +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x7c9f3cfd snd_hda_jack_report_sync +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x82c2292c snd_hda_codec_parse_pcms +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x856e70c7 snd_hda_create_spdif_share_sw +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x85a26af2 azx_stop_chip +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x8aa3054d snd_hda_override_amp_caps +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x8c1cd838 snd_hda_codec_set_pincfg +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x8e69e711 snd_hda_multi_out_analog_cleanup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x8f824cd4 snd_hda_codec_new +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x9021fa2b query_amp_caps +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x9505c546 azx_init_streams +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x95901b96 snd_hda_spdif_out_of_nid +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x966e70a7 snd_hda_get_default_vref +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x97939c0a azx_get_pos_lpib +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x9ba76154 snd_hda_get_dev_select +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x9eee5988 snd_hda_ctl_add +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x9f6fb325 snd_hda_codec_get_pincfg +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa1504598 snd_hda_unlock_devices +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa25de45c snd_hda_attach_beep_device +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa348ac61 snd_hda_codec_amp_init_stereo +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa7dbae58 snd_hda_multi_out_analog_open +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa84cf4f6 snd_hda_mixer_amp_switch_get_beep +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa9579929 snd_hda_codec_eapd_power_filter +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xaac5409c snd_hda_codec_cleanup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xab5e57f7 snd_hda_create_dig_out_ctls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xac4e5dac azx_free_streams +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xacec1a7b snd_hda_jack_unsol_event +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xade66520 snd_hda_shutup_pins +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xae3e7621 snd_hda_mixer_amp_volume_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xaec7259a hda_get_autocfg_input_label +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xaf5ddac6 snd_hda_apply_pincfgs +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xafe1bf9f is_jack_detectable +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb0af2a8c snd_hda_parse_pin_defcfg +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb281313e snd_hda_sync_vmaster_hook +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb3d743c7 snd_hda_correct_pin_ctl +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb8f875bd snd_hda_multi_out_dig_cleanup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb90fef19 snd_hda_get_pin_label +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xba3f873b snd_hda_add_vmaster_hook +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xbd5df248 snd_hda_add_verbs +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xbe9b090e snd_hda_create_spdif_in_ctls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc1075158 snd_hda_load_patch +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc1557ef1 snd_hda_codec_cleanup_for_unbind +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc175f476 snd_hda_mixer_amp_volume_get +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc216c99d snd_hda_codec_amp_init +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc6f9e01a snd_hda_add_new_ctls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc7a37b2f azx_bus_init +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc8e13d82 snd_hda_get_hint +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd5ac0f9b snd_hda_get_int_hint +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd70fb6b7 snd_hda_pick_pin_fixup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd7fb0ca6 snd_hda_jack_bind_keymap +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xda5db27e snd_hda_codec_set_power_save +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xdaeaca57 snd_hda_apply_fixup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xdb030125 snd_hda_codec_set_name +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xdb2b3c7f snd_hda_get_conn_list +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xdc27f165 snd_hda_mixer_amp_volume_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xdfa7f2eb azx_init_chip +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe0d1c84a snd_hda_jack_pin_sense +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe118de5d snd_pcm_2_1_chmaps +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe4bc287f snd_hda_codec_register +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe552b921 azx_get_position +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe59b1184 snd_hda_check_amp_list_power +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe5c1c997 snd_hda_codec_load_dsp_prepare +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe76fc33d __hda_codec_driver_register +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xec67992f snd_hda_codec_prepare +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xeda3a721 snd_print_pcm_bits +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xef70eb87 azx_get_pos_posbuf +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf4dcae7e snd_hda_multi_out_analog_prepare +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf5ab4bd0 snd_hda_jack_tbl_get_from_tag +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf897e36c snd_hda_apply_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 0xfb858cd4 snd_hda_mixer_amp_switch_put_beep +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xfdee3244 snd_hda_add_nid +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xffadb7f0 __snd_hda_add_vmaster +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x0414d29d snd_hda_gen_spec_init +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x08b8605f snd_hda_gen_fix_pin_power +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x0b81db72 snd_hda_gen_check_power_status +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x0d832f18 snd_hda_gen_init +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x2b44f7c8 snd_hda_gen_line_automute +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x3bdf2876 snd_hda_add_new_path +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x5474db93 snd_hda_gen_add_micmute_led_cdev +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x585d85c7 snd_hda_activate_path +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x5d6b8c84 snd_hda_gen_update_outputs +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x647d7bc9 snd_hda_gen_build_controls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x6b0c2fb6 snd_hda_gen_free +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 0x858d39ca snd_hda_get_path_from_idx +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x871a6e44 hda_extra_out_badness +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x977ab6ca snd_hda_gen_parse_auto_config +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x98dc5a0a snd_hda_gen_path_power_filter +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x9acf83dc snd_hda_gen_add_mute_led_cdev +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x9f49dee1 snd_hda_get_path_idx +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xaa163733 snd_hda_gen_mic_autoswitch +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xc4a7708e snd_hda_gen_add_kctl +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xc80af511 snd_hda_gen_build_pcms +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xf72f3f66 snd_hda_gen_hp_automute +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xfef966de snd_hda_gen_stream_pm +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau-utils 0xae620be9 adau_calc_pll_cfg +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau1372 0x5151d81f adau1372_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau1761 0x8e8d6201 adau1761_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau1761 0xb2ad6e01 adau1761_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0x02ef7a68 adau17x1_precious_register +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0x05da026d adau17x1_add_widgets +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0x4111105a adau17x1_dai_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0x479e0a3d adau17x1_set_micbias_voltage +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0x61462b86 adau17x1_resume +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0x68cfa889 adau17x1_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0x6b529987 adau17x1_add_routes +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0xa41ae133 adau17x1_volatile_register +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0xd876171d adau17x1_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0xfbbe5e8a adau17x1_readable_register +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau7118 0x126f0721 adau7118_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x065fd72c arizona_in_hpf_cut_enum +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x126f09a0 arizona_in_ev +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x1322ffda arizona_jack_set_jack +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x1e8918b9 arizona_lhpf_coeff_put +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x3f589b27 arizona_init_vol_limit +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x4358cde2 arizona_isrc_fsl +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x46277216 arizona_rate_val +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x47ff29dc arizona_of_get_audio_pdata +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x49c4be42 arizona_init_fll +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x51120656 arizona_dvfs_sysclk_ev +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x51e3aeab arizona_voice_trigger_switch +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x54b74df0 arizona_set_fll_refclk +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x565927f4 arizona_in_dmic_osr +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x6071d0c9 arizona_set_sysclk +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x61f05a5e arizona_set_fll +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x69102a20 arizona_sample_rate_text +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x6baf13c0 arizona_asrc_rate1 +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x71c18162 arizona_hp_ev +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x72180cf4 arizona_simple_dai_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x729a5ef3 arizona_mixer_values +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x73bafdbb arizona_lhpf3_mode +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x74850a76 arizona_output_anc_src +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x756cbdb3 arizona_clk_ev +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x7c54c159 arizona_init_dvfs +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x7f153bae arizona_adsp2_rate_controls +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 0x8603a105 arizona_anc_input_src +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x867729ba arizona_jack_codec_dev_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x8acf3417 arizona_ng_hold +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x8e950d29 arizona_init_mono +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x93ae41e5 arizona_in_vi_ramp +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x9659a4a0 arizona_out_ev +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0xa189cbc4 arizona_init_spk +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0xa7d7dc5c arizona_dvfs_up +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0xa87711e6 arizona_jack_codec_dev_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0xab4d845c arizona_rate_text +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0xae18769f arizona_eq_coeff_put +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0xaf29afbc arizona_set_output_mode +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0xb584a619 arizona_out_vd_ramp +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0xb61dc335 arizona_lhpf4_mode +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0xc8dd41e4 arizona_init_gpio +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0xc9c29637 arizona_mixer_tlv +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0xcd485942 arizona_anc_ev +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0xd148e9e1 arizona_init_common +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0xd414d1aa arizona_init_dai +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0xd453c7d9 arizona_out_vi_ramp +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0xd5cdf60f arizona_lhpf2_mode +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0xd8c98ff4 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 0xe33ea916 arizona_input_analog +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0xe425ec92 arizona_lhpf1_mode +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0xeaa0ac57 arizona_free_spk_irqs +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0xebec0664 arizona_dvfs_down +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0xece043b2 arizona_init_spk_irqs +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0xed5c590a arizona_anc_ng_enum +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0xef674f42 arizona_dai_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0xf2792025 arizona_in_vd_ramp +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41 0x274efb97 cs35l41_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41 0x62c072c8 cs35l41_pm_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41 0xcbab7f26 cs35l41_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x03ef4ac5 cs35l41_test_key_lock +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x0fb79572 cs35l41_otp_unpack +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x3757aa71 cs35l41_exit_hibernate +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x389e86c7 cs35l41_safe_reset +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x3f574d3f cs35l41_test_key_unlock +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x55ef6e09 cs35l41_set_cspl_mbox_cmd +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x716877fd cs35l41_configure_cs_dsp +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x7a6b4ca2 cs35l41_regmap_i2c +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x80b9ce72 cs35l41_set_channels +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x9c6bc0b5 cs35l41_register_errata_patch +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0xa2487a97 cs35l41_enter_hibernate +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0xb69ef67d cs35l41_global_enable +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0xcc3e4a7d cs35l41_regmap_spi +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0xcf147be5 cs35l41_write_fs_errata +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0xe92ff6ad cs35l41_gpio_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0xe95da211 cs35l41_init_boost +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs4271 0x29395c00 cs4271_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs4271 0xdf1c1b33 cs4271_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42l51 0x0ebe94e1 cs42l51_regmap +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42l51 0x165ac6c1 cs42l51_resume +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42l51 0x21e15c0d cs42l51_suspend +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42l51 0x4caa2505 cs42l51_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42l51 0x7dd5b363 cs42l51_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0x1efb80d7 cs42xx8_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0x7cac7292 cs42888_data +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0x81692a04 cs42xx8_pm +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0xcd3794c9 cs42448_data +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0xff899ce6 cs42xx8_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-es8328 0x358872a4 es8328_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-es8328 0xa1f044b4 es8328_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-hda-codec 0x3b7343ba soc_hda_ext_bus_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-hda-codec 0x4ace3865 hda_codec_probe_complete +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-hda-codec 0x4cc53437 snd_soc_hda_codec_dai_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-hdac-hda 0xcf57467e snd_soc_hdac_hda_get_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-hdac-hdmi 0x1d10c5bf hdac_hdmi_jack_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-hdac-hdmi 0xfd330b75 hdac_hdmi_jack_port_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-lpass-macro-common 0x91ae08b1 lpass_macro_pds_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-lpass-macro-common 0xa18720b7 lpass_macro_pds_exit +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-max98090 0x4c309651 max98090_mic_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-max98373 0x1628420e max98373_reset +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-max98373 0x45501e7d soc_codec_dev_max98373_sdw +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-max98373 0x7a59f7ca soc_codec_dev_max98373 +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-max98373 0xfb968018 max98373_slot_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-mt6358 0x004dc181 mt6358_mtkaif_calibration_enable +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-mt6358 0x39e6376a mt6358_set_mtkaif_protocol +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-mt6358 0x41bf3325 mt6358_set_mtkaif_calibration_phase +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-mt6358 0xe8186a37 mt6358_mtkaif_calibration_disable +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-nau8821 0x8738ec53 nau8821_enable_jack_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-nau8824 0x2d1bee0b 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 0xd4711299 nau8825_enable_jack_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm1789-codec 0x49a4643a pcm1789_common_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm1789-codec 0xa48550ca pcm1789_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm1789-codec 0xdc5ad24d pcm1789_common_exit +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm179x-codec 0xa335fce2 pcm179x_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm179x-codec 0xe28dd26d pcm179x_common_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm186x 0x2a2f107b pcm186x_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm186x 0x95f3122b pcm186x_regmap +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm3168a 0x4efedf27 pcm3168a_regmap +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm3168a 0x53826ebf pcm3168a_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm3168a 0x6cb5b908 pcm3168a_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm3168a 0x6db31c9a pcm3168a_pm_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm512x 0x563b6472 pcm512x_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm512x 0xcc9922b3 pcm512x_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm512x 0xe453b7ab pcm512x_regmap +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm512x 0xf513b48b pcm512x_pm_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rl6231 0x5dc92cdf rl6231_pll_calc +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rl6231 0x70617a04 rl6231_get_clk_info +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rl6231 0x8d7fa148 rl6231_get_pre_div +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rl6231 0xdba4502f rl6231_calc_dmic_clk +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rl6347a 0xa7aa810f rl6347a_hw_write +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rl6347a 0xade4bf4c rl6347a_hw_read +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5514-spi 0x61ff58e3 rt5514_spi_burst_read +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5514-spi 0xff87892f rt5514_spi_burst_write +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5640 0x06423258 rt5640_disable_micbias1_for_ovcd +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5640 0x1c2a2f7b rt5640_sel_asrc_clk_src +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5640 0x3d346106 rt5640_enable_micbias1_for_ovcd +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5640 0xac771a57 rt5640_detect_headset +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5640 0xce41922f rt5640_set_ovcd_params +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5640 0xdf2d53cd rt5640_dmic_enable +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5645 0x39584b0d rt5645_sel_asrc_clk_src +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5645 0x66afe4cc rt5645_set_jack_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5659 0x461869f9 rt5659_set_jack_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5663 0x6293f5b3 rt5663_sel_asrc_clk_src +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5670 0x29300855 rt5670_set_jack_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5670 0x2f5ee4db rt5670_components +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5670 0x4f86848d rt5670_sel_asrc_clk_src +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5670 0x93dc1c95 rt5670_jack_suspend +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5670 0xe4e67076 rt5670_jack_resume +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5677 0x55e03fe0 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 0x0b41c17b rt5682_apply_patch_list +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0x0d18594a rt5682_supply_names +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0x0df012a5 rt5682_aif2_dai_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0x3d7d7627 rt5682_calibrate +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0x47e76cf7 rt5682_register_dai_clks +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0x59d3d967 rt5682_jack_detect_handler +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0x75775209 rt5682_reset +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0x94abac3d rt5682_readable_register +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0xa854eeef rt5682_parse_dt +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0xa85f60e0 rt5682_sel_asrc_clk_src +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0xac88e228 rt5682_soc_component_dev +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0xb897de56 rt5682_reg +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0xd35449ab rt5682_volatile_register +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0xe6c7a9a6 rt5682_aif1_dai_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682s 0x9f772db5 rt5682s_sel_asrc_clk_src +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-sigmadsp 0x2133312a sigmadsp_restrict_params +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-sigmadsp 0x3d65a261 sigmadsp_attach +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-sigmadsp 0xc030fffa sigmadsp_setup +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-sigmadsp 0xd38c569b sigmadsp_reset +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-sigmadsp 0xe0f43dd1 devm_sigmadsp_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-sigmadsp-i2c 0xb6c2766d devm_sigmadsp_init_i2c +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-sigmadsp-regmap 0x363f4bb2 devm_sigmadsp_init_regmap +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-src4xxx 0x6d6f9493 src4xxx_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-src4xxx 0xff137cb2 src4xxx_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-ssm2602 0x26d6bb0d ssm2602_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-ssm2602 0xd9279482 ssm2602_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tlv320aic32x4 0x693573af aic32x4_register_clocks +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tlv320aic3x 0x8cc10dd4 aic3x_regmap +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-ts3a227e 0x0f2b5006 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 0x1c4060a8 wcd938x_sdw_set_sdw_stream +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wcd938x-sdw 0x28a44a7b wcd938x_sdw_hw_params +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wcd938x-sdw 0x44a3d517 wcd938x_sdw_device_get +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wcd938x-sdw 0xe45f1a9c wcd938x_swr_get_current_bank +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wcd938x-sdw 0xe9761e88 wcd938x_sdw_free +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x01326631 wm_adsp2_preloader_put +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x04cd6f01 wm_adsp2_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x1075ff31 wm_adsp2_component_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x112b359b wm_adsp_read_ctl +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x11db39a8 wm_adsp2_set_dspclk +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x1f91753d wm_adsp_compr_open +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x23a9e86c wm_adsp2_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x2e5e2a8b wm_adsp_early_event +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x376f4599 wm_adsp2_preloader_get +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x3805ae62 wm_adsp_event +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x52c16479 wm_halo_wdt_expire +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x559644d0 wm_adsp_compr_set_params +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x5ca4c668 wm_adsp_compr_trigger +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x749dbfbb wm_adsp_compr_handle_irq +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x7a77414a wm_adsp_compr_pointer +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x7f0e9d20 wm_halo_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x814188f1 wm_adsp_compr_copy +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x8c9d0eff wm_adsp_write_ctl +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x9ec04556 wm_adsp2_component_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xa23de604 wm_adsp1_event +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xc31488c0 wm_adsp_fw_get +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xc34a2aa2 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 0xe50184d7 wm_adsp_fw_enum +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 0xecb2a880 wm_adsp_compr_free +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xf2053ce7 wm_adsp_compr_get_caps +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xf549ab68 wm_adsp_fw_put +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8731 0x3a10c58e wm8731_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8731 0x6b2a376b wm8731_regmap +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8804 0x06e980eb wm8804_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8804 0x7d27e9bd wm8804_pm +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8804 0xbdaf631c wm8804_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8804 0xed5fb116 wm8804_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8903 0x8003fc35 wm8903_mic_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8962 0x3b4ee0e9 wm8962_mic_detect +EXPORT_SYMBOL_GPL sound/soc/fsl/snd-soc-fsl-asrc 0x87cb688e 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 0x273940ce asoc_graph_card_probe +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x4d6252d1 asoc_simple_clean_reference +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x4dbaaa1d asoc_simple_init_priv +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x58f1d516 asoc_simple_parse_convert +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x6601a287 asoc_simple_parse_card_name +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x673b9234 asoc_graph_is_ports0 +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x6d076340 asoc_simple_set_dailink_name +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x701292e5 asoc_simple_startup +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x89756f89 asoc_simple_canonicalize_cpu +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x8a129f0e asoc_simple_dai_init +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x8cba00c1 asoc_simple_parse_daifmt +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x8e8321e0 asoc_simple_canonicalize_platform +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x96d92066 asoc_simple_init_jack +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x9bfa7d5d asoc_simple_parse_pin_switches +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xc5f64172 asoc_simple_be_hw_params_fixup +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xc9c40230 asoc_simple_parse_clk +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xcf30335a asoc_simple_hw_params +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xcf397116 asoc_simple_parse_routing +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xe52ee27a asoc_simple_parse_tdm_width_map +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xe8957e1d asoc_simple_parse_widgets +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xee467046 asoc_simple_remove +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xf7208328 asoc_simple_shutdown +EXPORT_SYMBOL_GPL sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform 0x8983f305 sst_register_dsp +EXPORT_SYMBOL_GPL sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform 0x97109dd5 sst_unregister_dsp +EXPORT_SYMBOL_GPL sound/soc/intel/atom/sst/snd-intel-sst-core 0x0e759eca sst_alloc_drv_context +EXPORT_SYMBOL_GPL sound/soc/intel/atom/sst/snd-intel-sst-core 0x709cd25f relocate_imr_addr_mrfld +EXPORT_SYMBOL_GPL sound/soc/intel/atom/sst/snd-intel-sst-core 0x76b2c354 sst_configure_runtime_pm +EXPORT_SYMBOL_GPL sound/soc/intel/atom/sst/snd-intel-sst-core 0x8c3dbc72 sst_context_cleanup +EXPORT_SYMBOL_GPL sound/soc/intel/atom/sst/snd-intel-sst-core 0xadefb8e1 sst_context_init +EXPORT_SYMBOL_GPL sound/soc/intel/atom/sst/snd-intel-sst-core 0xb6d4830e 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 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 0x1bc16bd5 snd_soc_acpi_intel_cnl_sdw_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 0x254ff567 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 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 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 0x6ca66573 snd_soc_acpi_intel_icl_sdw_machines +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-acpi-intel-match 0x6cddf7b1 snd_soc_acpi_intel_ehl_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 0x82bce818 snd_soc_acpi_intel_bxt_machines +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-acpi-intel-match 0x9878295d snd_soc_acpi_intel_cnl_machines +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-acpi-intel-match 0xa31eb45d 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 0xd94ab50b 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 0xf5706d36 snd_soc_acpi_intel_skl_machines +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-sst-dsp 0x16e86983 sst_shim32_read +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-sst-dsp 0x1739bca8 sst_dsp_outbox_read +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-sst-dsp 0x1f1dfce5 sst_dsp_register_poll +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-sst-dsp 0x4ffe9961 sst_dsp_shim_read +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-sst-dsp 0x53659552 sst_dsp_shim_write_unlocked +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-sst-dsp 0x55eefd9d sst_dsp_shim_read_unlocked +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-sst-dsp 0x59ed0890 sst_dsp_outbox_write +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-sst-dsp 0x61e6db10 sst_dsp_inbox_read +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-sst-dsp 0x87cdf7d2 sst_shim32_write64 +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-sst-dsp 0x9c21ec49 sst_dsp_inbox_write +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-sst-dsp 0xc01f66cf sst_dsp_mailbox_init +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-sst-dsp 0xd0a9c019 sst_dsp_shim_update_bits_unlocked +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-sst-dsp 0xd6406f62 sst_dsp_shim_update_bits_forced +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 0xdee77f82 sst_dsp_shim_update_bits +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-sst-dsp 0xe9c6de99 sst_shim32_write +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-sst-dsp 0xf612a820 sst_dsp_shim_write +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-sst-dsp 0xf87b1f54 sst_dsp_shim_update_bits_forced_unlocked +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-sst-ipc 0x05c3c9e3 sst_ipc_tx_msg_reply_complete +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-sst-ipc 0x4e33f272 sst_ipc_reply_find_msg +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-sst-ipc 0x86524cf2 sst_ipc_fini +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-sst-ipc 0x92f864a5 sst_ipc_tx_message_wait +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-sst-ipc 0x93682f94 sst_ipc_tx_message_nopm +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-sst-ipc 0xe29c87b0 sst_ipc_tx_message_nowait +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-sst-ipc 0xf62ce773 sst_ipc_init +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0x0254bdd4 skl_sst_dsp_cleanup +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0x03277de6 skl_ipc_save_pipeline +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0x1cd2b207 cnl_sst_dsp_init +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0x278c6263 bxt_sst_init_fw +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0x2b679898 skl_ipc_set_d0ix +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0x2fb7c110 skl_clear_module_cnt +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0x3076f271 is_skl_dsp_running +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0x311e1ca7 skl_dsp_set_dma_control +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0x32d81a3f bxt_sst_dsp_init +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0x3a13bfad skl_get_pvt_instance_id_map +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0x45fbd78b skl_ipc_delete_pipeline +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0x49adf059 skl_sst_ipc_load_library +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0x4ba119d9 skl_ipc_set_dx +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0x4c723018 skl_dsp_wake +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0x4d85699f skl_dsp_put_core +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0x51362ac1 skl_dsp_get_core +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0x626dedca cnl_sst_dsp_cleanup +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0x70e08c77 skl_ipc_load_modules +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0x740f7a3e skl_get_pvt_id +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0x79c7ec71 skl_ipc_set_pipeline_state +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0x890767c8 skl_ipc_create_pipeline +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0x951045e3 cnl_dsp_free +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0x9f0e8a14 skl_dsp_sleep +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0xa1ae8603 skl_ipc_get_large_config +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0xa8202036 skl_ipc_unload_modules +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0xb34e015f skl_sst_dsp_init +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0xc39ad063 bxt_sst_dsp_cleanup +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0xcfc37d69 cnl_sst_init_fw +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0xd092969d skl_ipc_bind_unbind +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0xd2690276 skl_sst_init_fw +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0xe21e4ad2 skl_ipc_set_large_config +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0xe337b5f5 skl_dsp_free +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0xe8deeb62 skl_ipc_restore_pipeline +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0xece2c0a5 skl_put_pvt_id +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0xfe7c59db skl_ipc_init_instance +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 0x004b9d40 snd_soc_jack_free_gpios +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x00a378ed snd_soc_dapm_mixer_update_power +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x0315ece7 snd_soc_unregister_dai +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x047fedfd snd_soc_find_dai +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x04d81589 snd_soc_free_ac97_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x06969b26 snd_soc_bytes_info +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x074ccd1a snd_soc_dapm_init +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x0789bcea devm_snd_dmaengine_pcm_register +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x07c37f1d snd_soc_dapm_del_routes +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x083b1a04 snd_soc_tplg_component_load +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x0b4c0c67 snd_soc_jack_notifier_register +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x0b75dbcf dapm_mark_endpoints_dirty +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x0bee2a0a snd_soc_dpcm_fe_can_update +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x0c64c6ac snd_soc_dpcm_runtime_update +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x0d89257d snd_soc_get_volsw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x0f6905d6 snd_soc_get_dai_id +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x106ae8fc snd_soc_component_write +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1106d356 snd_soc_bytes_tlv_callback +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x11e9be47 snd_soc_component_exit_regmap +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x11f91a6a snd_soc_add_pcm_runtime +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x12b54e50 snd_soc_component_disable_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1372021a snd_soc_put_xr_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1567d9a5 snd_soc_of_get_dai_link_codecs +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x17a83032 snd_soc_register_card +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x18692423 snd_dmaengine_pcm_register +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x18fc8c87 snd_soc_tplg_widget_bind_event +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x190740ce snd_soc_dai_active +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1d80a7bc snd_dmaengine_pcm_unregister +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1d97d42e snd_dmaengine_pcm_prepare_slave_config +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x211722ca snd_soc_of_parse_aux_devs +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x21b965e9 snd_soc_dapm_get_pin_switch +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2269f7ac snd_soc_component_update_bits_async +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x230eaf22 snd_soc_component_async_complete +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2541a979 snd_soc_calc_frame_size +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x258d0005 snd_soc_component_compr_trigger +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x288f339d snd_soc_runtime_set_dai_fmt +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x289a1db5 snd_soc_link_compr_set_params +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x28a4cc1a snd_soc_bytes_info_ext +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x28efd954 snd_soc_component_force_enable_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x28fc88ec snd_soc_dai_set_tristate +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2ce6525d snd_soc_dapm_get_pin_status +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2d324f81 snd_soc_dpcm_can_be_free_stop +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2e4e29da snd_soc_register_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2e6a5e53 snd_soc_get_strobe +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2ec300da snd_soc_component_compr_set_metadata +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x30592298 snd_soc_component_test_bits +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x30a5c7a2 snd_soc_add_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x31816b2e snd_soc_dai_compr_ack +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x32928d36 snd_soc_add_dai_controls +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x337d3591 devm_snd_soc_register_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x34aec1e8 snd_soc_remove_pcm_runtime +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x35a08707 snd_soc_dapm_dai_get_connected_widgets +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x36d279fd snd_soc_dai_set_tdm_slot +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x36ed324e snd_soc_dai_compr_set_metadata +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x38aae056 snd_soc_info_volsw_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x38e52ebc snd_soc_of_parse_card_name +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3910564e snd_soc_component_disable_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3a01e663 devm_snd_soc_register_card +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3b02fd2f dpcm_end_walk_at_be +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3b5a218f snd_soc_bytes_put +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3b881bc1 snd_soc_dai_compr_get_metadata +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3bafe1c9 snd_soc_dai_compr_get_params +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3d3bec67 snd_soc_info_volsw_range +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3e2da6ca snd_soc_dai_compr_startup +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3e5b20e4 snd_soc_poweroff +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x41c44579 snd_soc_dapm_add_routes +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x468a3b24 snd_soc_put_volsw_range +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x46fa9b3f snd_soc_limit_volume +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x49eeb60d snd_soc_component_init_regmap +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4acf1f88 snd_soc_component_read +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4bc34a25 snd_soc_daifmt_parse_format +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4dbbc2b2 snd_soc_get_volsw_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4f3b9ef0 snd_soc_dai_set_channel_map +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4f3f86c3 snd_soc_info_volsw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4fa1782d snd_soc_tdm_params_to_bclk +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4fc47734 snd_soc_dapm_weak_routes +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x515d7792 snd_soc_dapm_new_dai_widgets +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x54bf8397 snd_soc_dapm_force_bias_level +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x56493f37 snd_soc_component_compr_ack +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x572a714d snd_soc_component_nc_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x57ecf903 snd_soc_component_set_pll +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x591c1ee6 snd_soc_jack_add_gpiods +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x595299ef snd_soc_dai_digital_mute +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x59eca843 snd_soc_dpcm_be_can_update +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5a6f1785 snd_soc_dapm_force_enable_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5a8f2dbb snd_soc_get_pcm_runtime +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5ab8c80b snd_soc_card_add_dai_link +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5b05acdc snd_soc_jack_add_zones +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5b5042af snd_soc_of_parse_audio_routing +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5be88ad6 snd_soc_get_volsw_range +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5caca3f0 snd_soc_of_parse_node_prefix +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5d113a4b snd_soc_get_dai_name +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5ecfbc6a snd_soc_dpcm_can_be_params +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x62c93638 snd_soc_dapm_free +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x643e3c9b snd_soc_of_parse_pin_switches +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x64b79266 snd_soc_set_dmi_name +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6538329b snd_soc_new_compress +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x656bb715 snd_soc_dapm_ignore_suspend +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x65b93008 snd_soc_bytes_get +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x66210f42 snd_soc_component_compr_open +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x66312f1d snd_soc_of_get_dai_link_cpus +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6653debd snd_soc_dai_set_sysclk +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6a1779d5 snd_soc_link_compr_shutdown +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6b7d3405 snd_soc_component_compr_get_caps +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6d731e6d snd_soc_component_enable_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6f87f0fc snd_soc_component_compr_free +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x72b0b73f snd_soc_cnew +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x72e8473e snd_soc_of_put_dai_link_cpus +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x740771a7 snd_soc_close_delayed_work +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x755486cc snd_soc_dapm_info_pin_switch +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x75c5ce40 snd_soc_dapm_kcontrol_widget +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7698ab30 snd_soc_component_get_pin_status +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x777267fd snd_soc_new_ac97_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7ad86481 snd_soc_jack_report +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7c18f1e1 snd_soc_dai_link_set_capabilities +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7ddb33af snd_soc_component_update_bits +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7e262651 snd_soc_component_compr_copy +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7e606130 snd_soc_calc_bclk +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7ec53823 dapm_kcontrol_get_value +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7ef035f7 snd_soc_component_enable_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8127d392 snd_soc_card_jack_new_pins +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x813a1fc9 snd_soc_unregister_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x81767ac9 snd_soc_dpcm_get_substream +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x821e0f5d snd_soc_dai_set_bclk_ratio +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x82b8736f snd_soc_dai_compr_pointer +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x83c1ddc6 snd_soc_component_initialize +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x85147899 snd_soc_dai_set_pll +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x861d55d9 snd_soc_daifmt_parse_clock_provider_raw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x863d939e snd_soc_dai_set_clkdiv +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8c9773b5 dpcm_be_dai_trigger +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9138c9dd snd_soc_unregister_component_by_driver +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9186f9af snd_soc_debugfs_root +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x91c0eb1c snd_soc_dapm_sync_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x932efede snd_soc_tplg_component_remove +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9473fd0a snd_soc_component_compr_set_params +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x97e9d950 snd_soc_component_compr_get_params +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9a460d6f snd_soc_jack_notifier_unregister +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9ae1bab2 dapm_regulator_event +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9af731c5 snd_soc_jack_get_type +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9e9652aa snd_soc_dai_action +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa14b6a66 snd_soc_component_set_sysclk +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa3a12ee8 snd_soc_runtime_action +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa76fe34d snd_soc_find_dai_with_mutex +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa7801251 snd_soc_component_write_field +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa806bfe1 snd_soc_set_runtime_hwparams +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xaa46bcd8 snd_soc_add_component_controls +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xaa50788b snd_soc_of_parse_tdm_slot +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xaa662985 snd_soc_dapm_enable_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xadc1649a snd_soc_suspend +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb0cab290 snd_soc_set_ac97_ops_of_reset +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb0de4df7 snd_soc_dapm_put_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb1bf1132 snd_soc_add_card_controls +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb22fc4f4 snd_soc_dapm_get_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb2b6a8e2 snd_soc_dai_compr_shutdown +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb493964e dapm_clock_event +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb673c5b5 snd_soc_dapm_nc_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb6c8e22e snd_soc_set_ac97_ops +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb77b82c6 snd_soc_info_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb9be3fda snd_soc_card_remove_dai_link +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xbc4396bc snd_soc_dapm_stream_stop +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xbda36c2a snd_soc_dapm_put_pin_switch +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xbded43b0 snd_soc_dapm_disable_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc12b72ea snd_soc_register_dai +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc317a15e snd_soc_daifmt_clock_provider_flipped +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc32faa7e snd_soc_dapm_force_enable_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc52b18c1 snd_soc_dai_compr_set_params +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc5dd7eea snd_soc_component_compr_get_codec_caps +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc5fb07d6 snd_soc_of_get_dai_name +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc7d2249f snd_soc_of_parse_audio_simple_widgets +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc8101fa9 snd_soc_lookup_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc8269f94 snd_soc_params_to_frame_size +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc8cbb0f2 snd_soc_of_put_dai_link_codecs +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc9260a39 snd_soc_dapm_new_controls +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xca34ffe1 soc_ac97_ops +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xcad96174 snd_soc_component_compr_get_metadata +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xcb7e77b2 snd_soc_dai_get_channel_map +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xcbd5c227 snd_soc_dapm_update_dai +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xcc972ed8 snd_soc_dai_compr_trigger +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xccc53ffe snd_soc_of_get_slot_mask +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xcd029c61 snd_soc_link_compr_startup +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xcd8804b8 snd_soc_dpcm_can_be_prepared +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xce9b43c2 snd_soc_component_set_jack +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xcf28b789 snd_soc_dapm_get_volsw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd0e5a77c snd_soc_dapm_new_widgets +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd115cb0a snd_soc_info_xr_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd2387359 null_dailink_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd44f3572 snd_soc_dapm_put_volsw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd52ba19e snd_soc_rtdcom_lookup +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd5df5068 snd_soc_dapm_new_control +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd6144346 snd_soc_dapm_enable_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd6ac27b6 snd_soc_dapm_nc_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd6b47871 snd_soc_jack_add_gpios +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd8d750ec snd_soc_dapm_kcontrol_dapm +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xdb08abb4 dapm_pinctrl_event +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xdb3ced57 snd_soc_component_compr_pointer +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xdb64b22a devm_snd_soc_register_dai +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xdc5f1306 snd_soc_dapm_disable_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xdf071c0a snd_soc_card_jack_new +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xdf88efca snd_soc_unregister_card +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe390675c snd_soc_dapm_sync +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe51aaa02 snd_soc_lookup_component_nolocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe5561776 snd_soc_dapm_dai_free_widgets +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe6668dec snd_soc_component_nc_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe7d1e834 snd_soc_put_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xeace8214 snd_soc_dai_set_fmt +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xeb711ae7 snd_soc_params_to_bclk +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xecbbd66c snd_soc_runtime_calc_hw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xee234ebd snd_soc_pm_ops +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xee5b414b snd_soc_dapm_mux_update_power +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xefaf7524 snd_soc_get_xr_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xeff79e8f snd_soc_put_strobe +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf1545243 snd_soc_put_volsw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf55be461 snd_soc_resume +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf837168d snd_soc_dapm_free_widget +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf8ed8737 snd_soc_card_get_kcontrol +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf9622dd1 snd_soc_daifmt_clock_provider_from_bitmap +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xfab359c6 snd_soc_get_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xfb524b8c snd_soc_put_volsw_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xfbfc8ac7 snd_soc_component_force_enable_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xfe4b3ea9 snd_soc_component_read_field +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xff6e39ca snd_soc_jack_add_pins +EXPORT_SYMBOL_GPL sound/soc/sof/snd-sof 0x48ab0324 snd_sof_dbg_init +EXPORT_SYMBOL_GPL sound/soc/sof/snd-sof 0x62d2d411 snd_sof_debugfs_buf_item +EXPORT_SYMBOL_GPL sound/soc/sof/snd-sof 0x8f81b26c snd_sof_debugfs_add_region_item_iomem +EXPORT_SYMBOL_GPL sound/soc/sof/snd-sof 0xa1896149 snd_sof_free_debug +EXPORT_SYMBOL_GPL sound/soc/sof/snd-sof 0xa674eaab snd_sof_dbg_memory_info_init +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x0623dfd8 line6_suspend +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x11074f4b line6_send_raw_message +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x11dd02f4 line6_probe +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x202a1b1b line6_midi_id +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x22e5c32c line6_resume +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x29455218 line6_send_sysex_message +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x5c515164 line6_send_raw_message_async +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x6929e95c line6_pcm_release +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x6f702edb line6_version_request_async +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x742edfea line6_init_midi +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x93ab49fc line6_alloc_sysex_buffer +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0xa9e4ea90 line6_init_pcm +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0xb1ee188c line6_pcm_acquire +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0xb577d7db line6_write_data +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0xb7545cea line6_read_serial_number +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0xd2b3dcaf line6_read_data +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0xd8c2af5a line6_disconnect +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 0x00009cf3 device_pm_wait_for_dev +EXPORT_SYMBOL_GPL vmlinux 0x00063454 skb_consume_udp +EXPORT_SYMBOL_GPL vmlinux 0x000ea9cc dm_internal_suspend_noflush +EXPORT_SYMBOL_GPL vmlinux 0x001356cd fscrypt_parse_test_dummy_encryption +EXPORT_SYMBOL_GPL vmlinux 0x001b074f mce_is_correctable +EXPORT_SYMBOL_GPL vmlinux 0x0034bead serdev_device_write_room +EXPORT_SYMBOL_GPL vmlinux 0x0034f3b6 xen_has_pv_nic_devices +EXPORT_SYMBOL_GPL vmlinux 0x00513f58 get_timespec64 +EXPORT_SYMBOL_GPL vmlinux 0x00565f18 pernet_ops_rwsem +EXPORT_SYMBOL_GPL vmlinux 0x005cb0ce rio_mport_write_config_16 +EXPORT_SYMBOL_GPL vmlinux 0x005f18a6 add_wait_queue_priority +EXPORT_SYMBOL_GPL vmlinux 0x00659c6e _RNvXs1N_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_10tss_structNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x007a3a38 kill_dev_dax +EXPORT_SYMBOL_GPL vmlinux 0x007bc2e0 pci_platform_power_transition +EXPORT_SYMBOL_GPL vmlinux 0x007e23a1 bus_register +EXPORT_SYMBOL_GPL vmlinux 0x008539f0 klp_shadow_alloc +EXPORT_SYMBOL_GPL vmlinux 0x0088db35 device_create_bin_file +EXPORT_SYMBOL_GPL vmlinux 0x009bd97e fpu_alloc_guest_fpstate +EXPORT_SYMBOL_GPL vmlinux 0x00a75b5a regulator_set_voltage_sel_regmap +EXPORT_SYMBOL_GPL vmlinux 0x00b3dc8b dev_pm_domain_attach_by_id +EXPORT_SYMBOL_GPL vmlinux 0x00d163f8 find_asymmetric_key +EXPORT_SYMBOL_GPL vmlinux 0x00d4c500 usb_decode_interval +EXPORT_SYMBOL_GPL vmlinux 0x00df9837 ioasid_register_allocator +EXPORT_SYMBOL_GPL vmlinux 0x00ed68eb powercap_register_zone +EXPORT_SYMBOL_GPL vmlinux 0x01044b28 __hwspin_lock_timeout +EXPORT_SYMBOL_GPL vmlinux 0x0105dff9 device_wakeup_disable +EXPORT_SYMBOL_GPL vmlinux 0x010db083 _RNvXs3v_NtNtCs9WMcp1Hn5Bv_4core9core_arch4simdNtB6_6i16x16NtNtBa_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x011515b7 sata_sff_hardreset +EXPORT_SYMBOL_GPL vmlinux 0x0128894d ata_sas_port_start +EXPORT_SYMBOL_GPL vmlinux 0x012e730e apei_exec_noop +EXPORT_SYMBOL_GPL vmlinux 0x016472e7 _RNvXsF_NtNtCs9WMcp1Hn5Bv_4core3str7patternNtB5_12CharSearcherNtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x016aa1ee _RNvXsa_NtCs9WMcp1Hn5Bv_4core7convertNtB5_10InfallibleNtNtB7_5clone5Clone5clone +EXPORT_SYMBOL_GPL vmlinux 0x016f614a __pm_runtime_suspend +EXPORT_SYMBOL_GPL vmlinux 0x0173991f blk_mq_start_stopped_hw_queue +EXPORT_SYMBOL_GPL vmlinux 0x0182dd44 _RNvXsV_NtNtCs9WMcp1Hn5Bv_4core3fmt3nummNtB7_5Octal3fmt +EXPORT_SYMBOL_GPL vmlinux 0x01848a8e local_apic_timer_c2_ok +EXPORT_SYMBOL_GPL vmlinux 0x01866a57 ezx_pcap_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x018e556a bus_find_device +EXPORT_SYMBOL_GPL vmlinux 0x01948654 irq_generic_chip_ops +EXPORT_SYMBOL_GPL vmlinux 0x0194b9d4 _RNvXs6_NtCs9WMcp1Hn5Bv_4core4charNtB5_11EscapeDebugNtNtNtNtB7_4iter6traits8iterator8Iterator9size_hint +EXPORT_SYMBOL_GPL vmlinux 0x0195c6c5 ata_host_activate +EXPORT_SYMBOL_GPL vmlinux 0x01a0cb78 property_entries_free +EXPORT_SYMBOL_GPL vmlinux 0x01a4904d strp_data_ready +EXPORT_SYMBOL_GPL vmlinux 0x01adeabf serial8250_handle_irq +EXPORT_SYMBOL_GPL vmlinux 0x01b4008e tpm_chip_register +EXPORT_SYMBOL_GPL vmlinux 0x01b8ad58 clk_gate_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0x01b93ee5 gpiod_count +EXPORT_SYMBOL_GPL vmlinux 0x01c1082e devm_regmap_add_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0x01c12c32 cpu_bit_bitmap +EXPORT_SYMBOL_GPL vmlinux 0x01c6e64d fuse_conn_destroy +EXPORT_SYMBOL_GPL vmlinux 0x01d4fd52 phy_calibrate +EXPORT_SYMBOL_GPL vmlinux 0x01d78f5f ata_bmdma_qc_issue +EXPORT_SYMBOL_GPL vmlinux 0x01e1a8de kgdb_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0x01e2dae0 _RNvMNtCs9WMcp1Hn5Bv_4core3f32f8classify +EXPORT_SYMBOL_GPL vmlinux 0x01ea5564 _RNvXs5_NtCsiTPnVqBGVaY_6kernel5errorNtB5_5ErrorINtNtCs9WMcp1Hn5Bv_4core7convert4FromNtBM_10InfallibleE4from +EXPORT_SYMBOL_GPL vmlinux 0x01ec2720 __SCK__tp_func_sched_util_est_se_tp +EXPORT_SYMBOL_GPL vmlinux 0x01ee5532 smp_call_function_any +EXPORT_SYMBOL_GPL vmlinux 0x01f8974c skb_to_sgvec +EXPORT_SYMBOL_GPL vmlinux 0x0207a6c6 reset_control_bulk_acquire +EXPORT_SYMBOL_GPL vmlinux 0x02292fa4 _RNvMNtNtCs9WMcp1Hn5Bv_4core3str5lossyNtB2_9Utf8Lossy10from_bytes +EXPORT_SYMBOL_GPL vmlinux 0x022e5b75 _RNvXsq_NtCs796HB7yPNRt_8bindings12bindings_rawNtB5_10static_keyNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x02394899 play_idle_precise +EXPORT_SYMBOL_GPL vmlinux 0x0244628e _RNvNvXs1_NtNtCs9WMcp1Hn5Bv_4core5slice5indexINtNtNtBb_3ops5range5RangejEINtB7_10SliceIndexSpE17get_unchecked_mut8comptime +EXPORT_SYMBOL_GPL vmlinux 0x02449d58 devm_intel_scu_ipc_dev_get +EXPORT_SYMBOL_GPL vmlinux 0x02474f78 usb_autopm_put_interface_no_suspend +EXPORT_SYMBOL_GPL vmlinux 0x02495b8f gnttab_alloc_grant_reference_seq +EXPORT_SYMBOL_GPL vmlinux 0x024d13dd request_free_mem_region +EXPORT_SYMBOL_GPL vmlinux 0x026abd44 acpi_pci_check_ejectable +EXPORT_SYMBOL_GPL vmlinux 0x026bf772 crypto_alloc_rng +EXPORT_SYMBOL_GPL vmlinux 0x027f5b44 pci_p2pdma_enable_store +EXPORT_SYMBOL_GPL vmlinux 0x0284e1cd device_match_of_node +EXPORT_SYMBOL_GPL vmlinux 0x028d2b11 __ip6_datagram_connect +EXPORT_SYMBOL_GPL vmlinux 0x0291f195 irq_domain_disconnect_hierarchy +EXPORT_SYMBOL_GPL vmlinux 0x02a1e488 dma_free_noncontiguous +EXPORT_SYMBOL_GPL vmlinux 0x02bab11f vcap_rule_mod_action_u32 +EXPORT_SYMBOL_GPL vmlinux 0x02bb8909 __blk_req_zone_write_lock +EXPORT_SYMBOL_GPL vmlinux 0x02bc19ee crypto_remove_spawns +EXPORT_SYMBOL_GPL vmlinux 0x02c5c501 power_supply_find_ocv2cap_table +EXPORT_SYMBOL_GPL vmlinux 0x02c9dd9c gnttab_dma_free_pages +EXPORT_SYMBOL_GPL vmlinux 0x02e30bdc blk_mq_queue_inflight +EXPORT_SYMBOL_GPL vmlinux 0x03017d46 irq_domain_xlate_twocell +EXPORT_SYMBOL_GPL vmlinux 0x030cbca2 ata_id_xfermask +EXPORT_SYMBOL_GPL vmlinux 0x0312b3b0 reset_controller_add_lookup +EXPORT_SYMBOL_GPL vmlinux 0x031aaeed hwspin_lock_free +EXPORT_SYMBOL_GPL vmlinux 0x032a2290 spi_mem_default_supports_op +EXPORT_SYMBOL_GPL vmlinux 0x033832c7 usb_amd_hang_symptom_quirk +EXPORT_SYMBOL_GPL vmlinux 0x0343bdf1 __i2c_board_list +EXPORT_SYMBOL_GPL vmlinux 0x034f7db2 rio_unmap_outb_region +EXPORT_SYMBOL_GPL vmlinux 0x0355a513 switchdev_port_attr_set +EXPORT_SYMBOL_GPL vmlinux 0x036de383 perf_event_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0x0373766a sbitmap_queue_clear +EXPORT_SYMBOL_GPL vmlinux 0x03741c3e dev_pm_opp_xlate_required_opp +EXPORT_SYMBOL_GPL vmlinux 0x037c75a1 __fscrypt_inode_uses_inline_crypto +EXPORT_SYMBOL_GPL vmlinux 0x0385ec99 _RNvXs3D_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_16lru_gen_mm_stateNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x0386dc17 __irq_domain_alloc_irqs +EXPORT_SYMBOL_GPL vmlinux 0x03890cbc devlink_dpipe_match_put +EXPORT_SYMBOL_GPL vmlinux 0x03897f49 usb_sg_wait +EXPORT_SYMBOL_GPL vmlinux 0x038a8533 lp8788_write_byte +EXPORT_SYMBOL_GPL vmlinux 0x03925442 _RNvXs1z_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_18avx_512_hi16_stateNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x03932e6c pci_host_probe +EXPORT_SYMBOL_GPL vmlinux 0x03952887 ktime_add_safe +EXPORT_SYMBOL_GPL vmlinux 0x039dc407 _RNvNtCs9WMcp1Hn5Bv_4core6option13expect_failed +EXPORT_SYMBOL_GPL vmlinux 0x039e7cb5 serdev_device_write_flush +EXPORT_SYMBOL_GPL vmlinux 0x03aa5131 rio_mport_get_physefb +EXPORT_SYMBOL_GPL vmlinux 0x03b176d8 pci_create_root_bus +EXPORT_SYMBOL_GPL vmlinux 0x03b29aaa nf_checksum +EXPORT_SYMBOL_GPL vmlinux 0x03b7e644 fib6_get_table +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 0x03d3f9f0 vp_modern_map_vq_notify +EXPORT_SYMBOL_GPL vmlinux 0x03d4634e iommu_detach_device +EXPORT_SYMBOL_GPL vmlinux 0x03db0446 vp_legacy_get_features +EXPORT_SYMBOL_GPL vmlinux 0x03e71c06 clk_hw_get_name +EXPORT_SYMBOL_GPL vmlinux 0x03e89918 dev_fill_forward_path +EXPORT_SYMBOL_GPL vmlinux 0x0402cbbf preempt_notifier_inc +EXPORT_SYMBOL_GPL vmlinux 0x041a1f9e vp_modern_get_features +EXPORT_SYMBOL_GPL vmlinux 0x04248b96 _RNvXs28_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_20tlbflush_unmap_batchNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x042bd41d pci_aer_clear_nonfatal_status +EXPORT_SYMBOL_GPL vmlinux 0x0434aba7 msi_domain_get_virq +EXPORT_SYMBOL_GPL vmlinux 0x04361878 pci_rescan_bus +EXPORT_SYMBOL_GPL vmlinux 0x043adad6 blk_mq_unquiesce_tagset +EXPORT_SYMBOL_GPL vmlinux 0x044f6766 __tracepoint_block_rq_remap +EXPORT_SYMBOL_GPL vmlinux 0x04534dce tpm_pcr_read +EXPORT_SYMBOL_GPL vmlinux 0x0457b2d2 proc_create_net_single +EXPORT_SYMBOL_GPL vmlinux 0x0465a073 regmap_reg_in_ranges +EXPORT_SYMBOL_GPL vmlinux 0x04675376 irq_setup_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0x046f8893 kpp_register_instance +EXPORT_SYMBOL_GPL vmlinux 0x04713e71 vga_default_device +EXPORT_SYMBOL_GPL vmlinux 0x048b5f8d twl4030_audio_get_mclk +EXPORT_SYMBOL_GPL vmlinux 0x0495dead __cpuhp_state_add_instance +EXPORT_SYMBOL_GPL vmlinux 0x049e5156 gnttab_try_end_foreign_access +EXPORT_SYMBOL_GPL vmlinux 0x04a15687 crypto_get_default_null_skcipher +EXPORT_SYMBOL_GPL vmlinux 0x04a35eca _RNvXs1O_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_9irq_stackNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x04a5542b _RNvXs2K_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_13rcu_segcblistNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x04ad959b __SCK__tp_func_rpm_return_int +EXPORT_SYMBOL_GPL vmlinux 0x04bcbe60 fuse_request_end +EXPORT_SYMBOL_GPL vmlinux 0x04bf0092 io_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0x04bfd06e uart_console_write +EXPORT_SYMBOL_GPL vmlinux 0x04c41c60 devlink_flash_update_status_notify +EXPORT_SYMBOL_GPL vmlinux 0x04c4f603 mpi_get_buffer +EXPORT_SYMBOL_GPL vmlinux 0x04c8aebf console_verbose +EXPORT_SYMBOL_GPL vmlinux 0x04d12679 _RNvXs3u_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_14vm_area_structNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x04dbdd0c devm_regulator_get_enable +EXPORT_SYMBOL_GPL vmlinux 0x04df8fbc lzo1x_decompress_safe +EXPORT_SYMBOL_GPL vmlinux 0x05040edc _RNvXs6_NtNtCs9WMcp1Hn5Bv_4core3str5lossyNtB5_14Utf8LossyChunkNtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x0508cf75 ata_pci_bmdma_clear_simplex +EXPORT_SYMBOL_GPL vmlinux 0x050f60c0 dw_pcie_upconfig_setup +EXPORT_SYMBOL_GPL vmlinux 0x051085e3 lock_system_sleep +EXPORT_SYMBOL_GPL vmlinux 0x05188908 mmu_notifier_get_locked +EXPORT_SYMBOL_GPL vmlinux 0x051a0bc1 stack_depot_fetch +EXPORT_SYMBOL_GPL vmlinux 0x0526970f uart_handle_cts_change +EXPORT_SYMBOL_GPL vmlinux 0x052b4013 register_vmcore_cb +EXPORT_SYMBOL_GPL vmlinux 0x052c9aed ktime_get_real_fast_ns +EXPORT_SYMBOL_GPL vmlinux 0x052dfc57 acpi_dev_state_d0 +EXPORT_SYMBOL_GPL vmlinux 0x053d3743 dev_pm_genpd_resume +EXPORT_SYMBOL_GPL vmlinux 0x053f8d3f _RNvXs37_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_46page__bindgen_ty_1__bindgen_ty_2__bindgen_ty_1NtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x0543115a tty_kopen_shared +EXPORT_SYMBOL_GPL vmlinux 0x054bc51e __sock_recv_cmsgs +EXPORT_SYMBOL_GPL vmlinux 0x054c7545 ehci_handshake +EXPORT_SYMBOL_GPL vmlinux 0x054ca495 nvmem_device_cell_read +EXPORT_SYMBOL_GPL vmlinux 0x054e550b kernel_halt +EXPORT_SYMBOL_GPL vmlinux 0x0557bedb pwm_lpss_bxt_info +EXPORT_SYMBOL_GPL vmlinux 0x056c3506 iomap_fiemap +EXPORT_SYMBOL_GPL vmlinux 0x05783e1b pse_controller_unregister +EXPORT_SYMBOL_GPL vmlinux 0x05793938 ata_slave_link_init +EXPORT_SYMBOL_GPL vmlinux 0x057f4c14 vp_legacy_get_queue_size +EXPORT_SYMBOL_GPL vmlinux 0x058659d3 _RNvXs2G_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_8rcu_workNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x05883efb __traceiter_suspend_resume +EXPORT_SYMBOL_GPL vmlinux 0x058ab40c dm_internal_resume_fast +EXPORT_SYMBOL_GPL vmlinux 0x058f9366 apei_exec_collect_resources +EXPORT_SYMBOL_GPL vmlinux 0x0594f350 msg_zerocopy_realloc +EXPORT_SYMBOL_GPL vmlinux 0x05a36048 devl_resource_occ_get_unregister +EXPORT_SYMBOL_GPL vmlinux 0x05b797a0 _RNvMNtCs9WMcp1Hn5Bv_4core3stre12escape_debug +EXPORT_SYMBOL_GPL vmlinux 0x05b99460 _RNvXs11_NtNtCs9WMcp1Hn5Bv_4core3fmt3numxNtB8_8UpperHex3fmt +EXPORT_SYMBOL_GPL vmlinux 0x05c0edc0 fsverity_ioctl_read_metadata +EXPORT_SYMBOL_GPL vmlinux 0x05cff531 regmap_field_read +EXPORT_SYMBOL_GPL vmlinux 0x05d3fadc sysfs_break_active_protection +EXPORT_SYMBOL_GPL vmlinux 0x05d7ad15 irq_set_default_host +EXPORT_SYMBOL_GPL vmlinux 0x05da5cb3 skb_partial_csum_set +EXPORT_SYMBOL_GPL vmlinux 0x05dad99b clean_record_shared_mapping_range +EXPORT_SYMBOL_GPL vmlinux 0x05e3b908 gpiod_set_value +EXPORT_SYMBOL_GPL vmlinux 0x05e4551d _RNvXs29_NtNtCs9WMcp1Hn5Bv_4core9core_arch4simdNtB6_5i32x4NtNtBa_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x05e52937 _RNvMsi_NtCs9WMcp1Hn5Bv_4core4charNtB5_15CaseMappingIter3new +EXPORT_SYMBOL_GPL vmlinux 0x05ea1431 dma_mmap_pages +EXPORT_SYMBOL_GPL vmlinux 0x05f01296 device_iommu_capable +EXPORT_SYMBOL_GPL vmlinux 0x05feb9e5 _RNvXs3d_NtNtCs9WMcp1Hn5Bv_4core9core_arch4simdNtB6_5u32x8NtNtBa_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x060d0726 fwnode_property_read_string +EXPORT_SYMBOL_GPL vmlinux 0x061336ae blocking_notifier_chain_register_unique_prio +EXPORT_SYMBOL_GPL vmlinux 0x0615f6bc devm_power_supply_register_no_ws +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 0x06377d2c percpu_free_rwsem +EXPORT_SYMBOL_GPL vmlinux 0x064db9a5 mark_mounts_for_expiry +EXPORT_SYMBOL_GPL vmlinux 0x065416b5 pci_disable_sriov +EXPORT_SYMBOL_GPL vmlinux 0x065ead71 __intel_scu_ipc_register +EXPORT_SYMBOL_GPL vmlinux 0x0661057e da903x_update +EXPORT_SYMBOL_GPL vmlinux 0x0666352b pci_d3cold_disable +EXPORT_SYMBOL_GPL vmlinux 0x066821cc _RNvXs3_NtNtCs9WMcp1Hn5Bv_4core9core_simd7swizzleNtB5_5WhichNtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x0670716d usb_hcd_start_port_resume +EXPORT_SYMBOL_GPL vmlinux 0x067b1289 _RNvXs4_NtNtCs9WMcp1Hn5Bv_4core4char7convertNtB5_14ParseCharErrorNtNtB9_3fmt7Display3fmt +EXPORT_SYMBOL_GPL vmlinux 0x0683666a usb_hcd_check_unlink_urb +EXPORT_SYMBOL_GPL vmlinux 0x06868dac scsi_template_proc_dir +EXPORT_SYMBOL_GPL vmlinux 0x068ad5ac debugfs_create_bool +EXPORT_SYMBOL_GPL vmlinux 0x06c9b6e3 devlink_trap_report +EXPORT_SYMBOL_GPL vmlinux 0x06c9d1f3 __traceiter_pelt_se_tp +EXPORT_SYMBOL_GPL vmlinux 0x06cca30b ring_buffer_record_off +EXPORT_SYMBOL_GPL vmlinux 0x06e05576 _RNvXs0_NtCsiTPnVqBGVaY_6kernel3strNtB5_4CStrNtNtCs9WMcp1Hn5Bv_4core3fmt7Display3fmt +EXPORT_SYMBOL_GPL vmlinux 0x06e43807 _RNvXs1G_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_9fpu_guestNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x06eb8a8f rcu_trc_cmpxchg_need_qs +EXPORT_SYMBOL_GPL vmlinux 0x06ee1dad _RNvNvMNtCs9WMcp1Hn5Bv_4core5sliceSp23as_chunks_unchecked_mut8comptime +EXPORT_SYMBOL_GPL vmlinux 0x06ef00de _RNvXsa_NtNtCs9WMcp1Hn5Bv_4core3fmt3numoNtB5_10DisplayInt6to_u16 +EXPORT_SYMBOL_GPL vmlinux 0x06f1ea5c folio_add_wait_queue +EXPORT_SYMBOL_GPL vmlinux 0x06f5e981 phy_gbit_all_ports_features +EXPORT_SYMBOL_GPL vmlinux 0x07018389 debugfs_create_file_size +EXPORT_SYMBOL_GPL vmlinux 0x071139df devl_rate_node_create +EXPORT_SYMBOL_GPL vmlinux 0x07189d28 pwm_put +EXPORT_SYMBOL_GPL vmlinux 0x07242d92 put_dax +EXPORT_SYMBOL_GPL vmlinux 0x0732c14f ata_sas_sync_probe +EXPORT_SYMBOL_GPL vmlinux 0x07483e13 cn_del_callback +EXPORT_SYMBOL_GPL vmlinux 0x074f98db synth_event_add_field +EXPORT_SYMBOL_GPL vmlinux 0x0756a31c register_platform_power_off +EXPORT_SYMBOL_GPL vmlinux 0x07593e5a __serdev_device_driver_register +EXPORT_SYMBOL_GPL vmlinux 0x076356e7 sfp_may_have_phy +EXPORT_SYMBOL_GPL vmlinux 0x0770d3df dev_pm_put_subsys_data +EXPORT_SYMBOL_GPL vmlinux 0x0778e07f phy_restart_aneg +EXPORT_SYMBOL_GPL vmlinux 0x0792a3bf _RNvNvXs0_NtNtCs9WMcp1Hn5Bv_4core5slice5indexjINtB7_10SliceIndexSpE13get_unchecked8comptime +EXPORT_SYMBOL_GPL vmlinux 0x079f31f9 amd_iommu_is_attach_deferred +EXPORT_SYMBOL_GPL vmlinux 0x07a2b03f usb_remove_phy +EXPORT_SYMBOL_GPL vmlinux 0x07a55dd6 mmc_regulator_set_ocr +EXPORT_SYMBOL_GPL vmlinux 0x07aec01e encrypt_blob +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 0x07be6905 net_inc_egress_queue +EXPORT_SYMBOL_GPL vmlinux 0x07ce9849 ip6_datagram_send_ctl +EXPORT_SYMBOL_GPL vmlinux 0x07e49a56 get_kernel_pages +EXPORT_SYMBOL_GPL vmlinux 0x07f0b7f8 md_run +EXPORT_SYMBOL_GPL vmlinux 0x07faf40a crypto_stats_rng_seed +EXPORT_SYMBOL_GPL vmlinux 0x07fc95c2 irq_domain_xlate_onecell +EXPORT_SYMBOL_GPL vmlinux 0x08129351 usb_hcd_unmap_urb_setup_for_dma +EXPORT_SYMBOL_GPL vmlinux 0x08135613 dax_write_cache +EXPORT_SYMBOL_GPL vmlinux 0x082ce789 debugfs_read_file_bool +EXPORT_SYMBOL_GPL vmlinux 0x08475f96 _RNvXs0_NtCs9WMcp1Hn5Bv_4core3anyDNtB5_3AnyNtNtB7_6marker4SendEL_NtNtB7_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x08558000 irq_domain_translate_onecell +EXPORT_SYMBOL_GPL vmlinux 0x085d955d wm831x_auxadc_read_uv +EXPORT_SYMBOL_GPL vmlinux 0x0863d3c7 crypto_register_kpp +EXPORT_SYMBOL_GPL vmlinux 0x0865891c _RNvXs4g_NtNtCs9WMcp1Hn5Bv_4core3num7nonzeroNtB6_10NonZeroU32NtNtNtBa_3str6traits7FromStr8from_str +EXPORT_SYMBOL_GPL vmlinux 0x086ea20b of_icc_get +EXPORT_SYMBOL_GPL vmlinux 0x087f5dc5 wm831x_of_match +EXPORT_SYMBOL_GPL vmlinux 0x0884f3dc fwnode_remove_software_node +EXPORT_SYMBOL_GPL vmlinux 0x08997a50 tpm_tis_remove +EXPORT_SYMBOL_GPL vmlinux 0x08a0fc3e _RNvXs3N_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_10mhp_paramsNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x08a32d46 clk_divider_ops +EXPORT_SYMBOL_GPL vmlinux 0x08a5dc5a crypto_unregister_instance +EXPORT_SYMBOL_GPL vmlinux 0x08b63be6 bpfilter_umh_cleanup +EXPORT_SYMBOL_GPL vmlinux 0x08bdf0ba __SCK__tp_func_neigh_update_done +EXPORT_SYMBOL_GPL vmlinux 0x08c42d6b nvdimm_bus_register +EXPORT_SYMBOL_GPL vmlinux 0x08c61932 devl_region_create +EXPORT_SYMBOL_GPL vmlinux 0x08c6b5cd device_get_phy_mode +EXPORT_SYMBOL_GPL vmlinux 0x08c78cf7 offline_and_remove_memory +EXPORT_SYMBOL_GPL vmlinux 0x08c869ae _RNvXs3b_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_46page__bindgen_ty_1__bindgen_ty_6__bindgen_ty_1NtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x08c900ce regulator_get_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x08cfdfba acpi_dma_controller_free +EXPORT_SYMBOL_GPL vmlinux 0x08d8c6f2 sysfs_file_change_owner +EXPORT_SYMBOL_GPL vmlinux 0x0907d14d blocking_notifier_chain_register +EXPORT_SYMBOL_GPL vmlinux 0x090d5d8b class_compat_remove_link +EXPORT_SYMBOL_GPL vmlinux 0x09120fb1 acpi_dev_clear_dependencies +EXPORT_SYMBOL_GPL vmlinux 0x091eb9b4 round_jiffies +EXPORT_SYMBOL_GPL vmlinux 0x0922d550 irq_domain_remove_sim +EXPORT_SYMBOL_GPL vmlinux 0x0925493f clear_page_orig +EXPORT_SYMBOL_GPL vmlinux 0x09293903 dev_set_name +EXPORT_SYMBOL_GPL vmlinux 0x09337cd0 __wake_up_locked_key +EXPORT_SYMBOL_GPL vmlinux 0x093786cf synth_event_add_field_str +EXPORT_SYMBOL_GPL vmlinux 0x093b7154 led_trigger_unregister_simple +EXPORT_SYMBOL_GPL vmlinux 0x0942cf35 user_update +EXPORT_SYMBOL_GPL vmlinux 0x0947837d _RNvMs7_NtCs9WMcp1Hn5Bv_4core3numy14from_str_radix +EXPORT_SYMBOL_GPL vmlinux 0x09486049 ata_bmdma_port_intr +EXPORT_SYMBOL_GPL vmlinux 0x094affb6 ip_valid_fib_dump_req +EXPORT_SYMBOL_GPL vmlinux 0x095ac36e icc_set_tag +EXPORT_SYMBOL_GPL vmlinux 0x095e686a blk_rq_prep_clone +EXPORT_SYMBOL_GPL vmlinux 0x095f4c34 ptp_classify_raw +EXPORT_SYMBOL_GPL vmlinux 0x096a7e6f x86_spec_ctrl_base +EXPORT_SYMBOL_GPL vmlinux 0x0976822d sfp_get_module_eeprom_by_page +EXPORT_SYMBOL_GPL vmlinux 0x0987abf7 _RNvXso_NtCs9WMcp1Hn5Bv_4core3numjNtNtNtB7_3str6traits7FromStr8from_str +EXPORT_SYMBOL_GPL vmlinux 0x09b079eb dm_noflush_suspending +EXPORT_SYMBOL_GPL vmlinux 0x09b0ac82 dst_cache_get_ip6 +EXPORT_SYMBOL_GPL vmlinux 0x09b53e14 interval_tree_remove +EXPORT_SYMBOL_GPL vmlinux 0x09bd5abc serial8250_clear_and_reinit_fifos +EXPORT_SYMBOL_GPL vmlinux 0x09ca37c9 vp_modern_probe +EXPORT_SYMBOL_GPL vmlinux 0x09ca854f fwnode_graph_get_remote_endpoint +EXPORT_SYMBOL_GPL vmlinux 0x0a1e26ab tpm_transmit_cmd +EXPORT_SYMBOL_GPL vmlinux 0x0a29502e blk_mq_freeze_queue +EXPORT_SYMBOL_GPL vmlinux 0x0a307aba switchdev_handle_port_obj_del +EXPORT_SYMBOL_GPL vmlinux 0x0a393c3c of_phy_put +EXPORT_SYMBOL_GPL vmlinux 0x0a3f218f _RNvMNtNtCs9WMcp1Hn5Bv_4core3num3fmtNtB2_4Part3len +EXPORT_SYMBOL_GPL vmlinux 0x0a47553f tdx_kvm_hypercall +EXPORT_SYMBOL_GPL vmlinux 0x0a4aa2d6 _RNvXs3f_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_18page__bindgen_ty_2NtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x0a502c98 dmar_platform_optin +EXPORT_SYMBOL_GPL vmlinux 0x0a52c511 hv_query_ext_cap +EXPORT_SYMBOL_GPL vmlinux 0x0a538cbf _RNvXsD_NtNtCs9WMcp1Hn5Bv_4core9core_arch3x86NtB5_8___m128bhNtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x0a79c696 ata_host_alloc_pinfo +EXPORT_SYMBOL_GPL vmlinux 0x0a7aa779 hsu_dma_remove +EXPORT_SYMBOL_GPL vmlinux 0x0a80b724 acpi_dma_simple_xlate +EXPORT_SYMBOL_GPL vmlinux 0x0a8162a8 raw_v4_hashinfo +EXPORT_SYMBOL_GPL vmlinux 0x0a89e3c9 ata_sas_port_destroy +EXPORT_SYMBOL_GPL vmlinux 0x0a8d46ae _RNvXs3_NtNtCs9WMcp1Hn5Bv_4core3num5errorNtB5_13ParseIntErrorNtNtB9_3fmt7Display3fmt +EXPORT_SYMBOL_GPL vmlinux 0x0a95cf19 spi_controller_dma_map_mem_op_data +EXPORT_SYMBOL_GPL vmlinux 0x0aa56f05 _RNvXs7_NtNtCs9WMcp1Hn5Bv_4core4sync6atomicNtB5_10AtomicBoolNtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x0abdc439 cc_platform_has +EXPORT_SYMBOL_GPL vmlinux 0x0ad137d3 lpit_read_residency_count_address +EXPORT_SYMBOL_GPL vmlinux 0x0ad6c613 crypto_stats_rng_generate +EXPORT_SYMBOL_GPL vmlinux 0x0ad91555 gpiochip_reqres_irq +EXPORT_SYMBOL_GPL vmlinux 0x0ae9657c irq_gc_mask_clr_bit +EXPORT_SYMBOL_GPL vmlinux 0x0b05ee17 irq_gc_mask_set_bit +EXPORT_SYMBOL_GPL vmlinux 0x0b07abe2 unshare_fs_struct +EXPORT_SYMBOL_GPL vmlinux 0x0b0e7698 sata_scr_read +EXPORT_SYMBOL_GPL vmlinux 0x0b195d35 _RNvXs5_NtNtCs9WMcp1Hn5Bv_4core3fmt3numiNtB5_10DisplayInt4zero +EXPORT_SYMBOL_GPL vmlinux 0x0b1aa1bb mmu_interval_notifier_insert +EXPORT_SYMBOL_GPL vmlinux 0x0b1bb9f9 synchronize_rcu_tasks +EXPORT_SYMBOL_GPL vmlinux 0x0b1cf1a7 regulator_get_mode +EXPORT_SYMBOL_GPL vmlinux 0x0b22244e software_node_fwnode +EXPORT_SYMBOL_GPL vmlinux 0x0b2db2d5 remove_resource +EXPORT_SYMBOL_GPL vmlinux 0x0b366c00 fat_setattr +EXPORT_SYMBOL_GPL vmlinux 0x0b46591a devlink_dpipe_action_put +EXPORT_SYMBOL_GPL vmlinux 0x0b52e502 apei_resources_add +EXPORT_SYMBOL_GPL vmlinux 0x0b590b57 vp_modern_set_queue_reset +EXPORT_SYMBOL_GPL vmlinux 0x0b69e104 pse_ethtool_get_status +EXPORT_SYMBOL_GPL vmlinux 0x0b772cea fsverity_verify_bio +EXPORT_SYMBOL_GPL vmlinux 0x0b81208d ping_err +EXPORT_SYMBOL_GPL vmlinux 0x0b81d79f _RNvXs3i_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_47folio__bindgen_ty_1__bindgen_ty_1__bindgen_ty_1NtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x0b8c8a23 static_key_fast_inc_not_disabled +EXPORT_SYMBOL_GPL vmlinux 0x0b911bf9 dev_err_probe +EXPORT_SYMBOL_GPL vmlinux 0x0b962860 led_stop_software_blink +EXPORT_SYMBOL_GPL vmlinux 0x0ba023c5 _RNvXs2_NtCs9WMcp1Hn5Bv_4core4timeNtB5_8DurationNtNtNtB7_3ops5arith9SubAssign10sub_assign +EXPORT_SYMBOL_GPL vmlinux 0x0ba7eb85 _RNvNtNtCs9WMcp1Hn5Bv_4core3str5count23char_count_general_case +EXPORT_SYMBOL_GPL vmlinux 0x0bb913ed trace_event_raw_init +EXPORT_SYMBOL_GPL vmlinux 0x0bb9f147 usb_alloc_urb +EXPORT_SYMBOL_GPL vmlinux 0x0bbaf416 __alloc_pages_bulk +EXPORT_SYMBOL_GPL vmlinux 0x0bbdc9b2 remove_memory +EXPORT_SYMBOL_GPL vmlinux 0x0bbeaeba uv_bios_enum_ports +EXPORT_SYMBOL_GPL vmlinux 0x0bc0d322 perf_tp_event +EXPORT_SYMBOL_GPL vmlinux 0x0bc51990 fwnode_property_read_u16_array +EXPORT_SYMBOL_GPL vmlinux 0x0bed78eb _RNvXs_NtNtCs9WMcp1Hn5Bv_4core5alloc6layoutNtB4_11LayoutErrorNtNtB8_3fmt7Display3fmt +EXPORT_SYMBOL_GPL vmlinux 0x0bf3c9dc xhci_ext_cap_init +EXPORT_SYMBOL_GPL vmlinux 0x0c01960f klp_get_state +EXPORT_SYMBOL_GPL vmlinux 0x0c126f7a tty_prepare_flip_string +EXPORT_SYMBOL_GPL vmlinux 0x0c17ea72 split_page +EXPORT_SYMBOL_GPL vmlinux 0x0c1c093c sdev_evt_send_simple +EXPORT_SYMBOL_GPL vmlinux 0x0c20570d _RNvMNtCs9WMcp1Hn5Bv_4core3f64d16partial_classify +EXPORT_SYMBOL_GPL vmlinux 0x0c20e1d7 fib_nexthop_info +EXPORT_SYMBOL_GPL vmlinux 0x0c28cfe3 ext_pi_type3_crc64 +EXPORT_SYMBOL_GPL vmlinux 0x0c2c5802 work_busy +EXPORT_SYMBOL_GPL vmlinux 0x0c32ff8a edac_pci_alloc_index +EXPORT_SYMBOL_GPL vmlinux 0x0c3f9ee2 md_stop +EXPORT_SYMBOL_GPL vmlinux 0x0c5029b4 clk_hw_register_fixed_factor +EXPORT_SYMBOL_GPL vmlinux 0x0c524ae2 _RNvXs34_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_46page__bindgen_ty_1__bindgen_ty_1__bindgen_ty_1NtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x0c542a67 intel_pinctrl_suspend_noirq +EXPORT_SYMBOL_GPL vmlinux 0x0c552db7 badblocks_exit +EXPORT_SYMBOL_GPL vmlinux 0x0c58107f _RNvXs_NtCs9WMcp1Hn5Bv_4core4timeNtB4_8DurationNtNtNtB6_3ops5arith3Add3add +EXPORT_SYMBOL_GPL vmlinux 0x0c7836d7 _RNvXs3p_NtNtCs9WMcp1Hn5Bv_4core9core_arch4simdNtB6_5i8x32NtNtBa_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x0c805ea3 pkcs7_parse_message +EXPORT_SYMBOL_GPL vmlinux 0x0c805f93 clflush_cache_range +EXPORT_SYMBOL_GPL vmlinux 0x0c80d4d7 class_for_each_device +EXPORT_SYMBOL_GPL vmlinux 0x0c839609 cros_ec_cmd +EXPORT_SYMBOL_GPL vmlinux 0x0c88c1c3 pci_vpd_find_id_string +EXPORT_SYMBOL_GPL vmlinux 0x0c906bf5 rio_alloc_net +EXPORT_SYMBOL_GPL vmlinux 0x0c920826 crypto_alloc_ahash +EXPORT_SYMBOL_GPL vmlinux 0x0c92f09c _RNvNtNtCs9WMcp1Hn5Bv_4core5slice5index27slice_end_index_len_fail_rt +EXPORT_SYMBOL_GPL vmlinux 0x0c943458 exportfs_encode_inode_fh +EXPORT_SYMBOL_GPL vmlinux 0x0cb7183b nf_queue +EXPORT_SYMBOL_GPL vmlinux 0x0cb9f115 _RNvXs23_NtNtCs9WMcp1Hn5Bv_4core9core_arch4simdNtB6_5i16x8NtNtBa_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x0cbac084 _RNvXs7_NtNtCs9WMcp1Hn5Bv_4core3fmt3numtNtB5_10DisplayInt6to_u16 +EXPORT_SYMBOL_GPL vmlinux 0x0cbe3ee2 software_node_unregister +EXPORT_SYMBOL_GPL vmlinux 0x0cc79a18 dev_pm_opp_set_rate +EXPORT_SYMBOL_GPL vmlinux 0x0cc9d36c iommu_group_claim_dma_owner +EXPORT_SYMBOL_GPL vmlinux 0x0cfe59cb hyperv_fill_flush_guest_mapping_list +EXPORT_SYMBOL_GPL vmlinux 0x0cff3eb9 gpiochip_generic_config +EXPORT_SYMBOL_GPL vmlinux 0x0d06090c dma_get_merge_boundary +EXPORT_SYMBOL_GPL vmlinux 0x0d09285a clk_gate_ops +EXPORT_SYMBOL_GPL vmlinux 0x0d1d02d6 perf_aux_output_end +EXPORT_SYMBOL_GPL vmlinux 0x0d26f543 nf_queue_entry_get_refs +EXPORT_SYMBOL_GPL vmlinux 0x0d319b66 sk_msg_return_zero +EXPORT_SYMBOL_GPL vmlinux 0x0d387360 _RNvXs1B_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_11xregs_stateNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x0d3fb7d4 phy_interface_num_ports +EXPORT_SYMBOL_GPL vmlinux 0x0d459213 work_on_cpu_safe +EXPORT_SYMBOL_GPL vmlinux 0x0d466a63 _RNvXs3_NtNtCs9WMcp1Hn5Bv_4core3fmt3numxNtB5_10DisplayInt6to_u16 +EXPORT_SYMBOL_GPL vmlinux 0x0d495554 xfrm_unregister_translator +EXPORT_SYMBOL_GPL vmlinux 0x0d4961de nf_log_buf_open +EXPORT_SYMBOL_GPL vmlinux 0x0d4e3f8c iopf_queue_alloc +EXPORT_SYMBOL_GPL vmlinux 0x0d5386cd nvmem_del_cell_table +EXPORT_SYMBOL_GPL vmlinux 0x0d587efd usb_queue_reset_device +EXPORT_SYMBOL_GPL vmlinux 0x0d5a6f73 fwnode_connection_find_matches +EXPORT_SYMBOL_GPL vmlinux 0x0d5cecc6 ima_measure_critical_data +EXPORT_SYMBOL_GPL vmlinux 0x0d619c08 _RNvMNtNtCs9WMcp1Hn5Bv_4core3num5errorNtB2_15TryFromIntError13___description +EXPORT_SYMBOL_GPL vmlinux 0x0d6a2b13 inet6_sock_destruct +EXPORT_SYMBOL_GPL vmlinux 0x0d6a49d4 tcp_memory_per_cpu_fw_alloc +EXPORT_SYMBOL_GPL vmlinux 0x0d7cb261 __tracepoint_fib6_table_lookup +EXPORT_SYMBOL_GPL vmlinux 0x0d7e39c8 wakeup_source_remove +EXPORT_SYMBOL_GPL vmlinux 0x0d867baa dw_pcie_ep_linkup +EXPORT_SYMBOL_GPL vmlinux 0x0d8de3e1 _RNvXss_NtNtCs9WMcp1Hn5Bv_4core3fmt3numiNtB7_6Binary3fmt +EXPORT_SYMBOL_GPL vmlinux 0x0d997cc6 key_type_user +EXPORT_SYMBOL_GPL vmlinux 0x0da65668 gpiochip_line_is_open_drain +EXPORT_SYMBOL_GPL vmlinux 0x0dad278e blk_bio_list_merge +EXPORT_SYMBOL_GPL vmlinux 0x0dbd9e93 _RNvNvMsZ_NtNtCs9WMcp1Hn5Bv_4core3num7nonzeroNtB7_10NonZeroI6413new_unchecked8comptime +EXPORT_SYMBOL_GPL vmlinux 0x0dbe9a46 gen10g_config_aneg +EXPORT_SYMBOL_GPL vmlinux 0x0dc2c8dc ping_common_sendmsg +EXPORT_SYMBOL_GPL vmlinux 0x0dc320eb __trace_trigger_soft_disabled +EXPORT_SYMBOL_GPL vmlinux 0x0dc3b61b _RNvXs3E_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_15lru_gen_mm_walkNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x0dc62533 led_trigger_register_simple +EXPORT_SYMBOL_GPL vmlinux 0x0dcbc5a5 shash_ahash_digest +EXPORT_SYMBOL_GPL vmlinux 0x0dd674a4 _RNvXsE_NtNtCs9WMcp1Hn5Bv_4core3fmt3numhNtB7_6Binary3fmt +EXPORT_SYMBOL_GPL vmlinux 0x0ddadea2 __SCT__tp_func_pelt_thermal_tp +EXPORT_SYMBOL_GPL vmlinux 0x0ddb1cd7 llist_reverse_order +EXPORT_SYMBOL_GPL vmlinux 0x0de79401 crypto_alloc_aead +EXPORT_SYMBOL_GPL vmlinux 0x0e007edf xen_evtchn_nr_channels +EXPORT_SYMBOL_GPL vmlinux 0x0e0b6e1f fwnode_property_read_u8_array +EXPORT_SYMBOL_GPL vmlinux 0x0e0c6a7d crypto_dh_encode_key +EXPORT_SYMBOL_GPL vmlinux 0x0e1194d5 hrtimer_try_to_cancel +EXPORT_SYMBOL_GPL vmlinux 0x0e13cb4d apei_resources_release +EXPORT_SYMBOL_GPL vmlinux 0x0e1fc8ef __SCT__tp_func_non_standard_event +EXPORT_SYMBOL_GPL vmlinux 0x0e224592 devm_regulator_bulk_get_const +EXPORT_SYMBOL_GPL vmlinux 0x0e2e07ba power_supply_powers +EXPORT_SYMBOL_GPL vmlinux 0x0e429374 pci_user_read_config_word +EXPORT_SYMBOL_GPL vmlinux 0x0e4e23bc phy_power_on +EXPORT_SYMBOL_GPL vmlinux 0x0e5c0627 _RNvNtNtNtCs9WMcp1Hn5Bv_4core7unicode12unicode_data9lowercase6lookup +EXPORT_SYMBOL_GPL vmlinux 0x0e5cb0c0 tty_port_register_device_serdev +EXPORT_SYMBOL_GPL vmlinux 0x0e5cc9d7 xdp_unreg_mem_model +EXPORT_SYMBOL_GPL vmlinux 0x0e65e4c0 iptunnel_xmit +EXPORT_SYMBOL_GPL vmlinux 0x0e6b79af static_key_disable_cpuslocked +EXPORT_SYMBOL_GPL vmlinux 0x0e7ea19a posix_clock_unregister +EXPORT_SYMBOL_GPL vmlinux 0x0e889261 clk_hw_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0x0e9c38d7 tty_save_termios +EXPORT_SYMBOL_GPL vmlinux 0x0ea5cbce xen_irq_lateeoi +EXPORT_SYMBOL_GPL vmlinux 0x0eab336a kiocb_modified +EXPORT_SYMBOL_GPL vmlinux 0x0eaf406e ip6_append_data +EXPORT_SYMBOL_GPL vmlinux 0x0ebb03a4 devlink_trap_groups_unregister +EXPORT_SYMBOL_GPL vmlinux 0x0ec096b0 hv_read_reference_counter +EXPORT_SYMBOL_GPL vmlinux 0x0ec8a4ad debugfs_create_x64 +EXPORT_SYMBOL_GPL vmlinux 0x0ecfea88 btf_type_by_id +EXPORT_SYMBOL_GPL vmlinux 0x0eeae3e8 key_type_encrypted +EXPORT_SYMBOL_GPL vmlinux 0x0effe777 i2c_handle_smbus_host_notify +EXPORT_SYMBOL_GPL vmlinux 0x0f0b21fe pm_trace_rtc_abused +EXPORT_SYMBOL_GPL vmlinux 0x0f0b22d9 scsi_schedule_eh +EXPORT_SYMBOL_GPL vmlinux 0x0f17aea6 percpu_is_read_locked +EXPORT_SYMBOL_GPL vmlinux 0x0f180070 ring_buffer_free_read_page +EXPORT_SYMBOL_GPL vmlinux 0x0f2d7d87 mce_unregister_decode_chain +EXPORT_SYMBOL_GPL vmlinux 0x0f37a8df rio_mport_write_config_8 +EXPORT_SYMBOL_GPL vmlinux 0x0f38e863 ata_cable_80wire +EXPORT_SYMBOL_GPL vmlinux 0x0f4d0d6b devm_mipi_dsi_attach +EXPORT_SYMBOL_GPL vmlinux 0x0f522fdf _RNvXs3C_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_14lru_gen_structNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x0f597659 tracepoint_probe_register +EXPORT_SYMBOL_GPL vmlinux 0x0f5a2750 debugfs_create_blob +EXPORT_SYMBOL_GPL vmlinux 0x0f72ada1 acpi_dev_resource_io +EXPORT_SYMBOL_GPL vmlinux 0x0f7ca236 dmi_memdev_name +EXPORT_SYMBOL_GPL vmlinux 0x0f8290f7 sync_blockdev_nowait +EXPORT_SYMBOL_GPL vmlinux 0x0f9fc04e uv_get_archtype +EXPORT_SYMBOL_GPL vmlinux 0x0fa60641 _RNvXsH_NtCs796HB7yPNRt_8bindings12bindings_rawNtB5_55restart_block__bindgen_ty_1__bindgen_ty_2__bindgen_ty_1NtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x0fb22634 platform_get_irq +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 0x0fc440c1 iptunnel_metadata_reply +EXPORT_SYMBOL_GPL vmlinux 0x0fcc1969 copy_from_user_nmi +EXPORT_SYMBOL_GPL vmlinux 0x0fd4610e kmem_dump_obj +EXPORT_SYMBOL_GPL vmlinux 0x0fd8acf9 iommu_group_remove_device +EXPORT_SYMBOL_GPL vmlinux 0x0feaba03 device_create_file +EXPORT_SYMBOL_GPL vmlinux 0x0ff3003a led_trigger_set_default +EXPORT_SYMBOL_GPL vmlinux 0x0ffc9f96 ip6_push_pending_frames +EXPORT_SYMBOL_GPL vmlinux 0x10000fe4 dev_pm_opp_get_supplies +EXPORT_SYMBOL_GPL vmlinux 0x10007fc0 transport_remove_device +EXPORT_SYMBOL_GPL vmlinux 0x10091b7b sbitmap_add_wait_queue +EXPORT_SYMBOL_GPL vmlinux 0x10138352 tracing_on +EXPORT_SYMBOL_GPL vmlinux 0x101545e4 balloon_page_dequeue +EXPORT_SYMBOL_GPL vmlinux 0x10178c80 switchdev_handle_port_obj_add +EXPORT_SYMBOL_GPL vmlinux 0x1018c7be splice_to_pipe +EXPORT_SYMBOL_GPL vmlinux 0x10290656 of_pm_clk_add_clk +EXPORT_SYMBOL_GPL vmlinux 0x1033fdeb iommu_unmap_fast +EXPORT_SYMBOL_GPL vmlinux 0x1038b96f adxl_get_component_names +EXPORT_SYMBOL_GPL vmlinux 0x104693cb pinctrl_dev_get_devname +EXPORT_SYMBOL_GPL vmlinux 0x104d3c2f phy_set_speed +EXPORT_SYMBOL_GPL vmlinux 0x105047cf i2c_acpi_client_count +EXPORT_SYMBOL_GPL vmlinux 0x1056996e rtc_class_close +EXPORT_SYMBOL_GPL vmlinux 0x105b1c91 ata_bmdma_irq_clear +EXPORT_SYMBOL_GPL vmlinux 0x106d1a5b i2c_new_client_device +EXPORT_SYMBOL_GPL vmlinux 0x107b1180 dev_pm_qos_add_ancestor_request +EXPORT_SYMBOL_GPL vmlinux 0x108a0acd bstr_printf +EXPORT_SYMBOL_GPL vmlinux 0x108a99a9 eventfd_ctx_fileget +EXPORT_SYMBOL_GPL vmlinux 0x10991d50 param_ops_bool_enable_only +EXPORT_SYMBOL_GPL vmlinux 0x10b89330 crypto_has_shash +EXPORT_SYMBOL_GPL vmlinux 0x10ba1f59 sdio_memcpy_fromio +EXPORT_SYMBOL_GPL vmlinux 0x10c9b80a _RNvXse_NtCs9WMcp1Hn5Bv_4core4cellNtB5_11BorrowErrorNtNtB7_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x10d5829b crypto_unregister_aeads +EXPORT_SYMBOL_GPL vmlinux 0x10d9f317 stack_depot_init +EXPORT_SYMBOL_GPL vmlinux 0x10dd475e __put_net +EXPORT_SYMBOL_GPL vmlinux 0x10ddd0cb __SCT__perf_lopwr_cb +EXPORT_SYMBOL_GPL vmlinux 0x10e2333c ata_common_sdev_groups +EXPORT_SYMBOL_GPL vmlinux 0x10e88862 tcp_cong_avoid_ai +EXPORT_SYMBOL_GPL vmlinux 0x10ecc52c usb_amd_quirk_pll_enable +EXPORT_SYMBOL_GPL vmlinux 0x10ef59c3 gpiod_direction_output +EXPORT_SYMBOL_GPL vmlinux 0x10fbb0cf balloon_page_alloc +EXPORT_SYMBOL_GPL vmlinux 0x110106c1 cper_severity_to_aer +EXPORT_SYMBOL_GPL vmlinux 0x111da3da inet_csk_listen_start +EXPORT_SYMBOL_GPL vmlinux 0x1121e027 acpi_is_pnp_device +EXPORT_SYMBOL_GPL vmlinux 0x1128fc5d perf_trace_run_bpf_submit +EXPORT_SYMBOL_GPL vmlinux 0x11368e7e virtqueue_enable_cb_prepare +EXPORT_SYMBOL_GPL vmlinux 0x11416821 power_supply_external_power_changed +EXPORT_SYMBOL_GPL vmlinux 0x1146e672 ip6_datagram_connect +EXPORT_SYMBOL_GPL vmlinux 0x114ad8a7 __devm_regmap_init +EXPORT_SYMBOL_GPL vmlinux 0x114c0cc0 tpm_chip_start +EXPORT_SYMBOL_GPL vmlinux 0x114c8c4b pci_p2pmem_free_sgl +EXPORT_SYMBOL_GPL vmlinux 0x114ed060 ata_pci_device_suspend +EXPORT_SYMBOL_GPL vmlinux 0x115198e1 fscrypt_fname_encrypt +EXPORT_SYMBOL_GPL vmlinux 0x115cea01 _RNvXs35_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_46page__bindgen_ty_1__bindgen_ty_1__bindgen_ty_2NtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x116180b5 hv_current_partition_id +EXPORT_SYMBOL_GPL vmlinux 0x117639db _RNvNtNtCs9WMcp1Hn5Bv_4core5slice5index27slice_end_index_len_fail_ct +EXPORT_SYMBOL_GPL vmlinux 0x118f0f65 __udp_enqueue_schedule_skb +EXPORT_SYMBOL_GPL vmlinux 0x118f5344 sock_diag_unregister_inet_compat +EXPORT_SYMBOL_GPL vmlinux 0x119f4725 cpufreq_freq_transition_end +EXPORT_SYMBOL_GPL vmlinux 0x11a6ab39 debugfs_create_size_t +EXPORT_SYMBOL_GPL vmlinux 0x11b14324 rtc_initialize_alarm +EXPORT_SYMBOL_GPL vmlinux 0x11b2015c _RNvXs25_NtNtCs9WMcp1Hn5Bv_4core3str4iterNtB6_13EscapeUnicodeNtNtBa_3fmt7Display3fmt +EXPORT_SYMBOL_GPL vmlinux 0x11c468f9 p2sb_bar +EXPORT_SYMBOL_GPL vmlinux 0x11c4c78f _RNvXsA_NtCs9WMcp1Hn5Bv_4core3fmtNtB5_5ErrorNtB5_5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x11c82cbf wbc_attach_and_unlock_inode +EXPORT_SYMBOL_GPL vmlinux 0x11cb8e68 skb_pull_rcsum +EXPORT_SYMBOL_GPL vmlinux 0x11d2e494 device_show_bool +EXPORT_SYMBOL_GPL vmlinux 0x11db7fd8 xdp_rxq_info_unreg_mem_model +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 0x11e76763 sdio_memcpy_toio +EXPORT_SYMBOL_GPL vmlinux 0x11e8e702 gpiochip_irqchip_irq_valid +EXPORT_SYMBOL_GPL vmlinux 0x11f32de0 acpi_pm_set_device_wakeup +EXPORT_SYMBOL_GPL vmlinux 0x11fe2975 devm_i2c_add_adapter +EXPORT_SYMBOL_GPL vmlinux 0x1201b932 device_link_add +EXPORT_SYMBOL_GPL vmlinux 0x12056e53 mas_store_gfp +EXPORT_SYMBOL_GPL vmlinux 0x1207d920 l3mdev_table_lookup_unregister +EXPORT_SYMBOL_GPL vmlinux 0x120cfc47 dw_pcie_find_capability +EXPORT_SYMBOL_GPL vmlinux 0x12189359 __SCT__tp_func_block_unplug +EXPORT_SYMBOL_GPL vmlinux 0x121d958a unregister_die_notifier +EXPORT_SYMBOL_GPL vmlinux 0x1220842c platform_driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0x1234e483 get_cpu_iowait_time_us +EXPORT_SYMBOL_GPL vmlinux 0x1234ffa1 cper_estatus_check_header +EXPORT_SYMBOL_GPL vmlinux 0x123731d8 __dma_request_channel +EXPORT_SYMBOL_GPL vmlinux 0x12382038 trace_add_event_call +EXPORT_SYMBOL_GPL vmlinux 0x123c74cb dev_pm_opp_get_max_volt_latency +EXPORT_SYMBOL_GPL vmlinux 0x125d00d2 account_locked_vm +EXPORT_SYMBOL_GPL vmlinux 0x125e29ed _RNvXsp_NtNtCs9WMcp1Hn5Bv_4core4sync6atomicNtB5_8AtomicU8NtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x125e9c5b xenbus_switch_state +EXPORT_SYMBOL_GPL vmlinux 0x1269c275 _RNvXsP_NtNtCs9WMcp1Hn5Bv_4core3fmt3numtNtB7_8UpperHex3fmt +EXPORT_SYMBOL_GPL vmlinux 0x126dfa80 __of_phy_provider_register +EXPORT_SYMBOL_GPL vmlinux 0x127c109b __SCT__tp_func_suspend_resume +EXPORT_SYMBOL_GPL vmlinux 0x128a7397 clkdev_hw_create +EXPORT_SYMBOL_GPL vmlinux 0x12932dd4 rio_dma_prep_slave_sg +EXPORT_SYMBOL_GPL vmlinux 0x12a932e7 phy_destroy +EXPORT_SYMBOL_GPL vmlinux 0x12b198fb power_supply_changed +EXPORT_SYMBOL_GPL vmlinux 0x12b303ce cpufreq_dbs_governor_limits +EXPORT_SYMBOL_GPL vmlinux 0x12b48f05 _RNvXs_NtNtCs9WMcp1Hn5Bv_4core3fmt7nofloatdNtB6_5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x12bfc38e lwtunnel_build_state +EXPORT_SYMBOL_GPL vmlinux 0x12db3a8b kvm_clock +EXPORT_SYMBOL_GPL vmlinux 0x12e285ec is_uv_system +EXPORT_SYMBOL_GPL vmlinux 0x12ee1173 memory_group_unregister +EXPORT_SYMBOL_GPL vmlinux 0x12f10903 sata_link_scr_lpm +EXPORT_SYMBOL_GPL vmlinux 0x13090724 add_vmfork_randomness +EXPORT_SYMBOL_GPL vmlinux 0x130a1d0f devlink_params_register +EXPORT_SYMBOL_GPL vmlinux 0x130a7298 skcipher_walk_async +EXPORT_SYMBOL_GPL vmlinux 0x131172df badblocks_store +EXPORT_SYMBOL_GPL vmlinux 0x131a5ed7 regmap_del_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0x131db64a system_long_wq +EXPORT_SYMBOL_GPL vmlinux 0x133969d7 __trace_printk +EXPORT_SYMBOL_GPL vmlinux 0x133b6862 devlink_port_attrs_set +EXPORT_SYMBOL_GPL vmlinux 0x134ca0cd gpiochip_find +EXPORT_SYMBOL_GPL vmlinux 0x1356303d _RNvXsL_NtNtCs9WMcp1Hn5Bv_4core3fmt3numsNtB7_8UpperHex3fmt +EXPORT_SYMBOL_GPL vmlinux 0x135d79b5 fork_usermode_driver +EXPORT_SYMBOL_GPL vmlinux 0x136209db power_supply_reg_notifier +EXPORT_SYMBOL_GPL vmlinux 0x1362abb0 serial8250_get_port +EXPORT_SYMBOL_GPL vmlinux 0x13684142 _RNvXs0_NtNtCs9WMcp1Hn5Bv_4core5panic10panic_infoNtB5_9PanicInfoNtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x1369650a _RNvXs8_NtNtCs9WMcp1Hn5Bv_4core4task4wakeNtB5_5WakerNtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x1377293b _RNvXsf_NtCs9WMcp1Hn5Bv_4core4cellNtB5_11BorrowErrorNtNtB7_3fmt7Display3fmt +EXPORT_SYMBOL_GPL vmlinux 0x138aff76 gnttab_init +EXPORT_SYMBOL_GPL vmlinux 0x138e00d5 rio_request_outb_dbell +EXPORT_SYMBOL_GPL vmlinux 0x138e0957 dax_write_cache_enabled +EXPORT_SYMBOL_GPL vmlinux 0x138fbb30 devl_rate_leaf_destroy +EXPORT_SYMBOL_GPL vmlinux 0x1394d032 __mt_destroy +EXPORT_SYMBOL_GPL vmlinux 0x13955327 _RNvXs18_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_25__fpstate_32__bindgen_ty_1NtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x139a22ce blkcg_policy_unregister +EXPORT_SYMBOL_GPL vmlinux 0x13ad017c fpu_swap_kvm_fpstate +EXPORT_SYMBOL_GPL vmlinux 0x13ce87e8 asn1_ber_decoder +EXPORT_SYMBOL_GPL vmlinux 0x13deebc6 elv_rqhash_del +EXPORT_SYMBOL_GPL vmlinux 0x13e32d8f pm_clk_remove_clk +EXPORT_SYMBOL_GPL vmlinux 0x13e938e5 device_property_read_u64_array +EXPORT_SYMBOL_GPL vmlinux 0x13ea4126 devres_find +EXPORT_SYMBOL_GPL vmlinux 0x13ed8784 sdev_evt_alloc +EXPORT_SYMBOL_GPL vmlinux 0x13f0322a sysfs_update_groups +EXPORT_SYMBOL_GPL vmlinux 0x13fab921 cpuidle_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0x1403ad09 cpufreq_add_update_util_hook +EXPORT_SYMBOL_GPL vmlinux 0x1404be5c xdp_build_skb_from_frame +EXPORT_SYMBOL_GPL vmlinux 0x14089d2e dm_audit_log_bio +EXPORT_SYMBOL_GPL vmlinux 0x1416bf29 fib6_rule_default +EXPORT_SYMBOL_GPL vmlinux 0x1419dbfa ipv6_recv_error +EXPORT_SYMBOL_GPL vmlinux 0x141a9a6f transport_add_device +EXPORT_SYMBOL_GPL vmlinux 0x141cc869 _RNvMs_NtNtCs9WMcp1Hn5Bv_4core4task4wakeNtB4_14RawWakerVTable3new +EXPORT_SYMBOL_GPL vmlinux 0x141ec9df mnt_idmap_owner +EXPORT_SYMBOL_GPL vmlinux 0x141f38bf ktime_get_raw_fast_ns +EXPORT_SYMBOL_GPL vmlinux 0x142a9ac1 dev_coredumpm +EXPORT_SYMBOL_GPL vmlinux 0x142ed7f2 acpi_unbind_one +EXPORT_SYMBOL_GPL vmlinux 0x143ca10b crypto_skcipher_setkey +EXPORT_SYMBOL_GPL vmlinux 0x14404684 of_pse_control_get +EXPORT_SYMBOL_GPL vmlinux 0x1442c4e0 device_set_wakeup_capable +EXPORT_SYMBOL_GPL vmlinux 0x144e215a sata_link_hardreset +EXPORT_SYMBOL_GPL vmlinux 0x145106d9 component_master_add_with_match +EXPORT_SYMBOL_GPL vmlinux 0x1452e0b1 _RNvXsa_NtNtCs9WMcp1Hn5Bv_4core3fmt3numoNtB5_10DisplayInt4zero +EXPORT_SYMBOL_GPL vmlinux 0x1454b590 pwm_get_chip_data +EXPORT_SYMBOL_GPL vmlinux 0x145615f7 genphy_c45_check_and_restart_aneg +EXPORT_SYMBOL_GPL vmlinux 0x146626a0 mas_find_rev +EXPORT_SYMBOL_GPL vmlinux 0x1467a873 crypto_shash_digest +EXPORT_SYMBOL_GPL vmlinux 0x146cc88f bpf_master_redirect_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0x1475d603 xstate_get_guest_group_perm +EXPORT_SYMBOL_GPL vmlinux 0x147f89f6 devm_extcon_dev_unregister +EXPORT_SYMBOL_GPL vmlinux 0x148c99be crypto_register_ahashes +EXPORT_SYMBOL_GPL vmlinux 0x148cef93 __devm_of_phy_provider_register +EXPORT_SYMBOL_GPL vmlinux 0x1492d7c9 devm_gpiod_get_array_optional +EXPORT_SYMBOL_GPL vmlinux 0x14a17eaa crypto_alg_extsize +EXPORT_SYMBOL_GPL vmlinux 0x14b28372 _RNvXs1A_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_10xtile_dataNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x14bcd92d perf_pmu_migrate_context +EXPORT_SYMBOL_GPL vmlinux 0x14c05a66 irq_domain_simple_ops +EXPORT_SYMBOL_GPL vmlinux 0x14c65be1 net_ns_type_operations +EXPORT_SYMBOL_GPL vmlinux 0x14ce8e76 mptcp_diag_fill_info +EXPORT_SYMBOL_GPL vmlinux 0x14d3327a devm_namespace_enable +EXPORT_SYMBOL_GPL vmlinux 0x14ec4fdb evtchn_put +EXPORT_SYMBOL_GPL vmlinux 0x14fa963f _RNvNtNtCs9WMcp1Hn5Bv_4core5slice5index29slice_end_index_overflow_fail +EXPORT_SYMBOL_GPL vmlinux 0x15021b4a xa_delete_node +EXPORT_SYMBOL_GPL vmlinux 0x15036b0f powercap_unregister_zone +EXPORT_SYMBOL_GPL vmlinux 0x1505f644 serial8250_do_set_mctrl +EXPORT_SYMBOL_GPL vmlinux 0x1511886b pci_user_read_config_byte +EXPORT_SYMBOL_GPL vmlinux 0x1512efe3 _RNvNtNtCs9WMcp1Hn5Bv_4core5slice5index10into_range +EXPORT_SYMBOL_GPL vmlinux 0x1519738d iommu_detach_device_pasid +EXPORT_SYMBOL_GPL vmlinux 0x1519d0e0 crypto_register_shash +EXPORT_SYMBOL_GPL vmlinux 0x153b60a6 klist_del +EXPORT_SYMBOL_GPL vmlinux 0x153ccd29 devl_port_unregister +EXPORT_SYMBOL_GPL vmlinux 0x154a0e27 phy_init +EXPORT_SYMBOL_GPL vmlinux 0x154b9c80 tcp_enter_memory_pressure +EXPORT_SYMBOL_GPL vmlinux 0x15510a89 devlink_fmsg_binary_put +EXPORT_SYMBOL_GPL vmlinux 0x1551591e pci_p2pmem_find_many +EXPORT_SYMBOL_GPL vmlinux 0x1556e478 md_stop_writes +EXPORT_SYMBOL_GPL vmlinux 0x155e2994 _RNvMs1_NtCs9WMcp1Hn5Bv_4core3fmtNtB5_10ArgumentV110from_usize +EXPORT_SYMBOL_GPL vmlinux 0x155e8d51 _RNvXsO_NtNtCs9WMcp1Hn5Bv_4core3fmt3numtNtB7_8LowerHex3fmt +EXPORT_SYMBOL_GPL vmlinux 0x156e8afe __SCT__tp_func_fib6_table_lookup +EXPORT_SYMBOL_GPL vmlinux 0x15759e33 _RNvNvNtNtNtCs9WMcp1Hn5Bv_4core9core_arch3x868avx512bw19__mm512_bslli_epi1284mask +EXPORT_SYMBOL_GPL vmlinux 0x158024cb _RNvXs3a_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_32page__bindgen_ty_1__bindgen_ty_5NtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x15886f48 hte_disable_ts +EXPORT_SYMBOL_GPL vmlinux 0x1589e8f2 desc_to_gpio +EXPORT_SYMBOL_GPL vmlinux 0x158d05f1 kobject_uevent +EXPORT_SYMBOL_GPL vmlinux 0x1594f815 icc_node_add +EXPORT_SYMBOL_GPL vmlinux 0x159d5a81 devlink_resource_occ_get_register +EXPORT_SYMBOL_GPL vmlinux 0x15ade1cc filter_irq_stacks +EXPORT_SYMBOL_GPL vmlinux 0x15bd7435 psi_memstall_leave +EXPORT_SYMBOL_GPL vmlinux 0x15c7de14 devm_register_power_off_handler +EXPORT_SYMBOL_GPL vmlinux 0x15c81b8e acpi_device_modalias +EXPORT_SYMBOL_GPL vmlinux 0x15cce30c devm_irq_domain_create_sim +EXPORT_SYMBOL_GPL vmlinux 0x15e1c742 led_sysfs_enable +EXPORT_SYMBOL_GPL vmlinux 0x15ea2648 hwpoison_filter_flags_mask +EXPORT_SYMBOL_GPL vmlinux 0x15f52350 blk_queue_max_discard_segments +EXPORT_SYMBOL_GPL vmlinux 0x15f5e560 _RNvXs4p_NtNtCs9WMcp1Hn5Bv_4core3num7nonzeroNtB6_12NonZeroIsizeNtNtNtBa_3str6traits7FromStr8from_str +EXPORT_SYMBOL_GPL vmlinux 0x1608d55a pwm_request +EXPORT_SYMBOL_GPL vmlinux 0x16106c0d __mmu_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0x16133b96 __tracepoint_detach_device_from_domain +EXPORT_SYMBOL_GPL vmlinux 0x161e41e4 clockevent_delta2ns +EXPORT_SYMBOL_GPL vmlinux 0x1625b89c perf_pmu_register +EXPORT_SYMBOL_GPL vmlinux 0x16422a6e xdp_reg_mem_model +EXPORT_SYMBOL_GPL vmlinux 0x1650b6c5 blk_mq_sched_try_merge +EXPORT_SYMBOL_GPL vmlinux 0x16516798 osc_pc_lpi_support_confirmed +EXPORT_SYMBOL_GPL vmlinux 0x16639a3b rio_request_inb_dbell +EXPORT_SYMBOL_GPL vmlinux 0x16664fd3 sched_numa_find_nth_cpu +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 0x168d743a usb_enable_lpm +EXPORT_SYMBOL_GPL vmlinux 0x1690b503 usb_role_switch_get_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x16a9b1bf _RNvXs8_NtCs9WMcp1Hn5Bv_4core3ffiNtB5_6VaListNtNtB7_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x16a9b994 dma_pci_p2pdma_supported +EXPORT_SYMBOL_GPL vmlinux 0x16abbc92 ftrace_ops_set_global_filter +EXPORT_SYMBOL_GPL vmlinux 0x16bdff35 gpiochip_lock_as_irq +EXPORT_SYMBOL_GPL vmlinux 0x16beef63 trace_array_put +EXPORT_SYMBOL_GPL vmlinux 0x16da1f88 devlink_fmsg_u32_put +EXPORT_SYMBOL_GPL vmlinux 0x16dfbf36 add_interrupt_randomness +EXPORT_SYMBOL_GPL vmlinux 0x16e16392 rio_add_mport_pw_handler +EXPORT_SYMBOL_GPL vmlinux 0x16f15139 bind_evtchn_to_irq +EXPORT_SYMBOL_GPL vmlinux 0x16f6f83a xfrm_local_error +EXPORT_SYMBOL_GPL vmlinux 0x16fb8b59 edac_mc_add_mc_with_groups +EXPORT_SYMBOL_GPL vmlinux 0x16fd29d6 ima_file_hash +EXPORT_SYMBOL_GPL vmlinux 0x16fe98e1 serial8250_em485_destroy +EXPORT_SYMBOL_GPL vmlinux 0x1700b164 regulator_get_voltage_rdev +EXPORT_SYMBOL_GPL vmlinux 0x17066558 _RNvXs1u_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_12swregs_stateNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x170cc36c put_timespec64 +EXPORT_SYMBOL_GPL vmlinux 0x171f1be9 pinctrl_find_gpio_range_from_pin +EXPORT_SYMBOL_GPL vmlinux 0x173ed5f1 _RNvNtCs9WMcp1Hn5Bv_4core3str16slice_error_fail +EXPORT_SYMBOL_GPL vmlinux 0x1741ddee trace_seq_puts +EXPORT_SYMBOL_GPL vmlinux 0x174207d6 pci_iov_virtfn_devfn +EXPORT_SYMBOL_GPL vmlinux 0x174772a7 devm_gpiod_put_array +EXPORT_SYMBOL_GPL vmlinux 0x174c6274 ring_buffer_time_stamp +EXPORT_SYMBOL_GPL vmlinux 0x174e6c46 inet_ehash_locks_alloc +EXPORT_SYMBOL_GPL vmlinux 0x174fd848 _RNvXs7_NtNtCs9WMcp1Hn5Bv_4core3fmt3numtNtB5_10DisplayInt5to_u8 +EXPORT_SYMBOL_GPL vmlinux 0x17560983 _RNvXsm_NtNtCs9WMcp1Hn5Bv_4core3ffi5c_strNtB5_25FromBytesWithNulErrorKindNtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x175913b4 dev_pm_opp_add +EXPORT_SYMBOL_GPL vmlinux 0x175a2fee _RNvXsb_NtNtCs9WMcp1Hn5Bv_4core3fmt3numjNtB5_10DisplayInt6to_u32 +EXPORT_SYMBOL_GPL vmlinux 0x176031a7 devlink_fmsg_string_put +EXPORT_SYMBOL_GPL vmlinux 0x17614bf3 apei_resources_sub +EXPORT_SYMBOL_GPL vmlinux 0x1766c43d nfct_btf_struct_access +EXPORT_SYMBOL_GPL vmlinux 0x1768070f wm8350_gpio_config +EXPORT_SYMBOL_GPL vmlinux 0x17699888 make_device_exclusive_range +EXPORT_SYMBOL_GPL vmlinux 0x176adf76 xenmem_reservation_decrease +EXPORT_SYMBOL_GPL vmlinux 0x1775e888 proc_create_net_single_write +EXPORT_SYMBOL_GPL vmlinux 0x177c338d twl_get_version +EXPORT_SYMBOL_GPL vmlinux 0x17819b4e fwnode_graph_get_endpoint_by_id +EXPORT_SYMBOL_GPL vmlinux 0x1782ee7f _RNvXsE_NtCs796HB7yPNRt_8bindings12bindings_rawNtB5_22pcpu_hot__bindgen_ty_1NtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x17934c16 clk_hw_init_rate_request +EXPORT_SYMBOL_GPL vmlinux 0x17a14fc0 irq_create_fwspec_mapping +EXPORT_SYMBOL_GPL vmlinux 0x17a65783 ata_sas_async_probe +EXPORT_SYMBOL_GPL vmlinux 0x17add64b gdt_page +EXPORT_SYMBOL_GPL vmlinux 0x17b50bfa __unwind_start +EXPORT_SYMBOL_GPL vmlinux 0x17c3d708 transport_configure_device +EXPORT_SYMBOL_GPL vmlinux 0x17c8570e _RNvXs3p_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_15page_frag_cacheNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x17cd9cd0 _RNvXs3R_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_19x86_legacy_featuresNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x17ce64c9 _RNvXs2k_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_38maple_node__bindgen_ty_1__bindgen_ty_1NtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x17d11480 dax_layout_busy_page_range +EXPORT_SYMBOL_GPL vmlinux 0x17d17eb9 rio_pw_enable +EXPORT_SYMBOL_GPL vmlinux 0x17e01f11 erst_clear +EXPORT_SYMBOL_GPL vmlinux 0x17f69cd0 proc_get_parent_data +EXPORT_SYMBOL_GPL vmlinux 0x18008c59 ring_buffer_resize +EXPORT_SYMBOL_GPL vmlinux 0x1800c1c3 fs_dax_get_by_bdev +EXPORT_SYMBOL_GPL vmlinux 0x18017a48 vp_modern_queue_address +EXPORT_SYMBOL_GPL vmlinux 0x1805e892 debugfs_write_file_bool +EXPORT_SYMBOL_GPL vmlinux 0x1808f12d pm_runtime_get_if_active +EXPORT_SYMBOL_GPL vmlinux 0x1809d94d gpiod_get_array +EXPORT_SYMBOL_GPL vmlinux 0x180c34a2 tpm_put_ops +EXPORT_SYMBOL_GPL vmlinux 0x180fa229 clk_register_fractional_divider +EXPORT_SYMBOL_GPL vmlinux 0x181423b0 tcp_register_congestion_control +EXPORT_SYMBOL_GPL vmlinux 0x18212c4a __pm_stay_awake +EXPORT_SYMBOL_GPL vmlinux 0x182e2f09 cn_netlink_send_mult +EXPORT_SYMBOL_GPL vmlinux 0x18349e47 ata_sff_thaw +EXPORT_SYMBOL_GPL vmlinux 0x183baa0d finish_rcuwait +EXPORT_SYMBOL_GPL vmlinux 0x183d46ac clk_register_composite +EXPORT_SYMBOL_GPL vmlinux 0x18428692 __cookie_v6_init_sequence +EXPORT_SYMBOL_GPL vmlinux 0x1852ec2f zone_device_page_init +EXPORT_SYMBOL_GPL vmlinux 0x1854e0e4 _RNvXs0_NtNtCs9WMcp1Hn5Bv_4core5slice5asciiNtB5_11EscapeAsciiNtNtNtNtB9_4iter6traits12double_ended19DoubleEndedIterator9next_back +EXPORT_SYMBOL_GPL vmlinux 0x18553e9f blk_trace_startstop +EXPORT_SYMBOL_GPL vmlinux 0x18582826 amd_pmu_disable_virt +EXPORT_SYMBOL_GPL vmlinux 0x1859e28a pm_generic_poweroff_late +EXPORT_SYMBOL_GPL vmlinux 0x185c936a tcp_reno_undo_cwnd +EXPORT_SYMBOL_GPL vmlinux 0x18615d35 efivar_supports_writes +EXPORT_SYMBOL_GPL vmlinux 0x1878793a nf_ct_hook +EXPORT_SYMBOL_GPL vmlinux 0x18897d8d _RNvXs1q_NtNtCs9WMcp1Hn5Bv_4core3fmt3numnNtB8_8LowerExp3fmt +EXPORT_SYMBOL_GPL vmlinux 0x188ea53e serial8250_update_uartclk +EXPORT_SYMBOL_GPL vmlinux 0x18b2790f uv_bios_obj_count +EXPORT_SYMBOL_GPL vmlinux 0x18d01b99 pci_disable_pcie_error_reporting +EXPORT_SYMBOL_GPL vmlinux 0x18d284c3 iommu_group_add_device +EXPORT_SYMBOL_GPL vmlinux 0x18d76f01 __SCK__tp_func_block_unplug +EXPORT_SYMBOL_GPL vmlinux 0x18e2a407 clk_hw_get_num_parents +EXPORT_SYMBOL_GPL vmlinux 0x18e4f8aa swphy_read_reg +EXPORT_SYMBOL_GPL vmlinux 0x18eebe23 _RNvXs7_NtNtCs9WMcp1Hn5Bv_4core4char7convertNtB5_16CharTryFromErrorNtNtB9_3fmt7Display3fmt +EXPORT_SYMBOL_GPL vmlinux 0x18ef071c trace_event_buffer_lock_reserve +EXPORT_SYMBOL_GPL vmlinux 0x18f4d560 anon_inode_getfile +EXPORT_SYMBOL_GPL vmlinux 0x18fb2caf cpus_read_unlock +EXPORT_SYMBOL_GPL vmlinux 0x18fc17c5 dma_wait_for_async_tx +EXPORT_SYMBOL_GPL vmlinux 0x190179fe tty_port_tty_hangup +EXPORT_SYMBOL_GPL vmlinux 0x19045e91 spi_finalize_current_message +EXPORT_SYMBOL_GPL vmlinux 0x1904648d usb_phy_set_event +EXPORT_SYMBOL_GPL vmlinux 0x1927f7fa tracepoint_srcu +EXPORT_SYMBOL_GPL vmlinux 0x1928c941 __devm_rtc_register_device +EXPORT_SYMBOL_GPL vmlinux 0x19357475 of_css +EXPORT_SYMBOL_GPL vmlinux 0x193dfdf6 klp_get_prev_state +EXPORT_SYMBOL_GPL vmlinux 0x1947b629 _RNvXs32_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_12mm_context_tNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x194b5ab9 _RNvXs1_NtCs9WMcp1Hn5Bv_4core4charNtB5_13EscapeUnicodeNtNtB7_3fmt7Display3fmt +EXPORT_SYMBOL_GPL vmlinux 0x194cecc4 _RNvXs3x_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_9mm_structNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x194f4ee4 usb_lock_device_for_reset +EXPORT_SYMBOL_GPL vmlinux 0x195010f0 _RNvXs44_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_39local_apic__bindgen_ty_29__bindgen_ty_1NtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x195a40a6 _RNvXsI_NtCs796HB7yPNRt_8bindings12bindings_rawNtB5_41restart_block__bindgen_ty_1__bindgen_ty_2NtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x1962805e fwnode_property_match_string +EXPORT_SYMBOL_GPL vmlinux 0x19655df3 ehci_hub_control +EXPORT_SYMBOL_GPL vmlinux 0x196614ce hw_breakpoint_restore +EXPORT_SYMBOL_GPL vmlinux 0x196ea120 fib_nh_common_init +EXPORT_SYMBOL_GPL vmlinux 0x1987d0a2 __traceiter_sched_cpu_capacity_tp +EXPORT_SYMBOL_GPL vmlinux 0x199c4833 __irq_apply_affinity_hint +EXPORT_SYMBOL_GPL vmlinux 0x19a304ba usb_disabled +EXPORT_SYMBOL_GPL vmlinux 0x19a4ab63 clk_hw_forward_rate_request +EXPORT_SYMBOL_GPL vmlinux 0x19c42957 blk_op_str +EXPORT_SYMBOL_GPL vmlinux 0x19d8f216 nfs42_ssc_unregister +EXPORT_SYMBOL_GPL vmlinux 0x19e0ae50 __SCT__tp_func_br_fdb_external_learn_add +EXPORT_SYMBOL_GPL vmlinux 0x19e3cc77 ata_dev_disable +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 0x19f3acc5 led_trigger_rename_static +EXPORT_SYMBOL_GPL vmlinux 0x19f7aaa5 crypto_unregister_skcipher +EXPORT_SYMBOL_GPL vmlinux 0x1a03ddb7 device_find_child_by_name +EXPORT_SYMBOL_GPL vmlinux 0x1a0b5303 vchan_tx_submit +EXPORT_SYMBOL_GPL vmlinux 0x1a0d7a1a scsi_get_vpd_page +EXPORT_SYMBOL_GPL vmlinux 0x1a10c32b crypto_ft_tab +EXPORT_SYMBOL_GPL vmlinux 0x1a1102c7 __SCK__tp_func_pelt_irq_tp +EXPORT_SYMBOL_GPL vmlinux 0x1a146ec3 usb_ep_type_string +EXPORT_SYMBOL_GPL vmlinux 0x1a18e077 fat_scan +EXPORT_SYMBOL_GPL vmlinux 0x1a25ea1d raw_seq_start +EXPORT_SYMBOL_GPL vmlinux 0x1a30e394 mdiobus_modify +EXPORT_SYMBOL_GPL vmlinux 0x1a49cf21 __SCK__tp_func_map +EXPORT_SYMBOL_GPL vmlinux 0x1a4bce5f tty_ldisc_flush +EXPORT_SYMBOL_GPL vmlinux 0x1a534f99 tty_port_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0x1a562b6c em_dev_unregister_perf_domain +EXPORT_SYMBOL_GPL vmlinux 0x1a68fb50 _RNvXsa_NtNtCs9WMcp1Hn5Bv_4core3fmt3numoNtB5_10DisplayInt7to_u128 +EXPORT_SYMBOL_GPL vmlinux 0x1a6aace1 ata_sas_port_suspend +EXPORT_SYMBOL_GPL vmlinux 0x1a6bf28f fsnotify_get_cookie +EXPORT_SYMBOL_GPL vmlinux 0x1a782127 _RNvXs3q_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_9vm_regionNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x1a7911d7 led_init_default_state_get +EXPORT_SYMBOL_GPL vmlinux 0x1a82368d ZSTD_customCalloc +EXPORT_SYMBOL_GPL vmlinux 0x1a85c76e tpm_is_tpm2 +EXPORT_SYMBOL_GPL vmlinux 0x1a8b7c1e ip6_local_out +EXPORT_SYMBOL_GPL vmlinux 0x1a8c6d8c usb_create_hcd +EXPORT_SYMBOL_GPL vmlinux 0x1a8f5467 _RNvMNtNtCs9WMcp1Hn5Bv_4core5slice5asciiSh10trim_ascii +EXPORT_SYMBOL_GPL vmlinux 0x1a99a9fb fsverity_cleanup_inode +EXPORT_SYMBOL_GPL vmlinux 0x1aa7a045 regulator_set_bypass_regmap +EXPORT_SYMBOL_GPL vmlinux 0x1ab147d9 _RNvMsb_NtCs9WMcp1Hn5Bv_4core4timeNtB5_18FromFloatSecsError11description +EXPORT_SYMBOL_GPL vmlinux 0x1ab2584c _RNvXs8_NtNtCs9WMcp1Hn5Bv_4core3fmt3nummNtB5_10DisplayInt6to_u64 +EXPORT_SYMBOL_GPL vmlinux 0x1acd18c8 cpuset_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0x1ae72c36 pin_user_pages_fast_only +EXPORT_SYMBOL_GPL vmlinux 0x1aee7321 ata_sas_tport_add +EXPORT_SYMBOL_GPL vmlinux 0x1af267f8 int_pow +EXPORT_SYMBOL_GPL vmlinux 0x1af3a155 device_set_node +EXPORT_SYMBOL_GPL vmlinux 0x1af63c65 dev_pm_qos_flags +EXPORT_SYMBOL_GPL vmlinux 0x1af80b70 __inet_lookup_established +EXPORT_SYMBOL_GPL vmlinux 0x1aff3d55 mce_register_injector_chain +EXPORT_SYMBOL_GPL vmlinux 0x1b03d9d7 _RNvXst_NtCs9WMcp1Hn5Bv_4core3numoNtNtNtB7_3str6traits7FromStr8from_str +EXPORT_SYMBOL_GPL vmlinux 0x1b0602c1 cond_synchronize_rcu_full +EXPORT_SYMBOL_GPL vmlinux 0x1b08a5c9 acpi_dev_get_resources +EXPORT_SYMBOL_GPL vmlinux 0x1b0911f0 dev_queue_xmit_nit +EXPORT_SYMBOL_GPL vmlinux 0x1b1fb19f nf_queue_nf_hook_drop +EXPORT_SYMBOL_GPL vmlinux 0x1b21536a __traceiter_block_rq_remap +EXPORT_SYMBOL_GPL vmlinux 0x1b2776dc strp_init +EXPORT_SYMBOL_GPL vmlinux 0x1b302292 cpufreq_cpu_put +EXPORT_SYMBOL_GPL vmlinux 0x1b359e3d pci_epc_mem_alloc_addr +EXPORT_SYMBOL_GPL vmlinux 0x1b378e5a to_nvdimm_bus +EXPORT_SYMBOL_GPL vmlinux 0x1b4bc767 pinctrl_register_and_init +EXPORT_SYMBOL_GPL vmlinux 0x1b5ab509 acpi_register_gsi +EXPORT_SYMBOL_GPL vmlinux 0x1b5d561e device_match_fwnode +EXPORT_SYMBOL_GPL vmlinux 0x1b5f4377 trace_seq_putc +EXPORT_SYMBOL_GPL vmlinux 0x1b690026 devm_reset_control_array_get +EXPORT_SYMBOL_GPL vmlinux 0x1b6b0be6 __pci_hp_register +EXPORT_SYMBOL_GPL vmlinux 0x1b701272 led_classdev_notify_brightness_hw_changed +EXPORT_SYMBOL_GPL vmlinux 0x1b708975 ata_acpi_gtm +EXPORT_SYMBOL_GPL vmlinux 0x1b798c22 ata_host_put +EXPORT_SYMBOL_GPL vmlinux 0x1b8822d8 pinctrl_gpio_direction_output +EXPORT_SYMBOL_GPL vmlinux 0x1b92e41d inet_putpeer +EXPORT_SYMBOL_GPL vmlinux 0x1b9c4a18 ata_sff_dev_select +EXPORT_SYMBOL_GPL vmlinux 0x1b9d6586 _RNvXs0_NtNtCs9WMcp1Hn5Bv_4core3fmt3numaNtB5_10DisplayInt7from_u8 +EXPORT_SYMBOL_GPL vmlinux 0x1ba237b0 default_cpu_present_to_apicid +EXPORT_SYMBOL_GPL vmlinux 0x1ba49eae _RNvXsl_NtCs796HB7yPNRt_8bindings12bindings_rawNtB5_7qrwlockNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x1bc5eebe pinctrl_gpio_direction_input +EXPORT_SYMBOL_GPL vmlinux 0x1bc64087 xas_split +EXPORT_SYMBOL_GPL vmlinux 0x1bcaa49c thermal_add_hwmon_sysfs +EXPORT_SYMBOL_GPL vmlinux 0x1bce255f _RNvNtCs9WMcp1Hn5Bv_4core9panicking15panic_no_unwind +EXPORT_SYMBOL_GPL vmlinux 0x1bcf1910 __hwspin_unlock +EXPORT_SYMBOL_GPL vmlinux 0x1bcfaf6b devm_hte_request_ts_ns +EXPORT_SYMBOL_GPL vmlinux 0x1be377d2 ethnl_cable_test_amplitude +EXPORT_SYMBOL_GPL vmlinux 0x1bf3d517 _RNvXsu_NtCs796HB7yPNRt_8bindings12bindings_rawNtB5_7__ddebugNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x1c02390e component_compare_of +EXPORT_SYMBOL_GPL vmlinux 0x1c085f95 ata_pci_sff_activate_host +EXPORT_SYMBOL_GPL vmlinux 0x1c0a0a45 _RNvXs10_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_20paravirt_callee_saveNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x1c0cd94e pci_epf_type_add_cfs +EXPORT_SYMBOL_GPL vmlinux 0x1c1d3d4e sysfs_remove_groups +EXPORT_SYMBOL_GPL vmlinux 0x1c1f7b37 dma_resv_test_signaled +EXPORT_SYMBOL_GPL vmlinux 0x1c21e623 devl_dpipe_headers_unregister +EXPORT_SYMBOL_GPL vmlinux 0x1c277c8f devm_pinctrl_put +EXPORT_SYMBOL_GPL vmlinux 0x1c29e9f9 crypto_unregister_kpp +EXPORT_SYMBOL_GPL vmlinux 0x1c3933f9 pm_stay_awake +EXPORT_SYMBOL_GPL vmlinux 0x1c5541bd cpufreq_boost_enabled +EXPORT_SYMBOL_GPL vmlinux 0x1c56546d umd_cleanup_helper +EXPORT_SYMBOL_GPL vmlinux 0x1c5b1f28 irq_free_descs +EXPORT_SYMBOL_GPL vmlinux 0x1c5ff742 clk_get_phase +EXPORT_SYMBOL_GPL vmlinux 0x1c6b3f1e gnttab_alloc_pages +EXPORT_SYMBOL_GPL vmlinux 0x1c7169dc ZSTD_customFree +EXPORT_SYMBOL_GPL vmlinux 0x1c72c0e8 regulator_suspend_enable +EXPORT_SYMBOL_GPL vmlinux 0x1c73b539 tcpv6_prot +EXPORT_SYMBOL_GPL vmlinux 0x1c764526 __SCT__tp_func_rpm_suspend +EXPORT_SYMBOL_GPL vmlinux 0x1c78ac3b devl_assert_locked +EXPORT_SYMBOL_GPL vmlinux 0x1c7cbf0c pinctrl_unregister +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 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 0x1cd5bcb0 wm8350_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x1cdc8860 trace_remove_event_call +EXPORT_SYMBOL_GPL vmlinux 0x1cdd0605 xhci_port_state_to_neutral +EXPORT_SYMBOL_GPL vmlinux 0x1cec67e0 vp_modern_get_queue_enable +EXPORT_SYMBOL_GPL vmlinux 0x1ced8374 _RNvXs_NtNtCs9WMcp1Hn5Bv_4core3ffi5c_strNtB4_22FromBytesUntilNulErrorNtNtB8_3fmt7Display3fmt +EXPORT_SYMBOL_GPL vmlinux 0x1cf0e955 tty_port_register_device +EXPORT_SYMBOL_GPL vmlinux 0x1cf27db9 _RNvXs3H_NtNtCs9WMcp1Hn5Bv_4core9core_arch4simdNtB6_5i64x4NtNtBa_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x1cf5310a __fl6_sock_lookup +EXPORT_SYMBOL_GPL vmlinux 0x1cfb9326 mmu_notifier_range_update_to_read_only +EXPORT_SYMBOL_GPL vmlinux 0x1cff8eab sbitmap_init_node +EXPORT_SYMBOL_GPL vmlinux 0x1d03a579 regmap_test_bits +EXPORT_SYMBOL_GPL vmlinux 0x1d044af5 handle_fasteoi_nmi +EXPORT_SYMBOL_GPL vmlinux 0x1d0dd53b udp6_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0x1d19c096 devm_irq_alloc_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0x1d222ced irq_get_irqchip_state +EXPORT_SYMBOL_GPL vmlinux 0x1d3b325c devl_resource_register +EXPORT_SYMBOL_GPL vmlinux 0x1d40d09b gpiod_set_raw_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x1d44969b vc_scrolldelta_helper +EXPORT_SYMBOL_GPL vmlinux 0x1d45e60f rio_dev_get +EXPORT_SYMBOL_GPL vmlinux 0x1d4a7066 _RNvMs1_NtNtCs9WMcp1Hn5Bv_4core3fmt8buildersNtB5_11DebugStruct21finish_non_exhaustive +EXPORT_SYMBOL_GPL vmlinux 0x1d5ec1f8 _RNvXsc_NtNtCs9WMcp1Hn5Bv_4core9core_arch3x86NtB5_7___m128iNtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x1d6726bd gpiochip_request_own_desc +EXPORT_SYMBOL_GPL vmlinux 0x1d6deb6d gpiod_get +EXPORT_SYMBOL_GPL vmlinux 0x1d73a1a1 usb_check_int_endpoints +EXPORT_SYMBOL_GPL vmlinux 0x1d939464 init_dummy_netdev +EXPORT_SYMBOL_GPL vmlinux 0x1d94a218 dmi_memdev_handle +EXPORT_SYMBOL_GPL vmlinux 0x1dacfe27 dev_pm_disable_wake_irq +EXPORT_SYMBOL_GPL vmlinux 0x1db5174e _RNvNtNtCsiTPnVqBGVaY_6kernel5print14format_strings7WARNING +EXPORT_SYMBOL_GPL vmlinux 0x1dc25587 usb_hcd_end_port_resume +EXPORT_SYMBOL_GPL vmlinux 0x1dc70196 kobject_rename +EXPORT_SYMBOL_GPL vmlinux 0x1dcd1f94 power_supply_property_is_writeable +EXPORT_SYMBOL_GPL vmlinux 0x1dd26581 dst_cache_set_ip4 +EXPORT_SYMBOL_GPL vmlinux 0x1dea881a unregister_trace_event +EXPORT_SYMBOL_GPL vmlinux 0x1def9b29 _RNvXs1_NtNtCs9WMcp1Hn5Bv_4core3fmt3numsNtB5_10DisplayInt4zero +EXPORT_SYMBOL_GPL vmlinux 0x1df4c966 gnttab_map_refs +EXPORT_SYMBOL_GPL vmlinux 0x1dfa5dbd mpi_invm +EXPORT_SYMBOL_GPL vmlinux 0x1e03c72f _RNvXs2_NtCs9WMcp1Hn5Bv_4core4charNtB5_13EscapeDefaultNtNtNtNtB7_4iter6traits8iterator8Iterator4last +EXPORT_SYMBOL_GPL vmlinux 0x1e03ea1c iomap_finish_ioends +EXPORT_SYMBOL_GPL vmlinux 0x1e0670c6 reset_control_release +EXPORT_SYMBOL_GPL vmlinux 0x1e11b2fc shash_ahash_finup +EXPORT_SYMBOL_GPL vmlinux 0x1e19b116 vcap_rule_set_counter_id +EXPORT_SYMBOL_GPL vmlinux 0x1e1e5f10 _RNvXs3o_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_5folioNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +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 0x1e44c0c8 xdp_attachment_setup +EXPORT_SYMBOL_GPL vmlinux 0x1e4e98c0 acpi_dev_filter_resource_type +EXPORT_SYMBOL_GPL vmlinux 0x1e4ef990 devm_remove_action +EXPORT_SYMBOL_GPL vmlinux 0x1e53f827 stack_depot_print +EXPORT_SYMBOL_GPL vmlinux 0x1e59c104 register_acpi_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x1e5a5f22 sn_partition_id +EXPORT_SYMBOL_GPL vmlinux 0x1e6113a3 register_user_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0x1e6aeeee pci_pr3_present +EXPORT_SYMBOL_GPL vmlinux 0x1e6c92cf perf_event_release_kernel +EXPORT_SYMBOL_GPL vmlinux 0x1e777264 _RNvXs36_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_32page__bindgen_ty_1__bindgen_ty_1NtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x1e7bbcb3 kernel_restart +EXPORT_SYMBOL_GPL vmlinux 0x1e87b27e mmc_sanitize +EXPORT_SYMBOL_GPL vmlinux 0x1e8fac8e wireless_nlevent_flush +EXPORT_SYMBOL_GPL vmlinux 0x1e912415 uv_bios_get_heapsize +EXPORT_SYMBOL_GPL vmlinux 0x1e989167 __SCK__tp_func_kfree_skb +EXPORT_SYMBOL_GPL vmlinux 0x1e9bc719 freq_qos_update_request +EXPORT_SYMBOL_GPL vmlinux 0x1e9c590a usb_find_common_endpoints_reverse +EXPORT_SYMBOL_GPL vmlinux 0x1ea2fbd0 net_ns_get_ownership +EXPORT_SYMBOL_GPL vmlinux 0x1ea30be1 rio_request_inb_pwrite +EXPORT_SYMBOL_GPL vmlinux 0x1eaafc4a acpi_device_fix_up_power +EXPORT_SYMBOL_GPL vmlinux 0x1ead8fb8 _RNvXs39_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_32page__bindgen_ty_1__bindgen_ty_4NtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x1eb79b4f raw_unhash_sk +EXPORT_SYMBOL_GPL vmlinux 0x1eb9516e round_jiffies_relative +EXPORT_SYMBOL_GPL vmlinux 0x1ebde2fc devl_trap_policers_unregister +EXPORT_SYMBOL_GPL vmlinux 0x1ebf49f8 inet_hash +EXPORT_SYMBOL_GPL vmlinux 0x1ebf6c2a pci_power_names +EXPORT_SYMBOL_GPL vmlinux 0x1ec6642d register_trace_event +EXPORT_SYMBOL_GPL vmlinux 0x1ed4d2eb percpu_ref_kill_and_confirm +EXPORT_SYMBOL_GPL vmlinux 0x1ed9c0a4 dev_pm_clear_wake_irq +EXPORT_SYMBOL_GPL vmlinux 0x1edaca1e dax_remove_host +EXPORT_SYMBOL_GPL vmlinux 0x1eeefc3c ethnl_cable_test_free +EXPORT_SYMBOL_GPL vmlinux 0x1ef20793 stop_core_cpuslocked +EXPORT_SYMBOL_GPL vmlinux 0x1f0193df iommu_fwspec_free +EXPORT_SYMBOL_GPL vmlinux 0x1f049ea1 vcap_keyfield_name +EXPORT_SYMBOL_GPL vmlinux 0x1f1e6be4 _RNvMs0_NtCs9WMcp1Hn5Bv_4core3numl14from_str_radix +EXPORT_SYMBOL_GPL vmlinux 0x1f38a4f6 mpi_set_highbit +EXPORT_SYMBOL_GPL vmlinux 0x1f40b0d9 io_uring_cmd_import_fixed +EXPORT_SYMBOL_GPL vmlinux 0x1f449588 mctrl_gpio_disable_ms +EXPORT_SYMBOL_GPL vmlinux 0x1f44ef1d _RNvXs10_NtNtCs9WMcp1Hn5Bv_4core3fmt3numxNtB8_8LowerHex3fmt +EXPORT_SYMBOL_GPL vmlinux 0x1f459c08 genphy_c45_read_pma +EXPORT_SYMBOL_GPL vmlinux 0x1f48b0af _RNvXs1_NtNtCs9WMcp1Hn5Bv_4core3fmt3numsNtB5_10DisplayInt6to_u32 +EXPORT_SYMBOL_GPL vmlinux 0x1f4bf0b5 _RNvMs2_NtNtCs9WMcp1Hn5Bv_4core3fmt8buildersNtB5_10DebugTuple5field +EXPORT_SYMBOL_GPL vmlinux 0x1f4eb25b ata_bmdma_port_start32 +EXPORT_SYMBOL_GPL vmlinux 0x1f563160 bpf_offload_dev_priv +EXPORT_SYMBOL_GPL vmlinux 0x1f5ece97 cond_wakeup_cpu0 +EXPORT_SYMBOL_GPL vmlinux 0x1f768998 _RNvXsJ_NtNtCs9WMcp1Hn5Bv_4core9core_arch3x86NtB5_8___m512bhNtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x1f7e4602 dev_pm_opp_sync_regulators +EXPORT_SYMBOL_GPL vmlinux 0x1f84f470 br_ip6_fragment +EXPORT_SYMBOL_GPL vmlinux 0x1f8544b8 panic_timeout +EXPORT_SYMBOL_GPL vmlinux 0x1f899a91 devm_memunmap_pages +EXPORT_SYMBOL_GPL vmlinux 0x1f8d39a9 dev_pm_opp_remove_all_dynamic +EXPORT_SYMBOL_GPL vmlinux 0x1f975820 rcu_read_unlock_trace_special +EXPORT_SYMBOL_GPL vmlinux 0x1f98a867 debugfs_create_file_unsafe +EXPORT_SYMBOL_GPL vmlinux 0x1fa1d95c sha256_zero_message_hash +EXPORT_SYMBOL_GPL vmlinux 0x1fa83598 irq_chip_get_parent_state +EXPORT_SYMBOL_GPL vmlinux 0x1fb97f15 page_cache_async_ra +EXPORT_SYMBOL_GPL vmlinux 0x1fc6d8b3 _RNvMNtNtCs9WMcp1Hn5Bv_4core5panic10panic_infoNtB2_9PanicInfo7message +EXPORT_SYMBOL_GPL vmlinux 0x1fcc0934 _RNvXs2p_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_8ma_stateNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x1fcd73f4 tty_release_struct +EXPORT_SYMBOL_GPL vmlinux 0x1fd00612 usb_put_dev +EXPORT_SYMBOL_GPL vmlinux 0x1fdd9ae2 dm_hold +EXPORT_SYMBOL_GPL vmlinux 0x1fe6e504 gpiod_add_hogs +EXPORT_SYMBOL_GPL vmlinux 0x1fe70bc3 _RNvXsd_NtCs9WMcp1Hn5Bv_4core3fmtbNtB5_7Display3fmt +EXPORT_SYMBOL_GPL vmlinux 0x1fe8fb16 _RNvXsU_NtNtCs9WMcp1Hn5Bv_4core3str7patternNtB5_11EmptyNeedleNtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x1ff5cb6b pci_dev_trylock +EXPORT_SYMBOL_GPL vmlinux 0x1ffa08e0 usb_sg_cancel +EXPORT_SYMBOL_GPL vmlinux 0x20070d09 nf_ipv6_ops +EXPORT_SYMBOL_GPL vmlinux 0x2009e400 devlink_info_board_serial_number_put +EXPORT_SYMBOL_GPL vmlinux 0x200cedd1 scsi_host_block +EXPORT_SYMBOL_GPL vmlinux 0x202d4ed6 nvmem_cell_write +EXPORT_SYMBOL_GPL vmlinux 0x203df62d devfreq_event_reset_event +EXPORT_SYMBOL_GPL vmlinux 0x203f5146 ata_pci_device_do_suspend +EXPORT_SYMBOL_GPL vmlinux 0x204f2c5c gnttab_free_grant_reference +EXPORT_SYMBOL_GPL vmlinux 0x2060bf28 _RNvNvMsx_NtNtCs9WMcp1Hn5Bv_4core3num7nonzeroNtB7_12NonZeroUsize13new_unchecked8comptime +EXPORT_SYMBOL_GPL vmlinux 0x2060ed31 irq_domain_update_bus_token +EXPORT_SYMBOL_GPL vmlinux 0x2069979f device_wakeup_enable +EXPORT_SYMBOL_GPL vmlinux 0x207e31b0 acpi_dev_remove_driver_gpios +EXPORT_SYMBOL_GPL vmlinux 0x20835a9f __xdp_release_frame +EXPORT_SYMBOL_GPL vmlinux 0x20857721 _RNvXs3S_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_16x86_platform_opsNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x20899467 hv_stimer0_isr +EXPORT_SYMBOL_GPL vmlinux 0x2095c27e pm_generic_freeze +EXPORT_SYMBOL_GPL vmlinux 0x20978fb9 idr_find +EXPORT_SYMBOL_GPL vmlinux 0x20986488 device_for_each_child +EXPORT_SYMBOL_GPL vmlinux 0x20a4e01a HUF_readStats_wksp +EXPORT_SYMBOL_GPL vmlinux 0x20ca9597 genphy_c45_baset1_read_status +EXPORT_SYMBOL_GPL vmlinux 0x20e580a5 usb_hub_clear_tt_buffer +EXPORT_SYMBOL_GPL vmlinux 0x20e8f669 _RNvXsw_NtCs796HB7yPNRt_8bindings12bindings_rawNtB5_16ddebug_class_mapNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x20e9ace7 ata_pci_sff_init_host +EXPORT_SYMBOL_GPL vmlinux 0x20fc44ac serdev_acpi_get_uart_resource +EXPORT_SYMBOL_GPL vmlinux 0x20fd5b6a usb_add_hcd +EXPORT_SYMBOL_GPL vmlinux 0x21147da4 _RNvXs5_NtNtCs9WMcp1Hn5Bv_4core3cmp5implszNtB7_10PartialOrd11partial_cmp +EXPORT_SYMBOL_GPL vmlinux 0x2123979e _RNvXs12_NtNtCs9WMcp1Hn5Bv_4core3fmt3numyNtB8_6Binary3fmt +EXPORT_SYMBOL_GPL vmlinux 0x212734c5 vcap_netbytes_copy +EXPORT_SYMBOL_GPL vmlinux 0x21346a6a phy_create_lookup +EXPORT_SYMBOL_GPL vmlinux 0x2145e068 pm_generic_freeze_noirq +EXPORT_SYMBOL_GPL vmlinux 0x214e7efe pm_genpd_remove_device +EXPORT_SYMBOL_GPL vmlinux 0x215556c7 fscrypt_ioctl_add_key +EXPORT_SYMBOL_GPL vmlinux 0x2166bfb1 usb_phy_set_charger_current +EXPORT_SYMBOL_GPL vmlinux 0x216a9a22 spi_take_timestamp_post +EXPORT_SYMBOL_GPL vmlinux 0x216de4e1 rcu_get_gp_kthreads_prio +EXPORT_SYMBOL_GPL vmlinux 0x2176e42a hwpoison_filter_memcg +EXPORT_SYMBOL_GPL vmlinux 0x217b2c1a _RNvXs19_NtNtCs9WMcp1Hn5Bv_4core3fmt3numnNtB8_8UpperHex3fmt +EXPORT_SYMBOL_GPL vmlinux 0x217c7d5b __put_task_struct +EXPORT_SYMBOL_GPL vmlinux 0x217fbaef _RNvXs1U_NtNtCs9WMcp1Hn5Bv_4core3str4iterNtB6_11EscapeDebugNtNtBa_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x21840cbf regulator_get_hardware_vsel_register +EXPORT_SYMBOL_GPL vmlinux 0x218ce39e __strp_unpause +EXPORT_SYMBOL_GPL vmlinux 0x21a563da clk_get_accuracy +EXPORT_SYMBOL_GPL vmlinux 0x21ac8b77 iommu_group_get_by_id +EXPORT_SYMBOL_GPL vmlinux 0x21b120c9 _RNvXs5_NtNtNtCs9WMcp1Hn5Bv_4core3fmt3num3impyNtB9_7Display3fmt +EXPORT_SYMBOL_GPL vmlinux 0x21b28b43 __virtqueue_unbreak +EXPORT_SYMBOL_GPL vmlinux 0x21bf5821 ima_inode_hash +EXPORT_SYMBOL_GPL vmlinux 0x21c149a1 dev_pm_get_subsys_data +EXPORT_SYMBOL_GPL vmlinux 0x21ca306f vcap_rule_add_action_u32 +EXPORT_SYMBOL_GPL vmlinux 0x21cd536a crypto_put_default_null_skcipher +EXPORT_SYMBOL_GPL vmlinux 0x21e337e5 _RNvNtNtNtCs9WMcp1Hn5Bv_4core7unicode12unicode_data10alphabetic6lookup +EXPORT_SYMBOL_GPL vmlinux 0x21f563fa raw_hash_sk +EXPORT_SYMBOL_GPL vmlinux 0x2202d38f usb_phy_set_charger_state +EXPORT_SYMBOL_GPL vmlinux 0x2214b0cc irq_chip_ack_parent +EXPORT_SYMBOL_GPL vmlinux 0x2225f084 perf_event_enable +EXPORT_SYMBOL_GPL vmlinux 0x22292828 lwtunnel_encap_del_ops +EXPORT_SYMBOL_GPL vmlinux 0x22308409 devm_namespace_disable +EXPORT_SYMBOL_GPL vmlinux 0x22334147 iommu_device_register +EXPORT_SYMBOL_GPL vmlinux 0x22347205 debugfs_rename +EXPORT_SYMBOL_GPL vmlinux 0x2235b80f devm_i2c_new_dummy_device +EXPORT_SYMBOL_GPL vmlinux 0x224ade67 usb_get_dr_mode +EXPORT_SYMBOL_GPL vmlinux 0x2264c80e max8997_read_reg +EXPORT_SYMBOL_GPL vmlinux 0x226c394f _RNvXs4o_NtNtCs9WMcp1Hn5Bv_4core3num7nonzeroNtB6_11NonZeroI128NtNtNtBa_3str6traits7FromStr8from_str +EXPORT_SYMBOL_GPL vmlinux 0x2277aad4 _RNvMs_CsiTPnVqBGVaY_6kernelNtB4_10ThisModule8from_ptr +EXPORT_SYMBOL_GPL vmlinux 0x22868f2d devm_of_icc_get +EXPORT_SYMBOL_GPL vmlinux 0x228b9910 mbox_send_message +EXPORT_SYMBOL_GPL vmlinux 0x2290148f inet_twsk_purge +EXPORT_SYMBOL_GPL vmlinux 0x22926675 pinctrl_remove_gpio_range +EXPORT_SYMBOL_GPL vmlinux 0x22ab7517 devl_unlock +EXPORT_SYMBOL_GPL vmlinux 0x22abb826 _RNvXs4_NtNtCs9WMcp1Hn5Bv_4core3fmt3numnNtB5_10DisplayInt4zero +EXPORT_SYMBOL_GPL vmlinux 0x22b3cb64 bpf_verifier_log_write +EXPORT_SYMBOL_GPL vmlinux 0x22d60537 tcf_frag_xmit_count +EXPORT_SYMBOL_GPL vmlinux 0x22d9409b iomap_sort_ioends +EXPORT_SYMBOL_GPL vmlinux 0x22ec5205 cpu_latency_qos_remove_request +EXPORT_SYMBOL_GPL vmlinux 0x22fb3527 _RNvXs1l_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_10saved_msrsNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x22fd08ba cpuacct_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0x230e5cd4 devm_hwmon_device_register_with_info +EXPORT_SYMBOL_GPL vmlinux 0x23263221 ata_port_abort +EXPORT_SYMBOL_GPL vmlinux 0x232afe2b ip6_sk_redirect +EXPORT_SYMBOL_GPL vmlinux 0x23412816 rtc_tm_to_ktime +EXPORT_SYMBOL_GPL vmlinux 0x234cf416 devlink_fmsg_string_pair_put +EXPORT_SYMBOL_GPL vmlinux 0x23524da9 spi_delay_exec +EXPORT_SYMBOL_GPL vmlinux 0x235dbec1 _RNvXs2_NtNtNtCs9WMcp1Hn5Bv_4core3fmt3num3implNtB9_7Display3fmt +EXPORT_SYMBOL_GPL vmlinux 0x235f9089 _RNvNvMNtCs9WMcp1Hn5Bv_4core3f32f7to_bits13ct_f32_to_u32 +EXPORT_SYMBOL_GPL vmlinux 0x2363515f icc_nodes_remove +EXPORT_SYMBOL_GPL vmlinux 0x23722719 _RNvMs7_NtCs9WMcp1Hn5Bv_4core3fmtNtB5_9Formatter9debug_set +EXPORT_SYMBOL_GPL vmlinux 0x23782d08 max8997_bulk_write +EXPORT_SYMBOL_GPL vmlinux 0x2379dfa7 _RNvXs2c_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_42maple_range_64__bindgen_ty_1__bindgen_ty_1NtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x23864ce7 cpuset_mem_spread_node +EXPORT_SYMBOL_GPL vmlinux 0x2386c0ea __SCT__tp_func_cpu_frequency +EXPORT_SYMBOL_GPL vmlinux 0x238e9aac phy_save_page +EXPORT_SYMBOL_GPL vmlinux 0x2396c7f0 clk_set_parent +EXPORT_SYMBOL_GPL vmlinux 0x23a3d823 gpiochip_line_is_persistent +EXPORT_SYMBOL_GPL vmlinux 0x23a8b415 __SCK__tp_func_wbc_writepage +EXPORT_SYMBOL_GPL vmlinux 0x23b4e0d7 clear_page_rep +EXPORT_SYMBOL_GPL vmlinux 0x23e9a438 ipv6_stub +EXPORT_SYMBOL_GPL vmlinux 0x23ec56a5 cgroup_get_e_css +EXPORT_SYMBOL_GPL vmlinux 0x23f4543e register_pernet_subsys +EXPORT_SYMBOL_GPL vmlinux 0x2400af34 iommu_report_device_fault +EXPORT_SYMBOL_GPL vmlinux 0x240c753f dev_get_tstats64 +EXPORT_SYMBOL_GPL vmlinux 0x240e9816 __percpu_down_read +EXPORT_SYMBOL_GPL vmlinux 0x24146e56 serdev_device_wait_until_sent +EXPORT_SYMBOL_GPL vmlinux 0x241e4da0 class_remove_file_ns +EXPORT_SYMBOL_GPL vmlinux 0x2421097b mpi_const +EXPORT_SYMBOL_GPL vmlinux 0x2426ac6f skb_tstamp_tx +EXPORT_SYMBOL_GPL vmlinux 0x242c2a49 irq_domain_add_legacy +EXPORT_SYMBOL_GPL vmlinux 0x242eaf00 __dev_change_net_namespace +EXPORT_SYMBOL_GPL vmlinux 0x24413343 erst_read_record +EXPORT_SYMBOL_GPL vmlinux 0x2443d3f0 pci_find_dvsec_capability +EXPORT_SYMBOL_GPL vmlinux 0x24447f5b __tracepoint_block_split +EXPORT_SYMBOL_GPL vmlinux 0x2446c205 wwan_get_debugfs_dir +EXPORT_SYMBOL_GPL vmlinux 0x244fdaa5 zap_vma_ptes +EXPORT_SYMBOL_GPL vmlinux 0x245f43f9 pm_runtime_autosuspend_expiration +EXPORT_SYMBOL_GPL vmlinux 0x2464da17 gen_pool_size +EXPORT_SYMBOL_GPL vmlinux 0x2469810f __rcu_read_unlock +EXPORT_SYMBOL_GPL vmlinux 0x246e0788 _RNvXs13_NtNtCs9WMcp1Hn5Bv_4core3fmt3numyNtB8_5Octal3fmt +EXPORT_SYMBOL_GPL vmlinux 0x24709b2f trace_seq_putmem +EXPORT_SYMBOL_GPL vmlinux 0x2484e789 vbin_printf +EXPORT_SYMBOL_GPL vmlinux 0x2486dc73 acpi_bus_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0x248bc867 raw_notifier_call_chain_robust +EXPORT_SYMBOL_GPL vmlinux 0x248e1473 kfree_strarray +EXPORT_SYMBOL_GPL vmlinux 0x248f2a3e devm_gpiod_get_array +EXPORT_SYMBOL_GPL vmlinux 0x24ad11db wakeup_sources_read_unlock +EXPORT_SYMBOL_GPL vmlinux 0x24da0093 rcu_inkernel_boot_has_ended +EXPORT_SYMBOL_GPL vmlinux 0x24eb7e32 leds_list +EXPORT_SYMBOL_GPL vmlinux 0x24ee176a led_classdev_unregister +EXPORT_SYMBOL_GPL vmlinux 0x24f39c39 reset_control_reset +EXPORT_SYMBOL_GPL vmlinux 0x24fc50f4 kdb_unregister +EXPORT_SYMBOL_GPL vmlinux 0x2507fcc1 bdev_nr_zones +EXPORT_SYMBOL_GPL vmlinux 0x25301bc6 arch_wb_cache_pmem +EXPORT_SYMBOL_GPL vmlinux 0x25379e73 clk_set_min_rate +EXPORT_SYMBOL_GPL vmlinux 0x2541f508 crypto_grab_skcipher +EXPORT_SYMBOL_GPL vmlinux 0x25462798 nvdimm_delete +EXPORT_SYMBOL_GPL vmlinux 0x25486fac ip6_datagram_release_cb +EXPORT_SYMBOL_GPL vmlinux 0x254d07c9 _RNvXs2u_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_10completionNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x25513cee __clk_hw_register_divider +EXPORT_SYMBOL_GPL vmlinux 0x2557fd76 perf_get_aux +EXPORT_SYMBOL_GPL vmlinux 0x2559eb04 pci_enable_pasid +EXPORT_SYMBOL_GPL vmlinux 0x2562a82c fwnode_get_next_parent +EXPORT_SYMBOL_GPL vmlinux 0x2563437c _RNvXs0_NtNtCs9WMcp1Hn5Bv_4core3str5errorNtB5_14ParseBoolErrorNtNtB9_3fmt7Display3fmt +EXPORT_SYMBOL_GPL vmlinux 0x2574d5cc bsg_register_queue +EXPORT_SYMBOL_GPL vmlinux 0x258b11b9 vcap_port_debugfs +EXPORT_SYMBOL_GPL vmlinux 0x258f0be0 platform_get_irq_byname_optional +EXPORT_SYMBOL_GPL vmlinux 0x2592fc6c console_printk +EXPORT_SYMBOL_GPL vmlinux 0x25a16f0a vcap_set_tc_exterr +EXPORT_SYMBOL_GPL vmlinux 0x25b1c5b2 device_create +EXPORT_SYMBOL_GPL vmlinux 0x25b2cb6b tcp_get_info +EXPORT_SYMBOL_GPL vmlinux 0x25b3e567 crypto_skcipher_decrypt +EXPORT_SYMBOL_GPL vmlinux 0x25bbfa9a security_kernel_load_data +EXPORT_SYMBOL_GPL vmlinux 0x25d4646a __tracepoint_powernv_throttle +EXPORT_SYMBOL_GPL vmlinux 0x25d5d59f raw_v4_match +EXPORT_SYMBOL_GPL vmlinux 0x25d8104c _RNvXs7_NtCs8dagVACJQAP_5alloc11collectionsNtB5_15TryReserveErrorNtNtCs9WMcp1Hn5Bv_4core3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x25e70989 devlink_params_unregister +EXPORT_SYMBOL_GPL vmlinux 0x25f02c87 xen_p2m_addr +EXPORT_SYMBOL_GPL vmlinux 0x25f1036b _RNvXs0_NtCs9WMcp1Hn5Bv_4core4timeNtB5_8DurationNtNtNtB7_3ops5arith9AddAssign10add_assign +EXPORT_SYMBOL_GPL vmlinux 0x25f3a67b _RNvNtNtCs9WMcp1Hn5Bv_4core5slice6memchr19memchr_general_case +EXPORT_SYMBOL_GPL vmlinux 0x25fb884b dm_set_target_max_io_len +EXPORT_SYMBOL_GPL vmlinux 0x260a13d5 pci_hp_add_bridge +EXPORT_SYMBOL_GPL vmlinux 0x26106a98 query_asymmetric_key +EXPORT_SYMBOL_GPL vmlinux 0x26209834 peernet2id_alloc +EXPORT_SYMBOL_GPL vmlinux 0x262a7063 xen_start_info +EXPORT_SYMBOL_GPL vmlinux 0x262a9976 hv_vp_assist_page +EXPORT_SYMBOL_GPL vmlinux 0x262e08b7 _RNvXs37_NtNtCs9WMcp1Hn5Bv_4core9core_arch4simdNtB6_6u16x16NtNtBa_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x26520970 vm_memory_committed +EXPORT_SYMBOL_GPL vmlinux 0x265691bc regulator_set_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x265ac032 _RNvMs7_NtCs9WMcp1Hn5Bv_4core3fmtNtB5_9Formatter15debug_lower_hex +EXPORT_SYMBOL_GPL vmlinux 0x265b6e29 hyperv_flush_guest_mapping_range +EXPORT_SYMBOL_GPL vmlinux 0x265bbef9 kexec_crash_loaded +EXPORT_SYMBOL_GPL vmlinux 0x265e04e8 relay_open +EXPORT_SYMBOL_GPL vmlinux 0x265ee1cd pm_generic_restore +EXPORT_SYMBOL_GPL vmlinux 0x2661aa8f regulator_bulk_enable +EXPORT_SYMBOL_GPL vmlinux 0x266a4b08 tasklet_unlock +EXPORT_SYMBOL_GPL vmlinux 0x266af999 irq_chip_unmask_parent +EXPORT_SYMBOL_GPL vmlinux 0x267df662 smp_call_on_cpu +EXPORT_SYMBOL_GPL vmlinux 0x2683191d _RNvXsF_NtCs796HB7yPNRt_8bindings12bindings_rawNtB5_8pcpu_hotNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x26855a7d ping_bind +EXPORT_SYMBOL_GPL vmlinux 0x26a93eb2 verify_pkcs7_signature +EXPORT_SYMBOL_GPL vmlinux 0x26a9871a _RNvNtNtCsiTPnVqBGVaY_6kernel5print14format_strings6NOTICE +EXPORT_SYMBOL_GPL vmlinux 0x26aa2c61 __fscrypt_prepare_setattr +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 0x26d9ccb6 _RNvXs6_NtCs9WMcp1Hn5Bv_4core3ffiNtB5_10VaListImplNtNtNtB7_3ops4drop4Drop4drop +EXPORT_SYMBOL_GPL vmlinux 0x26da91fa sysfs_rename_link_ns +EXPORT_SYMBOL_GPL vmlinux 0x26ed2186 register_vmap_purge_notifier +EXPORT_SYMBOL_GPL vmlinux 0x2708e8f7 n_tty_inherit_ops +EXPORT_SYMBOL_GPL vmlinux 0x27147821 _RNvXs4e_NtNtCs9WMcp1Hn5Bv_4core3num7nonzeroNtB6_9NonZeroU8NtNtNtBa_3str6traits7FromStr8from_str +EXPORT_SYMBOL_GPL vmlinux 0x271c814b _RNvNtNtCs9WMcp1Hn5Bv_4core5slice6memchr7memrchr +EXPORT_SYMBOL_GPL vmlinux 0x2723da70 gpiod_unexport +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 0x2753adf9 gnttab_dma_alloc_pages +EXPORT_SYMBOL_GPL vmlinux 0x27551b1a _RNvMsr_NtNtCs9WMcp1Hn5Bv_4core3str7patternNtB5_11StrSearcher3new +EXPORT_SYMBOL_GPL vmlinux 0x2757ad04 pci_epc_set_msi +EXPORT_SYMBOL_GPL vmlinux 0x2763ec25 tcf_dev_queue_xmit +EXPORT_SYMBOL_GPL vmlinux 0x2764425c dma_resv_get_singleton +EXPORT_SYMBOL_GPL vmlinux 0x2767678a dma_get_slave_caps +EXPORT_SYMBOL_GPL vmlinux 0x276dd527 virtio_check_driver_offered_feature +EXPORT_SYMBOL_GPL vmlinux 0x2773c485 __wake_up_locked +EXPORT_SYMBOL_GPL vmlinux 0x2777d885 acpi_spi_device_alloc +EXPORT_SYMBOL_GPL vmlinux 0x2789fef6 ata_scsi_change_queue_depth +EXPORT_SYMBOL_GPL vmlinux 0x27978807 mmput_async +EXPORT_SYMBOL_GPL vmlinux 0x279b44a8 platform_device_alloc +EXPORT_SYMBOL_GPL vmlinux 0x27ac9b55 device_driver_attach +EXPORT_SYMBOL_GPL vmlinux 0x27b4f475 crypto_shash_tfm_digest +EXPORT_SYMBOL_GPL vmlinux 0x27b68b37 devm_hwspin_lock_free +EXPORT_SYMBOL_GPL vmlinux 0x27bb7a7b tcp_sendpage_locked +EXPORT_SYMBOL_GPL vmlinux 0x27f4f029 ftrace_set_global_filter +EXPORT_SYMBOL_GPL vmlinux 0x27fa66e1 nr_free_buffer_pages +EXPORT_SYMBOL_GPL vmlinux 0x2801bb25 do_take_over_console +EXPORT_SYMBOL_GPL vmlinux 0x2817f7fd cppc_get_desired_perf +EXPORT_SYMBOL_GPL vmlinux 0x282aa8f4 fb_deferred_io_release +EXPORT_SYMBOL_GPL vmlinux 0x282cdabc usb_led_activity +EXPORT_SYMBOL_GPL vmlinux 0x28310bcd kasprintf_strarray +EXPORT_SYMBOL_GPL vmlinux 0x2864abc9 klist_node_attached +EXPORT_SYMBOL_GPL vmlinux 0x286cc647 async_synchronize_cookie_domain +EXPORT_SYMBOL_GPL vmlinux 0x286e4c04 pci_epf_alloc_space +EXPORT_SYMBOL_GPL vmlinux 0x287d5f21 of_phandle_args_to_fwspec +EXPORT_SYMBOL_GPL vmlinux 0x288147bd _RNvXsx_NtNtCs9WMcp1Hn5Bv_4core9core_arch3x86NtB5_6___m512NtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x2882d40e usb_role_switch_unregister +EXPORT_SYMBOL_GPL vmlinux 0x2886e731 iommu_unmap +EXPORT_SYMBOL_GPL vmlinux 0x288c7a15 strp_unpause +EXPORT_SYMBOL_GPL vmlinux 0x28aa6a67 call_rcu +EXPORT_SYMBOL_GPL vmlinux 0x28ab4fb9 pinctrl_gpio_free +EXPORT_SYMBOL_GPL vmlinux 0x28afbb08 cpu_latency_qos_add_request +EXPORT_SYMBOL_GPL vmlinux 0x28be0cef misc_cg_res_total_usage +EXPORT_SYMBOL_GPL vmlinux 0x28e64c64 xen_has_pv_and_legacy_disk_devices +EXPORT_SYMBOL_GPL vmlinux 0x28fc0db8 _RNvXsl_NtNtCs9WMcp1Hn5Bv_4core4hash3sipNtB5_11Sip13RoundsNtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x28fd1543 rdev_get_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x2901e38a _RNvNtNtCs9WMcp1Hn5Bv_4core5slice5index22slice_index_order_fail +EXPORT_SYMBOL_GPL vmlinux 0x291876f3 mpi_ec_get_affine +EXPORT_SYMBOL_GPL vmlinux 0x29297f43 fsnotify_init_mark +EXPORT_SYMBOL_GPL vmlinux 0x2935a0c2 devm_pwm_lpss_probe +EXPORT_SYMBOL_GPL vmlinux 0x29366b61 register_ftrace_direct +EXPORT_SYMBOL_GPL vmlinux 0x293dd91c iommu_present +EXPORT_SYMBOL_GPL vmlinux 0x294460d3 compat_only_sysfs_link_entry_to_kobj +EXPORT_SYMBOL_GPL vmlinux 0x2946a793 devm_clk_hw_get_clk +EXPORT_SYMBOL_GPL vmlinux 0x2951a872 trace_clock_local +EXPORT_SYMBOL_GPL vmlinux 0x29608f8c devfreq_event_remove_edev +EXPORT_SYMBOL_GPL vmlinux 0x29664189 phy_pm_runtime_get_sync +EXPORT_SYMBOL_GPL vmlinux 0x29719a78 icc_provider_register +EXPORT_SYMBOL_GPL vmlinux 0x29782f7e _RNvMNtNtCs9WMcp1Hn5Bv_4core3ffi5c_strNtB2_21FromBytesWithNulError13___description +EXPORT_SYMBOL_GPL vmlinux 0x2980344d pm_clk_runtime_resume +EXPORT_SYMBOL_GPL vmlinux 0x2991ba84 _RNvXsd_NtNtNtCs9WMcp1Hn5Bv_4core3fmt3num3impmNtB9_8LowerExp3fmt +EXPORT_SYMBOL_GPL vmlinux 0x2996bf55 nd_cmd_out_size +EXPORT_SYMBOL_GPL vmlinux 0x299a1d46 phy_led_trigger_change_speed +EXPORT_SYMBOL_GPL vmlinux 0x29a3471f _RNvXsx_NtNtCs9WMcp1Hn5Bv_4core3fmt3numjNtB7_5Octal3fmt +EXPORT_SYMBOL_GPL vmlinux 0x29a627e6 regmap_exit +EXPORT_SYMBOL_GPL vmlinux 0x29a84c01 dma_get_required_mask +EXPORT_SYMBOL_GPL vmlinux 0x29bf6d98 iomap_writepages +EXPORT_SYMBOL_GPL vmlinux 0x29c2672e __tracepoint_io_page_fault +EXPORT_SYMBOL_GPL vmlinux 0x29ca7a1c ata_port_freeze +EXPORT_SYMBOL_GPL vmlinux 0x29d00d6b ethtool_params_from_link_mode +EXPORT_SYMBOL_GPL vmlinux 0x29d73aa3 serdev_device_get_tiocm +EXPORT_SYMBOL_GPL vmlinux 0x29e3aecf cookie_tcp_reqsk_alloc +EXPORT_SYMBOL_GPL vmlinux 0x29e72479 xdp_rxq_info_reg_mem_model +EXPORT_SYMBOL_GPL vmlinux 0x29eba37f current_is_async +EXPORT_SYMBOL_GPL vmlinux 0x29f4e030 pci_vfs_assigned +EXPORT_SYMBOL_GPL vmlinux 0x2a073f52 pinctrl_add_gpio_ranges +EXPORT_SYMBOL_GPL vmlinux 0x2a17e231 fwnode_connection_find_match +EXPORT_SYMBOL_GPL vmlinux 0x2a2f04fa ip_tunnel_netlink_parms +EXPORT_SYMBOL_GPL vmlinux 0x2a32b7e7 devfreq_cooling_em_register +EXPORT_SYMBOL_GPL vmlinux 0x2a36650e _RNvXsi_NtNtCs9WMcp1Hn5Bv_4core9core_arch3x86NtB5_7___m128dNtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x2a37288e sdio_claim_host +EXPORT_SYMBOL_GPL vmlinux 0x2a3a7731 pcie_flr +EXPORT_SYMBOL_GPL vmlinux 0x2a3c8e02 ata_sff_wait_ready +EXPORT_SYMBOL_GPL vmlinux 0x2a437270 rio_request_inb_mbox +EXPORT_SYMBOL_GPL vmlinux 0x2a5a6b38 powercap_unregister_control_type +EXPORT_SYMBOL_GPL vmlinux 0x2a5ea9ef rhashtable_destroy +EXPORT_SYMBOL_GPL vmlinux 0x2a62cb3a ring_buffer_overrun_cpu +EXPORT_SYMBOL_GPL vmlinux 0x2a79ad70 sk_psock_msg_verdict +EXPORT_SYMBOL_GPL vmlinux 0x2a7a482e cpufreq_freq_attr_scaling_boost_freqs +EXPORT_SYMBOL_GPL vmlinux 0x2a86e215 scsi_free_sgtables +EXPORT_SYMBOL_GPL vmlinux 0x2a8cb0e3 pci_msix_can_alloc_dyn +EXPORT_SYMBOL_GPL vmlinux 0x2a92dd98 _RNvMs_NtNtCs9WMcp1Hn5Bv_4core5panic8locationNtB4_8Location20internal_constructor +EXPORT_SYMBOL_GPL vmlinux 0x2a92e269 acpi_dma_request_slave_chan_by_index +EXPORT_SYMBOL_GPL vmlinux 0x2a976d1c dax_synchronous +EXPORT_SYMBOL_GPL vmlinux 0x2a9b236b rtm_getroute_parse_ip_proto +EXPORT_SYMBOL_GPL vmlinux 0x2a9f792d thermal_zone_get_temp +EXPORT_SYMBOL_GPL vmlinux 0x2aadad1a efi_capsule_update +EXPORT_SYMBOL_GPL vmlinux 0x2b0fe000 gnttab_cancel_free_callback +EXPORT_SYMBOL_GPL vmlinux 0x2b1127d7 _RNvNvNtCs9WMcp1Hn5Bv_4core3ptr13read_volatile8comptime +EXPORT_SYMBOL_GPL vmlinux 0x2b114ebf dma_alloc_noncontiguous +EXPORT_SYMBOL_GPL vmlinux 0x2b12bfa4 blk_abort_request +EXPORT_SYMBOL_GPL vmlinux 0x2b18b530 _RNvXsr_NtCs796HB7yPNRt_8bindings12bindings_rawNtB5_15static_key_trueNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x2b33de96 regulator_unregister_notifier +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 0x2b491422 _RNvXss_NtNtCs9WMcp1Hn5Bv_4core3ffi5c_strNtB5_22FromBytesUntilNulErrorNtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x2b4f373e regmap_field_update_bits_base +EXPORT_SYMBOL_GPL vmlinux 0x2b50694a inet_bhash2_reset_saddr +EXPORT_SYMBOL_GPL vmlinux 0x2b53ceeb fscrypt_mergeable_bio +EXPORT_SYMBOL_GPL vmlinux 0x2b5b9bbc devres_get +EXPORT_SYMBOL_GPL vmlinux 0x2b5c743d __nf_ip6_route +EXPORT_SYMBOL_GPL vmlinux 0x2b6150fb power_supply_temp2resist_simple +EXPORT_SYMBOL_GPL vmlinux 0x2b652a7e _RNvXse_NtNtCs9WMcp1Hn5Bv_4core4hash3sipNtB5_9SipHasherNtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x2b677a61 ata_cable_ignore +EXPORT_SYMBOL_GPL vmlinux 0x2b67b6b7 mds_idle_clear +EXPORT_SYMBOL_GPL vmlinux 0x2b6d960d synth_event_cmd_init +EXPORT_SYMBOL_GPL vmlinux 0x2b6f1344 tps6586x_clr_bits +EXPORT_SYMBOL_GPL vmlinux 0x2b76646e pkcs7_free_message +EXPORT_SYMBOL_GPL vmlinux 0x2b7da2c2 _RNvXs4k_NtNtCs9WMcp1Hn5Bv_4core3num7nonzeroNtB6_9NonZeroI8NtNtNtBa_3str6traits7FromStr8from_str +EXPORT_SYMBOL_GPL vmlinux 0x2b7ee57c fuse_send_init +EXPORT_SYMBOL_GPL vmlinux 0x2b9050d0 mptcp_pm_get_subflows_max +EXPORT_SYMBOL_GPL vmlinux 0x2b906c94 class_dev_iter_init +EXPORT_SYMBOL_GPL vmlinux 0x2b9997fb atomic_notifier_chain_register +EXPORT_SYMBOL_GPL vmlinux 0x2bd582b8 gpiochip_free_own_desc +EXPORT_SYMBOL_GPL vmlinux 0x2bd601ec inet6_lookup +EXPORT_SYMBOL_GPL vmlinux 0x2bd8a8bb blk_fill_rwbs +EXPORT_SYMBOL_GPL vmlinux 0x2bda1123 __tracepoint_tcp_send_reset +EXPORT_SYMBOL_GPL vmlinux 0x2bda4708 platform_bus +EXPORT_SYMBOL_GPL vmlinux 0x2bdd6b67 spi_sync +EXPORT_SYMBOL_GPL vmlinux 0x2bdf5ab0 pm_wakeup_pending +EXPORT_SYMBOL_GPL vmlinux 0x2be02d00 clocksource_verify_percpu +EXPORT_SYMBOL_GPL vmlinux 0x2bed5339 subsys_find_device_by_id +EXPORT_SYMBOL_GPL vmlinux 0x2bf1d714 dev_pm_opp_init_cpufreq_table +EXPORT_SYMBOL_GPL vmlinux 0x2bf72c9d __mmdrop +EXPORT_SYMBOL_GPL vmlinux 0x2bf74b18 __tracepoint_devlink_trap_report +EXPORT_SYMBOL_GPL vmlinux 0x2c09b293 _RNvXs_NtNtCs9WMcp1Hn5Bv_4core3num5errorNtB4_15TryFromIntErrorNtNtB8_3fmt7Display3fmt +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 0x2c337e17 _RNvNvMNtCs9WMcp1Hn5Bv_4core5sliceSp15copy_from_slice17len_mismatch_fail +EXPORT_SYMBOL_GPL vmlinux 0x2c415d53 _RNvXs3d_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_32page__bindgen_ty_1__bindgen_ty_7NtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x2c4303e0 platform_msi_domain_free_irqs +EXPORT_SYMBOL_GPL vmlinux 0x2c61bb09 uv_bios_get_pci_topology +EXPORT_SYMBOL_GPL vmlinux 0x2c635527 arch_invalidate_pmem +EXPORT_SYMBOL_GPL vmlinux 0x2c66729f phy_basic_features +EXPORT_SYMBOL_GPL vmlinux 0x2c66ac85 devlink_info_serial_number_put +EXPORT_SYMBOL_GPL vmlinux 0x2c6c1126 blk_queue_required_elevator_features +EXPORT_SYMBOL_GPL vmlinux 0x2c720422 wwan_create_port +EXPORT_SYMBOL_GPL vmlinux 0x2c7c5a79 _RNvXs4_NtNtCs9WMcp1Hn5Bv_4core3fmt3numnNtB5_10DisplayInt5to_u8 +EXPORT_SYMBOL_GPL vmlinux 0x2c7db649 irq_dispose_mapping +EXPORT_SYMBOL_GPL vmlinux 0x2c834418 static_key_slow_inc +EXPORT_SYMBOL_GPL vmlinux 0x2c85669a phy_validate +EXPORT_SYMBOL_GPL vmlinux 0x2c8dd6b8 edac_mem_types +EXPORT_SYMBOL_GPL vmlinux 0x2c98ea8f iomap_is_partially_uptodate +EXPORT_SYMBOL_GPL vmlinux 0x2ca89fe7 snp_issue_guest_request +EXPORT_SYMBOL_GPL vmlinux 0x2cb67855 _RNvXsa_NtCs9WMcp1Hn5Bv_4core3fmtzNtB5_5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x2cbfd050 dma_run_dependencies +EXPORT_SYMBOL_GPL vmlinux 0x2cc1791c _RNvXs_NtNtCs9WMcp1Hn5Bv_4core5panic10panic_infoNtB4_9PanicInfoNtNtB8_3fmt7Display3fmt +EXPORT_SYMBOL_GPL vmlinux 0x2ce03f7c gnttab_page_cache_put +EXPORT_SYMBOL_GPL vmlinux 0x2cf842c0 component_release_of +EXPORT_SYMBOL_GPL vmlinux 0x2cfbb2b5 __SCT__tp_func_pelt_dl_tp +EXPORT_SYMBOL_GPL vmlinux 0x2d01cb27 ata_host_detach +EXPORT_SYMBOL_GPL vmlinux 0x2d0684a9 hrtimer_init +EXPORT_SYMBOL_GPL vmlinux 0x2d1b02d2 usermodehelper_read_lock_wait +EXPORT_SYMBOL_GPL vmlinux 0x2d1da017 debugfs_attr_write +EXPORT_SYMBOL_GPL vmlinux 0x2d1ea14b crypto_alloc_acomp +EXPORT_SYMBOL_GPL vmlinux 0x2d225b98 __SCK__tp_func_neigh_event_send_done +EXPORT_SYMBOL_GPL vmlinux 0x2d2b0e85 xhci_gen_setup +EXPORT_SYMBOL_GPL vmlinux 0x2d2dd36f kobj_ns_grab_current +EXPORT_SYMBOL_GPL vmlinux 0x2d30f0d8 acpi_dev_get_next_consumer_dev +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 0x2d45d0c6 get_net_ns +EXPORT_SYMBOL_GPL vmlinux 0x2d469baa bind_interdomain_evtchn_to_irqhandler_lateeoi +EXPORT_SYMBOL_GPL vmlinux 0x2d56b73d usb_put_phy +EXPORT_SYMBOL_GPL vmlinux 0x2d5fc2d0 ata_link_online +EXPORT_SYMBOL_GPL vmlinux 0x2d609547 dax_direct_access +EXPORT_SYMBOL_GPL vmlinux 0x2d67222b mmc_app_cmd +EXPORT_SYMBOL_GPL vmlinux 0x2d7538fd dst_cache_get_ip4 +EXPORT_SYMBOL_GPL vmlinux 0x2d77ea1b vp_modern_get_driver_features +EXPORT_SYMBOL_GPL vmlinux 0x2d7ed988 of_reset_control_array_get +EXPORT_SYMBOL_GPL vmlinux 0x2d81a8a6 _RNvXs31_NtNtCs9WMcp1Hn5Bv_4core9core_arch4simdNtB6_5u8x32NtNtBa_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x2d845ced blk_mq_sched_mark_restart_hctx +EXPORT_SYMBOL_GPL vmlinux 0x2d89b1ad __SCT__tp_func_attach_device_to_domain +EXPORT_SYMBOL_GPL vmlinux 0x2d8c16bd perf_msr_probe +EXPORT_SYMBOL_GPL vmlinux 0x2d922f14 pcie_bus_configure_settings +EXPORT_SYMBOL_GPL vmlinux 0x2d954ae2 irq_chip_set_parent_state +EXPORT_SYMBOL_GPL vmlinux 0x2da2ad6e param_set_bool_enable_only +EXPORT_SYMBOL_GPL vmlinux 0x2db79d8a subsys_interface_unregister +EXPORT_SYMBOL_GPL vmlinux 0x2dbcf545 clk_hw_unregister_gate +EXPORT_SYMBOL_GPL vmlinux 0x2dc2ebc0 xenbus_dev_changed +EXPORT_SYMBOL_GPL vmlinux 0x2dc98751 sch_frag_xmit_hook +EXPORT_SYMBOL_GPL vmlinux 0x2dcad88d component_add_typed +EXPORT_SYMBOL_GPL vmlinux 0x2dcb2c4b _RNvXs8_NtNtCs9WMcp1Hn5Bv_4core3fmt3nummNtB5_10DisplayInt6to_u16 +EXPORT_SYMBOL_GPL vmlinux 0x2dd53c2c _RNvXs3j_NtNtCs9WMcp1Hn5Bv_4core9core_arch4simdNtB6_5u64x4NtNtBa_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x2ddd5b55 devlink_is_reload_failed +EXPORT_SYMBOL_GPL vmlinux 0x2ddeefba devm_hwmon_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x2de54882 posix_acl_access_xattr_handler +EXPORT_SYMBOL_GPL vmlinux 0x2df13821 usb_unlocked_enable_lpm +EXPORT_SYMBOL_GPL vmlinux 0x2df9bd43 relay_flush +EXPORT_SYMBOL_GPL vmlinux 0x2e028ae6 rcutorture_get_gp_data +EXPORT_SYMBOL_GPL vmlinux 0x2e03f059 memremap_pages +EXPORT_SYMBOL_GPL vmlinux 0x2e08226d badrange_add +EXPORT_SYMBOL_GPL vmlinux 0x2e1cd8fc hte_ts_get +EXPORT_SYMBOL_GPL vmlinux 0x2e20dac7 tps6586x_write +EXPORT_SYMBOL_GPL vmlinux 0x2e2360b1 ftrace_set_global_notrace +EXPORT_SYMBOL_GPL vmlinux 0x2e2df7f4 irq_remapping_cap +EXPORT_SYMBOL_GPL vmlinux 0x2e3bdba3 pci_find_ext_capability +EXPORT_SYMBOL_GPL vmlinux 0x2e42875f platform_get_mem_or_io +EXPORT_SYMBOL_GPL vmlinux 0x2e466a92 kill_pid_usb_asyncio +EXPORT_SYMBOL_GPL vmlinux 0x2e48ea5f __SCK__tp_func_block_rq_remap +EXPORT_SYMBOL_GPL vmlinux 0x2e49f79f ethnl_cable_test_step +EXPORT_SYMBOL_GPL vmlinux 0x2e5032a4 _RNvXs3K_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_8zonelistNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x2e5350b3 xenbus_dev_probe +EXPORT_SYMBOL_GPL vmlinux 0x2e5c00dd pci_find_next_capability +EXPORT_SYMBOL_GPL vmlinux 0x2e5fde55 bus_rescan_devices +EXPORT_SYMBOL_GPL vmlinux 0x2e68f3f3 _RNvNtCs9WMcp1Hn5Bv_4core3str19slice_error_fail_rt +EXPORT_SYMBOL_GPL vmlinux 0x2e7a17d4 vmap_pfn +EXPORT_SYMBOL_GPL vmlinux 0x2e87523d pci_epf_unbind +EXPORT_SYMBOL_GPL vmlinux 0x2e9ec24d free_iova +EXPORT_SYMBOL_GPL vmlinux 0x2ebb19fd execute_in_process_context +EXPORT_SYMBOL_GPL vmlinux 0x2ebe3135 cpu_is_hotpluggable +EXPORT_SYMBOL_GPL vmlinux 0x2ec96364 _RNvXs2b_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_14rb_root_cachedNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x2eda4807 is_uv_hubbed +EXPORT_SYMBOL_GPL vmlinux 0x2ee7c52b btree_visitor +EXPORT_SYMBOL_GPL vmlinux 0x2ee83973 blk_mq_pci_map_queues +EXPORT_SYMBOL_GPL vmlinux 0x2eebf8c5 __clk_hw_register_gate +EXPORT_SYMBOL_GPL vmlinux 0x2eec0762 serial8250_rx_dma_flush +EXPORT_SYMBOL_GPL vmlinux 0x2efc0adc pcie_update_link_speed +EXPORT_SYMBOL_GPL vmlinux 0x2f0d9053 usb_otg_state_string +EXPORT_SYMBOL_GPL vmlinux 0x2f111c5a ipv4_sk_redirect +EXPORT_SYMBOL_GPL vmlinux 0x2f190e58 tpm_pcr_extend +EXPORT_SYMBOL_GPL vmlinux 0x2f2c95c4 flush_work +EXPORT_SYMBOL_GPL vmlinux 0x2f46b443 regulator_set_ramp_delay_regmap +EXPORT_SYMBOL_GPL vmlinux 0x2f4880df static_key_slow_dec +EXPORT_SYMBOL_GPL vmlinux 0x2f4f1c04 pci_reset_function_locked +EXPORT_SYMBOL_GPL vmlinux 0x2f4fec0d hwpoison_filter +EXPORT_SYMBOL_GPL vmlinux 0x2f53d2cf tcp_done +EXPORT_SYMBOL_GPL vmlinux 0x2f64415f unregister_acpi_hed_notifier +EXPORT_SYMBOL_GPL vmlinux 0x2f6af770 acpi_subsys_prepare +EXPORT_SYMBOL_GPL vmlinux 0x2f7019e7 palmas_ext_control_req_config +EXPORT_SYMBOL_GPL vmlinux 0x2f78c07c _RNvMNtCs9WMcp1Hn5Bv_4core3stre14escape_default +EXPORT_SYMBOL_GPL vmlinux 0x2f91fbc6 dm_send_uevents +EXPORT_SYMBOL_GPL vmlinux 0x2fbee022 call_switchdev_notifiers +EXPORT_SYMBOL_GPL vmlinux 0x2fbff321 regcache_drop_region +EXPORT_SYMBOL_GPL vmlinux 0x2fc1e0fe kmem_valid_obj +EXPORT_SYMBOL_GPL vmlinux 0x2fc8f0ae clk_hw_get_parent +EXPORT_SYMBOL_GPL vmlinux 0x2fcad323 crypto_stats_decompress +EXPORT_SYMBOL_GPL vmlinux 0x2fd66d6a user_describe +EXPORT_SYMBOL_GPL vmlinux 0x2fd93a24 _RNvXsc_NtCs9WMcp1Hn5Bv_4core4timeNtB5_18FromFloatSecsErrorNtNtB7_3fmt7Display3fmt +EXPORT_SYMBOL_GPL vmlinux 0x2fdbb533 phy_pm_runtime_put_sync +EXPORT_SYMBOL_GPL vmlinux 0x2fdee896 acpi_dma_configure_id +EXPORT_SYMBOL_GPL vmlinux 0x2fdfbd94 pci_ignore_hotplug +EXPORT_SYMBOL_GPL vmlinux 0x2fe9e448 __dev_fwnode_const +EXPORT_SYMBOL_GPL vmlinux 0x2fffbd49 xdp_return_frame +EXPORT_SYMBOL_GPL vmlinux 0x3000f411 inet_csk_clone_lock +EXPORT_SYMBOL_GPL vmlinux 0x300a7fce bd_link_disk_holder +EXPORT_SYMBOL_GPL vmlinux 0x300c75f6 nvdimm_bus_unregister +EXPORT_SYMBOL_GPL vmlinux 0x301de41e __blk_req_zone_write_unlock +EXPORT_SYMBOL_GPL vmlinux 0x302e2081 xen_remap_vma_range +EXPORT_SYMBOL_GPL vmlinux 0x304263f1 fat_get_dotdot_entry +EXPORT_SYMBOL_GPL vmlinux 0x304ff9d6 cgroup_path_ns +EXPORT_SYMBOL_GPL vmlinux 0x3061cfce ring_buffer_entries_cpu +EXPORT_SYMBOL_GPL vmlinux 0x306be269 scsi_internal_device_unblock_nowait +EXPORT_SYMBOL_GPL vmlinux 0x308577ee iommu_alloc_resv_region +EXPORT_SYMBOL_GPL vmlinux 0x308d06e1 nvdimm_to_bus +EXPORT_SYMBOL_GPL vmlinux 0x30943909 _RNvXs3_NtNtCs9WMcp1Hn5Bv_4core3fmt3numxNtB5_10DisplayInt5to_u8 +EXPORT_SYMBOL_GPL vmlinux 0x3098fb25 subsys_virtual_register +EXPORT_SYMBOL_GPL vmlinux 0x30ab38e2 irq_chip_retrigger_hierarchy +EXPORT_SYMBOL_GPL vmlinux 0x30aeca02 bio_add_zone_append_page +EXPORT_SYMBOL_GPL vmlinux 0x30b8a515 of_devfreq_cooling_register +EXPORT_SYMBOL_GPL vmlinux 0x30c9dd5d blkcg_root_css +EXPORT_SYMBOL_GPL vmlinux 0x30caa4fb regmap_parse_val +EXPORT_SYMBOL_GPL vmlinux 0x30cf804f slow_virt_to_phys +EXPORT_SYMBOL_GPL vmlinux 0x30cf9971 ethtool_set_ethtool_phy_ops +EXPORT_SYMBOL_GPL vmlinux 0x30da4a18 pci_epc_map_addr +EXPORT_SYMBOL_GPL vmlinux 0x30e1ec25 apei_map_generic_address +EXPORT_SYMBOL_GPL vmlinux 0x30e68593 bpf_redirect_info +EXPORT_SYMBOL_GPL vmlinux 0x31019477 __ftrace_vbprintk +EXPORT_SYMBOL_GPL vmlinux 0x31022fba ata_eh_analyze_ncq_error +EXPORT_SYMBOL_GPL vmlinux 0x3105165d pinctrl_get_group_pins +EXPORT_SYMBOL_GPL vmlinux 0x3106d40e mm_kobj +EXPORT_SYMBOL_GPL vmlinux 0x31128b8e hv_remove_kexec_handler +EXPORT_SYMBOL_GPL vmlinux 0x3115bb10 task_cputime_adjusted +EXPORT_SYMBOL_GPL vmlinux 0x311740ab usb_device_match_id +EXPORT_SYMBOL_GPL vmlinux 0x311c6da4 put_iova_domain +EXPORT_SYMBOL_GPL vmlinux 0x311d6a51 __tracepoint_xdp_exception +EXPORT_SYMBOL_GPL vmlinux 0x311fe682 dev_pm_opp_get_max_transition_latency +EXPORT_SYMBOL_GPL vmlinux 0x31240045 devlink_port_register +EXPORT_SYMBOL_GPL vmlinux 0x31266931 con_debug_leave +EXPORT_SYMBOL_GPL vmlinux 0x312d7fd8 tpm1_getcap +EXPORT_SYMBOL_GPL vmlinux 0x313161a1 edac_pci_free_ctl_info +EXPORT_SYMBOL_GPL vmlinux 0x3135e9fa fpu_copy_guest_fpstate_to_uabi +EXPORT_SYMBOL_GPL vmlinux 0x315fa0b4 _RNvXs25_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_15pcpu_alloc_infoNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x3165daa3 arbitrary_virt_to_machine +EXPORT_SYMBOL_GPL vmlinux 0x31706316 __SCT__tp_func_error_report_end +EXPORT_SYMBOL_GPL vmlinux 0x3170f446 _RNvNtNtCs9WMcp1Hn5Bv_4core7unicode9printable12is_printable +EXPORT_SYMBOL_GPL vmlinux 0x3175add0 rio_free_net +EXPORT_SYMBOL_GPL vmlinux 0x317836bb proc_create_net_data +EXPORT_SYMBOL_GPL vmlinux 0x31839ad3 software_node_register_nodes +EXPORT_SYMBOL_GPL vmlinux 0x3183d451 devm_ioremap_uc +EXPORT_SYMBOL_GPL vmlinux 0x3192d768 cpufreq_remove_update_util_hook +EXPORT_SYMBOL_GPL vmlinux 0x319674d9 _RNvXsa_NtNtCs9WMcp1Hn5Bv_4core3fmt3numoNtB5_10DisplayInt6to_u64 +EXPORT_SYMBOL_GPL vmlinux 0x3198bd55 __SCT__tp_func_detach_device_from_domain +EXPORT_SYMBOL_GPL vmlinux 0x319e6828 _RNvXsT_NtNtCs9WMcp1Hn5Bv_4core3str4iterNtB5_5BytesNtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x31a5e62b crypto_stats_get +EXPORT_SYMBOL_GPL vmlinux 0x31a76d61 mas_destroy +EXPORT_SYMBOL_GPL vmlinux 0x31a95e8b ring_buffer_record_enable_cpu +EXPORT_SYMBOL_GPL vmlinux 0x31b2ff35 __get_task_comm +EXPORT_SYMBOL_GPL vmlinux 0x31bb82e1 tty_kopen_exclusive +EXPORT_SYMBOL_GPL vmlinux 0x31bd2d2e blk_mq_hctx_set_fq_lock_class +EXPORT_SYMBOL_GPL vmlinux 0x31c01ac6 vcap_keyfieldset +EXPORT_SYMBOL_GPL vmlinux 0x31c7970f pciserial_suspend_ports +EXPORT_SYMBOL_GPL vmlinux 0x31cff655 sysfs_remove_mount_point +EXPORT_SYMBOL_GPL vmlinux 0x31d34278 xas_load +EXPORT_SYMBOL_GPL vmlinux 0x31dc8b9a virtqueue_enable_cb +EXPORT_SYMBOL_GPL vmlinux 0x31dca4d8 gnttab_claim_grant_reference +EXPORT_SYMBOL_GPL vmlinux 0x31e61e9a __traceiter_udp_fail_queue_rcv_skb +EXPORT_SYMBOL_GPL vmlinux 0x31edd1e1 rcu_tasks_trace_qs_blkd +EXPORT_SYMBOL_GPL vmlinux 0x3219deb7 dev_attr_em_message_type +EXPORT_SYMBOL_GPL vmlinux 0x3226bab4 crypto_unregister_ahash +EXPORT_SYMBOL_GPL vmlinux 0x32295715 dev_pm_opp_clear_config +EXPORT_SYMBOL_GPL vmlinux 0x323906e3 crypto_default_rng +EXPORT_SYMBOL_GPL vmlinux 0x323908af devm_kmemdup +EXPORT_SYMBOL_GPL vmlinux 0x324903ab fuse_conn_put +EXPORT_SYMBOL_GPL vmlinux 0x325509a2 bio_trim +EXPORT_SYMBOL_GPL vmlinux 0x3257254c pid_vnr +EXPORT_SYMBOL_GPL vmlinux 0x326cefe5 hwpoison_filter_dev_minor +EXPORT_SYMBOL_GPL vmlinux 0x32708ce6 mmu_interval_read_begin +EXPORT_SYMBOL_GPL vmlinux 0x327125cf __devm_regmap_init_i2c +EXPORT_SYMBOL_GPL vmlinux 0x32772b89 _RNvXs1F_NtNtCs9WMcp1Hn5Bv_4core9core_arch4simdNtB6_5u16x8NtNtBa_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x327a2687 bind_evtchn_to_irq_lateeoi +EXPORT_SYMBOL_GPL vmlinux 0x32836981 public_key_verify_signature +EXPORT_SYMBOL_GPL vmlinux 0x328e3354 __memcpy_flushcache +EXPORT_SYMBOL_GPL vmlinux 0x328e9b55 ata_scsi_port_error_handler +EXPORT_SYMBOL_GPL vmlinux 0x3298ae38 blk_next_bio +EXPORT_SYMBOL_GPL vmlinux 0x329b5bf6 dev_pm_qos_remove_notifier +EXPORT_SYMBOL_GPL vmlinux 0x329c9be9 devlink_linecard_nested_dl_set +EXPORT_SYMBOL_GPL vmlinux 0x32ab06cc irq_percpu_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0x32b12efa tpm_pm_suspend +EXPORT_SYMBOL_GPL vmlinux 0x32b81342 regulator_set_soft_start_regmap +EXPORT_SYMBOL_GPL vmlinux 0x32bac16b devm_platform_ioremap_resource_byname +EXPORT_SYMBOL_GPL vmlinux 0x32bc0fcf preempt_notifier_dec +EXPORT_SYMBOL_GPL vmlinux 0x32bdc8c0 fat_free_clusters +EXPORT_SYMBOL_GPL vmlinux 0x32be6ffb get_net_ns_by_id +EXPORT_SYMBOL_GPL vmlinux 0x32c3cb4e class_compat_register +EXPORT_SYMBOL_GPL vmlinux 0x32c4a483 _RNvXs3_NtCs9WMcp1Hn5Bv_4core5asciiNtB5_13EscapeDefaultNtNtB7_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x32df33e7 x509_cert_parse +EXPORT_SYMBOL_GPL vmlinux 0x32e3b076 mxcsr_feature_mask +EXPORT_SYMBOL_GPL vmlinux 0x32e4d1e0 sgx_virt_ecreate +EXPORT_SYMBOL_GPL vmlinux 0x32f05bdc unwind_get_return_address +EXPORT_SYMBOL_GPL vmlinux 0x32f20815 trace_event_buffer_reserve +EXPORT_SYMBOL_GPL vmlinux 0x32f33ad7 nf_checksum_partial +EXPORT_SYMBOL_GPL vmlinux 0x32f35a7d dst_blackhole_mtu +EXPORT_SYMBOL_GPL vmlinux 0x330010b6 cpuset_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0x330a678d virtio_require_restricted_mem_acc +EXPORT_SYMBOL_GPL vmlinux 0x330b0e01 sbitmap_queue_min_shallow_depth +EXPORT_SYMBOL_GPL vmlinux 0x330c7e08 spi_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x330f6116 set_dax_synchronous +EXPORT_SYMBOL_GPL vmlinux 0x3317c057 scsi_internal_device_block_nowait +EXPORT_SYMBOL_GPL vmlinux 0x3317c225 fsl_mc_device_group +EXPORT_SYMBOL_GPL vmlinux 0x3318fc78 io_uring_cmd_done +EXPORT_SYMBOL_GPL vmlinux 0x331f5297 platform_device_del +EXPORT_SYMBOL_GPL vmlinux 0x33272b8e fat_time_fat2unix +EXPORT_SYMBOL_GPL vmlinux 0x332f49b8 devm_hwspin_lock_register +EXPORT_SYMBOL_GPL vmlinux 0x33522bb8 fscrypt_drop_inode +EXPORT_SYMBOL_GPL vmlinux 0x33542639 debugfs_attr_write_signed +EXPORT_SYMBOL_GPL vmlinux 0x335c570f enable_percpu_irq +EXPORT_SYMBOL_GPL vmlinux 0x335efbb4 __tracepoint_cpu_frequency +EXPORT_SYMBOL_GPL vmlinux 0x3362b03c xen_p2m_size +EXPORT_SYMBOL_GPL vmlinux 0x336636bb clk_hw_unregister_fixed_rate +EXPORT_SYMBOL_GPL vmlinux 0x336dce87 reset_controller_register +EXPORT_SYMBOL_GPL vmlinux 0x338a1a44 rtc_set_alarm +EXPORT_SYMBOL_GPL vmlinux 0x338c3ab4 _RNvNtCs9WMcp1Hn5Bv_4core3str19slice_error_fail_ct +EXPORT_SYMBOL_GPL vmlinux 0x338cfb75 watchdog_register_device +EXPORT_SYMBOL_GPL vmlinux 0x33987981 serial8250_set_defaults +EXPORT_SYMBOL_GPL vmlinux 0x33bc2f82 pm_wakeup_ws_event +EXPORT_SYMBOL_GPL vmlinux 0x33be8f40 crypto_spawn_tfm2 +EXPORT_SYMBOL_GPL vmlinux 0x33bf4443 acpi_quirk_skip_acpi_ac_and_battery +EXPORT_SYMBOL_GPL vmlinux 0x33cfb32b cpci_hp_unregister_controller +EXPORT_SYMBOL_GPL vmlinux 0x33d7b80e devm_free_pages +EXPORT_SYMBOL_GPL vmlinux 0x33e11520 fuse_dev_alloc_install +EXPORT_SYMBOL_GPL vmlinux 0x33e1b412 tcp_rate_check_app_limited +EXPORT_SYMBOL_GPL vmlinux 0x33f42ee4 fwnode_usb_role_switch_get +EXPORT_SYMBOL_GPL vmlinux 0x33f49a0d fat_update_time +EXPORT_SYMBOL_GPL vmlinux 0x340584eb srcutorture_get_gp_data +EXPORT_SYMBOL_GPL vmlinux 0x340cfb05 blk_stat_disable_accounting +EXPORT_SYMBOL_GPL vmlinux 0x340f85ad pm_clk_resume +EXPORT_SYMBOL_GPL vmlinux 0x34181c17 netdev_cmd_to_name +EXPORT_SYMBOL_GPL vmlinux 0x341d5e3c _RNvXs1m_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_17trace_print_flagsNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x341f8bd4 _RNvXs1P_NtNtCs9WMcp1Hn5Bv_4core3str4iterNtB6_15SplitWhitespaceNtNtBa_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x3422a5d2 rtnl_link_unregister +EXPORT_SYMBOL_GPL vmlinux 0x342601bd devm_devfreq_event_add_edev +EXPORT_SYMBOL_GPL vmlinux 0x3426236e gpiod_get_array_optional +EXPORT_SYMBOL_GPL vmlinux 0x342919a1 __tracepoint_pelt_cfs_tp +EXPORT_SYMBOL_GPL vmlinux 0x342c2929 find_get_pid +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 0x3448aef2 pcie_port_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x344a2c84 iomap_dio_complete +EXPORT_SYMBOL_GPL vmlinux 0x3450ad94 mpi_set_ui +EXPORT_SYMBOL_GPL vmlinux 0x3466ce63 x86_msi_msg_get_destid +EXPORT_SYMBOL_GPL vmlinux 0x346c0bf1 ata_pci_shutdown_one +EXPORT_SYMBOL_GPL vmlinux 0x34722932 list_lru_count_one +EXPORT_SYMBOL_GPL vmlinux 0x3476ac5b list_lru_walk_node +EXPORT_SYMBOL_GPL vmlinux 0x3491f3c7 inet_pernet_hashinfo_free +EXPORT_SYMBOL_GPL vmlinux 0x349d0579 __fsnotify_parent +EXPORT_SYMBOL_GPL vmlinux 0x349eed09 irq_chip_disable_parent +EXPORT_SYMBOL_GPL vmlinux 0x34b47afd spi_delay_to_ns +EXPORT_SYMBOL_GPL vmlinux 0x34bec8d7 __tracepoint_ata_bmdma_setup +EXPORT_SYMBOL_GPL vmlinux 0x34d2ee95 usb_acpi_set_power_state +EXPORT_SYMBOL_GPL vmlinux 0x34d3ff98 tcp_twsk_unique +EXPORT_SYMBOL_GPL vmlinux 0x34dccfb2 context_tracking +EXPORT_SYMBOL_GPL vmlinux 0x34e00b56 register_virtio_device +EXPORT_SYMBOL_GPL vmlinux 0x34e4ace6 __rg_realloc +EXPORT_SYMBOL_GPL vmlinux 0x34eab46d bind_evtchn_to_irqhandler +EXPORT_SYMBOL_GPL vmlinux 0x34eeebe0 device_for_each_child_reverse +EXPORT_SYMBOL_GPL vmlinux 0x34efd168 elv_register +EXPORT_SYMBOL_GPL vmlinux 0x34f0498d _RNvXsm_NtCs9WMcp1Hn5Bv_4core3numxNtNtNtB7_3str6traits7FromStr8from_str +EXPORT_SYMBOL_GPL vmlinux 0x350e284e crypto_unregister_shash +EXPORT_SYMBOL_GPL vmlinux 0x350e8788 devm_request_pci_bus_resources +EXPORT_SYMBOL_GPL vmlinux 0x350f6ce5 tasklet_unlock_wait +EXPORT_SYMBOL_GPL vmlinux 0x3517a88e __traceiter_kfree_skb +EXPORT_SYMBOL_GPL vmlinux 0x351f2dd8 cpufreq_cpu_get +EXPORT_SYMBOL_GPL vmlinux 0x352b3813 maxim_charger_calc_reg_current +EXPORT_SYMBOL_GPL vmlinux 0x352ec68b bpf_offload_dev_destroy +EXPORT_SYMBOL_GPL vmlinux 0x353c09c5 ata_bmdma_port_ops +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 0x358b3169 i2c_acpi_find_adapter_by_handle +EXPORT_SYMBOL_GPL vmlinux 0x358ff60f twl_get_hfclk_rate +EXPORT_SYMBOL_GPL vmlinux 0x35a57d65 sched_set_fifo_low +EXPORT_SYMBOL_GPL vmlinux 0x35a8dac6 inet6_hash +EXPORT_SYMBOL_GPL vmlinux 0x35b1ef29 bpf_trace_run12 +EXPORT_SYMBOL_GPL vmlinux 0x35b33083 phy_driver_is_genphy +EXPORT_SYMBOL_GPL vmlinux 0x35c3fc82 add_swap_extent +EXPORT_SYMBOL_GPL vmlinux 0x35c5b132 uart_xchar_out +EXPORT_SYMBOL_GPL vmlinux 0x35c813e3 devm_krealloc +EXPORT_SYMBOL_GPL vmlinux 0x35d3dc46 crypto_alg_sem +EXPORT_SYMBOL_GPL vmlinux 0x35d4cb92 __tracepoint_xdp_bulk_tx +EXPORT_SYMBOL_GPL vmlinux 0x35d8ca11 badblocks_set +EXPORT_SYMBOL_GPL vmlinux 0x35e4eb42 dw8250_do_set_termios +EXPORT_SYMBOL_GPL vmlinux 0x35e74373 pinctrl_dev_get_name +EXPORT_SYMBOL_GPL vmlinux 0x35e85cd2 dm_path_uevent +EXPORT_SYMBOL_GPL vmlinux 0x35eb32d8 spi_bus_unlock +EXPORT_SYMBOL_GPL vmlinux 0x35ee0b00 _RNvXs20_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_16wait_queue_entryNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x3611004a __pm_runtime_use_autosuspend +EXPORT_SYMBOL_GPL vmlinux 0x36173c1d phys_to_target_node +EXPORT_SYMBOL_GPL vmlinux 0x361d2ed5 dw_pcie_ep_raise_legacy_irq +EXPORT_SYMBOL_GPL vmlinux 0x36241a76 devm_hwrng_unregister +EXPORT_SYMBOL_GPL vmlinux 0x36242943 switchdev_deferred_process +EXPORT_SYMBOL_GPL vmlinux 0x362bb571 __clk_hw_register_mux +EXPORT_SYMBOL_GPL vmlinux 0x36431e8f fscrypt_context_for_new_inode +EXPORT_SYMBOL_GPL vmlinux 0x3645ff90 xenbus_alloc_evtchn +EXPORT_SYMBOL_GPL vmlinux 0x364622e6 regmap_multi_reg_write_bypassed +EXPORT_SYMBOL_GPL vmlinux 0x3655f772 screen_glyph +EXPORT_SYMBOL_GPL vmlinux 0x365d161e sysfs_add_file_to_group +EXPORT_SYMBOL_GPL vmlinux 0x366598ca _RNvXsj_NtNtNtCs9WMcp1Hn5Bv_4core3fmt3num3imphNtB9_8UpperExp3fmt +EXPORT_SYMBOL_GPL vmlinux 0x366f3bdf pwm_lpss_tng_info +EXPORT_SYMBOL_GPL vmlinux 0x36898d6f gpiod_remove_hogs +EXPORT_SYMBOL_GPL vmlinux 0x369dd6a5 acpiphp_register_attention +EXPORT_SYMBOL_GPL vmlinux 0x369fcd70 tracing_snapshot +EXPORT_SYMBOL_GPL vmlinux 0x36ac17ab alloc_iova_fast +EXPORT_SYMBOL_GPL vmlinux 0x36b40493 _RNvMs2_NtNtCs9WMcp1Hn5Bv_4core3num5errorNtB5_13ParseIntError13___description +EXPORT_SYMBOL_GPL vmlinux 0x36b5497e intel_iommu_enabled +EXPORT_SYMBOL_GPL vmlinux 0x36c030ef md_bitmap_copy_from_slot +EXPORT_SYMBOL_GPL vmlinux 0x36dc9820 _RNvMs7_NtCs9WMcp1Hn5Bv_4core3fmtNtB5_9Formatter19sign_aware_zero_pad +EXPORT_SYMBOL_GPL vmlinux 0x36dcb7a2 sdio_f0_readb +EXPORT_SYMBOL_GPL vmlinux 0x36e064c7 rio_mport_initialize +EXPORT_SYMBOL_GPL vmlinux 0x36e76ad5 mctrl_gpio_init_noauto +EXPORT_SYMBOL_GPL vmlinux 0x36f6733d serial8250_do_shutdown +EXPORT_SYMBOL_GPL vmlinux 0x36ff43b1 dev_pm_qos_add_notifier +EXPORT_SYMBOL_GPL vmlinux 0x3702a821 debugfs_real_fops +EXPORT_SYMBOL_GPL vmlinux 0x37089470 usb_hcd_pci_remove +EXPORT_SYMBOL_GPL vmlinux 0x37169f79 cpu_latency_qos_update_request +EXPORT_SYMBOL_GPL vmlinux 0x371ffb81 devlink_traps_unregister +EXPORT_SYMBOL_GPL vmlinux 0x3726773c rtc_read_alarm +EXPORT_SYMBOL_GPL vmlinux 0x372f7d30 acpi_processor_get_performance_info +EXPORT_SYMBOL_GPL vmlinux 0x373875d5 crypto_aead_encrypt +EXPORT_SYMBOL_GPL vmlinux 0x374fc198 dev_pm_opp_set_config +EXPORT_SYMBOL_GPL vmlinux 0x3750d770 erst_read +EXPORT_SYMBOL_GPL vmlinux 0x37523f15 _RNvNtNtCs9WMcp1Hn5Bv_4core5slice5index26slice_start_index_len_fail +EXPORT_SYMBOL_GPL vmlinux 0x376b2512 vcap_lookup_keyfield +EXPORT_SYMBOL_GPL vmlinux 0x377773f3 security_file_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x377bbcbc pm_suspend_target_state +EXPORT_SYMBOL_GPL vmlinux 0x37914025 xenbus_write +EXPORT_SYMBOL_GPL vmlinux 0x37989a2c ata_sff_queue_pio_task +EXPORT_SYMBOL_GPL vmlinux 0x3799e41a _RNvXs1F_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_3fpuNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x379fe2cd _RNvNtNtCsiTPnVqBGVaY_6kernel5print14format_strings4CONT +EXPORT_SYMBOL_GPL vmlinux 0x37a8f6b5 edac_mc_handle_error +EXPORT_SYMBOL_GPL vmlinux 0x37aea9af _RNvXs1_NtCs9WMcp1Hn5Bv_4core3anyDNtB5_3AnyNtNtB7_6marker4SyncNtBG_4SendEL_NtNtB7_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x37bb3db7 pci_iov_get_pf_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x37bf7be3 percpu_ref_exit +EXPORT_SYMBOL_GPL vmlinux 0x37c61dbd unregister_ftrace_direct_multi +EXPORT_SYMBOL_GPL vmlinux 0x37d7db9a dev_attr_link_power_management_policy +EXPORT_SYMBOL_GPL vmlinux 0x37d84d70 blk_lld_busy +EXPORT_SYMBOL_GPL vmlinux 0x37e293e2 devm_memremap_pages +EXPORT_SYMBOL_GPL vmlinux 0x37efac58 pingv6_ops +EXPORT_SYMBOL_GPL vmlinux 0x3801776b __ioread32_copy +EXPORT_SYMBOL_GPL vmlinux 0x380dde36 power_supply_batinfo_ocv2cap +EXPORT_SYMBOL_GPL vmlinux 0x381021c4 fib_rules_register +EXPORT_SYMBOL_GPL vmlinux 0x38107918 pm_generic_suspend +EXPORT_SYMBOL_GPL vmlinux 0x381689e2 aead_exit_geniv +EXPORT_SYMBOL_GPL vmlinux 0x38268b62 icc_bulk_enable +EXPORT_SYMBOL_GPL vmlinux 0x38335b10 _copy_mc_to_iter +EXPORT_SYMBOL_GPL vmlinux 0x38374815 clear_selection +EXPORT_SYMBOL_GPL vmlinux 0x383bbdb0 device_attach +EXPORT_SYMBOL_GPL vmlinux 0x384e7984 _RNvNtNtCsiTPnVqBGVaY_6kernel5print14format_strings5ALERT +EXPORT_SYMBOL_GPL vmlinux 0x38553c04 edac_pci_handle_npe +EXPORT_SYMBOL_GPL vmlinux 0x386176ec generic_handle_domain_irq +EXPORT_SYMBOL_GPL vmlinux 0x3866e217 nvmem_device_write +EXPORT_SYMBOL_GPL vmlinux 0x38708e25 inet_peer_base_init +EXPORT_SYMBOL_GPL vmlinux 0x38722f80 kernel_fpu_end +EXPORT_SYMBOL_GPL vmlinux 0x38723181 sk_set_peek_off +EXPORT_SYMBOL_GPL vmlinux 0x388264ea amd_clear_divider +EXPORT_SYMBOL_GPL vmlinux 0x38999eb9 netdev_set_default_ethtool_ops +EXPORT_SYMBOL_GPL vmlinux 0x389b64a2 static_key_count +EXPORT_SYMBOL_GPL vmlinux 0x38aa1397 gpiod_add_lookup_table +EXPORT_SYMBOL_GPL vmlinux 0x38b6a890 __SCT__tp_func_sched_util_est_cfs_tp +EXPORT_SYMBOL_GPL vmlinux 0x38c3ff30 freq_qos_add_notifier +EXPORT_SYMBOL_GPL vmlinux 0x38c47021 _RNvXNtNtNtCs9WMcp1Hn5Bv_4core3fmt3num3impaNtB6_7Display3fmt +EXPORT_SYMBOL_GPL vmlinux 0x38c514b2 dev_pm_enable_wake_irq +EXPORT_SYMBOL_GPL vmlinux 0x38cb0a48 alarmtimer_get_rtcdev +EXPORT_SYMBOL_GPL vmlinux 0x38cf4461 __scsi_init_queue +EXPORT_SYMBOL_GPL vmlinux 0x38d22449 reset_control_get_count +EXPORT_SYMBOL_GPL vmlinux 0x38e1fde7 mpi_set +EXPORT_SYMBOL_GPL vmlinux 0x38e37d49 pskb_put +EXPORT_SYMBOL_GPL vmlinux 0x38e5bc5a clk_set_rate_range +EXPORT_SYMBOL_GPL vmlinux 0x38e67777 bpf_prog_alloc +EXPORT_SYMBOL_GPL vmlinux 0x38e6b9d9 _RNvXs3c_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_32page__bindgen_ty_1__bindgen_ty_6NtNtCs9WMcp1Hn5Bv_4core7default7Default7default +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 0x38f86275 dm_report_zones +EXPORT_SYMBOL_GPL vmlinux 0x3924e680 skb_morph +EXPORT_SYMBOL_GPL vmlinux 0x392f853c __traceiter_sched_overutilized_tp +EXPORT_SYMBOL_GPL vmlinux 0x3938c5b0 iopf_queue_add_device +EXPORT_SYMBOL_GPL vmlinux 0x395b8b90 sbitmap_prepare_to_wait +EXPORT_SYMBOL_GPL vmlinux 0x395d2723 edac_pci_handle_pe +EXPORT_SYMBOL_GPL vmlinux 0x39623b67 devlink_alloc_ns +EXPORT_SYMBOL_GPL vmlinux 0x3975fb21 crypto_grab_aead +EXPORT_SYMBOL_GPL vmlinux 0x3977ef14 ata_qc_complete +EXPORT_SYMBOL_GPL vmlinux 0x397c0141 bus_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0x398c52a7 kobject_create_and_add +EXPORT_SYMBOL_GPL vmlinux 0x3999a025 tty_init_termios +EXPORT_SYMBOL_GPL vmlinux 0x399a3a07 crypto_register_acomp +EXPORT_SYMBOL_GPL vmlinux 0x399ceef2 kset_find_obj +EXPORT_SYMBOL_GPL vmlinux 0x39a7affc driver_deferred_probe_timeout +EXPORT_SYMBOL_GPL vmlinux 0x39aa4888 usb_role_string +EXPORT_SYMBOL_GPL vmlinux 0x39bf1a4d __tracepoint_block_bio_complete +EXPORT_SYMBOL_GPL vmlinux 0x39bf59a9 init_node_memory_type +EXPORT_SYMBOL_GPL vmlinux 0x39c46626 regulator_get_current_limit +EXPORT_SYMBOL_GPL vmlinux 0x39c9d88c xas_find +EXPORT_SYMBOL_GPL vmlinux 0x39cb4225 wm831x_device_shutdown +EXPORT_SYMBOL_GPL vmlinux 0x39cbb5da ping_seq_next +EXPORT_SYMBOL_GPL vmlinux 0x39d25a9b power_supply_put_battery_info +EXPORT_SYMBOL_GPL vmlinux 0x39d6530b sampling_rate_store +EXPORT_SYMBOL_GPL vmlinux 0x39da0e74 icc_sync_state +EXPORT_SYMBOL_GPL vmlinux 0x39ded098 rdma_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0x39ded14f __SCT__tp_func_unmap +EXPORT_SYMBOL_GPL vmlinux 0x39fd49e6 __hwspin_trylock +EXPORT_SYMBOL_GPL vmlinux 0x39fe895c devm_regulator_get_optional +EXPORT_SYMBOL_GPL vmlinux 0x3a082686 wbc_account_cgroup_owner +EXPORT_SYMBOL_GPL vmlinux 0x3a135ec8 device_node_to_regmap +EXPORT_SYMBOL_GPL vmlinux 0x3a15013b ata_pack_xfermask +EXPORT_SYMBOL_GPL vmlinux 0x3a1f1bcb _RNvXs2T_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_25arch_uprobe__bindgen_ty_1NtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x3a24fb2f percpu_ref_resurrect +EXPORT_SYMBOL_GPL vmlinux 0x3a26ed11 sched_clock +EXPORT_SYMBOL_GPL vmlinux 0x3a3f1e64 _RNvXs3_NtNtCs9WMcp1Hn5Bv_4core3fmt3numxNtB5_10DisplayInt6to_u64 +EXPORT_SYMBOL_GPL vmlinux 0x3a44c06c extcon_get_extcon_dev +EXPORT_SYMBOL_GPL vmlinux 0x3a460359 __traceiter_pelt_cfs_tp +EXPORT_SYMBOL_GPL vmlinux 0x3a4f6a32 ata_sff_interrupt +EXPORT_SYMBOL_GPL vmlinux 0x3a536bd7 ring_buffer_read_finish +EXPORT_SYMBOL_GPL vmlinux 0x3a53d2a4 pstore_unregister +EXPORT_SYMBOL_GPL vmlinux 0x3a55981a static_key_enable_cpuslocked +EXPORT_SYMBOL_GPL vmlinux 0x3a5dca4e _RNvXs1M_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_13x86_io_bitmapNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x3a6141d6 crypto_shash_finup +EXPORT_SYMBOL_GPL vmlinux 0x3a7d80f9 xen_max_p2m_pfn +EXPORT_SYMBOL_GPL vmlinux 0x3a8bbb8e trace_clock_jiffies +EXPORT_SYMBOL_GPL vmlinux 0x3a8cae64 netdev_walk_all_lower_dev +EXPORT_SYMBOL_GPL vmlinux 0x3a95d4a9 iomap_file_buffered_write +EXPORT_SYMBOL_GPL vmlinux 0x3a9a7ea8 phy_restore_page +EXPORT_SYMBOL_GPL vmlinux 0x3a9b2623 scsi_host_unblock +EXPORT_SYMBOL_GPL vmlinux 0x3a9be019 asymmetric_key_id_partial +EXPORT_SYMBOL_GPL vmlinux 0x3a9e8610 acpi_remove_cmos_rtc_space_handler +EXPORT_SYMBOL_GPL vmlinux 0x3aa03677 regulator_bulk_register_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0x3aa5285c spi_bus_lock +EXPORT_SYMBOL_GPL vmlinux 0x3ab7e256 _RNvXs4_NtNtCs9WMcp1Hn5Bv_4core3fmt3numnNtB5_10DisplayInt6to_u32 +EXPORT_SYMBOL_GPL vmlinux 0x3ab84635 regmap_mmio_attach_clk +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 0x3ad1cb3d xhci_drop_endpoint +EXPORT_SYMBOL_GPL vmlinux 0x3ae0e5c9 xfer_to_guest_mode_handle_work +EXPORT_SYMBOL_GPL vmlinux 0x3aeb2e79 dev_pm_qos_hide_latency_limit +EXPORT_SYMBOL_GPL vmlinux 0x3af2dad5 i2c_acpi_waive_d0_probe +EXPORT_SYMBOL_GPL vmlinux 0x3af578f5 hyperv_report_panic +EXPORT_SYMBOL_GPL vmlinux 0x3afc4a8f sbitmap_resize +EXPORT_SYMBOL_GPL vmlinux 0x3b0ef996 sdio_readw +EXPORT_SYMBOL_GPL vmlinux 0x3b2a8f81 _RNvXs1L_NtNtCs9WMcp1Hn5Bv_4core9core_arch4simdNtB6_5u32x4NtNtBa_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x3b2bf65e rio_release_outb_mbox +EXPORT_SYMBOL_GPL vmlinux 0x3b30fb29 ata_sff_pause +EXPORT_SYMBOL_GPL vmlinux 0x3b322942 led_set_brightness +EXPORT_SYMBOL_GPL vmlinux 0x3b3ac07a _RNvXs9_NtNtCs9WMcp1Hn5Bv_4core3fmt3numyNtB5_10DisplayInt5to_u8 +EXPORT_SYMBOL_GPL vmlinux 0x3b472260 debugfs_file_put +EXPORT_SYMBOL_GPL vmlinux 0x3b4c240a display_timings_release +EXPORT_SYMBOL_GPL vmlinux 0x3b7a7163 __static_call_return0 +EXPORT_SYMBOL_GPL vmlinux 0x3b809c81 scsi_dh_set_params +EXPORT_SYMBOL_GPL vmlinux 0x3b865767 _RNvXs18_NtNtCs9WMcp1Hn5Bv_4core3fmt3numnNtB8_8LowerHex3fmt +EXPORT_SYMBOL_GPL vmlinux 0x3b8ef56e vcap_del_rule +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 0x3bad9ceb serdev_controller_alloc +EXPORT_SYMBOL_GPL vmlinux 0x3bb33501 devl_sb_register +EXPORT_SYMBOL_GPL vmlinux 0x3bc3b483 _RNvXs7_NtNtCs9WMcp1Hn5Bv_4core3fmt3numtNtB5_10DisplayInt6to_u64 +EXPORT_SYMBOL_GPL vmlinux 0x3bd09e30 clk_register_fixed_rate +EXPORT_SYMBOL_GPL vmlinux 0x3bdafc89 _RNvNvNtCs9WMcp1Hn5Bv_4core3ptr7replace8comptime +EXPORT_SYMBOL_GPL vmlinux 0x3bdb5d28 alg_test +EXPORT_SYMBOL_GPL vmlinux 0x3bdd5125 edac_pci_del_device +EXPORT_SYMBOL_GPL vmlinux 0x3beca7db metadata_dst_free +EXPORT_SYMBOL_GPL vmlinux 0x3bf17755 mpi_read_buffer +EXPORT_SYMBOL_GPL vmlinux 0x3bf6789c pci_enable_ats +EXPORT_SYMBOL_GPL vmlinux 0x3bf79fb3 _RNvXs1_NtNtCs9WMcp1Hn5Bv_4core3num5errorNtB5_15TryFromIntErrorINtNtB9_7convert4FromzE4from +EXPORT_SYMBOL_GPL vmlinux 0x3bfb0a71 nfs42_ssc_register +EXPORT_SYMBOL_GPL vmlinux 0x3c08cf7f em_pd_get +EXPORT_SYMBOL_GPL vmlinux 0x3c0c384a extcon_set_property_sync +EXPORT_SYMBOL_GPL vmlinux 0x3c0e8050 hyperv_pcpu_input_arg +EXPORT_SYMBOL_GPL vmlinux 0x3c1c3725 rcu_fwd_progress_check +EXPORT_SYMBOL_GPL vmlinux 0x3c36ba45 _RNvXsO_NtCs796HB7yPNRt_8bindings12bindings_rawNtB5_17edd_device_paramsNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x3c5b5ce1 pci_reset_function +EXPORT_SYMBOL_GPL vmlinux 0x3c5be007 rio_mport_chk_dev_access +EXPORT_SYMBOL_GPL vmlinux 0x3c5d543a hrtimer_start_range_ns +EXPORT_SYMBOL_GPL vmlinux 0x3c642974 __rust_dealloc +EXPORT_SYMBOL_GPL vmlinux 0x3c64fe4f devm_clk_get_prepared +EXPORT_SYMBOL_GPL vmlinux 0x3c681dc4 ring_buffer_record_disable +EXPORT_SYMBOL_GPL vmlinux 0x3c6c49d2 crypto_alloc_kpp +EXPORT_SYMBOL_GPL vmlinux 0x3c7d3f80 kthread_data +EXPORT_SYMBOL_GPL vmlinux 0x3c819c45 arch_apei_report_mem_error +EXPORT_SYMBOL_GPL vmlinux 0x3c985b70 _RNvXs1L_NtNtCs9WMcp1Hn5Bv_4core3str4iterNtB6_5LinesNtNtBa_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x3ca472f4 md_do_sync +EXPORT_SYMBOL_GPL vmlinux 0x3cb1a533 dw_pcie_setup_rc +EXPORT_SYMBOL_GPL vmlinux 0x3cb39acc crypto_enqueue_request +EXPORT_SYMBOL_GPL vmlinux 0x3cc07be9 pv_info +EXPORT_SYMBOL_GPL vmlinux 0x3cc4b494 key_type_trusted +EXPORT_SYMBOL_GPL vmlinux 0x3cc94c71 crypto_unregister_acomp +EXPORT_SYMBOL_GPL vmlinux 0x3cc97809 alloc_page_buffers +EXPORT_SYMBOL_GPL vmlinux 0x3cd06035 add_input_randomness +EXPORT_SYMBOL_GPL vmlinux 0x3cd1b510 trace_vbprintk +EXPORT_SYMBOL_GPL vmlinux 0x3cdf13bc __clocksource_update_freq_scale +EXPORT_SYMBOL_GPL vmlinux 0x3ce1d389 fib_rules_lookup +EXPORT_SYMBOL_GPL vmlinux 0x3cff6d71 vcap_rule_add_key_u72 +EXPORT_SYMBOL_GPL vmlinux 0x3cffc23d usb_autopm_get_interface_async +EXPORT_SYMBOL_GPL vmlinux 0x3d138306 __SCK__tp_func_xhci_dbg_quirks +EXPORT_SYMBOL_GPL vmlinux 0x3d36e4cb dev_pm_opp_get_freq +EXPORT_SYMBOL_GPL vmlinux 0x3d388324 dpm_resume_end +EXPORT_SYMBOL_GPL vmlinux 0x3d4fc5e4 ata_link_offline +EXPORT_SYMBOL_GPL vmlinux 0x3d50a313 get_governor_parent_kobj +EXPORT_SYMBOL_GPL vmlinux 0x3d510a7b rcu_jiffies_till_stall_check +EXPORT_SYMBOL_GPL vmlinux 0x3d635879 ata_scsi_slave_config +EXPORT_SYMBOL_GPL vmlinux 0x3d655826 receive_fd +EXPORT_SYMBOL_GPL vmlinux 0x3d6db5ce put_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0x3d8baf3b zs_huge_class_size +EXPORT_SYMBOL_GPL vmlinux 0x3d9bbf75 wwan_port_txon +EXPORT_SYMBOL_GPL vmlinux 0x3d9eeded _RNvNtNtNtCs9WMcp1Hn5Bv_4core7unicode12unicode_data5cased6lookup +EXPORT_SYMBOL_GPL vmlinux 0x3da1769a dev_pm_domain_start +EXPORT_SYMBOL_GPL vmlinux 0x3da35cdb devm_pinctrl_register +EXPORT_SYMBOL_GPL vmlinux 0x3daa2540 nf_hooks_lwtunnel_enabled +EXPORT_SYMBOL_GPL vmlinux 0x3dabb9c1 pci_msi_unmask_irq +EXPORT_SYMBOL_GPL vmlinux 0x3dbcdf68 edac_device_alloc_ctl_info +EXPORT_SYMBOL_GPL vmlinux 0x3dbdf379 _RNvXs13_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_10pv_mmu_opsNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x3dcd6eeb regmap_read +EXPORT_SYMBOL_GPL vmlinux 0x3de02ea4 tcp_reno_ssthresh +EXPORT_SYMBOL_GPL vmlinux 0x3de9cae1 crypto_remove_final +EXPORT_SYMBOL_GPL vmlinux 0x3df26c83 devm_usb_get_phy_by_node +EXPORT_SYMBOL_GPL vmlinux 0x3df459e5 ata_sff_data_xfer32 +EXPORT_SYMBOL_GPL vmlinux 0x3df82d00 mce_log +EXPORT_SYMBOL_GPL vmlinux 0x3e00c471 tcp_unregister_congestion_control +EXPORT_SYMBOL_GPL vmlinux 0x3e02c0fa ata_pci_device_do_resume +EXPORT_SYMBOL_GPL vmlinux 0x3e09436b nvmem_cell_read_u64 +EXPORT_SYMBOL_GPL vmlinux 0x3e0a087f inet_hashinfo2_init_mod +EXPORT_SYMBOL_GPL vmlinux 0x3e15e165 pci_test_config_bits +EXPORT_SYMBOL_GPL vmlinux 0x3e411ace sfp_select_interface +EXPORT_SYMBOL_GPL vmlinux 0x3e48bc18 devlink_port_type_ib_set +EXPORT_SYMBOL_GPL vmlinux 0x3e4a0d6b _RNvXs0_NtNtCs9WMcp1Hn5Bv_4core3fmt3numaNtB5_10DisplayInt5to_u8 +EXPORT_SYMBOL_GPL vmlinux 0x3e5610ac devm_clk_hw_register_fixed_factor +EXPORT_SYMBOL_GPL vmlinux 0x3e641d98 devm_fwnode_gpiod_get_index +EXPORT_SYMBOL_GPL vmlinux 0x3e670324 key_type_asymmetric +EXPORT_SYMBOL_GPL vmlinux 0x3e7080cb mpi_read_from_buffer +EXPORT_SYMBOL_GPL vmlinux 0x3e78e99b vcap_val_rule +EXPORT_SYMBOL_GPL vmlinux 0x3e7e03e9 irq_find_matching_fwspec +EXPORT_SYMBOL_GPL vmlinux 0x3e84fed9 _RNvXs27_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_9page_fragNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x3e88b2b9 wm831x_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x3e8ad7c8 usb_autopm_get_interface +EXPORT_SYMBOL_GPL vmlinux 0x3e903560 ip_tunnel_netlink_encap_parms +EXPORT_SYMBOL_GPL vmlinux 0x3ea5196d apei_osc_setup +EXPORT_SYMBOL_GPL vmlinux 0x3ea9a6fd _RNvXs1o_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_15tracepoint_funcNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x3ebcf964 __traceiter_pelt_thermal_tp +EXPORT_SYMBOL_GPL vmlinux 0x3ec93255 hv_get_isolation_type +EXPORT_SYMBOL_GPL vmlinux 0x3edb086b pse_control_put +EXPORT_SYMBOL_GPL vmlinux 0x3ee3b948 _RNvNvMs_NtCs8dagVACJQAP_5alloc3vecINtB6_3VecppE11swap_remove13assert_failed +EXPORT_SYMBOL_GPL vmlinux 0x3ee77cce _RNvNvMNtCs9WMcp1Hn5Bv_4core5sliceSp14swap_unchecked8comptime +EXPORT_SYMBOL_GPL vmlinux 0x3ee82bda pci_epc_map_msi_irq +EXPORT_SYMBOL_GPL vmlinux 0x3ef051c8 crypto_inc +EXPORT_SYMBOL_GPL vmlinux 0x3ef3b70c bgpio_init +EXPORT_SYMBOL_GPL vmlinux 0x3efed167 fat_remove_entries +EXPORT_SYMBOL_GPL vmlinux 0x3f46aa79 of_phy_provider_unregister +EXPORT_SYMBOL_GPL vmlinux 0x3f491f49 reset_control_bulk_reset +EXPORT_SYMBOL_GPL vmlinux 0x3f5ac8c7 netlink_strict_get_check +EXPORT_SYMBOL_GPL vmlinux 0x3f620863 acpi_data_fwnode_ops +EXPORT_SYMBOL_GPL vmlinux 0x3f6880e0 rio_dev_put +EXPORT_SYMBOL_GPL vmlinux 0x3f709bb6 nvdimm_badblocks_populate +EXPORT_SYMBOL_GPL vmlinux 0x3f77039a crypto_grab_kpp +EXPORT_SYMBOL_GPL vmlinux 0x3f83d244 devm_nvmem_device_get +EXPORT_SYMBOL_GPL vmlinux 0x3f84bcd7 dax_alive +EXPORT_SYMBOL_GPL vmlinux 0x3f8cff20 bpf_offload_dev_netdev_register +EXPORT_SYMBOL_GPL vmlinux 0x3fa39f63 _RNvMNtNtCs9WMcp1Hn5Bv_4core3str5lossyNtB2_9Utf8Lossy6chunks +EXPORT_SYMBOL_GPL vmlinux 0x3fabf517 _RNvXs_NtNtCs9WMcp1Hn5Bv_4core3str5lossyNtB4_19Utf8LossyChunksIterNtNtNtNtB8_4iter6traits8iterator8Iterator4next +EXPORT_SYMBOL_GPL vmlinux 0x3fae6ab0 hv_vp_index +EXPORT_SYMBOL_GPL vmlinux 0x3fb44f8e devm_hwspin_lock_request_specific +EXPORT_SYMBOL_GPL vmlinux 0x3fb8ae0a uart_console_device +EXPORT_SYMBOL_GPL vmlinux 0x3fbe6c55 user_read +EXPORT_SYMBOL_GPL vmlinux 0x3fc6e698 register_virtio_driver +EXPORT_SYMBOL_GPL vmlinux 0x3fcd0171 sock_diag_check_cookie +EXPORT_SYMBOL_GPL vmlinux 0x3fd47522 pci_epf_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0x3fe6c346 devlink_fmsg_binary_pair_put +EXPORT_SYMBOL_GPL vmlinux 0x3ff2e349 hte_request_ts_ns +EXPORT_SYMBOL_GPL vmlinux 0x3ffdacf3 timerqueue_iterate_next +EXPORT_SYMBOL_GPL vmlinux 0x400a024b acpi_scan_lock_release +EXPORT_SYMBOL_GPL vmlinux 0x400c33a5 dma_resv_describe +EXPORT_SYMBOL_GPL vmlinux 0x40112028 pci_cfg_access_unlock +EXPORT_SYMBOL_GPL vmlinux 0x4014e9be _RNvNvMs5_NtNtCs9WMcp1Hn5Bv_4core3num7nonzeroNtB7_10NonZeroU1613new_unchecked8comptime +EXPORT_SYMBOL_GPL vmlinux 0x40166f9c __irq_resolve_mapping +EXPORT_SYMBOL_GPL vmlinux 0x4017fa47 xdp_master_redirect +EXPORT_SYMBOL_GPL vmlinux 0x4019d6b3 regmap_get_raw_read_max +EXPORT_SYMBOL_GPL vmlinux 0x401b1110 dax_inode +EXPORT_SYMBOL_GPL vmlinux 0x40267068 usb_anchor_resume_wakeups +EXPORT_SYMBOL_GPL vmlinux 0x403ac183 bus_get_device_klist +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 0x40445795 fib6_check_nexthop +EXPORT_SYMBOL_GPL vmlinux 0x4044f2fd pkcs7_get_content_data +EXPORT_SYMBOL_GPL vmlinux 0x404d9992 _RNvXsA_NtCs796HB7yPNRt_8bindings12bindings_rawNtB5_29static_call_key__bindgen_ty_1NtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x4065d168 pm_print_active_wakeup_sources +EXPORT_SYMBOL_GPL vmlinux 0x406713e2 srcu_notifier_chain_unregister +EXPORT_SYMBOL_GPL vmlinux 0x406c4cb1 hrtimer_resolution +EXPORT_SYMBOL_GPL vmlinux 0x406ea068 ipv4_redirect +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 0x407c0442 _RNvXs2g_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_11maple_allocNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x40936822 _RNvXs42_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_25local_apic__bindgen_ty_20NtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x4099f919 tun_ptr_free +EXPORT_SYMBOL_GPL vmlinux 0x40a0aafc __flush_tlb_all +EXPORT_SYMBOL_GPL vmlinux 0x40c7a6fe _RNvNvNtNtNtCs9WMcp1Hn5Bv_4core9core_arch3x864sse219__mm_srli_si128_impl4mask +EXPORT_SYMBOL_GPL vmlinux 0x40cbcefe pm_generic_thaw_early +EXPORT_SYMBOL_GPL vmlinux 0x40cd6863 _RNvXs15_NtNtCs9WMcp1Hn5Bv_4core3fmt3numyNtB8_8UpperHex3fmt +EXPORT_SYMBOL_GPL vmlinux 0x40edc3f0 debugfs_create_dir +EXPORT_SYMBOL_GPL vmlinux 0x40f0683e reset_control_put +EXPORT_SYMBOL_GPL vmlinux 0x40f1b6a4 _RNvXs_NtNtCs9WMcp1Hn5Bv_4core3str4iterNtB4_5CharsNtNtB8_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x40f38eb1 devm_rtc_allocate_device +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 0x41057911 ip6_pol_route +EXPORT_SYMBOL_GPL vmlinux 0x411d0bea _RNvXs_NtNtNtCs9WMcp1Hn5Bv_4core3fmt3num3imphNtB8_7Display3fmt +EXPORT_SYMBOL_GPL vmlinux 0x4129f5ee kernel_fpu_begin_mask +EXPORT_SYMBOL_GPL vmlinux 0x412bc681 ring_buffer_empty_cpu +EXPORT_SYMBOL_GPL vmlinux 0x412cc414 fixed_phy_register_with_gpiod +EXPORT_SYMBOL_GPL vmlinux 0x4132415a perf_event_refresh +EXPORT_SYMBOL_GPL vmlinux 0x413e4f40 battery_hook_register +EXPORT_SYMBOL_GPL vmlinux 0x414d119a videomode_from_timings +EXPORT_SYMBOL_GPL vmlinux 0x4154b61b __traceiter_rpm_idle +EXPORT_SYMBOL_GPL vmlinux 0x41814cb8 dirty_writeback_interval +EXPORT_SYMBOL_GPL vmlinux 0x419e7efd sfp_module_stop +EXPORT_SYMBOL_GPL vmlinux 0x41a962f8 crypto_type_has_alg +EXPORT_SYMBOL_GPL vmlinux 0x41b07858 anon_inode_getfd_secure +EXPORT_SYMBOL_GPL vmlinux 0x41b9a6e6 bsg_unregister_queue +EXPORT_SYMBOL_GPL vmlinux 0x41bce49a ghes_register_vendor_record_notifier +EXPORT_SYMBOL_GPL vmlinux 0x41c66537 fsstack_copy_inode_size +EXPORT_SYMBOL_GPL vmlinux 0x41c75fcf spi_async +EXPORT_SYMBOL_GPL vmlinux 0x41d67ef1 addrconf_add_linklocal +EXPORT_SYMBOL_GPL vmlinux 0x41df3748 ip6_dst_lookup_flow +EXPORT_SYMBOL_GPL vmlinux 0x41ed3cec eventfd_ctx_remove_wait_queue +EXPORT_SYMBOL_GPL vmlinux 0x41efc407 ata_sff_hsm_move +EXPORT_SYMBOL_GPL vmlinux 0x42014de9 init_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0x4202b86e ip_route_output_key_hash +EXPORT_SYMBOL_GPL vmlinux 0x42041512 i2c_get_dma_safe_msg_buf +EXPORT_SYMBOL_GPL vmlinux 0x420f3d01 nvmem_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x42211064 pci_bus_add_device +EXPORT_SYMBOL_GPL vmlinux 0x4221a5c6 _RNvXsa_NtNtCs9WMcp1Hn5Bv_4core3fmt3numoNtB5_10DisplayInt5to_u8 +EXPORT_SYMBOL_GPL vmlinux 0x42234997 devm_regulator_bulk_get_exclusive +EXPORT_SYMBOL_GPL vmlinux 0x422e578a __SCT__tp_func_add_device_to_group +EXPORT_SYMBOL_GPL vmlinux 0x42341ce4 _RNvXs9_NtNtNtCs9WMcp1Hn5Bv_4core3fmt3num3imphNtB9_8LowerExp3fmt +EXPORT_SYMBOL_GPL vmlinux 0x4239118e start_poll_synchronize_srcu +EXPORT_SYMBOL_GPL vmlinux 0x423db48a is_swiotlb_active +EXPORT_SYMBOL_GPL vmlinux 0x42431c22 ipv6_dup_options +EXPORT_SYMBOL_GPL vmlinux 0x424b593b iomap_read_folio +EXPORT_SYMBOL_GPL vmlinux 0x424d0145 _RNvXsM_NtCs796HB7yPNRt_8bindings12bindings_rawNtB5_31edd_device_params__bindgen_ty_1NtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x424d84c3 _RNvXs3L_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_14deferred_splitNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x425059d1 __pci_reset_function_locked +EXPORT_SYMBOL_GPL vmlinux 0x42533e80 icc_put +EXPORT_SYMBOL_GPL vmlinux 0x425fbe9f dev_pm_opp_get_power +EXPORT_SYMBOL_GPL vmlinux 0x42635d55 pm_suspend_global_flags +EXPORT_SYMBOL_GPL vmlinux 0x426452a3 acpi_evaluation_failure_warn +EXPORT_SYMBOL_GPL vmlinux 0x42825ce2 rcu_scheduler_active +EXPORT_SYMBOL_GPL vmlinux 0x428bfade sock_map_unhash +EXPORT_SYMBOL_GPL vmlinux 0x429c3f9c reboot_mode +EXPORT_SYMBOL_GPL vmlinux 0x429dd29f __traceiter_br_fdb_update +EXPORT_SYMBOL_GPL vmlinux 0x42a84b01 virtqueue_notify +EXPORT_SYMBOL_GPL vmlinux 0x42ae16b8 rtnl_link_register +EXPORT_SYMBOL_GPL vmlinux 0x42b2a554 cros_ec_check_features +EXPORT_SYMBOL_GPL vmlinux 0x42b3f453 _RNvXsv_NtNtCs9WMcp1Hn5Bv_4core3fmt3numiNtB7_8UpperHex3fmt +EXPORT_SYMBOL_GPL vmlinux 0x42bf8fe1 list_lru_del +EXPORT_SYMBOL_GPL vmlinux 0x42c506d7 mptcp_token_get_sock +EXPORT_SYMBOL_GPL vmlinux 0x42d93521 _RNvXs1N_NtNtCs9WMcp1Hn5Bv_4core3str4iterNtB6_8LinesAnyNtNtBa_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x42e508a0 power_supply_get_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x42e5a300 disk_set_independent_access_ranges +EXPORT_SYMBOL_GPL vmlinux 0x42f728aa mctrl_gpio_get_outputs +EXPORT_SYMBOL_GPL vmlinux 0x43075333 skb_send_sock_locked +EXPORT_SYMBOL_GPL vmlinux 0x430d88ec __traceiter_arm_event +EXPORT_SYMBOL_GPL vmlinux 0x431fb137 _RNvMs3_NtNtCs9WMcp1Hn5Bv_4core4char7convertNtB5_14ParseCharError13___description +EXPORT_SYMBOL_GPL vmlinux 0x4322042c blk_clear_pm_only +EXPORT_SYMBOL_GPL vmlinux 0x432e18e1 ncsi_stop_dev +EXPORT_SYMBOL_GPL vmlinux 0x4337300f tcp_is_ulp_esp +EXPORT_SYMBOL_GPL vmlinux 0x434c92c4 regulator_disable +EXPORT_SYMBOL_GPL vmlinux 0x4357074b fpstate_clear_xstate_component +EXPORT_SYMBOL_GPL vmlinux 0x435b1955 wm831x_reg_read +EXPORT_SYMBOL_GPL vmlinux 0x4360f436 devm_free_percpu +EXPORT_SYMBOL_GPL vmlinux 0x436d817f mpi_clear_bit +EXPORT_SYMBOL_GPL vmlinux 0x437eb1df ipv6_mod_enabled +EXPORT_SYMBOL_GPL vmlinux 0x438d8df2 iova_cache_get +EXPORT_SYMBOL_GPL vmlinux 0x43989865 gpiod_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x43a443eb sysfs_create_link +EXPORT_SYMBOL_GPL vmlinux 0x43aa319e lease_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x43b24ff2 usb_cache_string +EXPORT_SYMBOL_GPL vmlinux 0x43bbd263 usb_deregister_dev +EXPORT_SYMBOL_GPL vmlinux 0x43c453c7 dev_pm_qos_update_user_latency_tolerance +EXPORT_SYMBOL_GPL vmlinux 0x43c51f33 driver_remove_file +EXPORT_SYMBOL_GPL vmlinux 0x43caa7c0 regmap_irq_get_irq_reg_linear +EXPORT_SYMBOL_GPL vmlinux 0x43ce7530 crypto_destroy_tfm +EXPORT_SYMBOL_GPL vmlinux 0x43d5c892 _RNvXs1p_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_10tracepointNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x43e2a59c ping_close +EXPORT_SYMBOL_GPL vmlinux 0x43f497b5 led_trigger_unregister +EXPORT_SYMBOL_GPL vmlinux 0x43f5713f dev_pm_genpd_set_next_wakeup +EXPORT_SYMBOL_GPL vmlinux 0x43f66d6d __auxiliary_device_add +EXPORT_SYMBOL_GPL vmlinux 0x43f74b6e trace_event_buffer_commit +EXPORT_SYMBOL_GPL vmlinux 0x43f81957 clk_round_rate +EXPORT_SYMBOL_GPL vmlinux 0x43f92edd wait_for_initramfs +EXPORT_SYMBOL_GPL vmlinux 0x43fbc544 __SCK__tp_func_neigh_cleanup_and_release +EXPORT_SYMBOL_GPL vmlinux 0x4401e6c2 mpi_cmpabs +EXPORT_SYMBOL_GPL vmlinux 0x44081ee3 __SCK__tp_func_br_fdb_update +EXPORT_SYMBOL_GPL vmlinux 0x440ff43c _RNvNvMsS_NtNtCs9WMcp1Hn5Bv_4core3num7nonzeroNtB7_10NonZeroI3213new_unchecked8comptime +EXPORT_SYMBOL_GPL vmlinux 0x44137141 task_user_regset_view +EXPORT_SYMBOL_GPL vmlinux 0x4415bfba shake_page +EXPORT_SYMBOL_GPL vmlinux 0x44241f44 _RNvXs2s_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_16swait_queue_headNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x442deaa9 poll_state_synchronize_rcu +EXPORT_SYMBOL_GPL vmlinux 0x442ec710 pci_max_pasids +EXPORT_SYMBOL_GPL vmlinux 0x44313897 __vfs_removexattr_locked +EXPORT_SYMBOL_GPL vmlinux 0x443d04c6 device_show_int +EXPORT_SYMBOL_GPL vmlinux 0x44425359 ip_icmp_error +EXPORT_SYMBOL_GPL vmlinux 0x44540521 bpf_event_output +EXPORT_SYMBOL_GPL vmlinux 0x4459c14a cpufreq_policy_transition_delay_us +EXPORT_SYMBOL_GPL vmlinux 0x447bbaee nvdimm_provider_data +EXPORT_SYMBOL_GPL vmlinux 0x44845f6b __traceiter_remove_device_from_group +EXPORT_SYMBOL_GPL vmlinux 0x4484a5a4 wait_for_device_probe +EXPORT_SYMBOL_GPL vmlinux 0x4490eba8 phy_gbit_fibre_features +EXPORT_SYMBOL_GPL vmlinux 0x4491f2c5 usb_alloc_streams +EXPORT_SYMBOL_GPL vmlinux 0x4492b84f tty_standard_install +EXPORT_SYMBOL_GPL vmlinux 0x449d6e20 ipv6_bpf_stub +EXPORT_SYMBOL_GPL vmlinux 0x449ed4bc _RNvXs30_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_13uprobes_stateNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x449f06be usb_hcd_amd_remote_wakeup_quirk +EXPORT_SYMBOL_GPL vmlinux 0x44bae227 bit_wait_timeout +EXPORT_SYMBOL_GPL vmlinux 0x44bbcd6d regulator_set_voltage_time +EXPORT_SYMBOL_GPL vmlinux 0x44cf8cf0 blk_zone_cond_str +EXPORT_SYMBOL_GPL vmlinux 0x44e1e9aa balloon_stats +EXPORT_SYMBOL_GPL vmlinux 0x44f2e5f3 dma_resv_wait_timeout +EXPORT_SYMBOL_GPL vmlinux 0x450110e8 perf_assign_events +EXPORT_SYMBOL_GPL vmlinux 0x4506acba xhci_find_slot_id_by_port +EXPORT_SYMBOL_GPL vmlinux 0x4506c1f8 pci_epc_mem_free_addr +EXPORT_SYMBOL_GPL vmlinux 0x4507f4a8 cpuhp_tasks_frozen +EXPORT_SYMBOL_GPL vmlinux 0x450872ce bio_start_io_acct +EXPORT_SYMBOL_GPL vmlinux 0x450d3b5e usb_submit_urb +EXPORT_SYMBOL_GPL vmlinux 0x4511dd0d _RNvXs0_NtNtCs9WMcp1Hn5Bv_4core4char6decodeNtB5_16DecodeUtf16ErrorNtNtB9_3fmt7Display3fmt +EXPORT_SYMBOL_GPL vmlinux 0x451618d0 sbitmap_del_wait_queue +EXPORT_SYMBOL_GPL vmlinux 0x45223ff6 device_rename +EXPORT_SYMBOL_GPL vmlinux 0x452f6095 acpi_pci_find_root +EXPORT_SYMBOL_GPL vmlinux 0x4531624f usb_decode_ctrl +EXPORT_SYMBOL_GPL vmlinux 0x4531ab62 copy_from_kernel_nofault +EXPORT_SYMBOL_GPL vmlinux 0x453d36e0 md_account_bio +EXPORT_SYMBOL_GPL vmlinux 0x4541fe0d mtrr_state +EXPORT_SYMBOL_GPL vmlinux 0x4546f03d regmap_noinc_read +EXPORT_SYMBOL_GPL vmlinux 0x45558f56 clk_unregister_fixed_factor +EXPORT_SYMBOL_GPL vmlinux 0x4556940f devm_regmap_field_bulk_free +EXPORT_SYMBOL_GPL vmlinux 0x455ff3aa find_ge_pid +EXPORT_SYMBOL_GPL vmlinux 0x4575305c power_supply_charge_behaviour_show +EXPORT_SYMBOL_GPL vmlinux 0x457594fa crypto_alg_list +EXPORT_SYMBOL_GPL vmlinux 0x4577d971 extcon_find_edev_by_node +EXPORT_SYMBOL_GPL vmlinux 0x45831318 device_phy_find_device +EXPORT_SYMBOL_GPL vmlinux 0x4588d5b0 synth_event_trace_start +EXPORT_SYMBOL_GPL vmlinux 0x4592386b irq_domain_alloc_irqs_parent +EXPORT_SYMBOL_GPL vmlinux 0x459692dc pci_iomap_wc_range +EXPORT_SYMBOL_GPL vmlinux 0x459e6151 mm_unaccount_pinned_pages +EXPORT_SYMBOL_GPL vmlinux 0x45a25ee5 locks_owner_has_blockers +EXPORT_SYMBOL_GPL vmlinux 0x45b00665 devres_destroy +EXPORT_SYMBOL_GPL vmlinux 0x45b2e458 acpi_dma_request_slave_chan_by_name +EXPORT_SYMBOL_GPL vmlinux 0x45c0137d regmap_add_irq_chip_fwnode +EXPORT_SYMBOL_GPL vmlinux 0x45c2d29b nf_hook_entries_delete_raw +EXPORT_SYMBOL_GPL vmlinux 0x45d14bdf hypercall_page +EXPORT_SYMBOL_GPL vmlinux 0x45d4dacb nvdimm_pmem_region_create +EXPORT_SYMBOL_GPL vmlinux 0x45e17669 handle_simple_irq +EXPORT_SYMBOL_GPL vmlinux 0x45e94da4 skb_to_sgvec_nomark +EXPORT_SYMBOL_GPL vmlinux 0x45ec6c61 devres_open_group +EXPORT_SYMBOL_GPL vmlinux 0x45ec8ad3 dev_pm_qos_hide_flags +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 0x46067d6b ata_bmdma_error_handler +EXPORT_SYMBOL_GPL vmlinux 0x460c94f8 usb_get_maximum_speed +EXPORT_SYMBOL_GPL vmlinux 0x46275130 mas_expected_entries +EXPORT_SYMBOL_GPL vmlinux 0x46290890 _RNvXse_NtCs796HB7yPNRt_8bindings12bindings_rawNtB5_10hlist_headNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x4633e7eb _RNvXsB_NtCs9WMcp1Hn5Bv_4core4charNtB5_11ToUppercaseNtNtB7_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x4637ecbc gpiod_set_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x463cbc1f crypto_grab_spawn +EXPORT_SYMBOL_GPL vmlinux 0x465f18bb devm_pwm_get +EXPORT_SYMBOL_GPL vmlinux 0x46786612 regmap_get_raw_write_max +EXPORT_SYMBOL_GPL vmlinux 0x46790fa1 _RNvXs2w_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_14___kernel_timexNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x467c7d34 spi_mem_dirmap_write +EXPORT_SYMBOL_GPL vmlinux 0x4688ccc2 _RNvNvMNtCs9WMcp1Hn5Bv_4core3f64d7to_bits13ct_f64_to_u64 +EXPORT_SYMBOL_GPL vmlinux 0x4688d7ec pvclock_gtod_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x46a4b118 hrtimer_cancel +EXPORT_SYMBOL_GPL vmlinux 0x46a6c9ef hv_get_tsc_page +EXPORT_SYMBOL_GPL vmlinux 0x46b719d0 wbc_detach_inode +EXPORT_SYMBOL_GPL vmlinux 0x46c429d7 gov_attr_set_get +EXPORT_SYMBOL_GPL vmlinux 0x46c61de3 acpi_install_cmos_rtc_space_handler +EXPORT_SYMBOL_GPL vmlinux 0x46d56c2f blk_mq_alloc_sq_tag_set +EXPORT_SYMBOL_GPL vmlinux 0x46ec7613 usb_get_urb +EXPORT_SYMBOL_GPL vmlinux 0x46ef8703 phy_basic_t1_features +EXPORT_SYMBOL_GPL vmlinux 0x46f6266a _RNvMs1_NtNtCs9WMcp1Hn5Bv_4core3fmt8buildersNtB5_11DebugStruct5field +EXPORT_SYMBOL_GPL vmlinux 0x46fed9ba fsverity_prepare_setattr +EXPORT_SYMBOL_GPL vmlinux 0x4700faf3 _RNvXs1t_NtNtCs9WMcp1Hn5Bv_4core3fmt3numoNtB8_8UpperExp3fmt +EXPORT_SYMBOL_GPL vmlinux 0x47229b5c gpio_request +EXPORT_SYMBOL_GPL vmlinux 0x472394d6 locks_release_private +EXPORT_SYMBOL_GPL vmlinux 0x472cbcee dev_pm_opp_put_opp_table +EXPORT_SYMBOL_GPL vmlinux 0x473ae1c1 sk_psock_init +EXPORT_SYMBOL_GPL vmlinux 0x47440852 dst_cache_get +EXPORT_SYMBOL_GPL vmlinux 0x4751ecff xenbus_setup_ring +EXPORT_SYMBOL_GPL vmlinux 0x47531b72 blkcg_policy_register +EXPORT_SYMBOL_GPL vmlinux 0x4761f17c register_netevent_notifier +EXPORT_SYMBOL_GPL vmlinux 0x478623d7 ping_seq_stop +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 0x4794ec9c usb_acpi_port_lpm_incapable +EXPORT_SYMBOL_GPL vmlinux 0x479803b9 base64_encode +EXPORT_SYMBOL_GPL vmlinux 0x479f7d4b clk_bulk_disable +EXPORT_SYMBOL_GPL vmlinux 0x47a418b8 _RNvXsh_NtNtCs9WMcp1Hn5Bv_4core3num5errorNtB5_12IntErrorKindNtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x47aad3b9 have_governor_per_policy +EXPORT_SYMBOL_GPL vmlinux 0x47c40992 acpi_dev_get_property +EXPORT_SYMBOL_GPL vmlinux 0x47c46136 md_start +EXPORT_SYMBOL_GPL vmlinux 0x47ca0751 inode_dax +EXPORT_SYMBOL_GPL vmlinux 0x47cb4a83 _RNvXsb_NtNtCs9WMcp1Hn5Bv_4core3fmt3numjNtB5_10DisplayInt6to_u64 +EXPORT_SYMBOL_GPL vmlinux 0x47d0a878 shmem_read_mapping_page_gfp +EXPORT_SYMBOL_GPL vmlinux 0x47d0eea2 acpi_lpat_temp_to_raw +EXPORT_SYMBOL_GPL vmlinux 0x47d4b4a4 cpufreq_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x47d68b3e akcipher_register_instance +EXPORT_SYMBOL_GPL vmlinux 0x47d93942 devm_regulator_register_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0x47de0dc7 clk_unregister_mux +EXPORT_SYMBOL_GPL vmlinux 0x480305ca kmsg_dump_rewind +EXPORT_SYMBOL_GPL vmlinux 0x48152e92 _RNvXsm_NtCs796HB7yPNRt_8bindings12bindings_rawNtB5_12raw_spinlockNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x481f9b7d mpi_mulm +EXPORT_SYMBOL_GPL vmlinux 0x48203853 em_cpu_get +EXPORT_SYMBOL_GPL vmlinux 0x482428d6 shash_no_setkey +EXPORT_SYMBOL_GPL vmlinux 0x4826c044 exportfs_encode_fh +EXPORT_SYMBOL_GPL vmlinux 0x4828e77b acpi_scan_lock_acquire +EXPORT_SYMBOL_GPL vmlinux 0x482c720f gpiod_get_raw_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x483207ba ata_dev_pair +EXPORT_SYMBOL_GPL vmlinux 0x483bf322 wm8350_read_auxadc +EXPORT_SYMBOL_GPL vmlinux 0x484cb1ed regulator_bulk_unregister_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0x4869e32e devm_register_restart_handler +EXPORT_SYMBOL_GPL vmlinux 0x486ae992 __blk_trace_note_message +EXPORT_SYMBOL_GPL vmlinux 0x486b9e50 devm_of_phy_get_by_index +EXPORT_SYMBOL_GPL vmlinux 0x486dedc3 ghes_unregister_vendor_record_notifier +EXPORT_SYMBOL_GPL vmlinux 0x487e2d6d _RNvXsp_NtNtCs9WMcp1Hn5Bv_4core9core_arch4simdNtB5_4i8x4NtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x488a91ab pci_load_saved_state +EXPORT_SYMBOL_GPL vmlinux 0x488bcd45 _RNvXs3G_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_13per_cpu_pagesNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x48a007cf __traceiter_tcp_send_reset +EXPORT_SYMBOL_GPL vmlinux 0x48a062a4 fb_deferred_io_open +EXPORT_SYMBOL_GPL vmlinux 0x48a29216 l3mdev_link_scope_lookup +EXPORT_SYMBOL_GPL vmlinux 0x48a3d20b mctrl_gpio_get +EXPORT_SYMBOL_GPL vmlinux 0x48a63851 skcipher_walk_done +EXPORT_SYMBOL_GPL vmlinux 0x48a67eb3 sched_show_task +EXPORT_SYMBOL_GPL vmlinux 0x48ab767e _RNvXs3H_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_16per_cpu_nodestatNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x48b79f91 disk_alloc_independent_access_ranges +EXPORT_SYMBOL_GPL vmlinux 0x48bb2f58 _copy_from_iter_flushcache +EXPORT_SYMBOL_GPL vmlinux 0x48ccee7c usb_disable_autosuspend +EXPORT_SYMBOL_GPL vmlinux 0x48d56b2b modify_ftrace_direct_multi_nolock +EXPORT_SYMBOL_GPL vmlinux 0x48d682d8 pinctrl_utils_add_map_configs +EXPORT_SYMBOL_GPL vmlinux 0x48e080b1 x86_virt_spec_ctrl +EXPORT_SYMBOL_GPL vmlinux 0x48e5d8f9 mctp_unregister_netdev +EXPORT_SYMBOL_GPL vmlinux 0x48e614d6 pingv6_prot +EXPORT_SYMBOL_GPL vmlinux 0x48eab138 _RNvXsb_NtNtCs9WMcp1Hn5Bv_4core3num5errorNtB5_13ParseIntErrorNtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x48fbeed2 pse_controller_register +EXPORT_SYMBOL_GPL vmlinux 0x48ff6fb7 driver_find_device +EXPORT_SYMBOL_GPL vmlinux 0x4904c8a9 fl6_update_dst +EXPORT_SYMBOL_GPL vmlinux 0x490d3ec4 pm_runtime_forbid +EXPORT_SYMBOL_GPL vmlinux 0x4917b6ac thermal_zone_device_enable +EXPORT_SYMBOL_GPL vmlinux 0x49242bc7 freezer_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0x492d1212 gpiod_get_raw_value +EXPORT_SYMBOL_GPL vmlinux 0x4934bdd0 crypto_check_attr_type +EXPORT_SYMBOL_GPL vmlinux 0x4939ebcd numa_map_to_online_node +EXPORT_SYMBOL_GPL vmlinux 0x494153bd tpm_chip_stop +EXPORT_SYMBOL_GPL vmlinux 0x4958c8d2 dma_release_channel +EXPORT_SYMBOL_GPL vmlinux 0x495a4221 __SCT__tp_func_rpm_return_int +EXPORT_SYMBOL_GPL vmlinux 0x495b2d9b xhci_get_ep_ctx +EXPORT_SYMBOL_GPL vmlinux 0x49608959 migrate_disable +EXPORT_SYMBOL_GPL vmlinux 0x49771f4e agp_remove_bridge +EXPORT_SYMBOL_GPL vmlinux 0x498f0fdd serial8250_em485_config +EXPORT_SYMBOL_GPL vmlinux 0x499043d3 crypto_init_queue +EXPORT_SYMBOL_GPL vmlinux 0x49927d25 page_reporting_unregister +EXPORT_SYMBOL_GPL vmlinux 0x49b78cb5 mmc_send_tuning +EXPORT_SYMBOL_GPL vmlinux 0x49cb1d4d fwnode_property_get_reference_args +EXPORT_SYMBOL_GPL vmlinux 0x49cd25ed alloc_workqueue +EXPORT_SYMBOL_GPL vmlinux 0x49dc35db ksm_madvise +EXPORT_SYMBOL_GPL vmlinux 0x49de61b3 genphy_c45_restart_aneg +EXPORT_SYMBOL_GPL vmlinux 0x49e46e77 __vfs_setxattr_locked +EXPORT_SYMBOL_GPL vmlinux 0x49e6fa29 mbox_request_channel +EXPORT_SYMBOL_GPL vmlinux 0x49e96999 cond_synchronize_rcu +EXPORT_SYMBOL_GPL vmlinux 0x49ec40d3 __traceiter_neigh_timer_handler +EXPORT_SYMBOL_GPL vmlinux 0x4a0d29f7 fpu_free_guest_fpstate +EXPORT_SYMBOL_GPL vmlinux 0x4a11628d kernfs_get +EXPORT_SYMBOL_GPL vmlinux 0x4a15d6a5 pktgen_xfrm_outer_mode_output +EXPORT_SYMBOL_GPL vmlinux 0x4a17231a __SCK__tp_func_extlog_mem_event +EXPORT_SYMBOL_GPL vmlinux 0x4a17ed66 sysrq_mask +EXPORT_SYMBOL_GPL vmlinux 0x4a1a59b2 ata_sff_qc_issue +EXPORT_SYMBOL_GPL vmlinux 0x4a233d21 _RNvXs8_NtNtCs9WMcp1Hn5Bv_4core3fmt3nummNtB5_10DisplayInt6to_u32 +EXPORT_SYMBOL_GPL vmlinux 0x4a2aee3f nvmem_device_cell_write +EXPORT_SYMBOL_GPL vmlinux 0x4a304a9e tty_port_tty_wakeup +EXPORT_SYMBOL_GPL vmlinux 0x4a340a2e _RNvXsX_NtNtCs9WMcp1Hn5Bv_4core3fmt3nummNtB7_8UpperHex3fmt +EXPORT_SYMBOL_GPL vmlinux 0x4a340b6b unix_outq_len +EXPORT_SYMBOL_GPL vmlinux 0x4a383f43 pci_generic_config_write32 +EXPORT_SYMBOL_GPL vmlinux 0x4a3fe445 bio_end_io_acct_remapped +EXPORT_SYMBOL_GPL vmlinux 0x4a420d09 acpi_bus_detach_private_data +EXPORT_SYMBOL_GPL vmlinux 0x4a712dee noop_backing_dev_info +EXPORT_SYMBOL_GPL vmlinux 0x4a80f329 ata_sff_wait_after_reset +EXPORT_SYMBOL_GPL vmlinux 0x4a88ce1d fib6_new_table +EXPORT_SYMBOL_GPL vmlinux 0x4a932786 devlink_port_linecard_set +EXPORT_SYMBOL_GPL vmlinux 0x4aa94718 __SCK__tp_func_sched_update_nr_running_tp +EXPORT_SYMBOL_GPL vmlinux 0x4aac7aff sk_set_memalloc +EXPORT_SYMBOL_GPL vmlinux 0x4ab0d46f vp_legacy_get_status +EXPORT_SYMBOL_GPL vmlinux 0x4ab447aa unregister_asymmetric_key_parser +EXPORT_SYMBOL_GPL vmlinux 0x4ac18f1f spi_setup +EXPORT_SYMBOL_GPL vmlinux 0x4ac244fa fscrypt_file_open +EXPORT_SYMBOL_GPL vmlinux 0x4ac51428 __fsnotify_inode_delete +EXPORT_SYMBOL_GPL vmlinux 0x4ac6f6c0 dw_pcie_ep_reset_bar +EXPORT_SYMBOL_GPL vmlinux 0x4ac82282 ip6_datagram_connect_v6_only +EXPORT_SYMBOL_GPL vmlinux 0x4ad95d69 kstrdup_quotable_file +EXPORT_SYMBOL_GPL vmlinux 0x4aebc154 __tcp_send_ack +EXPORT_SYMBOL_GPL vmlinux 0x4af2e591 __traceiter_block_bio_remap +EXPORT_SYMBOL_GPL vmlinux 0x4aff2b67 cgroup_get_from_path +EXPORT_SYMBOL_GPL vmlinux 0x4b03304e gnttab_foreach_grant_in_range +EXPORT_SYMBOL_GPL vmlinux 0x4b226075 icc_link_destroy +EXPORT_SYMBOL_GPL vmlinux 0x4b332df8 hv_get_tsc_pfn +EXPORT_SYMBOL_GPL vmlinux 0x4b4e7f7b __traceiter_ata_bmdma_setup +EXPORT_SYMBOL_GPL vmlinux 0x4b56ce05 xenmem_reservation_increase +EXPORT_SYMBOL_GPL vmlinux 0x4b5acf74 rhashtable_init +EXPORT_SYMBOL_GPL vmlinux 0x4b6ac3f3 acpi_dev_suspend +EXPORT_SYMBOL_GPL vmlinux 0x4b760351 tcp_register_ulp +EXPORT_SYMBOL_GPL vmlinux 0x4b762828 start_thread +EXPORT_SYMBOL_GPL vmlinux 0x4b931968 xen_features +EXPORT_SYMBOL_GPL vmlinux 0x4b9d8d49 blk_crypto_profile_init +EXPORT_SYMBOL_GPL vmlinux 0x4bc8727f xen_balloon_init +EXPORT_SYMBOL_GPL vmlinux 0x4bd6f08b misc_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0x4bdae6ea iomap_readahead +EXPORT_SYMBOL_GPL vmlinux 0x4bdb8dcc housekeeping_test_cpu +EXPORT_SYMBOL_GPL vmlinux 0x4bfb15c4 __tracepoint_pelt_rt_tp +EXPORT_SYMBOL_GPL vmlinux 0x4bfd398d hwrng_msleep +EXPORT_SYMBOL_GPL vmlinux 0x4bfd5d05 debugfs_create_regset32 +EXPORT_SYMBOL_GPL vmlinux 0x4bffacd4 devm_extcon_dev_allocate +EXPORT_SYMBOL_GPL vmlinux 0x4c024a6f thermal_zone_get_slope +EXPORT_SYMBOL_GPL vmlinux 0x4c2468fc _RNvXsp_NtNtCs9WMcp1Hn5Bv_4core3fmt3numNtB5_5OctalNtB5_12GenericRadix5digit +EXPORT_SYMBOL_GPL vmlinux 0x4c2b351d start_poll_synchronize_rcu_expedited +EXPORT_SYMBOL_GPL vmlinux 0x4c2c0ea7 evtchn_make_refcounted +EXPORT_SYMBOL_GPL vmlinux 0x4c3100fe _RNvXs5_NtNtCs9WMcp1Hn5Bv_4core3fmt3numiNtB5_10DisplayInt7to_u128 +EXPORT_SYMBOL_GPL vmlinux 0x4c319e3f dev_pm_opp_get_opp_count +EXPORT_SYMBOL_GPL vmlinux 0x4c3d7fbc pci_msix_free_irq +EXPORT_SYMBOL_GPL vmlinux 0x4c49f1de hv_clock_per_cpu +EXPORT_SYMBOL_GPL vmlinux 0x4c549b36 __traceiter_xhci_dbg_quirks +EXPORT_SYMBOL_GPL vmlinux 0x4c686608 bdev_alignment_offset +EXPORT_SYMBOL_GPL vmlinux 0x4c727025 thermal_zone_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x4c740865 fwnode_handle_put +EXPORT_SYMBOL_GPL vmlinux 0x4c762b5c x86_stepping +EXPORT_SYMBOL_GPL vmlinux 0x4c79c1b2 genphy_c45_pma_resume +EXPORT_SYMBOL_GPL vmlinux 0x4c7bf474 __traceiter_sched_util_est_se_tp +EXPORT_SYMBOL_GPL vmlinux 0x4c8adfe1 hv_root_partition +EXPORT_SYMBOL_GPL vmlinux 0x4c90bb51 dma_alloc_pages +EXPORT_SYMBOL_GPL vmlinux 0x4c9b2cd5 devm_regulator_bulk_register_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0x4ca5590e mas_prev +EXPORT_SYMBOL_GPL vmlinux 0x4caf954b thermal_zone_bind_cooling_device +EXPORT_SYMBOL_GPL vmlinux 0x4cb27100 ktime_get_snapshot +EXPORT_SYMBOL_GPL vmlinux 0x4cf15de5 irq_domain_associate_many +EXPORT_SYMBOL_GPL vmlinux 0x4d0015e2 cpu_hotplug_disable +EXPORT_SYMBOL_GPL vmlinux 0x4d08c041 do_xdp_generic +EXPORT_SYMBOL_GPL vmlinux 0x4d16b015 spi_write_then_read +EXPORT_SYMBOL_GPL vmlinux 0x4d24033d bus_sort_breadthfirst +EXPORT_SYMBOL_GPL vmlinux 0x4d24a1e4 sbitmap_finish_wait +EXPORT_SYMBOL_GPL vmlinux 0x4d44f42e fsverity_verify_page +EXPORT_SYMBOL_GPL vmlinux 0x4d483a3c uhci_check_and_reset_hc +EXPORT_SYMBOL_GPL vmlinux 0x4d529ebc __folio_lock_killable +EXPORT_SYMBOL_GPL vmlinux 0x4d55ee1d virtqueue_kick_prepare +EXPORT_SYMBOL_GPL vmlinux 0x4d56f089 nvdimm_cmd_mask +EXPORT_SYMBOL_GPL vmlinux 0x4d6adbfe usb_debug_root +EXPORT_SYMBOL_GPL vmlinux 0x4d6d0bbc iommu_group_ref_get +EXPORT_SYMBOL_GPL vmlinux 0x4d709b7f ata_scsi_slave_destroy +EXPORT_SYMBOL_GPL vmlinux 0x4d7272e4 migrate_enable +EXPORT_SYMBOL_GPL vmlinux 0x4d947515 dmi_kobj +EXPORT_SYMBOL_GPL vmlinux 0x4da9bf6a __SCK__tp_func_devlink_trap_report +EXPORT_SYMBOL_GPL vmlinux 0x4dae01d8 devlink_linecard_create +EXPORT_SYMBOL_GPL vmlinux 0x4dae16e4 i2c_put_dma_safe_msg_buf +EXPORT_SYMBOL_GPL vmlinux 0x4db6815b spi_mem_dirmap_destroy +EXPORT_SYMBOL_GPL vmlinux 0x4dc78e8a acpi_dev_for_each_child +EXPORT_SYMBOL_GPL vmlinux 0x4dca27c3 pci_restore_msi_state +EXPORT_SYMBOL_GPL vmlinux 0x4dd0c85d ncsi_unregister_dev +EXPORT_SYMBOL_GPL vmlinux 0x4dd31e2b clean_acked_data_enable +EXPORT_SYMBOL_GPL vmlinux 0x4de17ab3 usb_state_string +EXPORT_SYMBOL_GPL vmlinux 0x4df50d5a usb_hcd_pci_pm_ops +EXPORT_SYMBOL_GPL vmlinux 0x4df5dac1 crypto_spawn_tfm +EXPORT_SYMBOL_GPL vmlinux 0x4dfc7182 __traceiter_devlink_trap_report +EXPORT_SYMBOL_GPL vmlinux 0x4dff61e5 wwan_port_txoff +EXPORT_SYMBOL_GPL vmlinux 0x4e03806a bpf_prog_select_runtime +EXPORT_SYMBOL_GPL vmlinux 0x4e07e6e8 _RNvMs4_NtNtCs9WMcp1Hn5Bv_4core3fmt8buildersNtB5_8DebugSet6finish +EXPORT_SYMBOL_GPL vmlinux 0x4e0dc89e ext_pi_type1_crc64 +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 0x4e1f16b9 __SCK__tp_func_devlink_hwmsg +EXPORT_SYMBOL_GPL vmlinux 0x4e1f1917 tty_get_icount +EXPORT_SYMBOL_GPL vmlinux 0x4e27d1dc usb_choose_configuration +EXPORT_SYMBOL_GPL vmlinux 0x4e3c6eb0 devm_spi_mem_dirmap_create +EXPORT_SYMBOL_GPL vmlinux 0x4e476416 pin_get_name +EXPORT_SYMBOL_GPL vmlinux 0x4e4a2ad1 __regmap_init_mmio_clk +EXPORT_SYMBOL_GPL vmlinux 0x4e4c37e2 freq_qos_remove_notifier +EXPORT_SYMBOL_GPL vmlinux 0x4e53e4c4 devlink_param_value_changed +EXPORT_SYMBOL_GPL vmlinux 0x4e657485 free_io_pgtable_ops +EXPORT_SYMBOL_GPL vmlinux 0x4e68b768 synchronize_srcu +EXPORT_SYMBOL_GPL vmlinux 0x4ea11bae edac_mc_alloc +EXPORT_SYMBOL_GPL vmlinux 0x4ea5d73f xenbus_map_ring_valloc +EXPORT_SYMBOL_GPL vmlinux 0x4ea79d57 ata_host_start +EXPORT_SYMBOL_GPL vmlinux 0x4eac5fc1 cpu_mitigations_auto_nosmt +EXPORT_SYMBOL_GPL vmlinux 0x4eac8e20 tpm_try_get_ops +EXPORT_SYMBOL_GPL vmlinux 0x4eb5aca5 _RNvXs3F_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_6lruvecNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x4ec014de __traceiter_neigh_update +EXPORT_SYMBOL_GPL vmlinux 0x4ec58cf5 tpm_get_random +EXPORT_SYMBOL_GPL vmlinux 0x4ece3615 blocking_notifier_chain_unregister +EXPORT_SYMBOL_GPL vmlinux 0x4eec8ddf _RNvXs6_NtNtNtCs9WMcp1Hn5Bv_4core3fmt3num3impjNtB9_7Display3fmt +EXPORT_SYMBOL_GPL vmlinux 0x4ef0f75e nf_route +EXPORT_SYMBOL_GPL vmlinux 0x4ef1344e pci_load_and_free_saved_state +EXPORT_SYMBOL_GPL vmlinux 0x4ef5bcf4 perf_swevent_get_recursion_context +EXPORT_SYMBOL_GPL vmlinux 0x4ef9c0ff inet_csk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0x4efcf021 mpi_normalize +EXPORT_SYMBOL_GPL vmlinux 0x4f02e6cc blk_trace_remove +EXPORT_SYMBOL_GPL vmlinux 0x4f064f64 devm_rtc_nvmem_register +EXPORT_SYMBOL_GPL vmlinux 0x4f10dcb4 pci_user_write_config_dword +EXPORT_SYMBOL_GPL vmlinux 0x4f2593f0 btree_update +EXPORT_SYMBOL_GPL vmlinux 0x4f2c996d kmsg_dump_get_line +EXPORT_SYMBOL_GPL vmlinux 0x4f42f347 _RNvNtCs9WMcp1Hn5Bv_4core9panicking5panic +EXPORT_SYMBOL_GPL vmlinux 0x4f441db4 ata_port_pbar_desc +EXPORT_SYMBOL_GPL vmlinux 0x4f54b290 ip6_sk_dst_lookup_flow +EXPORT_SYMBOL_GPL vmlinux 0x4f561cbb cn_add_callback +EXPORT_SYMBOL_GPL vmlinux 0x4f58216d usb_phy_roothub_alloc +EXPORT_SYMBOL_GPL vmlinux 0x4f5941a4 sysfs_remove_file_ns +EXPORT_SYMBOL_GPL vmlinux 0x4f5a6512 _RNvXs3h_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_61folio__bindgen_ty_1__bindgen_ty_1__bindgen_ty_1__bindgen_ty_1NtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x4f5d117d regulator_set_active_discharge_regmap +EXPORT_SYMBOL_GPL vmlinux 0x4f5de8bc intel_pinctrl_probe_by_hid +EXPORT_SYMBOL_GPL vmlinux 0x4f6778a7 _RNvXsT_NtNtCs9WMcp1Hn5Bv_4core3fmt3numlNtB7_8UpperHex3fmt +EXPORT_SYMBOL_GPL vmlinux 0x4f6a07fe show_rcu_gp_kthreads +EXPORT_SYMBOL_GPL vmlinux 0x4f701438 fuse_conn_get +EXPORT_SYMBOL_GPL vmlinux 0x4f7235a8 switchdev_handle_port_obj_add_foreign +EXPORT_SYMBOL_GPL vmlinux 0x4f72a987 uart_parse_options +EXPORT_SYMBOL_GPL vmlinux 0x4f7550ea ipv4_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0x4f7e33a0 ptp_parse_header +EXPORT_SYMBOL_GPL vmlinux 0x4f833ec4 phy_pm_runtime_forbid +EXPORT_SYMBOL_GPL vmlinux 0x4f8546af cpuidle_poll_state_init +EXPORT_SYMBOL_GPL vmlinux 0x4f883da9 gpiod_set_config +EXPORT_SYMBOL_GPL vmlinux 0x4f8e4863 _RNvXst_NtNtCs9WMcp1Hn5Bv_4core9core_simd5masksxNtNtB5_6sealed6Sealed2eq +EXPORT_SYMBOL_GPL vmlinux 0x4f939676 generic_fh_to_dentry +EXPORT_SYMBOL_GPL vmlinux 0x4f9d80e5 usb_reset_device +EXPORT_SYMBOL_GPL vmlinux 0x4fa34e59 vp_legacy_probe +EXPORT_SYMBOL_GPL vmlinux 0x4fa4f53b __udp4_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0x4fa74295 pm_generic_thaw_noirq +EXPORT_SYMBOL_GPL vmlinux 0x4fb5da55 fs_put_dax +EXPORT_SYMBOL_GPL vmlinux 0x4fbfb744 iommu_map +EXPORT_SYMBOL_GPL vmlinux 0x4fc6ff14 _RNvNtCsiTPnVqBGVaY_6kernel5print16call_printk_cont +EXPORT_SYMBOL_GPL vmlinux 0x4fd9d5c2 _RNvXs1_NtNtCs9WMcp1Hn5Bv_4core3fmt3numsNtB5_10DisplayInt6to_u64 +EXPORT_SYMBOL_GPL vmlinux 0x4fda6854 _RNvXsY_NtNtCs9WMcp1Hn5Bv_4core3fmt3numxNtB7_6Binary3fmt +EXPORT_SYMBOL_GPL vmlinux 0x4fdc945d sata_deb_timing_normal +EXPORT_SYMBOL_GPL vmlinux 0x4fdf3a3a usb_alloc_coherent +EXPORT_SYMBOL_GPL vmlinux 0x4fe1eddf unregister_netevent_notifier +EXPORT_SYMBOL_GPL vmlinux 0x50044272 spi_take_timestamp_pre +EXPORT_SYMBOL_GPL vmlinux 0x500a0d95 __pm_runtime_idle +EXPORT_SYMBOL_GPL vmlinux 0x500c768c apei_exec_read_register +EXPORT_SYMBOL_GPL vmlinux 0x5022d8a1 _RNvXs1_NtCs9WMcp1Hn5Bv_4core4timeNtB5_8DurationNtNtNtB7_3ops5arith3Sub3sub +EXPORT_SYMBOL_GPL vmlinux 0x5026585c xen_irq_from_gsi +EXPORT_SYMBOL_GPL vmlinux 0x5032c2f0 adp5520_read +EXPORT_SYMBOL_GPL vmlinux 0x5035dc84 pci_disable_rom +EXPORT_SYMBOL_GPL vmlinux 0x503afb26 ata_sas_port_resume +EXPORT_SYMBOL_GPL vmlinux 0x5049e6dc usb_get_current_frame_number +EXPORT_SYMBOL_GPL vmlinux 0x504d81eb pm_generic_suspend_noirq +EXPORT_SYMBOL_GPL vmlinux 0x50616e69 devlink_resources_unregister +EXPORT_SYMBOL_GPL vmlinux 0x50712b9a _RNvXs7_NtNtCs9WMcp1Hn5Bv_4core3ffi5c_strNtB5_4CStrNtNtB9_3cmp3Ord3cmp +EXPORT_SYMBOL_GPL vmlinux 0x5076bdf3 fuse_dev_operations +EXPORT_SYMBOL_GPL vmlinux 0x508c5cc6 edac_mc_free +EXPORT_SYMBOL_GPL vmlinux 0x5091b823 ring_buffer_read_start +EXPORT_SYMBOL_GPL vmlinux 0x5091c574 inet6_compat_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x50a4587b tps6586x_irq_get_virq +EXPORT_SYMBOL_GPL vmlinux 0x50b03f5d l1tf_vmx_mitigation +EXPORT_SYMBOL_GPL vmlinux 0x50b42ba1 entry_ibpb +EXPORT_SYMBOL_GPL vmlinux 0x50b73dfe crypto_alg_mod_lookup +EXPORT_SYMBOL_GPL vmlinux 0x50bbcf41 devm_regulator_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0x50d1f870 pgprot_writecombine +EXPORT_SYMBOL_GPL vmlinux 0x50d44473 fwnode_find_reference +EXPORT_SYMBOL_GPL vmlinux 0x50d8cd80 __SCK__tp_func_neigh_event_send_dead +EXPORT_SYMBOL_GPL vmlinux 0x50df94f5 btree_insert +EXPORT_SYMBOL_GPL vmlinux 0x50e7193a __i2c_first_dynamic_bus_num +EXPORT_SYMBOL_GPL vmlinux 0x50e9023a debugfs_create_x32 +EXPORT_SYMBOL_GPL vmlinux 0x50fad434 round_jiffies_up +EXPORT_SYMBOL_GPL vmlinux 0x50fcc372 bdev_disk_changed +EXPORT_SYMBOL_GPL vmlinux 0x510a1a75 __phy_modify +EXPORT_SYMBOL_GPL vmlinux 0x510e3370 switchdev_port_obj_del +EXPORT_SYMBOL_GPL vmlinux 0x511253f1 _RNvXsp_NtCs796HB7yPNRt_8bindings12bindings_rawNtB5_24static_key__bindgen_ty_1NtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x5129e8ae _RNvMs3_NtNtCs9WMcp1Hn5Bv_4core3ffi5c_strNtB5_4CStr20from_bytes_until_nul +EXPORT_SYMBOL_GPL vmlinux 0x512dd78d devm_of_led_get +EXPORT_SYMBOL_GPL vmlinux 0x513277f9 anon_transport_class_register +EXPORT_SYMBOL_GPL vmlinux 0x51390c96 rcu_barrier_tasks_rude +EXPORT_SYMBOL_GPL vmlinux 0x514986ab device_show_ulong +EXPORT_SYMBOL_GPL vmlinux 0x514f396e _RNvNtNtCs9WMcp1Hn5Bv_4core3str8converts9from_utf8 +EXPORT_SYMBOL_GPL vmlinux 0x517e7215 fat_attach +EXPORT_SYMBOL_GPL vmlinux 0x5187ac4b xen_store_evtchn +EXPORT_SYMBOL_GPL vmlinux 0x518c2fc6 hpet_rtc_dropped_irq +EXPORT_SYMBOL_GPL vmlinux 0x519337d0 extcon_set_state +EXPORT_SYMBOL_GPL vmlinux 0x51a348cc usb_role_switch_set_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x51ad598c crypto_unregister_aead +EXPORT_SYMBOL_GPL vmlinux 0x51d13875 nf_hooks_lwtunnel_sysctl_handler +EXPORT_SYMBOL_GPL vmlinux 0x51e2deaa user_destroy +EXPORT_SYMBOL_GPL vmlinux 0x51f1c229 cpufreq_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0x51fbd035 clone_private_mount +EXPORT_SYMBOL_GPL vmlinux 0x521c2420 vp_modern_remove +EXPORT_SYMBOL_GPL vmlinux 0x522276de _RNvXs1_NtNtCs9WMcp1Hn5Bv_4core3fmt3numsNtB5_10DisplayInt7from_u8 +EXPORT_SYMBOL_GPL vmlinux 0x52252316 clk_unregister_fixed_rate +EXPORT_SYMBOL_GPL vmlinux 0x5230f8e7 d_same_name +EXPORT_SYMBOL_GPL vmlinux 0x523a1c04 regmap_async_complete +EXPORT_SYMBOL_GPL vmlinux 0x52431348 xenbus_transaction_start +EXPORT_SYMBOL_GPL vmlinux 0x52547c50 da903x_read +EXPORT_SYMBOL_GPL vmlinux 0x52558fed nvdimm_in_overwrite +EXPORT_SYMBOL_GPL vmlinux 0x525d0aa3 trace_seq_printf +EXPORT_SYMBOL_GPL vmlinux 0x525d8ba7 devfreq_event_get_edev_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0x5262f5ed genphy_c45_config_aneg +EXPORT_SYMBOL_GPL vmlinux 0x52647db1 ct_idle_exit +EXPORT_SYMBOL_GPL vmlinux 0x52653e18 blk_stat_enable_accounting +EXPORT_SYMBOL_GPL vmlinux 0x526bcf2a wwan_port_get_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x527069cc nvmem_cell_read_u8 +EXPORT_SYMBOL_GPL vmlinux 0x5282569e xen_xlate_remap_gfn_array +EXPORT_SYMBOL_GPL vmlinux 0x52a06005 do_tcp_sendpages +EXPORT_SYMBOL_GPL vmlinux 0x52ab68a9 irq_domain_create_legacy +EXPORT_SYMBOL_GPL vmlinux 0x52b1e3c7 pci_flags +EXPORT_SYMBOL_GPL vmlinux 0x52c35e83 call_rcu_tasks_trace +EXPORT_SYMBOL_GPL vmlinux 0x52cf4ae5 clk_hw_get_rate +EXPORT_SYMBOL_GPL vmlinux 0x52d54fce devlink_info_version_stored_put +EXPORT_SYMBOL_GPL vmlinux 0x52db02ae rio_request_dma +EXPORT_SYMBOL_GPL vmlinux 0x52e0722a regulator_register_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0x52e3dc0e _RNvXs2h_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_13maple_topiaryNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x52e431c8 gpiochip_irq_map +EXPORT_SYMBOL_GPL vmlinux 0x52eddb69 raw_v6_hashinfo +EXPORT_SYMBOL_GPL vmlinux 0x52f0321f blkg_rwstat_recursive_sum +EXPORT_SYMBOL_GPL vmlinux 0x530c8f87 gpiochip_generic_request +EXPORT_SYMBOL_GPL vmlinux 0x53115a35 __percpu_init_rwsem +EXPORT_SYMBOL_GPL vmlinux 0x5316edec crypto_register_scomp +EXPORT_SYMBOL_GPL vmlinux 0x531f57d5 crypto_stats_kpp_set_secret +EXPORT_SYMBOL_GPL vmlinux 0x53281039 regulator_desc_list_voltage_linear +EXPORT_SYMBOL_GPL vmlinux 0x532b90b5 kprobe_event_cmd_init +EXPORT_SYMBOL_GPL vmlinux 0x532d8733 pinctrl_utils_add_config +EXPORT_SYMBOL_GPL vmlinux 0x53329a37 iommu_get_domain_for_dev_pasid +EXPORT_SYMBOL_GPL vmlinux 0x5338038b exportfs_decode_fh +EXPORT_SYMBOL_GPL vmlinux 0x533b9f48 ping_rcv +EXPORT_SYMBOL_GPL vmlinux 0x53460ee8 fscrypt_limit_io_blocks +EXPORT_SYMBOL_GPL vmlinux 0x534b878b regulator_register +EXPORT_SYMBOL_GPL vmlinux 0x534bdfe2 skcipher_walk_aead_decrypt +EXPORT_SYMBOL_GPL vmlinux 0x5358864e devlink_fmsg_binary_pair_nest_end +EXPORT_SYMBOL_GPL vmlinux 0x535a3e3f devm_phy_destroy +EXPORT_SYMBOL_GPL vmlinux 0x53609483 iommu_set_pgtable_quirks +EXPORT_SYMBOL_GPL vmlinux 0x5367dd10 _RNvXs3_NtCsiTPnVqBGVaY_6kernel5errorNtB5_5ErrorINtNtCs9WMcp1Hn5Bv_4core7convert4FromNtNtNtBO_5alloc6layout11LayoutErrorE4from +EXPORT_SYMBOL_GPL vmlinux 0x538b9a3a trace_event_reg +EXPORT_SYMBOL_GPL vmlinux 0x538d073d phy_duplex_to_str +EXPORT_SYMBOL_GPL vmlinux 0x538d1db9 _RNvXs7_NtNtCs9WMcp1Hn5Bv_4core3fmt3numtNtB5_10DisplayInt7from_u8 +EXPORT_SYMBOL_GPL vmlinux 0x538df83b bpf_trace_run8 +EXPORT_SYMBOL_GPL vmlinux 0x539377bb l3mdev_master_ifindex_rcu +EXPORT_SYMBOL_GPL vmlinux 0x539e219b __phy_modify_mmd_changed +EXPORT_SYMBOL_GPL vmlinux 0x539f157b pci_xen_swiotlb_init_late +EXPORT_SYMBOL_GPL vmlinux 0x53b1709c _RNvXs4f_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_11physid_maskNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x53bb7fab kobject_move +EXPORT_SYMBOL_GPL vmlinux 0x53bc6260 iommu_device_claim_dma_owner +EXPORT_SYMBOL_GPL vmlinux 0x53c089f5 property_entries_dup +EXPORT_SYMBOL_GPL vmlinux 0x53ce0789 rtc_update_irq +EXPORT_SYMBOL_GPL vmlinux 0x53d6b66a _RNvXsn_NtNtCs9WMcp1Hn5Bv_4core4char7convertNtB5_16CharTryFromErrorNtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x53d7c01e __traceiter_cpu_idle +EXPORT_SYMBOL_GPL vmlinux 0x53e83d37 xdp_return_frame_rx_napi +EXPORT_SYMBOL_GPL vmlinux 0x53f11547 _RNvXsb_NtNtCs9WMcp1Hn5Bv_4core3fmt3numjNtB5_10DisplayInt7from_u8 +EXPORT_SYMBOL_GPL vmlinux 0x53f1f9af attribute_container_register +EXPORT_SYMBOL_GPL vmlinux 0x53feb882 wp_shared_mapping_range +EXPORT_SYMBOL_GPL vmlinux 0x54034c53 ata_dev_set_feature +EXPORT_SYMBOL_GPL vmlinux 0x540f35e9 trace_define_field +EXPORT_SYMBOL_GPL vmlinux 0x541bd60a irq_work_run +EXPORT_SYMBOL_GPL vmlinux 0x54215db5 visitor64 +EXPORT_SYMBOL_GPL vmlinux 0x5437c8f7 _RNvXs4_NtNtCs9WMcp1Hn5Bv_4core3fmt3numnNtB5_10DisplayInt7to_u128 +EXPORT_SYMBOL_GPL vmlinux 0x5438f664 sata_link_debounce +EXPORT_SYMBOL_GPL vmlinux 0x5450c7ba _RNvXsl_NtNtCs9WMcp1Hn5Bv_4core9core_arch3x86NtB5_7___m256iNtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x545263a9 icc_provider_del +EXPORT_SYMBOL_GPL vmlinux 0x54577a28 virtqueue_kick +EXPORT_SYMBOL_GPL vmlinux 0x545e7f0e devm_hwspin_lock_unregister +EXPORT_SYMBOL_GPL vmlinux 0x54651f9b rhashtable_walk_next +EXPORT_SYMBOL_GPL vmlinux 0x5473d092 _RNvXsc_NtCs796HB7yPNRt_8bindings12bindings_rawNtB5_18ftrace_likely_dataNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x54806ba8 clk_hw_unregister +EXPORT_SYMBOL_GPL vmlinux 0x548f1057 _RNvXsq_NtCs9WMcp1Hn5Bv_4core4charNtB5_13EscapeUnicodeNtNtB7_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x549525ef handle_nested_irq +EXPORT_SYMBOL_GPL vmlinux 0x549f6183 serdev_controller_add +EXPORT_SYMBOL_GPL vmlinux 0x54b7da17 dm_accept_partial_bio +EXPORT_SYMBOL_GPL vmlinux 0x54d11fd5 led_update_brightness +EXPORT_SYMBOL_GPL vmlinux 0x54fd80ed nvmem_cell_read_u32 +EXPORT_SYMBOL_GPL vmlinux 0x55075409 bpf_map_inc +EXPORT_SYMBOL_GPL vmlinux 0x550ce709 pat_enabled +EXPORT_SYMBOL_GPL vmlinux 0x550ce98b icc_link_create +EXPORT_SYMBOL_GPL vmlinux 0x550f3e05 i2c_freq_mode_string +EXPORT_SYMBOL_GPL vmlinux 0x55136af9 validate_xmit_skb_list +EXPORT_SYMBOL_GPL vmlinux 0x551385a5 aead_init_geniv +EXPORT_SYMBOL_GPL vmlinux 0x551e4950 nl_table +EXPORT_SYMBOL_GPL vmlinux 0x5522f11a _RNvXsf_NtNtNtCs9WMcp1Hn5Bv_4core3fmt3num3impyNtB9_8LowerExp3fmt +EXPORT_SYMBOL_GPL vmlinux 0x55300228 _RNvXs1r_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_26fxregs_state__bindgen_ty_1NtNtCs9WMcp1Hn5Bv_4core7default7Default7default +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 0x55462474 fpu_copy_uabi_to_guest_fpstate +EXPORT_SYMBOL_GPL vmlinux 0x55475073 _RNvNvNtNtNtCs9WMcp1Hn5Bv_4core9core_arch3x864avx219__mm256_bslli_epi1284mask +EXPORT_SYMBOL_GPL vmlinux 0x554e6409 perf_aux_output_skip +EXPORT_SYMBOL_GPL vmlinux 0x5561ff80 crypto_register_templates +EXPORT_SYMBOL_GPL vmlinux 0x556e4390 clk_get_rate +EXPORT_SYMBOL_GPL vmlinux 0x557360c1 _RNvXs7_NtCs9WMcp1Hn5Bv_4core4timeNtB5_8DurationINtNtNtB7_3ops5arith9DivAssignmE10div_assign +EXPORT_SYMBOL_GPL vmlinux 0x55784228 regmap_irq_get_virq +EXPORT_SYMBOL_GPL vmlinux 0x559a5988 scsi_register_device_handler +EXPORT_SYMBOL_GPL vmlinux 0x55c322e7 sk_msg_alloc +EXPORT_SYMBOL_GPL vmlinux 0x55c53375 _RNvXse_NtCs9WMcp1Hn5Bv_4core3fmteNtB5_5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x55c76a23 ksys_sync_helper +EXPORT_SYMBOL_GPL vmlinux 0x55eecff4 bit_wait_io_timeout +EXPORT_SYMBOL_GPL vmlinux 0x5604f43f __rio_local_read_config_32 +EXPORT_SYMBOL_GPL vmlinux 0x56054c05 crypto_it_tab +EXPORT_SYMBOL_GPL vmlinux 0x56066b82 sock_inuse_get +EXPORT_SYMBOL_GPL vmlinux 0x5612cab2 register_fprobe_syms +EXPORT_SYMBOL_GPL vmlinux 0x56173654 pcap_set_ts_bits +EXPORT_SYMBOL_GPL vmlinux 0x56175db6 skb_mpls_pop +EXPORT_SYMBOL_GPL vmlinux 0x561b42fa fsverity_ioctl_enable +EXPORT_SYMBOL_GPL vmlinux 0x561e5068 sdio_writel +EXPORT_SYMBOL_GPL vmlinux 0x5624f826 power_supply_notifier +EXPORT_SYMBOL_GPL vmlinux 0x56256e8a orderly_poweroff +EXPORT_SYMBOL_GPL vmlinux 0x562ed097 _RNvXsr_NtNtCs9WMcp1Hn5Bv_4core9core_simd5maskslNtNtB5_6sealed6Sealed2eq +EXPORT_SYMBOL_GPL vmlinux 0x562fc816 da9055_regmap_config +EXPORT_SYMBOL_GPL vmlinux 0x56310925 regulator_mode_to_status +EXPORT_SYMBOL_GPL vmlinux 0x56398615 mark_tsc_unstable +EXPORT_SYMBOL_GPL vmlinux 0x5641485b tty_termios_encode_baud_rate +EXPORT_SYMBOL_GPL vmlinux 0x5652a754 _RNvMs7_NtCs9WMcp1Hn5Bv_4core3fmtNtB5_9Formatter3pad +EXPORT_SYMBOL_GPL vmlinux 0x565301b8 crypto_stats_kpp_generate_public_key +EXPORT_SYMBOL_GPL vmlinux 0x56764440 _RNvXsT_NtCs796HB7yPNRt_8bindings12bindings_rawNtB5_20jailhouse_setup_dataNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x568f14da usb_unlink_urb +EXPORT_SYMBOL_GPL vmlinux 0x56948896 spec_ctrl_current +EXPORT_SYMBOL_GPL vmlinux 0x5694a80a rio_mport_send_doorbell +EXPORT_SYMBOL_GPL vmlinux 0x569c556a ethnl_cable_test_pulse +EXPORT_SYMBOL_GPL vmlinux 0x56ac0571 _RNvXs23_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_5mutexNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x56b28a28 phy_resolve_aneg_pause +EXPORT_SYMBOL_GPL vmlinux 0x56b97d2e ioc_find_get_icq +EXPORT_SYMBOL_GPL vmlinux 0x56c2a004 get_current_tty +EXPORT_SYMBOL_GPL vmlinux 0x56e845f4 fat_flush_inodes +EXPORT_SYMBOL_GPL vmlinux 0x56eb1d85 devm_acpi_dma_controller_register +EXPORT_SYMBOL_GPL vmlinux 0x56f03e41 dev_pm_qos_expose_latency_tolerance +EXPORT_SYMBOL_GPL vmlinux 0x56fbb130 no_hash_pointers +EXPORT_SYMBOL_GPL vmlinux 0x570bf043 __mdiobus_modify_changed +EXPORT_SYMBOL_GPL vmlinux 0x5710fce1 preempt_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0x5714a9ae genphy_c45_aneg_done +EXPORT_SYMBOL_GPL vmlinux 0x57353050 vcap_is_next_lookup +EXPORT_SYMBOL_GPL vmlinux 0x574609c5 apei_exec_write_register_value +EXPORT_SYMBOL_GPL vmlinux 0x5751ad51 devm_hwspin_lock_request +EXPORT_SYMBOL_GPL vmlinux 0x5752ff2b filemap_read +EXPORT_SYMBOL_GPL vmlinux 0x5763d299 iptunnel_handle_offloads +EXPORT_SYMBOL_GPL vmlinux 0x57719632 gnttab_grant_foreign_access +EXPORT_SYMBOL_GPL vmlinux 0x5772ab9c fuse_file_poll +EXPORT_SYMBOL_GPL vmlinux 0x5783f053 hypervisor_kobj +EXPORT_SYMBOL_GPL vmlinux 0x57861a5c gds_ucode_mitigated +EXPORT_SYMBOL_GPL vmlinux 0x578eeb4d hugetlb_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0x5790e7a0 pci_unlock_rescan_remove +EXPORT_SYMBOL_GPL vmlinux 0x5799b6af fscrypt_prepare_new_inode +EXPORT_SYMBOL_GPL vmlinux 0x579e0bf5 rtnl_unregister_all +EXPORT_SYMBOL_GPL vmlinux 0x57a20719 _RNvXse_NtCs9WMcp1Hn5Bv_4core4charNtB5_11ToUppercaseNtNtNtNtB7_4iter6traits8iterator8Iterator9size_hint +EXPORT_SYMBOL_GPL vmlinux 0x57b65219 locks_alloc_lock +EXPORT_SYMBOL_GPL vmlinux 0x57bc38cd __traceiter_fdb_delete +EXPORT_SYMBOL_GPL vmlinux 0x57c0fa5e percpu_up_write +EXPORT_SYMBOL_GPL vmlinux 0x57c4a444 vp_legacy_set_features +EXPORT_SYMBOL_GPL vmlinux 0x57ca294a cpufreq_disable_fast_switch +EXPORT_SYMBOL_GPL vmlinux 0x57cb2293 _RNvXsq_NtCs9WMcp1Hn5Bv_4core3numtNtNtNtB7_3str6traits7FromStr8from_str +EXPORT_SYMBOL_GPL vmlinux 0x57cfb730 fuse_sync_release +EXPORT_SYMBOL_GPL vmlinux 0x57d4050a xhci_get_endpoint_index +EXPORT_SYMBOL_GPL vmlinux 0x57dc4851 mas_erase +EXPORT_SYMBOL_GPL vmlinux 0x57ec0d65 fuse_conn_init +EXPORT_SYMBOL_GPL vmlinux 0x57f576b9 mpi_ec_curve_point +EXPORT_SYMBOL_GPL vmlinux 0x57f6cb6c perf_aux_output_begin +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 0x583fbc13 blkcg_activate_policy +EXPORT_SYMBOL_GPL vmlinux 0x584e87d0 skb_cow_data +EXPORT_SYMBOL_GPL vmlinux 0x58599dbf crypto_register_ahash +EXPORT_SYMBOL_GPL vmlinux 0x586a2d4b _RNvXs3_NtNtCs9WMcp1Hn5Bv_4core3cmp5implszNtB7_9PartialEq2eq +EXPORT_SYMBOL_GPL vmlinux 0x586bfc8a alarm_restart +EXPORT_SYMBOL_GPL vmlinux 0x5872a786 _RNvNvNtNtCs9WMcp1Hn5Bv_4core5slice3raw14from_raw_parts8comptime +EXPORT_SYMBOL_GPL vmlinux 0x5877b374 _RNvXs8_NtNtCs9WMcp1Hn5Bv_4core3fmt3nummNtB5_10DisplayInt7from_u8 +EXPORT_SYMBOL_GPL vmlinux 0x58798995 set_online_page_callback +EXPORT_SYMBOL_GPL vmlinux 0x5879a27d sfp_get_module_info +EXPORT_SYMBOL_GPL vmlinux 0x5880614f ahash_register_instance +EXPORT_SYMBOL_GPL vmlinux 0x58a2fcaa __SCT__tp_func_udp_fail_queue_rcv_skb +EXPORT_SYMBOL_GPL vmlinux 0x58a5b107 _RNvMs7_NtCs9WMcp1Hn5Bv_4core3fmtNtB5_9Formatter11debug_tuple +EXPORT_SYMBOL_GPL vmlinux 0x58ab0969 _RNvXs1g_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_17msr__bindgen_ty_1NtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x58bc8ced bpf_trace_run5 +EXPORT_SYMBOL_GPL vmlinux 0x58be350b dbs_update +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 0x58dfaf79 invalidate_inode_pages2 +EXPORT_SYMBOL_GPL vmlinux 0x58e5f9ec pci_epc_get_features +EXPORT_SYMBOL_GPL vmlinux 0x58eeeef8 _RNvXsD_NtCs796HB7yPNRt_8bindings12bindings_rawNtB5_36pcpu_hot__bindgen_ty_1__bindgen_ty_1NtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x59016668 _RNvNvNtCs9WMcp1Hn5Bv_4core10intrinsics11write_bytes8comptime +EXPORT_SYMBOL_GPL vmlinux 0x591f2816 __SCK__tp_func_pelt_rt_tp +EXPORT_SYMBOL_GPL vmlinux 0x59338adb inet6_csk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0x59417039 kick_process +EXPORT_SYMBOL_GPL vmlinux 0x59449b31 usb_find_interface +EXPORT_SYMBOL_GPL vmlinux 0x594537c0 scsi_dh_activate +EXPORT_SYMBOL_GPL vmlinux 0x5949bc4b alloc_memory_type +EXPORT_SYMBOL_GPL vmlinux 0x59560538 iocb_bio_iopoll +EXPORT_SYMBOL_GPL vmlinux 0x5957cddb zs_lookup_class_index +EXPORT_SYMBOL_GPL vmlinux 0x5973d64e pci_destroy_slot +EXPORT_SYMBOL_GPL vmlinux 0x5982f4fc kthread_flush_work +EXPORT_SYMBOL_GPL vmlinux 0x5986d190 kdb_printf +EXPORT_SYMBOL_GPL vmlinux 0x599bef5d _RNvXs17_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_13math_emu_infoNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +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 0x59bce295 pm_runtime_allow +EXPORT_SYMBOL_GPL vmlinux 0x59c43dc9 __traceiter_non_standard_event +EXPORT_SYMBOL_GPL vmlinux 0x59e6cf6d pci_msi_create_irq_domain +EXPORT_SYMBOL_GPL vmlinux 0x59e86acf rdev_get_id +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 0x59fac20f __tracepoint_fdb_delete +EXPORT_SYMBOL_GPL vmlinux 0x59fb0bf2 devm_regmap_field_alloc +EXPORT_SYMBOL_GPL vmlinux 0x59fd3d18 mctp_register_netdev +EXPORT_SYMBOL_GPL vmlinux 0x59ff8a5e mddev_init +EXPORT_SYMBOL_GPL vmlinux 0x5a049b61 regmap_attach_dev +EXPORT_SYMBOL_GPL vmlinux 0x5a0aa6ce pm_clk_suspend +EXPORT_SYMBOL_GPL vmlinux 0x5a15b737 evm_verifyxattr +EXPORT_SYMBOL_GPL vmlinux 0x5a1d134a rcu_momentary_dyntick_idle +EXPORT_SYMBOL_GPL vmlinux 0x5a229368 arch_apei_enable_cmcff +EXPORT_SYMBOL_GPL vmlinux 0x5a238091 input_ff_upload +EXPORT_SYMBOL_GPL vmlinux 0x5a2bfc2e bpf_trace_run9 +EXPORT_SYMBOL_GPL vmlinux 0x5a2c9bf9 exportfs_decode_fh_raw +EXPORT_SYMBOL_GPL vmlinux 0x5a30131e _RNvXs14_NtNtCs9WMcp1Hn5Bv_4core3fmt3numyNtB8_8LowerHex3fmt +EXPORT_SYMBOL_GPL vmlinux 0x5a45abd3 of_hte_req_count +EXPORT_SYMBOL_GPL vmlinux 0x5a48d8d8 pci_user_write_config_byte +EXPORT_SYMBOL_GPL vmlinux 0x5a49dbc9 timerqueue_del +EXPORT_SYMBOL_GPL vmlinux 0x5a4cc3bf devm_serdev_device_open +EXPORT_SYMBOL_GPL vmlinux 0x5a55d394 _RNvXs2_NtNtCs9WMcp1Hn5Bv_4core3fmt3numlNtB5_10DisplayInt7to_u128 +EXPORT_SYMBOL_GPL vmlinux 0x5a5b6249 xfrm_get_translator +EXPORT_SYMBOL_GPL vmlinux 0x5a69079e cpufreq_driver_target +EXPORT_SYMBOL_GPL vmlinux 0x5a6cdb52 nf_ct_zone_dflt +EXPORT_SYMBOL_GPL vmlinux 0x5a790d74 crypto_create_tfm_node +EXPORT_SYMBOL_GPL vmlinux 0x5a7bfe41 crypto_probing_notify +EXPORT_SYMBOL_GPL vmlinux 0x5a889643 debugfs_file_get +EXPORT_SYMBOL_GPL vmlinux 0x5a93226a cpufreq_enable_fast_switch +EXPORT_SYMBOL_GPL vmlinux 0x5a9a51c7 device_property_read_u16_array +EXPORT_SYMBOL_GPL vmlinux 0x5aa70984 acpi_reduced_hardware +EXPORT_SYMBOL_GPL vmlinux 0x5ab09745 edac_get_owner +EXPORT_SYMBOL_GPL vmlinux 0x5ac43f93 rt_mutex_unlock +EXPORT_SYMBOL_GPL vmlinux 0x5ac7a507 devl_port_register +EXPORT_SYMBOL_GPL vmlinux 0x5ad6d344 ata_sff_tf_load +EXPORT_SYMBOL_GPL vmlinux 0x5ae57920 tty_port_install +EXPORT_SYMBOL_GPL vmlinux 0x5b018ac1 devm_clk_get_optional_prepared +EXPORT_SYMBOL_GPL vmlinux 0x5b0fdfb7 bpf_map_put +EXPORT_SYMBOL_GPL vmlinux 0x5b14e6af _RNvNvNtCs9WMcp1Hn5Bv_4core10intrinsics4copy8comptime +EXPORT_SYMBOL_GPL vmlinux 0x5b21ceff ring_buffer_iter_peek +EXPORT_SYMBOL_GPL vmlinux 0x5b2569e8 ata_sff_exec_command +EXPORT_SYMBOL_GPL vmlinux 0x5b287a19 fscrypt_ioctl_remove_key +EXPORT_SYMBOL_GPL vmlinux 0x5b366d82 crypto_inst_setname +EXPORT_SYMBOL_GPL vmlinux 0x5b53955e pm_generic_freeze_late +EXPORT_SYMBOL_GPL vmlinux 0x5b62327a _RNvXsh_NtCs9WMcp1Hn5Bv_4core4cellNtB5_14BorrowMutErrorNtNtB7_3fmt7Display3fmt +EXPORT_SYMBOL_GPL vmlinux 0x5b6b0329 swiotlb_max_segment +EXPORT_SYMBOL_GPL vmlinux 0x5b7a0fed acomp_request_free +EXPORT_SYMBOL_GPL vmlinux 0x5b7b87e5 serial8250_rx_chars +EXPORT_SYMBOL_GPL vmlinux 0x5b8fdca4 crypto_comp_compress +EXPORT_SYMBOL_GPL vmlinux 0x5b966d9a _RNvXsT_NtNtCs9WMcp1Hn5Bv_4core4sync6atomicNtB5_9AtomicU64NtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x5b9abd80 acpi_device_update_power +EXPORT_SYMBOL_GPL vmlinux 0x5ba258d9 phy_driver_is_genphy_10g +EXPORT_SYMBOL_GPL vmlinux 0x5ba2c4a5 regmap_field_test_bits +EXPORT_SYMBOL_GPL vmlinux 0x5ba9c87f blk_crypto_keyslot_index +EXPORT_SYMBOL_GPL vmlinux 0x5bb5a5af ata_bmdma_setup +EXPORT_SYMBOL_GPL vmlinux 0x5bc950fe regulator_irq_helper_cancel +EXPORT_SYMBOL_GPL vmlinux 0x5bcc0df7 ata_dev_classify +EXPORT_SYMBOL_GPL vmlinux 0x5bce4468 ata_std_sched_eh +EXPORT_SYMBOL_GPL vmlinux 0x5bd0748f crypto_del_default_rng +EXPORT_SYMBOL_GPL vmlinux 0x5bda9f3d rio_mport_read_config_32 +EXPORT_SYMBOL_GPL vmlinux 0x5bdae35b usb_phy_roothub_set_mode +EXPORT_SYMBOL_GPL vmlinux 0x5bdbac4e rcu_unexpedite_gp +EXPORT_SYMBOL_GPL vmlinux 0x5be353bb blk_queue_max_zone_append_sectors +EXPORT_SYMBOL_GPL vmlinux 0x5be659e9 __class_register +EXPORT_SYMBOL_GPL vmlinux 0x5be6f1ca devm_phy_optional_get +EXPORT_SYMBOL_GPL vmlinux 0x5bec9af4 irq_gc_mask_disable_reg +EXPORT_SYMBOL_GPL vmlinux 0x5bf559c9 fsnotify_alloc_group +EXPORT_SYMBOL_GPL vmlinux 0x5bf560d4 acpi_dev_get_memory_resources +EXPORT_SYMBOL_GPL vmlinux 0x5c070f62 cper_mem_err_status_str +EXPORT_SYMBOL_GPL vmlinux 0x5c0c165e __SCT__tp_func_neigh_update +EXPORT_SYMBOL_GPL vmlinux 0x5c0eaf31 acpi_dev_resource_interrupt +EXPORT_SYMBOL_GPL vmlinux 0x5c19bf75 device_find_any_child +EXPORT_SYMBOL_GPL vmlinux 0x5c226b2e serial8250_release_dma +EXPORT_SYMBOL_GPL vmlinux 0x5c26a2fb msi_unlock_descs +EXPORT_SYMBOL_GPL vmlinux 0x5c2f1546 devlink_sb_register +EXPORT_SYMBOL_GPL vmlinux 0x5c309e65 hibernate_quiet_exec +EXPORT_SYMBOL_GPL vmlinux 0x5c318d5d uart_try_toggle_sysrq +EXPORT_SYMBOL_GPL vmlinux 0x5c33aa01 regulator_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0x5c59b863 crypto_enqueue_request_head +EXPORT_SYMBOL_GPL vmlinux 0x5c5a1b16 tick_broadcast_control +EXPORT_SYMBOL_GPL vmlinux 0x5c7908bb _RNvNtNtCs9WMcp1Hn5Bv_4core5slice5index31slice_start_index_overflow_fail +EXPORT_SYMBOL_GPL vmlinux 0x5c88be68 get_pid_task +EXPORT_SYMBOL_GPL vmlinux 0x5c89f292 usb_ifnum_to_if +EXPORT_SYMBOL_GPL vmlinux 0x5c9651b5 devfreq_get_devfreq_by_node +EXPORT_SYMBOL_GPL vmlinux 0x5c9c4724 pci_epc_multi_mem_init +EXPORT_SYMBOL_GPL vmlinux 0x5cab9945 unregister_xenbus_watch +EXPORT_SYMBOL_GPL vmlinux 0x5cad8fc3 power_supply_ocv2cap_simple +EXPORT_SYMBOL_GPL vmlinux 0x5cb4bf98 _RNvXs2N_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_11srcu_structNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x5cc77c45 led_colors +EXPORT_SYMBOL_GPL vmlinux 0x5cdb4f3d xenbus_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0x5ce64e64 __SCK__tp_func_pelt_cfs_tp +EXPORT_SYMBOL_GPL vmlinux 0x5cec1295 devlink_port_attrs_pci_pf_set +EXPORT_SYMBOL_GPL vmlinux 0x5ced6d2b gpiochip_populate_parent_fwspec_twocell +EXPORT_SYMBOL_GPL vmlinux 0x5cede0a7 xdp_flush_frame_bulk +EXPORT_SYMBOL_GPL vmlinux 0x5cf966f0 set_cpus_allowed_ptr +EXPORT_SYMBOL_GPL vmlinux 0x5cfd11eb _RNvXs_NtNtCs9WMcp1Hn5Bv_4core3fmt3numnNtB6_7Display3fmt +EXPORT_SYMBOL_GPL vmlinux 0x5d00a098 vring_del_virtqueue +EXPORT_SYMBOL_GPL vmlinux 0x5d0113e0 x86_pred_cmd +EXPORT_SYMBOL_GPL vmlinux 0x5d011b54 virtqueue_get_desc_addr +EXPORT_SYMBOL_GPL vmlinux 0x5d0a84ca _RNvXs3B_NtNtCs9WMcp1Hn5Bv_4core9core_arch4simdNtB6_5i32x8NtNtBa_3fmt5Debug3fmt +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 0x5d32bfab gpiod_set_raw_array_value +EXPORT_SYMBOL_GPL vmlinux 0x5d33d201 pci_check_and_mask_intx +EXPORT_SYMBOL_GPL vmlinux 0x5d380d93 _RNvNtNtCsiTPnVqBGVaY_6kernel5print14format_strings8generate +EXPORT_SYMBOL_GPL vmlinux 0x5d466ed9 debugfs_create_atomic_t +EXPORT_SYMBOL_GPL vmlinux 0x5d4765d5 unregister_acpi_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x5d47bda3 dm_table_device_name +EXPORT_SYMBOL_GPL vmlinux 0x5d528788 netdev_is_rx_handler_busy +EXPORT_SYMBOL_GPL vmlinux 0x5d5ff33c _RNvXs4_NtNtCs9WMcp1Hn5Bv_4core3fmt3numnNtB5_10DisplayInt6to_u16 +EXPORT_SYMBOL_GPL vmlinux 0x5d65d920 acpi_dev_add_driver_gpios +EXPORT_SYMBOL_GPL vmlinux 0x5d73f065 regulator_set_voltage +EXPORT_SYMBOL_GPL vmlinux 0x5d77532c ata_cable_sata +EXPORT_SYMBOL_GPL vmlinux 0x5d8476d3 bpf_sk_storage_diag_alloc +EXPORT_SYMBOL_GPL vmlinux 0x5d9317d7 uv_teardown_irq +EXPORT_SYMBOL_GPL vmlinux 0x5d95e91b of_phy_get +EXPORT_SYMBOL_GPL vmlinux 0x5da2d0e2 __traceiter_devlink_hwerr +EXPORT_SYMBOL_GPL vmlinux 0x5da337f2 xhci_reset_bandwidth +EXPORT_SYMBOL_GPL vmlinux 0x5da67adc zs_compact +EXPORT_SYMBOL_GPL vmlinux 0x5db239a0 _RNvXs1b_NtNtCs9WMcp1Hn5Bv_4core9core_arch4simdNtB6_5i32x2NtNtBa_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x5db4b39c serial8250_rpm_get +EXPORT_SYMBOL_GPL vmlinux 0x5dbcfa4f boot_cpu_physical_apicid +EXPORT_SYMBOL_GPL vmlinux 0x5dc34713 unix_inq_len +EXPORT_SYMBOL_GPL vmlinux 0x5dd52e53 event_triggers_call +EXPORT_SYMBOL_GPL vmlinux 0x5dd85cf4 _RNvXs1n_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_21trace_print_flags_u64NtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x5ddf5332 debugfs_create_u16 +EXPORT_SYMBOL_GPL vmlinux 0x5de030cf tps6586x_get_version +EXPORT_SYMBOL_GPL vmlinux 0x5de0658c pm_clk_init +EXPORT_SYMBOL_GPL vmlinux 0x5df0c7d5 __tracepoint_udp_fail_queue_rcv_skb +EXPORT_SYMBOL_GPL vmlinux 0x5df4b925 regulator_bulk_set_supply_names +EXPORT_SYMBOL_GPL vmlinux 0x5e049d09 pci_free_p2pmem +EXPORT_SYMBOL_GPL vmlinux 0x5e0b0c88 gpiod_get_optional +EXPORT_SYMBOL_GPL vmlinux 0x5e0e096e anon_inode_getfd +EXPORT_SYMBOL_GPL vmlinux 0x5e173309 cpu_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0x5e173764 sysfs_create_link_nowarn +EXPORT_SYMBOL_GPL vmlinux 0x5e1d74c6 devlink_dpipe_entry_ctx_prepare +EXPORT_SYMBOL_GPL vmlinux 0x5e44c0fd __ndisc_fill_addr_option +EXPORT_SYMBOL_GPL vmlinux 0x5e515be6 ktime_get_ts64 +EXPORT_SYMBOL_GPL vmlinux 0x5e55ca6b clk_hw_is_prepared +EXPORT_SYMBOL_GPL vmlinux 0x5e6264cc clk_hw_set_parent +EXPORT_SYMBOL_GPL vmlinux 0x5e78f699 usb_phy_roothub_suspend +EXPORT_SYMBOL_GPL vmlinux 0x5e798ffb divider_get_val +EXPORT_SYMBOL_GPL vmlinux 0x5e85415b ring_buffer_consume +EXPORT_SYMBOL_GPL vmlinux 0x5e96a5e9 rtnl_af_unregister +EXPORT_SYMBOL_GPL vmlinux 0x5e979298 devfreq_event_get_event +EXPORT_SYMBOL_GPL vmlinux 0x5ea675de _RNvXsB_NtCs796HB7yPNRt_8bindings12bindings_rawNtB5_15static_call_keyNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x5ea70e34 _RNvXNtNtCs9WMcp1Hn5Bv_4core3fmt8buildersNtB2_15PadAdapterStateNtNtB6_7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x5eae5408 clk_is_enabled_when_prepared +EXPORT_SYMBOL_GPL vmlinux 0x5eaf2d7f hvc_alloc +EXPORT_SYMBOL_GPL vmlinux 0x5eb1dbd7 perf_event_sysfs_show +EXPORT_SYMBOL_GPL vmlinux 0x5eb23cbc devm_gpiod_get_optional +EXPORT_SYMBOL_GPL vmlinux 0x5eb3c8c2 virtqueue_get_used_addr +EXPORT_SYMBOL_GPL vmlinux 0x5eca39da tracing_snapshot_cond_enable +EXPORT_SYMBOL_GPL vmlinux 0x5ee2aa12 list_lru_count_node +EXPORT_SYMBOL_GPL vmlinux 0x5ee3913b driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0x5eee5ed0 dev_pm_set_wake_irq +EXPORT_SYMBOL_GPL vmlinux 0x5ef2dfaf clk_hw_round_rate +EXPORT_SYMBOL_GPL vmlinux 0x5ef33247 devfreq_cooling_register +EXPORT_SYMBOL_GPL vmlinux 0x5f03adf8 register_wide_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0x5f082611 ip_fib_metrics_init +EXPORT_SYMBOL_GPL vmlinux 0x5f17b79d usb_set_configuration +EXPORT_SYMBOL_GPL vmlinux 0x5f1a8794 regulator_set_voltage_rdev +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 0x5f414b4e devres_for_each_res +EXPORT_SYMBOL_GPL vmlinux 0x5f467e8b i2c_new_ancillary_device +EXPORT_SYMBOL_GPL vmlinux 0x5f492583 dax_truncate_page +EXPORT_SYMBOL_GPL vmlinux 0x5f5194d4 x86_platform +EXPORT_SYMBOL_GPL vmlinux 0x5f5654b0 blk_mq_debugfs_rq_show +EXPORT_SYMBOL_GPL vmlinux 0x5f62627f icc_node_create +EXPORT_SYMBOL_GPL vmlinux 0x5f66b0ba vcap_find_keystream_keysets +EXPORT_SYMBOL_GPL vmlinux 0x5f6d6c36 __irq_domain_add +EXPORT_SYMBOL_GPL vmlinux 0x5f6f1e9e dax_get_private +EXPORT_SYMBOL_GPL vmlinux 0x5f8d3f24 devlink_param_driverinit_value_set +EXPORT_SYMBOL_GPL vmlinux 0x5fa625ed mpi_ec_mul_point +EXPORT_SYMBOL_GPL vmlinux 0x5fab2ca9 tty_get_pgrp +EXPORT_SYMBOL_GPL vmlinux 0x5fb09b8c relay_file_operations +EXPORT_SYMBOL_GPL vmlinux 0x5fc7bb87 _RNvNvMNtNtCs9WMcp1Hn5Bv_4core3ptr9const_ptrPp7sub_ptr8comptime +EXPORT_SYMBOL_GPL vmlinux 0x5fdf7b32 smca_get_bank_type +EXPORT_SYMBOL_GPL vmlinux 0x5fdfa2c1 amd_pmu_enable_virt +EXPORT_SYMBOL_GPL vmlinux 0x5fe35d8d clk_hw_get_parent_index +EXPORT_SYMBOL_GPL vmlinux 0x5ff1017d pci_epc_set_msix +EXPORT_SYMBOL_GPL vmlinux 0x6000d8c9 fib_table_lookup +EXPORT_SYMBOL_GPL vmlinux 0x60089ec1 serial8250_rpm_put_tx +EXPORT_SYMBOL_GPL vmlinux 0x60091316 clk_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0x60261fa9 clk_hw_get_rate_range +EXPORT_SYMBOL_GPL vmlinux 0x60352bdc __fscrypt_encrypt_symlink +EXPORT_SYMBOL_GPL vmlinux 0x6038f4cb check_move_unevictable_folios +EXPORT_SYMBOL_GPL vmlinux 0x6039bef4 virtqueue_get_avail_addr +EXPORT_SYMBOL_GPL vmlinux 0x603ad965 device_property_read_u8_array +EXPORT_SYMBOL_GPL vmlinux 0x603d0d51 acpi_os_map_iomem +EXPORT_SYMBOL_GPL vmlinux 0x604722fd devices_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0x6058bfd0 crypto_alloc_tfm_node +EXPORT_SYMBOL_GPL vmlinux 0x6058c538 __devm_reset_control_get +EXPORT_SYMBOL_GPL vmlinux 0x60693c12 mf_dax_kill_procs +EXPORT_SYMBOL_GPL vmlinux 0x606b4aba devlink_linecard_provision_set +EXPORT_SYMBOL_GPL vmlinux 0x607c4683 devlink_info_version_fixed_put +EXPORT_SYMBOL_GPL vmlinux 0x6084a20a inet6_csk_addr2sockaddr +EXPORT_SYMBOL_GPL vmlinux 0x608a46e7 input_class +EXPORT_SYMBOL_GPL vmlinux 0x608c7432 intel_cpu_collect_info +EXPORT_SYMBOL_GPL vmlinux 0x608d25d6 __xas_prev +EXPORT_SYMBOL_GPL vmlinux 0x6091797f synchronize_rcu +EXPORT_SYMBOL_GPL vmlinux 0x60923c59 _RNvXs2f_NtNtCs9WMcp1Hn5Bv_4core9core_arch4simdNtB6_5i64x2NtNtBa_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x6093715c clk_register_fixed_factor +EXPORT_SYMBOL_GPL vmlinux 0x60a13e90 rcu_barrier +EXPORT_SYMBOL_GPL vmlinux 0x60ac830b rdev_get_name +EXPORT_SYMBOL_GPL vmlinux 0x60ae0922 power_supply_vbat2ri +EXPORT_SYMBOL_GPL vmlinux 0x60c6d32f __udp6_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0x60cbc281 usb_wakeup_notification +EXPORT_SYMBOL_GPL vmlinux 0x60d14ccb nd_region_provider_data +EXPORT_SYMBOL_GPL vmlinux 0x60ebc96f ring_buffer_read_prepare +EXPORT_SYMBOL_GPL vmlinux 0x60f02355 _RNvXs1d_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_11__ymmh_stateNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x60f99e1b cppc_set_perf +EXPORT_SYMBOL_GPL vmlinux 0x610711b4 _RNvXsa_NtNtCs9WMcp1Hn5Bv_4core3fmt3numoNtB5_10DisplayInt6to_u32 +EXPORT_SYMBOL_GPL vmlinux 0x610dd6f9 reset_simple_ops +EXPORT_SYMBOL_GPL vmlinux 0x6112fde4 screen_pos +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 0x61317e88 crypto_grab_akcipher +EXPORT_SYMBOL_GPL vmlinux 0x614b689c _RNvXs1f_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_7cpumaskNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x614f568d vchan_tx_desc_free +EXPORT_SYMBOL_GPL vmlinux 0x614fd55c trace_array_get_by_name +EXPORT_SYMBOL_GPL vmlinux 0x6151dfaa platform_device_put +EXPORT_SYMBOL_GPL vmlinux 0x616d5281 kthread_mod_delayed_work +EXPORT_SYMBOL_GPL vmlinux 0x617730bf srcu_notifier_chain_register +EXPORT_SYMBOL_GPL vmlinux 0x617f7e81 _RNvXs2D_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_10timer_listNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x6181e79f timerqueue_add +EXPORT_SYMBOL_GPL vmlinux 0x618ea701 dev_pm_opp_find_level_ceil +EXPORT_SYMBOL_GPL vmlinux 0x6198dfea __ring_buffer_alloc +EXPORT_SYMBOL_GPL vmlinux 0x6199ad5d crypto_has_skcipher +EXPORT_SYMBOL_GPL vmlinux 0x619d2eca acpi_gpio_get_irq_resource +EXPORT_SYMBOL_GPL vmlinux 0x619df065 irq_remove_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0x61b443f8 x86_spec_ctrl_current +EXPORT_SYMBOL_GPL vmlinux 0x61bd0bd0 get_completed_synchronize_rcu_full +EXPORT_SYMBOL_GPL vmlinux 0x61c6cc88 icc_get_name +EXPORT_SYMBOL_GPL vmlinux 0x61f67c92 phy_gbit_features_array +EXPORT_SYMBOL_GPL vmlinux 0x61f940d0 irq_domain_free_fwnode +EXPORT_SYMBOL_GPL vmlinux 0x61ffe044 pm_clk_remove +EXPORT_SYMBOL_GPL vmlinux 0x6206c6df vcap_rule_add_key_u48 +EXPORT_SYMBOL_GPL vmlinux 0x622c4e1f _RNvXs4j_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_13___va_list_tagNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x622c7922 register_oom_notifier +EXPORT_SYMBOL_GPL vmlinux 0x62363ba8 dev_pm_genpd_get_next_hrtimer +EXPORT_SYMBOL_GPL vmlinux 0x62377a7b blk_io_schedule +EXPORT_SYMBOL_GPL vmlinux 0x6246a629 synchronize_rcu_tasks_trace +EXPORT_SYMBOL_GPL vmlinux 0x62497a35 devl_dpipe_headers_register +EXPORT_SYMBOL_GPL vmlinux 0x6257dda7 clk_rate_exclusive_get +EXPORT_SYMBOL_GPL vmlinux 0x6259d291 clk_restore_context +EXPORT_SYMBOL_GPL vmlinux 0x6276f0b5 gpiod_to_chip +EXPORT_SYMBOL_GPL vmlinux 0x627a80e5 xfrm_audit_policy_delete +EXPORT_SYMBOL_GPL vmlinux 0x628b3080 _RNvXs45_NtNtCs9WMcp1Hn5Bv_4core9core_arch4simdNtB6_6i16x32NtNtBa_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x6295000a scsi_ioctl_block_when_processing_errors +EXPORT_SYMBOL_GPL vmlinux 0x6296d030 synth_event_gen_cmd_array_start +EXPORT_SYMBOL_GPL vmlinux 0x62ab0059 key_set_timeout +EXPORT_SYMBOL_GPL vmlinux 0x62ad2c6b devm_phy_package_join +EXPORT_SYMBOL_GPL vmlinux 0x62b1ce4e fsnotify_add_mark +EXPORT_SYMBOL_GPL vmlinux 0x62b6072b _RNvNtNtCsiTPnVqBGVaY_6kernel5print14format_strings4INFO +EXPORT_SYMBOL_GPL vmlinux 0x62bb09bf clocks_calc_mult_shift +EXPORT_SYMBOL_GPL vmlinux 0x62d371e7 find_mci_by_dev +EXPORT_SYMBOL_GPL vmlinux 0x62e0b215 clk_gate_restore_context +EXPORT_SYMBOL_GPL vmlinux 0x63026490 unregister_kprobe +EXPORT_SYMBOL_GPL vmlinux 0x630a3018 _RNvXs1L_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_16entry_stack_pageNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x630ec686 dev_attr_unload_heads +EXPORT_SYMBOL_GPL vmlinux 0x630ff265 driver_set_override +EXPORT_SYMBOL_GPL vmlinux 0x63150e06 clk_get_parent +EXPORT_SYMBOL_GPL vmlinux 0x63197685 s2idle_wake +EXPORT_SYMBOL_GPL vmlinux 0x6324e175 usb_hcd_pci_probe +EXPORT_SYMBOL_GPL vmlinux 0x63325789 extcon_set_property +EXPORT_SYMBOL_GPL vmlinux 0x633ea38d crypto_shash_update +EXPORT_SYMBOL_GPL vmlinux 0x6340434e x86_model +EXPORT_SYMBOL_GPL vmlinux 0x636f40e5 _RNvXs3Q_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_12cpu_topologyNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x6374e793 acct_bioset_exit +EXPORT_SYMBOL_GPL vmlinux 0x638a9653 memory_add_physaddr_to_nid +EXPORT_SYMBOL_GPL vmlinux 0x638aff11 proc_douintvec_minmax +EXPORT_SYMBOL_GPL vmlinux 0x638c48fe usb_init_urb +EXPORT_SYMBOL_GPL vmlinux 0x638f3bde wm8350_reg_lock +EXPORT_SYMBOL_GPL vmlinux 0x639d38cf _RNvNtCs9WMcp1Hn5Bv_4core9panicking18panic_bounds_check +EXPORT_SYMBOL_GPL vmlinux 0x63ae5950 _RNvXsn_NtNtNtCs9WMcp1Hn5Bv_4core3fmt3num3impmNtB9_8UpperExp3fmt +EXPORT_SYMBOL_GPL vmlinux 0x63b601e5 pci_check_and_unmask_intx +EXPORT_SYMBOL_GPL vmlinux 0x63c08029 clk_bulk_unprepare +EXPORT_SYMBOL_GPL vmlinux 0x63c4327b pwm_request_from_chip +EXPORT_SYMBOL_GPL vmlinux 0x63c5f553 thp_get_unmapped_area +EXPORT_SYMBOL_GPL vmlinux 0x63c96cd3 __tracepoint_block_unplug +EXPORT_SYMBOL_GPL vmlinux 0x63d65a50 __acpi_node_get_property_reference +EXPORT_SYMBOL_GPL vmlinux 0x63debe9a umd_load_blob +EXPORT_SYMBOL_GPL vmlinux 0x63ea80b3 cper_mem_err_type_str +EXPORT_SYMBOL_GPL vmlinux 0x63f0e6e6 iommu_unregister_device_fault_handler +EXPORT_SYMBOL_GPL vmlinux 0x640ed1d9 gpiochip_get_data +EXPORT_SYMBOL_GPL vmlinux 0x6415ada3 __SCK__tp_func_detach_device_from_domain +EXPORT_SYMBOL_GPL vmlinux 0x6426c29f devm_usb_get_phy +EXPORT_SYMBOL_GPL vmlinux 0x64297b92 crypto_comp_decompress +EXPORT_SYMBOL_GPL vmlinux 0x643291d5 _RNvXsn_NtCs9WMcp1Hn5Bv_4core6markerNtB5_13PhantomPinnedNtNtB7_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x644193c4 vp_legacy_remove +EXPORT_SYMBOL_GPL vmlinux 0x6448825a vp_modern_get_queue_reset +EXPORT_SYMBOL_GPL vmlinux 0x645c106c gpiochip_line_is_irq +EXPORT_SYMBOL_GPL vmlinux 0x6472884d _RNvXs1q_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_17bpf_raw_event_mapNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x6478b1ba __tracepoint_neigh_cleanup_and_release +EXPORT_SYMBOL_GPL vmlinux 0x64818f52 pci_hp_create_module_link +EXPORT_SYMBOL_GPL vmlinux 0x64856936 crypto_unregister_rng +EXPORT_SYMBOL_GPL vmlinux 0x648cb95c serial8250_em485_start_tx +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 0x64ad9b65 xfrm_dev_state_add +EXPORT_SYMBOL_GPL vmlinux 0x64b92d26 sched_set_fifo +EXPORT_SYMBOL_GPL vmlinux 0x64c13c26 crypto_stats_kpp_compute_shared_secret +EXPORT_SYMBOL_GPL vmlinux 0x64ddb7b1 get_net_ns_by_fd +EXPORT_SYMBOL_GPL vmlinux 0x64e27c4f synth_event_delete +EXPORT_SYMBOL_GPL vmlinux 0x64e5b809 gpiochip_line_is_valid +EXPORT_SYMBOL_GPL vmlinux 0x64e6e3fe _RNvMs7_NtCs9WMcp1Hn5Bv_4core3fmtNtB5_9Formatter5width +EXPORT_SYMBOL_GPL vmlinux 0x64e93cc6 ncsi_vlan_rx_add_vid +EXPORT_SYMBOL_GPL vmlinux 0x64e985ac _RNvXs6_NtNtCs9WMcp1Hn5Bv_4core3fmt3numhNtB5_10DisplayInt7from_u8 +EXPORT_SYMBOL_GPL vmlinux 0x64e9fc30 xenbus_dev_remove +EXPORT_SYMBOL_GPL vmlinux 0x64edb4ef devl_dpipe_table_register +EXPORT_SYMBOL_GPL vmlinux 0x64f36620 dax_flush +EXPORT_SYMBOL_GPL vmlinux 0x64f859d5 platform_get_resource_byname +EXPORT_SYMBOL_GPL vmlinux 0x6502d9c2 xenbus_scanf +EXPORT_SYMBOL_GPL vmlinux 0x650fc610 cpufreq_cpu_get_raw +EXPORT_SYMBOL_GPL vmlinux 0x65192138 _RNvXNtCs9WMcp1Hn5Bv_4core4charNtB2_13EscapeUnicodeNtNtNtNtB4_4iter6traits8iterator8Iterator4next +EXPORT_SYMBOL_GPL vmlinux 0x651b39f9 iommu_detach_group +EXPORT_SYMBOL_GPL vmlinux 0x651d10e5 ktime_get_tai_fast_ns +EXPORT_SYMBOL_GPL vmlinux 0x6527a231 dbgp_external_startup +EXPORT_SYMBOL_GPL vmlinux 0x652a2446 _RNvXs2r_NtNtCs9WMcp1Hn5Bv_4core9core_arch4simdNtB6_5f64x2NtNtBa_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x652d43c8 acpi_get_pci_dev +EXPORT_SYMBOL_GPL vmlinux 0x6531a37f mpi_add +EXPORT_SYMBOL_GPL vmlinux 0x65525c38 ghes_register_report_chain +EXPORT_SYMBOL_GPL vmlinux 0x6552d6a3 usb_control_msg_send +EXPORT_SYMBOL_GPL vmlinux 0x65704d22 hv_stimer_cleanup +EXPORT_SYMBOL_GPL vmlinux 0x65841fbc _RNvXsZ_NtNtCs9WMcp1Hn5Bv_4core3fmt3numxNtB7_5Octal3fmt +EXPORT_SYMBOL_GPL vmlinux 0x65860969 page_endio +EXPORT_SYMBOL_GPL vmlinux 0x6589092b scsi_autopm_put_device +EXPORT_SYMBOL_GPL vmlinux 0x658a09d8 _RNvXs1H_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_25cpuinfo_x86__bindgen_ty_1NtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x65a6bc64 folio_wait_stable +EXPORT_SYMBOL_GPL vmlinux 0x65acf90c sbitmap_weight +EXPORT_SYMBOL_GPL vmlinux 0x65b0ece2 _RNvMs_NtNtCs9WMcp1Hn5Bv_4core3num3fmtNtB4_9Formatted3len +EXPORT_SYMBOL_GPL vmlinux 0x65bfffd5 sdio_readl +EXPORT_SYMBOL_GPL vmlinux 0x65ccb6f0 call_netevent_notifiers +EXPORT_SYMBOL_GPL vmlinux 0x65dc0fe5 skb_gso_validate_network_len +EXPORT_SYMBOL_GPL vmlinux 0x65e81fa0 pci_hp_destroy +EXPORT_SYMBOL_GPL vmlinux 0x65ef0306 regulator_enable +EXPORT_SYMBOL_GPL vmlinux 0x65f5afb5 smpboot_unregister_percpu_thread +EXPORT_SYMBOL_GPL vmlinux 0x660eb6bd devlink_free +EXPORT_SYMBOL_GPL vmlinux 0x661010a6 usb_set_device_state +EXPORT_SYMBOL_GPL vmlinux 0x661252ad devm_clk_notifier_register +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 0x6649e7ae sdio_writesb +EXPORT_SYMBOL_GPL vmlinux 0x6655269d __virtqueue_break +EXPORT_SYMBOL_GPL vmlinux 0x665d8c01 blkcg_print_blkgs +EXPORT_SYMBOL_GPL vmlinux 0x665e92a0 clk_set_duty_cycle +EXPORT_SYMBOL_GPL vmlinux 0x66724b6c pci_epf_destroy +EXPORT_SYMBOL_GPL vmlinux 0x667f6146 fat_add_entries +EXPORT_SYMBOL_GPL vmlinux 0x668402aa crypto_put_default_rng +EXPORT_SYMBOL_GPL vmlinux 0x66899515 _RNvXsG_NtNtCs9WMcp1Hn5Bv_4core3fmt3numhNtB7_8LowerHex3fmt +EXPORT_SYMBOL_GPL vmlinux 0x66acd4c1 ping_init_sock +EXPORT_SYMBOL_GPL vmlinux 0x66b11a4f _RNvMs5_NtCs9WMcp1Hn5Bv_4core3numt14from_str_radix +EXPORT_SYMBOL_GPL vmlinux 0x66b97421 sfp_link_up +EXPORT_SYMBOL_GPL vmlinux 0x66be213d fat_time_unix2fat +EXPORT_SYMBOL_GPL vmlinux 0x66c2bc0b vcap_rule_get_key_u32 +EXPORT_SYMBOL_GPL vmlinux 0x66d1a782 dev_pm_opp_get_voltage +EXPORT_SYMBOL_GPL vmlinux 0x66d5397d irq_gc_ack_set_bit +EXPORT_SYMBOL_GPL vmlinux 0x66d87d38 symbol_put_addr +EXPORT_SYMBOL_GPL vmlinux 0x670b339c ghes_get_devices +EXPORT_SYMBOL_GPL vmlinux 0x6722f399 pci_epc_unmap_addr +EXPORT_SYMBOL_GPL vmlinux 0x672f3dc4 ip_build_and_send_pkt +EXPORT_SYMBOL_GPL vmlinux 0x67335918 __traceiter_io_page_fault +EXPORT_SYMBOL_GPL vmlinux 0x6738897b irq_gc_unmask_enable_reg +EXPORT_SYMBOL_GPL vmlinux 0x6738e238 __blkg_prfill_u64 +EXPORT_SYMBOL_GPL vmlinux 0x6739a503 balloon_set_new_target +EXPORT_SYMBOL_GPL vmlinux 0x67430fb5 inet_twsk_put +EXPORT_SYMBOL_GPL vmlinux 0x67465302 pm_runtime_set_memalloc_noio +EXPORT_SYMBOL_GPL vmlinux 0x6746b9b7 dma_get_slave_channel +EXPORT_SYMBOL_GPL vmlinux 0x674f2377 dm_put +EXPORT_SYMBOL_GPL vmlinux 0x67557d0c security_kernel_read_file +EXPORT_SYMBOL_GPL vmlinux 0x6759bd00 __SCT__tp_func_rpm_idle +EXPORT_SYMBOL_GPL vmlinux 0x67733cbc rtc_class_open +EXPORT_SYMBOL_GPL vmlinux 0x6773bdf9 _RNvXsY_NtNtCs9WMcp1Hn5Bv_4core4sync6atomicNtB5_11AtomicIsizeNtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x677ff88c xas_store +EXPORT_SYMBOL_GPL vmlinux 0x6780c340 vcap_keyset_list_add +EXPORT_SYMBOL_GPL vmlinux 0x6790ebd3 mce_is_memory_error +EXPORT_SYMBOL_GPL vmlinux 0x67955ce6 profile_hits +EXPORT_SYMBOL_GPL vmlinux 0x67acd2e6 devres_release_group +EXPORT_SYMBOL_GPL vmlinux 0x67b97814 led_trigger_read +EXPORT_SYMBOL_GPL vmlinux 0x67bcf924 _RNvXs3z_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_12vma_iteratorNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x67c3c795 get_state_synchronize_rcu_full +EXPORT_SYMBOL_GPL vmlinux 0x67d06bf4 pci_p2pdma_distance_many +EXPORT_SYMBOL_GPL vmlinux 0x67d2c7e5 elv_rqhash_add +EXPORT_SYMBOL_GPL vmlinux 0x67da9f7c sha512_zero_message_hash +EXPORT_SYMBOL_GPL vmlinux 0x67dcd76b uv_setup_irq +EXPORT_SYMBOL_GPL vmlinux 0x67ec68b2 tcp_abort +EXPORT_SYMBOL_GPL vmlinux 0x67f2ecb6 espintcp_push_skb +EXPORT_SYMBOL_GPL vmlinux 0x67f36b30 _RNvNvMsq_NtNtCs9WMcp1Hn5Bv_4core3num7nonzeroNtB7_11NonZeroU12813new_unchecked8comptime +EXPORT_SYMBOL_GPL vmlinux 0x67fac0a2 crypto_unregister_scomp +EXPORT_SYMBOL_GPL vmlinux 0x67fe0010 unmap_mapping_pages +EXPORT_SYMBOL_GPL vmlinux 0x67feb3b4 __tracepoint_mc_event +EXPORT_SYMBOL_GPL vmlinux 0x6809adf3 con_debug_enter +EXPORT_SYMBOL_GPL vmlinux 0x68182fd7 extcon_register_notifier_all +EXPORT_SYMBOL_GPL vmlinux 0x681c74cc md_bitmap_resize +EXPORT_SYMBOL_GPL vmlinux 0x682195a4 devm_regmap_add_irq_chip_fwnode +EXPORT_SYMBOL_GPL vmlinux 0x68227d19 hrtimer_init_sleeper +EXPORT_SYMBOL_GPL vmlinux 0x68233ac1 sysfs_remove_bin_file +EXPORT_SYMBOL_GPL vmlinux 0x6823cc61 crypto_hash_alg_has_setkey +EXPORT_SYMBOL_GPL vmlinux 0x682b3cb6 regmap_check_range_table +EXPORT_SYMBOL_GPL vmlinux 0x682ff057 ring_buffer_commit_overrun_cpu +EXPORT_SYMBOL_GPL vmlinux 0x683386d9 _RNvXsy_NtCs9WMcp1Hn5Bv_4core4charNtB5_11EscapeDebugNtNtB7_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x6839ee45 device_set_of_node_from_dev +EXPORT_SYMBOL_GPL vmlinux 0x68460527 blkcg_set_fc_appid +EXPORT_SYMBOL_GPL vmlinux 0x685bd379 _RNvXs1h_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_3msrNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x6861b6f0 syscon_regmap_lookup_by_phandle_args +EXPORT_SYMBOL_GPL vmlinux 0x6886f113 _RNvXs1U_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_10llist_nodeNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x688f53d4 generic_access_phys +EXPORT_SYMBOL_GPL vmlinux 0x68952493 rcu_note_context_switch +EXPORT_SYMBOL_GPL vmlinux 0x689877c2 sysfs_groups_change_owner +EXPORT_SYMBOL_GPL vmlinux 0x68b5a236 hwspin_lock_register +EXPORT_SYMBOL_GPL vmlinux 0x68ba5f3f vfs_cancel_lock +EXPORT_SYMBOL_GPL vmlinux 0x68bd4d3a relay_close +EXPORT_SYMBOL_GPL vmlinux 0x68bf4f3f _RNvXsQ_NtCs796HB7yPNRt_8bindings12bindings_rawNtB5_3eddNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x68e9d4b8 nvdimm_region_delete +EXPORT_SYMBOL_GPL vmlinux 0x690f585e phy_basic_ports_array +EXPORT_SYMBOL_GPL vmlinux 0x69152fa0 _RNvXs2Z_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_15return_instanceNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x692077c6 __blk_mq_debugfs_rq_show +EXPORT_SYMBOL_GPL vmlinux 0x6922499f sata_port_ops +EXPORT_SYMBOL_GPL vmlinux 0x694c64de fbcon_modechange_possible +EXPORT_SYMBOL_GPL vmlinux 0x695102fc genphy_c45_pma_read_abilities +EXPORT_SYMBOL_GPL vmlinux 0x6954e8c9 _RNvXs4_NtCs9WMcp1Hn5Bv_4core3fmtNtB5_9ArgumentsNtB5_5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x695db6cd tpm_chip_alloc +EXPORT_SYMBOL_GPL vmlinux 0x696340a5 __i2c_board_lock +EXPORT_SYMBOL_GPL vmlinux 0x69637b2c __traceiter_powernv_throttle +EXPORT_SYMBOL_GPL vmlinux 0x6964ee5b regmap_multi_reg_write +EXPORT_SYMBOL_GPL vmlinux 0x696d7e0b l1tf_mitigation +EXPORT_SYMBOL_GPL vmlinux 0x697c5d0d tracing_snapshot_alloc +EXPORT_SYMBOL_GPL vmlinux 0x69827b3a gpiochip_get_desc +EXPORT_SYMBOL_GPL vmlinux 0x69934cf2 ohci_restart +EXPORT_SYMBOL_GPL vmlinux 0x699845c9 bio_associate_blkg +EXPORT_SYMBOL_GPL vmlinux 0x6999858c _RNvXs1T_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_10llist_headNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x69a76095 _RNvXsP_NtCs796HB7yPNRt_8bindings12bindings_rawNtB5_8edd_infoNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x69a94c2b blk_set_pm_only +EXPORT_SYMBOL_GPL vmlinux 0x69ce2a15 tty_put_char +EXPORT_SYMBOL_GPL vmlinux 0x69cf0632 mpi_fromstr +EXPORT_SYMBOL_GPL vmlinux 0x69d006ea register_btf_id_dtor_kfuncs +EXPORT_SYMBOL_GPL vmlinux 0x69d5b810 pwm_lpss_bsw_info +EXPORT_SYMBOL_GPL vmlinux 0x69e65968 _RNvXs1w_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_13reg_1024_byteNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +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 0x69f56218 xfrm_bpf_md_dst +EXPORT_SYMBOL_GPL vmlinux 0x6a05b65b fb_videomode_from_videomode +EXPORT_SYMBOL_GPL vmlinux 0x6a0a5202 crypto_unregister_ahashes +EXPORT_SYMBOL_GPL vmlinux 0x6a0ba4a7 irq_get_default_host +EXPORT_SYMBOL_GPL vmlinux 0x6a14d3af unregister_random_vmfork_notifier +EXPORT_SYMBOL_GPL vmlinux 0x6a14f0fb acpi_find_child_by_adr +EXPORT_SYMBOL_GPL vmlinux 0x6a1a6c90 genphy_c45_an_disable_aneg +EXPORT_SYMBOL_GPL vmlinux 0x6a26873b _RNvXs4_NtNtCs9WMcp1Hn5Bv_4core3fmt3numnNtB5_10DisplayInt6to_u64 +EXPORT_SYMBOL_GPL vmlinux 0x6a36ff74 __traceiter_devlink_hwmsg +EXPORT_SYMBOL_GPL vmlinux 0x6a3ef32a __mmc_poll_for_busy +EXPORT_SYMBOL_GPL vmlinux 0x6a421062 memory_failure_queue +EXPORT_SYMBOL_GPL vmlinux 0x6a460dc5 schedule_hrtimeout +EXPORT_SYMBOL_GPL vmlinux 0x6a4a1b5b _RNvXs1h_NtNtCs9WMcp1Hn5Bv_4core9core_arch4simdNtB6_5i64x1NtNtBa_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x6a4b38cf fb_deferred_io_init +EXPORT_SYMBOL_GPL vmlinux 0x6a4f623b mmu_notifier_synchronize +EXPORT_SYMBOL_GPL vmlinux 0x6a5e88a4 vfs_submount +EXPORT_SYMBOL_GPL vmlinux 0x6a60cdc5 power_supply_get_property +EXPORT_SYMBOL_GPL vmlinux 0x6a62eba9 _RNvXsy_NtNtCs9WMcp1Hn5Bv_4core3fmt3numjNtB7_8LowerHex3fmt +EXPORT_SYMBOL_GPL vmlinux 0x6a6bdf4c _RNvXsu_NtNtCs9WMcp1Hn5Bv_4core4sync6atomicNtB5_9AtomicI16NtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x6a7d533d tcp_sendmsg_locked +EXPORT_SYMBOL_GPL vmlinux 0x6a829b89 i2c_recover_bus +EXPORT_SYMBOL_GPL vmlinux 0x6a8441be cpci_hp_start +EXPORT_SYMBOL_GPL vmlinux 0x6a920354 sysfs_change_owner +EXPORT_SYMBOL_GPL vmlinux 0x6a950215 dev_pm_opp_remove_table +EXPORT_SYMBOL_GPL vmlinux 0x6a9e90af ata_mode_string +EXPORT_SYMBOL_GPL vmlinux 0x6aa2a877 xenbus_printf +EXPORT_SYMBOL_GPL vmlinux 0x6aa36b44 sfp_bus_add_upstream +EXPORT_SYMBOL_GPL vmlinux 0x6aa53349 dmaengine_desc_set_metadata_len +EXPORT_SYMBOL_GPL vmlinux 0x6aad9152 xen_set_callback_via +EXPORT_SYMBOL_GPL vmlinux 0x6aae7b09 _RNvXs3_NtNtCs9WMcp1Hn5Bv_4core3fmt3numxNtB5_10DisplayInt6to_u32 +EXPORT_SYMBOL_GPL vmlinux 0x6acfc55d shmem_file_setup_with_mnt +EXPORT_SYMBOL_GPL vmlinux 0x6add31ed xfrm_audit_state_replay_overflow +EXPORT_SYMBOL_GPL vmlinux 0x6ae3a6e0 metadata_dst_free_percpu +EXPORT_SYMBOL_GPL vmlinux 0x6af208ec ata_dummy_port_info +EXPORT_SYMBOL_GPL vmlinux 0x6afad836 _RNvNvNtNtNtCs9WMcp1Hn5Bv_4core9core_arch3x865ssse315__mm_alignr_epi84mask +EXPORT_SYMBOL_GPL vmlinux 0x6b05d58d _RNvXs46_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_25local_apic__bindgen_ty_29NtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x6b0d9ef0 _RNvXsz_NtNtCs9WMcp1Hn5Bv_4core4sync6atomicNtB5_9AtomicU16NtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x6b0dc565 xen_set_irq_priority +EXPORT_SYMBOL_GPL vmlinux 0x6b0eaa18 hv_ghcb_msr_read +EXPORT_SYMBOL_GPL vmlinux 0x6b0f08b1 iommu_sva_bind_device +EXPORT_SYMBOL_GPL vmlinux 0x6b21a892 _RNvXsS_NtNtCs9WMcp1Hn5Bv_4core3str7patternNtB5_15StrSearcherImplNtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x6b2b0119 devm_acpi_dma_controller_free +EXPORT_SYMBOL_GPL vmlinux 0x6b2b69f7 static_key_enable +EXPORT_SYMBOL_GPL vmlinux 0x6b35a16b intel_scu_ipc_dev_get +EXPORT_SYMBOL_GPL vmlinux 0x6b36e07d devlink_linecard_destroy +EXPORT_SYMBOL_GPL vmlinux 0x6b3ae022 acpi_os_unmap_iomem +EXPORT_SYMBOL_GPL vmlinux 0x6b3e54c8 spi_finalize_current_transfer +EXPORT_SYMBOL_GPL vmlinux 0x6b413c9b sfp_link_down +EXPORT_SYMBOL_GPL vmlinux 0x6b4f8b96 report_iommu_fault +EXPORT_SYMBOL_GPL vmlinux 0x6b52d1ee _RNvXs7_NtNtCs9WMcp1Hn5Bv_4core3fmt3numtNtB5_10DisplayInt6to_u32 +EXPORT_SYMBOL_GPL vmlinux 0x6b540598 crypto_hash_walk_done +EXPORT_SYMBOL_GPL vmlinux 0x6b663542 blkcg_get_fc_appid +EXPORT_SYMBOL_GPL vmlinux 0x6b7a4335 hyperv_cleanup +EXPORT_SYMBOL_GPL vmlinux 0x6b7d8711 pin_user_pages_fast +EXPORT_SYMBOL_GPL vmlinux 0x6b81b94a pci_assign_unassigned_bus_resources +EXPORT_SYMBOL_GPL vmlinux 0x6b81c38b power_supply_unreg_notifier +EXPORT_SYMBOL_GPL vmlinux 0x6b8f5323 phy_create +EXPORT_SYMBOL_GPL vmlinux 0x6b991eb8 i2c_adapter_depth +EXPORT_SYMBOL_GPL vmlinux 0x6ba36c6a hwpoison_filter_flags_value +EXPORT_SYMBOL_GPL vmlinux 0x6bb119f5 _RNvNtCs9WMcp1Hn5Bv_4core3fmt5write +EXPORT_SYMBOL_GPL vmlinux 0x6bbd8324 perf_unregister_guest_info_callbacks +EXPORT_SYMBOL_GPL vmlinux 0x6bccae87 _RNvXsA_NtNtCs9WMcp1Hn5Bv_4core3fmt3numaNtB7_6Binary3fmt +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 0x6be1cfc1 _RNvXsW_NtNtCs9WMcp1Hn5Bv_4core3str7patternNtB5_14TwoWaySearcherNtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x6be3a96b hv_remove_vmbus_handler +EXPORT_SYMBOL_GPL vmlinux 0x6bfa5698 blk_mq_freeze_queue_wait +EXPORT_SYMBOL_GPL vmlinux 0x6bfcb042 iov_iter_get_pages_alloc +EXPORT_SYMBOL_GPL vmlinux 0x6c02db31 crypto_register_akcipher +EXPORT_SYMBOL_GPL vmlinux 0x6c0513bf sock_diag_put_meminfo +EXPORT_SYMBOL_GPL vmlinux 0x6c06043d fwnode_gpiod_get_index +EXPORT_SYMBOL_GPL vmlinux 0x6c0dba1d _RNvNvMNtNtCs9WMcp1Hn5Bv_4core3num7nonzeroNtB4_9NonZeroU813new_unchecked8comptime +EXPORT_SYMBOL_GPL vmlinux 0x6c132d0f tpm2_get_cc_attrs_tbl +EXPORT_SYMBOL_GPL vmlinux 0x6c1e4df1 vcap_keyset_name +EXPORT_SYMBOL_GPL vmlinux 0x6c205008 mpi_print +EXPORT_SYMBOL_GPL vmlinux 0x6c2cd652 regmap_field_bulk_alloc +EXPORT_SYMBOL_GPL vmlinux 0x6c3252be platform_irq_count +EXPORT_SYMBOL_GPL vmlinux 0x6c32e4d8 __SCK__tp_func_unmap +EXPORT_SYMBOL_GPL vmlinux 0x6c33d618 xdp_convert_zc_to_xdp_frame +EXPORT_SYMBOL_GPL vmlinux 0x6c33ff15 kobject_get_path +EXPORT_SYMBOL_GPL vmlinux 0x6c389761 acpi_bus_get_private_data +EXPORT_SYMBOL_GPL vmlinux 0x6c3ab655 ip6_sk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0x6c3f70e0 guid_gen +EXPORT_SYMBOL_GPL vmlinux 0x6c4b6684 reset_control_assert +EXPORT_SYMBOL_GPL vmlinux 0x6c56f2aa auxiliary_device_init +EXPORT_SYMBOL_GPL vmlinux 0x6c5ad0cd kmsg_dump_register +EXPORT_SYMBOL_GPL vmlinux 0x6c655913 register_acpi_hed_notifier +EXPORT_SYMBOL_GPL vmlinux 0x6c6b5dd9 iopf_queue_remove_device +EXPORT_SYMBOL_GPL vmlinux 0x6c742033 uprobe_register_refctr +EXPORT_SYMBOL_GPL vmlinux 0x6c78ecd7 phy_configure +EXPORT_SYMBOL_GPL vmlinux 0x6c7b435f mc146818_does_rtc_work +EXPORT_SYMBOL_GPL vmlinux 0x6c87d4aa phy_get_rate_matching +EXPORT_SYMBOL_GPL vmlinux 0x6c93d0d2 regulator_desc_list_voltage_linear_range +EXPORT_SYMBOL_GPL vmlinux 0x6c9a04b1 _RNvXso_NtNtCs9WMcp1Hn5Bv_4core4hash3sipNtB5_11Sip24RoundsNtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x6ca4bf88 async_synchronize_full_domain +EXPORT_SYMBOL_GPL vmlinux 0x6cb5f319 __rg_alloc +EXPORT_SYMBOL_GPL vmlinux 0x6cbb2ad8 rtnl_af_register +EXPORT_SYMBOL_GPL vmlinux 0x6cd2781f __tracepoint_devlink_hwerr +EXPORT_SYMBOL_GPL vmlinux 0x6cf9d760 _RNvNtNtCs9WMcp1Hn5Bv_4core5slice5index24slice_end_index_len_fail +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 0x6d24275f adp5520_write +EXPORT_SYMBOL_GPL vmlinux 0x6d2e899d mce_usable_address +EXPORT_SYMBOL_GPL vmlinux 0x6d2fc5a6 net_namespace_list +EXPORT_SYMBOL_GPL vmlinux 0x6d31089b pci_cfg_access_lock +EXPORT_SYMBOL_GPL vmlinux 0x6d4cc3b6 vp_modern_generation +EXPORT_SYMBOL_GPL vmlinux 0x6d518efa devl_traps_register +EXPORT_SYMBOL_GPL vmlinux 0x6d6bfb7d attribute_container_unregister +EXPORT_SYMBOL_GPL vmlinux 0x6d6d74f2 public_key_signature_free +EXPORT_SYMBOL_GPL vmlinux 0x6d6fec1f ktime_mono_to_any +EXPORT_SYMBOL_GPL vmlinux 0x6d7c7255 dev_pm_opp_disable +EXPORT_SYMBOL_GPL vmlinux 0x6d7d4f51 __SCK__tp_func_xdp_exception +EXPORT_SYMBOL_GPL vmlinux 0x6d7e951e rcu_exp_batches_completed +EXPORT_SYMBOL_GPL vmlinux 0x6d876a13 ata_sff_port_intr +EXPORT_SYMBOL_GPL vmlinux 0x6d87f371 css_next_descendant_pre +EXPORT_SYMBOL_GPL vmlinux 0x6d9cc0c1 is_dock_device +EXPORT_SYMBOL_GPL vmlinux 0x6da76cb4 sysfs_merge_group +EXPORT_SYMBOL_GPL vmlinux 0x6dbaafd3 put_old_timespec32 +EXPORT_SYMBOL_GPL vmlinux 0x6dc3d04d linear_hugepage_index +EXPORT_SYMBOL_GPL vmlinux 0x6dc9b68e scsi_host_complete_all_commands +EXPORT_SYMBOL_GPL vmlinux 0x6dd5680d sprint_symbol_build_id +EXPORT_SYMBOL_GPL vmlinux 0x6dd57957 _RNvXNvNtCs9WMcp1Hn5Bv_4core9panicking21assert_matches_failedNtB2_7PatternNtNtB6_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x6dd8ba8a nfs_ssc_client_tbl +EXPORT_SYMBOL_GPL vmlinux 0x6de242b5 mmc_poll_for_busy +EXPORT_SYMBOL_GPL vmlinux 0x6de296c8 _RNvXs3_NtNtCs9WMcp1Hn5Bv_4core3fmt3numxNtB5_10DisplayInt7from_u8 +EXPORT_SYMBOL_GPL vmlinux 0x6de6d86a bdi_dev_name +EXPORT_SYMBOL_GPL vmlinux 0x6dfefa7d pci_intx +EXPORT_SYMBOL_GPL vmlinux 0x6e00fcfb modify_ftrace_direct +EXPORT_SYMBOL_GPL vmlinux 0x6e0f9d7d ata_host_alloc +EXPORT_SYMBOL_GPL vmlinux 0x6e1b9a0b kern_mount +EXPORT_SYMBOL_GPL vmlinux 0x6e3347ec devlink_priv +EXPORT_SYMBOL_GPL vmlinux 0x6e353c26 mpi_rshift +EXPORT_SYMBOL_GPL vmlinux 0x6e3ff83a edac_device_alloc_index +EXPORT_SYMBOL_GPL vmlinux 0x6e5fa65e __SCK__tp_func_cpu_frequency +EXPORT_SYMBOL_GPL vmlinux 0x6e6f276c _RNvNtNtCs9WMcp1Hn5Bv_4core5slice5index29slice_start_index_len_fail_ct +EXPORT_SYMBOL_GPL vmlinux 0x6e779d5c acpi_match_device +EXPORT_SYMBOL_GPL vmlinux 0x6e7943ec iommu_group_id +EXPORT_SYMBOL_GPL vmlinux 0x6e7f07db wakeup_sources_walk_start +EXPORT_SYMBOL_GPL vmlinux 0x6e834c3b __tracepoint_sched_util_est_cfs_tp +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 0x6eb31432 sysfs_create_groups +EXPORT_SYMBOL_GPL vmlinux 0x6eba99e5 device_move +EXPORT_SYMBOL_GPL vmlinux 0x6ebe366f ktime_get_mono_fast_ns +EXPORT_SYMBOL_GPL vmlinux 0x6ebf0b78 devm_regmap_field_bulk_alloc +EXPORT_SYMBOL_GPL vmlinux 0x6ec00c6b i2c_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x6ee4491e node_to_amd_nb +EXPORT_SYMBOL_GPL vmlinux 0x6ee89444 __SCK__tp_func_arm_event +EXPORT_SYMBOL_GPL vmlinux 0x6ef6b54f ktime_get_boot_fast_ns +EXPORT_SYMBOL_GPL vmlinux 0x6efa8fb9 _RNvXs17_NtNtCs9WMcp1Hn5Bv_4core3fmt3numnNtB8_5Octal3fmt +EXPORT_SYMBOL_GPL vmlinux 0x6efd02a4 fuse_free_conn +EXPORT_SYMBOL_GPL vmlinux 0x6f08e4c0 _RNvXs3_NtNtCs9WMcp1Hn5Bv_4core4char6decodeNtB5_16DecodeUtf16ErrorNtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x6f0e865e pci_dev_run_wake +EXPORT_SYMBOL_GPL vmlinux 0x6f11d63c fib_new_table +EXPORT_SYMBOL_GPL vmlinux 0x6f12560a get_old_timespec32 +EXPORT_SYMBOL_GPL vmlinux 0x6f36543e skb_zerocopy_headlen +EXPORT_SYMBOL_GPL vmlinux 0x6f487f3b pinctrl_utils_add_map_mux +EXPORT_SYMBOL_GPL vmlinux 0x6f49e452 rust_begin_unwind +EXPORT_SYMBOL_GPL vmlinux 0x6f5a9c7f regmap_get_reg_stride +EXPORT_SYMBOL_GPL vmlinux 0x6f5e754c dm_table_set_type +EXPORT_SYMBOL_GPL vmlinux 0x6f62f048 _RNvXsG_NtNtCs9WMcp1Hn5Bv_4core9core_arch3x86NtB5_8___m256bhNtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x6f650b62 devres_close_group +EXPORT_SYMBOL_GPL vmlinux 0x6f6b52e9 __ipv6_fixup_options +EXPORT_SYMBOL_GPL vmlinux 0x6f74cd2b edac_device_del_device +EXPORT_SYMBOL_GPL vmlinux 0x6f7e6040 irq_has_action +EXPORT_SYMBOL_GPL vmlinux 0x6f85d66b bind_interdomain_evtchn_to_irq_lateeoi +EXPORT_SYMBOL_GPL vmlinux 0x6f878ea8 _RNvMs_NtNtCs9WMcp1Hn5Bv_4core4char6decodeNtB4_16DecodeUtf16Error18unpaired_surrogate +EXPORT_SYMBOL_GPL vmlinux 0x6f9e763b timecounter_read +EXPORT_SYMBOL_GPL vmlinux 0x6faf1115 _RNvXs2x_NtNtCs9WMcp1Hn5Bv_4core9core_arch4simdNtB6_5f64x4NtNtBa_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x6fc0f628 _RNvXs9_NtNtCs9WMcp1Hn5Bv_4core3fmt3numyNtB5_10DisplayInt7to_u128 +EXPORT_SYMBOL_GPL vmlinux 0x6fc407ce inet_csk_addr2sockaddr +EXPORT_SYMBOL_GPL vmlinux 0x6fcef6ab ring_buffer_reset +EXPORT_SYMBOL_GPL vmlinux 0x6fd397be ip_local_out +EXPORT_SYMBOL_GPL vmlinux 0x6fd8f620 switchdev_bridge_port_unoffload +EXPORT_SYMBOL_GPL vmlinux 0x6fd9275e usb_reset_configuration +EXPORT_SYMBOL_GPL vmlinux 0x6fda02c9 __tracepoint_ata_bmdma_start +EXPORT_SYMBOL_GPL vmlinux 0x6fe2517d xenbus_watch_path +EXPORT_SYMBOL_GPL vmlinux 0x6fe89ec3 _RNvXs7_NtNtCs9WMcp1Hn5Bv_4core9core_arch4simdNtB5_4i8x2NtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x6ff607b6 crypto_get_default_rng +EXPORT_SYMBOL_GPL vmlinux 0x6ffce680 x86_cpu_has_min_microcode_rev +EXPORT_SYMBOL_GPL vmlinux 0x7003e9f3 led_trigger_set +EXPORT_SYMBOL_GPL vmlinux 0x7006586e iommu_get_group_resv_regions +EXPORT_SYMBOL_GPL vmlinux 0x700796cb mmc_switch +EXPORT_SYMBOL_GPL vmlinux 0x70195173 cpufreq_driver_fast_switch +EXPORT_SYMBOL_GPL vmlinux 0x701cd4ee ip_route_output_flow +EXPORT_SYMBOL_GPL vmlinux 0x70350a20 bpf_prog_sub +EXPORT_SYMBOL_GPL vmlinux 0x7038e1b3 pci_set_pcie_reset_state +EXPORT_SYMBOL_GPL vmlinux 0x703c0ad4 cpuidle_get_cpu_driver +EXPORT_SYMBOL_GPL vmlinux 0x703de6f5 pci_set_host_bridge_release +EXPORT_SYMBOL_GPL vmlinux 0x7043d298 __traceiter_sched_update_nr_running_tp +EXPORT_SYMBOL_GPL vmlinux 0x704bc89c gpiochip_add_pin_range +EXPORT_SYMBOL_GPL vmlinux 0x70576fee acpi_processor_ffh_cstate_probe +EXPORT_SYMBOL_GPL vmlinux 0x7063f3d7 __irq_alloc_descs +EXPORT_SYMBOL_GPL vmlinux 0x70727c3d acpi_bind_one +EXPORT_SYMBOL_GPL vmlinux 0x7073c04f phy_10_100_features_array +EXPORT_SYMBOL_GPL vmlinux 0x70802e3d cpuidle_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x709b2de0 of_hwspin_lock_get_id +EXPORT_SYMBOL_GPL vmlinux 0x70a1507e fscrypt_ioctl_get_policy_ex +EXPORT_SYMBOL_GPL vmlinux 0x70b23e84 _RNvXsb_NtNtCs9WMcp1Hn5Bv_4core3fmt3numjNtB5_10DisplayInt6to_u16 +EXPORT_SYMBOL_GPL vmlinux 0x70b7032c _RNvXs16_NtNtCs9WMcp1Hn5Bv_4core3fmt3numnNtB8_6Binary3fmt +EXPORT_SYMBOL_GPL vmlinux 0x70be97dd icmp_build_probe +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 0x70cbe228 find_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0x70cf032f usb_hcd_irq +EXPORT_SYMBOL_GPL vmlinux 0x70d192af pci_create_slot +EXPORT_SYMBOL_GPL vmlinux 0x70e1cae0 ata_noop_qc_prep +EXPORT_SYMBOL_GPL vmlinux 0x70e48cf3 regmap_async_complete_cb +EXPORT_SYMBOL_GPL vmlinux 0x70ef0b82 rio_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x70f46461 devm_gpiod_get_from_of_node +EXPORT_SYMBOL_GPL vmlinux 0x70fbae4d cppc_allow_fast_switch +EXPORT_SYMBOL_GPL vmlinux 0x7109f82a icc_disable +EXPORT_SYMBOL_GPL vmlinux 0x710c73b6 crypto_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x710cb439 __inode_attach_wb +EXPORT_SYMBOL_GPL vmlinux 0x71127a26 sched_set_normal +EXPORT_SYMBOL_GPL vmlinux 0x7113c586 irq_domain_pop_irq +EXPORT_SYMBOL_GPL vmlinux 0x711d2139 bpf_trace_run6 +EXPORT_SYMBOL_GPL vmlinux 0x711f1520 md_rdev_init +EXPORT_SYMBOL_GPL vmlinux 0x7129a6f4 osc_sb_native_usb4_support_confirmed +EXPORT_SYMBOL_GPL vmlinux 0x713d1f89 wm8350_clear_bits +EXPORT_SYMBOL_GPL vmlinux 0x713d6f70 sdio_retune_hold_now +EXPORT_SYMBOL_GPL vmlinux 0x71492bda pci_generic_config_read +EXPORT_SYMBOL_GPL vmlinux 0x714d081f synth_event_create +EXPORT_SYMBOL_GPL vmlinux 0x714f51ef _RNvXs1c_NtNtCs9WMcp1Hn5Bv_4core3fmt3numoNtB8_8LowerHex3fmt +EXPORT_SYMBOL_GPL vmlinux 0x7159a51f regulator_suspend_disable +EXPORT_SYMBOL_GPL vmlinux 0x715a43ce priv_to_devlink +EXPORT_SYMBOL_GPL vmlinux 0x715cd657 security_kernel_post_read_file +EXPORT_SYMBOL_GPL vmlinux 0x716265c7 debugfs_initialized +EXPORT_SYMBOL_GPL vmlinux 0x71724493 mctrl_gpio_enable_irq_wake +EXPORT_SYMBOL_GPL vmlinux 0x7176d3d5 wakeup_source_add +EXPORT_SYMBOL_GPL vmlinux 0x7181db30 atomic_notifier_chain_unregister +EXPORT_SYMBOL_GPL vmlinux 0x718feaac kthread_park +EXPORT_SYMBOL_GPL vmlinux 0x7195940a mctrl_gpio_disable_irq_wake +EXPORT_SYMBOL_GPL vmlinux 0x719e17ff clk_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0x71a03239 crypto_larval_kill +EXPORT_SYMBOL_GPL vmlinux 0x71aaadbf inet6_lookup_listener +EXPORT_SYMBOL_GPL vmlinux 0x71b6cf94 dst_cache_reset_now +EXPORT_SYMBOL_GPL vmlinux 0x71c059d8 __traceiter_map +EXPORT_SYMBOL_GPL vmlinux 0x71e9a8df devm_pm_runtime_enable +EXPORT_SYMBOL_GPL vmlinux 0x71f44493 usb_match_one_id +EXPORT_SYMBOL_GPL vmlinux 0x71f446c4 pm_clk_destroy +EXPORT_SYMBOL_GPL vmlinux 0x71f6a74b regmap_fields_read +EXPORT_SYMBOL_GPL vmlinux 0x7200343c ata_bmdma_qc_prep +EXPORT_SYMBOL_GPL vmlinux 0x7212245c __nvdimm_create +EXPORT_SYMBOL_GPL vmlinux 0x7214afe9 adp5520_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x721f0c6a _RNvXss_NtCs9WMcp1Hn5Bv_4core3numyNtNtNtB7_3str6traits7FromStr8from_str +EXPORT_SYMBOL_GPL vmlinux 0x7237e950 pkcs7_verify +EXPORT_SYMBOL_GPL vmlinux 0x72406295 platform_add_devices +EXPORT_SYMBOL_GPL vmlinux 0x724f9119 samsung_sdi_battery_get_info +EXPORT_SYMBOL_GPL vmlinux 0x7257b647 sata_std_hardreset +EXPORT_SYMBOL_GPL vmlinux 0x725c7c93 fib_nl_delrule +EXPORT_SYMBOL_GPL vmlinux 0x7265f2b0 pci_vpd_check_csum +EXPORT_SYMBOL_GPL vmlinux 0x72696fae pci_ims_alloc_irq +EXPORT_SYMBOL_GPL vmlinux 0x7278d328 all_vm_events +EXPORT_SYMBOL_GPL vmlinux 0x727ed304 _RNvXs1Q_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_13thread_structNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x7283161b percpu_ref_switch_to_percpu +EXPORT_SYMBOL_GPL vmlinux 0x728e7f40 addrconf_prefix_rcv_add_addr +EXPORT_SYMBOL_GPL vmlinux 0x728f85fd da903x_write +EXPORT_SYMBOL_GPL vmlinux 0x72a6fd21 clk_register_mux_table +EXPORT_SYMBOL_GPL vmlinux 0x72adf9ad __tracepoint_sched_util_est_se_tp +EXPORT_SYMBOL_GPL vmlinux 0x72ae1839 base64_decode +EXPORT_SYMBOL_GPL vmlinux 0x72b4edb1 devm_clk_hw_register_fixed_factor_index +EXPORT_SYMBOL_GPL vmlinux 0x72bf1eec _RNvXNtCs9WMcp1Hn5Bv_4core3ffiNtB2_6c_voidNtNtB4_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x72c29383 _RNvXs4t_NtNtCs9WMcp1Hn5Bv_4core9core_arch4simdNtB6_6f32x16NtNtBa_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x72d267dc nvmem_del_cell_lookups +EXPORT_SYMBOL_GPL vmlinux 0x72de5502 __tracepoint_pelt_irq_tp +EXPORT_SYMBOL_GPL vmlinux 0x72e10b70 pci_cfg_access_trylock +EXPORT_SYMBOL_GPL vmlinux 0x72f34faf bpf_prog_free +EXPORT_SYMBOL_GPL vmlinux 0x72f5384e sbitmap_show +EXPORT_SYMBOL_GPL vmlinux 0x72f75f4c msi_next_desc +EXPORT_SYMBOL_GPL vmlinux 0x73011204 _RNvXsg_NtNtNtCs9WMcp1Hn5Bv_4core3fmt3num3impjNtB9_8LowerExp3fmt +EXPORT_SYMBOL_GPL vmlinux 0x731aa17d hvc_remove +EXPORT_SYMBOL_GPL vmlinux 0x731dba7a xen_domain_type +EXPORT_SYMBOL_GPL vmlinux 0x732852fe xenbus_transaction_end +EXPORT_SYMBOL_GPL vmlinux 0x733ec33e __SCT__tp_func_fdb_delete +EXPORT_SYMBOL_GPL vmlinux 0x73454eaf devm_hwmon_sanitize_name +EXPORT_SYMBOL_GPL vmlinux 0x7351fcb1 devlink_remote_reload_actions_performed +EXPORT_SYMBOL_GPL vmlinux 0x736dcebe _RNvMNtCs9WMcp1Hn5Bv_4core3f32f13classify_bits +EXPORT_SYMBOL_GPL vmlinux 0x73726d60 tty_buffer_space_avail +EXPORT_SYMBOL_GPL vmlinux 0x7381287f trace_handle_return +EXPORT_SYMBOL_GPL vmlinux 0x738b64d0 sock_prot_inuse_get +EXPORT_SYMBOL_GPL vmlinux 0x738bee2b _RNvNtNtCs9WMcp1Hn5Bv_4core5slice5index29slice_start_index_len_fail_rt +EXPORT_SYMBOL_GPL vmlinux 0x738fe32b amd_get_nodes_per_socket +EXPORT_SYMBOL_GPL vmlinux 0x7397aab5 metadata_dst_alloc_percpu +EXPORT_SYMBOL_GPL vmlinux 0x739fe3cd dma_resv_get_fences +EXPORT_SYMBOL_GPL vmlinux 0x73a057e4 device_get_match_data +EXPORT_SYMBOL_GPL vmlinux 0x73a3d1b2 devm_spi_register_controller +EXPORT_SYMBOL_GPL vmlinux 0x73a48b4a ata_sff_std_ports +EXPORT_SYMBOL_GPL vmlinux 0x73a73675 __reset_control_get +EXPORT_SYMBOL_GPL vmlinux 0x73a841c6 devm_clk_get_optional_enabled +EXPORT_SYMBOL_GPL vmlinux 0x73ab49da acpi_spi_count_resources +EXPORT_SYMBOL_GPL vmlinux 0x73abeb57 iomap_invalidate_folio +EXPORT_SYMBOL_GPL vmlinux 0x73b2d3b2 scsi_unregister_device_handler +EXPORT_SYMBOL_GPL vmlinux 0x73c2554f __iowrite64_copy +EXPORT_SYMBOL_GPL vmlinux 0x73c9a88d pci_device_is_present +EXPORT_SYMBOL_GPL vmlinux 0x73cc8631 oiap +EXPORT_SYMBOL_GPL vmlinux 0x73dc43eb acpi_dev_ready_for_enumeration +EXPORT_SYMBOL_GPL vmlinux 0x73e4edb8 phy_gbit_features +EXPORT_SYMBOL_GPL vmlinux 0x73ec145c tps65912_device_exit +EXPORT_SYMBOL_GPL vmlinux 0x73ff66f2 edac_mc_find_csrow_by_page +EXPORT_SYMBOL_GPL vmlinux 0x7416af4a mmu_notifier_put +EXPORT_SYMBOL_GPL vmlinux 0x741bed9c usb_kill_urb +EXPORT_SYMBOL_GPL vmlinux 0x742175d2 bpf_prog_inc_not_zero +EXPORT_SYMBOL_GPL vmlinux 0x7421e92f irq_alloc_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0x7427a744 __auxiliary_driver_register +EXPORT_SYMBOL_GPL vmlinux 0x7429297b interval_tree_span_iter_next +EXPORT_SYMBOL_GPL vmlinux 0x742946f4 alloc_dax +EXPORT_SYMBOL_GPL vmlinux 0x742bb3e9 tty_buffer_request_room +EXPORT_SYMBOL_GPL vmlinux 0x742fb08c debugfs_create_x8 +EXPORT_SYMBOL_GPL vmlinux 0x74341825 ipv6_proxy_select_ident +EXPORT_SYMBOL_GPL vmlinux 0x743960a2 for_each_kernel_tracepoint +EXPORT_SYMBOL_GPL vmlinux 0x74408752 _RNvXsa_NtCs9WMcp1Hn5Bv_4core4charNtB5_11ToLowercaseNtNtNtNtB7_4iter6traits8iterator8Iterator4next +EXPORT_SYMBOL_GPL vmlinux 0x7444e1a3 gnttab_batch_copy +EXPORT_SYMBOL_GPL vmlinux 0x74457e56 apei_resources_fini +EXPORT_SYMBOL_GPL vmlinux 0x744bf557 blk_add_driver_data +EXPORT_SYMBOL_GPL vmlinux 0x7452adff user_return_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0x74614419 dev_pm_domain_set +EXPORT_SYMBOL_GPL vmlinux 0x7475f988 __traceiter_block_split +EXPORT_SYMBOL_GPL vmlinux 0x7477d8af pinctrl_dev_get_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x74864dd1 mbox_chan_received_data +EXPORT_SYMBOL_GPL vmlinux 0x749681d5 _RNvMNtCs9WMcp1Hn5Bv_4core3stre14escape_unicode +EXPORT_SYMBOL_GPL vmlinux 0x749eafd8 usb_enable_ltm +EXPORT_SYMBOL_GPL vmlinux 0x74a847f9 dma_free_pages +EXPORT_SYMBOL_GPL vmlinux 0x74a9b4d2 pci_walk_bus +EXPORT_SYMBOL_GPL vmlinux 0x74b42568 _RNvXsr_NtNtCs9WMcp1Hn5Bv_4core3fmt3numNtB5_8UpperHexNtB5_12GenericRadix5digit +EXPORT_SYMBOL_GPL vmlinux 0x74b551d4 cpufreq_generic_init +EXPORT_SYMBOL_GPL vmlinux 0x74b5ea68 lcm_not_zero +EXPORT_SYMBOL_GPL vmlinux 0x74baf17a tracing_is_on +EXPORT_SYMBOL_GPL vmlinux 0x74bc7d5e usb_match_id +EXPORT_SYMBOL_GPL vmlinux 0x74c7bffa stack_trace_snprint +EXPORT_SYMBOL_GPL vmlinux 0x74d42632 mas_empty_area +EXPORT_SYMBOL_GPL vmlinux 0x74df4e71 _RNvXs8_NtNtCs9WMcp1Hn5Bv_4core3ffi5c_strNtB5_4CStrINtNtNtB9_3ops5index5IndexINtNtBR_5range9RangeFromjEE5index +EXPORT_SYMBOL_GPL vmlinux 0x74e73871 housekeeping_overridden +EXPORT_SYMBOL_GPL vmlinux 0x74e800e9 transport_class_register +EXPORT_SYMBOL_GPL vmlinux 0x74f1995c vp_legacy_queue_vector +EXPORT_SYMBOL_GPL vmlinux 0x750d7b2d _RNvXsi_NtNtNtCs9WMcp1Hn5Bv_4core3fmt3num3impaNtB9_8UpperExp3fmt +EXPORT_SYMBOL_GPL vmlinux 0x750dca03 __netif_set_xps_queue +EXPORT_SYMBOL_GPL vmlinux 0x75132f67 cpuidle_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0x75133f6e visitor128 +EXPORT_SYMBOL_GPL vmlinux 0x751c3f56 virtqueue_resize +EXPORT_SYMBOL_GPL vmlinux 0x7521afb6 leave_mm +EXPORT_SYMBOL_GPL vmlinux 0x7522f3ba irq_modify_status +EXPORT_SYMBOL_GPL vmlinux 0x752afe56 bus_unregister +EXPORT_SYMBOL_GPL vmlinux 0x752e0c27 phy_power_off +EXPORT_SYMBOL_GPL vmlinux 0x752e69db hrtimer_sleeper_start_expires +EXPORT_SYMBOL_GPL vmlinux 0x753991be gpiod_get_value +EXPORT_SYMBOL_GPL vmlinux 0x754290a4 pci_alloc_p2pmem +EXPORT_SYMBOL_GPL vmlinux 0x754c57b0 _RNvXsd_NtCsiTPnVqBGVaY_6kernel3strNtB5_7CStringNtNtNtCs9WMcp1Hn5Bv_4core3ops5deref5Deref5deref +EXPORT_SYMBOL_GPL vmlinux 0x755d0ce9 regmap_might_sleep +EXPORT_SYMBOL_GPL vmlinux 0x756c651b dma_async_device_channel_unregister +EXPORT_SYMBOL_GPL vmlinux 0x756ffee1 pci_dev_lock +EXPORT_SYMBOL_GPL vmlinux 0x75709c78 tpm_get_timeouts +EXPORT_SYMBOL_GPL vmlinux 0x757c1bbb housekeeping_any_cpu +EXPORT_SYMBOL_GPL vmlinux 0x7585f981 mptcp_token_iter_next +EXPORT_SYMBOL_GPL vmlinux 0x759bfe36 btree_destroy +EXPORT_SYMBOL_GPL vmlinux 0x75a9e2bc da9052_disable_irq_nosync +EXPORT_SYMBOL_GPL vmlinux 0x75c790e8 _RNvXs4z_NtNtCs9WMcp1Hn5Bv_4core9core_arch4simdNtB6_5i64x8NtNtBa_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x75c9b908 genphy_c45_read_lpa +EXPORT_SYMBOL_GPL vmlinux 0x75dd4d64 debugfs_create_file +EXPORT_SYMBOL_GPL vmlinux 0x75e00954 _RNvXs3_NtCs9WMcp1Hn5Bv_4core4charNtB5_13EscapeDefaultNtNtNtNtB7_4iter6traits10exact_size17ExactSizeIterator3len +EXPORT_SYMBOL_GPL vmlinux 0x75e0c828 serial8250_em485_stop_tx +EXPORT_SYMBOL_GPL vmlinux 0x75e9c735 pci_ats_disabled +EXPORT_SYMBOL_GPL vmlinux 0x760018b2 phy_pm_runtime_get +EXPORT_SYMBOL_GPL vmlinux 0x760d7481 fuse_do_open +EXPORT_SYMBOL_GPL vmlinux 0x761d11b2 crypto_alloc_akcipher +EXPORT_SYMBOL_GPL vmlinux 0x762640ab __SCT__tp_func_sched_cpu_capacity_tp +EXPORT_SYMBOL_GPL vmlinux 0x7632471e netdev_rx_handler_unregister +EXPORT_SYMBOL_GPL vmlinux 0x763a26a0 i2c_new_dummy_device +EXPORT_SYMBOL_GPL vmlinux 0x7643b256 da903x_writes +EXPORT_SYMBOL_GPL vmlinux 0x7646dbfd kill_device +EXPORT_SYMBOL_GPL vmlinux 0x76517f03 interval_tree_span_iter_advance +EXPORT_SYMBOL_GPL vmlinux 0x7656410c mpi_sub +EXPORT_SYMBOL_GPL vmlinux 0x765a1a4e pci_num_vf +EXPORT_SYMBOL_GPL vmlinux 0x765f8830 __SCT__tp_func_neigh_event_send_dead +EXPORT_SYMBOL_GPL vmlinux 0x7665a95b idr_remove +EXPORT_SYMBOL_GPL vmlinux 0x76668504 rio_mport_get_efb +EXPORT_SYMBOL_GPL vmlinux 0x767f4f1c ata_pci_bmdma_prepare_host +EXPORT_SYMBOL_GPL vmlinux 0x7681946c unregister_pm_notifier +EXPORT_SYMBOL_GPL vmlinux 0x7684bfdd _RNvMNtNtCs9WMcp1Hn5Bv_4core5slice5asciiSh14trim_ascii_end +EXPORT_SYMBOL_GPL vmlinux 0x7687d940 iomap_release_folio +EXPORT_SYMBOL_GPL vmlinux 0x768d7926 devm_spi_mem_dirmap_destroy +EXPORT_SYMBOL_GPL vmlinux 0x768faabb acpi_gpiochip_free_interrupts +EXPORT_SYMBOL_GPL vmlinux 0x769cefb5 percpu_ref_switch_to_atomic +EXPORT_SYMBOL_GPL vmlinux 0x769e9445 serial8250_do_set_ldisc +EXPORT_SYMBOL_GPL vmlinux 0x76a4204a usb_hub_release_port +EXPORT_SYMBOL_GPL vmlinux 0x76b6a17e dev_pm_domain_attach_by_name +EXPORT_SYMBOL_GPL vmlinux 0x76bce1b2 __platform_create_bundle +EXPORT_SYMBOL_GPL vmlinux 0x76c42fbb _RNvXs2a_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_7rb_rootNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x76d680f6 acpi_dev_resource_memory +EXPORT_SYMBOL_GPL vmlinux 0x76d9b876 clk_set_rate +EXPORT_SYMBOL_GPL vmlinux 0x76dc031e asm_exc_nmi_noist +EXPORT_SYMBOL_GPL vmlinux 0x76e85b92 gnttab_request_free_callback +EXPORT_SYMBOL_GPL vmlinux 0x76edda16 clk_mux_determine_rate_flags +EXPORT_SYMBOL_GPL vmlinux 0x76eeeb0f sha384_zero_message_hash +EXPORT_SYMBOL_GPL vmlinux 0x76f1f1b6 devm_pci_epc_destroy +EXPORT_SYMBOL_GPL vmlinux 0x76f9ffa5 _RNvXsj_NtCs9WMcp1Hn5Bv_4core3numaNtNtNtB7_3str6traits7FromStr8from_str +EXPORT_SYMBOL_GPL vmlinux 0x76ff8ab3 blk_trace_setup +EXPORT_SYMBOL_GPL vmlinux 0x7706323f usb_free_urb +EXPORT_SYMBOL_GPL vmlinux 0x770a0247 ehci_resume +EXPORT_SYMBOL_GPL vmlinux 0x770cc479 tty_port_default_client_ops +EXPORT_SYMBOL_GPL vmlinux 0x7712771a unbind_from_irqhandler +EXPORT_SYMBOL_GPL vmlinux 0x771a153a __SCK__tp_func_br_fdb_add +EXPORT_SYMBOL_GPL vmlinux 0x7721fec5 gpiod_get_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x77222306 ring_buffer_read_page +EXPORT_SYMBOL_GPL vmlinux 0x772b0f64 __wake_up_pollfree +EXPORT_SYMBOL_GPL vmlinux 0x773a0c40 pstore_register +EXPORT_SYMBOL_GPL vmlinux 0x774aea2b power_supply_class +EXPORT_SYMBOL_GPL vmlinux 0x77522cf6 sbitmap_get_shallow +EXPORT_SYMBOL_GPL vmlinux 0x7757b51a clk_unregister +EXPORT_SYMBOL_GPL vmlinux 0x7766f2cb inet_twsk_alloc +EXPORT_SYMBOL_GPL vmlinux 0x77684627 platform_device_add +EXPORT_SYMBOL_GPL vmlinux 0x7778e25d _RNvMs7_NtCs9WMcp1Hn5Bv_4core3fmtNtB5_9Formatter9precision +EXPORT_SYMBOL_GPL vmlinux 0x7791e066 dw_pcie_read +EXPORT_SYMBOL_GPL vmlinux 0x77a2bf59 _RNvXse_NtCs9WMcp1Hn5Bv_4core4charNtB5_11ToUppercaseNtNtNtNtB7_4iter6traits8iterator8Iterator4next +EXPORT_SYMBOL_GPL vmlinux 0x77a3373b virtio_config_changed +EXPORT_SYMBOL_GPL vmlinux 0x77a38d33 blk_mq_rdma_map_queues +EXPORT_SYMBOL_GPL vmlinux 0x77a3f870 mddev_resume +EXPORT_SYMBOL_GPL vmlinux 0x77a52c28 __tracepoint_extlog_mem_event +EXPORT_SYMBOL_GPL vmlinux 0x77a910f0 sysfs_remove_file_from_group +EXPORT_SYMBOL_GPL vmlinux 0x77ae495d usb_speed_string +EXPORT_SYMBOL_GPL vmlinux 0x77af5144 _RNvMNtCsiTPnVqBGVaY_6kernel5errorNtB2_5Error15to_kernel_errno +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 0x77f33de4 _RNvMs7_NtCs9WMcp1Hn5Bv_4core3fmtNtB5_9Formatter12pad_integral +EXPORT_SYMBOL_GPL vmlinux 0x77fa6cc7 da9052_enable_irq +EXPORT_SYMBOL_GPL vmlinux 0x78041b8f byte_rev_table +EXPORT_SYMBOL_GPL vmlinux 0x7805ea94 devm_phy_create +EXPORT_SYMBOL_GPL vmlinux 0x78096671 seg6_do_srh_inline +EXPORT_SYMBOL_GPL vmlinux 0x780b7361 __traceiter_ata_bmdma_status +EXPORT_SYMBOL_GPL vmlinux 0x781376f5 dax_recovery_write +EXPORT_SYMBOL_GPL vmlinux 0x781d2121 __bio_release_pages +EXPORT_SYMBOL_GPL vmlinux 0x78297946 devres_release +EXPORT_SYMBOL_GPL vmlinux 0x782adb74 hpet_rtc_interrupt +EXPORT_SYMBOL_GPL vmlinux 0x783076af crypto_stats_akcipher_sign +EXPORT_SYMBOL_GPL vmlinux 0x783aa24f hwmon_notify_event +EXPORT_SYMBOL_GPL vmlinux 0x7842866a unregister_pernet_subsys +EXPORT_SYMBOL_GPL vmlinux 0x7847c621 sfp_parse_support +EXPORT_SYMBOL_GPL vmlinux 0x784c6d73 watchdog_set_restart_priority +EXPORT_SYMBOL_GPL vmlinux 0x78597488 pci_bridge_secondary_bus_reset +EXPORT_SYMBOL_GPL vmlinux 0x785a93b4 si_mem_available +EXPORT_SYMBOL_GPL vmlinux 0x7865c0ab synth_event_add_val +EXPORT_SYMBOL_GPL vmlinux 0x7866e5a9 wm8400_reset_codec_reg_cache +EXPORT_SYMBOL_GPL vmlinux 0x786f9789 _RNvXNtNtCs9WMcp1Hn5Bv_4core3fmt7nofloatfNtB4_5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x787b53ff usb_root_hub_lost_power +EXPORT_SYMBOL_GPL vmlinux 0x787c882b lzo1x_1_compress +EXPORT_SYMBOL_GPL vmlinux 0x787ed65b pci_slots_kset +EXPORT_SYMBOL_GPL vmlinux 0x788bfbad ring_buffer_empty +EXPORT_SYMBOL_GPL vmlinux 0x78929375 vcap_alloc_rule +EXPORT_SYMBOL_GPL vmlinux 0x789a934b dw_pcie_own_conf_map_bus +EXPORT_SYMBOL_GPL vmlinux 0x789c73d9 rcu_cpu_stall_suppress_at_boot +EXPORT_SYMBOL_GPL vmlinux 0x78a0a1c5 _RNvXs1_NtNtCs9WMcp1Hn5Bv_4core3fmt3numsNtB5_10DisplayInt6to_u16 +EXPORT_SYMBOL_GPL vmlinux 0x78a6354c securityfs_create_dir +EXPORT_SYMBOL_GPL vmlinux 0x78ab8db7 irq_create_of_mapping +EXPORT_SYMBOL_GPL vmlinux 0x78b09346 pci_ims_free_irq +EXPORT_SYMBOL_GPL vmlinux 0x78b46cdd mmc_crypto_setup_queue +EXPORT_SYMBOL_GPL vmlinux 0x78b4f637 vcap_lookup_rule_by_cookie +EXPORT_SYMBOL_GPL vmlinux 0x78bab66b irq_force_affinity +EXPORT_SYMBOL_GPL vmlinux 0x78babac4 dev_pm_opp_remove +EXPORT_SYMBOL_GPL vmlinux 0x78d03540 nvdimm_flush +EXPORT_SYMBOL_GPL vmlinux 0x78d37198 devm_rtc_device_register +EXPORT_SYMBOL_GPL vmlinux 0x78d84ef1 pcim_doe_create_mb +EXPORT_SYMBOL_GPL vmlinux 0x78ddb76b dmi_match +EXPORT_SYMBOL_GPL vmlinux 0x78e82cd8 regulator_map_voltage_pickable_linear_range +EXPORT_SYMBOL_GPL vmlinux 0x78f1238a iomap_swapfile_activate +EXPORT_SYMBOL_GPL vmlinux 0x78f62efb nvmem_cell_read_u16 +EXPORT_SYMBOL_GPL vmlinux 0x790be0b9 usb_bus_idr +EXPORT_SYMBOL_GPL vmlinux 0x7912fc4d _RNvXsw_NtNtCs9WMcp1Hn5Bv_4core3fmt3numjNtB7_6Binary3fmt +EXPORT_SYMBOL_GPL vmlinux 0x7915cee5 do_machine_check +EXPORT_SYMBOL_GPL vmlinux 0x791748c8 adxl_decode +EXPORT_SYMBOL_GPL vmlinux 0x7918cb64 edac_pci_alloc_ctl_info +EXPORT_SYMBOL_GPL vmlinux 0x7918d817 memory_failure +EXPORT_SYMBOL_GPL vmlinux 0x791c2fa8 rtnl_register_module +EXPORT_SYMBOL_GPL vmlinux 0x7927f5d5 fwnode_graph_get_endpoint_count +EXPORT_SYMBOL_GPL vmlinux 0x79288a5a blk_execute_rq_nowait +EXPORT_SYMBOL_GPL vmlinux 0x7932bc0e led_set_brightness_nosleep +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 0x796e133c pcc_mbox_request_channel +EXPORT_SYMBOL_GPL vmlinux 0x7978dc73 list_lru_walk_one +EXPORT_SYMBOL_GPL vmlinux 0x7979631e _RNvXsD_NtNtCs9WMcp1Hn5Bv_4core3fmt3numaNtB7_8UpperHex3fmt +EXPORT_SYMBOL_GPL vmlinux 0x79869153 debugfs_create_devm_seqfile +EXPORT_SYMBOL_GPL vmlinux 0x798b7682 klist_prev +EXPORT_SYMBOL_GPL vmlinux 0x7991fd8d crash_vmclear_loaded_vmcss +EXPORT_SYMBOL_GPL vmlinux 0x799aa0b7 regmap_write_async +EXPORT_SYMBOL_GPL vmlinux 0x799b44f5 __tracepoint_sched_cpu_capacity_tp +EXPORT_SYMBOL_GPL vmlinux 0x79a2d6d4 ip6_redirect +EXPORT_SYMBOL_GPL vmlinux 0x79a4dd65 ip6_route_lookup +EXPORT_SYMBOL_GPL vmlinux 0x79b14b59 debugfs_create_ulong +EXPORT_SYMBOL_GPL vmlinux 0x79bc842c usb_anchor_suspend_wakeups +EXPORT_SYMBOL_GPL vmlinux 0x79c486f6 regulator_disable_deferred +EXPORT_SYMBOL_GPL vmlinux 0x79c93abd i2c_dw_configure_master +EXPORT_SYMBOL_GPL vmlinux 0x79d9a1ca device_reprobe +EXPORT_SYMBOL_GPL vmlinux 0x79daf4de __SCT__tp_func_tcp_send_reset +EXPORT_SYMBOL_GPL vmlinux 0x79de368b regulator_force_disable +EXPORT_SYMBOL_GPL vmlinux 0x79defbe1 kthread_should_park +EXPORT_SYMBOL_GPL vmlinux 0x79e1353d _RNvXsK_NtCs796HB7yPNRt_8bindings12bindings_rawNtB5_27restart_block__bindgen_ty_1NtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x79e31fdb swapcache_mapping +EXPORT_SYMBOL_GPL vmlinux 0x79e601b6 trace_array_set_clr_event +EXPORT_SYMBOL_GPL vmlinux 0x79ee0a16 __tracepoint_br_fdb_update +EXPORT_SYMBOL_GPL vmlinux 0x79f1aa44 find_iova +EXPORT_SYMBOL_GPL vmlinux 0x79f5e6cd acpi_quirk_skip_serdev_enumeration +EXPORT_SYMBOL_GPL vmlinux 0x79f697e4 lzorle1x_1_compress +EXPORT_SYMBOL_GPL vmlinux 0x7a0a6c9a subsys_dev_iter_exit +EXPORT_SYMBOL_GPL vmlinux 0x7a109201 strp_stop +EXPORT_SYMBOL_GPL vmlinux 0x7a13c6fe gpiochip_unlock_as_irq +EXPORT_SYMBOL_GPL vmlinux 0x7a19167a _RNvNtNtCsiTPnVqBGVaY_6kernel5print14format_strings3ERR +EXPORT_SYMBOL_GPL vmlinux 0x7a1ec47c blk_req_needs_zone_write_lock +EXPORT_SYMBOL_GPL vmlinux 0x7a294d76 usb_hcd_map_urb_for_dma +EXPORT_SYMBOL_GPL vmlinux 0x7a2b4d7e device_link_remove +EXPORT_SYMBOL_GPL vmlinux 0x7a337539 usb_role_switch_get +EXPORT_SYMBOL_GPL vmlinux 0x7a357d3f regmap_bulk_read +EXPORT_SYMBOL_GPL vmlinux 0x7a3b2383 lwtunnel_cmp_encap +EXPORT_SYMBOL_GPL vmlinux 0x7a3be1d1 virtqueue_get_vring +EXPORT_SYMBOL_GPL vmlinux 0x7a3f16a2 devl_region_destroy +EXPORT_SYMBOL_GPL vmlinux 0x7a4260f2 _RNvXsd_NtCs796HB7yPNRt_8bindings12bindings_rawNtB5_9list_headNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x7a45a0fd folio_mkclean +EXPORT_SYMBOL_GPL vmlinux 0x7a655f68 acpi_processor_claim_cst_control +EXPORT_SYMBOL_GPL vmlinux 0x7a73e605 wm831x_isinkv_values +EXPORT_SYMBOL_GPL vmlinux 0x7a81541b async_synchronize_cookie +EXPORT_SYMBOL_GPL vmlinux 0x7a98f4b4 copy_from_user_nofault +EXPORT_SYMBOL_GPL vmlinux 0x7a9cdc6a bio_blkcg_css +EXPORT_SYMBOL_GPL vmlinux 0x7a9e4c23 software_node_register_node_group +EXPORT_SYMBOL_GPL vmlinux 0x7aa2c964 rtnl_put_cacheinfo +EXPORT_SYMBOL_GPL vmlinux 0x7aad87c8 virtqueue_is_broken +EXPORT_SYMBOL_GPL vmlinux 0x7aaf426c usb_disable_xhci_ports +EXPORT_SYMBOL_GPL vmlinux 0x7ab04514 vfs_kern_mount +EXPORT_SYMBOL_GPL vmlinux 0x7ac722bd phy_all_ports_features_array +EXPORT_SYMBOL_GPL vmlinux 0x7ac7314f ata_ehi_clear_desc +EXPORT_SYMBOL_GPL vmlinux 0x7ac7b71e platform_get_irq_byname +EXPORT_SYMBOL_GPL vmlinux 0x7ad02a41 asn1_encode_tag +EXPORT_SYMBOL_GPL vmlinux 0x7ad1ded1 pinctrl_register_mappings +EXPORT_SYMBOL_GPL vmlinux 0x7adff267 rio_mport_read_config_16 +EXPORT_SYMBOL_GPL vmlinux 0x7af860d4 ohci_setup +EXPORT_SYMBOL_GPL vmlinux 0x7afcb7db __kprobe_event_add_fields +EXPORT_SYMBOL_GPL vmlinux 0x7b0ba12b input_ff_event +EXPORT_SYMBOL_GPL vmlinux 0x7b182c13 _RNvXs2Q_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_22blocking_notifier_headNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x7b29a585 fuse_direct_io +EXPORT_SYMBOL_GPL vmlinux 0x7b35e84f dax_writeback_mapping_range +EXPORT_SYMBOL_GPL vmlinux 0x7b3b4e51 __crypto_alloc_tfm +EXPORT_SYMBOL_GPL vmlinux 0x7b433571 pm_runtime_force_resume +EXPORT_SYMBOL_GPL vmlinux 0x7b5452b8 acpi_unregister_gsi +EXPORT_SYMBOL_GPL vmlinux 0x7b5a4926 sha1_zero_message_hash +EXPORT_SYMBOL_GPL vmlinux 0x7b5a9dfe xdp_return_frame_bulk +EXPORT_SYMBOL_GPL vmlinux 0x7b5ad387 _RNvMNtCs9WMcp1Hn5Bv_4core3f32f16partial_classify +EXPORT_SYMBOL_GPL vmlinux 0x7b6f9536 acpi_register_wakeup_handler +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 0x7b992fc8 ata_host_register +EXPORT_SYMBOL_GPL vmlinux 0x7b9d32fa tps6586x_reads +EXPORT_SYMBOL_GPL vmlinux 0x7b9dbd3a netlink_remove_tap +EXPORT_SYMBOL_GPL vmlinux 0x7ba43141 bio_associate_blkg_from_css +EXPORT_SYMBOL_GPL vmlinux 0x7bb045a7 __request_percpu_irq +EXPORT_SYMBOL_GPL vmlinux 0x7bb62dfd show_class_attr_string +EXPORT_SYMBOL_GPL vmlinux 0x7bebbf73 synth_event_add_next_val +EXPORT_SYMBOL_GPL vmlinux 0x7c0935bd ping_get_port +EXPORT_SYMBOL_GPL vmlinux 0x7c193489 __SCK__tp_func_io_page_fault +EXPORT_SYMBOL_GPL vmlinux 0x7c20b6a0 load_direct_gdt +EXPORT_SYMBOL_GPL vmlinux 0x7c23f9b4 _RNvNvXs0_NtNtCs9WMcp1Hn5Bv_4core5slice5indexjINtB7_10SliceIndexSpE17get_unchecked_mut8comptime +EXPORT_SYMBOL_GPL vmlinux 0x7c291e86 show_rcu_tasks_trace_gp_kthread +EXPORT_SYMBOL_GPL vmlinux 0x7c2d123f serial8250_do_get_mctrl +EXPORT_SYMBOL_GPL vmlinux 0x7c3d8a4b icc_bulk_put +EXPORT_SYMBOL_GPL vmlinux 0x7c5e0378 genphy_c45_read_status +EXPORT_SYMBOL_GPL vmlinux 0x7c5f3711 ioasid_unregister_allocator +EXPORT_SYMBOL_GPL vmlinux 0x7c72b61f fwnode_get_next_available_child_node +EXPORT_SYMBOL_GPL vmlinux 0x7c758f83 i2c_dw_probe_master +EXPORT_SYMBOL_GPL vmlinux 0x7c76f39c kobj_sysfs_ops +EXPORT_SYMBOL_GPL vmlinux 0x7c7a6236 usb_reset_endpoint +EXPORT_SYMBOL_GPL vmlinux 0x7c893b79 __netpoll_setup +EXPORT_SYMBOL_GPL vmlinux 0x7c912e6f devm_regulator_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x7c983a5d dmi_walk +EXPORT_SYMBOL_GPL vmlinux 0x7c9a7371 clk_prepare +EXPORT_SYMBOL_GPL vmlinux 0x7ca59f1d __SCK__tp_func_sched_overutilized_tp +EXPORT_SYMBOL_GPL vmlinux 0x7ca5d9a7 input_ff_create +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 0x7cc8b8c5 fat_alloc_new_dir +EXPORT_SYMBOL_GPL vmlinux 0x7cc9a1fc blk_mq_alloc_request_hctx +EXPORT_SYMBOL_GPL vmlinux 0x7cceaf92 zs_pool_stats +EXPORT_SYMBOL_GPL vmlinux 0x7cd2a007 _RNvXs4f_NtNtCs9WMcp1Hn5Bv_4core3num7nonzeroNtB6_10NonZeroU16NtNtNtBa_3str6traits7FromStr8from_str +EXPORT_SYMBOL_GPL vmlinux 0x7cd6f042 cpufreq_get_current_driver +EXPORT_SYMBOL_GPL vmlinux 0x7cd7ba1d kernel_read_file_from_fd +EXPORT_SYMBOL_GPL vmlinux 0x7cddad98 devm_usb_put_phy +EXPORT_SYMBOL_GPL vmlinux 0x7ceaf0d5 generic_handle_irq +EXPORT_SYMBOL_GPL vmlinux 0x7cf10d90 dma_async_device_channel_register +EXPORT_SYMBOL_GPL vmlinux 0x7d00c65b nd_synchronize +EXPORT_SYMBOL_GPL vmlinux 0x7d05f860 extcon_set_state_sync +EXPORT_SYMBOL_GPL vmlinux 0x7d07c7d4 gpiod_set_raw_value +EXPORT_SYMBOL_GPL vmlinux 0x7d080f40 virtqueue_add_sgs +EXPORT_SYMBOL_GPL vmlinux 0x7d0ace44 verify_signature +EXPORT_SYMBOL_GPL vmlinux 0x7d0e1d95 hv_setup_crash_handler +EXPORT_SYMBOL_GPL vmlinux 0x7d1bb1d4 tnum_strn +EXPORT_SYMBOL_GPL vmlinux 0x7d3b328b of_icc_get_from_provider +EXPORT_SYMBOL_GPL vmlinux 0x7d3cb378 skb_copy_ubufs +EXPORT_SYMBOL_GPL vmlinux 0x7d441877 cpci_hp_register_controller +EXPORT_SYMBOL_GPL vmlinux 0x7d59dd46 pm_wq +EXPORT_SYMBOL_GPL vmlinux 0x7d5b7483 nd_cmd_in_size +EXPORT_SYMBOL_GPL vmlinux 0x7d70ef96 ethnl_cable_test_fault_length +EXPORT_SYMBOL_GPL vmlinux 0x7d7a863a vfs_setlease +EXPORT_SYMBOL_GPL vmlinux 0x7d87f997 apply_to_page_range +EXPORT_SYMBOL_GPL vmlinux 0x7d8d31c5 wait_for_stable_page +EXPORT_SYMBOL_GPL vmlinux 0x7d8f7b64 __SCK__tp_func_rpm_idle +EXPORT_SYMBOL_GPL vmlinux 0x7d96a7ef fsnotify_find_mark +EXPORT_SYMBOL_GPL vmlinux 0x7da25ae9 blk_crypto_update_capabilities +EXPORT_SYMBOL_GPL vmlinux 0x7da88d21 __SCK__tp_func_add_device_to_group +EXPORT_SYMBOL_GPL vmlinux 0x7dae4159 vp_modern_config_vector +EXPORT_SYMBOL_GPL vmlinux 0x7dbd3992 pm_clk_add +EXPORT_SYMBOL_GPL vmlinux 0x7dd3ef53 dev_pm_opp_get_level +EXPORT_SYMBOL_GPL vmlinux 0x7dda30af unregister_tracepoint_module_notifier +EXPORT_SYMBOL_GPL vmlinux 0x7ddb286d extcon_sync +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 0x7e06badd _RNvXsC_NtCs796HB7yPNRt_8bindings12bindings_rawNtB5_17cacheline_paddingNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x7e0960ff vcap_del_rules +EXPORT_SYMBOL_GPL vmlinux 0x7e0b3b54 crypto_hash_walk_first +EXPORT_SYMBOL_GPL vmlinux 0x7e24be61 irq_domain_translate_twocell +EXPORT_SYMBOL_GPL vmlinux 0x7e2615d1 __SCK__tp_func_napi_poll +EXPORT_SYMBOL_GPL vmlinux 0x7e3a5eb9 netdev_walk_all_upper_dev_rcu +EXPORT_SYMBOL_GPL vmlinux 0x7e3bdecd __ftrace_vprintk +EXPORT_SYMBOL_GPL vmlinux 0x7e4daebf relay_buf_full +EXPORT_SYMBOL_GPL vmlinux 0x7e5db80b pstore_name_to_type +EXPORT_SYMBOL_GPL vmlinux 0x7e64181d usb_calc_bus_time +EXPORT_SYMBOL_GPL vmlinux 0x7e64ea3a tcp_set_keepalive +EXPORT_SYMBOL_GPL vmlinux 0x7e728ba2 xfrm_output_resume +EXPORT_SYMBOL_GPL vmlinux 0x7e7a47c9 pci_acpi_clear_companion_lookup_hook +EXPORT_SYMBOL_GPL vmlinux 0x7e7e3f58 ring_buffer_reset_cpu +EXPORT_SYMBOL_GPL vmlinux 0x7e8ce8f6 free_fib_info +EXPORT_SYMBOL_GPL vmlinux 0x7e8d8619 usb_anchor_empty +EXPORT_SYMBOL_GPL vmlinux 0x7ea75c24 __wake_up_locked_key_bookmark +EXPORT_SYMBOL_GPL vmlinux 0x7ea99e95 sysfs_remove_file_self +EXPORT_SYMBOL_GPL vmlinux 0x7eb808d0 add_cpu +EXPORT_SYMBOL_GPL vmlinux 0x7ec45f93 pinctrl_enable +EXPORT_SYMBOL_GPL vmlinux 0x7ec86faa led_blink_set_oneshot +EXPORT_SYMBOL_GPL vmlinux 0x7ecb9b84 spi_alloc_device +EXPORT_SYMBOL_GPL vmlinux 0x7ed17ca0 disk_set_zoned +EXPORT_SYMBOL_GPL vmlinux 0x7ed806a4 _RNvXs3w_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_23mm_struct__bindgen_ty_1NtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x7edfb1e7 iomap_dio_rw +EXPORT_SYMBOL_GPL vmlinux 0x7ee414bd power_supply_set_property +EXPORT_SYMBOL_GPL vmlinux 0x7eea6b8b pcap_adc_async +EXPORT_SYMBOL_GPL vmlinux 0x7ef76e9f bsg_remove_queue +EXPORT_SYMBOL_GPL vmlinux 0x7f00bdac devlink_resource_register +EXPORT_SYMBOL_GPL vmlinux 0x7f094106 _RNvXs7_NtNtCs9WMcp1Hn5Bv_4core3fmt3numtNtB5_10DisplayInt4zero +EXPORT_SYMBOL_GPL vmlinux 0x7f0a1c96 gpiochip_add_pingroup_range +EXPORT_SYMBOL_GPL vmlinux 0x7f0c4623 __list_lru_init +EXPORT_SYMBOL_GPL vmlinux 0x7f133b40 dst_cache_set_ip6 +EXPORT_SYMBOL_GPL vmlinux 0x7f2afae4 dw_pcie_ep_init +EXPORT_SYMBOL_GPL vmlinux 0x7f357cbd hwmon_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x7f389248 __devm_reset_control_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0x7f4500bc firmware_kobj +EXPORT_SYMBOL_GPL vmlinux 0x7f4cc704 synth_event_trace_end +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 0x7f8ce0ff _RNvXsY_NtCs796HB7yPNRt_8bindings12bindings_rawNtB5_8idt_dataNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x7f952d90 _RNvXss_NtCs9WMcp1Hn5Bv_4core4charNtB5_18EscapeUnicodeStateNtNtB7_3fmt5Debug3fmt +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 0x7facd160 __iptunnel_pull_header +EXPORT_SYMBOL_GPL vmlinux 0x7fad4f3d dax_add_host +EXPORT_SYMBOL_GPL vmlinux 0x7fb23d57 bd_prepare_to_claim +EXPORT_SYMBOL_GPL vmlinux 0x7fda3f14 synth_event_trace_array +EXPORT_SYMBOL_GPL vmlinux 0x7fe52bc7 hwspin_lock_unregister +EXPORT_SYMBOL_GPL vmlinux 0x80050784 inet_twsk_hashdance +EXPORT_SYMBOL_GPL vmlinux 0x801bfc87 pci_stop_root_bus +EXPORT_SYMBOL_GPL vmlinux 0x80333527 perf_event_update_userpage +EXPORT_SYMBOL_GPL vmlinux 0x8033d898 wm8350_block_read +EXPORT_SYMBOL_GPL vmlinux 0x803609cd vp_legacy_set_status +EXPORT_SYMBOL_GPL vmlinux 0x80404ccd __clocksource_register_scale +EXPORT_SYMBOL_GPL vmlinux 0x8046712e divider_round_rate_parent +EXPORT_SYMBOL_GPL vmlinux 0x804aa9f5 usb_hub_claim_port +EXPORT_SYMBOL_GPL vmlinux 0x805ccd22 _RNvXNtNtCs9WMcp1Hn5Bv_4core3fmt3numoNtB4_7Display3fmt +EXPORT_SYMBOL_GPL vmlinux 0x805ce1ba rio_register_mport +EXPORT_SYMBOL_GPL vmlinux 0x8061dc8b fw_devlink_purge_absent_suppliers +EXPORT_SYMBOL_GPL vmlinux 0x80642197 follow_pte +EXPORT_SYMBOL_GPL vmlinux 0x806b31ae ata_sas_scsi_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x807140c5 _RNvXNvXss_NtCs9WMcp1Hn5Bv_4core3fmtINtNtBa_4cell7RefCellpENtB8_5Debug3fmtNtB2_19BorrowedPlaceholderBU_3fmt +EXPORT_SYMBOL_GPL vmlinux 0x807766ea usb_scuttle_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0x8078da0a dev_pm_genpd_set_performance_state +EXPORT_SYMBOL_GPL vmlinux 0x807aa385 srcu_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x807c5014 _RNvXs21_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_15wait_queue_headNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x807fdcc4 call_rcu_tasks_rude +EXPORT_SYMBOL_GPL vmlinux 0x8081713f spi_target_abort +EXPORT_SYMBOL_GPL vmlinux 0x80837907 aead_geniv_alloc +EXPORT_SYMBOL_GPL vmlinux 0x808a8088 handle_guest_split_lock +EXPORT_SYMBOL_GPL vmlinux 0x808d5b91 debugfs_create_u8 +EXPORT_SYMBOL_GPL vmlinux 0x808ec1a3 crypto_alg_tested +EXPORT_SYMBOL_GPL vmlinux 0x809289d3 __rt_mutex_init +EXPORT_SYMBOL_GPL vmlinux 0x80952aa5 blkg_prfill_rwstat +EXPORT_SYMBOL_GPL vmlinux 0x80a095d8 scatterwalk_ffwd +EXPORT_SYMBOL_GPL vmlinux 0x80bade0b fb_deferred_io_fsync +EXPORT_SYMBOL_GPL vmlinux 0x80c68137 nf_log_buf_close +EXPORT_SYMBOL_GPL vmlinux 0x80caf5e7 regulator_irq_map_event_simple +EXPORT_SYMBOL_GPL vmlinux 0x80cdf6fd spi_get_device_match_data +EXPORT_SYMBOL_GPL vmlinux 0x80d51f79 crypto_register_rng +EXPORT_SYMBOL_GPL vmlinux 0x80d5e57a mpi_free +EXPORT_SYMBOL_GPL vmlinux 0x80e43c38 usb_autopm_get_interface_no_resume +EXPORT_SYMBOL_GPL vmlinux 0x80ee0430 _RNvXs2P_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_20atomic_notifier_headNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x80f61e49 i2c_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0x8109e866 perf_event_create_kernel_counter +EXPORT_SYMBOL_GPL vmlinux 0x8110a73a cond_synchronize_rcu_expedited_full +EXPORT_SYMBOL_GPL vmlinux 0x811dc334 usb_unregister_notify +EXPORT_SYMBOL_GPL vmlinux 0x811dd633 _RNvXs1s_NtNtCs9WMcp1Hn5Bv_4core3fmt3numnNtB8_8UpperExp3fmt +EXPORT_SYMBOL_GPL vmlinux 0x81221cad amd_nb_num +EXPORT_SYMBOL_GPL vmlinux 0x81230708 balance_dirty_pages_ratelimited_flags +EXPORT_SYMBOL_GPL vmlinux 0x81311c36 dev_pm_opp_get_required_pstate +EXPORT_SYMBOL_GPL vmlinux 0x81401fad get_device_system_crosststamp +EXPORT_SYMBOL_GPL vmlinux 0x8143ca9f acpi_dev_resume +EXPORT_SYMBOL_GPL vmlinux 0x81481a9e umd_unload_blob +EXPORT_SYMBOL_GPL vmlinux 0x814ae55c da9052_adc_manual_read +EXPORT_SYMBOL_GPL vmlinux 0x814ce819 scsi_host_busy_iter +EXPORT_SYMBOL_GPL vmlinux 0x815588a6 clk_enable +EXPORT_SYMBOL_GPL vmlinux 0x815dd61e acpi_initialize_hp_context +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 0x8181e43a acpi_debugfs_dir +EXPORT_SYMBOL_GPL vmlinux 0x819d72cb klist_iter_exit +EXPORT_SYMBOL_GPL vmlinux 0x819dd019 cpufreq_register_governor +EXPORT_SYMBOL_GPL vmlinux 0x819ff764 debugfs_lookup +EXPORT_SYMBOL_GPL vmlinux 0x81a7f541 percpu_ref_init +EXPORT_SYMBOL_GPL vmlinux 0x81ba0c38 __tracepoint_attach_device_to_domain +EXPORT_SYMBOL_GPL vmlinux 0x81bdef75 bpf_trace_run7 +EXPORT_SYMBOL_GPL vmlinux 0x81c6b1fb _RNvXs1Z_NtNtCs9WMcp1Hn5Bv_4core3str4iterNtB6_11EscapeDebugNtNtBa_3fmt7Display3fmt +EXPORT_SYMBOL_GPL vmlinux 0x81cf23ec nd_tbl +EXPORT_SYMBOL_GPL vmlinux 0x81d10485 ioasid_free +EXPORT_SYMBOL_GPL vmlinux 0x81d386af kernel_read_file +EXPORT_SYMBOL_GPL vmlinux 0x81de4650 register_ftrace_direct_multi +EXPORT_SYMBOL_GPL vmlinux 0x81e2bdf4 generic_handle_irq_safe +EXPORT_SYMBOL_GPL vmlinux 0x81ed6fc8 handle_mm_fault +EXPORT_SYMBOL_GPL vmlinux 0x81f372a2 unregister_ftrace_export +EXPORT_SYMBOL_GPL vmlinux 0x82092899 badrange_forget +EXPORT_SYMBOL_GPL vmlinux 0x820e30c2 clk_hw_register +EXPORT_SYMBOL_GPL vmlinux 0x82126e2e _RNvXs1R_NtNtCs9WMcp1Hn5Bv_4core9core_arch4simdNtB6_5u64x2NtNtBa_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x821e6f67 dev_pm_opp_config_clks_simple +EXPORT_SYMBOL_GPL vmlinux 0x82226c53 pinctrl_unregister_mappings +EXPORT_SYMBOL_GPL vmlinux 0x82327b80 tty_port_link_device +EXPORT_SYMBOL_GPL vmlinux 0x823bd380 crypto_grab_shash +EXPORT_SYMBOL_GPL vmlinux 0x823eae06 blocking_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x8242a8e3 component_compare_dev_name +EXPORT_SYMBOL_GPL vmlinux 0x8255da6e dev_pm_qos_remove_request +EXPORT_SYMBOL_GPL vmlinux 0x827101ce __SCK__tp_func_ata_bmdma_status +EXPORT_SYMBOL_GPL vmlinux 0x827e61f8 acpi_has_watchdog +EXPORT_SYMBOL_GPL vmlinux 0x82864f02 _RNvXs3A_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_18vm_special_mappingNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x828e22f4 hrtimer_forward +EXPORT_SYMBOL_GPL vmlinux 0x82a5cfd2 pm_schedule_suspend +EXPORT_SYMBOL_GPL vmlinux 0x82b22a5b pci_user_write_config_word +EXPORT_SYMBOL_GPL vmlinux 0x82cba5b6 phy_modify_mmd +EXPORT_SYMBOL_GPL vmlinux 0x82d79b51 sysctl_vfs_cache_pressure +EXPORT_SYMBOL_GPL vmlinux 0x82f37e8b thermal_zone_device_update +EXPORT_SYMBOL_GPL vmlinux 0x83089560 sk_psock_drop +EXPORT_SYMBOL_GPL vmlinux 0x830bf08f irq_chip_eoi_parent +EXPORT_SYMBOL_GPL vmlinux 0x83154b1b _RNvXso_NtNtCs9WMcp1Hn5Bv_4core3fmt3numNtB5_6BinaryNtB5_12GenericRadix5digit +EXPORT_SYMBOL_GPL vmlinux 0x8324b35e _RNvXs2_NtNtCs9WMcp1Hn5Bv_4core3fmt3numlNtB5_10DisplayInt6to_u32 +EXPORT_SYMBOL_GPL vmlinux 0x8328673f uv_bios_get_master_nasid +EXPORT_SYMBOL_GPL vmlinux 0x832d18f1 genphy_c45_read_mdix +EXPORT_SYMBOL_GPL vmlinux 0x8335ca43 __SCT__tp_func_io_page_fault +EXPORT_SYMBOL_GPL vmlinux 0x8338aaaf wm831x_reg_lock +EXPORT_SYMBOL_GPL vmlinux 0x8339df73 klist_add_behind +EXPORT_SYMBOL_GPL vmlinux 0x8349a895 nvmem_device_put +EXPORT_SYMBOL_GPL vmlinux 0x834f63bf crypto_aead_decrypt +EXPORT_SYMBOL_GPL vmlinux 0x83526fe2 kthread_cancel_delayed_work_sync +EXPORT_SYMBOL_GPL vmlinux 0x8353dfff acpi_os_get_iomem +EXPORT_SYMBOL_GPL vmlinux 0x8354724f cpci_hp_register_bus +EXPORT_SYMBOL_GPL vmlinux 0x835ee4d1 hsu_dma_probe +EXPORT_SYMBOL_GPL vmlinux 0x836d652f poll_state_synchronize_rcu_full +EXPORT_SYMBOL_GPL vmlinux 0x83761f57 regmap_raw_write +EXPORT_SYMBOL_GPL vmlinux 0x8376fb96 firmware_request_cache +EXPORT_SYMBOL_GPL vmlinux 0x8389cfb5 blk_mark_disk_dead +EXPORT_SYMBOL_GPL vmlinux 0x83b19be9 _RNvXsx_NtCs9WMcp1Hn5Bv_4core3fmtNtB5_9AlignmentNtB5_5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x83b6ffa1 sfp_add_phy +EXPORT_SYMBOL_GPL vmlinux 0x83bdc473 _RNvMs2_NtNtCs9WMcp1Hn5Bv_4core3num5errorNtB5_13ParseIntError4kind +EXPORT_SYMBOL_GPL vmlinux 0x83bef971 pci_p2pmem_virt_to_bus +EXPORT_SYMBOL_GPL vmlinux 0x83c9592f dev_pm_qos_expose_latency_limit +EXPORT_SYMBOL_GPL vmlinux 0x83daefb7 tty_set_termios +EXPORT_SYMBOL_GPL vmlinux 0x83e5e34e balloon_page_list_enqueue +EXPORT_SYMBOL_GPL vmlinux 0x83f14ed5 rio_route_clr_table +EXPORT_SYMBOL_GPL vmlinux 0x840b6681 spi_mem_driver_register_with_owner +EXPORT_SYMBOL_GPL vmlinux 0x84106f36 devlink_trap_ctx_priv +EXPORT_SYMBOL_GPL vmlinux 0x841367cd __rio_local_write_config_32 +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 0x844d66ed phy_select_page +EXPORT_SYMBOL_GPL vmlinux 0x84502a47 blk_status_to_errno +EXPORT_SYMBOL_GPL vmlinux 0x84525741 _RNvXNtCs9WMcp1Hn5Bv_4core9panickingNtB2_10AssertKindNtNtB4_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x8455fdff ata_cable_unknown +EXPORT_SYMBOL_GPL vmlinux 0x845deea9 _RNvMs7_NtCs9WMcp1Hn5Bv_4core3fmtNtB5_9Formatter15debug_upper_hex +EXPORT_SYMBOL_GPL vmlinux 0x8462cb62 atapi_cmd_type +EXPORT_SYMBOL_GPL vmlinux 0x846c6452 __irq_set_handler +EXPORT_SYMBOL_GPL vmlinux 0x847605c1 vp_modern_set_features +EXPORT_SYMBOL_GPL vmlinux 0x847bc305 acpi_dev_pm_attach +EXPORT_SYMBOL_GPL vmlinux 0x847d1a4d _RNvXsa_NtCsiTPnVqBGVaY_6kernel3strNtB5_9FormatterNtNtNtCs9WMcp1Hn5Bv_4core3ops5deref5Deref5deref +EXPORT_SYMBOL_GPL vmlinux 0x849d4cc8 pwm_apply_state +EXPORT_SYMBOL_GPL vmlinux 0x849de7ff crypto_unregister_alg +EXPORT_SYMBOL_GPL vmlinux 0x84ae28bc sysfs_create_bin_file +EXPORT_SYMBOL_GPL vmlinux 0x84b268cf sn_coherency_id +EXPORT_SYMBOL_GPL vmlinux 0x84b45561 sdev_evt_send +EXPORT_SYMBOL_GPL vmlinux 0x84bc6035 _RNvXs3_NtNtCs9WMcp1Hn5Bv_4core5panic8locationNtB5_8LocationNtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x84c6e9eb acomp_request_alloc +EXPORT_SYMBOL_GPL vmlinux 0x84c7d6c3 xfrm_audit_state_add +EXPORT_SYMBOL_GPL vmlinux 0x84ccfdda dev_pm_set_dedicated_wake_irq +EXPORT_SYMBOL_GPL vmlinux 0x84d0b8ef msg_zerocopy_callback +EXPORT_SYMBOL_GPL vmlinux 0x84d3e621 subsys_dev_iter_next +EXPORT_SYMBOL_GPL vmlinux 0x84e27467 pm_relax +EXPORT_SYMBOL_GPL vmlinux 0x84ec7078 mptcp_pm_get_local_addr_max +EXPORT_SYMBOL_GPL vmlinux 0x84eda9b7 tpm2_flush_context +EXPORT_SYMBOL_GPL vmlinux 0x84ef27f5 synth_event_add_fields +EXPORT_SYMBOL_GPL vmlinux 0x84f50424 device_remove_software_node +EXPORT_SYMBOL_GPL vmlinux 0x84f98b55 destroy_memory_type +EXPORT_SYMBOL_GPL vmlinux 0x84fc462c devlink_dpipe_entry_ctx_append +EXPORT_SYMBOL_GPL vmlinux 0x84fc9697 tpm_chip_bootstrap +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 0x8514aa58 PageHuge +EXPORT_SYMBOL_GPL vmlinux 0x851b4179 iommu_attach_group +EXPORT_SYMBOL_GPL vmlinux 0x851e6003 usb_phy_roothub_calibrate +EXPORT_SYMBOL_GPL vmlinux 0x85219289 _RNvNvMNtCs9WMcp1Hn5Bv_4core3f32f9from_bits13ct_u32_to_f32 +EXPORT_SYMBOL_GPL vmlinux 0x8535ffa7 device_store_bool +EXPORT_SYMBOL_GPL vmlinux 0x85540ebc nvmem_cell_put +EXPORT_SYMBOL_GPL vmlinux 0x855fa0ed fpu_update_guest_xfd +EXPORT_SYMBOL_GPL vmlinux 0x85689099 pwm_capture +EXPORT_SYMBOL_GPL vmlinux 0x857707c2 ata_port_wait_eh +EXPORT_SYMBOL_GPL vmlinux 0x857899e5 crypto_ahash_setkey +EXPORT_SYMBOL_GPL vmlinux 0x85862277 ioasid_find +EXPORT_SYMBOL_GPL vmlinux 0x858e2628 dax_holder +EXPORT_SYMBOL_GPL vmlinux 0x85964ae7 _RNvXs2V_NtNtCs9WMcp1Hn5Bv_4core9core_arch4simdNtB6_5m64x2NtNtBa_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x859ee894 tcp_bpf_update_proto +EXPORT_SYMBOL_GPL vmlinux 0x85abcfbe kernfs_notify +EXPORT_SYMBOL_GPL vmlinux 0x85b15444 arch_set_max_freq_ratio +EXPORT_SYMBOL_GPL vmlinux 0x85bf615c crypto_register_aeads +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 0x85ded89e regulator_bulk_force_disable +EXPORT_SYMBOL_GPL vmlinux 0x85eed1be iopf_queue_discard_partial +EXPORT_SYMBOL_GPL vmlinux 0x85fa9a90 switchdev_port_obj_add +EXPORT_SYMBOL_GPL vmlinux 0x8601e551 __mmc_send_status +EXPORT_SYMBOL_GPL vmlinux 0x86030f3b serdev_device_set_parity +EXPORT_SYMBOL_GPL vmlinux 0x86169f3e amd_smn_write +EXPORT_SYMBOL_GPL vmlinux 0x861a7a70 fscrypt_dummy_policies_equal +EXPORT_SYMBOL_GPL vmlinux 0x8621b582 ping_seq_start +EXPORT_SYMBOL_GPL vmlinux 0x862225e6 device_remove_file +EXPORT_SYMBOL_GPL vmlinux 0x862258db timecounter_init +EXPORT_SYMBOL_GPL vmlinux 0x862bb17b linear_range_values_in_range_array +EXPORT_SYMBOL_GPL vmlinux 0x86358aee fwnode_graph_get_remote_port_parent +EXPORT_SYMBOL_GPL vmlinux 0x863ce334 devlink_param_register +EXPORT_SYMBOL_GPL vmlinux 0x8648b34a xfrm_dev_policy_add +EXPORT_SYMBOL_GPL vmlinux 0x86585a33 devlink_fmsg_obj_nest_start +EXPORT_SYMBOL_GPL vmlinux 0x8660b5e7 _RNvXs4n_NtNtCs9WMcp1Hn5Bv_4core9core_arch4simdNtB6_6u32x16NtNtBa_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x86623fd7 notify_remote_via_irq +EXPORT_SYMBOL_GPL vmlinux 0x8663a945 crypto_unregister_akcipher +EXPORT_SYMBOL_GPL vmlinux 0x8665c409 crypto_stats_akcipher_verify +EXPORT_SYMBOL_GPL vmlinux 0x86667410 devfreq_event_set_event +EXPORT_SYMBOL_GPL vmlinux 0x86700220 acpi_get_cpuid +EXPORT_SYMBOL_GPL vmlinux 0x867521e8 security_inode_setattr +EXPORT_SYMBOL_GPL vmlinux 0x8677245d unregister_switchdev_blocking_notifier +EXPORT_SYMBOL_GPL vmlinux 0x86772dd3 ata_pio_need_iordy +EXPORT_SYMBOL_GPL vmlinux 0x8677f369 pvclock_get_pvti_cpu0_va +EXPORT_SYMBOL_GPL vmlinux 0x86871b40 devlink_info_version_stored_put_ext +EXPORT_SYMBOL_GPL vmlinux 0x868784cb __symbol_get +EXPORT_SYMBOL_GPL vmlinux 0x868eb4cd acpi_quirk_skip_i2c_client_enumeration +EXPORT_SYMBOL_GPL vmlinux 0x8695e222 virtqueue_enable_cb_delayed +EXPORT_SYMBOL_GPL vmlinux 0x869756be _RNvMs2_NtCs9WMcp1Hn5Bv_4core3numn14from_str_radix +EXPORT_SYMBOL_GPL vmlinux 0x86a4123a device_remove_bin_file +EXPORT_SYMBOL_GPL vmlinux 0x86a43216 bd_unlink_disk_holder +EXPORT_SYMBOL_GPL vmlinux 0x86a44b25 _RNvXs1b_NtNtCs9WMcp1Hn5Bv_4core3fmt3numoNtB8_5Octal3fmt +EXPORT_SYMBOL_GPL vmlinux 0x86a8eef4 dev_forward_skb +EXPORT_SYMBOL_GPL vmlinux 0x86b011d8 __rust_realloc +EXPORT_SYMBOL_GPL vmlinux 0x86b13d2a usb_unpoison_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0x86b7b076 dev_pm_qos_expose_flags +EXPORT_SYMBOL_GPL vmlinux 0x86bfaf5d icc_enable +EXPORT_SYMBOL_GPL vmlinux 0x86bfc832 blk_mq_free_request +EXPORT_SYMBOL_GPL vmlinux 0x86c43a8c cper_estatus_check +EXPORT_SYMBOL_GPL vmlinux 0x86ca7bf8 pci_pasid_features +EXPORT_SYMBOL_GPL vmlinux 0x86cc7342 pci_hp_remove_module_link +EXPORT_SYMBOL_GPL vmlinux 0x86d11c1d crypto_stats_akcipher_decrypt +EXPORT_SYMBOL_GPL vmlinux 0x86e04b00 fwnode_property_read_string_array +EXPORT_SYMBOL_GPL vmlinux 0x86ebe83e bpf_sk_storage_diag_put +EXPORT_SYMBOL_GPL vmlinux 0x86f6b99d synchronize_rcu_expedited +EXPORT_SYMBOL_GPL vmlinux 0x86f85114 net_dec_egress_queue +EXPORT_SYMBOL_GPL vmlinux 0x870a3cdb dm_post_suspending +EXPORT_SYMBOL_GPL vmlinux 0x870ad9e5 register_btf_fmodret_id_set +EXPORT_SYMBOL_GPL vmlinux 0x870e16b7 xen_test_irq_shared +EXPORT_SYMBOL_GPL vmlinux 0x872305cf xdp_rxq_info_unused +EXPORT_SYMBOL_GPL vmlinux 0x87258a37 mas_store +EXPORT_SYMBOL_GPL vmlinux 0x872cd611 md_bitmap_load +EXPORT_SYMBOL_GPL vmlinux 0x872d4f7c __SCT__tp_func_xdp_bulk_tx +EXPORT_SYMBOL_GPL vmlinux 0x8735ed3d irq_set_affinity_notifier +EXPORT_SYMBOL_GPL vmlinux 0x8741b88f _RNvXs1Y_NtNtCs9WMcp1Hn5Bv_4core3str4iterNtB6_13EscapeUnicodeNtNtBa_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x8749c238 fwnode_graph_get_remote_port +EXPORT_SYMBOL_GPL vmlinux 0x8757a5e1 __pci_hp_initialize +EXPORT_SYMBOL_GPL vmlinux 0x8757aa06 dev_pm_opp_put +EXPORT_SYMBOL_GPL vmlinux 0x87605168 _RNvXs6_NtNtCs9WMcp1Hn5Bv_4core3fmt3numhNtB5_10DisplayInt6to_u64 +EXPORT_SYMBOL_GPL vmlinux 0x87887ae3 _RNvXs4j_NtNtCs9WMcp1Hn5Bv_4core3num7nonzeroNtB6_12NonZeroUsizeNtNtNtBa_3str6traits7FromStr8from_str +EXPORT_SYMBOL_GPL vmlinux 0x878ad6d6 auxiliary_driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0x878e2346 pm_genpd_init +EXPORT_SYMBOL_GPL vmlinux 0x87908767 xas_clear_mark +EXPORT_SYMBOL_GPL vmlinux 0x8793e1a6 blk_mq_end_request_batch +EXPORT_SYMBOL_GPL vmlinux 0x87977117 tty_mode_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x87b210d0 clkdev_create +EXPORT_SYMBOL_GPL vmlinux 0x87b552be regmap_irq_get_domain +EXPORT_SYMBOL_GPL vmlinux 0x87b889d5 _RNvXsQ_NtNtCs9WMcp1Hn5Bv_4core3str7patternNtB5_11StrSearcherNtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x87c37329 regulator_list_voltage +EXPORT_SYMBOL_GPL vmlinux 0x87c564b3 ata_bmdma32_port_ops +EXPORT_SYMBOL_GPL vmlinux 0x87e20859 netdev_walk_all_lower_dev_rcu +EXPORT_SYMBOL_GPL vmlinux 0x87e64181 amd_nb_has_feature +EXPORT_SYMBOL_GPL vmlinux 0x87eb69aa usb_hcd_giveback_urb +EXPORT_SYMBOL_GPL vmlinux 0x87f1705b aead_register_instance +EXPORT_SYMBOL_GPL vmlinux 0x87f34e99 disable_kprobe +EXPORT_SYMBOL_GPL vmlinux 0x87f8d3c3 _RNvXsh_NtCs796HB7yPNRt_8bindings12bindings_rawNtB5_15callthunk_sitesNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x880f315e genphy_c45_pma_suspend +EXPORT_SYMBOL_GPL vmlinux 0x88114d51 usb_driver_release_interface +EXPORT_SYMBOL_GPL vmlinux 0x88189111 da9052_regmap_config +EXPORT_SYMBOL_GPL vmlinux 0x88238fea trace_array_destroy +EXPORT_SYMBOL_GPL vmlinux 0x882952dc da9052_disable_irq +EXPORT_SYMBOL_GPL vmlinux 0x8838a41d _RNvXsS_NtNtCs9WMcp1Hn5Bv_4core3fmt3numlNtB7_8LowerHex3fmt +EXPORT_SYMBOL_GPL vmlinux 0x883e221b max8997_update_reg +EXPORT_SYMBOL_GPL vmlinux 0x88419830 _RNvMs7_NtCs9WMcp1Hn5Bv_4core3fmtNtB5_9Formatter12debug_struct +EXPORT_SYMBOL_GPL vmlinux 0x88476f9f devl_lock +EXPORT_SYMBOL_GPL vmlinux 0x8851bdd7 nd_region_dev +EXPORT_SYMBOL_GPL vmlinux 0x8854be34 strp_check_rcv +EXPORT_SYMBOL_GPL vmlinux 0x885528a6 ring_buffer_discard_commit +EXPORT_SYMBOL_GPL vmlinux 0x886a84f0 of_icc_xlate_onecell +EXPORT_SYMBOL_GPL vmlinux 0x886dcdd6 bpf_prog_create_from_user +EXPORT_SYMBOL_GPL vmlinux 0x88736cca rio_get_comptag +EXPORT_SYMBOL_GPL vmlinux 0x8883d7a2 usb_enable_autosuspend +EXPORT_SYMBOL_GPL vmlinux 0x88964763 dm_bio_from_per_bio_data +EXPORT_SYMBOL_GPL vmlinux 0x88ab6fe3 kgdb_active +EXPORT_SYMBOL_GPL vmlinux 0x88b4ae92 ring_buffer_normalize_time_stamp +EXPORT_SYMBOL_GPL vmlinux 0x88b6fc09 _RNvXsc_NtNtCs9WMcp1Hn5Bv_4core4sync6atomicNtB5_8OrderingNtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x88ba3eb6 xen_unregister_device_domain_owner +EXPORT_SYMBOL_GPL vmlinux 0x88c3795e icc_node_del +EXPORT_SYMBOL_GPL vmlinux 0x88cce6a0 xas_find_marked +EXPORT_SYMBOL_GPL vmlinux 0x88d924f2 _RNvXsf_NtCs9WMcp1Hn5Bv_4core7convertNtB5_10InfallibleNtNtB7_3cmp10PartialOrd11partial_cmp +EXPORT_SYMBOL_GPL vmlinux 0x88df2e74 phy_pm_runtime_allow +EXPORT_SYMBOL_GPL vmlinux 0x88eb7783 poll_state_synchronize_srcu +EXPORT_SYMBOL_GPL vmlinux 0x88f17adc pci_epc_write_header +EXPORT_SYMBOL_GPL vmlinux 0x88f29694 blkcg_root +EXPORT_SYMBOL_GPL vmlinux 0x88f8e2b3 wakeup_source_create +EXPORT_SYMBOL_GPL vmlinux 0x89085887 _RNvXs_NtNtCs9WMcp1Hn5Bv_4core3str5errorNtB4_9Utf8ErrorNtNtB8_3fmt7Display3fmt +EXPORT_SYMBOL_GPL vmlinux 0x890f4f97 __kprobe_event_gen_cmd_start +EXPORT_SYMBOL_GPL vmlinux 0x890fa0fa btree_get_prev +EXPORT_SYMBOL_GPL vmlinux 0x891865e6 __SCK__tp_func_cpu_idle +EXPORT_SYMBOL_GPL vmlinux 0x89191562 irq_chip_set_wake_parent +EXPORT_SYMBOL_GPL vmlinux 0x891a5a7f gnttab_max_grant_frames +EXPORT_SYMBOL_GPL vmlinux 0x8924eb1e rcu_force_quiescent_state +EXPORT_SYMBOL_GPL vmlinux 0x892f9f04 __SCT__tp_func_devlink_hwerr +EXPORT_SYMBOL_GPL vmlinux 0x89346dd2 watchdog_set_last_hw_keepalive +EXPORT_SYMBOL_GPL vmlinux 0x89378254 sdio_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x893abbdd devlink_fmsg_u32_pair_put +EXPORT_SYMBOL_GPL vmlinux 0x893c5ddb unlock_system_sleep +EXPORT_SYMBOL_GPL vmlinux 0x893d52ed rtc_set_time +EXPORT_SYMBOL_GPL vmlinux 0x8943cbb2 tcp_unregister_ulp +EXPORT_SYMBOL_GPL vmlinux 0x89485687 iommu_group_put +EXPORT_SYMBOL_GPL vmlinux 0x89495529 _RNvNvMNtCs9WMcp1Hn5Bv_4core5sliceSp19as_chunks_unchecked8comptime +EXPORT_SYMBOL_GPL vmlinux 0x8951a35a bpf_offload_dev_netdev_unregister +EXPORT_SYMBOL_GPL vmlinux 0x895682b9 iopf_queue_flush_dev +EXPORT_SYMBOL_GPL vmlinux 0x89639e54 _RNvXsc_NtNtNtCs9WMcp1Hn5Bv_4core3fmt3num3implNtB9_8LowerExp3fmt +EXPORT_SYMBOL_GPL vmlinux 0x896adc34 usb_phy_roothub_resume +EXPORT_SYMBOL_GPL vmlinux 0x896c10c1 led_init_core +EXPORT_SYMBOL_GPL vmlinux 0x896e95e6 sdio_retune_release +EXPORT_SYMBOL_GPL vmlinux 0x8979cb1d syscon_node_to_regmap +EXPORT_SYMBOL_GPL vmlinux 0x897cdba6 intel_pinctrl_get_soc_data +EXPORT_SYMBOL_GPL vmlinux 0x897ed9f7 dma_request_chan_by_mask +EXPORT_SYMBOL_GPL vmlinux 0x8987920d sdio_readb +EXPORT_SYMBOL_GPL vmlinux 0x8988173b regmap_mmio_detach_clk +EXPORT_SYMBOL_GPL vmlinux 0x89905cee kthread_flush_worker +EXPORT_SYMBOL_GPL vmlinux 0x899283e0 _RNvXs1W_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_18___call_single_nodeNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x89a5049e balloon_page_list_dequeue +EXPORT_SYMBOL_GPL vmlinux 0x89aac57d _RNvMs_NtNtCs9WMcp1Hn5Bv_4core3num3fmtNtB4_9Formatted5write +EXPORT_SYMBOL_GPL vmlinux 0x89ae7aa0 rsa_parse_pub_key +EXPORT_SYMBOL_GPL vmlinux 0x89b4ce95 fscrypt_fname_encrypted_size +EXPORT_SYMBOL_GPL vmlinux 0x89b8cad5 ata_wait_after_reset +EXPORT_SYMBOL_GPL vmlinux 0x89ba075c nvmem_device_find +EXPORT_SYMBOL_GPL vmlinux 0x89bbafc6 usb_register_notify +EXPORT_SYMBOL_GPL vmlinux 0x89bbe87a ack_all_badblocks +EXPORT_SYMBOL_GPL vmlinux 0x89bf33bc regmap_get_val_endian +EXPORT_SYMBOL_GPL vmlinux 0x89e1ec9d acpi_get_subsystem_id +EXPORT_SYMBOL_GPL vmlinux 0x89e340cf acpi_bus_get_ejd +EXPORT_SYMBOL_GPL vmlinux 0x89f25928 __traceiter_block_rq_insert +EXPORT_SYMBOL_GPL vmlinux 0x89fcae3c i2c_dw_adjust_bus_speed +EXPORT_SYMBOL_GPL vmlinux 0x8a1263eb pci_hp_deregister +EXPORT_SYMBOL_GPL vmlinux 0x8a1b06e0 platform_device_register_full +EXPORT_SYMBOL_GPL vmlinux 0x8a2b8a31 _RNvXNtNtCs9WMcp1Hn5Bv_4core3ops5rangeNtB2_9RangeFullNtNtB6_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x8a39cf12 ehci_setup +EXPORT_SYMBOL_GPL vmlinux 0x8a3f84ba linear_range_get_selector_low +EXPORT_SYMBOL_GPL vmlinux 0x8a43a524 __traceiter_napi_poll +EXPORT_SYMBOL_GPL vmlinux 0x8a44ace2 regmap_register_patch +EXPORT_SYMBOL_GPL vmlinux 0x8a45a555 acpi_unregister_wakeup_handler +EXPORT_SYMBOL_GPL vmlinux 0x8a46cb6c mc146818_avoid_UIP +EXPORT_SYMBOL_GPL vmlinux 0x8a50a247 ehci_suspend +EXPORT_SYMBOL_GPL vmlinux 0x8a62b81b sfp_upstream_stop +EXPORT_SYMBOL_GPL vmlinux 0x8a6ca782 dm_get_queue_limits +EXPORT_SYMBOL_GPL vmlinux 0x8a716063 dw_pcie_ep_init_notify +EXPORT_SYMBOL_GPL vmlinux 0x8a7cb9c4 platform_thermal_package_rate_control +EXPORT_SYMBOL_GPL vmlinux 0x8a809e0a dw_pcie_read_dbi +EXPORT_SYMBOL_GPL vmlinux 0x8a838ef6 intel_scu_ipc_dev_put +EXPORT_SYMBOL_GPL vmlinux 0x8a83fb45 mpi_point_free_parts +EXPORT_SYMBOL_GPL vmlinux 0x8a8ac400 tty_encode_baud_rate +EXPORT_SYMBOL_GPL vmlinux 0x8a9670ee pci_doe_supports_prot +EXPORT_SYMBOL_GPL vmlinux 0x8aa353c7 metadata_dst_alloc +EXPORT_SYMBOL_GPL vmlinux 0x8aa72823 synth_event_trace +EXPORT_SYMBOL_GPL vmlinux 0x8ab80660 skb_defer_rx_timestamp +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 0x8ae2e98c __xenbus_register_frontend +EXPORT_SYMBOL_GPL vmlinux 0x8ae50cd7 securityfs_create_symlink +EXPORT_SYMBOL_GPL vmlinux 0x8af28ff5 regmap_get_val_bytes +EXPORT_SYMBOL_GPL vmlinux 0x8afacd22 _RNvXs1s_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_26fxregs_state__bindgen_ty_2NtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x8afe771c _RNvNtCs9WMcp1Hn5Bv_4core9panicking15const_panic_fmt +EXPORT_SYMBOL_GPL vmlinux 0x8b01d676 led_put +EXPORT_SYMBOL_GPL vmlinux 0x8b0ff7e4 __fscrypt_prepare_lookup +EXPORT_SYMBOL_GPL vmlinux 0x8b149c36 clk_is_match +EXPORT_SYMBOL_GPL vmlinux 0x8b2a0952 crypto_stats_compress +EXPORT_SYMBOL_GPL vmlinux 0x8b2e3711 pci_epc_linkup +EXPORT_SYMBOL_GPL vmlinux 0x8b389c81 _RNvXs5_NtNtCs9WMcp1Hn5Bv_4core3fmt3numiNtB5_10DisplayInt6to_u32 +EXPORT_SYMBOL_GPL vmlinux 0x8b3bd448 vcap_get_rule +EXPORT_SYMBOL_GPL vmlinux 0x8b3bf3be rio_del_device +EXPORT_SYMBOL_GPL vmlinux 0x8b4149e4 cppc_perf_ctrs_in_pcc +EXPORT_SYMBOL_GPL vmlinux 0x8b441f2c to_nvdimm +EXPORT_SYMBOL_GPL vmlinux 0x8b47ea1d __SCT__tp_func_extlog_mem_event +EXPORT_SYMBOL_GPL vmlinux 0x8b508458 edac_device_handle_ue_count +EXPORT_SYMBOL_GPL vmlinux 0x8b5340fc ftrace_free_filter +EXPORT_SYMBOL_GPL vmlinux 0x8b5af24a power_supply_put +EXPORT_SYMBOL_GPL vmlinux 0x8b5e1d4e fsnotify +EXPORT_SYMBOL_GPL vmlinux 0x8b6b878c regmap_field_bulk_free +EXPORT_SYMBOL_GPL vmlinux 0x8b6c0391 __SCK__tp_func_block_split +EXPORT_SYMBOL_GPL vmlinux 0x8b704dd1 cdrom_read_tocentry +EXPORT_SYMBOL_GPL vmlinux 0x8b774d39 _RNvNtNtNtCs9WMcp1Hn5Bv_4core7unicode12unicode_data9uppercase6lookup +EXPORT_SYMBOL_GPL vmlinux 0x8b89f01c hv_ghcb_hypercall +EXPORT_SYMBOL_GPL vmlinux 0x8b8a5236 i2c_add_numbered_adapter +EXPORT_SYMBOL_GPL vmlinux 0x8b8cc689 enable_kprobe +EXPORT_SYMBOL_GPL vmlinux 0x8b91c44f _RNvXse_NtNtNtCs9WMcp1Hn5Bv_4core3fmt3num3impxNtB9_8LowerExp3fmt +EXPORT_SYMBOL_GPL vmlinux 0x8b9200fd lookup_address +EXPORT_SYMBOL_GPL vmlinux 0x8b95e6a2 __SCT__tp_func_pelt_irq_tp +EXPORT_SYMBOL_GPL vmlinux 0x8b9f741d raw_seq_next +EXPORT_SYMBOL_GPL vmlinux 0x8ba52ae9 unregister_virtio_device +EXPORT_SYMBOL_GPL vmlinux 0x8bad3f3a devm_kasprintf +EXPORT_SYMBOL_GPL vmlinux 0x8bb09499 _RNvXs1y_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_16mpx_bndcsr_stateNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x8bb5ab99 fixed_phy_register +EXPORT_SYMBOL_GPL vmlinux 0x8bb895c4 scsi_eh_ready_devs +EXPORT_SYMBOL_GPL vmlinux 0x8bc192ae spi_add_device +EXPORT_SYMBOL_GPL vmlinux 0x8bce87dd icc_std_aggregate +EXPORT_SYMBOL_GPL vmlinux 0x8bd84c09 sk_detach_filter +EXPORT_SYMBOL_GPL vmlinux 0x8be5d336 devm_of_phy_provider_unregister +EXPORT_SYMBOL_GPL vmlinux 0x8bebd447 devm_get_free_pages +EXPORT_SYMBOL_GPL vmlinux 0x8bf26e4e gpiochip_irqchip_add_domain +EXPORT_SYMBOL_GPL vmlinux 0x8bfaf149 fat_truncate_time +EXPORT_SYMBOL_GPL vmlinux 0x8c0215f2 pm_system_wakeup +EXPORT_SYMBOL_GPL vmlinux 0x8c03d20c destroy_workqueue +EXPORT_SYMBOL_GPL vmlinux 0x8c0e2d63 wb_writeout_inc +EXPORT_SYMBOL_GPL vmlinux 0x8c0ed103 rcu_check_boost_fail +EXPORT_SYMBOL_GPL vmlinux 0x8c1834c4 virtio_device_freeze +EXPORT_SYMBOL_GPL vmlinux 0x8c184fe5 crypto_shash_final +EXPORT_SYMBOL_GPL vmlinux 0x8c29207c __traceiter_sched_util_est_cfs_tp +EXPORT_SYMBOL_GPL vmlinux 0x8c341c48 current_save_fsgs +EXPORT_SYMBOL_GPL vmlinux 0x8c364e2d pci_doe_submit_task +EXPORT_SYMBOL_GPL vmlinux 0x8c4232b6 synchronize_srcu_expedited +EXPORT_SYMBOL_GPL vmlinux 0x8c484409 gnttab_release_grant_reference +EXPORT_SYMBOL_GPL vmlinux 0x8c4d2428 mt_prev +EXPORT_SYMBOL_GPL vmlinux 0x8c4fded2 sgx_virt_einit +EXPORT_SYMBOL_GPL vmlinux 0x8c5bdba8 _RNvXsg_NtCs796HB7yPNRt_8bindings12bindings_rawNtB5_13callback_headNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x8c743fb6 reset_control_status +EXPORT_SYMBOL_GPL vmlinux 0x8c89e3b8 usb_phy_roothub_power_off +EXPORT_SYMBOL_GPL vmlinux 0x8c8c7897 kernfs_path_from_node +EXPORT_SYMBOL_GPL vmlinux 0x8c91a4d8 virtio_check_mem_acc_cb +EXPORT_SYMBOL_GPL vmlinux 0x8c98d248 unregister_vmcore_cb +EXPORT_SYMBOL_GPL vmlinux 0x8c9be50e gpiod_get_raw_array_value +EXPORT_SYMBOL_GPL vmlinux 0x8c9cfad3 devl_dpipe_table_resource_set +EXPORT_SYMBOL_GPL vmlinux 0x8c9e54d3 devlink_info_version_running_put_ext +EXPORT_SYMBOL_GPL vmlinux 0x8c9f1da8 fwnode_get_name +EXPORT_SYMBOL_GPL vmlinux 0x8ca37b28 fat_sync_inode +EXPORT_SYMBOL_GPL vmlinux 0x8ca9eaca _RNvXs3B_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_9free_areaNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x8cbf379b crypto_unregister_scomps +EXPORT_SYMBOL_GPL vmlinux 0x8cc99cf2 reset_controller_unregister +EXPORT_SYMBOL_GPL vmlinux 0x8cd310ed perf_event_disable +EXPORT_SYMBOL_GPL vmlinux 0x8cd3a011 phy_speed_up +EXPORT_SYMBOL_GPL vmlinux 0x8cd9c373 pci_sriov_configure_simple +EXPORT_SYMBOL_GPL vmlinux 0x8ce60c3d ata_sff_postreset +EXPORT_SYMBOL_GPL vmlinux 0x8cea6268 switchdev_bridge_port_offload +EXPORT_SYMBOL_GPL vmlinux 0x8cf5e162 blk_queue_can_use_dma_map_merging +EXPORT_SYMBOL_GPL vmlinux 0x8cfbc24e device_match_name +EXPORT_SYMBOL_GPL vmlinux 0x8cfeb990 dev_pm_opp_free_cpufreq_table +EXPORT_SYMBOL_GPL vmlinux 0x8d2256b4 int_active_memcg +EXPORT_SYMBOL_GPL vmlinux 0x8d22bb58 iommu_group_alloc +EXPORT_SYMBOL_GPL vmlinux 0x8d25d10d mdiobus_modify_changed +EXPORT_SYMBOL_GPL vmlinux 0x8d2ef056 _RNvXsz_NtNtCs9WMcp1Hn5Bv_4core3fmt3numjNtB7_8UpperHex3fmt +EXPORT_SYMBOL_GPL vmlinux 0x8d3330b6 cpuacct_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0x8d3cc6fb _RNvXs1X_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_18___call_single_dataNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x8d4ca08e irq_setup_alt_chip +EXPORT_SYMBOL_GPL vmlinux 0x8d522714 __rcu_read_lock +EXPORT_SYMBOL_GPL vmlinux 0x8d7d906b l3mdev_table_lookup_register +EXPORT_SYMBOL_GPL vmlinux 0x8d7e3373 hwpoison_filter_dev_major +EXPORT_SYMBOL_GPL vmlinux 0x8d8e97a3 pinctrl_lookup_state +EXPORT_SYMBOL_GPL vmlinux 0x8d908ebf power_supply_get_maintenance_charging_setting +EXPORT_SYMBOL_GPL vmlinux 0x8d936097 _RNvXsQ_NtNtCs9WMcp1Hn5Bv_4core3fmt3numlNtB7_6Binary3fmt +EXPORT_SYMBOL_GPL vmlinux 0x8d9d3a80 device_remove_groups +EXPORT_SYMBOL_GPL vmlinux 0x8d9dad66 _RNvXsk_NtNtNtCs9WMcp1Hn5Bv_4core3fmt3num3impsNtB9_8UpperExp3fmt +EXPORT_SYMBOL_GPL vmlinux 0x8dc7f6b6 devm_gpiod_unhinge +EXPORT_SYMBOL_GPL vmlinux 0x8dd218b0 icc_bulk_disable +EXPORT_SYMBOL_GPL vmlinux 0x8dd22f43 i2c_generic_scl_recovery +EXPORT_SYMBOL_GPL vmlinux 0x8de172e9 iommu_fwspec_init +EXPORT_SYMBOL_GPL vmlinux 0x8de6817a acpi_dev_resource_address_space +EXPORT_SYMBOL_GPL vmlinux 0x8df5c0d3 _RNvXsr_NtNtNtCs9WMcp1Hn5Bv_4core3fmt3num3impiNtB9_8UpperExp3fmt +EXPORT_SYMBOL_GPL vmlinux 0x8df7efbf usb_interrupt_msg +EXPORT_SYMBOL_GPL vmlinux 0x8e0d8485 _RNvXs6_NtNtCs9WMcp1Hn5Bv_4core3num3fmtNtB5_4PartNtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x8e122836 regulator_map_voltage_linear_range +EXPORT_SYMBOL_GPL vmlinux 0x8e1397cf devm_fwnode_pwm_get +EXPORT_SYMBOL_GPL vmlinux 0x8e20777c pci_find_next_ht_capability +EXPORT_SYMBOL_GPL vmlinux 0x8e233034 __SCK__tp_func_suspend_resume +EXPORT_SYMBOL_GPL vmlinux 0x8e2dabe0 nvdimm_setup_pfn +EXPORT_SYMBOL_GPL vmlinux 0x8e30944a __rg_dealloc +EXPORT_SYMBOL_GPL vmlinux 0x8e37530e spi_new_device +EXPORT_SYMBOL_GPL vmlinux 0x8e3766e7 pm_runtime_irq_safe +EXPORT_SYMBOL_GPL vmlinux 0x8e3d911b arch_phys_wc_index +EXPORT_SYMBOL_GPL vmlinux 0x8e4eb451 bpf_sk_storage_diag_free +EXPORT_SYMBOL_GPL vmlinux 0x8e600b3d _RNvXs5_NtNtCs9WMcp1Hn5Bv_4core3fmt3numiNtB5_10DisplayInt7from_u8 +EXPORT_SYMBOL_GPL vmlinux 0x8e6b1a9e net_selftest_get_count +EXPORT_SYMBOL_GPL vmlinux 0x8e6fa8b5 apei_exec_pre_map_gars +EXPORT_SYMBOL_GPL vmlinux 0x8e71f258 pm_runtime_suspended_time +EXPORT_SYMBOL_GPL vmlinux 0x8e8ea482 pinconf_generic_dump_config +EXPORT_SYMBOL_GPL vmlinux 0x8e98779f da9052_adc_read_temp +EXPORT_SYMBOL_GPL vmlinux 0x8e9c8cfb relay_reset +EXPORT_SYMBOL_GPL vmlinux 0x8ead800c user_free_preparse +EXPORT_SYMBOL_GPL vmlinux 0x8eb71870 gpiod_is_active_low +EXPORT_SYMBOL_GPL vmlinux 0x8ebdce40 disk_force_media_change +EXPORT_SYMBOL_GPL vmlinux 0x8ec9b43e netlink_add_tap +EXPORT_SYMBOL_GPL vmlinux 0x8ed8f96f __xenmem_reservation_va_mapping_reset +EXPORT_SYMBOL_GPL vmlinux 0x8eee3399 dax_read_unlock +EXPORT_SYMBOL_GPL vmlinux 0x8ef21f66 power_supply_register_no_ws +EXPORT_SYMBOL_GPL vmlinux 0x8ef2ae9c extcon_dev_free +EXPORT_SYMBOL_GPL vmlinux 0x8f0748af rcu_expedite_gp +EXPORT_SYMBOL_GPL vmlinux 0x8f0b781d iova_domain_init_rcaches +EXPORT_SYMBOL_GPL vmlinux 0x8f0f893b _RNvXsi_NtCs796HB7yPNRt_8bindings12bindings_rawNtB5_23qspinlock__bindgen_ty_1NtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x8f13909e ip_route_output_tunnel +EXPORT_SYMBOL_GPL vmlinux 0x8f2eb429 kvm_arch_para_hints +EXPORT_SYMBOL_GPL vmlinux 0x8f2fe58d wwan_put_debugfs_dir +EXPORT_SYMBOL_GPL vmlinux 0x8f309dcb spi_mem_poll_status +EXPORT_SYMBOL_GPL vmlinux 0x8f3777d9 strp_process +EXPORT_SYMBOL_GPL vmlinux 0x8f419cc1 ata_host_suspend +EXPORT_SYMBOL_GPL vmlinux 0x8f479dd5 pm_runtime_no_callbacks +EXPORT_SYMBOL_GPL vmlinux 0x8f503c12 sdio_set_host_pm_flags +EXPORT_SYMBOL_GPL vmlinux 0x8f541370 mbox_client_txdone +EXPORT_SYMBOL_GPL vmlinux 0x8f629f91 __irq_domain_alloc_fwnode +EXPORT_SYMBOL_GPL vmlinux 0x8f6cee77 __round_jiffies_relative +EXPORT_SYMBOL_GPL vmlinux 0x8f786bee fs_umode_to_dtype +EXPORT_SYMBOL_GPL vmlinux 0x8f7bd0a6 btree_init_mempool +EXPORT_SYMBOL_GPL vmlinux 0x8fa5a6ee dev_fetch_sw_netstats +EXPORT_SYMBOL_GPL vmlinux 0x8fa6355d skcipher_walk_complete +EXPORT_SYMBOL_GPL vmlinux 0x8fa9d9e8 __SCT__tp_func_xdp_exception +EXPORT_SYMBOL_GPL vmlinux 0x8faa800d acpi_cpc_valid +EXPORT_SYMBOL_GPL vmlinux 0x8faec3fb pid_nr_ns +EXPORT_SYMBOL_GPL vmlinux 0x8fb740ab inet_send_prepare +EXPORT_SYMBOL_GPL vmlinux 0x8fb9543a usb_control_msg +EXPORT_SYMBOL_GPL vmlinux 0x8fc12788 software_node_unregister_node_group +EXPORT_SYMBOL_GPL vmlinux 0x8fc7dbe8 firmware_request_nowarn +EXPORT_SYMBOL_GPL vmlinux 0x8fda202f _RNvMs6_NtCs9WMcp1Hn5Bv_4core3numm14from_str_radix +EXPORT_SYMBOL_GPL vmlinux 0x8feb6795 led_trigger_blink_oneshot +EXPORT_SYMBOL_GPL vmlinux 0x8febac0b sock_map_close +EXPORT_SYMBOL_GPL vmlinux 0x8ff60436 mpi_ec_add_points +EXPORT_SYMBOL_GPL vmlinux 0x8ff7ea2f devlink_region_snapshot_id_get +EXPORT_SYMBOL_GPL vmlinux 0x8ffa5dd8 __tracepoint_ata_exec_command +EXPORT_SYMBOL_GPL vmlinux 0x8ffac1c9 edac_pci_add_device +EXPORT_SYMBOL_GPL vmlinux 0x8ffb1df7 acpi_get_psd_map +EXPORT_SYMBOL_GPL vmlinux 0x900360f2 led_classdev_suspend +EXPORT_SYMBOL_GPL vmlinux 0x9007643a tracepoint_probe_register_prio_may_exist +EXPORT_SYMBOL_GPL vmlinux 0x90077e1c of_devfreq_cooling_register_power +EXPORT_SYMBOL_GPL vmlinux 0x901c698a _RNvXs2B_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_9debug_objNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x901d1b41 devlink_port_init +EXPORT_SYMBOL_GPL vmlinux 0x9024f443 mds_user_clear +EXPORT_SYMBOL_GPL vmlinux 0x903b627c list_lru_isolate_move +EXPORT_SYMBOL_GPL vmlinux 0x906901b7 __SCK__tp_func_block_rq_insert +EXPORT_SYMBOL_GPL vmlinux 0x90737d1d _RNvXs1_NtNtCs9WMcp1Hn5Bv_4core3fmt3numsNtB5_10DisplayInt7to_u128 +EXPORT_SYMBOL_GPL vmlinux 0x9084b044 clear_page_erms +EXPORT_SYMBOL_GPL vmlinux 0x90855501 set_secondary_fwnode +EXPORT_SYMBOL_GPL vmlinux 0x90947dc3 __tracepoint_neigh_event_send_done +EXPORT_SYMBOL_GPL vmlinux 0x90956828 sync_page_io +EXPORT_SYMBOL_GPL vmlinux 0x90962b8d dst_blackhole_redirect +EXPORT_SYMBOL_GPL vmlinux 0x909a7102 pci_epc_raise_irq +EXPORT_SYMBOL_GPL vmlinux 0x90a37b0a _RNvNtNtCsiTPnVqBGVaY_6kernel5print14format_strings4CRIT +EXPORT_SYMBOL_GPL vmlinux 0x90a9d8cc hv_is_hyperv_initialized +EXPORT_SYMBOL_GPL vmlinux 0x90ad66b1 software_node_unregister_nodes +EXPORT_SYMBOL_GPL vmlinux 0x90b022da inet_pernet_hashinfo_alloc +EXPORT_SYMBOL_GPL vmlinux 0x90c5bd9e ata_wait_register +EXPORT_SYMBOL_GPL vmlinux 0x90c8498c apei_exec_write_register +EXPORT_SYMBOL_GPL vmlinux 0x90cfb3a1 spi_sync_locked +EXPORT_SYMBOL_GPL vmlinux 0x90de0452 platform_thermal_package_notify +EXPORT_SYMBOL_GPL vmlinux 0x90df6583 component_bind_all +EXPORT_SYMBOL_GPL vmlinux 0x90e1a6ba kobject_uevent_env +EXPORT_SYMBOL_GPL vmlinux 0x90e47c80 __platform_driver_probe +EXPORT_SYMBOL_GPL vmlinux 0x90e769fb tracepoint_probe_register_prio +EXPORT_SYMBOL_GPL vmlinux 0x90ec7f9b devlink_port_attrs_pci_vf_set +EXPORT_SYMBOL_GPL vmlinux 0x90ef5d33 acpi_get_acpi_dev +EXPORT_SYMBOL_GPL vmlinux 0x90f1d1a3 vp_legacy_set_queue_address +EXPORT_SYMBOL_GPL vmlinux 0x910231dc clk_register_gate +EXPORT_SYMBOL_GPL vmlinux 0x9105cd06 xenbus_watch_pathfmt +EXPORT_SYMBOL_GPL vmlinux 0x91072c99 _RNvXNtCs9WMcp1Hn5Bv_4core5asciiNtB2_13EscapeDefaultNtNtNtNtB4_4iter6traits8iterator8Iterator9size_hint +EXPORT_SYMBOL_GPL vmlinux 0x9107d224 __SCT__tp_func_arm_event +EXPORT_SYMBOL_GPL vmlinux 0x910bdf6b trace_seq_vprintf +EXPORT_SYMBOL_GPL vmlinux 0x912925ca usb_store_new_id +EXPORT_SYMBOL_GPL vmlinux 0x913016ff dw_pcie_wait_for_link +EXPORT_SYMBOL_GPL vmlinux 0x9134596d regcache_mark_dirty +EXPORT_SYMBOL_GPL vmlinux 0x9135359d trace_put_event_file +EXPORT_SYMBOL_GPL vmlinux 0x913ebd32 stack_depot_save +EXPORT_SYMBOL_GPL vmlinux 0x9145e884 serial8250_rpm_put +EXPORT_SYMBOL_GPL vmlinux 0x91621dc1 _RNvXsg_NtNtCs9WMcp1Hn5Bv_4core4char7convertNtB5_13CharErrorKindNtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x9162607e scsi_nl_sock +EXPORT_SYMBOL_GPL vmlinux 0x917d953b __SCT__tp_func_wbc_writepage +EXPORT_SYMBOL_GPL vmlinux 0x9194e18f xenbus_mkdir +EXPORT_SYMBOL_GPL vmlinux 0x91955a9f start_poll_synchronize_rcu +EXPORT_SYMBOL_GPL vmlinux 0x91977275 __SCK__tp_func_error_report_end +EXPORT_SYMBOL_GPL vmlinux 0x91a01e84 _RNvXsb_NtNtCs9WMcp1Hn5Bv_4core3fmt3numjNtB5_10DisplayInt7to_u128 +EXPORT_SYMBOL_GPL vmlinux 0x91b4eafe _RNvXsk_NtCs9WMcp1Hn5Bv_4core3numsNtNtNtB7_3str6traits7FromStr8from_str +EXPORT_SYMBOL_GPL vmlinux 0x91b4f8eb sdio_disable_func +EXPORT_SYMBOL_GPL vmlinux 0x91b774a1 mpi_scanval +EXPORT_SYMBOL_GPL vmlinux 0x91b9a4ba e820__mapped_any +EXPORT_SYMBOL_GPL vmlinux 0x91c58383 serdev_device_add +EXPORT_SYMBOL_GPL vmlinux 0x91c6e5b0 pcap_to_irq +EXPORT_SYMBOL_GPL vmlinux 0x91c9313c acpi_gpio_get_io_resource +EXPORT_SYMBOL_GPL vmlinux 0x91d60ca5 da9052_request_irq +EXPORT_SYMBOL_GPL vmlinux 0x91d74db9 pm_generic_restore_early +EXPORT_SYMBOL_GPL vmlinux 0x91dc167a _RNvXs7_NtNtCs9WMcp1Hn5Bv_4core3fmt3numtNtB5_10DisplayInt7to_u128 +EXPORT_SYMBOL_GPL vmlinux 0x91df5869 sock_diag_register_inet_compat +EXPORT_SYMBOL_GPL vmlinux 0x91ea8726 asn1_encode_boolean +EXPORT_SYMBOL_GPL vmlinux 0x91ef0209 regulator_list_voltage_pickable_linear_range +EXPORT_SYMBOL_GPL vmlinux 0x91ef16e3 nvdimm_security_setup_events +EXPORT_SYMBOL_GPL vmlinux 0x91f5e023 ata_bmdma_start +EXPORT_SYMBOL_GPL vmlinux 0x91f6d80b trace_event_ignore_this_pid +EXPORT_SYMBOL_GPL vmlinux 0x920cc389 visitorl +EXPORT_SYMBOL_GPL vmlinux 0x920d80a5 devfreq_event_get_edev_count +EXPORT_SYMBOL_GPL vmlinux 0x920e7568 _RNvNtNtNtCs9WMcp1Hn5Bv_4core7unicode12unicode_data11white_space6lookup +EXPORT_SYMBOL_GPL vmlinux 0x920f3b11 pci_epc_get_msix +EXPORT_SYMBOL_GPL vmlinux 0x92141343 kvm_async_pf_task_wake +EXPORT_SYMBOL_GPL vmlinux 0x9216983d unwind_next_frame +EXPORT_SYMBOL_GPL vmlinux 0x922ba725 is_skb_forwardable +EXPORT_SYMBOL_GPL vmlinux 0x92383f20 fixed_phy_set_link_update +EXPORT_SYMBOL_GPL vmlinux 0x923e42aa sysfb_disable +EXPORT_SYMBOL_GPL vmlinux 0x9241b358 __static_key_slow_dec_deferred +EXPORT_SYMBOL_GPL vmlinux 0x924b37c0 _RNvXs4_NtNtCs9WMcp1Hn5Bv_4core5slice5asciiNtB5_11EscapeAsciiNtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x924bd113 pci_msix_alloc_irq_at +EXPORT_SYMBOL_GPL vmlinux 0x924c46f8 zs_unmap_object +EXPORT_SYMBOL_GPL vmlinux 0x925aa0f5 rio_mport_write_config_32 +EXPORT_SYMBOL_GPL vmlinux 0x925b4033 dax_driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0x925fb837 irq_domain_create_hierarchy +EXPORT_SYMBOL_GPL vmlinux 0x92656cc2 lwtunnel_fill_encap +EXPORT_SYMBOL_GPL vmlinux 0x926e3fc5 tpm1_do_selftest +EXPORT_SYMBOL_GPL vmlinux 0x92737a1f ping_hash +EXPORT_SYMBOL_GPL vmlinux 0x927d0fd7 dev_pm_qos_hide_latency_tolerance +EXPORT_SYMBOL_GPL vmlinux 0x9288a785 get_user_pages_fast +EXPORT_SYMBOL_GPL vmlinux 0x929e95cf psi_memstall_enter +EXPORT_SYMBOL_GPL vmlinux 0x92a4cfa5 crypto_unregister_shashes +EXPORT_SYMBOL_GPL vmlinux 0x92a6c4fe fib_add_nexthop +EXPORT_SYMBOL_GPL vmlinux 0x92b8c78b hyperv_pcpu_output_arg +EXPORT_SYMBOL_GPL vmlinux 0x92d31cfb fixed_phy_add +EXPORT_SYMBOL_GPL vmlinux 0x92db537d tpm_tis_core_init +EXPORT_SYMBOL_GPL vmlinux 0x92db8f68 do_trace_rcu_torture_read +EXPORT_SYMBOL_GPL vmlinux 0x92e8e9ab fsverity_enqueue_verify_work +EXPORT_SYMBOL_GPL vmlinux 0x92f7a353 _RNvMs_NtCsiTPnVqBGVaY_6kernel3strNtB4_4CStr19from_bytes_with_nul +EXPORT_SYMBOL_GPL vmlinux 0x931257cf acpi_device_fwnode_ops +EXPORT_SYMBOL_GPL vmlinux 0x9316e318 register_kretprobe +EXPORT_SYMBOL_GPL vmlinux 0x931764cf rio_request_outb_mbox +EXPORT_SYMBOL_GPL vmlinux 0x931eff60 bpf_trace_run1 +EXPORT_SYMBOL_GPL vmlinux 0x93255b2b ring_buffer_lock_reserve +EXPORT_SYMBOL_GPL vmlinux 0x9326edda vring_transport_features +EXPORT_SYMBOL_GPL vmlinux 0x932c8d7a linear_range_get_value_array +EXPORT_SYMBOL_GPL vmlinux 0x933117bc usb_get_status +EXPORT_SYMBOL_GPL vmlinux 0x93332b81 i2c_match_id +EXPORT_SYMBOL_GPL vmlinux 0x9334a695 _RNvXs2P_NtNtCs9WMcp1Hn5Bv_4core9core_arch4simdNtB6_5m32x4NtNtBa_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x933f75e0 usb_unlink_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0x934bbdfa regulator_bulk_free +EXPORT_SYMBOL_GPL vmlinux 0x935346fe __sbitmap_queue_get +EXPORT_SYMBOL_GPL vmlinux 0x93589179 ipv6_opt_accepted +EXPORT_SYMBOL_GPL vmlinux 0x935cfb87 crypto_register_skcipher +EXPORT_SYMBOL_GPL vmlinux 0x93670694 __rtnl_link_register +EXPORT_SYMBOL_GPL vmlinux 0x937dcf45 wait_on_page_writeback +EXPORT_SYMBOL_GPL vmlinux 0x937e857b fwnode_device_is_available +EXPORT_SYMBOL_GPL vmlinux 0x9381f374 blk_mq_wait_quiesce_done +EXPORT_SYMBOL_GPL vmlinux 0x938d73c4 da903x_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x939c1784 invalidate_inode_pages2_range +EXPORT_SYMBOL_GPL vmlinux 0x93a13a9b fuse_get_unique +EXPORT_SYMBOL_GPL vmlinux 0x93af2d26 ima_file_check +EXPORT_SYMBOL_GPL vmlinux 0x93c2dc76 dev_pm_opp_find_bw_ceil +EXPORT_SYMBOL_GPL vmlinux 0x93c7edeb usb_find_common_endpoints +EXPORT_SYMBOL_GPL vmlinux 0x93cf6634 thermal_cooling_device_register +EXPORT_SYMBOL_GPL vmlinux 0x93d1d424 gnttab_free_grant_references +EXPORT_SYMBOL_GPL vmlinux 0x93dc2586 pgprot_writethrough +EXPORT_SYMBOL_GPL vmlinux 0x93ebdf96 mt_next +EXPORT_SYMBOL_GPL vmlinux 0x93edef07 devlink_health_report +EXPORT_SYMBOL_GPL vmlinux 0x93f41516 serdev_device_set_baudrate +EXPORT_SYMBOL_GPL vmlinux 0x93fe51e5 class_destroy +EXPORT_SYMBOL_GPL vmlinux 0x9406730b usb_get_maximum_ssp_rate +EXPORT_SYMBOL_GPL vmlinux 0x94150eb3 devm_blk_crypto_profile_init +EXPORT_SYMBOL_GPL vmlinux 0x941c5703 perf_event_period +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 0x942d0810 sbitmap_queue_show +EXPORT_SYMBOL_GPL vmlinux 0x942fba69 bpf_trace_run11 +EXPORT_SYMBOL_GPL vmlinux 0x943092f0 tpm_send +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 0x94443b6f badblocks_check +EXPORT_SYMBOL_GPL vmlinux 0x9468ea70 schedule_hrtimeout_range_clock +EXPORT_SYMBOL_GPL vmlinux 0x946c0028 devlink_unregister +EXPORT_SYMBOL_GPL vmlinux 0x946dd559 sha224_zero_message_hash +EXPORT_SYMBOL_GPL vmlinux 0x947b40c6 cpu_smt_possible +EXPORT_SYMBOL_GPL vmlinux 0x947c787e alloc_io_pgtable_ops +EXPORT_SYMBOL_GPL vmlinux 0x949b5176 devlink_region_snapshot_create +EXPORT_SYMBOL_GPL vmlinux 0x949d6e6e _RNvNtCsiTPnVqBGVaY_6kernel5print11call_printk +EXPORT_SYMBOL_GPL vmlinux 0x949f7342 __alloc_percpu +EXPORT_SYMBOL_GPL vmlinux 0x94a4d24c usb_intf_get_dma_device +EXPORT_SYMBOL_GPL vmlinux 0x94a6b14b _RNvXsa_NtCs9WMcp1Hn5Bv_4core4charNtB5_11ToLowercaseNtNtNtNtB7_4iter6traits8iterator8Iterator9size_hint +EXPORT_SYMBOL_GPL vmlinux 0x94a6ce47 __trace_array_puts +EXPORT_SYMBOL_GPL vmlinux 0x94b5b126 acpi_storage_d3 +EXPORT_SYMBOL_GPL vmlinux 0x94bbce2a bpf_prog_get_type_dev +EXPORT_SYMBOL_GPL vmlinux 0x94bccb02 _RNvNtNtNtCs9WMcp1Hn5Bv_4core7unicode12unicode_data11conversions8to_lower +EXPORT_SYMBOL_GPL vmlinux 0x94ef4d05 cpci_hp_stop +EXPORT_SYMBOL_GPL vmlinux 0x94f6b99d crypto_alloc_sync_skcipher +EXPORT_SYMBOL_GPL vmlinux 0x94f7a4eb devlink_net +EXPORT_SYMBOL_GPL vmlinux 0x9504df26 irq_wake_thread +EXPORT_SYMBOL_GPL vmlinux 0x950fc352 cpu_subsys +EXPORT_SYMBOL_GPL vmlinux 0x951126ac folio_wait_writeback_killable +EXPORT_SYMBOL_GPL vmlinux 0x95168c37 rio_mport_get_feature +EXPORT_SYMBOL_GPL vmlinux 0x9517508d crypto_rng_reset +EXPORT_SYMBOL_GPL vmlinux 0x951a2773 crypto_has_alg +EXPORT_SYMBOL_GPL vmlinux 0x952e90cd _RNvXs11_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_7pv_infoNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x953e1b9e ktime_get_real_seconds +EXPORT_SYMBOL_GPL vmlinux 0x954536a0 __devm_irq_alloc_descs +EXPORT_SYMBOL_GPL vmlinux 0x9555ccc9 crypto_aead_setkey +EXPORT_SYMBOL_GPL vmlinux 0x955b0e2e kthread_worker_fn +EXPORT_SYMBOL_GPL vmlinux 0x956a28d6 dev_pm_qos_add_request +EXPORT_SYMBOL_GPL vmlinux 0x956ac400 ring_buffer_dropped_events_cpu +EXPORT_SYMBOL_GPL vmlinux 0x956bf07c debugfs_create_x16 +EXPORT_SYMBOL_GPL vmlinux 0x95733630 pinctrl_pm_select_sleep_state +EXPORT_SYMBOL_GPL vmlinux 0x957e72d6 rio_set_port_lockout +EXPORT_SYMBOL_GPL vmlinux 0x95823e9a regmap_update_bits_base +EXPORT_SYMBOL_GPL vmlinux 0x95827ca6 __tracepoint_block_bio_remap +EXPORT_SYMBOL_GPL vmlinux 0x9583c1f9 xenbus_dev_error +EXPORT_SYMBOL_GPL vmlinux 0x95843030 mpi_ec_init +EXPORT_SYMBOL_GPL vmlinux 0x95868d2f _RNvMs7_NtCs9WMcp1Hn5Bv_4core3fmtNtB5_9Formatter10debug_list +EXPORT_SYMBOL_GPL vmlinux 0x95891137 usb_control_msg_recv +EXPORT_SYMBOL_GPL vmlinux 0x958df3ac zs_free +EXPORT_SYMBOL_GPL vmlinux 0x959286a1 iommu_fwspec_add_ids +EXPORT_SYMBOL_GPL vmlinux 0x9593ef31 register_ftrace_export +EXPORT_SYMBOL_GPL vmlinux 0x959a9ec5 __rio_local_read_config_16 +EXPORT_SYMBOL_GPL vmlinux 0x959ec5f5 call_rcu_tasks +EXPORT_SYMBOL_GPL vmlinux 0x95b35ba0 event_triggers_post_call +EXPORT_SYMBOL_GPL vmlinux 0x95bc9078 btree_free +EXPORT_SYMBOL_GPL vmlinux 0x95d3e776 sk_msg_free_partial +EXPORT_SYMBOL_GPL vmlinux 0x95e825a2 _RNvXse_NtCs9WMcp1Hn5Bv_4core3anyNtB5_6TypeIdNtNtB7_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x95ec9571 tps65912_regmap_config +EXPORT_SYMBOL_GPL vmlinux 0x95ef1ccc dmi_memdev_size +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 0x962c8ae1 usb_kill_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0x962d48bd devm_gpiod_get +EXPORT_SYMBOL_GPL vmlinux 0x963547ca _RNvMs6_NtNtCs9WMcp1Hn5Bv_4core3fmt8buildersNtB5_8DebugMap5entry +EXPORT_SYMBOL_GPL vmlinux 0x964ddf1c pci_epc_mem_init +EXPORT_SYMBOL_GPL vmlinux 0x965197a8 regulator_is_supported_voltage +EXPORT_SYMBOL_GPL vmlinux 0x96554810 register_keyboard_notifier +EXPORT_SYMBOL_GPL vmlinux 0x9666c334 _RNvXs4_NtNtCs9WMcp1Hn5Bv_4core3fmt3numnNtB5_10DisplayInt7from_u8 +EXPORT_SYMBOL_GPL vmlinux 0x9669bc57 blk_crypto_intersect_capabilities +EXPORT_SYMBOL_GPL vmlinux 0x966aa713 __netpoll_cleanup +EXPORT_SYMBOL_GPL vmlinux 0x967bbe8b mmc_get_ext_csd +EXPORT_SYMBOL_GPL vmlinux 0x9688931c kstrdup_quotable_cmdline +EXPORT_SYMBOL_GPL vmlinux 0x969a0f37 ata_std_prereset +EXPORT_SYMBOL_GPL vmlinux 0x969ce640 devm_regmap_del_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0x969db246 __traceiter_br_fdb_external_learn_add +EXPORT_SYMBOL_GPL vmlinux 0x969fe9cd dev_pm_opp_get_sharing_cpus +EXPORT_SYMBOL_GPL vmlinux 0x96a55fda list_lru_destroy +EXPORT_SYMBOL_GPL vmlinux 0x96adf1ca usb_asmedia_modifyflowcontrol +EXPORT_SYMBOL_GPL vmlinux 0x96b5ac4b vcap_set_rule_set_actionset +EXPORT_SYMBOL_GPL vmlinux 0x96dae44f badblocks_clear +EXPORT_SYMBOL_GPL vmlinux 0x96df12ab xfrm_audit_state_delete +EXPORT_SYMBOL_GPL vmlinux 0x96e8a953 pci_epf_bind +EXPORT_SYMBOL_GPL vmlinux 0x96ebb405 serial8250_read_char +EXPORT_SYMBOL_GPL vmlinux 0x96ebb631 sock_map_destroy +EXPORT_SYMBOL_GPL vmlinux 0x96f8850e pci_user_read_config_dword +EXPORT_SYMBOL_GPL vmlinux 0x971133a3 pci_get_dsn +EXPORT_SYMBOL_GPL vmlinux 0x9713cedb devm_regulator_bulk_get_enable +EXPORT_SYMBOL_GPL vmlinux 0x9714e0bb ktime_get_raw +EXPORT_SYMBOL_GPL vmlinux 0x971b5d71 _RNvXs6_NtNtCs9WMcp1Hn5Bv_4core3cmp5implszNtB7_3Ord3cmp +EXPORT_SYMBOL_GPL vmlinux 0x971ee2e4 skb_segment +EXPORT_SYMBOL_GPL vmlinux 0x972a2268 da903x_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x972e9c2c rio_route_get_entry +EXPORT_SYMBOL_GPL vmlinux 0x972ef18b xfrm_state_afinfo_get_rcu +EXPORT_SYMBOL_GPL vmlinux 0x973d1615 sk_msg_memcopy_from_iter +EXPORT_SYMBOL_GPL vmlinux 0x9740e5fe acpi_get_and_request_gpiod +EXPORT_SYMBOL_GPL vmlinux 0x97478f1b usb_acpi_power_manageable +EXPORT_SYMBOL_GPL vmlinux 0x975519c1 asymmetric_key_id_same +EXPORT_SYMBOL_GPL vmlinux 0x9757eca0 devm_mbox_controller_register +EXPORT_SYMBOL_GPL vmlinux 0x975a039b pci_hp_del +EXPORT_SYMBOL_GPL vmlinux 0x9768995d nvmem_cell_read_variable_le_u32 +EXPORT_SYMBOL_GPL vmlinux 0x9778095e rio_unregister_scan +EXPORT_SYMBOL_GPL vmlinux 0x977be5c7 klist_iter_init_node +EXPORT_SYMBOL_GPL vmlinux 0x97879cc2 iomap_zero_range +EXPORT_SYMBOL_GPL vmlinux 0x978b622a _RNvMNtNtCs9WMcp1Hn5Bv_4core5panic10panic_infoNtB2_9PanicInfo10can_unwind +EXPORT_SYMBOL_GPL vmlinux 0x978ba1a4 bio_iov_iter_get_pages +EXPORT_SYMBOL_GPL vmlinux 0x978cd4f9 _RNvXs4i_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_10percpu_refNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x978ec511 auxiliary_find_device +EXPORT_SYMBOL_GPL vmlinux 0x9791a13d regulator_set_current_limit_regmap +EXPORT_SYMBOL_GPL vmlinux 0x979fd643 irq_domain_remove +EXPORT_SYMBOL_GPL vmlinux 0x97a2926f iommu_group_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0x97a76f46 _RNvMNtCs9WMcp1Hn5Bv_4core3f64d13classify_bits +EXPORT_SYMBOL_GPL vmlinux 0x97cfb713 platform_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x97d98d48 device_match_devt +EXPORT_SYMBOL_GPL vmlinux 0x97de2b83 debug_locks_silent +EXPORT_SYMBOL_GPL vmlinux 0x97de3c06 phy_set_media +EXPORT_SYMBOL_GPL vmlinux 0x97e19906 ZSTD_getErrorCode +EXPORT_SYMBOL_GPL vmlinux 0x97fafb83 bpf_prog_create +EXPORT_SYMBOL_GPL vmlinux 0x97fbe2df gov_attr_set_put +EXPORT_SYMBOL_GPL vmlinux 0x980168b6 mmu_interval_notifier_remove +EXPORT_SYMBOL_GPL vmlinux 0x9802b102 hsu_dma_get_status +EXPORT_SYMBOL_GPL vmlinux 0x9804d857 _RNvXs2_NtNtCs9WMcp1Hn5Bv_4core3fmt3numlNtB5_10DisplayInt7from_u8 +EXPORT_SYMBOL_GPL vmlinux 0x98135dba icc_get +EXPORT_SYMBOL_GPL vmlinux 0x98140930 dev_nit_active +EXPORT_SYMBOL_GPL vmlinux 0x981da11e _RNvXs3j_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_33folio__bindgen_ty_1__bindgen_ty_1NtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x9833bc0c hvc_kick +EXPORT_SYMBOL_GPL vmlinux 0x9836d2de crypto_ahash_digest +EXPORT_SYMBOL_GPL vmlinux 0x98378a1d cc_mkdec +EXPORT_SYMBOL_GPL vmlinux 0x983b2a3d _RNvXs3T_NtNtCs9WMcp1Hn5Bv_4core9core_arch4simdNtB6_5i8x64NtNtBa_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x9843f501 __cookie_v4_check +EXPORT_SYMBOL_GPL vmlinux 0x98503a63 mpi_alloc +EXPORT_SYMBOL_GPL vmlinux 0x98544f13 vcap_find_admin +EXPORT_SYMBOL_GPL vmlinux 0x985453e1 lease_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x985da174 debugfs_create_u32 +EXPORT_SYMBOL_GPL vmlinux 0x985ffb5f clk_mux_val_to_index +EXPORT_SYMBOL_GPL vmlinux 0x9863c13b sk_msg_free_nocharge +EXPORT_SYMBOL_GPL vmlinux 0x9867a275 xhci_suspend +EXPORT_SYMBOL_GPL vmlinux 0x986d0e6e nvdimm_name +EXPORT_SYMBOL_GPL vmlinux 0x9871f71c __hvc_resize +EXPORT_SYMBOL_GPL vmlinux 0x98784624 __traceiter_ata_tf_load +EXPORT_SYMBOL_GPL vmlinux 0x9879932b crypto_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x98803d68 vcap_free_rule +EXPORT_SYMBOL_GPL vmlinux 0x98819de5 _RNvXsJ_NtNtCs9WMcp1Hn5Bv_4core4sync6atomicNtB5_9AtomicU32NtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x988a1a00 sn_region_size +EXPORT_SYMBOL_GPL vmlinux 0x989074ff kmsg_dump_reason_str +EXPORT_SYMBOL_GPL vmlinux 0x9891660d ata_scsi_queuecmd +EXPORT_SYMBOL_GPL vmlinux 0x98b0e7c6 ping_getfrag +EXPORT_SYMBOL_GPL vmlinux 0x98cd9d34 __tracepoint_map +EXPORT_SYMBOL_GPL vmlinux 0x98d64f7f sk_clone_lock +EXPORT_SYMBOL_GPL vmlinux 0x98d6bc71 regulator_unregister +EXPORT_SYMBOL_GPL vmlinux 0x98ee09d6 blkdev_zone_mgmt +EXPORT_SYMBOL_GPL vmlinux 0x98ee62b2 ring_buffer_record_disable_cpu +EXPORT_SYMBOL_GPL vmlinux 0x98f0a229 kernfs_put +EXPORT_SYMBOL_GPL vmlinux 0x98f2464e __pci_epc_create +EXPORT_SYMBOL_GPL vmlinux 0x98f4d306 hyperv_flush_guest_mapping +EXPORT_SYMBOL_GPL vmlinux 0x98f98bbf regulator_bulk_disable +EXPORT_SYMBOL_GPL vmlinux 0x98ff2db1 __devm_intel_scu_ipc_register +EXPORT_SYMBOL_GPL vmlinux 0x991e1828 sk_attach_filter +EXPORT_SYMBOL_GPL vmlinux 0x991fd689 _RNvXNtCsiTPnVqBGVaY_6kernel9allocatorNtB2_15KernelAllocatorNtNtNtCs9WMcp1Hn5Bv_4core5alloc6global11GlobalAlloc7dealloc +EXPORT_SYMBOL_GPL vmlinux 0x992287f4 rio_dma_prep_xfer +EXPORT_SYMBOL_GPL vmlinux 0x9930f8a3 uv_bios_change_memprotect +EXPORT_SYMBOL_GPL vmlinux 0x99311fd1 gpiod_get_array_value +EXPORT_SYMBOL_GPL vmlinux 0x9932d2e1 ata_port_schedule_eh +EXPORT_SYMBOL_GPL vmlinux 0x99383ebe _RNvXsD_NtCs9WMcp1Hn5Bv_4core4charNtB5_15CaseMappingIterNtNtB7_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x99430ba2 acpi_get_phys_id +EXPORT_SYMBOL_GPL vmlinux 0x9954ba60 debugfs_create_u32_array +EXPORT_SYMBOL_GPL vmlinux 0x995a2368 usb_hcd_resume_root_hub +EXPORT_SYMBOL_GPL vmlinux 0x995d1071 prof_on +EXPORT_SYMBOL_GPL vmlinux 0x9963f1f2 sock_diag_register +EXPORT_SYMBOL_GPL vmlinux 0x9968aacb __audit_log_nfcfg +EXPORT_SYMBOL_GPL vmlinux 0x996b32ed __SCK__tp_func_ata_bmdma_start +EXPORT_SYMBOL_GPL vmlinux 0x997c550a preempt_model_none +EXPORT_SYMBOL_GPL vmlinux 0x997d56de tty_ldisc_ref +EXPORT_SYMBOL_GPL vmlinux 0x9980ed58 xfrm_audit_policy_add +EXPORT_SYMBOL_GPL vmlinux 0x9983c8b6 _RNvMs1_NtCs9WMcp1Hn5Bv_4core3numx14from_str_radix +EXPORT_SYMBOL_GPL vmlinux 0x99844d52 intel_pinctrl_resume_noirq +EXPORT_SYMBOL_GPL vmlinux 0x99852ec2 mnt_drop_write +EXPORT_SYMBOL_GPL vmlinux 0x9988830a _RNvXsq_NtNtNtCs9WMcp1Hn5Bv_4core3fmt3num3impjNtB9_8UpperExp3fmt +EXPORT_SYMBOL_GPL vmlinux 0x998d79d6 x509_decode_time +EXPORT_SYMBOL_GPL vmlinux 0x998dc024 _RNvXs0_NtNtCs9WMcp1Hn5Bv_4core3fmt3numaNtB5_10DisplayInt6to_u64 +EXPORT_SYMBOL_GPL vmlinux 0x999a45a7 usb_set_interface +EXPORT_SYMBOL_GPL vmlinux 0x99a03078 dax_holder_notify_failure +EXPORT_SYMBOL_GPL vmlinux 0x99a3f4a0 gnttab_end_foreign_access +EXPORT_SYMBOL_GPL vmlinux 0x99b4f730 genphy_c45_fast_retrain +EXPORT_SYMBOL_GPL vmlinux 0x99be95ad pci_epc_stop +EXPORT_SYMBOL_GPL vmlinux 0x99c52982 _RNvXs2t_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_11swait_queueNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x99c767a5 ata_bmdma_dumb_qc_prep +EXPORT_SYMBOL_GPL vmlinux 0x99dc4a27 pci_iomap_wc +EXPORT_SYMBOL_GPL vmlinux 0x99e7dc59 _RNvXsE_NtNtCs9WMcp1Hn5Bv_4core4sync6atomicNtB5_9AtomicI32NtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x99f018c4 nvmem_cell_read +EXPORT_SYMBOL_GPL vmlinux 0x99f2d00a sysfs_emit_at +EXPORT_SYMBOL_GPL vmlinux 0x99fc2ab8 fscrypt_symlink_getattr +EXPORT_SYMBOL_GPL vmlinux 0x9a0bbfbe irq_chip_set_affinity_parent +EXPORT_SYMBOL_GPL vmlinux 0x9a11a0fc crypto_attr_alg_name +EXPORT_SYMBOL_GPL vmlinux 0x9a1a54b0 ata_change_queue_depth +EXPORT_SYMBOL_GPL vmlinux 0x9a23ea6b alarm_expires_remaining +EXPORT_SYMBOL_GPL vmlinux 0x9a26b8b7 _RNvXs8_NtNtCs9WMcp1Hn5Bv_4core3fmt3nummNtB5_10DisplayInt7to_u128 +EXPORT_SYMBOL_GPL vmlinux 0x9a2851ef __SCT__tp_func_ata_bmdma_setup +EXPORT_SYMBOL_GPL vmlinux 0x9a40f442 _RNvXsb_NtCsiTPnVqBGVaY_6kernel3strNtB5_9FormatterNtNtCs9WMcp1Hn5Bv_4core3fmt5Write9write_str +EXPORT_SYMBOL_GPL vmlinux 0x9a53fde7 _RNvXs15_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_23paravirt_patch_templateNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x9a55d41b dev_pm_opp_get_opp_table +EXPORT_SYMBOL_GPL vmlinux 0x9a58dd2d trace_print_bitmask_seq +EXPORT_SYMBOL_GPL vmlinux 0x9a5a03de vcap_chain_id_to_lookup +EXPORT_SYMBOL_GPL vmlinux 0x9a5dce5c rhashtable_walk_start_check +EXPORT_SYMBOL_GPL vmlinux 0x9a5e0e04 device_match_any +EXPORT_SYMBOL_GPL vmlinux 0x9a5e6ebc vfs_truncate +EXPORT_SYMBOL_GPL vmlinux 0x9a6eafe8 ata_scsi_unlock_native_capacity +EXPORT_SYMBOL_GPL vmlinux 0x9a859aa5 _RNvXsM_NtNtCs9WMcp1Hn5Bv_4core3str4iterNtB5_11EncodeUtf16NtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x9aa3be45 cleanup_srcu_struct +EXPORT_SYMBOL_GPL vmlinux 0x9aa71c2a efi_query_variable_store +EXPORT_SYMBOL_GPL vmlinux 0x9aa95e57 ip6_dst_lookup_tunnel +EXPORT_SYMBOL_GPL vmlinux 0x9aaac699 dev_pm_opp_cpumask_remove_table +EXPORT_SYMBOL_GPL vmlinux 0x9ac11b74 suspend_set_ops +EXPORT_SYMBOL_GPL vmlinux 0x9ac3e90a pinctrl_select_default_state +EXPORT_SYMBOL_GPL vmlinux 0x9ac522f8 ata_sff_dma_pause +EXPORT_SYMBOL_GPL vmlinux 0x9acf31c6 mas_find +EXPORT_SYMBOL_GPL vmlinux 0x9acf5fbb vcap_add_rule +EXPORT_SYMBOL_GPL vmlinux 0x9ad55b99 clk_hw_unregister_fixed_factor +EXPORT_SYMBOL_GPL vmlinux 0x9ad8a2f3 sdio_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0x9ada471c dev_pm_genpd_add_notifier +EXPORT_SYMBOL_GPL vmlinux 0x9aeacb87 ring_buffer_iter_empty +EXPORT_SYMBOL_GPL vmlinux 0x9af49514 icc_bulk_set_bw +EXPORT_SYMBOL_GPL vmlinux 0x9b1d8ca3 ping_unhash +EXPORT_SYMBOL_GPL vmlinux 0x9b2779e9 udp_abort +EXPORT_SYMBOL_GPL vmlinux 0x9b360658 phy_modify +EXPORT_SYMBOL_GPL vmlinux 0x9b472fca sfp_register_socket +EXPORT_SYMBOL_GPL vmlinux 0x9b4f206a _RNvNtCs9WMcp1Hn5Bv_4core6result13unwrap_failed +EXPORT_SYMBOL_GPL vmlinux 0x9b5142f4 vp_legacy_get_queue_enable +EXPORT_SYMBOL_GPL vmlinux 0x9b555c8c pm_suspend_default_s2idle +EXPORT_SYMBOL_GPL vmlinux 0x9b651e51 xenbus_teardown_ring +EXPORT_SYMBOL_GPL vmlinux 0x9b698c42 ioasid_set_data +EXPORT_SYMBOL_GPL vmlinux 0x9b6ec967 ring_buffer_size +EXPORT_SYMBOL_GPL vmlinux 0x9b715326 iomap_file_buffered_write_punch_delalloc +EXPORT_SYMBOL_GPL vmlinux 0x9b768201 modify_ftrace_direct_multi +EXPORT_SYMBOL_GPL vmlinux 0x9b7a5fdb __account_locked_vm +EXPORT_SYMBOL_GPL vmlinux 0x9b8553ae vp_modern_get_num_queues +EXPORT_SYMBOL_GPL vmlinux 0x9b85bebf usb_phy_get_charger_current +EXPORT_SYMBOL_GPL vmlinux 0x9b9071cb get_old_itimerspec32 +EXPORT_SYMBOL_GPL vmlinux 0x9b910a4f bpf_offload_dev_match +EXPORT_SYMBOL_GPL vmlinux 0x9b914c23 pci_ioremap_bar +EXPORT_SYMBOL_GPL vmlinux 0x9b92d16e pinctrl_gpio_set_config +EXPORT_SYMBOL_GPL vmlinux 0x9b9e4eff spi_slave_abort +EXPORT_SYMBOL_GPL vmlinux 0x9b9f3648 pcibios_scan_specific_bus +EXPORT_SYMBOL_GPL vmlinux 0x9ba0b128 devl_trap_groups_unregister +EXPORT_SYMBOL_GPL vmlinux 0x9ba2bb2b gpio_request_array +EXPORT_SYMBOL_GPL vmlinux 0x9bad141d hv_hypercall_pg +EXPORT_SYMBOL_GPL vmlinux 0x9bb53c28 cros_ec_get_sensor_count +EXPORT_SYMBOL_GPL vmlinux 0x9bb9a574 dev_pm_opp_set_sharing_cpus +EXPORT_SYMBOL_GPL vmlinux 0x9bc43c6d _RNvXs3P_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_15scale_freq_dataNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x9bdc1b96 pinctrl_pm_select_default_state +EXPORT_SYMBOL_GPL vmlinux 0x9bdf9714 ZSTD_customMalloc +EXPORT_SYMBOL_GPL vmlinux 0x9be1ea72 netdev_sw_irq_coalesce_default_on +EXPORT_SYMBOL_GPL vmlinux 0x9be30d27 mhp_get_pluggable_range +EXPORT_SYMBOL_GPL vmlinux 0x9be8e670 find_vpid +EXPORT_SYMBOL_GPL vmlinux 0x9be9804a fs_kobj +EXPORT_SYMBOL_GPL vmlinux 0x9beacef2 fib4_rule_default +EXPORT_SYMBOL_GPL vmlinux 0x9beaeebe iov_iter_get_pages +EXPORT_SYMBOL_GPL vmlinux 0x9bece81b mpi_cmp_ui +EXPORT_SYMBOL_GPL vmlinux 0x9bf8cd27 clk_hw_register_fixed_factor_parent_hw +EXPORT_SYMBOL_GPL vmlinux 0x9c0987b1 of_pwm_single_xlate +EXPORT_SYMBOL_GPL vmlinux 0x9c0ae26c fwnode_property_present +EXPORT_SYMBOL_GPL vmlinux 0x9c1755ba _RNvXsk_NtCs796HB7yPNRt_8bindings12bindings_rawNtB5_21qrwlock__bindgen_ty_1NtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x9c3c1536 tps6586x_read +EXPORT_SYMBOL_GPL vmlinux 0x9c4302ea _RNvXsJ_NtCs796HB7yPNRt_8bindings12bindings_rawNtB5_41restart_block__bindgen_ty_1__bindgen_ty_3NtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x9c4dad23 devm_phy_get +EXPORT_SYMBOL_GPL vmlinux 0x9c500087 _RNvXs3_NtNtCs9WMcp1Hn5Bv_4core5slice5asciiNtB5_11EscapeAsciiNtNtB9_3fmt7Display3fmt +EXPORT_SYMBOL_GPL vmlinux 0x9c55d653 __SCK__tp_func_tcp_bad_csum +EXPORT_SYMBOL_GPL vmlinux 0x9c56f78d ehci_init_driver +EXPORT_SYMBOL_GPL vmlinux 0x9c6febfc add_uevent_var +EXPORT_SYMBOL_GPL vmlinux 0x9c749077 _RNvXs2U_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_25arch_uprobe__bindgen_ty_2NtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x9c74e6e7 platform_device_add_resources +EXPORT_SYMBOL_GPL vmlinux 0x9c803020 usb_phy_roothub_power_on +EXPORT_SYMBOL_GPL vmlinux 0x9c964c80 free_uid +EXPORT_SYMBOL_GPL vmlinux 0x9ca19b28 rio_mport_class +EXPORT_SYMBOL_GPL vmlinux 0x9ca51966 __pm_runtime_disable +EXPORT_SYMBOL_GPL vmlinux 0x9ca6e11f cper_mem_err_location +EXPORT_SYMBOL_GPL vmlinux 0x9cb847a0 devl_rate_leaf_create +EXPORT_SYMBOL_GPL vmlinux 0x9cbf823a ohci_hub_status_data +EXPORT_SYMBOL_GPL vmlinux 0x9cbfe7d4 usb_add_phy +EXPORT_SYMBOL_GPL vmlinux 0x9cc07974 _RNvXs2v_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_15uprobe_consumerNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x9cc4f70a register_pm_notifier +EXPORT_SYMBOL_GPL vmlinux 0x9cc9ebce dw_pcie_host_init +EXPORT_SYMBOL_GPL vmlinux 0x9cca046c phy_remove_lookup +EXPORT_SYMBOL_GPL vmlinux 0x9cd7551a rhashtable_walk_stop +EXPORT_SYMBOL_GPL vmlinux 0x9cdb5f07 _RNvXs9_NtCs9WMcp1Hn5Bv_4core3fmtNtB5_5ErrorNtB5_7Display3fmt +EXPORT_SYMBOL_GPL vmlinux 0x9cdd6a66 sysctl_long_vals +EXPORT_SYMBOL_GPL vmlinux 0x9cdfce54 kthread_unpark +EXPORT_SYMBOL_GPL vmlinux 0x9ce05629 devl_traps_unregister +EXPORT_SYMBOL_GPL vmlinux 0x9ce241d7 irq_domain_get_irq_data +EXPORT_SYMBOL_GPL vmlinux 0x9ce4e5e8 _RNvNtNtCsiTPnVqBGVaY_6kernel5print14format_strings5DEBUG +EXPORT_SYMBOL_GPL vmlinux 0x9cee0aee _RNvXNtCs9WMcp1Hn5Bv_4core4charNtB2_13EscapeUnicodeNtNtNtNtB4_4iter6traits8iterator8Iterator4last +EXPORT_SYMBOL_GPL vmlinux 0x9cf37c44 __iowrite32_copy +EXPORT_SYMBOL_GPL vmlinux 0x9d054a16 _RNvXs1_NtCsiTPnVqBGVaY_6kernel3strNtB5_4CStrNtNtCs9WMcp1Hn5Bv_4core3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x9d09e8ae ring_buffer_event_data +EXPORT_SYMBOL_GPL vmlinux 0x9d14205c cr4_read_shadow +EXPORT_SYMBOL_GPL vmlinux 0x9d20cbaf __tracepoint_add_device_to_group +EXPORT_SYMBOL_GPL vmlinux 0x9d2b7244 __traceiter_neigh_event_send_done +EXPORT_SYMBOL_GPL vmlinux 0x9d2e24f4 bpf_prog_inc +EXPORT_SYMBOL_GPL vmlinux 0x9d32e632 _RNvXsb_NtNtNtCs9WMcp1Hn5Bv_4core3fmt3num3imptNtB9_8LowerExp3fmt +EXPORT_SYMBOL_GPL vmlinux 0x9d366f99 page_reporting_register +EXPORT_SYMBOL_GPL vmlinux 0x9d3ede65 _RNvXNtCs9WMcp1Hn5Bv_4core5allocNtB2_10AllocErrorNtNtB4_3fmt7Display3fmt +EXPORT_SYMBOL_GPL vmlinux 0x9d4894c8 x2apic_mode +EXPORT_SYMBOL_GPL vmlinux 0x9d4b7be0 acpi_subsys_runtime_suspend +EXPORT_SYMBOL_GPL vmlinux 0x9d55402b xhci_run +EXPORT_SYMBOL_GPL vmlinux 0x9d5741f5 gnttab_pages_clear_private +EXPORT_SYMBOL_GPL vmlinux 0x9d5792ed devm_platform_ioremap_resource +EXPORT_SYMBOL_GPL vmlinux 0x9d5a30d0 _RNvXsc_NtNtNtCs9WMcp1Hn5Bv_4core9core_simd5masks9mask_implmNtB5_11ReverseBits12reverse_bits +EXPORT_SYMBOL_GPL vmlinux 0x9d608607 _RNvXs0_NtNtNtCs9WMcp1Hn5Bv_4core9core_arch3x865cpuidNtB5_11CpuidResultNtNtBb_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x9d86d258 _RNvXs4g_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_15percpu_ref_dataNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x9d8bb00e set_dax_nocache +EXPORT_SYMBOL_GPL vmlinux 0x9d9910a1 atomic_notifier_chain_register_unique_prio +EXPORT_SYMBOL_GPL vmlinux 0x9da24967 hsu_dma_do_irq +EXPORT_SYMBOL_GPL vmlinux 0x9daa7f1f blk_req_zone_write_trylock +EXPORT_SYMBOL_GPL vmlinux 0x9daf5b00 _RNvXs2m_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_24maple_node__bindgen_ty_1NtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x9db325a1 cgroup_get_from_id +EXPORT_SYMBOL_GPL vmlinux 0x9dc9c968 regcache_sync +EXPORT_SYMBOL_GPL vmlinux 0x9de0ac34 xenbus_register_driver_common +EXPORT_SYMBOL_GPL vmlinux 0x9de7e975 devm_watchdog_register_device +EXPORT_SYMBOL_GPL vmlinux 0x9e005e6f cppc_get_perf_caps +EXPORT_SYMBOL_GPL vmlinux 0x9e0a87da tcp_slow_start +EXPORT_SYMBOL_GPL vmlinux 0x9e10094a _RNvXsn_NtNtCs9WMcp1Hn5Bv_4core9core_simd5masksaNtNtB5_6sealed6Sealed2eq +EXPORT_SYMBOL_GPL vmlinux 0x9e125950 _RNvXsN_NtNtCs9WMcp1Hn5Bv_4core3str7patternNtB5_17CharSliceSearcherNtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x9e151910 _RNvNvXsi_NtCs9WMcp1Hn5Bv_4core3fmtPpNtB7_7Pointer3fmt5inner +EXPORT_SYMBOL_GPL vmlinux 0x9e17ab58 iomap_seek_hole +EXPORT_SYMBOL_GPL vmlinux 0x9e229c49 sg_alloc_table_chained +EXPORT_SYMBOL_GPL vmlinux 0x9e3a1a83 _RNvXsR_NtCs796HB7yPNRt_8bindings12bindings_rawNtB5_9edid_infoNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x9e472f5f snmp_fold_field +EXPORT_SYMBOL_GPL vmlinux 0x9e4ae68c pinctrl_utils_reserve_map +EXPORT_SYMBOL_GPL vmlinux 0x9e54f563 pci_epc_start +EXPORT_SYMBOL_GPL vmlinux 0x9e5fa01a perf_aux_output_flag +EXPORT_SYMBOL_GPL vmlinux 0x9e704cb8 __fscrypt_prepare_link +EXPORT_SYMBOL_GPL vmlinux 0x9e755508 fwnode_count_parents +EXPORT_SYMBOL_GPL vmlinux 0x9e760018 ata_do_set_mode +EXPORT_SYMBOL_GPL vmlinux 0x9e85fdeb add_disk_randomness +EXPORT_SYMBOL_GPL vmlinux 0x9e9c4f24 set_dax_nomc +EXPORT_SYMBOL_GPL vmlinux 0x9e9ea421 _RNvXs13_NtNtCs9WMcp1Hn5Bv_4core4sync6atomicNtB6_11AtomicUsizeNtNtBa_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x9ea2c3f1 bus_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x9ea4cfe7 __xenbus_register_backend +EXPORT_SYMBOL_GPL vmlinux 0x9ea5a359 usb_amd_pt_check_port +EXPORT_SYMBOL_GPL vmlinux 0x9eac055e fat_getattr +EXPORT_SYMBOL_GPL vmlinux 0x9eb9f648 i2c_client_get_device_id +EXPORT_SYMBOL_GPL vmlinux 0x9eba4266 iomap_file_unshare +EXPORT_SYMBOL_GPL vmlinux 0x9ebbc1d2 pm_generic_restore_noirq +EXPORT_SYMBOL_GPL vmlinux 0x9ebfa907 _RNvXs2i_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_24maple_tree__bindgen_ty_1NtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x9ec21dc3 regulator_enable_regmap +EXPORT_SYMBOL_GPL vmlinux 0x9ecae119 usb_driver_claim_interface +EXPORT_SYMBOL_GPL vmlinux 0x9eccb674 devm_hwrng_register +EXPORT_SYMBOL_GPL vmlinux 0x9ed554b3 unregister_keyboard_notifier +EXPORT_SYMBOL_GPL vmlinux 0x9ee8b088 __traceiter_pelt_dl_tp +EXPORT_SYMBOL_GPL vmlinux 0x9eebdde7 mpi_point_new +EXPORT_SYMBOL_GPL vmlinux 0x9f08c714 scatterwalk_copychunks +EXPORT_SYMBOL_GPL vmlinux 0x9f0ee0c1 pci_remove_root_bus +EXPORT_SYMBOL_GPL vmlinux 0x9f11dcd3 __tracepoint_devlink_hwmsg +EXPORT_SYMBOL_GPL vmlinux 0x9f138e5e dm_per_bio_data +EXPORT_SYMBOL_GPL vmlinux 0x9f14bb69 led_trigger_remove +EXPORT_SYMBOL_GPL vmlinux 0x9f28df73 iommu_domain_free +EXPORT_SYMBOL_GPL vmlinux 0x9f481f91 nexthop_find_by_id +EXPORT_SYMBOL_GPL vmlinux 0x9f521ad7 spi_split_transfers_maxsize +EXPORT_SYMBOL_GPL vmlinux 0x9f5c6dc2 __cookie_v6_check +EXPORT_SYMBOL_GPL vmlinux 0x9f628795 _RNvXs2y_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_11old_timex32NtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x9f825b3b uart_set_options +EXPORT_SYMBOL_GPL vmlinux 0x9f888745 bpf_map_inc_not_zero +EXPORT_SYMBOL_GPL vmlinux 0x9f9496f7 fsnotify_put_group +EXPORT_SYMBOL_GPL vmlinux 0x9fa2b065 unix_peer_get +EXPORT_SYMBOL_GPL vmlinux 0x9fa4564a timer_shutdown +EXPORT_SYMBOL_GPL vmlinux 0x9fb855f7 phy_exit +EXPORT_SYMBOL_GPL vmlinux 0x9fb9ea76 __clk_determine_rate +EXPORT_SYMBOL_GPL vmlinux 0x9fbfebab erst_write +EXPORT_SYMBOL_GPL vmlinux 0x9fc3b8f4 xenbus_read_otherend_details +EXPORT_SYMBOL_GPL vmlinux 0x9fce80db fb_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x9fd33dbd _RNvXs7_NtCs9WMcp1Hn5Bv_4core3ffiNtB5_10VaListImplNtNtB7_3fmt5Debug3fmt +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 0xa001795f crypto_unregister_algs +EXPORT_SYMBOL_GPL vmlinux 0xa00b3824 fuse_dax_cancel_work +EXPORT_SYMBOL_GPL vmlinux 0xa01a8d9b nd_cmd_bus_desc +EXPORT_SYMBOL_GPL vmlinux 0xa0253d1d platform_unregister_drivers +EXPORT_SYMBOL_GPL vmlinux 0xa034f686 _RNvXsb_NtNtCs9WMcp1Hn5Bv_4core4hash3sipNtB5_11SipHasher24NtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xa03a1bd9 espintcp_queue_out +EXPORT_SYMBOL_GPL vmlinux 0xa041a619 nf_conn_btf_access_lock +EXPORT_SYMBOL_GPL vmlinux 0xa04f945a cpus_read_lock +EXPORT_SYMBOL_GPL vmlinux 0xa05342fc pci_epc_destroy +EXPORT_SYMBOL_GPL vmlinux 0xa06709c9 __device_reset +EXPORT_SYMBOL_GPL vmlinux 0xa06f94da dm_start_time_ns_from_clone +EXPORT_SYMBOL_GPL vmlinux 0xa074d3ba nf_ip_route +EXPORT_SYMBOL_GPL vmlinux 0xa076b664 simple_attr_write_signed +EXPORT_SYMBOL_GPL vmlinux 0xa07abb04 scsi_dh_attach +EXPORT_SYMBOL_GPL vmlinux 0xa080c5e5 smp_call_function_single_async +EXPORT_SYMBOL_GPL vmlinux 0xa08c1d04 mmc_send_abort_tuning +EXPORT_SYMBOL_GPL vmlinux 0xa09c2b99 sched_setattr_nocheck +EXPORT_SYMBOL_GPL vmlinux 0xa09c5f0d regmap_irq_set_type_config_simple +EXPORT_SYMBOL_GPL vmlinux 0xa0b8fcd2 pm_generic_poweroff_noirq +EXPORT_SYMBOL_GPL vmlinux 0xa0c0f1d7 __SCT__tp_func_neigh_timer_handler +EXPORT_SYMBOL_GPL vmlinux 0xa0c494da gnttab_unmap_refs +EXPORT_SYMBOL_GPL vmlinux 0xa0d3456d nr_swap_pages +EXPORT_SYMBOL_GPL vmlinux 0xa0d7ace1 iommu_attach_device_pasid +EXPORT_SYMBOL_GPL vmlinux 0xa0d81b76 __SCT__tp_func_devlink_hwmsg +EXPORT_SYMBOL_GPL vmlinux 0xa0de7d6e vcap_rule_add_key_u32 +EXPORT_SYMBOL_GPL vmlinux 0xa0e671d8 __SCT__tp_func_sched_update_nr_running_tp +EXPORT_SYMBOL_GPL vmlinux 0xa0f34ddc _RNvXsf_NtNtCs9WMcp1Hn5Bv_4core9core_arch3x86NtB5_6___m128NtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xa0fb9f15 _RNvXs3I_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_4zoneNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xa107db71 crypto_ahash_final +EXPORT_SYMBOL_GPL vmlinux 0xa10f889f i2c_new_smbus_alert_device +EXPORT_SYMBOL_GPL vmlinux 0xa11216be xen_store_domain_type +EXPORT_SYMBOL_GPL vmlinux 0xa1183b10 ftrace_set_notrace +EXPORT_SYMBOL_GPL vmlinux 0xa125616f scsi_alloc_request +EXPORT_SYMBOL_GPL vmlinux 0xa12ad91b get_task_pid +EXPORT_SYMBOL_GPL vmlinux 0xa13763b3 ip6_dst_lookup +EXPORT_SYMBOL_GPL vmlinux 0xa13b2e0d _RNvXsn_NtCs9WMcp1Hn5Bv_4core3numnNtNtNtB7_3str6traits7FromStr8from_str +EXPORT_SYMBOL_GPL vmlinux 0xa145ed86 vchan_init +EXPORT_SYMBOL_GPL vmlinux 0xa145f13c powercap_register_control_type +EXPORT_SYMBOL_GPL vmlinux 0xa147309b phy_10gbit_full_features +EXPORT_SYMBOL_GPL vmlinux 0xa156a1f2 erst_get_record_id_end +EXPORT_SYMBOL_GPL vmlinux 0xa169fa82 acpi_cppc_processor_exit +EXPORT_SYMBOL_GPL vmlinux 0xa16e30a9 nvmem_add_cell_table +EXPORT_SYMBOL_GPL vmlinux 0xa17dd59b fscrypt_show_test_dummy_encryption +EXPORT_SYMBOL_GPL vmlinux 0xa1833b88 dev_coredumpsg +EXPORT_SYMBOL_GPL vmlinux 0xa190bab0 debugfs_print_regs32 +EXPORT_SYMBOL_GPL vmlinux 0xa192a13e set_task_ioprio +EXPORT_SYMBOL_GPL vmlinux 0xa192c4e7 pci_ats_supported +EXPORT_SYMBOL_GPL vmlinux 0xa19eb526 pci_sriov_set_totalvfs +EXPORT_SYMBOL_GPL vmlinux 0xa19f075c _RNvXs2M_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_9srcu_nodeNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xa1a81d21 handle_level_irq +EXPORT_SYMBOL_GPL vmlinux 0xa1aa28ba __pneigh_lookup +EXPORT_SYMBOL_GPL vmlinux 0xa1b59f3e page_cache_ra_unbounded +EXPORT_SYMBOL_GPL vmlinux 0xa1c3f8a8 __SCT__tp_func_ata_bmdma_start +EXPORT_SYMBOL_GPL vmlinux 0xa1cb4ac4 virtqueue_get_vring_size +EXPORT_SYMBOL_GPL vmlinux 0xa1d8004a videomode_from_timing +EXPORT_SYMBOL_GPL vmlinux 0xa1deaf58 __pci_epf_register_driver +EXPORT_SYMBOL_GPL vmlinux 0xa1f4f98f __SCK__tp_func_udp_fail_queue_rcv_skb +EXPORT_SYMBOL_GPL vmlinux 0xa1f8143f dev_pm_opp_find_freq_exact +EXPORT_SYMBOL_GPL vmlinux 0xa202e392 usb_altnum_to_altsetting +EXPORT_SYMBOL_GPL vmlinux 0xa20d01ba __trace_bprintk +EXPORT_SYMBOL_GPL vmlinux 0xa20d5376 _RNvNvMs1d_NtNtCs9WMcp1Hn5Bv_4core3num7nonzeroNtB8_12NonZeroIsize13new_unchecked8comptime +EXPORT_SYMBOL_GPL vmlinux 0xa218365f pci_vpd_alloc +EXPORT_SYMBOL_GPL vmlinux 0xa21f2ce7 clk_mux_index_to_val +EXPORT_SYMBOL_GPL vmlinux 0xa2288d0d sdio_retune_crc_disable +EXPORT_SYMBOL_GPL vmlinux 0xa22dd42b _RNvXst_NtCs796HB7yPNRt_8bindings12bindings_rawNtB5_21__ddebug__bindgen_ty_1NtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xa230df31 __suspend_report_result +EXPORT_SYMBOL_GPL vmlinux 0xa24c60eb debugfs_attr_read +EXPORT_SYMBOL_GPL vmlinux 0xa24fdab0 tpm_pm_resume +EXPORT_SYMBOL_GPL vmlinux 0xa24ff399 pm_genpd_remove_subdomain +EXPORT_SYMBOL_GPL vmlinux 0xa260e8cf regulator_map_voltage_ascend +EXPORT_SYMBOL_GPL vmlinux 0xa26d9b4f workqueue_congested +EXPORT_SYMBOL_GPL vmlinux 0xa28b71f6 dev_pm_opp_is_turbo +EXPORT_SYMBOL_GPL vmlinux 0xa29a2375 gpiochip_generic_free +EXPORT_SYMBOL_GPL vmlinux 0xa29dcbb4 iomap_page_mkwrite +EXPORT_SYMBOL_GPL vmlinux 0xa2a1c32e _RNvXs3J_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_7zonerefNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xa2a3270c pci_find_next_ext_capability +EXPORT_SYMBOL_GPL vmlinux 0xa2ae35f3 driver_deferred_probe_check_state +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 0xa2c26a61 thermal_remove_hwmon_sysfs +EXPORT_SYMBOL_GPL vmlinux 0xa2cbd20e fwnode_get_named_child_node +EXPORT_SYMBOL_GPL vmlinux 0xa2d0b59d mmio_stale_data_clear +EXPORT_SYMBOL_GPL vmlinux 0xa2d4f436 __tracepoint_tcp_bad_csum +EXPORT_SYMBOL_GPL vmlinux 0xa2e1b3ef trace_printk_init_buffers +EXPORT_SYMBOL_GPL vmlinux 0xa2f7487f hv_is_hibernation_supported +EXPORT_SYMBOL_GPL vmlinux 0xa2f8cde9 register_btf_kfunc_id_set +EXPORT_SYMBOL_GPL vmlinux 0xa315fa7f _RNvXs0_NtNtCs9WMcp1Hn5Bv_4core3fmt3numaNtB5_10DisplayInt4zero +EXPORT_SYMBOL_GPL vmlinux 0xa318e88e spi_new_ancillary_device +EXPORT_SYMBOL_GPL vmlinux 0xa32567fe __devm_regmap_init_mmio_clk +EXPORT_SYMBOL_GPL vmlinux 0xa32a4ce8 fib_nl_newrule +EXPORT_SYMBOL_GPL vmlinux 0xa32df700 crypto_req_done +EXPORT_SYMBOL_GPL vmlinux 0xa33820e6 ohci_resume +EXPORT_SYMBOL_GPL vmlinux 0xa3388fbd bpf_preload_ops +EXPORT_SYMBOL_GPL vmlinux 0xa33e187c devlink_port_unregister +EXPORT_SYMBOL_GPL vmlinux 0xa33fd46f hv_map_memory +EXPORT_SYMBOL_GPL vmlinux 0xa353158e hwspin_lock_get_id +EXPORT_SYMBOL_GPL vmlinux 0xa35d1f5e _RNvXs2S_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_18srcu_notifier_headNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xa36f50fb is_binary_blacklisted +EXPORT_SYMBOL_GPL vmlinux 0xa372ae7a __srcu_read_unlock +EXPORT_SYMBOL_GPL vmlinux 0xa37d5674 __SCK__tp_func_rpm_suspend +EXPORT_SYMBOL_GPL vmlinux 0xa38602cd drain_workqueue +EXPORT_SYMBOL_GPL vmlinux 0xa38a9f71 get_itimerspec64 +EXPORT_SYMBOL_GPL vmlinux 0xa39633d4 pci_ioremap_wc_bar +EXPORT_SYMBOL_GPL vmlinux 0xa39d29b5 devm_regulator_get +EXPORT_SYMBOL_GPL vmlinux 0xa3a04602 btree_geo64 +EXPORT_SYMBOL_GPL vmlinux 0xa3a8f41f __tracepoint_ata_tf_load +EXPORT_SYMBOL_GPL vmlinux 0xa3a9f576 _RNvXs9_NtNtCs9WMcp1Hn5Bv_4core3fmt3numyNtB5_10DisplayInt6to_u32 +EXPORT_SYMBOL_GPL vmlinux 0xa3b958ce reset_hung_task_detector +EXPORT_SYMBOL_GPL vmlinux 0xa3c34ebe _RNvXs6_NtNtCs9WMcp1Hn5Bv_4core3fmt3numhNtB5_10DisplayInt4zero +EXPORT_SYMBOL_GPL vmlinux 0xa3c5ca05 xhci_check_bandwidth +EXPORT_SYMBOL_GPL vmlinux 0xa3c71cc4 regcache_cache_bypass +EXPORT_SYMBOL_GPL vmlinux 0xa3c7f4eb _RNvXs15_NtNtCs9WMcp1Hn5Bv_4core9core_arch4simdNtB6_5i16x4NtNtBa_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xa3c9d31a _RNvXsj_NtCs9WMcp1Hn5Bv_4core4charNtB5_15CaseMappingIterNtNtNtNtB7_4iter6traits8iterator8Iterator9size_hint +EXPORT_SYMBOL_GPL vmlinux 0xa3e7a8b7 _RNvXsN_NtNtCs9WMcp1Hn5Bv_4core3fmt3numtNtB7_5Octal3fmt +EXPORT_SYMBOL_GPL vmlinux 0xa3ece414 freezer_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0xa3f12f69 __crypto_xor +EXPORT_SYMBOL_GPL vmlinux 0xa3f5f70c i2c_client_type +EXPORT_SYMBOL_GPL vmlinux 0xa402e275 __traceiter_xdp_bulk_tx +EXPORT_SYMBOL_GPL vmlinux 0xa4031b7f sfp_parse_port +EXPORT_SYMBOL_GPL vmlinux 0xa407f176 _RNvXs1t_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_12fxregs_stateNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xa410a295 devlink_region_destroy +EXPORT_SYMBOL_GPL vmlinux 0xa410b67f filemap_range_has_writeback +EXPORT_SYMBOL_GPL vmlinux 0xa41ee3e1 __rg_alloc_zeroed +EXPORT_SYMBOL_GPL vmlinux 0xa42360aa edac_pci_create_generic_ctl +EXPORT_SYMBOL_GPL vmlinux 0xa42e0792 tpm_default_chip +EXPORT_SYMBOL_GPL vmlinux 0xa44a1307 interval_tree_iter_first +EXPORT_SYMBOL_GPL vmlinux 0xa44d0ae6 devm_clk_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0xa452c297 hpet_mask_rtc_irq_bit +EXPORT_SYMBOL_GPL vmlinux 0xa452f2a4 xen_pirq_from_irq +EXPORT_SYMBOL_GPL vmlinux 0xa45358ca screen_glyph_unicode +EXPORT_SYMBOL_GPL vmlinux 0xa45c7b90 stack_trace_print +EXPORT_SYMBOL_GPL vmlinux 0xa462d5a6 __SCT__tp_func_sched_overutilized_tp +EXPORT_SYMBOL_GPL vmlinux 0xa467fe1e acpi_subsys_runtime_resume +EXPORT_SYMBOL_GPL vmlinux 0xa46c9bdd _RNvXsc_NtCs9WMcp1Hn5Bv_4core7convertNtB5_10InfallibleNtNtB7_3fmt7Display3fmt +EXPORT_SYMBOL_GPL vmlinux 0xa46ca285 _RNvMs4_NtNtCs9WMcp1Hn5Bv_4core3fmt8buildersNtB5_8DebugSet5entry +EXPORT_SYMBOL_GPL vmlinux 0xa472e3f4 _RNvXs2I_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_12execute_workNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xa48196c8 kdb_poll_idx +EXPORT_SYMBOL_GPL vmlinux 0xa4aadcae class_interface_unregister +EXPORT_SYMBOL_GPL vmlinux 0xa4ab7c1c ring_buffer_overruns +EXPORT_SYMBOL_GPL vmlinux 0xa4b07fe7 ring_buffer_change_overwrite +EXPORT_SYMBOL_GPL vmlinux 0xa4b6da0b _RNvXsZ_NtNtCs9WMcp1Hn5Bv_4core9core_arch4simdNtB5_4i8x8NtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xa4c00324 asn1_encode_octet_string +EXPORT_SYMBOL_GPL vmlinux 0xa4c085f8 ata_tf_from_fis +EXPORT_SYMBOL_GPL vmlinux 0xa4d180cc pci_msi_mask_irq +EXPORT_SYMBOL_GPL vmlinux 0xa4e85c29 hvc_instantiate +EXPORT_SYMBOL_GPL vmlinux 0xa4f62851 __skb_zcopy_downgrade_managed +EXPORT_SYMBOL_GPL vmlinux 0xa4fb4643 crypto_stats_skcipher_encrypt +EXPORT_SYMBOL_GPL vmlinux 0xa4fc338c _RNvXsh_NtCs9WMcp1Hn5Bv_4core3fmtcNtB5_7Display3fmt +EXPORT_SYMBOL_GPL vmlinux 0xa5092f56 bus_remove_file +EXPORT_SYMBOL_GPL vmlinux 0xa511d557 usb_bulk_msg +EXPORT_SYMBOL_GPL vmlinux 0xa52c421c _RNvXs8_NtCsiTPnVqBGVaY_6kernel3strNtB5_12RawFormatterNtNtCs9WMcp1Hn5Bv_4core3fmt5Write9write_str +EXPORT_SYMBOL_GPL vmlinux 0xa531471e clk_save_context +EXPORT_SYMBOL_GPL vmlinux 0xa53566ef regmap_get_device +EXPORT_SYMBOL_GPL vmlinux 0xa5403dc9 ata_sff_error_handler +EXPORT_SYMBOL_GPL vmlinux 0xa54a2cba devlink_linecard_provision_clear +EXPORT_SYMBOL_GPL vmlinux 0xa55c6c82 irq_chip_set_vcpu_affinity_parent +EXPORT_SYMBOL_GPL vmlinux 0xa55f4935 spi_mem_exec_op +EXPORT_SYMBOL_GPL vmlinux 0xa5619776 _RNvXs0_NtCs9WMcp1Hn5Bv_4core6futureNtB5_8ResumeTyNtNtB7_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xa56e1a52 sg_free_table_chained +EXPORT_SYMBOL_GPL vmlinux 0xa57468b3 pinctrl_find_gpio_range_from_pin_nolock +EXPORT_SYMBOL_GPL vmlinux 0xa57a3a89 mas_empty_area_rev +EXPORT_SYMBOL_GPL vmlinux 0xa58e8f05 dev_xdp_prog_count +EXPORT_SYMBOL_GPL vmlinux 0xa591718e vfs_getxattr +EXPORT_SYMBOL_GPL vmlinux 0xa5ac19f5 _RNvXsg_NtNtCs9WMcp1Hn5Bv_4core3ffi5c_strNtB5_21FromBytesWithNulErrorNtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xa5ad4d56 iommu_device_link +EXPORT_SYMBOL_GPL vmlinux 0xa5afdb81 devm_led_classdev_unregister +EXPORT_SYMBOL_GPL vmlinux 0xa5b68eac serdev_device_close +EXPORT_SYMBOL_GPL vmlinux 0xa5bda8a1 efi_capsule_supported +EXPORT_SYMBOL_GPL vmlinux 0xa5bedb97 __skb_tstamp_tx +EXPORT_SYMBOL_GPL vmlinux 0xa5c55fd7 blk_queue_rq_timeout +EXPORT_SYMBOL_GPL vmlinux 0xa5d1f4b8 stack_depot_snprint +EXPORT_SYMBOL_GPL vmlinux 0xa5d54e3d __blkg_prfill_rwstat +EXPORT_SYMBOL_GPL vmlinux 0xa5d7c388 pstore_type_to_name +EXPORT_SYMBOL_GPL vmlinux 0xa5dd8346 anon_transport_class_unregister +EXPORT_SYMBOL_GPL vmlinux 0xa5e05382 crypto_register_shashes +EXPORT_SYMBOL_GPL vmlinux 0xa5e06ea9 nvmem_device_get +EXPORT_SYMBOL_GPL vmlinux 0xa5e410a3 pinctrl_get +EXPORT_SYMBOL_GPL vmlinux 0xa5e81bd6 i2c_adapter_type +EXPORT_SYMBOL_GPL vmlinux 0xa5efbf4c async_synchronize_full +EXPORT_SYMBOL_GPL vmlinux 0xa5ffefac _RNvXsu_NtNtCs9WMcp1Hn5Bv_4core3fmt3numiNtB7_8LowerHex3fmt +EXPORT_SYMBOL_GPL vmlinux 0xa60a9441 __inet_twsk_schedule +EXPORT_SYMBOL_GPL vmlinux 0xa60b183a sdio_f0_writeb +EXPORT_SYMBOL_GPL vmlinux 0xa61272b9 __tracepoint_rpm_suspend +EXPORT_SYMBOL_GPL vmlinux 0xa64015ea __SCK__tp_func_neigh_timer_handler +EXPORT_SYMBOL_GPL vmlinux 0xa64041ae _RNvXs4_NtCs9WMcp1Hn5Bv_4core4timemINtNtNtB7_3ops5arith3MulNtB5_8DurationE3mul +EXPORT_SYMBOL_GPL vmlinux 0xa64ad5b0 vcap_rule_add_key_u128 +EXPORT_SYMBOL_GPL vmlinux 0xa64b1ec1 lwtunnel_get_encap_size +EXPORT_SYMBOL_GPL vmlinux 0xa64cfdf9 device_link_del +EXPORT_SYMBOL_GPL vmlinux 0xa65efb51 _RNvXsf_NtCs796HB7yPNRt_8bindings12bindings_rawNtB5_10hlist_nodeNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xa6693a19 posix_acl_create +EXPORT_SYMBOL_GPL vmlinux 0xa66a083f iommu_enable_nesting +EXPORT_SYMBOL_GPL vmlinux 0xa66ca51b ata_sff_drain_fifo +EXPORT_SYMBOL_GPL vmlinux 0xa6720f97 device_property_match_string +EXPORT_SYMBOL_GPL vmlinux 0xa6877a08 cpci_hp_unregister_bus +EXPORT_SYMBOL_GPL vmlinux 0xa68c7a28 _RNvXs9_NtNtCs9WMcp1Hn5Bv_4core4char7convertNtB5_14ParseCharErrorNtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xa68cd018 _RNvXs22_NtNtCs9WMcp1Hn5Bv_4core3str4iterNtB6_13EscapeDefaultNtNtBa_3fmt7Display3fmt +EXPORT_SYMBOL_GPL vmlinux 0xa69ef1f6 crypto_grab_ahash +EXPORT_SYMBOL_GPL vmlinux 0xa6a088b7 fscrypt_match_name +EXPORT_SYMBOL_GPL vmlinux 0xa6a1f4b9 _RNvXsg_NtCs9WMcp1Hn5Bv_4core3fmtcNtB5_5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xa6a33f97 usb_free_streams +EXPORT_SYMBOL_GPL vmlinux 0xa6a7925c mas_walk +EXPORT_SYMBOL_GPL vmlinux 0xa6a9aa77 _RNvXs3_NtNtCs9WMcp1Hn5Bv_4core3fmt3numxNtB5_10DisplayInt4zero +EXPORT_SYMBOL_GPL vmlinux 0xa6b06f65 ata_sff_queue_work +EXPORT_SYMBOL_GPL vmlinux 0xa6b08ec9 irq_domain_free_irqs_common +EXPORT_SYMBOL_GPL vmlinux 0xa6b21ef2 dpm_suspend_end +EXPORT_SYMBOL_GPL vmlinux 0xa6b88e6f _RNvXs6_NtNtCs9WMcp1Hn5Bv_4core3fmt3numhNtB5_10DisplayInt7to_u128 +EXPORT_SYMBOL_GPL vmlinux 0xa6baafb7 disk_update_readahead +EXPORT_SYMBOL_GPL vmlinux 0xa6d2e728 devm_kmalloc +EXPORT_SYMBOL_GPL vmlinux 0xa6d58a59 usb_clear_halt +EXPORT_SYMBOL_GPL vmlinux 0xa6de0d04 xen_remap_pfn +EXPORT_SYMBOL_GPL vmlinux 0xa6e1a69d kick_all_cpus_sync +EXPORT_SYMBOL_GPL vmlinux 0xa6e8cd14 _RNvXs9_NtCs9WMcp1Hn5Bv_4core4charNtB5_11EscapeDebugNtNtB7_3fmt7Display3fmt +EXPORT_SYMBOL_GPL vmlinux 0xa6edf9ad devm_usb_get_phy_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0xa7028700 switchdev_handle_fdb_event_to_device +EXPORT_SYMBOL_GPL vmlinux 0xa708ca58 mas_store_prealloc +EXPORT_SYMBOL_GPL vmlinux 0xa709c835 fib6_info_destroy_rcu +EXPORT_SYMBOL_GPL vmlinux 0xa70c0eaf devm_phy_put +EXPORT_SYMBOL_GPL vmlinux 0xa70e8b9e _RNvXs7_NtNtCs9WMcp1Hn5Bv_4core3str5errorNtB5_9Utf8ErrorNtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xa7127da7 mce_unregister_injector_chain +EXPORT_SYMBOL_GPL vmlinux 0xa718f74f _RNvXso_NtCs796HB7yPNRt_8bindings12bindings_rawNtB5_9va_formatNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xa7218eba irq_set_affinity +EXPORT_SYMBOL_GPL vmlinux 0xa731f387 nl_table_lock +EXPORT_SYMBOL_GPL vmlinux 0xa73470ea pci_epc_get_msi +EXPORT_SYMBOL_GPL vmlinux 0xa74cb8cb _RNvXs31_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_14percpu_counterNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xa7502d23 ata_host_resume +EXPORT_SYMBOL_GPL vmlinux 0xa752d797 spi_mem_dirmap_read +EXPORT_SYMBOL_GPL vmlinux 0xa75d767b __pm_relax +EXPORT_SYMBOL_GPL vmlinux 0xa767c03b spi_mem_get_name +EXPORT_SYMBOL_GPL vmlinux 0xa7785c23 _RNvXs2X_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_25uprobe_task__bindgen_ty_1NtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xa77d04e5 _RNvXs7_NtNtNtCs9WMcp1Hn5Bv_4core3fmt3num3impiNtB9_7Display3fmt +EXPORT_SYMBOL_GPL vmlinux 0xa791d11d pci_probe_reset_slot +EXPORT_SYMBOL_GPL vmlinux 0xa7950e92 acpi_fetch_acpi_dev +EXPORT_SYMBOL_GPL vmlinux 0xa79a69dd xen_find_device_domain_owner +EXPORT_SYMBOL_GPL vmlinux 0xa7a0f63f fuse_dev_free +EXPORT_SYMBOL_GPL vmlinux 0xa7aae8b6 device_destroy +EXPORT_SYMBOL_GPL vmlinux 0xa7ac72bd nexthop_for_each_fib6_nh +EXPORT_SYMBOL_GPL vmlinux 0xa7d8fc1d pci_probe_reset_bus +EXPORT_SYMBOL_GPL vmlinux 0xa7e2b289 of_icc_get_by_index +EXPORT_SYMBOL_GPL vmlinux 0xa7e7b294 scsi_build_sense +EXPORT_SYMBOL_GPL vmlinux 0xa7ee7be6 iomap_dio_bio_end_io +EXPORT_SYMBOL_GPL vmlinux 0xa7f37f32 crypto_register_acomps +EXPORT_SYMBOL_GPL vmlinux 0xa7f91ac1 _RNvXsI_NtNtCs9WMcp1Hn5Bv_4core3fmt3numsNtB7_6Binary3fmt +EXPORT_SYMBOL_GPL vmlinux 0xa8144b29 acpiphp_unregister_attention +EXPORT_SYMBOL_GPL vmlinux 0xa81c8f17 sysfs_chmod_file +EXPORT_SYMBOL_GPL vmlinux 0xa834972a _RNvXsd_NtNtCs9WMcp1Hn5Bv_4core9core_arch4simdNtB5_4u8x4NtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xa835dcbd serial8250_do_set_divisor +EXPORT_SYMBOL_GPL vmlinux 0xa845b9cb skcipher_register_instance +EXPORT_SYMBOL_GPL vmlinux 0xa84e768c crypto_register_skciphers +EXPORT_SYMBOL_GPL vmlinux 0xa851973a raw_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0xa851c7d0 _RNvXsu_NtNtCs9WMcp1Hn5Bv_4core9core_arch3x86NtB5_7___m512iNtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xa8557b3c sdio_signal_irq +EXPORT_SYMBOL_GPL vmlinux 0xa856e30c _RNvMs6_NtNtCs9WMcp1Hn5Bv_4core3fmt8buildersNtB5_8DebugMap6finish +EXPORT_SYMBOL_GPL vmlinux 0xa85b7aac _RNvXss_NtCs796HB7yPNRt_8bindings12bindings_rawNtB5_16static_key_falseNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xa85c51de _RNvXs8_NtNtCs9WMcp1Hn5Bv_4core3str5errorNtB5_14ParseBoolErrorNtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xa8612338 devm_gpiod_get_index_optional +EXPORT_SYMBOL_GPL vmlinux 0xa863451b gpiod_direction_output_raw +EXPORT_SYMBOL_GPL vmlinux 0xa8691f15 _RNvXs1R_NtNtCs9WMcp1Hn5Bv_4core3str4iterNtB6_20SplitAsciiWhitespaceNtNtBa_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xa86e9971 _RNvXs2_NtNtCs9WMcp1Hn5Bv_4core3fmt3numlNtB5_10DisplayInt4zero +EXPORT_SYMBOL_GPL vmlinux 0xa87435b2 _RNvXs4h_NtNtCs9WMcp1Hn5Bv_4core9core_arch4simdNtB6_6i32x16NtNtBa_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xa8744ce7 __devm_alloc_percpu +EXPORT_SYMBOL_GPL vmlinux 0xa8750a99 attribute_container_classdev_to_container +EXPORT_SYMBOL_GPL vmlinux 0xa87ed865 _RNvMs5_NtNtCs9WMcp1Hn5Bv_4core3fmt8buildersNtB5_9DebugList6finish +EXPORT_SYMBOL_GPL vmlinux 0xa8841cc6 mas_next +EXPORT_SYMBOL_GPL vmlinux 0xa89926dc crypto_dh_decode_key +EXPORT_SYMBOL_GPL vmlinux 0xa89c371b i2c_probe_func_quick_read +EXPORT_SYMBOL_GPL vmlinux 0xa89f03a0 platform_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0xa8a6364c xas_get_mark +EXPORT_SYMBOL_GPL vmlinux 0xa8b8f46b regulator_set_current_limit +EXPORT_SYMBOL_GPL vmlinux 0xa8be3ba8 apic +EXPORT_SYMBOL_GPL vmlinux 0xa8d11a73 _RNvXs2C_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_15debug_obj_descrNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xa8d30710 spi_get_device_id +EXPORT_SYMBOL_GPL vmlinux 0xa8d341b9 acpi_pm_wakeup_event +EXPORT_SYMBOL_GPL vmlinux 0xa8d4b531 _RNvXs3s_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_18vm_userfaultfd_ctxNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xa8d7b106 relay_switch_subbuf +EXPORT_SYMBOL_GPL vmlinux 0xa8d9467f i2c_acpi_find_bus_speed +EXPORT_SYMBOL_GPL vmlinux 0xa8eba942 _RNvXs5_NtNtCs9WMcp1Hn5Bv_4core3fmt3numiNtB5_10DisplayInt5to_u8 +EXPORT_SYMBOL_GPL vmlinux 0xa8fa5eb8 component_master_del +EXPORT_SYMBOL_GPL vmlinux 0xa8fbf0a4 watchdog_init_timeout +EXPORT_SYMBOL_GPL vmlinux 0xa9017069 clk_hw_unregister_divider +EXPORT_SYMBOL_GPL vmlinux 0xa90fe15c sysfs_remove_link_from_group +EXPORT_SYMBOL_GPL vmlinux 0xa90ff8c3 xfrm_audit_state_notfound +EXPORT_SYMBOL_GPL vmlinux 0xa9126bff hpet_set_rtc_irq_bit +EXPORT_SYMBOL_GPL vmlinux 0xa91464bf _RNvXs2F_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_12delayed_workNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xa9218046 vfs_setxattr +EXPORT_SYMBOL_GPL vmlinux 0xa92c843c request_firmware_direct +EXPORT_SYMBOL_GPL vmlinux 0xa9320d27 ktime_get_seconds +EXPORT_SYMBOL_GPL vmlinux 0xa9416ae0 call_switchdev_blocking_notifiers +EXPORT_SYMBOL_GPL vmlinux 0xa9431368 dev_pm_opp_find_level_exact +EXPORT_SYMBOL_GPL vmlinux 0xa94c1463 _RNvXsl_NtNtNtCs9WMcp1Hn5Bv_4core3fmt3num3imptNtB9_8UpperExp3fmt +EXPORT_SYMBOL_GPL vmlinux 0xa9509418 spi_mem_dirmap_create +EXPORT_SYMBOL_GPL vmlinux 0xa952792d _RNvXs2E_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_11work_structNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xa95b5c77 hwmon_sanitize_name +EXPORT_SYMBOL_GPL vmlinux 0xa95f0035 wm831x_reg_write +EXPORT_SYMBOL_GPL vmlinux 0xa966eee1 dma_mmap_noncontiguous +EXPORT_SYMBOL_GPL vmlinux 0xa96e8b4e hv_setup_vmbus_handler +EXPORT_SYMBOL_GPL vmlinux 0xa9841fb3 edac_mc_del_mc +EXPORT_SYMBOL_GPL vmlinux 0xa984b68b mptcp_get_reset_option +EXPORT_SYMBOL_GPL vmlinux 0xa9859013 devm_platform_get_irqs_affinity +EXPORT_SYMBOL_GPL vmlinux 0xa994a8ab task_active_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0xa994d864 kthread_queue_work +EXPORT_SYMBOL_GPL vmlinux 0xa9957835 __SCK__tp_func_fib6_table_lookup +EXPORT_SYMBOL_GPL vmlinux 0xa99ef899 devlink_fmsg_bool_pair_put +EXPORT_SYMBOL_GPL vmlinux 0xa9a54765 usb_hcd_unlink_urb_from_ep +EXPORT_SYMBOL_GPL vmlinux 0xa9afde79 gpiod_set_array_value +EXPORT_SYMBOL_GPL vmlinux 0xa9b35595 _RNvXsu_NtCs9WMcp1Hn5Bv_4core4charNtB5_13EscapeDefaultNtNtB7_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xa9bf50af debugfs_create_symlink +EXPORT_SYMBOL_GPL vmlinux 0xa9cc32c5 nvdimm_volatile_region_create +EXPORT_SYMBOL_GPL vmlinux 0xa9d0a811 dev_pm_opp_get_suspend_opp_freq +EXPORT_SYMBOL_GPL vmlinux 0xa9d8c425 __tracepoint_neigh_timer_handler +EXPORT_SYMBOL_GPL vmlinux 0xa9da12fc _RNvXs2_NtNtCs9WMcp1Hn5Bv_4core3ffi5c_strNtB5_21FromBytesWithNulErrorNtNtB9_3fmt7Display3fmt +EXPORT_SYMBOL_GPL vmlinux 0xa9dac2e0 _RNvXs2A_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_19system_counterval_tNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xa9e265df __iomap_dio_rw +EXPORT_SYMBOL_GPL vmlinux 0xa9eb6e6e xenbus_dev_resume +EXPORT_SYMBOL_GPL vmlinux 0xa9ec80d1 __rtnl_link_unregister +EXPORT_SYMBOL_GPL vmlinux 0xaa271b3b crypto_register_alg +EXPORT_SYMBOL_GPL vmlinux 0xaa2e38ab skb_zerocopy +EXPORT_SYMBOL_GPL vmlinux 0xaa3db5c5 _RNvXs14_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_11pv_lock_opsNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xaa3faeb6 tty_register_device_attr +EXPORT_SYMBOL_GPL vmlinux 0xaa4ab7ae _RNvXsf_NtCs9WMcp1Hn5Bv_4core3fmteNtB5_7Display3fmt +EXPORT_SYMBOL_GPL vmlinux 0xaa5aee1c uv_bios_mq_watchlist_alloc +EXPORT_SYMBOL_GPL vmlinux 0xaa5f50fb vring_new_virtqueue +EXPORT_SYMBOL_GPL vmlinux 0xaa5ffd31 rio_request_mport_dma +EXPORT_SYMBOL_GPL vmlinux 0xaa635593 device_store_ulong +EXPORT_SYMBOL_GPL vmlinux 0xaa6a50f9 __static_key_deferred_flush +EXPORT_SYMBOL_GPL vmlinux 0xaa794a7e tpm_calc_ordinal_duration +EXPORT_SYMBOL_GPL vmlinux 0xaa7c1614 access_process_vm +EXPORT_SYMBOL_GPL vmlinux 0xaa7c24ce md_find_rdev_nr_rcu +EXPORT_SYMBOL_GPL vmlinux 0xaa853706 devm_nvmem_register +EXPORT_SYMBOL_GPL vmlinux 0xaa8592e1 gov_update_cpu_data +EXPORT_SYMBOL_GPL vmlinux 0xaa86cfb5 uv_possible_blades +EXPORT_SYMBOL_GPL vmlinux 0xaaa4aff2 get_device +EXPORT_SYMBOL_GPL vmlinux 0xaaa918c9 ftrace_dump +EXPORT_SYMBOL_GPL vmlinux 0xaab1c3dd ata_sff_irq_on +EXPORT_SYMBOL_GPL vmlinux 0xaab6d11c _RNvNtCs9WMcp1Hn5Bv_4core3fmt12USIZE_MARKER +EXPORT_SYMBOL_GPL vmlinux 0xaab9c421 clk_multiplier_ops +EXPORT_SYMBOL_GPL vmlinux 0xaace24fa genphy_c45_pma_baset1_setup_master_slave +EXPORT_SYMBOL_GPL vmlinux 0xaadc9d43 tcp_plb_check_rehash +EXPORT_SYMBOL_GPL vmlinux 0xaaec56fc devm_platform_get_and_ioremap_resource +EXPORT_SYMBOL_GPL vmlinux 0xaaf90e54 iov_iter_is_aligned +EXPORT_SYMBOL_GPL vmlinux 0xaafa04df shash_register_instance +EXPORT_SYMBOL_GPL vmlinux 0xab05071d _RNvMs1_NtNtCs9WMcp1Hn5Bv_4core3fmt8buildersNtB5_11DebugStruct6finish +EXPORT_SYMBOL_GPL vmlinux 0xab1d4a96 crypto_wait_for_test +EXPORT_SYMBOL_GPL vmlinux 0xab1e0e93 hv_setup_kexec_handler +EXPORT_SYMBOL_GPL vmlinux 0xab252d10 handle_bad_irq +EXPORT_SYMBOL_GPL vmlinux 0xab3aa864 extcon_get_edev_name +EXPORT_SYMBOL_GPL vmlinux 0xab3aac4d blk_mq_quiesce_tagset +EXPORT_SYMBOL_GPL vmlinux 0xab3d8070 kthread_cancel_work_sync +EXPORT_SYMBOL_GPL vmlinux 0xab3fbb6d _RNvXsn_NtCs9WMcp1Hn5Bv_4core4charNtB5_11ToUppercaseNtNtB7_3fmt7Display3fmt +EXPORT_SYMBOL_GPL vmlinux 0xab413727 __tracepoint_non_standard_event +EXPORT_SYMBOL_GPL vmlinux 0xab46d50b _RNvXs1j_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_13msr_regs_infoNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xab4b5753 unregister_pernet_device +EXPORT_SYMBOL_GPL vmlinux 0xab4b5f29 klp_enable_patch +EXPORT_SYMBOL_GPL vmlinux 0xab5a5b97 _RNvXsa_NtNtNtCs9WMcp1Hn5Bv_4core9core_simd5masks9mask_implhNtB5_11ReverseBits12reverse_bits +EXPORT_SYMBOL_GPL vmlinux 0xab5d6877 __tracepoint_sched_update_nr_running_tp +EXPORT_SYMBOL_GPL vmlinux 0xab792a25 ata_pci_sff_init_one +EXPORT_SYMBOL_GPL vmlinux 0xab7bcc79 __SCK__tp_func_attach_device_to_domain +EXPORT_SYMBOL_GPL vmlinux 0xab89368c sock_diag_unregister +EXPORT_SYMBOL_GPL vmlinux 0xab9c75d2 _RNvMNtCs9WMcp1Hn5Bv_4core3f64d8classify +EXPORT_SYMBOL_GPL vmlinux 0xabb04ca7 devm_of_phy_get +EXPORT_SYMBOL_GPL vmlinux 0xabb7c7c2 get_cached_msi_msg +EXPORT_SYMBOL_GPL vmlinux 0xabb92737 fixed_phy_unregister +EXPORT_SYMBOL_GPL vmlinux 0xabc298d0 intel_scu_ipc_unregister +EXPORT_SYMBOL_GPL vmlinux 0xabc3f5e1 component_unbind_all +EXPORT_SYMBOL_GPL vmlinux 0xabc640f3 list_lru_isolate +EXPORT_SYMBOL_GPL vmlinux 0xabca2767 pci_assign_unassigned_bridge_resources +EXPORT_SYMBOL_GPL vmlinux 0xabdb608d __tracepoint_wbc_writepage +EXPORT_SYMBOL_GPL vmlinux 0xabf03fc3 __SCT__tp_func_xhci_dbg_quirks +EXPORT_SYMBOL_GPL vmlinux 0xabfa9d46 fsverity_file_open +EXPORT_SYMBOL_GPL vmlinux 0xac13e958 devm_gpio_request +EXPORT_SYMBOL_GPL vmlinux 0xac248bf5 __SCK__tp_func_xdp_bulk_tx +EXPORT_SYMBOL_GPL vmlinux 0xac306cd7 _RNvXs2H_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_15workqueue_attrsNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xac3eb4e8 bpf_offload_dev_create +EXPORT_SYMBOL_GPL vmlinux 0xac42ac8b rust_helper_BUG +EXPORT_SYMBOL_GPL vmlinux 0xac4ec613 _RNvNvMNtCs9WMcp1Hn5Bv_4core3f64d9from_bits13ct_u64_to_f64 +EXPORT_SYMBOL_GPL vmlinux 0xac537b87 device_set_wakeup_enable +EXPORT_SYMBOL_GPL vmlinux 0xac5898c7 __virtio_unbreak_device +EXPORT_SYMBOL_GPL vmlinux 0xac69f6c5 folio_wait_writeback +EXPORT_SYMBOL_GPL vmlinux 0xac6b24ea dev_pm_qos_update_request +EXPORT_SYMBOL_GPL vmlinux 0xac753621 transport_setup_device +EXPORT_SYMBOL_GPL vmlinux 0xac7afc5f usb_hub_find_child +EXPORT_SYMBOL_GPL vmlinux 0xac8166f7 tracepoint_probe_unregister +EXPORT_SYMBOL_GPL vmlinux 0xac856a7b spi_controller_resume +EXPORT_SYMBOL_GPL vmlinux 0xac884c56 ohci_hub_control +EXPORT_SYMBOL_GPL vmlinux 0xac8f8bc1 decrypt_blob +EXPORT_SYMBOL_GPL vmlinux 0xac99dbb3 __traceiter_ata_exec_command +EXPORT_SYMBOL_GPL vmlinux 0xac9d5354 bpf_trace_run3 +EXPORT_SYMBOL_GPL vmlinux 0xacb08507 dequeue_signal +EXPORT_SYMBOL_GPL vmlinux 0xacb4d88c clk_rate_exclusive_put +EXPORT_SYMBOL_GPL vmlinux 0xacbbacfb irq_create_mapping_affinity +EXPORT_SYMBOL_GPL vmlinux 0xacc19327 rtnl_delete_link +EXPORT_SYMBOL_GPL vmlinux 0xacc60acd _RNvNvNtNtCs9WMcp1Hn5Bv_4core5slice3raw18from_raw_parts_mut8comptime +EXPORT_SYMBOL_GPL vmlinux 0xacc977ac alarm_forward_now +EXPORT_SYMBOL_GPL vmlinux 0xaccd96e2 pm_genpd_add_subdomain +EXPORT_SYMBOL_GPL vmlinux 0xacdfc0e9 vp_modern_set_status +EXPORT_SYMBOL_GPL vmlinux 0xacdfca88 regmap_can_raw_write +EXPORT_SYMBOL_GPL vmlinux 0xacfa626b tty_port_register_device_attr_serdev +EXPORT_SYMBOL_GPL vmlinux 0xad05a5af dax_remap_file_range_prep +EXPORT_SYMBOL_GPL vmlinux 0xad09d8a4 _RNvXs1_NtCsiTPnVqBGVaY_6kernel5errorNtB5_5ErrorINtNtCs9WMcp1Hn5Bv_4core7convert4FromNtNtNtBO_3str5error9Utf8ErrorE4from +EXPORT_SYMBOL_GPL vmlinux 0xad0c78b1 cpufreq_table_index_unsorted +EXPORT_SYMBOL_GPL vmlinux 0xad197bfd gpiod_get_index +EXPORT_SYMBOL_GPL vmlinux 0xad1b09b9 _RNvXs1b_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_25__fpstate_64__bindgen_ty_1NtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xad263357 _RNvXsm_NtCs9WMcp1Hn5Bv_4core4charNtB5_11ToLowercaseNtNtB7_3fmt7Display3fmt +EXPORT_SYMBOL_GPL vmlinux 0xad266cb3 _RNvXsN_NtNtCs9WMcp1Hn5Bv_4core9core_arch4simdNtB5_5u32x2NtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xad355dea ata_bmdma_post_internal_cmd +EXPORT_SYMBOL_GPL vmlinux 0xad395dd9 mm_account_pinned_pages +EXPORT_SYMBOL_GPL vmlinux 0xad4720d8 thermal_zone_get_zone_by_name +EXPORT_SYMBOL_GPL vmlinux 0xad484f86 dev_pm_genpd_remove_notifier +EXPORT_SYMBOL_GPL vmlinux 0xad4e6259 remove_cpu +EXPORT_SYMBOL_GPL vmlinux 0xad4fcf7c srcu_batches_completed +EXPORT_SYMBOL_GPL vmlinux 0xad537821 pci_disable_pasid +EXPORT_SYMBOL_GPL vmlinux 0xad5ae814 wbt_disable_default +EXPORT_SYMBOL_GPL vmlinux 0xad5f0017 perf_trace_buf_alloc +EXPORT_SYMBOL_GPL vmlinux 0xad61a080 restore_online_page_callback +EXPORT_SYMBOL_GPL vmlinux 0xad6260de irq_chip_set_type_parent +EXPORT_SYMBOL_GPL vmlinux 0xad645234 register_switchdev_notifier +EXPORT_SYMBOL_GPL vmlinux 0xad788d0c gpiod_get_array_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0xad7a04b8 pinctrl_force_default +EXPORT_SYMBOL_GPL vmlinux 0xad7ffc04 __platform_register_drivers +EXPORT_SYMBOL_GPL vmlinux 0xad83ce29 xas_find_conflict +EXPORT_SYMBOL_GPL vmlinux 0xad89a6b5 md_find_rdev_rcu +EXPORT_SYMBOL_GPL vmlinux 0xad8ad158 tps65912_device_init +EXPORT_SYMBOL_GPL vmlinux 0xad8fa7d6 perf_event_read_value +EXPORT_SYMBOL_GPL vmlinux 0xad91fdeb _RNvXs9_NtNtCs9WMcp1Hn5Bv_4core3fmt3numyNtB5_10DisplayInt7from_u8 +EXPORT_SYMBOL_GPL vmlinux 0xad973a75 kernfs_find_and_get_ns +EXPORT_SYMBOL_GPL vmlinux 0xad9827ba _RNvXs2z_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_20system_time_snapshotNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xad9fb247 lwtunnel_valid_encap_type_attr +EXPORT_SYMBOL_GPL vmlinux 0xada2b22e uprobe_register +EXPORT_SYMBOL_GPL vmlinux 0xada38766 dst_cache_destroy +EXPORT_SYMBOL_GPL vmlinux 0xadad0bcf preempt_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0xadad3633 nfs_ssc_unregister +EXPORT_SYMBOL_GPL vmlinux 0xadb04804 virtqueue_detach_unused_buf +EXPORT_SYMBOL_GPL vmlinux 0xadb6d3d8 _RNvXs0_NtNtCs9WMcp1Hn5Bv_4core3ffi5c_strNtB5_4CStrNtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xadcabb5f clk_register +EXPORT_SYMBOL_GPL vmlinux 0xadd48576 gov_attr_set_init +EXPORT_SYMBOL_GPL vmlinux 0xade18750 class_find_device +EXPORT_SYMBOL_GPL vmlinux 0xade5339b hte_get_clk_src_info +EXPORT_SYMBOL_GPL vmlinux 0xae01217a mpi_write_to_sgl +EXPORT_SYMBOL_GPL vmlinux 0xae0653e9 gpiod_direction_input +EXPORT_SYMBOL_GPL vmlinux 0xae0d99b8 wakeup_source_unregister +EXPORT_SYMBOL_GPL vmlinux 0xae0ecf40 usb_bus_idr_lock +EXPORT_SYMBOL_GPL vmlinux 0xae1051b0 net_cls_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0xae1247a1 dmaengine_desc_attach_metadata +EXPORT_SYMBOL_GPL vmlinux 0xae12ae8a _RNvMs9_NtCs9WMcp1Hn5Bv_4core3numj14from_str_radix +EXPORT_SYMBOL_GPL vmlinux 0xae1feb86 clk_mux_ro_ops +EXPORT_SYMBOL_GPL vmlinux 0xae2055c1 folio_invalidate +EXPORT_SYMBOL_GPL vmlinux 0xae2460af ipv6_icmp_error +EXPORT_SYMBOL_GPL vmlinux 0xae39f80e dst_cache_init +EXPORT_SYMBOL_GPL vmlinux 0xae43353b blk_mq_unfreeze_queue +EXPORT_SYMBOL_GPL vmlinux 0xae4f1ef7 crypto_alloc_skcipher +EXPORT_SYMBOL_GPL vmlinux 0xae69b1c1 usermodehelper_read_unlock +EXPORT_SYMBOL_GPL vmlinux 0xae78e8f5 adp5520_clr_bits +EXPORT_SYMBOL_GPL vmlinux 0xae7c231d mpi_cmp +EXPORT_SYMBOL_GPL vmlinux 0xae89ff33 _RNvXsl_NtCs9WMcp1Hn5Bv_4core4charNtB5_15CaseMappingIterNtNtB7_3fmt7Display3fmt +EXPORT_SYMBOL_GPL vmlinux 0xae9852a0 housekeeping_cpumask +EXPORT_SYMBOL_GPL vmlinux 0xae99050e ncsi_register_dev +EXPORT_SYMBOL_GPL vmlinux 0xae9f0145 _RNvNtNtCs9WMcp1Hn5Bv_4core3str6traits23str_index_overflow_fail +EXPORT_SYMBOL_GPL vmlinux 0xaea7f1ef devlink_sb_unregister +EXPORT_SYMBOL_GPL vmlinux 0xaea9b376 devm_pinctrl_get +EXPORT_SYMBOL_GPL vmlinux 0xaeb086a7 mbox_controller_unregister +EXPORT_SYMBOL_GPL vmlinux 0xaeb906a2 trace_get_event_file +EXPORT_SYMBOL_GPL vmlinux 0xaec750ed put_io_context +EXPORT_SYMBOL_GPL vmlinux 0xaee767ee blk_crypto_has_capabilities +EXPORT_SYMBOL_GPL vmlinux 0xaef0102e devm_kasprintf_strarray +EXPORT_SYMBOL_GPL vmlinux 0xaef4b423 _RNvXs0_NtNtCs9WMcp1Hn5Bv_4core3fmt3numaNtB5_10DisplayInt6to_u16 +EXPORT_SYMBOL_GPL vmlinux 0xaf076aec nd_fletcher64 +EXPORT_SYMBOL_GPL vmlinux 0xaf0b6ba7 blkg_rwstat_init +EXPORT_SYMBOL_GPL vmlinux 0xaf122f57 __fscrypt_prepare_rename +EXPORT_SYMBOL_GPL vmlinux 0xaf1b7153 pcie_aspm_capable +EXPORT_SYMBOL_GPL vmlinux 0xaf2e2aad __irq_alloc_domain_generic_chips +EXPORT_SYMBOL_GPL vmlinux 0xaf3a58f1 devl_dpipe_table_unregister +EXPORT_SYMBOL_GPL vmlinux 0xaf4014ff usb_amd_quirk_pll_check +EXPORT_SYMBOL_GPL vmlinux 0xaf65479e wm831x_regmap_config +EXPORT_SYMBOL_GPL vmlinux 0xaf665a44 __tracepoint_rpm_resume +EXPORT_SYMBOL_GPL vmlinux 0xaf71a776 skb_clone_tx_timestamp +EXPORT_SYMBOL_GPL vmlinux 0xaf793668 __alloc_percpu_gfp +EXPORT_SYMBOL_GPL vmlinux 0xaf7a5f88 fb_deferred_io_mmap +EXPORT_SYMBOL_GPL vmlinux 0xaf7ef4ff vcap_addr_keysets +EXPORT_SYMBOL_GPL vmlinux 0xaf852873 cpuidle_register_device +EXPORT_SYMBOL_GPL vmlinux 0xaf879934 __root_device_register +EXPORT_SYMBOL_GPL vmlinux 0xaf98f2a9 serdev_device_write +EXPORT_SYMBOL_GPL vmlinux 0xafa2540c housekeeping_affine +EXPORT_SYMBOL_GPL vmlinux 0xafb39d0b _RNvXs3_NtNtCs9WMcp1Hn5Bv_4core3fmt3numxNtB5_10DisplayInt7to_u128 +EXPORT_SYMBOL_GPL vmlinux 0xafc0382f led_blink_set +EXPORT_SYMBOL_GPL vmlinux 0xafddd545 ata_id_c_string +EXPORT_SYMBOL_GPL vmlinux 0xafde7e04 is_virtio_device +EXPORT_SYMBOL_GPL vmlinux 0xafe1040a rt_mutex_lock_killable +EXPORT_SYMBOL_GPL vmlinux 0xafe76cb6 _RNvXsh_NtCs9WMcp1Hn5Bv_4core3numNtB5_10FpCategoryNtNtB7_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xafebc392 tcp_leave_memory_pressure +EXPORT_SYMBOL_GPL vmlinux 0xaff21bd4 device_create_with_groups +EXPORT_SYMBOL_GPL vmlinux 0xaff4c4f4 _RNvMs7_NtCs9WMcp1Hn5Bv_4core3fmtNtB5_9Formatter10sign_minus +EXPORT_SYMBOL_GPL vmlinux 0xaffa6361 _RNvXsl_NtCs9WMcp1Hn5Bv_4core3numlNtNtNtB7_3str6traits7FromStr8from_str +EXPORT_SYMBOL_GPL vmlinux 0xb001351e irq_domain_associate +EXPORT_SYMBOL_GPL vmlinux 0xb019256f _RNvXs6_NtNtCs9WMcp1Hn5Bv_4core3fmt3numhNtB5_10DisplayInt6to_u16 +EXPORT_SYMBOL_GPL vmlinux 0xb023f63d nvmem_register +EXPORT_SYMBOL_GPL vmlinux 0xb02ac411 register_xenstore_notifier +EXPORT_SYMBOL_GPL vmlinux 0xb02c0a93 _RNvXsS_NtCs796HB7yPNRt_8bindings12bindings_rawNtB5_34jailhouse_setup_data__bindgen_ty_2NtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xb02cde0c od_register_powersave_bias_handler +EXPORT_SYMBOL_GPL vmlinux 0xb033a08d _RNvXs3m_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_33folio__bindgen_ty_3__bindgen_ty_1NtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xb049f265 _RNvNvMsj_NtNtCs9WMcp1Hn5Bv_4core3num7nonzeroNtB7_10NonZeroU6413new_unchecked8comptime +EXPORT_SYMBOL_GPL vmlinux 0xb0641384 _RNvXsp_NtNtCs9WMcp1Hn5Bv_4core9core_simd5maskssNtNtB5_6sealed6Sealed2eq +EXPORT_SYMBOL_GPL vmlinux 0xb069bd8c _RNvXsf_NtCs9WMcp1Hn5Bv_4core4charNtB5_11ToUppercaseNtNtNtNtB7_4iter6traits12double_ended19DoubleEndedIterator9next_back +EXPORT_SYMBOL_GPL vmlinux 0xb06b7bea ipv4_sk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0xb06ea245 sbitmap_queue_resize +EXPORT_SYMBOL_GPL vmlinux 0xb06fb212 devm_gpiochip_add_data_with_key +EXPORT_SYMBOL_GPL vmlinux 0xb072bdb7 scsi_target_block +EXPORT_SYMBOL_GPL vmlinux 0xb0747ed2 rcu_cpu_stall_suppress +EXPORT_SYMBOL_GPL vmlinux 0xb077898f usb_pipe_type_check +EXPORT_SYMBOL_GPL vmlinux 0xb077e70a clk_unprepare +EXPORT_SYMBOL_GPL vmlinux 0xb07852b4 wm8350_reg_read +EXPORT_SYMBOL_GPL vmlinux 0xb08210f0 iommu_device_release_dma_owner +EXPORT_SYMBOL_GPL vmlinux 0xb0b85f47 ring_buffer_iter_reset +EXPORT_SYMBOL_GPL vmlinux 0xb0c519c8 blk_queue_write_cache +EXPORT_SYMBOL_GPL vmlinux 0xb0c79e16 pci_disable_pri +EXPORT_SYMBOL_GPL vmlinux 0xb0d1656c gpio_free_array +EXPORT_SYMBOL_GPL vmlinux 0xb0e8e671 xenbus_otherend_changed +EXPORT_SYMBOL_GPL vmlinux 0xb0f38ef3 ata_pci_remove_one +EXPORT_SYMBOL_GPL vmlinux 0xb0ff93fd pinctrl_register +EXPORT_SYMBOL_GPL vmlinux 0xb104a0da dw_pcie_ep_raise_msi_irq +EXPORT_SYMBOL_GPL vmlinux 0xb10d964d devlink_fmsg_pair_nest_end +EXPORT_SYMBOL_GPL vmlinux 0xb10d9c0e devlink_port_region_create +EXPORT_SYMBOL_GPL vmlinux 0xb11244fb crypto_shoot_alg +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 0xb132115f usb_hcd_poll_rh_status +EXPORT_SYMBOL_GPL vmlinux 0xb13f0de2 __tracepoint_rpm_return_int +EXPORT_SYMBOL_GPL vmlinux 0xb15d720c sdio_retune_crc_enable +EXPORT_SYMBOL_GPL vmlinux 0xb1647fc2 devlink_info_version_running_put +EXPORT_SYMBOL_GPL vmlinux 0xb16b14f9 __skb_get_hash_symmetric +EXPORT_SYMBOL_GPL vmlinux 0xb177f376 genphy_c45_pma_setup_forced +EXPORT_SYMBOL_GPL vmlinux 0xb18a70be rdev_get_regmap +EXPORT_SYMBOL_GPL vmlinux 0xb18fb2d6 class_unregister +EXPORT_SYMBOL_GPL vmlinux 0xb18fc9a9 icc_set_bw +EXPORT_SYMBOL_GPL vmlinux 0xb18ff896 handle_fasteoi_irq +EXPORT_SYMBOL_GPL vmlinux 0xb1aedc76 skcipher_alloc_instance_simple +EXPORT_SYMBOL_GPL vmlinux 0xb1b81b05 usb_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0xb1ba469b dax_finish_sync_fault +EXPORT_SYMBOL_GPL vmlinux 0xb1baa71a devlink_linecard_provision_fail +EXPORT_SYMBOL_GPL vmlinux 0xb1bed25d dpm_resume_start +EXPORT_SYMBOL_GPL vmlinux 0xb1ca57d0 __sock_recv_wifi_status +EXPORT_SYMBOL_GPL vmlinux 0xb1d46a7f crypto_register_scomps +EXPORT_SYMBOL_GPL vmlinux 0xb1dd897d crypto_aes_set_key +EXPORT_SYMBOL_GPL vmlinux 0xb1de957e phy_start_machine +EXPORT_SYMBOL_GPL vmlinux 0xb1e25684 __trace_bputs +EXPORT_SYMBOL_GPL vmlinux 0xb1f81e22 udp_bpf_update_proto +EXPORT_SYMBOL_GPL vmlinux 0xb1f9b2f4 bpf_prog_put +EXPORT_SYMBOL_GPL vmlinux 0xb1fc1782 pci_speed_string +EXPORT_SYMBOL_GPL vmlinux 0xb202f0d7 rht_bucket_nested_insert +EXPORT_SYMBOL_GPL vmlinux 0xb204dbc6 __traceiter_neigh_update_done +EXPORT_SYMBOL_GPL vmlinux 0xb20659cf crypto_stats_ahash_update +EXPORT_SYMBOL_GPL vmlinux 0xb21d00c6 hte_ts_put +EXPORT_SYMBOL_GPL vmlinux 0xb2210d64 reset_control_deassert +EXPORT_SYMBOL_GPL vmlinux 0xb23666dc phy_led_triggers_unregister +EXPORT_SYMBOL_GPL vmlinux 0xb2368f99 devm_nvdimm_memremap +EXPORT_SYMBOL_GPL vmlinux 0xb23b7691 start_poll_synchronize_rcu_full +EXPORT_SYMBOL_GPL vmlinux 0xb23f6ec1 edac_get_sysfs_subsys +EXPORT_SYMBOL_GPL vmlinux 0xb2405efc secure_tcp_seq +EXPORT_SYMBOL_GPL vmlinux 0xb248e397 wbt_enable_default +EXPORT_SYMBOL_GPL vmlinux 0xb255c1af _RNvMNtNtCs9WMcp1Hn5Bv_4core5panic10panic_infoNtB2_9PanicInfo7payload +EXPORT_SYMBOL_GPL vmlinux 0xb26066fe ibft_phys_addr +EXPORT_SYMBOL_GPL vmlinux 0xb268ac98 file_ra_state_init +EXPORT_SYMBOL_GPL vmlinux 0xb26a1add elfcorehdr_addr +EXPORT_SYMBOL_GPL vmlinux 0xb26ab36e pci_iov_vf_id +EXPORT_SYMBOL_GPL vmlinux 0xb273c3e0 __udp_gso_segment +EXPORT_SYMBOL_GPL vmlinux 0xb288caa1 __traceiter_neigh_event_send_dead +EXPORT_SYMBOL_GPL vmlinux 0xb29533ee zs_malloc +EXPORT_SYMBOL_GPL vmlinux 0xb2ad7db3 crypto_unregister_skciphers +EXPORT_SYMBOL_GPL vmlinux 0xb2b6cbd2 _RNvMNtCs9WMcp1Hn5Bv_4core3numa14from_str_radix +EXPORT_SYMBOL_GPL vmlinux 0xb2c1732e rcu_gp_set_torture_wait +EXPORT_SYMBOL_GPL vmlinux 0xb2c60101 __rio_local_write_config_16 +EXPORT_SYMBOL_GPL vmlinux 0xb2cb8c80 crypto_unregister_templates +EXPORT_SYMBOL_GPL vmlinux 0xb2dba2ad devm_thermal_add_hwmon_sysfs +EXPORT_SYMBOL_GPL vmlinux 0xb2e764e8 suspend_valid_only_mem +EXPORT_SYMBOL_GPL vmlinux 0xb2ed5a29 smp_ops +EXPORT_SYMBOL_GPL vmlinux 0xb2f04a6b sk_msg_free +EXPORT_SYMBOL_GPL vmlinux 0xb2fa093e blk_mq_map_queues +EXPORT_SYMBOL_GPL vmlinux 0xb2fa1ed6 intel_pmic_install_opregion_handler +EXPORT_SYMBOL_GPL vmlinux 0xb307c909 devlink_fmsg_u64_pair_put +EXPORT_SYMBOL_GPL vmlinux 0xb30b2bda preempt_model_full +EXPORT_SYMBOL_GPL vmlinux 0xb30f0839 __SCK__tp_func_ata_exec_command +EXPORT_SYMBOL_GPL vmlinux 0xb3216d18 usb_unanchor_urb +EXPORT_SYMBOL_GPL vmlinux 0xb3253ed9 hpet_rtc_timer_init +EXPORT_SYMBOL_GPL vmlinux 0xb331444f ata_qc_get_active +EXPORT_SYMBOL_GPL vmlinux 0xb332a3cc usb_hc_died +EXPORT_SYMBOL_GPL vmlinux 0xb346fff9 xhci_add_endpoint +EXPORT_SYMBOL_GPL vmlinux 0xb36ba320 devm_acpi_dev_add_driver_gpios +EXPORT_SYMBOL_GPL vmlinux 0xb36e5f6a _RNvXs_NtNtCs9WMcp1Hn5Bv_4core3mem11valid_alignNtB4_10ValidAlignNtNtB8_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xb3784cdb _RNvNvXs1_NtNtCs9WMcp1Hn5Bv_4core5slice5indexINtNtNtBb_3ops5range5RangejEINtB7_10SliceIndexSpE13get_unchecked8comptime +EXPORT_SYMBOL_GPL vmlinux 0xb37d618f devm_clk_bulk_get_all +EXPORT_SYMBOL_GPL vmlinux 0xb383637d rio_add_device +EXPORT_SYMBOL_GPL vmlinux 0xb388f3a0 crypto_stats_aead_encrypt +EXPORT_SYMBOL_GPL vmlinux 0xb3916acc cgrp_dfl_root +EXPORT_SYMBOL_GPL vmlinux 0xb396e8f1 __audit_inode_child +EXPORT_SYMBOL_GPL vmlinux 0xb39f7e8f led_compose_name +EXPORT_SYMBOL_GPL vmlinux 0xb3b1968c device_change_owner +EXPORT_SYMBOL_GPL vmlinux 0xb3c94ac1 _RNvXs1_NtNtCs9WMcp1Hn5Bv_4core4task4wakeNtB5_7ContextNtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xb3eaa2ff thermal_of_cooling_device_register +EXPORT_SYMBOL_GPL vmlinux 0xb3f3001c regulator_sync_voltage +EXPORT_SYMBOL_GPL vmlinux 0xb3f865ae regulator_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0xb3fba3b0 _RNvXs8_NtNtCs9WMcp1Hn5Bv_4core4hash3sipNtB5_11SipHasher13NtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xb3fc5ea3 __traceiter_neigh_cleanup_and_release +EXPORT_SYMBOL_GPL vmlinux 0xb3fd8fe6 kernel_read_file_from_path +EXPORT_SYMBOL_GPL vmlinux 0xb404fb7e _RNvXs1D_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_7fpstateNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xb424a1c2 gpio_to_desc +EXPORT_SYMBOL_GPL vmlinux 0xb42e3749 gpiochip_line_is_open_source +EXPORT_SYMBOL_GPL vmlinux 0xb43f9365 ktime_get +EXPORT_SYMBOL_GPL vmlinux 0xb4425524 iomap_seek_data +EXPORT_SYMBOL_GPL vmlinux 0xb4429b64 acpi_dev_resource_ext_address_space +EXPORT_SYMBOL_GPL vmlinux 0xb44e18ea audit_enabled +EXPORT_SYMBOL_GPL vmlinux 0xb452a800 root_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0xb45c572c crypto_larval_alloc +EXPORT_SYMBOL_GPL vmlinux 0xb4628c54 __class_create +EXPORT_SYMBOL_GPL vmlinux 0xb46331a2 _RNvXsb_NtCs9WMcp1Hn5Bv_4core7convertNtB5_10InfallibleNtNtB7_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xb4677ca7 usb_unlocked_disable_lpm +EXPORT_SYMBOL_GPL vmlinux 0xb470d483 dm_internal_resume +EXPORT_SYMBOL_GPL vmlinux 0xb48a0b9f sysfs_unmerge_group +EXPORT_SYMBOL_GPL vmlinux 0xb48add6f virtio_add_status +EXPORT_SYMBOL_GPL vmlinux 0xb48d0864 pci_bus_max_busnr +EXPORT_SYMBOL_GPL vmlinux 0xb48f0638 software_node_register +EXPORT_SYMBOL_GPL vmlinux 0xb49a702b switchdev_handle_port_obj_del_foreign +EXPORT_SYMBOL_GPL vmlinux 0xb4a54464 _RNvNtCs9WMcp1Hn5Bv_4core5ascii14escape_default +EXPORT_SYMBOL_GPL vmlinux 0xb4aaf830 serial8250_modem_status +EXPORT_SYMBOL_GPL vmlinux 0xb4b83eef inet_csk_get_port +EXPORT_SYMBOL_GPL vmlinux 0xb4b97c90 pvclock_gtod_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0xb4d6404c acpi_kobj +EXPORT_SYMBOL_GPL vmlinux 0xb4ea7cf7 kgdb_connected +EXPORT_SYMBOL_GPL vmlinux 0xb4eda0da ring_buffer_event_length +EXPORT_SYMBOL_GPL vmlinux 0xb4f2c439 vp_modern_get_status +EXPORT_SYMBOL_GPL vmlinux 0xb501b2df nd_cmd_dimm_desc +EXPORT_SYMBOL_GPL vmlinux 0xb504f7a2 usb_hcd_platform_shutdown +EXPORT_SYMBOL_GPL vmlinux 0xb5093dd3 console_list +EXPORT_SYMBOL_GPL vmlinux 0xb5185f0f _RNvXsi_NtCs9WMcp1Hn5Bv_4core3numiNtNtNtB7_3str6traits7FromStr8from_str +EXPORT_SYMBOL_GPL vmlinux 0xb5186b4d raw_v6_match +EXPORT_SYMBOL_GPL vmlinux 0xb51fbd64 edac_op_state +EXPORT_SYMBOL_GPL vmlinux 0xb520eb79 btree_merge +EXPORT_SYMBOL_GPL vmlinux 0xb521f8ac pci_hp_add +EXPORT_SYMBOL_GPL vmlinux 0xb54a8073 rio_bus_type +EXPORT_SYMBOL_GPL vmlinux 0xb55139f6 HUF_readStats +EXPORT_SYMBOL_GPL vmlinux 0xb557ee06 ping_queue_rcv_skb +EXPORT_SYMBOL_GPL vmlinux 0xb559ca4c ethnl_cable_test_result +EXPORT_SYMBOL_GPL vmlinux 0xb561c490 mpi_mul +EXPORT_SYMBOL_GPL vmlinux 0xb5782eef __traceiter_ata_bmdma_start +EXPORT_SYMBOL_GPL vmlinux 0xb5812a58 _RNvXsz_NtCs9WMcp1Hn5Bv_4core4charNtB5_11ToLowercaseNtNtB7_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xb582ded8 xen_xlate_unmap_gfn_range +EXPORT_SYMBOL_GPL vmlinux 0xb58c9d44 __tracepoint_napi_poll +EXPORT_SYMBOL_GPL vmlinux 0xb58f22d6 acpi_create_platform_device +EXPORT_SYMBOL_GPL vmlinux 0xb5a54f6a devm_clk_bulk_get_optional +EXPORT_SYMBOL_GPL vmlinux 0xb5a83e35 gnttab_setup_auto_xlat_frames +EXPORT_SYMBOL_GPL vmlinux 0xb5a86573 sata_lpm_ignore_phy_events +EXPORT_SYMBOL_GPL vmlinux 0xb5a8c226 acpi_gsi_to_irq +EXPORT_SYMBOL_GPL vmlinux 0xb5ad2c15 _RNvXsm_NtCs9WMcp1Hn5Bv_4core5arrayNtB5_17TryFromSliceErrorNtNtB7_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xb5af0af7 inet_csk_listen_stop +EXPORT_SYMBOL_GPL vmlinux 0xb5c64c81 simple_attr_open +EXPORT_SYMBOL_GPL vmlinux 0xb5f8590f __xdp_build_skb_from_frame +EXPORT_SYMBOL_GPL vmlinux 0xb5fa6c29 regulator_set_mode +EXPORT_SYMBOL_GPL vmlinux 0xb5ff122a usb_mon_register +EXPORT_SYMBOL_GPL vmlinux 0xb6045fef _RNvNtNtCs9WMcp1Hn5Bv_4core5slice5index20into_range_unchecked +EXPORT_SYMBOL_GPL vmlinux 0xb6108d55 _RNvXs1d_NtNtCs9WMcp1Hn5Bv_4core3fmt3numoNtB8_8UpperHex3fmt +EXPORT_SYMBOL_GPL vmlinux 0xb6109ca2 fb_bl_default_curve +EXPORT_SYMBOL_GPL vmlinux 0xb6261484 register_die_notifier +EXPORT_SYMBOL_GPL vmlinux 0xb62844e2 driver_create_file +EXPORT_SYMBOL_GPL vmlinux 0xb63567cc tcp_reno_cong_avoid +EXPORT_SYMBOL_GPL vmlinux 0xb6357e53 cpuidle_enable_device +EXPORT_SYMBOL_GPL vmlinux 0xb6364e81 fwnode_property_read_u32_array +EXPORT_SYMBOL_GPL vmlinux 0xb636eb97 i2c_dw_prepare_clk +EXPORT_SYMBOL_GPL vmlinux 0xb6401e47 _RNvXs4F_NtNtCs9WMcp1Hn5Bv_4core9core_arch4simdNtB6_5u64x8NtNtBa_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xb6410433 mpi_addm +EXPORT_SYMBOL_GPL vmlinux 0xb642ba27 filemap_migrate_folio +EXPORT_SYMBOL_GPL vmlinux 0xb64ff078 regulator_disable_regmap +EXPORT_SYMBOL_GPL vmlinux 0xb6526c2e pci_common_swizzle +EXPORT_SYMBOL_GPL vmlinux 0xb655f91b pci_epc_get_next_free_bar +EXPORT_SYMBOL_GPL vmlinux 0xb6787346 sfp_unregister_socket +EXPORT_SYMBOL_GPL vmlinux 0xb67a5555 nvmem_cell_get +EXPORT_SYMBOL_GPL vmlinux 0xb6887fe0 irq_set_chained_handler_and_data +EXPORT_SYMBOL_GPL vmlinux 0xb6888188 klp_shadow_get_or_alloc +EXPORT_SYMBOL_GPL vmlinux 0xb69afbb0 devlink_linecard_deactivate +EXPORT_SYMBOL_GPL vmlinux 0xb6a459d7 extcon_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0xb6a48a5f mmc_regulator_set_vqmmc +EXPORT_SYMBOL_GPL vmlinux 0xb6bcfa02 transport_destroy_device +EXPORT_SYMBOL_GPL vmlinux 0xb6bee92e _RNvMNtCs9WMcp1Hn5Bv_4core3stre12encode_utf16 +EXPORT_SYMBOL_GPL vmlinux 0xb6c5e614 acpi_processor_evaluate_cst +EXPORT_SYMBOL_GPL vmlinux 0xb6d5c12e mbox_client_peek_data +EXPORT_SYMBOL_GPL vmlinux 0xb6df084d sbitmap_queue_get_shallow +EXPORT_SYMBOL_GPL vmlinux 0xb6e6d99d clk_disable +EXPORT_SYMBOL_GPL vmlinux 0xb6e79a56 ata_dev_next +EXPORT_SYMBOL_GPL vmlinux 0xb6eabe37 register_kprobes +EXPORT_SYMBOL_GPL vmlinux 0xb6f615d2 firmware_request_platform +EXPORT_SYMBOL_GPL vmlinux 0xb7105c67 skcipher_walk_aead_encrypt +EXPORT_SYMBOL_GPL vmlinux 0xb713c0ad spi_get_next_queued_message +EXPORT_SYMBOL_GPL vmlinux 0xb72b288d i2c_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0xb72dab12 ata_sff_freeze +EXPORT_SYMBOL_GPL vmlinux 0xb7329c06 clk_set_phase +EXPORT_SYMBOL_GPL vmlinux 0xb73713d7 nvmem_add_cell_lookups +EXPORT_SYMBOL_GPL vmlinux 0xb739970c devm_regmap_field_free +EXPORT_SYMBOL_GPL vmlinux 0xb74c31cd wwan_remove_port +EXPORT_SYMBOL_GPL vmlinux 0xb75041d1 hv_stimer_legacy_init +EXPORT_SYMBOL_GPL vmlinux 0xb75c9334 mmu_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0xb7603118 gnttab_pages_set_private +EXPORT_SYMBOL_GPL vmlinux 0xb76562df usb_anchor_urb +EXPORT_SYMBOL_GPL vmlinux 0xb778e534 __xdp_rxq_info_reg +EXPORT_SYMBOL_GPL vmlinux 0xb77a99cf usb_get_dev +EXPORT_SYMBOL_GPL vmlinux 0xb7827877 _RNvXs3l_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_19folio__bindgen_ty_2NtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xb7830a9e usb_find_alt_setting +EXPORT_SYMBOL_GPL vmlinux 0xb7865c6c bsg_job_done +EXPORT_SYMBOL_GPL vmlinux 0xb78d5bec sysfs_create_mount_point +EXPORT_SYMBOL_GPL vmlinux 0xb79cdd28 ata_sff_qc_fill_rtf +EXPORT_SYMBOL_GPL vmlinux 0xb7a1d0e0 lwtunnel_output +EXPORT_SYMBOL_GPL vmlinux 0xb7a387fc synchronize_rcu_tasks_rude +EXPORT_SYMBOL_GPL vmlinux 0xb7a58b55 acpi_subsys_poweroff +EXPORT_SYMBOL_GPL vmlinux 0xb7a63519 extcon_dev_register +EXPORT_SYMBOL_GPL vmlinux 0xb7c5c233 l3mdev_ifindex_lookup_by_table_id +EXPORT_SYMBOL_GPL vmlinux 0xb7c69a63 unregister_vmap_purge_notifier +EXPORT_SYMBOL_GPL vmlinux 0xb7d7c12e hpet_set_alarm_time +EXPORT_SYMBOL_GPL vmlinux 0xb7dba9cc xfrm_audit_state_notfound_simple +EXPORT_SYMBOL_GPL vmlinux 0xb7e17e89 sk_free_unlock_clone +EXPORT_SYMBOL_GPL vmlinux 0xb7e58ef5 pci_generic_config_write +EXPORT_SYMBOL_GPL vmlinux 0xb7e8f4ca pwmchip_remove +EXPORT_SYMBOL_GPL vmlinux 0xb7ea05b3 scsi_mode_select +EXPORT_SYMBOL_GPL vmlinux 0xb7f749a2 udp_tunnel_nic_ops +EXPORT_SYMBOL_GPL vmlinux 0xb7f990e9 rht_bucket_nested +EXPORT_SYMBOL_GPL vmlinux 0xb7fe5408 efivars_unregister +EXPORT_SYMBOL_GPL vmlinux 0xb80cad76 __traceiter_xdp_exception +EXPORT_SYMBOL_GPL vmlinux 0xb80d8219 sysfs_remove_link +EXPORT_SYMBOL_GPL vmlinux 0xb814414b badblocks_init +EXPORT_SYMBOL_GPL vmlinux 0xb8273d0b __wake_up_sync +EXPORT_SYMBOL_GPL vmlinux 0xb82e1af3 generic_handle_domain_irq_safe +EXPORT_SYMBOL_GPL vmlinux 0xb833cd4c ata_sas_queuecmd +EXPORT_SYMBOL_GPL vmlinux 0xb83b1b7b __clk_mux_determine_rate_closest +EXPORT_SYMBOL_GPL vmlinux 0xb83e0b1d xfrm_state_mtu +EXPORT_SYMBOL_GPL vmlinux 0xb84ee478 __platform_driver_register +EXPORT_SYMBOL_GPL vmlinux 0xb85042e5 gnttab_free_grant_reference_seq +EXPORT_SYMBOL_GPL vmlinux 0xb8553705 __bio_add_page +EXPORT_SYMBOL_GPL vmlinux 0xb85a3fe5 adp5520_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0xb85c4abd iommu_dev_enable_feature +EXPORT_SYMBOL_GPL vmlinux 0xb85f627c virtio_reset_device +EXPORT_SYMBOL_GPL vmlinux 0xb8609463 _RNvXs38_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_32page__bindgen_ty_1__bindgen_ty_2NtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xb866785a register_net_sysctl +EXPORT_SYMBOL_GPL vmlinux 0xb87390b8 regulator_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0xb873d7e2 mbox_request_channel_byname +EXPORT_SYMBOL_GPL vmlinux 0xb87ae6a4 hv_ghcb_msr_write +EXPORT_SYMBOL_GPL vmlinux 0xb87ec86c devm_thermal_of_cooling_device_register +EXPORT_SYMBOL_GPL vmlinux 0xb87f40fe cppc_set_enable +EXPORT_SYMBOL_GPL vmlinux 0xb880d9a5 devm_pse_controller_register +EXPORT_SYMBOL_GPL vmlinux 0xb881213e ata_pci_bmdma_init +EXPORT_SYMBOL_GPL vmlinux 0xb88b87c6 dev_pm_opp_adjust_voltage +EXPORT_SYMBOL_GPL vmlinux 0xb88dbfce irq_set_irqchip_state +EXPORT_SYMBOL_GPL vmlinux 0xb896dd12 _RNvXs1I_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_11cpuinfo_x86NtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xb89e69b1 jump_label_update_timeout +EXPORT_SYMBOL_GPL vmlinux 0xb89f749b spi_register_controller +EXPORT_SYMBOL_GPL vmlinux 0xb8a532e6 __tracepoint_cpu_idle +EXPORT_SYMBOL_GPL vmlinux 0xb8ab68df intel_microcode_sanity_check +EXPORT_SYMBOL_GPL vmlinux 0xb8ad146e gpiod_get_raw_array_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0xb8ad15cc fwnode_graph_get_port_parent +EXPORT_SYMBOL_GPL vmlinux 0xb8b1fdf4 of_phy_simple_xlate +EXPORT_SYMBOL_GPL vmlinux 0xb8b2b1f7 mce_register_decode_chain +EXPORT_SYMBOL_GPL vmlinux 0xb8bd065d tcp_bpf_sendmsg_redir +EXPORT_SYMBOL_GPL vmlinux 0xb8cd3a7f nf_logger_put +EXPORT_SYMBOL_GPL vmlinux 0xb8d5ec6f rio_release_dma +EXPORT_SYMBOL_GPL vmlinux 0xb8dabbe0 dma_map_sgtable +EXPORT_SYMBOL_GPL vmlinux 0xb8e33d03 iommu_sva_alloc_pasid +EXPORT_SYMBOL_GPL vmlinux 0xb8e6de74 _RNvXs1v_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_11reg_512_bitNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xb8ea0ad3 usb_free_coherent +EXPORT_SYMBOL_GPL vmlinux 0xb8f0d459 genphy_c45_loopback +EXPORT_SYMBOL_GPL vmlinux 0xb8f11603 idr_alloc +EXPORT_SYMBOL_GPL vmlinux 0xb8f825ff scsi_flush_work +EXPORT_SYMBOL_GPL vmlinux 0xb9067f1f __rust_alloc +EXPORT_SYMBOL_GPL vmlinux 0xb90bed80 cpufreq_frequency_table_get_index +EXPORT_SYMBOL_GPL vmlinux 0xb912560d static_key_disable +EXPORT_SYMBOL_GPL vmlinux 0xb913617a devm_pm_clk_create +EXPORT_SYMBOL_GPL vmlinux 0xb91cf6e3 md_rdev_clear +EXPORT_SYMBOL_GPL vmlinux 0xb936dabf virtqueue_add_outbuf +EXPORT_SYMBOL_GPL vmlinux 0xb940d90d hte_enable_ts +EXPORT_SYMBOL_GPL vmlinux 0xb95354f2 extcon_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0xb9681621 xdp_do_flush +EXPORT_SYMBOL_GPL vmlinux 0xb96d5a5d regulator_set_voltage_time_sel +EXPORT_SYMBOL_GPL vmlinux 0xb9750445 vchan_find_desc +EXPORT_SYMBOL_GPL vmlinux 0xb976a780 gpiod_set_transitory +EXPORT_SYMBOL_GPL vmlinux 0xb97bc7e1 usb_role_switch_register +EXPORT_SYMBOL_GPL vmlinux 0xb97c34ed pci_generic_config_read32 +EXPORT_SYMBOL_GPL vmlinux 0xb9852d11 __traceiter_mc_event +EXPORT_SYMBOL_GPL vmlinux 0xb986ef63 fuse_fill_super_common +EXPORT_SYMBOL_GPL vmlinux 0xb9996bdd register_fprobe +EXPORT_SYMBOL_GPL vmlinux 0xb99a3b00 sbitmap_queue_recalculate_wake_batch +EXPORT_SYMBOL_GPL vmlinux 0xb9a37bf9 fixed_phy_change_carrier +EXPORT_SYMBOL_GPL vmlinux 0xb9b243ed _RNvXs5_NtCs9WMcp1Hn5Bv_4core3fmtNtB5_9ArgumentsNtB5_7Display3fmt +EXPORT_SYMBOL_GPL vmlinux 0xb9b2fd37 io_cgrp_subsys +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 0xb9c94d9f _RNvXs3M_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_11pglist_dataNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xb9ce15fe cdrom_multisession +EXPORT_SYMBOL_GPL vmlinux 0xb9d025c9 llist_del_first +EXPORT_SYMBOL_GPL vmlinux 0xb9f6f7c1 iomap_truncate_page +EXPORT_SYMBOL_GPL vmlinux 0xb9f946bc _RNvNvNtNtNtCs9WMcp1Hn5Bv_4core9core_arch3x864sse219__mm_slli_si128_impl4mask +EXPORT_SYMBOL_GPL vmlinux 0xba01ec83 hv_stimer_global_cleanup +EXPORT_SYMBOL_GPL vmlinux 0xba061352 fwnode_create_software_node +EXPORT_SYMBOL_GPL vmlinux 0xba135901 pci_epf_add_vepf +EXPORT_SYMBOL_GPL vmlinux 0xba177039 __inet_lookup_listener +EXPORT_SYMBOL_GPL vmlinux 0xba220db7 __wake_up_sync_key +EXPORT_SYMBOL_GPL vmlinux 0xba2b7f64 cpufreq_generic_get +EXPORT_SYMBOL_GPL vmlinux 0xba335e9a _RNvXs1_NtNtCs9WMcp1Hn5Bv_4core3ffi5c_strRNtB5_4CStrNtNtB9_7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xba36d255 usb_disable_lpm +EXPORT_SYMBOL_GPL vmlinux 0xba43bcf8 devm_regulator_register +EXPORT_SYMBOL_GPL vmlinux 0xba46db6f ndo_dflt_bridge_getlink +EXPORT_SYMBOL_GPL vmlinux 0xba4caa05 cpufreq_freq_attr_scaling_available_freqs +EXPORT_SYMBOL_GPL vmlinux 0xba50a2e5 xfrm_dev_resume +EXPORT_SYMBOL_GPL vmlinux 0xba5670db ip6_route_output_flags_noref +EXPORT_SYMBOL_GPL vmlinux 0xba628e6b blk_freeze_queue_start +EXPORT_SYMBOL_GPL vmlinux 0xba73e8a0 _RNvXs0_NtNtCs9WMcp1Hn5Bv_4core3str5lossyNtB5_9Utf8LossyNtNtB9_3fmt7Display3fmt +EXPORT_SYMBOL_GPL vmlinux 0xba7a73fc nvdimm_bus_check_dimm_count +EXPORT_SYMBOL_GPL vmlinux 0xba811bbf _RNvXsk_NtNtCs9WMcp1Hn5Bv_4core4sync6atomicNtB5_8AtomicI8NtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xba82f246 uv_bios_install_heap +EXPORT_SYMBOL_GPL vmlinux 0xba8bbcb6 regulator_get_current_limit_regmap +EXPORT_SYMBOL_GPL vmlinux 0xba91700b dma_need_sync +EXPORT_SYMBOL_GPL vmlinux 0xba9507a4 _RNvNvMs16_NtNtCs9WMcp1Hn5Bv_4core3num7nonzeroNtB8_11NonZeroI12813new_unchecked8comptime +EXPORT_SYMBOL_GPL vmlinux 0xba957d98 perf_event_addr_filters_sync +EXPORT_SYMBOL_GPL vmlinux 0xba96b348 phy_10gbit_fec_features +EXPORT_SYMBOL_GPL vmlinux 0xba9e035b xen_pci_frontend +EXPORT_SYMBOL_GPL vmlinux 0xbaa13c16 rio_route_add_entry +EXPORT_SYMBOL_GPL vmlinux 0xbab3ad44 trace_seq_path +EXPORT_SYMBOL_GPL vmlinux 0xbab49fd6 __regmap_init +EXPORT_SYMBOL_GPL vmlinux 0xbab5abd7 iommu_map_atomic +EXPORT_SYMBOL_GPL vmlinux 0xbab5fccb fwnode_get_phy_mode +EXPORT_SYMBOL_GPL vmlinux 0xbab9a9f0 maxim_charger_currents +EXPORT_SYMBOL_GPL vmlinux 0xbaba48f7 trace_output_call +EXPORT_SYMBOL_GPL vmlinux 0xbabc6803 xen_unmap_domain_gfn_range +EXPORT_SYMBOL_GPL vmlinux 0xbacd5ade pcie_port_find_device +EXPORT_SYMBOL_GPL vmlinux 0xbad1b3ae events_sysfs_show +EXPORT_SYMBOL_GPL vmlinux 0xbad225f4 do_unbind_con_driver +EXPORT_SYMBOL_GPL vmlinux 0xbad400df regulator_get_bypass_regmap +EXPORT_SYMBOL_GPL vmlinux 0xbad9b6fb acpi_dev_gpio_irq_wake_get_by +EXPORT_SYMBOL_GPL vmlinux 0xbaf22757 kvfree_call_rcu +EXPORT_SYMBOL_GPL vmlinux 0xbaf6850c fsnotify_wait_marks_destroyed +EXPORT_SYMBOL_GPL vmlinux 0xbaf9d785 __tss_limit_invalid +EXPORT_SYMBOL_GPL vmlinux 0xbafbbd68 tun_get_socket +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 0xbb0f03d3 pci_p2pdma_add_resource +EXPORT_SYMBOL_GPL vmlinux 0xbb0f758d pinctrl_select_state +EXPORT_SYMBOL_GPL vmlinux 0xbb11ab48 __clk_mux_determine_rate +EXPORT_SYMBOL_GPL vmlinux 0xbb2756f4 tty_find_polling_driver +EXPORT_SYMBOL_GPL vmlinux 0xbb352dfe input_device_enabled +EXPORT_SYMBOL_GPL vmlinux 0xbb413b76 phy_package_leave +EXPORT_SYMBOL_GPL vmlinux 0xbb4146b3 get_completed_synchronize_rcu +EXPORT_SYMBOL_GPL vmlinux 0xbb41f100 gpiochip_irq_domain_deactivate +EXPORT_SYMBOL_GPL vmlinux 0xbb53fd46 ata_pci_device_resume +EXPORT_SYMBOL_GPL vmlinux 0xbb5598ce get_llc_id +EXPORT_SYMBOL_GPL vmlinux 0xbb5d3b7d phy_speed_down +EXPORT_SYMBOL_GPL vmlinux 0xbb6508da random_get_entropy_fallback +EXPORT_SYMBOL_GPL vmlinux 0xbb664181 irq_chip_request_resources_parent +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 0xbb7b11fc gpiochip_populate_parent_fwspec_fourcell +EXPORT_SYMBOL_GPL vmlinux 0xbb7c66a8 sock_diag_destroy +EXPORT_SYMBOL_GPL vmlinux 0xbb8e8c1f power_supply_get_property_from_supplier +EXPORT_SYMBOL_GPL vmlinux 0xbb93eec5 ioasid_alloc +EXPORT_SYMBOL_GPL vmlinux 0xbb9b6c6a call_srcu +EXPORT_SYMBOL_GPL vmlinux 0xbb9eeea7 iommu_get_domain_for_dev +EXPORT_SYMBOL_GPL vmlinux 0xbbb98859 edid_info +EXPORT_SYMBOL_GPL vmlinux 0xbbc4e7c8 _RNvXs3y_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_15lru_gen_mm_listNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xbbcf8bd1 edac_device_free_ctl_info +EXPORT_SYMBOL_GPL vmlinux 0xbbd25727 pci_create_ims_domain +EXPORT_SYMBOL_GPL vmlinux 0xbbd69202 dm_copy_name_and_uuid +EXPORT_SYMBOL_GPL vmlinux 0xbbe5611b crc64_rocksoft_update +EXPORT_SYMBOL_GPL vmlinux 0xbbe56404 sprint_OID +EXPORT_SYMBOL_GPL vmlinux 0xbbec4478 serdev_device_set_flow_control +EXPORT_SYMBOL_GPL vmlinux 0xbbf3a7fe regulator_map_voltage_linear +EXPORT_SYMBOL_GPL vmlinux 0xbc055044 udp_destruct_common +EXPORT_SYMBOL_GPL vmlinux 0xbc299655 regulator_unregister_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0xbc2aa479 wakeup_sources_walk_next +EXPORT_SYMBOL_GPL vmlinux 0xbc2b9d01 register_kretprobes +EXPORT_SYMBOL_GPL vmlinux 0xbc2c0115 _RNvMNtNtCs9WMcp1Hn5Bv_4core3num3fmtNtB2_4Part5write +EXPORT_SYMBOL_GPL vmlinux 0xbc2fb105 xenbus_dev_cancel +EXPORT_SYMBOL_GPL vmlinux 0xbc314156 nop_mnt_idmap +EXPORT_SYMBOL_GPL vmlinux 0xbc3c1cc8 fsstack_copy_attr_all +EXPORT_SYMBOL_GPL vmlinux 0xbc3f2cb0 timecounter_cyc2time +EXPORT_SYMBOL_GPL vmlinux 0xbc4e24bb copy_mc_to_kernel +EXPORT_SYMBOL_GPL vmlinux 0xbc54fa30 _RNvXs1t_NtNtCs9WMcp1Hn5Bv_4core9core_arch4simdNtB6_5f64x1NtNtBa_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xbc550346 bio_clone_blkg_association +EXPORT_SYMBOL_GPL vmlinux 0xbc56e8a7 mptcp_subflow_init_cookie_req +EXPORT_SYMBOL_GPL vmlinux 0xbc5bdc88 iommu_register_device_fault_handler +EXPORT_SYMBOL_GPL vmlinux 0xbc5f344b clockevents_register_device +EXPORT_SYMBOL_GPL vmlinux 0xbc600dc9 preempt_model_voluntary +EXPORT_SYMBOL_GPL vmlinux 0xbc60dc37 cpufreq_show_cpus +EXPORT_SYMBOL_GPL vmlinux 0xbc6385dc device_initialize +EXPORT_SYMBOL_GPL vmlinux 0xbc68fb3e bus_create_file +EXPORT_SYMBOL_GPL vmlinux 0xbc6bec66 free_percpu_irq +EXPORT_SYMBOL_GPL vmlinux 0xbc6fdceb lwtunnel_input +EXPORT_SYMBOL_GPL vmlinux 0xbc7ad839 blk_mq_quiesce_queue +EXPORT_SYMBOL_GPL vmlinux 0xbc92596d intel_pt_validate_cap +EXPORT_SYMBOL_GPL vmlinux 0xbc94af02 _RNvXs4_NtNtNtCs9WMcp1Hn5Bv_4core3fmt3num3impxNtB9_7Display3fmt +EXPORT_SYMBOL_GPL vmlinux 0xbc9b8588 ehci_cf_port_reset_rwsem +EXPORT_SYMBOL_GPL vmlinux 0xbca72b2b sk_psock_tls_strp_read +EXPORT_SYMBOL_GPL vmlinux 0xbcb838a1 amd_flush_garts +EXPORT_SYMBOL_GPL vmlinux 0xbcbe3339 devlink_set_features +EXPORT_SYMBOL_GPL vmlinux 0xbcc15e75 ktime_get_coarse_with_offset +EXPORT_SYMBOL_GPL vmlinux 0xbcc425b6 pci_epc_init_notify +EXPORT_SYMBOL_GPL vmlinux 0xbcd84267 ftrace_set_filter_ips +EXPORT_SYMBOL_GPL vmlinux 0xbcdd5b99 iommu_group_set_name +EXPORT_SYMBOL_GPL vmlinux 0xbce12556 clk_divider_ro_ops +EXPORT_SYMBOL_GPL vmlinux 0xbce5c8d8 thermal_zone_get_offset +EXPORT_SYMBOL_GPL vmlinux 0xbcefdff8 _RNvXs4L_NtNtCs9WMcp1Hn5Bv_4core9core_arch4simdNtB6_5f64x8NtNtBa_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xbcf1f0e6 zs_create_pool +EXPORT_SYMBOL_GPL vmlinux 0xbcfc03cb _RNvXs1_NtNtCs9WMcp1Hn5Bv_4core3fmt3numsNtB5_10DisplayInt5to_u8 +EXPORT_SYMBOL_GPL vmlinux 0xbcfe4cae skb_gso_validate_mac_len +EXPORT_SYMBOL_GPL vmlinux 0xbd0215ff _RNvXs4l_NtNtCs9WMcp1Hn5Bv_4core3num7nonzeroNtB6_10NonZeroI16NtNtNtBa_3str6traits7FromStr8from_str +EXPORT_SYMBOL_GPL vmlinux 0xbd02fbca vp_modern_queue_vector +EXPORT_SYMBOL_GPL vmlinux 0xbd043551 ata_msleep +EXPORT_SYMBOL_GPL vmlinux 0xbd06f3a9 ata_get_cmd_name +EXPORT_SYMBOL_GPL vmlinux 0xbd1d6c05 _RNvXsm_NtNtNtCs9WMcp1Hn5Bv_4core3fmt3num3implNtB9_8UpperExp3fmt +EXPORT_SYMBOL_GPL vmlinux 0xbd286276 _RNvXs26_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_25arch_tlbflush_unmap_batchNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xbd28931e pinctrl_add_gpio_range +EXPORT_SYMBOL_GPL vmlinux 0xbd2897cc input_ff_erase +EXPORT_SYMBOL_GPL vmlinux 0xbd30758e _RNvMs2_NtNtCs9WMcp1Hn5Bv_4core3fmt8buildersNtB5_10DebugTuple6finish +EXPORT_SYMBOL_GPL vmlinux 0xbd32b7aa device_property_read_u32_array +EXPORT_SYMBOL_GPL vmlinux 0xbd39c63d register_asymmetric_key_parser +EXPORT_SYMBOL_GPL vmlinux 0xbd3d0dcc rtc_read_time +EXPORT_SYMBOL_GPL vmlinux 0xbd3fe1e3 disable_hardirq +EXPORT_SYMBOL_GPL vmlinux 0xbd4987f4 virtqueue_poll +EXPORT_SYMBOL_GPL vmlinux 0xbd4c7797 nvdimm_has_flush +EXPORT_SYMBOL_GPL vmlinux 0xbd4ff941 smpboot_register_percpu_thread +EXPORT_SYMBOL_GPL vmlinux 0xbd5d31d6 crypto_unregister_acomps +EXPORT_SYMBOL_GPL vmlinux 0xbd5d6e94 _RNvXs_NtCsiTPnVqBGVaY_6kernel5errorNtB4_5ErrorINtNtCs9WMcp1Hn5Bv_4core7convert4FromNtNtBN_5alloc10AllocErrorE4from +EXPORT_SYMBOL_GPL vmlinux 0xbd7aaaee add_memory +EXPORT_SYMBOL_GPL vmlinux 0xbd8bfdaf usb_create_shared_hcd +EXPORT_SYMBOL_GPL vmlinux 0xbd99e873 __SCT__tp_func_cpu_idle +EXPORT_SYMBOL_GPL vmlinux 0xbda04a91 cond_synchronize_rcu_expedited +EXPORT_SYMBOL_GPL vmlinux 0xbda2596f phy_package_join +EXPORT_SYMBOL_GPL vmlinux 0xbda913e0 usb_deregister_device_driver +EXPORT_SYMBOL_GPL vmlinux 0xbdab08e4 _RNvXs6_NtCs9WMcp1Hn5Bv_4core4charNtB5_11EscapeDebugNtNtNtNtB7_4iter6traits8iterator8Iterator4next +EXPORT_SYMBOL_GPL vmlinux 0xbdaffc73 dax_file_unshare +EXPORT_SYMBOL_GPL vmlinux 0xbdb2217d hv_is_isolation_supported +EXPORT_SYMBOL_GPL vmlinux 0xbdb2dfd5 uv_bios_reserved_page_pa +EXPORT_SYMBOL_GPL vmlinux 0xbdb61f83 acpi_get_first_physical_node +EXPORT_SYMBOL_GPL vmlinux 0xbdbc439e unregister_kretprobe +EXPORT_SYMBOL_GPL vmlinux 0xbdda1b5f vmalloc_huge +EXPORT_SYMBOL_GPL vmlinux 0xbddcb275 __SCK__tp_func_devlink_hwerr +EXPORT_SYMBOL_GPL vmlinux 0xbdebd375 get_task_mm +EXPORT_SYMBOL_GPL vmlinux 0xbdfc6531 nexthop_select_path +EXPORT_SYMBOL_GPL vmlinux 0xbe065fe7 perf_event_pause +EXPORT_SYMBOL_GPL vmlinux 0xbe0788f9 fat_fill_super +EXPORT_SYMBOL_GPL vmlinux 0xbe0e2eca _RNvMs5_NtNtCs9WMcp1Hn5Bv_4core3fmt8buildersNtB5_9DebugList5entry +EXPORT_SYMBOL_GPL vmlinux 0xbe155641 hwspin_lock_request_specific +EXPORT_SYMBOL_GPL vmlinux 0xbe1d1c76 l3mdev_fib_table_by_index +EXPORT_SYMBOL_GPL vmlinux 0xbe26bfa4 _RNvXsC_NtNtCs9WMcp1Hn5Bv_4core3fmt3numaNtB7_8LowerHex3fmt +EXPORT_SYMBOL_GPL vmlinux 0xbe2ba5e4 _RNvXs2W_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_39uprobe_task__bindgen_ty_1__bindgen_ty_2NtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xbe3f59c6 fscrypt_add_test_dummy_key +EXPORT_SYMBOL_GPL vmlinux 0xbe4ce93d input_ff_flush +EXPORT_SYMBOL_GPL vmlinux 0xbe4fa75d icc_provider_deregister +EXPORT_SYMBOL_GPL vmlinux 0xbe52568b pci_find_ht_capability +EXPORT_SYMBOL_GPL vmlinux 0xbe5908eb dma_get_any_slave_channel +EXPORT_SYMBOL_GPL vmlinux 0xbe5c5254 __netdev_watchdog_up +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 0xbe78310a _RNvXs3_NtNtNtCs9WMcp1Hn5Bv_4core3fmt3num3impmNtB9_7Display3fmt +EXPORT_SYMBOL_GPL vmlinux 0xbe84542f __tracepoint_ata_bmdma_status +EXPORT_SYMBOL_GPL vmlinux 0xbe87b014 _RNvXs2D_NtNtCs9WMcp1Hn5Bv_4core9core_arch4simdNtB6_5m8x16NtNtBa_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xbe9a83d5 dw_pcie_write +EXPORT_SYMBOL_GPL vmlinux 0xbea11a94 vp_legacy_config_vector +EXPORT_SYMBOL_GPL vmlinux 0xbea59373 vcap_rule_add_action_bit +EXPORT_SYMBOL_GPL vmlinux 0xbea5ff1e static_key_initialized +EXPORT_SYMBOL_GPL vmlinux 0xbea68561 strp_done +EXPORT_SYMBOL_GPL vmlinux 0xbec01471 devlink_port_attrs_pci_sf_set +EXPORT_SYMBOL_GPL vmlinux 0xbec3c80a _RNvXs_NtCs9WMcp1Hn5Bv_4core5asciiNtB4_13EscapeDefaultNtNtNtNtB6_4iter6traits12double_ended19DoubleEndedIterator9next_back +EXPORT_SYMBOL_GPL vmlinux 0xbec66c3a __apei_exec_run +EXPORT_SYMBOL_GPL vmlinux 0xbef24601 icc_provider_add +EXPORT_SYMBOL_GPL vmlinux 0xbef58be6 _RNvXs3n_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_19folio__bindgen_ty_3NtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xbef84a8f extcon_unregister_notifier_all +EXPORT_SYMBOL_GPL vmlinux 0xbf041102 register_vt_notifier +EXPORT_SYMBOL_GPL vmlinux 0xbf165dec __SCT__tp_func_pelt_se_tp +EXPORT_SYMBOL_GPL vmlinux 0xbf29101f _RNvXs2o_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_10ma_topiaryNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xbf2e2e71 housekeeping_enabled +EXPORT_SYMBOL_GPL vmlinux 0xbf328f69 sbitmap_bitmap_show +EXPORT_SYMBOL_GPL vmlinux 0xbf4513c3 devlink_linecard_activate +EXPORT_SYMBOL_GPL vmlinux 0xbf5b59dc msg_zerocopy_put_abort +EXPORT_SYMBOL_GPL vmlinux 0xbf64b7a4 devm_led_trigger_register +EXPORT_SYMBOL_GPL vmlinux 0xbf788860 inet_hash_connect +EXPORT_SYMBOL_GPL vmlinux 0xbf833c8b usb_put_hcd +EXPORT_SYMBOL_GPL vmlinux 0xbf84ec79 sata_link_resume +EXPORT_SYMBOL_GPL vmlinux 0xbf927f4b uhci_reset_hc +EXPORT_SYMBOL_GPL vmlinux 0xbf9cfcf9 __devm_clk_hw_register_gate +EXPORT_SYMBOL_GPL vmlinux 0xbf9d087a virtqueue_get_buf +EXPORT_SYMBOL_GPL vmlinux 0xbfab6014 _RNvXsp_NtNtNtCs9WMcp1Hn5Bv_4core3fmt3num3impyNtB9_8UpperExp3fmt +EXPORT_SYMBOL_GPL vmlinux 0xbfac1536 xenbus_dev_is_online +EXPORT_SYMBOL_GPL vmlinux 0xbfb8636f _RNvMs_NtCs9WMcp1Hn5Bv_4core3fmtNtB4_9Formatter3new +EXPORT_SYMBOL_GPL vmlinux 0xbfbc0d49 device_get_named_child_node +EXPORT_SYMBOL_GPL vmlinux 0xbfbc131d acpi_find_child_device +EXPORT_SYMBOL_GPL vmlinux 0xbfbc5434 pciserial_resume_ports +EXPORT_SYMBOL_GPL vmlinux 0xbfe5616d tick_broadcast_oneshot_control +EXPORT_SYMBOL_GPL vmlinux 0xbfeac347 regulator_set_load +EXPORT_SYMBOL_GPL vmlinux 0xbfed2cd9 __wait_rcu_gp +EXPORT_SYMBOL_GPL vmlinux 0xc014e31a gpiochip_irq_unmap +EXPORT_SYMBOL_GPL vmlinux 0xc0158483 __SCK__tp_func_rpm_resume +EXPORT_SYMBOL_GPL vmlinux 0xc0299465 gpiochip_irq_domain_activate +EXPORT_SYMBOL_GPL vmlinux 0xc02e814b devm_bitmap_alloc +EXPORT_SYMBOL_GPL vmlinux 0xc033813a proc_mkdir_data +EXPORT_SYMBOL_GPL vmlinux 0xc04c44c6 ehci_adjust_port_wakeup_flags +EXPORT_SYMBOL_GPL vmlinux 0xc056d069 inet6_cleanup_sock +EXPORT_SYMBOL_GPL vmlinux 0xc0672362 isa_register_driver +EXPORT_SYMBOL_GPL vmlinux 0xc06836fb _RNvXsG_NtCs796HB7yPNRt_8bindings12bindings_rawNtB5_41restart_block__bindgen_ty_1__bindgen_ty_1NtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xc06c844c srcu_torture_stats_print +EXPORT_SYMBOL_GPL vmlinux 0xc08045e1 clk_register_divider_table +EXPORT_SYMBOL_GPL vmlinux 0xc083ad3f cgroup_attach_task_all +EXPORT_SYMBOL_GPL vmlinux 0xc08894f8 devfreq_get_devfreq_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0xc08bbce6 irq_get_percpu_devid_partition +EXPORT_SYMBOL_GPL vmlinux 0xc090c376 net_selftest_get_strings +EXPORT_SYMBOL_GPL vmlinux 0xc0a48164 hwmon_device_register_with_groups +EXPORT_SYMBOL_GPL vmlinux 0xc0a96e14 rcu_gp_is_expedited +EXPORT_SYMBOL_GPL vmlinux 0xc0a9ba8a pci_status_get_and_clear_errors +EXPORT_SYMBOL_GPL vmlinux 0xc0b2664d devlink_dpipe_header_ipv4 +EXPORT_SYMBOL_GPL vmlinux 0xc0b7ce82 misc_cg_uncharge +EXPORT_SYMBOL_GPL vmlinux 0xc0cd5985 set_selection_kernel +EXPORT_SYMBOL_GPL vmlinux 0xc0cecb53 unregister_nvdimm_pmu +EXPORT_SYMBOL_GPL vmlinux 0xc0d3561a phy_reset +EXPORT_SYMBOL_GPL vmlinux 0xc0dcb59e edac_layer_name +EXPORT_SYMBOL_GPL vmlinux 0xc0f0458a ip_tunnel_unneed_metadata +EXPORT_SYMBOL_GPL vmlinux 0xc1086e0c sysrq_toggle_support +EXPORT_SYMBOL_GPL vmlinux 0xc10aa798 pwmchip_add +EXPORT_SYMBOL_GPL vmlinux 0xc10e5975 simple_attr_read +EXPORT_SYMBOL_GPL vmlinux 0xc10fddb8 name_to_dev_t +EXPORT_SYMBOL_GPL vmlinux 0xc11c7954 wm8350_reg_write +EXPORT_SYMBOL_GPL vmlinux 0xc12db0e0 set_capacity_and_notify +EXPORT_SYMBOL_GPL vmlinux 0xc12e594e tun_get_tx_ring +EXPORT_SYMBOL_GPL vmlinux 0xc12efd92 ata_sff_prereset +EXPORT_SYMBOL_GPL vmlinux 0xc13ad892 pci_dev_unlock +EXPORT_SYMBOL_GPL vmlinux 0xc14b045a iommu_group_get +EXPORT_SYMBOL_GPL vmlinux 0xc14f55ad bpf_map_inc_with_uref +EXPORT_SYMBOL_GPL vmlinux 0xc15382a6 bio_poll +EXPORT_SYMBOL_GPL vmlinux 0xc15722b3 gpiochip_remove_pin_ranges +EXPORT_SYMBOL_GPL vmlinux 0xc166587d da9052_free_irq +EXPORT_SYMBOL_GPL vmlinux 0xc16849e7 driver_attach +EXPORT_SYMBOL_GPL vmlinux 0xc1743430 cpuidle_disable_device +EXPORT_SYMBOL_GPL vmlinux 0xc17515d7 usb_hcds_loaded +EXPORT_SYMBOL_GPL vmlinux 0xc177c262 static_dev_dax +EXPORT_SYMBOL_GPL vmlinux 0xc17e9946 usb_show_dynids +EXPORT_SYMBOL_GPL vmlinux 0xc18ad32f edac_device_handle_ce_count +EXPORT_SYMBOL_GPL vmlinux 0xc18e877e vmf_insert_pfn_pud_prot +EXPORT_SYMBOL_GPL vmlinux 0xc19887f0 _RNvXs2O_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_14notifier_blockNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xc1a7a366 ata_sff_tf_read +EXPORT_SYMBOL_GPL vmlinux 0xc1aa27fc subsys_dev_iter_init +EXPORT_SYMBOL_GPL vmlinux 0xc1ad4a8c rio_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0xc1ad5dd5 _RNvXsh_NtCs9WMcp1Hn5Bv_4core7convertNtB5_10InfallibleINtB5_4FromzE4from +EXPORT_SYMBOL_GPL vmlinux 0xc1ae279b _RNvXso_NtNtNtCs9WMcp1Hn5Bv_4core3fmt3num3impxNtB9_8UpperExp3fmt +EXPORT_SYMBOL_GPL vmlinux 0xc1ba0879 vfs_remove_acl +EXPORT_SYMBOL_GPL vmlinux 0xc1cb388e vring_create_virtqueue +EXPORT_SYMBOL_GPL vmlinux 0xc1d270b5 power_supply_set_battery_charged +EXPORT_SYMBOL_GPL vmlinux 0xc1e366fe devlink_port_fini +EXPORT_SYMBOL_GPL vmlinux 0xc1e6986e interval_tree_span_iter_first +EXPORT_SYMBOL_GPL vmlinux 0xc1fd0840 phy_10gbit_features +EXPORT_SYMBOL_GPL vmlinux 0xc2033d9f amd_get_highest_perf +EXPORT_SYMBOL_GPL vmlinux 0xc20a1780 mddev_init_writes_pending +EXPORT_SYMBOL_GPL vmlinux 0xc20ff8f3 __SCK__tp_func_ata_bmdma_setup +EXPORT_SYMBOL_GPL vmlinux 0xc218d80a icc_provider_init +EXPORT_SYMBOL_GPL vmlinux 0xc21af437 fat_search_long +EXPORT_SYMBOL_GPL vmlinux 0xc21f245b pwm_adjust_config +EXPORT_SYMBOL_GPL vmlinux 0xc223d327 wm8350_device_init +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 0xc25b8971 hv_remove_crash_handler +EXPORT_SYMBOL_GPL vmlinux 0xc2692173 wakeup_sources_read_lock +EXPORT_SYMBOL_GPL vmlinux 0xc27a7ef7 debugfs_lookup_and_remove +EXPORT_SYMBOL_GPL vmlinux 0xc27ab54b _RNvXs_NtCs9WMcp1Hn5Bv_4core3anyDNtB4_3AnyEL_NtNtB6_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xc28609e3 pinctrl_utils_free_map +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 0xc29c1cb3 ata_bmdma_stop +EXPORT_SYMBOL_GPL vmlinux 0xc2a3e570 errata +EXPORT_SYMBOL_GPL vmlinux 0xc2a566d8 fwnode_get_next_child_node +EXPORT_SYMBOL_GPL vmlinux 0xc2a814db tcp_memory_pressure +EXPORT_SYMBOL_GPL vmlinux 0xc2b2b9cb pci_epc_set_bar +EXPORT_SYMBOL_GPL vmlinux 0xc2bc70b7 fscrypt_get_symlink +EXPORT_SYMBOL_GPL vmlinux 0xc2c1c427 perf_event_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0xc2daa81a _RNvXs3e_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_18page__bindgen_ty_1NtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xc2de27ca hest_disable +EXPORT_SYMBOL_GPL vmlinux 0xc2e67913 sysfs_create_file_ns +EXPORT_SYMBOL_GPL vmlinux 0xc2e6d625 usb_register_device_driver +EXPORT_SYMBOL_GPL vmlinux 0xc2f62f9b _RNvXs8_NtCs9WMcp1Hn5Bv_4core3fmtNtB5_9FormatterNtB5_5Write9write_fmt +EXPORT_SYMBOL_GPL vmlinux 0xc2fb483f __SCT__tp_func_tcp_bad_csum +EXPORT_SYMBOL_GPL vmlinux 0xc312756f clockevents_config_and_register +EXPORT_SYMBOL_GPL vmlinux 0xc31d741c pci_store_saved_state +EXPORT_SYMBOL_GPL vmlinux 0xc3295361 spi_mem_supports_op +EXPORT_SYMBOL_GPL vmlinux 0xc3308056 _RNvMs_NtCs9WMcp1Hn5Bv_4core3nums14from_str_radix +EXPORT_SYMBOL_GPL vmlinux 0xc3337b7d _RNvXsv_NtNtCs9WMcp1Hn5Bv_4core9core_simd5masksiNtNtB5_6sealed6Sealed2eq +EXPORT_SYMBOL_GPL vmlinux 0xc3374127 _RNvNtCs9WMcp1Hn5Bv_4core9panicking19assert_failed_inner +EXPORT_SYMBOL_GPL vmlinux 0xc341ae6d zs_map_object +EXPORT_SYMBOL_GPL vmlinux 0xc34ba34a _RNvXs1c_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_11__fpstate_64NtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xc3534bb5 skb_append_pagefrags +EXPORT_SYMBOL_GPL vmlinux 0xc355518e clk_bulk_get_optional +EXPORT_SYMBOL_GPL vmlinux 0xc356fe24 vchan_dma_desc_free_list +EXPORT_SYMBOL_GPL vmlinux 0xc35cc6a9 scsi_queue_work +EXPORT_SYMBOL_GPL vmlinux 0xc35e6f86 _RNvXsb_NtNtCs9WMcp1Hn5Bv_4core3fmt3numjNtB5_10DisplayInt5to_u8 +EXPORT_SYMBOL_GPL vmlinux 0xc369ca97 security_inode_mkdir +EXPORT_SYMBOL_GPL vmlinux 0xc3708747 trace_vprintk +EXPORT_SYMBOL_GPL vmlinux 0xc3752ba9 xenbus_match +EXPORT_SYMBOL_GPL vmlinux 0xc37d1aab rio_lock_device +EXPORT_SYMBOL_GPL vmlinux 0xc37f679a mnt_user_ns +EXPORT_SYMBOL_GPL vmlinux 0xc3805cd1 fs_ftype_to_dtype +EXPORT_SYMBOL_GPL vmlinux 0xc3824b6d _RNvXsa_NtCs796HB7yPNRt_8bindings12bindings_rawNtB5_32ftrace_branch_data__bindgen_ty_1NtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xc3876c1a hv_isolation_type_snp +EXPORT_SYMBOL_GPL vmlinux 0xc3997d9d mpi_read_raw_from_sgl +EXPORT_SYMBOL_GPL vmlinux 0xc39b128a dm_internal_suspend_fast +EXPORT_SYMBOL_GPL vmlinux 0xc3af6c59 bus_for_each_drv +EXPORT_SYMBOL_GPL vmlinux 0xc3b3ab71 crypto_register_aead +EXPORT_SYMBOL_GPL vmlinux 0xc3c3251a __sock_recv_timestamp +EXPORT_SYMBOL_GPL vmlinux 0xc3c4c6cc hash_algo_name +EXPORT_SYMBOL_GPL vmlinux 0xc3c95e10 __dev_fwnode +EXPORT_SYMBOL_GPL vmlinux 0xc3cc4300 smca_get_long_name +EXPORT_SYMBOL_GPL vmlinux 0xc3cd6929 dma_fence_unwrap_first +EXPORT_SYMBOL_GPL vmlinux 0xc3d166f6 xdp_rxq_info_unreg +EXPORT_SYMBOL_GPL vmlinux 0xc3d9b308 dm_audit_log_ti +EXPORT_SYMBOL_GPL vmlinux 0xc3d9ef7a _RNvMs7_NtCs9WMcp1Hn5Bv_4core3fmtNtB5_9Formatter5align +EXPORT_SYMBOL_GPL vmlinux 0xc3de4a99 __kthread_init_worker +EXPORT_SYMBOL_GPL vmlinux 0xc3de65ff ring_buffer_bytes_cpu +EXPORT_SYMBOL_GPL vmlinux 0xc3e1021c __SCT__tp_func_ata_bmdma_status +EXPORT_SYMBOL_GPL vmlinux 0xc3e9a0cf _RNvXs1_NtNtCs9WMcp1Hn5Bv_4core3str5lossyNtB5_9Utf8LossyNtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xc3ea5305 iommu_default_passthrough +EXPORT_SYMBOL_GPL vmlinux 0xc3f2ce1e i2c_acpi_new_device_by_fwnode +EXPORT_SYMBOL_GPL vmlinux 0xc4008d55 xen_have_vector_callback +EXPORT_SYMBOL_GPL vmlinux 0xc401e357 l3mdev_master_upper_ifindex_by_index_rcu +EXPORT_SYMBOL_GPL vmlinux 0xc4155285 devm_bitmap_zalloc +EXPORT_SYMBOL_GPL vmlinux 0xc41d181b mbox_free_channel +EXPORT_SYMBOL_GPL vmlinux 0xc426c51f klp_shadow_free_all +EXPORT_SYMBOL_GPL vmlinux 0xc428068d sata_deb_timing_long +EXPORT_SYMBOL_GPL vmlinux 0xc42dbf2a vcap_rule_mod_key_u32 +EXPORT_SYMBOL_GPL vmlinux 0xc42f7496 _RNvMs3_NtCs9WMcp1Hn5Bv_4core3numi14from_str_radix +EXPORT_SYMBOL_GPL vmlinux 0xc436ae4d extcon_get_edev_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0xc4375bd4 usb_check_bulk_endpoints +EXPORT_SYMBOL_GPL vmlinux 0xc439609f _RNvXs5_NtCs8dagVACJQAP_5alloc5allocNtB5_6GlobalNtNtCs9WMcp1Hn5Bv_4core3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xc43ae379 ip6_datagram_recv_ctl +EXPORT_SYMBOL_GPL vmlinux 0xc43e92b9 trace_seq_bprintf +EXPORT_SYMBOL_GPL vmlinux 0xc441e41c _RNvXs9_NtNtCs9WMcp1Hn5Bv_4core3fmt3numyNtB5_10DisplayInt6to_u16 +EXPORT_SYMBOL_GPL vmlinux 0xc44377e1 _RNvXs3v_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_37mm_struct__bindgen_ty_1__bindgen_ty_1NtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xc44980bb rdev_set_badblocks +EXPORT_SYMBOL_GPL vmlinux 0xc44992ee devlink_param_driverinit_value_get +EXPORT_SYMBOL_GPL vmlinux 0xc44afc48 pse_ethtool_set_config +EXPORT_SYMBOL_GPL vmlinux 0xc44b9c84 devl_resources_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc454fc7b twl_get_type +EXPORT_SYMBOL_GPL vmlinux 0xc45d0d13 injectm +EXPORT_SYMBOL_GPL vmlinux 0xc46324f6 dynevent_create +EXPORT_SYMBOL_GPL vmlinux 0xc471c67a twl4030_audio_disable_resource +EXPORT_SYMBOL_GPL vmlinux 0xc47a90b9 bpf_fentry_test1 +EXPORT_SYMBOL_GPL vmlinux 0xc47be4f9 rio_mport_read_config_8 +EXPORT_SYMBOL_GPL vmlinux 0xc482a81b xfrm_audit_state_replay +EXPORT_SYMBOL_GPL vmlinux 0xc48579e9 fuse_dev_alloc +EXPORT_SYMBOL_GPL vmlinux 0xc48da091 hte_push_ts_ns +EXPORT_SYMBOL_GPL vmlinux 0xc498bdc9 devlink_register +EXPORT_SYMBOL_GPL vmlinux 0xc4a06278 _RNvXsq_NtNtCs9WMcp1Hn5Bv_4core3fmt3numNtB5_8LowerHexNtB5_12GenericRadix5digit +EXPORT_SYMBOL_GPL vmlinux 0xc4a31146 rdma_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0xc4a72936 trusted_tpm_send +EXPORT_SYMBOL_GPL vmlinux 0xc4b4a27f hwspin_lock_request +EXPORT_SYMBOL_GPL vmlinux 0xc4d022cb __SCT__tp_func_napi_poll +EXPORT_SYMBOL_GPL vmlinux 0xc4f0a20c tcp_plb_update_state +EXPORT_SYMBOL_GPL vmlinux 0xc4f0da12 ktime_get_with_offset +EXPORT_SYMBOL_GPL vmlinux 0xc4f29f64 regulator_put +EXPORT_SYMBOL_GPL vmlinux 0xc50beef4 crypto_register_instance +EXPORT_SYMBOL_GPL vmlinux 0xc50dca33 __SCT__tp_func_neigh_cleanup_and_release +EXPORT_SYMBOL_GPL vmlinux 0xc512626a __supported_pte_mask +EXPORT_SYMBOL_GPL vmlinux 0xc51941cc _RNvXs0_NtCsiTPnVqBGVaY_6kernel5errorNtB5_5ErrorINtNtCs9WMcp1Hn5Bv_4core7convert4FromNtNtNtBO_3num5error15TryFromIntErrorE4from +EXPORT_SYMBOL_GPL vmlinux 0xc53f8718 devlink_region_create +EXPORT_SYMBOL_GPL vmlinux 0xc5491314 to_nvdimm_bus_dev +EXPORT_SYMBOL_GPL vmlinux 0xc54acc95 acpi_driver_match_device +EXPORT_SYMBOL_GPL vmlinux 0xc55f5b37 _RNvXs2V_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_11arch_uprobeNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xc5604800 clk_set_rate_exclusive +EXPORT_SYMBOL_GPL vmlinux 0xc560a9a7 iommu_device_unlink +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 0xc57d4ea7 input_ff_destroy +EXPORT_SYMBOL_GPL vmlinux 0xc58a3ee6 icc_node_destroy +EXPORT_SYMBOL_GPL vmlinux 0xc58ab72f _RNvMNtNtCs9WMcp1Hn5Bv_4core5slice5asciiSh12escape_ascii +EXPORT_SYMBOL_GPL vmlinux 0xc5936336 cpufreq_generic_attr +EXPORT_SYMBOL_GPL vmlinux 0xc5a5c678 uart_parse_earlycon +EXPORT_SYMBOL_GPL vmlinux 0xc5b46af0 xdp_rxq_info_is_reg +EXPORT_SYMBOL_GPL vmlinux 0xc5b516cd pm_wakeup_dev_event +EXPORT_SYMBOL_GPL vmlinux 0xc5d15bfd dw8250_setup_port +EXPORT_SYMBOL_GPL vmlinux 0xc5d34e1a __sk_flush_backlog +EXPORT_SYMBOL_GPL vmlinux 0xc5df42ea mptcp_pm_get_add_addr_signal_max +EXPORT_SYMBOL_GPL vmlinux 0xc5e9a8b3 max8997_bulk_read +EXPORT_SYMBOL_GPL vmlinux 0xc5ed2c79 virtio_max_dma_size +EXPORT_SYMBOL_GPL vmlinux 0xc5ee7c31 acpi_device_fix_up_power_extended +EXPORT_SYMBOL_GPL vmlinux 0xc5f8d215 tty_port_register_device_attr +EXPORT_SYMBOL_GPL vmlinux 0xc6011122 _RNvXsU_NtCs796HB7yPNRt_8bindings12bindings_rawNtB5_11boot_paramsNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xc604ab28 __SCT__tp_func_kfree_skb +EXPORT_SYMBOL_GPL vmlinux 0xc6060d8a clockevents_unbind_device +EXPORT_SYMBOL_GPL vmlinux 0xc60c1c69 devm_init_badblocks +EXPORT_SYMBOL_GPL vmlinux 0xc60d0330 device_find_child +EXPORT_SYMBOL_GPL vmlinux 0xc616536c __traceiter_rpm_return_int +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 0xc62b5066 subsys_system_register +EXPORT_SYMBOL_GPL vmlinux 0xc634232f irq_domain_free_irqs_parent +EXPORT_SYMBOL_GPL vmlinux 0xc64fd66a add_hwgenerator_randomness +EXPORT_SYMBOL_GPL vmlinux 0xc65538da fsnotify_put_mark +EXPORT_SYMBOL_GPL vmlinux 0xc6567a2b crypto_mod_get +EXPORT_SYMBOL_GPL vmlinux 0xc6569014 clk_fixed_rate_ops +EXPORT_SYMBOL_GPL vmlinux 0xc6572a90 xenbus_read_unsigned +EXPORT_SYMBOL_GPL vmlinux 0xc66019cc xen_resume_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc66b77b1 iommu_group_set_iommudata +EXPORT_SYMBOL_GPL vmlinux 0xc675e111 dev_pm_opp_find_bw_floor +EXPORT_SYMBOL_GPL vmlinux 0xc6779093 ring_buffer_record_enable +EXPORT_SYMBOL_GPL vmlinux 0xc67981c8 uart_handle_dcd_change +EXPORT_SYMBOL_GPL vmlinux 0xc67c07e3 debugfs_create_u64 +EXPORT_SYMBOL_GPL vmlinux 0xc683da81 set_memory_decrypted +EXPORT_SYMBOL_GPL vmlinux 0xc689e2b3 fwnode_get_phy_node +EXPORT_SYMBOL_GPL vmlinux 0xc69211c5 _RNvXs5_NtCs9WMcp1Hn5Bv_4core4timeNtB5_8DurationINtNtNtB7_3ops5arith9MulAssignmE10mul_assign +EXPORT_SYMBOL_GPL vmlinux 0xc697b0f7 nvmem_device_read +EXPORT_SYMBOL_GPL vmlinux 0xc699bfb8 __SCK__tp_func_remove_device_from_group +EXPORT_SYMBOL_GPL vmlinux 0xc69b7ee5 zs_destroy_pool +EXPORT_SYMBOL_GPL vmlinux 0xc6a4a872 __clk_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0xc6ad0400 devl_trap_groups_register +EXPORT_SYMBOL_GPL vmlinux 0xc6b003c8 i2c_get_device_id +EXPORT_SYMBOL_GPL vmlinux 0xc6c8a3e2 register_nvdimm_pmu +EXPORT_SYMBOL_GPL vmlinux 0xc6cf3b9e vp_modern_set_queue_size +EXPORT_SYMBOL_GPL vmlinux 0xc6cf861f clk_hw_get_parent_by_index +EXPORT_SYMBOL_GPL vmlinux 0xc6def34b gnttab_empty_grant_references +EXPORT_SYMBOL_GPL vmlinux 0xc6e5bcf3 linear_range_get_selector_within +EXPORT_SYMBOL_GPL vmlinux 0xc6ea63e0 _RNvXs1a_NtNtCs9WMcp1Hn5Bv_4core3fmt3numoNtB8_6Binary3fmt +EXPORT_SYMBOL_GPL vmlinux 0xc6eb97c8 generic_online_page +EXPORT_SYMBOL_GPL vmlinux 0xc6f30434 __xenmem_reservation_va_mapping_update +EXPORT_SYMBOL_GPL vmlinux 0xc7061ef3 iova_cache_put +EXPORT_SYMBOL_GPL vmlinux 0xc70b21dc _RNvNtNtCs9WMcp1Hn5Bv_4core5slice5index16into_slice_range +EXPORT_SYMBOL_GPL vmlinux 0xc70b4cb8 vp_modern_get_queue_size +EXPORT_SYMBOL_GPL vmlinux 0xc7151b29 _RNvXsb_NtNtCs9WMcp1Hn5Bv_4core4task4wakeNtB5_8RawWakerNtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xc7224d2f devl_sb_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc72349b6 sysfs_group_change_owner +EXPORT_SYMBOL_GPL vmlinux 0xc72d2518 mmc_send_status +EXPORT_SYMBOL_GPL vmlinux 0xc7491ed4 spi_mem_driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc75b01c3 tty_perform_flush +EXPORT_SYMBOL_GPL vmlinux 0xc75f6a79 thermal_cooling_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc75f7bee __tracepoint_br_fdb_external_learn_add +EXPORT_SYMBOL_GPL vmlinux 0xc7680f7e __tracepoint_remove_device_from_group +EXPORT_SYMBOL_GPL vmlinux 0xc76a3ae5 ptdump_walk_pgd_level_debugfs +EXPORT_SYMBOL_GPL vmlinux 0xc77633e0 bpfilter_ops +EXPORT_SYMBOL_GPL vmlinux 0xc7812a60 _RNvXsn_NtCs796HB7yPNRt_8bindings12bindings_rawNtB5_15ratelimit_stateNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xc78164bc mctrl_gpio_free +EXPORT_SYMBOL_GPL vmlinux 0xc7856e74 __wake_up_locked_sync_key +EXPORT_SYMBOL_GPL vmlinux 0xc7973a87 _RNvXs1x_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_30mpx_bndcsr_state__bindgen_ty_1NtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xc7a1840e llist_add_batch +EXPORT_SYMBOL_GPL vmlinux 0xc7a24eb2 _RNvXsa_NtNtNtCs9WMcp1Hn5Bv_4core3fmt3num3impsNtB9_8LowerExp3fmt +EXPORT_SYMBOL_GPL vmlinux 0xc7a7e770 clk_bulk_enable +EXPORT_SYMBOL_GPL vmlinux 0xc7a8735b rio_add_net +EXPORT_SYMBOL_GPL vmlinux 0xc7ab42d8 ata_cable_40wire +EXPORT_SYMBOL_GPL vmlinux 0xc7ab45d2 __traceiter_pelt_irq_tp +EXPORT_SYMBOL_GPL vmlinux 0xc7bb5486 crypto_shash_setkey +EXPORT_SYMBOL_GPL vmlinux 0xc7bb8f50 __pm_runtime_resume +EXPORT_SYMBOL_GPL vmlinux 0xc7bf6787 pci_msi_prepare +EXPORT_SYMBOL_GPL vmlinux 0xc7c0a561 __traceiter_block_unplug +EXPORT_SYMBOL_GPL vmlinux 0xc7c23ff0 xenbus_exists +EXPORT_SYMBOL_GPL vmlinux 0xc7d69609 blk_queue_flag_test_and_set +EXPORT_SYMBOL_GPL vmlinux 0xc7e16a4f _RNvXsB_NtNtCs9WMcp1Hn5Bv_4core3fmt3numaNtB7_5Octal3fmt +EXPORT_SYMBOL_GPL vmlinux 0xc7e284a4 xfrm_dev_offload_ok +EXPORT_SYMBOL_GPL vmlinux 0xc7e64fc2 asn1_encode_integer +EXPORT_SYMBOL_GPL vmlinux 0xc7e98ba4 gpiod_put_array +EXPORT_SYMBOL_GPL vmlinux 0xc7f000bc sk_setup_caps +EXPORT_SYMBOL_GPL vmlinux 0xc7fa4aa9 kobj_ns_drop +EXPORT_SYMBOL_GPL vmlinux 0xc80f8e4a devlink_resource_occ_get_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc8126340 clear_mce_nospec +EXPORT_SYMBOL_GPL vmlinux 0xc81fc598 hv_setup_dma_ops +EXPORT_SYMBOL_GPL vmlinux 0xc824ec75 regulator_is_enabled_regmap +EXPORT_SYMBOL_GPL vmlinux 0xc82c721f klist_remove +EXPORT_SYMBOL_GPL vmlinux 0xc82e2f5a devm_add_action +EXPORT_SYMBOL_GPL vmlinux 0xc8339f2c devm_pinctrl_register_and_init +EXPORT_SYMBOL_GPL vmlinux 0xc839c1ce trace_seq_to_user +EXPORT_SYMBOL_GPL vmlinux 0xc8429a86 efivars_kobject +EXPORT_SYMBOL_GPL vmlinux 0xc8511d80 _RNvNvMNtCs9WMcp1Hn5Bv_4core5sliceSp22split_at_mut_unchecked8comptime +EXPORT_SYMBOL_GPL vmlinux 0xc85869eb devm_irq_setup_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0xc8594d3d reset_control_acquire +EXPORT_SYMBOL_GPL vmlinux 0xc85f89af xfrm_audit_state_icvfail +EXPORT_SYMBOL_GPL vmlinux 0xc86bcd8f pwm_free +EXPORT_SYMBOL_GPL vmlinux 0xc874d710 hv_unmap_ioapic_interrupt +EXPORT_SYMBOL_GPL vmlinux 0xc875b699 gnttab_unmap_refs_sync +EXPORT_SYMBOL_GPL vmlinux 0xc87e487a sched_clock_idle_sleep_event +EXPORT_SYMBOL_GPL vmlinux 0xc88072ae pci_p2pmem_alloc_sgl +EXPORT_SYMBOL_GPL vmlinux 0xc88f6b5f dma_request_chan +EXPORT_SYMBOL_GPL vmlinux 0xc8931a44 __phy_modify_mmd +EXPORT_SYMBOL_GPL vmlinux 0xc894c31d irq_gc_noop +EXPORT_SYMBOL_GPL vmlinux 0xc8950e12 vcap_rule_find_keysets +EXPORT_SYMBOL_GPL vmlinux 0xc8a1ecd7 sk_msg_clone +EXPORT_SYMBOL_GPL vmlinux 0xc8c0b6ad irqchip_fwnode_ops +EXPORT_SYMBOL_GPL vmlinux 0xc8c795f0 fscrypt_mergeable_bio_bh +EXPORT_SYMBOL_GPL vmlinux 0xc8c9c1eb tpm2_get_tpm_pt +EXPORT_SYMBOL_GPL vmlinux 0xc8cec866 bsg_setup_queue +EXPORT_SYMBOL_GPL vmlinux 0xc8ddd5b5 kstrdup_quotable +EXPORT_SYMBOL_GPL vmlinux 0xc8ef3cc5 bus_get_kset +EXPORT_SYMBOL_GPL vmlinux 0xc91ca549 _RNvXs0_NtNtCs9WMcp1Hn5Bv_4core3fmt3numaNtB5_10DisplayInt6to_u32 +EXPORT_SYMBOL_GPL vmlinux 0xc91ee1b5 __SCT__tp_func_mc_event +EXPORT_SYMBOL_GPL vmlinux 0xc91fdf58 percpu_ref_is_zero +EXPORT_SYMBOL_GPL vmlinux 0xc9345c0f digsig_verify +EXPORT_SYMBOL_GPL vmlinux 0xc93a760d __SCK__tp_func_ata_tf_load +EXPORT_SYMBOL_GPL vmlinux 0xc93ee1e7 usb_phy_roothub_init +EXPORT_SYMBOL_GPL vmlinux 0xc93f20b6 mnt_want_write_file +EXPORT_SYMBOL_GPL vmlinux 0xc95552cf dev_coredumpv +EXPORT_SYMBOL_GPL vmlinux 0xc9555595 _RNvXs6_NtCs9WMcp1Hn5Bv_4core4timeNtB5_8DurationINtNtNtB7_3ops5arith3DivmE3div +EXPORT_SYMBOL_GPL vmlinux 0xc9561772 fb_destroy_modelist +EXPORT_SYMBOL_GPL vmlinux 0xc95767aa lwtunnel_state_alloc +EXPORT_SYMBOL_GPL vmlinux 0xc95c65e8 inverse_translate +EXPORT_SYMBOL_GPL vmlinux 0xc9641b48 visitor32 +EXPORT_SYMBOL_GPL vmlinux 0xc9661c57 _RNvXs4_NtNtCs9WMcp1Hn5Bv_4core3ffi5c_strNtB5_4CStrNtNtB9_3cmp9PartialEq2eq +EXPORT_SYMBOL_GPL vmlinux 0xc967589e component_compare_dev +EXPORT_SYMBOL_GPL vmlinux 0xc96bf6b5 xen_register_device_domain_owner +EXPORT_SYMBOL_GPL vmlinux 0xc96cb64c spi_mem_adjust_op_size +EXPORT_SYMBOL_GPL vmlinux 0xc96fb1a8 inet_csk_route_req +EXPORT_SYMBOL_GPL vmlinux 0xc9827693 __bpf_call_base +EXPORT_SYMBOL_GPL vmlinux 0xc98b7aa4 __SCK__tp_func_block_bio_complete +EXPORT_SYMBOL_GPL vmlinux 0xc994c616 attribute_container_find_class_device +EXPORT_SYMBOL_GPL vmlinux 0xc9a4b416 copy_to_user_nofault +EXPORT_SYMBOL_GPL vmlinux 0xc9a941f6 wm8350_block_write +EXPORT_SYMBOL_GPL vmlinux 0xc9abb8e6 devlink_port_type_eth_set +EXPORT_SYMBOL_GPL vmlinux 0xc9b53ce4 _RNvXs4m_NtNtCs9WMcp1Hn5Bv_4core3num7nonzeroNtB6_10NonZeroI32NtNtNtBa_3str6traits7FromStr8from_str +EXPORT_SYMBOL_GPL vmlinux 0xc9c3283d policy_has_boost_freq +EXPORT_SYMBOL_GPL vmlinux 0xc9c3f176 hpet_register_irq_handler +EXPORT_SYMBOL_GPL vmlinux 0xc9cb3752 __spi_alloc_controller +EXPORT_SYMBOL_GPL vmlinux 0xc9ceea06 clk_has_parent +EXPORT_SYMBOL_GPL vmlinux 0xc9db5e79 devm_hte_register_chip +EXPORT_SYMBOL_GPL vmlinux 0xc9df8ecd extcon_get_state +EXPORT_SYMBOL_GPL vmlinux 0xc9ec4e21 free_percpu +EXPORT_SYMBOL_GPL vmlinux 0xc9f51319 nfs_ssc_register +EXPORT_SYMBOL_GPL vmlinux 0xc9fd634a usb_role_switch_put +EXPORT_SYMBOL_GPL vmlinux 0xc9fdbe45 pwm_lpss_byt_info +EXPORT_SYMBOL_GPL vmlinux 0xca1334b1 check_move_unevictable_pages +EXPORT_SYMBOL_GPL vmlinux 0xca2d7e1c serial8250_tx_chars +EXPORT_SYMBOL_GPL vmlinux 0xca30f325 platform_get_resource +EXPORT_SYMBOL_GPL vmlinux 0xca454a34 vt_get_leds +EXPORT_SYMBOL_GPL vmlinux 0xca467318 hibernation_set_ops +EXPORT_SYMBOL_GPL vmlinux 0xca4ac80b _RNvXs1C_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_12fpregs_stateNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xca500464 ZSTD_getErrorName +EXPORT_SYMBOL_GPL vmlinux 0xca59c505 devm_pm_opp_set_config +EXPORT_SYMBOL_GPL vmlinux 0xca6abdb7 crypto_lookup_template +EXPORT_SYMBOL_GPL vmlinux 0xca73c797 phy_modify_mmd_changed +EXPORT_SYMBOL_GPL vmlinux 0xca769fc8 device_property_read_string +EXPORT_SYMBOL_GPL vmlinux 0xca7d8764 kthread_freezable_should_stop +EXPORT_SYMBOL_GPL vmlinux 0xca92c8db _RNvNtNtCs9WMcp1Hn5Bv_4core5slice5index25slice_index_order_fail_ct +EXPORT_SYMBOL_GPL vmlinux 0xca9a1d5e ring_buffer_free +EXPORT_SYMBOL_GPL vmlinux 0xca9a6c8c gpiochip_enable_irq +EXPORT_SYMBOL_GPL vmlinux 0xcaa2824f key_type_logon +EXPORT_SYMBOL_GPL vmlinux 0xcaa4310e crypto_aead_setauthsize +EXPORT_SYMBOL_GPL vmlinux 0xcaa68533 cpu_has_xfeatures +EXPORT_SYMBOL_GPL vmlinux 0xcaab1ce3 _RNvXs2_NtCs9WMcp1Hn5Bv_4core4charNtB5_13EscapeDefaultNtNtNtNtB7_4iter6traits8iterator8Iterator3nth +EXPORT_SYMBOL_GPL vmlinux 0xcaadf323 __SCK__tp_func_block_bio_remap +EXPORT_SYMBOL_GPL vmlinux 0xcabb0066 task_cgroup_path +EXPORT_SYMBOL_GPL vmlinux 0xcabe04de cpuidle_resume_and_unlock +EXPORT_SYMBOL_GPL vmlinux 0xcacf1ff6 gnttab_free_pages +EXPORT_SYMBOL_GPL vmlinux 0xcade5092 acpi_subsys_suspend +EXPORT_SYMBOL_GPL vmlinux 0xcae6a0b2 tpm_chip_unregister +EXPORT_SYMBOL_GPL vmlinux 0xcaed0b94 handle_untracked_irq +EXPORT_SYMBOL_GPL vmlinux 0xcaf1d958 evtchn_get +EXPORT_SYMBOL_GPL vmlinux 0xcaf43c50 dma_vunmap_noncontiguous +EXPORT_SYMBOL_GPL vmlinux 0xcaf4f9d5 sdio_claim_irq +EXPORT_SYMBOL_GPL vmlinux 0xcaf7bee0 unregister_fprobe +EXPORT_SYMBOL_GPL vmlinux 0xcaf818f3 devm_hwmon_device_register_with_groups +EXPORT_SYMBOL_GPL vmlinux 0xcb0f8656 shmem_file_setup +EXPORT_SYMBOL_GPL vmlinux 0xcb186931 pkcs7_validate_trust +EXPORT_SYMBOL_GPL vmlinux 0xcb2bfe2b nvmem_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0xcb3367dc _RNvXsV_NtCs796HB7yPNRt_8bindings12bindings_rawNtB5_19paravirt_patch_siteNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xcb349fa4 clk_mux_ops +EXPORT_SYMBOL_GPL vmlinux 0xcb37d913 __reset_control_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0xcb561441 mem_dump_obj +EXPORT_SYMBOL_GPL vmlinux 0xcb6198c6 pm_generic_runtime_resume +EXPORT_SYMBOL_GPL vmlinux 0xcb67bf8f gpiod_put +EXPORT_SYMBOL_GPL vmlinux 0xcb7fe45e driver_find +EXPORT_SYMBOL_GPL vmlinux 0xcb878b6e fuse_do_ioctl +EXPORT_SYMBOL_GPL vmlinux 0xcb8a461c hv_stimer_legacy_cleanup +EXPORT_SYMBOL_GPL vmlinux 0xcb96035d devm_clk_get_enabled +EXPORT_SYMBOL_GPL vmlinux 0xcb970751 stop_machine +EXPORT_SYMBOL_GPL vmlinux 0xcba1ad5f driver_for_each_device +EXPORT_SYMBOL_GPL vmlinux 0xcbab97b8 wm8350_reg_unlock +EXPORT_SYMBOL_GPL vmlinux 0xcbb295f3 usb_role_switch_find_by_fwnode +EXPORT_SYMBOL_GPL vmlinux 0xcbb46ca0 misc_cg_set_capacity +EXPORT_SYMBOL_GPL vmlinux 0xcbbf8110 sk_msg_return +EXPORT_SYMBOL_GPL vmlinux 0xcbc89975 blk_revalidate_disk_zones +EXPORT_SYMBOL_GPL vmlinux 0xcbceb184 gnttab_unmap_refs_async +EXPORT_SYMBOL_GPL vmlinux 0xcbe159ca xdp_do_redirect_frame +EXPORT_SYMBOL_GPL vmlinux 0xcbe56bc2 zs_get_total_pages +EXPORT_SYMBOL_GPL vmlinux 0xcbf03797 dpm_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0xcbf735f4 xfrm_register_translator +EXPORT_SYMBOL_GPL vmlinux 0xcbf794a2 iommu_sva_unbind_device +EXPORT_SYMBOL_GPL vmlinux 0xcbf88927 __traceiter_block_bio_complete +EXPORT_SYMBOL_GPL vmlinux 0xcc01134c fwnode_property_read_u64_array +EXPORT_SYMBOL_GPL vmlinux 0xcc1573e0 component_del +EXPORT_SYMBOL_GPL vmlinux 0xcc17cc1d spi_unregister_controller +EXPORT_SYMBOL_GPL vmlinux 0xcc22054f inet6_hash_connect +EXPORT_SYMBOL_GPL vmlinux 0xcc2dbfd8 irq_domain_check_msi_remap +EXPORT_SYMBOL_GPL vmlinux 0xcc30ebb0 tty_ldisc_deref +EXPORT_SYMBOL_GPL vmlinux 0xcc361568 fscrypt_prepare_symlink +EXPORT_SYMBOL_GPL vmlinux 0xcc3858e8 ata_eh_freeze_port +EXPORT_SYMBOL_GPL vmlinux 0xcc39c03e nvmem_unregister +EXPORT_SYMBOL_GPL vmlinux 0xcc42b054 fuse_init_fs_context_submount +EXPORT_SYMBOL_GPL vmlinux 0xcc52ba84 ata_bmdma_port_start +EXPORT_SYMBOL_GPL vmlinux 0xcc5c2b29 pciserial_init_ports +EXPORT_SYMBOL_GPL vmlinux 0xcc5c2d60 regulator_get_exclusive +EXPORT_SYMBOL_GPL vmlinux 0xcc5f9c2d _RNvXs19_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_25__fpstate_32__bindgen_ty_2NtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xcc72638d ata_link_abort +EXPORT_SYMBOL_GPL vmlinux 0xcc795932 devlink_region_snapshot_id_put +EXPORT_SYMBOL_GPL vmlinux 0xcc7ca402 devm_clk_register +EXPORT_SYMBOL_GPL vmlinux 0xcc905c10 ncsi_start_dev +EXPORT_SYMBOL_GPL vmlinux 0xcc9268fc hwpoison_filter_enable +EXPORT_SYMBOL_GPL vmlinux 0xcc9281f4 _RNvNvNtCs9WMcp1Hn5Bv_4core10intrinsics19copy_nonoverlapping8comptime +EXPORT_SYMBOL_GPL vmlinux 0xcc935375 walk_iomem_res_desc +EXPORT_SYMBOL_GPL vmlinux 0xccabde6f crc64_rocksoft_generic +EXPORT_SYMBOL_GPL vmlinux 0xccc49087 _RNvXs1Z_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_8rwlock_tNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xcccfb2fa sata_deb_timing_hotplug +EXPORT_SYMBOL_GPL vmlinux 0xccd3f2f7 _RNvXsj_NtCs9WMcp1Hn5Bv_4core4charNtB5_15CaseMappingIterNtNtNtNtB7_4iter6traits8iterator8Iterator4next +EXPORT_SYMBOL_GPL vmlinux 0xccd79210 gpiod_set_consumer_name +EXPORT_SYMBOL_GPL vmlinux 0xccd86806 ata_id_string +EXPORT_SYMBOL_GPL vmlinux 0xcce0392e ata_sff_data_xfer +EXPORT_SYMBOL_GPL vmlinux 0xcce9bd20 _RNvXsw_NtCs9WMcp1Hn5Bv_4core4charNtB5_18EscapeDefaultStateNtNtB7_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xccf52bc9 sfp_upstream_start +EXPORT_SYMBOL_GPL vmlinux 0xccf90e1d devm_register_sys_off_handler +EXPORT_SYMBOL_GPL vmlinux 0xcd20d942 do_unregister_con_driver +EXPORT_SYMBOL_GPL vmlinux 0xcd24e146 hash_digest_size +EXPORT_SYMBOL_GPL vmlinux 0xcd31524d vcap_copy_rule +EXPORT_SYMBOL_GPL vmlinux 0xcd345544 acpi_device_get_match_data +EXPORT_SYMBOL_GPL vmlinux 0xcd373c0e __tracepoint_error_report_end +EXPORT_SYMBOL_GPL vmlinux 0xcd3e7d96 dev_attr_ncq_prio_supported +EXPORT_SYMBOL_GPL vmlinux 0xcd459f0a __traceiter_attach_device_to_domain +EXPORT_SYMBOL_GPL vmlinux 0xcd4c581e _RNvXsW_NtNtCs9WMcp1Hn5Bv_4core3fmt3nummNtB7_8LowerHex3fmt +EXPORT_SYMBOL_GPL vmlinux 0xcd56fc45 pci_enable_sriov +EXPORT_SYMBOL_GPL vmlinux 0xcd6f2dc9 nf_log_buf_add +EXPORT_SYMBOL_GPL vmlinux 0xcd81a945 switch_fpu_return +EXPORT_SYMBOL_GPL vmlinux 0xcd882179 tpm_tis_resume +EXPORT_SYMBOL_GPL vmlinux 0xcd8bcd4e regulator_is_equal +EXPORT_SYMBOL_GPL vmlinux 0xcd8e8f82 uv_bios_enum_objs +EXPORT_SYMBOL_GPL vmlinux 0xcd91b127 system_highpri_wq +EXPORT_SYMBOL_GPL vmlinux 0xcd9afbfe devm_reset_controller_register +EXPORT_SYMBOL_GPL vmlinux 0xcd9cd2ff wakeme_after_rcu +EXPORT_SYMBOL_GPL vmlinux 0xcda55f0f ip4_datagram_release_cb +EXPORT_SYMBOL_GPL vmlinux 0xcda77b1f __traceiter_wbc_writepage +EXPORT_SYMBOL_GPL vmlinux 0xcdb6adcc ras_userspace_consumers +EXPORT_SYMBOL_GPL vmlinux 0xcdca3691 nr_irqs +EXPORT_SYMBOL_GPL vmlinux 0xcdcae42e rtnl_get_net_ns_capable +EXPORT_SYMBOL_GPL vmlinux 0xcdd504a6 virtqueue_get_buf_ctx +EXPORT_SYMBOL_GPL vmlinux 0xcde26600 cppc_get_transition_latency +EXPORT_SYMBOL_GPL vmlinux 0xcdf0cb90 open_related_ns +EXPORT_SYMBOL_GPL vmlinux 0xcdf5c64b _RNvNvMsL_NtNtCs9WMcp1Hn5Bv_4core3num7nonzeroNtB7_10NonZeroI1613new_unchecked8comptime +EXPORT_SYMBOL_GPL vmlinux 0xce042135 scsi_autopm_get_device +EXPORT_SYMBOL_GPL vmlinux 0xce0a4020 xenbus_directory +EXPORT_SYMBOL_GPL vmlinux 0xce0a9a43 pwm_get +EXPORT_SYMBOL_GPL vmlinux 0xce0e16f7 virtio_break_device +EXPORT_SYMBOL_GPL vmlinux 0xce10e5ad pcie_reset_flr +EXPORT_SYMBOL_GPL vmlinux 0xce13e4d1 _RNvXs0_NtNtCs9WMcp1Hn5Bv_4core3num5errorNtB5_15TryFromIntErrorINtNtB9_7convert4FromNtB11_10InfallibleE4from +EXPORT_SYMBOL_GPL vmlinux 0xce2065a0 x86_vector_domain +EXPORT_SYMBOL_GPL vmlinux 0xce3d9906 _RNvXs2_NtNtCs9WMcp1Hn5Bv_4core5alloc6layoutNtB5_6LayoutNtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xce44db44 sysfs_update_group +EXPORT_SYMBOL_GPL vmlinux 0xce457377 serial8250_do_startup +EXPORT_SYMBOL_GPL vmlinux 0xce543415 ftrace_set_filter_ip +EXPORT_SYMBOL_GPL vmlinux 0xce6c3dd7 isa_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0xce6db656 rcu_is_watching +EXPORT_SYMBOL_GPL vmlinux 0xce74a362 raw_seq_stop +EXPORT_SYMBOL_GPL vmlinux 0xce9167c9 __dax_driver_register +EXPORT_SYMBOL_GPL vmlinux 0xce9aebb3 ata_dummy_port_ops +EXPORT_SYMBOL_GPL vmlinux 0xcea13a0f __tracepoint_suspend_resume +EXPORT_SYMBOL_GPL vmlinux 0xcea498c8 wwan_register_ops +EXPORT_SYMBOL_GPL vmlinux 0xceb1f126 mpi_read_raw_data +EXPORT_SYMBOL_GPL vmlinux 0xceb28405 _RNvMs3_NtNtCs9WMcp1Hn5Bv_4core3ffi5c_strNtB5_4CStr19from_bytes_with_nul +EXPORT_SYMBOL_GPL vmlinux 0xceb577e7 _RNvXs2L_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_9srcu_dataNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xceb66bec sched_clock_cpu +EXPORT_SYMBOL_GPL vmlinux 0xcebba3a9 wm831x_reg_unlock +EXPORT_SYMBOL_GPL vmlinux 0xcec9122d _RNvXNtCs9WMcp1Hn5Bv_4core5asciiNtB2_13EscapeDefaultNtNtNtNtB4_4iter6traits8iterator8Iterator4last +EXPORT_SYMBOL_GPL vmlinux 0xcecdae4a _RNvXsF_NtCs9WMcp1Hn5Bv_4core4charNtB5_16TryFromCharErrorNtNtB7_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xced90f6f _RNvMNtNtCs9WMcp1Hn5Bv_4core5panic10panic_infoNtB2_9PanicInfo8location +EXPORT_SYMBOL_GPL vmlinux 0xcee1641c kgdb_unregister_nmi_console +EXPORT_SYMBOL_GPL vmlinux 0xcee1d79e crypto_skcipher_encrypt +EXPORT_SYMBOL_GPL vmlinux 0xcee20a31 unregister_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0xcee42801 __tracepoint_pelt_dl_tp +EXPORT_SYMBOL_GPL vmlinux 0xcef0cbc0 _RNvXsb_NtNtNtCs9WMcp1Hn5Bv_4core9core_simd5masks9mask_impltNtB5_11ReverseBits12reverse_bits +EXPORT_SYMBOL_GPL vmlinux 0xcef1105b class_create_file_ns +EXPORT_SYMBOL_GPL vmlinux 0xcefae8b0 simple_rename_exchange +EXPORT_SYMBOL_GPL vmlinux 0xcefdefee regulator_get_voltage_sel_pickable_regmap +EXPORT_SYMBOL_GPL vmlinux 0xcf02a0bb _RNvNtNtNtCs9WMcp1Hn5Bv_4core7unicode12unicode_data11conversions8to_upper +EXPORT_SYMBOL_GPL vmlinux 0xcf02ab71 __SCT__tp_func_block_rq_remap +EXPORT_SYMBOL_GPL vmlinux 0xcf224f4e devm_led_classdev_register_ext +EXPORT_SYMBOL_GPL vmlinux 0xcf2b93c8 __SCT__tp_func_ata_tf_load +EXPORT_SYMBOL_GPL vmlinux 0xcf462ca2 acpi_subsys_freeze +EXPORT_SYMBOL_GPL vmlinux 0xcf468e32 __tracepoint_block_rq_insert +EXPORT_SYMBOL_GPL vmlinux 0xcf469a0a efivars_register +EXPORT_SYMBOL_GPL vmlinux 0xcf4ffbd9 i2c_parse_fw_timings +EXPORT_SYMBOL_GPL vmlinux 0xcf51dd17 wakeup_source_register +EXPORT_SYMBOL_GPL vmlinux 0xcf695d8b posix_clock_register +EXPORT_SYMBOL_GPL vmlinux 0xcf6cf978 pci_disable_ats +EXPORT_SYMBOL_GPL vmlinux 0xcf713ae6 _RNvXsy_NtCs796HB7yPNRt_8bindings12bindings_rawNtB5_32ddebug_class_param__bindgen_ty_1NtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xcf727c9c acpi_dma_controller_register +EXPORT_SYMBOL_GPL vmlinux 0xcf858939 _RNvMs7_NtCs9WMcp1Hn5Bv_4core3fmtNtB5_9Formatter9alternate +EXPORT_SYMBOL_GPL vmlinux 0xcf85f01a extcon_get_property_capability +EXPORT_SYMBOL_GPL vmlinux 0xcf8e1a21 dm_get_md +EXPORT_SYMBOL_GPL vmlinux 0xcf9f4163 device_get_dma_attr +EXPORT_SYMBOL_GPL vmlinux 0xcf9f7627 irq_domain_create_simple +EXPORT_SYMBOL_GPL vmlinux 0xcfa67d43 serdev_controller_remove +EXPORT_SYMBOL_GPL vmlinux 0xcfafc5f6 regulator_get_optional +EXPORT_SYMBOL_GPL vmlinux 0xcfb5bdf7 perf_pmu_unregister +EXPORT_SYMBOL_GPL vmlinux 0xcfb6dd58 sk_msg_zerocopy_from_iter +EXPORT_SYMBOL_GPL vmlinux 0xcfb781b0 debugfs_remove +EXPORT_SYMBOL_GPL vmlinux 0xcfc34581 __SCK__tp_func_pelt_se_tp +EXPORT_SYMBOL_GPL vmlinux 0xcfc5108a devlink_fmsg_u8_pair_put +EXPORT_SYMBOL_GPL vmlinux 0xcfc7b4e4 rcu_barrier_tasks_trace +EXPORT_SYMBOL_GPL vmlinux 0xcfcac39a get_state_synchronize_srcu +EXPORT_SYMBOL_GPL vmlinux 0xcfd30d71 acpi_os_map_memory +EXPORT_SYMBOL_GPL vmlinux 0xcfd716cc device_remove_file_self +EXPORT_SYMBOL_GPL vmlinux 0xcfd822eb pm_runtime_set_autosuspend_delay +EXPORT_SYMBOL_GPL vmlinux 0xcffb90d1 sfp_bus_find_fwnode +EXPORT_SYMBOL_GPL vmlinux 0xd00e24ae tracing_snapshot_cond +EXPORT_SYMBOL_GPL vmlinux 0xd0105c3f to_nd_region +EXPORT_SYMBOL_GPL vmlinux 0xd013de5f nvdimm_has_cache +EXPORT_SYMBOL_GPL vmlinux 0xd0177a65 acrn_setup_intr_handler +EXPORT_SYMBOL_GPL vmlinux 0xd026ab47 fscrypt_d_revalidate +EXPORT_SYMBOL_GPL vmlinux 0xd03eaf4c schedule_hrtimeout_range +EXPORT_SYMBOL_GPL vmlinux 0xd0458ccb xenbus_strstate +EXPORT_SYMBOL_GPL vmlinux 0xd06524ba raw_notifier_chain_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd067d3c5 system_freezable_power_efficient_wq +EXPORT_SYMBOL_GPL vmlinux 0xd06aa706 dummy_con +EXPORT_SYMBOL_GPL vmlinux 0xd07f1138 genphy_c45_read_link +EXPORT_SYMBOL_GPL vmlinux 0xd07fc890 usb_hcd_setup_local_mem +EXPORT_SYMBOL_GPL vmlinux 0xd087b9df agp_add_bridge +EXPORT_SYMBOL_GPL vmlinux 0xd09911a6 acpi_dev_get_irq_type +EXPORT_SYMBOL_GPL vmlinux 0xd0beba63 ata_std_bios_param +EXPORT_SYMBOL_GPL vmlinux 0xd0bf4766 seg6_do_srh_encap +EXPORT_SYMBOL_GPL vmlinux 0xd0c05159 emergency_restart +EXPORT_SYMBOL_GPL vmlinux 0xd0cc4cec usb_put_intf +EXPORT_SYMBOL_GPL vmlinux 0xd0d156e9 __rht_bucket_nested +EXPORT_SYMBOL_GPL vmlinux 0xd0d3f0a4 gen_pool_avail +EXPORT_SYMBOL_GPL vmlinux 0xd0d52e66 fscrypt_ioctl_remove_key_all_users +EXPORT_SYMBOL_GPL vmlinux 0xd0db0f12 run_dax +EXPORT_SYMBOL_GPL vmlinux 0xd0de6075 _RNvXs2R_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_17raw_notifier_headNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xd0df12ba __SCT__tp_func_powernv_throttle +EXPORT_SYMBOL_GPL vmlinux 0xd0e0eafa phy_set_mode_ext +EXPORT_SYMBOL_GPL vmlinux 0xd0ec59b6 rtc_alarm_irq_enable +EXPORT_SYMBOL_GPL vmlinux 0xd0fd7085 hwrng_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd101b92f led_trigger_blink +EXPORT_SYMBOL_GPL vmlinux 0xd10356b7 blk_mq_unquiesce_queue +EXPORT_SYMBOL_GPL vmlinux 0xd1036b34 regmap_raw_write_async +EXPORT_SYMBOL_GPL vmlinux 0xd10bbc6e irq_domain_xlate_onetwocell +EXPORT_SYMBOL_GPL vmlinux 0xd126a4f4 pci_bus_resource_n +EXPORT_SYMBOL_GPL vmlinux 0xd13695c5 ata_acpi_stm +EXPORT_SYMBOL_GPL vmlinux 0xd138c08a free_iova_fast +EXPORT_SYMBOL_GPL vmlinux 0xd13a94d1 __SCT__tp_func_devlink_trap_report +EXPORT_SYMBOL_GPL vmlinux 0xd13e4af8 dma_fence_unwrap_next +EXPORT_SYMBOL_GPL vmlinux 0xd14755aa _RNvXsR_NtNtCs9WMcp1Hn5Bv_4core3str4iterNtB5_11CharIndicesNtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xd1481de7 mpi_clear +EXPORT_SYMBOL_GPL vmlinux 0xd159586c net_prio_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0xd16b007f devm_regulator_put +EXPORT_SYMBOL_GPL vmlinux 0xd17c2b1f max8997_write_reg +EXPORT_SYMBOL_GPL vmlinux 0xd1a2dd99 power_supply_get_battery_info +EXPORT_SYMBOL_GPL vmlinux 0xd1b26139 devm_device_add_groups +EXPORT_SYMBOL_GPL vmlinux 0xd1c214e1 dmaengine_desc_get_metadata_ptr +EXPORT_SYMBOL_GPL vmlinux 0xd1cac7bf unregister_ftrace_direct +EXPORT_SYMBOL_GPL vmlinux 0xd1cbc23c add_timer_on +EXPORT_SYMBOL_GPL vmlinux 0xd1d0dbee usb_hcd_pci_shutdown +EXPORT_SYMBOL_GPL vmlinux 0xd1db3f8f vfs_get_acl +EXPORT_SYMBOL_GPL vmlinux 0xd1dcc9bf sysfs_create_files +EXPORT_SYMBOL_GPL vmlinux 0xd1e2bc3a sk_msg_recvmsg +EXPORT_SYMBOL_GPL vmlinux 0xd1e9b2ad __SCT__tp_func_rpm_resume +EXPORT_SYMBOL_GPL vmlinux 0xd1f140e1 inet_ehash_nolisten +EXPORT_SYMBOL_GPL vmlinux 0xd1f2eee2 nf_logger_find_get +EXPORT_SYMBOL_GPL vmlinux 0xd1faa6a4 kset_create_and_add +EXPORT_SYMBOL_GPL vmlinux 0xd20c66ab __SCT__tp_func_sched_util_est_se_tp +EXPORT_SYMBOL_GPL vmlinux 0xd20fa07a xenbus_probe_devices +EXPORT_SYMBOL_GPL vmlinux 0xd217e9e6 trace_set_clr_event +EXPORT_SYMBOL_GPL vmlinux 0xd218922a platform_device_add_data +EXPORT_SYMBOL_GPL vmlinux 0xd21b61bd async_schedule_node_domain +EXPORT_SYMBOL_GPL vmlinux 0xd21dab20 blockdev_superblock +EXPORT_SYMBOL_GPL vmlinux 0xd2279c33 regulator_set_suspend_voltage +EXPORT_SYMBOL_GPL vmlinux 0xd227efae tracing_snapshot_cond_disable +EXPORT_SYMBOL_GPL vmlinux 0xd228030e _RNvXs2e_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_14maple_range_64NtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xd22929f9 _RNvXs6_NtNtCs9WMcp1Hn5Bv_4core3fmt3numhNtB5_10DisplayInt5to_u8 +EXPORT_SYMBOL_GPL vmlinux 0xd23bb298 regulator_get_voltage +EXPORT_SYMBOL_GPL vmlinux 0xd23c82c3 crypto_unregister_rngs +EXPORT_SYMBOL_GPL vmlinux 0xd23cc44e ata_platform_remove_one +EXPORT_SYMBOL_GPL vmlinux 0xd2423f76 i2c_acpi_get_i2c_resource +EXPORT_SYMBOL_GPL vmlinux 0xd24e9e8c klist_init +EXPORT_SYMBOL_GPL vmlinux 0xd2506e6a acpi_device_uevent_modalias +EXPORT_SYMBOL_GPL vmlinux 0xd257a27c _RNvXs8_NtNtCs9WMcp1Hn5Bv_4core3fmt3nummNtB5_10DisplayInt5to_u8 +EXPORT_SYMBOL_GPL vmlinux 0xd258c09d __SCK__tp_func_pelt_thermal_tp +EXPORT_SYMBOL_GPL vmlinux 0xd260af0d ring_buffer_write +EXPORT_SYMBOL_GPL vmlinux 0xd26c80d0 pci_epc_get +EXPORT_SYMBOL_GPL vmlinux 0xd2734815 rio_enable_rx_tx_port +EXPORT_SYMBOL_GPL vmlinux 0xd273b1b1 __round_jiffies_up_relative +EXPORT_SYMBOL_GPL vmlinux 0xd2780326 divider_recalc_rate +EXPORT_SYMBOL_GPL vmlinux 0xd279933c blk_crypto_register +EXPORT_SYMBOL_GPL vmlinux 0xd27bf8cf _RNvXsj_NtNtCs9WMcp1Hn5Bv_4core9core_arch4simdNtB5_5u16x2NtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xd27eeb4b alloc_iova +EXPORT_SYMBOL_GPL vmlinux 0xd27f215d gnttab_alloc_grant_references +EXPORT_SYMBOL_GPL vmlinux 0xd2858a8c gpiod_export +EXPORT_SYMBOL_GPL vmlinux 0xd29576a6 skcipher_walk_virt +EXPORT_SYMBOL_GPL vmlinux 0xd295de5c iommu_page_response +EXPORT_SYMBOL_GPL vmlinux 0xd29c1f10 __traceiter_error_report_end +EXPORT_SYMBOL_GPL vmlinux 0xd29ddebf fscrypt_set_context +EXPORT_SYMBOL_GPL vmlinux 0xd2ab8235 io_uring_cmd_complete_in_task +EXPORT_SYMBOL_GPL vmlinux 0xd2b10a05 ata_timing_find_mode +EXPORT_SYMBOL_GPL vmlinux 0xd2bf0b13 _RNvXs2J_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_10rcu_cblistNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xd2d7e59b unregister_platform_power_off +EXPORT_SYMBOL_GPL vmlinux 0xd2fc0de9 regulator_map_voltage_iterate +EXPORT_SYMBOL_GPL vmlinux 0xd302621b divider_determine_rate +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 0xd3234b7d tcp_twsk_destructor +EXPORT_SYMBOL_GPL vmlinux 0xd328e2e5 _RNvXs2Y_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_11uprobe_taskNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xd32a33d0 iomap_ioend_try_merge +EXPORT_SYMBOL_GPL vmlinux 0xd331c263 serdev_device_write_buf +EXPORT_SYMBOL_GPL vmlinux 0xd335b6e5 blk_crypto_profile_destroy +EXPORT_SYMBOL_GPL vmlinux 0xd33915c6 serdev_device_open +EXPORT_SYMBOL_GPL vmlinux 0xd33b127f rio_release_outb_dbell +EXPORT_SYMBOL_GPL vmlinux 0xd3452a8f __traceiter_tcp_bad_csum +EXPORT_SYMBOL_GPL vmlinux 0xd3518024 shmem_truncate_range +EXPORT_SYMBOL_GPL vmlinux 0xd3582943 rio_map_inb_region +EXPORT_SYMBOL_GPL vmlinux 0xd362ba6f bdev_discard_alignment +EXPORT_SYMBOL_GPL vmlinux 0xd36760ef __usb_get_extra_descriptor +EXPORT_SYMBOL_GPL vmlinux 0xd374f0a6 _RNvXsD_NtNtCs9WMcp1Hn5Bv_4core3str7patternNtB5_10SearchStepNtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xd3752c27 atomic_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0xd3818323 to_nd_desc +EXPORT_SYMBOL_GPL vmlinux 0xd387aba3 ata_ncq_sdev_groups +EXPORT_SYMBOL_GPL vmlinux 0xd38ff8b8 _RNvXs9_NtNtCs9WMcp1Hn5Bv_4core3fmt3numyNtB5_10DisplayInt4zero +EXPORT_SYMBOL_GPL vmlinux 0xd392039f ata_port_classify +EXPORT_SYMBOL_GPL vmlinux 0xd39bdd19 ata_link_next +EXPORT_SYMBOL_GPL vmlinux 0xd39c4191 ata_sas_slave_configure +EXPORT_SYMBOL_GPL vmlinux 0xd39e9848 put_itimerspec64 +EXPORT_SYMBOL_GPL vmlinux 0xd3a12e7e ata_sas_port_init +EXPORT_SYMBOL_GPL vmlinux 0xd3b08bb7 devlink_port_type_clear +EXPORT_SYMBOL_GPL vmlinux 0xd3b5d633 _RNvXs2_NtNtCs9WMcp1Hn5Bv_4core3fmt3numlNtB5_10DisplayInt6to_u64 +EXPORT_SYMBOL_GPL vmlinux 0xd3c0944f _RNvXse_NtCsiTPnVqBGVaY_6kernel3strNtB5_16CStrConvertErrorNtNtCs9WMcp1Hn5Bv_4core3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xd3c4f4e1 _RNvXs8_NtNtNtCs9WMcp1Hn5Bv_4core3fmt3num3impaNtB9_8LowerExp3fmt +EXPORT_SYMBOL_GPL vmlinux 0xd3eaf1ed devlink_dpipe_entry_clear +EXPORT_SYMBOL_GPL vmlinux 0xd3ec851c __traceiter_unmap +EXPORT_SYMBOL_GPL vmlinux 0xd4034828 system_freezable_wq +EXPORT_SYMBOL_GPL vmlinux 0xd403f40b cpufreq_unregister_governor +EXPORT_SYMBOL_GPL vmlinux 0xd408e07b cpufreq_dbs_governor_start +EXPORT_SYMBOL_GPL vmlinux 0xd409ec87 _RNvXsK_NtNtCs9WMcp1Hn5Bv_4core3fmt3numsNtB7_8LowerHex3fmt +EXPORT_SYMBOL_GPL vmlinux 0xd416cfec perf_guest_get_msrs +EXPORT_SYMBOL_GPL vmlinux 0xd420f1fa fuse_simple_background +EXPORT_SYMBOL_GPL vmlinux 0xd426dbc4 erst_get_record_count +EXPORT_SYMBOL_GPL vmlinux 0xd42f1d4e show_rcu_tasks_rude_gp_kthread +EXPORT_SYMBOL_GPL vmlinux 0xd43e9981 _RNvXs1_NtCs8dagVACJQAP_5alloc11collectionsNtB5_15TryReserveErrorNtNtCs9WMcp1Hn5Bv_4core3fmt7Display3fmt +EXPORT_SYMBOL_GPL vmlinux 0xd4404350 __SCT__tp_func_block_split +EXPORT_SYMBOL_GPL vmlinux 0xd44916cd _RNvXs22_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_20optimistic_spin_nodeNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xd44a5eac kgdb_register_nmi_console +EXPORT_SYMBOL_GPL vmlinux 0xd44f058a _RNvXs33_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_60page__bindgen_ty_1__bindgen_ty_1__bindgen_ty_1__bindgen_ty_1NtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xd4670eb8 acpi_unregister_lps0_dev +EXPORT_SYMBOL_GPL vmlinux 0xd46af5ef cppc_get_perf_ctrs +EXPORT_SYMBOL_GPL vmlinux 0xd46b9381 iommu_attach_device +EXPORT_SYMBOL_GPL vmlinux 0xd4785dc2 tty_ldisc_receive_buf +EXPORT_SYMBOL_GPL vmlinux 0xd47b2807 devm_clk_hw_register +EXPORT_SYMBOL_GPL vmlinux 0xd490c840 devlink_health_reporter_create +EXPORT_SYMBOL_GPL vmlinux 0xd494a138 rio_release_inb_pwrite +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 0xd4c92d28 _RNvXs3_NtCs9WMcp1Hn5Bv_4core4timeNtB5_8DurationINtNtNtB7_3ops5arith3MulmE3mul +EXPORT_SYMBOL_GPL vmlinux 0xd4cf9c59 ethnl_cable_test_finished +EXPORT_SYMBOL_GPL vmlinux 0xd4e6d7e0 linear_range_get_value +EXPORT_SYMBOL_GPL vmlinux 0xd4ede215 _RNvXs4b_NtNtCs9WMcp1Hn5Bv_4core9core_arch4simdNtB6_6u16x32NtNtBa_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xd4f5bfa5 iommu_queue_iopf +EXPORT_SYMBOL_GPL vmlinux 0xd51a5ff4 _RNvXsp_NtCs9WMcp1Hn5Bv_4core3numhNtNtNtB7_3str6traits7FromStr8from_str +EXPORT_SYMBOL_GPL vmlinux 0xd527aa6f __synth_event_gen_cmd_start +EXPORT_SYMBOL_GPL vmlinux 0xd52a66ea iommu_set_fault_handler +EXPORT_SYMBOL_GPL vmlinux 0xd5301b2c linear_range_get_max_value +EXPORT_SYMBOL_GPL vmlinux 0xd53219f2 __tracepoint_kfree_skb +EXPORT_SYMBOL_GPL vmlinux 0xd5383b6f _RNvNtNtNtCs9WMcp1Hn5Bv_4core7unicode12unicode_data2cc6lookup +EXPORT_SYMBOL_GPL vmlinux 0xd53c67b3 unregister_net_sysctl_table +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 0xd56765a0 elv_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd576a393 iommu_device_sysfs_add +EXPORT_SYMBOL_GPL vmlinux 0xd5787987 devlink_trap_groups_register +EXPORT_SYMBOL_GPL vmlinux 0xd57dffb5 power_supply_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd58ac072 _RNvXNtCsiTPnVqBGVaY_6kernel9allocatorNtB2_15KernelAllocatorNtNtNtCs9WMcp1Hn5Bv_4core5alloc6global11GlobalAlloc5alloc +EXPORT_SYMBOL_GPL vmlinux 0xd58b9488 dax_iomap_fault +EXPORT_SYMBOL_GPL vmlinux 0xd58e6d65 _RNvXsb_NtNtCs9WMcp1Hn5Bv_4core3fmt3numjNtB5_10DisplayInt4zero +EXPORT_SYMBOL_GPL vmlinux 0xd5931c8b regulator_set_pull_down_regmap +EXPORT_SYMBOL_GPL vmlinux 0xd5980f11 srcu_barrier +EXPORT_SYMBOL_GPL vmlinux 0xd59a1587 linkmode_resolve_pause +EXPORT_SYMBOL_GPL vmlinux 0xd5b2e658 vfs_listxattr +EXPORT_SYMBOL_GPL vmlinux 0xd5c25e2d acpi_set_modalias +EXPORT_SYMBOL_GPL vmlinux 0xd5ca6870 lp8788_read_multi_bytes +EXPORT_SYMBOL_GPL vmlinux 0xd5cab056 __devm_clk_hw_register_divider +EXPORT_SYMBOL_GPL vmlinux 0xd5d308ad mmc_crypto_prepare_req +EXPORT_SYMBOL_GPL vmlinux 0xd5d92274 iommu_device_sysfs_remove +EXPORT_SYMBOL_GPL vmlinux 0xd5f3bb7b set_memory_encrypted +EXPORT_SYMBOL_GPL vmlinux 0xd602aa3d ata_timing_compute +EXPORT_SYMBOL_GPL vmlinux 0xd61d4978 _RNvXs4_NtNtCs9WMcp1Hn5Bv_4core3num5errorNtB5_15TryFromIntErrorNtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xd6249e99 _RNvXs4_NtCsiTPnVqBGVaY_6kernel5errorNtB5_5ErrorINtNtCs9WMcp1Hn5Bv_4core7convert4FromNtNtBO_3fmt5ErrorE4from +EXPORT_SYMBOL_GPL vmlinux 0xd629ab0b irq_domain_create_sim +EXPORT_SYMBOL_GPL vmlinux 0xd63aa484 regulator_irq_helper +EXPORT_SYMBOL_GPL vmlinux 0xd6470259 dm_bio_get_target_bio_nr +EXPORT_SYMBOL_GPL vmlinux 0xd64ed259 __memcat_p +EXPORT_SYMBOL_GPL vmlinux 0xd66a7a35 sbitmap_queue_wake_all +EXPORT_SYMBOL_GPL vmlinux 0xd67364f7 eventfd_ctx_fdget +EXPORT_SYMBOL_GPL vmlinux 0xd68e4375 __SCK__tp_func_non_standard_event +EXPORT_SYMBOL_GPL vmlinux 0xd69c0ac7 _RNvXsN_NtCs796HB7yPNRt_8bindings12bindings_rawNtB5_31edd_device_params__bindgen_ty_2NtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xd6a8a0af fwnode_get_nth_parent +EXPORT_SYMBOL_GPL vmlinux 0xd6aafb42 crc64_rocksoft +EXPORT_SYMBOL_GPL vmlinux 0xd6b03820 blkg_conf_prep +EXPORT_SYMBOL_GPL vmlinux 0xd6b27e8a xas_set_mark +EXPORT_SYMBOL_GPL vmlinux 0xd6b8dc1c _RNvXs2l_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_38maple_node__bindgen_ty_1__bindgen_ty_2NtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xd6d41f43 __traceiter_add_device_to_group +EXPORT_SYMBOL_GPL vmlinux 0xd6d7f876 tpm2_probe +EXPORT_SYMBOL_GPL vmlinux 0xd6da4953 pci_reset_bus +EXPORT_SYMBOL_GPL vmlinux 0xd6ddc315 fixup_user_fault +EXPORT_SYMBOL_GPL vmlinux 0xd6df01f7 perf_get_hw_event_config +EXPORT_SYMBOL_GPL vmlinux 0xd6e46e6f _RNvXs6_NtNtCs9WMcp1Hn5Bv_4core3ffi5c_strNtB5_4CStrNtNtB9_3cmp10PartialOrd11partial_cmp +EXPORT_SYMBOL_GPL vmlinux 0xd6e8202f bpf_prog_add +EXPORT_SYMBOL_GPL vmlinux 0xd6ed25f0 acpi_register_lps0_dev +EXPORT_SYMBOL_GPL vmlinux 0xd6feefa5 agp_num_entries +EXPORT_SYMBOL_GPL vmlinux 0xd6ffb4fa gnttab_page_cache_shrink +EXPORT_SYMBOL_GPL vmlinux 0xd71896b6 mbox_flush +EXPORT_SYMBOL_GPL vmlinux 0xd7269c64 osc_sb_native_usb4_control +EXPORT_SYMBOL_GPL vmlinux 0xd7293ffc percpu_ref_reinit +EXPORT_SYMBOL_GPL vmlinux 0xd72a304f regcache_sync_region +EXPORT_SYMBOL_GPL vmlinux 0xd72feba2 xenbus_read_driver_state +EXPORT_SYMBOL_GPL vmlinux 0xd7356e64 usb_hcd_is_primary_hcd +EXPORT_SYMBOL_GPL vmlinux 0xd7356f76 clean_acked_data_disable +EXPORT_SYMBOL_GPL vmlinux 0xd74e400f show_rcu_tasks_classic_gp_kthread +EXPORT_SYMBOL_GPL vmlinux 0xd74eb6b5 get_net_ns_by_pid +EXPORT_SYMBOL_GPL vmlinux 0xd75b20aa rsa_parse_priv_key +EXPORT_SYMBOL_GPL vmlinux 0xd768e985 regulator_has_full_constraints +EXPORT_SYMBOL_GPL vmlinux 0xd76c53cb component_add +EXPORT_SYMBOL_GPL vmlinux 0xd776019c _RNvNtNtCs9WMcp1Hn5Bv_4core5slice5index25slice_index_order_fail_rt +EXPORT_SYMBOL_GPL vmlinux 0xd7977f48 dma_max_mapping_size +EXPORT_SYMBOL_GPL vmlinux 0xd79d11c0 _RNvNtNtCs9WMcp1Hn5Bv_4core3str8converts13from_utf8_mut +EXPORT_SYMBOL_GPL vmlinux 0xd7a0e790 apply_to_existing_page_range +EXPORT_SYMBOL_GPL vmlinux 0xd7a86ea4 tcp_twsk_purge +EXPORT_SYMBOL_GPL vmlinux 0xd7aea26e kernel_read_file_from_path_initns +EXPORT_SYMBOL_GPL vmlinux 0xd7b6f08d srcu_init_notifier_head +EXPORT_SYMBOL_GPL vmlinux 0xd7c0f7a3 ethnl_cable_test_alloc +EXPORT_SYMBOL_GPL vmlinux 0xd7c1900e paste_selection +EXPORT_SYMBOL_GPL vmlinux 0xd7c7c917 gpiod_toggle_active_low +EXPORT_SYMBOL_GPL vmlinux 0xd7cd62c8 pci_p2pmem_publish +EXPORT_SYMBOL_GPL vmlinux 0xd7cd8798 irq_chip_enable_parent +EXPORT_SYMBOL_GPL vmlinux 0xd7cea889 edac_mod_work +EXPORT_SYMBOL_GPL vmlinux 0xd7d29b97 init_user_ns +EXPORT_SYMBOL_GPL vmlinux 0xd7d7f2a7 devlink_port_health_reporter_destroy +EXPORT_SYMBOL_GPL vmlinux 0xd7e2cd65 led_set_brightness_nopm +EXPORT_SYMBOL_GPL vmlinux 0xd7eb6a0e blkdev_report_zones +EXPORT_SYMBOL_GPL vmlinux 0xd7ec773a rio_map_outb_region +EXPORT_SYMBOL_GPL vmlinux 0xd7edd672 regmap_noinc_write +EXPORT_SYMBOL_GPL vmlinux 0xd7f13405 _RNvXs6_NtNtCs9WMcp1Hn5Bv_4core3fmt3numhNtB5_10DisplayInt6to_u32 +EXPORT_SYMBOL_GPL vmlinux 0xd7f7c788 regulator_get +EXPORT_SYMBOL_GPL vmlinux 0xd7f821a0 dma_vmap_noncontiguous +EXPORT_SYMBOL_GPL vmlinux 0xd7ffc088 ata_sff_dev_classify +EXPORT_SYMBOL_GPL vmlinux 0xd809b575 led_get_default_pattern +EXPORT_SYMBOL_GPL vmlinux 0xd8144d22 syscon_regmap_lookup_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0xd81a76bc usb_get_from_anchor +EXPORT_SYMBOL_GPL vmlinux 0xd81e9efa da903x_clr_bits +EXPORT_SYMBOL_GPL vmlinux 0xd82509b7 usb_disable_ltm +EXPORT_SYMBOL_GPL vmlinux 0xd8270c99 __tracepoint_rpm_idle +EXPORT_SYMBOL_GPL vmlinux 0xd829e97c cpuidle_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd839f093 _RNvXsa_NtNtCs9WMcp1Hn5Bv_4core3fmt3numoNtB5_10DisplayInt7from_u8 +EXPORT_SYMBOL_GPL vmlinux 0xd84d35bd dax_read_lock +EXPORT_SYMBOL_GPL vmlinux 0xd86121fe usb_hcd_link_urb_to_ep +EXPORT_SYMBOL_GPL vmlinux 0xd86d7b43 dev_get_regmap +EXPORT_SYMBOL_GPL vmlinux 0xd87fc0a0 usb_amd_prefetch_quirk +EXPORT_SYMBOL_GPL vmlinux 0xd885958c _RNvXs29_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_7rb_nodeNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xd8883d5c clk_hw_get_flags +EXPORT_SYMBOL_GPL vmlinux 0xd88862a5 fwnode_graph_get_next_endpoint +EXPORT_SYMBOL_GPL vmlinux 0xd88c910e devfreq_event_add_edev +EXPORT_SYMBOL_GPL vmlinux 0xd88defca __dma_fence_unwrap_merge +EXPORT_SYMBOL_GPL vmlinux 0xd8982691 __clk_hw_register_fixed_rate +EXPORT_SYMBOL_GPL vmlinux 0xd8a355de usb_alloc_dev +EXPORT_SYMBOL_GPL vmlinux 0xd8b22894 dev_pm_genpd_suspend +EXPORT_SYMBOL_GPL vmlinux 0xd8ced26b _RNvXsM_NtNtCs9WMcp1Hn5Bv_4core3fmt3numtNtB7_6Binary3fmt +EXPORT_SYMBOL_GPL vmlinux 0xd8d065dd hv_stimer_alloc +EXPORT_SYMBOL_GPL vmlinux 0xd8d68ab1 dmi_memdev_type +EXPORT_SYMBOL_GPL vmlinux 0xd8e0c95f pci_epc_add_epf +EXPORT_SYMBOL_GPL vmlinux 0xd8eec99a pinctrl_force_sleep +EXPORT_SYMBOL_GPL vmlinux 0xd8f363b1 disk_uevent +EXPORT_SYMBOL_GPL vmlinux 0xd8fbb14d net_cls_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0xd912b879 xenbus_dev_groups +EXPORT_SYMBOL_GPL vmlinux 0xd9164198 pci_epc_clear_bar +EXPORT_SYMBOL_GPL vmlinux 0xd91dbd1f xdp_alloc_skb_bulk +EXPORT_SYMBOL_GPL vmlinux 0xd92965f4 gpiod_set_raw_array_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0xd92ef192 security_kernel_post_load_data +EXPORT_SYMBOL_GPL vmlinux 0xd92f0791 leds_list_lock +EXPORT_SYMBOL_GPL vmlinux 0xd93aae63 sdio_release_host +EXPORT_SYMBOL_GPL vmlinux 0xd93b9b4f hwmon_device_register_with_info +EXPORT_SYMBOL_GPL vmlinux 0xd944a1ab wwan_unregister_ops +EXPORT_SYMBOL_GPL vmlinux 0xd94973ca badblocks_show +EXPORT_SYMBOL_GPL vmlinux 0xd9540f4c __SCK__tp_func_fdb_delete +EXPORT_SYMBOL_GPL vmlinux 0xd961394d tty_ldisc_ref_wait +EXPORT_SYMBOL_GPL vmlinux 0xd963601a kernel_kobj +EXPORT_SYMBOL_GPL vmlinux 0xd96babb4 interval_tree_iter_next +EXPORT_SYMBOL_GPL vmlinux 0xd97253c1 skb_complete_wifi_ack +EXPORT_SYMBOL_GPL vmlinux 0xd98c474e ip6_route_input_lookup +EXPORT_SYMBOL_GPL vmlinux 0xd98ef9f7 set_primary_fwnode +EXPORT_SYMBOL_GPL vmlinux 0xd9916c3a idr_alloc_u32 +EXPORT_SYMBOL_GPL vmlinux 0xd9992eb4 uv_bios_get_geoinfo +EXPORT_SYMBOL_GPL vmlinux 0xd9aefcf2 inet_csk_route_child_sock +EXPORT_SYMBOL_GPL vmlinux 0xd9bc4360 cpufreq_dbs_governor_init +EXPORT_SYMBOL_GPL vmlinux 0xd9c773e7 led_sysfs_disable +EXPORT_SYMBOL_GPL vmlinux 0xd9cc6e45 _RNvXs0_NtNtCs9WMcp1Hn5Bv_4core3fmt3numaNtB5_10DisplayInt7to_u128 +EXPORT_SYMBOL_GPL vmlinux 0xd9d0a2af devlink_flash_update_timeout_notify +EXPORT_SYMBOL_GPL vmlinux 0xd9e24457 ring_buffer_peek +EXPORT_SYMBOL_GPL vmlinux 0xd9f95b0f _RNvXs2_NtNtCs9WMcp1Hn5Bv_4core3fmt3numlNtB5_10DisplayInt5to_u8 +EXPORT_SYMBOL_GPL vmlinux 0xd9ff2172 ezx_pcap_write +EXPORT_SYMBOL_GPL vmlinux 0xda0947de kmsg_dump_unregister +EXPORT_SYMBOL_GPL vmlinux 0xda09ce0f _RNvXs1z_NtNtCs9WMcp1Hn5Bv_4core9core_arch4simdNtB6_5u8x16NtNtBa_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xda0d1713 vcap_rule_get_counter +EXPORT_SYMBOL_GPL vmlinux 0xda1f78ee clear_hv_tscchange_cb +EXPORT_SYMBOL_GPL vmlinux 0xda21ea62 _RNvMs7_NtCs9WMcp1Hn5Bv_4core3fmtNtB5_9Formatter9write_str +EXPORT_SYMBOL_GPL vmlinux 0xda24161a _RNvXs0_NtNtCs9WMcp1Hn5Bv_4core3fmt8buildersNtB5_10PadAdapterNtB7_5Write9write_str +EXPORT_SYMBOL_GPL vmlinux 0xda320d31 sfp_module_start +EXPORT_SYMBOL_GPL vmlinux 0xda42fad5 _RNvMs6_NtNtCs9WMcp1Hn5Bv_4core3fmt8buildersNtB5_8DebugMap3key +EXPORT_SYMBOL_GPL vmlinux 0xda457ba4 vmf_insert_pfn_pmd_prot +EXPORT_SYMBOL_GPL vmlinux 0xda630a7f nf_nat_hook +EXPORT_SYMBOL_GPL vmlinux 0xda6bf73e fb_deferred_io_cleanup +EXPORT_SYMBOL_GPL vmlinux 0xda7162a8 dw_pcie_ep_init_complete +EXPORT_SYMBOL_GPL vmlinux 0xda74a8b1 securityfs_create_file +EXPORT_SYMBOL_GPL vmlinux 0xda7912d4 freq_qos_add_request +EXPORT_SYMBOL_GPL vmlinux 0xda8369a7 __traceiter_extlog_mem_event +EXPORT_SYMBOL_GPL vmlinux 0xda898744 __inet_inherit_port +EXPORT_SYMBOL_GPL vmlinux 0xda89c552 ipv6_find_tlv +EXPORT_SYMBOL_GPL vmlinux 0xda8e1302 software_node_find_by_name +EXPORT_SYMBOL_GPL vmlinux 0xdaa06dc1 acpi_lpat_raw_to_temp +EXPORT_SYMBOL_GPL vmlinux 0xdaa6733d hwmon_device_register +EXPORT_SYMBOL_GPL vmlinux 0xdab5a1eb interval_tree_insert +EXPORT_SYMBOL_GPL vmlinux 0xdab7e6b3 devm_pinctrl_unregister +EXPORT_SYMBOL_GPL vmlinux 0xdab9680e regulator_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0xdae5a150 serdev_device_set_tiocm +EXPORT_SYMBOL_GPL vmlinux 0xdaf1ecfd tracing_cond_snapshot_data +EXPORT_SYMBOL_GPL vmlinux 0xdaf4dfb3 fb_mode_option +EXPORT_SYMBOL_GPL vmlinux 0xdafb1b2d _RNvXs2_NtCsiTPnVqBGVaY_6kernel5errorNtB5_5ErrorINtNtCs9WMcp1Hn5Bv_4core7convert4FromNtNtCs8dagVACJQAP_5alloc11collections15TryReserveErrorE4from +EXPORT_SYMBOL_GPL vmlinux 0xdb008395 _RNvXsF_NtNtCs9WMcp1Hn5Bv_4core3fmt3numhNtB7_5Octal3fmt +EXPORT_SYMBOL_GPL vmlinux 0xdb037bca kgdb_unregister_io_module +EXPORT_SYMBOL_GPL vmlinux 0xdb0d90fd vcap_rule_iter +EXPORT_SYMBOL_GPL vmlinux 0xdb0ecdc3 devl_resource_occ_get_register +EXPORT_SYMBOL_GPL vmlinux 0xdb1aaf9b arch_is_platform_page +EXPORT_SYMBOL_GPL vmlinux 0xdb1d97dd __devres_alloc_node +EXPORT_SYMBOL_GPL vmlinux 0xdb24778d thermal_zone_device_register +EXPORT_SYMBOL_GPL vmlinux 0xdb29fcfb usb_poison_urb +EXPORT_SYMBOL_GPL vmlinux 0xdb2e1d1e device_property_present +EXPORT_SYMBOL_GPL vmlinux 0xdb51d21c vfs_set_acl +EXPORT_SYMBOL_GPL vmlinux 0xdb54a78e wm831x_bulk_read +EXPORT_SYMBOL_GPL vmlinux 0xdb5d3e17 edac_device_add_device +EXPORT_SYMBOL_GPL vmlinux 0xdb62dc67 __SCT__tp_func_map +EXPORT_SYMBOL_GPL vmlinux 0xdb62fba0 intel_pinctrl_probe_by_uid +EXPORT_SYMBOL_GPL vmlinux 0xdb63a944 acpi_lpat_get_conversion_table +EXPORT_SYMBOL_GPL vmlinux 0xdb71c0e5 devm_clk_hw_register_fixed_factor_parent_hw +EXPORT_SYMBOL_GPL vmlinux 0xdb727637 vcap_set_rule_set_keyset +EXPORT_SYMBOL_GPL vmlinux 0xdb736c58 platform_device_register +EXPORT_SYMBOL_GPL vmlinux 0xdb8394c4 device_unregister +EXPORT_SYMBOL_GPL vmlinux 0xdb83e135 __spi_register_driver +EXPORT_SYMBOL_GPL vmlinux 0xdb861b9c bsg_job_get +EXPORT_SYMBOL_GPL vmlinux 0xdb8a1b3f usermodehelper_read_trylock +EXPORT_SYMBOL_GPL vmlinux 0xdb96cbe3 crypto_alloc_shash +EXPORT_SYMBOL_GPL vmlinux 0xdba0e344 machine_check_poll +EXPORT_SYMBOL_GPL vmlinux 0xdba9f9ec _RNvXs5_NtNtCs9WMcp1Hn5Bv_4core3fmt3numiNtB5_10DisplayInt6to_u64 +EXPORT_SYMBOL_GPL vmlinux 0xdbbfb57f sata_async_notification +EXPORT_SYMBOL_GPL vmlinux 0xdbc80daa blk_rq_unprep_clone +EXPORT_SYMBOL_GPL vmlinux 0xdbdb0e8b request_any_context_irq +EXPORT_SYMBOL_GPL vmlinux 0xdbebc798 rio_release_inb_mbox +EXPORT_SYMBOL_GPL vmlinux 0xdbf7cb70 mpi_get_nbits +EXPORT_SYMBOL_GPL vmlinux 0xdbfa2500 devl_trylock +EXPORT_SYMBOL_GPL vmlinux 0xdc0015d3 __SCK__tp_func_pelt_dl_tp +EXPORT_SYMBOL_GPL vmlinux 0xdc02eb39 dmi_available +EXPORT_SYMBOL_GPL vmlinux 0xdc0a702b crypto_register_rngs +EXPORT_SYMBOL_GPL vmlinux 0xdc0e3ea9 gpiod_enable_hw_timestamp_ns +EXPORT_SYMBOL_GPL vmlinux 0xdc0f3029 __cpufreq_driver_target +EXPORT_SYMBOL_GPL vmlinux 0xdc12c5e9 _RNvXs2l_NtNtCs9WMcp1Hn5Bv_4core9core_arch4simdNtB6_5f32x4NtNtBa_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xdc14a211 xen_hvm_evtchn_do_upcall +EXPORT_SYMBOL_GPL vmlinux 0xdc22129f ohci_init_driver +EXPORT_SYMBOL_GPL vmlinux 0xdc229dab _RNvXsz_NtCs796HB7yPNRt_8bindings12bindings_rawNtB5_18ddebug_class_paramNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xdc36c947 xenbus_dev_fatal +EXPORT_SYMBOL_GPL vmlinux 0xdc3733f4 _RNvMsc_NtCsiTPnVqBGVaY_6kernel3strNtB5_7CString12try_from_fmt +EXPORT_SYMBOL_GPL vmlinux 0xdc43bdc6 pci_vpd_find_ro_info_keyword +EXPORT_SYMBOL_GPL vmlinux 0xdc45a5db edac_stop_work +EXPORT_SYMBOL_GPL vmlinux 0xdc6596fa irq_set_parent +EXPORT_SYMBOL_GPL vmlinux 0xdc6699cb acpi_dev_free_resource_list +EXPORT_SYMBOL_GPL vmlinux 0xdc75d916 _RNvXsc_NtNtCs9WMcp1Hn5Bv_4core5alloc6layoutNtB5_11LayoutErrorNtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xdc7df67f apei_exec_ctx_init +EXPORT_SYMBOL_GPL vmlinux 0xdc825d6c usb_amd_quirk_pll_disable +EXPORT_SYMBOL_GPL vmlinux 0xdc841b74 misc_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0xdc97af2e syscore_suspend +EXPORT_SYMBOL_GPL vmlinux 0xdc997188 PageHeadHuge +EXPORT_SYMBOL_GPL vmlinux 0xdc9fa232 raw_notifier_chain_register +EXPORT_SYMBOL_GPL vmlinux 0xdca5e4ef crypto_stats_akcipher_encrypt +EXPORT_SYMBOL_GPL vmlinux 0xdcacc672 pm_runtime_barrier +EXPORT_SYMBOL_GPL vmlinux 0xdcadb74f pm_clk_add_notifier +EXPORT_SYMBOL_GPL vmlinux 0xdcc25097 _RNvMs3_NtNtCs9WMcp1Hn5Bv_4core3ffi5c_strNtB5_4CStr6to_str +EXPORT_SYMBOL_GPL vmlinux 0xdceb5362 efi_status_to_err +EXPORT_SYMBOL_GPL vmlinux 0xdcfd412d sata_pmp_port_ops +EXPORT_SYMBOL_GPL vmlinux 0xdd0762df set_worker_desc +EXPORT_SYMBOL_GPL vmlinux 0xdd277853 __tracepoint_pelt_se_tp +EXPORT_SYMBOL_GPL vmlinux 0xdd2bf9c5 usb_unpoison_urb +EXPORT_SYMBOL_GPL vmlinux 0xdd3d7f8a skb_complete_tx_timestamp +EXPORT_SYMBOL_GPL vmlinux 0xdd450ef1 x509_free_certificate +EXPORT_SYMBOL_GPL vmlinux 0xdd48cbbe _RNvXs8_NtNtCs9WMcp1Hn5Bv_4core3fmt3nummNtB5_10DisplayInt4zero +EXPORT_SYMBOL_GPL vmlinux 0xdd4bfddd tty_buffer_lock_exclusive +EXPORT_SYMBOL_GPL vmlinux 0xdd4c408c fscrypt_set_bio_crypt_ctx +EXPORT_SYMBOL_GPL vmlinux 0xdd54eb2e unregister_kretprobes +EXPORT_SYMBOL_GPL vmlinux 0xdd5bc4b6 __tracepoint_xhci_dbg_quirks +EXPORT_SYMBOL_GPL vmlinux 0xdd626ee3 fuse_len_args +EXPORT_SYMBOL_GPL vmlinux 0xdd65cba7 pm_runtime_enable +EXPORT_SYMBOL_GPL vmlinux 0xdd9dd80d xen_pvh +EXPORT_SYMBOL_GPL vmlinux 0xdda09812 lwtunnel_encap_add_ops +EXPORT_SYMBOL_GPL vmlinux 0xdda8c7a7 _RNvMs7_NtCs9WMcp1Hn5Bv_4core3fmtNtB5_9Formatter9sign_plus +EXPORT_SYMBOL_GPL vmlinux 0xddb464d8 raw_abort +EXPORT_SYMBOL_GPL vmlinux 0xddbd219d mmu_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0xddbeeecc pci_lock_rescan_remove +EXPORT_SYMBOL_GPL vmlinux 0xdde66876 ata_sff_lost_interrupt +EXPORT_SYMBOL_GPL vmlinux 0xddf4d465 _RNvXsd_NtNtNtCs9WMcp1Hn5Bv_4core9core_simd5masks9mask_implyNtB5_11ReverseBits12reverse_bits +EXPORT_SYMBOL_GPL vmlinux 0xddf51b7b crypto_ahash_finup +EXPORT_SYMBOL_GPL vmlinux 0xddfe3e34 __netpoll_free +EXPORT_SYMBOL_GPL vmlinux 0xddfea35a sysfs_remove_group +EXPORT_SYMBOL_GPL vmlinux 0xde0af24f udp_memory_per_cpu_fw_alloc +EXPORT_SYMBOL_GPL vmlinux 0xde0d61f7 _RNvXs2n_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_10maple_nodeNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xde1486f0 xhci_shutdown +EXPORT_SYMBOL_GPL vmlinux 0xde154aee _RNvNvMsE_NtNtCs9WMcp1Hn5Bv_4core3num7nonzeroNtB7_9NonZeroI813new_unchecked8comptime +EXPORT_SYMBOL_GPL vmlinux 0xde19328d devlink_dpipe_entry_ctx_close +EXPORT_SYMBOL_GPL vmlinux 0xde245005 nf_hook_entries_insert_raw +EXPORT_SYMBOL_GPL vmlinux 0xde31bf7e unregister_sys_off_handler +EXPORT_SYMBOL_GPL vmlinux 0xde3243f4 rio_local_get_device_id +EXPORT_SYMBOL_GPL vmlinux 0xde39c6b8 clk_hw_unregister_mux +EXPORT_SYMBOL_GPL vmlinux 0xde3bc303 kthread_func +EXPORT_SYMBOL_GPL vmlinux 0xde3fe1db __tracepoint_neigh_update +EXPORT_SYMBOL_GPL vmlinux 0xde408d22 skb_mpls_update_lse +EXPORT_SYMBOL_GPL vmlinux 0xde473ad4 _RNvXso_NtCs9WMcp1Hn5Bv_4core4charNtB5_16TryFromCharErrorNtNtB7_3fmt7Display3fmt +EXPORT_SYMBOL_GPL vmlinux 0xde592219 _RNvNtNtNtCs9WMcp1Hn5Bv_4core7unicode12unicode_data1n6lookup +EXPORT_SYMBOL_GPL vmlinux 0xde5b8270 _RNvXsO_NtNtCs9WMcp1Hn5Bv_4core4sync6atomicNtB5_9AtomicI64NtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xde6f1851 TSS_checkhmac1 +EXPORT_SYMBOL_GPL vmlinux 0xde7412ee dma_resv_iter_first +EXPORT_SYMBOL_GPL vmlinux 0xde922fde __rio_local_write_config_8 +EXPORT_SYMBOL_GPL vmlinux 0xde927b72 rio_register_scan +EXPORT_SYMBOL_GPL vmlinux 0xde9ab8c7 xenbus_rm +EXPORT_SYMBOL_GPL vmlinux 0xde9c73da regmap_field_alloc +EXPORT_SYMBOL_GPL vmlinux 0xdea6780f __mnt_is_readonly +EXPORT_SYMBOL_GPL vmlinux 0xdead2e78 reserve_iova +EXPORT_SYMBOL_GPL vmlinux 0xdeb9c1be _RNvXsd_NtCs8dagVACJQAP_5alloc11collectionsNtB5_19TryReserveErrorKindNtNtCs9WMcp1Hn5Bv_4core3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xdec07267 _RNvXsb_NtCs9WMcp1Hn5Bv_4core3fmtzNtB5_7Display3fmt +EXPORT_SYMBOL_GPL vmlinux 0xdedfa7b6 mddev_unlock +EXPORT_SYMBOL_GPL vmlinux 0xdee2b090 __tracepoint_unmap +EXPORT_SYMBOL_GPL vmlinux 0xdeee611c class_dev_iter_exit +EXPORT_SYMBOL_GPL vmlinux 0xdeffa0a7 edac_raw_mc_handle_error +EXPORT_SYMBOL_GPL vmlinux 0xdf02c59c vp_legacy_get_driver_features +EXPORT_SYMBOL_GPL vmlinux 0xdf0c757f ata_tf_to_fis +EXPORT_SYMBOL_GPL vmlinux 0xdf0ca3f4 cpu_latency_qos_request_active +EXPORT_SYMBOL_GPL vmlinux 0xdf0f75c6 eventfd_signal +EXPORT_SYMBOL_GPL vmlinux 0xdf1882af dbgp_reset_prep +EXPORT_SYMBOL_GPL vmlinux 0xdf1be5e1 __free_iova +EXPORT_SYMBOL_GPL vmlinux 0xdf237453 timer_shutdown_sync +EXPORT_SYMBOL_GPL vmlinux 0xdf2738bb cpu_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0xdf277eff vcap_enable_lookups +EXPORT_SYMBOL_GPL vmlinux 0xdf31898f cper_mem_err_pack +EXPORT_SYMBOL_GPL vmlinux 0xdf360f38 public_key_subtype +EXPORT_SYMBOL_GPL vmlinux 0xdf37918b lp8788_read_byte +EXPORT_SYMBOL_GPL vmlinux 0xdf3d895c pci_enable_rom +EXPORT_SYMBOL_GPL vmlinux 0xdf448d1c fanout_mutex +EXPORT_SYMBOL_GPL vmlinux 0xdf48ec78 rio_release_inb_dbell +EXPORT_SYMBOL_GPL vmlinux 0xdf4d687b __srcu_read_lock +EXPORT_SYMBOL_GPL vmlinux 0xdf563750 regmap_add_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0xdf641be3 ata_port_desc +EXPORT_SYMBOL_GPL vmlinux 0xdf756ffc fuse_dev_install +EXPORT_SYMBOL_GPL vmlinux 0xdf81924d uv_bios_mq_watchlist_free +EXPORT_SYMBOL_GPL vmlinux 0xdf822554 pm_generic_runtime_suspend +EXPORT_SYMBOL_GPL vmlinux 0xdf9a9f32 misc_cg_try_charge +EXPORT_SYMBOL_GPL vmlinux 0xdfa9fb8c dev_pm_opp_find_freq_ceil +EXPORT_SYMBOL_GPL vmlinux 0xdfadbb31 thermal_zone_device_register_with_trips +EXPORT_SYMBOL_GPL vmlinux 0xdfb1df66 regulator_get_voltage_sel_regmap +EXPORT_SYMBOL_GPL vmlinux 0xdfb3715e __rio_local_read_config_8 +EXPORT_SYMBOL_GPL vmlinux 0xdfb6c5e2 dax_zero_range +EXPORT_SYMBOL_GPL vmlinux 0xdfcb6c90 mctrl_gpio_set +EXPORT_SYMBOL_GPL vmlinux 0xdfd01f2b sis_info133_for_sata +EXPORT_SYMBOL_GPL vmlinux 0xdfd4976f regmap_field_free +EXPORT_SYMBOL_GPL vmlinux 0xdfd91b18 scsi_target_unblock +EXPORT_SYMBOL_GPL vmlinux 0xdfda2bae _RNvNtNtCs9WMcp1Hn5Bv_4core3str5count14do_count_chars +EXPORT_SYMBOL_GPL vmlinux 0xdff019be nf_queue_entry_free +EXPORT_SYMBOL_GPL vmlinux 0xdff8b1aa usb_register_dev +EXPORT_SYMBOL_GPL vmlinux 0xe0100dad _RNvXsA_NtNtCs9WMcp1Hn5Bv_4core9core_arch3x86NtB5_7___m512dNtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xe02c5494 regmap_write +EXPORT_SYMBOL_GPL vmlinux 0xe0313d71 rhashtable_insert_slow +EXPORT_SYMBOL_GPL vmlinux 0xe0344f70 mmc_regulator_get_supply +EXPORT_SYMBOL_GPL vmlinux 0xe0362127 ata_ehi_push_desc +EXPORT_SYMBOL_GPL vmlinux 0xe03db3cc usb_get_phy +EXPORT_SYMBOL_GPL vmlinux 0xe04c78db __SCT__tp_func_neigh_event_send_done +EXPORT_SYMBOL_GPL vmlinux 0xe05e0024 msi_lock_descs +EXPORT_SYMBOL_GPL vmlinux 0xe05e2f85 nexthop_free_rcu +EXPORT_SYMBOL_GPL vmlinux 0xe0616f05 fscrypt_fname_siphash +EXPORT_SYMBOL_GPL vmlinux 0xe089cfcc agp_memory_reserved +EXPORT_SYMBOL_GPL vmlinux 0xe08bde39 device_store_int +EXPORT_SYMBOL_GPL vmlinux 0xe090ac19 pm_clk_create +EXPORT_SYMBOL_GPL vmlinux 0xe092ab6d netlink_has_listeners +EXPORT_SYMBOL_GPL vmlinux 0xe099d31d crypto_register_algs +EXPORT_SYMBOL_GPL vmlinux 0xe09cb74f _RNvXs8_NtCs9WMcp1Hn5Bv_4core3fmtNtB5_9FormatterNtB5_5Write9write_str +EXPORT_SYMBOL_GPL vmlinux 0xe09f09b7 securityfs_remove +EXPORT_SYMBOL_GPL vmlinux 0xe0a12ac5 devm_mipi_dsi_device_register_full +EXPORT_SYMBOL_GPL vmlinux 0xe0a6db33 _RNvXsk_NtCs9WMcp1Hn5Bv_4core4charNtB5_15CaseMappingIterNtNtNtNtB7_4iter6traits12double_ended19DoubleEndedIterator9next_back +EXPORT_SYMBOL_GPL vmlinux 0xe0b1c103 clk_set_max_rate +EXPORT_SYMBOL_GPL vmlinux 0xe0b1df3d _RNvXsj_NtCs796HB7yPNRt_8bindings12bindings_rawNtB5_9qspinlockNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xe0b5f5e2 cpuidle_get_driver +EXPORT_SYMBOL_GPL vmlinux 0xe0bec3be __SCK__tp_func_neigh_update +EXPORT_SYMBOL_GPL vmlinux 0xe0bf9d69 devm_gpiod_get_index +EXPORT_SYMBOL_GPL vmlinux 0xe0c4e14d hwrng_register +EXPORT_SYMBOL_GPL vmlinux 0xe0c6514b gpiochip_remove +EXPORT_SYMBOL_GPL vmlinux 0xe0c77bb5 mce_notify_irq +EXPORT_SYMBOL_GPL vmlinux 0xe0ca5c0e tty_buffer_set_limit +EXPORT_SYMBOL_GPL vmlinux 0xe0d39f1c sgx_set_attribute +EXPORT_SYMBOL_GPL vmlinux 0xe0d3f59c fib_alias_hw_flags_set +EXPORT_SYMBOL_GPL vmlinux 0xe0dc0f10 __SCK__tp_func_br_fdb_external_learn_add +EXPORT_SYMBOL_GPL vmlinux 0xe0e4230f fwnode_get_parent +EXPORT_SYMBOL_GPL vmlinux 0xe0e46226 devm_extcon_dev_register +EXPORT_SYMBOL_GPL vmlinux 0xe0e6ef02 perf_get_x86_pmu_capability +EXPORT_SYMBOL_GPL vmlinux 0xe0f223cb _RNvMs7_NtCs9WMcp1Hn5Bv_4core3fmtNtB5_9Formatter4fill +EXPORT_SYMBOL_GPL vmlinux 0xe100d66d generic_device_group +EXPORT_SYMBOL_GPL vmlinux 0xe1020b0a i2c_new_scanned_device +EXPORT_SYMBOL_GPL vmlinux 0xe10cd6ad erst_get_record_id_begin +EXPORT_SYMBOL_GPL vmlinux 0xe110d3c8 pm_generic_resume +EXPORT_SYMBOL_GPL vmlinux 0xe1290254 vma_kernel_pagesize +EXPORT_SYMBOL_GPL vmlinux 0xe14fabb8 _RNvXsB_NtNtCs9WMcp1Hn5Bv_4core9core_arch4simdNtB5_4u8x8NtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xe155c449 _RNvXs1k_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_9saved_msrNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xe15dd386 __devm_spi_alloc_controller +EXPORT_SYMBOL_GPL vmlinux 0xe16b5b22 unregister_virtio_driver +EXPORT_SYMBOL_GPL vmlinux 0xe178e302 alloc_skb_for_msg +EXPORT_SYMBOL_GPL vmlinux 0xe1881763 fuse_mount_remove +EXPORT_SYMBOL_GPL vmlinux 0xe196c2e3 mmc_cmdq_disable +EXPORT_SYMBOL_GPL vmlinux 0xe1a1194f gpiod_get_direction +EXPORT_SYMBOL_GPL vmlinux 0xe1a5e228 virtqueue_add_inbuf_ctx +EXPORT_SYMBOL_GPL vmlinux 0xe1a8d7c9 net_rwsem +EXPORT_SYMBOL_GPL vmlinux 0xe1aa2d62 set_hv_tscchange_cb +EXPORT_SYMBOL_GPL vmlinux 0xe1af2c42 ata_sff_check_status +EXPORT_SYMBOL_GPL vmlinux 0xe1b2fba5 platform_msi_create_irq_domain +EXPORT_SYMBOL_GPL vmlinux 0xe1b43c23 _RNvXsr_NtNtCs9WMcp1Hn5Bv_4core9core_arch3x86NtB5_7___m256dNtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xe1b89c21 dax_region_put +EXPORT_SYMBOL_GPL vmlinux 0xe1bd6c99 rio_init_mports +EXPORT_SYMBOL_GPL vmlinux 0xe1bd7aea iommu_setup_dma_ops +EXPORT_SYMBOL_GPL vmlinux 0xe1c82ad0 serial8250_rpm_get_tx +EXPORT_SYMBOL_GPL vmlinux 0xe1c87a2f kernel_can_power_off +EXPORT_SYMBOL_GPL vmlinux 0xe1f1c725 _RNvXsH_NtNtCs9WMcp1Hn5Bv_4core3fmt3numhNtB7_8UpperHex3fmt +EXPORT_SYMBOL_GPL vmlinux 0xe1fff890 cpu_device_create +EXPORT_SYMBOL_GPL vmlinux 0xe233762a input_event_from_user +EXPORT_SYMBOL_GPL vmlinux 0xe2390683 __devm_regmap_init_spi +EXPORT_SYMBOL_GPL vmlinux 0xe23c5550 pci_epc_remove_epf +EXPORT_SYMBOL_GPL vmlinux 0xe244c86c dw_pcie_host_deinit +EXPORT_SYMBOL_GPL vmlinux 0xe259cb13 pm_genpd_remove +EXPORT_SYMBOL_GPL vmlinux 0xe25d23f3 blocking_notifier_call_chain_robust +EXPORT_SYMBOL_GPL vmlinux 0xe271ac1b hvc_poll +EXPORT_SYMBOL_GPL vmlinux 0xe271f20c __SCT__tp_func_pelt_rt_tp +EXPORT_SYMBOL_GPL vmlinux 0xe273f4f7 usb_remove_hcd +EXPORT_SYMBOL_GPL vmlinux 0xe280766e kthread_unuse_mm +EXPORT_SYMBOL_GPL vmlinux 0xe285c08a _RNvXsa_NtCs9WMcp1Hn5Bv_4core4timeNtB5_8DurationNtNtB7_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xe28b0da9 ata_scsi_ioctl +EXPORT_SYMBOL_GPL vmlinux 0xe2905c92 devm_kstrdup_const +EXPORT_SYMBOL_GPL vmlinux 0xe295c0ff is_hpet_enabled +EXPORT_SYMBOL_GPL vmlinux 0xe2a8a6f7 usb_wakeup_enabled_descendants +EXPORT_SYMBOL_GPL vmlinux 0xe2b3207a unregister_switchdev_notifier +EXPORT_SYMBOL_GPL vmlinux 0xe2b79f1a pm_generic_suspend_late +EXPORT_SYMBOL_GPL vmlinux 0xe2c03f57 cpufreq_freq_transition_begin +EXPORT_SYMBOL_GPL vmlinux 0xe2c6f126 usb_get_hcd +EXPORT_SYMBOL_GPL vmlinux 0xe2c960a0 fscrypt_dio_supported +EXPORT_SYMBOL_GPL vmlinux 0xe2ce2b4d evm_set_key +EXPORT_SYMBOL_GPL vmlinux 0xe2e107f2 irq_gc_set_wake +EXPORT_SYMBOL_GPL vmlinux 0xe2e20ecc ptp_msg_is_sync +EXPORT_SYMBOL_GPL vmlinux 0xe2e5189f phy_modify_changed +EXPORT_SYMBOL_GPL vmlinux 0xe2ec293b sbitmap_queue_wake_up +EXPORT_SYMBOL_GPL vmlinux 0xe2f0e5af filemap_add_folio +EXPORT_SYMBOL_GPL vmlinux 0xe303e968 device_property_read_string_array +EXPORT_SYMBOL_GPL vmlinux 0xe34a37ae uart_get_rs485_mode +EXPORT_SYMBOL_GPL vmlinux 0xe3542d32 blk_mq_complete_request_remote +EXPORT_SYMBOL_GPL vmlinux 0xe3626c24 platform_find_device_by_driver +EXPORT_SYMBOL_GPL vmlinux 0xe362eae5 syscon_regmap_lookup_by_phandle_optional +EXPORT_SYMBOL_GPL vmlinux 0xe376d94a device_get_next_child_node +EXPORT_SYMBOL_GPL vmlinux 0xe382fe2c __fib_lookup +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 0xe3a2485b xhci_init_driver +EXPORT_SYMBOL_GPL vmlinux 0xe3a440cb fuse_dev_release +EXPORT_SYMBOL_GPL vmlinux 0xe3b09712 kprobe_event_delete +EXPORT_SYMBOL_GPL vmlinux 0xe3b47d40 usb_block_urb +EXPORT_SYMBOL_GPL vmlinux 0xe3bc7fd4 hpet_unregister_irq_handler +EXPORT_SYMBOL_GPL vmlinux 0xe3bcec55 lwtstate_free +EXPORT_SYMBOL_GPL vmlinux 0xe3c65ca1 ata_std_qc_defer +EXPORT_SYMBOL_GPL vmlinux 0xe3cd5fae klist_iter_init +EXPORT_SYMBOL_GPL vmlinux 0xe3df77cc kthread_queue_delayed_work +EXPORT_SYMBOL_GPL vmlinux 0xe3e423ac iommu_group_release_dma_owner +EXPORT_SYMBOL_GPL vmlinux 0xe3e48828 blk_crypto_reprogram_all_keys +EXPORT_SYMBOL_GPL vmlinux 0xe3e88acb __get_current_cr3_fast +EXPORT_SYMBOL_GPL vmlinux 0xe4049b31 _RNvMs7_NtCs9WMcp1Hn5Bv_4core3fmtNtB5_9Formatter5flags +EXPORT_SYMBOL_GPL vmlinux 0xe404d0eb skb_mpls_dec_ttl +EXPORT_SYMBOL_GPL vmlinux 0xe40bb23e devlink_health_reporter_priv +EXPORT_SYMBOL_GPL vmlinux 0xe4106f8f device_register +EXPORT_SYMBOL_GPL vmlinux 0xe41aa8c2 put_pid +EXPORT_SYMBOL_GPL vmlinux 0xe4226060 edac_pci_release_generic_ctl +EXPORT_SYMBOL_GPL vmlinux 0xe4248980 cper_estatus_print +EXPORT_SYMBOL_GPL vmlinux 0xe425e0d1 device_create_managed_software_node +EXPORT_SYMBOL_GPL vmlinux 0xe4309905 syscore_resume +EXPORT_SYMBOL_GPL vmlinux 0xe4430830 inet_unhash +EXPORT_SYMBOL_GPL vmlinux 0xe451bec5 spi_controller_suspend +EXPORT_SYMBOL_GPL vmlinux 0xe452f954 clk_fixed_factor_ops +EXPORT_SYMBOL_GPL vmlinux 0xe45a8220 ata_std_error_handler +EXPORT_SYMBOL_GPL vmlinux 0xe45c3073 led_classdev_register_ext +EXPORT_SYMBOL_GPL vmlinux 0xe46306da devres_remove +EXPORT_SYMBOL_GPL vmlinux 0xe46b08e5 _RNvXs2j_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_10maple_treeNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xe46d73fb register_fprobe_ips +EXPORT_SYMBOL_GPL vmlinux 0xe480331a sdio_set_block_size +EXPORT_SYMBOL_GPL vmlinux 0xe48611ac trace_clock_global +EXPORT_SYMBOL_GPL vmlinux 0xe4971ade tracing_alloc_snapshot +EXPORT_SYMBOL_GPL vmlinux 0xe4afc6cc task_cls_state +EXPORT_SYMBOL_GPL vmlinux 0xe4b064f9 pcie_link_speed +EXPORT_SYMBOL_GPL vmlinux 0xe4b818c3 phy_speed_to_str +EXPORT_SYMBOL_GPL vmlinux 0xe4b8dc11 blk_queue_zone_write_granularity +EXPORT_SYMBOL_GPL vmlinux 0xe4ba50cd _RNvXsL_NtCs796HB7yPNRt_8bindings12bindings_rawNtB5_13restart_blockNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xe4bf3c56 xenbus_probe_node +EXPORT_SYMBOL_GPL vmlinux 0xe4c2c66c rtc_ktime_to_tm +EXPORT_SYMBOL_GPL vmlinux 0xe4cca234 _RNvXs2_NtNtCs9WMcp1Hn5Bv_4core3fmt3numlNtB5_10DisplayInt6to_u16 +EXPORT_SYMBOL_GPL vmlinux 0xe4ccfd20 _RNvXs1S_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_16preempt_notifierNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xe4e1489a _RNvXsb_NtCs9WMcp1Hn5Bv_4core4charNtB5_11ToLowercaseNtNtNtNtB7_4iter6traits12double_ended19DoubleEndedIterator9next_back +EXPORT_SYMBOL_GPL vmlinux 0xe4e48b12 swphy_validate_state +EXPORT_SYMBOL_GPL vmlinux 0xe4f8239f __cpuhp_state_remove_instance +EXPORT_SYMBOL_GPL vmlinux 0xe509f687 gpiochip_add_data_with_key +EXPORT_SYMBOL_GPL vmlinux 0xe517abff sdio_writeb_readb +EXPORT_SYMBOL_GPL vmlinux 0xe5281179 crypto_stats_init +EXPORT_SYMBOL_GPL vmlinux 0xe53129e9 simple_attr_release +EXPORT_SYMBOL_GPL vmlinux 0xe546b644 rio_del_mport_pw_handler +EXPORT_SYMBOL_GPL vmlinux 0xe55b082c memunmap_pages +EXPORT_SYMBOL_GPL vmlinux 0xe56ab5e3 sata_pmp_error_handler +EXPORT_SYMBOL_GPL vmlinux 0xe5821fbe platform_get_irq_optional +EXPORT_SYMBOL_GPL vmlinux 0xe5864849 _RNvNvMs_NtCs8dagVACJQAP_5alloc3vecINtB6_3VecppE6remove13assert_failed +EXPORT_SYMBOL_GPL vmlinux 0xe5883bd9 class_compat_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe58c2037 inet6_csk_xmit +EXPORT_SYMBOL_GPL vmlinux 0xe58eb9d7 FSE_readNCount +EXPORT_SYMBOL_GPL vmlinux 0xe591fd6f i2c_dw_acpi_configure +EXPORT_SYMBOL_GPL vmlinux 0xe5958263 kthread_use_mm +EXPORT_SYMBOL_GPL vmlinux 0xe5a2e764 pci_p2pdma_enable_show +EXPORT_SYMBOL_GPL vmlinux 0xe5b028d4 pcc_mbox_free_channel +EXPORT_SYMBOL_GPL vmlinux 0xe5bb5530 pm_generic_poweroff +EXPORT_SYMBOL_GPL vmlinux 0xe5bf6352 _RNvXsh_NtNtNtCs9WMcp1Hn5Bv_4core3fmt3num3impiNtB9_8LowerExp3fmt +EXPORT_SYMBOL_GPL vmlinux 0xe5c02b64 freq_qos_remove_request +EXPORT_SYMBOL_GPL vmlinux 0xe5c2c09d of_icc_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0xe5c5612f regulator_list_hardware_vsel +EXPORT_SYMBOL_GPL vmlinux 0xe5c5ee88 sdio_readsb +EXPORT_SYMBOL_GPL vmlinux 0xe5ce1a56 rhashtable_walk_enter +EXPORT_SYMBOL_GPL vmlinux 0xe5e0239e dax_iomap_rw +EXPORT_SYMBOL_GPL vmlinux 0xe5e8de90 fscrypt_ioctl_get_key_status +EXPORT_SYMBOL_GPL vmlinux 0xe5ecf72c of_hwspin_lock_get_id_byname +EXPORT_SYMBOL_GPL vmlinux 0xe5ee0d02 em_dev_register_perf_domain +EXPORT_SYMBOL_GPL vmlinux 0xe5f2b42d to_software_node +EXPORT_SYMBOL_GPL vmlinux 0xe60632a9 edac_queue_work +EXPORT_SYMBOL_GPL vmlinux 0xe60938fa fat_build_inode +EXPORT_SYMBOL_GPL vmlinux 0xe609410a bpf_trace_run2 +EXPORT_SYMBOL_GPL vmlinux 0xe60a5e8d pids_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0xe60b6d41 thermal_zone_device_disable +EXPORT_SYMBOL_GPL vmlinux 0xe60e0c23 _RNvXs0_NtNtNtCs9WMcp1Hn5Bv_4core3fmt3num3impsNtB9_7Display3fmt +EXPORT_SYMBOL_GPL vmlinux 0xe61b3ff5 dw_pcie_find_ext_capability +EXPORT_SYMBOL_GPL vmlinux 0xe628bb9f phy_fibre_port_array +EXPORT_SYMBOL_GPL vmlinux 0xe62a863b devm_devfreq_event_remove_edev +EXPORT_SYMBOL_GPL vmlinux 0xe630f1a4 __SCK__tp_func_tcp_send_reset +EXPORT_SYMBOL_GPL vmlinux 0xe631a756 _RNvXs5_NtCs9WMcp1Hn5Bv_4core4charNtB5_13EscapeDefaultNtNtB7_3fmt7Display3fmt +EXPORT_SYMBOL_GPL vmlinux 0xe6335fbc xfrm_output +EXPORT_SYMBOL_GPL vmlinux 0xe64ad8ea unregister_nmi_handler +EXPORT_SYMBOL_GPL vmlinux 0xe655f634 _RNvXs2J_NtNtCs9WMcp1Hn5Bv_4core9core_arch4simdNtB6_5m16x8NtNtBa_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xe65a5d3b device_release_driver +EXPORT_SYMBOL_GPL vmlinux 0xe66d956c dev_pm_domain_attach +EXPORT_SYMBOL_GPL vmlinux 0xe6823290 phy_check_downshift +EXPORT_SYMBOL_GPL vmlinux 0xe68e1a55 sata_pmp_qc_defer_cmd_switch +EXPORT_SYMBOL_GPL vmlinux 0xe6a01538 _proc_mkdir +EXPORT_SYMBOL_GPL vmlinux 0xe6ad0183 cpufreq_dbs_governor_stop +EXPORT_SYMBOL_GPL vmlinux 0xe6adec70 rtc_update_irq_enable +EXPORT_SYMBOL_GPL vmlinux 0xe6af5e55 trace_array_init_printk +EXPORT_SYMBOL_GPL vmlinux 0xe6b4eb94 bpf_log +EXPORT_SYMBOL_GPL vmlinux 0xe6c709e6 trace_array_printk +EXPORT_SYMBOL_GPL vmlinux 0xe6c80259 irq_domain_set_hwirq_and_chip +EXPORT_SYMBOL_GPL vmlinux 0xe6e2bae1 _RNvXsT_NtNtCs9WMcp1Hn5Bv_4core9core_arch4simdNtB5_5u64x1NtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xe6e40502 rcu_get_gp_seq +EXPORT_SYMBOL_GPL vmlinux 0xe6e6b684 md_new_event +EXPORT_SYMBOL_GPL vmlinux 0xe6ed220b devm_kstrdup +EXPORT_SYMBOL_GPL vmlinux 0xe6f4ff3a driver_register +EXPORT_SYMBOL_GPL vmlinux 0xe6f52443 klist_add_head +EXPORT_SYMBOL_GPL vmlinux 0xe6f788fb _RNvXs1_NtNtNtCs9WMcp1Hn5Bv_4core3fmt3num3imptNtB9_7Display3fmt +EXPORT_SYMBOL_GPL vmlinux 0xe6f83837 acpi_bus_attach_private_data +EXPORT_SYMBOL_GPL vmlinux 0xe700d767 reset_control_bulk_deassert +EXPORT_SYMBOL_GPL vmlinux 0xe71c960b gpiod_disable_hw_timestamp_ns +EXPORT_SYMBOL_GPL vmlinux 0xe7232e0f user_return_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe7248880 vfs_inode_has_locks +EXPORT_SYMBOL_GPL vmlinux 0xe7268ec1 mddev_suspend +EXPORT_SYMBOL_GPL vmlinux 0xe72bc878 evm_inode_init_security +EXPORT_SYMBOL_GPL vmlinux 0xe73332a2 bus_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0xe7423ace tpmm_chip_alloc +EXPORT_SYMBOL_GPL vmlinux 0xe7440e52 dev_pm_opp_enable +EXPORT_SYMBOL_GPL vmlinux 0xe74480cf __traceiter_pelt_rt_tp +EXPORT_SYMBOL_GPL vmlinux 0xe753b68d devlink_fmsg_arr_pair_nest_end +EXPORT_SYMBOL_GPL vmlinux 0xe753c693 blkg_conf_finish +EXPORT_SYMBOL_GPL vmlinux 0xe75af991 _RNvXs4e_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_10local_apicNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xe762451c _RNvXso_NtCs9WMcp1Hn5Bv_4core4timeNtB5_18FromFloatSecsErrorNtNtB7_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xe765e660 kobject_init_and_add +EXPORT_SYMBOL_GPL vmlinux 0xe765ef10 skb_zerocopy_iter_stream +EXPORT_SYMBOL_GPL vmlinux 0xe769232e sprint_symbol_no_offset +EXPORT_SYMBOL_GPL vmlinux 0xe769eb1c _RNvXs1i_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_8msr_infoNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xe76ba02a pci_find_host_bridge +EXPORT_SYMBOL_GPL vmlinux 0xe7712b76 inode_sb_list_add +EXPORT_SYMBOL_GPL vmlinux 0xe77d5ef3 ata_xfer_mode2mask +EXPORT_SYMBOL_GPL vmlinux 0xe783e261 sysfs_emit +EXPORT_SYMBOL_GPL vmlinux 0xe7870903 regulator_list_voltage_linear +EXPORT_SYMBOL_GPL vmlinux 0xe79bf0c4 klp_shadow_get +EXPORT_SYMBOL_GPL vmlinux 0xe7a42b45 dm_disk +EXPORT_SYMBOL_GPL vmlinux 0xe7b03271 mnt_want_write +EXPORT_SYMBOL_GPL vmlinux 0xe7b29486 _RNvMs6_NtNtCs9WMcp1Hn5Bv_4core3fmt8buildersNtB5_8DebugMap5value +EXPORT_SYMBOL_GPL vmlinux 0xe7b96be0 tdx_mcall_get_report0 +EXPORT_SYMBOL_GPL vmlinux 0xe7bad4e7 cpuidle_register +EXPORT_SYMBOL_GPL vmlinux 0xe7bdb15b blk_crypto_evict_key +EXPORT_SYMBOL_GPL vmlinux 0xe7cbd391 ip6_flush_pending_frames +EXPORT_SYMBOL_GPL vmlinux 0xe7d26896 percpu_down_write +EXPORT_SYMBOL_GPL vmlinux 0xe7d6d2d4 filter_match_preds +EXPORT_SYMBOL_GPL vmlinux 0xe7e14ef8 led_trigger_register +EXPORT_SYMBOL_GPL vmlinux 0xe7ea6f48 bpf_prog_destroy +EXPORT_SYMBOL_GPL vmlinux 0xe7f05aec is_nvdimm_sync +EXPORT_SYMBOL_GPL vmlinux 0xe7f4ecf9 _RNvXs2_NtCs9WMcp1Hn5Bv_4core4charNtB5_13EscapeDefaultNtNtNtNtB7_4iter6traits8iterator8Iterator4next +EXPORT_SYMBOL_GPL vmlinux 0xe80bf2e4 devlink_port_health_reporter_create +EXPORT_SYMBOL_GPL vmlinux 0xe814f64e __traceiter_fib6_table_lookup +EXPORT_SYMBOL_GPL vmlinux 0xe8185b3f rdev_clear_badblocks +EXPORT_SYMBOL_GPL vmlinux 0xe818b32b ata_bmdma_interrupt +EXPORT_SYMBOL_GPL vmlinux 0xe822e917 get_user_pages_fast_only +EXPORT_SYMBOL_GPL vmlinux 0xe82fe150 fuse_abort_conn +EXPORT_SYMBOL_GPL vmlinux 0xe833f5e7 fib_nh_common_release +EXPORT_SYMBOL_GPL vmlinux 0xe83eba32 itlb_multihit_kvm_mitigation +EXPORT_SYMBOL_GPL vmlinux 0xe83feeb4 l3mdev_fib_table_rcu +EXPORT_SYMBOL_GPL vmlinux 0xe84f6e5c pciserial_remove_ports +EXPORT_SYMBOL_GPL vmlinux 0xe8513917 __rust_alloc_zeroed +EXPORT_SYMBOL_GPL vmlinux 0xe862c4b7 dpm_suspend_start +EXPORT_SYMBOL_GPL vmlinux 0xe8683a67 phy_get +EXPORT_SYMBOL_GPL vmlinux 0xe86b0109 sysfs_create_group +EXPORT_SYMBOL_GPL vmlinux 0xe8a1e6d2 usb_autopm_put_interface +EXPORT_SYMBOL_GPL vmlinux 0xe8bc40c5 cn_netlink_send +EXPORT_SYMBOL_GPL vmlinux 0xe8bdc940 pm_runtime_force_suspend +EXPORT_SYMBOL_GPL vmlinux 0xe8c0065d memory_group_register_static +EXPORT_SYMBOL_GPL vmlinux 0xe8c62834 pci_try_reset_function +EXPORT_SYMBOL_GPL vmlinux 0xe8cff17d crypto_stats_ahash_final +EXPORT_SYMBOL_GPL vmlinux 0xe8d6bdcf ata_sas_port_alloc +EXPORT_SYMBOL_GPL vmlinux 0xe8de9b23 _RNvXs1_NtNtCs9WMcp1Hn5Bv_4core9core_arch4simdNtB5_4u8x2NtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xe8e235c8 arch_static_call_transform +EXPORT_SYMBOL_GPL vmlinux 0xe8e44821 __get_task_ioprio +EXPORT_SYMBOL_GPL vmlinux 0xe8e57d5b irq_work_sync +EXPORT_SYMBOL_GPL vmlinux 0xe8efc489 acpi_subsys_suspend_noirq +EXPORT_SYMBOL_GPL vmlinux 0xe8f7701c sysfs_notify +EXPORT_SYMBOL_GPL vmlinux 0xe903062f serdev_device_alloc +EXPORT_SYMBOL_GPL vmlinux 0xe911df29 eventfd_ctx_do_read +EXPORT_SYMBOL_GPL vmlinux 0xe9152686 _RNvXsr_NtCs9WMcp1Hn5Bv_4core3nummNtNtNtB7_3str6traits7FromStr8from_str +EXPORT_SYMBOL_GPL vmlinux 0xe9166081 _RNvXsb_NtCs796HB7yPNRt_8bindings12bindings_rawNtB5_18ftrace_branch_dataNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xe92263f7 _RNvXsd_NtCs9WMcp1Hn5Bv_4core7convertNtB5_10InfallibleNtNtB7_3cmp9PartialEq2eq +EXPORT_SYMBOL_GPL vmlinux 0xe928cfb0 cgroup_get_from_fd +EXPORT_SYMBOL_GPL vmlinux 0xe931bf9f devlink_to_dev +EXPORT_SYMBOL_GPL vmlinux 0xe93d6c2c battery_hook_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe93e49c3 devres_free +EXPORT_SYMBOL_GPL vmlinux 0xe94f5d8c xenbus_free_evtchn +EXPORT_SYMBOL_GPL vmlinux 0xe9552f05 transport_class_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe9736a3e dev_attr_sw_activity +EXPORT_SYMBOL_GPL vmlinux 0xe97ccc82 netif_carrier_event +EXPORT_SYMBOL_GPL vmlinux 0xe97ee721 _RNvMs8_NtCs9WMcp1Hn5Bv_4core3numo14from_str_radix +EXPORT_SYMBOL_GPL vmlinux 0xe97f4f51 fib_rules_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe9819059 tcp_set_state +EXPORT_SYMBOL_GPL vmlinux 0xe9859f32 _RNvXsv_NtNtCs9WMcp1Hn5Bv_4core9core_arch4simdNtB5_5i16x2NtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xe98d5eff acpi_cppc_processor_probe +EXPORT_SYMBOL_GPL vmlinux 0xe99a6c14 ping_recvmsg +EXPORT_SYMBOL_GPL vmlinux 0xe99d1cd0 inet_bhash2_update_saddr +EXPORT_SYMBOL_GPL vmlinux 0xe99f7f34 br_fdb_test_addr_hook +EXPORT_SYMBOL_GPL vmlinux 0xe9a5f58e clk_hw_unregister_composite +EXPORT_SYMBOL_GPL vmlinux 0xe9a6f30e crypto_unregister_template +EXPORT_SYMBOL_GPL vmlinux 0xe9a714e8 irq_get_irq_data +EXPORT_SYMBOL_GPL vmlinux 0xe9bab45f dev_pm_domain_detach +EXPORT_SYMBOL_GPL vmlinux 0xe9c643bc bpf_trace_run10 +EXPORT_SYMBOL_GPL vmlinux 0xe9ce931a kvm_para_available +EXPORT_SYMBOL_GPL vmlinux 0xe9d1b7cf irq_to_pcap +EXPORT_SYMBOL_GPL vmlinux 0xe9d6b31c dm_suspended +EXPORT_SYMBOL_GPL vmlinux 0xe9db4ba7 phy_pm_runtime_put +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 0xe9fc0b52 crypto_stats_aead_decrypt +EXPORT_SYMBOL_GPL vmlinux 0xe9fe4af2 iommu_sva_get_pasid +EXPORT_SYMBOL_GPL vmlinux 0xea018bbb mpi_test_bit +EXPORT_SYMBOL_GPL vmlinux 0xea11599c irq_work_queue +EXPORT_SYMBOL_GPL vmlinux 0xea124bd1 gcd +EXPORT_SYMBOL_GPL vmlinux 0xea16a720 __traceiter_rpm_suspend +EXPORT_SYMBOL_GPL vmlinux 0xea1da8e1 regulator_list_voltage_table +EXPORT_SYMBOL_GPL vmlinux 0xea3759a7 modify_user_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0xea38036f ring_buffer_entries +EXPORT_SYMBOL_GPL vmlinux 0xea3a1964 dev_attr_ncq_prio_enable +EXPORT_SYMBOL_GPL vmlinux 0xea3a23f3 public_key_free +EXPORT_SYMBOL_GPL vmlinux 0xea3ab4b4 ata_sff_softreset +EXPORT_SYMBOL_GPL vmlinux 0xea49931e ip6_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0xea508ccc pci_epc_mem_exit +EXPORT_SYMBOL_GPL vmlinux 0xea710962 regulator_list_voltage_linear_range +EXPORT_SYMBOL_GPL vmlinux 0xea724b21 fat_dir_empty +EXPORT_SYMBOL_GPL vmlinux 0xea8070cb dst_blackhole_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0xea8bbe33 init_srcu_struct +EXPORT_SYMBOL_GPL vmlinux 0xeaa1af32 init_uts_ns +EXPORT_SYMBOL_GPL vmlinux 0xeaad558b sysfs_unbreak_active_protection +EXPORT_SYMBOL_GPL vmlinux 0xeab55ee7 scsi_dh_attached_handler_name +EXPORT_SYMBOL_GPL vmlinux 0xead2fcfc blk_rq_is_poll +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 0xeae1fab6 __SCK__tp_func_sched_cpu_capacity_tp +EXPORT_SYMBOL_GPL vmlinux 0xeae41aa5 regmap_get_max_register +EXPORT_SYMBOL_GPL vmlinux 0xeae67a4d _RNvXsg_NtNtCs9WMcp1Hn5Bv_4core4task4wakeNtB5_14RawWakerVTableNtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xeaf0a57c look_up_OID +EXPORT_SYMBOL_GPL vmlinux 0xeaf3cb23 crc64_be +EXPORT_SYMBOL_GPL vmlinux 0xeafa7527 _RNvXsa_NtCs9WMcp1Hn5Bv_4core3cmpNtB5_8OrderingNtNtB7_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xeb100734 _RNvXs3Z_NtNtCs9WMcp1Hn5Bv_4core9core_arch4simdNtB6_5u8x64NtNtBa_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xeb14834e genphy_c45_an_config_aneg +EXPORT_SYMBOL_GPL vmlinux 0xeb18ed5b udp_cmsg_send +EXPORT_SYMBOL_GPL vmlinux 0xeb21b7be pci_device_group +EXPORT_SYMBOL_GPL vmlinux 0xeb26383c irq_get_domain_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0xeb2cf394 mbox_controller_register +EXPORT_SYMBOL_GPL vmlinux 0xeb2e8f9a _RNvXs1X_NtNtCs9WMcp1Hn5Bv_4core9core_arch4simdNtB6_5i8x16NtNtBa_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xeb342b6b virtqueue_disable_cb +EXPORT_SYMBOL_GPL vmlinux 0xeb40df87 led_trigger_event +EXPORT_SYMBOL_GPL vmlinux 0xeb5ce205 devm_regulator_bulk_put +EXPORT_SYMBOL_GPL vmlinux 0xeb61e7cb devm_gpio_request_one +EXPORT_SYMBOL_GPL vmlinux 0xeb726740 virtqueue_add_inbuf +EXPORT_SYMBOL_GPL vmlinux 0xeb776034 iommu_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0xeb7d9cbe tty_wakeup +EXPORT_SYMBOL_GPL vmlinux 0xeb833c22 xen_has_pv_disk_devices +EXPORT_SYMBOL_GPL vmlinux 0xeb9ad58c l3mdev_update_flow +EXPORT_SYMBOL_GPL vmlinux 0xeb9e07cd devm_mbox_controller_unregister +EXPORT_SYMBOL_GPL vmlinux 0xeba3f143 irq_domain_reset_irq_data +EXPORT_SYMBOL_GPL vmlinux 0xebb1f830 acpi_quirk_skip_gpio_event_handlers +EXPORT_SYMBOL_GPL vmlinux 0xebb8a08c udp4_hwcsum +EXPORT_SYMBOL_GPL vmlinux 0xebbb9b1c xdp_return_buff +EXPORT_SYMBOL_GPL vmlinux 0xebca2451 of_pwm_xlate_with_flags +EXPORT_SYMBOL_GPL vmlinux 0xebce8ad8 _RNvNtCs9WMcp1Hn5Bv_4core9panicking9panic_fmt +EXPORT_SYMBOL_GPL vmlinux 0xebd4cc11 mctrl_gpio_enable_ms +EXPORT_SYMBOL_GPL vmlinux 0xebdfd8c9 _RNvXs1V_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_32___call_single_node__bindgen_ty_1NtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xebf4c04f sdio_writew +EXPORT_SYMBOL_GPL vmlinux 0xebfa1fa6 phy_resolve_aneg_linkmode +EXPORT_SYMBOL_GPL vmlinux 0xec034d95 _RNvNvNtCs9WMcp1Hn5Bv_4core3ptr19swap_nonoverlapping8comptime +EXPORT_SYMBOL_GPL vmlinux 0xec05c1ce ata_sas_tport_delete +EXPORT_SYMBOL_GPL vmlinux 0xec0fa84a __page_file_index +EXPORT_SYMBOL_GPL vmlinux 0xec14032e mmu_interval_notifier_insert_locked +EXPORT_SYMBOL_GPL vmlinux 0xec14cee9 sb800_prefetch +EXPORT_SYMBOL_GPL vmlinux 0xec187334 tcp_get_syncookie_mss +EXPORT_SYMBOL_GPL vmlinux 0xec3798f7 gnttab_page_cache_init +EXPORT_SYMBOL_GPL vmlinux 0xec433a90 class_dev_iter_next +EXPORT_SYMBOL_GPL vmlinux 0xec445c64 get_cpu_device +EXPORT_SYMBOL_GPL vmlinux 0xec5170ce gpiochip_disable_irq +EXPORT_SYMBOL_GPL vmlinux 0xec5668f6 dax_zero_page_range +EXPORT_SYMBOL_GPL vmlinux 0xec5ad73b trace_seq_bitmask +EXPORT_SYMBOL_GPL vmlinux 0xec637586 iommu_sva_find +EXPORT_SYMBOL_GPL vmlinux 0xec65c3f8 regcache_cache_only +EXPORT_SYMBOL_GPL vmlinux 0xec690dcc ata_bmdma_status +EXPORT_SYMBOL_GPL vmlinux 0xec72730b rt_mutex_lock +EXPORT_SYMBOL_GPL vmlinux 0xec732351 rcuwait_wake_up +EXPORT_SYMBOL_GPL vmlinux 0xec774acb cpufreq_frequency_table_verify +EXPORT_SYMBOL_GPL vmlinux 0xec788566 acpi_target_system_state +EXPORT_SYMBOL_GPL vmlinux 0xec7a36a2 tty_set_ldisc +EXPORT_SYMBOL_GPL vmlinux 0xec7e732b dev_attr_em_message +EXPORT_SYMBOL_GPL vmlinux 0xec85f6fe cpufreq_driver_resolve_freq +EXPORT_SYMBOL_GPL vmlinux 0xecb41018 security_inode_create +EXPORT_SYMBOL_GPL vmlinux 0xecba68e3 gnttab_batch_map +EXPORT_SYMBOL_GPL vmlinux 0xecbad0e7 watchdog_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0xecca5c6b gen_pool_get +EXPORT_SYMBOL_GPL vmlinux 0xecd04e60 pm_clk_add_clk +EXPORT_SYMBOL_GPL vmlinux 0xecd08deb _RNvXs5_NtNtCs9WMcp1Hn5Bv_4core3fmt3numiNtB5_10DisplayInt6to_u16 +EXPORT_SYMBOL_GPL vmlinux 0xecd0940d _RNvXs2d_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_28maple_range_64__bindgen_ty_1NtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xecd7a527 gpiod_export_link +EXPORT_SYMBOL_GPL vmlinux 0xecd8f23d xenbus_read +EXPORT_SYMBOL_GPL vmlinux 0xecdbe0e5 pfn_to_online_page +EXPORT_SYMBOL_GPL vmlinux 0xece14994 vfs_fallocate +EXPORT_SYMBOL_GPL vmlinux 0xecf34e9f led_classdev_resume +EXPORT_SYMBOL_GPL vmlinux 0xecf396b8 xen_xenbus_fops +EXPORT_SYMBOL_GPL vmlinux 0xed00f52d devm_gpiod_put +EXPORT_SYMBOL_GPL vmlinux 0xed0f6809 usb_enable_intel_xhci_ports +EXPORT_SYMBOL_GPL vmlinux 0xed1ae30a gpiod_get_index_optional +EXPORT_SYMBOL_GPL vmlinux 0xed251c18 power_supply_am_i_supplied +EXPORT_SYMBOL_GPL vmlinux 0xed29c456 mmput +EXPORT_SYMBOL_GPL vmlinux 0xed2c5bcf power_supply_charge_behaviour_parse +EXPORT_SYMBOL_GPL vmlinux 0xed31ed7a sysfs_add_link_to_group +EXPORT_SYMBOL_GPL vmlinux 0xed34eb1a class_compat_create_link +EXPORT_SYMBOL_GPL vmlinux 0xed362ad6 da903x_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0xed39b7b8 parse_OID +EXPORT_SYMBOL_GPL vmlinux 0xed4c7945 tcp_ca_openreq_child +EXPORT_SYMBOL_GPL vmlinux 0xed5d366c xenbus_frontend_closed +EXPORT_SYMBOL_GPL vmlinux 0xed629b86 nvdimm_region_notify +EXPORT_SYMBOL_GPL vmlinux 0xed68137a device_add +EXPORT_SYMBOL_GPL vmlinux 0xed6de92f crypto_find_alg +EXPORT_SYMBOL_GPL vmlinux 0xed6eebdb __tracepoint_neigh_event_send_dead +EXPORT_SYMBOL_GPL vmlinux 0xed8c384b netdev_xmit_skip_txqueue +EXPORT_SYMBOL_GPL vmlinux 0xed918dde hte_init_line_attr +EXPORT_SYMBOL_GPL vmlinux 0xed980fb3 sata_scr_write +EXPORT_SYMBOL_GPL vmlinux 0xed992693 pci_d3cold_enable +EXPORT_SYMBOL_GPL vmlinux 0xed9fa5e2 bsg_job_put +EXPORT_SYMBOL_GPL vmlinux 0xedb5e675 regulator_get_error_flags +EXPORT_SYMBOL_GPL vmlinux 0xedbf8b7e blk_mq_update_nr_hw_queues +EXPORT_SYMBOL_GPL vmlinux 0xedbfb77c extcon_get_property +EXPORT_SYMBOL_GPL vmlinux 0xedcdd94b thermal_zone_unbind_cooling_device +EXPORT_SYMBOL_GPL vmlinux 0xeddcaf16 blkcg_deactivate_policy +EXPORT_SYMBOL_GPL vmlinux 0xede9a09a btree_lookup +EXPORT_SYMBOL_GPL vmlinux 0xee016069 device_del +EXPORT_SYMBOL_GPL vmlinux 0xee01ab2c power_supply_register +EXPORT_SYMBOL_GPL vmlinux 0xee0ea934 is_software_node +EXPORT_SYMBOL_GPL vmlinux 0xee13e697 set_personality_ia32 +EXPORT_SYMBOL_GPL vmlinux 0xee164a5d serial8250_init_port +EXPORT_SYMBOL_GPL vmlinux 0xee1e88fe devm_request_free_mem_region +EXPORT_SYMBOL_GPL vmlinux 0xee2884fd _RNvXs0_NtCs9WMcp1Hn5Bv_4core5arrayNtB5_17TryFromSliceErrorINtNtB7_7convert4FromNtBX_10InfallibleE4from +EXPORT_SYMBOL_GPL vmlinux 0xee33521a usb_hcd_unmap_urb_for_dma +EXPORT_SYMBOL_GPL vmlinux 0xee341028 power_supply_get_by_name +EXPORT_SYMBOL_GPL vmlinux 0xee38ef57 register_switchdev_blocking_notifier +EXPORT_SYMBOL_GPL vmlinux 0xee518148 kmsg_dump_get_buffer +EXPORT_SYMBOL_GPL vmlinux 0xee60bb45 tty_kclose +EXPORT_SYMBOL_GPL vmlinux 0xee6127fa _RNvXs4i_NtNtCs9WMcp1Hn5Bv_4core3num7nonzeroNtB6_11NonZeroU128NtNtNtBa_3str6traits7FromStr8from_str +EXPORT_SYMBOL_GPL vmlinux 0xee669406 skb_segment_list +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 0xee74ccb4 sdio_writeb +EXPORT_SYMBOL_GPL vmlinux 0xee7cfa16 irq_set_chip_and_handler_name +EXPORT_SYMBOL_GPL vmlinux 0xee8363a9 _RNvXsu_NtCs9WMcp1Hn5Bv_4core4timeNtB5_22FromFloatSecsErrorKindNtNtB7_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xee891b41 usb_sg_init +EXPORT_SYMBOL_GPL vmlinux 0xee95f9e5 pci_epf_free_space +EXPORT_SYMBOL_GPL vmlinux 0xeea76283 divider_ro_determine_rate +EXPORT_SYMBOL_GPL vmlinux 0xeeaebdbe pci_acpi_set_companion_lookup_hook +EXPORT_SYMBOL_GPL vmlinux 0xeeb583ad watchdog_notify_pretimeout +EXPORT_SYMBOL_GPL vmlinux 0xeecb1f24 iomap_bmap +EXPORT_SYMBOL_GPL vmlinux 0xeed18c5a ip6_input +EXPORT_SYMBOL_GPL vmlinux 0xeedd987e phy_10gbit_features_array +EXPORT_SYMBOL_GPL vmlinux 0xeee667d3 fpregs_assert_state_consistent +EXPORT_SYMBOL_GPL vmlinux 0xeee7824d pci_has_p2pmem +EXPORT_SYMBOL_GPL vmlinux 0xeeebe84f pinctrl_put +EXPORT_SYMBOL_GPL vmlinux 0xeef0f10d devlink_traps_register +EXPORT_SYMBOL_GPL vmlinux 0xeef68434 acpi_ec_remove_query_handler +EXPORT_SYMBOL_GPL vmlinux 0xeef6b60c nvdimm_bus_add_badrange +EXPORT_SYMBOL_GPL vmlinux 0xef003f8b pci_scan_child_bus +EXPORT_SYMBOL_GPL vmlinux 0xef0d8285 _RNvXs3k_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_19folio__bindgen_ty_1NtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xef0deb99 devl_trap_policers_register +EXPORT_SYMBOL_GPL vmlinux 0xef13a037 tcp_plb_update_state_upon_rto +EXPORT_SYMBOL_GPL vmlinux 0xef1f6e23 apei_resources_request +EXPORT_SYMBOL_GPL vmlinux 0xef29fcdd clk_bulk_put +EXPORT_SYMBOL_GPL vmlinux 0xef2bbc3e mmc_cmdq_enable +EXPORT_SYMBOL_GPL vmlinux 0xef2d5ad5 gpiod_to_irq +EXPORT_SYMBOL_GPL vmlinux 0xef34bf3e hrtimer_active +EXPORT_SYMBOL_GPL vmlinux 0xef38e3f1 yield_to +EXPORT_SYMBOL_GPL vmlinux 0xef3bd392 dma_opt_mapping_size +EXPORT_SYMBOL_GPL vmlinux 0xef4528eb _RNvXs3O_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_11mem_sectionNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xef464c28 getboottime64 +EXPORT_SYMBOL_GPL vmlinux 0xef5db66d regulator_get_init_drvdata +EXPORT_SYMBOL_GPL vmlinux 0xef5e0fc1 dmaengine_unmap_put +EXPORT_SYMBOL_GPL vmlinux 0xef6c3f70 round_jiffies_up_relative +EXPORT_SYMBOL_GPL vmlinux 0xef70eb7e ring_buffer_iter_advance +EXPORT_SYMBOL_GPL vmlinux 0xef7358bf acpi_bus_trim +EXPORT_SYMBOL_GPL vmlinux 0xef8fc95f kvm_async_pf_task_wait_schedule +EXPORT_SYMBOL_GPL vmlinux 0xef92bdbe regmap_raw_read +EXPORT_SYMBOL_GPL vmlinux 0xef92ef33 btree_last +EXPORT_SYMBOL_GPL vmlinux 0xefa0f205 iommu_dev_disable_feature +EXPORT_SYMBOL_GPL vmlinux 0xefa2c27d register_tracepoint_module_notifier +EXPORT_SYMBOL_GPL vmlinux 0xefac4dfc free_vm_area +EXPORT_SYMBOL_GPL vmlinux 0xefb96574 pci_epc_put +EXPORT_SYMBOL_GPL vmlinux 0xefcd6dd1 _RNvXs6_NtCs9WMcp1Hn5Bv_4core5allocNtB5_10AllocErrorNtNtB7_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xefdb5607 usb_register_driver +EXPORT_SYMBOL_GPL vmlinux 0xefdf215e __tracepoint_sched_overutilized_tp +EXPORT_SYMBOL_GPL vmlinux 0xefe8ba2f __kthread_should_park +EXPORT_SYMBOL_GPL vmlinux 0xefeafcf1 edac_has_mcs +EXPORT_SYMBOL_GPL vmlinux 0xeff0633e blk_mq_virtio_map_queues +EXPORT_SYMBOL_GPL vmlinux 0xeff5ee4f generic_fh_to_parent +EXPORT_SYMBOL_GPL vmlinux 0xeff5f3a9 lwtunnel_valid_encap_type +EXPORT_SYMBOL_GPL vmlinux 0xf0016c01 spi_controller_dma_unmap_mem_op_data +EXPORT_SYMBOL_GPL vmlinux 0xf015f5ab acct_bioset_init +EXPORT_SYMBOL_GPL vmlinux 0xf0312b05 bpf_warn_invalid_xdp_action +EXPORT_SYMBOL_GPL vmlinux 0xf0425370 devfreq_event_enable_edev +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 0xf0688752 tps6586x_update +EXPORT_SYMBOL_GPL vmlinux 0xf0696401 acpi_pci_detect_ejectable +EXPORT_SYMBOL_GPL vmlinux 0xf0715b04 buffer_migrate_folio_norefs +EXPORT_SYMBOL_GPL vmlinux 0xf08fcfa1 clk_hw_register_composite +EXPORT_SYMBOL_GPL vmlinux 0xf0910075 sfp_bus_del_upstream +EXPORT_SYMBOL_GPL vmlinux 0xf09b8093 of_clk_hw_register +EXPORT_SYMBOL_GPL vmlinux 0xf0c5ac28 vfs_removexattr +EXPORT_SYMBOL_GPL vmlinux 0xf0ca62d4 mctrl_gpio_init +EXPORT_SYMBOL_GPL vmlinux 0xf0d16a6d _RNvMs7_NtCs9WMcp1Hn5Bv_4core3fmtNtB5_9Formatter9debug_map +EXPORT_SYMBOL_GPL vmlinux 0xf0d9b651 __ata_ehi_push_desc +EXPORT_SYMBOL_GPL vmlinux 0xf0e7dc5a usb_driver_set_configuration +EXPORT_SYMBOL_GPL vmlinux 0xf0e92a3a kgdb_register_io_module +EXPORT_SYMBOL_GPL vmlinux 0xf0eb47c5 phy_optional_get +EXPORT_SYMBOL_GPL vmlinux 0xf0f0a4d2 crypto_register_template +EXPORT_SYMBOL_GPL vmlinux 0xf0f17cc8 adp5520_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0xf0f99bc8 acpi_gpiochip_request_interrupts +EXPORT_SYMBOL_GPL vmlinux 0xf0fa5816 param_set_uint_minmax +EXPORT_SYMBOL_GPL vmlinux 0xf0fd0b61 x86_perf_get_lbr +EXPORT_SYMBOL_GPL vmlinux 0xf0fd8507 register_pernet_device +EXPORT_SYMBOL_GPL vmlinux 0xf1011d51 usb_add_phy_dev +EXPORT_SYMBOL_GPL vmlinux 0xf10e2154 usb_get_descriptor +EXPORT_SYMBOL_GPL vmlinux 0xf10f99ac ata_pci_sff_prepare_host +EXPORT_SYMBOL_GPL vmlinux 0xf1158a30 irq_domain_push_irq +EXPORT_SYMBOL_GPL vmlinux 0xf14317ef devl_rate_nodes_destroy +EXPORT_SYMBOL_GPL vmlinux 0xf14ba33e shash_free_singlespawn_instance +EXPORT_SYMBOL_GPL vmlinux 0xf15160c8 _RNvXs2_NtCs9WMcp1Hn5Bv_4core5asciiNtB5_13EscapeDefaultNtNtB7_3fmt7Display3fmt +EXPORT_SYMBOL_GPL vmlinux 0xf1520b9e __regmap_init_i2c +EXPORT_SYMBOL_GPL vmlinux 0xf155bf0d devl_resource_size_get +EXPORT_SYMBOL_GPL vmlinux 0xf158867a device_get_child_node_count +EXPORT_SYMBOL_GPL vmlinux 0xf15e6062 ata_acpi_gtm_xfermask +EXPORT_SYMBOL_GPL vmlinux 0xf17256e0 pci_add_dynid +EXPORT_SYMBOL_GPL vmlinux 0xf184d189 kernel_power_off +EXPORT_SYMBOL_GPL vmlinux 0xf188a662 rhashtable_walk_exit +EXPORT_SYMBOL_GPL vmlinux 0xf19c9bb6 __dev_forward_skb +EXPORT_SYMBOL_GPL vmlinux 0xf1a66cc5 blk_update_request +EXPORT_SYMBOL_GPL vmlinux 0xf1bd2c6c devm_device_add_group +EXPORT_SYMBOL_GPL vmlinux 0xf1cd8929 kvm_read_and_reset_apf_flags +EXPORT_SYMBOL_GPL vmlinux 0xf1e11ac1 unregister_wide_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0xf1f245ed divider_ro_round_rate_parent +EXPORT_SYMBOL_GPL vmlinux 0xf1fc849a dm_submit_bio_remap +EXPORT_SYMBOL_GPL vmlinux 0xf204353a _RNvNvNtCs9WMcp1Hn5Bv_4core3ptr14write_volatile8comptime +EXPORT_SYMBOL_GPL vmlinux 0xf204d522 __kernel_write +EXPORT_SYMBOL_GPL vmlinux 0xf204e691 uart_insert_char +EXPORT_SYMBOL_GPL vmlinux 0xf2140c4f _RNvNtNtNtCs9WMcp1Hn5Bv_4core7unicode12unicode_data15grapheme_extend6lookup +EXPORT_SYMBOL_GPL vmlinux 0xf2170931 relay_subbufs_consumed +EXPORT_SYMBOL_GPL vmlinux 0xf21e1f9b disable_percpu_irq +EXPORT_SYMBOL_GPL vmlinux 0xf221c5de pinctrl_find_and_add_gpio_range +EXPORT_SYMBOL_GPL vmlinux 0xf22e980b xhci_resume +EXPORT_SYMBOL_GPL vmlinux 0xf2384527 page_cache_sync_ra +EXPORT_SYMBOL_GPL vmlinux 0xf239b0eb fat_detach +EXPORT_SYMBOL_GPL vmlinux 0xf23b6c14 vcap_rule_set_counter +EXPORT_SYMBOL_GPL vmlinux 0xf23fe2cc ata_do_dev_read_id +EXPORT_SYMBOL_GPL vmlinux 0xf24c2726 dev_fill_metadata_dst +EXPORT_SYMBOL_GPL vmlinux 0xf24daa13 pci_stop_and_remove_bus_device_locked +EXPORT_SYMBOL_GPL vmlinux 0xf25cb007 tty_buffer_unlock_exclusive +EXPORT_SYMBOL_GPL vmlinux 0xf25fdb1d xenbus_dev_suspend +EXPORT_SYMBOL_GPL vmlinux 0xf26605f8 __tracepoint_neigh_update_done +EXPORT_SYMBOL_GPL vmlinux 0xf26668c4 netdev_rx_handler_register +EXPORT_SYMBOL_GPL vmlinux 0xf2732b17 inet_csk_reqsk_queue_hash_add +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 0xf2986e5a skb_splice_bits +EXPORT_SYMBOL_GPL vmlinux 0xf29f1d66 clk_hw_set_rate_range +EXPORT_SYMBOL_GPL vmlinux 0xf2b09300 devm_nvmem_device_put +EXPORT_SYMBOL_GPL vmlinux 0xf2b33cb7 memory_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0xf2b3aea1 dev_pm_opp_get_max_clock_latency +EXPORT_SYMBOL_GPL vmlinux 0xf2b5c305 sata_scr_write_flush +EXPORT_SYMBOL_GPL vmlinux 0xf2bb33a1 led_trigger_write +EXPORT_SYMBOL_GPL vmlinux 0xf2c53d53 pci_write_msi_msg +EXPORT_SYMBOL_GPL vmlinux 0xf2cbb3ac regmap_reinit_cache +EXPORT_SYMBOL_GPL vmlinux 0xf2e24fb1 dev_pm_opp_set_opp +EXPORT_SYMBOL_GPL vmlinux 0xf2e33fe2 eventfd_fget +EXPORT_SYMBOL_GPL vmlinux 0xf2e350c4 _RNvXs_NtNtNtCs9WMcp1Hn5Bv_4core4iter6traits7collectuINtB4_6ExtenduE10extend_one +EXPORT_SYMBOL_GPL vmlinux 0xf2f61783 create_signature +EXPORT_SYMBOL_GPL vmlinux 0xf2fb61bd vprintk_default +EXPORT_SYMBOL_GPL vmlinux 0xf2ff4bc2 serial8250_em485_supported +EXPORT_SYMBOL_GPL vmlinux 0xf2ff9d21 balloon_mops +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 0xf321ddba _RNvXsH_NtNtCs9WMcp1Hn5Bv_4core9core_arch4simdNtB5_5u16x4NtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xf328b618 clk_fractional_divider_ops +EXPORT_SYMBOL_GPL vmlinux 0xf32bdc5d unregister_xenstore_notifier +EXPORT_SYMBOL_GPL vmlinux 0xf32cbf3c dax_layout_busy_page +EXPORT_SYMBOL_GPL vmlinux 0xf331236f btree_geo32 +EXPORT_SYMBOL_GPL vmlinux 0xf3340e7c uprobe_unregister +EXPORT_SYMBOL_GPL vmlinux 0xf337358d __regmap_init_spi +EXPORT_SYMBOL_GPL vmlinux 0xf33738ae devm_regulator_irq_helper +EXPORT_SYMBOL_GPL vmlinux 0xf338901b _RNvXs9_NtNtCs9WMcp1Hn5Bv_4core3fmt3numyNtB5_10DisplayInt6to_u64 +EXPORT_SYMBOL_GPL vmlinux 0xf33c2f36 unregister_ftrace_function +EXPORT_SYMBOL_GPL vmlinux 0xf3434d3a acpi_subsys_suspend_late +EXPORT_SYMBOL_GPL vmlinux 0xf350b34b regulator_allow_bypass +EXPORT_SYMBOL_GPL vmlinux 0xf352023f memory_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0xf35a50b6 usb_deregister +EXPORT_SYMBOL_GPL vmlinux 0xf3663266 sdio_align_size +EXPORT_SYMBOL_GPL vmlinux 0xf368e132 device_bind_driver +EXPORT_SYMBOL_GPL vmlinux 0xf36ae8b8 devm_nvmem_cell_get +EXPORT_SYMBOL_GPL vmlinux 0xf36eefba pwm_set_chip_data +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 0xf3b451ca kdb_poll_funcs +EXPORT_SYMBOL_GPL vmlinux 0xf3b95d79 btree_remove +EXPORT_SYMBOL_GPL vmlinux 0xf3b9adc9 shash_ahash_update +EXPORT_SYMBOL_GPL vmlinux 0xf3d17464 mptcp_pm_get_add_addr_accept_max +EXPORT_SYMBOL_GPL vmlinux 0xf3e9b0b0 crypto_mod_put +EXPORT_SYMBOL_GPL vmlinux 0xf3eb83e7 crypto_alloc_base +EXPORT_SYMBOL_GPL vmlinux 0xf3ed182e clk_hw_rate_is_protected +EXPORT_SYMBOL_GPL vmlinux 0xf3ed8313 _RNvXs3t_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_28vm_area_struct__bindgen_ty_1NtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xf41dcc0a phy_led_triggers_register +EXPORT_SYMBOL_GPL vmlinux 0xf42443ae lp8788_update_bits +EXPORT_SYMBOL_GPL vmlinux 0xf4633e07 rio_unmap_inb_region +EXPORT_SYMBOL_GPL vmlinux 0xf466b2b5 regmap_bulk_write +EXPORT_SYMBOL_GPL vmlinux 0xf4689d50 linkmode_set_pause +EXPORT_SYMBOL_GPL vmlinux 0xf46b1564 regulator_count_voltages +EXPORT_SYMBOL_GPL vmlinux 0xf47654df irq_check_status_bit +EXPORT_SYMBOL_GPL vmlinux 0xf4794e9b fscrypt_set_bio_crypt_ctx_bh +EXPORT_SYMBOL_GPL vmlinux 0xf47bfd6f pci_set_cacheline_size +EXPORT_SYMBOL_GPL vmlinux 0xf47cf18e devlink_param_unregister +EXPORT_SYMBOL_GPL vmlinux 0xf4924afa governor_sysfs_ops +EXPORT_SYMBOL_GPL vmlinux 0xf4945aa4 da903x_reads +EXPORT_SYMBOL_GPL vmlinux 0xf498df53 phy_put +EXPORT_SYMBOL_GPL vmlinux 0xf4a8230c regmap_fields_update_bits_base +EXPORT_SYMBOL_GPL vmlinux 0xf4af35c2 rcu_gp_is_normal +EXPORT_SYMBOL_GPL vmlinux 0xf4b1d457 usb_ep0_reinit +EXPORT_SYMBOL_GPL vmlinux 0xf4c91fe1 inet_ctl_sock_create +EXPORT_SYMBOL_GPL vmlinux 0xf4cd9f8f reset_control_bulk_release +EXPORT_SYMBOL_GPL vmlinux 0xf4d11d65 devm_extcon_dev_free +EXPORT_SYMBOL_GPL vmlinux 0xf4d159ec devm_regulator_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0xf4d7e137 events_hybrid_sysfs_show +EXPORT_SYMBOL_GPL vmlinux 0xf4db4fb0 __ip6_local_out +EXPORT_SYMBOL_GPL vmlinux 0xf4dd89bf uv_get_hubless_system +EXPORT_SYMBOL_GPL vmlinux 0xf4f86fb7 sk_msg_is_readable +EXPORT_SYMBOL_GPL vmlinux 0xf5098d2b put_device +EXPORT_SYMBOL_GPL vmlinux 0xf5120292 iommu_iova_to_phys +EXPORT_SYMBOL_GPL vmlinux 0xf51236c4 pinctrl_pm_select_idle_state +EXPORT_SYMBOL_GPL vmlinux 0xf5155dff pci_pri_supported +EXPORT_SYMBOL_GPL vmlinux 0xf51efa53 __tracepoint_arm_event +EXPORT_SYMBOL_GPL vmlinux 0xf52712e5 ata_pci_bmdma_init_one +EXPORT_SYMBOL_GPL vmlinux 0xf533c477 __tracepoint_pelt_thermal_tp +EXPORT_SYMBOL_GPL vmlinux 0xf541713b vcap_filter_rule_keys +EXPORT_SYMBOL_GPL vmlinux 0xf54bd49b lcm +EXPORT_SYMBOL_GPL vmlinux 0xf5521474 __SCK__tp_func_mc_event +EXPORT_SYMBOL_GPL vmlinux 0xf553318d cpuidle_pause_and_lock +EXPORT_SYMBOL_GPL vmlinux 0xf557749b vp_modern_set_queue_enable +EXPORT_SYMBOL_GPL vmlinux 0xf5676bac led_set_brightness_sync +EXPORT_SYMBOL_GPL vmlinux 0xf57ec72c __fat_fs_error +EXPORT_SYMBOL_GPL vmlinux 0xf5873c7a fib_rule_matchall +EXPORT_SYMBOL_GPL vmlinux 0xf597e1ad proc_create_net_data_write +EXPORT_SYMBOL_GPL vmlinux 0xf59fb907 _RNvXs0_NtNtCs9WMcp1Hn5Bv_4core5panic8locationNtB5_8LocationNtNtB9_3fmt7Display3fmt +EXPORT_SYMBOL_GPL vmlinux 0xf5a067bf iommu_group_dma_owner_claimed +EXPORT_SYMBOL_GPL vmlinux 0xf5a2ff9c xhci_update_hub_device +EXPORT_SYMBOL_GPL vmlinux 0xf5a3ba99 linear_range_values_in_range +EXPORT_SYMBOL_GPL vmlinux 0xf5a691cd invalidate_bh_lrus +EXPORT_SYMBOL_GPL vmlinux 0xf5b4249b devm_kfree +EXPORT_SYMBOL_GPL vmlinux 0xf5ba0e2c switchdev_handle_port_attr_set +EXPORT_SYMBOL_GPL vmlinux 0xf5c4084e skb_mpls_push +EXPORT_SYMBOL_GPL vmlinux 0xf5d09827 pm_generic_resume_early +EXPORT_SYMBOL_GPL vmlinux 0xf5d2b965 __fscrypt_prepare_readdir +EXPORT_SYMBOL_GPL vmlinux 0xf5db4dac rust_fmt_argument +EXPORT_SYMBOL_GPL vmlinux 0xf5dcdfd8 evict_inodes +EXPORT_SYMBOL_GPL vmlinux 0xf5e401e9 gpiochip_relres_irq +EXPORT_SYMBOL_GPL vmlinux 0xf5e4824c devm_regulator_get_enable_optional +EXPORT_SYMBOL_GPL vmlinux 0xf5e97c2b rio_unregister_mport +EXPORT_SYMBOL_GPL vmlinux 0xf5ed5937 ata_scsi_dma_need_drain +EXPORT_SYMBOL_GPL vmlinux 0xf5f214b9 thermal_clear_package_intr_status +EXPORT_SYMBOL_GPL vmlinux 0xf5f370e0 async_schedule_node +EXPORT_SYMBOL_GPL vmlinux 0xf5f4935a vfs_test_lock +EXPORT_SYMBOL_GPL vmlinux 0xf5f59043 _RNvXs1Y_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_22spinlock__bindgen_ty_1NtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xf5fdc6f9 crypto_dequeue_request +EXPORT_SYMBOL_GPL vmlinux 0xf6110784 fsverity_ioctl_measure +EXPORT_SYMBOL_GPL vmlinux 0xf61b3101 _RNvXs12_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_10pv_irq_opsNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xf63496d2 rt_mutex_lock_interruptible +EXPORT_SYMBOL_GPL vmlinux 0xf63c0d23 fpu_enable_guest_xfd_features +EXPORT_SYMBOL_GPL vmlinux 0xf6410cc6 gpiochip_is_requested +EXPORT_SYMBOL_GPL vmlinux 0xf64aaa25 alarm_init +EXPORT_SYMBOL_GPL vmlinux 0xf6534e3e xhci_dbg_trace +EXPORT_SYMBOL_GPL vmlinux 0xf653cc24 rio_unlock_device +EXPORT_SYMBOL_GPL vmlinux 0xf6596f61 device_dma_supported +EXPORT_SYMBOL_GPL vmlinux 0xf663ee2f pcap_adc_sync +EXPORT_SYMBOL_GPL vmlinux 0xf66c2d2d devm_release_action +EXPORT_SYMBOL_GPL vmlinux 0xf66f66be devm_power_supply_register +EXPORT_SYMBOL_GPL vmlinux 0xf6748662 udp4_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0xf689e7f5 pci_find_vsec_capability +EXPORT_SYMBOL_GPL vmlinux 0xf6a28554 region_intersects +EXPORT_SYMBOL_GPL vmlinux 0xf6b2b52c sk_msg_trim +EXPORT_SYMBOL_GPL vmlinux 0xf6b6fe9e rio_attach_device +EXPORT_SYMBOL_GPL vmlinux 0xf6bd2948 usb_get_intf +EXPORT_SYMBOL_GPL vmlinux 0xf6bfe0a4 _RNvXs1P_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_17fixed_percpu_dataNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xf6c71a25 cper_severity_str +EXPORT_SYMBOL_GPL vmlinux 0xf6c8dc62 cpu_hotplug_enable +EXPORT_SYMBOL_GPL vmlinux 0xf6cc9b06 fib_rules_dump +EXPORT_SYMBOL_GPL vmlinux 0xf6e784cb dev_pm_opp_find_freq_floor +EXPORT_SYMBOL_GPL vmlinux 0xf6e787ff subsys_interface_register +EXPORT_SYMBOL_GPL vmlinux 0xf6e874f5 ata_timing_merge +EXPORT_SYMBOL_GPL vmlinux 0xf6ec2e6e blk_mq_quiesce_queue_nowait +EXPORT_SYMBOL_GPL vmlinux 0xf6f16c56 rcu_barrier_tasks +EXPORT_SYMBOL_GPL vmlinux 0xf6fdd71a i2c_dw_validate_speed +EXPORT_SYMBOL_GPL vmlinux 0xf6fe6dec _RNvNtNtNtCs9WMcp1Hn5Bv_4core7unicode12unicode_data14case_ignorable6lookup +EXPORT_SYMBOL_GPL vmlinux 0xf7035458 tps6586x_set_bits +EXPORT_SYMBOL_GPL vmlinux 0xf7077130 clk_hw_register_fractional_divider +EXPORT_SYMBOL_GPL vmlinux 0xf70e4a4d preempt_schedule_notrace +EXPORT_SYMBOL_GPL vmlinux 0xf71ade0b devm_of_icc_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0xf7289108 _RNvXs3N_NtNtCs9WMcp1Hn5Bv_4core9core_arch4simdNtB6_5f32x8NtNtBa_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xf72a65ea tty_get_char_size +EXPORT_SYMBOL_GPL vmlinux 0xf730d168 noop_direct_IO +EXPORT_SYMBOL_GPL vmlinux 0xf7336600 sdio_release_irq +EXPORT_SYMBOL_GPL vmlinux 0xf7422fb7 blk_mq_freeze_queue_wait_timeout +EXPORT_SYMBOL_GPL vmlinux 0xf744298f hv_unmap_memory +EXPORT_SYMBOL_GPL vmlinux 0xf7455c16 input_event_to_user +EXPORT_SYMBOL_GPL vmlinux 0xf749debc md5_zero_message_hash +EXPORT_SYMBOL_GPL vmlinux 0xf74bb274 mod_delayed_work_on +EXPORT_SYMBOL_GPL vmlinux 0xf74e7c93 jump_label_rate_limit +EXPORT_SYMBOL_GPL vmlinux 0xf767ca35 fixed_percpu_data +EXPORT_SYMBOL_GPL vmlinux 0xf7772598 iommu_domain_alloc +EXPORT_SYMBOL_GPL vmlinux 0xf7772bde xas_init_marks +EXPORT_SYMBOL_GPL vmlinux 0xf77d1711 _RNvMs4_NtCs9WMcp1Hn5Bv_4core3numh14from_str_radix +EXPORT_SYMBOL_GPL vmlinux 0xf77fb1f8 ata_host_init +EXPORT_SYMBOL_GPL vmlinux 0xf782f88b ip_icmp_error_rfc4884 +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 0xf7881129 pci_sriov_get_totalvfs +EXPORT_SYMBOL_GPL vmlinux 0xf78fed92 irq_chip_mask_parent +EXPORT_SYMBOL_GPL vmlinux 0xf7902c62 _RNvXs1n_NtNtCs9WMcp1Hn5Bv_4core9core_arch4simdNtB6_5f32x2NtNtBa_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xf79450e4 __pm_runtime_set_status +EXPORT_SYMBOL_GPL vmlinux 0xf7afb369 btree_init +EXPORT_SYMBOL_GPL vmlinux 0xf7b4d879 __tracepoint_br_fdb_add +EXPORT_SYMBOL_GPL vmlinux 0xf7b59df0 extcon_dev_unregister +EXPORT_SYMBOL_GPL vmlinux 0xf7baf7cb usb_get_role_switch_default_mode +EXPORT_SYMBOL_GPL vmlinux 0xf7bc95b0 devlink_fmsg_pair_nest_start +EXPORT_SYMBOL_GPL vmlinux 0xf7bd523e scsi_check_sense +EXPORT_SYMBOL_GPL vmlinux 0xf7c3f273 xen_resume_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0xf7f49475 xdp_do_redirect +EXPORT_SYMBOL_GPL vmlinux 0xf81dce70 thermal_genl_cpu_capability_event +EXPORT_SYMBOL_GPL vmlinux 0xf82f3657 work_on_cpu +EXPORT_SYMBOL_GPL vmlinux 0xf82fc955 sock_diag_save_cookie +EXPORT_SYMBOL_GPL vmlinux 0xf8314431 ata_sas_port_stop +EXPORT_SYMBOL_GPL vmlinux 0xf8365c61 virtio_device_restore +EXPORT_SYMBOL_GPL vmlinux 0xf84b72b6 _RNvMs7_NtCs9WMcp1Hn5Bv_4core3fmtNtB5_9Formatter9write_fmt +EXPORT_SYMBOL_GPL vmlinux 0xf8540d8c sbitmap_any_bit_set +EXPORT_SYMBOL_GPL vmlinux 0xf8645729 _RNvXs8_NtCs9WMcp1Hn5Bv_4core3fmtNtB5_9FormatterNtB5_5Write10write_char +EXPORT_SYMBOL_GPL vmlinux 0xf86632c8 fscrypt_ioctl_get_nonce +EXPORT_SYMBOL_GPL vmlinux 0xf86a4d8e devfreq_event_disable_edev +EXPORT_SYMBOL_GPL vmlinux 0xf872c521 mbox_chan_txdone +EXPORT_SYMBOL_GPL vmlinux 0xf881cecd load_fixmap_gdt +EXPORT_SYMBOL_GPL vmlinux 0xf883bf93 crypto_dh_key_len +EXPORT_SYMBOL_GPL vmlinux 0xf884ad88 fsnotify_destroy_mark +EXPORT_SYMBOL_GPL vmlinux 0xf8876d28 wm831x_auxadc_read +EXPORT_SYMBOL_GPL vmlinux 0xf889f4e2 regulator_set_voltage_sel_pickable_regmap +EXPORT_SYMBOL_GPL vmlinux 0xf892fe4c crypto_drop_spawn +EXPORT_SYMBOL_GPL vmlinux 0xf8a8e886 ata_qc_complete_multiple +EXPORT_SYMBOL_GPL vmlinux 0xf8b1730f vcap_rule_add_key_bit +EXPORT_SYMBOL_GPL vmlinux 0xf8bc0beb clear_node_memory_type +EXPORT_SYMBOL_GPL vmlinux 0xf8c426d7 devm_create_dev_dax +EXPORT_SYMBOL_GPL vmlinux 0xf8c607b5 blk_insert_cloned_request +EXPORT_SYMBOL_GPL vmlinux 0xf8c902cf dw_pcie_write_dbi +EXPORT_SYMBOL_GPL vmlinux 0xf8ccfc8a sata_set_spd +EXPORT_SYMBOL_GPL vmlinux 0xf8f3a0fb ata_ratelimit +EXPORT_SYMBOL_GPL vmlinux 0xf8f6b27e _RNvXs2r_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_12rw_semaphoreNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xf8fa0553 fuse_dev_fiq_ops +EXPORT_SYMBOL_GPL vmlinux 0xf8fbbe65 _RNvXs1a_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_11__fpstate_32NtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xf8fe3986 pat_pfn_immune_to_uc_mtrr +EXPORT_SYMBOL_GPL vmlinux 0xf91a5f90 blk_mq_sched_try_insert_merge +EXPORT_SYMBOL_GPL vmlinux 0xf91f6d8f get_dev_pagemap +EXPORT_SYMBOL_GPL vmlinux 0xf92999d5 gpiod_set_debounce +EXPORT_SYMBOL_GPL vmlinux 0xf9348164 _RNvXs2q_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_11ma_wr_stateNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xf93da23e device_add_groups +EXPORT_SYMBOL_GPL vmlinux 0xf95322f4 kthread_parkme +EXPORT_SYMBOL_GPL vmlinux 0xf955e9c5 bprintf +EXPORT_SYMBOL_GPL vmlinux 0xf95616b9 __traceiter_rpm_resume +EXPORT_SYMBOL_GPL vmlinux 0xf9575f15 blk_mq_flush_busy_ctxs +EXPORT_SYMBOL_GPL vmlinux 0xf9810f23 _RNvXso_NtNtCs9WMcp1Hn5Bv_4core9core_arch3x86NtB5_6___m256NtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xf9856ae1 __clk_get_hw +EXPORT_SYMBOL_GPL vmlinux 0xf996cc00 cpufreq_dbs_governor_exit +EXPORT_SYMBOL_GPL vmlinux 0xf99d9d9e extcon_set_property_capability +EXPORT_SYMBOL_GPL vmlinux 0xf9a054b5 __round_jiffies +EXPORT_SYMBOL_GPL vmlinux 0xf9a3b3bb nvdimm_clear_poison +EXPORT_SYMBOL_GPL vmlinux 0xf9a46f82 posix_acl_default_xattr_handler +EXPORT_SYMBOL_GPL vmlinux 0xf9ab49d2 fib_rules_seq_read +EXPORT_SYMBOL_GPL vmlinux 0xf9adec99 __usb_create_hcd +EXPORT_SYMBOL_GPL vmlinux 0xf9b322ce __SCK__tp_func_powernv_throttle +EXPORT_SYMBOL_GPL vmlinux 0xf9b34a0b iopf_queue_free +EXPORT_SYMBOL_GPL vmlinux 0xf9be868a bpf_trace_run4 +EXPORT_SYMBOL_GPL vmlinux 0xf9be9fa9 _RNvXs24_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_15pcpu_group_infoNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xf9e62cd6 _RNvXsg_NtCs9WMcp1Hn5Bv_4core4cellNtB5_14BorrowMutErrorNtNtB7_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xf9eaabad iommu_map_sg +EXPORT_SYMBOL_GPL vmlinux 0xf9ef7ef9 genphy_c45_pma_baset1_read_master_slave +EXPORT_SYMBOL_GPL vmlinux 0xf9f8f630 _RNvXsx_NtCs796HB7yPNRt_8bindings12bindings_rawNtB5_12__ddebug_infoNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xf9fb98ca _RNvNvMsc_NtNtCs9WMcp1Hn5Bv_4core3num7nonzeroNtB7_10NonZeroU3213new_unchecked8comptime +EXPORT_SYMBOL_GPL vmlinux 0xf9ff1135 rt_mutex_trylock +EXPORT_SYMBOL_GPL vmlinux 0xfa19b798 _RNvXs4n_NtNtCs9WMcp1Hn5Bv_4core3num7nonzeroNtB6_10NonZeroI64NtNtNtBa_3str6traits7FromStr8from_str +EXPORT_SYMBOL_GPL vmlinux 0xfa1b5dab sdio_get_host_pm_caps +EXPORT_SYMBOL_GPL vmlinux 0xfa1dcb07 pm_clk_runtime_suspend +EXPORT_SYMBOL_GPL vmlinux 0xfa1eb910 unregister_syscore_ops +EXPORT_SYMBOL_GPL vmlinux 0xfa202111 net_selftest +EXPORT_SYMBOL_GPL vmlinux 0xfa20488d tcp_parse_mss_option +EXPORT_SYMBOL_GPL vmlinux 0xfa2e19d4 irqd_cfg +EXPORT_SYMBOL_GPL vmlinux 0xfa349688 aer_recover_queue +EXPORT_SYMBOL_GPL vmlinux 0xfa35044a alternatives_patched +EXPORT_SYMBOL_GPL vmlinux 0xfa37fb11 vcap_mod_rule +EXPORT_SYMBOL_GPL vmlinux 0xfa43cefc is_hash_blacklisted +EXPORT_SYMBOL_GPL vmlinux 0xfa583c0e alloc_dax_region +EXPORT_SYMBOL_GPL vmlinux 0xfa5ca1e7 _RNvXs3g_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_4pageNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xfa5dc525 sock_gen_put +EXPORT_SYMBOL_GPL vmlinux 0xfa62df76 ncsi_vlan_rx_kill_vid +EXPORT_SYMBOL_GPL vmlinux 0xfa666974 queue_work_node +EXPORT_SYMBOL_GPL vmlinux 0xfa6af7a1 xfrm_put_translator +EXPORT_SYMBOL_GPL vmlinux 0xfa7c6517 fwnode_handle_get +EXPORT_SYMBOL_GPL vmlinux 0xfa859dfd devfreq_cooling_unregister +EXPORT_SYMBOL_GPL vmlinux 0xfa8bb8ec platform_msi_domain_alloc_irqs +EXPORT_SYMBOL_GPL vmlinux 0xfaa51795 usb_string +EXPORT_SYMBOL_GPL vmlinux 0xfaa936da devm_regulator_get_exclusive +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 0xfabc144c pm_generic_resume_noirq +EXPORT_SYMBOL_GPL vmlinux 0xfabc1fdd lwtunnel_xmit +EXPORT_SYMBOL_GPL vmlinux 0xfad9c827 kill_dax +EXPORT_SYMBOL_GPL vmlinux 0xfae3193e __devm_clk_hw_register_mux +EXPORT_SYMBOL_GPL vmlinux 0xfb0794c8 _RNvXsi_NtNtCs9WMcp1Hn5Bv_4core4hash3sipNtB5_5StateNtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xfb0d0dc0 apei_get_debugfs_dir +EXPORT_SYMBOL_GPL vmlinux 0xfb1aac2e devres_add +EXPORT_SYMBOL_GPL vmlinux 0xfb21c08b dma_can_mmap +EXPORT_SYMBOL_GPL vmlinux 0xfb226a71 ata_sff_port_ops +EXPORT_SYMBOL_GPL vmlinux 0xfb2722bf sata_scr_valid +EXPORT_SYMBOL_GPL vmlinux 0xfb32b30f ring_buffer_read_prepare_sync +EXPORT_SYMBOL_GPL vmlinux 0xfb32b604 xenbus_unmap_ring_vfree +EXPORT_SYMBOL_GPL vmlinux 0xfb3edcd5 spi_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0xfb417758 pci_epf_create +EXPORT_SYMBOL_GPL vmlinux 0xfb573e5e md_allow_write +EXPORT_SYMBOL_GPL vmlinux 0xfb60faf5 posix_acl_clone +EXPORT_SYMBOL_GPL vmlinux 0xfb6eedf9 power_group_name +EXPORT_SYMBOL_GPL vmlinux 0xfb70972c _RNvXs4h_NtNtCs9WMcp1Hn5Bv_4core3num7nonzeroNtB6_10NonZeroU64NtNtNtBa_3str6traits7FromStr8from_str +EXPORT_SYMBOL_GPL vmlinux 0xfb71d0c6 nfnl_ct_hook +EXPORT_SYMBOL_GPL vmlinux 0xfb737b00 _RNvXsR_NtNtCs9WMcp1Hn5Bv_4core3fmt3numlNtB7_5Octal3fmt +EXPORT_SYMBOL_GPL vmlinux 0xfb74eb02 __traceiter_br_fdb_add +EXPORT_SYMBOL_GPL vmlinux 0xfbbd41ca no_action +EXPORT_SYMBOL_GPL vmlinux 0xfbdb0682 wakeup_source_destroy +EXPORT_SYMBOL_GPL vmlinux 0xfbe6547a class_interface_register +EXPORT_SYMBOL_GPL vmlinux 0xfbffd601 net_prio_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0xfc00e022 ftrace_set_filter +EXPORT_SYMBOL_GPL vmlinux 0xfc03a4ca proc_dou8vec_minmax +EXPORT_SYMBOL_GPL vmlinux 0xfc03d97a page_is_ram +EXPORT_SYMBOL_GPL vmlinux 0xfc138de8 ata_acpi_cbl_80wire +EXPORT_SYMBOL_GPL vmlinux 0xfc14bb2e dm_get_dev_t +EXPORT_SYMBOL_GPL vmlinux 0xfc1e65f0 pci_epf_remove_vepf +EXPORT_SYMBOL_GPL vmlinux 0xfc201b66 sprint_oid +EXPORT_SYMBOL_GPL vmlinux 0xfc254d15 gnttab_free_auto_xlat_frames +EXPORT_SYMBOL_GPL vmlinux 0xfc2cc20f blk_steal_bios +EXPORT_SYMBOL_GPL vmlinux 0xfc2dd548 inet6_sk_rebuild_header +EXPORT_SYMBOL_GPL vmlinux 0xfc31a860 pm_genpd_add_device +EXPORT_SYMBOL_GPL vmlinux 0xfc3665c8 vfs_lock_file +EXPORT_SYMBOL_GPL vmlinux 0xfc38707b irq_chip_release_resources_parent +EXPORT_SYMBOL_GPL vmlinux 0xfc3b4246 acpi_bus_update_power +EXPORT_SYMBOL_GPL vmlinux 0xfc41e2c4 _RNvMNtNtCs9WMcp1Hn5Bv_4core5slice5asciiSh16trim_ascii_start +EXPORT_SYMBOL_GPL vmlinux 0xfc4271a7 acpi_dev_get_dma_resources +EXPORT_SYMBOL_GPL vmlinux 0xfc4dc482 ohci_suspend +EXPORT_SYMBOL_GPL vmlinux 0xfc60ea42 _RNvXs1K_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_11entry_stackNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xfc61fa37 _RNvXsg_NtCs9WMcp1Hn5Bv_4core7convertNtB5_10InfallibleNtNtB7_3cmp3Ord3cmp +EXPORT_SYMBOL_GPL vmlinux 0xfc6f1416 sdio_enable_func +EXPORT_SYMBOL_GPL vmlinux 0xfc6f25d6 of_led_get +EXPORT_SYMBOL_GPL vmlinux 0xfc75a298 simple_attr_write +EXPORT_SYMBOL_GPL vmlinux 0xfc98c8dc xen_percpu_upcall +EXPORT_SYMBOL_GPL vmlinux 0xfcacdfe1 sk_clear_memalloc +EXPORT_SYMBOL_GPL vmlinux 0xfcb198d1 tps6586x_writes +EXPORT_SYMBOL_GPL vmlinux 0xfcbfec70 add_memory_driver_managed +EXPORT_SYMBOL_GPL vmlinux 0xfcc1edd3 memory_block_size_bytes +EXPORT_SYMBOL_GPL vmlinux 0xfcc4134b usb_autopm_put_interface_async +EXPORT_SYMBOL_GPL vmlinux 0xfcca5424 register_kprobe +EXPORT_SYMBOL_GPL vmlinux 0xfcd814b8 _RNvXsU_NtNtCs9WMcp1Hn5Bv_4core3fmt3nummNtB7_6Binary3fmt +EXPORT_SYMBOL_GPL vmlinux 0xfcdaf909 md_submit_discard_bio +EXPORT_SYMBOL_GPL vmlinux 0xfcf9ef73 hw_protection_shutdown +EXPORT_SYMBOL_GPL vmlinux 0xfd1268a1 dm_device_name +EXPORT_SYMBOL_GPL vmlinux 0xfd18f677 devfreq_event_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0xfd2c62ad devlink_dpipe_table_counter_enabled +EXPORT_SYMBOL_GPL vmlinux 0xfd37f61b vcap_debugfs +EXPORT_SYMBOL_GPL vmlinux 0xfd45a334 replace_page_cache_folio +EXPORT_SYMBOL_GPL vmlinux 0xfd69845b rio_local_set_device_id +EXPORT_SYMBOL_GPL vmlinux 0xfd7243c7 erst_disable +EXPORT_SYMBOL_GPL vmlinux 0xfd736087 pci_enable_pcie_error_reporting +EXPORT_SYMBOL_GPL vmlinux 0xfd77e268 register_sys_off_handler +EXPORT_SYMBOL_GPL vmlinux 0xfd8c2ce9 serial8250_request_dma +EXPORT_SYMBOL_GPL vmlinux 0xfd9876e1 crypto_alloc_acomp_node +EXPORT_SYMBOL_GPL vmlinux 0xfd9c5adb nvmem_cell_read_variable_le_u64 +EXPORT_SYMBOL_GPL vmlinux 0xfda11b31 serdev_device_write_wakeup +EXPORT_SYMBOL_GPL vmlinux 0xfdae32d2 acpi_subsys_complete +EXPORT_SYMBOL_GPL vmlinux 0xfdbd7a17 crypto_get_attr_type +EXPORT_SYMBOL_GPL vmlinux 0xfdc0ab92 _RNvXst_NtNtCs9WMcp1Hn5Bv_4core3fmt3numiNtB7_5Octal3fmt +EXPORT_SYMBOL_GPL vmlinux 0xfde42c8a ehci_reset +EXPORT_SYMBOL_GPL vmlinux 0xfde80525 skb_scrub_packet +EXPORT_SYMBOL_GPL vmlinux 0xfdea2d04 alarm_cancel +EXPORT_SYMBOL_GPL vmlinux 0xfdedb067 __static_call_update +EXPORT_SYMBOL_GPL vmlinux 0xfdf9f278 __SCK__tp_func_sched_util_est_cfs_tp +EXPORT_SYMBOL_GPL vmlinux 0xfdfd1c4a dw_pcie_link_up +EXPORT_SYMBOL_GPL vmlinux 0xfe0e7cd3 apei_exec_post_unmap_gars +EXPORT_SYMBOL_GPL vmlinux 0xfe156aab __traceiter_detach_device_from_domain +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 0xfe1e4293 _RNvXs1e_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_7__xstateNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xfe202707 register_ftrace_function +EXPORT_SYMBOL_GPL vmlinux 0xfe22b9fb _RNvXsJ_NtNtCs9WMcp1Hn5Bv_4core3fmt3numsNtB7_5Octal3fmt +EXPORT_SYMBOL_GPL vmlinux 0xfe33020f of_pm_clk_add_clks +EXPORT_SYMBOL_GPL vmlinux 0xfe36ced5 pm_generic_thaw +EXPORT_SYMBOL_GPL vmlinux 0xfe3a6de3 alarm_try_to_cancel +EXPORT_SYMBOL_GPL vmlinux 0xfe4284fd validate_xmit_xfrm +EXPORT_SYMBOL_GPL vmlinux 0xfe42d08b pcie_aspm_enabled +EXPORT_SYMBOL_GPL vmlinux 0xfe476039 ktime_get_resolution_ns +EXPORT_SYMBOL_GPL vmlinux 0xfe51e0d0 msi_domain_first_desc +EXPORT_SYMBOL_GPL vmlinux 0xfe727411 get_phys_to_machine +EXPORT_SYMBOL_GPL vmlinux 0xfe7fd01a dma_resv_iter_next +EXPORT_SYMBOL_GPL vmlinux 0xfe879608 _RNvXs1r_NtNtCs9WMcp1Hn5Bv_4core3fmt3numoNtB8_8LowerExp3fmt +EXPORT_SYMBOL_GPL vmlinux 0xfe8cdb84 ring_buffer_alloc_read_page +EXPORT_SYMBOL_GPL vmlinux 0xfe8fbeb1 crypto_stats_skcipher_decrypt +EXPORT_SYMBOL_GPL vmlinux 0xfe990052 gpio_free +EXPORT_SYMBOL_GPL vmlinux 0xfe9ed503 serdev_device_remove +EXPORT_SYMBOL_GPL vmlinux 0xfea07e45 gnttab_page_cache_get +EXPORT_SYMBOL_GPL vmlinux 0xfeb47b4d irq_chip_mask_ack_parent +EXPORT_SYMBOL_GPL vmlinux 0xfeca2cd0 _RNvXs1W_NtNtCs9WMcp1Hn5Bv_4core3str4iterNtB6_13EscapeDefaultNtNtBa_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xfed11ed1 usb_mon_deregister +EXPORT_SYMBOL_GPL vmlinux 0xfed92d6a wwan_port_rx +EXPORT_SYMBOL_GPL vmlinux 0xfeeabe29 ip6_route_output_flags +EXPORT_SYMBOL_GPL vmlinux 0xfeeecd05 apei_read +EXPORT_SYMBOL_GPL vmlinux 0xff05fa13 vring_interrupt +EXPORT_SYMBOL_GPL vmlinux 0xff066aa3 relay_late_setup_files +EXPORT_SYMBOL_GPL vmlinux 0xff159bba balloon_page_enqueue +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 0xff29397c __of_reset_control_get +EXPORT_SYMBOL_GPL vmlinux 0xff2a7dde devres_remove_group +EXPORT_SYMBOL_GPL vmlinux 0xff39da09 usb_urb_ep_type_check +EXPORT_SYMBOL_GPL vmlinux 0xff3b7fc5 __devm_pci_epc_create +EXPORT_SYMBOL_GPL vmlinux 0xff3f1f3c rdev_get_dev +EXPORT_SYMBOL_GPL vmlinux 0xff42c374 usb_role_switch_get_role +EXPORT_SYMBOL_GPL vmlinux 0xff5053b0 _RNvNtNtCsiTPnVqBGVaY_6kernel5print14format_strings5EMERG +EXPORT_SYMBOL_GPL vmlinux 0xff5a8213 fl6_merge_options +EXPORT_SYMBOL_GPL vmlinux 0xff60428f nvdimm_kobj +EXPORT_SYMBOL_GPL vmlinux 0xff61eb43 acpi_subsys_restore_early +EXPORT_SYMBOL_GPL vmlinux 0xff6e16aa _RNvXs2f_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_15maple_arange_64NtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xff7318d1 fib_info_nh_uses_dev +EXPORT_SYMBOL_GPL vmlinux 0xff7e33bf mpi_sub_ui +EXPORT_SYMBOL_GPL vmlinux 0xff81487d gpiod_remove_lookup_table +EXPORT_SYMBOL_GPL vmlinux 0xff84492c sysfs_remove_files +EXPORT_SYMBOL_GPL vmlinux 0xff84a8a5 page_reporting_order +EXPORT_SYMBOL_GPL vmlinux 0xff85e09d gpiod_set_array_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0xff8d38b6 rio_inb_pwrite_handler +EXPORT_SYMBOL_GPL vmlinux 0xff8e74e2 arch_haltpoll_enable +EXPORT_SYMBOL_GPL vmlinux 0xff9e23d1 hugetlb_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0xffa26133 dev_pm_set_dedicated_wake_irq_reverse +EXPORT_SYMBOL_GPL vmlinux 0xffae8e8b nsecs_to_jiffies +EXPORT_SYMBOL_GPL vmlinux 0xffc31016 __stack_depot_save +EXPORT_SYMBOL_GPL vmlinux 0xffc86f14 __xas_next +EXPORT_SYMBOL_GPL vmlinux 0xffc90b11 regulator_get_linear_step +EXPORT_SYMBOL_GPL vmlinux 0xffd16a65 devm_pwmchip_add +EXPORT_SYMBOL_GPL vmlinux 0xffd48e5f device_add_software_node +EXPORT_SYMBOL_GPL vmlinux 0xffe1eb14 ata_std_postreset +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 0x098c3035 cs_dsp_stop drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x144d6986 cs_dsp_mem_region_name drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x147d9ee0 cs_dsp_cleanup_debugfs drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x157c4976 cs_dsp_run drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x158ed506 cs_dsp_power_up drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x18bfd306 cs_dsp_write_data_word drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x1a33acfd cs_dsp_adsp2_bus_error drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x4c272cb1 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 0x69fbca4d cs_dsp_get_ctl drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x6e0cce2d cs_dsp_chunk_write drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x7cac8e55 cs_dsp_coeff_read_ctrl drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x893b6ec0 cs_dsp_coeff_write_ctrl drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x894539f9 cs_dsp_halo_init drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x8fae6369 cs_dsp_power_down drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x9842aeee cs_dsp_set_dspclk drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x9cecaa1d cs_dsp_adsp1_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 0xa75d07cc cs_dsp_adsp1_init drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0xaabedf77 cs_dsp_adsp1_power_down drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0xb37441af cs_dsp_remove drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0xb6c0d9e7 cs_dsp_chunk_read drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0xbb6bc037 cs_dsp_halo_wdt_expire drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0xbc68d034 cs_dsp_coeff_write_acked_control drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0xc3cf98b6 cs_dsp_find_alg_region drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0xe0d17831 cs_dsp_read_data_word drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0xe20e4c0e cs_dsp_halo_bus_error drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0xecfa6a1d cs_dsp_init_debugfs drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0xf19262db cs_dsp_read_raw_data_block drivers/firmware/cirrus/cs_dsp +HWMON_THERMAL EXPORT_SYMBOL_GPL 0x8f8b853b hwmon_device_register_for_thermal vmlinux +I8255 EXPORT_SYMBOL_GPL 0x1ef35449 i8255_mode0_output drivers/gpio/gpio-i8255 +I8255 EXPORT_SYMBOL_GPL 0x77c830ef i8255_state_init drivers/gpio/gpio-i8255 +I8255 EXPORT_SYMBOL_GPL 0x7fe2aa71 i8255_direction_input drivers/gpio/gpio-i8255 +I8255 EXPORT_SYMBOL_GPL 0xa62b7b4d i8255_set drivers/gpio/gpio-i8255 +I8255 EXPORT_SYMBOL_GPL 0xb7712fc5 i8255_direction_output drivers/gpio/gpio-i8255 +I8255 EXPORT_SYMBOL_GPL 0xd0600412 i8255_get_direction drivers/gpio/gpio-i8255 +I8255 EXPORT_SYMBOL_GPL 0xd5e79ff5 i8255_get drivers/gpio/gpio-i8255 +I8255 EXPORT_SYMBOL_GPL 0xf2519b77 i8255_set_multiple drivers/gpio/gpio-i8255 +I8255 EXPORT_SYMBOL_GPL 0xffed47ff i8255_get_multiple drivers/gpio/gpio-i8255 +I915_GVT EXPORT_SYMBOL_GPL 0x045e7556 i915_reserve_fence drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0x07b419ee i915_ppgtt_create drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0x0e5970cd i915_gem_gtt_insert drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0x197c72fe __px_dma drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0x1d76111c i915_fence_ops drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0x228f06c0 i915_gem_ww_ctx_backoff drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0x24a43f24 shmem_pin_map drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0x2c57d48a i915_gem_ww_ctx_init drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0x2e60464e __intel_context_do_pin drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0x311aa420 i915_request_create drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0x3302b06e i915_request_wait drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0x394628e7 intel_runtime_pm_get drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0x3d528e3d intel_uncore_forcewake_put drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0x410738ca intel_ring_begin drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0x472b30b8 intel_gvt_clear_ops drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0x4b690d38 _i915_vma_move_to_active drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0x54901d8b intel_uncore_forcewake_get drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0x646b7ca1 __intel_context_do_unpin drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0x6fbec10b intel_runtime_pm_put_unchecked drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0x6fe573b7 i915_gem_ww_ctx_fini drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0x7734d38e intel_gvt_set_ops drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0x80513066 i915_gem_object_init drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0x8276c6ea i915_gem_object_alloc drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0x890fc889 i915_vm_release drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0x94aa5190 __i915_gem_object_set_pages drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0x9832fb46 i915_request_add drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0xa7383822 shmem_unpin_map drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0xafa86991 i915_gem_object_ggtt_pin_ww drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0xb4c5561b i915_gem_object_create_shmem drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0xb67d5d8e intel_gvt_iterate_mmio_table drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0xc0c70917 i915_unreserve_fence drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0xce773cd3 intel_context_create drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0xe5d6c393 i915_gem_prime_export drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0xe84ca3e0 __i915_gem_object_flush_map drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0xfa017c52 intel_uncore_forcewake_for_reg drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0xfa6ac85c i915_gem_object_set_to_cpu_domain drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0xfc9ecab4 i915_gem_object_pin_map drivers/gpu/drm/i915/i915 +IDXD EXPORT_SYMBOL_GPL 0x49c9a06c __idxd_driver_register drivers/dma/idxd/idxd_bus +IDXD EXPORT_SYMBOL_GPL 0x698f2f32 idxd_driver_unregister drivers/dma/idxd/idxd_bus +IDXD EXPORT_SYMBOL_GPL 0x88e539e4 idxd_dmaengine_drv drivers/dma/idxd/idxd +IDXD EXPORT_SYMBOL_GPL 0xa35d871c idxd_drv drivers/dma/idxd/idxd +IDXD EXPORT_SYMBOL_GPL 0xac118466 dsa_bus_type drivers/dma/idxd/idxd_bus +IDXD EXPORT_SYMBOL_GPL 0xd0369d8e idxd_user_drv drivers/dma/idxd/idxd +IIO_AD5592R EXPORT_SYMBOL_GPL 0x401b75f3 ad5592r_remove drivers/iio/dac/ad5592r-base +IIO_AD5592R EXPORT_SYMBOL_GPL 0xde265746 ad5592r_probe drivers/iio/dac/ad5592r-base +IIO_AD5686 EXPORT_SYMBOL_GPL 0x7c5ea7d2 ad5686_remove drivers/iio/dac/ad5686 +IIO_AD5686 EXPORT_SYMBOL_GPL 0xc50db94b ad5686_probe drivers/iio/dac/ad5686 +IIO_AD7091R EXPORT_SYMBOL_GPL 0x0f516b10 ad7091r_probe drivers/iio/adc/ad7091r-base +IIO_AD7091R EXPORT_SYMBOL_GPL 0xee2e9aba ad7091r_regmap_config drivers/iio/adc/ad7091r-base +IIO_AD7606 EXPORT_SYMBOL_GPL 0x9eb76f74 ad7606_probe drivers/iio/adc/ad7606 +IIO_AD7606 EXPORT_SYMBOL_GPL 0xd3e365c9 ad7606_pm_ops drivers/iio/adc/ad7606 +IIO_ADISLIB EXPORT_SYMBOL 0x2bdfc0fa __adis_enable_irq drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL 0xfaf5debb adis_debugfs_reg_access drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0x1953bf7a adis_single_conversion drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0x2a01ac79 __adis_check_status drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0x2c20e33b __adis_update_bits_base drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0x3cf42239 __adis_initial_startup drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0x51d63681 adis_update_scan_mode drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0x89c4b75d __adis_write_reg drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0x8e9f1d0e devm_adis_setup_buffer_and_trigger drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0xbfeaf53a __adis_read_reg drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0xcec8bb03 devm_adis_probe_trigger drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0xe6bfaaf5 adis_init drivers/iio/imu/adis_lib +IIO_ADIS_LIB EXPORT_SYMBOL_GPL 0xb82e0578 __adis_reset drivers/iio/imu/adis_lib +IIO_ADXL313 EXPORT_SYMBOL_GPL 0x34e76079 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 0xded573bd adxl31x_chip_info drivers/iio/accel/adxl313_core +IIO_ADXL313 EXPORT_SYMBOL_GPL 0xe1d8d09c adxl314_readable_regs_table drivers/iio/accel/adxl313_core +IIO_ADXL313 EXPORT_SYMBOL_GPL 0xe1dfdd33 adxl312_writable_regs_table drivers/iio/accel/adxl313_core +IIO_ADXL313 EXPORT_SYMBOL_GPL 0xf6f7b9f3 adxl313_writable_regs_table drivers/iio/accel/adxl313_core +IIO_ADXL355 EXPORT_SYMBOL_GPL 0x4d2f5e0f adxl35x_chip_info drivers/iio/accel/adxl355_core +IIO_ADXL355 EXPORT_SYMBOL_GPL 0x6ff5403b adxl355_readable_regs_tbl drivers/iio/accel/adxl355_core +IIO_ADXL355 EXPORT_SYMBOL_GPL 0x9ae1fba0 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 0xf144e3c5 adxl367_probe drivers/iio/accel/adxl367 +IIO_ADXL372 EXPORT_SYMBOL_GPL 0x4e97cda6 adxl372_probe drivers/iio/accel/adxl372 +IIO_ADXL372 EXPORT_SYMBOL_GPL 0xd3879db0 adxl372_readable_noinc_reg drivers/iio/accel/adxl372 +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0x13cf72f5 ad_sd_read_reg drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0x4cc952e3 ad_sd_calibrate drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0x69a18ab8 ad_sd_write_reg drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0x7d8c5ddb ad_sd_validate_trigger drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0xb7b0a04b ad_sd_init drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0xbc1cfcff ad_sd_set_comm drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0xcac6e785 devm_ad_sd_setup_buffer_and_trigger drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0xd6b6d462 ad_sigma_delta_single_conversion drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0xdaacf4b4 ad_sd_calibrate_all drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0xdf4bb569 ad_sd_reset drivers/iio/adc/ad_sigma_delta +IIO_BMA400 EXPORT_SYMBOL 0x7e05c324 bma400_regmap_config drivers/iio/accel/bma400_core +IIO_BMA400 EXPORT_SYMBOL 0xb6499c42 bma400_probe drivers/iio/accel/bma400_core +IIO_BMC150 EXPORT_SYMBOL_GPL 0x980e2264 bmc150_accel_core_remove drivers/iio/accel/bmc150-accel-core +IIO_BMC150 EXPORT_SYMBOL_GPL 0x9cb0b093 bmc150_regmap_conf drivers/iio/accel/bmc150-accel-core +IIO_BMC150 EXPORT_SYMBOL_GPL 0xe0eb3989 bmc150_accel_core_probe drivers/iio/accel/bmc150-accel-core +IIO_BMC150 EXPORT_SYMBOL_GPL 0xe3c35a64 bmc150_accel_pm_ops drivers/iio/accel/bmc150-accel-core +IIO_BMC150_MAGN EXPORT_SYMBOL 0x11e36440 bmc150_magn_pm_ops drivers/iio/magnetometer/bmc150_magn +IIO_BMC150_MAGN EXPORT_SYMBOL 0x18cd76a5 bmc150_magn_probe drivers/iio/magnetometer/bmc150_magn +IIO_BMC150_MAGN EXPORT_SYMBOL 0x1c5a0865 bmc150_magn_regmap_config drivers/iio/magnetometer/bmc150_magn +IIO_BMC150_MAGN EXPORT_SYMBOL 0x7c294682 bmc150_magn_remove drivers/iio/magnetometer/bmc150_magn +IIO_BME680 EXPORT_SYMBOL 0xa8518145 bme680_regmap_config drivers/iio/chemical/bme680_core +IIO_BME680 EXPORT_SYMBOL_GPL 0x0726557f bme680_core_probe drivers/iio/chemical/bme680_core +IIO_BMI088 EXPORT_SYMBOL_GPL 0x0f16449a bmi088_accel_core_probe drivers/iio/accel/bmi088-accel-core +IIO_BMI088 EXPORT_SYMBOL_GPL 0x770ebb69 bmi088_regmap_conf drivers/iio/accel/bmi088-accel-core +IIO_BMI088 EXPORT_SYMBOL_GPL 0xc2c72c94 bmi088_accel_pm_ops drivers/iio/accel/bmi088-accel-core +IIO_BMI088 EXPORT_SYMBOL_GPL 0xfe216e6f 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 0xf402e4b2 bmi160_regmap_config drivers/iio/imu/bmi160/bmi160_core +IIO_BMI160 EXPORT_SYMBOL_GPL 0xdc256769 bmi160_core_probe drivers/iio/imu/bmi160/bmi160_core +IIO_BMP280 EXPORT_SYMBOL 0x479d5336 bmp280_common_probe drivers/iio/pressure/bmp280 +IIO_BMP280 EXPORT_SYMBOL 0x69be9767 bmp280_regmap_config drivers/iio/pressure/bmp280 +IIO_BMP280 EXPORT_SYMBOL 0x83384a05 bmp180_regmap_config drivers/iio/pressure/bmp280 +IIO_BMP280 EXPORT_SYMBOL 0x86ec2186 bmp380_regmap_config drivers/iio/pressure/bmp280 +IIO_BNO055 EXPORT_SYMBOL_GPL 0x4bccf866 bno055_regmap_config drivers/iio/imu/bno055/bno055 +IIO_BNO055 EXPORT_SYMBOL_GPL 0x7d9d6339 bno055_probe drivers/iio/imu/bno055/bno055 +IIO_FXAS21002C EXPORT_SYMBOL_GPL 0x28a81bef fxas21002c_core_remove drivers/iio/gyro/fxas21002c_core +IIO_FXAS21002C EXPORT_SYMBOL_GPL 0x5095cf34 fxas21002c_pm_ops drivers/iio/gyro/fxas21002c_core +IIO_FXAS21002C EXPORT_SYMBOL_GPL 0x848ca385 fxas21002c_core_probe drivers/iio/gyro/fxas21002c_core +IIO_FXLS8962AF EXPORT_SYMBOL_GPL 0x451331aa fxls8962af_i2c_regmap_conf drivers/iio/accel/fxls8962af-core +IIO_FXLS8962AF EXPORT_SYMBOL_GPL 0x67da5f21 fxls8962af_core_probe drivers/iio/accel/fxls8962af-core +IIO_FXLS8962AF EXPORT_SYMBOL_GPL 0xba49dd23 fxls8962af_pm_ops drivers/iio/accel/fxls8962af-core +IIO_FXLS8962AF EXPORT_SYMBOL_GPL 0xe7cda56f fxls8962af_spi_regmap_conf drivers/iio/accel/fxls8962af-core +IIO_HID EXPORT_SYMBOL 0x06e00934 hid_sensor_read_raw_hyst_rel_value drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID EXPORT_SYMBOL 0x1938e7b9 hid_sensor_convert_timestamp drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID EXPORT_SYMBOL 0x1d8c0be2 hid_sensor_write_samp_freq_value drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID EXPORT_SYMBOL 0x33be92a6 hid_sensor_write_raw_hyst_value drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID EXPORT_SYMBOL 0x389bafa8 hid_sensor_remove_trigger drivers/iio/common/hid-sensors/hid-sensor-trigger +IIO_HID EXPORT_SYMBOL 0x4e16bced hid_sensor_read_raw_hyst_value drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID EXPORT_SYMBOL 0x4e750324 hid_sensor_power_state drivers/iio/common/hid-sensors/hid-sensor-trigger +IIO_HID EXPORT_SYMBOL 0x523ce700 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 0xd867ac7c hid_sensor_write_raw_hyst_rel_value drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID EXPORT_SYMBOL 0xdbc1304e hid_sensor_read_samp_freq_value drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID EXPORT_SYMBOL 0xe87294b8 hid_sensor_setup_trigger drivers/iio/common/hid-sensors/hid-sensor-trigger +IIO_HID EXPORT_SYMBOL 0xe8dfd8e1 hid_sensor_parse_common_attributes drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID_ATTRIBUTES EXPORT_SYMBOL 0x17850775 hid_sensor_get_report_latency drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID_ATTRIBUTES EXPORT_SYMBOL 0x60baa216 hid_sensor_batch_mode_supported drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID_ATTRIBUTES EXPORT_SYMBOL 0x616844dd hid_sensor_read_poll_value drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID_ATTRIBUTES EXPORT_SYMBOL 0x640c18b1 hid_sensor_set_report_latency drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HMC5843 EXPORT_SYMBOL 0x31277f58 hmc5843_common_remove drivers/iio/magnetometer/hmc5843_core +IIO_HMC5843 EXPORT_SYMBOL 0xb27aedac hmc5843_common_probe drivers/iio/magnetometer/hmc5843_core +IIO_HMC5843 EXPORT_SYMBOL 0xb62e50b6 hmc5843_pm_ops drivers/iio/magnetometer/hmc5843_core +IIO_HTS221 EXPORT_SYMBOL 0x4ef72f39 hts221_pm_ops drivers/iio/humidity/hts221 +IIO_HTS221 EXPORT_SYMBOL 0xaa373e5c hts221_probe drivers/iio/humidity/hts221 +IIO_ICM42600 EXPORT_SYMBOL_GPL 0x6cdebff8 inv_icm42600_core_probe drivers/iio/imu/inv_icm42600/inv-icm42600 +IIO_ICM42600 EXPORT_SYMBOL_GPL 0x9f281d24 inv_icm42600_regmap_config drivers/iio/imu/inv_icm42600/inv-icm42600 +IIO_ICM42600 EXPORT_SYMBOL_GPL 0xdd16a024 inv_icm42600_pm_ops drivers/iio/imu/inv_icm42600/inv-icm42600 +IIO_KX022A EXPORT_SYMBOL_GPL 0x4cd13bfe kx022a_regmap drivers/iio/accel/kionix-kx022a +IIO_KX022A EXPORT_SYMBOL_GPL 0x9ed7a8f0 kx022a_probe_internal drivers/iio/accel/kionix-kx022a +IIO_KXSD9 EXPORT_SYMBOL 0x2693781c kxsd9_common_probe drivers/iio/accel/kxsd9 +IIO_KXSD9 EXPORT_SYMBOL 0x8ea91fba kxsd9_dev_pm_ops drivers/iio/accel/kxsd9 +IIO_KXSD9 EXPORT_SYMBOL 0xa73dd49f kxsd9_common_remove drivers/iio/accel/kxsd9 +IIO_LSM6DSX EXPORT_SYMBOL 0x01fb0b12 st_lsm6dsx_probe drivers/iio/imu/st_lsm6dsx/st_lsm6dsx +IIO_LSM6DSX EXPORT_SYMBOL 0xf9955679 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 0x139f3d25 ms_sensors_write_resolution drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0x2d2f5cd5 ms_sensors_reset drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0x3029d4b5 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 0x5969c5ec ms_sensors_show_battery_low drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0x648efd77 ms_sensors_read_serial drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0x731daac3 ms_sensors_read_temp_and_pressure drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0x8dbd7e2a ms_sensors_tp_read_prom drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0xc4b002a5 ms_sensors_ht_read_humidity drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0xd062a418 ms_sensors_show_heater drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0xdfb8183a ms_sensors_write_heater drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MMA7455 EXPORT_SYMBOL_GPL 0x3ed8d88d mma7455_core_probe drivers/iio/accel/mma7455_core +IIO_MMA7455 EXPORT_SYMBOL_GPL 0x7492d400 mma7455_core_remove drivers/iio/accel/mma7455_core +IIO_MMA7455 EXPORT_SYMBOL_GPL 0x7c5ece10 mma7455_core_regmap drivers/iio/accel/mma7455_core +IIO_MMA9551 EXPORT_SYMBOL 0x0b173969 mma9551_write_config_byte drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x10afd793 mma9551_gpio_config drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x1dd9b5b0 mma9551_read_config_word drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x2c908b0e mma9551_read_version drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x36e38ab1 mma9551_read_config_byte drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x3bd2e397 mma9551_app_reset drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x41ef446c mma9551_read_accel_scale drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x4837722f mma9551_set_device_state drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x52470db9 mma9551_read_accel_chan drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x756a76f4 mma9551_read_status_words drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x81b2f279 mma9551_set_power_state drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x861eca05 mma9551_update_config_bits drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x89738ab0 mma9551_read_status_word drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x8ed7b0ee mma9551_read_config_words drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x9a950f63 mma9551_write_config_words drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0xbcd7fe96 mma9551_sleep drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0xc925d6c3 mma9551_write_config_word drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0xf8e70e38 mma9551_read_status_byte drivers/iio/accel/mma9551_core +IIO_MPL115 EXPORT_SYMBOL 0x8a89b3b4 mpl115_dev_pm_ops drivers/iio/pressure/mpl115 +IIO_MPL115 EXPORT_SYMBOL_GPL 0x06a10ea4 mpl115_probe drivers/iio/pressure/mpl115 +IIO_MPU6050 EXPORT_SYMBOL_GPL 0xaa9341f0 inv_mpu_core_probe drivers/iio/imu/inv_mpu6050/inv-mpu6050 +IIO_MPU6050 EXPORT_SYMBOL_GPL 0xd002a43f inv_mpu_pmops drivers/iio/imu/inv_mpu6050/inv-mpu6050 +IIO_MS5611 EXPORT_SYMBOL 0x644fd5e7 ms5611_remove drivers/iio/pressure/ms5611_core +IIO_MS5611 EXPORT_SYMBOL 0xc246571f ms5611_probe drivers/iio/pressure/ms5611_core +IIO_RESCALE EXPORT_SYMBOL_GPL 0x44e14f14 rescale_process_offset drivers/iio/afe/iio-rescale +IIO_RESCALE EXPORT_SYMBOL_GPL 0xa75dc663 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 0x50c6f103 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 0x3752dc20 scd30_pm_ops drivers/iio/chemical/scd30_core +IIO_SCD30 EXPORT_SYMBOL 0x91cf2ef6 scd30_probe drivers/iio/chemical/scd30_core +IIO_SPS30 EXPORT_SYMBOL_GPL 0xcc1714d5 sps30_probe drivers/iio/chemical/sps30 +IIO_SSP_SENSORS EXPORT_SYMBOL 0x0c4153f4 ssp_register_consumer drivers/iio/common/ssp_sensors/sensorhub +IIO_SSP_SENSORS EXPORT_SYMBOL 0x11ad7920 ssp_common_buffer_postdisable drivers/iio/common/ssp_sensors/ssp_iio +IIO_SSP_SENSORS EXPORT_SYMBOL 0x3ba21317 ssp_common_process_data drivers/iio/common/ssp_sensors/ssp_iio +IIO_SSP_SENSORS EXPORT_SYMBOL 0x4bbd7902 ssp_common_buffer_postenable drivers/iio/common/ssp_sensors/ssp_iio +IIO_SSP_SENSORS EXPORT_SYMBOL 0x60b18d31 ssp_disable_sensor drivers/iio/common/ssp_sensors/sensorhub +IIO_SSP_SENSORS EXPORT_SYMBOL 0x900ed258 ssp_get_sensor_delay drivers/iio/common/ssp_sensors/sensorhub +IIO_SSP_SENSORS EXPORT_SYMBOL 0x913bbc94 ssp_enable_sensor drivers/iio/common/ssp_sensors/sensorhub +IIO_SSP_SENSORS EXPORT_SYMBOL 0xf1a224a6 ssp_change_delay drivers/iio/common/ssp_sensors/sensorhub +IIO_ST_SENSORS EXPORT_SYMBOL 0x04f83f7a st_sensors_init_sensor drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x074d7047 st_sensors_trigger_handler drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x0785a34d st_sensors_spi_configure drivers/iio/common/st_sensors/st_sensors_spi +IIO_ST_SENSORS EXPORT_SYMBOL 0x07c634b4 st_sensors_sysfs_sampling_frequency_avail drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x1854bbcf st_sensors_read_info_raw drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x2211cfd7 st_sensors_dev_name_probe drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x227ca0ce st_magn_common_probe drivers/iio/magnetometer/st_magn +IIO_ST_SENSORS EXPORT_SYMBOL 0x308d4c4a st_accel_common_probe drivers/iio/accel/st_accel +IIO_ST_SENSORS EXPORT_SYMBOL 0x37fe1072 st_sensors_set_dataready_irq drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x3e8433f2 st_sensors_get_settings_index drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x411f8323 st_sensors_validate_device drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x7bc2a01e st_sensors_verify_id drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x7bd207b5 st_gyro_get_settings drivers/iio/gyro/st_gyro +IIO_ST_SENSORS EXPORT_SYMBOL 0x7c82f9d9 st_sensors_power_enable drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x84a3f03e st_sensors_allocate_trigger drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x8adbce69 st_accel_get_settings drivers/iio/accel/st_accel +IIO_ST_SENSORS EXPORT_SYMBOL 0x8cbfe427 st_press_get_settings drivers/iio/pressure/st_pressure +IIO_ST_SENSORS EXPORT_SYMBOL 0x959fe71c st_sensors_set_fullscale_by_gain drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0xa64c4c64 st_gyro_common_probe drivers/iio/gyro/st_gyro +IIO_ST_SENSORS EXPORT_SYMBOL 0xb43d9716 st_sensors_set_odr drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0xd9f338aa st_sensors_debugfs_reg_access drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0xdd74eed2 st_sensors_set_enable drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0xe8da4cbd st_press_common_probe drivers/iio/pressure/st_pressure +IIO_ST_SENSORS EXPORT_SYMBOL 0xea26cc14 st_magn_get_settings drivers/iio/magnetometer/st_magn +IIO_ST_SENSORS EXPORT_SYMBOL 0xf1e5e964 st_sensors_i2c_configure drivers/iio/common/st_sensors/st_sensors_i2c +IIO_ST_SENSORS EXPORT_SYMBOL 0xfaba86c4 st_sensors_sysfs_scale_avail drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0xff2c7e86 st_sensors_set_axis_enable drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL_GPL 0x2385f562 st_lsm9ds0_probe drivers/iio/imu/st_lsm9ds0/st_lsm9ds0 +IIO_UVIS25 EXPORT_SYMBOL 0x455663f9 st_uvis25_probe drivers/iio/light/st_uvis25_core +IIO_UVIS25 EXPORT_SYMBOL 0xf3e160a7 st_uvis25_pm_ops drivers/iio/light/st_uvis25_core +IIO_ZPA2326 EXPORT_SYMBOL_GPL 0x182b35d9 zpa2326_pm_ops drivers/iio/pressure/zpa2326 +IIO_ZPA2326 EXPORT_SYMBOL_GPL 0x33bbc44b zpa2326_probe drivers/iio/pressure/zpa2326 +IIO_ZPA2326 EXPORT_SYMBOL_GPL 0x99c678ee zpa2326_isreg_precious drivers/iio/pressure/zpa2326 +IIO_ZPA2326 EXPORT_SYMBOL_GPL 0xbcfb61a6 zpa2326_isreg_writeable drivers/iio/pressure/zpa2326 +IIO_ZPA2326 EXPORT_SYMBOL_GPL 0xcf4137eb zpa2326_remove drivers/iio/pressure/zpa2326 +IIO_ZPA2326 EXPORT_SYMBOL_GPL 0xf56b5020 zpa2326_isreg_readable drivers/iio/pressure/zpa2326 +INT340X_THERMAL EXPORT_SYMBOL_GPL 0x49d405c2 processor_thermal_send_mbox_write_cmd drivers/thermal/intel/int340x_thermal/processor_thermal_mbox +INT340X_THERMAL EXPORT_SYMBOL_GPL 0xef3438cb processor_thermal_send_mbox_read_cmd drivers/thermal/intel/int340x_thermal/processor_thermal_mbox +INTEL_UNCORE_FREQUENCY EXPORT_SYMBOL_GPL 0x14faed60 uncore_freq_add_entry drivers/platform/x86/intel/uncore-frequency/intel-uncore-frequency-common +INTEL_UNCORE_FREQUENCY EXPORT_SYMBOL_GPL 0x1b1b880c 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 0xc990f719 uncore_freq_common_init drivers/platform/x86/intel/uncore-frequency/intel-uncore-frequency-common +IOMMUFD EXPORT_SYMBOL_GPL 0x006d919c iommufd_ctx_put drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0x130b3824 iommufd_device_bind drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0x22f86e15 iommufd_access_destroy drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0x307b7b6a iommufd_access_pin_pages drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0x325effd9 iommufd_device_unbind drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0x4b5301b2 iommufd_device_detach drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0x953c371f iommufd_access_create drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0xcdc71cb2 iommufd_ctx_get drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0xd7aebe35 iommufd_access_rw drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0xdd86f54a iommufd_ctx_from_file drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0xe8bb1ec5 iommufd_access_unpin_pages drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0xfe01a59f iommufd_device_attach drivers/iommu/iommufd/iommufd +IOMMUFD_VFIO EXPORT_SYMBOL_GPL 0x81f8ccc2 iommufd_vfio_compat_ioas_id drivers/iommu/iommufd/iommufd +IWLWIFI EXPORT_SYMBOL_GPL 0x00504ef8 iwl_fw_dbg_collect drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x00b579d3 iwl_dbg_tlv_del_timers drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x022557f0 iwl_read_ppag_table drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x06f7671a iwl_trans_send_cmd drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x07c390aa iwl_acpi_get_wifi_pkg_range drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x08df741a iwl_finish_nic_init drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x0d4a5801 __iwl_info drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x12fb0201 iwl_read_external_nvm 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 0x13c57797 __iwl_crit drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x1c54d221 iwl_write_direct32 drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x1cbe9186 iwl_poll_direct_bit drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x253a8102 iwl_sar_get_wrds_table drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x263f2691 __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 0x2739b565 iwl_force_nmi 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 0x35087221 iwl_fwrt_dump_error_logs drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x35285b57 iwl_read_eeprom 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 0x389d7f82 iwl_fw_start_dbg_conf drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x3ca5b7c8 iwl_write64 drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x3f67d6e7 iwl_cmd_groups_verify_sorted drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x412404b2 iwl_set_bits_mask_prph drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x41f0d125 iwl_fw_dbg_read_d3_debug_data drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x49a0108f iwl_write_prph_delay 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 0x56924cfc iwl_pnvm_load drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x58bafcbc iwl_acpi_get_pwr_limit 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 0x5a1498ac iwl_poll_bit drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x5b3925d4 __iwl_dbg drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x5c52e109 iwl_opmode_deregister drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x5dcd573c iwl_get_nvm drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x5f5b9eac iwl_acpi_get_eckv drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x5f9514d4 iwl_sar_select_profile drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x60dd65c5 iwl_parse_mei_nvm_data drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x638caedf iwl_parse_eeprom_data drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x64628ef9 iwl_set_bits_prph drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x64c88c24 iwl_write_prph64_no_grab drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x6634b060 iwl_opmode_register drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x67241485 iwl_write8 drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x71dafc6a iwl_parse_nvm_data drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x739cec4c iwl_fw_runtime_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 0x78971d7e iwl_he_is_sgi drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x80eb568d iwl_fw_runtime_resume drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x80fd3654 iwl_sar_get_ewrd_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 0x85b815c8 iwl_acpi_is_ppag_approved drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x86347800 iwl_sar_get_wgds_table drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x86b556ac iwl_fw_dbg_collect_trig 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 0x8c71a5e9 iwl_clear_bits_prph drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x9038811a iwl_rfi_guid drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x97c48349 iwl_read32 drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x9934725d iwl_get_shared_mem_conf drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x9c1f1e61 iwl_write_prph_no_grab drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x9d2e4e0b iwl_free_fw_paging drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x9fcbc0ab iwl_sar_geo_support drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xa08ad2db iwl_fw_dbg_collect_desc drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xa3becaa9 iwl_acpi_get_dsm_u32 drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xaaafd22e __iwl_warn 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 0xb6bc592e iwl_fw_dbg_error_collect drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xb7d5ffb1 iwl_rate_mcs drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xbaf0e74a iwl_acpi_get_dsm_u8 drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xbafc8994 iwl_wait_notification drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xbb84694f iwl_parse_nvm_mcc_info drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xc1c9634c iwl_acpi_get_lari_config_bitmap drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xc4e58913 iwl_write32 drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xcd530ec5 iwl_fw_runtime_suspend 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 0xce33b432 iwl_init_paging drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xd29cd5f3 _iwl_dbg_tlv_time_point drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xd514fc64 iwl_acpi_get_ppag_table drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xd588c378 iwl_uefi_get_sgom_table drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xdc48c52a iwl_set_soc_latency drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xde5aa0f3 iwl_read_direct32 drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xdfeed908 iwl_phy_db_init drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xdff33879 iwl_get_cmd_string 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 0xe414ecfa iwl_write_direct64 drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xe4faf41c iwl_acpi_get_mcc drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xe75b7e77 iwl_notification_wait drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xe981ad62 iwl_configure_rxq drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xea1b26fc iwl_nvm_fixups drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xebd9c5e9 iwl_fw_dbg_stop_sync drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xecb6bcfc iwl_acpi_get_object drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xef8913f9 iwl_fw_dbg_stop_restart_recording drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xef8b0316 iwl_read_prph_no_grab drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xf11fe7c7 iwl_read_prph drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xf6f9c3a1 iwl_sar_geo_init drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xf88964e4 iwl_remove_notification drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xfc1e6f41 iwl_guid drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xff2bf6bc iwl_acpi_get_tas drivers/net/wireless/intel/iwlwifi/iwlwifi +LTC2497 EXPORT_SYMBOL 0x3f3e7885 ltc2497core_probe drivers/iio/adc/ltc2497-core +LTC2497 EXPORT_SYMBOL 0xd7b1bc8a ltc2497core_remove drivers/iio/adc/ltc2497-core +MCB EXPORT_SYMBOL_GPL 0x02022456 mcb_request_mem drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0x15348aff mcb_alloc_dev drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0x1e207d2d __mcb_register_driver drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0x4a030ea7 mcb_device_register drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0x56ec8c48 mcb_unregister_driver drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0x654b71ca mcb_bus_get drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0x981abd8f mcb_get_resource drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0x9c7e14f4 mcb_bus_put drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0xa9bbc6b9 mcb_free_dev drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0xae7db5ec mcb_alloc_bus drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0xb573143f mcb_bus_add_devices drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0xc123b969 mcb_get_irq drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0xe3c3b110 mcb_release_bus drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0xeb2c8905 mcb_release_mem drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0xf27e8a42 chameleon_parse_cells drivers/mcb/mcb +MFD_OCELOT EXPORT_SYMBOL 0x272766a8 ocelot_core_init drivers/mfd/ocelot-soc +MFD_OCELOT EXPORT_SYMBOL 0x3902ef20 ocelot_chip_reset drivers/mfd/ocelot-soc +MFD_OCELOT_SPI EXPORT_SYMBOL 0x06d7d7ec ocelot_spi_init_regmap drivers/mfd/ocelot-soc +NET_MANA EXPORT_SYMBOL 0x1ab2d4dc mana_destroy_wq_obj drivers/net/ethernet/microsoft/mana/mana +NET_MANA EXPORT_SYMBOL 0x51f6aca5 mana_uncfg_vport drivers/net/ethernet/microsoft/mana/mana +NET_MANA EXPORT_SYMBOL 0x6057aba9 mana_gd_send_request drivers/net/ethernet/microsoft/mana/mana +NET_MANA EXPORT_SYMBOL 0x73d38f2a mana_cfg_vport drivers/net/ethernet/microsoft/mana/mana +NET_MANA EXPORT_SYMBOL 0x93b734f5 mana_gd_destroy_dma_region drivers/net/ethernet/microsoft/mana/mana +NET_MANA EXPORT_SYMBOL 0xf95d7714 mana_create_wq_obj drivers/net/ethernet/microsoft/mana/mana +NVME_TARGET_PASSTHRU EXPORT_SYMBOL_GPL 0x0f5c2f38 nvme_find_get_ns drivers/nvme/host/nvme-core +NVME_TARGET_PASSTHRU EXPORT_SYMBOL_GPL 0x3dd8dd52 nvme_passthru_end drivers/nvme/host/nvme-core +NVME_TARGET_PASSTHRU EXPORT_SYMBOL_GPL 0x40bff8bc nvme_command_effects drivers/nvme/host/nvme-core +NVME_TARGET_PASSTHRU EXPORT_SYMBOL_GPL 0x7c16fc20 nvme_put_ns drivers/nvme/host/nvme-core +NVME_TARGET_PASSTHRU EXPORT_SYMBOL_GPL 0x8d98c46e nvme_execute_passthru_rq drivers/nvme/host/nvme-core +NVME_TARGET_PASSTHRU EXPORT_SYMBOL_GPL 0xf4fe8f94 nvme_ctrl_from_file drivers/nvme/host/nvme-core +PECI EXPORT_SYMBOL_GPL 0x0063df99 peci_xfer_pkg_cfg_readl drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x0121928b peci_xfer_ep_pci_cfg_local_readl drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x0b100ccc peci_xfer_ep_mmio32_readl drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x0e2c85f3 peci_xfer_pci_cfg_local_readb drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x183e513c peci_request_alloc drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x289f1e4d peci_request_data_readb drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x2cd225c1 peci_xfer_pkg_cfg_readb drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x4220d1d6 peci_xfer_ep_pci_cfg_local_readw drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x4bfba9bb peci_request_dib_read drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x4f58d605 peci_xfer_pkg_cfg_readw drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x5a32ffe7 peci_request_free drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x5b321c20 peci_xfer_get_dib drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x619e8dde peci_xfer_ep_pci_cfg_readb drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x719cfe8d peci_xfer_ep_mmio64_readl drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x7ab9dffd __peci_driver_register drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x9ca4bbc6 peci_xfer_ep_pci_cfg_local_readb drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xa64b1c93 peci_request_temp_read drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xa8a61b1d peci_xfer_pci_cfg_local_readw drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xb5768f9a peci_xfer_pci_cfg_local_readl drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xb5fbfbd7 peci_request_data_readl drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xbe4cf139 peci_request_data_readq drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xbf1ae7ce peci_xfer_ep_pci_cfg_readw drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xc2ca15eb peci_request_data_readw drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xc5123241 peci_driver_unregister drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xd488d6cb peci_xfer_pkg_cfg_readq drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xd53be53c peci_xfer_get_temp drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xebd7bbce peci_request_status drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xf12c91b0 devm_peci_controller_add drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xfc1ba493 peci_xfer_ep_pci_cfg_readl drivers/peci/peci +PECI_CPU EXPORT_SYMBOL_GPL 0x1de4abe4 peci_ep_pci_local_read drivers/peci/peci-cpu +PECI_CPU EXPORT_SYMBOL_GPL 0x6f5dacf0 peci_temp_read drivers/peci/peci-cpu +PECI_CPU EXPORT_SYMBOL_GPL 0x8065116a peci_pci_local_read drivers/peci/peci-cpu +PECI_CPU EXPORT_SYMBOL_GPL 0xca931db4 peci_pcs_read drivers/peci/peci-cpu +PECI_CPU EXPORT_SYMBOL_GPL 0xe2f2312e peci_mmio_read drivers/peci/peci-cpu +PMBUS EXPORT_SYMBOL_GPL 0x0e254cb8 pmbus_clear_faults drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x10944ef5 pmbus_write_word_data drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x1c76dd8b pmbus_regulator_ops drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x1d4d7db0 pmbus_get_fan_rate_cached drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x2f654f2c pmbus_set_page drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x45cb5c47 pmbus_get_debugfs_dir drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x47eb49b3 pmbus_get_driver_info drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x5055c646 pmbus_do_probe drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x5083ce73 pmbus_read_word_data drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x617ba071 pmbus_update_fan drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x6797c1b5 pmbus_update_byte_data drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x84da4b8e pmbus_set_update drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x94f854f2 pmbus_clear_cache drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0xace367a5 pmbus_write_byte drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0xbd29a4e7 pmbus_write_byte_data drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0xbe669903 pmbus_get_fan_rate_device drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0xc039be74 pmbus_read_byte_data drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0xf84d6a91 pmbus_check_word_register drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0xf8594176 pmbus_check_byte_register drivers/hwmon/pmbus/pmbus_core +SEMTECH_PROX EXPORT_SYMBOL_GPL 0x0611bb2c sx_common_read_event_config drivers/iio/proximity/sx_common +SEMTECH_PROX EXPORT_SYMBOL_GPL 0x369910da sx_common_read_proximity drivers/iio/proximity/sx_common +SEMTECH_PROX EXPORT_SYMBOL_GPL 0x4bbdc0c9 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 0xf1678994 sx_common_probe drivers/iio/proximity/sx_common +SND_HDA_CS_DSP_CONTROLS EXPORT_SYMBOL_GPL 0x0b9db052 hda_cs_dsp_add_controls sound/pci/hda/snd-hda-cs-dsp-ctls +SND_HDA_CS_DSP_CONTROLS EXPORT_SYMBOL_GPL 0x2b707546 hda_cs_dsp_fw_ids sound/pci/hda/snd-hda-cs-dsp-ctls +SND_HDA_CS_DSP_CONTROLS EXPORT_SYMBOL_GPL 0x5e696120 hda_cs_dsp_read_ctl sound/pci/hda/snd-hda-cs-dsp-ctls +SND_HDA_CS_DSP_CONTROLS EXPORT_SYMBOL_GPL 0x72894e0c hda_cs_dsp_control_remove sound/pci/hda/snd-hda-cs-dsp-ctls +SND_HDA_CS_DSP_CONTROLS EXPORT_SYMBOL_GPL 0x77d9b108 hda_cs_dsp_write_ctl sound/pci/hda/snd-hda-cs-dsp-ctls +SND_HDA_SCODEC_CS35L41 EXPORT_SYMBOL_GPL 0x09a4051b cs35l41_hda_probe sound/pci/hda/snd-hda-scodec-cs35l41 +SND_HDA_SCODEC_CS35L41 EXPORT_SYMBOL_GPL 0x1f4eddb0 cs35l41_hda_remove sound/pci/hda/snd-hda-scodec-cs35l41 +SND_HDA_SCODEC_CS35L41 EXPORT_SYMBOL_GPL 0xf3cf4753 cs35l41_hda_pm_ops sound/pci/hda/snd-hda-scodec-cs35l41 +SND_INTEL_SOUNDWIRE_ACPI EXPORT_SYMBOL 0xbb4f9d1f sdw_intel_acpi_scan sound/hda/snd-intel-sdw-acpi +SND_SOC_ACP_COMMON EXPORT_SYMBOL_GPL 0x489462ec acp_platform_register sound/soc/amd/acp/snd-acp-pcm +SND_SOC_ACP_COMMON EXPORT_SYMBOL_GPL 0x5b63afc3 acp_platform_unregister sound/soc/amd/acp/snd-acp-pcm +SND_SOC_ACP_COMMON EXPORT_SYMBOL_GPL 0x7ec38889 asoc_acp_cpu_dai_ops sound/soc/amd/acp/snd-acp-i2s +SND_SOC_ACP_COMMON EXPORT_SYMBOL_GPL 0xd05063aa acp_machine_select sound/soc/amd/acp/snd-acp-pcm +SND_SOC_ACP_COMMON EXPORT_SYMBOL_GPL 0xd80b1f72 acp_dmic_dai_ops sound/soc/amd/acp/snd-acp-pdm +SND_SOC_ACP_COMMON EXPORT_SYMBOL_GPL 0xf748c93d asoc_acp_i2s_probe sound/soc/amd/acp/snd-acp-i2s +SND_SOC_AMD_MACH EXPORT_SYMBOL_GPL 0x056682f9 acp_sofdsp_dai_links_create sound/soc/amd/acp/snd-acp-mach +SND_SOC_AMD_MACH EXPORT_SYMBOL_GPL 0xf421971a acp_legacy_dai_links_create sound/soc/amd/acp/snd-acp-mach +SND_SOC_CS35L45 EXPORT_SYMBOL_GPL 0x76e553b1 cs35l45_remove sound/soc/codecs/snd-soc-cs35l45 +SND_SOC_CS35L45 EXPORT_SYMBOL_GPL 0xa43b4224 cs35l45_pm_ops sound/soc/codecs/snd-soc-cs35l45 +SND_SOC_CS35L45 EXPORT_SYMBOL_GPL 0xb924fb2a cs35l45_probe sound/soc/codecs/snd-soc-cs35l45 +SND_SOC_CS35L45_TABLES EXPORT_SYMBOL_GPL 0x280e7ff7 cs35l45_i2c_regmap sound/soc/codecs/snd-soc-cs35l45-tables +SND_SOC_CS35L45_TABLES EXPORT_SYMBOL_GPL 0x3431c8ad cs35l45_get_clk_freq_id sound/soc/codecs/snd-soc-cs35l45-tables +SND_SOC_CS35L45_TABLES EXPORT_SYMBOL_GPL 0x6b36bebb cs35l45_spi_regmap sound/soc/codecs/snd-soc-cs35l45-tables +SND_SOC_CS35L45_TABLES EXPORT_SYMBOL_GPL 0x96c0e63b cs35l45_apply_patch sound/soc/codecs/snd-soc-cs35l45-tables +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0x02a9bfa4 cs42l42_resume_restore sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0x5315f8dd cs42l42_suspend sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0x5ea0b42d cs42l42_common_remove sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0x5f3f7bcb cs42l42_resume sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0x6786445c cs42l42_dai sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0x6a50bea6 cs42l42_common_probe sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0x86906609 cs42l42_init sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0xa53412b2 cs42l42_readable_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 0xc38a5db4 cs42l42_soc_component sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0xe2cbf724 cs42l42_volatile_register sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0xf5fb627c cs42l42_regmap sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_INTEL_HDA_DSP_COMMON EXPORT_SYMBOL 0xd4f6e12c hda_dsp_hdmi_build_controls sound/soc/intel/boards/snd-soc-intel-hda-dsp-common +SND_SOC_INTEL_SOF_CIRRUS_COMMON EXPORT_SYMBOL 0x40ff9199 cs35l41_set_dai_link sound/soc/intel/boards/snd-soc-intel-sof-cirrus-common +SND_SOC_INTEL_SOF_CIRRUS_COMMON EXPORT_SYMBOL 0xba81de2c cs35l41_set_codec_conf sound/soc/intel/boards/snd-soc-intel-sof-cirrus-common +SND_SOC_INTEL_SOF_MAXIM_COMMON EXPORT_SYMBOL 0x10cdd71f max_98373_ops sound/soc/intel/boards/snd-soc-intel-sof-maxim-common +SND_SOC_INTEL_SOF_MAXIM_COMMON EXPORT_SYMBOL 0x3c743026 max_98373_components sound/soc/intel/boards/snd-soc-intel-sof-maxim-common +SND_SOC_INTEL_SOF_MAXIM_COMMON EXPORT_SYMBOL 0x4e306bd0 max_98373_set_codec_conf sound/soc/intel/boards/snd-soc-intel-sof-maxim-common +SND_SOC_INTEL_SOF_MAXIM_COMMON EXPORT_SYMBOL 0x5694d989 max_98357a_dai_link sound/soc/intel/boards/snd-soc-intel-sof-maxim-common +SND_SOC_INTEL_SOF_MAXIM_COMMON EXPORT_SYMBOL 0x5b9d1f50 max_98360a_dai_link sound/soc/intel/boards/snd-soc-intel-sof-maxim-common +SND_SOC_INTEL_SOF_MAXIM_COMMON EXPORT_SYMBOL 0x69772a51 max_98390_ops sound/soc/intel/boards/snd-soc-intel-sof-maxim-common +SND_SOC_INTEL_SOF_MAXIM_COMMON EXPORT_SYMBOL 0x6a9c8c2b max_98390_4spk_components sound/soc/intel/boards/snd-soc-intel-sof-maxim-common +SND_SOC_INTEL_SOF_MAXIM_COMMON EXPORT_SYMBOL 0x7b7cc324 max_98390_set_codec_conf sound/soc/intel/boards/snd-soc-intel-sof-maxim-common +SND_SOC_INTEL_SOF_MAXIM_COMMON EXPORT_SYMBOL 0x8594925e max_98373_dapm_routes sound/soc/intel/boards/snd-soc-intel-sof-maxim-common +SND_SOC_INTEL_SOF_MAXIM_COMMON EXPORT_SYMBOL 0x86dafde8 max_98390_components sound/soc/intel/boards/snd-soc-intel-sof-maxim-common +SND_SOC_INTEL_SOF_MAXIM_COMMON EXPORT_SYMBOL 0xb76ae395 max_98373_spk_codec_init sound/soc/intel/boards/snd-soc-intel-sof-maxim-common +SND_SOC_INTEL_SOF_MAXIM_COMMON EXPORT_SYMBOL 0xbf59b28f max_98390_spk_codec_init sound/soc/intel/boards/snd-soc-intel-sof-maxim-common +SND_SOC_INTEL_SOF_MAXIM_COMMON EXPORT_SYMBOL 0xfe5a12c2 max_98373_trigger sound/soc/intel/boards/snd-soc-intel-sof-maxim-common +SND_SOC_INTEL_SOF_REALTEK_COMMON EXPORT_SYMBOL 0x069859ee sof_rt1011_dai_link sound/soc/intel/boards/snd-soc-intel-sof-realtek-common +SND_SOC_INTEL_SOF_REALTEK_COMMON EXPORT_SYMBOL 0x3881cf7f sof_rt1015_codec_conf sound/soc/intel/boards/snd-soc-intel-sof-realtek-common +SND_SOC_INTEL_SOF_REALTEK_COMMON EXPORT_SYMBOL 0x5f0cc307 sof_rt1011_codec_conf sound/soc/intel/boards/snd-soc-intel-sof-realtek-common +SND_SOC_INTEL_SOF_REALTEK_COMMON EXPORT_SYMBOL 0x6024d241 sof_rt1308_dai_link sound/soc/intel/boards/snd-soc-intel-sof-realtek-common +SND_SOC_INTEL_SOF_REALTEK_COMMON EXPORT_SYMBOL 0x79018552 sof_rt1019p_dai_link sound/soc/intel/boards/snd-soc-intel-sof-realtek-common +SND_SOC_INTEL_SOF_REALTEK_COMMON EXPORT_SYMBOL 0xd4b15b13 sof_rt1015p_codec_conf sound/soc/intel/boards/snd-soc-intel-sof-realtek-common +SND_SOC_INTEL_SOF_REALTEK_COMMON EXPORT_SYMBOL 0xd6e21e70 sof_rt1015p_dai_link sound/soc/intel/boards/snd-soc-intel-sof-realtek-common +SND_SOC_INTEL_SOF_REALTEK_COMMON EXPORT_SYMBOL 0xe8c881b6 sof_rt1015_dai_link sound/soc/intel/boards/snd-soc-intel-sof-realtek-common +SND_SOC_SOF_ACPI_DEV EXPORT_SYMBOL 0x9381175c sof_acpi_remove sound/soc/sof/snd-sof-acpi +SND_SOC_SOF_ACPI_DEV EXPORT_SYMBOL 0xad670ce2 sof_acpi_probe sound/soc/sof/snd-sof-acpi +SND_SOC_SOF_ACPI_DEV EXPORT_SYMBOL 0xe900dd54 sof_acpi_pm sound/soc/sof/snd-sof-acpi +SND_SOC_SOF_AMD_COMMON EXPORT_SYMBOL 0x0188fcec acp_sof_trace_release sound/soc/sof/amd/snd-sof-amd-acp +SND_SOC_SOF_AMD_COMMON EXPORT_SYMBOL 0x1f5c5fc2 acp_mailbox_read sound/soc/sof/amd/snd-sof-amd-acp +SND_SOC_SOF_AMD_COMMON EXPORT_SYMBOL 0x2deffb80 acp_dsp_pre_fw_run sound/soc/sof/amd/snd-sof-amd-acp +SND_SOC_SOF_AMD_COMMON EXPORT_SYMBOL 0x2e0a88e1 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 0x47cd19a9 acp_set_stream_data_offset sound/soc/sof/amd/snd-sof-amd-acp +SND_SOC_SOF_AMD_COMMON EXPORT_SYMBOL 0x513a5014 acp_sof_ipc_send_msg sound/soc/sof/amd/snd-sof-amd-acp +SND_SOC_SOF_AMD_COMMON EXPORT_SYMBOL 0x573571d5 acp_mailbox_write sound/soc/sof/amd/snd-sof-amd-acp +SND_SOC_SOF_AMD_COMMON EXPORT_SYMBOL 0x599a1d21 acp_dsp_stream_init sound/soc/sof/amd/snd-sof-amd-acp +SND_SOC_SOF_AMD_COMMON EXPORT_SYMBOL 0x59df7e06 acp_sof_ipc_get_window_offset sound/soc/sof/amd/snd-sof-amd-acp +SND_SOC_SOF_AMD_COMMON EXPORT_SYMBOL 0x5e640e79 acp_get_bar_index sound/soc/sof/amd/snd-sof-amd-acp +SND_SOC_SOF_AMD_COMMON EXPORT_SYMBOL 0x5ee3b4f3 acp_dsp_block_read sound/soc/sof/amd/snd-sof-amd-acp +SND_SOC_SOF_AMD_COMMON EXPORT_SYMBOL 0x61cbcfc4 sof_renoir_ops sound/soc/sof/amd/snd-sof-amd-renoir +SND_SOC_SOF_AMD_COMMON EXPORT_SYMBOL 0x73fbd23d amd_sof_acp_remove sound/soc/sof/amd/snd-sof-amd-acp +SND_SOC_SOF_AMD_COMMON EXPORT_SYMBOL 0x80b0abf0 amd_sof_acp_resume sound/soc/sof/amd/snd-sof-amd-acp +SND_SOC_SOF_AMD_COMMON EXPORT_SYMBOL 0x88bfb8e4 sof_acp_common_ops sound/soc/sof/amd/snd-sof-amd-acp +SND_SOC_SOF_AMD_COMMON EXPORT_SYMBOL 0x8a7583d4 amd_sof_acp_suspend sound/soc/sof/amd/snd-sof-amd-acp +SND_SOC_SOF_AMD_COMMON EXPORT_SYMBOL 0x98f2251b acp_sof_ipc_msg_data sound/soc/sof/amd/snd-sof-amd-acp +SND_SOC_SOF_AMD_COMMON EXPORT_SYMBOL 0xa30001c6 sof_rembrandt_ops sound/soc/sof/amd/snd-sof-amd-rembrandt +SND_SOC_SOF_AMD_COMMON EXPORT_SYMBOL 0xaaa398e4 acp_sof_trace_init sound/soc/sof/amd/snd-sof-amd-acp +SND_SOC_SOF_AMD_COMMON EXPORT_SYMBOL 0xab8d0607 acp_pcm_close sound/soc/sof/amd/snd-sof-amd-acp +SND_SOC_SOF_AMD_COMMON EXPORT_SYMBOL 0xce895c93 acp_dsp_stream_put sound/soc/sof/amd/snd-sof-amd-acp +SND_SOC_SOF_AMD_COMMON EXPORT_SYMBOL 0xd2e13205 acp_dai_probe sound/soc/sof/amd/snd-sof-amd-acp +SND_SOC_SOF_AMD_COMMON EXPORT_SYMBOL 0xd3013bba acp_sof_ipc_get_mailbox_offset sound/soc/sof/amd/snd-sof-amd-acp +SND_SOC_SOF_AMD_COMMON EXPORT_SYMBOL 0xd43793e5 acp_pcm_open sound/soc/sof/amd/snd-sof-amd-acp +SND_SOC_SOF_AMD_COMMON EXPORT_SYMBOL 0xd9081efb acp_pcm_hw_params sound/soc/sof/amd/snd-sof-amd-acp +SND_SOC_SOF_AMD_COMMON EXPORT_SYMBOL 0xd94e2e68 acp_dsp_stream_get sound/soc/sof/amd/snd-sof-amd-acp +SND_SOC_SOF_AMD_COMMON EXPORT_SYMBOL 0xec8cdaca amd_sof_acp_probe sound/soc/sof/amd/snd-sof-amd-acp +SND_SOC_SOF_AMD_COMMON EXPORT_SYMBOL 0xfd63cb85 acp_dsp_block_write sound/soc/sof/amd/snd-sof-amd-acp +SND_SOC_SOF_CLIENT EXPORT_SYMBOL_GPL 0x07c9751a sof_client_dev_unregister sound/soc/sof/snd-sof +SND_SOC_SOF_CLIENT EXPORT_SYMBOL_GPL 0x1a5c16de sof_client_core_module_put sound/soc/sof/snd-sof +SND_SOC_SOF_CLIENT EXPORT_SYMBOL_GPL 0x1ca0bf34 sof_client_register_ipc_rx_handler sound/soc/sof/snd-sof +SND_SOC_SOF_CLIENT EXPORT_SYMBOL_GPL 0x4e0bb695 sof_client_unregister_ipc_rx_handler sound/soc/sof/snd-sof +SND_SOC_SOF_CLIENT EXPORT_SYMBOL_GPL 0x534e3659 sof_suspend_clients sound/soc/sof/snd-sof +SND_SOC_SOF_CLIENT EXPORT_SYMBOL_GPL 0x57971b19 sof_client_get_ipc_max_payload_size sound/soc/sof/snd-sof +SND_SOC_SOF_CLIENT EXPORT_SYMBOL_GPL 0x5e653025 sof_client_dev_register sound/soc/sof/snd-sof +SND_SOC_SOF_CLIENT EXPORT_SYMBOL_GPL 0x884e67ed sof_client_ipc_set_get_data sound/soc/sof/snd-sof +SND_SOC_SOF_CLIENT EXPORT_SYMBOL_GPL 0x98dbc050 sof_client_get_dma_dev sound/soc/sof/snd-sof +SND_SOC_SOF_CLIENT EXPORT_SYMBOL_GPL 0xa51df239 sof_client_register_fw_state_handler sound/soc/sof/snd-sof +SND_SOC_SOF_CLIENT EXPORT_SYMBOL_GPL 0xa6dde3ae sof_resume_clients sound/soc/sof/snd-sof +SND_SOC_SOF_CLIENT EXPORT_SYMBOL_GPL 0xb2107032 sof_client_ipc4_find_module sound/soc/sof/snd-sof +SND_SOC_SOF_CLIENT EXPORT_SYMBOL_GPL 0xc88bd39c sof_client_ipc_tx_message sound/soc/sof/snd-sof +SND_SOC_SOF_CLIENT EXPORT_SYMBOL_GPL 0xc8ed412c sof_client_get_fw_version sound/soc/sof/snd-sof +SND_SOC_SOF_CLIENT EXPORT_SYMBOL_GPL 0xcbf32ac0 sof_client_core_module_get sound/soc/sof/snd-sof +SND_SOC_SOF_CLIENT EXPORT_SYMBOL_GPL 0xe0cacef7 sof_client_get_fw_state sound/soc/sof/snd-sof +SND_SOC_SOF_CLIENT EXPORT_SYMBOL_GPL 0xea60c9d0 sof_client_get_ipc_type sound/soc/sof/snd-sof +SND_SOC_SOF_CLIENT EXPORT_SYMBOL_GPL 0xf0442cf5 sof_client_unregister_fw_state_handler sound/soc/sof/snd-sof +SND_SOC_SOF_CLIENT EXPORT_SYMBOL_GPL 0xfc8f9c65 sof_client_get_debugfs_root sound/soc/sof/snd-sof +SND_SOC_SOF_HDA_AUDIO_CODEC EXPORT_SYMBOL_GPL 0x0ac4e376 hda_codec_detect_mask sound/soc/sof/intel/snd-sof-intel-hda +SND_SOC_SOF_HDA_AUDIO_CODEC EXPORT_SYMBOL_GPL 0x41773478 hda_codec_init_cmd_io sound/soc/sof/intel/snd-sof-intel-hda +SND_SOC_SOF_HDA_AUDIO_CODEC EXPORT_SYMBOL_GPL 0x7dc909bd hda_codec_device_remove sound/soc/sof/intel/snd-sof-intel-hda +SND_SOC_SOF_HDA_AUDIO_CODEC EXPORT_SYMBOL_GPL 0x8cc4ab89 hda_codec_suspend_cmd_io sound/soc/sof/intel/snd-sof-intel-hda +SND_SOC_SOF_HDA_AUDIO_CODEC EXPORT_SYMBOL_GPL 0x98037b38 hda_codec_check_rirb_status sound/soc/sof/intel/snd-sof-intel-hda +SND_SOC_SOF_HDA_AUDIO_CODEC EXPORT_SYMBOL_GPL 0x9e25ac7c hda_codec_jack_check sound/soc/sof/intel/snd-sof-intel-hda +SND_SOC_SOF_HDA_AUDIO_CODEC EXPORT_SYMBOL_GPL 0xc8b07b98 hda_codec_check_for_state_change sound/soc/sof/intel/snd-sof-intel-hda +SND_SOC_SOF_HDA_AUDIO_CODEC EXPORT_SYMBOL_GPL 0xcc417c05 hda_codec_set_codec_wakeup sound/soc/sof/intel/snd-sof-intel-hda +SND_SOC_SOF_HDA_AUDIO_CODEC EXPORT_SYMBOL_GPL 0xe6717aac hda_codec_stop_cmd_io sound/soc/sof/intel/snd-sof-intel-hda +SND_SOC_SOF_HDA_AUDIO_CODEC EXPORT_SYMBOL_GPL 0xe97cc3e1 hda_codec_rirb_status_clear sound/soc/sof/intel/snd-sof-intel-hda +SND_SOC_SOF_HDA_AUDIO_CODEC EXPORT_SYMBOL_GPL 0xf1feacdb hda_codec_probe_bus sound/soc/sof/intel/snd-sof-intel-hda +SND_SOC_SOF_HDA_AUDIO_CODEC EXPORT_SYMBOL_GPL 0xf4813f2c hda_codec_resume_cmd_io sound/soc/sof/intel/snd-sof-intel-hda +SND_SOC_SOF_HDA_AUDIO_CODEC EXPORT_SYMBOL_GPL 0xf4f12dd6 hda_codec_jack_wake_enable sound/soc/sof/intel/snd-sof-intel-hda +SND_SOC_SOF_HDA_AUDIO_CODEC_I915 EXPORT_SYMBOL_GPL 0x24668ed6 hda_codec_i915_exit sound/soc/sof/intel/snd-sof-intel-hda +SND_SOC_SOF_HDA_AUDIO_CODEC_I915 EXPORT_SYMBOL_GPL 0x32e3c415 hda_codec_i915_display_power sound/soc/sof/intel/snd-sof-intel-hda +SND_SOC_SOF_HDA_AUDIO_CODEC_I915 EXPORT_SYMBOL_GPL 0xf20f4678 hda_codec_i915_init sound/soc/sof/intel/snd-sof-intel-hda +SND_SOC_SOF_INTEL_ATOM_HIFI_EP EXPORT_SYMBOL 0x0d3a9867 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 0x44067f6f atom_get_mailbox_offset sound/soc/sof/intel/snd-sof-intel-atom +SND_SOC_SOF_INTEL_ATOM_HIFI_EP EXPORT_SYMBOL 0x4a05aba2 atom_set_mach_params sound/soc/sof/intel/snd-sof-intel-atom +SND_SOC_SOF_INTEL_ATOM_HIFI_EP EXPORT_SYMBOL 0x5535d317 atom_get_window_offset sound/soc/sof/intel/snd-sof-intel-atom +SND_SOC_SOF_INTEL_ATOM_HIFI_EP EXPORT_SYMBOL 0x74ce24b4 atom_dai sound/soc/sof/intel/snd-sof-intel-atom +SND_SOC_SOF_INTEL_ATOM_HIFI_EP EXPORT_SYMBOL 0x9bedb28d atom_run sound/soc/sof/intel/snd-sof-intel-atom +SND_SOC_SOF_INTEL_ATOM_HIFI_EP EXPORT_SYMBOL 0xb522ea5d atom_reset sound/soc/sof/intel/snd-sof-intel-atom +SND_SOC_SOF_INTEL_ATOM_HIFI_EP EXPORT_SYMBOL 0xc4f22556 atom_send_msg sound/soc/sof/intel/snd-sof-intel-atom +SND_SOC_SOF_INTEL_ATOM_HIFI_EP EXPORT_SYMBOL 0xd6b3c263 atom_machine_select sound/soc/sof/intel/snd-sof-intel-atom +SND_SOC_SOF_INTEL_ATOM_HIFI_EP EXPORT_SYMBOL 0xefa4a41a atom_irq_handler sound/soc/sof/intel/snd-sof-intel-atom +SND_SOC_SOF_INTEL_HDA_COMMON EXPORT_SYMBOL 0x1ceccf4f ehl_chip_info sound/soc/sof/intel/snd-sof-intel-hda-common +SND_SOC_SOF_INTEL_HDA_COMMON EXPORT_SYMBOL 0x22b479a0 sof_tgl_ops_init sound/soc/sof/intel/snd-sof-intel-hda-common +SND_SOC_SOF_INTEL_HDA_COMMON EXPORT_SYMBOL 0x2beca8cb cnl_chip_info sound/soc/sof/intel/snd-sof-intel-hda-common +SND_SOC_SOF_INTEL_HDA_COMMON EXPORT_SYMBOL 0x2e6f1870 hda_ops_free sound/soc/sof/intel/snd-sof-intel-hda-common +SND_SOC_SOF_INTEL_HDA_COMMON EXPORT_SYMBOL 0x32fba655 sof_icl_ops_init sound/soc/sof/intel/snd-sof-intel-hda-common +SND_SOC_SOF_INTEL_HDA_COMMON EXPORT_SYMBOL 0x479f07f4 sof_mtl_ops sound/soc/sof/intel/snd-sof-intel-hda-common +SND_SOC_SOF_INTEL_HDA_COMMON EXPORT_SYMBOL 0x48aa3455 sof_apl_ops_init sound/soc/sof/intel/snd-sof-intel-hda-common +SND_SOC_SOF_INTEL_HDA_COMMON EXPORT_SYMBOL 0x4b5339b8 sof_icl_ops sound/soc/sof/intel/snd-sof-intel-hda-common +SND_SOC_SOF_INTEL_HDA_COMMON EXPORT_SYMBOL 0x54fd99d9 sof_cnl_ops_init sound/soc/sof/intel/snd-sof-intel-hda-common +SND_SOC_SOF_INTEL_HDA_COMMON EXPORT_SYMBOL 0x58a23951 sof_tgl_ops sound/soc/sof/intel/snd-sof-intel-hda-common +SND_SOC_SOF_INTEL_HDA_COMMON EXPORT_SYMBOL 0x640d2b32 mtl_chip_info sound/soc/sof/intel/snd-sof-intel-hda-common +SND_SOC_SOF_INTEL_HDA_COMMON EXPORT_SYMBOL 0x6b10048b sof_skl_ops_init sound/soc/sof/intel/snd-sof-intel-hda-common +SND_SOC_SOF_INTEL_HDA_COMMON EXPORT_SYMBOL 0x7691912f jsl_chip_info sound/soc/sof/intel/snd-sof-intel-hda-common +SND_SOC_SOF_INTEL_HDA_COMMON EXPORT_SYMBOL 0x885ffec7 sof_cnl_ops sound/soc/sof/intel/snd-sof-intel-hda-common +SND_SOC_SOF_INTEL_HDA_COMMON EXPORT_SYMBOL 0x8ec27d41 tglh_chip_info sound/soc/sof/intel/snd-sof-intel-hda-common +SND_SOC_SOF_INTEL_HDA_COMMON EXPORT_SYMBOL 0xa2606c65 skl_chip_info sound/soc/sof/intel/snd-sof-intel-hda-common +SND_SOC_SOF_INTEL_HDA_COMMON EXPORT_SYMBOL 0xa5e673da hda_pci_intel_probe sound/soc/sof/intel/snd-sof-intel-hda-common +SND_SOC_SOF_INTEL_HDA_COMMON EXPORT_SYMBOL 0xbe313283 sof_skl_ops sound/soc/sof/intel/snd-sof-intel-hda-common +SND_SOC_SOF_INTEL_HDA_COMMON EXPORT_SYMBOL 0xc021c760 tgl_chip_info sound/soc/sof/intel/snd-sof-intel-hda-common +SND_SOC_SOF_INTEL_HDA_COMMON EXPORT_SYMBOL 0xce80a45e sof_apl_ops sound/soc/sof/intel/snd-sof-intel-hda-common +SND_SOC_SOF_INTEL_HDA_COMMON EXPORT_SYMBOL 0xcf0370e0 sof_mtl_ops_init sound/soc/sof/intel/snd-sof-intel-hda-common +SND_SOC_SOF_INTEL_HDA_COMMON EXPORT_SYMBOL 0xd1d0e1c1 icl_chip_info sound/soc/sof/intel/snd-sof-intel-hda-common +SND_SOC_SOF_INTEL_HDA_COMMON EXPORT_SYMBOL 0xeb4435e3 apl_chip_info sound/soc/sof/intel/snd-sof-intel-hda-common +SND_SOC_SOF_INTEL_HDA_COMMON EXPORT_SYMBOL 0xf8cc30ac adls_chip_info sound/soc/sof/intel/snd-sof-intel-hda-common +SND_SOC_SOF_PCI_DEV EXPORT_SYMBOL 0x5999464a sof_pci_probe sound/soc/sof/snd-sof-pci +SND_SOC_SOF_PCI_DEV EXPORT_SYMBOL 0x96c35080 sof_pci_shutdown sound/soc/sof/snd-sof-pci +SND_SOC_SOF_PCI_DEV EXPORT_SYMBOL 0xcfdb569a sof_pci_remove sound/soc/sof/snd-sof-pci +SND_SOC_SOF_PCI_DEV EXPORT_SYMBOL 0xd11b8418 sof_pci_pm sound/soc/sof/snd-sof-pci +SND_SOC_SOF_XTENSA EXPORT_SYMBOL 0x9950e79d sof_xtensa_arch_ops sound/soc/sof/xtensa/snd-sof-xtensa-dsp +SOUNDWIRE_INTEL EXPORT_SYMBOL 0xe2fcd902 sdw_intel_cnl_hw_ops drivers/soundwire/soundwire-intel +SOUNDWIRE_INTEL_INIT EXPORT_SYMBOL 0x47387cb0 sdw_intel_process_wakeen_event drivers/soundwire/soundwire-intel +SOUNDWIRE_INTEL_INIT EXPORT_SYMBOL 0x80d3ec01 sdw_intel_exit drivers/soundwire/soundwire-intel +SOUNDWIRE_INTEL_INIT EXPORT_SYMBOL 0x82b84f3a sdw_intel_startup drivers/soundwire/soundwire-intel +SOUNDWIRE_INTEL_INIT EXPORT_SYMBOL 0xa401148c sdw_intel_probe drivers/soundwire/soundwire-intel +SOUNDWIRE_INTEL_INIT EXPORT_SYMBOL 0xaa52eba1 sdw_intel_thread drivers/soundwire/soundwire-intel +SPI_DW_CORE EXPORT_SYMBOL_GPL 0x1741a7e2 dw_spi_update_config drivers/spi/spi-dw +SPI_DW_CORE EXPORT_SYMBOL_GPL 0x1eaede68 dw_spi_resume_host drivers/spi/spi-dw +SPI_DW_CORE EXPORT_SYMBOL_GPL 0x2051d191 dw_spi_remove_host drivers/spi/spi-dw +SPI_DW_CORE EXPORT_SYMBOL_GPL 0x20a96539 dw_spi_dma_setup_mfld drivers/spi/spi-dw +SPI_DW_CORE EXPORT_SYMBOL_GPL 0x233f8159 dw_spi_check_status drivers/spi/spi-dw +SPI_DW_CORE EXPORT_SYMBOL_GPL 0x26700471 dw_spi_add_host drivers/spi/spi-dw +SPI_DW_CORE EXPORT_SYMBOL_GPL 0x8f8e553e dw_spi_suspend_host drivers/spi/spi-dw +SPI_DW_CORE EXPORT_SYMBOL_GPL 0x9801719d dw_spi_set_cs drivers/spi/spi-dw +SPI_DW_CORE EXPORT_SYMBOL_GPL 0xd464d39b dw_spi_dma_setup_generic 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 0x006af866 usb_stor_CB_reset drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x0a1cec5f usb_stor_bulk_transfer_sg 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 0x1c0b21a6 usb_stor_suspend drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x3fa689c5 usb_stor_transparent_scsi_command drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x44b8c00a usb_stor_probe2 drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x682bf087 usb_stor_pre_reset drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x69b47886 usb_stor_bulk_srb drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x79e9c21d fill_inquiry_response drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x7e3a8eb6 usb_stor_control_msg drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x8dedc4f8 usb_stor_Bulk_reset drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x8f2bfe8c usb_stor_Bulk_transport drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x90f0f985 usb_stor_clear_halt drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x99b0ff82 usb_stor_post_reset drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x9bb08526 usb_stor_reset_resume drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xa36cd7ce usb_stor_access_xfer_buf drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xa4931efa usb_stor_host_template_init drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xb4aed2f9 usb_stor_resume drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xb7d295c7 usb_stor_bulk_transfer_buf drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xc77a0e27 usb_stor_CB_transport drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xd5db3338 usb_stor_probe1 drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xd6c3c85d usb_stor_ctrl_transfer drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xecf7e0be usb_stor_adjust_quirks drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xf10b412f usb_stor_set_xfer_buf drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xfb537aa7 usb_stor_disconnect drivers/usb/storage/usb-storage --- linux-lowlatency-hwe-6.2-6.2.0.orig/debian.lowlatency/abi/amd64/lowlatency.compiler +++ linux-lowlatency-hwe-6.2-6.2.0/debian.lowlatency/abi/amd64/lowlatency.compiler @@ -0,0 +1 @@ +GCC: (Ubuntu 12.3.0-1ubuntu1~23.04) 12.3.0 --- linux-lowlatency-hwe-6.2-6.2.0.orig/debian.lowlatency/abi/amd64/lowlatency.modules +++ linux-lowlatency-hwe-6.2-6.2.0/debian.lowlatency/abi/amd64/lowlatency.modules @@ -0,0 +1,6289 @@ +104-quad-8 +3c509 +3c574_cs +3c589_cs +3c59x +3w-9xxx +3w-sas +3w-xxxx +53c700 +6lowpan +6pack +8021q +8139cp +8139too +8250_dw +8250_exar +8250_lpss +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 +9pnet_xen +BusLogic +a100u2w +a3d +a8293 +aacraid +aat2870-regulator +aat2870_bl +abituguru +abituguru3 +abp060mg +ac97_bus +acard-ahci +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 +ad9389b +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 +ade7854 +ade7854-i2c +ade7854-spi +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 +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_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 +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 +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 +btqca +btrfs +btrsi +btrtl +btsdio +bttv +btusb +bu21013_ts +bu21029_ts +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 +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 +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 +cm4000_cs +cm4040_cs +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 +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_typec +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_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_hmem +dax_pmem +db9 +dc395x +dca +dccp +dccp_diag +dccp_ipv4 +dccp_ipv6 +dcdbas +ddbridge +ddbridge-dummy-fe +de2104x +defxx +dell-laptop +dell-rbtn +dell-smbios +dell-smm-hwmon +dell-smo8800 +dell-uart-backlight +dell-wmi +dell-wmi-aio +dell-wmi-ddv +dell-wmi-descriptor +dell-wmi-led +dell-wmi-sysman +dell_rbu +delta-ahe50dc-fan +denali +denali_pci +des3_ede-x86_64 +des_generic +designware_i2s +device_dax +dfl +dfl-afu +dfl-emif +dfl-fme +dfl-fme-br +dfl-fme-mgr +dfl-fme-region +dfl-n3000-nios +dfl-pci +dht11 +diag +dib0070 +dib0090 +dib3000mb +dib3000mc +dib7000m +dib7000p +dib8000 +dib9000 +dibx000_common +digi_acceleport +diskonchip +dl2k +dlhl60d +dlink-dir685-touchkeys +dlm +dln2 +dln2-adc +dm-bio-prison +dm-bufio +dm-cache +dm-cache-smq +dm-clone +dm-crypt +dm-delay +dm-ebs +dm-era +dm-flakey +dm-historical-service-time +dm-integrity +dm-io-affinity +dm-log +dm-log-userspace +dm-log-writes +dm-mirror +dm-multipath +dm-persistent-data +dm-queue-length +dm-raid +dm-region-hash +dm-round-robin +dm-service-time +dm-snapshot +dm-switch +dm-thin-pool +dm-unstripe +dm-verity +dm-writecache +dm-zero +dm-zoned +dm1105 +dm9601 +dmard06 +dmard09 +dmard10 +dme1737 +dmfe +dmi-sysfs +dmm32at +dmx3191d +dnet +dp83640 +dp83822 +dp83848 +dp83867 +dp83869 +dp83tc811 +dp83td510 +dpot-dac +dps310 +dps920ab +dptf_pch_fivr +dptf_power +drbd +drivetemp +drm +drm_buddy +drm_display_helper +drm_dma_helper +drm_kms_helper +drm_mipi_dbi +drm_shmem_helper +drm_ttm_helper +drm_vram_helper +drm_xen_front +drv260x +drv2665 +drv2667 +drx39xyj +drxd +drxk +ds1621 +ds1682 +ds1803 +ds1wm +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-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 +failover +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_sys_fops +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-elan +ftdi_sio +ftl +ftrace-direct +ftrace-direct-modify +ftrace-direct-too +ftsteutates +fujitsu-laptop +fujitsu-tablet +fujitsu_ts +funcore +funeth +fusb302 +fxas21002c_core +fxas21002c_i2c +fxas21002c_spi +fxls8962af-core +fxls8962af-i2c +fxls8962af-spi +fxos8700_core +fxos8700_i2c +fxos8700_spi +g450_pll +g760a +g762 +g_acm_ms +g_audio +g_cdc +g_dbgp +g_ether +g_ffs +g_hid +g_mass_storage +g_midi +g_ncm +g_nokia +g_printer +g_serial +g_webcam +g_zero +gadgetfs +gamecon +gameport +garmin_gps +garp +gb-audio-apbridgea +gb-audio-codec +gb-audio-gb +gb-audio-manager +gb-audio-module +gb-bootrom +gb-es2 +gb-firmware +gb-gbphy +gb-gpio +gb-hid +gb-i2c +gb-light +gb-log +gb-loopback +gb-power-supply +gb-pwm +gb-raw +gb-sdio +gb-spi +gb-spilib +gb-uart +gb-usb +gb-vibrator +gdmtty +gdmulte +gen_probe +generic +generic-adc-battery +genet +geneve +genwqe_card +gf2k +gfs2 +ghash-clmulni-intel +gigabyte-wmi +gl518sm +gl520sm +gl620a +gluebi +gm12u320 +gma500_gfx +gnss +gnss-mtk +gnss-serial +gnss-sirf +gnss-ubx +gnss-usb +go7007 +go7007-loader +go7007-usb +goku_udc +goldfish_battery +goodix_ts +gp2ap002 +gp2ap020a00f +gp8psk-fe +gpd-pocket-fan +gpio +gpio-104-dio-48e +gpio-104-idi-48 +gpio-104-idio-16 +gpio-aaeon +gpio-adp5520 +gpio-aggregator +gpio-amd-fch +gpio-amd8111 +gpio-amdpt +gpio-arizona +gpio-bd9571mwv +gpio-beeper +gpio-charger +gpio-da9052 +gpio-da9055 +gpio-dln2 +gpio-dwapb +gpio-exar +gpio-f7188x +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-regulator +gpio-sch +gpio-sch311x +gpio-sim +gpio-siox +gpio-tpic2810 +gpio-tps65086 +gpio-tps65912 +gpio-tps68470 +gpio-tqmx86 +gpio-twl4030 +gpio-twl6040 +gpio-ucb1400 +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 +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-ezkey +hid-ft260 +hid-gaff +hid-gembird +hid-generic +hid-gfrm +hid-glorious +hid-google-hammer +hid-gt683r +hid-gyration +hid-holtek-kbd +hid-holtek-mouse +hid-holtekff +hid-hyperv +hid-icade +hid-ite +hid-jabra +hid-kensington +hid-keytouch +hid-kye +hid-lcpower +hid-led +hid-lenovo +hid-letsketch +hid-lg-g15 +hid-logitech +hid-logitech-dj +hid-logitech-hidpp +hid-macally +hid-magicmouse +hid-maltron +hid-mcp2221 +hid-megaworld +hid-mf +hid-microsoft +hid-monterey +hid-multitouch +hid-nintendo +hid-nti +hid-ntrig +hid-ortek +hid-penmount +hid-petalynx +hid-picolcd +hid-pl +hid-plantronics +hid-playstation +hid-primax +hid-prodikeys +hid-pxrc +hid-razer +hid-redragon +hid-retrode +hid-rmi +hid-roccat +hid-roccat-arvo +hid-roccat-common +hid-roccat-isku +hid-roccat-kone +hid-roccat-koneplus +hid-roccat-konepure +hid-roccat-kovaplus +hid-roccat-lua +hid-roccat-pyra +hid-roccat-ryos +hid-roccat-savu +hid-saitek +hid-samsung +hid-semitek +hid-sensor-accel-3d +hid-sensor-als +hid-sensor-custom +hid-sensor-custom-intel-hinge +hid-sensor-gyro-3d +hid-sensor-hub +hid-sensor-humidity +hid-sensor-iio-common +hid-sensor-incl-3d +hid-sensor-magn-3d +hid-sensor-press +hid-sensor-prox +hid-sensor-rotation +hid-sensor-temperature +hid-sensor-trigger +hid-sigmamicro +hid-sjoy +hid-sony +hid-speedlink +hid-steam +hid-steelseries +hid-sunplus +hid-thrustmaster +hid-tivo +hid-tmff +hid-topre +hid-topseed +hid-twinhan +hid-u2fzero +hid-uclogic +hid-udraw-ps3 +hid-viewsonic +hid-vivaldi +hid-vivaldi-common +hid-vrc2 +hid-waltop +hid-wiimote +hid-xiaomi +hid-xinmo +hid-zpff +hid-zydacron +hideep +hidp +hih6130 +himax_hx83112b +hinic +hisi-spmi-controller +hmc425a +hmc5843_core +hmc5843_i2c +hmc5843_spi +hmc6352 +hopper +horus3a +hostap +hostap_cs +hostap_pci +hostap_plx +hp-wmi +hp03 +hp206c +hp_accel +hpfs +hpilo +hpsa +hptiop +hpwdt +hsi +hsi_char +hso +hsr +ht16k33 +htc-pasic3 +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-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 +icp +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 +imx319 +imx355 +ina209 +ina238 +ina2xx +ina2xx-adc +ina3221 +industrialio +industrialio-buffer-cb +industrialio-buffer-dma +industrialio-buffer-dmaengine +industrialio-configfs +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 +intel-m10-bmc-hwmon +intel-qep +intel-rng +intel-rst +intel-smartconnect +intel-uncore-frequency +intel-uncore-frequency-common +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_chtdc_ti_pwrbtn +intel_chtwc_int33fe +intel_crystal_cove_charger +intel_ifs +intel_int0002_vgpio +intel_ips +intel_menlow +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_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_vr_nor +intel_vsec +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_CLUSTERIP +ipt_ECN +ipt_REJECT +ipt_SYNPROXY +ipt_ah +ipt_rpfilter +iptable_filter +iptable_mangle +iptable_nat +iptable_raw +iptable_security +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 +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 +ixgb +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 +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-bd2802 +leds-blinkm +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-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-gpio +ledtrig-heartbeat +ledtrig-netdev +ledtrig-oneshot +ledtrig-pattern +ledtrig-timer +ledtrig-transient +ledtrig-tty +ledtrig-usbport +legousbtower +lenovo-yogabook-wmi +lg-laptop +lg-vl600 +lg2160 +lgdt3305 +lgdt3306a +lgdt330x +lgs8gl5 +lgs8gxx +lib80211 +lib80211_crypt_ccmp +lib80211_crypt_tkip +lib80211_crypt_wep +libahci +libahci_platform +libarc4 +libceph +libchacha +libchacha20poly1305 +libcomposite +libcrc32c +libcurve25519 +libcurve25519-generic +libcxgb +libcxgbi +libdes +libertas +libertas_cs +libertas_sdio +libertas_spi +libertas_tf +libertas_tf_usb +libfc +libfcoe +libipw +libiscsi +libiscsi_tcp +libpoly1305 +libsas +libwx +lightning +line-display +lineage-pem +linear +liquidio +liquidio_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 +m5mols +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 +max20730 +max20751 +max2165 +max2175 +max30100 +max30102 +max30208 +max3100 +max31722 +max31730 +max31760 +max31785 +max31790 +max31856 +max31865 +max3420_udc +max3421-hcd +max34440 +max44000 +max44009 +max517 +max5432 +max5481 +max5487 +max5821 +max63xx_wdt +max6620 +max6621 +max6639 +max6650 +max6697 +max6875 +max7359_keypad +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 +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-thunder +me4000 +me_daq +mediatek-ge +megaraid +megaraid_mbox +megaraid_mm +megaraid_sas +mei +mei-gsc +mei-me +mei-txe +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 +microread +microread_i2c +microread_mei +microtek +mii +minix +mip6 +mipi-i3c-hci +mite +mk712 +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 +mpr121_touchkey +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_ocelot_switch_lib +mscc_seville +msdos +mse102x +msg2638 +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 +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 +mt9m032 +mt9m111 +mt9p031 +mt9t001 +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 +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 +nbd +nci +nci_spi +nci_uart +nct6683 +nct6775 +nct6775-core +nct6775-i2c +nct7802 +nct7904 +nd_btt +nd_pmem +nd_virtio +ne2k-pci +neofb +net1080 +net2272 +net2280 +net_failover +netconsole +netdevsim +netfs +netjet +netlink_diag +netrom +nettel +netup-unidvb +netxen_nic +newtonkbd +nf_conncount +nf_conntrack +nf_conntrack_amanda +nf_conntrack_bridge +nf_conntrack_broadcast +nf_conntrack_ftp +nf_conntrack_h323 +nf_conntrack_irc +nf_conntrack_netbios_ns +nf_conntrack_netlink +nf_conntrack_pptp +nf_conntrack_sane +nf_conntrack_sip +nf_conntrack_snmp +nf_conntrack_tftp +nf_defrag_ipv4 +nf_defrag_ipv6 +nf_dup_ipv4 +nf_dup_ipv6 +nf_dup_netdev +nf_flow_table +nf_flow_table_inet +nf_log_syslog +nf_nat +nf_nat_amanda +nf_nat_ftp +nf_nat_h323 +nf_nat_irc +nf_nat_pptp +nf_nat_sip +nf_nat_snmp_basic +nf_nat_tftp +nf_reject_ipv4 +nf_reject_ipv6 +nf_socket_ipv4 +nf_socket_ipv6 +nf_synproxy_core +nf_tables +nf_tproxy_ipv4 +nf_tproxy_ipv6 +nfc +nfc_digital +nfcmrvl +nfcmrvl_i2c +nfcmrvl_spi +nfcmrvl_uart +nfcmrvl_usb +nfcsim +nfit +nfnetlink +nfnetlink_acct +nfnetlink_cthelper +nfnetlink_cttimeout +nfnetlink_hook +nfnetlink_log +nfnetlink_osf +nfnetlink_queue +nfp +nfs +nfs_acl +nfs_layout_flexfiles +nfs_layout_nfsv41_files +nfsd +nfsv2 +nfsv3 +nfsv4 +nft_chain_nat +nft_compat +nft_connlimit +nft_ct +nft_dup_ipv4 +nft_dup_ipv6 +nft_dup_netdev +nft_fib +nft_fib_inet +nft_fib_ipv4 +nft_fib_ipv6 +nft_fib_netdev +nft_flow_offload +nft_fwd_netdev +nft_hash +nft_limit +nft_log +nft_masq +nft_meta_bridge +nft_nat +nft_numgen +nft_osf +nft_queue +nft_quota +nft_redir +nft_reject +nft_reject_bridge +nft_reject_inet +nft_reject_ipv4 +nft_reject_ipv6 +nft_reject_netdev +nft_socket +nft_synproxy +nft_tproxy +nft_tunnel +nft_xfrm +nftl +ngbe +ngene +nhc_dest +nhc_fragment +nhc_hop +nhc_ipv6 +nhc_mobility +nhc_routing +nhc_udp +nhpoly1305 +nhpoly1305-avx2 +nhpoly1305-sse2 +ni903x_wdt +ni_6527 +ni_65xx +ni_660x +ni_670x +ni_at_a2150 +ni_at_ao +ni_atmio +ni_atmio16d +ni_daq_700 +ni_daq_dio24 +ni_labpc +ni_labpc_common +ni_labpc_cs +ni_labpc_isadma +ni_labpc_pci +ni_mio_cs +ni_pcidio +ni_pcimio +ni_routes_test +ni_routing +ni_tio +ni_tiocmd +ni_usb6501 +nic7018_wdt +nicpf +nicstar +nicvf +nilfs2 +nitro_enclaves +niu +nixge +nlmon +nls_ascii +nls_cp1250 +nls_cp1251 +nls_cp1255 +nls_cp737 +nls_cp775 +nls_cp850 +nls_cp852 +nls_cp855 +nls_cp857 +nls_cp860 +nls_cp861 +nls_cp862 +nls_cp863 +nls_cp864 +nls_cp865 +nls_cp866 +nls_cp869 +nls_cp874 +nls_cp932 +nls_cp936 +nls_cp949 +nls_cp950 +nls_euc-jp +nls_iso8859-1 +nls_iso8859-13 +nls_iso8859-14 +nls_iso8859-15 +nls_iso8859-2 +nls_iso8859-3 +nls_iso8859-4 +nls_iso8859-5 +nls_iso8859-6 +nls_iso8859-7 +nls_iso8859-9 +nls_koi8-r +nls_koi8-ru +nls_koi8-u +nls_utf8 +nmclan_cs +noa1305 +noon010pc30 +nosy +notifier-error-inject +nouveau +nozomi +npcm750-pwm-fan +ns558 +ns83820 +nsh +ntb +ntb_hw_epf +ntb_hw_idt +ntb_hw_intel +ntb_hw_switchtec +ntb_netdev +ntb_perf +ntb_pingpong +ntb_tool +ntb_transport +ntc_thermistor +ntfs +ntfs3 +null_blk +nuvoton-cir +nv_tco +nvidia-wmi-ec-backlight +nvidiafb +nvme +nvme-common +nvme-core +nvme-fabrics +nvme-fc +nvme-loop +nvme-rdma +nvme-tcp +nvmem-rave-sp-eeprom +nvmem-rmem +nvmem_qcom-spmi-sdam +nvmet +nvmet-fc +nvmet-rdma +nvmet-tcp +nvram +nvsw-sn2201 +nxp-c45-tja11xx +nxp-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 +opa_vnic +opencores-kbd +openvswitch +opt3001 +opticon +option +or51132 +or51211 +orangefs +orinoco +orinoco_cs +orinoco_nortel +orinoco_plx +orinoco_tmd +orinoco_usb +oti6858 +otm3225a +ov02a10 +ov08d10 +ov08x40 +ov13858 +ov13b10 +ov2640 +ov2659 +ov2680 +ov2685 +ov2740 +ov4689 +ov5647 +ov5648 +ov5670 +ov5675 +ov5693 +ov5695 +ov6650 +ov7251 +ov7640 +ov7670 +ov772x +ov7740 +ov8856 +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-mipi-dbi +panel-raspberrypi-touchscreen +panel-widechips-ws2401 +paride +parkbd +parman +parport +parport_ax88796 +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_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 +pcd +pcengines-apuv2 +pcf50633 +pcf50633-adc +pcf50633-backlight +pcf50633-charger +pcf50633-gpio +pcf50633-input +pcf50633-regulator +pcf8574_keypad +pcf8591 +pch_udc +pci +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-altera-tse +pcs-lynx +pcs_xpcs +pcspkr +pcwd_pci +pcwd_usb +pd +pd6729 +pda_power +pdc_adma +peak_pci +peak_pciefd +peak_pcmcia +peak_usb +peaq-wmi +peci +peci-cpu +peci-cputemp +peci-dimmtemp +pegasus +pegasus_notetaker +penmount +pf +pfr_telemetry +pfr_update +pg +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 +pt +ptdma +ptp_clockmatrix +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 +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 +r8188eu +r8192e_pci +r8192u_usb +r820t +r852 +r8712u +r8723bs +r8a66597-hcd +r8a66597-udc +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-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-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_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 +rt4831 +rt4831-backlight +rt4831-regulator +rt5033 +rt5033-regulator +rt5033_battery +rt5120 +rt5120-pwrkey +rt5120-regulator +rt5190a-regulator +rt5759-regulator +rt6160-regulator +rt6190-regulator +rt61pci +rt6245-regulator +rt73usb +rt9455_charger +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-v3020 +rtc-wilco-ec +rtc-wm831x +rtc-wm8350 +rtc-x1205 +rtd520 +rti800 +rti802 +rtl2830 +rtl2832 +rtl2832_sdr +rtl8150 +rtl8187 +rtl8188ee +rtl818x_pci +rtl8192c-common +rtl8192ce +rtl8192cu +rtl8192de +rtl8192ee +rtl8192se +rtl8365mb +rtl8366 +rtl8723-common +rtl8723ae +rtl8723be +rtl8821ae +rtl8xxxu +rtl_pci +rtl_usb +rtllib +rtllib_crypt_ccmp +rtllib_crypt_tkip +rtllib_crypt_wep +rtlwifi +rtmv20-regulator +rtq2134-regulator +rtq6056 +rtq6752-regulator +rtrs-client +rtrs-core +rtrs-server +rts5208 +rtsx_pci +rtsx_pci_ms +rtsx_pci_sdmmc +rtsx_usb +rtsx_usb_ms +rtsx_usb_sdmmc +rtw88_8723d +rtw88_8723de +rtw88_8723du +rtw88_8821c +rtw88_8821ce +rtw88_8821cu +rtw88_8822b +rtw88_8822be +rtw88_8822bu +rtw88_8822c +rtw88_8822ce +rtw88_8822cu +rtw88_core +rtw88_pci +rtw88_usb +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 +s5k6aa +s626 +s6sy761 +s921 +saa6588 +saa6752hs +saa7110 +saa7115 +saa7127 +saa7134 +saa7134-alsa +saa7134-dvb +saa7134-empress +saa7134-go7007 +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_atm +sch_cake +sch_cbq +sch_cbs +sch_choke +sch_codel +sch_drr +sch_dsmark +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_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 +scr24x_cs +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 +sha3_generic +sha512-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 +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 +sl811-hcd +sl811_cs +slcan +slg51000-regulator +slicoss +slim-qcom-ctrl +slimbus +slip +slram +sm2_generic +sm3 +sm3-avx-x86_64 +sm3_generic +sm4 +sm4-aesni-avx-x86_64 +sm4-aesni-avx2-x86_64 +sm4_generic +sm501 +sm501fb +sm712fb +sm750fb +sm_common +sm_ftl +smartpqi +smb347-charger +smc +smc91c92_cs +smc_diag +smipcie +smm665 +smpro-core +smpro-errmon +smpro-hwmon +smpro-misc +smsc +smsc37b787_wdt +smsc47b397 +smsc47m1 +smsc47m192 +smsc75xx +smsc911x +smsc9420 +smsc95xx +smscufx +smsdvb +smsmdtv +smssdio +smsusb +snd +snd-ac97-codec +snd-acp-config +snd-acp-i2s +snd-acp-legacy-mach +snd-acp-mach +snd-acp-pci +snd-acp-pcm +snd-acp-pdm +snd-acp-rembrandt +snd-acp-renoir +snd-acp-sof-mach +snd-acp3x-i2s +snd-acp3x-pcm-dma +snd-acp3x-pdm-dma +snd-acp3x-rn +snd-acp5x-i2s +snd-acp5x-pcm-dma +snd-acp6x-pdm-dma +snd-ad1889 +snd-ak4113 +snd-ak4114 +snd-ak4117 +snd-ak4xxx-adda +snd-ali5451 +snd-aloop +snd-als300 +snd-als4000 +snd-asihpi +snd-atiixp +snd-atiixp-modem +snd-au8810 +snd-au8820 +snd-au8830 +snd-aw2 +snd-azt3328 +snd-bcd2000 +snd-bebob +snd-bt87x +snd-ca0106 +snd-cmipci +snd-compress +snd-cs4281 +snd-cs46xx +snd-cs8427 +snd-ctl-led +snd-ctxfi +snd-darla20 +snd-darla24 +snd-dice +snd-dummy +snd-echo3g +snd-emu10k1 +snd-emu10k1-synth +snd-emu10k1x +snd-emux-synth +snd-ens1370 +snd-ens1371 +snd-es1938 +snd-es1968 +snd-fireface +snd-firewire-digi00x +snd-firewire-lib +snd-firewire-motu +snd-firewire-tascam +snd-fireworks +snd-fm801 +snd-gina20 +snd-gina24 +snd-hda-codec +snd-hda-codec-analog +snd-hda-codec-ca0110 +snd-hda-codec-ca0132 +snd-hda-codec-cirrus +snd-hda-codec-cmedia +snd-hda-codec-conexant +snd-hda-codec-cs8409 +snd-hda-codec-generic +snd-hda-codec-hdmi +snd-hda-codec-idt +snd-hda-codec-realtek +snd-hda-codec-si3054 +snd-hda-codec-via +snd-hda-core +snd-hda-cs-dsp-ctls +snd-hda-ext-core +snd-hda-intel +snd-hda-scodec-cs35l41 +snd-hda-scodec-cs35l41-i2c +snd-hda-scodec-cs35l41-spi +snd-hdmi-lpe-audio +snd-hdsp +snd-hdspm +snd-hrtimer +snd-hwdep +snd-i2c +snd-ice1712 +snd-ice1724 +snd-ice17xx-ak4xxx +snd-indigo +snd-indigodj +snd-indigodjx +snd-indigoio +snd-indigoiox +snd-intel-dspcfg +snd-intel-sdw-acpi +snd-intel-sst-acpi +snd-intel-sst-core +snd-intel-sst-pci +snd-intel8x0 +snd-intel8x0m +snd-isight +snd-korg1212 +snd-layla20 +snd-layla24 +snd-lola +snd-lx6464es +snd-maestro3 +snd-mia +snd-mixart +snd-mixer-oss +snd-mona +snd-mpu401 +snd-mpu401-uart +snd-mtpav +snd-mts64 +snd-nm256 +snd-opl3-lib +snd-opl3-synth +snd-oxfw +snd-oxygen +snd-oxygen-lib +snd-pci-acp3x +snd-pci-acp5x +snd-pci-acp6x +snd-pci-ps +snd-pcm +snd-pcm-dmaengine +snd-pcsp +snd-pcxhr +snd-pdaudiocf +snd-portman2x4 +snd-ps-pdm-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-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-bd28623 +snd-soc-bdw-rt286 +snd-soc-bt-sco +snd-soc-catpt +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-cs35l45-tables +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-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-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-max98373 +snd-soc-max98373-i2c +snd-soc-max98373-sdw +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-ps-mach +snd-soc-rk3328 +snd-soc-rl6231 +snd-soc-rl6347a +snd-soc-rt1011 +snd-soc-rt1015 +snd-soc-rt1015p +snd-soc-rt1019 +snd-soc-rt1308 +snd-soc-rt1308-sdw +snd-soc-rt1316-sdw +snd-soc-rt1318-sdw +snd-soc-rt274 +snd-soc-rt286 +snd-soc-rt298 +snd-soc-rt5514 +snd-soc-rt5514-spi +snd-soc-rt5616 +snd-soc-rt5631 +snd-soc-rt5640 +snd-soc-rt5645 +snd-soc-rt5651 +snd-soc-rt5659 +snd-soc-rt5660 +snd-soc-rt5663 +snd-soc-rt5670 +snd-soc-rt5677 +snd-soc-rt5677-spi +snd-soc-rt5682 +snd-soc-rt5682-i2c +snd-soc-rt5682-sdw +snd-soc-rt5682s +snd-soc-rt700 +snd-soc-rt711 +snd-soc-rt711-sdca +snd-soc-rt715 +snd-soc-rt715-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-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-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-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-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-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 +snic +snps_udc_core +soc_button_array +softdog +softing +softing_cs +solo6x10 +solos-pci +sony-btf-mpx +sony-laptop +soundcore +soundwire-bus +soundwire-cadence +soundwire-generic-allocation +soundwire-intel +soundwire-qcom +sp2 +sp5100_tco +sp887x +spaceball +spaceorb +sparse-keymap +spcp8x5 +speakup +speakup_acntsa +speakup_apollo +speakup_audptr +speakup_bns +speakup_decext +speakup_dectlk +speakup_dummy +speakup_ltlk +speakup_soft +speakup_spkout +speakup_txprt +spectrum_cs +speedfax +speedstep-lib +speedtch +spi-altera-core +spi-altera-dfl +spi-altera-platform +spi-amd +spi-axi-spi-engine +spi-bitbang +spi-butterfly +spi-cadence +spi-dln2 +spi-dw +spi-dw-mmio +spi-dw-pci +spi-gpio +spi-intel +spi-intel-pci +spi-intel-platform +spi-lantiq-ssc +spi-lm70llp +spi-loopback-test +spi-microchip-core +spi-microchip-core-qspi +spi-mux +spi-mxic +spi-nor +spi-nxp-fspi +spi-oc-tiny +spi-pci1xxxx +spi-pxa2xx-pci +spi-pxa2xx-platform +spi-rockchip +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 +sr030pc30 +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_cs +synclink_gt +syscopyarea +sysfillrect +sysimgblt +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 +tc-dwc-g210-pltfrm +tc358743 +tc358746 +tc654 +tc74 +tc90522 +tca6416-keypad +tca8418_keypad +tcan4x5x +tcm_fc +tcm_loop +tcm_qla2xxx +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 +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-ads124s08 +ti-ads131e08 +ti-ads7950 +ti-ads8344 +ti-ads8688 +ti-dac082s085 +ti-dac5571 +ti-dac7311 +ti-dac7612 +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 +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 +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 +u132-hcd +uPD60620 +u_audio +u_ether +u_serial +uacce +uartlite +uas +ubi +ubifs +ubuntu-host +ucan +ucb1400_core +ucb1400_ts +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 +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 +videobuf-vmalloc +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_blk +virtio_bt +virtio_crypto +virtio_dma_buf +virtio_input +virtio_mem +virtio_net +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 +vs6624 +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 +wusb3801 +wwan_hwsim +x25 +x38_edac +x86-android-tablets +x86_pkg_temp_thermal +x_tables +xbox_remote +xc2028 +xc4000 +xc5000 +xcbc +xctr +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 +zavl +zcommon +zd1201 +zd1211rw +zd1301 +zd1301_demod +zet6223 +zforce_ts +zfs +zhenhua +ziirave_wdt +zinitix +zl10036 +zl10039 +zl10353 +zl6100 +zlua +znvpair +zonefs +zopt2201 +zpa2326 +zpa2326_i2c +zpa2326_spi +zram +zstd +zunicode +zzstd --- linux-lowlatency-hwe-6.2-6.2.0.orig/debian.lowlatency/abi/amd64/lowlatency.modules.builtin +++ linux-lowlatency-hwe-6.2-6.2.0/debian.lowlatency/abi/amd64/lowlatency.modules.builtin @@ -0,0 +1,322 @@ +8250 +8250_base +8250_mid +8250_pci +88pm860x +ac +acpi-cpufreq +acpi_dbg +acpi_mdio +acpiphp +aead +aes_generic +af_packet +agpgart +akcipher +amd64-agp +amd_pstate +asiliantfb +asn1_decoder +asn1_encoder +asymmetric_keys +ata_generic +ata_piix +atkbd +backlight +battery +bcm84881 +binfmt_elf +binfmt_script +bitrev +bsg +btree +button +cbc +cdrom +cfbcopyarea +cfbfillrect +cfbimgblt +charger-manager +cn +compat_binfmt_elf +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 +da903x +da9052-core +da9052-i2c +da9052-spi +da9055 +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 +ezx-pcap +fan +fat +fb +fbdev +fddi +firmware_class +fixed_phy +font +freq_table +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 +hmac +hsu_dma +hwmon +hwspinlock_core +i2c-core +i2c-designware-core +i2c-designware-platform +i2c-dev +i8042 +icc-core +imsttfb +input-core +intel-agp +intel-gtt +intel-uncore +intel_pmc_core +intel_pmc_core_pltdrv +intel_pstate +intel_soc_pmic_crc +ioasid +iosf_mbi +iova +ipv6 +jbd2 +jitterentropy_rng +kdf_sp800108 +kgdboc +kpp +led-class +libaes +libata +libblake2s +libblake2s-x86_64 +libcryptoutils +libnvdimm +libphy +libps2 +libsha1 +libsha256 +linear_ranges +loop +lp8788 +lz4_decompress +lzo +lzo-rle +lzo_compress +lzo_decompress +max14577 +max310x +max77693 +mbcache +mctp +md-mod +md5 +mdio_devres +mfd-core +mmc_core +mousedev +mpi +mq-deadline +mt6323-poweroff +n_null +nd_e820 +nfs_ssc +nls_base +nls_cp437 +nvmem_core +ohci-hcd +ohci-pci +ohci-platform +oid_registry +packing +palmas +pata_sis +pcc-cpufreq +pci-ep-cfs +pci-epc-core +pci-epc-mem +pci-epf-core +pinctrl-amd +pinctrl-cherryview +pinctrl-intel +pkcs7_message +pldmfw +power_supply +powercap_sys +powernow-k8 +ppp_generic +pps_core +pretimeout_noop +processor +pstore +ptp +public_key +pwm-lpss +pwm-lpss-pci +pwm-lpss-platform +rapidio +rational +reactor_panic +reactor_printk +regmap-i2c +regmap-mmio +regmap-spi +remoteproc +restart-poweroff +rfkill +rng +rng-core +roles +rsa_generic +rtc-cmos +sccnxp +scsi_common +scsi_mod +sd_mod +selftests +seqiv +serdev +serial_core +serial_mctrl_gpio +serio +sg +sha1_generic +sha256_generic +sha512_generic +shpchp +skcipher +slhc +speedstep-centrino +squashfs +sr_mod +system_heap +t10-pi +tcp_cubic +thermal +tpm +tpm_crb +tpm_tis +tpm_tis_core +tps65086-restart +tps6586x +tps65912-core +tps65912-i2c +tps65912-spi +trusted +ttyprintk +tun +twl4030-audio +twl6040 +ucs2_string +udmabuf +uhci-hcd +uinput +unicode +unix +usb-common +usbcore +utf8data +vesafb +vfat +vgacon +via-agp +virt-dma +virtio +virtio-iommu +virtio_balloon +virtio_console +virtio_mmio +virtio_pci +virtio_pci_legacy_dev +virtio_pci_modern_dev +virtio_ring +virtio_scsi +vivaldi-fmap +watch_queue +watchdog +wwan +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 +zpool +zsmalloc +zstd_common +zstd_compress +zstd_decompress +zswap --- linux-lowlatency-hwe-6.2-6.2.0.orig/debian.lowlatency/abi/amd64/lowlatency.retpoline +++ linux-lowlatency-hwe-6.2-6.2.0/debian.lowlatency/abi/amd64/lowlatency.retpoline @@ -0,0 +1 @@ +# retpoline v1.0 --- linux-lowlatency-hwe-6.2-6.2.0.orig/debian.lowlatency/abi/arm64/lowlatency +++ linux-lowlatency-hwe-6.2-6.2.0/debian.lowlatency/abi/arm64/lowlatency @@ -0,0 +1,28059 @@ +ACPI EXPORT_SYMBOL_GPL 0xa6af1390 acpi_table_parse_cedt vmlinux +BRCMFMAC EXPORT_SYMBOL_GPL 0xe1904a1a brcmf_fwvid_unregister_vendor drivers/net/wireless/broadcom/brcm80211/brcmfmac/brcmfmac +BRCMFMAC EXPORT_SYMBOL_GPL 0xeb795afc brcmf_fwvid_register_vendor drivers/net/wireless/broadcom/brcm80211/brcmfmac/brcmfmac +COUNTER EXPORT_SYMBOL_GPL 0x02e6dce6 counter_push_event drivers/counter/counter +COUNTER EXPORT_SYMBOL_GPL 0x091151c5 devm_counter_add drivers/counter/counter +COUNTER EXPORT_SYMBOL_GPL 0x39a93e28 counter_alloc drivers/counter/counter +COUNTER EXPORT_SYMBOL_GPL 0x4c93a0bf counter_priv drivers/counter/counter +COUNTER EXPORT_SYMBOL_GPL 0x537f66a5 devm_counter_alloc drivers/counter/counter +COUNTER EXPORT_SYMBOL_GPL 0xc823cbe7 counter_add drivers/counter/counter +COUNTER EXPORT_SYMBOL_GPL 0xd430a74e counter_unregister drivers/counter/counter +COUNTER EXPORT_SYMBOL_GPL 0xef4aacee counter_put drivers/counter/counter +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0x148f6ae0 otx2_cptlf_set_irqs_affinity drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0x15d27ef9 otx2_cptlf_unregister_interrupts drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0x1f2fdada otx2_cpt_detach_rsrcs_msg drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0x31152ad1 otx2_cpt_send_af_reg_requests drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0x3dfe2476 otx2_cptlf_register_interrupts drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0x42ac57ef otx2_cpt_read_af_reg drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0x618030dd otx2_cpt_send_ready_msg drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0x8902a436 otx2_cpt_write_af_reg drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0xb30f0481 otx2_cptlf_shutdown drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0xbb5bdc8b otx2_cpt_sync_mbox_msg drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0xc4ea3702 otx2_cpt_msix_offset_msg drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0xc6405e97 cn10k_cptvf_lmtst_init drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0xc82c40fb otx2_cptlf_init drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0xebcfac49 cn10k_cptpf_lmtst_init drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0xf2af1f72 otx2_cpt_add_write_af_reg drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0xf34e1302 otx2_cpt_send_mbox_msg drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0xf6359e45 otx2_cptlf_free_irqs_affinity drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_INTERNAL EXPORT_SYMBOL_GPL 0x83c13c61 crypto_cipher_decrypt_one vmlinux +CRYPTO_INTERNAL EXPORT_SYMBOL_GPL 0x9dd9b9c8 crypto_cipher_encrypt_one vmlinux +CRYPTO_INTERNAL EXPORT_SYMBOL_GPL 0xa6637085 crypto_cipher_setkey vmlinux +CXL EXPORT_SYMBOL_GPL 0x001b5d77 cxl_switch_decoder_alloc drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x03f64859 to_cxl_root_decoder drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x0404db89 is_cxl_nvdimm drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x055c6ee3 cxl_mem_active_inc vmlinux +CXL EXPORT_SYMBOL_GPL 0x05f2aed8 cxl_find_nvdimm_bridge drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x0fc6f7e5 cxl_decoder_add drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x10c0d405 read_cdat_data drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x14555790 devm_cxl_add_nvdimm drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x1c1b1e62 devm_cxl_enumerate_decoders drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x211fa39d is_cxl_pmem_region drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x2194fd6f to_cxl_decoder drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x25356f0b cxl_mem_find_port drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x26167dfe cxl_driver_unregister drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x2e3dfc6e cxl_await_media_ready drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x33e2aa93 cxl_mem_active_dec vmlinux +CXL EXPORT_SYMBOL_GPL 0x354f71f0 cxl_map_device_regs drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x3720baa6 cxl_decoder_autoremove drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x39a8142a devm_cxl_add_memdev drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x39eb0dcb is_cxl_nvdimm_bridge drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x3a7f097f to_cxl_pmem_region drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x3d77b65f devm_cxl_add_port drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x3ed4e4c7 devm_cxl_port_enumerate_dports drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x42c194e2 to_cxl_nvdimm drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x4810968a cxl_endpoint_autoremove drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x4a07af83 is_cxl_memdev drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x502cbe8b cxl_probe_component_regs drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x56e7f281 __cxl_driver_register drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x6e308b3f devm_cxl_enumerate_ports drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x6ffc1202 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 0x711f9775 cxl_debugfs_create_dir drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x71cac8a5 find_cxl_root drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x72f4b360 schedule_cxl_memdev_detach drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x75c7b6ab devm_cxl_setup_hdm drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x77402f1f cxl_dev_state_identify drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x791b36af cxl_root_decoder_alloc drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x7aa9e3b4 cxl_bus_type drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x7cd1fcc5 devm_cxl_add_nvdimm_bridge drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x7e61a570 cxl_find_regblock drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x7fa19cc4 alloc_free_mem_region vmlinux +CXL EXPORT_SYMBOL_GPL 0x83e53631 cxl_rcrb_to_component drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x84b45156 insert_resource_expand_to_fit vmlinux +CXL EXPORT_SYMBOL_GPL 0x8e179973 cxl_port_to_pci_bus drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x92830067 cxl_internal_send_cmd drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x95cb98fb devm_cxl_add_dport drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x98628ac8 cxl_bus_drain drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x9d17bef2 cxl_dev_state_create drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xa3ed7024 cxl_map_component_regs drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xa94938c6 cxl_probe_device_regs drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xa98ca873 cxl_enumerate_cmds drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xb65b5084 cxl_hb_modulo drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xb9b3c42c to_cxl_port drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xbdde7b2d cxl_dpa_debug drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xbf7e065d to_cxl_nvdimm_bridge drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xc037cad9 is_cxl_region drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xc32f7794 cxl_decoder_add_locked drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xca47ecba cxl_endpoint_decoder_alloc drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xd5feb1e9 clear_exclusive_cxl_commands drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xdd68a012 cxl_mem_create_range_info drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xe07104eb devm_cxl_register_pci_bus drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xea4f38e6 is_root_decoder drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xeb010dd7 is_cxl_port drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xebea8064 devm_cxl_add_rch_dport drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xee06f8b1 set_exclusive_cxl_commands drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xf4a92d64 cxl_hdm_decode_init drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xf87d7d69 devm_cxl_add_passthrough_decoder drivers/cxl/core/cxl_core +DMA_BUF EXPORT_SYMBOL_GPL 0x00469f6d dma_buf_attach vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x0071f79e dma_buf_map_attachment vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x00cbd4c5 dma_buf_unmap_attachment vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x0a75a198 dma_buf_get vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x139d8c94 dma_buf_begin_cpu_access vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x1a543235 dma_buf_unmap_attachment_unlocked vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x844e67ae dma_buf_mmap vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x84c4b91e dma_buf_map_attachment_unlocked vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x8a41e25f dma_buf_fd vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x8e871d3c dma_buf_vmap_unlocked vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0xb383668d dma_buf_pin vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0xb97394dd dma_buf_vunmap vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0xbe7d677a dma_buf_unpin vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0xc1951297 dma_buf_vmap vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0xd40987c3 dma_buf_move_notify vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0xd76e0479 dma_buf_vunmap_unlocked vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0xe642bed1 dma_buf_dynamic_attach vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0xf612c853 dma_buf_export vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0xf8b80988 dma_buf_end_cpu_access vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0xfd26fe57 dma_buf_detach vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0xff93a78f dma_buf_put 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 0xefc77711 efivar_set_variable_locked vmlinux +EXPORT_SYMBOL arch/arm64/crypto/aes-ce-cipher 0x68f275ad ce_aes_expandkey +EXPORT_SYMBOL arch/arm64/crypto/aes-ce-cipher 0x7503a08a ce_aes_setkey +EXPORT_SYMBOL arch/arm64/crypto/aes-neon-blk 0x52d67a4e neon_aes_cbc_encrypt +EXPORT_SYMBOL arch/arm64/crypto/aes-neon-blk 0xb8c706a6 neon_aes_ctr_encrypt +EXPORT_SYMBOL arch/arm64/crypto/aes-neon-blk 0xd5f41819 neon_aes_ecb_encrypt +EXPORT_SYMBOL arch/arm64/crypto/aes-neon-blk 0xea11590c neon_aes_xts_encrypt +EXPORT_SYMBOL arch/arm64/crypto/aes-neon-blk 0xefc32a9b neon_aes_xts_decrypt +EXPORT_SYMBOL arch/arm64/crypto/chacha-neon 0x220b49ab chacha_crypt_arch +EXPORT_SYMBOL arch/arm64/crypto/chacha-neon 0xdc94f829 chacha_init_arch +EXPORT_SYMBOL arch/arm64/crypto/chacha-neon 0xdd8ec6bd hchacha_block_arch +EXPORT_SYMBOL arch/arm64/crypto/poly1305-neon 0x1c3e6e5b poly1305_init_arch +EXPORT_SYMBOL arch/arm64/crypto/poly1305-neon 0x6ddf27bc poly1305_update_arch +EXPORT_SYMBOL arch/arm64/crypto/poly1305-neon 0xf39f5240 poly1305_final_arch +EXPORT_SYMBOL arch/arm64/crypto/sha256-arm64 0xb455924d sha256_block_data_order +EXPORT_SYMBOL arch/arm64/crypto/sha512-arm64 0x6402c8df sha512_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 0x2acd6848 crypto_nhpoly1305_setkey +EXPORT_SYMBOL crypto/nhpoly1305 0x3b766985 crypto_nhpoly1305_init +EXPORT_SYMBOL crypto/nhpoly1305 0x57e1f1ff crypto_nhpoly1305_final_helper +EXPORT_SYMBOL crypto/nhpoly1305 0x98a7877f crypto_nhpoly1305_update_helper +EXPORT_SYMBOL crypto/nhpoly1305 0xbbe0b02a crypto_nhpoly1305_update +EXPORT_SYMBOL crypto/nhpoly1305 0xd37c3e11 crypto_nhpoly1305_final +EXPORT_SYMBOL crypto/sha3_generic 0x15ba6ae2 crypto_sha3_init +EXPORT_SYMBOL crypto/sha3_generic 0x2061c284 crypto_sha3_final +EXPORT_SYMBOL crypto/sha3_generic 0x2c18f488 crypto_sha3_update +EXPORT_SYMBOL crypto/sm2_generic 0xa0212dd9 sm2_compute_z_digest +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 0x103735ba acpi_video_report_nolcd +EXPORT_SYMBOL drivers/acpi/video 0x343e4855 acpi_video_get_levels +EXPORT_SYMBOL drivers/acpi/video 0x45b61916 acpi_video_register_backlight +EXPORT_SYMBOL drivers/acpi/video 0x7a45377b acpi_video_unregister +EXPORT_SYMBOL drivers/acpi/video 0x7cc484a5 acpi_video_handles_brightness_key_presses +EXPORT_SYMBOL drivers/acpi/video 0x7de7bf50 __acpi_video_get_backlight_type +EXPORT_SYMBOL drivers/acpi/video 0x8826c13b acpi_video_register +EXPORT_SYMBOL drivers/acpi/video 0xe0bc99b8 acpi_video_get_edid +EXPORT_SYMBOL drivers/atm/suni 0xb2da5d26 suni_init +EXPORT_SYMBOL drivers/bcma/bcma 0x242ceb0d bcma_core_irq +EXPORT_SYMBOL drivers/bcma/bcma 0x3166d23c 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/block/paride/paride 0x03520417 pi_init +EXPORT_SYMBOL drivers/block/paride/paride 0x076bf36c pi_do_claimed +EXPORT_SYMBOL drivers/block/paride/paride 0x1b15c67a paride_unregister +EXPORT_SYMBOL drivers/block/paride/paride 0x32a23432 pi_read_regr +EXPORT_SYMBOL drivers/block/paride/paride 0x4267110a pi_register_driver +EXPORT_SYMBOL drivers/block/paride/paride 0x48b1ba27 paride_register +EXPORT_SYMBOL drivers/block/paride/paride 0x71d293ce pi_connect +EXPORT_SYMBOL drivers/block/paride/paride 0x7f8aabcc pi_disconnect +EXPORT_SYMBOL drivers/block/paride/paride 0xb21ba07d pi_unregister_driver +EXPORT_SYMBOL drivers/block/paride/paride 0xb35550be pi_release +EXPORT_SYMBOL drivers/block/paride/paride 0xb5551021 pi_write_block +EXPORT_SYMBOL drivers/block/paride/paride 0xdd664ab2 pi_write_regr +EXPORT_SYMBOL drivers/block/paride/paride 0xe16ca402 pi_schedule_claimed +EXPORT_SYMBOL drivers/block/paride/paride 0xecde6872 pi_read_block +EXPORT_SYMBOL drivers/bluetooth/btbcm 0x56750f4c btbcm_patchram +EXPORT_SYMBOL drivers/bluetooth/btrsi 0x6a6ea37c rsi_bt_ops +EXPORT_SYMBOL drivers/bus/mhi/host/mhi 0x9937918a 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 0x26747b37 ipmi_add_smi +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x4c2054d7 ipmi_request_settime +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x50f65edf ipmi_set_gets_events +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x67369b42 ipmi_addr_src_to_str +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x6b75647f ipmi_smi_watcher_unregister +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x74778a80 ipmi_get_my_LUN +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x7dc023e4 ipmi_get_smi_info +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x804f922a ipmi_addr_length +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x80aa4656 ipmi_free_recv_msg +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x84a47e65 ipmi_smi_watcher_register +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 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 0x0e3aab5e kcs_bmc_enable_device +EXPORT_SYMBOL drivers/char/ipmi/kcs_bmc 0x3209fe1a kcs_bmc_write_data +EXPORT_SYMBOL drivers/char/ipmi/kcs_bmc 0x48ac748c kcs_bmc_remove_device +EXPORT_SYMBOL drivers/char/ipmi/kcs_bmc 0x62f97d28 kcs_bmc_write_status +EXPORT_SYMBOL drivers/char/ipmi/kcs_bmc 0x7bbdb4d1 kcs_bmc_read_data +EXPORT_SYMBOL drivers/char/ipmi/kcs_bmc 0x8dc2fabe kcs_bmc_register_driver +EXPORT_SYMBOL drivers/char/ipmi/kcs_bmc 0x8f556060 kcs_bmc_update_event_mask +EXPORT_SYMBOL drivers/char/ipmi/kcs_bmc 0x936d438e kcs_bmc_handle_event +EXPORT_SYMBOL drivers/char/ipmi/kcs_bmc 0xacf615a2 kcs_bmc_unregister_driver +EXPORT_SYMBOL drivers/char/ipmi/kcs_bmc 0xbcb7ca0e kcs_bmc_disable_device +EXPORT_SYMBOL drivers/char/ipmi/kcs_bmc 0xca55b263 kcs_bmc_update_status +EXPORT_SYMBOL drivers/char/ipmi/kcs_bmc 0xdcd78880 kcs_bmc_add_device +EXPORT_SYMBOL drivers/char/ipmi/kcs_bmc 0xea526ea8 kcs_bmc_read_status +EXPORT_SYMBOL drivers/char/tpm/st33zp24/tpm_st33zp24 0x32caef00 st33zp24_pm_suspend +EXPORT_SYMBOL drivers/char/tpm/st33zp24/tpm_st33zp24 0x5153248b st33zp24_probe +EXPORT_SYMBOL drivers/char/tpm/st33zp24/tpm_st33zp24 0xeb88e027 st33zp24_remove +EXPORT_SYMBOL drivers/char/tpm/st33zp24/tpm_st33zp24 0xf042617c st33zp24_pm_resume +EXPORT_SYMBOL drivers/char/xillybus/xillybus_class 0x32bf61c6 xillybus_cleanup_chrdev +EXPORT_SYMBOL drivers/char/xillybus/xillybus_class 0x92533d01 xillybus_init_chrdev +EXPORT_SYMBOL drivers/char/xillybus/xillybus_class 0xdbea6245 xillybus_find_inode +EXPORT_SYMBOL drivers/char/xillybus/xillybus_core 0x17eaa302 xillybus_init_endpoint +EXPORT_SYMBOL drivers/char/xillybus/xillybus_core 0x25978d50 xillybus_isr +EXPORT_SYMBOL drivers/char/xillybus/xillybus_core 0x638612f6 xillybus_endpoint_discovery +EXPORT_SYMBOL drivers/char/xillybus/xillybus_core 0x8b19f73a xillybus_endpoint_remove +EXPORT_SYMBOL drivers/crypto/atmel-i2c 0x2cbf13b3 atmel_i2c_enqueue +EXPORT_SYMBOL drivers/crypto/atmel-i2c 0x72c182fd atmel_i2c_probe +EXPORT_SYMBOL drivers/crypto/atmel-i2c 0x741ece03 atmel_i2c_send_receive +EXPORT_SYMBOL drivers/crypto/atmel-i2c 0x80a11b1d atmel_i2c_init_read_cmd +EXPORT_SYMBOL drivers/crypto/atmel-i2c 0xb6c854bb atmel_i2c_init_ecdh_cmd +EXPORT_SYMBOL drivers/crypto/atmel-i2c 0xc71ed50c atmel_i2c_init_genkey_cmd +EXPORT_SYMBOL drivers/crypto/atmel-i2c 0xc80f14e8 atmel_i2c_flush_queue +EXPORT_SYMBOL drivers/crypto/atmel-i2c 0xf283e995 atmel_i2c_init_random_cmd +EXPORT_SYMBOL drivers/crypto/caam/caam 0x17572340 caam_congested +EXPORT_SYMBOL drivers/crypto/caam/caam 0x37734e06 caam_dpaa2 +EXPORT_SYMBOL drivers/crypto/caam/caam 0x3e23ced9 caam_drv_ctx_init +EXPORT_SYMBOL drivers/crypto/caam/caam 0x44ae4bc4 qi_cache_free +EXPORT_SYMBOL drivers/crypto/caam/caam 0x50d9ca1b caam_drv_ctx_rel +EXPORT_SYMBOL drivers/crypto/caam/caam 0xc0eaa792 qi_cache_alloc +EXPORT_SYMBOL drivers/crypto/caam/caam 0xd393fde9 caam_drv_ctx_update +EXPORT_SYMBOL drivers/crypto/caam/caam 0xea564b1c caam_qi_enqueue +EXPORT_SYMBOL drivers/crypto/caam/caam_jr 0x3a279afe split_key_done +EXPORT_SYMBOL drivers/crypto/caam/caam_jr 0x7dde7c2a gen_split_key +EXPORT_SYMBOL drivers/crypto/caam/caam_jr 0x8f6e8d66 caam_jr_alloc +EXPORT_SYMBOL drivers/crypto/caam/caam_jr 0x930414e1 caam_jr_enqueue +EXPORT_SYMBOL drivers/crypto/caam/caam_jr 0xfc64f519 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/dpaa2_caam 0xf7204126 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 0xe0cbb0c3 caam_strstatus +EXPORT_SYMBOL drivers/dma/xilinx/xilinx_dma 0xae47d634 xilinx_vdma_channel_set_config +EXPORT_SYMBOL drivers/firewire/firewire-core 0x02ee4dc9 fw_send_request +EXPORT_SYMBOL drivers/firewire/firewire-core 0x088394eb fw_schedule_bus_reset +EXPORT_SYMBOL drivers/firewire/firewire-core 0x0bc6094c fw_core_remove_descriptor +EXPORT_SYMBOL drivers/firewire/firewire-core 0x2885fec5 fw_get_request_speed +EXPORT_SYMBOL drivers/firewire/firewire-core 0x2d850aa0 fw_iso_buffer_init +EXPORT_SYMBOL drivers/firewire/firewire-core 0x2f1c5c5e fw_core_handle_bus_reset +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 0x44aeff71 fw_run_transaction +EXPORT_SYMBOL drivers/firewire/firewire-core 0x55a8ef35 fw_core_remove_card +EXPORT_SYMBOL drivers/firewire/firewire-core 0x55f43c5f fw_iso_context_stop +EXPORT_SYMBOL drivers/firewire/firewire-core 0x5a963109 fw_card_initialize +EXPORT_SYMBOL drivers/firewire/firewire-core 0x61e277a0 fw_cancel_transaction +EXPORT_SYMBOL drivers/firewire/firewire-core 0x6dc50487 fw_csr_string +EXPORT_SYMBOL drivers/firewire/firewire-core 0x75e7e6cc fw_iso_context_queue +EXPORT_SYMBOL drivers/firewire/firewire-core 0x76a2089e fw_card_add +EXPORT_SYMBOL drivers/firewire/firewire-core 0x7cea222b fw_bus_type +EXPORT_SYMBOL drivers/firewire/firewire-core 0x84ea4210 fw_iso_context_queue_flush +EXPORT_SYMBOL drivers/firewire/firewire-core 0x86468d44 fw_rcode_string +EXPORT_SYMBOL drivers/firewire/firewire-core 0x99970e72 fw_core_handle_request +EXPORT_SYMBOL drivers/firewire/firewire-core 0x9f22a0b0 fw_iso_context_destroy +EXPORT_SYMBOL drivers/firewire/firewire-core 0xab153458 fw_core_handle_response +EXPORT_SYMBOL drivers/firewire/firewire-core 0xad318925 fw_iso_buffer_destroy +EXPORT_SYMBOL drivers/firewire/firewire-core 0xaedf84ce fw_high_memory_region +EXPORT_SYMBOL drivers/firewire/firewire-core 0xbf2e24d9 fw_core_add_address_handler +EXPORT_SYMBOL drivers/firewire/firewire-core 0xcf2673b3 fw_core_remove_address_handler +EXPORT_SYMBOL drivers/firewire/firewire-core 0xd09fd66d fw_iso_context_create +EXPORT_SYMBOL drivers/firewire/firewire-core 0xdd871f43 fw_device_enable_phys_dma +EXPORT_SYMBOL drivers/firewire/firewire-core 0xdd883bf5 fw_fill_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 0xeb79d7ac fw_iso_context_start +EXPORT_SYMBOL drivers/firewire/firewire-core 0xf07e130a fw_send_response +EXPORT_SYMBOL drivers/firewire/firewire-core 0xf33e8d11 fw_iso_context_flush_completions +EXPORT_SYMBOL drivers/firewire/firewire-core 0xf7efe605 fw_iso_resource_manage +EXPORT_SYMBOL drivers/firmware/imx/imx-dsp 0x251eecc9 imx_dsp_free_channel +EXPORT_SYMBOL drivers/firmware/imx/imx-dsp 0x7260bf98 imx_dsp_ring_doorbell +EXPORT_SYMBOL drivers/firmware/imx/imx-dsp 0xff8545a0 imx_dsp_request_channel +EXPORT_SYMBOL drivers/fpga/dfl 0x44fe2a5e __dfl_driver_register +EXPORT_SYMBOL drivers/fpga/dfl 0x6ae4b90b dfl_driver_unregister +EXPORT_SYMBOL drivers/fpga/lattice-sysconfig 0xa169fe50 sysconfig_probe +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 0x04649044 drm_edp_backlight_enable +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x055bf032 drm_edp_backlight_init +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x06c49551 drm_dp_dsc_sink_line_buf_depth +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x07c39808 drm_dp_mst_get_port_malloc +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x09574192 drm_dp_get_phy_test_pattern +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x0a30efaa drm_dp_mst_update_slots +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x0bb19bf7 drm_dp_read_channel_eq_delay +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x0c390091 drm_dp_dual_mode_get_tmds_output +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x0d10e4a3 drm_dp_dual_mode_read +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x107b9524 drm_dp_read_desc +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x107e80c7 drm_dp_mst_topology_mgr_suspend +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x14558ea8 drm_panel_dp_aux_backlight +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 0x170717b7 drm_dp_pcon_pps_override_buf +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 0x173b2239 drm_dp_dpcd_read_phy_link_status +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x178fcdc4 drm_dp_remote_aux_init +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x195f527b 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 0x1a759450 drm_scdc_set_scrambling +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x1a8b84d7 drm_dp_remove_payload +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 0x1b196ed2 drm_dp_mst_put_port_malloc +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x1b5e5f2b drm_dp_mst_add_affected_dsc_crtcs +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x1f70ace4 drm_connector_attach_content_protection_property +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x2245a181 drm_dp_read_lttpr_common_caps +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x23961837 drm_dp_downstream_max_bpc +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 0x2c436444 drm_dp_get_vc_payload_bw +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x2cd22782 drm_dp_dual_mode_write +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x2f55c83a drm_dp_set_subconnector_property +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x2fa94ef2 drm_dp_downstream_444_to_420_conversion +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x32b12b16 drm_hdmi_avi_infoframe_bars +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x333a0f69 drm_scdc_get_scrambling_status +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x3542b238 drm_hdmi_avi_infoframe_colorimetry +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x37167a80 drm_dp_pcon_reset_frl_config +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x392a838b drm_dp_downstream_max_dotclock +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x3a8063f3 drm_dp_dsc_sink_supported_input_bpcs +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x3a8c7b79 drm_dp_start_crc +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x42381ef3 drm_dp_dual_mode_detect +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x430c238e drm_dp_downstream_debug +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x44f0809a drm_dp_cec_register_connector +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x4521c3e7 drm_dp_pcon_pps_override_param +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 0x4793a38f drm_dp_set_phy_test_pattern +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x4b01f7ed drm_dp_pcon_frl_prepare +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x4c283b07 drm_dp_pcon_hdmi_link_active +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x4c85197c drm_dp_dual_mode_set_tmds_output +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x4d721321 drm_dp_dual_mode_max_tmds_clock +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x5064bda6 drm_atomic_get_old_mst_topology_state +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x51572d44 drm_scdc_read +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x53d4bf15 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 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 0x5c720b1b drm_dp_pcon_frl_configure_2 +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x5fb78265 drm_dp_mst_hpd_irq_handle_event +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x60abc4a9 drm_dp_read_sink_count +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 0x6615069e drm_dp_dsc_sink_max_slice_count +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x665c17a8 drm_dp_read_sink_count_cap +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x67c8ef4f drm_dp_atomic_find_time_slots +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x6890d977 drm_edp_backlight_disable +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 0x6b23443c drm_dp_mst_atomic_check +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 0x6e41445c drm_dp_dpcd_read +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x6f6785bb drm_dp_mst_get_edid +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 0x72dfc634 drm_dp_downstream_id +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x72f27926 drm_dp_send_power_updown_phy +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 0x75d5f77a drm_lspcon_get_mode +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 0x7adca454 drm_dp_downstream_mode +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x7b38963c drm_dp_cec_set_edid +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x7be39f1a drm_dp_mst_topology_mgr_destroy +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x7d5fb983 drm_dp_mst_atomic_wait_for_dependencies +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x7f427beb drm_dp_mst_dsc_aux_for_port +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x81f31d62 drm_dp_read_downstream_info +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x840cf3e2 drm_dp_cec_irq +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x87e96b89 drm_dp_128b132b_read_aux_rd_interval +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x8a983322 drm_lspcon_set_mode +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x8bdbc2b0 drm_dp_aux_unregister +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 0x90d7ce91 drm_dp_mst_detect_port +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 0x9671c06f drm_dp_vsc_sdp_log +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x97c72788 drm_atomic_get_mst_topology_state +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x9a6102a4 drm_dp_aux_register +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x9b827dc0 drm_dp_cec_unregister_connector +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x9ed7375b drm_hdmi_infoframe_set_hdr_metadata +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xa1fefe6a drm_dp_psr_setup_time +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xa404715e drm_atomic_get_mst_payload_state +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xa40c80d2 drm_dp_stop_crc +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xa8f66242 drm_dp_read_mst_cap +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xac4064ff drm_atomic_get_new_mst_topology_state +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xaca6c01a drm_dp_link_train_channel_eq_delay +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xadff2c06 drm_dp_read_lttpr_phy_caps +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xaf267620 drm_dp_lttpr_count +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xb338cec8 drm_hdcp_update_content_protection +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xb3a049d0 drm_dp_pcon_is_frl_ready +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xb3c48be4 drm_dp_dpcd_read_link_status +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xb43b2ca4 drm_dp_pcon_frl_enable +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xb584c005 drm_dp_pcon_hdmi_link_mode +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xb73ac424 drm_scdc_write +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xb7e17c3b drm_dp_add_payload_part2 +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xb9a1a45e drm_dp_add_payload_part1 +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xba3d0828 drm_dp_mst_dump_topology +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xba71659c drm_dp_aux_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 0xc2577934 drm_dp_mst_topology_state_funcs +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xc3c6f17b drm_dp_mst_hpd_irq_send_new_request +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xc4c0ba28 drm_dp_mst_atomic_setup_commit +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xc53af2c2 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 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 0xcf68bcb1 drm_dp_mst_atomic_enable_dsc +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xd483d9ab drm_dp_dpcd_write +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xd4d8741a drm_dp_read_clock_recovery_delay +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xd5a95eae drm_dp_128b132b_lane_symbol_locked +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xd784b331 drm_dp_lttpr_link_train_channel_eq_delay +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xdafccabe drm_dp_mst_topology_mgr_set_mst +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xdbf9dcfe drm_dp_send_query_stream_enc_status +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xdc56f121 drm_dp_cec_unset_edid +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xdf091e7a drm_dp_pcon_convert_rgb_to_ycbcr +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xe17d3b52 drm_dp_mst_connector_late_register +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xe238a437 drm_dp_dpcd_probe +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 0xe55c0ba7 drm_dp_send_real_edid_checksum +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xe7cb9203 drm_edp_backlight_set_level +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xea74b25a drm_dp_check_act_status +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xeb820a54 drm_dp_read_dpcd_caps +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xedcf81ce drm_dp_channel_eq_ok +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xee10bf4d drm_dp_pcon_frl_configure_1 +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xef247f49 drm_dp_mst_root_conn_atomic_check +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xf02aa776 drm_dp_mst_topology_mgr_init +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xf02d2dd7 drm_scdc_set_high_tmds_clock_ratio +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xf05e4039 drm_dp_mst_connector_early_unregister +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xf0792dc9 drm_hdmi_avi_infoframe_content_type +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xf1f903db drm_dp_pcon_hdmi_frl_link_error_count +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xf638b150 drm_dp_mst_topology_mgr_resume +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 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 0x00351150 drm_atomic_private_obj_fini +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0068261f drm_gem_prime_handle_to_fd +EXPORT_SYMBOL drivers/gpu/drm/drm 0x00b094b8 drm_gem_create_mmap_offset +EXPORT_SYMBOL drivers/gpu/drm/drm 0x00ec638a drm_mode_object_find +EXPORT_SYMBOL drivers/gpu/drm/drm 0x01d94871 drm_modeset_drop_locks +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0202f8b8 drm_gem_put_pages +EXPORT_SYMBOL drivers/gpu/drm/drm 0x02e56981 drm_mode_object_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0324bc23 drm_send_event_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0x03c63897 __drm_get_edid_firmware_path +EXPORT_SYMBOL drivers/gpu/drm/drm 0x04116f3c drm_modeset_backoff +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0450508e drm_mode_get_tile_group +EXPORT_SYMBOL drivers/gpu/drm/drm 0x059ee676 drm_connector_create_privacy_screen_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0x06aa6c51 drm_of_find_possible_crtcs +EXPORT_SYMBOL drivers/gpu/drm/drm 0x072a1993 drm_plane_create_color_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0x073af01e drm_connector_unregister +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0791524d drm_open +EXPORT_SYMBOL drivers/gpu/drm/drm 0x07fb449a drm_vma_offset_manager_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0901406b drm_put_dev +EXPORT_SYMBOL drivers/gpu/drm/drm 0x099806e9 drm_aperture_remove_conflicting_framebuffers +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0a1b3403 drm_edid_read_ddc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0a72f765 drm_clflush_virt_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0aee467f drm_bridge_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0b894955 drm_crtc_handle_vblank +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0bdc572e drm_gem_vunmap_unlocked +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0d7e35e2 drm_mode_is_420_only +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0d9b4753 drm_mode_equal +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0e430091 drm_get_format_info +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0eb7f5eb drm_privacy_screen_lookup_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0ec84084 drm_crtc_vblank_count +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 0x10cf8ff6 drm_privacy_screen_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0x10d7994a drm_crtc_commit_wait +EXPORT_SYMBOL drivers/gpu/drm/drm 0x10edd06e drm_writeback_signal_completion +EXPORT_SYMBOL drivers/gpu/drm/drm 0x12e8cd15 drm_atomic_bridge_chain_post_disable +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1353f758 drm_privacy_screen_set_sw_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0x136ef929 drm_connector_set_path_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x13907e42 drm_mode_create_tv_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0x140086d4 drm_gem_private_object_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x140d4b10 drm_plane_create_zpos_immutable_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1422f993 drm_prime_sg_to_page_array +EXPORT_SYMBOL drivers/gpu/drm/drm 0x162bc2dd drm_gem_dmabuf_mmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x196c49e0 drm_display_mode_from_cea_vic +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1a411479 drm_syncobj_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1c0079f9 drm_atomic_set_crtc_for_plane +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1cd522ad drm_atomic_bridge_chain_disable +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1d82d9f0 drm_mode_probed_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1dfba76e drm_gtf_mode_complex +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1e60afa8 drm_invalid_op +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1e9d207a drm_gem_vmap_unlocked +EXPORT_SYMBOL drivers/gpu/drm/drm 0x20162bbd drm_atomic_private_obj_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x20e2f3d0 drm_property_create_enum +EXPORT_SYMBOL drivers/gpu/drm/drm 0x21261cf6 drm_plane_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2183c08c drm_mm_scan_add_block +EXPORT_SYMBOL drivers/gpu/drm/drm 0x22156bf9 drm_syncobj_find_fence +EXPORT_SYMBOL drivers/gpu/drm/drm 0x224b08db drm_debugfs_create_files +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2353758f drm_atomic_set_mode_prop_for_crtc +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 0x250b3d86 drm_connector_attach_dp_subconnector_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x25daad93 __drm_mm_interval_first +EXPORT_SYMBOL drivers/gpu/drm/drm 0x265d393e drm_gem_lru_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2754dad8 drm_mm_reserve_node +EXPORT_SYMBOL drivers/gpu/drm/drm 0x28779e52 drm_printf +EXPORT_SYMBOL drivers/gpu/drm/drm 0x29f078d1 drm_mode_legacy_fb_format +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2a072a62 drm_gem_object_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2a5a470e drm_atomic_add_encoder_bridges +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2a962499 drm_mm_scan_init_with_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2af83804 drm_mode_create_tv_margin_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2b92f88b drm_mode_object_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2c34f315 drm_property_create_bitmask +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2d9e37f0 drm_mode_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2e526c99 drm_crtc_vblank_count_and_time +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2e551fd8 drm_modeset_lock_single_interruptible +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2ea6e15a drm_client_framebuffer_flush +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2ed3c600 drm_mode_debug_printmodeline +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2f1310d6 drm_writeback_connector_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2f1fc34d drm_crtc_vblank_off +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2f476172 drm_privacy_screen_lookup_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2faefeaf drm_modeset_unlock +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2fdb4d47 drm_mode_duplicate +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2feb2de1 drm_privacy_screen_register_notifier +EXPORT_SYMBOL drivers/gpu/drm/drm 0x302c5edf __drm_universal_plane_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3091ea6a drm_plane_create_alpha_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x312c8c72 drm_writeback_queue_job +EXPORT_SYMBOL drivers/gpu/drm/drm 0x31af09a4 drm_state_dump +EXPORT_SYMBOL drivers/gpu/drm/drm 0x31b8a5e3 __drm_set_edid_firmware_path +EXPORT_SYMBOL drivers/gpu/drm/drm 0x31d8b8b1 drm_atomic_get_old_connector_for_encoder +EXPORT_SYMBOL drivers/gpu/drm/drm 0x320fdc17 drm_client_dev_hotplug +EXPORT_SYMBOL drivers/gpu/drm/drm 0x32a0cc37 drm_print_bits +EXPORT_SYMBOL drivers/gpu/drm/drm 0x32f65bf9 drm_connector_update_edid_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x343aba07 drm_panel_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3488a58b drm_sysfs_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0x34a83e25 drm_object_property_set_value +EXPORT_SYMBOL drivers/gpu/drm/drm 0x36822d96 drm_mode_parse_command_line_for_connector +EXPORT_SYMBOL drivers/gpu/drm/drm 0x36f05fed drm_atomic_get_new_connector_for_encoder +EXPORT_SYMBOL drivers/gpu/drm/drm 0x383461f9 drm_cvt_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x38690d99 drm_detect_hdmi_monitor +EXPORT_SYMBOL drivers/gpu/drm/drm 0x38baf832 drm_gem_create_mmap_offset_size +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3902b180 drm_client_register +EXPORT_SYMBOL drivers/gpu/drm/drm 0x397c3d27 drm_edid_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0x39d093be drm_atomic_get_old_private_obj_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3a7ed077 drm_client_buffer_vmap +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 0x3bbcd02f drm_driver_legacy_fb_format +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3bd0b24d drm_dev_unplug +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3c22a4d8 drm_vma_offset_manager_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3c471d84 drm_dev_unregister +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3c5177fe drm_release_noglobal +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3ca9022e drm_crtc_wait_one_vblank +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3cdc37e9 drm_edid_to_speaker_allocation +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3d1188d1 drm_property_create_bool +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3d535aad __drmm_universal_plane_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3dbdd725 __devm_drm_dev_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3e70bc44 drm_syncobj_find +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3ed7c7ee drm_crtc_vblank_restore +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3ef874e2 drm_atomic_get_new_private_obj_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3f405489 __drm_printfn_err +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3fedfd1c drm_gem_prime_import +EXPORT_SYMBOL drivers/gpu/drm/drm 0x40981c13 drm_dev_register +EXPORT_SYMBOL drivers/gpu/drm/drm 0x40af2162 drm_bridge_chain_post_disable +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4102a6f3 drm_mode_create_dp_colorspace_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x437563e4 drm_gem_lock_reservations +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 0x4499d303 drm_atomic_state_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x451e535c drm_panel_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x45286e8b drm_gem_dmabuf_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4546edbf drm_wait_one_vblank +EXPORT_SYMBOL drivers/gpu/drm/drm 0x454c5375 drm_gem_objects_lookup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4575a0ca drm_mode_set_crtcinfo +EXPORT_SYMBOL drivers/gpu/drm/drm 0x45ab986c drm_of_crtc_port_mask +EXPORT_SYMBOL drivers/gpu/drm/drm 0x461f3b1f drm_modeset_lock_all_ctx +EXPORT_SYMBOL drivers/gpu/drm/drm 0x464cb76c drm_connector_attach_vrr_capable_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x471394bb drm_master_internal_acquire +EXPORT_SYMBOL drivers/gpu/drm/drm 0x47c0b417 drm_atomic_state_default_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0x47e42e99 drm_client_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4831da6e drm_vma_offset_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0x492303b3 drm_gem_free_mmap_offset +EXPORT_SYMBOL drivers/gpu/drm/drm 0x49f306b5 drm_connector_list_iter_next +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4a35d30d drm_mode_set_name +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4a678706 drm_connector_has_possible_encoder +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4ab51bbf drm_probe_ddc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4af08d55 drm_syncobj_get_handle +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4b7ebf95 drm_mm_remove_node +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4ba5f0d6 drm_atomic_bridge_chain_check +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4cecd72c drm_get_edid_switcheroo +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4de69172 drm_modeset_acquire_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4e1ef723 drm_plane_enable_fb_damage_clips +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4e2a621e drm_prime_sg_to_dma_addr_array +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4e7a930b drm_send_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4f5b7138 drm_connector_set_panel_orientation_with_quirk +EXPORT_SYMBOL drivers/gpu/drm/drm 0x50452964 drm_panel_get_modes +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 0x51aba993 drm_atomic_state_clear +EXPORT_SYMBOL drivers/gpu/drm/drm 0x521ad6d0 drm_puts +EXPORT_SYMBOL drivers/gpu/drm/drm 0x53a557a1 drm_mode_create_tile_group +EXPORT_SYMBOL drivers/gpu/drm/drm 0x546b84d1 drm_is_current_master +EXPORT_SYMBOL drivers/gpu/drm/drm 0x547a412a drm_atomic_bridge_chain_pre_enable +EXPORT_SYMBOL drivers/gpu/drm/drm 0x548368a8 drm_hdmi_avi_infoframe_quant_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x54abf754 drm_hdmi_vendor_infoframe_from_display_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x55eb38da drm_format_info +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5615c469 drm_vblank_work_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x566be95b drm_plane_create_rotation_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x576855d5 drm_plane_create_zpos_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x57698a50 drm_mm_takedown +EXPORT_SYMBOL drivers/gpu/drm/drm 0x578c139f of_drm_get_panel_orientation +EXPORT_SYMBOL drivers/gpu/drm/drm 0x57b6efe3 drm_ioctl_flags +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5822af44 drm_mode_validate_ycbcr420 +EXPORT_SYMBOL drivers/gpu/drm/drm 0x59056243 drm_mm_replace_node +EXPORT_SYMBOL drivers/gpu/drm/drm 0x597a03d1 drm_atomic_print_new_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5b6009b9 drm_read +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5c07771b drm_mode_create_aspect_ratio_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5c301049 drm_sysfs_connector_status_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5d3a3255 drm_dev_has_vblank +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5d4cf62d drm_ioctl +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5ebb0cbf drm_connector_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5f110ffe drm_client_modeset_check +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5f6b531f drm_connector_attach_colorspace_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5f7985a5 drm_mm_scan_remove_block +EXPORT_SYMBOL drivers/gpu/drm/drm 0x604b2c19 drm_sysfs_connector_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6068e5a7 drm_gem_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x606d5cae drm_prime_pages_to_sg +EXPORT_SYMBOL drivers/gpu/drm/drm 0x60f766fc drm_mode_prune_invalid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x61226fb9 drm_crtc_vblank_on +EXPORT_SYMBOL drivers/gpu/drm/drm 0x61327ffb drm_gem_handle_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0x61fb8fbf drm_mode_plane_set_obj_prop +EXPORT_SYMBOL drivers/gpu/drm/drm 0x624010c7 drm_dev_set_unique +EXPORT_SYMBOL drivers/gpu/drm/drm 0x63ab393d drm_gtf_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x64d61f92 drm_gem_unlock_reservations +EXPORT_SYMBOL drivers/gpu/drm/drm 0x65702bd6 drm_default_rgb_quant_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6594e75e drm_bridge_chain_pre_enable +EXPORT_SYMBOL drivers/gpu/drm/drm 0x660bd961 drm_aperture_remove_conflicting_pci_framebuffers +EXPORT_SYMBOL drivers/gpu/drm/drm 0x66bab110 drm_property_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0x67f10208 drm_property_create_object +EXPORT_SYMBOL drivers/gpu/drm/drm 0x68d08869 drm_crtc_vblank_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0x68eb2473 drm_connector_list_iter_end +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6910e4cd drm_format_info_min_pitch +EXPORT_SYMBOL drivers/gpu/drm/drm 0x69344769 drm_connector_attach_tv_margin_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0x69353664 __drm_debug +EXPORT_SYMBOL drivers/gpu/drm/drm 0x69591984 drm_bridge_chain_mode_set +EXPORT_SYMBOL drivers/gpu/drm/drm 0x69e1bf40 drm_clflush_sg +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6a635f7c drm_writeback_cleanup_job +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6ac01ea8 drm_edid_to_sad +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6ad460d8 drm_mode_config_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6b637f9a drm_atomic_set_mode_for_crtc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6b6b167b drm_vblank_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6bf2ac9a drm_client_framebuffer_delete +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6e56afa4 drm_gem_map_dma_buf +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6e5f12fe drm_atomic_get_old_bridge_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6ef550c6 drm_poll +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6efa9282 drm_gem_dmabuf_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6f7b95c8 drm_privacy_screen_unregister_notifier +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7095ebc8 drm_plane_force_disable +EXPORT_SYMBOL drivers/gpu/drm/drm 0x725d5925 drm_mode_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7345ae1b drm_master_internal_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7364163b drm_plane_create_scaling_filter_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7480c06c drm_client_modeset_commit_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0x74b148df drm_property_create_signed_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x74fc6fbd drm_format_info_block_width +EXPORT_SYMBOL drivers/gpu/drm/drm 0x770c2e8c drm_master_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0x775aadcf drm_privacy_screen_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0x77f2a66b of_drm_find_panel +EXPORT_SYMBOL drivers/gpu/drm/drm 0x785676e1 drm_crtc_init_with_planes +EXPORT_SYMBOL drivers/gpu/drm/drm 0x78629d9e drm_plane_get_damage_clips +EXPORT_SYMBOL drivers/gpu/drm/drm 0x79090f7d drm_framebuffer_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0x79331a55 drm_crtc_vblank_waitqueue +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7943b7cb drm_mode_create_from_cmdline_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x79678eff drmm_kmalloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x796d28a0 drm_connector_attach_hdr_output_metadata_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x79c00fa2 drm_edid_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7a0683cd drm_syncobj_add_point +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7a0f50a5 drm_atomic_get_private_obj_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7ad14011 drm_modeset_unlock_all +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7b0c97ba drm_connector_attach_scaling_mode_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7b2e2166 drm_vma_node_revoke +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7b3f28b1 drm_framebuffer_lookup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7bac6b30 drm_atomic_state_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7bda2a1c __drm_atomic_helper_disable_plane +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7c545285 drm_edid_get_monitor_name +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7cc0f68b drm_property_blob_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7dee981b drm_crtc_check_viewport +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7e23181f drm_vblank_work_cancel_sync +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 0x7efd3bfb drm_property_replace_global_blob +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7f9bac58 drm_panel_prepare +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7ff312c5 __drmm_mutex_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8076ede0 drm_writeback_prepare_job +EXPORT_SYMBOL drivers/gpu/drm/drm 0x80de5c64 drm_privacy_screen_call_notifier_chain +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8100683b drm_compat_ioctl +EXPORT_SYMBOL drivers/gpu/drm/drm 0x820ac5c0 drm_vma_node_allow_once +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8233ed98 drm_plane_from_index +EXPORT_SYMBOL drivers/gpu/drm/drm 0x84b8163f drm_crtc_set_max_vblank_count +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8586707b drm_warn_on_modeset_not_all_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8734291a drm_file_get_master +EXPORT_SYMBOL drivers/gpu/drm/drm 0x875db2b1 __drmm_add_action +EXPORT_SYMBOL drivers/gpu/drm/drm 0x87e2d2b2 drm_gem_lru_move_tail +EXPORT_SYMBOL drivers/gpu/drm/drm 0x87e9465c drm_gem_vunmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x899ab7ad drmm_encoder_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8a29d2af drm_gem_map_detach +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8c35d2cf drm_mode_is_420 +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8d4381f7 drm_crtc_send_vblank_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8d6fc637 drm_property_create_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8d72789e drm_edid_is_valid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8dccbb72 drm_property_add_enum +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8dff257d drm_client_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8e1b7ca6 drm_vblank_work_schedule +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8ef89a7c drm_edid_read +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8ff0c46d devm_drm_bridge_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0x90226694 drm_add_modes_noedid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x905bf84b drm_mode_set_config_internal +EXPORT_SYMBOL drivers/gpu/drm/drm 0x90f01ba5 drm_event_reserve_init_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9147bec5 drm_edid_connector_update +EXPORT_SYMBOL drivers/gpu/drm/drm 0x919cf7e9 drm_modeset_lock +EXPORT_SYMBOL drivers/gpu/drm/drm 0x91e2c4a2 drm_event_cancel_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0x922be0a7 drm_calc_timestamping_constants +EXPORT_SYMBOL drivers/gpu/drm/drm 0x930f8143 drm_print_regset32 +EXPORT_SYMBOL drivers/gpu/drm/drm 0x948cd4ad drm_edid_read_custom +EXPORT_SYMBOL drivers/gpu/drm/drm 0x94b5e20f drm_panel_disable +EXPORT_SYMBOL drivers/gpu/drm/drm 0x95b3b350 drm_dev_enter +EXPORT_SYMBOL drivers/gpu/drm/drm 0x964522db drm_syncobj_get_fd +EXPORT_SYMBOL drivers/gpu/drm/drm 0x972b3b63 drm_syncobj_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0x982d09b3 drm_format_info_block_height +EXPORT_SYMBOL drivers/gpu/drm/drm 0x99075fb8 drm_connector_register +EXPORT_SYMBOL drivers/gpu/drm/drm 0x99ac3179 drm_debugfs_remove_files +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9b120d6b drm_atomic_get_connector_state +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 0x9c95cc67 drm_mode_create_suggested_offset_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9ce050be drm_mode_copy +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9f7fbed2 drm_mode_is_420_also +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa23326c5 drm_framebuffer_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa248afde drm_detect_monitor_audio +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa3454c6d drm_gem_prime_export +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa38c4c94 drm_memcpy_from_wc +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa3936b69 drm_encoder_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa4133282 drm_dev_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa48d94d2 drm_connector_atomic_hdr_metadata_equal +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa49ccfd0 drm_panel_enable +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa5907c6a drm_crtc_create_scaling_filter_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa606ec7d drm_object_property_get_value +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa7ea29bb drm_connector_init_with_ddc +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa8431ccd drm_edid_get_panel_id +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa885e99f drm_atomic_nonblocking_commit +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa92fda32 drm_property_create_blob +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa956955b drm_gem_lru_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xaa6b98d4 drm_atomic_normalize_zpos +EXPORT_SYMBOL drivers/gpu/drm/drm 0xab2f4a23 drm_property_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0xabff0e53 drm_connector_attach_privacy_screen_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0xacbb4acc drm_modeset_lock_all +EXPORT_SYMBOL drivers/gpu/drm/drm 0xad025c1a drm_client_framebuffer_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0xad38cd07 drm_client_modeset_commit +EXPORT_SYMBOL drivers/gpu/drm/drm 0xad4e902b drm_color_ctm_s31_32_to_qm_n +EXPORT_SYMBOL drivers/gpu/drm/drm 0xad539b74 drmm_mode_config_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xad6c0677 drm_dev_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0xae277372 __drm_crtc_commit_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0xae29bea0 drm_set_preferred_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0xaf19e683 drm_mode_create_content_type_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb0365ce1 drm_connector_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb04b4e71 drm_crtc_vblank_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb0bbc8dd drm_property_lookup_blob +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb11ac7a7 __drm_err +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb16e22b5 drm_gem_dma_resv_wait +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb198a288 drm_mode_create_hdmi_colorspace_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb212dc3e drm_edid_dup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb23ef9c5 __drm_dev_dbg +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 0xb4594375 drm_gem_object_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb4f97956 drm_atomic_get_new_bridge_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb5a7757e drm_mode_config_reset +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb5bfa938 drm_framebuffer_plane_height +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb6127243 drm_need_swiotlb +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb638e926 drm_av_sync_delay +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb70c3501 drm_encoder_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb77f647a drm_framebuffer_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb8f53187 drm_gem_vm_open +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb97c03d8 drm_handle_vblank +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb9cad492 __drm_atomic_state_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0xba449af0 drm_connector_attach_encoder +EXPORT_SYMBOL drivers/gpu/drm/drm 0xba5e450b drm_atomic_set_crtc_for_connector +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbaa7ff83 drm_of_component_probe +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbae60d43 drm_mode_validate_driver +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbb3654d3 drm_framebuffer_plane_width +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbc7ac23e drm_atomic_commit +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbcfeaaad drm_connector_attach_max_bpc_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbdac567a drm_display_info_set_bus_formats +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbdfa8697 __drm_atomic_helper_set_config +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbe94b0ae drm_privacy_screen_get_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbf0e6a7d drm_syncobj_replace_fence +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc17bf2a0 drm_mode_crtc_set_gamma_size +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc1e28b23 __drmm_add_action_or_reset +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc224ceec drm_universal_plane_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc232fa45 drm_modeset_acquire_fini +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc24d7e47 drm_client_rotation +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc263add2 drmm_crtc_init_with_planes +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc28bd22c drm_plane_get_damage_clips_count +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc3a0ed22 drmm_kfree +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc4fd4076 drm_gem_object_lookup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc59467a6 drm_mode_create_scaling_mode_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc5ed2693 drm_connector_list_iter_begin +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc7394330 drm_clflush_pages +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 0xc869bd97 drm_crtc_from_index +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc8b672f0 drm_crtc_arm_vblank_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc90064bc drm_bridge_chain_mode_valid +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc932dde2 drm_property_replace_blob +EXPORT_SYMBOL drivers/gpu/drm/drm 0xca93be23 drm_any_plane_has_format +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcb41c17d of_drm_find_bridge +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcb63d35b drm_noop +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcc8c8435 drm_connector_attach_content_type_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcd805fdd drm_property_blob_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcdb99cc9 drm_mode_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcdd4ace7 drm_atomic_get_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcddaa64a drm_bridge_chain_disable +EXPORT_SYMBOL drivers/gpu/drm/drm 0xce2b95db drm_writeback_connector_init_with_encoder +EXPORT_SYMBOL drivers/gpu/drm/drm 0xce5f019e drm_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcf61ff4e drm_panel_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd0017b77 drm_crtc_enable_color_mgmt +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd01adfb4 drmm_connector_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd10cb7e2 drm_atomic_add_affected_connectors +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd13f9985 drm_edid_block_valid +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd143c5a1 drm_object_attach_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd1540364 devm_aperture_acquire_from_firmware +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd157d97c drm_connector_set_link_status_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd1c4cdf2 drm_gem_mmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd2215eff drm_gem_prime_import_dev +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd2c1befb drm_modeset_lock_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd3f693c1 drm_gem_unmap_dma_buf +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd57e3509 drm_crtc_accurate_vblank_count +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd5bebd7f drm_mode_put_tile_group +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd680a377 drm_gem_object_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd683ad60 drm_connector_set_vrr_capable_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd6aaecb3 drm_client_modeset_probe +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd7522381 drm_gem_dmabuf_vunmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd7a9cf42 drm_mode_validate_size +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd7cf137b drm_connector_update_privacy_screen +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd84613bf drm_prime_gem_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd871e7a0 drm_gem_lru_scan +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd928897c drm_gem_dmabuf_export +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd971c572 drm_gem_prime_mmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdad9c8b1 drm_prime_get_contiguous_size +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdbe4633b drm_framebuffer_unregister_private +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdc9f5d59 drm_gem_get_pages +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdca01c49 drm_client_buffer_vunmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdf24ccb7 drm_atomic_check_only +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 0xdfb28524 drm_plane_create_blend_mode_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdfdf2636 drm_connector_oob_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe021f5da drm_gem_map_attach +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe0d000d3 drm_privacy_screen_unregister +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe0f13dc0 drm_atomic_get_bridge_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe130cd52 drm_crtc_vblank_helper_get_vblank_timestamp +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe1b8132c drm_ioctl_kernel +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe22a362f drm_crtc_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe26c6d81 drm_crtc_vblank_helper_get_vblank_timestamp_internal +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe270ea01 drm_vblank_work_flush +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe317082a __drm_printfn_info +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe33f8725 drm_get_edid +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe35f864e drm_atomic_add_affected_planes +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe4116c48 drm_connector_set_panel_orientation +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe4e7d6d3 drm_gem_prime_fd_to_handle +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe591898e drm_bridge_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe633a4cd drm_format_info_bpp +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe68bbb9b drm_connector_set_orientation_from_panel +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe6b7fae5 drm_edid_override_connector_update +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe75061b4 drm_master_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe78041fc drm_bridge_chain_mode_fixup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe7ecf8ca __drmm_encoder_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe835b33a drm_gem_mmap_obj +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe898bf9c drm_connector_set_tile_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe8a034df drm_dev_exit +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe8a0e334 drm_vma_offset_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe9028ece drm_bridge_attach +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe95d82ba drm_atomic_get_crtc_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe9c81d50 drm_connector_list_update +EXPORT_SYMBOL drivers/gpu/drm/drm 0xea00fe81 __drm_printfn_coredump +EXPORT_SYMBOL drivers/gpu/drm/drm 0xea84a0b2 drm_writeback_get_out_fence +EXPORT_SYMBOL drivers/gpu/drm/drm 0xea8baf57 drm_bridge_chain_enable +EXPORT_SYMBOL drivers/gpu/drm/drm 0xeca0aa1a drm_gem_vm_close +EXPORT_SYMBOL drivers/gpu/drm/drm 0xecf1a01f drm_dev_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0xed03333e drm_event_reserve_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xeff47feb drm_color_lut_check +EXPORT_SYMBOL drivers/gpu/drm/drm 0xeff65c2d drm_connector_attach_edid_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf0517d7a drm_mm_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf0eba43b drm_mode_create_dvi_i_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf1064f38 drm_atomic_bridge_chain_enable +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf1421d13 drm_mode_sort +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf17f2d8d __drmm_crtc_alloc_with_planes +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf1b5340a drm_mode_vrefresh +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf406e46a drm_get_connector_type_name +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf658f1ad drm_connector_attach_privacy_screen_provider +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf672ca2a drm_panel_unprepare +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf692e664 drm_mode_find_dmt +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf717f2bf drm_add_edid_modes +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf824c7db __drm_printfn_debug +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf836dc97 drm_privacy_screen_register +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf8b6e4a3 drm_client_modeset_dpms +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf949b8a3 drm_atomic_state_default_clear +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf9766af6 drm_object_property_get_default_value +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfa0eab14 drm_crtc_vblank_reset +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfbfa2b30 drm_panel_of_backlight +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfc9c5cf3 drm_gem_handle_delete +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfd2556d7 drm_dev_printk +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfdb08761 drm_send_event_timestamp_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfeb953b1 __drm_printfn_seq_file +EXPORT_SYMBOL drivers/gpu/drm/drm 0xff8061c4 drm_atomic_set_fb_for_plane +EXPORT_SYMBOL drivers/gpu/drm/drm 0xffad9be6 drm_hdmi_avi_infoframe_from_display_mode +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 0x350b2e3e drm_gem_dma_print_info +EXPORT_SYMBOL drivers/gpu/drm/drm_dma_helper 0x6af6ee82 drm_gem_dma_prime_import_sg_table_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x0265d3cb drm_fb_helper_set_par +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x027404d2 drm_fb_helper_setcmap +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x046c3ece drm_fb_helper_sys_read +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x04d4b78c drm_gem_fb_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x0529143b drm_fb_blit +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x05868e9d drm_atomic_helper_connector_tv_margins_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x074cc0a1 drm_fb_helper_cfb_copyarea +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x09f2229b drm_gem_fb_end_cpu_access +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x0a2cb3a4 drm_panel_bridge_add +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x0a36b5a0 drm_fb_xrgb8888_to_mono +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x0b8cf3ac drm_i2c_encoder_restore +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x0c01d75d drm_atomic_helper_check_crtc_primary_plane +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x0df13434 drm_panel_bridge_connector +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x0f96dfd8 drm_gem_simple_display_pipe_prepare_fb +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x0fda5cf6 drm_connector_helper_hpd_irq_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x100edc10 drm_mode_config_helper_resume +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x112d4c8f drm_plane_helper_disable_primary +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x11c7048d drm_fb_helper_blank +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x127a8c6b drm_flip_work_queue +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x130130c2 devm_drm_of_get_bridge +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x140a04ce drm_helper_mode_fill_fb_struct +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x15505e57 __drm_atomic_helper_plane_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x18664730 drm_atomic_helper_plane_destroy_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x18d69999 drm_atomic_helper_suspend +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x190cc0ff drm_panel_bridge_remove +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x19597705 drm_fb_helper_check_var +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x196cb3f3 drm_fb_helper_ioctl +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x1ebc7f02 drm_atomic_helper_damage_iter_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x21d541eb drm_flip_work_queue_task +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x23e0426a drm_atomic_helper_wait_for_dependencies +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x24157c86 drm_kms_helper_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x25d16fca drm_kms_helper_poll_enable +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x28688ed2 drm_mode_config_helper_suspend +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x29771b69 drm_fb_build_fourcc_list +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x29a156f0 drm_atomic_helper_prepare_planes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2a1762f4 drm_atomic_helper_page_flip_target +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2ac12536 drm_atomic_helper_crtc_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2b7f1a5d drm_gem_simple_kms_begin_shadow_fb_access +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2b817364 drm_atomic_helper_resume +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2ca0b390 __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 0x2da48b25 __drm_atomic_helper_plane_destroy_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2e9fef93 drm_gem_end_shadow_fb_access +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x31139118 drm_fb_helper_sys_imageblit +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x31f8f532 drm_fb_helper_cfb_fillrect +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x373559ef drm_fb_helper_debug_enter +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x38c18afc __drm_atomic_helper_private_obj_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x38e687c6 drm_i2c_encoder_mode_set +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3a12337f drm_kms_helper_poll_fini +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3c4a242c drm_fb_helper_fini +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3c4aa23c __drm_gem_reset_shadow_plane +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3cd558d6 drm_helper_probe_detect +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3fbe4274 drm_helper_disable_unused_functions +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3fe313ef drm_helper_hpd_irq_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4056b308 drm_gem_fb_create_handle +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x41241709 drm_atomic_helper_check +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x442b3bf4 drm_gem_simple_kms_duplicate_shadow_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x450db891 drm_atomic_helper_dirtyfb +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x45b995cf drm_atomic_helper_bridge_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x46dfb4a4 drm_gem_simple_kms_end_shadow_fb_access +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x48fdbb8c drm_fb_xrgb8888_to_rgb565 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4a67ebcb drm_atomic_helper_disable_plane +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4a7b289a drm_crtc_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4a841131 drm_atomic_helper_wait_for_vblanks +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4bab6b4e __drm_atomic_helper_connector_destroy_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4d2476eb drm_crtc_helper_set_mode +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4d28235b drm_fb_helper_sys_fillrect +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x50b2b8a1 drm_atomic_helper_plane_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5185ea94 drm_atomic_helper_set_config +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x52cf3c7f __drm_atomic_helper_crtc_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x550cb7f9 drm_fb_xrgb8888_to_rgb332 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5542443b drm_flip_work_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5578f945 drm_atomic_helper_crtc_destroy_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x57a35e63 drm_bridge_is_panel +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x57dd9f58 drm_atomic_helper_swap_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x58c15bd8 drm_kms_helper_poll_disable +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x59ff58e2 drm_fb_helper_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5a226afb drm_atomic_helper_commit +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5a4734d1 drm_kms_helper_is_poll_worker +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5a6ac21c drm_fb_helper_set_suspend_unlocked +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5bc84bd1 drm_self_refresh_helper_update_avg_times +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5cd36d4f drm_simple_display_pipe_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5cfe80f4 drm_fb_helper_fill_info +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5d51dbb3 drm_crtc_helper_mode_valid_fixed +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x60b46189 drm_fb_helper_pan_display +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x60d8805d drm_i2c_encoder_commit +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x62b43696 drm_gem_duplicate_shadow_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x669caafd drm_atomic_helper_commit_hw_done +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x677c3ad6 devm_drm_panel_bridge_add +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x69b5a0d1 drm_atomic_helper_wait_for_fences +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6a204d99 drm_fb_helper_deferred_io +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6a7d4e0f drm_atomic_helper_check_planes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6b5c2b06 drm_atomic_helper_damage_iter_next +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6bc0c292 drmm_of_get_bridge +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6d5bff31 __drm_atomic_helper_bridge_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6de876db drm_crtc_helper_atomic_check +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6e30ba8e drm_rect_rotate_inv +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6ed67708 drm_atomic_helper_commit_cleanup_done +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6f5d2d47 drm_gem_reset_shadow_plane +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6f81d77f drm_atomic_helper_fake_vblank +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7168b009 __drm_atomic_helper_plane_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7202a549 drmm_panel_bridge_add +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7491ff74 drm_atomic_helper_commit_planes_on_crtc +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x758bba40 drm_helper_move_panel_connectors_to_head +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x79634c20 drm_connector_helper_get_modes_fixed +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7b9c16c8 drm_fb_helper_sys_copyarea +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7e0df35c __drm_atomic_helper_plane_state_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x816bd508 drm_atomic_helper_check_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x82c2c5cd __drm_gem_duplicate_shadow_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x842dd90c drm_flip_work_commit +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x850bbaf6 drm_connector_helper_get_modes_from_ddc +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x85200fb8 drm_fb_helper_prepare +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x854a5244 drm_plane_helper_atomic_check +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x871ab41a drm_rect_intersect +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x87c91df0 drm_fb_helper_set_suspend +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x88c2e080 drm_atomic_helper_cleanup_planes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x89ab129e drm_fb_helper_lastclose +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x89de3601 drm_self_refresh_helper_alter_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8d033ada drm_fb_xrgb8888_to_rgb888 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8e329a2d drm_crtc_helper_set_config +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8ef473da __drm_atomic_helper_bridge_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8f82c564 drm_fb_helper_initial_config +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x91c64dd0 drm_atomic_helper_update_legacy_modeset_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x91fec1cc drm_rect_calc_vscale +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x92403af2 drm_atomic_helper_commit_modeset_enables +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x93fb400b drm_helper_force_disable_all +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x950a2cdd drm_self_refresh_helper_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x968a0cf0 drm_connector_helper_get_modes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x97ea4f08 drm_fb_swab +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x99fd20aa drm_rect_clip_scaled +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9dbff963 drm_panel_bridge_add_typed +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9e868463 drm_atomic_helper_commit_tail_rpm +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa26ee1e4 drm_gem_fb_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa36bf6db drm_atomic_helper_commit_duplicated_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa3abab1d drm_helper_probe_single_connector_modes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa49df7ee drm_fb_memcpy +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa576725f drm_plane_helper_update_primary +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa5d7910d drm_atomic_helper_bridge_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa6cc5f6d drm_atomic_helper_commit_modeset_disables +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa6f11041 drm_atomic_helper_bridge_destroy_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa7dd0c2e drm_simple_encoder_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa82e6882 drm_fb_helper_cfb_read +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa8e74dc7 drm_atomic_helper_damage_merged +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xaa257053 drm_helper_connector_dpms +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xac4518ea drm_atomic_helper_connector_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xae50bd55 drm_fb_helper_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xaed53ce1 drm_fb_helper_sys_write +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb053adda drm_rect_rotate +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb1e50ded drm_gem_simple_kms_destroy_shadow_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb4348c68 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 0xb7ab089e drm_kms_helper_connector_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb7d5c229 drm_fb_helper_unregister_info +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb8881a4a drm_panel_bridge_set_orientation +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb9b0781a __drmm_simple_encoder_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb9d637b1 drm_fb_xrgb8888_to_xrgb2101010 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xbb9d14a8 drm_atomic_helper_check_plane_damage +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xbd436151 drm_self_refresh_helper_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xbed667d3 drm_fb_helper_cfb_imageblit +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc01e3bf2 drm_atomic_helper_async_check +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc33ea387 drm_i2c_encoder_save +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc4b7da8b drm_atomic_helper_commit_tail +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc4ba6c8c drm_atomic_helper_disable_all +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc57e6af0 drm_i2c_encoder_mode_fixup +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc6323239 drm_flip_work_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc738c0d2 __drm_atomic_helper_crtc_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc74b9128 drm_atomic_helper_plane_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc8330316 __drm_atomic_helper_connector_state_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xcb2340b8 drm_rect_debug_print +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xcb388fa1 __drm_atomic_helper_connector_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xcc06a5ea drm_kms_helper_poll_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xcf11a549 drm_flip_work_allocate_task +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd02814c2 drm_fb_helper_alloc_info +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd2276592 drm_fb_helper_cfb_write +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd51fbded drm_i2c_encoder_detect +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd5208348 drm_fbdev_generic_setup +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd52cd060 devm_drm_panel_bridge_add_typed +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd622bcaf drm_gem_simple_kms_reset_shadow_plane +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd87be9de drm_fb_xrgb8888_to_gray8 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd8f043ee drm_atomic_helper_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xdab5a849 drm_i2c_encoder_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xdc43848d drm_gem_destroy_shadow_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xdcb22bd6 drm_atomic_helper_bridge_propagate_bus_fmt +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xdd685c07 drm_helper_encoder_in_use +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xdddaffad drm_i2c_encoder_prepare +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe03751fa drm_atomic_helper_update_plane +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe1f0174d drm_gem_begin_shadow_fb_access +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe509409f drm_helper_resume_force_mode +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe784e676 drm_atomic_helper_connector_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe985f216 drm_fb_helper_output_poll_changed +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xeadd5488 drm_atomic_helper_check_wb_encoder_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xeb08d453 drm_gem_fb_vunmap +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xebc0e220 __drm_atomic_helper_crtc_destroy_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xecbdaab9 drm_plane_helper_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xed42241b drm_atomic_helper_connector_destroy_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xed473ac9 drm_fb_helper_debug_leave +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xed74e71b drm_atomic_helper_calc_timestamping_constants +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf2083a76 __drm_atomic_helper_connector_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf376b279 drm_atomic_helper_shutdown +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf3b2e635 drm_i2c_encoder_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf66d7298 drm_simple_display_pipe_attach_bridge +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf6b28a23 drm_atomic_helper_crtc_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf947dbf4 __drm_atomic_helper_crtc_state_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf98b823f drm_atomic_helper_wait_for_flip_done +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xfa5bdb2e drm_atomic_helper_page_flip +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xfb6a7683 drm_atomic_helper_commit_planes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xfb8cda33 drm_atomic_helper_setup_commit +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xfc275038 drm_fb_helper_restore_fbdev_mode_unlocked +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xfd9fef0d drm_atomic_helper_disable_planes_on_crtc +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xfda0ce22 drm_atomic_helper_check_modeset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xfdc9cb7e drm_i2c_encoder_dpms +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xfe9e52d9 drm_atomic_helper_async_commit +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xff92712c drm_gem_fb_begin_cpu_access +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x0abf00c5 mipi_dbi_enable_flush +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x0b6d00ea mipi_dbi_pipe_disable +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x195150aa mipi_dbi_display_is_on +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x2d44ba3d mipi_dbi_dev_init +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x2e0dae23 mipi_dbi_command_read +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x341cba67 mipi_dbi_poweron_conditional_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x343b0e96 mipi_dbi_command_stackbuf +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x35e2beaa mipi_dbi_spi_cmd_max_speed +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x3be8fe8b mipi_dbi_spi_init +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x5acbfa97 mipi_dbi_pipe_mode_valid +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x657ab775 mipi_dbi_poweron_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x7155ce34 mipi_dbi_command_buf +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xbff3f755 mipi_dbi_debugfs_init +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xccfeba11 mipi_dbi_pipe_update +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xd4371684 mipi_dbi_hw_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xdae59c31 mipi_dbi_dev_init_with_formats +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xdfd301c5 mipi_dbi_buf_copy +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xf8a4d755 mipi_dbi_spi_transfer +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0x4571cf27 drm_gem_shmem_print_info +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0x45877649 drm_gem_shmem_unpin +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0x5ecc146b drm_gem_shmem_get_pages +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0x677ac357 drm_gem_shmem_put_pages +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0x73a2725d drm_gem_shmem_madvise +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0x871a5fdd drm_gem_shmem_purge +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0x97731402 drm_gem_shmem_purge_locked +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0xb8066dfb drm_gem_shmem_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0xba5ea95d drm_gem_shmem_vunmap +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0xe9cd35db drm_gem_shmem_pin +EXPORT_SYMBOL drivers/gpu/drm/drm_ttm_helper 0x09f789b4 drm_gem_ttm_dumb_map_offset +EXPORT_SYMBOL drivers/gpu/drm/drm_ttm_helper 0x27bd7491 drm_gem_ttm_vunmap +EXPORT_SYMBOL drivers/gpu/drm/drm_ttm_helper 0x4560a4ad drm_gem_ttm_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm_ttm_helper 0x645945fb drm_gem_ttm_print_info +EXPORT_SYMBOL drivers/gpu/drm/drm_ttm_helper 0xab2d83ae drm_gem_ttm_mmap +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x18ea78d6 drm_gem_vram_plane_helper_cleanup_fb +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x19a5b26e drm_gem_vram_plane_helper_prepare_fb +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x1c6cebbe drm_gem_vram_offset +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x260f76d9 drm_vram_mm_debugfs_init +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x51f31927 drm_gem_vram_driver_dumb_create +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x6ba75c24 drmm_vram_helper_init +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0xabd473e0 drm_vram_helper_mode_valid +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0xb4cf4d9a drm_gem_vram_vunmap +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0xb527682c drm_gem_vram_create +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0xb98cc03b drm_gem_vram_pin +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0xbafdf987 drm_gem_vram_put +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0xc3e87794 drm_gem_vram_simple_display_pipe_cleanup_fb +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0xc51ddd6b drm_gem_vram_fill_create_dumb +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0xcacce4d3 drm_gem_vram_simple_display_pipe_prepare_fb +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0xdf5bbffe drm_gem_vram_unpin +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0xfe3e18b4 drm_gem_vram_vmap +EXPORT_SYMBOL drivers/gpu/drm/rockchip/rockchipdrm 0x3f0cb099 rockchip_drm_wait_vact_end +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x0e1752b6 drm_sched_job_add_resv_dependencies +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x17034201 drm_sched_fini +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x1ee19c39 drm_sched_resubmit_jobs +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x3a635573 drm_sched_entity_set_priority +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x4579fa52 drm_sched_job_arm +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x47e7c16e drm_sched_start +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x4f8b515c drm_sched_resume_timeout +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x5948d4b4 drm_sched_entity_modify_sched +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x716a3a0c drm_sched_job_add_dependency +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x77ff8786 drm_sched_job_add_implicit_dependencies +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x811bc385 drm_sched_entity_flush +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x83840c1a drm_sched_pick_best +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x8525fb2e drm_sched_init +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x8ec1d13c drm_sched_stop +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x9e8b9578 drm_sched_entity_destroy +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xabce1879 drm_sched_suspend_timeout +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xac127d2e drm_sched_entity_init +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xb7f35e55 drm_sched_job_init +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xc2ee715c drm_sched_fault +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xcfd8ba79 drm_sched_increase_karma +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xd408d741 drm_sched_entity_fini +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xe11746d3 to_drm_sched_fence +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xe452565b drm_sched_entity_push_job +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xedc2ec11 drm_sched_job_cleanup +EXPORT_SYMBOL drivers/gpu/drm/sun4i/sun4i-tcon 0x0296c9ab sun4i_tcon_mode_set +EXPORT_SYMBOL drivers/gpu/drm/sun4i/sun4i-tcon 0x6c10c7a7 sun4i_tcon_of_table +EXPORT_SYMBOL drivers/gpu/drm/sun4i/sun4i-tcon 0x86e60dc4 sun4i_dclk_create +EXPORT_SYMBOL drivers/gpu/drm/sun4i/sun4i-tcon 0x8ac90c98 sun4i_tcon_enable_vblank +EXPORT_SYMBOL drivers/gpu/drm/sun4i/sun4i-tcon 0xc38e40fe sun4i_lvds_init +EXPORT_SYMBOL drivers/gpu/drm/sun4i/sun4i-tcon 0xdb66216a sun4i_dclk_free +EXPORT_SYMBOL drivers/gpu/drm/sun4i/sun4i-tcon 0xf799ee96 sun4i_rgb_init +EXPORT_SYMBOL drivers/gpu/drm/sun4i/sun8i_tcon_top 0x350e5dcd sun8i_tcon_top_of_table +EXPORT_SYMBOL drivers/gpu/drm/sun4i/sun8i_tcon_top 0x5ea5ee04 sun8i_tcon_top_de_config +EXPORT_SYMBOL drivers/gpu/drm/sun4i/sun8i_tcon_top 0xe308d824 sun8i_tcon_top_set_hdmi_src +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x06c04a2b ttm_device_fini +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x0c231474 ttm_kmap_iter_iomap_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x0cb320fb ttm_bo_move_to_lru_tail +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x0e32eef0 ttm_sg_tt_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x12af953e ttm_bo_put +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x15108350 ttm_tt_fini +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x1535b29a ttm_device_clear_dma_mappings +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x163a2e95 ttm_kmap_iter_tt_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x1a71d30c ttm_move_memcpy +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x1e27a8fe ttm_bo_wait +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x1ff69de8 ttm_resource_manager_create_debugfs +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x201d38f5 ttm_resource_manager_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x25f919eb ttm_device_swapout +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x2630bb83 ttm_resource_fini +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x29911311 ttm_bo_vm_reserve +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x2e449c63 ttm_bo_init_validate +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x327fbe7a ttm_resource_manager_usage +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x3534c677 ttm_bo_move_memcpy +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x37a815c1 ttm_pool_alloc +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x3a4cb631 ttm_bo_kmap +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x3ab552a8 ttm_io_prot +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x3c4f0e41 ttm_eu_backoff_reservation +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x3d1c889f ttm_range_man_init_nocheck +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x3ef110a8 ttm_bo_lock_delayed_workqueue +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x43763e18 ttm_bo_unmap_virtual +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x492f0e02 ttm_bo_mem_space +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x4992ba95 ttm_resource_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x4ae93eac ttm_tt_populate +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x4c2fd04d ttm_bo_kunmap +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x4d7e17cc ttm_bo_unpin +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x5378868e ttm_global_swapout +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x57213d45 ttm_bo_eviction_valuable +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x5b19a3bc ttm_bo_vm_fault_reserved +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x5b6e3a71 ttm_pool_free +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x62d7fe7d ttm_resource_free +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x7070b586 ttm_bo_vunmap +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x73786ed6 ttm_bo_vm_fault +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x7627db9c ttm_resource_manager_evict_all +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x7d029f07 ttm_bo_vm_open +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x7d3192d4 ttm_bo_mmap_obj +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x7e172f6d ttm_glob +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x8c106449 ttm_bo_move_sync_cleanup +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x954e8a19 ttm_bo_vm_access +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x966063cb ttm_bo_validate +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xa53ebf10 ttm_resource_manager_debug +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xa5572204 ttm_bo_set_bulk_move +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xa6436a98 ttm_tt_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xa67e126f ttm_bo_vm_close +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xaecb4a75 ttm_bo_move_accel_cleanup +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xb29bd9bb ttm_bo_vmap +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xb3735658 ttm_lru_bulk_move_tail +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xbc1c0adf ttm_range_man_fini_nocheck +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xbeebb94a ttm_bo_init_reserved +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xc03ede37 ttm_bo_vm_dummy_page +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xc2173465 ttm_pool_debugfs +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xc2d7242d ttm_eu_reserve_buffers +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xd29cc888 ttm_lru_bulk_move_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xd2eb1efe ttm_eu_fence_buffer_objects +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xde24f10d ttm_resource_compat +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xe6b419cd ttm_bo_pin +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xe7ea8fd8 ttm_device_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xf3bec726 ttm_bo_unlock_delayed_workqueue +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x01da3fce host1x_client_resume +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x032d2d23 host1x_job_add_wait +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x0721829d host1x_channel_get +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x08464784 host1x_syncpt_get_base +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x09e9f11d host1x_job_pin +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x0f830b62 host1x_syncpt_get_by_id_noref +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x1558802e host1x_get_dma_mask +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x192bfe8e host1x_channel_put +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x1cd8b670 host1x_job_put +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x26aeb7b8 host1x_syncpt_read_min +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x28e73d6a host1x_job_add_gather +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x397ae48e host1x_syncpt_release_vblank_reservation +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x446ef901 host1x_job_unpin +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x44ed7d03 host1x_syncpt_wait +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x4ddbcda6 host1x_syncpt_incr +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x4fd3948d host1x_fence_create +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x51de13ce host1x_syncpt_base_id +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x5d3084d2 host1x_bo_pin +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x62f2077b host1x_client_suspend +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x667d066a __host1x_client_init +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x67388ff7 host1x_bo_unpin +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x72e78e54 tegra_mipi_start_calibration +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x75b05908 host1x_channel_request +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x79d2f214 host1x_syncpt_read +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x7a209142 host1x_device_init +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x7a7a54bd host1x_syncpt_get_by_id +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x7cfb6464 host1x_job_submit +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x82a616ad host1x_job_get +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x9036bab0 host1x_syncpt_get +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x91730400 host1x_driver_unregister +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x9451a33e tegra_mipi_free +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x980b1086 host1x_syncpt_read_max +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x98c9470a host1x_syncpt_id +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x9d7420a1 host1x_client_exit +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xa2acff1f host1x_device_exit +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xa733ff60 tegra_mipi_disable +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xaadbe39a host1x_syncpt_alloc +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xb100a17b host1x_client_unregister +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xbcbe65a0 tegra_mipi_finish_calibration +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xcc2c49f2 host1x_syncpt_put +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xd16d4640 host1x_channel_stop +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xd7aefa13 host1x_job_alloc +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xde2b7fcb tegra_mipi_request +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xe053fc3a host1x_syncpt_request +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xe4eff2a9 host1x_syncpt_incr_max +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xf8a79b19 tegra_mipi_enable +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xf8d52218 __host1x_client_register +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xf95b9529 host1x_driver_register_full +EXPORT_SYMBOL drivers/hid/hid 0xb5e6fa67 hid_bus_type +EXPORT_SYMBOL drivers/hv/hv_vmbus 0x389caa03 vmbus_sendpacket +EXPORT_SYMBOL drivers/hv/hv_vmbus 0x6ed7771f vmbus_sendpacket_getid +EXPORT_SYMBOL drivers/hv/hv_vmbus 0xf2505d1f vmbus_recvpacket +EXPORT_SYMBOL drivers/hwmon/adt7x10 0x2432bafa 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 0x9eb90d4c ltc2947_pm_ops +EXPORT_SYMBOL drivers/hwmon/sch56xx-common 0x01568393 sch56xx_read_virtual_reg +EXPORT_SYMBOL drivers/hwmon/sch56xx-common 0x96ec3b26 sch56xx_read_virtual_reg12 +EXPORT_SYMBOL drivers/hwmon/sch56xx-common 0xaa17a737 sch56xx_write_virtual_reg +EXPORT_SYMBOL drivers/hwmon/sch56xx-common 0xb37b9b81 sch56xx_read_virtual_reg16 +EXPORT_SYMBOL drivers/hwmon/sch56xx-common 0xfdb42d10 sch56xx_watchdog_register +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-bit 0x62a9348d i2c_bit_add_bus +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-bit 0xa4de675b i2c_bit_algo +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-bit 0xba9faf8b i2c_bit_add_numbered_bus +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-pca 0x009ebf05 i2c_pca_add_numbered_bus +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-pca 0xbe481fe6 i2c_pca_add_bus +EXPORT_SYMBOL drivers/i2c/busses/i2c-amd756 0x5bf2d737 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 0x26b62c85 iio_triggered_buffer_setup_ext +EXPORT_SYMBOL drivers/iio/buffer/industrialio-triggered-buffer 0xb81443fb iio_triggered_buffer_cleanup +EXPORT_SYMBOL drivers/iio/buffer/kfifo_buf 0x10015b17 iio_kfifo_allocate +EXPORT_SYMBOL drivers/iio/buffer/kfifo_buf 0x4340a143 iio_kfifo_free +EXPORT_SYMBOL drivers/iio/imu/fxos8700_core 0xef25a3aa fxos8700_regmap_config +EXPORT_SYMBOL drivers/iio/industrialio 0x0049ede4 iio_trigger_register +EXPORT_SYMBOL drivers/iio/industrialio 0x08d811e1 iio_get_time_ns +EXPORT_SYMBOL drivers/iio/industrialio 0x196ca391 iio_read_const_attr +EXPORT_SYMBOL drivers/iio/industrialio 0x2d6bcdcb iio_trigger_generic_data_rdy_poll +EXPORT_SYMBOL drivers/iio/industrialio 0x38acef3a iio_trigger_unregister +EXPORT_SYMBOL drivers/iio/industrialio 0x4868d8cd iio_push_event +EXPORT_SYMBOL drivers/iio/industrialio 0x4bcc9567 iio_trigger_poll +EXPORT_SYMBOL drivers/iio/industrialio 0x4dcce154 iio_device_get_clock +EXPORT_SYMBOL drivers/iio/industrialio 0x52e578fe iio_trigger_notify_done +EXPORT_SYMBOL drivers/iio/industrialio 0x5a06a692 iio_trigger_using_own +EXPORT_SYMBOL drivers/iio/industrialio 0x91f48f4e iio_read_mount_matrix +EXPORT_SYMBOL drivers/iio/industrialio 0x9323da17 iio_trigger_poll_chained +EXPORT_SYMBOL drivers/iio/industrialio 0x9af71ee7 iio_trigger_free +EXPORT_SYMBOL drivers/iio/industrialio 0x9b63e67f iio_device_set_clock +EXPORT_SYMBOL drivers/iio/industrialio 0xaadf83f7 iio_device_alloc +EXPORT_SYMBOL drivers/iio/industrialio 0xb4582123 iio_buffer_init +EXPORT_SYMBOL drivers/iio/industrialio 0xbf13d2db iio_trigger_validate_own_device +EXPORT_SYMBOL drivers/iio/industrialio 0xc4c67e88 __iio_trigger_alloc +EXPORT_SYMBOL drivers/iio/industrialio 0xc577c001 iio_trigger_set_immutable +EXPORT_SYMBOL drivers/iio/industrialio 0xc6c0d5ed __iio_device_register +EXPORT_SYMBOL drivers/iio/industrialio 0xd6a11022 iio_bus_type +EXPORT_SYMBOL drivers/iio/industrialio 0xdf76bbeb iio_pollfunc_store_time +EXPORT_SYMBOL drivers/iio/industrialio 0xed5c8b65 iio_device_free +EXPORT_SYMBOL drivers/iio/industrialio 0xf1eeb8f9 iio_device_unregister +EXPORT_SYMBOL drivers/iio/industrialio-configfs 0x720fad54 iio_configfs_subsys +EXPORT_SYMBOL drivers/iio/industrialio-sw-device 0x392ae91e iio_register_sw_device_type +EXPORT_SYMBOL drivers/iio/industrialio-sw-device 0xcb67a396 iio_sw_device_destroy +EXPORT_SYMBOL drivers/iio/industrialio-sw-device 0xe09e55e4 iio_sw_device_create +EXPORT_SYMBOL drivers/iio/industrialio-sw-device 0xe732a020 iio_unregister_sw_device_type +EXPORT_SYMBOL drivers/iio/industrialio-sw-trigger 0x261fa0d6 iio_sw_trigger_destroy +EXPORT_SYMBOL drivers/iio/industrialio-sw-trigger 0x7f2053fc iio_sw_trigger_create +EXPORT_SYMBOL drivers/iio/industrialio-sw-trigger 0x9e8c0575 iio_unregister_sw_trigger_type +EXPORT_SYMBOL drivers/iio/industrialio-sw-trigger 0xed3eb00b iio_register_sw_trigger_type +EXPORT_SYMBOL drivers/iio/industrialio-triggered-event 0x059c3738 iio_triggered_event_cleanup +EXPORT_SYMBOL drivers/iio/industrialio-triggered-event 0xe1f5b740 iio_triggered_event_setup +EXPORT_SYMBOL drivers/iio/pressure/bmp280 0xc0a2a946 bmp280_dev_pm_ops +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x0112da11 ib_send_cm_sidr_req +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x03c091b4 ib_send_cm_rtu +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x1cb47364 ib_cm_insert_listen +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x24741037 ib_send_cm_rep +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x2983ad46 ib_send_cm_dreq +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x55384666 ib_send_cm_req +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x69824a14 ibcm_reject_msg +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x7452b7c9 ib_destroy_cm_id +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x7ff3be36 ib_create_cm_id +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x8854e9bf ib_cm_init_qp_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x9d605e21 ib_cm_notify +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xb7f51f23 ib_send_cm_drep +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xc9dbbbc4 ib_send_cm_mra +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xdcca5019 ib_send_cm_rej +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xe30c130c ib_send_cm_sidr_rep +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xe89121a4 ib_cm_listen +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x00cd25ea ib_get_rdma_header_version +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x038b1cc6 ib_set_vf_link_state +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0544c3a6 rdma_query_gid_table +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x066ce55f ib_post_send_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0879a490 rdma_user_mmap_io +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x08fec66e __ib_alloc_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x097f359c ib_create_qp_kernel +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0ae9e8b9 rdma_copy_ah_attr +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 0x11435bb7 ib_cq_pool_get +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x11c2d616 rdma_hold_gid_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x12a22eb9 ibdev_notice +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x13388e08 ib_port_unregister_client_groups +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1393a863 ib_get_cached_port_state +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x157d88a1 ib_modify_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x19cc64b1 ib_unregister_event_handler +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x19d8eb78 ib_cq_pool_put +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x19e7490f __rdma_block_iter_next +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1b2a2cb4 rdma_set_cq_moderation +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1c290827 ib_get_vf_config +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1d30aa9a rdma_query_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1dbb173e ib_port_sysfs_get_ibdev_kobj +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1dc1710b ib_create_qp_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1e450d70 ib_rdmacg_try_charge +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1ead7347 rdma_read_gid_hw_context +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x213e8bc7 rdma_move_ah_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x22f3cf93 ib_pack +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2b1c3ea0 rdma_user_mmap_entry_insert_range +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2bcf128c ib_create_qp_security +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2cf9c53b rdma_user_mmap_entry_get +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2d8be9c5 rdma_dev_access_netns +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2de8cf29 ib_dealloc_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2e963260 ibdev_err +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x305e5701 rdma_addr_size_kss +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x31a171b1 ib_detach_mcast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3286fbb7 ib_map_mr_sg_pi +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x330a7e52 rdma_roce_rescan_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x33607823 __ib_alloc_cq_any +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x33a0b073 rdma_replace_ah_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x39c8062a ib_destroy_srq_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x39ead19f rdma_destroy_ah_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3a5367c0 ib_map_mr_sg +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3a618709 rdma_find_gid_by_port +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3ba7e911 ib_find_cached_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3bb3544d rdma_rw_ctx_post +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3d7bdcba ib_set_device_ops +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3dd7c955 ib_drain_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3df11e7b rdma_rw_ctx_wrs +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3fc2387c ib_ud_header_unpack +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4000b774 rdma_nl_put_driver_string +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4003d48c ib_init_ah_from_mcmember +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4063dcc3 rdma_query_gid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x410137f0 ib_rdmacg_uncharge +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x424f39cb ib_sg_to_pages +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x429485d1 rdma_read_gid_attr_ndev_rcu +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 0x43e8be57 ib_destroy_cq_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x44506974 ib_free_recv_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x45308e2e rdma_create_user_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x45fb8985 rdma_nl_chk_listeners +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4639d41c __ib_create_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x468591da ib_sa_path_rec_get +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4742511f rdma_put_gid_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x47d32ab2 ib_register_mad_agent +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x47f5f964 ib_register_event_handler +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4a3f3b78 ibdev_emerg +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4b5ce682 rdma_rw_ctx_destroy +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4c5973b9 ib_get_device_fw_str +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4cffa865 rdma_port_get_link_layer +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4d1097ae ibdev_warn +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4dbc26b1 ib_destroy_wq_user +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 0x4ef12941 ib_device_get_by_name +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4fc5ed82 ib_sa_guid_info_rec_query +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5234dac3 ib_alloc_xrcd_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x543d92a1 rdma_rw_ctx_signature_init +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x54dd3905 ib_query_srq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x55bb02f3 ib_cache_gid_type_str +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x57039af6 ib_alloc_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x571470da __rdma_block_iter_start +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x58523541 rdma_init_netdev +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x58df5b94 ib_get_gids_from_rdma_hdr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x596d161c ib_drain_sq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x59776000 ib_unregister_device_and_put +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5a81a253 rdma_addr_cancel +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5cee7d90 ib_create_srq_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5ea9ecec ibdev_printk +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5ef71b41 rdma_nl_register +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5fdc16a9 rdma_link_unregister +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x60c54346 ib_device_get_by_netdev +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 0x63555bd3 rdma_nl_unicast_wait +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x641a669f rdma_move_grh_sgid_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x65e259fc ib_init_ah_attr_from_path +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x660cf09f ib_get_cached_lmc +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6878f1d5 ib_set_vf_guid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x68a36b31 ib_get_eth_speed +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x68d7c8a8 ib_process_cq_direct +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x69eb88d3 ibdev_info +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6b71b62b ib_get_vf_stats +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6b958320 ib_ud_ip4_csum +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6cb18246 rdma_restrack_put +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6e09c20d ib_sa_join_multicast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6f27261f ib_modify_qp_with_udata +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 0x71467323 ib_mr_pool_get +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x733cd969 rdma_find_gid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x73baf9a2 ib_modify_qp_is_ok +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x742c4728 rdma_resolve_ip +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x745d7bc2 ib_register_client +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x75266598 ib_create_wq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x75a729a0 rdma_nl_unregister +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x76314e05 ibdev_alert +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x77bc526a _ib_alloc_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x77fe2175 rdma_nl_stat_hwcounter_entry +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x787ccc4c ib_get_mad_data_offset +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7b5aa45f ib_free_send_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7b95b2c5 ib_get_vf_guid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7d657d4c ib_device_put +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7d845b67 ib_attach_mcast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7dc19b2e ib_modify_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7ffa08b3 rdma_restrack_count +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8456afd9 ib_modify_srq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x85e364d3 ib_find_exact_cached_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x868cce12 ib_modify_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x86e4e4c5 rdma_alloc_netdev +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8901bac0 ibnl_put_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8a2b3455 ib_mr_pool_put +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8ba9aada ib_mad_kernel_rmpp_agent +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8ca9e20b ib_create_ah_from_wc +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8cd8d70e rdma_create_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x90e807c7 ib_cache_gid_parse_type_str +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x91678628 rdma_get_gid_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x920f3f7d rdma_nl_multicast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9309c3d5 rdma_restrack_get +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9440ed88 ib_init_ah_attr_from_wc +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x94a89144 ib_device_set_netdev +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x955f19f5 ib_get_net_dev_by_params +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x96c89432 ib_unregister_device_queued +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x972f8438 ib_unregister_mad_agent +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x97a6a879 ibdev_crit +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x97cdaa9d rdma_user_mmap_entry_remove +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9b5d60d7 rdma_rw_ctx_init +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9d23b949 rdma_restrack_set_name +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9e69ed0a ib_dma_virt_map_sg +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9ef36e1a ib_modify_port +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9fe15464 ib_resize_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa0dbb141 ib_close_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa3c96f80 ib_query_port +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa3d764b0 rdma_user_mmap_entry_insert +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa432baf6 ib_unpack +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa4751868 rdma_copy_src_l2_addr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xaa2dd018 ib_query_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xaa4aa07a ib_sa_get_mcmember_rec +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xaaaa164a rdma_user_mmap_entry_get_pgoff +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xac7d5ff1 rdma_nl_unicast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xaccd3fb3 ib_port_register_client_groups +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xacf82e1f rdma_restrack_del +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xad53b6b3 rdma_nl_put_driver_u32 +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xadc8a94d rdma_link_register +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xae4e39cf rdma_restrack_parent_name +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xae956dce ib_rate_to_mult +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb1f85e07 ib_dealloc_pd_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb4926821 ib_advise_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb4c3ca54 ib_qp_usecnt_inc +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb4c40040 ib_sa_pack_path +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb5656234 __ib_alloc_pd +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb77653c9 ib_register_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb7852a05 ib_ud_header_init +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbb0243b9 ib_get_cached_subnet_prefix +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbb0fd5fb rdma_umap_priv_init +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbd8ed8d8 rdma_translate_ip +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc26ecb0b ib_query_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc3ad0499 ibnl_put_msg +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc4d3891d ib_find_gid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc6e74241 rdma_nl_put_driver_u64_hex +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc8d38664 rdma_free_hw_stats_struct +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xcd5b2a88 ib_set_client_data +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xce841060 ib_dereg_mr_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd0478dc4 ib_unregister_driver +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd0e5fe61 rdma_modify_ah +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 0xd713842a ib_dealloc_xrcd_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd7a4ca58 ib_mr_pool_destroy +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xda0d50ec ib_sa_cancel_query +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xdbdca912 ib_free_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xdbdf4db3 ib_drain_rq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xdc682fb2 rdma_read_gid_l2_fields +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xdd480ef9 ib_get_rmpp_segment +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xdf87d93a ib_reg_user_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe214af59 rdma_nl_put_driver_u32_hex +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe3201c6f ib_port_immutable_read +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe3605987 rdma_restrack_new +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe37149a4 rdma_nl_put_driver_u64 +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe38dfd50 ib_check_mr_status +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe47ebaa2 rdma_rw_ctx_destroy_signature +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 0xe974fa0f rdma_user_mmap_entry_put +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe9e799fc ib_ud_header_pack +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xea4ec78b ib_mr_pool_init +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xeb308000 ib_open_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xeb7f0d88 rdma_restrack_add +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xebe57d83 ib_dispatch_event +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xedb1161e ib_unregister_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xee34cf20 ib_create_send_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf0ecae02 roce_gid_type_mask_support +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf40e9905 ib_unregister_client +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf5dc3941 ib_alloc_mr_integrity +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf5dedb30 rdma_node_get_transport +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf6a9b40d ib_destroy_qp_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf6ed3219 rdma_rw_mr_factor +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf6ed3334 ib_event_msg +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf76eec2f ib_get_cached_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xfa2db922 ib_qp_usecnt_dec +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xfc749072 rdma_destroy_ah_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xfd017cda rdma_restrack_get_byid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xff7689b0 ib_find_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x1815c22b ib_umem_odp_get +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x18dec18f ib_umem_odp_release +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x19964d46 uverbs_get_flags64 +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x1b9a009c ib_umem_dmabuf_get_pinned +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x1d76438e ib_umem_dmabuf_unmap_pages +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x2078ac08 _uverbs_get_const_unsigned +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x22bece4a uverbs_finalize_uobj_create +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x22f1c8cc flow_resources_add +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x2628ff94 ib_register_peer_memory_client +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x36c34dc6 ib_copy_path_rec_to_user +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x39dce2e1 ib_copy_ah_attr_to_user +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x3c1372fa flow_resources_alloc +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x470d7894 uverbs_fd_class +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x5cc3118c ib_umem_odp_unmap_dma_pages +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x6d788b74 ib_umem_dmabuf_get +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x72b0fa9f ib_umem_activate_invalidation_notifier +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x73240cad ib_umem_odp_alloc_child +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x73862499 _uverbs_get_const_signed +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x752fc31e ib_copy_qp_attr_to_user +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x754b0000 ib_copy_path_rec_from_user +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x7c82d8ad ib_umem_dmabuf_map_pages +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x7d615b80 uverbs_uobject_put +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x80b291ab uverbs_idr_class +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x80d944cf uverbs_uobject_fd_release +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x81d2c31e ib_umem_get_peer +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x83b70533 ib_umem_release +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x8970fbac ib_umem_stop_invalidation_notifier +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x9455c3ac ib_umem_odp_alloc_implicit +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xa1c1a232 ib_umem_find_best_pgsz +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xa6e2ae59 ib_uverbs_flow_resources_free +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xa7b3d385 ib_umem_copy_from +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xaac9013c ib_umem_get +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xb72bc1c6 uverbs_destroy_def_handler +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xbde5c050 ib_unregister_peer_memory_client +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xc0dd9a39 ib_uverbs_get_ucontext_file +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xd67d1383 ib_umem_odp_map_dma_and_lock +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xdc6aad0a uverbs_get_flags32 +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xe3d1f241 _uverbs_alloc +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xea963f5a uverbs_copy_to +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xf5ee6167 uverbs_copy_to_struct_or_zero +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x0e1f7425 iw_destroy_cm_id +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x3d614636 iw_cm_accept +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x7b53eab3 iw_cm_init_qp_attr +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x7fc9f61f iw_cm_listen +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xa1c13ace iw_cm_connect +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xab8100a5 iw_cm_reject +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xcb2cb411 iw_create_cm_id +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xf15c3cc7 iw_cm_disconnect +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xf3df871f iwcm_reject_msg +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x05eef1e4 rdma_disconnect +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x06090a82 rdma_set_ib_path +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x07d30918 rdma_accept +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x0a84551b rdma_unlock_handler +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x1613c72a rdma_connect_locked +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x177e5647 __rdma_create_kernel_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x1f77e0c4 rdma_destroy_qp +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x1f927855 rdma_set_min_rnr_timer +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x358304de rdma_connect_ece +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x4192ea7e rdma_set_reuseaddr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x4c84bce1 rdma_create_qp +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x638b02a5 rdma_set_afonly +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x6b51c045 rdma_resolve_addr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x714fef7d rdma_read_gids +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x8ce240f9 rdma_connect +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x907df803 rdma_event_msg +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xa94a0813 rdma_resolve_route +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xba8ea023 rdma_listen +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xbabe481f rdma_join_multicast +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xc2d39095 rdma_reject +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xc45c5368 rdma_set_service_type +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xc934a624 rdma_iw_cm_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xcdf3ac74 rdma_accept_ece +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xd05f8eba rdma_init_qp_attr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xd1943715 rdma_bind_addr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xd323e383 rdma_set_ack_timeout +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xe14c3107 rdma_create_user_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xe1f47a21 rdma_lock_handler +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xe530ef51 rdma_leave_multicast +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xe60d86c6 rdma_res_to_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xec3c9970 rdma_reject_msg +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xed16207e rdma_notify +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xf7e78a01 rdma_consumer_reject_data +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xf90d2611 rdma_get_service_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xfc210135 rdma_destroy_id +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-client 0x037ddd76 rtrs_clt_query +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-client 0x2ca8ae66 rtrs_clt_get_permit +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-client 0x3bd43fb1 rtrs_clt_request +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-client 0x543a86e8 rtrs_clt_put_permit +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-client 0xa69d9c67 rtrs_clt_rdma_cq_direct +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-client 0xb45fe6b7 rtrs_clt_close +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-client 0xcd64eb7b rtrs_clt_open +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-core 0x242a8646 rtrs_addr_to_str +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-core 0x49e41419 rtrs_rdma_dev_pd_deinit +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-core 0x785619cf 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 0xb6ae226f rtrs_ib_dev_put +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-core 0xc006f767 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 0x3464cbfb rtrs_srv_get_queue_depth +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-server 0x8b22722f rtrs_srv_set_sess_priv +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-server 0x8c8cdfd5 rtrs_srv_open +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-server 0x96a35702 rtrs_srv_close +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-server 0xc5d4a7a6 rtrs_srv_resp_rdma +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-server 0xce64e2c9 rtrs_srv_get_path_name +EXPORT_SYMBOL drivers/input/gameport/gameport 0x005d8470 gameport_start_polling +EXPORT_SYMBOL drivers/input/gameport/gameport 0x08f057cb __gameport_register_port +EXPORT_SYMBOL drivers/input/gameport/gameport 0x1e48d400 gameport_stop_polling +EXPORT_SYMBOL drivers/input/gameport/gameport 0x2360e3eb gameport_unregister_driver +EXPORT_SYMBOL drivers/input/gameport/gameport 0x5ba4d59a gameport_unregister_port +EXPORT_SYMBOL drivers/input/gameport/gameport 0x703d8784 gameport_set_phys +EXPORT_SYMBOL drivers/input/gameport/gameport 0xc4a44b16 __gameport_register_driver +EXPORT_SYMBOL drivers/input/gameport/gameport 0xd1de6a66 gameport_close +EXPORT_SYMBOL drivers/input/gameport/gameport 0xd4e63332 gameport_open +EXPORT_SYMBOL drivers/input/joystick/iforce/iforce 0x1115c161 iforce_process_packet +EXPORT_SYMBOL drivers/input/joystick/iforce/iforce 0x82731041 iforce_send_packet +EXPORT_SYMBOL drivers/input/joystick/iforce/iforce 0x9404eeff iforce_init_device +EXPORT_SYMBOL drivers/input/matrix-keymap 0x3458179b matrix_keypad_build_keymap +EXPORT_SYMBOL drivers/input/misc/ad714x 0x56af175b ad714x_enable +EXPORT_SYMBOL drivers/input/misc/ad714x 0x6dbffc17 ad714x_disable +EXPORT_SYMBOL drivers/input/misc/ad714x 0x82d21714 ad714x_probe +EXPORT_SYMBOL drivers/input/misc/cma3000_d0x 0x26c68de2 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 0x555cd5c8 rmi_unregister_transport_device +EXPORT_SYMBOL drivers/input/sparse-keymap 0x3c985d2e sparse_keymap_report_event +EXPORT_SYMBOL drivers/input/sparse-keymap 0x6a129582 sparse_keymap_entry_from_scancode +EXPORT_SYMBOL drivers/input/sparse-keymap 0x809bc815 sparse_keymap_setup +EXPORT_SYMBOL drivers/input/sparse-keymap 0xc0878bb4 sparse_keymap_entry_from_keycode +EXPORT_SYMBOL drivers/input/sparse-keymap 0xfa3609da sparse_keymap_report_entry +EXPORT_SYMBOL drivers/input/touchscreen/ad7879 0x10545351 ad7879_pm_ops +EXPORT_SYMBOL drivers/input/touchscreen/ad7879 0xd3740bcc ad7879_probe +EXPORT_SYMBOL drivers/interconnect/qcom/icc-smd-rpm 0x750e386c qnoc_remove +EXPORT_SYMBOL drivers/interconnect/qcom/icc-smd-rpm 0xcbe0d86f qnoc_probe +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x6717eab9 capi_ctr_down +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x97f40aa4 capi_ctr_ready +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xe5040976 capi_ctr_handle_message +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xf6e8564b attach_capi_ctr +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xfe4ae2ae 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 0x15940c17 mISDNipac_irq +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNipac 0x2c73e480 mISDNisac_irq +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNipac 0x5e6bc71a mISDNisac_init +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNipac 0xcb28e2e8 mISDNipac_init +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNisar 0x83ac9fdf mISDNisar_init +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNisar 0xe634165b 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 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 0x44831f30 recv_Bchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x48d6ecd1 bchannel_senddata +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x50bbb339 mISDNDevName4ch +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x50c2230c mISDN_FsmChangeState +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x519ec8e2 mISDN_unregister_device +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x55074622 get_next_dframe +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x58021e3b mISDN_register_device +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 0x60535633 mISDN_freedchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x61bfca88 recv_Dchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x8b4b30c6 dchannel_senddata +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x8e5c032e get_next_bframe +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x973fa078 mISDN_freebchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x9ab33003 mISDN_clear_bchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x9c928457 mISDN_FsmNew +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xa2b5fbfc mISDN_ctrl_bchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xb6d0bc77 mISDN_initdchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xbe0bced5 bchannel_get_rxbuf +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xc3401729 mISDN_register_clock +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xc46c3005 recv_Bchannel_skb +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xc53f23ef recv_Echannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xca9d13ad queue_ch_frame +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xd0f56b06 create_l1 +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 0xe3b9e97f mISDN_unregister_Bprotocol +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xe75989da recv_Dchannel_skb +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xe8f617eb mISDN_unregister_clock +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xefb5bbea mISDN_register_Bprotocol +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xf828a3a8 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 0x54a12ec4 ti_lmu_common_set_ramp +EXPORT_SYMBOL drivers/leds/leds-ti-lmu-common 0x99e24d21 ti_lmu_common_get_brt_res +EXPORT_SYMBOL drivers/leds/leds-ti-lmu-common 0xc6a53d68 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 0xf078161e cmdq_get_shift_pa +EXPORT_SYMBOL drivers/mailbox/omap-mailbox 0xcd044f2e omap_mbox_request_channel +EXPORT_SYMBOL drivers/mailbox/omap-mailbox 0xf2d2c5d3 omap_mbox_enable_irq +EXPORT_SYMBOL drivers/mailbox/omap-mailbox 0xfa99bc12 omap_mbox_disable_irq +EXPORT_SYMBOL drivers/md/dm-log 0x1de68194 dm_dirty_log_type_register +EXPORT_SYMBOL drivers/md/dm-log 0x2747dd9f dm_dirty_log_destroy +EXPORT_SYMBOL drivers/md/dm-log 0xd9828d99 dm_dirty_log_type_unregister +EXPORT_SYMBOL drivers/md/dm-log 0xe3ba7888 dm_dirty_log_create +EXPORT_SYMBOL drivers/md/dm-snapshot 0x00a0c342 dm_snap_cow +EXPORT_SYMBOL drivers/md/dm-snapshot 0x1e2e8554 dm_exception_store_destroy +EXPORT_SYMBOL drivers/md/dm-snapshot 0x298dcee2 dm_exception_store_create +EXPORT_SYMBOL drivers/md/dm-snapshot 0x40561aad dm_exception_store_type_register +EXPORT_SYMBOL drivers/md/dm-snapshot 0x441eb4c5 dm_snap_origin +EXPORT_SYMBOL drivers/md/dm-snapshot 0x45688caa dm_exception_store_type_unregister +EXPORT_SYMBOL drivers/md/raid456 0x372c9c22 r5c_journal_mode_set +EXPORT_SYMBOL drivers/md/raid456 0x6482f13d raid5_set_cache_size +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x14011d04 flexcop_dump_reg +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x239e10f2 flexcop_device_kfree +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x45f4970a flexcop_pid_feed_control +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xab8d982b flexcop_sram_ctrl +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xafe0eb9a flexcop_device_kmalloc +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xb06850a7 flexcop_sram_set_dest +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xd87f8c16 flexcop_i2c_request +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xdbfa827f flexcop_pass_dmx_packets +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xeaa5d29e flexcop_eeprom_check_mac_addr +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xecc699af flexcop_device_initialize +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xf11fb0b7 flexcop_wan_set_speed +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xf357d7f0 flexcop_device_exit +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xf95d66e1 flexcop_pass_dmx_data +EXPORT_SYMBOL drivers/media/common/cx2341x 0x00c5072c cx2341x_ext_ctrls +EXPORT_SYMBOL drivers/media/common/cx2341x 0x15ac1bd0 cx2341x_ctrl_query +EXPORT_SYMBOL drivers/media/common/cx2341x 0x23e9dd22 cx2341x_handler_init +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 0x58f8a2f0 cx2341x_handler_set_50hz +EXPORT_SYMBOL drivers/media/common/cx2341x 0x7b4dd2cb cx2341x_fill_defaults +EXPORT_SYMBOL drivers/media/common/cx2341x 0x8cd2d302 cx2341x_handler_set_busy +EXPORT_SYMBOL drivers/media/common/cx2341x 0xdbc5583a cx2341x_update +EXPORT_SYMBOL drivers/media/common/cx2341x 0xe1fe1432 cx2341x_log_status +EXPORT_SYMBOL drivers/media/common/cx2341x 0xfefde9cf cx2341x_handler_setup +EXPORT_SYMBOL drivers/media/common/cypress_firmware 0xcb3c8ceb cypress_load_firmware +EXPORT_SYMBOL drivers/media/common/ttpci-eeprom 0x693e74ba ttpci_eeprom_decode_mac +EXPORT_SYMBOL drivers/media/common/ttpci-eeprom 0xc2a98524 ttpci_eeprom_parse_mac +EXPORT_SYMBOL drivers/media/common/tveeprom 0x0dbf0296 tveeprom_hauppauge_analog +EXPORT_SYMBOL drivers/media/common/tveeprom 0x56deb7d9 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 0x6e08fc69 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 0xd2b5083f vb2_verify_memory_type +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-common 0xdffb744b frame_vector_to_pfns +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-common 0xe20dfe0f get_vaddr_frames +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-dvb 0x162780a8 vb2_dvb_unregister_bus +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-dvb 0x937e7603 vb2_dvb_get_frontend +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-dvb 0xbdb1f031 vb2_dvb_find_frontend +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-dvb 0xc73927c7 vb2_dvb_dealloc_frontends +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-dvb 0xc9a76561 vb2_dvb_register_bus +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-dvb 0xce841213 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 0x41441e1f vb2_querybuf +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x03036cde dvb_unregister_device +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x08733236 intlog10 +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x0ffc04f5 dvb_ca_en50221_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x18acd31f dvb_dmx_swfilter_packets +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x1a17c189 dvb_generic_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x20b5ab69 dvb_dmxdev_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x21c6a262 dvb_dmxdev_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x2f5cdf80 dvb_ringbuffer_write +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x3b93d71a dvb_frontend_sleep_until +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x4e137a0e dvb_frontend_suspend +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x54abe4ff dvb_dmx_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x57903796 dvb_register_device +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x5a8e684e dvb_generic_open +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 0x778458d0 dvb_ca_en50221_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x7a783f22 dvb_generic_ioctl +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x8357628c dvb_frontend_reinitialise +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x8c54b0f8 dvb_dmx_swfilter +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x8dc820fe dvb_unregister_adapter +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x911d221d dvb_remove_device +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x91a6794b dvb_ringbuffer_read_user +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x9263a063 dvb_dmx_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x9a4c4a95 dvb_ca_en50221_camchange_irq +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x9af831b8 dvb_net_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xa3a88b52 dvb_unregister_frontend +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 0xb8f5a241 dvb_register_adapter +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xc3f679f9 dvb_ringbuffer_write_user +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xcf939069 dvb_device_get +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xd44cd45c dvb_frontend_resume +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xd8be07fa dvb_ca_en50221_frda_irq +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xda152267 dvb_register_frontend +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xdd0f544f dvb_ca_en50221_camready_irq +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 0xee46dbdd dvb_frontend_detach +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xf105c560 dvb_net_release +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/ascot2e 0x51722b60 ascot2e_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/atbm8830 0xb6ba0588 atbm8830_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x24e4842f au8522_sleep +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x51d3771b au8522_writereg +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x6de4267a au8522_get_state +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x85d02c0d au8522_readreg +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x9adf3d3a au8522_i2c_gate_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x9cb14284 au8522_init +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0xa9f32fdc au8522_led_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0xc3ee8068 au8522_analog_i2c_gate_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0xda967956 au8522_release_state +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_dig 0x57275b2e au8522_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/bcm3510 0xe37b4128 bcm3510_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx22700 0x8b9ba8de cx22700_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx22702 0x30130dcd cx22702_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24110 0x908be2b1 cx24110_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24113 0x578832f4 cx24113_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24113 0xe1e4b79c cx24113_agc_callback +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24116 0x4f2aed0d cx24116_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24120 0x3a10fa10 cx24120_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24123 0x77d8d062 cx24123_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24123 0xfe706bd8 cx24123_get_tuner_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/cxd2820r 0xbc3f8441 cxd2820r_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cxd2841er 0x71b493cf cxd2841er_attach_s +EXPORT_SYMBOL drivers/media/dvb-frontends/cxd2841er 0xbf893db5 cxd2841er_attach_t_c +EXPORT_SYMBOL drivers/media/dvb-frontends/cxd2880/cxd2880 0x0111e6a5 cxd2880_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0x0184c3ec dib0070_ctrl_agc_filter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0x41ff6664 dib0070_get_rf_output +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0x68752975 dib0070_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0xb4d790bc dib0070_wbd_offset +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0xbdda82eb dib0070_set_rf_output +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x18f1ebb2 dib0090_update_rframp_7090 +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x26bfcb97 dib0090_fw_register +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x2a37ccc3 dib0090_get_tune_state +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x49d9106b dib0090_get_current_gain +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x6e66241f dib0090_dcc_freq +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x740a8f90 dib0090_get_wbd_target +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x77d8e2ad dib0090_set_switch +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x823304c4 dib0090_gain_control +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xa9c05cf8 dib0090_set_tune_state +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xb93a6dcc dib0090_set_dc_servo +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xcc9e60ab dib0090_pwm_gain_reset +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xd5e60d85 dib0090_set_vga +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xdf559ff0 dib0090_get_wbd_offset +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xe086da3b dib0090_register +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xe9f1af30 dib0090_update_tuning_table_7090 +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mb 0xd34ae2e0 dib3000mb_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0x54099703 dib3000mc_i2c_enumeration +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0x67eb2c7c dib3000mc_pid_parse +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0x6edc8342 dib3000mc_get_tuner_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0xa0e95cee dib3000mc_pid_control +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0xb1ba49ed dib3000mc_set_config +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0xcf671b91 dib3000mc_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000m 0x3c1d4f3e dib7000m_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000m 0x560d3088 dib7000m_get_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000m 0x9ff0ab56 dib7000m_pid_filter_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000m 0xce43efa5 dib7000m_pid_filter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x1c8dda2d dib7000p_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0xc0f179c8 dib8000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0x178cb893 dib9000_get_slave_frontend +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0x33c3d728 dib9000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0x5a54db3f dib9000_firmware_post_pll_init +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0x7db845e2 dib9000_get_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0x894e746f dib9000_fw_set_component_bus_speed +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0xb09e82d2 dib9000_get_tuner_interface +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0xbebc1903 dib9000_fw_pid_filter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0xbf563a57 dib9000_get_component_bus_interface +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0xe5cdcd62 dib9000_set_slave_frontend +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0xe956cb5f dib9000_set_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0xec3f404d dib9000_set_gpio +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0xf2564290 dib9000_i2c_enumeration +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0xfad84eec dib9000_fw_pid_filter_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0x07135ac6 dibx000_get_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0x1be319db dibx000_reset_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0x3fc2893f dibx000_init_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0x9a0cbde8 dibx000_exit_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0xe7136a67 dibx000_i2c_set_speed +EXPORT_SYMBOL drivers/media/dvb-frontends/drx39xyj/drx39xyj 0x3d89c3d2 drx39xxj_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/drxd 0xad307ff3 drxd_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/drxk 0x71a48781 drxk_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/ds3000 0x8dd84fe2 ds3000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dvb-pll 0x0769e31d dvb_pll_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dvb_dummy_fe 0x213b7acf dvb_dummy_fe_qpsk_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dvb_dummy_fe 0x8af55ea7 dvb_dummy_fe_ofdm_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dvb_dummy_fe 0xda56978c dvb_dummy_fe_qam_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/ec100 0x4671af79 ec100_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/helene 0x0b13f7f1 helene_attach_s +EXPORT_SYMBOL drivers/media/dvb-frontends/helene 0x3593a865 helene_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/horus3a 0xeee0416b horus3a_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/isl6405 0xfc2393b5 isl6405_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/isl6421 0x4884c1a9 isl6421_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/isl6423 0x00e401ef isl6423_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/itd1000 0xef42b20e itd1000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/ix2505v 0x1d981fd5 ix2505v_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/l64781 0x7f455412 l64781_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lg2160 0x67db4367 lg2160_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lgdt3305 0x9b43f33a lgdt3305_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lgdt3306a 0x3179d72e lgdt3306a_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lgdt330x 0x0b219c85 lgdt330x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lgs8gl5 0xd263b452 lgs8gl5_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lgs8gxx 0x6f668f23 lgs8gxx_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lnbh25 0xc7a38115 lnbh25_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lnbh29 0xa1e6b313 lnbh29_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lnbp21 0x4423dce4 lnbh24_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lnbp21 0xbf836523 lnbp21_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lnbp22 0xa701858f lnbp22_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/m88ds3103 0x20393f1d m88ds3103_get_agc_pwm +EXPORT_SYMBOL drivers/media/dvb-frontends/m88ds3103 0xf7bc7a8b m88ds3103_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/m88rs2000 0xc39f0d5f m88rs2000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/mb86a16 0x0d4bc031 mb86a16_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/mb86a20s 0x29a9e556 mb86a20s_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/mt312 0x73066ad9 mt312_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/mt352 0x8baabe8c mt352_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/nxt200x 0x234a0842 nxt200x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/nxt6000 0xfa964871 nxt6000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/or51132 0xc1f9789e or51132_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/or51211 0x9fade03f or51211_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/s5h1409 0x4dadd7f2 s5h1409_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/s5h1411 0x68832561 s5h1411_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/s5h1420 0x4c4047f5 s5h1420_get_tuner_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/s5h1420 0x70246955 s5h1420_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/s5h1432 0x663208bd s5h1432_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/s921 0xfcb4718f s921_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/si21xx 0x3ef8c147 si21xx_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/sp887x 0x3a654c95 sp887x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stb0899 0xea51596c stb0899_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stb6000 0x1aaf9c8f stb6000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stb6100 0x0fab0cda stb6100_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0288 0x7502c56b stv0288_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0297 0x585af8f2 stv0297_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0299 0x8afce172 stv0299_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0367 0x2925e84d stv0367cab_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0367 0x98e70c1a stv0367ddb_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0367 0xa8171220 stv0367ter_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0900 0x0fcac29a stv0900_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv090x 0x8491a7fe stv090x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv6110 0xcf55c538 stv6110_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv6110x 0x9c303db8 stv6110x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda10021 0xaab7f6bb tda10021_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda10023 0x5353b935 tda10023_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda10048 0x42078877 tda10048_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda1004x 0x1804c750 tda10045_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda1004x 0x2389d824 tda10046_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda10086 0xe0c129e4 tda10086_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda665x 0xddd1c6f7 tda665x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda8083 0xe49a5c98 tda8083_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda8261 0xe176334d tda8261_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda826x 0xd0c9bcb6 tda826x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/ts2020 0xf33f0613 ts2020_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tua6100 0x8863ac6b tua6100_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/ves1820 0xc0503140 ves1820_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/ves1x93 0x3c16de11 ves1x93_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/zd1301_demod 0xc6d88cb0 zd1301_demod_get_dvb_frontend +EXPORT_SYMBOL drivers/media/dvb-frontends/zd1301_demod 0xfe4f42bf zd1301_demod_get_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/zl10036 0x307930ae zl10036_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/zl10039 0x079dd60f zl10039_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/zl10353 0xf67ca298 zl10353_attach +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x2950fe32 flexcop_dma_config_timer +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x463d0aa2 flexcop_dma_xfer_control +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x4b0c6e28 flexcop_dma_free +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x5ed15dc1 flexcop_dma_config +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x6cf37609 flexcop_dma_control_timer_irq +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0xa119002a flexcop_dma_control_size_irq +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0xe3a78b1b flexcop_dma_allocate +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0x3ffecc77 bt878 +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0x6e407153 bt878_device_control +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0x9fc69d75 bt878_stop +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0xd5d0bdef bt878_num +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0xf6332d34 bt878_start +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0x0dfd74f1 bttv_get_pcidev +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0x1070efdb bttv_sub_unregister +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0x11dc4b6d bttv_gpio_enable +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0x14887c8c bttv_sub_register +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0x8ecf4acc bttv_write_gpio +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0xbcf2d2fb bttv_read_gpio +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x43a983fd dst_check_sum +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x5c005e69 dst_wait_dst_ready +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x668d21b4 rdc_reset_state +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x78726f95 dst_pio_disable +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x92350908 dst_error_bailout +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0xb6159377 write_dst +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0xc32bd96d dst_error_recovery +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0xc4c1f6e4 read_dst +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0xf3417deb dst_comm_init +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0xfea12015 dst_attach +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst_ca 0xe176b212 dst_ca_attach +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x13274cdd cx18_claim_stream +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x2cdea06d cx18_reset_ir_gpio +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x731fbfbd cx18_release_stream +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x973a9045 cx18_stop_v4l2_encode_stream +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0xb87b5a97 cx18_ext_init +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0xf17bbf56 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 0x00eb3ca0 cx25821_dev_get +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x44b517f5 cx25821_print_irqbits +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x7b5095d0 cx25821_risc_databuffer_audio +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x87f6ce82 cx25821_sram_channel_dump_audio +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x92b7a6c5 cx25821_sram_channel_setup_audio +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0xb3820e1f cx25821_set_gpiopin_direction +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0xbeadc522 cx25821_riscmem_alloc +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0xd389583b cx25821_dev_unregister +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0xe9050411 cx25821_sram_channels +EXPORT_SYMBOL drivers/media/pci/cx88/cx88-vp3054-i2c 0x9db9da12 vp3054_i2c_remove +EXPORT_SYMBOL drivers/media/pci/cx88/cx88-vp3054-i2c 0xf8135200 vp3054_i2c_probe +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0x14a7c109 cx88_video_mux +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0x268640a3 cx88_querycap +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0x2cc4eb8f cx88_set_freq +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0xd865abdf cx88_enum_input +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x1239c4fe cx8802_unregister_driver +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x2433e387 cx8802_buf_queue +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x28767ab1 cx8802_buf_prepare +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x57e6989c cx8802_register_driver +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0xaf857acc cx8802_start_dma +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0xcf47b2f8 cx8802_get_driver +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0xffdaf896 cx8802_cancel_buffers +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x0637cd5b cx88_set_stereo +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x06fe5412 cx88_set_tvaudio +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x14a86e1c cx88_ir_stop +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x21320e8b cx88_core_irq +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x21961f6f cx88_core_put +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x241fcd96 cx88_reset +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x287cc862 cx88_risc_databuffer +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x41884f2b cx88_dsp_detect_stereo_sap +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x5c86c8dc cx88_vdev_init +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 0x9a877bb1 cx88_set_scale +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xa9597b19 cx88_set_tvnorm +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xbe296423 cx88_shutdown +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xbf7c00fe cx88_ir_start +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xc0e48cff cx88_get_stereo +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xc20bba7f cx88_wakeup +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xe2d23a57 cx88_sram_channel_setup +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xe979f6e0 cx88_sram_channel_dump +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xe98a10c1 cx88_risc_buffer +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xf4b7439b cx88_core_get +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xfd8ae7f4 cx88_newstation +EXPORT_SYMBOL drivers/media/pci/ddbridge/ddbridge-dummy-fe 0x50bb7b7c ddbridge_dummy_fe_qam_attach +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x14f67530 ivtv_debug +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x2c8c3c87 ivtv_init_on_first_open +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x2e78e7e6 ivtv_vapi_result +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x34fffc28 ivtv_reset_ir_gpio +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x3e52921f ivtv_release_stream +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x4d045a30 ivtv_claim_stream +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x6147df88 ivtv_firmware_check +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x968d24e6 ivtv_udma_unmap +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xa7495f73 ivtv_udma_setup +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xac5a75a7 ivtv_api +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xbc118191 ivtv_udma_prepare +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xbf360359 ivtv_start_v4l2_encode_stream +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xbff25484 ivtv_vapi +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xc30a98d2 ivtv_udma_alloc +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xc62b4453 ivtv_ext_init +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xcdaf8df7 ivtv_stop_v4l2_encode_stream +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xd720bd66 ivtv_clear_irq_mask +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xfbc81efa ivtv_set_irq_mask +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 0x319b30d2 saa_dsp_writel +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x35eabf23 saa7134_set_dmabits +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x3637f49d saa7134_pgtable_alloc +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x647f0442 saa7134_tvaudio_setmute +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x730c4be3 saa7134_boards +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x7c16acf9 saa7134_dmasound_exit +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x8eda3f8b saa7134_pgtable_build +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x8f1ad46b saa7134_devlist_lock +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x903b7f4a saa7134_dmasound_init +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xa463a274 saa7134_ts_register +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xb8422b00 saa7134_ts_unregister +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xb84b2cc5 saa7134_pgtable_free +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xfc939e97 saa7134_set_gpio +EXPORT_SYMBOL drivers/media/platform/allegro-dvt/allegro 0x2c79d0f2 msg_type_name +EXPORT_SYMBOL drivers/media/radio/tea575x 0x06900b6e snd_tea575x_exit +EXPORT_SYMBOL drivers/media/radio/tea575x 0x2b7688c4 snd_tea575x_g_tuner +EXPORT_SYMBOL drivers/media/radio/tea575x 0x85de6d93 snd_tea575x_init +EXPORT_SYMBOL drivers/media/radio/tea575x 0xa9aa1292 snd_tea575x_hw_init +EXPORT_SYMBOL drivers/media/radio/tea575x 0xc503acc3 snd_tea575x_set_freq +EXPORT_SYMBOL drivers/media/radio/tea575x 0xd8039775 snd_tea575x_enum_freq_bands +EXPORT_SYMBOL drivers/media/radio/tea575x 0xf88f38e3 snd_tea575x_s_hw_freq_seek +EXPORT_SYMBOL drivers/media/rc/rc-core 0x01098f88 ir_raw_encode_scancode +EXPORT_SYMBOL drivers/media/rc/rc-core 0x0312eb93 ir_raw_handler_register +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 0x80300635 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/fc0011 0xc62ce23a fc0011_attach +EXPORT_SYMBOL drivers/media/tuners/fc0012 0x5b221ea2 fc0012_attach +EXPORT_SYMBOL drivers/media/tuners/fc0013 0x3b420ea4 fc0013_rc_cal_reset +EXPORT_SYMBOL drivers/media/tuners/fc0013 0x5ea480d9 fc0013_rc_cal_add +EXPORT_SYMBOL drivers/media/tuners/fc0013 0x6e9aeb0e fc0013_attach +EXPORT_SYMBOL drivers/media/tuners/max2165 0x34017b7d max2165_attach +EXPORT_SYMBOL drivers/media/tuners/mc44s803 0x79b10401 mc44s803_attach +EXPORT_SYMBOL drivers/media/tuners/mt2060 0xe960ce92 mt2060_attach +EXPORT_SYMBOL drivers/media/tuners/mt2131 0xf4fc5c9a mt2131_attach +EXPORT_SYMBOL drivers/media/tuners/mt2266 0x0834c349 mt2266_attach +EXPORT_SYMBOL drivers/media/tuners/mxl5005s 0x4f937ec0 mxl5005s_attach +EXPORT_SYMBOL drivers/media/tuners/qt1010 0xa522904d qt1010_attach +EXPORT_SYMBOL drivers/media/tuners/tda18218 0x8a7e0a4a tda18218_attach +EXPORT_SYMBOL drivers/media/tuners/tuner-types 0x4c48939e tuners +EXPORT_SYMBOL drivers/media/tuners/tuner-types 0xc2821775 tuner_count +EXPORT_SYMBOL drivers/media/tuners/xc2028 0x929f2d69 xc2028_attach +EXPORT_SYMBOL drivers/media/tuners/xc4000 0xe2a59c8a xc4000_attach +EXPORT_SYMBOL drivers/media/tuners/xc5000 0x257a4c92 xc5000_attach +EXPORT_SYMBOL drivers/media/usb/cx231xx/cx231xx 0x07102ec6 cx231xx_register_extension +EXPORT_SYMBOL drivers/media/usb/cx231xx/cx231xx 0xdf592a8b cx231xx_unregister_extension +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x0ae7b8eb dvb_usbv2_generic_write_locked +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x3b2d0e64 dvb_usbv2_generic_write +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x49d17a56 dvb_usbv2_generic_rw_locked +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x591f5e5b dvb_usbv2_suspend +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x87477882 dvb_usbv2_resume +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x878c1a98 dvb_usbv2_generic_rw +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x9a6bbafa dvb_usbv2_reset_resume +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0xd0ad24ac dvb_usbv2_disconnect +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0xdfc46eb0 dvb_usbv2_probe +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x21249e43 dvb_usb_nec_rc_key_to_event +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x4ac803a2 dvb_usb_generic_rw +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x62df1b26 dvb_usb_device_exit +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x748fe253 dvb_usb_device_init +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x8a03effd 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 0xb39a9c8b usb_cypress_load_firmware +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-af9005-remote 0x16daa744 af9005_rc_decode +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-af9005-remote 0x341530cb rc_map_af9005_table +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-af9005-remote 0xd4e288db rc_map_af9005_table_size +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x0916e39a dibusb_streaming_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x18c5c885 dibusb2_0_streaming_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x6944bfdc dibusb_power_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x6f0b927d dibusb_pid_filter +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x760a23be dibusb_i2c_algo +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x82efce02 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 0x9e168f66 dibusb_rc_query +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xa04180b8 dibusb_read_eeprom_byte +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xefdc1371 dibusb2_0_power_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-mc-common 0x954c4bdb dibusb_dib3000mc_frontend_attach +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-mc-common 0xe7aa9b9d dibusb_dib3000mc_tuner_attach +EXPORT_SYMBOL drivers/media/usb/em28xx/em28xx 0x06cc493e em28xx_register_extension +EXPORT_SYMBOL drivers/media/usb/em28xx/em28xx 0x91267e41 em28xx_unregister_extension +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0x192f7249 go7007_update_board +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0x6ce1213f go7007_snd_remove +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0x7610f879 go7007_read_addr +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0xb159dada go7007_alloc +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0xd000c47f go7007_register_encoder +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0xdbc754fd go7007_boot_encoder +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0xe140aa62 go7007_parse_video_stream +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0xe55f7ea7 go7007_snd_init +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0xf3e81d9e go7007_read_interrupt +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x2576dd95 gspca_resume +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x4ea84935 gspca_dev_probe2 +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x591ecd9d gspca_frame_add +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x9670af2c gspca_debug +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0xa0f06239 gspca_coarse_grained_expo_autogain +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0xc4f9bdf2 gspca_dev_probe +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0xca4fd893 gspca_suspend +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0xdd43b542 gspca_disconnect +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0xe2a08882 gspca_expo_autogain +EXPORT_SYMBOL drivers/media/usb/ttusb-dec/ttusbdecfe 0xc0f29577 ttusbdecfe_dvbt_attach +EXPORT_SYMBOL drivers/media/usb/ttusb-dec/ttusbdecfe 0xeb3594bd ttusbdecfe_dvbs_attach +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-async 0x4ff33792 v4l2_async_nf_register +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-async 0x870d9baf v4l2_async_nf_unregister +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-async 0xa1aa7a43 v4l2_async_register_subdev +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-async 0xd886cd7e v4l2_async_subdev_nf_register +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-async 0xe077bcea v4l2_async_unregister_subdev +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-async 0xee5caf13 v4l2_async_nf_init +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0x030c2c71 v4l2_m2m_mmap +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0x3938b364 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 0x8b56d823 v4l2_m2m_job_finish +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0xf626dd03 v4l2_m2m_suspend +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0xfaf1c328 v4l2_m2m_get_vq +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x04411c4e v4l2_queryctrl +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 0x0cc10947 video_unregister_device +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x10f1c880 v4l2_g_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x123959a1 v4l2_type_names +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x129b47ca v4l2_ctrl_new_custom +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x146bbc5a __v4l2_ctrl_s_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x16244fe5 v4l2_prio_check +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x194d2a2d v4l2_ctrl_type_op_log +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x19dbbe17 __v4l2_ctrl_s_ctrl_compound +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x1a5cdb09 v4l2_subdev_init +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x1bea430a v4l2_querymenu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x20aa50b0 v4l2_ctrl_type_op_init +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x2224e887 v4l2_query_ext_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x2342f1ae v4l2_prio_open +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x235c2005 v4l2_try_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x239cd182 v4l2_ctrl_subdev_log_status +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x28b12cc9 v4l2_format_info +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x315de2cf v4l2_ctrl_get_menu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x3251c6fe v4l2_ctrl_auto_cluster +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x32d43420 v4l2_ctrl_get_name +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x34b0af74 v4l2_g_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x38eecbd5 v4l2_ctrl_notify +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x3adbd595 v4l2_field_names +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x3bdd0f94 v4l2_prio_change +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x3cb0543d v4l2_ctrl_new_std +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x4005b2bd v4l2_ctrl_log_status +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x4b3d30f4 v4l2_ctrl_poll +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x4eb4d9c4 v4l2_ctrl_new_std_menu_items +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x50bae065 v4l2_ctrl_find +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x511671b3 v4l2_ctrl_request_setup +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x5db43121 video_devdata +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x5de53705 video_ioctl2 +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x6438cf71 v4l2_ctrl_handler_setup +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x64870efa __video_register_device +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x6921a170 __v4l2_ctrl_modify_dimensions +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x69b954ab v4l2_ctrl_cluster +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x6b0f267f v4l2_ctrl_g_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x724e1b07 v4l2_ctrl_handler_log_status +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x76bdf0b4 v4l2_ctrl_add_handler +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x7738ff83 video_device_alloc +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x77d0fdf0 __v4l2_ctrl_modify_range +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x7e559901 __v4l2_ctrl_s_ctrl_string +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x8106095a v4l2_prio_max +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x8364ff38 v4l2_ctrl_subdev_subscribe_event +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x89e3897d v4l2_ctrl_query_fill +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x8b041d99 __v4l2_ctrl_s_ctrl_int64 +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x93f3075e v4l2_ctrl_request_complete +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x982e27d5 v4l2_ctrl_new_int_menu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x9856f988 v4l2_ctrl_new_std_compound +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x9cf62583 video_device_release_empty +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xa3a1b7cc v4l2_s_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xa7cefd98 v4l2_s_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xa88fc44c v4l2_ctrl_new_std_menu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xaacdc5f3 v4l2_ctrl_radio_filter +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xaedb4ae0 v4l2_ctrl_fill +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xb413a6be v4l2_ctrl_new_fwnode_properties +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xb77b0159 v4l2_prio_init +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xbbe3e7ca v4l2_ctrl_handler_free +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xbc5671dc v4l_printk_ioctl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xc058c951 __v4l2_ctrl_grab +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xc7363410 v4l2_ctrl_activate +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 0xd784d761 v4l2_ctrl_handler_init_class +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xdffb21fa video_device_release +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xe2b92059 v4l2_video_std_construct +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xe96f52e6 v4l2_ctrl_g_ctrl_int64 +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xee0f9ae3 v4l2_ctrl_subscribe_event +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xefccab54 v4l2_ctrl_type_op_validate +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 0xf5382298 v4l2_ctrl_sub_ev_ops +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xfdb043c2 v4l2_ctrl_type_op_equal +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xff988b81 v4l2_subdev_call_wrappers +EXPORT_SYMBOL drivers/memory/renesas-rpc-if 0x707bb2b9 rpcif_dirmap_read +EXPORT_SYMBOL drivers/memory/renesas-rpc-if 0x91203d17 rpcif_prepare +EXPORT_SYMBOL drivers/memory/renesas-rpc-if 0x9a8292fa rpcif_hw_init +EXPORT_SYMBOL drivers/memory/renesas-rpc-if 0xd09ade3d rpcif_sw_init +EXPORT_SYMBOL drivers/memory/renesas-rpc-if 0xf47fae17 rpcif_manual_xfer +EXPORT_SYMBOL drivers/memstick/core/memstick 0x199305e6 memstick_init_req +EXPORT_SYMBOL drivers/memstick/core/memstick 0x1bafcff4 memstick_detect_change +EXPORT_SYMBOL drivers/memstick/core/memstick 0x287277cb memstick_init_req_sg +EXPORT_SYMBOL drivers/memstick/core/memstick 0x2e03cb6e memstick_free_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0x35b37589 memstick_register_driver +EXPORT_SYMBOL drivers/memstick/core/memstick 0x4e1f8f9d memstick_resume_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0x5a2b80d8 memstick_add_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0x8a864abc memstick_unregister_driver +EXPORT_SYMBOL drivers/memstick/core/memstick 0x91e5a777 memstick_set_rw_addr +EXPORT_SYMBOL drivers/memstick/core/memstick 0x952e5024 memstick_suspend_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0x9877e1ff memstick_new_req +EXPORT_SYMBOL drivers/memstick/core/memstick 0x9ed15552 memstick_alloc_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0xadac2435 memstick_remove_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0xfd84f379 memstick_next_req +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x07024ad0 mpt_reset_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x1cc02bfc mpt_Soft_Hard_ResetHandler +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x20b093f3 mpt_alloc_fw_memory +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x3f673922 mpt_suspend +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x48e09891 mpt_free_fw_memory +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x493477a9 mpt_verify_adapter +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x502108d0 mpt_fwfault_debug +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x5188a265 mpt_config +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x543ec182 mpt_put_msg_frame_hi_pri +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x56b70764 mpt_put_msg_frame +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x5a52fa15 mpt_raid_phys_disk_get_num_paths +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x610b257e mpt_reset_deregister +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x699f7775 mpt_resume +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x70ab1814 mpt_halt_firmware +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x72c2a1ff mptbase_sas_persist_operation +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x74a0134a mpt_device_driver_deregister +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x795f6e23 mpt_GetIocState +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x84f8d49e mpt_raid_phys_disk_pg0 +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x875f3d44 mpt_device_driver_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x8f6a6eb7 mpt_send_handshake_request +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x981efe92 mpt_deregister +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x9d74e6fa mpt_HardResetHandler +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x9d907921 mpt_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xb00123e7 mpt_clear_taskmgmt_in_progress_flag +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xb1264ffb mpt_print_ioc_summary +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xb58beca3 mpt_set_taskmgmt_in_progress_flag +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xbf8df197 mpt_findImVolumes +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xc12d6d37 mpt_detach +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xc9db62f0 mpt_get_msg_frame +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xdd805159 ioc_list +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xe3638106 mpt_free_msg_frame +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xe6c1e126 mpt_event_deregister +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xf4caa43e mpt_event_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xf767b3a0 mpt_raid_phys_disk_pg1 +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xfc420758 mpt_attach +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x002fd364 mptscsih_dev_reset +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x0e19a189 mptscsih_bios_param +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x0e585318 mptscsih_slave_destroy +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x11a47052 mptscsih_flush_running_cmds +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x1cc51bd5 mptscsih_taskmgmt_response_code +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x28f1b93c mptscsih_show_info +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x2db391ff mptscsih_event_process +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x3e2dd0b6 mptscsih_scandv_complete +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x3f626443 mptscsih_bus_reset +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x517a5070 mptscsih_is_phys_disk +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x5e7abd94 mptscsih_resume +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x5f726198 mptscsih_shutdown +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x5fe0d6c5 mptscsih_qcmd +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x70a4911e mptscsih_get_scsi_lookup +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x732b3e19 mptscsih_IssueTaskMgmt +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x76630922 mptscsih_taskmgmt_complete +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x951f84f2 mptscsih_ioc_reset +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x9fef74dc mptscsih_info +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xb02e4557 mptscsih_remove +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xb290a02c mptscsih_host_reset +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xb3a1ca6e mptscsih_raid_id_to_num +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xcb713d7d mptscsih_io_done +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xcfa34aa8 mptscsih_host_attr_groups +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xcff4b153 mptscsih_change_queue_depth +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xde57179f mptscsih_abort +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xe6c7dbc1 mptscsih_suspend +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xf1358c96 mptscsih_slave_configure +EXPORT_SYMBOL drivers/mfd/axp20x 0xa45d56d3 axp20x_device_probe +EXPORT_SYMBOL drivers/mfd/axp20x 0xb67db184 axp20x_device_remove +EXPORT_SYMBOL drivers/mfd/axp20x 0xf3ea48cb axp20x_match_device +EXPORT_SYMBOL drivers/mfd/dln2 0x1ca2b015 dln2_unregister_event_cb +EXPORT_SYMBOL drivers/mfd/dln2 0xd61cfa72 dln2_transfer +EXPORT_SYMBOL drivers/mfd/dln2 0xfed03085 dln2_register_event_cb +EXPORT_SYMBOL drivers/mfd/htc-pasic3 0x997772ad pasic3_write_register +EXPORT_SYMBOL drivers/mfd/htc-pasic3 0xfbbc4d3a pasic3_read_register +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x057d45b6 mc13xxx_irq_free +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x29bd908f mc13xxx_reg_rmw +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x47c66273 mc13xxx_get_flags +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x4f020270 mc13xxx_unlock +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x6c4c8158 mc13xxx_irq_request +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x742512cd mc13xxx_lock +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x7ff4d0b4 mc13xxx_irq_mask +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x81d4e699 mc13xxx_irq_unmask +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x96311518 mc13xxx_irq_status +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xd7e19e41 mc13xxx_reg_write +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xffff1488 mc13xxx_reg_read +EXPORT_SYMBOL drivers/mfd/qcom-spmi-pmic 0x93f8216a 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 0x1aaa7a4d wm8994_irq_init +EXPORT_SYMBOL drivers/mfd/wm8994 0x4d633eb0 wm1811_regmap_config +EXPORT_SYMBOL drivers/mfd/wm8994 0x92a2be6e wm8994_irq_exit +EXPORT_SYMBOL drivers/mfd/wm8994 0x9593755f wm8994_base_regmap_config +EXPORT_SYMBOL drivers/mfd/wm8994 0xd2013c9d wm8958_regmap_config +EXPORT_SYMBOL drivers/mfd/wm8994 0xe03b8704 wm8994_regmap_config +EXPORT_SYMBOL drivers/misc/ad525x_dpot 0xc24202e4 ad_dpot_remove +EXPORT_SYMBOL drivers/misc/ad525x_dpot 0xff0a4db0 ad_dpot_probe +EXPORT_SYMBOL drivers/misc/altera-stapl/altera-stapl 0x5bafa76e altera_init +EXPORT_SYMBOL drivers/misc/c2port/core 0x2ce3bf4e c2port_device_register +EXPORT_SYMBOL drivers/misc/c2port/core 0xa3b00025 c2port_device_unregister +EXPORT_SYMBOL drivers/misc/tifm_core 0x01ebd843 tifm_map_sg +EXPORT_SYMBOL drivers/misc/tifm_core 0x0668cfee tifm_has_ms_pif +EXPORT_SYMBOL drivers/misc/tifm_core 0x0b362f1b tifm_free_device +EXPORT_SYMBOL drivers/misc/tifm_core 0x0ffb277f tifm_queue_work +EXPORT_SYMBOL drivers/misc/tifm_core 0x2c15c5f7 tifm_unregister_driver +EXPORT_SYMBOL drivers/misc/tifm_core 0x2cfee8ff tifm_unmap_sg +EXPORT_SYMBOL drivers/misc/tifm_core 0x45c07739 tifm_remove_adapter +EXPORT_SYMBOL drivers/misc/tifm_core 0x77a681a9 tifm_register_driver +EXPORT_SYMBOL drivers/misc/tifm_core 0x7f9b55d0 tifm_add_adapter +EXPORT_SYMBOL drivers/misc/tifm_core 0xa55d6bf8 tifm_alloc_adapter +EXPORT_SYMBOL drivers/misc/tifm_core 0xdb4ae4da tifm_alloc_device +EXPORT_SYMBOL drivers/misc/tifm_core 0xdcbd0d1f tifm_free_adapter +EXPORT_SYMBOL drivers/misc/tifm_core 0xf28ae1f8 tifm_eject +EXPORT_SYMBOL drivers/mmc/host/cqhci 0x01fef007 cqhci_resume +EXPORT_SYMBOL drivers/mmc/host/cqhci 0x0321f966 cqhci_init +EXPORT_SYMBOL drivers/mmc/host/cqhci 0x1b422b85 cqhci_pltfm_init +EXPORT_SYMBOL drivers/mmc/host/cqhci 0x3b93460e cqhci_deactivate +EXPORT_SYMBOL drivers/mmc/host/cqhci 0xc1a12430 cqhci_irq +EXPORT_SYMBOL drivers/mmc/host/dw_mmc 0x06214b4d dw_mci_runtime_suspend +EXPORT_SYMBOL drivers/mmc/host/dw_mmc 0x529494e4 dw_mci_remove +EXPORT_SYMBOL drivers/mmc/host/dw_mmc 0x939c2229 dw_mci_runtime_resume +EXPORT_SYMBOL drivers/mmc/host/dw_mmc 0xd6f1bfe4 dw_mci_probe +EXPORT_SYMBOL drivers/mmc/host/of_mmc_spi 0xa958b3fc mmc_spi_put_pdata +EXPORT_SYMBOL drivers/mmc/host/of_mmc_spi 0xe2e672f1 mmc_spi_get_pdata +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0x1e70b38e cfi_read_pri +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0x9d7eb2aa cfi_build_cmd_addr +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0xacaf940a cfi_build_cmd +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0xb339b5d2 cfi_varsize_frob +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0xbc190aea cfi_send_gen_cmd +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0xbd26130c cfi_fixup +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0xf1081d94 cfi_merge_status +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0xff9fa623 cfi_udelay +EXPORT_SYMBOL drivers/mtd/chips/chipreg 0x4c67157b do_map_probe +EXPORT_SYMBOL drivers/mtd/chips/chipreg 0xb214c3df map_destroy +EXPORT_SYMBOL drivers/mtd/chips/chipreg 0xc1c8e7d2 register_mtd_chip_driver +EXPORT_SYMBOL drivers/mtd/chips/chipreg 0xc7f6e099 unregister_mtd_chip_driver +EXPORT_SYMBOL drivers/mtd/chips/gen_probe 0x7bd64a95 mtd_do_chip_probe +EXPORT_SYMBOL drivers/mtd/lpddr/lpddr_cmds 0x8f957550 lpddr_cmdset +EXPORT_SYMBOL drivers/mtd/maps/map_funcs 0x22d8c9e0 simple_map_init +EXPORT_SYMBOL drivers/mtd/mtd 0x2a22891f mtd_concat_destroy +EXPORT_SYMBOL drivers/mtd/mtd 0xdef19bb0 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 0xa9933ae1 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 0x0889fc9d nand_ecc_sw_bch_calculate +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x0aa4a36e nand_ecc_unregister_on_host_hw_engine +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x343886f9 nand_ecc_sw_bch_get_engine +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x35b1fbe6 nand_ecc_sw_bch_cleanup_ctx +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x3f47a0a5 nand_ecc_get_sw_engine +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x57ac9d19 nand_ecc_cleanup_ctx +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x7afd8062 of_get_nand_ecc_user_config +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x7b581ad0 nand_ecc_sw_hamming_correct +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x8f0cd897 nand_ecc_prepare_io_req +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x93120c8a nand_ecc_put_on_host_hw_engine +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x95c70e2d nand_ecc_init_ctx +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x96c40726 nand_ecc_sw_bch_init_ctx +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x97939bb1 nand_ecc_is_strong_enough +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x9cb2aebd nand_ecc_register_on_host_hw_engine +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xa990f225 nand_ecc_finish_io_req +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xabba4eb6 nand_ecc_sw_bch_correct +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xb7ceb054 nand_ecc_get_on_host_hw_engine +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xc0e2550d nand_ecc_get_on_die_hw_engine +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xc8868214 nand_ecc_sw_hamming_cleanup_ctx +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xcbc53e4f nand_ecc_sw_hamming_get_engine +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xe1619b18 nand_ecc_sw_hamming_init_ctx +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xe6db989b ecc_sw_hamming_correct +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xf3e560ee nand_ecc_sw_hamming_calculate +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xff4351b0 ecc_sw_hamming_calculate +EXPORT_SYMBOL drivers/mtd/nand/onenand/onenand 0x36b51477 flexonenand_region +EXPORT_SYMBOL drivers/mtd/nand/onenand/onenand 0x7de0a671 onenand_addr +EXPORT_SYMBOL drivers/mtd/nand/raw/denali 0x0ba4c869 denali_init +EXPORT_SYMBOL drivers/mtd/nand/raw/denali 0x18386c73 denali_remove +EXPORT_SYMBOL drivers/mtd/nand/raw/denali 0x30db096f denali_calc_ecc_bytes +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x0c90c1a3 rawnand_sw_bch_init +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x1429a854 rawnand_sw_hamming_init +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x1b09751c nand_get_set_features_notsupp +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x1f7f4963 nand_scan_with_ids +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x28837079 rawnand_sw_hamming_correct +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x392efc0d rawnand_sw_bch_cleanup +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x3b0fd79e rawnand_sw_bch_correct +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x4c6ed4a7 nand_read_oob_std +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x52852150 nand_monolithic_write_page_raw +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x59da9600 rawnand_dt_parse_gpio_cs +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x720e574b rawnand_sw_hamming_cleanup +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x72aea272 nand_write_page_raw +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x82f24a0c nand_write_oob_std +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x8c231706 nand_create_bbt +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x8e5b69a9 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 0xa85e8b95 rawnand_sw_hamming_calculate +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0xb107feea nand_read_page_raw +EXPORT_SYMBOL drivers/mtd/nand/raw/omap_elm 0x18934b55 elm_config +EXPORT_SYMBOL drivers/mtd/nand/raw/omap_elm 0x25a2dee1 elm_decode_bch_error_page +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x0c14352c arcnet_close +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x0cc00c34 alloc_arcdev +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x1a3356d5 arc_proto_default +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x37d56771 arcnet_unregister_proto +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x4bcf74df arcnet_send_packet +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x58ff8ba1 arc_proto_map +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x602017e9 arc_raw_proto +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x6534792a arcnet_debug +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x83b6b9d6 arcnet_timeout +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x947f2708 arcnet_open +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xacde3087 free_arcdev +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xb2e9a91c arc_bcast_proto +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xecb730b0 arcnet_interrupt +EXPORT_SYMBOL drivers/net/arcnet/com20020 0x81f82816 com20020_check +EXPORT_SYMBOL drivers/net/arcnet/com20020 0xaa862744 com20020_found +EXPORT_SYMBOL drivers/net/arcnet/com20020 0xb0e24ffc com20020_netdev_ops +EXPORT_SYMBOL drivers/net/can/ctucanfd/ctucanfd 0xa052650d ctucan_probe_common +EXPORT_SYMBOL drivers/net/can/ctucanfd/ctucanfd 0xc3f5ed7c ctucan_resume +EXPORT_SYMBOL drivers/net/can/ctucanfd/ctucanfd 0xf0def642 ctucan_suspend +EXPORT_SYMBOL drivers/net/can/dev/can-dev 0x2d5378cc can_ethtool_op_get_ts_info_hwts +EXPORT_SYMBOL drivers/net/can/dev/can-dev 0x6001990b can_eth_ioctl_hwts +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x01ed3359 b53_imp_vlan_setup +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x028dec57 b53_brcm_hdr_setup +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x0c7bcd54 b53_fdb_dump +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x0d3eeba8 b53_phylink_mac_link_up +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x0ec4d19c b53_br_fast_age +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x120fea97 b53_br_set_stp_state +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x14af7e05 b53_br_join +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x3c7fa002 b53_setup_devlink_resources +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x41ad0eb0 b53_vlan_del +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x4d107fbb b53_eee_enable_set +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x4efef312 b53_mdb_del +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x510ed111 b53_get_mac_eee +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x5723bde1 b53_mdb_add +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x57ad1ac7 b53_br_flags_pre +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x5b9aebd2 b53_switch_alloc +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x61e68ba6 b53_fdb_add +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x6852a2c3 b53_phylink_mac_link_down +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x7502ce5a b53_enable_port +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x84d1437d b53_get_ethtool_stats +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xa1b742cf b53_mirror_del +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xa48f9d71 b53_get_sset_count +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xa975e07d b53_br_leave +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xabdd7e93 b53_disable_port +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xacc59978 b53_fdb_del +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xbc0373a2 b53_get_strings +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xc2097c27 b53_vlan_add +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xc76c2ff0 b53_mirror_add +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xd8e1e14c b53_eee_init +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xdaeec5e2 b53_switch_detect +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xe1387050 b53_get_tag_protocol +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xe180ed6b b53_port_event +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xe5f776c7 b53_vlan_filtering +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xe6834115 b53_get_ethtool_phy_stats +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xedb61ef6 b53_configure_vlan +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xfb659acf b53_br_flags +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xfbc6cb13 b53_switch_register +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xfcab6138 b53_set_mac_eee +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xfd117b00 b53_phylink_mac_config +EXPORT_SYMBOL drivers/net/dsa/b53/b53_serdes 0x06e5689a b53_serdes_link_set +EXPORT_SYMBOL drivers/net/dsa/b53/b53_serdes 0x320f4c7f b53_serdes_phylink_get_caps +EXPORT_SYMBOL drivers/net/dsa/b53/b53_serdes 0xf3d04f8b b53_serdes_phylink_mac_select_pcs +EXPORT_SYMBOL drivers/net/dsa/b53/b53_serdes 0xf95ee159 b53_serdes_init +EXPORT_SYMBOL drivers/net/dsa/lan9303-core 0x2283ffdb lan9303_remove +EXPORT_SYMBOL drivers/net/dsa/lan9303-core 0x62bb7c18 lan9303_shutdown +EXPORT_SYMBOL drivers/net/dsa/lan9303-core 0x62f7ea53 lan9303_probe +EXPORT_SYMBOL drivers/net/dsa/lan9303-core 0xada83f40 lan9303_register_set +EXPORT_SYMBOL drivers/net/dsa/microchip/ksz_switch 0x1baad777 ksz_switch_register +EXPORT_SYMBOL drivers/net/dsa/microchip/ksz_switch 0x4bacdd98 ksz_switch_alloc +EXPORT_SYMBOL drivers/net/dsa/microchip/ksz_switch 0xeb67254c ksz_switch_remove +EXPORT_SYMBOL drivers/net/dsa/vitesse-vsc73xx-core 0x112e4bc8 vsc73xx_remove +EXPORT_SYMBOL drivers/net/dsa/vitesse-vsc73xx-core 0x252c204f vsc73xx_shutdown +EXPORT_SYMBOL drivers/net/dsa/vitesse-vsc73xx-core 0x4b145ffb vsc73xx_probe +EXPORT_SYMBOL drivers/net/dsa/vitesse-vsc73xx-core 0x99d242fe vsc73xx_is_addr_valid +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 0x90911485 xrs700x_switch_shutdown +EXPORT_SYMBOL drivers/net/dsa/xrs700x/xrs700x 0xb1ea1bfe 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 0xe9d58939 xrs700x_switch_remove +EXPORT_SYMBOL drivers/net/dsa/xrs700x/xrs700x 0xeec40ef5 xrs700x_switch_register +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x119721ac ei_interrupt +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x1edf03a4 NS8390_init +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x333cff1d ei_open +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x68d2ee65 ei_close +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x7ec2fefc __alloc_ei_netdev +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0xa03996c7 ei_start_xmit +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0xa8ed9e4d ei_set_multicast_list +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0xadc95e3a ei_poll +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0xbf65f671 ei_get_stats +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0xee99c1e0 ei_netdev_ops +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0xf02463cb ei_tx_timeout +EXPORT_SYMBOL drivers/net/ethernet/aquantia/atlantic/atlantic 0x9b089d76 aq_xdp_locking_key +EXPORT_SYMBOL drivers/net/ethernet/broadcom/bnxt/bnxt_en 0x1056e32c bnxt_ulp_probe +EXPORT_SYMBOL drivers/net/ethernet/broadcom/cnic 0x636af174 cnic_unregister_driver +EXPORT_SYMBOL drivers/net/ethernet/broadcom/cnic 0xbcf1e354 cnic_register_driver +EXPORT_SYMBOL drivers/net/ethernet/cavium/common/cavium_ptp 0x864aa456 cavium_ptp_put +EXPORT_SYMBOL drivers/net/ethernet/cavium/common/cavium_ptp 0xf40ed2cb 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 0x0454ea68 cxgb3_queue_tid_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x21b39d1f cxgb3_remove_tid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x2ea29144 cxgb3_ofld_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x3d1dbc77 cxgb3_free_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x3fff5bd0 t3_register_cpl_handler +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x43062ce7 cxgb3_insert_tid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x60a787b0 cxgb3_free_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x7bf5acd4 cxgb3_alloc_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x7d8dbd01 cxgb3_unregister_client +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x99b9e92f dev2t3cdev +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x9f393e65 t3_l2t_send_slow +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xb4d52caf cxgb3_alloc_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xbf4f27eb t3_l2t_send_event +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xcc8c18ec t3_l2e_free +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xce1ba5d4 cxgb3_register_client +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xf7f28c34 t3_l2t_get +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x03c9f4c5 cxgb4_inline_tx_skb +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x0710ad1e cxgb4_l2t_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x0f1a5528 cxgb4_unregister_uld +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x19979f41 cxgb4_update_root_dev_clip +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x246e1b6a cxgb4_create_server +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x2510bf7f cxgb4_crypto_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x2708a4ec cxgb4_free_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x2a68283b cxgb4_l2t_get +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x2cdac51f cxgb4_sync_txq_pidx +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x2f9d8835 cxgb4_read_tpte +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x3379bd8e cxgb4_port_chan +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x378f179a cxgb4_write_partial_sgl +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x400f99ca cxgb4_flush_eq_cache +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x47c84df3 cxgb4_port_viid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x50ee5c07 cxgb4_best_aligned_mtu +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x53d6d64f cxgb4_bar2_sge_qregs +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x544c1dc6 t4_cleanup_clip_tbl +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x5647d5a3 cxgb4_free_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x62a8c995 cxgb4_remove_server +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x64796102 cxgb4_pktgl_to_skb +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x66f482f1 cxgb4_ring_tx_db +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x6e96071c cxgb4_immdata_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x706c67d7 cxgb4_dbfifo_count +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x726db8ec cxgb4_read_sge_timestamp +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x72b3eb2d cxgb4_create_server6 +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x72d4ca15 cxgb4_write_sgl +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x796e1cc7 cxgb4_alloc_sftid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x7c97a622 cxgb4_alloc_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x8b23b2ea cxgb4_l2t_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x8b483503 cxgb4_port_idx +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x91310ecd cxgb4_remove_server_filter +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x92d6f912 cxgb4_get_srq_entry +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xa432144b cxgb4_clip_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xa609d77d cxgb4_ofld_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xa8db193f cxgb4_smt_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xab954437 cxgb4_smt_alloc_switching +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xb78a2b6b cxgb4_alloc_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xb8d8597f cxgb4_get_tcp_stats +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xc059097c cxgb4_l2t_alloc_switching +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xc1f084a2 cxgb4_create_server_filter +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xc46644a1 cxgb4_port_e2cchan +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xc9022178 cxgb4_map_skb +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xd55c0e2c cxgb4_remove_tid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xd69a0294 cxgb4_best_mtu +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xe7e0b23f cxgb4_reclaim_completed_tx +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xe87e5f4f cxgb4_iscsi_init +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xea4b28a8 cxgb4_check_l2t_valid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xea5ab54a cxgb4_select_ntuple +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xfa4e9039 cxgb4_clip_get +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xfa68becc cxgb4_register_uld +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0x12c91936 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 0x28921d6e cxgb_find_route6 +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0x4b9dbbff cxgbi_ppm_init +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0x7e55848d cxgb_find_route +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0xc2802f66 cxgbi_ppm_make_ppod_hdr +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0xc57a5247 cxgbi_ppm_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0xde66923e cxgbi_ppm_ppods_reserve +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x1e9e3d04 vnic_dev_unregister +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x27e53a27 vnic_dev_get_pdev +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x4f69bd45 vnic_dev_get_res_count +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x588a7f13 vnic_dev_register +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x9b3d5940 vnic_dev_get_res +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0xedff9877 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 0xb23c032c be_roce_unregister_driver +EXPORT_SYMBOL drivers/net/ethernet/emulex/benet/be2net 0xf3ce6836 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 0xa7335895 dpaa2_ptp +EXPORT_SYMBOL drivers/net/ethernet/freescale/enetc/fsl-enetc-ierb 0xbe0ee798 enetc_ierb_register_pf +EXPORT_SYMBOL drivers/net/ethernet/freescale/enetc/fsl-enetc-ptp 0x5431a304 enetc_phc_index +EXPORT_SYMBOL drivers/net/ethernet/fungible/funcore/funcore 0x1477c39a fun_dev_enable +EXPORT_SYMBOL drivers/net/ethernet/fungible/funcore/funcore 0x78a39d16 fun_reserve_irqs +EXPORT_SYMBOL drivers/net/ethernet/fungible/funcore/funcore 0xbd9c4e58 fun_dev_disable +EXPORT_SYMBOL drivers/net/ethernet/fungible/funcore/funcore 0xe29b133d fun_release_irqs +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns/hnae 0x304e2b08 hnae_get_handle +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns/hnae 0x465508f1 hnae_reinit_handle +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns/hnae 0xa948bb5c hnae_ae_register +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns/hnae 0xb1266858 hnae_register_notifier +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns/hnae 0xc5d99052 hnae_put_handle +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns/hnae 0xdf24adef hnae_unregister_notifier +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns/hnae 0xffa159d5 hnae_ae_unregister +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns/hns_dsaf 0xc331b25d hns_dsaf_roce_reset +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns3/hnae3 0x0d888dbd hnae3_unregister_ae_algo +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns3/hnae3 0x1c2bb040 hnae3_unregister_ae_algo_prepare +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns3/hnae3 0x2653d21d hnae3_register_ae_algo +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns3/hnae3 0x3720ee24 hnae3_unregister_ae_dev +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns3/hnae3 0x6ca302e3 hnae3_register_client +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns3/hnae3 0x79b9c311 hnae3_set_client_init_flag +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns3/hnae3 0x9929fb34 hnae3_unregister_client +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns3/hnae3 0xc2aa17f3 hnae3_register_ae_dev +EXPORT_SYMBOL drivers/net/ethernet/intel/iavf/iavf 0x3b906967 iavf_unregister_client +EXPORT_SYMBOL drivers/net/ethernet/intel/iavf/iavf 0xf5ca11d1 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 0x0655f2aa otx2_mbox_get_rsp +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0x13dbb228 __traceiter_otx2_msg_interrupt +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0x1b0bfd39 otx2_mbox_alloc_msg_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 0x3deaecd0 otx2_mbox_check_rsp_msgs +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0x3f452dd9 __traceiter_otx2_msg_alloc +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0x49286d3c __tracepoint_otx2_msg_alloc +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0x4bee6609 otx2_reply_invalid_msg +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0x4d90631b __tracepoint_otx2_msg_interrupt +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 0x6c2d2ce9 otx2_mbox_init +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0x8f772a3f otx2_mbox_id2name +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0x92e8ba1a __otx2_mbox_reset +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0x9571b36f otx2_mbox_destroy +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0xaeb6bfec otx2_mbox_msg_send +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0xb150b38c __tracepoint_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 0xe950627a otx2_mbox_reset +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0xef63a13c __traceiter_otx2_msg_process +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0xfde245cc otx2_mbox_busy_poll_for_rsp +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0xfecdfa8a otx2_mbox_nonempty +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0xff53ce3e otx2_mbox_regions_init +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0xff936897 otx2_mbox_wait_for_rsp +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x03f42a08 mbox_handler_nix_lf_alloc +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x12387f49 otx2_detach_resources +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x157a90f7 otx2_ioctl +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x258c3fdd otx2_txschq_config +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x330e01d7 otx2_shutdown_tc +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x3479d77a otx2_set_real_num_queues +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x3c8af34c mbox_handler_msix_offset +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x48f9869f otx2_get_max_mtu +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x4afd1554 otx2_init_tc +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x50fe51f9 otx2_tx_timeout +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x6aa4224a otx2_get_mac_from_af +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x75be2f23 otx2_open +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x7646e107 otx2_setup_tc +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x76e861f1 otx2_attach_npa_nix +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x8090bd74 mbox_handler_npa_lf_alloc +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x84e15aec otx2_get_maxflows +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x8825caaa otx2_sq_append_skb +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x88548fb4 cn10k_lmtst_init +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x8daf1039 otx2_config_hwtstamp +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x917c2245 mbox_handler_nix_bp_enable +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x91ffd3b3 otx2_mcam_flow_del +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x984d7da1 mbox_handler_nix_txsch_alloc +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x9d9f184a otx2_set_mac_address +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x9e705e93 otx2_config_pause_frm +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x9ff7c72f otx2_mbox_up_handler_cgx_link_event +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0xa01739aa otx2_smq_flush +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0xa1493174 otx2_stop +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0xb69e4a73 otx2_alloc_mcam_entries +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0xbab012ab otx2vf_set_ethtool_ops +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0xc16436a2 otx2vf_mcam_flow_init +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0xc1e9b378 otx2_mbox_up_handler_mcs_intr_notify +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0xd0e2603b otx2_tc_alloc_ent_bitmap +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0xdac5a947 otx2_nix_config_bp +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0xdc9239f8 otx2_handle_ntuple_tc_features +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0xf0c3bb5e otx2_get_stats64 +EXPORT_SYMBOL drivers/net/ethernet/marvell/prestera/prestera 0x5e1ae26a prestera_device_register +EXPORT_SYMBOL drivers/net/ethernet/marvell/prestera/prestera 0xcbed6680 prestera_device_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x14746b11 mlx4_get_slave_port_state +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1c600753 mlx4_get_cpu_rmap +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1eefdff7 mlx4_eq_get_irq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x22dd7724 mlx4_ALLOCATE_VPP_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3005101f mlx4_SET_MCAST_FLTR +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3092f4a9 mlx4_max_tc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3423cbe4 mlx4_SET_PORT_BEACON +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x43f7a90d mlx4_get_parav_qkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x50f8c556 mlx4_SET_PORT_PRIO2TC +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5362f396 mlx4_put_slave_node_guid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5ae6051e mlx4_SET_PORT_general +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5be000f1 set_and_calc_slave_port_state +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x606efde8 mlx4_gen_pkey_eqe +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6215166f mlx4_get_slave_node_guid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6b9579e3 mlx4_ALLOCATE_VPP_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x76c4d692 mlx4_get_roce_gid_from_slave +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x79361001 mlx4_is_slave_active +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 0x889742bb mlx4_sync_pkey_table +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8994c291 mlx4_gen_guid_change_eqe +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x97075962 mlx4_tunnel_steer_add +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9dbcbce1 mlx4_assign_eq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa029f36c mlx4_is_eq_vector_valid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa270362c mlx4_get_slave_pkey_gid_tbl_len +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa526605b mlx4_get_slave_from_roce_gid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xae0ad0be mlx4_get_is_vlan_offload_disabled +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb0d2fdf0 mlx4_gen_slaves_port_mgt_ev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb0ef3425 mlx4_SET_PORT_VXLAN +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb4e0b9f9 mlx4_SET_PORT_qpn_calc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb77ef028 mlx4_test_async +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb844cd91 mlx4_SET_PORT_SCHEDULER +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xba7f90bc set_phv_bit +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xbeed2eec mlx4_SET_VPORT_QOS_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc1cad5cb mlx4_is_eq_shared +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd6c623b2 mlx4_query_diag_counters +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd9579b54 get_phv_bit +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xdffcfde4 mlx4_test_interrupt +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe2bea179 mlx4_get_eqs_per_port +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe79215e5 mlx4_get_module_info +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf14da741 mlx4_gen_port_state_change_eqe +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf417bd41 mlx4_release_eq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf7aff81b mlx4_SET_PORT_user_mtu +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf993b180 mlx4_SET_VPORT_QOS_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xfc3a7515 mlx4_SET_PORT_fcs_check +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xfe88c326 mlx4_SET_PORT_user_mac +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x00ffa398 mlx5_debug_qp_add +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0202f224 mlx5_core_destroy_psv +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x02700d9b mlx5_debugfs_get_dev_root +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0359c916 mlx5_alloc_bfreg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x03f16ec6 mlx5_eswitch_add_send_to_vport_rule +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x06c0092f mlx5_create_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x07babd78 mlx5_cmd_init_async_ctx +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0ac410ca mlx5_fs_add_rx_underlay_qpn +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x13d565c7 mlx5_del_flow_rules +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x14db6282 mlx5_core_modify_sq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x14f044fd mlx5_core_query_sq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1665d0f2 mlx5_notifier_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x171fdfa6 mlx5_eswitch_uplink_get_proto_dev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1b01a044 mlx5_eswitch_unregister_vport_reps +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1b0afe0c mlx5_rsc_dump_next +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 0x1c9e5f99 mlx5_eq_disable +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1e38486c __tracepoint_mlx5_fs_add_ft +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x208cccfe mlx5_core_roce_gid_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x20ac4f85 mlx5_vf_get_core_dev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2113e4ab mlx5_eswitch_get_proto_dev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x22bce683 __tracepoint_mlx5_fs_del_fte +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x23bb3f50 mlx5_create_flow_table +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x244ea5ba mlx5_eq_enable +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x270f182c mlx5_lag_mode_is_hash +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x278a764c mlx5_get_flow_namespace +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x28f6a63b mlx5_cmd_exec_cb +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2b82e3aa mlx5_lag_is_shared_fdb +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2b9b93f9 mlx5_cmd_create_vport_lag +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2c730d6f mlx5_mpfs_add_mac +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2e0b8f8c mlx5_debug_qp_remove +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2f88450d mlx5_eq_create_generic +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x31c4c87f mlx5_vector2eqn +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x32fc77d1 __tracepoint_mlx5_fs_del_rule +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x338767de mlx5_put_uars_page +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x34119d1d mlx5_cmd_exec_polling +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 0x3597379a mlx5_rl_is_in_range +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x37dcc69b mlx5_sriov_blocking_notifier_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3958eda2 mlx5_vf_put_core_dev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3da4e880 mlx5_lag_query_cong_counters +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3dce3207 mlx5_packet_reformat_alloc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3ee29a1a mlx5_rl_remove_rate_raw +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x422dbdaf mlx5_fpga_mem_read +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4272e5ec mlx5_core_modify_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x49720527 mlx5_packet_reformat_dealloc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4c89fb50 mlx5_core_destroy_rq +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 0x4dc57473 mlx5_rl_add_rate +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x556177be mlx5_lag_get_peer_mdev +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 0x5890f13c mlx5_fc_create +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x597b7993 mlx5_core_create_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5c1e8826 mlx5_comp_vectors_count +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 0x5e7da59b mlx5_lag_get_roce_netdev +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 0x61afbcb9 mlx5_get_uars_page +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6378c1dd mlx5_fpga_get_sbu_caps +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6482eeea __traceiter_mlx5_fs_del_rule +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6693aec9 mlx5_core_attach_mcg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x674d5068 mlx5_lag_is_roce +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x67c2e207 mlx5_free_bfreg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x689ac3f1 mlx5_sriov_blocking_notifier_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x692ecb8c mlx5_comp_irq_get_affinity_mask +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x69804d8b mlx5_core_create_rq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6cdb300f mlx5_eswitch_vport_rep +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6d2c0fc8 mlx5_eswitch_get_vport_metadata_for_set +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 0x77ecc719 mlx5_cmd_check +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 0x7ccac9ad mlx5_nic_vport_disable_roce +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7fd57d14 mlx5_core_dealloc_pd +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7fd709fe __tracepoint_mlx5_fs_add_fg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x82d5fffa mlx5_eq_notifier_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x837656d2 mlx5_rsc_dump_cmd_create +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x84d293f4 mlx5_eq_update_ci +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x85645fbf mlx5_core_create_rqt +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x872e7c67 __tracepoint_mlx5_fs_add_rule +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 0x895b498c mlx5_fc_destroy +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8a3758c4 mlx5_core_create_mkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8a3e9860 __traceiter_mlx5_fs_set_fte +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x90529bba mlx5_core_query_vendor_id +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9117a6a5 mlx5_cmd_destroy_vport_lag +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x96eb2c99 mlx5_fc_id +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9711cf10 mlx5_eswitch_get_core_dev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9c64acb5 mlx5_eq_destroy_generic +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9d6135dc __SCK__tp_func_mlx5_fs_del_ft +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9f386be8 mlx5_rdma_rn_get_params +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa3dc6e3b mlx5_core_create_tir +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa479e4f5 __traceiter_mlx5_fs_del_fte +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa85e04b7 mlx5_flow_table_id +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa9dd4409 mlx5_core_destroy_rqt +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 0xac280227 mlx5_core_create_tis +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xacb4af28 mlx5_lag_is_active +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xacf076e3 mlx5_rl_remove_rate +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xad407346 mlx5_core_alloc_pd +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xad442e78 __traceiter_mlx5_fw +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 0xadeebd3d mlx5_core_destroy_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb18cc530 mlx5_qp_debugfs_cleanup +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb205299f mlx5_rl_add_rate_raw +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 0xb32867ad mlx5_core_destroy_tis +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb44a28cc mlx5_query_ib_port_oper +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb4af1866 mlx5_eswitch_get_vport_metadata_for_match +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb6b42be2 mlx5_fs_remove_rx_underlay_qpn +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb72cffaf __tracepoint_mlx5_fs_del_ft +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb8fb0e6b mlx5_core_destroy_tir +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb9201958 mlx5_fpga_mem_write +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 0xbb475e47 __tracepoint_mlx5_fs_set_fte +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xbbf77672 mlx5_fc_query +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xbbfdbc91 mlx5_eswitch_reg_c1_loopback_enabled +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xbef391c1 mlx5_lag_get_num_ports +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc05bed7c mlx5_lag_is_master +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc158f2d4 mlx5_core_modify_tis +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc6f4a6cc mlx5_lag_get_slave_port +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc971b394 mlx5_core_dealloc_transport_domain +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xca0363cf mlx5_get_fdb_sub_ns +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xcb30e70a mlx5_core_create_psv +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xcb898b48 mlx5_cmd_cleanup_async_ctx +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 0xcc617f1a mlx5_core_detach_mcg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xcc9c8c4e mlx5_core_query_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd015bba4 __traceiter_mlx5_fs_add_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 0xd27d202c mlx5_fpga_sbu_conn_destroy +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd32f346b mlx5_notifier_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd6c3be3d __tracepoint_mlx5_fs_del_fg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd9b80aeb mlx5_mpfs_del_mac +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd9f8bff2 mlx5_modify_header_alloc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xddcad216 mlx5_core_modify_cq_moderation +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe04e4acb mlx5_core_modify_rq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe0656cb4 mlx5_core_query_rq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe0e23394 mlx5_eswitch_register_vport_reps +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe27cbe37 mlx5_eq_notifier_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe4e09c2b __tracepoint_mlx5_fw +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe5ad0cad mlx5_create_lag_demux_flow_table +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe64a5c7e mlx5_cmd_out_err +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe78009be mlx5_qp_debugfs_init +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe7dc12c1 mlx5_fpga_sbu_conn_sendmsg +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 0xebe6f668 mlx5_core_alloc_transport_domain +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xecd837bc mlx5_core_query_mkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xeea692d4 mlx5_debugfs_root +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf342c650 mlx5_eswitch_vport_match_metadata_enabled +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf5b1d6f7 mlx5_cmd_exec +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf5ef6a0a mlx5_eswitch_get_encap_mode +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf5fa67e1 mlx5_is_roce_on +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf64bf66a mlx5_lag_is_sriov +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf8533746 mlx5_core_destroy_mkey +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 0xf8ff09eb mlx5_add_flow_rules +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf9c3a6ee mlx5_fpga_sbu_conn_create +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xfba94e4c mlx5_cmd_do +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xfc34de33 mlx5_eq_get_eqe +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 0xfeb5f866 mlx5_modify_header_dealloc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxfw/mlxfw 0xc4d702d9 mlxfw_firmware_flash +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x0137f952 mlxsw_afk_values_add_buf +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 0x0b4979e3 mlxsw_core_bus_device_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x0ca34ccf mlxsw_core_max_ports +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x0d0129fc mlxsw_afa_block_append_qos_ecn +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x0e81c09c mlxsw_afk_destroy +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x0f4a209d mlxsw_core_read_utc_sec +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x14d6ca2e mlxsw_env_set_module_power_mode +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x14e17bb4 mlxsw_linecards_event_ops_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x15801382 mlxsw_afk_key_info_put +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x16f4221d mlxsw_core_irq_event_handler_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x19fa5852 mlxsw_core_flush_owq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x1cb8f858 mlxsw_reg_trans_query +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x202693f0 mlxsw_afa_block_cur_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x23eddc68 mlxsw_core_cpu_port_init +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x261e5a3f mlxsw_env_get_module_eeprom +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x2c68ced3 mlxsw_core_read_frc_h +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x2f303cd3 mlxsw_afa_block_append_qos_dsfield +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x383bc49a mlxsw_afa_block_append_qos_dscp +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x3b72a66b mlxsw_core_ptp_transmitted +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x3d689e90 mlxsw_core_driver_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x4036254f mlxsw_linecards_event_ops_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x43a9b87e mlxsw_afa_block_terminate +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x47041e4e mlxsw_afk_key_info_blocks_count_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x4765b9f0 mlxsw_core_res_valid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x484489a4 mlxsw_cmd_exec +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x4866767a mlxsw_env_get_module_eeprom_by_page +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x49ec8a06 mlxsw_afa_block_append_police +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x4a558271 mlxsw_env_get_module_power_mode +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x4efe80c2 mlxsw_core_skb_receive +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 0x5a939205 mlxsw_afk_values_add_u32 +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 0x64b35517 mlxsw_core_trap_state_set +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 0x65e16da4 mlxsw_afk_key_info_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x67954d41 mlxsw_env_get_module_info +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 0x749556a2 mlxsw_afk_key_info_subset +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x75339042 mlxsw_core_lag_mapping_clear +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x77d83398 mlxsw_core_read_frc_l +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x7b0bfeec mlxsw_core_port_fini +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x7e08c6e0 mlxsw_core_event_listener_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x827a2f1f mlxsw_afa_block_jump +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x829e8851 mlxsw_afa_block_first_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x83fb69af mlxsw_core_lag_mapping_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x84d773a1 mlxsw_core_driver_unregister +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 0x8c0840c0 mlxsw_env_reset_module +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x902c3533 mlxsw_core_schedule_dw +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x996c5d6d mlxsw_reg_trans_bulk_wait +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x9c9861c4 mlxsw_core_trap_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x9cbf026d mlxsw_afa_destroy +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x9e41f494 mlxsw_afk_encode +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 0xa98b002e mlxsw_core_rx_listener_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xac1074a5 mlxsw_core_skb_transmit_busy +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xb512f94f mlxsw_afa_create +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 0xba05b3b0 mlxsw_core_emad_string_tlv_enable +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 0xc09ba7f6 mlxsw_afa_block_append_mirror +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xc17777a5 mlxsw_core_skb_transmit +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 0xccb8d8fd mlxsw_core_traps_unregister +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 0xd8000b5b mlxsw_core_trap_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 0xdeab0691 mlxsw_afk_create +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 0xe2c10707 mlxsw_core_rx_listener_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xe344c95f mlxsw_core_traps_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 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 0xf1f287bc mlxsw_core_port_devlink_port_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xf82bdc70 mlxsw_core_lag_mapping_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xfd15fe2b mlxsw_core_port_netdev_link +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 0x09fae81a mlxsw_i2c_driver_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_i2c 0xc369ac7b mlxsw_i2c_driver_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_pci 0x84ba7854 mlxsw_pci_driver_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_pci 0x8a77e0bb mlxsw_pci_driver_register +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x00433f77 ocelot_port_mdb_del +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x066b0a02 ocelot_get_ts_info +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x081d5c73 ocelot_set_ageing_time +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x0c69fdc4 ocelot_vcap_filter_add +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x0c84d37f ocelot_get_max_mtu +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x0dac86eb ocelot_port_txtstamp_request +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x149752ce ocelot_deinit +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x18a6e447 ocelot_mact_learn +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x19453204 vsc7514_vcap_is1_keys +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x197f90d7 ocelot_port_get_stats64 +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 0x30dfb78f ocelot_sb_occ_port_pool_get +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x33149f36 ocelot_policer_validate +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x38d7a209 ocelot_drain_cpu_queue +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x3ba68d4b ocelot_xtr_poll_frame +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x3bf1b79e ocelot_sb_pool_set +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x3f25197d ocelot_port_bridge_join +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x419513e0 ocelot_get_txtstamp +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x4271543f vsc7514_vcap_es0_keys +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x42796619 ocelot_init_port +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x447bf674 ocelot_deinit_timestamp +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x45fb33c6 ocelot_port_pre_bridge_flags +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x4df8cadc ocelot_init +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x4fe609dc ocelot_ptp_gettime64 +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x5047668f ocelot_port_lag_change +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x55962b3d ocelot_vlan_prepare +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x58669363 ocelot_port_set_maxlen +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x5904c15b ocelot_get_strings +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x5c833c8a ocelot_ptp_settime64 +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x5e96b2bd ocelot_get_sset_count +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x619b18ce ocelot_sb_port_pool_get +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x61b8a023 ocelot_vlan_del +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x65114899 ocelot_devlink_sb_register +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x69a958a7 ocelot_port_inject_frame +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x6f1743b4 ocelot_mrp_del +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x71f8aa48 ocelot_port_vlan_filtering +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x72527b70 ocelot_sb_tc_pool_bind_get +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x7705f90c ocelot_ptp_adjfine +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x77f17bb5 ocelot_port_bridge_flags +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x782fc867 ocelot_vcap_filter_replace +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x7a8cbc22 ocelot_hwstamp_get +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x7b423f78 ocelot_vcap_policer_del +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x80a00dbc ocelot_mact_learn_streamdata +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x80a75405 vsc7514_vcap_is2_keys +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x8108dc6d ocelot_deinit_port +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x83946ad4 ocelot_sb_occ_snapshot +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x85ab536f ocelot_sb_occ_max_clear +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x87f0a1d3 ocelot_can_inject +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x8b45b132 ocelot_port_policer_del +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x8b8f49ad ocelot_sb_tc_pool_bind_set +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x8ef51d4b ocelot_port_policer_add +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x90cbb220 vsc7514_vcap_is2_actions +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x92db3bee ocelot_mrp_del_ring_role +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x9381969d vsc7514_ana_regmap +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x93fbac05 ocelot_init_timestamp +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x95d9cb4d ocelot_sb_pool_get +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x96d1ab6c ocelot_devlink_sb_unregister +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x9d442141 vsc7514_rew_regmap +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xa0c19df0 ocelot_port_mdb_add +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xa47da536 ocelot_vlan_add +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xa7a47925 ocelot_mact_forget +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xa8413d7e vsc7514_sys_regmap +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xa899a2e6 ocelot_ptp_rx_timestamp +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xab01ff32 ocelot_hwstamp_set +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xb027014d ocelot_vcap_filter_del +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xb0ea412f ocelot_sb_occ_tc_port_bind_get +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xb30c4b92 vsc7514_ptp_regmap +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xb5b594b4 ocelot_port_bridge_leave +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xbb2867e0 ocelot_get_ethtool_stats +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xbba17367 vsc7514_qsys_regmap +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xbd77d581 ocelot_ptp_adjtime +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xbf48ddc1 vsc7514_qs_regmap +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xbf7738a1 ocelot_bridge_stp_state_set +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xc2a8ac20 ocelot_fdb_del +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xc2d88dba ocelot_fdb_dump +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xc4a3762e ocelot_port_lag_leave +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xc66b4a8d ocelot_port_lag_join +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xce351188 ocelot_mrp_add +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xceed5e7e vsc7514_dev_gmii_regmap +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 0xd65fed71 ocelot_sb_port_pool_set +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xd687a545 vsc7514_vcap_es0_actions +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xda32cd1a ocelot_mrp_add_ring_role +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xdcfc29dc ocelot_ptp_enable +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xe08f90b5 ocelot_mact_lookup +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xe60f6440 ocelot_ptp_verify +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xea1b5ac9 vsc7514_vcap_regmap +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xeb556b83 ocelot_fdb_add +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xecaa97fb vsc7514_vcap_is1_actions +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xfbcdcebc ocelot_vcap_policer_add +EXPORT_SYMBOL drivers/net/ethernet/qlogic/qed/qed 0x0c292d47 qed_get_fcoe_ops +EXPORT_SYMBOL drivers/net/ethernet/qlogic/qed/qed 0x4ba3f62d qed_get_eth_ops +EXPORT_SYMBOL drivers/net/ethernet/qlogic/qed/qed 0x4f264472 qed_put_iscsi_ops +EXPORT_SYMBOL drivers/net/ethernet/qlogic/qed/qed 0x7b224a81 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 0xa2dada14 qed_get_iscsi_ops +EXPORT_SYMBOL drivers/net/ethernet/qlogic/qede/qede 0x33e30922 qede_rdma_unregister_driver +EXPORT_SYMBOL drivers/net/ethernet/qlogic/qede/qede 0x74905ee9 qede_rdma_register_driver +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x0c9204c6 wx_disable_pcie_master +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x2d5d53e2 wx_check_flash_load +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x45d0c960 wx_control_hw +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x6cd357be wx_set_rar +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x91a40621 wx_clear_rar +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x9871e8b3 wx_reset_hostif +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x999600e4 wx_get_pcie_msix_counts +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x99a4e30a wx_reset_misc +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x9afd6d2d wx_init_rx_addrs +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xa9c2891e wx_disable_rx +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xb1b3265c wx_read_ee_hostif +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xc1ac59e3 wx_mng_present +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xc21ba36f wx_init_eeprom_params +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xcf7ff6dd wx_get_mac_addr +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xd0d007d9 wx_read_ee_hostif_buffer +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xd67655bf wx_stop_adapter +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xe3de7f44 wx_sw_init +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xfb8aaced wx_host_interface_command +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0x2534a35d hdlcdrv_arbitrate +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0x3364137e hdlcdrv_unregister +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0x36cef08c hdlcdrv_receiver +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0xa6020736 hdlcdrv_register +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0xea2ea87b hdlcdrv_transmitter +EXPORT_SYMBOL drivers/net/mdio 0x3e17f466 mdio_set_flag +EXPORT_SYMBOL drivers/net/mdio 0x60443957 mdio45_probe +EXPORT_SYMBOL drivers/net/mdio 0x63e0fee5 mdio45_links_ok +EXPORT_SYMBOL drivers/net/mdio 0x7e8fabde mdio45_ethtool_ksettings_get_npage +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 0x2e50f5b9 cavium_mdiobus_write +EXPORT_SYMBOL drivers/net/mdio/mdio-cavium 0x5ecee0db cavium_mdiobus_read +EXPORT_SYMBOL drivers/net/mdio/mdio-mscc-miim 0x67d83fe9 mscc_miim_setup +EXPORT_SYMBOL drivers/net/mdio/mdio-xgene 0x16e11b9a xgene_mdio_wr_mac +EXPORT_SYMBOL drivers/net/mdio/mdio-xgene 0x3c03abd3 xgene_mdio_rgmii_read +EXPORT_SYMBOL drivers/net/mdio/mdio-xgene 0x446fed2d xgene_mdio_rd_mac +EXPORT_SYMBOL drivers/net/mdio/mdio-xgene 0x94f47372 xgene_mdio_rgmii_write +EXPORT_SYMBOL drivers/net/mdio/mdio-xgene 0xae62eb7d xgene_enet_phy_register +EXPORT_SYMBOL drivers/net/phy/bcm-phy-lib 0x015c289a bcm54xx_auxctl_write +EXPORT_SYMBOL drivers/net/ppp/pppox 0x2d98bb9e pppox_ioctl +EXPORT_SYMBOL drivers/net/ppp/pppox 0x354fd36b register_pppox_proto +EXPORT_SYMBOL drivers/net/ppp/pppox 0x4381b4c2 pppox_unbind_sock +EXPORT_SYMBOL drivers/net/ppp/pppox 0x5ed177d7 pppox_compat_ioctl +EXPORT_SYMBOL drivers/net/ppp/pppox 0xe0ff7a18 unregister_pppox_proto +EXPORT_SYMBOL drivers/net/sungem_phy 0xc8f034e7 sungem_phy_probe +EXPORT_SYMBOL drivers/net/team/team 0x0813cb8e team_mode_unregister +EXPORT_SYMBOL drivers/net/team/team 0x1c37cd21 team_options_change_check +EXPORT_SYMBOL drivers/net/team/team 0x1ebe89a4 team_mode_register +EXPORT_SYMBOL drivers/net/team/team 0x30f0ccf8 team_options_register +EXPORT_SYMBOL drivers/net/team/team 0x3b4d8251 team_modeop_port_change_dev_addr +EXPORT_SYMBOL drivers/net/team/team 0x41112938 team_options_unregister +EXPORT_SYMBOL drivers/net/team/team 0x9a669716 team_option_inst_set_change +EXPORT_SYMBOL drivers/net/team/team 0xab60e856 team_modeop_port_enter +EXPORT_SYMBOL drivers/net/usb/usbnet 0x1de133b6 usbnet_link_change +EXPORT_SYMBOL drivers/net/usb/usbnet 0x36d7a3af usbnet_manage_power +EXPORT_SYMBOL drivers/net/usb/usbnet 0x6d5eaf5c usbnet_device_suggests_idle +EXPORT_SYMBOL drivers/net/wan/hdlc 0x04f76b01 hdlc_start_xmit +EXPORT_SYMBOL drivers/net/wan/hdlc 0x0b03874e register_hdlc_protocol +EXPORT_SYMBOL drivers/net/wan/hdlc 0x16eee092 alloc_hdlcdev +EXPORT_SYMBOL drivers/net/wan/hdlc 0x1c896a33 attach_hdlc_protocol +EXPORT_SYMBOL drivers/net/wan/hdlc 0x37951cfa hdlc_close +EXPORT_SYMBOL drivers/net/wan/hdlc 0x37a40112 hdlc_ioctl +EXPORT_SYMBOL drivers/net/wan/hdlc 0x461c65f2 hdlc_open +EXPORT_SYMBOL drivers/net/wan/hdlc 0x52180bac unregister_hdlc_device +EXPORT_SYMBOL drivers/net/wan/hdlc 0x6a62afa5 detach_hdlc_protocol +EXPORT_SYMBOL drivers/net/wan/hdlc 0xe995d71f unregister_hdlc_protocol +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x0b1ab353 ath_regd_get_band_ctl +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x108b188f ath_is_49ghz_allowed +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x2d74b4e3 ath_hw_keyreset +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x4571aea8 ath_is_world_regd +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x5cc12122 ath_hw_keysetmac +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x64831968 ath_key_delete +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x6a5feb83 ath_rxbuf_alloc +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x71f54af7 ath_regd_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x7f95052d ath_hw_get_listen_time +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x86e183e4 dfs_pattern_detector_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x8a6da819 ath_key_config +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x8d9c9153 ath_printk +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x98c07838 ath_is_mybeacon +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 0xc741c1a1 ath_hw_cycle_counters_update +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xcd4227a6 ath_hw_setbssidmask +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xf9a1831d ath_reg_notifier_apply +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x00f84a1f ath10k_ce_cancel_send_next +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x015e5db2 ath10k_debug_mask +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x027f8c91 ath10k_ce_dump_registers +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x1042ef97 ath10k_ce_per_engine_service +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x12756291 ath10k_core_register +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x14240e58 ath10k_core_napi_sync_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x17cf6e72 ath10k_ce_enable_interrupt +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x19e1a9bc ath10k_core_start +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x1c5a85ff ath10k_ce_revoke_recv_next +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x1f08f818 ath10k_htc_process_trailer +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x21c665e7 ath10k_core_stop +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x2b79f504 ath10k_core_start_recovery +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x2e0223b6 ath10k_ce_completed_recv_next_nolock +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x3b069c23 ath10k_htt_txrx_compl_task +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x3ca56f29 ath10k_ce_send_nolock +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x3f9ea49b ath10k_ce_enable_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x41f26aa3 ath10k_coredump_new +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x45ee4c92 ath10k_core_fetch_board_file +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x47f87866 ath10k_ce_free_pipe +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x4fcaf437 ath10k_htt_hif_tx_complete +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x512fb624 ath10k_ce_alloc_pipe +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x5336ebf9 ath10k_core_check_dt +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x56b50676 ath10k_htc_notify_tx_completion +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x5aa05f30 ath10k_ce_free_rri +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x5becd670 ath10k_core_unregister +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x5cd907e6 ath10k_ce_init_pipe +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x5e15fc2a ath10k_ce_send +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x60b841a9 ath10k_core_create +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x67b0a85a ath10k_ce_completed_send_next_nolock +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x6878351a ath10k_print_driver_info +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x6d5a53fc ath10k_htc_rx_completion_handler +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x6dbe0560 ath10k_htt_rx_hl_indication +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x6ec8f690 ath10k_coredump_get_mem_layout +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x72f206c3 ath10k_htt_rx_pktlog_completion_handler +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x7a68c46e ath10k_ce_disable_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x812515e3 ath10k_core_napi_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x851b0b0d ath10k_bmi_read_memory +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x8ac68458 ath10k_mac_tx_push_pending +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x907af27e ath10k_ce_disable_interrupt +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x91a03e6e ath10k_info +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x95cfc210 __ath10k_ce_send_revert +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x972828af ath10k_ce_per_engine_service_any +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x97aa0cd8 __ath10k_ce_rx_num_free_bufs +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x9b11b18c ath10k_ce_completed_recv_next +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xa04f7dd7 ath10k_ce_rx_update_write_idx +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xa1e4849a __tracepoint_ath10k_log_dbg +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xb2d57f34 ath10k_ce_deinit_pipe +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xbaf1113f ath10k_err +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xbe97f14e ath10k_htt_t2h_msg_handler +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xbfe7ed3b ath10k_core_destroy +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xc7eb7b84 ath10k_ce_completed_send_next +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xcdeefa00 ath10k_ce_alloc_rri +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xd77d601a ath10k_ce_num_free_src_entries +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xdd747422 ath10k_core_free_board_files +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xdfe14a9a ath10k_warn +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xec766211 ath10k_htc_tx_completion_handler +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xf81f9e85 ath10k_ce_rx_post_buf +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xfad6a8b5 ath10k_bmi_start +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x0d4b512d ath11k_pcic_init_msi_config +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x17a7b4ea ath11k_debugfs_soc_destroy +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x2685a8d2 ath11k_hal_srng_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x28697bad ath11k_ce_get_shadow_config +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x312cada0 ath11k_core_suspend +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x3a4b3f93 ath11k_err +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x454e1ff1 ath11k_pcic_start +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x46d7b5e9 ath11k_pcic_read32 +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x512eb419 ath11k_ce_free_pipes +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x526ff49d ath11k_pcic_get_ce_msi_idx +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x563213fe ath11k_ce_get_attr_flags +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x5bd410c6 ath11k_core_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x606a5b5a __tracepoint_ath11k_log_dbg +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x60babda9 ath11k_core_resume +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x6b6babde ath11k_core_alloc +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x6d8e681c ath11k_pcic_write32 +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x81b04b13 ath11k_core_free +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x82910192 ath11k_pci_enable_ce_irqs_except_wake_irq +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x8354e840 ath11k_pcic_get_msi_address +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x90844f82 ath11k_pcic_ce_irq_disable_sync +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x99dd8826 ath11k_pcic_get_user_msi_assignment +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x9b473e33 ath11k_ce_rx_post_buf +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x9c51bcc4 ath11k_debug_mask +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xa1f10b79 ath11k_pcic_ce_irqs_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xa6363728 ath11k_warn +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xa64ebe23 ath11k_pcic_config_irq +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xabefb81d ath11k_pci_disable_ce_irqs_except_wake_irq +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xac1debb1 ath11k_ce_cleanup_pipes +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xae98e77c ath11k_pcic_stop +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xbd9d16c9 ath11k_info +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xc01c6861 ath11k_qmi_deinit_service +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xc302648c ath11k_ce_per_engine_service +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xc61fa3f8 ath11k_hal_srng_deinit +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xccdfb801 ath11k_pcic_ext_irq_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xdc46efed ath11k_core_pre_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xe05aa88f ath11k_pcic_register_pci_ops +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xe2f1ecaa ath11k_pcic_free_irq +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xe77b9fbc ath11k_pcic_ext_irq_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xe84897bd ath11k_pcic_map_service_to_pipe +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xebd51b12 ath11k_pcic_read +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xf0197188 ath11k_cold_boot_cal +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xf2af4d8d ath11k_core_deinit +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xf4a6eb73 ath11k_dp_service_srng +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xfb281b53 ath11k_ce_alloc_pipes +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x1354043d ath6kl_warn +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x33f60270 ath6kl_core_create +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x3502feef ath6kl_info +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x3d0f2cea ath6kl_read_tgt_stats +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x6a820bfa ath6kl_core_tx_complete +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x6b23a945 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 0x9da4a1f1 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 0xbee880ce ath6kl_cfg80211_suspend +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xc54ddc7e ath6kl_hif_intr_bh_handler +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xc565b45b ath6kl_cfg80211_resume +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xcb798dfd ath6kl_core_cleanup +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xd1249411 ath6kl_core_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xf633e5a6 ath6kl_stop_txrx +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x05424faf ath9k_cmn_update_txpow +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x10497af3 ath9k_cmn_get_channel +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x199fabf7 ath9k_cmn_beacon_config_adhoc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x1ca8b7ce ath9k_cmn_rx_accept +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x1f9cd682 ath9k_cmn_debug_recv +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x2714deaf ath_cmn_process_fft +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x29b41b06 ath9k_cmn_beacon_config_ap +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x41aae67b ath9k_cmn_debug_stat_rx +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x543d22db ath9k_cmn_spectral_deinit_debug +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x61b662a9 ath9k_cmn_beacon_config_sta +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x7016c4c4 ath9k_cmn_process_rate +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xa04ec475 ath9k_cmn_setup_ht_cap +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xa195225a ath9k_cmn_spectral_scan_config +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xa54182d0 ath9k_cmn_get_hw_crypto_keytype +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xb3362d87 ath9k_cmn_spectral_init_debug +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xc3700c8f ath9k_cmn_debug_modal_eeprom +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xc3b7e480 ath9k_cmn_reload_chainmask +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xd2981357 ath9k_cmn_count_streams +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xd66de911 ath9k_cmn_process_rssi +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xd6bc01de ath9k_cmn_init_crypto +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xd96c8178 ath9k_cmn_init_channels_rates +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xdf9899d7 ath9k_cmn_debug_base_eeprom +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xe2861031 ath9k_cmn_spectral_scan_trigger +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xea8bafe1 ath9k_cmn_rx_skb_postprocess +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xfdbb0092 ath9k_cmn_debug_phy_err +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x00a8a8f5 ath9k_hw_enable_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x01354aff ar9003_mci_set_bt_version +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x01c6501f ath9k_hw_addrxbuf_edma +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x02d3420d ar9003_hw_bb_watchdog_dbg_info +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x031ce7d8 ath9k_hw_setup_statusring +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x03bc3db2 ath9k_hw_ani_monitor +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x06a5d294 ar9003_paprd_is_done +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x06a78611 ar9003_mci_setup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0c5ba0a7 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 0x109341db ath9k_hw_beaconq_setup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x12497073 ar9003_paprd_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x174b3721 ath9k_hw_btcoex_deinit +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x18e46bf6 ath9k_hw_phy_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x1a9a2113 ath9k_hw_loadnf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x1cac45c2 ath9k_hw_wait +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x1da32159 ath9k_hw_btcoex_set_concur_txprio +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x211e3711 ath9k_hw_check_nav +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x2176bef8 ath9k_hw_set_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x25c237bd ath9k_hw_stop_dma_queue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x28b0f7a6 ath9k_hw_kill_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x2ac588b6 ath9k_hw_resettxqueue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x302c7d4a ath9k_hw_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x30cf29bc ath9k_hw_setrxabort +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x33eacc28 ath9k_hw_stopdmarecv +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x377f2f0a ath9k_hw_gpio_get +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x38e5bfec ar9003_mci_state +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x3c3ea02c ath_gen_timer_free +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x3dd3ca38 ath9k_hw_gettsf64 +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x44e56265 ath9k_hw_settsf64 +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x4751caa3 ar9003_mci_get_next_gpm_offset +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x494bb54c ath9k_hw_set_tsfadjust +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x49d3f67f ath9k_hw_disable_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x4d4656bf ath9k_hw_puttxbuf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x4f2e243a ath9k_hw_setuptxqueue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x505fbbb1 ar9003_get_pll_sqsum_dvc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x557e5181 ath9k_hw_gen_timer_start +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x55d660e6 ath9k_hw_gettxbuf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x57f508af ar9003_hw_bb_watchdog_check +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x580be4ba ath9k_hw_txstart +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x58e6a1cd ath9k_hw_reset +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x59536124 ath9k_hw_releasetxqueue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x5afbd87f ath9k_hw_computetxtime +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x5e85cb1f ath9k_hw_btcoex_set_weight +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x615c0daf ath9k_hw_set_rx_bufsize +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x61802e65 ath9k_hw_gen_timer_stop +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x61a7042c ath9k_hw_gpio_request_out +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6334bd14 ath9k_hw_btcoex_bt_stomp +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6343c8d7 ath9k_hw_disable_mib_counters +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x67cba8db ar9003_mci_send_wlan_channels +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x68bcfe33 ath9k_hw_set_txpowerlimit +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6c4e6f3d ath9k_hw_intrpend +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x717135ec ath9k_hw_process_rxdesc_edma +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x72fb6994 ath9k_hw_deinit +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x7c078534 ath9k_hw_init_btcoex_hw +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x7e088b7a ar9003_mci_get_interrupt +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x7e8312d8 ath9k_hw_wow_apply_pattern +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x7e8fc4f9 ath9k_hw_reset_calvalid +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x7eb4534f ath9k_hw_setantenna +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x7f30f77e ar9003_mci_send_message +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x831a33ef ath9k_hw_check_alive +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x855c832f ath9k_hw_gpio_free +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x86dc91f0 ath_gen_timer_alloc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x88428152 ar9003_mci_cleanup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x8ffdeb1e ath9k_hw_btcoex_init_scheme +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x959a6cab ath9k_hw_setrxfilter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x994c826f ath9k_hw_getrxfilter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x9cd109fa ath9k_hw_updatetxtriglevel +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x9fa95897 ath9k_hw_setopmode +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x9fc82ce6 ar9003_paprd_init_table +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa6a0dfc1 ath9k_hw_set_tx_filter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa706d18d ath9k_hw_set_sta_beacon_timers +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa8ce1d39 ath9k_hw_btcoex_init_3wire +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xaab7d29b ath9k_hw_set_txq_props +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xadcf9f76 ath9k_hw_set_gpio +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb3c1b2bc ath9k_hw_beaconinit +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb43f0297 ath9k_hw_startpcureceive +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc002c17c ar9003_hw_disable_phy_restart +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc3250d2d ath9k_hw_reset_tsf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc3594463 ath9k_hw_putrxbuf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc35c0803 ath9k_hw_btcoex_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc457e841 ath9k_hw_gettsf32 +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc694b08f ath9k_hw_btcoex_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xcabdaabd ath9k_hw_name +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xccd273e9 ath9k_hw_setpower +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xcd9f84ad ath_gen_timer_isr +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xcfbfe295 ath9k_hw_getchan_noise +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd123be2f ath9k_hw_get_txq_props +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd507128a ath9k_hw_wow_wakeup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd59c6358 ath9k_hw_btcoex_init_mci +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd5d7cb4b ath9k_hw_getnf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd76a189b ath9k_hw_abort_tx_dma +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd8010569 ath9k_hw_wow_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd81bdad0 ath9k_hw_resume_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xda49d1a2 ar9003_paprd_setup_gain_table +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xdadf7f2e ath9k_hw_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xdbcbcf6b ath9k_hw_bstuck_nfcal +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xdf3b2c8f ar9003_is_paprd_enabled +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xe2eb7ed1 ar9003_paprd_populate_single_table +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xe626f614 ath9k_hw_rxprocdesc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xeb73a107 ar9003_paprd_create_curve +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf0e49e8e ath9k_hw_write_associd +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf38cc3fa ath9k_hw_gpio_request_in +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf60b0015 ath9k_hw_btcoex_init_2wire +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf6c18d55 ath9k_hw_abortpcurecv +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xfc019714 ath9k_hw_setuprxdesc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xfdb224d2 ath9k_hw_init_global_settings +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xffd281c6 ath9k_hw_numtxpending +EXPORT_SYMBOL drivers/net/wireless/atmel/atmel 0x0097b642 atmel_open +EXPORT_SYMBOL drivers/net/wireless/atmel/atmel 0x9a8d45f6 init_atmel_card +EXPORT_SYMBOL drivers/net/wireless/atmel/atmel 0xe0e9c788 stop_atmel_card +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x0eee1f64 brcmu_pktq_mlen +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x1906648e brcmu_boardrev_str +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x393bc50c brcmu_pktq_pflush +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x3ccc8f7f brcmu_pktq_peek_tail +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x6bd42b39 brcmu_pktq_mdeq +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0xa0eed235 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 0xa9c4d8f1 brcmu_pktq_pdeq_tail +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0xadb723d3 brcmu_pkt_buf_get_skb +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0xcd707f7e 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 0xe5a2cd80 brcmu_pktq_penq +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0xe7eaecfa brcmu_pktq_flush +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0xf1e99e2a brcmu_pktq_penq_head +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0xfc01445d brcmu_pktq_pdeq_match +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0xff854c7f brcmu_pktq_init +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x1f808043 alloc_libipw +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x2793cbd0 libipw_is_valid_channel +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x3db85e5c libipw_wx_get_encodeext +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x3dcc1106 libipw_channel_to_index +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x4aaead26 free_libipw +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x54764af0 libipw_get_channel +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x5ef9ad77 libipw_wx_set_encode +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x6996d23f libipw_rx +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x7d8b423f libipw_set_geo +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x8178269f libipw_wx_get_encode +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x93726ea8 libipw_wx_get_scan +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x98812fad libipw_xmit +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x9b223229 libipw_get_channel_flags +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0xcac4e734 libipw_rx_mgt +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0xd74dbbee libipw_get_geo +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0xd8812dad libipw_wx_set_encodeext +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0xd88c8438 libipw_channel_to_freq +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0xd9c2dfde libipw_networks_age +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0xe293060d libipw_txb_free +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0xfaa013c0 libipw_freq_to_channel +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x0129ba5b il_get_passive_dwell_time +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x0155b106 il_free_txq_mem +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x01949dda il_full_rxon_required +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x0298c001 il_cancel_scan_deferred_work +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x06a8c528 il_update_stats +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x09165671 il_alloc_txq_mem +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x0ad1ba04 il_get_active_dwell_time +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x0cd12f97 il_poll_bit +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x13d7473e _il_poll_bit +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x1484097b il_set_rxon_hwcrypto +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x16f14327 il_eeprom_query_addr +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x18c8c022 il_set_tx_power +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x19f6364d il_hdl_error +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x1d217df1 il_eeprom_init +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x1e75c752 il_irq_handle_error +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x1e96a652 il_cmd_queue_unmap +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x222832ec il_send_cmd_pdu +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x27464846 il_tx_cmd_protection +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x29750670 il_clear_ucode_stations +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x2a7efe5b il_send_cmd_pdu_async +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x2bf7eea6 il_queue_space +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x3149b7ae il_setup_scan_deferred_work +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x33b17a4b il_hdl_pm_sleep +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x33ec6e56 il_usecs_to_beacons +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x34e5ce32 il_apm_init +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x3cfb3093 il_mac_bss_info_changed +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x3daa257f il_rx_queue_alloc +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x3f3dc677 il_apm_stop +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x40ba12b3 il_mac_sta_remove +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x416bd26a il_debug_level +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x42979cb5 il_is_ht40_tx_allowed +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x4498a329 il_get_free_ucode_key_idx +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x48124bf0 il_eeprom_query16 +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x4d12c840 il_cmd_queue_free +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x4d5beb43 il_tx_queue_unmap +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x4e2a097f il_send_bt_config +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x4e50dd0f il_send_add_sta +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x4ecfaf6f il_dbgfs_register +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x59bad447 il_leds_exit +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x5a5b2591 il_send_cmd +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x5e82b64e il_set_bit +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x65a6f560 il_free_channel_map +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x66584042 il_power_update_mode +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x66921897 il_mac_conf_tx +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x70ec779b il_hdl_spectrum_measurement +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x729fd756 il_set_rxon_ht +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x81ba88d8 il_mac_hw_scan +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x82b4a39b il_power_initialize +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x833c3f7a il_tx_queue_init +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x86817a72 il_mac_flush +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x87664030 il_restore_stations +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x8843a1ba il_rx_queue_update_write_ptr +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x89f38016 il_clear_bit +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x8b939ea7 il_mac_change_interface +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x8d7aa297 il_set_decrypted_flag +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x90b8d048 il_scan_cancel_timeout +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x90bbcd38 il_wr_prph +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x9187f283 il_add_beacon_time +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x941f4a0c il_free_geos +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x96bd952a il_rx_queue_space +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x97a6dee0 il_chswitch_done +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x9847a317 il_init_channel_map +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x9be1e191 il_mac_reset_tsf +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x9cc714af il_bg_watchdog +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x9e3b183e _il_apm_stop +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xa3a53a28 il_mac_config +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xa465bb7a il_send_stats_request +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xa87fc5db il_set_rate +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xa95e4e0c il_eeprom_free +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xaefc1878 il_send_rxon_timing +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xb05a9697 il_add_station_common +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xb0b0035f il_dbgfs_unregister +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xb65510a3 il_get_cmd_string +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xb6a67383 il_get_single_channel_number +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xb7bd33ff il_isr +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xb96fa5fd il_tx_queue_free +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xbb7d2eab il_check_rxon_cmd +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xbf128bad il_setup_rx_scan_handlers +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xbf6e65fd il_send_cmd_sync +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xc190073e il_setup_watchdog +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xc29784a1 il_set_flags_for_band +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xc41708d0 il_pm_ops +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xc4a1e046 il_leds_init +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xc6d6f240 il_send_lq_cmd +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xc9331213 il_write_targ_mem +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xc93d47bd il_set_rxon_channel +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xcedf4a48 il_init_geos +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xd2b92d8d il_connection_init_rx_config +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xd4304dd8 il_hdl_pm_debug_stats +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xd90a2efb il_mac_add_interface +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xd9f608a1 il_get_lowest_plcp +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xdf4ac900 il_tx_queue_reset +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xdff5e9b0 il_hdl_csa +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xe4ef3400 il_get_channel_info +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xe9478e09 il_fill_probe_req +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xea30f6b2 il_init_scan_params +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xec80d1b6 il_read_targ_mem +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xed3d1415 il_rd_prph +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xeeff79fe il_mac_remove_interface +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xf23c5c91 il_tx_cmd_complete +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xf70a693b il_bcast_addr +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xf9137ce9 il_scan_cancel +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xfeb8b520 il_force_reset +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xfeee4d9f il_txq_update_write_ptr +EXPORT_SYMBOL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x32c0f8bc __traceiter_iwlwifi_dev_ucode_event +EXPORT_SYMBOL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x35d30519 __traceiter_iwlwifi_dev_ucode_wrap_event +EXPORT_SYMBOL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x36a862e9 __tracepoint_iwlwifi_dev_ucode_event +EXPORT_SYMBOL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x3d23c104 __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 0x7088a679 __traceiter_iwlwifi_dev_ucode_cont_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 0xa2e30bbb iwl_trans_pcie_remove +EXPORT_SYMBOL drivers/net/wireless/intel/iwlwifi/iwlwifi 0xaaafbd3e __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 0x01bd6dc4 hostap_info_init +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x06b50bdc hostap_init_data +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x103e891a hostap_get_porttype +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x23d3d726 hostap_set_word +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x246bb0ac hostap_remove_proc +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x32d770e4 hostap_init_ap_proc +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x4a696067 hostap_check_sta_fw_version +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x4f2699fd hostap_80211_rx +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x75934c58 hostap_set_multicast_list_queue +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x78d87a3d hostap_info_process +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x79813317 hostap_master_start_xmit +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x7f064e77 hostap_set_hostapd_sta +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x7fb75891 hostap_dump_rx_header +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x842ba831 hostap_set_encryption +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x85aef81c hostap_set_roaming +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x89d0b23e hostap_free_data +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x89ea2210 hostap_80211_ops +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xb4b77c8b hostap_80211_get_hdrlen +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xb828b69d hostap_set_string +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xbca53f42 hostap_set_hostapd +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xc420c09e hostap_add_interface +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xc8c8eebd hostap_init_proc +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xcdd10802 hostap_handle_sta_tx_exc +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xd2a85ebc hostap_remove_interface +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xe4333c19 hostap_setup_dev +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xe82c9aa0 hostap_set_auth_algs +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xe961d8eb prism2_update_comms_qual +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xed877326 hostap_set_antsel +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xf91c03e2 hostap_dump_tx_header +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x068f483b orinoco_if_del +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x0f02b058 orinoco_change_mtu +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x11a4cb47 __orinoco_ev_rx +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x1475285f orinoco_down +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x1617dadf orinoco_open +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x20b68c78 orinoco_stop +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x3462af63 orinoco_process_xmit_skb +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x35806535 free_orinocodev +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x62dea560 orinoco_set_multicast_list +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x67b26013 __orinoco_ev_info +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x7b4b41da orinoco_tx_timeout +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0xa74c2dc5 hermes_struct_init +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0xbfd1daa2 orinoco_if_add +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0xeeb91382 orinoco_up +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0xf00fdd93 orinoco_init +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0xfef1b018 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 0xf8de9b3d mt76_wcid_key_setup +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/btcoexist/btcoexist 0x21c1a925 rtl_btc_get_ops_pointer +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x0614d4ce rtl92c_phy_lc_calibrate +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x0adf2d60 rtl92c_phy_ap_calibrate +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x0e59cd96 rtl92c_download_fw +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x16125f9e _rtl92c_phy_set_rf_sleep +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x1773c490 rtl92c_phy_update_txpower_dbm +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x18035d49 _rtl92c_phy_rf_serial_write +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x1cf72e29 rtl92ce_phy_set_rf_on +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x21a760a0 rtl92c_dm_init_rate_adaptive_mask +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 0x28dd12ea rtl92c_firmware_selfreset +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x30834b21 rtl92c_dm_init +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x3406a563 rtl92c_phy_set_txpower_level +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x3afbf19c rtl92c_bt_rssi_state_change +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x3c905207 _rtl92c_store_pwrindex_diffrate_offset +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x446020c9 rtl92c_phy_set_io +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x456d1e01 rtl8192_phy_check_is_legal_rfpath +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x479ce206 rtl92c_phy_set_bw_mode +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x4bc0f0c1 rtl92c_phy_query_bb_reg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x4e7655c0 rtl92c_dm_write_dig +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x5371c2df rtl92c_phy_rf_config +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x6355fea1 rtl92c_dm_check_txpower_tracking +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x6754aaa3 _rtl92c_phy_fw_rf_serial_write +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x760bfd43 _rtl92c_phy_init_bb_rf_register_definition +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x90c9801f rtl92c_set_fw_joinbss_report_cmd +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x91a5fbdc _rtl92c_phy_txpwr_idx_to_dbm +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x939ddd1a _rtl92c_phy_bb8192c_config_parafile +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x9cca496e _rtl92c_phy_dbm_to_txpwr_idx +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xa249c7ad _rtl92c_phy_rf_serial_read +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xa6ec88c4 rtl92c_set_fw_pwrmode_cmd +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xb80adbf5 rtl92c_phy_set_bb_reg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xc3b7be49 rtl92c_fill_h2c_cmd +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xcfd74e7b rtl92c_phy_set_rfpath_switch +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xd5ccdb3d rtl92c_dm_watchdog +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xdaa82b36 rtl92c_dm_bt_coexist +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xdb0b4bcc rtl92c_phy_sw_chnl_callback +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xdbefd14e rtl92c_phy_sw_chnl +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xdd65f7f4 rtl92c_set_fw_rsvdpagepkt +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xe72ca5fb rtl92c_dm_init_edca_turbo +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xef10ea2f rtl92c_dm_rf_saving +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xef54a844 _rtl92c_phy_fw_rf_serial_read +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xf8c67085 rtl92c_phy_set_io_cmd +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xfca15c70 rtl92c_phy_iq_calibrate +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_pci 0x3149455e rtl_pci_resume +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_pci 0x507424db rtl_pci_disconnect +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_pci 0x70c56b4c rtl_pci_suspend +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_pci 0xf9f35b3a rtl_pci_probe +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_usb 0x2bb7080d rtl_usb_suspend +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_usb 0x41dac2ca rtl_usb_disconnect +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_usb 0xe5083b2c rtl_usb_resume +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_usb 0xf54de8bb rtl_usb_probe +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x01305929 rtl_signal_scale_mapping +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x0253dce6 rtl_hal_pwrseqcmdparsing +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x0b038e24 channel5g_80m +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x0ffaf4bd rtl_dm_diginit +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x15078417 rtl_cam_reset_all_entry +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x17dc8814 rtl_bb_delay +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x1b945315 rtl_addr_delay +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x22f8260e 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 0x39102ce0 rtl_get_tcb_desc +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x3c66c58b efuse_power_switch +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x4fb14065 rtl_efuse_shadow_map_update +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x5389d801 rtl_init_rfkill +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x54824f58 channel5g +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x5c501239 rtl_cam_mark_invalid +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x64fa617e rtl_cam_empty_entry +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x67396a43 rtl_ps_enable_nic +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x6927a417 rtlwifi_rate_mapping +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x84bc66a7 rtl_ps_disable_nic +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x854047dc rtl_rx_ampdu_apply +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x89d6e8fe rtl_cam_add_one_entry +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x8ea60059 rtl_fw_cb +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x91262753 rtl_process_phyinfo +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xa3aac207 rtl_cam_del_entry +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xa3eadd31 rtl_cmd_send_packet +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xac9766c3 rtl_collect_scan_list +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xae794078 efuse_one_byte_read +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xc7395488 rtl_send_smps_action +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xe2431996 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 0xec5919fc rtl_phy_scan_operation_backup +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xed7c8cf2 rtl_evm_db_to_percentage +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xef4a82ac efuse_shadow_read +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xf337fa35 rtl_rfreg_delay +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xfae0fcfd efuse_read_1byte +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xfd7815dd rtl_mrate_idx_to_arfr_id +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xfd9dabe3 rtl_c2hcmd_enqueue +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_8723d 0x8575d23d rtw8723d_hw_spec +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_8821c 0x18b5a5b0 rtw8821c_hw_spec +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_8822b 0x6e95a88f rtw8822b_hw_spec +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_8822c 0x8157c3b1 rtw8822c_hw_spec +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x0100abf2 rtw_bf_set_gid_table +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x03ae01f4 rtw_coex_read_indirect_reg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x050dd051 rtw_phy_read_rf_sipi +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x05e115b2 rtw_restore_reg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x09489432 rtw_tx_report_enqueue +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x0b1c87de rtw_phy_read_rf +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x141804de rtw_dump_fw +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x17f4ed58 rtw_phy_pwrtrack_get_delta +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x28be4c41 rtw_phy_pwrtrack_need_lck +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x2cb6e85d rtw_parse_tbl_txpwr_lmt +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x30f19904 rtw_parse_tbl_phy_cond +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 0x37afeb35 rtw_bf_enable_bfee_su +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x3d8ba535 rtw_regd_get +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 0x47d564a3 rtw_phy_cfg_bb +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x4d3415dd rtw_phy_cfg_mac +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x518b8dd2 rtw_unregister_hw +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x519c8ba9 rtw_rate_size +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x53e2de32 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 0x5951c6a1 rtw_power_mode_change +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x5b557481 rtw_fw_do_iqk +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x61c5f6c1 rtw_dump_reg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x6662f8f8 rtw_phy_write_rf_reg_sipi +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x6be74523 rtw_phy_set_tx_power_level +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x7717ac73 rtw_tx_fill_tx_desc +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x7a49c7c9 rtw_phy_write_rf_reg_mix +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x7d02552d rtw_phy_pwrtrack_need_iqk +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x7ea1034f rtw_parse_tbl_bb_pg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x8a2800bd rtw_chip_info_setup +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x8a4ad9f4 rtw_bf_phy_init +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x8a6ca1c2 rtw_rx_fill_rx_status +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x8c4a564c rtw_phy_pwrtrack_thermal_changed +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x910471ce rtw_phy_init +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x91d7eb83 rtw_tx_write_data_h2c_get +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x9ab99b8e rtw_register_hw +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xa5c6f34c rtw_tx_write_data_rsvd_page_get +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xb46a9637 rtw_rx_stats +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xb4d5abb4 rtw_phy_cfg_rf +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xb67e0ae2 rtw_phy_pwrtrack_get_pwridx +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xb8abf9db check_hw_ready +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xb8e005fc rtw_phy_parsing_cfo +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xbc731a90 rtw_bf_enable_bfee_mu +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xc14de0de rtw_phy_set_edcca_th +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xc1c07c98 rtw_set_channel_mac +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xcd7572c5 rtw_coex_write_indirect_reg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xcf23afa4 rtw_read8_physical_efuse +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xd07f57d3 rtw_phy_config_swing_table +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xd6c731fd __rtw_dbg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xd6db25e7 rtw_fw_inform_rfk_status +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xdb7327bb rtw_phy_get_tx_power_index +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xdd4821b7 rtw_bf_cfg_csi_rate +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xe0cd3755 rtw_phy_pwrtrack_avg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xe134a345 rtw_fw_c2h_cmd_isr +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xea008de4 rtw_phy_load_tables +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xf017bc13 rtw_bf_remove_bfee_mu +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xf07871b8 rtw_ops +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xf55a3434 rtw_core_init +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xf5fe874b rtw_fw_c2h_cmd_rx_irqsafe +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xf65b3c8e rtw_bf_remove_bfee_su +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xf7872c76 rtw_coex_write_scbd +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xfd71228a rtw_phy_cfg_agc +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xffc46fb3 rtw_set_rx_freq_band +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_pci 0x4010831c rtw_pci_remove +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_pci 0x8f0fcac2 rtw_pci_shutdown +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_pci 0xb68ea690 rtw_pci_probe +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_pci 0xba9acc62 rtw_pm_ops +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_usb 0x625eed1a rtw_usb_disconnect +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_usb 0xe583e1ab rtw_usb_probe +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_8852a 0x78e91026 rtw8852a_chip_info +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_8852b 0x0f77c2d6 rtw8852b_chip_info +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_8852c 0x94d28eb9 rtw8852c_chip_info +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x06738b20 rtw89_mac_cfg_gnt +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x0aae2b56 rtw89_mac_size +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x0c0de109 rtw89_mac_enable_bb_rf +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x0cfd5b1c rtw89_free_ieee80211_hw +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x13b35776 rtw89_phy_read_rf +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x1d5dff95 __rtw89_debug +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x1df1b765 rtw89_phy_write32_idx +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x1ec186b2 rtw89_core_query_rxdesc +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x21c4863a rtw89_mac_stop_sch_tx +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x224adb5b rtw89_alloc_ieee80211_hw +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x2806e098 rtw89_chip_info_setup +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x2892791b rtw89_rfk_parser +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x2bbcb066 rtw89_core_deinit +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x2d307eec rtw89_phy_write_reg3_tbl +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x34bd59dd rtw89_core_unregister +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x3a225538 rtw89_mac_write_xtal_si +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x3c4d0b0f rtw89_core_napi_deinit +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x41177f10 rtw89_btc_set_policy_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x43757b35 rtw89_core_napi_start +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x51a1eb71 rtw89_mac_coex_init_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x520bb340 rtw89_ser_notify +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x5663970e rtw89_phy_config_rf_reg_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x6343c041 rtw89_phy_set_txpwr_offset +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x6477a121 rtw89_mac_cfg_ctrl_path_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x64a51607 rtw89_mac_cfg_gnt_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x696609ca rtw89_core_fill_txdesc +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x6cbe9185 rtw89_phy_read_rf_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x6d4d6ab6 rtw89_core_rx +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x741e6f15 rtw89_core_napi_stop +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x75910d6b rtw89_mac_disable_bb_rf +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x76d72991 rtw89_phy_set_txpwr_limit_ru +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x7804217a rtw89_fw_h2c_dctl_sec_cam_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x7835da56 rtw89_phy_set_txpwr_limit +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x7bc682bc rtw89_mac_coex_init +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x7ec83564 rtw89_core_napi_init +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x8684ea4a rtw89_phy_load_txpwr_byrate +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x880cad8f rtw89_mac_get_err_status +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x952a4ab2 rtw89_core_fill_txdesc_fwcmd_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x9639f285 rtw89_btc_ntfy_wl_rfk +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x9b4b41d1 rtw89_phy_read32_idx +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x9bb8f5b1 rtw89_phy_get_txsc +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x9c5aac5c rtw89_fw_h2c_rf_ntfy_mcc +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x9f72d1ad rtw89_mac_cfg_ctrl_path +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xa364bb06 rtw89_core_register +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xba7e08a5 rtw89_mac_get_txpwr_cr +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xc68974cf rtw89_phy_set_txpwr_byrate +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xd2680bc4 rtw89_mac_stop_sch_tx_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xd4051c2a rtw89_phy_write_rf +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xd49f6aa3 rtw89_ops +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xd87efa92 rtw89_mac_read_xtal_si +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xdebeee61 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 0xe5d3dfe8 rtw89_mac_resume_sch_tx +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xea786704 rtw89_mac_resume_sch_tx_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xec63498f rtw89_core_init +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xf3c0ee44 rtw89_phy_write_rf_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xf7b9d836 rtw89_btc_set_policy +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xfa1027bc rtw89_phy_read_txpwr_limit +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xfb4c8989 rtw89_core_fill_txdesc_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xfddf04f5 rtw89_mac_set_err_status +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xfe13fb60 rtw89_phy_tssi_ctrl_set_bandedge_cfg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x070e9ca6 rtw89_pci_ltr_set_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x183d6ec5 rtw89_pci_remove +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x1abfc80d rtw89_pci_disable_intr +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x40f9c5f6 rtw89_pci_fill_txaddr_info_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x46aad448 rtw89_pci_fill_txaddr_info +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x6ed64955 rtw89_pci_recognize_intrs +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x6ee10bd4 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 0x73c25b6a rtw89_pci_enable_intr +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x7c814d4f rtw89_pm_ops +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x7ff7c86d rtw89_pci_config_intr_mask +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 0xbe658ea3 rtw89_pci_recognize_intrs_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0xdc94bba9 rtw89_pci_enable_intr_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0xdd80ad37 rtw89_pci_ltr_set +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0xe5d4b23d rtw89_pci_disable_intr_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0xecba4c5a 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 0x6aa6e571 rsi_config_wowlan +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0x02d009fd wlcore_tx_complete +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0x2f1de048 wl12xx_is_dummy_packet +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0xd681c7f0 wl1271_free_tx_id +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0xf72c018f wlcore_calc_packet_alignment +EXPORT_SYMBOL drivers/nfc/fdp/fdp 0x619b6d01 fdp_nci_probe +EXPORT_SYMBOL drivers/nfc/fdp/fdp 0xe59924b9 fdp_nci_remove +EXPORT_SYMBOL drivers/nfc/microread/microread 0x7c3bfb66 microread_remove +EXPORT_SYMBOL drivers/nfc/microread/microread 0xd8e62f90 microread_probe +EXPORT_SYMBOL drivers/nfc/nxp-nci/nxp-nci 0x53efa5b1 nxp_nci_fw_recv_frame +EXPORT_SYMBOL drivers/nfc/nxp-nci/nxp-nci 0x5568e3cd nxp_nci_probe +EXPORT_SYMBOL drivers/nfc/nxp-nci/nxp-nci 0xd979a66b nxp_nci_remove +EXPORT_SYMBOL drivers/nfc/pn533/pn533 0x8c73cbba pn533_recv_frame +EXPORT_SYMBOL drivers/nfc/pn544/pn544 0x95c76023 pn544_hci_probe +EXPORT_SYMBOL drivers/nfc/pn544/pn544 0xbd72f7cb pn544_hci_remove +EXPORT_SYMBOL drivers/nfc/s3fwrn5/s3fwrn5 0x2d52d701 s3fwrn5_probe +EXPORT_SYMBOL drivers/nfc/s3fwrn5/s3fwrn5 0x3c4c9256 s3fwrn5_phy_power_ctrl +EXPORT_SYMBOL drivers/nfc/s3fwrn5/s3fwrn5 0x68def90e s3fwrn5_recv_frame +EXPORT_SYMBOL drivers/nfc/s3fwrn5/s3fwrn5 0x774203fc s3fwrn5_phy_set_wake +EXPORT_SYMBOL drivers/nfc/s3fwrn5/s3fwrn5 0x8b2f886e s3fwrn5_remove +EXPORT_SYMBOL drivers/nfc/s3fwrn5/s3fwrn5 0xedb12f10 s3fwrn5_phy_set_mode +EXPORT_SYMBOL drivers/nfc/s3fwrn5/s3fwrn5 0xf2ab60da s3fwrn5_phy_get_mode +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0x0e9ab854 ndlc_recv +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0x23d7faae ndlc_send +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0x2d45bb7c ndlc_remove +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0x9442ce93 ndlc_probe +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0x9907dd2d ndlc_open +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0xa16b7b72 ndlc_close +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0xb6354fd0 st_nci_se_deinit +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0xcb6c9700 st_nci_se_init +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0xd50fc877 st_nci_vendor_cmds_init +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0xd74b9053 st_nci_se_io +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x0609d8a0 st21nfca_dep_init +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x0a38ab4f st21nfca_dep_event_received +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x0db0b19f st21nfca_im_send_atr_req +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x10ed8683 st21nfca_apdu_reader_event_received +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x167afe33 st21nfca_im_send_dep_req +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x1e841fad st21nfca_connectivity_event_received +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x2232eb7e st21nfca_hci_remove +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x22a60217 st21nfca_dep_deinit +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x2deb49c9 st21nfca_hci_enable_se +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x45c97538 st21nfca_se_deinit +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x5a05a3a6 st21nfca_hci_se_io +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x6b0651ae st21nfca_hci_discover_se +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x86e16b19 st21nfca_se_init +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x9da9987e st21nfca_hci_disable_se +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0xb5911004 st21nfca_vendor_cmds_init +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0xbf108c18 st21nfca_hci_probe +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0xebe7b436 st21nfca_tm_send_dep_res +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0xed2fe6a8 st21nfca_hci_loopback_event_received +EXPORT_SYMBOL drivers/ntb/ntb 0x0799dba0 ntb_register_device +EXPORT_SYMBOL drivers/ntb/ntb 0x09e18739 ntb_link_event +EXPORT_SYMBOL drivers/ntb/ntb 0x177d16d2 __ntb_register_client +EXPORT_SYMBOL drivers/ntb/ntb 0x25347333 ntb_msi_peer_addr +EXPORT_SYMBOL drivers/ntb/ntb 0x2897a2e5 ntb_msi_peer_trigger +EXPORT_SYMBOL drivers/ntb/ntb 0x43e280a6 ntb_default_peer_port_number +EXPORT_SYMBOL drivers/ntb/ntb 0x70748dd3 ntb_default_port_number +EXPORT_SYMBOL drivers/ntb/ntb 0x7e49950e ntb_default_peer_port_count +EXPORT_SYMBOL drivers/ntb/ntb 0x91840682 ntbm_msi_free_irq +EXPORT_SYMBOL drivers/ntb/ntb 0x94ff3298 ntb_msi_clear_mws +EXPORT_SYMBOL drivers/ntb/ntb 0x95b6d73d ntb_db_event +EXPORT_SYMBOL drivers/ntb/ntb 0x973c12d0 ntb_msg_event +EXPORT_SYMBOL drivers/ntb/ntb 0x9a16741a ntb_msi_setup_mws +EXPORT_SYMBOL drivers/ntb/ntb 0xa3337a90 ntb_default_peer_port_idx +EXPORT_SYMBOL drivers/ntb/ntb 0xc17e0856 ntb_unregister_client +EXPORT_SYMBOL drivers/ntb/ntb 0xc70107c0 ntb_msi_init +EXPORT_SYMBOL drivers/ntb/ntb 0xe462d9dd ntb_set_ctx +EXPORT_SYMBOL drivers/ntb/ntb 0xe5a4f093 ntb_clear_ctx +EXPORT_SYMBOL drivers/ntb/ntb 0xeecad5c3 ntb_unregister_device +EXPORT_SYMBOL drivers/ntb/ntb 0xff5818a7 ntbm_msi_request_threaded_irq +EXPORT_SYMBOL drivers/nvdimm/nd_btt 0x32e26e8f nvdimm_namespace_attach_btt +EXPORT_SYMBOL drivers/nvdimm/nd_btt 0xfd75fe8a nvdimm_namespace_detach_btt +EXPORT_SYMBOL drivers/parport/parport 0x0b54c273 parport_ieee1284_epp_write_addr +EXPORT_SYMBOL drivers/parport/parport 0x0ebe51f3 parport_register_dev_model +EXPORT_SYMBOL drivers/parport/parport 0x0f278cff parport_wait_event +EXPORT_SYMBOL drivers/parport/parport 0x1044a732 parport_claim_or_block +EXPORT_SYMBOL drivers/parport/parport 0x11a483e4 parport_write +EXPORT_SYMBOL drivers/parport/parport 0x2040f8d2 parport_find_base +EXPORT_SYMBOL drivers/parport/parport 0x22d07182 parport_announce_port +EXPORT_SYMBOL drivers/parport/parport 0x24d6322c parport_ieee1284_epp_write_data +EXPORT_SYMBOL drivers/parport/parport 0x2636beae __parport_register_driver +EXPORT_SYMBOL drivers/parport/parport 0x2f59eeb4 parport_wait_peripheral +EXPORT_SYMBOL drivers/parport/parport 0x35ccddce parport_release +EXPORT_SYMBOL drivers/parport/parport 0x4c23c61d parport_ieee1284_ecp_read_data +EXPORT_SYMBOL drivers/parport/parport 0x4d2a941b parport_ieee1284_interrupt +EXPORT_SYMBOL drivers/parport/parport 0x4f9577a2 parport_unregister_device +EXPORT_SYMBOL drivers/parport/parport 0x5e3a3912 parport_irq_handler +EXPORT_SYMBOL drivers/parport/parport 0x65be01f5 parport_find_number +EXPORT_SYMBOL drivers/parport/parport 0x6ad1ee77 parport_claim +EXPORT_SYMBOL drivers/parport/parport 0x880d730e parport_ieee1284_read_nibble +EXPORT_SYMBOL drivers/parport/parport 0x8f92e7d6 parport_ieee1284_epp_read_addr +EXPORT_SYMBOL drivers/parport/parport 0x9444891f parport_del_port +EXPORT_SYMBOL drivers/parport/parport 0x94988117 parport_ieee1284_ecp_write_data +EXPORT_SYMBOL drivers/parport/parport 0x9d69888a parport_ieee1284_write_compat +EXPORT_SYMBOL drivers/parport/parport 0x9e39c2d2 parport_put_port +EXPORT_SYMBOL drivers/parport/parport 0xa4359541 parport_ieee1284_read_byte +EXPORT_SYMBOL drivers/parport/parport 0xa61a175d parport_remove_port +EXPORT_SYMBOL drivers/parport/parport 0xb92a4536 parport_get_port +EXPORT_SYMBOL drivers/parport/parport 0xbb1a7148 parport_ieee1284_ecp_write_addr +EXPORT_SYMBOL drivers/parport/parport 0xbeac5845 parport_negotiate +EXPORT_SYMBOL drivers/parport/parport 0xc1449584 parport_read +EXPORT_SYMBOL drivers/parport/parport 0xc9a2e9e5 parport_set_timeout +EXPORT_SYMBOL drivers/parport/parport 0xe1781680 parport_unregister_driver +EXPORT_SYMBOL drivers/parport/parport 0xe325f2a4 parport_ieee1284_epp_read_data +EXPORT_SYMBOL drivers/parport/parport 0xf3b9f7bb parport_register_port +EXPORT_SYMBOL drivers/parport/parport_pc 0x12c60258 parport_pc_unregister_port +EXPORT_SYMBOL drivers/parport/parport_pc 0x6503821d parport_pc_probe_port +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x1e4be915 pcmcia_get_socket_by_nr +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x212db8d2 pcmcia_socket_list +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x330ec1ec pcmcia_reset_card +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x3b94eb9f pcmcia_parse_uevents +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x5be42973 pccard_register_pcmcia +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x63674491 pcmcia_get_socket +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x777a9cef pcmcia_socket_class +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x8ebd34e7 pcmcia_register_socket +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x95cdca2d pcmcia_unregister_socket +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xb96e4829 pcmcia_put_socket +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xbb26473f 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 0xec48ee38 pccard_static_ops +EXPORT_SYMBOL drivers/platform/chrome/cros_ec 0x66a4b888 cros_ec_register +EXPORT_SYMBOL drivers/platform/chrome/cros_ec 0x9e5dfc09 cros_ec_suspend +EXPORT_SYMBOL drivers/platform/chrome/cros_ec 0xd2e60b4f cros_ec_unregister +EXPORT_SYMBOL drivers/platform/chrome/cros_ec 0xee4c8f7f cros_ec_resume +EXPORT_SYMBOL drivers/platform/chrome/cros_ec 0xf25aacf5 cros_ec_irq_thread +EXPORT_SYMBOL drivers/regulator/rohm-regulator 0x343d84d8 rohm_regulator_set_dvs_levels +EXPORT_SYMBOL drivers/rpmsg/qcom_smd 0x3330a1c8 qcom_smd_unregister_edge +EXPORT_SYMBOL drivers/rpmsg/qcom_smd 0x3a58e75f qcom_smd_register_edge +EXPORT_SYMBOL drivers/rpmsg/rpmsg_char 0x1c0c3815 rpmsg_chrdev_eptdev_create +EXPORT_SYMBOL drivers/rpmsg/rpmsg_char 0xd6c3866e rpmsg_chrdev_eptdev_destroy +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x0afa9507 unregister_rpmsg_driver +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x0c7839cc rpmsg_unregister_device +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x1f6acdb6 rpmsg_trysend_offchannel +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x2dcaca9d rpmsg_class +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x5ea6541a rpmsg_create_channel +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x743b9b73 rpmsg_get_mtu +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x9090e912 rpmsg_register_device +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x9b4eb1d5 rpmsg_create_ept +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0xb4c4c4a0 rpmsg_send_offchannel +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0xb6374971 rpmsg_register_device_override +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0xbcc24a17 rpmsg_destroy_ept +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0xc7ce4a03 rpmsg_sendto +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0xd34e5954 __register_rpmsg_driver +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0xde099b9a rpmsg_find_device +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0xdee1fcf1 rpmsg_poll +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0xe72d8244 rpmsg_send +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0xef8676b0 rpmsg_release_channel +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0xf851ecf3 rpmsg_trysendto +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0xf9910026 rpmsg_trysend +EXPORT_SYMBOL drivers/rpmsg/rpmsg_ns 0x6e6e0bcb rpmsg_ns_register_device +EXPORT_SYMBOL drivers/rtc/rtc-ds1685 0x3a44ffe5 ds1685_rtc_poweroff +EXPORT_SYMBOL drivers/scsi/esp_scsi 0x0558eaa9 scsi_esp_template +EXPORT_SYMBOL drivers/scsi/esp_scsi 0x135c0a1f scsi_esp_register +EXPORT_SYMBOL drivers/scsi/esp_scsi 0x4a29ab38 scsi_esp_intr +EXPORT_SYMBOL drivers/scsi/esp_scsi 0x6073701e scsi_esp_unregister +EXPORT_SYMBOL drivers/scsi/esp_scsi 0xf37d333c scsi_esp_cmd +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x147f2f8d fcoe_transport_attach +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x195adec7 fcoe_ctlr_link_down +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x27d1895d fcoe_ctlr_destroy +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x476b57b0 fcoe_ctlr_init +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x8491fd81 fcoe_ctlr_link_up +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x99de8b10 fcoe_ctlr_els_send +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xb46fcb65 fcoe_ctlr_set_fip_mode +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xe06b0633 fcoe_ctlr_recv +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xea6a3766 fcoe_fcf_get_selected +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xea7a8938 fcoe_transport_detach +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xeeb8a5bc fcoe_ctlr_recv_flogi +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x03518312 fc_lport_config +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x08a63f21 fc_eh_abort +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x0b1f3fa5 fc_disc_config +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x1a7201e8 fc_rport_terminate_io +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x1defb8e0 fc_lport_flogi_resp +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x22b90986 fc_exch_mgr_del +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x2366e033 fc_elsct_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x25dec2cd fc_exch_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x2c599d39 fc_fill_hdr +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x2f932a1c fc_set_rport_loss_tmo +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x3e337eba fc_seq_send +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x42a011ad fc_exch_update_stats +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x47235fcd fc_fc4_deregister_provider +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x4753bd0e fc_rport_logoff +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x4b2c4c4a fc_queuecommand +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x535a4f47 fc_exch_mgr_alloc +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x55cbff70 fc_fcp_destroy +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x569dd730 fc_frame_alloc_fill +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x62415391 fc_rport_login +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x66062c12 fc_lport_logo_resp +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x675c5d51 fc_get_host_stats +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x69c3bf7c fc_disc_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x76a8bf05 fc_eh_host_reset +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x796a4f23 fc_vport_setlink +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x7d830296 fc_rport_lookup +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x7f3407a7 fc_seq_start_next +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x7fcf7da0 fc_fill_reply_hdr +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x811811e0 fc_exch_done +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x814bcc27 fc_lport_recv +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x904140fc fc_lport_set_local_id +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x927b31f9 fc_slave_alloc +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x94ed00b7 fc_lport_iterate +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x96254cdb fc_seq_assign +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x9c88ac43 fc_frame_crc_check +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x9d50ed7e fc_rport_destroy +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xa00d24ba fc_exch_seq_send +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xa1bcd198 fc_cpu_mask +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xa1ed5278 fc_exch_recv +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xa3f0c4fe fc_set_mfs +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xabfb0dd2 fc_exch_mgr_reset +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xae1240a8 libfc_vport_create +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xaefc3c81 fc_linkdown +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xb0d552ea fc_exch_mgr_list_clone +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xb0ddd5a1 fc_rport_flush_queue +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xb1f924fd fc_lport_destroy +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xbafec2af fc_lport_reset +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xbd36c537 fc_get_host_port_state +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xbf101de4 fc_get_host_speed +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xc94ba9f7 fc_fcp_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xcab177fc fc_lport_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xcad92f72 fc_linkup +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xccf1bb7f fc_seq_set_resp +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xd28809d8 fc_vport_id_lookup +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xd7807453 fc_elsct_send +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xdba5ebb8 fc_eh_device_reset +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xdea654c4 fc_fc4_register_provider +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xe44f6ca2 fc_rport_create +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xe5cf06b5 fc_lport_notifier_head +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xe83a7016 fc_exch_mgr_free +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xebae667f _fc_frame_alloc +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xebf785bc fc_fabric_login +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xee0f7574 fc_fabric_logoff +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xf15e7552 fc_rport_recv_req +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xf66f36a6 fc_exch_mgr_add +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xf9ba9f78 fc_lport_bsg_request +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xfa4667d1 fc_seq_release +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0x0cdc1614 sas_resume_ha_no_sync +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0x4a8e3d34 try_test_sas_gpio_gp_bit +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0x75b89179 sas_prep_resume_ha +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0x8b88e815 sas_resume_ha +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0x956722b4 sas_suspend_ha +EXPORT_SYMBOL drivers/scsi/megaraid/megaraid_mm 0x87bf93bc 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 0x13ae0f4f qlt_unreg_sess +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x17cde9f8 qlt_enable_vha +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x2d2d3df4 qlt_xmit_response +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x3f5ba618 qlt_rdy_to_xfer +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x3fed835f qlt_xmit_tm_rsp +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x918a1d15 qlt_stop_phase1 +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xb0a20680 qlt_stop_phase2 +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xc39c21f5 qlt_free_cmd +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xc63e9469 qlt_lport_deregister +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xd0ce77bd qlt_abort_cmd +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xdc2085b4 qlt_free_mcmd +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xdfe413f1 qlt_lport_register +EXPORT_SYMBOL drivers/scsi/raid_class 0x2b318167 raid_class_attach +EXPORT_SYMBOL drivers/scsi/raid_class 0x53047ff4 raid_component_add +EXPORT_SYMBOL drivers/scsi/raid_class 0xdcca7b19 raid_class_release +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x015cef82 fc_remote_port_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x1bd12db1 fc_host_post_vendor_event +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x1c873a85 fc_attach_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x20ebda23 fc_host_post_fc_event +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x224cc9bc fc_block_scsi_eh +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x2553ba8f fc_find_rport_by_wwpn +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x32813a60 fc_remote_port_rolechg +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x33f0b18e fc_block_rport +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x375f8bbd fc_get_event_number +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x3790fb82 fc_eh_timed_out +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x6c200734 fc_remove_host +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x6dfc655f fc_host_fpin_rcv +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x9267fbd9 fc_vport_terminate +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xb6e52a59 scsi_is_fc_rport +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xbc7624aa fc_release_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xc6f72daa fc_remote_port_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xc7085f99 fc_host_post_event +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xeb03a4c0 fc_vport_create +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x06d0536f sas_port_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x227696f2 sas_port_alloc_num +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x23263dd9 sas_port_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x33e245de sas_release_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x3a384eac scsi_is_sas_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x3c21eaba sas_port_mark_backlink +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x42658e27 sas_end_device_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x446ef458 sas_remove_children +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x4c8afedd sas_expander_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x589d53ee sas_rphy_free +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x5fa1f7d2 sas_port_add_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x6640a928 sas_rphy_unlink +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x6813cdf5 sas_remove_host +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x6ce3e1f8 sas_rphy_remove +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x70c5150e sas_phy_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x7c484b47 scsi_is_sas_rphy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x82e9a497 scsi_is_sas_port +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x8c748611 sas_rphy_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x923a7b9c sas_rphy_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x9923c782 sas_port_free +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x9e914988 sas_port_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xa2962c3e sas_read_port_mode_page +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xbbdd7711 sas_port_get_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xc34ab3ff sas_phy_free +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xce224b2b sas_attach_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xda2b7c22 sas_phy_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xda442df4 sas_get_address +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xdd21dba7 sas_port_delete_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xea39d98e sas_phy_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0x0d5010e6 spi_dv_device +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0x3686ea09 spi_print_msg +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0x4b375fef spi_schedule_dv_device +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0xc50c6725 spi_attach_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0xda476072 spi_display_xfer_agreement +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0xde7b8989 spi_release_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0x26097eb3 srp_timed_out +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0x3f9dacb5 srp_rport_get +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0x405b6e05 srp_parse_tmo +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0x91d869cb srp_rport_put +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0xba59c0ce srp_reconnect_rport +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0xba9837dd srp_start_tl_fail_timers +EXPORT_SYMBOL drivers/soc/fsl/dpio/fsl-mc-dpio 0x030f2d6c dpaa2_io_service_enqueue_fq +EXPORT_SYMBOL drivers/soc/fsl/dpio/fsl-mc-dpio 0x21e76a68 dpaa2_io_get_adaptive_coalescing +EXPORT_SYMBOL drivers/soc/fsl/dpio/fsl-mc-dpio 0x2bc276ca dpaa2_io_update_net_dim +EXPORT_SYMBOL drivers/soc/fsl/dpio/fsl-mc-dpio 0x35210a1c dpaa2_io_set_irq_coalescing +EXPORT_SYMBOL drivers/soc/fsl/dpio/fsl-mc-dpio 0x3d01f417 dpaa2_io_service_pull_fq +EXPORT_SYMBOL drivers/soc/fsl/dpio/fsl-mc-dpio 0xb629a241 dpaa2_io_get_irq_coalescing +EXPORT_SYMBOL drivers/soc/fsl/dpio/fsl-mc-dpio 0xc4ccef03 dpaa2_io_get_cpu +EXPORT_SYMBOL drivers/soc/fsl/dpio/fsl-mc-dpio 0xdb008703 dpaa2_io_service_enqueue_multiple_fq +EXPORT_SYMBOL drivers/soc/fsl/dpio/fsl-mc-dpio 0xe0f67b93 dpaa2_io_service_enqueue_multiple_desc_fq +EXPORT_SYMBOL drivers/soc/fsl/dpio/fsl-mc-dpio 0xfa0aedff dpaa2_io_set_adaptive_coalescing +EXPORT_SYMBOL drivers/soc/mediatek/mtk-cmdq-helper 0x07564e82 cmdq_pkt_assign +EXPORT_SYMBOL drivers/soc/mediatek/mtk-cmdq-helper 0x081d1a1a cmdq_pkt_write_mask +EXPORT_SYMBOL drivers/soc/mediatek/mtk-cmdq-helper 0x1f3ed632 cmdq_pkt_jump +EXPORT_SYMBOL drivers/soc/mediatek/mtk-cmdq-helper 0x3f6fab3f cmdq_pkt_write_s_mask_value +EXPORT_SYMBOL drivers/soc/mediatek/mtk-cmdq-helper 0x3fc19424 cmdq_pkt_write +EXPORT_SYMBOL drivers/soc/mediatek/mtk-cmdq-helper 0x3fd5842d cmdq_mbox_create +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 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 0xa9c45869 cmdq_pkt_create +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 0xe42d7c36 cmdq_mbox_destroy +EXPORT_SYMBOL drivers/soc/mediatek/mtk-cmdq-helper 0xf23af041 cmdq_dev_get_client_reg +EXPORT_SYMBOL drivers/soc/mediatek/mtk-cmdq-helper 0xfec2df2b cmdq_pkt_read_s +EXPORT_SYMBOL drivers/soc/qcom/ocmem 0x0dd0637a 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 0x04492384 geni_se_select_mode +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0x0f229546 geni_se_tx_dma_unprep +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0x1376082e geni_icc_set_bw +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0x1e8e4e1a geni_se_config_packing +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0x2e06b348 geni_se_rx_dma_unprep +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0x3cfec07a geni_icc_get +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0x41f4713e geni_icc_disable +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0x55523a1a geni_se_rx_dma_prep +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0x558b4145 geni_se_tx_dma_prep +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0x600dee7d geni_se_clk_freq_match +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0x77d439b3 geni_se_get_qup_hw_version +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0xa7cb49d1 geni_se_init +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0xb2a29853 geni_se_resources_off +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0xbcd977fa geni_se_resources_on +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0xc0372c36 geni_icc_set_tag +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0xc0d4bbbc geni_se_clk_tbl_get +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0xe9046945 geni_icc_enable +EXPORT_SYMBOL drivers/soc/qcom/qcom_aoss 0x2333aed6 qmp_put +EXPORT_SYMBOL drivers/soc/qcom/qcom_aoss 0x48ea04b2 qmp_get +EXPORT_SYMBOL drivers/soc/qcom/qcom_aoss 0x9e2aa1df qmp_send +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0x18e9d57a qmi_send_request +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0x28ac2fd2 qmi_encode_message +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0x3cdf0cf2 qmi_handle_init +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 0x71cb8fe5 qmi_add_lookup +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0x78d2c806 qmi_add_server +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0x87a399e7 qmi_handle_release +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0xc115b16d qmi_txn_wait +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0xd450731e qmi_txn_cancel +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0xd70ce8f6 qmi_send_response +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0xf1e60404 qmi_txn_init +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0xf2429940 qmi_send_indication +EXPORT_SYMBOL drivers/soc/qcom/smd-rpm 0x3abef80b qcom_rpm_smd_write +EXPORT_SYMBOL drivers/soc/qcom/smem 0x34b57571 qcom_smem_alloc +EXPORT_SYMBOL drivers/soc/qcom/smem 0x5a710273 qcom_smem_get_free_space +EXPORT_SYMBOL drivers/soc/qcom/smem 0x9979b76e qcom_smem_virt_to_phys +EXPORT_SYMBOL drivers/soc/qcom/smem 0xeeffa750 qcom_smem_get +EXPORT_SYMBOL drivers/soc/qcom/wcnss_ctrl 0x191c2a29 qcom_wcnss_open_channel +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x00b38c00 sdw_clear_slave_status +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x16d1706b sdw_prepare_stream +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x181dced8 sdw_handle_slave_status +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x19a73db4 sdw_slave_add +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x1b05d5e0 sdw_nread +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x1de1177e sdw_bus_master_delete +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x1deee061 sdw_find_row_index +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x2259ef8c sdw_master_read_prop +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x2bddcbbe sdw_read_no_pm +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x3232960d sdw_stream_remove_slave +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x3b0a8582 sdw_startup_stream +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x43a060ad sdw_stream_add_slave +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x4cde88bf sdw_disable_stream +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x558091b1 sdw_write_no_pm +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x60dde789 sdw_compare_devid +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 0x750c55fb sdw_bwrite_no_pm_unlocked +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x76ef4462 sdw_update_no_pm +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x8925d813 sdw_read +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x9e122d79 sdw_alloc_stream +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xa36bd4cc sdw_stream_remove_master +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xa5395097 sdw_extract_slave_id +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xab3f8a15 sdw_update +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xb782a1a1 sdw_write +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xb9f4f031 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 0xd04a31f2 sdw_nwrite +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xd108f5ca sdw_show_ping_status +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xd1417468 sdw_slave_read_prop +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xda5bce09 sdw_release_stream +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xdb0137b3 sdw_bus_clk_stop +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xec97fdbb sdw_stream_add_master +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xecdaaa7c sdw_bus_exit_clk_stop +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xeff985ee sdw_bread_no_pm_unlocked +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xf53ba0b8 sdw_rows +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xfb8fb01c sdw_bus_master_add +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x0fdf6957 cdns_set_sdw_stream +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x1eb752bc sdw_cdns_clock_stop +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x2d036f17 sdw_cdns_config_stream +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x34712074 sdw_cdns_irq +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x4178874e sdw_cdns_alloc_pdi +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x59cdbf71 sdw_cdns_probe +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x5fde4ee1 sdw_cdns_init +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x64f81cfa sdw_cdns_clock_restart +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x7dd20a0e sdw_cdns_enable_interrupt +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x8cad30da cdns_reset_page_addr +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x9f408d90 cdns_xfer_msg_defer +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0xb0ef5343 cdns_bus_conf +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0xce6f6e03 sdw_cdns_pdi_init +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0xd8ee411c cdns_xfer_msg +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0xe0b8510f sdw_cdns_exit_reset +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0xe228b9e9 sdw_cdns_is_clock_stop +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0xf40570b7 sdw_cdns_check_self_clearing_bits +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0xf7d34e3c cdns_read_ping_status +EXPORT_SYMBOL drivers/soundwire/soundwire-generic-allocation 0x63db4b32 sdw_compute_params +EXPORT_SYMBOL drivers/ssb/ssb 0x03317412 ssb_pcihost_register +EXPORT_SYMBOL drivers/ssb/ssb 0x1cc49846 ssb_chipco_gpio_control +EXPORT_SYMBOL drivers/ssb/ssb 0x21380547 ssb_device_enable +EXPORT_SYMBOL drivers/ssb/ssb 0x2d8d5881 ssb_bus_suspend +EXPORT_SYMBOL drivers/ssb/ssb 0x2e01168e ssb_device_disable +EXPORT_SYMBOL drivers/ssb/ssb 0x2f038f70 ssb_clockspeed +EXPORT_SYMBOL drivers/ssb/ssb 0x2f3047c6 ssb_bus_may_powerdown +EXPORT_SYMBOL drivers/ssb/ssb 0x3b2bed0e ssb_pcicore_dev_irqvecs_enable +EXPORT_SYMBOL drivers/ssb/ssb 0x5b04baa3 __ssb_driver_register +EXPORT_SYMBOL drivers/ssb/ssb 0x5caccb6e ssb_driver_unregister +EXPORT_SYMBOL drivers/ssb/ssb 0x7713a6c1 ssb_bus_sdiobus_register +EXPORT_SYMBOL drivers/ssb/ssb 0x86da0a14 ssb_device_is_enabled +EXPORT_SYMBOL drivers/ssb/ssb 0x9a326e73 ssb_commit_settings +EXPORT_SYMBOL drivers/ssb/ssb 0x9bda6bdd ssb_bus_resume +EXPORT_SYMBOL drivers/ssb/ssb 0xa34db564 ssb_bus_powerup +EXPORT_SYMBOL drivers/ssb/ssb 0xc9b38fe3 ssb_bus_unregister +EXPORT_SYMBOL drivers/ssb/ssb 0xcb17f1cb ssb_admatch_base +EXPORT_SYMBOL drivers/ssb/ssb 0xd0a86dc7 ssb_dma_translation +EXPORT_SYMBOL drivers/ssb/ssb 0xd9a2aa34 ssb_set_devtypedata +EXPORT_SYMBOL drivers/ssb/ssb 0xda266423 ssb_pmu_set_ldo_paref +EXPORT_SYMBOL drivers/ssb/ssb 0xddc6b252 ssb_pmu_set_ldo_voltage +EXPORT_SYMBOL drivers/ssb/ssb 0xdfc7c6ef ssb_admatch_size +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x0984a9de fbtft_framebuffer_alloc +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x0cf017b8 fbtft_write_spi +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x10b5cbc1 fbtft_write_vmem16_bus8 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x13a407f7 fbtft_remove_common +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x14109e8e fbtft_unregister_framebuffer +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x2f4f40a3 fbtft_write_gpio8_wr +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x42623104 fbtft_write_reg8_bus9 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x48dd0351 fbtft_unregister_backlight +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x4cee4d87 fbtft_write_gpio16_wr_latched +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x5691d2a8 fbtft_dbg_hex +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x5f5c5eee fbtft_write_vmem16_bus16 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x65e53a95 fbtft_write_reg16_bus16 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x7266c44b fbtft_framebuffer_release +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x7c2015b1 fbtft_init_display +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x8420e47a fbtft_write_reg8_bus8 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x89a91f5e fbtft_read_spi +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x91fe665f fbtft_write_gpio16_wr +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x957158e0 fbtft_write_spi_emulate_9 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xa5e133a6 fbtft_write_vmem8_bus8 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xa959e066 fbtft_probe_common +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xc016061c fbtft_register_backlight +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xc4b72d1d fbtft_write_vmem16_bus9 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xd9904d79 fbtft_write_reg16_bus8 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xdb25fb9d fbtft_register_framebuffer +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xdf1bab7d fbtft_write_buf_dc +EXPORT_SYMBOL drivers/staging/greybus/gb-audio-codec 0x1fa4f862 gbaudio_unregister_module +EXPORT_SYMBOL drivers/staging/greybus/gb-audio-codec 0x2710aa57 gbaudio_register_module +EXPORT_SYMBOL drivers/staging/greybus/gb-audio-codec 0xd41e381a gbaudio_module_update +EXPORT_SYMBOL drivers/staging/iio/addac/adt7316 0x3bfc84cb adt7316_probe +EXPORT_SYMBOL drivers/staging/iio/meter/ade7854 0x17572d42 ade7854_probe +EXPORT_SYMBOL drivers/staging/nvec/nvec 0x40c6c4a1 nvec_write_sync +EXPORT_SYMBOL drivers/staging/nvec/nvec 0x96b74560 nvec_write_async +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x021dda60 rtllib_start_scan_syncro +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x027c26be rtllib_wx_get_rate +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x02c38319 rtllib_legal_channel +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x0c716283 rtllib_wx_set_power +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x12b5b8a7 rtllib_wx_get_wap +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x165ed3ec rtllib_MgntDisconnect +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x1e9a5a76 rtllib_rx +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x22166084 rt_global_debug_component +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x26f04b37 rtllib_wx_get_essid +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x27ce404b rtllib_ps_tx_ack +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x2db017f3 free_rtllib +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x2e1ec0ce rtllib_xmit +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x308e873d rtllib_wx_set_rate +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x3878d88b rtllib_wx_set_wap +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x3905c542 alloc_rtllib +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x3b8951aa rtllib_wx_set_encode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x42460164 rtllib_wx_set_rts +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x4ef7d538 rtllib_reset_queue +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x52736b0c rtllib_wx_set_essid +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x543a6580 rtllib_wx_get_freq +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x57cf2c35 rtllib_sta_ps_send_null_frame +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x66c8c403 rtllib_wx_set_freq +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x688b6148 rtllib_wx_get_rts +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x68e5ae36 rtllib_wx_get_name +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x6b46edbb rtllib_wx_set_rawtx +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x777861cf rtllib_act_scanning +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x78f242b8 rtllib_wx_get_power +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x83b02756 dot11d_channel_map +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x884fc58e rtllib_softmac_start_protocol +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x895c557e rtllib_wx_get_scan +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x89fd95f0 HT_update_self_and_peer_setting +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x8af63bae rtllib_wx_get_encode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x9cc79e3b rtllib_EnableIntelPromiscuousMode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xa99c6348 rtllib_wx_set_auth +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xb03988dc rtllib_start_send_beacons +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xb19dd096 RemovePeerTS +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xb571ce2b notify_wx_assoc_event +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xb868f60c rtllib_get_beacon +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xbb661932 rtllib_wx_set_gen_ie +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xbbaef4fd rtllib_wx_set_scan +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xc56d0838 rtllib_wx_get_mode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xc9217b07 rtllib_wx_set_mlme +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xd14c1bd1 rtllib_wx_set_encode_ext +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xd43004ad dot11d_init +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xd7091d9a rtllib_stop_scan +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xda5eb5ed rtllib_softmac_stop_protocol +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xdf78f620 rtllib_wlan_frequencies +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xe181460d rtllib_stop_scan_syncro +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xee4a7fb9 rtllib_stop_send_beacons +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xf0a9c2ad rtllib_DisableIntelPromiscuousMode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xf79fa9bb rtllib_wx_set_mode +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x0018f232 ieee80211_reset_queue +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x0ae848a3 ieee80211_disassociate +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x145d63f7 ieee80211_wx_get_rate +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x14c7094f ieee80211_wx_get_freq +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x1769c9ce ieee80211_wx_get_power +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x232e7944 ieee80211_wlan_frequencies +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x311d8310 ieee80211_wx_set_rts +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x380072d8 ieee80211_softmac_stop_protocol +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x39f26fdb ieee80211_wx_set_power +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x3a147151 ieee80211_start_send_beacons +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x3b6c9d32 ieee80211_wx_set_freq +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x3be45a66 ieee80211_wx_get_wap +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x3bf6f78a ieee80211_wx_set_rate +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x436325c0 ieee80211_txb_free +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x4747e210 ieee80211_wx_set_encode_ext +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x4afe6c55 SendDisassociation_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x4fe40cab dot11d_get_max_tx_pwr_in_dbm +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x569e9b60 ieee80211_wpa_supplicant_ioctl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x56a86a40 ieee80211_wx_set_gen_ie +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x5987bb66 ieee80211_wx_set_essid +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x5bae237b ieee80211_wake_queue_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x5d01855d HTUpdateSelfAndPeerSetting +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x613c8e0c rtl8192u_dot11d_init +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x6651f895 ieee80211_is_shortslot +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x674d80c0 ieee80211_stop_queue_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x753457c1 ieee80211_rx_mgt +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x771c1d73 ieee80211_wx_get_essid +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x7c37414e ieee80211_ps_tx_ack +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x7c653dc6 dot11d_update_country_ie +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x7d06e206 ieee80211_wx_get_encode_ext +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x89a65325 ieee80211_softmac_start_protocol +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x946fadad ieee80211_wx_get_encode +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x95b8d420 ieee80211_softmac_xmit +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x97cfa0a0 ieee80211_stop_scan +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x99b31669 ieee80211_wx_get_mode +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xa81d020a ieee80211_stop_send_beacons +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xa9b4b163 to_legal_channel +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xac0b6b03 notify_wx_assoc_event_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xb5429b77 ieee80211_wx_set_auth +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xb6188214 ieee80211_wx_set_mode +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xb95feb59 ieee80211_rx +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xbea9dfdf dot11d_reset +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xc21c3a49 is_legal_channel +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xd1c22121 ieee80211_wx_set_scan +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xd2b700d9 ieee80211_wx_get_name +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xd7fc0ae0 ieee80211_start_scan_syncro +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xe2f76bb9 dot11d_scan_complete +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xe3372510 ieee80211_is_54g +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xeaacda34 ieee80211_wx_set_rawtx +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xecc470bf ieee80211_wx_set_mlme +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xf5f5792c ieee80211_wx_get_rts +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xf6b8ca17 ieee80211_softmac_scan_syncro +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xf969994a ieee80211_get_beacon +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xf99cd2e0 ieee80211_wx_set_encode +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xfe69b55c ieee80211_wx_get_scan +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xff0ca05a ieee80211_wx_set_wap +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x0434c014 iscsit_check_dataout_payload +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x0cd49349 iscsit_process_nop_out +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x1383dad0 iscsit_tmr_post_handler +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x153e21c6 iscsit_allocate_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x19685229 iscsit_sequence_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x19dda29c iscsit_increment_maxcmdsn +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x1e45dcbf iscsit_process_scsi_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x1f657be7 iscsit_setup_scsi_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x23268e15 iscsit_cause_connection_reinstatement +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x31ecedd5 iscsit_release_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x3b078c39 iscsit_reject_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x3f4a90b2 iscsit_find_cmd_from_itt_or_dump +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x41cd6256 iscsit_build_task_mgt_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x445d24d7 iscsit_handle_task_mgt_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x4718759b iscsit_build_reject +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x48e7059b iscsit_free_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x4921d737 iscsit_find_cmd_from_itt +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x5490b281 iscsit_add_cmd_to_immediate_queue +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x55cc7d9e iscsit_setup_nop_out +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x58911ed8 iscsi_change_param_sprintf +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x5c9dc153 iscsit_handle_logout_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x6e6bc8f9 iscsit_get_datain_values +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x7188e2c4 iscsit_check_dataout_hdr +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x77528a8c iscsit_process_text_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x786440fa iscsit_unregister_transport +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x7a4917bb iscsit_logout_post_handler +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x879a7ff3 iscsi_target_check_login_request +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x8be26f27 iscsit_add_reject +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x9dfd1108 iscsit_aborted_task +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x9f2d917a iscsit_setup_text_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xa627e362 iscsit_build_logout_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xa729eb63 __iscsit_check_dataout_hdr +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xa8728a13 iscsit_immediate_queue +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xa8beb0d0 iscsit_stop_dataout_timer +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xb2e23b3c iscsit_response_queue +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xb70a4980 iscsit_thread_check_cpumask +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xba9de56f iscsit_queue_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xc2cc5369 iscsit_build_datain_pdu +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xd09b9caa iscsit_handle_snack +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xd26eec7f iscsit_build_text_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xeb3cdde2 iscsit_build_rsp_pdu +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xed5fdb6e iscsit_register_transport +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xf34332f0 iscsi_find_param_from_key +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xf3acba08 iscsit_build_r2ts_for_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xf3bbf2b6 iscsit_build_nopin_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xf8342af0 iscsit_set_unsolicited_dataout +EXPORT_SYMBOL drivers/target/target_core_mod 0x001c0b0b passthrough_attrib_attrs +EXPORT_SYMBOL drivers/target/target_core_mod 0x04ce3f0d transport_generic_free_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x06e76422 transport_alloc_session_tags +EXPORT_SYMBOL drivers/target/target_core_mod 0x077a1c70 spc_parse_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0x0871ffd6 transport_set_vpd_ident +EXPORT_SYMBOL drivers/target/target_core_mod 0x08d35fb7 target_complete_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x0b004cb4 target_unregister_template +EXPORT_SYMBOL drivers/target/target_core_mod 0x0b6894ce core_tpg_set_initiator_node_tag +EXPORT_SYMBOL drivers/target/target_core_mod 0x0c776bea transport_lookup_cmd_lun +EXPORT_SYMBOL drivers/target/target_core_mod 0x0f031269 target_put_sess_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x0fd76761 passthrough_pr_attrib_attrs +EXPORT_SYMBOL drivers/target/target_core_mod 0x142072c0 transport_set_vpd_assoc +EXPORT_SYMBOL drivers/target/target_core_mod 0x1451c2f8 target_complete_cmd_with_length +EXPORT_SYMBOL drivers/target/target_core_mod 0x161a142e target_submit_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x163dd875 target_nacl_find_deve +EXPORT_SYMBOL drivers/target/target_core_mod 0x173f5f0f core_tpg_deregister +EXPORT_SYMBOL drivers/target/target_core_mod 0x17fb7049 sbc_dif_verify +EXPORT_SYMBOL drivers/target/target_core_mod 0x1c0da1a3 transport_deregister_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x1d920076 transport_handle_cdb_direct +EXPORT_SYMBOL drivers/target/target_core_mod 0x1e56b67f transport_generic_request_failure +EXPORT_SYMBOL drivers/target/target_core_mod 0x212b1032 core_tpg_register +EXPORT_SYMBOL drivers/target/target_core_mod 0x216782ea spc_emulate_evpd_83 +EXPORT_SYMBOL drivers/target/target_core_mod 0x2eadbad8 sbc_attrib_attrs +EXPORT_SYMBOL drivers/target/target_core_mod 0x315bc6a1 transport_free_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x34daba13 core_tmr_alloc_req +EXPORT_SYMBOL drivers/target/target_core_mod 0x36e6fe5c target_show_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x3a20a9d7 transport_set_vpd_ident_type +EXPORT_SYMBOL drivers/target/target_core_mod 0x3e06e748 core_tpg_set_initiator_node_queue_depth +EXPORT_SYMBOL drivers/target/target_core_mod 0x3fd87e1b target_to_linux_sector +EXPORT_SYMBOL drivers/target/target_core_mod 0x404fed69 sbc_get_write_same_sectors +EXPORT_SYMBOL drivers/target/target_core_mod 0x44d50538 target_submit_tmr +EXPORT_SYMBOL drivers/target/target_core_mod 0x47a6a9f7 __target_init_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x4b967649 target_complete_cmd_with_sense +EXPORT_SYMBOL drivers/target/target_core_mod 0x4ddab94d target_configure_unmap_from_queue +EXPORT_SYMBOL drivers/target/target_core_mod 0x5665d1a0 target_stop_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x56666fff core_alua_check_nonop_delay +EXPORT_SYMBOL drivers/target/target_core_mod 0x582dac80 __transport_register_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x5bb81c19 transport_alloc_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x5bdb610a target_free_sgl +EXPORT_SYMBOL drivers/target/target_core_mod 0x64a4aaff sbc_get_device_type +EXPORT_SYMBOL drivers/target/target_core_mod 0x687923bf transport_lookup_tmr_lun +EXPORT_SYMBOL drivers/target/target_core_mod 0x6a88874a target_show_dynamic_sessions +EXPORT_SYMBOL drivers/target/target_core_mod 0x6c4129db target_lun_is_rdonly +EXPORT_SYMBOL drivers/target/target_core_mod 0x6d03c2c8 target_remove_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x6e1fa585 target_wait_for_sess_cmds +EXPORT_SYMBOL drivers/target/target_core_mod 0x6eafe023 sbc_parse_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0x79d185cb target_cmd_parse_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0x8496ef07 transport_register_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x878f9262 transport_send_check_condition_and_sense +EXPORT_SYMBOL drivers/target/target_core_mod 0x882d2142 transport_kunmap_data_sg +EXPORT_SYMBOL drivers/target/target_core_mod 0x8ae2c0f8 target_put_nacl +EXPORT_SYMBOL drivers/target/target_core_mod 0x8e8a4cec sbc_dif_copy_prot +EXPORT_SYMBOL drivers/target/target_core_mod 0x90f76ff2 target_undepend_item +EXPORT_SYMBOL drivers/target/target_core_mod 0x93a89aca transport_kmap_data_sg +EXPORT_SYMBOL drivers/target/target_core_mod 0x9476fd23 transport_copy_sense_to_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x9cdb9040 spc_emulate_report_luns +EXPORT_SYMBOL drivers/target/target_core_mod 0xa6ab2a77 target_execute_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xa6cc858a target_get_sess_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xa7bbf4de transport_init_session +EXPORT_SYMBOL drivers/target/target_core_mod 0xaa378a10 transport_generic_handle_tmr +EXPORT_SYMBOL drivers/target/target_core_mod 0xabfd0625 passthrough_parse_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0xad691ae6 target_setup_session +EXPORT_SYMBOL drivers/target/target_core_mod 0xaefbcacd target_alloc_sgl +EXPORT_SYMBOL drivers/target/target_core_mod 0xbab6637d core_tpg_get_initiator_node_acl +EXPORT_SYMBOL drivers/target/target_core_mod 0xc0202adb transport_backend_register +EXPORT_SYMBOL drivers/target/target_core_mod 0xc2126d0a target_backend_unregister +EXPORT_SYMBOL drivers/target/target_core_mod 0xcffab3b0 target_cmd_init_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0xd1aa7672 core_tpg_check_initiator_node_acl +EXPORT_SYMBOL drivers/target/target_core_mod 0xd1bc7560 transport_generic_new_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xd349346d target_set_cmd_data_length +EXPORT_SYMBOL drivers/target/target_core_mod 0xd58b613d spc_emulate_inquiry_std +EXPORT_SYMBOL drivers/target/target_core_mod 0xdaeec3a5 target_tpg_has_node_acl +EXPORT_SYMBOL drivers/target/target_core_mod 0xe12291c8 target_depend_item +EXPORT_SYMBOL drivers/target/target_core_mod 0xe26b6473 core_allocate_nexus_loss_ua +EXPORT_SYMBOL drivers/target/target_core_mod 0xe580893b transport_deregister_session_configfs +EXPORT_SYMBOL drivers/target/target_core_mod 0xf00ba106 transport_wait_for_tasks +EXPORT_SYMBOL drivers/target/target_core_mod 0xf3c2dfe0 transport_set_vpd_proto_id +EXPORT_SYMBOL drivers/target/target_core_mod 0xf4807eba target_register_template +EXPORT_SYMBOL drivers/target/target_core_mod 0xf5ec5439 target_send_busy +EXPORT_SYMBOL drivers/ufs/core/ufshcd-core 0x07dd60c1 ufshcd_runtime_suspend +EXPORT_SYMBOL drivers/ufs/core/ufshcd-core 0x54291fee ufshcd_map_desc_id_to_length +EXPORT_SYMBOL drivers/ufs/core/ufshcd-core 0x579b402c ufshcd_system_resume +EXPORT_SYMBOL drivers/ufs/core/ufshcd-core 0x9ae8690c ufshcd_shutdown +EXPORT_SYMBOL drivers/ufs/core/ufshcd-core 0xbff096c8 ufshcd_system_suspend +EXPORT_SYMBOL drivers/ufs/core/ufshcd-core 0xc7c8461b ufshcd_runtime_resume +EXPORT_SYMBOL drivers/ufs/core/ufshcd-core 0xd562109c ufshcd_alloc_host +EXPORT_SYMBOL drivers/ufs/core/ufshcd-core 0xefee7687 ufshcd_get_local_unipro_ver +EXPORT_SYMBOL drivers/ufs/host/tc-dwc-g210 0x56151ec5 tc_dwc_g210_config_40_bit +EXPORT_SYMBOL drivers/ufs/host/tc-dwc-g210 0xc63ab4d8 tc_dwc_g210_config_20_bit +EXPORT_SYMBOL drivers/ufs/host/ufshcd-dwc 0x85c0fd4f ufshcd_dwc_link_startup_notify +EXPORT_SYMBOL drivers/ufs/host/ufshcd-dwc 0xf89092f9 ufshcd_dwc_dme_set_attrs +EXPORT_SYMBOL drivers/usb/class/cdc-wdm 0xef079c28 usb_cdc_wdm_register +EXPORT_SYMBOL drivers/usb/gadget/libcomposite 0xf56cacc7 usb_os_desc_prepare_interf_dir +EXPORT_SYMBOL drivers/usb/host/sl811-hcd 0x4eb0f7bb sl811h_driver +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x08da126d usb_wwan_write_room +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x2a14d79f usb_wwan_write +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x3b521ea8 usb_wwan_port_remove +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x42b6f838 usb_wwan_dtr_rts +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x4581f3b4 usb_wwan_resume +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x52a21713 usb_wwan_chars_in_buffer +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x7d79c567 usb_wwan_open +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x827b1329 usb_wwan_close +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x90294502 usb_wwan_suspend +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x95817738 usb_wwan_tiocmset +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xc73cced8 usb_wwan_tiocmget +EXPORT_SYMBOL drivers/usb/serial/usbserial 0x7453c23e usb_serial_suspend +EXPORT_SYMBOL drivers/usb/serial/usbserial 0x9ee8abf7 usb_serial_resume +EXPORT_SYMBOL drivers/vdpa/vdpa 0x26b97d2d vdpa_set_status +EXPORT_SYMBOL drivers/vfio/mdev/mdev 0x316769ef mdev_unregister_driver +EXPORT_SYMBOL drivers/vfio/mdev/mdev 0x49f06b35 mdev_register_parent +EXPORT_SYMBOL drivers/vfio/mdev/mdev 0xb9428907 mdev_unregister_parent +EXPORT_SYMBOL drivers/vfio/mdev/mdev 0xeab2d297 mdev_register_driver +EXPORT_SYMBOL drivers/vfio/vfio 0x19567d06 vfio_info_cap_shift +EXPORT_SYMBOL drivers/vfio/vfio 0x1ea1f796 vfio_dma_rw +EXPORT_SYMBOL drivers/vfio/vfio 0x6c28be5a vfio_info_add_capability +EXPORT_SYMBOL drivers/vfio/vfio 0xa4187cff vfio_pin_pages +EXPORT_SYMBOL drivers/vfio/vfio 0xadc044b7 vfio_set_irqs_validate_and_prepare +EXPORT_SYMBOL drivers/vfio/vfio 0xb5461a7d vfio_unpin_pages +EXPORT_SYMBOL drivers/vhost/vhost 0x28700209 vhost_chr_poll +EXPORT_SYMBOL drivers/vhost/vhost 0xdbe75f41 vhost_chr_write_iter +EXPORT_SYMBOL drivers/vhost/vringh 0x0c46f5fb vringh_iov_pull_iotlb +EXPORT_SYMBOL drivers/vhost/vringh 0x18f3ddc2 vringh_iov_push_iotlb +EXPORT_SYMBOL drivers/vhost/vringh 0x19c24590 vringh_notify_disable_kern +EXPORT_SYMBOL drivers/vhost/vringh 0x1fe50c1a vringh_abandon_kern +EXPORT_SYMBOL drivers/vhost/vringh 0x2890c460 vringh_getdesc_kern +EXPORT_SYMBOL drivers/vhost/vringh 0x2d2babc9 vringh_complete_kern +EXPORT_SYMBOL drivers/vhost/vringh 0x3684d8af vringh_complete_iotlb +EXPORT_SYMBOL drivers/vhost/vringh 0x3b304ebb vringh_iov_push_user +EXPORT_SYMBOL drivers/vhost/vringh 0x3ee1955e vringh_init_iotlb +EXPORT_SYMBOL drivers/vhost/vringh 0x4311cd91 vringh_iov_pull_user +EXPORT_SYMBOL drivers/vhost/vringh 0x4504adc9 vringh_abandon_iotlb +EXPORT_SYMBOL drivers/vhost/vringh 0x5bd469c0 vringh_getdesc_user +EXPORT_SYMBOL drivers/vhost/vringh 0x5f586ca2 vringh_init_kern +EXPORT_SYMBOL drivers/vhost/vringh 0x61e3831b vringh_getdesc_iotlb +EXPORT_SYMBOL drivers/vhost/vringh 0x660779c8 vringh_kiov_advance +EXPORT_SYMBOL drivers/vhost/vringh 0x6a693a25 vringh_need_notify_user +EXPORT_SYMBOL drivers/vhost/vringh 0x90e93e3c vringh_complete_multi_user +EXPORT_SYMBOL drivers/vhost/vringh 0x97fa07e9 vringh_iov_push_kern +EXPORT_SYMBOL drivers/vhost/vringh 0x9b30452e vringh_complete_user +EXPORT_SYMBOL drivers/vhost/vringh 0xa7ce8bd6 vringh_notify_disable_user +EXPORT_SYMBOL drivers/vhost/vringh 0xa8efaeb9 vringh_set_iotlb +EXPORT_SYMBOL drivers/vhost/vringh 0xc0bb1581 vringh_need_notify_iotlb +EXPORT_SYMBOL drivers/vhost/vringh 0xc87491c8 vringh_notify_enable_iotlb +EXPORT_SYMBOL drivers/vhost/vringh 0xd465f463 vringh_need_notify_kern +EXPORT_SYMBOL drivers/vhost/vringh 0xde804bb9 vringh_iov_pull_kern +EXPORT_SYMBOL drivers/vhost/vringh 0xe4c21196 vringh_notify_disable_iotlb +EXPORT_SYMBOL drivers/vhost/vringh 0xeb2ec139 vringh_notify_enable_kern +EXPORT_SYMBOL drivers/vhost/vringh 0xf1e32cc0 vringh_init_user +EXPORT_SYMBOL drivers/vhost/vringh 0xf8605294 vringh_notify_enable_user +EXPORT_SYMBOL drivers/vhost/vringh 0xf9d0dd07 vringh_abandon_user +EXPORT_SYMBOL drivers/video/backlight/lcd 0x4c5b19d0 lcd_device_register +EXPORT_SYMBOL drivers/video/backlight/lcd 0x672cad84 lcd_device_unregister +EXPORT_SYMBOL drivers/video/backlight/lcd 0x808d028f devm_lcd_device_unregister +EXPORT_SYMBOL drivers/video/backlight/lcd 0x94576e5d devm_lcd_device_register +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x0e6576e7 svga_get_tilemax +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x17f3f471 svga_set_default_seq_regs +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x1be6dc30 svga_set_textmode_vga_regs +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x3f9fcb00 svga_tilefill +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x4ab38ef2 svga_set_default_crt_regs +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x82ef3477 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 0x94303fe8 svga_tilecursor +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x9e890da6 svga_tilecopy +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xb02cb4d3 svga_get_caps +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xb0ab2b2e svga_check_timings +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xb74da4f9 svga_settile +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xd22ca511 svga_set_default_atc_regs +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xd6ec2c44 svga_compute_pll +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xdcc5a013 svga_wseq_multi +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xe28d2a49 svga_set_default_gfx_regs +EXPORT_SYMBOL drivers/video/fbdev/core/syscopyarea 0x2f4bd1c8 sys_copyarea +EXPORT_SYMBOL drivers/video/fbdev/core/sysfillrect 0x19ffe45b sys_fillrect +EXPORT_SYMBOL drivers/video/fbdev/core/sysimgblt 0x17764c14 sys_imageblit +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 0x64a5d5ba 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 0x7a8e8930 mac_find_mode +EXPORT_SYMBOL drivers/video/fbdev/macmodes 0xe2304303 mac_map_monitor_sense +EXPORT_SYMBOL drivers/video/fbdev/matrox/g450_pll 0x08eefe5f g450_mnp2f +EXPORT_SYMBOL drivers/video/fbdev/matrox/g450_pll 0x4e5e2415 matroxfb_g450_setpll_cond +EXPORT_SYMBOL drivers/video/fbdev/matrox/g450_pll 0xee8722ac matroxfb_g450_setclk +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0x279938a9 matrox_mystique +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0x30639df8 DAC1064_global_restore +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0x7c41f877 matrox_G100 +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0xf08236ea DAC1064_global_init +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_Ti3026 0x041bb6e6 matrox_millennium +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_accel 0x57f559f1 matrox_cfbX_init +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0x5ba9a255 matroxfb_wait_for_sync +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0x5fe78de2 matroxfb_register_driver +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0x767a8648 matroxfb_unregister_driver +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0xb387f386 matroxfb_enable_irq +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_g450 0x2427d21f matroxfb_g450_connect +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_g450 0x2dac572b matroxfb_g450_shutdown +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x222a1e90 matroxfb_DAC_out +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x25cf8049 matroxfb_PLL_calcclock +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x7f76573e matroxfb_DAC_in +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0xae93aa9f matroxfb_vgaHWrestore +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0xbfe55bb6 matroxfb_vgaHWinit +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0xcdc90c64 matroxfb_var2my +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0xdc83771a matroxfb_read_pins +EXPORT_SYMBOL drivers/video/fbdev/sis/sisfb 0x3037658e sis_malloc +EXPORT_SYMBOL drivers/video/fbdev/sis/sisfb 0xfe963115 sis_free +EXPORT_SYMBOL drivers/video/vgastate 0x686de290 restore_vga +EXPORT_SYMBOL drivers/video/vgastate 0xe7a2620e save_vga +EXPORT_SYMBOL drivers/virtio/virtio_dma_buf 0x197ad525 virtio_dma_buf_attach +EXPORT_SYMBOL drivers/virtio/virtio_dma_buf 0x4fa90d83 is_virtio_dma_buf +EXPORT_SYMBOL drivers/virtio/virtio_dma_buf 0x841f1e19 virtio_dma_buf_export +EXPORT_SYMBOL drivers/virtio/virtio_dma_buf 0xf0d0441d virtio_dma_buf_get_uuid +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2780 0x5f7e267d w1_ds2780_io +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2780 0xadc48bb5 w1_ds2780_eeprom_cmd +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2781 0x3521e59d w1_ds2781_io +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2781 0xd50f52a3 w1_ds2781_eeprom_cmd +EXPORT_SYMBOL drivers/w1/wire 0x181833b4 w1_remove_master_device +EXPORT_SYMBOL drivers/w1/wire 0x216c7128 w1_register_family +EXPORT_SYMBOL drivers/w1/wire 0x37add2e6 w1_unregister_family +EXPORT_SYMBOL drivers/w1/wire 0xad723999 w1_add_master_device +EXPORT_SYMBOL fs/fscache/fscache 0x040aeb59 fscache_withdraw_volume +EXPORT_SYMBOL fs/fscache/fscache 0x1648338d fscache_caching_failed +EXPORT_SYMBOL fs/fscache/fscache 0x1a0d09e7 fscache_n_write +EXPORT_SYMBOL fs/fscache/fscache 0x1a25cfa0 __tracepoint_fscache_access +EXPORT_SYMBOL fs/fscache/fscache 0x1b5895a8 fscache_cookie_lookup_negative +EXPORT_SYMBOL fs/fscache/fscache 0x2234b9fc __fscache_invalidate +EXPORT_SYMBOL fs/fscache/fscache 0x234a140d __traceiter_fscache_access_volume +EXPORT_SYMBOL fs/fscache/fscache 0x27f7f6fe fscache_end_cookie_access +EXPORT_SYMBOL fs/fscache/fscache 0x306805d3 __SCK__tp_func_fscache_access +EXPORT_SYMBOL fs/fscache/fscache 0x3133fd8d __fscache_clear_page_bits +EXPORT_SYMBOL fs/fscache/fscache 0x39674879 __tracepoint_fscache_access_cache +EXPORT_SYMBOL fs/fscache/fscache 0x3d1f01fa __fscache_relinquish_volume +EXPORT_SYMBOL fs/fscache/fscache 0x4404d2aa fscache_n_no_create_space +EXPORT_SYMBOL fs/fscache/fscache 0x48c17557 fscache_end_volume_access +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 0x557a775f fscache_addremove_sem +EXPORT_SYMBOL fs/fscache/fscache 0x610030f8 fscache_resume_after_invalidation +EXPORT_SYMBOL fs/fscache/fscache 0x61c78036 __fscache_use_cookie +EXPORT_SYMBOL fs/fscache/fscache 0x6c5e41e7 __tracepoint_fscache_access_volume +EXPORT_SYMBOL fs/fscache/fscache 0x6e416521 __SCK__tp_func_fscache_access_volume +EXPORT_SYMBOL fs/fscache/fscache 0x797ecdac __fscache_relinquish_cookie +EXPORT_SYMBOL fs/fscache/fscache 0x7d647f7f fscache_relinquish_cache +EXPORT_SYMBOL fs/fscache/fscache 0x82f68cf9 fscache_acquire_cache +EXPORT_SYMBOL fs/fscache/fscache 0x8c2d6da7 fscache_clearance_waiters +EXPORT_SYMBOL fs/fscache/fscache 0x8ccb2549 __fscache_acquire_volume +EXPORT_SYMBOL fs/fscache/fscache 0x90d447f3 fscache_n_culled +EXPORT_SYMBOL fs/fscache/fscache 0x9a503ffc fscache_withdraw_cache +EXPORT_SYMBOL fs/fscache/fscache 0x9ffefcb2 fscache_n_read +EXPORT_SYMBOL fs/fscache/fscache 0xa3588064 fscache_wait_for_operation +EXPORT_SYMBOL fs/fscache/fscache 0xae6040a5 __traceiter_fscache_access_cache +EXPORT_SYMBOL fs/fscache/fscache 0xb68a4e8c fscache_put_cookie +EXPORT_SYMBOL fs/fscache/fscache 0xb738ed62 __fscache_acquire_cookie +EXPORT_SYMBOL fs/fscache/fscache 0xba972e5a __fscache_write_to_cache +EXPORT_SYMBOL fs/fscache/fscache 0xbca46908 fscache_wq +EXPORT_SYMBOL fs/fscache/fscache 0xbf84e21a fscache_withdraw_cookie +EXPORT_SYMBOL fs/fscache/fscache 0xcce11a60 fscache_n_no_write_space +EXPORT_SYMBOL fs/fscache/fscache 0xd29bd884 __fscache_unuse_cookie +EXPORT_SYMBOL fs/fscache/fscache 0xd347449e __fscache_begin_read_operation +EXPORT_SYMBOL fs/fscache/fscache 0xd6a7aa68 __fscache_resize_cookie +EXPORT_SYMBOL fs/fscache/fscache 0xd7cca9b2 fscache_io_error +EXPORT_SYMBOL fs/fscache/fscache 0xdcb87498 __traceiter_fscache_access +EXPORT_SYMBOL fs/fscache/fscache 0xe4348429 fscache_get_cookie +EXPORT_SYMBOL fs/fscache/fscache 0xec543e86 fscache_dirty_folio +EXPORT_SYMBOL fs/fscache/fscache 0xf3decc2d __fscache_begin_write_operation +EXPORT_SYMBOL fs/fscache/fscache 0xff89750c fscache_add_cache +EXPORT_SYMBOL fs/netfs/netfs 0x5f991209 netfs_write_begin +EXPORT_SYMBOL fs/netfs/netfs 0x615da0b6 netfs_read_folio +EXPORT_SYMBOL fs/netfs/netfs 0x666eb002 netfs_stats_show +EXPORT_SYMBOL fs/netfs/netfs 0x9bfd6a67 netfs_readahead +EXPORT_SYMBOL fs/netfs/netfs 0xd03c8fbd netfs_subreq_terminated +EXPORT_SYMBOL fs/ocfs2/cluster/ocfs2_nodemanager 0xbfd7d7a2 o2hb_global_heartbeat_active +EXPORT_SYMBOL fs/quota/quota_tree 0x2235fbbe qtree_get_next_id +EXPORT_SYMBOL fs/quota/quota_tree 0x472dcb78 qtree_entry_unused +EXPORT_SYMBOL fs/quota/quota_tree 0x48ccd492 qtree_write_dquot +EXPORT_SYMBOL fs/quota/quota_tree 0xdbbd3f9f qtree_delete_dquot +EXPORT_SYMBOL fs/quota/quota_tree 0xf022d30f qtree_release_dquot +EXPORT_SYMBOL fs/quota/quota_tree 0xfb5ea278 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/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 0x89a0cd52 crc32c_impl +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 0x620d006d 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 0xed239210 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 0x4b636698 lowpan_register_netdevice +EXPORT_SYMBOL net/6lowpan/6lowpan 0x8bfd7b87 lowpan_unregister_netdev +EXPORT_SYMBOL net/6lowpan/6lowpan 0x8ea50212 lowpan_unregister_netdevice +EXPORT_SYMBOL net/6lowpan/6lowpan 0x95d59ce4 lowpan_nhc_add +EXPORT_SYMBOL net/6lowpan/6lowpan 0x9e40b8fc lowpan_register_netdev +EXPORT_SYMBOL net/6lowpan/6lowpan 0xed099f6a lowpan_nhc_del +EXPORT_SYMBOL net/802/p8022 0x113f8415 register_8022_client +EXPORT_SYMBOL net/802/p8022 0x16afeedb unregister_8022_client +EXPORT_SYMBOL net/802/psnap 0x22d0a70d register_snap_client +EXPORT_SYMBOL net/802/psnap 0x3f902be3 unregister_snap_client +EXPORT_SYMBOL net/9p/9pnet 0x005d2615 p9_tag_lookup +EXPORT_SYMBOL net/9p/9pnet 0x00a1636c p9_req_put +EXPORT_SYMBOL net/9p/9pnet 0x085c42dc p9_client_renameat +EXPORT_SYMBOL net/9p/9pnet 0x10a0fe39 p9_client_remove +EXPORT_SYMBOL net/9p/9pnet 0x12aa05d9 v9fs_get_trans_by_name +EXPORT_SYMBOL net/9p/9pnet 0x15ea4994 p9_client_readlink +EXPORT_SYMBOL net/9p/9pnet 0x17ca526c p9_client_mknod_dotl +EXPORT_SYMBOL net/9p/9pnet 0x1bf62f0c p9_release_pages +EXPORT_SYMBOL net/9p/9pnet 0x1de520ef p9_client_destroy +EXPORT_SYMBOL net/9p/9pnet 0x1f7e02f7 p9_client_fcreate +EXPORT_SYMBOL net/9p/9pnet 0x215bb7fa p9_client_readdir +EXPORT_SYMBOL net/9p/9pnet 0x22566fd6 p9_client_read +EXPORT_SYMBOL net/9p/9pnet 0x2e70f4bb __tracepoint_9p_fid_ref +EXPORT_SYMBOL net/9p/9pnet 0x3d4816d4 do_trace_9p_fid_put +EXPORT_SYMBOL net/9p/9pnet 0x3d73a797 p9_errstr2errno +EXPORT_SYMBOL net/9p/9pnet 0x3df701bb p9_show_client_options +EXPORT_SYMBOL net/9p/9pnet 0x41ce9823 p9stat_read +EXPORT_SYMBOL net/9p/9pnet 0x4ba99359 p9_fcall_fini +EXPORT_SYMBOL net/9p/9pnet 0x620676a4 p9_client_rename +EXPORT_SYMBOL net/9p/9pnet 0x6e240309 v9fs_register_trans +EXPORT_SYMBOL net/9p/9pnet 0x73a07a8f p9_client_symlink +EXPORT_SYMBOL net/9p/9pnet 0x73c11103 p9_is_proto_dotl +EXPORT_SYMBOL net/9p/9pnet 0x761cad64 p9_parse_header +EXPORT_SYMBOL net/9p/9pnet 0x78937335 p9_client_stat +EXPORT_SYMBOL net/9p/9pnet 0x7e90e8a2 p9_client_getlock_dotl +EXPORT_SYMBOL net/9p/9pnet 0x804ce304 p9_client_mkdir_dotl +EXPORT_SYMBOL net/9p/9pnet 0x89290a0c p9_client_setattr +EXPORT_SYMBOL net/9p/9pnet 0x8f42ccd9 p9_client_statfs +EXPORT_SYMBOL net/9p/9pnet 0x8f8eb671 __traceiter_9p_fid_ref +EXPORT_SYMBOL net/9p/9pnet 0x901e4d60 p9_client_cb +EXPORT_SYMBOL net/9p/9pnet 0x918b0b65 p9_client_create +EXPORT_SYMBOL net/9p/9pnet 0x95bd8f96 p9dirent_read +EXPORT_SYMBOL net/9p/9pnet 0x966f7ecf p9_client_create_dotl +EXPORT_SYMBOL net/9p/9pnet 0x9a8a85cf p9_client_open +EXPORT_SYMBOL net/9p/9pnet 0x9abaa9a4 p9_client_unlinkat +EXPORT_SYMBOL net/9p/9pnet 0x9f255942 do_trace_9p_fid_get +EXPORT_SYMBOL net/9p/9pnet 0xa09d7ac7 p9_client_walk +EXPORT_SYMBOL net/9p/9pnet 0xa243c650 p9_client_link +EXPORT_SYMBOL net/9p/9pnet 0xa8e98464 v9fs_unregister_trans +EXPORT_SYMBOL net/9p/9pnet 0xb1196ac9 p9_client_getattr_dotl +EXPORT_SYMBOL net/9p/9pnet 0xb55ae777 __SCK__tp_func_9p_fid_ref +EXPORT_SYMBOL net/9p/9pnet 0xb6827b81 p9_is_proto_dotu +EXPORT_SYMBOL net/9p/9pnet 0xb87a473d p9_client_attach +EXPORT_SYMBOL net/9p/9pnet 0xc400c281 p9_client_lock_dotl +EXPORT_SYMBOL net/9p/9pnet 0xc605cfae p9_client_clunk +EXPORT_SYMBOL net/9p/9pnet 0xd1461b28 p9_client_write +EXPORT_SYMBOL net/9p/9pnet 0xd384c683 p9stat_free +EXPORT_SYMBOL net/9p/9pnet 0xdc27c955 p9_client_wstat +EXPORT_SYMBOL net/9p/9pnet 0xdf621b1d p9_client_read_once +EXPORT_SYMBOL net/9p/9pnet 0xe377be54 p9_client_fsync +EXPORT_SYMBOL net/9p/9pnet 0xe58a3360 p9_error_init +EXPORT_SYMBOL net/9p/9pnet 0xf45a9329 v9fs_get_default_trans +EXPORT_SYMBOL net/9p/9pnet 0xf54ad3ac p9_client_disconnect +EXPORT_SYMBOL net/9p/9pnet 0xfc7001d0 p9_client_begin_disconnect +EXPORT_SYMBOL net/appletalk/appletalk 0x488c6df4 atalk_find_dev_addr +EXPORT_SYMBOL net/appletalk/appletalk 0x64b787b3 atrtr_get_dev +EXPORT_SYMBOL net/appletalk/appletalk 0x7923ebb2 aarp_send_ddp +EXPORT_SYMBOL net/appletalk/appletalk 0xded61c8f alloc_ltalkdev +EXPORT_SYMBOL net/atm/atm 0x16545e3e atm_dev_signal_change +EXPORT_SYMBOL net/atm/atm 0x1f582576 atm_dev_release_vccs +EXPORT_SYMBOL net/atm/atm 0x22874206 atm_charge +EXPORT_SYMBOL net/atm/atm 0x2cc2d52d vcc_hash +EXPORT_SYMBOL net/atm/atm 0x2f9c4c52 vcc_insert_socket +EXPORT_SYMBOL net/atm/atm 0x4443d399 atm_proc_root +EXPORT_SYMBOL net/atm/atm 0x44c6e633 vcc_sklist_lock +EXPORT_SYMBOL net/atm/atm 0x55e50182 atm_alloc_charge +EXPORT_SYMBOL net/atm/atm 0x6c1c76c8 vcc_process_recv_queue +EXPORT_SYMBOL net/atm/atm 0x9005b8d1 atm_dev_register +EXPORT_SYMBOL net/atm/atm 0x9feaf287 sonet_subtract_stats +EXPORT_SYMBOL net/atm/atm 0xa8fd79ac register_atm_ioctl +EXPORT_SYMBOL net/atm/atm 0xaa024146 sonet_copy_stats +EXPORT_SYMBOL net/atm/atm 0xba057494 atm_dev_deregister +EXPORT_SYMBOL net/atm/atm 0xbd349b61 atm_init_aal5 +EXPORT_SYMBOL net/atm/atm 0xbfb3e926 vcc_release_async +EXPORT_SYMBOL net/atm/atm 0xcbace1be deregister_atm_ioctl +EXPORT_SYMBOL net/atm/atm 0xd1f736be atm_dev_lookup +EXPORT_SYMBOL net/atm/atm 0xf49bc67a atm_pcr_goal +EXPORT_SYMBOL net/ax25/ax25 0x03798a85 ax25_linkfail_register +EXPORT_SYMBOL net/ax25/ax25 0x03ca3736 ax25_linkfail_release +EXPORT_SYMBOL net/ax25/ax25 0x1277d30b 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 0x4502c65a asc2ax +EXPORT_SYMBOL net/ax25/ax25 0x53dea1ff ax2asc +EXPORT_SYMBOL net/ax25/ax25 0x66b3b013 ax25_find_cb +EXPORT_SYMBOL net/ax25/ax25 0x7701c572 ax25_listen_register +EXPORT_SYMBOL net/ax25/ax25 0x82150a03 ax25_listen_release +EXPORT_SYMBOL net/ax25/ax25 0x8ede9e26 ax25_protocol_release +EXPORT_SYMBOL net/ax25/ax25 0x9d266f99 ax25_send_frame +EXPORT_SYMBOL net/ax25/ax25 0xb811b103 ax25_ip_xmit +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 0x0718b8b7 bt_info +EXPORT_SYMBOL net/bluetooth/bluetooth 0x09fd6f96 hci_reset_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x0f0e90aa bt_sock_poll +EXPORT_SYMBOL net/bluetooth/bluetooth 0x1284fab9 bt_sock_unlink +EXPORT_SYMBOL net/bluetooth/bluetooth 0x1a27cdcf hci_set_hw_info +EXPORT_SYMBOL net/bluetooth/bluetooth 0x1c0cd4e9 l2cap_register_user +EXPORT_SYMBOL net/bluetooth/bluetooth 0x1da07a79 bt_sock_link +EXPORT_SYMBOL net/bluetooth/bluetooth 0x214e4265 bt_warn +EXPORT_SYMBOL net/bluetooth/bluetooth 0x26005cf0 __hci_cmd_sync_status_sk +EXPORT_SYMBOL net/bluetooth/bluetooth 0x269d96b4 __hci_cmd_sync_ev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x2c578b4c l2cap_unregister_user +EXPORT_SYMBOL net/bluetooth/bluetooth 0x39d6bce9 hci_cmd_sync +EXPORT_SYMBOL net/bluetooth/bluetooth 0x3fb6c0ea hci_mgmt_chan_register +EXPORT_SYMBOL net/bluetooth/bluetooth 0x418f6367 __hci_cmd_sync_sk +EXPORT_SYMBOL net/bluetooth/bluetooth 0x4352c2f3 hci_suspend_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x46e91629 bt_sock_register +EXPORT_SYMBOL net/bluetooth/bluetooth 0x4843b197 hci_unregister_cb +EXPORT_SYMBOL net/bluetooth/bluetooth 0x4df950ae hci_conn_switch_role +EXPORT_SYMBOL net/bluetooth/bluetooth 0x513ce1d3 l2cap_conn_put +EXPORT_SYMBOL net/bluetooth/bluetooth 0x53c1aa40 hci_register_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x5408aa06 hci_cmd_sync_cancel +EXPORT_SYMBOL net/bluetooth/bluetooth 0x5ab1d1ba bt_accept_unlink +EXPORT_SYMBOL net/bluetooth/bluetooth 0x685c2df6 hci_resume_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x6a60dfff __hci_cmd_send +EXPORT_SYMBOL net/bluetooth/bluetooth 0x6a9aeabf hci_free_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x79593ffa __hci_cmd_sync_status +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 0x7da5ba5c hci_recv_diag +EXPORT_SYMBOL net/bluetooth/bluetooth 0x890bb57f bt_sock_recvmsg +EXPORT_SYMBOL net/bluetooth/bluetooth 0x8ca998c4 hci_get_route +EXPORT_SYMBOL net/bluetooth/bluetooth 0x8fea24bd bt_sock_unregister +EXPORT_SYMBOL net/bluetooth/bluetooth 0x9062875c bt_sock_reclassify_lock +EXPORT_SYMBOL net/bluetooth/bluetooth 0x942cba02 hci_alloc_dev_priv +EXPORT_SYMBOL net/bluetooth/bluetooth 0x964677e0 hci_recv_frame +EXPORT_SYMBOL net/bluetooth/bluetooth 0x96647f32 bt_accept_enqueue +EXPORT_SYMBOL net/bluetooth/bluetooth 0xa1f9ba68 l2cap_is_socket +EXPORT_SYMBOL net/bluetooth/bluetooth 0xa31ff926 hci_conn_check_secure +EXPORT_SYMBOL net/bluetooth/bluetooth 0xaf401a05 bt_sock_stream_recvmsg +EXPORT_SYMBOL net/bluetooth/bluetooth 0xaff47bec hci_release_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0xb1b4ffbb hci_register_cb +EXPORT_SYMBOL net/bluetooth/bluetooth 0xb30323fa bt_sock_ioctl +EXPORT_SYMBOL net/bluetooth/bluetooth 0xb69c2a89 hci_unregister_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0xb997acf5 bt_sock_wait_state +EXPORT_SYMBOL net/bluetooth/bluetooth 0xba870816 hci_conn_security +EXPORT_SYMBOL net/bluetooth/bluetooth 0xc62c8708 l2cap_chan_close +EXPORT_SYMBOL net/bluetooth/bluetooth 0xcfa973ef hci_mgmt_chan_unregister +EXPORT_SYMBOL net/bluetooth/bluetooth 0xd058aa94 l2cap_conn_get +EXPORT_SYMBOL net/bluetooth/bluetooth 0xd7613212 bt_err_ratelimited +EXPORT_SYMBOL net/bluetooth/bluetooth 0xdb06f7ad hci_cmd_sync_queue +EXPORT_SYMBOL net/bluetooth/bluetooth 0xdb9daf47 hci_set_fw_info +EXPORT_SYMBOL net/bluetooth/bluetooth 0xddacccf6 bt_warn_ratelimited +EXPORT_SYMBOL net/bluetooth/bluetooth 0xe93077db bt_procfs_cleanup +EXPORT_SYMBOL net/bluetooth/bluetooth 0xebb435de bt_sock_wait_ready +EXPORT_SYMBOL net/bluetooth/bluetooth 0xece67a61 __hci_cmd_sync +EXPORT_SYMBOL net/bluetooth/bluetooth 0xedd5c9ac bt_procfs_init +EXPORT_SYMBOL net/bluetooth/bluetooth 0xefb2d156 bt_accept_dequeue +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0x15bf9ef5 ebt_register_table +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0x2d7d2736 ebt_unregister_table_pre_exit +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0x60322c6e ebt_register_template +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0xab899202 ebt_unregister_template +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0xb5332a77 ebt_do_table +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0xbed19dfe ebt_unregister_table +EXPORT_SYMBOL net/caif/caif 0x09a5ba1d 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 0x44ff06b5 get_cfcnfg +EXPORT_SYMBOL net/caif/caif 0x4a237e57 cfpkt_tonative +EXPORT_SYMBOL net/caif/caif 0x839ddb7b cfcnfg_set_phy_state +EXPORT_SYMBOL net/caif/caif 0x9e3e305d cfpkt_set_prio +EXPORT_SYMBOL net/caif/caif 0xb76e2ed3 caif_enroll_dev +EXPORT_SYMBOL net/caif/caif 0xb7b6874e caif_free_client +EXPORT_SYMBOL net/caif/caif 0xc01a83e1 cfcnfg_add_phy_layer +EXPORT_SYMBOL net/caif/caif 0xe857ee9b caif_disconnect_client +EXPORT_SYMBOL net/can/can 0x147fb0ca can_rx_register +EXPORT_SYMBOL net/can/can 0x6d52d3d7 can_send +EXPORT_SYMBOL net/can/can 0x96e634a5 can_rx_unregister +EXPORT_SYMBOL net/can/can 0xa539d4cb can_sock_destruct +EXPORT_SYMBOL net/can/can 0xb8a9961c can_proto_unregister +EXPORT_SYMBOL net/can/can 0xdb70ae34 can_proto_register +EXPORT_SYMBOL net/ceph/libceph 0x02c4f0ba ceph_auth_handle_bad_authorizer +EXPORT_SYMBOL net/ceph/libceph 0x04cad6f0 ceph_pg_poolid_by_name +EXPORT_SYMBOL net/ceph/libceph 0x0639d133 ceph_copy_to_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x08ee3171 osd_req_op_cls_init +EXPORT_SYMBOL net/ceph/libceph 0x0e26bf58 osd_req_op_extent_osd_data_bvecs +EXPORT_SYMBOL net/ceph/libceph 0x0e2a41fc ceph_monc_wait_osdmap +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 0x1695d91c osd_req_op_copy_from_init +EXPORT_SYMBOL net/ceph/libceph 0x17884577 ceph_osdc_notify_ack +EXPORT_SYMBOL net/ceph/libceph 0x17c17611 ceph_pg_to_acting_primary +EXPORT_SYMBOL net/ceph/libceph 0x1a3c2f1b ceph_msg_data_add_pages +EXPORT_SYMBOL net/ceph/libceph 0x1a8f82d6 ceph_wait_for_latest_osdmap +EXPORT_SYMBOL net/ceph/libceph 0x1b247c95 ceph_auth_verify_authorizer_reply +EXPORT_SYMBOL net/ceph/libceph 0x1ec124d2 ceph_osdc_abort_requests +EXPORT_SYMBOL net/ceph/libceph 0x1f350211 ceph_reset_client_addr +EXPORT_SYMBOL net/ceph/libceph 0x2087719e ceph_oid_copy +EXPORT_SYMBOL net/ceph/libceph 0x20fe6080 ceph_osdc_clear_abort_err +EXPORT_SYMBOL net/ceph/libceph 0x2101cbc9 ceph_oid_destroy +EXPORT_SYMBOL net/ceph/libceph 0x23565b11 ceph_msg_get +EXPORT_SYMBOL net/ceph/libceph 0x23bc7ce4 osd_req_op_init +EXPORT_SYMBOL net/ceph/libceph 0x274f3244 ceph_osdc_watch +EXPORT_SYMBOL net/ceph/libceph 0x2773b961 ceph_parse_mon_ips +EXPORT_SYMBOL net/ceph/libceph 0x281bda89 ceph_auth_is_authenticated +EXPORT_SYMBOL net/ceph/libceph 0x28990024 osd_req_op_extent_osd_data_pages +EXPORT_SYMBOL net/ceph/libceph 0x28e0d448 ceph_copy_from_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x2a983d26 ceph_pagelist_release +EXPORT_SYMBOL net/ceph/libceph 0x2e21cf0f ceph_osdc_put_request +EXPORT_SYMBOL net/ceph/libceph 0x2e66ad10 ceph_msg_new +EXPORT_SYMBOL net/ceph/libceph 0x33bb67df osd_req_op_extent_init +EXPORT_SYMBOL net/ceph/libceph 0x38f2d94e ceph_file_to_extents +EXPORT_SYMBOL net/ceph/libceph 0x3c8d7111 ceph_get_num_objects +EXPORT_SYMBOL net/ceph/libceph 0x4011b513 ceph_con_open +EXPORT_SYMBOL net/ceph/libceph 0x410b4ab5 ceph_monc_stop +EXPORT_SYMBOL net/ceph/libceph 0x410e8cea __ceph_open_session +EXPORT_SYMBOL net/ceph/libceph 0x417a9131 ceph_oloc_destroy +EXPORT_SYMBOL net/ceph/libceph 0x4298b3d7 ceph_auth_get_authorizer +EXPORT_SYMBOL net/ceph/libceph 0x466b85b8 libceph_compatible +EXPORT_SYMBOL net/ceph/libceph 0x476a60ce ceph_copy_user_to_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x47920ef9 ceph_zero_page_vector_range +EXPORT_SYMBOL net/ceph/libceph 0x486d1920 ceph_con_send +EXPORT_SYMBOL net/ceph/libceph 0x48b44db5 ceph_compare_options +EXPORT_SYMBOL net/ceph/libceph 0x48e9c45b ceph_osdc_wait_request +EXPORT_SYMBOL net/ceph/libceph 0x4affd6c2 ceph_parse_fsid +EXPORT_SYMBOL net/ceph/libceph 0x50603ce3 ceph_decode_entity_addrvec +EXPORT_SYMBOL net/ceph/libceph 0x52bb0585 ceph_create_client +EXPORT_SYMBOL net/ceph/libceph 0x5343fabb osd_req_op_raw_data_in_pages +EXPORT_SYMBOL net/ceph/libceph 0x56e81eea ceph_auth_handle_svc_reply_more +EXPORT_SYMBOL net/ceph/libceph 0x57baf885 ceph_str_hash +EXPORT_SYMBOL net/ceph/libceph 0x5aeeee62 ceph_oid_aprintf +EXPORT_SYMBOL net/ceph/libceph 0x5b9eb71b osd_req_op_cls_request_data_bvecs +EXPORT_SYMBOL net/ceph/libceph 0x5bff9909 ceph_osdc_update_epoch_barrier +EXPORT_SYMBOL net/ceph/libceph 0x5c22073e ceph_monc_do_statfs +EXPORT_SYMBOL net/ceph/libceph 0x5e920cbd ceph_monc_renew_subs +EXPORT_SYMBOL net/ceph/libceph 0x61dc3219 osd_req_op_extent_osd_data +EXPORT_SYMBOL net/ceph/libceph 0x62d69106 osd_req_op_cls_request_data_pagelist +EXPORT_SYMBOL net/ceph/libceph 0x63758856 ceph_str_hash_name +EXPORT_SYMBOL net/ceph/libceph 0x67f6e8fc ceph_cls_assert_locked +EXPORT_SYMBOL net/ceph/libceph 0x6a6740da __ceph_auth_get_authorizer +EXPORT_SYMBOL net/ceph/libceph 0x6a7a38a0 ceph_pr_addr +EXPORT_SYMBOL net/ceph/libceph 0x6ca578e6 ceph_monc_want_map +EXPORT_SYMBOL net/ceph/libceph 0x72786e12 ceph_msg_new2 +EXPORT_SYMBOL net/ceph/libceph 0x737d22b1 ceph_check_fsid +EXPORT_SYMBOL net/ceph/libceph 0x7686d070 ceph_destroy_client +EXPORT_SYMBOL net/ceph/libceph 0x78efb6c4 ceph_client_addr +EXPORT_SYMBOL net/ceph/libceph 0x7b589a49 ceph_osdc_unwatch +EXPORT_SYMBOL net/ceph/libceph 0x7f077b14 ceph_osdc_list_watchers +EXPORT_SYMBOL net/ceph/libceph 0x82f38d01 ceph_osdc_get_request +EXPORT_SYMBOL net/ceph/libceph 0x86fca7e4 ceph_put_snap_context +EXPORT_SYMBOL net/ceph/libceph 0x8f9486b6 ceph_cls_lock_info +EXPORT_SYMBOL net/ceph/libceph 0x8ffd1b46 ceph_msg_data_add_pagelist +EXPORT_SYMBOL net/ceph/libceph 0x90adfc21 ceph_monc_blocklist_add +EXPORT_SYMBOL net/ceph/libceph 0x92b7b4ce ceph_pg_pool_flags +EXPORT_SYMBOL net/ceph/libceph 0x94a75975 osd_req_op_cls_request_data_pages +EXPORT_SYMBOL net/ceph/libceph 0x94e5ef4e ceph_con_close +EXPORT_SYMBOL net/ceph/libceph 0x969d852d osd_req_op_alloc_hint_init +EXPORT_SYMBOL net/ceph/libceph 0x987d3968 ceph_alloc_options +EXPORT_SYMBOL net/ceph/libceph 0x9a4bac95 ceph_osdc_start_request +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 0x9d7ae10e ceph_cls_lock +EXPORT_SYMBOL net/ceph/libceph 0x9de13ccf osd_req_op_cls_response_data_pages +EXPORT_SYMBOL net/ceph/libceph 0x9de73112 ceph_release_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x9ec9bb55 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 0xa077825e ceph_put_page_vector +EXPORT_SYMBOL net/ceph/libceph 0xa3a355be ceph_print_client_options +EXPORT_SYMBOL net/ceph/libceph 0xa434087d ceph_auth_invalidate_authorizer +EXPORT_SYMBOL net/ceph/libceph 0xa698f998 ceph_free_lockers +EXPORT_SYMBOL net/ceph/libceph 0xad703657 ceph_auth_destroy_authorizer +EXPORT_SYMBOL net/ceph/libceph 0xad849570 ceph_monc_get_version +EXPORT_SYMBOL net/ceph/libceph 0xafb8a407 ceph_msgr_flush +EXPORT_SYMBOL net/ceph/libceph 0xb0f3967e ceph_msg_data_add_bvecs +EXPORT_SYMBOL net/ceph/libceph 0xb1b5123e ceph_monc_get_version_async +EXPORT_SYMBOL net/ceph/libceph 0xb54676fa ceph_msg_type_name +EXPORT_SYMBOL net/ceph/libceph 0xb639e51c ceph_osdc_sync +EXPORT_SYMBOL net/ceph/libceph 0xb72c162e ceph_buffer_release +EXPORT_SYMBOL net/ceph/libceph 0xbb28834f ceph_auth_add_authorizer_challenge +EXPORT_SYMBOL net/ceph/libceph 0xbb420872 ceph_open_session +EXPORT_SYMBOL net/ceph/libceph 0xbd2f79ae ceph_oloc_copy +EXPORT_SYMBOL net/ceph/libceph 0xbdffb1e6 ceph_parse_param +EXPORT_SYMBOL net/ceph/libceph 0xbe3879aa ceph_get_snap_context +EXPORT_SYMBOL net/ceph/libceph 0xbf625d02 ceph_msg_put +EXPORT_SYMBOL net/ceph/libceph 0xc0ba6bfc ceph_client_gid +EXPORT_SYMBOL net/ceph/libceph 0xc366bfa1 ceph_pagelist_truncate +EXPORT_SYMBOL net/ceph/libceph 0xc5253f55 ceph_auth_handle_svc_reply_done +EXPORT_SYMBOL net/ceph/libceph 0xc8027c1c ceph_monc_got_map +EXPORT_SYMBOL net/ceph/libceph 0xc86a0d21 ceph_cls_break_lock +EXPORT_SYMBOL net/ceph/libceph 0xca26ece8 ceph_osdc_new_request +EXPORT_SYMBOL net/ceph/libceph 0xca2f0452 ceph_osdc_alloc_messages +EXPORT_SYMBOL net/ceph/libceph 0xca80437b ceph_extent_to_file +EXPORT_SYMBOL net/ceph/libceph 0xcaf0a339 ceph_monc_open_session +EXPORT_SYMBOL net/ceph/libceph 0xd083db88 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 0xd51bf8e0 osd_req_op_extent_dup_last +EXPORT_SYMBOL net/ceph/libceph 0xd5f723d7 osd_req_op_extent_osd_data_bvec_pos +EXPORT_SYMBOL net/ceph/libceph 0xd9417353 ceph_monc_validate_auth +EXPORT_SYMBOL net/ceph/libceph 0xdaebc4be ceph_osdc_cancel_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 0xe34a59f2 ceph_object_locator_to_pg +EXPORT_SYMBOL net/ceph/libceph 0xe5c2d4bc osd_req_op_xattr_init +EXPORT_SYMBOL net/ceph/libceph 0xe76e7226 ceph_pagelist_alloc +EXPORT_SYMBOL net/ceph/libceph 0xe86e198c ceph_osdc_maybe_request_map +EXPORT_SYMBOL net/ceph/libceph 0xe91123d4 ceph_cls_set_cookie +EXPORT_SYMBOL net/ceph/libceph 0xea0e6de5 ceph_osdc_call +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 0xf00ffe4c ceph_osdc_alloc_request +EXPORT_SYMBOL net/ceph/libceph 0xf0366a74 osd_req_op_extent_update +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 0xf318af3b ceph_alloc_page_vector +EXPORT_SYMBOL net/ceph/libceph 0xf4ff41e2 ceph_osdc_notify +EXPORT_SYMBOL net/ceph/libceph 0xf582fc8b osd_req_op_extent_osd_data_pagelist +EXPORT_SYMBOL net/ceph/libceph 0xf896a708 osd_req_op_extent_osd_data_bio +EXPORT_SYMBOL net/ceph/libceph 0xf8d83284 ceph_con_keepalive +EXPORT_SYMBOL net/ceph/libceph 0xfa52bafe ceph_monc_init +EXPORT_SYMBOL net/ceph/libceph 0xfc9856e9 ceph_osdc_flush_notifies +EXPORT_SYMBOL net/ceph/libceph 0xfca6c8ae ceph_cls_unlock +EXPORT_SYMBOL net/ceph/libceph 0xffd21109 ceph_con_init +EXPORT_SYMBOL net/dccp/dccp_ipv4 0xbec98579 dccp_syn_ack_timeout +EXPORT_SYMBOL net/dccp/dccp_ipv4 0xebefe072 dccp_req_err +EXPORT_SYMBOL net/hsr/hsr 0x8971b2d2 is_hsr_master +EXPORT_SYMBOL net/hsr/hsr 0xfc7e34b9 hsr_get_version +EXPORT_SYMBOL net/ieee802154/ieee802154 0x11d20300 wpan_phy_new +EXPORT_SYMBOL net/ieee802154/ieee802154 0x34ea4a0a wpan_phy_free +EXPORT_SYMBOL net/ieee802154/ieee802154 0x59e2c620 wpan_phy_unregister +EXPORT_SYMBOL net/ieee802154/ieee802154 0x9d9b2632 wpan_phy_register +EXPORT_SYMBOL net/ieee802154/ieee802154 0xab1ddfe7 wpan_phy_for_each +EXPORT_SYMBOL net/ieee802154/ieee802154 0xf77b875b wpan_phy_find +EXPORT_SYMBOL net/ipv4/fou 0x1757d1a4 fou_encap_hlen +EXPORT_SYMBOL net/ipv4/fou 0x9911a4b9 __gue_build_header +EXPORT_SYMBOL net/ipv4/fou 0xed74b537 __fou_build_header +EXPORT_SYMBOL net/ipv4/fou 0xf13914b3 gue_encap_hlen +EXPORT_SYMBOL net/ipv4/gre 0x5bd6fe45 gre_parse_header +EXPORT_SYMBOL net/ipv4/ip_tunnel 0x2e2843f6 ip_tunnel_encap_del_ops +EXPORT_SYMBOL net/ipv4/ip_tunnel 0x40126430 ip_tunnel_encap_add_ops +EXPORT_SYMBOL net/ipv4/ip_tunnel 0x560bbf60 ip_tunnel_get_link_net +EXPORT_SYMBOL net/ipv4/ip_tunnel 0xe9bc7357 ip_tunnel_get_iflink +EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0x086c077f arpt_register_table +EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0x167aef77 arpt_unregister_table_pre_exit +EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0xaca9dd88 arpt_do_table +EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0xedaec087 arpt_unregister_table +EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0x12948f38 ipt_unregister_table_exit +EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0x1b721865 ipt_do_table +EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0x29a4c50b ipt_register_table +EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0x926125b3 ipt_unregister_table_pre_exit +EXPORT_SYMBOL net/ipv4/tunnel4 0x42e8845c xfrm4_tunnel_register +EXPORT_SYMBOL net/ipv4/tunnel4 0x67ba14ae xfrm4_tunnel_deregister +EXPORT_SYMBOL net/ipv4/udp_tunnel 0xd1175388 udp_sock_create4 +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x163281f3 ip6_tnl_xmit +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x40705667 ip6_tnl_encap_add_ops +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x495e9e6a ip6_tnl_change_mtu +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x64a62e15 ip6_tnl_get_iflink +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x65f00b40 ip6_tnl_rcv +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x8e628ec0 ip6_tnl_parse_tlv_enc_lim +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x923fbb3e ip6_tnl_encap_del_ops +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0xdfabaead ip6_tnl_get_cap +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0xe22dab03 ip6_tnl_get_link_net +EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0x972ec52b ip6t_do_table +EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0xc00d1bda ip6t_register_table +EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0xe07df47a ip6t_unregister_table_pre_exit +EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0xfa8286ae ip6t_unregister_table_exit +EXPORT_SYMBOL net/ipv6/tunnel6 0x04a0bff8 xfrm6_tunnel_deregister +EXPORT_SYMBOL net/ipv6/tunnel6 0x7d1ff1ac xfrm6_tunnel_register +EXPORT_SYMBOL net/ipv6/xfrm6_tunnel 0x0a986b63 xfrm6_tunnel_spi_lookup +EXPORT_SYMBOL net/ipv6/xfrm6_tunnel 0xb6a3520c xfrm6_tunnel_alloc_spi +EXPORT_SYMBOL net/lapb/lapb 0x37d695e5 lapb_data_received +EXPORT_SYMBOL net/lapb/lapb 0x40c530a2 lapb_getparms +EXPORT_SYMBOL net/lapb/lapb 0x9c4678ba lapb_connect_request +EXPORT_SYMBOL net/lapb/lapb 0xa8bbb5b9 lapb_register +EXPORT_SYMBOL net/lapb/lapb 0xd7fc5133 lapb_disconnect_request +EXPORT_SYMBOL net/lapb/lapb 0xe0924701 lapb_setparms +EXPORT_SYMBOL net/lapb/lapb 0xf0fd9206 lapb_unregister +EXPORT_SYMBOL net/lapb/lapb 0xf26da847 lapb_data_request +EXPORT_SYMBOL net/llc/llc 0x18fc4abe llc_sap_open +EXPORT_SYMBOL net/llc/llc 0x32d9b8d0 llc_mac_hdr_init +EXPORT_SYMBOL net/llc/llc 0x38b92846 llc_remove_pack +EXPORT_SYMBOL net/llc/llc 0x3da104e8 llc_set_station_handler +EXPORT_SYMBOL net/llc/llc 0x4299ab38 llc_sap_find +EXPORT_SYMBOL net/llc/llc 0x52d7b2fd llc_sap_list +EXPORT_SYMBOL net/llc/llc 0xa33ab528 llc_build_and_send_ui_pkt +EXPORT_SYMBOL net/llc/llc 0xe4c98413 llc_add_pack +EXPORT_SYMBOL net/llc/llc 0xfd04a431 llc_sap_close +EXPORT_SYMBOL net/mac80211/mac80211 0x01702730 ieee80211_sta_recalc_aggregates +EXPORT_SYMBOL net/mac80211/mac80211 0x03a78f70 ieee80211_sta_set_buffered +EXPORT_SYMBOL net/mac80211/mac80211 0x0d292db5 ieee80211_rate_control_unregister +EXPORT_SYMBOL net/mac80211/mac80211 0x0d480988 ieee80211_wake_queues +EXPORT_SYMBOL net/mac80211/mac80211 0x0d7b5039 ieee80211_stop_rx_ba_session +EXPORT_SYMBOL net/mac80211/mac80211 0x10e87502 ieee80211_tx_rate_update +EXPORT_SYMBOL net/mac80211/mac80211 0x128d6725 ieee80211_radar_detected +EXPORT_SYMBOL net/mac80211/mac80211 0x16eba2cd ieee80211_queue_stopped +EXPORT_SYMBOL net/mac80211/mac80211 0x19bd5af1 ieee80211_rts_duration +EXPORT_SYMBOL net/mac80211/mac80211 0x19f37f0d ieee80211_update_p2p_noa +EXPORT_SYMBOL net/mac80211/mac80211 0x1a86a11e ieee80211_tx_prepare_skb +EXPORT_SYMBOL net/mac80211/mac80211 0x1cf75d45 ieee80211_get_tkip_p1k_iv +EXPORT_SYMBOL net/mac80211/mac80211 0x1d73479f __ieee80211_schedule_txq +EXPORT_SYMBOL net/mac80211/mac80211 0x1dcbca91 ieee80211_sta_ps_transition +EXPORT_SYMBOL net/mac80211/mac80211 0x1e2d8d9d ieee80211_rx_ba_timer_expired +EXPORT_SYMBOL net/mac80211/mac80211 0x2385a22a ieee80211_register_hw +EXPORT_SYMBOL net/mac80211/mac80211 0x24cfd819 ieee80211_beacon_get_tim +EXPORT_SYMBOL net/mac80211/mac80211 0x270aa24e ieee80211_start_tx_ba_cb_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0x2797de9c rate_control_set_rates +EXPORT_SYMBOL net/mac80211/mac80211 0x296b1d0c ieee80211_rts_get +EXPORT_SYMBOL net/mac80211/mac80211 0x2d62e65a ieee80211_report_wowlan_wakeup +EXPORT_SYMBOL net/mac80211/mac80211 0x327a42c9 ieee80211_wake_queue +EXPORT_SYMBOL net/mac80211/mac80211 0x33a74df8 ieee80211_rx_list +EXPORT_SYMBOL net/mac80211/mac80211 0x356fc053 ieee80211_chswitch_done +EXPORT_SYMBOL net/mac80211/mac80211 0x385f86df ieee80211_scan_completed +EXPORT_SYMBOL net/mac80211/mac80211 0x391eda45 ieee80211_get_tkip_rx_p1k +EXPORT_SYMBOL net/mac80211/mac80211 0x3a1926f9 ieee80211_sta_uapsd_trigger +EXPORT_SYMBOL net/mac80211/mac80211 0x3bc74e68 ieee80211_channel_switch_disconnect +EXPORT_SYMBOL net/mac80211/mac80211 0x3de22f67 ieee80211_rx_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0x3e3cdc0f ieee80211_nan_func_terminated +EXPORT_SYMBOL net/mac80211/mac80211 0x460045e4 ieee80211_proberesp_get +EXPORT_SYMBOL net/mac80211/mac80211 0x4a23aea9 ieee80211_unregister_hw +EXPORT_SYMBOL net/mac80211/mac80211 0x4fc7180b ieee80211_get_unsol_bcast_probe_resp_tmpl +EXPORT_SYMBOL net/mac80211/mac80211 0x5378aa98 ieee80211_sched_scan_stopped +EXPORT_SYMBOL net/mac80211/mac80211 0x544f59f1 ieee80211_handle_wake_tx_queue +EXPORT_SYMBOL net/mac80211/mac80211 0x54652ed5 ieee80211_stop_queues +EXPORT_SYMBOL net/mac80211/mac80211 0x54ea77a8 ieee80211_nullfunc_get +EXPORT_SYMBOL net/mac80211/mac80211 0x5646779f __ieee80211_get_assoc_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0x57174fa4 ieee80211_tx_status_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0x5834e773 ieee80211_nan_func_match +EXPORT_SYMBOL net/mac80211/mac80211 0x5b8e756c ieee80211_rate_control_register +EXPORT_SYMBOL net/mac80211/mac80211 0x6067f1de ieee80211_queue_work +EXPORT_SYMBOL net/mac80211/mac80211 0x61d3c72e ieee80211_ap_probereq_get +EXPORT_SYMBOL net/mac80211/mac80211 0x68a9f0ae ieee80211_sta_pspoll +EXPORT_SYMBOL net/mac80211/mac80211 0x693632c6 ieee80211_alloc_hw_nm +EXPORT_SYMBOL net/mac80211/mac80211 0x6bb74f37 wiphy_to_ieee80211_hw +EXPORT_SYMBOL net/mac80211/mac80211 0x6c9e8d70 ieee80211_beacon_get_template +EXPORT_SYMBOL net/mac80211/mac80211 0x6d4b6821 ieee80211_free_txskb +EXPORT_SYMBOL net/mac80211/mac80211 0x6d521f6a ieee80211_generic_frame_duration +EXPORT_SYMBOL net/mac80211/mac80211 0x70c611d9 ieee80211_sta_eosp +EXPORT_SYMBOL net/mac80211/mac80211 0x758e40e2 ieee80211_next_txq +EXPORT_SYMBOL net/mac80211/mac80211 0x766c2c4b ieee80211_ctstoself_duration +EXPORT_SYMBOL net/mac80211/mac80211 0x7914b97c ieee80211_beacon_set_cntdwn +EXPORT_SYMBOL net/mac80211/mac80211 0x7db7432a ieee80211_csa_finish +EXPORT_SYMBOL net/mac80211/mac80211 0x7f255ff4 ieee80211_beacon_loss +EXPORT_SYMBOL net/mac80211/mac80211 0x7f291dcc ieee80211_report_low_ack +EXPORT_SYMBOL net/mac80211/mac80211 0x804fdc4c __ieee80211_create_tpt_led_trigger +EXPORT_SYMBOL net/mac80211/mac80211 0x816655dd ieee80211_sta_register_airtime +EXPORT_SYMBOL net/mac80211/mac80211 0x8211e98c ieee80211_disconnect +EXPORT_SYMBOL net/mac80211/mac80211 0x8941d2b3 __ieee80211_get_rx_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0x896cbc9e ieee80211_tx_status_ext +EXPORT_SYMBOL net/mac80211/mac80211 0x897ed9a5 ieee80211_mark_rx_ba_filtered_frames +EXPORT_SYMBOL net/mac80211/mac80211 0x8d0dd8eb ieee80211_tdls_oper_request +EXPORT_SYMBOL net/mac80211/mac80211 0x92d072fe ieee80211_iter_keys_rcu +EXPORT_SYMBOL net/mac80211/mac80211 0x935c7c3d ieee80211_find_sta +EXPORT_SYMBOL net/mac80211/mac80211 0x93dc93a6 ieee80211_get_tx_rates +EXPORT_SYMBOL net/mac80211/mac80211 0x94f0ed9a ieee80211_stop_queue +EXPORT_SYMBOL net/mac80211/mac80211 0x95febea6 ieee80211_get_bssid +EXPORT_SYMBOL net/mac80211/mac80211 0x991a0ca0 ieee80211_parse_p2p_noa +EXPORT_SYMBOL net/mac80211/mac80211 0x999ea67c __ieee80211_get_radio_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0x9ba5cdc7 ieee80211_stop_tx_ba_cb_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0x9d9bbfae ieee80211_connection_loss +EXPORT_SYMBOL net/mac80211/mac80211 0x9e9f7157 ieee80211_stop_tx_ba_session +EXPORT_SYMBOL net/mac80211/mac80211 0x9ea6bb18 ieee80211_probereq_get +EXPORT_SYMBOL net/mac80211/mac80211 0x9fe836b5 ieee80211_get_fils_discovery_tmpl +EXPORT_SYMBOL net/mac80211/mac80211 0xa7905b5e __ieee80211_get_tx_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0xaeb9a917 ieee80211_get_key_rx_seq +EXPORT_SYMBOL net/mac80211/mac80211 0xc01792a0 ieee80211_manage_rx_ba_offl +EXPORT_SYMBOL net/mac80211/mac80211 0xc03a42dd ieee80211_restart_hw +EXPORT_SYMBOL net/mac80211/mac80211 0xc04f2bef ieee80211_enable_rssi_reports +EXPORT_SYMBOL net/mac80211/mac80211 0xc072e2b0 ieee80211_beacon_update_cntdwn +EXPORT_SYMBOL net/mac80211/mac80211 0xc7893a44 ieee80211_cqm_beacon_loss_notify +EXPORT_SYMBOL net/mac80211/mac80211 0xcfc1d0e4 ieee80211_sched_scan_results +EXPORT_SYMBOL net/mac80211/mac80211 0xd2db68ce ieee80211_ctstoself_get +EXPORT_SYMBOL net/mac80211/mac80211 0xd32fd369 ieee80211_send_eosp_nullfunc +EXPORT_SYMBOL net/mac80211/mac80211 0xd6ab59e2 ieee80211_beacon_cntdwn_is_complete +EXPORT_SYMBOL net/mac80211/mac80211 0xd7763338 ieee80211_start_tx_ba_session +EXPORT_SYMBOL net/mac80211/mac80211 0xd9efdfdb ieee80211_txq_may_transmit +EXPORT_SYMBOL net/mac80211/mac80211 0xdbb8c9a3 ieee80211_free_hw +EXPORT_SYMBOL net/mac80211/mac80211 0xdf230d5a ieee80211_iter_keys +EXPORT_SYMBOL net/mac80211/mac80211 0xe02ca43a ieee80211_send_bar +EXPORT_SYMBOL net/mac80211/mac80211 0xe04186d9 ieee80211_sta_block_awake +EXPORT_SYMBOL net/mac80211/mac80211 0xe132d932 ieee80211_tx_status_8023 +EXPORT_SYMBOL net/mac80211/mac80211 0xe1e13636 ieee80211_reserve_tid +EXPORT_SYMBOL net/mac80211/mac80211 0xe214b51b ieee80211_get_tkip_p2k +EXPORT_SYMBOL net/mac80211/mac80211 0xe47cbffb ieee80211_txq_schedule_start +EXPORT_SYMBOL net/mac80211/mac80211 0xe5eb47d9 ieee80211_queue_delayed_work +EXPORT_SYMBOL net/mac80211/mac80211 0xe789623e ieee80211_disable_rssi_reports +EXPORT_SYMBOL net/mac80211/mac80211 0xeb0f82e3 ieee80211_txq_get_depth +EXPORT_SYMBOL net/mac80211/mac80211 0xeca143f1 ieee80211_tx_status +EXPORT_SYMBOL net/mac80211/mac80211 0xece7b646 ieee80211_txq_airtime_check +EXPORT_SYMBOL net/mac80211/mac80211 0xee6e4a8d ieee80211_rx_napi +EXPORT_SYMBOL net/mac80211/mac80211 0xf8eba475 ieee80211_get_buffered_bc +EXPORT_SYMBOL net/mac80211/mac80211 0xf9efdb5e ieee80211_pspoll_get +EXPORT_SYMBOL net/mac80211/mac80211 0xfae98a09 ieee80211_cqm_rssi_notify +EXPORT_SYMBOL net/mac80211/mac80211 0xfc19b77f ieee80211_unreserve_tid +EXPORT_SYMBOL net/mac80211/mac80211 0xfd1366ad ieee80211_tx_dequeue +EXPORT_SYMBOL net/mac802154/mac802154 0x02e32f53 ieee802154_configure_durations +EXPORT_SYMBOL net/mac802154/mac802154 0x28871d74 ieee802154_rx_irqsafe +EXPORT_SYMBOL net/mac802154/mac802154 0x56069c4c ieee802154_xmit_hw_error +EXPORT_SYMBOL net/mac802154/mac802154 0x5e27e420 ieee802154_register_hw +EXPORT_SYMBOL net/mac802154/mac802154 0x736b238d ieee802154_alloc_hw +EXPORT_SYMBOL net/mac802154/mac802154 0x8199d72e ieee802154_xmit_error +EXPORT_SYMBOL net/mac802154/mac802154 0xd38efbbe ieee802154_xmit_complete +EXPORT_SYMBOL net/mac802154/mac802154 0xd67afbdb ieee802154_unregister_hw +EXPORT_SYMBOL net/mac802154/mac802154 0xec4c8e49 ieee802154_free_hw +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x12465e7e register_ip_vs_app +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x17e3d6d4 ip_vs_conn_put +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x3e8a5979 ip_vs_proto_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x55a2bba6 ip_vs_conn_out_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x6ed4f0c2 ip_vs_conn_in_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x75ba2322 ip_vs_tcp_conn_listen +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x98b78461 unregister_ip_vs_scheduler +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x9daa91f5 ip_vs_conn_new +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x9fc74954 unregister_ip_vs_app +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xaf48b2e5 ip_vs_nfct_expect_related +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xcdb9dbb2 ip_vs_new_conn_out +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xd712652a register_ip_vs_app_inc +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xd831a1a2 ip_vs_proto_name +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xd94839c5 ip_vs_scheduler_err +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xded002fd ip_vs_proto_data_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xfc09417b register_ip_vs_scheduler +EXPORT_SYMBOL net/netfilter/nf_conntrack 0x3b08a8f0 nf_ct_destroy +EXPORT_SYMBOL net/netfilter/nf_conntrack 0x89d99ee1 __nf_ct_ext_find +EXPORT_SYMBOL net/netfilter/nf_conntrack 0xc2849d72 nf_ct_ext_add +EXPORT_SYMBOL net/netfilter/nf_conntrack_pptp 0xf2a36612 pptp_msg_name +EXPORT_SYMBOL net/netfilter/nf_nat 0x075135bb nf_nat_mangle_udp_packet +EXPORT_SYMBOL net/netfilter/nf_nat 0x1f2b1bfc nf_nat_setup_info +EXPORT_SYMBOL net/netfilter/nf_nat 0x2cb0e19e __nf_nat_mangle_tcp_packet +EXPORT_SYMBOL net/netfilter/nf_nat 0xb590915b 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 0x239a74f2 xt_register_targets +EXPORT_SYMBOL net/netfilter/x_tables 0x28c544ae xt_find_match +EXPORT_SYMBOL net/netfilter/x_tables 0x3bf9d084 xt_check_table_hooks +EXPORT_SYMBOL net/netfilter/x_tables 0x3d9c4c6a xt_register_match +EXPORT_SYMBOL net/netfilter/x_tables 0x438feb8b xt_unregister_target +EXPORT_SYMBOL net/netfilter/x_tables 0x48012e28 xt_check_proc_name +EXPORT_SYMBOL net/netfilter/x_tables 0x50873741 xt_compat_init_offsets +EXPORT_SYMBOL net/netfilter/x_tables 0x84b7c0cf xt_unregister_matches +EXPORT_SYMBOL net/netfilter/x_tables 0x89fa5a8f xt_unregister_targets +EXPORT_SYMBOL net/netfilter/x_tables 0x977fd4bf xt_alloc_table_info +EXPORT_SYMBOL net/netfilter/x_tables 0xa240946e xt_register_target +EXPORT_SYMBOL net/netfilter/x_tables 0xa25fc115 xt_compat_check_entry_offsets +EXPORT_SYMBOL net/netfilter/x_tables 0xbb7cac54 xt_unregister_match +EXPORT_SYMBOL net/netfilter/x_tables 0xcb3e91cc xt_counters_alloc +EXPORT_SYMBOL net/netfilter/x_tables 0xd2d32224 xt_find_table +EXPORT_SYMBOL net/netfilter/x_tables 0xd87ae60d xt_check_entry_offsets +EXPORT_SYMBOL net/netfilter/x_tables 0xe204e042 xt_free_table_info +EXPORT_SYMBOL net/netfilter/x_tables 0xeed5e2a1 xt_register_matches +EXPORT_SYMBOL net/netfilter/x_tables 0xfef779fa xt_find_jump_offset +EXPORT_SYMBOL net/nfc/hci/hci 0x023c134a nfc_llc_start +EXPORT_SYMBOL net/nfc/hci/hci 0x044f86f3 nfc_hci_driver_failure +EXPORT_SYMBOL net/nfc/hci/hci 0x0dcebb31 nfc_hci_send_cmd_async +EXPORT_SYMBOL net/nfc/hci/hci 0x169d7377 nfc_hci_set_param +EXPORT_SYMBOL net/nfc/hci/hci 0x27bea4a2 nfc_hci_recv_frame +EXPORT_SYMBOL net/nfc/hci/hci 0x35370390 nfc_hci_unregister_device +EXPORT_SYMBOL net/nfc/hci/hci 0x40a2a176 nfc_hci_register_device +EXPORT_SYMBOL net/nfc/hci/hci 0x4922c2f3 nfc_hci_send_event +EXPORT_SYMBOL net/nfc/hci/hci 0x4cee2c07 nfc_hci_disconnect_all_gates +EXPORT_SYMBOL net/nfc/hci/hci 0x70f40fb5 nfc_hci_get_param +EXPORT_SYMBOL net/nfc/hci/hci 0x74fe3670 nfc_hci_result_to_errno +EXPORT_SYMBOL net/nfc/hci/hci 0x7ca23d8c nfc_llc_stop +EXPORT_SYMBOL net/nfc/hci/hci 0x7e65f0f2 nfc_hci_reset_pipes_per_host +EXPORT_SYMBOL net/nfc/hci/hci 0x838acd5f nfc_hci_free_device +EXPORT_SYMBOL net/nfc/hci/hci 0x840be66e nfc_hci_connect_gate +EXPORT_SYMBOL net/nfc/hci/hci 0x85fb3950 nfc_hci_target_discovered +EXPORT_SYMBOL net/nfc/hci/hci 0x99a5186b nfc_hci_disconnect_gate +EXPORT_SYMBOL net/nfc/hci/hci 0xaf079399 nfc_hci_get_clientdata +EXPORT_SYMBOL net/nfc/hci/hci 0xb7f42502 nfc_hci_reset_pipes +EXPORT_SYMBOL net/nfc/hci/hci 0xcc407bdc nfc_hci_set_clientdata +EXPORT_SYMBOL net/nfc/hci/hci 0xd714f3b1 nfc_hci_allocate_device +EXPORT_SYMBOL net/nfc/hci/hci 0xdd231c55 nfc_hci_sak_to_protocol +EXPORT_SYMBOL net/nfc/hci/hci 0xed0f2a7f nfc_hci_send_cmd +EXPORT_SYMBOL net/nfc/nci/nci 0x08ceddbf nci_core_cmd +EXPORT_SYMBOL net/nfc/nci/nci 0x08e6c28a nci_hci_clear_all_pipes +EXPORT_SYMBOL net/nfc/nci/nci 0x0b5b64b0 nci_nfcee_discover +EXPORT_SYMBOL net/nfc/nci/nci 0x0c2cde81 nci_set_config +EXPORT_SYMBOL net/nfc/nci/nci 0x108a7d0d nci_free_device +EXPORT_SYMBOL net/nfc/nci/nci 0x1a367df3 nci_hci_send_cmd +EXPORT_SYMBOL net/nfc/nci/nci 0x21c4503d nci_core_conn_close +EXPORT_SYMBOL net/nfc/nci/nci 0x23d20bd3 nci_hci_open_pipe +EXPORT_SYMBOL net/nfc/nci/nci 0x28cd8fc9 nci_prop_cmd +EXPORT_SYMBOL net/nfc/nci/nci 0x394431cd nci_hci_dev_session_init +EXPORT_SYMBOL net/nfc/nci/nci 0x3fe4fb3c nci_core_conn_create +EXPORT_SYMBOL net/nfc/nci/nci 0x40d9b954 nci_nfcc_loopback +EXPORT_SYMBOL net/nfc/nci/nci 0x4e7f8300 nci_core_init +EXPORT_SYMBOL net/nfc/nci/nci 0x5c072f7b nci_get_conn_info_by_dest_type_params +EXPORT_SYMBOL net/nfc/nci/nci 0x61658ce5 nci_register_device +EXPORT_SYMBOL net/nfc/nci/nci 0x76241e87 nci_hci_send_event +EXPORT_SYMBOL net/nfc/nci/nci 0x82339098 nci_send_frame +EXPORT_SYMBOL net/nfc/nci/nci 0x8b409cb7 nci_conn_max_data_pkt_payload_size +EXPORT_SYMBOL net/nfc/nci/nci 0x99d18cd6 nci_core_reset +EXPORT_SYMBOL net/nfc/nci/nci 0x9e9d0fd2 nci_send_cmd +EXPORT_SYMBOL net/nfc/nci/nci 0xa7459855 nci_allocate_device +EXPORT_SYMBOL net/nfc/nci/nci 0xb38c3fdc nci_hci_get_param +EXPORT_SYMBOL net/nfc/nci/nci 0xba490602 nci_to_errno +EXPORT_SYMBOL net/nfc/nci/nci 0xbabe2b11 nci_hci_connect_gate +EXPORT_SYMBOL net/nfc/nci/nci 0xcde26f5d nci_send_data +EXPORT_SYMBOL net/nfc/nci/nci 0xee2c2538 nci_recv_frame +EXPORT_SYMBOL net/nfc/nci/nci 0xf3a00d1b nci_unregister_device +EXPORT_SYMBOL net/nfc/nci/nci 0xf45015bc nci_req_complete +EXPORT_SYMBOL net/nfc/nci/nci 0xf6a6abac nci_nfcee_mode_set +EXPORT_SYMBOL net/nfc/nci/nci 0xfd373cb6 nci_hci_set_param +EXPORT_SYMBOL net/nfc/nfc 0x090e82d4 nfc_allocate_device +EXPORT_SYMBOL net/nfc/nfc 0x0984ff6b nfc_class +EXPORT_SYMBOL net/nfc/nfc 0x0ce89810 nfc_get_local_general_bytes +EXPORT_SYMBOL net/nfc/nfc 0x2988dac2 nfc_set_remote_general_bytes +EXPORT_SYMBOL net/nfc/nfc 0x31a4b546 nfc_alloc_recv_skb +EXPORT_SYMBOL net/nfc/nfc 0x443fc8df __nfc_alloc_vendor_cmd_reply_skb +EXPORT_SYMBOL net/nfc/nfc 0x4a4f2f46 nfc_find_se +EXPORT_SYMBOL net/nfc/nfc 0x5705529d nfc_tm_deactivated +EXPORT_SYMBOL net/nfc/nfc 0x6265eb9b nfc_se_transaction +EXPORT_SYMBOL net/nfc/nfc 0x65846e73 nfc_send_to_raw_sock +EXPORT_SYMBOL net/nfc/nfc 0x8cea7b2f nfc_vendor_cmd_reply +EXPORT_SYMBOL net/nfc/nfc 0x90d4b8cc nfc_remove_se +EXPORT_SYMBOL net/nfc/nfc 0x973e140f nfc_driver_failure +EXPORT_SYMBOL net/nfc/nfc 0x9adc6d22 nfc_fw_download_done +EXPORT_SYMBOL net/nfc/nfc 0x9d8ca4be nfc_proto_unregister +EXPORT_SYMBOL net/nfc/nfc 0xb21198d1 nfc_register_device +EXPORT_SYMBOL net/nfc/nfc 0xbfcb2d71 nfc_add_se +EXPORT_SYMBOL net/nfc/nfc 0xc25214ba nfc_tm_data_received +EXPORT_SYMBOL net/nfc/nfc 0xc50a65b8 nfc_target_lost +EXPORT_SYMBOL net/nfc/nfc 0xcb6745c0 nfc_targets_found +EXPORT_SYMBOL net/nfc/nfc 0xe3ef8944 nfc_se_connectivity +EXPORT_SYMBOL net/nfc/nfc 0xe6dbbdbf nfc_proto_register +EXPORT_SYMBOL net/nfc/nfc 0xf99e3ad4 nfc_tm_activated +EXPORT_SYMBOL net/nfc/nfc 0xfc83e070 nfc_unregister_device +EXPORT_SYMBOL net/nfc/nfc 0xff423630 nfc_dep_link_is_up +EXPORT_SYMBOL net/nfc/nfc_digital 0x1f353039 nfc_digital_register_device +EXPORT_SYMBOL net/nfc/nfc_digital 0x36cffcf3 nfc_digital_unregister_device +EXPORT_SYMBOL net/nfc/nfc_digital 0x922bd087 nfc_digital_allocate_device +EXPORT_SYMBOL net/nfc/nfc_digital 0xe24a1fb9 nfc_digital_free_device +EXPORT_SYMBOL net/phonet/phonet 0x274a843e pn_sock_hash +EXPORT_SYMBOL net/phonet/phonet 0x2794fe9d phonet_header_ops +EXPORT_SYMBOL net/phonet/phonet 0x34103287 pn_skb_send +EXPORT_SYMBOL net/phonet/phonet 0x4264f2ff phonet_proto_register +EXPORT_SYMBOL net/phonet/phonet 0x95820c8c pn_sock_get_port +EXPORT_SYMBOL net/phonet/phonet 0xd4e40b8f phonet_proto_unregister +EXPORT_SYMBOL net/phonet/phonet 0xe53e6c6b phonet_stream_ops +EXPORT_SYMBOL net/phonet/phonet 0xe86542ed pn_sock_unhash +EXPORT_SYMBOL net/rxrpc/rxrpc 0x0e9888aa key_type_rxrpc +EXPORT_SYMBOL net/rxrpc/rxrpc 0x31bf3ca3 rxrpc_debug_id +EXPORT_SYMBOL net/rxrpc/rxrpc 0x3ecddaa4 rxrpc_kernel_send_data +EXPORT_SYMBOL net/rxrpc/rxrpc 0x5777b8b1 rxrpc_sock_set_min_security_level +EXPORT_SYMBOL net/rxrpc/rxrpc 0x5ea5ad47 rxrpc_kernel_begin_call +EXPORT_SYMBOL net/rxrpc/rxrpc 0x65811dea rxrpc_sock_set_security_keyring +EXPORT_SYMBOL net/rxrpc/rxrpc 0x6ea3d5b0 rxrpc_kernel_end_call +EXPORT_SYMBOL net/rxrpc/rxrpc 0x72946595 rxrpc_kernel_charge_accept +EXPORT_SYMBOL net/rxrpc/rxrpc 0x7e2e0240 rxrpc_get_null_key +EXPORT_SYMBOL net/rxrpc/rxrpc 0x835e32e6 rxrpc_kernel_set_max_life +EXPORT_SYMBOL net/rxrpc/rxrpc 0x99d00f67 rxrpc_kernel_new_call_notification +EXPORT_SYMBOL net/rxrpc/rxrpc 0x9d93bc1b rxrpc_kernel_set_tx_length +EXPORT_SYMBOL net/rxrpc/rxrpc 0xc09e8b45 rxrpc_kernel_check_life +EXPORT_SYMBOL net/rxrpc/rxrpc 0xc11a946c rxrpc_kernel_get_srtt +EXPORT_SYMBOL net/rxrpc/rxrpc 0xc2624b26 rxrpc_kernel_recv_data +EXPORT_SYMBOL net/rxrpc/rxrpc 0xcf03dfb1 rxrpc_kernel_abort_call +EXPORT_SYMBOL net/rxrpc/rxrpc 0xe6410f4e rxrpc_kernel_get_epoch +EXPORT_SYMBOL net/rxrpc/rxrpc 0xee8aaf06 rxrpc_kernel_get_peer +EXPORT_SYMBOL net/rxrpc/rxrpc 0xfc15c9fb rxrpc_get_server_data_key +EXPORT_SYMBOL net/sctp/sctp 0x0543cf75 sctp_do_peeloff +EXPORT_SYMBOL net/smc/smc 0x1b1e06e1 __tracepoint_smc_rx_recvmsg +EXPORT_SYMBOL net/smc/smc 0x3153cc92 __SCK__tp_func_smc_rx_recvmsg +EXPORT_SYMBOL net/smc/smc 0x31bb2f39 __traceiter_smcr_link_down +EXPORT_SYMBOL net/smc/smc 0x5a72c2c4 __traceiter_smc_switch_to_fallback +EXPORT_SYMBOL net/smc/smc 0x8989d6ae __tracepoint_smc_switch_to_fallback +EXPORT_SYMBOL net/smc/smc 0x99bf1b00 __tracepoint_smc_tx_sendmsg +EXPORT_SYMBOL net/smc/smc 0xb3f2d173 __SCK__tp_func_smc_tx_sendmsg +EXPORT_SYMBOL net/smc/smc 0xcd9701fe __tracepoint_smcr_link_down +EXPORT_SYMBOL net/smc/smc 0xe7dacb8d __SCK__tp_func_smcr_link_down +EXPORT_SYMBOL net/smc/smc 0xe99c8d83 __traceiter_smc_rx_recvmsg +EXPORT_SYMBOL net/smc/smc 0xe9c60f12 __traceiter_smc_tx_sendmsg +EXPORT_SYMBOL net/smc/smc 0xfb8cae0f __SCK__tp_func_smc_switch_to_fallback +EXPORT_SYMBOL net/sunrpc/auth_gss/auth_rpcgss 0x48ba76aa gss_pseudoflavor_to_service +EXPORT_SYMBOL net/sunrpc/auth_gss/auth_rpcgss 0xd99b9fcf gss_mech_get +EXPORT_SYMBOL net/sunrpc/auth_gss/auth_rpcgss 0xeedb672c gss_mech_put +EXPORT_SYMBOL net/sunrpc/sunrpc 0x096961bb xdr_restrict_buflen +EXPORT_SYMBOL net/sunrpc/sunrpc 0x4df12660 svc_pool_stats_open +EXPORT_SYMBOL net/sunrpc/sunrpc 0xb4eb146c xdr_truncate_encode +EXPORT_SYMBOL net/tipc/tipc 0x3e16e909 tipc_dump_start +EXPORT_SYMBOL net/tipc/tipc 0x996a53b0 tipc_dump_done +EXPORT_SYMBOL net/tipc/tipc 0xc2794a24 tipc_nl_sk_walk +EXPORT_SYMBOL net/tipc/tipc 0xddfb8ca1 tipc_sk_fill_sock_diag +EXPORT_SYMBOL net/tls/tls 0x162f506c tls_get_record +EXPORT_SYMBOL net/wireless/cfg80211 0x00a701f9 cfg80211_sched_scan_results +EXPORT_SYMBOL net/wireless/cfg80211 0x00eb14e9 cfg80211_notify_new_peer_candidate +EXPORT_SYMBOL net/wireless/cfg80211 0x0290b8cf cfg80211_check_combinations +EXPORT_SYMBOL net/wireless/cfg80211 0x05de7f5d cfg80211_port_authorized +EXPORT_SYMBOL net/wireless/cfg80211 0x06ca71fd cfg80211_chandef_create +EXPORT_SYMBOL net/wireless/cfg80211 0x06e28ef6 wiphy_rfkill_start_polling +EXPORT_SYMBOL net/wireless/cfg80211 0x06ef4270 cfg80211_rx_unexpected_4addr_frame +EXPORT_SYMBOL net/wireless/cfg80211 0x0c24f855 cfg80211_connect_done +EXPORT_SYMBOL net/wireless/cfg80211 0x0c801ad6 cfg80211_tdls_oper_request +EXPORT_SYMBOL net/wireless/cfg80211 0x0cc95bc2 ieee80211_s1g_channel_width +EXPORT_SYMBOL net/wireless/cfg80211 0x111a9989 cfg80211_ibss_joined +EXPORT_SYMBOL net/wireless/cfg80211 0x117aca91 cfg80211_merge_profile +EXPORT_SYMBOL net/wireless/cfg80211 0x17eb98c6 cfg80211_bss_flush +EXPORT_SYMBOL net/wireless/cfg80211 0x1879fcbd bridge_tunnel_header +EXPORT_SYMBOL net/wireless/cfg80211 0x1a322ca9 cfg80211_sched_scan_stopped_locked +EXPORT_SYMBOL net/wireless/cfg80211 0x1b5a3a7e cfg80211_sinfo_alloc_tid_stats +EXPORT_SYMBOL net/wireless/cfg80211 0x1ce2497f reg_query_regdb_wmm +EXPORT_SYMBOL net/wireless/cfg80211 0x20d323da wiphy_read_of_freq_limits +EXPORT_SYMBOL net/wireless/cfg80211 0x2609880a regulatory_pre_cac_allowed +EXPORT_SYMBOL net/wireless/cfg80211 0x275269b3 ieee80211_ie_split_ric +EXPORT_SYMBOL net/wireless/cfg80211 0x275c97f0 cfg80211_get_ies_channel_number +EXPORT_SYMBOL net/wireless/cfg80211 0x2b1814d1 cfg80211_reg_can_beacon_relax +EXPORT_SYMBOL net/wireless/cfg80211 0x30debcda __cfg80211_radar_event +EXPORT_SYMBOL net/wireless/cfg80211 0x33fd45af cfg80211_rx_mlme_mgmt +EXPORT_SYMBOL net/wireless/cfg80211 0x359951c3 __cfg80211_alloc_event_skb +EXPORT_SYMBOL net/wireless/cfg80211 0x3643b80f ieee80211_chandef_to_operating_class +EXPORT_SYMBOL net/wireless/cfg80211 0x3b732c49 cfg80211_ft_event +EXPORT_SYMBOL net/wireless/cfg80211 0x3bf80be9 cfg80211_auth_timeout +EXPORT_SYMBOL net/wireless/cfg80211 0x40729ee4 cfg80211_assoc_failure +EXPORT_SYMBOL net/wireless/cfg80211 0x42388052 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 0x43ba1576 cfg80211_cqm_txe_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x4493e891 cfg80211_pmksa_candidate_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x45bfcb54 freq_reg_info +EXPORT_SYMBOL net/wireless/cfg80211 0x46e79906 cfg80211_cqm_beacon_loss_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x46ff300c ieee80211_get_response_rate +EXPORT_SYMBOL net/wireless/cfg80211 0x477b9c20 __cfg80211_alloc_reply_skb +EXPORT_SYMBOL net/wireless/cfg80211 0x48970827 regulatory_set_wiphy_regd_sync +EXPORT_SYMBOL net/wireless/cfg80211 0x491c4202 cfg80211_probe_status +EXPORT_SYMBOL net/wireless/cfg80211 0x4a192d44 cfg80211_report_obss_beacon_khz +EXPORT_SYMBOL net/wireless/cfg80211 0x4b6aff96 cfg80211_get_iftype_ext_capa +EXPORT_SYMBOL net/wireless/cfg80211 0x4d888bc1 cfg80211_calculate_bitrate +EXPORT_SYMBOL net/wireless/cfg80211 0x4e47b343 cfg80211_check_station_change +EXPORT_SYMBOL net/wireless/cfg80211 0x5051adb6 cfg80211_send_layer2_update +EXPORT_SYMBOL net/wireless/cfg80211 0x5167db38 cfg80211_scan_done +EXPORT_SYMBOL net/wireless/cfg80211 0x51e34396 cfg80211_ref_bss +EXPORT_SYMBOL net/wireless/cfg80211 0x5584448a ieee80211_channel_to_freq_khz +EXPORT_SYMBOL net/wireless/cfg80211 0x583bbb7b wiphy_apply_custom_regulatory +EXPORT_SYMBOL net/wireless/cfg80211 0x58d0742c ieee80211_amsdu_to_8023s +EXPORT_SYMBOL net/wireless/cfg80211 0x58f5091a ieee80211_data_to_8023_exthdr +EXPORT_SYMBOL net/wireless/cfg80211 0x598368a6 cfg80211_any_usable_channels +EXPORT_SYMBOL net/wireless/cfg80211 0x59af8b79 cfg80211_tx_mlme_mgmt +EXPORT_SYMBOL net/wireless/cfg80211 0x5de22d7f cfg80211_rx_spurious_frame +EXPORT_SYMBOL net/wireless/cfg80211 0x5fc7eee0 cfg80211_nan_func_terminated +EXPORT_SYMBOL net/wireless/cfg80211 0x69b18f43 rfc1042_header +EXPORT_SYMBOL net/wireless/cfg80211 0x6b87a044 regulatory_set_wiphy_regd +EXPORT_SYMBOL net/wireless/cfg80211 0x6bedf402 ieee80211_freq_khz_to_channel +EXPORT_SYMBOL net/wireless/cfg80211 0x6d06aca0 cfg80211_crit_proto_stopped +EXPORT_SYMBOL net/wireless/cfg80211 0x723caddf cfg80211_sched_scan_stopped +EXPORT_SYMBOL net/wireless/cfg80211 0x7403fbd4 cfg80211_iter_combinations +EXPORT_SYMBOL net/wireless/cfg80211 0x78ce71f3 wiphy_new_nm +EXPORT_SYMBOL net/wireless/cfg80211 0x79b82a71 cfg80211_find_vendor_elem +EXPORT_SYMBOL net/wireless/cfg80211 0x7a77df44 wiphy_register +EXPORT_SYMBOL net/wireless/cfg80211 0x7acb86ed ieee80211_radiotap_iterator_next +EXPORT_SYMBOL net/wireless/cfg80211 0x7bdccc11 cfg80211_put_bss +EXPORT_SYMBOL net/wireless/cfg80211 0x7c3ac925 ieee80211_get_vht_max_nss +EXPORT_SYMBOL net/wireless/cfg80211 0x7ef39823 ieee80211_hdrlen +EXPORT_SYMBOL net/wireless/cfg80211 0x7f2e8961 cfg80211_ready_on_channel +EXPORT_SYMBOL net/wireless/cfg80211 0x849fba56 cfg80211_michael_mic_failure +EXPORT_SYMBOL net/wireless/cfg80211 0x881d4504 cfg80211_ch_switch_started_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x8d210a03 cfg80211_cqm_pktloss_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x8fa02936 cfg80211_free_nan_func +EXPORT_SYMBOL net/wireless/cfg80211 0x9048cd32 cfg80211_mgmt_tx_status_ext +EXPORT_SYMBOL net/wireless/cfg80211 0x969dcb01 wiphy_rfkill_set_hw_state_reason +EXPORT_SYMBOL net/wireless/cfg80211 0x96ae1f60 cfg80211_chandef_usable +EXPORT_SYMBOL net/wireless/cfg80211 0x97242f2b cfg80211_rx_unprot_mlme_mgmt +EXPORT_SYMBOL net/wireless/cfg80211 0x97b516c7 ieee80211_mandatory_rates +EXPORT_SYMBOL net/wireless/cfg80211 0x980e4a6a cfg80211_get_station +EXPORT_SYMBOL net/wireless/cfg80211 0x9bd67dbb cfg80211_rx_mgmt_ext +EXPORT_SYMBOL net/wireless/cfg80211 0x9d6cba30 cfg80211_find_elem_match +EXPORT_SYMBOL net/wireless/cfg80211 0x9e382460 cfg80211_unregister_wdev +EXPORT_SYMBOL net/wireless/cfg80211 0xa202d82f __cfg80211_send_event_skb +EXPORT_SYMBOL net/wireless/cfg80211 0xa42be538 cfg80211_iftype_allowed +EXPORT_SYMBOL net/wireless/cfg80211 0xa56fdc02 cfg80211_roamed +EXPORT_SYMBOL net/wireless/cfg80211 0xa6475d36 cfg80211_update_owe_info_event +EXPORT_SYMBOL net/wireless/cfg80211 0xa6ba7069 cfg80211_report_wowlan_wakeup +EXPORT_SYMBOL net/wireless/cfg80211 0xa9877103 cfg80211_rx_control_port +EXPORT_SYMBOL net/wireless/cfg80211 0xaa7e7ec9 cfg80211_ch_switch_notify +EXPORT_SYMBOL net/wireless/cfg80211 0xab1b51e3 cfg80211_assoc_comeback +EXPORT_SYMBOL net/wireless/cfg80211 0xad05f18a cfg80211_nan_match +EXPORT_SYMBOL net/wireless/cfg80211 0xadb76b88 wiphy_unregister +EXPORT_SYMBOL net/wireless/cfg80211 0xae51fd4c cfg80211_chandef_dfs_required +EXPORT_SYMBOL net/wireless/cfg80211 0xafcb77fb regulatory_hint +EXPORT_SYMBOL net/wireless/cfg80211 0xb038d146 cfg80211_tx_mgmt_expired +EXPORT_SYMBOL net/wireless/cfg80211 0xb651a57a ieee80211_get_channel_khz +EXPORT_SYMBOL net/wireless/cfg80211 0xb7f035ee cfg80211_new_sta +EXPORT_SYMBOL net/wireless/cfg80211 0xb941e8dc cfg80211_cac_event +EXPORT_SYMBOL net/wireless/cfg80211 0xc0a26199 cfg80211_del_sta_sinfo +EXPORT_SYMBOL net/wireless/cfg80211 0xc211afdf cfg80211_conn_failed +EXPORT_SYMBOL net/wireless/cfg80211 0xc324e873 cfg80211_inform_bss_data +EXPORT_SYMBOL net/wireless/cfg80211 0xc42bb64c cfg80211_rx_assoc_resp +EXPORT_SYMBOL net/wireless/cfg80211 0xc4b4fc27 cfg80211_chandef_valid +EXPORT_SYMBOL net/wireless/cfg80211 0xca9dc046 cfg80211_control_port_tx_status +EXPORT_SYMBOL net/wireless/cfg80211 0xcb37f200 cfg80211_get_bss +EXPORT_SYMBOL net/wireless/cfg80211 0xcbec6fee ieee80211_get_hdrlen_from_skb +EXPORT_SYMBOL net/wireless/cfg80211 0xcc1a7c48 cfg80211_is_element_inherited +EXPORT_SYMBOL net/wireless/cfg80211 0xcc85b782 cfg80211_sta_opmode_change_notify +EXPORT_SYMBOL net/wireless/cfg80211 0xcc9b4fd5 cfg80211_reg_can_beacon +EXPORT_SYMBOL net/wireless/cfg80211 0xce31ecb2 cfg80211_get_drvinfo +EXPORT_SYMBOL net/wireless/cfg80211 0xd29d6bb5 wdev_chandef +EXPORT_SYMBOL net/wireless/cfg80211 0xd56d55f3 ieee80211_get_mesh_hdrlen +EXPORT_SYMBOL net/wireless/cfg80211 0xd56fa5a5 cfg80211_bss_color_notify +EXPORT_SYMBOL net/wireless/cfg80211 0xd5982a97 wiphy_free +EXPORT_SYMBOL net/wireless/cfg80211 0xd7debd87 cfg80211_register_netdevice +EXPORT_SYMBOL net/wireless/cfg80211 0xd97eaad4 cfg80211_chandef_compatible +EXPORT_SYMBOL net/wireless/cfg80211 0xdb0eeba8 cfg80211_gtk_rekey_notify +EXPORT_SYMBOL net/wireless/cfg80211 0xdba126c1 reg_initiator_name +EXPORT_SYMBOL net/wireless/cfg80211 0xe382a7cb cfg80211_cqm_rssi_notify +EXPORT_SYMBOL net/wireless/cfg80211 0xe4a3ee27 ieee80211_get_num_supported_channels +EXPORT_SYMBOL net/wireless/cfg80211 0xe732a659 cfg80211_external_auth_request +EXPORT_SYMBOL net/wireless/cfg80211 0xebcf79cb cfg80211_unlink_bss +EXPORT_SYMBOL net/wireless/cfg80211 0xec7a3722 cfg80211_inform_bss_frame_data +EXPORT_SYMBOL net/wireless/cfg80211 0xedc5630e cfg80211_remain_on_channel_expired +EXPORT_SYMBOL net/wireless/cfg80211 0xee66affb cfg80211_bss_iter +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 0xfa044ddd cfg80211_stop_iface +EXPORT_SYMBOL net/wireless/cfg80211 0xfa9959f2 cfg80211_classify8021d +EXPORT_SYMBOL net/wireless/cfg80211 0xfc87cb20 get_wiphy_regdom +EXPORT_SYMBOL net/wireless/cfg80211 0xfe95f1ea cfg80211_background_cac_abort +EXPORT_SYMBOL net/wireless/lib80211 0x0bce6878 lib80211_get_crypto_ops +EXPORT_SYMBOL net/wireless/lib80211 0x0be2b133 lib80211_register_crypto_ops +EXPORT_SYMBOL net/wireless/lib80211 0x221dba67 lib80211_crypt_delayed_deinit +EXPORT_SYMBOL net/wireless/lib80211 0x33861ad4 lib80211_unregister_crypto_ops +EXPORT_SYMBOL net/wireless/lib80211 0x4ba0c357 lib80211_crypt_info_init +EXPORT_SYMBOL net/wireless/lib80211 0xe036d53f lib80211_crypt_info_free +EXPORT_SYMBOL sound/ac97_bus 0x5955e509 ac97_bus_type +EXPORT_SYMBOL sound/core/oss/snd-mixer-oss 0x6d96a0fa 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 0x3061c52d snd_use_lock_sync_helper +EXPORT_SYMBOL sound/core/seq/snd-seq 0x3fb4d161 snd_seq_kernel_client_dispatch +EXPORT_SYMBOL sound/core/seq/snd-seq 0x4a7fa159 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 0x7ac2f329 snd_seq_expand_var_event +EXPORT_SYMBOL sound/core/seq/snd-seq 0x7b8699eb snd_seq_event_port_detach +EXPORT_SYMBOL sound/core/seq/snd-seq 0x96145735 snd_seq_event_port_attach +EXPORT_SYMBOL sound/core/seq/snd-seq 0xb8e448a0 snd_seq_set_queue_tempo +EXPORT_SYMBOL sound/core/seq/snd-seq 0xe934da1d snd_seq_dump_var_event +EXPORT_SYMBOL sound/core/seq/snd-seq 0xf5f32a0f snd_seq_kernel_client_write_poll +EXPORT_SYMBOL sound/core/seq/snd-seq 0xfe4f2ef6 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 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-emul 0xf912f0c8 snd_midi_process_event +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0x734e4fba 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 0xdd70dbf6 snd_midi_event_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 0xb26e18d8 snd_virmidi_new +EXPORT_SYMBOL sound/core/snd 0x085bdf3e snd_ctl_rename +EXPORT_SYMBOL sound/core/snd 0x0f092a38 snd_info_free_entry +EXPORT_SYMBOL sound/core/snd 0x0fec8280 snd_ctl_new1 +EXPORT_SYMBOL sound/core/snd 0x150ebd62 snd_info_create_card_entry +EXPORT_SYMBOL sound/core/snd 0x17f4ccd6 snd_seq_root +EXPORT_SYMBOL sound/core/snd 0x198788b4 snd_lookup_oss_minor_data +EXPORT_SYMBOL sound/core/snd 0x2487202f snd_card_disconnect +EXPORT_SYMBOL sound/core/snd 0x24a94b26 snd_info_get_line +EXPORT_SYMBOL sound/core/snd 0x25d3d9e2 snd_info_create_module_entry +EXPORT_SYMBOL sound/core/snd 0x2abdc904 snd_jack_set_key +EXPORT_SYMBOL sound/core/snd 0x3354c84a snd_info_register +EXPORT_SYMBOL sound/core/snd 0x342a2354 copy_to_user_fromio +EXPORT_SYMBOL sound/core/snd 0x364b31d4 snd_ctl_unregister_ioctl_compat +EXPORT_SYMBOL sound/core/snd 0x3971b4df snd_ecards_limit +EXPORT_SYMBOL sound/core/snd 0x4327b3a6 snd_ctl_boolean_mono_info +EXPORT_SYMBOL sound/core/snd 0x43f33894 snd_ctl_replace +EXPORT_SYMBOL sound/core/snd 0x441ff14c snd_card_set_id +EXPORT_SYMBOL sound/core/snd 0x47aad5c1 snd_device_free +EXPORT_SYMBOL sound/core/snd 0x4a3ea5c0 snd_request_card +EXPORT_SYMBOL sound/core/snd 0x518acbfa snd_component_add +EXPORT_SYMBOL sound/core/snd 0x51d4e3f7 snd_jack_report +EXPORT_SYMBOL sound/core/snd 0x52074787 snd_device_register +EXPORT_SYMBOL sound/core/snd 0x5379b3e6 snd_ctl_boolean_stereo_info +EXPORT_SYMBOL sound/core/snd 0x538f26b6 snd_ctl_make_virtual_master +EXPORT_SYMBOL sound/core/snd 0x593e2be8 snd_ctl_notify_one +EXPORT_SYMBOL sound/core/snd 0x5d11c081 snd_ctl_remove +EXPORT_SYMBOL sound/core/snd 0x60227117 snd_ctl_register_ioctl_compat +EXPORT_SYMBOL sound/core/snd 0x6046056b snd_jack_add_new_kctl +EXPORT_SYMBOL sound/core/snd 0x61f51369 snd_jack_new +EXPORT_SYMBOL sound/core/snd 0x73076315 snd_pci_quirk_lookup_id +EXPORT_SYMBOL sound/core/snd 0x76a0b665 snd_power_wait +EXPORT_SYMBOL sound/core/snd 0x7a944970 snd_mixer_oss_notify_callback +EXPORT_SYMBOL sound/core/snd 0x7f7a46ab snd_ctl_find_id +EXPORT_SYMBOL sound/core/snd 0x869683cc snd_register_oss_device +EXPORT_SYMBOL sound/core/snd 0x8c0b0a52 snd_unregister_oss_device +EXPORT_SYMBOL sound/core/snd 0x8df3789f snd_oss_info_register +EXPORT_SYMBOL sound/core/snd 0x8e3b0266 snd_pci_quirk_lookup +EXPORT_SYMBOL sound/core/snd 0x8f595b11 snd_major +EXPORT_SYMBOL sound/core/snd 0x9e6d79f8 snd_info_get_str +EXPORT_SYMBOL sound/core/snd 0x9f1f90f6 snd_ctl_find_numid +EXPORT_SYMBOL sound/core/snd 0x9ff20f00 snd_card_free_when_closed +EXPORT_SYMBOL sound/core/snd 0x9ffc05cf snd_jack_set_parent +EXPORT_SYMBOL sound/core/snd 0xa090a8f7 snd_ctl_add +EXPORT_SYMBOL sound/core/snd 0xb17cf5b4 snd_ctl_notify +EXPORT_SYMBOL sound/core/snd 0xb2e5ae4a snd_lookup_minor_data +EXPORT_SYMBOL sound/core/snd 0xc5a6d10b release_and_free_resource +EXPORT_SYMBOL sound/core/snd 0xcb960bfd _snd_ctl_add_follower +EXPORT_SYMBOL sound/core/snd 0xcc6a729f snd_ctl_enum_info +EXPORT_SYMBOL sound/core/snd 0xcca4e6eb snd_card_new +EXPORT_SYMBOL sound/core/snd 0xd0491e81 snd_register_device +EXPORT_SYMBOL sound/core/snd 0xd0afcd16 snd_card_file_add +EXPORT_SYMBOL sound/core/snd 0xd323000e snd_ctl_rename_id +EXPORT_SYMBOL sound/core/snd 0xd35d3987 snd_ctl_unregister_ioctl +EXPORT_SYMBOL sound/core/snd 0xdd49e984 snd_ctl_register_ioctl +EXPORT_SYMBOL sound/core/snd 0xdeca0346 snd_ctl_free_one +EXPORT_SYMBOL sound/core/snd 0xe0ef219c snd_card_free +EXPORT_SYMBOL sound/core/snd 0xef71e0cf snd_device_new +EXPORT_SYMBOL sound/core/snd 0xf4ceca6f snd_unregister_device +EXPORT_SYMBOL sound/core/snd 0xfecec086 snd_card_register +EXPORT_SYMBOL sound/core/snd 0xff3af3fa snd_card_file_remove +EXPORT_SYMBOL sound/core/snd 0xffd876be snd_ctl_remove_id +EXPORT_SYMBOL sound/core/snd 0xfffd89db copy_from_user_toio +EXPORT_SYMBOL sound/core/snd-compress 0x4c5aca8d snd_compr_malloc_pages +EXPORT_SYMBOL sound/core/snd-compress 0x8f75bfa5 snd_compr_free_pages +EXPORT_SYMBOL sound/core/snd-hwdep 0xfbbe3eac 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 0x0953374f snd_pcm_lib_preallocate_pages_for_all +EXPORT_SYMBOL sound/core/snd-pcm 0x0b7ca699 snd_sgbuf_get_page +EXPORT_SYMBOL sound/core/snd-pcm 0x11eba48e snd_pcm_create_iec958_consumer_hw_params +EXPORT_SYMBOL sound/core/snd-pcm 0x1280f0e4 snd_sgbuf_get_chunk_size +EXPORT_SYMBOL sound/core/snd-pcm 0x1a6e9549 snd_pcm_set_managed_buffer +EXPORT_SYMBOL sound/core/snd-pcm 0x1b19646f __snd_pcm_lib_xfer +EXPORT_SYMBOL sound/core/snd-pcm 0x1d027e4b snd_pcm_format_signed +EXPORT_SYMBOL sound/core/snd-pcm 0x2428ec2b snd_pcm_lib_free_vmalloc_buffer +EXPORT_SYMBOL sound/core/snd-pcm 0x24fa648e snd_pcm_hw_constraint_pow2 +EXPORT_SYMBOL sound/core/snd-pcm 0x2c122431 snd_pcm_new +EXPORT_SYMBOL sound/core/snd-pcm 0x2e85963e snd_pcm_lib_get_vmalloc_page +EXPORT_SYMBOL sound/core/snd-pcm 0x3351904b snd_pcm_stop +EXPORT_SYMBOL sound/core/snd-pcm 0x34127089 snd_pcm_hw_constraint_integer +EXPORT_SYMBOL sound/core/snd-pcm 0x36de13ee snd_dma_alloc_dir_pages +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 0x3b5d0af7 snd_pcm_hw_constraint_mask64 +EXPORT_SYMBOL sound/core/snd-pcm 0x3e1aac8c snd_pcm_period_elapsed_under_stream_lock +EXPORT_SYMBOL sound/core/snd-pcm 0x3eaa5f2a snd_pcm_lib_malloc_pages +EXPORT_SYMBOL sound/core/snd-pcm 0x43a09c15 snd_pcm_hw_param_last +EXPORT_SYMBOL sound/core/snd-pcm 0x45d31e48 snd_pcm_hw_rule_add +EXPORT_SYMBOL sound/core/snd-pcm 0x4f816e9b snd_pcm_format_big_endian +EXPORT_SYMBOL sound/core/snd-pcm 0x4ffa7d4c snd_pcm_lib_preallocate_free_for_all +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 0x538e6178 snd_pcm_new_stream +EXPORT_SYMBOL sound/core/snd-pcm 0x5e7f4920 snd_pcm_format_set_silence +EXPORT_SYMBOL sound/core/snd-pcm 0x5f6f7c57 snd_pcm_hw_rule_noresample +EXPORT_SYMBOL sound/core/snd-pcm 0x639ac834 snd_dma_free_pages +EXPORT_SYMBOL sound/core/snd-pcm 0x640ea16c snd_pcm_period_elapsed +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 0x6a8e2422 snd_pcm_hw_constraint_msbits +EXPORT_SYMBOL sound/core/snd-pcm 0x6b33155f snd_pcm_hw_constraint_ranges +EXPORT_SYMBOL sound/core/snd-pcm 0x6cc71ceb snd_pcm_lib_free_pages +EXPORT_SYMBOL sound/core/snd-pcm 0x6d5e3333 _snd_pcm_lib_alloc_vmalloc_buffer +EXPORT_SYMBOL sound/core/snd-pcm 0x6e92bb9e snd_pcm_hw_constraint_step +EXPORT_SYMBOL sound/core/snd-pcm 0x6ef8fcd8 snd_pcm_format_linear +EXPORT_SYMBOL sound/core/snd-pcm 0x718d436f snd_pcm_hw_constraint_minmax +EXPORT_SYMBOL sound/core/snd-pcm 0x71fe459c snd_pcm_set_managed_buffer_all +EXPORT_SYMBOL sound/core/snd-pcm 0x7442422d snd_pcm_kernel_ioctl +EXPORT_SYMBOL sound/core/snd-pcm 0x7796e0b5 snd_dma_alloc_pages_fallback +EXPORT_SYMBOL sound/core/snd-pcm 0x7b871f31 snd_sgbuf_get_addr +EXPORT_SYMBOL sound/core/snd-pcm 0x834dc955 snd_pcm_format_size +EXPORT_SYMBOL sound/core/snd-pcm 0x84f81fe6 snd_pcm_lib_ioctl +EXPORT_SYMBOL sound/core/snd-pcm 0x94098ff8 snd_interval_list +EXPORT_SYMBOL sound/core/snd-pcm 0x9728e717 snd_pcm_set_ops +EXPORT_SYMBOL sound/core/snd-pcm 0x9db35c5f snd_pcm_set_sync +EXPORT_SYMBOL sound/core/snd-pcm 0x9f6fcbc4 snd_pcm_hw_constraint_ratdens +EXPORT_SYMBOL sound/core/snd-pcm 0xa3488cbf snd_pcm_open_substream +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 0xae1478f5 snd_dma_buffer_mmap +EXPORT_SYMBOL sound/core/snd-pcm 0xaf901f3d snd_pcm_mmap_data +EXPORT_SYMBOL sound/core/snd-pcm 0xb9638db4 snd_pcm_rate_to_rate_bit +EXPORT_SYMBOL sound/core/snd-pcm 0xc37a59be snd_pcm_hw_param_first +EXPORT_SYMBOL sound/core/snd-pcm 0xc649bc21 snd_pcm_lib_preallocate_pages +EXPORT_SYMBOL sound/core/snd-pcm 0xc95440bd snd_pcm_hw_constraint_ratnums +EXPORT_SYMBOL sound/core/snd-pcm 0xcfd600f9 snd_pcm_hw_constraint_list +EXPORT_SYMBOL sound/core/snd-pcm 0xd93c7a56 snd_pcm_release_substream +EXPORT_SYMBOL sound/core/snd-pcm 0xe56a9336 snd_pcm_format_width +EXPORT_SYMBOL sound/core/snd-pcm 0xed050572 snd_pcm_create_iec958_consumer +EXPORT_SYMBOL sound/core/snd-pcm 0xede04953 snd_pcm_new_internal +EXPORT_SYMBOL sound/core/snd-pcm 0xee188a4c snd_pcm_hw_refine +EXPORT_SYMBOL sound/core/snd-pcm 0xf1103742 snd_pcm_suspend_all +EXPORT_SYMBOL sound/core/snd-pcm 0xff6104d0 snd_pcm_rate_bit_to_rate +EXPORT_SYMBOL sound/core/snd-rawmidi 0x04124c5e snd_rawmidi_transmit_peek +EXPORT_SYMBOL sound/core/snd-rawmidi 0x0c3e98f8 snd_rawmidi_input_params +EXPORT_SYMBOL sound/core/snd-rawmidi 0x243f9f39 snd_rawmidi_info_select +EXPORT_SYMBOL sound/core/snd-rawmidi 0x3e861d4e snd_rawmidi_kernel_open +EXPORT_SYMBOL sound/core/snd-rawmidi 0x3f755e16 snd_rawmidi_transmit +EXPORT_SYMBOL sound/core/snd-rawmidi 0x55b2349a snd_rawmidi_kernel_release +EXPORT_SYMBOL sound/core/snd-rawmidi 0x5d742bb1 snd_rawmidi_kernel_read +EXPORT_SYMBOL sound/core/snd-rawmidi 0x761cb392 snd_rawmidi_kernel_write +EXPORT_SYMBOL sound/core/snd-rawmidi 0x80c8fc9a snd_rawmidi_drop_output +EXPORT_SYMBOL sound/core/snd-rawmidi 0x92839853 snd_rawmidi_output_params +EXPORT_SYMBOL sound/core/snd-rawmidi 0xa6a6efef snd_rawmidi_transmit_empty +EXPORT_SYMBOL sound/core/snd-rawmidi 0xadda39a7 snd_rawmidi_drain_input +EXPORT_SYMBOL sound/core/snd-rawmidi 0xc8e27d64 snd_rawmidi_new +EXPORT_SYMBOL sound/core/snd-rawmidi 0xd4bdb0d4 snd_rawmidi_transmit_ack +EXPORT_SYMBOL sound/core/snd-rawmidi 0xdc384c36 snd_rawmidi_proceed +EXPORT_SYMBOL sound/core/snd-rawmidi 0xee7b2a27 snd_rawmidi_set_ops +EXPORT_SYMBOL sound/core/snd-rawmidi 0xef974404 snd_rawmidi_drain_output +EXPORT_SYMBOL sound/core/snd-rawmidi 0xf49d3d9e snd_rawmidi_receive +EXPORT_SYMBOL sound/core/snd-seq-device 0x091def1c snd_seq_autoload_exit +EXPORT_SYMBOL sound/core/snd-seq-device 0x2c4559d0 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 0x10ed3e0c snd_timer_close +EXPORT_SYMBOL sound/core/snd-timer 0x12937fb7 snd_timer_resolution +EXPORT_SYMBOL sound/core/snd-timer 0x295339fb snd_timer_continue +EXPORT_SYMBOL sound/core/snd-timer 0x300a664c snd_timer_global_new +EXPORT_SYMBOL sound/core/snd-timer 0x5a2f85c5 snd_timer_instance_free +EXPORT_SYMBOL sound/core/snd-timer 0x72b8eea8 snd_timer_stop +EXPORT_SYMBOL sound/core/snd-timer 0x8f6fadba snd_timer_interrupt +EXPORT_SYMBOL sound/core/snd-timer 0x960b8d8c snd_timer_new +EXPORT_SYMBOL sound/core/snd-timer 0xb2407095 snd_timer_instance_new +EXPORT_SYMBOL sound/core/snd-timer 0xb4d8ae39 snd_timer_start +EXPORT_SYMBOL sound/core/snd-timer 0xbd785a8d snd_timer_global_register +EXPORT_SYMBOL sound/core/snd-timer 0xc8f4dd85 snd_timer_open +EXPORT_SYMBOL sound/core/snd-timer 0xd820bd75 snd_timer_pause +EXPORT_SYMBOL sound/core/snd-timer 0xdeb17102 snd_timer_global_free +EXPORT_SYMBOL sound/core/snd-timer 0xe7ce94cf snd_timer_notify +EXPORT_SYMBOL sound/drivers/mpu401/snd-mpu401-uart 0x6638784c snd_mpu401_uart_new +EXPORT_SYMBOL sound/drivers/mpu401/snd-mpu401-uart 0x6d629c59 snd_mpu401_uart_interrupt_tx +EXPORT_SYMBOL sound/drivers/mpu401/snd-mpu401-uart 0xc0fec227 snd_mpu401_uart_interrupt +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x05060a19 snd_opl3_regmap +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x220a6405 snd_opl3_new +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x2b7bc7cc snd_opl3_init +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x5cbf4054 snd_opl3_load_patch +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x7bba9fc2 snd_opl3_find_patch +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x819ae417 snd_opl3_reset +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x96cf82fc snd_opl3_timer_new +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0xc80b2b15 snd_opl3_hwdep_new +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0xe1bf906c snd_opl3_create +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0xeabded86 snd_opl3_interrupt +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x0351d99c snd_vx_resume +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x042429c2 snd_vx_suspend +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x226138b0 snd_vx_threaded_irq_handler +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x466e53f8 snd_vx_dsp_load +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x7ce39955 snd_vx_dsp_boot +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x8133112f snd_vx_free_firmware +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x90530da9 snd_vx_create +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xa6c074f8 snd_vx_load_boot_image +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xaa440487 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 0xfa7ffcc3 snd_vx_check_reg_bit +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x15552035 cmp_connection_update +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x1a753723 fw_iso_resources_free +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x1f33b514 amdtp_stream_destroy +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x20254e45 amdtp_syt_intervals +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x21aa659e cmp_connection_reserve +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x36be7eef fw_iso_resources_destroy +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x38308772 fw_iso_resources_allocate +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x3d50955b amdtp_stream_get_max_payload +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x3ed0c36a avc_general_get_sig_fmt +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x4d1c122c cmp_connection_destroy +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x53ca18e8 amdtp_rate_table +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x56aa3200 snd_fw_transaction +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x6019a77f cmp_connection_init +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x671c259f cmp_connection_establish +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x6acb6a54 amdtp_stream_pcm_abort +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x748e23dc cmp_connection_check_used +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x760dcc03 fcp_avc_transaction +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x8a80a828 iso_packets_buffer_init +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x8f0c87c5 cmp_connection_release +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x8ffed57e iso_packets_buffer_destroy +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x9a9dbc36 avc_general_get_plug_info +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xa73c1e7f amdtp_stream_set_parameters +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xb0ff5176 fw_iso_resources_update +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xb4169db5 amdtp_stream_add_pcm_hw_constraints +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xb6a54a1f amdtp_stream_init +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xbc5f02c2 amdtp_stream_update +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xc44cee3a fw_iso_resources_init +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xccf69953 avc_general_set_sig_fmt +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xdc7d1a8a fcp_bus_reset +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xea3c4c27 amdtp_stream_pcm_prepare +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xf5a0aa50 cmp_connection_break +EXPORT_SYMBOL sound/hda/snd-intel-dspcfg 0x0c7fd938 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 0x28fafd7d snd_ak4113_resume +EXPORT_SYMBOL sound/i2c/other/snd-ak4113 0x5031c847 snd_ak4113_suspend +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x308024a7 snd_ak4114_create +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x62175f67 snd_ak4114_build +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x7288f043 snd_ak4114_reg_write +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0xa1a035ab snd_ak4114_external_rate +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0xbc17f757 snd_ak4114_resume +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0xc6131af2 snd_ak4114_check_rate_and_errors +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0xda492765 snd_ak4114_suspend +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0xec0273ee snd_ak4114_reinit +EXPORT_SYMBOL sound/i2c/other/snd-ak4xxx-adda 0x0a030234 snd_akm4xxx_build_controls +EXPORT_SYMBOL sound/i2c/other/snd-ak4xxx-adda 0x7860ebb9 snd_akm4xxx_reset +EXPORT_SYMBOL sound/i2c/other/snd-ak4xxx-adda 0xb5c86392 snd_akm4xxx_write +EXPORT_SYMBOL sound/i2c/other/snd-ak4xxx-adda 0xec7d2cb7 snd_akm4xxx_init +EXPORT_SYMBOL sound/i2c/other/snd-pt2258 0x456ff779 snd_pt2258_build_controls +EXPORT_SYMBOL sound/i2c/other/snd-pt2258 0xb96a0b42 snd_pt2258_reset +EXPORT_SYMBOL sound/i2c/snd-cs8427 0x153e88e8 snd_cs8427_create +EXPORT_SYMBOL sound/i2c/snd-cs8427 0x3df11728 snd_cs8427_reg_write +EXPORT_SYMBOL sound/i2c/snd-cs8427 0x98631e77 snd_cs8427_iec958_pcm +EXPORT_SYMBOL sound/i2c/snd-cs8427 0x987dd3b0 snd_cs8427_iec958_active +EXPORT_SYMBOL sound/i2c/snd-cs8427 0xb3ddfe9b snd_cs8427_init +EXPORT_SYMBOL sound/i2c/snd-cs8427 0xdcd3fba4 snd_cs8427_iec958_build +EXPORT_SYMBOL sound/i2c/snd-i2c 0x01b39d27 snd_i2c_probeaddr +EXPORT_SYMBOL sound/i2c/snd-i2c 0x1a2529dc snd_i2c_bus_create +EXPORT_SYMBOL sound/i2c/snd-i2c 0x1f2e6092 snd_i2c_device_create +EXPORT_SYMBOL sound/i2c/snd-i2c 0xce662354 snd_i2c_device_free +EXPORT_SYMBOL sound/i2c/snd-i2c 0xfa4cee7d snd_i2c_readbytes +EXPORT_SYMBOL sound/i2c/snd-i2c 0xffc9a580 snd_i2c_sendbytes +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x043db7e5 snd_ac97_get_short_name +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x3c0ede17 snd_ac97_update_bits +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x3f8dca94 snd_ac97_pcm_double_rate_rules +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x428bf437 snd_ac97_update +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x68506d21 snd_ac97_pcm_assign +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x8082ab1b snd_ac97_set_rate +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x8e9bfd95 snd_ac97_write +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x91e36204 snd_ac97_pcm_open +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x93ca1bce snd_ac97_read +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xa378df59 snd_ac97_mixer +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xa9a21a26 snd_ac97_bus +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xb3114c4a snd_ac97_update_power +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xbbc95f65 snd_ac97_write_cache +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xd88e54f8 snd_ac97_resume +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xdfe34e3a snd_ac97_tune_hardware +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xeb16d490 snd_ac97_pcm_close +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xf7a32c4e snd_ac97_suspend +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x080231e7 snd_emu10k1_synth_free +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x18086567 snd_emu10k1_synth_alloc +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x1eb96f86 snd_emu10k1_voice_free +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x3b88b7fd snd_emu10k1_synth_copy_from_user +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x45db3481 snd_emu10k1_memblk_map +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x5680588f snd_emu10k1_synth_bzero +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x6dbd624d snd_emu10k1_ptr_write +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0xc646eccd snd_emu10k1_voice_alloc +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0xdf43f0aa snd_emu10k1_ptr_read +EXPORT_SYMBOL sound/pci/ice1712/snd-ice17xx-ak4xxx 0x4ef1cb0b snd_ice1712_akm4xxx_free +EXPORT_SYMBOL sound/pci/ice1712/snd-ice17xx-ak4xxx 0x5d84119f snd_ice1712_akm4xxx_build_controls +EXPORT_SYMBOL sound/pci/ice1712/snd-ice17xx-ak4xxx 0xf268107c snd_ice1712_akm4xxx_init +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x174a15cc oxygen_write32 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x1acef7a0 oxygen_write32_masked +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x3ee02df9 oxygen_pci_pm +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x4ae8adc0 oxygen_write16 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x5985dd28 oxygen_write8 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x77e235d2 oxygen_write_i2c +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x8128da39 oxygen_read_ac97 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x84594377 oxygen_write_spi +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x88903c25 oxygen_update_dac_routing +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x8b2c914e oxygen_write_ac97_masked +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x956222ed oxygen_write_ac97 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xa15229e4 oxygen_write8_masked +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xa77f6f29 oxygen_reset_uart +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xa8473efc oxygen_read16 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xc594fef0 oxygen_write16_masked +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xe86f9c89 oxygen_write_uart +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xf334d740 oxygen_pci_shutdown +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xf8443f04 oxygen_pci_probe +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xfd92f9c3 oxygen_read32 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xff2ad6e0 oxygen_read8 +EXPORT_SYMBOL sound/pci/trident/snd-trident 0x2cc72e21 snd_trident_alloc_voice +EXPORT_SYMBOL sound/pci/trident/snd-trident 0x6d519761 snd_trident_start_voice +EXPORT_SYMBOL sound/pci/trident/snd-trident 0xb24c2a11 snd_trident_stop_voice +EXPORT_SYMBOL sound/pci/trident/snd-trident 0xd531f6ee snd_trident_write_voice_regs +EXPORT_SYMBOL sound/pci/trident/snd-trident 0xf8d3b93c 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 0x31727ea1 snd_soc_acpi_amd_sof_machines +EXPORT_SYMBOL sound/soc/amd/snd-acp-config 0xf0599ed3 snd_soc_acpi_amd_rmb_sof_machines +EXPORT_SYMBOL sound/soc/amd/snd-acp-config 0xfc52618d snd_amd_acp_find_config +EXPORT_SYMBOL sound/soc/codecs/snd-soc-adau1372 0x323b0666 adau1372_probe +EXPORT_SYMBOL sound/soc/codecs/snd-soc-lpass-wsa-macro 0xb1e58ffc wsa_macro_set_spkr_mode +EXPORT_SYMBOL sound/soc/codecs/snd-soc-pcm3060 0x9b0dd875 pcm3060_regmap +EXPORT_SYMBOL sound/soc/codecs/snd-soc-pcm3060 0xd74b05e3 pcm3060_probe +EXPORT_SYMBOL sound/soc/codecs/snd-soc-rt715 0xed2acb24 hda_to_sdw +EXPORT_SYMBOL sound/soc/codecs/snd-soc-tlv320aic23 0x49dcf8f4 tlv320aic23_regmap +EXPORT_SYMBOL sound/soc/codecs/snd-soc-tlv320aic23 0xcee6cf07 tlv320aic23_probe +EXPORT_SYMBOL sound/soc/codecs/snd-soc-tlv320aic32x4 0x5f6142be aic32x4_probe +EXPORT_SYMBOL sound/soc/codecs/snd-soc-tlv320aic32x4 0xa4d53677 aic32x4_remove +EXPORT_SYMBOL sound/soc/codecs/snd-soc-tlv320aic32x4 0xe5ad36ee aic32x4_regmap_config +EXPORT_SYMBOL sound/soc/codecs/snd-soc-tlv320aic3x 0x070879ae aic3x_remove +EXPORT_SYMBOL sound/soc/codecs/snd-soc-tlv320aic3x 0x3455c0b6 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 0xbb2c7fc5 wcd_mbhc_start +EXPORT_SYMBOL sound/soc/codecs/snd-soc-wcd-mbhc 0xc00875b8 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 0xdf811965 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 0x034e862a fsl_asoc_get_pll_clocks +EXPORT_SYMBOL sound/soc/fsl/snd-soc-fsl-utils 0xa4e15c2e fsl_asoc_reparent_pll_clocks +EXPORT_SYMBOL sound/soc/fsl/snd-soc-fsl-utils 0xf9c10789 fsl_asoc_get_dma_channel +EXPORT_SYMBOL sound/soc/mediatek/mt8192/snd-soc-mt8192-afe 0x12c3dcf6 mt8192_afe_gpio_request +EXPORT_SYMBOL sound/soc/mediatek/mt8192/snd-soc-mt8192-afe 0x200716b9 mt8192_afe_gpio_init +EXPORT_SYMBOL sound/soc/qcom/qdsp6/q6afe 0x2b3f0ea0 q6afe_vote_lpass_core_hw +EXPORT_SYMBOL sound/soc/qcom/qdsp6/q6afe 0x82b063af q6afe_unvote_lpass_core_hw +EXPORT_SYMBOL sound/soc/snd-soc-core 0x13c1748f snd_soc_alloc_ac97_component +EXPORT_SYMBOL sound/soc/sof/imx/imx-common 0x30cedb0b imx8_enable_clocks +EXPORT_SYMBOL sound/soc/sof/imx/imx-common 0x4fe76b25 imx8_parse_clocks +EXPORT_SYMBOL sound/soc/sof/imx/imx-common 0x796a2cc0 imx8_disable_clocks +EXPORT_SYMBOL sound/soc/sof/imx/imx-common 0xc676170d imx8_dump +EXPORT_SYMBOL sound/soc/sof/mediatek/mtk-adsp-common 0x6045366e mtk_adsp_dump +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x0707e3bd snd_sof_resume +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x077353cb sof_dai_get_bclk +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x0abea7f7 snd_sof_device_probe_completed +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x0cf4b426 snd_sof_handle_fw_exception +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x0e13e1b5 snd_sof_fw_unload +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x10c54612 snd_sof_load_topology +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x1a3661d2 snd_sof_dsp_only_d0i3_compatible_stream_active +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x1d10645f sof_widget_free +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x1e38cbef sof_block_write +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x1ea67ba9 sof_mailbox_read +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x2196eaa6 sof_compressed_ops +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x21bf5ea8 snd_sof_dsp_dbg_dump +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x28e7ac39 snd_sof_suspend +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x2af3191d snd_sof_pcm_period_elapsed +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x30c6cd0d sof_set_stream_data_offset +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x35e46ee9 sof_set_fw_state +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x368c6727 sof_debug_check_flag +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x48ec9d2d sof_io_read64 +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x4f9d8b5e snd_sof_runtime_idle +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x53277b60 snd_sof_load_firmware_raw +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x546a9534 snd_sof_device_shutdown +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x574b3cfa sof_pcm_dai_link_fixup +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x5a96d713 snd_sof_ipc_free +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x60c58d3a sof_ipc_msg_data +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x6926cd92 sof_machine_register +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x6afd86d4 snd_sof_device_remove +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x6b243594 snd_sof_pci_update_bits +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x6e209887 sof_machine_check +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x7787d164 snd_sof_runtime_resume +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x83fce4d0 snd_sof_dsp_update_bits64 +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x8901990a snd_sof_ipc_reply +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x8a2d21a2 sof_io_write64 +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x8ec913f4 sof_widget_setup +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x92514f6d sof_block_read +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x954d2969 snd_sof_ipc_init +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x978979c0 snd_sof_dsp_update_bits_forced +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x97aadb4f snd_sof_dsp_panic +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x97f690e4 snd_sof_dsp_update_bits +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x9f4dd6a3 sof_machine_unregister +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xa57f366a sof_io_write +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xacafad49 snd_sof_dsp_update_bits_unlocked +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xb8db66b1 sof_io_read +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xb90344a5 sof_dai_get_mclk +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xbe6d9ba7 sof_stream_pcm_open +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xc88dda2b snd_sof_dsp_update_bits64_unlocked +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xccf9dc0e snd_sof_run_firmware +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xd5c836a2 snd_sof_complete +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xd798467b snd_sof_runtime_suspend +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xde6fb600 snd_sof_load_firmware_memcpy +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xdfe2f6f3 sof_ipc_set_get_data +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xe3ff10d6 sof_print_oops_and_stack +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xe6feb326 snd_sof_ipc_get_reply +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xe9771927 snd_sof_prepare +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xee5cb9b1 sof_mailbox_write +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xf2040f70 snd_sof_device_probe +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xf2886842 sof_ipc_tx_message +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xf8c4ec54 sof_ipc_tx_message_no_pm +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xfceba782 sof_stream_pcm_close +EXPORT_SYMBOL sound/soc/sof/snd-sof-of 0x2caa1bc9 sof_of_probe +EXPORT_SYMBOL sound/soc/sof/snd-sof-of 0x4882575d sof_of_pm +EXPORT_SYMBOL sound/soc/sof/snd-sof-of 0x7fc1d94c sof_of_shutdown +EXPORT_SYMBOL sound/soc/sof/snd-sof-of 0x8972a0a6 sof_of_remove +EXPORT_SYMBOL sound/soc/sof/snd-sof-utils 0xe1336b40 snd_sof_create_page_table +EXPORT_SYMBOL sound/soundcore 0x055a779e register_sound_dsp +EXPORT_SYMBOL sound/soundcore 0x204d5838 register_sound_special_device +EXPORT_SYMBOL sound/soundcore 0x7afc9d8a unregister_sound_mixer +EXPORT_SYMBOL sound/soundcore 0x7b7ac118 register_sound_mixer +EXPORT_SYMBOL sound/soundcore 0x99c95fa5 unregister_sound_special +EXPORT_SYMBOL sound/soundcore 0xcd083b10 unregister_sound_dsp +EXPORT_SYMBOL sound/soundcore 0xd3cd2748 register_sound_special +EXPORT_SYMBOL sound/soundcore 0xdbe17e8c sound_class +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0x20415045 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 0x81f5a65d snd_emux_lock_voice +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0x85b53db2 snd_emux_free +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0x92298638 snd_emux_register +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0x9ed2acff snd_emux_unlock_voice +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0xe38b3ad9 snd_emux_terminate_all +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 0x82ee1ac3 __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 0x0005fb30 neigh_update +EXPORT_SYMBOL vmlinux 0x00088cf2 set_page_dirty_lock +EXPORT_SYMBOL vmlinux 0x00148653 vsnprintf +EXPORT_SYMBOL vmlinux 0x001f6667 pm_vt_switch_required +EXPORT_SYMBOL vmlinux 0x0027d4a4 inet6_add_offload +EXPORT_SYMBOL vmlinux 0x003463d2 skb_flow_dissect_meta +EXPORT_SYMBOL vmlinux 0x003b4e28 flow_rule_match_meta +EXPORT_SYMBOL vmlinux 0x004234fd simple_dentry_operations +EXPORT_SYMBOL vmlinux 0x0068ebcd vfs_get_tree +EXPORT_SYMBOL vmlinux 0x00a517ba param_ops_string +EXPORT_SYMBOL vmlinux 0x00b4e615 posix_acl_equiv_mode +EXPORT_SYMBOL vmlinux 0x00b7c878 fb_set_cmap +EXPORT_SYMBOL vmlinux 0x00bbeb42 mfd_add_devices +EXPORT_SYMBOL vmlinux 0x00d7e722 vme_lm_count +EXPORT_SYMBOL vmlinux 0x00e16ea9 mdiobus_scan +EXPORT_SYMBOL vmlinux 0x00ecdf83 configfs_register_group +EXPORT_SYMBOL vmlinux 0x00f082cc nvdimm_namespace_disk_name +EXPORT_SYMBOL vmlinux 0x00fea188 nf_ct_get_tuple_skb +EXPORT_SYMBOL vmlinux 0x01000e51 schedule +EXPORT_SYMBOL vmlinux 0x01115b6d tcf_em_tree_validate +EXPORT_SYMBOL vmlinux 0x01156ae4 utf8_strncasecmp_folded +EXPORT_SYMBOL vmlinux 0x01220a89 seq_dentry +EXPORT_SYMBOL vmlinux 0x0129c4f8 par_io_data_set +EXPORT_SYMBOL vmlinux 0x012de2ea xudma_rchanrt_read +EXPORT_SYMBOL vmlinux 0x013f26ae dma_fence_get_stub +EXPORT_SYMBOL vmlinux 0x0147812c kblockd_mod_delayed_work_on +EXPORT_SYMBOL vmlinux 0x014fbd37 zap_page_range +EXPORT_SYMBOL vmlinux 0x01505d85 imx_scu_call_rpc +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 0x018912ae pcie_capability_clear_and_set_word +EXPORT_SYMBOL vmlinux 0x01b6865c xa_get_mark +EXPORT_SYMBOL vmlinux 0x01b73ba7 fc_mount +EXPORT_SYMBOL vmlinux 0x01bbaa71 mdiobus_get_phy +EXPORT_SYMBOL vmlinux 0x01bf55fc paddr_vmcoreinfo_note +EXPORT_SYMBOL vmlinux 0x01cefcef scsi_block_when_processing_errors +EXPORT_SYMBOL vmlinux 0x01d2143a inet_proto_csum_replace4 +EXPORT_SYMBOL vmlinux 0x01dc8a99 qman_update_cgr_safe +EXPORT_SYMBOL vmlinux 0x01e9e78f d_move +EXPORT_SYMBOL vmlinux 0x01fb09c4 mipi_dsi_dcs_read +EXPORT_SYMBOL vmlinux 0x0209f3a7 secure_ipv6_port_ephemeral +EXPORT_SYMBOL vmlinux 0x020dbf27 bitmap_alloc +EXPORT_SYMBOL vmlinux 0x02293ac3 dma_fence_chain_ops +EXPORT_SYMBOL vmlinux 0x023bcdf6 cros_ec_prepare_tx +EXPORT_SYMBOL vmlinux 0x0248efd3 kstrtobool_from_user +EXPORT_SYMBOL vmlinux 0x0262ddef of_find_node_by_type +EXPORT_SYMBOL vmlinux 0x0267efc1 iw_handler_get_thrspy +EXPORT_SYMBOL vmlinux 0x0274dc2b netif_get_num_default_rss_queues +EXPORT_SYMBOL vmlinux 0x0296695f refcount_warn_saturate +EXPORT_SYMBOL vmlinux 0x029a2bb7 pci_bus_alloc_resource +EXPORT_SYMBOL vmlinux 0x029d1e66 padata_alloc +EXPORT_SYMBOL vmlinux 0x02ab73c3 jbd2_log_wait_commit +EXPORT_SYMBOL vmlinux 0x02c065f8 ucc_set_qe_mux_mii_mng +EXPORT_SYMBOL vmlinux 0x02cc753f sk_dst_check +EXPORT_SYMBOL vmlinux 0x02e7a062 param_get_ullong +EXPORT_SYMBOL vmlinux 0x03096055 vmf_insert_mixed_prot +EXPORT_SYMBOL vmlinux 0x03236111 rproc_of_resm_mem_entry_init +EXPORT_SYMBOL vmlinux 0x0334795d icst307_s2div +EXPORT_SYMBOL vmlinux 0x0334cedd ethtool_virtdev_set_link_ksettings +EXPORT_SYMBOL vmlinux 0x0334da4e scsi_command_size_tbl +EXPORT_SYMBOL vmlinux 0x03389a2e ip_sock_set_tos +EXPORT_SYMBOL vmlinux 0x0349726f tegra194_miscreg_mask_serror +EXPORT_SYMBOL vmlinux 0x034c1005 md_write_end +EXPORT_SYMBOL vmlinux 0x034fcc14 nf_ip_checksum +EXPORT_SYMBOL vmlinux 0x0360d67f make_flow_keys_digest +EXPORT_SYMBOL vmlinux 0x0366307a console_suspend_enabled +EXPORT_SYMBOL vmlinux 0x036a24a4 filemap_dirty_folio +EXPORT_SYMBOL vmlinux 0x036cce78 tty_termios_input_baud_rate +EXPORT_SYMBOL vmlinux 0x03701794 scsi_device_get +EXPORT_SYMBOL vmlinux 0x037a0cba kfree +EXPORT_SYMBOL vmlinux 0x03815f35 ledtrig_disk_activity +EXPORT_SYMBOL vmlinux 0x038e344a register_console +EXPORT_SYMBOL vmlinux 0x0397edd5 fb_edid_to_monspecs +EXPORT_SYMBOL vmlinux 0x03b7f1fd jbd2_trans_will_send_data_barrier +EXPORT_SYMBOL vmlinux 0x03b814ca bpf_dispatcher_xdp_func +EXPORT_SYMBOL vmlinux 0x03bc24c5 dev_pm_opp_unregister_notifier +EXPORT_SYMBOL vmlinux 0x03bf0e5a acpi_walk_resource_buffer +EXPORT_SYMBOL vmlinux 0x03cc2a32 dcb_getapp +EXPORT_SYMBOL vmlinux 0x03d6bd3f __pskb_copy_fclone +EXPORT_SYMBOL vmlinux 0x03e83763 xfrm_policy_byid +EXPORT_SYMBOL vmlinux 0x03f2a42a iget5_locked +EXPORT_SYMBOL vmlinux 0x03fd2571 vm_unmap_ram +EXPORT_SYMBOL vmlinux 0x03ffc317 nf_ip6_checksum +EXPORT_SYMBOL vmlinux 0x041d119c pci_restore_state +EXPORT_SYMBOL vmlinux 0x042af725 posix_acl_chmod +EXPORT_SYMBOL vmlinux 0x042f4140 xfrm_policy_delete +EXPORT_SYMBOL vmlinux 0x043e704a padata_do_serial +EXPORT_SYMBOL vmlinux 0x044154c6 tc_skb_ext_tc +EXPORT_SYMBOL vmlinux 0x04482cdb __refrigerator +EXPORT_SYMBOL vmlinux 0x044f0ad9 get_random_u16 +EXPORT_SYMBOL vmlinux 0x045ccbb6 generic_file_mmap +EXPORT_SYMBOL vmlinux 0x0460e867 netpoll_send_udp +EXPORT_SYMBOL vmlinux 0x04673adb qman_ip_rev +EXPORT_SYMBOL vmlinux 0x0467841e netif_stacked_transfer_operstate +EXPORT_SYMBOL vmlinux 0x046a9fcc is_nd_dax +EXPORT_SYMBOL vmlinux 0x0474edef kstrtou16_from_user +EXPORT_SYMBOL vmlinux 0x0479aac1 seq_list_next_rcu +EXPORT_SYMBOL vmlinux 0x047d3e10 pci_set_mwi +EXPORT_SYMBOL vmlinux 0x047df3b8 ip_route_me_harder +EXPORT_SYMBOL vmlinux 0x0484c6c4 acpi_enter_sleep_state_prep +EXPORT_SYMBOL vmlinux 0x04863e28 hdmi_audio_infoframe_pack_only +EXPORT_SYMBOL vmlinux 0x048bce59 iw_handler_set_thrspy +EXPORT_SYMBOL vmlinux 0x04c95664 module_refcount +EXPORT_SYMBOL vmlinux 0x04d24402 iwe_stream_add_point +EXPORT_SYMBOL vmlinux 0x04d8c4f0 amba_device_unregister +EXPORT_SYMBOL vmlinux 0x04e96c34 nf_log_bind_pf +EXPORT_SYMBOL vmlinux 0x04ea5d10 ksize +EXPORT_SYMBOL vmlinux 0x04eee860 xp_can_alloc +EXPORT_SYMBOL vmlinux 0x04f06e76 bio_init_clone +EXPORT_SYMBOL vmlinux 0x04f14738 blk_post_runtime_suspend +EXPORT_SYMBOL vmlinux 0x0505ba4a max8998_update_reg +EXPORT_SYMBOL vmlinux 0x050877b9 dmi_first_match +EXPORT_SYMBOL vmlinux 0x050e556c netdev_offload_xstats_enable +EXPORT_SYMBOL vmlinux 0x0511ad5d pci_scan_root_bus +EXPORT_SYMBOL vmlinux 0x051d58e8 dma_fence_wait_any_timeout +EXPORT_SYMBOL vmlinux 0x05240ee7 percpu_counter_batch +EXPORT_SYMBOL vmlinux 0x053a785e tcp_disconnect +EXPORT_SYMBOL vmlinux 0x053ce89a __mmap_lock_do_trace_start_locking +EXPORT_SYMBOL vmlinux 0x05434a10 xfrm_stateonly_find +EXPORT_SYMBOL vmlinux 0x054496b4 schedule_timeout_interruptible +EXPORT_SYMBOL vmlinux 0x05501aa9 inet_csk_clear_xmit_timers +EXPORT_SYMBOL vmlinux 0x055c3f11 i2c_smbus_read_byte_data +EXPORT_SYMBOL vmlinux 0x055e77e8 jiffies_64 +EXPORT_SYMBOL vmlinux 0x0562dc30 __sg_page_iter_start +EXPORT_SYMBOL vmlinux 0x056bcf7b dm_read_arg +EXPORT_SYMBOL vmlinux 0x057bd4c1 genphy_resume +EXPORT_SYMBOL vmlinux 0x0598d941 param_ops_ushort +EXPORT_SYMBOL vmlinux 0x059e1482 __traceiter_dma_fence_emit +EXPORT_SYMBOL vmlinux 0x05a4d4e5 scsi_print_result +EXPORT_SYMBOL vmlinux 0x05b21e98 dma_fence_array_create +EXPORT_SYMBOL vmlinux 0x05b349cf current_in_userns +EXPORT_SYMBOL vmlinux 0x05c4f335 skb_flow_dissect_hash +EXPORT_SYMBOL vmlinux 0x05cc1954 fwnode_get_mac_address +EXPORT_SYMBOL vmlinux 0x05ccaf0c of_graph_get_endpoint_count +EXPORT_SYMBOL vmlinux 0x06030b57 flow_block_cb_lookup +EXPORT_SYMBOL vmlinux 0x060ba97c gen_pool_free_owner +EXPORT_SYMBOL vmlinux 0x06132251 netdev_refcnt_read +EXPORT_SYMBOL vmlinux 0x061651be strcat +EXPORT_SYMBOL vmlinux 0x061da1dc generic_file_splice_read +EXPORT_SYMBOL vmlinux 0x0627a343 __mmap_lock_do_trace_released +EXPORT_SYMBOL vmlinux 0x062892b1 scsi_vpd_tpg_id +EXPORT_SYMBOL vmlinux 0x0634100a bitmap_parselist_user +EXPORT_SYMBOL vmlinux 0x06391927 dm_put_device +EXPORT_SYMBOL vmlinux 0x063cd664 sk_ns_capable +EXPORT_SYMBOL vmlinux 0x063fe35e mr_dump +EXPORT_SYMBOL vmlinux 0x06535f29 tegra_ahb_enable_smmu +EXPORT_SYMBOL vmlinux 0x0657cf37 __skb_vlan_pop +EXPORT_SYMBOL vmlinux 0x0668b595 _kstrtoul +EXPORT_SYMBOL vmlinux 0x068a18bb mmc_register_driver +EXPORT_SYMBOL vmlinux 0x06a3194a generic_file_llseek +EXPORT_SYMBOL vmlinux 0x06af2232 netlink_rcv_skb +EXPORT_SYMBOL vmlinux 0x06b8608c sync_blockdev_range +EXPORT_SYMBOL vmlinux 0x06bbc384 neigh_parms_release +EXPORT_SYMBOL vmlinux 0x06bd88b5 ucs2_strnlen +EXPORT_SYMBOL vmlinux 0x06bd9ad0 vfs_create +EXPORT_SYMBOL vmlinux 0x06d11488 __bitmap_equal +EXPORT_SYMBOL vmlinux 0x06de6002 open_with_fake_path +EXPORT_SYMBOL vmlinux 0x06e0c12b framebuffer_release +EXPORT_SYMBOL vmlinux 0x07098248 xz_dec_microlzma_alloc +EXPORT_SYMBOL vmlinux 0x0711edc8 xudma_dev_get_tisci_rm +EXPORT_SYMBOL vmlinux 0x07123937 dev_get_by_napi_id +EXPORT_SYMBOL vmlinux 0x0719870e dst_release +EXPORT_SYMBOL vmlinux 0x0721234b passthru_features_check +EXPORT_SYMBOL vmlinux 0x072a5541 md_done_sync +EXPORT_SYMBOL vmlinux 0x072f901c vme_master_rmw +EXPORT_SYMBOL vmlinux 0x0745a981 xa_erase +EXPORT_SYMBOL vmlinux 0x0781ec97 logic_insl +EXPORT_SYMBOL vmlinux 0x07828f04 jbd2_journal_start_reserved +EXPORT_SYMBOL vmlinux 0x0787dc1e dm_kobject_release +EXPORT_SYMBOL vmlinux 0x078ce206 iov_iter_get_pages_alloc2 +EXPORT_SYMBOL vmlinux 0x078fb425 dquot_reclaim_space_nodirty +EXPORT_SYMBOL vmlinux 0x07923770 of_device_register +EXPORT_SYMBOL vmlinux 0x0799f01c tag_pages_for_writeback +EXPORT_SYMBOL vmlinux 0x079fe2ef param_ops_long +EXPORT_SYMBOL vmlinux 0x07a2a572 inet6_csk_route_req +EXPORT_SYMBOL vmlinux 0x07a2c56a devm_input_allocate_device +EXPORT_SYMBOL vmlinux 0x07a73620 mdiobus_free +EXPORT_SYMBOL vmlinux 0x07a890c8 fb_alloc_cmap +EXPORT_SYMBOL vmlinux 0x07b9ccf8 napi_build_skb +EXPORT_SYMBOL vmlinux 0x07cc4a5d printk_timed_ratelimit +EXPORT_SYMBOL vmlinux 0x07ceeac9 panic_notifier_list +EXPORT_SYMBOL vmlinux 0x07db17be qman_create_fq +EXPORT_SYMBOL vmlinux 0x07ec12e4 pnp_start_dev +EXPORT_SYMBOL vmlinux 0x07f57478 pci_unmap_iospace +EXPORT_SYMBOL vmlinux 0x07fe480b of_io_request_and_map +EXPORT_SYMBOL vmlinux 0x0800473f __cond_resched +EXPORT_SYMBOL vmlinux 0x0805f2c8 ecryptfs_get_auth_tok_key +EXPORT_SYMBOL vmlinux 0x08148f92 get_phy_device +EXPORT_SYMBOL vmlinux 0x08162c74 free_bucket_spinlocks +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 0x08393f36 vm_iomap_memory +EXPORT_SYMBOL vmlinux 0x083eb21c rfkill_unregister +EXPORT_SYMBOL vmlinux 0x0868cf4c phy_connect_direct +EXPORT_SYMBOL vmlinux 0x08824de5 shrink_dcache_sb +EXPORT_SYMBOL vmlinux 0x0897a43b jbd2_journal_restart +EXPORT_SYMBOL vmlinux 0x089f81c6 unload_nls +EXPORT_SYMBOL vmlinux 0x08cc3219 __free_pages +EXPORT_SYMBOL vmlinux 0x08cca170 get_mem_cgroup_from_mm +EXPORT_SYMBOL vmlinux 0x08e39398 cmd_db_read_addr +EXPORT_SYMBOL vmlinux 0x08e554ad max8925_reg_read +EXPORT_SYMBOL vmlinux 0x0907fc97 dquot_transfer +EXPORT_SYMBOL vmlinux 0x091878d5 flow_rule_match_enc_ipv4_addrs +EXPORT_SYMBOL vmlinux 0x09234451 flow_rule_match_enc_ipv6_addrs +EXPORT_SYMBOL vmlinux 0x092e26bf acpi_remove_address_space_handler +EXPORT_SYMBOL vmlinux 0x093712e5 acpi_purge_cached_objects +EXPORT_SYMBOL vmlinux 0x093f541f kernel_sendpage_locked +EXPORT_SYMBOL vmlinux 0x094319bf sock_no_sendpage_locked +EXPORT_SYMBOL vmlinux 0x0943c45e inet_frag_reasm_finish +EXPORT_SYMBOL vmlinux 0x095d710d uart_register_driver +EXPORT_SYMBOL vmlinux 0x095ee318 dev_open +EXPORT_SYMBOL vmlinux 0x0972a9b9 forget_all_cached_acls +EXPORT_SYMBOL vmlinux 0x09769037 dmt_modes +EXPORT_SYMBOL vmlinux 0x097af021 neigh_proc_dointvec_jiffies +EXPORT_SYMBOL vmlinux 0x098b71c6 fb_dealloc_cmap +EXPORT_SYMBOL vmlinux 0x0998cc3c hdmi_infoframe_unpack +EXPORT_SYMBOL vmlinux 0x09ab0a74 phy_free_interrupt +EXPORT_SYMBOL vmlinux 0x09b284d0 unpin_user_pages_dirty_lock +EXPORT_SYMBOL vmlinux 0x09cbdb62 config_group_find_item +EXPORT_SYMBOL vmlinux 0x09d44df9 in_lock_functions +EXPORT_SYMBOL vmlinux 0x09da0ba4 xa_set_mark +EXPORT_SYMBOL vmlinux 0x09e52037 __register_nls +EXPORT_SYMBOL vmlinux 0x09f9b261 xudma_rchan_put +EXPORT_SYMBOL vmlinux 0x0a012f73 mb_cache_entry_touch +EXPORT_SYMBOL vmlinux 0x0a0ebc08 __xa_cmpxchg +EXPORT_SYMBOL vmlinux 0x0a1e8769 utf8_casefold_hash +EXPORT_SYMBOL vmlinux 0x0a2de554 vfs_fsync +EXPORT_SYMBOL vmlinux 0x0a42ceed __do_once_sleepable_done +EXPORT_SYMBOL vmlinux 0x0a770832 register_memory_notifier +EXPORT_SYMBOL vmlinux 0x0a83f116 tc_setup_offload_action +EXPORT_SYMBOL vmlinux 0x0a84b15d zstd_init_cctx +EXPORT_SYMBOL vmlinux 0x0a9659d7 pci_try_set_mwi +EXPORT_SYMBOL vmlinux 0x0a999b47 tcf_qevent_init +EXPORT_SYMBOL vmlinux 0x0aa309cf synchronize_hardirq +EXPORT_SYMBOL vmlinux 0x0aaccc92 pci_remap_iospace +EXPORT_SYMBOL vmlinux 0x0aaef914 generic_key_instantiate +EXPORT_SYMBOL vmlinux 0x0acf7679 dma_issue_pending_all +EXPORT_SYMBOL vmlinux 0x0aee4e42 gnet_stats_copy_basic +EXPORT_SYMBOL vmlinux 0x0af1f2d6 serial8250_set_isa_configurator +EXPORT_SYMBOL vmlinux 0x0af5f044 vfs_iocb_iter_write +EXPORT_SYMBOL vmlinux 0x0afed328 phy_set_sym_pause +EXPORT_SYMBOL vmlinux 0x0b02ca17 unregister_netdev +EXPORT_SYMBOL vmlinux 0x0b0437f5 vfs_dedupe_file_range +EXPORT_SYMBOL vmlinux 0x0b15cf72 __f_setown +EXPORT_SYMBOL vmlinux 0x0b1beb31 vmalloc_32_user +EXPORT_SYMBOL vmlinux 0x0b1ddf61 tty_port_init +EXPORT_SYMBOL vmlinux 0x0b26b8c8 acpi_run_osc +EXPORT_SYMBOL vmlinux 0x0b290ada dma_fence_chain_walk +EXPORT_SYMBOL vmlinux 0x0b41cae6 tty_unregister_driver +EXPORT_SYMBOL vmlinux 0x0b5a0d53 fsl_ifc_ctrl_dev +EXPORT_SYMBOL vmlinux 0x0b5a7e06 bio_integrity_alloc +EXPORT_SYMBOL vmlinux 0x0b61bd81 mmc_retune_pause +EXPORT_SYMBOL vmlinux 0x0b637467 nla_reserve_nohdr +EXPORT_SYMBOL vmlinux 0x0b65f1b0 sock_kzfree_s +EXPORT_SYMBOL vmlinux 0x0b742fd7 simple_strtol +EXPORT_SYMBOL vmlinux 0x0b82f237 get_tree_single +EXPORT_SYMBOL vmlinux 0x0ba0b938 vm_brk +EXPORT_SYMBOL vmlinux 0x0bb558b9 filemap_fdatawait_keep_errors +EXPORT_SYMBOL vmlinux 0x0bc477a2 irq_set_irq_type +EXPORT_SYMBOL vmlinux 0x0bcd9519 __filemap_set_wb_err +EXPORT_SYMBOL vmlinux 0x0bd394d8 tty_termios_baud_rate +EXPORT_SYMBOL vmlinux 0x0bda4760 __tcp_md5_do_lookup +EXPORT_SYMBOL vmlinux 0x0bf0e4a2 __SCK__tp_func_spi_transfer_stop +EXPORT_SYMBOL vmlinux 0x0bf148e1 page_pool_release_page +EXPORT_SYMBOL vmlinux 0x0bfc1d1a check_zeroed_user +EXPORT_SYMBOL vmlinux 0x0c093dde md_write_start +EXPORT_SYMBOL vmlinux 0x0c25ec48 secure_tcpv6_seq +EXPORT_SYMBOL vmlinux 0x0c3690fc _raw_spin_lock_bh +EXPORT_SYMBOL vmlinux 0x0c3f83b4 netdev_txq_to_tc +EXPORT_SYMBOL vmlinux 0x0c448fb6 blk_mq_end_request +EXPORT_SYMBOL vmlinux 0x0c4b4d52 alloc_etherdev_mqs +EXPORT_SYMBOL vmlinux 0x0c4c9ac7 tegra_ivc_write_get_next_frame +EXPORT_SYMBOL vmlinux 0x0c575719 __cond_resched_rwlock_write +EXPORT_SYMBOL vmlinux 0x0c6bdc3f vme_master_read +EXPORT_SYMBOL vmlinux 0x0c732bc3 fqdir_init +EXPORT_SYMBOL vmlinux 0x0c8693c5 sock_common_recvmsg +EXPORT_SYMBOL vmlinux 0x0c95780e seg6_hmac_info_add +EXPORT_SYMBOL vmlinux 0x0cad3e7a lynx_pcs_destroy +EXPORT_SYMBOL vmlinux 0x0cb11bc7 __SCK__tp_func_dma_fence_enable_signal +EXPORT_SYMBOL vmlinux 0x0cb535fc memory_cgrp_subsys +EXPORT_SYMBOL vmlinux 0x0cc4b4b6 crc_ccitt_false +EXPORT_SYMBOL vmlinux 0x0cd14a08 configfs_unregister_default_group +EXPORT_SYMBOL vmlinux 0x0cd331ad generic_write_end +EXPORT_SYMBOL vmlinux 0x0cd5835b ipv6_flowlabel_exclusive +EXPORT_SYMBOL vmlinux 0x0cdce87c rfkill_set_hw_state_reason +EXPORT_SYMBOL vmlinux 0x0d07f543 get_anon_bdev +EXPORT_SYMBOL vmlinux 0x0d214097 __mmc_claim_host +EXPORT_SYMBOL vmlinux 0x0d283c0e mem_cgroup_from_task +EXPORT_SYMBOL vmlinux 0x0d2c77df block_page_mkwrite +EXPORT_SYMBOL vmlinux 0x0d2ca20f ucc_fast_get_qe_cr_subblock +EXPORT_SYMBOL vmlinux 0x0d333b64 zstd_end_stream +EXPORT_SYMBOL vmlinux 0x0d34e59b kthread_bind +EXPORT_SYMBOL vmlinux 0x0d3c1556 mipi_dsi_host_register +EXPORT_SYMBOL vmlinux 0x0d3f5c1a fman_get_max_frm +EXPORT_SYMBOL vmlinux 0x0d542439 __ipv6_addr_type +EXPORT_SYMBOL vmlinux 0x0d55e34d tcp_mtup_init +EXPORT_SYMBOL vmlinux 0x0d5b1165 pci_iomap_range +EXPORT_SYMBOL vmlinux 0x0d99675a set_security_override_from_ctx +EXPORT_SYMBOL vmlinux 0x0d9a34f0 netif_set_tso_max_segs +EXPORT_SYMBOL vmlinux 0x0db276d7 put_ipc_ns +EXPORT_SYMBOL vmlinux 0x0de6e3e6 vmf_insert_pfn_prot +EXPORT_SYMBOL vmlinux 0x0df05b60 vfs_get_link +EXPORT_SYMBOL vmlinux 0x0e04e1e5 fuse_mount_destroy +EXPORT_SYMBOL vmlinux 0x0e050ce4 backlight_device_register +EXPORT_SYMBOL vmlinux 0x0e115165 mmc_can_trim +EXPORT_SYMBOL vmlinux 0x0e14fa09 begin_new_exec +EXPORT_SYMBOL vmlinux 0x0e17678a siphash_4u64 +EXPORT_SYMBOL vmlinux 0x0e26604a udp_lib_getsockopt +EXPORT_SYMBOL vmlinux 0x0e35c2ae ndisc_send_skb +EXPORT_SYMBOL vmlinux 0x0e386e10 dma_async_device_register +EXPORT_SYMBOL vmlinux 0x0e3b9972 md_unregister_thread +EXPORT_SYMBOL vmlinux 0x0e3c6043 netlink_ns_capable +EXPORT_SYMBOL vmlinux 0x0e4262c6 __siphash_unaligned +EXPORT_SYMBOL vmlinux 0x0e43c3e8 ip6_fraglist_init +EXPORT_SYMBOL vmlinux 0x0e76b4c7 set_page_writeback +EXPORT_SYMBOL vmlinux 0x0e7c68cd inode_permission +EXPORT_SYMBOL vmlinux 0x0e88782f __scsi_execute +EXPORT_SYMBOL vmlinux 0x0e88d188 setattr_prepare +EXPORT_SYMBOL vmlinux 0x0e922e5c devm_ioport_map +EXPORT_SYMBOL vmlinux 0x0ea3c74e tasklet_kill +EXPORT_SYMBOL vmlinux 0x0ea593f6 hdmi_drm_infoframe_init +EXPORT_SYMBOL vmlinux 0x0ea97917 register_tcf_proto_ops +EXPORT_SYMBOL vmlinux 0x0eadfea4 phy_device_free +EXPORT_SYMBOL vmlinux 0x0eaf4e97 tty_chars_in_buffer +EXPORT_SYMBOL vmlinux 0x0eb6eb87 add_taint +EXPORT_SYMBOL vmlinux 0x0eb823ff phy_modify_paged_changed +EXPORT_SYMBOL vmlinux 0x0ec2619e __scsi_iterate_devices +EXPORT_SYMBOL vmlinux 0x0ec5babe vme_dma_free +EXPORT_SYMBOL vmlinux 0x0ef591cc serio_rescan +EXPORT_SYMBOL vmlinux 0x0f06bdb7 md_wait_for_blocked_rdev +EXPORT_SYMBOL vmlinux 0x0f09cc34 schedule_timeout_killable +EXPORT_SYMBOL vmlinux 0x0f0bea3e inet_frags_init +EXPORT_SYMBOL vmlinux 0x0f1ad8e2 seq_list_start_rcu +EXPORT_SYMBOL vmlinux 0x0f354772 skb_free_datagram +EXPORT_SYMBOL vmlinux 0x0f365835 nla_put_64bit +EXPORT_SYMBOL vmlinux 0x0f37ca89 lockref_put_not_zero +EXPORT_SYMBOL vmlinux 0x0f630261 gen_replace_estimator +EXPORT_SYMBOL vmlinux 0x0f86f560 kthread_delayed_work_timer_fn +EXPORT_SYMBOL vmlinux 0x0f8a8c83 gnet_stats_start_copy_compat +EXPORT_SYMBOL vmlinux 0x0f99ef4a clear_page_dirty_for_io +EXPORT_SYMBOL vmlinux 0x0fab1ab0 hdmi_spd_infoframe_pack +EXPORT_SYMBOL vmlinux 0x0fb0b6da eth_gro_complete +EXPORT_SYMBOL vmlinux 0x0fb2f8a4 mktime64 +EXPORT_SYMBOL vmlinux 0x0fb48a5b xfrm_state_check_expire +EXPORT_SYMBOL vmlinux 0x0fc40d98 generic_parse_monolithic +EXPORT_SYMBOL vmlinux 0x0fca4231 ppp_unregister_channel +EXPORT_SYMBOL vmlinux 0x0fd902db mb_cache_entry_create +EXPORT_SYMBOL vmlinux 0x0fff5afc time64_to_tm +EXPORT_SYMBOL vmlinux 0x100083dd tcp_initialize_rcv_mss +EXPORT_SYMBOL vmlinux 0x10017aa5 kernel_cpustat +EXPORT_SYMBOL vmlinux 0x10022235 __genphy_config_aneg +EXPORT_SYMBOL vmlinux 0x1019a1d8 scsi_device_set_state +EXPORT_SYMBOL vmlinux 0x101d3380 devfreq_recommended_opp +EXPORT_SYMBOL vmlinux 0x1025009a cpm_muram_alloc_fixed +EXPORT_SYMBOL vmlinux 0x102936ec qe_clock_source +EXPORT_SYMBOL vmlinux 0x1035c7c2 __release_region +EXPORT_SYMBOL vmlinux 0x104dbbfa call_usermodehelper_exec +EXPORT_SYMBOL vmlinux 0x1051c391 qdisc_hash_del +EXPORT_SYMBOL vmlinux 0x105535e5 seq_bprintf +EXPORT_SYMBOL vmlinux 0x1057a279 bsearch +EXPORT_SYMBOL vmlinux 0x10645bb3 proc_mkdir +EXPORT_SYMBOL vmlinux 0x1067cf55 iommu_put_resv_regions +EXPORT_SYMBOL vmlinux 0x1068004b gf128mul_bbe +EXPORT_SYMBOL vmlinux 0x106d9dff lynx_get_mdio_device +EXPORT_SYMBOL vmlinux 0x107a5b8d devm_mfd_add_devices +EXPORT_SYMBOL vmlinux 0x107be0b0 percpu_counter_sync +EXPORT_SYMBOL vmlinux 0x107e5878 zlib_inflateEnd +EXPORT_SYMBOL vmlinux 0x1095b1df datagram_poll +EXPORT_SYMBOL vmlinux 0x10af0c82 skb_push +EXPORT_SYMBOL vmlinux 0x10c5e6ff md_bitmap_cond_end_sync +EXPORT_SYMBOL vmlinux 0x10c90025 udp_sk_rx_dst_set +EXPORT_SYMBOL vmlinux 0x10d9f885 scsi_sense_desc_find +EXPORT_SYMBOL vmlinux 0x10e6f74a free_contig_range +EXPORT_SYMBOL vmlinux 0x10ed18a0 tcp_sock_set_keepidle +EXPORT_SYMBOL vmlinux 0x10ed93ac scsi_device_resume +EXPORT_SYMBOL vmlinux 0x10f6cbcc acpi_device_hid +EXPORT_SYMBOL vmlinux 0x10f9b07c filp_open +EXPORT_SYMBOL vmlinux 0x1101c22e inode_newsize_ok +EXPORT_SYMBOL vmlinux 0x11089ac7 _ctype +EXPORT_SYMBOL vmlinux 0x110ba6c2 i2c_smbus_read_i2c_block_data_or_emulated +EXPORT_SYMBOL vmlinux 0x1139a2f9 thermal_zone_device_critical +EXPORT_SYMBOL vmlinux 0x1142c47d from_kprojid_munged +EXPORT_SYMBOL vmlinux 0x11647930 path_get +EXPORT_SYMBOL vmlinux 0x117093be qdisc_class_hash_init +EXPORT_SYMBOL vmlinux 0x11804062 tcf_idr_cleanup +EXPORT_SYMBOL vmlinux 0x11bbe4a6 block_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 0x120ff8e1 xudma_get_rflow_ring_offset +EXPORT_SYMBOL vmlinux 0x124bad4d kstrtobool +EXPORT_SYMBOL vmlinux 0x125a3167 of_find_net_device_by_node +EXPORT_SYMBOL vmlinux 0x125a387f tty_flip_buffer_push +EXPORT_SYMBOL vmlinux 0x127d83ea security_locked_down +EXPORT_SYMBOL vmlinux 0x129ae4ce udpv6_sendmsg +EXPORT_SYMBOL vmlinux 0x12a4e128 __arch_copy_from_user +EXPORT_SYMBOL vmlinux 0x12ad6f71 ptp_schedule_worker +EXPORT_SYMBOL vmlinux 0x12af9cbf drop_nlink +EXPORT_SYMBOL vmlinux 0x12cabc89 siphash_2u64 +EXPORT_SYMBOL vmlinux 0x12e3c953 skb_dump +EXPORT_SYMBOL vmlinux 0x12eef47e inc_nlink +EXPORT_SYMBOL vmlinux 0x12f0d3df reuseport_add_sock +EXPORT_SYMBOL vmlinux 0x12f2e759 kthread_create_worker +EXPORT_SYMBOL vmlinux 0x12f6f69c fb_videomode_to_var +EXPORT_SYMBOL vmlinux 0x12fd76a6 sk_filter_trim_cap +EXPORT_SYMBOL vmlinux 0x12ffc18a flow_block_cb_decref +EXPORT_SYMBOL vmlinux 0x130afd75 acpi_get_sleep_type_data +EXPORT_SYMBOL vmlinux 0x13110126 request_resource +EXPORT_SYMBOL vmlinux 0x131a6146 xa_clear_mark +EXPORT_SYMBOL vmlinux 0x1328ad18 inode_init_owner +EXPORT_SYMBOL vmlinux 0x13593a6e pcix_get_max_mmrbc +EXPORT_SYMBOL vmlinux 0x137511f2 netlink_unicast +EXPORT_SYMBOL vmlinux 0x1383d8f7 ps2_command +EXPORT_SYMBOL vmlinux 0x13877833 dmaengine_get_unmap_data +EXPORT_SYMBOL vmlinux 0x138f0655 sched_autogroup_detach +EXPORT_SYMBOL vmlinux 0x139f2189 __kfifo_alloc +EXPORT_SYMBOL vmlinux 0x13a0ebab tcf_chain_get_by_act +EXPORT_SYMBOL vmlinux 0x13bcd628 nf_reinject +EXPORT_SYMBOL vmlinux 0x13bd8523 netdev_state_change +EXPORT_SYMBOL vmlinux 0x13bd9b7f devfreq_add_governor +EXPORT_SYMBOL vmlinux 0x13c29c7d dentry_create +EXPORT_SYMBOL vmlinux 0x13d0adf7 __kfifo_out +EXPORT_SYMBOL vmlinux 0x13d928f5 __SCK__tp_func_kmem_cache_alloc +EXPORT_SYMBOL vmlinux 0x14085339 do_clone_file_range +EXPORT_SYMBOL vmlinux 0x141271bf acpi_dev_found +EXPORT_SYMBOL vmlinux 0x1420e99a fb_get_buffer_offset +EXPORT_SYMBOL vmlinux 0x1424ebab sock_set_mark +EXPORT_SYMBOL vmlinux 0x1449f5b6 uart_get_baud_rate +EXPORT_SYMBOL vmlinux 0x14605535 dma_fence_context_alloc +EXPORT_SYMBOL vmlinux 0x146289b7 crc16_table +EXPORT_SYMBOL vmlinux 0x146482bf twl6040_reg_read +EXPORT_SYMBOL vmlinux 0x1465be66 of_get_cpu_state_node +EXPORT_SYMBOL vmlinux 0x146bf837 rtnl_create_link +EXPORT_SYMBOL vmlinux 0x1497050f blk_integrity_compare +EXPORT_SYMBOL vmlinux 0x14a64a87 acpi_install_address_space_handler_no_reg +EXPORT_SYMBOL vmlinux 0x14abd199 pci_rebar_get_possible_sizes +EXPORT_SYMBOL vmlinux 0x14ad5e80 may_umount_tree +EXPORT_SYMBOL vmlinux 0x14c67e3e tcp_tx_delay_enabled +EXPORT_SYMBOL vmlinux 0x14d627ec pm860x_bulk_read +EXPORT_SYMBOL vmlinux 0x14d7477f console_list_unlock +EXPORT_SYMBOL vmlinux 0x14f45fcc bman_free_pool +EXPORT_SYMBOL vmlinux 0x14fc4444 netdev_sk_get_lowest_dev +EXPORT_SYMBOL vmlinux 0x15103d73 reuseport_attach_prog +EXPORT_SYMBOL vmlinux 0x151ca74f security_sb_mnt_opts_compat +EXPORT_SYMBOL vmlinux 0x151f4898 schedule_timeout_uninterruptible +EXPORT_SYMBOL vmlinux 0x1520df20 pci_enable_msix_range +EXPORT_SYMBOL vmlinux 0x1526b301 unix_tot_inflight +EXPORT_SYMBOL vmlinux 0x154214b3 vfs_mkobj +EXPORT_SYMBOL vmlinux 0x1548d970 __kfifo_dma_out_prepare_r +EXPORT_SYMBOL vmlinux 0x154c6338 dm_kcopyd_client_destroy +EXPORT_SYMBOL vmlinux 0x1559d437 simple_link +EXPORT_SYMBOL vmlinux 0x1580e4a3 reuseport_stop_listen_sock +EXPORT_SYMBOL vmlinux 0x158b200d netdev_port_same_parent_id +EXPORT_SYMBOL vmlinux 0x159529e2 pskb_trim_rcsum_slow +EXPORT_SYMBOL vmlinux 0x1599ef32 to_nd_pfn +EXPORT_SYMBOL vmlinux 0x159b4137 generic_update_time +EXPORT_SYMBOL vmlinux 0x159e823f rio_query_mport +EXPORT_SYMBOL vmlinux 0x15a36c30 fscrypt_encrypt_block_inplace +EXPORT_SYMBOL vmlinux 0x15b5a3b6 sock_set_reuseport +EXPORT_SYMBOL vmlinux 0x15ba50a6 jiffies +EXPORT_SYMBOL vmlinux 0x15bafe29 unregister_md_cluster_operations +EXPORT_SYMBOL vmlinux 0x15bed7a5 LZ4_decompress_safe_partial +EXPORT_SYMBOL vmlinux 0x15c3338b scsi_remove_target +EXPORT_SYMBOL vmlinux 0x15c85de3 mempool_init +EXPORT_SYMBOL vmlinux 0x15daca42 neigh_parms_alloc +EXPORT_SYMBOL vmlinux 0x15e8d561 rproc_elf_load_segments +EXPORT_SYMBOL vmlinux 0x15f6a1dc ping_prot +EXPORT_SYMBOL vmlinux 0x15f90688 slhc_init +EXPORT_SYMBOL vmlinux 0x161f6c83 __breadahead +EXPORT_SYMBOL vmlinux 0x162893fd hashlen_string +EXPORT_SYMBOL vmlinux 0x1632bc21 kvasprintf_const +EXPORT_SYMBOL vmlinux 0x163d2417 tegra_io_rail_power_off +EXPORT_SYMBOL vmlinux 0x164727b0 zpool_register_driver +EXPORT_SYMBOL vmlinux 0x164b2107 dquot_get_state +EXPORT_SYMBOL vmlinux 0x167c5967 print_hex_dump +EXPORT_SYMBOL vmlinux 0x16916100 peernet2id +EXPORT_SYMBOL vmlinux 0x169938c1 __sysfs_match_string +EXPORT_SYMBOL vmlinux 0x16a5d096 seq_read +EXPORT_SYMBOL vmlinux 0x16a645c6 inet_csk_accept +EXPORT_SYMBOL vmlinux 0x16a7b16f __traceiter_kmalloc +EXPORT_SYMBOL vmlinux 0x16cdc340 acpi_get_table +EXPORT_SYMBOL vmlinux 0x16dee44d dma_fence_init +EXPORT_SYMBOL vmlinux 0x16e297c3 bit_wait +EXPORT_SYMBOL vmlinux 0x16e7e2cb cpu_all_bits +EXPORT_SYMBOL vmlinux 0x170ddf79 acpi_install_notify_handler +EXPORT_SYMBOL vmlinux 0x17213191 proto_unregister +EXPORT_SYMBOL vmlinux 0x1726f2da netpoll_print_options +EXPORT_SYMBOL vmlinux 0x174eb797 xfrm_register_km +EXPORT_SYMBOL vmlinux 0x17515e4d mmc_gpio_set_cd_wake +EXPORT_SYMBOL vmlinux 0x175cbafd sock_queue_rcv_skb_reason +EXPORT_SYMBOL vmlinux 0x1762cfee __check_sticky +EXPORT_SYMBOL vmlinux 0x17825d3f xudma_rchan_get +EXPORT_SYMBOL vmlinux 0x178c4894 qe_upload_firmware +EXPORT_SYMBOL vmlinux 0x178f706d mount_subtree +EXPORT_SYMBOL vmlinux 0x179469ab inet_csk_delete_keepalive_timer +EXPORT_SYMBOL vmlinux 0x17961821 nf_register_net_hooks +EXPORT_SYMBOL vmlinux 0x17bc02a6 cdev_device_del +EXPORT_SYMBOL vmlinux 0x17c580c0 of_get_next_available_child +EXPORT_SYMBOL vmlinux 0x17d0a840 filemap_fdatawrite +EXPORT_SYMBOL vmlinux 0x17e4cf6d scsi_bios_ptable +EXPORT_SYMBOL vmlinux 0x17e8d657 devm_kvasprintf +EXPORT_SYMBOL vmlinux 0x17ee0711 __serio_register_driver +EXPORT_SYMBOL vmlinux 0x1812f224 xfrm6_rcv_tnl +EXPORT_SYMBOL vmlinux 0x18146715 ww_mutex_lock +EXPORT_SYMBOL vmlinux 0x181d007a mdiobus_write_nested +EXPORT_SYMBOL vmlinux 0x18292e52 from_kgid_munged +EXPORT_SYMBOL vmlinux 0x18345b8e __bitmap_replace +EXPORT_SYMBOL vmlinux 0x183f645e kmem_cache_shrink +EXPORT_SYMBOL vmlinux 0x184d795b pci_bus_write_config_dword +EXPORT_SYMBOL vmlinux 0x187130fb dst_alloc +EXPORT_SYMBOL vmlinux 0x187884a8 cpm_muram_free +EXPORT_SYMBOL vmlinux 0x187a0b10 inet_protos +EXPORT_SYMBOL vmlinux 0x187b7b02 security_dentry_init_security +EXPORT_SYMBOL vmlinux 0x187de93e mntget +EXPORT_SYMBOL vmlinux 0x187f73bb dma_unmap_resource +EXPORT_SYMBOL vmlinux 0x18888d00 downgrade_write +EXPORT_SYMBOL vmlinux 0x188ea314 jiffies_to_timespec64 +EXPORT_SYMBOL vmlinux 0x1899ec81 reuseport_has_conns_set +EXPORT_SYMBOL vmlinux 0x18b48e28 __memset_io +EXPORT_SYMBOL vmlinux 0x18d30661 devm_request_resource +EXPORT_SYMBOL vmlinux 0x18d4ce32 jbd2__journal_start +EXPORT_SYMBOL vmlinux 0x18da6683 input_alloc_absinfo +EXPORT_SYMBOL vmlinux 0x18da8d77 fman_get_revision +EXPORT_SYMBOL vmlinux 0x18deedee generic_write_checks_count +EXPORT_SYMBOL vmlinux 0x18e35f03 netif_rx +EXPORT_SYMBOL vmlinux 0x18e60984 __do_once_start +EXPORT_SYMBOL vmlinux 0x18fbe15f dm_mq_kick_requeue_list +EXPORT_SYMBOL vmlinux 0x1922207a sock_diag_put_filterinfo +EXPORT_SYMBOL vmlinux 0x194fe59a inet_unregister_protosw +EXPORT_SYMBOL vmlinux 0x1953c958 mempool_create +EXPORT_SYMBOL vmlinux 0x1984d421 out_of_line_wait_on_bit +EXPORT_SYMBOL vmlinux 0x19955a9e tcf_unregister_action +EXPORT_SYMBOL vmlinux 0x199ec6c9 fb_set_suspend +EXPORT_SYMBOL vmlinux 0x199ed0cd net_disable_timestamp +EXPORT_SYMBOL vmlinux 0x19b09984 __netdev_notify_peers +EXPORT_SYMBOL vmlinux 0x19bd383b security_secmark_refcount_dec +EXPORT_SYMBOL vmlinux 0x19dd6c7d file_open_root +EXPORT_SYMBOL vmlinux 0x19dd7905 pci_read_config_byte +EXPORT_SYMBOL vmlinux 0x19f2ac66 scsi_host_alloc +EXPORT_SYMBOL vmlinux 0x19f2b20a init_special_inode +EXPORT_SYMBOL vmlinux 0x19f6a4e4 iov_iter_init +EXPORT_SYMBOL vmlinux 0x1a17d456 __inode_add_bytes +EXPORT_SYMBOL vmlinux 0x1a1c804d bprm_change_interp +EXPORT_SYMBOL vmlinux 0x1a2ae11d seg6_hmac_validate_skb +EXPORT_SYMBOL vmlinux 0x1a45cb6c acpi_disabled +EXPORT_SYMBOL vmlinux 0x1a472fb1 iov_iter_bvec +EXPORT_SYMBOL vmlinux 0x1a6dfaf2 __skb_wait_for_more_packets +EXPORT_SYMBOL vmlinux 0x1a8c21eb rproc_elf_load_rsc_table +EXPORT_SYMBOL vmlinux 0x1a8d3496 netdev_get_xmit_slave +EXPORT_SYMBOL vmlinux 0x1a9a433c prandom_u32_state +EXPORT_SYMBOL vmlinux 0x1aa05dae aperture_remove_conflicting_pci_devices +EXPORT_SYMBOL vmlinux 0x1aa9c8f3 of_graph_parse_endpoint +EXPORT_SYMBOL vmlinux 0x1ab6a776 vme_dma_list_exec +EXPORT_SYMBOL vmlinux 0x1ac23a20 fman_get_bmi_max_fifo_size +EXPORT_SYMBOL vmlinux 0x1ac5d3cb strcspn +EXPORT_SYMBOL vmlinux 0x1acfb8ce file_remove_privs +EXPORT_SYMBOL vmlinux 0x1ae5fdc1 sock_no_getname +EXPORT_SYMBOL vmlinux 0x1ae723c0 follow_up +EXPORT_SYMBOL vmlinux 0x1aed3f4f ethtool_op_get_ts_info +EXPORT_SYMBOL vmlinux 0x1b015d25 bitmap_parselist +EXPORT_SYMBOL vmlinux 0x1b326ecc scsi_eh_finish_cmd +EXPORT_SYMBOL vmlinux 0x1b4a32df cont_write_begin +EXPORT_SYMBOL vmlinux 0x1b5196fc xudma_tchan_put +EXPORT_SYMBOL vmlinux 0x1b58bdd6 devm_clk_get_optional +EXPORT_SYMBOL vmlinux 0x1b597b7a swake_up_all +EXPORT_SYMBOL vmlinux 0x1b5cc9d8 dma_fence_array_first +EXPORT_SYMBOL vmlinux 0x1b6314fd in_aton +EXPORT_SYMBOL vmlinux 0x1b65d2c0 load_nls +EXPORT_SYMBOL vmlinux 0x1b6fb71d filemap_release_folio +EXPORT_SYMBOL vmlinux 0x1b752c68 input_set_keycode +EXPORT_SYMBOL vmlinux 0x1b777357 rdmacg_unregister_device +EXPORT_SYMBOL vmlinux 0x1b908d85 _raw_write_lock_nested +EXPORT_SYMBOL vmlinux 0x1ba59527 __kmalloc_node +EXPORT_SYMBOL vmlinux 0x1bb1adb0 seg6_hmac_info_lookup +EXPORT_SYMBOL vmlinux 0x1bb51249 tcp_have_smc +EXPORT_SYMBOL vmlinux 0x1bb86b9a xen_start_info +EXPORT_SYMBOL vmlinux 0x1bc3a385 vme_register_driver +EXPORT_SYMBOL vmlinux 0x1bcb3cb4 jbd2_journal_destroy +EXPORT_SYMBOL vmlinux 0x1bd23dc9 tegra_ivc_init +EXPORT_SYMBOL vmlinux 0x1bd59dbe vme_free_consistent +EXPORT_SYMBOL vmlinux 0x1bdd5714 genphy_c37_config_aneg +EXPORT_SYMBOL vmlinux 0x1bdefa78 ip_sock_set_mtu_discover +EXPORT_SYMBOL vmlinux 0x1bf57101 eth_type_trans +EXPORT_SYMBOL vmlinux 0x1bfb8a63 config_item_set_name +EXPORT_SYMBOL vmlinux 0x1bfff46a nla_append +EXPORT_SYMBOL vmlinux 0x1c153e9d zero_fill_bio +EXPORT_SYMBOL vmlinux 0x1c16965b __bh_read_batch +EXPORT_SYMBOL vmlinux 0x1c1c2378 __ip_select_ident +EXPORT_SYMBOL vmlinux 0x1c223695 netif_carrier_on +EXPORT_SYMBOL vmlinux 0x1c23288f filemap_flush +EXPORT_SYMBOL vmlinux 0x1c34a8c0 scsi_dma_map +EXPORT_SYMBOL vmlinux 0x1c4a921f get_tree_bdev +EXPORT_SYMBOL vmlinux 0x1c4d0fab kfree_skb_partial +EXPORT_SYMBOL vmlinux 0x1c54df61 pci_prepare_to_sleep +EXPORT_SYMBOL vmlinux 0x1c58427f acpi_remove_notify_handler +EXPORT_SYMBOL vmlinux 0x1c5e3878 icst525_idx2s +EXPORT_SYMBOL vmlinux 0x1c8e7364 __of_parse_phandle_with_args +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 0x1cdd39ba logic_outsl +EXPORT_SYMBOL vmlinux 0x1ce66be8 pfifo_qdisc_ops +EXPORT_SYMBOL vmlinux 0x1cf5efa6 xudma_rflow_get_id +EXPORT_SYMBOL vmlinux 0x1d07e365 memdup_user_nul +EXPORT_SYMBOL vmlinux 0x1d1009c1 tcp_v4_md5_lookup +EXPORT_SYMBOL vmlinux 0x1d1abdf0 acpi_get_physical_device_location +EXPORT_SYMBOL vmlinux 0x1d24c881 ___ratelimit +EXPORT_SYMBOL vmlinux 0x1d26a025 kthread_stop +EXPORT_SYMBOL vmlinux 0x1d382f0e sock_no_shutdown +EXPORT_SYMBOL vmlinux 0x1d40b6f3 idr_for_each +EXPORT_SYMBOL vmlinux 0x1d5cedae __tracepoint_kfree +EXPORT_SYMBOL vmlinux 0x1d7c816b ether_setup +EXPORT_SYMBOL vmlinux 0x1d81846b cros_ec_cmd_xfer +EXPORT_SYMBOL vmlinux 0x1d8eed8a pci_disable_link_state_locked +EXPORT_SYMBOL vmlinux 0x1d950cba pci_scan_root_bus_bridge +EXPORT_SYMBOL vmlinux 0x1d9672bd fault_in_subpage_writeable +EXPORT_SYMBOL vmlinux 0x1d989d59 tty_port_put +EXPORT_SYMBOL vmlinux 0x1db4eb04 seq_release +EXPORT_SYMBOL vmlinux 0x1dc2eaf9 sg_miter_start +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 0x1df6b432 ip_local_deliver +EXPORT_SYMBOL vmlinux 0x1dfaa4dd efi +EXPORT_SYMBOL vmlinux 0x1e0249cc security_inet_conn_request +EXPORT_SYMBOL vmlinux 0x1e0373fc imx_scu_irq_group_enable +EXPORT_SYMBOL vmlinux 0x1e0a0c24 mod_timer_pending +EXPORT_SYMBOL vmlinux 0x1e0cd7fe acpi_detach_data +EXPORT_SYMBOL vmlinux 0x1e33203f put_cmsg_scm_timestamping +EXPORT_SYMBOL vmlinux 0x1e4b0f98 pps_lookup_dev +EXPORT_SYMBOL vmlinux 0x1e54a17a blk_mq_alloc_request +EXPORT_SYMBOL vmlinux 0x1e6adaa0 bitmap_print_bitmask_to_buf +EXPORT_SYMBOL vmlinux 0x1e6d227d vfs_iocb_iter_read +EXPORT_SYMBOL vmlinux 0x1e6d26a8 strstr +EXPORT_SYMBOL vmlinux 0x1e7b76b5 skb_split +EXPORT_SYMBOL vmlinux 0x1e9edfb7 seq_hlist_start_head_rcu +EXPORT_SYMBOL vmlinux 0x1e9f8646 __netdev_alloc_skb +EXPORT_SYMBOL vmlinux 0x1eb87a92 find_vma_intersection +EXPORT_SYMBOL vmlinux 0x1eda801c serio_unregister_driver +EXPORT_SYMBOL vmlinux 0x1edb69d6 ktime_get_raw_ts64 +EXPORT_SYMBOL vmlinux 0x1ef41b7e qcom_scm_iommu_set_pt_format +EXPORT_SYMBOL vmlinux 0x1ef73b8b simple_transaction_read +EXPORT_SYMBOL vmlinux 0x1f128ebb sock_bindtoindex +EXPORT_SYMBOL vmlinux 0x1f1e4642 security_sk_clone +EXPORT_SYMBOL vmlinux 0x1f39ad69 netdev_next_lower_dev_rcu +EXPORT_SYMBOL vmlinux 0x1f3d9da0 simple_unlink +EXPORT_SYMBOL vmlinux 0x1f557414 gen_pool_has_addr +EXPORT_SYMBOL vmlinux 0x1f6bef82 km_report +EXPORT_SYMBOL vmlinux 0x1f6e9e43 param_array_ops +EXPORT_SYMBOL vmlinux 0x1f86cd33 mr_vif_seq_next +EXPORT_SYMBOL vmlinux 0x1f8dbf1e tcf_qevent_handle +EXPORT_SYMBOL vmlinux 0x1fa73202 get_bitmap_from_slot +EXPORT_SYMBOL vmlinux 0x1fb226d9 acpi_dev_get_first_match_dev +EXPORT_SYMBOL vmlinux 0x1fbd16da ip_tos2prio +EXPORT_SYMBOL vmlinux 0x1fcbb691 mipi_dsi_dcs_set_page_address +EXPORT_SYMBOL vmlinux 0x1fd07fff kdb_grepping_flag +EXPORT_SYMBOL vmlinux 0x1fd43fc0 pci_unregister_driver +EXPORT_SYMBOL vmlinux 0x1fe5ae7c xsk_tx_completed +EXPORT_SYMBOL vmlinux 0x1feb442d vme_slave_request +EXPORT_SYMBOL vmlinux 0x20000329 simple_strtoul +EXPORT_SYMBOL vmlinux 0x200b2041 in6addr_any +EXPORT_SYMBOL vmlinux 0x201d0108 input_get_keycode +EXPORT_SYMBOL vmlinux 0x2023fc4c seq_puts +EXPORT_SYMBOL vmlinux 0x202b97bf flow_indr_dev_register +EXPORT_SYMBOL vmlinux 0x203253b1 __blkdev_issue_discard +EXPORT_SYMBOL vmlinux 0x20342ada get_ipc_ns_exported +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 0x205fc977 elevator_alloc +EXPORT_SYMBOL vmlinux 0x206f8e34 dcache_dir_open +EXPORT_SYMBOL vmlinux 0x2070b463 set_anon_super_fc +EXPORT_SYMBOL vmlinux 0x20751e26 jbd2_transaction_committed +EXPORT_SYMBOL vmlinux 0x207b7dd9 unix_detach_fds +EXPORT_SYMBOL vmlinux 0x208a4cd9 genphy_read_lpa +EXPORT_SYMBOL vmlinux 0x208aadc8 tcp_openreq_init_rwin +EXPORT_SYMBOL vmlinux 0x2094466b input_set_max_poll_interval +EXPORT_SYMBOL vmlinux 0x20a789ac irq_set_chip_data +EXPORT_SYMBOL vmlinux 0x20ac160f xp_raw_get_data +EXPORT_SYMBOL vmlinux 0x20bd6ce3 vfs_llseek +EXPORT_SYMBOL vmlinux 0x20cbb30a __percpu_counter_init +EXPORT_SYMBOL vmlinux 0x20d274c3 cdrom_mode_sense +EXPORT_SYMBOL vmlinux 0x20d65e40 fb_find_nearest_mode +EXPORT_SYMBOL vmlinux 0x20ea5a75 inet_sk_rebuild_header +EXPORT_SYMBOL vmlinux 0x20eadeb6 ip_compute_csum +EXPORT_SYMBOL vmlinux 0x20f6508e dev_pm_opp_register_notifier +EXPORT_SYMBOL vmlinux 0x212bcd4f tcp_set_rcvlowat +EXPORT_SYMBOL vmlinux 0x213a738d memregion_alloc +EXPORT_SYMBOL vmlinux 0x213e4965 ps2_is_keyboard_id +EXPORT_SYMBOL vmlinux 0x215a873a skb_dequeue_tail +EXPORT_SYMBOL vmlinux 0x2164af6c mii_ethtool_gset +EXPORT_SYMBOL vmlinux 0x218e600b pci_add_resource_offset +EXPORT_SYMBOL vmlinux 0x21a1d03b pci_request_selected_regions +EXPORT_SYMBOL vmlinux 0x21b6f683 pcim_set_mwi +EXPORT_SYMBOL vmlinux 0x21bdb523 errseq_check_and_advance +EXPORT_SYMBOL vmlinux 0x21be37e1 hdmi_avi_infoframe_check +EXPORT_SYMBOL vmlinux 0x21ccf0ea md_check_no_bitmap +EXPORT_SYMBOL vmlinux 0x21d50d79 simple_rmdir +EXPORT_SYMBOL vmlinux 0x21e13cb3 inet_peer_xrlim_allow +EXPORT_SYMBOL vmlinux 0x21ea5251 __bitmap_weight +EXPORT_SYMBOL vmlinux 0x21ef374c try_wait_for_completion +EXPORT_SYMBOL vmlinux 0x222e7ce2 sysfs_streq +EXPORT_SYMBOL vmlinux 0x2234ca51 acpi_match_platform_list +EXPORT_SYMBOL vmlinux 0x22377b00 netif_receive_skb +EXPORT_SYMBOL vmlinux 0x224ce651 xudma_free_gp_rflow_range +EXPORT_SYMBOL vmlinux 0x224f4532 inet_accept +EXPORT_SYMBOL vmlinux 0x2253e283 __dst_destroy_metrics_generic +EXPORT_SYMBOL vmlinux 0x225ddf7b put_cmsg +EXPORT_SYMBOL vmlinux 0x22a1422d percpu_counter_sum_all +EXPORT_SYMBOL vmlinux 0x22ae1da9 seg6_hmac_net_exit +EXPORT_SYMBOL vmlinux 0x22b0e387 kernel_sendmsg_locked +EXPORT_SYMBOL vmlinux 0x22b325d5 kd_mksound +EXPORT_SYMBOL vmlinux 0x22b64f55 bio_endio +EXPORT_SYMBOL vmlinux 0x22c6b3cc i2c_smbus_read_i2c_block_data +EXPORT_SYMBOL vmlinux 0x22c714f8 key_invalidate +EXPORT_SYMBOL vmlinux 0x22d11ec8 phy_ethtool_get_strings +EXPORT_SYMBOL vmlinux 0x22da6857 param_get_long +EXPORT_SYMBOL vmlinux 0x22e6484c eth_gro_receive +EXPORT_SYMBOL vmlinux 0x2300817a fwnode_mdio_find_device +EXPORT_SYMBOL vmlinux 0x2321f639 netdev_info +EXPORT_SYMBOL vmlinux 0x23265151 jbd2_journal_begin_ordered_truncate +EXPORT_SYMBOL vmlinux 0x2328562e kthread_create_on_node +EXPORT_SYMBOL vmlinux 0x232c9845 blk_mq_unique_tag +EXPORT_SYMBOL vmlinux 0x2332be21 vme_bus_type +EXPORT_SYMBOL vmlinux 0x234e0000 __dec_zone_page_state +EXPORT_SYMBOL vmlinux 0x23546d36 unix_attach_fds +EXPORT_SYMBOL vmlinux 0x23559c51 qman_oos_fq +EXPORT_SYMBOL vmlinux 0x235d02ce __page_frag_cache_drain +EXPORT_SYMBOL vmlinux 0x2364c85a tasklet_init +EXPORT_SYMBOL vmlinux 0x237a0b5c __traceiter_dma_fence_signaled +EXPORT_SYMBOL vmlinux 0x238b099f mipi_dsi_packet_format_is_short +EXPORT_SYMBOL vmlinux 0x2391f725 irq_stat +EXPORT_SYMBOL vmlinux 0x239d2340 __sk_queue_drop_skb +EXPORT_SYMBOL vmlinux 0x23b2073f blk_rq_count_integrity_sg +EXPORT_SYMBOL vmlinux 0x23b31f12 flow_rule_match_enc_opts +EXPORT_SYMBOL vmlinux 0x23b6a2e9 __zerocopy_sg_from_iter +EXPORT_SYMBOL vmlinux 0x23b9d6e2 mangle_path +EXPORT_SYMBOL vmlinux 0x23cabbb1 register_sysctl_paths +EXPORT_SYMBOL vmlinux 0x23cc3532 unregister_cdrom +EXPORT_SYMBOL vmlinux 0x23d1934d skb_copy_and_csum_datagram_msg +EXPORT_SYMBOL vmlinux 0x23d32df9 of_find_matching_node_and_match +EXPORT_SYMBOL vmlinux 0x23daa989 mipi_dsi_create_packet +EXPORT_SYMBOL vmlinux 0x23f1d7a6 page_pool_ethtool_stats_get_count +EXPORT_SYMBOL vmlinux 0x23f9afa8 eth_header +EXPORT_SYMBOL vmlinux 0x23fd3028 vmalloc_node +EXPORT_SYMBOL vmlinux 0x2405ff3f devfreq_update_interval +EXPORT_SYMBOL vmlinux 0x2413717d xfrm_state_walk +EXPORT_SYMBOL vmlinux 0x24158bee simple_recursive_removal +EXPORT_SYMBOL vmlinux 0x241d06da __ClearPageMovable +EXPORT_SYMBOL vmlinux 0x2438fae6 inet_stream_connect +EXPORT_SYMBOL vmlinux 0x24428be5 strncpy_from_user +EXPORT_SYMBOL vmlinux 0x2446564b security_sb_clone_mnt_opts +EXPORT_SYMBOL vmlinux 0x2459bbcc console_set_on_cmdline +EXPORT_SYMBOL vmlinux 0x24735f73 sock_create_lite +EXPORT_SYMBOL vmlinux 0x247bbe93 set_cached_acl +EXPORT_SYMBOL vmlinux 0x247df2dc devm_backlight_device_register +EXPORT_SYMBOL vmlinux 0x2484adc3 __kfifo_to_user_r +EXPORT_SYMBOL vmlinux 0x24961f52 fman_set_port_params +EXPORT_SYMBOL vmlinux 0x2497c06a blk_mq_tagset_busy_iter +EXPORT_SYMBOL vmlinux 0x24a9c567 kthread_destroy_worker +EXPORT_SYMBOL vmlinux 0x24bf6d09 phy_get_pause +EXPORT_SYMBOL vmlinux 0x24c7ff67 override_creds +EXPORT_SYMBOL vmlinux 0x24d0b905 blk_queue_dma_alignment +EXPORT_SYMBOL vmlinux 0x24d273d1 add_timer +EXPORT_SYMBOL vmlinux 0x24e1b558 seg6_hmac_compute +EXPORT_SYMBOL vmlinux 0x2505bf18 kstrtol_from_user +EXPORT_SYMBOL vmlinux 0x2510ce2e mmc_hw_reset +EXPORT_SYMBOL vmlinux 0x252332f1 __SCK__tp_func_mmap_lock_released +EXPORT_SYMBOL vmlinux 0x2539bccf __ethtool_get_link_ksettings +EXPORT_SYMBOL vmlinux 0x254b912c mr_rtm_dumproute +EXPORT_SYMBOL vmlinux 0x2559e95d make_bad_inode +EXPORT_SYMBOL vmlinux 0x2566204b security_binder_transfer_binder +EXPORT_SYMBOL vmlinux 0x256ad903 skb_store_bits +EXPORT_SYMBOL vmlinux 0x2571e07f serio_unregister_child_port +EXPORT_SYMBOL vmlinux 0x2575ca14 phy_connect +EXPORT_SYMBOL vmlinux 0x25820c64 fs_overflowuid +EXPORT_SYMBOL vmlinux 0x25852e4b xfrm_lookup_with_ifid +EXPORT_SYMBOL vmlinux 0x258a2c02 _raw_write_trylock +EXPORT_SYMBOL vmlinux 0x258d2f76 net_dim_get_tx_moderation +EXPORT_SYMBOL vmlinux 0x25956d2b sk_free +EXPORT_SYMBOL vmlinux 0x25974000 wait_for_completion +EXPORT_SYMBOL vmlinux 0x25a4e921 filemap_fdatawait_range_keep_errors +EXPORT_SYMBOL vmlinux 0x25e58a09 hdmi_avi_infoframe_init +EXPORT_SYMBOL vmlinux 0x25e9d4bd resource_list_free +EXPORT_SYMBOL vmlinux 0x25ee773c km_new_mapping +EXPORT_SYMBOL vmlinux 0x25f140f3 inet_dgram_connect +EXPORT_SYMBOL vmlinux 0x25f40525 clk_bulk_get_all +EXPORT_SYMBOL vmlinux 0x25faf2fc inet_sendmsg +EXPORT_SYMBOL vmlinux 0x25fd37bf tcp_simple_retransmit +EXPORT_SYMBOL vmlinux 0x260131a7 __skb_try_recv_datagram +EXPORT_SYMBOL vmlinux 0x26043304 phy_device_register +EXPORT_SYMBOL vmlinux 0x260e52ee dynamic_preempt_schedule_notrace +EXPORT_SYMBOL vmlinux 0x2627c936 __mmap_lock_do_trace_acquire_returned +EXPORT_SYMBOL vmlinux 0x263af030 pci_disable_device +EXPORT_SYMBOL vmlinux 0x263beb75 ecryptfs_get_versions +EXPORT_SYMBOL vmlinux 0x263c3152 bcmp +EXPORT_SYMBOL vmlinux 0x263f0d1f qman_portal_set_iperiod +EXPORT_SYMBOL vmlinux 0x2648e7cc file_update_time +EXPORT_SYMBOL vmlinux 0x264c5f70 blk_queue_update_dma_pad +EXPORT_SYMBOL vmlinux 0x2666412e fs_param_is_u64 +EXPORT_SYMBOL vmlinux 0x2688ec10 bitmap_zalloc +EXPORT_SYMBOL vmlinux 0x26897b52 mb_cache_entry_get +EXPORT_SYMBOL vmlinux 0x26b1a1f5 of_mdiobus_child_is_phy +EXPORT_SYMBOL vmlinux 0x26b3107f skb_put +EXPORT_SYMBOL vmlinux 0x26c78bd6 tcp_connect +EXPORT_SYMBOL vmlinux 0x26df6c89 param_get_uint +EXPORT_SYMBOL vmlinux 0x26e298e0 unregister_memory_notifier +EXPORT_SYMBOL vmlinux 0x270cf88f dump_stack_lvl +EXPORT_SYMBOL vmlinux 0x271cba95 acpi_bus_private_data_handler +EXPORT_SYMBOL vmlinux 0x2724b2d7 __sock_i_ino +EXPORT_SYMBOL vmlinux 0x272a8933 udp_memory_allocated +EXPORT_SYMBOL vmlinux 0x2733eaf7 scsi_dev_info_list_add_keyed +EXPORT_SYMBOL vmlinux 0x273603bc reuseport_select_sock +EXPORT_SYMBOL vmlinux 0x27479d14 param_free_charp +EXPORT_SYMBOL vmlinux 0x275455d7 kern_unmount_array +EXPORT_SYMBOL vmlinux 0x275dfee4 ucc_slow_free +EXPORT_SYMBOL vmlinux 0x275f3d49 hdmi_vendor_infoframe_check +EXPORT_SYMBOL vmlinux 0x27608b85 user_revoke +EXPORT_SYMBOL vmlinux 0x27756bc8 scsi_sanitize_inquiry_string +EXPORT_SYMBOL vmlinux 0x27810361 acpi_os_wait_events_complete +EXPORT_SYMBOL vmlinux 0x278110e2 ipv6_dev_find +EXPORT_SYMBOL vmlinux 0x2782b393 xfrm_state_walk_init +EXPORT_SYMBOL vmlinux 0x27864d57 memparse +EXPORT_SYMBOL vmlinux 0x27b84adb d_instantiate_anon +EXPORT_SYMBOL vmlinux 0x27bbf221 disable_irq_nosync +EXPORT_SYMBOL vmlinux 0x27c3c728 qman_release_fqid +EXPORT_SYMBOL vmlinux 0x27cdca93 pci_add_resource +EXPORT_SYMBOL vmlinux 0x27ce13d6 __starget_for_each_device +EXPORT_SYMBOL vmlinux 0x27e0dd0a qcom_scm_pas_init_image +EXPORT_SYMBOL vmlinux 0x27e3fb82 seq_file_path +EXPORT_SYMBOL vmlinux 0x27eda639 pci_set_power_state +EXPORT_SYMBOL vmlinux 0x27f04bd4 seg6_push_hmac +EXPORT_SYMBOL vmlinux 0x281823c5 __kfifo_out_peek +EXPORT_SYMBOL vmlinux 0x28532945 dmaenginem_async_device_register +EXPORT_SYMBOL vmlinux 0x287089b2 tty_do_resize +EXPORT_SYMBOL vmlinux 0x2875a315 utf32_to_utf8 +EXPORT_SYMBOL vmlinux 0x289771bb commit_creds +EXPORT_SYMBOL vmlinux 0x289881b3 sock_init_data_uid +EXPORT_SYMBOL vmlinux 0x289d79c8 pci_bus_write_config_word +EXPORT_SYMBOL vmlinux 0x28b289f3 xfrm_policy_destroy +EXPORT_SYMBOL vmlinux 0x28dc0489 netdev_err +EXPORT_SYMBOL vmlinux 0x28f94604 __ubsan_handle_builtin_unreachable +EXPORT_SYMBOL vmlinux 0x290cbdd5 blk_mq_init_queue +EXPORT_SYMBOL vmlinux 0x290d7a62 register_nexthop_notifier +EXPORT_SYMBOL vmlinux 0x291d0032 security_binder_set_context_mgr +EXPORT_SYMBOL vmlinux 0x291d25e4 finalize_exec +EXPORT_SYMBOL vmlinux 0x293bb27d __generic_file_write_iter +EXPORT_SYMBOL vmlinux 0x294d8b9a in_dev_finish_destroy +EXPORT_SYMBOL vmlinux 0x295188ce fuse_dequeue_forget +EXPORT_SYMBOL vmlinux 0x29604158 napi_busy_loop +EXPORT_SYMBOL vmlinux 0x296b8bbf __kfifo_dma_in_prepare +EXPORT_SYMBOL vmlinux 0x29788e4f mmc_gpiod_request_ro +EXPORT_SYMBOL vmlinux 0x2978d1bf pci_bus_assign_resources +EXPORT_SYMBOL vmlinux 0x297c8a7d dma_fence_allocate_private_stub +EXPORT_SYMBOL vmlinux 0x2983fffe xen_alloc_ballooned_pages +EXPORT_SYMBOL vmlinux 0x2990eb54 page_cache_prev_miss +EXPORT_SYMBOL vmlinux 0x29a0908a pci_enable_atomic_ops_to_root +EXPORT_SYMBOL vmlinux 0x29a294c7 blk_rq_map_kern +EXPORT_SYMBOL vmlinux 0x29ad6ffd pci_free_host_bridge +EXPORT_SYMBOL vmlinux 0x29bb0661 poll_initwait +EXPORT_SYMBOL vmlinux 0x29c68911 seq_hex_dump +EXPORT_SYMBOL vmlinux 0x29d0d140 imx_scu_enable_general_irq_channel +EXPORT_SYMBOL vmlinux 0x29d36950 phy_read_mmd +EXPORT_SYMBOL vmlinux 0x29e1e204 hdmi_audio_infoframe_pack +EXPORT_SYMBOL vmlinux 0x29fcddf8 __alloc_skb +EXPORT_SYMBOL vmlinux 0x29fde03c sock_register +EXPORT_SYMBOL vmlinux 0x2a031437 dma_sync_wait +EXPORT_SYMBOL vmlinux 0x2a09ebbb vfs_fileattr_get +EXPORT_SYMBOL vmlinux 0x2a0e923d tty_port_raise_dtr_rts +EXPORT_SYMBOL vmlinux 0x2a1edb6a scsi_device_lookup_by_target +EXPORT_SYMBOL vmlinux 0x2a303d4d check_signature +EXPORT_SYMBOL vmlinux 0x2a30d32e __neigh_create +EXPORT_SYMBOL vmlinux 0x2a4ac63c genlmsg_multicast_allns +EXPORT_SYMBOL vmlinux 0x2a59d819 of_find_all_nodes +EXPORT_SYMBOL vmlinux 0x2a5a3b44 set_bh_page +EXPORT_SYMBOL vmlinux 0x2a667f41 cdev_init +EXPORT_SYMBOL vmlinux 0x2a6a5aac sockopt_capable +EXPORT_SYMBOL vmlinux 0x2a7222e0 flow_rule_match_pppoe +EXPORT_SYMBOL vmlinux 0x2a8e551d blk_set_stacking_limits +EXPORT_SYMBOL vmlinux 0x2a928918 slhc_free +EXPORT_SYMBOL vmlinux 0x2a976cec ip_output +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 0x2ab2d7bd end_buffer_write_sync +EXPORT_SYMBOL vmlinux 0x2ab2ee91 brcmstb_get_product_id +EXPORT_SYMBOL vmlinux 0x2ad7a5b0 ip6_fraglist_prepare +EXPORT_SYMBOL vmlinux 0x2b1abce3 fman_has_errata_a050385 +EXPORT_SYMBOL vmlinux 0x2b593aa8 gen_pool_alloc_algo_owner +EXPORT_SYMBOL vmlinux 0x2b72c555 md_bitmap_end_sync +EXPORT_SYMBOL vmlinux 0x2b7cd04b __kfree_skb +EXPORT_SYMBOL vmlinux 0x2b82b9e5 tty_kref_put +EXPORT_SYMBOL vmlinux 0x2b8572a0 mmc_sw_reset +EXPORT_SYMBOL vmlinux 0x2b9da7a4 genl_lock +EXPORT_SYMBOL vmlinux 0x2bae204e mt_find +EXPORT_SYMBOL vmlinux 0x2bb6099e dq_data_lock +EXPORT_SYMBOL vmlinux 0x2bc3cad3 ip_mc_join_group +EXPORT_SYMBOL vmlinux 0x2bc6ba9b dquot_quota_sync +EXPORT_SYMBOL vmlinux 0x2bd60ab9 acpi_reset +EXPORT_SYMBOL vmlinux 0x2be73898 mipi_dsi_host_unregister +EXPORT_SYMBOL vmlinux 0x2bebfa1c iov_iter_single_seg_count +EXPORT_SYMBOL vmlinux 0x2bf243a5 key_alloc +EXPORT_SYMBOL vmlinux 0x2bfbab10 __memmove +EXPORT_SYMBOL vmlinux 0x2c18f846 ip6_err_gen_icmpv6_unreach +EXPORT_SYMBOL vmlinux 0x2c19d0ec kmem_cache_alloc_bulk +EXPORT_SYMBOL vmlinux 0x2c21fa48 blk_mq_tagset_wait_completed_request +EXPORT_SYMBOL vmlinux 0x2c256e1f input_scancode_to_scalar +EXPORT_SYMBOL vmlinux 0x2c31426c dma_sync_single_for_cpu +EXPORT_SYMBOL vmlinux 0x2c329e54 tegra_powergate_sequence_power_up +EXPORT_SYMBOL vmlinux 0x2c344e6a scsi_is_target_device +EXPORT_SYMBOL vmlinux 0x2c37a881 mpage_readahead +EXPORT_SYMBOL vmlinux 0x2c3f644d __skb_gro_checksum_complete +EXPORT_SYMBOL vmlinux 0x2c406613 readahead_expand +EXPORT_SYMBOL vmlinux 0x2c4a9ba6 padata_set_cpumask +EXPORT_SYMBOL vmlinux 0x2c515fdf phy_drivers_unregister +EXPORT_SYMBOL vmlinux 0x2c52e40f mr_fill_mroute +EXPORT_SYMBOL vmlinux 0x2c541e7b radix_tree_next_chunk +EXPORT_SYMBOL vmlinux 0x2c69124e devfreq_remove_governor +EXPORT_SYMBOL vmlinux 0x2c6e9c02 udp6_seq_ops +EXPORT_SYMBOL vmlinux 0x2c71fbfb proc_dobool +EXPORT_SYMBOL vmlinux 0x2c82c36a security_secmark_relabel_packet +EXPORT_SYMBOL vmlinux 0x2c902864 param_get_charp +EXPORT_SYMBOL vmlinux 0x2c907990 netdev_printk +EXPORT_SYMBOL vmlinux 0x2c91e17c vm_get_page_prot +EXPORT_SYMBOL vmlinux 0x2c9f804e md_reload_sb +EXPORT_SYMBOL vmlinux 0x2ccb1b6b tcp_read_skb +EXPORT_SYMBOL vmlinux 0x2ccd059a dim_on_top +EXPORT_SYMBOL vmlinux 0x2cdf87a1 proc_dointvec_minmax +EXPORT_SYMBOL vmlinux 0x2cf0c910 sg_init_table +EXPORT_SYMBOL vmlinux 0x2cf56265 __dynamic_pr_debug +EXPORT_SYMBOL vmlinux 0x2d140a58 genl_unlock +EXPORT_SYMBOL vmlinux 0x2d2de289 mmc_retune_timer_stop +EXPORT_SYMBOL vmlinux 0x2d30596c from_kqid_munged +EXPORT_SYMBOL vmlinux 0x2d325d7d sk_error_report +EXPORT_SYMBOL vmlinux 0x2d3385d3 system_wq +EXPORT_SYMBOL vmlinux 0x2d359cca __break_lease +EXPORT_SYMBOL vmlinux 0x2d399f75 copy_page_from_iter +EXPORT_SYMBOL vmlinux 0x2d39b0a7 kstrdup +EXPORT_SYMBOL vmlinux 0x2d465279 of_parse_phandle_with_args_map +EXPORT_SYMBOL vmlinux 0x2d4919b4 input_match_device_id +EXPORT_SYMBOL vmlinux 0x2d4c773a hdmi_spd_infoframe_init +EXPORT_SYMBOL vmlinux 0x2d4daef5 find_font +EXPORT_SYMBOL vmlinux 0x2d66cde9 ndo_dflt_fdb_del +EXPORT_SYMBOL vmlinux 0x2d68beec irq_set_chip +EXPORT_SYMBOL vmlinux 0x2d7a2553 skb_recv_datagram +EXPORT_SYMBOL vmlinux 0x2d85dcd8 netlink_net_capable +EXPORT_SYMBOL vmlinux 0x2d912bca dmi_get_bios_year +EXPORT_SYMBOL vmlinux 0x2d994605 security_inode_copy_up_xattr +EXPORT_SYMBOL vmlinux 0x2d99f965 fault_in_iov_iter_writeable +EXPORT_SYMBOL vmlinux 0x2d9e83c7 km_policy_expired +EXPORT_SYMBOL vmlinux 0x2db24388 fscrypt_put_encryption_info +EXPORT_SYMBOL vmlinux 0x2dce2f1c __irq_regs +EXPORT_SYMBOL vmlinux 0x2ddf81e4 qdisc_create_dflt +EXPORT_SYMBOL vmlinux 0x2de125c0 page_frag_alloc_align +EXPORT_SYMBOL vmlinux 0x2df6b622 vfs_rename +EXPORT_SYMBOL vmlinux 0x2e036f79 blk_rq_init +EXPORT_SYMBOL vmlinux 0x2e0b1deb dma_fence_get_status +EXPORT_SYMBOL vmlinux 0x2e1ca751 clk_put +EXPORT_SYMBOL vmlinux 0x2e1cc1b9 task_work_add +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 0x2e47eaf4 xsk_get_pool_from_qid +EXPORT_SYMBOL vmlinux 0x2e5b27da xudma_alloc_gp_rflow_range +EXPORT_SYMBOL vmlinux 0x2e9d5dbc security_inode_setsecctx +EXPORT_SYMBOL vmlinux 0x2ec6bba0 errseq_set +EXPORT_SYMBOL vmlinux 0x2edbd58e xfrm_state_flush +EXPORT_SYMBOL vmlinux 0x2ee4c2b1 hdmi_avi_infoframe_pack_only +EXPORT_SYMBOL vmlinux 0x2eeaf313 security_inode_listsecurity +EXPORT_SYMBOL vmlinux 0x2eeb0952 param_ops_uint +EXPORT_SYMBOL vmlinux 0x2ef2edac bio_split_to_limits +EXPORT_SYMBOL vmlinux 0x2efbb918 register_qdisc +EXPORT_SYMBOL vmlinux 0x2f03fc4b security_secmark_refcount_inc +EXPORT_SYMBOL vmlinux 0x2f06ad1c __scsi_add_device +EXPORT_SYMBOL vmlinux 0x2f1254d1 ucc_tdm_init +EXPORT_SYMBOL vmlinux 0x2f2b7540 generic_ro_fops +EXPORT_SYMBOL vmlinux 0x2f2e91b2 security_ib_alloc_security +EXPORT_SYMBOL vmlinux 0x2f333aab imx_scu_get_handle +EXPORT_SYMBOL vmlinux 0x2f355a10 fb_show_logo +EXPORT_SYMBOL vmlinux 0x2f384db3 acpi_is_video_device +EXPORT_SYMBOL vmlinux 0x2f455317 scm_detach_fds +EXPORT_SYMBOL vmlinux 0x2f475f4d put_disk +EXPORT_SYMBOL vmlinux 0x2f699654 twl6040_get_sysclk +EXPORT_SYMBOL vmlinux 0x2f69b510 inet_add_offload +EXPORT_SYMBOL vmlinux 0x2f7754a8 dma_pool_free +EXPORT_SYMBOL vmlinux 0x2fc1998d mmc_detect_card_removed +EXPORT_SYMBOL vmlinux 0x2fc1ed06 jbd2_fc_end_commit_fallback +EXPORT_SYMBOL vmlinux 0x2fc2066f dquot_destroy +EXPORT_SYMBOL vmlinux 0x2fd74a76 mdiobus_alloc_size +EXPORT_SYMBOL vmlinux 0x2fd8fa3b genphy_read_status +EXPORT_SYMBOL vmlinux 0x2fe252cc unregister_inet6addr_notifier +EXPORT_SYMBOL vmlinux 0x2fe5b535 qcom_scm_assign_mem +EXPORT_SYMBOL vmlinux 0x2fe6db86 xfrm_state_free +EXPORT_SYMBOL vmlinux 0x2fe920d5 dma_async_tx_descriptor_init +EXPORT_SYMBOL vmlinux 0x2feedbe2 vfs_rmdir +EXPORT_SYMBOL vmlinux 0x30034cf1 netdev_name_in_use +EXPORT_SYMBOL vmlinux 0x301eb0dd kmalloc_caches +EXPORT_SYMBOL vmlinux 0x304e9e9b _dev_notice +EXPORT_SYMBOL vmlinux 0x30637461 unregister_fib_notifier +EXPORT_SYMBOL vmlinux 0x3073e756 phy_queue_state_machine +EXPORT_SYMBOL vmlinux 0x3082eee4 skb_page_frag_refill +EXPORT_SYMBOL vmlinux 0x308ab07a disk_stack_limits +EXPORT_SYMBOL vmlinux 0x3094b7d2 security_inode_copy_up +EXPORT_SYMBOL vmlinux 0x3096be16 names_cachep +EXPORT_SYMBOL vmlinux 0x30a1a23b call_netdevice_notifiers +EXPORT_SYMBOL vmlinux 0x30a67d69 page_pool_put_defragged_page +EXPORT_SYMBOL vmlinux 0x30a80826 __kfifo_from_user +EXPORT_SYMBOL vmlinux 0x30acfde9 hsiphash_2u32 +EXPORT_SYMBOL vmlinux 0x30be5d14 dquot_quota_on_mount +EXPORT_SYMBOL vmlinux 0x30d60e88 skb_copy_and_csum_dev +EXPORT_SYMBOL vmlinux 0x30deaa5e pcie_capability_clear_and_set_dword +EXPORT_SYMBOL vmlinux 0x30f07dec pm860x_page_bulk_read +EXPORT_SYMBOL vmlinux 0x30f4335f kmem_cache_destroy +EXPORT_SYMBOL vmlinux 0x30f8cb6c iterate_fd +EXPORT_SYMBOL vmlinux 0x3109244a xp_free +EXPORT_SYMBOL vmlinux 0x310cb9c4 dma_map_resource +EXPORT_SYMBOL vmlinux 0x31114d2d skb_vlan_pop +EXPORT_SYMBOL vmlinux 0x311fa746 neigh_direct_output +EXPORT_SYMBOL vmlinux 0x31259fce sock_recv_errqueue +EXPORT_SYMBOL vmlinux 0x3126a9e8 siphash_1u64 +EXPORT_SYMBOL vmlinux 0x312ed932 verify_spi_info +EXPORT_SYMBOL vmlinux 0x31392599 key_payload_reserve +EXPORT_SYMBOL vmlinux 0x313f604b cdrom_open +EXPORT_SYMBOL vmlinux 0x3142d1aa __d_drop +EXPORT_SYMBOL vmlinux 0x316dd302 phy_register_fixup_for_id +EXPORT_SYMBOL vmlinux 0x3177c38d __bh_read +EXPORT_SYMBOL vmlinux 0x3190c0be kernel_connect +EXPORT_SYMBOL vmlinux 0x3191b4f8 iov_iter_gap_alignment +EXPORT_SYMBOL vmlinux 0x31980901 get_tree_keyed +EXPORT_SYMBOL vmlinux 0x319d493d proc_dostring +EXPORT_SYMBOL vmlinux 0x31a0006b arp_tbl +EXPORT_SYMBOL vmlinux 0x31a4767f qcom_scm_hdcp_available +EXPORT_SYMBOL vmlinux 0x320a8037 nd_integrity_init +EXPORT_SYMBOL vmlinux 0x32125c98 netdev_master_upper_dev_get +EXPORT_SYMBOL vmlinux 0x3213f038 mutex_unlock +EXPORT_SYMBOL vmlinux 0x3221df67 __bitmap_subset +EXPORT_SYMBOL vmlinux 0x32314cc3 pnp_register_card_driver +EXPORT_SYMBOL vmlinux 0x3238d4d5 cros_ec_cmd_xfer_status +EXPORT_SYMBOL vmlinux 0x32394d4b qe_issue_cmd +EXPORT_SYMBOL vmlinux 0x32680991 blk_mq_destroy_queue +EXPORT_SYMBOL vmlinux 0x3268acf6 phy_write_paged +EXPORT_SYMBOL vmlinux 0x32730e39 phy_ethtool_ksettings_set +EXPORT_SYMBOL vmlinux 0x32787823 __skb_ext_put +EXPORT_SYMBOL vmlinux 0x327c84bf vme_lm_attach +EXPORT_SYMBOL vmlinux 0x327f2e85 inetdev_by_index +EXPORT_SYMBOL vmlinux 0x3283e6b0 prandom_seed_full_state +EXPORT_SYMBOL vmlinux 0x32855cde blk_queue_max_segments +EXPORT_SYMBOL vmlinux 0x329d28ae page_pool_update_nid +EXPORT_SYMBOL vmlinux 0x32a0d1b9 unregister_netdevice_queue +EXPORT_SYMBOL vmlinux 0x32c4cc00 fscrypt_decrypt_block_inplace +EXPORT_SYMBOL vmlinux 0x32ce3777 radix_tree_preload +EXPORT_SYMBOL vmlinux 0x32d7a10e scsi_mode_sense +EXPORT_SYMBOL vmlinux 0x32e6f1a0 acpi_video_backlight_string +EXPORT_SYMBOL vmlinux 0x32e8cfea mtree_load +EXPORT_SYMBOL vmlinux 0x33037fd8 logic_outl +EXPORT_SYMBOL vmlinux 0x330bef62 fscrypt_free_inode +EXPORT_SYMBOL vmlinux 0x3322637f pci_read_config_dword +EXPORT_SYMBOL vmlinux 0x333dcd76 kill_pid +EXPORT_SYMBOL vmlinux 0x3369ea44 mtree_insert_range +EXPORT_SYMBOL vmlinux 0x33736a1d __genradix_ptr_alloc +EXPORT_SYMBOL vmlinux 0x3373e832 tcf_qevent_validate_change +EXPORT_SYMBOL vmlinux 0x337dd828 dev_driver_string +EXPORT_SYMBOL vmlinux 0x3386befd rdmacg_try_charge +EXPORT_SYMBOL vmlinux 0x33a4efa8 sock_create_kern +EXPORT_SYMBOL vmlinux 0x33abea1b devfreq_get_freq_range +EXPORT_SYMBOL vmlinux 0x33bf18df mipi_dsi_dcs_set_display_brightness_large +EXPORT_SYMBOL vmlinux 0x33c69c45 follow_pfn +EXPORT_SYMBOL vmlinux 0x33cb16f2 tcf_chain_put_by_act +EXPORT_SYMBOL vmlinux 0x33cbeaa2 netdev_offload_xstats_disable +EXPORT_SYMBOL vmlinux 0x33d9422c blk_mq_delay_run_hw_queues +EXPORT_SYMBOL vmlinux 0x33df9e1a rproc_get_by_phandle +EXPORT_SYMBOL vmlinux 0x33f0768c cpufreq_quick_get_max +EXPORT_SYMBOL vmlinux 0x33f5195e netif_inherit_tso_max +EXPORT_SYMBOL vmlinux 0x33fcf44a __kfifo_out_r +EXPORT_SYMBOL vmlinux 0x3402dc8b __write_overflow_field +EXPORT_SYMBOL vmlinux 0x340b37d0 kiocb_set_cancel_fn +EXPORT_SYMBOL vmlinux 0x3424daf8 __traceiter_dma_fence_enable_signal +EXPORT_SYMBOL vmlinux 0x3427539e security_inet_conn_established +EXPORT_SYMBOL vmlinux 0x343a4f6f submit_bio_wait +EXPORT_SYMBOL vmlinux 0x3445c148 ptp_find_pin_unlocked +EXPORT_SYMBOL vmlinux 0x3490a3b3 register_mii_timestamper +EXPORT_SYMBOL vmlinux 0x3498313d blk_mq_init_allocated_queue +EXPORT_SYMBOL vmlinux 0x34993c35 dma_resv_iter_next_unlocked +EXPORT_SYMBOL vmlinux 0x349cba85 strchr +EXPORT_SYMBOL vmlinux 0x34a1f7e3 acpi_processor_get_psd +EXPORT_SYMBOL vmlinux 0x34bbb821 netif_receive_skb_core +EXPORT_SYMBOL vmlinux 0x34bf4d4d fifo_set_limit +EXPORT_SYMBOL vmlinux 0x34c7cdbc lookup_bdev +EXPORT_SYMBOL vmlinux 0x34d8c76e put_watch_queue +EXPORT_SYMBOL vmlinux 0x34db050b _raw_spin_lock_irqsave +EXPORT_SYMBOL vmlinux 0x34e52c81 mmc_of_parse_clk_phase +EXPORT_SYMBOL vmlinux 0x34e7013e xfrm6_rcv +EXPORT_SYMBOL vmlinux 0x34f2f55d mipi_dsi_dcs_write_buffer +EXPORT_SYMBOL vmlinux 0x34f3484e security_tun_dev_attach_queue +EXPORT_SYMBOL vmlinux 0x34f85ca2 nf_getsockopt +EXPORT_SYMBOL vmlinux 0x350ea558 dma_fence_default_wait +EXPORT_SYMBOL vmlinux 0x3517383e register_reboot_notifier +EXPORT_SYMBOL vmlinux 0x3517e28e dst_destroy +EXPORT_SYMBOL vmlinux 0x3539f11b match_strlcpy +EXPORT_SYMBOL vmlinux 0x35444ba4 tty_write_room +EXPORT_SYMBOL vmlinux 0x354946bb fwnode_mdiobus_register_phy +EXPORT_SYMBOL vmlinux 0x35508e77 devm_backlight_device_unregister +EXPORT_SYMBOL vmlinux 0x3556d370 d_genocide +EXPORT_SYMBOL vmlinux 0x35626ee2 amba_driver_register +EXPORT_SYMBOL vmlinux 0x356461c8 rtc_time64_to_tm +EXPORT_SYMBOL vmlinux 0x35752736 bioset_init +EXPORT_SYMBOL vmlinux 0x357db4de dm_unregister_target +EXPORT_SYMBOL vmlinux 0x357f6170 ilookup5_nowait +EXPORT_SYMBOL vmlinux 0x3580a533 dump_emit +EXPORT_SYMBOL vmlinux 0x35817416 flow_rule_match_enc_ip +EXPORT_SYMBOL vmlinux 0x358d6c85 netdev_lower_get_next_private_rcu +EXPORT_SYMBOL vmlinux 0x35943f77 of_clk_get_by_name +EXPORT_SYMBOL vmlinux 0x3595f48c tcf_qevent_destroy +EXPORT_SYMBOL vmlinux 0x359f23f2 of_find_node_with_property +EXPORT_SYMBOL vmlinux 0x35a88f28 zlib_inflateInit2 +EXPORT_SYMBOL vmlinux 0x35c1ab6d mmc_erase_group_aligned +EXPORT_SYMBOL vmlinux 0x35cf96db f_setown +EXPORT_SYMBOL vmlinux 0x35e597b1 unpin_user_page_range_dirty_lock +EXPORT_SYMBOL vmlinux 0x360b1afe probe_irq_mask +EXPORT_SYMBOL vmlinux 0x362199c0 devm_devfreq_add_governor +EXPORT_SYMBOL vmlinux 0x3627b3ba block_truncate_page +EXPORT_SYMBOL vmlinux 0x364142f2 iov_iter_advance +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 0x366446a4 pci_save_state +EXPORT_SYMBOL vmlinux 0x3668afee mr_mfc_find_any +EXPORT_SYMBOL vmlinux 0x367f8a87 vme_unregister_bridge +EXPORT_SYMBOL vmlinux 0x36806d87 misc_register +EXPORT_SYMBOL vmlinux 0x368e180e uart_resume_port +EXPORT_SYMBOL vmlinux 0x36a1dffb show_init_ipc_ns +EXPORT_SYMBOL vmlinux 0x36a50d5d scsi_vpd_lun_id +EXPORT_SYMBOL vmlinux 0x36a81eef mod_node_page_state +EXPORT_SYMBOL vmlinux 0x36ac2b97 param_set_byte +EXPORT_SYMBOL vmlinux 0x36b6ebbf down_killable +EXPORT_SYMBOL vmlinux 0x36ce7061 devm_rproc_alloc +EXPORT_SYMBOL vmlinux 0x36e01892 pci_alloc_irq_vectors_affinity +EXPORT_SYMBOL vmlinux 0x36efab1d del_gendisk +EXPORT_SYMBOL vmlinux 0x36f55fd2 param_set_bint +EXPORT_SYMBOL vmlinux 0x370e6b2e inet6_unregister_protosw +EXPORT_SYMBOL vmlinux 0x37110088 remove_wait_queue +EXPORT_SYMBOL vmlinux 0x371e1953 __printk_cpu_sync_wait +EXPORT_SYMBOL vmlinux 0x37324bb5 nvdimm_bus_lock +EXPORT_SYMBOL vmlinux 0x373375fb tcp_prot +EXPORT_SYMBOL vmlinux 0x373550bb thread_group_exited +EXPORT_SYMBOL vmlinux 0x373ef14f pm860x_page_reg_write +EXPORT_SYMBOL vmlinux 0x3744cf36 vmalloc_to_pfn +EXPORT_SYMBOL vmlinux 0x374f6bb3 unregister_nls +EXPORT_SYMBOL vmlinux 0x3755f990 gf128mul_init_64k_bbe +EXPORT_SYMBOL vmlinux 0x375ba0a2 napi_consume_skb +EXPORT_SYMBOL vmlinux 0x377d8004 acpi_error +EXPORT_SYMBOL vmlinux 0x378dc805 ip_tunnel_parse_protocol +EXPORT_SYMBOL vmlinux 0x379889b2 jbd2_submit_inode_data +EXPORT_SYMBOL vmlinux 0x379a4cc1 dmam_free_coherent +EXPORT_SYMBOL vmlinux 0x37a824a7 inode_sub_bytes +EXPORT_SYMBOL vmlinux 0x37b8b39e screen_info +EXPORT_SYMBOL vmlinux 0x37befc70 jiffies_to_msecs +EXPORT_SYMBOL vmlinux 0x37c2dc73 pagevec_lookup_range_tag +EXPORT_SYMBOL vmlinux 0x37c52b60 phys_mem_access_prot +EXPORT_SYMBOL vmlinux 0x37db8f19 dmi_get_date +EXPORT_SYMBOL vmlinux 0x37dd4605 fwnode_phy_find_device +EXPORT_SYMBOL vmlinux 0x37f0251b pci_read_config_word +EXPORT_SYMBOL vmlinux 0x37f68f28 cdev_alloc +EXPORT_SYMBOL vmlinux 0x37f69f36 posix_acl_update_mode +EXPORT_SYMBOL vmlinux 0x37fc20c0 vme_irq_handler +EXPORT_SYMBOL vmlinux 0x3800e49f jbd2_journal_stop +EXPORT_SYMBOL vmlinux 0x38033bfa fwnode_graph_parse_endpoint +EXPORT_SYMBOL vmlinux 0x38043278 tcp_recv_skb +EXPORT_SYMBOL vmlinux 0x38090c8f netif_set_real_num_tx_queues +EXPORT_SYMBOL vmlinux 0x38093869 ___pskb_trim +EXPORT_SYMBOL vmlinux 0x3809fbeb pci_write_vpd_any +EXPORT_SYMBOL vmlinux 0x380d105e sync_mapping_buffers +EXPORT_SYMBOL vmlinux 0x380ff702 block_invalidate_folio +EXPORT_SYMBOL vmlinux 0x381a798a setup_max_cpus +EXPORT_SYMBOL vmlinux 0x381ab3a1 d_hash_and_lookup +EXPORT_SYMBOL vmlinux 0x382e4eca console_stop +EXPORT_SYMBOL vmlinux 0x3834685d dev_mc_add +EXPORT_SYMBOL vmlinux 0x3854774b kstrtoll +EXPORT_SYMBOL vmlinux 0x38578df5 ipv6_sock_mc_drop +EXPORT_SYMBOL vmlinux 0x38580c14 vme_dma_list_add +EXPORT_SYMBOL vmlinux 0x3861eb61 pci_pme_active +EXPORT_SYMBOL vmlinux 0x38869d88 kstat +EXPORT_SYMBOL vmlinux 0x38875a4b mipi_dsi_dcs_write +EXPORT_SYMBOL vmlinux 0x388aa3c9 neigh_proc_dointvec_ms_jiffies +EXPORT_SYMBOL vmlinux 0x3891ffc8 ecryptfs_fill_auth_tok +EXPORT_SYMBOL vmlinux 0x389617b0 LZ4_decompress_fast_continue +EXPORT_SYMBOL vmlinux 0x389acf0c gpmc_configure +EXPORT_SYMBOL vmlinux 0x38a71b7e pci_free_resource_list +EXPORT_SYMBOL vmlinux 0x38a9f7c5 in6addr_loopback +EXPORT_SYMBOL vmlinux 0x38def78c fb_prepare_logo +EXPORT_SYMBOL vmlinux 0x38e46431 mempool_exit +EXPORT_SYMBOL vmlinux 0x38ee732a mdio_bus_type +EXPORT_SYMBOL vmlinux 0x38f534b1 filemap_alloc_folio +EXPORT_SYMBOL vmlinux 0x390c2891 register_key_type +EXPORT_SYMBOL vmlinux 0x3912e949 dma_resv_replace_fences +EXPORT_SYMBOL vmlinux 0x3916acf8 __skb_checksum +EXPORT_SYMBOL vmlinux 0x391df80a netstamp_needed_key +EXPORT_SYMBOL vmlinux 0x3928efe9 __per_cpu_offset +EXPORT_SYMBOL vmlinux 0x392b1fea wait_for_completion_io +EXPORT_SYMBOL vmlinux 0x393352f8 acpi_notifier_call_chain +EXPORT_SYMBOL vmlinux 0x3939f8f0 rfkill_pause_polling +EXPORT_SYMBOL vmlinux 0x39461d6a in_egroup_p +EXPORT_SYMBOL vmlinux 0x394a1e11 phy_sfp_attach +EXPORT_SYMBOL vmlinux 0x394aeaa5 devm_mdiobus_alloc_size +EXPORT_SYMBOL vmlinux 0x3955fcf6 __kfifo_in_r +EXPORT_SYMBOL vmlinux 0x39574bf8 lock_rename +EXPORT_SYMBOL vmlinux 0x3974f0cb fb_set_var +EXPORT_SYMBOL vmlinux 0x39772571 vmalloc_to_page +EXPORT_SYMBOL vmlinux 0x398912a3 tcf_idr_check_alloc +EXPORT_SYMBOL vmlinux 0x39904861 skb_flow_dissect_ct +EXPORT_SYMBOL vmlinux 0x3995fab8 of_graph_get_remote_port +EXPORT_SYMBOL vmlinux 0x39991865 icmp_global_allow +EXPORT_SYMBOL vmlinux 0x399ad043 __kfifo_dma_out_finish_r +EXPORT_SYMBOL vmlinux 0x399bc3cc ppp_register_net_channel +EXPORT_SYMBOL vmlinux 0x399e30dc kobject_del +EXPORT_SYMBOL vmlinux 0x39a0614a con_set_default_unimap +EXPORT_SYMBOL vmlinux 0x39aea831 elv_rb_find +EXPORT_SYMBOL vmlinux 0x39b12223 __acpi_handle_debug +EXPORT_SYMBOL vmlinux 0x39b8621b default_llseek +EXPORT_SYMBOL vmlinux 0x39b8d49c cpu_rmap_update +EXPORT_SYMBOL vmlinux 0x39be4b8e qman_volatile_dequeue +EXPORT_SYMBOL vmlinux 0x39c74235 dm_read_arg_group +EXPORT_SYMBOL vmlinux 0x39d95ca4 zstd_reset_cstream +EXPORT_SYMBOL vmlinux 0x39e43892 _dev_alert +EXPORT_SYMBOL vmlinux 0x3a04db95 mmc_request_done +EXPORT_SYMBOL vmlinux 0x3a105b29 pcim_iounmap +EXPORT_SYMBOL vmlinux 0x3a15217c mmc_can_discard +EXPORT_SYMBOL vmlinux 0x3a23ffa7 unregister_netdevice_notifier_net +EXPORT_SYMBOL vmlinux 0x3a2926e7 fscrypt_free_bounce_page +EXPORT_SYMBOL vmlinux 0x3a391963 of_get_cpu_node +EXPORT_SYMBOL vmlinux 0x3a4cae6b vme_irq_request +EXPORT_SYMBOL vmlinux 0x3a4f9d28 rng_is_initialized +EXPORT_SYMBOL vmlinux 0x3a53f173 blk_pm_runtime_init +EXPORT_SYMBOL vmlinux 0x3a80d142 xfrm_state_alloc +EXPORT_SYMBOL vmlinux 0x3a8bd5e4 i2c_transfer_buffer_flags +EXPORT_SYMBOL vmlinux 0x3ab28948 console_srcu_read_lock +EXPORT_SYMBOL vmlinux 0x3ab7b1cc scsi_set_sense_field_pointer +EXPORT_SYMBOL vmlinux 0x3ac4cea4 netlink_ack +EXPORT_SYMBOL vmlinux 0x3aca0190 _raw_write_lock_irq +EXPORT_SYMBOL vmlinux 0x3ad13e44 input_set_abs_params +EXPORT_SYMBOL vmlinux 0x3ad53c4e __xfrm_route_forward +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 0x3adc2dad blk_mq_run_hw_queues +EXPORT_SYMBOL vmlinux 0x3ae34aeb zstd_init_dctx +EXPORT_SYMBOL vmlinux 0x3af85d32 pci_enable_wake +EXPORT_SYMBOL vmlinux 0x3aff3200 acpi_evaluate_object_typed +EXPORT_SYMBOL vmlinux 0x3b0f23d2 xudma_is_pktdma +EXPORT_SYMBOL vmlinux 0x3b15eacd sync_inodes_sb +EXPORT_SYMBOL vmlinux 0x3b2082ac sock_wake_async +EXPORT_SYMBOL vmlinux 0x3b20fb95 dma_fence_remove_callback +EXPORT_SYMBOL vmlinux 0x3b226d0e jbd2_journal_load +EXPORT_SYMBOL vmlinux 0x3b321462 LZ4_setStreamDecode +EXPORT_SYMBOL vmlinux 0x3b52bb37 rproc_detach +EXPORT_SYMBOL vmlinux 0x3b5785b0 udp_gro_receive +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 0x3b8a46d1 __skb_recv_udp +EXPORT_SYMBOL vmlinux 0x3b8d781c sock_alloc_send_pskb +EXPORT_SYMBOL vmlinux 0x3b903864 pci_scan_slot +EXPORT_SYMBOL vmlinux 0x3b9144c9 acpi_get_current_resources +EXPORT_SYMBOL vmlinux 0x3bb274ab touchscreen_report_pos +EXPORT_SYMBOL vmlinux 0x3bb851dc security_socket_getpeersec_dgram +EXPORT_SYMBOL vmlinux 0x3bbf2200 page_pool_return_skb_page +EXPORT_SYMBOL vmlinux 0x3bc25ab7 gpiochip_irq_relres +EXPORT_SYMBOL vmlinux 0x3bd8c3ea vfs_fileattr_set +EXPORT_SYMBOL vmlinux 0x3bfa0ff3 dma_resv_iter_first_unlocked +EXPORT_SYMBOL vmlinux 0x3bfdcdee __nla_put +EXPORT_SYMBOL vmlinux 0x3c014d5d __folio_start_writeback +EXPORT_SYMBOL vmlinux 0x3c0948a8 clkdev_add +EXPORT_SYMBOL vmlinux 0x3c0e1620 qcom_scm_pas_metadata_release +EXPORT_SYMBOL vmlinux 0x3c185c61 page_put_link +EXPORT_SYMBOL vmlinux 0x3c25d7c9 xfrm_init_state +EXPORT_SYMBOL vmlinux 0x3c260658 phy_attach_direct +EXPORT_SYMBOL vmlinux 0x3c2c04b4 fs_param_is_fd +EXPORT_SYMBOL vmlinux 0x3c2de625 acpi_get_hp_hw_control_from_firmware +EXPORT_SYMBOL vmlinux 0x3c3215c4 qe_immr +EXPORT_SYMBOL vmlinux 0x3c3fce39 __local_bh_enable_ip +EXPORT_SYMBOL vmlinux 0x3c3ff9fd sprintf +EXPORT_SYMBOL vmlinux 0x3c76f365 deactivate_super +EXPORT_SYMBOL vmlinux 0x3c774884 blkdev_get_by_path +EXPORT_SYMBOL vmlinux 0x3c78e8ac __netif_schedule +EXPORT_SYMBOL vmlinux 0x3c7c1c8e pneigh_lookup +EXPORT_SYMBOL vmlinux 0x3c82024e inet_frag_queue_insert +EXPORT_SYMBOL vmlinux 0x3cb23db3 console_srcu_read_unlock +EXPORT_SYMBOL vmlinux 0x3cbb940b zstd_init_dstream +EXPORT_SYMBOL vmlinux 0x3cc32340 mdiobb_write +EXPORT_SYMBOL vmlinux 0x3cc32e70 cdev_device_add +EXPORT_SYMBOL vmlinux 0x3cca640e tcf_idrinfo_destroy +EXPORT_SYMBOL vmlinux 0x3cd9ed83 logic_insw +EXPORT_SYMBOL vmlinux 0x3ce4ca6f disable_irq +EXPORT_SYMBOL vmlinux 0x3cf054d3 kobject_get +EXPORT_SYMBOL vmlinux 0x3d02cd70 dma_fence_signal_locked +EXPORT_SYMBOL vmlinux 0x3d050e15 inet6_register_protosw +EXPORT_SYMBOL vmlinux 0x3d171c4e cdrom_number_of_slots +EXPORT_SYMBOL vmlinux 0x3d210724 gen_pool_dma_zalloc_align +EXPORT_SYMBOL vmlinux 0x3d385a2c cpufreq_get_policy +EXPORT_SYMBOL vmlinux 0x3d3a3bab pci_clear_mwi +EXPORT_SYMBOL vmlinux 0x3d4096a5 new_inode +EXPORT_SYMBOL vmlinux 0x3d4637fc fwnode_irq_get +EXPORT_SYMBOL vmlinux 0x3d65fbf0 is_nd_btt +EXPORT_SYMBOL vmlinux 0x3d7f7fc4 dev_loopback_xmit +EXPORT_SYMBOL vmlinux 0x3d93c7c2 __arm_smccc_sve_check +EXPORT_SYMBOL vmlinux 0x3d9dcdf6 flow_rule_match_ipv6_addrs +EXPORT_SYMBOL vmlinux 0x3d9ee9f0 clear_page +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 0x3daef8e5 pcie_capability_write_dword +EXPORT_SYMBOL vmlinux 0x3dba497f mipi_dsi_dcs_enter_sleep_mode +EXPORT_SYMBOL vmlinux 0x3dc619d3 swake_up_locked +EXPORT_SYMBOL vmlinux 0x3dcb88a0 irq_set_handler_data +EXPORT_SYMBOL vmlinux 0x3dd3f054 xudma_rchan_get_id +EXPORT_SYMBOL vmlinux 0x3dd9b230 proc_dointvec_userhz_jiffies +EXPORT_SYMBOL vmlinux 0x3decf187 pnp_activate_dev +EXPORT_SYMBOL vmlinux 0x3df53b71 phy_get_c45_ids +EXPORT_SYMBOL vmlinux 0x3df79f8c key_instantiate_and_link +EXPORT_SYMBOL vmlinux 0x3dfb86b9 resource_list_create_entry +EXPORT_SYMBOL vmlinux 0x3dfc897c seq_hlist_start_head +EXPORT_SYMBOL vmlinux 0x3e024320 generic_file_open +EXPORT_SYMBOL vmlinux 0x3e131a08 inet_put_port +EXPORT_SYMBOL vmlinux 0x3e223466 of_translate_address +EXPORT_SYMBOL vmlinux 0x3e27af7f tcp_sock_set_cork +EXPORT_SYMBOL vmlinux 0x3e2b7ffd tcp_check_req +EXPORT_SYMBOL vmlinux 0x3e3bad0a __tasklet_hi_schedule +EXPORT_SYMBOL vmlinux 0x3e71eb01 __xfrm_decode_session +EXPORT_SYMBOL vmlinux 0x3e79fb00 arm_smccc_1_2_smc +EXPORT_SYMBOL vmlinux 0x3e8ff695 netdev_offload_xstats_get +EXPORT_SYMBOL vmlinux 0x3e91c9c8 simple_open +EXPORT_SYMBOL vmlinux 0x3ec58b90 udp_disconnect +EXPORT_SYMBOL vmlinux 0x3eccbe2c __find_nth_bit +EXPORT_SYMBOL vmlinux 0x3ee0464d devm_extcon_register_notifier +EXPORT_SYMBOL vmlinux 0x3ee61955 user_path_at_empty +EXPORT_SYMBOL vmlinux 0x3efe1703 phy_unregister_fixup_for_id +EXPORT_SYMBOL vmlinux 0x3efe9a39 tcp_sendmsg +EXPORT_SYMBOL vmlinux 0x3f050316 ip_do_fragment +EXPORT_SYMBOL vmlinux 0x3f0eabd2 xxh64_update +EXPORT_SYMBOL vmlinux 0x3f0efe29 super_setup_bdi +EXPORT_SYMBOL vmlinux 0x3f34644d zstd_dstream_workspace_bound +EXPORT_SYMBOL vmlinux 0x3f4547a7 put_unused_fd +EXPORT_SYMBOL vmlinux 0x3f45c8a9 inet_sk_get_local_port_range +EXPORT_SYMBOL vmlinux 0x3f4bd846 gen_pool_first_fit_order_align +EXPORT_SYMBOL vmlinux 0x3f4c99d2 skb_eth_push +EXPORT_SYMBOL vmlinux 0x3f79c3ef genphy_update_link +EXPORT_SYMBOL vmlinux 0x3f89071b security_ib_pkey_access +EXPORT_SYMBOL vmlinux 0x3f8a6c4e filemap_fdatawait_range +EXPORT_SYMBOL vmlinux 0x3f8c8fc4 mmc_put_card +EXPORT_SYMBOL vmlinux 0x3fb496c9 jbd2_journal_wipe +EXPORT_SYMBOL vmlinux 0x3fbf3c89 vme_slave_set +EXPORT_SYMBOL vmlinux 0x3fc19359 nd_device_register +EXPORT_SYMBOL vmlinux 0x3fd78f3b register_chrdev_region +EXPORT_SYMBOL vmlinux 0x3fe2ccbe memweight +EXPORT_SYMBOL vmlinux 0x3feda6ef of_phy_connect +EXPORT_SYMBOL vmlinux 0x3ffa68c7 netdev_upper_dev_link +EXPORT_SYMBOL vmlinux 0x400ddc14 devm_pci_remap_cfg_resource +EXPORT_SYMBOL vmlinux 0x401288f7 pci_claim_resource +EXPORT_SYMBOL vmlinux 0x4013b97e fifo_create_dflt +EXPORT_SYMBOL vmlinux 0x40235c98 _raw_write_unlock +EXPORT_SYMBOL vmlinux 0x402a6559 scsi_set_medium_removal +EXPORT_SYMBOL vmlinux 0x40388734 of_cpu_node_to_id +EXPORT_SYMBOL vmlinux 0x403cddcf pm860x_reg_read +EXPORT_SYMBOL vmlinux 0x4044a161 udp_poll +EXPORT_SYMBOL vmlinux 0x406e2551 tty_port_lower_dtr_rts +EXPORT_SYMBOL vmlinux 0x406f0739 uart_remove_one_port +EXPORT_SYMBOL vmlinux 0x40863ba1 ioremap_prot +EXPORT_SYMBOL vmlinux 0x408cc214 genphy_aneg_done +EXPORT_SYMBOL vmlinux 0x409608f4 d_find_any_alias +EXPORT_SYMBOL vmlinux 0x40973662 sysctl_udp_mem +EXPORT_SYMBOL vmlinux 0x409cb6ca __i2c_transfer +EXPORT_SYMBOL vmlinux 0x40a62432 __nla_validate +EXPORT_SYMBOL vmlinux 0x40a77306 d_exact_alias +EXPORT_SYMBOL vmlinux 0x40a9b349 vzalloc +EXPORT_SYMBOL vmlinux 0x40c28a59 max8925_set_bits +EXPORT_SYMBOL vmlinux 0x40c7247c si_meminfo +EXPORT_SYMBOL vmlinux 0x40cf2569 ipv6_mc_check_mld +EXPORT_SYMBOL vmlinux 0x40d04664 console_trylock +EXPORT_SYMBOL vmlinux 0x40d59096 unregister_restart_handler +EXPORT_SYMBOL vmlinux 0x40dd0432 proc_create_single_data +EXPORT_SYMBOL vmlinux 0x40e2e709 vlan_dev_vlan_proto +EXPORT_SYMBOL vmlinux 0x40eaac2c devm_arch_io_reserve_memtype_wc +EXPORT_SYMBOL vmlinux 0x40ec69b5 sock_alloc_file +EXPORT_SYMBOL vmlinux 0x40f46241 dma_get_sgtable_attrs +EXPORT_SYMBOL vmlinux 0x40f76a86 __vcalloc +EXPORT_SYMBOL vmlinux 0x40ff928e edac_mc_find +EXPORT_SYMBOL vmlinux 0x410d48e6 inode_insert5 +EXPORT_SYMBOL vmlinux 0x4115c00c xfrm_input_unregister_afinfo +EXPORT_SYMBOL vmlinux 0x4126d276 dev_mc_init +EXPORT_SYMBOL vmlinux 0x412f893c page_offline_begin +EXPORT_SYMBOL vmlinux 0x413a66cd flow_rule_match_control +EXPORT_SYMBOL vmlinux 0x41482d8b strndup_user +EXPORT_SYMBOL vmlinux 0x414909b2 sk_stream_wait_close +EXPORT_SYMBOL vmlinux 0x414a2676 xsk_tx_peek_desc +EXPORT_SYMBOL vmlinux 0x414da5e5 qman_enqueue +EXPORT_SYMBOL vmlinux 0x41525722 lease_modify +EXPORT_SYMBOL vmlinux 0x41617be3 nf_log_unregister +EXPORT_SYMBOL vmlinux 0x41695200 fqdir_exit +EXPORT_SYMBOL vmlinux 0x41785ae8 blk_queue_virt_boundary +EXPORT_SYMBOL vmlinux 0x41818533 par_io_of_config +EXPORT_SYMBOL vmlinux 0x4188d439 neigh_rand_reach_time +EXPORT_SYMBOL vmlinux 0x418c7072 netdev_emerg +EXPORT_SYMBOL vmlinux 0x418db358 sock_dequeue_err_skb +EXPORT_SYMBOL vmlinux 0x418de450 flow_rule_match_mpls +EXPORT_SYMBOL vmlinux 0x41954e84 napi_get_frags +EXPORT_SYMBOL vmlinux 0x4195d583 dma_sync_single_for_device +EXPORT_SYMBOL vmlinux 0x41a30bef mtree_store_range +EXPORT_SYMBOL vmlinux 0x41b631fa sk_reset_timer +EXPORT_SYMBOL vmlinux 0x41ce41f5 vme_init_bridge +EXPORT_SYMBOL vmlinux 0x41e55a7a bd_abort_claiming +EXPORT_SYMBOL vmlinux 0x41ed3709 get_random_bytes +EXPORT_SYMBOL vmlinux 0x41efdeaf radix_tree_lookup_slot +EXPORT_SYMBOL vmlinux 0x41f04046 amba_driver_unregister +EXPORT_SYMBOL vmlinux 0x4207b7ab dquot_load_quota_sb +EXPORT_SYMBOL vmlinux 0x4225e874 gpiochip_irq_reqres +EXPORT_SYMBOL vmlinux 0x422dfc62 security_skb_classify_flow +EXPORT_SYMBOL vmlinux 0x42363191 vma_set_file +EXPORT_SYMBOL vmlinux 0x423ed5c6 elv_rb_latter_request +EXPORT_SYMBOL vmlinux 0x42451bde vlan_ioctl_set +EXPORT_SYMBOL vmlinux 0x42465407 crypto_sha1_update +EXPORT_SYMBOL vmlinux 0x4248ae3c single_task_running +EXPORT_SYMBOL vmlinux 0x424d3620 zlib_inflateIncomp +EXPORT_SYMBOL vmlinux 0x4252a531 genl_notify +EXPORT_SYMBOL vmlinux 0x42578e80 acpi_get_type +EXPORT_SYMBOL vmlinux 0x425c7ccc sk_stream_wait_connect +EXPORT_SYMBOL vmlinux 0x4266f3a9 __traceiter_mmap_lock_acquire_returned +EXPORT_SYMBOL vmlinux 0x4281972a phy_device_create +EXPORT_SYMBOL vmlinux 0x42a00e03 unregister_tcf_proto_ops +EXPORT_SYMBOL vmlinux 0x42b53894 cpufreq_generic_suspend +EXPORT_SYMBOL vmlinux 0x42b65752 mmc_retune_release +EXPORT_SYMBOL vmlinux 0x42bed8d4 unix_gc_lock +EXPORT_SYMBOL vmlinux 0x42c3caef ilookup +EXPORT_SYMBOL vmlinux 0x42cc6e40 input_allocate_device +EXPORT_SYMBOL vmlinux 0x42d7b848 tcp_sock_set_syncnt +EXPORT_SYMBOL vmlinux 0x42dc8223 kill_fasync +EXPORT_SYMBOL vmlinux 0x42e8a234 mr_table_alloc +EXPORT_SYMBOL vmlinux 0x42f0bc88 netdev_adjacent_change_commit +EXPORT_SYMBOL vmlinux 0x42f1b900 fb_pad_unaligned_buffer +EXPORT_SYMBOL vmlinux 0x42f44bfe i2c_smbus_write_i2c_block_data +EXPORT_SYMBOL vmlinux 0x4302d0eb free_pages +EXPORT_SYMBOL vmlinux 0x431a3736 migrate_vma_finalize +EXPORT_SYMBOL vmlinux 0x4331f36c pnp_possible_config +EXPORT_SYMBOL vmlinux 0x4336fcca ucs2_as_utf8 +EXPORT_SYMBOL vmlinux 0x433cabfb acpi_decode_pld_buffer +EXPORT_SYMBOL vmlinux 0x4351577a fb_parse_edid +EXPORT_SYMBOL vmlinux 0x4353c980 of_xudma_dev_get +EXPORT_SYMBOL vmlinux 0x4356fbe5 phy_mii_ioctl +EXPORT_SYMBOL vmlinux 0x435d23b6 pci_bus_set_ops +EXPORT_SYMBOL vmlinux 0x437a0d6d __sock_tx_timestamp +EXPORT_SYMBOL vmlinux 0x438565ae sched_autogroup_create_attach +EXPORT_SYMBOL vmlinux 0x438610bd security_tun_dev_alloc_security +EXPORT_SYMBOL vmlinux 0x438db4f6 dev_mc_del +EXPORT_SYMBOL vmlinux 0x4390ac8c pci_bus_type +EXPORT_SYMBOL vmlinux 0x439149d6 register_shrinker +EXPORT_SYMBOL vmlinux 0x4394adf8 inet_bind +EXPORT_SYMBOL vmlinux 0x43a5aa9f __of_mdiobus_register +EXPORT_SYMBOL vmlinux 0x43b0c9c3 preempt_schedule +EXPORT_SYMBOL vmlinux 0x43babd19 sg_init_one +EXPORT_SYMBOL vmlinux 0x43d22fb9 groups_alloc +EXPORT_SYMBOL vmlinux 0x43d89e82 fscrypt_has_permitted_context +EXPORT_SYMBOL vmlinux 0x43f9ebc8 slhc_remember +EXPORT_SYMBOL vmlinux 0x43fdad40 noop_qdisc +EXPORT_SYMBOL vmlinux 0x4403bbd0 imx_sc_misc_set_control +EXPORT_SYMBOL vmlinux 0x44051552 neigh_table_clear +EXPORT_SYMBOL vmlinux 0x4405c27d pci_disable_link_state +EXPORT_SYMBOL vmlinux 0x44095666 nd_region_to_nstype +EXPORT_SYMBOL vmlinux 0x4409ccd2 tcp_getsockopt +EXPORT_SYMBOL vmlinux 0x44103634 __pci_register_driver +EXPORT_SYMBOL vmlinux 0x44185242 end_buffer_async_write +EXPORT_SYMBOL vmlinux 0x442402c8 pci_get_domain_bus_and_slot +EXPORT_SYMBOL vmlinux 0x44300611 dquot_claim_space_nodirty +EXPORT_SYMBOL vmlinux 0x44469a76 crc_ccitt_false_table +EXPORT_SYMBOL vmlinux 0x4462d35e cpufreq_get_hw_max_freq +EXPORT_SYMBOL vmlinux 0x446a9093 neigh_connected_output +EXPORT_SYMBOL vmlinux 0x446b01a9 twl6040_set_pll +EXPORT_SYMBOL vmlinux 0x447ad209 backlight_force_update +EXPORT_SYMBOL vmlinux 0x4481c447 lease_get_mtime +EXPORT_SYMBOL vmlinux 0x448394bc i2c_smbus_write_word_data +EXPORT_SYMBOL vmlinux 0x4497b82f scsi_device_lookup +EXPORT_SYMBOL vmlinux 0x449ad0a7 memcmp +EXPORT_SYMBOL vmlinux 0x44a6e90a irq_cpu_rmap_add +EXPORT_SYMBOL vmlinux 0x44ad8c29 phy_attached_info_irq +EXPORT_SYMBOL vmlinux 0x44b28a65 cros_ec_get_host_event +EXPORT_SYMBOL vmlinux 0x44ccd9e6 nd_dax_probe +EXPORT_SYMBOL vmlinux 0x44df51a5 kern_unmount +EXPORT_SYMBOL vmlinux 0x44e9a829 match_token +EXPORT_SYMBOL vmlinux 0x44f2cc38 dma_async_device_unregister +EXPORT_SYMBOL vmlinux 0x44fb26fb of_node_name_prefix +EXPORT_SYMBOL vmlinux 0x44fe1e04 page_pool_destroy +EXPORT_SYMBOL vmlinux 0x45006cee default_red +EXPORT_SYMBOL vmlinux 0x4502f40e open_exec +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 0x452413a1 qman_alloc_pool_range +EXPORT_SYMBOL vmlinux 0x452ba683 ipv6_ext_hdr +EXPORT_SYMBOL vmlinux 0x452f694c folio_unlock +EXPORT_SYMBOL vmlinux 0x453c8403 pci_msi_enabled +EXPORT_SYMBOL vmlinux 0x454464da __seq_open_private +EXPORT_SYMBOL vmlinux 0x45535485 xxh32_update +EXPORT_SYMBOL vmlinux 0x456754e3 sync_file_create +EXPORT_SYMBOL vmlinux 0x456874bf posix_acl_from_xattr +EXPORT_SYMBOL vmlinux 0x456c76e5 genphy_read_status_fixed +EXPORT_SYMBOL vmlinux 0x45769eb5 has_capability_noaudit +EXPORT_SYMBOL vmlinux 0x4578f528 __kfifo_to_user +EXPORT_SYMBOL vmlinux 0x45ae1662 generic_file_direct_write +EXPORT_SYMBOL vmlinux 0x45af57c0 vfs_fsync_range +EXPORT_SYMBOL vmlinux 0x45b960d6 bio_integrity_prep +EXPORT_SYMBOL vmlinux 0x45ca1777 load_nls_default +EXPORT_SYMBOL vmlinux 0x45cb5b80 of_get_ethdev_address +EXPORT_SYMBOL vmlinux 0x45d21c68 of_find_backlight_by_node +EXPORT_SYMBOL vmlinux 0x45df989f max8925_reg_write +EXPORT_SYMBOL vmlinux 0x460b15a0 mii_nway_restart +EXPORT_SYMBOL vmlinux 0x460f4a34 flow_hash_from_keys +EXPORT_SYMBOL vmlinux 0x4619e79d free_buffer_head +EXPORT_SYMBOL vmlinux 0x461d2ccd scsi_rescan_device +EXPORT_SYMBOL vmlinux 0x46226c96 ppp_unregister_compressor +EXPORT_SYMBOL vmlinux 0x46273861 locks_free_lock +EXPORT_SYMBOL vmlinux 0x462a1c54 d_find_alias +EXPORT_SYMBOL vmlinux 0x462d157d mark_buffer_write_io_error +EXPORT_SYMBOL vmlinux 0x463022b5 xfrm_state_delete +EXPORT_SYMBOL vmlinux 0x463566a5 xfrm_dev_state_flush +EXPORT_SYMBOL vmlinux 0x4639484e security_binder_transfer_file +EXPORT_SYMBOL vmlinux 0x46451cee zstd_get_frame_header +EXPORT_SYMBOL vmlinux 0x46474791 scsi_device_quiesce +EXPORT_SYMBOL vmlinux 0x46500cd5 __dev_set_mtu +EXPORT_SYMBOL vmlinux 0x465e24ff ucs2_utf8size +EXPORT_SYMBOL vmlinux 0x466c14a7 __delay +EXPORT_SYMBOL vmlinux 0x466e6b5b param_get_int +EXPORT_SYMBOL vmlinux 0x4678f5ab device_get_mac_address +EXPORT_SYMBOL vmlinux 0x467df16d netdev_rss_key_fill +EXPORT_SYMBOL vmlinux 0x468a2e80 __folio_lock +EXPORT_SYMBOL vmlinux 0x4698fe8a bman_release +EXPORT_SYMBOL vmlinux 0x4699884b xfrm_state_unregister_afinfo +EXPORT_SYMBOL vmlinux 0x469a6ec7 tcp_parse_md5sig_option +EXPORT_SYMBOL vmlinux 0x46a5444e filemap_check_errors +EXPORT_SYMBOL vmlinux 0x46ae3904 kmalloc_trace +EXPORT_SYMBOL vmlinux 0x46c1f705 phy_print_status +EXPORT_SYMBOL vmlinux 0x46c47fb6 __node_distance +EXPORT_SYMBOL vmlinux 0x46cef701 truncate_inode_pages +EXPORT_SYMBOL vmlinux 0x46db6bc8 md_bitmap_update_sb +EXPORT_SYMBOL vmlinux 0x46e189a6 phy_find_first +EXPORT_SYMBOL vmlinux 0x46e43de3 skb_queue_tail +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 0x4715a909 acpi_load_table +EXPORT_SYMBOL vmlinux 0x47166860 unregister_filesystem +EXPORT_SYMBOL vmlinux 0x47194601 jbd2_journal_inode_ranged_wait +EXPORT_SYMBOL vmlinux 0x47227e68 skb_eth_gso_segment +EXPORT_SYMBOL vmlinux 0x47235fdb sget_fc +EXPORT_SYMBOL vmlinux 0x473aa22c watchdog_unregister_governor +EXPORT_SYMBOL vmlinux 0x473efebc kmem_cache_size +EXPORT_SYMBOL vmlinux 0x47501307 seq_open +EXPORT_SYMBOL vmlinux 0x475d7427 fman_get_rx_extra_headroom +EXPORT_SYMBOL vmlinux 0x47709e42 free_anon_bdev +EXPORT_SYMBOL vmlinux 0x47727cfd nf_unregister_net_hook +EXPORT_SYMBOL vmlinux 0x47756517 prepare_to_swait_exclusive +EXPORT_SYMBOL vmlinux 0x479137ca imx_scu_irq_unregister_notifier +EXPORT_SYMBOL vmlinux 0x47960bc4 proc_do_large_bitmap +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 0x47d7aee2 scsi_change_queue_depth +EXPORT_SYMBOL vmlinux 0x47d8d301 __cond_resched_rwlock_read +EXPORT_SYMBOL vmlinux 0x47e72a60 __quota_error +EXPORT_SYMBOL vmlinux 0x47ef0e66 register_quota_format +EXPORT_SYMBOL vmlinux 0x47f67d90 scsi_host_put +EXPORT_SYMBOL vmlinux 0x47f9d298 folio_add_lru +EXPORT_SYMBOL vmlinux 0x48112d76 _raw_read_lock_irq +EXPORT_SYMBOL vmlinux 0x481814c4 mb_cache_entry_find_next +EXPORT_SYMBOL vmlinux 0x48186837 mount_nodev +EXPORT_SYMBOL vmlinux 0x48193639 acpi_lid_open +EXPORT_SYMBOL vmlinux 0x4829a47e memcpy +EXPORT_SYMBOL vmlinux 0x4829cf6b fscrypt_enqueue_decrypt_work +EXPORT_SYMBOL vmlinux 0x4832c52f iterate_supers_type +EXPORT_SYMBOL vmlinux 0x4837bb10 logic_outsb +EXPORT_SYMBOL vmlinux 0x4841bdee strnchr +EXPORT_SYMBOL vmlinux 0x4848cfb1 phy_mipi_dphy_get_default_config +EXPORT_SYMBOL vmlinux 0x484f6edf ktime_get_coarse_real_ts64 +EXPORT_SYMBOL vmlinux 0x4859b8bb rtc_year_days +EXPORT_SYMBOL vmlinux 0x486075c8 gen_pool_dma_alloc +EXPORT_SYMBOL vmlinux 0x486d6a5e inet6_protos +EXPORT_SYMBOL vmlinux 0x4897c91b mmc_can_gpio_ro +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 0x48c625be setattr_should_drop_suidgid +EXPORT_SYMBOL vmlinux 0x48c6f08e notify_change +EXPORT_SYMBOL vmlinux 0x48d27375 __bitmap_intersects +EXPORT_SYMBOL vmlinux 0x48d3fa27 kmalloc_large_node +EXPORT_SYMBOL vmlinux 0x48dd340b cpumask_any_distribute +EXPORT_SYMBOL vmlinux 0x48dec9d7 xsk_tx_release +EXPORT_SYMBOL vmlinux 0x48e2bf5a sk_send_sigurg +EXPORT_SYMBOL vmlinux 0x48ffbb87 mtree_alloc_range +EXPORT_SYMBOL vmlinux 0x49045426 icmp_err_convert +EXPORT_SYMBOL vmlinux 0x4914a516 qman_get_qm_portal_config +EXPORT_SYMBOL vmlinux 0x49167ca9 jbd2_journal_abort +EXPORT_SYMBOL vmlinux 0x49262b2b iptun_encaps +EXPORT_SYMBOL vmlinux 0x4927cf29 xp_raw_get_dma +EXPORT_SYMBOL vmlinux 0x492d0365 ip_cmsg_recv_offset +EXPORT_SYMBOL vmlinux 0x493530a5 d_tmpfile +EXPORT_SYMBOL vmlinux 0x49415b37 fscrypt_ioctl_set_policy +EXPORT_SYMBOL vmlinux 0x494a2813 genphy_read_mmd_unsupported +EXPORT_SYMBOL vmlinux 0x494aad56 _dev_printk +EXPORT_SYMBOL vmlinux 0x494b576b eth_validate_addr +EXPORT_SYMBOL vmlinux 0x494d0fb6 mmc_unregister_driver +EXPORT_SYMBOL vmlinux 0x4950597f jbd2_journal_errno +EXPORT_SYMBOL vmlinux 0x495231ea mul_u64_u64_div_u64 +EXPORT_SYMBOL vmlinux 0x496015c1 acpi_pm_device_sleep_state +EXPORT_SYMBOL vmlinux 0x4967e79f radix_tree_iter_resume +EXPORT_SYMBOL vmlinux 0x4977c498 stack_depot_get_extra_bits +EXPORT_SYMBOL vmlinux 0x498ec4b9 simple_transaction_release +EXPORT_SYMBOL vmlinux 0x49927d6f vme_master_mmap +EXPORT_SYMBOL vmlinux 0x499f0ecf nd_sb_checksum +EXPORT_SYMBOL vmlinux 0x49b163b8 acpi_bus_scan +EXPORT_SYMBOL vmlinux 0x49b1cbf8 reuseport_migrate_sock +EXPORT_SYMBOL vmlinux 0x49b631d7 __traceiter_mmap_lock_start_locking +EXPORT_SYMBOL vmlinux 0x49cb9531 neigh_seq_next +EXPORT_SYMBOL vmlinux 0x49d19c86 dquot_quotactl_sysfile_ops +EXPORT_SYMBOL vmlinux 0x49d684e0 dev_addr_mod +EXPORT_SYMBOL vmlinux 0x49ea7cb3 fscrypt_fname_disk_to_usr +EXPORT_SYMBOL vmlinux 0x4a3ad70e wait_for_completion_timeout +EXPORT_SYMBOL vmlinux 0x4a45bad3 iov_iter_revert +EXPORT_SYMBOL vmlinux 0x4a4d7722 phy_set_max_speed +EXPORT_SYMBOL vmlinux 0x4a676aa8 param_get_ulong +EXPORT_SYMBOL vmlinux 0x4a743372 xfrm_policy_unregister_afinfo +EXPORT_SYMBOL vmlinux 0x4a765e13 dquot_scan_active +EXPORT_SYMBOL vmlinux 0x4a93576a ucc_fast_free +EXPORT_SYMBOL vmlinux 0x4a96a8eb xxh32_digest +EXPORT_SYMBOL vmlinux 0x4a9726bc netdev_change_features +EXPORT_SYMBOL vmlinux 0x4a9a9ea4 of_device_is_compatible +EXPORT_SYMBOL vmlinux 0x4aa7729e qdisc_hash_add +EXPORT_SYMBOL vmlinux 0x4ac5f4be update_region +EXPORT_SYMBOL vmlinux 0x4ad6886b inet_add_protocol +EXPORT_SYMBOL vmlinux 0x4ad7a94a nla_put_nohdr +EXPORT_SYMBOL vmlinux 0x4add84f9 ndo_dflt_fdb_dump +EXPORT_SYMBOL vmlinux 0x4adea447 request_key_with_auxdata +EXPORT_SYMBOL vmlinux 0x4ae36fe4 __inet_hash +EXPORT_SYMBOL vmlinux 0x4aea463f crc32_le_shift +EXPORT_SYMBOL vmlinux 0x4aedd485 devm_release_resource +EXPORT_SYMBOL vmlinux 0x4aeea636 vga_get +EXPORT_SYMBOL vmlinux 0x4af1fa83 rtnl_unicast +EXPORT_SYMBOL vmlinux 0x4af4eba5 xfrm_lookup_route +EXPORT_SYMBOL vmlinux 0x4af6ddf0 kstrtou16 +EXPORT_SYMBOL vmlinux 0x4afb2238 add_wait_queue +EXPORT_SYMBOL vmlinux 0x4aff69a0 path_put +EXPORT_SYMBOL vmlinux 0x4b0a3f52 gic_nonsecure_priorities +EXPORT_SYMBOL vmlinux 0x4b279ed4 textsearch_find_continuous +EXPORT_SYMBOL vmlinux 0x4b401817 iwe_stream_add_value +EXPORT_SYMBOL vmlinux 0x4b42e49b mii_ethtool_sset +EXPORT_SYMBOL vmlinux 0x4b4e2a88 devm_clk_get +EXPORT_SYMBOL vmlinux 0x4b589b53 devm_register_reboot_notifier +EXPORT_SYMBOL vmlinux 0x4b609bfa dev_add_pack +EXPORT_SYMBOL vmlinux 0x4b6c296f filemap_fdatawrite_range +EXPORT_SYMBOL vmlinux 0x4b6df007 acpi_evaluate_reg +EXPORT_SYMBOL vmlinux 0x4b750f53 _raw_spin_unlock_irq +EXPORT_SYMBOL vmlinux 0x4b75bbb3 qdisc_offload_dump_helper +EXPORT_SYMBOL vmlinux 0x4b7d6cd0 sock_efree +EXPORT_SYMBOL vmlinux 0x4b99c865 ipv6_setsockopt +EXPORT_SYMBOL vmlinux 0x4b9d43d0 finish_open +EXPORT_SYMBOL vmlinux 0x4ba11d15 ndisc_mc_map +EXPORT_SYMBOL vmlinux 0x4bb19122 mipi_dsi_dcs_exit_sleep_mode +EXPORT_SYMBOL vmlinux 0x4bb53c81 input_event +EXPORT_SYMBOL vmlinux 0x4bb80cb2 tegra_ivc_cleanup +EXPORT_SYMBOL vmlinux 0x4bbe7dfa qdisc_watchdog_cancel +EXPORT_SYMBOL vmlinux 0x4bca4528 tcp_ioctl +EXPORT_SYMBOL vmlinux 0x4bcc2662 mempool_init_node +EXPORT_SYMBOL vmlinux 0x4bef1c67 empty_name +EXPORT_SYMBOL vmlinux 0x4bf3ce6f qman_release_cgrid +EXPORT_SYMBOL vmlinux 0x4c07a7e0 acpi_processor_unregister_performance +EXPORT_SYMBOL vmlinux 0x4c20cc1f dma_map_sg_attrs +EXPORT_SYMBOL vmlinux 0x4c416eb9 LZ4_decompress_fast +EXPORT_SYMBOL vmlinux 0x4c716e18 cdrom_check_events +EXPORT_SYMBOL vmlinux 0x4c84e85c mfd_cell_disable +EXPORT_SYMBOL vmlinux 0x4c8e6a08 key_link +EXPORT_SYMBOL vmlinux 0x4c93ce6b mmc_cqe_start_req +EXPORT_SYMBOL vmlinux 0x4c9a9288 __napi_schedule +EXPORT_SYMBOL vmlinux 0x4ca9abac import_single_range +EXPORT_SYMBOL vmlinux 0x4cbb68ea truncate_inode_pages_range +EXPORT_SYMBOL vmlinux 0x4cdc3e88 tcf_block_get_ext +EXPORT_SYMBOL vmlinux 0x4ce7d132 refresh_frequency_limits +EXPORT_SYMBOL vmlinux 0x4cf1a737 device_get_ethdev_address +EXPORT_SYMBOL vmlinux 0x4d014062 serio_open +EXPORT_SYMBOL vmlinux 0x4d0d163d copy_page +EXPORT_SYMBOL vmlinux 0x4d185b6e __dev_kfree_skb_any +EXPORT_SYMBOL vmlinux 0x4d1f3e3e tcf_em_register +EXPORT_SYMBOL vmlinux 0x4d278e12 nf_log_set +EXPORT_SYMBOL vmlinux 0x4d2c7133 acpi_info +EXPORT_SYMBOL vmlinux 0x4d3270ee xfrm_parse_spi +EXPORT_SYMBOL vmlinux 0x4d3f446f vme_master_request +EXPORT_SYMBOL vmlinux 0x4d65cbd5 csum_ipv6_magic +EXPORT_SYMBOL vmlinux 0x4d67dd47 param_set_ushort +EXPORT_SYMBOL vmlinux 0x4d6aed4e inet6_del_offload +EXPORT_SYMBOL vmlinux 0x4d7699ff kernel_write +EXPORT_SYMBOL vmlinux 0x4d7be9ec mark_buffer_dirty +EXPORT_SYMBOL vmlinux 0x4d7e152f neigh_for_each +EXPORT_SYMBOL vmlinux 0x4d8d38cc input_get_timestamp +EXPORT_SYMBOL vmlinux 0x4d924f20 memremap +EXPORT_SYMBOL vmlinux 0x4d9a77c4 devm_devfreq_add_device +EXPORT_SYMBOL vmlinux 0x4d9b652b rb_erase +EXPORT_SYMBOL vmlinux 0x4da596e6 qman_retire_fq +EXPORT_SYMBOL vmlinux 0x4dca08ee sync_file_get_fence +EXPORT_SYMBOL vmlinux 0x4dce5523 xsk_tx_peek_release_desc_batch +EXPORT_SYMBOL vmlinux 0x4de401fd kernel_sock_ip_overhead +EXPORT_SYMBOL vmlinux 0x4de4a2b7 __xfrm_dst_lookup +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 0x4df99fd3 dquot_acquire +EXPORT_SYMBOL vmlinux 0x4dfa8d4b mutex_lock +EXPORT_SYMBOL vmlinux 0x4e0475c1 of_count_phandle_with_args +EXPORT_SYMBOL vmlinux 0x4e10af2d blk_mq_start_request +EXPORT_SYMBOL vmlinux 0x4e1191b2 tso_build_data +EXPORT_SYMBOL vmlinux 0x4e18856e gro_find_receive_by_type +EXPORT_SYMBOL vmlinux 0x4e20bcf8 radix_tree_tag_set +EXPORT_SYMBOL vmlinux 0x4e2e74c1 qcom_scm_io_readl +EXPORT_SYMBOL vmlinux 0x4e2fe767 inet_offloads +EXPORT_SYMBOL vmlinux 0x4e3567f7 match_int +EXPORT_SYMBOL vmlinux 0x4e36555d page_pool_alloc_frag +EXPORT_SYMBOL vmlinux 0x4e36cdc4 __ubsan_handle_divrem_overflow +EXPORT_SYMBOL vmlinux 0x4e389c84 sock_set_rcvbuf +EXPORT_SYMBOL vmlinux 0x4e4f0f16 dma_fence_chain_find_seqno +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 0x4e6e5c36 acpi_bus_register_driver +EXPORT_SYMBOL vmlinux 0x4e6e8ea7 fg_console +EXPORT_SYMBOL vmlinux 0x4e78a442 set_posix_acl +EXPORT_SYMBOL vmlinux 0x4ea25709 dql_reset +EXPORT_SYMBOL vmlinux 0x4ea2a9cc tcp_seq_start +EXPORT_SYMBOL vmlinux 0x4eada8f7 security_secid_to_secctx +EXPORT_SYMBOL vmlinux 0x4ec54e78 bitmap_to_arr32 +EXPORT_SYMBOL vmlinux 0x4efb2165 rpmh_write +EXPORT_SYMBOL vmlinux 0x4f147a97 alloc_fddidev +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 0x4f2fb371 netdev_notify_peers +EXPORT_SYMBOL vmlinux 0x4f39befb dump_skip_to +EXPORT_SYMBOL vmlinux 0x4f3dc55f pci_iomap +EXPORT_SYMBOL vmlinux 0x4f483ab4 ndisc_ns_create +EXPORT_SYMBOL vmlinux 0x4f491352 __nla_reserve +EXPORT_SYMBOL vmlinux 0x4f55166f acpi_set_current_resources +EXPORT_SYMBOL vmlinux 0x4f65387c mntput +EXPORT_SYMBOL vmlinux 0x4f6a6767 mdio_device_create +EXPORT_SYMBOL vmlinux 0x4f8823f4 fscrypt_ioctl_get_policy +EXPORT_SYMBOL vmlinux 0x4f89c9de gpmc_cs_free +EXPORT_SYMBOL vmlinux 0x4f8d64a9 folio_migrate_copy +EXPORT_SYMBOL vmlinux 0x4f91c9a0 security_binder_transaction +EXPORT_SYMBOL vmlinux 0x4fafa78c __mdiobus_register +EXPORT_SYMBOL vmlinux 0x4fb1c1a4 kern_sys_bpf +EXPORT_SYMBOL vmlinux 0x4fb33321 tty_port_open +EXPORT_SYMBOL vmlinux 0x4fdf617f rproc_elf_find_loaded_rsc_table +EXPORT_SYMBOL vmlinux 0x4fe7c27b ns_capable_setid +EXPORT_SYMBOL vmlinux 0x4ffb59bf __SCK__tp_func_kfree +EXPORT_SYMBOL vmlinux 0x5002b7c0 __skb_get_hash +EXPORT_SYMBOL vmlinux 0x50031150 __vfs_removexattr +EXPORT_SYMBOL vmlinux 0x50097088 security_tun_dev_free_security +EXPORT_SYMBOL vmlinux 0x5009c71d glob_match +EXPORT_SYMBOL vmlinux 0x50122acc get_task_cred +EXPORT_SYMBOL vmlinux 0x5021bd81 _raw_write_lock_irqsave +EXPORT_SYMBOL vmlinux 0x5027bde2 acpi_acquire_mutex +EXPORT_SYMBOL vmlinux 0x502a5ec8 release_pages +EXPORT_SYMBOL vmlinux 0x50624917 sha1_init +EXPORT_SYMBOL vmlinux 0x506dff1a __genradix_free +EXPORT_SYMBOL vmlinux 0x5083d800 of_get_next_cpu_node +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 0x50c85673 netdev_warn +EXPORT_SYMBOL vmlinux 0x50cf7585 hex2bin +EXPORT_SYMBOL vmlinux 0x50d035c2 vsscanf +EXPORT_SYMBOL vmlinux 0x50e42e70 bio_copy_data_iter +EXPORT_SYMBOL vmlinux 0x50f85302 __arm_smccc_hvc +EXPORT_SYMBOL vmlinux 0x50f91491 __genradix_ptr +EXPORT_SYMBOL vmlinux 0x5102a30b do_wait_intr_irq +EXPORT_SYMBOL vmlinux 0x5104facc in6_dev_finish_destroy +EXPORT_SYMBOL vmlinux 0x512d8ee8 rtnl_offload_xstats_notify +EXPORT_SYMBOL vmlinux 0x513b28f4 first_ec +EXPORT_SYMBOL vmlinux 0x514244ec xfrm_input_register_afinfo +EXPORT_SYMBOL vmlinux 0x51488b34 iov_iter_xarray +EXPORT_SYMBOL vmlinux 0x515083bf acpi_release_mutex +EXPORT_SYMBOL vmlinux 0x515188c5 __hw_addr_unsync_dev +EXPORT_SYMBOL vmlinux 0x5159fe4a dev_change_flags +EXPORT_SYMBOL vmlinux 0x515f520b qman_portal_get_iperiod +EXPORT_SYMBOL vmlinux 0x5161ec96 page_symlink_inode_operations +EXPORT_SYMBOL vmlinux 0x51641162 opal_unlock_from_suspend +EXPORT_SYMBOL vmlinux 0x516847c2 pci_msi_vec_count +EXPORT_SYMBOL vmlinux 0x519acb8e security_unix_stream_connect +EXPORT_SYMBOL vmlinux 0x51a511eb _raw_write_lock_bh +EXPORT_SYMBOL vmlinux 0x51a6480f pci_setup_cardbus +EXPORT_SYMBOL vmlinux 0x51afb657 bmap +EXPORT_SYMBOL vmlinux 0x51cc7607 dev_printk_emit +EXPORT_SYMBOL vmlinux 0x51d12d4e acpi_pci_disabled +EXPORT_SYMBOL vmlinux 0x51f020ec inet_dev_addr_type +EXPORT_SYMBOL vmlinux 0x51f89199 tcp_add_backlog +EXPORT_SYMBOL vmlinux 0x5203d176 cmd_db_ready +EXPORT_SYMBOL vmlinux 0x520569c4 mmc_can_gpio_cd +EXPORT_SYMBOL vmlinux 0x5206c992 __skb_flow_get_ports +EXPORT_SYMBOL vmlinux 0x52116cde param_set_bool +EXPORT_SYMBOL vmlinux 0x5230d5c6 dcb_ieee_getapp_prio_dscp_mask_map +EXPORT_SYMBOL vmlinux 0x524752a1 configfs_remove_default_groups +EXPORT_SYMBOL vmlinux 0x5249b09a sk_page_frag_refill +EXPORT_SYMBOL vmlinux 0x526eef2c hdmi_vendor_infoframe_pack +EXPORT_SYMBOL vmlinux 0x5287e0ee dma_unmap_sg_attrs +EXPORT_SYMBOL vmlinux 0x52983a4f vme_master_write +EXPORT_SYMBOL vmlinux 0x52984107 flow_rule_alloc +EXPORT_SYMBOL vmlinux 0x52a2475c tty_port_free_xmit_buf +EXPORT_SYMBOL vmlinux 0x52b1c8bc nf_unregister_net_hooks +EXPORT_SYMBOL vmlinux 0x52be6aca of_mdiobus_phy_device_register +EXPORT_SYMBOL vmlinux 0x52ca139d netdev_features_change +EXPORT_SYMBOL vmlinux 0x52ccf84b unregister_qdisc +EXPORT_SYMBOL vmlinux 0x52d717da xz_dec_init +EXPORT_SYMBOL vmlinux 0x52e2388e fd_install +EXPORT_SYMBOL vmlinux 0x52ecbc75 crc_ccitt +EXPORT_SYMBOL vmlinux 0x52ef85cb kernel_getsockname +EXPORT_SYMBOL vmlinux 0x52f2850a imx_sc_pm_cpu_start +EXPORT_SYMBOL vmlinux 0x530b1e98 pm_suspend +EXPORT_SYMBOL vmlinux 0x530b596e phy_get_eee_err +EXPORT_SYMBOL vmlinux 0x530ee83e ps2_sliced_command +EXPORT_SYMBOL vmlinux 0x53126ecc __percpu_counter_sum +EXPORT_SYMBOL vmlinux 0x531b6530 mmc_card_is_blockaddr +EXPORT_SYMBOL vmlinux 0x5332aeb5 md_bitmap_start_sync +EXPORT_SYMBOL vmlinux 0x5338184f ethtool_sprintf +EXPORT_SYMBOL vmlinux 0x5352e5a5 dmam_pool_create +EXPORT_SYMBOL vmlinux 0x5353830c i2c_smbus_xfer +EXPORT_SYMBOL vmlinux 0x53562bb8 input_close_device +EXPORT_SYMBOL vmlinux 0x538110f2 pcie_capability_read_word +EXPORT_SYMBOL vmlinux 0x539b07a1 cfb_copyarea +EXPORT_SYMBOL vmlinux 0x539c105f _copy_from_iter +EXPORT_SYMBOL vmlinux 0x539c7b9f fs_param_is_s32 +EXPORT_SYMBOL vmlinux 0x53a1e8d9 _find_next_bit +EXPORT_SYMBOL vmlinux 0x53b954a2 up_read +EXPORT_SYMBOL vmlinux 0x53d0212c request_firmware_into_buf +EXPORT_SYMBOL vmlinux 0x53d9a173 has_capability +EXPORT_SYMBOL vmlinux 0x53da3c26 msm_pinctrl_probe +EXPORT_SYMBOL vmlinux 0x53eff192 tegra_ivc_align +EXPORT_SYMBOL vmlinux 0x53f791b9 skb_copy_and_hash_datagram_iter +EXPORT_SYMBOL vmlinux 0x53f8ced7 page_pool_ethtool_stats_get_strings +EXPORT_SYMBOL vmlinux 0x5402da9f xudma_navss_psil_pair +EXPORT_SYMBOL vmlinux 0x541a4e13 sock_from_file +EXPORT_SYMBOL vmlinux 0x5425e08d __do_once_done +EXPORT_SYMBOL vmlinux 0x542ea5bc proc_create +EXPORT_SYMBOL vmlinux 0x5431f194 jbd2_journal_try_to_free_buffers +EXPORT_SYMBOL vmlinux 0x543be3b7 backlight_device_unregister +EXPORT_SYMBOL vmlinux 0x543ef284 seq_hlist_start +EXPORT_SYMBOL vmlinux 0x54406bdc proc_create_seq_private +EXPORT_SYMBOL vmlinux 0x545a6f06 scsi_get_device_flags_keyed +EXPORT_SYMBOL vmlinux 0x54618937 ipv6_sock_mc_join +EXPORT_SYMBOL vmlinux 0x54b1fac6 __ubsan_handle_load_invalid_value +EXPORT_SYMBOL vmlinux 0x54b23e67 sg_pcopy_to_buffer +EXPORT_SYMBOL vmlinux 0x54b3aae3 locks_init_lock +EXPORT_SYMBOL vmlinux 0x54b484cc config_item_get +EXPORT_SYMBOL vmlinux 0x54d2be09 netdev_crit +EXPORT_SYMBOL vmlinux 0x54e38bed ip6_find_1stfragopt +EXPORT_SYMBOL vmlinux 0x54e6fcdd net_enable_timestamp +EXPORT_SYMBOL vmlinux 0x54ea6dfe xen_start_flags +EXPORT_SYMBOL vmlinux 0x54f8d441 blk_mq_alloc_tag_set +EXPORT_SYMBOL vmlinux 0x5506b8f7 netlbl_bitmap_setbit +EXPORT_SYMBOL vmlinux 0x5508f28d bman_acquire +EXPORT_SYMBOL vmlinux 0x551bd071 __rb_erase_color +EXPORT_SYMBOL vmlinux 0x551de2e5 jbd2_fc_begin_commit +EXPORT_SYMBOL vmlinux 0x5521d30f read_cache_page_gfp +EXPORT_SYMBOL vmlinux 0x552556d8 dma_resv_init +EXPORT_SYMBOL vmlinux 0x552db3aa qman_query_cgr_congested +EXPORT_SYMBOL vmlinux 0x554351e8 dev_getfirstbyhwtype +EXPORT_SYMBOL vmlinux 0x5545769c lookup_one +EXPORT_SYMBOL vmlinux 0x5545f32e skb_unlink +EXPORT_SYMBOL vmlinux 0x554ae3a4 irq_poll_sched +EXPORT_SYMBOL vmlinux 0x554d6b70 xfrm4_udp_encap_rcv +EXPORT_SYMBOL vmlinux 0x5557856d pnp_device_attach +EXPORT_SYMBOL vmlinux 0x558641f1 nd_region_release_lane +EXPORT_SYMBOL vmlinux 0x558b281d aes_expandkey +EXPORT_SYMBOL vmlinux 0x5598a357 vlan_vids_add_by_dev +EXPORT_SYMBOL vmlinux 0x55a27788 serio_unregister_port +EXPORT_SYMBOL vmlinux 0x55accbf2 folio_wait_bit +EXPORT_SYMBOL vmlinux 0x55e31703 ethtool_convert_link_mode_to_legacy_u32 +EXPORT_SYMBOL vmlinux 0x55fc8ed8 tty_port_destroy +EXPORT_SYMBOL vmlinux 0x55fe07be simple_write_begin +EXPORT_SYMBOL vmlinux 0x561040b8 __post_watch_notification +EXPORT_SYMBOL vmlinux 0x5614ec40 neigh_sysctl_unregister +EXPORT_SYMBOL vmlinux 0x5614f48a qman_dqrr_get_ithresh +EXPORT_SYMBOL vmlinux 0x562e8efe inet_addr_type +EXPORT_SYMBOL vmlinux 0x5635a60a vmalloc_user +EXPORT_SYMBOL vmlinux 0x56470118 __warn_printk +EXPORT_SYMBOL vmlinux 0x564bed61 kmem_cache_create_usercopy +EXPORT_SYMBOL vmlinux 0x564f7608 acpi_reconfig_notifier_register +EXPORT_SYMBOL vmlinux 0x565eea69 sock_kfree_s +EXPORT_SYMBOL vmlinux 0x56802ae8 rps_cpu_mask +EXPORT_SYMBOL vmlinux 0x56918b9e add_to_page_cache_lru +EXPORT_SYMBOL vmlinux 0x56988428 seq_read_iter +EXPORT_SYMBOL vmlinux 0x56afa477 d_instantiate_new +EXPORT_SYMBOL vmlinux 0x56b3704f path_is_mountpoint +EXPORT_SYMBOL vmlinux 0x56c3db64 __tracepoint_kmalloc +EXPORT_SYMBOL vmlinux 0x56c8799d scsi_kunmap_atomic_sg +EXPORT_SYMBOL vmlinux 0x56ca453c km_policy_notify +EXPORT_SYMBOL vmlinux 0x56cf12c7 blk_sync_queue +EXPORT_SYMBOL vmlinux 0x56f5f5b1 ip_mc_check_igmp +EXPORT_SYMBOL vmlinux 0x57036394 tcp_md5_hash_skb_data +EXPORT_SYMBOL vmlinux 0x57151647 seq_printf +EXPORT_SYMBOL vmlinux 0x571bea27 __fs_parse +EXPORT_SYMBOL vmlinux 0x57250ab3 rpmh_invalidate +EXPORT_SYMBOL vmlinux 0x572bf347 phy_ethtool_get_wol +EXPORT_SYMBOL vmlinux 0x57357444 blk_post_runtime_resume +EXPORT_SYMBOL vmlinux 0x5740b545 generic_permission +EXPORT_SYMBOL vmlinux 0x5749ad16 skb_copy_datagram_from_iter +EXPORT_SYMBOL vmlinux 0x574c2e74 bitmap_release_region +EXPORT_SYMBOL vmlinux 0x574e314d mmc_wait_for_req +EXPORT_SYMBOL vmlinux 0x574f393d jbd2_fc_get_buf +EXPORT_SYMBOL vmlinux 0x57575f08 dmaengine_put +EXPORT_SYMBOL vmlinux 0x57674fd7 __sw_hweight16 +EXPORT_SYMBOL vmlinux 0x576d52e6 unregister_binfmt +EXPORT_SYMBOL vmlinux 0x576f4104 pci_ep_cfs_remove_epc_group +EXPORT_SYMBOL vmlinux 0x57736ce0 config_group_init_type_name +EXPORT_SYMBOL vmlinux 0x577b2749 dentry_open +EXPORT_SYMBOL vmlinux 0x578290c5 migrate_vma_setup +EXPORT_SYMBOL vmlinux 0x57900416 gen_pool_fixed_alloc +EXPORT_SYMBOL vmlinux 0x5792f848 strlcpy +EXPORT_SYMBOL vmlinux 0x579db76e genl_unregister_family +EXPORT_SYMBOL vmlinux 0x57a32e28 xfrm_state_update +EXPORT_SYMBOL vmlinux 0x57a945dd generic_writepages +EXPORT_SYMBOL vmlinux 0x57b628fb set_create_files_as +EXPORT_SYMBOL vmlinux 0x57bc19d2 down_write +EXPORT_SYMBOL vmlinux 0x57c54f36 skb_tx_error +EXPORT_SYMBOL vmlinux 0x57db8fd6 utf8_normalize +EXPORT_SYMBOL vmlinux 0x57f38cdc qe_get_firmware_info +EXPORT_SYMBOL vmlinux 0x57f7a7f3 inet_csk_complete_hashdance +EXPORT_SYMBOL vmlinux 0x57f97c24 input_reset_device +EXPORT_SYMBOL vmlinux 0x5812f544 tcf_idr_create +EXPORT_SYMBOL vmlinux 0x5818fe3c posix_acl_from_mode +EXPORT_SYMBOL vmlinux 0x581f98da zlib_inflate +EXPORT_SYMBOL vmlinux 0x582606eb xudma_rflow_put +EXPORT_SYMBOL vmlinux 0x582b6275 xfrm_if_unregister_cb +EXPORT_SYMBOL vmlinux 0x58316b65 md_bitmap_close_sync +EXPORT_SYMBOL vmlinux 0x5836f0cf twl6040_reg_write +EXPORT_SYMBOL vmlinux 0x5838f6c9 rtc_valid_tm +EXPORT_SYMBOL vmlinux 0x583aaf29 config_item_put +EXPORT_SYMBOL vmlinux 0x583bdc20 i2c_smbus_write_byte +EXPORT_SYMBOL vmlinux 0x5854ce50 try_to_free_buffers +EXPORT_SYMBOL vmlinux 0x58570c58 pci_write_config_dword +EXPORT_SYMBOL vmlinux 0x585ae877 nmi_panic +EXPORT_SYMBOL vmlinux 0x586283e2 pldmfw_op_pci_match_record +EXPORT_SYMBOL vmlinux 0x587b0954 kvasprintf +EXPORT_SYMBOL vmlinux 0x587b892e qe_get_num_of_risc +EXPORT_SYMBOL vmlinux 0x587f22d7 devmap_managed_key +EXPORT_SYMBOL vmlinux 0x587f3ebc __skb_warn_lro_forwarding +EXPORT_SYMBOL vmlinux 0x5896617d phy_error +EXPORT_SYMBOL vmlinux 0x5897a680 __find_nth_and_andnot_bit +EXPORT_SYMBOL vmlinux 0x58a5c81a scsi_print_sense_hdr +EXPORT_SYMBOL vmlinux 0x58acf24b mdiobus_register_board_info +EXPORT_SYMBOL vmlinux 0x58adadc8 kernel_bind +EXPORT_SYMBOL vmlinux 0x58af44f0 dump_page +EXPORT_SYMBOL vmlinux 0x58b4645c dev_close_many +EXPORT_SYMBOL vmlinux 0x58b73bc7 match_wildcard +EXPORT_SYMBOL vmlinux 0x58b85141 inet6_bind +EXPORT_SYMBOL vmlinux 0x58b94d31 jbd2_journal_init_inode +EXPORT_SYMBOL vmlinux 0x58bc6423 inet_twsk_deschedule_put +EXPORT_SYMBOL vmlinux 0x58c8bfab input_mt_drop_unused +EXPORT_SYMBOL vmlinux 0x58cff21f find_inode_nowait +EXPORT_SYMBOL vmlinux 0x58d6460c dev_get_port_parent_id +EXPORT_SYMBOL vmlinux 0x58d865f8 shrink_dcache_parent +EXPORT_SYMBOL vmlinux 0x58de1b34 blk_stack_limits +EXPORT_SYMBOL vmlinux 0x58e3306d bit_wait_io +EXPORT_SYMBOL vmlinux 0x58ffe3dc mipi_dsi_dcs_get_pixel_format +EXPORT_SYMBOL vmlinux 0x5934b5a9 qman_destroy_fq +EXPORT_SYMBOL vmlinux 0x594ca144 fman_get_mem_region +EXPORT_SYMBOL vmlinux 0x595af77c phy_loopback +EXPORT_SYMBOL vmlinux 0x595d8002 hdmi_infoframe_pack +EXPORT_SYMBOL vmlinux 0x597af789 jbd2_journal_grab_journal_head +EXPORT_SYMBOL vmlinux 0x59808fc5 qdisc_class_hash_grow +EXPORT_SYMBOL vmlinux 0x59811ad8 kern_path +EXPORT_SYMBOL vmlinux 0x5982125c __mdiobus_read +EXPORT_SYMBOL vmlinux 0x599b4888 qe_setbrg +EXPORT_SYMBOL vmlinux 0x599fb41c kvmalloc_node +EXPORT_SYMBOL vmlinux 0x59a2f0ee packing +EXPORT_SYMBOL vmlinux 0x59a53120 tcp_parse_options +EXPORT_SYMBOL vmlinux 0x59b4ac3e tcp_memory_allocated +EXPORT_SYMBOL vmlinux 0x59b9f32d pci_dev_put +EXPORT_SYMBOL vmlinux 0x59bbbcf9 block_write_begin +EXPORT_SYMBOL vmlinux 0x59d03865 backlight_device_get_by_type +EXPORT_SYMBOL vmlinux 0x59d579a3 iov_iter_kvec +EXPORT_SYMBOL vmlinux 0x59ef5101 put_fs_context +EXPORT_SYMBOL vmlinux 0x59ff422a redraw_screen +EXPORT_SYMBOL vmlinux 0x5a018bd5 pci_scan_bridge +EXPORT_SYMBOL vmlinux 0x5a0b73d0 zlib_deflateInit2 +EXPORT_SYMBOL vmlinux 0x5a290250 hdmi_drm_infoframe_pack_only +EXPORT_SYMBOL vmlinux 0x5a44f8cb __crypto_memneq +EXPORT_SYMBOL vmlinux 0x5a463800 dev_pick_tx_cpu_id +EXPORT_SYMBOL vmlinux 0x5a4d313e gf128mul_4k_lle +EXPORT_SYMBOL vmlinux 0x5a550c17 skb_copy_datagram_iter +EXPORT_SYMBOL vmlinux 0x5a60b950 qm_channel_pool1 +EXPORT_SYMBOL vmlinux 0x5a7b071b d_drop +EXPORT_SYMBOL vmlinux 0x5a873664 kern_path_create +EXPORT_SYMBOL vmlinux 0x5a921311 strncmp +EXPORT_SYMBOL vmlinux 0x5a99a0d7 flow_get_u32_dst +EXPORT_SYMBOL vmlinux 0x5a99ef72 param_ops_bool +EXPORT_SYMBOL vmlinux 0x5a9bf006 dcbnl_ieee_notify +EXPORT_SYMBOL vmlinux 0x5a9f1d63 memmove +EXPORT_SYMBOL vmlinux 0x5ab0438d elv_rb_add +EXPORT_SYMBOL vmlinux 0x5ac68374 writeback_inodes_sb +EXPORT_SYMBOL vmlinux 0x5adedcdc lock_two_nondirectories +EXPORT_SYMBOL vmlinux 0x5ae1154b __traceiter_kfree +EXPORT_SYMBOL vmlinux 0x5ae190ae dev_mc_sync +EXPORT_SYMBOL vmlinux 0x5ae31cab con_is_visible +EXPORT_SYMBOL vmlinux 0x5afba21d config_item_get_unless_zero +EXPORT_SYMBOL vmlinux 0x5afbd9ef fib_notifier_ops_unregister +EXPORT_SYMBOL vmlinux 0x5b0992aa inode_init_once +EXPORT_SYMBOL vmlinux 0x5b101db6 netdev_bonding_info_change +EXPORT_SYMBOL vmlinux 0x5b21669a from_kgid +EXPORT_SYMBOL vmlinux 0x5b235473 clear_inode +EXPORT_SYMBOL vmlinux 0x5b2b1237 blk_mq_start_hw_queue +EXPORT_SYMBOL vmlinux 0x5b2f27fb do_wait_intr +EXPORT_SYMBOL vmlinux 0x5b3bc70c sock_create +EXPORT_SYMBOL vmlinux 0x5b3e282f xa_store +EXPORT_SYMBOL vmlinux 0x5b3e90a4 iov_iter_pipe +EXPORT_SYMBOL vmlinux 0x5b54903b qcom_scm_pas_mem_setup +EXPORT_SYMBOL vmlinux 0x5b56860c vm_munmap +EXPORT_SYMBOL vmlinux 0x5b5c769b security_sctp_assoc_established +EXPORT_SYMBOL vmlinux 0x5b605b0a sock_set_reuseaddr +EXPORT_SYMBOL vmlinux 0x5b6d76a2 vme_lm_request +EXPORT_SYMBOL vmlinux 0x5b7c2f5c input_set_min_poll_interval +EXPORT_SYMBOL vmlinux 0x5b7f9851 tcp_get_md5sig_pool +EXPORT_SYMBOL vmlinux 0x5b8ba5cb __block_write_begin +EXPORT_SYMBOL vmlinux 0x5b97c7ff dev_mc_add_global +EXPORT_SYMBOL vmlinux 0x5bc081a0 xfrm_trans_queue_net +EXPORT_SYMBOL vmlinux 0x5bcea5f1 sgl_free_n_order +EXPORT_SYMBOL vmlinux 0x5bd1f12a input_free_device +EXPORT_SYMBOL vmlinux 0x5bd3ef83 invalidate_inode_buffers +EXPORT_SYMBOL vmlinux 0x5bd4ff88 flow_action_cookie_create +EXPORT_SYMBOL vmlinux 0x5bdb7603 sock_copy_user_timeval +EXPORT_SYMBOL vmlinux 0x5be2b16a dev_get_mac_address +EXPORT_SYMBOL vmlinux 0x5be63c5b crc32c_csum_stub +EXPORT_SYMBOL vmlinux 0x5c26a53b wait_for_completion_io_timeout +EXPORT_SYMBOL vmlinux 0x5c3c7387 kstrtoull +EXPORT_SYMBOL vmlinux 0x5c41ace1 jbd2_journal_inode_ranged_write +EXPORT_SYMBOL vmlinux 0x5c698fda inet_csk_destroy_sock +EXPORT_SYMBOL vmlinux 0x5c6ad8c3 devfreq_remove_device +EXPORT_SYMBOL vmlinux 0x5c706a0d nvdimm_namespace_capacity +EXPORT_SYMBOL vmlinux 0x5c94f82d pci_alloc_irq_vectors +EXPORT_SYMBOL vmlinux 0x5ce2e65f cdev_set_parent +EXPORT_SYMBOL vmlinux 0x5cf53ce2 input_free_minor +EXPORT_SYMBOL vmlinux 0x5cfb26a0 acpi_enter_sleep_state +EXPORT_SYMBOL vmlinux 0x5d0939a9 pagecache_get_page +EXPORT_SYMBOL vmlinux 0x5d112304 __memcpy_fromio +EXPORT_SYMBOL vmlinux 0x5d1fb6b1 dquot_mark_dquot_dirty +EXPORT_SYMBOL vmlinux 0x5d1fce81 nf_log_unset +EXPORT_SYMBOL vmlinux 0x5d401cb3 of_graph_get_port_parent +EXPORT_SYMBOL vmlinux 0x5d49aabc init_wait_var_entry +EXPORT_SYMBOL vmlinux 0x5d5a3b87 blk_mq_alloc_disk_for_queue +EXPORT_SYMBOL vmlinux 0x5d63a14a set_page_dirty +EXPORT_SYMBOL vmlinux 0x5d745caa pci_read_vpd +EXPORT_SYMBOL vmlinux 0x5d7e4b47 ipv6_dev_mc_inc +EXPORT_SYMBOL vmlinux 0x5d98514c inc_node_page_state +EXPORT_SYMBOL vmlinux 0x5da0daf2 unix_get_socket +EXPORT_SYMBOL vmlinux 0x5da1df8d __neigh_set_probe_once +EXPORT_SYMBOL vmlinux 0x5dac4cd6 qman_dqrr_set_ithresh +EXPORT_SYMBOL vmlinux 0x5daf9f3b pm860x_bulk_write +EXPORT_SYMBOL vmlinux 0x5dcd4515 neigh_seq_start +EXPORT_SYMBOL vmlinux 0x5dcfb3c5 security_inode_init_security +EXPORT_SYMBOL vmlinux 0x5dd07228 pci_free_irq +EXPORT_SYMBOL vmlinux 0x5dd79a8c tcp_close +EXPORT_SYMBOL vmlinux 0x5dd80df4 __udp_disconnect +EXPORT_SYMBOL vmlinux 0x5dd8f553 pci_assign_resource +EXPORT_SYMBOL vmlinux 0x5dffbcbc d_rehash +EXPORT_SYMBOL vmlinux 0x5e053d97 cros_ec_check_result +EXPORT_SYMBOL vmlinux 0x5e06bc5c refcount_dec_and_lock +EXPORT_SYMBOL vmlinux 0x5e08dfae input_release_device +EXPORT_SYMBOL vmlinux 0x5e0c07ef mpage_read_folio +EXPORT_SYMBOL vmlinux 0x5e0ccb9f sha1_transform +EXPORT_SYMBOL vmlinux 0x5e18dcb7 fddi_type_trans +EXPORT_SYMBOL vmlinux 0x5e3240a0 __cpu_online_mask +EXPORT_SYMBOL vmlinux 0x5e332b52 __var_waitqueue +EXPORT_SYMBOL vmlinux 0x5e373fb4 gf128mul_64k_bbe +EXPORT_SYMBOL vmlinux 0x5e6f91f9 tegra_powergate_remove_clamping +EXPORT_SYMBOL vmlinux 0x5e739ebf netif_tx_unlock +EXPORT_SYMBOL vmlinux 0x5e78f6a3 xp_dma_unmap +EXPORT_SYMBOL vmlinux 0x5e855e56 gen_pool_first_fit_align +EXPORT_SYMBOL vmlinux 0x5e860f4a __scm_destroy +EXPORT_SYMBOL vmlinux 0x5e934fc7 sgl_alloc +EXPORT_SYMBOL vmlinux 0x5e93cca9 sock_no_accept +EXPORT_SYMBOL vmlinux 0x5e95b1cd current_umask +EXPORT_SYMBOL vmlinux 0x5e9a01ce gen_new_estimator +EXPORT_SYMBOL vmlinux 0x5ec4aee6 put_sg_io_hdr +EXPORT_SYMBOL vmlinux 0x5ecd40c5 alloc_file_pseudo +EXPORT_SYMBOL vmlinux 0x5ed040b0 pm_set_vt_switch +EXPORT_SYMBOL vmlinux 0x5ed90adc int_to_scsilun +EXPORT_SYMBOL vmlinux 0x5ef6a672 gen_pool_for_each_chunk +EXPORT_SYMBOL vmlinux 0x5ef82fd2 __skb_gso_segment +EXPORT_SYMBOL vmlinux 0x5efdd68b __tracepoint_mmap_lock_released +EXPORT_SYMBOL vmlinux 0x5efde8e6 proc_doulongvec_ms_jiffies_minmax +EXPORT_SYMBOL vmlinux 0x5f098b2a in6addr_interfacelocal_allrouters +EXPORT_SYMBOL vmlinux 0x5f106824 netif_skb_features +EXPORT_SYMBOL vmlinux 0x5f199af3 inode_add_bytes +EXPORT_SYMBOL vmlinux 0x5f253a75 dump_skip +EXPORT_SYMBOL vmlinux 0x5f2ba55e security_req_classify_flow +EXPORT_SYMBOL vmlinux 0x5f30e7a7 tegra_io_pad_power_disable +EXPORT_SYMBOL vmlinux 0x5f5441c8 __ubsan_handle_alignment_assumption +EXPORT_SYMBOL vmlinux 0x5f6b889c rproc_va_to_pa +EXPORT_SYMBOL vmlinux 0x5f7a762e timestamp_truncate +EXPORT_SYMBOL vmlinux 0x5f7f6e50 remove_proc_subtree +EXPORT_SYMBOL vmlinux 0x5f93525c acpi_extract_package +EXPORT_SYMBOL vmlinux 0x5f9b275a tcp_mss_to_mtu +EXPORT_SYMBOL vmlinux 0x5fbb9e1b nvdimm_namespace_locked +EXPORT_SYMBOL vmlinux 0x5fc72f0e alloc_pages_exact +EXPORT_SYMBOL vmlinux 0x5fed178c meson_sm_call +EXPORT_SYMBOL vmlinux 0x5ff67c8c __module_get +EXPORT_SYMBOL vmlinux 0x5ff9eb0e lockref_mark_dead +EXPORT_SYMBOL vmlinux 0x6003bb6e of_get_next_child +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 0x600b0f45 of_root +EXPORT_SYMBOL vmlinux 0x601f665f dm_io_client_create +EXPORT_SYMBOL vmlinux 0x6020d734 ps2_drain +EXPORT_SYMBOL vmlinux 0x60352082 register_inet6addr_notifier +EXPORT_SYMBOL vmlinux 0x603b9fc0 inet_csk_reqsk_queue_drop +EXPORT_SYMBOL vmlinux 0x60511109 xfrm_policy_walk +EXPORT_SYMBOL vmlinux 0x6056336a bioset_integrity_create +EXPORT_SYMBOL vmlinux 0x605790dc fiemap_fill_next_extent +EXPORT_SYMBOL vmlinux 0x608741b5 __init_swait_queue_head +EXPORT_SYMBOL vmlinux 0x608b8ad8 blk_mq_start_hw_queues +EXPORT_SYMBOL vmlinux 0x608d0267 zstd_get_error_code +EXPORT_SYMBOL vmlinux 0x6091b333 unregister_chrdev_region +EXPORT_SYMBOL vmlinux 0x609560cc of_device_get_match_data +EXPORT_SYMBOL vmlinux 0x6098acec fget +EXPORT_SYMBOL vmlinux 0x609bcd98 in6_pton +EXPORT_SYMBOL vmlinux 0x609cbe83 tcp_md5_hash_key +EXPORT_SYMBOL vmlinux 0x609f1c7e synchronize_net +EXPORT_SYMBOL vmlinux 0x60aaeb4b qman_p_irqsource_add +EXPORT_SYMBOL vmlinux 0x60b3071f neigh_proc_dointvec +EXPORT_SYMBOL vmlinux 0x60b9e6d6 xfrm6_input_addr +EXPORT_SYMBOL vmlinux 0x60d8ab30 vme_lm_get +EXPORT_SYMBOL vmlinux 0x60dcd380 udp_set_csum +EXPORT_SYMBOL vmlinux 0x60e792a8 mmc_cqe_request_done +EXPORT_SYMBOL vmlinux 0x60ed4391 dst_release_immediate +EXPORT_SYMBOL vmlinux 0x60fa2bef tcf_exts_validate +EXPORT_SYMBOL vmlinux 0x61047571 blk_pre_runtime_resume +EXPORT_SYMBOL vmlinux 0x61073e4a acpi_os_map_generic_address +EXPORT_SYMBOL vmlinux 0x611db6da max8998_bulk_read +EXPORT_SYMBOL vmlinux 0x6128b5fc __printk_ratelimit +EXPORT_SYMBOL vmlinux 0x612905f4 skb_pull_data +EXPORT_SYMBOL vmlinux 0x61347034 mb_cache_entry_delete_or_get +EXPORT_SYMBOL vmlinux 0x6136f50c inet_pton_with_scope +EXPORT_SYMBOL vmlinux 0x61484871 __blockdev_direct_IO +EXPORT_SYMBOL vmlinux 0x61555ceb dev_get_iflink +EXPORT_SYMBOL vmlinux 0x61566719 input_mt_assign_slots +EXPORT_SYMBOL vmlinux 0x615911d7 __bitmap_set +EXPORT_SYMBOL vmlinux 0x61691b49 rproc_elf_get_boot_addr +EXPORT_SYMBOL vmlinux 0x616ec1b4 dqget +EXPORT_SYMBOL vmlinux 0x617c452b queued_read_lock_slowpath +EXPORT_SYMBOL vmlinux 0x617e5924 input_flush_device +EXPORT_SYMBOL vmlinux 0x61821fda netdev_pick_tx +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 0x61a639ed fs_bio_set +EXPORT_SYMBOL vmlinux 0x61b6c29c folio_clear_dirty_for_io +EXPORT_SYMBOL vmlinux 0x61b7b126 simple_strtoull +EXPORT_SYMBOL vmlinux 0x61ba6836 dump_align +EXPORT_SYMBOL vmlinux 0x61bf1dce dquot_get_dqblk +EXPORT_SYMBOL vmlinux 0x61c570ec vm_insert_page +EXPORT_SYMBOL vmlinux 0x61e108c8 vfs_dup_fs_context +EXPORT_SYMBOL vmlinux 0x61e272c9 sha256_final +EXPORT_SYMBOL vmlinux 0x61e71466 folio_migrate_flags +EXPORT_SYMBOL vmlinux 0x61ea189b fb_pad_aligned_buffer +EXPORT_SYMBOL vmlinux 0x61eec717 xfrm_find_acq +EXPORT_SYMBOL vmlinux 0x61ff299c invalidate_disk +EXPORT_SYMBOL vmlinux 0x6201f30c bio_copy_data +EXPORT_SYMBOL vmlinux 0x6214aef2 cpufreq_unregister_notifier +EXPORT_SYMBOL vmlinux 0x621890d2 sock_sendmsg +EXPORT_SYMBOL vmlinux 0x6219ad76 pci_set_master +EXPORT_SYMBOL vmlinux 0x621c57b6 pci_enable_device_io +EXPORT_SYMBOL vmlinux 0x62248cfa inet_del_offload +EXPORT_SYMBOL vmlinux 0x6228c21f smp_call_function_single +EXPORT_SYMBOL vmlinux 0x624c4269 generic_read_dir +EXPORT_SYMBOL vmlinux 0x62659303 uart_update_timeout +EXPORT_SYMBOL vmlinux 0x62737e1d sock_unregister +EXPORT_SYMBOL vmlinux 0x6276af56 migrate_device_range +EXPORT_SYMBOL vmlinux 0x627cebdb param_set_short +EXPORT_SYMBOL vmlinux 0x62849ac7 dev_valid_name +EXPORT_SYMBOL vmlinux 0x629079b3 dma_fence_signal_timestamp +EXPORT_SYMBOL vmlinux 0x62949074 acpi_buffer_to_resource +EXPORT_SYMBOL vmlinux 0x629ded12 param_ops_charp +EXPORT_SYMBOL vmlinux 0x62ac71d4 get_user_pages_unlocked +EXPORT_SYMBOL vmlinux 0x62d96443 qman_dma_portal +EXPORT_SYMBOL vmlinux 0x62e31dda flow_rule_match_ipv4_addrs +EXPORT_SYMBOL vmlinux 0x62ecae40 send_sig_info +EXPORT_SYMBOL vmlinux 0x62f7e207 down_read_killable +EXPORT_SYMBOL vmlinux 0x6315c42c zstd_get_params +EXPORT_SYMBOL vmlinux 0x631d06aa cpu_rmap_put +EXPORT_SYMBOL vmlinux 0x632366d0 tcf_exts_terse_dump +EXPORT_SYMBOL vmlinux 0x6327717b udp_lib_unhash +EXPORT_SYMBOL vmlinux 0x633652c7 pps_unregister_source +EXPORT_SYMBOL vmlinux 0x6355033e __serio_register_port +EXPORT_SYMBOL vmlinux 0x63562b3c iput +EXPORT_SYMBOL vmlinux 0x6358b0a4 __mdiobus_write +EXPORT_SYMBOL vmlinux 0x635b4f7a xfrm_policy_bysel_ctx +EXPORT_SYMBOL vmlinux 0x635ee083 iov_iter_zero +EXPORT_SYMBOL vmlinux 0x6378c4cf __dquot_transfer +EXPORT_SYMBOL vmlinux 0x637e4e22 phy_modify_paged +EXPORT_SYMBOL vmlinux 0x638dd47f pm8606_osc_enable +EXPORT_SYMBOL vmlinux 0x63a58370 flow_action_cookie_destroy +EXPORT_SYMBOL vmlinux 0x63a7c28c bitmap_find_free_region +EXPORT_SYMBOL vmlinux 0x63adaf3c md_register_thread +EXPORT_SYMBOL vmlinux 0x63eb9355 panic_blink +EXPORT_SYMBOL vmlinux 0x63efaad2 xfrm4_rcv_encap +EXPORT_SYMBOL vmlinux 0x63f4b012 dm_table_get_md +EXPORT_SYMBOL vmlinux 0x63fb62fd phy_attach +EXPORT_SYMBOL vmlinux 0x640858ce blk_queue_io_opt +EXPORT_SYMBOL vmlinux 0x64127b67 bitmap_find_next_zero_area_off +EXPORT_SYMBOL vmlinux 0x64146b4a flow_rule_match_cvlan +EXPORT_SYMBOL vmlinux 0x6428b8f6 inode_update_time +EXPORT_SYMBOL vmlinux 0x642eb5c6 xen_poll_irq_timeout +EXPORT_SYMBOL vmlinux 0x6430bfa4 ipv6_dev_mc_dec +EXPORT_SYMBOL vmlinux 0x6438a885 acpi_bus_get_status +EXPORT_SYMBOL vmlinux 0x643f3068 __tracepoint_spi_transfer_stop +EXPORT_SYMBOL vmlinux 0x6443952b bh_uptodate_or_lock +EXPORT_SYMBOL vmlinux 0x64465d24 drop_super +EXPORT_SYMBOL vmlinux 0x644be12c qman_affine_cpus +EXPORT_SYMBOL vmlinux 0x6455298a security_xfrm_policy_free +EXPORT_SYMBOL vmlinux 0x6463da7b alloc_skb_with_frags +EXPORT_SYMBOL vmlinux 0x6471d82a may_umount +EXPORT_SYMBOL vmlinux 0x6477ee4c nf_hook_slow_list +EXPORT_SYMBOL vmlinux 0x6481ffe0 hsiphash_1u32 +EXPORT_SYMBOL vmlinux 0x648eb59d gc_inflight_list +EXPORT_SYMBOL vmlinux 0x64a9c928 default_blu +EXPORT_SYMBOL vmlinux 0x64bbc288 string_unescape +EXPORT_SYMBOL vmlinux 0x6503ebca ww_mutex_unlock +EXPORT_SYMBOL vmlinux 0x6513a3fa fb_get_color_depth +EXPORT_SYMBOL vmlinux 0x6514c1e6 flow_get_u32_src +EXPORT_SYMBOL vmlinux 0x651542a1 max8925_bulk_write +EXPORT_SYMBOL vmlinux 0x651a4139 test_taint +EXPORT_SYMBOL vmlinux 0x652032cb mac_pton +EXPORT_SYMBOL vmlinux 0x65241d4d fb_get_mode +EXPORT_SYMBOL vmlinux 0x652ce9aa nla_memcmp +EXPORT_SYMBOL vmlinux 0x652f3232 cfb_fillrect +EXPORT_SYMBOL vmlinux 0x65408378 zlib_inflate_blob +EXPORT_SYMBOL vmlinux 0x654449c3 memset16 +EXPORT_SYMBOL vmlinux 0x654e0748 mark_buffer_dirty_inode +EXPORT_SYMBOL vmlinux 0x65521801 udp6_csum_init +EXPORT_SYMBOL vmlinux 0x6552a387 nf_ct_attach +EXPORT_SYMBOL vmlinux 0x6559b12b mr_mfc_seq_next +EXPORT_SYMBOL vmlinux 0x656c1a0e string_escape_mem +EXPORT_SYMBOL vmlinux 0x656cdc4f noop_dirty_folio +EXPORT_SYMBOL vmlinux 0x656e4a6e snprintf +EXPORT_SYMBOL vmlinux 0x657656b1 pci_release_region +EXPORT_SYMBOL vmlinux 0x657ad5c5 udp_lib_setsockopt +EXPORT_SYMBOL vmlinux 0x658ce1a8 xxh64_reset +EXPORT_SYMBOL vmlinux 0x65929cae ns_to_timespec64 +EXPORT_SYMBOL vmlinux 0x659ded26 xfrm_flush_gc +EXPORT_SYMBOL vmlinux 0x65a56153 release_sock +EXPORT_SYMBOL vmlinux 0x65a6ab2b configfs_register_subsystem +EXPORT_SYMBOL vmlinux 0x65aa00e9 scsi_is_host_device +EXPORT_SYMBOL vmlinux 0x65b06bec __invalidate_device +EXPORT_SYMBOL vmlinux 0x65ba735b __stack_chk_fail +EXPORT_SYMBOL vmlinux 0x65c39e5a __mod_zone_page_state +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 0x65e659b4 genphy_handle_interrupt_no_ack +EXPORT_SYMBOL vmlinux 0x65fd188c inet_addr_type_table +EXPORT_SYMBOL vmlinux 0x66094b5a devfreq_unregister_opp_notifier +EXPORT_SYMBOL vmlinux 0x660f916d pci_find_next_bus +EXPORT_SYMBOL vmlinux 0x661ecc7a ip6_output +EXPORT_SYMBOL vmlinux 0x6626afca down +EXPORT_SYMBOL vmlinux 0x6634d95b dec_node_page_state +EXPORT_SYMBOL vmlinux 0x664b1e29 qman_delete_cgr +EXPORT_SYMBOL vmlinux 0x665e2513 zstd_max_clevel +EXPORT_SYMBOL vmlinux 0x66628bf3 ip_tunnel_metadata_cnt +EXPORT_SYMBOL vmlinux 0x666863dc par_io_config_pin +EXPORT_SYMBOL vmlinux 0x666dcc70 __insert_inode_hash +EXPORT_SYMBOL vmlinux 0x66702983 pci_get_class +EXPORT_SYMBOL vmlinux 0x6673f96d xxh32_reset +EXPORT_SYMBOL vmlinux 0x66826f5a xudma_get_ringacc +EXPORT_SYMBOL vmlinux 0x668b19a1 down_read +EXPORT_SYMBOL vmlinux 0x669c191b dm_consume_args +EXPORT_SYMBOL vmlinux 0x66af1fd1 lockref_put_or_lock +EXPORT_SYMBOL vmlinux 0x66b4cc41 kmemdup +EXPORT_SYMBOL vmlinux 0x66b8fe89 vfs_mkdir +EXPORT_SYMBOL vmlinux 0x66bf3028 inode_needs_sync +EXPORT_SYMBOL vmlinux 0x66d0f1a3 of_node_put +EXPORT_SYMBOL vmlinux 0x66e39d7f blk_put_queue +EXPORT_SYMBOL vmlinux 0x66f201ae mmc_gpiod_request_cd_irq +EXPORT_SYMBOL vmlinux 0x67282ce8 remove_proc_entry +EXPORT_SYMBOL vmlinux 0x672f1e0f free_cgroup_ns +EXPORT_SYMBOL vmlinux 0x6731b99d __dev_get_by_index +EXPORT_SYMBOL vmlinux 0x67412d2f ucc_slow_enable +EXPORT_SYMBOL vmlinux 0x6749d53f hdmi_vendor_infoframe_init +EXPORT_SYMBOL vmlinux 0x675258c0 request_key_rcu +EXPORT_SYMBOL vmlinux 0x6756e0f5 of_graph_get_remote_node +EXPORT_SYMBOL vmlinux 0x6758b0d1 inet_del_protocol +EXPORT_SYMBOL vmlinux 0x6772d034 genphy_write_mmd_unsupported +EXPORT_SYMBOL vmlinux 0x678b96ec dma_pool_alloc +EXPORT_SYMBOL vmlinux 0x679e5ab4 folio_mark_accessed +EXPORT_SYMBOL vmlinux 0x67b27ec1 tty_std_termios +EXPORT_SYMBOL vmlinux 0x67b6a0fa pipe_unlock +EXPORT_SYMBOL vmlinux 0x67b78eb3 seq_hlist_next_rcu +EXPORT_SYMBOL vmlinux 0x67c13ea0 acpi_read +EXPORT_SYMBOL vmlinux 0x67c2f947 cad_pid +EXPORT_SYMBOL vmlinux 0x67fc5d72 security_sock_graft +EXPORT_SYMBOL vmlinux 0x68103ed1 inet_sk_rx_dst_set +EXPORT_SYMBOL vmlinux 0x683164a9 deactivate_locked_super +EXPORT_SYMBOL vmlinux 0x684b34a3 skb_copy_bits +EXPORT_SYMBOL vmlinux 0x686a3d00 rproc_of_parse_firmware +EXPORT_SYMBOL vmlinux 0x686e61ea xfrm_dev_policy_flush +EXPORT_SYMBOL vmlinux 0x687b6a16 kdbgetsymval +EXPORT_SYMBOL vmlinux 0x6895c044 i2c_transfer +EXPORT_SYMBOL vmlinux 0x68b454dd genphy_config_eee_advert +EXPORT_SYMBOL vmlinux 0x68ba147c iov_iter_discard +EXPORT_SYMBOL vmlinux 0x68c22ca5 rt6_lookup +EXPORT_SYMBOL vmlinux 0x68ce2583 dec_zone_page_state +EXPORT_SYMBOL vmlinux 0x68d9a276 copy_string_kernel +EXPORT_SYMBOL vmlinux 0x68eadba7 ppp_unit_number +EXPORT_SYMBOL vmlinux 0x68fa8ec0 tcp_md5_do_del +EXPORT_SYMBOL vmlinux 0x68fb581a icst307_idx2s +EXPORT_SYMBOL vmlinux 0x69049cd2 radix_tree_replace_slot +EXPORT_SYMBOL vmlinux 0x6910316e dev_activate +EXPORT_SYMBOL vmlinux 0x692a18b0 mipi_dsi_dcs_set_tear_off +EXPORT_SYMBOL vmlinux 0x692cf144 locks_lock_inode_wait +EXPORT_SYMBOL vmlinux 0x693a87bd _copy_from_iter_nocache +EXPORT_SYMBOL vmlinux 0x693dda98 __blk_rq_map_sg +EXPORT_SYMBOL vmlinux 0x69523a07 i2c_del_adapter +EXPORT_SYMBOL vmlinux 0x695705a4 sock_set_keepalive +EXPORT_SYMBOL vmlinux 0x69668826 netdev_increment_features +EXPORT_SYMBOL vmlinux 0x6971447a rtc_month_days +EXPORT_SYMBOL vmlinux 0x6972e413 __bitmap_weight_and +EXPORT_SYMBOL vmlinux 0x6979b002 param_set_uint +EXPORT_SYMBOL vmlinux 0x697ed5f0 memcpy_and_pad +EXPORT_SYMBOL vmlinux 0x69dd3b5b crc32_le +EXPORT_SYMBOL vmlinux 0x69de8757 vme_check_window +EXPORT_SYMBOL vmlinux 0x69e6c4df mmc_calc_max_discard +EXPORT_SYMBOL vmlinux 0x69ee7a0c fib_notifier_ops_register +EXPORT_SYMBOL vmlinux 0x6a037cf1 mempool_kfree +EXPORT_SYMBOL vmlinux 0x6a084e49 tcf_block_put_ext +EXPORT_SYMBOL vmlinux 0x6a1a0d8b scsi_register_interface +EXPORT_SYMBOL vmlinux 0x6a2bcde8 ppp_output_wakeup +EXPORT_SYMBOL vmlinux 0x6a3766b2 qman_delete_cgr_safe +EXPORT_SYMBOL vmlinux 0x6a43cdcd of_graph_get_endpoint_by_regs +EXPORT_SYMBOL vmlinux 0x6a449c4f register_sysctl_table +EXPORT_SYMBOL vmlinux 0x6a561421 misc_deregister +EXPORT_SYMBOL vmlinux 0x6a5afa4a dquot_free_inode +EXPORT_SYMBOL vmlinux 0x6a5cb5ee __get_free_pages +EXPORT_SYMBOL vmlinux 0x6a5ecb18 unregister_module_notifier +EXPORT_SYMBOL vmlinux 0x6a5fa363 sigprocmask +EXPORT_SYMBOL vmlinux 0x6a607486 blk_queue_flag_set +EXPORT_SYMBOL vmlinux 0x6a6e05bf kstrtou8 +EXPORT_SYMBOL vmlinux 0x6a80b6a7 of_get_mac_address +EXPORT_SYMBOL vmlinux 0x6a90663a qman_schedule_fq +EXPORT_SYMBOL vmlinux 0x6a9ec797 freeze_super +EXPORT_SYMBOL vmlinux 0x6aa0e3fd xfrm_spd_getinfo +EXPORT_SYMBOL vmlinux 0x6aa0e7cd flush_dcache_folio +EXPORT_SYMBOL vmlinux 0x6ab677ef rproc_shutdown +EXPORT_SYMBOL vmlinux 0x6ab8211c phy_config_aneg +EXPORT_SYMBOL vmlinux 0x6ac2f64c __phy_write_mmd +EXPORT_SYMBOL vmlinux 0x6ad08524 get_cached_acl_rcu +EXPORT_SYMBOL vmlinux 0x6add5c9a dmi_find_device +EXPORT_SYMBOL vmlinux 0x6aeefac4 zlib_deflateReset +EXPORT_SYMBOL vmlinux 0x6af7e234 d_add +EXPORT_SYMBOL vmlinux 0x6b079231 alt_cb_patch_nops +EXPORT_SYMBOL vmlinux 0x6b0b69bc textsearch_prepare +EXPORT_SYMBOL vmlinux 0x6b1d9582 send_sig +EXPORT_SYMBOL vmlinux 0x6b230467 tcf_em_tree_destroy +EXPORT_SYMBOL vmlinux 0x6b24b9aa blk_mq_delay_run_hw_queue +EXPORT_SYMBOL vmlinux 0x6b27729b radix_tree_gang_lookup +EXPORT_SYMBOL vmlinux 0x6b2dc060 dump_stack +EXPORT_SYMBOL vmlinux 0x6b3ade8b key_revoke +EXPORT_SYMBOL vmlinux 0x6b4653f9 dev_uc_flush +EXPORT_SYMBOL vmlinux 0x6b4f0b22 d_splice_alias +EXPORT_SYMBOL vmlinux 0x6b51d291 udp_flush_pending_frames +EXPORT_SYMBOL vmlinux 0x6b55acd0 rtnl_lock_killable +EXPORT_SYMBOL vmlinux 0x6b55c971 pin_user_pages +EXPORT_SYMBOL vmlinux 0x6b656b13 devm_request_threaded_irq +EXPORT_SYMBOL vmlinux 0x6b702e3b mipi_dsi_dcs_set_column_address +EXPORT_SYMBOL vmlinux 0x6b853d06 ns_to_kernel_old_timeval +EXPORT_SYMBOL vmlinux 0x6b8bf149 netif_receive_skb_list +EXPORT_SYMBOL vmlinux 0x6b92e6dc hdmi_infoframe_log +EXPORT_SYMBOL vmlinux 0x6bb0813e register_netdevice_notifier_net +EXPORT_SYMBOL vmlinux 0x6bc3fbc0 __unregister_chrdev +EXPORT_SYMBOL vmlinux 0x6bcef140 scsi_done +EXPORT_SYMBOL vmlinux 0x6bd0e573 down_interruptible +EXPORT_SYMBOL vmlinux 0x6bd18cae mii_ethtool_get_link_ksettings +EXPORT_SYMBOL vmlinux 0x6bd62117 sg_miter_skip +EXPORT_SYMBOL vmlinux 0x6be1c1f8 acpi_install_method +EXPORT_SYMBOL vmlinux 0x6be4b254 nvdimm_bus_unlock +EXPORT_SYMBOL vmlinux 0x6bf181c1 __tracepoint_kmem_cache_free +EXPORT_SYMBOL vmlinux 0x6bf6a3c6 dev_trans_start +EXPORT_SYMBOL vmlinux 0x6c224cda gen_pool_destroy +EXPORT_SYMBOL vmlinux 0x6c257ac0 tty_termios_hw_change +EXPORT_SYMBOL vmlinux 0x6c4163c9 blk_integrity_unregister +EXPORT_SYMBOL vmlinux 0x6c42e5be netdev_offload_xstats_enabled +EXPORT_SYMBOL vmlinux 0x6c4c971a dev_mc_add_excl +EXPORT_SYMBOL vmlinux 0x6c50cadf security_path_unlink +EXPORT_SYMBOL vmlinux 0x6c532ed8 __dev_queue_xmit +EXPORT_SYMBOL vmlinux 0x6c61ce70 num_registered_fb +EXPORT_SYMBOL vmlinux 0x6c666b05 __dev_remove_pack +EXPORT_SYMBOL vmlinux 0x6c69ac75 devm_alloc_etherdev_mqs +EXPORT_SYMBOL vmlinux 0x6c7a0323 __tracepoint_kmem_cache_alloc +EXPORT_SYMBOL vmlinux 0x6c8b9f21 skb_try_coalesce +EXPORT_SYMBOL vmlinux 0x6cb46525 netlbl_catmap_walk +EXPORT_SYMBOL vmlinux 0x6cbb6982 single_open +EXPORT_SYMBOL vmlinux 0x6cbbfc54 __arch_copy_to_user +EXPORT_SYMBOL vmlinux 0x6cd4f7ee phy_do_ioctl +EXPORT_SYMBOL vmlinux 0x6cdeda83 of_get_i2c_adapter_by_node +EXPORT_SYMBOL vmlinux 0x6cf0d67d qe_get_num_of_snums +EXPORT_SYMBOL vmlinux 0x6cf2a7d4 devm_memremap +EXPORT_SYMBOL vmlinux 0x6cf571e7 vfs_setpos +EXPORT_SYMBOL vmlinux 0x6d057e80 tcp_select_initial_window +EXPORT_SYMBOL vmlinux 0x6d16c104 mutex_lock_killable +EXPORT_SYMBOL vmlinux 0x6d217e76 folio_alloc +EXPORT_SYMBOL vmlinux 0x6d294e43 clock_t_to_jiffies +EXPORT_SYMBOL vmlinux 0x6d4b425b phy_ethtool_get_stats +EXPORT_SYMBOL vmlinux 0x6d4eef12 sk_stream_error +EXPORT_SYMBOL vmlinux 0x6d5f5b91 radix_tree_tagged +EXPORT_SYMBOL vmlinux 0x6d6d9a24 neigh_changeaddr +EXPORT_SYMBOL vmlinux 0x6d73c95f logic_outw +EXPORT_SYMBOL vmlinux 0x6d7c6e29 fs_param_is_bool +EXPORT_SYMBOL vmlinux 0x6d7c7dcc bitmap_cut +EXPORT_SYMBOL vmlinux 0x6d8182a3 start_tty +EXPORT_SYMBOL vmlinux 0x6d8989a1 jbd2_journal_set_triggers +EXPORT_SYMBOL vmlinux 0x6d967546 rtc_add_groups +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 0x6dcf857f uuid_null +EXPORT_SYMBOL vmlinux 0x6dd17e7b acpi_get_table_header +EXPORT_SYMBOL vmlinux 0x6de33fce rtnl_link_get_net +EXPORT_SYMBOL vmlinux 0x6df1aaf1 kernel_sigaction +EXPORT_SYMBOL vmlinux 0x6e072c97 cpu_hwcaps +EXPORT_SYMBOL vmlinux 0x6e0f342a udp_ioctl +EXPORT_SYMBOL vmlinux 0x6e184f37 msi_desc_to_pci_dev +EXPORT_SYMBOL vmlinux 0x6e192980 pnp_release_card_device +EXPORT_SYMBOL vmlinux 0x6e251e19 gnet_stats_copy_queue +EXPORT_SYMBOL vmlinux 0x6e29bb14 skb_ext_add +EXPORT_SYMBOL vmlinux 0x6e2efbd6 inode_io_list_del +EXPORT_SYMBOL vmlinux 0x6e321116 tcp_v4_mtu_reduced +EXPORT_SYMBOL vmlinux 0x6e3d3cb4 ipv6_push_frag_opts +EXPORT_SYMBOL vmlinux 0x6e4d4407 mipi_dsi_shutdown_peripheral +EXPORT_SYMBOL vmlinux 0x6e55773c blk_queue_bounce_limit +EXPORT_SYMBOL vmlinux 0x6e5b8651 xz_dec_run +EXPORT_SYMBOL vmlinux 0x6e6989a3 kfree_skb_reason +EXPORT_SYMBOL vmlinux 0x6e720ff2 rtnl_unlock +EXPORT_SYMBOL vmlinux 0x6e768888 dev_add_offload +EXPORT_SYMBOL vmlinux 0x6e8526ed bio_chain +EXPORT_SYMBOL vmlinux 0x6e8c22f8 always_delete_dentry +EXPORT_SYMBOL vmlinux 0x6e9dd606 __symbol_put +EXPORT_SYMBOL vmlinux 0x6ea3de4d filemap_map_pages +EXPORT_SYMBOL vmlinux 0x6ea9363b force_sig +EXPORT_SYMBOL vmlinux 0x6eaa3a5c set_capacity +EXPORT_SYMBOL vmlinux 0x6ead1637 __dev_direct_xmit +EXPORT_SYMBOL vmlinux 0x6eb2242d pci_bus_read_config_byte +EXPORT_SYMBOL vmlinux 0x6eba7a4d serio_bus +EXPORT_SYMBOL vmlinux 0x6ecb7814 bioset_exit +EXPORT_SYMBOL vmlinux 0x6ed988ac rproc_vq_interrupt +EXPORT_SYMBOL vmlinux 0x6edf9b68 posix_test_lock +EXPORT_SYMBOL vmlinux 0x6ee4e7cd block_read_full_folio +EXPORT_SYMBOL vmlinux 0x6eecfaf4 sg_copy_buffer +EXPORT_SYMBOL vmlinux 0x6ef7f8ed ata_print_version +EXPORT_SYMBOL vmlinux 0x6efd3144 end_page_writeback +EXPORT_SYMBOL vmlinux 0x6f01748c md_integrity_register +EXPORT_SYMBOL vmlinux 0x6f14e9db console_list_lock +EXPORT_SYMBOL vmlinux 0x6f203f1c of_device_unregister +EXPORT_SYMBOL vmlinux 0x6f297333 linkwatch_fire_event +EXPORT_SYMBOL vmlinux 0x6f389057 pci_pme_capable +EXPORT_SYMBOL vmlinux 0x6f41a428 acpi_get_vendor_resource +EXPORT_SYMBOL vmlinux 0x6f4a59e4 sort_r +EXPORT_SYMBOL vmlinux 0x6f4ac2bb fs_param_is_enum +EXPORT_SYMBOL vmlinux 0x6f576f8c netlink_broadcast +EXPORT_SYMBOL vmlinux 0x6f5ab52f acpi_get_local_address +EXPORT_SYMBOL vmlinux 0x6f72f198 sock_no_listen +EXPORT_SYMBOL vmlinux 0x6f79bb09 of_get_child_by_name +EXPORT_SYMBOL vmlinux 0x6f8734ad tcf_idr_search +EXPORT_SYMBOL vmlinux 0x6f915a45 dqstats +EXPORT_SYMBOL vmlinux 0x6f98410e from_kuid_munged +EXPORT_SYMBOL vmlinux 0x6fb49676 queue_rcu_work +EXPORT_SYMBOL vmlinux 0x6fb82320 ip_queue_xmit +EXPORT_SYMBOL vmlinux 0x6fbc6a00 radix_tree_insert +EXPORT_SYMBOL vmlinux 0x6fc48021 dynamic_cond_resched +EXPORT_SYMBOL vmlinux 0x6fcb87a1 touch_softlockup_watchdog +EXPORT_SYMBOL vmlinux 0x6fcc4c6e pci_wait_for_pending_transaction +EXPORT_SYMBOL vmlinux 0x6fd9c35a __clzdi2 +EXPORT_SYMBOL vmlinux 0x6fe8d717 security_tun_dev_attach +EXPORT_SYMBOL vmlinux 0x6febccb8 devm_clk_hw_register_clkdev +EXPORT_SYMBOL vmlinux 0x6ff0e439 configfs_unregister_subsystem +EXPORT_SYMBOL vmlinux 0x6ff3a485 dynamic_might_resched +EXPORT_SYMBOL vmlinux 0x6fff261f __arch_clear_user +EXPORT_SYMBOL vmlinux 0x70002fe8 siphash_1u32 +EXPORT_SYMBOL vmlinux 0x700f5b13 pnp_device_detach +EXPORT_SYMBOL vmlinux 0x7014f004 unregister_quota_format +EXPORT_SYMBOL vmlinux 0x70232f57 get_user_pages_remote +EXPORT_SYMBOL vmlinux 0x7023bea8 unregister_acpi_notifier +EXPORT_SYMBOL vmlinux 0x702946da ucs2_strlen +EXPORT_SYMBOL vmlinux 0x702f695d follow_down +EXPORT_SYMBOL vmlinux 0x7036e1fc pci_get_device +EXPORT_SYMBOL vmlinux 0x705a7707 config_group_init +EXPORT_SYMBOL vmlinux 0x705efec9 is_bad_inode +EXPORT_SYMBOL vmlinux 0x70791224 scsi_eh_restore_cmnd +EXPORT_SYMBOL vmlinux 0x708ced0e vlan_for_each +EXPORT_SYMBOL vmlinux 0x70932323 inet_csk_reqsk_queue_add +EXPORT_SYMBOL vmlinux 0x7094251e of_find_device_by_node +EXPORT_SYMBOL vmlinux 0x7099a642 nd_dev_to_uuid +EXPORT_SYMBOL vmlinux 0x70a65ee4 dev_get_by_index_rcu +EXPORT_SYMBOL vmlinux 0x70ad75fb radix_tree_lookup +EXPORT_SYMBOL vmlinux 0x70b8505b netdev_offload_xstats_push_delta +EXPORT_SYMBOL vmlinux 0x70bab8b5 genphy_c37_read_status +EXPORT_SYMBOL vmlinux 0x70cd2244 ip_generic_getfrag +EXPORT_SYMBOL vmlinux 0x70d1a18e qman_release_pool +EXPORT_SYMBOL vmlinux 0x70d65921 of_find_i2c_device_by_node +EXPORT_SYMBOL vmlinux 0x70da76b1 input_open_device +EXPORT_SYMBOL vmlinux 0x70f0dcd4 of_graph_is_present +EXPORT_SYMBOL vmlinux 0x70f9c236 xen_alloc_unpopulated_pages +EXPORT_SYMBOL vmlinux 0x70fef889 vlan_vids_del_by_dev +EXPORT_SYMBOL vmlinux 0x70ffd421 rproc_add_carveout +EXPORT_SYMBOL vmlinux 0x7102acd0 dma_sync_sg_for_device +EXPORT_SYMBOL vmlinux 0x710915d8 page_readlink +EXPORT_SYMBOL vmlinux 0x71178c5d devm_ioremap_resource +EXPORT_SYMBOL vmlinux 0x7118dad8 rproc_coredump_add_segment +EXPORT_SYMBOL vmlinux 0x711e3a35 build_skb_around +EXPORT_SYMBOL vmlinux 0x7122f7bc tc_setup_cb_add +EXPORT_SYMBOL vmlinux 0x7129e5f8 hex_asc +EXPORT_SYMBOL vmlinux 0x713215e8 cdev_del +EXPORT_SYMBOL vmlinux 0x7141b88a logic_insb +EXPORT_SYMBOL vmlinux 0x714a2a3a twl6030_mmc_card_detect +EXPORT_SYMBOL vmlinux 0x71573536 netdev_rx_csum_fault +EXPORT_SYMBOL vmlinux 0x715a5ed0 vprintk +EXPORT_SYMBOL vmlinux 0x7171121c overflowgid +EXPORT_SYMBOL vmlinux 0x71a672ef dmam_pool_destroy +EXPORT_SYMBOL vmlinux 0x71b36b05 dquot_load_quota_inode +EXPORT_SYMBOL vmlinux 0x71d32cfa generic_fill_statx_attr +EXPORT_SYMBOL vmlinux 0x71dfc095 acpi_walk_resources +EXPORT_SYMBOL vmlinux 0x71f19e4b arp_xmit +EXPORT_SYMBOL vmlinux 0x720a27a7 __register_blkdev +EXPORT_SYMBOL vmlinux 0x721aafb6 key_reject_and_link +EXPORT_SYMBOL vmlinux 0x721f01c2 skb_headers_offset_update +EXPORT_SYMBOL vmlinux 0x721fbe01 generic_listxattr +EXPORT_SYMBOL vmlinux 0x723d2a0d register_netdevice +EXPORT_SYMBOL vmlinux 0x7252c42e file_fdatawait_range +EXPORT_SYMBOL vmlinux 0x72533f05 igrab +EXPORT_SYMBOL vmlinux 0x72629a3a blk_rq_map_user_io +EXPORT_SYMBOL vmlinux 0x726bc3c7 wait_for_completion_killable_timeout +EXPORT_SYMBOL vmlinux 0x726c1c84 vme_dma_request +EXPORT_SYMBOL vmlinux 0x727374b1 input_inject_event +EXPORT_SYMBOL vmlinux 0x72a50966 ucc_fast_disable +EXPORT_SYMBOL vmlinux 0x72a66a02 __inode_sub_bytes +EXPORT_SYMBOL vmlinux 0x72b9d287 default_grn +EXPORT_SYMBOL vmlinux 0x72bdacc5 find_inode_by_ino_rcu +EXPORT_SYMBOL vmlinux 0x72cd2736 scsi_target_quiesce +EXPORT_SYMBOL vmlinux 0x72ea7b2d scsi_device_type +EXPORT_SYMBOL vmlinux 0x72f14ff7 acpi_get_object_info +EXPORT_SYMBOL vmlinux 0x72f15713 mr_mfc_find_any_parent +EXPORT_SYMBOL vmlinux 0x72f866e5 phy_resume +EXPORT_SYMBOL vmlinux 0x7315a4e9 twl6030_mmc_card_detect_config +EXPORT_SYMBOL vmlinux 0x731c4a9c dma_fence_signal +EXPORT_SYMBOL vmlinux 0x731dba7a xen_domain_type +EXPORT_SYMBOL vmlinux 0x732dd326 groups_free +EXPORT_SYMBOL vmlinux 0x7330676c tcp_v4_md5_hash_skb +EXPORT_SYMBOL vmlinux 0x7335315c km_state_expired +EXPORT_SYMBOL vmlinux 0x73554293 pci_write_config_word +EXPORT_SYMBOL vmlinux 0x735e6a81 acpi_evaluate_integer +EXPORT_SYMBOL vmlinux 0x736c0b05 iterate_dir +EXPORT_SYMBOL vmlinux 0x7380dffa argv_split +EXPORT_SYMBOL vmlinux 0x738549f8 inet_proto_csum_replace16 +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 0x73b99f23 jbd2_journal_blocks_per_page +EXPORT_SYMBOL vmlinux 0x73d907de import_iovec +EXPORT_SYMBOL vmlinux 0x7410aba2 strreplace +EXPORT_SYMBOL vmlinux 0x7411f58a mdiobb_read +EXPORT_SYMBOL vmlinux 0x7412ed5b kvfree_sensitive +EXPORT_SYMBOL vmlinux 0x74187121 pci_enable_device +EXPORT_SYMBOL vmlinux 0x742578a5 wait_for_random_bytes +EXPORT_SYMBOL vmlinux 0x74268eec nf_log_register +EXPORT_SYMBOL vmlinux 0x7429e20c kstrtos8 +EXPORT_SYMBOL vmlinux 0x742a9972 phy_detach +EXPORT_SYMBOL vmlinux 0x742d631d kmem_cache_create +EXPORT_SYMBOL vmlinux 0x743f4126 keygen_port_hashing_init +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 0x749f6574 blk_dump_rq_flags +EXPORT_SYMBOL vmlinux 0x74b8e674 slhc_toss +EXPORT_SYMBOL vmlinux 0x74c134b9 __sw_hweight32 +EXPORT_SYMBOL vmlinux 0x74e5ff1a udpv6_encap_enable +EXPORT_SYMBOL vmlinux 0x7505c907 security_socket_socketpair +EXPORT_SYMBOL vmlinux 0x75095fd2 _dev_crit +EXPORT_SYMBOL vmlinux 0x7510e69f try_to_writeback_inodes_sb +EXPORT_SYMBOL vmlinux 0x7531cff0 grab_cache_page_write_begin +EXPORT_SYMBOL vmlinux 0x754d5b2e phy_read_paged +EXPORT_SYMBOL vmlinux 0x755b78c6 meson_sm_call_write +EXPORT_SYMBOL vmlinux 0x755f4ba3 blake2s_compress_generic +EXPORT_SYMBOL vmlinux 0x756ff830 devfreq_monitor_suspend +EXPORT_SYMBOL vmlinux 0x7576171a dm_register_target +EXPORT_SYMBOL vmlinux 0x75871f5e acpi_get_next_object +EXPORT_SYMBOL vmlinux 0x75bb907e simple_release_fs +EXPORT_SYMBOL vmlinux 0x75bda77a seq_hlist_next +EXPORT_SYMBOL vmlinux 0x75c39b99 dm_get_device +EXPORT_SYMBOL vmlinux 0x75cbdf5a ip_defrag +EXPORT_SYMBOL vmlinux 0x75d0deb9 nsecs_to_jiffies64 +EXPORT_SYMBOL vmlinux 0x75d499dd vmcore_add_device_dump +EXPORT_SYMBOL vmlinux 0x75d93e0e sk_stream_wait_memory +EXPORT_SYMBOL vmlinux 0x75e70ce0 tcp_setsockopt +EXPORT_SYMBOL vmlinux 0x75ec3a90 netdev_upper_get_next_dev_rcu +EXPORT_SYMBOL vmlinux 0x75f3ad88 __tcf_em_tree_match +EXPORT_SYMBOL vmlinux 0x7604b69b regset_get +EXPORT_SYMBOL vmlinux 0x760a0f4f yield +EXPORT_SYMBOL vmlinux 0x7618af39 hdmi_infoframe_check +EXPORT_SYMBOL vmlinux 0x7624249e dim_park_tired +EXPORT_SYMBOL vmlinux 0x762cc8df __getblk_gfp +EXPORT_SYMBOL vmlinux 0x7631c3ee phy_driver_unregister +EXPORT_SYMBOL vmlinux 0x7647726c handle_sysrq +EXPORT_SYMBOL vmlinux 0x764bd449 param_ops_ullong +EXPORT_SYMBOL vmlinux 0x764ce55a nlmsg_notify +EXPORT_SYMBOL vmlinux 0x7655a076 inet_ioctl +EXPORT_SYMBOL vmlinux 0x765ff474 crc_t10dif_generic +EXPORT_SYMBOL vmlinux 0x766a0927 mempool_alloc_pages +EXPORT_SYMBOL vmlinux 0x767b3844 cros_ec_query_all +EXPORT_SYMBOL vmlinux 0x7681388a pci_write_config_byte +EXPORT_SYMBOL vmlinux 0x7682ba4e __copy_overflow +EXPORT_SYMBOL vmlinux 0x769a2207 can_nice +EXPORT_SYMBOL vmlinux 0x769f6e64 errseq_check +EXPORT_SYMBOL vmlinux 0x76af951e mod_zone_page_state +EXPORT_SYMBOL vmlinux 0x76b25050 pcie_bandwidth_available +EXPORT_SYMBOL vmlinux 0x76b35fd2 lookup_one_len_unlocked +EXPORT_SYMBOL vmlinux 0x76bd703f tegra_ivc_reset +EXPORT_SYMBOL vmlinux 0x76c9794e max8925_bulk_read +EXPORT_SYMBOL vmlinux 0x76d3cd60 laptop_mode +EXPORT_SYMBOL vmlinux 0x76d975ec vm_map_pages_zero +EXPORT_SYMBOL vmlinux 0x76e2469a iov_iter_get_pages2 +EXPORT_SYMBOL vmlinux 0x76efc249 _atomic_dec_and_raw_lock_irqsave +EXPORT_SYMBOL vmlinux 0x76f72443 fs_param_is_u32 +EXPORT_SYMBOL vmlinux 0x7701f876 pnpacpi_protocol +EXPORT_SYMBOL vmlinux 0x7708715a inode_maybe_inc_iversion +EXPORT_SYMBOL vmlinux 0x771b56b1 fb_firmware_edid +EXPORT_SYMBOL vmlinux 0x772dc5a9 lookup_one_unlocked +EXPORT_SYMBOL vmlinux 0x7732159c free_irq_cpu_rmap +EXPORT_SYMBOL vmlinux 0x77358855 iomem_resource +EXPORT_SYMBOL vmlinux 0x773d4d09 skb_condense +EXPORT_SYMBOL vmlinux 0x773fa409 __kfifo_dma_in_finish_r +EXPORT_SYMBOL vmlinux 0x77456e0a acpi_root_dir +EXPORT_SYMBOL vmlinux 0x775654d1 netif_set_tso_max_size +EXPORT_SYMBOL vmlinux 0x7791193f icst525_s2div +EXPORT_SYMBOL vmlinux 0x779af7ef configfs_depend_item +EXPORT_SYMBOL vmlinux 0x77bc13a0 strim +EXPORT_SYMBOL vmlinux 0x77c0a3cd of_clk_get +EXPORT_SYMBOL vmlinux 0x77c4a06f __blk_mq_end_request +EXPORT_SYMBOL vmlinux 0x77d180ff dev_set_mac_address_user +EXPORT_SYMBOL vmlinux 0x77d263d2 skb_expand_head +EXPORT_SYMBOL vmlinux 0x77e9eb37 aes_encrypt +EXPORT_SYMBOL vmlinux 0x77f9ebcf blk_mq_requeue_request +EXPORT_SYMBOL vmlinux 0x78016be1 super_setup_bdi_name +EXPORT_SYMBOL vmlinux 0x7801b291 kernel_param_unlock +EXPORT_SYMBOL vmlinux 0x7803d469 ip_options_compile +EXPORT_SYMBOL vmlinux 0x7807f0f8 schedule_timeout_idle +EXPORT_SYMBOL vmlinux 0x7811851d dev_lstats_read +EXPORT_SYMBOL vmlinux 0x781f4cf8 flow_indr_dev_setup_offload +EXPORT_SYMBOL vmlinux 0x7820eb40 fscrypt_encrypt_pagecache_blocks +EXPORT_SYMBOL vmlinux 0x78278d66 param_set_copystring +EXPORT_SYMBOL vmlinux 0x7835b19d bdi_register +EXPORT_SYMBOL vmlinux 0x783f1183 tty_port_tty_get +EXPORT_SYMBOL vmlinux 0x7846af3e __kfifo_len_r +EXPORT_SYMBOL vmlinux 0x784928b3 kernel_sock_shutdown +EXPORT_SYMBOL vmlinux 0x7849eb95 serio_reconnect +EXPORT_SYMBOL vmlinux 0x78550d3b sync_inode_metadata +EXPORT_SYMBOL vmlinux 0x785ece32 __aperture_remove_legacy_vga_devices +EXPORT_SYMBOL vmlinux 0x78612d1a phy_support_asym_pause +EXPORT_SYMBOL vmlinux 0x786486b6 xfrm_register_type_offload +EXPORT_SYMBOL vmlinux 0x78731583 backlight_device_set_brightness +EXPORT_SYMBOL vmlinux 0x787b6a4b scsi_scan_target +EXPORT_SYMBOL vmlinux 0x7882c90d dquot_commit +EXPORT_SYMBOL vmlinux 0x789c6044 page_pool_alloc_pages +EXPORT_SYMBOL vmlinux 0x789ce307 elv_rb_former_request +EXPORT_SYMBOL vmlinux 0x78a16f48 aes_decrypt +EXPORT_SYMBOL vmlinux 0x78a5d8c9 dma_resv_add_fence +EXPORT_SYMBOL vmlinux 0x78a7d1aa inet_get_local_port_range +EXPORT_SYMBOL vmlinux 0x78ade168 generic_perform_write +EXPORT_SYMBOL vmlinux 0x78b0ae9f folio_wait_bit_killable +EXPORT_SYMBOL vmlinux 0x78b0fe3b jbd2_journal_finish_inode_data_buffers +EXPORT_SYMBOL vmlinux 0x78b887ed vsprintf +EXPORT_SYMBOL vmlinux 0x78c9bac9 nf_setsockopt +EXPORT_SYMBOL vmlinux 0x78d6951f mr_table_dump +EXPORT_SYMBOL vmlinux 0x78df35be skb_copy_and_csum_bits +EXPORT_SYMBOL vmlinux 0x78df6bd7 no_pci_devices +EXPORT_SYMBOL vmlinux 0x78f4291f vlan_uses_dev +EXPORT_SYMBOL vmlinux 0x791a747b of_phy_is_fixed_link +EXPORT_SYMBOL vmlinux 0x791b8423 netdev_bind_sb_channel_queue +EXPORT_SYMBOL vmlinux 0x792fc262 ipv6_find_hdr +EXPORT_SYMBOL vmlinux 0x79380727 flush_dcache_page +EXPORT_SYMBOL vmlinux 0x793ee88f unpin_user_pages +EXPORT_SYMBOL vmlinux 0x7950cfff __icmp_send +EXPORT_SYMBOL vmlinux 0x795f3381 tcp_sock_set_keepintvl +EXPORT_SYMBOL vmlinux 0x796b7451 md_set_array_sectors +EXPORT_SYMBOL vmlinux 0x796bcc70 component_match_add_release +EXPORT_SYMBOL vmlinux 0x796e4387 __pskb_pull_tail +EXPORT_SYMBOL vmlinux 0x797921e3 mmc_of_parse +EXPORT_SYMBOL vmlinux 0x79811b84 tcp_rtx_synack +EXPORT_SYMBOL vmlinux 0x7984eefc key_update +EXPORT_SYMBOL vmlinux 0x7992e640 mpage_writepages +EXPORT_SYMBOL vmlinux 0x79a0ad87 unregister_framebuffer +EXPORT_SYMBOL vmlinux 0x79a33f85 vme_get_size +EXPORT_SYMBOL vmlinux 0x79aad0a8 pci_alloc_host_bridge +EXPORT_SYMBOL vmlinux 0x79b05383 tcp_peek_len +EXPORT_SYMBOL vmlinux 0x79be2c08 fbcon_update_vcs +EXPORT_SYMBOL vmlinux 0x79c43fbb dma_pool_create +EXPORT_SYMBOL vmlinux 0x79c5bb62 vfs_link +EXPORT_SYMBOL vmlinux 0x79c7b2de pci_bus_write_config_byte +EXPORT_SYMBOL vmlinux 0x79f3d4a0 tcf_action_update_stats +EXPORT_SYMBOL vmlinux 0x7a071584 generic_fillattr +EXPORT_SYMBOL vmlinux 0x7a0969c5 blk_queue_io_min +EXPORT_SYMBOL vmlinux 0x7a1bcd59 gf128mul_x8_ble +EXPORT_SYMBOL vmlinux 0x7a29ef1c dma_set_coherent_mask +EXPORT_SYMBOL vmlinux 0x7a2af7b4 cpu_number +EXPORT_SYMBOL vmlinux 0x7a2d7c2f dev_remove_offload +EXPORT_SYMBOL vmlinux 0x7a2ff57e security_current_getsecid_subj +EXPORT_SYMBOL vmlinux 0x7a36ea13 eth_header_parse +EXPORT_SYMBOL vmlinux 0x7a3d5283 thaw_super +EXPORT_SYMBOL vmlinux 0x7a3de4c4 __skb_flow_dissect +EXPORT_SYMBOL vmlinux 0x7a44d543 pci_match_id +EXPORT_SYMBOL vmlinux 0x7a4d83da inet_rcv_saddr_equal +EXPORT_SYMBOL vmlinux 0x7a524665 create_empty_buffers +EXPORT_SYMBOL vmlinux 0x7a53a06d flow_indr_dev_exists +EXPORT_SYMBOL vmlinux 0x7a6a6793 get_fs_type +EXPORT_SYMBOL vmlinux 0x7a78a87e nexthop_bucket_set_hw_flags +EXPORT_SYMBOL vmlinux 0x7a8a6958 xfrm_register_type +EXPORT_SYMBOL vmlinux 0x7a8f61c7 inet_csk_init_xmit_timers +EXPORT_SYMBOL vmlinux 0x7a95e5ae do_settimeofday64 +EXPORT_SYMBOL vmlinux 0x7a968137 ucc_slow_restart_tx +EXPORT_SYMBOL vmlinux 0x7aa1756e kvfree +EXPORT_SYMBOL vmlinux 0x7aa258bb udp_pre_connect +EXPORT_SYMBOL vmlinux 0x7ac16b13 pmem_sector_size +EXPORT_SYMBOL vmlinux 0x7acb6b15 i2c_smbus_read_block_data +EXPORT_SYMBOL vmlinux 0x7ad050b9 qid_lt +EXPORT_SYMBOL vmlinux 0x7ad44a12 tcf_action_check_ctrlact +EXPORT_SYMBOL vmlinux 0x7adc0fbf rb_replace_node_rcu +EXPORT_SYMBOL vmlinux 0x7ae5d317 qe_get_snum +EXPORT_SYMBOL vmlinux 0x7ae617b7 uart_suspend_port +EXPORT_SYMBOL vmlinux 0x7aec9a52 tcp_v4_destroy_sock +EXPORT_SYMBOL vmlinux 0x7b00d165 inet6_getname +EXPORT_SYMBOL vmlinux 0x7b0f1d0a mtree_store +EXPORT_SYMBOL vmlinux 0x7b153388 __splice_from_pipe +EXPORT_SYMBOL vmlinux 0x7b1d1c0a tty_register_driver +EXPORT_SYMBOL vmlinux 0x7b1e3724 fsync_bdev +EXPORT_SYMBOL vmlinux 0x7b22b6f0 __neigh_event_send +EXPORT_SYMBOL vmlinux 0x7b31ed48 blk_start_plug +EXPORT_SYMBOL vmlinux 0x7b33da77 jbd2_journal_check_used_features +EXPORT_SYMBOL vmlinux 0x7b37d4a7 _find_first_zero_bit +EXPORT_SYMBOL vmlinux 0x7b3899c6 phy_aneg_done +EXPORT_SYMBOL vmlinux 0x7b38dc3a tcp_init_sock +EXPORT_SYMBOL vmlinux 0x7b4d6a86 pcibios_bus_to_resource +EXPORT_SYMBOL vmlinux 0x7b4da6ff __init_rwsem +EXPORT_SYMBOL vmlinux 0x7b5b8f31 sha256_update +EXPORT_SYMBOL vmlinux 0x7b60cdad pci_enable_device_mem +EXPORT_SYMBOL vmlinux 0x7b663001 put_cmsg_scm_timestamping64 +EXPORT_SYMBOL vmlinux 0x7b815cb6 unlock_two_nondirectories +EXPORT_SYMBOL vmlinux 0x7b82b9a1 idr_replace +EXPORT_SYMBOL vmlinux 0x7b8fddf7 blk_rq_map_integrity_sg +EXPORT_SYMBOL vmlinux 0x7ba5a3b4 tegra_powergate_power_off +EXPORT_SYMBOL vmlinux 0x7ba8b68e tc_setup_cb_call +EXPORT_SYMBOL vmlinux 0x7ba96259 dev_uc_init +EXPORT_SYMBOL vmlinux 0x7bb482e0 eth_header_cache +EXPORT_SYMBOL vmlinux 0x7bb50b88 acpi_write +EXPORT_SYMBOL vmlinux 0x7bbccd05 nr_node_ids +EXPORT_SYMBOL vmlinux 0x7bd4f7bd rpmh_write_batch +EXPORT_SYMBOL vmlinux 0x7bdb95c2 jbd2_fc_wait_bufs +EXPORT_SYMBOL vmlinux 0x7be31697 sock_pfree +EXPORT_SYMBOL vmlinux 0x7bee8127 get_user_pages +EXPORT_SYMBOL vmlinux 0x7bfaffb2 nosteal_pipe_buf_ops +EXPORT_SYMBOL vmlinux 0x7bfb8234 mmc_is_req_done +EXPORT_SYMBOL vmlinux 0x7c101532 phy_advertise_supported +EXPORT_SYMBOL vmlinux 0x7c173634 __bitmap_complement +EXPORT_SYMBOL vmlinux 0x7c2aa335 padata_do_parallel +EXPORT_SYMBOL vmlinux 0x7c2d104d devm_extcon_unregister_notifier +EXPORT_SYMBOL vmlinux 0x7c3f6c28 qdisc_warn_nonwc +EXPORT_SYMBOL vmlinux 0x7c46233a cpufreq_quick_get +EXPORT_SYMBOL vmlinux 0x7c4ec40f vm_map_ram +EXPORT_SYMBOL vmlinux 0x7c5e5217 xfrm_state_lookup +EXPORT_SYMBOL vmlinux 0x7c5e6c47 security_path_mkdir +EXPORT_SYMBOL vmlinux 0x7c5f2c37 register_md_personality +EXPORT_SYMBOL vmlinux 0x7c752319 ps2_sendbyte +EXPORT_SYMBOL vmlinux 0x7c87a4c2 simple_empty +EXPORT_SYMBOL vmlinux 0x7c97e748 mq_change_real_num_tx +EXPORT_SYMBOL vmlinux 0x7ca251e8 xfrm_unregister_type_offload +EXPORT_SYMBOL vmlinux 0x7caa99ac flow_rule_match_ct +EXPORT_SYMBOL vmlinux 0x7cc785fc inode_dio_wait +EXPORT_SYMBOL vmlinux 0x7cd9fd0a migrate_device_pages +EXPORT_SYMBOL vmlinux 0x7cddb8fa dma_fence_chain_init +EXPORT_SYMBOL vmlinux 0x7cde2714 stream_open +EXPORT_SYMBOL vmlinux 0x7cde704c jbd2_journal_update_sb_errno +EXPORT_SYMBOL vmlinux 0x7ce18c9f from_kqid +EXPORT_SYMBOL vmlinux 0x7ce58981 kvrealloc +EXPORT_SYMBOL vmlinux 0x7cec162b ram_aops +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 0x7d0c63cf __pagevec_release +EXPORT_SYMBOL vmlinux 0x7d0db45c jiffies_to_clock_t +EXPORT_SYMBOL vmlinux 0x7d12d76d acpi_get_parent +EXPORT_SYMBOL vmlinux 0x7d27b7cb amba_release_regions +EXPORT_SYMBOL vmlinux 0x7d27e504 dm_shift_arg +EXPORT_SYMBOL vmlinux 0x7d3153b3 bpf_empty_prog_array +EXPORT_SYMBOL vmlinux 0x7d43756d nd_device_unregister +EXPORT_SYMBOL vmlinux 0x7d4b176a netlbl_catmap_setbit +EXPORT_SYMBOL vmlinux 0x7d5e1008 __crc32c_le_shift +EXPORT_SYMBOL vmlinux 0x7d617015 bfifo_qdisc_ops +EXPORT_SYMBOL vmlinux 0x7d64def9 page_pool_put_page_bulk +EXPORT_SYMBOL vmlinux 0x7d690c61 write_inode_now +EXPORT_SYMBOL vmlinux 0x7d6a0f8a tcf_classify +EXPORT_SYMBOL vmlinux 0x7d74d522 kstrtoull_from_user +EXPORT_SYMBOL vmlinux 0x7d7931b3 jbd2_journal_release_jbd_inode +EXPORT_SYMBOL vmlinux 0x7d7d8e10 ipv6_dev_get_saddr +EXPORT_SYMBOL vmlinux 0x7d86d598 pci_request_irq +EXPORT_SYMBOL vmlinux 0x7d8a8e58 unmap_mapping_range +EXPORT_SYMBOL vmlinux 0x7da6a4e2 xfrm_input_resume +EXPORT_SYMBOL vmlinux 0x7daece67 quota_send_warning +EXPORT_SYMBOL vmlinux 0x7db1ade5 console_start +EXPORT_SYMBOL vmlinux 0x7db872de pci_bus_size_bridges +EXPORT_SYMBOL vmlinux 0x7dc5ffa7 tc_skb_ext_tc_disable +EXPORT_SYMBOL vmlinux 0x7dcf4135 __xa_insert +EXPORT_SYMBOL vmlinux 0x7dd1e94a flow_rule_match_enc_keyid +EXPORT_SYMBOL vmlinux 0x7dde483f register_mii_tstamp_controller +EXPORT_SYMBOL vmlinux 0x7dfc5351 clocksource_unregister +EXPORT_SYMBOL vmlinux 0x7dfc9d91 d_make_root +EXPORT_SYMBOL vmlinux 0x7e0b255f hdmi_audio_infoframe_pack_for_dp +EXPORT_SYMBOL vmlinux 0x7e232bef sock_kmalloc +EXPORT_SYMBOL vmlinux 0x7e3191f6 try_to_del_timer_sync +EXPORT_SYMBOL vmlinux 0x7e4b8371 netif_napi_add_weight +EXPORT_SYMBOL vmlinux 0x7e5c9cbd migrate_device_finalize +EXPORT_SYMBOL vmlinux 0x7e709bb9 phy_register_fixup +EXPORT_SYMBOL vmlinux 0x7e7d4ba2 tc_setup_cb_destroy +EXPORT_SYMBOL vmlinux 0x7e863fa9 kmem_cache_alloc_node +EXPORT_SYMBOL vmlinux 0x7e8a50c5 kernel_recvmsg +EXPORT_SYMBOL vmlinux 0x7ea0d4ca tegra_sku_info +EXPORT_SYMBOL vmlinux 0x7ebf7988 netif_set_real_num_rx_queues +EXPORT_SYMBOL vmlinux 0x7ec39f75 nf_log_trace +EXPORT_SYMBOL vmlinux 0x7ee236a1 jbd2_journal_free_reserved +EXPORT_SYMBOL vmlinux 0x7ee93cf3 dev_uc_unsync +EXPORT_SYMBOL vmlinux 0x7ef37070 mipi_dsi_turn_on_peripheral +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 0x7f0621b2 dquot_set_dqinfo +EXPORT_SYMBOL vmlinux 0x7f188c8d posix_lock_file +EXPORT_SYMBOL vmlinux 0x7f24de73 jiffies_to_usecs +EXPORT_SYMBOL vmlinux 0x7f2c9194 _dev_err +EXPORT_SYMBOL vmlinux 0x7f52071a net_dim +EXPORT_SYMBOL vmlinux 0x7f5baef4 tcp_poll +EXPORT_SYMBOL vmlinux 0x7f62eaa4 sgl_free +EXPORT_SYMBOL vmlinux 0x7f6d55af skb_clone +EXPORT_SYMBOL vmlinux 0x7f731537 make_kuid +EXPORT_SYMBOL vmlinux 0x7f7f7bb4 irq_poll_disable +EXPORT_SYMBOL vmlinux 0x7f9946af setup_arg_pages +EXPORT_SYMBOL vmlinux 0x7fb1da63 pnp_unregister_card_driver +EXPORT_SYMBOL vmlinux 0x7fb5d60d vga_set_legacy_decoding +EXPORT_SYMBOL vmlinux 0x7fce778e tegra_ivc_total_queue_size +EXPORT_SYMBOL vmlinux 0x7fe105d7 bman_ip_rev +EXPORT_SYMBOL vmlinux 0x7fe32873 rb_replace_node +EXPORT_SYMBOL vmlinux 0x802138d1 ppp_input_error +EXPORT_SYMBOL vmlinux 0x80218b0e address_space_init_once +EXPORT_SYMBOL vmlinux 0x8028bac7 freezing_slow_path +EXPORT_SYMBOL vmlinux 0x8031ca9d ptp_find_pin +EXPORT_SYMBOL vmlinux 0x803ddbb6 __posix_acl_create +EXPORT_SYMBOL vmlinux 0x805fef77 get_tree_single_reconf +EXPORT_SYMBOL vmlinux 0x8068c08a folio_mapping +EXPORT_SYMBOL vmlinux 0x807059db qdisc_put +EXPORT_SYMBOL vmlinux 0x80740c62 fasync_helper +EXPORT_SYMBOL vmlinux 0x80762048 _atomic_dec_and_raw_lock +EXPORT_SYMBOL vmlinux 0x80816f26 get_user_ifreq +EXPORT_SYMBOL vmlinux 0x8094f609 dev_uc_sync_multiple +EXPORT_SYMBOL vmlinux 0x809712ff hdmi_avi_infoframe_pack +EXPORT_SYMBOL vmlinux 0x8097a039 stop_tty +EXPORT_SYMBOL vmlinux 0x809d4538 blk_mq_stop_hw_queues +EXPORT_SYMBOL vmlinux 0x80a717a8 __percpu_counter_compare +EXPORT_SYMBOL vmlinux 0x80c7461d set_anon_super +EXPORT_SYMBOL vmlinux 0x80ca5026 _bin2bcd +EXPORT_SYMBOL vmlinux 0x80cdf224 d_alloc_name +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 0x80fdd156 __set_page_dirty_nobuffers +EXPORT_SYMBOL vmlinux 0x810ddc16 of_find_node_by_name +EXPORT_SYMBOL vmlinux 0x8112b3d2 scsi_build_sense_buffer +EXPORT_SYMBOL vmlinux 0x81174b4a read_cache_page +EXPORT_SYMBOL vmlinux 0x81188c30 match_string +EXPORT_SYMBOL vmlinux 0x8137e365 fs_context_for_mount +EXPORT_SYMBOL vmlinux 0x81396bde flow_rule_match_enc_ports +EXPORT_SYMBOL vmlinux 0x81533963 sysfs_format_mac +EXPORT_SYMBOL vmlinux 0x815b5dd4 match_octal +EXPORT_SYMBOL vmlinux 0x815f2897 empty_zero_page +EXPORT_SYMBOL vmlinux 0x816c1ada fman_unregister_intr +EXPORT_SYMBOL vmlinux 0x816cafaa dquot_operations +EXPORT_SYMBOL vmlinux 0x817650a5 sockfd_lookup +EXPORT_SYMBOL vmlinux 0x818416e1 scsi_set_sense_information +EXPORT_SYMBOL vmlinux 0x81862f93 napi_disable +EXPORT_SYMBOL vmlinux 0x8186333b cpumask_next_wrap +EXPORT_SYMBOL vmlinux 0x818edf97 cpm_muram_alloc +EXPORT_SYMBOL vmlinux 0x819c32dc gro_cells_init +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 0x81b5ecde page_get_link +EXPORT_SYMBOL vmlinux 0x81db6ebb xz_dec_reset +EXPORT_SYMBOL vmlinux 0x81e064e8 inode_to_bdi +EXPORT_SYMBOL vmlinux 0x81e6b37f dmi_get_system_info +EXPORT_SYMBOL vmlinux 0x8201ec56 pcie_set_readrq +EXPORT_SYMBOL vmlinux 0x8205ab06 ip6_frag_next +EXPORT_SYMBOL vmlinux 0x8219e2f3 genl_register_family +EXPORT_SYMBOL vmlinux 0x82274d37 ip6_dst_alloc +EXPORT_SYMBOL vmlinux 0x82281ad7 __brelse +EXPORT_SYMBOL vmlinux 0x8229b095 kernel_listen +EXPORT_SYMBOL vmlinux 0x823348b5 eth_platform_get_mac_address +EXPORT_SYMBOL vmlinux 0x8235a065 generic_set_encrypted_ci_d_ops +EXPORT_SYMBOL vmlinux 0x823d3505 cmxgcr_lock +EXPORT_SYMBOL vmlinux 0x82415035 skb_vlan_push +EXPORT_SYMBOL vmlinux 0x825971ad phy_mipi_dphy_get_default_config_for_hsclk +EXPORT_SYMBOL vmlinux 0x825b58b6 netdev_class_create_file_ns +EXPORT_SYMBOL vmlinux 0x8263a6d9 proc_douintvec +EXPORT_SYMBOL vmlinux 0x82699746 input_unregister_handle +EXPORT_SYMBOL vmlinux 0x827a3776 sock_set_priority +EXPORT_SYMBOL vmlinux 0x82930fca sk_stop_timer_sync +EXPORT_SYMBOL vmlinux 0x82938981 mipi_dsi_dcs_get_power_mode +EXPORT_SYMBOL vmlinux 0x82c87ad5 nr_online_nodes +EXPORT_SYMBOL vmlinux 0x82d7c7b9 sdev_prefix_printk +EXPORT_SYMBOL vmlinux 0x82df680e jbd2_journal_forget +EXPORT_SYMBOL vmlinux 0x82ee90dc timer_delete_sync +EXPORT_SYMBOL vmlinux 0x82fe8de2 rtnl_kfree_skbs +EXPORT_SYMBOL vmlinux 0x83159a98 phy_do_ioctl_running +EXPORT_SYMBOL vmlinux 0x831a211f pci_reenable_device +EXPORT_SYMBOL vmlinux 0x83333758 inode_init_always +EXPORT_SYMBOL vmlinux 0x83581089 gf128mul_init_4k_lle +EXPORT_SYMBOL vmlinux 0x835ba38d sock_i_uid +EXPORT_SYMBOL vmlinux 0x8363994a vme_new_dma_list +EXPORT_SYMBOL vmlinux 0x8370bf8f set_security_override +EXPORT_SYMBOL vmlinux 0x8371dce9 __phy_read_mmd +EXPORT_SYMBOL vmlinux 0x838098d9 mmc_gpio_get_cd +EXPORT_SYMBOL vmlinux 0x8389112d mmc_retune_unpause +EXPORT_SYMBOL vmlinux 0x838d2bc8 siphash_3u32 +EXPORT_SYMBOL vmlinux 0x8397f845 register_filesystem +EXPORT_SYMBOL vmlinux 0x83ac08cb iommu_get_msi_cookie +EXPORT_SYMBOL vmlinux 0x83ad6a0b scsi_report_opcode +EXPORT_SYMBOL vmlinux 0x83b18b40 crypto_sha1_finup +EXPORT_SYMBOL vmlinux 0x83c5dc90 pnp_is_active +EXPORT_SYMBOL vmlinux 0x83c7d74a noop_llseek +EXPORT_SYMBOL vmlinux 0x83d0ce45 simple_get_link +EXPORT_SYMBOL vmlinux 0x84189677 pci_disable_ptm +EXPORT_SYMBOL vmlinux 0x841a3373 param_set_long +EXPORT_SYMBOL vmlinux 0x8427cc7b _raw_spin_lock_irq +EXPORT_SYMBOL vmlinux 0x844960cb netdev_reset_tc +EXPORT_SYMBOL vmlinux 0x8455e3a7 dma_fence_signal_timestamp_locked +EXPORT_SYMBOL vmlinux 0x845a0000 phy_disconnect +EXPORT_SYMBOL vmlinux 0x847035cd file_check_and_advance_wb_err +EXPORT_SYMBOL vmlinux 0x847ce6cb mt_find_after +EXPORT_SYMBOL vmlinux 0x84818f57 tegra_powergate_power_on +EXPORT_SYMBOL vmlinux 0x84823cf3 nla_strscpy +EXPORT_SYMBOL vmlinux 0x84914079 __kfifo_dma_out_prepare +EXPORT_SYMBOL vmlinux 0x849e40c9 phy_ethtool_get_eee +EXPORT_SYMBOL vmlinux 0x84a0ca4d bitmap_zalloc_node +EXPORT_SYMBOL vmlinux 0x84a3cf67 xfrm_alloc_spi +EXPORT_SYMBOL vmlinux 0x84b9336b pid_task +EXPORT_SYMBOL vmlinux 0x84c1c552 proc_dointvec_ms_jiffies +EXPORT_SYMBOL vmlinux 0x84c38509 flow_block_cb_incref +EXPORT_SYMBOL vmlinux 0x84d9bc30 vme_irq_generate +EXPORT_SYMBOL vmlinux 0x84e260fc mark_info_dirty +EXPORT_SYMBOL vmlinux 0x84e630b7 twl6040_get_pll +EXPORT_SYMBOL vmlinux 0x850959f2 no_seek_end_llseek_size +EXPORT_SYMBOL vmlinux 0x8514245c vfs_readlink +EXPORT_SYMBOL vmlinux 0x85174598 consume_skb +EXPORT_SYMBOL vmlinux 0x8518a4a6 _raw_spin_trylock_bh +EXPORT_SYMBOL vmlinux 0x851b9121 xudma_dev_get_psil_base +EXPORT_SYMBOL vmlinux 0x85342bd5 insert_inode_locked4 +EXPORT_SYMBOL vmlinux 0x853d3b33 tcp_req_err +EXPORT_SYMBOL vmlinux 0x8544c525 pcie_get_mps +EXPORT_SYMBOL vmlinux 0x854590dd tty_name +EXPORT_SYMBOL vmlinux 0x85670f1d rtnl_is_locked +EXPORT_SYMBOL vmlinux 0x8568725c __of_get_address +EXPORT_SYMBOL vmlinux 0x85740f86 seq_vprintf +EXPORT_SYMBOL vmlinux 0x8591d7d5 ledtrig_mtd_activity +EXPORT_SYMBOL vmlinux 0x85b46c7b seq_put_decimal_ll +EXPORT_SYMBOL vmlinux 0x85b5e625 rfkill_set_states +EXPORT_SYMBOL vmlinux 0x85b7a32b dev_set_alias +EXPORT_SYMBOL vmlinux 0x85bbd1e1 netdev_update_features +EXPORT_SYMBOL vmlinux 0x85bd1608 __request_region +EXPORT_SYMBOL vmlinux 0x85df9b6c strsep +EXPORT_SYMBOL vmlinux 0x85efc7e0 zero_pfn +EXPORT_SYMBOL vmlinux 0x85fc6ab4 inet_sendpage +EXPORT_SYMBOL vmlinux 0x8601e6e1 blkdev_issue_discard +EXPORT_SYMBOL vmlinux 0x862c8035 bitmap_alloc_node +EXPORT_SYMBOL vmlinux 0x863a276a color_table +EXPORT_SYMBOL vmlinux 0x8655724f pm_vt_switch_unregister +EXPORT_SYMBOL vmlinux 0x865e2466 rproc_report_crash +EXPORT_SYMBOL vmlinux 0x866a62b2 gnet_stats_basic_sync_init +EXPORT_SYMBOL vmlinux 0x866ef1d2 fwnode_get_phy_id +EXPORT_SYMBOL vmlinux 0x867e4ed4 sock_common_getsockopt +EXPORT_SYMBOL vmlinux 0x86872e2c __dynamic_netdev_dbg +EXPORT_SYMBOL vmlinux 0x868ab834 rproc_mem_entry_init +EXPORT_SYMBOL vmlinux 0x868acba5 get_options +EXPORT_SYMBOL vmlinux 0x868e2ab6 vc_cons +EXPORT_SYMBOL vmlinux 0x86a95783 param_ops_hexint +EXPORT_SYMBOL vmlinux 0x86b4d66f compat_ptr_ioctl +EXPORT_SYMBOL vmlinux 0x86bb0c24 netif_device_attach +EXPORT_SYMBOL vmlinux 0x86c634ba pmem_should_map_pages +EXPORT_SYMBOL vmlinux 0x86d428ca of_n_addr_cells +EXPORT_SYMBOL vmlinux 0x86d52ba5 lookup_constant +EXPORT_SYMBOL vmlinux 0x86d55428 pci_release_selected_regions +EXPORT_SYMBOL vmlinux 0x86dd708d tc_skb_ext_tc_enable +EXPORT_SYMBOL vmlinux 0x86e1b259 __put_cred +EXPORT_SYMBOL vmlinux 0x86ead88f xfrm4_rcv +EXPORT_SYMBOL vmlinux 0x86f6855d i2c_smbus_write_block_data +EXPORT_SYMBOL vmlinux 0x86fb9b05 bitmap_parse_user +EXPORT_SYMBOL vmlinux 0x86fcf739 configfs_register_default_group +EXPORT_SYMBOL vmlinux 0x871ce883 inet_frag_find +EXPORT_SYMBOL vmlinux 0x874bc32e mipi_dsi_set_maximum_return_packet_size +EXPORT_SYMBOL vmlinux 0x8761c87b rps_needed +EXPORT_SYMBOL vmlinux 0x876842d6 cdrom_dummy_generic_packet +EXPORT_SYMBOL vmlinux 0x877a15d6 ptp_clock_event +EXPORT_SYMBOL vmlinux 0x87809aeb put_user_ifreq +EXPORT_SYMBOL vmlinux 0x87854cca dev_pre_changeaddr_notify +EXPORT_SYMBOL vmlinux 0x87a21cb3 __ubsan_handle_out_of_bounds +EXPORT_SYMBOL vmlinux 0x87aa5f96 pci_unmap_rom +EXPORT_SYMBOL vmlinux 0x87c6fa2c mmc_detect_change +EXPORT_SYMBOL vmlinux 0x87e484a5 nla_put +EXPORT_SYMBOL vmlinux 0x8800e6c2 dentry_path_raw +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 0x88268591 genphy_setup_forced +EXPORT_SYMBOL vmlinux 0x88365736 param_get_invbool +EXPORT_SYMBOL vmlinux 0x884a3f13 mnt_drop_write_file +EXPORT_SYMBOL vmlinux 0x8868ca6a from_kuid +EXPORT_SYMBOL vmlinux 0x88734b4f tcp_enter_cwr +EXPORT_SYMBOL vmlinux 0x88822d38 unregister_blocking_lsm_notifier +EXPORT_SYMBOL vmlinux 0x8888f1fe xxh32 +EXPORT_SYMBOL vmlinux 0x889b1370 _raw_read_trylock +EXPORT_SYMBOL vmlinux 0x88b76e13 flow_rule_match_ip +EXPORT_SYMBOL vmlinux 0x88b9a6c2 jbd2_journal_clear_err +EXPORT_SYMBOL vmlinux 0x88ba11c6 ppp_dev_name +EXPORT_SYMBOL vmlinux 0x88cf2bf4 __dev_get_by_name +EXPORT_SYMBOL vmlinux 0x88db9f48 __check_object_size +EXPORT_SYMBOL vmlinux 0x88e1d0f0 page_frag_free +EXPORT_SYMBOL vmlinux 0x88eba6b1 input_mt_report_finger_count +EXPORT_SYMBOL vmlinux 0x88f2ff2c input_grab_device +EXPORT_SYMBOL vmlinux 0x891dbb8f sgl_free_order +EXPORT_SYMBOL vmlinux 0x89434b4b radix_tree_tag_clear +EXPORT_SYMBOL vmlinux 0x89445b5d neigh_event_ns +EXPORT_SYMBOL vmlinux 0x8946ea72 fpsimd_context_busy +EXPORT_SYMBOL vmlinux 0x8973ab8c phy_support_sym_pause +EXPORT_SYMBOL vmlinux 0x8992d9d1 of_graph_get_remote_port_parent +EXPORT_SYMBOL vmlinux 0x89940875 mutex_lock_interruptible +EXPORT_SYMBOL vmlinux 0x89a0d475 task_lookup_next_fd_rcu +EXPORT_SYMBOL vmlinux 0x89a566d4 __traceiter_module_get +EXPORT_SYMBOL vmlinux 0x89d9a07b _dev_info +EXPORT_SYMBOL vmlinux 0x89ee51b0 udp_seq_ops +EXPORT_SYMBOL vmlinux 0x89fc5f24 tcf_em_unregister +EXPORT_SYMBOL vmlinux 0x8a026953 fib6_info_hw_flags_set +EXPORT_SYMBOL vmlinux 0x8a0ddc24 truncate_setsize +EXPORT_SYMBOL vmlinux 0x8a1b4e4e ps2_init +EXPORT_SYMBOL vmlinux 0x8a3340ed __traceiter_spi_transfer_stop +EXPORT_SYMBOL vmlinux 0x8a45a492 devm_pci_alloc_host_bridge +EXPORT_SYMBOL vmlinux 0x8a47043d LZ4_decompress_safe_continue +EXPORT_SYMBOL vmlinux 0x8a490c90 rfkill_set_sw_state +EXPORT_SYMBOL vmlinux 0x8a6209e2 skb_copy +EXPORT_SYMBOL vmlinux 0x8a64b336 dev_uc_del +EXPORT_SYMBOL vmlinux 0x8a7094ba vm_brk_flags +EXPORT_SYMBOL vmlinux 0x8a7d1c31 high_memory +EXPORT_SYMBOL vmlinux 0x8a7de129 dma_resv_copy_fences +EXPORT_SYMBOL vmlinux 0x8a96c598 sock_edemux +EXPORT_SYMBOL vmlinux 0x8a99a016 mempool_free_slab +EXPORT_SYMBOL vmlinux 0x8aa8438f folio_end_private_2 +EXPORT_SYMBOL vmlinux 0x8abcf095 filemap_fault +EXPORT_SYMBOL vmlinux 0x8ac010d4 splice_direct_to_actor +EXPORT_SYMBOL vmlinux 0x8ac136ae imx_sc_misc_get_control +EXPORT_SYMBOL vmlinux 0x8ac3334b net_dim_get_def_rx_moderation +EXPORT_SYMBOL vmlinux 0x8ae366a8 ethtool_get_phc_vclocks +EXPORT_SYMBOL vmlinux 0x8ae79a25 phy_device_remove +EXPORT_SYMBOL vmlinux 0x8b0088d1 LZ4_decompress_safe_usingDict +EXPORT_SYMBOL vmlinux 0x8b08523e dquot_set_dqblk +EXPORT_SYMBOL vmlinux 0x8b2ffd83 __cpu_present_mask +EXPORT_SYMBOL vmlinux 0x8b618d08 overflowuid +EXPORT_SYMBOL vmlinux 0x8b64c5d8 mini_qdisc_pair_block_init +EXPORT_SYMBOL vmlinux 0x8b6658ea node_data +EXPORT_SYMBOL vmlinux 0x8b7536d0 tcf_qevent_dump +EXPORT_SYMBOL vmlinux 0x8b7e6330 bdi_set_max_ratio +EXPORT_SYMBOL vmlinux 0x8b8059bd in_group_p +EXPORT_SYMBOL vmlinux 0x8b910be2 errseq_sample +EXPORT_SYMBOL vmlinux 0x8b989cf9 acpi_bus_can_wakeup +EXPORT_SYMBOL vmlinux 0x8b9a9558 skb_get_hash_perturb +EXPORT_SYMBOL vmlinux 0x8bb63ab0 ipv6_chk_custom_prefix +EXPORT_SYMBOL vmlinux 0x8bdfc47c __mb_cache_entry_free +EXPORT_SYMBOL vmlinux 0x8be189ab ucc_slow_disable +EXPORT_SYMBOL vmlinux 0x8be8d04d __blk_mq_alloc_disk +EXPORT_SYMBOL vmlinux 0x8bed294f truncate_pagecache +EXPORT_SYMBOL vmlinux 0x8beeaba1 vm_mmap +EXPORT_SYMBOL vmlinux 0x8bfcc0e1 make_kgid +EXPORT_SYMBOL vmlinux 0x8bfe0acc netlbl_calipso_ops_register +EXPORT_SYMBOL vmlinux 0x8c00aca0 skb_clone_sk +EXPORT_SYMBOL vmlinux 0x8c027d3c rawv6_mh_filter_unregister +EXPORT_SYMBOL vmlinux 0x8c0c7faa __skb_free_datagram_locked +EXPORT_SYMBOL vmlinux 0x8c267913 __hw_addr_ref_unsync_dev +EXPORT_SYMBOL vmlinux 0x8c26d495 prepare_to_wait_event +EXPORT_SYMBOL vmlinux 0x8c30bf67 zstd_dctx_workspace_bound +EXPORT_SYMBOL vmlinux 0x8c3d962f fscrypt_zeroout_range +EXPORT_SYMBOL vmlinux 0x8c490841 __cpuhp_remove_state +EXPORT_SYMBOL vmlinux 0x8c688de9 mdiobus_unregister +EXPORT_SYMBOL vmlinux 0x8c7cc44b reuseport_detach_sock +EXPORT_SYMBOL vmlinux 0x8c855d73 pci_msix_vec_count +EXPORT_SYMBOL vmlinux 0x8c8569cb kstrtoint +EXPORT_SYMBOL vmlinux 0x8c97bd83 genphy_soft_reset +EXPORT_SYMBOL vmlinux 0x8c9e338f acpi_bios_error +EXPORT_SYMBOL vmlinux 0x8caf9305 uuid_is_valid +EXPORT_SYMBOL vmlinux 0x8cba5cf9 pcim_iomap_table +EXPORT_SYMBOL vmlinux 0x8cc53d20 __par_io_config_pin +EXPORT_SYMBOL vmlinux 0x8cc95ebe of_node_get +EXPORT_SYMBOL vmlinux 0x8ccca28f single_release +EXPORT_SYMBOL vmlinux 0x8cda8029 xen_clear_irq_pending +EXPORT_SYMBOL vmlinux 0x8d008ec0 inet_frag_kill +EXPORT_SYMBOL vmlinux 0x8d097623 __sk_backlog_rcv +EXPORT_SYMBOL vmlinux 0x8d193764 fman_get_qman_channel_id +EXPORT_SYMBOL vmlinux 0x8d28fa71 crypto_sha256_update +EXPORT_SYMBOL vmlinux 0x8d33e672 __find_nth_andnot_bit +EXPORT_SYMBOL vmlinux 0x8d4112df qcom_scm_mem_protect_video_var +EXPORT_SYMBOL vmlinux 0x8d470fbc dst_dev_put +EXPORT_SYMBOL vmlinux 0x8d4aa51e tcf_get_next_proto +EXPORT_SYMBOL vmlinux 0x8d55bb8a qid_eq +EXPORT_SYMBOL vmlinux 0x8d653bcd fscrypt_setup_filename +EXPORT_SYMBOL vmlinux 0x8d73278e hex_asc_upper +EXPORT_SYMBOL vmlinux 0x8d7d0e96 scsi_test_unit_ready +EXPORT_SYMBOL vmlinux 0x8d9777b7 xen_free_unpopulated_pages +EXPORT_SYMBOL vmlinux 0x8d9ca0e6 dma_fence_enable_sw_signaling +EXPORT_SYMBOL vmlinux 0x8db04b2b scsi_host_lookup +EXPORT_SYMBOL vmlinux 0x8ddd8aad schedule_timeout +EXPORT_SYMBOL vmlinux 0x8dee722d _raw_read_lock_bh +EXPORT_SYMBOL vmlinux 0x8def5273 netdev_lower_state_changed +EXPORT_SYMBOL vmlinux 0x8df17519 jbd2_journal_force_commit +EXPORT_SYMBOL vmlinux 0x8df4afd9 qe_put_snum +EXPORT_SYMBOL vmlinux 0x8df92f66 memchr_inv +EXPORT_SYMBOL vmlinux 0x8df9dd10 guid_null +EXPORT_SYMBOL vmlinux 0x8e17b3ae idr_destroy +EXPORT_SYMBOL vmlinux 0x8e21c9a1 dma_fence_add_callback +EXPORT_SYMBOL vmlinux 0x8e3e0f7d fault_in_readable +EXPORT_SYMBOL vmlinux 0x8e4c60a3 cpm_muram_dma +EXPORT_SYMBOL vmlinux 0x8e71525b register_md_cluster_operations +EXPORT_SYMBOL vmlinux 0x8e798311 tty_port_tty_set +EXPORT_SYMBOL vmlinux 0x8e93bd24 security_secctx_to_secid +EXPORT_SYMBOL vmlinux 0x8e9bf6ba tcp_gro_complete +EXPORT_SYMBOL vmlinux 0x8eb4770b __register_binfmt +EXPORT_SYMBOL vmlinux 0x8ec760b0 cgroup_bpf_enabled_key +EXPORT_SYMBOL vmlinux 0x8eca1518 rdmacg_uncharge +EXPORT_SYMBOL vmlinux 0x8ee7da9d tty_port_close +EXPORT_SYMBOL vmlinux 0x8ef1b2a4 fb_class +EXPORT_SYMBOL vmlinux 0x8ef3c575 close_fd_get_file +EXPORT_SYMBOL vmlinux 0x8f0061e1 xfrm6_protocol_register +EXPORT_SYMBOL vmlinux 0x8f01afd6 twl6030_interrupt_mask +EXPORT_SYMBOL vmlinux 0x8f063050 phy_ethtool_get_sset_count +EXPORT_SYMBOL vmlinux 0x8f0b5d22 phy_register_fixup_for_uid +EXPORT_SYMBOL vmlinux 0x8f1e7be1 vlan_filter_push_vids +EXPORT_SYMBOL vmlinux 0x8f2156f7 nla_reserve_64bit +EXPORT_SYMBOL vmlinux 0x8f3dcb36 rproc_coredump_using_sections +EXPORT_SYMBOL vmlinux 0x8f3fa4ce __fput_sync +EXPORT_SYMBOL vmlinux 0x8f447b91 pnp_unregister_driver +EXPORT_SYMBOL vmlinux 0x8f996a30 ethtool_convert_legacy_u32_to_link_mode +EXPORT_SYMBOL vmlinux 0x8fa25c24 xa_find +EXPORT_SYMBOL vmlinux 0x8fa4fc3d migrate_vma_pages +EXPORT_SYMBOL vmlinux 0x8faa8eb9 inet_getname +EXPORT_SYMBOL vmlinux 0x8fb00165 crypto_sha512_finup +EXPORT_SYMBOL vmlinux 0x8fc9ea11 fman_port_cfg_buf_prefix_content +EXPORT_SYMBOL vmlinux 0x8fd180e7 kernel_neon_begin +EXPORT_SYMBOL vmlinux 0x8fd3aa4f revert_creds +EXPORT_SYMBOL vmlinux 0x8ff89ed0 seg6_hmac_exit +EXPORT_SYMBOL vmlinux 0x90006be6 dm_kcopyd_client_flush +EXPORT_SYMBOL vmlinux 0x9009764e inet6_add_protocol +EXPORT_SYMBOL vmlinux 0x901205c1 __ip4_datagram_connect +EXPORT_SYMBOL vmlinux 0x902b9256 phy_reset_after_clk_enable +EXPORT_SYMBOL vmlinux 0x902d8722 vme_slave_get +EXPORT_SYMBOL vmlinux 0x9034a696 mempool_destroy +EXPORT_SYMBOL vmlinux 0x904b8f01 of_match_node +EXPORT_SYMBOL vmlinux 0x90543098 netif_tx_wake_queue +EXPORT_SYMBOL vmlinux 0x90576ec4 vmemdup_user +EXPORT_SYMBOL vmlinux 0x90691a83 folio_account_redirty +EXPORT_SYMBOL vmlinux 0x906e362b napi_gro_flush +EXPORT_SYMBOL vmlinux 0x9085e971 ipv6_select_ident +EXPORT_SYMBOL vmlinux 0x909083db request_firmware +EXPORT_SYMBOL vmlinux 0x90b1a176 drop_reasons +EXPORT_SYMBOL vmlinux 0x90b4903d xfrm_state_add +EXPORT_SYMBOL vmlinux 0x90c36a04 current_time +EXPORT_SYMBOL vmlinux 0x90ece360 jbd2__journal_restart +EXPORT_SYMBOL vmlinux 0x90f1c3c1 clocksource_change_rating +EXPORT_SYMBOL vmlinux 0x910da545 flow_rule_match_eth_addrs +EXPORT_SYMBOL vmlinux 0x9110a092 mmc_erase +EXPORT_SYMBOL vmlinux 0x9111e6d4 jbd2_journal_get_create_access +EXPORT_SYMBOL vmlinux 0x9114b616 __xa_alloc +EXPORT_SYMBOL vmlinux 0x913ad7e3 __dec_node_page_state +EXPORT_SYMBOL vmlinux 0x91642003 seq_release_private +EXPORT_SYMBOL vmlinux 0x9166fada strncpy +EXPORT_SYMBOL vmlinux 0x9166fc03 __flush_workqueue +EXPORT_SYMBOL vmlinux 0x9173e9ff __scsi_device_lookup_by_target +EXPORT_SYMBOL vmlinux 0x9182ab7e i2c_add_adapter +EXPORT_SYMBOL vmlinux 0x919c58f3 __clzsi2 +EXPORT_SYMBOL vmlinux 0x91a488ac __netdev_alloc_frag_align +EXPORT_SYMBOL vmlinux 0x91a7b1da qdisc_class_hash_remove +EXPORT_SYMBOL vmlinux 0x91b845b9 dm_kcopyd_copy +EXPORT_SYMBOL vmlinux 0x91c06697 skb_kill_datagram +EXPORT_SYMBOL vmlinux 0x91c0980e icst_hz +EXPORT_SYMBOL vmlinux 0x91c4ceaa tty_register_ldisc +EXPORT_SYMBOL vmlinux 0x91dda2ae input_set_timestamp +EXPORT_SYMBOL vmlinux 0x91f38e59 writeback_inodes_sb_nr +EXPORT_SYMBOL vmlinux 0x91f44510 idr_alloc_cyclic +EXPORT_SYMBOL vmlinux 0x91f68ea1 __hw_addr_sync +EXPORT_SYMBOL vmlinux 0x921049fa cdrom_get_last_written +EXPORT_SYMBOL vmlinux 0x92213c3f jbd2_journal_start_commit +EXPORT_SYMBOL vmlinux 0x922f45a6 __bitmap_clear +EXPORT_SYMBOL vmlinux 0x92309f3b udp_prot +EXPORT_SYMBOL vmlinux 0x923b1276 dmaengine_get +EXPORT_SYMBOL vmlinux 0x9242312f skb_csum_hwoffload_help +EXPORT_SYMBOL vmlinux 0x92540fbf finish_wait +EXPORT_SYMBOL vmlinux 0x9258c776 hdmi_vendor_infoframe_pack_only +EXPORT_SYMBOL vmlinux 0x925f108f pcie_relaxed_ordering_enabled +EXPORT_SYMBOL vmlinux 0x926ca7b7 vm_event_states +EXPORT_SYMBOL vmlinux 0x92774cf8 __kfence_pool +EXPORT_SYMBOL vmlinux 0x927aeeba ethtool_op_get_link +EXPORT_SYMBOL vmlinux 0x9291cd3b memdup_user +EXPORT_SYMBOL vmlinux 0x92997ed8 _printk +EXPORT_SYMBOL vmlinux 0x92a40380 of_phy_deregister_fixed_link +EXPORT_SYMBOL vmlinux 0x92b01681 param_set_int +EXPORT_SYMBOL vmlinux 0x92b99a33 acpi_put_table +EXPORT_SYMBOL vmlinux 0x92b9b180 slash_name +EXPORT_SYMBOL vmlinux 0x92bc4259 try_module_get +EXPORT_SYMBOL vmlinux 0x92be6cbe is_acpi_device_node +EXPORT_SYMBOL vmlinux 0x92bec9ec page_cache_next_miss +EXPORT_SYMBOL vmlinux 0x92c856a3 iwe_stream_add_event +EXPORT_SYMBOL vmlinux 0x92cb401b mipi_dsi_dcs_set_tear_on +EXPORT_SYMBOL vmlinux 0x92d5838e request_threaded_irq +EXPORT_SYMBOL vmlinux 0x92e683f5 down_timeout +EXPORT_SYMBOL vmlinux 0x92ec510d jiffies64_to_msecs +EXPORT_SYMBOL vmlinux 0x92f260f7 devfreq_update_status +EXPORT_SYMBOL vmlinux 0x92fa5abb vme_lm_detach +EXPORT_SYMBOL vmlinux 0x93022ba6 __scsi_format_command +EXPORT_SYMBOL vmlinux 0x9305f8e6 cpufreq_get +EXPORT_SYMBOL vmlinux 0x930cbe35 vlan_vid_add +EXPORT_SYMBOL vmlinux 0x93228c51 tty_devnum +EXPORT_SYMBOL vmlinux 0x9325d34d input_unregister_device +EXPORT_SYMBOL vmlinux 0x93378713 nf_log_unbind_pf +EXPORT_SYMBOL vmlinux 0x93430139 skb_copy_header +EXPORT_SYMBOL vmlinux 0x9347ae66 pcim_iomap +EXPORT_SYMBOL vmlinux 0x937733e3 qid_valid +EXPORT_SYMBOL vmlinux 0x937fb489 i2c_del_driver +EXPORT_SYMBOL vmlinux 0x93885372 tcp_timewait_state_process +EXPORT_SYMBOL vmlinux 0x938eebc4 fscrypt_decrypt_pagecache_blocks +EXPORT_SYMBOL vmlinux 0x93a56080 block_write_full_page +EXPORT_SYMBOL vmlinux 0x93a6e0b2 io_schedule +EXPORT_SYMBOL vmlinux 0x93b3fc74 register_dcbevent_notifier +EXPORT_SYMBOL vmlinux 0x93c532ef param_ops_int +EXPORT_SYMBOL vmlinux 0x93d6dd8c complete_all +EXPORT_SYMBOL vmlinux 0x93dc7279 scsi_print_sense +EXPORT_SYMBOL vmlinux 0x93de090a inode_nohighmem +EXPORT_SYMBOL vmlinux 0x9402f678 neigh_ifdown +EXPORT_SYMBOL vmlinux 0x9404a53f vga_put +EXPORT_SYMBOL vmlinux 0x94064769 i2c_clients_command +EXPORT_SYMBOL vmlinux 0x9428f816 dim_turn +EXPORT_SYMBOL vmlinux 0x943dbb7e rt_dst_alloc +EXPORT_SYMBOL vmlinux 0x944375db _totalram_pages +EXPORT_SYMBOL vmlinux 0x944a564d is_console_locked +EXPORT_SYMBOL vmlinux 0x944ec842 netpoll_setup +EXPORT_SYMBOL vmlinux 0x9458ffd3 __cgroup_bpf_run_filter_sock_ops +EXPORT_SYMBOL vmlinux 0x94961283 vunmap +EXPORT_SYMBOL vmlinux 0x94b3642f gnet_stats_finish_copy +EXPORT_SYMBOL vmlinux 0x94bb7ec3 gen_pool_dma_zalloc_algo +EXPORT_SYMBOL vmlinux 0x94bf03ca utf8_to_utf32 +EXPORT_SYMBOL vmlinux 0x94eadcd2 __traceiter_spi_transfer_start +EXPORT_SYMBOL vmlinux 0x94f15116 xfrm_state_delete_tunnel +EXPORT_SYMBOL vmlinux 0x94fc8d93 smp_call_function_many +EXPORT_SYMBOL vmlinux 0x95042f7a cdev_add +EXPORT_SYMBOL vmlinux 0x950560d4 pci_request_region +EXPORT_SYMBOL vmlinux 0x9507c90f copy_fsxattr_to_user +EXPORT_SYMBOL vmlinux 0x950e767f component_match_add_typed +EXPORT_SYMBOL vmlinux 0x95154978 folio_migrate_mapping +EXPORT_SYMBOL vmlinux 0x951858ed mmc_add_host +EXPORT_SYMBOL vmlinux 0x951c0708 tegra_dfll_runtime_resume +EXPORT_SYMBOL vmlinux 0x952269dd param_get_string +EXPORT_SYMBOL vmlinux 0x9529396c netpoll_poll_dev +EXPORT_SYMBOL vmlinux 0x952ff469 rproc_resource_cleanup +EXPORT_SYMBOL vmlinux 0x953d2426 utf8_strncmp +EXPORT_SYMBOL vmlinux 0x954cef6f init_on_alloc +EXPORT_SYMBOL vmlinux 0x954f099c idr_preload +EXPORT_SYMBOL vmlinux 0x9551c95b of_get_next_parent +EXPORT_SYMBOL vmlinux 0x957273a6 fget_raw +EXPORT_SYMBOL vmlinux 0x9582de80 ioc_lookup_icq +EXPORT_SYMBOL vmlinux 0x958c6a59 bio_add_page +EXPORT_SYMBOL vmlinux 0x95941637 pci_dev_driver +EXPORT_SYMBOL vmlinux 0x95a07bb5 acpi_execute_reg_methods +EXPORT_SYMBOL vmlinux 0x95a67b07 udp_table +EXPORT_SYMBOL vmlinux 0x95b3122a ip6tun_encaps +EXPORT_SYMBOL vmlinux 0x95bcf167 devm_nvmem_cell_put +EXPORT_SYMBOL vmlinux 0x95dbd373 fb_find_mode +EXPORT_SYMBOL vmlinux 0x960ff90c tty_insert_flip_string_fixed_flag +EXPORT_SYMBOL vmlinux 0x96184820 reuseport_alloc +EXPORT_SYMBOL vmlinux 0x96224a95 devfreq_monitor_start +EXPORT_SYMBOL vmlinux 0x9629f50a __nla_put_64bit +EXPORT_SYMBOL vmlinux 0x962a0b35 lookup_one_positive_unlocked +EXPORT_SYMBOL vmlinux 0x964c7057 user_path_create +EXPORT_SYMBOL vmlinux 0x9663debc km_query +EXPORT_SYMBOL vmlinux 0x96649039 kill_block_super +EXPORT_SYMBOL vmlinux 0x96750461 qdisc_put_unlocked +EXPORT_SYMBOL vmlinux 0x9676414a param_set_ullong +EXPORT_SYMBOL vmlinux 0x967e2919 do_splice_direct +EXPORT_SYMBOL vmlinux 0x96848186 scnprintf +EXPORT_SYMBOL vmlinux 0x9688de8b memstart_addr +EXPORT_SYMBOL vmlinux 0x968a1a50 d_prune_aliases +EXPORT_SYMBOL vmlinux 0x968a2e12 of_get_compatible_child +EXPORT_SYMBOL vmlinux 0x96ad17c8 pin_user_pages_remote +EXPORT_SYMBOL vmlinux 0x96b29254 strncasecmp +EXPORT_SYMBOL vmlinux 0x96c17136 fb_var_to_videomode +EXPORT_SYMBOL vmlinux 0x96c4eaad trace_event_printf +EXPORT_SYMBOL vmlinux 0x96cd2b04 scsi_sense_key_string +EXPORT_SYMBOL vmlinux 0x96d98a69 flow_indr_dev_unregister +EXPORT_SYMBOL vmlinux 0x96e5d30f gen_pool_set_algo +EXPORT_SYMBOL vmlinux 0x96f3bbe3 msm_pinctrl_remove +EXPORT_SYMBOL vmlinux 0x96fab350 dim_park_on_top +EXPORT_SYMBOL vmlinux 0x96fba87b blk_mq_rq_cpu +EXPORT_SYMBOL vmlinux 0x97120fc6 iw_handler_get_spy +EXPORT_SYMBOL vmlinux 0x9717ceca submit_bio +EXPORT_SYMBOL vmlinux 0x97182fc8 blk_pre_runtime_suspend +EXPORT_SYMBOL vmlinux 0x9731beeb input_copy_abs +EXPORT_SYMBOL vmlinux 0x9732bb36 generic_splice_sendpage +EXPORT_SYMBOL vmlinux 0x9734f175 submit_bh +EXPORT_SYMBOL vmlinux 0x973fa82e register_acpi_notifier +EXPORT_SYMBOL vmlinux 0x97427410 tcf_exts_dump +EXPORT_SYMBOL vmlinux 0x974cce03 lookup_positive_unlocked +EXPORT_SYMBOL vmlinux 0x975e808a fiemap_prep +EXPORT_SYMBOL vmlinux 0x9771fb13 mfd_remove_devices +EXPORT_SYMBOL vmlinux 0x97795635 flush_signals +EXPORT_SYMBOL vmlinux 0x97827e79 proto_register +EXPORT_SYMBOL vmlinux 0x9795be47 ihold +EXPORT_SYMBOL vmlinux 0x979a51f9 ww_mutex_trylock +EXPORT_SYMBOL vmlinux 0x979be201 md_flush_request +EXPORT_SYMBOL vmlinux 0x97a0f680 netdev_has_any_upper_dev +EXPORT_SYMBOL vmlinux 0x97a57333 crc_t10dif_update +EXPORT_SYMBOL vmlinux 0x97adb487 utf8s_to_utf16s +EXPORT_SYMBOL vmlinux 0x97aeab83 iov_iter_alignment +EXPORT_SYMBOL vmlinux 0x97bdfa60 scsi_dev_info_remove_list +EXPORT_SYMBOL vmlinux 0x97be6dd0 tcf_action_exec +EXPORT_SYMBOL vmlinux 0x97c090a9 give_up_console +EXPORT_SYMBOL vmlinux 0x97d5b9fa skb_coalesce_rx_frag +EXPORT_SYMBOL vmlinux 0x97d91d02 fscrypt_decrypt_bio +EXPORT_SYMBOL vmlinux 0x97ed2212 __tracepoint_spi_transfer_start +EXPORT_SYMBOL vmlinux 0x97f0e584 kernel_accept +EXPORT_SYMBOL vmlinux 0x97f85c12 tcp_sock_set_quickack +EXPORT_SYMBOL vmlinux 0x980dec3d blk_mq_stop_hw_queue +EXPORT_SYMBOL vmlinux 0x980e54f2 vme_dma_list_free +EXPORT_SYMBOL vmlinux 0x9829fc11 __kfifo_out_peek_r +EXPORT_SYMBOL vmlinux 0x982a92cd d_set_fallthru +EXPORT_SYMBOL vmlinux 0x982bcde4 __cpu_dying_mask +EXPORT_SYMBOL vmlinux 0x983eab89 i2c_put_adapter +EXPORT_SYMBOL vmlinux 0x9844ba3c devm_devfreq_unregister_notifier +EXPORT_SYMBOL vmlinux 0x984c38f1 fwnode_irq_get_byname +EXPORT_SYMBOL vmlinux 0x985220cb bdi_put +EXPORT_SYMBOL vmlinux 0x9858f364 get_random_u8 +EXPORT_SYMBOL vmlinux 0x985c36ed qdisc_watchdog_schedule_range_ns +EXPORT_SYMBOL vmlinux 0x989a8c39 netdev_master_upper_dev_link +EXPORT_SYMBOL vmlinux 0x989c6dce phy_drivers_register +EXPORT_SYMBOL vmlinux 0x98b20632 get_watch_queue +EXPORT_SYMBOL vmlinux 0x98b3badf cfb_imageblit +EXPORT_SYMBOL vmlinux 0x98bbf3b3 serial8250_do_set_termios +EXPORT_SYMBOL vmlinux 0x98c039dc dma_fence_wait_timeout +EXPORT_SYMBOL vmlinux 0x98c31d35 buffer_migrate_folio +EXPORT_SYMBOL vmlinux 0x98c89ade security_xfrm_state_alloc +EXPORT_SYMBOL vmlinux 0x98cf60b3 strlen +EXPORT_SYMBOL vmlinux 0x98e508ef ignore_console_lock_warning +EXPORT_SYMBOL vmlinux 0x98eab321 to_nd_dax +EXPORT_SYMBOL vmlinux 0x98fd94a9 napi_gro_receive +EXPORT_SYMBOL vmlinux 0x99039900 eth_header_cache_update +EXPORT_SYMBOL vmlinux 0x9905de5e secure_tcpv6_ts_off +EXPORT_SYMBOL vmlinux 0x99078b39 trace_print_flags_seq +EXPORT_SYMBOL vmlinux 0x99094fb2 qcom_scm_is_available +EXPORT_SYMBOL vmlinux 0x990c2daf copy_highpage +EXPORT_SYMBOL vmlinux 0x991b051a rt_mutex_base_init +EXPORT_SYMBOL vmlinux 0x9931f8c9 qcom_scm_lmh_dcvsh_available +EXPORT_SYMBOL vmlinux 0x9939eba0 backlight_unregister_notifier +EXPORT_SYMBOL vmlinux 0x99402852 sock_no_connect +EXPORT_SYMBOL vmlinux 0x99463c20 of_find_i2c_adapter_by_node +EXPORT_SYMBOL vmlinux 0x994bcc7f dev_get_flags +EXPORT_SYMBOL vmlinux 0x99517682 udp_encap_enable +EXPORT_SYMBOL vmlinux 0x99684a84 inet_frags_fini +EXPORT_SYMBOL vmlinux 0x9970aba1 __generic_file_fsync +EXPORT_SYMBOL vmlinux 0x9975dc22 acpi_get_handle +EXPORT_SYMBOL vmlinux 0x9975f67a to_nd_btt +EXPORT_SYMBOL vmlinux 0x999e8297 vfree +EXPORT_SYMBOL vmlinux 0x99a17e21 qdisc_offload_graft_helper +EXPORT_SYMBOL vmlinux 0x99d213a5 fs_context_for_submount +EXPORT_SYMBOL vmlinux 0x99d24e74 mipi_dsi_compression_mode +EXPORT_SYMBOL vmlinux 0x99d404c9 scsicam_bios_param +EXPORT_SYMBOL vmlinux 0x99d472b1 net_dim_get_rx_moderation +EXPORT_SYMBOL vmlinux 0x99d9b12d single_open_size +EXPORT_SYMBOL vmlinux 0x99daa9bf try_offline_node +EXPORT_SYMBOL vmlinux 0x99ed0a52 gnet_stats_copy_rate_est +EXPORT_SYMBOL vmlinux 0x99f5f632 platform_get_ethdev_address +EXPORT_SYMBOL vmlinux 0x99f7371c refcount_dec_and_mutex_lock +EXPORT_SYMBOL vmlinux 0x99f9638f __napi_alloc_frag_align +EXPORT_SYMBOL vmlinux 0x9a0c3a18 vme_unregister_error_handler +EXPORT_SYMBOL vmlinux 0x9a0cb52c tcp_fastopen_defer_connect +EXPORT_SYMBOL vmlinux 0x9a1dfd65 strpbrk +EXPORT_SYMBOL vmlinux 0x9a22391e radix_tree_gang_lookup_tag_slot +EXPORT_SYMBOL vmlinux 0x9a311c83 mount_bdev +EXPORT_SYMBOL vmlinux 0x9a38a40e generic_file_write_iter +EXPORT_SYMBOL vmlinux 0x9a4892e0 simple_nosetlease +EXPORT_SYMBOL vmlinux 0x9a4c2210 rproc_alloc +EXPORT_SYMBOL vmlinux 0x9a583306 netlbl_bitmap_walk +EXPORT_SYMBOL vmlinux 0x9a6862a8 devm_devfreq_unregister_opp_notifier +EXPORT_SYMBOL vmlinux 0x9a6e3380 tegra_io_pad_power_enable +EXPORT_SYMBOL vmlinux 0x9a71d949 uart_get_divisor +EXPORT_SYMBOL vmlinux 0x9a78a61e vfs_parse_fs_param_source +EXPORT_SYMBOL vmlinux 0x9a847c00 tcp_sock_set_nodelay +EXPORT_SYMBOL vmlinux 0x9a87741b tcp_read_done +EXPORT_SYMBOL vmlinux 0x9a898704 __wait_on_buffer +EXPORT_SYMBOL vmlinux 0x9a9588d2 msm_pinctrl_dev_pm_ops +EXPORT_SYMBOL vmlinux 0x9a97f1cb vfs_parse_fs_string +EXPORT_SYMBOL vmlinux 0x9aaaece2 of_find_node_by_phandle +EXPORT_SYMBOL vmlinux 0x9aaeefce sysctl_nf_log_all_netns +EXPORT_SYMBOL vmlinux 0x9ab150a9 mdiobus_unregister_device +EXPORT_SYMBOL vmlinux 0x9ac28200 pnp_register_driver +EXPORT_SYMBOL vmlinux 0x9ac92774 proc_create_data +EXPORT_SYMBOL vmlinux 0x9ae47436 _find_last_bit +EXPORT_SYMBOL vmlinux 0x9aeb6028 rfkill_alloc +EXPORT_SYMBOL vmlinux 0x9aff7947 security_task_getsecid_obj +EXPORT_SYMBOL vmlinux 0x9b128a66 qcom_scm_set_remote_state +EXPORT_SYMBOL vmlinux 0x9b18a8a1 key_validate +EXPORT_SYMBOL vmlinux 0x9b1de88d netdev_set_num_tc +EXPORT_SYMBOL vmlinux 0x9b2560b9 gf128mul_init_4k_bbe +EXPORT_SYMBOL vmlinux 0x9b29b49e locks_copy_lock +EXPORT_SYMBOL vmlinux 0x9b33e0d7 unregister_dcbevent_notifier +EXPORT_SYMBOL vmlinux 0x9b496b21 posix_acl_alloc +EXPORT_SYMBOL vmlinux 0x9b4e9e75 netlink_kernel_release +EXPORT_SYMBOL vmlinux 0x9b6c724e xudma_pktdma_tflow_get_irq +EXPORT_SYMBOL vmlinux 0x9b72478f acpi_unload_parent_table +EXPORT_SYMBOL vmlinux 0x9b7991b4 key_move +EXPORT_SYMBOL vmlinux 0x9b7b6b9c framebuffer_alloc +EXPORT_SYMBOL vmlinux 0x9ba6b7be tty_port_carrier_raised +EXPORT_SYMBOL vmlinux 0x9bcd2487 qdisc_watchdog_init_clockid +EXPORT_SYMBOL vmlinux 0x9be0b52c request_firmware_nowait +EXPORT_SYMBOL vmlinux 0x9bec0eac netif_carrier_off +EXPORT_SYMBOL vmlinux 0x9bee86df vma_alloc_folio +EXPORT_SYMBOL vmlinux 0x9bf5036e dev_deactivate +EXPORT_SYMBOL vmlinux 0x9c122bcf mempool_create_node +EXPORT_SYMBOL vmlinux 0x9c1e5bf5 queued_spin_lock_slowpath +EXPORT_SYMBOL vmlinux 0x9c318cc3 d_path +EXPORT_SYMBOL vmlinux 0x9c34a202 sock_gettstamp +EXPORT_SYMBOL vmlinux 0x9c45f135 tty_unregister_device +EXPORT_SYMBOL vmlinux 0x9c5a2ada ucc_fast_dump_regs +EXPORT_SYMBOL vmlinux 0x9c5d5b94 crc8 +EXPORT_SYMBOL vmlinux 0x9c68b7a8 phy_suspend +EXPORT_SYMBOL vmlinux 0x9c700ad8 blk_integrity_register +EXPORT_SYMBOL vmlinux 0x9c72f475 of_platform_device_create +EXPORT_SYMBOL vmlinux 0x9c86b9ab fileattr_fill_flags +EXPORT_SYMBOL vmlinux 0x9c91263d tegra_dfll_resume +EXPORT_SYMBOL vmlinux 0x9c976f13 __qdisc_calculate_pkt_len +EXPORT_SYMBOL vmlinux 0x9c9aa3b9 parse_int_array_user +EXPORT_SYMBOL vmlinux 0x9ca589dd i2c_smbus_read_byte +EXPORT_SYMBOL vmlinux 0x9cab34a6 rfkill_set_led_trigger_name +EXPORT_SYMBOL vmlinux 0x9cacd4c8 sock_enable_timestamps +EXPORT_SYMBOL vmlinux 0x9cad908c tty_port_hangup +EXPORT_SYMBOL vmlinux 0x9caff3ab mipi_dsi_dcs_set_display_off +EXPORT_SYMBOL vmlinux 0x9cb3baf3 md_handle_request +EXPORT_SYMBOL vmlinux 0x9cb80a34 security_d_instantiate +EXPORT_SYMBOL vmlinux 0x9cb96784 add_watch_to_object +EXPORT_SYMBOL vmlinux 0x9ccf7171 vme_dma_pci_attribute +EXPORT_SYMBOL vmlinux 0x9cd10877 clk_hw_get_clk +EXPORT_SYMBOL vmlinux 0x9cd91791 register_sysctl +EXPORT_SYMBOL vmlinux 0x9cdc7531 gnet_stats_copy_app +EXPORT_SYMBOL vmlinux 0x9cdfb3f7 sysctl_fb_tunnels_only_for_init_net +EXPORT_SYMBOL vmlinux 0x9d00ff8e tegra_ivc_write_advance +EXPORT_SYMBOL vmlinux 0x9d0d6206 unregister_netdevice_notifier +EXPORT_SYMBOL vmlinux 0x9d10987a hmm_range_fault +EXPORT_SYMBOL vmlinux 0x9d1a5e3a __memcpy +EXPORT_SYMBOL vmlinux 0x9d244f11 mmc_gpiod_request_cd +EXPORT_SYMBOL vmlinux 0x9d26675e zstd_cstream_workspace_bound +EXPORT_SYMBOL vmlinux 0x9d2ab8ac __tasklet_schedule +EXPORT_SYMBOL vmlinux 0x9d2e7707 unregister_sysrq_key +EXPORT_SYMBOL vmlinux 0x9d37e8a1 audit_log_start +EXPORT_SYMBOL vmlinux 0x9d49b706 kmem_cache_free +EXPORT_SYMBOL vmlinux 0x9d61e994 ucs2_strncmp +EXPORT_SYMBOL vmlinux 0x9d6afaca devm_arch_phys_wc_add +EXPORT_SYMBOL vmlinux 0x9d822b91 regset_get_alloc +EXPORT_SYMBOL vmlinux 0x9d92f3ad __wait_on_bit_lock +EXPORT_SYMBOL vmlinux 0x9da48c2b seq_pad +EXPORT_SYMBOL vmlinux 0x9dacc60f __fib6_flush_trees +EXPORT_SYMBOL vmlinux 0x9dbb40dd dquot_quota_off +EXPORT_SYMBOL vmlinux 0x9dc49f02 jbd2_journal_init_jbd_inode +EXPORT_SYMBOL vmlinux 0x9dc816b2 proc_set_user +EXPORT_SYMBOL vmlinux 0x9dd9df13 dm_kcopyd_client_create +EXPORT_SYMBOL vmlinux 0x9debe9fc sock_common_setsockopt +EXPORT_SYMBOL vmlinux 0x9df21d0e qman_affine_channel +EXPORT_SYMBOL vmlinux 0x9e02095d netpoll_poll_disable +EXPORT_SYMBOL vmlinux 0x9e054ea7 vme_irq_free +EXPORT_SYMBOL vmlinux 0x9e0c711d vzalloc_node +EXPORT_SYMBOL vmlinux 0x9e0fa5ae hsiphash_3u32 +EXPORT_SYMBOL vmlinux 0x9e13f6f6 gf128mul_lle +EXPORT_SYMBOL vmlinux 0x9e1648a8 kobject_put +EXPORT_SYMBOL vmlinux 0x9e2725c6 remap_pfn_range +EXPORT_SYMBOL vmlinux 0x9e2737f0 acpi_install_interface_handler +EXPORT_SYMBOL vmlinux 0x9e2bbcff netdev_set_tc_queue +EXPORT_SYMBOL vmlinux 0x9e4faeef dm_io_client_destroy +EXPORT_SYMBOL vmlinux 0x9e5b1461 tcf_action_update_hw_stats +EXPORT_SYMBOL vmlinux 0x9e5e750d node_to_cpumask_map +EXPORT_SYMBOL vmlinux 0x9e61bb05 set_freezable +EXPORT_SYMBOL vmlinux 0x9e67c3fc blk_finish_plug +EXPORT_SYMBOL vmlinux 0x9e6afed2 mipi_dsi_generic_read +EXPORT_SYMBOL vmlinux 0x9e700c61 scsi_report_bus_reset +EXPORT_SYMBOL vmlinux 0x9e7b06ce __mod_node_page_state +EXPORT_SYMBOL vmlinux 0x9e7d6bd0 __udelay +EXPORT_SYMBOL vmlinux 0x9e9b8f91 register_netdevice_notifier_dev_net +EXPORT_SYMBOL vmlinux 0x9e9eab95 devcgroup_check_permission +EXPORT_SYMBOL vmlinux 0x9e9fdd9d memunmap +EXPORT_SYMBOL vmlinux 0x9eac4dff dquot_release +EXPORT_SYMBOL vmlinux 0x9eacf8a5 kstrndup +EXPORT_SYMBOL vmlinux 0x9eb187fa xudma_pktdma_rflow_get_irq +EXPORT_SYMBOL vmlinux 0x9eb1f56d proc_create_mount_point +EXPORT_SYMBOL vmlinux 0x9ec0e639 twl6030_interrupt_unmask +EXPORT_SYMBOL vmlinux 0x9ec2832c proc_set_size +EXPORT_SYMBOL vmlinux 0x9ec4c294 gro_cells_receive +EXPORT_SYMBOL vmlinux 0x9ec6ca96 ktime_get_real_ts64 +EXPORT_SYMBOL vmlinux 0x9ed02ab3 pcix_get_mmrbc +EXPORT_SYMBOL vmlinux 0x9ed12e20 kmalloc_large +EXPORT_SYMBOL vmlinux 0x9ed7c847 brcmstb_get_family_id +EXPORT_SYMBOL vmlinux 0x9ed978de vme_lm_set +EXPORT_SYMBOL vmlinux 0x9ee1ba17 vmap +EXPORT_SYMBOL vmlinux 0x9ef96b6e iget_failed +EXPORT_SYMBOL vmlinux 0x9efa2b3e inet_shutdown +EXPORT_SYMBOL vmlinux 0x9efd5752 nf_unregister_sockopt +EXPORT_SYMBOL vmlinux 0x9f2d7966 remove_arg_zero +EXPORT_SYMBOL vmlinux 0x9f38bd9f nvdimm_check_and_set_ro +EXPORT_SYMBOL vmlinux 0x9f421695 nf_register_sockopt +EXPORT_SYMBOL vmlinux 0x9f46ced8 __sw_hweight64 +EXPORT_SYMBOL vmlinux 0x9f4f2aa3 acpi_gbl_FADT +EXPORT_SYMBOL vmlinux 0x9f50b770 keyring_restrict +EXPORT_SYMBOL vmlinux 0x9f529cd4 vme_slot_num +EXPORT_SYMBOL vmlinux 0x9f54ead7 gro_cells_destroy +EXPORT_SYMBOL vmlinux 0x9f6cc7f1 qdisc_tree_reduce_backlog +EXPORT_SYMBOL vmlinux 0x9f764366 is_free_buddy_page +EXPORT_SYMBOL vmlinux 0x9f76baf4 _raw_write_unlock_irq +EXPORT_SYMBOL vmlinux 0x9f78145d blk_queue_flag_clear +EXPORT_SYMBOL vmlinux 0x9f7d7dbb logic_outsw +EXPORT_SYMBOL vmlinux 0x9f7e2eea unlock_buffer +EXPORT_SYMBOL vmlinux 0x9f984513 strrchr +EXPORT_SYMBOL vmlinux 0x9f9a43db pldmfw_flash_image +EXPORT_SYMBOL vmlinux 0x9fa7184a cancel_delayed_work_sync +EXPORT_SYMBOL vmlinux 0x9fadcde2 blk_queue_alignment_offset +EXPORT_SYMBOL vmlinux 0x9fafa07b skb_orphan_partial +EXPORT_SYMBOL vmlinux 0x9fb41842 netdev_offload_xstats_report_delta +EXPORT_SYMBOL vmlinux 0x9fdecc31 unregister_netdevice_many +EXPORT_SYMBOL vmlinux 0x9feed7ce timer_reduce +EXPORT_SYMBOL vmlinux 0x9ffa3a75 netdev_max_backlog +EXPORT_SYMBOL vmlinux 0x9ffe60d9 ip6_xmit +EXPORT_SYMBOL vmlinux 0xa00aca2a dql_completed +EXPORT_SYMBOL vmlinux 0xa015944d pci_enable_link_state +EXPORT_SYMBOL vmlinux 0xa01cd0cb genphy_suspend +EXPORT_SYMBOL vmlinux 0xa01d3df6 font_vga_8x16 +EXPORT_SYMBOL vmlinux 0xa029df46 scsi_track_queue_full +EXPORT_SYMBOL vmlinux 0xa02aa74a __cond_resched_lock +EXPORT_SYMBOL vmlinux 0xa033d747 next_arg +EXPORT_SYMBOL vmlinux 0xa0436e98 in6addr_linklocal_allnodes +EXPORT_SYMBOL vmlinux 0xa0475691 ipv6_chk_prefix +EXPORT_SYMBOL vmlinux 0xa04e33da qcom_scm_lmh_dcvsh +EXPORT_SYMBOL vmlinux 0xa057df8f twl_set_regcache_bypass +EXPORT_SYMBOL vmlinux 0xa05b6be2 psched_ppscfg_precompute +EXPORT_SYMBOL vmlinux 0xa0605c80 bio_reset +EXPORT_SYMBOL vmlinux 0xa0649010 md_finish_reshape +EXPORT_SYMBOL vmlinux 0xa06fad53 pcie_print_link_status +EXPORT_SYMBOL vmlinux 0xa078df64 serio_interrupt +EXPORT_SYMBOL vmlinux 0xa07a37f0 memchr +EXPORT_SYMBOL vmlinux 0xa07d1b3c tasklet_setup +EXPORT_SYMBOL vmlinux 0xa080bbd1 rtnl_configure_link +EXPORT_SYMBOL vmlinux 0xa084749a __bitmap_or +EXPORT_SYMBOL vmlinux 0xa089cc31 thaw_bdev +EXPORT_SYMBOL vmlinux 0xa095bfd9 ip6_route_me_harder +EXPORT_SYMBOL vmlinux 0xa095e02e generic_check_addressable +EXPORT_SYMBOL vmlinux 0xa09c7580 pcie_get_speed_cap +EXPORT_SYMBOL vmlinux 0xa0a13df9 input_get_poll_interval +EXPORT_SYMBOL vmlinux 0xa0ae1e73 siphash_3u64 +EXPORT_SYMBOL vmlinux 0xa0b04675 vmalloc_32 +EXPORT_SYMBOL vmlinux 0xa0d489c6 kmem_cache_free_bulk +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 0xa0ec613a unregister_mii_tstamp_controller +EXPORT_SYMBOL vmlinux 0xa0f10085 __sg_free_table +EXPORT_SYMBOL vmlinux 0xa0f9c8e2 max8998_write_reg +EXPORT_SYMBOL vmlinux 0xa0fbac79 wake_up_bit +EXPORT_SYMBOL vmlinux 0xa108eb4d sysctl_optmem_max +EXPORT_SYMBOL vmlinux 0xa1182c71 blk_rq_unmap_user +EXPORT_SYMBOL vmlinux 0xa129156a rproc_put +EXPORT_SYMBOL vmlinux 0xa1342b22 mmc_set_blocklen +EXPORT_SYMBOL vmlinux 0xa13f4ec8 pcie_set_mps +EXPORT_SYMBOL vmlinux 0xa1501890 acpi_dev_hid_uid_match +EXPORT_SYMBOL vmlinux 0xa15d9774 __napi_schedule_irqoff +EXPORT_SYMBOL vmlinux 0xa1856af0 i2c_smbus_read_word_data +EXPORT_SYMBOL vmlinux 0xa196cd4c nf_register_queue_handler +EXPORT_SYMBOL vmlinux 0xa1bc0d2c scsi_register_driver +EXPORT_SYMBOL vmlinux 0xa1be16a8 security_path_mknod +EXPORT_SYMBOL vmlinux 0xa1d6362b from_kprojid +EXPORT_SYMBOL vmlinux 0xa1dd65fb param_get_hexint +EXPORT_SYMBOL vmlinux 0xa1e63c98 finish_no_open +EXPORT_SYMBOL vmlinux 0xa1e946f1 tcp_v4_send_check +EXPORT_SYMBOL vmlinux 0xa1f52b5c eth_get_headlen +EXPORT_SYMBOL vmlinux 0xa1f5fb3e fb_validate_mode +EXPORT_SYMBOL vmlinux 0xa2060911 inet_current_timestamp +EXPORT_SYMBOL vmlinux 0xa20b536a done_path_create +EXPORT_SYMBOL vmlinux 0xa20f3dda bdev_end_io_acct +EXPORT_SYMBOL vmlinux 0xa22fb2f2 unregister_nexthop_notifier +EXPORT_SYMBOL vmlinux 0xa2326c49 acpi_remove_table_handler +EXPORT_SYMBOL vmlinux 0xa23a98fe mr_mfc_find_parent +EXPORT_SYMBOL vmlinux 0xa23ffc04 groups_sort +EXPORT_SYMBOL vmlinux 0xa24f23d8 __request_module +EXPORT_SYMBOL vmlinux 0xa258d48f dquot_disable +EXPORT_SYMBOL vmlinux 0xa263892b fscrypt_fname_free_buffer +EXPORT_SYMBOL vmlinux 0xa2660e90 __tracepoint_dma_fence_signaled +EXPORT_SYMBOL vmlinux 0xa2710a58 netpoll_poll_enable +EXPORT_SYMBOL vmlinux 0xa2769ff5 fman_reset_mac +EXPORT_SYMBOL vmlinux 0xa28cfcc0 gen_estimator_active +EXPORT_SYMBOL vmlinux 0xa2943894 skb_append +EXPORT_SYMBOL vmlinux 0xa2a4e2a4 padata_alloc_shell +EXPORT_SYMBOL vmlinux 0xa2aca173 skb_trim +EXPORT_SYMBOL vmlinux 0xa2b10014 tty_register_device +EXPORT_SYMBOL vmlinux 0xa2b4ecaa kernel_getpeername +EXPORT_SYMBOL vmlinux 0xa2b7390f sock_no_sendmsg +EXPORT_SYMBOL vmlinux 0xa2c66b86 proc_mkdir_mode +EXPORT_SYMBOL vmlinux 0xa2cb5474 pci_find_resource +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 0xa2e06e90 nd_pfn_probe +EXPORT_SYMBOL vmlinux 0xa2f21884 tegra_dfll_runtime_suspend +EXPORT_SYMBOL vmlinux 0xa302dc40 rproc_da_to_va +EXPORT_SYMBOL vmlinux 0xa30d14a6 sock_setsockopt +EXPORT_SYMBOL vmlinux 0xa31496c9 udp_seq_start +EXPORT_SYMBOL vmlinux 0xa336a4e5 netpoll_parse_options +EXPORT_SYMBOL vmlinux 0xa339e6e5 on_each_cpu_cond_mask +EXPORT_SYMBOL vmlinux 0xa34afc77 dquot_initialize +EXPORT_SYMBOL vmlinux 0xa3522df5 qman_query_fq_np +EXPORT_SYMBOL vmlinux 0xa3571cbd __folio_cancel_dirty +EXPORT_SYMBOL vmlinux 0xa364f889 __i2c_smbus_xfer +EXPORT_SYMBOL vmlinux 0xa38b93df d_set_d_op +EXPORT_SYMBOL vmlinux 0xa3a0a5b1 nvdimm_namespace_common_probe +EXPORT_SYMBOL vmlinux 0xa3be8342 __ubsan_handle_type_mismatch +EXPORT_SYMBOL vmlinux 0xa3cefaa0 blake2s_update +EXPORT_SYMBOL vmlinux 0xa3d4cebe tty_port_close_start +EXPORT_SYMBOL vmlinux 0xa3ec3b0f free_task +EXPORT_SYMBOL vmlinux 0xa3fea172 sha224_final +EXPORT_SYMBOL vmlinux 0xa40a8a06 folio_mark_dirty +EXPORT_SYMBOL vmlinux 0xa40ff01b acpi_dbg_layer +EXPORT_SYMBOL vmlinux 0xa443be3b security_cred_getsecid +EXPORT_SYMBOL vmlinux 0xa448c653 qcom_scm_ice_set_key +EXPORT_SYMBOL vmlinux 0xa44c7004 inet_listen +EXPORT_SYMBOL vmlinux 0xa44f5c05 ip_options_rcv_srr +EXPORT_SYMBOL vmlinux 0xa452cac6 vif_device_init +EXPORT_SYMBOL vmlinux 0xa485c050 dev_uc_add_excl +EXPORT_SYMBOL vmlinux 0xa488531b input_mt_sync_frame +EXPORT_SYMBOL vmlinux 0xa48d613f ps2_begin_command +EXPORT_SYMBOL vmlinux 0xa49a45fe find_inode_rcu +EXPORT_SYMBOL vmlinux 0xa49db319 ip_route_input_noref +EXPORT_SYMBOL vmlinux 0xa4a2a08c devfreq_register_opp_notifier +EXPORT_SYMBOL vmlinux 0xa4afc067 lynx_pcs_create +EXPORT_SYMBOL vmlinux 0xa4bff321 xp_dma_sync_for_cpu_slow +EXPORT_SYMBOL vmlinux 0xa4c42cec pcie_capability_read_dword +EXPORT_SYMBOL vmlinux 0xa4cedd65 audit_log +EXPORT_SYMBOL vmlinux 0xa4f07741 devm_clk_put +EXPORT_SYMBOL vmlinux 0xa4f4bf1d proc_remove +EXPORT_SYMBOL vmlinux 0xa4fbe04f pci_release_resource +EXPORT_SYMBOL vmlinux 0xa4fca045 qcom_scm_ocmem_lock +EXPORT_SYMBOL vmlinux 0xa4fe2289 ip_check_defrag +EXPORT_SYMBOL vmlinux 0xa511e164 fman_register_intr +EXPORT_SYMBOL vmlinux 0xa52a58c1 dma_mmap_attrs +EXPORT_SYMBOL vmlinux 0xa52bedf6 xenbus_dev_request_and_reply +EXPORT_SYMBOL vmlinux 0xa53512a1 dev_addr_add +EXPORT_SYMBOL vmlinux 0xa535ebe6 mmc_remove_host +EXPORT_SYMBOL vmlinux 0xa53a676c neigh_carrier_down +EXPORT_SYMBOL vmlinux 0xa547396f phy_ethtool_get_link_ksettings +EXPORT_SYMBOL vmlinux 0xa5489600 vc_resize +EXPORT_SYMBOL vmlinux 0xa5522f82 pcim_iomap_regions +EXPORT_SYMBOL vmlinux 0xa5526619 rb_insert_color +EXPORT_SYMBOL vmlinux 0xa5530a5e phy_init_eee +EXPORT_SYMBOL vmlinux 0xa564cbff crypto_sha512_update +EXPORT_SYMBOL vmlinux 0xa5796fc0 __dynamic_dev_dbg +EXPORT_SYMBOL vmlinux 0xa58af0a6 _raw_read_unlock_irq +EXPORT_SYMBOL vmlinux 0xa5976e4f dev_base_lock +EXPORT_SYMBOL vmlinux 0xa5adc081 ipv6_getsockopt +EXPORT_SYMBOL vmlinux 0xa5b42525 __module_put_and_kthread_exit +EXPORT_SYMBOL vmlinux 0xa5bf97b3 netdev_lower_get_next +EXPORT_SYMBOL vmlinux 0xa5d24f10 security_sock_rcv_skb +EXPORT_SYMBOL vmlinux 0xa5dba630 __vfs_getxattr +EXPORT_SYMBOL vmlinux 0xa5dda8f2 rproc_elf_sanity_check +EXPORT_SYMBOL vmlinux 0xa5e3093b scsi_partsize +EXPORT_SYMBOL vmlinux 0xa5e53614 devm_gen_pool_create +EXPORT_SYMBOL vmlinux 0xa5f41357 devm_of_iomap +EXPORT_SYMBOL vmlinux 0xa5f7cf37 __cpu_possible_mask +EXPORT_SYMBOL vmlinux 0xa6166d99 vfs_unlink +EXPORT_SYMBOL vmlinux 0xa61ced89 qdisc_put_rtab +EXPORT_SYMBOL vmlinux 0xa6257a2f complete +EXPORT_SYMBOL vmlinux 0xa62a69b5 pci_clear_master +EXPORT_SYMBOL vmlinux 0xa63b553a ip_setsockopt +EXPORT_SYMBOL vmlinux 0xa63cea84 bdev_check_media_change +EXPORT_SYMBOL vmlinux 0xa648e561 __ubsan_handle_shift_out_of_bounds +EXPORT_SYMBOL vmlinux 0xa64c7249 __printk_cpu_sync_try_get +EXPORT_SYMBOL vmlinux 0xa65eb93e unlock_rename +EXPORT_SYMBOL vmlinux 0xa662eaca ww_mutex_lock_interruptible +EXPORT_SYMBOL vmlinux 0xa664d1dc freeze_bdev +EXPORT_SYMBOL vmlinux 0xa681fe88 generate_random_uuid +EXPORT_SYMBOL vmlinux 0xa684f00d security_dentry_create_files_as +EXPORT_SYMBOL vmlinux 0xa68b4eed xfrm_state_lookup_byspi +EXPORT_SYMBOL vmlinux 0xa69ed606 flow_keys_dissector +EXPORT_SYMBOL vmlinux 0xa6ac7ebc __netlink_ns_capable +EXPORT_SYMBOL vmlinux 0xa6d8c682 sb_min_blocksize +EXPORT_SYMBOL vmlinux 0xa6daf00d scsi_report_device_reset +EXPORT_SYMBOL vmlinux 0xa6e23e15 vlan_filter_drop_vids +EXPORT_SYMBOL vmlinux 0xa6fc35fd input_mt_get_slot_by_key +EXPORT_SYMBOL vmlinux 0xa6fd151c pci_fixup_device +EXPORT_SYMBOL vmlinux 0xa700d97b security_path_rename +EXPORT_SYMBOL vmlinux 0xa70a9212 mii_ethtool_set_link_ksettings +EXPORT_SYMBOL vmlinux 0xa70af733 adjust_managed_page_count +EXPORT_SYMBOL vmlinux 0xa70bc96d qcom_scm_restore_sec_cfg_available +EXPORT_SYMBOL vmlinux 0xa70c565d pm860x_reg_write +EXPORT_SYMBOL vmlinux 0xa70ed9dc tcp_hashinfo +EXPORT_SYMBOL vmlinux 0xa71acc92 fman_port_config +EXPORT_SYMBOL vmlinux 0xa71bae0c sunxi_sram_claim +EXPORT_SYMBOL vmlinux 0xa72035f9 xa_get_order +EXPORT_SYMBOL vmlinux 0xa74b5259 serio_close +EXPORT_SYMBOL vmlinux 0xa74c9877 refcount_dec_and_rtnl_lock +EXPORT_SYMBOL vmlinux 0xa751271e simple_statfs +EXPORT_SYMBOL vmlinux 0xa758491d input_register_handler +EXPORT_SYMBOL vmlinux 0xa7607fdd register_cdrom +EXPORT_SYMBOL vmlinux 0xa760887f tcp_splice_read +EXPORT_SYMBOL vmlinux 0xa77bfd29 register_inet6addr_validator_notifier +EXPORT_SYMBOL vmlinux 0xa7b785fc mipi_dsi_dcs_soft_reset +EXPORT_SYMBOL vmlinux 0xa7bc7c19 skb_seq_read +EXPORT_SYMBOL vmlinux 0xa7bccb37 init_pseudo +EXPORT_SYMBOL vmlinux 0xa7cb7aaa __folio_alloc +EXPORT_SYMBOL vmlinux 0xa7d4fb79 pcix_set_mmrbc +EXPORT_SYMBOL vmlinux 0xa7d5f92e ida_destroy +EXPORT_SYMBOL vmlinux 0xa7d92075 mark_buffer_async_write +EXPORT_SYMBOL vmlinux 0xa7e49da3 acpi_match_device_ids +EXPORT_SYMBOL vmlinux 0xa7eedcc4 call_usermodehelper +EXPORT_SYMBOL vmlinux 0xa7f13723 tc_cleanup_offload_action +EXPORT_SYMBOL vmlinux 0xa8181adf proc_dointvec +EXPORT_SYMBOL vmlinux 0xa8207f1a jbd2_complete_transaction +EXPORT_SYMBOL vmlinux 0xa830818f mdiobus_read_nested +EXPORT_SYMBOL vmlinux 0xa831e6eb tcp_rcv_established +EXPORT_SYMBOL vmlinux 0xa843805a get_unused_fd_flags +EXPORT_SYMBOL vmlinux 0xa84ce9e0 crypto_aes_inv_sbox +EXPORT_SYMBOL vmlinux 0xa853396b xa_extract +EXPORT_SYMBOL vmlinux 0xa85a3e6d xa_load +EXPORT_SYMBOL vmlinux 0xa85e8470 udp_seq_stop +EXPORT_SYMBOL vmlinux 0xa8694ecd kblockd_schedule_work +EXPORT_SYMBOL vmlinux 0xa86d0002 iter_file_splice_write +EXPORT_SYMBOL vmlinux 0xa875dfaf __traceiter_mmap_lock_released +EXPORT_SYMBOL vmlinux 0xa8810196 generic_pipe_buf_get +EXPORT_SYMBOL vmlinux 0xa897e3e7 mempool_free +EXPORT_SYMBOL vmlinux 0xa89a1cf1 ipmi_dmi_get_slave_addr +EXPORT_SYMBOL vmlinux 0xa8a8110c kernel_neon_end +EXPORT_SYMBOL vmlinux 0xa8bcbea1 scsi_host_get +EXPORT_SYMBOL vmlinux 0xa8caa845 clk_bulk_put_all +EXPORT_SYMBOL vmlinux 0xa8e6933a qdf2400_e44_present +EXPORT_SYMBOL vmlinux 0xa8f63725 vfs_parse_fs_param +EXPORT_SYMBOL vmlinux 0xa8f6c843 ip_frag_ecn_table +EXPORT_SYMBOL vmlinux 0xa9013cb9 tcp_md5_do_add +EXPORT_SYMBOL vmlinux 0xa9086bdb qman_start_using_portal +EXPORT_SYMBOL vmlinux 0xa90ca0de flush_rcu_work +EXPORT_SYMBOL vmlinux 0xa914ee94 sunxi_sram_release +EXPORT_SYMBOL vmlinux 0xa916b694 strnlen +EXPORT_SYMBOL vmlinux 0xa916c7d8 d_invalidate +EXPORT_SYMBOL vmlinux 0xa91b604a ip6mr_rule_default +EXPORT_SYMBOL vmlinux 0xa91bc16b sock_alloc +EXPORT_SYMBOL vmlinux 0xa937433d param_get_bool +EXPORT_SYMBOL vmlinux 0xa9455bda pcim_enable_device +EXPORT_SYMBOL vmlinux 0xa94a09bb mem_section +EXPORT_SYMBOL vmlinux 0xa94a6bab skb_queue_purge +EXPORT_SYMBOL vmlinux 0xa964dd13 gpmc_cs_request +EXPORT_SYMBOL vmlinux 0xa964f033 simple_dir_inode_operations +EXPORT_SYMBOL vmlinux 0xa965ca81 reciprocal_value +EXPORT_SYMBOL vmlinux 0xa96c9863 acpi_dev_get_next_match_dev +EXPORT_SYMBOL vmlinux 0xa96e8e59 vm_map_pages +EXPORT_SYMBOL vmlinux 0xa973a61b is_acpi_data_node +EXPORT_SYMBOL vmlinux 0xa976957d bitmap_remap +EXPORT_SYMBOL vmlinux 0xa98a16cb devm_pci_remap_cfgspace +EXPORT_SYMBOL vmlinux 0xa98e9866 seq_putc +EXPORT_SYMBOL vmlinux 0xa99e11cc phy_start_cable_test +EXPORT_SYMBOL vmlinux 0xa9ed62d2 tegra_fuse_readl +EXPORT_SYMBOL vmlinux 0xa9ed829a filemap_get_folios +EXPORT_SYMBOL vmlinux 0xa9f1685c input_set_capability +EXPORT_SYMBOL vmlinux 0xa9f6302a scsi_add_host_with_dma +EXPORT_SYMBOL vmlinux 0xaa00fdc0 ec_transaction +EXPORT_SYMBOL vmlinux 0xaa0c318b vscnprintf +EXPORT_SYMBOL vmlinux 0xaa19e4aa _kstrtol +EXPORT_SYMBOL vmlinux 0xaa20351c blkdev_issue_zeroout +EXPORT_SYMBOL vmlinux 0xaa341905 acpi_bios_exception +EXPORT_SYMBOL vmlinux 0xaa4c47a7 iommu_dma_get_resv_regions +EXPORT_SYMBOL vmlinux 0xaa54d77e generic_file_fsync +EXPORT_SYMBOL vmlinux 0xaa62b69c blk_rq_map_user_iov +EXPORT_SYMBOL vmlinux 0xaa6b1a0b param_get_byte +EXPORT_SYMBOL vmlinux 0xaa6f23ad rfkill_get_led_trigger_name +EXPORT_SYMBOL vmlinux 0xaa769041 rtnl_set_sk_err +EXPORT_SYMBOL vmlinux 0xaa8106bc crc8_populate_msb +EXPORT_SYMBOL vmlinux 0xaa8f1b71 inet_addr_is_any +EXPORT_SYMBOL vmlinux 0xaa965ff4 __inc_node_page_state +EXPORT_SYMBOL vmlinux 0xaaa4b9bc hchacha_block_generic +EXPORT_SYMBOL vmlinux 0xaaa50fb2 qcom_scm_lmh_profile_change +EXPORT_SYMBOL vmlinux 0xaab501fc reuseport_detach_prog +EXPORT_SYMBOL vmlinux 0xaad0ae78 __bitmap_shift_right +EXPORT_SYMBOL vmlinux 0xaad4e8aa dns_query +EXPORT_SYMBOL vmlinux 0xaad6d92f rfkill_init_sw_state +EXPORT_SYMBOL vmlinux 0xaad81598 kthread_create_worker_on_cpu +EXPORT_SYMBOL vmlinux 0xaad8c7d6 default_wake_function +EXPORT_SYMBOL vmlinux 0xaadbafac dm_table_run_md_queue_async +EXPORT_SYMBOL vmlinux 0xaae8ab0e acpi_bus_power_manageable +EXPORT_SYMBOL vmlinux 0xaaf4a334 qcom_scm_set_cold_boot_addr +EXPORT_SYMBOL vmlinux 0xaafdc258 strcasecmp +EXPORT_SYMBOL vmlinux 0xab1fbdeb filemap_write_and_wait_range +EXPORT_SYMBOL vmlinux 0xab206688 iw_handler_set_spy +EXPORT_SYMBOL vmlinux 0xab3697e4 irq_poll_init +EXPORT_SYMBOL vmlinux 0xab3b75ea vme_dma_pattern_attribute +EXPORT_SYMBOL vmlinux 0xab4f5f99 inet6_offloads +EXPORT_SYMBOL vmlinux 0xab526294 of_chosen +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 0xab804354 debugfs_create_automount +EXPORT_SYMBOL vmlinux 0xabb42425 set_groups +EXPORT_SYMBOL vmlinux 0xabc1b1eb ethtool_intersect_link_masks +EXPORT_SYMBOL vmlinux 0xabc66eeb fman_port_get_device +EXPORT_SYMBOL vmlinux 0xabc83b35 invalidate_bdev +EXPORT_SYMBOL vmlinux 0xabd043bd __blk_alloc_disk +EXPORT_SYMBOL vmlinux 0xabd4841e dcache_dir_lseek +EXPORT_SYMBOL vmlinux 0xabecbcbb wireless_spy_update +EXPORT_SYMBOL vmlinux 0xabee3b09 kill_litter_super +EXPORT_SYMBOL vmlinux 0xabf209af tcp_stream_memory_free +EXPORT_SYMBOL vmlinux 0xabf32f29 utf16s_to_utf8s +EXPORT_SYMBOL vmlinux 0xabfb2337 nf_register_net_hook +EXPORT_SYMBOL vmlinux 0xac169d76 vfs_create_mount +EXPORT_SYMBOL vmlinux 0xac1a55be unregister_reboot_notifier +EXPORT_SYMBOL vmlinux 0xac272fec unpin_user_page +EXPORT_SYMBOL vmlinux 0xac3201b0 udp_flow_hashrnd +EXPORT_SYMBOL vmlinux 0xac537ac2 percpu_counter_destroy +EXPORT_SYMBOL vmlinux 0xac559d39 ps2_cmd_aborted +EXPORT_SYMBOL vmlinux 0xac5fcec0 in4_pton +EXPORT_SYMBOL vmlinux 0xac65f663 __vfs_setxattr +EXPORT_SYMBOL vmlinux 0xac6c294e mmc_get_card +EXPORT_SYMBOL vmlinux 0xac700137 seq_open_private +EXPORT_SYMBOL vmlinux 0xac8ec9d6 pci_bus_add_devices +EXPORT_SYMBOL vmlinux 0xacaa4c72 dma_fence_match_context +EXPORT_SYMBOL vmlinux 0xacab29b7 seq_hlist_start_percpu +EXPORT_SYMBOL vmlinux 0xacab411a seq_path +EXPORT_SYMBOL vmlinux 0xacb528a4 vfs_iter_write +EXPORT_SYMBOL vmlinux 0xacbed733 dev_get_stats +EXPORT_SYMBOL vmlinux 0xacc2dfcb write_dirty_buffer +EXPORT_SYMBOL vmlinux 0xacc52d19 softnet_data +EXPORT_SYMBOL vmlinux 0xaccf44d7 folio_wait_private_2_killable +EXPORT_SYMBOL vmlinux 0xacd81eb3 jbd2_inode_cache +EXPORT_SYMBOL vmlinux 0xacdb4bce ethtool_notify +EXPORT_SYMBOL vmlinux 0xacddd806 ptp_get_vclocks_index +EXPORT_SYMBOL vmlinux 0xace90556 block_commit_write +EXPORT_SYMBOL vmlinux 0xacf4d843 match_strdup +EXPORT_SYMBOL vmlinux 0xacf649bf audit_log_task_info +EXPORT_SYMBOL vmlinux 0xad0413d4 match_hex +EXPORT_SYMBOL vmlinux 0xad128dc1 __tracepoint_dma_fence_enable_signal +EXPORT_SYMBOL vmlinux 0xad1ffe34 twl6040_clear_bits +EXPORT_SYMBOL vmlinux 0xad2a3254 ipv6_chk_addr +EXPORT_SYMBOL vmlinux 0xad31be2d pci_bus_read_dev_vendor_id +EXPORT_SYMBOL vmlinux 0xad3ea04c qman_p_irqsource_remove +EXPORT_SYMBOL vmlinux 0xad516b09 sock_recvmsg +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 0xad742a55 t10_pi_type1_crc +EXPORT_SYMBOL vmlinux 0xad7e08fd __traceiter_kmem_cache_alloc +EXPORT_SYMBOL vmlinux 0xad7f4b57 __blkdev_issue_zeroout +EXPORT_SYMBOL vmlinux 0xad82b47c netdev_set_sb_channel +EXPORT_SYMBOL vmlinux 0xad882ed4 dquot_get_next_dqblk +EXPORT_SYMBOL vmlinux 0xad8d230b of_translate_dma_address +EXPORT_SYMBOL vmlinux 0xad92128c netif_set_real_num_queues +EXPORT_SYMBOL vmlinux 0xad9901ae bit_waitqueue +EXPORT_SYMBOL vmlinux 0xada31e57 gen_pool_dma_alloc_align +EXPORT_SYMBOL vmlinux 0xadae6df8 blake2s_final +EXPORT_SYMBOL vmlinux 0xadbbc7c7 iunique +EXPORT_SYMBOL vmlinux 0xadbeed61 mipi_dsi_packet_format_is_long +EXPORT_SYMBOL vmlinux 0xadc20a85 device_match_acpi_handle +EXPORT_SYMBOL vmlinux 0xadcb9ccf phy_init_hw +EXPORT_SYMBOL vmlinux 0xadd0e6c1 ps2_end_command +EXPORT_SYMBOL vmlinux 0xadd139d4 rfs_needed +EXPORT_SYMBOL vmlinux 0xade365d3 xattr_supported_namespace +EXPORT_SYMBOL vmlinux 0xade4389a tty_driver_kref_put +EXPORT_SYMBOL vmlinux 0xae04012c __vmalloc +EXPORT_SYMBOL vmlinux 0xae17d6b3 tcf_exts_validate_ex +EXPORT_SYMBOL vmlinux 0xae1d2c5e fb_modesetting_disabled +EXPORT_SYMBOL vmlinux 0xae27b447 pci_release_regions +EXPORT_SYMBOL vmlinux 0xae316c11 icmpv6_err_convert +EXPORT_SYMBOL vmlinux 0xae33c403 xudma_navss_psil_unpair +EXPORT_SYMBOL vmlinux 0xae36cea1 mii_check_gmii_support +EXPORT_SYMBOL vmlinux 0xae55fbd5 inet_proto_csum_replace_by_diff +EXPORT_SYMBOL vmlinux 0xae5a04bb acpi_evaluate_dsm +EXPORT_SYMBOL vmlinux 0xae66472b scsi_kmap_atomic_sg +EXPORT_SYMBOL vmlinux 0xae677320 set_disk_ro +EXPORT_SYMBOL vmlinux 0xae9f33e5 sock_no_sendpage +EXPORT_SYMBOL vmlinux 0xaeac049a generate_random_guid +EXPORT_SYMBOL vmlinux 0xaeae6423 pcibus_to_node +EXPORT_SYMBOL vmlinux 0xaeb082ad _raw_read_unlock_bh +EXPORT_SYMBOL vmlinux 0xaeb40443 watchdog_register_governor +EXPORT_SYMBOL vmlinux 0xaeba69d0 vmf_insert_pfn +EXPORT_SYMBOL vmlinux 0xaebd12f0 acpi_get_name +EXPORT_SYMBOL vmlinux 0xaec5e67e mmc_gpio_get_ro +EXPORT_SYMBOL vmlinux 0xaeeb346f __folio_put +EXPORT_SYMBOL vmlinux 0xaef24f1d migrate_folio +EXPORT_SYMBOL vmlinux 0xaf13706c zpool_unregister_driver +EXPORT_SYMBOL vmlinux 0xaf2564a7 __tty_alloc_driver +EXPORT_SYMBOL vmlinux 0xaf2796f6 xfrm_policy_flush +EXPORT_SYMBOL vmlinux 0xaf2c9fa7 device_match_acpi_dev +EXPORT_SYMBOL vmlinux 0xaf349344 pci_map_rom +EXPORT_SYMBOL vmlinux 0xaf3dc21e xattr_full_name +EXPORT_SYMBOL vmlinux 0xaf3dd7dc scsi_logging_level +EXPORT_SYMBOL vmlinux 0xaf4c516c twl6040_get_vibralr_status +EXPORT_SYMBOL vmlinux 0xaf56600a arm64_use_ng_mappings +EXPORT_SYMBOL vmlinux 0xaf812ae2 vfs_mknod +EXPORT_SYMBOL vmlinux 0xaf86257d amba_device_register +EXPORT_SYMBOL vmlinux 0xafaa6031 _find_next_and_bit +EXPORT_SYMBOL vmlinux 0xafb864c1 refcount_dec_and_lock_irqsave +EXPORT_SYMBOL vmlinux 0xafbff6d5 path_is_under +EXPORT_SYMBOL vmlinux 0xafc08054 dotdot_name +EXPORT_SYMBOL vmlinux 0xafc6c68e zstd_is_error +EXPORT_SYMBOL vmlinux 0xafea9b0e sock_cmsg_send +EXPORT_SYMBOL vmlinux 0xaff62a43 inc_zone_page_state +EXPORT_SYMBOL vmlinux 0xb0156e35 sock_set_sndtimeo +EXPORT_SYMBOL vmlinux 0xb017067f inode_set_flags +EXPORT_SYMBOL vmlinux 0xb01bebf9 xfrm_get_acqseq +EXPORT_SYMBOL vmlinux 0xb0270d19 __vlan_find_dev_deep_rcu +EXPORT_SYMBOL vmlinux 0xb02fa510 bio_alloc_clone +EXPORT_SYMBOL vmlinux 0xb04a43ad __xa_alloc_cyclic +EXPORT_SYMBOL vmlinux 0xb058ca07 dim_calc_stats +EXPORT_SYMBOL vmlinux 0xb05fc310 sysctl_rmem_max +EXPORT_SYMBOL vmlinux 0xb0604d22 __xfrm_init_state +EXPORT_SYMBOL vmlinux 0xb0617db4 wait_for_completion_state +EXPORT_SYMBOL vmlinux 0xb0672949 dm_io +EXPORT_SYMBOL vmlinux 0xb0853dbf sdev_disable_disk_events +EXPORT_SYMBOL vmlinux 0xb0a0da0c rational_best_approximation +EXPORT_SYMBOL vmlinux 0xb0a6ffb1 jbd2_journal_lock_updates +EXPORT_SYMBOL vmlinux 0xb0baea3b locks_remove_posix +EXPORT_SYMBOL vmlinux 0xb0c5e247 lockref_put_return +EXPORT_SYMBOL vmlinux 0xb0d44740 ip_mc_leave_group +EXPORT_SYMBOL vmlinux 0xb0e10781 get_option +EXPORT_SYMBOL vmlinux 0xb0f5adbe mmc_wait_for_cmd +EXPORT_SYMBOL vmlinux 0xb1044ebc flow_rule_match_ports_range +EXPORT_SYMBOL vmlinux 0xb11e6d8f skb_flow_dissector_init +EXPORT_SYMBOL vmlinux 0xb121390a probe_irq_on +EXPORT_SYMBOL vmlinux 0xb127abfa _dev_emerg +EXPORT_SYMBOL vmlinux 0xb12cbacb fb_unregister_client +EXPORT_SYMBOL vmlinux 0xb131fa0b param_set_dyndbg_classes +EXPORT_SYMBOL vmlinux 0xb1342cdb _raw_read_lock_irqsave +EXPORT_SYMBOL vmlinux 0xb134b254 devm_devfreq_register_opp_notifier +EXPORT_SYMBOL vmlinux 0xb14ab1ef hdmi_audio_infoframe_init +EXPORT_SYMBOL vmlinux 0xb14f42c5 blk_queue_max_segment_size +EXPORT_SYMBOL vmlinux 0xb14fc46a find_next_clump8 +EXPORT_SYMBOL vmlinux 0xb1518e15 cancel_work +EXPORT_SYMBOL vmlinux 0xb1597878 mii_link_ok +EXPORT_SYMBOL vmlinux 0xb1a415c5 pnp_disable_dev +EXPORT_SYMBOL vmlinux 0xb1a84536 mdio_device_register +EXPORT_SYMBOL vmlinux 0xb1c3a01a oops_in_progress +EXPORT_SYMBOL vmlinux 0xb1d54236 __bforget +EXPORT_SYMBOL vmlinux 0xb1db9a69 fsl_ifc_find +EXPORT_SYMBOL vmlinux 0xb1ddf995 jiffies_64_to_clock_t +EXPORT_SYMBOL vmlinux 0xb1f233ca setup_new_exec +EXPORT_SYMBOL vmlinux 0xb20fe8de tcf_generic_walker +EXPORT_SYMBOL vmlinux 0xb2279046 __scsi_device_lookup +EXPORT_SYMBOL vmlinux 0xb22e16d5 radix_tree_maybe_preload +EXPORT_SYMBOL vmlinux 0xb23027c1 kstrtos16_from_user +EXPORT_SYMBOL vmlinux 0xb23398e0 scmd_printk +EXPORT_SYMBOL vmlinux 0xb241fead dquot_commit_info +EXPORT_SYMBOL vmlinux 0xb246a7c7 cdrom_get_media_event +EXPORT_SYMBOL vmlinux 0xb24b8542 sg_alloc_table_from_pages_segment +EXPORT_SYMBOL vmlinux 0xb2610c7e dmam_alloc_attrs +EXPORT_SYMBOL vmlinux 0xb2626961 skb_flow_dissect_tunnel_info +EXPORT_SYMBOL vmlinux 0xb26f2205 generic_cont_expand_simple +EXPORT_SYMBOL vmlinux 0xb2859336 blk_set_queue_depth +EXPORT_SYMBOL vmlinux 0xb28b543b rpmh_write_async +EXPORT_SYMBOL vmlinux 0xb2a04a1d jbd2_journal_force_commit_nested +EXPORT_SYMBOL vmlinux 0xb2bcb088 acpi_current_gpe_count +EXPORT_SYMBOL vmlinux 0xb2e8b38a tcp_create_openreq_child +EXPORT_SYMBOL vmlinux 0xb2ead97c kimage_vaddr +EXPORT_SYMBOL vmlinux 0xb2f203e5 param_ops_ulong +EXPORT_SYMBOL vmlinux 0xb2f35c6a xxh64 +EXPORT_SYMBOL vmlinux 0xb2fcb56d queue_delayed_work_on +EXPORT_SYMBOL vmlinux 0xb2fe5218 request_partial_firmware_into_buf +EXPORT_SYMBOL vmlinux 0xb306ec50 __sg_alloc_table +EXPORT_SYMBOL vmlinux 0xb308c97d wait_woken +EXPORT_SYMBOL vmlinux 0xb30b9822 vme_master_set +EXPORT_SYMBOL vmlinux 0xb30ef283 mark_page_accessed +EXPORT_SYMBOL vmlinux 0xb31555d6 dev_remove_pack +EXPORT_SYMBOL vmlinux 0xb3258f79 __ubsan_handle_type_mismatch_v1 +EXPORT_SYMBOL vmlinux 0xb32728bb qcom_scm_iommu_secure_ptbl_init +EXPORT_SYMBOL vmlinux 0xb32dcc38 bio_kmalloc +EXPORT_SYMBOL vmlinux 0xb33d41f9 devm_request_any_context_irq +EXPORT_SYMBOL vmlinux 0xb344be49 unregister_console +EXPORT_SYMBOL vmlinux 0xb34dca1c kryo_l2_get_indirect_reg +EXPORT_SYMBOL vmlinux 0xb35b0ea5 vfs_ioctl +EXPORT_SYMBOL vmlinux 0xb3687850 out_of_line_wait_on_bit_lock +EXPORT_SYMBOL vmlinux 0xb3707e6e flow_keys_basic_dissector +EXPORT_SYMBOL vmlinux 0xb3770ef5 unregister_shrinker +EXPORT_SYMBOL vmlinux 0xb38368dd i2c_verify_client +EXPORT_SYMBOL vmlinux 0xb3867e6d mtree_insert +EXPORT_SYMBOL vmlinux 0xb3943a62 mmc_free_host +EXPORT_SYMBOL vmlinux 0xb39e1b1c kobject_get_unless_zero +EXPORT_SYMBOL vmlinux 0xb39fd1b1 padata_free +EXPORT_SYMBOL vmlinux 0xb3a82019 profile_pc +EXPORT_SYMBOL vmlinux 0xb3d2c76d scsi_hostbyte_string +EXPORT_SYMBOL vmlinux 0xb3dbe939 jbd2_fc_end_commit +EXPORT_SYMBOL vmlinux 0xb3e3f346 bpf_map_get +EXPORT_SYMBOL vmlinux 0xb3f0de55 xz_dec_microlzma_run +EXPORT_SYMBOL vmlinux 0xb3f35a48 mipi_dsi_generic_write +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 0xb4044242 unregister_mii_timestamper +EXPORT_SYMBOL vmlinux 0xb4091a9b locks_delete_block +EXPORT_SYMBOL vmlinux 0xb409e038 tcf_exts_change +EXPORT_SYMBOL vmlinux 0xb419b782 xfrm_if_register_cb +EXPORT_SYMBOL vmlinux 0xb423dba1 console_blanked +EXPORT_SYMBOL vmlinux 0xb43769b1 __traceiter_kmem_cache_free +EXPORT_SYMBOL vmlinux 0xb44b4925 fb_blank +EXPORT_SYMBOL vmlinux 0xb4577003 acpi_dev_present +EXPORT_SYMBOL vmlinux 0xb47b3914 max8998_read_reg +EXPORT_SYMBOL vmlinux 0xb48d4d22 security_sb_eat_lsm_opts +EXPORT_SYMBOL vmlinux 0xb49601a1 sg_zero_buffer +EXPORT_SYMBOL vmlinux 0xb49f372f security_inode_invalidate_secctx +EXPORT_SYMBOL vmlinux 0xb4a79898 blk_limits_io_opt +EXPORT_SYMBOL vmlinux 0xb4aaf17f generic_pipe_buf_try_steal +EXPORT_SYMBOL vmlinux 0xb4b18b09 scsi_block_requests +EXPORT_SYMBOL vmlinux 0xb4d12819 bpf_link_get_from_fd +EXPORT_SYMBOL vmlinux 0xb4e18beb jbd2_journal_get_undo_access +EXPORT_SYMBOL vmlinux 0xb4eefffa netif_device_detach +EXPORT_SYMBOL vmlinux 0xb4f13d2a abort +EXPORT_SYMBOL vmlinux 0xb4f14326 tty_lock +EXPORT_SYMBOL vmlinux 0xb4f43eef ip_sock_set_freebind +EXPORT_SYMBOL vmlinux 0xb5073d9c fs_lookup_param +EXPORT_SYMBOL vmlinux 0xb51355ae pci_disable_msix +EXPORT_SYMBOL vmlinux 0xb5182cc1 ip4_datagram_connect +EXPORT_SYMBOL vmlinux 0xb51f5d20 free_netdev +EXPORT_SYMBOL vmlinux 0xb52bbcc8 cdrom_mode_select +EXPORT_SYMBOL vmlinux 0xb53597f6 read_cache_folio +EXPORT_SYMBOL vmlinux 0xb5380629 dma_unmap_page_attrs +EXPORT_SYMBOL vmlinux 0xb53a9bef sock_no_mmap +EXPORT_SYMBOL vmlinux 0xb53f2810 tcp_sockets_allocated +EXPORT_SYMBOL vmlinux 0xb55c7e5d phy_mac_interrupt +EXPORT_SYMBOL vmlinux 0xb57f1e27 fman_port_disable +EXPORT_SYMBOL vmlinux 0xb5871ea5 dev_set_mac_address +EXPORT_SYMBOL vmlinux 0xb58c611e sockopt_ns_capable +EXPORT_SYMBOL vmlinux 0xb5a29b06 sock_bind_add +EXPORT_SYMBOL vmlinux 0xb5a459dc unregister_blkdev +EXPORT_SYMBOL vmlinux 0xb5a61337 tcp_enter_quickack_mode +EXPORT_SYMBOL vmlinux 0xb5aa7165 dma_pool_destroy +EXPORT_SYMBOL vmlinux 0xb5ae12e5 skb_ensure_writable +EXPORT_SYMBOL vmlinux 0xb5b54b34 _raw_spin_unlock +EXPORT_SYMBOL vmlinux 0xb5b63711 fileattr_fill_xflags +EXPORT_SYMBOL vmlinux 0xb5b8de08 jbd2_fc_release_bufs +EXPORT_SYMBOL vmlinux 0xb5c71e95 d_alloc +EXPORT_SYMBOL vmlinux 0xb5d86075 pagecache_isize_extended +EXPORT_SYMBOL vmlinux 0xb5e73116 flush_delayed_work +EXPORT_SYMBOL vmlinux 0xb60d3649 rtc_add_group +EXPORT_SYMBOL vmlinux 0xb60f554b i2c_get_adapter +EXPORT_SYMBOL vmlinux 0xb60f9bdc phy_validate_pause +EXPORT_SYMBOL vmlinux 0xb61d6fc2 down_read_interruptible +EXPORT_SYMBOL vmlinux 0xb62e7d70 mdio_driver_register +EXPORT_SYMBOL vmlinux 0xb633bd27 pci_ep_cfs_add_epc_group +EXPORT_SYMBOL vmlinux 0xb633f115 irq_poll_enable +EXPORT_SYMBOL vmlinux 0xb64c829a mipi_dsi_dcs_get_display_brightness +EXPORT_SYMBOL vmlinux 0xb654ef65 acpi_os_read_port +EXPORT_SYMBOL vmlinux 0xb66e96d8 netlbl_audit_start +EXPORT_SYMBOL vmlinux 0xb676bcc8 xfrm_policy_register_afinfo +EXPORT_SYMBOL vmlinux 0xb678366f int_sqrt +EXPORT_SYMBOL vmlinux 0xb67cc772 t10_pi_type3_ip +EXPORT_SYMBOL vmlinux 0xb67e1f18 insert_inode_locked +EXPORT_SYMBOL vmlinux 0xb67e424f md_bitmap_free +EXPORT_SYMBOL vmlinux 0xb67fec0e uuid_parse +EXPORT_SYMBOL vmlinux 0xb6894c56 dma_fence_describe +EXPORT_SYMBOL vmlinux 0xb6936ffe _bcd2bin +EXPORT_SYMBOL vmlinux 0xb69ecd70 of_phy_get_and_connect +EXPORT_SYMBOL vmlinux 0xb6a34fdb path_has_submounts +EXPORT_SYMBOL vmlinux 0xb6a60a87 xfrm_unregister_km +EXPORT_SYMBOL vmlinux 0xb6a830dc md_check_recovery +EXPORT_SYMBOL vmlinux 0xb6acaa13 phy_sfp_detach +EXPORT_SYMBOL vmlinux 0xb6b6f9e6 __remove_inode_hash +EXPORT_SYMBOL vmlinux 0xb6cb556a _find_first_and_bit +EXPORT_SYMBOL vmlinux 0xb6e36ce2 psched_ratecfg_precompute +EXPORT_SYMBOL vmlinux 0xb6e4dc57 skb_prepare_seq_read +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 0xb74109a7 ppp_input +EXPORT_SYMBOL vmlinux 0xb752eb7e abort_creds +EXPORT_SYMBOL vmlinux 0xb7688155 ucc_slow_init +EXPORT_SYMBOL vmlinux 0xb788fb30 gic_pmr_sync +EXPORT_SYMBOL vmlinux 0xb78debe3 LZ4_decompress_fast_usingDict +EXPORT_SYMBOL vmlinux 0xb7916409 generic_shutdown_super +EXPORT_SYMBOL vmlinux 0xb7a75631 filemap_fdatawrite_wbc +EXPORT_SYMBOL vmlinux 0xb7b04119 mmc_alloc_host +EXPORT_SYMBOL vmlinux 0xb7b7fa6e node_states +EXPORT_SYMBOL vmlinux 0xb7c0f443 sort +EXPORT_SYMBOL vmlinux 0xb7c6db70 sysctl_max_skb_frags +EXPORT_SYMBOL vmlinux 0xb7cf18e2 rtnetlink_put_metrics +EXPORT_SYMBOL vmlinux 0xb7d72701 jbd2_journal_revoke +EXPORT_SYMBOL vmlinux 0xb7f346e2 generic_copy_file_range +EXPORT_SYMBOL vmlinux 0xb7fb7e16 of_get_property +EXPORT_SYMBOL vmlinux 0xb80b4a18 zstd_compress_bound +EXPORT_SYMBOL vmlinux 0xb80e4a6e d_alloc_anon +EXPORT_SYMBOL vmlinux 0xb8139be3 skb_dequeue +EXPORT_SYMBOL vmlinux 0xb81d9452 udp_read_skb +EXPORT_SYMBOL vmlinux 0xb830bb39 generic_pipe_buf_release +EXPORT_SYMBOL vmlinux 0xb842716c qcom_scm_ocmem_lock_available +EXPORT_SYMBOL vmlinux 0xb84f995a sync_filesystem +EXPORT_SYMBOL vmlinux 0xb8605d9c qman_p_static_dequeue_add +EXPORT_SYMBOL vmlinux 0xb868ac5c register_sysrq_key +EXPORT_SYMBOL vmlinux 0xb88cca7b pci_ep_cfs_remove_epf_group +EXPORT_SYMBOL vmlinux 0xb89b6e6b guid_parse +EXPORT_SYMBOL vmlinux 0xb8a5f6b0 vfs_getattr_nosec +EXPORT_SYMBOL vmlinux 0xb8aaa1d3 __alloc_pages +EXPORT_SYMBOL vmlinux 0xb8ad79e8 default_qdisc_ops +EXPORT_SYMBOL vmlinux 0xb8b043f2 kfree_link +EXPORT_SYMBOL vmlinux 0xb8d4ab0c cdrom_release +EXPORT_SYMBOL vmlinux 0xb8e3469a blk_queue_logical_block_size +EXPORT_SYMBOL vmlinux 0xb8ed868a folio_wait_private_2 +EXPORT_SYMBOL vmlinux 0xb8f79544 I_BDEV +EXPORT_SYMBOL vmlinux 0xb907513f unpoison_memory +EXPORT_SYMBOL vmlinux 0xb90fa2e7 iget_locked +EXPORT_SYMBOL vmlinux 0xb911bb58 minmax_running_max +EXPORT_SYMBOL vmlinux 0xb912395a get_unmapped_area +EXPORT_SYMBOL vmlinux 0xb913444c blkdev_put +EXPORT_SYMBOL vmlinux 0xb920db49 acpi_tb_install_and_load_table +EXPORT_SYMBOL vmlinux 0xb93a0fc0 __filemap_get_folio +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 0xb97473a3 __ip_mc_inc_group +EXPORT_SYMBOL vmlinux 0xb983310d pfifo_fast_ops +EXPORT_SYMBOL vmlinux 0xb9af1d0d __xa_clear_mark +EXPORT_SYMBOL vmlinux 0xb9b860d1 page_pool_get_stats +EXPORT_SYMBOL vmlinux 0xb9bced82 pci_resize_resource +EXPORT_SYMBOL vmlinux 0xb9c90d40 rproc_boot +EXPORT_SYMBOL vmlinux 0xb9dbfbbc sync_dirty_buffer +EXPORT_SYMBOL vmlinux 0xb9e8e2cc in6addr_sitelocal_allrouters +EXPORT_SYMBOL vmlinux 0xb9fc381a qcom_scm_hdcp_req +EXPORT_SYMBOL vmlinux 0xba057e1d mipi_dsi_device_unregister +EXPORT_SYMBOL vmlinux 0xba0676e2 vm_zone_stat +EXPORT_SYMBOL vmlinux 0xba1008c8 __crc32c_le +EXPORT_SYMBOL vmlinux 0xba343058 tso_start +EXPORT_SYMBOL vmlinux 0xba497f13 loops_per_jiffy +EXPORT_SYMBOL vmlinux 0xba526d4f xp_dma_sync_for_device_slow +EXPORT_SYMBOL vmlinux 0xba571040 ipv6_skip_exthdr +EXPORT_SYMBOL vmlinux 0xba639b09 mipi_dsi_picture_parameter_set +EXPORT_SYMBOL vmlinux 0xba6f4a2a dma_resv_reserve_fences +EXPORT_SYMBOL vmlinux 0xba707a78 qe_get_brg_clk +EXPORT_SYMBOL vmlinux 0xba881037 devm_aperture_acquire_for_platform_device +EXPORT_SYMBOL vmlinux 0xba8fbd64 _raw_spin_lock +EXPORT_SYMBOL vmlinux 0xba9281f7 security_old_inode_init_security +EXPORT_SYMBOL vmlinux 0xba9f94c5 ndo_dflt_fdb_add +EXPORT_SYMBOL vmlinux 0xbaaa27c4 devm_get_clk_from_child +EXPORT_SYMBOL vmlinux 0xbaaf15c3 fixed_size_llseek +EXPORT_SYMBOL vmlinux 0xbabeb738 key_unlink +EXPORT_SYMBOL vmlinux 0xbac64456 xp_alloc +EXPORT_SYMBOL vmlinux 0xbac8aeea sg_nents_for_len +EXPORT_SYMBOL vmlinux 0xbad428d9 invalidate_mapping_pages +EXPORT_SYMBOL vmlinux 0xbae65c42 arp_create +EXPORT_SYMBOL vmlinux 0xbaed5df2 free_mdio_bitbang +EXPORT_SYMBOL vmlinux 0xbaf2560a proc_symlink +EXPORT_SYMBOL vmlinux 0xbafa632e __do_once_sleepable_start +EXPORT_SYMBOL vmlinux 0xbb0540aa zlib_inflateReset +EXPORT_SYMBOL vmlinux 0xbb1cdb2c napi_schedule_prep +EXPORT_SYMBOL vmlinux 0xbb21260e convert_ifc_address +EXPORT_SYMBOL vmlinux 0xbb24f607 init_cdrom_command +EXPORT_SYMBOL vmlinux 0xbb271e3b kernel_sendpage +EXPORT_SYMBOL vmlinux 0xbb320936 sock_release +EXPORT_SYMBOL vmlinux 0xbb380d4b crypto_kdf108_setkey +EXPORT_SYMBOL vmlinux 0xbb3c5003 __sk_dst_check +EXPORT_SYMBOL vmlinux 0xbb465f68 vga_client_register +EXPORT_SYMBOL vmlinux 0xbb4f4766 simple_write_to_buffer +EXPORT_SYMBOL vmlinux 0xbb5fd96d wait_for_key_construction +EXPORT_SYMBOL vmlinux 0xbb687724 bman_new_pool +EXPORT_SYMBOL vmlinux 0xbb753957 dma_find_channel +EXPORT_SYMBOL vmlinux 0xbb8a924a of_mdio_find_bus +EXPORT_SYMBOL vmlinux 0xbb8c8986 nexthop_res_grp_activity_update +EXPORT_SYMBOL vmlinux 0xbb971827 __tty_insert_flip_char +EXPORT_SYMBOL vmlinux 0xbb9ed3bf mutex_trylock +EXPORT_SYMBOL vmlinux 0xbba25696 inet_frag_pull_head +EXPORT_SYMBOL vmlinux 0xbba7f2f2 __cpuhp_setup_state_cpuslocked +EXPORT_SYMBOL vmlinux 0xbbc04f43 blkdev_issue_secure_erase +EXPORT_SYMBOL vmlinux 0xbbcaf34d tcp_v4_connect +EXPORT_SYMBOL vmlinux 0xbbcec65f tcp_rcv_state_process +EXPORT_SYMBOL vmlinux 0xbbd95d8d input_mt_init_slots +EXPORT_SYMBOL vmlinux 0xbbeb3909 blk_mq_kick_requeue_list +EXPORT_SYMBOL vmlinux 0xbc0af5d0 get_thermal_instance +EXPORT_SYMBOL vmlinux 0xbc0d528a kthread_create_on_cpu +EXPORT_SYMBOL vmlinux 0xbc2031de acpi_processor_get_bios_limit +EXPORT_SYMBOL vmlinux 0xbc5e8916 tegra_dfll_register +EXPORT_SYMBOL vmlinux 0xbc6355af neigh_lookup +EXPORT_SYMBOL vmlinux 0xbc6f658b uart_add_one_port +EXPORT_SYMBOL vmlinux 0xbc7e0579 remove_watch_from_object +EXPORT_SYMBOL vmlinux 0xbc86fbc0 icmpv6_ndo_send +EXPORT_SYMBOL vmlinux 0xbca895c4 eth_prepare_mac_addr_change +EXPORT_SYMBOL vmlinux 0xbcab6ee6 sscanf +EXPORT_SYMBOL vmlinux 0xbcbe57d5 of_pci_range_to_resource +EXPORT_SYMBOL vmlinux 0xbcccc13b __sk_mem_reclaim +EXPORT_SYMBOL vmlinux 0xbcd19ed9 devfreq_add_device +EXPORT_SYMBOL vmlinux 0xbd0297f3 ata_std_end_eh +EXPORT_SYMBOL vmlinux 0xbd12348b tty_wait_until_sent +EXPORT_SYMBOL vmlinux 0xbd194b6e phy_write_mmd +EXPORT_SYMBOL vmlinux 0xbd28d917 backlight_device_get_by_name +EXPORT_SYMBOL vmlinux 0xbd462b55 __kfifo_init +EXPORT_SYMBOL vmlinux 0xbd49de46 tcf_exts_dump_stats +EXPORT_SYMBOL vmlinux 0xbd49ea53 module_put +EXPORT_SYMBOL vmlinux 0xbd4d381f genphy_loopback +EXPORT_SYMBOL vmlinux 0xbd59913d neigh_resolve_output +EXPORT_SYMBOL vmlinux 0xbd5a8f15 page_symlink +EXPORT_SYMBOL vmlinux 0xbd628752 __tracepoint_mmap_lock_start_locking +EXPORT_SYMBOL vmlinux 0xbd6841d4 crc16 +EXPORT_SYMBOL vmlinux 0xbd9d1356 rproc_free +EXPORT_SYMBOL vmlinux 0xbd9fd65d netpoll_cleanup +EXPORT_SYMBOL vmlinux 0xbda26eb6 console_force_preferred_locked +EXPORT_SYMBOL vmlinux 0xbdf176b8 security_sb_remount +EXPORT_SYMBOL vmlinux 0xbdff19d8 xfrm6_protocol_deregister +EXPORT_SYMBOL vmlinux 0xbe0228a6 serial8250_register_8250_port +EXPORT_SYMBOL vmlinux 0xbe118c52 __tracepoint_mmap_lock_acquire_returned +EXPORT_SYMBOL vmlinux 0xbe12aa26 qdisc_reset +EXPORT_SYMBOL vmlinux 0xbe263f36 cred_fscmp +EXPORT_SYMBOL vmlinux 0xbe2d1584 xfrm6_rcv_encap +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 0xbe5d1af4 nonseekable_open +EXPORT_SYMBOL vmlinux 0xbe6a866f __wait_on_bit +EXPORT_SYMBOL vmlinux 0xbe6a8c96 zstd_cctx_workspace_bound +EXPORT_SYMBOL vmlinux 0xbe8800df pcibios_resource_to_bus +EXPORT_SYMBOL vmlinux 0xbe8f76e4 bio_integrity_trim +EXPORT_SYMBOL vmlinux 0xbe910fd2 eth_header_parse_protocol +EXPORT_SYMBOL vmlinux 0xbe916c0e devm_rproc_add +EXPORT_SYMBOL vmlinux 0xbe99df62 unregister_netdevice_notifier_dev_net +EXPORT_SYMBOL vmlinux 0xbec5c6e1 napi_enable +EXPORT_SYMBOL vmlinux 0xbed44dc0 dma_alloc_attrs +EXPORT_SYMBOL vmlinux 0xbeef8b19 xen_free_ballooned_pages +EXPORT_SYMBOL vmlinux 0xbef130be ip_tunnel_header_ops +EXPORT_SYMBOL vmlinux 0xbef43296 console_conditional_schedule +EXPORT_SYMBOL vmlinux 0xbefa51a3 gen_pool_add_owner +EXPORT_SYMBOL vmlinux 0xbf011785 md_cluster_ops +EXPORT_SYMBOL vmlinux 0xbf064635 __lock_sock_fast +EXPORT_SYMBOL vmlinux 0xbf0e8eb0 mr_vif_seq_idx +EXPORT_SYMBOL vmlinux 0xbf14dca3 vfs_symlink +EXPORT_SYMBOL vmlinux 0xbf17dd6b d_add_ci +EXPORT_SYMBOL vmlinux 0xbf1f99b3 folio_write_one +EXPORT_SYMBOL vmlinux 0xbf2c9ea3 dcb_ieee_getapp_mask +EXPORT_SYMBOL vmlinux 0xbf4252be vfs_statfs +EXPORT_SYMBOL vmlinux 0xbf4da1c3 locks_copy_conflock +EXPORT_SYMBOL vmlinux 0xbf59c419 posix_acl_init +EXPORT_SYMBOL vmlinux 0xbf9bcc8d __cap_empty_set +EXPORT_SYMBOL vmlinux 0xbfa0edd7 try_lookup_one_len +EXPORT_SYMBOL vmlinux 0xbfaa54c0 mmc_start_request +EXPORT_SYMBOL vmlinux 0xbfae9e07 utf8_validate +EXPORT_SYMBOL vmlinux 0xbfb6a878 sk_capable +EXPORT_SYMBOL vmlinux 0xbfc3f88a fput +EXPORT_SYMBOL vmlinux 0xbfc6d6dd dev_uc_sync +EXPORT_SYMBOL vmlinux 0xbfcbc0d2 stmp_reset_block +EXPORT_SYMBOL vmlinux 0xc0054933 __netif_napi_del +EXPORT_SYMBOL vmlinux 0xc01cec76 ptp_cancel_worker_sync +EXPORT_SYMBOL vmlinux 0xc025ae26 tty_unregister_ldisc +EXPORT_SYMBOL vmlinux 0xc02fa4f2 tcp_mmap +EXPORT_SYMBOL vmlinux 0xc0364007 fault_in_writeable +EXPORT_SYMBOL vmlinux 0xc05f4f64 mdiobus_read +EXPORT_SYMBOL vmlinux 0xc060c3f4 page_pool_ethtool_stats_get +EXPORT_SYMBOL vmlinux 0xc061a062 pci_fixup_cardbus +EXPORT_SYMBOL vmlinux 0xc070a130 simple_dir_operations +EXPORT_SYMBOL vmlinux 0xc0763484 rfkill_blocked +EXPORT_SYMBOL vmlinux 0xc078d22c zstd_init_cstream +EXPORT_SYMBOL vmlinux 0xc07b0863 fb_destroy_modedb +EXPORT_SYMBOL vmlinux 0xc07d4c09 kernel_sendmsg +EXPORT_SYMBOL vmlinux 0xc08e7a05 nla_reserve +EXPORT_SYMBOL vmlinux 0xc09adb93 tc_setup_cb_reoffload +EXPORT_SYMBOL vmlinux 0xc0ade110 dev_mc_flush +EXPORT_SYMBOL vmlinux 0xc0aee08d security_sk_classify_flow +EXPORT_SYMBOL vmlinux 0xc0b42632 textsearch_unregister +EXPORT_SYMBOL vmlinux 0xc0e416e8 phy_ethtool_set_link_ksettings +EXPORT_SYMBOL vmlinux 0xc0fa8014 of_node_name_eq +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 0xc1038462 __task_pid_nr_ns +EXPORT_SYMBOL vmlinux 0xc1198662 __warn_flushing_systemwide_wq +EXPORT_SYMBOL vmlinux 0xc1333dba tcp_sock_set_keepcnt +EXPORT_SYMBOL vmlinux 0xc14dc168 acpi_get_data +EXPORT_SYMBOL vmlinux 0xc1514a3b free_irq +EXPORT_SYMBOL vmlinux 0xc1579516 fman_port_enable +EXPORT_SYMBOL vmlinux 0xc164a51c keygen_init +EXPORT_SYMBOL vmlinux 0xc16be39d iter_div_u64_rem +EXPORT_SYMBOL vmlinux 0xc16eff38 unix_destruct_scm +EXPORT_SYMBOL vmlinux 0xc17a32b0 __inet6_lookup_established +EXPORT_SYMBOL vmlinux 0xc197829e md_reap_sync_thread +EXPORT_SYMBOL vmlinux 0xc1b054cf key_type_keyring +EXPORT_SYMBOL vmlinux 0xc1cac66d pci_alloc_dev +EXPORT_SYMBOL vmlinux 0xc1d4f3ba __phy_resume +EXPORT_SYMBOL vmlinux 0xc1d5d504 scsi_cmd_allowed +EXPORT_SYMBOL vmlinux 0xc1d65120 pci_get_subsys +EXPORT_SYMBOL vmlinux 0xc1d8cfaf __fdget +EXPORT_SYMBOL vmlinux 0xc1e1af94 dcbnl_cee_notify +EXPORT_SYMBOL vmlinux 0xc1e2c742 tegra_io_rail_power_on +EXPORT_SYMBOL vmlinux 0xc2050974 fman_port_get_tstamp +EXPORT_SYMBOL vmlinux 0xc2157622 dev_get_by_name +EXPORT_SYMBOL vmlinux 0xc2291eb2 skb_set_owner_w +EXPORT_SYMBOL vmlinux 0xc22b9c6f nd_btt_probe +EXPORT_SYMBOL vmlinux 0xc22f6693 call_fib_notifier +EXPORT_SYMBOL vmlinux 0xc2310cdc logic_inl +EXPORT_SYMBOL vmlinux 0xc243125c blk_set_runtime_active +EXPORT_SYMBOL vmlinux 0xc24d786d config_item_init_type_name +EXPORT_SYMBOL vmlinux 0xc24f5e27 xfrm_policy_insert +EXPORT_SYMBOL vmlinux 0xc2595fe6 udp_lib_get_port +EXPORT_SYMBOL vmlinux 0xc259fdbc bdi_alloc +EXPORT_SYMBOL vmlinux 0xc269d8b5 submit_bio_noacct +EXPORT_SYMBOL vmlinux 0xc27c295c update_devfreq +EXPORT_SYMBOL vmlinux 0xc280b080 jbd2_journal_flush +EXPORT_SYMBOL vmlinux 0xc28b9b6e pcie_ptm_enabled +EXPORT_SYMBOL vmlinux 0xc29bf967 strspn +EXPORT_SYMBOL vmlinux 0xc2a737aa set_user_nice +EXPORT_SYMBOL vmlinux 0xc2be737d xfrm_replay_seqhi +EXPORT_SYMBOL vmlinux 0xc2cb862e sgl_alloc_order +EXPORT_SYMBOL vmlinux 0xc2cf6ab7 bdi_unregister +EXPORT_SYMBOL vmlinux 0xc2d3597c clk_hw_register_clkdev +EXPORT_SYMBOL vmlinux 0xc2d4b1cd is_nd_pfn +EXPORT_SYMBOL vmlinux 0xc2e168ab caches_clean_inval_pou +EXPORT_SYMBOL vmlinux 0xc2e587d1 reset_devices +EXPORT_SYMBOL vmlinux 0xc2e7be2a tso_build_hdr +EXPORT_SYMBOL vmlinux 0xc2ee201f phy_stop +EXPORT_SYMBOL vmlinux 0xc2f11eac meson_sm_call_read +EXPORT_SYMBOL vmlinux 0xc2f52274 __lshrti3 +EXPORT_SYMBOL vmlinux 0xc2faaf58 __sock_create +EXPORT_SYMBOL vmlinux 0xc3055d20 usleep_range_state +EXPORT_SYMBOL vmlinux 0xc30c345a dcb_ieee_getapp_dscp_prio_mask_map +EXPORT_SYMBOL vmlinux 0xc310b981 strnstr +EXPORT_SYMBOL vmlinux 0xc311b46f ip6_dst_hoplimit +EXPORT_SYMBOL vmlinux 0xc31db0ce is_vmalloc_addr +EXPORT_SYMBOL vmlinux 0xc32c71af register_inetaddr_validator_notifier +EXPORT_SYMBOL vmlinux 0xc32edd5e phy_sfp_probe +EXPORT_SYMBOL vmlinux 0xc334a6e6 noop_fsync +EXPORT_SYMBOL vmlinux 0xc334ee2a pci_wake_from_d3 +EXPORT_SYMBOL vmlinux 0xc3373031 mmc_set_data_timeout +EXPORT_SYMBOL vmlinux 0xc34ac006 lookup_one_len +EXPORT_SYMBOL vmlinux 0xc34d70de udp_gro_complete +EXPORT_SYMBOL vmlinux 0xc3551776 fs_param_is_string +EXPORT_SYMBOL vmlinux 0xc360877b arp_send +EXPORT_SYMBOL vmlinux 0xc3632f5a find_vma +EXPORT_SYMBOL vmlinux 0xc363cb6c inet6_release +EXPORT_SYMBOL vmlinux 0xc36bcc2f xp_set_rxq_info +EXPORT_SYMBOL vmlinux 0xc3757471 tcp_sock_set_user_timeout +EXPORT_SYMBOL vmlinux 0xc3762aec mempool_alloc +EXPORT_SYMBOL vmlinux 0xc37c6451 devm_of_find_backlight +EXPORT_SYMBOL vmlinux 0xc37f9c6e cpufreq_update_policy +EXPORT_SYMBOL vmlinux 0xc38c83b8 mod_timer +EXPORT_SYMBOL vmlinux 0xc3bc72ad trace_print_array_seq +EXPORT_SYMBOL vmlinux 0xc3cd034d crc8_populate_lsb +EXPORT_SYMBOL vmlinux 0xc3ddd72a sg_miter_next +EXPORT_SYMBOL vmlinux 0xc3ff38c2 down_read_trylock +EXPORT_SYMBOL vmlinux 0xc4156caf blk_queue_chunk_sectors +EXPORT_SYMBOL vmlinux 0xc41639c5 forget_cached_acl +EXPORT_SYMBOL vmlinux 0xc4174956 block_dirty_folio +EXPORT_SYMBOL vmlinux 0xc418e111 udp_lib_rehash +EXPORT_SYMBOL vmlinux 0xc42007c5 file_write_and_wait_range +EXPORT_SYMBOL vmlinux 0xc4212ab9 qdisc_class_hash_insert +EXPORT_SYMBOL vmlinux 0xc42dcb99 acpi_evaluate_ost +EXPORT_SYMBOL vmlinux 0xc4410a85 __skb_ext_del +EXPORT_SYMBOL vmlinux 0xc445fba2 vme_register_error_handler +EXPORT_SYMBOL vmlinux 0xc44d57e9 udp_seq_next +EXPORT_SYMBOL vmlinux 0xc452212c utf8_strncasecmp +EXPORT_SYMBOL vmlinux 0xc466b836 tcp_child_process +EXPORT_SYMBOL vmlinux 0xc4708199 cpm_muram_addr +EXPORT_SYMBOL vmlinux 0xc4777aa9 __ctzsi2 +EXPORT_SYMBOL vmlinux 0xc49624c3 uart_match_port +EXPORT_SYMBOL vmlinux 0xc4b12a0c iov_iter_npages +EXPORT_SYMBOL vmlinux 0xc4b21d2f qman_get_affine_portal +EXPORT_SYMBOL vmlinux 0xc4c31498 twl6040_set_bits +EXPORT_SYMBOL vmlinux 0xc528a49a queued_write_lock_slowpath +EXPORT_SYMBOL vmlinux 0xc53f6976 blk_queue_segment_boundary +EXPORT_SYMBOL vmlinux 0xc54a704e csum_and_copy_from_iter +EXPORT_SYMBOL vmlinux 0xc5571de0 phy_start +EXPORT_SYMBOL vmlinux 0xc56c3609 xz_dec_microlzma_reset +EXPORT_SYMBOL vmlinux 0xc57c48a3 idr_get_next +EXPORT_SYMBOL vmlinux 0xc584ef3b uart_unregister_driver +EXPORT_SYMBOL vmlinux 0xc585d126 truncate_inode_pages_final +EXPORT_SYMBOL vmlinux 0xc586443f xfrm_sad_getinfo +EXPORT_SYMBOL vmlinux 0xc58d5a90 kstrtoll_from_user +EXPORT_SYMBOL vmlinux 0xc58f2e0e dma_free_attrs +EXPORT_SYMBOL vmlinux 0xc592cf74 phy_ethtool_set_eee +EXPORT_SYMBOL vmlinux 0xc5934241 register_fib_notifier +EXPORT_SYMBOL vmlinux 0xc5973fa0 tty_hangup +EXPORT_SYMBOL vmlinux 0xc599a772 security_xfrm_state_delete +EXPORT_SYMBOL vmlinux 0xc59b1ce8 inet6_ioctl +EXPORT_SYMBOL vmlinux 0xc5a1a847 vmf_insert_mixed_mkwrite +EXPORT_SYMBOL vmlinux 0xc5a3367a __tracepoint_dma_fence_emit +EXPORT_SYMBOL vmlinux 0xc5b6f236 queue_work_on +EXPORT_SYMBOL vmlinux 0xc5c5a2e4 kill_anon_super +EXPORT_SYMBOL vmlinux 0xc5c915da init_task +EXPORT_SYMBOL vmlinux 0xc5e2d135 empty_aops +EXPORT_SYMBOL vmlinux 0xc5e74216 release_resource +EXPORT_SYMBOL vmlinux 0xc5e96b21 tcp_syn_ack_timeout +EXPORT_SYMBOL vmlinux 0xc60d0620 __num_online_cpus +EXPORT_SYMBOL vmlinux 0xc613148e netdev_adjacent_change_abort +EXPORT_SYMBOL vmlinux 0xc622556f prepare_to_wait_exclusive +EXPORT_SYMBOL vmlinux 0xc62ddd68 mdio_driver_unregister +EXPORT_SYMBOL vmlinux 0xc631580a console_unlock +EXPORT_SYMBOL vmlinux 0xc633d82d phy_unregister_fixup +EXPORT_SYMBOL vmlinux 0xc650eef2 vme_bus_num +EXPORT_SYMBOL vmlinux 0xc65b2b17 dm_table_get_mode +EXPORT_SYMBOL vmlinux 0xc65e4e97 secure_dccp_sequence_number +EXPORT_SYMBOL vmlinux 0xc666a132 crc_t10dif +EXPORT_SYMBOL vmlinux 0xc66a8304 cpu_rmap_add +EXPORT_SYMBOL vmlinux 0xc69e2b9e ip_mc_inc_group +EXPORT_SYMBOL vmlinux 0xc69fce52 qcom_scm_qsmmu500_wait_safe_toggle +EXPORT_SYMBOL vmlinux 0xc6a7fe97 pci_irq_vector +EXPORT_SYMBOL vmlinux 0xc6cb465a __kfifo_max_r +EXPORT_SYMBOL vmlinux 0xc6cbbc89 capable +EXPORT_SYMBOL vmlinux 0xc6d09aa9 release_firmware +EXPORT_SYMBOL vmlinux 0xc6ec26eb of_device_is_available +EXPORT_SYMBOL vmlinux 0xc6ee0bae inet_register_protosw +EXPORT_SYMBOL vmlinux 0xc6f3b3fc refcount_dec_if_one +EXPORT_SYMBOL vmlinux 0xc6f46339 init_timer_key +EXPORT_SYMBOL vmlinux 0xc6f747cb fault_in_iov_iter_readable +EXPORT_SYMBOL vmlinux 0xc708f1fe ec_write +EXPORT_SYMBOL vmlinux 0xc71ad8a2 pci_add_new_bus +EXPORT_SYMBOL vmlinux 0xc71b039d retire_super +EXPORT_SYMBOL vmlinux 0xc7208c3a serial8250_resume_port +EXPORT_SYMBOL vmlinux 0xc7271201 ethtool_rx_flow_rule_create +EXPORT_SYMBOL vmlinux 0xc72e3cb9 input_register_handle +EXPORT_SYMBOL vmlinux 0xc739e53a tcf_action_set_ctrlact +EXPORT_SYMBOL vmlinux 0xc752e199 rproc_set_firmware +EXPORT_SYMBOL vmlinux 0xc7768676 dev_set_allmulti +EXPORT_SYMBOL vmlinux 0xc7808322 vme_register_bridge +EXPORT_SYMBOL vmlinux 0xc781bd9f rfkill_resume_polling +EXPORT_SYMBOL vmlinux 0xc7856a3d inet6addr_notifier_call_chain +EXPORT_SYMBOL vmlinux 0xc7891d6f xfrm_state_walk_done +EXPORT_SYMBOL vmlinux 0xc797770c __acpi_mdiobus_register +EXPORT_SYMBOL vmlinux 0xc7a4fbed rtnl_lock +EXPORT_SYMBOL vmlinux 0xc7ab1fd3 dquot_writeback_dquots +EXPORT_SYMBOL vmlinux 0xc7ae1903 security_lock_kernel_down +EXPORT_SYMBOL vmlinux 0xc7ae93d7 devm_ioport_unmap +EXPORT_SYMBOL vmlinux 0xc7c1107a LZ4_decompress_safe +EXPORT_SYMBOL vmlinux 0xc7d11244 mini_qdisc_pair_init +EXPORT_SYMBOL vmlinux 0xc7e41286 km_state_notify +EXPORT_SYMBOL vmlinux 0xc800e858 __dquot_alloc_space +EXPORT_SYMBOL vmlinux 0xc80ab559 swake_up_one +EXPORT_SYMBOL vmlinux 0xc822bec4 kmem_cache_alloc_lru +EXPORT_SYMBOL vmlinux 0xc833fcbe md_bitmap_unplug +EXPORT_SYMBOL vmlinux 0xc83695c8 xfrm4_protocol_deregister +EXPORT_SYMBOL vmlinux 0xc838c3f5 __ashrti3 +EXPORT_SYMBOL vmlinux 0xc839afed hdmi_audio_infoframe_check +EXPORT_SYMBOL vmlinux 0xc84a0a7e seq_hlist_start_rcu +EXPORT_SYMBOL vmlinux 0xc84bb098 tcp_mtu_to_mss +EXPORT_SYMBOL vmlinux 0xc84f4de2 xfrm_find_acq_byseq +EXPORT_SYMBOL vmlinux 0xc85480ba phy_ethtool_ksettings_get +EXPORT_SYMBOL vmlinux 0xc86913f9 xp_alloc_batch +EXPORT_SYMBOL vmlinux 0xc872fd85 in6addr_interfacelocal_allnodes +EXPORT_SYMBOL vmlinux 0xc8827b75 sysctl_vals +EXPORT_SYMBOL vmlinux 0xc882fcf4 vfs_clone_file_range +EXPORT_SYMBOL vmlinux 0xc88b5617 netdev_notice +EXPORT_SYMBOL vmlinux 0xc88e3dfa __hw_addr_ref_sync_dev +EXPORT_SYMBOL vmlinux 0xc890c008 zlib_deflateEnd +EXPORT_SYMBOL vmlinux 0xc89846c4 xudma_tchanrt_read +EXPORT_SYMBOL vmlinux 0xc8a80fe8 xsk_clear_tx_need_wakeup +EXPORT_SYMBOL vmlinux 0xc8a91f5b cpumask_local_spread +EXPORT_SYMBOL vmlinux 0xc8b01f2e rawv6_mh_filter_register +EXPORT_SYMBOL vmlinux 0xc8bd7b53 keyring_alloc +EXPORT_SYMBOL vmlinux 0xc8c85086 sg_free_table +EXPORT_SYMBOL vmlinux 0xc8cb5723 sget +EXPORT_SYMBOL vmlinux 0xc8d50f2c udp_skb_destructor +EXPORT_SYMBOL vmlinux 0xc8dcc62a krealloc +EXPORT_SYMBOL vmlinux 0xc8eb8310 prepare_kernel_cred +EXPORT_SYMBOL vmlinux 0xc9000be7 sync_blockdev +EXPORT_SYMBOL vmlinux 0xc903b3bd fs_context_for_reconfigure +EXPORT_SYMBOL vmlinux 0xc905bd18 pcie_get_width_cap +EXPORT_SYMBOL vmlinux 0xc9067981 tty_unthrottle +EXPORT_SYMBOL vmlinux 0xc916dd46 __SCK__tp_func_kmalloc +EXPORT_SYMBOL vmlinux 0xc91e8c88 ppp_register_channel +EXPORT_SYMBOL vmlinux 0xc93ab6d1 pcim_iounmap_regions +EXPORT_SYMBOL vmlinux 0xc93e8461 acpi_get_event_resources +EXPORT_SYMBOL vmlinux 0xc9429a96 param_set_hexint +EXPORT_SYMBOL vmlinux 0xc9634df9 in6addr_linklocal_allrouters +EXPORT_SYMBOL vmlinux 0xc96b5334 mode_strip_sgid +EXPORT_SYMBOL vmlinux 0xc972449f mempool_alloc_slab +EXPORT_SYMBOL vmlinux 0xc9822234 clk_register_clkdev +EXPORT_SYMBOL vmlinux 0xc99a7f6f nf_hook_slow +EXPORT_SYMBOL vmlinux 0xc99e2a55 twl_rev +EXPORT_SYMBOL vmlinux 0xc9bbae1d inet_recvmsg +EXPORT_SYMBOL vmlinux 0xc9c4f0d6 handle_edge_irq +EXPORT_SYMBOL vmlinux 0xc9df055a xfrm_policy_walk_init +EXPORT_SYMBOL vmlinux 0xc9eab7cc sk_net_capable +EXPORT_SYMBOL vmlinux 0xc9eaf453 skb_checksum_setup +EXPORT_SYMBOL vmlinux 0xc9ed0401 imx_sc_rm_is_resource_owned +EXPORT_SYMBOL vmlinux 0xca0e2a75 blkdev_compat_ptr_ioctl +EXPORT_SYMBOL vmlinux 0xca13d4d0 pcim_pin_device +EXPORT_SYMBOL vmlinux 0xca1648d4 zstd_decompress_dctx +EXPORT_SYMBOL vmlinux 0xca17ac01 _find_next_andnot_bit +EXPORT_SYMBOL vmlinux 0xca21ebd3 bitmap_free +EXPORT_SYMBOL vmlinux 0xca431c05 wake_bit_function +EXPORT_SYMBOL vmlinux 0xca540220 of_phy_register_fixed_link +EXPORT_SYMBOL vmlinux 0xca62afaf xudma_rflow_is_gp +EXPORT_SYMBOL vmlinux 0xca6ef495 __put_user_ns +EXPORT_SYMBOL vmlinux 0xca76ba53 nd_region_acquire_lane +EXPORT_SYMBOL vmlinux 0xca77d208 __xfrm_policy_check +EXPORT_SYMBOL vmlinux 0xca9360b5 rb_next +EXPORT_SYMBOL vmlinux 0xca9beaa4 __xa_store +EXPORT_SYMBOL vmlinux 0xcab80fab sk_mc_loop +EXPORT_SYMBOL vmlinux 0xcabda056 __put_devmap_managed_page_refs +EXPORT_SYMBOL vmlinux 0xcacac7b5 inet_sk_set_state +EXPORT_SYMBOL vmlinux 0xcacd35a6 vga_remove_vgacon +EXPORT_SYMBOL vmlinux 0xcad1aca8 acpi_exception +EXPORT_SYMBOL vmlinux 0xcae034ac dput +EXPORT_SYMBOL vmlinux 0xcb0288ea ledtrig_cpu +EXPORT_SYMBOL vmlinux 0xcb3ae215 call_blocking_lsm_notifier +EXPORT_SYMBOL vmlinux 0xcb55d1bd __scm_send +EXPORT_SYMBOL vmlinux 0xcb5b7332 unregister_key_type +EXPORT_SYMBOL vmlinux 0xcb733bf2 acpi_bus_set_power +EXPORT_SYMBOL vmlinux 0xcb79403d file_ns_capable +EXPORT_SYMBOL vmlinux 0xcb79ae7f vm_insert_pages +EXPORT_SYMBOL vmlinux 0xcb8ddb35 dev_vprintk_emit +EXPORT_SYMBOL vmlinux 0xcb9045ea mmc_of_parse_voltage +EXPORT_SYMBOL vmlinux 0xcbaf707f netdev_has_upper_dev_all_rcu +EXPORT_SYMBOL vmlinux 0xcbbd690d dcb_ieee_delapp +EXPORT_SYMBOL vmlinux 0xcbbf0a6f audit_log_task_context +EXPORT_SYMBOL vmlinux 0xcbd335d3 of_graph_get_port_by_id +EXPORT_SYMBOL vmlinux 0xcbd4898c fortify_panic +EXPORT_SYMBOL vmlinux 0xcbf5bde8 input_unregister_handler +EXPORT_SYMBOL vmlinux 0xcbfb33e4 init_opal_dev +EXPORT_SYMBOL vmlinux 0xcc054376 starget_for_each_device +EXPORT_SYMBOL vmlinux 0xcc078ae1 generic_remap_file_range_prep +EXPORT_SYMBOL vmlinux 0xcc0ca80e genphy_restart_aneg +EXPORT_SYMBOL vmlinux 0xcc0eda2f __inet_stream_connect +EXPORT_SYMBOL vmlinux 0xcc1b882a idr_get_next_ul +EXPORT_SYMBOL vmlinux 0xcc1e83dc copy_page_to_iter +EXPORT_SYMBOL vmlinux 0xcc23002a hdmi_infoframe_pack_only +EXPORT_SYMBOL vmlinux 0xcc248d26 serial8250_suspend_port +EXPORT_SYMBOL vmlinux 0xcc2b25eb call_usermodehelper_setup +EXPORT_SYMBOL vmlinux 0xcc328a5c reservation_ww_class +EXPORT_SYMBOL vmlinux 0xcc34cfec dma_sync_sg_for_cpu +EXPORT_SYMBOL vmlinux 0xcc35e22c sock_no_linger +EXPORT_SYMBOL vmlinux 0xcc392eea kmalloc_size_roundup +EXPORT_SYMBOL vmlinux 0xcc3bff9e mipi_dsi_detach +EXPORT_SYMBOL vmlinux 0xcc411ed1 ptp_convert_timestamp +EXPORT_SYMBOL vmlinux 0xcc5005fe msleep_interruptible +EXPORT_SYMBOL vmlinux 0xcc5c2df4 trace_print_symbols_seq +EXPORT_SYMBOL vmlinux 0xcc5d22d9 can_do_mlock +EXPORT_SYMBOL vmlinux 0xcc6f577a sock_no_ioctl +EXPORT_SYMBOL vmlinux 0xcc734484 tty_port_alloc_xmit_buf +EXPORT_SYMBOL vmlinux 0xcc793a5b param_ops_dyndbg_classes +EXPORT_SYMBOL vmlinux 0xcc7f8c87 tcf_idr_release +EXPORT_SYMBOL vmlinux 0xcc84c0a6 devfreq_suspend_device +EXPORT_SYMBOL vmlinux 0xcc8968dd take_dentry_name_snapshot +EXPORT_SYMBOL vmlinux 0xcc955eb7 dcb_ieee_getapp_default_prio_mask +EXPORT_SYMBOL vmlinux 0xcc9ac2dc tty_port_close_end +EXPORT_SYMBOL vmlinux 0xcca34ae0 sdev_enable_disk_events +EXPORT_SYMBOL vmlinux 0xcca5839d xen_vcpu_id +EXPORT_SYMBOL vmlinux 0xccb3ae29 lock_sock_nested +EXPORT_SYMBOL vmlinux 0xccbc9412 t10_pi_type1_ip +EXPORT_SYMBOL vmlinux 0xccc563a0 mmc_gpio_set_cd_isr +EXPORT_SYMBOL vmlinux 0xccc62d8b devm_devfreq_remove_device +EXPORT_SYMBOL vmlinux 0xccca49dd gnet_stats_start_copy +EXPORT_SYMBOL vmlinux 0xcccd2eb2 bio_add_pc_page +EXPORT_SYMBOL vmlinux 0xccd3f37b buffer_check_dirty_writeback +EXPORT_SYMBOL vmlinux 0xccd62c98 slab_build_skb +EXPORT_SYMBOL vmlinux 0xccd7e48f ucc_of_parse_tdm +EXPORT_SYMBOL vmlinux 0xccedf450 devm_extcon_register_notifier_all +EXPORT_SYMBOL vmlinux 0xccf349c9 __cgroup_bpf_run_filter_sk +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 0xcd091808 touchscreen_parse_properties +EXPORT_SYMBOL vmlinux 0xcd1958ea phy_attached_info +EXPORT_SYMBOL vmlinux 0xcd279169 nla_find +EXPORT_SYMBOL vmlinux 0xcd2deafc netif_set_xps_queue +EXPORT_SYMBOL vmlinux 0xcd531bd7 unlock_new_inode +EXPORT_SYMBOL vmlinux 0xcd7334ed uart_write_wakeup +EXPORT_SYMBOL vmlinux 0xcd80297b inet_csk_reqsk_queue_drop_and_put +EXPORT_SYMBOL vmlinux 0xcd8c881a d_instantiate +EXPORT_SYMBOL vmlinux 0xcd8ce890 acpi_format_exception +EXPORT_SYMBOL vmlinux 0xcd9b738a input_set_poll_interval +EXPORT_SYMBOL vmlinux 0xcda09163 of_device_is_big_endian +EXPORT_SYMBOL vmlinux 0xcdc39c9e security_ismaclabel +EXPORT_SYMBOL vmlinux 0xcde15982 dev_set_mtu +EXPORT_SYMBOL vmlinux 0xcde77bcc free_opal_dev +EXPORT_SYMBOL vmlinux 0xce075be8 inet_csk_reset_keepalive_timer +EXPORT_SYMBOL vmlinux 0xce2840e7 irq_set_irq_wake +EXPORT_SYMBOL vmlinux 0xce42ceb5 d_obtain_alias +EXPORT_SYMBOL vmlinux 0xce44e05f __napi_alloc_skb +EXPORT_SYMBOL vmlinux 0xce4cdb8e fb_find_best_mode +EXPORT_SYMBOL vmlinux 0xce4e47b6 __kfifo_skip_r +EXPORT_SYMBOL vmlinux 0xce4f4bf7 pskb_extract +EXPORT_SYMBOL vmlinux 0xce5ac24f zlib_inflate_workspacesize +EXPORT_SYMBOL vmlinux 0xce6328fd param_set_invbool +EXPORT_SYMBOL vmlinux 0xce645cee netdev_has_upper_dev +EXPORT_SYMBOL vmlinux 0xce6f4ed0 mipi_dsi_dcs_set_pixel_format +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 0xce940ae3 simple_fill_super +EXPORT_SYMBOL vmlinux 0xcea8f9fe tcp_conn_request +EXPORT_SYMBOL vmlinux 0xceab0311 strchrnul +EXPORT_SYMBOL vmlinux 0xceb0ed20 jbd2_journal_put_journal_head +EXPORT_SYMBOL vmlinux 0xceca79a5 generic_file_read_iter +EXPORT_SYMBOL vmlinux 0xced0f4d4 gen_pool_create +EXPORT_SYMBOL vmlinux 0xceeee202 simple_setattr +EXPORT_SYMBOL vmlinux 0xcefad616 mmc_card_alternative_gpt_sector +EXPORT_SYMBOL vmlinux 0xcefb0c9f __mutex_init +EXPORT_SYMBOL vmlinux 0xcefb380d key_put +EXPORT_SYMBOL vmlinux 0xcefcd99a serial8250_unregister_port +EXPORT_SYMBOL vmlinux 0xcf183167 add_to_pipe +EXPORT_SYMBOL vmlinux 0xcf2a6966 up +EXPORT_SYMBOL vmlinux 0xcf3b69b3 netdev_stats_to_stats64 +EXPORT_SYMBOL vmlinux 0xcf4fdd4d _atomic_dec_and_lock +EXPORT_SYMBOL vmlinux 0xcf757820 devfreq_update_target +EXPORT_SYMBOL vmlinux 0xcf78a2f9 clkdev_drop +EXPORT_SYMBOL vmlinux 0xcf7afa8c make_kprojid +EXPORT_SYMBOL vmlinux 0xcf7f9506 vlan_dev_real_dev +EXPORT_SYMBOL vmlinux 0xcf9b558d touchscreen_set_mt_pos +EXPORT_SYMBOL vmlinux 0xcfaca148 tcf_register_action +EXPORT_SYMBOL vmlinux 0xcfc9deaf atomic_dec_and_mutex_lock +EXPORT_SYMBOL vmlinux 0xcfd4978f __nla_reserve_64bit +EXPORT_SYMBOL vmlinux 0xcfd884a8 __hsiphash_unaligned +EXPORT_SYMBOL vmlinux 0xcfeb98a8 acpi_processor_register_performance +EXPORT_SYMBOL vmlinux 0xd01d5790 rproc_del +EXPORT_SYMBOL vmlinux 0xd032316d of_get_parent +EXPORT_SYMBOL vmlinux 0xd049bbed touch_atime +EXPORT_SYMBOL vmlinux 0xd04c1a64 sysctl_devconf_inherit_init_net +EXPORT_SYMBOL vmlinux 0xd04e3fcc neigh_table_init +EXPORT_SYMBOL vmlinux 0xd0654aba woken_wake_function +EXPORT_SYMBOL vmlinux 0xd0670a7b dquot_file_open +EXPORT_SYMBOL vmlinux 0xd071e5f5 tegra_ivc_notified +EXPORT_SYMBOL vmlinux 0xd0760fc0 kfree_sensitive +EXPORT_SYMBOL vmlinux 0xd0863eea devfreq_monitor_resume +EXPORT_SYMBOL vmlinux 0xd08adb2b trace_seq_hex_dump +EXPORT_SYMBOL vmlinux 0xd08c3667 ptp_clock_index +EXPORT_SYMBOL vmlinux 0xd095c9d0 tcf_block_netif_keep_dst +EXPORT_SYMBOL vmlinux 0xd096b1fd file_path +EXPORT_SYMBOL vmlinux 0xd09c9d1a mfd_cell_enable +EXPORT_SYMBOL vmlinux 0xd0a6a493 __bread_gfp +EXPORT_SYMBOL vmlinux 0xd0b74705 acpi_install_interface +EXPORT_SYMBOL vmlinux 0xd0b8a3e6 bio_uninit +EXPORT_SYMBOL vmlinux 0xd0d71526 crypto_sha256_finup +EXPORT_SYMBOL vmlinux 0xd0d8857e vfs_get_fsid +EXPORT_SYMBOL vmlinux 0xd0dd4de2 alloc_netdev_mqs +EXPORT_SYMBOL vmlinux 0xd0ea0015 xfrm_state_insert +EXPORT_SYMBOL vmlinux 0xd0ec8847 scsi_command_normalize_sense +EXPORT_SYMBOL vmlinux 0xd0f6d070 configfs_undepend_item +EXPORT_SYMBOL vmlinux 0xd11f54ea balance_dirty_pages_ratelimited +EXPORT_SYMBOL vmlinux 0xd121177a nexthop_set_hw_flags +EXPORT_SYMBOL vmlinux 0xd1285adc tegra_ivc_read_advance +EXPORT_SYMBOL vmlinux 0xd13538cb inet_release +EXPORT_SYMBOL vmlinux 0xd1363cc1 ucs2_strsize +EXPORT_SYMBOL vmlinux 0xd155e59d vlan_vid_del +EXPORT_SYMBOL vmlinux 0xd16ddfcd udplite_prot +EXPORT_SYMBOL vmlinux 0xd1888ea5 pci_dev_get +EXPORT_SYMBOL vmlinux 0xd194ddf9 acpi_gpe_count +EXPORT_SYMBOL vmlinux 0xd1bead73 skb_queue_head +EXPORT_SYMBOL vmlinux 0xd1c68721 textsearch_destroy +EXPORT_SYMBOL vmlinux 0xd1d71dd7 configfs_depend_item_unlocked +EXPORT_SYMBOL vmlinux 0xd1d87e92 scsi_mlreturn_string +EXPORT_SYMBOL vmlinux 0xd1f60af3 bio_put +EXPORT_SYMBOL vmlinux 0xd1f7dd51 jbd2_journal_dirty_metadata +EXPORT_SYMBOL vmlinux 0xd2051916 qcom_scm_cpu_power_down +EXPORT_SYMBOL vmlinux 0xd2237016 radix_tree_delete_item +EXPORT_SYMBOL vmlinux 0xd229a559 __devm_request_region +EXPORT_SYMBOL vmlinux 0xd24108d4 rfkill_soft_blocked +EXPORT_SYMBOL vmlinux 0xd2529dfb inet_reqsk_alloc +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 0xd26c3c98 qdisc_offload_query_caps +EXPORT_SYMBOL vmlinux 0xd27b25dd blk_check_plugged +EXPORT_SYMBOL vmlinux 0xd2800691 nf_conntrack_destroy +EXPORT_SYMBOL vmlinux 0xd280968e sk_alloc +EXPORT_SYMBOL vmlinux 0xd2852768 __ip_queue_xmit +EXPORT_SYMBOL vmlinux 0xd2d3b593 jbd2_wait_inode_data +EXPORT_SYMBOL vmlinux 0xd2d76cf6 __hw_addr_sync_dev +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 0xd2f7b839 simple_rename +EXPORT_SYMBOL vmlinux 0xd30b6a40 sg_alloc_append_table_from_pages +EXPORT_SYMBOL vmlinux 0xd30b72f9 phy_remove_link_mode +EXPORT_SYMBOL vmlinux 0xd31ccb06 of_machine_is_compatible +EXPORT_SYMBOL vmlinux 0xd330d58d max8998_bulk_write +EXPORT_SYMBOL vmlinux 0xd336b7b2 trace_raw_output_prep +EXPORT_SYMBOL vmlinux 0xd3376f12 md_bitmap_startwrite +EXPORT_SYMBOL vmlinux 0xd3543063 memcg_kmem_enabled_key +EXPORT_SYMBOL vmlinux 0xd3559ef4 __memset +EXPORT_SYMBOL vmlinux 0xd35a6d31 mempool_kmalloc +EXPORT_SYMBOL vmlinux 0xd35cce70 _raw_spin_unlock_irqrestore +EXPORT_SYMBOL vmlinux 0xd36dc10c get_random_u32 +EXPORT_SYMBOL vmlinux 0xd36e3d59 prandom_bytes_state +EXPORT_SYMBOL vmlinux 0xd378fae9 __nla_reserve_nohdr +EXPORT_SYMBOL vmlinux 0xd37d54c1 netdev_master_upper_dev_get_rcu +EXPORT_SYMBOL vmlinux 0xd3829a02 neigh_sysctl_register +EXPORT_SYMBOL vmlinux 0xd3866aeb ata_scsi_cmd_error_handler +EXPORT_SYMBOL vmlinux 0xd3881ead mdiobus_setup_mdiodev_from_board_info +EXPORT_SYMBOL vmlinux 0xd38e3979 fb_pan_display +EXPORT_SYMBOL vmlinux 0xd38ee2c7 __get_hash_from_flowi6 +EXPORT_SYMBOL vmlinux 0xd39262db icmp6_send +EXPORT_SYMBOL vmlinux 0xd3c03a8f devm_ioremap_wc +EXPORT_SYMBOL vmlinux 0xd3e1b2d9 devm_memunmap +EXPORT_SYMBOL vmlinux 0xd3fd500b neigh_destroy +EXPORT_SYMBOL vmlinux 0xd406d266 fb_mode_is_equal +EXPORT_SYMBOL vmlinux 0xd40f4ef3 param_get_ushort +EXPORT_SYMBOL vmlinux 0xd434eba9 devm_ioremap +EXPORT_SYMBOL vmlinux 0xd43e679f rproc_remove_subdev +EXPORT_SYMBOL vmlinux 0xd44cda29 d_alloc_parallel +EXPORT_SYMBOL vmlinux 0xd44f13a3 bpf_prog_get_type_path +EXPORT_SYMBOL vmlinux 0xd4528777 rps_may_expire_flow +EXPORT_SYMBOL vmlinux 0xd45cc6ca bin2hex +EXPORT_SYMBOL vmlinux 0xd46412fc pnp_get_resource +EXPORT_SYMBOL vmlinux 0xd470ef1f pci_find_parent_resource +EXPORT_SYMBOL vmlinux 0xd4803600 xsk_clear_rx_need_wakeup +EXPORT_SYMBOL vmlinux 0xd4835ef8 dmi_check_system +EXPORT_SYMBOL vmlinux 0xd4a69d20 qm_channel_caam +EXPORT_SYMBOL vmlinux 0xd4ac6452 request_key_tag +EXPORT_SYMBOL vmlinux 0xd4ad1add __scsi_print_sense +EXPORT_SYMBOL vmlinux 0xd4b0ca6f dev_pick_tx_zero +EXPORT_SYMBOL vmlinux 0xd4bb4a82 inet6addr_validator_notifier_call_chain +EXPORT_SYMBOL vmlinux 0xd4cef2ec alloc_fcdev +EXPORT_SYMBOL vmlinux 0xd4d1983c udplite_table +EXPORT_SYMBOL vmlinux 0xd520d2b5 blk_mq_run_hw_queue +EXPORT_SYMBOL vmlinux 0xd5263820 mb_cache_destroy +EXPORT_SYMBOL vmlinux 0xd527f9fd scsi_ioctl +EXPORT_SYMBOL vmlinux 0xd5346bfc acpi_get_possible_resources +EXPORT_SYMBOL vmlinux 0xd53e7c21 xfrm_policy_walk_done +EXPORT_SYMBOL vmlinux 0xd59264eb pci_select_bars +EXPORT_SYMBOL vmlinux 0xd5a3b852 inode_owner_or_capable +EXPORT_SYMBOL vmlinux 0xd5a4088e blk_queue_max_write_zeroes_sectors +EXPORT_SYMBOL vmlinux 0xd5b3d0d5 xxh64_copy_state +EXPORT_SYMBOL vmlinux 0xd5d83e06 mount_single +EXPORT_SYMBOL vmlinux 0xd5e59eed of_find_node_opts_by_path +EXPORT_SYMBOL vmlinux 0xd5ed1e42 pm860x_set_bits +EXPORT_SYMBOL vmlinux 0xd5fd90f1 prepare_to_wait +EXPORT_SYMBOL vmlinux 0xd5feeed9 tty_driver_flush_buffer +EXPORT_SYMBOL vmlinux 0xd60736ec gf128mul_free_64k +EXPORT_SYMBOL vmlinux 0xd621b314 param_get_dyndbg_classes +EXPORT_SYMBOL vmlinux 0xd625a4bd fib_default_rule_add +EXPORT_SYMBOL vmlinux 0xd62ecd49 rps_sock_flow_table +EXPORT_SYMBOL vmlinux 0xd63789e1 filemap_page_mkwrite +EXPORT_SYMBOL vmlinux 0xd642c5fc vlan_dev_vlan_id +EXPORT_SYMBOL vmlinux 0xd642f3f6 video_firmware_drivers_only +EXPORT_SYMBOL vmlinux 0xd643239a acpi_leave_sleep_state +EXPORT_SYMBOL vmlinux 0xd6443d3f nd_btt_version +EXPORT_SYMBOL vmlinux 0xd6683e93 rproc_add_subdev +EXPORT_SYMBOL vmlinux 0xd66c8184 add_device_randomness +EXPORT_SYMBOL vmlinux 0xd67ce41f md_integrity_add_rdev +EXPORT_SYMBOL vmlinux 0xd68c5a1f adjust_resource +EXPORT_SYMBOL vmlinux 0xd68dcefe xfrm_input +EXPORT_SYMBOL vmlinux 0xd691c6a9 unregister_sysctl_table +EXPORT_SYMBOL vmlinux 0xd69229c9 seg6_hmac_info_del +EXPORT_SYMBOL vmlinux 0xd698e344 setattr_copy +EXPORT_SYMBOL vmlinux 0xd6a0af61 wake_up_process +EXPORT_SYMBOL vmlinux 0xd6a91f54 twl_i2c_read +EXPORT_SYMBOL vmlinux 0xd6b33ea7 mipi_dsi_device_register_full +EXPORT_SYMBOL vmlinux 0xd6ccbfef flow_block_cb_priv +EXPORT_SYMBOL vmlinux 0xd6cf5513 phy_start_cable_test_tdr +EXPORT_SYMBOL vmlinux 0xd6eaaea1 full_name_hash +EXPORT_SYMBOL vmlinux 0xd6ee688f vmalloc +EXPORT_SYMBOL vmlinux 0xd6eef8d6 input_setup_polling +EXPORT_SYMBOL vmlinux 0xd6f3aee2 tcp_v4_conn_request +EXPORT_SYMBOL vmlinux 0xd6f3c88c pps_event +EXPORT_SYMBOL vmlinux 0xd6f6041d generic_setlease +EXPORT_SYMBOL vmlinux 0xd6fde043 is_module_sig_enforced +EXPORT_SYMBOL vmlinux 0xd70190a5 alloc_anon_inode +EXPORT_SYMBOL vmlinux 0xd70d35a1 gf128mul_4k_bbe +EXPORT_SYMBOL vmlinux 0xd70f62b6 acpi_os_execute +EXPORT_SYMBOL vmlinux 0xd71104b3 vm_node_stat +EXPORT_SYMBOL vmlinux 0xd71c9fb6 con_is_bound +EXPORT_SYMBOL vmlinux 0xd71cd7a9 xfrm_user_policy +EXPORT_SYMBOL vmlinux 0xd72d2f78 blk_queue_max_discard_sectors +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 0xd7458c41 seq_write +EXPORT_SYMBOL vmlinux 0xd746cdff rproc_coredump_set_elf_info +EXPORT_SYMBOL vmlinux 0xd7482f05 vcalloc +EXPORT_SYMBOL vmlinux 0xd7603ec0 pci_stop_and_remove_bus_device +EXPORT_SYMBOL vmlinux 0xd765a2a1 shmem_aops +EXPORT_SYMBOL vmlinux 0xd7727939 neigh_seq_stop +EXPORT_SYMBOL vmlinux 0xd773653c sk_stream_kill_queues +EXPORT_SYMBOL vmlinux 0xd7987177 utf8_load +EXPORT_SYMBOL vmlinux 0xd79ec1bb phy_get_internal_delay +EXPORT_SYMBOL vmlinux 0xd7a90a65 alloc_buffer_head +EXPORT_SYMBOL vmlinux 0xd7a9c2d3 dev_getbyhwaddr_rcu +EXPORT_SYMBOL vmlinux 0xd7b15f49 flow_rule_match_icmp +EXPORT_SYMBOL vmlinux 0xd7d280ad irq_poll_complete +EXPORT_SYMBOL vmlinux 0xd7dca1bf touch_buffer +EXPORT_SYMBOL vmlinux 0xd7e30332 __ps2_command +EXPORT_SYMBOL vmlinux 0xd7e56a4e simple_strtoll +EXPORT_SYMBOL vmlinux 0xd7ea7094 nf_unregister_queue_handler +EXPORT_SYMBOL vmlinux 0xd7eb0787 mmc_wait_for_req_done +EXPORT_SYMBOL vmlinux 0xd7ff1b8a __ashlti3 +EXPORT_SYMBOL vmlinux 0xd8131274 qman_alloc_cgrid_range +EXPORT_SYMBOL vmlinux 0xd81837f9 phy_set_asym_pause +EXPORT_SYMBOL vmlinux 0xd8239cba page_mapping +EXPORT_SYMBOL vmlinux 0xd828f063 xudma_tchanrt_write +EXPORT_SYMBOL vmlinux 0xd838560c tcf_exts_destroy +EXPORT_SYMBOL vmlinux 0xd83898d5 nf_hooks_needed +EXPORT_SYMBOL vmlinux 0xd83c69a5 n_tty_ioctl_helper +EXPORT_SYMBOL vmlinux 0xd84116e9 jbd2_journal_clear_features +EXPORT_SYMBOL vmlinux 0xd8564f4b __dquot_free_space +EXPORT_SYMBOL vmlinux 0xd876ad7e pneigh_enqueue +EXPORT_SYMBOL vmlinux 0xd88cdfde xfrm_trans_queue +EXPORT_SYMBOL vmlinux 0xd890cbe8 tcp_time_wait +EXPORT_SYMBOL vmlinux 0xd89da37f movable_zone +EXPORT_SYMBOL vmlinux 0xd8a7d918 capable_wrt_inode_uidgid +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 0xd8c4eee0 sg_miter_stop +EXPORT_SYMBOL vmlinux 0xd8d2733a keyring_search +EXPORT_SYMBOL vmlinux 0xd8d98ebb generic_error_remove_page +EXPORT_SYMBOL vmlinux 0xd8df08ac acpi_handle_printk +EXPORT_SYMBOL vmlinux 0xd8f02e9f blk_rq_map_user +EXPORT_SYMBOL vmlinux 0xd9014433 alloc_pages +EXPORT_SYMBOL vmlinux 0xd90b395b discard_new_inode +EXPORT_SYMBOL vmlinux 0xd91f6ab6 strnlen_user +EXPORT_SYMBOL vmlinux 0xd92deb6b acpi_evaluate_object +EXPORT_SYMBOL vmlinux 0xd9491c14 xa_destroy +EXPORT_SYMBOL vmlinux 0xd94b9e61 md_wakeup_thread +EXPORT_SYMBOL vmlinux 0xd952bf41 sockopt_release_sock +EXPORT_SYMBOL vmlinux 0xd95eb679 kobject_add +EXPORT_SYMBOL vmlinux 0xd96eeb26 dma_map_page_attrs +EXPORT_SYMBOL vmlinux 0xd9785fb3 may_setattr +EXPORT_SYMBOL vmlinux 0xd97a6325 devm_free_irq +EXPORT_SYMBOL vmlinux 0xd985dc99 mempool_free_pages +EXPORT_SYMBOL vmlinux 0xd998caad __devm_of_mdiobus_register +EXPORT_SYMBOL vmlinux 0xd99aeb98 sock_rfree +EXPORT_SYMBOL vmlinux 0xd9a23dfa dm_kcopyd_zero +EXPORT_SYMBOL vmlinux 0xd9a5ea54 __init_waitqueue_head +EXPORT_SYMBOL vmlinux 0xd9b85ef6 lockref_get +EXPORT_SYMBOL vmlinux 0xd9b8eaea __SCK__tp_func_dma_fence_signaled +EXPORT_SYMBOL vmlinux 0xd9b974ef dquot_quota_on +EXPORT_SYMBOL vmlinux 0xd9c08be6 of_platform_bus_probe +EXPORT_SYMBOL vmlinux 0xd9d334e0 __netif_rx +EXPORT_SYMBOL vmlinux 0xd9d8fd16 register_restart_handler +EXPORT_SYMBOL vmlinux 0xd9d952d1 crypto_aes_sbox +EXPORT_SYMBOL vmlinux 0xd9dce01a devfreq_unregister_notifier +EXPORT_SYMBOL vmlinux 0xd9e6a2fe netdev_core_stats_alloc +EXPORT_SYMBOL vmlinux 0xda10443c xudma_tchan_get_id +EXPORT_SYMBOL vmlinux 0xda158e67 generic_file_llseek_size +EXPORT_SYMBOL vmlinux 0xda2ed1c7 dev_mc_del_global +EXPORT_SYMBOL vmlinux 0xda32daae flow_indr_block_cb_alloc +EXPORT_SYMBOL vmlinux 0xda3d10a8 security_tun_dev_open +EXPORT_SYMBOL vmlinux 0xda4285eb dev_disable_lro +EXPORT_SYMBOL vmlinux 0xda5252ee get_tree_nodev +EXPORT_SYMBOL vmlinux 0xda5a431f pci_enable_ptm +EXPORT_SYMBOL vmlinux 0xda62dfbe call_fib_notifiers +EXPORT_SYMBOL vmlinux 0xda8494f3 kthread_associate_blkcg +EXPORT_SYMBOL vmlinux 0xda8b444d napi_complete_done +EXPORT_SYMBOL vmlinux 0xdac4913a bitmap_allocate_region +EXPORT_SYMBOL vmlinux 0xdaca820e dynamic_preempt_schedule +EXPORT_SYMBOL vmlinux 0xdacd6f6c sockopt_lock_sock +EXPORT_SYMBOL vmlinux 0xdacf69be bio_alloc_bioset +EXPORT_SYMBOL vmlinux 0xdad1fc3f zstd_flush_stream +EXPORT_SYMBOL vmlinux 0xdaf5f5a6 dev_load +EXPORT_SYMBOL vmlinux 0xdb207ae3 vfs_path_lookup +EXPORT_SYMBOL vmlinux 0xdb4aa1ba netif_schedule_queue +EXPORT_SYMBOL vmlinux 0xdb5b17c3 mptcp_subflow_reqsk_alloc +EXPORT_SYMBOL vmlinux 0xdb5f1fc6 dev_get_by_name_rcu +EXPORT_SYMBOL vmlinux 0xdb68bbad rfkill_destroy +EXPORT_SYMBOL vmlinux 0xdb6fce78 skb_checksum +EXPORT_SYMBOL vmlinux 0xdb760f52 __kfifo_free +EXPORT_SYMBOL vmlinux 0xdb994406 dcache_readdir +EXPORT_SYMBOL vmlinux 0xdbb01c9f ptp_clock_unregister +EXPORT_SYMBOL vmlinux 0xdbbe145d __mod_lruvec_page_state +EXPORT_SYMBOL vmlinux 0xdbc43e6a qdisc_get_rtab +EXPORT_SYMBOL vmlinux 0xdbcf041a acpi_install_address_space_handler +EXPORT_SYMBOL vmlinux 0xdbde916a pci_bus_find_capability +EXPORT_SYMBOL vmlinux 0xdbdf6c92 ioport_resource +EXPORT_SYMBOL vmlinux 0xdbfc9791 blk_mq_complete_request +EXPORT_SYMBOL vmlinux 0xdc0e4855 timer_delete +EXPORT_SYMBOL vmlinux 0xdc14eda7 pci_pci_problems +EXPORT_SYMBOL vmlinux 0xdc18c348 rproc_get_by_child +EXPORT_SYMBOL vmlinux 0xdc2d6db8 sock_no_bind +EXPORT_SYMBOL vmlinux 0xdc31949b of_graph_get_next_endpoint +EXPORT_SYMBOL vmlinux 0xdc34158f fman_port_init +EXPORT_SYMBOL vmlinux 0xdc3fcbc9 __sw_hweight8 +EXPORT_SYMBOL vmlinux 0xdc42db3e inet_frag_rbtree_purge +EXPORT_SYMBOL vmlinux 0xdc49c198 reciprocal_value_adv +EXPORT_SYMBOL vmlinux 0xdc512134 backlight_register_notifier +EXPORT_SYMBOL vmlinux 0xdc64e998 tcp_shutdown +EXPORT_SYMBOL vmlinux 0xdc6ce535 dev_get_by_index +EXPORT_SYMBOL vmlinux 0xdc6ede2e flow_rule_match_l2tpv3 +EXPORT_SYMBOL vmlinux 0xdc7282b4 filemap_invalidate_unlock_two +EXPORT_SYMBOL vmlinux 0xdc7f9322 input_mt_destroy_slots +EXPORT_SYMBOL vmlinux 0xdc8b3699 _copy_to_iter +EXPORT_SYMBOL vmlinux 0xdca03a50 da903x_query_status +EXPORT_SYMBOL vmlinux 0xdca8c3d4 logic_outb +EXPORT_SYMBOL vmlinux 0xdcb764ad memset +EXPORT_SYMBOL vmlinux 0xdcbeba1d sg_copy_from_buffer +EXPORT_SYMBOL vmlinux 0xdcd8e26e __dev_get_by_flags +EXPORT_SYMBOL vmlinux 0xdcdb9c43 scsi_scan_host +EXPORT_SYMBOL vmlinux 0xdcdc0040 slhc_compress +EXPORT_SYMBOL vmlinux 0xdcdc8835 scsi_eh_prep_cmnd +EXPORT_SYMBOL vmlinux 0xdd00447a acpi_resource_to_address64 +EXPORT_SYMBOL vmlinux 0xdd0a561b of_find_mipi_dsi_host_by_node +EXPORT_SYMBOL vmlinux 0xdd0e8535 tcp_release_cb +EXPORT_SYMBOL vmlinux 0xdd18a993 acpi_check_dsm +EXPORT_SYMBOL vmlinux 0xdd2c169b mb_cache_create +EXPORT_SYMBOL vmlinux 0xdd4d55b6 _raw_read_unlock +EXPORT_SYMBOL vmlinux 0xdd50aa80 cookie_ecn_ok +EXPORT_SYMBOL vmlinux 0xdd5f7f36 xfrm_lookup +EXPORT_SYMBOL vmlinux 0xdd64e639 strscpy +EXPORT_SYMBOL vmlinux 0xdd6cc025 phy_ethtool_set_wol +EXPORT_SYMBOL vmlinux 0xdd7e3192 qcom_scm_pas_auth_and_reset +EXPORT_SYMBOL vmlinux 0xdd8166a1 dma_fence_free +EXPORT_SYMBOL vmlinux 0xdd849d51 scsi_get_sense_info_fld +EXPORT_SYMBOL vmlinux 0xdd91c6f9 inet_frag_destroy +EXPORT_SYMBOL vmlinux 0xdda857ac d_mark_dontcache +EXPORT_SYMBOL vmlinux 0xddad7952 acpi_dbg_level +EXPORT_SYMBOL vmlinux 0xddb770be skb_copy_expand +EXPORT_SYMBOL vmlinux 0xddb85e1a netif_tx_lock +EXPORT_SYMBOL vmlinux 0xddc746e6 fman_bind +EXPORT_SYMBOL vmlinux 0xddd39571 mdio_device_free +EXPORT_SYMBOL vmlinux 0xdddc5d02 pcie_capability_write_word +EXPORT_SYMBOL vmlinux 0xddf6ad7a completion_done +EXPORT_SYMBOL vmlinux 0xddfc9ebb __find_get_block +EXPORT_SYMBOL vmlinux 0xddfdb8ac tcp_md5_needed +EXPORT_SYMBOL vmlinux 0xde1cda96 sock_i_ino +EXPORT_SYMBOL vmlinux 0xde293f9e add_wait_queue_exclusive +EXPORT_SYMBOL vmlinux 0xde30f73d genlmsg_put +EXPORT_SYMBOL vmlinux 0xde39397a flow_rule_match_vlan +EXPORT_SYMBOL vmlinux 0xde67419e sg_split +EXPORT_SYMBOL vmlinux 0xde6c2514 mr_mfc_seq_idx +EXPORT_SYMBOL vmlinux 0xde7d2e36 tty_hung_up_p +EXPORT_SYMBOL vmlinux 0xdea54515 pm8606_osc_disable +EXPORT_SYMBOL vmlinux 0xdea6470d netdev_lower_get_first_private_rcu +EXPORT_SYMBOL vmlinux 0xdebc6eda write_cache_pages +EXPORT_SYMBOL vmlinux 0xdec986f8 __netlink_dump_start +EXPORT_SYMBOL vmlinux 0xdecb130b __cgroup_bpf_run_filter_sock_addr +EXPORT_SYMBOL vmlinux 0xdecf7c0a dcb_ieee_setapp +EXPORT_SYMBOL vmlinux 0xded39a6b gen_kill_estimator +EXPORT_SYMBOL vmlinux 0xdede3fb9 tc_setup_cb_replace +EXPORT_SYMBOL vmlinux 0xdee3fddc kobject_init +EXPORT_SYMBOL vmlinux 0xdef527e1 mipi_dsi_dcs_set_tear_scanline +EXPORT_SYMBOL vmlinux 0xdef7c893 fb_match_mode +EXPORT_SYMBOL vmlinux 0xdf10c6c8 pci_bus_read_config_word +EXPORT_SYMBOL vmlinux 0xdf19560f crypto_kdf108_ctr_generate +EXPORT_SYMBOL vmlinux 0xdf1de7ec scsi_add_device +EXPORT_SYMBOL vmlinux 0xdf1f39be mdio_device_reset +EXPORT_SYMBOL vmlinux 0xdf1ffb73 irq_domain_set_info +EXPORT_SYMBOL vmlinux 0xdf241f16 vfs_dedupe_file_range_one +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 0xdf37339c devm_extcon_unregister_notifier_all +EXPORT_SYMBOL vmlinux 0xdf401f2d __sock_queue_rcv_skb +EXPORT_SYMBOL vmlinux 0xdf521442 _find_next_zero_bit +EXPORT_SYMBOL vmlinux 0xdf54a8f7 netlink_unregister_notifier +EXPORT_SYMBOL vmlinux 0xdf5e3eac no_seek_end_llseek +EXPORT_SYMBOL vmlinux 0xdf682c35 mmc_run_bkops +EXPORT_SYMBOL vmlinux 0xdf6b082f proc_dointvec_jiffies +EXPORT_SYMBOL vmlinux 0xdf6eaa54 vme_unregister_driver +EXPORT_SYMBOL vmlinux 0xdf792bdc register_framebuffer +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 0xdfa620d2 scsi_dma_unmap +EXPORT_SYMBOL vmlinux 0xdfbdf9f0 ipmr_rule_default +EXPORT_SYMBOL vmlinux 0xdfc12ef1 zstd_decompress_stream +EXPORT_SYMBOL vmlinux 0xdfc912a1 nd_pfn_validate +EXPORT_SYMBOL vmlinux 0xdfcc992c current_work +EXPORT_SYMBOL vmlinux 0xdfd40635 flow_rule_match_arp +EXPORT_SYMBOL vmlinux 0xdfd8110c flow_block_cb_is_busy +EXPORT_SYMBOL vmlinux 0xdfea1d42 alloc_mdio_bitbang +EXPORT_SYMBOL vmlinux 0xdfecf96c __sk_receive_skb +EXPORT_SYMBOL vmlinux 0xdff5b512 kmem_cache_alloc +EXPORT_SYMBOL vmlinux 0xdff905e5 vme_slave_free +EXPORT_SYMBOL vmlinux 0xdff98c1b tcp_ld_RTO_revert +EXPORT_SYMBOL vmlinux 0xdffc80fc vesa_modes +EXPORT_SYMBOL vmlinux 0xe00d446f ipv6_chk_addr_and_flags +EXPORT_SYMBOL vmlinux 0xe0216159 __devm_mdiobus_register +EXPORT_SYMBOL vmlinux 0xe024c62f kill_pgrp +EXPORT_SYMBOL vmlinux 0xe02b9f6b vfs_getattr +EXPORT_SYMBOL vmlinux 0xe02ba436 trace_print_hex_seq +EXPORT_SYMBOL vmlinux 0xe02c9c92 __xa_erase +EXPORT_SYMBOL vmlinux 0xe03a689d dma_fence_array_ops +EXPORT_SYMBOL vmlinux 0xe03e513b tty_vhangup +EXPORT_SYMBOL vmlinux 0xe03fb112 send_sig_mceerr +EXPORT_SYMBOL vmlinux 0xe0419ac4 kstrtos16 +EXPORT_SYMBOL vmlinux 0xe05e5109 tcf_exts_num_actions +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 0xe08e01bc rproc_add +EXPORT_SYMBOL vmlinux 0xe091c977 list_sort +EXPORT_SYMBOL vmlinux 0xe09aae3a cdrom_ioctl +EXPORT_SYMBOL vmlinux 0xe09cabd9 sock_no_socketpair +EXPORT_SYMBOL vmlinux 0xe0aa6aa1 devfreq_register_notifier +EXPORT_SYMBOL vmlinux 0xe0b13336 argv_free +EXPORT_SYMBOL vmlinux 0xe0b188e9 of_n_size_cells +EXPORT_SYMBOL vmlinux 0xe0b9065b security_xfrm_policy_alloc +EXPORT_SYMBOL vmlinux 0xe0bc8b5e t10_pi_type3_crc +EXPORT_SYMBOL vmlinux 0xe0bef318 icst_hz_to_vco +EXPORT_SYMBOL vmlinux 0xe0d2e634 simple_pin_fs +EXPORT_SYMBOL vmlinux 0xe0d3fddb simple_transaction_get +EXPORT_SYMBOL vmlinux 0xe0da382f kset_unregister +EXPORT_SYMBOL vmlinux 0xe0da9d8d netdev_class_remove_file_ns +EXPORT_SYMBOL vmlinux 0xe0de3ad4 of_mdio_find_device +EXPORT_SYMBOL vmlinux 0xe10dfc4b pipe_lock +EXPORT_SYMBOL vmlinux 0xe113bbbc csum_partial +EXPORT_SYMBOL vmlinux 0xe115b6b5 security_sctp_assoc_request +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 0xe14109b9 clk_bulk_get +EXPORT_SYMBOL vmlinux 0xe14aec49 fs_param_is_blob +EXPORT_SYMBOL vmlinux 0xe1515fe6 mini_qdisc_pair_swap +EXPORT_SYMBOL vmlinux 0xe1560f98 dst_cow_metrics_generic +EXPORT_SYMBOL vmlinux 0xe15c7557 end_buffer_read_sync +EXPORT_SYMBOL vmlinux 0xe17509b7 rc5t583_ext_power_req_config +EXPORT_SYMBOL vmlinux 0xe1b5036a tty_insert_flip_string_flags +EXPORT_SYMBOL vmlinux 0xe1c22856 vfs_copy_file_range +EXPORT_SYMBOL vmlinux 0xe1c57c91 registered_fb +EXPORT_SYMBOL vmlinux 0xe1c94db5 ip6_frag_init +EXPORT_SYMBOL vmlinux 0xe1cb44ec con_copy_unimap +EXPORT_SYMBOL vmlinux 0xe1cc9c19 netdev_adjacent_change_prepare +EXPORT_SYMBOL vmlinux 0xe1d91021 folio_end_writeback +EXPORT_SYMBOL vmlinux 0xe1dcf64a audit_log_format +EXPORT_SYMBOL vmlinux 0xe2046395 inet_confirm_addr +EXPORT_SYMBOL vmlinux 0xe21f18ac __genradix_iter_peek +EXPORT_SYMBOL vmlinux 0xe242506d vfs_fadvise +EXPORT_SYMBOL vmlinux 0xe24d5796 blk_queue_max_secure_erase_sectors +EXPORT_SYMBOL vmlinux 0xe2725f10 tegra_ivc_read_get_next_frame +EXPORT_SYMBOL vmlinux 0xe273d75d alloc_cpu_rmap +EXPORT_SYMBOL vmlinux 0xe27b0f44 xsk_set_rx_need_wakeup +EXPORT_SYMBOL vmlinux 0xe284f345 __neigh_for_each_release +EXPORT_SYMBOL vmlinux 0xe28e2e10 dcb_setapp +EXPORT_SYMBOL vmlinux 0xe2964344 __wake_up +EXPORT_SYMBOL vmlinux 0xe2af6006 clean_bdev_aliases +EXPORT_SYMBOL vmlinux 0xe2b6779e sb_set_blocksize +EXPORT_SYMBOL vmlinux 0xe2bba809 secpath_set +EXPORT_SYMBOL vmlinux 0xe2d5255a strcmp +EXPORT_SYMBOL vmlinux 0xe2d5bc08 fman_port_bind +EXPORT_SYMBOL vmlinux 0xe2d7f050 clk_get +EXPORT_SYMBOL vmlinux 0xe2e51e15 jbd2_journal_check_available_features +EXPORT_SYMBOL vmlinux 0xe2e59e43 seq_lseek +EXPORT_SYMBOL vmlinux 0xe2eaf801 redirty_page_for_writepage +EXPORT_SYMBOL vmlinux 0xe2f3359e devm_register_netdev +EXPORT_SYMBOL vmlinux 0xe2f62fbe skb_mac_gso_segment +EXPORT_SYMBOL vmlinux 0xe2faeedf blkdev_get_by_dev +EXPORT_SYMBOL vmlinux 0xe32ab4d8 xxh64_digest +EXPORT_SYMBOL vmlinux 0xe34c71fe sk_stop_timer +EXPORT_SYMBOL vmlinux 0xe34e91ec __register_chrdev +EXPORT_SYMBOL vmlinux 0xe35cb369 dm_table_get_size +EXPORT_SYMBOL vmlinux 0xe37af09e dst_discard_out +EXPORT_SYMBOL vmlinux 0xe37da597 skb_eth_pop +EXPORT_SYMBOL vmlinux 0xe38b7099 scsi_is_sdev_device +EXPORT_SYMBOL vmlinux 0xe3903fc3 elv_bio_merge_ok +EXPORT_SYMBOL vmlinux 0xe39b2ea5 sha256 +EXPORT_SYMBOL vmlinux 0xe39c546d fs_param_is_path +EXPORT_SYMBOL vmlinux 0xe3a26425 param_set_charp +EXPORT_SYMBOL vmlinux 0xe3a8f59b clk_add_alias +EXPORT_SYMBOL vmlinux 0xe3ad3046 __sg_page_iter_dma_next +EXPORT_SYMBOL vmlinux 0xe3b8b5da __block_write_full_page +EXPORT_SYMBOL vmlinux 0xe3d6aad9 __sync_dirty_buffer +EXPORT_SYMBOL vmlinux 0xe3ea47c2 __destroy_inode +EXPORT_SYMBOL vmlinux 0xe3ec2f2b alloc_chrdev_region +EXPORT_SYMBOL vmlinux 0xe3f8e944 skb_abort_seq_read +EXPORT_SYMBOL vmlinux 0xe3fe592c pci_choose_state +EXPORT_SYMBOL vmlinux 0xe3feba56 tasklet_unlock_spin_wait +EXPORT_SYMBOL vmlinux 0xe3ff2c41 get_random_u64 +EXPORT_SYMBOL vmlinux 0xe3fffda4 unregister_md_personality +EXPORT_SYMBOL vmlinux 0xe40976c0 pnp_range_reserved +EXPORT_SYMBOL vmlinux 0xe40c37ea down_write_trylock +EXPORT_SYMBOL vmlinux 0xe4329092 __ctzdi2 +EXPORT_SYMBOL vmlinux 0xe437fbee tty_port_block_til_ready +EXPORT_SYMBOL vmlinux 0xe43a1fc9 kernel_param_lock +EXPORT_SYMBOL vmlinux 0xe43a4a62 i2c_smbus_write_byte_data +EXPORT_SYMBOL vmlinux 0xe44d59f5 genphy_check_and_restart_aneg +EXPORT_SYMBOL vmlinux 0xe45e9f9b fwnode_iomap +EXPORT_SYMBOL vmlinux 0xe46021ca _raw_spin_unlock_bh +EXPORT_SYMBOL vmlinux 0xe4657608 posix_acl_valid +EXPORT_SYMBOL vmlinux 0xe4719014 PageMovable +EXPORT_SYMBOL vmlinux 0xe4760fc0 __inc_zone_page_state +EXPORT_SYMBOL vmlinux 0xe47d31ce blk_queue_update_dma_alignment +EXPORT_SYMBOL vmlinux 0xe481c336 i2c_register_driver +EXPORT_SYMBOL vmlinux 0xe4a5c4a7 pskb_expand_head +EXPORT_SYMBOL vmlinux 0xe4b735c2 mmc_cqe_post_req +EXPORT_SYMBOL vmlinux 0xe4bbc1dd kimage_voffset +EXPORT_SYMBOL vmlinux 0xe4bc2c2f hdmi_drm_infoframe_pack +EXPORT_SYMBOL vmlinux 0xe4cf24cb dquot_resume +EXPORT_SYMBOL vmlinux 0xe4d35f05 scsi_target_resume +EXPORT_SYMBOL vmlinux 0xe4e4d7cf genphy_read_abilities +EXPORT_SYMBOL vmlinux 0xe4e76ab8 dquot_get_next_id +EXPORT_SYMBOL vmlinux 0xe4f033e0 xfrm_policy_hash_rebuild +EXPORT_SYMBOL vmlinux 0xe50bc85e dquot_alloc_inode +EXPORT_SYMBOL vmlinux 0xe51a0d7f netpoll_send_skb +EXPORT_SYMBOL vmlinux 0xe51e218d tcp_recvmsg +EXPORT_SYMBOL vmlinux 0xe523ad75 synchronize_irq +EXPORT_SYMBOL vmlinux 0xe5413184 __sock_cmsg_send +EXPORT_SYMBOL vmlinux 0xe5441744 dev_mc_unsync +EXPORT_SYMBOL vmlinux 0xe554aae6 inet_rtx_syn_ack +EXPORT_SYMBOL vmlinux 0xe56b4704 ip_getsockopt +EXPORT_SYMBOL vmlinux 0xe57feefb qcom_scm_ocmem_unlock +EXPORT_SYMBOL vmlinux 0xe58090ca security_ib_endport_manage_subnet +EXPORT_SYMBOL vmlinux 0xe58169ac kernel_read +EXPORT_SYMBOL vmlinux 0xe590dea3 sk_busy_loop_end +EXPORT_SYMBOL vmlinux 0xe5a090ed inet_select_addr +EXPORT_SYMBOL vmlinux 0xe5a868bc dev_alloc_name +EXPORT_SYMBOL vmlinux 0xe5bb32cc input_register_device +EXPORT_SYMBOL vmlinux 0xe5c60bd2 percpu_counter_set +EXPORT_SYMBOL vmlinux 0xe5c78a99 do_blank_screen +EXPORT_SYMBOL vmlinux 0xe5c98e53 bio_integrity_add_page +EXPORT_SYMBOL vmlinux 0xe5cf733b pci_irq_get_affinity +EXPORT_SYMBOL vmlinux 0xe5cf83ec md_error +EXPORT_SYMBOL vmlinux 0xe5db9c8a textsearch_register +EXPORT_SYMBOL vmlinux 0xe5f85dbe param_ops_short +EXPORT_SYMBOL vmlinux 0xe5fccfaa icmp_ndo_send +EXPORT_SYMBOL vmlinux 0xe6075bcc elv_rb_del +EXPORT_SYMBOL vmlinux 0xe6158fcd tcp_sync_mss +EXPORT_SYMBOL vmlinux 0xe617b9d4 fs_param_is_blockdev +EXPORT_SYMBOL vmlinux 0xe61ebad1 netdev_alert +EXPORT_SYMBOL vmlinux 0xe62bc6a0 copy_page_from_iter_atomic +EXPORT_SYMBOL vmlinux 0xe6550092 utf8_casefold +EXPORT_SYMBOL vmlinux 0xe655fbc5 __ip_mc_dec_group +EXPORT_SYMBOL vmlinux 0xe65c596e mipi_dsi_dcs_set_display_brightness +EXPORT_SYMBOL vmlinux 0xe6730e15 build_skb +EXPORT_SYMBOL vmlinux 0xe6773055 logfc +EXPORT_SYMBOL vmlinux 0xe67e33c8 ipv4_specific +EXPORT_SYMBOL vmlinux 0xe6887c42 __dynamic_ibdev_dbg +EXPORT_SYMBOL vmlinux 0xe68efe41 _raw_write_lock +EXPORT_SYMBOL vmlinux 0xe6973bcc serial8250_do_pm +EXPORT_SYMBOL vmlinux 0xe6d2458e do_trace_netlink_extack +EXPORT_SYMBOL vmlinux 0xe6e702fc phy_start_aneg +EXPORT_SYMBOL vmlinux 0xe6e910c2 netdev_unbind_sb_channel +EXPORT_SYMBOL vmlinux 0xe6fa06a2 rename_lock +EXPORT_SYMBOL vmlinux 0xe6fb21d2 tcp_get_cookie_sock +EXPORT_SYMBOL vmlinux 0xe6fb7157 tcf_block_get +EXPORT_SYMBOL vmlinux 0xe705bae2 ppp_channel_index +EXPORT_SYMBOL vmlinux 0xe710d00f init_net +EXPORT_SYMBOL vmlinux 0xe7148de9 would_dump +EXPORT_SYMBOL vmlinux 0xe72076b1 skb_realloc_headroom +EXPORT_SYMBOL vmlinux 0xe721b525 vme_bus_error_handler +EXPORT_SYMBOL vmlinux 0xe7257ab8 xa_store_range +EXPORT_SYMBOL vmlinux 0xe7274bb7 generic_delete_inode +EXPORT_SYMBOL vmlinux 0xe73c2c36 __bio_advance +EXPORT_SYMBOL vmlinux 0xe7642ffe _dev_warn +EXPORT_SYMBOL vmlinux 0xe78c264e __lock_buffer +EXPORT_SYMBOL vmlinux 0xe797e709 remap_vmalloc_range +EXPORT_SYMBOL vmlinux 0xe7a02573 ida_alloc_range +EXPORT_SYMBOL vmlinux 0xe7a63f6c tcp_sendpage +EXPORT_SYMBOL vmlinux 0xe7aa71ea __SetPageMovable +EXPORT_SYMBOL vmlinux 0xe7ab1ecc _raw_write_unlock_bh +EXPORT_SYMBOL vmlinux 0xe7b0353b __cpu_active_mask +EXPORT_SYMBOL vmlinux 0xe7bbe1b3 flow_block_cb_free +EXPORT_SYMBOL vmlinux 0xe7d4daac seq_list_next +EXPORT_SYMBOL vmlinux 0xe7e5a2cd mipi_dsi_dcs_get_display_brightness_large +EXPORT_SYMBOL vmlinux 0xe7e73711 ipmi_platform_add +EXPORT_SYMBOL vmlinux 0xe801bf79 prepare_creds +EXPORT_SYMBOL vmlinux 0xe80567d2 pci_ep_cfs_add_epf_group +EXPORT_SYMBOL vmlinux 0xe816048f tty_termios_copy_hw +EXPORT_SYMBOL vmlinux 0xe816b20b eth_commit_mac_addr_change +EXPORT_SYMBOL vmlinux 0xe8212c05 phy_driver_register +EXPORT_SYMBOL vmlinux 0xe8340029 flow_block_cb_setup_simple +EXPORT_SYMBOL vmlinux 0xe84d2da7 ip_frag_init +EXPORT_SYMBOL vmlinux 0xe85cff77 mipi_dsi_driver_unregister +EXPORT_SYMBOL vmlinux 0xe85f2123 acpi_tb_unload_table +EXPORT_SYMBOL vmlinux 0xe8628c6b mipi_dsi_driver_register_full +EXPORT_SYMBOL vmlinux 0xe88a60bf sock_no_recvmsg +EXPORT_SYMBOL vmlinux 0xe89029e9 inet_frag_reasm_prepare +EXPORT_SYMBOL vmlinux 0xe8b5c3c3 __tracepoint_module_get +EXPORT_SYMBOL vmlinux 0xe8b70183 set_blocksize +EXPORT_SYMBOL vmlinux 0xe8c18845 dev_graft_qdisc +EXPORT_SYMBOL vmlinux 0xe8ca4f70 flow_rule_match_basic +EXPORT_SYMBOL vmlinux 0xe8cab5f6 follow_down_one +EXPORT_SYMBOL vmlinux 0xe8cbe008 to_ndd +EXPORT_SYMBOL vmlinux 0xe8d285b2 nla_policy_len +EXPORT_SYMBOL vmlinux 0xe8fbf4fa __alloc_bucket_spinlocks +EXPORT_SYMBOL vmlinux 0xe8fe6209 phy_ethtool_nway_reset +EXPORT_SYMBOL vmlinux 0xe90253f0 xudma_rflow_get +EXPORT_SYMBOL vmlinux 0xe909997a bitmap_print_list_to_buf +EXPORT_SYMBOL vmlinux 0xe9141d4c of_device_alloc +EXPORT_SYMBOL vmlinux 0xe914e41e strcpy +EXPORT_SYMBOL vmlinux 0xe93f4c4f pci_enable_msi +EXPORT_SYMBOL vmlinux 0xe953b21f get_next_ino +EXPORT_SYMBOL vmlinux 0xe9795f8c dm_table_event +EXPORT_SYMBOL vmlinux 0xe97b3945 sock_wmalloc +EXPORT_SYMBOL vmlinux 0xe9a8e0d2 tty_unlock +EXPORT_SYMBOL vmlinux 0xe9af7397 __xa_set_mark +EXPORT_SYMBOL vmlinux 0xe9c5f54d xfrm_dst_ifdown +EXPORT_SYMBOL vmlinux 0xe9c87d92 d_delete +EXPORT_SYMBOL vmlinux 0xe9d6a361 pnp_stop_dev +EXPORT_SYMBOL vmlinux 0xe9dc12a4 zstd_get_error_name +EXPORT_SYMBOL vmlinux 0xe9e8faeb efi_tpm_final_log_size +EXPORT_SYMBOL vmlinux 0xe9f6b444 jbd2_journal_invalidate_folio +EXPORT_SYMBOL vmlinux 0xe9f7149c zlib_deflate_workspacesize +EXPORT_SYMBOL vmlinux 0xe9f8ca6b pci_request_selected_regions_exclusive +EXPORT_SYMBOL vmlinux 0xe9ffc063 down_trylock +EXPORT_SYMBOL vmlinux 0xea01a22a module_layout +EXPORT_SYMBOL vmlinux 0xea01b4d0 blk_queue_max_hw_sectors +EXPORT_SYMBOL vmlinux 0xea0985c9 dev_addr_del +EXPORT_SYMBOL vmlinux 0xea0b3b59 set_binfmt +EXPORT_SYMBOL vmlinux 0xea135284 keyring_clear +EXPORT_SYMBOL vmlinux 0xea1c3e3a arm_smccc_1_2_hvc +EXPORT_SYMBOL vmlinux 0xea21c1f9 of_find_mipi_dsi_device_by_node +EXPORT_SYMBOL vmlinux 0xea29b834 find_get_pages_range_tag +EXPORT_SYMBOL vmlinux 0xea2f9b70 param_ops_invbool +EXPORT_SYMBOL vmlinux 0xea341aad flow_rule_match_ports +EXPORT_SYMBOL vmlinux 0xea3c8e4e scsilun_to_int +EXPORT_SYMBOL vmlinux 0xea41b5bf bio_split +EXPORT_SYMBOL vmlinux 0xea5cc485 tcf_em_tree_dump +EXPORT_SYMBOL vmlinux 0xea5f38f9 dquot_drop +EXPORT_SYMBOL vmlinux 0xea6560a6 sk_wait_data +EXPORT_SYMBOL vmlinux 0xea6f9a36 zlib_deflate_dfltcc_enabled +EXPORT_SYMBOL vmlinux 0xea7cc396 scsi_device_put +EXPORT_SYMBOL vmlinux 0xea886b6e qdisc_watchdog_init +EXPORT_SYMBOL vmlinux 0xea917c21 skb_find_text +EXPORT_SYMBOL vmlinux 0xea93c364 jbd2_journal_set_features +EXPORT_SYMBOL vmlinux 0xea9a334d genphy_read_master_slave +EXPORT_SYMBOL vmlinux 0xeaac67f5 phy_request_interrupt +EXPORT_SYMBOL vmlinux 0xeab6f4c4 acpi_check_resource_conflict +EXPORT_SYMBOL vmlinux 0xead8c400 bman_get_bpid +EXPORT_SYMBOL vmlinux 0xeadb4f50 dev_mc_sync_multiple +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 0xeb37101c audit_log_end +EXPORT_SYMBOL vmlinux 0xeb44339a free_pages_exact +EXPORT_SYMBOL vmlinux 0xeb5225d3 pci_request_regions_exclusive +EXPORT_SYMBOL vmlinux 0xeb52a87c sock_no_sendmsg_locked +EXPORT_SYMBOL vmlinux 0xeb5366a2 mroute6_is_socket +EXPORT_SYMBOL vmlinux 0xeb614482 mii_check_media +EXPORT_SYMBOL vmlinux 0xeb6a0f20 scsi_host_busy +EXPORT_SYMBOL vmlinux 0xeb705a16 xfrm6_rcv_spi +EXPORT_SYMBOL vmlinux 0xeb7329a2 qcom_scm_set_warm_boot_addr +EXPORT_SYMBOL vmlinux 0xeb79c952 vfs_iter_read +EXPORT_SYMBOL vmlinux 0xeb7f6046 acpi_get_devices +EXPORT_SYMBOL vmlinux 0xeb82fd28 skb_tunnel_check_pmtu +EXPORT_SYMBOL vmlinux 0xeb8c4c5b of_match_device +EXPORT_SYMBOL vmlinux 0xeb9eef52 match_uint +EXPORT_SYMBOL vmlinux 0xeb9ef9b9 __xfrm_state_destroy +EXPORT_SYMBOL vmlinux 0xeba9a9de skb_pull +EXPORT_SYMBOL vmlinux 0xebaecf74 mdiobus_is_registered_device +EXPORT_SYMBOL vmlinux 0xebb356a1 twl6040_power +EXPORT_SYMBOL vmlinux 0xebbe8cc2 security_unix_may_send +EXPORT_SYMBOL vmlinux 0xebe8b479 register_sysctl_mount_point +EXPORT_SYMBOL vmlinux 0xebf01fc4 pci_scan_single_device +EXPORT_SYMBOL vmlinux 0xebfd38a9 simple_lookup +EXPORT_SYMBOL vmlinux 0xec1fd492 scsi_unblock_requests +EXPORT_SYMBOL vmlinux 0xec2b8a42 acpi_walk_namespace +EXPORT_SYMBOL vmlinux 0xec2e1c8f proc_doulongvec_minmax +EXPORT_SYMBOL vmlinux 0xec33c668 __SCK__tp_func_spi_transfer_start +EXPORT_SYMBOL vmlinux 0xec41716a qman_alloc_fqid_range +EXPORT_SYMBOL vmlinux 0xec46679d pcim_iomap_regions_request_all +EXPORT_SYMBOL vmlinux 0xec4d9e3a clk_get_sys +EXPORT_SYMBOL vmlinux 0xec56849a __cpuhp_setup_state +EXPORT_SYMBOL vmlinux 0xec5fac0f ip_fraglist_init +EXPORT_SYMBOL vmlinux 0xec69568e __cpuhp_remove_state_cpuslocked +EXPORT_SYMBOL vmlinux 0xeca51c55 mipi_dsi_dcs_set_display_on +EXPORT_SYMBOL vmlinux 0xeca957d1 __bitmap_and +EXPORT_SYMBOL vmlinux 0xecdba50e jbd2_journal_unlock_updates +EXPORT_SYMBOL vmlinux 0xece784c2 rb_first +EXPORT_SYMBOL vmlinux 0xecee9633 skb_checksum_trimmed +EXPORT_SYMBOL vmlinux 0xecef5075 mdio_find_bus +EXPORT_SYMBOL vmlinux 0xecfd68ef acpi_get_node +EXPORT_SYMBOL vmlinux 0xed00c4fb acpi_os_printf +EXPORT_SYMBOL vmlinux 0xed405747 xfrm4_protocol_register +EXPORT_SYMBOL vmlinux 0xed4a1314 i2c_verify_adapter +EXPORT_SYMBOL vmlinux 0xed51eb9a wireless_send_event +EXPORT_SYMBOL vmlinux 0xed55f4c9 sock_init_data +EXPORT_SYMBOL vmlinux 0xed55f929 acpi_os_unmap_generic_address +EXPORT_SYMBOL vmlinux 0xed656e30 udp_encap_disable +EXPORT_SYMBOL vmlinux 0xed7b1ca7 pcie_get_readrq +EXPORT_SYMBOL vmlinux 0xed7d25b0 __skb_pad +EXPORT_SYMBOL vmlinux 0xed8a2d95 memset64 +EXPORT_SYMBOL vmlinux 0xed8fd1a4 scsi_remove_device +EXPORT_SYMBOL vmlinux 0xed96725f jbd2_journal_extend +EXPORT_SYMBOL vmlinux 0xedb22cf8 generic_file_readonly_mmap +EXPORT_SYMBOL vmlinux 0xedbaee5e nla_strcmp +EXPORT_SYMBOL vmlinux 0xedc03953 iounmap +EXPORT_SYMBOL vmlinux 0xedcf03bf nf_log_packet +EXPORT_SYMBOL vmlinux 0xedd17b31 sock_get_timeout +EXPORT_SYMBOL vmlinux 0xedd253cc io_uring_get_socket +EXPORT_SYMBOL vmlinux 0xee0094b4 generic_write_checks +EXPORT_SYMBOL vmlinux 0xee0118df aperture_remove_conflicting_devices +EXPORT_SYMBOL vmlinux 0xee1c8dcc kset_register +EXPORT_SYMBOL vmlinux 0xee2c2100 neigh_xmit +EXPORT_SYMBOL vmlinux 0xee2d0fc7 _local_bh_enable +EXPORT_SYMBOL vmlinux 0xee4fb82d complete_request_key +EXPORT_SYMBOL vmlinux 0xee588bf8 mfd_remove_devices_late +EXPORT_SYMBOL vmlinux 0xee58e970 fb_add_videomode +EXPORT_SYMBOL vmlinux 0xee5a10e9 param_ops_byte +EXPORT_SYMBOL vmlinux 0xee7d7deb gen_pool_dma_zalloc +EXPORT_SYMBOL vmlinux 0xee7eb9e1 pnp_platform_devices +EXPORT_SYMBOL vmlinux 0xee827ff2 is_nvdimm_bus_locked +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 0xee9dfe6c key_task_permission +EXPORT_SYMBOL vmlinux 0xee9e1cf6 blk_execute_rq +EXPORT_SYMBOL vmlinux 0xeea9dbaf bitmap_bitremap +EXPORT_SYMBOL vmlinux 0xeeb64a0f dev_set_threaded +EXPORT_SYMBOL vmlinux 0xeeb6f228 pci_bus_read_config_dword +EXPORT_SYMBOL vmlinux 0xeeb762e6 dma_set_mask +EXPORT_SYMBOL vmlinux 0xeebbb9b5 tcp_seq_next +EXPORT_SYMBOL vmlinux 0xeedca2ff mmc_can_secure_erase_trim +EXPORT_SYMBOL vmlinux 0xeee75d91 ucc_fast_init +EXPORT_SYMBOL vmlinux 0xeeeb8909 blkdev_issue_flush +EXPORT_SYMBOL vmlinux 0xef514cb1 blackhole_netdev +EXPORT_SYMBOL vmlinux 0xef58c103 bio_init +EXPORT_SYMBOL vmlinux 0xef81af31 xfrm_unregister_type +EXPORT_SYMBOL vmlinux 0xef8ac53d qcom_scm_restore_sec_cfg +EXPORT_SYMBOL vmlinux 0xef8de6ab prepare_to_swait_event +EXPORT_SYMBOL vmlinux 0xef8f7f0e processors +EXPORT_SYMBOL vmlinux 0xef9f45c1 folio_redirty_for_writepage +EXPORT_SYMBOL vmlinux 0xefadf3f1 devfreq_resume_device +EXPORT_SYMBOL vmlinux 0xefaf2e4f tcf_queue_work +EXPORT_SYMBOL vmlinux 0xefcea2e7 acpi_warning +EXPORT_SYMBOL vmlinux 0xefee932c acpi_get_data_full +EXPORT_SYMBOL vmlinux 0xefeedaec security_sb_set_mnt_opts +EXPORT_SYMBOL vmlinux 0xefeefc09 __SCK__tp_func_dma_fence_emit +EXPORT_SYMBOL vmlinux 0xeff11850 vfs_tmpfile_open +EXPORT_SYMBOL vmlinux 0xf0009fee put_pages_list +EXPORT_SYMBOL vmlinux 0xf00ad870 flow_rule_match_enc_control +EXPORT_SYMBOL vmlinux 0xf013f621 blk_mq_start_stopped_hw_queues +EXPORT_SYMBOL vmlinux 0xf01c4709 scsi_alloc_sgtables +EXPORT_SYMBOL vmlinux 0xf0282d77 rproc_coredump_add_custom_segment +EXPORT_SYMBOL vmlinux 0xf02aa937 wait_for_completion_interruptible_timeout +EXPORT_SYMBOL vmlinux 0xf034d1d2 pps_register_source +EXPORT_SYMBOL vmlinux 0xf04aad22 tcf_idr_create_from_flags +EXPORT_SYMBOL vmlinux 0xf04cf488 dev_close +EXPORT_SYMBOL vmlinux 0xf050284f param_set_ulong +EXPORT_SYMBOL vmlinux 0xf0516f53 ps2_handle_response +EXPORT_SYMBOL vmlinux 0xf053b3c4 pnp_request_card_device +EXPORT_SYMBOL vmlinux 0xf05cf3eb acpi_device_set_power +EXPORT_SYMBOL vmlinux 0xf06139df md_bitmap_endwrite +EXPORT_SYMBOL vmlinux 0xf0643882 gnet_stats_copy_basic_hw +EXPORT_SYMBOL vmlinux 0xf064de12 dquot_alloc +EXPORT_SYMBOL vmlinux 0xf07b07f6 sg_free_append_table +EXPORT_SYMBOL vmlinux 0xf082d944 device_add_disk +EXPORT_SYMBOL vmlinux 0xf09b5d9a get_zeroed_page +EXPORT_SYMBOL vmlinux 0xf0b0a00e simple_symlink_inode_operations +EXPORT_SYMBOL vmlinux 0xf0b2419f cmd_db_read_aux_data +EXPORT_SYMBOL vmlinux 0xf0b27ee8 kfree_skb_list_reason +EXPORT_SYMBOL vmlinux 0xf0d9095a xfrm_policy_alloc +EXPORT_SYMBOL vmlinux 0xf0db20a0 pci_request_regions +EXPORT_SYMBOL vmlinux 0xf0e74548 csum_and_copy_to_iter +EXPORT_SYMBOL vmlinux 0xf0f48424 __sk_mem_schedule +EXPORT_SYMBOL vmlinux 0xf0faa584 tcp_make_synack +EXPORT_SYMBOL vmlinux 0xf1028458 amba_request_regions +EXPORT_SYMBOL vmlinux 0xf10455f9 pci_get_slot +EXPORT_SYMBOL vmlinux 0xf104ec77 blk_mq_free_tag_set +EXPORT_SYMBOL vmlinux 0xf11c9780 skb_udp_tunnel_segment +EXPORT_SYMBOL vmlinux 0xf11d8bee tcp_v4_do_rcv +EXPORT_SYMBOL vmlinux 0xf11dd46e _page_poisoning_enabled_early +EXPORT_SYMBOL vmlinux 0xf120000e seq_escape_mem +EXPORT_SYMBOL vmlinux 0xf124834d tty_check_change +EXPORT_SYMBOL vmlinux 0xf12fb636 pci_iounmap +EXPORT_SYMBOL vmlinux 0xf14ee01a xsk_uses_need_wakeup +EXPORT_SYMBOL vmlinux 0xf15c72cb ps2_handle_ack +EXPORT_SYMBOL vmlinux 0xf16221a4 xudma_get_device +EXPORT_SYMBOL vmlinux 0xf166bbdb mdiobus_register_device +EXPORT_SYMBOL vmlinux 0xf17a881d nd_btt_arena_is_valid +EXPORT_SYMBOL vmlinux 0xf18300ad logic_inb +EXPORT_SYMBOL vmlinux 0xf195c682 fb_invert_cmaps +EXPORT_SYMBOL vmlinux 0xf1969a8e __usecs_to_jiffies +EXPORT_SYMBOL vmlinux 0xf1a65f7b zstd_reset_dstream +EXPORT_SYMBOL vmlinux 0xf1aa4276 ip_fraglist_prepare +EXPORT_SYMBOL vmlinux 0xf1b982d0 blk_queue_physical_block_size +EXPORT_SYMBOL vmlinux 0xf1db1704 nla_memcpy +EXPORT_SYMBOL vmlinux 0xf1dd669b skb_checksum_help +EXPORT_SYMBOL vmlinux 0xf1dd6f9d dev_uc_add +EXPORT_SYMBOL vmlinux 0xf1e046cc panic +EXPORT_SYMBOL vmlinux 0xf1e0f5b7 tcp_filter +EXPORT_SYMBOL vmlinux 0xf1e64ef2 ptp_clock_register +EXPORT_SYMBOL vmlinux 0xf1e98c74 avenrun +EXPORT_SYMBOL vmlinux 0xf1ebcc44 pci_bus_claim_resources +EXPORT_SYMBOL vmlinux 0xf1f88a0e dm_kcopyd_prepare_callback +EXPORT_SYMBOL vmlinux 0xf2102d8d page_pool_create +EXPORT_SYMBOL vmlinux 0xf225f1a7 tegra_dfll_unregister +EXPORT_SYMBOL vmlinux 0xf23037b2 ip_sock_set_pktinfo +EXPORT_SYMBOL vmlinux 0xf233db3f simple_getattr +EXPORT_SYMBOL vmlinux 0xf234b9cb ip_sock_set_recverr +EXPORT_SYMBOL vmlinux 0xf23af2af udp_push_pending_frames +EXPORT_SYMBOL vmlinux 0xf23fcb99 __kfifo_in +EXPORT_SYMBOL vmlinux 0xf241e4e6 acpi_processor_notify_smm +EXPORT_SYMBOL vmlinux 0xf246e8dc cdc_parse_cdc_header +EXPORT_SYMBOL vmlinux 0xf24cd7c2 input_mt_report_slot_state +EXPORT_SYMBOL vmlinux 0xf2628676 zstd_compress_cctx +EXPORT_SYMBOL vmlinux 0xf2662fc5 of_phy_find_device +EXPORT_SYMBOL vmlinux 0xf2669a2c imx_scu_irq_register_notifier +EXPORT_SYMBOL vmlinux 0xf2770829 generic_fadvise +EXPORT_SYMBOL vmlinux 0xf28cf0ae __hw_addr_init +EXPORT_SYMBOL vmlinux 0xf29403e5 acpi_install_table_handler +EXPORT_SYMBOL vmlinux 0xf2a61916 pci_write_vpd +EXPORT_SYMBOL vmlinux 0xf2a8efae dm_kcopyd_do_callback +EXPORT_SYMBOL vmlinux 0xf2aba32d udp6_set_csum +EXPORT_SYMBOL vmlinux 0xf2b3290d block_is_partially_uptodate +EXPORT_SYMBOL vmlinux 0xf2c43f3f zlib_deflate +EXPORT_SYMBOL vmlinux 0xf2d70a1c devm_iounmap +EXPORT_SYMBOL vmlinux 0xf2e5bd87 security_free_mnt_opts +EXPORT_SYMBOL vmlinux 0xf2ecbfd3 blk_mq_delay_kick_requeue_list +EXPORT_SYMBOL vmlinux 0xf2f53617 memregion_free +EXPORT_SYMBOL vmlinux 0xf2fbdc5a blk_rq_append_bio +EXPORT_SYMBOL vmlinux 0xf30568b5 udp_sendmsg +EXPORT_SYMBOL vmlinux 0xf3107926 sha224_update +EXPORT_SYMBOL vmlinux 0xf3164e16 xfrm_state_lookup_byaddr +EXPORT_SYMBOL vmlinux 0xf327ece0 blk_limits_io_min +EXPORT_SYMBOL vmlinux 0xf33c3498 scm_fp_dup +EXPORT_SYMBOL vmlinux 0xf346231f seq_list_start_head +EXPORT_SYMBOL vmlinux 0xf353a698 register_module_notifier +EXPORT_SYMBOL vmlinux 0xf3621fe2 mtree_alloc_rrange +EXPORT_SYMBOL vmlinux 0xf36a55cf register_netdev +EXPORT_SYMBOL vmlinux 0xf36f42a9 slhc_uncompress +EXPORT_SYMBOL vmlinux 0xf3761cd7 inet_stream_ops +EXPORT_SYMBOL vmlinux 0xf3888522 inet6_del_protocol +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 0xf3b560e4 jbd2_journal_start +EXPORT_SYMBOL vmlinux 0xf3d610a9 dma_resv_fini +EXPORT_SYMBOL vmlinux 0xf3df0afc d_obtain_root +EXPORT_SYMBOL vmlinux 0xf3e0e1df allocate_resource +EXPORT_SYMBOL vmlinux 0xf3e3f56f generic_mii_ioctl +EXPORT_SYMBOL vmlinux 0xf3e47ba6 __skb_recv_datagram +EXPORT_SYMBOL vmlinux 0xf3efd2ca get_inode_acl +EXPORT_SYMBOL vmlinux 0xf40ca13e security_sctp_bind_connect +EXPORT_SYMBOL vmlinux 0xf41d580e tcf_action_dump_1 +EXPORT_SYMBOL vmlinux 0xf42183be nd_device_notify +EXPORT_SYMBOL vmlinux 0xf430da68 input_mt_report_pointer_emulation +EXPORT_SYMBOL vmlinux 0xf43d2caa acpi_remove_interface +EXPORT_SYMBOL vmlinux 0xf43d7fdc skb_add_rx_frag +EXPORT_SYMBOL vmlinux 0xf43f5403 __d_lookup_unhash_wake +EXPORT_SYMBOL vmlinux 0xf446fce6 tcp_md5_key_copy +EXPORT_SYMBOL vmlinux 0xf4485186 tegra_dfll_suspend +EXPORT_SYMBOL vmlinux 0xf44a904a net_ns_barrier +EXPORT_SYMBOL vmlinux 0xf44e8696 __ip_dev_find +EXPORT_SYMBOL vmlinux 0xf45442b5 napi_gro_frags +EXPORT_SYMBOL vmlinux 0xf46d3025 tcf_get_next_chain +EXPORT_SYMBOL vmlinux 0xf474bcba drop_super_exclusive +EXPORT_SYMBOL vmlinux 0xf474c21c bitmap_print_to_pagebuf +EXPORT_SYMBOL vmlinux 0xf474fdcb kfree_const +EXPORT_SYMBOL vmlinux 0xf48c56f6 jbd2_journal_init_dev +EXPORT_SYMBOL vmlinux 0xf496101a ns_capable_noaudit +EXPORT_SYMBOL vmlinux 0xf4b754fd acpi_resources_are_enforced +EXPORT_SYMBOL vmlinux 0xf4c33659 brioctl_set +EXPORT_SYMBOL vmlinux 0xf4cbded8 mmc_can_erase +EXPORT_SYMBOL vmlinux 0xf4cf54ec __devm_release_region +EXPORT_SYMBOL vmlinux 0xf4d0fda7 tcp_inbound_md5_hash +EXPORT_SYMBOL vmlinux 0xf4d841be netdev_lower_dev_get_private +EXPORT_SYMBOL vmlinux 0xf4db35bc stpcpy +EXPORT_SYMBOL vmlinux 0xf4f0b39e netlink_set_err +EXPORT_SYMBOL vmlinux 0xf4f14de6 rtnl_trylock +EXPORT_SYMBOL vmlinux 0xf50329a6 ethtool_rx_flow_rule_destroy +EXPORT_SYMBOL vmlinux 0xf506e7bd devfreq_monitor_stop +EXPORT_SYMBOL vmlinux 0xf5109e20 truncate_pagecache_range +EXPORT_SYMBOL vmlinux 0xf53d4c26 qdisc_class_hash_destroy +EXPORT_SYMBOL vmlinux 0xf54a3775 pci_back_from_sleep +EXPORT_SYMBOL vmlinux 0xf5773f2e mdio_device_remove +EXPORT_SYMBOL vmlinux 0xf57e35c6 dcache_dir_close +EXPORT_SYMBOL vmlinux 0xf58daeaa neigh_app_ns +EXPORT_SYMBOL vmlinux 0xf58f2beb simple_transaction_set +EXPORT_SYMBOL vmlinux 0xf599bb36 __ip_options_compile +EXPORT_SYMBOL vmlinux 0xf59b2b88 of_find_compatible_node +EXPORT_SYMBOL vmlinux 0xf5a20ed2 __genradix_prealloc +EXPORT_SYMBOL vmlinux 0xf5a2b5c9 kobject_set_name +EXPORT_SYMBOL vmlinux 0xf5a32381 dev_set_promiscuity +EXPORT_SYMBOL vmlinux 0xf5b0ca6c netdev_lower_get_next_private +EXPORT_SYMBOL vmlinux 0xf5b5c533 flow_block_cb_alloc +EXPORT_SYMBOL vmlinux 0xf5d05acf cookie_timestamp_decode +EXPORT_SYMBOL vmlinux 0xf5e7ea40 ktime_get_coarse_ts64 +EXPORT_SYMBOL vmlinux 0xf5ea2312 dget_parent +EXPORT_SYMBOL vmlinux 0xf625fd9b filemap_get_folios_contig +EXPORT_SYMBOL vmlinux 0xf62c39fe ucc_slow_graceful_stop_tx +EXPORT_SYMBOL vmlinux 0xf643d104 hsiphash_4u32 +EXPORT_SYMBOL vmlinux 0xf6459b9b finish_swait +EXPORT_SYMBOL vmlinux 0xf64a4bde inet_dgram_ops +EXPORT_SYMBOL vmlinux 0xf664937b eth_mac_addr +EXPORT_SYMBOL vmlinux 0xf665f74f sock_load_diag_module +EXPORT_SYMBOL vmlinux 0xf68285c0 register_inetaddr_notifier +EXPORT_SYMBOL vmlinux 0xf688cbe7 pci_free_irq_vectors +EXPORT_SYMBOL vmlinux 0xf68ec885 tcp_v4_syn_recv_sock +EXPORT_SYMBOL vmlinux 0xf69a7b68 mmc_command_done +EXPORT_SYMBOL vmlinux 0xf69fe321 mmc_release_host +EXPORT_SYMBOL vmlinux 0xf6a86c46 jbd2_journal_get_write_access +EXPORT_SYMBOL vmlinux 0xf6b6f54a dup_iter +EXPORT_SYMBOL vmlinux 0xf6c26548 pin_user_pages_unlocked +EXPORT_SYMBOL vmlinux 0xf6c5f0f3 md_bitmap_sync_with_cluster +EXPORT_SYMBOL vmlinux 0xf6cee001 __nla_put_nohdr +EXPORT_SYMBOL vmlinux 0xf6d7a1a8 of_graph_get_remote_endpoint +EXPORT_SYMBOL vmlinux 0xf6ebc03b net_ratelimit +EXPORT_SYMBOL vmlinux 0xf6f9d58d init_on_free +EXPORT_SYMBOL vmlinux 0xf6fc8791 __bitmap_xor +EXPORT_SYMBOL vmlinux 0xf7010c04 get_vm_area +EXPORT_SYMBOL vmlinux 0xf70e3365 hash_and_copy_to_iter +EXPORT_SYMBOL vmlinux 0xf73231f1 filemap_range_has_page +EXPORT_SYMBOL vmlinux 0xf7339c89 padata_free_shell +EXPORT_SYMBOL vmlinux 0xf7370f56 system_state +EXPORT_SYMBOL vmlinux 0xf738d1be register_blocking_lsm_notifier +EXPORT_SYMBOL vmlinux 0xf74dd630 do_SAK +EXPORT_SYMBOL vmlinux 0xf766e925 rt_dst_clone +EXPORT_SYMBOL vmlinux 0xf76843b5 qcom_scm_pas_supported +EXPORT_SYMBOL vmlinux 0xf7706597 inet_addr_type_dev_table +EXPORT_SYMBOL vmlinux 0xf77555cd __memcpy_toio +EXPORT_SYMBOL vmlinux 0xf776d61f kmalloc_node_trace +EXPORT_SYMBOL vmlinux 0xf7778a6b xfrm_init_replay +EXPORT_SYMBOL vmlinux 0xf7a3d333 security_sctp_sk_clone +EXPORT_SYMBOL vmlinux 0xf7b9a3ac pci_read_vpd_any +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 0xf7f6fc73 rw_verify_area +EXPORT_SYMBOL vmlinux 0xf8057afc gro_find_complete_by_type +EXPORT_SYMBOL vmlinux 0xf811e69d scsi_eh_flush_done_q +EXPORT_SYMBOL vmlinux 0xf812cff6 memscan +EXPORT_SYMBOL vmlinux 0xf814e496 __skb_checksum_complete_head +EXPORT_SYMBOL vmlinux 0xf81e7e3a security_inode_getsecctx +EXPORT_SYMBOL vmlinux 0xf824065a pci_find_bus +EXPORT_SYMBOL vmlinux 0xf82ec573 rb_prev +EXPORT_SYMBOL vmlinux 0xf848c0d3 filp_close +EXPORT_SYMBOL vmlinux 0xf84bd6ee bpf_stats_enabled_key +EXPORT_SYMBOL vmlinux 0xf85d51b6 cros_ec_get_next_event +EXPORT_SYMBOL vmlinux 0xf87045d8 __dev_kfree_skb_irq +EXPORT_SYMBOL vmlinux 0xf8708e77 zerocopy_sg_from_iter +EXPORT_SYMBOL vmlinux 0xf8721793 ns_capable +EXPORT_SYMBOL vmlinux 0xf892f3ac scsi_print_command +EXPORT_SYMBOL vmlinux 0xf89cdb20 of_find_property +EXPORT_SYMBOL vmlinux 0xf89ed6b3 acpi_dev_uid_to_integer +EXPORT_SYMBOL vmlinux 0xf8bdedc7 security_inode_notifysecctx +EXPORT_SYMBOL vmlinux 0xf8d002af fwnode_mdiobus_phy_device_register +EXPORT_SYMBOL vmlinux 0xf8d07858 bitmap_from_arr32 +EXPORT_SYMBOL vmlinux 0xf8d2bc2c zstd_find_frame_compressed_size +EXPORT_SYMBOL vmlinux 0xf8e06d9e tcf_block_put +EXPORT_SYMBOL vmlinux 0xf8f61ebc wake_up_var +EXPORT_SYMBOL vmlinux 0xf903e13a dst_init +EXPORT_SYMBOL vmlinux 0xf912c38f generic_block_bmap +EXPORT_SYMBOL vmlinux 0xf9160dd7 page_zero_new_buffers +EXPORT_SYMBOL vmlinux 0xf91b89ab fman_sp_build_buffer_struct +EXPORT_SYMBOL vmlinux 0xf935550f rtnl_nla_parse_ifla +EXPORT_SYMBOL vmlinux 0xf93aae46 __arm_smccc_smc +EXPORT_SYMBOL vmlinux 0xf93fd09c fb_find_mode_cvt +EXPORT_SYMBOL vmlinux 0xf946d5de xp_dma_map +EXPORT_SYMBOL vmlinux 0xf954e6a1 get_cached_acl +EXPORT_SYMBOL vmlinux 0xf95c619b acpi_processor_preregister_performance +EXPORT_SYMBOL vmlinux 0xf9634c9f skb_flow_get_icmp_tci +EXPORT_SYMBOL vmlinux 0xf9651c7c param_get_short +EXPORT_SYMBOL vmlinux 0xf966055d mmc_cqe_recovery +EXPORT_SYMBOL vmlinux 0xf969e188 dma_fence_array_next +EXPORT_SYMBOL vmlinux 0xf9722676 twl_i2c_write +EXPORT_SYMBOL vmlinux 0xf98e967d ip_frag_next +EXPORT_SYMBOL vmlinux 0xf99d375c netlink_capable +EXPORT_SYMBOL vmlinux 0xf99ed612 netdev_upper_dev_unlink +EXPORT_SYMBOL vmlinux 0xf9a482f9 msleep +EXPORT_SYMBOL vmlinux 0xf9c0b663 strlcat +EXPORT_SYMBOL vmlinux 0xf9ca2eb4 kstrtoint_from_user +EXPORT_SYMBOL vmlinux 0xf9df3017 pci_remove_bus +EXPORT_SYMBOL vmlinux 0xf9e9557e mdiobus_write +EXPORT_SYMBOL vmlinux 0xf9f3bc7e __cgroup_bpf_run_filter_skb +EXPORT_SYMBOL vmlinux 0xf9fcd41a sk_common_release +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 0xfa368d97 bdev_start_io_acct +EXPORT_SYMBOL vmlinux 0xfa4d2f03 __nla_parse +EXPORT_SYMBOL vmlinux 0xfa599bb2 netlink_register_notifier +EXPORT_SYMBOL vmlinux 0xfa6443f5 poll_freewait +EXPORT_SYMBOL vmlinux 0xfa6eedc4 acpi_bus_unregister_driver +EXPORT_SYMBOL vmlinux 0xfa70cd08 vmf_insert_mixed +EXPORT_SYMBOL vmlinux 0xfa734159 bpf_link_put +EXPORT_SYMBOL vmlinux 0xfa9c6a60 sock_wfree +EXPORT_SYMBOL vmlinux 0xfaa7e77f of_iomap +EXPORT_SYMBOL vmlinux 0xfaaa12d0 _page_poisoning_enabled +EXPORT_SYMBOL vmlinux 0xfac8865f sysctl_wmem_max +EXPORT_SYMBOL vmlinux 0xfae27709 set_nlink +EXPORT_SYMBOL vmlinux 0xfb05f493 is_subdir +EXPORT_SYMBOL vmlinux 0xfb105a88 inode_get_bytes +EXPORT_SYMBOL vmlinux 0xfb22ffce mipi_dsi_attach +EXPORT_SYMBOL vmlinux 0xfb348fea fault_in_safe_writeable +EXPORT_SYMBOL vmlinux 0xfb384d37 kasprintf +EXPORT_SYMBOL vmlinux 0xfb496b89 file_modified +EXPORT_SYMBOL vmlinux 0xfb4b9f27 input_enable_softrepeat +EXPORT_SYMBOL vmlinux 0xfb4effdb skb_vlan_untag +EXPORT_SYMBOL vmlinux 0xfb5cbb21 scsi_remove_host +EXPORT_SYMBOL vmlinux 0xfb6af58d recalc_sigpending +EXPORT_SYMBOL vmlinux 0xfb757e13 flow_rule_match_tcp +EXPORT_SYMBOL vmlinux 0xfb8d3df3 ppp_register_compressor +EXPORT_SYMBOL vmlinux 0xfba7a5f5 __get_random_u32_below +EXPORT_SYMBOL vmlinux 0xfba7ddd2 match_u64 +EXPORT_SYMBOL vmlinux 0xfba96e1c filemap_invalidate_lock_two +EXPORT_SYMBOL vmlinux 0xfbaaf01e console_lock +EXPORT_SYMBOL vmlinux 0xfbad3cf0 scsi_normalize_sense +EXPORT_SYMBOL vmlinux 0xfbb87ce7 pci_scan_bus +EXPORT_SYMBOL vmlinux 0xfbb8a761 strscpy_pad +EXPORT_SYMBOL vmlinux 0xfbc4f89e io_schedule_timeout +EXPORT_SYMBOL vmlinux 0xfbc97264 inet_sock_destruct +EXPORT_SYMBOL vmlinux 0xfbcb0a79 rtnl_notify +EXPORT_SYMBOL vmlinux 0xfbd1886e posix_acl_to_xattr +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 0xfbe8fa0d seq_put_decimal_ull +EXPORT_SYMBOL vmlinux 0xfc1d35bf netif_tx_stop_all_queues +EXPORT_SYMBOL vmlinux 0xfc2358dc inet_csk_prepare_forced_close +EXPORT_SYMBOL vmlinux 0xfc2b42c0 param_ops_bint +EXPORT_SYMBOL vmlinux 0xfc336d2e __wake_up_bit +EXPORT_SYMBOL vmlinux 0xfc398862 free_inode_nonrcu +EXPORT_SYMBOL vmlinux 0xfc4152fc ec_read +EXPORT_SYMBOL vmlinux 0xfc421e79 gnet_stats_add_queue +EXPORT_SYMBOL vmlinux 0xfc43d01b unlock_page +EXPORT_SYMBOL vmlinux 0xfc52abc7 qcom_scm_pas_shutdown +EXPORT_SYMBOL vmlinux 0xfc881b89 fman_port_get_hash_result_offset +EXPORT_SYMBOL vmlinux 0xfc8cf0d8 md_write_inc +EXPORT_SYMBOL vmlinux 0xfc9ed8c3 qcom_scm_ice_available +EXPORT_SYMBOL vmlinux 0xfcb8c24e fman_set_mac_max_frame +EXPORT_SYMBOL vmlinux 0xfcc21e24 configfs_unregister_group +EXPORT_SYMBOL vmlinux 0xfccc5861 phy_attached_print +EXPORT_SYMBOL vmlinux 0xfcce2f7d ucc_fast_enable +EXPORT_SYMBOL vmlinux 0xfcd1819a hdmi_spd_infoframe_check +EXPORT_SYMBOL vmlinux 0xfcd96777 pci_find_capability +EXPORT_SYMBOL vmlinux 0xfcec0987 enable_irq +EXPORT_SYMBOL vmlinux 0xfcfdbb93 __xfrm_state_delete +EXPORT_SYMBOL vmlinux 0xfd283bc3 devm_devfreq_register_notifier +EXPORT_SYMBOL vmlinux 0xfd34d607 phy_trigger_machine +EXPORT_SYMBOL vmlinux 0xfd3f59e8 d_lookup +EXPORT_SYMBOL vmlinux 0xfd4d10c2 xfrm_state_register_afinfo +EXPORT_SYMBOL vmlinux 0xfd5a2986 cpumask_any_and_distribute +EXPORT_SYMBOL vmlinux 0xfd704918 jbd2_journal_ack_err +EXPORT_SYMBOL vmlinux 0xfd745615 mipi_dsi_dcs_nop +EXPORT_SYMBOL vmlinux 0xfd9171ee jbd2_journal_submit_inode_data_buffers +EXPORT_SYMBOL vmlinux 0xfdaa7d2f ilookup5 +EXPORT_SYMBOL vmlinux 0xfdbdb2e4 __nd_driver_register +EXPORT_SYMBOL vmlinux 0xfdc77533 blk_get_queue +EXPORT_SYMBOL vmlinux 0xfdcb4ed3 acpi_os_get_line +EXPORT_SYMBOL vmlinux 0xfdcc8a0e fb_find_best_display +EXPORT_SYMBOL vmlinux 0xfddb259a clear_nlink +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 0xfe2a770d scsi_done_direct +EXPORT_SYMBOL vmlinux 0xfe307144 of_get_mac_address_nvmem +EXPORT_SYMBOL vmlinux 0xfe3b56fe sock_queue_err_skb +EXPORT_SYMBOL vmlinux 0xfe487975 init_wait_entry +EXPORT_SYMBOL vmlinux 0xfe521e96 dquot_initialize_needed +EXPORT_SYMBOL vmlinux 0xfe5336ac xsk_set_tx_need_wakeup +EXPORT_SYMBOL vmlinux 0xfe59bfe2 tcp_seq_stop +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 0xfea6a6e5 __nlmsg_put +EXPORT_SYMBOL vmlinux 0xfea8fe61 validate_slab_cache +EXPORT_SYMBOL vmlinux 0xfebecf1b __mark_inode_dirty +EXPORT_SYMBOL vmlinux 0xfed02b52 bio_free_pages +EXPORT_SYMBOL vmlinux 0xfed09482 inode_set_bytes +EXPORT_SYMBOL vmlinux 0xfed92810 devm_pci_remap_iospace +EXPORT_SYMBOL vmlinux 0xfedcdb60 seq_hlist_next_percpu +EXPORT_SYMBOL vmlinux 0xfeebc7c4 __kfifo_from_user_r +EXPORT_SYMBOL vmlinux 0xfeef5233 pci_disable_msi +EXPORT_SYMBOL vmlinux 0xfef0ee11 dqput +EXPORT_SYMBOL vmlinux 0xfef216eb _raw_spin_trylock +EXPORT_SYMBOL vmlinux 0xfef55f7e input_handler_for_each_handle +EXPORT_SYMBOL vmlinux 0xfefcb98e vme_dma_vme_attribute +EXPORT_SYMBOL vmlinux 0xff1e9dd8 seq_list_start +EXPORT_SYMBOL vmlinux 0xff282521 rfkill_register +EXPORT_SYMBOL vmlinux 0xff5be0fe mnt_set_expiry +EXPORT_SYMBOL vmlinux 0xff6878cf fb_default_cmap +EXPORT_SYMBOL vmlinux 0xff689f91 __netlink_kernel_create +EXPORT_SYMBOL vmlinux 0xff7e7f8d kryo_l2_set_indirect_reg +EXPORT_SYMBOL vmlinux 0xff8480df __skb_checksum_complete +EXPORT_SYMBOL vmlinux 0xff84be93 md_update_sb +EXPORT_SYMBOL vmlinux 0xff87cd18 lockref_get_not_dead +EXPORT_SYMBOL vmlinux 0xffa15778 tcp_read_sock +EXPORT_SYMBOL vmlinux 0xffb7c514 ida_free +EXPORT_SYMBOL vmlinux 0xffc4f200 zstd_compress_stream +EXPORT_SYMBOL vmlinux 0xffc5c766 mii_check_link +EXPORT_SYMBOL vmlinux 0xffcc4ec7 tcp_bpf_bypass_getsockopt +EXPORT_SYMBOL vmlinux 0xffeedf6a delayed_work_timer_fn +EXPORT_SYMBOL_GPL crypto/af_alg 0x29e9d739 af_alg_get_rsgl +EXPORT_SYMBOL_GPL crypto/af_alg 0x4250739b af_alg_wait_for_data +EXPORT_SYMBOL_GPL crypto/af_alg 0x50036b1b af_alg_sendpage +EXPORT_SYMBOL_GPL crypto/af_alg 0x504bb9b1 af_alg_pull_tsgl +EXPORT_SYMBOL_GPL crypto/af_alg 0x510d2477 af_alg_wmem_wakeup +EXPORT_SYMBOL_GPL crypto/af_alg 0x57a07471 af_alg_accept +EXPORT_SYMBOL_GPL crypto/af_alg 0x5e0221e8 af_alg_unregister_type +EXPORT_SYMBOL_GPL crypto/af_alg 0x6a4258cf af_alg_async_cb +EXPORT_SYMBOL_GPL crypto/af_alg 0x8e20f9d8 af_alg_make_sg +EXPORT_SYMBOL_GPL crypto/af_alg 0x9fc6e479 af_alg_register_type +EXPORT_SYMBOL_GPL crypto/af_alg 0xa5932091 af_alg_release_parent +EXPORT_SYMBOL_GPL crypto/af_alg 0xae352d86 af_alg_free_resources +EXPORT_SYMBOL_GPL crypto/af_alg 0xb0bf9104 af_alg_release +EXPORT_SYMBOL_GPL crypto/af_alg 0xb54392a1 af_alg_free_sg +EXPORT_SYMBOL_GPL crypto/af_alg 0xc980cecc af_alg_alloc_areq +EXPORT_SYMBOL_GPL crypto/af_alg 0xd9fab391 af_alg_count_tsgl +EXPORT_SYMBOL_GPL crypto/af_alg 0xf48b1bba af_alg_poll +EXPORT_SYMBOL_GPL crypto/af_alg 0xfed4ecf9 af_alg_sendmsg +EXPORT_SYMBOL_GPL crypto/aria_generic 0x4a61978a aria_encrypt +EXPORT_SYMBOL_GPL crypto/aria_generic 0x74c528fd aria_set_key +EXPORT_SYMBOL_GPL crypto/aria_generic 0xbdad6df6 aria_decrypt +EXPORT_SYMBOL_GPL crypto/async_tx/async_memcpy 0x9fe03ffd async_memcpy +EXPORT_SYMBOL_GPL crypto/async_tx/async_pq 0x1e93cbda async_gen_syndrome +EXPORT_SYMBOL_GPL crypto/async_tx/async_pq 0xdafe351b async_syndrome_val +EXPORT_SYMBOL_GPL crypto/async_tx/async_raid6_recov 0x1d6e8d0b async_raid6_2data_recov +EXPORT_SYMBOL_GPL crypto/async_tx/async_raid6_recov 0x55fa1808 async_raid6_datap_recov +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0x40d95a8f async_tx_quiesce +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0xb43bbc5e async_trigger_callback +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0xc5c2d4b6 __async_tx_find_channel +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0xd20656f1 async_tx_submit +EXPORT_SYMBOL_GPL crypto/async_tx/async_xor 0x4e594d56 async_xor_val +EXPORT_SYMBOL_GPL crypto/async_tx/async_xor 0x6f2950ed async_xor_offs +EXPORT_SYMBOL_GPL crypto/async_tx/async_xor 0xac3d8fab async_xor_val_offs +EXPORT_SYMBOL_GPL crypto/async_tx/async_xor 0xdb5eb8f4 async_xor +EXPORT_SYMBOL_GPL crypto/authenc 0x2479193e crypto_authenc_extractkeys +EXPORT_SYMBOL_GPL crypto/blowfish_common 0xa486d2a0 blowfish_setkey +EXPORT_SYMBOL_GPL crypto/cast5_generic 0x188d9d26 __cast5_decrypt +EXPORT_SYMBOL_GPL crypto/cast5_generic 0x8e77925e 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 0xabda9ab9 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 0x02015aca cryptd_alloc_ahash +EXPORT_SYMBOL_GPL crypto/cryptd 0x219b8894 cryptd_alloc_aead +EXPORT_SYMBOL_GPL crypto/cryptd 0x28930d7c cryptd_aead_child +EXPORT_SYMBOL_GPL crypto/cryptd 0x58fe4a9c cryptd_free_aead +EXPORT_SYMBOL_GPL crypto/cryptd 0x5c8fec52 cryptd_ahash_child +EXPORT_SYMBOL_GPL crypto/cryptd 0x628fd74a cryptd_aead_queued +EXPORT_SYMBOL_GPL crypto/cryptd 0x89a1b460 cryptd_skcipher_queued +EXPORT_SYMBOL_GPL crypto/cryptd 0x8a644fc8 cryptd_free_skcipher +EXPORT_SYMBOL_GPL crypto/cryptd 0xafb116e7 cryptd_alloc_skcipher +EXPORT_SYMBOL_GPL crypto/cryptd 0xc3401c91 cryptd_free_ahash +EXPORT_SYMBOL_GPL crypto/cryptd 0xd66f2c97 cryptd_ahash_queued +EXPORT_SYMBOL_GPL crypto/cryptd 0xe121db1d cryptd_shash_desc +EXPORT_SYMBOL_GPL crypto/cryptd 0xebe43c8c cryptd_skcipher_child +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x52553a00 crypto_engine_alloc_init_and_set +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x58cc862f crypto_engine_alloc_init +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x5f69ae8d crypto_finalize_aead_request +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x88b6ba8b crypto_transfer_skcipher_request_to_engine +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x8d99b214 crypto_transfer_hash_request_to_engine +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x9ae572f6 crypto_finalize_hash_request +EXPORT_SYMBOL_GPL crypto/crypto_engine 0xa49484ae crypto_finalize_skcipher_request +EXPORT_SYMBOL_GPL crypto/crypto_engine 0xa7922bbf crypto_engine_start +EXPORT_SYMBOL_GPL crypto/crypto_engine 0xb35b9b30 crypto_engine_exit +EXPORT_SYMBOL_GPL crypto/crypto_engine 0xbd2132a1 crypto_finalize_kpp_request +EXPORT_SYMBOL_GPL crypto/crypto_engine 0xc480e3e5 crypto_transfer_akcipher_request_to_engine +EXPORT_SYMBOL_GPL crypto/crypto_engine 0xd00387ef crypto_transfer_aead_request_to_engine +EXPORT_SYMBOL_GPL crypto/crypto_engine 0xe527e59b crypto_finalize_akcipher_request +EXPORT_SYMBOL_GPL crypto/crypto_engine 0xf5123c74 crypto_engine_stop +EXPORT_SYMBOL_GPL crypto/crypto_engine 0xfb633adf crypto_transfer_kpp_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 0x00c74de4 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/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 0x112e3ab4 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 0x103ac673 spk_synth_is_alive_restart +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x1e39eb14 synth_putws +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x2a1de87c spk_ttyio_synth_probe +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x343a49b5 spk_synth_flush +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x3a1406b7 spk_do_catch_up +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 0x52ac345f spk_var_store +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x6bbeafb7 spk_ttyio_release +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x6db8b6c7 synth_current +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x76d40046 synth_buffer_skip_nonlatin1 +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x7d0d47bd spk_ttyio_synth_immediate +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 0x93246298 synth_add +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xaadb0612 synth_buffer_peek +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xb56e1297 spk_synth_get_index +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 0xbfce0b87 spk_synth_is_alive_nop +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xc319c604 synth_putws_s +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xc58f6e50 spk_get_var_header +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xcb3e8e07 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 0xda84b303 synth_remove +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xe194d0ef synth_printf +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xee33fca3 spk_do_catch_up_unicode +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xf9a56bb4 spk_ttyio_ops +EXPORT_SYMBOL_GPL drivers/acpi/nfit/nfit 0x4639bcda acpi_nfit_shutdown +EXPORT_SYMBOL_GPL drivers/acpi/nfit/nfit 0x49078646 acpi_nfit_desc_init +EXPORT_SYMBOL_GPL drivers/acpi/nfit/nfit 0x499bbf57 nfit_get_smbios_id +EXPORT_SYMBOL_GPL drivers/acpi/nfit/nfit 0x5cba0f62 __acpi_nvdimm_notify +EXPORT_SYMBOL_GPL drivers/acpi/nfit/nfit 0x6b0ef7dc acpi_nfit_ctl +EXPORT_SYMBOL_GPL drivers/acpi/nfit/nfit 0xc2e7fb0f acpi_nfit_init +EXPORT_SYMBOL_GPL drivers/acpi/nfit/nfit 0xf52583e8 __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_platform 0xde9465d8 __pata_platform_probe +EXPORT_SYMBOL_GPL drivers/ata/pata_sis 0x953bfa6c 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 0xaa2419e9 linedisp_unregister +EXPORT_SYMBOL_GPL drivers/auxdisplay/line-display 0xb33d8097 linedisp_register +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-ac97 0x55363a7e regmap_ac97_default_volatile +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-ac97 0x7d34e644 __regmap_init_ac97 +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-ac97 0xd7f7ba80 __devm_regmap_init_ac97 +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-i3c 0x57c4d4fd __devm_regmap_init_i3c +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-sccb 0x4f590a6d __devm_regmap_init_sccb +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-sccb 0x8db5df15 __regmap_init_sccb +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-sdw 0x30922b2f __devm_regmap_init_sdw +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-sdw 0xca74a583 __regmap_init_sdw +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-sdw-mbq 0x5375b88e __devm_regmap_init_sdw_mbq +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-sdw-mbq 0xea2f67d1 __regmap_init_sdw_mbq +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-slimbus 0x2cbba5aa __regmap_init_slimbus +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-slimbus 0xac3cb669 __devm_regmap_init_slimbus +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-spi-avmm 0x24225d01 __regmap_init_spi_avmm +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-spi-avmm 0x6dd04ad4 __devm_regmap_init_spi_avmm +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-spmi 0x3b14bc31 __regmap_init_spmi_base +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-spmi 0x59873b0d __devm_regmap_init_spmi_base +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-spmi 0xb59aaeac __regmap_init_spmi_ext +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-spmi 0xfb004df0 __devm_regmap_init_spmi_ext +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-w1 0xb9ba8646 __devm_regmap_init_w1 +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-w1 0xed17d966 __regmap_init_w1 +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x2981b8e8 bcma_core_disable +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x2d8f91e0 bcma_core_set_clockmode +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x43206c93 bcma_core_pci_power_save +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x46f96149 bcma_driver_unregister +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x47c2626d bcma_chipco_get_alp_clock +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x5202ab38 bcma_chipco_pll_maskset +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x56206bdb bcma_core_pll_ctl +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x5d5f902c bcma_core_enable +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x5dd565e6 bcma_pmu_spuravoid_pllupdate +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x6014d420 bcma_chipco_gpio_outen +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x7d6e8ecc bcma_chipco_chipctl_maskset +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x7ef570e3 bcma_chipco_gpio_control +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x85888901 bcma_host_pci_irq_ctl +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x8dbd45fe bcma_chipco_regctl_maskset +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x93750d7d bcma_chipco_gpio_out +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x99b0f7b2 bcma_find_core_unit +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xb157c23e bcma_chipco_pll_write +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xb585feef bcma_chipco_pll_read +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xbc1e83ce __bcma_driver_register +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xbe7f4096 bcma_core_is_enabled +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xd6be19fd bcma_pmu_get_bus_clock +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xe781aed4 bcma_host_pci_up +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xf6b80bc0 bcma_host_pci_down +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xfa956bc5 bcma_chipco_b_mii_write +EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0x10c51851 btbcm_finalize +EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0x39449362 btbcm_setup_patchram +EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0x571ffaa3 btbcm_set_bdaddr +EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0x7274e5ca btbcm_initialize +EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0x740ec04a btbcm_check_bdaddr +EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0x958bba46 btbcm_setup_apple +EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0xa3ae4eac btbcm_read_pcm_int_params +EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0xe5138b2e btbcm_write_pcm_int_params +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x1b7f9510 btintel_download_firmware +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x1db85364 btintel_read_boot_params +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x457175f1 btintel_check_bdaddr +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x45dec707 btintel_set_bdaddr +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x551e16b5 btintel_secure_send_result +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x5b6cad8d btintel_set_event_mask_mfg +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x63cbd78d btintel_bootup +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x6e0fa0b8 btintel_set_diag +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x9446e469 btintel_enter_mfg +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x9a771493 btintel_regmap_init +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x9ae0dc04 btintel_set_quality_report +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0xad9d2353 btintel_send_intel_reset +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0xbe107a5a btintel_load_ddc_config +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0xca5502a6 btintel_version_info +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0xe1a61aa8 btintel_configure_setup +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0xed641adf btintel_exit_mfg +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0xf85d10e4 btintel_read_version +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x0fe4f4d7 btmrvl_send_hscfg_cmd +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x11ccdbe0 btmrvl_send_module_cfg_cmd +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x1c328552 btmrvl_pscan_window_reporting +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x37452d34 btmrvl_enable_ps +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x3dbac6cd btmrvl_check_evtpkt +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x45ba27e3 btmrvl_remove_card +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x4c518292 btmrvl_register_hdev +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x584c4dcd btmrvl_add_card +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0xa41a6244 btmrvl_interrupt +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0xdd1ad753 btmrvl_enable_hs +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0xf69000f8 btmrvl_process_event +EXPORT_SYMBOL_GPL drivers/bluetooth/btmtk 0x2c4909ef btmtk_set_bdaddr +EXPORT_SYMBOL_GPL drivers/bluetooth/btmtk 0x80551c43 btmtk_setup_firmware +EXPORT_SYMBOL_GPL drivers/bluetooth/btmtk 0xf7daa551 btmtk_setup_firmware_79xx +EXPORT_SYMBOL_GPL drivers/bluetooth/btqca 0x2c84afa3 qca_set_bdaddr_rome +EXPORT_SYMBOL_GPL drivers/bluetooth/btqca 0x5f9108bb qca_send_pre_shutdown_cmd +EXPORT_SYMBOL_GPL drivers/bluetooth/btqca 0xa7c9c902 qca_uart_setup +EXPORT_SYMBOL_GPL drivers/bluetooth/btqca 0xd93a7ad9 qca_read_soc_version +EXPORT_SYMBOL_GPL drivers/bluetooth/btqca 0xe61cac76 qca_set_bdaddr +EXPORT_SYMBOL_GPL drivers/bluetooth/btrtl 0x16f797bb btrtl_shutdown_realtek +EXPORT_SYMBOL_GPL drivers/bluetooth/btrtl 0x71e26a36 btrtl_get_uart_settings +EXPORT_SYMBOL_GPL drivers/bluetooth/btrtl 0xaf78f260 btrtl_free +EXPORT_SYMBOL_GPL drivers/bluetooth/btrtl 0xcf834ad6 btrtl_setup_realtek +EXPORT_SYMBOL_GPL drivers/bluetooth/btrtl 0xd60a1771 btrtl_initialize +EXPORT_SYMBOL_GPL drivers/bluetooth/btrtl 0xf1f4d607 btrtl_set_quirks +EXPORT_SYMBOL_GPL drivers/bluetooth/btrtl 0xf9324f6e btrtl_download_firmware +EXPORT_SYMBOL_GPL drivers/bluetooth/hci_uart 0x2911caf7 hci_uart_register_device +EXPORT_SYMBOL_GPL drivers/bluetooth/hci_uart 0x66469ac8 h4_recv_buf +EXPORT_SYMBOL_GPL drivers/bluetooth/hci_uart 0xbc17e787 hci_uart_unregister_device +EXPORT_SYMBOL_GPL drivers/bluetooth/hci_uart 0xea7e390d hci_uart_tx_wakeup +EXPORT_SYMBOL_GPL drivers/bus/mhi/ep/mhi_ep 0x02c79937 mhi_ep_register_controller +EXPORT_SYMBOL_GPL drivers/bus/mhi/ep/mhi_ep 0x38994f11 mhi_ep_queue_is_empty +EXPORT_SYMBOL_GPL drivers/bus/mhi/ep/mhi_ep 0x53f7a515 mhi_ep_power_down +EXPORT_SYMBOL_GPL drivers/bus/mhi/ep/mhi_ep 0x71c90fb8 mhi_ep_queue_skb +EXPORT_SYMBOL_GPL drivers/bus/mhi/ep/mhi_ep 0x7db103b4 mhi_ep_power_up +EXPORT_SYMBOL_GPL drivers/bus/mhi/ep/mhi_ep 0xa25fcadd mhi_ep_driver_unregister +EXPORT_SYMBOL_GPL drivers/bus/mhi/ep/mhi_ep 0xbbd74839 __mhi_ep_driver_register +EXPORT_SYMBOL_GPL drivers/bus/mhi/ep/mhi_ep 0xcbbf61f7 mhi_ep_unregister_controller +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x002072a2 mhi_notify +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x0298e152 mhi_device_get +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x02f4bc55 mhi_prepare_for_power_up +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x2161ca53 mhi_queue_skb +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x2c56d336 mhi_prepare_for_transfer_autoqueue +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x36a01628 mhi_poll +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x39176cb2 mhi_free_controller +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x4b893f4c mhi_power_down +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x4bb1b7ed mhi_unprepare_after_power_down +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x51a79475 mhi_alloc_controller +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x55adc5c7 mhi_pm_resume_force +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x567a42fe mhi_device_put +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x58579b05 mhi_prepare_for_transfer +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x5a098d36 mhi_driver_unregister +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x6a6709dc mhi_soc_reset +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x70745d2c mhi_device_get_sync +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x7e425afa mhi_get_exec_env +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x828826e4 mhi_unregister_controller +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xaf2ebc35 mhi_get_mhi_state +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xb7e310f7 mhi_queue_is_full +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xc00e47a2 mhi_queue_buf +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xc0237b10 mhi_queue_dma +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xce8a5177 mhi_unprepare_from_transfer +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xd1460334 __mhi_driver_register +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xd2439419 mhi_get_free_desc_count +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xd880e759 mhi_register_controller +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xe31ef57f mhi_download_rddm_image +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xe35cb34d mhi_async_power_up +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xeb953de3 mhi_pm_suspend +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xebd6f0cb mhi_force_rddm_mode +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xed2314dc mhi_pm_resume +EXPORT_SYMBOL_GPL drivers/bus/moxtet 0x478780e6 moxtet_device_read +EXPORT_SYMBOL_GPL drivers/bus/moxtet 0x5b4f26ed __moxtet_register_driver +EXPORT_SYMBOL_GPL drivers/bus/moxtet 0x6fbf0b1b moxtet_device_written +EXPORT_SYMBOL_GPL drivers/bus/moxtet 0xb356e3ee moxtet_device_write +EXPORT_SYMBOL_GPL drivers/bus/sunxi-rsb 0x482146d2 sunxi_rsb_driver_register +EXPORT_SYMBOL_GPL drivers/bus/sunxi-rsb 0x8268a6a6 __devm_regmap_init_sunxi_rsb +EXPORT_SYMBOL_GPL drivers/clk/meson/clk-phase 0x68354f83 meson_clk_phase_ops +EXPORT_SYMBOL_GPL drivers/clk/meson/clk-phase 0x74a4f54e meson_clk_triphase_ops +EXPORT_SYMBOL_GPL drivers/clk/meson/clk-phase 0xc07ff59a meson_sclk_ws_inv_ops +EXPORT_SYMBOL_GPL drivers/clk/meson/sclk-div 0xd56c6d11 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 0x0513c18d qcom_find_cfg_index +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x07935d8b clk_alpha_pll_postdiv_fabia_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x07e2aa8b qcom_cc_register_rcg_dfs +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x0ae351c4 clk_alpha_pll_fabia_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x0bf97bd1 qcom_cc_probe +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 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 0x28ec912b clk_fabia_pll_configure +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x2d293905 clk_alpha_pll_postdiv_lucid_5lpe_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x376a54fb qcom_cc_probe_by_index +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x38229fba clk_alpha_pll_reset_lucid_evo_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x390ee062 clk_enable_regmap +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x395868a1 qcom_find_freq_floor +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x407cd4e2 clk_zonda_pll_configure +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 0x46eb964b clk_alpha_pll_regs +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x4a930432 clk_branch_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x4d6477fd clk_disable_regmap +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x4d7aa016 devm_clk_register_regmap +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x5524687f clk_trion_pll_configure +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 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 0x69816c71 qcom_find_src_index +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 0x6c55924f qcom_cc_really_probe +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x6d308251 clk_alpha_pll_fixed_lucid_evo_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x6f5d109e qcom_cc_register_board_clk +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 0x71a5a294 gdsc_gx_do_nothing_enable +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x7319e51c clk_alpha_pll_trion_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x787e8234 qcom_find_freq +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x7b87fe3e clk_alpha_pll_postdiv_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x7dfa4f12 clk_alpha_pll_postdiv_lucid_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x7e69e953 clk_alpha_pll_postdiv_trion_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x82afa55e clk_regmap_phy_mux_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x88c0add9 clk_rcg_pixel_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x8e4c395e clk_edp_pixel_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x93bc2a64 clk_ops_hfpll +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x94c464a3 clk_rcg2_floor_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x953b97b7 clk_alpha_pll_postdiv_lucid_evo_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x9821a599 clk_rcg_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x9bee2ae9 clk_is_enabled_regmap +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x9c1fb4be clk_rivian_evo_pll_configure +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x9c401604 clk_rcg_esc_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x9e3036cf qcom_cc_map +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xa0755dc3 clk_alpha_pll_fixed_trion_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xa72d720f clk_agera_pll_configure +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xa810bf67 qcom_cc_register_sleep_clk +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xa94f252e clk_lucid_evo_pll_configure +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 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 0xdf871d64 clk_alpha_pll_configure +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 0x13d5f34c sprd_div_helper_set_rate +EXPORT_SYMBOL_GPL drivers/clk/sprd/clk-sprd 0x1cf46e5e sprd_comp_ops +EXPORT_SYMBOL_GPL drivers/clk/sprd/clk-sprd 0x22ea0532 sprd_clk_regmap_init +EXPORT_SYMBOL_GPL drivers/clk/sprd/clk-sprd 0x2d7cddd7 sprd_mux_helper_get_parent +EXPORT_SYMBOL_GPL drivers/clk/sprd/clk-sprd 0x5a622ea4 sprd_mux_helper_set_parent +EXPORT_SYMBOL_GPL drivers/clk/sprd/clk-sprd 0x6fd5f979 sprd_mux_ops +EXPORT_SYMBOL_GPL drivers/clk/sprd/clk-sprd 0x70265a8e sprd_sc_gate_ops +EXPORT_SYMBOL_GPL drivers/clk/sprd/clk-sprd 0x872ea616 sprd_div_helper_round_rate +EXPORT_SYMBOL_GPL drivers/clk/sprd/clk-sprd 0xbdec7b78 sprd_clk_probe +EXPORT_SYMBOL_GPL drivers/clk/sprd/clk-sprd 0xe26a4413 sprd_pll_ops +EXPORT_SYMBOL_GPL drivers/clk/sprd/clk-sprd 0xe2d55167 sprd_div_helper_recalc_rate +EXPORT_SYMBOL_GPL drivers/clk/sprd/clk-sprd 0xe3699879 sprd_pll_sc_gate_ops +EXPORT_SYMBOL_GPL drivers/clk/sprd/clk-sprd 0xeaee7598 sprd_div_ops +EXPORT_SYMBOL_GPL drivers/clk/sprd/clk-sprd 0xf5cf6755 sprd_gate_ops +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x05de303f comedi_legacy_detach +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x0cd330f4 range_unknown +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x0eee2b39 comedi_event +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x11dd76a6 comedi_dio_update_state +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x1e2ba238 comedi_is_subdevice_running +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x1efa1f50 comedi_dio_insn_config +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x20bb6068 __comedi_request_region +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x21102f87 range_0_32mA +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x2acc426f comedi_buf_read_alloc +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x2b89bb4d comedi_bytes_per_scan +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x2f0ad9d3 range_bipolar5 +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x38369a3e comedi_bytes_per_scan_cmd +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x395bd6e3 comedi_set_spriv_auto_free +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x3b7fe099 comedi_request_region +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x3c90ef2b comedi_load_firmware +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x41882b7a comedi_dev_get_from_minor +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 0x55ec3dd5 comedi_driver_register +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x66e3d70b comedi_buf_read_n_available +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x767c69f6 comedi_alloc_devpriv +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x7a619146 comedi_set_hw_dev +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x7ebf8a63 comedi_check_chanlist +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x8113872c range_unipolar10 +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x8385bb74 comedi_alloc_subdev_readback +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x89315a0c comedi_alloc_spriv +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x91173be4 comedi_readback_insn_read +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x99b94a12 comedi_inc_scan_progress +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x9b42dc2b comedi_dev_put +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x9baa3b61 comedi_buf_write_alloc +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x9f8ff766 comedi_buf_read_free +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 0xc0775e3e comedi_auto_config +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xcf88516c comedi_nsamples_left +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xd3dc021d comedi_nscans_left +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xd587678f comedi_timeout +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xdadc3d16 comedi_buf_write_samples +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xdb2044b2 range_unipolar5 +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xe45934ba comedi_buf_read_samples +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xe8e40679 comedi_driver_unregister +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xf21fdd5d comedi_buf_write_free +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xf359e0cf comedi_handle_events +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xf41c20cd comedi_auto_unconfig +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xfa16ac62 comedi_alloc_subdevices +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pci 0x0cf52eba comedi_to_pci_dev +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pci 0x32002aaa comedi_pci_driver_unregister +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pci 0x51f2238c comedi_pci_auto_unconfig +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pci 0x6e7cc3fb comedi_pci_detach +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pci 0x8e6c3f49 comedi_pci_enable +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pci 0x91af6309 comedi_pci_auto_config +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pci 0x953f549d comedi_pci_driver_register +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pci 0xff10c161 comedi_pci_disable +EXPORT_SYMBOL_GPL drivers/comedi/comedi_usb 0x13abd722 comedi_usb_auto_config +EXPORT_SYMBOL_GPL drivers/comedi/comedi_usb 0x2474a1e0 comedi_usb_auto_unconfig +EXPORT_SYMBOL_GPL drivers/comedi/comedi_usb 0x351f82f6 comedi_usb_driver_register +EXPORT_SYMBOL_GPL drivers/comedi/comedi_usb 0x5e9f0b8c comedi_to_usb_interface +EXPORT_SYMBOL_GPL drivers/comedi/comedi_usb 0x69b9da0b comedi_to_usb_dev +EXPORT_SYMBOL_GPL drivers/comedi/comedi_usb 0xa93e6a28 comedi_usb_driver_unregister +EXPORT_SYMBOL_GPL drivers/comedi/drivers/addi_watchdog 0x169fa33a addi_watchdog_init +EXPORT_SYMBOL_GPL drivers/comedi/drivers/addi_watchdog 0x79f4a6cf addi_watchdog_reset +EXPORT_SYMBOL_GPL drivers/comedi/drivers/amplc_dio200_common 0x826cf0d5 amplc_dio200_common_attach +EXPORT_SYMBOL_GPL drivers/comedi/drivers/amplc_dio200_common 0xa8e2effa amplc_dio200_set_enhance +EXPORT_SYMBOL_GPL drivers/comedi/drivers/amplc_pc236_common 0x51a1f751 amplc_pc236_common_attach +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0x137fa7eb comedi_8254_ns_to_timer +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0x1438d63e comedi_8254_read +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0x18c8cd6b comedi_8254_pacer_enable +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0x25eaf30b comedi_8254_load +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0x3669b04b comedi_8254_subdevice_init +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0x7efc6736 comedi_8254_set_mode +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0x9ab0989c comedi_8254_write +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0x9edd4018 comedi_8254_set_busy +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0xa45595cc comedi_8254_init +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0xa7708342 comedi_8254_update_divisors +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0xb9ad710c comedi_8254_cascade_ns_to_timer +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0xd24ecab5 comedi_8254_status +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0xf67496e2 comedi_8254_mm_init +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8255 0x2aacdd4b subdev_8255_regbase +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8255 0x85cc2443 subdev_8255_init +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8255 0x9e01f352 subdev_8255_mm_init +EXPORT_SYMBOL_GPL drivers/comedi/drivers/das08 0x5c850f17 das08_common_attach +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x17e2234e mite_init_ring_descriptors +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x18cf6bec mite_done +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x4edb24c5 mite_dma_arm +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x7033bdb9 mite_dma_disarm +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x84081694 mite_request_channel_in_range +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x88388bf1 mite_buf_change +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x91370531 mite_ack_linkc +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x98782197 mite_request_channel +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0xaa89238f mite_alloc_ring +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0xb7932bd0 mite_sync_dma +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0xc97559ac mite_bytes_in_transit +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0xce24311b mite_attach +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0xd5e71215 mite_free_ring +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0xeab46ccc mite_prep_dma +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0xf604ce77 mite_release_channel +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0xf6dd18f4 mite_detach +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_labpc_common 0x915213b1 labpc_common_attach +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_labpc_common 0xe39342db 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 0x13012106 ni_tio_set_gate_src +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x17e24a65 ni_tio_write +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x1d5e7323 ni_tio_read +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x2b78b6fb ni_tio_insn_read +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x33ae5a28 ni_tio_insn_config +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x41a3268c ni_tio_get_routing +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x51dadc54 ni_tio_set_routing +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x73fe1c0e ni_tio_get_soft_copy +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x7f39b211 ni_tio_unset_routing +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x8390541e ni_tio_arm +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x8d633d12 ni_gpct_device_destroy +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x9fbf9403 ni_tio_set_bits +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0xac137354 ni_tio_insn_write +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0xced3b58c ni_tio_init_counter +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0xe1874b5c ni_gpct_device_construct +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0xfeb6ce86 ni_tio_set_gate_src_raw +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tiocmd 0x620010ca ni_tio_handle_interrupt +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tiocmd 0x704c2f80 ni_tio_cmdtest +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tiocmd 0x759aed71 ni_tio_set_mite_channel +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tiocmd 0x9e25423c ni_tio_cancel +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tiocmd 0xe49c2fcf ni_tio_acknowledge +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tiocmd 0xf80ee122 ni_tio_cmd +EXPORT_SYMBOL_GPL drivers/comedi/kcomedilib/kcomedilib 0x80f0d762 comedi_dio_get_config +EXPORT_SYMBOL_GPL drivers/comedi/kcomedilib/kcomedilib 0x82b9653c comedi_find_subdevice_by_type +EXPORT_SYMBOL_GPL drivers/comedi/kcomedilib/kcomedilib 0x98dc4d47 comedi_get_n_channels +EXPORT_SYMBOL_GPL drivers/comedi/kcomedilib/kcomedilib 0xc0fb2561 comedi_dio_config +EXPORT_SYMBOL_GPL drivers/comedi/kcomedilib/kcomedilib 0xcdc3b0ce comedi_open +EXPORT_SYMBOL_GPL drivers/comedi/kcomedilib/kcomedilib 0xcdf56a59 comedi_dio_bitfield2 +EXPORT_SYMBOL_GPL drivers/comedi/kcomedilib/kcomedilib 0xd34e51d9 comedi_close +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 0x8c3f7ffb ccp_enqueue_cmd +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x08e5e183 hisi_qm_put_dfx_access +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x099de495 hisi_qm_sriov_disable +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x0e124691 hisi_acc_sg_buf_map_to_hw_sgl +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x1108a13b hisi_qm_dev_shutdown +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x15be0569 hisi_qm_reset_prepare +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x258194ff hisi_qm_debug_regs_clear +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x26f7579b hisi_qm_stop_qp +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x2d0c874c hisi_qm_free_qps +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x2df18b01 hisi_acc_sg_buf_unmap +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x32149ef7 hisi_acc_free_sgl_pool +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x3db58fc6 hisi_qm_wait_mb_ready +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x481d17be hisi_qm_regs_debugfs_init +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x4b7019dc hisi_qm_stop +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x54d66383 hisi_qm_sriov_configure +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x5d54573c hisi_qm_get_dfx_access +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x69de6f27 hisi_acc_create_sgl_pool +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x6bfbbfd4 hisi_qm_alg_unregister +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x6eab0b07 hisi_qm_mb +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x7ea29b33 hisi_qm_suspend +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x8493e191 hisi_qm_init +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x8f3410a2 hisi_qm_uninit +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x9b09123d hisi_qm_dev_err_uninit +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x9bee07f0 hisi_qm_reset_done +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xa1ab3e55 hisi_qp_send +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xa49b01d9 hisi_qm_debug_init +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xa7b89408 hisi_qm_sriov_enable +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xaaf5bc27 hisi_qm_alg_register +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xb67596ba hisi_qm_start +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xbae1a8ab hisi_qm_wait_task_finish +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xbd470a78 hisi_qm_regs_dump +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xc16bdc49 hisi_qm_alloc_qps_node +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xc8503430 hisi_qm_dev_err_init +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xcda84d3b hisi_qm_dev_err_detected +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xd79eebc4 hisi_qm_pm_init +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xdfbd6a36 hisi_qm_regs_debugfs_uninit +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xeb100a88 hisi_qm_dev_slot_reset +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xeb20a195 hisi_qm_resume +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xf745d1c9 hisi_qm_start_qp +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xf86767a2 hisi_qm_get_hw_info +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xfcd7ef54 hisi_qm_acc_diff_regs_dump +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xfdb5e60f hisi_qm_pm_uninit +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hpre/hisi_hpre 0x14a9026e hisi_hpre_get_pf_driver +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/sec2/hisi_sec2 0xb0cda9c7 hisi_sec_get_pf_driver +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/zip/hisi_zip 0x72d7ea18 hisi_zip_get_pf_driver +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 0xa20bfa2e otx_cpt_eng_grp_has_eng_type +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x010a29e4 adf_init_etr_data +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x0150deda adf_enable_pf2vf_comms +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x08c0b670 adf_init_admin_comms +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x0c2f5ed7 adf_vf_isr_resource_alloc +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x11a91d9c adf_gen4_ring_pair_reset +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x148c3a1d adf_vf2pf_notify_init +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x1fbe3f0e adf_gen2_set_ssm_wdtimer +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x2be4e269 adf_gen2_get_arb_info +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x2dca7cb1 adf_cfg_section_add +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x332b4e4e adf_init_arb +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x3b87619e adf_gen2_enable_ints +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x3d902ec2 adf_devmgr_rm_dev +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x3e707f37 adf_gen2_get_admin_info +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x434b7a51 adf_gen4_init_pf_pfvf_ops +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x48eb23be adf_gen4_handle_pm_interrupt +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x49a542b3 adf_cfg_dev_add +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x4acae81b adf_init_admin_pm +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x590a8cf8 adf_dev_get +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x68b2b56c adf_enable_aer +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x6c403df9 adf_gen4_enable_pm +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x7428276f adf_disable_sriov +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x84c1f3ba adf_dev_put +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x861f175b adf_devmgr_add_dev +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x88b781f5 adf_cleanup_etr_data +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x8b5e648b adf_dev_start +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x8ea656d6 adf_gen4_set_ssm_wdtimer +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x917abb1d adf_devmgr_update_class_index +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x9339a538 adf_devmgr_in_reset +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x93a75a42 adf_sriov_configure +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x9ab420e7 adf_enable_vf2pf_comms +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x9d554d5a adf_gen2_enable_error_correction +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x9ded6688 adf_gen2_init_vf_pfvf_ops +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x9fccafe4 adf_exit_arb +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x9febb6a6 adf_vf2pf_notify_shutdown +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xa49ee277 adf_dev_stop +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xa7e9df7b adf_cfg_dev_remove +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xaab397b9 adf_sysfs_init +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xb2c29b02 adf_dev_down +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xb93c3f78 adf_flush_vf_wq +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xb970ad5d adf_dev_init +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xbbfc5870 adf_dev_up +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xbd488024 adf_gen2_get_num_aes +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xbe18a9cb adf_err_handler +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xc501ac82 adf_gen4_init_hw_csr_ops +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xc597d4ec adf_send_admin_init +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xc89ee385 adf_disable_aer +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xcc139d0c adf_dev_in_use +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xcc3b167a adf_clean_vf_map +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xd0bf3e77 adf_devmgr_pci_to_accel_dev +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xd2531389 adf_gen2_init_pf_pfvf_ops +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xd2eab261 adf_dev_started +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xd40f1684 adf_gen2_dev_config +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xd48886e5 adf_dev_shutdown +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xd61235b6 adf_cfg_get_param_value +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xd64519f1 adf_gen2_init_hw_csr_ops +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xd74b81b9 adf_cfg_add_key_value_param +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xd9ca5ee5 adf_gen2_get_accel_cap +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xda717599 adf_pfvf_comms_disabled +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xdcfad220 adf_isr_resource_free +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xe1a84f06 adf_exit_admin_comms +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xe327f1f1 adf_gen4_init_dc_ops +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xe45f3512 adf_gen2_init_dc_ops +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xe8eeef96 adf_reset_flr +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xec120c48 adf_reset_sbr +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xed8cf6bc adf_disable_pf2vf_interrupts +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xef3fd2f6 adf_isr_resource_alloc +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xf1d75357 adf_gen2_get_num_accels +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xf41f6a01 adf_vf_isr_resource_free +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xffc46c12 adf_gen2_cfg_iov_thds +EXPORT_SYMBOL_GPL drivers/dax/device_dax 0xbdc61f53 dev_dax_probe +EXPORT_SYMBOL_GPL drivers/dma/dw-edma/dw-edma 0x0e8c06da dw_edma_remove +EXPORT_SYMBOL_GPL drivers/dma/dw-edma/dw-edma 0x8ff229f9 dw_edma_probe +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0x0d2f24a1 idma32_dma_remove +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0x11ed9f8c do_dw_dma_disable +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0x13427435 idma32_dma_probe +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0x183fc5c1 dw_dma_filter +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0x462efb0e dw_dma_probe +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0x4c2d08f8 dw_dma_acpi_controller_free +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0x8ef0413d dw_dma_acpi_controller_register +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0xf34f5f0c dw_dma_remove +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0xf5b10620 do_dw_dma_enable +EXPORT_SYMBOL_GPL drivers/dma/fsl-dpaa2-qdma/dpdmai 0x0e3a8775 dpdmai_enable +EXPORT_SYMBOL_GPL drivers/dma/fsl-dpaa2-qdma/dpdmai 0x205a59e0 dpdmai_reset +EXPORT_SYMBOL_GPL drivers/dma/fsl-dpaa2-qdma/dpdmai 0x4cc10b6a dpdmai_open +EXPORT_SYMBOL_GPL drivers/dma/fsl-dpaa2-qdma/dpdmai 0x4ddea8a7 dpdmai_set_rx_queue +EXPORT_SYMBOL_GPL drivers/dma/fsl-dpaa2-qdma/dpdmai 0x78f96d1c dpdmai_get_rx_queue +EXPORT_SYMBOL_GPL drivers/dma/fsl-dpaa2-qdma/dpdmai 0xa91aee97 dpdmai_get_tx_queue +EXPORT_SYMBOL_GPL drivers/dma/fsl-dpaa2-qdma/dpdmai 0xb715e497 dpdmai_get_attributes +EXPORT_SYMBOL_GPL drivers/dma/fsl-dpaa2-qdma/dpdmai 0xbb46ffaf dpdmai_destroy +EXPORT_SYMBOL_GPL drivers/dma/fsl-dpaa2-qdma/dpdmai 0xc521c084 dpdmai_disable +EXPORT_SYMBOL_GPL drivers/dma/fsl-dpaa2-qdma/dpdmai 0xdaab9238 dpdmai_close +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0x07f56bcf fsl_edma_cleanup_vchan +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0x4e15f03b fsl_edma_slave_config +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0x55368db0 fsl_edma_xfer_desc +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0x7a1d2fe6 fsl_edma_alloc_chan_resources +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0x83eaa1b8 fsl_edma_tx_status +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0x9215d3e6 fsl_edma_setup_regs +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0x98d42a9f fsl_edma_disable_request +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0x9cf6cdca fsl_edma_resume +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0xac82cc57 fsl_edma_chan_mux +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0xc14f3f6f fsl_edma_issue_pending +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0xcc76456f fsl_edma_prep_memcpy +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0xe989e04e fsl_edma_free_desc +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0xeede88bd fsl_edma_pause +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0xef3f0249 fsl_edma_prep_dma_cyclic +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0xefe97c2e fsl_edma_prep_slave_sg +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0xf1b9eeaa fsl_edma_free_chan_resources +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0xfdc9fe98 fsl_edma_terminate_all +EXPORT_SYMBOL_GPL drivers/dma/qcom/hdma_mgmt 0x4e25b816 hidma_mgmt_init_sys +EXPORT_SYMBOL_GPL drivers/dma/qcom/hdma_mgmt 0xf2794f8b hidma_mgmt_setup +EXPORT_SYMBOL_GPL drivers/firewire/firewire-core 0x1ce7760f 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 0x43585b81 ffa_bus_type +EXPORT_SYMBOL_GPL drivers/firmware/arm_ffa/ffa-module 0x5c94f9d2 ffa_device_unregister +EXPORT_SYMBOL_GPL drivers/firmware/arm_ffa/ffa-module 0x68a760b6 ffa_driver_register +EXPORT_SYMBOL_GPL drivers/firmware/arm_ffa/ffa-module 0x91452fc7 ffa_driver_unregister +EXPORT_SYMBOL_GPL drivers/firmware/arm_ffa/ffa-module 0xf1a3b200 ffa_device_register +EXPORT_SYMBOL_GPL drivers/firmware/arm_scpi 0x6e21fb19 get_scpi_ops +EXPORT_SYMBOL_GPL drivers/firmware/mtk-adsp-ipc 0x42c72fdc mtk_adsp_ipc_send +EXPORT_SYMBOL_GPL drivers/firmware/stratix10-svc 0x0e7b7015 stratix10_svc_done +EXPORT_SYMBOL_GPL drivers/firmware/stratix10-svc 0x41d5ad1c stratix10_svc_allocate_memory +EXPORT_SYMBOL_GPL drivers/firmware/stratix10-svc 0x50f5368a stratix10_svc_free_channel +EXPORT_SYMBOL_GPL drivers/firmware/stratix10-svc 0x595b630e stratix10_svc_free_memory +EXPORT_SYMBOL_GPL drivers/firmware/stratix10-svc 0xd3df684d stratix10_svc_send +EXPORT_SYMBOL_GPL drivers/firmware/stratix10-svc 0xfff48e93 stratix10_svc_request_channel_byname +EXPORT_SYMBOL_GPL drivers/fpga/altera-pr-ip-core 0x7716c9fe alt_pr_register +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x04b1f383 dfl_fpga_feature_devs_enumerate +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x0dd5fb64 dfl_fpga_cdev_config_ports_pf +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x2bea36b4 dfl_fpga_cdev_assign_port +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x4257b432 dfl_fpga_dev_ops_unregister +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x4abc6d4f dfl_fpga_cdev_release_port +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x55584162 dfl_fpga_port_ops_get +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x5565dfd7 dfl_fpga_dev_feature_uinit +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x5694a837 dfl_feature_ioctl_get_num_irqs +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x7ab768de dfl_fpga_enum_info_add_dfl +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x7d9970d0 dfl_fpga_port_ops_del +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x8611798a dfl_fpga_port_ops_put +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x8879bc18 dfl_fpga_enum_info_add_irq +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x98bdacf4 dfl_fpga_feature_devs_remove +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xaaac8a61 dfl_fpga_port_ops_add +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xada61360 dfl_fpga_dev_feature_init +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xb52b43c1 dfl_fpga_cdev_config_ports_vf +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xb5f6b4ba dfl_fpga_enum_info_free +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xb71aed4f dfl_fpga_enum_info_alloc +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xb94ddc05 dfl_fpga_dev_ops_register +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xcb426798 dfl_feature_ioctl_set_irq +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xd74806b3 dfl_fpga_check_port_id +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xe15d450a __dfl_fpga_cdev_find_port +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xe26390ef dfl_fpga_set_irq_triggers +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 0x241a9f0e fpga_bridge_get +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0x26c574bc fpga_bridge_unregister +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0x2c8167cf fpga_bridges_disable +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0x34694c5b fpga_bridge_disable +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0x4efc1218 of_fpga_bridge_get_to_list +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0x62693e21 fpga_bridge_register +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0x7ecc2e27 fpga_bridge_put +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0x9a383df9 of_fpga_bridge_get +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0xb48bae1f fpga_bridge_enable +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0xce655ee6 fpga_bridge_get_to_list +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x180b2e40 fpga_mgr_put +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x69c5920b fpga_mgr_load +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x90cb2fc8 fpga_mgr_unregister +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x93529cc1 of_fpga_mgr_get +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x9490ab3f fpga_mgr_lock +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0xb28e13e1 devm_fpga_mgr_register +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0xc0b57f76 fpga_mgr_unlock +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0xc36923be fpga_image_info_free +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0xd05404d2 devm_fpga_mgr_register_full +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0xda31ffdc fpga_mgr_register_full +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0xe8ce1561 fpga_image_info_alloc +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0xef99f06d fpga_mgr_get +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0xf54c8d69 fpga_mgr_register +EXPORT_SYMBOL_GPL drivers/fpga/fpga-region 0x345e0fb8 fpga_region_unregister +EXPORT_SYMBOL_GPL drivers/fpga/fpga-region 0x4d005eb8 fpga_region_class_find +EXPORT_SYMBOL_GPL drivers/fpga/fpga-region 0x7451579e fpga_region_register_full +EXPORT_SYMBOL_GPL drivers/fpga/fpga-region 0xba583e91 fpga_region_program_fpga +EXPORT_SYMBOL_GPL drivers/fpga/fpga-region 0xf0c7e46b fpga_region_register +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0x0cd2f17a fsi_get_new_minor +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0x1949daf4 fsi_driver_register +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0x3355f6dc fsi_master_unregister +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0x3a93847e fsi_slave_claim_range +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0x3fccdfb6 fsi_bus_type +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0x4860ab24 fsi_cdev_type +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0x55517418 fsi_device_read +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0x5a57d574 fsi_free_minor +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0x77c6a341 fsi_master_rescan +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0x78060f23 fsi_slave_read +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0xc05a27e2 fsi_master_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 0xfe070e8e fsi_driver_unregister +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0xfe75f2c7 fsi_device_write +EXPORT_SYMBOL_GPL drivers/fsi/fsi-occ 0x0ad8cbe2 fsi_occ_submit +EXPORT_SYMBOL_GPL drivers/fsi/fsi-sbefifo 0x4e76361e sbefifo_submit +EXPORT_SYMBOL_GPL drivers/fsi/fsi-sbefifo 0xf1776dfe sbefifo_parse_status +EXPORT_SYMBOL_GPL drivers/gnss/gnss 0x045e8096 gnss_put_device +EXPORT_SYMBOL_GPL drivers/gnss/gnss 0xa53a7500 gnss_insert_raw +EXPORT_SYMBOL_GPL drivers/gnss/gnss 0xb124158c gnss_allocate_device +EXPORT_SYMBOL_GPL drivers/gnss/gnss 0xced70b0b gnss_deregister_device +EXPORT_SYMBOL_GPL drivers/gnss/gnss 0xd8139894 gnss_register_device +EXPORT_SYMBOL_GPL drivers/gnss/gnss-serial 0x29b39731 gnss_serial_pm_ops +EXPORT_SYMBOL_GPL drivers/gnss/gnss-serial 0x56b2e0b8 gnss_serial_register +EXPORT_SYMBOL_GPL drivers/gnss/gnss-serial 0x8bf6a588 gnss_serial_free +EXPORT_SYMBOL_GPL drivers/gnss/gnss-serial 0xb0179513 gnss_serial_deregister +EXPORT_SYMBOL_GPL drivers/gnss/gnss-serial 0xc6d4d63e 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 0x7423c3f9 __max730x_probe +EXPORT_SYMBOL_GPL drivers/gpio/gpio-max730x 0xcc0c9c9e __max730x_remove +EXPORT_SYMBOL_GPL drivers/gpio/gpio-regmap 0x23c206fd devm_gpio_regmap_register +EXPORT_SYMBOL_GPL drivers/gpio/gpio-regmap 0x496ce291 gpio_regmap_get_drvdata +EXPORT_SYMBOL_GPL drivers/gpio/gpio-regmap 0x6b6642a7 gpio_regmap_register +EXPORT_SYMBOL_GPL drivers/gpio/gpio-regmap 0xb7066570 gpio_regmap_unregister +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/analogix/analogix_dp 0x109e18da analogix_dp_unbind +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/analogix/analogix_dp 0x1b9a98b0 analogix_dp_probe +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/analogix/analogix_dp 0x3ee0dd60 anx_dp_aux_transfer +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/analogix/analogix_dp 0x428c6327 analogix_dp_remove +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/analogix/analogix_dp 0x52ce9f21 analogix_dp_suspend +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/analogix/analogix_dp 0x6f426fa0 analogix_dp_start_crc +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/analogix/analogix_dp 0x7062bc8f analogix_dp_stop_crc +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/analogix/analogix_dp 0xb87821a8 analogix_dp_bind +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/analogix/analogix_dp 0xf2e9f44c analogix_dp_resume +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 0x10c4235b dw_hdmi_probe +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 0x5f8de055 dw_hdmi_bind +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 0x6712b5a7 dw_hdmi_phy_gen2_txpwron +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 0x7d8a3aee dw_hdmi_phy_i2c_write +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 0x8dcd6f43 dw_hdmi_set_sample_rate +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 0x96f3e250 dw_hdmi_set_sample_width +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 0x9a91da81 dw_hdmi_set_high_tmds_clock_ratio +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 0x9e86246a 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 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 0x0b4b8c32 dw_mipi_dsi_bind +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 0xcdb2678e dw_mipi_dsi_probe +EXPORT_SYMBOL_GPL drivers/gpu/drm/display/drm_display_helper 0x28541257 drm_hdcp_check_ksvs_revoked +EXPORT_SYMBOL_GPL drivers/gpu/drm/display/drm_dp_aux_bus 0x08773ac0 of_dp_aux_populate_bus +EXPORT_SYMBOL_GPL drivers/gpu/drm/display/drm_dp_aux_bus 0x12fed927 __dp_aux_dp_driver_register +EXPORT_SYMBOL_GPL drivers/gpu/drm/display/drm_dp_aux_bus 0x2cfb7059 of_dp_aux_depopulate_bus +EXPORT_SYMBOL_GPL drivers/gpu/drm/display/drm_dp_aux_bus 0x3370f856 devm_of_dp_aux_populate_bus +EXPORT_SYMBOL_GPL drivers/gpu/drm/display/drm_dp_aux_bus 0xdc1e1e4d dp_aux_dp_driver_unregister +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x0e653cbe of_get_drm_display_mode +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x4b6630d5 drm_of_component_match_add +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x5448e26c drm_bridge_hpd_disable +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x5bef41a8 accel_open +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x66cf2f64 drm_display_mode_from_videomode +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x74acf6b9 drm_bridge_get_edid +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x77fe800c drm_of_find_panel_or_bridge +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x80e7eb5e drm_of_encoder_active_endpoint +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x8f206311 drm_class_device_unregister +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x9153e05c of_get_drm_panel_display_mode +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x9302272c drm_bridge_get_modes +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x9ff685ad drm_bridge_detect +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xa3f70ab4 drm_bridge_hpd_enable +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xad885165 drm_bus_flags_from_videomode +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xb97a726e drm_crtc_add_crc_entry +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xbdec074e drm_class_device_register +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xbe6bead0 drm_of_get_data_lanes_count_ep +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xc4d1eada drm_gem_dumb_map_offset +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xc6486db4 drm_of_lvds_get_data_mapping +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xce6c4e01 drm_of_get_data_lanes_count +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xd0fa44ab drmm_kstrdup +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xe219c2f8 drm_do_get_edid +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xeee98703 drm_of_lvds_get_dual_link_pixel_order +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xfbbe7283 drm_bridge_hpd_notify +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xfe9f72f3 drm_display_mode_to_videomode +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0x035004b9 drm_gem_dma_vmap +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0x085a2c48 drm_fb_dma_sync_non_coherent +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0x1d855823 drm_gem_dma_vm_ops +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0x2e34408e drm_fb_dma_get_gem_addr +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0x37105c13 drm_gem_dma_prime_import_sg_table +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0x452b4e2e drm_gem_dma_dumb_create +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0x9b58be57 drm_gem_dma_get_sg_table +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0xa4ad2997 drm_gem_dma_free +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0xa690a1cd drm_fb_dma_get_gem_obj +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0xd655af93 drm_gem_dma_create +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0xda72915d drm_gem_dma_mmap +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0xecdb03f9 drm_gem_dma_dumb_create_internal +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0x0442c356 drm_bridge_connector_init +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0x4a398ecb drm_gem_fb_get_obj +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0x67c38d83 drm_gem_fb_init_with_funcs +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0x791cca35 drm_gem_fb_create_with_funcs +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0x83e37b0b drm_gem_fb_afbc_init +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0x87105996 drm_bridge_connector_enable_hpd +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0xa09dcd14 drm_gem_plane_helper_prepare_fb +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0xaea7d6ba drm_gem_fb_create +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0xbf8cf40b drm_bridge_connector_disable_hpd +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0xf232642b drm_gem_fb_create_with_dirty +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0x2ad4bd8f drm_gem_shmem_get_sg_table +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0x3079177c drm_gem_shmem_mmap +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0x899ca3d8 drm_gem_shmem_get_pages_sgt +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0x8c9e2992 drm_gem_shmem_dumb_create +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0xa133186f drm_gem_shmem_vm_ops +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0xbef11756 drm_gem_shmem_create +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0xc32b5731 drm_gem_shmem_prime_import_sg_table +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0xcd10d03f drm_gem_shmem_free +EXPORT_SYMBOL_GPL drivers/gpu/drm/meson/meson-drm 0x2c73cfcf meson_venc_hdmi_venc_repeat +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 0xd51a4079 meson_vclk_vic_supported_freq +EXPORT_SYMBOL_GPL drivers/gpu/drm/meson/meson-drm 0xec417075 meson_vclk_dmt_supported_freq +EXPORT_SYMBOL_GPL drivers/gpu/drm/meson/meson-drm 0xede20244 meson_vclk_setup +EXPORT_SYMBOL_GPL drivers/gpu/drm/meson/meson-drm 0xf089259b meson_venc_hdmi_mode_set +EXPORT_SYMBOL_GPL drivers/gpu/drm/panel/panel-samsung-s6e63m0 0x4de5cabf s6e63m0_probe +EXPORT_SYMBOL_GPL drivers/gpu/drm/panel/panel-samsung-s6e63m0 0x8663bd16 s6e63m0_remove +EXPORT_SYMBOL_GPL drivers/gpu/drm/pl111/pl111_drm 0xfd3dd140 pl111_versatile_init +EXPORT_SYMBOL_GPL drivers/gpu/drm/rcar-du/rcar_cmm 0x1b3d6cff rcar_cmm_enable +EXPORT_SYMBOL_GPL drivers/gpu/drm/rcar-du/rcar_cmm 0x36f8c0bb rcar_cmm_setup +EXPORT_SYMBOL_GPL drivers/gpu/drm/rcar-du/rcar_cmm 0x6b041364 rcar_cmm_init +EXPORT_SYMBOL_GPL drivers/gpu/drm/rcar-du/rcar_cmm 0x8ad07879 rcar_cmm_disable +EXPORT_SYMBOL_GPL drivers/gpu/drm/rcar-du/rcar_lvds 0x128166d6 rcar_lvds_dual_link +EXPORT_SYMBOL_GPL drivers/gpu/drm/rcar-du/rcar_lvds 0x2aee90c2 rcar_lvds_pclk_disable +EXPORT_SYMBOL_GPL drivers/gpu/drm/rcar-du/rcar_lvds 0x704f82b6 rcar_lvds_is_connected +EXPORT_SYMBOL_GPL drivers/gpu/drm/rcar-du/rcar_lvds 0xcd9832a4 rcar_lvds_pclk_enable +EXPORT_SYMBOL_GPL drivers/gpu/drm/rcar-du/rcar_mipi_dsi 0x81e29e7b rcar_mipi_dsi_pclk_enable +EXPORT_SYMBOL_GPL drivers/gpu/drm/rcar-du/rcar_mipi_dsi 0x9c67ecb8 rcar_mipi_dsi_pclk_disable +EXPORT_SYMBOL_GPL drivers/gpu/drm/rockchip/rockchipdrm 0x4af2ddf3 rockchip_rgb_init +EXPORT_SYMBOL_GPL drivers/gpu/drm/rockchip/rockchipdrm 0xc46812fd vop_component_ops +EXPORT_SYMBOL_GPL drivers/gpu/drm/rockchip/rockchipdrm 0xd25e8625 vop2_component_ops +EXPORT_SYMBOL_GPL drivers/gpu/drm/rockchip/rockchipdrm 0xfead7585 rockchip_rgb_fini +EXPORT_SYMBOL_GPL drivers/gpu/drm/solomon/ssd130x 0x0e3ec62e ssd130x_shutdown +EXPORT_SYMBOL_GPL drivers/gpu/drm/solomon/ssd130x 0x3fbc5b6b ssd130x_probe +EXPORT_SYMBOL_GPL drivers/gpu/drm/solomon/ssd130x 0x647ce7b4 ssd130x_remove +EXPORT_SYMBOL_GPL drivers/gpu/host1x/host1x 0x4c22742f host1x_memory_context_get +EXPORT_SYMBOL_GPL drivers/gpu/host1x/host1x 0x552f5532 host1x_memory_context_alloc +EXPORT_SYMBOL_GPL drivers/gpu/host1x/host1x 0xc6f8dac5 host1x_memory_context_put +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x005100a0 gb_operation_sync_timeout +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x023f6e8b gb_hd_put +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x02dc69d2 greybus_data_rcvd +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x02f46d26 __tracepoint_gb_message_submit +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x036bdc55 gb_hd_add +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x06f5159a gb_operation_create_flags +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 0x1b641204 __traceiter_gb_hd_create +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x275c23a2 gb_connection_create_offloaded +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x2a58f1a8 __traceiter_gb_message_submit +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x2c0c7457 gb_operation_result +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x2d8bd29e __traceiter_gb_hd_del +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x2f8df993 gb_hd_output +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x371496b9 __traceiter_gb_hd_add +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x3984f26b gb_connection_create +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x44bcd26a gb_operation_unidirectional_timeout +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x47e94ae3 gb_connection_create_flags +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x4e2600f5 gb_connection_destroy +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x50a3ac19 gb_interface_request_mode_switch +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x55c4f29f gb_connection_disable_forced +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x5ad3f2d7 __tracepoint_gb_hd_add +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x5be49ac2 gb_connection_enable +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x5c0a8043 __tracepoint_gb_hd_in +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x5edeabc0 gb_operation_request_send_sync_timeout +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x6213634d __tracepoint_gb_hd_create +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x6c63835a gb_hd_cport_release_reserved +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x6d3bb9ec __SCK__tp_func_gb_message_submit +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x6d839f8a gb_operation_put +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x81e221fb __SCK__tp_func_gb_hd_create +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x85f9c9b2 gb_hd_del +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x89f514a1 __SCK__tp_func_gb_hd_in +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x8f2d9d43 gb_hd_cport_reserve +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x91208a1a gb_operation_response_alloc +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x962ad344 gb_operation_get_payload_size_max +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x964100c5 gb_hd_create +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xa186c55e gb_svc_intf_set_power_mode +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xa416e2da __tracepoint_gb_hd_del +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xa8a119be gb_connection_disable_rx +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xab6704ac gb_connection_latency_tag_disable +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xac5406a1 gb_operation_get +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xb7ff4569 greybus_register_driver +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xbafabc9b gb_connection_disable +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xbc9e5e91 __traceiter_gb_hd_in +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xd2663240 gb_operation_cancel +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xd3e646d9 __tracepoint_gb_hd_release +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xd438b6bf __traceiter_gb_hd_release +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xd74da644 gb_connection_latency_tag_enable +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xd8585740 gb_debugfs_get +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xd9f6542c gb_hd_shutdown +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xe19fbc34 gb_operation_request_send +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xe8b96f85 greybus_deregister_driver +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 0xf25ec99e gb_connection_enable_tx +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xf6fbda88 greybus_message_sent +EXPORT_SYMBOL_GPL drivers/hid/hid 0x0446eda0 __hid_request +EXPORT_SYMBOL_GPL drivers/hid/hid 0x05495392 hid_debug +EXPORT_SYMBOL_GPL drivers/hid/hid 0x060cee6a hid_parse_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0x092f8a8a hid_set_field +EXPORT_SYMBOL_GPL drivers/hid/hid 0x0b9544ff hid_dump_input +EXPORT_SYMBOL_GPL drivers/hid/hid 0x0bcf0879 hid_input_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0x19d52f1f hid_quirks_exit +EXPORT_SYMBOL_GPL drivers/hid/hid 0x1f034d61 hid_add_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0x25188e40 hid_output_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0x2d11aec1 hid_driver_suspend +EXPORT_SYMBOL_GPL drivers/hid/hid 0x2dcefd29 hid_disconnect +EXPORT_SYMBOL_GPL drivers/hid/hid 0x2ef4ffa3 __hid_register_driver +EXPORT_SYMBOL_GPL drivers/hid/hid 0x31160b9f hidinput_count_leds +EXPORT_SYMBOL_GPL drivers/hid/hid 0x32a5b239 hidinput_connect +EXPORT_SYMBOL_GPL drivers/hid/hid 0x32d9f49a hid_dump_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0x3bcdf760 hidinput_report_event +EXPORT_SYMBOL_GPL drivers/hid/hid 0x3c8aaf35 hidraw_connect +EXPORT_SYMBOL_GPL drivers/hid/hid 0x40d5bb68 hid_hw_output_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0x41b0250a hid_setup_resolution_multiplier +EXPORT_SYMBOL_GPL drivers/hid/hid 0x43ba6aee hid_validate_values +EXPORT_SYMBOL_GPL drivers/hid/hid 0x479f35c0 hidinput_disconnect +EXPORT_SYMBOL_GPL drivers/hid/hid 0x4c19f7d1 hid_register_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0x4c78d1a8 hid_match_id +EXPORT_SYMBOL_GPL drivers/hid/hid 0x4d869918 hid_destroy_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0x5a923ccb hid_connect +EXPORT_SYMBOL_GPL drivers/hid/hid 0x66b721ff hid_hw_start +EXPORT_SYMBOL_GPL drivers/hid/hid 0x6f6306fc hid_allocate_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0x7222760b hid_compare_device_paths +EXPORT_SYMBOL_GPL drivers/hid/hid 0x764b920f hid_hw_stop +EXPORT_SYMBOL_GPL drivers/hid/hid 0x7ac5c6f2 hid_unregister_driver +EXPORT_SYMBOL_GPL drivers/hid/hid 0x7e675ccd hid_alloc_report_buf +EXPORT_SYMBOL_GPL drivers/hid/hid 0x8018153a hid_lookup_quirk +EXPORT_SYMBOL_GPL drivers/hid/hid 0x8781020b hidraw_disconnect +EXPORT_SYMBOL_GPL drivers/hid/hid 0x88b19e7f hid_hw_open +EXPORT_SYMBOL_GPL drivers/hid/hid 0x8b13a8b8 hid_snto32 +EXPORT_SYMBOL_GPL drivers/hid/hid 0x93b22f7f hid_open_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0x9c8c8b31 hid_dump_field +EXPORT_SYMBOL_GPL drivers/hid/hid 0x9cd4f792 hid_hw_close +EXPORT_SYMBOL_GPL drivers/hid/hid 0x9f3c8dc0 hid_hw_request +EXPORT_SYMBOL_GPL drivers/hid/hid 0xc7cfa393 hid_dump_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0xcb24a414 hid_field_extract +EXPORT_SYMBOL_GPL drivers/hid/hid 0xcc6b11e8 hidraw_report_event +EXPORT_SYMBOL_GPL drivers/hid/hid 0xd1a75d0a hidinput_calc_abs_res +EXPORT_SYMBOL_GPL drivers/hid/hid 0xdef0816e hid_check_keys_pressed +EXPORT_SYMBOL_GPL drivers/hid/hid 0xe422d6a2 hid_driver_resume +EXPORT_SYMBOL_GPL drivers/hid/hid 0xe47f36cc hid_hw_raw_request +EXPORT_SYMBOL_GPL drivers/hid/hid 0xe53a8893 hid_report_raw_event +EXPORT_SYMBOL_GPL drivers/hid/hid 0xe8ad1cd3 hid_ignore +EXPORT_SYMBOL_GPL drivers/hid/hid 0xeb11e883 hid_resolv_usage +EXPORT_SYMBOL_GPL drivers/hid/hid 0xedcea639 hid_driver_reset_resume +EXPORT_SYMBOL_GPL drivers/hid/hid 0xef76c0f8 hid_match_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0xf420fe68 hidinput_get_led_field +EXPORT_SYMBOL_GPL drivers/hid/hid 0xfa355613 hid_quirks_init +EXPORT_SYMBOL_GPL drivers/hid/hid 0xfaed42fd hid_debug_event +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 0xa556a680 roccat_connect +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0x24725391 roccat_common2_send +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0x293ab645 roccat_common2_receive +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0x90f3a81e roccat_common2_send_with_status +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0xa8d4c83f roccat_common2_device_init_struct +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0xaf3a83d9 roccat_common2_sysfs_read +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0xc9c97e29 roccat_common2_sysfs_write +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x63973c0f sensor_hub_set_feature +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x81e1d4b8 sensor_hub_device_open +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x890ea137 sensor_hub_input_attr_get_raw_value +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x8eaa748e sensor_hub_register_callback +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0xa624c45e sensor_hub_get_feature +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0xae8fb6d8 sensor_hub_device_close +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0xce5aea8a sensor_hub_remove_callback +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0xdbe1106d hid_sensor_get_usage_index +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0xe454ed6c sensor_hub_input_get_attribute_info +EXPORT_SYMBOL_GPL drivers/hid/hid-vivaldi-common 0x042de609 vivaldi_attribute_groups +EXPORT_SYMBOL_GPL drivers/hid/hid-vivaldi-common 0xfb8a1f07 vivaldi_feature_mapping +EXPORT_SYMBOL_GPL drivers/hid/i2c-hid/i2c-hid 0x2d55c52b i2c_hid_core_shutdown +EXPORT_SYMBOL_GPL drivers/hid/i2c-hid/i2c-hid 0x9eaa65e1 i2c_hid_core_probe +EXPORT_SYMBOL_GPL drivers/hid/i2c-hid/i2c-hid 0xb65053af i2c_hid_core_remove +EXPORT_SYMBOL_GPL drivers/hid/i2c-hid/i2c-hid 0xdef5822c i2c_hid_ll_driver +EXPORT_SYMBOL_GPL drivers/hid/i2c-hid/i2c-hid 0xef5ee15b i2c_hid_core_pm +EXPORT_SYMBOL_GPL drivers/hid/surface-hid/surface_hid_core 0x4a4ff80c surface_hid_pm_ops +EXPORT_SYMBOL_GPL drivers/hid/surface-hid/surface_hid_core 0xa7291d60 surface_hid_device_add +EXPORT_SYMBOL_GPL drivers/hid/surface-hid/surface_hid_core 0xc4aa08d8 surface_hid_device_destroy +EXPORT_SYMBOL_GPL drivers/hid/uhid 0x125d2b0c uhid_hid_driver +EXPORT_SYMBOL_GPL drivers/hid/usbhid/usbhid 0x16695a73 usb_hid_driver +EXPORT_SYMBOL_GPL drivers/hid/usbhid/usbhid 0x7bdf24a5 hiddev_hid_event +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x0cec2569 hsi_add_clients_from_dt +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x1043ba05 hsi_put_controller +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x153f19dc hsi_new_client +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x34ed8bec hsi_get_channel_id_by_name +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x5210a5bf hsi_board_list +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x76d255a0 hsi_release_port +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x81c6c202 hsi_register_client_driver +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x87ceda7a hsi_claim_port +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x8b75eef0 hsi_port_unregister_clients +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x9071a935 hsi_alloc_controller +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x9213e32a hsi_register_controller +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xa40a7076 hsi_remove_client +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xaf563cc4 hsi_unregister_controller +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xbfe39170 hsi_unregister_port_event +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xd0676ee0 hsi_free_msg +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xe2fb57da hsi_register_port_event +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xeb24bb6d hsi_alloc_msg +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xf2e6ea27 hsi_event +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xffb33e93 hsi_async +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x0c89af8b vmbus_connection +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x147e27fc hv_pkt_iter_close +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x21c672ad __hv_pkt_iter_next +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x283e3226 __vmbus_driver_register +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x2deb0506 hv_ringbuffer_spinlock_busy +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x2e33b3c0 vmbus_set_event +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x300a82ae vmbus_set_sc_create_callback +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x3123a180 vmbus_connect_ring +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x31e2e77f vmbus_free_mmio +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x321055cb vmbus_prep_negotiate_resp +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x329ac2c9 hv_pkt_iter_first +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x3731df76 vmbus_alloc_ring +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x3bb67bd3 vmbus_sendpacket_mpb_desc +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x3e0a47bc vmbus_allocate_mmio +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x3eaf7c47 vmbus_setevent +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x406668c9 vmbus_request_addr_match +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x46a417ca vmbus_proto_version +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x47a2fbfb vmbus_hvsock_device_unregister +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x4b2210b8 vmbus_send_tl_connect_request +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x4ea2e1e8 vmbus_open +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x572f544b __vmbus_request_addr_match +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x5c0ef618 vmbus_send_modifychannel +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x615fb671 vmbus_driver_unregister +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x674e657e hv_ringbuffer_get_debuginfo +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x69beb253 vmbus_sendpacket_pagebuffer +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x980a5f30 vmbus_teardown_gpadl +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xa0e19bf4 vmbus_disconnect_ring +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xa4d88aee vmbus_free_ring +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xc648028d vmbus_next_request_id +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xc782fd12 vmbus_establish_gpadl +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xcbc9cc3d vmbus_close +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xce15a94d vmbus_set_chn_rescind_callback +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xecefb41e vmbus_request_addr +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xf33c0856 vmbus_recvpacket_raw +EXPORT_SYMBOL_GPL drivers/hwmon/adt7x10 0x3ae49955 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 0x2f01371b nct6775_show_beep +EXPORT_SYMBOL_GPL drivers/hwmon/nct6775-core 0x6b7de1b0 nct6775_update_device +EXPORT_SYMBOL_GPL drivers/hwmon/nct6775-core 0x6efad209 nct6775_store_beep +EXPORT_SYMBOL_GPL drivers/hwmon/nct6775-core 0x71729244 nct6775_probe +EXPORT_SYMBOL_GPL drivers/hwmon/nct6775-core 0x8d8b45f1 nct6775_reg_is_word_sized +EXPORT_SYMBOL_GPL drivers/hwmon/nct6775-core 0xb2571654 nct6775_show_alarm +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0x067f3743 intel_th_trace_switch +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0x0ee94317 intel_th_free +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0x49aeb875 intel_th_output_enable +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0x4ae7ad07 intel_th_set_output +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0x60e966b4 intel_th_trace_enable +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0x6a584672 intel_th_driver_unregister +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0x789a34b5 intel_th_trace_disable +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0xadbb2631 intel_th_alloc +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0xdd25a8d2 intel_th_driver_register +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th_msu 0x6372d2cc intel_th_msc_window_unlock +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th_msu 0x94c2fe05 intel_th_msu_buffer_unregister +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th_msu 0xbf61ae83 intel_th_msu_buffer_register +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0x328a9883 stm_unregister_protocol +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0x4ef217ce stm_data_write +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0x61aa557c stm_source_write +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0x681b01ef stm_register_protocol +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0x8c2170be stm_unregister_device +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0x8dc73e62 to_pdrv_policy_node +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0x99bb3563 stm_source_unregister_device +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0xb6b2f168 stm_source_register_device +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0xc96d13c5 stm_register_device +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-ccgx-ucsi 0xfa21e58b i2c_new_ccgx_ucsi +EXPORT_SYMBOL_GPL drivers/i2c/i2c-mux 0x3f8650b0 i2c_mux_alloc +EXPORT_SYMBOL_GPL drivers/i2c/i2c-mux 0x60e16b68 i2c_mux_add_adapter +EXPORT_SYMBOL_GPL drivers/i2c/i2c-mux 0x7be6a140 i2c_mux_del_adapters +EXPORT_SYMBOL_GPL drivers/i2c/i2c-mux 0xf1a954b8 i2c_root_adapter +EXPORT_SYMBOL_GPL drivers/i2c/i2c-smbus 0x5d119dc4 i2c_register_spd +EXPORT_SYMBOL_GPL drivers/i2c/i2c-smbus 0x7136eb51 i2c_new_slave_host_notify_device +EXPORT_SYMBOL_GPL drivers/i2c/i2c-smbus 0x951183f1 i2c_free_slave_host_notify_device +EXPORT_SYMBOL_GPL drivers/i2c/i2c-smbus 0xaf1c02c3 i2c_handle_smbus_alert +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x0363ffac i3c_master_defslvs_locked +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x0624f913 i3c_driver_unregister +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x10d9014a i3c_device_do_setdasa +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x13a26dba i3c_generic_ibi_alloc_pool +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x1dc78b47 i3c_master_do_daa +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x2cb03cab i3c_master_entdaa_locked +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x2d32d23a i3c_master_set_info +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x3975f4a0 dev_to_i3cdev +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x3b229508 i3cdev_to_dev +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x4177d3d4 i3c_device_disable_ibi +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x4b821a35 i3c_master_enec_locked +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x526689dc i3c_device_request_ibi +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x544d24bc i3c_generic_ibi_recycle_slot +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x57e581d2 i3c_device_match_id +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x5d5dd187 i3c_driver_register_with_owner +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x76fe3e05 i3c_generic_ibi_free_pool +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x788964b5 i3c_master_unregister +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x8a7a44ea i3c_master_get_free_addr +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xa6e21099 i3c_device_get_info +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xad0f506f i3c_master_register +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xc8f4037c i3c_device_do_priv_xfers +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xd11adcc9 i3c_device_free_ibi +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xdb9a3749 i3c_master_queue_ibi +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xdc33a590 i3c_master_disec_locked +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xe5a47bc0 i3c_generic_ibi_get_free_slot +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xe9d22183 i3c_device_enable_ibi +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xef87bdf3 i3c_master_add_i3c_dev_locked +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-cb 0x1d2145d6 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 0x513d6261 iio_channel_cb_get_channels +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-cb 0x5e45ac7b iio_channel_cb_get_iio_dev +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-cb 0x7a711aef iio_channel_start_all_cb +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-cb 0x9acf62ab iio_channel_cb_set_buffer_watermark +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0x0201aa90 iio_dma_buffer_set_length +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0x40ccfa9b iio_dma_buffer_block_done +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0x4499edb0 iio_dma_buffer_set_bytes_per_datum +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0x54d9829f iio_dma_buffer_block_list_abort +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0x669d208c iio_dma_buffer_data_available +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0x6878289c iio_dma_buffer_exit +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0x858f3d0c iio_dma_buffer_request_update +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0x94609f3b iio_dma_buffer_enable +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0xb5cac0cd iio_dma_buffer_read +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0xb84fed9d iio_dma_buffer_init +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0xc9007357 iio_dma_buffer_disable +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0xe71fbc9c iio_dma_buffer_release +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dmaengine 0xa03afe49 devm_iio_dmaengine_buffer_setup +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-hw-consumer 0x11597901 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 0xf135c6d7 iio_hw_consumer_alloc +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-triggered-buffer 0x3a34d994 devm_iio_triggered_buffer_setup_ext +EXPORT_SYMBOL_GPL drivers/iio/buffer/kfifo_buf 0xf421a730 devm_iio_kfifo_buffer_setup_ext +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0x00254b3a cros_ec_sensors_core_read_avail +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0x0a571aed cros_ec_sensors_push_data +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0x192f1a38 cros_ec_sensors_read_cmd +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0x19b5c93d cros_ec_sensors_core_write +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0x5186e851 cros_ec_sensors_core_read +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0x5aee5470 cros_ec_sensors_core_register +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0x9971dac4 cros_ec_sensors_capture +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0x998c0c1a cros_ec_sensors_core_init +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0xbe3d080a cros_ec_sensors_pm_ops +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0xc49780bc cros_ec_sensors_read_lpc +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0xc8106d73 cros_ec_motion_send_host_cmd +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0xd5bf5dd9 cros_ec_sensors_ext_info +EXPORT_SYMBOL_GPL drivers/iio/gyro/bmg160_core 0x952b8322 bmg160_core_remove +EXPORT_SYMBOL_GPL drivers/iio/gyro/bmg160_core 0xa3ddfe4d bmg160_pm_ops +EXPORT_SYMBOL_GPL drivers/iio/gyro/bmg160_core 0xf49bbf71 bmg160_core_probe +EXPORT_SYMBOL_GPL drivers/iio/imu/fxos8700_core 0x6b8d9e41 fxos8700_core_probe +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x067f0f42 iio_read_channel_offset +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x0aa3783b devm_iio_device_alloc +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x100dd1ab devm_iio_map_array_register +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x11976c97 iio_convert_raw_to_processed +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x1c1f1ce0 devm_iio_channel_get +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x2567d7ae devm_fwnode_iio_channel_get_by_name +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x259cf8fb iio_alloc_pollfunc +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x26f6b499 iio_str_to_fixpoint +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x28cd18e9 iio_device_id +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x28fc2cb1 iio_read_avail_channel_attribute +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x37a1a7fc iio_device_get_current_mode +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x3ca2ef8a iio_read_channel_raw +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x43013d42 iio_map_array_unregister +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x47210499 iio_get_channel_type +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x49ddce4e fwnode_iio_channel_get_by_name +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x4aa50467 iio_read_channel_processed +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x4c0acf6e iio_buffer_get +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x4d54f11a iio_get_channel_ext_info_count +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x4dce7dd4 iio_format_value +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x558a4cc9 __devm_iio_trigger_alloc +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x56dfba53 iio_channel_get_all +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x5868f587 iio_channel_release +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x5cb75bfc iio_dealloc_pollfunc +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x5ddd0869 iio_push_to_buffers +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x612d1eea iio_buffer_put +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x682f62ed iio_write_channel_ext_info +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x6e087c35 iio_show_mount_matrix +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x708934c9 iio_validate_scan_mask_onehot +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x70f0f1d1 iio_write_channel_raw +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x7a7d37b3 iio_read_channel_ext_info +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x85bb8c62 iio_get_debugfs_dentry +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x8612e733 iio_map_array_register +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x8f5c545e devm_iio_trigger_register +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x933f41b9 iio_update_buffers +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x9a8132c1 iio_device_release_direct_mode +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x9badcf38 iio_read_max_channel_raw +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xa1615856 iio_channel_get +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xad490a3d iio_read_channel_attribute +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xadeb892c iio_enum_available_read +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xbcf54375 iio_device_claim_direct_mode +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xbd358ea9 iio_push_to_buffers_with_ts_unaligned +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xc070250d iio_read_channel_processed_scale +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xc3310332 iio_device_release_buffer_mode +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xc8c31097 iio_read_channel_average_raw +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xcc47f777 iio_write_channel_attribute +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xd0dc7c7f iio_read_avail_channel_raw +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xd5142d69 iio_device_attach_buffer +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xd6e22805 iio_channel_release_all +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xdda6a413 devm_iio_channel_get_all +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xe5457286 iio_device_claim_buffer_mode +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xe612545e iio_enum_read +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xe68146d8 iio_buffer_enabled +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xf00eb8bf iio_enum_write +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xf6b6da49 iio_read_channel_scale +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xf7764319 iio_pop_from_buffer +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xf87712b8 __devm_iio_device_register +EXPORT_SYMBOL_GPL drivers/infiniband/core/ib_core 0xdbd019c4 ib_wq +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0x09e861fa rtrs_iu_free +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0x1b5eaf0b rtrs_cq_qp_destroy +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0x28789081 rtrs_cq_qp_create +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0x2c34b595 rtrs_iu_post_rdma_write_imm +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0x3d26382e rtrs_iu_post_recv +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0x4ecdb452 rtrs_init_hb +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0x52b0eea8 rtrs_post_recv_empty +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0x63565746 rtrs_iu_post_send +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0x9b19db87 rtrs_send_hb_ack +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0xbafc3000 rtrs_stop_hb +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0xe6a38587 rtrs_iu_alloc +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0xf6adae93 rtrs_start_hb +EXPORT_SYMBOL_GPL drivers/input/ff-memless 0x2d2fa420 input_ff_create_memless +EXPORT_SYMBOL_GPL drivers/input/matrix-keymap 0x02c01ea5 matrix_keypad_parse_properties +EXPORT_SYMBOL_GPL drivers/input/misc/adxl34x 0x36536c3a adxl34x_probe +EXPORT_SYMBOL_GPL drivers/input/misc/adxl34x 0x66535a18 adxl34x_suspend +EXPORT_SYMBOL_GPL drivers/input/misc/adxl34x 0xe4586827 adxl34x_resume +EXPORT_SYMBOL_GPL drivers/input/misc/adxl34x 0xec511022 adxl34x_remove +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x1136e247 rmi_2d_sensor_rel_report +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x1da9cded rmi_unregister_function_handler +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x3596f7ca rmi_register_transport_device +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x3d7f8b21 rmi_2d_sensor_abs_report +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x535a090d rmi_2d_sensor_configure_input +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x65ed900d rmi_2d_sensor_abs_process +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x71689a0d rmi_dbg +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x7de2787b rmi_of_property_read_u32 +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x8ef86544 rmi_driver_resume +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0xb4696ba4 rmi_2d_sensor_of_probe +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0xd2dedb76 rmi_driver_suspend +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0xd8588878 rmi_set_attn_data +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0xef752893 __rmi_register_function_handler +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp4_core 0x369e3d6b cyttsp4_pm_ops +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp4_core 0x6c9dbb55 cyttsp4_probe +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp4_core 0xd9952a7a cyttsp4_remove +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_core 0x2be17713 cyttsp_pm_ops +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_core 0x8a292bf8 cyttsp_probe +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_i2c_common 0x42bbd759 cyttsp_i2c_write_block_data +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_i2c_common 0x44b87399 cyttsp_i2c_read_block_data +EXPORT_SYMBOL_GPL drivers/input/touchscreen/tsc200x-core 0x05f914e7 tsc200x_pm_ops +EXPORT_SYMBOL_GPL drivers/input/touchscreen/tsc200x-core 0x54e6c27c tsc200x_probe +EXPORT_SYMBOL_GPL drivers/input/touchscreen/tsc200x-core 0x6c294763 tsc200x_remove +EXPORT_SYMBOL_GPL drivers/input/touchscreen/tsc200x-core 0xdf097ca8 tsc200x_regmap_config +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x0f03dca9 wm97xx_reg_write +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x2323a0fd wm97xx_get_gpio +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x38acab77 wm97xx_register_mach_ops +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x45eb63f5 wm97xx_config_gpio +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x6229c005 wm97xx_read_aux_adc +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x6dc7db52 wm9712_codec +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x7079c608 wm9705_codec +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x7d9b5748 wm97xx_set_suspend_mode +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xa16ddbcc wm9713_codec +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xbdab8640 wm97xx_unregister_mach_ops +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xc8643fd1 wm97xx_reg_read +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xd33bd825 wm97xx_set_gpio +EXPORT_SYMBOL_GPL drivers/interconnect/imx/imx-interconnect 0x8ac6a074 imx_icc_register +EXPORT_SYMBOL_GPL drivers/interconnect/imx/imx-interconnect 0x95e24689 imx_icc_unregister +EXPORT_SYMBOL_GPL drivers/interconnect/qcom/icc-bcm-voter 0x0253e279 qcom_icc_bcm_voter_add +EXPORT_SYMBOL_GPL drivers/interconnect/qcom/icc-bcm-voter 0x0b39b783 qcom_icc_bcm_voter_commit +EXPORT_SYMBOL_GPL drivers/interconnect/qcom/icc-bcm-voter 0x48b3aed6 of_bcm_voter_get +EXPORT_SYMBOL_GPL drivers/interconnect/qcom/icc-rpmh 0x127217fb qcom_icc_rpmh_remove +EXPORT_SYMBOL_GPL drivers/interconnect/qcom/icc-rpmh 0x228e1390 qcom_icc_rpmh_probe +EXPORT_SYMBOL_GPL drivers/interconnect/qcom/icc-rpmh 0x273f3b29 qcom_icc_aggregate +EXPORT_SYMBOL_GPL drivers/interconnect/qcom/icc-rpmh 0x70c61298 qcom_icc_bcm_init +EXPORT_SYMBOL_GPL drivers/interconnect/qcom/icc-rpmh 0xa7d5aa37 qcom_icc_set +EXPORT_SYMBOL_GPL drivers/interconnect/qcom/icc-rpmh 0xf5cd690b qcom_icc_pre_aggregate +EXPORT_SYMBOL_GPL drivers/interconnect/qcom/icc-smd-rpm 0x81e513ad qcom_icc_rpm_smd_available +EXPORT_SYMBOL_GPL drivers/interconnect/qcom/icc-smd-rpm 0xe8dbdc6c qcom_icc_rpm_smd_send +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x186a49fc ipack_device_add +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x2faae6f1 ipack_get_device +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x3df487ce ipack_bus_register +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x56c5e406 ipack_driver_register +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x6df275d8 ipack_put_device +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x78b0e35e ipack_driver_unregister +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0xaef05f43 ipack_bus_unregister +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0xbb9a666c ipack_device_del +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0xdab0ad1e ipack_device_init +EXPORT_SYMBOL_GPL drivers/leds/led-class-flash 0x19096c25 devm_led_classdev_flash_unregister +EXPORT_SYMBOL_GPL drivers/leds/led-class-flash 0x1e57d3fa led_classdev_flash_register_ext +EXPORT_SYMBOL_GPL drivers/leds/led-class-flash 0x31579d42 led_get_flash_fault +EXPORT_SYMBOL_GPL drivers/leds/led-class-flash 0x5191f480 led_set_flash_timeout +EXPORT_SYMBOL_GPL drivers/leds/led-class-flash 0x5cad4197 led_classdev_flash_unregister +EXPORT_SYMBOL_GPL drivers/leds/led-class-flash 0x63093873 led_set_flash_brightness +EXPORT_SYMBOL_GPL drivers/leds/led-class-flash 0xe0de71c7 led_update_flash_brightness +EXPORT_SYMBOL_GPL drivers/leds/led-class-flash 0xf7198997 devm_led_classdev_flash_register_ext +EXPORT_SYMBOL_GPL drivers/leds/led-class-multicolor 0x3b479294 led_classdev_multicolor_register_ext +EXPORT_SYMBOL_GPL drivers/leds/led-class-multicolor 0x8b51cbeb devm_led_classdev_multicolor_unregister +EXPORT_SYMBOL_GPL drivers/leds/led-class-multicolor 0xb193912b devm_led_classdev_multicolor_register_ext +EXPORT_SYMBOL_GPL drivers/leds/led-class-multicolor 0xb5cc72fb led_classdev_multicolor_unregister +EXPORT_SYMBOL_GPL drivers/leds/led-class-multicolor 0xbb3c3762 led_mc_calc_color_components +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x11d87857 lp55xx_read +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x42b57479 lp55xx_register_leds +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x9900f0f6 lp55xx_register_sysfs +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x9f79d17a lp55xx_write +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0xaea747ad lp55xx_unregister_sysfs +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0xb915b51e lp55xx_update_bits +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0xe2bc0c1f lp55xx_init_device +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0xef791b4c lp55xx_is_extclk_used +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0xf5e17544 lp55xx_of_populate_pdata +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0xfdb27716 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 0x003414b7 __traceiter_bcache_invalidate +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x01ce235a __traceiter_bcache_btree_node_compact +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x037bdd80 __traceiter_bcache_btree_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x051b2215 __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 0x08231c40 __traceiter_bcache_btree_node_alloc +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x0826e917 __tracepoint_bcache_read +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 0x16ea7222 __tracepoint_bcache_journal_full +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 0x191717af __tracepoint_bcache_btree_set_root +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x1934a9a9 __tracepoint_bcache_writeback +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 0x1c71a406 __tracepoint_bcache_btree_node_free +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 0x23b0eb2d __traceiter_bcache_btree_insert_key +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x2766fb04 __traceiter_bcache_journal_replay_key +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x284a6bff __tracepoint_bcache_gc_start +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x2909bc5d __tracepoint_bcache_btree_read +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x2a0e014e __tracepoint_bcache_btree_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x2af60833 __SCK__tp_func_bcache_writeback_collision +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x3257d343 __tracepoint_bcache_gc_copy +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x32e56537 __traceiter_bcache_btree_node_alloc_fail +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x37050f19 __traceiter_bcache_btree_cache_cannibalize +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x3798fc45 __traceiter_bcache_btree_set_root +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x46bfabee __tracepoint_bcache_writeback_collision +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x46c66897 __SCK__tp_func_bcache_btree_read +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x4a2d1241 __SCK__tp_func_bcache_btree_node_compact +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x4ac348bd __traceiter_bcache_read_retry +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x51d0e534 __SCK__tp_func_bcache_btree_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x53b5e5e3 __tracepoint_bcache_journal_entry_full +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x5cc8cb86 __tracepoint_bcache_btree_insert_key +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 0x64e39418 __traceiter_bcache_writeback_collision +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x6697827f __SCK__tp_func_bcache_writeback +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x690dd415 __tracepoint_bcache_btree_node_alloc +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x6e74dca7 __SCK__tp_func_bcache_btree_node_free +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x6ea27c50 __traceiter_bcache_btree_read +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x6fdd224b __traceiter_bcache_request_start +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x7666ce33 __traceiter_bcache_journal_entry_full +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x79eeb380 __SCK__tp_func_bcache_gc_copy_collision +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x7a3c0ac3 __tracepoint_bcache_read_retry +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x7c4d9d31 __traceiter_bcache_bypass_sequential +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x7cf1fb97 __traceiter_bcache_read +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x80e3881d __SCK__tp_func_bcache_request_end +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x830df522 __tracepoint_bcache_btree_node_split +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x862dfa21 __tracepoint_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 0x902cb523 __tracepoint_bcache_gc_copy_collision +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x9865dbc4 __tracepoint_bcache_gc_end +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x98ae24b7 __traceiter_bcache_journal_full +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x9a6f4d9f __SCK__tp_func_bcache_read +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x9b319e37 __traceiter_bcache_gc_end +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x9ce21c84 __SCK__tp_func_bcache_journal_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x9f272314 __traceiter_bcache_btree_node_free +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xa14fdbcf __tracepoint_bcache_btree_node_alloc_fail +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 0xb912ae0b __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 0xbc268695 __tracepoint_bcache_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xc1857470 __tracepoint_bcache_bypass_congested +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xc78d7102 __tracepoint_bcache_invalidate +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xc8ae4213 __SCK__tp_func_bcache_btree_node_alloc +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xcaad1f43 __traceiter_bcache_bypass_congested +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xccbec266 __traceiter_bcache_journal_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xce48d6f4 __tracepoint_bcache_alloc_fail +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xda06fe86 __SCK__tp_func_bcache_btree_node_alloc_fail +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xdba33065 __traceiter_bcache_alloc_fail +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xdd5bd08e __traceiter_bcache_btree_node_split +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xe16c06b3 __SCK__tp_func_bcache_gc_start +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xe202b8e6 __tracepoint_bcache_bypass_sequential +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 0xed37c90e __tracepoint_bcache_cache_insert +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xee55d047 __tracepoint_bcache_journal_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xef7eec02 __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 0xf865c1a2 __tracepoint_bcache_request_start +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xfb3d6c67 __tracepoint_bcache_request_end +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xfc37594f __traceiter_bcache_gc_start +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xfd6b5d80 __SCK__tp_func_bcache_btree_insert_key +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xfdb118e6 __traceiter_bcache_request_end +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xfdcec050 __traceiter_bcache_write +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x0b259efe dm_bio_prison_free_cell +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x0c5741a8 dm_bio_prison_alloc_cell +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x0ef930d4 dm_cell_lock_promote_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x17dd39d6 dm_deferred_set_create +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x192a2fad dm_cell_put_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x23340917 dm_cell_release_no_holder +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x2eb01e04 dm_deferred_set_destroy +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x638cc15a dm_bio_detain +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x6791a44e dm_deferred_entry_dec +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x6e85568f dm_cell_lock_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x6eefe279 dm_cell_get_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x6fa7be90 dm_cell_unlock_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x73eba0fe dm_bio_prison_alloc_cell_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x752fb949 dm_cell_error +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x753e20b2 dm_bio_prison_create +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x84512164 dm_bio_prison_free_cell_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x92ae019f dm_get_cell +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x9afdba30 dm_cell_visit_release +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xace9b57b dm_bio_prison_destroy_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xb103d32e dm_cell_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 0xb7f34b41 dm_cell_promote_or_release +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 0xd9f704e6 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 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 0xb2438d54 dm_bufio_release_move +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 0xedbd4a91 dm_bufio_client_create +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xf241a6eb dm_bufio_forget_buffers +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x06e7134b 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 0x3cd1e46e dm_cache_policy_register +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 0xf9f3e74b dm_cache_policy_destroy +EXPORT_SYMBOL_GPL drivers/md/dm-multipath 0x26b6423e dm_unregister_path_selector +EXPORT_SYMBOL_GPL drivers/md/dm-multipath 0xe1d7b69c 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 0x01f282e9 dm_region_hash_create +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x1719ba35 dm_rh_delay +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x2eabeba7 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 0x7cd5925a dm_rh_dirty_log +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 0xc3ddf37c dm_rh_mark_nosync +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xcee2d60d dm_rh_inc_pending +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xd8aa4284 dm_rh_region_context +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 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 0x0e99e4fe dm_block_manager_create +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 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 0x08968252 cec_register_adapter +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x15bddcd9 cec_queue_pin_cec_event +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x1e5bf777 cec_s_phys_addr_from_edid +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x48389039 cec_notifier_cec_adap_register +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x54901039 cec_unregister_adapter +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x54b78312 cec_delete_adapter +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x5bfb8d77 cec_s_phys_addr +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x6482a9a5 cec_queue_pin_5v_event +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x6ba6d31a cec_s_conn_info +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x6f717fdf cec_s_log_addrs +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x7f70cb55 cec_notifier_cec_adap_unregister +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x944b7c6a cec_allocate_adapter +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x9b2d3fdb 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 0xb709c7d9 cec_pin_changed +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xb794cba5 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 0xbe5b45a9 cec_transmit_attempt_done_ts +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xc16f2887 cec_notifier_set_phys_addr_from_edid +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xc9eb0a9a cec_received_msg_ts +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xcd2aba86 cec_pin_allocate_adapter +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xd1b55dd9 cec_queue_pin_hpd_event +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xdbd7f84b cec_notifier_conn_register +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xf1868274 cec_transmit_done_ts +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xf26719e3 cec_notifier_parse_hdmi_phandle +EXPORT_SYMBOL_GPL drivers/media/common/b2c2/b2c2-flexcop 0x66c0289a b2c2_flexcop_debug +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x07522a8d smscore_register_device +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x21e36bf2 smscore_registry_getmode +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x245238b8 smscore_set_board_id +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x275e2d4c smscore_unregister_device +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x285cbff9 sms_board_event +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x33328763 smscore_unregister_hotplug +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x34bf0e61 smscore_translate_msg +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x36261cfe smscore_get_device_mode +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x37d91069 smsendian_handle_tx_message +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x3b0608c5 smscore_register_hotplug +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x45284ae9 smsendian_handle_rx_message +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x70257863 smscore_get_board_id +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x74ee9098 sms_board_load_modules +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 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 0x8e0ae7a4 sms_board_led_feedback +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x99a81ab3 smsclient_sendrequest +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xa706257c sms_board_lna_control +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xa96e6860 smscore_start_device +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xb105f801 smscore_onresponse +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xb3b8dab3 sms_board_power +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xbbdb5c42 smscore_unregister_client +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xbc675a55 smscore_register_client +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xc4cc00e5 sms_board_setup +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xd829fd13 smscore_putbuffer +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xfa85c7a3 smscore_getbuffer +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 0x00f0edfe vb2_core_prepare_buf +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 0x0b07fe13 vb2_core_expbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x12df4c2a __traceiter_vb2_buf_done +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x24451812 __tracepoint_vb2_buf_done +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x2593782f __tracepoint_vb2_buf_queue +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x28fa28e1 vb2_mmap +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x32342846 vb2_core_poll +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x35a9ca0a vb2_core_streamon +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x39befb1f vb2_core_queue_init +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x3d5512fd vb2_thread_start +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x4a51dd82 __traceiter_vb2_qbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x4f69ba88 vb2_queue_error +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x5cd28c3c __traceiter_vb2_dqbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x630b24d3 __tracepoint_vb2_qbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x72efebea vb2_core_reqbufs +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x741077e8 vb2_request_buffer_cnt +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x78133b48 vb2_wait_for_all_buffers +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x7b6f1c1b vb2_request_object_is_buffer +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x8fc0ff0e __traceiter_vb2_buf_queue +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x95059d8e vb2_core_create_bufs +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x99cf0f70 vb2_buffer_done +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x9fddcab7 vb2_write +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xa066aa80 vb2_plane_cookie +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xa4bd7093 vb2_discard_done +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 0xc7146a1b vb2_core_queue_release +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 0xdc8911db vb2_core_querybuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xdcb8b4db vb2_thread_stop +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xe4d3c2da vb2_core_dqbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xea7f0b56 vb2_read +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xefe13d76 vb2_core_streamoff +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xf2b4cbac vb2_core_qbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xf703a3f9 __tracepoint_vb2_dqbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xfdb7d94f vb2_plane_vaddr +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-dma-contig 0x7514b8a8 vb2_dma_contig_memops +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-dma-contig 0xc97338ac vb2_dma_contig_set_max_seg_size +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-dma-sg 0xe70d33ca vb2_dma_sg_memops +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-memops 0xe1152bd6 vb2_common_vm_ops +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x05e6ef31 vb2_fop_poll +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x1f6ca3ca vb2_ops_wait_prepare +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x25838a69 vb2_streamoff +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x32230ee4 vb2_ioctl_prepare_buf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x39de8f48 vb2_fop_read +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x4dab5662 vb2_ioctl_create_bufs +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x525683d4 vb2_fop_write +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x6d161b9d vb2_poll +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x737163b7 vb2_fop_release +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x7ca72104 vb2_create_bufs +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x7f0f624a vb2_streamon +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x8147dc56 vb2_find_buffer +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x8778f8ff vb2_request_validate +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x890a7abb vb2_queue_change_type +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x8fe88970 vb2_ioctl_expbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x90c2a896 vb2_ioctl_reqbufs +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x9443a8eb vb2_expbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x9a677888 vb2_ioctl_dqbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xa03c5f93 vb2_prepare_buf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xa18f13d2 vb2_queue_release +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xa40021ea vb2_ioctl_streamoff +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xa6327009 vb2_ioctl_qbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xaa19e708 vb2_request_queue +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xbdedca27 vb2_reqbufs +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xbf4cd439 vb2_ioctl_streamon +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xbf9ddc76 vb2_queue_init_name +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xc85bd1f0 _vb2_fop_release +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xcdfdf58f vb2_fop_mmap +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xdfb2b09f vb2_qbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xe0fda4fe vb2_queue_init +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xe1139c5e vb2_dqbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xe9e5dfbe vb2_ops_wait_finish +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xf4edb78a vb2_ioctl_querybuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xfd6cdcfa vb2_video_unregister_device +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-vmalloc 0x028b5ca0 vb2_vmalloc_memops +EXPORT_SYMBOL_GPL drivers/media/dvb-core/dvb-core 0x668a8b29 dvb_module_release +EXPORT_SYMBOL_GPL drivers/media/dvb-core/dvb-core 0xa97142ca dvb_module_probe +EXPORT_SYMBOL_GPL drivers/media/dvb-core/dvb-core 0xe41ed16b dvb_create_media_graph +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/as102_fe 0x9f78bacc as102_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/cx24117 0x5ea982e8 cx24117_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/gp8psk-fe 0x4c7792c0 gp8psk_fe_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/mxl5xx 0x36448cfe mxl5xx_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stv0910 0xb0051214 stv0910_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stv6111 0xc1547db9 stv6111_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tda18271c2dd 0x3a7556ef tda18271c2dd_attach +EXPORT_SYMBOL_GPL drivers/media/i2c/aptina-pll 0x2578dfe5 aptina_pll_calculate +EXPORT_SYMBOL_GPL drivers/media/i2c/ccs-pll 0x0be6ea7a ccs_pll_calculate +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0x13e4facd max9271_verify_id +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0x1a7a8756 max9271_enable_gpios +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0x32cb5e77 max9271_configure_i2c +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0x58388a29 max9271_set_address +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0x5f1f3c64 max9271_set_translation +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0x645f2fe2 max9271_set_serial_link +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0x7198427f max9271_disable_gpios +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0x801cb0d0 max9271_configure_gmsl_link +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0x8487af1d max9271_set_high_threshold +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0x8daa73e0 max9271_clear_gpios +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0x9958b0e9 max9271_set_gpios +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0xae63f705 max9271_set_deserializer_address +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0xd2bfae86 max9271_wake_up +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x00401bde media_pad_remote_pad_first +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x025f67c4 media_pipeline_alloc_start +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x04155d95 __media_remove_intf_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x0d28f508 media_graph_walk_start +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x1175fb1c media_pad_remote_pad_unique +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x12cb87cb media_device_delete +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x1b72107d media_get_pad_index +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x1d20ef2a media_entity_remote_pad_unique +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x1f0be7a2 __media_entity_next_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x2c937b63 media_create_intf_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x324e4af4 media_pipeline_start +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x368e94b8 media_entity_remove_links +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x393211df media_remove_intf_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x3ebafeff media_device_init +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x4317bd8a media_request_object_complete +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x4399b4b5 media_create_ancillary_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x4770ca11 __media_pipeline_start +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x4c5d7db6 __media_pipeline_stop +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x4e5f45c7 media_device_usb_allocate +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x4e986882 media_pipeline_stop +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x56cb832e media_device_unregister_entity +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x635a30eb media_device_unregister +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x690b70fd media_device_unregister_entity_notify +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x6a8e2970 media_pad_pipeline +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x6d099238 media_device_pci_init +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x6e9cf4e9 media_request_get_by_fd +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x7cc699ae media_create_pad_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x83a4abe8 media_request_put +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x84dc9f65 __media_device_usb_init +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x87ca1ea2 media_device_cleanup +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x8d39c0c3 media_entity_pads_init +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x9773e177 media_entity_setup_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xa17ce9c2 __media_entity_setup_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xa2e52b0e __media_entity_remove_links +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xa37c3910 media_entity_find_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xaf4c64ab media_request_object_bind +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xb4dfa484 media_graph_walk_cleanup +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xb74ce707 media_graph_walk_init +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xc4ab4714 media_devnode_create +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xc559d6bb media_devnode_remove +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xc8c6a1fb media_entity_pipeline +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xceb20856 media_graph_walk_next +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xd619895d media_request_object_unbind +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xd89d8471 media_remove_intf_links +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xd8ac7e1c media_request_object_init +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xdb6b7c20 media_device_register_entity_notify +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xe2a02533 media_request_object_put +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xe32e5f5b media_entity_get_fwnode_pad +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xe5ceecd6 media_entity_enum_cleanup +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xebcc87ed media_create_pad_links +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xecbbf69b media_entity_enum_init +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xf268be4b __media_device_register +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xf651d6a0 media_device_register_entity +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xfa0bf977 __media_remove_intf_links +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xfbc0bb40 media_request_object_find +EXPORT_SYMBOL_GPL drivers/media/pci/cx88/cx88xx 0x1051ea68 cx88_setup_xc3028 +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x025aafde mantis_input_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x0901cdd9 mantis_ca_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x1d372621 mantis_input_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x263a1e62 mantis_dvb_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x28141132 mantis_get_mac +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x281435e5 mantis_dvb_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x2c977101 mantis_pci_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x36dd6182 mantis_frontend_soft_reset +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x44dabc20 mantis_pci_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x62f28a84 mantis_ca_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x6400b0e4 mantis_i2c_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x6a2e9b63 mantis_i2c_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x9d96f790 mantis_uart_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xa17ad6bb mantis_stream_control +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xa22959aa mantis_dma_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xac07722d mantis_dma_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xac6bb92c mantis_uart_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xe0a8273d mantis_frontend_power +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xe4749275 mantis_gpio_set_bits +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x0e5fe88d saa7134_ts_stop_streaming +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x1a5d5853 saa7134_g_std +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x1c1085af saa7134_s_input +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x29b89f60 saa7134_s_tuner +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x2f3efb89 saa7134_g_input +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x35a4d582 saa7134_g_frequency +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x6a5729f5 saa7134_enum_input +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x82d0d956 saa7134_querycap +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x8bc1555c saa7134_stop_streaming +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x911e0cb3 saa7134_ts_qops +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x93ddbc45 saa7134_ts_queue_setup +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x94046c7b saa7134_ts_buffer_prepare +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x95087ace saa7134_s_frequency +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xa27bca73 saa7134_g_tuner +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xa6feafab saa7134_querystd +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xc52a3b98 saa7134_vb2_buffer_queue +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xcba79120 saa7134_s_std +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xd008d92c saa7134_ts_buffer_init +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xf2ad6404 saa7134_ts_start_streaming +EXPORT_SYMBOL_GPL drivers/media/platform/allegro-dvt/allegro 0x1b00d246 nal_hevc_write_pps +EXPORT_SYMBOL_GPL drivers/media/platform/allegro-dvt/allegro 0x318f2ce8 nal_h264_write_pps +EXPORT_SYMBOL_GPL drivers/media/platform/allegro-dvt/allegro 0x5aefab3c nal_hevc_write_vps +EXPORT_SYMBOL_GPL drivers/media/platform/allegro-dvt/allegro 0x61092be5 nal_h264_read_sps +EXPORT_SYMBOL_GPL drivers/media/platform/allegro-dvt/allegro 0x69ba8cbb nal_hevc_read_pps +EXPORT_SYMBOL_GPL drivers/media/platform/allegro-dvt/allegro 0x6e3bb4b5 nal_hevc_read_sps +EXPORT_SYMBOL_GPL drivers/media/platform/allegro-dvt/allegro 0x7f99503c nal_hevc_write_sps +EXPORT_SYMBOL_GPL drivers/media/platform/allegro-dvt/allegro 0x80f3290e nal_h264_read_filler +EXPORT_SYMBOL_GPL drivers/media/platform/allegro-dvt/allegro 0x89172baa nal_h264_write_sps +EXPORT_SYMBOL_GPL drivers/media/platform/allegro-dvt/allegro 0x99532adf nal_h264_read_pps +EXPORT_SYMBOL_GPL drivers/media/platform/allegro-dvt/allegro 0xa7a76928 nal_hevc_read_vps +EXPORT_SYMBOL_GPL drivers/media/platform/allegro-dvt/allegro 0xa81ad0ed nal_hevc_read_filler +EXPORT_SYMBOL_GPL drivers/media/platform/allegro-dvt/allegro 0xd62c73fb nal_h264_write_filler +EXPORT_SYMBOL_GPL drivers/media/platform/allegro-dvt/allegro 0xef0729c0 nal_hevc_write_filler +EXPORT_SYMBOL_GPL drivers/media/platform/marvell/mcam-core 0x4faee21a mccic_resume +EXPORT_SYMBOL_GPL drivers/media/platform/marvell/mcam-core 0x7898877a mccic_irq +EXPORT_SYMBOL_GPL drivers/media/platform/marvell/mcam-core 0xa07aa72c mccic_register +EXPORT_SYMBOL_GPL drivers/media/platform/marvell/mcam-core 0xb439bcba mccic_suspend +EXPORT_SYMBOL_GPL drivers/media/platform/marvell/mcam-core 0xb57ee9db mccic_shutdown +EXPORT_SYMBOL_GPL drivers/media/platform/mediatek/vpu/mtk-vpu 0x1004363b vpu_load_firmware +EXPORT_SYMBOL_GPL drivers/media/platform/mediatek/vpu/mtk-vpu 0x2260ea9d vpu_get_vdec_hw_capa +EXPORT_SYMBOL_GPL drivers/media/platform/mediatek/vpu/mtk-vpu 0x497f2077 vpu_mapping_dm_addr +EXPORT_SYMBOL_GPL drivers/media/platform/mediatek/vpu/mtk-vpu 0x584824ef vpu_ipi_send +EXPORT_SYMBOL_GPL drivers/media/platform/mediatek/vpu/mtk-vpu 0x5d239992 vpu_get_plat_device +EXPORT_SYMBOL_GPL drivers/media/platform/mediatek/vpu/mtk-vpu 0x9ca6fde4 vpu_ipi_register +EXPORT_SYMBOL_GPL drivers/media/platform/mediatek/vpu/mtk-vpu 0xb7dc286e vpu_wdt_reg_handler +EXPORT_SYMBOL_GPL drivers/media/platform/mediatek/vpu/mtk-vpu 0xf8003af9 vpu_get_venc_hw_capa +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x13ddafd7 venus_helper_set_num_bufs +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x17c31cb2 venus_helper_check_format +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x1aa5fb9b venus_helper_check_codec +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x1d097b44 venus_helper_vb2_start_streaming +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x203124df venus_helper_set_stride +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x2203dc35 venus_helper_intbufs_alloc +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x270d5054 venus_helper_vb2_stop_streaming +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 0x27e5b5b5 venus_helper_vb2_buf_init +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x29caf06e hfi_session_abort +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x2ae16d65 venus_helper_set_profile_level +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 0x2d913fc6 venus_helper_get_bufreq +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x2e55e255 hfi_session_stop +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x30755bdb venus_helper_init_instance +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x329ab339 hfi_session_deinit +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x3666fb50 venus_helper_get_profile_level +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x36fcff42 venus_helper_acquire_buf_ref +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x399f84d8 venus_helper_queue_dpb_bufs +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x3cf67619 venus_helper_process_initial_out_bufs +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x40ffc718 venus_helper_unregister_bufs +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x41781faa hfi_session_continue +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x42c9bb2f hfi_session_destroy +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x496506f8 hfi_session_create +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x4b488870 hfi_session_set_property +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x4c8f599c venus_helper_change_dpb_owner +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x54baa971 venus_helper_vb2_buf_queue +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x55602966 venus_helper_set_raw_format +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x5f72af5b hfi_session_get_property +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x672c39da venus_helper_get_ts_metadata +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x69a19267 venus_helper_buffers_done +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x6c7706c9 venus_helper_set_multistream +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x6d852dd8 venus_helper_set_input_resolution +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x6e71e53e venus_helper_process_initial_cap_bufs +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x7453ff0d venus_helper_set_color_format +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x79e42b7b venus_helper_set_output_resolution +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x7e5aac62 venus_helper_set_bufsize +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x8079fa45 venus_helper_intbufs_realloc +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x88a940ac venus_helper_get_opb_size +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xa06702bb venus_helper_intbufs_free +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xa3de5af7 venus_helper_free_dpb_bufs +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xa85f3cbc venus_helper_set_work_mode +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xb1571a39 hfi_session_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 0xc0eabcdf hfi_session_process_buf +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xcd1cf4fb venus_helper_set_format_constraints +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xcdc9f6e9 hfi_session_unload_res +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xcef3795f hfi_session_flush +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xd21da2e4 venus_helper_get_framesz +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xd4810c2d venus_helper_release_buf_ref +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xd86512b1 venus_helper_vb2_buf_prepare +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xdb35bd5a venus_helper_vb2_queue_error +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xe2a9a034 venus_helper_find_buf +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xee3753c7 venus_helper_set_dyn_bufmode +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xf7481046 venus_helper_alloc_dpb_bufs +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xf96ab68c hfi_session_start +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xf9f7e82d venus_helper_session_init +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xfb86e5ec venus_helper_get_out_fmts +EXPORT_SYMBOL_GPL drivers/media/platform/renesas/rcar-fcp 0x3d858696 rcar_fcp_put +EXPORT_SYMBOL_GPL drivers/media/platform/renesas/rcar-fcp 0x4ad5d888 rcar_fcp_enable +EXPORT_SYMBOL_GPL drivers/media/platform/renesas/rcar-fcp 0x5fe6f6e8 rcar_fcp_disable +EXPORT_SYMBOL_GPL drivers/media/platform/renesas/rcar-fcp 0x9877c29f rcar_fcp_get +EXPORT_SYMBOL_GPL drivers/media/platform/renesas/rcar-fcp 0xf3910ba6 rcar_fcp_get_device +EXPORT_SYMBOL_GPL drivers/media/platform/renesas/vsp1/vsp1 0x0e2749a0 vsp1_du_map_sg +EXPORT_SYMBOL_GPL drivers/media/platform/renesas/vsp1/vsp1 0x1b139bad vsp1_du_atomic_begin +EXPORT_SYMBOL_GPL drivers/media/platform/renesas/vsp1/vsp1 0x708d9819 vsp1_du_atomic_update +EXPORT_SYMBOL_GPL drivers/media/platform/renesas/vsp1/vsp1 0x7ee27d89 vsp1_du_init +EXPORT_SYMBOL_GPL drivers/media/platform/renesas/vsp1/vsp1 0x83af7a5d vsp1_du_unmap_sg +EXPORT_SYMBOL_GPL drivers/media/platform/renesas/vsp1/vsp1 0xa2a7fb9d vsp1_du_setup_lif +EXPORT_SYMBOL_GPL drivers/media/platform/renesas/vsp1/vsp1 0xd2a7660b vsp1_du_atomic_flush +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-video 0x43738fab xvip_set_format_size +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-video 0x47f0cb55 xvip_clr_or_set +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-video 0x58182101 xvip_enum_mbus_code +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-video 0x5d5ab353 xvip_cleanup_resources +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-video 0x8d55ec31 xvip_init_resources +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-video 0x97454dab xvip_enum_frame_size +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-video 0x9fd937dc xvip_clr_and_set +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-video 0xa733e115 xvip_of_get_format +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-video 0xb67940fb xvip_get_format_by_fourcc +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-video 0xe08e6063 xvip_get_format_by_code +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-vtc 0x3c16a6b1 xvtc_generator_stop +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-vtc 0x47d7900b xvtc_generator_start +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-vtc 0xa8a0f912 xvtc_put +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-vtc 0xfc1b8505 xvtc_of_get +EXPORT_SYMBOL_GPL drivers/media/radio/shark2 0x401f4262 radio_tea5777_exit +EXPORT_SYMBOL_GPL drivers/media/radio/shark2 0xf9d2af8e radio_tea5777_init +EXPORT_SYMBOL_GPL drivers/media/radio/si470x/radio-si470x-common 0x3e2b7ecb si470x_stop +EXPORT_SYMBOL_GPL drivers/media/radio/si470x/radio-si470x-common 0x64f6f53b si470x_ctrl_ops +EXPORT_SYMBOL_GPL drivers/media/radio/si470x/radio-si470x-common 0xb46c9525 si470x_viddev_template +EXPORT_SYMBOL_GPL drivers/media/radio/si470x/radio-si470x-common 0xf946d00a si470x_set_freq +EXPORT_SYMBOL_GPL drivers/media/radio/si470x/radio-si470x-common 0xfe85e9dd si470x_start +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x0586d138 devm_rc_allocate_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x05f6deb5 ir_raw_event_store_with_filter +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x09fbc10f devm_rc_register_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x1434f390 ir_raw_event_handle +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x16aadb88 rc_allocate_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x2ed90ced rc_map_unregister +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x342decc6 rc_keydown +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x37f6946b rc_keydown_notimeout +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x4e9e821e rc_free_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x56f0ae83 ir_raw_event_store_with_timeout +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x826e9b75 ir_raw_event_set_idle +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x87ea0122 rc_unregister_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x9d6b00af rc_repeat +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x9f54168e rc_g_keycode_from_table +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xb960f15c rc_map_register +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xc03ecfad ir_raw_event_store_edge +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xed5d6ea7 rc_keyup +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xf5a74829 lirc_scancode_event +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xfa66bb4f rc_register_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xfc054a5f ir_raw_event_store +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xfc5d3079 rc_map_get +EXPORT_SYMBOL_GPL drivers/media/tuners/mt2063 0x277fd230 mt2063_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/mt20xx 0x1db467af microtune_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/mxl5007t 0x5520db47 mxl5007t_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/r820t 0x9dea01af r820t_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda18271 0x88e9970c tda18271_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda827x 0x80a60a96 tda827x_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda8290 0x46a1f7d2 tda829x_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda8290 0xcd5e9610 tda829x_probe +EXPORT_SYMBOL_GPL drivers/media/tuners/tda9887 0x13c6e35e tda9887_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tea5761 0x0e0fb475 tea5761_autodetection +EXPORT_SYMBOL_GPL drivers/media/tuners/tea5761 0xba9bf3c3 tea5761_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tea5767 0x0300c869 tea5767_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tea5767 0xc62ae636 tea5767_autodetection +EXPORT_SYMBOL_GPL drivers/media/tuners/tuner-simple 0xb726d939 simple_tuner_attach +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x017ea7c7 cx231xx_tuner_callback +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x1a8b5f5e cx231xx_set_alt_setting +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x1f769127 cx231xx_demod_reset +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x1fd5b741 cx231xx_enable_i2c_port_3 +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x238ca7a5 cx231xx_uninit_bulk +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x24b0909c cx231xx_send_gpio_cmd +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x29c81d88 cx231xx_dev_uninit +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x2f3b0402 cx231xx_uninit_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x45aed985 cx231xx_capture_start +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x601afcb3 cx231xx_init_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x613d1033 cx231xx_enable656 +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x6afd245d cx231xx_init_vbi_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x81e36898 cx231xx_init_bulk +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x86ac400b cx231xx_dev_init +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x9b184b4f cx231xx_set_mode +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x9ffa138d cx231xx_send_usb_command +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xa500ee2a cx231xx_get_i2c_adap +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xbd8fbdb8 cx231xx_uninit_vbi_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xcd1675d8 cx231xx_unmute_audio +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xdfdc1599 cx231xx_disable656 +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xe33ad967 is_fw_load +EXPORT_SYMBOL_GPL drivers/media/usb/dvb-usb-v2/mxl111sf-demod 0x88833fd9 mxl111sf_demod_attach +EXPORT_SYMBOL_GPL drivers/media/usb/dvb-usb-v2/mxl111sf-tuner 0xf4895dcb mxl111sf_tuner_attach +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x09228e04 em28xx_read_ac97 +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x1695e315 em28xx_toggle_reg_bits +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x2f801af1 em28xx_write_regs +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x330c69a3 em28xx_audio_setup +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x5122614b em28xx_setup_xc3028 +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x68fcf7f1 em28xx_write_reg +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x721f7cc7 em28xx_free_device +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x7769bbb7 em28xx_alloc_urbs +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x7ade5480 em28xx_gpio_set +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x7ba6fade em28xx_find_led +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x7fc8652c em28xx_tuner_callback +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x8a421d43 em28xx_audio_analog_set +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x921d7c65 em28xx_boards +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xb0dffbef em28xx_uninit_usb_xfer +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xc31a2148 em28xx_write_reg_bits +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xced98cc9 em28xx_write_ac97 +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xcfb03aa3 em28xx_set_mode +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xe8c8d44d em28xx_read_reg +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xedc74157 em28xx_stop_urbs +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xf99d3e2e em28xx_init_usb_xfer +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xfd4b2da7 em28xx_init_camera +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-async 0x33797b0a __v4l2_async_nf_add_i2c +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-async 0x45666120 __v4l2_async_nf_add_fwnode +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-async 0x585c6af9 __v4l2_async_nf_add_fwnode_remote +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-async 0x820b9584 v4l2_async_nf_cleanup +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-async 0xd897d13f __v4l2_async_nf_add_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x01612c0b v4l2_detect_gtf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x08402862 v4l2_print_dv_timings +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x0958448b v4l2_set_edid_phys_addr +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x0af3d134 v4l2_valid_dv_timings +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x1b4af4a6 v4l2_hdmi_rx_colorimetry +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 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 0x01370118 v4l2_flash_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-flash-led-class 0x9069c793 v4l2_flash_indicator_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-flash-led-class 0xd8537dff v4l2_flash_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0x0f25670f v4l2_fwnode_connector_add_link +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0x1c163c18 v4l2_fwnode_device_parse +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0x2639d7ce v4l2_fwnode_parse_link +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0x2a1b64aa v4l2_fwnode_endpoint_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0x2d0c75d1 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 0xac821036 v4l2_fwnode_endpoint_parse +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0xb1001be5 v4l2_fwnode_connector_parse +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0xd9c7b811 v4l2_async_register_subdev_sensor +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0xe2bb8c5a v4l2_fwnode_endpoint_alloc_parse +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0xfe558854 v4l2_async_nf_parse_fwnode_endpoints +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 0x026ab9d5 v4l2_m2m_querybuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x079c63ac v4l2_m2m_request_queue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x0ce8212d v4l2_m2m_register_media_controller +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x244c1001 v4l2_m2m_next_buf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x2a3b0d28 v4l2_m2m_ioctl_reqbufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x2e886f2c v4l2_m2m_ioctl_prepare_buf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x33b852f3 v4l2_m2m_ioctl_expbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x3a32c3e4 v4l2_m2m_ioctl_streamon +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x4139d96b v4l2_m2m_update_stop_streaming_state +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x4a4c678f v4l2_m2m_buf_remove +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x4bd78013 v4l2_m2m_buf_copy_metadata +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x50665f87 v4l2_m2m_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x527e5edc v4l2_m2m_fop_poll +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x54696877 v4l2_m2m_prepare_buf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x57d323c3 v4l2_m2m_buf_remove_by_idx +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x592da216 v4l2_m2m_try_schedule +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x5ac88554 v4l2_m2m_streamoff +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x5ce7f194 v4l2_m2m_ioctl_streamoff +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x63e611ad v4l2_m2m_ioctl_stateless_try_decoder_cmd +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x679a4f31 v4l2_m2m_buf_queue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x6a0eb481 v4l2_m2m_ioctl_decoder_cmd +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x730f2eae v4l2_m2m_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x745081c4 v4l2_m2m_ioctl_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x75292b81 v4l2_m2m_expbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x7f60a474 v4l2_m2m_ioctl_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x7f60ddda v4l2_m2m_last_buffer_done +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x887b5942 v4l2_m2m_last_buf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x88acf3b4 v4l2_m2m_ioctl_try_decoder_cmd +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x91e4a0b7 v4l2_m2m_create_bufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x964bf560 v4l2_m2m_ctx_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xa1c4a5d1 v4l2_m2m_ioctl_stateless_decoder_cmd +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xa9e1caca v4l2_m2m_update_start_streaming_state +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xafd55747 v4l2_m2m_ioctl_encoder_cmd +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xb22534fb v4l2_m2m_ctx_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xbcd18e39 v4l2_m2m_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xc12203d2 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 0xc8c627f9 v4l2_m2m_buf_remove_by_buf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xce34f7ec v4l2_m2m_encoder_cmd +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xd5b9f239 v4l2_m2m_poll +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xd88b144f v4l2_m2m_decoder_cmd +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xda7fe9fa v4l2_m2m_streamon +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xe4bfbcc8 v4l2_m2m_ioctl_create_bufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xf13ff84d v4l2_m2m_unregister_media_controller +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xf525ebce v4l2_m2m_reqbufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xfbda226b v4l2_m2m_ioctl_querybuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xfca02138 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/videobuf-core 0x031b95b6 videobuf_stop +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x12be981b videobuf_queue_is_busy +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x2a07a41f videobuf_iolock +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x2b1d9834 __videobuf_mmap_setup +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x2d2a8b6f videobuf_waiton +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x37e8d3a3 videobuf_next_field +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x42e6b2b4 videobuf_querybuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x441a6b7c videobuf_poll_stream +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x455dd587 videobuf_queue_cancel +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x4a6d2ec9 videobuf_queue_to_vaddr +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x5599633a videobuf_read_stop +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x5710fe80 videobuf_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x5a0804d9 videobuf_read_one +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x6bb95bb9 videobuf_read_stream +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x7fee9bf5 videobuf_mmap_mapper +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xa5b8a524 videobuf_streamon +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xabe0a19e videobuf_reqbufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xabe745cf videobuf_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xae7581c6 videobuf_queue_core_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xba394058 videobuf_mmap_setup +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xc9ec43ce videobuf_streamoff +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xd3fbd77a videobuf_mmap_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xea64c0f9 videobuf_read_start +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xfa5cfae6 videobuf_alloc_vb +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0x1310f75a videobuf_dma_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0x553a86d0 videobuf_sg_alloc +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0xb01603f4 videobuf_queue_sg_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0xe7a13575 videobuf_dma_unmap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0xe7b34b93 videobuf_to_dma +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-vmalloc 0x0c06dd80 videobuf_to_vmalloc +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-vmalloc 0x2c14df40 videobuf_queue_vmalloc_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-vmalloc 0xa318d38b videobuf_vmalloc_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x069d416a v4l2_pipeline_link_notify +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x08695cd6 v4l2_create_fwnode_links +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x0f3e77d3 v4l2_s_parm_cap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x0feb248f v4l2_i2c_subdev_set_name +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x11cf9fd9 v4l2_event_wake_all +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x11f3044c __SCK__tp_func_vb2_v4l2_buf_queue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x1885c1f6 __v4l2_subdev_state_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x1c1d3f13 v4l2_event_subdev_unsubscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x1e190634 v4l2_i2c_subdev_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x2320fd0d v4l2_fh_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x2a79d51b v4l2_event_queue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x2ae0877b __SCK__tp_func_vb2_v4l2_buf_done +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x2afb29fd v4l2_event_subscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x2d6a6470 v4l2_spi_subdev_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x3450b61f v4l_vb2q_enable_media_source +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x376b4ac5 v4l2_src_change_event_subdev_subscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x39bc0ae9 v4l2_get_link_freq +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x3b4346df v4l2_src_change_event_subscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x3f43d62e v4l2_ctrl_request_hdl_ctrl_find +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x452f53b1 __tracepoint_vb2_v4l2_buf_done +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x46a6a7f9 v4l2_device_put +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x46ac032f __tracepoint_vb2_v4l2_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x499bd409 v4l2_fh_is_singular +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x5074e573 v4l2_fraction_to_interval +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x511cba20 __traceiter_vb2_v4l2_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x54459f0a v4l2_device_set_name +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x547d313e v4l2_event_dequeue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x58b5d13c video_device_pipeline_start +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x5a904335 v4l2_subdev_link_validate_default +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x5c972501 v4l2_compat_ioctl32 +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x5ed14698 v4l2_event_unsubscribe_all +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x61f749aa __v4l2_ctrl_handler_setup +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x625dd312 v4l2_i2c_new_subdev_board +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x6890986b video_device_pipeline +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x6a2de036 __tracepoint_vb2_v4l2_buf_queue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x6b09c739 v4l2_subdev_get_fmt +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 0x727cfe17 __v4l2_device_register_subdev_nodes +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x749edcaf v4l2_device_register +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x812db40a v4l2_subdev_get_fwnode_pad_1_to_1 +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x81aec6b5 v4l2_subdev_cleanup +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x83333260 v4l2_g_parm_cap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x8d0d228d v4l_enable_media_source +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x931e1501 v4l2_event_pending +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x9772eae9 __traceiter_vb2_v4l2_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x98354d4a v4l2_spi_new_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x98e6ba2c __video_device_pipeline_start +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x9d2565aa v4l2_ctrl_request_hdl_find +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x9fef35ac v4l2_apply_frmsize_constraints +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xa12b9fc2 __v4l2_subdev_init_finalize +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xa3569cf9 v4l2_device_register_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xa8ed9473 v4l2_event_unsubscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xad5c3c93 v4l2_simplify_fraction +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xb025646b v4l2_pipeline_pm_get +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xb48cc6da v4l2_subdev_notify_event +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xb56150b6 __traceiter_vb2_v4l2_buf_queue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xb7996d55 v4l2_device_disconnect +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xbb6eff84 __traceiter_vb2_v4l2_buf_done +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xbfe89bee video_device_pipeline_stop +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xc321e45e v4l2_mc_create_media_graph +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xc48f3dea v4l2_fh_add +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xc5d5a347 v4l_disable_media_source +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xc742d6e8 __tracepoint_vb2_v4l2_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xcb6909db v4l2_i2c_subdev_addr +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xcbc66412 v4l2_device_unregister_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xcc501597 v4l2_fill_pixfmt +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xd299b7a7 v4l2_event_queue_fh +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xd4a1322c v4l2_device_unregister +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xdb195d9e v4l2_subdev_link_validate +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xdb43a857 v4l2_fh_del +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xdb96d8cc v4l2_fh_release +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 0xe856dc02 v4l2_i2c_new_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xeba1d0b6 v4l2_pipeline_pm_put +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xeccd5b9a __video_device_pipeline_stop +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xeeaca31e __v4l2_subdev_state_alloc +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 0xf765765e video_device_pipeline_alloc_start +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xf85f88af v4l2_fh_open +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xff04c43d v4l2_create_fwnode_links_to_pad +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xff51c22e v4l2_fh_exit +EXPORT_SYMBOL_GPL drivers/mfd/88pm80x 0x46d715c3 pm80x_regmap_config +EXPORT_SYMBOL_GPL drivers/mfd/88pm80x 0xc2928e1c pm80x_pm_ops +EXPORT_SYMBOL_GPL drivers/mfd/88pm80x 0xd99fd720 pm80x_deinit +EXPORT_SYMBOL_GPL drivers/mfd/88pm80x 0xe8d53bfd pm80x_init +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x1bb05f4a wm5110_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x21ba5422 arizona_free_irq +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x241b9c55 arizona_set_irq_wake +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x24addc27 wm5110_patch +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x2527806e wm5110_revd_irq +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x349c9ee0 cs47l24_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x48dd83a4 wm8997_patch +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x549c0565 wm5110_irq +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x58889e06 wm5110_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x58dc8758 wm8997_irq +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x5c15681b arizona_dev_init +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x6fb9c5a9 arizona_dev_exit +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x88b6aa3e cs47l24_irq +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xa5dbca3b wm5102_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xafdb184e arizona_pm_ops +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xb263fbbd wm5110_aod +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xb7ccb24c arizona_clk32k_disable +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xbe237980 wm8997_aod +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xd06108b6 wm8997_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xe06ee6ec arizona_request_irq +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xe313476d arizona_clk32k_enable +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xe6e30b77 wm5102_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xf711dd83 wm8998_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xfabfe09f cs47l24_patch +EXPORT_SYMBOL_GPL drivers/mfd/atc260x-core 0xc39139b9 atc260x_match_device +EXPORT_SYMBOL_GPL drivers/mfd/atc260x-core 0xdca70ee3 atc260x_device_probe +EXPORT_SYMBOL_GPL drivers/mfd/da9150-core 0x0babbbcb da9150_read_qif +EXPORT_SYMBOL_GPL drivers/mfd/da9150-core 0x173493f8 da9150_bulk_write +EXPORT_SYMBOL_GPL drivers/mfd/da9150-core 0x1b7fc5c3 da9150_set_bits +EXPORT_SYMBOL_GPL drivers/mfd/da9150-core 0x2424d08f da9150_bulk_read +EXPORT_SYMBOL_GPL drivers/mfd/da9150-core 0x3362128e da9150_reg_read +EXPORT_SYMBOL_GPL drivers/mfd/da9150-core 0x5439977f da9150_reg_write +EXPORT_SYMBOL_GPL drivers/mfd/da9150-core 0x8da8118a 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 0x24c5287c kempld_read16 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x3d2d1ea3 kempld_release_mutex +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x6bd2a1b0 kempld_read32 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x9a94cdca kempld_get_mutex +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0xac5a803e kempld_write16 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0xd095d2a6 kempld_write32 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0xd9162231 kempld_write8 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0xdbe2ac1a kempld_read8 +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-core 0xceb3773f lm3533_write +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-core 0xdcb4c74a lm3533_update +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-core 0xf89b30de lm3533_read +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x4718aedd lm3533_ctrlbank_enable +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x50005a0f lm3533_ctrlbank_set_pwm +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x547c36f3 lm3533_ctrlbank_set_max_current +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x5c49166d lm3533_ctrlbank_get_brightness +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0xb1149a6e lm3533_ctrlbank_disable +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0xb6756f20 lm3533_ctrlbank_get_pwm +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0xd0a19b4a lm3533_ctrlbank_set_brightness +EXPORT_SYMBOL_GPL drivers/mfd/lp3943 0x33ef13eb lp3943_update_bits +EXPORT_SYMBOL_GPL drivers/mfd/lp3943 0x765eb1e2 lp3943_write_byte +EXPORT_SYMBOL_GPL drivers/mfd/lp3943 0xb81d9863 lp3943_read_byte +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x05218b99 cs47l15_16bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x052c57d9 cs47l15_32bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x0ab682bf cs47l92_patch +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x0f379262 madera_of_match +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x46149695 cs47l15_32bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x46194ad5 cs47l15_16bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x57691eb7 cs47l15_patch +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x75b55a65 cs47l35_patch +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x8cd73c59 cs47l35_16bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x8cdae019 cs47l35_32bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x8e3c58a5 madera_dev_init +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x91f1cb6c cs47l92_32bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x91fc172c cs47l92_16bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x9318b44e madera_dev_exit +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xa01c6004 madera_pm_ops +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xa670d091 cs47l90_16bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xa67d0cd1 cs47l90_32bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xbea5a721 cs47l85_16bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xbea87b61 cs47l85_32bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xcd762f96 cs47l85_patch +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xcfe22155 cs47l35_32bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xcfeffd15 cs47l35_16bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xd2c4d660 cs47l92_16bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xd2c90a20 cs47l92_32bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xd4e4e909 cs47l90_patch +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xe545cd9d cs47l90_32bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xe54811dd cs47l90_16bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xebe384cb madera_name_from_type +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xfd90ba2d cs47l85_32bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xfd9d666d cs47l85_16bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0x0bec2b70 mc13xxx_adc_do_conversion +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0x2de64774 mc13xxx_common_init +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0x5f6392ce mc13xxx_common_exit +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0xa6824698 mc13xxx_variant_mc34708 +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0xb48db3f0 mc13xxx_variant_mc13783 +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0xf437f8d0 mc13xxx_variant_mc13892 +EXPORT_SYMBOL_GPL drivers/mfd/motorola-cpcap 0xa226dbe8 cpcap_sense_virq +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x05ea4211 pcf50633_pm +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x2383170d pcf50633_reg_write +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x2a52cc1e pcf50633_irq_mask_get +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x366298e9 pcf50633_irq_unmask +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x424a07f5 pcf50633_free_irq +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x7fa7de1f pcf50633_irq_mask +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x9423b021 pcf50633_read_block +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x959ca128 pcf50633_write_block +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x9bca976a pcf50633_register_irq +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xb23eb35b pcf50633_reg_set_bit_mask +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xbf5b5d9a pcf50633_reg_clear_bits +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xe4ba6291 pcf50633_reg_read +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-adc 0x21abb70a pcf50633_adc_sync_read +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-adc 0x465f88fb pcf50633_adc_async_read +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0x21dd3659 pcf50633_gpio_invert_get +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0x59b8bdeb pcf50633_gpio_power_supply_set +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0x85805358 pcf50633_gpio_set +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0x87236987 pcf50633_gpio_get +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0x8fc480c0 pcf50633_gpio_invert_set +EXPORT_SYMBOL_GPL drivers/mfd/rave-sp 0x43e53ef9 rave_sp_exec +EXPORT_SYMBOL_GPL drivers/mfd/rave-sp 0x6bf9ac50 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 0x000068b0 si476x_core_is_a_secondary_tuner +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x0052e520 si476x_core_cmd_fm_rds_blockcount +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x043cf1b5 si476x_core_is_a_primary_tuner +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x1037306f si476x_core_cmd_get_property +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x277539c4 si476x_core_i2c_xfer +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x2baa5dea si476x_core_cmd_dig_audio_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x306f6f11 si476x_core_stop +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x3ae9d9f1 si476x_core_cmd_fm_acf_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x3c9c9e88 si476x_core_set_power_state +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x48de973b si476x_core_cmd_power_up +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x56067590 si476x_core_cmd_am_acf_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x641fa46b si476x_core_has_diversity +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x6ac00971 si476x_core_cmd_zif_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x7d85f779 si476x_core_cmd_func_info +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x811a45d3 si476x_core_cmd_agc_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x8237c327 si476x_core_is_powered_up +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x8a95ff92 si476x_core_is_in_am_receiver_mode +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x8e73291b si476x_core_cmd_am_seek_start +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x9199d8a2 si476x_core_cmd_am_tune_freq +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x9d0e32bc si476x_core_has_am +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xa4a1c4a3 devm_regmap_init_si476x +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xa527029f si476x_core_cmd_fm_tune_freq +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xa93e8c0d si476x_core_cmd_fm_phase_diversity +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xa9a9d20a si476x_core_cmd_ana_audio_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xb357e0c7 si476x_core_cmd_power_down +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xbff329d1 si476x_core_cmd_am_rsq_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xc016299e si476x_core_cmd_fm_rds_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xc7d5512a si476x_core_cmd_fm_rsq_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xe1029e20 si476x_core_cmd_intb_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xe1101b2d si476x_core_cmd_ic_link_gpo_ctl_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xe116185d si476x_core_cmd_set_property +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xe26bc0e3 si476x_core_cmd_fm_seek_start +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xedbdd45b si476x_core_start +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xf4633201 si476x_core_cmd_fm_phase_div_status +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0x216f882f sm501_find_clock +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0x44020918 sm501_misc_control +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0xaf6d98e9 sm501_modify_reg +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0xd4ab9965 sm501_set_clock +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0xfc759e43 sm501_unit_power +EXPORT_SYMBOL_GPL drivers/mfd/sprd-sc27xx-spi 0xc9457305 sprd_pmic_detect_charger_type +EXPORT_SYMBOL_GPL drivers/mfd/stmfx 0x1e0c97fd stmfx_function_enable +EXPORT_SYMBOL_GPL drivers/mfd/stmfx 0xc762ecc6 stmfx_function_disable +EXPORT_SYMBOL_GPL drivers/mfd/ti_am335x_tscadc 0x8c41cfd3 am335x_tsc_se_set_cache +EXPORT_SYMBOL_GPL drivers/mfd/ti_am335x_tscadc 0xa654aa41 am335x_tsc_se_set_once +EXPORT_SYMBOL_GPL drivers/mfd/ti_am335x_tscadc 0xaddde628 am335x_tsc_se_adc_done +EXPORT_SYMBOL_GPL drivers/mfd/ti_am335x_tscadc 0xd5ad914f am335x_tsc_se_clr +EXPORT_SYMBOL_GPL drivers/mfd/tps65217 0x3303f834 tps65217_set_bits +EXPORT_SYMBOL_GPL drivers/mfd/tps65217 0xaa8075d4 tps65217_clear_bits +EXPORT_SYMBOL_GPL drivers/mfd/tps65217 0xb3d4314f tps65217_reg_read +EXPORT_SYMBOL_GPL drivers/mfd/tps65217 0xe4660d30 tps65217_reg_write +EXPORT_SYMBOL_GPL drivers/mfd/tps65218 0x1161739a tps65218_set_bits +EXPORT_SYMBOL_GPL drivers/mfd/tps65218 0x81f6548a tps65218_clear_bits +EXPORT_SYMBOL_GPL drivers/mfd/tps65218 0xb129961f tps65218_reg_write +EXPORT_SYMBOL_GPL drivers/mfd/ucb1400_core 0xdc7916a8 ucb1400_adc_read +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0x4f49be0f alcor_read8 +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0x7826bfea alcor_write16 +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0x7e7086a3 alcor_write8 +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0x8d157d1e alcor_write32be +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0x98e3c711 alcor_write32 +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0x9f59b44c alcor_read32 +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0xa24f70df alcor_read32be +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x0443733a rtsx_pci_card_exist +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x06d0dd3c rtsx_pci_add_cmd +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x0feccde1 rtsx_pci_dma_transfer +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x101d0285 rtsx_pci_card_power_on +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x142856f6 rtsx_pci_switch_clock +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x1a527565 rtsx_pci_stop_cmd +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x200a4302 rtsx_pci_read_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x428bba0b rtsx_pci_complete_unfinished_transfer +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x595f3e66 rtsx_pci_send_cmd_no_wait +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x65a40f5d rtsx_pci_write_ppbuf +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x73814ba7 rtsx_pci_transfer_data +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x78bb20a3 rtsx_pci_switch_output_voltage +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x917135da rtsx_pci_card_exclusive_check +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x98470bd1 rtsx_pci_card_pull_ctl_enable +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x9a68ccb1 rtsx_pci_dma_map_sg +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x9b6e451b rtsx_pci_send_cmd +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xaaef3411 rtsx_pci_card_power_off +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xaf6d0af4 rtsx_pci_write_phy_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xc41542d6 rtsx_pci_start_run +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xcc33af1b rtsx_pci_card_pull_ctl_disable +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xd6e56635 rtsx_pci_write_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xefafa9c7 rtsx_pci_read_phy_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xfad8423f rtsx_pci_dma_unmap_sg +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xfdd9c58e rtsx_pci_read_ppbuf +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x2ecbd442 rtsx_usb_card_exclusive_check +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x2f9f5069 rtsx_usb_add_cmd +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x47c0a29f rtsx_usb_ep0_write_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x5d500648 rtsx_usb_transfer_data +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x63bae869 rtsx_usb_read_ppbuf +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x6edb3c93 rtsx_usb_switch_clock +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x7da4d114 rtsx_usb_write_ppbuf +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x8ffc8077 rtsx_usb_write_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x9acbb6aa rtsx_usb_ep0_read_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0xa78b9adb rtsx_usb_get_card_status +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0xba822ed6 rtsx_usb_read_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0xe56a6050 rtsx_usb_send_cmd +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0xfb5dc542 rtsx_usb_get_rsp +EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0x39c070be cb710_sg_dwiter_write_next_block +EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0x85d80747 cb710_set_irq_handler +EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0xac2ec4e2 cb710_sg_dwiter_read_next_block +EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0xc321c6d1 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 0x32434254 enclosure_find +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x58eeea3b enclosure_remove_device +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x5b1b5d91 enclosure_add_device +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0xa1ffdf99 enclosure_unregister +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0xaadf3208 enclosure_for_each_device +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0xce32e3d9 enclosure_component_alloc +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0xe84a86ae enclosure_register +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0xf99560b9 enclosure_component_register +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x0d60076d lis3_dev +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x1bb91a82 lis3lv02d_init_device +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x256616a0 lis3lv02d_joystick_enable +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x26229447 lis3lv02d_remove_fs +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x6348804d lis3lv02d_poweroff +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0xb85fdc99 lis3lv02d_init_dt +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0xbbba18cc lis3lv02d_poweron +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0xd3a88680 lis3lv02d_joystick_disable +EXPORT_SYMBOL_GPL drivers/misc/pvpanic/pvpanic 0xd75f3676 devm_pvpanic_probe +EXPORT_SYMBOL_GPL drivers/misc/ti-st/st_drv 0x27b492c3 st_unregister +EXPORT_SYMBOL_GPL drivers/misc/ti-st/st_drv 0x80049dca st_register +EXPORT_SYMBOL_GPL drivers/misc/uacce/uacce 0x13fd79ad uacce_remove +EXPORT_SYMBOL_GPL drivers/misc/uacce/uacce 0x1d0c4297 uacce_register +EXPORT_SYMBOL_GPL drivers/misc/uacce/uacce 0x24626c95 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 0x4b098b81 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 0xa43b415e vmci_qpair_enquev +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0xb572e830 vmci_doorbell_create +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0xbcb85f62 vmci_doorbell_notify +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0xc04c7e84 vmci_qpair_get_consume_indexes +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0xc403cafe vmci_is_context_owner +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0xde3abc2e vmci_datagram_create_handle_priv +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0xe0cc9c92 vmci_qpair_alloc +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0xe11895c1 vmci_event_unsubscribe +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0xe67343c1 vmci_qpair_enqueue +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0xea143610 vmci_datagram_send +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0xea61eefe vmci_qpair_produce_buf_ready +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0xf98ccc76 vmci_qpair_peekv +EXPORT_SYMBOL_GPL drivers/mmc/host/dw_mmc-pltfm 0x10af3f8c dw_mci_pltfm_register +EXPORT_SYMBOL_GPL drivers/mmc/host/dw_mmc-pltfm 0xbfcbe39b dw_mci_pltfm_pmops +EXPORT_SYMBOL_GPL drivers/mmc/host/dw_mmc-pltfm 0xd72749e2 dw_mci_pltfm_remove +EXPORT_SYMBOL_GPL drivers/mmc/host/mmc_hsq 0x6e24677d mmc_hsq_resume +EXPORT_SYMBOL_GPL drivers/mmc/host/mmc_hsq 0xb4f0f2af mmc_hsq_finalize_request +EXPORT_SYMBOL_GPL drivers/mmc/host/mmc_hsq 0xdb5dcc89 mmc_hsq_suspend +EXPORT_SYMBOL_GPL drivers/mmc/host/mmc_hsq 0xffec3c49 mmc_hsq_init +EXPORT_SYMBOL_GPL drivers/mmc/host/renesas_sdhi_core 0x446ceb2e renesas_sdhi_remove +EXPORT_SYMBOL_GPL drivers/mmc/host/renesas_sdhi_core 0xfbe55cc2 renesas_sdhi_probe +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x019d2bb4 sdhci_calc_clk +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x0c0f5682 sdhci_cqe_irq +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x18d87416 sdhci_set_ios +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x19db26f8 sdhci_set_data_timeout_irq +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x1f94ba73 sdhci_set_power_noreg +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x21a87caf sdhci_enable_sdio_irq +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x29a94f42 sdhci_resume_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x4695f3f4 sdhci_set_power +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x490c960a sdhci_suspend_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x50853183 sdhci_set_clock +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x5b3b7051 sdhci_start_signal_voltage_switch +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x6646e3ad sdhci_set_power_and_bus_voltage +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x6bf06c52 sdhci_end_tuning +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x6d161564 sdhci_switch_external_dma +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x6d641ca8 sdhci_remove_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x720f8289 sdhci_reset +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x7d2bde78 sdhci_cleanup_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x7e7a644c sdhci_alloc_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x80909850 sdhci_runtime_suspend_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x861afddd sdhci_request +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x8ac970d4 sdhci_enable_clk +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x9a6416d8 sdhci_get_cd_nogpio +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xa2f0631d __sdhci_add_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xa30aabe1 sdhci_request_atomic +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xa812d57f sdhci_add_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xae47bb72 sdhci_set_uhs_signaling +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xb06234a4 sdhci_runtime_resume_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xb7c7a141 sdhci_set_bus_width +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xba7a946d sdhci_reset_tuning +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xbfbad323 sdhci_adma_write_desc +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xcb99db01 sdhci_setup_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xcd864206 sdhci_start_tuning +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xd36ddf9c sdhci_dumpregs +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xd4a7b5a2 sdhci_free_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xd8696bd4 sdhci_cqe_disable +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xde75e414 sdhci_enable_v4_mode +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xdedba854 __sdhci_set_timeout +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xe09a8a0b sdhci_send_tuning +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xe42904dc __sdhci_read_caps +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xe764ea85 sdhci_cqe_enable +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xe81ba33d sdhci_abort_tuning +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xef5693dc sdhci_execute_tuning +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x1bb1aee2 sdhci_pltfm_pmops +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x2bf0515e sdhci_get_property +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x2fcbbf1a sdhci_pltfm_init +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x32ba093b sdhci_pltfm_unregister +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x6cacc6a0 sdhci_pltfm_clk_get_max_clock +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x8a87e1b9 sdhci_pltfm_suspend +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x8f7cc671 sdhci_pltfm_free +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0xa339af39 sdhci_pltfm_register +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0xef62459e sdhci_pltfm_resume +EXPORT_SYMBOL_GPL drivers/mmc/host/tmio_mmc_core 0x16b0e002 tmio_mmc_host_runtime_resume +EXPORT_SYMBOL_GPL drivers/mmc/host/tmio_mmc_core 0x23f6dfb5 tmio_mmc_host_runtime_suspend +EXPORT_SYMBOL_GPL drivers/mmc/host/tmio_mmc_core 0x31bf397f tmio_mmc_disable_mmc_irqs +EXPORT_SYMBOL_GPL drivers/mmc/host/tmio_mmc_core 0x378f2335 tmio_mmc_irq +EXPORT_SYMBOL_GPL drivers/mmc/host/tmio_mmc_core 0x38431014 tmio_mmc_host_probe +EXPORT_SYMBOL_GPL drivers/mmc/host/tmio_mmc_core 0x3cdd8ff0 tmio_mmc_host_alloc +EXPORT_SYMBOL_GPL drivers/mmc/host/tmio_mmc_core 0x41ac4d37 tmio_mmc_host_free +EXPORT_SYMBOL_GPL drivers/mmc/host/tmio_mmc_core 0x43937936 tmio_mmc_host_remove +EXPORT_SYMBOL_GPL drivers/mmc/host/tmio_mmc_core 0x7cb3ba9e tmio_mmc_enable_mmc_irqs +EXPORT_SYMBOL_GPL drivers/mmc/host/tmio_mmc_core 0x87cb7193 tmio_mmc_do_data_irq +EXPORT_SYMBOL_GPL drivers/most/most_core 0x0c2ae61e most_submit_mbo +EXPORT_SYMBOL_GPL drivers/most/most_core 0x20378a9a most_deregister_component +EXPORT_SYMBOL_GPL drivers/most/most_core 0x35e4f625 most_put_mbo +EXPORT_SYMBOL_GPL drivers/most/most_core 0x5022061d most_stop_enqueue +EXPORT_SYMBOL_GPL drivers/most/most_core 0x6b4722ba most_get_mbo +EXPORT_SYMBOL_GPL drivers/most/most_core 0x8155ecd4 most_resume_enqueue +EXPORT_SYMBOL_GPL drivers/most/most_core 0xb1dd5c78 most_deregister_configfs_subsys +EXPORT_SYMBOL_GPL drivers/most/most_core 0xbd56a2b1 most_start_channel +EXPORT_SYMBOL_GPL drivers/most/most_core 0xbfb0854f most_deregister_interface +EXPORT_SYMBOL_GPL drivers/most/most_core 0xd098dd59 most_stop_channel +EXPORT_SYMBOL_GPL drivers/most/most_core 0xd93303bf most_register_configfs_subsys +EXPORT_SYMBOL_GPL drivers/most/most_core 0xdb4a7a66 most_register_component +EXPORT_SYMBOL_GPL drivers/most/most_core 0xe8139cab channel_has_mbo +EXPORT_SYMBOL_GPL drivers/most/most_core 0xefa5aa75 most_register_interface +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0001 0x574ac700 cfi_cmdset_0001 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0001 0x6863e2e8 cfi_cmdset_0003 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0001 0x957dc77e cfi_cmdset_0200 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0002 0x09a53bcc cfi_cmdset_0006 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0002 0x77f7701c cfi_cmdset_0002 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0002 0x840ebf9a cfi_cmdset_0701 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0020 0xe630169b cfi_cmdset_0020 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_util 0x6a29f43a cfi_qry_mode_off +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_util 0xe6181e5f cfi_qry_mode_on +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_util 0xf03faf46 cfi_qry_present +EXPORT_SYMBOL_GPL drivers/mtd/hyperbus/hyperbus-core 0x99227041 hyperbus_unregister_device +EXPORT_SYMBOL_GPL drivers/mtd/hyperbus/hyperbus-core 0xfa657f44 hyperbus_register_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x02043d0b mtd_writev +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x05fc189c mtd_kmalloc_up_to +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x089e3072 mtd_ooblayout_count_eccbytes +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x097eb6ed get_tree_mtd +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x128b1288 register_mtd_user +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x1370923b mtd_write_oob +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x147fe3dd mtd_ooblayout_free +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x20c9c373 mtd_lock_user_prot_reg +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x21b3848b mtd_get_device_size +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x28990ff0 mtd_ooblayout_set_databytes +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x3c8a0be8 mtd_read_fact_prot_reg +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x3d8ab92e mtd_ooblayout_set_eccbytes +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x41d6a10b mtd_get_user_prot_info +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x49afeca0 mtd_block_isreserved +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x4b145cef mtd_read +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x4f54a76a get_mtd_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x50dabc2f mtd_table_mutex +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x5bb5f506 mtd_read_oob +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x621bbeb3 mtd_device_parse_register +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x64263570 deregister_mtd_parser +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x720f93a0 mtd_block_isbad +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x72fa2aaf kill_mtd_super +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x7549c91f unregister_mtd_user +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x75b53b8c mtd_is_locked +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x79f05e3d mtd_get_fact_prot_info +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x7ac7d16f mtd_device_unregister +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x81bb645b mtd_ooblayout_ecc +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x861ad290 mtd_write_user_prot_reg +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x894fba5c __register_mtd_parser +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x8ff84d97 mtd_erase_user_prot_reg +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x916d63a4 mtd_pairing_groups +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x98280cb1 mtd_del_partition +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x99456f48 mtd_wunit_to_pairing_info +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x99e5225b mtd_erase +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xab50762b mtd_block_markbad +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xb0e380e0 __put_mtd_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xb1e889c0 of_get_mtd_device_by_node +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xb41dacd4 mtd_ooblayout_find_eccregion +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xb7075882 mtd_check_expert_analysis_mode +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xbb07eefe mtd_unpoint +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xc2b7f94a mtd_read_user_prot_reg +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xc6b0740a mtd_panic_write +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xc8eadf37 mtd_ooblayout_count_freebytes +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xd23dee8e mtd_ooblayout_get_databytes +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xd5e12b09 mtd_pairing_info_to_wunit +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xd6098e00 mtd_ooblayout_get_eccbytes +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xe0d417e4 put_mtd_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xe5c0e091 mtd_lock +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xe7ee1b7d __mtd_next_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xe8182874 mtd_point +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xf3a759af mtd_write +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xf3f26571 get_mtd_device_nm +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xf94151cb mtd_get_unmapped_area +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xfa72cea3 mtd_unlock +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xfbe1fd35 __get_mtd_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xfcb2cc5b mtd_add_partition +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0x11aeda0a mtd_blktrans_cease_background +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0x3a608dbb deregister_mtd_blktrans +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0x7236ff36 add_mtd_blktrans_dev +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0x7cb1dce4 register_mtd_blktrans +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0x7cc75792 del_mtd_blktrans_dev +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x0678e84b nand_ecc_init_req_tweaking +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x0c000180 nand_ecc_cleanup_req_tweaking +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x0f37bad7 nanddev_cleanup +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x0fdac1a0 nanddev_bbt_set_block_status +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x1ae6500f nanddev_isreserved +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x23e25748 mxic_ecc_get_pipelined_engine +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x39f9c9eb nanddev_ecc_engine_cleanup +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x4b5fe8f4 nanddev_bbt_cleanup +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x4d02a11c nand_ecc_tweak_req +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x60c93b1b nand_get_small_page_ooblayout +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x619106c9 nanddev_mtd_max_bad_blocks +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x738fe4d3 nanddev_ecc_engine_init +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x77306f53 mxic_ecc_process_data_pipelined +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x85c5fd52 nand_get_large_page_hamming_ooblayout +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x9baf6be3 nanddev_bbt_update +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0xa5407020 nanddev_mtd_erase +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0xa74cca13 nanddev_init +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0xa8864e02 nanddev_isbad +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0xaa369af8 mxic_ecc_get_pipelined_ops +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0xbe60b1c6 nand_get_large_page_ooblayout +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0xc4c5decf nanddev_bbt_get_block_status +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0xd0677477 nand_ecc_restore_req +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0xd6d1d748 nanddev_markbad +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0xeeec9bc1 mxic_ecc_put_pipelined_engine +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0xf33e79a5 nanddev_bbt_init +EXPORT_SYMBOL_GPL drivers/mtd/nand/onenand/onenand 0x2e843adf onenand_release +EXPORT_SYMBOL_GPL drivers/mtd/nand/onenand/onenand 0x3506ad7a onenand_scan +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/brcmnand/brcmnand 0x2fabb1f4 brcmnand_probe +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/brcmnand/brcmnand 0x3f31c5a3 brcmnand_pm_ops +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/brcmnand/brcmnand 0xb1cd9904 brcmnand_remove +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/denali 0xed70ec6f denali_chip_init +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x0b3ec65a nand_erase_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x11091291 nand_extract_bits +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x13f067d1 nand_op_parser_exec_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x1b9593c0 nand_reset_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x1cfb31bb nand_change_write_column_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x1fe52454 nand_prog_page_begin_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x2d368c4c nand_subop_get_addr_start_off +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x2e7189a9 nand_write_data_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x325f88ff nand_reset +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x43dd5f91 nand_read_page_hwecc_oob_first +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x4751c683 nand_readid_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x5632e63d nand_subop_get_num_addr_cyc +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x5d811328 nand_deselect_target +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x743c469c nand_prog_page_end_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x904526b0 nand_gpio_waitrdy +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x9334240b nand_prog_page_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xa872f6a7 nand_change_read_column_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xbc83afab nand_soft_waitrdy +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xbd44b837 nand_select_target +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xc978d1d1 nand_ecc_choose_conf +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xcadc61b2 nand_read_data_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 0xe0411883 nand_status_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xe23cb531 nand_read_oob_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xeeb12963 nand_read_page_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xf2988c25 nand_wait_ready +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xf595eeb0 nand_decode_ext_id +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xf5ca1084 nand_cleanup +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/sm_common 0x295aa040 sm_register_device +EXPORT_SYMBOL_GPL drivers/mtd/spi-nor/spi-nor 0x5f6b34b8 spi_nor_scan +EXPORT_SYMBOL_GPL drivers/mtd/spi-nor/spi-nor 0x91f834ac spi_nor_restore +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x0545a0c0 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 0x52559d0c ubi_leb_read +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x59be8f69 ubi_leb_read_sg +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x6105d866 ubi_leb_map +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x66011ab6 ubi_get_device_info +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x85a8ee76 ubi_unregister_volume_notifier +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x911bef4e ubi_get_volume_info +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x9c139fe7 ubi_leb_unmap +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xaa55efe4 ubi_leb_write +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xacbf0ea4 ubi_do_get_device_info +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xc6447a70 ubi_open_volume +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xdc3fb7ff ubi_leb_erase +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xde388267 ubi_is_mapped +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xe82f8257 ubi_open_volume_path +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xef58060e ubi_leb_change +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xf5ee9ba8 ubi_register_volume_notifier +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xfdce88b2 ubi_open_volume_nm +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x0a65c89f mux_state_try_select_delay +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x211ccb7c mux_chip_free +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x23994c8c devm_mux_chip_register +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x2e73dd1b devm_mux_state_get +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x3ce124db mux_chip_alloc +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x4557e068 mux_control_select_delay +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x67cf0f8f mux_chip_unregister +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x6dfc0bbd mux_control_put +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x7cf08396 mux_state_deselect +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x9ecf5444 mux_chip_register +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0xa1416a58 mux_control_deselect +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0xa4c63c82 mux_control_states +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0xae2aa220 mux_control_get +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0xc04a2977 devm_mux_chip_alloc +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0xc3f913f1 devm_mux_control_get +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0xec3e2d87 mux_control_try_select_delay +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0xfa76e911 mux_state_select_delay +EXPORT_SYMBOL_GPL drivers/net/arcnet/arcnet 0x8344664f devm_arcnet_led_init +EXPORT_SYMBOL_GPL drivers/net/arcnet/arcnet 0xa79521fd arcnet_led_event +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0x129f962d c_can_power_down +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0x23b49891 alloc_c_can_dev +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0x48833e62 register_c_can_dev +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0x718ce746 unregister_c_can_dev +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0x8e378454 free_c_can_dev +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0xf059ad50 c_can_power_up +EXPORT_SYMBOL_GPL drivers/net/can/cc770/cc770 0x633cfb8b register_cc770dev +EXPORT_SYMBOL_GPL drivers/net/can/cc770/cc770 0x6f561d68 unregister_cc770dev +EXPORT_SYMBOL_GPL drivers/net/can/cc770/cc770 0xdb5f7fb1 free_cc770dev +EXPORT_SYMBOL_GPL drivers/net/can/cc770/cc770 0xf3795da0 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 0x13875a04 can_rx_offload_irq_offload_fifo +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x14428b2f safe_candev_priv +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x1af3f76c alloc_canxl_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x321443f4 can_rx_offload_enable +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x48d3bf5a can_rx_offload_add_timestamp +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x4b433c8d can_rx_offload_get_echo_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x4bb04122 can_rx_offload_irq_finish +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x51894796 of_can_transceiver +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x51bc4d1b can_rx_offload_threaded_irq_finish +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x5861e0e2 can_dropped_invalid_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x5b2be550 can_change_state +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x6047ede6 can_fd_len2dlc +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x638b4551 alloc_can_err_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x660d8a2e can_bus_off +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x6bdd7fba alloc_canfd_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x7254a34b can_put_echo_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x75c7f041 can_rx_offload_add_manual +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x79875cec can_rx_offload_queue_tail +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x830a17cf can_rx_offload_queue_timestamp +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x8f6bb062 register_candev +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x9014f7a5 open_candev +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xa5bf0336 can_free_echo_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xba925bb5 can_get_echo_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xc67463a0 close_candev +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xd28e82fb can_rx_offload_del +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xd99eda08 unregister_candev +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xd9cc981f free_candev +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xdbe0865b can_rx_offload_irq_offload_timestamp +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xdbfdcb39 can_rx_offload_add_fifo +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xdc5b2f02 alloc_candev_mqs +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xe695726f can_skb_get_frame_len +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xf0d9317c alloc_can_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xf12d9387 can_fd_dlc2len +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xf9e462f7 can_change_mtu +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0x19222694 m_can_class_get_clocks +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0x25ec44fb m_can_init_ram +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0x583039e7 m_can_class_allocate_dev +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0x769880fb m_can_class_resume +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0xa11ceed4 m_can_class_suspend +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0xbbb2a8f1 m_can_class_unregister +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0xc6167dbd m_can_class_register +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0xf0d1b931 m_can_class_free_dev +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0x131eb760 register_sja1000dev +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0x2f245c68 unregister_sja1000dev +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0x49ebd0d2 sja1000_interrupt +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0x8ad39213 alloc_sja1000dev +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0xdc629643 free_sja1000dev +EXPORT_SYMBOL_GPL drivers/net/dsa/lan9303-core 0xa26e1d33 lan9303_indirect_phy_ops +EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_switch 0x48a9daa5 ksz_switch_chips +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8365mb 0x6c116b0a rtl8365mb_variant +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0x268189f7 rtl8366rb_variant +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0x4ba4a801 rtl8366_reset_vlan +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0x537fc0e3 rtl8366_get_strings +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0x5bb3fd65 rtl8366_enable_vlan4k +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0x617156e4 rtl8366_enable_vlan +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0x7c1d18fc rtl8366_get_sset_count +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0x8a51940f rtl8366_vlan_del +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0xd5fbe955 rtl8366_get_ethtool_stats +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0xdabef236 rtl8366_set_pvid +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0xdc7b8401 rtl8366_vlan_add +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0xeec7dd3a rtl8366_set_vlan +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0xfebbf4cf rtl8366_mc_is_used +EXPORT_SYMBOL_GPL drivers/net/ethernet/arc/arc_emac 0xa76a3f44 arc_emac_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/arc/arc_emac 0xd0ba3569 arc_emac_probe +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-mdio 0x9123d88f enetc_mdio_read +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-mdio 0xb826047d enetc_mdio_write +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 0xf56aabb1 enetc_hw_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0x1196cca2 fun_cq_create +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0x3b5c3bcb fun_sq_create +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0x67c1d04a fun_get_res_count +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0x73d411dc fun_serv_stop +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0x8d94d0d5 fun_serv_sched +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0xa75529a2 fun_submit_admin_sync_cmd +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0xadc283d0 fun_serv_restart +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0xd6098307 fun_alloc_ring_mem +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0xe4969b64 fun_res_destroy +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0xebd101fd fun_free_ring_mem +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0xefc0ce2d fun_bind +EXPORT_SYMBOL_GPL drivers/net/ethernet/intel/i40e/i40e 0x2ac43df9 i40e_client_device_register +EXPORT_SYMBOL_GPL drivers/net/ethernet/intel/i40e/i40e 0xd30cb024 i40e_client_device_unregister +EXPORT_SYMBOL_GPL drivers/net/ethernet/intel/ice/ice 0x01b7a0de ice_rdma_update_vsi_filter +EXPORT_SYMBOL_GPL drivers/net/ethernet/intel/ice/ice 0x25dee3d5 ice_get_qos_params +EXPORT_SYMBOL_GPL drivers/net/ethernet/intel/ice/ice 0x59a0d6a1 ice_rdma_request_reset +EXPORT_SYMBOL_GPL drivers/net/ethernet/intel/ice/ice 0xae312127 ice_add_rdma_qset +EXPORT_SYMBOL_GPL drivers/net/ethernet/intel/ice/ice 0xcab91bd6 ice_del_rdma_qset +EXPORT_SYMBOL_GPL drivers/net/ethernet/marvell/octeontx2/nic/otx2_ptp 0x30211e8d otx2_ptp_init +EXPORT_SYMBOL_GPL drivers/net/ethernet/marvell/octeontx2/nic/otx2_ptp 0x32ff4c0a otx2_ptp_clock_index +EXPORT_SYMBOL_GPL drivers/net/ethernet/marvell/octeontx2/nic/otx2_ptp 0xb22450ae otx2_ptp_tstamp2time +EXPORT_SYMBOL_GPL drivers/net/ethernet/marvell/octeontx2/nic/otx2_ptp 0xcc9c04e8 otx2_ptp_destroy +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x001e58aa mlx4_mw_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0332eb81 mlx4_xrcd_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x035086c3 mlx4_qp_to_ready +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0599cb07 mlx4_unregister_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x05eda1ce mlx4_mtt_addr +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0684261d mlx4_mr_hw_change_access +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x08a60b52 mlx4_mr_hw_change_pd +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0d33f789 mlx4_flow_attach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0f57de73 mlx4_mr_enable +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x10e47061 __mlx4_unregister_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x11a43914 mlx4_update_qp +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1270e8bd mlx4_register_interface +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x12f5c4fd mlx4_port_map_set +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x19246906 mlx4_config_vxlan_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1ea1b7bb mlx4_get_counter_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1f61f63f mlx4_wol_read +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2093ac5f mlx4_register_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2118bb81 mlx4_register_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x21392609 mlx4_unregister_interface +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x215086f8 mlx4_mr_hw_put_mpt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2182f665 mlx4_config_roce_v2_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x223774f6 mlx4_counter_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x24d5428a mlx4_xrcd_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x24f4a266 mlx4_cq_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x26f9b8eb mlx4_unbond +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x27388c2e __mlx4_register_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2ab0f6ac mlx4_free_cmd_mailbox +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3932f6d3 mlx4_mtt_cleanup +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x39330b6a mlx4_buf_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3b397f86 mlx4_bf_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3d11c33f mlx4_get_vf_config +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x442b7d23 mlx4_mw_enable +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4aac5385 mlx4_srq_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4c80172c mlx4_unregister_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4ce1f38a mlx4_buf_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4e115bc3 mlx4_set_vf_rate +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4f6003c9 mlx4_flow_detach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x50fd037d mlx4_mr_hw_get_mpt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x51528f6d mlx4_vf_smi_enabled +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x523aaa7f mlx4_mtt_init +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x54e799b2 mlx4_set_vf_spoofchk +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5558faaf mlx4_set_vf_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5833694c mlx4_find_cached_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x59c7af78 mlx4_phys_to_slaves_pport_actv +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5b496ab7 mlx4_srq_arm +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5bf98879 mlx4_pd_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x60539081 mlx4_set_vf_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x607d8df2 mlx4_CLOSE_PORT +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x61ca8b94 mlx4_set_admin_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x62762d02 mlx4_set_vf_link_state +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x62b5f752 mlx4_alloc_cmd_mailbox +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x65722b61 mlx4_cq_modify +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x68c85e68 mlx4_mr_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x69ed909b mlx4_multicast_detach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6abe999f mlx4_cq_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6eb4923e mlx4_get_slave_default_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6f106c75 mlx4_multicast_attach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6f3b6885 mlx4_mw_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7058fe12 mlx4_qp_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x70ab381f mlx4_get_devlink_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x710a30bc mlx4_flow_steer_promisc_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x761dd4fc mlx4_multicast_promisc_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x76a03485 mlx4_get_base_qpn +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7da0ef0f mlx4_phys_to_slaves_pport +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x80fd786a mlx4_get_active_ports +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8111656a mlx4_multicast_promisc_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8164d77f mlx4_qp_release_range +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x882d8ddb mlx4_mr_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8b7d79ae mlx4_get_internal_clock_params +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8fb283aa mlx4_config_dev_retrieval +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x902fb59d mlx4_get_vf_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x924563aa mlx4_qp_reserve_range +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x98fb836a mlx4_flow_steer_promisc_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9dc9ec23 mlx4_bf_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa37c3f80 __mlx4_cmd +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa5d5b7c7 mlx4_db_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa6c0c986 mlx4_replace_zero_macs +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa6d965e8 mlx4_qp_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa7af22e8 mlx4_free_hwq_res +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa82dd892 mlx4_counter_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xaa3e4515 mlx4_unicast_detach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xab3355ca mlx4_phys_to_slave_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb152e8e1 mlx4_mr_rereg_mem_cleanup +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb4e5284f mlx4_hw_rule_sz +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb522aa85 mlx4_bond +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb865bb2c mlx4_srq_lookup +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xbaad5bd3 mlx4_db_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xbae0cb50 mlx4_get_admin_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xbbde94ea mlx4_mr_rereg_mem_write +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xbd7c2542 mlx4_wol_write +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc0b7bb26 mlx4_buf_write_mtt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc116ebd7 mlx4_vf_set_enable_smi_admin +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc24f046c mlx4_slave_convert_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc60d451f mlx4_alloc_hwq_res +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc664403a mlx4_vf_get_enable_smi_admin +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc938f914 mlx4_get_default_counter_index +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xcdcffb7f mlx4_uar_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xcee6b522 mlx4_map_sw_to_hw_steering_id +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xcf4cecff mlx4_unicast_promisc_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd69b4b50 mlx4_INIT_PORT +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd799dbbd __mlx4_replace_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xdbc71094 mlx4_cq_resize +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xdc017a29 mlx4_qp_query +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe1e53354 mlx4_unicast_attach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe371674e mlx4_qp_modify +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe558e969 mlx4_get_base_gid_ix +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe7854ca2 mlx4_get_protocol_dev +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe7aaebbf mlx4_SYNC_TPT +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe93cff35 mlx4_qp_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xeab98b71 mlx4_srq_query +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xec3ca18a mlx4_unicast_promisc_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xec4f977a mlx4_map_sw_to_hw_steering_mode +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xec872bf3 mlx4_pd_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xed0cc577 mlx4_mr_hw_write_mpt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xedc946bb mlx4_uar_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xef108dff mlx4_read_clock +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xefea34df mlx4_find_cached_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf958197c mlx4_ACCESS_PTYS_REG +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xfac76b44 mlx4_FLOW_STEERING_IB_UC_QP_RANGE +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xfcbf1622 mlx4_write_mtt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xff4e6f22 mlx4_srq_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x04ae5947 mlx5_query_hca_vport_pkey +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 0x089ff16f mlx5_query_nic_vport_mac_list +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0cfa08d7 mlx5_set_port_prio_tc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1090c389 mlx5_core_query_sq_state +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x123d6edd mlx5_query_nic_vport_min_inline +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x15fd1a83 mlx5_query_port_oper_mtu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1891b31b mlx5_query_port_tc_group +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1949ec6f mlx5_query_nic_vport_mac_address +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1c77ed9e mlx5_core_access_reg +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2179a083 mlx5_nic_vport_affiliate_multiport +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2b1b32ed mlx5_modify_nic_vport_mac_list +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2c2bca56 mlx5_core_query_vport_counter +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2cc94424 mlx5_set_port_wol +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3343e92b mlx5_query_port_ptys +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x37a2be9c mlx5_query_nic_vport_qkey_viol_cntr +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x39b7118c mlx5_query_nic_vport_system_image_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3fb42d37 mlx5_query_port_wol +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3fbc41f6 mlx5_query_port_pfc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3fc7965c mlx5_modify_nic_vport_vlans +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x40ea8102 mlx5_query_min_inline +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4373f550 mlx5_db_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x438fc4da mlx5_query_port_ets_rate_limit +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x46b9c968 mlx5_ipsec_device_caps +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4db4b054 mlx5_query_port_vl_hw_cap +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x58acc64d mlx5_nic_vport_update_local_lb +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5a5aabc7 mlx5_query_nic_vport_mtu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5d78dd7f mlx5_set_port_caps +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x617fc25a mlx5_query_mac_address +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6b638a6e mlx5_nic_vport_unaffiliate_multiport +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x73b6b972 mlx5_modify_nic_vport_mac_address +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7878e4c1 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 0x84250245 mlx5_frag_buf_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x863d7dce mlx5_core_modify_hca_vport_context +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8d30c04f mlx5_query_port_prio_tc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x900675b2 mlx5_set_port_pfc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9e045939 mlx5_eswitch_mode +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9f9419a0 mlx5_set_port_admin_status +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa20c508a mlx5_toggle_port_link +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa5c65558 mlx5_db_alloc_node +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa8cc2cea mlx5_access_reg +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa8db0995 mlx5_set_port_pause +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa9cbeab2 mlx5_modify_nic_vport_promisc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb33cbe53 mlx5_set_port_tc_group +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb49cdd1b mlx5_query_module_eeprom_by_page +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb7d58e74 mlx5_query_port_tc_bw_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc19f6979 mlx5_query_hca_vport_gid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc446a5d8 mlx5_nic_vport_query_local_lb +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc73f0bcc mlx5_core_reserved_gids_count +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc8b84de5 mlx5_eswitch_get_total_vports +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xcdd49a97 mlx5_nic_vport_enable_roce +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd0d7eb99 mlx5_query_nic_vport_promisc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd1cae0b1 mlx5_query_port_pause +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd3d39b47 mlx5_query_hca_vport_node_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd3d65fb8 mlx5_query_hca_vport_context +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd6bbb162 mlx5_set_port_mtu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd6cce162 mlx5_vport_get_other_func_cap +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd78bb06e mlx5_query_hca_vport_system_image_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd7cb0b95 mlx5_query_nic_system_image_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd9a1a43c mlx5_dm_sw_icm_dealloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xdead12d9 mlx5_query_nic_vport_node_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe43fee81 mlx5_set_port_tc_bw_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe58adb53 mlx5_dm_sw_icm_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe68ff43a mlx5_query_port_admin_status +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe6d74afd mlx5_frag_buf_alloc_node +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xfcc9797e mlx5_modify_nic_vport_mtu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xfd0e5594 mlx5_modify_port_ets_rate_limit +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xfe43528c mlx5_query_port_max_mtu +EXPORT_SYMBOL_GPL drivers/net/ethernet/micrel/ks8851_common 0x792aab7d ks8851_probe_common +EXPORT_SYMBOL_GPL drivers/net/ethernet/micrel/ks8851_common 0x7ddfbe1f ks8851_remove_common +EXPORT_SYMBOL_GPL drivers/net/ethernet/micrel/ks8851_common 0x82b4ec0c ks8851_suspend +EXPORT_SYMBOL_GPL drivers/net/ethernet/micrel/ks8851_common 0xa1e0fd0a ks8851_resume +EXPORT_SYMBOL_GPL drivers/net/ethernet/microchip/encx24j600-regmap 0x86e7d063 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 0x02793242 ocelot_phylink_mac_link_down +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x09b94203 ocelot_regmap_init +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x0acad26c ocelot_port_mirror_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x228079c0 ocelot_phylink_mac_link_up +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x255790c5 ocelot_port_assigned_dsa_8021q_cpu_mask +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x26159311 ocelot_port_readl +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x263da868 ocelot_port_unassign_dsa_8021q_cpu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x28bbe805 ocelot_cls_flower_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x2d753088 ocelot_port_rmwl +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x49a8ed2c ocelot_port_get_eth_mac_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x4b5e7a25 ocelot_port_set_default_prio +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x52528a58 ocelot_cls_flower_replace +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x52dde2db ocelot_port_mirror_del +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x5b159353 ocelot_port_assign_dsa_8021q_cpu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x6369d4ef ocelot_port_add_dscp_prio +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x67bf0bf3 ocelot_bridge_num_find +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x7356b0b6 __ocelot_rmw_ix +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x73f592f4 ocelot_port_del_dscp_prio +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x76d5f1e2 ocelot_port_get_rmon_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x7c051869 ocelot_lag_fdb_del +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x98b2a608 ocelot_cls_flower_destroy +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x9ad28e0c __ocelot_write_ix +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xa2cc65fb __ocelot_read_ix +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xa7f9c063 ocelot_port_setup_dsa_8021q_cpu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xad6d1c5d ocelot_port_get_default_prio +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xb856776e ocelot_get_bridge_fwd_mask +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xb88df8c4 ocelot_bond_get_id +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xbbd3d0d8 ocelot_port_writel +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xc5ebd7a1 ocelot_port_get_dscp_prio +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xdcd54166 ocelot_migrate_mdbs +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xe1b446cb ocelot_port_get_pause_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xe999f568 ocelot_port_get_eth_ctrl_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xea017130 ocelot_regfields_init +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xeb7fd32f ocelot_lag_fdb_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xec7f22ec __ocelot_bulk_read_ix +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xf45e41fe ocelot_mact_flush +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xf5330d4f ocelot_port_get_eth_phy_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xfd09d959 ocelot_port_teardown_dsa_8021q_cpu +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 0x466c3b70 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 0x7a08c49d 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 0x9ea69c29 stmmac_dvr_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac 0xac18f4e1 stmmac_resume +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac 0xc927d726 stmmac_init_tstamp_counter +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac 0xe93a3947 stmmac_suspend +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0x114bd14b stmmac_get_platform_resources +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0x35da3dca stmmac_pltfr_pm_ops +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0x9a9fe23e stmmac_probe_config_dt +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0xb0c7ff1e stmmac_remove_config_dt +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0xf42366f2 stmmac_pltfr_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/ti/am65-cpts 0x405b51c2 am65_cpts_ns_gettime +EXPORT_SYMBOL_GPL drivers/net/ethernet/ti/am65-cpts 0x46c5fbd4 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 0x81086b11 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 0xa79c21b4 am65_cpts_tx_timestamp +EXPORT_SYMBOL_GPL drivers/net/ethernet/ti/am65-cpts 0xb60b988a am65_cpts_estf_disable +EXPORT_SYMBOL_GPL drivers/net/ethernet/ti/am65-cpts 0xbfc83e4d am65_cpts_estf_enable +EXPORT_SYMBOL_GPL drivers/net/ethernet/ti/am65-cpts 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 0x7a1139ba w5100_ops_priv +EXPORT_SYMBOL_GPL drivers/net/ethernet/wiznet/w5100 0x913e09c9 w5100_pm_ops +EXPORT_SYMBOL_GPL drivers/net/ethernet/wiznet/w5100 0xb0e6bdde w5100_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/wiznet/w5100 0xeade5415 w5100_probe +EXPORT_SYMBOL_GPL drivers/net/geneve 0x1d3cb83d geneve_dev_create_fb +EXPORT_SYMBOL_GPL drivers/net/ipvlan/ipvlan 0x12315b8c ipvlan_link_new +EXPORT_SYMBOL_GPL drivers/net/ipvlan/ipvlan 0x136427fb ipvlan_link_setup +EXPORT_SYMBOL_GPL drivers/net/ipvlan/ipvlan 0x873cc1b2 ipvlan_count_rx +EXPORT_SYMBOL_GPL drivers/net/ipvlan/ipvlan 0xb2c1b032 ipvlan_link_delete +EXPORT_SYMBOL_GPL drivers/net/ipvlan/ipvlan 0xb6e6bd3d ipvlan_link_register +EXPORT_SYMBOL_GPL drivers/net/macsec 0x0fac87bb macsec_pn_wrapped +EXPORT_SYMBOL_GPL drivers/net/macvlan 0x3aedf63c macvlan_common_setup +EXPORT_SYMBOL_GPL drivers/net/macvlan 0x7104bd80 macvlan_common_newlink +EXPORT_SYMBOL_GPL drivers/net/macvlan 0x9352dcc9 macvlan_dellink +EXPORT_SYMBOL_GPL drivers/net/macvlan 0xa480bc6c macvlan_link_register +EXPORT_SYMBOL_GPL drivers/net/mdio/mdio-i2c 0x89337611 mdio_i2c_alloc +EXPORT_SYMBOL_GPL drivers/net/mdio/mdio-mux 0x6318757f mdio_mux_uninit +EXPORT_SYMBOL_GPL drivers/net/mdio/mdio-mux 0xf591a517 mdio_mux_init +EXPORT_SYMBOL_GPL drivers/net/net_failover 0x25bfe9c9 net_failover_destroy +EXPORT_SYMBOL_GPL drivers/net/net_failover 0x6e70c96f net_failover_create +EXPORT_SYMBOL_GPL drivers/net/pcs/pcs-altera-tse 0x94470995 alt_tse_pcs_create +EXPORT_SYMBOL_GPL drivers/net/pcs/pcs_xpcs 0x4328137f xpcs_get_an_mode +EXPORT_SYMBOL_GPL drivers/net/pcs/pcs_xpcs 0x43e54ae4 xpcs_config_eee +EXPORT_SYMBOL_GPL drivers/net/pcs/pcs_xpcs 0x7ab3176f xpcs_create +EXPORT_SYMBOL_GPL drivers/net/pcs/pcs_xpcs 0x88f28bdb xpcs_get_interfaces +EXPORT_SYMBOL_GPL drivers/net/pcs/pcs_xpcs 0xaa2f3c14 xpcs_link_up +EXPORT_SYMBOL_GPL drivers/net/pcs/pcs_xpcs 0xb2d1d09a xpcs_destroy +EXPORT_SYMBOL_GPL drivers/net/pcs/pcs_xpcs 0xd3760c6b xpcs_do_config +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x03f952bd bcm_phy_r_rc_cal_reset +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x14604342 bcm_phy_cable_test_get_status +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x2853a0ca __bcm_phy_modify_exp +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x2d9d24d4 bcm_phy_enable_apd +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x3208a034 bcm_phy_modify_exp +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x37f3a2b7 bcm_phy_cable_test_get_status_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x45f258c8 bcm_phy_write_shadow +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x5eb5e449 bcm_phy_write_misc +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x61b3004a bcm_phy_get_strings +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x650521f1 bcm54xx_auxctl_read +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x6a062b12 bcm_phy_get_stats +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x8b1cb4f4 __bcm_phy_read_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x8e836689 bcm_phy_ack_intr +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x9238102c __bcm_phy_write_exp +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x96a2e1b9 bcm_phy_read_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x9fe8b339 bcm_phy_write_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xa7df8d61 bcm_phy_read_shadow +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xb2972aec bcm_phy_get_sset_count +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xb44ff095 bcm_phy_28nm_a0b0_afe_config_init +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xbdb3c0a7 bcm_phy_cable_test_start_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xc912c369 __bcm_phy_read_exp +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xc952ab23 bcm_phy_downshift_get +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xce2f7eec bcm_phy_config_intr +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xd4ac9624 bcm_phy_read_exp +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xd7060c8b bcm_phy_set_eee +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xddb3f96d bcm_phy_handle_interrupt +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xe3977f7a __bcm_phy_modify_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xe623a4e6 bcm_phy_write_exp +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xe6a88c3d bcm_phy_read_misc +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xebf307f3 __bcm_phy_write_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xeed8b286 bcm_phy_cable_test_start +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xf00ddebf bcm_phy_enable_jumbo +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xf9cc7f84 bcm_phy_modify_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xfc744cba bcm_phy_downshift_set +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-ptp 0x8c2bc1ff 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 0xf2daa503 bcm_ptp_probe +EXPORT_SYMBOL_GPL drivers/net/tap 0x3be48cc6 tap_free_minor +EXPORT_SYMBOL_GPL drivers/net/tap 0x4e7511b0 tap_get_socket +EXPORT_SYMBOL_GPL drivers/net/tap 0x54066050 tap_queue_resize +EXPORT_SYMBOL_GPL drivers/net/tap 0x7ac3a68d tap_destroy_cdev +EXPORT_SYMBOL_GPL drivers/net/tap 0x890bb92a tap_get_ptr_ring +EXPORT_SYMBOL_GPL drivers/net/tap 0xa362cd9a tap_get_minor +EXPORT_SYMBOL_GPL drivers/net/tap 0xac2ac82e tap_handle_frame +EXPORT_SYMBOL_GPL drivers/net/tap 0xb1ef2a59 tap_del_queues +EXPORT_SYMBOL_GPL drivers/net/tap 0xe39b4c42 tap_create_cdev +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0x2b9e398b usbnet_cdc_zte_rx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0x31557c2f usbnet_cdc_status +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0x35f34f43 usbnet_cdc_unbind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0x64842033 usbnet_ether_cdc_bind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0x7321f0f2 usbnet_cdc_update_filter +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0x85de6bca usbnet_cdc_bind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0x9866c7a0 usbnet_generic_cdc_bind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x079c148d cdc_ncm_unbind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x187f8051 cdc_ncm_bind_common +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x298c2bc6 cdc_ncm_fill_tx_frame +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x3c846e75 cdc_ncm_rx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x4fbcff34 cdc_ncm_rx_verify_ndp16 +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x5f397c67 cdc_ncm_rx_verify_ndp32 +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x972931f4 cdc_ncm_change_mtu +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0xae5086bd cdc_ncm_rx_verify_nth32 +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0xbb66e07d cdc_ncm_select_altsetting +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0xbfd5859b cdc_ncm_rx_verify_nth16 +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0xcf1733ef cdc_ncm_tx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/r8152 0xca19f2d4 rtl8152_get_version +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0x3259e92d rndis_tx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0x43c76bcb rndis_status +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0x7032c55c rndis_command +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0x89e1d266 generic_rndis_bind +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0xd509bf7e rndis_unbind +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0xd6dc82d8 rndis_rx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x12b3596c usbnet_nway_reset +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x1581072a usbnet_write_cmd_async +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x1812df19 usbnet_get_endpoints +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x1fb20c59 usbnet_write_cmd +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x235e339a usbnet_stop +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x2dda6876 usbnet_tx_timeout +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x2fb4242c usbnet_get_link_ksettings_mii +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x375eabbe usbnet_purge_paused_rxq +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x39cd6253 usbnet_read_cmd_nopm +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x40112052 usbnet_open +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x41de675a usbnet_get_ethernet_addr +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x43cf44bb usbnet_unlink_rx_urbs +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x445a3223 usbnet_disconnect +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x53951dbc usbnet_set_link_ksettings_mii +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x587eadfa usbnet_get_drvinfo +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x80d032d8 usbnet_update_max_qlen +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x8330a5df usbnet_resume_rx +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x8bbe2c37 usbnet_probe +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x929f520f usbnet_status_start +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x9d5d5dfc usbnet_read_cmd +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xa0b095cc usbnet_get_link +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xaa56461b usbnet_set_msglevel +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xad2df6f1 usbnet_set_rx_mode +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xb14cf3ac usbnet_get_link_ksettings_internal +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xbcd0a785 usbnet_write_cmd_nopm +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xd7bcbea1 usbnet_pause_rx +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xdb7db3d9 usbnet_resume +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xde4aae8c usbnet_change_mtu +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xe0eacc4d usbnet_status_stop +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xebb54bb3 usbnet_defer_kevent +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xf11816ed usbnet_start_xmit +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xf75734fe usbnet_suspend +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xfa6f0863 usbnet_skb_return +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xfd06c08e usbnet_get_msglevel +EXPORT_SYMBOL_GPL drivers/net/vxlan/vxlan 0x3d320b61 vxlan_fdb_replay +EXPORT_SYMBOL_GPL drivers/net/vxlan/vxlan 0x53149b22 vxlan_dev_create +EXPORT_SYMBOL_GPL drivers/net/vxlan/vxlan 0xc499b852 vxlan_fdb_find_uc +EXPORT_SYMBOL_GPL drivers/net/vxlan/vxlan 0xf3c8ae4e vxlan_fdb_clear_offload +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/ipw2x00/libipw 0x9e1e12f6 libipw_rx_any +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x15ccb1b5 _il_grab_nic_access +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x4c357600 il_remove_station +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x5d93cb1a il_prep_station +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x7afaf75b il_mac_tx_last_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xba78772b il_dealloc_bcast_stations +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x5987fe45 iwl_fw_lookup_assert_desc +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x71118edc iwl_fw_lookup_cmd_ver +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x74778a2f iwl_fw_lookup_notif_ver +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0x0a278afe p54_parse_eeprom +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0x108cc8aa p54_unregister_common +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0x266332f6 p54_read_eeprom +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0x3f1a426e p54_parse_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0x40ee37a5 p54_register_common +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0x959113fe p54_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0xc3763bdd p54_init_common +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0xc7cee3ff p54_free_common +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0xdd27b220 p54_free_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x122de033 lbs_send_tx_feedback +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x1f7bdf9e lbs_queue_event +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x36e40277 lbs_start_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x3701d8d1 lbs_resume +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x4745afd6 __lbs_cmd +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x47fe7fa9 lbs_process_rxed_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x4931c941 lbs_host_to_card_done +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x4cd142e9 lbs_get_firmware_async +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x68233c4a lbs_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x6c1dd1bb lbs_notify_command_response +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x7879a59d lbs_remove_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0xa0620369 lbs_add_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0xaec0a4dd lbs_stop_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0xafb56938 lbs_host_sleep_cfg +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0xbf9cafe3 lbs_cmd_copyback +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0xe0708daa 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 0x3693cc6d lbtf_send_tx_feedback +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0x7bf781bd lbtf_bcn_sent +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0x8e04bece lbtf_add_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0x91b790df lbtf_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0x94fbec69 lbtf_remove_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0x9d5b1ef2 __lbtf_cmd +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0xabe25a42 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 0xe186e5a3 lbtf_cmd_response_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x11d0a547 mwifiex_cancel_hs +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x2d1c602f mwifiex_add_virtual_intf +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x3444e875 mwifiex_drv_info_dump +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x38557515 mwifiex_fw_dump_event +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x41cf14b1 mwifiex_dnld_fw +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x4abc1462 mwifiex_upload_device_dump +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x562568c1 mwifiex_process_hs_config +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x584492ac mwifiex_multi_chan_resync +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x6bb2b9d0 mwifiex_prepare_fw_dump_info +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x8bce25ff mwifiex_reinit_sw +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x8c842035 mwifiex_queue_main_work +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x8f7ebaa7 mwifiex_main_process +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x9752096e mwifiex_del_virtual_intf +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x9c60749a mwifiex_write_data_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xb71e0e6d mwifiex_init_shutdown_fw +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xb8c01066 mwifiex_remove_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xbad92ed0 mwifiex_disable_auto_ds +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xc084e4fc mwifiex_process_sleep_confirm_resp +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xcc76d960 mwifiex_enable_hs +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xd4dad9f3 mwifiex_alloc_dma_align_buf +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xdc931ca0 mwifiex_handle_rx_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xeddf53c6 mwifiex_shutdown_sw +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xfa1d6163 mwifiex_deauthenticate_all +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xfc3569eb _mwifiex_dbg +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xff5e6c90 mwifiex_add_card +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x002c3852 mt76_tx_status_skb_add +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x05dacaa3 mt76_eeprom_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x0dfa304e mt76_tx_status_unlock +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x12306a69 mt76_phy_dfs_state +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x147ea714 mt76_rx_token_release +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x14a24bdb mt76_tx_status_skb_done +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x15eaaccb mt76_put_txwi +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x17f568e9 mt76_rates +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x18409a54 mt76_has_tx_pending +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x1e8970f6 mt76_wake_tx_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x1ec57b4f __mt76_worker_fn +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x1f416c10 mt76_queues_read +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x1f65744d mt76_dma_rx_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x1f8ac718 __tracepoint_dev_irq +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x201a471a mt76_mmio_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x202d83cc mt76_get_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x242fd960 __mt76_sta_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x26d8b3dc mt76_get_rate_power_limits +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x2726ecbb __traceiter_dev_irq +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x2ca00386 __mt76_mcu_send_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x32515aa4 mt76_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x3763255c mt76_get_rxwi +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x384b2fb4 mt76_sw_scan_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x3d3e02d4 mt76_set_stream_caps +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x4129fdae mt76_init_sar_power +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x41472fe0 mt76_get_survey +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x414e6f64 mt76_init_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x440cadc1 mt76_rx_poll_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x492f5184 mt76_update_survey +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x4f80bf93 mt76_csa_check +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x51c65df3 mt76_seq_puts_array +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x54e48f3e mt76_update_survey_active_time +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x57655850 mt76_get_antenna +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x58c1175f mt76_mcu_skb_send_and_get_msg +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x59df42f2 mt76_sta_pre_rcu_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x5d1b4e42 __tracepoint_mac_txdone +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x6415e64a mt76_get_min_avg_rssi +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x67c3036d mt76_csa_finish +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x6d71718e mt76_set_irq_mask +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x6e9af6c8 __traceiter_mac_txdone +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x6f8a1b9a ____mt76_poll_msec +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x6ff75097 mt76_get_sar_power +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x70227a33 mt76_tx_status_skb_get +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x72ba0bca mt76_register_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x79b89236 mt76_alloc_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x7cb4b914 mt76_tx_check_agg_ssn +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x805fc13a __SCK__tp_func_dev_irq +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x82032dde mt76_eeprom_override +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x867175e7 mt76_set_tim +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x86dce0cc mt76_get_rate +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x88c2818b mt76_set_channel +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x8956f929 mt76_register_phy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x8a91ef2b mt76_txq_schedule +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x8acf80b4 mt76_register_debugfs_fops +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x8b3332c1 mt76_unregister_phy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x9599e7b8 __mt76_tx_complete_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x977c56b2 __mt76_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x998e4bca mt76_mcu_send_and_get_msg +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x9c784369 mt76_calculate_default_rate +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xa512ff17 mt76_txq_schedule_all +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xa612b1cb mt76_pci_disable_aspm +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xacd24b81 mt76_sw_scan +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xb07a4773 mt76_insert_ccmp_hdr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xb218f4cc mt76_token_release +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xbb4fa6cc mt76_release_buffered_frames +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xbb756075 mt76_unregister_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xbef8fd9d mt76_free_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xbf9729be mt76_dma_attach +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xc1a3edde mt76_dma_cleanup +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xc3d7c6d7 mt76_alloc_phy +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 0xc79daf86 mt76_ethtool_worker +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xca538ff6 mt76_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xcf0993dc mt76_put_rxwi +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xd323110c mt76_stop_tx_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xd392353d mt76_mcu_get_response +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xdaa9f22d mt76_get_of_eeprom +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xdbff8fb1 mt76_mcu_rx_event +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xdf1bbf12 mt76_tx_status_lock +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xe29ba5db mt76_sta_state +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xe40b66ef mt76_wcid_alloc +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xe4e972a7 mt76_queue_tx_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xe52c55ca mt76_rx_aggr_start +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xe5d7a100 mt76_token_consume +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xf042910c mt76_tx_worker_run +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xf129138c mt76_rx_token_consume +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xf1747719 mt76_rx_aggr_stop +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xf4ec593c mt76_skb_adjust_pad +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xf90951a0 __mt76_set_tx_blocked +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xfb7c532a __mt76_mcu_msg_alloc +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xfb8a2808 mt76_tx_status_check +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x035784d4 mt76_connac_mcu_set_pm +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x04ef7c0f mt76_connac2_mac_fill_rx_rate +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x0da34cd9 mt76_connac_mcu_uni_set_chctx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x12a586a9 mt76_connac_mcu_set_rts_thresh +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x16f69234 mt76_connac_get_phy_mode +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x26d25113 mt76_connac_mcu_restart +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x36251b11 mt76_connac2_mac_write_txwi +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x375bdda1 __mt76_connac_mcu_alloc_sta_req +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x37f03c2f mt76_connac_mcu_reg_rr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x3941aebd mt76_connac2_mac_decode_he_radiotap +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x3c6ea6fd mt76_connac_mcu_sta_ba +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x421fc54a mt76_connac_mcu_wtbl_update_hdr_trans +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x4565ffb1 mt76_connac_pm_dequeue_skbs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x456cfd7e mt76_connac2_mac_fill_txs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x4b817aa5 mt76_connac_txp_skb_unmap +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x4c41de50 mt76_connac_mcu_sta_ba_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x4f790c8e mt76_connac_mcu_sta_wed_update +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x5012bd86 mt76_connac_pm_wake +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x50bec7e4 mt76_connac_mcu_wtbl_ba_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x51328219 mt76_connac_mcu_set_channel_domain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x53fb6f7c mt76_connac2_mac_tx_rate_val +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x54879a86 mt76_connac_mcu_add_nested_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x5816b3a2 mt76_connac_free_pending_tx_skbs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x5ea03f55 mt76_connac_mcu_set_deep_sleep +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x641f180b mt76_connac_mcu_wtbl_hdr_trans_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x646f3c22 mt76_connac2_mac_add_txs_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x691ededf mt76_connac_mcu_sched_scan_req +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x69308a36 mt76_connac_mcu_rdd_cmd +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x6ab58c79 mt76_connac_mcu_chip_config +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x6b40d31e mt76_connac_mcu_patch_sem_ctrl +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x6f591887 mt76_connac_mcu_sta_cmd +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x71e045a6 mt76_connac_mcu_sta_basic_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x75125426 mt76_connac_pm_queue_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x7980965d mt76_connac_mcu_beacon_loss_iter +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x7be3f249 mt76_connac_mcu_wtbl_ht_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x7e250830 mt76_connac2_reverse_frag0_hdr_trans +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x824cad30 mt76_connac_mcu_set_hif_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x83b67db7 mt76_connac_mcu_sched_scan_enable +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x8afd95c4 mt76_connac_mcu_sta_uapsd +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x8d301339 mt76_connac_mcu_wtbl_generic_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x8f275ad5 mt76_connac_mcu_sta_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x908ca40c mt76_connac_wowlan_support +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x936a6da9 mt76_connac_mcu_alloc_wtbl_req +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x980186e7 mt76_connac_mcu_wtbl_smps_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x9a3e76e8 mt76_connac_mcu_sta_update_hdr_trans +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x9b502b9c mt76_connac2_mcu_fill_message +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x9d5419c1 mt76_connac2_load_ram +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x9dfb5470 mt76_connac_mcu_uni_add_bss +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xa3ee4061 mt76_connac_mcu_set_p2p_oppps +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xa784724b mt76_connac_mcu_set_vif_ps +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xa931f28d mt76_connac_mcu_init_download +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xb13d406f mt76_connac_mcu_bss_omac_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xb32e544b mt76_connac_mcu_uni_add_dev +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xb468bc10 mt76_connac_get_he_phy_cap +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xb5134036 mt76_connac_mcu_hw_scan +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xbff51424 mt76_connac_mcu_start_patch +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xc1522de6 mt76_connac_tx_complete_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xc2fa6588 mt76_connac_mcu_bss_ext_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xc83f71bc mt76_connac_write_hw_txp +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xd237eab3 mt76_connac_mcu_add_key +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xd2baa0d3 mt76_connac_mcu_update_gtk_rekey +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xd6498e6c mt76_connac_power_save_sched +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xd76d70c1 mt76_connac_init_tx_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xdb9a220c mt76_connac_mcu_coredump_event +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xddcf795b mt76_connac_sta_state_dp +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xdf89290f mt76_connac_mcu_cancel_hw_scan +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xe3064fa5 mt76_connac_mcu_update_arp_filter +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xe6cd0dcc mt76_connac_mcu_reg_wr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xecca1816 mt76_connac_mcu_start_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xee43cc11 mt76_connac_mcu_set_suspend_iter +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xf13788e4 mt76_connac2_load_patch +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xf353467e mt76_connac_mcu_bss_basic_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xf43b7e70 mt76_connac_mcu_get_nic_capability +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xfb47047c mt76_connac_mcu_set_mac_enable +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xff93ce61 mt76_connac_mcu_set_rate_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x004ebfcb mt76s_read_pcr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x0b2e2f21 mt76s_hw_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x18c983c5 mt76s_write_copy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x212e695d mt76s_alloc_rx_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x2a3344e2 mt76s_rmw +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x316d2c71 mt76s_alloc_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x47b1d34d mt76s_wr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x56ada47b mt76s_txrx_worker +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x80f9ddc4 mt76s_wr_rp +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x8471352a mt76s_rr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x8677cfba mt76s_deinit +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0xa0e0288c mt76s_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0xa3b9416a mt76s_read_copy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0xbad5f191 mt76s_txqs_empty +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0xd6e0f73f mt76s_rd_rp +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0xde95fb6d mt76s_sdio_irq +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x06896d43 mt76u_read_copy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x0d84063c mt76u_queues_deinit +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x30e42e00 mt76u_alloc_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x336bf8e7 __mt76u_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x418b6a1f ___mt76u_wr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x58e12b9a mt76u_stop_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x873d9984 mt76u_alloc_mcu_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x8a12bf5e mt76u_vendor_request +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x9e0b76d9 __mt76u_vendor_request +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x9f2e1028 mt76u_single_wr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0xa3c64d14 mt76u_stop_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0xbfd76359 ___mt76u_rr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0xcad6e6c2 mt76u_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0xd8f179b3 mt76u_resume_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x01189552 mt7615_rx_check +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x07732a2e mt7615_queue_rx_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x0d6655ef mt7615_mcu_fill_msg +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x20892229 mt7615_init_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x248d0ed1 mt7615_mac_sta_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x2c78c864 mt7615_sta_ps +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x340af1c4 mt7615_register_ext_phy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x3a2cf3e1 mt7615_init_debugfs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x3ab7cd1a mt7615_mac_sta_add +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x3f32b471 mt7615_mac_set_rates +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x3f45b826 mt7615_mcu_parse_response +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x5565c19f mt7615_eeprom_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x57e783c1 mt7615_tx_token_put +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x734dcd54 mt7615_init_work +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x7a1bf3bc mt7615_ops +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x7b3917d1 mt7615_mcu_restart +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x7f294546 mt7622_trigger_hif_int +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x8419cb07 mt7615_update_channel +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x848ca8c3 mt7615_unregister_ext_phy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x9833a09d mt7615_mac_write_txwi +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xb6fed9ab __mt7663_load_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xbb00e423 mt7615_mac_enable_rtscts +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xc55cbc1b mt7615_init_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xca28e221 mt7615_mac_sta_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xeba1ba01 mt7615_thermal_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xf0a25b9f mt7615_wait_for_mcu_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xf1c9a508 mt7615_mcu_exit +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xfe03fb5a mt7615_mcu_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615e 0xba33f2c2 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 0x1694bce0 mt7663_usb_sdio_register_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7663-usb-sdio-common 0x6cbaef32 mt7663_usb_sdio_tx_status_data +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7663-usb-sdio-common 0xb05af1a8 mt7663_usb_sdio_tx_complete_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7663-usb-sdio-common 0xf48ac5d1 mt7663_usb_sdio_tx_prepare_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0x0b373dbd mt76x0_init_hardware +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0x126d0711 mt76x0_mac_stop +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0x33574333 mt76x0_phy_calibrate +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0x47d45fe3 mt76x0_set_sar_specs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0x7fa4a078 mt76x0_chip_onoff +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0xabcc0f97 mt76x0_config +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0xf062d94a mt76x0_register_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x0139ccc7 mt76x02_resync_beacon_timer +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x0175504e mt76x02_mac_start +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x0214f1eb mt76x02_sta_rate_tbl_update +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x03931438 mt76x02_remove_hdr_pad +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x089fef91 mt76x02_ampdu_action +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x0b8aae9d mt76x02_set_ethtool_fwver +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x0f03362d mt76x02_init_debugfs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x0f540e42 mt76x02_mac_shared_key_setup +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x13775fbb mt76x02_sw_scan_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x170549bb mt76x02_eeprom_parse_hw_cap +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x17b3cf63 mt76x02_get_efuse_data +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x21d669ad mt76x02_phy_set_txdac +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x2385a9ff mt76x02_set_rts_threshold +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x27141a5a mt76x02_eeprom_copy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x3520a5f6 mt76x02_tx_prepare_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x3a1f4d54 mt76x02_configure_filter +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x3eabc645 mt76x02_conf_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x4641e46f mt76x02_rx_poll_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x48c660a9 mt76x02_init_agc_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x4aef217a mt76x02_edcca_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x4e0f074a mt76x02_mcu_cleanup +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x5a044ea6 mt76x02_sta_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x5b5bbde4 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 0x5df06bb3 mt76x02_enqueue_buffered_bc +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x5ea22c0e mt76x02_phy_adjust_vga_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x60fe4605 mt76x02_get_rx_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x668833dd mt76x02_update_channel +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x6ae396f3 mt76x02_init_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x6f0a2874 mt76x02_phy_dfs_adjust_agc +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x701e11d7 mt76x02_mcu_calibrate +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x731955b4 mt76x02_ext_pa_enabled +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x75d00d7b mt76x02_mac_wcid_setup +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 0x77f570e8 mt76x02_mac_cc_reset +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x7ba54830 mt76x02_set_tx_ackto +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x7dfd6e17 mt76x02_tx_status_data +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x84869157 mt76x02_mac_write_txwi +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x84bbfe7f mt76x02_remove_interface +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x86e6a747 mt76x02_mac_setaddr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x89869c30 mt76x02_dma_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x89aa97c0 mt76x02_queue_rx_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x8f8186d6 mt76x02_bss_info_changed +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x8fc6734f mt76x02_add_interface +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x90eb5658 mt76x02_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 0x93cd4ef2 mt76x02_mcu_parse_response +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x9a2e09c9 mt76x02_tx_complete_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xa2f84d71 mt76x02_phy_set_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xa3040cf6 mt76x02_phy_set_rxpath +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xa38fe81f mt76x02_sta_ps +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 0xad5faa16 mt76x02_mcu_function_select +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xafbb0270 mt76x02_sta_add +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xb82858d7 mt76x02_mac_set_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xbc05783b mt76x02_set_coverage_class +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xc0fe3075 mt76x02_config_mac_addr_list +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xc64d1a00 mt76x02_set_key +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xc8236990 mt76x02_tx_set_txpwr_auto +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xcbd95095 mt76x02_mcu_msg_send +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xcc24ac94 mt76x02_dma_disable +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xd3fb7bb5 mt76x02_phy_set_bw +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xe2a88d97 mt76x02_update_beacon_iter +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xe2f8e7bd mt76x02_mcu_set_radio_state +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xe664e664 mt76x02_reconfig_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xe9a676b3 mt76x02_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xeb8c470c mt76x02_mac_reset_counters +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xee77b60f mt76x02_dfs_init_params +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xeec83c33 mt76x02_phy_set_band +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xfbc5326d mt76x02_get_lna_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0x18810d77 mt76x02u_exit_beacon_config +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0x66c7632c mt76x02u_mac_start +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0x90bac88e mt76x02u_tx_prepare_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0xbd3afd3f mt76x02u_init_beacon_config +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0xc33e57de mt76x02u_mcu_fw_reset +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0xe0025576 mt76x02u_mcu_fw_send_data +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0xe8aadc71 mt76x02u_init_mcu +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0xfe73af02 mt76x02u_tx_complete_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x095333c0 mt76x2_read_rx_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x11b9cd38 mt76x2_eeprom_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x22b5167e mt76x2_phy_set_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x29402540 mt76x2_mac_stop +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x36f74017 mt76x2_phy_update_channel_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x4768e210 mt76x2_apply_gain_adj +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x4cff9d92 mt76x2_configure_tx_delay +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x5cab4b0c mt76_write_mac_initvals +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x80e4b7b1 mt76x2_mcu_set_channel +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x83a1a0db mt76x2_phy_set_txpower_regs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x91c0f4d3 mt76x2_set_sar_specs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x96309bc3 mt76x2_get_rate_power +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xae169d8c mt76x2_mcu_tssi_comp +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xb8572a82 mt76x2_mcu_load_cr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xc2aa4a15 mt76x2_reset_wlan +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xc4265fd3 mt76x2_get_temp_comp +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xddb68d66 mt76x2_mcu_init_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xe0c07e37 mt76x2_get_power_info +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xf1f94de3 mt76x2_phy_tssi_compensate +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xf4f06fd1 mt76x2_init_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x23816f54 mt7921_reset +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x322be8bc mt7921_ops +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x35083218 mt7921_mac_sta_add +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x3ef91267 mt7921_usb_sdio_tx_complete_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x4395c699 mt7921_usb_sdio_tx_status_data +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x4c4e7c63 mt7921_check_offload_capability +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x54a184c4 mt7921_stop +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x612772f0 mt7921_sta_ps +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x7e32a111 mt7921_mac_sta_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x7fff4687 mt7921_rx_check +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x920c6198 mt7921_queue_rx_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x9ae0f972 mt7921_mcu_drv_pmctrl +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0xa29200ee __mt7921_start +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0xa36c2ca1 mt7921_mac_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0xa45d3482 mt7921_run_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0xb0d512bf mt7921_mcu_parse_response +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0xc55ddb22 mt7921_update_channel +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0xcd2ae3d8 mt7921_usb_sdio_tx_prepare_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0xd485d8be mt7921_mcu_fw_pmctrl +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0xd5340f83 mt7921_txwi_free +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0xdb059a70 mt7921_mac_sta_assoc +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0xe6156b58 mt7921_mcu_set_eeprom +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0xeb72a410 mt7921_register_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0xfb4bae48 mt7921_mac_sta_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/microchip/wilc1000/wilc1000 0x1414b997 wilc_cfg80211_init +EXPORT_SYMBOL_GPL drivers/net/wireless/microchip/wilc1000/wilc1000 0x52e6ba1c host_wakeup_notify +EXPORT_SYMBOL_GPL drivers/net/wireless/microchip/wilc1000/wilc1000 0x78bd2281 wilc_netdev_cleanup +EXPORT_SYMBOL_GPL drivers/net/wireless/microchip/wilc1000/wilc1000 0x9850b4aa chip_allow_sleep +EXPORT_SYMBOL_GPL drivers/net/wireless/microchip/wilc1000/wilc1000 0x9d6f994f chip_wakeup +EXPORT_SYMBOL_GPL drivers/net/wireless/microchip/wilc1000/wilc1000 0xc92d7a09 host_sleep_notify +EXPORT_SYMBOL_GPL drivers/net/wireless/microchip/wilc1000/wilc1000 0xf4fc7f9f wilc_handle_isr +EXPORT_SYMBOL_GPL drivers/net/wireless/quantenna/qtnfmac/qtnfmac 0x2fc5bd0e 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 0x7d85ea43 qtnf_core_attach +EXPORT_SYMBOL_GPL drivers/net/wireless/quantenna/qtnfmac/qtnfmac 0xaa5dac54 qtnf_core_detach +EXPORT_SYMBOL_GPL drivers/net/wireless/quantenna/qtnfmac/qtnfmac 0xedc723c6 qtnf_trans_handle_rx_ctl_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/quantenna/qtnfmac/qtnfmac 0xeea7e2b3 qtnf_get_debugfs_dir +EXPORT_SYMBOL_GPL drivers/net/wireless/quantenna/qtnfmac/qtnfmac 0xf039667c qtnf_wake_all_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x05ea6f1f rt2800_disable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x12228275 rt2800_check_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x15339df2 rt2800_sta_add +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x1a52aba3 rt2800_txstatus_pending +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x1bda5e67 rt2800_txdone_nostatus +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x1cac439f rt2800_get_key_seq +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x24505374 rt2800_link_tuner +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x2fc820ba rt2800_sta_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x3d2f139f rt2800_load_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x4098973a rt2800_link_stats +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x40fa93c7 rt2800_get_tsf +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x469965b5 rt2800_ampdu_action +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x4a343f29 rt2800_conf_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x4baf348c rt2800_vco_calibration +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x4ffc6295 rt2800_read_eeprom_efuse +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x52ec3860 rt2800_write_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x57cd4ec7 rt2800_config_ant +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x59a8ee08 rt2800_process_rxwi +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x5d16c59e rt2800_config_pairwise_key +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x60ab72a2 rt2800_write_tx_data +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x75a2d650 rt2800_txstatus_timeout +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x84bd729f rt2800_reset_tuner +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x87d2786e rt2800_efuse_detect +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x8afc40e2 rt2800_wait_csr_ready +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x8bfc4273 rt2800_get_survey +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x8fc523a0 rt2800_rfkill_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x94f41a8b rt2800_get_txwi_rxwi_size +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x95044c6f rt2800_config_intf +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xa1c2c447 rt2800_pre_reset_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xa973243b rt2800_config_filter +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xaa5b256d rt2800_watchdog +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xab0ee899 rt2800_config_shared_key +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xadc30134 rt2800_enable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xaec00dd5 rt2800_wait_wpdma_ready +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xb2d5c005 rt2800_probe_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xba2afe2d rt2800_txdone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xc0449e92 rt2800_config_erp +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xc62acc49 rt2800_txdone_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xcc013cad rt2800_config +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xd5fe0836 rt2800_mcu_request +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xdb219298 rt2800_clear_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xe81f3805 rt2800_set_rts_threshold +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xedd0facb rt2800_gain_calibration +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xf30d149e rt2800_disable_wpdma +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x06ec490a rt2800mmio_get_dma_done +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x0f97b475 rt2800mmio_clear_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x0fac0fd3 rt2800mmio_toggle_irq +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x1bb35145 rt2800mmio_init_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x27d6271e rt2800mmio_init_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x2e92a7c8 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 0x372f2922 rt2800mmio_get_entry_state +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x3d741c87 rt2800mmio_pretbtt_tasklet +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x4bc1dd91 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 0x5473495c rt2800mmio_fill_rxdone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x5fa4db64 rt2800mmio_interrupt +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x864395a2 rt2800mmio_kick_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x8f3ad4cf 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 0x9aff623b 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 0xaa2fa9d8 rt2800mmio_write_tx_desc +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xb3eee6c7 rt2800mmio_queue_init +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xc6cb518a rt2800mmio_stop_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xdd15b867 rt2800mmio_get_txwi +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x038ced8c rt2x00queue_pause_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x0641eb57 rt2x00queue_unpause_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x0736fe72 rt2x00mac_configure_filter +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x17f05bfc rt2x00lib_remove_dev +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x19aac2d9 rt2x00queue_stop_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x1dae24ae rt2x00lib_txdone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x27fcca96 rt2x00queue_unmap_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x284d38ba rt2x00mac_get_antenna +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x29426402 rt2x00mac_add_interface +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x311314b4 rt2x00mac_reconfig_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x38430c6b rt2x00mac_set_antenna +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x3a8bc7d1 rt2x00lib_txdone_noinfo +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x407c3804 rt2x00mac_get_stats +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x418c39b7 rt2x00mac_bss_info_changed +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x431b7769 rt2x00mac_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x47a0793b rt2x00queue_start_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x4d8df55e rt2x00mac_stop +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x4f2730fe rt2x00mac_remove_interface +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x577bcec8 rt2x00queue_flush_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x57be4380 rt2x00queue_map_txskb +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x6acdf1e3 rt2x00lib_pretbtt +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x74a02837 rt2x00mac_set_tim +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x8981229e rt2x00mac_flush +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x899aa84c rt2x00mac_set_key +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x89ba1408 rt2x00lib_set_mac_address +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x8d193be0 rt2x00mac_tx_frames_pending +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x93345b04 rt2x00queue_get_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x95ca9687 rt2x00lib_probe_dev +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x9b35fb34 rt2x00queue_for_each_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x9b61ac9a rt2x00queue_flush_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x9d7c858c rt2x00lib_resume +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xa36412b5 rt2x00lib_beacondone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xa758205c rt2x00mac_conf_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xa9e4d708 rt2x00lib_dmadone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xb97cbc4c rt2x00queue_start_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xc47a08b1 rt2x00lib_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xc765c88e rt2x00queue_stop_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xc826fac4 rt2x00mac_get_ringparam +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xcc210299 rt2x00mac_sw_scan_start +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xd1531c2a rt2x00mac_sw_scan_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xd2a4e844 rt2x00lib_dmastart +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xdcd6ce67 rt2x00mac_start +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xe0e1ec72 rt2x00lib_rxdone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xe9d390ed rt2x00lib_txdone_nomatch +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xf2ac24ce rt2x00mac_config +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xf719bd87 rt2x00mac_rfkill_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xf8890a2e rt2x00lib_get_bssidx +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00mmio 0x104c207e rt2x00mmio_rxdone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00mmio 0x14df497b rt2x00mmio_initialize +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00mmio 0x896c5c45 rt2x00mmio_flush_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00mmio 0xdd26286b rt2x00mmio_regbusy_read +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00mmio 0xe31b0f1b rt2x00mmio_uninitialize +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00pci 0x08759df4 rt2x00pci_pm_ops +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00pci 0xfb11fbc5 rt2x00pci_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00pci 0xffae72e5 rt2x00pci_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x08bf5873 rt2x00usb_disable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x12f5b22e rt2x00usb_clear_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x207334c1 rt2x00usb_initialize +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x27238d25 rt2x00usb_regbusy_read +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x43d40ae2 rt2x00usb_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x5481fc70 rt2x00usb_uninitialize +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x66b51a12 rt2x00usb_register_read_async +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x6a13d33a rt2x00usb_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xa5dbfb29 rt2x00usb_watchdog +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xb2b171a6 rt2x00usb_disconnect +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xc0eef4e8 rt2x00usb_vendor_req_buff_lock +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xc3e8d14b rt2x00usb_vendor_request +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xd3a28d65 rt2x00usb_resume +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xf03d6180 rt2x00usb_kick_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xf5b9f173 rt2x00usb_vendor_request_buff +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xf6276004 rt2x00usb_flush_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x1ec0383e dm_restorepowerindex +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x54fbb489 dm_savepowerindex +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xca4fd3e7 rtl92c_set_p2p_ps_offload_cmd +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xdb4bb815 dm_writepowerindex +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x156daafe rtl8723_phy_path_a_fill_iqk_matrix +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x16302b67 rtl8723_save_adda_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x17aed176 rtl8723_phy_query_bb_reg +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x3b9495c5 rtl8723_cmd_send_packet +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 0x4f9501b1 rtl8723_phy_path_adda_on +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x5c2e06f0 rtl8723_dm_init_edca_turbo +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x5da75c0e rtl8723_phy_pi_mode_switch +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x75675684 rtl8723_dm_init_dynamic_bb_powersaving +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x7678a8c7 rtl8723be_firmware_selfreset +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x768f498d rtl8723_phy_init_bb_rf_reg_def +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x7900e92c rtl8723_phy_rf_serial_write +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x7f2a3e7d rtl8723_enable_fw_download +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x82180b0e rtl8723_dm_init_dynamic_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x882ef567 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 0xa27c2c9a rtl8723_phy_txpwr_idx_to_dbm +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xa3044697 rtl8723_phy_path_a_standby +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xa855f0ac rtl8723_phy_rf_serial_read +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xb2d19ae9 rtl8723_phy_mac_setting_calibration +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xc2f7e0ec rtl8723_write_fw +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xc8f37075 rtl8723ae_firmware_selfreset +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xc97d856c rtl8723_phy_set_bb_reg +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xd016e16e rtl8723_phy_reload_adda_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xe5349015 rtl8723_phy_reload_mac_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xed5ded86 rtl8723_phy_save_mac_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xfc37d34d rtl8723_download_fw +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x0c2577c4 rtl_deinit_deferred_work +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x0f3afd95 rtl_p2p_info +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x14b7c059 rtl_fw_page_write +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x183422c0 rtl_tx_ackqueue +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x29111199 rtl_tx_mgmt_proc +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x2921a4d4 rtl_btc_status_false +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x2c98a154 rtl_tx_report_handler +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 0x2f23a180 rtl_beacon_statistic +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x3f6c9225 rtl_init_core +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x4069b00c rtl_lps_leave +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x41564987 rtl_lps_enter +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x4e94cd48 rtl_global_var +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x58f05827 rtl_init_rx_config +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x6ab30d0d rtl_deinit_core +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x6db3ba37 rtl_update_beacon_work_callback +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x86e7d9f0 rtl_recognize_peer +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x900cabec rtl_set_tx_report +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x97e05663 rtl_tid_to_ac +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x9b2ca44f rtl_get_hal_edca_param +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x9bf227a8 rtl_ips_nic_on +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x9e50387c rtl_deinit_rfkill +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xa9280fe2 rtl_ops +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xb494267a rtl_efuse_ops_init +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xbf22c6f4 rtl_get_hwinfo +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xd03990f4 rtl_fw_block_write +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xd0d0521b rtl_swlps_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xd524d03d rtl_action_proc +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xee2edab3 rtl_is_special_data +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xf91fe713 read_efuse_byte +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x0f5c3ce9 rsi_zone_enabled +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x15abb879 rsi_mac80211_detach +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x422582c9 rsi_hal_device_init +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x79c148fe rsi_91x_deinit +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x979da135 rsi_read_pkt +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0xa7423c9c rsi_91x_init +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0xcd173710 rsi_dbg +EXPORT_SYMBOL_GPL drivers/net/wireless/st/cw1200/cw1200_core 0x8ed789b1 cw1200_irq_handler +EXPORT_SYMBOL_GPL drivers/net/wireless/st/cw1200/cw1200_core 0xb8d4bdb6 cw1200_can_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/st/cw1200/cw1200_core 0xc1d136ca cw1200_core_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/st/cw1200/cw1200_core 0xf7270408 cw1200_core_release +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wl1251/wl1251 0x814ad1c9 wl1251_init_ieee80211 +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wl1251/wl1251 0xb4e88d22 wl1251_alloc_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wl1251/wl1251 0xe05059df wl1251_free_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x05f23b7d wlcore_event_inactive_sta +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x06d3b27e wl12xx_debug_level +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x0aaed2d2 wlcore_event_beacon_loss +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x0fbbbd74 wlcore_set_partition +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x20351125 wlcore_get_native_channel_type +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x236cd67d wlcore_translate_addr +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x24cdf7b2 wl1271_cmd_configure +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x2b3b52d8 wlcore_event_soft_gemini_sense +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x2eff31e6 wl12xx_acx_mem_cfg +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x2f4fcf27 wl1271_cmd_data_path +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x34ae7c19 wlcore_event_channel_switch +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x3bc33151 wlcore_set_key +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x465577c2 wlcore_boot_upload_nvs +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x4666d25b wlcore_enable_interrupts +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x50646fe4 wlcore_cmd_wait_for_event_or_timeout +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x50dc99f3 wl1271_acx_init_mem_config +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x54abe472 wlcore_scan_sched_scan_ssid_list +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x6a885405 wlcore_set_scan_chan_params +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x6ec0e348 wlcore_disable_interrupts +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x72640354 wl1271_tx_flush +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x7cb6231c wlcore_event_roc_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x7d551906 wl1271_tx_min_rate_get +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x7fd66f32 wlcore_event_fw_logger +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x85062afb wl1271_cmd_test +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x85498cd1 wl1271_format_buffer +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x8b530b6e wl1271_cmd_send +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x8e08153f wl1271_acx_set_ht_capabilities +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x992b0928 wl12xx_cmd_build_probe_req +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x9bc810fc wlcore_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xaa5df309 wlcore_event_rssi_trigger +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xac03c196 wl1271_debugfs_update_stats +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xb7d3feb6 wl1271_acx_pm_config +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xb915d6da wlcore_synchronize_interrupts +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xb9683aca wlcore_event_ba_rx_constraint +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xbbf3f7dc wl1271_acx_sleep_auth +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xc563e789 wlcore_event_sched_scan_completed +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xca02a756 wlcore_free_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xca3c06b7 wlcore_event_max_tx_failure +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xca837d0e wlcore_disable_interrupts_nosync +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xccb9500a wlcore_boot_run_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xcfe2a8db wlcore_event_dummy_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xd2cf5798 wlcore_scan_sched_scan_results +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xd43eb078 wlcore_cmd_generic_cfg +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xdad67526 wlcore_alloc_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xecb176de wlcore_boot_upload_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xf4609030 wlcore_probe +EXPORT_SYMBOL_GPL drivers/nfc/nfcmrvl/nfcmrvl 0x495c5d88 nfcmrvl_nci_unregister_dev +EXPORT_SYMBOL_GPL drivers/nfc/nfcmrvl/nfcmrvl 0x988b45af nfcmrvl_nci_register_dev +EXPORT_SYMBOL_GPL drivers/nfc/nfcmrvl/nfcmrvl 0xb0a5ccbe nfcmrvl_nci_recv_frame +EXPORT_SYMBOL_GPL drivers/nfc/nfcmrvl/nfcmrvl 0xccc62d4b nfcmrvl_parse_dt +EXPORT_SYMBOL_GPL drivers/nfc/pn533/pn533 0x520d9a3b pn533_finalize_setup +EXPORT_SYMBOL_GPL drivers/nfc/pn533/pn533 0x52b8fe90 pn53x_common_clean +EXPORT_SYMBOL_GPL drivers/nfc/pn533/pn533 0x66c77532 pn53x_register_nfc +EXPORT_SYMBOL_GPL drivers/nfc/pn533/pn533 0x932fbaf8 pn533_rx_frame_is_cmd_response +EXPORT_SYMBOL_GPL drivers/nfc/pn533/pn533 0xbba81aa7 pn532_i2c_nfc_alloc +EXPORT_SYMBOL_GPL drivers/nfc/pn533/pn533 0xcb007789 pn53x_common_init +EXPORT_SYMBOL_GPL drivers/nfc/pn533/pn533 0xdecfd339 pn533_rx_frame_is_ack +EXPORT_SYMBOL_GPL drivers/nfc/pn533/pn533 0xf19fa576 pn53x_unregister_nfc +EXPORT_SYMBOL_GPL drivers/nfc/st-nci/st-nci 0x431e02ac st_nci_discover_se +EXPORT_SYMBOL_GPL drivers/nfc/st-nci/st-nci 0x46de7640 st_nci_disable_se +EXPORT_SYMBOL_GPL drivers/nfc/st-nci/st-nci 0x5cb37dc4 st_nci_hci_cmd_received +EXPORT_SYMBOL_GPL drivers/nfc/st-nci/st-nci 0x8019efd0 st_nci_probe +EXPORT_SYMBOL_GPL drivers/nfc/st-nci/st-nci 0x871893e8 st_nci_hci_load_session +EXPORT_SYMBOL_GPL drivers/nfc/st-nci/st-nci 0x89e278a9 st_nci_remove +EXPORT_SYMBOL_GPL drivers/nfc/st-nci/st-nci 0x9131829a st_nci_hci_event_received +EXPORT_SYMBOL_GPL drivers/nfc/st-nci/st-nci 0xe6217645 st_nci_enable_se +EXPORT_SYMBOL_GPL drivers/nfc/st95hf/st95hf 0x85a4a6bb st95hf_spi_send +EXPORT_SYMBOL_GPL drivers/nfc/st95hf/st95hf 0x9b8ce88a st95hf_spi_recv_response +EXPORT_SYMBOL_GPL drivers/nfc/st95hf/st95hf 0xbf384f9d 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 0x5caed1a2 ntb_transport_create_queue +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0x7108f5ed ntb_transport_register_client +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0x82e6c13d ntb_transport_qp_num +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0x94c3b2a9 ntb_transport_unregister_client +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 0x4ec407e9 async_pmem_flush +EXPORT_SYMBOL_GPL drivers/nvdimm/nd_virtio 0x8885f781 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 0xb14b531e nvme_auth_gen_shared_secret +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0xc9bb48ac nvme_auth_dhgroup_name +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0xcb39603c nvme_auth_hmac_id +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0xdaf73edd nvme_auth_gen_privkey +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0xf0ccf2d4 nvme_auth_dhgroup_kpp +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0xfacc5922 nvme_auth_gen_pubkey +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x050c5219 nvme_disable_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x06a7e293 nvme_stop_keep_alive +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x093cf9ad nvme_fail_nonready_command +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x0ad2e1ee nvme_host_path_error +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x0bf7382a nvme_init_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x11abc494 __SCK__tp_func_nvme_sq +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x17321400 nvme_unfreeze +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x1e5bc21c nvme_remove_io_tag_set +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x283981c6 nvme_auth_negotiate +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x2fc5dc89 nvme_set_features +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x33788347 nvme_quiesce_admin_queue +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x34e8b758 nvme_start_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x36504847 nvme_auth_free +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x3b2bf269 nvme_cleanup_cmd +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x3cc6d433 nvme_start_freeze +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x49224181 nvme_reset_wq +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x49d747d5 nvme_sync_io_queues +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x4ae4d5cd nvme_stop_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x618edf7d nvme_cancel_request +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x61b63fcb nvme_submit_sync_cmd +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x64b62862 nvme_wq +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x668003bc nvme_setup_cmd +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x6824dae2 nvme_init_ctrl_finish +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x73175877 nvme_unquiesce_admin_queue +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x74acf20e nvme_auth_wait +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x77a0ff20 nvme_set_queue_count +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x77ffea65 nvme_wait_freeze_timeout +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x7f7bf547 nvme_mark_namespaces_dead +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x813cf212 nvme_io_timeout +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x81ce2c08 nvme_reset_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x8918edb1 __traceiter_nvme_sq +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x8c786b91 nvme_wait_reset +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x8e7ec2b6 __tracepoint_nvme_sq +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x9157bd47 nvme_alloc_admin_tag_set +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x95b2aaef nvme_auth_stop +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x99d2410f nvme_complete_batch_req +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x9acb7577 nvme_init_request +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xa7323a67 nvme_enable_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xb4112fc9 nvme_remove_namespaces +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xb5100fff nvme_mpath_start_request +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xb9a66fb9 nvme_wait_freeze +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xba3e5d4d nvme_quiesce_io_queues +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xbaf09537 nvme_unquiesce_io_queues +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xbbf321eb __nvme_check_ready +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xbf4f95e6 nvme_complete_rq +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xc5118436 nvme_auth_init_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xc7c7a8fc nvme_sync_queues +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xd45434ee admin_timeout +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xd58bbbcb nvme_delete_wq +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xd8cff4a9 nvme_uninit_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xdce12d15 nvme_delete_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xdda407b8 nvme_alloc_io_tag_set +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xdea6ce1c nvme_dev_attrs_group +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xe06b3908 nvme_cancel_admin_tagset +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xea231e59 nvme_try_sched_reset +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xf01e4bc5 __nvme_submit_sync_cmd +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xf0efea43 nvme_change_ctrl_state +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xf5745bc3 nvme_get_features +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xf98fe337 nvme_remove_admin_tag_set +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xfdca897e nvme_complete_async_event +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xfe16b620 nvme_cancel_tagset +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x085c94d0 nvmf_should_reconnect +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x195d65e0 nvmf_unregister_transport +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x4ab413d8 nvmf_connect_admin_queue +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x72de6e29 nvmf_reg_read64 +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x7498de97 nvmf_free_options +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x9b0f0b10 nvmf_connect_io_queue +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0xa0d49e88 nvmf_reg_write32 +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0xa5b6ec30 nvmf_get_address +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0xcd115a4d nvmf_reg_read32 +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0xd595f9e2 nvmf_ip_options_match +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0xe893fe7d nvmf_register_transport +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fc 0x0d12e564 nvme_fc_register_remoteport +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fc 0x21e609f7 nvme_fc_io_getuuid +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 0x4c2de7f3 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 0xfca9dc99 nvme_fc_unregister_remoteport +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x0b0749a9 nvmet_sq_destroy +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x204d99e6 nvmet_req_uninit +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x3e0ef07a nvmet_wq +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x4db5eb13 nvmet_req_free_sgls +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x67c7e870 nvmet_register_transport +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x6aa77a9a nvmet_sq_init +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x7da285c7 nvmet_req_init +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x82892b3d nvmet_check_transfer_len +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0xbc031d18 nvmet_ctrl_fatal_error +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0xccb0f1e2 nvmet_unregister_transport +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0xec6a6b5d nvmet_req_alloc_sgls +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0xfa493938 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 0x7aa79574 nvmet_fc_register_targetport +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 0x132fb9db switchtec_class +EXPORT_SYMBOL_GPL drivers/perf/arm_cspmu/arm_cspmu_module 0xac7c0f4c arm_cspmu_sysfs_format_show +EXPORT_SYMBOL_GPL drivers/perf/arm_cspmu/arm_cspmu_module 0xd9391c23 arm_cspmu_sysfs_event_show +EXPORT_SYMBOL_GPL drivers/perf/arm_cspmu/arm_cspmu_module 0xe1af6863 nv_cspmu_init_ops +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0x15f13e51 hisi_uncore_pmu_start +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0x1769f8c1 hisi_uncore_pmu_identifier_attr_show +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0x2063d846 hisi_uncore_pmu_enable +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0x3ac24072 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 0x3f7dacbf hisi_uncore_pmu_stop +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0x4366ce2f hisi_format_sysfs_show +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0x58811067 hisi_cpumask_sysfs_show +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0x61d16eac hisi_uncore_pmu_event_update +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0x6367bb0f hisi_uncore_pmu_set_event_period +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0x6765941a hisi_event_sysfs_show +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0x75911c6d hisi_pmu_init +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0x7ea196c1 hisi_uncore_pmu_read +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0x86988eea hisi_uncore_pmu_add +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0x9c7d3e69 hisi_uncore_pmu_get_event_idx +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0xa5ff0730 hisi_uncore_pmu_init_irq +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0xb827d54d hisi_uncore_pmu_disable +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0xf9724a7f hisi_uncore_pmu_del +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0xfb6373d1 hisi_uncore_pmu_offline_cpu +EXPORT_SYMBOL_GPL drivers/phy/allwinner/phy-sun4i-usb 0x060d5697 sun4i_usb_phy_set_squelch_detect +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0x03658b33 tegra124_xusb_padctl_soc +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0x04329756 tegra210_xusb_padctl_soc +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0x2472f6ed tegra_xusb_padctl_get +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0x2b4c8e3a tegra_xusb_padctl_disable_phy_wake +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0x36e7fa07 tegra_xusb_padctl_set_vbus_override +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0x37661f8b tegra_xusb_padctl_hsic_set_idle +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0x37e50327 tegra_xusb_padctl_remote_wake_detected +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0x385ed723 tegra_xusb_padctl_usb3_set_lfps_detect +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0x687c22ad tegra_xusb_padctl_usb3_save_context +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0x7ba4fbc4 tegra186_xusb_padctl_soc +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0x858acc01 tegra_xusb_padctl_put +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0x8654d61f tegra_phy_xusb_utmi_port_reset +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0x8f46f293 tegra_phy_xusb_utmi_pad_power_on +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0x97ee3b0c tegra_phy_xusb_utmi_pad_power_down +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0x996f55d6 tegra_xusb_padctl_get_usb3_companion +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0xa992101f tegra194_xusb_padctl_soc +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0xbd7516f7 tegra_xusb_padctl_enable_phy_wake +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0xc3bd8b6b tegra_xusb_padctl_enable_phy_sleepwalk +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0xc5025ced tegra_xusb_padctl_disable_phy_sleepwalk +EXPORT_SYMBOL_GPL drivers/phy/ti/phy-omap-usb2 0x00d48f33 omap_usb2_set_comparator +EXPORT_SYMBOL_GPL drivers/pinctrl/pinctrl-mcp23s08 0x5adf8b3b mcp23x08_regmap +EXPORT_SYMBOL_GPL drivers/pinctrl/pinctrl-mcp23s08 0x6aa42fd4 mcp23x17_regmap +EXPORT_SYMBOL_GPL drivers/pinctrl/pinctrl-mcp23s08 0xf08f1e41 mcp23s08_probe_one +EXPORT_SYMBOL_GPL drivers/pinctrl/qcom/pinctrl-lpass-lpi 0x54dddd4a lpi_pinctrl_remove +EXPORT_SYMBOL_GPL drivers/pinctrl/qcom/pinctrl-lpass-lpi 0xeafb20ad lpi_pinctrl_probe +EXPORT_SYMBOL_GPL drivers/platform/chrome/cros-ec-sensorhub 0xb0bd96d3 cros_ec_sensorhub_register_push_data +EXPORT_SYMBOL_GPL drivers/platform/chrome/cros-ec-sensorhub 0xbe5b8574 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 0x027a681c ssh_packet_put +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x0894f0ec ssam_request_sync_init +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x0b9fb9d9 ssam_device_remove +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x1205e70e ssam_device_alloc +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x183fc16d ssam_controller_device +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x1981c8a1 __ssam_device_driver_register +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x1a6aba6e ssam_client_link +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x1b40bc12 ssam_bus_type +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x1ccde185 ssam_controller_get +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x2152fa8f ssam_controller_event_disable +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x57537e3b ssam_device_driver_unregister +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x6373ae30 ssam_controller_event_enable +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x644df25e __ssam_notifier_unregister +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x74fb5a2c ssam_client_bind +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x81038951 ssam_request_sync_alloc +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x871a5ef0 __ssam_register_clients +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x89d54291 ssam_request_sync_submit +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x8ba94860 ssam_get_controller +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x8e65de89 ssam_request_write_data +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x9814b55d ssam_device_type +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xa5ea5da7 ssam_request_sync_free +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xbc3f3d74 ssam_controller_statelock +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xc0a9127d ssh_packet_get +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xc2bd582d ssam_device_id_match +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xc98192e8 ssam_controller_stateunlock +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xdb59c41b ssam_device_add +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xe490f42b ssam_request_sync_with_buffer +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xe9d3a3f7 ssam_device_get_match_data +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xea8fc681 ssam_controller_put +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xf1438e8a ssam_remove_clients +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xf8e0cecb ssam_request_sync +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xfc6d2cf6 ssam_notifier_register +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xfd784940 ssam_device_get_match +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 0xe4675f9a san_client_link +EXPORT_SYMBOL_GPL drivers/power/reset/reboot-mode 0x3bfd2487 reboot_mode_register +EXPORT_SYMBOL_GPL drivers/power/reset/reboot-mode 0x4011dc74 devm_reboot_mode_unregister +EXPORT_SYMBOL_GPL drivers/power/reset/reboot-mode 0x6a182c6a reboot_mode_unregister +EXPORT_SYMBOL_GPL drivers/power/reset/reboot-mode 0xf654c059 devm_reboot_mode_register +EXPORT_SYMBOL_GPL drivers/power/supply/bq27xxx_battery 0x3ac34116 bq27xxx_battery_teardown +EXPORT_SYMBOL_GPL drivers/power/supply/bq27xxx_battery 0xda2d65f5 bq27xxx_battery_update +EXPORT_SYMBOL_GPL drivers/power/supply/bq27xxx_battery 0xdc6a48ba bq27xxx_battery_setup +EXPORT_SYMBOL_GPL drivers/power/supply/pcf50633-charger 0x01ce987f pcf50633_mbc_get_usb_online_status +EXPORT_SYMBOL_GPL drivers/power/supply/pcf50633-charger 0x1d4a95cf pcf50633_mbc_usb_curlim_set +EXPORT_SYMBOL_GPL drivers/power/supply/pcf50633-charger 0x236f5984 pcf50633_mbc_get_status +EXPORT_SYMBOL_GPL drivers/ptp/ptp-qoriq 0x1c03f0e1 extts_clean_up +EXPORT_SYMBOL_GPL drivers/ptp/ptp-qoriq 0x2ad0b0d7 ptp_qoriq_init +EXPORT_SYMBOL_GPL drivers/ptp/ptp-qoriq 0x2eae82b0 ptp_qoriq_isr +EXPORT_SYMBOL_GPL drivers/ptp/ptp-qoriq 0x368e31c3 ptp_qoriq_adjtime +EXPORT_SYMBOL_GPL drivers/ptp/ptp-qoriq 0x4a316923 ptp_qoriq_adjfine +EXPORT_SYMBOL_GPL drivers/ptp/ptp-qoriq 0x6f98dafc ptp_qoriq_settime +EXPORT_SYMBOL_GPL drivers/ptp/ptp-qoriq 0x9e1cd9d8 ptp_qoriq_enable +EXPORT_SYMBOL_GPL drivers/ptp/ptp-qoriq 0xce8ede5b ptp_qoriq_free +EXPORT_SYMBOL_GPL drivers/ptp/ptp-qoriq 0xfae26373 ptp_qoriq_gettime +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0x4385a7c3 mc13xxx_regulator_ops +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0x993612c9 mc13xxx_parse_regulators_dt +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0x9f9c955e mc13xxx_fixed_regulator_set_voltage +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0xaf87c040 mc13xxx_get_num_regulators_dt +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0xb1341ced mc13xxx_fixed_regulator_ops +EXPORT_SYMBOL_GPL drivers/regulator/rohm-regulator 0x722a0f77 rohm_regulator_set_voltage_sel_restricted +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0x21fb4fbc wm8350_register_led +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0x56209d6f wm8350_isink_set_flash +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0x71ca23d0 wm8350_dcdc_set_slot +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0xa4d9c7f6 wm8350_ldo_set_slot +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0xb2d2fe0e wm8350_dcdc25_set_mode +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0xcfa664cf wm8350_register_regulator +EXPORT_SYMBOL_GPL drivers/regulator/wm8400-regulator 0x86de6d58 wm8400_register_regulator +EXPORT_SYMBOL_GPL drivers/remoteproc/mtk_scp 0x0514a3c4 scp_get_device +EXPORT_SYMBOL_GPL drivers/remoteproc/mtk_scp 0x755f57e5 scp_mapping_dm_addr +EXPORT_SYMBOL_GPL drivers/remoteproc/mtk_scp 0xd187b41d scp_get_rproc +EXPORT_SYMBOL_GPL drivers/remoteproc/mtk_scp 0xd345a152 scp_get_vdec_hw_capa +EXPORT_SYMBOL_GPL drivers/remoteproc/mtk_scp 0xdad11149 scp_put +EXPORT_SYMBOL_GPL drivers/remoteproc/mtk_scp 0xe9780970 scp_get_venc_hw_capa +EXPORT_SYMBOL_GPL drivers/remoteproc/mtk_scp 0xfe453964 scp_get +EXPORT_SYMBOL_GPL drivers/remoteproc/mtk_scp_ipi 0x09313652 scp_memcpy_aligned +EXPORT_SYMBOL_GPL drivers/remoteproc/mtk_scp_ipi 0x5007fc12 scp_ipi_lock +EXPORT_SYMBOL_GPL drivers/remoteproc/mtk_scp_ipi 0x5b1820da scp_ipi_register +EXPORT_SYMBOL_GPL drivers/remoteproc/mtk_scp_ipi 0x6df04b08 scp_ipi_unlock +EXPORT_SYMBOL_GPL drivers/remoteproc/mtk_scp_ipi 0xbf121904 scp_ipi_unregister +EXPORT_SYMBOL_GPL drivers/remoteproc/mtk_scp_ipi 0xee839297 scp_ipi_send +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_common 0x0fa538df qcom_register_ssr_notifier +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_common 0x433d3663 qcom_remove_glink_subdev +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_common 0x4bfa0fc5 qcom_add_ssr_subdev +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_common 0x880a516d qcom_remove_ssr_subdev +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_common 0x90aac76c qcom_add_smd_subdev +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_common 0x9ab0ec38 qcom_add_glink_subdev +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_common 0x9ef6bafc qcom_minidump +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_common 0xd6cc0cc0 qcom_unregister_ssr_notifier +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_common 0xf71eb9e2 qcom_remove_smd_subdev +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_common 0xf77bfe93 qcom_register_dump_segments +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_pil_info 0x30e58241 qcom_pil_info_store +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_q6v5 0x164d820d qcom_q6v5_deinit +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_q6v5 0x61cca7db qcom_q6v5_unprepare +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_q6v5 0x8d1f95ff qcom_q6v5_wait_for_start +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_q6v5 0xab49a93c qcom_q6v5_init +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_q6v5 0xacc19af9 qcom_q6v5_panic +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_q6v5 0xbcf9bed1 qcom_q6v5_prepare +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_q6v5 0xd58907ae qcom_q6v5_request_stop +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_sysmon 0x1482d168 qcom_sysmon_shutdown_acked +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_sysmon 0x74d7fc12 qcom_add_sysmon_subdev +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_sysmon 0xa881c6fc qcom_remove_sysmon_subdev +EXPORT_SYMBOL_GPL drivers/rpmsg/mtk_rpmsg 0x563fe526 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 0x0c69f6ca 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 0xfd2d5a1d qcom_glink_native_unregister +EXPORT_SYMBOL_GPL drivers/rpmsg/qcom_glink_smem 0x101513e6 qcom_glink_smem_register +EXPORT_SYMBOL_GPL drivers/rpmsg/qcom_glink_smem 0x72dd75d9 qcom_glink_smem_unregister +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x01480465 cxgbi_create_session +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x0805de45 cxgbi_sock_rcv_abort_rpl +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x1bc064ce cxgbi_sock_select_mss +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x1d75ec6a cxgbi_parse_pdu_itt +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x1feeeeee cxgbi_device_unregister +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x233446ac cxgbi_device_portmap_cleanup +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x23fb87e7 cxgbi_destroy_session +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x26122707 cxgbi_get_host_param +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x2ccf985a cxgbi_ep_disconnect +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x2eb9817a cxgbi_hbas_add +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x3811a13a cxgbi_ep_connect +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x40f257ff cxgbi_iscsi_init +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x4d5bfefa cxgbi_iscsi_cleanup +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x4f3ee943 cxgbi_device_find_by_netdev_rcu +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x5569eba8 cxgbi_sock_rcv_peer_close +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x55b879a1 cxgbi_bind_conn +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x6100dc25 cxgbi_get_ep_param +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x612bd5f4 cxgbi_ddp_ppm_setup +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x653ef8f5 cxgbi_sock_fail_act_open +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x6896a689 cxgbi_conn_alloc_pdu +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x69144053 cxgbi_device_find_by_lldev +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x70fa9f83 cxgbi_conn_pdu_ready +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x747eb990 cxgbi_get_conn_stats +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x75889eb7 cxgbi_ep_poll +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x7fcd51ae cxgbi_set_conn_param +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x7fdb6004 cxgbi_device_unregister_all +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x828acd46 cxgbi_sock_skb_entail +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x8319f739 cxgbi_ddp_set_one_ppod +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x845cf6af cxgbi_sock_rcv_wr_ack +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x8b0b9413 cxgbi_cleanup_task +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x8eec6a17 cxgbi_device_find_by_netdev +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x9af38c06 cxgbi_sock_established +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xa6759598 cxgbi_conn_init_pdu +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xa77cc2d5 cxgbi_sock_free_cpl_skbs +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xb549c416 cxgbi_hbas_remove +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xb56ca24f cxgbi_sock_purge_wr_queue +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xc130a2da cxgbi_device_register +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xd340aa95 cxgbi_sock_rcv_close_conn_rpl +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xe0eece7a cxgbi_conn_tx_open +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xe641f92a cxgbi_set_host_param +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xe68905bf cxgbi_sock_act_open_req_arp_failure +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xee5f25c4 cxgbi_sock_closed +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xeee77f68 cxgbi_create_conn +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xef346615 cxgbi_attr_is_visible +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xf65d1f1a cxgbi_device_portmap_create +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xf9392d81 cxgbi_conn_xmit_pdu +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xfd97ddc3 cxgbi_sock_check_wr_invariants +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x0227be20 fcoe_validate_vport_create +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x16453f19 fcoe_fc_crc +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x3abb7994 fcoe_fcf_device_add +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x57a1237c fcoe_link_speed_update +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x59fc59e6 fcoe_ctlr_device_add +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x615d2a8c fcoe_libfc_config +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x75cf5991 fcoe_ctlr_device_delete +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x8b2d143c fcoe_fcf_device_delete +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x8d86f0bf __fcoe_get_lesb +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x9c8966c2 fcoe_clean_pending_queue +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xa065b5c9 fcoe_check_wait_queue +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xa312542b fcoe_get_wwn +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xa613a867 fcoe_ctlr_get_lesb +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xbac58840 fcoe_queue_timer +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xc3f30cc0 fcoe_wwn_from_mac +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xc84fa2a2 fcoe_get_lesb +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xe05888ed fcoe_get_paged_crc_eof +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xf167cb7a fcoe_wwn_to_str +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xf90d9fe4 fcoe_start_io +EXPORT_SYMBOL_GPL drivers/scsi/fdomain 0x7cf94d8c fdomain_destroy +EXPORT_SYMBOL_GPL drivers/scsi/fdomain 0xecac4d51 fdomain_create +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x0019d9ad hisi_sas_controller_reset_done +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x03cce7c0 hisi_sas_free +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x04d5b9d0 hisi_sas_scan_start +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x3062822a hisi_sas_scan_finished +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x3300aac3 hisi_sas_get_fw_info +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x40ac648c hisi_sas_get_prog_phy_linkrate_mask +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x4b19a614 hisi_sas_stop_phys +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x4fc22123 hisi_sas_stt +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x503ef85d hisi_sas_slave_configure +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x539f1b9b hisi_sas_init_mem +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x5dc279eb hisi_sas_debugfs_dir +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x65583f18 hisi_sas_slot_task_free +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x665a3fbb hisi_sas_alloc +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x67be280f hisi_sas_phy_bcast +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x6d693078 hisi_sas_notify_phy_event +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x736f9135 hisi_sas_phy_oob_ready +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x7a67ae0b hisi_sas_sync_irqs +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x861bc40c hisi_sas_controller_reset_prepare +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x86210069 hisi_sas_release_tasks +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x901c4295 to_hisi_sas_port +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x9e0cc6a3 hisi_sas_probe +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0xac6e62bb hisi_sas_host_reset +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0xadb43e7e hisi_sas_remove +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 0xd11e98ff hisi_sas_slave_alloc +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0xda387204 hisi_sas_sata_done +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0xdc3886e6 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/hisi_sas/hisi_sas_main 0xf714b3e2 hisi_sas_phy_enable +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x706fcbe2 iscsi_boot_create_target +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x8b669e23 iscsi_boot_create_host_kset +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0xb994979d iscsi_boot_create_initiator +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0xd968adcb iscsi_boot_create_ethernet +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0xdf876463 iscsi_boot_create_acpitbl +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0xef75716b iscsi_boot_create_kset +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0xf5b9bc9a iscsi_boot_destroy_kset +EXPORT_SYMBOL_GPL drivers/scsi/libfc/libfc 0x662c6b8b fc_seq_els_rsp_send +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x029b414f iscsi_update_cmdsn +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x0a78dced iscsi_session_recovery_timedout +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x12b2ad06 iscsi_switch_str_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x147ad4d1 iscsi_complete_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x1562ff3b iscsi_suspend_rx +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x1660429b iscsi_conn_setup +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x17a7b91c iscsi_session_setup +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x195d18b6 iscsi_eh_cmd_timed_out +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x1c044c27 iscsi_host_get_max_scsi_cmds +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x1ddef4f4 iscsi_queuecommand +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x28b53e8e iscsi_host_free +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x29484bca iscsi_get_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x29588a20 iscsi_conn_stop +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x2cf87a95 iscsi_session_get_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x39eebf89 iscsi_conn_bind +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x3aab75ca iscsi_conn_queue_xmit +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x3bef2f73 iscsi_pool_init +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x4c8bd603 iscsi_host_set_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x4dd0434d iscsi_session_failure +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x52600843 iscsi_verify_itt +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x542c6ec9 iscsi_conn_queue_recv +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x63f99362 iscsi_itt_to_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x68775e25 iscsi_host_get_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x6ba85801 iscsi_prep_data_out_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x75122bc0 iscsi_host_remove +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x7d53e09f iscsi_eh_abort +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x7dc14910 iscsi_session_remove +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x80d3612d __iscsi_put_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x82098e0b iscsi_conn_failure +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x834cf008 iscsi_eh_device_reset +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x8d303b1b iscsi_pool_free +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x8fa17c22 iscsi_itt_to_ctask +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x9246fe42 iscsi_target_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x98e610e4 iscsi_put_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x9cab235f __iscsi_complete_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xa4df5a03 iscsi_set_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xb637ec43 iscsi_conn_start +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xb64b603a iscsi_conn_send_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xb84937ec iscsi_eh_session_reset +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xb8b4cbb7 iscsi_host_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xbf7bcc6a iscsi_requeue_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xc1d19ddc iscsi_conn_get_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xc577add3 iscsi_session_free +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xdcbd25c6 iscsi_conn_unbind +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xdffad83a iscsi_complete_scsi_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xe2e38939 iscsi_session_teardown +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xe5822af7 iscsi_conn_teardown +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xe6137088 iscsi_eh_recover_target +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xeab9cbd5 iscsi_conn_get_addr_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xf57e982e iscsi_suspend_tx +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xf673db1e iscsi_host_add +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xfcef17b6 iscsi_suspend_queue +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x13591892 iscsi_tcp_dgst_header +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x1430c1b2 iscsi_tcp_recv_segment_is_hdr +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x146f981a iscsi_tcp_set_max_r2t +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x19dbf8d7 iscsi_segment_seek_sg +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x25d64444 iscsi_tcp_segment_done +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x298eacf3 iscsi_tcp_conn_get_stats +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x30b357d3 iscsi_tcp_segment_unmap +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x33b07f4a iscsi_tcp_task_xmit +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x69f0a873 iscsi_tcp_task_init +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x812cb270 iscsi_tcp_cleanup_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x865a0848 iscsi_tcp_recv_skb +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x974eeee5 iscsi_segment_init_linear +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xad4c8353 iscsi_tcp_r2tpool_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xcefb25ea iscsi_tcp_r2tpool_free +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xd2638ef7 iscsi_tcp_conn_setup +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xd942b33f iscsi_tcp_conn_teardown +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xf6e4d2f7 iscsi_tcp_hdr_recv_prep +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x00efa56a sas_notify_port_event +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x019c14c7 sas_clear_task_set +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x032678de sas_execute_internal_abort_dev +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x0cf95a75 sas_execute_internal_abort_single +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x203aaca1 sas_notify_phy_event +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x2a260e39 sas_drain_work +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x31781955 sas_query_task +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x33c02c33 sas_task_abort +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x348d2886 sas_bios_param +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x367d1544 dev_attr_phy_event_threshold +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x3fb050b2 sas_get_local_phy +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x4620bd06 sas_slave_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x476d4a14 sas_target_destroy +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x52b73294 sas_eh_target_reset_handler +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x55533342 sas_eh_device_reset_handler +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x58338aa7 sas_execute_ata_cmd +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x63391e29 sas_unregister_ha +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x65c45bf6 sas_ssp_task_response +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x6c073252 sas_queuecommand +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x73a5178f sas_ioctl +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x77ec0222 sas_eh_abort_handler +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x7f58bc2a sas_abort_task +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x92ca83c7 sas_lu_reset +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x9db48c81 sas_phy_reset +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xa9c396e9 sas_target_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xbda81737 sas_ata_device_link_abort +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xbdbc3cfb sas_change_queue_depth +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xc670e27c sas_find_attached_phy_id +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xc715de62 sas_register_ha +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xdb182304 sas_phy_enable +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xe5a1f5a7 sas_slave_configure +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xe719f58a sas_abort_task_set +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xeed47ead sas_ata_schedule_reset +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xf46536b3 smp_ata_check_ready_type +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xf742f502 sas_request_addr +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xffd9d9ad sas_domain_attach_transport +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_fc 0xcab8c211 fc_eh_should_retry_cmd +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x03c61e99 iscsi_alloc_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x0714eb21 iscsi_session_chkready +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x0736dd10 __tracepoint_iscsi_dbg_eh +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x09c3fbf3 iscsi_block_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x0aa780be iscsi_remove_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x0b3b0f62 iscsi_add_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x0bf948b7 __traceiter_iscsi_dbg_tcp +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x18f5b4bc iscsi_ping_comp_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x1b31a0e2 iscsi_add_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x1ec055da iscsi_is_session_online +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x1fc924ef iscsi_remove_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x2173f518 iscsi_alloc_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x24ea724c iscsi_register_transport +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x3726ca56 iscsi_destroy_all_flashnode +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x3785e561 __tracepoint_iscsi_dbg_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x400a2529 iscsi_get_port_speed_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x42435aaa __traceiter_iscsi_dbg_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x42bffead iscsi_recv_pdu +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x49f72a7d iscsi_create_endpoint +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x579c6df6 iscsi_flashnode_bus_match +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x584a31ab __SCK__tp_func_iscsi_dbg_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x5896fe99 iscsi_session_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x5bfaa2c3 __tracepoint_iscsi_dbg_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x5f097272 iscsi_create_iface +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x62cef530 iscsi_put_endpoint +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x699fe53e iscsi_get_discovery_parent_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x69e3a8c7 iscsi_destroy_iface +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x6c7629a3 iscsi_create_flashnode_sess +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x6f70cfef iscsi_conn_login_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x71b768b0 __SCK__tp_func_iscsi_dbg_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x7c8bd623 __traceiter_iscsi_dbg_eh +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x7cbfa56e 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 0x88768c48 __SCK__tp_func_iscsi_dbg_tcp +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x8fb86fb2 iscsi_force_destroy_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x9a6cb3b7 iscsi_conn_error_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x9c58fdc1 iscsi_create_flashnode_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xa0171b6b iscsi_block_scsi_eh +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xa0f71d38 iscsi_put_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xaa22a6d1 iscsi_find_flashnode_sess +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xaa976bb3 __tracepoint_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 0xbac57ef8 iscsi_create_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xbb725efb 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 0xbc8ebad8 __traceiter_iscsi_dbg_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xc9cc35ba iscsi_destroy_flashnode_sess +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xc9efdb33 iscsi_lookup_endpoint +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xceb80021 iscsi_destroy_endpoint +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xd4e55f1e __tracepoint_iscsi_dbg_sw_tcp +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xd66c7cde __traceiter_iscsi_dbg_sw_tcp +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xdc000f1e iscsi_get_port_state_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xe03015f6 iscsi_find_flashnode_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xe32ff5fb iscsi_unblock_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xe3bc7698 iscsi_is_session_dev +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xe4c79fa6 __SCK__tp_func_iscsi_dbg_eh +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xe53cc937 iscsi_unregister_transport +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xe8466ad3 iscsi_free_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xf613db7d iscsi_get_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xfbd0826e iscsi_host_for_each_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xfbf8a223 iscsi_offload_mesg +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0xa3ee4247 sas_enable_tlr +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0xc09390e1 sas_tlr_supported +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0xcf2176f1 sas_disable_tlr +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0xfa74530d 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 0x4205bcbb 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 0x1664770c srp_remove_host +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0x1902178a srp_tmo_valid +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0x1f4ba026 srp_rport_del +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0x417e3b55 srp_rport_add +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0xb07995cd srp_release_transport +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0xbea477aa srp_attach_transport +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0xc78a0b18 srp_stop_rport_timers +EXPORT_SYMBOL_GPL drivers/siox/siox-core 0x092f7b64 siox_master_register +EXPORT_SYMBOL_GPL drivers/siox/siox-core 0x2a9cbb11 siox_device_connected +EXPORT_SYMBOL_GPL drivers/siox/siox-core 0x5e7c7dd6 __siox_driver_register +EXPORT_SYMBOL_GPL drivers/siox/siox-core 0x6f15f303 siox_master_unregister +EXPORT_SYMBOL_GPL drivers/siox/siox-core 0xbc5cc488 siox_master_alloc +EXPORT_SYMBOL_GPL drivers/siox/siox-core 0xdde6da48 siox_device_synced +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x0bc6b9e3 slim_report_absent +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x14c1345a slim_get_logical_addr +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x18694c74 slim_get_device +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x27c1eeee slim_stream_allocate +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x285ee765 slim_do_transfer +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x3307935a slim_read +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x41a548d6 slim_free_txn_tid +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x51899434 slim_stream_free +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x5366779d slim_register_controller +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x5b536189 __slim_driver_register +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x5bd5a25a slim_stream_enable +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x5f0f88c9 slim_alloc_txn_tid +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x6d92ea47 slim_stream_disable +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x7ba876f5 slim_ctrl_clk_pause +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x8704f40f slim_write +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x8b907f1b of_slim_get_device +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xa1915336 slim_device_report_present +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xa7066a64 slim_stream_prepare +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xabccbd82 slim_unregister_controller +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xbb63fc0a slim_readb +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xc2cbeccb slimbus_bus +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xcc178d0a slim_msg_response +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xce5e011a slim_writeb +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xe2d8e2af slim_stream_unprepare +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xe5a24fda slim_driver_unregister +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xfc03f704 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 0x72f54f33 meson_canvas_get +EXPORT_SYMBOL_GPL drivers/soc/amlogic/meson-canvas 0xfbd79150 meson_canvas_free +EXPORT_SYMBOL_GPL drivers/soc/apple/apple-rtkit 0x21627bf9 apple_rtkit_is_running +EXPORT_SYMBOL_GPL drivers/soc/apple/apple-rtkit 0x72130ae8 apple_rtkit_reinit +EXPORT_SYMBOL_GPL drivers/soc/apple/apple-rtkit 0x91942402 apple_rtkit_wake +EXPORT_SYMBOL_GPL drivers/soc/apple/apple-rtkit 0x9436c00a devm_apple_rtkit_init +EXPORT_SYMBOL_GPL drivers/soc/apple/apple-rtkit 0xa1078b04 apple_rtkit_shutdown +EXPORT_SYMBOL_GPL drivers/soc/apple/apple-rtkit 0xbd2da852 apple_rtkit_send_message +EXPORT_SYMBOL_GPL drivers/soc/apple/apple-rtkit 0xd098d5eb apple_rtkit_boot +EXPORT_SYMBOL_GPL drivers/soc/apple/apple-rtkit 0xda3b2cb0 apple_rtkit_start_ep +EXPORT_SYMBOL_GPL drivers/soc/apple/apple-rtkit 0xe532d2dc apple_rtkit_send_message_wait +EXPORT_SYMBOL_GPL drivers/soc/apple/apple-rtkit 0xee230272 apple_rtkit_is_crashed +EXPORT_SYMBOL_GPL drivers/soc/apple/apple-rtkit 0xf10669c7 apple_rtkit_quiesce +EXPORT_SYMBOL_GPL drivers/soc/apple/apple-rtkit 0xf7b5cbf1 apple_rtkit_poll +EXPORT_SYMBOL_GPL drivers/soc/apple/apple-sart 0x119d7362 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 0xb9e81961 dpaa2_io_query_fq_count +EXPORT_SYMBOL_GPL drivers/soc/fsl/dpio/fsl-mc-dpio 0xc00bda53 dpaa2_io_store_create +EXPORT_SYMBOL_GPL drivers/soc/fsl/dpio/fsl-mc-dpio 0xc430ac3d dpaa2_io_service_deregister +EXPORT_SYMBOL_GPL drivers/soc/fsl/dpio/fsl-mc-dpio 0xf21e4d3d dpaa2_io_service_register +EXPORT_SYMBOL_GPL drivers/soc/qcom/apr 0x00482f89 __apr_driver_register +EXPORT_SYMBOL_GPL drivers/soc/qcom/apr 0x0e8700f8 gpr_alloc_port +EXPORT_SYMBOL_GPL drivers/soc/qcom/apr 0x184b3662 apr_driver_unregister +EXPORT_SYMBOL_GPL drivers/soc/qcom/apr 0x55f269a2 gpr_send_port_pkt +EXPORT_SYMBOL_GPL drivers/soc/qcom/apr 0x94e396f1 aprbus +EXPORT_SYMBOL_GPL drivers/soc/qcom/apr 0xaba05864 gpr_free_port +EXPORT_SYMBOL_GPL drivers/soc/qcom/apr 0xc8e3790a apr_send_pkt +EXPORT_SYMBOL_GPL drivers/soc/qcom/apr 0xd1b02217 gpr_send_pkt +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 0x0d074342 qcom_mdt_load_no_init +EXPORT_SYMBOL_GPL drivers/soc/qcom/mdt_loader 0x1519a66c qcom_mdt_read_metadata +EXPORT_SYMBOL_GPL drivers/soc/qcom/mdt_loader 0x2d1f211e qcom_mdt_load +EXPORT_SYMBOL_GPL drivers/soc/qcom/mdt_loader 0x765f2459 qcom_mdt_pas_init +EXPORT_SYMBOL_GPL drivers/soc/qcom/mdt_loader 0xe8a3861c qcom_mdt_get_size +EXPORT_SYMBOL_GPL drivers/soundwire/soundwire-bus 0x01648ad6 sdw_bus_type +EXPORT_SYMBOL_GPL drivers/soundwire/soundwire-bus 0x7e97f7cb sdw_unregister_driver +EXPORT_SYMBOL_GPL drivers/soundwire/soundwire-bus 0xd952bf35 __sdw_register_driver +EXPORT_SYMBOL_GPL drivers/soundwire/soundwire-cadence 0xb362cb3f sdw_cdns_debugfs_init +EXPORT_SYMBOL_GPL drivers/spi/spi-altera-core 0x3e61b2fd altera_spi_init_master +EXPORT_SYMBOL_GPL drivers/spi/spi-altera-core 0xb9edd149 altera_spi_irq +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0x42d9fd13 spi_bitbang_init +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0x5561693a spi_bitbang_stop +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0xaa357de3 spi_bitbang_setup_transfer +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0xb7535d74 spi_bitbang_start +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0xcdf77e2a spi_bitbang_setup +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0xe29c75f0 spi_bitbang_cleanup +EXPORT_SYMBOL_GPL drivers/spi/spi-loopback-test 0x1e8121c4 spi_test_execute_msg +EXPORT_SYMBOL_GPL drivers/spi/spi-loopback-test 0x1fc75e7a spi_test_run_tests +EXPORT_SYMBOL_GPL drivers/spi/spi-loopback-test 0xb7cbaea0 spi_test_run_test +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x1249b6cd spmi_command_wakeup +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x1d2df4b9 spmi_device_add +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x32fcfcb3 spmi_register_read +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x3d2bfbf2 spmi_ext_register_readl +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x5094d22b spmi_register_zero_write +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x569b03e9 spmi_device_remove +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x5877c42a spmi_controller_alloc +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x6cf315de spmi_register_write +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x86a6362c spmi_controller_add +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x881488fa spmi_command_sleep +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x8adaccd8 spmi_controller_remove +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xa9553fca spmi_command_shutdown +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xaeb94a9d spmi_ext_register_writel +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xb8ab300c spmi_ext_register_write +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xba47e310 spmi_ext_register_read +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xc80f4bb1 spmi_device_from_of +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xe49ee860 spmi_command_reset +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xe77b6df1 __spmi_driver_register +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xeaed76f4 spmi_device_alloc +EXPORT_SYMBOL_GPL drivers/ssb/ssb 0x6d7a1cf1 ssb_pmu_spuravoid_pllupdate +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0x134e2f9c anybuss_client_driver_unregister +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0x20d62a5a anybuss_set_power +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0x34eb39f6 anybuss_finish_init +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0x3695a352 anybuss_write_input +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0x5d41fcb7 anybuss_host_common_probe +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0x69b523fd anybuss_read_fbctrl +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0x89beb6e7 devm_anybuss_host_common_probe +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0xb49467fd anybuss_recv_msg +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0xcd20c7b2 anybuss_start_init +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0xd356acb8 anybuss_send_msg +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0xd8fe256b anybuss_read_output +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0xda8aab8f anybuss_send_ext +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0xfce879ad anybuss_host_common_remove +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0xffc97456 anybuss_client_driver_register +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/fieldbus_dev 0x0ac82f18 fieldbus_dev_online_changed +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/fieldbus_dev 0x287e8a35 fieldbus_dev_unregister +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/fieldbus_dev 0x63894f66 fieldbus_dev_register +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/fieldbus_dev 0xf5be6a56 fieldbus_dev_area_updated +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0x0588f5a1 gb_audio_apbridgea_stop_tx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0x083d2ee9 gb_audio_apbridgea_shutdown_tx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0x2f34a456 gb_audio_apbridgea_set_config +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0x32b10a62 gb_audio_apbridgea_prepare_rx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0x4b32c17f gb_audio_apbridgea_set_rx_data_size +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0x66b0a728 gb_audio_apbridgea_set_tx_data_size +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0x90c2ab0e gb_audio_apbridgea_unregister_cport +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0xcf6cf132 gb_audio_apbridgea_register_cport +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0xdbccbd6c gb_audio_apbridgea_start_tx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0xdef9a3bd gb_audio_apbridgea_prepare_tx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0xe4758736 gb_audio_apbridgea_shutdown_rx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0xe9c05c7e gb_audio_apbridgea_stop_rx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0xef284737 gb_audio_apbridgea_start_rx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0x17240601 gb_audio_gb_get_topology +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0x3edf57e9 gb_audio_gb_activate_tx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0x53f32516 gb_audio_gb_disable_widget +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0x70e8d2b9 gb_audio_gb_deactivate_tx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0x8d4d74ae gb_audio_gb_get_control +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0x9f4b8103 gb_audio_gb_deactivate_rx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0xab7f1bf7 gb_audio_gb_set_pcm +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0xabdca816 gb_audio_gb_enable_widget +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0xb654e77b gb_audio_gb_set_rx_data_size +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0xbd9090e3 gb_audio_gb_set_control +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0xc2c07ead gb_audio_gb_get_pcm +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0xcb79e396 gb_audio_gb_set_tx_data_size +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0xd17c0453 gb_audio_gb_activate_rx +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 0x9b052d2a gb_audio_manager_get_module +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-manager 0xaeac8ca2 gb_audio_manager_dump_module +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-manager 0xd3c04e1b gb_audio_manager_put_module +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-gbphy 0x403a4fbe gb_gbphy_deregister_driver +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-gbphy 0xa4ed36d7 gb_gbphy_register_driver +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-spilib 0xc9178861 gb_spilib_master_init +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-spilib 0xd1229c20 gb_spilib_master_exit +EXPORT_SYMBOL_GPL drivers/staging/iio/addac/adt7316 0x834a410b adt7316_pm_ops +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0x0677a9ca imx_media_init_cfg +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0x120df3f6 imx_media_capture_device_next_buf +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0x1c3e17c8 imx_media_dev_notifier_register +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0x383727c0 imx_media_capture_device_register +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 0x3bc68416 imx_media_probe_complete +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0x46099991 imx_media_pipeline_pad +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0x477a826f imx_media_free_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 0x563eeb96 imx_media_pipeline_subdev +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0x6150cfd8 imx_media_capture_device_remove +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0x6325ec04 imx_media_pipeline_set_stream +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0x8453b28f imx_media_pipeline_video_device +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0x89eb876f imx_media_pipeline_csi2_channel +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0x8b62c285 imx_media_capture_device_error +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0x929849d0 imx_media_add_video_device +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0x95bee0c3 imx_media_of_add_csi +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0x9b34b009 imx_media_add_of_subdevs +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 0xb424ae23 imx_media_capture_device_init +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0xb619c191 imx_media_find_subdev_by_fwnode +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0xb837ea53 imx_media_find_subdev_by_devname +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 0xcd6a64bb imx_media_capture_device_unregister +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0xd4e45b7e imx_media_try_colorimetry +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0xe932b00b imx_media_enum_pixel_formats +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0xf9085b07 imx_media_alloc_dma_buf +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0xfb12c73d imx_media_dev_init +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0x022fa25f codec_hevc_fill_mmu_map +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0x03a4844f amvdec_set_canvases +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0x0e614b33 amvdec_write_parser +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 0x1fc127d2 codec_hevc_setup_decode_head +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0x40e1d235 amvdec_read_parser +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0x49f7466f amvdec_src_change +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0x4a020b3d amvdec_dst_buf_done_idx +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0x4c8ab2c2 amvdec_read_dos +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0x5409f97f amvdec_dst_buf_done +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0x5ff35ee8 amvdec_am21c_head_size +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0x6b4993ec amvdec_abort +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0x6b8984d9 amvdec_set_par_from_dar +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0x862c00d5 amvdec_dst_buf_done_offset +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0x8b42b9d5 amvdec_remove_ts +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0xb3cc1afe codec_hevc_free_mmu_headers +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0xb57e0631 amvdec_add_ts +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0xc3d3fd05 amvdec_clear_dos_bits +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0xcaa42e69 amvdec_write_dos +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0xdd787637 amvdec_get_output_size +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0xec573688 codec_hevc_free_fbc_buffers +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0xedd43cf1 amvdec_write_dos_bits +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0xfdf1ef38 codec_hevc_setup_buffers +EXPORT_SYMBOL_GPL drivers/staging/nvec/nvec 0x31ecad3e nvec_unregister_notifier +EXPORT_SYMBOL_GPL drivers/staging/nvec/nvec 0x859718f0 nvec_register_notifier +EXPORT_SYMBOL_GPL drivers/staging/nvec/nvec 0xb56ba42e nvec_msg_free +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 0x7a759ee6 target_submit_prep +EXPORT_SYMBOL_GPL drivers/target/target_core_mod 0x84d161f8 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 0xcc1ada85 target_queue_submission +EXPORT_SYMBOL_GPL drivers/target/target_core_mod 0xd3df3034 target_submit +EXPORT_SYMBOL_GPL drivers/tee/tee 0x0fa0003b tee_shm_get_va +EXPORT_SYMBOL_GPL drivers/tee/tee 0x2fb0cbd1 tee_device_alloc +EXPORT_SYMBOL_GPL drivers/tee/tee 0x34649bf3 tee_shm_free +EXPORT_SYMBOL_GPL drivers/tee/tee 0x35220384 tee_get_drvdata +EXPORT_SYMBOL_GPL drivers/tee/tee 0x366d66fb tee_client_open_context +EXPORT_SYMBOL_GPL drivers/tee/tee 0x4b475a32 tee_shm_get_pa +EXPORT_SYMBOL_GPL drivers/tee/tee 0x510b1eca tee_shm_alloc_priv_buf +EXPORT_SYMBOL_GPL drivers/tee/tee 0x5ad3b52a tee_shm_register_kernel_buf +EXPORT_SYMBOL_GPL drivers/tee/tee 0x5b20da09 tee_client_close_session +EXPORT_SYMBOL_GPL drivers/tee/tee 0x6b2829eb tee_shm_put +EXPORT_SYMBOL_GPL drivers/tee/tee 0x6f9ee61f tee_shm_alloc_kernel_buf +EXPORT_SYMBOL_GPL drivers/tee/tee 0x776bd7c5 tee_shm_pool_alloc_res_mem +EXPORT_SYMBOL_GPL drivers/tee/tee 0x7966c8f8 tee_client_get_version +EXPORT_SYMBOL_GPL drivers/tee/tee 0x85fd9922 tee_session_calc_client_uuid +EXPORT_SYMBOL_GPL drivers/tee/tee 0xa61c800c tee_bus_type +EXPORT_SYMBOL_GPL drivers/tee/tee 0xabbe22ac tee_device_unregister +EXPORT_SYMBOL_GPL drivers/tee/tee 0xad580cd8 tee_shm_get_from_id +EXPORT_SYMBOL_GPL drivers/tee/tee 0xb4780366 tee_client_invoke_func +EXPORT_SYMBOL_GPL drivers/tee/tee 0xb54b3c3d tee_client_close_context +EXPORT_SYMBOL_GPL drivers/tee/tee 0xb7e5d8c6 tee_client_open_session +EXPORT_SYMBOL_GPL drivers/tee/tee 0xc3f05bfd teedev_close_context +EXPORT_SYMBOL_GPL drivers/tee/tee 0xca948348 tee_device_register +EXPORT_SYMBOL_GPL drivers/tee/tee 0xe15eff09 teedev_open +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x01aa52f6 tb_xdomain_request +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x01d23ee1 tb_property_create_dir +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x1e171750 tb_service_type +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x21ed5d3d tb_xdomain_disable_paths +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x29a67e70 tb_xdomain_lane_bonding_enable +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x2d4337ce tb_xdomain_release_in_hopid +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x38ed09d1 tb_ring_poll_complete +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x393b4f2f tb_property_free_dir +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x43c464f6 tb_ring_poll +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x4b310261 tb_ring_stop +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 0x4f08d3a0 tb_xdomain_alloc_in_hopid +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x603249ed tb_unregister_property_dir +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x64ddbff1 tb_xdomain_find_by_route +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x658e3d97 tb_property_add_immediate +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x674ca1d5 tb_unregister_service_driver +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x737cf663 tb_xdomain_alloc_out_hopid +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 0x8dbea452 __tb_ring_enqueue +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x8fb4ffaa 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 0xc6e2055a tb_xdomain_find_by_uuid +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xca470a00 tb_ring_alloc_tx +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xcad8c340 tb_register_service_driver +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xce683324 tb_ring_free +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xd88b5e14 tb_xdomain_enable_paths +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xd914f1d8 tb_xdomain_release_out_hopid +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xe23f921c tb_ring_alloc_rx +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xee5284ac tb_xdomain_lane_bonding_disable +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xf048fd65 tb_xdomain_type +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xf1cfd1ff tb_register_property_dir +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xf76028c7 tb_unregister_protocol_handler +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xfe6b108e tb_ring_start +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x05569b07 ufshcd_hba_enable +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x0931ebb8 ufshcd_dme_set_attr +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x09b774aa ufshcd_link_recovery +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x0c231ba7 ufshcd_update_evt_hist +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x109b7c94 ufshcd_uic_change_pwr_mode +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x2b6e8692 ufshcd_get_vreg +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x3cdfacbf ufshcd_dme_configure_adapt +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x58643686 ufshcd_hold +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x64bd779f ufshcd_init +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x696f6171 ufshcd_uic_hibern8_enter +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x723b1abf ufshcd_delay_us +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x7b7e4ff4 ufshcd_dealloc_host +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x7e151350 __ufshcd_suspend_prepare +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x82fa42f4 ufshcd_dump_regs +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x8450e448 ufshcd_suspend_prepare +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x89a0cc57 ufshcd_make_hba_operational +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x94877956 ufshcd_remove +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xa424f812 ufshcd_hba_stop +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xaaa79d76 ufshcd_release +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xaf339141 ufshcd_clkgate_delay_set +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xc34341aa ufshcd_fixup_dev_quirks +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xc9f1cbd5 ufshcd_auto_hibern8_update +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xca31b2f0 ufshcd_resume_complete +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xdc79c628 ufshcd_dme_get_attr +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xde2b87fa ufshcd_uic_hibern8_exit +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xee0246aa ufshcd_config_pwr_mode +EXPORT_SYMBOL_GPL drivers/ufs/host/ufshcd-pltfrm 0x062ee8b8 ufshcd_populate_vreg +EXPORT_SYMBOL_GPL drivers/ufs/host/ufshcd-pltfrm 0x4ad7cecb ufshcd_pltfrm_shutdown +EXPORT_SYMBOL_GPL drivers/ufs/host/ufshcd-pltfrm 0x54c946de ufshcd_init_pwr_dev_param +EXPORT_SYMBOL_GPL drivers/ufs/host/ufshcd-pltfrm 0x78e82207 ufshcd_pltfrm_init +EXPORT_SYMBOL_GPL drivers/ufs/host/ufshcd-pltfrm 0x7a0460ff ufshcd_get_pwr_dev_param +EXPORT_SYMBOL_GPL drivers/uio/uio 0x1da3f57a __uio_register_device +EXPORT_SYMBOL_GPL drivers/uio/uio 0x294b5473 __devm_uio_register_device +EXPORT_SYMBOL_GPL drivers/uio/uio 0x2d7ba0a2 uio_event_notify +EXPORT_SYMBOL_GPL drivers/uio/uio 0xae99cfa6 uio_unregister_device +EXPORT_SYMBOL_GPL drivers/usb/atm/usbatm 0x410c277e usbatm_usb_probe +EXPORT_SYMBOL_GPL drivers/usb/atm/usbatm 0xcfb1ac01 usbatm_usb_disconnect +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0x34e13728 cdns_suspend +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0x56f6457d cdns_drd_gadget_on +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0x5e7d3563 cdns_init +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0x5fda83da cdns_set_vbus +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0x604ca6cf cdns_power_is_lost +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0xb5dc8628 cdns_drd_gadget_off +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0xc63de4ec cdns_clear_vbus +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0xcb849c39 cdns_remove +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0xf6670916 cdns_resume +EXPORT_SYMBOL_GPL drivers/usb/chipidea/ci_hdrc 0x97a741b5 ci_hdrc_add_device +EXPORT_SYMBOL_GPL drivers/usb/chipidea/ci_hdrc 0xa1dc6520 hw_phymode_configure +EXPORT_SYMBOL_GPL drivers/usb/chipidea/ci_hdrc 0xb35c80a3 ci_hdrc_remove_device +EXPORT_SYMBOL_GPL drivers/usb/chipidea/ci_hdrc 0xeb8f1c9e ci_hdrc_query_available_role +EXPORT_SYMBOL_GPL drivers/usb/chipidea/usbmisc_imx 0x060d938b imx_usbmisc_charger_detection +EXPORT_SYMBOL_GPL drivers/usb/chipidea/usbmisc_imx 0x10c1967d imx_usbmisc_init_post +EXPORT_SYMBOL_GPL drivers/usb/chipidea/usbmisc_imx 0x529f4151 imx_usbmisc_suspend +EXPORT_SYMBOL_GPL drivers/usb/chipidea/usbmisc_imx 0xa918d1db imx_usbmisc_hsic_set_connect +EXPORT_SYMBOL_GPL drivers/usb/chipidea/usbmisc_imx 0xc60e5389 imx_usbmisc_init +EXPORT_SYMBOL_GPL drivers/usb/chipidea/usbmisc_imx 0xd568961e imx_usbmisc_resume +EXPORT_SYMBOL_GPL drivers/usb/common/ulpi 0x17b17375 __ulpi_register_driver +EXPORT_SYMBOL_GPL drivers/usb/common/ulpi 0x8428539d ulpi_read +EXPORT_SYMBOL_GPL drivers/usb/common/ulpi 0x87a3ea5b ulpi_write +EXPORT_SYMBOL_GPL drivers/usb/common/ulpi 0xae30f8d3 ulpi_unregister_driver +EXPORT_SYMBOL_GPL drivers/usb/common/ulpi 0xb67f180e ulpi_unregister_interface +EXPORT_SYMBOL_GPL drivers/usb/common/ulpi 0xe8f8a729 ulpi_register_interface +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x2719d81e u_audio_set_mute +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x2cdcb45d u_audio_start_playback +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x459b88fa u_audio_stop_capture +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x52564d5c u_audio_get_playback_srate +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x5e34e9f1 u_audio_get_mute +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x5f622243 u_audio_set_playback_srate +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x60562ef9 u_audio_set_volume +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x60e49ada g_audio_cleanup +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x82aa3fda u_audio_suspend +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0xb6e09be3 u_audio_stop_playback +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0xc607807b u_audio_start_capture +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0xd6248f15 g_audio_setup +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0xe1ac7d66 u_audio_get_capture_srate +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0xefb5a005 u_audio_get_volume +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0xff046cb6 u_audio_set_capture_srate +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x06672173 gether_get_host_addr_cdc +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x12e9f453 gether_get_host_addr +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x179def3c gether_register_netdev +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x390a212f gether_set_gadget +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x6dbd3b34 gether_set_qmult +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x71213d0b gether_connect +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x759f8075 gether_get_host_addr_u8 +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x7a0eb596 gether_setup_name_default +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x8878cfa6 gether_cleanup +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x8b7620dd gether_set_ifname +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x9524a272 gether_setup_name +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x9ecb4209 gether_get_dev_addr +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0xa24e6ba7 gether_get_ifname +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0xa493a71a gether_get_qmult +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0xbe811df6 gether_disconnect +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0xc07b8ae0 gether_set_dev_addr +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0xc935578c gether_set_host_addr +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_serial 0x294c0102 gserial_connect +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_serial 0x33bfdca2 gserial_alloc_line +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_serial 0x4d4a8be3 gserial_disconnect +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_serial 0x60db48f5 gserial_get_console +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_serial 0x77268a68 gs_free_req +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_serial 0xb2a8f971 gserial_suspend +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_serial 0xb6652875 gserial_free_line +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_serial 0xc0a01527 gserial_set_console +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_serial 0xd1f5eff9 gserial_resume +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_serial 0xe89dc424 gserial_alloc_line_no_console +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_serial 0xfb78a286 gs_alloc_req +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_fs 0x1044f94d 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 0xcad21faa ffs_single_dev +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x071f722e fsg_show_file +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x11c185c7 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 0x2288a3f0 fsg_store_forced_eject +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x2933ee1d fsg_ss_bulk_in_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x373e512b 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 0x4a653247 fsg_lun_open +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x4e88742c fsg_common_remove_lun +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x54a0cc3b fsg_store_ro +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x56344daf fsg_hs_bulk_out_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x6713b6c3 fsg_show_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 0x702c6998 fsg_store_nofua +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x7e26d4a5 fsg_common_set_sysfs +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x857b6dc2 fsg_hs_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x8c645231 fsg_lun_fsync_sub +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 0x9c6b3adb fsg_show_ro +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x9eaa000c fsg_show_nofua +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 0xa7c252b6 fsg_show_inquiry_string +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xa7f82b07 fsg_common_set_cdev +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xab6c68ac fsg_config_from_params +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xaf784534 fsg_store_file +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xb3adf38d store_cdrom_address +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 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 0xc0f77f4a 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 0xd2587457 fsg_store_removable +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xd51db54c 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_rndis 0x1cd29e40 rndis_add_hdr +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x212d2e1a rndis_signal_disconnect +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x2ea0fa39 rndis_msg_parser +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x412bcdbb rndis_free_response +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x670c8786 rndis_set_param_vendor +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x6ec21675 rndis_set_param_medium +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x726ab568 rndis_deregister +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x7c2c0a6f rndis_register +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x98b5a996 rndis_set_host_mac +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x9e9b0dd0 rndis_borrow_net +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0xa6435d10 rndis_get_next_response +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0xaf4339b4 rndis_uninit +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0xc0b777c3 rndis_rm_hdr +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0xc46fef48 rndis_set_param_dev +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0xed3f96ec rndis_signal_connect +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x0c589aba usb_validate_langid +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x1e6f5f1b usb_ep_autoconfig_reset +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x28e4082e usb_get_function_instance +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 0x37758abf usb_ep_autoconfig_ss +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x43349699 usb_gstrings_attach +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x473eaeb6 usb_otg_descriptor_alloc +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x47b4e737 usb_put_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x4966f147 usb_add_config_only +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x4ac745a4 usb_function_deactivate +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x4beb505d usb_gadget_get_string +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x529c31e5 usb_string_id +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x565e8d73 usb_function_activate +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x613177f5 usb_put_function_instance +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x6831fa91 usb_function_unregister +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x69081734 usb_remove_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x7148ceb2 usb_ep_autoconfig_release +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x78e2ca17 usb_composite_setup_continue +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x87fd9451 usb_string_ids_n +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x94d6df27 config_ep_by_speed +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x97cf9d70 usb_function_register +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x9df30dfe usb_composite_overwrite_options +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xa152e61e usb_interface_id +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xac4c1e96 config_ep_by_speed_and_alt +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xb37006fa usb_free_all_descriptors +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xc4099076 usb_ep_autoconfig +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xca7157a0 usb_add_config +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xd2ea2134 usb_descriptor_fillbuf +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xd3f15ca5 usb_composite_unregister +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xd91bbf19 usb_string_ids_tab +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xdee82165 usb_otg_descriptor_init +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xe5ee274c usb_assign_descriptors +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xef3885b3 unregister_gadget_item +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xf24430da usb_composite_probe +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xf474a207 usb_gadget_config_buf +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xfc365cc0 usb_get_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xfdd6207e usb_add_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x1467a512 udc_mask_unused_interrupts +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x26127255 udc_probe +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x5d01d078 udc_irq +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x672033fe init_dma_pools +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x67a11278 free_dma_pools +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x76f97903 gadget_release +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x80fb5ea3 udc_enable_dev_setup_interrupts +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x946e3b14 udc_basic_init +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0xcc8251df udc_remove +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0xe3f109ea 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 0x0fb323ce usb_del_gadget_udc +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x168c2097 usb_gadget_deactivate +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x1fb19b12 usb_udc_vbus_handler +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x21583d7f usb_gadget_check_config +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x2203b2a3 usb_gadget_activate +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x29f74a04 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 0x2e99b984 usb_gadget_register_driver_owner +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x3069a45a usb_gadget_unmap_request_by_dev +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x3e67068c gadget_find_ep_by_name +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x3ea59b5d usb_ep_alloc_request +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x405d007d usb_ep_set_wedge +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x4fa2450c usb_ep_dequeue +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x50b88f41 usb_get_gadget_udc_name +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x5ae4334e usb_gadget_map_request +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x5ce5988e usb_gadget_vbus_connect +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x609310aa usb_initialize_gadget +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x6408ac3d usb_gadget_udc_reset +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x64f5ef0a usb_gadget_vbus_disconnect +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x6df83e13 usb_add_gadget_udc_release +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 0x7a4898e4 usb_gadget_set_selfpowered +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x8134c188 usb_gadget_connect +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x93d5fdc4 usb_gadget_giveback_request +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x9dfe7ef0 usb_gadget_wakeup +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xa5ded87f usb_gadget_unmap_request +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xac5667d9 usb_ep_queue +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xbc32dce3 usb_gadget_set_state +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 0xc61ff08b 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 0xcc6a6724 usb_del_gadget +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xcfd90c78 usb_add_gadget_udc +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xd60ca167 usb_gadget_frame_number +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xe4215d74 usb_gadget_clear_selfpowered +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xe96d9457 usb_add_gadget +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xeba88ca4 usb_gadget_unregister_driver +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xfad5973a usb_gadget_disconnect +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xffa21b97 usb_gadget_map_request_by_dev +EXPORT_SYMBOL_GPL drivers/usb/host/xhci-pci-renesas 0xdcfafce6 renesas_xhci_check_request_fw +EXPORT_SYMBOL_GPL drivers/usb/misc/ezusb 0x37e6192b ezusb_fx1_set_reset +EXPORT_SYMBOL_GPL drivers/usb/misc/ezusb 0x9698ff90 ezusb_fx1_ihex_firmware_download +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0x001a05cd usb_ftdi_elan_write_pcimem +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0x06f12f4b usb_ftdi_elan_edset_output +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0x1109b7d8 usb_ftdi_elan_edset_setup +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0x2b3aae91 usb_ftdi_elan_edset_input +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0x74947b71 usb_ftdi_elan_edset_empty +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0xa2c350a2 usb_ftdi_elan_read_pcimem +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0xa3168a6a usb_ftdi_elan_edset_flush +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0xc31f5012 usb_ftdi_elan_edset_single +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0xf0bd1976 ftdi_elan_gone_away +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 0x0eb0de47 musb_queue_resume_work +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0x12d24567 musb_interrupt +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0x17e2effd musb_set_peripheral +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0x2734197f musb_readb +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0x32038736 musb_set_host +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0x343f7eac musb_root_disconnect +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0x5e2b7b69 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 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 0x7d689719 usb_phy_generic_register +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-generic 0x936b7b7b usb_gen_phy_shutdown +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-generic 0xa1d545f5 usb_gen_phy_init +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-generic 0xc33e492f usb_phy_generic_unregister +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-generic 0xe8d064c0 usb_phy_gen_create_phy +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-isp1301 0x9a027a3b isp1301_get_client +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-tegra-usb 0x0173a0d8 tegra_usb_phy_preresume +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-tegra-usb 0x68097f9f tegra_ehci_phy_restore_start +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-tegra-usb 0x80b964bf tegra_ehci_phy_restore_end +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-tegra-usb 0xd3a69874 tegra_usb_phy_postresume +EXPORT_SYMBOL_GPL drivers/usb/serial/usb_wwan 0x78e06e3e usb_wwan_port_probe +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x2760715e usb_serial_register_drivers +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x307f3b41 usb_serial_generic_tiocmiwait +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x492fe452 usb_serial_port_softint +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x5626dcbf usb_serial_generic_get_icount +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x597d9bfd usb_serial_deregister_drivers +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x5de65aa5 usb_serial_generic_write_bulk_callback +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x5fe9eb18 usb_serial_generic_write_start +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x612878e6 usb_serial_generic_close +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x70026eb9 usb_serial_handle_dcd_change +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x72eb6e3b usb_serial_generic_write +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x7e4a49a1 usb_serial_generic_read_bulk_callback +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x86657afe usb_serial_generic_submit_read_urbs +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x9124dbf2 usb_serial_generic_chars_in_buffer +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x9b0b0443 usb_serial_generic_throttle +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xa5c238e3 usb_serial_generic_process_read_urb +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xb4d7efc8 usb_serial_generic_open +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xcc40f0f1 usb_serial_generic_resume +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xdf51a36a usb_serial_claim_interface +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xf2a46a5e usb_serial_generic_wait_until_sent +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xf6537edd usb_serial_generic_unthrottle +EXPORT_SYMBOL_GPL drivers/usb/typec/altmodes/typec_displayport 0x36862ea1 dp_altmode_probe +EXPORT_SYMBOL_GPL drivers/usb/typec/altmodes/typec_displayport 0xfbf9e104 dp_altmode_remove +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpci 0x1a9d6070 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 0x2ac5c105 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 0xea220941 tcpm_tcpc_reset +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpm 0xeb779665 tcpm_sourcing_vbus +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x01aec24e typec_unregister_partner +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x027e44b9 typec_mux_get_drvdata +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x0310c8f5 typec_altmode_put_plug +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x035b0a58 typec_register_cable +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x0408bc13 typec_unregister_port +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x0681ae37 typec_unregister_plug +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x0fc00e76 typec_altmode_notify +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x10299bef typec_port_register_altmodes +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x119d3356 typec_cable_get +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x12b1d04e typec_partner_set_num_altmodes +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x1e7413c6 typec_cable_is_active +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x2468869e typec_match_altmode +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x2c5cef13 __typec_altmode_register_driver +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x2d1e301d typec_find_power_role +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x2f0ecda1 fwnode_typec_switch_get +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x35d3bd85 typec_partner_set_svdm_version +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x37ce19a6 typec_retimer_unregister +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x38a946e8 usb_power_delivery_unregister_capabilities +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x3d7b0195 typec_switch_unregister +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x3e6edb77 typec_get_orientation +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x407eb954 typec_partner_usb_power_delivery_register +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x44a34c53 typec_plug_set_num_altmodes +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x44d2db01 typec_switch_set_drvdata +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x464946f0 typec_altmode_vdm +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x4e1848d0 typec_unregister_cable +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x55acafd2 usb_power_delivery_register +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x5c79cf45 typec_mux_unregister +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x6096e078 typec_retimer_register +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x699a4e54 typec_register_partner +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x6a52868d typec_altmode_update_active +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x6acee97e typec_switch_register +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x6b3d9465 typec_mux_set +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x6bb0f4e8 typec_altmode_exit +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x711b7dab typec_get_negotiated_svdm_version +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x74c91698 typec_altmode_enter +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x77db35ac typec_cable_set_identity +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x7e152265 usb_power_delivery_unregister +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x86521d45 typec_switch_put +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x871b1bc5 typec_partner_set_usb_power_delivery +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x9049491e typec_find_port_data_role +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x923f35f1 typec_partner_set_pd_revision +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x93fbf6b8 typec_retimer_set +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x9bf3504d typec_port_set_usb_power_delivery +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x9f922c64 typec_register_port +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xa254de98 typec_find_orientation +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xa6c27c31 typec_set_orientation +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xa814f20c typec_altmode2port +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xae669983 fwnode_typec_mux_get +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xb7360af5 typec_retimer_get_drvdata +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xb959ea09 usb_power_delivery_link_device +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xbcc65dd0 typec_plug_register_altmode +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xbd1f9810 fwnode_typec_retimer_get +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xc18c252a typec_mux_register +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xc408f675 usb_power_delivery_register_capabilities +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xc537e4ce typec_altmode_attention +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xc56cde73 typec_retimer_put +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xca345c56 typec_get_fw_cap +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xcb93db4e typec_set_mode +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xcc2e48d6 typec_port_register_altmode +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xceb83afb typec_switch_get_drvdata +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xd07c8b1c typec_partner_register_altmode +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xd17d99aa typec_set_vconn_role +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xd2fa1286 typec_switch_set +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xd7997e8c typec_set_pwr_role +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xddab31b9 typec_unregister_altmode +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xe545c7e8 typec_partner_set_identity +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xe6e8dee1 typec_get_drvdata +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xeafc1eb8 typec_find_port_power_role +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xeb2898d2 usb_power_delivery_unlink_device +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xeeaf85b0 typec_altmode_get_partner +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xf039ee25 typec_cable_put +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xf1234a8b typec_find_pwr_opmode +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xf2cb67ac typec_altmode_unregister_driver +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xf2cbfe70 typec_register_plug +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xf3ccb9d5 typec_set_data_role +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xf6bb1d69 typec_altmode_get_plug +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xfc6d2424 typec_set_pwr_opmode +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xfc8df340 typec_mux_put +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xff1a4a1b typec_mux_set_drvdata +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0x0f88708c ucsi_unregister +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0x4b5f0bfa ucsi_set_drvdata +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0x70f52bba ucsi_create +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0x779acb9b ucsi_resume +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0x8ce4fe91 ucsi_connector_change +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0x9125b9c4 ucsi_get_drvdata +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0xb7f89eeb ucsi_destroy +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0xcf8db1aa ucsi_register +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0xdc4ec97a ucsi_send_command +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x16121a24 usbip_event_happened +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x43dc5d44 usbip_event_add +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x48981189 usbip_recv +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x50d82b42 dev_attr_usbip_debug +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x56e568e7 usbip_dump_urb +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x6687e920 usbip_alloc_iso_desc_pdu +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x6b9ed365 usbip_recv_iso +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x78b72f44 usbip_debug_flag +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x7ad538ad usbip_pack_pdu +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x84bae0e1 usbip_start_eh +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x8deccc85 usbip_in_eh +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xb3ccbbfa usbip_pad_iso +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xb6d7de2f usbip_stop_eh +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xcb1605d4 usbip_recv_xbuff +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xd02753dc usbip_header_correct_endian +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xe1ea0586 usbip_dump_header +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0x0b581eb7 vdpa_set_config +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0x25b03d48 vdpa_register_device +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0x36de8b9a vdpa_mgmtdev_register +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0x3f26ad8c vdpa_mgmtdev_unregister +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0x451354cd vdpa_unregister_device +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0x79e919a5 vdpa_get_config +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0xa18da8a7 __vdpa_register_driver +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0xb082de96 __vdpa_alloc_device +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0xbb2441c2 _vdpa_unregister_device +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0xd3416516 vdpa_unregister_driver +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0xfccd4640 _vdpa_register_device +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa_sim/vdpa_sim 0xb3d72cd4 vdpasim_create +EXPORT_SYMBOL_GPL drivers/vfio/mdev/mdev 0x1eb385f5 mdev_bus_type +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x17ef79f8 vfio_pci_core_register_dev_region +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x21e1942b vfio_pci_core_aer_err_detected +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x29223cb9 vfio_pci_core_disable +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x2dab4640 vfio_pci_core_ioctl +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x30e448d7 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 0x56edd97b vfio_pci_core_close_device +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x5cbec303 vfio_pci_core_init_dev +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x5d61e99b vfio_pci_core_request +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x63bf6586 vfio_pci_core_mmap +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x8506177f vfio_pci_core_unregister_device +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x86c24dc0 vfio_pci_core_match +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0xa073d1a7 vfio_pci_core_read +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0xa42e9d44 vfio_pci_core_finish_enable +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0xa63f6f1c vfio_pci_core_ioctl_feature +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0xa9d14894 vfio_pci_core_release_dev +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0xaf29a771 vfio_pci_core_register_device +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0xbff6e5b4 vfio_pci_core_err_handlers +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0xc278f36d vfio_pci_core_write +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0xd6f5e08a vfio_pci_core_sriov_configure +EXPORT_SYMBOL_GPL drivers/vfio/platform/vfio-platform-base 0x039d32ba vfio_platform_mmap +EXPORT_SYMBOL_GPL drivers/vfio/platform/vfio-platform-base 0x0af25bb4 vfio_platform_init_common +EXPORT_SYMBOL_GPL drivers/vfio/platform/vfio-platform-base 0x27919abd vfio_platform_open_device +EXPORT_SYMBOL_GPL drivers/vfio/platform/vfio-platform-base 0x35a3932e vfio_platform_write +EXPORT_SYMBOL_GPL drivers/vfio/platform/vfio-platform-base 0x3919c1ae __vfio_platform_register_reset +EXPORT_SYMBOL_GPL drivers/vfio/platform/vfio-platform-base 0x50a90885 vfio_platform_read +EXPORT_SYMBOL_GPL drivers/vfio/platform/vfio-platform-base 0x83f94260 vfio_platform_close_device +EXPORT_SYMBOL_GPL drivers/vfio/platform/vfio-platform-base 0x8b7be7da vfio_platform_release_common +EXPORT_SYMBOL_GPL drivers/vfio/platform/vfio-platform-base 0xb8662806 vfio_platform_ioctl +EXPORT_SYMBOL_GPL drivers/vfio/platform/vfio-platform-base 0xdab1548b vfio_platform_unregister_reset +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x09a93f7f vfio_file_enforced_coherent +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x29fcfca2 vfio_file_iommu_group +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x2ec881b7 vfio_mig_get_next_state +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x40138dca vfio_register_emulated_iommu_dev +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x48ee7465 vfio_device_set_open_count +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x4cfdbee5 vfio_iommufd_emulated_attach_ioas +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x5b7a9018 vfio_file_has_dev +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x5e0288e1 vfio_assign_device_set +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x60a634c4 vfio_info_cap_add +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x613c1a66 vfio_iommufd_emulated_bind +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x750e5fa1 vfio_iommufd_physical_bind +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x7d2ed4c3 iova_bitmap_set +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x85f270e7 vfio_iommufd_emulated_unbind +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x8e722f32 vfio_unregister_group_dev +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xa83586f8 vfio_file_is_group +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xb5a7cee0 vfio_iommufd_physical_attach_ioas +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xb5a8d9d1 vfio_virqfd_enable +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xb9f15dd3 vfio_register_iommu_driver +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xc6fa220b vfio_register_group_dev +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xcc48961b _vfio_alloc_device +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xd68089f3 vfio_virqfd_disable +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xee75c06f vfio_iommufd_physical_unbind +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xefa10f57 vfio_unregister_iommu_driver +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xf77675e4 vfio_file_set_kvm +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x06749df8 vhost_get_vq_desc +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x06f571ac vhost_log_access_ok +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x08dbbd32 vhost_has_work +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x15ba8a2b vhost_vring_ioctl +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x18bb5861 vhost_exceeds_weight +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x20489e1e vhost_clear_msg +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x21a10cd7 vhost_add_used_and_signal_n +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x23421b76 vhost_enable_notify +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x2452adb1 vhost_dev_reset_owner +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x24737a1e vhost_poll_queue +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x2af042e3 vhost_dev_has_owner +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x3a5ca9ff vq_meta_prefetch +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x3ef13e69 vhost_disable_notify +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x3fb2cd35 vhost_log_write +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x43e1b1af vhost_poll_init +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x4741b009 vhost_poll_stop +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x47fb4059 vhost_add_used_n +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x570044ec vhost_work_queue +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x64aec991 vhost_new_msg +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x7b5c0c52 vhost_set_backend_features +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x896459b4 vhost_dev_flush +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x8c9f68cc vhost_dev_cleanup +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x96e23ff1 vhost_enqueue_msg +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xa909cfc5 vhost_work_init +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xad107ddf vhost_dev_init +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xb33aa1ef vhost_vq_is_setup +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xb3cc4b1f vhost_vq_init_access +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xc43b129a vhost_signal +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xd7f41a9f vhost_dev_set_owner +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xd927b49f vhost_dequeue_msg +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xdf198971 vhost_init_device_iotlb +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xe4203f9f vhost_dev_stop +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xe97b4c32 vhost_vq_access_ok +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xec0e0c99 vhost_discard_vq_desc +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xec863346 vhost_add_used +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xeecf58c1 vhost_dev_ioctl +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xf29c823e vhost_poll_start +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xf3876913 vhost_dev_check_owner +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xf7de0403 vhost_vq_avail_empty +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xfb3ce7b0 vhost_chr_read_iter +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xfd2b3e45 vhost_dev_reset_owner_prepare +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xfe31f9b0 vhost_add_used_and_signal +EXPORT_SYMBOL_GPL drivers/vhost/vhost_iotlb 0x38ff875f vhost_iotlb_add_range +EXPORT_SYMBOL_GPL drivers/vhost/vhost_iotlb 0x5f4e5249 vhost_iotlb_reset +EXPORT_SYMBOL_GPL drivers/vhost/vhost_iotlb 0x69e872f9 vhost_iotlb_itree_first +EXPORT_SYMBOL_GPL drivers/vhost/vhost_iotlb 0x6bec0e66 vhost_iotlb_del_range +EXPORT_SYMBOL_GPL drivers/vhost/vhost_iotlb 0x83be64b9 vhost_iotlb_itree_next +EXPORT_SYMBOL_GPL drivers/vhost/vhost_iotlb 0x885512a2 vhost_iotlb_add_range_ctx +EXPORT_SYMBOL_GPL drivers/vhost/vhost_iotlb 0x8a7d8ee9 vhost_iotlb_init +EXPORT_SYMBOL_GPL drivers/vhost/vhost_iotlb 0xa24517eb vhost_iotlb_free +EXPORT_SYMBOL_GPL drivers/vhost/vhost_iotlb 0xc577832d vhost_iotlb_alloc +EXPORT_SYMBOL_GPL drivers/vhost/vhost_iotlb 0xf9deb0db vhost_iotlb_map_free +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0x3e3d9e72 ili9320_resume +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0x46e6b00f ili9320_write_regs +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0x703842b8 ili9320_suspend +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0x937e74f0 ili9320_remove +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0xc05919d0 ili9320_write +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0xda057c9e ili9320_probe_spi +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0xe176b962 ili9320_shutdown +EXPORT_SYMBOL_GPL drivers/video/fbdev/core/fb_ddc 0xea3da22d fb_ddc_read +EXPORT_SYMBOL_GPL drivers/video/fbdev/core/fb_sys_fops 0x378bb270 fb_sys_read +EXPORT_SYMBOL_GPL drivers/video/fbdev/core/fb_sys_fops 0xcf87903f fb_sys_write +EXPORT_SYMBOL_GPL drivers/video/fbdev/sis/sisfb 0xcd22475c sis_malloc_new +EXPORT_SYMBOL_GPL drivers/video/fbdev/sis/sisfb 0xcdd71c31 sis_free_new +EXPORT_SYMBOL_GPL drivers/w1/wire 0x02c944e9 w1_next_pullup +EXPORT_SYMBOL_GPL drivers/w1/wire 0x083a1d68 w1_reset_bus +EXPORT_SYMBOL_GPL drivers/w1/wire 0x0f4e0c95 w1_touch_bit +EXPORT_SYMBOL_GPL drivers/w1/wire 0x1604a514 w1_triplet +EXPORT_SYMBOL_GPL drivers/w1/wire 0x63757e92 w1_calc_crc8 +EXPORT_SYMBOL_GPL drivers/w1/wire 0x7d0d1154 w1_read_8 +EXPORT_SYMBOL_GPL drivers/w1/wire 0x902ac0fe w1_read_block +EXPORT_SYMBOL_GPL drivers/w1/wire 0x9dab6f5b w1_write_block +EXPORT_SYMBOL_GPL drivers/w1/wire 0xb6db2d60 w1_reset_resume_command +EXPORT_SYMBOL_GPL drivers/w1/wire 0xb86131da w1_reset_select_slave +EXPORT_SYMBOL_GPL drivers/w1/wire 0xd06dc5d7 w1_write_8 +EXPORT_SYMBOL_GPL drivers/w1/wire 0xd37e3e98 w1_touch_block +EXPORT_SYMBOL_GPL drivers/xen/xen-front-pgdir-shbuf 0x06bf2be4 xen_front_pgdir_shbuf_unmap +EXPORT_SYMBOL_GPL drivers/xen/xen-front-pgdir-shbuf 0x20aeb404 xen_front_pgdir_shbuf_map +EXPORT_SYMBOL_GPL drivers/xen/xen-front-pgdir-shbuf 0x6ed2d66f xen_front_pgdir_shbuf_alloc +EXPORT_SYMBOL_GPL drivers/xen/xen-front-pgdir-shbuf 0xd7c3e27d xen_front_pgdir_shbuf_free +EXPORT_SYMBOL_GPL drivers/xen/xen-front-pgdir-shbuf 0xdd10f760 xen_front_pgdir_shbuf_get_dir_start +EXPORT_SYMBOL_GPL drivers/xen/xen-privcmd 0x7a772bb0 xen_privcmdbuf_fops +EXPORT_SYMBOL_GPL drivers/xen/xen-privcmd 0xd78781b7 xen_privcmd_fops +EXPORT_SYMBOL_GPL fs/dlm/dlm 0x4039d132 dlm_posix_get +EXPORT_SYMBOL_GPL fs/dlm/dlm 0x4b62826c dlm_unlock +EXPORT_SYMBOL_GPL fs/dlm/dlm 0x7cc7b927 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 0xde835859 dlm_posix_lock +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x7601f3e4 nlmclnt_done +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x7b7b577d nlmclnt_init +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x7f03f75d nlmclnt_proc +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x868a64d5 lockd_down +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x9cbde0a0 nlmsvc_unlock_all_by_ip +EXPORT_SYMBOL_GPL fs/lockd/lockd 0xb271c1bf nlmsvc_unlock_all_by_sb +EXPORT_SYMBOL_GPL fs/lockd/lockd 0xf3ea20e7 lockd_up +EXPORT_SYMBOL_GPL fs/lockd/lockd 0xfa378c50 nlmsvc_ops +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 0x0549686d nfs_retry_commit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x07dfeb00 nfs_file_set_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0aafcd6b nfs_file_write +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0abc9982 nfs_alloc_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0c6a131f nfs_wb_all +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0ef710c2 nfs_dreq_bytes_left +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0f1b9792 nfs_init_commit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1009faed nfs_sb_active +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x10962bc2 nfs_auth_info_match +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x11525e42 __traceiter_nfs_xdr_status +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1225a2d6 nfs_post_op_update_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x14a663c4 nfs_request_add_commit_list +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1983a0bb nfs_pageio_init_read +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1c1f1356 nfs_dentry_operations +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2156a5ad nfs_fscache_open_file +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x22d795a8 _nfs_display_fhandle_hash +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x244c3481 nfs_generic_pgio +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x26884ff7 nfs_alloc_fhandle +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2b26f70f nfs_refresh_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2ca62ed3 nfs_client_for_each_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2e73b4cd nfs_request_remove_commit_list +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2fe37b1d nfs_rmdir +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x30496988 __tracepoint_nfs_fsync_enter +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x31bc3b49 nfs_server_copy_userdata +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x31f6a049 alloc_nfs_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x32902233 nfs_pgheader_init +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x32b7b7a0 nfs_getattr +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x33f66373 nfs_write_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x34a1c2c7 nfs_commit_free +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x34aec1bc nfs_submount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x35259f36 nfs4_dentry_operations +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x379d34a4 nfs_request_add_commit_list_locked +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x386b8668 nfs_path +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x38eea124 nfs_init_server_rpcclient +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x39da84f3 nfs_alloc_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x39e05ac3 nfs_idmap_cache_timeout +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 0x40be940e nfs_do_submount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x412dae70 nfs_writeback_update_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x417f840b nfs_server_insert_lists +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x42f2c81f nfs4_client_id_uniquifier +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x434ab44c nfs_pageio_resend +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x44cc3a41 __tracepoint_nfs_fsync_exit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4757a07e nfs_pageio_init_write +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x48d11fce nfs_show_options +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4b8a4d9b nfs_sync_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4cb9e001 recover_lost_locks +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4d1016fc nfs4_label_alloc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4dc5bafd nfs_init_cinfo +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x51041c86 __traceiter_nfs_fsync_enter +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x51892d61 nfs_callback_set_tcpport +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x52e677bf nfs_pgio_header_free +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5532c248 nfs_pgio_header_alloc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x584b8482 nfs_inc_attr_generation_counter +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x59923eb3 __tracepoint_nfs_xdr_status +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5aa32dd7 nfs_flock +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5b466bb5 put_nfs_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5c4d9807 nfs_server_remove_lists +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x60685005 nfs_client_init_status +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x65878151 nfs_alloc_fattr_with_label +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x666fbc31 nfs_commitdata_release +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x66853a13 nfs_initiate_commit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6736784a nfs4_fs_type +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x680a4e81 nfs_unlink +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x69e954e8 nfs_create_rpc_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6da66881 nfs_permission +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6de186f3 nfs_filemap_write_and_wait_range +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6e81f032 __SCK__tp_func_nfs_fsync_exit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6e890c13 nfs_async_iocounter_wait +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6fc434e7 nfs_show_devname +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6ff63aad get_nfs_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x71400821 nfs_zap_acl_cache +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x71d2f594 nfs_file_read +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x72214731 nfs_pgio_current_mirror +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x73dff4c0 __SCK__tp_func_nfs_xdr_status +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x742ea132 nfs_invalidate_atime +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x74a2295d nfs_wait_client_init_complete +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x74d36d77 nfs_try_get_tree +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x75914bc9 nfs_clear_verifier_delegated +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x78397e2a nfs_free_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x78f79d65 nfs_access_zap_cache +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7a483ea0 nfs_reconfigure +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7baf0010 nfs_sb_deactive +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7c873dad nfs_revalidate_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8210ef22 nfs_scan_commit_list +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x83643ba8 nfs_mkdir +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x837e44f2 nfs_put_lock_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8499de4f nfs_alloc_fattr +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x84bc977d nfs_access_add_cache +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x85234293 nfs_release_request +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x85a0e8e3 nfs_wait_on_request +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x860a204a nfs_show_stats +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x872c7935 nfs_probe_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x88a8b08a register_nfs_version +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x897cbee9 nfs_set_cache_invalid +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8a0ea6f6 nfs_sops +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8be5045f nfs_umount_begin +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8d7e19d2 nfs_set_verifier +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8e5ac2fe nfs_access_get_cached +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x90099fe3 nfs_free_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x901461be nfs_force_lookup_revalidate +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 0x93f2fb62 nfs_mark_client_ready +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x95007f7e __SCK__tp_func_nfs_xdr_bad_filehandle +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x95a9b631 nfs_alloc_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x98b0ece8 nfs_init_timeout_values +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x99b64639 nfs_mknod +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9fcd79da nfs_fs_type +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa2121691 nfs_clear_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa80e068a nfs_init_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa85b9dc6 nfs_statfs +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 0xad566bd3 nfs_close_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xaeadf124 nfs_create_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xaf1a9488 nfs_file_mmap +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb12c08fc nfs_file_operations +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb20697b1 nfs_setsecurity +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb3c500f3 nfs_pageio_reset_read_mds +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb41c2cd7 nfs_clone_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb5ab7dd1 nfs_get_lock_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb8830a3e nfs_instantiate +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb9250193 nfs_fhget +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb96e1d03 nfs_file_release +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb9ae72be nfs_setattr_update_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xbbd595ad nfs_show_path +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xbdf9fe3b nfs_post_op_update_inode_force_wcc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xbecc62b5 nfs_atomic_open +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc0e471af nfs_rename +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 0xc874d89a nfs_pageio_reset_write_mds +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xcc9d3f82 nfs_d_prune_case_insensitive_aliases +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xcdd2ffe3 nfs_link +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xcf55d682 nfs_symlink +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xcf77132e nfs_may_open +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd051579f nfs_drop_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd0a182a2 nfs_kill_super +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd31278cf nfs_create +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd5a9fb0a nfs_lookup +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd6339a14 nfs_check_cache_invalid +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xda3485bd nfs_initiate_pgio +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xdae9b5d7 nfs4_disable_idmapping +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xdfd89c2d nfs_inode_attach_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe26a767f nfs_commitdata_alloc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe6d1a9cb nfs_put_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe70507df __tracepoint_nfs_xdr_bad_filehandle +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe9453559 __traceiter_nfs_xdr_bad_filehandle +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe946f509 nfs_free_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xeb12b11e unregister_nfs_version +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xee9c16de nfs_add_or_obtain +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xef1ac297 nfs_setattr +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf26ed295 nfs_get_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf4b3b404 nfs_client_init_is_complete +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf4e8cb58 nfs_generic_pg_test +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf57ae463 nfs_lock +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf587f73b nfs_file_llseek +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf96f04c4 __SCK__tp_func_nfs_fsync_enter +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfc619abd _nfs_display_fhandle +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfec6c354 nfs_commit_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xffa1ad8c nfs_file_fsync +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xffec1ef7 __traceiter_nfs_fsync_exit +EXPORT_SYMBOL_GPL fs/nfs/nfsv3 0xf6ef2c51 nfs3_set_ds_client +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x009c1c82 __traceiter_pnfs_mds_fallback_pg_init_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x00a00be8 nfs4_schedule_stateid_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x01db2d85 pnfs_generic_pg_test +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x0288a0ed pnfs_generic_pg_init_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x03259152 nfs4_decode_mp_ds_addr +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x054bef45 layoutstats_timer +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x056241ce nfs4_setup_sequence +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x08b2c467 __SCK__tp_func_ff_layout_commit_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x0aebca68 __tracepoint_ff_layout_read_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x0b2ee70c pnfs_generic_pg_check_range +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x0b46be9c nfs4_schedule_migration_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x0f01076e __tracepoint_pnfs_mds_fallback_pg_get_mirror_count +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x0ff289f3 __SCK__tp_func_pnfs_mds_fallback_pg_init_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x1973c61d pnfs_free_commit_array +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x1b4ed0ed pnfs_generic_layout_insert_lseg +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x1b6715d1 __traceiter_ff_layout_commit_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x1fd1015b pnfs_generic_write_commit_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x2189a836 nfs4_find_or_create_ds_client +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x2588bd79 pnfs_generic_pg_cleanup +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x27ad47ea __SCK__tp_func_pnfs_mds_fallback_write_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x2afc1925 pnfs_layoutcommit_inode +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x307f1773 pnfs_generic_pg_init_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x30a44ac3 __SCK__tp_func_ff_layout_write_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x3216cff6 __traceiter_pnfs_mds_fallback_write_pagelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x32bb6e05 __tracepoint_ff_layout_write_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x35a331bd nfs4_test_session_trunk +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x37d07fc0 nfs4_set_rw_stateid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x39c6fb6b nfs4_pnfs_ds_connect +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x3ca031db pnfs_register_layoutdriver +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x3f7489b5 pnfs_ld_write_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x40cfa6b0 nfs4_pnfs_ds_add +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x42ac1e87 __traceiter_pnfs_mds_fallback_pg_init_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x440dcdc3 __traceiter_nfs4_pnfs_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x443c2b6d nfs4_schedule_lease_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x449c1c10 nfs4_proc_getdeviceinfo +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x45188841 nfs4_put_deviceid_node +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x467b4515 pnfs_generic_pg_readpages +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x47298f99 nfs4_init_deviceid_node +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x4c6970d1 pnfs_add_commit_array +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x4d9bdf43 nfs4_mark_deviceid_unavailable +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x4e85d0b5 __traceiter_ff_layout_write_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x533c198f __SCK__tp_func_nfs4_pnfs_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x55c6868b __traceiter_pnfs_mds_fallback_read_pagelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x5661f5ab pnfs_read_done_resend_to_mds +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 0x5b6b477d nfs4_set_ds_client +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x5cc8e049 nfs4_test_deviceid_unavailable +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x5ce462a3 __tracepoint_pnfs_mds_fallback_write_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x5d4e9872 pnfs_generic_pg_writepages +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x606284c0 nfs42_proc_layouterror +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x6085edbd nfs_map_string_to_numeric +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x6930d109 __traceiter_nfs4_pnfs_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x69d3558d pnfs_generic_rw_release +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x73a5a8b0 pnfs_generic_prepare_to_resend_writes +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x74215a80 pnfs_report_layoutstat +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x785c06ab __SCK__tp_func_ff_layout_read_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x7889141a pnfs_generic_clear_request_commit +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x7a4e7f4e __SCK__tp_func_pnfs_mds_fallback_read_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x7a830997 pnfs_layout_mark_request_commit +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x7ab7bcc6 __tracepoint_ff_layout_commit_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x7cbf0c35 nfs4_schedule_session_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x7cc0bf60 nfs4_init_ds_session +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x7cd013a8 __SCK__tp_func_pnfs_mds_fallback_pg_get_mirror_count +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x81165c00 pnfs_generic_sync +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x820a8d32 nfs4_sequence_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x82409884 __tracepoint_pnfs_mds_fallback_read_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x847ecbd0 pnfs_generic_commit_pagelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x8b1f3c46 pnfs_ld_read_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x8d439239 pnfs_destroy_layout +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x8ebeef5d nfs4_schedule_lease_moved_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x8f97b759 nfs4_mark_deviceid_available +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x912569ba pnfs_unregister_layoutdriver +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x91b5cfdb nfs4_find_get_deviceid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x94599405 __traceiter_ff_layout_read_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x971e3a1e __traceiter_pnfs_mds_fallback_read_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x974a1614 __tracepoint_pnfs_mds_fallback_pg_init_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x9a1a74c3 __tracepoint_nfs4_pnfs_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x9a54f3b4 pnfs_alloc_commit_array +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x9e2796a6 nfs4_pnfs_ds_put +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x9f83749b nfs4_delete_deviceid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xa15efa09 nfs41_sequence_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xa1e16846 __traceiter_pnfs_mds_fallback_pg_get_mirror_count +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xa4347c2f pnfs_put_lseg +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xaca65768 pnfs_error_mark_layout_for_return +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xb010c343 pnfs_generic_ds_cinfo_destroy +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xb595fe73 pnfs_generic_scan_commit_lists +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xb7f95c6b pnfs_write_done_resend_to_mds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xba53a1ef __SCK__tp_func_pnfs_mds_fallback_pg_init_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xc16b5619 pnfs_set_lo_fail +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xc24878a8 pnfs_read_resend_pnfs +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xc7a9d954 __SCK__tp_func_nfs4_pnfs_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xcf29b95f __tracepoint_pnfs_mds_fallback_read_pagelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd0ecfaad __tracepoint_pnfs_mds_fallback_pg_init_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd2d71440 pnfs_nfs_generic_sync +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd4993d9a pnfs_generic_pg_check_layout +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xdf6991a4 __SCK__tp_func_pnfs_mds_fallback_write_pagelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xe19f5ee0 __tracepoint_pnfs_mds_fallback_write_pagelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xe4eb8f64 __traceiter_pnfs_mds_fallback_write_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xea653155 __traceiter_nfs4_pnfs_commit_ds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xeae8522f __tracepoint_nfs4_pnfs_commit_ds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xed15fb41 nfs4_print_deviceid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xede41327 __tracepoint_nfs4_pnfs_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xef3b7d62 pnfs_generic_recover_commit_reqs +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf49ae7ba pnfs_generic_ds_cinfo_release_lseg +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf4f55002 nfs_remove_bad_delegation +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf61d5140 pnfs_generic_search_commit_reqs +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf7801360 nfs41_maxgetdevinfo_overhead +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf8c1da0c pnfs_set_layoutcommit +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf999267e pnfs_generic_commit_release +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xfcf1018a pnfs_update_layout +EXPORT_SYMBOL_GPL fs/nfs_common/grace 0x13ebd3f3 opens_in_grace +EXPORT_SYMBOL_GPL fs/nfs_common/grace 0x1fe1e1ad locks_end_grace +EXPORT_SYMBOL_GPL fs/nfs_common/grace 0xbef00af1 locks_in_grace +EXPORT_SYMBOL_GPL fs/nfs_common/grace 0xe9593263 locks_start_grace +EXPORT_SYMBOL_GPL fs/nfs_common/nfs_acl 0x38e848a8 nfs_stream_decode_acl +EXPORT_SYMBOL_GPL fs/nfs_common/nfs_acl 0x4488fb62 nfsacl_decode +EXPORT_SYMBOL_GPL fs/nfs_common/nfs_acl 0xd6e32a42 nfs_stream_encode_acl +EXPORT_SYMBOL_GPL fs/nfs_common/nfs_acl 0xe03140e7 nfsacl_encode +EXPORT_SYMBOL_GPL fs/nfsd/nfsd 0x541e18c6 nfsd4_ssc_init_umount_work +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x0d82239b o2nm_node_get +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x43dcb6a3 o2hb_setup_callback +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x46214f12 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 0x6212c1db o2nm_node_put +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 0x81cba5b9 o2hb_register_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 0xace855ea 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 0xe3f4c4ff o2hb_unregister_callback +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xf1a5611d o2net_unregister_handler_list +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xf56c2017 mlog_not_bits +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xf982e6db o2net_send_message +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xfe1298f3 o2net_register_handler +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0x3b4f9ae9 dlm_register_domain +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0x3bfe3a5a dlm_register_eviction_cb +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0x665d92c1 dlmunlock +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0x7a1211f8 dlm_setup_eviction_cb +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0xa2b85a70 dlm_unregister_domain +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0xc8666115 dlmlock +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0xd01edd10 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 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 0x1dc2e264 ocfs2_plock +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x344ffd01 ocfs2_kset +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x4d3af7fa ocfs2_cluster_hangup +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x76f40744 ocfs2_dlm_lvb +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x9507547f ocfs2_cluster_disconnect +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xaf969565 ocfs2_dlm_lock +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xbbc4ef97 ocfs2_stack_supports_plocks +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xc5196999 ocfs2_dlm_unlock +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xc9fae756 ocfs2_cluster_connect +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xcafdd707 ocfs2_dlm_lock_status +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xcc842b6b ocfs2_stack_glue_unregister +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 0xf0b48583 ocfs2_stack_glue_register +EXPORT_SYMBOL_GPL fs/pstore/pstore_blk 0x19012756 unregister_pstore_device +EXPORT_SYMBOL_GPL fs/pstore/pstore_blk 0x27c0ac2f register_pstore_device +EXPORT_SYMBOL_GPL fs/pstore/pstore_blk 0x43cc3d4b pstore_blk_get_config +EXPORT_SYMBOL_GPL fs/pstore/pstore_zone 0x73a5fd4c unregister_pstore_zone +EXPORT_SYMBOL_GPL fs/pstore/pstore_zone 0xbffa17a5 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 0x67e7ea65 notifier_err_inject_dir +EXPORT_SYMBOL_GPL lib/notifier-error-inject 0xb42435d5 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 0x56f16b04 lowpan_header_compress +EXPORT_SYMBOL_GPL net/6lowpan/6lowpan 0xc991d7b4 lowpan_header_decompress +EXPORT_SYMBOL_GPL net/802/garp 0x3fd50ef4 garp_register_application +EXPORT_SYMBOL_GPL net/802/garp 0x6f1d3822 garp_request_join +EXPORT_SYMBOL_GPL net/802/garp 0xa90fd0c8 garp_request_leave +EXPORT_SYMBOL_GPL net/802/garp 0xb1b2e762 garp_init_applicant +EXPORT_SYMBOL_GPL net/802/garp 0xb34ff139 garp_uninit_applicant +EXPORT_SYMBOL_GPL net/802/garp 0xf8c023fe garp_unregister_application +EXPORT_SYMBOL_GPL net/802/mrp 0x066126a9 mrp_request_leave +EXPORT_SYMBOL_GPL net/802/mrp 0x26ae792e mrp_uninit_applicant +EXPORT_SYMBOL_GPL net/802/mrp 0x9b5e04b9 mrp_unregister_application +EXPORT_SYMBOL_GPL net/802/mrp 0xb8b07ecb mrp_init_applicant +EXPORT_SYMBOL_GPL net/802/mrp 0xd5956538 mrp_request_join +EXPORT_SYMBOL_GPL net/802/mrp 0xe4428d43 mrp_register_application +EXPORT_SYMBOL_GPL net/802/stp 0x15b05ba0 stp_proto_register +EXPORT_SYMBOL_GPL net/802/stp 0x2b4ed537 stp_proto_unregister +EXPORT_SYMBOL_GPL net/9p/9pnet 0x69d9b31b p9_client_xattrcreate +EXPORT_SYMBOL_GPL net/9p/9pnet 0x958de93e 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 0x4a611e79 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 0x03c5389a l2cap_chan_create +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0x1bdd48c1 l2cap_chan_send +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0x5bba1ab8 l2cap_add_psm +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0x67db08ff l2cap_chan_del +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0x9b33c9c0 l2cap_chan_list +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0xe8aac791 l2cap_chan_connect +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0xe9f28709 l2cap_chan_put +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0xf08c4165 bt_debugfs +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0xfbb44480 l2cap_chan_set_defaults +EXPORT_SYMBOL_GPL net/bluetooth/hidp/hidp 0x514854f7 hidp_hid_driver +EXPORT_SYMBOL_GPL net/bridge/bridge 0x029b64d0 br_handle_frame_finish +EXPORT_SYMBOL_GPL net/bridge/bridge 0x18a02508 br_vlan_get_proto +EXPORT_SYMBOL_GPL net/bridge/bridge 0x23e06d91 br_vlan_enabled +EXPORT_SYMBOL_GPL net/bridge/bridge 0x28bd1e03 nf_br_ops +EXPORT_SYMBOL_GPL net/bridge/bridge 0x2a928ab6 br_vlan_get_info_rcu +EXPORT_SYMBOL_GPL net/bridge/bridge 0x326ffce8 br_forward_finish +EXPORT_SYMBOL_GPL net/bridge/bridge 0x3673c3c2 br_multicast_has_querier_anywhere +EXPORT_SYMBOL_GPL net/bridge/bridge 0x414e5535 br_get_ageing_time +EXPORT_SYMBOL_GPL net/bridge/bridge 0x4446b793 br_vlan_get_info +EXPORT_SYMBOL_GPL net/bridge/bridge 0x54d9cc17 br_multicast_router +EXPORT_SYMBOL_GPL net/bridge/bridge 0x5ddad864 br_mst_get_info +EXPORT_SYMBOL_GPL net/bridge/bridge 0x5feb1a99 br_fdb_clear_offload +EXPORT_SYMBOL_GPL net/bridge/bridge 0x69c2ed77 br_fdb_find_port +EXPORT_SYMBOL_GPL net/bridge/bridge 0x8725d259 br_multicast_list_adjacent +EXPORT_SYMBOL_GPL net/bridge/bridge 0x8b9dab2b br_mst_get_state +EXPORT_SYMBOL_GPL net/bridge/bridge 0x909d909f br_multicast_has_router_adjacent +EXPORT_SYMBOL_GPL net/bridge/bridge 0xa0ad46eb br_port_flag_is_set +EXPORT_SYMBOL_GPL net/bridge/bridge 0xb1baa032 br_multicast_has_querier_adjacent +EXPORT_SYMBOL_GPL net/bridge/bridge 0xb578577d br_multicast_enabled +EXPORT_SYMBOL_GPL net/bridge/bridge 0xb7bcd7c9 br_forward +EXPORT_SYMBOL_GPL net/bridge/bridge 0xbadae9b1 br_port_get_stp_state +EXPORT_SYMBOL_GPL net/bridge/bridge 0xd40aabc0 br_dev_queue_push_xmit +EXPORT_SYMBOL_GPL net/bridge/bridge 0xe66b948d br_vlan_get_pvid_rcu +EXPORT_SYMBOL_GPL net/bridge/bridge 0xfb913c23 br_mst_enabled +EXPORT_SYMBOL_GPL net/bridge/bridge 0xff44cb33 br_vlan_get_pvid +EXPORT_SYMBOL_GPL net/core/failover 0x5e1b3f76 failover_register +EXPORT_SYMBOL_GPL net/core/failover 0xc7a94954 failover_unregister +EXPORT_SYMBOL_GPL net/core/failover 0xd564604a failover_slave_unregister +EXPORT_SYMBOL_GPL net/dccp/dccp 0x0dbda327 dccp_recvmsg +EXPORT_SYMBOL_GPL net/dccp/dccp 0x103aa148 dccp_reqsk_init +EXPORT_SYMBOL_GPL net/dccp/dccp 0x11d3fca0 dccp_set_state +EXPORT_SYMBOL_GPL net/dccp/dccp 0x148d9c65 dccp_destruct_common +EXPORT_SYMBOL_GPL net/dccp/dccp 0x14e6c3ee dccp_rcv_state_process +EXPORT_SYMBOL_GPL net/dccp/dccp 0x182ec2bf dccp_ackvec_parsed_add +EXPORT_SYMBOL_GPL net/dccp/dccp 0x1a2475fd dccp_setsockopt +EXPORT_SYMBOL_GPL net/dccp/dccp 0x2612c68c dccp_poll +EXPORT_SYMBOL_GPL net/dccp/dccp 0x26770af5 dccp_send_sync +EXPORT_SYMBOL_GPL net/dccp/dccp 0x38f67048 dccp_parse_options +EXPORT_SYMBOL_GPL net/dccp/dccp 0x465bf985 dccp_shutdown +EXPORT_SYMBOL_GPL net/dccp/dccp 0x4cdd391d dccp_feat_list_purge +EXPORT_SYMBOL_GPL net/dccp/dccp 0x4eabff18 dccp_insert_option +EXPORT_SYMBOL_GPL net/dccp/dccp 0x509614d3 dccp_sendmsg +EXPORT_SYMBOL_GPL net/dccp/dccp 0x59814a84 dccp_statistics +EXPORT_SYMBOL_GPL net/dccp/dccp 0x5ac1237d dccp_reqsk_send_ack +EXPORT_SYMBOL_GPL net/dccp/dccp 0x622d29e0 dccp_init_sock +EXPORT_SYMBOL_GPL net/dccp/dccp 0x63361b7c dccp_destroy_sock +EXPORT_SYMBOL_GPL net/dccp/dccp 0x64cd91b6 dccp_done +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 0x8c85ef31 dccp_ioctl +EXPORT_SYMBOL_GPL net/dccp/dccp 0x9598d24d dccp_ackvec_parsed_cleanup +EXPORT_SYMBOL_GPL net/dccp/dccp 0x96850361 dccp_connect +EXPORT_SYMBOL_GPL net/dccp/dccp 0x9d949b6d dccp_ctl_make_reset +EXPORT_SYMBOL_GPL net/dccp/dccp 0xa5240da1 dccp_sync_mss +EXPORT_SYMBOL_GPL net/dccp/dccp 0xa696c502 dccp_check_req +EXPORT_SYMBOL_GPL net/dccp/dccp 0xaac43092 dccp_getsockopt +EXPORT_SYMBOL_GPL net/dccp/dccp 0xab47e5f0 dccp_rcv_established +EXPORT_SYMBOL_GPL net/dccp/dccp 0xc95c922e dccp_feat_signal_nn_change +EXPORT_SYMBOL_GPL net/dccp/dccp 0xca9e71be inet_dccp_listen +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 0xe869d8b9 dccp_disconnect +EXPORT_SYMBOL_GPL net/dccp/dccp 0xe9a9b928 dccp_child_process +EXPORT_SYMBOL_GPL net/dccp/dccp 0xeaf91147 dccp_make_response +EXPORT_SYMBOL_GPL net/dccp/dccp 0xf96e71c4 dccp_create_openreq_child +EXPORT_SYMBOL_GPL net/dccp/dccp 0xfb65b78c dccp_feat_nn_get +EXPORT_SYMBOL_GPL net/dccp/dccp 0xfc191139 dccp_close +EXPORT_SYMBOL_GPL net/dccp/dccp 0xfd9209aa dccp_send_ack +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x37e252ea dccp_v4_send_check +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x4333bc7c dccp_v4_conn_request +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x4c4da650 dccp_v4_request_recv_sock +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x7b56cc6d dccp_invalid_packet +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0xb5fbf46e dccp_v4_do_rcv +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0xee723127 dccp_v4_connect +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x03333198 dsa_register_switch +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x0c6039ac dsa_flush_workqueue +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x0cb313bd dsa_tag_drivers_unregister +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x115a20af dsa_fdb_present_in_other_db +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x1d1ef571 dsa_devlink_resource_register +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x23d11ed7 dsa_tag_8021q_register +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x24036b5e dsa_port_from_netdev +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x2466a017 dsa_devlink_params_unregister +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x25ba8efa dsa_switch_suspend +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x319b8cbd dsa_devlink_resources_unregister +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x417d1fed dsa_8021q_rx_switch_id +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x4335e03e 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 0x46339d46 dsa_switch_find +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x4b3f88e3 dsa_switch_shutdown +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x4c14e8fe dsa_devlink_region_create +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x6b1ceaf8 dsa_tag_8021q_bridge_leave +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x6d6d67ed dsa_devlink_resource_occ_get_unregister +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x70165ca4 dsa_mdb_present_in_other_db +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x89b1819c dsa_tag_8021q_unregister +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x89ce2d38 dsa_devlink_params_register +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x9e59271d dsa_8021q_rx_source_port +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xa1589f8c dsa_enqueue_skb +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xa542a34b dsa_tag_8021q_find_port_by_vbid +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xb50ecbc9 dsa_unregister_switch +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xbb7db8cb dsa_slave_dev_check +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xc1310ece dsa_8021q_xmit +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xc23e8d5f dsa_devlink_region_destroy +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xc4e76e06 dsa_tag_8021q_standalone_vid +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xcd463d10 dsa_devlink_resource_occ_get_register +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xd077e855 dsa_devlink_param_get +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xd563b933 dsa_port_phylink_mac_change +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xd79bf135 dsa_devlink_port_region_create +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xea2ae79d dsa_tag_drivers_register +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xed8b0d2d dsa_8021q_rcv +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xf13e1803 vid_is_dsa_8021q +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xf40ae3f2 dsa_switch_resume +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xfd3e2b67 dsa_devlink_param_set +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x2dedad3a nl802154_scan_event +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x779dccd6 ieee802154_hdr_pull +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x87e2553b ieee802154_max_payload +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x940032bd ieee802154_hdr_peek +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0xb1b09cd1 ieee802154_hdr_push +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0xb6e83f6d ieee802154_hdr_peek_addrs +EXPORT_SYMBOL_GPL net/ife/ife 0x0d06ae92 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 0x84cdb106 ife_decode +EXPORT_SYMBOL_GPL net/ife/ife 0xe7888e98 ife_tlv_meta_encode +EXPORT_SYMBOL_GPL net/ipv4/esp4 0x1c0582e9 esp_output_head +EXPORT_SYMBOL_GPL net/ipv4/esp4 0x4f03e0f9 esp_output_tail +EXPORT_SYMBOL_GPL net/ipv4/esp4 0x94529e0f esp_input_done2 +EXPORT_SYMBOL_GPL net/ipv4/gre 0x376c2d24 gre_del_protocol +EXPORT_SYMBOL_GPL net/ipv4/gre 0xcd2122f1 gre_add_protocol +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x01b4d012 inet_diag_dump_icsk +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x47a2a3f1 inet_diag_unregister +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x69a815d6 inet_diag_msg_attrs_fill +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x748ae09d inet_diag_register +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x7b8ccbad inet_diag_bc_sk +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x9002892c inet_diag_find_one_icsk +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0xae3560fb inet_diag_dump_one_icsk +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0xc08ab4e4 inet_sk_diag_fill +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0xd4cf38fa inet_diag_msg_common_fill +EXPORT_SYMBOL_GPL net/ipv4/ip_gre 0x9a2733a5 gretap_fb_dev_create +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x0a3356fd ip_tunnel_xmit +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x1174b773 ip_md_tunnel_xmit +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x1c94195f ip_tunnel_lookup +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x25bddaa3 ip_tunnel_dellink +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x2d6c624c ip_tunnel_ctl +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x47ad51ec ip_tunnel_setup +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x75cffeff ip_tunnel_init +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x83ee1b05 ip_tunnel_rcv +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x89cdb47f ip_tunnel_init_net +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xa1bc5016 ip_tunnel_uninit +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xb2f936fe ip_tunnel_newlink +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xd0a170dc __ip_tunnel_change_mtu +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xe484b609 ip_tunnel_siocdevprivate +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xe531c20b ip_tunnel_encap_setup +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xe7f7c636 ip_tunnel_delete_nets +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xf9a97ae6 ip_tunnel_change_mtu +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xfa79355a ip_tunnel_changelink +EXPORT_SYMBOL_GPL net/ipv4/netfilter/arp_tables 0xf506543f arpt_alloc_initial_table +EXPORT_SYMBOL_GPL net/ipv4/netfilter/ip_tables 0x17f75749 ipt_alloc_initial_table +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_defrag_ipv4 0x26f912d8 nf_defrag_ipv4_disable +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_defrag_ipv4 0x2806de23 nf_defrag_ipv4_enable +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_dup_ipv4 0x5952aeb2 nf_dup_ipv4 +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0x03263b45 nf_reject_skb_v4_tcp_reset +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0x11ac813e nf_send_unreach +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0x2d07acd2 nf_reject_ip_tcphdr_put +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0x3e782864 nf_reject_skb_v4_unreach +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0x563a85ae nf_send_reset +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0x5ae59748 nf_reject_ip_tcphdr_get +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0xfb3c2469 nf_reject_iphdr_put +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_socket_ipv4 0xc4643979 nf_sk_lookup_slow_v4 +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_tproxy_ipv4 0x93c04d92 nf_tproxy_laddr4 +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_tproxy_ipv4 0xa7ee4891 nf_tproxy_handle_time_wait4 +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_tproxy_ipv4 0xdb2f15a0 nf_tproxy_get_sock_v4 +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nft_fib_ipv4 0x461842b3 nft_fib4_eval +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nft_fib_ipv4 0x9e84404f nft_fib4_eval_type +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x35d22826 tcp_vegas_pkts_acked +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0xb118c63e tcp_vegas_init +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0xc1f94790 tcp_vegas_get_info +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0xc2e9e9a6 tcp_vegas_cwnd_event +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0xf93bd240 tcp_vegas_state +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0x1091dd94 udp_tunnel_push_rx_port +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0x2886c3c0 udp_tunnel_xmit_skb +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0x3bf5d76a udp_tunnel_notify_add_rx_port +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0x79dd8784 setup_udp_tunnel_sock +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0x9ce97de7 udp_tunnel_drop_rx_port +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0xae2e4cdd udp_tun_rx_dst +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0xc3d1af09 udp_tunnel_sock_release +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0xdb25af09 udp_tunnel_notify_del_rx_port +EXPORT_SYMBOL_GPL net/ipv6/esp6 0x1e6852d1 esp6_input_done2 +EXPORT_SYMBOL_GPL net/ipv6/esp6 0x6e52b6be esp6_output_tail +EXPORT_SYMBOL_GPL net/ipv6/esp6 0x7a0dbd4d esp6_output_head +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0x4071c95b ip6_tnl_encap_setup +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0xb72de847 ip6_tnl_xmit_ctl +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0xde67b0e1 ip6_tnl_rcv_ctl +EXPORT_SYMBOL_GPL net/ipv6/ip6_udp_tunnel 0x2e22b0a5 udp_tunnel6_xmit_skb +EXPORT_SYMBOL_GPL net/ipv6/ip6_udp_tunnel 0x99d85892 udp_sock_create6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/ip6_tables 0x14ac7c4a ip6t_alloc_initial_table +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_defrag_ipv6 0x1117af5b nf_defrag_ipv6_enable +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_defrag_ipv6 0x217a2233 nf_defrag_ipv6_disable +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_defrag_ipv6 0xed1370cf nf_ct_frag6_gather +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_dup_ipv6 0xa14a0dd5 nf_dup_ipv6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0x058eccea nf_reject_ip6hdr_put +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0x1a828a2a nf_reject_ip6_tcphdr_put +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0x35d52a23 nf_reject_ip6_tcphdr_get +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0xaff64b3f nf_reject_skb_v6_unreach +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0xbcdceea0 nf_send_unreach6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0xe8e96f2e nf_reject_skb_v6_tcp_reset +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0xff1640bd nf_send_reset6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_socket_ipv6 0x43039810 nf_sk_lookup_slow_v6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_tproxy_ipv6 0x4b3bf0a1 nf_tproxy_handle_time_wait6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_tproxy_ipv6 0xa0cf1cc4 nf_tproxy_get_sock_v6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_tproxy_ipv6 0xf2bb4e34 nf_tproxy_laddr6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nft_fib_ipv6 0x1d615ee6 nft_fib6_eval_type +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nft_fib_ipv6 0x200d7fd6 nft_fib6_eval +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x11b282ac l2tp_session_delete +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x15f37e30 l2tp_session_get +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x215dcd95 l2tp_tunnel_delete +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x26ff0128 l2tp_session_get_nth +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x2af18725 l2tp_session_create +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x2fbc5ce4 l2tp_tunnel_register +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x30723c08 l2tp_session_dec_refcount +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x347108a1 l2tp_tunnel_inc_refcount +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x600527d0 l2tp_session_register +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x7745ee13 l2tp_tunnel_get_session +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x7aa4432d l2tp_session_set_header_len +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x9410709a l2tp_sk_to_tunnel +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x9caf5e88 l2tp_tunnel_create +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xa6c8af57 l2tp_session_get_by_ifname +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xac318ad0 l2tp_session_inc_refcount +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xb9fb72fa l2tp_tunnel_dec_refcount +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xcddbc9e1 l2tp_recv_common +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xe4a1de33 l2tp_tunnel_get_nth +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xe6225716 l2tp_udp_encap_recv +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xe8584e64 l2tp_tunnel_get +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xfa680b49 l2tp_xmit_skb +EXPORT_SYMBOL_GPL net/l2tp/l2tp_ip 0x28b2615d l2tp_ioctl +EXPORT_SYMBOL_GPL net/l2tp/l2tp_netlink 0x337f2432 l2tp_nl_unregister_ops +EXPORT_SYMBOL_GPL net/l2tp/l2tp_netlink 0xf76c6653 l2tp_nl_register_ops +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x0df6dbc5 ieee80211_calc_tx_airtime +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x158b5e4d ieeee80211_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 0x24e10467 ieee80211_resume_disconnect +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x2a9d9fb9 wdev_to_ieee80211_vif +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x355ae267 ieee80211_request_smps +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x396bc6ab ieee80211_iterate_stations_atomic +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x3b447ab8 ieee80211_remain_on_channel_expired +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x4ae43f5f ieee80211_calc_rx_airtime +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x67c62358 ieee80211_find_sta_by_ifaddr +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x6dfb2d22 ieee80211_ready_on_channel +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x76067719 ieee80211_iterate_active_interfaces_mtx +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x783040f9 ieee80211_iter_chan_contexts_atomic +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x7f97a914 ieee80211_ave_rssi +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x898f48ec ieee80211_color_change_finish +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x9e1c1431 ieee80211_key_replay +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xa662e2f8 ieee80211_find_sta_by_link_addrs +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xb106cb6b ieee80211_hw_restart_disconnect +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xb764ce2c ieee80211_iterate_stations +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xd004ea88 ieee80211_key_mic_failure +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xd275e2cd ieee80211_gtk_rekey_add +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xd394d8b8 ieee80211_gtk_rekey_notify +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xd6034e49 ieee80211_vif_to_wdev +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xd642962b ieee80211_iterate_active_interfaces_atomic +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xdbe9193a ieee80211_update_mu_groups +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xdc5069e6 ieee80211_iterate_interfaces +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xdc673505 ieee80211_set_active_links +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xe8838176 ieee80211_set_active_links_async +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xea792270 ieee80211_remove_key +EXPORT_SYMBOL_GPL net/mpls/mpls_router 0x88f19dbd nla_put_labels +EXPORT_SYMBOL_GPL net/mpls/mpls_router 0x8ba2d741 mpls_stats_inc_outucastpkts +EXPORT_SYMBOL_GPL net/mpls/mpls_router 0x8ee316eb nla_get_labels +EXPORT_SYMBOL_GPL net/mpls/mpls_router 0xa33a79f9 mpls_dev_mtu +EXPORT_SYMBOL_GPL net/mpls/mpls_router 0xc845d59c mpls_output_possible +EXPORT_SYMBOL_GPL net/mpls/mpls_router 0xe6633692 mpls_pkt_too_big +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x0af35d69 ip_set_elem_len +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x0d817b24 ip_set_get_ip4_port +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x22d966c6 ip_set_range_to_cidr +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x373ed4c0 ip_set_match_extensions +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x397f6231 ip_set_free +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x4f9a78b8 ip_set_add +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x57d0f3a6 ip_set_name_byindex +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x5d0de6fb ip_set_get_extensions +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x67379009 ip_set_test +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x72715d56 ip_set_get_ip6_port +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x7924b6de ip_set_hostmask_map +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x81fff2d1 ip_set_netmask_map +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x90da7b4d 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 0xa293f8a6 ip_set_get_ipaddr4 +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xad409899 ip_set_nfnl_get_byindex +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xb263fb3a ip_set_extensions +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xbec853e1 ip_set_type_register +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xc6e99056 ip_set_get_byname +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xcf1ec1d4 ip_set_init_comment +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xd015b95f ip_set_type_unregister +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xd772dee7 ip_set_nfnl_put +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xf3b4d4ae ip_set_alloc +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xf6c17129 ip_set_del +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xf7de3e90 ip_set_put_byindex +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xf95966ad ip_set_put_extensions +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0x4af04b71 unregister_ip_vs_pe +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0x7a6e2f3a register_ip_vs_pe +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0xa149c934 ip_vs_conn_out_get_proto +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0xb69f1c50 ip_vs_conn_in_get_proto +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0x3121860b nf_conncount_count +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0x67de3df1 nf_conncount_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0x7c89a55b nf_conncount_init +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0xa47ba57d nf_conncount_add +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0xc91b636b nf_conncount_gc_list +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 0x0180adeb nf_conntrack_alter_reply +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x038bfa3c nf_conntrack_hash_check_insert +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0460ec0f nf_ct_invert_tuple +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x059dc3f1 nf_conntrack_helper_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0bc00f80 nf_nat_helper_try_module_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0c22aa01 nf_ct_tmpl_free +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0cbfbb36 nf_ct_kill_acct +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0ec15ba0 nf_ct_helper_expectfn_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x14badf77 nf_conntrack_free +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x189dc6fe nf_ct_expect_related_report +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x1a9485df __nf_conntrack_helper_find +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x1c135bf2 nf_ct_expect_iterate_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x1f6b051e __nf_ct_expect_find +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x210ff33a nf_ct_tmpl_alloc +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x2171cc42 nf_conntrack_tuple_taken +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x2469601e nf_l4proto_log_invalid +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x25f13b2a __nf_ct_change_timeout +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x267d0d52 nf_ct_add_helper +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x26b5da13 nf_ct_bridge_register +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 0x29b2e884 nf_ct_change_status_common +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x2b727e53 nf_ct_set_timeout +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x2e47c65e nf_ct_expect_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x2ec2849a nf_confirm +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x31f1e1a0 nf_conntrack_find_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x355222aa nf_ct_timeout_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x374bded0 nf_conntrack_helpers_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x3ddae82d nf_ct_l4proto_find +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x4092f936 nf_ct_seqadj_init +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x47106ef7 nf_nat_helper_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x4a12c355 nf_ct_untimeout +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x4b5ffa3d nf_ct_bridge_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x4cdc325c nf_conntrack_helper_try_module_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x4dbfd6e9 nf_conntrack_helpers_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x537b90b9 nf_ct_helper_log +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x5469c14b nf_nat_helper_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x54c670f3 __nf_ct_refresh_acct +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x563eb800 nf_ct_ecache_ext_add +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x57730b68 nf_ct_seq_offset +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x5f1b2265 nf_ct_iterate_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x5fbb7a8f nf_conntrack_unregister_notifier +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x693c3961 nf_ct_helper_hash +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x71889694 nf_ct_netns_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x742e9b07 nf_ct_expect_init +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x752f0aa2 nf_ct_port_nlattr_to_tuple +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x79cbc00c nf_ct_acct_add +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x7f1439b6 nf_ct_gre_keymap_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8042d709 nf_ct_unlink_expect_report +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x80cd40c8 nf_conntrack_register_notifier +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8b3bec98 nf_ct_tcp_seqadj_set +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8becb5f5 nf_conntrack_count +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8c26f2a0 nf_ct_seq_adjust +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8f6dec06 nf_ct_delete +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8ffe7e89 nf_conntrack_htable_size +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x90cbba30 nf_connlabels_replace +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x90cf0b30 nf_ct_remove_expect +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x92827967 __nf_conntrack_confirm +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x983fc7eb nf_ct_helper_expectfn_find_by_name +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x9a9d7a0f nf_ct_port_tuple_to_nlattr +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x9aad7f52 nf_ct_deliver_cached_events +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x9adb7399 nf_conntrack_expect_lock +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x9d660b23 nf_ct_helper_init +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xa8729c86 nf_ct_helper_expectfn_find_by_symbol +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xa8bc5cd6 nf_ct_expect_alloc +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xaead02ba nf_nat_helper_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xaf0847f0 nf_conntrack_locks +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb0919f9f nf_ct_seqadj_set +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb17e33c7 nf_ct_remove_expectations +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb2bb0a55 nf_ct_helper_expectfn_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb39356f5 nf_ct_port_nla_policy +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb40e4b2b nf_ct_unexpect_related +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb4a89d62 nf_ct_destroy_timeout +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb81c9c43 nf_ct_helper_ext_add +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xbb2d49d7 nf_conntrack_alloc +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc11e6ada nf_conntrack_helper_put +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 0xc58cf7fe nf_conntrack_in +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xcaac7255 nf_conn_pernet_ecache +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd4b76d4d __nf_ct_change_status +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd505c3e0 nf_ct_port_nlattr_tuple_size +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd5718628 nf_ct_helper +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd915b745 nf_ct_l4proto_log_invalid +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd952bb1d nf_connlabels_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd9912ca5 nf_ct_netns_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xda58168c __nf_ct_try_assign_helper +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xdba7326b nf_conntrack_lock +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xdd5aa45e nf_ct_get_id +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xdf4941ae nf_ct_expect_iterate_net +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xdf7bff5a nf_conntrack_eventmask_report +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xe4bd9015 nf_ct_get_tuplepr +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xe6eac7d1 nf_ct_iterate_cleanup_net +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xec8beba6 nf_ct_expect_hash +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf047bd5c nf_connlabels_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf38bcdf3 nf_conntrack_max +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf4c63049 nf_ct_expect_find_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf75920e5 nf_ct_gre_keymap_add +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xfde040db nf_conntrack_helper_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_amanda 0x5e3dd385 nf_nat_amanda_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_broadcast 0x22600600 nf_conntrack_broadcast_help +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_ftp 0x92a8c38d nf_nat_ftp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x0d868c69 nfct_h323_nat_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x52f53756 get_h225_addr +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_irc 0x12cd3085 nf_nat_irc_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_pptp 0xf23d3280 nf_nat_pptp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x028756b9 nf_nat_sip_hooks +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x0303c25c ct_sip_parse_numerical_param +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x42d9e151 ct_sip_parse_address_param +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x5a00f900 ct_sip_get_header +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x795b1829 ct_sip_parse_header_uri +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x82839b52 ct_sip_parse_request +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0xaeb9cc03 ct_sip_get_sdp_header +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_snmp 0x1d449be5 nf_nat_snmp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_tftp 0x97a577f5 nf_nat_tftp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_dup_netdev 0x62f8be1c nft_fwd_dup_netdev_offload +EXPORT_SYMBOL_GPL net/netfilter/nf_dup_netdev 0xe367e75d nf_dup_netdev_egress +EXPORT_SYMBOL_GPL net/netfilter/nf_dup_netdev 0xf48ab3d4 nf_fwd_netdev_egress +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x0045e552 nf_flow_table_init +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x069f4245 flow_offload_lookup +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x2dd6b98d nf_flow_snat_port +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x3369016c flow_offload_alloc +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x37b271b8 nf_flow_table_free +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x3d69c604 nf_flow_rule_route_ipv6 +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x60fd13ee nf_flow_offload_ip_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x80dbc0c1 flow_offload_free +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x846d9940 nf_flow_table_offload_setup +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x8504d3aa nf_flow_table_cleanup +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x8725db5a flow_offload_teardown +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x9f310ba8 flow_offload_add +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xaf855a86 nf_flow_rule_route_ipv4 +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xc95dba6a flow_offload_refresh +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xefca127d flow_offload_route_init +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xf2199047 nf_flow_dnat_port +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xf717fc8a nf_flow_offload_ipv6_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x0efad515 nf_nat_redirect_ipv6 +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x221cab68 nf_nat_ipv4_unregister_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x270111cb nf_nat_packet +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x2735678c nf_nat_masquerade_ipv4 +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x3bc17c49 nf_nat_masquerade_inet_register_notifiers +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x43fe573d nf_nat_icmpv6_reply_translation +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x4b7cdec4 nf_ct_nat +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x6611c2fc nf_ct_nat_ext_add +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x6b00b3ba nf_nat_inet_unregister_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x6c46b783 nf_nat_inet_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x7b0ea38e nf_nat_redirect_ipv4 +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x87d15377 nf_nat_masquerade_ipv6 +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x8837482e nf_nat_ipv4_register_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x8f969384 nf_nat_alloc_null_binding +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xa0619a0e nf_nat_ipv6_register_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xb2ba3cdf nf_nat_exp_find_port +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xbd0b32ec 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 0xdf451464 nf_nat_ipv6_unregister_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xe9918699 nf_nat_icmp_reply_translation +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x0d41d6f6 nf_synproxy_ipv6_init +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x1f099794 synproxy_init_timestamp_cookie +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x3152eab3 synproxy_send_client_synack +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x3a4c044d synproxy_parse_options +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x517783a0 synproxy_send_client_synack_ipv6 +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x5a3d5b56 nf_synproxy_ipv4_fini +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x62c8f05a ipv6_synproxy_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x82c0b4f2 nf_synproxy_ipv6_fini +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x8d873265 synproxy_recv_client_ack +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xca9fc082 synproxy_net_id +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xd5bc3952 nf_synproxy_ipv4_init +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xda8aa446 ipv4_synproxy_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xe4ae5b17 synproxy_recv_client_ack_ipv6 +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x11690219 nft_chain_validate +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x16f6f943 nft_unregister_chain_type +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x1aef8004 nft_parse_register_store +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x1f75f998 nft_meta_set_dump +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x2013cd2a nft_meta_get_dump +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x2294eaf0 nft_flowtable_lookup +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x30d0b2bf nft_unregister_flowtable_type +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x3251d762 nf_tables_trans_destroy_flush_work +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x342e6f24 nft_register_obj +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x358e322a nft_meta_get_reduce +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x41b71e65 nft_trace_enabled +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x43fe8057 nft_set_lookup_global +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x445c8501 nft_request_module +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x45efecd8 __nft_reg_track_cancel +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x49a82259 nft_register_flowtable_type +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x4cecbb60 nft_meta_policy +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x555c33e7 nft_meta_set_eval +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x5af76cc5 nft_meta_get_init +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x5d0f4059 nft_chain_validate_dependency +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x5fb53a4c nft_data_release +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x608d1f2f nf_tables_destroy_set +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x633abc9a nf_tables_deactivate_flowtable +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x759d5d59 nft_unregister_obj +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x76170c04 nft_reg_track_update +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x866843d7 nft_data_init +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x8920b0f7 __nft_release_basechain +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x89c6a53a nf_tables_activate_set +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x91c160d4 nft_unregister_expr +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x93c85c5a nf_tables_deactivate_set +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x9810c642 nft_meta_inner_eval +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x9911476f nft_set_catchall_lookup +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x9a16410a nft_meta_set_init +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xaaac9ecc nf_tables_bind_set +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xab2769c0 nft_set_elem_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xae47eb8d nft_chain_validate_hooks +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xb5daf999 nft_meta_set_validate +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xc408684a nft_register_chain_type +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xc7e5dad0 nft_reg_track_cancel +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xd29774a6 nft_data_dump +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xd2b8fe1d nft_dump_register +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xd2d234f8 nft_meta_set_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xd663e7fe nft_expr_reduce_bitwise +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xd9cace2a nft_do_chain +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xde57b5f5 nft_parse_u32_check +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xdeb1f5d8 nft_meta_get_eval +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xe2b8cc13 nft_parse_register_load +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xeca5de6b nft_register_expr +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xf188c944 nft_obj_lookup +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xf548f3d2 nft_obj_notify +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x093f7b88 nfnetlink_has_listeners +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x0cec113c nfnetlink_set_err +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x20c325ae nfnetlink_send +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x292de524 nfnetlink_unicast +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x5ce3b588 nfnl_lock +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x83aca294 nfnetlink_broadcast +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0xa2dc8cca nfnetlink_subsys_unregister +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0xdb065657 nfnl_unlock +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0xdd6cf754 nfnetlink_subsys_register +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0x0624923e nfnl_acct_find_get +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0xacbf22aa nfnl_acct_overquota +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0xbecf5d14 nfnl_acct_put +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0xce0d2eed nfnl_acct_update +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_osf 0x35eff5e0 nf_osf_fingers +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_osf 0x3608f45d nf_osf_find +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_osf 0x51131949 nf_osf_match +EXPORT_SYMBOL_GPL net/netfilter/nft_fib 0x5c1ee038 nft_fib_store_result +EXPORT_SYMBOL_GPL net/netfilter/nft_fib 0x62f2888a nft_fib_init +EXPORT_SYMBOL_GPL net/netfilter/nft_fib 0x83972ad5 nft_fib_validate +EXPORT_SYMBOL_GPL net/netfilter/nft_fib 0xa1a5ee06 nft_fib_dump +EXPORT_SYMBOL_GPL net/netfilter/nft_fib 0xf9045965 nft_fib_reduce +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0x1de558c1 nft_reject_icmpv6_code +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0x36e13422 nft_reject_validate +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0x7a4b3868 nft_reject_dump +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0x9d46ccf8 nft_reject_policy +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0xdce5f7e4 nft_reject_init +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0xe2c84666 nft_reject_icmp_code +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x04e27719 xt_compat_flush_offsets +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x10c4c876 xt_check_target +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x27882814 xt_match_to_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x28081b9f xt_register_table +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x2bbade74 xt_unregister_table +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x4d53cf8f xt_replace_table +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x5052c128 xt_compat_match_offset +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x5bca07d6 xt_request_find_target +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x5fac4c03 xt_request_find_table_lock +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x68f450eb xt_compat_target_to_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x73176a7e xt_unregister_template +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x75647ef8 xt_find_table_lock +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x77d4f6f4 xt_compat_target_from_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x7bce4603 xt_data_to_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x807d2b2c xt_recseq +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x823edea5 xt_compat_add_offset +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x8336965d xt_hook_ops_alloc +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x91a4e99d xt_proto_fini +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 0xacb8580d xt_register_template +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xb4c5456a xt_compat_match_from_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 0xcb53d355 xt_compat_target_offset +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xd1e246a2 xt_compat_unlock +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xd2b21409 xt_target_to_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xd3fcc511 xt_tee_enabled +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xd5ee4ad1 xt_check_match +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xddf68fc6 xt_find_revision +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xdf40a7d5 xt_proto_init +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xe296ec35 xt_table_unlock +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xf1b193ce xt_request_find_match +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xf6abeb06 xt_copy_counters +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xfd492275 xt_compat_match_to_user +EXPORT_SYMBOL_GPL net/netfilter/xt_RATEEST 0x0b711672 xt_rateest_put +EXPORT_SYMBOL_GPL net/netfilter/xt_RATEEST 0x3422a6b7 xt_rateest_lookup +EXPORT_SYMBOL_GPL net/nfc/nci/nci_spi 0x8431124d nci_spi_read +EXPORT_SYMBOL_GPL net/nfc/nci/nci_spi 0xc9d8678f nci_spi_allocate_spi +EXPORT_SYMBOL_GPL net/nfc/nci/nci_spi 0xf02a5160 nci_spi_send +EXPORT_SYMBOL_GPL net/nfc/nci/nci_uart 0x882fadf2 nci_uart_register +EXPORT_SYMBOL_GPL net/nfc/nci/nci_uart 0xef1b78c5 nci_uart_unregister +EXPORT_SYMBOL_GPL net/nfc/nci/nci_uart 0xf4961206 nci_uart_set_config +EXPORT_SYMBOL_GPL net/nsh/nsh 0x29dcec61 nsh_pop +EXPORT_SYMBOL_GPL net/nsh/nsh 0x341904b3 nsh_push +EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0x021f155e __ovs_vport_ops_register +EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0x0ab67ec4 ovs_netdev_tunnel_destroy +EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0x1b9dba85 ovs_vport_alloc +EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0xb1c46e53 ovs_vport_ops_unregister +EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0xbe2134e5 ovs_netdev_link +EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0xcb2bb81b ovs_vport_free +EXPORT_SYMBOL_GPL net/psample/psample 0x3a067e8b psample_group_get +EXPORT_SYMBOL_GPL net/psample/psample 0x7944cc3a psample_sample_packet +EXPORT_SYMBOL_GPL net/psample/psample 0x7ebc974c psample_group_put +EXPORT_SYMBOL_GPL net/psample/psample 0x8f56477b psample_group_take +EXPORT_SYMBOL_GPL net/qrtr/qrtr 0x1d658bcb 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 0xaa5438dd qrtr_endpoint_register +EXPORT_SYMBOL_GPL net/qrtr/qrtr 0xb946eff9 qrtr_endpoint_unregister +EXPORT_SYMBOL_GPL net/rds/rds 0x00a467af rds_wq +EXPORT_SYMBOL_GPL net/rds/rds 0x06c53141 rds_atomic_send_complete +EXPORT_SYMBOL_GPL net/rds/rds 0x183a9858 rds_connect_complete +EXPORT_SYMBOL_GPL net/rds/rds 0x18ee0b10 rds_conn_drop +EXPORT_SYMBOL_GPL net/rds/rds 0x1abe261d rds_send_xmit +EXPORT_SYMBOL_GPL net/rds/rds 0x1ea59da0 rds_conn_path_drop +EXPORT_SYMBOL_GPL net/rds/rds 0x20c5e653 rds_cong_map_updated +EXPORT_SYMBOL_GPL net/rds/rds 0x29b2d08f rds_message_addref +EXPORT_SYMBOL_GPL net/rds/rds 0x2b0d543c rds_message_add_extension +EXPORT_SYMBOL_GPL net/rds/rds 0x2b7f3d32 rds_conn_create +EXPORT_SYMBOL_GPL net/rds/rds 0x3262895f rds_info_register_func +EXPORT_SYMBOL_GPL net/rds/rds 0x36087aa4 rds_stats +EXPORT_SYMBOL_GPL net/rds/rds 0x3af8f4f3 rds_inc_path_init +EXPORT_SYMBOL_GPL net/rds/rds 0x3c2b672c rds_connect_path_complete +EXPORT_SYMBOL_GPL net/rds/rds 0x3e46d419 rds_send_path_drop_acked +EXPORT_SYMBOL_GPL net/rds/rds 0x45a4781e rds_addr_cmp +EXPORT_SYMBOL_GPL net/rds/rds 0x48c0ab9c rds_inc_init +EXPORT_SYMBOL_GPL net/rds/rds 0x5452802a rds_message_put +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 0x5ee3c426 rds_trans_register +EXPORT_SYMBOL_GPL net/rds/rds 0x6520de71 rds_conn_path_connect_if_down +EXPORT_SYMBOL_GPL net/rds/rds 0x6c2f2e84 rds_inc_put +EXPORT_SYMBOL_GPL net/rds/rds 0x6cc6b3e7 rds_conn_connect_if_down +EXPORT_SYMBOL_GPL net/rds/rds 0x6db8acd9 rds_info_deregister_func +EXPORT_SYMBOL_GPL net/rds/rds 0x73b7855a rds_conn_create_outgoing +EXPORT_SYMBOL_GPL net/rds/rds 0x7f07f35a rds_conn_destroy +EXPORT_SYMBOL_GPL net/rds/rds 0x815b0403 rds_for_each_conn_info +EXPORT_SYMBOL_GPL net/rds/rds 0x85e4e520 rds_stats_info_copy +EXPORT_SYMBOL_GPL net/rds/rds 0x9dcbbbf0 rds_page_remainder_alloc +EXPORT_SYMBOL_GPL net/rds/rds 0xb0c70d27 rds_send_drop_acked +EXPORT_SYMBOL_GPL net/rds/rds 0xb4b9cfa2 rds_recv_incoming +EXPORT_SYMBOL_GPL net/rds/rds 0xb82f455a rds_rdma_send_complete +EXPORT_SYMBOL_GPL net/rds/rds 0xc2dab779 rds_info_copy +EXPORT_SYMBOL_GPL net/rds/rds 0xd0053842 rds_trans_unregister +EXPORT_SYMBOL_GPL net/rds/rds 0xe7f023b0 rds_send_path_reset +EXPORT_SYMBOL_GPL net/rds/rds 0xecf0c98c rds_message_unmapped +EXPORT_SYMBOL_GPL net/rds/rds 0xfdb0df65 rds_send_ping +EXPORT_SYMBOL_GPL net/sched/sch_pie 0x2ce4abdf pie_drop_early +EXPORT_SYMBOL_GPL net/sched/sch_pie 0x6ce9b467 pie_calculate_probability +EXPORT_SYMBOL_GPL net/sched/sch_pie 0x955c63e9 pie_process_dequeue +EXPORT_SYMBOL_GPL net/sched/sch_taprio 0x19fe655b taprio_offload_free +EXPORT_SYMBOL_GPL net/sched/sch_taprio 0x78555058 taprio_offload_get +EXPORT_SYMBOL_GPL net/sctp/sctp 0x6fefe85b sctp_transport_traverse_process +EXPORT_SYMBOL_GPL net/sctp/sctp 0x96d0d1f7 sctp_for_each_endpoint +EXPORT_SYMBOL_GPL net/sctp/sctp 0xa58f1b2e sctp_transport_lookup_process +EXPORT_SYMBOL_GPL net/sctp/sctp 0xd6de2fa0 sctp_get_sctp_info +EXPORT_SYMBOL_GPL net/smc/smc 0x01cd5079 smcd_alloc_dev +EXPORT_SYMBOL_GPL net/smc/smc 0x16a8ffde smc_proto6 +EXPORT_SYMBOL_GPL net/smc/smc 0x2a1e740e smcd_unregister_dev +EXPORT_SYMBOL_GPL net/smc/smc 0x3807a8a6 smcd_handle_irq +EXPORT_SYMBOL_GPL net/smc/smc 0x3f8e5e88 smc_proto +EXPORT_SYMBOL_GPL net/smc/smc 0x834af312 smc_hash_sk +EXPORT_SYMBOL_GPL net/smc/smc 0x8c199988 smcd_free_dev +EXPORT_SYMBOL_GPL net/smc/smc 0x99fcdaa6 smc_unhash_sk +EXPORT_SYMBOL_GPL net/smc/smc 0xd41819fe smcd_register_dev +EXPORT_SYMBOL_GPL net/smc/smc 0xe3524ba0 smcd_handle_event +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x38d3dce5 g_make_token_header +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x442230ca svcauth_gss_flavor +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x482ac5a4 g_token_size +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x5bbe64ce svcauth_gss_register_pseudoflavor +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x6f50bbbd gss_mech_unregister +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x7df181f3 gss_mech_register +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0xd7673035 g_verify_token_header +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x007a6947 xprt_adjust_cwnd +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x009e5d36 xdr_stream_subsegment +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x00aac48e rpc_clnt_xprt_switch_add_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x01efbe04 rpcauth_init_cred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0256305a rpc_peeraddr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x03c393ba svc_rqst_free +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x045a4abb rpc_restart_call_prepare +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x045d8c38 rpc_count_iostats_metrics +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x048bc715 xprt_request_get_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x04da380f rpc_prepare_reply_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x054f1796 rpc_task_timeout +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x05d2bf43 rpc_uaddr2sockaddr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x05e807a9 xdr_encode_string +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x064776f9 svc_xprt_destroy_all +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x065994f1 xdr_encode_opaque_fixed +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x06ae60e3 sunrpc_destroy_cache_detail +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x06d61898 svc_max_payload +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0867d0e3 cache_seq_next_rcu +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x099fdebe bc_svc_process +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0b9a23b9 svc_xprt_enqueue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0c00b205 rpc_set_connect_timeout +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0d273364 rpc_sleep_on +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0d5fdce5 rpc_get_sb_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0d9e9f31 rpc_bind_new_program +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0de070b6 rpc_pton +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0f2c5488 rpc_add_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0f51454d rpc_init_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0f83ba5e xdr_stream_move_subsegment +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0fd7b2dd rpcauth_lookupcred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x12ba732e rpcauth_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x12d9c230 rpc_clnt_iterate_for_each_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x137729c4 rpc_restart_call +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x14b8730e rpc_clnt_swap_deactivate +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x15368e0f xprt_alloc_slot +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x15540967 sunrpc_cache_register_pipefs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x15e8833a sunrpc_cache_update +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1609e90c svc_xprt_names +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x16903eb3 xdr_init_encode_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1805347f put_rpccred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1ae43128 svc_fill_write_vector +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1bb7d564 rpc_net_ns +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1e119a79 rpcauth_get_pseudoflavor +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1eb74291 rpc_malloc +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1f36d56e svc_encode_result_payload +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1f9da708 xprt_update_rtt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2387520d xprt_complete_rqst +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x23adac51 svc_proc_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x24aa0d91 rpc_proc_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x24c493b3 xprt_destroy_backchannel +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x25240ac0 sunrpc_cache_pipe_upcall +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x253f4f86 xprt_force_disconnect +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x26581dfa rpc_count_iostats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2919b156 xdr_decode_string_inplace +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2ac70b77 xprt_unpin_rqst +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2b637938 svc_set_num_threads +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2e1cb9a0 rpc_clnt_setup_test_and_add_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2f27f326 rpc_destroy_pipe_data +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x30cfc83e rpc_wake_up_next +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x30f547eb sunrpc_init_cache_detail +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x317b42e1 svc_drop +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x31a89d59 rpc_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x33447116 svc_xprt_create +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x339f91cd rpc_wake_up_queued_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x34d184de rpc_wake_up_status +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x34e3f14e rpc_max_payload +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x36ce51af rpc_peeraddr2str +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3743b5b8 cache_create_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x37ba700e rpc_clnt_add_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x387e1639 rpc_pipefs_notifier_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3904a02f xprt_reserve_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x395c2251 rpc_proc_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3989bc5f xprt_write_space +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3bdde714 __xdr_commit_encode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3c12b1d7 write_bytes_to_xdr_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3c3a29ae rpc_task_release_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3e437c4a svc_bind +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3ed5caed rpc_sleep_on_priority +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3f9a2b0b rpcauth_get_gssinfo +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3fd8ac7d xdr_init_encode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4100bddd xprt_release_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x41e7980f cache_destroy_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x42651e7e rpc_mkpipe_data +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x430124ee svc_create +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x43acbc1e rpc_init_pipe_dir_head +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x43ee1d85 xprt_disconnect_done +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x44ef7474 rpc_run_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x460a94cb xdr_init_decode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x490394ca svc_xprt_deferred_close +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x49fe9b70 rpc_alloc_iostats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4a1afc10 rpc_delay +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4a815996 rpc_clnt_test_and_add_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4ae626c4 xdr_buf_from_iov +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4afedab1 xprtiod_workqueue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4d107547 xprt_get +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4d309b9d sunrpc_cache_pipe_upcall_timeout +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4dac77f0 xdr_encode_netobj +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4e0ccf54 rpc_setbufsize +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4e54d3a6 cache_check +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4e8f6ca7 sunrpc_net_id +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4e8fb235 svc_xprt_received +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4ef82b62 rpc_put_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x50396766 xprt_alloc +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5056d068 rpc_call_start +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x50e2d2c7 rpc_clnt_swap_activate +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x513cbb3b rpc_force_rebind +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x531bedfd rpc_d_lookup_sb +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x53352022 svc_seq_show +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x53445f68 nlm_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x540cb698 rpc_wake_up_first +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x549c0738 rpc_ntop +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x55364d2b xdr_shift_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x556cfc9c rpc_clnt_xprt_switch_has_addr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x57b6cb70 rpc_sleep_on_timeout +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5954577f xprt_free +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x59c02a34 svc_rpcbind_set_version +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5a45ba31 svc_auth_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5aafe1bb rpc_clnt_manage_trunked_xprts +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5dc072a0 svc_find_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5ec35975 xdr_enter_page +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6036ef96 svc_fill_symlink_pathname +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x609202f9 rpc_task_gfp_mask +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x61936165 rpc_call_async +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x619459ad svcauth_unix_set_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x61c30da5 xdr_process_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x63c565b3 svc_authenticate +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x648ed722 rpc_queue_upcall +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x665c4bb9 rpc_clnt_show_stats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x66669218 svc_xprt_put +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x66bf1b61 xprt_release_rqst_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x66ed2439 rpc_destroy_wait_queue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x68c80604 rpcauth_stringify_acceptor +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x68e65ff2 xdr_stream_decode_opaque_dup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x69073717 rpc_release_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x695e4f43 svc_rpcb_cleanup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6a64d2ed xdr_buf_trim +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6b2a8de3 rpc_clnt_xprt_switch_put +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6c7cd1ae svc_create_pooled +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6d6ef6e4 rpc_remove_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6e6eb7e0 xdr_buf_subsegment +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6e714636 rpc_clone_client_set_auth +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 0x72ab2fa9 rpc_sleep_on_priority_timeout +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x745221fc xdr_encode_array2 +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x77645d37 rpc_localaddr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7a6a662b xprt_unregister_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7d3d3c4b csum_partial_copy_to_xdr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7de53067 rpc_init_rtt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7f8381e8 svc_xprt_copy_addrs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x826ad8d8 rpc_unlink +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x84e95fe0 _copy_from_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x858b7e35 xdr_stream_pos +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x867d60d2 svc_process +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x86f70307 cache_seq_stop_rcu +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8853311c rpc_max_bc_payload +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8894ab92 rpcauth_destroy_credcache +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x88a012fd rpc_clone_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8d6b6d9e read_bytes_from_xdr_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8e3c0700 xprt_wait_for_reply_request_rtt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8e8e4ed8 xprt_wait_for_reply_request_def +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8ffc27ae xprt_wait_for_buffer_space +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x90b98bac rpcauth_wrap_req_encode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x90f1175a xprt_unlock_connect +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9105e943 svc_exit_thread +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x91c56aa4 sunrpc_cache_unregister_pipefs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x933f942c svc_unreg_xprt_class +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9554addf xdr_init_decode_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x95a30471 xdr_reserve_space +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9670b5a1 rpc_free_iostats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x973763d3 rpcb_getport_async +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x975901bf rpcauth_create +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x98dae9b3 xprt_wake_pending_tasks +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x99a00ab3 auth_domain_find +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x99aee353 rpc_init_priority_wait_queue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9bdf25f6 rpcauth_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9ed1d298 rpc_clnt_xprt_switch_remove_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9edace01 xdr_stream_zero +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa25e09a0 sunrpc_cache_unhash +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa400a505 rpc_put_sb_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa4bb7bc6 svc_age_temp_xprts_now +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa4fa214f rpcauth_unwrap_resp_decode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa6f5bbcd xprt_free_slot +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa76fbde7 xdr_inline_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa8a59174 svc_print_addr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa93c2858 xprt_setup_backchannel +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xac2d3d1f cache_unregister_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xac7b076d unix_domain_find +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xacef2bbc xdr_reserve_space_vec +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xad8ac60a rpc_pipe_generic_upcall +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xaf41d413 xprt_release_xprt_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xaf5bf6ef nfs_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xaf6f8b33 rpc_cancel_tasks +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xaf89879f cache_register_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb0ee739e xdr_page_pos +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb44c1757 xdr_decode_word +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb4a166ed xdr_stream_decode_string +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb51a3724 rpc_pipefs_notifier_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb5b226b8 cache_seq_start_rcu +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb8f2e6bf rpc_free +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb94723b4 sunrpc_cache_lookup_rcu +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbdb84d70 xdr_stream_decode_string_dup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbe55c60e cache_purge +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbef65dea svc_xprt_close +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbf3bf09a rpc_clnt_disconnect +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 0xc1d31bf3 svc_rqst_replace_page +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc1e9a64a xprt_add_backlog +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc2cb0746 xprt_lookup_rqst +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc2e8a414 gssd_running +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc3720447 rpc_switch_client_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc3890e9c xprt_put +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc48d1637 rpc_machine_cred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc53903ef rpcauth_init_credcache +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc7dddfa6 rpc_mkpipe_dentry +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc8a5161d xdr_set_pagelen +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc8bedaf4 xdr_decode_array2 +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc8e96dea qword_addhex +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc940d8a2 rpc_find_or_alloc_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc9f95891 svc_addsock +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcaa91164 xdr_write_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcb652b47 rpc_killall_tasks +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xce678a59 xdr_decode_netobj +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd13fbfda xdr_read_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd4c1df6c svc_reserve +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd4f018d8 xdr_encode_word +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd607af39 auth_domain_put +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd6880a26 xprt_wake_up_backlog +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd726f083 xdr_terminate_string +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd8c8ab78 xprt_pin_rqst +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xda98ec35 xprt_reconnect_backoff +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdbe17a3a svc_proc_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdd691402 xprt_find_transport_ident +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdf29034e xprt_reserve_xprt_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdfdb3d88 svc_generic_rpcbind_set +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdff0b31b xdr_inline_decode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe145e267 svc_generic_init_request +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe2a352c9 svc_auth_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe3a70798 rpc_num_bc_slots +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe435091f svc_sock_update_bufs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe5919cb1 xdr_encode_opaque +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe67588d3 xprt_lock_connect +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe94d1ea1 xprt_register_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe97f4ce5 qword_get +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xea39f44c xdr_stream_decode_opaque +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xedcf6be4 qword_add +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xee09a872 svc_set_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xeeacab69 rpc_update_rtt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xef0ab80a svc_wake_up +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xef1dba5e rpc_put_task_async +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xef843496 rpc_call_sync +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf0370501 rpc_shutdown_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf071e464 svcauth_unix_purge +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf08894af rpcauth_lookup_credcache +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf0b7775d rpc_init_wait_queue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf0fb1ecc svc_reg_xprt_class +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf2791525 rpc_wait_for_completion_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf3ec726e auth_domain_lookup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf4eaa49c rpc_create +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf61dd434 rpc_call_null +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf6b74fb3 svc_xprt_init +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf6bbd0ac xprt_reconnect_delay +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf6e3dac6 rpc_clnt_probe_trunked_xprts +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf91b313d svc_rpcb_setup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf94a3d3b svc_recv +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfd040f06 rpc_exit +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfd8829a6 svc_rqst_alloc +EXPORT_SYMBOL_GPL net/tls/tls 0x44385f89 tls_encrypt_skb +EXPORT_SYMBOL_GPL net/tls/tls 0x91accb10 tls_validate_xmit_skb +EXPORT_SYMBOL_GPL net/tls/tls 0xca8f410f tls_offload_tx_resync_request +EXPORT_SYMBOL_GPL net/tls/tls 0xd46b489c tls_device_sk_destruct +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x039278f3 virtio_transport_stream_is_active +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 0x0aa350c8 virtio_transport_connect +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x2e271005 virtio_transport_dgram_bind +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x30c15ac2 virtio_transport_notify_poll_in +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x3464addb virtio_transport_stream_has_space +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x3c21a47e virtio_transport_seqpacket_has_data +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x4e46e781 virtio_transport_notify_send_pre_enqueue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x53b07f54 virtio_transport_shutdown +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x5922b964 virtio_transport_deliver_tap_pkt +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x595052e9 virtio_transport_get_credit +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x616e7102 virtio_transport_inc_tx_pkt +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x6520b265 virtio_transport_release +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x6890c901 virtio_transport_dgram_dequeue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x6ae3cfd5 virtio_transport_notify_send_post_enqueue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x75a810f5 virtio_transport_dgram_enqueue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x7acddae2 virtio_transport_stream_has_data +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x7b8640f5 virtio_transport_destruct +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x80fab8fa virtio_transport_stream_rcvhiwat +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x85edab82 virtio_transport_notify_recv_pre_block +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x8f8f6e1f virtio_transport_notify_recv_init +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x8fd44737 virtio_transport_recv_pkt +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x98426410 virtio_transport_notify_recv_pre_dequeue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x98451031 virtio_transport_free_pkt +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xa205c033 virtio_transport_stream_enqueue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xb401b012 virtio_transport_notify_poll_out +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xba4d73c2 virtio_transport_notify_recv_post_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 0xc38ba347 virtio_transport_put_credit +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xd98efc84 virtio_transport_notify_send_pre_block +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xdbc96124 virtio_transport_stream_dequeue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xe6761d07 virtio_transport_seqpacket_dequeue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xe69fc8cb virtio_transport_notify_buffer_size +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xf68291ee virtio_transport_do_socket_init +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xf7f359dd virtio_transport_seqpacket_enqueue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xfb011796 virtio_transport_notify_send_init +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x08a43cb1 vsock_core_unregister +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x0e9bc9b6 vsock_addr_unbind +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x210396ed vsock_remove_sock +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x2487ecb6 vsock_insert_connected +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x284e07d8 vsock_bind_table +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x32b69d41 vsock_enqueue_accept +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x3d4b0fca vsock_addr_init +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x3da15ead vsock_find_bound_socket +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x4b580586 vsock_for_each_connected_socket +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x4b99648c vsock_addr_bound +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x4c395878 vsock_core_register +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x632cf4e0 vsock_remove_tap +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x67f5a099 vsock_remove_connected +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x7f78b320 vsock_deliver_tap +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x90aa8549 vsock_find_cid +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x9535c87d vsock_create_connected +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x9bb6fd09 vsock_connected_table +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x9c4905e3 vsock_data_ready +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xa6844a9d vsock_remove_bound +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 0xb7452607 vsock_stream_has_space +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xbdec129a vsock_core_get_transport +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xbf9d67cd vsock_stream_has_data +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xc7013448 vsock_add_pending +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xc92f7f50 vsock_table_lock +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xe1861ded vsock_find_connected_socket +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xec96eadf vsock_addr_validate +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xef76a54e vsock_remove_pending +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xf5ec843a vsock_add_tap +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xff48fcdc vsock_assign_transport +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x0413497c cfg80211_wext_giwmode +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x047d7ac3 cfg80211_wext_siwfrag +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x3b147793 cfg80211_wext_giwscan +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x6dfbb68c cfg80211_pmsr_report +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x77b4177f cfg80211_wext_giwretry +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x79545180 cfg80211_wext_siwscan +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x9dbde00f cfg80211_shutdown_all_interfaces +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x9ebe20fb cfg80211_wext_siwmode +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x9ed01344 cfg80211_wext_giwfrag +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xb7639584 cfg80211_wext_giwrange +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xc275854f cfg80211_pmsr_complete +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xca9c5d87 cfg80211_wext_giwrts +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xd8466c06 cfg80211_wext_siwrts +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xe087fd9a cfg80211_vendor_cmd_reply +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xef045dc8 cfg80211_vendor_cmd_get_sender +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xf4ac62f5 cfg80211_wext_giwname +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x0049ca83 xfrm_aead_get_byname +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x00c80741 xfrm_ealg_get_byid +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x0a575945 xfrm_count_pfkey_auth_supported +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x28e23139 xfrm_probe_algs +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x37a02412 xfrm_aalg_get_byname +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x5c699441 xfrm_aalg_get_byid +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x72395dc1 xfrm_calg_get_byid +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x7a8ca627 xfrm_count_pfkey_enc_supported +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0xaab23340 xfrm_calg_get_byname +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0xb73be794 xfrm_ealg_get_byidx +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0xc6b1fdbe xfrm_aalg_get_byidx +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0xd6f50cf7 xfrm_ealg_get_byname +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0x5ed24ff9 ipcomp_input +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0xcfc9e16a ipcomp_output +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0xd3b0da46 ipcomp_init_state +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0xf16eb810 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 0x6e874681 snd_ac97_reset +EXPORT_SYMBOL_GPL sound/core/seq/snd-seq 0xadb51cff snd_seq_client_ioctl_unlock +EXPORT_SYMBOL_GPL sound/core/seq/snd-seq 0xe50413d7 snd_seq_client_ioctl_lock +EXPORT_SYMBOL_GPL sound/core/snd 0x0f0ae19d snd_devm_card_new +EXPORT_SYMBOL_GPL sound/core/snd 0x3962f35a snd_card_add_dev_attr +EXPORT_SYMBOL_GPL sound/core/snd 0x4ac59f82 snd_card_free_on_error +EXPORT_SYMBOL_GPL sound/core/snd 0x5af762f1 snd_fasync_free +EXPORT_SYMBOL_GPL sound/core/snd 0x65230427 snd_ctl_disconnect_layer +EXPORT_SYMBOL_GPL sound/core/snd 0x66c1a343 snd_power_ref_and_wait +EXPORT_SYMBOL_GPL sound/core/snd 0x6dbf75fa snd_ctl_activate_id +EXPORT_SYMBOL_GPL sound/core/snd 0x76640e8c snd_device_initialize +EXPORT_SYMBOL_GPL sound/core/snd 0x81589177 snd_ctl_add_vmaster_hook +EXPORT_SYMBOL_GPL sound/core/snd 0x83d6afb1 snd_device_disconnect +EXPORT_SYMBOL_GPL sound/core/snd 0x8d5d1933 snd_ctl_sync_vmaster +EXPORT_SYMBOL_GPL sound/core/snd 0x9c838fe9 snd_ctl_register_layer +EXPORT_SYMBOL_GPL sound/core/snd 0xaaf63e7a snd_card_disconnect_sync +EXPORT_SYMBOL_GPL sound/core/snd 0xb5667171 snd_device_get_state +EXPORT_SYMBOL_GPL sound/core/snd 0xc15d80b3 snd_card_rw_proc_new +EXPORT_SYMBOL_GPL sound/core/snd 0xc2ac6aab snd_ctl_apply_vmaster_followers +EXPORT_SYMBOL_GPL sound/core/snd 0xcef14464 snd_ctl_get_preferred_subdevice +EXPORT_SYMBOL_GPL sound/core/snd 0xf8f2a4eb snd_kill_fasync +EXPORT_SYMBOL_GPL sound/core/snd 0xfa3bde7e snd_card_ref +EXPORT_SYMBOL_GPL sound/core/snd 0xfaf598c6 snd_ctl_request_layer +EXPORT_SYMBOL_GPL sound/core/snd 0xff39cc70 snd_fasync_helper +EXPORT_SYMBOL_GPL sound/core/snd-compress 0x9c3371bd snd_compress_new +EXPORT_SYMBOL_GPL sound/core/snd-compress 0xdc84130d 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 0x2ce59e87 _snd_pcm_stream_lock_irqsave_nested +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x3248ac0c snd_pcm_hw_constraint_eld +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x45ce3165 snd_pcm_stream_unlock +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x4950f1ce snd_pcm_stream_unlock_irqrestore +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x5c407196 snd_pcm_fill_iec958_consumer_hw_params +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x5edbc221 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 0x69e8359a snd_pcm_stream_lock_irq +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x7c891fb3 snd_dma_buffer_sync +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x8d864069 snd_pcm_rate_range_to_bits +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x9a313044 snd_pcm_stream_lock +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 0xb3872046 snd_pcm_lib_default_mmap +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0xc0597903 snd_pcm_fill_iec958_consumer +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0xd8830952 _snd_pcm_stream_lock_irqsave +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0xe267903a snd_devm_alloc_dir_pages +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0xefba35f2 snd_pcm_add_chmap_ctls +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0xf5eca5c1 snd_pcm_stream_unlock_irq +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x0c36a90f snd_dmaengine_pcm_open_request_chan +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x42bbe0c1 snd_dmaengine_pcm_refine_runtime_hwparams +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x54667b3f snd_hwparams_to_dma_slave_config +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x58625aee snd_dmaengine_pcm_open +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x5c9cddba snd_dmaengine_pcm_pointer +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x67715201 snd_dmaengine_pcm_close_release_chan +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x6fc3b00e snd_dmaengine_pcm_trigger +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x85aebbd8 snd_dmaengine_pcm_pointer_no_residue +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x93506c72 snd_dmaengine_pcm_request_channel +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0xcf797c42 snd_dmaengine_pcm_set_config_from_dai_data +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0xdaf174a6 snd_dmaengine_pcm_get_chan +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0xfb48f20f snd_dmaengine_pcm_close +EXPORT_SYMBOL_GPL sound/core/snd-seq-device 0x865e8ab0 snd_seq_driver_unregister +EXPORT_SYMBOL_GPL sound/core/snd-seq-device 0xe418e871 __snd_seq_driver_register +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0x084f8527 amdtp_am824_add_pcm_hw_constraints +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0x2527298f amdtp_am824_set_pcm_position +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0x2db91d99 amdtp_domain_stream_pcm_ack +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0x44d06f36 amdtp_domain_init +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0x68e03b7c amdtp_am824_init +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0x733cfbd5 amdtp_domain_destroy +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0x99a7e1c1 amdtp_am824_midi_trigger +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0xa47714c1 amdtp_domain_add_stream +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0xba18069f amdtp_am824_set_midi_position +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0xc9fdc3f1 amdtp_domain_stream_pcm_pointer +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0xe936edd6 amdtp_domain_start +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0xff55946c amdtp_am824_set_parameters +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0xff6ac8d6 amdtp_domain_stop +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x06c9466c snd_hdac_ext_stream_release +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x098e8580 snd_hdac_ext_link_free_all +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x19521270 snd_hda_ext_driver_unregister +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x1c2d507f snd_hdac_ext_bus_get_ml_capabilities +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x1ce4344a snd_hdac_ext_bus_link_power +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x2be2e950 snd_hdac_ext_stream_free_all +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x3b835a72 snd_hdac_ext_stream_setup +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x4164a183 snd_hdac_ext_bus_device_remove +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x43fd5095 snd_hdac_ext_bus_get_hlink_by_addr +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x59780513 snd_hdac_ext_bus_link_clear_stream_id +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x6d25c52e snd_hdac_ext_bus_link_power_down +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x73d9ca9c snd_hdac_ext_bus_link_power_up_all +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x75a216bd snd_hdac_ext_stream_decouple_locked +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x785122b6 snd_hdac_ext_stream_reset +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x7bb8d4eb snd_hdac_ext_bus_ppcap_enable +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x805339f3 snd_hdac_ext_bus_exit +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x850e0340 snd_hdac_ext_bus_get_hlink_by_name +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x8830fc61 snd_hdac_ext_bus_link_put +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x93b095a2 snd_hdac_ext_cstream_assign +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x99d6f6d3 snd_hdac_ext_stream_init_all +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x9fbcda12 snd_hdac_ext_stream_assign +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xa0306ef9 snd_hdac_ext_stream_clear +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xa0954123 snd_hdac_ext_bus_link_get +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xa2dee230 snd_hda_ext_driver_register +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xac228e05 snd_hdac_ext_bus_link_power_down_all +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xb6932454 snd_hdac_ext_bus_link_set_stream_id +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xbd12c4e0 snd_hdac_ext_stream_start +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xc799fe5f snd_hdac_ext_stream_decouple +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xd9f7d64d snd_hdac_ext_bus_ppcap_int_enable +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xdb1018dd snd_hdac_ext_bus_link_power_up +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xfac204ef snd_hdac_ext_bus_init +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x02b7f7fc snd_hdac_codec_modalias +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x0365c3f1 snd_hdac_bus_exec_verb_unlocked +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x048692ed snd_hdac_regmap_write_raw +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x05636f93 snd_hdac_aligned_read +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x0bb72709 snd_hdac_stop_streams_and_chip +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x0c0287f6 snd_hdac_codec_link_down +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x0e1924f8 snd_hdac_bus_stop_chip +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x1085aecd snd_hdac_read_parm_uncached +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x126f0069 snd_hdac_regmap_exit +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x1488641f snd_hdac_aligned_write +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x150201a7 snd_hdac_bus_exit_link_reset +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x17df1584 snd_hdac_power_down_pm +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x18e6225a snd_hdac_channel_allocation +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x1fb30deb snd_hdac_regmap_sync +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x22c013bf snd_hdac_regmap_update_raw_once +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x22fa5f94 snd_hdac_refresh_widgets +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x255feb12 snd_hdac_acomp_get_eld +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x2a227dc4 snd_hdac_bus_enter_link_reset +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x31541592 snd_hdac_dsp_trigger +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x33e35273 snd_hdac_stream_init +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x34e71ae6 snd_hdac_stream_reset +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x3773cac6 snd_hdac_device_unregister +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x38dd066f snd_hdac_get_sub_nodes +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x3a0ec9c4 snd_hdac_setup_channel_mapping +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x3ae96145 hdac_get_device_id +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x3b647919 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 0x3c8ec812 snd_hdac_stream_timecounter_init +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x3dee4678 snd_hdac_bus_handle_stream_irq +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x3e367c7d snd_hdac_device_init +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x3ffada7f snd_hdac_stream_spbcap_enable +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x41a8714b snd_hdac_sync_audio_rate +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x426b1612 snd_hdac_stream_set_params +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x46b49648 snd_hdac_check_power_state +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x47747e19 snd_hdac_add_chmap_ctls +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x48bd0cb1 snd_hdac_regmap_init +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x49226805 snd_hdac_stream_stop +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x4ac0461f snd_hdac_regmap_read_raw +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x4ae6cfe8 snd_hdac_stream_setup +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x4b494d8e snd_hdac_acomp_register_notifier +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x4b5acd64 snd_hdac_power_up +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x4c7ec4b6 snd_hdac_get_ch_alloc_from_ca +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x505a96b5 snd_hdac_device_set_chip_name +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x557ad753 snd_hdac_stream_setup_periods +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x55812cc3 snd_hdac_register_chmap_ops +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x58c8ac78 snd_hdac_regmap_update_raw +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x5b1c2d40 snd_hdac_stream_cleanup +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x5c07cb49 snd_hdac_calc_stream_format +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x5dac5a6f snd_hdac_codec_read +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x6292f145 snd_hdac_bus_init +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x640b05d7 snd_hdac_stream_sync_trigger +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x67bfe791 snd_hdac_spk_to_chmap +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x6ebec80d 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 0x78c9911f snd_hdac_bus_alloc_stream_pages +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x79e82f8d snd_hdac_override_parm +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x8044bed0 snd_hdac_stream_set_lpib +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x82d6f5cf snd_hdac_stream_set_spib +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x8cfda2f9 snd_hdac_bus_stop_cmd_io +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x90264f68 snd_hdac_stream_sync +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x90f3189b snd_hdac_bus_update_rirb +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x9371b00b snd_hdac_device_exit +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x9a8e1877 snd_array_free +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x9a939e0e snd_hdac_stop_streams +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x9c8c5898 snd_hdac_get_stream +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xa1e4d691 snd_hdac_power_up_pm +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xa3b2d148 snd_hdac_acomp_exit +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xa3c83502 snd_hdac_bus_reset_link +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xa431b3cb snd_hdac_codec_write +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xa689c036 snd_hdac_stream_set_dpibr +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xa8abb0d5 snd_hdac_display_power +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xa95e6597 snd_hdac_stream_drsm_enable +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xabb5e3b4 snd_hdac_power_down +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xac7e80b9 snd_hdac_bus_init_cmd_io +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xad1158a2 snd_hdac_bus_init_chip +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xadc61436 snd_hdac_set_codec_wakeup +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xaeb2730a snd_hdac_stream_assign +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xb2057387 snd_hdac_stream_get_spbmaxfifo +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xb36ebda1 snd_hdac_stream_wait_drsm +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xb38454c1 snd_hdac_dsp_cleanup +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xb4a76b41 snd_hdac_bus_send_cmd +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xb4d8ee20 snd_hdac_dsp_prepare +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xb9138d23 snd_hdac_stream_start +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xbdbc194f snd_hda_bus_type +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xbe7dd7dc snd_array_new +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xc668b45a _snd_hdac_read_parm +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xca80692a snd_hdac_read +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xd281c12f snd_hdac_device_register +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xd29be118 snd_hdac_sync_power_state +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xd908472d snd_hdac_bus_exit +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xd9877059 snd_hdac_is_supported_format +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xda4c53ec snd_hdac_stream_release_locked +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xe068f8d2 snd_hdac_bus_free_stream_pages +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xe09285c2 snd_hdac_get_connections +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xe29a4416 snd_hdac_acomp_init +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xe4e07754 snd_hdac_print_channel_allocation +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xe4fbad1f snd_hdac_bus_get_response +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xe7ebf848 snd_hdac_codec_link_up +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xeaf3c874 snd_hdac_get_stream_stripe_ctl +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xf03742fc snd_hdac_regmap_add_vendor_verb +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xf7696e5f snd_hdac_stream_release +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xf8bbb05f snd_hdac_bus_parse_capabilities +EXPORT_SYMBOL_GPL sound/hda/snd-intel-dspcfg 0x4e859456 intel_nhlt_free +EXPORT_SYMBOL_GPL sound/hda/snd-intel-dspcfg 0x558528f0 snd_intel_dsp_driver_probe +EXPORT_SYMBOL_GPL sound/hda/snd-intel-dspcfg 0x7889bbd2 intel_nhlt_get_dmic_geo +EXPORT_SYMBOL_GPL sound/hda/snd-intel-dspcfg 0xa8c53b3b snd_intel_acpi_dsp_driver_probe +EXPORT_SYMBOL_GPL sound/hda/snd-intel-dspcfg 0xf366912c intel_nhlt_init +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0x114c2768 snd_ak4113_reinit +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0x174c8786 snd_ak4113_build +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0x1f80a4f7 snd_ak4113_check_rate_and_errors +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0xa1bd08d4 snd_ak4113_reg_write +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0xbee49ce1 snd_ak4113_create +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0xfe7d2cee snd_ak4113_external_rate +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x004ebf1b snd_hda_codec_set_power_to_all +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x0145f525 snd_hda_codec_load_dsp_prepare +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x015ef59a snd_hda_mixer_amp_switch_get_beep +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x017f570a snd_hda_codec_eapd_power_filter +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x02165cb1 snd_hda_codec_pcm_new +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x0527e272 snd_hda_get_pin_label +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x05999aa2 snd_hda_find_mixer_ctl +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 0x09c1771f snd_hda_codec_device_new +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x09c9c365 snd_hda_jack_tbl_get_from_tag +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x09fa7b46 snd_hda_jack_set_dirty_all +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x0b0b46ce snd_hda_unlock_devices +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x0d2f1e4a snd_hda_mixer_amp_switch_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x10171c61 snd_hda_apply_fixup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x10ff1dd9 snd_hda_add_verbs +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x1493629e snd_hda_multi_out_dig_open +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x1525b630 snd_hda_apply_pincfgs +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x1dc0154d snd_hda_create_spdif_in_ctls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x1ea6183f snd_hda_codec_parse_pcms +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x223b66a2 snd_hda_jack_bind_keymap +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x225991f0 azx_probe_codecs +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x232b3d07 snd_hda_add_new_ctls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x23e0cc41 snd_hda_jack_report_sync +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x2768d312 hda_codec_driver_unregister +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x2990cb60 snd_hda_codec_set_pin_target +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x29fd42b9 snd_hda_codec_set_name +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x2da07e85 snd_hda_set_power_save +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x31e89597 snd_hda_pick_pin_fixup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x3463133d snd_hda_mixer_amp_volume_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x347718ae snd_hda_codec_load_dsp_trigger +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x35bed2c8 snd_hda_ctl_add +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x365eae6c snd_hda_codec_register +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x38bad7bf snd_hda_parse_pin_defcfg +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x38ce402b azx_interrupt +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x3921e2ef __hda_codec_driver_register +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x39b2acc8 azx_init_streams +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x3a531677 snd_hda_codec_configure +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x3be6ce45 snd_hda_codec_amp_init +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x3f007162 snd_hda_get_connections +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x3f0fb4ab snd_hda_get_hint +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x3f592ecc snd_hda_pick_fixup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x42464b7d hda_get_autocfg_input_label +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x441be98e snd_hda_codec_setup_stream +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x45dea4a8 snd_hda_multi_out_analog_cleanup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x469d86c2 snd_hda_spdif_out_of_nid +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x47d491b7 snd_hda_get_dev_select +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x49caea05 snd_hda_mixer_amp_switch_put_beep +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4a8c0840 snd_hda_lock_devices +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4f056eb1 __snd_hda_codec_cleanup_stream +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4f8e6409 snd_hda_codec_get_pin_target +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x5162d8dd snd_hda_apply_verbs +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x5275ca9b snd_hda_jack_add_kctls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x5591bb77 azx_free_streams +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x561af3e2 snd_hda_codec_set_power_save +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x59bd950e azx_codec_configure +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x5c937ee3 is_jack_detectable +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x5e60de26 snd_hda_create_dig_out_ctls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x5fa9f6cf azx_bus_init +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x6221c124 snd_hda_spdif_ctls_unassign +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x658a9c50 snd_hda_add_imux_item +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x6870028c snd_hda_override_conn_list +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x6a5fc7e4 snd_hda_spdif_ctls_assign +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x7074a630 snd_hda_jack_set_button_state +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x743910a6 azx_init_chip +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x776afdee snd_hda_add_vmaster_hook +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x7a82e701 _snd_hda_set_pin_ctl +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x7a8ecd7c snd_hda_jack_detect_state_mst +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x7e8c2795 snd_hda_codec_cleanup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x7f0563e7 snd_hda_codec_amp_init_stereo +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x7f645877 snd_hda_mixer_amp_volume_get +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x7f709e29 snd_hda_input_mux_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x80bec432 snd_hda_get_num_devices +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x83b25420 azx_get_position +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x85b4830d snd_hda_mixer_amp_switch_get +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x88fffc8d snd_hda_check_amp_list_power +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x894b1e64 snd_hda_attach_beep_device +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x8ddb5aab snd_hda_codec_new +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x934f40cc snd_hda_get_conn_list +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x9a9a524c snd_hda_codec_cleanup_for_unbind +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa0227e76 snd_hda_codec_amp_stereo +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa2428985 snd_hda_add_nid +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa27be7c0 snd_hda_jack_tbl_get_mst +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa27c7c7a snd_hda_codec_pcm_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa33747c9 azx_get_pos_lpib +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa36a4b6c snd_hda_multi_out_dig_cleanup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa39db630 snd_hda_jack_detect_enable_callback_mst +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xabb73009 snd_hda_codec_load_dsp_cleanup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xac609591 snd_hda_load_patch +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xacd02e53 snd_hda_codec_update_widgets +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xaf9135df snd_hda_codec_amp_update +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb324b8ab snd_hda_multi_out_analog_prepare +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb6af7f98 snd_hda_codec_set_pincfg +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb9f586b7 snd_hda_multi_out_analog_open +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xba06466a snd_hda_get_int_hint +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xbe2277e7 __snd_hda_add_vmaster +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc0c56773 snd_hda_enum_helper_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc172d4c1 snd_hda_set_vmaster_tlv +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc34c816f snd_hda_get_conn_index +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc3c9f5ab snd_hda_jack_unsol_event +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc5d7c077 snd_hda_jack_pin_sense +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc7df7657 snd_hda_codec_device_init +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc8f71754 snd_hda_get_bool_hint +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc9e2487b snd_hda_sync_vmaster_hook +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xcbfa6e96 snd_hda_jack_detect_enable +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xcc0b4388 snd_hda_detach_beep_device +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xceb3c847 snd_hda_mixer_amp_switch_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xceb51382 snd_hda_multi_out_dig_prepare +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd0833b5b snd_hda_check_amp_caps +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd2fa65ce snd_hda_multi_out_dig_close +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd5bef7b5 snd_hda_mixer_amp_tlv +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd62b9160 azx_stop_chip +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xdc2051bd snd_hda_set_dev_select +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xdc4fe9ff snd_hda_jack_poll_all +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xdf18b728 snd_hda_enable_beep_device +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xdfd94072 snd_hda_codec_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 0xe44078d9 snd_hda_jack_set_gating_jack +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe6560799 snd_hda_codec_build_controls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe70ae779 azx_stop_all_streams +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe96f4b19 query_amp_caps +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe984748f snd_hda_codec_unregister +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe9b066df snd_hda_correct_pin_ctl +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xebe1841b __snd_hda_apply_fixup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xecab599d snd_hda_jack_add_kctl_mst +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xed05be7a azx_get_pos_posbuf +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xeda3a721 snd_print_pcm_bits +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xedbc5b67 snd_hda_get_default_vref +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xef3e8fb6 snd_hda_sequence_write +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf258607c snd_hda_override_amp_caps +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf4de5466 snd_hda_codec_get_pincfg +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf7ffc530 snd_hda_mixer_amp_volume_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf8dc35ac snd_hda_input_mux_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xfb359284 snd_hda_shutup_pins +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xfc50b074 snd_hda_create_spdif_share_sw +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x09d24a6e snd_hda_get_path_idx +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x229162b0 snd_hda_gen_fix_pin_power +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x316531bf snd_hda_gen_check_power_status +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x3f9c9cf0 snd_hda_add_new_path +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x4d77a3b6 snd_hda_gen_spec_init +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x534a3b5e snd_hda_get_path_from_idx +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x5c489986 snd_hda_activate_path +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x5d0a53f1 snd_hda_gen_free +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x5f0d9da7 snd_hda_gen_path_power_filter +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x627ddd44 snd_hda_gen_add_mute_led_cdev +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 0x8503e26e 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 0x8c5f0b2d snd_hda_gen_hp_automute +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x90cb4765 snd_hda_gen_init +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xa1fc1d52 snd_hda_gen_parse_auto_config +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xa702819c snd_hda_gen_line_automute +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xb350d4f1 snd_hda_gen_add_micmute_led_cdev +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xc5f0e7b2 snd_hda_gen_stream_pm +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xc9dd9495 snd_hda_gen_build_controls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xd086e7f3 snd_hda_gen_mic_autoswitch +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xe20208a4 snd_hda_gen_build_pcms +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xfca72f42 snd_hda_gen_update_outputs +EXPORT_SYMBOL_GPL sound/soc/codecs/mt6359-accdet 0xf8ecdd77 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 0xb5e5c086 adau1372_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau1761 0x0439d54d adau1761_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau1761 0x4a7f1bf3 adau1761_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0x0eb3baca adau17x1_resume +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0x4c32a6af adau17x1_readable_register +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0x4d45ab82 adau17x1_dai_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0x58637772 adau17x1_add_routes +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0x5f6d4f74 adau17x1_precious_register +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0x6a75e19a adau17x1_set_micbias_voltage +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0x9012ab0b adau17x1_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0xac1cd5ac adau17x1_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0xb2510467 adau17x1_volatile_register +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0xbcb3968b adau17x1_add_widgets +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau7118 0x614f2237 adau7118_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41 0x451a2645 cs35l41_pm_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41 0x86d43f07 cs35l41_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41 0x9d4b714a cs35l41_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x07ee63dc cs35l41_init_boost +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x0a227aa2 cs35l41_global_enable +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x17703c7b cs35l41_configure_cs_dsp +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x2dfca489 cs35l41_test_key_unlock +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x389e86c7 cs35l41_safe_reset +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x47a50053 cs35l41_exit_hibernate +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x4df118ab cs35l41_enter_hibernate +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x522dcfbc cs35l41_otp_unpack +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x53d37e4e cs35l41_regmap_spi +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x7a181b9c cs35l41_set_channels +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x8c125cc9 cs35l41_register_errata_patch +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0xaaa677d3 cs35l41_set_cspl_mbox_cmd +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0xb15efd77 cs35l41_write_fs_errata +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0xbd5e720f cs35l41_test_key_lock +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0xe5867891 cs35l41_regmap_i2c +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0xe92ff6ad cs35l41_gpio_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs4271 0x7d05786f cs4271_dt_ids +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs4271 0x7d26ad03 cs4271_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs4271 0xe40cdceb cs4271_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42l51 0x034aed90 cs42l51_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42l51 0x1bf8e5e4 cs42l51_suspend +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42l51 0x7e4ed10c cs42l51_resume +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42l51 0xa287adfb cs42l51_regmap +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42l51 0xf412e479 cs42l51_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0x06a7d69f cs42xx8_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0x18c00f2a cs42xx8_pm +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0x55ac6978 cs42xx8_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0x7cac7292 cs42888_data +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0xcd3794c9 cs42448_data +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-es8328 0x125cbc92 es8328_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-es8328 0x66b59a81 es8328_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-hda-codec 0x2bea3b36 hda_codec_probe_complete +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-hda-codec 0x8ae7b1fd soc_hda_ext_bus_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-hda-codec 0xc3dca156 snd_soc_hda_codec_dai_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-lpass-macro-common 0xa5c9ba39 lpass_macro_pds_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-lpass-macro-common 0xce017046 lpass_macro_pds_exit +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-max98090 0x484c91a9 max98090_mic_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-max98373 0x1f6fc083 soc_codec_dev_max98373 +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-max98373 0x36acfe7d soc_codec_dev_max98373_sdw +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-max98373 0x414323a2 max98373_slot_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-max98373 0x57225bf4 max98373_reset +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-mt6358 0x4a6bc702 mt6358_mtkaif_calibration_disable +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-mt6358 0x75bae13f mt6358_set_mtkaif_calibration_phase +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-mt6358 0xbf4837e4 mt6358_set_mtkaif_protocol +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-mt6358 0xc936b011 mt6358_mtkaif_calibration_enable +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-mt6359 0x29dcaa5b mt6359_set_mtkaif_calibration_phase +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-mt6359 0x8067fe50 mt6359_set_mtkaif_protocol +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-mt6359 0x86589f5e mt6359_mtkaif_calibration_disable +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-mt6359 0xf61979a5 mt6359_mtkaif_calibration_enable +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-nau8821 0xbf9e6704 nau8821_enable_jack_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-nau8824 0xa255260b 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 0x1e52c246 pcm1789_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm1789-codec 0x8f54a906 pcm1789_common_exit +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm1789-codec 0xa3fff2af pcm1789_common_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm179x-codec 0x19e26e6e pcm179x_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm179x-codec 0x427b9359 pcm179x_common_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm186x 0x39ca2b31 pcm186x_regmap +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm186x 0x91ede9a3 pcm186x_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm3168a 0x3d22cdab pcm3168a_pm_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm3168a 0x421e6652 pcm3168a_regmap +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm3168a 0x92f7bc7e pcm3168a_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm3168a 0xe14321fe pcm3168a_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm512x 0x3f56bbb1 pcm512x_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm512x 0x486a8eb1 pcm512x_regmap +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm512x 0x7d6ec4cd pcm512x_pm_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm512x 0x85f5c906 pcm512x_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rl6231 0x5dc92cdf rl6231_pll_calc +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rl6231 0x70617a04 rl6231_get_clk_info +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rl6231 0x8d7fa148 rl6231_get_pre_div +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rl6231 0xdba4502f rl6231_calc_dmic_clk +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5514-spi 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 0x17dc4aa3 rt5640_sel_asrc_clk_src +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5640 0x19bc3051 rt5640_detect_headset +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5640 0xccf381b4 rt5640_enable_micbias1_for_ovcd +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5640 0xd477c2f3 rt5640_disable_micbias1_for_ovcd +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5640 0xe4b72e1f rt5640_set_ovcd_params +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5640 0xed0ca08f rt5640_dmic_enable +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5645 0x639ea4ac rt5645_set_jack_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5645 0x75efdf5e rt5645_sel_asrc_clk_src +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5659 0xf0fb7217 rt5659_set_jack_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5663 0xfedb237f rt5663_sel_asrc_clk_src +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5677 0x07b2a801 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 0x33fabece rt5682_aif2_dai_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0x4d97c233 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 0x71d1b981 rt5682_readable_register +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0x8fb21b49 rt5682_volatile_register +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0x943153f3 rt5682_apply_patch_list +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0x96836c08 rt5682_register_dai_clks +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0xae483e0d rt5682_reset +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0xb897de56 rt5682_reg +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0xd8cd05cd rt5682_aif1_dai_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0xe9bcd8b6 rt5682_parse_dt +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0xf68fe860 rt5682_sel_asrc_clk_src +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0xfd194d68 rt5682_soc_component_dev +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682s 0x1730a0cd rt5682s_sel_asrc_clk_src +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-sigmadsp 0x3ff1750d sigmadsp_setup +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-sigmadsp 0x543fa4b9 sigmadsp_restrict_params +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-sigmadsp 0xc08b200a devm_sigmadsp_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-sigmadsp 0xde983630 sigmadsp_reset +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-sigmadsp 0xe8e92085 sigmadsp_attach +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-sigmadsp-i2c 0xc5def600 devm_sigmadsp_init_i2c +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-sigmadsp-regmap 0xc9a36b8c devm_sigmadsp_init_regmap +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-src4xxx 0x45c4ee3e src4xxx_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-src4xxx 0x7be4f3b1 src4xxx_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-ssm2602 0x42100bc4 ssm2602_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-ssm2602 0x9c012981 ssm2602_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tlv320aic32x4 0x4e493ec9 aic32x4_register_clocks +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tlv320aic3x 0xd24dd72a aic3x_regmap +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-ts3a227e 0xdfc38aba 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 0x07854928 wcd938x_swr_get_current_bank +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wcd938x-sdw 0x0fccda57 wcd938x_sdw_device_get +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wcd938x-sdw 0x7c050d4f wcd938x_sdw_set_sdw_stream +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wcd938x-sdw 0x7c6789db wcd938x_sdw_hw_params +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wcd938x-sdw 0xa2b1b3cb wcd938x_sdw_free +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x0149fea3 wm_adsp2_preloader_put +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x0bbc90df wm_adsp_compr_pointer +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x0c7f7ace wm_adsp_compr_trigger +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x0e675df6 wm_adsp_read_ctl +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x349468e4 wm_adsp2_component_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x34f7d355 wm_adsp_compr_copy +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x36e45b6d wm_adsp_event +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x52c16479 wm_halo_wdt_expire +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x5539df5a wm_adsp1_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x5f8158e2 wm_adsp_fw_enum +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x6526594e wm_halo_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x6705a1a4 wm_adsp_compr_get_caps +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x7859f42c wm_adsp_fw_put +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x9273e009 wm_adsp_early_event +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x939873c2 wm_adsp2_preloader_get +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x94dbb2cf wm_adsp2_component_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xab500e49 wm_adsp_compr_handle_irq +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xaf1cfe6d wm_adsp_compr_free +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xc3c48e4f wm_adsp2_set_dspclk +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xc478e5e4 wm_adsp_compr_open +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xcd0d92f7 wm_adsp_compr_set_params +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xd35067fd wm_adsp1_event +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xd67a5d4d wm_adsp_write_ctl +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 0xe170a4bd wm_adsp2_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xea38ee07 wm_halo_bus_error +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xea88794d wm_adsp_fw_get +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xeaa8fa06 wm_adsp2_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-hubs 0x138c04f5 wm_hubs_add_analogue_controls +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-hubs 0x5cd7eb9b wm_hubs_dcs_done +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-hubs 0x757206d5 wm_hubs_spkmix_tlv +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-hubs 0x9ec5e620 wm_hubs_hpl_mux +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-hubs 0xa71985cb wm_hubs_hpr_mux +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-hubs 0xaad993cb wm_hubs_update_class_w +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-hubs 0xb49bbedb wm_hubs_set_bias_level +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-hubs 0xd350923f wm_hubs_add_analogue_routes +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-hubs 0xe65a8a68 wm_hubs_vmid_ena +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-hubs 0xfc567823 wm_hubs_handle_analogue_pdata +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8731 0x29624ec0 wm8731_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8731 0xeeea6d40 wm8731_regmap +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8804 0x895148fc wm8804_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8804 0xbe625933 wm8804_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8804 0xdd537dbe wm8804_pm +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8804 0xf63fc544 wm8804_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8903 0xb5d8a53a wm8903_mic_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8962 0x4e37bf25 wm8962_mic_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8994 0x18816021 wm8994_mic_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8994 0x34fdd3d6 wm8958_mic_detect +EXPORT_SYMBOL_GPL sound/soc/fsl/imx-pcm-dma 0xdb6e27c9 imx_pcm_dma_init +EXPORT_SYMBOL_GPL sound/soc/fsl/snd-soc-fsl-asrc 0xfef4a2a0 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 0x4150e4ec audio_graph_parse_of +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-audio-graph-card2 0x182cdeab audio_graph2_link_normal +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-audio-graph-card2 0x634fd042 audio_graph2_parse_of +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-audio-graph-card2 0x9df7f648 audio_graph2_link_dpcm +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-audio-graph-card2 0xd5ae03cd 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 0x1629f1a0 asoc_simple_parse_routing +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x23f258c0 asoc_simple_startup +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x298a6b2b asoc_simple_hw_params +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x2f58eb68 asoc_simple_parse_convert +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x34de6d60 asoc_simple_be_hw_params_fixup +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x3fcba60f asoc_graph_card_probe +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x48854993 asoc_simple_remove +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x5a1a0399 asoc_simple_parse_clk +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x6a871c21 asoc_simple_set_dailink_name +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x7998942f asoc_simple_init_priv +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x7ebb1df8 asoc_simple_parse_tdm_width_map +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x89822943 asoc_simple_canonicalize_platform +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x89c38bd0 asoc_simple_parse_card_name +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x8fe77b56 asoc_simple_parse_pin_switches +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x9168c45d asoc_simple_dai_init +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x9678c235 asoc_simple_init_jack +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xa872f25d asoc_simple_parse_widgets +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xbaa32fe6 asoc_simple_parse_daifmt +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xd48bf912 asoc_graph_is_ports0 +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xdb4633a2 asoc_simple_canonicalize_cpu +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xfa976a7a asoc_simple_shutdown +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xfd0c647f asoc_simple_clean_reference +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x07221358 mtk_afe_pcm_new +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x0f8862ac mtk_memif_set_enable +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x117bc4e3 mtk_memif_set_rate +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x258dcb08 mtk_sof_dailink_parse_of +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x29346abf mtk_memif_set_format +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x37bdb52d mtk_afe_resume +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x4bd9b043 mtk_afe_fe_prepare +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x50ae6320 mtk_sof_card_probe +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x50dca1f3 mtk_afe_fe_trigger +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x53f84597 mtk_memif_set_channel +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x58ff1e97 mtk_afe_pcm_pointer +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x61921745 mtk_afe_add_sub_dai_control +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x62ef802e mtk_memif_set_disable +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x637eb520 mtk_afe_suspend +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x7d69b62a mtk_sof_card_late_probe +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x7ecacfd1 mtk_afe_fe_shutdown +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x84ac02a5 mtk_memif_set_addr +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0xa2ac6b6f mtk_afe_pcm_platform +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0xb537115b mtk_afe_fe_hw_params +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0xb81f0993 mtk_afe_fe_hw_free +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0xba5ac9c2 mtk_memif_set_pbuf_size +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0xbdcba2c9 mtk_afe_fe_ops +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0xc94e77dc mtk_sof_dai_link_fixup +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0xd2f96b30 mtk_dynamic_irq_acquire +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0xda18d1a8 mtk_memif_set_rate_substream +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0xe48256f7 mtk_afe_combine_sub_dai +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0xeaeb730a mtk_afe_fe_startup +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0xf061666b mtk_dynamic_irq_release +EXPORT_SYMBOL_GPL sound/soc/mediatek/mt8183/snd-soc-mt8183-afe 0x7d46cac1 mt8183_dai_i2s_set_share +EXPORT_SYMBOL_GPL sound/soc/mediatek/mt8186/snd-soc-mt8186-afe 0x12eb3563 mt8186_mt6366_init +EXPORT_SYMBOL_GPL sound/soc/mediatek/mt8186/snd-soc-mt8186-afe 0x2e32a107 mt8186_afe_gpio_init +EXPORT_SYMBOL_GPL sound/soc/mediatek/mt8186/snd-soc-mt8186-afe 0x3dbc280d mt8186_dai_i2s_set_share +EXPORT_SYMBOL_GPL sound/soc/mediatek/mt8186/snd-soc-mt8186-afe 0xbcbe4b19 mt8186_mt6366_card_set_be_link +EXPORT_SYMBOL_GPL sound/soc/mediatek/mt8192/snd-soc-mt8192-afe 0x475bb1b0 mt8192_dai_i2s_set_share +EXPORT_SYMBOL_GPL sound/soc/mediatek/mt8195/snd-soc-mt8195-afe 0x3030defd mt8195_afe_enable_clk +EXPORT_SYMBOL_GPL sound/soc/mediatek/mt8195/snd-soc-mt8195-afe 0xe2477709 mt8195_afe_disable_clk +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-fifo 0x02b88689 axg_fifo_pcm_new +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-fifo 0x3c136811 axg_fifo_probe +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-fifo 0x55ea2694 axg_fifo_pcm_open +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-fifo 0x6f8f710b axg_fifo_pcm_trigger +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-fifo 0x85dcf224 axg_fifo_pcm_hw_params +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-fifo 0x88b5091f axg_fifo_pcm_hw_free +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-fifo 0x8952378a axg_fifo_pcm_close +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-fifo 0x8efd02e9 g12a_fifo_pcm_hw_params +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-fifo 0xe1f88cd8 axg_fifo_pcm_pointer +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-tdm-formatter 0x13d13318 axg_tdm_formatter_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 0x4af3b113 axg_tdm_formatter_event +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 0xcd98a44f axg_tdm_set_tdm_slots +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-card-utils 0x0aaf3038 meson_card_parse_daifmt +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-card-utils 0x1359a897 meson_card_i2s_set_sysclk +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-card-utils 0x25d71384 meson_card_probe +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-card-utils 0x6a7e978e meson_card_parse_dai +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-card-utils 0x6ff5ad02 meson_card_remove +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-card-utils 0xa1cb029e meson_card_set_fe_link +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-card-utils 0xd591bf04 meson_card_reallocate_links +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-card-utils 0xfb8fec5c meson_card_set_be_link +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-codec-glue 0x2b08cd81 meson_codec_glue_input_get_data +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-codec-glue 0x4ca101c0 meson_codec_glue_output_startup +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-codec-glue 0xa001de32 meson_codec_glue_input_hw_params +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-codec-glue 0xb816f27e meson_codec_glue_input_dai_probe +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-codec-glue 0xcc642138 meson_codec_glue_input_set_fmt +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-codec-glue 0xfade1fe1 meson_codec_glue_input_dai_remove +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6adm 0x163c05ba q6adm_open +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6adm 0x28421460 q6adm_get_copp_id +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6adm 0x40086720 q6adm_close +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6adm 0xb70b1bb6 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 0x0d2d6303 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 0x65c60076 q6afe_port_get_from_id +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 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/q6asm 0xfb364aa4 q6asm_audio_client_alloc +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 0x4cf91280 q6prm_set_lpass_clock +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6prm 0x8f955dbb q6prm_vote_lpass_core_hw +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6prm 0xbbbd31f9 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 0x01adb54a audioreach_shared_memory_send_eos +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x055117e3 audioreach_send_cmd_sync +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x0d68ad97 q6apm_graph_close +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x145cf8f6 audioreach_alloc_apm_cmd_pkt +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x33d40fee q6apm_map_memory_regions +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x4025e65b q6apm_graph_flush +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x4fd91366 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 0x5947d2bf audioreach_alloc_graph_pkt +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x64dc5171 audioreach_alloc_cmd_pkt +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x7de6f914 audioreach_tplg_init +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x7f4d39c8 audioreach_alloc_pkt +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x7f8a5372 q6apm_graph_prepare +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x86d9b38d audioreach_map_memory_regions +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0xb7b49191 q6apm_graph_stop +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0xbb350eea q6apm_unmap_memory_regions +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0xc0297392 audioreach_graph_free_buf +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0xc1b05b18 audioreach_gain_set_vol_ctrl +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0xc3c92562 audioreach_set_media_format +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0xc94132ed audioreach_graph_send_cmd_sync +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0xce6dbe33 q6apm_graph_get_rx_shmem_module_iid +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0xd0051403 q6apm_graph_open +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0xd0b2afe7 q6apm_read +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0xda9e70c1 q6apm_graph_start +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0xdc2aeec3 q6apm_graph_media_format_pcm +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0xf84a603e q6apm_write_async +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6dsp-common 0x17142e58 q6dsp_map_channels +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6dsp-common 0x8d1a5999 q6dsp_clock_dev_probe +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6dsp-common 0x99ed484d q6dsp_audio_ports_of_xlate_dai_name +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6dsp-common 0xb5e33798 q6dsp_audio_ports_set_config +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-lpass-cdc-dma 0x1732c2db asoc_qcom_lpass_cdc_dma_dai_ops +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-lpass-cpu 0x056e8ad7 lpass_cpu_pcm_new +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-lpass-cpu 0x58a53ef1 asoc_qcom_lpass_cpu_dai_probe +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-lpass-cpu 0x740f8d1d asoc_qcom_lpass_cpu_platform_shutdown +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-lpass-cpu 0x89c57411 asoc_qcom_lpass_cpu_platform_probe +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-lpass-cpu 0xef3cd8ae asoc_qcom_lpass_cpu_platform_remove +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-lpass-cpu 0xf9dd22c4 asoc_qcom_lpass_cpu_dai_ops +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-lpass-hdmi 0xd3501f22 asoc_qcom_lpass_hdmi_dai_ops +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-lpass-platform 0xafc41ae3 asoc_qcom_lpass_platform_register +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-qcom-common 0xc0b4f322 qcom_snd_wcd_jack_setup +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-qcom-common 0xcf825ad0 qcom_snd_parse_of +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-qcom-sdw 0x2ec11da8 qcom_snd_sdw_prepare +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-qcom-sdw 0x4167c28b qcom_snd_sdw_hw_params +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-qcom-sdw 0x6368b7b4 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-core 0x00a4a601 snd_soc_jack_notifier_unregister +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x02d99c73 snd_soc_dai_compr_get_params +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x04089b31 snd_soc_dai_set_tdm_slot +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x04a579e6 snd_soc_component_update_bits_async +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x04b89493 snd_soc_component_compr_set_params +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x060da40b snd_soc_dai_set_clkdiv +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x0675bcbc snd_soc_suspend +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x09037852 snd_soc_jack_add_gpiods +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x0aa263af snd_soc_dapm_add_routes +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x0b027dd7 snd_soc_component_read +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x0b4c4306 snd_soc_get_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x0ccc20c0 snd_soc_dapm_dai_get_connected_widgets +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x0ea58d62 snd_soc_tplg_widget_bind_event +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x11b55e68 snd_soc_of_parse_aux_devs +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x11c84b37 snd_soc_info_xr_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x12bc891d snd_soc_of_put_dai_link_cpus +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x14724a71 snd_soc_dapm_stream_stop +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x150f5dec snd_soc_get_volsw_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x15ea4d97 snd_soc_pm_ops +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x18476036 snd_soc_component_nc_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x191d29e7 snd_soc_dai_set_bclk_ratio +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x197a950f snd_soc_get_strobe +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x19e4f5e6 dpcm_be_dai_trigger +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1d6d7bba snd_soc_set_runtime_hwparams +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1edad4c1 snd_soc_component_compr_trigger +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x205df43a devm_snd_soc_register_dai +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x216bddbd snd_soc_dai_active +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x23c597e4 snd_soc_jack_report +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x24094ca1 dapm_clock_event +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2517c90f snd_soc_runtime_calc_hw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2541a979 snd_soc_calc_frame_size +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x26d75c4d snd_soc_component_force_enable_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x27206da8 snd_soc_bytes_info_ext +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x283ba72d devm_snd_dmaengine_pcm_register +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x299d2160 snd_soc_component_test_bits +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x299dee13 snd_soc_unregister_component_by_driver +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x29a1614e snd_soc_dapm_dai_free_widgets +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x29ee3cd4 snd_soc_component_compr_get_params +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2a2cc230 snd_soc_info_volsw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2bd22993 snd_soc_put_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2c2d3194 snd_soc_of_parse_audio_simple_widgets +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2e56083d snd_soc_of_get_dai_link_cpus +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2f64d6ee snd_soc_component_compr_open +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x31ad9da7 snd_soc_find_dai +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x32a2edb4 snd_soc_dai_get_channel_map +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x33de0e6e snd_soc_cnew +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x33f62146 snd_soc_unregister_card +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3424122c snd_soc_dapm_update_dai +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x376a10e4 snd_soc_dapm_kcontrol_dapm +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x37759888 snd_soc_put_volsw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x379feaa8 snd_soc_set_dmi_name +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x37bb169e snd_soc_rtdcom_lookup +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x38bc374d snd_soc_dapm_force_enable_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3bc854fe snd_soc_dai_compr_set_metadata +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3c6953e7 snd_soc_dai_set_pll +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3cebd7d3 snd_soc_find_dai_with_mutex +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3d3ff216 snd_soc_dai_set_channel_map +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3f1af33d snd_soc_of_parse_audio_routing +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x41d03ed9 snd_soc_dapm_del_routes +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x464b825a snd_soc_dai_set_fmt +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x47552df2 snd_soc_get_volsw_range +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4c81c5c3 snd_soc_register_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4c969f58 snd_soc_dpcm_be_can_update +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4c99f97b snd_soc_of_get_dai_name +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4e066069 snd_soc_jack_add_gpios +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4e41fab1 snd_soc_of_parse_node_prefix +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4f0c4929 snd_soc_dapm_init +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4f29c495 snd_dmaengine_pcm_register +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4fa1782d snd_soc_tdm_params_to_bclk +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4fe093a9 snd_soc_component_enable_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x512a4c90 snd_soc_dai_compr_get_metadata +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x516ed244 snd_soc_component_set_sysclk +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x526758aa snd_soc_dapm_info_pin_switch +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x544b8407 snd_soc_dpcm_can_be_free_stop +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x54ea6efd soc_ac97_ops +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5520927c snd_soc_component_get_pin_status +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x552bbf55 snd_soc_dai_set_sysclk +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x56491f26 snd_soc_lookup_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x56bc0509 snd_soc_resume +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5d97f6b0 snd_soc_add_component_controls +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5f454cfe snd_soc_component_disable_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5fd3f509 snd_soc_dapm_weak_routes +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x61c46ea6 snd_soc_remove_pcm_runtime +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x62b6dbe5 dapm_kcontrol_get_value +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x65fca1f1 snd_soc_add_dai_controls +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x67cb4767 snd_soc_put_volsw_range +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x68ca2914 snd_soc_of_parse_tdm_slot +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x695077c0 snd_soc_free_ac97_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6a2737ee snd_dmaengine_pcm_prepare_slave_config +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6b292de7 snd_soc_link_compr_startup +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6bf56320 snd_soc_link_compr_shutdown +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6caa43e5 snd_soc_component_compr_ack +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6eeecf91 snd_soc_component_set_pll +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6f22f2f5 snd_soc_dapm_get_volsw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6f565f14 snd_soc_new_compress +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6fd5674d snd_soc_poweroff +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7084f427 snd_soc_card_add_dai_link +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x715fbc0f snd_soc_dapm_force_bias_level +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7498f446 snd_soc_card_jack_new_pins +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7531e506 snd_soc_add_pcm_runtime +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x78efa059 snd_soc_dpcm_can_be_prepared +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x795b58e1 snd_soc_bytes_put +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x797dc6bb snd_soc_dai_compr_trigger +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x79e196a0 snd_soc_dapm_enable_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7a231255 snd_soc_dapm_ignore_suspend +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7aa95bf9 snd_soc_add_card_controls +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7bacd518 dapm_regulator_event +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7be674c3 snd_soc_dapm_put_pin_switch +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7bfd5963 snd_soc_component_compr_get_caps +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7c1f986f snd_soc_dapm_free +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7d20f8b6 snd_soc_dapm_new_dai_widgets +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7e1f5221 snd_soc_card_get_kcontrol +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7e5aed6b snd_soc_get_xr_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7e606130 snd_soc_calc_bclk +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7f9ffb46 snd_soc_dapm_disable_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x80ae2738 snd_soc_get_dai_id +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x821e3603 snd_soc_info_volsw_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x828a2d71 snd_soc_component_initialize +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x82f7c0c4 snd_soc_component_compr_set_metadata +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x83973809 snd_soc_dapm_nc_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x83f21ff3 snd_soc_bytes_info +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x861bc512 snd_soc_dai_compr_shutdown +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x864f7feb snd_soc_dpcm_get_substream +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x86b1b218 snd_soc_dapm_mixer_update_power +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x884c4b5e snd_soc_component_compr_get_metadata +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x889373ca snd_soc_jack_add_zones +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x89f38836 snd_soc_dpcm_can_be_params +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8a31a13e snd_soc_set_ac97_ops_of_reset +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8bcf5a3f snd_soc_dapm_disable_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8bfbb288 snd_soc_component_nc_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8c6cbbcc snd_soc_dai_link_set_capabilities +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8da53b74 snd_soc_add_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8e376385 snd_soc_dai_compr_ack +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x926a57e2 snd_soc_jack_get_type +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x92712920 snd_soc_dai_digital_mute +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9889d31c snd_soc_dai_compr_set_params +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9afd9fe0 snd_soc_of_get_slot_mask +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9bd3f3d3 snd_soc_component_async_complete +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9e9c84f7 snd_soc_component_compr_get_codec_caps +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa164ac45 snd_soc_component_init_regmap +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa2cd1253 snd_soc_jack_notifier_register +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa32d4724 snd_soc_of_parse_pin_switches +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa471648c snd_soc_component_disable_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa5b77815 snd_soc_dapm_mux_update_power +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa60935ae snd_soc_get_dai_name +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa64c36e3 snd_soc_component_enable_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa65d6991 snd_dmaengine_pcm_unregister +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa6e7c39c snd_soc_dapm_new_widgets +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa7c6cda3 snd_soc_component_write +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa9125f41 snd_soc_info_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa92ae9a2 snd_soc_put_xr_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xabf3107e snd_soc_unregister_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xac0ea0d3 snd_soc_dai_compr_pointer +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xac69fb72 snd_soc_link_compr_set_params +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xac8ccb99 dapm_pinctrl_event +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xad22093c snd_soc_debugfs_root +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xaf57beab snd_soc_register_card +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xaf64c96f snd_soc_jack_free_gpios +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb05795a6 snd_soc_bytes_get +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb27b9fac snd_soc_dapm_put_volsw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb39a9cf2 snd_soc_component_compr_free +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb45934f0 snd_soc_set_ac97_ops +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb575cc03 snd_soc_get_pcm_runtime +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb869b52c snd_soc_unregister_dai +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb9286fa0 snd_soc_of_put_dai_link_codecs +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb92c0628 snd_soc_dapm_get_pin_status +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb95d778f snd_soc_tplg_component_load +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xbf1844cc snd_soc_put_volsw_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xbf952469 snd_soc_dapm_get_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc05dc9dc dpcm_end_walk_at_be +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc2affec6 snd_soc_runtime_set_dai_fmt +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc317a15e snd_soc_daifmt_clock_provider_flipped +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc3bec098 snd_soc_limit_volume +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc4a18d1d snd_soc_close_delayed_work +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc6e228e1 snd_soc_dapm_put_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 0xc835405c snd_soc_component_read_field +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc89b8f4f snd_soc_dapm_force_enable_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xcb27f903 snd_soc_card_jack_new +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xcd7e6bdd null_dailink_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xcdd7becb snd_soc_lookup_component_nolocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xce1e2f4b snd_soc_dapm_sync +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xce9e58bf snd_soc_dai_set_tristate +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd05258ca snd_soc_dapm_get_pin_switch +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd19176ae snd_soc_bytes_tlv_callback +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd1d240ba snd_soc_component_force_enable_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd1ec4d53 snd_soc_dapm_nc_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd5cf8bcb snd_soc_of_get_dai_link_codecs +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd889a45f snd_soc_new_ac97_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd96cf560 snd_soc_info_volsw_range +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xda3f2ed7 snd_soc_dapm_sync_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xdaf0d76f snd_soc_component_update_bits +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe0059c41 snd_soc_get_volsw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe00e5f22 devm_snd_soc_register_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe0163700 snd_soc_dai_compr_startup +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe3035f5f snd_soc_dapm_enable_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe351d9a1 snd_soc_daifmt_parse_clock_provider_raw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe4a92aab devm_snd_soc_register_card +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe57eaecc snd_soc_tplg_component_remove +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe59d91a1 snd_soc_runtime_action +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe959a757 snd_soc_register_dai +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe9b2b316 snd_soc_dpcm_fe_can_update +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xeaa136d4 snd_soc_card_remove_dai_link +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xeb711ae7 snd_soc_params_to_bclk +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xebee03a1 snd_soc_component_write_field +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xec1f72c8 snd_soc_dapm_kcontrol_widget +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xec46c1e4 snd_soc_component_exit_regmap +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xef542518 snd_soc_dai_action +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf13f3311 snd_soc_dpcm_runtime_update +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf311b7e2 snd_soc_dapm_new_controls +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf63e033b snd_soc_jack_add_pins +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf8252b6f snd_soc_of_parse_card_name +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf90881b1 snd_soc_daifmt_parse_format +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf9119120 snd_soc_dapm_new_control +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf9622dd1 snd_soc_daifmt_clock_provider_from_bitmap +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xfb159f1f snd_soc_put_strobe +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xfbb428eb snd_soc_dapm_free_widget +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xfbe23d36 snd_soc_component_compr_pointer +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xfe3e7166 snd_soc_component_compr_copy +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xff9bc8a3 snd_soc_component_set_jack +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xffba4911 dapm_mark_endpoints_dirty +EXPORT_SYMBOL_GPL sound/soc/sof/snd-sof 0x1cfa6687 snd_sof_dbg_memory_info_init +EXPORT_SYMBOL_GPL sound/soc/sof/snd-sof 0x34b5b5e9 snd_sof_dbg_init +EXPORT_SYMBOL_GPL sound/soc/sof/snd-sof 0x4dd0a862 snd_sof_debugfs_buf_item +EXPORT_SYMBOL_GPL sound/soc/sof/snd-sof 0x7422e831 snd_sof_free_debug +EXPORT_SYMBOL_GPL sound/soc/sof/snd-sof 0xc7a931ce snd_sof_debugfs_add_region_item_iomem +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 0x20affe24 tegra_asoc_machine_init +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra-machine 0xa6266e66 tegra_asoc_machine_probe +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra-pcm 0x0fb4adcb tegra_pcm_platform_register_with_chan_names +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra-pcm 0x22e68a33 tegra_pcm_open +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra-pcm 0x3b6a8aea tegra_pcm_pointer +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra-pcm 0xa846914b tegra_pcm_platform_unregister +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra-pcm 0xaa6e72f3 tegra_pcm_platform_register +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra-pcm 0xc3e4f87f devm_tegra_pcm_platform_register +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra-pcm 0xc4dbbad7 tegra_pcm_construct +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra-pcm 0xcc7561f3 tegra_pcm_hw_params +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra-pcm 0xee1e3fa2 tegra_pcm_close +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 0x6fbb0bff edma_pcm_platform_register +EXPORT_SYMBOL_GPL sound/soc/ti/snd-soc-ti-sdma 0xea4501d6 sdma_pcm_platform_register +EXPORT_SYMBOL_GPL sound/soc/ti/snd-soc-ti-udma 0xf2444e01 udma_pcm_platform_register +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x115acef8 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 0x46660598 line6_version_request_async +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x5e7ee773 line6_send_sysex_message +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x6772b0c8 line6_send_raw_message_async +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x76fd4154 line6_disconnect +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x850d593e line6_read_serial_number +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x9f35ba84 line6_write_data +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0xbafa2159 line6_alloc_sysex_buffer +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0xc74bc8bb line6_init_midi +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0xd0a6ac60 line6_read_data +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0xd2acedeb line6_probe +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0xd4d74ca5 line6_init_pcm +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0xdfbf22f7 line6_pcm_release +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0xe0e27759 line6_send_raw_message +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0xe37af5b0 line6_resume +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0xfdf8dc8f line6_suspend +EXPORT_SYMBOL_GPL vmlinux 0x000c14ba device_for_each_child +EXPORT_SYMBOL_GPL vmlinux 0x000cc5d0 ata_bmdma_setup +EXPORT_SYMBOL_GPL vmlinux 0x0010ed38 devm_extcon_dev_free +EXPORT_SYMBOL_GPL vmlinux 0x0038e704 device_set_wakeup_enable +EXPORT_SYMBOL_GPL vmlinux 0x00513f58 get_timespec64 +EXPORT_SYMBOL_GPL vmlinux 0x00565f18 pernet_ops_rwsem +EXPORT_SYMBOL_GPL vmlinux 0x005808cf cgroup_path_ns +EXPORT_SYMBOL_GPL vmlinux 0x005f18a6 add_wait_queue_priority +EXPORT_SYMBOL_GPL vmlinux 0x00667734 rdev_set_badblocks +EXPORT_SYMBOL_GPL vmlinux 0x0067467d ima_file_check +EXPORT_SYMBOL_GPL vmlinux 0x0068c8a9 xhci_gen_setup +EXPORT_SYMBOL_GPL vmlinux 0x006d3126 iommu_present +EXPORT_SYMBOL_GPL vmlinux 0x00749544 pci_find_dvsec_capability +EXPORT_SYMBOL_GPL vmlinux 0x0082637e acpi_get_and_request_gpiod +EXPORT_SYMBOL_GPL vmlinux 0x0085777a regmap_attach_dev +EXPORT_SYMBOL_GPL vmlinux 0x008fd978 virtqueue_get_desc_addr +EXPORT_SYMBOL_GPL vmlinux 0x00926ae9 devm_hwspin_lock_free +EXPORT_SYMBOL_GPL vmlinux 0x0097f8ba fscrypt_show_test_dummy_encryption +EXPORT_SYMBOL_GPL vmlinux 0x009b741c rio_add_mport_pw_handler +EXPORT_SYMBOL_GPL vmlinux 0x00a27f22 dev_pm_domain_attach_by_id +EXPORT_SYMBOL_GPL vmlinux 0x00abe9e4 ip6_dst_lookup_flow +EXPORT_SYMBOL_GPL vmlinux 0x00bef0e1 icc_get_name +EXPORT_SYMBOL_GPL vmlinux 0x00cb959f devm_namespace_disable +EXPORT_SYMBOL_GPL vmlinux 0x00d373da usb_hub_claim_port +EXPORT_SYMBOL_GPL vmlinux 0x00d4c500 usb_decode_interval +EXPORT_SYMBOL_GPL vmlinux 0x00ddc1ed iommu_device_sysfs_remove +EXPORT_SYMBOL_GPL vmlinux 0x00df9837 ioasid_register_allocator +EXPORT_SYMBOL_GPL vmlinux 0x00e0c23c destroy_memory_type +EXPORT_SYMBOL_GPL vmlinux 0x00e1e75c i2c_new_smbus_alert_device +EXPORT_SYMBOL_GPL vmlinux 0x00e3d840 ata_host_put +EXPORT_SYMBOL_GPL vmlinux 0x00fe73d2 kvm_get_kvm_safe +EXPORT_SYMBOL_GPL vmlinux 0x00ff0925 tegra_bpmp_mrq_return +EXPORT_SYMBOL_GPL vmlinux 0x010673c7 led_set_brightness +EXPORT_SYMBOL_GPL vmlinux 0x0107c0ba dma_async_device_channel_unregister +EXPORT_SYMBOL_GPL vmlinux 0x010d3721 da9052_enable_irq +EXPORT_SYMBOL_GPL vmlinux 0x0111f26f powercap_unregister_zone +EXPORT_SYMBOL_GPL vmlinux 0x0116d66a regulator_unregister +EXPORT_SYMBOL_GPL vmlinux 0x011f8d6b clk_register_fixed_factor +EXPORT_SYMBOL_GPL vmlinux 0x01276172 pci_status_get_and_clear_errors +EXPORT_SYMBOL_GPL vmlinux 0x012960b0 tcp_enter_memory_pressure +EXPORT_SYMBOL_GPL vmlinux 0x01299015 phylink_generic_validate +EXPORT_SYMBOL_GPL vmlinux 0x012e730e apei_exec_noop +EXPORT_SYMBOL_GPL vmlinux 0x0138af64 pci_find_ht_capability +EXPORT_SYMBOL_GPL vmlinux 0x013a0681 tty_save_termios +EXPORT_SYMBOL_GPL vmlinux 0x0143d4a7 pci_add_dynid +EXPORT_SYMBOL_GPL vmlinux 0x01473a37 iommu_device_register +EXPORT_SYMBOL_GPL vmlinux 0x01497916 clk_gate_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0x014c40c0 devm_ti_sci_get_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0x014e8186 cpu_scale +EXPORT_SYMBOL_GPL vmlinux 0x015a8498 imx_clk_hw_cpu +EXPORT_SYMBOL_GPL vmlinux 0x016ad8ca add_disk_randomness +EXPORT_SYMBOL_GPL vmlinux 0x0179ccba topology_update_thermal_pressure +EXPORT_SYMBOL_GPL vmlinux 0x018082fd devm_regulator_get_enable_optional +EXPORT_SYMBOL_GPL vmlinux 0x01866a57 ezx_pcap_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x018fce3b tcp_register_congestion_control +EXPORT_SYMBOL_GPL vmlinux 0x01a0cb78 property_entries_free +EXPORT_SYMBOL_GPL vmlinux 0x01b19c2a dev_coredumpv +EXPORT_SYMBOL_GPL vmlinux 0x01b62b4c rio_request_inb_dbell +EXPORT_SYMBOL_GPL vmlinux 0x01bb9ba5 crypto_register_rng +EXPORT_SYMBOL_GPL vmlinux 0x01c6cb0c cpu_cluster_pm_enter +EXPORT_SYMBOL_GPL vmlinux 0x01d7f615 device_link_add +EXPORT_SYMBOL_GPL vmlinux 0x01dc0e98 nf_queue +EXPORT_SYMBOL_GPL vmlinux 0x01e1a8de kgdb_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0x01ed7e04 wm8350_reg_read +EXPORT_SYMBOL_GPL vmlinux 0x01f368cb badblocks_check +EXPORT_SYMBOL_GPL vmlinux 0x0207a6c6 reset_control_bulk_acquire +EXPORT_SYMBOL_GPL vmlinux 0x02196c14 wbc_detach_inode +EXPORT_SYMBOL_GPL vmlinux 0x021fa404 xen_dbgp_reset_prep +EXPORT_SYMBOL_GPL vmlinux 0x02266f32 i2c_new_ancillary_device +EXPORT_SYMBOL_GPL vmlinux 0x02305dbc to_software_node +EXPORT_SYMBOL_GPL vmlinux 0x02394899 play_idle_precise +EXPORT_SYMBOL_GPL vmlinux 0x024276d2 ata_cable_80wire +EXPORT_SYMBOL_GPL vmlinux 0x02495b8f gnttab_alloc_grant_reference_seq +EXPORT_SYMBOL_GPL vmlinux 0x0249d3ff shash_ahash_finup +EXPORT_SYMBOL_GPL vmlinux 0x024d13dd request_free_mem_region +EXPORT_SYMBOL_GPL vmlinux 0x02517596 __traceiter_remove_device_from_group +EXPORT_SYMBOL_GPL vmlinux 0x025e284c do_unbind_con_driver +EXPORT_SYMBOL_GPL vmlinux 0x02730755 i2c_new_client_device +EXPORT_SYMBOL_GPL vmlinux 0x02764091 of_pwm_xlate_with_flags +EXPORT_SYMBOL_GPL vmlinux 0x027f50fe rtc_read_alarm +EXPORT_SYMBOL_GPL vmlinux 0x02809fc9 tcp_slow_start +EXPORT_SYMBOL_GPL vmlinux 0x02829521 rt_mutex_trylock +EXPORT_SYMBOL_GPL vmlinux 0x02934135 ata_sff_softreset +EXPORT_SYMBOL_GPL vmlinux 0x029e9c5a mbox_flush +EXPORT_SYMBOL_GPL vmlinux 0x02a43fda serdev_device_set_flow_control +EXPORT_SYMBOL_GPL vmlinux 0x02a7ca35 __traceiter_sched_update_nr_running_tp +EXPORT_SYMBOL_GPL vmlinux 0x02a8671b devlink_port_type_clear +EXPORT_SYMBOL_GPL vmlinux 0x02bab11f vcap_rule_mod_action_u32 +EXPORT_SYMBOL_GPL vmlinux 0x02c5c501 power_supply_find_ocv2cap_table +EXPORT_SYMBOL_GPL vmlinux 0x02d5f5fb dma_wait_for_async_tx +EXPORT_SYMBOL_GPL vmlinux 0x02e9f334 fib_nl_delrule +EXPORT_SYMBOL_GPL vmlinux 0x02eacae8 scsi_build_sense +EXPORT_SYMBOL_GPL vmlinux 0x02f5918d devfreq_event_reset_event +EXPORT_SYMBOL_GPL vmlinux 0x02fb8e01 usb_role_switch_register +EXPORT_SYMBOL_GPL vmlinux 0x02fb97f0 tty_ldisc_receive_buf +EXPORT_SYMBOL_GPL vmlinux 0x02fe3c37 fsverity_prepare_setattr +EXPORT_SYMBOL_GPL vmlinux 0x030cbca2 ata_id_xfermask +EXPORT_SYMBOL_GPL vmlinux 0x0312b3b0 reset_controller_add_lookup +EXPORT_SYMBOL_GPL vmlinux 0x0315e2ed ehci_handshake +EXPORT_SYMBOL_GPL vmlinux 0x031a64cc metadata_dst_free +EXPORT_SYMBOL_GPL vmlinux 0x0321cdbf of_alias_get_highest_id +EXPORT_SYMBOL_GPL vmlinux 0x0323911b _proc_mkdir +EXPORT_SYMBOL_GPL vmlinux 0x032a19dd acpi_subsys_suspend +EXPORT_SYMBOL_GPL vmlinux 0x03311648 scsi_target_block +EXPORT_SYMBOL_GPL vmlinux 0x0334d308 paste_selection +EXPORT_SYMBOL_GPL vmlinux 0x033832c7 usb_amd_hang_symptom_quirk +EXPORT_SYMBOL_GPL vmlinux 0x0342dee0 dax_finish_sync_fault +EXPORT_SYMBOL_GPL vmlinux 0x0343bdf1 __i2c_board_list +EXPORT_SYMBOL_GPL vmlinux 0x036c10fe ata_bmdma_port_start32 +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 0x03743416 dm_audit_log_bio +EXPORT_SYMBOL_GPL vmlinux 0x038818cb pci_sriov_get_totalvfs +EXPORT_SYMBOL_GPL vmlinux 0x03941447 kvm_clear_guest +EXPORT_SYMBOL_GPL vmlinux 0x03952887 ktime_add_safe +EXPORT_SYMBOL_GPL vmlinux 0x03981d5b of_icc_get_by_index +EXPORT_SYMBOL_GPL vmlinux 0x039a941b device_find_any_child +EXPORT_SYMBOL_GPL vmlinux 0x039daeaf acomp_request_alloc +EXPORT_SYMBOL_GPL vmlinux 0x03aa62b6 regulator_bulk_enable +EXPORT_SYMBOL_GPL vmlinux 0x03b8d7fa usb_queue_reset_device +EXPORT_SYMBOL_GPL vmlinux 0x03bbaeb3 rio_request_mport_dma +EXPORT_SYMBOL_GPL vmlinux 0x03c12dfe cancel_work_sync +EXPORT_SYMBOL_GPL vmlinux 0x03ce7234 sched_smt_present +EXPORT_SYMBOL_GPL vmlinux 0x03d2806c pm_generic_poweroff_late +EXPORT_SYMBOL_GPL vmlinux 0x03db8aba __traceiter_sched_cpu_capacity_tp +EXPORT_SYMBOL_GPL vmlinux 0x03e53cc5 ata_pci_bmdma_init_one +EXPORT_SYMBOL_GPL vmlinux 0x03ec4060 ahci_platform_suspend_host +EXPORT_SYMBOL_GPL vmlinux 0x0402cbbf preempt_notifier_inc +EXPORT_SYMBOL_GPL vmlinux 0x040de5af of_reset_control_array_get +EXPORT_SYMBOL_GPL vmlinux 0x040ffb9a dprc_get_obj +EXPORT_SYMBOL_GPL vmlinux 0x04110fee stmpe811_adc_common_init +EXPORT_SYMBOL_GPL vmlinux 0x0411d8cc ata_wait_register +EXPORT_SYMBOL_GPL vmlinux 0x0412332f rcar_rst_set_rproc_boot_addr +EXPORT_SYMBOL_GPL vmlinux 0x0412a192 tegra_bpmp_put +EXPORT_SYMBOL_GPL vmlinux 0x04135e7e led_set_brightness_nopm +EXPORT_SYMBOL_GPL vmlinux 0x0422cc23 iommu_page_response +EXPORT_SYMBOL_GPL vmlinux 0x044f27e8 device_attach +EXPORT_SYMBOL_GPL vmlinux 0x0465a073 regmap_reg_in_ranges +EXPORT_SYMBOL_GPL vmlinux 0x046f359e of_overlay_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0x0472cf3b register_kprobe +EXPORT_SYMBOL_GPL vmlinux 0x0489ee7b usb_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x048b5f8d twl4030_audio_get_mclk +EXPORT_SYMBOL_GPL vmlinux 0x0491ae9b tpm_chip_bootstrap +EXPORT_SYMBOL_GPL vmlinux 0x0495dead __cpuhp_state_add_instance +EXPORT_SYMBOL_GPL vmlinux 0x049e5156 gnttab_try_end_foreign_access +EXPORT_SYMBOL_GPL vmlinux 0x04b3543d devm_ti_sci_get_resource +EXPORT_SYMBOL_GPL vmlinux 0x04bf0092 io_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0x04c41c60 devlink_flash_update_status_notify +EXPORT_SYMBOL_GPL vmlinux 0x04c4f603 mpi_get_buffer +EXPORT_SYMBOL_GPL vmlinux 0x04c8aebf console_verbose +EXPORT_SYMBOL_GPL vmlinux 0x04d1c778 blkcg_get_fc_appid +EXPORT_SYMBOL_GPL vmlinux 0x04dc8dde anon_transport_class_register +EXPORT_SYMBOL_GPL vmlinux 0x04df8fbc lzo1x_decompress_safe +EXPORT_SYMBOL_GPL vmlinux 0x04e68061 sfp_bus_find_fwnode +EXPORT_SYMBOL_GPL vmlinux 0x05103014 of_phy_provider_unregister +EXPORT_SYMBOL_GPL vmlinux 0x051085e3 lock_system_sleep +EXPORT_SYMBOL_GPL vmlinux 0x0510b2d7 iomap_truncate_page +EXPORT_SYMBOL_GPL vmlinux 0x051a0bc1 stack_depot_fetch +EXPORT_SYMBOL_GPL vmlinux 0x0524ca85 clk_regmap_gate_ro_ops +EXPORT_SYMBOL_GPL vmlinux 0x052b4013 register_vmcore_cb +EXPORT_SYMBOL_GPL vmlinux 0x052c9aed ktime_get_real_fast_ns +EXPORT_SYMBOL_GPL vmlinux 0x053d738a __SCK__tp_func_br_fdb_update +EXPORT_SYMBOL_GPL vmlinux 0x054e4a35 fscrypt_set_context +EXPORT_SYMBOL_GPL vmlinux 0x054e550b kernel_halt +EXPORT_SYMBOL_GPL vmlinux 0x054ffb55 inet_csk_clone_lock +EXPORT_SYMBOL_GPL vmlinux 0x05527c4a irq_create_fwspec_mapping +EXPORT_SYMBOL_GPL vmlinux 0x05540631 regulator_set_mode +EXPORT_SYMBOL_GPL vmlinux 0x05610897 of_changeset_destroy +EXPORT_SYMBOL_GPL vmlinux 0x05633204 ata_sff_lost_interrupt +EXPORT_SYMBOL_GPL vmlinux 0x056f54ff regulator_disable_deferred +EXPORT_SYMBOL_GPL vmlinux 0x0572ed65 da9052_free_irq +EXPORT_SYMBOL_GPL vmlinux 0x0580d39e sk_psock_tls_strp_read +EXPORT_SYMBOL_GPL vmlinux 0x05883efb __traceiter_suspend_resume +EXPORT_SYMBOL_GPL vmlinux 0x058c6377 for_each_kernel_tracepoint +EXPORT_SYMBOL_GPL vmlinux 0x058f9366 apei_exec_collect_resources +EXPORT_SYMBOL_GPL vmlinux 0x05a36048 devl_resource_occ_get_unregister +EXPORT_SYMBOL_GPL vmlinux 0x05a93f2c mtk_mux_gate_clr_set_upd_ops +EXPORT_SYMBOL_GPL vmlinux 0x05c7a6bd sdio_release_irq +EXPORT_SYMBOL_GPL vmlinux 0x05cc7f78 kobject_uevent_env +EXPORT_SYMBOL_GPL vmlinux 0x05d5edae irq_domain_push_irq +EXPORT_SYMBOL_GPL vmlinux 0x06055a23 __tracepoint_pelt_se_tp +EXPORT_SYMBOL_GPL vmlinux 0x061336ae blocking_notifier_chain_register_unique_prio +EXPORT_SYMBOL_GPL vmlinux 0x061764c6 vp_modern_set_queue_enable +EXPORT_SYMBOL_GPL vmlinux 0x061a5a28 extcon_set_state +EXPORT_SYMBOL_GPL vmlinux 0x06209f49 phy_lookup_setting +EXPORT_SYMBOL_GPL vmlinux 0x0623e0ac usb_unanchor_urb +EXPORT_SYMBOL_GPL vmlinux 0x0626da5f od_unregister_powersave_bias_handler +EXPORT_SYMBOL_GPL vmlinux 0x062b89c4 ghes_unregister_report_chain +EXPORT_SYMBOL_GPL vmlinux 0x064cf755 stmpe_reg_write +EXPORT_SYMBOL_GPL vmlinux 0x064db9a5 mark_mounts_for_expiry +EXPORT_SYMBOL_GPL vmlinux 0x06615a85 virtqueue_get_buf +EXPORT_SYMBOL_GPL vmlinux 0x0665c464 synth_event_create +EXPORT_SYMBOL_GPL vmlinux 0x066fdb7b irq_setup_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0x06785fb0 ehci_suspend +EXPORT_SYMBOL_GPL vmlinux 0x067bfea6 nvmem_device_get +EXPORT_SYMBOL_GPL vmlinux 0x067e84ff dummy_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0x067ffd19 pinctrl_get +EXPORT_SYMBOL_GPL vmlinux 0x06800a63 devm_spi_register_controller +EXPORT_SYMBOL_GPL vmlinux 0x06849e3d balloon_page_list_dequeue +EXPORT_SYMBOL_GPL vmlinux 0x0684a9e8 clk_hw_get_rate_range +EXPORT_SYMBOL_GPL vmlinux 0x06902305 devm_serdev_device_open +EXPORT_SYMBOL_GPL vmlinux 0x06929963 dev_pm_opp_remove_all_dynamic +EXPORT_SYMBOL_GPL vmlinux 0x0698775c platform_device_alloc +EXPORT_SYMBOL_GPL vmlinux 0x069f8f44 phy_set_speed +EXPORT_SYMBOL_GPL vmlinux 0x06a3007e nvmem_cell_read_u8 +EXPORT_SYMBOL_GPL vmlinux 0x06b970a5 zynqmp_pm_ospi_mux_select +EXPORT_SYMBOL_GPL vmlinux 0x06caff97 pin_get_name +EXPORT_SYMBOL_GPL vmlinux 0x06cca30b ring_buffer_record_off +EXPORT_SYMBOL_GPL vmlinux 0x06cde92a __phy_modify_mmd +EXPORT_SYMBOL_GPL vmlinux 0x06d9cbb7 tpm_default_chip +EXPORT_SYMBOL_GPL vmlinux 0x06e05e57 mpc8xxx_spi_tx_buf_u32 +EXPORT_SYMBOL_GPL vmlinux 0x06e4433e sunxi_ccu_set_mmc_timing_mode +EXPORT_SYMBOL_GPL vmlinux 0x06f024b7 i2c_recover_bus +EXPORT_SYMBOL_GPL vmlinux 0x06f38eb8 sysfs_file_change_owner +EXPORT_SYMBOL_GPL vmlinux 0x06f5e981 phy_gbit_all_ports_features +EXPORT_SYMBOL_GPL vmlinux 0x071c4e65 filemap_add_folio +EXPORT_SYMBOL_GPL vmlinux 0x07242d92 put_dax +EXPORT_SYMBOL_GPL vmlinux 0x07483e13 cn_del_callback +EXPORT_SYMBOL_GPL vmlinux 0x074b4e81 kthread_unpark +EXPORT_SYMBOL_GPL vmlinux 0x074f98db synth_event_add_field +EXPORT_SYMBOL_GPL vmlinux 0x0756a31c register_platform_power_off +EXPORT_SYMBOL_GPL vmlinux 0x075c38a5 fat_build_inode +EXPORT_SYMBOL_GPL vmlinux 0x075f9174 ata_sff_qc_issue +EXPORT_SYMBOL_GPL vmlinux 0x076356e7 sfp_may_have_phy +EXPORT_SYMBOL_GPL vmlinux 0x0763bcee ping_unhash +EXPORT_SYMBOL_GPL vmlinux 0x0765fe21 addrconf_add_linklocal +EXPORT_SYMBOL_GPL vmlinux 0x076abe07 ahci_do_softreset +EXPORT_SYMBOL_GPL vmlinux 0x07812e8f put_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0x0782f436 irq_chip_set_affinity_parent +EXPORT_SYMBOL_GPL vmlinux 0x078366cf fscrypt_limit_io_blocks +EXPORT_SYMBOL_GPL vmlinux 0x07880ce5 __traceiter_neigh_cleanup_and_release +EXPORT_SYMBOL_GPL vmlinux 0x078c138a blk_queue_max_zone_append_sectors +EXPORT_SYMBOL_GPL vmlinux 0x07a4cfe1 regulator_register +EXPORT_SYMBOL_GPL vmlinux 0x07b21f85 kdb_get_kbd_char +EXPORT_SYMBOL_GPL vmlinux 0x07b52e38 rtnl_unregister +EXPORT_SYMBOL_GPL vmlinux 0x07b6f0b2 devm_init_badblocks +EXPORT_SYMBOL_GPL vmlinux 0x07b96c2f stmpe_set_altfunc +EXPORT_SYMBOL_GPL vmlinux 0x07be6905 net_inc_egress_queue +EXPORT_SYMBOL_GPL vmlinux 0x07c13e6f adp5520_clr_bits +EXPORT_SYMBOL_GPL vmlinux 0x07ca9cec da9052_disable_irq_nosync +EXPORT_SYMBOL_GPL vmlinux 0x07d96c5e udp_destruct_common +EXPORT_SYMBOL_GPL vmlinux 0x07dda191 pid_vnr +EXPORT_SYMBOL_GPL vmlinux 0x07e84199 meson_clk_mpll_ro_ops +EXPORT_SYMBOL_GPL vmlinux 0x07f57bb2 call_srcu +EXPORT_SYMBOL_GPL vmlinux 0x07fc16c4 of_clk_src_onecell_get +EXPORT_SYMBOL_GPL vmlinux 0x08072c79 dev_attr_link_power_management_policy +EXPORT_SYMBOL_GPL vmlinux 0x080fc597 folio_add_wait_queue +EXPORT_SYMBOL_GPL vmlinux 0x08135613 dax_write_cache +EXPORT_SYMBOL_GPL vmlinux 0x081cff08 iommu_detach_device +EXPORT_SYMBOL_GPL vmlinux 0x08213956 phylink_ethtool_get_wol +EXPORT_SYMBOL_GPL vmlinux 0x083050e0 thermal_zone_unbind_cooling_device +EXPORT_SYMBOL_GPL vmlinux 0x08359982 switchdev_bridge_port_offload +EXPORT_SYMBOL_GPL vmlinux 0x08366f22 mtk_eint_set_debounce +EXPORT_SYMBOL_GPL vmlinux 0x084c192a device_remove_file_self +EXPORT_SYMBOL_GPL vmlinux 0x084ddd12 regmap_noinc_write +EXPORT_SYMBOL_GPL vmlinux 0x08520ff2 mtk_pinconf_adv_pull_get +EXPORT_SYMBOL_GPL vmlinux 0x0853e496 vcap_keyset_name +EXPORT_SYMBOL_GPL vmlinux 0x08555d02 pinctrl_find_gpio_range_from_pin_nolock +EXPORT_SYMBOL_GPL vmlinux 0x08576175 unregister_kretprobes +EXPORT_SYMBOL_GPL vmlinux 0x0857de9f skb_consume_udp +EXPORT_SYMBOL_GPL vmlinux 0x0868ed9a rt_mutex_lock_interruptible +EXPORT_SYMBOL_GPL vmlinux 0x08707240 bgpio_init +EXPORT_SYMBOL_GPL vmlinux 0x087b3814 crypto_unregister_scomps +EXPORT_SYMBOL_GPL vmlinux 0x087f5dc5 wm831x_of_match +EXPORT_SYMBOL_GPL vmlinux 0x08891108 vp_modern_remove +EXPORT_SYMBOL_GPL vmlinux 0x088ae798 __traceiter_neigh_event_send_done +EXPORT_SYMBOL_GPL vmlinux 0x0891da72 metadata_dst_alloc_percpu +EXPORT_SYMBOL_GPL vmlinux 0x08a88a9f __SCK__tp_func_ata_tf_load +EXPORT_SYMBOL_GPL vmlinux 0x08b20aac trace_array_destroy +EXPORT_SYMBOL_GPL vmlinux 0x08b73f5d of_reconfig_get_state_change +EXPORT_SYMBOL_GPL vmlinux 0x08bb2648 ata_host_alloc_pinfo +EXPORT_SYMBOL_GPL vmlinux 0x08c61932 devl_region_create +EXPORT_SYMBOL_GPL vmlinux 0x08c78cf7 offline_and_remove_memory +EXPORT_SYMBOL_GPL vmlinux 0x08d7e84d bind_interdomain_evtchn_to_irqhandler_lateeoi +EXPORT_SYMBOL_GPL vmlinux 0x08dd52f5 __traceiter_rpm_resume +EXPORT_SYMBOL_GPL vmlinux 0x08e34a98 rio_mport_read_config_16 +EXPORT_SYMBOL_GPL vmlinux 0x08e5f0aa gnttab_page_cache_get +EXPORT_SYMBOL_GPL vmlinux 0x0901a0a4 ip6_datagram_connect +EXPORT_SYMBOL_GPL vmlinux 0x0902dec1 usb_deregister_device_driver +EXPORT_SYMBOL_GPL vmlinux 0x0907d14d blocking_notifier_chain_register +EXPORT_SYMBOL_GPL vmlinux 0x0909c767 cleanup_srcu_struct +EXPORT_SYMBOL_GPL vmlinux 0x090b2337 gnttab_alloc_pages +EXPORT_SYMBOL_GPL vmlinux 0x09161cbb scsi_dh_attached_handler_name +EXPORT_SYMBOL_GPL vmlinux 0x0918729d __virtqueue_unbreak +EXPORT_SYMBOL_GPL vmlinux 0x091d54a7 dpbp_open +EXPORT_SYMBOL_GPL vmlinux 0x091eb9b4 round_jiffies +EXPORT_SYMBOL_GPL vmlinux 0x0927cd10 relay_switch_subbuf +EXPORT_SYMBOL_GPL vmlinux 0x09337cd0 __wake_up_locked_key +EXPORT_SYMBOL_GPL vmlinux 0x093786cf synth_event_add_field_str +EXPORT_SYMBOL_GPL vmlinux 0x0939f328 gpiod_get_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x094e1443 noop_backing_dev_info +EXPORT_SYMBOL_GPL vmlinux 0x096e53c7 devm_regulator_bulk_get_const +EXPORT_SYMBOL_GPL vmlinux 0x0976822d sfp_get_module_eeprom_by_page +EXPORT_SYMBOL_GPL vmlinux 0x098209d9 adp5520_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x0986297c extcon_get_extcon_dev +EXPORT_SYMBOL_GPL vmlinux 0x09a6840e fscrypt_get_symlink +EXPORT_SYMBOL_GPL vmlinux 0x09a7e841 blk_queue_write_cache +EXPORT_SYMBOL_GPL vmlinux 0x09aa3837 hwmon_device_register +EXPORT_SYMBOL_GPL vmlinux 0x09b53e14 interval_tree_remove +EXPORT_SYMBOL_GPL vmlinux 0x09d98ccf gpiod_get_array_value +EXPORT_SYMBOL_GPL vmlinux 0x09e945a7 pci_msi_mask_irq +EXPORT_SYMBOL_GPL vmlinux 0x09f6869d regmap_mmio_detach_clk +EXPORT_SYMBOL_GPL vmlinux 0x09ffec48 power_supply_unregister +EXPORT_SYMBOL_GPL vmlinux 0x0a005662 regulator_get_voltage_rdev +EXPORT_SYMBOL_GPL vmlinux 0x0a05690e strp_data_ready +EXPORT_SYMBOL_GPL vmlinux 0x0a060bfe acpi_pm_wakeup_event +EXPORT_SYMBOL_GPL vmlinux 0x0a0bc88f acpi_dev_state_d0 +EXPORT_SYMBOL_GPL vmlinux 0x0a0cea40 ata_noop_qc_prep +EXPORT_SYMBOL_GPL vmlinux 0x0a1933a1 ethnl_cable_test_fault_length +EXPORT_SYMBOL_GPL vmlinux 0x0a4327d7 crypto_stats_rng_seed +EXPORT_SYMBOL_GPL vmlinux 0x0a463293 __tracepoint_error_report_end +EXPORT_SYMBOL_GPL vmlinux 0x0a47fb0a __device_reset +EXPORT_SYMBOL_GPL vmlinux 0x0a52c511 hv_query_ext_cap +EXPORT_SYMBOL_GPL vmlinux 0x0a6a66ee register_acpi_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x0a7ceb30 __tracepoint_non_standard_event +EXPORT_SYMBOL_GPL vmlinux 0x0a7d8296 serdev_device_remove +EXPORT_SYMBOL_GPL vmlinux 0x0a8162a8 raw_v4_hashinfo +EXPORT_SYMBOL_GPL vmlinux 0x0a824eee gpiod_to_chip +EXPORT_SYMBOL_GPL vmlinux 0x0a878c54 fixed_phy_register +EXPORT_SYMBOL_GPL vmlinux 0x0a890816 meson_eeclkc_probe +EXPORT_SYMBOL_GPL vmlinux 0x0a936d31 ata_scsi_unlock_native_capacity +EXPORT_SYMBOL_GPL vmlinux 0x0a94c907 xfrm_audit_policy_delete +EXPORT_SYMBOL_GPL vmlinux 0x0aa81270 dmi_kobj +EXPORT_SYMBOL_GPL vmlinux 0x0ab92fde __mmdrop +EXPORT_SYMBOL_GPL vmlinux 0x0abc6be6 k3_ringacc_ring_is_full +EXPORT_SYMBOL_GPL vmlinux 0x0ac479f9 tpm_try_get_ops +EXPORT_SYMBOL_GPL vmlinux 0x0aca7298 nvdimm_has_flush +EXPORT_SYMBOL_GPL vmlinux 0x0ad3df41 pm_generic_runtime_resume +EXPORT_SYMBOL_GPL vmlinux 0x0ae35ef6 gov_attr_set_init +EXPORT_SYMBOL_GPL vmlinux 0x0ae855b3 debugfs_attr_write_signed +EXPORT_SYMBOL_GPL vmlinux 0x0ae989ab memremap_pages +EXPORT_SYMBOL_GPL vmlinux 0x0af09ec8 icc_disable +EXPORT_SYMBOL_GPL vmlinux 0x0af5d27b param_set_uint_minmax +EXPORT_SYMBOL_GPL vmlinux 0x0b07abe2 unshare_fs_struct +EXPORT_SYMBOL_GPL vmlinux 0x0b0bde7b dax_inode +EXPORT_SYMBOL_GPL vmlinux 0x0b1bb9f9 synchronize_rcu_tasks +EXPORT_SYMBOL_GPL vmlinux 0x0b1d1ded devlink_to_dev +EXPORT_SYMBOL_GPL vmlinux 0x0b27a461 platform_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x0b27aa14 crypto_stats_skcipher_encrypt +EXPORT_SYMBOL_GPL vmlinux 0x0b2db2d5 remove_resource +EXPORT_SYMBOL_GPL vmlinux 0x0b2ec17f hwspin_lock_get_id +EXPORT_SYMBOL_GPL vmlinux 0x0b32d766 sock_inuse_get +EXPORT_SYMBOL_GPL vmlinux 0x0b3a3ed7 zynqmp_pm_fpga_get_status +EXPORT_SYMBOL_GPL vmlinux 0x0b424b72 mbox_request_channel +EXPORT_SYMBOL_GPL vmlinux 0x0b52e502 apei_resources_add +EXPORT_SYMBOL_GPL vmlinux 0x0b5529c8 serdev_device_get_tiocm +EXPORT_SYMBOL_GPL vmlinux 0x0b5b8e69 devm_watchdog_register_device +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 0x0b6cfb39 trace_event_buffer_commit +EXPORT_SYMBOL_GPL vmlinux 0x0b8c8a23 static_key_fast_inc_not_disabled +EXPORT_SYMBOL_GPL vmlinux 0x0b8d5b5f xhci_drop_endpoint +EXPORT_SYMBOL_GPL vmlinux 0x0ba5db11 devm_regmap_add_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0x0bad550b dm_internal_suspend_noflush +EXPORT_SYMBOL_GPL vmlinux 0x0bb028d4 hisi_clk_register_fixed_factor +EXPORT_SYMBOL_GPL vmlinux 0x0bbdc9b2 remove_memory +EXPORT_SYMBOL_GPL vmlinux 0x0bc79841 skb_morph +EXPORT_SYMBOL_GPL vmlinux 0x0bdfb87e i2c_add_numbered_adapter +EXPORT_SYMBOL_GPL vmlinux 0x0becac3e xdp_do_redirect_frame +EXPORT_SYMBOL_GPL vmlinux 0x0bf32478 __SCK__tp_func_pelt_rt_tp +EXPORT_SYMBOL_GPL vmlinux 0x0c03496e crypto_stats_kpp_set_secret +EXPORT_SYMBOL_GPL vmlinux 0x0c0a09e4 __devm_of_phy_provider_register +EXPORT_SYMBOL_GPL vmlinux 0x0c0e1cc2 fsl_mc_bus_dpsw_type +EXPORT_SYMBOL_GPL vmlinux 0x0c17966b xen_xlate_unmap_gfn_range +EXPORT_SYMBOL_GPL vmlinux 0x0c19321e bus_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0x0c1a5ee3 log_post_read_mmio +EXPORT_SYMBOL_GPL vmlinux 0x0c216019 mctp_register_netdev +EXPORT_SYMBOL_GPL vmlinux 0x0c2c5802 work_busy +EXPORT_SYMBOL_GPL vmlinux 0x0c32ff8a edac_pci_alloc_index +EXPORT_SYMBOL_GPL vmlinux 0x0c337ad0 nvdimm_bus_add_badrange +EXPORT_SYMBOL_GPL vmlinux 0x0c38646e soc_device_register +EXPORT_SYMBOL_GPL vmlinux 0x0c3e6241 k3_udma_glue_disable_rx_chn +EXPORT_SYMBOL_GPL vmlinux 0x0c45c1f5 sata_pmp_port_ops +EXPORT_SYMBOL_GPL vmlinux 0x0c49c0cb find_ge_pid +EXPORT_SYMBOL_GPL vmlinux 0x0c4acb09 sock_diag_unregister +EXPORT_SYMBOL_GPL vmlinux 0x0c6394e2 sysfs_create_link +EXPORT_SYMBOL_GPL vmlinux 0x0c714196 devm_thermal_add_hwmon_sysfs +EXPORT_SYMBOL_GPL vmlinux 0x0c77e482 bus_sort_breadthfirst +EXPORT_SYMBOL_GPL vmlinux 0x0c805ea3 pkcs7_parse_message +EXPORT_SYMBOL_GPL vmlinux 0x0c88c1c3 pci_vpd_find_id_string +EXPORT_SYMBOL_GPL vmlinux 0x0c8e13b6 mctrl_gpio_free +EXPORT_SYMBOL_GPL vmlinux 0x0c9b29a2 clk_bulk_get_optional +EXPORT_SYMBOL_GPL vmlinux 0x0ca74fcc msi_domain_first_desc +EXPORT_SYMBOL_GPL vmlinux 0x0ca82976 pm_runtime_autosuspend_expiration +EXPORT_SYMBOL_GPL vmlinux 0x0ca85fd2 dev_pm_opp_of_find_icc_paths +EXPORT_SYMBOL_GPL vmlinux 0x0cacab5b gpiod_direction_output +EXPORT_SYMBOL_GPL vmlinux 0x0cafdfe9 platform_get_resource_byname +EXPORT_SYMBOL_GPL vmlinux 0x0cbcf3b1 devm_clk_get_prepared +EXPORT_SYMBOL_GPL vmlinux 0x0cbe3ee2 software_node_unregister +EXPORT_SYMBOL_GPL vmlinux 0x0cbf5ff5 gpiod_get_value +EXPORT_SYMBOL_GPL vmlinux 0x0cc4e9e2 fscrypt_add_test_dummy_key +EXPORT_SYMBOL_GPL vmlinux 0x0cc9d36c iommu_group_claim_dma_owner +EXPORT_SYMBOL_GPL vmlinux 0x0ccf5275 zynqmp_pm_pinctrl_get_config +EXPORT_SYMBOL_GPL vmlinux 0x0cdd30e3 devm_of_phy_get_by_index +EXPORT_SYMBOL_GPL vmlinux 0x0ce3dd73 bman_is_probed +EXPORT_SYMBOL_GPL vmlinux 0x0d202e17 ata_pci_bmdma_init +EXPORT_SYMBOL_GPL vmlinux 0x0d2141e0 fwnode_get_nth_parent +EXPORT_SYMBOL_GPL vmlinux 0x0d29247f key_type_logon +EXPORT_SYMBOL_GPL vmlinux 0x0d3fb0bb usb_get_status +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 0x0d5cecc6 ima_measure_critical_data +EXPORT_SYMBOL_GPL vmlinux 0x0d5e0968 dw8250_do_set_termios +EXPORT_SYMBOL_GPL vmlinux 0x0d6a49d4 tcp_memory_per_cpu_fw_alloc +EXPORT_SYMBOL_GPL vmlinux 0x0d6b28ba of_changeset_action +EXPORT_SYMBOL_GPL vmlinux 0x0d78fc6f acpi_dev_for_each_child +EXPORT_SYMBOL_GPL vmlinux 0x0d7c7397 i2c_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x0d8497cf mtk_build_eint +EXPORT_SYMBOL_GPL vmlinux 0x0d899952 perf_event_refresh +EXPORT_SYMBOL_GPL vmlinux 0x0da518f8 edac_pci_handle_pe +EXPORT_SYMBOL_GPL vmlinux 0x0dba6fd2 kernel_read_file +EXPORT_SYMBOL_GPL vmlinux 0x0dbdd95b devm_qcom_smem_state_get +EXPORT_SYMBOL_GPL vmlinux 0x0dc4485d mbox_client_peek_data +EXPORT_SYMBOL_GPL vmlinux 0x0dc66de5 disk_force_media_change +EXPORT_SYMBOL_GPL vmlinux 0x0dd02889 scsi_dh_set_params +EXPORT_SYMBOL_GPL vmlinux 0x0dd15d3c find_asymmetric_key +EXPORT_SYMBOL_GPL vmlinux 0x0ddb1cd7 llist_reverse_order +EXPORT_SYMBOL_GPL vmlinux 0x0dfd6a8c devm_hte_register_chip +EXPORT_SYMBOL_GPL vmlinux 0x0e007edf xen_evtchn_nr_channels +EXPORT_SYMBOL_GPL vmlinux 0x0e0c6a7d crypto_dh_encode_key +EXPORT_SYMBOL_GPL vmlinux 0x0e0f78ba ip6_route_output_flags +EXPORT_SYMBOL_GPL vmlinux 0x0e1194d5 hrtimer_try_to_cancel +EXPORT_SYMBOL_GPL vmlinux 0x0e13cb4d apei_resources_release +EXPORT_SYMBOL_GPL vmlinux 0x0e225676 clk_hw_register_fixed_factor_parent_hw +EXPORT_SYMBOL_GPL vmlinux 0x0e2ec8ee clockevent_delta2ns +EXPORT_SYMBOL_GPL vmlinux 0x0e3b713b ata_std_prereset +EXPORT_SYMBOL_GPL vmlinux 0x0e40434a dma_async_device_channel_register +EXPORT_SYMBOL_GPL vmlinux 0x0e49ae1a __traceiter_kfree_skb +EXPORT_SYMBOL_GPL vmlinux 0x0e4fae73 acpi_device_fix_up_power_extended +EXPORT_SYMBOL_GPL vmlinux 0x0e5cc9d7 xdp_unreg_mem_model +EXPORT_SYMBOL_GPL vmlinux 0x0e6b79af static_key_disable_cpuslocked +EXPORT_SYMBOL_GPL vmlinux 0x0e74758e rio_unmap_inb_region +EXPORT_SYMBOL_GPL vmlinux 0x0e87a89c clean_acked_data_disable +EXPORT_SYMBOL_GPL vmlinux 0x0e89ea1d cros_ec_cmd +EXPORT_SYMBOL_GPL vmlinux 0x0e9e5997 usb_autopm_put_interface_async +EXPORT_SYMBOL_GPL vmlinux 0x0ea1cb74 __inet_inherit_port +EXPORT_SYMBOL_GPL vmlinux 0x0ea5cbce xen_irq_lateeoi +EXPORT_SYMBOL_GPL vmlinux 0x0eb5fd5c buffer_migrate_folio_norefs +EXPORT_SYMBOL_GPL vmlinux 0x0eb6d002 ncsi_register_dev +EXPORT_SYMBOL_GPL vmlinux 0x0eb7846c icc_put +EXPORT_SYMBOL_GPL vmlinux 0x0eb8bfa4 gpiochip_unlock_as_irq +EXPORT_SYMBOL_GPL vmlinux 0x0ebb03a4 devlink_trap_groups_unregister +EXPORT_SYMBOL_GPL vmlinux 0x0ec096b0 hv_read_reference_counter +EXPORT_SYMBOL_GPL vmlinux 0x0ecfea88 btf_type_by_id +EXPORT_SYMBOL_GPL vmlinux 0x0ed4cfb5 fib_add_nexthop +EXPORT_SYMBOL_GPL vmlinux 0x0ed7ecfb devlink_port_unregister +EXPORT_SYMBOL_GPL vmlinux 0x0f0cb195 kern_mount +EXPORT_SYMBOL_GPL vmlinux 0x0f17aaf5 iommu_device_claim_dma_owner +EXPORT_SYMBOL_GPL vmlinux 0x0f180070 ring_buffer_free_read_page +EXPORT_SYMBOL_GPL vmlinux 0x0f22aee8 sock_diag_unregister_inet_compat +EXPORT_SYMBOL_GPL vmlinux 0x0f2e8e3b input_ff_destroy +EXPORT_SYMBOL_GPL vmlinux 0x0f433e34 shmem_truncate_range +EXPORT_SYMBOL_GPL vmlinux 0x0f43572e mtk_pinconf_drive_get_raw +EXPORT_SYMBOL_GPL vmlinux 0x0f473926 __auxiliary_device_add +EXPORT_SYMBOL_GPL vmlinux 0x0f49f411 extcon_get_property_capability +EXPORT_SYMBOL_GPL vmlinux 0x0f4ee3a0 gpiod_set_raw_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x0f589ec1 ehci_resume +EXPORT_SYMBOL_GPL vmlinux 0x0f5e8f8e devm_memunmap_pages +EXPORT_SYMBOL_GPL vmlinux 0x0f6d43b3 __crypto_alloc_tfm +EXPORT_SYMBOL_GPL vmlinux 0x0f6ea809 device_show_ulong +EXPORT_SYMBOL_GPL vmlinux 0x0f72ada1 acpi_dev_resource_io +EXPORT_SYMBOL_GPL vmlinux 0x0f75d372 mark_page_dirty +EXPORT_SYMBOL_GPL vmlinux 0x0f784fba debugfs_create_u32 +EXPORT_SYMBOL_GPL vmlinux 0x0f7ca236 dmi_memdev_name +EXPORT_SYMBOL_GPL vmlinux 0x0f7d8b18 crypto_unregister_rng +EXPORT_SYMBOL_GPL vmlinux 0x0f81294f mpc8xxx_spi_rx_buf_u16 +EXPORT_SYMBOL_GPL vmlinux 0x0f991a43 __dev_forward_skb +EXPORT_SYMBOL_GPL vmlinux 0x0faa2c9a __tracepoint_ata_bmdma_setup +EXPORT_SYMBOL_GPL vmlinux 0x0fac169d fb_deferred_io_mmap +EXPORT_SYMBOL_GPL vmlinux 0x0fb362f3 mmc_regulator_set_vqmmc +EXPORT_SYMBOL_GPL vmlinux 0x0fbb7344 memremap_compat_align +EXPORT_SYMBOL_GPL vmlinux 0x0fbc0c0e xas_pause +EXPORT_SYMBOL_GPL vmlinux 0x0fd4610e kmem_dump_obj +EXPORT_SYMBOL_GPL vmlinux 0x0fda972a xdp_rxq_info_reg_mem_model +EXPORT_SYMBOL_GPL vmlinux 0x0fdae857 crypto_mod_put +EXPORT_SYMBOL_GPL vmlinux 0x0fdd2640 serdev_device_alloc +EXPORT_SYMBOL_GPL vmlinux 0x0fe4e984 devres_for_each_res +EXPORT_SYMBOL_GPL vmlinux 0x10091b7b sbitmap_add_wait_queue +EXPORT_SYMBOL_GPL vmlinux 0x10138352 tracing_on +EXPORT_SYMBOL_GPL vmlinux 0x1016fc62 devm_hwrng_register +EXPORT_SYMBOL_GPL vmlinux 0x1017ee14 ata_pci_device_resume +EXPORT_SYMBOL_GPL vmlinux 0x102b11b7 usb_remove_hcd +EXPORT_SYMBOL_GPL vmlinux 0x10394e1b tc3589x_reg_write +EXPORT_SYMBOL_GPL vmlinux 0x103d654e rt_mutex_unlock +EXPORT_SYMBOL_GPL vmlinux 0x1052be17 fat_update_time +EXPORT_SYMBOL_GPL vmlinux 0x10689dbf tracing_snapshot_cond_disable +EXPORT_SYMBOL_GPL vmlinux 0x108a0acd bstr_printf +EXPORT_SYMBOL_GPL vmlinux 0x10993d97 bio_iov_iter_get_pages +EXPORT_SYMBOL_GPL vmlinux 0x10a11dc9 debugfs_create_ulong +EXPORT_SYMBOL_GPL vmlinux 0x10b386cf badblocks_exit +EXPORT_SYMBOL_GPL vmlinux 0x10b89330 crypto_has_shash +EXPORT_SYMBOL_GPL vmlinux 0x10b972ce inet6_lookup_listener +EXPORT_SYMBOL_GPL vmlinux 0x10c03414 crypto_ahash_setkey +EXPORT_SYMBOL_GPL vmlinux 0x10d56a4c icc_sync_state +EXPORT_SYMBOL_GPL vmlinux 0x10d9f317 stack_depot_init +EXPORT_SYMBOL_GPL vmlinux 0x10ecc52c usb_amd_quirk_pll_enable +EXPORT_SYMBOL_GPL vmlinux 0x10f9b19d mmc_sanitize +EXPORT_SYMBOL_GPL vmlinux 0x10ff0e0f stmpe_block_write +EXPORT_SYMBOL_GPL vmlinux 0x110106c1 cper_severity_to_aer +EXPORT_SYMBOL_GPL vmlinux 0x1104d603 devres_add +EXPORT_SYMBOL_GPL vmlinux 0x11073842 fixed_phy_register_with_gpiod +EXPORT_SYMBOL_GPL vmlinux 0x111d215d __traceiter_block_split +EXPORT_SYMBOL_GPL vmlinux 0x1120135a ahci_platform_enable_clks +EXPORT_SYMBOL_GPL vmlinux 0x11236eb0 ip6_append_data +EXPORT_SYMBOL_GPL vmlinux 0x1128ef42 usb_phy_get_charger_current +EXPORT_SYMBOL_GPL vmlinux 0x112a6057 iommu_group_get +EXPORT_SYMBOL_GPL vmlinux 0x11363c79 pcie_flr +EXPORT_SYMBOL_GPL vmlinux 0x1142adf1 stmpe_enable +EXPORT_SYMBOL_GPL vmlinux 0x114f04ac rio_set_port_lockout +EXPORT_SYMBOL_GPL vmlinux 0x11536084 dma_resv_wait_timeout +EXPORT_SYMBOL_GPL vmlinux 0x1159872b sdio_f0_readb +EXPORT_SYMBOL_GPL vmlinux 0x1161f3f9 xen_remap_vma_range +EXPORT_SYMBOL_GPL vmlinux 0x116df7f4 mtk_clk_register_composites +EXPORT_SYMBOL_GPL vmlinux 0x119e184a to_nvdimm_bus_dev +EXPORT_SYMBOL_GPL vmlinux 0x11c8ece9 virtio_require_restricted_mem_acc +EXPORT_SYMBOL_GPL vmlinux 0x11d3b4eb tps6586x_writes +EXPORT_SYMBOL_GPL vmlinux 0x11d429cd rio_free_net +EXPORT_SYMBOL_GPL vmlinux 0x11da77e4 dev_pm_opp_put_opp_table +EXPORT_SYMBOL_GPL vmlinux 0x11df0e75 devlink_fmsg_binary_pair_nest_start +EXPORT_SYMBOL_GPL vmlinux 0x11e06ee9 badrange_init +EXPORT_SYMBOL_GPL vmlinux 0x11e082b0 gpiochip_add_pin_range +EXPORT_SYMBOL_GPL vmlinux 0x11e08f96 trace_seq_putmem_hex +EXPORT_SYMBOL_GPL vmlinux 0x11e5af48 __nvdimm_create +EXPORT_SYMBOL_GPL vmlinux 0x11f01a99 tpm1_do_selftest +EXPORT_SYMBOL_GPL vmlinux 0x11ff2984 genphy_c45_read_status +EXPORT_SYMBOL_GPL vmlinux 0x12056e53 mas_store_gfp +EXPORT_SYMBOL_GPL vmlinux 0x12135396 phylink_mac_change +EXPORT_SYMBOL_GPL vmlinux 0x121d958a unregister_die_notifier +EXPORT_SYMBOL_GPL vmlinux 0x121efaef devm_phy_put +EXPORT_SYMBOL_GPL vmlinux 0x12218533 devm_register_restart_handler +EXPORT_SYMBOL_GPL vmlinux 0x122e8bc5 __clocksource_update_freq_scale +EXPORT_SYMBOL_GPL vmlinux 0x12319559 dprc_remove_devices +EXPORT_SYMBOL_GPL vmlinux 0x1234e483 get_cpu_iowait_time_us +EXPORT_SYMBOL_GPL vmlinux 0x1234ffa1 cper_estatus_check_header +EXPORT_SYMBOL_GPL vmlinux 0x12493350 tpm2_get_cc_attrs_tbl +EXPORT_SYMBOL_GPL vmlinux 0x124c30d0 ipv6_opt_accepted +EXPORT_SYMBOL_GPL vmlinux 0x12537dae __tracepoint_napi_poll +EXPORT_SYMBOL_GPL vmlinux 0x1255b793 kvm_io_bus_write +EXPORT_SYMBOL_GPL vmlinux 0x125a319d dax_region_put +EXPORT_SYMBOL_GPL vmlinux 0x1260dc31 ata_dev_next +EXPORT_SYMBOL_GPL vmlinux 0x128f3acb rio_unregister_mport +EXPORT_SYMBOL_GPL vmlinux 0x12902932 usb_get_phy +EXPORT_SYMBOL_GPL vmlinux 0x1293fb86 wait_on_page_writeback +EXPORT_SYMBOL_GPL vmlinux 0x12b57fb6 scsi_host_busy_iter +EXPORT_SYMBOL_GPL vmlinux 0x12c10e3b power_supply_powers +EXPORT_SYMBOL_GPL vmlinux 0x12ee1173 memory_group_unregister +EXPORT_SYMBOL_GPL vmlinux 0x12f1fd3f l3mdev_ifindex_lookup_by_table_id +EXPORT_SYMBOL_GPL vmlinux 0x12f8d1f1 i2c_probe_func_quick_read +EXPORT_SYMBOL_GPL vmlinux 0x12f9d276 ata_sff_drain_fifo +EXPORT_SYMBOL_GPL vmlinux 0x13090724 add_vmfork_randomness +EXPORT_SYMBOL_GPL vmlinux 0x130a1d0f devlink_params_register +EXPORT_SYMBOL_GPL vmlinux 0x131a5ed7 regmap_del_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0x131db64a system_long_wq +EXPORT_SYMBOL_GPL vmlinux 0x132a5155 con_debug_enter +EXPORT_SYMBOL_GPL vmlinux 0x1332ac34 edac_device_del_device +EXPORT_SYMBOL_GPL vmlinux 0x1335be79 sysfs_create_link_nowarn +EXPORT_SYMBOL_GPL vmlinux 0x13365076 __dev_change_net_namespace +EXPORT_SYMBOL_GPL vmlinux 0x133969d7 __trace_printk +EXPORT_SYMBOL_GPL vmlinux 0x133e716b rtnl_delete_link +EXPORT_SYMBOL_GPL vmlinux 0x13409a49 zap_vma_ptes +EXPORT_SYMBOL_GPL vmlinux 0x134dd79c ip6_sk_redirect +EXPORT_SYMBOL_GPL vmlinux 0x13553deb fwnode_property_read_string_array +EXPORT_SYMBOL_GPL vmlinux 0x13606f58 usb_hcd_pci_shutdown +EXPORT_SYMBOL_GPL vmlinux 0x136209db power_supply_reg_notifier +EXPORT_SYMBOL_GPL vmlinux 0x13640660 get_cached_msi_msg +EXPORT_SYMBOL_GPL vmlinux 0x13750bc0 device_iommu_capable +EXPORT_SYMBOL_GPL vmlinux 0x137765a0 nvdimm_badblocks_populate +EXPORT_SYMBOL_GPL vmlinux 0x137967af pinctrl_utils_add_config +EXPORT_SYMBOL_GPL vmlinux 0x137efdbe nd_cmd_in_size +EXPORT_SYMBOL_GPL vmlinux 0x138aff76 gnttab_init +EXPORT_SYMBOL_GPL vmlinux 0x138e0957 dax_write_cache_enabled +EXPORT_SYMBOL_GPL vmlinux 0x1394cb97 ip6_route_output_flags_noref +EXPORT_SYMBOL_GPL vmlinux 0x1394d032 __mt_destroy +EXPORT_SYMBOL_GPL vmlinux 0x13b0295b bdev_nr_zones +EXPORT_SYMBOL_GPL vmlinux 0x13bab5c1 ahci_platform_disable_phys +EXPORT_SYMBOL_GPL vmlinux 0x13ce87e8 asn1_ber_decoder +EXPORT_SYMBOL_GPL vmlinux 0x13d157b0 of_clk_hw_simple_get +EXPORT_SYMBOL_GPL vmlinux 0x13d3bbfc hvc_poll +EXPORT_SYMBOL_GPL vmlinux 0x13d7b40a vfs_getxattr +EXPORT_SYMBOL_GPL vmlinux 0x13d9e460 edac_get_sysfs_subsys +EXPORT_SYMBOL_GPL vmlinux 0x13db1eb8 k3_udma_glue_rx_cppi5_to_dma_addr +EXPORT_SYMBOL_GPL vmlinux 0x13ed8784 sdev_evt_alloc +EXPORT_SYMBOL_GPL vmlinux 0x13f02a44 do_take_over_console +EXPORT_SYMBOL_GPL vmlinux 0x13fab921 cpuidle_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0x1403ad09 cpufreq_add_update_util_hook +EXPORT_SYMBOL_GPL vmlinux 0x1405bce9 of_genpd_parse_idle_states +EXPORT_SYMBOL_GPL vmlinux 0x140a5743 fwnode_graph_get_endpoint_by_id +EXPORT_SYMBOL_GPL vmlinux 0x141cadd3 nvmem_device_cell_write +EXPORT_SYMBOL_GPL vmlinux 0x141ee49a gpiod_get_optional +EXPORT_SYMBOL_GPL vmlinux 0x141f38bf ktime_get_raw_fast_ns +EXPORT_SYMBOL_GPL vmlinux 0x1420d173 crypto_stats_get +EXPORT_SYMBOL_GPL vmlinux 0x142dd95c uhci_check_and_reset_hc +EXPORT_SYMBOL_GPL vmlinux 0x1430a87f tpm_pcr_extend +EXPORT_SYMBOL_GPL vmlinux 0x144ae644 pinctrl_generic_get_group_name +EXPORT_SYMBOL_GPL vmlinux 0x1456762b k3_ringacc_ring_get_free +EXPORT_SYMBOL_GPL vmlinux 0x14594846 dw_pcie_read_dbi +EXPORT_SYMBOL_GPL vmlinux 0x145de02f sdio_claim_irq +EXPORT_SYMBOL_GPL vmlinux 0x145f1d17 trace_remove_event_call +EXPORT_SYMBOL_GPL vmlinux 0x14639d55 sysfs_remove_groups +EXPORT_SYMBOL_GPL vmlinux 0x1463d9ed usb_hc_died +EXPORT_SYMBOL_GPL vmlinux 0x146626a0 mas_find_rev +EXPORT_SYMBOL_GPL vmlinux 0x146cc88f bpf_master_redirect_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0x1473035b iommu_sva_unbind_device +EXPORT_SYMBOL_GPL vmlinux 0x14840068 handle_simple_irq +EXPORT_SYMBOL_GPL vmlinux 0x1485b745 bsg_job_done +EXPORT_SYMBOL_GPL vmlinux 0x1489e4d5 bio_blkcg_css +EXPORT_SYMBOL_GPL vmlinux 0x148c0d6d regulator_map_voltage_iterate +EXPORT_SYMBOL_GPL vmlinux 0x148f8476 dm_submit_bio_remap +EXPORT_SYMBOL_GPL vmlinux 0x148fd794 enable_kprobe +EXPORT_SYMBOL_GPL vmlinux 0x149f8f45 class_dev_iter_exit +EXPORT_SYMBOL_GPL vmlinux 0x14b149ac dev_pm_domain_set +EXPORT_SYMBOL_GPL vmlinux 0x14b27894 fsnotify +EXPORT_SYMBOL_GPL vmlinux 0x14b441c5 arm64_mm_context_get +EXPORT_SYMBOL_GPL vmlinux 0x14b8c774 synth_event_trace_start +EXPORT_SYMBOL_GPL vmlinux 0x14bebe94 dpbp_close +EXPORT_SYMBOL_GPL vmlinux 0x14c5bdc4 xfrm_audit_state_notfound_simple +EXPORT_SYMBOL_GPL vmlinux 0x14ca2590 fsverity_verify_page +EXPORT_SYMBOL_GPL vmlinux 0x14d450e9 ehci_reset +EXPORT_SYMBOL_GPL vmlinux 0x14dd216f mtk_pinconf_bias_set +EXPORT_SYMBOL_GPL vmlinux 0x14e22b98 gpiochip_populate_parent_fwspec_twocell +EXPORT_SYMBOL_GPL vmlinux 0x14e5cf66 gpiod_set_value +EXPORT_SYMBOL_GPL vmlinux 0x14ec4fdb evtchn_put +EXPORT_SYMBOL_GPL vmlinux 0x14f85f29 wwan_register_ops +EXPORT_SYMBOL_GPL vmlinux 0x15021b4a xa_delete_node +EXPORT_SYMBOL_GPL vmlinux 0x15280f71 ip6_dst_lookup +EXPORT_SYMBOL_GPL vmlinux 0x15284e3e devm_release_action +EXPORT_SYMBOL_GPL vmlinux 0x152d1a56 fsl_mc_bus_dprtc_type +EXPORT_SYMBOL_GPL vmlinux 0x152d9e67 unregister_pernet_subsys +EXPORT_SYMBOL_GPL vmlinux 0x15326c00 regulator_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x153b60a6 klist_del +EXPORT_SYMBOL_GPL vmlinux 0x1542b9ea power_supply_get_battery_info +EXPORT_SYMBOL_GPL vmlinux 0x15450690 tc3589x_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x15510a89 devlink_fmsg_binary_put +EXPORT_SYMBOL_GPL vmlinux 0x15544dba event_triggers_post_call +EXPORT_SYMBOL_GPL vmlinux 0x1555a86a irq_chip_set_vcpu_affinity_parent +EXPORT_SYMBOL_GPL vmlinux 0x155d77d8 __traceiter_xdp_exception +EXPORT_SYMBOL_GPL vmlinux 0x156004e3 sk_attach_filter +EXPORT_SYMBOL_GPL vmlinux 0x15886f48 hte_disable_ts +EXPORT_SYMBOL_GPL vmlinux 0x159d5a81 devlink_resource_occ_get_register +EXPORT_SYMBOL_GPL vmlinux 0x159ee91b devm_fwnode_pwm_get +EXPORT_SYMBOL_GPL vmlinux 0x15a2d62a pinctrl_utils_add_map_configs +EXPORT_SYMBOL_GPL vmlinux 0x15ade1cc filter_irq_stacks +EXPORT_SYMBOL_GPL vmlinux 0x15bd7435 psi_memstall_leave +EXPORT_SYMBOL_GPL vmlinux 0x15beb3a8 wm8350_block_write +EXPORT_SYMBOL_GPL vmlinux 0x15c4e3e2 phylink_ethtool_set_pauseparam +EXPORT_SYMBOL_GPL vmlinux 0x15c60a71 __tracepoint_pelt_dl_tp +EXPORT_SYMBOL_GPL vmlinux 0x15d08234 bpf_map_put +EXPORT_SYMBOL_GPL vmlinux 0x15d844de da903x_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x15e14c56 mmu_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0x15ea2648 hwpoison_filter_flags_mask +EXPORT_SYMBOL_GPL vmlinux 0x15f1243a vfs_test_lock +EXPORT_SYMBOL_GPL vmlinux 0x15f398c5 ip6_datagram_release_cb +EXPORT_SYMBOL_GPL vmlinux 0x15f8fe05 skb_mpls_update_lse +EXPORT_SYMBOL_GPL vmlinux 0x160dcd31 __dax_driver_register +EXPORT_SYMBOL_GPL vmlinux 0x16290137 task_cputime_adjusted +EXPORT_SYMBOL_GPL vmlinux 0x163ead62 devfreq_event_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0x16422a6e xdp_reg_mem_model +EXPORT_SYMBOL_GPL vmlinux 0x16480759 clk_register_divider_table +EXPORT_SYMBOL_GPL vmlinux 0x164b74cf spi_controller_dma_unmap_mem_op_data +EXPORT_SYMBOL_GPL vmlinux 0x164e13e9 ata_port_classify +EXPORT_SYMBOL_GPL vmlinux 0x16516798 osc_pc_lpi_support_confirmed +EXPORT_SYMBOL_GPL vmlinux 0x1679c675 dev_pm_enable_wake_irq +EXPORT_SYMBOL_GPL vmlinux 0x167d7113 acpi_bus_register_early_device +EXPORT_SYMBOL_GPL vmlinux 0x1683b814 inet_csk_reqsk_queue_hash_add +EXPORT_SYMBOL_GPL vmlinux 0x1687ec20 tty_get_frame_size +EXPORT_SYMBOL_GPL vmlinux 0x1690b503 usb_role_switch_get_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x16981338 phy_init +EXPORT_SYMBOL_GPL vmlinux 0x169fe588 public_key_subtype +EXPORT_SYMBOL_GPL vmlinux 0x16a0c8e3 mtk_pinconf_bias_set_combo +EXPORT_SYMBOL_GPL vmlinux 0x16ad77df samsung_sdi_battery_get_info +EXPORT_SYMBOL_GPL vmlinux 0x16b648b3 i2c_of_match_device +EXPORT_SYMBOL_GPL vmlinux 0x16ca1a8a phylink_suspend +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 0x170cc36c put_timespec64 +EXPORT_SYMBOL_GPL vmlinux 0x17227d92 dev_pm_opp_find_freq_exact +EXPORT_SYMBOL_GPL vmlinux 0x172701af of_mm_gpiochip_remove +EXPORT_SYMBOL_GPL vmlinux 0x17362228 irq_domain_free_irqs_parent +EXPORT_SYMBOL_GPL vmlinux 0x173cf68f dev_pm_genpd_add_notifier +EXPORT_SYMBOL_GPL vmlinux 0x173dd18a tcp_is_ulp_esp +EXPORT_SYMBOL_GPL vmlinux 0x1741ddee trace_seq_puts +EXPORT_SYMBOL_GPL vmlinux 0x1746d9b1 fwnode_property_read_string +EXPORT_SYMBOL_GPL vmlinux 0x1748cc2c usb_hcd_pci_pm_ops +EXPORT_SYMBOL_GPL vmlinux 0x174c6274 ring_buffer_time_stamp +EXPORT_SYMBOL_GPL vmlinux 0x174e6c46 inet_ehash_locks_alloc +EXPORT_SYMBOL_GPL vmlinux 0x17591ecd zynqmp_pm_write_ggs +EXPORT_SYMBOL_GPL vmlinux 0x175cac2b regmap_write +EXPORT_SYMBOL_GPL vmlinux 0x175ec6a1 perf_pmu_register +EXPORT_SYMBOL_GPL vmlinux 0x176031a7 devlink_fmsg_string_put +EXPORT_SYMBOL_GPL vmlinux 0x17614bf3 apei_resources_sub +EXPORT_SYMBOL_GPL vmlinux 0x1770067a rockchip_pcie_parse_dt +EXPORT_SYMBOL_GPL vmlinux 0x177c338d twl_get_version +EXPORT_SYMBOL_GPL vmlinux 0x178d09e2 validate_xmit_skb_list +EXPORT_SYMBOL_GPL vmlinux 0x179c656c pci_msi_create_irq_domain +EXPORT_SYMBOL_GPL vmlinux 0x179cdbdf scmi_driver_register +EXPORT_SYMBOL_GPL vmlinux 0x17b78db6 led_trigger_rename_static +EXPORT_SYMBOL_GPL vmlinux 0x17bf81d2 dma_get_merge_boundary +EXPORT_SYMBOL_GPL vmlinux 0x17c24115 xenbus_map_ring_valloc +EXPORT_SYMBOL_GPL vmlinux 0x17c3602d dev_pm_opp_get_opp_table +EXPORT_SYMBOL_GPL vmlinux 0x17e01f11 erst_clear +EXPORT_SYMBOL_GPL vmlinux 0x17e773c5 of_led_get +EXPORT_SYMBOL_GPL vmlinux 0x17e9d96a ptp_parse_header +EXPORT_SYMBOL_GPL vmlinux 0x17f9b85d cpuidle_get_cpu_driver +EXPORT_SYMBOL_GPL vmlinux 0x1800622e vp_modern_get_queue_reset +EXPORT_SYMBOL_GPL vmlinux 0x18008c59 ring_buffer_resize +EXPORT_SYMBOL_GPL vmlinux 0x18022e9e ata_sff_pause +EXPORT_SYMBOL_GPL vmlinux 0x1808b9d9 gpiod_set_array_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x1816868e tty_port_register_device_attr_serdev +EXPORT_SYMBOL_GPL vmlinux 0x181690d5 pci_epc_mem_free_addr +EXPORT_SYMBOL_GPL vmlinux 0x1817c656 crypto_unregister_akcipher +EXPORT_SYMBOL_GPL vmlinux 0x181843ae trace_get_event_file +EXPORT_SYMBOL_GPL vmlinux 0x182e2f09 cn_netlink_send_mult +EXPORT_SYMBOL_GPL vmlinux 0x183f45db acpi_spi_device_alloc +EXPORT_SYMBOL_GPL vmlinux 0x18428692 __cookie_v6_init_sequence +EXPORT_SYMBOL_GPL vmlinux 0x18615d35 efivar_supports_writes +EXPORT_SYMBOL_GPL vmlinux 0x186afbc4 kthread_cancel_work_sync +EXPORT_SYMBOL_GPL vmlinux 0x186beb3e da903x_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x18715353 k3_udma_glue_push_tx_chn +EXPORT_SYMBOL_GPL vmlinux 0x1885abd6 ata_sas_tport_delete +EXPORT_SYMBOL_GPL vmlinux 0x1887c676 device_move +EXPORT_SYMBOL_GPL vmlinux 0x189202b9 regulator_bulk_unregister_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0x189888fa platform_add_devices +EXPORT_SYMBOL_GPL vmlinux 0x1898fa97 task_user_regset_view +EXPORT_SYMBOL_GPL vmlinux 0x18b35e43 __fscrypt_prepare_setattr +EXPORT_SYMBOL_GPL vmlinux 0x18b58fe3 icc_set_bw +EXPORT_SYMBOL_GPL vmlinux 0x18d1be52 __traceiter_rwmmio_post_write +EXPORT_SYMBOL_GPL vmlinux 0x18e4f8aa swphy_read_reg +EXPORT_SYMBOL_GPL vmlinux 0x18e8c440 arch_freq_scale +EXPORT_SYMBOL_GPL vmlinux 0x18f10f38 k3_udma_glue_enable_rx_chn +EXPORT_SYMBOL_GPL vmlinux 0x18f4da58 xenbus_dev_probe +EXPORT_SYMBOL_GPL vmlinux 0x18f504bc crypto_grab_akcipher +EXPORT_SYMBOL_GPL vmlinux 0x18fb2caf cpus_read_unlock +EXPORT_SYMBOL_GPL vmlinux 0x18fc5ca2 sata_set_spd +EXPORT_SYMBOL_GPL vmlinux 0x190a5fc4 ahci_host_activate +EXPORT_SYMBOL_GPL vmlinux 0x1916a601 of_get_pci_domain_nr +EXPORT_SYMBOL_GPL vmlinux 0x1926028c zynqmp_pm_reset_assert +EXPORT_SYMBOL_GPL vmlinux 0x192bf6d2 bio_associate_blkg_from_css +EXPORT_SYMBOL_GPL vmlinux 0x19604efa iommu_device_sysfs_add +EXPORT_SYMBOL_GPL vmlinux 0x197502c0 iommu_unregister_device_fault_handler +EXPORT_SYMBOL_GPL vmlinux 0x197cae3b stmpe_reg_read +EXPORT_SYMBOL_GPL vmlinux 0x19805ae4 acpi_get_first_physical_node +EXPORT_SYMBOL_GPL vmlinux 0x19821689 __tracepoint_fdb_delete +EXPORT_SYMBOL_GPL vmlinux 0x199e5c58 gpiochip_free_own_desc +EXPORT_SYMBOL_GPL vmlinux 0x19a304ba usb_disabled +EXPORT_SYMBOL_GPL vmlinux 0x19add8f5 watchdog_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0x19c20269 soc_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x19c2228c pm_generic_suspend +EXPORT_SYMBOL_GPL vmlinux 0x19c42957 blk_op_str +EXPORT_SYMBOL_GPL vmlinux 0x19c8a0e3 ata_sff_dev_select +EXPORT_SYMBOL_GPL vmlinux 0x19d5ec9b devm_clk_hw_register +EXPORT_SYMBOL_GPL vmlinux 0x19da0614 simple_attr_release +EXPORT_SYMBOL_GPL vmlinux 0x19e81304 btree_alloc +EXPORT_SYMBOL_GPL vmlinux 0x19ebf04e __tracepoint_rwmmio_post_read +EXPORT_SYMBOL_GPL vmlinux 0x19edd064 blkg_rwstat_exit +EXPORT_SYMBOL_GPL vmlinux 0x19f33626 nf_ctnetlink_has_listener +EXPORT_SYMBOL_GPL vmlinux 0x19ffb6cd acpi_gpiochip_request_interrupts +EXPORT_SYMBOL_GPL vmlinux 0x1a0865a4 skb_zerocopy +EXPORT_SYMBOL_GPL vmlinux 0x1a0c56da pci_ims_free_irq +EXPORT_SYMBOL_GPL vmlinux 0x1a10c32b crypto_ft_tab +EXPORT_SYMBOL_GPL vmlinux 0x1a10e883 __regmap_init_spi +EXPORT_SYMBOL_GPL vmlinux 0x1a1254fc auxiliary_device_init +EXPORT_SYMBOL_GPL vmlinux 0x1a146ec3 usb_ep_type_string +EXPORT_SYMBOL_GPL vmlinux 0x1a198acf devm_usb_put_phy +EXPORT_SYMBOL_GPL vmlinux 0x1a34db6b unregister_acpi_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x1a35660b crypto_unregister_instance +EXPORT_SYMBOL_GPL vmlinux 0x1a3c099f udp_abort +EXPORT_SYMBOL_GPL vmlinux 0x1a3e0908 clk_hw_get_name +EXPORT_SYMBOL_GPL vmlinux 0x1a47f66d usb_unlocked_disable_lpm +EXPORT_SYMBOL_GPL vmlinux 0x1a683493 i2c_acpi_new_device_by_fwnode +EXPORT_SYMBOL_GPL vmlinux 0x1a6bf28f fsnotify_get_cookie +EXPORT_SYMBOL_GPL vmlinux 0x1a7ffc24 eventfd_ctx_fileget +EXPORT_SYMBOL_GPL vmlinux 0x1a82368d ZSTD_customCalloc +EXPORT_SYMBOL_GPL vmlinux 0x1a876574 __tracepoint_attach_device_to_domain +EXPORT_SYMBOL_GPL vmlinux 0x1a968743 __bio_add_page +EXPORT_SYMBOL_GPL vmlinux 0x1a9dd322 gpiod_get_array_optional +EXPORT_SYMBOL_GPL vmlinux 0x1aaec616 crypto_register_kpp +EXPORT_SYMBOL_GPL vmlinux 0x1ab15c87 debugfs_file_get +EXPORT_SYMBOL_GPL vmlinux 0x1ab7e8d9 devfreq_event_get_edev_count +EXPORT_SYMBOL_GPL vmlinux 0x1abcaf99 mpc8xxx_spi_tx_buf_u16 +EXPORT_SYMBOL_GPL vmlinux 0x1acd18c8 cpuset_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0x1ad251f0 inet6_sock_destruct +EXPORT_SYMBOL_GPL vmlinux 0x1aded2d3 netlink_add_tap +EXPORT_SYMBOL_GPL vmlinux 0x1aedff82 netdev_set_default_ethtool_ops +EXPORT_SYMBOL_GPL vmlinux 0x1af267f8 int_pow +EXPORT_SYMBOL_GPL vmlinux 0x1af63c92 iomap_zero_range +EXPORT_SYMBOL_GPL vmlinux 0x1b0602c1 cond_synchronize_rcu_full +EXPORT_SYMBOL_GPL vmlinux 0x1b0f1481 rcu_tasks_trace_qs_blkd +EXPORT_SYMBOL_GPL vmlinux 0x1b131f64 devlink_port_type_eth_set +EXPORT_SYMBOL_GPL vmlinux 0x1b136ebd devres_release_group +EXPORT_SYMBOL_GPL vmlinux 0x1b253708 blk_queue_max_discard_segments +EXPORT_SYMBOL_GPL vmlinux 0x1b4263cc regmap_get_device +EXPORT_SYMBOL_GPL vmlinux 0x1b4af8e0 xenbus_unmap_ring_vfree +EXPORT_SYMBOL_GPL vmlinux 0x1b4d7bb7 xdp_rxq_info_unreg_mem_model +EXPORT_SYMBOL_GPL vmlinux 0x1b579c40 fwnode_handle_get +EXPORT_SYMBOL_GPL vmlinux 0x1b5f4377 trace_seq_putc +EXPORT_SYMBOL_GPL vmlinux 0x1b6ae465 __platform_driver_register +EXPORT_SYMBOL_GPL vmlinux 0x1b729adc pinmux_generic_get_function_name +EXPORT_SYMBOL_GPL vmlinux 0x1b8822d8 pinctrl_gpio_direction_output +EXPORT_SYMBOL_GPL vmlinux 0x1b882b61 vcap_enable_lookups +EXPORT_SYMBOL_GPL vmlinux 0x1b893475 skb_mpls_pop +EXPORT_SYMBOL_GPL vmlinux 0x1b92e41d inet_putpeer +EXPORT_SYMBOL_GPL vmlinux 0x1b970ddb acpi_subsys_runtime_resume +EXPORT_SYMBOL_GPL vmlinux 0x1bb31930 __rio_local_write_config_16 +EXPORT_SYMBOL_GPL vmlinux 0x1bc40a8d gpmc_omap_get_nand_ops +EXPORT_SYMBOL_GPL vmlinux 0x1bc5eebe pinctrl_gpio_direction_input +EXPORT_SYMBOL_GPL vmlinux 0x1bc64087 xas_split +EXPORT_SYMBOL_GPL vmlinux 0x1bc85e1c irq_set_affinity +EXPORT_SYMBOL_GPL vmlinux 0x1bd1e356 mmc_pwrseq_register +EXPORT_SYMBOL_GPL vmlinux 0x1c1354ec sysfs_break_active_protection +EXPORT_SYMBOL_GPL vmlinux 0x1c1c9882 devm_reset_controller_register +EXPORT_SYMBOL_GPL vmlinux 0x1c21e623 devl_dpipe_headers_unregister +EXPORT_SYMBOL_GPL vmlinux 0x1c2fe0cc dpm_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0x1c38f4e4 debugfs_read_file_bool +EXPORT_SYMBOL_GPL vmlinux 0x1c4f9b7e lwtunnel_xmit +EXPORT_SYMBOL_GPL vmlinux 0x1c5541bd cpufreq_boost_enabled +EXPORT_SYMBOL_GPL vmlinux 0x1c599c22 nvdimm_bus_unregister +EXPORT_SYMBOL_GPL vmlinux 0x1c5b1f28 irq_free_descs +EXPORT_SYMBOL_GPL vmlinux 0x1c5e4b19 devfreq_get_devfreq_by_node +EXPORT_SYMBOL_GPL vmlinux 0x1c5ff742 clk_get_phase +EXPORT_SYMBOL_GPL vmlinux 0x1c601fdc acpi_subsys_runtime_suspend +EXPORT_SYMBOL_GPL vmlinux 0x1c7169dc ZSTD_customFree +EXPORT_SYMBOL_GPL vmlinux 0x1c78ac3b devl_assert_locked +EXPORT_SYMBOL_GPL vmlinux 0x1c7efc17 disk_alloc_independent_access_ranges +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 0x1c90c323 lp8788_update_bits +EXPORT_SYMBOL_GPL vmlinux 0x1ca3aa97 alarm_forward +EXPORT_SYMBOL_GPL vmlinux 0x1ca4a930 smp_call_function_any +EXPORT_SYMBOL_GPL vmlinux 0x1caeb0b6 tcp_cong_avoid_ai +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 0x1cbf1f66 __percpu_down_read +EXPORT_SYMBOL_GPL vmlinux 0x1cc27197 serdev_controller_alloc +EXPORT_SYMBOL_GPL vmlinux 0x1cc545c2 pci_stop_root_bus +EXPORT_SYMBOL_GPL vmlinux 0x1cd33572 of_clk_get_from_provider +EXPORT_SYMBOL_GPL vmlinux 0x1cdd0605 xhci_port_state_to_neutral +EXPORT_SYMBOL_GPL vmlinux 0x1cfa9bd6 skb_gso_validate_mac_len +EXPORT_SYMBOL_GPL vmlinux 0x1cfe526f usb_anchor_urb +EXPORT_SYMBOL_GPL vmlinux 0x1cff8eab sbitmap_init_node +EXPORT_SYMBOL_GPL vmlinux 0x1d0532d9 tracing_snapshot_cond +EXPORT_SYMBOL_GPL vmlinux 0x1d16af6d __skb_tstamp_tx +EXPORT_SYMBOL_GPL vmlinux 0x1d222ced irq_get_irqchip_state +EXPORT_SYMBOL_GPL vmlinux 0x1d2bb954 pci_free_p2pmem +EXPORT_SYMBOL_GPL vmlinux 0x1d3b325c devl_resource_register +EXPORT_SYMBOL_GPL vmlinux 0x1d3dc4b3 rio_map_outb_region +EXPORT_SYMBOL_GPL vmlinux 0x1d572e20 of_reserved_mem_lookup +EXPORT_SYMBOL_GPL vmlinux 0x1d599670 kvm_vcpu_map +EXPORT_SYMBOL_GPL vmlinux 0x1d6696b0 mtk_mutex_disable +EXPORT_SYMBOL_GPL vmlinux 0x1d7195ce usb_deregister_dev +EXPORT_SYMBOL_GPL vmlinux 0x1d7f2f27 soc_device_match +EXPORT_SYMBOL_GPL vmlinux 0x1d7f3f87 fib_rules_dump +EXPORT_SYMBOL_GPL vmlinux 0x1d94a218 dmi_memdev_handle +EXPORT_SYMBOL_GPL vmlinux 0x1da26f08 dst_cache_set_ip4 +EXPORT_SYMBOL_GPL vmlinux 0x1da7005f i2c_match_id +EXPORT_SYMBOL_GPL vmlinux 0x1ddedd8f cpufreq_driver_resolve_freq +EXPORT_SYMBOL_GPL vmlinux 0x1de887ff zynqmp_pm_bootmode_write +EXPORT_SYMBOL_GPL vmlinux 0x1decc2ac usb_get_urb +EXPORT_SYMBOL_GPL vmlinux 0x1df4f934 regulator_set_pull_down_regmap +EXPORT_SYMBOL_GPL vmlinux 0x1dfa5dbd mpi_invm +EXPORT_SYMBOL_GPL vmlinux 0x1e0670c6 reset_control_release +EXPORT_SYMBOL_GPL vmlinux 0x1e10fd9d dma_need_sync +EXPORT_SYMBOL_GPL vmlinux 0x1e19b116 vcap_rule_set_counter_id +EXPORT_SYMBOL_GPL vmlinux 0x1e288c83 zynqmp_pm_force_pwrdwn +EXPORT_SYMBOL_GPL vmlinux 0x1e391549 kvm_get_kvm +EXPORT_SYMBOL_GPL vmlinux 0x1e393b0a of_genpd_del_provider +EXPORT_SYMBOL_GPL vmlinux 0x1e39d9e1 regmap_raw_write +EXPORT_SYMBOL_GPL vmlinux 0x1e3bc77c xas_create_range +EXPORT_SYMBOL_GPL vmlinux 0x1e424d61 user_preparse +EXPORT_SYMBOL_GPL vmlinux 0x1e4e98c0 acpi_dev_filter_resource_type +EXPORT_SYMBOL_GPL vmlinux 0x1e53f827 stack_depot_print +EXPORT_SYMBOL_GPL vmlinux 0x1e54bdd6 rdev_get_id +EXPORT_SYMBOL_GPL vmlinux 0x1e571a95 xen_xenbus_fops +EXPORT_SYMBOL_GPL vmlinux 0x1e65dcb3 xhci_ext_cap_init +EXPORT_SYMBOL_GPL vmlinux 0x1e671bf7 crypto_aead_encrypt +EXPORT_SYMBOL_GPL vmlinux 0x1e6d72b9 pm_runtime_force_resume +EXPORT_SYMBOL_GPL vmlinux 0x1e74a45d vfs_setxattr +EXPORT_SYMBOL_GPL vmlinux 0x1e7af3da __traceiter_ata_bmdma_setup +EXPORT_SYMBOL_GPL vmlinux 0x1e7bbcb3 kernel_restart +EXPORT_SYMBOL_GPL vmlinux 0x1e7dc6a6 locks_alloc_lock +EXPORT_SYMBOL_GPL vmlinux 0x1e7dd74a regcache_sync +EXPORT_SYMBOL_GPL vmlinux 0x1e83fee6 HYPERVISOR_physdev_op +EXPORT_SYMBOL_GPL vmlinux 0x1e85f829 sysfs_add_link_to_group +EXPORT_SYMBOL_GPL vmlinux 0x1e8763c9 ata_bmdma_error_handler +EXPORT_SYMBOL_GPL vmlinux 0x1e8f2b3b devm_pinctrl_put +EXPORT_SYMBOL_GPL vmlinux 0x1e8fac8e wireless_nlevent_flush +EXPORT_SYMBOL_GPL vmlinux 0x1e91329b __rt_mutex_init +EXPORT_SYMBOL_GPL vmlinux 0x1e9bc719 freq_qos_update_request +EXPORT_SYMBOL_GPL vmlinux 0x1e9c590a usb_find_common_endpoints_reverse +EXPORT_SYMBOL_GPL vmlinux 0x1eb231bc posix_acl_default_xattr_handler +EXPORT_SYMBOL_GPL vmlinux 0x1eb43c55 pm_generic_restore +EXPORT_SYMBOL_GPL vmlinux 0x1eb9516e round_jiffies_relative +EXPORT_SYMBOL_GPL vmlinux 0x1ebde2fc devl_trap_policers_unregister +EXPORT_SYMBOL_GPL vmlinux 0x1ebf6c2a pci_power_names +EXPORT_SYMBOL_GPL vmlinux 0x1ec567bb mtk_clk_unregister_gates +EXPORT_SYMBOL_GPL vmlinux 0x1ec8026e wm831x_reg_write +EXPORT_SYMBOL_GPL vmlinux 0x1ed49547 gpiod_get_index_optional +EXPORT_SYMBOL_GPL vmlinux 0x1ed4d2eb percpu_ref_kill_and_confirm +EXPORT_SYMBOL_GPL vmlinux 0x1ee72636 ata_pci_device_do_resume +EXPORT_SYMBOL_GPL vmlinux 0x1ef20793 stop_core_cpuslocked +EXPORT_SYMBOL_GPL vmlinux 0x1efaa06f __tracepoint_xhci_dbg_quirks +EXPORT_SYMBOL_GPL vmlinux 0x1efc037b dev_pm_qos_update_request +EXPORT_SYMBOL_GPL vmlinux 0x1f0b6c20 mtk_clk_simple_probe +EXPORT_SYMBOL_GPL vmlinux 0x1f14071e __udp4_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0x1f1cc011 zynqmp_pm_get_chipid +EXPORT_SYMBOL_GPL vmlinux 0x1f218e64 device_del +EXPORT_SYMBOL_GPL vmlinux 0x1f28f081 devm_phy_destroy +EXPORT_SYMBOL_GPL vmlinux 0x1f2ca154 wakeup_source_register +EXPORT_SYMBOL_GPL vmlinux 0x1f2ee50a ata_qc_get_active +EXPORT_SYMBOL_GPL vmlinux 0x1f2f5f57 bpf_prog_get_type_dev +EXPORT_SYMBOL_GPL vmlinux 0x1f370918 debugfs_create_x16 +EXPORT_SYMBOL_GPL vmlinux 0x1f38a4f6 mpi_set_highbit +EXPORT_SYMBOL_GPL vmlinux 0x1f43ea94 dpcon_enable +EXPORT_SYMBOL_GPL vmlinux 0x1f449588 mctrl_gpio_disable_ms +EXPORT_SYMBOL_GPL vmlinux 0x1f509985 crypto_comp_decompress +EXPORT_SYMBOL_GPL vmlinux 0x1f51fb20 ata_scsi_slave_config +EXPORT_SYMBOL_GPL vmlinux 0x1f563160 bpf_offload_dev_priv +EXPORT_SYMBOL_GPL vmlinux 0x1f6722bd ata_slave_link_init +EXPORT_SYMBOL_GPL vmlinux 0x1f74dc86 pci_epf_free_space +EXPORT_SYMBOL_GPL vmlinux 0x1f7b8bdd led_get_default_pattern +EXPORT_SYMBOL_GPL vmlinux 0x1f8544b8 panic_timeout +EXPORT_SYMBOL_GPL vmlinux 0x1f8ac70d xenbus_probe_devices +EXPORT_SYMBOL_GPL vmlinux 0x1f8d2a67 sata_lpm_ignore_phy_events +EXPORT_SYMBOL_GPL vmlinux 0x1f9962dd of_genpd_add_provider_simple +EXPORT_SYMBOL_GPL vmlinux 0x1f9a2b53 zynqmp_pm_clock_enable +EXPORT_SYMBOL_GPL vmlinux 0x1fa1d95c sha256_zero_message_hash +EXPORT_SYMBOL_GPL vmlinux 0x1fa45df4 extcon_get_edev_name +EXPORT_SYMBOL_GPL vmlinux 0x1faa00df class_interface_register +EXPORT_SYMBOL_GPL vmlinux 0x1fbaf67e edac_device_add_device +EXPORT_SYMBOL_GPL vmlinux 0x1fc24f42 auxiliary_find_device +EXPORT_SYMBOL_GPL vmlinux 0x1fe1f762 devm_ti_sci_get_handle +EXPORT_SYMBOL_GPL vmlinux 0x1fe6e504 gpiod_add_hogs +EXPORT_SYMBOL_GPL vmlinux 0x1ff6c7e8 hwmon_notify_event +EXPORT_SYMBOL_GPL vmlinux 0x1ffc7fb4 platform_get_irq_byname_optional +EXPORT_SYMBOL_GPL vmlinux 0x2006535f sysfs_remove_file_ns +EXPORT_SYMBOL_GPL vmlinux 0x2009e400 devlink_info_board_serial_number_put +EXPORT_SYMBOL_GPL vmlinux 0x201b3505 acpi_pci_check_ejectable +EXPORT_SYMBOL_GPL vmlinux 0x201d3777 ftrace_set_filter_ips +EXPORT_SYMBOL_GPL vmlinux 0x202054da phy_destroy +EXPORT_SYMBOL_GPL vmlinux 0x202a935b of_property_count_elems_of_size +EXPORT_SYMBOL_GPL vmlinux 0x202b322b cpuidle_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0x202d4ed6 nvmem_cell_write +EXPORT_SYMBOL_GPL vmlinux 0x204f2c5c gnttab_free_grant_reference +EXPORT_SYMBOL_GPL vmlinux 0x20511bee crypto_stats_init +EXPORT_SYMBOL_GPL vmlinux 0x205b8b88 raw_seq_stop +EXPORT_SYMBOL_GPL vmlinux 0x205e28db pci_generic_config_write32 +EXPORT_SYMBOL_GPL vmlinux 0x2062a4a5 raw_seq_next +EXPORT_SYMBOL_GPL vmlinux 0x207df5ec mtk_eint_do_suspend +EXPORT_SYMBOL_GPL vmlinux 0x208048ad balloon_mops +EXPORT_SYMBOL_GPL vmlinux 0x20835a9f __xdp_release_frame +EXPORT_SYMBOL_GPL vmlinux 0x208cd17e dev_forward_skb +EXPORT_SYMBOL_GPL vmlinux 0x2091ed2f sk_clear_memalloc +EXPORT_SYMBOL_GPL vmlinux 0x20978fb9 idr_find +EXPORT_SYMBOL_GPL vmlinux 0x209f4971 iommu_unmap_fast +EXPORT_SYMBOL_GPL vmlinux 0x20a4e01a HUF_readStats_wksp +EXPORT_SYMBOL_GPL vmlinux 0x20b2fe3e inet_twsk_put +EXPORT_SYMBOL_GPL vmlinux 0x20b3f13c udp_tunnel_nic_ops +EXPORT_SYMBOL_GPL vmlinux 0x20ccd716 hwspin_lock_request_specific +EXPORT_SYMBOL_GPL vmlinux 0x20d7d90f crypto_stats_akcipher_sign +EXPORT_SYMBOL_GPL vmlinux 0x20ef9769 devm_acpi_dma_controller_register +EXPORT_SYMBOL_GPL vmlinux 0x20fc44ac serdev_acpi_get_uart_resource +EXPORT_SYMBOL_GPL vmlinux 0x2103b150 clk_hw_round_rate +EXPORT_SYMBOL_GPL vmlinux 0x2107eab9 clk_hw_register_composite +EXPORT_SYMBOL_GPL vmlinux 0x21093ffd __class_register +EXPORT_SYMBOL_GPL vmlinux 0x210ab256 regmap_field_read +EXPORT_SYMBOL_GPL vmlinux 0x212734c5 vcap_netbytes_copy +EXPORT_SYMBOL_GPL vmlinux 0x2129573f hte_ts_get +EXPORT_SYMBOL_GPL vmlinux 0x2129c6b3 mmc_send_status +EXPORT_SYMBOL_GPL vmlinux 0x212bf7e5 nvdimm_security_setup_events +EXPORT_SYMBOL_GPL vmlinux 0x2135eaac dm_table_device_name +EXPORT_SYMBOL_GPL vmlinux 0x21461e38 devm_regulator_get_enable +EXPORT_SYMBOL_GPL vmlinux 0x2150ca31 __kthread_init_worker +EXPORT_SYMBOL_GPL vmlinux 0x2160c92e pci_msix_free_irq +EXPORT_SYMBOL_GPL vmlinux 0x216de4e1 rcu_get_gp_kthreads_prio +EXPORT_SYMBOL_GPL vmlinux 0x2176e42a hwpoison_filter_memcg +EXPORT_SYMBOL_GPL vmlinux 0x217f026f crypto_shash_setkey +EXPORT_SYMBOL_GPL vmlinux 0x218ae4de serial8250_read_char +EXPORT_SYMBOL_GPL vmlinux 0x2193b363 firmware_request_platform +EXPORT_SYMBOL_GPL vmlinux 0x21a25657 acpi_device_get_match_data +EXPORT_SYMBOL_GPL vmlinux 0x21a563da clk_get_accuracy +EXPORT_SYMBOL_GPL vmlinux 0x21a858f3 gnttab_foreach_grant_in_range +EXPORT_SYMBOL_GPL vmlinux 0x21a8ae6d fsl_mc_allocate_irqs +EXPORT_SYMBOL_GPL vmlinux 0x21ac8b77 iommu_group_get_by_id +EXPORT_SYMBOL_GPL vmlinux 0x21b51d65 ethnl_cable_test_result +EXPORT_SYMBOL_GPL vmlinux 0x21b97195 irq_chip_disable_parent +EXPORT_SYMBOL_GPL vmlinux 0x21ca306f vcap_rule_add_action_u32 +EXPORT_SYMBOL_GPL vmlinux 0x21cd536a crypto_put_default_null_skcipher +EXPORT_SYMBOL_GPL vmlinux 0x21dc754f pcc_mbox_free_channel +EXPORT_SYMBOL_GPL vmlinux 0x21e52623 n_tty_inherit_ops +EXPORT_SYMBOL_GPL vmlinux 0x21f7f3e0 usb_unlink_urb +EXPORT_SYMBOL_GPL vmlinux 0x2200061c __tracepoint_pelt_irq_tp +EXPORT_SYMBOL_GPL vmlinux 0x220ce70c kvm_arm_hyp_service_available +EXPORT_SYMBOL_GPL vmlinux 0x22217da5 gnttab_pages_set_private +EXPORT_SYMBOL_GPL vmlinux 0x222600e9 firmware_request_cache +EXPORT_SYMBOL_GPL vmlinux 0x2226ff7a genphy_c45_read_lpa +EXPORT_SYMBOL_GPL vmlinux 0x222e4536 inet_csk_listen_stop +EXPORT_SYMBOL_GPL vmlinux 0x225e5cef usb_clear_halt +EXPORT_SYMBOL_GPL vmlinux 0x2268bd1f crypto_alloc_sync_skcipher +EXPORT_SYMBOL_GPL vmlinux 0x22705db1 tcp_abort +EXPORT_SYMBOL_GPL vmlinux 0x227baa7e tty_perform_flush +EXPORT_SYMBOL_GPL vmlinux 0x227ef7fe __xdp_build_skb_from_frame +EXPORT_SYMBOL_GPL vmlinux 0x2282df97 sdio_release_host +EXPORT_SYMBOL_GPL vmlinux 0x228a97ab pci_create_root_bus +EXPORT_SYMBOL_GPL vmlinux 0x2290148f inet_twsk_purge +EXPORT_SYMBOL_GPL vmlinux 0x2292aa03 pci_bridge_secondary_bus_reset +EXPORT_SYMBOL_GPL vmlinux 0x2299dda3 of_msi_configure +EXPORT_SYMBOL_GPL vmlinux 0x22a8bc8d regmap_get_raw_read_max +EXPORT_SYMBOL_GPL vmlinux 0x22ab7517 devl_unlock +EXPORT_SYMBOL_GPL vmlinux 0x22af7051 cpufreq_freq_transition_end +EXPORT_SYMBOL_GPL vmlinux 0x22d60537 tcf_frag_xmit_count +EXPORT_SYMBOL_GPL vmlinux 0x22d9409b iomap_sort_ioends +EXPORT_SYMBOL_GPL vmlinux 0x22e7a9b8 blk_bio_list_merge +EXPORT_SYMBOL_GPL vmlinux 0x22e96c93 devm_reset_control_array_get +EXPORT_SYMBOL_GPL vmlinux 0x22eb5421 blk_crypto_update_capabilities +EXPORT_SYMBOL_GPL vmlinux 0x22ec5205 cpu_latency_qos_remove_request +EXPORT_SYMBOL_GPL vmlinux 0x22f78f6b reset_control_get_count +EXPORT_SYMBOL_GPL vmlinux 0x22fd08ba cpuacct_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0x22ff3e1e gpiod_put_array +EXPORT_SYMBOL_GPL vmlinux 0x231a5a5f pci_epf_type_add_cfs +EXPORT_SYMBOL_GPL vmlinux 0x2320dbc0 dm_audit_log_ti +EXPORT_SYMBOL_GPL vmlinux 0x232643c0 __rio_local_read_config_32 +EXPORT_SYMBOL_GPL vmlinux 0x23281307 xenbus_dev_resume +EXPORT_SYMBOL_GPL vmlinux 0x233708a3 crypto_register_acomp +EXPORT_SYMBOL_GPL vmlinux 0x23412816 rtc_tm_to_ktime +EXPORT_SYMBOL_GPL vmlinux 0x2342bc2c usb_control_msg_send +EXPORT_SYMBOL_GPL vmlinux 0x23444986 acpi_irq_create_hierarchy +EXPORT_SYMBOL_GPL vmlinux 0x234cf416 devlink_fmsg_string_pair_put +EXPORT_SYMBOL_GPL vmlinux 0x23524da9 spi_delay_exec +EXPORT_SYMBOL_GPL vmlinux 0x23690b20 bio_end_io_acct_remapped +EXPORT_SYMBOL_GPL vmlinux 0x236b3738 od_register_powersave_bias_handler +EXPORT_SYMBOL_GPL vmlinux 0x237eb21c ti_sci_inta_msi_domain_alloc_irqs +EXPORT_SYMBOL_GPL vmlinux 0x23851667 sk_psock_drop +EXPORT_SYMBOL_GPL vmlinux 0x23864ce7 cpuset_mem_spread_node +EXPORT_SYMBOL_GPL vmlinux 0x2396c7f0 clk_set_parent +EXPORT_SYMBOL_GPL vmlinux 0x239f62bf spi_async +EXPORT_SYMBOL_GPL vmlinux 0x23a5c460 device_property_read_u64_array +EXPORT_SYMBOL_GPL vmlinux 0x23ace620 raw_seq_start +EXPORT_SYMBOL_GPL vmlinux 0x23c222a2 max8997_bulk_read +EXPORT_SYMBOL_GPL vmlinux 0x23eb9300 tegra_bpmp_transfer +EXPORT_SYMBOL_GPL vmlinux 0x241d18f4 iommu_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x241d85c5 register_ftrace_function +EXPORT_SYMBOL_GPL vmlinux 0x241f7cf6 pm_runtime_set_memalloc_noio +EXPORT_SYMBOL_GPL vmlinux 0x2421097b mpi_const +EXPORT_SYMBOL_GPL vmlinux 0x24247b4f meson_aoclkc_probe +EXPORT_SYMBOL_GPL vmlinux 0x24413343 erst_read_record +EXPORT_SYMBOL_GPL vmlinux 0x2464da17 gen_pool_size +EXPORT_SYMBOL_GPL vmlinux 0x24660d77 subsys_interface_register +EXPORT_SYMBOL_GPL vmlinux 0x2469810f __rcu_read_unlock +EXPORT_SYMBOL_GPL vmlinux 0x2469d14c fsl_mc_portal_reset +EXPORT_SYMBOL_GPL vmlinux 0x24709b2f trace_seq_putmem +EXPORT_SYMBOL_GPL vmlinux 0x2479e588 ipv6_find_tlv +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 0x2493dc74 init_user_ns +EXPORT_SYMBOL_GPL vmlinux 0x249c359d __traceiter_add_device_to_group +EXPORT_SYMBOL_GPL vmlinux 0x249c76e2 __acpi_node_get_property_reference +EXPORT_SYMBOL_GPL vmlinux 0x24ad11db wakeup_sources_read_unlock +EXPORT_SYMBOL_GPL vmlinux 0x24da0093 rcu_inkernel_boot_has_ended +EXPORT_SYMBOL_GPL vmlinux 0x24e19c9a fsstack_copy_attr_all +EXPORT_SYMBOL_GPL vmlinux 0x24eb7e32 leds_list +EXPORT_SYMBOL_GPL vmlinux 0x24ef698d rio_mport_get_feature +EXPORT_SYMBOL_GPL vmlinux 0x24f39c39 reset_control_reset +EXPORT_SYMBOL_GPL vmlinux 0x24f7c9dc fuse_dev_install +EXPORT_SYMBOL_GPL vmlinux 0x24fc50f4 kdb_unregister +EXPORT_SYMBOL_GPL vmlinux 0x250005b6 devm_of_icc_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0x25301bc6 arch_wb_cache_pmem +EXPORT_SYMBOL_GPL vmlinux 0x25325c02 kobject_uevent +EXPORT_SYMBOL_GPL vmlinux 0x2534f99f debounce_time_mt6795 +EXPORT_SYMBOL_GPL vmlinux 0x25379e73 clk_set_min_rate +EXPORT_SYMBOL_GPL vmlinux 0x2538f188 pci_epf_bind +EXPORT_SYMBOL_GPL vmlinux 0x253fb354 blk_mq_sched_mark_restart_hctx +EXPORT_SYMBOL_GPL vmlinux 0x254782b2 xfrm_audit_policy_add +EXPORT_SYMBOL_GPL vmlinux 0x254f7719 dev_pm_qos_hide_latency_tolerance +EXPORT_SYMBOL_GPL vmlinux 0x25573b2f dw_pcie_ep_init_complete +EXPORT_SYMBOL_GPL vmlinux 0x2559a6d0 crypto_skcipher_setkey +EXPORT_SYMBOL_GPL vmlinux 0x2574da11 zynqmp_pm_write_pggs +EXPORT_SYMBOL_GPL vmlinux 0x257ce509 alloc_page_buffers +EXPORT_SYMBOL_GPL vmlinux 0x25848499 kvm_read_guest_offset_cached +EXPORT_SYMBOL_GPL vmlinux 0x25860bc4 em_pd_get +EXPORT_SYMBOL_GPL vmlinux 0x2592fc6c console_printk +EXPORT_SYMBOL_GPL vmlinux 0x2597e592 __rio_local_read_config_16 +EXPORT_SYMBOL_GPL vmlinux 0x25a2dc8e cpufreq_enable_fast_switch +EXPORT_SYMBOL_GPL vmlinux 0x25bbfa9a security_kernel_load_data +EXPORT_SYMBOL_GPL vmlinux 0x25c42796 onboard_hub_destroy_pdevs +EXPORT_SYMBOL_GPL vmlinux 0x25c9e8e2 switchdev_port_obj_del +EXPORT_SYMBOL_GPL vmlinux 0x25cd1828 ata_sff_check_status +EXPORT_SYMBOL_GPL vmlinux 0x25d6bd53 regulator_irq_helper +EXPORT_SYMBOL_GPL vmlinux 0x25dcd29e pstore_unregister +EXPORT_SYMBOL_GPL vmlinux 0x25e3e51a regmap_mmio_attach_clk +EXPORT_SYMBOL_GPL vmlinux 0x25e70989 devlink_params_unregister +EXPORT_SYMBOL_GPL vmlinux 0x25f07438 class_unregister +EXPORT_SYMBOL_GPL vmlinux 0x26130cb6 rockchip_pcie_init_port +EXPORT_SYMBOL_GPL vmlinux 0x2627e417 dm_internal_resume +EXPORT_SYMBOL_GPL vmlinux 0x26280bea blk_queue_rq_timeout +EXPORT_SYMBOL_GPL vmlinux 0x26290e61 debugfs_create_u32_array +EXPORT_SYMBOL_GPL vmlinux 0x262fe143 tcp_register_ulp +EXPORT_SYMBOL_GPL vmlinux 0x2636b336 pciserial_init_ports +EXPORT_SYMBOL_GPL vmlinux 0x263834e5 amba_bustype +EXPORT_SYMBOL_GPL vmlinux 0x2639fd06 device_create +EXPORT_SYMBOL_GPL vmlinux 0x2641d3a5 mtk_pinconf_bias_get_rev1 +EXPORT_SYMBOL_GPL vmlinux 0x264586b5 scsi_get_vpd_page +EXPORT_SYMBOL_GPL vmlinux 0x264710bc inet_csk_get_port +EXPORT_SYMBOL_GPL vmlinux 0x264bcf8c usb_init_urb +EXPORT_SYMBOL_GPL vmlinux 0x26520970 vm_memory_committed +EXPORT_SYMBOL_GPL vmlinux 0x265bbef9 kexec_crash_loaded +EXPORT_SYMBOL_GPL vmlinux 0x266a4b08 tasklet_unlock +EXPORT_SYMBOL_GPL vmlinux 0x2674656e blkg_conf_finish +EXPORT_SYMBOL_GPL vmlinux 0x267df662 smp_call_on_cpu +EXPORT_SYMBOL_GPL vmlinux 0x26837323 pci_load_and_free_saved_state +EXPORT_SYMBOL_GPL vmlinux 0x268cc896 devm_kasprintf_strarray +EXPORT_SYMBOL_GPL vmlinux 0x269624ba device_set_node +EXPORT_SYMBOL_GPL vmlinux 0x26a13b80 iommu_map_atomic +EXPORT_SYMBOL_GPL vmlinux 0x26a93eb2 verify_pkcs7_signature +EXPORT_SYMBOL_GPL vmlinux 0x26ab4755 put_old_itimerspec32 +EXPORT_SYMBOL_GPL vmlinux 0x26b08cfe wakeup_sources_walk_next +EXPORT_SYMBOL_GPL vmlinux 0x26ba4f1d phy_led_trigger_change_speed +EXPORT_SYMBOL_GPL vmlinux 0x26c60d66 adp5520_write +EXPORT_SYMBOL_GPL vmlinux 0x26c90ea4 scsi_eh_get_sense +EXPORT_SYMBOL_GPL vmlinux 0x26d41ed5 blk_next_bio +EXPORT_SYMBOL_GPL vmlinux 0x26df2f86 blk_mq_freeze_queue +EXPORT_SYMBOL_GPL vmlinux 0x26e6dbeb virtio_break_device +EXPORT_SYMBOL_GPL vmlinux 0x26ed2186 register_vmap_purge_notifier +EXPORT_SYMBOL_GPL vmlinux 0x26f7e575 timer_unstable_counter_workaround +EXPORT_SYMBOL_GPL vmlinux 0x27046576 kvm_exit +EXPORT_SYMBOL_GPL vmlinux 0x270ea6c2 __devm_reset_control_get +EXPORT_SYMBOL_GPL vmlinux 0x2710dc32 rio_add_net +EXPORT_SYMBOL_GPL vmlinux 0x272e9d77 hisi_reset_exit +EXPORT_SYMBOL_GPL vmlinux 0x273995de nexthop_for_each_fib6_nh +EXPORT_SYMBOL_GPL vmlinux 0x27418f6f i2c_acpi_client_count +EXPORT_SYMBOL_GPL vmlinux 0x27428976 fwnode_get_next_parent +EXPORT_SYMBOL_GPL vmlinux 0x274e9882 bsg_register_queue +EXPORT_SYMBOL_GPL vmlinux 0x27593f06 ata_do_set_mode +EXPORT_SYMBOL_GPL vmlinux 0x276f1dfc dw_pcie_ep_init_notify +EXPORT_SYMBOL_GPL vmlinux 0x2773c485 __wake_up_locked +EXPORT_SYMBOL_GPL vmlinux 0x2797a044 rtc_update_irq +EXPORT_SYMBOL_GPL vmlinux 0x2797b18c kvm_init +EXPORT_SYMBOL_GPL vmlinux 0x279dd00d pci_ioremap_bar +EXPORT_SYMBOL_GPL vmlinux 0x27a05f36 rio_route_clr_table +EXPORT_SYMBOL_GPL vmlinux 0x27ad1451 akcipher_register_instance +EXPORT_SYMBOL_GPL vmlinux 0x27b3ca31 receive_fd +EXPORT_SYMBOL_GPL vmlinux 0x27b4d905 __traceiter_tcp_bad_csum +EXPORT_SYMBOL_GPL vmlinux 0x27b6c127 vfs_inode_has_locks +EXPORT_SYMBOL_GPL vmlinux 0x27bcd552 free_fib_info +EXPORT_SYMBOL_GPL vmlinux 0x27cd844b tc3589x_block_write +EXPORT_SYMBOL_GPL vmlinux 0x27cea77b genphy_c45_loopback +EXPORT_SYMBOL_GPL vmlinux 0x27d1a748 __traceiter_ata_bmdma_start +EXPORT_SYMBOL_GPL vmlinux 0x27d1f907 rio_del_mport_pw_handler +EXPORT_SYMBOL_GPL vmlinux 0x27d25939 of_clk_hw_onecell_get +EXPORT_SYMBOL_GPL vmlinux 0x27dc9471 __tracepoint_br_fdb_update +EXPORT_SYMBOL_GPL vmlinux 0x27df3ccb pci_disable_pri +EXPORT_SYMBOL_GPL vmlinux 0x27e53e2d scsi_free_sgtables +EXPORT_SYMBOL_GPL vmlinux 0x27f4f029 ftrace_set_global_filter +EXPORT_SYMBOL_GPL vmlinux 0x27f51820 bsg_job_get +EXPORT_SYMBOL_GPL vmlinux 0x27fa66e1 nr_free_buffer_pages +EXPORT_SYMBOL_GPL vmlinux 0x2817f7fd cppc_get_desired_perf +EXPORT_SYMBOL_GPL vmlinux 0x2819d375 regulator_set_soft_start_regmap +EXPORT_SYMBOL_GPL vmlinux 0x282cdabc usb_led_activity +EXPORT_SYMBOL_GPL vmlinux 0x28310bcd kasprintf_strarray +EXPORT_SYMBOL_GPL vmlinux 0x283cac50 page_cache_sync_ra +EXPORT_SYMBOL_GPL vmlinux 0x2856ffda virtqueue_enable_cb_prepare +EXPORT_SYMBOL_GPL vmlinux 0x285e681a pci_bridge_emul_conf_read +EXPORT_SYMBOL_GPL vmlinux 0x28607327 dev_pm_opp_config_clks_simple +EXPORT_SYMBOL_GPL vmlinux 0x2864abc9 klist_node_attached +EXPORT_SYMBOL_GPL vmlinux 0x286cc647 async_synchronize_cookie_domain +EXPORT_SYMBOL_GPL vmlinux 0x2882d40e usb_role_switch_unregister +EXPORT_SYMBOL_GPL vmlinux 0x288ddec9 dw_pcie_setup_rc +EXPORT_SYMBOL_GPL vmlinux 0x28923fbe usb_hub_clear_tt_buffer +EXPORT_SYMBOL_GPL vmlinux 0x28a13384 dev_pm_opp_put +EXPORT_SYMBOL_GPL vmlinux 0x28aa6a67 call_rcu +EXPORT_SYMBOL_GPL vmlinux 0x28ab4fb9 pinctrl_gpio_free +EXPORT_SYMBOL_GPL vmlinux 0x28acecaa cpufreq_policy_transition_delay_us +EXPORT_SYMBOL_GPL vmlinux 0x28afbb08 cpu_latency_qos_add_request +EXPORT_SYMBOL_GPL vmlinux 0x28b030d2 of_overlay_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0x28b579e6 skb_splice_bits +EXPORT_SYMBOL_GPL vmlinux 0x28b5ba12 ping_close +EXPORT_SYMBOL_GPL vmlinux 0x28baf6ce dma_get_slave_channel +EXPORT_SYMBOL_GPL vmlinux 0x28e1def4 meson_a1_parse_dt_extra +EXPORT_SYMBOL_GPL vmlinux 0x28e6b402 eventfd_fget +EXPORT_SYMBOL_GPL vmlinux 0x291876f3 mpi_ec_get_affine +EXPORT_SYMBOL_GPL vmlinux 0x291eb46c blk_mq_quiesce_tagset +EXPORT_SYMBOL_GPL vmlinux 0x292ba010 perf_event_read_value +EXPORT_SYMBOL_GPL vmlinux 0x293091d4 dmaengine_desc_attach_metadata +EXPORT_SYMBOL_GPL vmlinux 0x29341511 devm_hwrng_unregister +EXPORT_SYMBOL_GPL vmlinux 0x293b0e0d em_dev_unregister_perf_domain +EXPORT_SYMBOL_GPL vmlinux 0x2944a3fc serial8250_init_port +EXPORT_SYMBOL_GPL vmlinux 0x294fa99b __mdiobus_modify_changed +EXPORT_SYMBOL_GPL vmlinux 0x295073eb pm_generic_restore_early +EXPORT_SYMBOL_GPL vmlinux 0x29525e1a led_classdev_unregister +EXPORT_SYMBOL_GPL vmlinux 0x295b982a hisi_clk_register_fixed_rate +EXPORT_SYMBOL_GPL vmlinux 0x295c2824 ata_bmdma_qc_prep +EXPORT_SYMBOL_GPL vmlinux 0x295cd44b devm_of_led_get +EXPORT_SYMBOL_GPL vmlinux 0x296682b0 zynqmp_pm_get_rpu_mode +EXPORT_SYMBOL_GPL vmlinux 0x296e0fd2 sdio_writel +EXPORT_SYMBOL_GPL vmlinux 0x2970062d strp_init +EXPORT_SYMBOL_GPL vmlinux 0x29767c04 devm_gpiod_get_index_optional +EXPORT_SYMBOL_GPL vmlinux 0x29babfc5 netdev_sw_irq_coalesce_default_on +EXPORT_SYMBOL_GPL vmlinux 0x29d00d6b ethtool_params_from_link_mode +EXPORT_SYMBOL_GPL vmlinux 0x29d3a207 crypto_stats_akcipher_decrypt +EXPORT_SYMBOL_GPL vmlinux 0x29d54dc5 device_match_of_node +EXPORT_SYMBOL_GPL vmlinux 0x29d76547 k3_udma_glue_tdown_rx_chn +EXPORT_SYMBOL_GPL vmlinux 0x29eb79b4 unix_outq_len +EXPORT_SYMBOL_GPL vmlinux 0x29eba37f current_is_async +EXPORT_SYMBOL_GPL vmlinux 0x2a16a2fd wm831x_bulk_read +EXPORT_SYMBOL_GPL vmlinux 0x2a1d16b0 irq_create_of_mapping +EXPORT_SYMBOL_GPL vmlinux 0x2a2eb557 xenbus_dev_remove +EXPORT_SYMBOL_GPL vmlinux 0x2a2f04fa ip_tunnel_netlink_parms +EXPORT_SYMBOL_GPL vmlinux 0x2a39b5f8 __pm_relax +EXPORT_SYMBOL_GPL vmlinux 0x2a42aff9 pci_epc_get_msix +EXPORT_SYMBOL_GPL vmlinux 0x2a4764fa irq_setup_alt_chip +EXPORT_SYMBOL_GPL vmlinux 0x2a49607c blkcg_policy_register +EXPORT_SYMBOL_GPL vmlinux 0x2a5b45d6 crypto_skcipher_decrypt +EXPORT_SYMBOL_GPL vmlinux 0x2a5be7ff acpi_create_platform_device +EXPORT_SYMBOL_GPL vmlinux 0x2a5ea9ef rhashtable_destroy +EXPORT_SYMBOL_GPL vmlinux 0x2a5eb50f of_address_to_resource +EXPORT_SYMBOL_GPL vmlinux 0x2a6128f7 tcf_dev_queue_xmit +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 0x2a94b939 pci_iov_vf_id +EXPORT_SYMBOL_GPL vmlinux 0x2a976d1c dax_synchronous +EXPORT_SYMBOL_GPL vmlinux 0x2a9b236b rtm_getroute_parse_ip_proto +EXPORT_SYMBOL_GPL vmlinux 0x2aa1de34 cpufreq_unregister_governor +EXPORT_SYMBOL_GPL vmlinux 0x2aada1aa dev_pm_opp_set_opp +EXPORT_SYMBOL_GPL vmlinux 0x2aadad1a efi_capsule_update +EXPORT_SYMBOL_GPL vmlinux 0x2acfe8a6 usb_disable_ltm +EXPORT_SYMBOL_GPL vmlinux 0x2ad32972 pci_pri_supported +EXPORT_SYMBOL_GPL vmlinux 0x2ad999e4 tegra_mc_probe_device +EXPORT_SYMBOL_GPL vmlinux 0x2ae1689e zynqmp_pm_clock_getdivider +EXPORT_SYMBOL_GPL vmlinux 0x2af314c5 dprc_cleanup +EXPORT_SYMBOL_GPL vmlinux 0x2af72eff acpi_storage_d3 +EXPORT_SYMBOL_GPL vmlinux 0x2af7a1dd sdio_writeb +EXPORT_SYMBOL_GPL vmlinux 0x2b0fe000 gnttab_cancel_free_callback +EXPORT_SYMBOL_GPL vmlinux 0x2b35db0c iommu_dev_disable_feature +EXPORT_SYMBOL_GPL vmlinux 0x2b4509dd devlink_health_reporter_state_update +EXPORT_SYMBOL_GPL vmlinux 0x2b561f05 sched_show_task +EXPORT_SYMBOL_GPL vmlinux 0x2b56ed6e find_vpid +EXPORT_SYMBOL_GPL vmlinux 0x2b5afb9b nvmem_cell_read_u64 +EXPORT_SYMBOL_GPL vmlinux 0x2b60858f kvm_irq_has_notifier +EXPORT_SYMBOL_GPL vmlinux 0x2b6150fb power_supply_temp2resist_simple +EXPORT_SYMBOL_GPL vmlinux 0x2b64a960 simple_attr_read +EXPORT_SYMBOL_GPL vmlinux 0x2b6d960d synth_event_cmd_init +EXPORT_SYMBOL_GPL vmlinux 0x2b76646e pkcs7_free_message +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 0x2bac4f67 ata_sff_error_handler +EXPORT_SYMBOL_GPL vmlinux 0x2bbe603e tpm_send +EXPORT_SYMBOL_GPL vmlinux 0x2bd8a8bb blk_fill_rwbs +EXPORT_SYMBOL_GPL vmlinux 0x2bd8fb0b genphy_c45_pma_baset1_setup_master_slave +EXPORT_SYMBOL_GPL vmlinux 0x2bdf5ab0 pm_wakeup_pending +EXPORT_SYMBOL_GPL vmlinux 0x2c1080e0 devm_regmap_del_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0x2c208607 power_supply_is_system_supplied +EXPORT_SYMBOL_GPL vmlinux 0x2c3054f9 net_inc_ingress_queue +EXPORT_SYMBOL_GPL vmlinux 0x2c36cc85 __tracepoint_unmap +EXPORT_SYMBOL_GPL vmlinux 0x2c36cd01 blkg_conf_prep +EXPORT_SYMBOL_GPL vmlinux 0x2c3d1059 dma_resv_get_singleton +EXPORT_SYMBOL_GPL vmlinux 0x2c3ffa23 regulator_get_mode +EXPORT_SYMBOL_GPL vmlinux 0x2c40120b __reset_control_get +EXPORT_SYMBOL_GPL vmlinux 0x2c635527 arch_invalidate_pmem +EXPORT_SYMBOL_GPL vmlinux 0x2c66729f phy_basic_features +EXPORT_SYMBOL_GPL vmlinux 0x2c66ac85 devlink_info_serial_number_put +EXPORT_SYMBOL_GPL vmlinux 0x2c77e960 bus_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x2c790d4a __tracepoint_sched_util_est_cfs_tp +EXPORT_SYMBOL_GPL vmlinux 0x2c7db649 irq_dispose_mapping +EXPORT_SYMBOL_GPL vmlinux 0x2c802fae clk_mux_determine_rate_flags +EXPORT_SYMBOL_GPL vmlinux 0x2c81a826 imx_1443x_pll +EXPORT_SYMBOL_GPL vmlinux 0x2c82f263 of_dma_is_coherent +EXPORT_SYMBOL_GPL vmlinux 0x2c834418 static_key_slow_inc +EXPORT_SYMBOL_GPL vmlinux 0x2c84a3a0 component_compare_dev_name +EXPORT_SYMBOL_GPL vmlinux 0x2c8dd6b8 edac_mem_types +EXPORT_SYMBOL_GPL vmlinux 0x2c8e28ee phylink_ethtool_get_eee +EXPORT_SYMBOL_GPL vmlinux 0x2c93b67b of_property_read_u64_index +EXPORT_SYMBOL_GPL vmlinux 0x2c955ac9 tcpv6_prot +EXPORT_SYMBOL_GPL vmlinux 0x2c97f8a2 of_reconfig_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0x2c9fd2cd devm_clk_get_enabled +EXPORT_SYMBOL_GPL vmlinux 0x2cadcccf usb_phy_roothub_alloc +EXPORT_SYMBOL_GPL vmlinux 0x2ce2f9f3 devm_create_dev_dax +EXPORT_SYMBOL_GPL vmlinux 0x2ce61f33 __SCK__tp_func_br_fdb_add +EXPORT_SYMBOL_GPL vmlinux 0x2cfd0ca8 percpu_is_read_locked +EXPORT_SYMBOL_GPL vmlinux 0x2d0684a9 hrtimer_init +EXPORT_SYMBOL_GPL vmlinux 0x2d135f51 tcp_plb_update_state +EXPORT_SYMBOL_GPL vmlinux 0x2d1b02d2 usermodehelper_read_lock_wait +EXPORT_SYMBOL_GPL vmlinux 0x2d243740 rio_unmap_outb_region +EXPORT_SYMBOL_GPL vmlinux 0x2d2c902f perf_trace_buf_alloc +EXPORT_SYMBOL_GPL vmlinux 0x2d2dd36f kobj_ns_grab_current +EXPORT_SYMBOL_GPL vmlinux 0x2d2eb93a mptcp_pm_get_local_addr_max +EXPORT_SYMBOL_GPL vmlinux 0x2d32e3b9 tpm2_flush_context +EXPORT_SYMBOL_GPL vmlinux 0x2d3a314f kthread_queue_delayed_work +EXPORT_SYMBOL_GPL vmlinux 0x2d40255d iommu_get_domain_for_dev +EXPORT_SYMBOL_GPL vmlinux 0x2d41e6f5 __trace_puts +EXPORT_SYMBOL_GPL vmlinux 0x2d469b04 __kernel_write +EXPORT_SYMBOL_GPL vmlinux 0x2d480f40 __virtio_unbreak_device +EXPORT_SYMBOL_GPL vmlinux 0x2d5e11c3 pci_slots_kset +EXPORT_SYMBOL_GPL vmlinux 0x2d609547 dax_direct_access +EXPORT_SYMBOL_GPL vmlinux 0x2d61bce7 dev_pm_opp_find_freq_floor +EXPORT_SYMBOL_GPL vmlinux 0x2d639f37 blk_set_pm_only +EXPORT_SYMBOL_GPL vmlinux 0x2d6602fb fsnotify_find_mark +EXPORT_SYMBOL_GPL vmlinux 0x2d7c8211 lwtunnel_get_encap_size +EXPORT_SYMBOL_GPL vmlinux 0x2d7e16de register_virtio_device +EXPORT_SYMBOL_GPL vmlinux 0x2d9c50c1 of_hwspin_lock_get_id_byname +EXPORT_SYMBOL_GPL vmlinux 0x2da4df2c skb_complete_wifi_ack +EXPORT_SYMBOL_GPL vmlinux 0x2db67d4a owl_sps_set_pg +EXPORT_SYMBOL_GPL vmlinux 0x2dc9662e __udp_enqueue_schedule_skb +EXPORT_SYMBOL_GPL vmlinux 0x2dc96ed5 dm_device_name +EXPORT_SYMBOL_GPL vmlinux 0x2ddd5b55 devlink_is_reload_failed +EXPORT_SYMBOL_GPL vmlinux 0x2dfe3cef rtc_read_time +EXPORT_SYMBOL_GPL vmlinux 0x2e028ae6 rcutorture_get_gp_data +EXPORT_SYMBOL_GPL vmlinux 0x2e08226d badrange_add +EXPORT_SYMBOL_GPL vmlinux 0x2e0ba118 uart_console_write +EXPORT_SYMBOL_GPL vmlinux 0x2e1cee5b trace_array_set_clr_event +EXPORT_SYMBOL_GPL vmlinux 0x2e2360b1 ftrace_set_global_notrace +EXPORT_SYMBOL_GPL vmlinux 0x2e38d2ec component_master_del +EXPORT_SYMBOL_GPL vmlinux 0x2e39a670 l3mdev_table_lookup_unregister +EXPORT_SYMBOL_GPL vmlinux 0x2e472ec7 subsys_system_register +EXPORT_SYMBOL_GPL vmlinux 0x2e540957 of_devfreq_cooling_register_power +EXPORT_SYMBOL_GPL vmlinux 0x2e66298c __SCK__tp_func_sched_util_est_cfs_tp +EXPORT_SYMBOL_GPL vmlinux 0x2e699e50 cpufreq_driver_fast_switch +EXPORT_SYMBOL_GPL vmlinux 0x2e6a2771 serial8250_rpm_put +EXPORT_SYMBOL_GPL vmlinux 0x2e6a35d9 nvdimm_region_notify +EXPORT_SYMBOL_GPL vmlinux 0x2e797893 mtk_clk_register_gates +EXPORT_SYMBOL_GPL vmlinux 0x2e7e9344 serial8250_rpm_get +EXPORT_SYMBOL_GPL vmlinux 0x2e83ca75 dax_truncate_page +EXPORT_SYMBOL_GPL vmlinux 0x2e9d24f5 gpiod_put +EXPORT_SYMBOL_GPL vmlinux 0x2e9ec24d free_iova +EXPORT_SYMBOL_GPL vmlinux 0x2ebb19fd execute_in_process_context +EXPORT_SYMBOL_GPL vmlinux 0x2ebe3135 cpu_is_hotpluggable +EXPORT_SYMBOL_GPL vmlinux 0x2ed489ec gfn_to_pfn_memslot +EXPORT_SYMBOL_GPL vmlinux 0x2ed5372c dma_resv_describe +EXPORT_SYMBOL_GPL vmlinux 0x2edcb167 pin_user_pages_fast_only +EXPORT_SYMBOL_GPL vmlinux 0x2ee7c52b btree_visitor +EXPORT_SYMBOL_GPL vmlinux 0x2ee81c6a icc_std_aggregate +EXPORT_SYMBOL_GPL vmlinux 0x2f03e7e6 ata_port_wait_eh +EXPORT_SYMBOL_GPL vmlinux 0x2f044528 ext_pi_type3_crc64 +EXPORT_SYMBOL_GPL vmlinux 0x2f0adf0d virtio_config_changed +EXPORT_SYMBOL_GPL vmlinux 0x2f0c0e82 device_get_child_node_count +EXPORT_SYMBOL_GPL vmlinux 0x2f0d9053 usb_otg_state_string +EXPORT_SYMBOL_GPL vmlinux 0x2f10f7e4 fsstack_copy_inode_size +EXPORT_SYMBOL_GPL vmlinux 0x2f1ea064 __SCK__tp_func_xdp_bulk_tx +EXPORT_SYMBOL_GPL vmlinux 0x2f2c95c4 flush_work +EXPORT_SYMBOL_GPL vmlinux 0x2f4880df static_key_slow_dec +EXPORT_SYMBOL_GPL vmlinux 0x2f4b2364 irq_chip_unmask_parent +EXPORT_SYMBOL_GPL vmlinux 0x2f64415f unregister_acpi_hed_notifier +EXPORT_SYMBOL_GPL vmlinux 0x2f73266d apply_to_existing_page_range +EXPORT_SYMBOL_GPL vmlinux 0x2f915979 ahci_start_fis_rx +EXPORT_SYMBOL_GPL vmlinux 0x2fa73d40 sk_set_peek_off +EXPORT_SYMBOL_GPL vmlinux 0x2faac966 pci_bridge_emul_init +EXPORT_SYMBOL_GPL vmlinux 0x2fac3c71 k3_ringacc_request_rings_pair +EXPORT_SYMBOL_GPL vmlinux 0x2fb7a326 devm_nvmem_device_put +EXPORT_SYMBOL_GPL vmlinux 0x2fba22c4 acpi_subsys_poweroff +EXPORT_SYMBOL_GPL vmlinux 0x2fc1e0fe kmem_valid_obj +EXPORT_SYMBOL_GPL vmlinux 0x2fc50f41 usb_add_hcd +EXPORT_SYMBOL_GPL vmlinux 0x2fcba6db nf_hook_entries_insert_raw +EXPORT_SYMBOL_GPL vmlinux 0x2fce76cb ata_sff_wait_after_reset +EXPORT_SYMBOL_GPL vmlinux 0x2fd7040b class_compat_remove_link +EXPORT_SYMBOL_GPL vmlinux 0x2fd93d04 pci_find_next_capability +EXPORT_SYMBOL_GPL vmlinux 0x2fea646c crypto_stats_compress +EXPORT_SYMBOL_GPL vmlinux 0x2ff6ab7f usb_phy_set_charger_state +EXPORT_SYMBOL_GPL vmlinux 0x2ff8de85 pinmux_generic_get_function_count +EXPORT_SYMBOL_GPL vmlinux 0x2ff9c322 crypto_alloc_base +EXPORT_SYMBOL_GPL vmlinux 0x2ffba0fb tegra_mc_write_emem_configuration +EXPORT_SYMBOL_GPL vmlinux 0x30113774 watchdog_set_last_hw_keepalive +EXPORT_SYMBOL_GPL vmlinux 0x30139584 ping_bind +EXPORT_SYMBOL_GPL vmlinux 0x3025eee0 tegra210_clk_emc_dll_update_setting +EXPORT_SYMBOL_GPL vmlinux 0x3034c7f5 regulator_unregister_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0x30351294 k3_udma_glue_rx_flow_get_fdq_id +EXPORT_SYMBOL_GPL vmlinux 0x303a5dd3 crypto_aead_setkey +EXPORT_SYMBOL_GPL vmlinux 0x303ed721 __serdev_device_driver_register +EXPORT_SYMBOL_GPL vmlinux 0x304a8260 fb_deferred_io_init +EXPORT_SYMBOL_GPL vmlinux 0x305b95ff dev_fill_forward_path +EXPORT_SYMBOL_GPL vmlinux 0x3061cfce ring_buffer_entries_cpu +EXPORT_SYMBOL_GPL vmlinux 0x306769db usb_register_device_driver +EXPORT_SYMBOL_GPL vmlinux 0x306d7fc6 phy_configure +EXPORT_SYMBOL_GPL vmlinux 0x306eb062 security_file_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x307de688 serial8250_do_set_mctrl +EXPORT_SYMBOL_GPL vmlinux 0x308a1aaf perf_event_addr_filters_sync +EXPORT_SYMBOL_GPL vmlinux 0x30a4529c pm_generic_runtime_suspend +EXPORT_SYMBOL_GPL vmlinux 0x30a73bd8 __trace_trigger_soft_disabled +EXPORT_SYMBOL_GPL vmlinux 0x30b0a977 cpufreq_freq_attr_scaling_boost_freqs +EXPORT_SYMBOL_GPL vmlinux 0x30d14026 dma_request_chan_by_mask +EXPORT_SYMBOL_GPL vmlinux 0x30da4977 trace_output_call +EXPORT_SYMBOL_GPL vmlinux 0x30e1ec25 apei_map_generic_address +EXPORT_SYMBOL_GPL vmlinux 0x30e204c0 bio_add_zone_append_page +EXPORT_SYMBOL_GPL vmlinux 0x30ed7235 crypto_spawn_tfm +EXPORT_SYMBOL_GPL vmlinux 0x30f33e1c ima_inode_hash +EXPORT_SYMBOL_GPL vmlinux 0x30f7615f rockchip_register_softrst_lut +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 0x311d4f40 vp_legacy_set_status +EXPORT_SYMBOL_GPL vmlinux 0x311f60c5 __of_reset_control_get +EXPORT_SYMBOL_GPL vmlinux 0x31266931 con_debug_leave +EXPORT_SYMBOL_GPL vmlinux 0x312db872 of_prop_next_string +EXPORT_SYMBOL_GPL vmlinux 0x3130696a meson_pmx_get_func_name +EXPORT_SYMBOL_GPL vmlinux 0x3130bc2f wakeup_source_remove +EXPORT_SYMBOL_GPL vmlinux 0x3131d4a8 bpfilter_ops +EXPORT_SYMBOL_GPL vmlinux 0x313ea5fd ipi_send_single +EXPORT_SYMBOL_GPL vmlinux 0x314c8f2a usb_get_maximum_speed +EXPORT_SYMBOL_GPL vmlinux 0x3151841d thermal_cooling_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x3155a399 da903x_write +EXPORT_SYMBOL_GPL vmlinux 0x31580731 sync_page_io +EXPORT_SYMBOL_GPL vmlinux 0x315d8eb8 ahci_do_hardreset +EXPORT_SYMBOL_GPL vmlinux 0x316bf5ce divider_round_rate_parent +EXPORT_SYMBOL_GPL vmlinux 0x31839ad3 software_node_register_nodes +EXPORT_SYMBOL_GPL vmlinux 0x3187490a __SCK__tp_func_detach_device_from_domain +EXPORT_SYMBOL_GPL vmlinux 0x3188f8f0 phylink_of_phy_connect +EXPORT_SYMBOL_GPL vmlinux 0x3192d768 cpufreq_remove_update_util_hook +EXPORT_SYMBOL_GPL vmlinux 0x319b4290 devm_tegra_core_dev_init_opp_table +EXPORT_SYMBOL_GPL vmlinux 0x319d5205 __root_device_register +EXPORT_SYMBOL_GPL vmlinux 0x31a76d61 mas_destroy +EXPORT_SYMBOL_GPL vmlinux 0x31a95e8b ring_buffer_record_enable_cpu +EXPORT_SYMBOL_GPL vmlinux 0x31bdfd3d bpf_trace_run12 +EXPORT_SYMBOL_GPL vmlinux 0x31bee501 apply_to_page_range +EXPORT_SYMBOL_GPL vmlinux 0x31c28e46 wm8350_clear_bits +EXPORT_SYMBOL_GPL vmlinux 0x31c6cc85 mf_dax_kill_procs +EXPORT_SYMBOL_GPL vmlinux 0x31c7970f pciserial_suspend_ports +EXPORT_SYMBOL_GPL vmlinux 0x31d34278 xas_load +EXPORT_SYMBOL_GPL vmlinux 0x31dca4d8 gnttab_claim_grant_reference +EXPORT_SYMBOL_GPL vmlinux 0x31e9e8d5 zynqmp_pm_set_suspend_mode +EXPORT_SYMBOL_GPL vmlinux 0x31fc00a8 pm_generic_restore_noirq +EXPORT_SYMBOL_GPL vmlinux 0x32133f85 of_phandle_iterator_init +EXPORT_SYMBOL_GPL vmlinux 0x321971d2 devm_gpiod_get +EXPORT_SYMBOL_GPL vmlinux 0x321dee1a crypto_ahash_final +EXPORT_SYMBOL_GPL vmlinux 0x32267a18 stmpe_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x32295715 dev_pm_opp_clear_config +EXPORT_SYMBOL_GPL vmlinux 0x322aad64 firmware_request_nowarn +EXPORT_SYMBOL_GPL vmlinux 0x3238cd96 debugfs_real_fops +EXPORT_SYMBOL_GPL vmlinux 0x323f271f iommu_detach_device_pasid +EXPORT_SYMBOL_GPL vmlinux 0x324a0531 devm_fwnode_gpiod_get_index +EXPORT_SYMBOL_GPL vmlinux 0x324d01fe iomap_is_partially_uptodate +EXPORT_SYMBOL_GPL vmlinux 0x324f3ce8 fib_rules_unregister +EXPORT_SYMBOL_GPL vmlinux 0x325888a3 __tracepoint_neigh_update +EXPORT_SYMBOL_GPL vmlinux 0x326cefe5 hwpoison_filter_dev_minor +EXPORT_SYMBOL_GPL vmlinux 0x326d9a10 scsi_host_block +EXPORT_SYMBOL_GPL vmlinux 0x327a2687 bind_evtchn_to_irq_lateeoi +EXPORT_SYMBOL_GPL vmlinux 0x327c73e6 __SCK__tp_func_rwmmio_read +EXPORT_SYMBOL_GPL vmlinux 0x328042c4 ata_scsi_change_queue_depth +EXPORT_SYMBOL_GPL vmlinux 0x32836981 public_key_verify_signature +EXPORT_SYMBOL_GPL vmlinux 0x32876ee2 dma_resv_get_fences +EXPORT_SYMBOL_GPL vmlinux 0x329c9be9 devlink_linecard_nested_dl_set +EXPORT_SYMBOL_GPL vmlinux 0x32ab06cc irq_percpu_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0x32adf91e kobject_init_and_add +EXPORT_SYMBOL_GPL vmlinux 0x32bb0818 virtqueue_get_vring_size +EXPORT_SYMBOL_GPL vmlinux 0x32bc0fcf preempt_notifier_dec +EXPORT_SYMBOL_GPL vmlinux 0x32c3a7c2 regulator_get_current_limit_regmap +EXPORT_SYMBOL_GPL vmlinux 0x32c3cb4e class_compat_register +EXPORT_SYMBOL_GPL vmlinux 0x32dcb8f8 __irq_domain_alloc_fwnode +EXPORT_SYMBOL_GPL vmlinux 0x32df33e7 x509_cert_parse +EXPORT_SYMBOL_GPL vmlinux 0x32f20853 switchdev_handle_port_obj_add +EXPORT_SYMBOL_GPL vmlinux 0x330010b6 cpuset_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0x330acbfd ahci_kick_engine +EXPORT_SYMBOL_GPL vmlinux 0x330b0e01 sbitmap_queue_min_shallow_depth +EXPORT_SYMBOL_GPL vmlinux 0x330f6116 set_dax_synchronous +EXPORT_SYMBOL_GPL vmlinux 0x33127181 usb_reset_endpoint +EXPORT_SYMBOL_GPL vmlinux 0x331af92e regulator_allow_bypass +EXPORT_SYMBOL_GPL vmlinux 0x331dbe58 dev_pm_opp_enable +EXPORT_SYMBOL_GPL vmlinux 0x3331769a ata_pci_sff_init_host +EXPORT_SYMBOL_GPL vmlinux 0x3332c305 phy_get_rate_matching +EXPORT_SYMBOL_GPL vmlinux 0x334e9920 devres_get +EXPORT_SYMBOL_GPL vmlinux 0x33536cdd thermal_zone_device_enable +EXPORT_SYMBOL_GPL vmlinux 0x335a8592 tps6586x_irq_get_virq +EXPORT_SYMBOL_GPL vmlinux 0x335c570f enable_percpu_irq +EXPORT_SYMBOL_GPL vmlinux 0x337546b3 i2c_dw_configure_master +EXPORT_SYMBOL_GPL vmlinux 0x337f7664 driver_create_file +EXPORT_SYMBOL_GPL vmlinux 0x338725bb dst_blackhole_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0x33976be0 pinctrl_pm_select_default_state +EXPORT_SYMBOL_GPL vmlinux 0x33ad8314 __trace_array_puts +EXPORT_SYMBOL_GPL vmlinux 0x33bf3293 phy_start_machine +EXPORT_SYMBOL_GPL vmlinux 0x33c19eb5 iomap_file_buffered_write_punch_delalloc +EXPORT_SYMBOL_GPL vmlinux 0x33c89b66 tegra_mc_get_carveout_info +EXPORT_SYMBOL_GPL vmlinux 0x33c98123 kvm_vcpu_on_spin +EXPORT_SYMBOL_GPL vmlinux 0x33d18149 ipv4_sk_redirect +EXPORT_SYMBOL_GPL vmlinux 0x33dfc2d4 dw_pcie_find_ext_capability +EXPORT_SYMBOL_GPL vmlinux 0x33e59b0b pinctrl_generic_add_group +EXPORT_SYMBOL_GPL vmlinux 0x33e6dd92 devm_regulator_bulk_get_exclusive +EXPORT_SYMBOL_GPL vmlinux 0x340495da crypto_alloc_tfm_node +EXPORT_SYMBOL_GPL vmlinux 0x34181c17 netdev_cmd_to_name +EXPORT_SYMBOL_GPL vmlinux 0x34257758 generic_handle_domain_irq +EXPORT_SYMBOL_GPL vmlinux 0x34295e7c ahci_init_controller +EXPORT_SYMBOL_GPL vmlinux 0x342bca69 regulator_set_voltage_time_sel +EXPORT_SYMBOL_GPL vmlinux 0x342ebc9c rtc_initialize_alarm +EXPORT_SYMBOL_GPL vmlinux 0x342ff273 folio_wait_writeback +EXPORT_SYMBOL_GPL vmlinux 0x34311b15 of_clk_add_provider +EXPORT_SYMBOL_GPL vmlinux 0x34331f04 acpi_os_unmap_memory +EXPORT_SYMBOL_GPL vmlinux 0x34372fa3 gpiod_get_raw_value +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 0x345bb942 clk_divider_ro_ops +EXPORT_SYMBOL_GPL vmlinux 0x3476ac5b list_lru_walk_node +EXPORT_SYMBOL_GPL vmlinux 0x3478d2e6 regulator_desc_list_voltage_linear_range +EXPORT_SYMBOL_GPL vmlinux 0x347cd0a5 irq_chip_mask_ack_parent +EXPORT_SYMBOL_GPL vmlinux 0x34808b56 bpf_warn_invalid_xdp_action +EXPORT_SYMBOL_GPL vmlinux 0x3484c28a ata_timing_compute +EXPORT_SYMBOL_GPL vmlinux 0x348b8efb devlink_dpipe_match_put +EXPORT_SYMBOL_GPL vmlinux 0x3491f3c7 inet_pernet_hashinfo_free +EXPORT_SYMBOL_GPL vmlinux 0x34a0c1d2 security_inode_create +EXPORT_SYMBOL_GPL vmlinux 0x34a7b142 __SCK__tp_func_rpm_suspend +EXPORT_SYMBOL_GPL vmlinux 0x34b3ed2b class_compat_create_link +EXPORT_SYMBOL_GPL vmlinux 0x34b47afd spi_delay_to_ns +EXPORT_SYMBOL_GPL vmlinux 0x34b5d0b6 vp_modern_queue_address +EXPORT_SYMBOL_GPL vmlinux 0x34c300b5 fuse_conn_put +EXPORT_SYMBOL_GPL vmlinux 0x34d6e093 pci_epc_write_header +EXPORT_SYMBOL_GPL vmlinux 0x34dccfb2 context_tracking +EXPORT_SYMBOL_GPL vmlinux 0x34e2d151 dm_set_target_max_io_len +EXPORT_SYMBOL_GPL vmlinux 0x34eab46d bind_evtchn_to_irqhandler +EXPORT_SYMBOL_GPL vmlinux 0x34f5d241 mtk_clk_register_dividers +EXPORT_SYMBOL_GPL vmlinux 0x34fc4ad3 __tracepoint_block_split +EXPORT_SYMBOL_GPL vmlinux 0x34fcf99a mmc_switch +EXPORT_SYMBOL_GPL vmlinux 0x350f6ce5 tasklet_unlock_wait +EXPORT_SYMBOL_GPL vmlinux 0x35181076 sysfs_remove_group +EXPORT_SYMBOL_GPL vmlinux 0x35182939 vcap_alloc_rule +EXPORT_SYMBOL_GPL vmlinux 0x352b3813 maxim_charger_calc_reg_current +EXPORT_SYMBOL_GPL vmlinux 0x352ba862 cdrom_multisession +EXPORT_SYMBOL_GPL vmlinux 0x352ec68b bpf_offload_dev_destroy +EXPORT_SYMBOL_GPL vmlinux 0x35358cef mtk_clk_unregister_factors +EXPORT_SYMBOL_GPL vmlinux 0x3547ee9b mtk_pinconf_drive_set +EXPORT_SYMBOL_GPL vmlinux 0x354cd4b0 pm_relax +EXPORT_SYMBOL_GPL vmlinux 0x355b2ef2 ti_sci_put_handle +EXPORT_SYMBOL_GPL vmlinux 0x355bc89a klist_next +EXPORT_SYMBOL_GPL vmlinux 0x355cc3c7 pci_p2pdma_enable_store +EXPORT_SYMBOL_GPL vmlinux 0x3562f983 read_sanitised_ftr_reg +EXPORT_SYMBOL_GPL vmlinux 0x3565a929 utf8_data_table +EXPORT_SYMBOL_GPL vmlinux 0x3570e6f7 dma_map_sgtable +EXPORT_SYMBOL_GPL vmlinux 0x35737b7d dprc_scan_container +EXPORT_SYMBOL_GPL vmlinux 0x357457c3 psil_get_ep_config +EXPORT_SYMBOL_GPL vmlinux 0x3588d897 phy_reset +EXPORT_SYMBOL_GPL vmlinux 0x358ff60f twl_get_hfclk_rate +EXPORT_SYMBOL_GPL vmlinux 0x3594f34c fb_deferred_io_fsync +EXPORT_SYMBOL_GPL vmlinux 0x35a03cba kick_process +EXPORT_SYMBOL_GPL vmlinux 0x35a4f59d zynqmp_pm_clock_setdivider +EXPORT_SYMBOL_GPL vmlinux 0x35a6c112 perf_event_period +EXPORT_SYMBOL_GPL vmlinux 0x35d099e0 proc_create_net_data +EXPORT_SYMBOL_GPL vmlinux 0x35d13a11 vfs_cancel_lock +EXPORT_SYMBOL_GPL vmlinux 0x35d3dc46 crypto_alg_sem +EXPORT_SYMBOL_GPL vmlinux 0x35eebffb otg_ulpi_create +EXPORT_SYMBOL_GPL vmlinux 0x35f4518c scsi_schedule_eh +EXPORT_SYMBOL_GPL vmlinux 0x35f79bc7 blkcg_deactivate_policy +EXPORT_SYMBOL_GPL vmlinux 0x35fb38ae uart_handle_cts_change +EXPORT_SYMBOL_GPL vmlinux 0x35ff1ee9 iort_put_rmr_sids +EXPORT_SYMBOL_GPL vmlinux 0x360583e2 pm_clk_create +EXPORT_SYMBOL_GPL vmlinux 0x360fbab1 scsi_nl_sock +EXPORT_SYMBOL_GPL vmlinux 0x36242943 switchdev_deferred_process +EXPORT_SYMBOL_GPL vmlinux 0x36419935 gnttab_pages_clear_private +EXPORT_SYMBOL_GPL vmlinux 0x3651f6d4 serial8250_get_port +EXPORT_SYMBOL_GPL vmlinux 0x3654617a preempt_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0x365989e5 imx_1416x_pll +EXPORT_SYMBOL_GPL vmlinux 0x365b45d1 __tracepoint_sched_update_nr_running_tp +EXPORT_SYMBOL_GPL vmlinux 0x365c0c09 serial8250_em485_stop_tx +EXPORT_SYMBOL_GPL vmlinux 0x36643d85 cpci_hp_unregister_controller +EXPORT_SYMBOL_GPL vmlinux 0x36652498 input_ff_event +EXPORT_SYMBOL_GPL vmlinux 0x3678bfc3 crypto_rng_reset +EXPORT_SYMBOL_GPL vmlinux 0x36898d6f gpiod_remove_hogs +EXPORT_SYMBOL_GPL vmlinux 0x368c22f3 mtk_clk_unregister_dividers +EXPORT_SYMBOL_GPL vmlinux 0x369fb138 blk_crypto_reprogram_all_keys +EXPORT_SYMBOL_GPL vmlinux 0x369fcd70 tracing_snapshot +EXPORT_SYMBOL_GPL vmlinux 0x36aba179 sock_diag_register_inet_compat +EXPORT_SYMBOL_GPL vmlinux 0x36ac17ab alloc_iova_fast +EXPORT_SYMBOL_GPL vmlinux 0x36adf79c sdio_readw +EXPORT_SYMBOL_GPL vmlinux 0x36b15e1a pm_clk_suspend +EXPORT_SYMBOL_GPL vmlinux 0x36c9e654 genphy_c45_an_disable_aneg +EXPORT_SYMBOL_GPL vmlinux 0x36ca6569 of_phandle_args_to_fwspec +EXPORT_SYMBOL_GPL vmlinux 0x36ced413 vchan_find_desc +EXPORT_SYMBOL_GPL vmlinux 0x36d14185 serial8250_set_defaults +EXPORT_SYMBOL_GPL vmlinux 0x36d9138a iommu_iova_to_phys +EXPORT_SYMBOL_GPL vmlinux 0x36db870b zynqmp_pm_sha_hash +EXPORT_SYMBOL_GPL vmlinux 0x36f98414 pci_host_common_probe +EXPORT_SYMBOL_GPL vmlinux 0x370209a2 pse_controller_register +EXPORT_SYMBOL_GPL vmlinux 0x37074c45 __pci_reset_function_locked +EXPORT_SYMBOL_GPL vmlinux 0x37169f79 cpu_latency_qos_update_request +EXPORT_SYMBOL_GPL vmlinux 0x371ffb81 devlink_traps_unregister +EXPORT_SYMBOL_GPL vmlinux 0x3727fee7 scsi_unregister_device_handler +EXPORT_SYMBOL_GPL vmlinux 0x3729fa72 __sk_flush_backlog +EXPORT_SYMBOL_GPL vmlinux 0x3730f556 ahci_platform_init_host +EXPORT_SYMBOL_GPL vmlinux 0x373a284c pci_pr3_present +EXPORT_SYMBOL_GPL vmlinux 0x3750d770 erst_read +EXPORT_SYMBOL_GPL vmlinux 0x37545bba blk_mq_rdma_map_queues +EXPORT_SYMBOL_GPL vmlinux 0x375517e2 blkcg_print_blkgs +EXPORT_SYMBOL_GPL vmlinux 0x3766a099 ata_sff_irq_on +EXPORT_SYMBOL_GPL vmlinux 0x376b2512 vcap_lookup_keyfield +EXPORT_SYMBOL_GPL vmlinux 0x3773a3a7 rio_map_inb_region +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 0x379a93ef pm_clk_runtime_resume +EXPORT_SYMBOL_GPL vmlinux 0x37ae2919 get_governor_parent_kobj +EXPORT_SYMBOL_GPL vmlinux 0x37bf7be3 percpu_ref_exit +EXPORT_SYMBOL_GPL vmlinux 0x37c17d2f scsi_eh_ready_devs +EXPORT_SYMBOL_GPL vmlinux 0x37c2e56c serial8250_update_uartclk +EXPORT_SYMBOL_GPL vmlinux 0x37dc3ec6 mpc8xxx_spi_tx_buf_u8 +EXPORT_SYMBOL_GPL vmlinux 0x37dd14a2 cpufreq_disable_fast_switch +EXPORT_SYMBOL_GPL vmlinux 0x37f26c7d iommu_attach_group +EXPORT_SYMBOL_GPL vmlinux 0x37f57ae2 device_match_name +EXPORT_SYMBOL_GPL vmlinux 0x37f9d2f9 kernfs_find_and_get_ns +EXPORT_SYMBOL_GPL vmlinux 0x3801776b __ioread32_copy +EXPORT_SYMBOL_GPL vmlinux 0x38075355 dax_file_unshare +EXPORT_SYMBOL_GPL vmlinux 0x380b69ba hwspin_lock_free +EXPORT_SYMBOL_GPL vmlinux 0x380dde36 power_supply_batinfo_ocv2cap +EXPORT_SYMBOL_GPL vmlinux 0x3811965b ata_scsi_slave_destroy +EXPORT_SYMBOL_GPL vmlinux 0x3817cab1 __devm_alloc_percpu +EXPORT_SYMBOL_GPL vmlinux 0x381822ba exportfs_encode_inode_fh +EXPORT_SYMBOL_GPL vmlinux 0x3821e90d nvmem_register +EXPORT_SYMBOL_GPL vmlinux 0x38268b62 icc_bulk_enable +EXPORT_SYMBOL_GPL vmlinux 0x3827269a regmap_get_val_endian +EXPORT_SYMBOL_GPL vmlinux 0x3833b3c3 inet_csk_route_req +EXPORT_SYMBOL_GPL vmlinux 0x38374815 clear_selection +EXPORT_SYMBOL_GPL vmlinux 0x38378480 sched_set_fifo_low +EXPORT_SYMBOL_GPL vmlinux 0x38535cd4 dev_pm_domain_start +EXPORT_SYMBOL_GPL vmlinux 0x3866e217 nvmem_device_write +EXPORT_SYMBOL_GPL vmlinux 0x3867b6b9 led_set_brightness_nosleep +EXPORT_SYMBOL_GPL vmlinux 0x38705708 _copy_from_iter_flushcache +EXPORT_SYMBOL_GPL vmlinux 0x38708e25 inet_peer_base_init +EXPORT_SYMBOL_GPL vmlinux 0x3873ef52 devm_phy_optional_get +EXPORT_SYMBOL_GPL vmlinux 0x3898b2f9 page_cache_async_ra +EXPORT_SYMBOL_GPL vmlinux 0x389b64a2 static_key_count +EXPORT_SYMBOL_GPL vmlinux 0x389c91cb xenbus_watch_pathfmt +EXPORT_SYMBOL_GPL vmlinux 0x389f27e0 cpufreq_generic_init +EXPORT_SYMBOL_GPL vmlinux 0x38a54e6d vcpu_load +EXPORT_SYMBOL_GPL vmlinux 0x38a5ce28 efivars_unregister +EXPORT_SYMBOL_GPL vmlinux 0x38aa1397 gpiod_add_lookup_table +EXPORT_SYMBOL_GPL vmlinux 0x38c3ff30 freq_qos_add_notifier +EXPORT_SYMBOL_GPL vmlinux 0x38cac1ec ata_port_desc +EXPORT_SYMBOL_GPL vmlinux 0x38d0e88d acpi_cppc_processor_exit +EXPORT_SYMBOL_GPL vmlinux 0x38e1fde7 mpi_set +EXPORT_SYMBOL_GPL vmlinux 0x38e5bc5a clk_set_rate_range +EXPORT_SYMBOL_GPL vmlinux 0x38e89aac hwspin_lock_register +EXPORT_SYMBOL_GPL vmlinux 0x38eb6995 sprd_pinctrl_remove +EXPORT_SYMBOL_GPL vmlinux 0x38f5257f spi_mem_dirmap_read +EXPORT_SYMBOL_GPL vmlinux 0x38f704de dm_get_reserved_bio_based_ios +EXPORT_SYMBOL_GPL vmlinux 0x38f76f40 policy_has_boost_freq +EXPORT_SYMBOL_GPL vmlinux 0x39191d3b __blkg_prfill_u64 +EXPORT_SYMBOL_GPL vmlinux 0x391cbf39 devl_port_unregister +EXPORT_SYMBOL_GPL vmlinux 0x391df776 devm_of_platform_depopulate +EXPORT_SYMBOL_GPL vmlinux 0x39242974 of_clk_hw_register +EXPORT_SYMBOL_GPL vmlinux 0x3934db83 pci_bridge_emul_cleanup +EXPORT_SYMBOL_GPL vmlinux 0x39353c85 acpi_data_fwnode_ops +EXPORT_SYMBOL_GPL vmlinux 0x3936ac39 peernet2id_alloc +EXPORT_SYMBOL_GPL vmlinux 0x395b8b90 sbitmap_prepare_to_wait +EXPORT_SYMBOL_GPL vmlinux 0x3960c283 spi_alloc_device +EXPORT_SYMBOL_GPL vmlinux 0x397c5790 dev_pm_opp_get_power +EXPORT_SYMBOL_GPL vmlinux 0x397e2142 __SCK__tp_func_sched_cpu_capacity_tp +EXPORT_SYMBOL_GPL vmlinux 0x3980706e unregister_virtio_device +EXPORT_SYMBOL_GPL vmlinux 0x3998c463 __cpufreq_driver_target +EXPORT_SYMBOL_GPL vmlinux 0x39a7affc driver_deferred_probe_timeout +EXPORT_SYMBOL_GPL vmlinux 0x39a8bc27 mmc_cmdq_enable +EXPORT_SYMBOL_GPL vmlinux 0x39a8efd5 qcom_smem_state_register +EXPORT_SYMBOL_GPL vmlinux 0x39aa4888 usb_role_string +EXPORT_SYMBOL_GPL vmlinux 0x39b837f1 dev_pm_opp_of_add_table_indexed +EXPORT_SYMBOL_GPL vmlinux 0x39b83ac7 pci_epc_mem_exit +EXPORT_SYMBOL_GPL vmlinux 0x39b8953e clk_hw_unregister_fixed_factor +EXPORT_SYMBOL_GPL vmlinux 0x39bf3547 rtc_class_open +EXPORT_SYMBOL_GPL vmlinux 0x39bf8a21 handle_level_irq +EXPORT_SYMBOL_GPL vmlinux 0x39c32aca __SCK__tp_func_neigh_event_send_done +EXPORT_SYMBOL_GPL vmlinux 0x39c42af2 clk_register_mux_table +EXPORT_SYMBOL_GPL vmlinux 0x39c9d88c xas_find +EXPORT_SYMBOL_GPL vmlinux 0x39d78778 pci_epf_add_vepf +EXPORT_SYMBOL_GPL vmlinux 0x39d8d500 call_switchdev_blocking_notifiers +EXPORT_SYMBOL_GPL vmlinux 0x39ddd149 find_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0x39ded098 rdma_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0x39fd83db halt_poll_ns_shrink +EXPORT_SYMBOL_GPL vmlinux 0x3a08f6d7 regulator_is_equal +EXPORT_SYMBOL_GPL vmlinux 0x3a15013b ata_pack_xfermask +EXPORT_SYMBOL_GPL vmlinux 0x3a24fb2f percpu_ref_resurrect +EXPORT_SYMBOL_GPL vmlinux 0x3a2deae6 of_prop_next_u32 +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 0x3a72415c xen_unmap_domain_gfn_range +EXPORT_SYMBOL_GPL vmlinux 0x3a74e484 __tracepoint_sched_util_est_se_tp +EXPORT_SYMBOL_GPL vmlinux 0x3a7d109e irq_domain_xlate_onetwocell +EXPORT_SYMBOL_GPL vmlinux 0x3a8dc9b7 to_nd_desc +EXPORT_SYMBOL_GPL vmlinux 0x3a949eba regmap_field_free +EXPORT_SYMBOL_GPL vmlinux 0x3a9be019 asymmetric_key_id_partial +EXPORT_SYMBOL_GPL vmlinux 0x3a9c559f battery_hook_unregister +EXPORT_SYMBOL_GPL vmlinux 0x3aa9bfe8 fscrypt_fname_siphash +EXPORT_SYMBOL_GPL vmlinux 0x3abdc17a cper_dimm_err_location +EXPORT_SYMBOL_GPL vmlinux 0x3ac3feba rhltable_init +EXPORT_SYMBOL_GPL vmlinux 0x3acb000e tegra_bpmp_free_mrq +EXPORT_SYMBOL_GPL vmlinux 0x3acc0637 of_clk_add_hw_provider +EXPORT_SYMBOL_GPL vmlinux 0x3acdf325 twl4030_audio_enable_resource +EXPORT_SYMBOL_GPL vmlinux 0x3ad1a76e sdio_align_size +EXPORT_SYMBOL_GPL vmlinux 0x3ae7319e crypto_register_template +EXPORT_SYMBOL_GPL vmlinux 0x3af1a9c6 bpf_prog_free +EXPORT_SYMBOL_GPL vmlinux 0x3afc4a8f sbitmap_resize +EXPORT_SYMBOL_GPL vmlinux 0x3afe11a9 devres_remove_group +EXPORT_SYMBOL_GPL vmlinux 0x3b38e29e serial8250_rpm_get_tx +EXPORT_SYMBOL_GPL vmlinux 0x3b39300e __hwspin_trylock +EXPORT_SYMBOL_GPL vmlinux 0x3b396d44 dw_pcie_ep_raise_legacy_irq +EXPORT_SYMBOL_GPL vmlinux 0x3b3e3229 __fat_fs_error +EXPORT_SYMBOL_GPL vmlinux 0x3b4408bd bpf_prog_inc +EXPORT_SYMBOL_GPL vmlinux 0x3b479cc9 crypto_register_algs +EXPORT_SYMBOL_GPL vmlinux 0x3b4c240a display_timings_release +EXPORT_SYMBOL_GPL vmlinux 0x3b50162d dev_pm_opp_get_of_node +EXPORT_SYMBOL_GPL vmlinux 0x3b610584 __tracepoint_sched_cpu_capacity_tp +EXPORT_SYMBOL_GPL vmlinux 0x3b6ea04e devm_hte_request_ts_ns +EXPORT_SYMBOL_GPL vmlinux 0x3b74eb79 devfreq_event_disable_edev +EXPORT_SYMBOL_GPL vmlinux 0x3b78bf02 sunxi_ccu_get_mmc_timing_mode +EXPORT_SYMBOL_GPL vmlinux 0x3b91beb4 ata_qc_complete +EXPORT_SYMBOL_GPL vmlinux 0x3b9608f8 dev_pm_opp_get_max_transition_latency +EXPORT_SYMBOL_GPL vmlinux 0x3ba01b47 get_compat_sigset +EXPORT_SYMBOL_GPL vmlinux 0x3bb33501 devl_sb_register +EXPORT_SYMBOL_GPL vmlinux 0x3bc3dcca devm_clk_hw_register_fixed_factor +EXPORT_SYMBOL_GPL vmlinux 0x3bc91e96 pinctrl_generic_get_group_pins +EXPORT_SYMBOL_GPL vmlinux 0x3bcc5f24 get_pid_task +EXPORT_SYMBOL_GPL vmlinux 0x3bdb5d28 alg_test +EXPORT_SYMBOL_GPL vmlinux 0x3bdc0e0c __tracepoint_neigh_event_send_done +EXPORT_SYMBOL_GPL vmlinux 0x3beda7e1 __devm_regmap_init_spi +EXPORT_SYMBOL_GPL vmlinux 0x3bf17755 mpi_read_buffer +EXPORT_SYMBOL_GPL vmlinux 0x3c0e8050 hyperv_pcpu_input_arg +EXPORT_SYMBOL_GPL vmlinux 0x3c104a7d irq_set_default_host +EXPORT_SYMBOL_GPL vmlinux 0x3c11b9f5 tegra210_put_utmipll_in_iddq +EXPORT_SYMBOL_GPL vmlinux 0x3c1a056f extcon_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x3c1c3725 rcu_fwd_progress_check +EXPORT_SYMBOL_GPL vmlinux 0x3c223b68 extcon_sync +EXPORT_SYMBOL_GPL vmlinux 0x3c2b68f7 of_changeset_apply +EXPORT_SYMBOL_GPL vmlinux 0x3c3c85d8 __SCK__tp_func_kfree_skb +EXPORT_SYMBOL_GPL vmlinux 0x3c559d8e balloon_page_dequeue +EXPORT_SYMBOL_GPL vmlinux 0x3c5d543a hrtimer_start_range_ns +EXPORT_SYMBOL_GPL vmlinux 0x3c5fbd51 thermal_add_hwmon_sysfs +EXPORT_SYMBOL_GPL vmlinux 0x3c628fea edac_mc_del_mc +EXPORT_SYMBOL_GPL vmlinux 0x3c681dc4 ring_buffer_record_disable +EXPORT_SYMBOL_GPL vmlinux 0x3c6c10cb inet6_csk_xmit +EXPORT_SYMBOL_GPL vmlinux 0x3c819c45 arch_apei_report_mem_error +EXPORT_SYMBOL_GPL vmlinux 0x3c81e843 transport_class_register +EXPORT_SYMBOL_GPL vmlinux 0x3c829db7 devm_kmemdup +EXPORT_SYMBOL_GPL vmlinux 0x3c83520d ata_sff_freeze +EXPORT_SYMBOL_GPL vmlinux 0x3c9e5896 register_net_sysctl +EXPORT_SYMBOL_GPL vmlinux 0x3ca0a81a spi_sync +EXPORT_SYMBOL_GPL vmlinux 0x3cb08aa6 regulator_get_optional +EXPORT_SYMBOL_GPL vmlinux 0x3cb55063 devres_destroy +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 0x3cd8b282 xenbus_dev_groups +EXPORT_SYMBOL_GPL vmlinux 0x3ce5228f wm831x_auxadc_read_uv +EXPORT_SYMBOL_GPL vmlinux 0x3cecbd91 espintcp_push_skb +EXPORT_SYMBOL_GPL vmlinux 0x3cff6d71 vcap_rule_add_key_u72 +EXPORT_SYMBOL_GPL vmlinux 0x3d0c6b74 sdio_f0_writeb +EXPORT_SYMBOL_GPL vmlinux 0x3d10b359 mbox_controller_unregister +EXPORT_SYMBOL_GPL vmlinux 0x3d10d0fd fwnode_property_match_string +EXPORT_SYMBOL_GPL vmlinux 0x3d32db73 wm8400_reset_codec_reg_cache +EXPORT_SYMBOL_GPL vmlinux 0x3d388324 dpm_resume_end +EXPORT_SYMBOL_GPL vmlinux 0x3d46c7a8 rio_dma_prep_slave_sg +EXPORT_SYMBOL_GPL vmlinux 0x3d47a90a sysfs_remove_file_from_group +EXPORT_SYMBOL_GPL vmlinux 0x3d510a7b rcu_jiffies_till_stall_check +EXPORT_SYMBOL_GPL vmlinux 0x3d6febe9 dst_cache_get +EXPORT_SYMBOL_GPL vmlinux 0x3d866e05 __SCK__tp_func_block_rq_insert +EXPORT_SYMBOL_GPL vmlinux 0x3d8baf3b zs_huge_class_size +EXPORT_SYMBOL_GPL vmlinux 0x3d9bbf75 wwan_port_txon +EXPORT_SYMBOL_GPL vmlinux 0x3da91fa4 crypto_aead_setauthsize +EXPORT_SYMBOL_GPL vmlinux 0x3daa2540 nf_hooks_lwtunnel_enabled +EXPORT_SYMBOL_GPL vmlinux 0x3db50e57 acpi_find_child_by_adr +EXPORT_SYMBOL_GPL vmlinux 0x3dc0bf76 blk_freeze_queue_start +EXPORT_SYMBOL_GPL vmlinux 0x3dd433a4 usb_disable_xhci_ports +EXPORT_SYMBOL_GPL vmlinux 0x3de1edec adp5520_read +EXPORT_SYMBOL_GPL vmlinux 0x3de9cae1 crypto_remove_final +EXPORT_SYMBOL_GPL vmlinux 0x3dee1895 edac_mc_free +EXPORT_SYMBOL_GPL vmlinux 0x3df70c99 trace_clock_global +EXPORT_SYMBOL_GPL vmlinux 0x3e0706c7 of_dma_router_register +EXPORT_SYMBOL_GPL vmlinux 0x3e0a087f inet_hashinfo2_init_mod +EXPORT_SYMBOL_GPL vmlinux 0x3e0d03f6 fsnotify_init_mark +EXPORT_SYMBOL_GPL vmlinux 0x3e0f05cd mpc8xxx_spi_probe +EXPORT_SYMBOL_GPL vmlinux 0x3e2837b4 cpufreq_dbs_governor_stop +EXPORT_SYMBOL_GPL vmlinux 0x3e411ace sfp_select_interface +EXPORT_SYMBOL_GPL vmlinux 0x3e653547 crypto_register_aead +EXPORT_SYMBOL_GPL vmlinux 0x3e7080cb mpi_read_from_buffer +EXPORT_SYMBOL_GPL vmlinux 0x3e78e99b vcap_val_rule +EXPORT_SYMBOL_GPL vmlinux 0x3e7a4d61 blk_steal_bios +EXPORT_SYMBOL_GPL vmlinux 0x3e7a6ab2 nfs_ssc_client_tbl +EXPORT_SYMBOL_GPL vmlinux 0x3e85983b gen_pool_get +EXPORT_SYMBOL_GPL vmlinux 0x3e8f99f5 ata_sff_port_ops +EXPORT_SYMBOL_GPL vmlinux 0x3e903560 ip_tunnel_netlink_encap_parms +EXPORT_SYMBOL_GPL vmlinux 0x3e929dc2 kthread_queue_work +EXPORT_SYMBOL_GPL vmlinux 0x3e944601 xen_dbgp_external_startup +EXPORT_SYMBOL_GPL vmlinux 0x3ea5196d apei_osc_setup +EXPORT_SYMBOL_GPL vmlinux 0x3eb16db6 devm_register_sys_off_handler +EXPORT_SYMBOL_GPL vmlinux 0x3eb6e57c dev_pm_opp_xlate_required_opp +EXPORT_SYMBOL_GPL vmlinux 0x3ed15359 pid_nr_ns +EXPORT_SYMBOL_GPL vmlinux 0x3ed341ff irq_chip_eoi_parent +EXPORT_SYMBOL_GPL vmlinux 0x3edb086b pse_control_put +EXPORT_SYMBOL_GPL vmlinux 0x3ee4e183 set_selection_kernel +EXPORT_SYMBOL_GPL vmlinux 0x3ee6257c msg_zerocopy_put_abort +EXPORT_SYMBOL_GPL vmlinux 0x3ef051c8 crypto_inc +EXPORT_SYMBOL_GPL vmlinux 0x3ef1a5f5 badblocks_show +EXPORT_SYMBOL_GPL vmlinux 0x3f013f76 nvdimm_delete +EXPORT_SYMBOL_GPL vmlinux 0x3f049829 tracepoint_srcu +EXPORT_SYMBOL_GPL vmlinux 0x3f22137e usb_get_hcd +EXPORT_SYMBOL_GPL vmlinux 0x3f24623e irq_domain_pop_irq +EXPORT_SYMBOL_GPL vmlinux 0x3f2b6065 devm_nvmem_register +EXPORT_SYMBOL_GPL vmlinux 0x3f367b13 sk_msg_free_nocharge +EXPORT_SYMBOL_GPL vmlinux 0x3f3a174a phylink_ethtool_ksettings_get +EXPORT_SYMBOL_GPL vmlinux 0x3f433ffe fscrypt_fname_encrypted_size +EXPORT_SYMBOL_GPL vmlinux 0x3f491f49 reset_control_bulk_reset +EXPORT_SYMBOL_GPL vmlinux 0x3f4b05a1 device_remove_file +EXPORT_SYMBOL_GPL vmlinux 0x3f4dacd9 wm8350_gpio_config +EXPORT_SYMBOL_GPL vmlinux 0x3f6b6a2a skb_cow_data +EXPORT_SYMBOL_GPL vmlinux 0x3f81f134 devm_pci_epc_destroy +EXPORT_SYMBOL_GPL vmlinux 0x3f84bcd7 dax_alive +EXPORT_SYMBOL_GPL vmlinux 0x3f86a2c6 ata_sas_slave_configure +EXPORT_SYMBOL_GPL vmlinux 0x3f89ffba crypto_ahash_digest +EXPORT_SYMBOL_GPL vmlinux 0x3fae6ab0 hv_vp_index +EXPORT_SYMBOL_GPL vmlinux 0x3fc84776 scsi_autopm_put_device +EXPORT_SYMBOL_GPL vmlinux 0x3fcaab1e phy_driver_is_genphy_10g +EXPORT_SYMBOL_GPL vmlinux 0x3fcf520a security_kernel_post_read_file +EXPORT_SYMBOL_GPL vmlinux 0x3fe35aea irq_bypass_unregister_consumer +EXPORT_SYMBOL_GPL vmlinux 0x3fe6c346 devlink_fmsg_binary_pair_put +EXPORT_SYMBOL_GPL vmlinux 0x3fea029c hisi_clk_register_gate +EXPORT_SYMBOL_GPL vmlinux 0x3ff2e349 hte_request_ts_ns +EXPORT_SYMBOL_GPL vmlinux 0x3ff9ef58 clk_hw_unregister_fixed_rate +EXPORT_SYMBOL_GPL vmlinux 0x3ffdacf3 timerqueue_iterate_next +EXPORT_SYMBOL_GPL vmlinux 0x400a024b acpi_scan_lock_release +EXPORT_SYMBOL_GPL vmlinux 0x400ad53a extcon_get_state +EXPORT_SYMBOL_GPL vmlinux 0x40267068 usb_anchor_resume_wakeups +EXPORT_SYMBOL_GPL vmlinux 0x4032f96e devlink_port_attrs_pci_sf_set +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 0x4044f2fd pkcs7_get_content_data +EXPORT_SYMBOL_GPL vmlinux 0x404fb065 usb_hcd_unlink_urb_from_ep +EXPORT_SYMBOL_GPL vmlinux 0x40588502 uprobe_register +EXPORT_SYMBOL_GPL vmlinux 0x4065d168 pm_print_active_wakeup_sources +EXPORT_SYMBOL_GPL vmlinux 0x40678f38 l3mdev_master_ifindex_rcu +EXPORT_SYMBOL_GPL vmlinux 0x406c4cb1 hrtimer_resolution +EXPORT_SYMBOL_GPL vmlinux 0x4071b517 out_of_line_wait_on_bit_timeout +EXPORT_SYMBOL_GPL vmlinux 0x40783a8c clk_divider_ops +EXPORT_SYMBOL_GPL vmlinux 0x407af304 usb_wait_anchor_empty_timeout +EXPORT_SYMBOL_GPL vmlinux 0x407f24fd pci_find_ext_capability +EXPORT_SYMBOL_GPL vmlinux 0x4094a454 proc_create_net_single_write +EXPORT_SYMBOL_GPL vmlinux 0x4096964c irq_gc_mask_clr_bit +EXPORT_SYMBOL_GPL vmlinux 0x4099f919 tun_ptr_free +EXPORT_SYMBOL_GPL vmlinux 0x40abb5e5 of_k3_ringacc_get_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0x40bc7cbd virtqueue_get_buf_ctx +EXPORT_SYMBOL_GPL vmlinux 0x40c946c5 devm_extcon_dev_register +EXPORT_SYMBOL_GPL vmlinux 0x40da37b1 blk_mq_freeze_queue_wait +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 0x40f986e4 lwtunnel_encap_add_ops +EXPORT_SYMBOL_GPL vmlinux 0x4100a662 clk_get_scaled_duty_cycle +EXPORT_SYMBOL_GPL vmlinux 0x410ce9ea ata_eh_analyze_ncq_error +EXPORT_SYMBOL_GPL vmlinux 0x41136408 iommu_fwspec_add_ids +EXPORT_SYMBOL_GPL vmlinux 0x41237f71 cpu_have_feature +EXPORT_SYMBOL_GPL vmlinux 0x4124d3f0 devm_get_free_pages +EXPORT_SYMBOL_GPL vmlinux 0x412bc681 ring_buffer_empty_cpu +EXPORT_SYMBOL_GPL vmlinux 0x4134fb5b acpi_dma_simple_xlate +EXPORT_SYMBOL_GPL vmlinux 0x4139d448 scsi_queue_work +EXPORT_SYMBOL_GPL vmlinux 0x414d119a videomode_from_timings +EXPORT_SYMBOL_GPL vmlinux 0x415d1967 devm_clk_bulk_get_all +EXPORT_SYMBOL_GPL vmlinux 0x417b4409 clockevents_register_device +EXPORT_SYMBOL_GPL vmlinux 0x417c2ee2 iomap_writepages +EXPORT_SYMBOL_GPL vmlinux 0x41814cb8 dirty_writeback_interval +EXPORT_SYMBOL_GPL vmlinux 0x418873cc irq_bypass_register_producer +EXPORT_SYMBOL_GPL vmlinux 0x418c7815 pci_assign_unassigned_bus_resources +EXPORT_SYMBOL_GPL vmlinux 0x418fac22 ata_sff_data_xfer32 +EXPORT_SYMBOL_GPL vmlinux 0x419d7c83 zynqmp_pm_pinctrl_set_config +EXPORT_SYMBOL_GPL vmlinux 0x419e7efd sfp_module_stop +EXPORT_SYMBOL_GPL vmlinux 0x41aa913c tcp_reno_cong_avoid +EXPORT_SYMBOL_GPL vmlinux 0x41af288c skb_segment_list +EXPORT_SYMBOL_GPL vmlinux 0x41b18d5a clk_fractional_divider_ops +EXPORT_SYMBOL_GPL vmlinux 0x41b9a6e6 bsg_unregister_queue +EXPORT_SYMBOL_GPL vmlinux 0x41bce49a ghes_register_vendor_record_notifier +EXPORT_SYMBOL_GPL vmlinux 0x41c10d03 tps6586x_read +EXPORT_SYMBOL_GPL vmlinux 0x41e4bd59 devm_gpiod_put +EXPORT_SYMBOL_GPL vmlinux 0x41e87652 meson_axg_pmx_ops +EXPORT_SYMBOL_GPL vmlinux 0x41ed3cec eventfd_ctx_remove_wait_queue +EXPORT_SYMBOL_GPL vmlinux 0x420041bb nvmem_cell_read_u16 +EXPORT_SYMBOL_GPL vmlinux 0x42041512 i2c_get_dma_safe_msg_buf +EXPORT_SYMBOL_GPL vmlinux 0x42061511 pm_genpd_remove_device +EXPORT_SYMBOL_GPL vmlinux 0x420b4a20 disk_uevent +EXPORT_SYMBOL_GPL vmlinux 0x420f3d01 nvmem_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x4214bfae blk_crypto_profile_init +EXPORT_SYMBOL_GPL vmlinux 0x42169a75 ata_sff_thaw +EXPORT_SYMBOL_GPL vmlinux 0x4217e915 vcap_del_rule +EXPORT_SYMBOL_GPL vmlinux 0x42222648 __iptunnel_pull_header +EXPORT_SYMBOL_GPL vmlinux 0x42454563 debugfs_attr_read +EXPORT_SYMBOL_GPL vmlinux 0x42635d55 pm_suspend_global_flags +EXPORT_SYMBOL_GPL vmlinux 0x426452a3 acpi_evaluation_failure_warn +EXPORT_SYMBOL_GPL vmlinux 0x426b2d6e mtk_mmsys_ddp_disconnect +EXPORT_SYMBOL_GPL vmlinux 0x4278d56a phylink_expects_phy +EXPORT_SYMBOL_GPL vmlinux 0x428121d2 skb_copy_ubufs +EXPORT_SYMBOL_GPL vmlinux 0x42825ce2 rcu_scheduler_active +EXPORT_SYMBOL_GPL vmlinux 0x428ee2d7 devm_pwmchip_add +EXPORT_SYMBOL_GPL vmlinux 0x429c3f9c reboot_mode +EXPORT_SYMBOL_GPL vmlinux 0x429dd439 ti_sci_get_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0x42b31a1a fsl_mc_driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0x42b9ac44 pci_host_probe +EXPORT_SYMBOL_GPL vmlinux 0x42bf8fe1 list_lru_del +EXPORT_SYMBOL_GPL vmlinux 0x42db685e of_hwspin_lock_get_id +EXPORT_SYMBOL_GPL vmlinux 0x42f3cae3 pm_wakeup_ws_event +EXPORT_SYMBOL_GPL vmlinux 0x42f728aa mctrl_gpio_get_outputs +EXPORT_SYMBOL_GPL vmlinux 0x42fc2a9c regmap_get_val_bytes +EXPORT_SYMBOL_GPL vmlinux 0x430690b2 split_page +EXPORT_SYMBOL_GPL vmlinux 0x430d88ec __traceiter_arm_event +EXPORT_SYMBOL_GPL vmlinux 0x430e3bed d_same_name +EXPORT_SYMBOL_GPL vmlinux 0x4320c355 imx_clk_hw_frac_pll +EXPORT_SYMBOL_GPL vmlinux 0x4328b5b2 trace_seq_path +EXPORT_SYMBOL_GPL vmlinux 0x43358281 usb_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0x434c7de3 irq_domain_free_fwnode +EXPORT_SYMBOL_GPL vmlinux 0x434cfffe regmap_irq_get_domain +EXPORT_SYMBOL_GPL vmlinux 0x434fab49 hisi_clk_init +EXPORT_SYMBOL_GPL vmlinux 0x435b05ac fat_add_entries +EXPORT_SYMBOL_GPL vmlinux 0x4369ccad devl_rate_leaf_destroy +EXPORT_SYMBOL_GPL vmlinux 0x436d817f mpi_clear_bit +EXPORT_SYMBOL_GPL vmlinux 0x4372d177 i2c_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0x4374db7c __fsl_mc_driver_register +EXPORT_SYMBOL_GPL vmlinux 0x437be96f gfn_to_page_many_atomic +EXPORT_SYMBOL_GPL vmlinux 0x437eb1df ipv6_mod_enabled +EXPORT_SYMBOL_GPL vmlinux 0x438d8df2 iova_cache_get +EXPORT_SYMBOL_GPL vmlinux 0x438d9439 uhci_reset_hc +EXPORT_SYMBOL_GPL vmlinux 0x4395be9b fat_scan +EXPORT_SYMBOL_GPL vmlinux 0x439f172c __vfs_removexattr_locked +EXPORT_SYMBOL_GPL vmlinux 0x43a8266c get_dev_pagemap +EXPORT_SYMBOL_GPL vmlinux 0x43aa319e lease_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x43b08e76 power_supply_charge_behaviour_show +EXPORT_SYMBOL_GPL vmlinux 0x43b3eb3c virtqueue_is_broken +EXPORT_SYMBOL_GPL vmlinux 0x43bf0838 crypto_unregister_shashes +EXPORT_SYMBOL_GPL vmlinux 0x43c11fdf extcon_dev_register +EXPORT_SYMBOL_GPL vmlinux 0x43c6f21a fscrypt_fname_encrypt +EXPORT_SYMBOL_GPL vmlinux 0x43caa7c0 regmap_irq_get_irq_reg_linear +EXPORT_SYMBOL_GPL vmlinux 0x43f7d646 shash_ahash_update +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 0x44067292 bd_prepare_to_claim +EXPORT_SYMBOL_GPL vmlinux 0x4413f461 zynqmp_pm_request_wake +EXPORT_SYMBOL_GPL vmlinux 0x441c4a4e kvm_write_guest_cached +EXPORT_SYMBOL_GPL vmlinux 0x442095f7 of_gen_pool_get +EXPORT_SYMBOL_GPL vmlinux 0x4422ac24 zynqmp_pm_set_tapdelay_bypass +EXPORT_SYMBOL_GPL vmlinux 0x4426de50 component_master_add_with_match +EXPORT_SYMBOL_GPL vmlinux 0x442dc580 rio_local_get_device_id +EXPORT_SYMBOL_GPL vmlinux 0x442deaa9 poll_state_synchronize_rcu +EXPORT_SYMBOL_GPL vmlinux 0x4431aaeb debugfs_print_regs32 +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 0x44525366 of_device_request_module +EXPORT_SYMBOL_GPL vmlinux 0x4457ff62 of_clk_get_parent_count +EXPORT_SYMBOL_GPL vmlinux 0x445865db tty_port_register_device +EXPORT_SYMBOL_GPL vmlinux 0x44740a7d led_trigger_remove +EXPORT_SYMBOL_GPL vmlinux 0x4484a5a4 wait_for_device_probe +EXPORT_SYMBOL_GPL vmlinux 0x4490eba8 phy_gbit_fibre_features +EXPORT_SYMBOL_GPL vmlinux 0x44938b4f serdev_device_set_baudrate +EXPORT_SYMBOL_GPL vmlinux 0x44a074c2 attribute_container_find_class_device +EXPORT_SYMBOL_GPL vmlinux 0x44a793ab HYPERVISOR_grant_table_op +EXPORT_SYMBOL_GPL vmlinux 0x44a971d5 fwnode_get_name +EXPORT_SYMBOL_GPL vmlinux 0x44ac9a80 get_net_ns_by_pid +EXPORT_SYMBOL_GPL vmlinux 0x44b5ec21 sk_msg_free_partial +EXPORT_SYMBOL_GPL vmlinux 0x44bae227 bit_wait_timeout +EXPORT_SYMBOL_GPL vmlinux 0x44c811d1 bpf_prog_inc_not_zero +EXPORT_SYMBOL_GPL vmlinux 0x44cf8cf0 blk_zone_cond_str +EXPORT_SYMBOL_GPL vmlinux 0x44d0e1f3 gpiochip_generic_free +EXPORT_SYMBOL_GPL vmlinux 0x44d494da fuse_mount_remove +EXPORT_SYMBOL_GPL vmlinux 0x44d61e90 dev_pm_qos_remove_request +EXPORT_SYMBOL_GPL vmlinux 0x44d7018c hte_push_ts_ns +EXPORT_SYMBOL_GPL vmlinux 0x44d9a5c4 dev_pm_genpd_get_next_hrtimer +EXPORT_SYMBOL_GPL vmlinux 0x44e1e9aa balloon_stats +EXPORT_SYMBOL_GPL vmlinux 0x44e674a7 mtk_clk_unregister_muxes +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 0x454af812 raw_abort +EXPORT_SYMBOL_GPL vmlinux 0x45558f56 clk_unregister_fixed_factor +EXPORT_SYMBOL_GPL vmlinux 0x455785f6 rio_mport_class +EXPORT_SYMBOL_GPL vmlinux 0x455ae7d4 of_phy_get +EXPORT_SYMBOL_GPL vmlinux 0x455d3acf pci_p2pmem_virt_to_bus +EXPORT_SYMBOL_GPL vmlinux 0x455ddc17 lwtunnel_state_alloc +EXPORT_SYMBOL_GPL vmlinux 0x4561f990 qcom_smem_state_unregister +EXPORT_SYMBOL_GPL vmlinux 0x456911b1 dma_release_channel +EXPORT_SYMBOL_GPL vmlinux 0x45711135 ahci_platform_resume +EXPORT_SYMBOL_GPL vmlinux 0x457594fa crypto_alg_list +EXPORT_SYMBOL_GPL vmlinux 0x45793535 subsys_interface_unregister +EXPORT_SYMBOL_GPL vmlinux 0x459e6151 mm_unaccount_pinned_pages +EXPORT_SYMBOL_GPL vmlinux 0x45a25ee5 locks_owner_has_blockers +EXPORT_SYMBOL_GPL vmlinux 0x45aae3e3 regmap_can_raw_write +EXPORT_SYMBOL_GPL vmlinux 0x45af3b77 gpiod_get_raw_array_value +EXPORT_SYMBOL_GPL vmlinux 0x45b40ebd of_alias_get_id +EXPORT_SYMBOL_GPL vmlinux 0x45b5020b pci_p2pmem_publish +EXPORT_SYMBOL_GPL vmlinux 0x45ea2808 sk_setup_caps +EXPORT_SYMBOL_GPL vmlinux 0x45f0b5fa platform_irqchip_probe +EXPORT_SYMBOL_GPL vmlinux 0x46013233 net_dec_ingress_queue +EXPORT_SYMBOL_GPL vmlinux 0x46030074 __hrtimer_get_remaining +EXPORT_SYMBOL_GPL vmlinux 0x46101cbc powercap_register_control_type +EXPORT_SYMBOL_GPL vmlinux 0x461051e4 bd_link_disk_holder +EXPORT_SYMBOL_GPL vmlinux 0x46116ea5 fsl_mc_object_allocate +EXPORT_SYMBOL_GPL vmlinux 0x4618c0c4 usb_get_descriptor +EXPORT_SYMBOL_GPL vmlinux 0x461c2997 fsl_mc_bus_dpmcp_type +EXPORT_SYMBOL_GPL vmlinux 0x46269814 __tracepoint_neigh_event_send_dead +EXPORT_SYMBOL_GPL vmlinux 0x46275130 mas_expected_entries +EXPORT_SYMBOL_GPL vmlinux 0x462ff62e ata_acpi_gtm_xfermask +EXPORT_SYMBOL_GPL vmlinux 0x46372fea kobject_get_path +EXPORT_SYMBOL_GPL vmlinux 0x463ee412 regulator_sync_voltage +EXPORT_SYMBOL_GPL vmlinux 0x4643da90 sk_msg_memcopy_from_iter +EXPORT_SYMBOL_GPL vmlinux 0x4646f1df tpm2_get_tpm_pt +EXPORT_SYMBOL_GPL vmlinux 0x4647bfdb md_submit_discard_bio +EXPORT_SYMBOL_GPL vmlinux 0x464eeb09 uprobe_unregister +EXPORT_SYMBOL_GPL vmlinux 0x465272cb bpf_verifier_log_write +EXPORT_SYMBOL_GPL vmlinux 0x467429cf of_platform_device_destroy +EXPORT_SYMBOL_GPL vmlinux 0x468567e5 spi_bus_unlock +EXPORT_SYMBOL_GPL vmlinux 0x4688d7ec pvclock_gtod_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x469618ef dma_resv_iter_first +EXPORT_SYMBOL_GPL vmlinux 0x4698cd6e mmu_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0x469ea792 iommu_fwspec_init +EXPORT_SYMBOL_GPL vmlinux 0x46a34906 pinctrl_generic_get_group +EXPORT_SYMBOL_GPL vmlinux 0x46a4b118 hrtimer_cancel +EXPORT_SYMBOL_GPL vmlinux 0x46ac549d dev_pm_domain_attach_by_name +EXPORT_SYMBOL_GPL vmlinux 0x46b00f21 ata_pci_sff_activate_host +EXPORT_SYMBOL_GPL vmlinux 0x46bc5114 __imx8m_clk_hw_composite +EXPORT_SYMBOL_GPL vmlinux 0x46bef690 usb_acpi_port_lpm_incapable +EXPORT_SYMBOL_GPL vmlinux 0x46c6dd5d acpi_subsys_suspend_late +EXPORT_SYMBOL_GPL vmlinux 0x46c7f5f7 __kthread_should_park +EXPORT_SYMBOL_GPL vmlinux 0x46deb375 reset_controller_register +EXPORT_SYMBOL_GPL vmlinux 0x46e0f0a6 pci_hp_del +EXPORT_SYMBOL_GPL vmlinux 0x46e67a71 this_cpu_has_cap +EXPORT_SYMBOL_GPL vmlinux 0x46ef8703 phy_basic_t1_features +EXPORT_SYMBOL_GPL vmlinux 0x46f798d2 blk_revalidate_disk_zones +EXPORT_SYMBOL_GPL vmlinux 0x46f8a0ac __traceiter_neigh_event_send_dead +EXPORT_SYMBOL_GPL vmlinux 0x46ff1653 sata_sff_hardreset +EXPORT_SYMBOL_GPL vmlinux 0x46ffb147 pci_bus_max_busnr +EXPORT_SYMBOL_GPL vmlinux 0x47034d12 fat_remove_entries +EXPORT_SYMBOL_GPL vmlinux 0x47054742 sdio_memcpy_fromio +EXPORT_SYMBOL_GPL vmlinux 0x470d9006 fsl_mc_cleanup_irq_pool +EXPORT_SYMBOL_GPL vmlinux 0x470dffed nvdimm_to_bus +EXPORT_SYMBOL_GPL vmlinux 0x47229b5c gpio_request +EXPORT_SYMBOL_GPL vmlinux 0x472b436e devm_irq_setup_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0x47374a1e debugfs_lookup +EXPORT_SYMBOL_GPL vmlinux 0x4754ca7a fsl_mc_bus_dpci_type +EXPORT_SYMBOL_GPL vmlinux 0x475ac6f4 mtk_pinconf_adv_drive_get +EXPORT_SYMBOL_GPL vmlinux 0x4761f17c register_netevent_notifier +EXPORT_SYMBOL_GPL vmlinux 0x4771f05d virtqueue_add_inbuf_ctx +EXPORT_SYMBOL_GPL vmlinux 0x47884890 system_power_efficient_wq +EXPORT_SYMBOL_GPL vmlinux 0x478e81f8 tcp_orphan_count +EXPORT_SYMBOL_GPL vmlinux 0x47950f8e platform_driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0x47966969 dev_pm_opp_set_rate +EXPORT_SYMBOL_GPL vmlinux 0x479803b9 base64_encode +EXPORT_SYMBOL_GPL vmlinux 0x479f3ab7 sysfs_create_file_ns +EXPORT_SYMBOL_GPL vmlinux 0x479f4861 vp_legacy_queue_vector +EXPORT_SYMBOL_GPL vmlinux 0x479f7d4b clk_bulk_disable +EXPORT_SYMBOL_GPL vmlinux 0x47a6ca72 vfs_lock_file +EXPORT_SYMBOL_GPL vmlinux 0x47aad3b9 have_governor_per_policy +EXPORT_SYMBOL_GPL vmlinux 0x47ae7cc7 input_device_enabled +EXPORT_SYMBOL_GPL vmlinux 0x47af2c33 devlink_dpipe_entry_ctx_append +EXPORT_SYMBOL_GPL vmlinux 0x47c52ffb devfreq_cooling_unregister +EXPORT_SYMBOL_GPL vmlinux 0x47c7aed5 nvmem_add_cell_table +EXPORT_SYMBOL_GPL vmlinux 0x47d0eea2 acpi_lpat_temp_to_raw +EXPORT_SYMBOL_GPL vmlinux 0x47de0dc7 clk_unregister_mux +EXPORT_SYMBOL_GPL vmlinux 0x480305ca kmsg_dump_rewind +EXPORT_SYMBOL_GPL vmlinux 0x48090443 gnttab_page_cache_shrink +EXPORT_SYMBOL_GPL vmlinux 0x4815aa79 dev_pm_opp_cpumask_remove_table +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 0x4830423d of_usb_host_tpl_support +EXPORT_SYMBOL_GPL vmlinux 0x483218a1 irq_domain_create_simple +EXPORT_SYMBOL_GPL vmlinux 0x48396d61 crypto_stats_akcipher_verify +EXPORT_SYMBOL_GPL vmlinux 0x4839e3c3 blk_mq_sched_try_insert_merge +EXPORT_SYMBOL_GPL vmlinux 0x483bb692 tcp_twsk_unique +EXPORT_SYMBOL_GPL vmlinux 0x483d6af4 spi_take_timestamp_pre +EXPORT_SYMBOL_GPL vmlinux 0x483e630e iocb_bio_iopoll +EXPORT_SYMBOL_GPL vmlinux 0x4843a748 qman_portals_probed +EXPORT_SYMBOL_GPL vmlinux 0x485366a7 shash_ahash_digest +EXPORT_SYMBOL_GPL vmlinux 0x4858dce0 fwnode_graph_get_port_parent +EXPORT_SYMBOL_GPL vmlinux 0x485cd7f6 kvm_rebooting +EXPORT_SYMBOL_GPL vmlinux 0x4861e47f ata_host_alloc +EXPORT_SYMBOL_GPL vmlinux 0x486dedc3 ghes_unregister_vendor_record_notifier +EXPORT_SYMBOL_GPL vmlinux 0x489c84ff iomap_dio_rw +EXPORT_SYMBOL_GPL vmlinux 0x48a3d20b mctrl_gpio_get +EXPORT_SYMBOL_GPL vmlinux 0x48b4e1f7 pci_epf_unbind +EXPORT_SYMBOL_GPL vmlinux 0x48bf1f50 __platform_driver_probe +EXPORT_SYMBOL_GPL vmlinux 0x48c32847 __SCK__tp_func_sched_util_est_se_tp +EXPORT_SYMBOL_GPL vmlinux 0x48e9dac7 gpiochip_irq_domain_activate +EXPORT_SYMBOL_GPL vmlinux 0x48f29cb5 phy_pm_runtime_allow +EXPORT_SYMBOL_GPL vmlinux 0x48f3569c debugfs_create_file_unsafe +EXPORT_SYMBOL_GPL vmlinux 0x4904c8a9 fl6_update_dst +EXPORT_SYMBOL_GPL vmlinux 0x4907cdad aead_exit_geniv +EXPORT_SYMBOL_GPL vmlinux 0x4915ee47 usb_kill_urb +EXPORT_SYMBOL_GPL vmlinux 0x4919dbcf genphy_c45_an_config_aneg +EXPORT_SYMBOL_GPL vmlinux 0x4920dfef __mmu_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0x49242bc7 freezer_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0x4928ccfc rockchip_clk_init +EXPORT_SYMBOL_GPL vmlinux 0x492c90a7 gpio_to_desc +EXPORT_SYMBOL_GPL vmlinux 0x4932f86c pfn_to_online_page +EXPORT_SYMBOL_GPL vmlinux 0x4934bdd0 crypto_check_attr_type +EXPORT_SYMBOL_GPL vmlinux 0x4939ebcd numa_map_to_online_node +EXPORT_SYMBOL_GPL vmlinux 0x493a0b71 pci_sriov_configure_simple +EXPORT_SYMBOL_GPL vmlinux 0x49408996 mtk_clk_register_factors +EXPORT_SYMBOL_GPL vmlinux 0x49448303 pinctrl_unregister +EXPORT_SYMBOL_GPL vmlinux 0x49608959 migrate_disable +EXPORT_SYMBOL_GPL vmlinux 0x49611860 serial8250_clear_and_reinit_fifos +EXPORT_SYMBOL_GPL vmlinux 0x4981f1b7 debugfs_create_blob +EXPORT_SYMBOL_GPL vmlinux 0x499043d3 crypto_init_queue +EXPORT_SYMBOL_GPL vmlinux 0x49927d25 page_reporting_unregister +EXPORT_SYMBOL_GPL vmlinux 0x49cc10a5 skb_gso_validate_network_len +EXPORT_SYMBOL_GPL vmlinux 0x49cd25ed alloc_workqueue +EXPORT_SYMBOL_GPL vmlinux 0x49cf50db fsl_mc_device_group +EXPORT_SYMBOL_GPL vmlinux 0x49e608cf pci_test_config_bits +EXPORT_SYMBOL_GPL vmlinux 0x49e96999 cond_synchronize_rcu +EXPORT_SYMBOL_GPL vmlinux 0x49efebfb kthread_flush_work +EXPORT_SYMBOL_GPL vmlinux 0x49f0f8e9 ipv4_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0x4a042df7 sched_set_normal +EXPORT_SYMBOL_GPL vmlinux 0x4a05e7b1 init_srcu_struct +EXPORT_SYMBOL_GPL vmlinux 0x4a0bfb54 usb_hcd_resume_root_hub +EXPORT_SYMBOL_GPL vmlinux 0x4a173dd9 hypervisor_kobj +EXPORT_SYMBOL_GPL vmlinux 0x4a17ed66 sysrq_mask +EXPORT_SYMBOL_GPL vmlinux 0x4a1f6920 ata_wait_after_reset +EXPORT_SYMBOL_GPL vmlinux 0x4a284430 dm_send_uevents +EXPORT_SYMBOL_GPL vmlinux 0x4a420d09 acpi_bus_detach_private_data +EXPORT_SYMBOL_GPL vmlinux 0x4a423c67 crypto_register_skciphers +EXPORT_SYMBOL_GPL vmlinux 0x4a4bb38e get_cpu_device +EXPORT_SYMBOL_GPL vmlinux 0x4a59140a bdi_dev_name +EXPORT_SYMBOL_GPL vmlinux 0x4a61f833 acpi_dev_clear_dependencies +EXPORT_SYMBOL_GPL vmlinux 0x4a6a68fb ata_sff_queue_pio_task +EXPORT_SYMBOL_GPL vmlinux 0x4a6d539b dprc_close +EXPORT_SYMBOL_GPL vmlinux 0x4a72f1c1 fwnode_find_reference +EXPORT_SYMBOL_GPL vmlinux 0x4a8dbf6b ti_sci_inta_msi_create_irq_domain +EXPORT_SYMBOL_GPL vmlinux 0x4a8ede91 extcon_set_property_sync +EXPORT_SYMBOL_GPL vmlinux 0x4a8f5a04 iort_get_rmr_sids +EXPORT_SYMBOL_GPL vmlinux 0x4a9c2d3a blkcg_root +EXPORT_SYMBOL_GPL vmlinux 0x4aa3d3a5 skb_pull_rcsum +EXPORT_SYMBOL_GPL vmlinux 0x4aa3e7b7 clk_register_composite +EXPORT_SYMBOL_GPL vmlinux 0x4aae645e dev_pm_genpd_remove_notifier +EXPORT_SYMBOL_GPL vmlinux 0x4ac89f8d xfrm_audit_state_delete +EXPORT_SYMBOL_GPL vmlinux 0x4ad3d292 pci_create_slot +EXPORT_SYMBOL_GPL vmlinux 0x4ae3ff4a usb_find_interface +EXPORT_SYMBOL_GPL vmlinux 0x4ae7ce58 register_wide_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0x4aead55e clk_mux_val_to_index +EXPORT_SYMBOL_GPL vmlinux 0x4af37277 tty_get_icount +EXPORT_SYMBOL_GPL vmlinux 0x4af577ba kvm_vcpu_write_guest +EXPORT_SYMBOL_GPL vmlinux 0x4b02ad67 mtk_pinconf_adv_drive_get_raw +EXPORT_SYMBOL_GPL vmlinux 0x4b178bb1 acpi_driver_match_device +EXPORT_SYMBOL_GPL vmlinux 0x4b1914d0 watchdog_notify_pretimeout +EXPORT_SYMBOL_GPL vmlinux 0x4b1af5f2 fib_table_lookup +EXPORT_SYMBOL_GPL vmlinux 0x4b2f7280 perf_event_pause +EXPORT_SYMBOL_GPL vmlinux 0x4b31608c cpufreq_cooling_unregister +EXPORT_SYMBOL_GPL vmlinux 0x4b37fe3d blkcg_root_css +EXPORT_SYMBOL_GPL vmlinux 0x4b3881bc ata_bmdma_stop +EXPORT_SYMBOL_GPL vmlinux 0x4b5acf74 rhashtable_init +EXPORT_SYMBOL_GPL vmlinux 0x4b5e62c0 divider_ro_round_rate_parent +EXPORT_SYMBOL_GPL vmlinux 0x4b6302f8 pci_hp_remove_module_link +EXPORT_SYMBOL_GPL vmlinux 0x4b68f1fa msi_unlock_descs +EXPORT_SYMBOL_GPL vmlinux 0x4b800f66 hwmon_device_register_with_info +EXPORT_SYMBOL_GPL vmlinux 0x4b851d33 fib_info_nh_uses_dev +EXPORT_SYMBOL_GPL vmlinux 0x4b8cf052 blk_mq_end_request_batch +EXPORT_SYMBOL_GPL vmlinux 0x4b931968 xen_features +EXPORT_SYMBOL_GPL vmlinux 0x4ba73ec2 rdev_get_name +EXPORT_SYMBOL_GPL vmlinux 0x4baf7317 pm_schedule_suspend +EXPORT_SYMBOL_GPL vmlinux 0x4bb87648 rtnl_register_module +EXPORT_SYMBOL_GPL vmlinux 0x4bc441f6 rdev_get_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x4bc8727f xen_balloon_init +EXPORT_SYMBOL_GPL vmlinux 0x4bcc69e8 phy_modify_mmd_changed +EXPORT_SYMBOL_GPL vmlinux 0x4bcc8a74 gnttab_map_refs +EXPORT_SYMBOL_GPL vmlinux 0x4bd6f08b misc_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0x4bdb8dcc housekeeping_test_cpu +EXPORT_SYMBOL_GPL vmlinux 0x4be230b6 devfreq_event_get_edev_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0x4be64845 ftrace_set_notrace +EXPORT_SYMBOL_GPL vmlinux 0x4bfc6475 ata_sas_scsi_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x4bfd398d hwrng_msleep +EXPORT_SYMBOL_GPL vmlinux 0x4c0e4ccc fsnotify_add_mark +EXPORT_SYMBOL_GPL vmlinux 0x4c11112b clk_gate_ops +EXPORT_SYMBOL_GPL vmlinux 0x4c12cd5a uart_get_rs485_mode +EXPORT_SYMBOL_GPL vmlinux 0x4c1a15c9 device_remove_software_node +EXPORT_SYMBOL_GPL vmlinux 0x4c2b351d start_poll_synchronize_rcu_expedited +EXPORT_SYMBOL_GPL vmlinux 0x4c2c0ea7 evtchn_make_refcounted +EXPORT_SYMBOL_GPL vmlinux 0x4c2cedc5 fb_deferred_io_open +EXPORT_SYMBOL_GPL vmlinux 0x4c2e4109 dm_suspended +EXPORT_SYMBOL_GPL vmlinux 0x4c38cd27 transport_destroy_device +EXPORT_SYMBOL_GPL vmlinux 0x4c4bf412 fsl_mc_resource_free +EXPORT_SYMBOL_GPL vmlinux 0x4c505c04 crypto_alloc_acomp_node +EXPORT_SYMBOL_GPL vmlinux 0x4c515b8d devm_led_classdev_unregister +EXPORT_SYMBOL_GPL vmlinux 0x4c549b36 __traceiter_xhci_dbg_quirks +EXPORT_SYMBOL_GPL vmlinux 0x4c7e5a3c dma_free_pages +EXPORT_SYMBOL_GPL vmlinux 0x4c8adfe1 hv_root_partition +EXPORT_SYMBOL_GPL vmlinux 0x4c8c3079 sched_set_fifo +EXPORT_SYMBOL_GPL vmlinux 0x4c8e4dcd kernfs_get +EXPORT_SYMBOL_GPL vmlinux 0x4ca157bc wm831x_regmap_config +EXPORT_SYMBOL_GPL vmlinux 0x4ca5590e mas_prev +EXPORT_SYMBOL_GPL vmlinux 0x4cb27100 ktime_get_snapshot +EXPORT_SYMBOL_GPL vmlinux 0x4cb81fda __SCK__tp_func_wbc_writepage +EXPORT_SYMBOL_GPL vmlinux 0x4cb918cc __bio_release_pages +EXPORT_SYMBOL_GPL vmlinux 0x4cbcb5c5 efivars_kobject +EXPORT_SYMBOL_GPL vmlinux 0x4cbef22e do_tcp_sendpages +EXPORT_SYMBOL_GPL vmlinux 0x4ce5ba3a pci_hp_add_bridge +EXPORT_SYMBOL_GPL vmlinux 0x4cf8f58c scsi_dh_activate +EXPORT_SYMBOL_GPL vmlinux 0x4cfeab15 phy_check_downshift +EXPORT_SYMBOL_GPL vmlinux 0x4d0015e2 cpu_hotplug_disable +EXPORT_SYMBOL_GPL vmlinux 0x4d0cd464 clk_register_fractional_divider +EXPORT_SYMBOL_GPL vmlinux 0x4d1484e3 dw_pcie_ep_linkup +EXPORT_SYMBOL_GPL vmlinux 0x4d24a1e4 sbitmap_finish_wait +EXPORT_SYMBOL_GPL vmlinux 0x4d24c2ca pci_msix_can_alloc_dyn +EXPORT_SYMBOL_GPL vmlinux 0x4d30b054 cpufreq_dbs_governor_start +EXPORT_SYMBOL_GPL vmlinux 0x4d3a0696 __SCK__tp_func_rpm_idle +EXPORT_SYMBOL_GPL vmlinux 0x4d3a842d device_destroy +EXPORT_SYMBOL_GPL vmlinux 0x4d465897 ethnl_cable_test_free +EXPORT_SYMBOL_GPL vmlinux 0x4d6d0bbc iommu_group_ref_get +EXPORT_SYMBOL_GPL vmlinux 0x4d7272e4 migrate_enable +EXPORT_SYMBOL_GPL vmlinux 0x4d76d483 sched_setattr_nocheck +EXPORT_SYMBOL_GPL vmlinux 0x4d83c710 k3_udma_glue_tdown_tx_chn +EXPORT_SYMBOL_GPL vmlinux 0x4d84e050 anon_inode_getfd +EXPORT_SYMBOL_GPL vmlinux 0x4d8ed38c tty_kopen_shared +EXPORT_SYMBOL_GPL vmlinux 0x4d95d6d1 memcpy_flushcache +EXPORT_SYMBOL_GPL vmlinux 0x4da9f2f7 fat_time_fat2unix +EXPORT_SYMBOL_GPL vmlinux 0x4dae01d8 devlink_linecard_create +EXPORT_SYMBOL_GPL vmlinux 0x4dae16e4 i2c_put_dma_safe_msg_buf +EXPORT_SYMBOL_GPL vmlinux 0x4db6deea blk_crypto_register +EXPORT_SYMBOL_GPL vmlinux 0x4dc040b0 of_add_property +EXPORT_SYMBOL_GPL vmlinux 0x4dd0f9e5 sock_diag_save_cookie +EXPORT_SYMBOL_GPL vmlinux 0x4de17ab3 usb_state_string +EXPORT_SYMBOL_GPL vmlinux 0x4de77308 mddev_init +EXPORT_SYMBOL_GPL vmlinux 0x4df15902 __udp_gso_segment +EXPORT_SYMBOL_GPL vmlinux 0x4dff61e5 wwan_port_txoff +EXPORT_SYMBOL_GPL vmlinux 0x4e111470 xenbus_dev_changed +EXPORT_SYMBOL_GPL vmlinux 0x4e17c613 ata_sff_queue_delayed_work +EXPORT_SYMBOL_GPL vmlinux 0x4e2b551a ping_seq_next +EXPORT_SYMBOL_GPL vmlinux 0x4e2f3c90 mtk_mutex_enable_by_cmdq +EXPORT_SYMBOL_GPL vmlinux 0x4e3fd1b4 kvm_release_pfn_clean +EXPORT_SYMBOL_GPL vmlinux 0x4e4c37e2 freq_qos_remove_notifier +EXPORT_SYMBOL_GPL vmlinux 0x4e53e4c4 devlink_param_value_changed +EXPORT_SYMBOL_GPL vmlinux 0x4e5861c4 class_destroy +EXPORT_SYMBOL_GPL vmlinux 0x4e657485 free_io_pgtable_ops +EXPORT_SYMBOL_GPL vmlinux 0x4e673281 ata_bmdma_port_ops +EXPORT_SYMBOL_GPL vmlinux 0x4e74878e __tracepoint_devlink_hwerr +EXPORT_SYMBOL_GPL vmlinux 0x4eac5fc1 cpu_mitigations_auto_nosmt +EXPORT_SYMBOL_GPL vmlinux 0x4eb39d4e __tracepoint_tcp_bad_csum +EXPORT_SYMBOL_GPL vmlinux 0x4eb8c033 of_genpd_add_device +EXPORT_SYMBOL_GPL vmlinux 0x4ec0c50b sysfs_remove_files +EXPORT_SYMBOL_GPL vmlinux 0x4ece3615 blocking_notifier_chain_unregister +EXPORT_SYMBOL_GPL vmlinux 0x4ed5ddcd ata_scsi_port_error_handler +EXPORT_SYMBOL_GPL vmlinux 0x4eeabbdc crypto_register_akcipher +EXPORT_SYMBOL_GPL vmlinux 0x4eec0c00 clk_fixed_rate_ops +EXPORT_SYMBOL_GPL vmlinux 0x4eefd45d devm_bitmap_alloc +EXPORT_SYMBOL_GPL vmlinux 0x4ef5bcf4 perf_swevent_get_recursion_context +EXPORT_SYMBOL_GPL vmlinux 0x4ef7b02d pci_epc_mem_init +EXPORT_SYMBOL_GPL vmlinux 0x4ef8a16f regulator_enable_regmap +EXPORT_SYMBOL_GPL vmlinux 0x4efc6786 pinctrl_add_gpio_range +EXPORT_SYMBOL_GPL vmlinux 0x4efcf021 mpi_normalize +EXPORT_SYMBOL_GPL vmlinux 0x4eff7e2b attribute_container_register +EXPORT_SYMBOL_GPL vmlinux 0x4f04adcf raw_unhash_sk +EXPORT_SYMBOL_GPL vmlinux 0x4f21def1 reset_simple_ops +EXPORT_SYMBOL_GPL vmlinux 0x4f2593f0 btree_update +EXPORT_SYMBOL_GPL vmlinux 0x4f2c996d kmsg_dump_get_line +EXPORT_SYMBOL_GPL vmlinux 0x4f2f4a17 fork_usermode_driver +EXPORT_SYMBOL_GPL vmlinux 0x4f31b856 __clocksource_register_scale +EXPORT_SYMBOL_GPL vmlinux 0x4f34cd0e usb_autopm_get_interface_no_resume +EXPORT_SYMBOL_GPL vmlinux 0x4f40bb83 pcie_bus_configure_settings +EXPORT_SYMBOL_GPL vmlinux 0x4f535b8c sk_msg_trim +EXPORT_SYMBOL_GPL vmlinux 0x4f6a07fe show_rcu_gp_kthreads +EXPORT_SYMBOL_GPL vmlinux 0x4f6c1a39 usb_hcd_link_urb_to_ep +EXPORT_SYMBOL_GPL vmlinux 0x4f72a987 uart_parse_options +EXPORT_SYMBOL_GPL vmlinux 0x4f98d766 cpu_pm_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x4fa2cdc4 blk_mq_alloc_sq_tag_set +EXPORT_SYMBOL_GPL vmlinux 0x4fa7af7e rtc_update_irq_enable +EXPORT_SYMBOL_GPL vmlinux 0x4fb25660 ata_sff_dev_classify +EXPORT_SYMBOL_GPL vmlinux 0x4fb5da55 fs_put_dax +EXPORT_SYMBOL_GPL vmlinux 0x4fc092c6 phy_power_off +EXPORT_SYMBOL_GPL vmlinux 0x4fd3a67e mddev_init_writes_pending +EXPORT_SYMBOL_GPL vmlinux 0x4fdc945d sata_deb_timing_normal +EXPORT_SYMBOL_GPL vmlinux 0x4fe1eddf unregister_netevent_notifier +EXPORT_SYMBOL_GPL vmlinux 0x4ff359ee irq_domain_simple_ops +EXPORT_SYMBOL_GPL vmlinux 0x4ff6c28e mmc_send_tuning +EXPORT_SYMBOL_GPL vmlinux 0x4ffe0bf3 pm_clk_runtime_suspend +EXPORT_SYMBOL_GPL vmlinux 0x5005189c kstrdup_quotable_cmdline +EXPORT_SYMBOL_GPL vmlinux 0x500c768c apei_exec_read_register +EXPORT_SYMBOL_GPL vmlinux 0x50138521 devm_gpiod_get_from_of_node +EXPORT_SYMBOL_GPL vmlinux 0x5026585c xen_irq_from_gsi +EXPORT_SYMBOL_GPL vmlinux 0x50273694 pci_epc_put +EXPORT_SYMBOL_GPL vmlinux 0x503c5fee usb_alloc_urb +EXPORT_SYMBOL_GPL vmlinux 0x505cfaf8 device_find_child +EXPORT_SYMBOL_GPL vmlinux 0x50616e69 devlink_resources_unregister +EXPORT_SYMBOL_GPL vmlinux 0x5081b3d6 xfer_to_guest_mode_handle_work +EXPORT_SYMBOL_GPL vmlinux 0x508ece80 pci_reset_function_locked +EXPORT_SYMBOL_GPL vmlinux 0x5091b823 ring_buffer_read_start +EXPORT_SYMBOL_GPL vmlinux 0x50a2463a pci_intx +EXPORT_SYMBOL_GPL vmlinux 0x50a5df92 scsi_dh_attach +EXPORT_SYMBOL_GPL vmlinux 0x50a62429 udp4_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0x50c44161 of_property_read_variable_u64_array +EXPORT_SYMBOL_GPL vmlinux 0x50cab5ac devm_kstrdup +EXPORT_SYMBOL_GPL vmlinux 0x50cd5f01 amba_device_put +EXPORT_SYMBOL_GPL vmlinux 0x50ce519e hrtimer_sleeper_start_expires +EXPORT_SYMBOL_GPL vmlinux 0x50d4b520 pm_stay_awake +EXPORT_SYMBOL_GPL vmlinux 0x50d82bce gov_update_cpu_data +EXPORT_SYMBOL_GPL vmlinux 0x50d97131 gpiod_is_active_low +EXPORT_SYMBOL_GPL vmlinux 0x50df94f5 btree_insert +EXPORT_SYMBOL_GPL vmlinux 0x50e7193a __i2c_first_dynamic_bus_num +EXPORT_SYMBOL_GPL vmlinux 0x50f5dcd9 pci_ats_supported +EXPORT_SYMBOL_GPL vmlinux 0x50fa96a6 crypto_grab_spawn +EXPORT_SYMBOL_GPL vmlinux 0x50fad434 round_jiffies_up +EXPORT_SYMBOL_GPL vmlinux 0x510fb755 proc_create_net_single +EXPORT_SYMBOL_GPL vmlinux 0x51218bb2 usb_check_int_endpoints +EXPORT_SYMBOL_GPL vmlinux 0x51390c96 rcu_barrier_tasks_rude +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 0x516bee68 devm_spi_mem_dirmap_destroy +EXPORT_SYMBOL_GPL vmlinux 0x517359e5 wwan_put_debugfs_dir +EXPORT_SYMBOL_GPL vmlinux 0x51749ecb regmap_get_max_register +EXPORT_SYMBOL_GPL vmlinux 0x51752d29 iopf_queue_flush_dev +EXPORT_SYMBOL_GPL vmlinux 0x5178a050 iomap_release_folio +EXPORT_SYMBOL_GPL vmlinux 0x5187ac4b xen_store_evtchn +EXPORT_SYMBOL_GPL vmlinux 0x51882cb2 ata_pio_need_iordy +EXPORT_SYMBOL_GPL vmlinux 0x5189b491 of_msi_get_domain +EXPORT_SYMBOL_GPL vmlinux 0x5197f8bd key_type_user +EXPORT_SYMBOL_GPL vmlinux 0x51991b38 mtk_mutex_enable +EXPORT_SYMBOL_GPL vmlinux 0x51992439 xenbus_match +EXPORT_SYMBOL_GPL vmlinux 0x519a63c8 device_show_bool +EXPORT_SYMBOL_GPL vmlinux 0x51a348cc usb_role_switch_set_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x51ad07dd tegra210_plle_hw_sequence_start +EXPORT_SYMBOL_GPL vmlinux 0x51b5d37f rcu_read_unlock_trace_special +EXPORT_SYMBOL_GPL vmlinux 0x51c30511 devm_regulator_bulk_put +EXPORT_SYMBOL_GPL vmlinux 0x51c71e11 handle_fasteoi_ack_irq +EXPORT_SYMBOL_GPL vmlinux 0x51c9a38e onboard_hub_create_pdevs +EXPORT_SYMBOL_GPL vmlinux 0x51cfb4c4 to_of_pinfo +EXPORT_SYMBOL_GPL vmlinux 0x51d13875 nf_hooks_lwtunnel_sysctl_handler +EXPORT_SYMBOL_GPL vmlinux 0x51de89d8 md_bitmap_resize +EXPORT_SYMBOL_GPL vmlinux 0x51e9496e xhci_init_driver +EXPORT_SYMBOL_GPL vmlinux 0x51f0d789 phy_get +EXPORT_SYMBOL_GPL vmlinux 0x51fc9a6d xenmem_reservation_decrease +EXPORT_SYMBOL_GPL vmlinux 0x5200eb1a mmput_async +EXPORT_SYMBOL_GPL vmlinux 0x520fa8b9 fsl_mc_bus_dpmac_type +EXPORT_SYMBOL_GPL vmlinux 0x5213612e fat_setattr +EXPORT_SYMBOL_GPL vmlinux 0x521d636a __traceiter_rpm_idle +EXPORT_SYMBOL_GPL vmlinux 0x5223e641 usb_hcd_setup_local_mem +EXPORT_SYMBOL_GPL vmlinux 0x52252316 clk_unregister_fixed_rate +EXPORT_SYMBOL_GPL vmlinux 0x52350326 badblocks_init +EXPORT_SYMBOL_GPL vmlinux 0x52363766 scsi_host_complete_all_commands +EXPORT_SYMBOL_GPL vmlinux 0x52431348 xenbus_transaction_start +EXPORT_SYMBOL_GPL vmlinux 0x524435b8 regcache_cache_only +EXPORT_SYMBOL_GPL vmlinux 0x524a5e87 ata_sas_port_resume +EXPORT_SYMBOL_GPL vmlinux 0x524b4f4d usb_alloc_dev +EXPORT_SYMBOL_GPL vmlinux 0x524e99ba pci_ecam_free +EXPORT_SYMBOL_GPL vmlinux 0x5250367c pci_cfg_access_trylock +EXPORT_SYMBOL_GPL vmlinux 0x525d0aa3 trace_seq_printf +EXPORT_SYMBOL_GPL vmlinux 0x52647db1 ct_idle_exit +EXPORT_SYMBOL_GPL vmlinux 0x526bcf2a wwan_port_get_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x526d66c8 pci_vfs_assigned +EXPORT_SYMBOL_GPL vmlinux 0x528f46cb attribute_container_classdev_to_container +EXPORT_SYMBOL_GPL vmlinux 0x52a00833 spi_slave_abort +EXPORT_SYMBOL_GPL vmlinux 0x52a530de blk_mq_freeze_queue_wait_timeout +EXPORT_SYMBOL_GPL vmlinux 0x52b1e3c7 pci_flags +EXPORT_SYMBOL_GPL vmlinux 0x52b7e52f synth_event_add_val +EXPORT_SYMBOL_GPL vmlinux 0x52c35e83 call_rcu_tasks_trace +EXPORT_SYMBOL_GPL vmlinux 0x52ca9a82 pci_rescan_bus +EXPORT_SYMBOL_GPL vmlinux 0x52ce2057 hv_setup_crash_handler +EXPORT_SYMBOL_GPL vmlinux 0x52d03d3c usb_free_urb +EXPORT_SYMBOL_GPL vmlinux 0x52d3ed1a ip_fib_metrics_init +EXPORT_SYMBOL_GPL vmlinux 0x52d54fce devlink_info_version_stored_put +EXPORT_SYMBOL_GPL vmlinux 0x52eddb69 raw_v6_hashinfo +EXPORT_SYMBOL_GPL vmlinux 0x52f6c36f led_classdev_resume +EXPORT_SYMBOL_GPL vmlinux 0x52fe4ab2 of_platform_populate +EXPORT_SYMBOL_GPL vmlinux 0x53012944 __tracepoint_rpm_resume +EXPORT_SYMBOL_GPL vmlinux 0x530e0b17 regulator_bulk_force_disable +EXPORT_SYMBOL_GPL vmlinux 0x53283d52 rio_add_device +EXPORT_SYMBOL_GPL vmlinux 0x532b788c srcu_barrier +EXPORT_SYMBOL_GPL vmlinux 0x532b90b5 kprobe_event_cmd_init +EXPORT_SYMBOL_GPL vmlinux 0x532eee17 regulator_list_voltage +EXPORT_SYMBOL_GPL vmlinux 0x5333554e mmu_interval_notifier_remove +EXPORT_SYMBOL_GPL vmlinux 0x5335a481 fsl_mc_bus_dprc_type +EXPORT_SYMBOL_GPL vmlinux 0x533aa242 cpufreq_dbs_governor_limits +EXPORT_SYMBOL_GPL vmlinux 0x534da14e regulator_desc_list_voltage_linear +EXPORT_SYMBOL_GPL vmlinux 0x535740d8 get_kernel_pages +EXPORT_SYMBOL_GPL vmlinux 0x5358864e devlink_fmsg_binary_pair_nest_end +EXPORT_SYMBOL_GPL vmlinux 0x535e76ca kobj_sysfs_ops +EXPORT_SYMBOL_GPL vmlinux 0x53630089 i2c_acpi_find_bus_speed +EXPORT_SYMBOL_GPL vmlinux 0x536d5884 blk_trace_setup +EXPORT_SYMBOL_GPL vmlinux 0x536ecf42 user_read +EXPORT_SYMBOL_GPL vmlinux 0x537252cf __SCK__tp_func_rpm_return_int +EXPORT_SYMBOL_GPL vmlinux 0x5372a24c tty_buffer_unlock_exclusive +EXPORT_SYMBOL_GPL vmlinux 0x538af421 sock_gen_put +EXPORT_SYMBOL_GPL vmlinux 0x538d073d phy_duplex_to_str +EXPORT_SYMBOL_GPL vmlinux 0x539e5c97 regmap_read +EXPORT_SYMBOL_GPL vmlinux 0x539fbaa4 meson_clk_mpll_ops +EXPORT_SYMBOL_GPL vmlinux 0x53a2abe7 dev_err_probe +EXPORT_SYMBOL_GPL vmlinux 0x53b295d2 ata_change_queue_depth +EXPORT_SYMBOL_GPL vmlinux 0x53c089f5 property_entries_dup +EXPORT_SYMBOL_GPL vmlinux 0x53d53d00 clone_private_mount +EXPORT_SYMBOL_GPL vmlinux 0x53d7c01e __traceiter_cpu_idle +EXPORT_SYMBOL_GPL vmlinux 0x53e4fe00 dma_alloc_noncontiguous +EXPORT_SYMBOL_GPL vmlinux 0x53e6d416 fuse_free_conn +EXPORT_SYMBOL_GPL vmlinux 0x53f30850 devm_acpi_dma_controller_free +EXPORT_SYMBOL_GPL vmlinux 0x53faee0f fat_search_long +EXPORT_SYMBOL_GPL vmlinux 0x53fbbc9f __traceiter_rpm_return_int +EXPORT_SYMBOL_GPL vmlinux 0x540dad0c rtc_set_alarm +EXPORT_SYMBOL_GPL vmlinux 0x541bd60a irq_work_run +EXPORT_SYMBOL_GPL vmlinux 0x54215db5 visitor64 +EXPORT_SYMBOL_GPL vmlinux 0x5442c443 dev_pm_qos_expose_latency_tolerance +EXPORT_SYMBOL_GPL vmlinux 0x545ddcb6 nf_ipv6_ops +EXPORT_SYMBOL_GPL vmlinux 0x54651f9b rhashtable_walk_next +EXPORT_SYMBOL_GPL vmlinux 0x546d6608 is_software_node +EXPORT_SYMBOL_GPL vmlinux 0x54788b46 nfct_btf_struct_access +EXPORT_SYMBOL_GPL vmlinux 0x549525ef handle_nested_irq +EXPORT_SYMBOL_GPL vmlinux 0x5495e62e bus_get_device_klist +EXPORT_SYMBOL_GPL vmlinux 0x549bb6f6 securityfs_create_dir +EXPORT_SYMBOL_GPL vmlinux 0x549faa1e meson_pinctrl_probe +EXPORT_SYMBOL_GPL vmlinux 0x54a25da2 qcom_smem_state_put +EXPORT_SYMBOL_GPL vmlinux 0x54a3a8ab __traceiter_attach_device_to_domain +EXPORT_SYMBOL_GPL vmlinux 0x54b0af33 __blkg_prfill_rwstat +EXPORT_SYMBOL_GPL vmlinux 0x54b7783a tcp_sendmsg_locked +EXPORT_SYMBOL_GPL vmlinux 0x54c66fd9 mmu_interval_notifier_insert_locked +EXPORT_SYMBOL_GPL vmlinux 0x54cee684 __tracepoint_ata_bmdma_start +EXPORT_SYMBOL_GPL vmlinux 0x54d591f3 icc_provider_init +EXPORT_SYMBOL_GPL vmlinux 0x54db4068 trace_event_buffer_reserve +EXPORT_SYMBOL_GPL vmlinux 0x54ef02be component_add +EXPORT_SYMBOL_GPL vmlinux 0x54ef41bb kvm_vcpu_halt +EXPORT_SYMBOL_GPL vmlinux 0x550f3e05 i2c_freq_mode_string +EXPORT_SYMBOL_GPL vmlinux 0x5519ae65 yield_to +EXPORT_SYMBOL_GPL vmlinux 0x55243f5e bpf_prog_select_runtime +EXPORT_SYMBOL_GPL vmlinux 0x5528049e screen_pos +EXPORT_SYMBOL_GPL vmlinux 0x5528543b vmap_pfn +EXPORT_SYMBOL_GPL vmlinux 0x5532702b sysfs_change_owner +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 0x555e705b sfp_add_phy +EXPORT_SYMBOL_GPL vmlinux 0x5564a7ea em_dev_register_perf_domain +EXPORT_SYMBOL_GPL vmlinux 0x5567bd00 inet_twsk_alloc +EXPORT_SYMBOL_GPL vmlinux 0x556e4390 clk_get_rate +EXPORT_SYMBOL_GPL vmlinux 0x557196d3 bus_register +EXPORT_SYMBOL_GPL vmlinux 0x55784228 regmap_irq_get_virq +EXPORT_SYMBOL_GPL vmlinux 0x557a9030 mtk_devm_alloc_clk_data +EXPORT_SYMBOL_GPL vmlinux 0x557a9257 dpbp_get_attributes +EXPORT_SYMBOL_GPL vmlinux 0x557e3b9e device_store_int +EXPORT_SYMBOL_GPL vmlinux 0x557f1d27 netdev_walk_all_lower_dev_rcu +EXPORT_SYMBOL_GPL vmlinux 0x557f9938 synth_event_gen_cmd_array_start +EXPORT_SYMBOL_GPL vmlinux 0x5597ea63 sk_set_memalloc +EXPORT_SYMBOL_GPL vmlinux 0x559d1b69 crypto_drop_spawn +EXPORT_SYMBOL_GPL vmlinux 0x55a53718 devlink_alloc_ns +EXPORT_SYMBOL_GPL vmlinux 0x55c76a23 ksys_sync_helper +EXPORT_SYMBOL_GPL vmlinux 0x55c9880c zynqmp_pm_release_node +EXPORT_SYMBOL_GPL vmlinux 0x55cda60d kernfs_path_from_node +EXPORT_SYMBOL_GPL vmlinux 0x55d91921 alloc_memory_type +EXPORT_SYMBOL_GPL vmlinux 0x55df4682 page_cache_ra_unbounded +EXPORT_SYMBOL_GPL vmlinux 0x55e2a099 gpiochip_remove_pin_ranges +EXPORT_SYMBOL_GPL vmlinux 0x55eecff4 bit_wait_io_timeout +EXPORT_SYMBOL_GPL vmlinux 0x55fb03e9 fsl_mc_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x56054c05 crypto_it_tab +EXPORT_SYMBOL_GPL vmlinux 0x56173654 pcap_set_ts_bits +EXPORT_SYMBOL_GPL vmlinux 0x561d013f task_active_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0x5624f826 power_supply_notifier +EXPORT_SYMBOL_GPL vmlinux 0x56256e8a orderly_poweroff +EXPORT_SYMBOL_GPL vmlinux 0x562e6046 __ip6_datagram_connect +EXPORT_SYMBOL_GPL vmlinux 0x56310925 regulator_mode_to_status +EXPORT_SYMBOL_GPL vmlinux 0x5633651a blk_stat_enable_accounting +EXPORT_SYMBOL_GPL vmlinux 0x5641485b tty_termios_encode_baud_rate +EXPORT_SYMBOL_GPL vmlinux 0x5644860f device_get_next_child_node +EXPORT_SYMBOL_GPL vmlinux 0x5647c615 irq_domain_create_hierarchy +EXPORT_SYMBOL_GPL vmlinux 0x56480d2a ata_sas_queuecmd +EXPORT_SYMBOL_GPL vmlinux 0x5650f966 usb_hcd_pci_probe +EXPORT_SYMBOL_GPL vmlinux 0x56519430 power_supply_property_is_writeable +EXPORT_SYMBOL_GPL vmlinux 0x565a194a dst_blackhole_redirect +EXPORT_SYMBOL_GPL vmlinux 0x566632e8 pci_epf_destroy +EXPORT_SYMBOL_GPL vmlinux 0x5668951b clk_hw_unregister_divider +EXPORT_SYMBOL_GPL vmlinux 0x56703d7a clk_register_fixed_rate +EXPORT_SYMBOL_GPL vmlinux 0x56805087 __tracepoint_udp_fail_queue_rcv_skb +EXPORT_SYMBOL_GPL vmlinux 0x569202d2 vp_modern_get_num_queues +EXPORT_SYMBOL_GPL vmlinux 0x56926153 fb_deferred_io_release +EXPORT_SYMBOL_GPL vmlinux 0x56937e3a nvdimm_region_delete +EXPORT_SYMBOL_GPL vmlinux 0x56963481 iomap_page_mkwrite +EXPORT_SYMBOL_GPL vmlinux 0x56a34e47 init_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0x56b26a0a __srcu_read_lock +EXPORT_SYMBOL_GPL vmlinux 0x56cdef26 ata_host_suspend +EXPORT_SYMBOL_GPL vmlinux 0x56d1e521 pci_epc_multi_mem_init +EXPORT_SYMBOL_GPL vmlinux 0x56d6f206 __hwspin_lock_timeout +EXPORT_SYMBOL_GPL vmlinux 0x56e6a58d fib6_check_nexthop +EXPORT_SYMBOL_GPL vmlinux 0x56e9103b cpu_pm_enter +EXPORT_SYMBOL_GPL vmlinux 0x56eee49b usb_hcd_platform_shutdown +EXPORT_SYMBOL_GPL vmlinux 0x56f23a0a fwnode_connection_find_match +EXPORT_SYMBOL_GPL vmlinux 0x56fbb130 no_hash_pointers +EXPORT_SYMBOL_GPL vmlinux 0x5700535d phylink_mii_c22_pcs_an_restart +EXPORT_SYMBOL_GPL vmlinux 0x570abcad regulator_get_linear_step +EXPORT_SYMBOL_GPL vmlinux 0x57296ceb generic_fh_to_parent +EXPORT_SYMBOL_GPL vmlinux 0x573070fa pci_num_vf +EXPORT_SYMBOL_GPL vmlinux 0x573c2939 crypto_alloc_ahash +EXPORT_SYMBOL_GPL vmlinux 0x5740f2c8 meson_clk_pll_ro_ops +EXPORT_SYMBOL_GPL vmlinux 0x5744e2fd __fscrypt_prepare_rename +EXPORT_SYMBOL_GPL vmlinux 0x574609c5 apei_exec_write_register_value +EXPORT_SYMBOL_GPL vmlinux 0x575bcc95 vp_legacy_get_status +EXPORT_SYMBOL_GPL vmlinux 0x57636a71 mmc_app_cmd +EXPORT_SYMBOL_GPL vmlinux 0x576891c2 phy_create_lookup +EXPORT_SYMBOL_GPL vmlinux 0x576dc847 tpm_chip_start +EXPORT_SYMBOL_GPL vmlinux 0x576e018d regulator_force_disable +EXPORT_SYMBOL_GPL vmlinux 0x57701522 device_register +EXPORT_SYMBOL_GPL vmlinux 0x57719632 gnttab_grant_foreign_access +EXPORT_SYMBOL_GPL vmlinux 0x57727285 phylink_ethtool_set_eee +EXPORT_SYMBOL_GPL vmlinux 0x5773b644 irq_domain_create_legacy +EXPORT_SYMBOL_GPL vmlinux 0x577a438a tegra210_clk_emc_detach +EXPORT_SYMBOL_GPL vmlinux 0x57819e3b devm_hwmon_device_register_with_info +EXPORT_SYMBOL_GPL vmlinux 0x578eeb4d hugetlb_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0x5790e7a0 pci_unlock_rescan_remove +EXPORT_SYMBOL_GPL vmlinux 0x579cb852 virtqueue_kick +EXPORT_SYMBOL_GPL vmlinux 0x579e0bf5 rtnl_unregister_all +EXPORT_SYMBOL_GPL vmlinux 0x579f4b68 device_match_any +EXPORT_SYMBOL_GPL vmlinux 0x57ae1b86 mmc_regulator_get_supply +EXPORT_SYMBOL_GPL vmlinux 0x57b63e2c devm_of_icc_get +EXPORT_SYMBOL_GPL vmlinux 0x57bc66b4 pci_set_host_bridge_release +EXPORT_SYMBOL_GPL vmlinux 0x57c89266 rio_release_outb_dbell +EXPORT_SYMBOL_GPL vmlinux 0x57c8b8c6 iommu_get_domain_for_dev_pasid +EXPORT_SYMBOL_GPL vmlinux 0x57d4050a xhci_get_endpoint_index +EXPORT_SYMBOL_GPL vmlinux 0x57d6b284 acpi_match_device +EXPORT_SYMBOL_GPL vmlinux 0x57dc4851 mas_erase +EXPORT_SYMBOL_GPL vmlinux 0x57f576b9 mpi_ec_curve_point +EXPORT_SYMBOL_GPL vmlinux 0x580355ce of_get_fb_videomode +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 0x58426469 gpiod_set_config +EXPORT_SYMBOL_GPL vmlinux 0x58610377 irq_domain_create_sim +EXPORT_SYMBOL_GPL vmlinux 0x58636e34 fscrypt_set_bio_crypt_ctx_bh +EXPORT_SYMBOL_GPL vmlinux 0x5868ef9e irq_domain_get_irq_data +EXPORT_SYMBOL_GPL vmlinux 0x586bfc8a alarm_restart +EXPORT_SYMBOL_GPL vmlinux 0x58711192 virtio_check_driver_offered_feature +EXPORT_SYMBOL_GPL vmlinux 0x58798a0e __skb_zcopy_downgrade_managed +EXPORT_SYMBOL_GPL vmlinux 0x5879a27d sfp_get_module_info +EXPORT_SYMBOL_GPL vmlinux 0x5882339a devm_clk_hw_register_fixed_factor_index +EXPORT_SYMBOL_GPL vmlinux 0x589a5732 debugfs_create_x8 +EXPORT_SYMBOL_GPL vmlinux 0x58ab6b6b pm_clk_remove_clk +EXPORT_SYMBOL_GPL vmlinux 0x58afc2ac tcp_plb_update_state_upon_rto +EXPORT_SYMBOL_GPL vmlinux 0x58b0e965 request_firmware_direct +EXPORT_SYMBOL_GPL vmlinux 0x58b105aa __auxiliary_driver_register +EXPORT_SYMBOL_GPL vmlinux 0x58d068a0 md_find_rdev_nr_rcu +EXPORT_SYMBOL_GPL vmlinux 0x58db1176 ata_xfer_mode2shift +EXPORT_SYMBOL_GPL vmlinux 0x58db16aa xhci_shutdown +EXPORT_SYMBOL_GPL vmlinux 0x58def6ca sfp_module_remove +EXPORT_SYMBOL_GPL vmlinux 0x58df8070 sata_pmp_qc_defer_cmd_switch +EXPORT_SYMBOL_GPL vmlinux 0x58e14f15 HYPERVISOR_event_channel_op +EXPORT_SYMBOL_GPL vmlinux 0x58e3bb8c ata_sff_prereset +EXPORT_SYMBOL_GPL vmlinux 0x58f2b59f extcon_dev_free +EXPORT_SYMBOL_GPL vmlinux 0x58f9c68d mptcp_token_iter_next +EXPORT_SYMBOL_GPL vmlinux 0x58fa50c0 __traceiter_rwmmio_write +EXPORT_SYMBOL_GPL vmlinux 0x58fbff8e cros_ec_get_sensor_count +EXPORT_SYMBOL_GPL vmlinux 0x58fc7a57 device_get_phy_mode +EXPORT_SYMBOL_GPL vmlinux 0x58fcf84a inet_send_prepare +EXPORT_SYMBOL_GPL vmlinux 0x5917b7a7 pm_wakeup_dev_event +EXPORT_SYMBOL_GPL vmlinux 0x591bf35e param_ops_bool_enable_only +EXPORT_SYMBOL_GPL vmlinux 0x5924d367 device_remove_groups +EXPORT_SYMBOL_GPL vmlinux 0x592ae928 debugfs_create_atomic_t +EXPORT_SYMBOL_GPL vmlinux 0x5936bb29 serial8250_em485_config +EXPORT_SYMBOL_GPL vmlinux 0x594b1ee0 badblocks_set +EXPORT_SYMBOL_GPL vmlinux 0x594c9f1c register_nvdimm_pmu +EXPORT_SYMBOL_GPL vmlinux 0x5951a9cb shmem_file_setup +EXPORT_SYMBOL_GPL vmlinux 0x5952c9b5 usb_of_get_companion_dev +EXPORT_SYMBOL_GPL vmlinux 0x5957cddb zs_lookup_class_index +EXPORT_SYMBOL_GPL vmlinux 0x595ae461 dax_zero_range +EXPORT_SYMBOL_GPL vmlinux 0x59732e26 __udp6_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0x5983cb6f hvc_instantiate +EXPORT_SYMBOL_GPL vmlinux 0x5986d190 kdb_printf +EXPORT_SYMBOL_GPL vmlinux 0x59b063ba start_poll_synchronize_rcu_expedited_full +EXPORT_SYMBOL_GPL vmlinux 0x59b23aae rio_inb_pwrite_handler +EXPORT_SYMBOL_GPL vmlinux 0x59b2adbf input_ff_effect_from_user +EXPORT_SYMBOL_GPL vmlinux 0x59c43dc9 __traceiter_non_standard_event +EXPORT_SYMBOL_GPL vmlinux 0x59c5e8aa led_init_default_state_get +EXPORT_SYMBOL_GPL vmlinux 0x59cb5609 register_pernet_subsys +EXPORT_SYMBOL_GPL vmlinux 0x59e0695d phylink_speed_down +EXPORT_SYMBOL_GPL vmlinux 0x59e640c0 halt_poll_ns +EXPORT_SYMBOL_GPL vmlinux 0x59ecdff3 sprd_pinctrl_shutdown +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 0x5a029ab7 gen10g_config_aneg +EXPORT_SYMBOL_GPL vmlinux 0x5a0c61ab devm_bitmap_zalloc +EXPORT_SYMBOL_GPL vmlinux 0x5a12e60c __SCK__tp_func_sched_update_nr_running_tp +EXPORT_SYMBOL_GPL vmlinux 0x5a158ab1 devm_pm_opp_of_add_table_indexed +EXPORT_SYMBOL_GPL vmlinux 0x5a1d134a rcu_momentary_dyntick_idle +EXPORT_SYMBOL_GPL vmlinux 0x5a229368 arch_apei_enable_cmcff +EXPORT_SYMBOL_GPL vmlinux 0x5a345f88 gfn_to_pfn +EXPORT_SYMBOL_GPL vmlinux 0x5a3c5f03 skcipher_walk_done +EXPORT_SYMBOL_GPL vmlinux 0x5a49dbc9 timerqueue_del +EXPORT_SYMBOL_GPL vmlinux 0x5a6cdb52 nf_ct_zone_dflt +EXPORT_SYMBOL_GPL vmlinux 0x5a7bfe41 crypto_probing_notify +EXPORT_SYMBOL_GPL vmlinux 0x5a88c154 irq_gc_ack_set_bit +EXPORT_SYMBOL_GPL vmlinux 0x5a9e9353 inet_ehash_nolisten +EXPORT_SYMBOL_GPL vmlinux 0x5aa70984 acpi_reduced_hardware +EXPORT_SYMBOL_GPL vmlinux 0x5ab09745 edac_get_owner +EXPORT_SYMBOL_GPL vmlinux 0x5acd2604 device_property_read_string +EXPORT_SYMBOL_GPL vmlinux 0x5ad9d87f devfreq_event_enable_edev +EXPORT_SYMBOL_GPL vmlinux 0x5ae74577 gpiochip_generic_config +EXPORT_SYMBOL_GPL vmlinux 0x5af78949 gpiod_get_index +EXPORT_SYMBOL_GPL vmlinux 0x5b0c3d68 tcp_get_syncookie_mss +EXPORT_SYMBOL_GPL vmlinux 0x5b0e4542 fwnode_get_next_available_child_node +EXPORT_SYMBOL_GPL vmlinux 0x5b19240b dev_nit_active +EXPORT_SYMBOL_GPL vmlinux 0x5b21ceff ring_buffer_iter_peek +EXPORT_SYMBOL_GPL vmlinux 0x5b243bf6 rio_del_device +EXPORT_SYMBOL_GPL vmlinux 0x5b26855f irq_create_mapping_affinity +EXPORT_SYMBOL_GPL vmlinux 0x5b2be841 device_set_wakeup_capable +EXPORT_SYMBOL_GPL vmlinux 0x5b31e74d __irq_domain_add +EXPORT_SYMBOL_GPL vmlinux 0x5b46464d posix_acl_create +EXPORT_SYMBOL_GPL vmlinux 0x5b50df02 irq_chip_set_wake_parent +EXPORT_SYMBOL_GPL vmlinux 0x5b6a9a7e devm_spi_mem_dirmap_create +EXPORT_SYMBOL_GPL vmlinux 0x5b6b0329 swiotlb_max_segment +EXPORT_SYMBOL_GPL vmlinux 0x5b7dea4d crypto_unregister_templates +EXPORT_SYMBOL_GPL vmlinux 0x5b8b2b78 spi_write_then_read +EXPORT_SYMBOL_GPL vmlinux 0x5b91e2d2 percpu_down_write +EXPORT_SYMBOL_GPL vmlinux 0x5b96df68 of_get_regulator_init_data +EXPORT_SYMBOL_GPL vmlinux 0x5ba9c87f blk_crypto_keyslot_index +EXPORT_SYMBOL_GPL vmlinux 0x5bbd7705 relay_flush +EXPORT_SYMBOL_GPL vmlinux 0x5bbe8a6d pci_aer_clear_nonfatal_status +EXPORT_SYMBOL_GPL vmlinux 0x5bc950fe regulator_irq_helper_cancel +EXPORT_SYMBOL_GPL vmlinux 0x5bcc0df7 ata_dev_classify +EXPORT_SYMBOL_GPL vmlinux 0x5bcd53fd phy_power_on +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 0x5be02924 __dma_request_channel +EXPORT_SYMBOL_GPL vmlinux 0x5beb67a7 devfreq_event_get_event +EXPORT_SYMBOL_GPL vmlinux 0x5bfa16ab unregister_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0x5c070f62 cper_mem_err_status_str +EXPORT_SYMBOL_GPL vmlinux 0x5c082b80 crypto_grab_aead +EXPORT_SYMBOL_GPL vmlinux 0x5c0eaf31 acpi_dev_resource_interrupt +EXPORT_SYMBOL_GPL vmlinux 0x5c0f77ce HYPERVISOR_platform_op_raw +EXPORT_SYMBOL_GPL vmlinux 0x5c1fda78 led_sysfs_disable +EXPORT_SYMBOL_GPL vmlinux 0x5c20c182 ahci_error_handler +EXPORT_SYMBOL_GPL vmlinux 0x5c225014 pci_dev_run_wake +EXPORT_SYMBOL_GPL vmlinux 0x5c24e764 acpiphp_unregister_attention +EXPORT_SYMBOL_GPL vmlinux 0x5c2f1546 devlink_sb_register +EXPORT_SYMBOL_GPL vmlinux 0x5c31bd8b gpiochip_find +EXPORT_SYMBOL_GPL vmlinux 0x5c3bbd06 __SCK__tp_func_mc_event +EXPORT_SYMBOL_GPL vmlinux 0x5c4490ea __spi_alloc_controller +EXPORT_SYMBOL_GPL vmlinux 0x5c485cc6 ata_host_activate +EXPORT_SYMBOL_GPL vmlinux 0x5c5a1b16 tick_broadcast_control +EXPORT_SYMBOL_GPL vmlinux 0x5c688d7f of_console_check +EXPORT_SYMBOL_GPL vmlinux 0x5c6c13d3 make_device_exclusive_range +EXPORT_SYMBOL_GPL vmlinux 0x5c729e90 pm_genpd_opp_to_performance_state +EXPORT_SYMBOL_GPL vmlinux 0x5c77246c xenbus_probe_node +EXPORT_SYMBOL_GPL vmlinux 0x5c7f5d2b dev_pm_opp_find_level_ceil +EXPORT_SYMBOL_GPL vmlinux 0x5c82016e __SCK__tp_func_napi_poll +EXPORT_SYMBOL_GPL vmlinux 0x5c87fc26 xenbus_frontend_closed +EXPORT_SYMBOL_GPL vmlinux 0x5c8e074c blk_mq_quiesce_queue_nowait +EXPORT_SYMBOL_GPL vmlinux 0x5ca44eec bpf_event_output +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 0x5ccc2884 blk_clear_pm_only +EXPORT_SYMBOL_GPL vmlinux 0x5cede0a7 xdp_flush_frame_bulk +EXPORT_SYMBOL_GPL vmlinux 0x5cfff30f fat_attach +EXPORT_SYMBOL_GPL vmlinux 0x5d036cd8 tty_port_tty_hangup +EXPORT_SYMBOL_GPL vmlinux 0x5d0c4dcc phylink_speed_up +EXPORT_SYMBOL_GPL vmlinux 0x5d17148b apei_write +EXPORT_SYMBOL_GPL vmlinux 0x5d26734e ata_link_offline +EXPORT_SYMBOL_GPL vmlinux 0x5d2aa5fb rhashtable_walk_peek +EXPORT_SYMBOL_GPL vmlinux 0x5d2bc42a reset_control_rearm +EXPORT_SYMBOL_GPL vmlinux 0x5d3b5466 iommu_group_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0x5d51a417 devfreq_cooling_register +EXPORT_SYMBOL_GPL vmlinux 0x5d5d031d phy_set_media +EXPORT_SYMBOL_GPL vmlinux 0x5d6150a7 synth_event_trace +EXPORT_SYMBOL_GPL vmlinux 0x5d688c3c __blk_req_zone_write_unlock +EXPORT_SYMBOL_GPL vmlinux 0x5d72d975 smpboot_unregister_percpu_thread +EXPORT_SYMBOL_GPL vmlinux 0x5d7646ce pci_user_write_config_word +EXPORT_SYMBOL_GPL vmlinux 0x5d7bfa38 md_stop_writes +EXPORT_SYMBOL_GPL vmlinux 0x5d8476d3 bpf_sk_storage_diag_alloc +EXPORT_SYMBOL_GPL vmlinux 0x5d95180f crypto_aead_decrypt +EXPORT_SYMBOL_GPL vmlinux 0x5da2d0e2 __traceiter_devlink_hwerr +EXPORT_SYMBOL_GPL vmlinux 0x5da619dc synth_event_trace_end +EXPORT_SYMBOL_GPL vmlinux 0x5da67adc zs_compact +EXPORT_SYMBOL_GPL vmlinux 0x5db0ca3b sdio_readsb +EXPORT_SYMBOL_GPL vmlinux 0x5dc12a2f debugfs_write_file_bool +EXPORT_SYMBOL_GPL vmlinux 0x5dc19747 phylink_mii_c22_pcs_encode_advertisement +EXPORT_SYMBOL_GPL vmlinux 0x5dc29818 sysfs_create_mount_point +EXPORT_SYMBOL_GPL vmlinux 0x5de06d63 srcu_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x5de412cd k3_ringacc_ring_push +EXPORT_SYMBOL_GPL vmlinux 0x5df6f5d0 clean_record_shared_mapping_range +EXPORT_SYMBOL_GPL vmlinux 0x5e173309 cpu_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0x5e2c13df mtk_clk_register_cpumuxes +EXPORT_SYMBOL_GPL vmlinux 0x5e38e9fe meson_vid_pll_div_ro_ops +EXPORT_SYMBOL_GPL vmlinux 0x5e515be6 ktime_get_ts64 +EXPORT_SYMBOL_GPL vmlinux 0x5e560042 dpcon_set_notification +EXPORT_SYMBOL_GPL vmlinux 0x5e5c1e50 irq_domain_associate_many +EXPORT_SYMBOL_GPL vmlinux 0x5e62cfef acpiphp_register_attention +EXPORT_SYMBOL_GPL vmlinux 0x5e64bae8 sk_msg_return +EXPORT_SYMBOL_GPL vmlinux 0x5e76bb57 k3_ringacc_ring_get_size +EXPORT_SYMBOL_GPL vmlinux 0x5e798ffb divider_get_val +EXPORT_SYMBOL_GPL vmlinux 0x5e838072 sata_scr_valid +EXPORT_SYMBOL_GPL vmlinux 0x5e85415b ring_buffer_consume +EXPORT_SYMBOL_GPL vmlinux 0x5e9419a4 usb_hub_release_port +EXPORT_SYMBOL_GPL vmlinux 0x5e95856a l3mdev_link_scope_lookup +EXPORT_SYMBOL_GPL vmlinux 0x5ea1f455 mtk_mutex_get +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 0x5eb59114 crypto_stats_aead_encrypt +EXPORT_SYMBOL_GPL vmlinux 0x5ec2319a mtk_mutex_unprepare +EXPORT_SYMBOL_GPL vmlinux 0x5ecdcf90 ti_sci_get_free_resource +EXPORT_SYMBOL_GPL vmlinux 0x5ed203ff pm_generic_thaw +EXPORT_SYMBOL_GPL vmlinux 0x5edaabf6 pci_hp_add +EXPORT_SYMBOL_GPL vmlinux 0x5edc966d perf_trace_run_bpf_submit +EXPORT_SYMBOL_GPL vmlinux 0x5edcda27 dm_post_suspending +EXPORT_SYMBOL_GPL vmlinux 0x5edf9fc6 tegra_xusb_padctl_legacy_remove +EXPORT_SYMBOL_GPL vmlinux 0x5ee2aa12 list_lru_count_node +EXPORT_SYMBOL_GPL vmlinux 0x5efbe279 __devm_regmap_init +EXPORT_SYMBOL_GPL vmlinux 0x5f01d580 pinctrl_force_sleep +EXPORT_SYMBOL_GPL vmlinux 0x5f0dcda3 switchdev_port_attr_set +EXPORT_SYMBOL_GPL vmlinux 0x5f16a4ba k3_ringacc_ring_cfg +EXPORT_SYMBOL_GPL vmlinux 0x5f1f697c of_dma_request_slave_channel +EXPORT_SYMBOL_GPL vmlinux 0x5f23e3fa insert_resource +EXPORT_SYMBOL_GPL vmlinux 0x5f2aad8f of_irq_parse_raw +EXPORT_SYMBOL_GPL vmlinux 0x5f2d011f get_device_system_crosststamp +EXPORT_SYMBOL_GPL vmlinux 0x5f3bafa5 scmi_driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0x5f4583e8 nvdimm_provider_data +EXPORT_SYMBOL_GPL vmlinux 0x5f4af298 fuse_do_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x5f4f94a5 ata_sff_dma_pause +EXPORT_SYMBOL_GPL vmlinux 0x5f5efea0 blk_queue_can_use_dma_map_merging +EXPORT_SYMBOL_GPL vmlinux 0x5f66fdf0 gpiochip_irq_map +EXPORT_SYMBOL_GPL vmlinux 0x5f6c7edd securityfs_remove +EXPORT_SYMBOL_GPL vmlinux 0x5f6f1e9e dax_get_private +EXPORT_SYMBOL_GPL vmlinux 0x5f727c92 xfrm_bpf_md_dst +EXPORT_SYMBOL_GPL vmlinux 0x5f79cac6 dprc_set_obj_irq +EXPORT_SYMBOL_GPL vmlinux 0x5f8d3f24 devlink_param_driverinit_value_set +EXPORT_SYMBOL_GPL vmlinux 0x5f969749 perf_aux_output_skip +EXPORT_SYMBOL_GPL vmlinux 0x5fa625ed mpi_ec_mul_point +EXPORT_SYMBOL_GPL vmlinux 0x5fb8848b halt_poll_ns_grow_start +EXPORT_SYMBOL_GPL vmlinux 0x5fc402b3 acomp_request_free +EXPORT_SYMBOL_GPL vmlinux 0x5fdfcd57 __tracepoint_pelt_thermal_tp +EXPORT_SYMBOL_GPL vmlinux 0x5fe9c08d crypto_unregister_kpp +EXPORT_SYMBOL_GPL vmlinux 0x5fefe7a5 irq_chip_mask_parent +EXPORT_SYMBOL_GPL vmlinux 0x5ff10933 irq_domain_remove +EXPORT_SYMBOL_GPL vmlinux 0x5ff580c4 acpi_device_uevent_modalias +EXPORT_SYMBOL_GPL vmlinux 0x60091316 clk_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0x60238ad4 rio_mport_get_efb +EXPORT_SYMBOL_GPL vmlinux 0x603d0d51 acpi_os_map_iomem +EXPORT_SYMBOL_GPL vmlinux 0x60434b89 clk_hw_register_fractional_divider +EXPORT_SYMBOL_GPL vmlinux 0x60442822 phys_to_mach +EXPORT_SYMBOL_GPL vmlinux 0x604722fd devices_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0x605d5bfa cache_line_size +EXPORT_SYMBOL_GPL vmlinux 0x606b4aba devlink_linecard_provision_set +EXPORT_SYMBOL_GPL vmlinux 0x6079e69c iommu_detach_group +EXPORT_SYMBOL_GPL vmlinux 0x607acc85 rio_unregister_scan +EXPORT_SYMBOL_GPL vmlinux 0x607c4683 devlink_info_version_fixed_put +EXPORT_SYMBOL_GPL vmlinux 0x607e5518 pm_generic_resume_early +EXPORT_SYMBOL_GPL vmlinux 0x60849094 bpf_trace_run2 +EXPORT_SYMBOL_GPL vmlinux 0x60880f14 regulator_set_voltage_sel_pickable_regmap +EXPORT_SYMBOL_GPL vmlinux 0x608d25d6 __xas_prev +EXPORT_SYMBOL_GPL vmlinux 0x608d430b cpuidle_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x6091797f synchronize_rcu +EXPORT_SYMBOL_GPL vmlinux 0x6094ba0f inverse_translate +EXPORT_SYMBOL_GPL vmlinux 0x6099cc08 xfrm_local_error +EXPORT_SYMBOL_GPL vmlinux 0x609ccda0 umd_cleanup_helper +EXPORT_SYMBOL_GPL vmlinux 0x60a13e90 rcu_barrier +EXPORT_SYMBOL_GPL vmlinux 0x60a32ea9 pm_power_off +EXPORT_SYMBOL_GPL vmlinux 0x60a42d0d relay_open +EXPORT_SYMBOL_GPL vmlinux 0x60ae0922 power_supply_vbat2ri +EXPORT_SYMBOL_GPL vmlinux 0x60b86a26 cpufreq_cpu_put +EXPORT_SYMBOL_GPL vmlinux 0x60cba5a7 acpi_pm_set_device_wakeup +EXPORT_SYMBOL_GPL vmlinux 0x60ccec14 altr_sysmgr_regmap_lookup_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0x60cff7df irq_domain_reset_irq_data +EXPORT_SYMBOL_GPL vmlinux 0x60d6d192 gpiod_get_array_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x60dc9b8e devm_clk_hw_get_clk +EXPORT_SYMBOL_GPL vmlinux 0x60df0c91 power_supply_class +EXPORT_SYMBOL_GPL vmlinux 0x60e8bcf8 iov_iter_get_pages_alloc +EXPORT_SYMBOL_GPL vmlinux 0x60ebc96f ring_buffer_read_prepare +EXPORT_SYMBOL_GPL vmlinux 0x60f720df iommu_unmap +EXPORT_SYMBOL_GPL vmlinux 0x60f99e1b cppc_set_perf +EXPORT_SYMBOL_GPL vmlinux 0x60fbd6b5 led_trigger_register_simple +EXPORT_SYMBOL_GPL vmlinux 0x611cfa85 klist_add_tail +EXPORT_SYMBOL_GPL vmlinux 0x6122f247 pci_dev_trylock +EXPORT_SYMBOL_GPL vmlinux 0x6129fb93 sfp_remove_phy +EXPORT_SYMBOL_GPL vmlinux 0x612bfd89 errno_to_blk_status +EXPORT_SYMBOL_GPL vmlinux 0x612cb07a powercap_unregister_control_type +EXPORT_SYMBOL_GPL vmlinux 0x6137b595 sync_blockdev_nowait +EXPORT_SYMBOL_GPL vmlinux 0x61400a7c blk_rq_is_poll +EXPORT_SYMBOL_GPL vmlinux 0x6141343c ata_sas_port_start +EXPORT_SYMBOL_GPL vmlinux 0x61429138 devm_clk_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0x614682f7 dpcon_open +EXPORT_SYMBOL_GPL vmlinux 0x614762bd rio_release_inb_pwrite +EXPORT_SYMBOL_GPL vmlinux 0x614adcb7 of_overlay_remove_all +EXPORT_SYMBOL_GPL vmlinux 0x615769bd amba_device_alloc +EXPORT_SYMBOL_GPL vmlinux 0x6161fcd0 tcp_reno_ssthresh +EXPORT_SYMBOL_GPL vmlinux 0x6165d4d4 fsverity_verify_bio +EXPORT_SYMBOL_GPL vmlinux 0x617175b2 pinctrl_dev_get_devname +EXPORT_SYMBOL_GPL vmlinux 0x6181e79f timerqueue_add +EXPORT_SYMBOL_GPL vmlinux 0x6191b159 rockchip_clk_register_armclk +EXPORT_SYMBOL_GPL vmlinux 0x6198dfea __ring_buffer_alloc +EXPORT_SYMBOL_GPL vmlinux 0x6199ad5d crypto_has_skcipher +EXPORT_SYMBOL_GPL vmlinux 0x619d2eca acpi_gpio_get_irq_resource +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 0x61d09e08 md_run +EXPORT_SYMBOL_GPL vmlinux 0x61ec3e9d of_dma_xlate_by_chan_id +EXPORT_SYMBOL_GPL vmlinux 0x61f67c92 phy_gbit_features_array +EXPORT_SYMBOL_GPL vmlinux 0x620184fc dm_per_bio_data +EXPORT_SYMBOL_GPL vmlinux 0x6206c6df vcap_rule_add_key_u48 +EXPORT_SYMBOL_GPL vmlinux 0x62104126 phylink_ethtool_set_wol +EXPORT_SYMBOL_GPL vmlinux 0x6224ff6e ipv6_icmp_error +EXPORT_SYMBOL_GPL vmlinux 0x6228ebb4 dev_pm_opp_set_config +EXPORT_SYMBOL_GPL vmlinux 0x622c7922 register_oom_notifier +EXPORT_SYMBOL_GPL vmlinux 0x62377a7b blk_io_schedule +EXPORT_SYMBOL_GPL vmlinux 0x6237ce35 __account_locked_vm +EXPORT_SYMBOL_GPL vmlinux 0x6237f28a power_supply_get_property +EXPORT_SYMBOL_GPL vmlinux 0x6246a629 synchronize_rcu_tasks_trace +EXPORT_SYMBOL_GPL vmlinux 0x6247966f static_dev_dax +EXPORT_SYMBOL_GPL vmlinux 0x62497a35 devl_dpipe_headers_register +EXPORT_SYMBOL_GPL vmlinux 0x624eb85a acpi_dev_suspend +EXPORT_SYMBOL_GPL vmlinux 0x6257dda7 clk_rate_exclusive_get +EXPORT_SYMBOL_GPL vmlinux 0x6259d291 clk_restore_context +EXPORT_SYMBOL_GPL vmlinux 0x6260a182 crypto_register_alg +EXPORT_SYMBOL_GPL vmlinux 0x62684024 max8997_write_reg +EXPORT_SYMBOL_GPL vmlinux 0x628a019b gpiod_count +EXPORT_SYMBOL_GPL vmlinux 0x628f0ee0 dev_pm_opp_disable +EXPORT_SYMBOL_GPL vmlinux 0x62ac8903 usb_disable_autosuspend +EXPORT_SYMBOL_GPL vmlinux 0x62ad1452 usb_mon_register +EXPORT_SYMBOL_GPL vmlinux 0x62ae4581 pktgen_xfrm_outer_mode_output +EXPORT_SYMBOL_GPL vmlinux 0x62bb09bf clocks_calc_mult_shift +EXPORT_SYMBOL_GPL vmlinux 0x62c980e4 ata_sas_tport_add +EXPORT_SYMBOL_GPL vmlinux 0x62cfb537 virtqueue_get_used_addr +EXPORT_SYMBOL_GPL vmlinux 0x62e4887c crypto_shash_finup +EXPORT_SYMBOL_GPL vmlinux 0x62ea0659 spi_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x62fd24e8 usb_alloc_coherent +EXPORT_SYMBOL_GPL vmlinux 0x63013f14 inet6_lookup +EXPORT_SYMBOL_GPL vmlinux 0x630a5e32 platform_device_del +EXPORT_SYMBOL_GPL vmlinux 0x63150e06 clk_get_parent +EXPORT_SYMBOL_GPL vmlinux 0x63197685 s2idle_wake +EXPORT_SYMBOL_GPL vmlinux 0x6326f036 devm_blk_crypto_profile_init +EXPORT_SYMBOL_GPL vmlinux 0x6327b327 hwmon_device_register_with_groups +EXPORT_SYMBOL_GPL vmlinux 0x634b9d42 __SCK__tp_func_block_unplug +EXPORT_SYMBOL_GPL vmlinux 0x6367fcc1 dpbp_reset +EXPORT_SYMBOL_GPL vmlinux 0x6381f64b mdiobus_modify +EXPORT_SYMBOL_GPL vmlinux 0x638aff11 proc_douintvec_minmax +EXPORT_SYMBOL_GPL vmlinux 0x6390c8aa pcie_update_link_speed +EXPORT_SYMBOL_GPL vmlinux 0x6391cc08 ip6_local_out +EXPORT_SYMBOL_GPL vmlinux 0x63af05be irq_alloc_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0x63bf0202 serdev_device_set_tiocm +EXPORT_SYMBOL_GPL vmlinux 0x63c08029 clk_bulk_unprepare +EXPORT_SYMBOL_GPL vmlinux 0x63c2777f divider_ro_determine_rate +EXPORT_SYMBOL_GPL vmlinux 0x63c586e6 md_find_rdev_rcu +EXPORT_SYMBOL_GPL vmlinux 0x63cc7a0f __traceiter_block_unplug +EXPORT_SYMBOL_GPL vmlinux 0x63e2e412 extcon_dev_unregister +EXPORT_SYMBOL_GPL vmlinux 0x63ea80b3 cper_mem_err_type_str +EXPORT_SYMBOL_GPL vmlinux 0x63eb2994 debugfs_create_u16 +EXPORT_SYMBOL_GPL vmlinux 0x63f41673 software_node_fwnode +EXPORT_SYMBOL_GPL vmlinux 0x63f6e9ae platform_device_add +EXPORT_SYMBOL_GPL vmlinux 0x63f83739 iommu_group_add_device +EXPORT_SYMBOL_GPL vmlinux 0x63fa51b7 phylink_create +EXPORT_SYMBOL_GPL vmlinux 0x6411a04f inet6_hash +EXPORT_SYMBOL_GPL vmlinux 0x641b8096 folio_wait_stable +EXPORT_SYMBOL_GPL vmlinux 0x642378de sock_diag_put_meminfo +EXPORT_SYMBOL_GPL vmlinux 0x6427572b tegra210_clk_emc_dll_enable +EXPORT_SYMBOL_GPL vmlinux 0x642a3962 genphy_c45_read_link +EXPORT_SYMBOL_GPL vmlinux 0x642a4fd0 mmu_notifier_put +EXPORT_SYMBOL_GPL vmlinux 0x6430f03b imx_pinconf_get_scu +EXPORT_SYMBOL_GPL vmlinux 0x6433fd7e sdev_evt_send_simple +EXPORT_SYMBOL_GPL vmlinux 0x643b06b0 zynqmp_pm_clock_setrate +EXPORT_SYMBOL_GPL vmlinux 0x643c8a85 io_cgrp_subsys +EXPORT_SYMBOL_GPL vmlinux 0x643dd284 xfrm_dev_resume +EXPORT_SYMBOL_GPL vmlinux 0x64569bbf da9052_adc_manual_read +EXPORT_SYMBOL_GPL vmlinux 0x64609d25 __tracepoint_devlink_trap_report +EXPORT_SYMBOL_GPL vmlinux 0x64673d84 of_pm_clk_add_clks +EXPORT_SYMBOL_GPL vmlinux 0x646fbea2 ahci_platform_resume_host +EXPORT_SYMBOL_GPL vmlinux 0x64711fae pci_common_swizzle +EXPORT_SYMBOL_GPL vmlinux 0x64719a69 dbs_update +EXPORT_SYMBOL_GPL vmlinux 0x6474bca3 rio_mport_get_physefb +EXPORT_SYMBOL_GPL vmlinux 0x647537f3 pl320_ipc_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x64763432 pci_hp_deregister +EXPORT_SYMBOL_GPL vmlinux 0x6478bd62 regcache_drop_region +EXPORT_SYMBOL_GPL vmlinux 0x647e9cae filemap_read +EXPORT_SYMBOL_GPL vmlinux 0x6489926a gpiod_set_transitory +EXPORT_SYMBOL_GPL vmlinux 0x648aa60f xfrm_audit_state_notfound +EXPORT_SYMBOL_GPL vmlinux 0x648dfc82 list_lru_add +EXPORT_SYMBOL_GPL vmlinux 0x648f59a9 sfp_module_insert +EXPORT_SYMBOL_GPL vmlinux 0x64a1a5ce phylink_decode_usxgmii_word +EXPORT_SYMBOL_GPL vmlinux 0x64a1a9aa thermal_remove_hwmon_sysfs +EXPORT_SYMBOL_GPL vmlinux 0x64a31445 mutex_lock_io +EXPORT_SYMBOL_GPL vmlinux 0x64a4aed1 vcap_set_tc_exterr +EXPORT_SYMBOL_GPL vmlinux 0x64c01aac kset_find_obj +EXPORT_SYMBOL_GPL vmlinux 0x64dfcd21 of_get_videomode +EXPORT_SYMBOL_GPL vmlinux 0x64e27c4f synth_event_delete +EXPORT_SYMBOL_GPL vmlinux 0x64e41845 netdev_walk_all_upper_dev_rcu +EXPORT_SYMBOL_GPL vmlinux 0x64e7c712 serial8250_do_set_divisor +EXPORT_SYMBOL_GPL vmlinux 0x64f36620 dax_flush +EXPORT_SYMBOL_GPL vmlinux 0x64f74abf __tracepoint_pelt_cfs_tp +EXPORT_SYMBOL_GPL vmlinux 0x6502d9c2 xenbus_scanf +EXPORT_SYMBOL_GPL vmlinux 0x65071550 driver_remove_file +EXPORT_SYMBOL_GPL vmlinux 0x651d10e5 ktime_get_tai_fast_ns +EXPORT_SYMBOL_GPL vmlinux 0x6531a37f mpi_add +EXPORT_SYMBOL_GPL vmlinux 0x653737aa gpiod_disable_hw_timestamp_ns +EXPORT_SYMBOL_GPL vmlinux 0x653a4534 __rio_local_write_config_32 +EXPORT_SYMBOL_GPL vmlinux 0x653cabba __pm_runtime_use_autosuspend +EXPORT_SYMBOL_GPL vmlinux 0x6545268e __tracepoint_neigh_cleanup_and_release +EXPORT_SYMBOL_GPL vmlinux 0x65525c38 ghes_register_report_chain +EXPORT_SYMBOL_GPL vmlinux 0x6558b217 get_task_mm +EXPORT_SYMBOL_GPL vmlinux 0x657ec1a2 usb_phy_roothub_suspend +EXPORT_SYMBOL_GPL vmlinux 0x658a0a8b usb_get_dr_mode +EXPORT_SYMBOL_GPL vmlinux 0x65918bae smpboot_register_percpu_thread +EXPORT_SYMBOL_GPL vmlinux 0x65acf90c sbitmap_weight +EXPORT_SYMBOL_GPL vmlinux 0x65c66b8f unregister_ftrace_function +EXPORT_SYMBOL_GPL vmlinux 0x65c6a5f1 scsi_autopm_get_device +EXPORT_SYMBOL_GPL vmlinux 0x65ccb6f0 call_netevent_notifiers +EXPORT_SYMBOL_GPL vmlinux 0x65e01af9 __sync_icache_dcache +EXPORT_SYMBOL_GPL vmlinux 0x65e9e64d devm_kfree +EXPORT_SYMBOL_GPL vmlinux 0x65ed1008 irq_domain_translate_onecell +EXPORT_SYMBOL_GPL vmlinux 0x65f5c90b rt_mutex_lock +EXPORT_SYMBOL_GPL vmlinux 0x65fdb204 inet6_csk_addr2sockaddr +EXPORT_SYMBOL_GPL vmlinux 0x65fed440 mtk_eint_do_init +EXPORT_SYMBOL_GPL vmlinux 0x660eb6bd devlink_free +EXPORT_SYMBOL_GPL vmlinux 0x661601de sprint_symbol +EXPORT_SYMBOL_GPL vmlinux 0x663425d0 ata_cable_ignore +EXPORT_SYMBOL_GPL vmlinux 0x6636c3c9 irq_set_vcpu_affinity +EXPORT_SYMBOL_GPL vmlinux 0x663acb1e pm_runtime_no_callbacks +EXPORT_SYMBOL_GPL vmlinux 0x663bb448 devlink_fmsg_obj_nest_end +EXPORT_SYMBOL_GPL vmlinux 0x6644a965 __iomap_dio_rw +EXPORT_SYMBOL_GPL vmlinux 0x6648db98 __SCK__tp_func_rwmmio_post_read +EXPORT_SYMBOL_GPL vmlinux 0x664eb54a k3_ringacc_ring_reset_dma +EXPORT_SYMBOL_GPL vmlinux 0x66551394 dev_pm_qos_remove_notifier +EXPORT_SYMBOL_GPL vmlinux 0x665e92a0 clk_set_duty_cycle +EXPORT_SYMBOL_GPL vmlinux 0x6660c818 tty_mode_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x66660755 cpufreq_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x666f25bc tty_ldisc_ref_wait +EXPORT_SYMBOL_GPL vmlinux 0x66755d5c __traceiter_detach_device_from_domain +EXPORT_SYMBOL_GPL vmlinux 0x668402aa crypto_put_default_rng +EXPORT_SYMBOL_GPL vmlinux 0x6693fe70 device_initialize +EXPORT_SYMBOL_GPL vmlinux 0x669630bf __devm_clk_hw_register_gate +EXPORT_SYMBOL_GPL vmlinux 0x669900f9 dev_pm_genpd_set_performance_state +EXPORT_SYMBOL_GPL vmlinux 0x66abcc33 do_xdp_generic +EXPORT_SYMBOL_GPL vmlinux 0x66ad12f1 compat_only_sysfs_link_entry_to_kobj +EXPORT_SYMBOL_GPL vmlinux 0x66ad2932 badblocks_store +EXPORT_SYMBOL_GPL vmlinux 0x66b97421 sfp_link_up +EXPORT_SYMBOL_GPL vmlinux 0x66c2bc0b vcap_rule_get_key_u32 +EXPORT_SYMBOL_GPL vmlinux 0x66cac421 dm_noflush_suspending +EXPORT_SYMBOL_GPL vmlinux 0x66d197b7 ata_std_error_handler +EXPORT_SYMBOL_GPL vmlinux 0x66d87d38 symbol_put_addr +EXPORT_SYMBOL_GPL vmlinux 0x66e5466d phy_select_page +EXPORT_SYMBOL_GPL vmlinux 0x66e8b5b0 phylink_caps_to_linkmodes +EXPORT_SYMBOL_GPL vmlinux 0x66f51865 dw_pcie_host_init +EXPORT_SYMBOL_GPL vmlinux 0x66f92dae sdio_get_host_pm_caps +EXPORT_SYMBOL_GPL vmlinux 0x670b339c ghes_get_devices +EXPORT_SYMBOL_GPL vmlinux 0x67167904 pci_cfg_access_unlock +EXPORT_SYMBOL_GPL vmlinux 0x6718eab1 tty_buffer_set_limit +EXPORT_SYMBOL_GPL vmlinux 0x671e9818 devm_request_pci_bus_resources +EXPORT_SYMBOL_GPL vmlinux 0x671fca5f fwnode_remove_software_node +EXPORT_SYMBOL_GPL vmlinux 0x6728c6de __traceiter_block_bio_complete +EXPORT_SYMBOL_GPL vmlinux 0x67333748 acpi_dev_ready_for_enumeration +EXPORT_SYMBOL_GPL vmlinux 0x6735017b irq_domain_xlate_twocell +EXPORT_SYMBOL_GPL vmlinux 0x6739a503 balloon_set_new_target +EXPORT_SYMBOL_GPL vmlinux 0x67429c91 __SCK__tp_func_block_bio_remap +EXPORT_SYMBOL_GPL vmlinux 0x674a3978 pm_generic_freeze_late +EXPORT_SYMBOL_GPL vmlinux 0x676287e5 ata_link_next +EXPORT_SYMBOL_GPL vmlinux 0x67673926 mmc_pwrseq_unregister +EXPORT_SYMBOL_GPL vmlinux 0x676c688f k3_ringacc_ring_free +EXPORT_SYMBOL_GPL vmlinux 0x67753a8e usb_driver_claim_interface +EXPORT_SYMBOL_GPL vmlinux 0x6778808f of_phy_simple_xlate +EXPORT_SYMBOL_GPL vmlinux 0x677ff88c xas_store +EXPORT_SYMBOL_GPL vmlinux 0x6780c340 vcap_keyset_list_add +EXPORT_SYMBOL_GPL vmlinux 0x67955ce6 profile_hits +EXPORT_SYMBOL_GPL vmlinux 0x67b5ac11 ahci_platform_ops +EXPORT_SYMBOL_GPL vmlinux 0x67c3c795 get_state_synchronize_rcu_full +EXPORT_SYMBOL_GPL vmlinux 0x67cbd5c5 sata_port_ops +EXPORT_SYMBOL_GPL vmlinux 0x67d2b9e4 of_reserved_mem_device_init_by_idx +EXPORT_SYMBOL_GPL vmlinux 0x67d6707b rockchip_clk_of_add_provider +EXPORT_SYMBOL_GPL vmlinux 0x67da9f7c sha512_zero_message_hash +EXPORT_SYMBOL_GPL vmlinux 0x67f02936 mptcp_token_get_sock +EXPORT_SYMBOL_GPL vmlinux 0x67f1c602 wbt_enable_default +EXPORT_SYMBOL_GPL vmlinux 0x67f98bbf validate_xmit_xfrm +EXPORT_SYMBOL_GPL vmlinux 0x67fbb4f5 dev_attr_em_message_type +EXPORT_SYMBOL_GPL vmlinux 0x6807eac6 file_is_kvm +EXPORT_SYMBOL_GPL vmlinux 0x680f4c97 devlink_port_init +EXPORT_SYMBOL_GPL vmlinux 0x6812b75c of_clk_del_provider +EXPORT_SYMBOL_GPL vmlinux 0x6814dd3d virtio_check_mem_acc_cb +EXPORT_SYMBOL_GPL vmlinux 0x681d4563 phy_pm_runtime_put_sync +EXPORT_SYMBOL_GPL vmlinux 0x681e9604 cpufreq_freq_attr_scaling_available_freqs +EXPORT_SYMBOL_GPL vmlinux 0x682ff057 ring_buffer_commit_overrun_cpu +EXPORT_SYMBOL_GPL vmlinux 0x68460527 blkcg_set_fc_appid +EXPORT_SYMBOL_GPL vmlinux 0x684ca117 zynqmp_pm_get_pll_frac_mode +EXPORT_SYMBOL_GPL vmlinux 0x6854e422 of_usb_get_phy_mode +EXPORT_SYMBOL_GPL vmlinux 0x685ea758 set_primary_fwnode +EXPORT_SYMBOL_GPL vmlinux 0x6892e3c3 kvm_set_pfn_accessed +EXPORT_SYMBOL_GPL vmlinux 0x68952493 rcu_note_context_switch +EXPORT_SYMBOL_GPL vmlinux 0x68a7c352 tty_port_tty_wakeup +EXPORT_SYMBOL_GPL vmlinux 0x68b0d30d usb_phy_set_charger_current +EXPORT_SYMBOL_GPL vmlinux 0x68b661f7 regulator_set_ramp_delay_regmap +EXPORT_SYMBOL_GPL vmlinux 0x68bbbc52 vfs_set_acl +EXPORT_SYMBOL_GPL vmlinux 0x69017672 device_create_bin_file +EXPORT_SYMBOL_GPL vmlinux 0x6902af3e pci_epc_set_msi +EXPORT_SYMBOL_GPL vmlinux 0x690f585e phy_basic_ports_array +EXPORT_SYMBOL_GPL vmlinux 0x691aa25e page_endio +EXPORT_SYMBOL_GPL vmlinux 0x691c9434 wbt_disable_default +EXPORT_SYMBOL_GPL vmlinux 0x692ff5c2 mbox_chan_received_data +EXPORT_SYMBOL_GPL vmlinux 0x69328de4 debugfs_file_put +EXPORT_SYMBOL_GPL vmlinux 0x6933c352 tegra_bpmp_get +EXPORT_SYMBOL_GPL vmlinux 0x6937b574 scsi_internal_device_unblock_nowait +EXPORT_SYMBOL_GPL vmlinux 0x69581d06 edac_pci_create_generic_ctl +EXPORT_SYMBOL_GPL vmlinux 0x69608639 qcom_smem_state_get +EXPORT_SYMBOL_GPL vmlinux 0x696340a5 __i2c_board_lock +EXPORT_SYMBOL_GPL vmlinux 0x69637b2c __traceiter_powernv_throttle +EXPORT_SYMBOL_GPL vmlinux 0x69683130 crypto_alg_extsize +EXPORT_SYMBOL_GPL vmlinux 0x696f2b63 of_changeset_init +EXPORT_SYMBOL_GPL vmlinux 0x697c5d0d tracing_snapshot_alloc +EXPORT_SYMBOL_GPL vmlinux 0x69885b7d gfn_to_page +EXPORT_SYMBOL_GPL vmlinux 0x698edfc3 zynqmp_pm_set_gem_config +EXPORT_SYMBOL_GPL vmlinux 0x6992b6f6 __sock_recv_wifi_status +EXPORT_SYMBOL_GPL vmlinux 0x6997b048 fscrypt_context_for_new_inode +EXPORT_SYMBOL_GPL vmlinux 0x69a34194 ip_route_output_flow +EXPORT_SYMBOL_GPL vmlinux 0x69a9b51f devlink_port_health_reporter_create +EXPORT_SYMBOL_GPL vmlinux 0x69cf0632 mpi_fromstr +EXPORT_SYMBOL_GPL vmlinux 0x69d0e334 tpm_chip_register +EXPORT_SYMBOL_GPL vmlinux 0x69d308f8 espintcp_queue_out +EXPORT_SYMBOL_GPL vmlinux 0x69e683de uuid_gen +EXPORT_SYMBOL_GPL vmlinux 0x69ee2220 linear_range_get_selector_high +EXPORT_SYMBOL_GPL vmlinux 0x69fb035a pci_epc_start +EXPORT_SYMBOL_GPL vmlinux 0x6a00cb3a phylink_mii_c22_pcs_config +EXPORT_SYMBOL_GPL vmlinux 0x6a05b65b fb_videomode_from_videomode +EXPORT_SYMBOL_GPL vmlinux 0x6a14d3af unregister_random_vmfork_notifier +EXPORT_SYMBOL_GPL vmlinux 0x6a25d559 ulpi_viewport_access_ops +EXPORT_SYMBOL_GPL vmlinux 0x6a2816e3 ping_getfrag +EXPORT_SYMBOL_GPL vmlinux 0x6a2b98a4 virtio_device_restore +EXPORT_SYMBOL_GPL vmlinux 0x6a2cc93e crypto_alloc_rng +EXPORT_SYMBOL_GPL vmlinux 0x6a36ff74 __traceiter_devlink_hwmsg +EXPORT_SYMBOL_GPL vmlinux 0x6a421062 memory_failure_queue +EXPORT_SYMBOL_GPL vmlinux 0x6a460dc5 schedule_hrtimeout +EXPORT_SYMBOL_GPL vmlinux 0x6a4e8f41 ncsi_unregister_dev +EXPORT_SYMBOL_GPL vmlinux 0x6a4f623b mmu_notifier_synchronize +EXPORT_SYMBOL_GPL vmlinux 0x6a5440ae skb_tstamp_tx +EXPORT_SYMBOL_GPL vmlinux 0x6a577be2 crypto_enqueue_request_head +EXPORT_SYMBOL_GPL vmlinux 0x6a6682a4 devm_pm_clk_create +EXPORT_SYMBOL_GPL vmlinux 0x6a68df4a irq_find_matching_fwspec +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 0x6aa06267 mtk_is_virt_gpio +EXPORT_SYMBOL_GPL vmlinux 0x6aa1c786 acpi_dev_get_property +EXPORT_SYMBOL_GPL vmlinux 0x6aa2a877 xenbus_printf +EXPORT_SYMBOL_GPL vmlinux 0x6aad9152 xen_set_callback_via +EXPORT_SYMBOL_GPL vmlinux 0x6ab38229 nf_ct_hook +EXPORT_SYMBOL_GPL vmlinux 0x6ac0e040 blk_mq_free_request +EXPORT_SYMBOL_GPL vmlinux 0x6ac290d0 da903x_reads +EXPORT_SYMBOL_GPL vmlinux 0x6acd6a87 sdio_readb +EXPORT_SYMBOL_GPL vmlinux 0x6ad2527b l3mdev_fib_table_rcu +EXPORT_SYMBOL_GPL vmlinux 0x6ae3c39a tty_port_register_device_attr +EXPORT_SYMBOL_GPL vmlinux 0x6af238f3 fuse_dev_fiq_ops +EXPORT_SYMBOL_GPL vmlinux 0x6afe8f10 mmc_poll_for_busy +EXPORT_SYMBOL_GPL vmlinux 0x6b0d9158 scsi_register_device_handler +EXPORT_SYMBOL_GPL vmlinux 0x6b0dc565 xen_set_irq_priority +EXPORT_SYMBOL_GPL vmlinux 0x6b1d1f84 input_ff_erase +EXPORT_SYMBOL_GPL vmlinux 0x6b2935f5 alloc_dax_region +EXPORT_SYMBOL_GPL vmlinux 0x6b2b69f7 static_key_enable +EXPORT_SYMBOL_GPL vmlinux 0x6b36e07d devlink_linecard_destroy +EXPORT_SYMBOL_GPL vmlinux 0x6b3a5b45 class_interface_unregister +EXPORT_SYMBOL_GPL vmlinux 0x6b3ae022 acpi_os_unmap_iomem +EXPORT_SYMBOL_GPL vmlinux 0x6b4045ee zynqmp_pm_get_api_version +EXPORT_SYMBOL_GPL vmlinux 0x6b40a5c6 blockdev_superblock +EXPORT_SYMBOL_GPL vmlinux 0x6b40cc7f dev_pm_qos_add_request +EXPORT_SYMBOL_GPL vmlinux 0x6b413c9b sfp_link_down +EXPORT_SYMBOL_GPL vmlinux 0x6b47f8a4 hisi_clk_register_mux +EXPORT_SYMBOL_GPL vmlinux 0x6b58bbc4 fwnode_get_parent +EXPORT_SYMBOL_GPL vmlinux 0x6b599a4f ata_sas_async_probe +EXPORT_SYMBOL_GPL vmlinux 0x6b60368d __netpoll_free +EXPORT_SYMBOL_GPL vmlinux 0x6b722180 log_read_mmio +EXPORT_SYMBOL_GPL vmlinux 0x6b791218 syscon_regmap_lookup_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0x6b7987dd devm_regmap_field_bulk_free +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 0x6ba36c6a hwpoison_filter_flags_value +EXPORT_SYMBOL_GPL vmlinux 0x6bab2a33 virtqueue_add_outbuf +EXPORT_SYMBOL_GPL vmlinux 0x6bb87eb4 blk_mq_quiesce_queue +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 0x6bdb8c14 thp_get_unmapped_area +EXPORT_SYMBOL_GPL vmlinux 0x6bdef35c acpi_ec_mark_gpe_for_wake +EXPORT_SYMBOL_GPL vmlinux 0x6be34225 skb_defer_rx_timestamp +EXPORT_SYMBOL_GPL vmlinux 0x6be3a96b hv_remove_vmbus_handler +EXPORT_SYMBOL_GPL vmlinux 0x6bee63f3 devm_pse_controller_register +EXPORT_SYMBOL_GPL vmlinux 0x6bf1388a pci_d3cold_enable +EXPORT_SYMBOL_GPL vmlinux 0x6bfe8d87 serdev_device_write_room +EXPORT_SYMBOL_GPL vmlinux 0x6c1b3bc0 usb_wakeup_notification +EXPORT_SYMBOL_GPL vmlinux 0x6c205008 mpi_print +EXPORT_SYMBOL_GPL vmlinux 0x6c316ced ata_dev_disable +EXPORT_SYMBOL_GPL vmlinux 0x6c389761 acpi_bus_get_private_data +EXPORT_SYMBOL_GPL vmlinux 0x6c3c9c6a dm_accept_partial_bio +EXPORT_SYMBOL_GPL vmlinux 0x6c3f70e0 guid_gen +EXPORT_SYMBOL_GPL vmlinux 0x6c46a43e power_supply_register +EXPORT_SYMBOL_GPL vmlinux 0x6c4b6684 reset_control_assert +EXPORT_SYMBOL_GPL vmlinux 0x6c55157e da903x_read +EXPORT_SYMBOL_GPL vmlinux 0x6c5ad0cd kmsg_dump_register +EXPORT_SYMBOL_GPL vmlinux 0x6c655913 register_acpi_hed_notifier +EXPORT_SYMBOL_GPL vmlinux 0x6c6709d3 pci_find_next_ht_capability +EXPORT_SYMBOL_GPL vmlinux 0x6c706921 devm_power_supply_get_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0x6c7bfe51 kill_dev_dax +EXPORT_SYMBOL_GPL vmlinux 0x6c7fa8a7 dw_pcie_ep_reset_bar +EXPORT_SYMBOL_GPL vmlinux 0x6c949f1a netdev_walk_all_lower_dev +EXPORT_SYMBOL_GPL vmlinux 0x6c956075 __SCK__tp_func_devlink_hwerr +EXPORT_SYMBOL_GPL vmlinux 0x6ca4bf88 async_synchronize_full_domain +EXPORT_SYMBOL_GPL vmlinux 0x6cb0ce87 irq_get_percpu_devid_partition +EXPORT_SYMBOL_GPL vmlinux 0x6cb28dcb netlink_remove_tap +EXPORT_SYMBOL_GPL vmlinux 0x6cb421fc tty_ldisc_deref +EXPORT_SYMBOL_GPL vmlinux 0x6cb77756 to_nvdimm_bus +EXPORT_SYMBOL_GPL vmlinux 0x6cbfe403 cpufreq_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0x6cc43c67 virtqueue_add_inbuf +EXPORT_SYMBOL_GPL vmlinux 0x6cca4ea9 cpufreq_cpu_get_raw +EXPORT_SYMBOL_GPL vmlinux 0x6cd0ab90 xdp_return_frame +EXPORT_SYMBOL_GPL vmlinux 0x6cd88b3b tcp_twsk_destructor +EXPORT_SYMBOL_GPL vmlinux 0x6ce10eb0 trace_clock_jiffies +EXPORT_SYMBOL_GPL vmlinux 0x6ced5de3 usb_driver_release_interface +EXPORT_SYMBOL_GPL vmlinux 0x6d01e301 dev_pm_opp_get_sharing_cpus +EXPORT_SYMBOL_GPL vmlinux 0x6d04891d inet_getpeer +EXPORT_SYMBOL_GPL vmlinux 0x6d0605af bio_start_io_acct +EXPORT_SYMBOL_GPL vmlinux 0x6d09843f copy_bpf_fprog_from_user +EXPORT_SYMBOL_GPL vmlinux 0x6d0ae550 pinctrl_gpio_request +EXPORT_SYMBOL_GPL vmlinux 0x6d214255 ext_pi_type1_crc64 +EXPORT_SYMBOL_GPL vmlinux 0x6d2fc5a6 net_namespace_list +EXPORT_SYMBOL_GPL vmlinux 0x6d30ee80 component_bind_all +EXPORT_SYMBOL_GPL vmlinux 0x6d39472b phy_driver_is_genphy +EXPORT_SYMBOL_GPL vmlinux 0x6d44b09a fuse_file_poll +EXPORT_SYMBOL_GPL vmlinux 0x6d46296f kvm_vcpu_gfn_to_pfn_atomic +EXPORT_SYMBOL_GPL vmlinux 0x6d467b08 arm_smccc_1_1_get_conduit +EXPORT_SYMBOL_GPL vmlinux 0x6d4ad92d spi_split_transfers_maxsize +EXPORT_SYMBOL_GPL vmlinux 0x6d518efa devl_traps_register +EXPORT_SYMBOL_GPL vmlinux 0x6d6d74f2 public_key_signature_free +EXPORT_SYMBOL_GPL vmlinux 0x6d6fec1f ktime_mono_to_any +EXPORT_SYMBOL_GPL vmlinux 0x6d7e951e rcu_exp_batches_completed +EXPORT_SYMBOL_GPL vmlinux 0x6dbaafd3 put_old_timespec32 +EXPORT_SYMBOL_GPL vmlinux 0x6dd5680d sprint_symbol_build_id +EXPORT_SYMBOL_GPL vmlinux 0x6ddbe631 ahci_platform_suspend +EXPORT_SYMBOL_GPL vmlinux 0x6e005b0d of_mm_gpiochip_add_data +EXPORT_SYMBOL_GPL vmlinux 0x6e089bb0 device_add +EXPORT_SYMBOL_GPL vmlinux 0x6e09d93d __SCK__tp_func_map +EXPORT_SYMBOL_GPL vmlinux 0x6e1135b9 skcipher_walk_aead_encrypt +EXPORT_SYMBOL_GPL vmlinux 0x6e3347ec devlink_priv +EXPORT_SYMBOL_GPL vmlinux 0x6e353c26 mpi_rshift +EXPORT_SYMBOL_GPL vmlinux 0x6e3b2c06 battery_hook_register +EXPORT_SYMBOL_GPL vmlinux 0x6e3cd3e4 phy_resolve_aneg_pause +EXPORT_SYMBOL_GPL vmlinux 0x6e3ff83a edac_device_alloc_index +EXPORT_SYMBOL_GPL vmlinux 0x6e40523e pm_runtime_irq_safe +EXPORT_SYMBOL_GPL vmlinux 0x6e4aa78d k3_udma_glue_rx_flow_enable +EXPORT_SYMBOL_GPL vmlinux 0x6e59f821 __tracepoint_wbc_writepage +EXPORT_SYMBOL_GPL vmlinux 0x6e614c45 acpi_subsys_prepare +EXPORT_SYMBOL_GPL vmlinux 0x6e764653 vchan_dma_desc_free_list +EXPORT_SYMBOL_GPL vmlinux 0x6e7943ec iommu_group_id +EXPORT_SYMBOL_GPL vmlinux 0x6e7db938 synth_event_trace_array +EXPORT_SYMBOL_GPL vmlinux 0x6e89a560 regmap_irq_chip_get_base +EXPORT_SYMBOL_GPL vmlinux 0x6e914514 acpi_dev_irq_flags +EXPORT_SYMBOL_GPL vmlinux 0x6ea0c078 spi_mem_adjust_op_size +EXPORT_SYMBOL_GPL vmlinux 0x6eb0172d led_sysfs_enable +EXPORT_SYMBOL_GPL vmlinux 0x6eb04f46 register_random_vmfork_notifier +EXPORT_SYMBOL_GPL vmlinux 0x6ebe366f ktime_get_mono_fast_ns +EXPORT_SYMBOL_GPL vmlinux 0x6ed199fb dma_opt_mapping_size +EXPORT_SYMBOL_GPL vmlinux 0x6ef6b54f ktime_get_boot_fast_ns +EXPORT_SYMBOL_GPL vmlinux 0x6f119903 blk_crypto_has_capabilities +EXPORT_SYMBOL_GPL vmlinux 0x6f12560a get_old_timespec32 +EXPORT_SYMBOL_GPL vmlinux 0x6f19201d transport_class_unregister +EXPORT_SYMBOL_GPL vmlinux 0x6f2017de misc_cg_set_capacity +EXPORT_SYMBOL_GPL vmlinux 0x6f25237f clk_hw_forward_rate_request +EXPORT_SYMBOL_GPL vmlinux 0x6f362414 dev_attr_ncq_prio_supported +EXPORT_SYMBOL_GPL vmlinux 0x6f3b1819 phy_calibrate +EXPORT_SYMBOL_GPL vmlinux 0x6f414c44 blkcg_activate_policy +EXPORT_SYMBOL_GPL vmlinux 0x6f57b804 iommu_sva_get_pasid +EXPORT_SYMBOL_GPL vmlinux 0x6f600f25 devm_free_pages +EXPORT_SYMBOL_GPL vmlinux 0x6f6b52e9 __ipv6_fixup_options +EXPORT_SYMBOL_GPL vmlinux 0x6f6f9c54 devm_platform_get_and_ioremap_resource +EXPORT_SYMBOL_GPL vmlinux 0x6f7e6040 irq_has_action +EXPORT_SYMBOL_GPL vmlinux 0x6f82c804 spi_mem_dirmap_destroy +EXPORT_SYMBOL_GPL vmlinux 0x6f99d77a vp_modern_queue_vector +EXPORT_SYMBOL_GPL vmlinux 0x6f9bc2ed register_btf_id_dtor_kfuncs +EXPORT_SYMBOL_GPL vmlinux 0x6f9e763b timecounter_read +EXPORT_SYMBOL_GPL vmlinux 0x6fa220f0 tpm_tis_remove +EXPORT_SYMBOL_GPL vmlinux 0x6fa426d2 phylink_ethtool_nway_reset +EXPORT_SYMBOL_GPL vmlinux 0x6fa61e58 spi_controller_suspend +EXPORT_SYMBOL_GPL vmlinux 0x6fb2ff04 spi_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0x6fc4f635 gpiochip_irq_domain_deactivate +EXPORT_SYMBOL_GPL vmlinux 0x6fcef6ab ring_buffer_reset +EXPORT_SYMBOL_GPL vmlinux 0x6fcfe0d1 qcom_icc_xlate_extended +EXPORT_SYMBOL_GPL vmlinux 0x6fd596c1 rio_mport_read_config_32 +EXPORT_SYMBOL_GPL vmlinux 0x6fdd9e80 udp_cmsg_send +EXPORT_SYMBOL_GPL vmlinux 0x6fde6f58 k3_udma_glue_rx_flow_init +EXPORT_SYMBOL_GPL vmlinux 0x6fed7900 devlink_port_region_create +EXPORT_SYMBOL_GPL vmlinux 0x6ff32042 pinctrl_select_default_state +EXPORT_SYMBOL_GPL vmlinux 0x6ff607b6 crypto_get_default_rng +EXPORT_SYMBOL_GPL vmlinux 0x6ff9b1d5 sch_frag_xmit_hook +EXPORT_SYMBOL_GPL vmlinux 0x7006586e iommu_get_group_resv_regions +EXPORT_SYMBOL_GPL vmlinux 0x7006f738 regmap_fields_update_bits_base +EXPORT_SYMBOL_GPL vmlinux 0x702f3fe0 unmap_mapping_pages +EXPORT_SYMBOL_GPL vmlinux 0x7030df8d pci_epc_stop +EXPORT_SYMBOL_GPL vmlinux 0x7033e224 irq_chip_retrigger_hierarchy +EXPORT_SYMBOL_GPL vmlinux 0x70362490 ohci_suspend +EXPORT_SYMBOL_GPL vmlinux 0x70423efb zynqmp_pm_set_sd_config +EXPORT_SYMBOL_GPL vmlinux 0x70492ba5 devm_phy_package_join +EXPORT_SYMBOL_GPL vmlinux 0x70547609 sysfs_unbreak_active_protection +EXPORT_SYMBOL_GPL vmlinux 0x705d7790 platform_get_resource +EXPORT_SYMBOL_GPL vmlinux 0x70621b00 acpi_unbind_one +EXPORT_SYMBOL_GPL vmlinux 0x7073c04f phy_10_100_features_array +EXPORT_SYMBOL_GPL vmlinux 0x7089baef __class_create +EXPORT_SYMBOL_GPL vmlinux 0x709cb8b1 dt_init_idle_driver +EXPORT_SYMBOL_GPL vmlinux 0x70bf9ad2 gpiochip_get_desc +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 0x70d1d168 fat_alloc_new_dir +EXPORT_SYMBOL_GPL vmlinux 0x70d867d6 of_pci_get_slot_power_limit +EXPORT_SYMBOL_GPL vmlinux 0x70ec680a of_clk_src_simple_get +EXPORT_SYMBOL_GPL vmlinux 0x70ed13a5 ndo_dflt_bridge_getlink +EXPORT_SYMBOL_GPL vmlinux 0x70f17e27 find_mci_by_dev +EXPORT_SYMBOL_GPL vmlinux 0x70fbae4d cppc_allow_fast_switch +EXPORT_SYMBOL_GPL vmlinux 0x71037f4c vfs_kern_mount +EXPORT_SYMBOL_GPL vmlinux 0x710c73b6 crypto_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x711b5196 inet_bhash2_update_saddr +EXPORT_SYMBOL_GPL vmlinux 0x711c53cd devm_clk_register +EXPORT_SYMBOL_GPL vmlinux 0x7120f28e dma_request_chan +EXPORT_SYMBOL_GPL vmlinux 0x7129a6f4 osc_sb_native_usb4_support_confirmed +EXPORT_SYMBOL_GPL vmlinux 0x71303f76 spi_get_next_queued_message +EXPORT_SYMBOL_GPL vmlinux 0x715a43ce priv_to_devlink +EXPORT_SYMBOL_GPL vmlinux 0x716265c7 debugfs_initialized +EXPORT_SYMBOL_GPL vmlinux 0x7169f524 powercap_register_zone +EXPORT_SYMBOL_GPL vmlinux 0x71724493 mctrl_gpio_enable_irq_wake +EXPORT_SYMBOL_GPL vmlinux 0x7179c283 devm_pwm_get +EXPORT_SYMBOL_GPL vmlinux 0x717a51cb anon_inode_getfile +EXPORT_SYMBOL_GPL vmlinux 0x717b6157 of_property_read_variable_u16_array +EXPORT_SYMBOL_GPL vmlinux 0x7181db30 atomic_notifier_chain_unregister +EXPORT_SYMBOL_GPL vmlinux 0x718d11b9 mmu_notifier_get_locked +EXPORT_SYMBOL_GPL vmlinux 0x718d1214 cpufreq_cooling_register +EXPORT_SYMBOL_GPL vmlinux 0x7195940a mctrl_gpio_disable_irq_wake +EXPORT_SYMBOL_GPL vmlinux 0x7195eeff tpm_calc_ordinal_duration +EXPORT_SYMBOL_GPL vmlinux 0x719e17ff clk_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0x71a20f4a __SCK__tp_func_non_standard_event +EXPORT_SYMBOL_GPL vmlinux 0x71a9a3ab mtk_mutex_acquire +EXPORT_SYMBOL_GPL vmlinux 0x71aaa5c4 of_pci_get_devfn +EXPORT_SYMBOL_GPL vmlinux 0x71b6cf94 dst_cache_reset_now +EXPORT_SYMBOL_GPL vmlinux 0x71c059d8 __traceiter_map +EXPORT_SYMBOL_GPL vmlinux 0x71c81673 gov_attr_set_get +EXPORT_SYMBOL_GPL vmlinux 0x71d07ef0 pl08x_filter_id +EXPORT_SYMBOL_GPL vmlinux 0x71d67edf pci_set_cacheline_size +EXPORT_SYMBOL_GPL vmlinux 0x71e55a3e phy_led_triggers_register +EXPORT_SYMBOL_GPL vmlinux 0x71f02cc4 iov_iter_is_aligned +EXPORT_SYMBOL_GPL vmlinux 0x71f0f2bd usb_free_streams +EXPORT_SYMBOL_GPL vmlinux 0x720f3757 l3mdev_fib_table_by_index +EXPORT_SYMBOL_GPL vmlinux 0x721cfb8e serdev_controller_remove +EXPORT_SYMBOL_GPL vmlinux 0x722773f4 clk_hw_register_gate2 +EXPORT_SYMBOL_GPL vmlinux 0x7237e950 pkcs7_verify +EXPORT_SYMBOL_GPL vmlinux 0x7237ef60 mm_kobj +EXPORT_SYMBOL_GPL vmlinux 0x724897f5 wwan_port_rx +EXPORT_SYMBOL_GPL vmlinux 0x72523e04 usb_get_from_anchor +EXPORT_SYMBOL_GPL vmlinux 0x7264d2b5 pci_load_saved_state +EXPORT_SYMBOL_GPL vmlinux 0x7265f2b0 pci_vpd_check_csum +EXPORT_SYMBOL_GPL vmlinux 0x727099ff dma_vunmap_noncontiguous +EXPORT_SYMBOL_GPL vmlinux 0x7271103c raw_v4_match +EXPORT_SYMBOL_GPL vmlinux 0x7278d328 all_vm_events +EXPORT_SYMBOL_GPL vmlinux 0x7283161b percpu_ref_switch_to_percpu +EXPORT_SYMBOL_GPL vmlinux 0x728cfa95 get_user_pages_fast_only +EXPORT_SYMBOL_GPL vmlinux 0x72982560 irq_domain_xlate_onecell +EXPORT_SYMBOL_GPL vmlinux 0x7299c9b6 mmput +EXPORT_SYMBOL_GPL vmlinux 0x72a502e2 usb_disable_lpm +EXPORT_SYMBOL_GPL vmlinux 0x72a7346b ahci_ops +EXPORT_SYMBOL_GPL vmlinux 0x72a8f6be __ndisc_fill_addr_option +EXPORT_SYMBOL_GPL vmlinux 0x72ae1839 base64_decode +EXPORT_SYMBOL_GPL vmlinux 0x72bd944e icc_node_create +EXPORT_SYMBOL_GPL vmlinux 0x72cce137 usb_put_hcd +EXPORT_SYMBOL_GPL vmlinux 0x72ced7b9 crypto_stats_kpp_compute_shared_secret +EXPORT_SYMBOL_GPL vmlinux 0x72d267dc nvmem_del_cell_lookups +EXPORT_SYMBOL_GPL vmlinux 0x72d879af usb_asmedia_modifyflowcontrol +EXPORT_SYMBOL_GPL vmlinux 0x72edf918 __tracepoint_kfree_skb +EXPORT_SYMBOL_GPL vmlinux 0x72f169d8 kvm_write_guest +EXPORT_SYMBOL_GPL vmlinux 0x72f9e7d4 acpi_cppc_processor_probe +EXPORT_SYMBOL_GPL vmlinux 0x730b3727 dev_pm_opp_of_get_sharing_cpus +EXPORT_SYMBOL_GPL vmlinux 0x730e9c5a device_get_dma_attr +EXPORT_SYMBOL_GPL vmlinux 0x730f9fb9 mtk_mmsys_ddp_dpi_fmt_config +EXPORT_SYMBOL_GPL vmlinux 0x7310800a xenbus_switch_state +EXPORT_SYMBOL_GPL vmlinux 0x7325129d regulator_set_current_limit +EXPORT_SYMBOL_GPL vmlinux 0x732852fe xenbus_transaction_end +EXPORT_SYMBOL_GPL vmlinux 0x732c1341 elv_rqhash_del +EXPORT_SYMBOL_GPL vmlinux 0x7345de15 ata_pci_sff_init_one +EXPORT_SYMBOL_GPL vmlinux 0x7351fcb1 devlink_remote_reload_actions_performed +EXPORT_SYMBOL_GPL vmlinux 0x73787711 pci_find_vsec_capability +EXPORT_SYMBOL_GPL vmlinux 0x737af3f2 vp_modern_get_queue_size +EXPORT_SYMBOL_GPL vmlinux 0x7381287f trace_handle_return +EXPORT_SYMBOL_GPL vmlinux 0x73a46f36 debugfs_create_x32 +EXPORT_SYMBOL_GPL vmlinux 0x73a48b4a ata_sff_std_ports +EXPORT_SYMBOL_GPL vmlinux 0x73ac80bf gnttab_unmap_refs_async +EXPORT_SYMBOL_GPL vmlinux 0x73c16fb2 switchdev_handle_port_attr_set +EXPORT_SYMBOL_GPL vmlinux 0x73c2554f __iowrite64_copy +EXPORT_SYMBOL_GPL vmlinux 0x73c895dc nvdimm_setup_pfn +EXPORT_SYMBOL_GPL vmlinux 0x73cc8631 oiap +EXPORT_SYMBOL_GPL vmlinux 0x73e4edb8 phy_gbit_features +EXPORT_SYMBOL_GPL vmlinux 0x73e9b0f6 meson_clk_dualdiv_ro_ops +EXPORT_SYMBOL_GPL vmlinux 0x740418f2 bpf_trace_run11 +EXPORT_SYMBOL_GPL vmlinux 0x7418c0fe virtqueue_disable_cb +EXPORT_SYMBOL_GPL vmlinux 0x74211db8 spi_mem_exec_op +EXPORT_SYMBOL_GPL vmlinux 0x74284fc5 of_thermal_is_trip_valid +EXPORT_SYMBOL_GPL vmlinux 0x7429297b interval_tree_span_iter_next +EXPORT_SYMBOL_GPL vmlinux 0x743b99d8 xenmem_reservation_increase +EXPORT_SYMBOL_GPL vmlinux 0x74457e56 apei_resources_fini +EXPORT_SYMBOL_GPL vmlinux 0x74624bc3 serdev_device_write_buf +EXPORT_SYMBOL_GPL vmlinux 0x7465331f usb_reset_configuration +EXPORT_SYMBOL_GPL vmlinux 0x7466d1e3 lp8788_read_byte +EXPORT_SYMBOL_GPL vmlinux 0x746c0c30 iopf_queue_add_device +EXPORT_SYMBOL_GPL vmlinux 0x7486c002 syscon_regmap_lookup_by_phandle_args +EXPORT_SYMBOL_GPL vmlinux 0x748e43db nvdimm_volatile_region_create +EXPORT_SYMBOL_GPL vmlinux 0x749f2537 ata_dummy_port_ops +EXPORT_SYMBOL_GPL vmlinux 0x74a187bf acpi_processor_get_performance_info +EXPORT_SYMBOL_GPL vmlinux 0x74a22bb4 k3_udma_glue_push_rx_chn +EXPORT_SYMBOL_GPL vmlinux 0x74a3e3b4 power_supply_external_power_changed +EXPORT_SYMBOL_GPL vmlinux 0x74ab8e48 device_property_read_u32_array +EXPORT_SYMBOL_GPL vmlinux 0x74b5ea68 lcm_not_zero +EXPORT_SYMBOL_GPL vmlinux 0x74baf17a tracing_is_on +EXPORT_SYMBOL_GPL vmlinux 0x74bb2e4e __fscrypt_prepare_readdir +EXPORT_SYMBOL_GPL vmlinux 0x74c3c556 pci_epf_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0x74c5c552 usb_role_switch_find_by_fwnode +EXPORT_SYMBOL_GPL vmlinux 0x74c5e115 register_btf_fmodret_id_set +EXPORT_SYMBOL_GPL vmlinux 0x74c7bffa stack_trace_snprint +EXPORT_SYMBOL_GPL vmlinux 0x74cd6ff4 of_modalias_node +EXPORT_SYMBOL_GPL vmlinux 0x74d42632 mas_empty_area +EXPORT_SYMBOL_GPL vmlinux 0x74dbd82c dprc_reset_container +EXPORT_SYMBOL_GPL vmlinux 0x74de3377 register_trace_event +EXPORT_SYMBOL_GPL vmlinux 0x74e1efef pci_bus_resource_n +EXPORT_SYMBOL_GPL vmlinux 0x74e73871 housekeeping_overridden +EXPORT_SYMBOL_GPL vmlinux 0x74f81165 replace_page_cache_folio +EXPORT_SYMBOL_GPL vmlinux 0x750726da filemap_migrate_folio +EXPORT_SYMBOL_GPL vmlinux 0x75128fab dw_pcie_ep_raise_msi_irq +EXPORT_SYMBOL_GPL vmlinux 0x75133f6e visitor128 +EXPORT_SYMBOL_GPL vmlinux 0x7522f3ba irq_modify_status +EXPORT_SYMBOL_GPL vmlinux 0x7528a7c6 scsi_template_proc_dir +EXPORT_SYMBOL_GPL vmlinux 0x752d118d devm_devfreq_event_add_edev +EXPORT_SYMBOL_GPL vmlinux 0x7534596b mtk_mutex_write_sof +EXPORT_SYMBOL_GPL vmlinux 0x753e75e6 pci_vpd_alloc +EXPORT_SYMBOL_GPL vmlinux 0x754400a0 devm_pm_opp_set_config +EXPORT_SYMBOL_GPL vmlinux 0x75446ab3 crypto_get_default_null_skcipher +EXPORT_SYMBOL_GPL vmlinux 0x75571b5c is_virtio_device +EXPORT_SYMBOL_GPL vmlinux 0x7562fd5a netdev_is_rx_handler_busy +EXPORT_SYMBOL_GPL vmlinux 0x7568593a scmi_protocol_register +EXPORT_SYMBOL_GPL vmlinux 0x756b9b68 fwnode_gpiod_get_index +EXPORT_SYMBOL_GPL vmlinux 0x757b7918 __traceiter_br_fdb_external_learn_add +EXPORT_SYMBOL_GPL vmlinux 0x757c1bbb housekeeping_any_cpu +EXPORT_SYMBOL_GPL vmlinux 0x7587016d regmap_field_update_bits_base +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 0x759515e7 mtk_clk_unregister_composites +EXPORT_SYMBOL_GPL vmlinux 0x7596a757 balloon_page_alloc +EXPORT_SYMBOL_GPL vmlinux 0x759812ce devm_kmalloc +EXPORT_SYMBOL_GPL vmlinux 0x759bfe36 btree_destroy +EXPORT_SYMBOL_GPL vmlinux 0x75b9f30a of_hte_req_count +EXPORT_SYMBOL_GPL vmlinux 0x75ba5cdf serdev_device_write_wakeup +EXPORT_SYMBOL_GPL vmlinux 0x75c08879 serial8250_do_shutdown +EXPORT_SYMBOL_GPL vmlinux 0x75dd4ebe of_overlay_remove +EXPORT_SYMBOL_GPL vmlinux 0x75de3050 pci_generic_config_read +EXPORT_SYMBOL_GPL vmlinux 0x75e51945 __SCK__tp_func_error_report_end +EXPORT_SYMBOL_GPL vmlinux 0x75e9c735 pci_ats_disabled +EXPORT_SYMBOL_GPL vmlinux 0x75ee752b regmap_multi_reg_write +EXPORT_SYMBOL_GPL vmlinux 0x75f11bd5 disk_set_independent_access_ranges +EXPORT_SYMBOL_GPL vmlinux 0x75f81919 is_dock_device +EXPORT_SYMBOL_GPL vmlinux 0x75fb9062 arch_timer_read_counter +EXPORT_SYMBOL_GPL vmlinux 0x7607b989 regmap_register_patch +EXPORT_SYMBOL_GPL vmlinux 0x760b7421 perf_aux_output_flag +EXPORT_SYMBOL_GPL vmlinux 0x76479dde generic_online_page +EXPORT_SYMBOL_GPL vmlinux 0x76517f03 interval_tree_span_iter_advance +EXPORT_SYMBOL_GPL vmlinux 0x7656410c mpi_sub +EXPORT_SYMBOL_GPL vmlinux 0x7658ff08 crypto_register_scomps +EXPORT_SYMBOL_GPL vmlinux 0x765ae98e __clk_mux_determine_rate_closest +EXPORT_SYMBOL_GPL vmlinux 0x7665a8fe dev_pm_opp_free_cpufreq_table +EXPORT_SYMBOL_GPL vmlinux 0x7665a95b idr_remove +EXPORT_SYMBOL_GPL vmlinux 0x766b281d gnttab_free_pages +EXPORT_SYMBOL_GPL vmlinux 0x7681946c unregister_pm_notifier +EXPORT_SYMBOL_GPL vmlinux 0x76837542 dax_driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0x7689a3e4 dw_pcie_own_conf_map_bus +EXPORT_SYMBOL_GPL vmlinux 0x76961634 sdio_writeb_readb +EXPORT_SYMBOL_GPL vmlinux 0x769cefb5 percpu_ref_switch_to_atomic +EXPORT_SYMBOL_GPL vmlinux 0x76a61e85 __SCK__tp_func_rwmmio_write +EXPORT_SYMBOL_GPL vmlinux 0x76ab8d25 usb_of_has_combined_node +EXPORT_SYMBOL_GPL vmlinux 0x76c832d7 sysfs_update_group +EXPORT_SYMBOL_GPL vmlinux 0x76d1af56 debounce_time_mt2701 +EXPORT_SYMBOL_GPL vmlinux 0x76d680f6 acpi_dev_resource_memory +EXPORT_SYMBOL_GPL vmlinux 0x76d781b7 ohci_init_driver +EXPORT_SYMBOL_GPL vmlinux 0x76d9b876 clk_set_rate +EXPORT_SYMBOL_GPL vmlinux 0x76da936b skcipher_alloc_instance_simple +EXPORT_SYMBOL_GPL vmlinux 0x76db683e tty_prepare_flip_string +EXPORT_SYMBOL_GPL vmlinux 0x76e0b63b pm_runtime_allow +EXPORT_SYMBOL_GPL vmlinux 0x76e85b92 gnttab_request_free_callback +EXPORT_SYMBOL_GPL vmlinux 0x76ed9246 iopf_queue_remove_device +EXPORT_SYMBOL_GPL vmlinux 0x76eeeb0f sha384_zero_message_hash +EXPORT_SYMBOL_GPL vmlinux 0x76f4d600 bio_trim +EXPORT_SYMBOL_GPL vmlinux 0x7712771a unbind_from_irqhandler +EXPORT_SYMBOL_GPL vmlinux 0x77139815 power_supply_set_battery_charged +EXPORT_SYMBOL_GPL vmlinux 0x771b4924 crypto_alloc_shash +EXPORT_SYMBOL_GPL vmlinux 0x771eaeae led_trigger_unregister +EXPORT_SYMBOL_GPL vmlinux 0x77222306 ring_buffer_read_page +EXPORT_SYMBOL_GPL vmlinux 0x772b0f64 __wake_up_pollfree +EXPORT_SYMBOL_GPL vmlinux 0x77357d42 edac_pci_free_ctl_info +EXPORT_SYMBOL_GPL vmlinux 0x773d80c2 ata_pci_remove_one +EXPORT_SYMBOL_GPL vmlinux 0x774f16ef __tracepoint_cpu_idle +EXPORT_SYMBOL_GPL vmlinux 0x77522cf6 sbitmap_get_shallow +EXPORT_SYMBOL_GPL vmlinux 0x7754df4c power_supply_get_property_from_supplier +EXPORT_SYMBOL_GPL vmlinux 0x7757b51a clk_unregister +EXPORT_SYMBOL_GPL vmlinux 0x775b4bd1 dprc_setup +EXPORT_SYMBOL_GPL vmlinux 0x775d1dc0 rockchip_pcie_cfg_configuration_accesses +EXPORT_SYMBOL_GPL vmlinux 0x776e7f48 icc_link_destroy +EXPORT_SYMBOL_GPL vmlinux 0x77715b60 copy_user_highpage +EXPORT_SYMBOL_GPL vmlinux 0x7791e066 dw_pcie_read +EXPORT_SYMBOL_GPL vmlinux 0x7797fbb5 imx_clk_hw_pfdv2 +EXPORT_SYMBOL_GPL vmlinux 0x7799240a nf_hook_entries_delete_raw +EXPORT_SYMBOL_GPL vmlinux 0x779cabfe xfrm_state_afinfo_get_rcu +EXPORT_SYMBOL_GPL vmlinux 0x779d7221 blkdev_report_zones +EXPORT_SYMBOL_GPL vmlinux 0x77ae495d usb_speed_string +EXPORT_SYMBOL_GPL vmlinux 0x77b5620c fs_dax_get_by_bdev +EXPORT_SYMBOL_GPL vmlinux 0x77bc0b14 fwnode_graph_get_remote_port +EXPORT_SYMBOL_GPL vmlinux 0x77bc9802 platform_irq_count +EXPORT_SYMBOL_GPL vmlinux 0x77e75be3 sfp_bus_put +EXPORT_SYMBOL_GPL vmlinux 0x77eb289f virtqueue_enable_cb +EXPORT_SYMBOL_GPL vmlinux 0x77ecf68d memalloc_socks_key +EXPORT_SYMBOL_GPL vmlinux 0x77ed12af rio_lock_device +EXPORT_SYMBOL_GPL vmlinux 0x77f24400 perf_register_guest_info_callbacks +EXPORT_SYMBOL_GPL vmlinux 0x780f2f80 gpiochip_line_is_open_drain +EXPORT_SYMBOL_GPL vmlinux 0x78167308 tpm_pm_resume +EXPORT_SYMBOL_GPL vmlinux 0x78287413 ipv6_recv_error +EXPORT_SYMBOL_GPL vmlinux 0x784714d4 vc_scrolldelta_helper +EXPORT_SYMBOL_GPL vmlinux 0x7847c621 sfp_parse_support +EXPORT_SYMBOL_GPL vmlinux 0x784c62db mmc_crypto_prepare_req +EXPORT_SYMBOL_GPL vmlinux 0x785a93b4 si_mem_available +EXPORT_SYMBOL_GPL vmlinux 0x78614281 ethnl_cable_test_step +EXPORT_SYMBOL_GPL vmlinux 0x787c882b lzo1x_1_compress +EXPORT_SYMBOL_GPL vmlinux 0x788bfbad ring_buffer_empty +EXPORT_SYMBOL_GPL vmlinux 0x78971129 pci_p2pmem_find_many +EXPORT_SYMBOL_GPL vmlinux 0x7898d55b device_reprobe +EXPORT_SYMBOL_GPL vmlinux 0x789c73d9 rcu_cpu_stall_suppress_at_boot +EXPORT_SYMBOL_GPL vmlinux 0x78a38fcf fsnotify_alloc_group +EXPORT_SYMBOL_GPL vmlinux 0x78b380ac i2c_dw_acpi_configure +EXPORT_SYMBOL_GPL vmlinux 0x78cd7904 scsi_mode_select +EXPORT_SYMBOL_GPL vmlinux 0x78d2265b pm_generic_resume_noirq +EXPORT_SYMBOL_GPL vmlinux 0x78d86956 debugfs_lookup_and_remove +EXPORT_SYMBOL_GPL vmlinux 0x78ddb76b dmi_match +EXPORT_SYMBOL_GPL vmlinux 0x790a5441 tcp_leave_memory_pressure +EXPORT_SYMBOL_GPL vmlinux 0x790be0b9 usb_bus_idr +EXPORT_SYMBOL_GPL vmlinux 0x7917a676 ata_host_register +EXPORT_SYMBOL_GPL vmlinux 0x7918d817 memory_failure +EXPORT_SYMBOL_GPL vmlinux 0x7927a4e9 pm_runtime_force_suspend +EXPORT_SYMBOL_GPL vmlinux 0x79314b13 phy_put +EXPORT_SYMBOL_GPL vmlinux 0x79345cb9 register_kretprobe +EXPORT_SYMBOL_GPL vmlinux 0x7934aa08 register_kprobes +EXPORT_SYMBOL_GPL vmlinux 0x7939261c kvm_release_page_clean +EXPORT_SYMBOL_GPL vmlinux 0x793f98bc __tracepoint_rpm_return_int +EXPORT_SYMBOL_GPL vmlinux 0x7944e0fc tracing_off +EXPORT_SYMBOL_GPL vmlinux 0x79468029 fb_bl_default_curve +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 0x7956008b ping_err +EXPORT_SYMBOL_GPL vmlinux 0x796c5b20 kvm_read_guest_cached +EXPORT_SYMBOL_GPL vmlinux 0x797c8fc7 debugfs_attr_write +EXPORT_SYMBOL_GPL vmlinux 0x79836fe1 ip_local_out +EXPORT_SYMBOL_GPL vmlinux 0x798b7682 klist_prev +EXPORT_SYMBOL_GPL vmlinux 0x799a3c3f regulator_set_voltage_time +EXPORT_SYMBOL_GPL vmlinux 0x79a0f29b regulator_list_voltage_linear_range +EXPORT_SYMBOL_GPL vmlinux 0x79a4e7e9 dm_copy_name_and_uuid +EXPORT_SYMBOL_GPL vmlinux 0x79a9c618 nvmem_cell_get +EXPORT_SYMBOL_GPL vmlinux 0x79adaeca ip_route_output_tunnel +EXPORT_SYMBOL_GPL vmlinux 0x79b3aba4 dev_pm_opp_get_max_clock_latency +EXPORT_SYMBOL_GPL vmlinux 0x79b813f9 fsl_mc_bus_dpbp_type +EXPORT_SYMBOL_GPL vmlinux 0x79bc842c usb_anchor_suspend_wakeups +EXPORT_SYMBOL_GPL vmlinux 0x79c067c8 blk_mq_hctx_set_fq_lock_class +EXPORT_SYMBOL_GPL vmlinux 0x79c78c4b start_poll_synchronize_srcu +EXPORT_SYMBOL_GPL vmlinux 0x79defbe1 kthread_should_park +EXPORT_SYMBOL_GPL vmlinux 0x79dfab15 ata_common_sdev_groups +EXPORT_SYMBOL_GPL vmlinux 0x79e61755 device_match_devt +EXPORT_SYMBOL_GPL vmlinux 0x79f1aa44 find_iova +EXPORT_SYMBOL_GPL vmlinux 0x79f697e4 lzorle1x_1_compress +EXPORT_SYMBOL_GPL vmlinux 0x79fa41fc watchdog_set_restart_priority +EXPORT_SYMBOL_GPL vmlinux 0x79fef8f2 iomap_readahead +EXPORT_SYMBOL_GPL vmlinux 0x7a000c1f spi_mem_default_supports_op +EXPORT_SYMBOL_GPL vmlinux 0x7a0803f5 thermal_zone_device_register +EXPORT_SYMBOL_GPL vmlinux 0x7a0a76d9 pci_d3cold_disable +EXPORT_SYMBOL_GPL vmlinux 0x7a113d61 irq_set_chained_handler_and_data +EXPORT_SYMBOL_GPL vmlinux 0x7a21972a of_property_match_string +EXPORT_SYMBOL_GPL vmlinux 0x7a2260ff dev_pm_set_wake_irq +EXPORT_SYMBOL_GPL vmlinux 0x7a25abc2 do_unregister_con_driver +EXPORT_SYMBOL_GPL vmlinux 0x7a379acd pci_iov_virtfn_devfn +EXPORT_SYMBOL_GPL vmlinux 0x7a3cf2f5 skb_clone_tx_timestamp +EXPORT_SYMBOL_GPL vmlinux 0x7a3d6133 fat_free_clusters +EXPORT_SYMBOL_GPL vmlinux 0x7a3ecb28 ipv4_sk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0x7a3f16a2 devl_region_destroy +EXPORT_SYMBOL_GPL vmlinux 0x7a4e3e5b devm_usb_get_phy_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0x7a508bc8 icc_nodes_remove +EXPORT_SYMBOL_GPL vmlinux 0x7a640983 pci_find_host_bridge +EXPORT_SYMBOL_GPL vmlinux 0x7a73e605 wm831x_isinkv_values +EXPORT_SYMBOL_GPL vmlinux 0x7a7a27e3 of_get_named_gpio_flags +EXPORT_SYMBOL_GPL vmlinux 0x7a7e5e4b ip6_datagram_send_ctl +EXPORT_SYMBOL_GPL vmlinux 0x7a81541b async_synchronize_cookie +EXPORT_SYMBOL_GPL vmlinux 0x7a8f3d8e crypto_unregister_rngs +EXPORT_SYMBOL_GPL vmlinux 0x7a98f4b4 copy_from_user_nofault +EXPORT_SYMBOL_GPL vmlinux 0x7a9d5d65 debugfs_rename +EXPORT_SYMBOL_GPL vmlinux 0x7a9e4c23 software_node_register_node_group +EXPORT_SYMBOL_GPL vmlinux 0x7ac10ad8 icst_clk_register +EXPORT_SYMBOL_GPL vmlinux 0x7ac3922f kvm_vcpu_yield_to +EXPORT_SYMBOL_GPL vmlinux 0x7ac722bd phy_all_ports_features_array +EXPORT_SYMBOL_GPL vmlinux 0x7aca59ee regmap_write_async +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 0x7ae34996 irq_domain_update_bus_token +EXPORT_SYMBOL_GPL vmlinux 0x7aeedeaf usb_free_coherent +EXPORT_SYMBOL_GPL vmlinux 0x7afcb7db __kprobe_event_add_fields +EXPORT_SYMBOL_GPL vmlinux 0x7afe324e halt_poll_ns_grow +EXPORT_SYMBOL_GPL vmlinux 0x7b21af7c dev_queue_xmit_nit +EXPORT_SYMBOL_GPL vmlinux 0x7b4aab94 fsl_mc_free_irqs +EXPORT_SYMBOL_GPL vmlinux 0x7b5452b8 acpi_unregister_gsi +EXPORT_SYMBOL_GPL vmlinux 0x7b5a4926 sha1_zero_message_hash +EXPORT_SYMBOL_GPL vmlinux 0x7b667fbd rio_mport_write_config_16 +EXPORT_SYMBOL_GPL vmlinux 0x7b6f9536 acpi_register_wakeup_handler +EXPORT_SYMBOL_GPL vmlinux 0x7b88acab meson_sm_get +EXPORT_SYMBOL_GPL vmlinux 0x7b8910f4 kfence_sample_interval +EXPORT_SYMBOL_GPL vmlinux 0x7b90d1a9 bind_virq_to_irqhandler +EXPORT_SYMBOL_GPL vmlinux 0x7b968ac8 ima_file_hash +EXPORT_SYMBOL_GPL vmlinux 0x7b9793a2 get_cpu_idle_time_us +EXPORT_SYMBOL_GPL vmlinux 0x7bb045a7 __request_percpu_irq +EXPORT_SYMBOL_GPL vmlinux 0x7bb406f1 imx_pinctrl_pm_ops +EXPORT_SYMBOL_GPL vmlinux 0x7bb46cf5 pci_epc_raise_irq +EXPORT_SYMBOL_GPL vmlinux 0x7bb6e7c9 acpi_dma_controller_free +EXPORT_SYMBOL_GPL vmlinux 0x7bc22725 of_reserved_mem_device_init_by_name +EXPORT_SYMBOL_GPL vmlinux 0x7bc51131 memunmap_pages +EXPORT_SYMBOL_GPL vmlinux 0x7bcb26f9 pinctrl_select_state +EXPORT_SYMBOL_GPL vmlinux 0x7bcc867c rio_attach_device +EXPORT_SYMBOL_GPL vmlinux 0x7bccaf4b firmware_kobj +EXPORT_SYMBOL_GPL vmlinux 0x7bea22c7 irq_set_chip_and_handler_name +EXPORT_SYMBOL_GPL vmlinux 0x7bfc425e bpf_offload_dev_create +EXPORT_SYMBOL_GPL vmlinux 0x7bfe57a7 stmpe_dev_pm_ops +EXPORT_SYMBOL_GPL vmlinux 0x7c01987e sysfs_unmerge_group +EXPORT_SYMBOL_GPL vmlinux 0x7c1a7022 tpm1_getcap +EXPORT_SYMBOL_GPL vmlinux 0x7c224df5 ata_bmdma_status +EXPORT_SYMBOL_GPL vmlinux 0x7c291e86 show_rcu_tasks_trace_gp_kthread +EXPORT_SYMBOL_GPL vmlinux 0x7c3289ba ahci_platform_enable_phys +EXPORT_SYMBOL_GPL vmlinux 0x7c3d3308 __pm_runtime_suspend +EXPORT_SYMBOL_GPL vmlinux 0x7c3d8a4b icc_bulk_put +EXPORT_SYMBOL_GPL vmlinux 0x7c41f9ab cookie_tcp_reqsk_alloc +EXPORT_SYMBOL_GPL vmlinux 0x7c4c2fcd tpm_transmit_cmd +EXPORT_SYMBOL_GPL vmlinux 0x7c4c4782 skcipher_walk_complete +EXPORT_SYMBOL_GPL vmlinux 0x7c5d5555 mctp_unregister_netdev +EXPORT_SYMBOL_GPL vmlinux 0x7c5f3711 ioasid_unregister_allocator +EXPORT_SYMBOL_GPL vmlinux 0x7c8a1fc1 __clk_hw_register_mux +EXPORT_SYMBOL_GPL vmlinux 0x7c94c99a kvm_release_pfn_dirty +EXPORT_SYMBOL_GPL vmlinux 0x7c983a5d dmi_walk +EXPORT_SYMBOL_GPL vmlinux 0x7c9a7371 clk_prepare +EXPORT_SYMBOL_GPL vmlinux 0x7ca64a0b __cookie_v4_init_sequence +EXPORT_SYMBOL_GPL vmlinux 0x7cb1aea1 devlink_dpipe_header_ethernet +EXPORT_SYMBOL_GPL vmlinux 0x7cb803de btree_grim_visitor +EXPORT_SYMBOL_GPL vmlinux 0x7cbd0524 pm_generic_suspend_late +EXPORT_SYMBOL_GPL vmlinux 0x7cc4f668 regmap_bulk_write +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 0x7ce285fd iommu_sva_bind_device +EXPORT_SYMBOL_GPL vmlinux 0x7ceaf0d5 generic_handle_irq +EXPORT_SYMBOL_GPL vmlinux 0x7cedd258 bpf_trace_run5 +EXPORT_SYMBOL_GPL vmlinux 0x7d00c65b nd_synchronize +EXPORT_SYMBOL_GPL vmlinux 0x7d0add75 __traceiter_pelt_irq_tp +EXPORT_SYMBOL_GPL vmlinux 0x7d103d7f rio_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0x7d18b73e fscrypt_ioctl_get_key_status +EXPORT_SYMBOL_GPL vmlinux 0x7d1bb1d4 tnum_strn +EXPORT_SYMBOL_GPL vmlinux 0x7d2ab785 ip6_redirect +EXPORT_SYMBOL_GPL vmlinux 0x7d2bd8d9 pm_genpd_add_device +EXPORT_SYMBOL_GPL vmlinux 0x7d2cd07a device_property_read_string_array +EXPORT_SYMBOL_GPL vmlinux 0x7d343578 ata_host_start +EXPORT_SYMBOL_GPL vmlinux 0x7d3a061b dev_pm_opp_get_required_pstate +EXPORT_SYMBOL_GPL vmlinux 0x7d42b54d generic_access_phys +EXPORT_SYMBOL_GPL vmlinux 0x7d471321 zynqmp_pm_pinctrl_release +EXPORT_SYMBOL_GPL vmlinux 0x7d4a4892 __strp_unpause +EXPORT_SYMBOL_GPL vmlinux 0x7d4ab2a8 wbc_account_cgroup_owner +EXPORT_SYMBOL_GPL vmlinux 0x7d5020fa crypto_hash_walk_done +EXPORT_SYMBOL_GPL vmlinux 0x7d59dd46 pm_wq +EXPORT_SYMBOL_GPL vmlinux 0x7d5b8a2d regulator_set_voltage_rdev +EXPORT_SYMBOL_GPL vmlinux 0x7d67a58d edac_mc_handle_error +EXPORT_SYMBOL_GPL vmlinux 0x7d6af10b umd_load_blob +EXPORT_SYMBOL_GPL vmlinux 0x7d6f811d sata_std_hardreset +EXPORT_SYMBOL_GPL vmlinux 0x7d83cb7c cgroup_get_e_css +EXPORT_SYMBOL_GPL vmlinux 0x7d88938e fwnode_property_read_u8_array +EXPORT_SYMBOL_GPL vmlinux 0x7d904560 mptcp_pm_get_subflows_max +EXPORT_SYMBOL_GPL vmlinux 0x7d995da6 iommu_fwspec_free +EXPORT_SYMBOL_GPL vmlinux 0x7d9f017d sdio_claim_host +EXPORT_SYMBOL_GPL vmlinux 0x7db408f2 pci_disable_ats +EXPORT_SYMBOL_GPL vmlinux 0x7db58678 fscrypt_mergeable_bio +EXPORT_SYMBOL_GPL vmlinux 0x7dca7b5f dw_pcie_ep_init +EXPORT_SYMBOL_GPL vmlinux 0x7dcedf5a phy_package_leave +EXPORT_SYMBOL_GPL vmlinux 0x7dcf0cf9 regmap_fields_read +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 0x7de69566 vchan_tx_desc_free +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 0x7dfb0536 inet6_sk_rebuild_header +EXPORT_SYMBOL_GPL vmlinux 0x7e0ece99 __clk_mux_determine_rate +EXPORT_SYMBOL_GPL vmlinux 0x7e1d107a usb_hcd_end_port_resume +EXPORT_SYMBOL_GPL vmlinux 0x7e2657fe tps6586x_reads +EXPORT_SYMBOL_GPL vmlinux 0x7e2d4f14 tps6586x_clr_bits +EXPORT_SYMBOL_GPL vmlinux 0x7e31dc69 nl_table +EXPORT_SYMBOL_GPL vmlinux 0x7e381a52 pcie_aspm_capable +EXPORT_SYMBOL_GPL vmlinux 0x7e3bdecd __ftrace_vprintk +EXPORT_SYMBOL_GPL vmlinux 0x7e4c0ab6 ahci_platform_find_clk +EXPORT_SYMBOL_GPL vmlinux 0x7e4e2e45 usb_amd_pt_check_port +EXPORT_SYMBOL_GPL vmlinux 0x7e59ec09 ata_bmdma_port_intr +EXPORT_SYMBOL_GPL vmlinux 0x7e5db80b pstore_name_to_type +EXPORT_SYMBOL_GPL vmlinux 0x7e64181d usb_calc_bus_time +EXPORT_SYMBOL_GPL vmlinux 0x7e6c70ba kvm_debugfs_dir +EXPORT_SYMBOL_GPL vmlinux 0x7e7a47c9 pci_acpi_clear_companion_lookup_hook +EXPORT_SYMBOL_GPL vmlinux 0x7e7e3f58 ring_buffer_reset_cpu +EXPORT_SYMBOL_GPL vmlinux 0x7e89d017 nvmem_cell_read_u32 +EXPORT_SYMBOL_GPL vmlinux 0x7e8d8619 usb_anchor_empty +EXPORT_SYMBOL_GPL vmlinux 0x7e917894 __SCK__tp_func_unmap +EXPORT_SYMBOL_GPL vmlinux 0x7ea670dc tpm_get_timeouts +EXPORT_SYMBOL_GPL vmlinux 0x7ea75c24 __wake_up_locked_key_bookmark +EXPORT_SYMBOL_GPL vmlinux 0x7ea82f21 ahci_platform_disable_clks +EXPORT_SYMBOL_GPL vmlinux 0x7eb1795e __tracepoint_detach_device_from_domain +EXPORT_SYMBOL_GPL vmlinux 0x7eb808d0 add_cpu +EXPORT_SYMBOL_GPL vmlinux 0x7ebbc41e blk_stat_disable_accounting +EXPORT_SYMBOL_GPL vmlinux 0x7ec25383 sdio_retune_hold_now +EXPORT_SYMBOL_GPL vmlinux 0x7eca64f8 fuse_dev_free +EXPORT_SYMBOL_GPL vmlinux 0x7ed0646e ip_icmp_error_rfc4884 +EXPORT_SYMBOL_GPL vmlinux 0x7edb0362 __dev_fwnode +EXPORT_SYMBOL_GPL vmlinux 0x7ede42ee ip_build_and_send_pkt +EXPORT_SYMBOL_GPL vmlinux 0x7ee5fae3 ahci_print_info +EXPORT_SYMBOL_GPL vmlinux 0x7ee73f76 devm_gpiod_get_array_optional +EXPORT_SYMBOL_GPL vmlinux 0x7eea6b8b pcap_adc_async +EXPORT_SYMBOL_GPL vmlinux 0x7eed937c component_release_of +EXPORT_SYMBOL_GPL vmlinux 0x7f00bdac devlink_resource_register +EXPORT_SYMBOL_GPL vmlinux 0x7f0abbeb mtk_hw_get_value +EXPORT_SYMBOL_GPL vmlinux 0x7f1f77c5 xfrm_dev_state_add +EXPORT_SYMBOL_GPL vmlinux 0x7f22535f regulator_get_voltage_sel_pickable_regmap +EXPORT_SYMBOL_GPL vmlinux 0x7f3f73fe of_phandle_iterator_next +EXPORT_SYMBOL_GPL vmlinux 0x7f44dc6e icc_provider_register +EXPORT_SYMBOL_GPL vmlinux 0x7f480a18 ethnl_cable_test_finished +EXPORT_SYMBOL_GPL vmlinux 0x7f4f6f26 skb_append_pagefrags +EXPORT_SYMBOL_GPL vmlinux 0x7f5a3f38 __fsnotify_inode_delete +EXPORT_SYMBOL_GPL vmlinux 0x7f5e0387 devm_gpiod_put_array +EXPORT_SYMBOL_GPL vmlinux 0x7f6bec78 gpiod_export_link +EXPORT_SYMBOL_GPL vmlinux 0x7f6cee89 rhashtable_free_and_destroy +EXPORT_SYMBOL_GPL vmlinux 0x7f6e5479 folio_invalidate +EXPORT_SYMBOL_GPL vmlinux 0x7f7cbc64 ip_tunnel_need_metadata +EXPORT_SYMBOL_GPL vmlinux 0x7f84f35d rcu_gp_slow_unregister +EXPORT_SYMBOL_GPL vmlinux 0x7f87a6d3 __irq_alloc_descs +EXPORT_SYMBOL_GPL vmlinux 0x7f8a435f gpiod_set_raw_value +EXPORT_SYMBOL_GPL vmlinux 0x7f9b1879 osc_cpc_flexible_adr_space_confirmed +EXPORT_SYMBOL_GPL vmlinux 0x7fa51769 pinctrl_utils_free_map +EXPORT_SYMBOL_GPL vmlinux 0x7fa96509 erst_get_record_id_next +EXPORT_SYMBOL_GPL vmlinux 0x7fd1004c put_io_context +EXPORT_SYMBOL_GPL vmlinux 0x7fd8471b dax_add_host +EXPORT_SYMBOL_GPL vmlinux 0x7ff19c40 zynqmp_pm_set_requirement +EXPORT_SYMBOL_GPL vmlinux 0x80135182 k3_ringacc_ring_pop_tail +EXPORT_SYMBOL_GPL vmlinux 0x80171b83 genphy_c45_aneg_done +EXPORT_SYMBOL_GPL vmlinux 0x802cee0d dev_pm_opp_find_level_exact +EXPORT_SYMBOL_GPL vmlinux 0x8035bed7 rockchip_clk_protect_critical +EXPORT_SYMBOL_GPL vmlinux 0x803e57bd pci_p2pdma_distance_many +EXPORT_SYMBOL_GPL vmlinux 0x8054bf6f ip_valid_fib_dump_req +EXPORT_SYMBOL_GPL vmlinux 0x80585a9a regmap_parse_val +EXPORT_SYMBOL_GPL vmlinux 0x8076f7e7 pinconf_generic_dt_subnode_to_map +EXPORT_SYMBOL_GPL vmlinux 0x807766ea usb_scuttle_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0x807fdcc4 call_rcu_tasks_rude +EXPORT_SYMBOL_GPL vmlinux 0x8088a25c pci_generic_config_write +EXPORT_SYMBOL_GPL vmlinux 0x808c8484 crypto_larval_kill +EXPORT_SYMBOL_GPL vmlinux 0x808ec1a3 crypto_alg_tested +EXPORT_SYMBOL_GPL vmlinux 0x80a095d8 scatterwalk_ffwd +EXPORT_SYMBOL_GPL vmlinux 0x80a0f722 i2c_dw_adjust_bus_speed +EXPORT_SYMBOL_GPL vmlinux 0x80a605cb regulator_suspend_disable +EXPORT_SYMBOL_GPL vmlinux 0x80ac648a kvm_release_page_dirty +EXPORT_SYMBOL_GPL vmlinux 0x80b252c8 dst_cache_set_ip6 +EXPORT_SYMBOL_GPL vmlinux 0x80b5c123 devm_clk_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0x80badff4 __tracepoint_block_unplug +EXPORT_SYMBOL_GPL vmlinux 0x80c550c8 pci_epc_init_notify +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 0x80efd015 imx_dev_clk_hw_pll14xx +EXPORT_SYMBOL_GPL vmlinux 0x80f92be2 gnttab_unmap_refs_sync +EXPORT_SYMBOL_GPL vmlinux 0x8103f392 ata_sff_data_xfer +EXPORT_SYMBOL_GPL vmlinux 0x810a98ed usb_lock_device_for_reset +EXPORT_SYMBOL_GPL vmlinux 0x810a9e3a skcipher_register_instance +EXPORT_SYMBOL_GPL vmlinux 0x810fcbc4 fsl_mc_device_remove +EXPORT_SYMBOL_GPL vmlinux 0x8110a73a cond_synchronize_rcu_expedited_full +EXPORT_SYMBOL_GPL vmlinux 0x811dc334 usb_unregister_notify +EXPORT_SYMBOL_GPL vmlinux 0x8122696c ip_icmp_error +EXPORT_SYMBOL_GPL vmlinux 0x812586a4 dw_pcie_upconfig_setup +EXPORT_SYMBOL_GPL vmlinux 0x812ec92a gfn_to_hva +EXPORT_SYMBOL_GPL vmlinux 0x81370722 securityfs_create_file +EXPORT_SYMBOL_GPL vmlinux 0x81378f51 srcu_init_notifier_head +EXPORT_SYMBOL_GPL vmlinux 0x813a4f10 kvm_vcpu_kick +EXPORT_SYMBOL_GPL vmlinux 0x8144c36a regulator_get_voltage_sel_regmap +EXPORT_SYMBOL_GPL vmlinux 0x814efcf8 kvm_put_kvm_no_destroy +EXPORT_SYMBOL_GPL vmlinux 0x815588a6 clk_enable +EXPORT_SYMBOL_GPL vmlinux 0x81587460 msi_domain_get_virq +EXPORT_SYMBOL_GPL vmlinux 0x815fda83 sed_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x8160ca7b vfs_setlease +EXPORT_SYMBOL_GPL vmlinux 0x81626b25 sbitmap_queue_show +EXPORT_SYMBOL_GPL vmlinux 0x816a41ca cpufreq_update_limits +EXPORT_SYMBOL_GPL vmlinux 0x816c904c regulator_irq_map_event_simple +EXPORT_SYMBOL_GPL vmlinux 0x81763a34 screen_glyph_unicode +EXPORT_SYMBOL_GPL vmlinux 0x8180cede asn1_encode_sequence +EXPORT_SYMBOL_GPL vmlinux 0x8183d739 iomap_seek_hole +EXPORT_SYMBOL_GPL vmlinux 0x818b969e wakeup_source_unregister +EXPORT_SYMBOL_GPL vmlinux 0x8192dfc9 usb_put_dev +EXPORT_SYMBOL_GPL vmlinux 0x819d72cb klist_iter_exit +EXPORT_SYMBOL_GPL vmlinux 0x81a008ad __clk_determine_rate +EXPORT_SYMBOL_GPL vmlinux 0x81a7f541 percpu_ref_init +EXPORT_SYMBOL_GPL vmlinux 0x81aa78d8 zynqmp_pm_aes_engine +EXPORT_SYMBOL_GPL vmlinux 0x81ae7a47 __traceiter_xdp_bulk_tx +EXPORT_SYMBOL_GPL vmlinux 0x81aed3c1 tcp_bpf_update_proto +EXPORT_SYMBOL_GPL vmlinux 0x81b87fab xhci_run +EXPORT_SYMBOL_GPL vmlinux 0x81b90116 __platform_register_drivers +EXPORT_SYMBOL_GPL vmlinux 0x81be8bcd dst_blackhole_mtu +EXPORT_SYMBOL_GPL vmlinux 0x81c3f1bc of_fwnode_ops +EXPORT_SYMBOL_GPL vmlinux 0x81c74562 regulator_list_voltage_table +EXPORT_SYMBOL_GPL vmlinux 0x81d10485 ioasid_free +EXPORT_SYMBOL_GPL vmlinux 0x81d738a1 dev_pm_opp_get_level +EXPORT_SYMBOL_GPL vmlinux 0x81dad7b8 dw_pcie_host_deinit +EXPORT_SYMBOL_GPL vmlinux 0x81e2216e ip6_input +EXPORT_SYMBOL_GPL vmlinux 0x81e2bdf4 generic_handle_irq_safe +EXPORT_SYMBOL_GPL vmlinux 0x81f372a2 unregister_ftrace_export +EXPORT_SYMBOL_GPL vmlinux 0x82092899 badrange_forget +EXPORT_SYMBOL_GPL vmlinux 0x8220a38e k3_ringacc_get_ring_id +EXPORT_SYMBOL_GPL vmlinux 0x82226c53 pinctrl_unregister_mappings +EXPORT_SYMBOL_GPL vmlinux 0x822a5faf vfs_fallocate +EXPORT_SYMBOL_GPL vmlinux 0x822c918a fsl_mc_get_endpoint +EXPORT_SYMBOL_GPL vmlinux 0x823ad0d8 fsverity_file_open +EXPORT_SYMBOL_GPL vmlinux 0x823eae06 blocking_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x8240e2b7 crypto_shash_digest +EXPORT_SYMBOL_GPL vmlinux 0x824e3017 xfrm_audit_state_add +EXPORT_SYMBOL_GPL vmlinux 0x825a369c ohci_hub_control +EXPORT_SYMBOL_GPL vmlinux 0x825c7340 phylink_get_eee_err +EXPORT_SYMBOL_GPL vmlinux 0x826715a1 is_nvdimm_sync +EXPORT_SYMBOL_GPL vmlinux 0x8268c8e7 regulator_put +EXPORT_SYMBOL_GPL vmlinux 0x8277216d iommu_domain_alloc +EXPORT_SYMBOL_GPL vmlinux 0x8277aa8e ahci_fill_cmd_slot +EXPORT_SYMBOL_GPL vmlinux 0x827e61f8 acpi_has_watchdog +EXPORT_SYMBOL_GPL vmlinux 0x828e22f4 hrtimer_forward +EXPORT_SYMBOL_GPL vmlinux 0x8295f1c6 tty_buffer_lock_exclusive +EXPORT_SYMBOL_GPL vmlinux 0x82a5ddf7 pci_p2pdma_add_resource +EXPORT_SYMBOL_GPL vmlinux 0x82a80545 __SCK__tp_func_fdb_delete +EXPORT_SYMBOL_GPL vmlinux 0x82b4cbdb led_trigger_set_default +EXPORT_SYMBOL_GPL vmlinux 0x82b52f88 inet6_csk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0x82bbf30b __tracepoint_map +EXPORT_SYMBOL_GPL vmlinux 0x82bc9233 scsi_ioctl_block_when_processing_errors +EXPORT_SYMBOL_GPL vmlinux 0x82c97636 pci_ecam_map_bus +EXPORT_SYMBOL_GPL vmlinux 0x82cee73e dev_pm_genpd_suspend +EXPORT_SYMBOL_GPL vmlinux 0x82d79b51 sysctl_vfs_cache_pressure +EXPORT_SYMBOL_GPL vmlinux 0x82db0999 gnttab_page_cache_init +EXPORT_SYMBOL_GPL vmlinux 0x82f1d4c0 dev_pm_opp_find_bw_ceil +EXPORT_SYMBOL_GPL vmlinux 0x82f35b09 tty_kclose +EXPORT_SYMBOL_GPL vmlinux 0x82f97801 platform_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x8301b140 devm_device_add_group +EXPORT_SYMBOL_GPL vmlinux 0x830af09d device_property_match_string +EXPORT_SYMBOL_GPL vmlinux 0x8314327c devl_dpipe_table_register +EXPORT_SYMBOL_GPL vmlinux 0x8318fc69 devfreq_event_add_edev +EXPORT_SYMBOL_GPL vmlinux 0x831b225d phy_restore_page +EXPORT_SYMBOL_GPL vmlinux 0x831e4a21 ata_scsi_queuecmd +EXPORT_SYMBOL_GPL vmlinux 0x83245cb5 thermal_zone_device_unregister +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 0x8357cfda spi_finalize_current_transfer +EXPORT_SYMBOL_GPL vmlinux 0x835c6d76 usb_wakeup_enabled_descendants +EXPORT_SYMBOL_GPL vmlinux 0x836a4499 dw_pcie_link_up +EXPORT_SYMBOL_GPL vmlinux 0x836d652f poll_state_synchronize_rcu_full +EXPORT_SYMBOL_GPL vmlinux 0x83882db0 __blk_req_zone_write_lock +EXPORT_SYMBOL_GPL vmlinux 0x8396718c posix_acl_access_xattr_handler +EXPORT_SYMBOL_GPL vmlinux 0x83a86a9a tc3589x_block_read +EXPORT_SYMBOL_GPL vmlinux 0x83b51319 regmap_get_reg_stride +EXPORT_SYMBOL_GPL vmlinux 0x83b5943c invalidate_inode_pages2 +EXPORT_SYMBOL_GPL vmlinux 0x83bdf792 k3_udma_glue_tx_get_dma_device +EXPORT_SYMBOL_GPL vmlinux 0x83cd140f bpfilter_umh_cleanup +EXPORT_SYMBOL_GPL vmlinux 0x83da679a dpcon_reset +EXPORT_SYMBOL_GPL vmlinux 0x83e08bb3 evict_inodes +EXPORT_SYMBOL_GPL vmlinux 0x83e68533 nd_cmd_out_size +EXPORT_SYMBOL_GPL vmlinux 0x83e7d07e bpf_map_inc +EXPORT_SYMBOL_GPL vmlinux 0x83eb7a24 serial8250_rpm_put_tx +EXPORT_SYMBOL_GPL vmlinux 0x83efbd4f regulator_bulk_free +EXPORT_SYMBOL_GPL vmlinux 0x83f49059 phy_pm_runtime_get +EXPORT_SYMBOL_GPL vmlinux 0x83faaa3c uart_console_device +EXPORT_SYMBOL_GPL vmlinux 0x840ec54b ipv4_redirect +EXPORT_SYMBOL_GPL vmlinux 0x84106f36 devlink_trap_ctx_priv +EXPORT_SYMBOL_GPL vmlinux 0x841b65f9 crypto_dequeue_request +EXPORT_SYMBOL_GPL vmlinux 0x841f3921 ahci_platform_deassert_rsts +EXPORT_SYMBOL_GPL vmlinux 0x8421d7eb debugfs_create_symlink +EXPORT_SYMBOL_GPL vmlinux 0x8425b9c3 xas_split_alloc +EXPORT_SYMBOL_GPL vmlinux 0x84264ced fs_umode_to_ftype +EXPORT_SYMBOL_GPL vmlinux 0x8429e03e get_state_synchronize_srcu +EXPORT_SYMBOL_GPL vmlinux 0x842f046d usb_poison_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0x84303dad hwpoison_filter +EXPORT_SYMBOL_GPL vmlinux 0x8432f972 tty_port_link_device +EXPORT_SYMBOL_GPL vmlinux 0x843a7c74 ata_sff_tf_load +EXPORT_SYMBOL_GPL vmlinux 0x843d70ef acpi_is_root_bridge +EXPORT_SYMBOL_GPL vmlinux 0x84502a47 blk_status_to_errno +EXPORT_SYMBOL_GPL vmlinux 0x845f287b device_create_managed_software_node +EXPORT_SYMBOL_GPL vmlinux 0x8462cb62 atapi_cmd_type +EXPORT_SYMBOL_GPL vmlinux 0x846c3d12 fsl_mc_bus_dpdbg_type +EXPORT_SYMBOL_GPL vmlinux 0x846d4a11 vring_create_virtqueue +EXPORT_SYMBOL_GPL vmlinux 0x84769909 nvmem_del_cell_table +EXPORT_SYMBOL_GPL vmlinux 0x8489d315 crypto_shash_final +EXPORT_SYMBOL_GPL vmlinux 0x849a86a4 kvm_arch_ptp_get_crosststamp +EXPORT_SYMBOL_GPL vmlinux 0x84a8d0eb of_changeset_revert +EXPORT_SYMBOL_GPL vmlinux 0x84accf04 devm_mbox_controller_unregister +EXPORT_SYMBOL_GPL vmlinux 0x84ad08b8 cpufreq_freq_transition_begin +EXPORT_SYMBOL_GPL vmlinux 0x84b46187 fsnotify_destroy_mark +EXPORT_SYMBOL_GPL vmlinux 0x84b74482 pci_remove_root_bus +EXPORT_SYMBOL_GPL vmlinux 0x84bc2166 devm_mbox_controller_register +EXPORT_SYMBOL_GPL vmlinux 0x84c741e2 irq_chip_request_resources_parent +EXPORT_SYMBOL_GPL vmlinux 0x84c8eefc mtk_mux_clr_set_upd_ops +EXPORT_SYMBOL_GPL vmlinux 0x84d4b08c __devm_regmap_init_i2c +EXPORT_SYMBOL_GPL vmlinux 0x84d53887 usb_control_msg_recv +EXPORT_SYMBOL_GPL vmlinux 0x84dde8ad irq_of_parse_and_map +EXPORT_SYMBOL_GPL vmlinux 0x84e33a68 device_wakeup_disable +EXPORT_SYMBOL_GPL vmlinux 0x84ecc989 vp_legacy_set_queue_address +EXPORT_SYMBOL_GPL vmlinux 0x84eefb7b user_destroy +EXPORT_SYMBOL_GPL vmlinux 0x84ef27f5 synth_event_add_fields +EXPORT_SYMBOL_GPL vmlinux 0x84f1d7ff hv_setup_dma_ops +EXPORT_SYMBOL_GPL vmlinux 0x84ff0d01 bdev_disk_changed +EXPORT_SYMBOL_GPL vmlinux 0x8506baa8 clk_unregister_gate +EXPORT_SYMBOL_GPL vmlinux 0x850bb6db devlink_health_reporter_destroy +EXPORT_SYMBOL_GPL vmlinux 0x850bf2a0 wwan_get_debugfs_dir +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 0x85204f01 relay_file_operations +EXPORT_SYMBOL_GPL vmlinux 0x85224dc2 pcie_port_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x8527ce6e devlink_dpipe_entry_ctx_close +EXPORT_SYMBOL_GPL vmlinux 0x8537b2a6 serdev_device_write +EXPORT_SYMBOL_GPL vmlinux 0x8539a8b1 class_dev_iter_next +EXPORT_SYMBOL_GPL vmlinux 0x8539d178 mtk_eint_find_irq +EXPORT_SYMBOL_GPL vmlinux 0x853c44f3 dev_pm_qos_hide_flags +EXPORT_SYMBOL_GPL vmlinux 0x8540bb6a md_bitmap_load +EXPORT_SYMBOL_GPL vmlinux 0x8546bb6f unregister_wide_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0x85540ebc nvmem_cell_put +EXPORT_SYMBOL_GPL vmlinux 0x8559beb8 devlink_port_type_ib_set +EXPORT_SYMBOL_GPL vmlinux 0x856ed9f1 of_irq_to_resource_table +EXPORT_SYMBOL_GPL vmlinux 0x857aada3 input_ff_flush +EXPORT_SYMBOL_GPL vmlinux 0x85812504 splice_to_pipe +EXPORT_SYMBOL_GPL vmlinux 0x85862277 ioasid_find +EXPORT_SYMBOL_GPL vmlinux 0x858e2628 dax_holder +EXPORT_SYMBOL_GPL vmlinux 0x8597efd2 nfs42_ssc_register +EXPORT_SYMBOL_GPL vmlinux 0x859b1ff6 phylink_validate_mask_caps +EXPORT_SYMBOL_GPL vmlinux 0x859cef30 pwm_capture +EXPORT_SYMBOL_GPL vmlinux 0x85a43fb7 aead_init_geniv +EXPORT_SYMBOL_GPL vmlinux 0x85aadff8 dax_remove_host +EXPORT_SYMBOL_GPL vmlinux 0x85afd422 pskb_put +EXPORT_SYMBOL_GPL vmlinux 0x85bcee78 kvm_vcpu_write_guest_page +EXPORT_SYMBOL_GPL vmlinux 0x85ca634c virtqueue_resize +EXPORT_SYMBOL_GPL vmlinux 0x85d3df98 fscrypt_dio_supported +EXPORT_SYMBOL_GPL vmlinux 0x85eec9a4 clk_hw_get_parent +EXPORT_SYMBOL_GPL vmlinux 0x85eed1be iopf_queue_discard_partial +EXPORT_SYMBOL_GPL vmlinux 0x85f4dc95 dm_put +EXPORT_SYMBOL_GPL vmlinux 0x861a7a70 fscrypt_dummy_policies_equal +EXPORT_SYMBOL_GPL vmlinux 0x861becb1 virtqueue_get_avail_addr +EXPORT_SYMBOL_GPL vmlinux 0x861cacaf __inet_lookup_established +EXPORT_SYMBOL_GPL vmlinux 0x862178fc mnt_idmap_owner +EXPORT_SYMBOL_GPL vmlinux 0x862258db timecounter_init +EXPORT_SYMBOL_GPL vmlinux 0x86285de4 tcp_bpf_sendmsg_redir +EXPORT_SYMBOL_GPL vmlinux 0x862bb17b linear_range_values_in_range_array +EXPORT_SYMBOL_GPL vmlinux 0x8633a21e mtk_pinconf_adv_pull_set +EXPORT_SYMBOL_GPL vmlinux 0x863700fe edac_pci_handle_npe +EXPORT_SYMBOL_GPL vmlinux 0x863ce334 devlink_param_register +EXPORT_SYMBOL_GPL vmlinux 0x8649c725 fuse_abort_conn +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 0x86751b5f vp_modern_set_features +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 0x869415f3 nf_checksum +EXPORT_SYMBOL_GPL vmlinux 0x869f0c12 extcon_get_edev_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0x86b13d2a usb_unpoison_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0x86b1ceb3 tegra210_set_sata_pll_seq_sw +EXPORT_SYMBOL_GPL vmlinux 0x86b3f66b l3mdev_update_flow +EXPORT_SYMBOL_GPL vmlinux 0x86b42f35 platform_device_register +EXPORT_SYMBOL_GPL vmlinux 0x86c02001 ipi_send_mask +EXPORT_SYMBOL_GPL vmlinux 0x86c43a8c cper_estatus_check +EXPORT_SYMBOL_GPL vmlinux 0x86d63ab5 init_dummy_netdev +EXPORT_SYMBOL_GPL vmlinux 0x86e4ed56 xfrm_output +EXPORT_SYMBOL_GPL vmlinux 0x86ea3710 nvdimm_cmd_mask +EXPORT_SYMBOL_GPL vmlinux 0x86f07f09 pinctrl_pm_select_sleep_state +EXPORT_SYMBOL_GPL vmlinux 0x86f46503 pci_dev_unlock +EXPORT_SYMBOL_GPL vmlinux 0x86f6b99d synchronize_rcu_expedited +EXPORT_SYMBOL_GPL vmlinux 0x86f85114 net_dec_egress_queue +EXPORT_SYMBOL_GPL vmlinux 0x86fbf3bc wbc_attach_and_unlock_inode +EXPORT_SYMBOL_GPL vmlinux 0x870c4d73 dm_bio_get_target_bio_nr +EXPORT_SYMBOL_GPL vmlinux 0x870e16b7 xen_test_irq_shared +EXPORT_SYMBOL_GPL vmlinux 0x8712b84a of_icc_xlate_onecell +EXPORT_SYMBOL_GPL vmlinux 0x8720d19a xhci_suspend +EXPORT_SYMBOL_GPL vmlinux 0x87258a37 mas_store +EXPORT_SYMBOL_GPL vmlinux 0x874c270b mtk_pinconf_drive_get_rev1 +EXPORT_SYMBOL_GPL vmlinux 0x874f88b6 meson_clk_dualdiv_ops +EXPORT_SYMBOL_GPL vmlinux 0x87501d13 phy_resolve_aneg_linkmode +EXPORT_SYMBOL_GPL vmlinux 0x87515604 fixed_phy_set_link_update +EXPORT_SYMBOL_GPL vmlinux 0x875a3f4e usb_add_phy +EXPORT_SYMBOL_GPL vmlinux 0x876ad27b ohci_resume +EXPORT_SYMBOL_GPL vmlinux 0x87848253 input_ff_upload +EXPORT_SYMBOL_GPL vmlinux 0x878acc70 xhci_reset_bandwidth +EXPORT_SYMBOL_GPL vmlinux 0x878adfc3 fwnode_connection_find_matches +EXPORT_SYMBOL_GPL vmlinux 0x87908767 xas_clear_mark +EXPORT_SYMBOL_GPL vmlinux 0x87942085 handle_fasteoi_nmi +EXPORT_SYMBOL_GPL vmlinux 0x87ac7411 __tracepoint_ata_exec_command +EXPORT_SYMBOL_GPL vmlinux 0x87c50486 dev_set_name +EXPORT_SYMBOL_GPL vmlinux 0x87cedc32 __irq_resolve_mapping +EXPORT_SYMBOL_GPL vmlinux 0x87e706ad perf_get_aux +EXPORT_SYMBOL_GPL vmlinux 0x87f4d857 device_get_named_child_node +EXPORT_SYMBOL_GPL vmlinux 0x87f9afee rdev_clear_badblocks +EXPORT_SYMBOL_GPL vmlinux 0x881620c6 usb_match_one_id +EXPORT_SYMBOL_GPL vmlinux 0x8817f8b7 dev_attr_sw_activity +EXPORT_SYMBOL_GPL vmlinux 0x88312a60 __devm_reset_control_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0x88371d7d evm_inode_init_security +EXPORT_SYMBOL_GPL vmlinux 0x88376f57 pci_dev_lock +EXPORT_SYMBOL_GPL vmlinux 0x883e2510 xen_unregister_device_domain_owner +EXPORT_SYMBOL_GPL vmlinux 0x88464832 bpf_prog_sub +EXPORT_SYMBOL_GPL vmlinux 0x88476f9f devl_lock +EXPORT_SYMBOL_GPL vmlinux 0x884eacdf xfrm_dev_offload_ok +EXPORT_SYMBOL_GPL vmlinux 0x88547ed1 trace_array_printk +EXPORT_SYMBOL_GPL vmlinux 0x885528a6 ring_buffer_discard_commit +EXPORT_SYMBOL_GPL vmlinux 0x8867dd7d rtnl_link_unregister +EXPORT_SYMBOL_GPL vmlinux 0x887a7d89 cdrom_read_tocentry +EXPORT_SYMBOL_GPL vmlinux 0x8882c64e fat_sync_inode +EXPORT_SYMBOL_GPL vmlinux 0x888c5be5 irq_bypass_register_consumer +EXPORT_SYMBOL_GPL vmlinux 0x88993673 pinctrl_get_group_pins +EXPORT_SYMBOL_GPL vmlinux 0x88ab6fe3 kgdb_active +EXPORT_SYMBOL_GPL vmlinux 0x88b394ba fib6_new_table +EXPORT_SYMBOL_GPL vmlinux 0x88b4ae92 ring_buffer_normalize_time_stamp +EXPORT_SYMBOL_GPL vmlinux 0x88b915fd devm_pm_opp_of_add_table +EXPORT_SYMBOL_GPL vmlinux 0x88cce6a0 xas_find_marked +EXPORT_SYMBOL_GPL vmlinux 0x88cd7a9a k3_ringacc_ring_get_occ +EXPORT_SYMBOL_GPL vmlinux 0x88d1ab48 devm_led_classdev_register_ext +EXPORT_SYMBOL_GPL vmlinux 0x88d20185 regulator_set_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x88ee90d4 vcap_find_keystream_keysets +EXPORT_SYMBOL_GPL vmlinux 0x890f4f97 __kprobe_event_gen_cmd_start +EXPORT_SYMBOL_GPL vmlinux 0x890fa0fa btree_get_prev +EXPORT_SYMBOL_GPL vmlinux 0x8911c927 nd_region_provider_data +EXPORT_SYMBOL_GPL vmlinux 0x891773f9 nfs42_ssc_unregister +EXPORT_SYMBOL_GPL vmlinux 0x891a5a7f gnttab_max_grant_frames +EXPORT_SYMBOL_GPL vmlinux 0x89223f10 dev_attr_unload_heads +EXPORT_SYMBOL_GPL vmlinux 0x89242bdd sb800_prefetch +EXPORT_SYMBOL_GPL vmlinux 0x8924eb1e rcu_force_quiescent_state +EXPORT_SYMBOL_GPL vmlinux 0x892c13d2 rtc_set_time +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 0x895b5452 ahci_platform_disable_resources +EXPORT_SYMBOL_GPL vmlinux 0x89639e4e ip6_flush_pending_frames +EXPORT_SYMBOL_GPL vmlinux 0x897967ad pci_disable_sriov +EXPORT_SYMBOL_GPL vmlinux 0x898221c9 virtqueue_get_vring +EXPORT_SYMBOL_GPL vmlinux 0x89971e6c mtk_clk_gate_ops_setclr +EXPORT_SYMBOL_GPL vmlinux 0x899b00f5 spi_mem_driver_register_with_owner +EXPORT_SYMBOL_GPL vmlinux 0x89a4476d HYPERVISOR_multicall +EXPORT_SYMBOL_GPL vmlinux 0x89a873eb regcache_cache_bypass +EXPORT_SYMBOL_GPL vmlinux 0x89aa1b09 fwnode_graph_get_endpoint_count +EXPORT_SYMBOL_GPL vmlinux 0x89ae7aa0 rsa_parse_pub_key +EXPORT_SYMBOL_GPL vmlinux 0x89b38d17 skb_partial_csum_set +EXPORT_SYMBOL_GPL vmlinux 0x89b49695 sk_msg_zerocopy_from_iter +EXPORT_SYMBOL_GPL vmlinux 0x89b94668 mptcp_diag_fill_info +EXPORT_SYMBOL_GPL vmlinux 0x89bbafc6 usb_register_notify +EXPORT_SYMBOL_GPL vmlinux 0x89bbb93e devm_pm_runtime_enable +EXPORT_SYMBOL_GPL vmlinux 0x89bec8b0 gfn_to_pfn_memslot_atomic +EXPORT_SYMBOL_GPL vmlinux 0x89bfbbf8 clk_hw_set_parent +EXPORT_SYMBOL_GPL vmlinux 0x89c429e4 __tracepoint_mc_event +EXPORT_SYMBOL_GPL vmlinux 0x89c7e784 key_type_encrypted +EXPORT_SYMBOL_GPL vmlinux 0x89d3fc5b power_supply_get_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0x89d512a8 ipv6_proxy_select_ident +EXPORT_SYMBOL_GPL vmlinux 0x89d7db11 dev_pm_opp_is_turbo +EXPORT_SYMBOL_GPL vmlinux 0x89dba824 fsl_mc_device_add +EXPORT_SYMBOL_GPL vmlinux 0x89dec199 pci_enable_sriov +EXPORT_SYMBOL_GPL vmlinux 0x89e1ec9d acpi_get_subsystem_id +EXPORT_SYMBOL_GPL vmlinux 0x89e340cf acpi_bus_get_ejd +EXPORT_SYMBOL_GPL vmlinux 0x89f90a60 pinctrl_enable +EXPORT_SYMBOL_GPL vmlinux 0x8a25c362 dev_pm_genpd_set_next_wakeup +EXPORT_SYMBOL_GPL vmlinux 0x8a3f84ba linear_range_get_selector_low +EXPORT_SYMBOL_GPL vmlinux 0x8a45a555 acpi_unregister_wakeup_handler +EXPORT_SYMBOL_GPL vmlinux 0x8a4d5605 imx_unregister_hw_clocks +EXPORT_SYMBOL_GPL vmlinux 0x8a554a36 mpc8xxx_spi_strmode +EXPORT_SYMBOL_GPL vmlinux 0x8a5e3c43 devres_find +EXPORT_SYMBOL_GPL vmlinux 0x8a62b81b sfp_upstream_stop +EXPORT_SYMBOL_GPL vmlinux 0x8a63b282 regulator_get_voltage +EXPORT_SYMBOL_GPL vmlinux 0x8a6ded48 get_net_ns +EXPORT_SYMBOL_GPL vmlinux 0x8a7cd85c rio_release_dma +EXPORT_SYMBOL_GPL vmlinux 0x8a83180e dma_can_mmap +EXPORT_SYMBOL_GPL vmlinux 0x8a83fb45 mpi_point_free_parts +EXPORT_SYMBOL_GPL vmlinux 0x8a8f1c05 wm8350_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x8a8f3780 devm_thermal_of_zone_unregister +EXPORT_SYMBOL_GPL vmlinux 0x8a9670ee pci_doe_supports_prot +EXPORT_SYMBOL_GPL vmlinux 0x8abacc47 get_max_files +EXPORT_SYMBOL_GPL vmlinux 0x8ac1407b sfp_get_module_eeprom +EXPORT_SYMBOL_GPL vmlinux 0x8ac48256 devm_hwmon_sanitize_name +EXPORT_SYMBOL_GPL vmlinux 0x8ac57bc7 fwnode_get_named_child_node +EXPORT_SYMBOL_GPL vmlinux 0x8acc5c35 sysfs_chmod_file +EXPORT_SYMBOL_GPL vmlinux 0x8ad3abd0 pci_enable_ats +EXPORT_SYMBOL_GPL vmlinux 0x8b0c72a2 ack_all_badblocks +EXPORT_SYMBOL_GPL vmlinux 0x8b149c36 clk_is_match +EXPORT_SYMBOL_GPL vmlinux 0x8b20dff2 devm_regmap_field_bulk_alloc +EXPORT_SYMBOL_GPL vmlinux 0x8b23fd44 regcache_mark_dirty +EXPORT_SYMBOL_GPL vmlinux 0x8b34f681 iomap_invalidate_folio +EXPORT_SYMBOL_GPL vmlinux 0x8b4149e4 cppc_perf_ctrs_in_pcc +EXPORT_SYMBOL_GPL vmlinux 0x8b45ac5b of_cpufreq_cooling_register +EXPORT_SYMBOL_GPL vmlinux 0x8b4de9e8 usb_interrupt_msg +EXPORT_SYMBOL_GPL vmlinux 0x8b5498a1 dax_writeback_mapping_range +EXPORT_SYMBOL_GPL vmlinux 0x8b650752 mtk_mutex_release +EXPORT_SYMBOL_GPL vmlinux 0x8b6c6649 ata_bmdma_post_internal_cmd +EXPORT_SYMBOL_GPL vmlinux 0x8b730247 wwan_create_port +EXPORT_SYMBOL_GPL vmlinux 0x8b7a698b __tracepoint_xdp_exception +EXPORT_SYMBOL_GPL vmlinux 0x8b7a79ca tty_register_device_attr +EXPORT_SYMBOL_GPL vmlinux 0x8b89f01c hv_ghcb_hypercall +EXPORT_SYMBOL_GPL vmlinux 0x8b90c723 fib4_rule_default +EXPORT_SYMBOL_GPL vmlinux 0x8b9c04ac crypto_alloc_kpp +EXPORT_SYMBOL_GPL vmlinux 0x8b9db61e crypto_enqueue_request +EXPORT_SYMBOL_GPL vmlinux 0x8ba0eb15 hv_set_vpreg +EXPORT_SYMBOL_GPL vmlinux 0x8ba5afe9 HYPERVISOR_memory_op +EXPORT_SYMBOL_GPL vmlinux 0x8ba87af4 iommu_map_sg +EXPORT_SYMBOL_GPL vmlinux 0x8bab1fef fsl_mc_bus_dpseci_type +EXPORT_SYMBOL_GPL vmlinux 0x8bbf9299 device_property_read_u16_array +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 0x8c062e01 mptcp_pm_get_add_addr_signal_max +EXPORT_SYMBOL_GPL vmlinux 0x8c083396 phylink_mii_c45_pcs_get_state +EXPORT_SYMBOL_GPL vmlinux 0x8c08fe93 pinconf_generic_parse_dt_config +EXPORT_SYMBOL_GPL vmlinux 0x8c0ed103 rcu_check_boost_fail +EXPORT_SYMBOL_GPL vmlinux 0x8c27179a rio_mport_chk_dev_access +EXPORT_SYMBOL_GPL vmlinux 0x8c28c910 bio_clone_blkg_association +EXPORT_SYMBOL_GPL vmlinux 0x8c2a9c4b dev_pm_domain_detach +EXPORT_SYMBOL_GPL vmlinux 0x8c364e2d pci_doe_submit_task +EXPORT_SYMBOL_GPL vmlinux 0x8c484409 gnttab_release_grant_reference +EXPORT_SYMBOL_GPL vmlinux 0x8c4d2428 mt_prev +EXPORT_SYMBOL_GPL vmlinux 0x8c50c9fd __traceiter_pelt_rt_tp +EXPORT_SYMBOL_GPL vmlinux 0x8c51e0b8 fat_fill_super +EXPORT_SYMBOL_GPL vmlinux 0x8c6a92f0 ip6_route_lookup +EXPORT_SYMBOL_GPL vmlinux 0x8c743fb6 reset_control_status +EXPORT_SYMBOL_GPL vmlinux 0x8c7b289b sdio_set_block_size +EXPORT_SYMBOL_GPL vmlinux 0x8c7bd09a pci_epc_mem_alloc_addr +EXPORT_SYMBOL_GPL vmlinux 0x8c83e888 alloc_skb_for_msg +EXPORT_SYMBOL_GPL vmlinux 0x8c89e3b8 usb_phy_roothub_power_off +EXPORT_SYMBOL_GPL vmlinux 0x8c8b1ca2 sock_map_unhash +EXPORT_SYMBOL_GPL vmlinux 0x8c962fc7 da9052_disable_irq +EXPORT_SYMBOL_GPL vmlinux 0x8c96ae55 power_supply_am_i_supplied +EXPORT_SYMBOL_GPL vmlinux 0x8c98d248 unregister_vmcore_cb +EXPORT_SYMBOL_GPL vmlinux 0x8c9cfad3 devl_dpipe_table_resource_set +EXPORT_SYMBOL_GPL vmlinux 0x8c9e54d3 devlink_info_version_running_put_ext +EXPORT_SYMBOL_GPL vmlinux 0x8ca2b3ea irq_domain_disconnect_hierarchy +EXPORT_SYMBOL_GPL vmlinux 0x8cb5a38e k3_udma_glue_rx_flow_disable +EXPORT_SYMBOL_GPL vmlinux 0x8cce75d0 devm_otg_ulpi_create +EXPORT_SYMBOL_GPL vmlinux 0x8cd3307b serdev_device_add +EXPORT_SYMBOL_GPL vmlinux 0x8cdb7530 irq_chip_enable_parent +EXPORT_SYMBOL_GPL vmlinux 0x8ce2d446 __tracepoint_block_rq_remap +EXPORT_SYMBOL_GPL vmlinux 0x8cfc58c3 virtio_reset_device +EXPORT_SYMBOL_GPL vmlinux 0x8cffd741 device_phy_find_device +EXPORT_SYMBOL_GPL vmlinux 0x8d0abf3a __tracepoint_io_page_fault +EXPORT_SYMBOL_GPL vmlinux 0x8d0d5faf vcap_keyfieldset +EXPORT_SYMBOL_GPL vmlinux 0x8d22bb58 iommu_group_alloc +EXPORT_SYMBOL_GPL vmlinux 0x8d22e3b9 exportfs_decode_fh_raw +EXPORT_SYMBOL_GPL vmlinux 0x8d3330b6 cpuacct_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0x8d375d98 nvmem_device_cell_read +EXPORT_SYMBOL_GPL vmlinux 0x8d397c8a of_i2c_get_board_info +EXPORT_SYMBOL_GPL vmlinux 0x8d3d20d4 meson_pmx_get_funcs_count +EXPORT_SYMBOL_GPL vmlinux 0x8d4842d3 usb_device_match_id +EXPORT_SYMBOL_GPL vmlinux 0x8d48fdc9 icc_provider_deregister +EXPORT_SYMBOL_GPL vmlinux 0x8d5061ff kgdb_unregister_io_module +EXPORT_SYMBOL_GPL vmlinux 0x8d522714 __rcu_read_lock +EXPORT_SYMBOL_GPL vmlinux 0x8d5b4eac devm_usb_get_phy_by_node +EXPORT_SYMBOL_GPL vmlinux 0x8d628862 crypto_stats_rng_generate +EXPORT_SYMBOL_GPL vmlinux 0x8d6c41d8 inet_hash +EXPORT_SYMBOL_GPL vmlinux 0x8d6f271c crypto_larval_alloc +EXPORT_SYMBOL_GPL vmlinux 0x8d7899b3 tegra_bpmp_transfer_atomic +EXPORT_SYMBOL_GPL vmlinux 0x8d7e3373 hwpoison_filter_dev_major +EXPORT_SYMBOL_GPL vmlinux 0x8d908ebf power_supply_get_maintenance_charging_setting +EXPORT_SYMBOL_GPL vmlinux 0x8d955a35 crypto_unregister_acomp +EXPORT_SYMBOL_GPL vmlinux 0x8d99e3e1 devm_tegra_memory_controller_get +EXPORT_SYMBOL_GPL vmlinux 0x8dacf317 max8997_bulk_write +EXPORT_SYMBOL_GPL vmlinux 0x8db35908 dev_pm_opp_get_freq +EXPORT_SYMBOL_GPL vmlinux 0x8dbf7aaa privcmd_call +EXPORT_SYMBOL_GPL vmlinux 0x8dd218b0 icc_bulk_disable +EXPORT_SYMBOL_GPL vmlinux 0x8ddd84a9 blk_crypto_evict_key +EXPORT_SYMBOL_GPL vmlinux 0x8de6817a acpi_dev_resource_address_space +EXPORT_SYMBOL_GPL vmlinux 0x8e116925 debugfs_create_file_size +EXPORT_SYMBOL_GPL vmlinux 0x8e16419b trace_clock_local +EXPORT_SYMBOL_GPL vmlinux 0x8e1ceb01 dev_pm_opp_of_remove_table +EXPORT_SYMBOL_GPL vmlinux 0x8e2118e5 __suspend_report_result +EXPORT_SYMBOL_GPL vmlinux 0x8e2666b0 serdev_device_wait_until_sent +EXPORT_SYMBOL_GPL vmlinux 0x8e2fb43f pci_max_pasids +EXPORT_SYMBOL_GPL vmlinux 0x8e392d87 spi_mem_supports_op +EXPORT_SYMBOL_GPL vmlinux 0x8e4b63a6 hisi_clk_register_gate_sep +EXPORT_SYMBOL_GPL vmlinux 0x8e4eb451 bpf_sk_storage_diag_free +EXPORT_SYMBOL_GPL vmlinux 0x8e5862e9 sdio_readl +EXPORT_SYMBOL_GPL vmlinux 0x8e58bc25 iommu_setup_dma_ops +EXPORT_SYMBOL_GPL vmlinux 0x8e5c981c crypto_stats_akcipher_encrypt +EXPORT_SYMBOL_GPL vmlinux 0x8e67fb21 i2c_dw_validate_speed +EXPORT_SYMBOL_GPL vmlinux 0x8e6b1a9e net_selftest_get_count +EXPORT_SYMBOL_GPL vmlinux 0x8e6fa8b5 apei_exec_pre_map_gars +EXPORT_SYMBOL_GPL vmlinux 0x8e714abf __traceiter_sched_util_est_se_tp +EXPORT_SYMBOL_GPL vmlinux 0x8e7c88b0 fsl_mc_bus_dpdmux_type +EXPORT_SYMBOL_GPL vmlinux 0x8e7f0a9c acpi_get_phys_id +EXPORT_SYMBOL_GPL vmlinux 0x8e828bde gpiod_set_raw_array_value +EXPORT_SYMBOL_GPL vmlinux 0x8e917576 devm_thermal_of_zone_register +EXPORT_SYMBOL_GPL vmlinux 0x8e92235a tegra210_clk_emc_attach +EXPORT_SYMBOL_GPL vmlinux 0x8e98f626 ata_sas_port_destroy +EXPORT_SYMBOL_GPL vmlinux 0x8e9ec806 thermal_of_zone_register +EXPORT_SYMBOL_GPL vmlinux 0x8ead800c user_free_preparse +EXPORT_SYMBOL_GPL vmlinux 0x8ec6a479 fwnode_property_get_reference_args +EXPORT_SYMBOL_GPL vmlinux 0x8ed560a9 srcutorture_get_gp_data +EXPORT_SYMBOL_GPL vmlinux 0x8ed56629 xhci_resume +EXPORT_SYMBOL_GPL vmlinux 0x8ed6cea5 relay_late_setup_files +EXPORT_SYMBOL_GPL vmlinux 0x8ee13c49 clk_hw_register +EXPORT_SYMBOL_GPL vmlinux 0x8eec19bd __SCK__tp_func_pelt_dl_tp +EXPORT_SYMBOL_GPL vmlinux 0x8eee3399 dax_read_unlock +EXPORT_SYMBOL_GPL vmlinux 0x8ef2ce40 gnttab_unmap_refs +EXPORT_SYMBOL_GPL vmlinux 0x8efa7091 pci_p2pmem_alloc_sgl +EXPORT_SYMBOL_GPL vmlinux 0x8efd3d1c create_signature +EXPORT_SYMBOL_GPL vmlinux 0x8efe6140 pci_msi_unmask_irq +EXPORT_SYMBOL_GPL vmlinux 0x8f0748af rcu_expedite_gp +EXPORT_SYMBOL_GPL vmlinux 0x8f0b781d iova_domain_init_rcaches +EXPORT_SYMBOL_GPL vmlinux 0x8f18c437 vcap_is_next_lookup +EXPORT_SYMBOL_GPL vmlinux 0x8f33c92f dev_pm_opp_of_cpumask_add_table +EXPORT_SYMBOL_GPL vmlinux 0x8f36ed77 spi_mem_poll_status +EXPORT_SYMBOL_GPL vmlinux 0x8f380668 pinmux_generic_get_function +EXPORT_SYMBOL_GPL vmlinux 0x8f3969e1 zynqmp_pm_clock_getrate +EXPORT_SYMBOL_GPL vmlinux 0x8f3a9fee usb_block_urb +EXPORT_SYMBOL_GPL vmlinux 0x8f3b2160 udp6_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0x8f442a11 devm_ioremap_uc +EXPORT_SYMBOL_GPL vmlinux 0x8f55de6b iommu_domain_free +EXPORT_SYMBOL_GPL vmlinux 0x8f56a434 devfreq_get_devfreq_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0x8f644800 pinmux_generic_remove_function +EXPORT_SYMBOL_GPL vmlinux 0x8f696559 dev_pm_opp_adjust_voltage +EXPORT_SYMBOL_GPL vmlinux 0x8f6cee77 __round_jiffies_relative +EXPORT_SYMBOL_GPL vmlinux 0x8f786bee fs_umode_to_dtype +EXPORT_SYMBOL_GPL vmlinux 0x8f7bd0a6 btree_init_mempool +EXPORT_SYMBOL_GPL vmlinux 0x8f8963a7 pci_enable_rom +EXPORT_SYMBOL_GPL vmlinux 0x8f8c687c ata_sff_qc_fill_rtf +EXPORT_SYMBOL_GPL vmlinux 0x8f8e11d4 rockchip_clk_register_plls +EXPORT_SYMBOL_GPL vmlinux 0x8f980d8e devm_gpiod_get_array +EXPORT_SYMBOL_GPL vmlinux 0x8fa14dfa kernel_kobj +EXPORT_SYMBOL_GPL vmlinux 0x8fa5a6ee dev_fetch_sw_netstats +EXPORT_SYMBOL_GPL vmlinux 0x8faa800d acpi_cpc_valid +EXPORT_SYMBOL_GPL vmlinux 0x8fb347f6 kset_create_and_add +EXPORT_SYMBOL_GPL vmlinux 0x8fbcaa1b clk_hw_get_num_parents +EXPORT_SYMBOL_GPL vmlinux 0x8fbfeabf devm_regulator_bulk_get_enable +EXPORT_SYMBOL_GPL vmlinux 0x8fc12788 software_node_unregister_node_group +EXPORT_SYMBOL_GPL vmlinux 0x8fc72f9e kill_device +EXPORT_SYMBOL_GPL vmlinux 0x8fccf91b skb_segment +EXPORT_SYMBOL_GPL vmlinux 0x8fd5ffa9 sk_msg_recvmsg +EXPORT_SYMBOL_GPL vmlinux 0x8ff60436 mpi_ec_add_points +EXPORT_SYMBOL_GPL vmlinux 0x8ff7ea2f devlink_region_snapshot_id_get +EXPORT_SYMBOL_GPL vmlinux 0x8ff8f292 devm_nvmem_device_get +EXPORT_SYMBOL_GPL vmlinux 0x8ffe792f tracepoint_probe_register_prio_may_exist +EXPORT_SYMBOL_GPL vmlinux 0x90068d69 pm_generic_suspend_noirq +EXPORT_SYMBOL_GPL vmlinux 0x900adb4b i2c_slave_register +EXPORT_SYMBOL_GPL vmlinux 0x901c7fd1 bpf_offload_dev_match +EXPORT_SYMBOL_GPL vmlinux 0x902e70a1 xenbus_dev_error +EXPORT_SYMBOL_GPL vmlinux 0x903b627c list_lru_isolate_move +EXPORT_SYMBOL_GPL vmlinux 0x904847bb generic_device_group +EXPORT_SYMBOL_GPL vmlinux 0x90563f56 ata_dummy_port_info +EXPORT_SYMBOL_GPL vmlinux 0x905c3e60 __fscrypt_prepare_lookup +EXPORT_SYMBOL_GPL vmlinux 0x906003db fuse_sync_release +EXPORT_SYMBOL_GPL vmlinux 0x90648755 acpi_subsys_restore_early +EXPORT_SYMBOL_GPL vmlinux 0x907893b0 usb_get_intf +EXPORT_SYMBOL_GPL vmlinux 0x907e40bc gpiochip_line_is_valid +EXPORT_SYMBOL_GPL vmlinux 0x90850aa9 devm_i2c_new_dummy_device +EXPORT_SYMBOL_GPL vmlinux 0x909404bd devm_led_trigger_register +EXPORT_SYMBOL_GPL vmlinux 0x909cd6af rcu_trc_cmpxchg_need_qs +EXPORT_SYMBOL_GPL vmlinux 0x90a9d8cc hv_is_hyperv_initialized +EXPORT_SYMBOL_GPL vmlinux 0x90ad66b1 software_node_unregister_nodes +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 0x90d937b4 __tracepoint_pelt_rt_tp +EXPORT_SYMBOL_GPL vmlinux 0x90dc96b4 __audit_inode_child +EXPORT_SYMBOL_GPL vmlinux 0x90e53de4 handle_bad_irq +EXPORT_SYMBOL_GPL vmlinux 0x90fa5fdc mtk_pinconf_bias_disable_set_rev1 +EXPORT_SYMBOL_GPL vmlinux 0x910b1d2f led_trigger_set +EXPORT_SYMBOL_GPL vmlinux 0x910bdf6b trace_seq_vprintf +EXPORT_SYMBOL_GPL vmlinux 0x911fcd6c phylink_start +EXPORT_SYMBOL_GPL vmlinux 0x912eb392 serial8250_rx_chars +EXPORT_SYMBOL_GPL vmlinux 0x9138aed0 bpf_trace_run9 +EXPORT_SYMBOL_GPL vmlinux 0x913a18bf sprd_pinctrl_core_probe +EXPORT_SYMBOL_GPL vmlinux 0x913eb48a debugfs_create_file +EXPORT_SYMBOL_GPL vmlinux 0x913ebd32 stack_depot_save +EXPORT_SYMBOL_GPL vmlinux 0x9143c7b7 cpuidle_register +EXPORT_SYMBOL_GPL vmlinux 0x914bebe4 phylink_connect_phy +EXPORT_SYMBOL_GPL vmlinux 0x91541a03 spi_get_device_id +EXPORT_SYMBOL_GPL vmlinux 0x915fed61 xdp_rxq_info_unused +EXPORT_SYMBOL_GPL vmlinux 0x91679078 crypto_unregister_ahash +EXPORT_SYMBOL_GPL vmlinux 0x916e2885 __synth_event_gen_cmd_start +EXPORT_SYMBOL_GPL vmlinux 0x917989e9 kobject_create_and_add +EXPORT_SYMBOL_GPL vmlinux 0x917f0d9a devm_phy_create +EXPORT_SYMBOL_GPL vmlinux 0x9194e18f xenbus_mkdir +EXPORT_SYMBOL_GPL vmlinux 0x91955a9f start_poll_synchronize_rcu +EXPORT_SYMBOL_GPL vmlinux 0x91965947 tps6586x_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x91a40a27 gpiochip_get_data +EXPORT_SYMBOL_GPL vmlinux 0x91b13da3 dw_pcie_find_capability +EXPORT_SYMBOL_GPL vmlinux 0x91b774a1 mpi_scanval +EXPORT_SYMBOL_GPL vmlinux 0x91ba4dd5 led_trigger_write +EXPORT_SYMBOL_GPL vmlinux 0x91be73c9 inet_csk_addr2sockaddr +EXPORT_SYMBOL_GPL vmlinux 0x91c6e5b0 pcap_to_irq +EXPORT_SYMBOL_GPL vmlinux 0x91c9313c acpi_gpio_get_io_resource +EXPORT_SYMBOL_GPL vmlinux 0x91dae685 ata_sas_port_stop +EXPORT_SYMBOL_GPL vmlinux 0x91e30809 HYPERVISOR_vm_assist +EXPORT_SYMBOL_GPL vmlinux 0x91e4e0d1 spi_mem_driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0x91ea8726 asn1_encode_boolean +EXPORT_SYMBOL_GPL vmlinux 0x91ecfdaa nvdimm_in_overwrite +EXPORT_SYMBOL_GPL vmlinux 0x91f7f70f cpufreq_register_governor +EXPORT_SYMBOL_GPL vmlinux 0x9207378c crypto_spawn_tfm2 +EXPORT_SYMBOL_GPL vmlinux 0x920c6e9a kvm_write_guest_page +EXPORT_SYMBOL_GPL vmlinux 0x920cc389 visitorl +EXPORT_SYMBOL_GPL vmlinux 0x92184e76 kobject_move +EXPORT_SYMBOL_GPL vmlinux 0x921a0f91 rtc_class_close +EXPORT_SYMBOL_GPL vmlinux 0x922e0f1e subsys_find_device_by_id +EXPORT_SYMBOL_GPL vmlinux 0x92344179 gpiochip_irqchip_irq_valid +EXPORT_SYMBOL_GPL vmlinux 0x92361f80 vp_modern_map_vq_notify +EXPORT_SYMBOL_GPL vmlinux 0x923c0894 dev_pm_clear_wake_irq +EXPORT_SYMBOL_GPL vmlinux 0x923e42aa sysfb_disable +EXPORT_SYMBOL_GPL vmlinux 0x9241b358 __static_key_slow_dec_deferred +EXPORT_SYMBOL_GPL vmlinux 0x9247aa87 encrypt_blob +EXPORT_SYMBOL_GPL vmlinux 0x9249f0c9 genpd_dev_pm_attach_by_id +EXPORT_SYMBOL_GPL vmlinux 0x924c46f8 zs_unmap_object +EXPORT_SYMBOL_GPL vmlinux 0x924dcc45 dev_pm_opp_get_max_volt_latency +EXPORT_SYMBOL_GPL vmlinux 0x9250a38e ata_do_dev_read_id +EXPORT_SYMBOL_GPL vmlinux 0x9250f81a usb_ifnum_to_if +EXPORT_SYMBOL_GPL vmlinux 0x9252d2b3 dev_coredumpsg +EXPORT_SYMBOL_GPL vmlinux 0x9258310e pci_probe_reset_slot +EXPORT_SYMBOL_GPL vmlinux 0x926ac5aa vga_default_device +EXPORT_SYMBOL_GPL vmlinux 0x926fefa1 fuse_request_end +EXPORT_SYMBOL_GPL vmlinux 0x927487ea zynqmp_pm_read_ggs +EXPORT_SYMBOL_GPL vmlinux 0x927f20cb call_switchdev_notifiers +EXPORT_SYMBOL_GPL vmlinux 0x9281f738 lwtunnel_input +EXPORT_SYMBOL_GPL vmlinux 0x92855bda pinctrl_force_default +EXPORT_SYMBOL_GPL vmlinux 0x928a5d5b ata_platform_remove_one +EXPORT_SYMBOL_GPL vmlinux 0x92918412 sdio_signal_irq +EXPORT_SYMBOL_GPL vmlinux 0x92978a34 xfrm_audit_state_replay +EXPORT_SYMBOL_GPL vmlinux 0x929e95cf psi_memstall_enter +EXPORT_SYMBOL_GPL vmlinux 0x92b8c78b hyperv_pcpu_output_arg +EXPORT_SYMBOL_GPL vmlinux 0x92bbcd65 subsys_dev_iter_exit +EXPORT_SYMBOL_GPL vmlinux 0x92d31cfb fixed_phy_add +EXPORT_SYMBOL_GPL vmlinux 0x92db8f68 do_trace_rcu_torture_read +EXPORT_SYMBOL_GPL vmlinux 0x92dd4c4c __phy_modify_mmd_changed +EXPORT_SYMBOL_GPL vmlinux 0x92e8e9ab fsverity_enqueue_verify_work +EXPORT_SYMBOL_GPL vmlinux 0x92efcab7 ahci_reset_controller +EXPORT_SYMBOL_GPL vmlinux 0x92f4332b fsl_mc_portal_free +EXPORT_SYMBOL_GPL vmlinux 0x930ab533 k3_ringacc_request_ring +EXPORT_SYMBOL_GPL vmlinux 0x93255b2b ring_buffer_lock_reserve +EXPORT_SYMBOL_GPL vmlinux 0x932c8d7a linear_range_get_value_array +EXPORT_SYMBOL_GPL vmlinux 0x932cf75f phylink_mii_c22_pcs_get_state +EXPORT_SYMBOL_GPL vmlinux 0x93378519 usb_register_dev +EXPORT_SYMBOL_GPL vmlinux 0x933f75e0 usb_unlink_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0x9344baef iomap_fiemap +EXPORT_SYMBOL_GPL vmlinux 0x935346fe __sbitmap_queue_get +EXPORT_SYMBOL_GPL vmlinux 0x9363a03a scsi_host_unblock +EXPORT_SYMBOL_GPL vmlinux 0x936d9a95 pci_assign_unassigned_bridge_resources +EXPORT_SYMBOL_GPL vmlinux 0x93a724c4 wm831x_reg_lock +EXPORT_SYMBOL_GPL vmlinux 0x93b31913 of_pse_control_get +EXPORT_SYMBOL_GPL vmlinux 0x93b98fd9 mtk_clk_simple_remove +EXPORT_SYMBOL_GPL vmlinux 0x93c7edeb usb_find_common_endpoints +EXPORT_SYMBOL_GPL vmlinux 0x93c9b8e0 usb_hcd_start_port_resume +EXPORT_SYMBOL_GPL vmlinux 0x93d1d424 gnttab_free_grant_references +EXPORT_SYMBOL_GPL vmlinux 0x93ebdf96 mt_next +EXPORT_SYMBOL_GPL vmlinux 0x93edef07 devlink_health_report +EXPORT_SYMBOL_GPL vmlinux 0x9402ec09 pci_set_pcie_reset_state +EXPORT_SYMBOL_GPL vmlinux 0x9409b885 kobject_rename +EXPORT_SYMBOL_GPL vmlinux 0x940a8294 virtio_max_dma_size +EXPORT_SYMBOL_GPL vmlinux 0x94108016 debugfs_create_devm_seqfile +EXPORT_SYMBOL_GPL vmlinux 0x9412a0b4 pci_generic_ecam_ops +EXPORT_SYMBOL_GPL vmlinux 0x9414aa94 power_supply_changed +EXPORT_SYMBOL_GPL vmlinux 0x941f2aaa eventfd_ctx_put +EXPORT_SYMBOL_GPL vmlinux 0x9423ed4d genphy_c45_config_aneg +EXPORT_SYMBOL_GPL vmlinux 0x9425bb34 nvmem_dev_name +EXPORT_SYMBOL_GPL vmlinux 0x9430b198 trace_dump_stack +EXPORT_SYMBOL_GPL vmlinux 0x9431c648 uart_try_toggle_sysrq +EXPORT_SYMBOL_GPL vmlinux 0x9434d798 usb_autopm_put_interface_no_suspend +EXPORT_SYMBOL_GPL vmlinux 0x9436e405 memory_group_register_dynamic +EXPORT_SYMBOL_GPL vmlinux 0x943f0561 relay_reset +EXPORT_SYMBOL_GPL vmlinux 0x943fc708 xen_setup_shutdown_event +EXPORT_SYMBOL_GPL vmlinux 0x944fca9a pm_runtime_enable +EXPORT_SYMBOL_GPL vmlinux 0x9455a6a9 blk_mq_pci_map_queues +EXPORT_SYMBOL_GPL vmlinux 0x945c4c06 devm_krealloc +EXPORT_SYMBOL_GPL vmlinux 0x946006ae strp_stop +EXPORT_SYMBOL_GPL vmlinux 0x9468ea70 schedule_hrtimeout_range_clock +EXPORT_SYMBOL_GPL vmlinux 0x946c0028 devlink_unregister +EXPORT_SYMBOL_GPL vmlinux 0x946dd559 sha224_zero_message_hash +EXPORT_SYMBOL_GPL vmlinux 0x946ea5e6 netlink_strict_get_check +EXPORT_SYMBOL_GPL vmlinux 0x9470cfe5 ip6_datagram_connect_v6_only +EXPORT_SYMBOL_GPL vmlinux 0x94850612 __netif_set_xps_queue +EXPORT_SYMBOL_GPL vmlinux 0x94906b11 usb_acpi_set_power_state +EXPORT_SYMBOL_GPL vmlinux 0x949b5176 devlink_region_snapshot_create +EXPORT_SYMBOL_GPL vmlinux 0x949b7da2 rtnl_put_cacheinfo +EXPORT_SYMBOL_GPL vmlinux 0x949dd10d handle_untracked_irq +EXPORT_SYMBOL_GPL vmlinux 0x949f7342 __alloc_percpu +EXPORT_SYMBOL_GPL vmlinux 0x94a175ac acpi_spi_count_resources +EXPORT_SYMBOL_GPL vmlinux 0x94ca01a5 regmap_noinc_read +EXPORT_SYMBOL_GPL vmlinux 0x94cb9bd0 devm_mtk_clk_mux_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0x94da57a7 pcie_reset_flr +EXPORT_SYMBOL_GPL vmlinux 0x94e62d2e __set_phys_to_machine_multi +EXPORT_SYMBOL_GPL vmlinux 0x94ef4d05 cpci_hp_stop +EXPORT_SYMBOL_GPL vmlinux 0x94efd247 tegra_bpmp_request_mrq +EXPORT_SYMBOL_GPL vmlinux 0x94f0136c irq_set_affinity_notifier +EXPORT_SYMBOL_GPL vmlinux 0x94f5a52e pwm_get +EXPORT_SYMBOL_GPL vmlinux 0x9504df26 irq_wake_thread +EXPORT_SYMBOL_GPL vmlinux 0x951a2773 crypto_has_alg +EXPORT_SYMBOL_GPL vmlinux 0x95392f03 kthread_use_mm +EXPORT_SYMBOL_GPL vmlinux 0x953e1b9e ktime_get_real_seconds +EXPORT_SYMBOL_GPL vmlinux 0x9542edb7 mctrl_gpio_init_noauto +EXPORT_SYMBOL_GPL vmlinux 0x95567846 shash_no_setkey +EXPORT_SYMBOL_GPL vmlinux 0x95575c33 __tracepoint_rwmmio_write +EXPORT_SYMBOL_GPL vmlinux 0x955b0e2e kthread_worker_fn +EXPORT_SYMBOL_GPL vmlinux 0x955b9497 tps65912_regmap_config +EXPORT_SYMBOL_GPL vmlinux 0x95623c67 kthread_park +EXPORT_SYMBOL_GPL vmlinux 0x956ac400 ring_buffer_dropped_events_cpu +EXPORT_SYMBOL_GPL vmlinux 0x9579532d xdp_convert_zc_to_xdp_frame +EXPORT_SYMBOL_GPL vmlinux 0x957d99d8 cgroup_get_from_fd +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 0x95971ee3 md_bitmap_copy_from_slot +EXPORT_SYMBOL_GPL vmlinux 0x959ec5f5 call_rcu_tasks +EXPORT_SYMBOL_GPL vmlinux 0x95a921e7 of_platform_depopulate +EXPORT_SYMBOL_GPL vmlinux 0x95bc9078 btree_free +EXPORT_SYMBOL_GPL vmlinux 0x95bca56a ata_host_init +EXPORT_SYMBOL_GPL vmlinux 0x95cafc9a device_rename +EXPORT_SYMBOL_GPL vmlinux 0x95cb4cf6 dma_mmap_pages +EXPORT_SYMBOL_GPL vmlinux 0x95dfa9cf dev_pm_opp_get_suspend_opp_freq +EXPORT_SYMBOL_GPL vmlinux 0x95e102ab tracepoint_probe_register +EXPORT_SYMBOL_GPL vmlinux 0x95ea06a1 phylink_ethtool_ksettings_set +EXPORT_SYMBOL_GPL vmlinux 0x95ef1ccc dmi_memdev_size +EXPORT_SYMBOL_GPL vmlinux 0x96018c74 kthread_data +EXPORT_SYMBOL_GPL vmlinux 0x961286e0 ring_buffer_read_events_cpu +EXPORT_SYMBOL_GPL vmlinux 0x961a9e96 trace_event_raw_init +EXPORT_SYMBOL_GPL vmlinux 0x9621d738 alarm_start_relative +EXPORT_SYMBOL_GPL vmlinux 0x962c8ae1 usb_kill_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0x963bcdc6 inet_csk_listen_start +EXPORT_SYMBOL_GPL vmlinux 0x9642ce96 dev_pm_qos_update_user_latency_tolerance +EXPORT_SYMBOL_GPL vmlinux 0x965426a6 cpu_topology +EXPORT_SYMBOL_GPL vmlinux 0x96554810 register_keyboard_notifier +EXPORT_SYMBOL_GPL vmlinux 0x9663adea kvm_vcpu_gfn_to_pfn +EXPORT_SYMBOL_GPL vmlinux 0x96693b61 elv_register +EXPORT_SYMBOL_GPL vmlinux 0x96755a67 gpiochip_disable_irq +EXPORT_SYMBOL_GPL vmlinux 0x9677e5bc sysfs_rename_link_ns +EXPORT_SYMBOL_GPL vmlinux 0x96798b59 register_pernet_device +EXPORT_SYMBOL_GPL vmlinux 0x9680d40d perf_event_update_userpage +EXPORT_SYMBOL_GPL vmlinux 0x9685c629 gpiod_set_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x96a38eca mmc_send_abort_tuning +EXPORT_SYMBOL_GPL vmlinux 0x96a55fda list_lru_destroy +EXPORT_SYMBOL_GPL vmlinux 0x96b5ac4b vcap_set_rule_set_actionset +EXPORT_SYMBOL_GPL vmlinux 0x96c2edf9 devm_usb_get_phy +EXPORT_SYMBOL_GPL vmlinux 0x96cbf6b1 gpiod_get_direction +EXPORT_SYMBOL_GPL vmlinux 0x96f9a01b __SCK__tp_func_pelt_thermal_tp +EXPORT_SYMBOL_GPL vmlinux 0x9714e0bb ktime_get_raw +EXPORT_SYMBOL_GPL vmlinux 0x9715b132 pm_runtime_barrier +EXPORT_SYMBOL_GPL vmlinux 0x972559ec rio_dev_put +EXPORT_SYMBOL_GPL vmlinux 0x9725cab9 pci_user_read_config_dword +EXPORT_SYMBOL_GPL vmlinux 0x97277ae5 sdio_writesb +EXPORT_SYMBOL_GPL vmlinux 0x972d67cf devm_rtc_device_register +EXPORT_SYMBOL_GPL vmlinux 0x97446d2a usb_sg_cancel +EXPORT_SYMBOL_GPL vmlinux 0x97518f7d fat_time_unix2fat +EXPORT_SYMBOL_GPL vmlinux 0x975519c1 asymmetric_key_id_same +EXPORT_SYMBOL_GPL vmlinux 0x975ccd88 handle_mm_fault +EXPORT_SYMBOL_GPL vmlinux 0x977be5c7 klist_iter_init_node +EXPORT_SYMBOL_GPL vmlinux 0x977bf8ab pinctrl_generic_get_group_count +EXPORT_SYMBOL_GPL vmlinux 0x978a41e9 pcie_aspm_enabled +EXPORT_SYMBOL_GPL vmlinux 0x97946cbc of_irq_get_byname +EXPORT_SYMBOL_GPL vmlinux 0x979bf583 sbitmap_show +EXPORT_SYMBOL_GPL vmlinux 0x979efac9 cn_add_callback +EXPORT_SYMBOL_GPL vmlinux 0x979fad4b gpiod_export +EXPORT_SYMBOL_GPL vmlinux 0x97a19932 debugfs_create_u8 +EXPORT_SYMBOL_GPL vmlinux 0x97b695b2 ata_eh_freeze_port +EXPORT_SYMBOL_GPL vmlinux 0x97bd327c __irq_set_handler +EXPORT_SYMBOL_GPL vmlinux 0x97c74882 tty_port_install +EXPORT_SYMBOL_GPL vmlinux 0x97de2b83 debug_locks_silent +EXPORT_SYMBOL_GPL vmlinux 0x97e19906 ZSTD_getErrorCode +EXPORT_SYMBOL_GPL vmlinux 0x97fa4802 usb_sg_init +EXPORT_SYMBOL_GPL vmlinux 0x97fd8dca icc_set_tag +EXPORT_SYMBOL_GPL vmlinux 0x980dc522 regulator_set_current_limit_regmap +EXPORT_SYMBOL_GPL vmlinux 0x9814dd1d virtqueue_enable_cb_delayed +EXPORT_SYMBOL_GPL vmlinux 0x981640a6 tcp_get_info +EXPORT_SYMBOL_GPL vmlinux 0x981ee70e trace_define_field +EXPORT_SYMBOL_GPL vmlinux 0x98262f8b pm_genpd_init +EXPORT_SYMBOL_GPL vmlinux 0x982aedbf da9052_regmap_config +EXPORT_SYMBOL_GPL vmlinux 0x983276da phylink_disconnect_phy +EXPORT_SYMBOL_GPL vmlinux 0x9833bc0c hvc_kick +EXPORT_SYMBOL_GPL vmlinux 0x983b4227 dax_iomap_rw +EXPORT_SYMBOL_GPL vmlinux 0x9842acd1 nd_region_dev +EXPORT_SYMBOL_GPL vmlinux 0x9843f501 __cookie_v4_check +EXPORT_SYMBOL_GPL vmlinux 0x9844c0f3 sdio_set_host_pm_flags +EXPORT_SYMBOL_GPL vmlinux 0x984987c5 dm_hold +EXPORT_SYMBOL_GPL vmlinux 0x98503a63 mpi_alloc +EXPORT_SYMBOL_GPL vmlinux 0x98514deb sysfs_add_file_to_group +EXPORT_SYMBOL_GPL vmlinux 0x985453e1 lease_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x985a87d8 rio_release_outb_mbox +EXPORT_SYMBOL_GPL vmlinux 0x985f7342 perf_event_release_kernel +EXPORT_SYMBOL_GPL vmlinux 0x9865552d trace_event_reg +EXPORT_SYMBOL_GPL vmlinux 0x9871173a pci_ioremap_wc_bar +EXPORT_SYMBOL_GPL vmlinux 0x9874c8a7 __pm_runtime_set_status +EXPORT_SYMBOL_GPL vmlinux 0x9879932b crypto_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x98803d68 vcap_free_rule +EXPORT_SYMBOL_GPL vmlinux 0x989074ff kmsg_dump_reason_str +EXPORT_SYMBOL_GPL vmlinux 0x98ac8e37 mptcp_get_reset_option +EXPORT_SYMBOL_GPL vmlinux 0x98b6df6a __hwspin_unlock +EXPORT_SYMBOL_GPL vmlinux 0x98c59274 __tracepoint_rpm_idle +EXPORT_SYMBOL_GPL vmlinux 0x98c98f6e tcp_plb_check_rehash +EXPORT_SYMBOL_GPL vmlinux 0x98d49baf transport_configure_device +EXPORT_SYMBOL_GPL vmlinux 0x98e3df8e vcap_port_debugfs +EXPORT_SYMBOL_GPL vmlinux 0x98ee62b2 ring_buffer_record_disable_cpu +EXPORT_SYMBOL_GPL vmlinux 0x98f81341 ncsi_stop_dev +EXPORT_SYMBOL_GPL vmlinux 0x98f826e5 __srcu_read_unlock +EXPORT_SYMBOL_GPL vmlinux 0x98ff3910 fsverity_ioctl_enable +EXPORT_SYMBOL_GPL vmlinux 0x99013631 regmap_add_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0x9909b368 perf_pmu_migrate_context +EXPORT_SYMBOL_GPL vmlinux 0x9909ea87 kvm_get_running_vcpu +EXPORT_SYMBOL_GPL vmlinux 0x99163c45 clkdev_hw_create +EXPORT_SYMBOL_GPL vmlinux 0x992614c5 xdp_do_redirect +EXPORT_SYMBOL_GPL vmlinux 0x99288603 bpf_offload_dev_netdev_unregister +EXPORT_SYMBOL_GPL vmlinux 0x992c918f misc_cg_try_charge +EXPORT_SYMBOL_GPL vmlinux 0x992f0180 clk_regmap_divider_ro_ops +EXPORT_SYMBOL_GPL vmlinux 0x993b76a7 i2c_new_dummy_device +EXPORT_SYMBOL_GPL vmlinux 0x99412ee8 fuse_fill_super_common +EXPORT_SYMBOL_GPL vmlinux 0x994be826 devm_gpiod_get_optional +EXPORT_SYMBOL_GPL vmlinux 0x994deb62 crypto_grab_skcipher +EXPORT_SYMBOL_GPL vmlinux 0x99512eb8 class_create_file_ns +EXPORT_SYMBOL_GPL vmlinux 0x9956348e pci_epf_create +EXPORT_SYMBOL_GPL vmlinux 0x995d1071 prof_on +EXPORT_SYMBOL_GPL vmlinux 0x9968aacb __audit_log_nfcfg +EXPORT_SYMBOL_GPL vmlinux 0x997c550a preempt_model_none +EXPORT_SYMBOL_GPL vmlinux 0x998d79d6 x509_decode_time +EXPORT_SYMBOL_GPL vmlinux 0x998fcbf2 clear_node_memory_type +EXPORT_SYMBOL_GPL vmlinux 0x99922f99 debugfs_create_u64 +EXPORT_SYMBOL_GPL vmlinux 0x9999ac6a switchdev_bridge_port_unoffload +EXPORT_SYMBOL_GPL vmlinux 0x999d73ec device_link_remove +EXPORT_SYMBOL_GPL vmlinux 0x99a03078 dax_holder_notify_failure +EXPORT_SYMBOL_GPL vmlinux 0x99ac8103 vcap_rule_iter +EXPORT_SYMBOL_GPL vmlinux 0x99ba2fb5 acpi_initialize_hp_context +EXPORT_SYMBOL_GPL vmlinux 0x99d09ce5 tty_buffer_request_room +EXPORT_SYMBOL_GPL vmlinux 0x99dfa843 rio_request_outb_dbell +EXPORT_SYMBOL_GPL vmlinux 0x99e87030 fl6_merge_options +EXPORT_SYMBOL_GPL vmlinux 0x99f018c4 nvmem_cell_read +EXPORT_SYMBOL_GPL vmlinux 0x99f2d00a sysfs_emit_at +EXPORT_SYMBOL_GPL vmlinux 0x99facd84 fuse_conn_init +EXPORT_SYMBOL_GPL vmlinux 0x99fb427f sk_msg_clone +EXPORT_SYMBOL_GPL vmlinux 0x9a00f8ad blk_rq_prep_clone +EXPORT_SYMBOL_GPL vmlinux 0x9a01e139 __devm_irq_alloc_descs +EXPORT_SYMBOL_GPL vmlinux 0x9a080ea1 device_create_file +EXPORT_SYMBOL_GPL vmlinux 0x9a0e5578 genphy_c45_check_and_restart_aneg +EXPORT_SYMBOL_GPL vmlinux 0x9a11a0fc crypto_attr_alg_name +EXPORT_SYMBOL_GPL vmlinux 0x9a23ea6b alarm_expires_remaining +EXPORT_SYMBOL_GPL vmlinux 0x9a26a2ec usb_match_id +EXPORT_SYMBOL_GPL vmlinux 0x9a322153 __devm_clk_hw_register_mux +EXPORT_SYMBOL_GPL vmlinux 0x9a33f553 dm_bio_from_per_bio_data +EXPORT_SYMBOL_GPL vmlinux 0x9a58dd2d trace_print_bitmask_seq +EXPORT_SYMBOL_GPL vmlinux 0x9a5a03de vcap_chain_id_to_lookup +EXPORT_SYMBOL_GPL vmlinux 0x9a5ac29d spi_mem_dirmap_create +EXPORT_SYMBOL_GPL vmlinux 0x9a5c8ce5 cpuidle_unregister +EXPORT_SYMBOL_GPL vmlinux 0x9a5db100 tty_get_pgrp +EXPORT_SYMBOL_GPL vmlinux 0x9a5dce5c rhashtable_walk_start_check +EXPORT_SYMBOL_GPL vmlinux 0x9a816945 of_icc_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0x9a8c6c18 __inode_attach_wb +EXPORT_SYMBOL_GPL vmlinux 0x9aa15986 edac_pci_del_device +EXPORT_SYMBOL_GPL vmlinux 0x9aa9bd78 exportfs_encode_fh +EXPORT_SYMBOL_GPL vmlinux 0x9ac11b74 suspend_set_ops +EXPORT_SYMBOL_GPL vmlinux 0x9ac4c1cb tpmm_chip_alloc +EXPORT_SYMBOL_GPL vmlinux 0x9ac56736 nd_tbl +EXPORT_SYMBOL_GPL vmlinux 0x9acf31c6 mas_find +EXPORT_SYMBOL_GPL vmlinux 0x9acf5fbb vcap_add_rule +EXPORT_SYMBOL_GPL vmlinux 0x9ae12e17 __tracepoint_ata_tf_load +EXPORT_SYMBOL_GPL vmlinux 0x9aeacb87 ring_buffer_iter_empty +EXPORT_SYMBOL_GPL vmlinux 0x9af3713d mmu_interval_read_begin +EXPORT_SYMBOL_GPL vmlinux 0x9af49514 icc_bulk_set_bw +EXPORT_SYMBOL_GPL vmlinux 0x9af6ea94 fsnotify_put_group +EXPORT_SYMBOL_GPL vmlinux 0x9b046824 mtk_clk_register_fixed_clks +EXPORT_SYMBOL_GPL vmlinux 0x9b0eaa52 tegra210_xusb_pll_hw_sequence_start +EXPORT_SYMBOL_GPL vmlinux 0x9b214ec8 crypto_unregister_skcipher +EXPORT_SYMBOL_GPL vmlinux 0x9b29f408 msg_zerocopy_callback +EXPORT_SYMBOL_GPL vmlinux 0x9b2f97b0 kvm_io_bus_get_dev +EXPORT_SYMBOL_GPL vmlinux 0x9b399d88 clk_regmap_mux_ro_ops +EXPORT_SYMBOL_GPL vmlinux 0x9b3c2a2a genphy_c45_restart_aneg +EXPORT_SYMBOL_GPL vmlinux 0x9b408278 mbox_request_channel_byname +EXPORT_SYMBOL_GPL vmlinux 0x9b555c8c pm_suspend_default_s2idle +EXPORT_SYMBOL_GPL vmlinux 0x9b597d7b fb_deferred_io_cleanup +EXPORT_SYMBOL_GPL vmlinux 0x9b651e51 xenbus_teardown_ring +EXPORT_SYMBOL_GPL vmlinux 0x9b698c42 ioasid_set_data +EXPORT_SYMBOL_GPL vmlinux 0x9b6ec967 ring_buffer_size +EXPORT_SYMBOL_GPL vmlinux 0x9b6f6bc4 srcu_batches_completed +EXPORT_SYMBOL_GPL vmlinux 0x9b70c6ff tracepoint_probe_register_prio +EXPORT_SYMBOL_GPL vmlinux 0x9b9071cb get_old_itimerspec32 +EXPORT_SYMBOL_GPL vmlinux 0x9b92d16e pinctrl_gpio_set_config +EXPORT_SYMBOL_GPL vmlinux 0x9ba0b128 devl_trap_groups_unregister +EXPORT_SYMBOL_GPL vmlinux 0x9ba2bb2b gpio_request_array +EXPORT_SYMBOL_GPL vmlinux 0x9ba619b2 elv_unregister +EXPORT_SYMBOL_GPL vmlinux 0x9bb97c98 nexthop_select_path +EXPORT_SYMBOL_GPL vmlinux 0x9bbea7ca pm_clk_add_notifier +EXPORT_SYMBOL_GPL vmlinux 0x9bcaecf6 nfs_ssc_register +EXPORT_SYMBOL_GPL vmlinux 0x9bd51a69 usb_hub_find_child +EXPORT_SYMBOL_GPL vmlinux 0x9bd9225d spi_setup +EXPORT_SYMBOL_GPL vmlinux 0x9bdf9714 ZSTD_customMalloc +EXPORT_SYMBOL_GPL vmlinux 0x9be30d27 mhp_get_pluggable_range +EXPORT_SYMBOL_GPL vmlinux 0x9be975be devm_clk_get_optional_prepared +EXPORT_SYMBOL_GPL vmlinux 0x9bece81b mpi_cmp_ui +EXPORT_SYMBOL_GPL vmlinux 0x9c03a5c5 i2c_slave_event +EXPORT_SYMBOL_GPL vmlinux 0x9c20ce43 perf_aux_output_end +EXPORT_SYMBOL_GPL vmlinux 0x9c248a29 user_update +EXPORT_SYMBOL_GPL vmlinux 0x9c339c6e iommu_set_fault_handler +EXPORT_SYMBOL_GPL vmlinux 0x9c3f1997 xdp_rxq_info_is_reg +EXPORT_SYMBOL_GPL vmlinux 0x9c448d8d tegra210_put_utmipll_out_iddq +EXPORT_SYMBOL_GPL vmlinux 0x9c48aa4d acpi_dev_pm_attach +EXPORT_SYMBOL_GPL vmlinux 0x9c6febfc add_uevent_var +EXPORT_SYMBOL_GPL vmlinux 0x9c803020 usb_phy_roothub_power_on +EXPORT_SYMBOL_GPL vmlinux 0x9c8c83fb wwan_unregister_ops +EXPORT_SYMBOL_GPL vmlinux 0x9c957ac1 tracing_cond_snapshot_data +EXPORT_SYMBOL_GPL vmlinux 0x9c964c80 free_uid +EXPORT_SYMBOL_GPL vmlinux 0x9ca6e11f cper_mem_err_location +EXPORT_SYMBOL_GPL vmlinux 0x9cb5af34 disable_kprobe +EXPORT_SYMBOL_GPL vmlinux 0x9cbc452a imx8ulp_clk_hw_composite +EXPORT_SYMBOL_GPL vmlinux 0x9cc4f70a register_pm_notifier +EXPORT_SYMBOL_GPL vmlinux 0x9ccd7007 of_property_read_string +EXPORT_SYMBOL_GPL vmlinux 0x9cd7551a rhashtable_walk_stop +EXPORT_SYMBOL_GPL vmlinux 0x9cdd6a66 sysctl_long_vals +EXPORT_SYMBOL_GPL vmlinux 0x9ce05629 devl_traps_unregister +EXPORT_SYMBOL_GPL vmlinux 0x9cf37c44 __iowrite32_copy +EXPORT_SYMBOL_GPL vmlinux 0x9cf7d788 __vfs_setxattr_locked +EXPORT_SYMBOL_GPL vmlinux 0x9cfa98c6 device_add_groups +EXPORT_SYMBOL_GPL vmlinux 0x9d02c164 tcp_sendpage_locked +EXPORT_SYMBOL_GPL vmlinux 0x9d09e8ae ring_buffer_event_data +EXPORT_SYMBOL_GPL vmlinux 0x9d171274 ahci_set_em_messages +EXPORT_SYMBOL_GPL vmlinux 0x9d2f49ef __SCK__tp_func_pelt_se_tp +EXPORT_SYMBOL_GPL vmlinux 0x9d30bf2f debugfs_create_dir +EXPORT_SYMBOL_GPL vmlinux 0x9d35f00d __pci_hp_register +EXPORT_SYMBOL_GPL vmlinux 0x9d366f99 page_reporting_register +EXPORT_SYMBOL_GPL vmlinux 0x9d4294a3 of_property_read_variable_u8_array +EXPORT_SYMBOL_GPL vmlinux 0x9d45ee65 pingv6_ops +EXPORT_SYMBOL_GPL vmlinux 0x9d48d13d devlink_port_attrs_pci_pf_set +EXPORT_SYMBOL_GPL vmlinux 0x9d4f75c8 spi_bus_lock +EXPORT_SYMBOL_GPL vmlinux 0x9d89af19 platform_msi_create_irq_domain +EXPORT_SYMBOL_GPL vmlinux 0x9d8bb00e set_dax_nocache +EXPORT_SYMBOL_GPL vmlinux 0x9d9910a1 atomic_notifier_chain_register_unique_prio +EXPORT_SYMBOL_GPL vmlinux 0x9d9bc033 scsi_flush_work +EXPORT_SYMBOL_GPL vmlinux 0x9da3ad3c dm_internal_resume_fast +EXPORT_SYMBOL_GPL vmlinux 0x9db062b5 modify_user_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0x9dbd12c1 nvmem_cell_read_variable_le_u64 +EXPORT_SYMBOL_GPL vmlinux 0x9dd03574 crypto_grab_ahash +EXPORT_SYMBOL_GPL vmlinux 0x9de88bc8 __SCK__tp_func_ata_bmdma_start +EXPORT_SYMBOL_GPL vmlinux 0x9dfaaed4 fscrypt_prepare_new_inode +EXPORT_SYMBOL_GPL vmlinux 0x9e005e6f cppc_get_perf_caps +EXPORT_SYMBOL_GPL vmlinux 0x9e0b3c6f cpci_hp_register_controller +EXPORT_SYMBOL_GPL vmlinux 0x9e1b1dcb __traceiter_sched_overutilized_tp +EXPORT_SYMBOL_GPL vmlinux 0x9e229c49 sg_alloc_table_chained +EXPORT_SYMBOL_GPL vmlinux 0x9e27563e phylink_fwnode_phy_connect +EXPORT_SYMBOL_GPL vmlinux 0x9e35f0af devm_kstrdup_const +EXPORT_SYMBOL_GPL vmlinux 0x9e38d2a8 pwm_put +EXPORT_SYMBOL_GPL vmlinux 0x9e412e56 nf_checksum_partial +EXPORT_SYMBOL_GPL vmlinux 0x9e472f5f snmp_fold_field +EXPORT_SYMBOL_GPL vmlinux 0x9e6307fe regulator_disable_regmap +EXPORT_SYMBOL_GPL vmlinux 0x9e927f91 vp_legacy_probe +EXPORT_SYMBOL_GPL vmlinux 0x9e9b913d __tracepoint_arm_event +EXPORT_SYMBOL_GPL vmlinux 0x9e9c4f24 set_dax_nomc +EXPORT_SYMBOL_GPL vmlinux 0x9e9effad __traceiter_neigh_timer_handler +EXPORT_SYMBOL_GPL vmlinux 0x9ea0ba45 pinctrl_dev_get_name +EXPORT_SYMBOL_GPL vmlinux 0x9ea805bf pinctrl_put +EXPORT_SYMBOL_GPL vmlinux 0x9ead369c devm_free_percpu +EXPORT_SYMBOL_GPL vmlinux 0x9eae3aaf ata_pci_bmdma_prepare_host +EXPORT_SYMBOL_GPL vmlinux 0x9eb9cd76 iommu_alloc_resv_region +EXPORT_SYMBOL_GPL vmlinux 0x9ebe8730 of_property_read_u32_index +EXPORT_SYMBOL_GPL vmlinux 0x9ec3d382 vcap_debugfs +EXPORT_SYMBOL_GPL vmlinux 0x9ec5b8f3 __traceiter_pelt_thermal_tp +EXPORT_SYMBOL_GPL vmlinux 0x9ed554b3 unregister_keyboard_notifier +EXPORT_SYMBOL_GPL vmlinux 0x9edd8153 k3_udma_glue_request_tx_chn +EXPORT_SYMBOL_GPL vmlinux 0x9ee9a909 devres_open_group +EXPORT_SYMBOL_GPL vmlinux 0x9ee9fda6 __traceiter_block_rq_insert +EXPORT_SYMBOL_GPL vmlinux 0x9eebdde7 mpi_point_new +EXPORT_SYMBOL_GPL vmlinux 0x9f03e0e4 rio_alloc_net +EXPORT_SYMBOL_GPL vmlinux 0x9f08c714 scatterwalk_copychunks +EXPORT_SYMBOL_GPL vmlinux 0x9f132628 ata_port_freeze +EXPORT_SYMBOL_GPL vmlinux 0x9f335dbb ata_port_schedule_eh +EXPORT_SYMBOL_GPL vmlinux 0x9f4590fc sk_detach_filter +EXPORT_SYMBOL_GPL vmlinux 0x9f4c6bec usb_hcd_giveback_urb +EXPORT_SYMBOL_GPL vmlinux 0x9f517986 HYPERVISOR_hvm_op +EXPORT_SYMBOL_GPL vmlinux 0x9f56c4b9 __SCK__tp_func_devlink_hwmsg +EXPORT_SYMBOL_GPL vmlinux 0x9f5c48f4 iptunnel_metadata_reply +EXPORT_SYMBOL_GPL vmlinux 0x9f5c6dc2 __cookie_v6_check +EXPORT_SYMBOL_GPL vmlinux 0x9f85ec56 sk_free_unlock_clone +EXPORT_SYMBOL_GPL vmlinux 0x9f8ec284 dma_mmap_noncontiguous +EXPORT_SYMBOL_GPL vmlinux 0x9f9a46f5 to_nd_region +EXPORT_SYMBOL_GPL vmlinux 0x9fa4564a timer_shutdown +EXPORT_SYMBOL_GPL vmlinux 0x9fa84bb5 fwnode_usb_role_switch_get +EXPORT_SYMBOL_GPL vmlinux 0x9fbe0f2f __traceiter_rpm_suspend +EXPORT_SYMBOL_GPL vmlinux 0x9fbfebab erst_write +EXPORT_SYMBOL_GPL vmlinux 0x9fcc61b0 iomap_file_unshare +EXPORT_SYMBOL_GPL vmlinux 0x9fce80db fb_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x9fd9a451 crypto_register_shash +EXPORT_SYMBOL_GPL vmlinux 0x9fdc37ca bus_for_each_drv +EXPORT_SYMBOL_GPL vmlinux 0x9fe131f1 xen_store_interface +EXPORT_SYMBOL_GPL vmlinux 0x9fe7eeb1 file_ra_state_init +EXPORT_SYMBOL_GPL vmlinux 0x9fe899b7 get_cpu_idle_time +EXPORT_SYMBOL_GPL vmlinux 0x9fe939e1 mpi_powm +EXPORT_SYMBOL_GPL vmlinux 0x9fe9b2fe fsl_mc_populate_irq_pool +EXPORT_SYMBOL_GPL vmlinux 0x9ff17057 rtnl_link_register +EXPORT_SYMBOL_GPL vmlinux 0xa01a8d9b nd_cmd_bus_desc +EXPORT_SYMBOL_GPL vmlinux 0xa01d64fb vp_modern_generation +EXPORT_SYMBOL_GPL vmlinux 0xa01dac73 nvdimm_name +EXPORT_SYMBOL_GPL vmlinux 0xa01e2473 devlink_dpipe_action_put +EXPORT_SYMBOL_GPL vmlinux 0xa02577a5 crypto_req_done +EXPORT_SYMBOL_GPL vmlinux 0xa035d76e __tracepoint_rwmmio_read +EXPORT_SYMBOL_GPL vmlinux 0xa039d444 blk_mq_start_stopped_hw_queue +EXPORT_SYMBOL_GPL vmlinux 0xa041a619 nf_conn_btf_access_lock +EXPORT_SYMBOL_GPL vmlinux 0xa043b02c mtk_pinconf_adv_drive_set +EXPORT_SYMBOL_GPL vmlinux 0xa044b051 mtk_pinconf_drive_set_raw +EXPORT_SYMBOL_GPL vmlinux 0xa045859c ip6_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0xa04f945a cpus_read_lock +EXPORT_SYMBOL_GPL vmlinux 0xa0680063 rio_mport_send_doorbell +EXPORT_SYMBOL_GPL vmlinux 0xa06bcb68 __devres_alloc_node +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 0xa09590bc ata_acpi_cbl_80wire +EXPORT_SYMBOL_GPL vmlinux 0xa09c5f0d regmap_irq_set_type_config_simple +EXPORT_SYMBOL_GPL vmlinux 0xa0a82a07 xenbus_dev_fatal +EXPORT_SYMBOL_GPL vmlinux 0xa0ad277e usb_deregister +EXPORT_SYMBOL_GPL vmlinux 0xa0b3e3bd fib_rules_lookup +EXPORT_SYMBOL_GPL vmlinux 0xa0b440b2 tty_standard_install +EXPORT_SYMBOL_GPL vmlinux 0xa0cabe00 palmas_ext_control_req_config +EXPORT_SYMBOL_GPL vmlinux 0xa0d3456d nr_swap_pages +EXPORT_SYMBOL_GPL vmlinux 0xa0de7d6e vcap_rule_add_key_u32 +EXPORT_SYMBOL_GPL vmlinux 0xa0ee31b2 tty_port_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0xa10f1e8e iptunnel_xmit +EXPORT_SYMBOL_GPL vmlinux 0xa11216be xen_store_domain_type +EXPORT_SYMBOL_GPL vmlinux 0xa11fb330 event_triggers_call +EXPORT_SYMBOL_GPL vmlinux 0xa125d1fc devm_rtc_nvmem_register +EXPORT_SYMBOL_GPL vmlinux 0xa13278a2 sk_msg_free +EXPORT_SYMBOL_GPL vmlinux 0xa137101d raw_v6_match +EXPORT_SYMBOL_GPL vmlinux 0xa147309b phy_10gbit_full_features +EXPORT_SYMBOL_GPL vmlinux 0xa14822b8 crypto_grab_shash +EXPORT_SYMBOL_GPL vmlinux 0xa1484f16 of_get_display_timings +EXPORT_SYMBOL_GPL vmlinux 0xa156a1f2 erst_get_record_id_end +EXPORT_SYMBOL_GPL vmlinux 0xa15d45f5 vfs_remove_acl +EXPORT_SYMBOL_GPL vmlinux 0xa1717b2a switchdev_handle_port_obj_del +EXPORT_SYMBOL_GPL vmlinux 0xa17c680d xen_find_device_domain_owner +EXPORT_SYMBOL_GPL vmlinux 0xa1823b8f sysfs_groups_change_owner +EXPORT_SYMBOL_GPL vmlinux 0xa19ec27d inode_sb_list_add +EXPORT_SYMBOL_GPL vmlinux 0xa1a2f2d2 acpi_device_update_power +EXPORT_SYMBOL_GPL vmlinux 0xa1c395f4 vp_legacy_get_queue_size +EXPORT_SYMBOL_GPL vmlinux 0xa1c4231f kvm_set_pfn_dirty +EXPORT_SYMBOL_GPL vmlinux 0xa1d8004a videomode_from_timing +EXPORT_SYMBOL_GPL vmlinux 0xa1dcbbed ata_host_resume +EXPORT_SYMBOL_GPL vmlinux 0xa1e43f0a pci_generic_config_read32 +EXPORT_SYMBOL_GPL vmlinux 0xa1ef4a38 __regmap_init +EXPORT_SYMBOL_GPL vmlinux 0xa1fca4c9 mtk_free_clk_data +EXPORT_SYMBOL_GPL vmlinux 0xa20d01ba __trace_bprintk +EXPORT_SYMBOL_GPL vmlinux 0xa21f12f0 tpm_pm_suspend +EXPORT_SYMBOL_GPL vmlinux 0xa21f2ce7 clk_mux_index_to_val +EXPORT_SYMBOL_GPL vmlinux 0xa2232aa5 pinctrl_count_index_with_args +EXPORT_SYMBOL_GPL vmlinux 0xa239c912 phy_led_triggers_unregister +EXPORT_SYMBOL_GPL vmlinux 0xa23a459d gpiod_set_array_value +EXPORT_SYMBOL_GPL vmlinux 0xa23e4436 dev_pm_set_dedicated_wake_irq +EXPORT_SYMBOL_GPL vmlinux 0xa24c6b45 fscrypt_symlink_getattr +EXPORT_SYMBOL_GPL vmlinux 0xa2500ef6 __SCK__tp_func_powernv_throttle +EXPORT_SYMBOL_GPL vmlinux 0xa255792e br_ip6_fragment +EXPORT_SYMBOL_GPL vmlinux 0xa25e7196 __xdp_rxq_info_reg +EXPORT_SYMBOL_GPL vmlinux 0xa26d9b4f workqueue_congested +EXPORT_SYMBOL_GPL vmlinux 0xa277b1b2 root_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0xa27b69d2 irq_chip_get_parent_state +EXPORT_SYMBOL_GPL vmlinux 0xa28a431c wm831x_auxadc_read +EXPORT_SYMBOL_GPL vmlinux 0xa28f40bd __irq_apply_affinity_hint +EXPORT_SYMBOL_GPL vmlinux 0xa2a9ef15 of_irq_parse_one +EXPORT_SYMBOL_GPL vmlinux 0xa2af54b3 irq_from_evtchn +EXPORT_SYMBOL_GPL vmlinux 0xa2b0820d __SCK__tp_func_cpu_idle +EXPORT_SYMBOL_GPL vmlinux 0xa2b2bc5d fwnode_property_read_u32_array +EXPORT_SYMBOL_GPL vmlinux 0xa2b99209 alarm_start +EXPORT_SYMBOL_GPL vmlinux 0xa2c0f59a ct_idle_enter +EXPORT_SYMBOL_GPL vmlinux 0xa2ca6707 mtk_pinconf_adv_drive_set_raw +EXPORT_SYMBOL_GPL vmlinux 0xa2d09820 cgrp_dfl_root +EXPORT_SYMBOL_GPL vmlinux 0xa2db7ccd ata_bmdma32_port_ops +EXPORT_SYMBOL_GPL vmlinux 0xa2dbd0de mmc_regulator_set_ocr +EXPORT_SYMBOL_GPL vmlinux 0xa2e1b3ef trace_printk_init_buffers +EXPORT_SYMBOL_GPL vmlinux 0xa2ed2d3f set_online_page_callback +EXPORT_SYMBOL_GPL vmlinux 0xa2ef31f2 usb_acpi_power_manageable +EXPORT_SYMBOL_GPL vmlinux 0xa2f359b1 mtk_pctrl_show_one_pin +EXPORT_SYMBOL_GPL vmlinux 0xa2f7487f hv_is_hibernation_supported +EXPORT_SYMBOL_GPL vmlinux 0xa2fa9537 ip6_sk_dst_lookup_flow +EXPORT_SYMBOL_GPL vmlinux 0xa3070558 __fscrypt_encrypt_symlink +EXPORT_SYMBOL_GPL vmlinux 0xa31edf1b wm8350_reg_write +EXPORT_SYMBOL_GPL vmlinux 0xa33ae1ae pm_clk_destroy +EXPORT_SYMBOL_GPL vmlinux 0xa33fd46f hv_map_memory +EXPORT_SYMBOL_GPL vmlinux 0xa340df40 usb_set_device_state +EXPORT_SYMBOL_GPL vmlinux 0xa358c263 usb_sg_wait +EXPORT_SYMBOL_GPL vmlinux 0xa3590902 gpiochip_line_is_open_source +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 0xa38c1436 cpu_bit_bitmap +EXPORT_SYMBOL_GPL vmlinux 0xa39424f7 dev_coredumpm +EXPORT_SYMBOL_GPL vmlinux 0xa39e0283 kvm_vcpu_mark_page_dirty +EXPORT_SYMBOL_GPL vmlinux 0xa3a04602 btree_geo64 +EXPORT_SYMBOL_GPL vmlinux 0xa3adb0c4 register_btf_kfunc_id_set +EXPORT_SYMBOL_GPL vmlinux 0xa3b12948 crypto_remove_spawns +EXPORT_SYMBOL_GPL vmlinux 0xa3b958ce reset_hung_task_detector +EXPORT_SYMBOL_GPL vmlinux 0xa3bac88f blk_execute_rq_nowait +EXPORT_SYMBOL_GPL vmlinux 0xa3c9561a gpiod_get +EXPORT_SYMBOL_GPL vmlinux 0xa3d04f1e regmap_field_test_bits +EXPORT_SYMBOL_GPL vmlinux 0xa3d5114f of_remove_property +EXPORT_SYMBOL_GPL vmlinux 0xa3d52875 cgroup_attach_task_all +EXPORT_SYMBOL_GPL vmlinux 0xa3dcb681 zynqmp_pm_fpga_load +EXPORT_SYMBOL_GPL vmlinux 0xa3ece414 freezer_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0xa3f12f69 __crypto_xor +EXPORT_SYMBOL_GPL vmlinux 0xa3fddcd9 edac_device_handle_ue_count +EXPORT_SYMBOL_GPL vmlinux 0xa4031b7f sfp_parse_port +EXPORT_SYMBOL_GPL vmlinux 0xa40ec083 __hvc_resize +EXPORT_SYMBOL_GPL vmlinux 0xa410a295 devlink_region_destroy +EXPORT_SYMBOL_GPL vmlinux 0xa4162667 iommu_report_device_fault +EXPORT_SYMBOL_GPL vmlinux 0xa4289a97 edac_mc_find_csrow_by_page +EXPORT_SYMBOL_GPL vmlinux 0xa4354b68 vma_kernel_pagesize +EXPORT_SYMBOL_GPL vmlinux 0xa4430a15 fib_rules_register +EXPORT_SYMBOL_GPL vmlinux 0xa44847e6 is_swiotlb_active +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 0xa467142e regulator_is_enabled_regmap +EXPORT_SYMBOL_GPL vmlinux 0xa477dee6 pm_clk_resume +EXPORT_SYMBOL_GPL vmlinux 0xa48196c8 kdb_poll_idx +EXPORT_SYMBOL_GPL vmlinux 0xa48ab9ac ip6_sk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0xa4916659 ncsi_vlan_rx_add_vid +EXPORT_SYMBOL_GPL vmlinux 0xa4a5d9eb tegra_bpmp_mrq_is_supported +EXPORT_SYMBOL_GPL vmlinux 0xa4a6c0ea tty_kopen_exclusive +EXPORT_SYMBOL_GPL vmlinux 0xa4a75028 mmc_cmdq_disable +EXPORT_SYMBOL_GPL vmlinux 0xa4a7821d devm_pinctrl_get +EXPORT_SYMBOL_GPL vmlinux 0xa4ab7c1c ring_buffer_overruns +EXPORT_SYMBOL_GPL vmlinux 0xa4b07fe7 ring_buffer_change_overwrite +EXPORT_SYMBOL_GPL vmlinux 0xa4c00324 asn1_encode_octet_string +EXPORT_SYMBOL_GPL vmlinux 0xa4c085f8 ata_tf_from_fis +EXPORT_SYMBOL_GPL vmlinux 0xa4e2f5aa __netpoll_cleanup +EXPORT_SYMBOL_GPL vmlinux 0xa4e8183c thermal_zone_bind_cooling_device +EXPORT_SYMBOL_GPL vmlinux 0xa4f2a2ed acpi_irq_get +EXPORT_SYMBOL_GPL vmlinux 0xa509d302 extcon_set_property_capability +EXPORT_SYMBOL_GPL vmlinux 0xa517f884 tegra210_plle_hw_sequence_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0xa52c8a42 kstrdup_quotable_file +EXPORT_SYMBOL_GPL vmlinux 0xa531471e clk_save_context +EXPORT_SYMBOL_GPL vmlinux 0xa54a2cba devlink_linecard_provision_clear +EXPORT_SYMBOL_GPL vmlinux 0xa55d189b bpf_prog_alloc +EXPORT_SYMBOL_GPL vmlinux 0xa55d4f67 pci_epc_linkup +EXPORT_SYMBOL_GPL vmlinux 0xa5604e26 __blk_trace_note_message +EXPORT_SYMBOL_GPL vmlinux 0xa56dd3d5 sysfs_update_groups +EXPORT_SYMBOL_GPL vmlinux 0xa56e1a52 sg_free_table_chained +EXPORT_SYMBOL_GPL vmlinux 0xa57535df pinctrl_remove_gpio_range +EXPORT_SYMBOL_GPL vmlinux 0xa578a939 devm_register_power_off_handler +EXPORT_SYMBOL_GPL vmlinux 0xa57a3a89 mas_empty_area_rev +EXPORT_SYMBOL_GPL vmlinux 0xa582e15e clk_hw_get_rate +EXPORT_SYMBOL_GPL vmlinux 0xa5964095 mptcp_pm_get_add_addr_accept_max +EXPORT_SYMBOL_GPL vmlinux 0xa597162f badblocks_clear +EXPORT_SYMBOL_GPL vmlinux 0xa5a0e845 devm_platform_get_irqs_affinity +EXPORT_SYMBOL_GPL vmlinux 0xa5a1f57e irq_domain_alloc_irqs_parent +EXPORT_SYMBOL_GPL vmlinux 0xa5b7679f pci_acpi_set_companion_lookup_hook +EXPORT_SYMBOL_GPL vmlinux 0xa5bda8a1 efi_capsule_supported +EXPORT_SYMBOL_GPL vmlinux 0xa5c7a1af msi_lock_descs +EXPORT_SYMBOL_GPL vmlinux 0xa5cccb2a devm_regulator_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0xa5d1f4b8 stack_depot_snprint +EXPORT_SYMBOL_GPL vmlinux 0xa5d7c388 pstore_type_to_name +EXPORT_SYMBOL_GPL vmlinux 0xa5e394d5 ahci_dev_classify +EXPORT_SYMBOL_GPL vmlinux 0xa5e8925b nvdimm_kobj +EXPORT_SYMBOL_GPL vmlinux 0xa5ee6c83 xfrm_state_mtu +EXPORT_SYMBOL_GPL vmlinux 0xa5efbf4c async_synchronize_full +EXPORT_SYMBOL_GPL vmlinux 0xa634cbf5 clk_hw_register_fixed_factor +EXPORT_SYMBOL_GPL vmlinux 0xa642e7a6 virtio_device_freeze +EXPORT_SYMBOL_GPL vmlinux 0xa647c3fa regmap_async_complete +EXPORT_SYMBOL_GPL vmlinux 0xa6490c68 stmpe_block_read +EXPORT_SYMBOL_GPL vmlinux 0xa64ad5b0 vcap_rule_add_key_u128 +EXPORT_SYMBOL_GPL vmlinux 0xa65f3c8c __tracepoint_block_bio_complete +EXPORT_SYMBOL_GPL vmlinux 0xa6657179 preempt_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0xa66f0106 crypto_skcipher_encrypt +EXPORT_SYMBOL_GPL vmlinux 0xa681ab0b pci_pasid_features +EXPORT_SYMBOL_GPL vmlinux 0xa682ff07 k3_udma_glue_rx_get_dma_device +EXPORT_SYMBOL_GPL vmlinux 0xa69bb4e9 of_pci_dma_range_parser_init +EXPORT_SYMBOL_GPL vmlinux 0xa69fe636 __list_lru_init +EXPORT_SYMBOL_GPL vmlinux 0xa6a088b7 fscrypt_match_name +EXPORT_SYMBOL_GPL vmlinux 0xa6a7925c mas_walk +EXPORT_SYMBOL_GPL vmlinux 0xa6a8919d of_property_read_string_helper +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 0xa6bb9d47 pci_host_common_remove +EXPORT_SYMBOL_GPL vmlinux 0xa6bfb3e4 of_css +EXPORT_SYMBOL_GPL vmlinux 0xa6ce844d power_supply_register_no_ws +EXPORT_SYMBOL_GPL vmlinux 0xa6cebc86 xenbus_read_otherend_details +EXPORT_SYMBOL_GPL vmlinux 0xa6d02772 rockchip_pcie_enable_clocks +EXPORT_SYMBOL_GPL vmlinux 0xa6d88d35 tty_buffer_space_avail +EXPORT_SYMBOL_GPL vmlinux 0xa6da327f led_trigger_read +EXPORT_SYMBOL_GPL vmlinux 0xa6dc0d97 tegra_read_ram_code +EXPORT_SYMBOL_GPL vmlinux 0xa6e04eda simple_attr_write_signed +EXPORT_SYMBOL_GPL vmlinux 0xa6e1a69d kick_all_cpus_sync +EXPORT_SYMBOL_GPL vmlinux 0xa6ee15ca __tracepoint_rpm_suspend +EXPORT_SYMBOL_GPL vmlinux 0xa6f1c2ec iommu_sva_alloc_pasid +EXPORT_SYMBOL_GPL vmlinux 0xa7025734 pci_find_next_ext_capability +EXPORT_SYMBOL_GPL vmlinux 0xa7043685 nexthop_find_by_id +EXPORT_SYMBOL_GPL vmlinux 0xa708ca58 mas_store_prealloc +EXPORT_SYMBOL_GPL vmlinux 0xa709c835 fib6_info_destroy_rcu +EXPORT_SYMBOL_GPL vmlinux 0xa7184ad4 edac_pci_add_device +EXPORT_SYMBOL_GPL vmlinux 0xa71a98b0 of_map_id +EXPORT_SYMBOL_GPL vmlinux 0xa71fdab0 fscrypt_ioctl_add_key +EXPORT_SYMBOL_GPL vmlinux 0xa72dd105 pci_bridge_emul_conf_write +EXPORT_SYMBOL_GPL vmlinux 0xa731f387 nl_table_lock +EXPORT_SYMBOL_GPL vmlinux 0xa7342fa7 mmu_notifier_range_update_to_read_only +EXPORT_SYMBOL_GPL vmlinux 0xa73c3b08 mtk_mutex_remove_comp +EXPORT_SYMBOL_GPL vmlinux 0xa7439afd hvc_remove +EXPORT_SYMBOL_GPL vmlinux 0xa7497287 locks_release_private +EXPORT_SYMBOL_GPL vmlinux 0xa74be1dd __pm_runtime_resume +EXPORT_SYMBOL_GPL vmlinux 0xa765d1d6 inet_unhash +EXPORT_SYMBOL_GPL vmlinux 0xa77031e4 proc_create_net_data_write +EXPORT_SYMBOL_GPL vmlinux 0xa788700b copy_to_user_nofault +EXPORT_SYMBOL_GPL vmlinux 0xa78e00fa pm_generic_poweroff +EXPORT_SYMBOL_GPL vmlinux 0xa7a25366 tps6586x_write +EXPORT_SYMBOL_GPL vmlinux 0xa7be05f9 open_related_ns +EXPORT_SYMBOL_GPL vmlinux 0xa7c25194 of_thermal_get_ntrips +EXPORT_SYMBOL_GPL vmlinux 0xa7c463db regulator_get_exclusive +EXPORT_SYMBOL_GPL vmlinux 0xa7c7426a blk_rq_unprep_clone +EXPORT_SYMBOL_GPL vmlinux 0xa7dd91e7 irq_work_queue +EXPORT_SYMBOL_GPL vmlinux 0xa7e9706a serial8250_rx_dma_flush +EXPORT_SYMBOL_GPL vmlinux 0xa7fb1d9c genphy_c45_pma_read_abilities +EXPORT_SYMBOL_GPL vmlinux 0xa801f09c pci_disable_pasid +EXPORT_SYMBOL_GPL vmlinux 0xa8208b93 hvc_alloc +EXPORT_SYMBOL_GPL vmlinux 0xa8357712 crypto_ahash_finup +EXPORT_SYMBOL_GPL vmlinux 0xa851973a raw_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0xa868cc5e regulator_map_voltage_pickable_linear_range +EXPORT_SYMBOL_GPL vmlinux 0xa86f58ac __usb_create_hcd +EXPORT_SYMBOL_GPL vmlinux 0xa8841cc6 mas_next +EXPORT_SYMBOL_GPL vmlinux 0xa88cb6f6 icmp_build_probe +EXPORT_SYMBOL_GPL vmlinux 0xa89926dc crypto_dh_decode_key +EXPORT_SYMBOL_GPL vmlinux 0xa8a6364c xas_get_mark +EXPORT_SYMBOL_GPL vmlinux 0xa8ac85ca input_class +EXPORT_SYMBOL_GPL vmlinux 0xa8ce105d dev_pm_opp_get_voltage +EXPORT_SYMBOL_GPL vmlinux 0xa8dc97ab security_kernel_read_file +EXPORT_SYMBOL_GPL vmlinux 0xa8eb9a6c ata_cable_sata +EXPORT_SYMBOL_GPL vmlinux 0xa8f32ed9 dev_pm_opp_get_supplies +EXPORT_SYMBOL_GPL vmlinux 0xa8f6a7ac power_supply_put_battery_info +EXPORT_SYMBOL_GPL vmlinux 0xa90012bd __platform_create_bundle +EXPORT_SYMBOL_GPL vmlinux 0xa911d314 regulator_register_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0xa918bfef da903x_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0xa92448f5 usb_of_get_interface_node +EXPORT_SYMBOL_GPL vmlinux 0xa926dfe2 fwnode_graph_get_remote_endpoint +EXPORT_SYMBOL_GPL vmlinux 0xa92b2620 ipv6_stub +EXPORT_SYMBOL_GPL vmlinux 0xa9320d27 ktime_get_seconds +EXPORT_SYMBOL_GPL vmlinux 0xa9593a5a fwnode_graph_get_next_endpoint +EXPORT_SYMBOL_GPL vmlinux 0xa95b5c77 hwmon_sanitize_name +EXPORT_SYMBOL_GPL vmlinux 0xa9637b52 iomap_dio_bio_end_io +EXPORT_SYMBOL_GPL vmlinux 0xa96e8b4e hv_setup_vmbus_handler +EXPORT_SYMBOL_GPL vmlinux 0xa9758e99 uprobe_register_refctr +EXPORT_SYMBOL_GPL vmlinux 0xa98e889c pci_reset_function +EXPORT_SYMBOL_GPL vmlinux 0xa997fb08 of_genpd_add_subdomain +EXPORT_SYMBOL_GPL vmlinux 0xa99b8e70 __SCK__tp_func_xdp_exception +EXPORT_SYMBOL_GPL vmlinux 0xa99c84e5 udp_bpf_update_proto +EXPORT_SYMBOL_GPL vmlinux 0xa99ef899 devlink_fmsg_bool_pair_put +EXPORT_SYMBOL_GPL vmlinux 0xa9b0d37f hisi_clk_register_phase +EXPORT_SYMBOL_GPL vmlinux 0xa9c93e7a metadata_dst_free_percpu +EXPORT_SYMBOL_GPL vmlinux 0xa9d606da relay_subbufs_consumed +EXPORT_SYMBOL_GPL vmlinux 0xa9d66bc7 vfs_listxattr +EXPORT_SYMBOL_GPL vmlinux 0xa9d87d07 pci_epc_map_addr +EXPORT_SYMBOL_GPL vmlinux 0xa9def390 ata_sff_hsm_move +EXPORT_SYMBOL_GPL vmlinux 0xa9def55a ata_bmdma_start +EXPORT_SYMBOL_GPL vmlinux 0xa9e17eff xfrm_dev_policy_add +EXPORT_SYMBOL_GPL vmlinux 0xa9f8f19c tegra_mc_get_emem_device_count +EXPORT_SYMBOL_GPL vmlinux 0xaa16c177 __get_task_comm +EXPORT_SYMBOL_GPL vmlinux 0xaa1e8327 blk_queue_flag_test_and_set +EXPORT_SYMBOL_GPL vmlinux 0xaa2120ed iommu_group_remove_device +EXPORT_SYMBOL_GPL vmlinux 0xaa2546dd devres_close_group +EXPORT_SYMBOL_GPL vmlinux 0xaa3c49d7 platform_device_register_full +EXPORT_SYMBOL_GPL vmlinux 0xaa403100 __pm_stay_awake +EXPORT_SYMBOL_GPL vmlinux 0xaa4acd38 blk_lld_busy +EXPORT_SYMBOL_GPL vmlinux 0xaa693c52 devm_power_supply_register_no_ws +EXPORT_SYMBOL_GPL vmlinux 0xaa6a50f9 __static_key_deferred_flush +EXPORT_SYMBOL_GPL vmlinux 0xaa84205c sata_link_debounce +EXPORT_SYMBOL_GPL vmlinux 0xaa909f84 da9055_regmap_config +EXPORT_SYMBOL_GPL vmlinux 0xaa97f337 ehci_hub_control +EXPORT_SYMBOL_GPL vmlinux 0xaaa52a54 iomap_seek_data +EXPORT_SYMBOL_GPL vmlinux 0xaaa5b1cc nf_ip_route +EXPORT_SYMBOL_GPL vmlinux 0xaaa918c9 ftrace_dump +EXPORT_SYMBOL_GPL vmlinux 0xaab1c9f3 kvm_vcpu_wake_up +EXPORT_SYMBOL_GPL vmlinux 0xaab9c421 clk_multiplier_ops +EXPORT_SYMBOL_GPL vmlinux 0xaabe5fc8 pwm_free +EXPORT_SYMBOL_GPL vmlinux 0xaacb1993 dw8250_setup_port +EXPORT_SYMBOL_GPL vmlinux 0xaad9e5e1 lp8788_read_multi_bytes +EXPORT_SYMBOL_GPL vmlinux 0xaadeea0d mtk_pinconf_bias_disable_set +EXPORT_SYMBOL_GPL vmlinux 0xaaf9f4f7 srcu_notifier_chain_unregister +EXPORT_SYMBOL_GPL vmlinux 0xaafafbff rockchip_pmu_unblock +EXPORT_SYMBOL_GPL vmlinux 0xab060841 zynqmp_pm_query_data +EXPORT_SYMBOL_GPL vmlinux 0xab062a1f udp4_hwcsum +EXPORT_SYMBOL_GPL vmlinux 0xab072e9f irq_gc_mask_set_bit +EXPORT_SYMBOL_GPL vmlinux 0xab0dc092 pci_enable_pcie_error_reporting +EXPORT_SYMBOL_GPL vmlinux 0xab0ff87e ftrace_set_filter_ip +EXPORT_SYMBOL_GPL vmlinux 0xab118e79 iommu_map +EXPORT_SYMBOL_GPL vmlinux 0xab1e0e93 hv_setup_kexec_handler +EXPORT_SYMBOL_GPL vmlinux 0xab2b6aea irq_domain_translate_twocell +EXPORT_SYMBOL_GPL vmlinux 0xab303ac4 usb_hcd_amd_remote_wakeup_quirk +EXPORT_SYMBOL_GPL vmlinux 0xab59679c elv_rqhash_add +EXPORT_SYMBOL_GPL vmlinux 0xab653650 ata_bmdma_qc_issue +EXPORT_SYMBOL_GPL vmlinux 0xab68aa01 of_pwm_single_xlate +EXPORT_SYMBOL_GPL vmlinux 0xab7f853d mtk_mutex_prepare +EXPORT_SYMBOL_GPL vmlinux 0xab93a6a3 ata_msleep +EXPORT_SYMBOL_GPL vmlinux 0xab9827d8 regulator_get_current_limit +EXPORT_SYMBOL_GPL vmlinux 0xab9dcf50 acpi_device_modalias +EXPORT_SYMBOL_GPL vmlinux 0xabbd05a4 dev_pm_put_subsys_data +EXPORT_SYMBOL_GPL vmlinux 0xabc055c6 devm_clk_get_optional_enabled +EXPORT_SYMBOL_GPL vmlinux 0xabc640f3 list_lru_isolate +EXPORT_SYMBOL_GPL vmlinux 0xabc65655 of_usb_update_otg_caps +EXPORT_SYMBOL_GPL vmlinux 0xabd45848 stop_machine +EXPORT_SYMBOL_GPL vmlinux 0xabff6678 usb_altnum_to_altsetting +EXPORT_SYMBOL_GPL vmlinux 0xac140dd9 of_icc_get +EXPORT_SYMBOL_GPL vmlinux 0xac14706c led_update_brightness +EXPORT_SYMBOL_GPL vmlinux 0xac26e9ad meson8_pmx_ops +EXPORT_SYMBOL_GPL vmlinux 0xac2acc2e gpiod_get_array +EXPORT_SYMBOL_GPL vmlinux 0xac357afd acpi_dma_controller_register +EXPORT_SYMBOL_GPL vmlinux 0xac3fcf2c icc_node_del +EXPORT_SYMBOL_GPL vmlinux 0xac52e14e i2c_parse_fw_timings +EXPORT_SYMBOL_GPL vmlinux 0xac5f760e bdev_alignment_offset +EXPORT_SYMBOL_GPL vmlinux 0xac826f3c regmap_check_range_table +EXPORT_SYMBOL_GPL vmlinux 0xac851291 acpi_gpiochip_free_interrupts +EXPORT_SYMBOL_GPL vmlinux 0xac867062 devlink_dpipe_entry_ctx_prepare +EXPORT_SYMBOL_GPL vmlinux 0xaca8900f crypto_stats_skcipher_decrypt +EXPORT_SYMBOL_GPL vmlinux 0xaca9b5ad rio_request_inb_mbox +EXPORT_SYMBOL_GPL vmlinux 0xacae3636 __pneigh_lookup +EXPORT_SYMBOL_GPL vmlinux 0xacb4d88c clk_rate_exclusive_put +EXPORT_SYMBOL_GPL vmlinux 0xacb9ab86 pm_generic_freeze +EXPORT_SYMBOL_GPL vmlinux 0xacc47d88 devm_memremap_pages +EXPORT_SYMBOL_GPL vmlinux 0xacc977ac alarm_forward_now +EXPORT_SYMBOL_GPL vmlinux 0xacda3713 devlink_port_attrs_pci_vf_set +EXPORT_SYMBOL_GPL vmlinux 0xacdadcd3 of_nvmem_cell_get +EXPORT_SYMBOL_GPL vmlinux 0xacf7e691 sysfs_merge_group +EXPORT_SYMBOL_GPL vmlinux 0xacf93baa finish_rcuwait +EXPORT_SYMBOL_GPL vmlinux 0xad053c69 nvdimm_flush +EXPORT_SYMBOL_GPL vmlinux 0xad0b2ed1 sk_psock_init +EXPORT_SYMBOL_GPL vmlinux 0xad190a32 ehci_adjust_port_wakeup_flags +EXPORT_SYMBOL_GPL vmlinux 0xad1b4fcb bdev_discard_alignment +EXPORT_SYMBOL_GPL vmlinux 0xad1d8694 gpmc_omap_onenand_set_timings +EXPORT_SYMBOL_GPL vmlinux 0xad25602f __tracepoint_sched_overutilized_tp +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 0xad6920b2 folio_wait_writeback_killable +EXPORT_SYMBOL_GPL vmlinux 0xad76a3f0 __SCK__tp_func_neigh_update_done +EXPORT_SYMBOL_GPL vmlinux 0xad83ce29 xas_find_conflict +EXPORT_SYMBOL_GPL vmlinux 0xad954b08 pci_epc_get_features +EXPORT_SYMBOL_GPL vmlinux 0xad9842be sysfs_create_group +EXPORT_SYMBOL_GPL vmlinux 0xad9fb247 lwtunnel_valid_encap_type_attr +EXPORT_SYMBOL_GPL vmlinux 0xada38766 dst_cache_destroy +EXPORT_SYMBOL_GPL vmlinux 0xadb2469f device_create_with_groups +EXPORT_SYMBOL_GPL vmlinux 0xadbb58ee pinmux_generic_get_function_groups +EXPORT_SYMBOL_GPL vmlinux 0xadc8d662 pinctrl_parse_index_with_args +EXPORT_SYMBOL_GPL vmlinux 0xaddb9761 bpf_prog_put +EXPORT_SYMBOL_GPL vmlinux 0xade5339b hte_get_clk_src_info +EXPORT_SYMBOL_GPL vmlinux 0xaded4c9b lwtunnel_output +EXPORT_SYMBOL_GPL vmlinux 0xadf9c1b3 housekeeping_cpumask +EXPORT_SYMBOL_GPL vmlinux 0xae01217a mpi_write_to_sgl +EXPORT_SYMBOL_GPL vmlinux 0xae06b54d fuse_dev_alloc_install +EXPORT_SYMBOL_GPL vmlinux 0xae0ecf40 usb_bus_idr_lock +EXPORT_SYMBOL_GPL vmlinux 0xae1051b0 net_cls_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0xae1eb1dc devm_regulator_register +EXPORT_SYMBOL_GPL vmlinux 0xae39f80e dst_cache_init +EXPORT_SYMBOL_GPL vmlinux 0xae450a71 usb_driver_set_configuration +EXPORT_SYMBOL_GPL vmlinux 0xae4a6de3 xhci_dbg_trace +EXPORT_SYMBOL_GPL vmlinux 0xae5af37d devm_hwmon_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0xae6478be blk_abort_request +EXPORT_SYMBOL_GPL vmlinux 0xae64f1dd __tracepoint_block_bio_remap +EXPORT_SYMBOL_GPL vmlinux 0xae66224d dev_pm_opp_of_cpumask_remove_table +EXPORT_SYMBOL_GPL vmlinux 0xae69b1c1 usermodehelper_read_unlock +EXPORT_SYMBOL_GPL vmlinux 0xae6d1b3c cpufreq_table_index_unsorted +EXPORT_SYMBOL_GPL vmlinux 0xae7c231d mpi_cmp +EXPORT_SYMBOL_GPL vmlinux 0xae7c7020 wakeup_sources_walk_start +EXPORT_SYMBOL_GPL vmlinux 0xae7dafa9 lwtunnel_encap_del_ops +EXPORT_SYMBOL_GPL vmlinux 0xae80a2dc __tracepoint_rwmmio_post_write +EXPORT_SYMBOL_GPL vmlinux 0xaea7f1ef devlink_sb_unregister +EXPORT_SYMBOL_GPL vmlinux 0xaeabae67 wakeup_source_add +EXPORT_SYMBOL_GPL vmlinux 0xaece164d of_device_uevent_modalias +EXPORT_SYMBOL_GPL vmlinux 0xaeed6247 dequeue_signal +EXPORT_SYMBOL_GPL vmlinux 0xaef50561 rdev_get_regmap +EXPORT_SYMBOL_GPL vmlinux 0xaef5242b pci_hp_create_module_link +EXPORT_SYMBOL_GPL vmlinux 0xaeff55a6 meson_clk_pcie_pll_ops +EXPORT_SYMBOL_GPL vmlinux 0xaf076aec nd_fletcher64 +EXPORT_SYMBOL_GPL vmlinux 0xaf0b6ba7 blkg_rwstat_init +EXPORT_SYMBOL_GPL vmlinux 0xaf302868 vp_legacy_set_features +EXPORT_SYMBOL_GPL vmlinux 0xaf348da7 cpu_pm_exit +EXPORT_SYMBOL_GPL vmlinux 0xaf3a44e9 __SCK__tp_func_sched_overutilized_tp +EXPORT_SYMBOL_GPL vmlinux 0xaf3a58f1 devl_dpipe_table_unregister +EXPORT_SYMBOL_GPL vmlinux 0xaf3b0681 regmap_bulk_read +EXPORT_SYMBOL_GPL vmlinux 0xaf3b5226 clk_register_hisi_phase +EXPORT_SYMBOL_GPL vmlinux 0xaf3ed93e srcu_notifier_chain_register +EXPORT_SYMBOL_GPL vmlinux 0xaf4014ff usb_amd_quirk_pll_check +EXPORT_SYMBOL_GPL vmlinux 0xaf401d5c crypto_hash_walk_first +EXPORT_SYMBOL_GPL vmlinux 0xaf5125a2 usb_remove_phy +EXPORT_SYMBOL_GPL vmlinux 0xaf55a46b devm_request_free_mem_region +EXPORT_SYMBOL_GPL vmlinux 0xaf7398e9 bpf_trace_run6 +EXPORT_SYMBOL_GPL vmlinux 0xaf793668 __alloc_percpu_gfp +EXPORT_SYMBOL_GPL vmlinux 0xaf852873 cpuidle_register_device +EXPORT_SYMBOL_GPL vmlinux 0xaf896bbd gpiod_toggle_active_low +EXPORT_SYMBOL_GPL vmlinux 0xaf9d316e mtk_mmsys_ddp_connect +EXPORT_SYMBOL_GPL vmlinux 0xafabfd7e mpc8xxx_spi_rx_buf_u32 +EXPORT_SYMBOL_GPL vmlinux 0xafb07262 __pfn_to_mfn +EXPORT_SYMBOL_GPL vmlinux 0xafb4f04e filemap_range_has_writeback +EXPORT_SYMBOL_GPL vmlinux 0xafcbe407 ata_sas_port_suspend +EXPORT_SYMBOL_GPL vmlinux 0xafcef298 unix_inq_len +EXPORT_SYMBOL_GPL vmlinux 0xafddd545 ata_id_c_string +EXPORT_SYMBOL_GPL vmlinux 0xafde1660 l3mdev_master_upper_ifindex_by_index_rcu +EXPORT_SYMBOL_GPL vmlinux 0xafeb58c1 __SCK__tp_func_io_page_fault +EXPORT_SYMBOL_GPL vmlinux 0xaffc216a kvm_gfn_to_hva_cache_init +EXPORT_SYMBOL_GPL vmlinux 0xaffcdc65 pci_user_write_config_dword +EXPORT_SYMBOL_GPL vmlinux 0xb000d6d6 cros_ec_check_features +EXPORT_SYMBOL_GPL vmlinux 0xb008510a dprc_open +EXPORT_SYMBOL_GPL vmlinux 0xb0099f79 topology_clear_scale_freq_source +EXPORT_SYMBOL_GPL vmlinux 0xb013781f __pci_hp_initialize +EXPORT_SYMBOL_GPL vmlinux 0xb021856b devm_hwspin_lock_request_specific +EXPORT_SYMBOL_GPL vmlinux 0xb02a577a strp_unpause +EXPORT_SYMBOL_GPL vmlinux 0xb02ac411 register_xenstore_notifier +EXPORT_SYMBOL_GPL vmlinux 0xb04776f3 genphy_c45_pma_resume +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 0xb05de1fe exportfs_decode_fh +EXPORT_SYMBOL_GPL vmlinux 0xb05df350 __mnt_is_readonly +EXPORT_SYMBOL_GPL vmlinux 0xb06e709c dev_pm_qos_expose_latency_limit +EXPORT_SYMBOL_GPL vmlinux 0xb06ea245 sbitmap_queue_resize +EXPORT_SYMBOL_GPL vmlinux 0xb072f3c6 to_nvdimm +EXPORT_SYMBOL_GPL vmlinux 0xb0747ed2 rcu_cpu_stall_suppress +EXPORT_SYMBOL_GPL vmlinux 0xb077e70a clk_unprepare +EXPORT_SYMBOL_GPL vmlinux 0xb0797218 tpm_pcr_read +EXPORT_SYMBOL_GPL vmlinux 0xb07c8312 serial8250_handle_irq +EXPORT_SYMBOL_GPL vmlinux 0xb0851cff gnttab_page_cache_put +EXPORT_SYMBOL_GPL vmlinux 0xb0863112 scsi_target_unblock +EXPORT_SYMBOL_GPL vmlinux 0xb08a22a3 cpufreq_show_cpus +EXPORT_SYMBOL_GPL vmlinux 0xb08c8a42 vcap_addr_keysets +EXPORT_SYMBOL_GPL vmlinux 0xb09343c2 irq_gc_set_wake +EXPORT_SYMBOL_GPL vmlinux 0xb09e170f crypto_register_acomps +EXPORT_SYMBOL_GPL vmlinux 0xb0a89fa6 __pci_epf_register_driver +EXPORT_SYMBOL_GPL vmlinux 0xb0ac276c blkg_prfill_rwstat +EXPORT_SYMBOL_GPL vmlinux 0xb0b85f47 ring_buffer_iter_reset +EXPORT_SYMBOL_GPL vmlinux 0xb0bd29f4 regcache_sync_region +EXPORT_SYMBOL_GPL vmlinux 0xb0c5eefb fuse_get_unique +EXPORT_SYMBOL_GPL vmlinux 0xb0cad07d thermal_zone_device_disable +EXPORT_SYMBOL_GPL vmlinux 0xb0ccd9fb iomap_bmap +EXPORT_SYMBOL_GPL vmlinux 0xb0ce8caf sata_pmp_error_handler +EXPORT_SYMBOL_GPL vmlinux 0xb0d1656c gpio_free_array +EXPORT_SYMBOL_GPL vmlinux 0xb0d6c383 of_pm_clk_add_clk +EXPORT_SYMBOL_GPL vmlinux 0xb0e0987f linear_hugepage_index +EXPORT_SYMBOL_GPL vmlinux 0xb0e7ffc5 ahci_platform_enable_resources +EXPORT_SYMBOL_GPL vmlinux 0xb0e8e671 xenbus_otherend_changed +EXPORT_SYMBOL_GPL vmlinux 0xb0fe62cc __traceiter_wbc_writepage +EXPORT_SYMBOL_GPL vmlinux 0xb10d964d devlink_fmsg_pair_nest_end +EXPORT_SYMBOL_GPL vmlinux 0xb1180d66 ata_link_online +EXPORT_SYMBOL_GPL vmlinux 0xb11d9000 tty_dev_name_to_number +EXPORT_SYMBOL_GPL vmlinux 0xb11dbefa kvm_read_guest +EXPORT_SYMBOL_GPL vmlinux 0xb11f8426 tty_set_termios +EXPORT_SYMBOL_GPL vmlinux 0xb1337aa8 led_classdev_register_ext +EXPORT_SYMBOL_GPL vmlinux 0xb1363ab7 ping_seq_stop +EXPORT_SYMBOL_GPL vmlinux 0xb1395528 clk_register +EXPORT_SYMBOL_GPL vmlinux 0xb13cc3ca handle_fasteoi_mask_irq +EXPORT_SYMBOL_GPL vmlinux 0xb13fdaf5 strp_process +EXPORT_SYMBOL_GPL vmlinux 0xb145d3ce nf_route +EXPORT_SYMBOL_GPL vmlinux 0xb156ddeb devm_gpio_request_one +EXPORT_SYMBOL_GPL vmlinux 0xb15a686a pci_epc_add_epf +EXPORT_SYMBOL_GPL vmlinux 0xb1647fc2 devlink_info_version_running_put +EXPORT_SYMBOL_GPL vmlinux 0xb16902d6 vmf_insert_pfn_pmd_prot +EXPORT_SYMBOL_GPL vmlinux 0xb16951f9 xhci_get_ep_ctx +EXPORT_SYMBOL_GPL vmlinux 0xb17aa09f pci_user_read_config_word +EXPORT_SYMBOL_GPL vmlinux 0xb19d4212 usb_put_intf +EXPORT_SYMBOL_GPL vmlinux 0xb19d9650 irq_get_domain_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0xb1baa71a devlink_linecard_provision_fail +EXPORT_SYMBOL_GPL vmlinux 0xb1bed25d dpm_resume_start +EXPORT_SYMBOL_GPL vmlinux 0xb1bfbdc7 account_locked_vm +EXPORT_SYMBOL_GPL vmlinux 0xb1c41a42 xhci_update_hub_device +EXPORT_SYMBOL_GPL vmlinux 0xb1e25684 __trace_bputs +EXPORT_SYMBOL_GPL vmlinux 0xb1fc1782 pci_speed_string +EXPORT_SYMBOL_GPL vmlinux 0xb1fda8ba gnttab_dma_free_pages +EXPORT_SYMBOL_GPL vmlinux 0xb202f0d7 rht_bucket_nested_insert +EXPORT_SYMBOL_GPL vmlinux 0xb2139e3f usb_enable_lpm +EXPORT_SYMBOL_GPL vmlinux 0xb2171b9c ip6_pol_route +EXPORT_SYMBOL_GPL vmlinux 0xb21d00c6 hte_ts_put +EXPORT_SYMBOL_GPL vmlinux 0xb2210d64 reset_control_deassert +EXPORT_SYMBOL_GPL vmlinux 0xb2325580 gpiochip_remove +EXPORT_SYMBOL_GPL vmlinux 0xb23b7691 start_poll_synchronize_rcu_full +EXPORT_SYMBOL_GPL vmlinux 0xb2405efc secure_tcp_seq +EXPORT_SYMBOL_GPL vmlinux 0xb242ed21 sata_link_scr_lpm +EXPORT_SYMBOL_GPL vmlinux 0xb2474646 tpm_get_random +EXPORT_SYMBOL_GPL vmlinux 0xb2480b17 kgdb_register_io_module +EXPORT_SYMBOL_GPL vmlinux 0xb25202cf fwnode_handle_put +EXPORT_SYMBOL_GPL vmlinux 0xb26a1add elfcorehdr_addr +EXPORT_SYMBOL_GPL vmlinux 0xb28dbcf6 netdev_rx_handler_unregister +EXPORT_SYMBOL_GPL vmlinux 0xb29533ee zs_malloc +EXPORT_SYMBOL_GPL vmlinux 0xb2a75dd3 bd_unlink_disk_holder +EXPORT_SYMBOL_GPL vmlinux 0xb2a8290e fat_getattr +EXPORT_SYMBOL_GPL vmlinux 0xb2bfa96d thermal_zone_device_update +EXPORT_SYMBOL_GPL vmlinux 0xb2c01749 gpiod_set_consumer_name +EXPORT_SYMBOL_GPL vmlinux 0xb2c14116 serial8250_do_set_ldisc +EXPORT_SYMBOL_GPL vmlinux 0xb2c1732e rcu_gp_set_torture_wait +EXPORT_SYMBOL_GPL vmlinux 0xb2c45380 tcp_reno_undo_cwnd +EXPORT_SYMBOL_GPL vmlinux 0xb2cd7381 __irq_alloc_domain_generic_chips +EXPORT_SYMBOL_GPL vmlinux 0xb2da4a35 pci_enable_pasid +EXPORT_SYMBOL_GPL vmlinux 0xb2dee731 rdev_get_dev +EXPORT_SYMBOL_GPL vmlinux 0xb2e613ad clk_hw_rate_is_protected +EXPORT_SYMBOL_GPL vmlinux 0xb2e764e8 suspend_valid_only_mem +EXPORT_SYMBOL_GPL vmlinux 0xb2e7b1f2 wm8350_block_read +EXPORT_SYMBOL_GPL vmlinux 0xb2ed2220 regulator_get_bypass_regmap +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 0xb31efbc7 regulator_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0xb31fde3a sysfs_create_bin_file +EXPORT_SYMBOL_GPL vmlinux 0xb32e6feb sampling_rate_store +EXPORT_SYMBOL_GPL vmlinux 0xb3343ad8 pinconf_generic_dump_config +EXPORT_SYMBOL_GPL vmlinux 0xb343fd1d ahci_port_resume +EXPORT_SYMBOL_GPL vmlinux 0xb35255aa of_device_modalias +EXPORT_SYMBOL_GPL vmlinux 0xb352ac74 xdp_rxq_info_unreg +EXPORT_SYMBOL_GPL vmlinux 0xb36e524a fscrypt_drop_inode +EXPORT_SYMBOL_GPL vmlinux 0xb374a312 uart_insert_char +EXPORT_SYMBOL_GPL vmlinux 0xb397e7aa perf_event_enable +EXPORT_SYMBOL_GPL vmlinux 0xb39c0158 pci_epc_get +EXPORT_SYMBOL_GPL vmlinux 0xb39c2ebe rtnl_af_register +EXPORT_SYMBOL_GPL vmlinux 0xb3a40ac4 ata_cable_unknown +EXPORT_SYMBOL_GPL vmlinux 0xb3a67dc5 pci_cfg_access_lock +EXPORT_SYMBOL_GPL vmlinux 0xb3a6c6ef sysfs_remove_bin_file +EXPORT_SYMBOL_GPL vmlinux 0xb3a96a44 dm_internal_suspend_fast +EXPORT_SYMBOL_GPL vmlinux 0xb3ab9f2b acpi_dma_request_slave_chan_by_name +EXPORT_SYMBOL_GPL vmlinux 0xb3dce96d kvm_vcpu_gfn_to_hva +EXPORT_SYMBOL_GPL vmlinux 0xb3ec2403 __traceiter_block_bio_remap +EXPORT_SYMBOL_GPL vmlinux 0xb3fd8fe6 kernel_read_file_from_path +EXPORT_SYMBOL_GPL vmlinux 0xb4068591 acpi_dev_gpio_irq_wake_get_by +EXPORT_SYMBOL_GPL vmlinux 0xb40c36ce free_vm_area +EXPORT_SYMBOL_GPL vmlinux 0xb40d673e zynqmp_pm_pinctrl_request +EXPORT_SYMBOL_GPL vmlinux 0xb4133521 pci_user_read_config_byte +EXPORT_SYMBOL_GPL vmlinux 0xb4165bd4 rcuwait_wake_up +EXPORT_SYMBOL_GPL vmlinux 0xb4196693 kvm_set_memory_region +EXPORT_SYMBOL_GPL vmlinux 0xb41cadbf devm_regmap_add_irq_chip_fwnode +EXPORT_SYMBOL_GPL vmlinux 0xb425dba0 devm_gpiod_unhinge +EXPORT_SYMBOL_GPL vmlinux 0xb43b048d virtio_add_status +EXPORT_SYMBOL_GPL vmlinux 0xb43f9365 ktime_get +EXPORT_SYMBOL_GPL vmlinux 0xb4429b64 acpi_dev_resource_ext_address_space +EXPORT_SYMBOL_GPL vmlinux 0xb44e18ea audit_enabled +EXPORT_SYMBOL_GPL vmlinux 0xb4672957 iommu_register_device_fault_handler +EXPORT_SYMBOL_GPL vmlinux 0xb48f0638 software_node_register +EXPORT_SYMBOL_GPL vmlinux 0xb48f3499 xlnx_register_event +EXPORT_SYMBOL_GPL vmlinux 0xb493f78f __devm_clk_hw_register_divider +EXPORT_SYMBOL_GPL vmlinux 0xb4959484 fscrypt_mergeable_bio_bh +EXPORT_SYMBOL_GPL vmlinux 0xb4a74e3a xdp_master_redirect +EXPORT_SYMBOL_GPL vmlinux 0xb4b284de __tcp_send_ack +EXPORT_SYMBOL_GPL vmlinux 0xb4b97c90 pvclock_gtod_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0xb4bd8800 blk_req_needs_zone_write_lock +EXPORT_SYMBOL_GPL vmlinux 0xb4c70e75 edac_mc_alloc +EXPORT_SYMBOL_GPL vmlinux 0xb4d2a649 fscrypt_ioctl_remove_key +EXPORT_SYMBOL_GPL vmlinux 0xb4de0003 blk_queue_zone_write_granularity +EXPORT_SYMBOL_GPL vmlinux 0xb4e0bf49 cpu_device_create +EXPORT_SYMBOL_GPL vmlinux 0xb4e59672 fuse_dev_release +EXPORT_SYMBOL_GPL vmlinux 0xb4e6b992 rio_unlock_device +EXPORT_SYMBOL_GPL vmlinux 0xb4e70635 usb_ep0_reinit +EXPORT_SYMBOL_GPL vmlinux 0xb4ea7cf7 kgdb_connected +EXPORT_SYMBOL_GPL vmlinux 0xb4eda0da ring_buffer_event_length +EXPORT_SYMBOL_GPL vmlinux 0xb4f79cbf iomap_read_folio +EXPORT_SYMBOL_GPL vmlinux 0xb501b2df nd_cmd_dimm_desc +EXPORT_SYMBOL_GPL vmlinux 0xb5093dd3 console_list +EXPORT_SYMBOL_GPL vmlinux 0xb50d4053 __netdev_watchdog_up +EXPORT_SYMBOL_GPL vmlinux 0xb50f0cb1 regmap_raw_read +EXPORT_SYMBOL_GPL vmlinux 0xb51ea535 thermal_zone_device_register_with_trips +EXPORT_SYMBOL_GPL vmlinux 0xb51fbd64 edac_op_state +EXPORT_SYMBOL_GPL vmlinux 0xb520eb79 btree_merge +EXPORT_SYMBOL_GPL vmlinux 0xb522d07c __mmc_send_status +EXPORT_SYMBOL_GPL vmlinux 0xb544e388 fsl_mc_bus_dpio_type +EXPORT_SYMBOL_GPL vmlinux 0xb55139f6 HUF_readStats +EXPORT_SYMBOL_GPL vmlinux 0xb5579a02 mtk_clk_unregister_cpumuxes +EXPORT_SYMBOL_GPL vmlinux 0xb55de460 HYPERVISOR_dm_op +EXPORT_SYMBOL_GPL vmlinux 0xb55e1378 ata_pci_shutdown_one +EXPORT_SYMBOL_GPL vmlinux 0xb561c490 mpi_mul +EXPORT_SYMBOL_GPL vmlinux 0xb56a5738 pm_generic_resume +EXPORT_SYMBOL_GPL vmlinux 0xb580c8ca transport_setup_device +EXPORT_SYMBOL_GPL vmlinux 0xb592d904 __gfn_to_pfn_memslot +EXPORT_SYMBOL_GPL vmlinux 0xb592fbe4 dev_pm_get_subsys_data +EXPORT_SYMBOL_GPL vmlinux 0xb5a83e35 gnttab_setup_auto_xlat_frames +EXPORT_SYMBOL_GPL vmlinux 0xb5a8c226 acpi_gsi_to_irq +EXPORT_SYMBOL_GPL vmlinux 0xb5b6fb04 hv_get_vpreg +EXPORT_SYMBOL_GPL vmlinux 0xb5ba68db user_describe +EXPORT_SYMBOL_GPL vmlinux 0xb5bedf68 pci_epc_unmap_addr +EXPORT_SYMBOL_GPL vmlinux 0xb5c177ce lwtunnel_cmp_encap +EXPORT_SYMBOL_GPL vmlinux 0xb5c929a7 xdp_return_buff +EXPORT_SYMBOL_GPL vmlinux 0xb5cb301c tegra_xusb_padctl_legacy_probe +EXPORT_SYMBOL_GPL vmlinux 0xb5ddf8ee __nf_ip6_route +EXPORT_SYMBOL_GPL vmlinux 0xb5f0098c pci_platform_power_transition +EXPORT_SYMBOL_GPL vmlinux 0xb5f02915 pci_create_ims_domain +EXPORT_SYMBOL_GPL vmlinux 0xb5f31fc3 usb_unlocked_enable_lpm +EXPORT_SYMBOL_GPL vmlinux 0xb5f65e76 kvm_write_guest_offset_cached +EXPORT_SYMBOL_GPL vmlinux 0xb605deaa imx_check_clk_hws +EXPORT_SYMBOL_GPL vmlinux 0xb616c75e fuse_conn_get +EXPORT_SYMBOL_GPL vmlinux 0xb620d916 of_pci_range_parser_one +EXPORT_SYMBOL_GPL vmlinux 0xb6261484 register_die_notifier +EXPORT_SYMBOL_GPL vmlinux 0xb627e197 gpiochip_add_data_with_key +EXPORT_SYMBOL_GPL vmlinux 0xb62a72bf css_next_descendant_pre +EXPORT_SYMBOL_GPL vmlinux 0xb62cc9f0 spi_target_abort +EXPORT_SYMBOL_GPL vmlinux 0xb6332d41 blkdev_zone_mgmt +EXPORT_SYMBOL_GPL vmlinux 0xb6357e53 cpuidle_enable_device +EXPORT_SYMBOL_GPL vmlinux 0xb6410433 mpi_addm +EXPORT_SYMBOL_GPL vmlinux 0xb655f91b pci_epc_get_next_free_bar +EXPORT_SYMBOL_GPL vmlinux 0xb66012da driver_find_device +EXPORT_SYMBOL_GPL vmlinux 0xb67207d2 regulator_set_voltage +EXPORT_SYMBOL_GPL vmlinux 0xb677de45 device_store_bool +EXPORT_SYMBOL_GPL vmlinux 0xb6787346 sfp_unregister_socket +EXPORT_SYMBOL_GPL vmlinux 0xb68cd1c9 inet_ctl_sock_create +EXPORT_SYMBOL_GPL vmlinux 0xb69afbb0 devlink_linecard_deactivate +EXPORT_SYMBOL_GPL vmlinux 0xb6a3a984 tpm_tis_resume +EXPORT_SYMBOL_GPL vmlinux 0xb6b8b0aa class_find_device +EXPORT_SYMBOL_GPL vmlinux 0xb6d24ad3 perf_aux_output_begin +EXPORT_SYMBOL_GPL vmlinux 0xb6d27de6 __tracepoint_ata_bmdma_status +EXPORT_SYMBOL_GPL vmlinux 0xb6ddee61 dma_free_noncontiguous +EXPORT_SYMBOL_GPL vmlinux 0xb6df0415 __rtnl_link_register +EXPORT_SYMBOL_GPL vmlinux 0xb6df084d sbitmap_queue_get_shallow +EXPORT_SYMBOL_GPL vmlinux 0xb6e0af62 debugfs_create_size_t +EXPORT_SYMBOL_GPL vmlinux 0xb6e6d99d clk_disable +EXPORT_SYMBOL_GPL vmlinux 0xb6ed42a1 pinctrl_utils_add_map_mux +EXPORT_SYMBOL_GPL vmlinux 0xb6f36b2f of_clk_parent_fill +EXPORT_SYMBOL_GPL vmlinux 0xb6fcf848 regulator_get_error_flags +EXPORT_SYMBOL_GPL vmlinux 0xb703ac7a strp_done +EXPORT_SYMBOL_GPL vmlinux 0xb70e52ff ncsi_vlan_rx_kill_vid +EXPORT_SYMBOL_GPL vmlinux 0xb72245fd dma_get_slave_caps +EXPORT_SYMBOL_GPL vmlinux 0xb724201b fsl_mc_bus_dpdmai_type +EXPORT_SYMBOL_GPL vmlinux 0xb7329c06 clk_set_phase +EXPORT_SYMBOL_GPL vmlinux 0xb73713d7 nvmem_add_cell_lookups +EXPORT_SYMBOL_GPL vmlinux 0xb7413931 ptp_msg_is_sync +EXPORT_SYMBOL_GPL vmlinux 0xb74c31cd wwan_remove_port +EXPORT_SYMBOL_GPL vmlinux 0xb7609968 devm_add_action +EXPORT_SYMBOL_GPL vmlinux 0xb782c1a3 hv_get_vpreg_128 +EXPORT_SYMBOL_GPL vmlinux 0xb786bf75 pci_write_msi_msg +EXPORT_SYMBOL_GPL vmlinux 0xb78aadd1 usb_reset_device +EXPORT_SYMBOL_GPL vmlinux 0xb792c250 tty_release_struct +EXPORT_SYMBOL_GPL vmlinux 0xb79496b6 md_start +EXPORT_SYMBOL_GPL vmlinux 0xb7964a2a acpi_get_acpi_dev +EXPORT_SYMBOL_GPL vmlinux 0xb7a387fc synchronize_rcu_tasks_rude +EXPORT_SYMBOL_GPL vmlinux 0xb7b17711 poll_state_synchronize_srcu +EXPORT_SYMBOL_GPL vmlinux 0xb7c69a63 unregister_vmap_purge_notifier +EXPORT_SYMBOL_GPL vmlinux 0xb7cc0cff __tracepoint_br_fdb_add +EXPORT_SYMBOL_GPL vmlinux 0xb7d56e84 acpi_dev_get_next_consumer_dev +EXPORT_SYMBOL_GPL vmlinux 0xb7f61e53 fat_dir_empty +EXPORT_SYMBOL_GPL vmlinux 0xb7f95ec1 pci_epc_destroy +EXPORT_SYMBOL_GPL vmlinux 0xb7f990e9 rht_bucket_nested +EXPORT_SYMBOL_GPL vmlinux 0xb7ffc0db hwspin_lock_unregister +EXPORT_SYMBOL_GPL vmlinux 0xb802b146 ata_acpi_gtm +EXPORT_SYMBOL_GPL vmlinux 0xb81712db is_skb_forwardable +EXPORT_SYMBOL_GPL vmlinux 0xb8273d0b __wake_up_sync +EXPORT_SYMBOL_GPL vmlinux 0xb82967d2 iommu_sva_find +EXPORT_SYMBOL_GPL vmlinux 0xb837987e balloon_page_list_enqueue +EXPORT_SYMBOL_GPL vmlinux 0xb8392145 ehci_init_driver +EXPORT_SYMBOL_GPL vmlinux 0xb85042e5 gnttab_free_grant_reference_seq +EXPORT_SYMBOL_GPL vmlinux 0xb85046d5 blk_mq_sched_try_merge +EXPORT_SYMBOL_GPL vmlinux 0xb8517320 fsverity_ioctl_read_metadata +EXPORT_SYMBOL_GPL vmlinux 0xb85e1820 devm_rtc_allocate_device +EXPORT_SYMBOL_GPL vmlinux 0xb8714d60 aead_geniv_alloc +EXPORT_SYMBOL_GPL vmlinux 0xb8781582 imx_clk_hw_sscg_pll +EXPORT_SYMBOL_GPL vmlinux 0xb8795a48 sysfs_create_files +EXPORT_SYMBOL_GPL vmlinux 0xb87b43af gpiod_get_raw_array_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0xb87f40fe cppc_set_enable +EXPORT_SYMBOL_GPL vmlinux 0xb88dbfce irq_set_irqchip_state +EXPORT_SYMBOL_GPL vmlinux 0xb8993fac __tracepoint_remove_device_from_group +EXPORT_SYMBOL_GPL vmlinux 0xb899ee8c of_genpd_remove_subdomain +EXPORT_SYMBOL_GPL vmlinux 0xb89e69b1 jump_label_update_timeout +EXPORT_SYMBOL_GPL vmlinux 0xb8b56b9a blk_trace_remove +EXPORT_SYMBOL_GPL vmlinux 0xb8b8c4f0 ti_sci_release_resource +EXPORT_SYMBOL_GPL vmlinux 0xb8bd7322 subsys_dev_iter_init +EXPORT_SYMBOL_GPL vmlinux 0xb8cd3a7f nf_logger_put +EXPORT_SYMBOL_GPL vmlinux 0xb8dbb838 kvm_is_visible_gfn +EXPORT_SYMBOL_GPL vmlinux 0xb8e9d3a0 sata_scr_read +EXPORT_SYMBOL_GPL vmlinux 0xb8f11603 idr_alloc +EXPORT_SYMBOL_GPL vmlinux 0xb901df59 serdev_device_write_flush +EXPORT_SYMBOL_GPL vmlinux 0xb912560d static_key_disable +EXPORT_SYMBOL_GPL vmlinux 0xb912cd5e __rio_local_write_config_8 +EXPORT_SYMBOL_GPL vmlinux 0xb916004a list_lru_walk_one +EXPORT_SYMBOL_GPL vmlinux 0xb917b6d7 return_address +EXPORT_SYMBOL_GPL vmlinux 0xb9192b52 irq_chip_set_type_parent +EXPORT_SYMBOL_GPL vmlinux 0xb9244a93 tracing_snapshot_cond_enable +EXPORT_SYMBOL_GPL vmlinux 0xb9261ec0 fib_rule_matchall +EXPORT_SYMBOL_GPL vmlinux 0xb93e10a8 serdev_device_close +EXPORT_SYMBOL_GPL vmlinux 0xb940d90d hte_enable_ts +EXPORT_SYMBOL_GPL vmlinux 0xb94b994c clk_gate_restore_context +EXPORT_SYMBOL_GPL vmlinux 0xb950fa04 xenbus_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0xb9573826 wm8350_reg_lock +EXPORT_SYMBOL_GPL vmlinux 0xb961228d fuse_conn_destroy +EXPORT_SYMBOL_GPL vmlinux 0xb9629235 edac_device_alloc_ctl_info +EXPORT_SYMBOL_GPL vmlinux 0xb962c645 ata_std_sched_eh +EXPORT_SYMBOL_GPL vmlinux 0xb96556ca anon_transport_class_unregister +EXPORT_SYMBOL_GPL vmlinux 0xb9681621 xdp_do_flush +EXPORT_SYMBOL_GPL vmlinux 0xb96c5400 __traceiter_neigh_update +EXPORT_SYMBOL_GPL vmlinux 0xb970e03d rio_dma_prep_xfer +EXPORT_SYMBOL_GPL vmlinux 0xb977bd4d gpiochip_irqchip_add_domain +EXPORT_SYMBOL_GPL vmlinux 0xb9852d11 __traceiter_mc_event +EXPORT_SYMBOL_GPL vmlinux 0xb989406f blk_add_driver_data +EXPORT_SYMBOL_GPL vmlinux 0xb98ffdf8 gpiod_set_debounce +EXPORT_SYMBOL_GPL vmlinux 0xb99a3b00 sbitmap_queue_recalculate_wake_batch +EXPORT_SYMBOL_GPL vmlinux 0xb9b01c00 i2c_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0xb9b9df41 usb_amd_dev_put +EXPORT_SYMBOL_GPL vmlinux 0xb9c16f51 hv_max_vp_index +EXPORT_SYMBOL_GPL vmlinux 0xb9c425de register_syscore_ops +EXPORT_SYMBOL_GPL vmlinux 0xb9d025c9 llist_del_first +EXPORT_SYMBOL_GPL vmlinux 0xb9d63250 of_platform_default_populate +EXPORT_SYMBOL_GPL vmlinux 0xb9db000d gpiochip_add_pingroup_range +EXPORT_SYMBOL_GPL vmlinux 0xb9e47b24 of_dma_controller_free +EXPORT_SYMBOL_GPL vmlinux 0xb9ecb90b regulator_disable +EXPORT_SYMBOL_GPL vmlinux 0xba0ff41f wakeup_source_destroy +EXPORT_SYMBOL_GPL vmlinux 0xba10a71d dev_pm_opp_init_cpufreq_table +EXPORT_SYMBOL_GPL vmlinux 0xba220db7 __wake_up_sync_key +EXPORT_SYMBOL_GPL vmlinux 0xba23c2f2 i2c_client_type +EXPORT_SYMBOL_GPL vmlinux 0xba2b7f64 cpufreq_generic_get +EXPORT_SYMBOL_GPL vmlinux 0xba548848 pci_epc_set_msix +EXPORT_SYMBOL_GPL vmlinux 0xba54ed20 sdio_retune_release +EXPORT_SYMBOL_GPL vmlinux 0xba7074bb vp_modern_set_queue_reset +EXPORT_SYMBOL_GPL vmlinux 0xba82f147 acpi_device_fwnode_ops +EXPORT_SYMBOL_GPL vmlinux 0xba87e1f3 tty_ldisc_ref +EXPORT_SYMBOL_GPL vmlinux 0xba8c3f02 driver_for_each_device +EXPORT_SYMBOL_GPL vmlinux 0xba94bbcb dev_pm_disable_wake_irq +EXPORT_SYMBOL_GPL vmlinux 0xba96b348 phy_10gbit_fec_features +EXPORT_SYMBOL_GPL vmlinux 0xbab012e3 cpufreq_driver_target +EXPORT_SYMBOL_GPL vmlinux 0xbab9a9f0 maxim_charger_currents +EXPORT_SYMBOL_GPL vmlinux 0xbabbbe23 crypto_aes_set_key +EXPORT_SYMBOL_GPL vmlinux 0xbabf9afa task_cls_state +EXPORT_SYMBOL_GPL vmlinux 0xbadf50ef ahci_platform_enable_regulators +EXPORT_SYMBOL_GPL vmlinux 0xbaeabc23 fib_new_table +EXPORT_SYMBOL_GPL vmlinux 0xbaf1ea59 devm_clk_bulk_get_optional +EXPORT_SYMBOL_GPL vmlinux 0xbaf22757 kvfree_call_rcu +EXPORT_SYMBOL_GPL vmlinux 0xbaf6850c fsnotify_wait_marks_destroyed +EXPORT_SYMBOL_GPL vmlinux 0xbafa7ecc regulator_is_supported_voltage +EXPORT_SYMBOL_GPL vmlinux 0xbafc4ab1 fwnode_property_present +EXPORT_SYMBOL_GPL vmlinux 0xbb028ad3 rcu_gp_slow_register +EXPORT_SYMBOL_GPL vmlinux 0xbb075e24 device_release_driver +EXPORT_SYMBOL_GPL vmlinux 0xbb0ab47b debug_locks +EXPORT_SYMBOL_GPL vmlinux 0xbb0b25d2 register_xenbus_watch +EXPORT_SYMBOL_GPL vmlinux 0xbb19585d vp_modern_get_queue_enable +EXPORT_SYMBOL_GPL vmlinux 0xbb24f372 __SCK__tp_func_attach_device_to_domain +EXPORT_SYMBOL_GPL vmlinux 0xbb2ae8e9 mtk_register_reset_controller_with_dev +EXPORT_SYMBOL_GPL vmlinux 0xbb314d5e rio_request_outb_mbox +EXPORT_SYMBOL_GPL vmlinux 0xbb3594d5 of_thermal_get_trip_points +EXPORT_SYMBOL_GPL vmlinux 0xbb4146b3 get_completed_synchronize_rcu +EXPORT_SYMBOL_GPL vmlinux 0xbb46fa97 dm_get_queue_limits +EXPORT_SYMBOL_GPL vmlinux 0xbb5335ce xenbus_dev_is_online +EXPORT_SYMBOL_GPL vmlinux 0xbb585d89 net_ns_get_ownership +EXPORT_SYMBOL_GPL vmlinux 0xbb59cf03 crypto_type_has_alg +EXPORT_SYMBOL_GPL vmlinux 0xbb6508da random_get_entropy_fallback +EXPORT_SYMBOL_GPL vmlinux 0xbb68af94 ata_sas_port_alloc +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 0xbb76a50c ahci_handle_port_intr +EXPORT_SYMBOL_GPL vmlinux 0xbb7e9690 gfn_to_hva_memslot +EXPORT_SYMBOL_GPL vmlinux 0xbb88881e rio_mport_write_config_8 +EXPORT_SYMBOL_GPL vmlinux 0xbb93eec5 ioasid_alloc +EXPORT_SYMBOL_GPL vmlinux 0xbb96e710 regulator_list_hardware_vsel +EXPORT_SYMBOL_GPL vmlinux 0xbb9a723c handle_fasteoi_irq +EXPORT_SYMBOL_GPL vmlinux 0xbbb0e891 debugfs_remove +EXPORT_SYMBOL_GPL vmlinux 0xbbb4ab02 mtk_mutex_put +EXPORT_SYMBOL_GPL vmlinux 0xbbc309a7 pci_bus_add_device +EXPORT_SYMBOL_GPL vmlinux 0xbbd5a0d0 fsl8250_handle_irq +EXPORT_SYMBOL_GPL vmlinux 0xbbe5611b crc64_rocksoft_update +EXPORT_SYMBOL_GPL vmlinux 0xbbe56404 sprint_OID +EXPORT_SYMBOL_GPL vmlinux 0xbbf76596 tpm_tis_core_init +EXPORT_SYMBOL_GPL vmlinux 0xbbf82b6f zynqmp_pm_set_tcm_config +EXPORT_SYMBOL_GPL vmlinux 0xbc06bc30 ip6_push_pending_frames +EXPORT_SYMBOL_GPL vmlinux 0xbc08d405 crypto_register_aeads +EXPORT_SYMBOL_GPL vmlinux 0xbc0a4946 regmap_add_irq_chip_fwnode +EXPORT_SYMBOL_GPL vmlinux 0xbc145582 pwmchip_remove +EXPORT_SYMBOL_GPL vmlinux 0xbc1651a3 fsl_mc_obj_close +EXPORT_SYMBOL_GPL vmlinux 0xbc1cbb83 meson_clk_pll_ops +EXPORT_SYMBOL_GPL vmlinux 0xbc1f2486 iommu_enable_nesting +EXPORT_SYMBOL_GPL vmlinux 0xbc314156 nop_mnt_idmap +EXPORT_SYMBOL_GPL vmlinux 0xbc32e8a7 init_uts_ns +EXPORT_SYMBOL_GPL vmlinux 0xbc3721e7 dev_fill_metadata_dst +EXPORT_SYMBOL_GPL vmlinux 0xbc3f2cb0 timecounter_cyc2time +EXPORT_SYMBOL_GPL vmlinux 0xbc40f07a ping_seq_start +EXPORT_SYMBOL_GPL vmlinux 0xbc53c6f2 folio_mkclean +EXPORT_SYMBOL_GPL vmlinux 0xbc5a0028 i2c_get_device_id +EXPORT_SYMBOL_GPL vmlinux 0xbc600ce2 devl_port_register +EXPORT_SYMBOL_GPL vmlinux 0xbc600dc9 preempt_model_voluntary +EXPORT_SYMBOL_GPL vmlinux 0xbc6bec66 free_percpu_irq +EXPORT_SYMBOL_GPL vmlinux 0xbc6d6f43 regmap_exit +EXPORT_SYMBOL_GPL vmlinux 0xbc7a55cb sk_msg_return_zero +EXPORT_SYMBOL_GPL vmlinux 0xbc84e3cf devm_extcon_dev_allocate +EXPORT_SYMBOL_GPL vmlinux 0xbc9b8588 ehci_cf_port_reset_rwsem +EXPORT_SYMBOL_GPL vmlinux 0xbc9bb1d9 of_resolve_phandles +EXPORT_SYMBOL_GPL vmlinux 0xbcaab9d2 pinctrl_lookup_state +EXPORT_SYMBOL_GPL vmlinux 0xbcac2df0 crypto_stats_ahash_final +EXPORT_SYMBOL_GPL vmlinux 0xbcb9b1a0 usb_cache_string +EXPORT_SYMBOL_GPL vmlinux 0xbcbae9a3 regulator_list_voltage_pickable_linear_range +EXPORT_SYMBOL_GPL vmlinux 0xbcbe3339 devlink_set_features +EXPORT_SYMBOL_GPL vmlinux 0xbcc15e75 ktime_get_coarse_with_offset +EXPORT_SYMBOL_GPL vmlinux 0xbcdd5b99 iommu_group_set_name +EXPORT_SYMBOL_GPL vmlinux 0xbcec2389 shmem_read_mapping_page_gfp +EXPORT_SYMBOL_GPL vmlinux 0xbced27ff __traceiter_pelt_cfs_tp +EXPORT_SYMBOL_GPL vmlinux 0xbcf1f0e6 zs_create_pool +EXPORT_SYMBOL_GPL vmlinux 0xbd04d491 __put_task_struct +EXPORT_SYMBOL_GPL vmlinux 0xbd054451 extcon_find_edev_by_node +EXPORT_SYMBOL_GPL vmlinux 0xbd06f3a9 ata_get_cmd_name +EXPORT_SYMBOL_GPL vmlinux 0xbd0afbb7 genphy_c45_read_pma +EXPORT_SYMBOL_GPL vmlinux 0xbd1d0e5c phy_modify_mmd +EXPORT_SYMBOL_GPL vmlinux 0xbd1d994d bpf_map_inc_with_uref +EXPORT_SYMBOL_GPL vmlinux 0xbd30dd6f __xenbus_register_frontend +EXPORT_SYMBOL_GPL vmlinux 0xbd34b255 pci_has_p2pmem +EXPORT_SYMBOL_GPL vmlinux 0xbd39f8c2 devm_remove_action +EXPORT_SYMBOL_GPL vmlinux 0xbd3fe1e3 disable_hardirq +EXPORT_SYMBOL_GPL vmlinux 0xbd4506f5 query_asymmetric_key +EXPORT_SYMBOL_GPL vmlinux 0xbd5704ec __tracepoint_xdp_bulk_tx +EXPORT_SYMBOL_GPL vmlinux 0xbd59b60d led_trigger_event +EXPORT_SYMBOL_GPL vmlinux 0xbd5dc795 spi_get_device_match_data +EXPORT_SYMBOL_GPL vmlinux 0xbd69b94c driver_register +EXPORT_SYMBOL_GPL vmlinux 0xbd724489 pwm_apply_state +EXPORT_SYMBOL_GPL vmlinux 0xbd7aaaee add_memory +EXPORT_SYMBOL_GPL vmlinux 0xbd8264a3 crypto_comp_compress +EXPORT_SYMBOL_GPL vmlinux 0xbd96fdfa set_cpus_allowed_ptr +EXPORT_SYMBOL_GPL vmlinux 0xbd9962a1 devm_regulator_put +EXPORT_SYMBOL_GPL vmlinux 0xbd9a1cfd scsi_alloc_request +EXPORT_SYMBOL_GPL vmlinux 0xbd9b7637 __traceiter_fdb_delete +EXPORT_SYMBOL_GPL vmlinux 0xbda04a91 cond_synchronize_rcu_expedited +EXPORT_SYMBOL_GPL vmlinux 0xbdad7127 regulator_enable +EXPORT_SYMBOL_GPL vmlinux 0xbdb2217d hv_is_isolation_supported +EXPORT_SYMBOL_GPL vmlinux 0xbdb72342 __tracepoint_devlink_hwmsg +EXPORT_SYMBOL_GPL vmlinux 0xbdb89eac vring_del_virtqueue +EXPORT_SYMBOL_GPL vmlinux 0xbdd096fa iomap_ioend_try_merge +EXPORT_SYMBOL_GPL vmlinux 0xbdda1b5f vmalloc_huge +EXPORT_SYMBOL_GPL vmlinux 0xbde38f43 vfs_truncate +EXPORT_SYMBOL_GPL vmlinux 0xbde58bc8 irq_get_default_host +EXPORT_SYMBOL_GPL vmlinux 0xbdebdcf6 pci_epc_get_msi +EXPORT_SYMBOL_GPL vmlinux 0xbdf33be7 skb_mpls_dec_ttl +EXPORT_SYMBOL_GPL vmlinux 0xbdfa5fe7 thermal_zone_get_offset +EXPORT_SYMBOL_GPL vmlinux 0xbe137c1e imx_fracn_gppll +EXPORT_SYMBOL_GPL vmlinux 0xbe1d22c8 rio_request_inb_pwrite +EXPORT_SYMBOL_GPL vmlinux 0xbe27b0f5 set_secondary_fwnode +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 0xbe717b3d crypto_register_rngs +EXPORT_SYMBOL_GPL vmlinux 0xbe7d5ff0 fwnode_graph_get_remote_port_parent +EXPORT_SYMBOL_GPL vmlinux 0xbe895286 power_supply_get_by_name +EXPORT_SYMBOL_GPL vmlinux 0xbe8a0b1e device_dma_supported +EXPORT_SYMBOL_GPL vmlinux 0xbe8c0d2c list_lru_count_one +EXPORT_SYMBOL_GPL vmlinux 0xbe96dfd8 of_reconfig_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0xbe9743b7 irq_domain_remove_sim +EXPORT_SYMBOL_GPL vmlinux 0xbe980682 blk_mq_unquiesce_tagset +EXPORT_SYMBOL_GPL vmlinux 0xbe99d643 pinctrl_pm_select_idle_state +EXPORT_SYMBOL_GPL vmlinux 0xbe9a83d5 dw_pcie_write +EXPORT_SYMBOL_GPL vmlinux 0xbe9c5bfc unregister_nvdimm_pmu +EXPORT_SYMBOL_GPL vmlinux 0xbea59373 vcap_rule_add_action_bit +EXPORT_SYMBOL_GPL vmlinux 0xbea5ff1e static_key_initialized +EXPORT_SYMBOL_GPL vmlinux 0xbeb335b1 auxiliary_driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0xbeb7b7d3 __traceiter_rwmmio_read +EXPORT_SYMBOL_GPL vmlinux 0xbebe3cad gpiochip_request_own_desc +EXPORT_SYMBOL_GPL vmlinux 0xbebe957c __percpu_init_rwsem +EXPORT_SYMBOL_GPL vmlinux 0xbec66c3a __apei_exec_run +EXPORT_SYMBOL_GPL vmlinux 0xbedae372 fib_nh_common_init +EXPORT_SYMBOL_GPL vmlinux 0xbef06994 __inet_twsk_schedule +EXPORT_SYMBOL_GPL vmlinux 0xbef3d6be phy_speed_down +EXPORT_SYMBOL_GPL vmlinux 0xbf034a27 unregister_trace_event +EXPORT_SYMBOL_GPL vmlinux 0xbf041102 register_vt_notifier +EXPORT_SYMBOL_GPL vmlinux 0xbf0633a9 dpcon_get_attributes +EXPORT_SYMBOL_GPL vmlinux 0xbf230192 sdio_retune_crc_enable +EXPORT_SYMBOL_GPL vmlinux 0xbf2e2e71 housekeeping_enabled +EXPORT_SYMBOL_GPL vmlinux 0xbf3004f3 __traceiter_pelt_se_tp +EXPORT_SYMBOL_GPL vmlinux 0xbf4513c3 devlink_linecard_activate +EXPORT_SYMBOL_GPL vmlinux 0xbf460534 acpi_fetch_acpi_dev +EXPORT_SYMBOL_GPL vmlinux 0xbf8bdb93 of_dma_controller_register +EXPORT_SYMBOL_GPL vmlinux 0xbf9222d4 icc_provider_add +EXPORT_SYMBOL_GPL vmlinux 0xbf93f913 k3_ringacc_dmarings_init +EXPORT_SYMBOL_GPL vmlinux 0xbfa05af7 mtk_clk_register_muxes +EXPORT_SYMBOL_GPL vmlinux 0xbfa60964 kthread_func +EXPORT_SYMBOL_GPL vmlinux 0xbfafad41 rio_release_inb_mbox +EXPORT_SYMBOL_GPL vmlinux 0xbfbc5434 pciserial_resume_ports +EXPORT_SYMBOL_GPL vmlinux 0xbfc39db7 ata_sas_sync_probe +EXPORT_SYMBOL_GPL vmlinux 0xbfc75f78 ahci_start_engine +EXPORT_SYMBOL_GPL vmlinux 0xbfcefa4d crypto_alg_mod_lookup +EXPORT_SYMBOL_GPL vmlinux 0xbfd24c60 vcap_del_rules +EXPORT_SYMBOL_GPL vmlinux 0xbfd3545e shash_free_singlespawn_instance +EXPORT_SYMBOL_GPL vmlinux 0xbfd49a91 da9052_request_irq +EXPORT_SYMBOL_GPL vmlinux 0xbfd71e05 regmap_reinit_cache +EXPORT_SYMBOL_GPL vmlinux 0xbfd87326 dev_attr_ncq_prio_enable +EXPORT_SYMBOL_GPL vmlinux 0xbfdaa8cc ethnl_cable_test_pulse +EXPORT_SYMBOL_GPL vmlinux 0xbfe309d9 i2c_slave_unregister +EXPORT_SYMBOL_GPL vmlinux 0xbfe5616d tick_broadcast_oneshot_control +EXPORT_SYMBOL_GPL vmlinux 0xbfed2cd9 __wait_rcu_gp +EXPORT_SYMBOL_GPL vmlinux 0xbffe6f30 __regmap_init_i2c +EXPORT_SYMBOL_GPL vmlinux 0xc0086adf spi_mem_get_name +EXPORT_SYMBOL_GPL vmlinux 0xc00b0c51 imx_pinctrl_probe +EXPORT_SYMBOL_GPL vmlinux 0xc01c33d0 tcp_ca_openreq_child +EXPORT_SYMBOL_GPL vmlinux 0xc0243922 iomap_file_buffered_write +EXPORT_SYMBOL_GPL vmlinux 0xc03e0851 netlink_has_listeners +EXPORT_SYMBOL_GPL vmlinux 0xc046cf84 imx93_clk_gate +EXPORT_SYMBOL_GPL vmlinux 0xc04a4b56 dev_pm_qos_flags +EXPORT_SYMBOL_GPL vmlinux 0xc0535c32 __reset_control_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0xc05cee80 ipi_get_hwirq +EXPORT_SYMBOL_GPL vmlinux 0xc06f301b fsl_mc_object_free +EXPORT_SYMBOL_GPL vmlinux 0xc0806817 crypto_alloc_skcipher +EXPORT_SYMBOL_GPL vmlinux 0xc090c376 net_selftest_get_strings +EXPORT_SYMBOL_GPL vmlinux 0xc0a3d155 k3_udma_glue_rx_get_flow_id_base +EXPORT_SYMBOL_GPL vmlinux 0xc0a46f11 mtk_alloc_clk_data +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 0xc0dcb59e edac_layer_name +EXPORT_SYMBOL_GPL vmlinux 0xc0eb708b __fscrypt_prepare_link +EXPORT_SYMBOL_GPL vmlinux 0xc0f0458a ip_tunnel_unneed_metadata +EXPORT_SYMBOL_GPL vmlinux 0xc0f8eda5 pcim_doe_create_mb +EXPORT_SYMBOL_GPL vmlinux 0xc1086e0c sysrq_toggle_support +EXPORT_SYMBOL_GPL vmlinux 0xc10fddb8 name_to_dev_t +EXPORT_SYMBOL_GPL vmlinux 0xc118bea1 blk_mq_complete_request_remote +EXPORT_SYMBOL_GPL vmlinux 0xc1252105 spi_register_controller +EXPORT_SYMBOL_GPL vmlinux 0xc14de64b crypto_create_tfm_node +EXPORT_SYMBOL_GPL vmlinux 0xc14f7616 __SCK__tp_func_rwmmio_post_write +EXPORT_SYMBOL_GPL vmlinux 0xc15fc9a6 fat_get_dotdot_entry +EXPORT_SYMBOL_GPL vmlinux 0xc1665f85 bsg_remove_queue +EXPORT_SYMBOL_GPL vmlinux 0xc1743430 cpuidle_disable_device +EXPORT_SYMBOL_GPL vmlinux 0xc17515d7 usb_hcds_loaded +EXPORT_SYMBOL_GPL vmlinux 0xc179573f ahci_check_ready +EXPORT_SYMBOL_GPL vmlinux 0xc17e9946 usb_show_dynids +EXPORT_SYMBOL_GPL vmlinux 0xc18368d9 __folio_lock_killable +EXPORT_SYMBOL_GPL vmlinux 0xc185a47d gpiod_get_from_of_node +EXPORT_SYMBOL_GPL vmlinux 0xc189602c cpufreq_generic_attr +EXPORT_SYMBOL_GPL vmlinux 0xc18cbce3 fib6_get_table +EXPORT_SYMBOL_GPL vmlinux 0xc19cc02c strp_check_rcv +EXPORT_SYMBOL_GPL vmlinux 0xc1a302e7 __traceiter_fib6_table_lookup +EXPORT_SYMBOL_GPL vmlinux 0xc1a43c9d device_for_each_child_reverse +EXPORT_SYMBOL_GPL vmlinux 0xc1c6b39f cpufreq_frequency_table_get_index +EXPORT_SYMBOL_GPL vmlinux 0xc1d12ea2 trace_event_buffer_lock_reserve +EXPORT_SYMBOL_GPL vmlinux 0xc1d15a4c phylink_set_port_modes +EXPORT_SYMBOL_GPL vmlinux 0xc1dce028 k3_udma_glue_reset_tx_chn +EXPORT_SYMBOL_GPL vmlinux 0xc1e6986e interval_tree_span_iter_first +EXPORT_SYMBOL_GPL vmlinux 0xc1f1fbcd mtk_pinconf_drive_set_rev1 +EXPORT_SYMBOL_GPL vmlinux 0xc1f48c49 follow_pte +EXPORT_SYMBOL_GPL vmlinux 0xc1fd0840 phy_10gbit_features +EXPORT_SYMBOL_GPL vmlinux 0xc1fd2988 i2c_handle_smbus_host_notify +EXPORT_SYMBOL_GPL vmlinux 0xc21387a2 gpiochip_reqres_irq +EXPORT_SYMBOL_GPL vmlinux 0xc219c139 skcipher_walk_virt +EXPORT_SYMBOL_GPL vmlinux 0xc2254a51 cpci_hp_unregister_bus +EXPORT_SYMBOL_GPL vmlinux 0xc22a3091 vm_unmap_aliases +EXPORT_SYMBOL_GPL vmlinux 0xc2331c19 wm831x_reg_unlock +EXPORT_SYMBOL_GPL vmlinux 0xc2368ea5 ata_xfer_mask2mode +EXPORT_SYMBOL_GPL vmlinux 0xc23c590e ata_pci_sff_prepare_host +EXPORT_SYMBOL_GPL vmlinux 0xc2472388 tegra210_clk_emc_update_setting +EXPORT_SYMBOL_GPL vmlinux 0xc24e0ea5 dm_report_zones +EXPORT_SYMBOL_GPL vmlinux 0xc24e3ecc blk_mq_alloc_request_hctx +EXPORT_SYMBOL_GPL vmlinux 0xc2518c4a irq_domain_set_hwirq_and_chip +EXPORT_SYMBOL_GPL vmlinux 0xc253d98f component_compare_dev +EXPORT_SYMBOL_GPL vmlinux 0xc25b8971 hv_remove_crash_handler +EXPORT_SYMBOL_GPL vmlinux 0xc2692173 wakeup_sources_read_lock +EXPORT_SYMBOL_GPL vmlinux 0xc272ffcc rtnl_get_net_ns_capable +EXPORT_SYMBOL_GPL vmlinux 0xc289e46d cpufreq_generic_frequency_table_verify +EXPORT_SYMBOL_GPL vmlinux 0xc29057a8 mctrl_gpio_init +EXPORT_SYMBOL_GPL vmlinux 0xc2989b19 dev_pm_opp_set_sharing_cpus +EXPORT_SYMBOL_GPL vmlinux 0xc2a3e570 errata +EXPORT_SYMBOL_GPL vmlinux 0xc2a814db tcp_memory_pressure +EXPORT_SYMBOL_GPL vmlinux 0xc2ab3a0e clk_hw_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc2b9773a __tracepoint_neigh_update_done +EXPORT_SYMBOL_GPL vmlinux 0xc2c1c427 perf_event_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0xc2cfb4b1 screen_glyph +EXPORT_SYMBOL_GPL vmlinux 0xc2d1c7a6 fsl_mc_obj_open +EXPORT_SYMBOL_GPL vmlinux 0xc2de27ca hest_disable +EXPORT_SYMBOL_GPL vmlinux 0xc2f1d6eb serial8250_do_startup +EXPORT_SYMBOL_GPL vmlinux 0xc30ca3c9 __traceiter_ata_exec_command +EXPORT_SYMBOL_GPL vmlinux 0xc318a111 iomap_finish_ioends +EXPORT_SYMBOL_GPL vmlinux 0xc340e246 zynqmp_pm_request_node +EXPORT_SYMBOL_GPL vmlinux 0xc341ae6d zs_map_object +EXPORT_SYMBOL_GPL vmlinux 0xc3466de6 iov_iter_get_pages +EXPORT_SYMBOL_GPL vmlinux 0xc34dfce6 vcap_get_rule +EXPORT_SYMBOL_GPL vmlinux 0xc352a77d spi_add_device +EXPORT_SYMBOL_GPL vmlinux 0xc35eac61 restore_online_page_callback +EXPORT_SYMBOL_GPL vmlinux 0xc364ecd5 fat_truncate_time +EXPORT_SYMBOL_GPL vmlinux 0xc3708747 trace_vprintk +EXPORT_SYMBOL_GPL vmlinux 0xc3805cd1 fs_ftype_to_dtype +EXPORT_SYMBOL_GPL vmlinux 0xc3809076 usb_alloc_streams +EXPORT_SYMBOL_GPL vmlinux 0xc3848c75 percpu_up_write +EXPORT_SYMBOL_GPL vmlinux 0xc3876c1a hv_isolation_type_snp +EXPORT_SYMBOL_GPL vmlinux 0xc38a63d7 ping_common_sendmsg +EXPORT_SYMBOL_GPL vmlinux 0xc38d262b pci_get_dsn +EXPORT_SYMBOL_GPL vmlinux 0xc3997d9d mpi_read_raw_from_sgl +EXPORT_SYMBOL_GPL vmlinux 0xc3a026e4 regulator_bulk_disable +EXPORT_SYMBOL_GPL vmlinux 0xc3c23f8d bus_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0xc3c339b1 devfreq_event_remove_edev +EXPORT_SYMBOL_GPL vmlinux 0xc3c4c6cc hash_algo_name +EXPORT_SYMBOL_GPL vmlinux 0xc3cd6929 dma_fence_unwrap_first +EXPORT_SYMBOL_GPL vmlinux 0xc3d6475c unregister_virtio_driver +EXPORT_SYMBOL_GPL vmlinux 0xc3db7bdf watchdog_register_device +EXPORT_SYMBOL_GPL vmlinux 0xc3de65ff ring_buffer_bytes_cpu +EXPORT_SYMBOL_GPL vmlinux 0xc3e286b5 nvdimm_clear_poison +EXPORT_SYMBOL_GPL vmlinux 0xc3ea5305 iommu_default_passthrough +EXPORT_SYMBOL_GPL vmlinux 0xc3fa5f07 pstore_register +EXPORT_SYMBOL_GPL vmlinux 0xc3fee460 sbitmap_bitmap_show +EXPORT_SYMBOL_GPL vmlinux 0xc40ae856 usb_phy_set_event +EXPORT_SYMBOL_GPL vmlinux 0xc415691e usb_control_msg +EXPORT_SYMBOL_GPL vmlinux 0xc423b82e sdio_memcpy_toio +EXPORT_SYMBOL_GPL vmlinux 0xc428068d sata_deb_timing_long +EXPORT_SYMBOL_GPL vmlinux 0xc42dbf2a vcap_rule_mod_key_u32 +EXPORT_SYMBOL_GPL vmlinux 0xc43e92b9 trace_seq_bprintf +EXPORT_SYMBOL_GPL vmlinux 0xc440f819 ata_pci_device_do_suspend +EXPORT_SYMBOL_GPL vmlinux 0xc447aef9 mbox_send_message +EXPORT_SYMBOL_GPL vmlinux 0xc44992ee devlink_param_driverinit_value_get +EXPORT_SYMBOL_GPL vmlinux 0xc44a7009 noop_direct_IO +EXPORT_SYMBOL_GPL vmlinux 0xc44afc48 pse_ethtool_set_config +EXPORT_SYMBOL_GPL vmlinux 0xc44b9c84 devl_resources_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc454fc7b twl_get_type +EXPORT_SYMBOL_GPL vmlinux 0xc46324f6 dynevent_create +EXPORT_SYMBOL_GPL vmlinux 0xc466d79a usb_submit_urb +EXPORT_SYMBOL_GPL vmlinux 0xc471c67a twl4030_audio_disable_resource +EXPORT_SYMBOL_GPL vmlinux 0xc4746873 acpi_find_child_device +EXPORT_SYMBOL_GPL vmlinux 0xc47a90b9 bpf_fentry_test1 +EXPORT_SYMBOL_GPL vmlinux 0xc498bdc9 devlink_register +EXPORT_SYMBOL_GPL vmlinux 0xc49a4772 phy_create +EXPORT_SYMBOL_GPL vmlinux 0xc49ae937 fwnode_count_parents +EXPORT_SYMBOL_GPL vmlinux 0xc4a31146 rdma_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0xc4a315d3 pm_runtime_get_if_active +EXPORT_SYMBOL_GPL vmlinux 0xc4a599e3 ata_sff_postreset +EXPORT_SYMBOL_GPL vmlinux 0xc4a72936 trusted_tpm_send +EXPORT_SYMBOL_GPL vmlinux 0xc4c8a9b8 iommu_attach_device_pasid +EXPORT_SYMBOL_GPL vmlinux 0xc4dd3868 pm_generic_thaw_noirq +EXPORT_SYMBOL_GPL vmlinux 0xc4df31a2 ata_std_qc_defer +EXPORT_SYMBOL_GPL vmlinux 0xc4e961cf serial8250_modem_status +EXPORT_SYMBOL_GPL vmlinux 0xc4ecb327 regmap_test_bits +EXPORT_SYMBOL_GPL vmlinux 0xc4ef4030 devm_nvdimm_memremap +EXPORT_SYMBOL_GPL vmlinux 0xc4f0da12 ktime_get_with_offset +EXPORT_SYMBOL_GPL vmlinux 0xc4ffd5f2 wait_for_stable_page +EXPORT_SYMBOL_GPL vmlinux 0xc503c364 vchan_tx_submit +EXPORT_SYMBOL_GPL vmlinux 0xc51450c6 imx_ccm_lock +EXPORT_SYMBOL_GPL vmlinux 0xc51cfcf0 __spi_register_driver +EXPORT_SYMBOL_GPL vmlinux 0xc53f8718 devlink_region_create +EXPORT_SYMBOL_GPL vmlinux 0xc54d4b11 usb_hcd_is_primary_hcd +EXPORT_SYMBOL_GPL vmlinux 0xc557bc25 trace_array_get_by_name +EXPORT_SYMBOL_GPL vmlinux 0xc5604800 clk_set_rate_exclusive +EXPORT_SYMBOL_GPL vmlinux 0xc56358ab edac_device_handle_ce_count +EXPORT_SYMBOL_GPL vmlinux 0xc5676642 ping_get_port +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 0xc577f7f7 scsi_internal_device_block_nowait +EXPORT_SYMBOL_GPL vmlinux 0xc57efa8a tpm_is_tpm2 +EXPORT_SYMBOL_GPL vmlinux 0xc58664f0 thermal_zone_get_temp +EXPORT_SYMBOL_GPL vmlinux 0xc58a3ee6 icc_node_destroy +EXPORT_SYMBOL_GPL vmlinux 0xc59cfb8e spi_new_device +EXPORT_SYMBOL_GPL vmlinux 0xc5a5c678 uart_parse_earlycon +EXPORT_SYMBOL_GPL vmlinux 0xc5da0d4a led_stop_software_blink +EXPORT_SYMBOL_GPL vmlinux 0xc5eb6985 lwtunnel_fill_encap +EXPORT_SYMBOL_GPL vmlinux 0xc5f44de8 regmap_update_bits_base +EXPORT_SYMBOL_GPL vmlinux 0xc5f57166 dev_xdp_prog_count +EXPORT_SYMBOL_GPL vmlinux 0xc5f9f9da dma_resv_test_signaled +EXPORT_SYMBOL_GPL vmlinux 0xc601ddb0 edac_pci_release_generic_ctl +EXPORT_SYMBOL_GPL vmlinux 0xc60d329a ip6_datagram_recv_ctl +EXPORT_SYMBOL_GPL vmlinux 0xc617f82c unregister_oom_notifier +EXPORT_SYMBOL_GPL vmlinux 0xc61c5edb crypto_wait_for_test +EXPORT_SYMBOL_GPL vmlinux 0xc6250576 ZSTD_isError +EXPORT_SYMBOL_GPL vmlinux 0xc62611e1 scatterwalk_map_and_copy +EXPORT_SYMBOL_GPL vmlinux 0xc63840a9 posix_clock_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc638e2c3 md_do_sync +EXPORT_SYMBOL_GPL vmlinux 0xc644eb36 synchronize_srcu_expedited +EXPORT_SYMBOL_GPL vmlinux 0xc64d87f5 arm64_mm_context_put +EXPORT_SYMBOL_GPL vmlinux 0xc64fd66a add_hwgenerator_randomness +EXPORT_SYMBOL_GPL vmlinux 0xc6572a90 xenbus_read_unsigned +EXPORT_SYMBOL_GPL vmlinux 0xc65eeaac mtk_clk_gate_ops_no_setclr +EXPORT_SYMBOL_GPL vmlinux 0xc66019cc xen_resume_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc662ecda __tracepoint_br_fdb_external_learn_add +EXPORT_SYMBOL_GPL vmlinux 0xc66b77b1 iommu_group_set_iommudata +EXPORT_SYMBOL_GPL vmlinux 0xc6779093 ring_buffer_record_enable +EXPORT_SYMBOL_GPL vmlinux 0xc67f52bc kvm_read_guest_page +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 0xc6ad0400 devl_trap_groups_register +EXPORT_SYMBOL_GPL vmlinux 0xc6becf19 max8997_read_reg +EXPORT_SYMBOL_GPL vmlinux 0xc6c76305 inode_dax +EXPORT_SYMBOL_GPL vmlinux 0xc6d0b976 devm_devfreq_event_remove_edev +EXPORT_SYMBOL_GPL vmlinux 0xc6de9091 crypto_register_ahash +EXPORT_SYMBOL_GPL vmlinux 0xc6def34b gnttab_empty_grant_references +EXPORT_SYMBOL_GPL vmlinux 0xc6e11372 fuse_simple_background +EXPORT_SYMBOL_GPL vmlinux 0xc6e5bcf3 linear_range_get_selector_within +EXPORT_SYMBOL_GPL vmlinux 0xc6e898db __traceiter_udp_fail_queue_rcv_skb +EXPORT_SYMBOL_GPL vmlinux 0xc6ea79cd of_pci_find_child_device +EXPORT_SYMBOL_GPL vmlinux 0xc6f5d3b2 fib_nl_newrule +EXPORT_SYMBOL_GPL vmlinux 0xc6fa725d ata_bmdma_irq_clear +EXPORT_SYMBOL_GPL vmlinux 0xc7061ef3 iova_cache_put +EXPORT_SYMBOL_GPL vmlinux 0xc706204a blk_mq_virtio_map_queues +EXPORT_SYMBOL_GPL vmlinux 0xc70f5418 pci_try_reset_function +EXPORT_SYMBOL_GPL vmlinux 0xc7112214 crypto_shash_update +EXPORT_SYMBOL_GPL vmlinux 0xc719a1b9 devm_platform_ioremap_resource +EXPORT_SYMBOL_GPL vmlinux 0xc71b8686 pci_epc_set_bar +EXPORT_SYMBOL_GPL vmlinux 0xc71bad5a cpufreq_dbs_governor_init +EXPORT_SYMBOL_GPL vmlinux 0xc71cf8c4 fixup_user_fault +EXPORT_SYMBOL_GPL vmlinux 0xc7224d2f devl_sb_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc732e83b blk_mq_unfreeze_queue +EXPORT_SYMBOL_GPL vmlinux 0xc733268a __pm_runtime_idle +EXPORT_SYMBOL_GPL vmlinux 0xc73e6a21 clk_mux_ro_ops +EXPORT_SYMBOL_GPL vmlinux 0xc740ded2 __pm_runtime_disable +EXPORT_SYMBOL_GPL vmlinux 0xc7461ef2 sfp_register_socket +EXPORT_SYMBOL_GPL vmlinux 0xc74e50ee usb_add_phy_dev +EXPORT_SYMBOL_GPL vmlinux 0xc754c3ce platform_device_add_resources +EXPORT_SYMBOL_GPL vmlinux 0xc7604545 __traceiter_ata_tf_load +EXPORT_SYMBOL_GPL vmlinux 0xc769572a mtk_clk_unregister_plls +EXPORT_SYMBOL_GPL vmlinux 0xc7856e74 __wake_up_locked_sync_key +EXPORT_SYMBOL_GPL vmlinux 0xc79ca5aa pci_walk_bus +EXPORT_SYMBOL_GPL vmlinux 0xc7a1840e llist_add_batch +EXPORT_SYMBOL_GPL vmlinux 0xc7a7e770 clk_bulk_enable +EXPORT_SYMBOL_GPL vmlinux 0xc7bf99a8 crypto_register_scomp +EXPORT_SYMBOL_GPL vmlinux 0xc7c23ff0 xenbus_exists +EXPORT_SYMBOL_GPL vmlinux 0xc7e64fc2 asn1_encode_integer +EXPORT_SYMBOL_GPL vmlinux 0xc7f1c6ae nf_queue_entry_get_refs +EXPORT_SYMBOL_GPL vmlinux 0xc7fa4aa9 kobj_ns_drop +EXPORT_SYMBOL_GPL vmlinux 0xc80e36dd acpi_bus_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0xc80f2a16 device_show_int +EXPORT_SYMBOL_GPL vmlinux 0xc80f8e4a devlink_resource_occ_get_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc81ec0c9 wakeup_source_create +EXPORT_SYMBOL_GPL vmlinux 0xc82b3a88 __SCK__tp_func_rpm_resume +EXPORT_SYMBOL_GPL vmlinux 0xc82c721f klist_remove +EXPORT_SYMBOL_GPL vmlinux 0xc82fd3f4 icc_node_add +EXPORT_SYMBOL_GPL vmlinux 0xc839c1ce trace_seq_to_user +EXPORT_SYMBOL_GPL vmlinux 0xc84cd386 devm_power_supply_register +EXPORT_SYMBOL_GPL vmlinux 0xc8550980 usb_enable_autosuspend +EXPORT_SYMBOL_GPL vmlinux 0xc8594d3d reset_control_acquire +EXPORT_SYMBOL_GPL vmlinux 0xc86e394d nvmem_cell_read_variable_le_u32 +EXPORT_SYMBOL_GPL vmlinux 0xc8733aea ncsi_start_dev +EXPORT_SYMBOL_GPL vmlinux 0xc87dd725 k3_udma_glue_pop_rx_chn +EXPORT_SYMBOL_GPL vmlinux 0xc8819a08 pci_probe_reset_bus +EXPORT_SYMBOL_GPL vmlinux 0xc8820190 regmap_field_bulk_free +EXPORT_SYMBOL_GPL vmlinux 0xc88cde2b bus_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc8950e12 vcap_rule_find_keysets +EXPORT_SYMBOL_GPL vmlinux 0xc8991acc phy_remove_lookup +EXPORT_SYMBOL_GPL vmlinux 0xc8ae7737 tty_put_char +EXPORT_SYMBOL_GPL vmlinux 0xc8b3b20e vcpu_put +EXPORT_SYMBOL_GPL vmlinux 0xc8bb7d61 dev_pm_opp_get_opp_count +EXPORT_SYMBOL_GPL vmlinux 0xc8be4164 class_remove_file_ns +EXPORT_SYMBOL_GPL vmlinux 0xc8bfd932 ahci_platform_get_resources +EXPORT_SYMBOL_GPL vmlinux 0xc8c135d9 devm_regulator_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0xc8ddd5b5 kstrdup_quotable +EXPORT_SYMBOL_GPL vmlinux 0xc8fbc16c virtqueue_add_sgs +EXPORT_SYMBOL_GPL vmlinux 0xc905402b log_write_mmio +EXPORT_SYMBOL_GPL vmlinux 0xc90cd6df ata_pci_bmdma_clear_simplex +EXPORT_SYMBOL_GPL vmlinux 0xc90db595 __rtnl_link_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc91fdf58 percpu_ref_is_zero +EXPORT_SYMBOL_GPL vmlinux 0xc924eb20 devm_namespace_enable +EXPORT_SYMBOL_GPL vmlinux 0xc92c2ebf dma_alloc_pages +EXPORT_SYMBOL_GPL vmlinux 0xc9345c0f digsig_verify +EXPORT_SYMBOL_GPL vmlinux 0xc93508c3 bus_remove_file +EXPORT_SYMBOL_GPL vmlinux 0xc9386cfd crypto_register_skcipher +EXPORT_SYMBOL_GPL vmlinux 0xc93abbfa uart_xchar_out +EXPORT_SYMBOL_GPL vmlinux 0xc93ee1e7 usb_phy_roothub_init +EXPORT_SYMBOL_GPL vmlinux 0xc9561075 simple_rename_exchange +EXPORT_SYMBOL_GPL vmlinux 0xc9561772 fb_destroy_modelist +EXPORT_SYMBOL_GPL vmlinux 0xc9608900 devm_gpiochip_add_data_with_key +EXPORT_SYMBOL_GPL vmlinux 0xc9641b48 visitor32 +EXPORT_SYMBOL_GPL vmlinux 0xc9699a4a __scsi_init_queue +EXPORT_SYMBOL_GPL vmlinux 0xc96aa1dc ping_rcv +EXPORT_SYMBOL_GPL vmlinux 0xc96e59dc vcap_find_admin +EXPORT_SYMBOL_GPL vmlinux 0xc96fa8c0 mbox_chan_txdone +EXPORT_SYMBOL_GPL vmlinux 0xc9715630 __SCK__tp_func_ata_bmdma_status +EXPORT_SYMBOL_GPL vmlinux 0xc975ed32 pm_clk_add_clk +EXPORT_SYMBOL_GPL vmlinux 0xc97b4be1 vp_legacy_get_features +EXPORT_SYMBOL_GPL vmlinux 0xc9827693 __bpf_call_base +EXPORT_SYMBOL_GPL vmlinux 0xc9964a4c usb_autopm_put_interface +EXPORT_SYMBOL_GPL vmlinux 0xc9ab70d2 sock_map_close +EXPORT_SYMBOL_GPL vmlinux 0xc9b0baaa of_property_read_u64 +EXPORT_SYMBOL_GPL vmlinux 0xc9b13266 vfs_submount +EXPORT_SYMBOL_GPL vmlinux 0xc9b7627c fib_rules_seq_read +EXPORT_SYMBOL_GPL vmlinux 0xc9bb19bb usb_intf_get_dma_device +EXPORT_SYMBOL_GPL vmlinux 0xc9c027eb trace_add_event_call +EXPORT_SYMBOL_GPL vmlinux 0xc9c07ff7 clk_hw_init_rate_request +EXPORT_SYMBOL_GPL vmlinux 0xc9c8a604 devm_mipi_dsi_attach +EXPORT_SYMBOL_GPL vmlinux 0xc9ceea06 clk_has_parent +EXPORT_SYMBOL_GPL vmlinux 0xc9d3e1cf fuse_dev_operations +EXPORT_SYMBOL_GPL vmlinux 0xc9e779c6 sock_diag_register +EXPORT_SYMBOL_GPL vmlinux 0xc9ec4e21 free_percpu +EXPORT_SYMBOL_GPL vmlinux 0xc9f17713 pm_clk_init +EXPORT_SYMBOL_GPL vmlinux 0xc9fb00f7 pl320_ipc_transmit +EXPORT_SYMBOL_GPL vmlinux 0xc9fd634a usb_role_switch_put +EXPORT_SYMBOL_GPL vmlinux 0xca063ddd nvdimm_bus_check_dimm_count +EXPORT_SYMBOL_GPL vmlinux 0xca26ab7d device_change_owner +EXPORT_SYMBOL_GPL vmlinux 0xca42abd0 xhci_add_endpoint +EXPORT_SYMBOL_GPL vmlinux 0xca454a34 vt_get_leds +EXPORT_SYMBOL_GPL vmlinux 0xca4a303b __mmc_poll_for_busy +EXPORT_SYMBOL_GPL vmlinux 0xca4a36bd usb_get_maximum_ssp_rate +EXPORT_SYMBOL_GPL vmlinux 0xca4cdc0e show_class_attr_string +EXPORT_SYMBOL_GPL vmlinux 0xca500464 ZSTD_getErrorName +EXPORT_SYMBOL_GPL vmlinux 0xca6e6e24 xenbus_watch_path +EXPORT_SYMBOL_GPL vmlinux 0xca7d4257 gpiod_enable_hw_timestamp_ns +EXPORT_SYMBOL_GPL vmlinux 0xca7d8764 kthread_freezable_should_stop +EXPORT_SYMBOL_GPL vmlinux 0xca809b1f mnt_drop_write +EXPORT_SYMBOL_GPL vmlinux 0xca846a9f sysfs_remove_file_self +EXPORT_SYMBOL_GPL vmlinux 0xca8a1697 ata_scsi_dma_need_drain +EXPORT_SYMBOL_GPL vmlinux 0xca9a1d5e ring_buffer_free +EXPORT_SYMBOL_GPL vmlinux 0xca9bd203 devm_regulator_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0xcaa15da6 set_capacity_and_notify +EXPORT_SYMBOL_GPL vmlinux 0xcab313fe mtk_clk_register_gates_with_dev +EXPORT_SYMBOL_GPL vmlinux 0xcabe04de cpuidle_resume_and_unlock +EXPORT_SYMBOL_GPL vmlinux 0xcad0e95f acpi_pci_find_root +EXPORT_SYMBOL_GPL vmlinux 0xcada74cc switchdev_handle_port_obj_del_foreign +EXPORT_SYMBOL_GPL vmlinux 0xcae7ce5d fsl_mc_get_version +EXPORT_SYMBOL_GPL vmlinux 0xcaf1d958 evtchn_get +EXPORT_SYMBOL_GPL vmlinux 0xcb186931 pkcs7_validate_trust +EXPORT_SYMBOL_GPL vmlinux 0xcb18a0a7 shmem_file_setup_with_mnt +EXPORT_SYMBOL_GPL vmlinux 0xcb261d58 ahash_register_instance +EXPORT_SYMBOL_GPL vmlinux 0xcb2b14f0 sfp_bus_add_upstream +EXPORT_SYMBOL_GPL vmlinux 0xcb2bfe2b nvmem_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0xcb33ad2d sata_link_resume +EXPORT_SYMBOL_GPL vmlinux 0xcb53f3fd icc_provider_del +EXPORT_SYMBOL_GPL vmlinux 0xcb561441 mem_dump_obj +EXPORT_SYMBOL_GPL vmlinux 0xcb650443 vfs_get_acl +EXPORT_SYMBOL_GPL vmlinux 0xcb651416 sdio_writew +EXPORT_SYMBOL_GPL vmlinux 0xcb71d6ef param_set_bool_enable_only +EXPORT_SYMBOL_GPL vmlinux 0xcb7cc9b0 ata_dev_pair +EXPORT_SYMBOL_GPL vmlinux 0xcb872dbb clk_hw_get_parent_by_index +EXPORT_SYMBOL_GPL vmlinux 0xcba7261a gpiochip_line_is_irq +EXPORT_SYMBOL_GPL vmlinux 0xcbc13900 acpi_subsys_freeze +EXPORT_SYMBOL_GPL vmlinux 0xcbca6f5d fib_alias_hw_flags_set +EXPORT_SYMBOL_GPL vmlinux 0xcbcc9361 alloc_dax +EXPORT_SYMBOL_GPL vmlinux 0xcbcd686c vcap_keyfield_name +EXPORT_SYMBOL_GPL vmlinux 0xcbcf13f6 fsl_mc_obj_reset +EXPORT_SYMBOL_GPL vmlinux 0xcbd51fcc crypto_alloc_acomp +EXPORT_SYMBOL_GPL vmlinux 0xcbdafa76 tty_encode_baud_rate +EXPORT_SYMBOL_GPL vmlinux 0xcbe374a2 genpd_dev_pm_attach +EXPORT_SYMBOL_GPL vmlinux 0xcbe39090 fscrypt_prepare_symlink +EXPORT_SYMBOL_GPL vmlinux 0xcbe56bc2 zs_get_total_pages +EXPORT_SYMBOL_GPL vmlinux 0xcbfcfc7b md_rdev_init +EXPORT_SYMBOL_GPL vmlinux 0xcc097b1d __fscrypt_inode_uses_inline_crypto +EXPORT_SYMBOL_GPL vmlinux 0xcc0fd0a7 k3_ringacc_ring_push_head +EXPORT_SYMBOL_GPL vmlinux 0xcc18ca18 genphy_c45_baset1_read_status +EXPORT_SYMBOL_GPL vmlinux 0xcc24146a pci_msix_alloc_irq_at +EXPORT_SYMBOL_GPL vmlinux 0xcc260a0f ata_sff_port_intr +EXPORT_SYMBOL_GPL vmlinux 0xcc287e61 pinconf_generic_dt_free_map +EXPORT_SYMBOL_GPL vmlinux 0xcc2b1ef0 led_trigger_unregister_simple +EXPORT_SYMBOL_GPL vmlinux 0xcc2dbfd8 irq_domain_check_msi_remap +EXPORT_SYMBOL_GPL vmlinux 0xcc337c94 dev_pm_opp_of_get_opp_desc_node +EXPORT_SYMBOL_GPL vmlinux 0xcc36f8a5 blk_mq_debugfs_rq_show +EXPORT_SYMBOL_GPL vmlinux 0xcc3876bd sata_scr_write_flush +EXPORT_SYMBOL_GPL vmlinux 0xcc393d15 governor_sysfs_ops +EXPORT_SYMBOL_GPL vmlinux 0xcc39c03e nvmem_unregister +EXPORT_SYMBOL_GPL vmlinux 0xcc47f7d9 of_dma_configure_id +EXPORT_SYMBOL_GPL vmlinux 0xcc694ffb imx_pinctrl_parse_pin_scu +EXPORT_SYMBOL_GPL vmlinux 0xcc6986e9 dev_pm_genpd_resume +EXPORT_SYMBOL_GPL vmlinux 0xcc795932 devlink_region_snapshot_id_put +EXPORT_SYMBOL_GPL vmlinux 0xcc8cc273 acpi_register_gsi +EXPORT_SYMBOL_GPL vmlinux 0xcc9268fc hwpoison_filter_enable +EXPORT_SYMBOL_GPL vmlinux 0xcc935375 walk_iomem_res_desc +EXPORT_SYMBOL_GPL vmlinux 0xcc952bf8 dm_get_md +EXPORT_SYMBOL_GPL vmlinux 0xcc9bc513 devm_platform_ioremap_resource_byname +EXPORT_SYMBOL_GPL vmlinux 0xccabde6f crc64_rocksoft_generic +EXPORT_SYMBOL_GPL vmlinux 0xccae197e dw_pcie_wait_for_link +EXPORT_SYMBOL_GPL vmlinux 0xccc0a7ad of_irq_to_resource +EXPORT_SYMBOL_GPL vmlinux 0xcccfb2fa sata_deb_timing_hotplug +EXPORT_SYMBOL_GPL vmlinux 0xccd3a827 irq_domain_free_irqs_common +EXPORT_SYMBOL_GPL vmlinux 0xccd86806 ata_id_string +EXPORT_SYMBOL_GPL vmlinux 0xcce38dce __devm_rtc_register_device +EXPORT_SYMBOL_GPL vmlinux 0xccf52bc9 sfp_upstream_start +EXPORT_SYMBOL_GPL vmlinux 0xcd115de3 da903x_writes +EXPORT_SYMBOL_GPL vmlinux 0xcd1943b5 power_supply_get_drvdata +EXPORT_SYMBOL_GPL vmlinux 0xcd24e146 hash_digest_size +EXPORT_SYMBOL_GPL vmlinux 0xcd29ea32 get_task_pid +EXPORT_SYMBOL_GPL vmlinux 0xcd31524d vcap_copy_rule +EXPORT_SYMBOL_GPL vmlinux 0xcd37ff9a devm_kasprintf +EXPORT_SYMBOL_GPL vmlinux 0xcd4655c7 __clk_get_hw +EXPORT_SYMBOL_GPL vmlinux 0xcd53fc45 clk_regmap_mux_ops +EXPORT_SYMBOL_GPL vmlinux 0xcd555048 ip4_datagram_release_cb +EXPORT_SYMBOL_GPL vmlinux 0xcd671850 __traceiter_ata_bmdma_status +EXPORT_SYMBOL_GPL vmlinux 0xcd68eb02 device_link_del +EXPORT_SYMBOL_GPL vmlinux 0xcd69151f clk_hw_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0xcd6f2dc9 nf_log_buf_add +EXPORT_SYMBOL_GPL vmlinux 0xcd759b82 k3_ringacc_ring_reset +EXPORT_SYMBOL_GPL vmlinux 0xcd910be7 ti_sci_get_num_resources +EXPORT_SYMBOL_GPL vmlinux 0xcd91b127 system_highpri_wq +EXPORT_SYMBOL_GPL vmlinux 0xcd9cd2ff wakeme_after_rcu +EXPORT_SYMBOL_GPL vmlinux 0xcda2aaba k3_udma_glue_tx_dma_to_cppi5_addr +EXPORT_SYMBOL_GPL vmlinux 0xcdb6adcc ras_userspace_consumers +EXPORT_SYMBOL_GPL vmlinux 0xcdc66611 subsys_dev_iter_next +EXPORT_SYMBOL_GPL vmlinux 0xcdc86b55 sched_clock +EXPORT_SYMBOL_GPL vmlinux 0xcdca3691 nr_irqs +EXPORT_SYMBOL_GPL vmlinux 0xcdcaf399 dm_start_time_ns_from_clone +EXPORT_SYMBOL_GPL vmlinux 0xcdd297ed PageHeadHuge +EXPORT_SYMBOL_GPL vmlinux 0xcde26600 cppc_get_transition_latency +EXPORT_SYMBOL_GPL vmlinux 0xcde98f2e md_allow_write +EXPORT_SYMBOL_GPL vmlinux 0xcdee18af crypto_unregister_algs +EXPORT_SYMBOL_GPL vmlinux 0xce0a4020 xenbus_directory +EXPORT_SYMBOL_GPL vmlinux 0xce0b6f40 icc_enable +EXPORT_SYMBOL_GPL vmlinux 0xce1b0974 component_unbind_all +EXPORT_SYMBOL_GPL vmlinux 0xce223d9a pin_user_pages_fast +EXPORT_SYMBOL_GPL vmlinux 0xce310ecc of_genpd_add_provider_onecell +EXPORT_SYMBOL_GPL vmlinux 0xce316d7e zynqmp_pm_set_sd_tapdelay +EXPORT_SYMBOL_GPL vmlinux 0xce37faab power_supply_set_property +EXPORT_SYMBOL_GPL vmlinux 0xce598ef2 unregister_kretprobe +EXPORT_SYMBOL_GPL vmlinux 0xce5c2e77 blk_queue_required_elevator_features +EXPORT_SYMBOL_GPL vmlinux 0xce5f289d devm_irq_domain_create_sim +EXPORT_SYMBOL_GPL vmlinux 0xce6406b1 dm_disk +EXPORT_SYMBOL_GPL vmlinux 0xce6db656 rcu_is_watching +EXPORT_SYMBOL_GPL vmlinux 0xce72f660 vring_transport_features +EXPORT_SYMBOL_GPL vmlinux 0xce746a7e crypto_stats_kpp_generate_public_key +EXPORT_SYMBOL_GPL vmlinux 0xce96ee8f devlink_net +EXPORT_SYMBOL_GPL vmlinux 0xcea2e61c device_get_match_data +EXPORT_SYMBOL_GPL vmlinux 0xceac8674 zynqmp_pm_read_pggs +EXPORT_SYMBOL_GPL vmlinux 0xceb1f126 mpi_read_raw_data +EXPORT_SYMBOL_GPL vmlinux 0xceb6dbda sata_scr_write +EXPORT_SYMBOL_GPL vmlinux 0xceb7bd91 bpf_preload_ops +EXPORT_SYMBOL_GPL vmlinux 0xcece103b ata_acpi_stm +EXPORT_SYMBOL_GPL vmlinux 0xcee1641c kgdb_unregister_nmi_console +EXPORT_SYMBOL_GPL vmlinux 0xcee88e7a of_overlay_fdt_apply +EXPORT_SYMBOL_GPL vmlinux 0xceed8c16 __set_phys_to_machine +EXPORT_SYMBOL_GPL vmlinux 0xcef7457b acpi_dev_add_driver_gpios +EXPORT_SYMBOL_GPL vmlinux 0xceff7516 phy_pm_runtime_get_sync +EXPORT_SYMBOL_GPL vmlinux 0xcf1c54a5 platform_msi_domain_free_irqs +EXPORT_SYMBOL_GPL vmlinux 0xcf24c8da devm_ti_sci_get_of_resource +EXPORT_SYMBOL_GPL vmlinux 0xcf2e294d pinconf_generic_dt_node_to_map +EXPORT_SYMBOL_GPL vmlinux 0xcf32c16b kvm_vcpu_read_guest +EXPORT_SYMBOL_GPL vmlinux 0xcf33f16e kthread_cancel_delayed_work_sync +EXPORT_SYMBOL_GPL vmlinux 0xcf4f91a7 gpiochip_enable_irq +EXPORT_SYMBOL_GPL vmlinux 0xcf538f7e irq_remove_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0xcf611a71 clk_hw_get_parent_index +EXPORT_SYMBOL_GPL vmlinux 0xcf61ea2f syscon_node_to_regmap +EXPORT_SYMBOL_GPL vmlinux 0xcf683ad3 __traceiter_devlink_trap_report +EXPORT_SYMBOL_GPL vmlinux 0xcf6d5c85 devlink_port_register +EXPORT_SYMBOL_GPL vmlinux 0xcf8f8fe1 pwm_adjust_config +EXPORT_SYMBOL_GPL vmlinux 0xcf90e8be thermal_cooling_device_register +EXPORT_SYMBOL_GPL vmlinux 0xcf95048b ohci_setup +EXPORT_SYMBOL_GPL vmlinux 0xcfad77bd ata_sas_port_init +EXPORT_SYMBOL_GPL vmlinux 0xcfae9da0 mnt_want_write +EXPORT_SYMBOL_GPL vmlinux 0xcfc5108a devlink_fmsg_u8_pair_put +EXPORT_SYMBOL_GPL vmlinux 0xcfc7b4e4 rcu_barrier_tasks_trace +EXPORT_SYMBOL_GPL vmlinux 0xcfce055d nfs_ssc_unregister +EXPORT_SYMBOL_GPL vmlinux 0xcfd30d71 acpi_os_map_memory +EXPORT_SYMBOL_GPL vmlinux 0xcfdb5ac7 extcon_unregister_notifier_all +EXPORT_SYMBOL_GPL vmlinux 0xcffd793e hyperv_report_panic +EXPORT_SYMBOL_GPL vmlinux 0xd0075d1e __xenbus_register_backend +EXPORT_SYMBOL_GPL vmlinux 0xd00a8e16 usb_urb_ep_type_check +EXPORT_SYMBOL_GPL vmlinux 0xd00cb273 crypto_unregister_aeads +EXPORT_SYMBOL_GPL vmlinux 0xd01a521e mtk_pinconf_drive_get +EXPORT_SYMBOL_GPL vmlinux 0xd026d518 HYPERVISOR_vcpu_op +EXPORT_SYMBOL_GPL vmlinux 0xd03eaf4c schedule_hrtimeout_range +EXPORT_SYMBOL_GPL vmlinux 0xd0404b48 xfrm_output_resume +EXPORT_SYMBOL_GPL vmlinux 0xd0458ccb xenbus_strstate +EXPORT_SYMBOL_GPL vmlinux 0xd04aedfd __SCK__tp_func_arm_event +EXPORT_SYMBOL_GPL vmlinux 0xd04d0fa5 serial8250_em485_destroy +EXPORT_SYMBOL_GPL vmlinux 0xd05cc577 security_inode_setattr +EXPORT_SYMBOL_GPL vmlinux 0xd0600ae1 pm_clk_add +EXPORT_SYMBOL_GPL vmlinux 0xd06524ba raw_notifier_chain_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd067d3c5 system_freezable_power_efficient_wq +EXPORT_SYMBOL_GPL vmlinux 0xd06b6c93 clk_hw_set_rate_range +EXPORT_SYMBOL_GPL vmlinux 0xd06bb590 relay_buf_full +EXPORT_SYMBOL_GPL vmlinux 0xd0730e49 __clk_hw_register_divider +EXPORT_SYMBOL_GPL vmlinux 0xd07be0d6 regulator_map_voltage_linear +EXPORT_SYMBOL_GPL vmlinux 0xd09911a6 acpi_dev_get_irq_type +EXPORT_SYMBOL_GPL vmlinux 0xd099d063 acpi_dev_get_resources +EXPORT_SYMBOL_GPL vmlinux 0xd0a4d00d of_irq_find_parent +EXPORT_SYMBOL_GPL vmlinux 0xd0a646b2 alloc_io_pgtable_ops +EXPORT_SYMBOL_GPL vmlinux 0xd0a7db90 device_node_to_regmap +EXPORT_SYMBOL_GPL vmlinux 0xd0a9022b kvm_destroy_vcpus +EXPORT_SYMBOL_GPL vmlinux 0xd0b3a906 lwtunnel_build_state +EXPORT_SYMBOL_GPL vmlinux 0xd0bbaa7a __page_file_index +EXPORT_SYMBOL_GPL vmlinux 0xd0c05159 emergency_restart +EXPORT_SYMBOL_GPL vmlinux 0xd0c132f3 posix_clock_register +EXPORT_SYMBOL_GPL vmlinux 0xd0c44f5b __alloc_pages_bulk +EXPORT_SYMBOL_GPL vmlinux 0xd0d0a3b6 ethnl_cable_test_amplitude +EXPORT_SYMBOL_GPL vmlinux 0xd0d156e9 __rht_bucket_nested +EXPORT_SYMBOL_GPL vmlinux 0xd0d3f0a4 gen_pool_avail +EXPORT_SYMBOL_GPL vmlinux 0xd0d5234c pci_epc_clear_bar +EXPORT_SYMBOL_GPL vmlinux 0xd0daa350 regmap_field_bulk_alloc +EXPORT_SYMBOL_GPL vmlinux 0xd0db0f12 run_dax +EXPORT_SYMBOL_GPL vmlinux 0xd0e12dc3 regmap_raw_write_async +EXPORT_SYMBOL_GPL vmlinux 0xd0e50a2d xdp_return_frame_bulk +EXPORT_SYMBOL_GPL vmlinux 0xd0e77b51 ksm_madvise +EXPORT_SYMBOL_GPL vmlinux 0xd0ef2b44 md_stop +EXPORT_SYMBOL_GPL vmlinux 0xd0f8f3e1 bio_associate_blkg +EXPORT_SYMBOL_GPL vmlinux 0xd0fd7085 hwrng_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd12d8cde of_pci_parse_bus_range +EXPORT_SYMBOL_GPL vmlinux 0xd138c08a free_iova_fast +EXPORT_SYMBOL_GPL vmlinux 0xd13e4af8 dma_fence_unwrap_next +EXPORT_SYMBOL_GPL vmlinux 0xd144ebcf nf_nat_hook +EXPORT_SYMBOL_GPL vmlinux 0xd14586d8 check_move_unevictable_folios +EXPORT_SYMBOL_GPL vmlinux 0xd1481de7 mpi_clear +EXPORT_SYMBOL_GPL vmlinux 0xd14bc399 of_pci_address_to_resource +EXPORT_SYMBOL_GPL vmlinux 0xd1578035 __traceiter_io_page_fault +EXPORT_SYMBOL_GPL vmlinux 0xd158c912 irqchip_fwnode_ops +EXPORT_SYMBOL_GPL vmlinux 0xd1593e99 wm831x_set_bits +EXPORT_SYMBOL_GPL vmlinux 0xd159586c net_prio_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0xd159ccfa blk_crypto_intersect_capabilities +EXPORT_SYMBOL_GPL vmlinux 0xd16a8cef __tracepoint_add_device_to_group +EXPORT_SYMBOL_GPL vmlinux 0xd16ce1dd clk_register_gate +EXPORT_SYMBOL_GPL vmlinux 0xd1805d2c serial8250_do_get_mctrl +EXPORT_SYMBOL_GPL vmlinux 0xd186e981 mtk_clk_gate_ops_setclr_inv +EXPORT_SYMBOL_GPL vmlinux 0xd1a6a344 securityfs_create_symlink +EXPORT_SYMBOL_GPL vmlinux 0xd1a9ca15 __SCK__tp_func_neigh_update +EXPORT_SYMBOL_GPL vmlinux 0xd1b26ef3 kernfs_notify +EXPORT_SYMBOL_GPL vmlinux 0xd1b6714e desc_to_gpio +EXPORT_SYMBOL_GPL vmlinux 0xd1b8e559 security_inode_mkdir +EXPORT_SYMBOL_GPL vmlinux 0xd1bdeed9 ahci_pmp_retry_srst_ops +EXPORT_SYMBOL_GPL vmlinux 0xd1c3e572 usb_check_bulk_endpoints +EXPORT_SYMBOL_GPL vmlinux 0xd1cbc23c add_timer_on +EXPORT_SYMBOL_GPL vmlinux 0xd1e9712f pinctrl_add_gpio_ranges +EXPORT_SYMBOL_GPL vmlinux 0xd1f2eee2 nf_logger_find_get +EXPORT_SYMBOL_GPL vmlinux 0xd201299e devm_irq_alloc_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0xd20ea68f 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 0xd228f902 usb_choose_configuration +EXPORT_SYMBOL_GPL vmlinux 0xd22aefd3 gnttab_end_foreign_access +EXPORT_SYMBOL_GPL vmlinux 0xd2423f76 i2c_acpi_get_i2c_resource +EXPORT_SYMBOL_GPL vmlinux 0xd248a519 rockchip_pmu_block +EXPORT_SYMBOL_GPL vmlinux 0xd24e9e8c klist_init +EXPORT_SYMBOL_GPL vmlinux 0xd2534cf4 meson_clk_cpu_dyndiv_ops +EXPORT_SYMBOL_GPL vmlinux 0xd260af0d ring_buffer_write +EXPORT_SYMBOL_GPL vmlinux 0xd26aab8e ping_hash +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 0xd2809b25 platform_device_put +EXPORT_SYMBOL_GPL vmlinux 0xd28202c2 of_get_phy_mode +EXPORT_SYMBOL_GPL vmlinux 0xd2842740 devm_extcon_dev_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd28f3c10 device_bind_driver +EXPORT_SYMBOL_GPL vmlinux 0xd29c1f10 __traceiter_error_report_end +EXPORT_SYMBOL_GPL vmlinux 0xd2ac2702 evm_verifyxattr +EXPORT_SYMBOL_GPL vmlinux 0xd2b10a05 ata_timing_find_mode +EXPORT_SYMBOL_GPL vmlinux 0xd2bb4458 inet_hash_connect +EXPORT_SYMBOL_GPL vmlinux 0xd2c6d094 inet_twsk_hashdance +EXPORT_SYMBOL_GPL vmlinux 0xd2c7b86e gpiochip_populate_parent_fwspec_fourcell +EXPORT_SYMBOL_GPL vmlinux 0xd2c921d8 lp8788_write_byte +EXPORT_SYMBOL_GPL vmlinux 0xd2d7e59b unregister_platform_power_off +EXPORT_SYMBOL_GPL vmlinux 0xd2dc17df phy_modify +EXPORT_SYMBOL_GPL vmlinux 0xd2ef6a40 phylink_mii_ioctl +EXPORT_SYMBOL_GPL vmlinux 0xd2f75a14 dev_pm_qos_add_notifier +EXPORT_SYMBOL_GPL vmlinux 0xd3071656 clk_hw_unregister_mux +EXPORT_SYMBOL_GPL vmlinux 0xd30c686a __devm_pci_epc_create +EXPORT_SYMBOL_GPL vmlinux 0xd3137dcf tcp_unregister_ulp +EXPORT_SYMBOL_GPL vmlinux 0xd313bc7b xas_nomem +EXPORT_SYMBOL_GPL vmlinux 0xd3185336 of_pci_get_max_link_speed +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 0xd3302774 perf_tp_event +EXPORT_SYMBOL_GPL vmlinux 0xd3336292 gpiochip_relres_irq +EXPORT_SYMBOL_GPL vmlinux 0xd339b0ed tpm_chip_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd33ada8b cci_probed +EXPORT_SYMBOL_GPL vmlinux 0xd3551a76 zynqmp_pm_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0xd35d3b1c device_match_fwnode +EXPORT_SYMBOL_GPL vmlinux 0xd363168f gpiochip_lock_as_irq +EXPORT_SYMBOL_GPL vmlinux 0xd365e2d6 serdev_device_set_parity +EXPORT_SYMBOL_GPL vmlinux 0xd36760ef __usb_get_extra_descriptor +EXPORT_SYMBOL_GPL vmlinux 0xd367d618 usb_create_shared_hcd +EXPORT_SYMBOL_GPL vmlinux 0xd371bad6 vring_new_virtqueue +EXPORT_SYMBOL_GPL vmlinux 0xd3749dc3 sysfs_remove_link +EXPORT_SYMBOL_GPL vmlinux 0xd3752c27 atomic_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0xd37c8976 debounce_time_mt6765 +EXPORT_SYMBOL_GPL vmlinux 0xd38fcece crypto_shash_tfm_digest +EXPORT_SYMBOL_GPL vmlinux 0xd391bf08 mnt_want_write_file +EXPORT_SYMBOL_GPL vmlinux 0xd3925c63 of_get_display_timing +EXPORT_SYMBOL_GPL vmlinux 0xd39d5d20 crypto_unregister_ahashes +EXPORT_SYMBOL_GPL vmlinux 0xd39e9848 put_itimerspec64 +EXPORT_SYMBOL_GPL vmlinux 0xd3c0062f pcc_mbox_request_channel +EXPORT_SYMBOL_GPL vmlinux 0xd3d73c77 bus_find_device +EXPORT_SYMBOL_GPL vmlinux 0xd3dcddfc hwmon_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd3e8ae93 transport_remove_device +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 0xd40a674f device_driver_attach +EXPORT_SYMBOL_GPL vmlinux 0xd40ec940 bpf_trace_run4 +EXPORT_SYMBOL_GPL vmlinux 0xd41008d5 platform_device_add_data +EXPORT_SYMBOL_GPL vmlinux 0xd42515c1 edac_device_free_ctl_info +EXPORT_SYMBOL_GPL vmlinux 0xd426dbc4 erst_get_record_count +EXPORT_SYMBOL_GPL vmlinux 0xd42f1d4e show_rcu_tasks_rude_gp_kthread +EXPORT_SYMBOL_GPL vmlinux 0xd43aac3c housekeeping_affine +EXPORT_SYMBOL_GPL vmlinux 0xd4463a5e efivars_register +EXPORT_SYMBOL_GPL vmlinux 0xd44a5eac kgdb_register_nmi_console +EXPORT_SYMBOL_GPL vmlinux 0xd46ae8f8 dma_pci_p2pdma_supported +EXPORT_SYMBOL_GPL vmlinux 0xd46af5ef cppc_get_perf_ctrs +EXPORT_SYMBOL_GPL vmlinux 0xd48deaa3 ahci_platform_disable_regulators +EXPORT_SYMBOL_GPL vmlinux 0xd490c840 devlink_health_reporter_create +EXPORT_SYMBOL_GPL vmlinux 0xd4935851 __SCK__tp_func_suspend_resume +EXPORT_SYMBOL_GPL vmlinux 0xd4973ada dmaengine_desc_set_metadata_len +EXPORT_SYMBOL_GPL vmlinux 0xd4a63881 dst_cache_get_ip6 +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 0xd4cedc6a mbox_controller_register +EXPORT_SYMBOL_GPL vmlinux 0xd4d25a75 skcipher_walk_aead_decrypt +EXPORT_SYMBOL_GPL vmlinux 0xd4d7e84a ftrace_ops_set_global_filter +EXPORT_SYMBOL_GPL vmlinux 0xd4dd8a8e subsys_virtual_register +EXPORT_SYMBOL_GPL vmlinux 0xd4e6d7e0 linear_range_get_value +EXPORT_SYMBOL_GPL vmlinux 0xd4f5785f max8997_update_reg +EXPORT_SYMBOL_GPL vmlinux 0xd4f5bfa5 iommu_queue_iopf +EXPORT_SYMBOL_GPL vmlinux 0xd505c0d6 ethnl_cable_test_alloc +EXPORT_SYMBOL_GPL vmlinux 0xd5153b22 dst_cache_get_ip4 +EXPORT_SYMBOL_GPL vmlinux 0xd51dbc86 addrconf_prefix_rcv_add_addr +EXPORT_SYMBOL_GPL vmlinux 0xd52d0add pci_reset_bus +EXPORT_SYMBOL_GPL vmlinux 0xd5301b2c linear_range_get_max_value +EXPORT_SYMBOL_GPL vmlinux 0xd539afb3 xenbus_setup_ring +EXPORT_SYMBOL_GPL vmlinux 0xd53c67b3 unregister_net_sysctl_table +EXPORT_SYMBOL_GPL vmlinux 0xd53faba9 rio_register_mport +EXPORT_SYMBOL_GPL vmlinux 0xd5474690 usb_role_switch_set_role +EXPORT_SYMBOL_GPL vmlinux 0xd54aaee5 skb_to_sgvec +EXPORT_SYMBOL_GPL vmlinux 0xd54f8590 ahci_stop_engine +EXPORT_SYMBOL_GPL vmlinux 0xd54f8d68 acpi_ec_add_query_handler +EXPORT_SYMBOL_GPL vmlinux 0xd55ad93b iommu_group_get_iommudata +EXPORT_SYMBOL_GPL vmlinux 0xd5787987 devlink_trap_groups_register +EXPORT_SYMBOL_GPL vmlinux 0xd5807af3 k3_ringacc_ring_pop +EXPORT_SYMBOL_GPL vmlinux 0xd599f471 devm_nvmem_cell_get +EXPORT_SYMBOL_GPL vmlinux 0xd59a1587 linkmode_resolve_pause +EXPORT_SYMBOL_GPL vmlinux 0xd5a89448 acpi_dma_configure_id +EXPORT_SYMBOL_GPL vmlinux 0xd5b3ef57 mtk_clk_register_plls +EXPORT_SYMBOL_GPL vmlinux 0xd5b46509 dpbp_disable +EXPORT_SYMBOL_GPL vmlinux 0xd5be8751 __traceiter_tcp_send_reset +EXPORT_SYMBOL_GPL vmlinux 0xd5c29c8e icc_link_create +EXPORT_SYMBOL_GPL vmlinux 0xd5c7aa27 k3_udma_glue_request_rx_chn +EXPORT_SYMBOL_GPL vmlinux 0xd5d6d6d6 crypto_hash_alg_has_setkey +EXPORT_SYMBOL_GPL vmlinux 0xd5dcaf04 phy_package_join +EXPORT_SYMBOL_GPL vmlinux 0xd5e28878 sata_link_hardreset +EXPORT_SYMBOL_GPL vmlinux 0xd5e8ed11 ohci_hub_status_data +EXPORT_SYMBOL_GPL vmlinux 0xd5ea784a devm_regmap_field_alloc +EXPORT_SYMBOL_GPL vmlinux 0xd611d40c pinctrl_register +EXPORT_SYMBOL_GPL vmlinux 0xd61a291b trace_put_event_file +EXPORT_SYMBOL_GPL vmlinux 0xd61fe30f dev_pm_opp_add +EXPORT_SYMBOL_GPL vmlinux 0xd630b698 regulator_list_voltage_linear +EXPORT_SYMBOL_GPL vmlinux 0xd638b298 get_user_pages_fast +EXPORT_SYMBOL_GPL vmlinux 0xd64e70e8 dmaengine_desc_get_metadata_ptr +EXPORT_SYMBOL_GPL vmlinux 0xd64ed259 __memcat_p +EXPORT_SYMBOL_GPL vmlinux 0xd653f188 __clk_hw_register_gate +EXPORT_SYMBOL_GPL vmlinux 0xd66a7a35 sbitmap_queue_wake_all +EXPORT_SYMBOL_GPL vmlinux 0xd67364f7 eventfd_ctx_fdget +EXPORT_SYMBOL_GPL vmlinux 0xd679fc38 scsi_check_sense +EXPORT_SYMBOL_GPL vmlinux 0xd683c03d tcp_unregister_congestion_control +EXPORT_SYMBOL_GPL vmlinux 0xd68e0f67 thermal_of_zone_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd6a678a8 irq_get_irq_data +EXPORT_SYMBOL_GPL vmlinux 0xd6aafb42 crc64_rocksoft +EXPORT_SYMBOL_GPL vmlinux 0xd6ac16a3 meson_pmx_get_groups +EXPORT_SYMBOL_GPL vmlinux 0xd6b27e8a xas_set_mark +EXPORT_SYMBOL_GPL vmlinux 0xd6d8f6b3 topology_set_scale_freq_source +EXPORT_SYMBOL_GPL vmlinux 0xd6e1eeb5 percpu_free_rwsem +EXPORT_SYMBOL_GPL vmlinux 0xd6ed6ad5 device_pm_wait_for_dev +EXPORT_SYMBOL_GPL vmlinux 0xd6ef17aa i2c_acpi_find_adapter_by_handle +EXPORT_SYMBOL_GPL vmlinux 0xd6f2013e tpm_put_ops +EXPORT_SYMBOL_GPL vmlinux 0xd6fd36b1 dax_iomap_fault +EXPORT_SYMBOL_GPL vmlinux 0xd7007ddc divider_determine_rate +EXPORT_SYMBOL_GPL vmlinux 0xd720328a regmap_multi_reg_write_bypassed +EXPORT_SYMBOL_GPL vmlinux 0xd72234d5 sdio_register_driver +EXPORT_SYMBOL_GPL vmlinux 0xd7269c64 osc_sb_native_usb4_control +EXPORT_SYMBOL_GPL vmlinux 0xd7293ffc percpu_ref_reinit +EXPORT_SYMBOL_GPL vmlinux 0xd72eea8c __sock_recv_timestamp +EXPORT_SYMBOL_GPL vmlinux 0xd72feba2 xenbus_read_driver_state +EXPORT_SYMBOL_GPL vmlinux 0xd73864a4 crypto_stats_decompress +EXPORT_SYMBOL_GPL vmlinux 0xd7396d23 irq_gc_noop +EXPORT_SYMBOL_GPL vmlinux 0xd74d4fcb devm_acpi_dev_add_driver_gpios +EXPORT_SYMBOL_GPL vmlinux 0xd74e400f show_rcu_tasks_classic_gp_kthread +EXPORT_SYMBOL_GPL vmlinux 0xd754a837 mddev_unlock +EXPORT_SYMBOL_GPL vmlinux 0xd75b20aa rsa_parse_priv_key +EXPORT_SYMBOL_GPL vmlinux 0xd75e248a vfs_removexattr +EXPORT_SYMBOL_GPL vmlinux 0xd768e985 regulator_has_full_constraints +EXPORT_SYMBOL_GPL vmlinux 0xd77314e7 md_rdev_clear +EXPORT_SYMBOL_GPL vmlinux 0xd7778e0f clk_mux_ops +EXPORT_SYMBOL_GPL vmlinux 0xd7790f13 inet6_cleanup_sock +EXPORT_SYMBOL_GPL vmlinux 0xd78d28a4 fs_kobj +EXPORT_SYMBOL_GPL vmlinux 0xd795b072 pinctrl_utils_reserve_map +EXPORT_SYMBOL_GPL vmlinux 0xd79a7337 dprc_get_obj_count +EXPORT_SYMBOL_GPL vmlinux 0xd79eed20 zone_device_page_init +EXPORT_SYMBOL_GPL vmlinux 0xd7a86ea4 tcp_twsk_purge +EXPORT_SYMBOL_GPL vmlinux 0xd7a8755d vp_modern_config_vector +EXPORT_SYMBOL_GPL vmlinux 0xd7ac8e8a attribute_container_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd7aea26e kernel_read_file_from_path_initns +EXPORT_SYMBOL_GPL vmlinux 0xd7b1b785 ftrace_set_filter +EXPORT_SYMBOL_GPL vmlinux 0xd7c41998 dev_pm_opp_of_register_em +EXPORT_SYMBOL_GPL vmlinux 0xd7c91b63 tegra210_sata_pll_hw_control_enable +EXPORT_SYMBOL_GPL vmlinux 0xd7cea889 edac_mod_work +EXPORT_SYMBOL_GPL vmlinux 0xd7d4e47d __fib_lookup +EXPORT_SYMBOL_GPL vmlinux 0xd7d7f2a7 devlink_port_health_reporter_destroy +EXPORT_SYMBOL_GPL vmlinux 0xd7d82af3 cgroup_get_from_path +EXPORT_SYMBOL_GPL vmlinux 0xd7dccd23 __SCK__tp_func_xhci_dbg_quirks +EXPORT_SYMBOL_GPL vmlinux 0xd7e1167e extcon_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0xd7e1313c kthread_unuse_mm +EXPORT_SYMBOL_GPL vmlinux 0xd7f6399e fat_detach +EXPORT_SYMBOL_GPL vmlinux 0xd7fbb99c of_regulator_bulk_get_all +EXPORT_SYMBOL_GPL vmlinux 0xd803d36a fwnode_get_next_child_node +EXPORT_SYMBOL_GPL vmlinux 0xd81e361f led_blink_set +EXPORT_SYMBOL_GPL vmlinux 0xd8422620 pinctrl_generic_remove_group +EXPORT_SYMBOL_GPL vmlinux 0xd84d35bd dax_read_lock +EXPORT_SYMBOL_GPL vmlinux 0xd85ceca7 kpp_register_instance +EXPORT_SYMBOL_GPL vmlinux 0xd868efc8 device_property_read_u8_array +EXPORT_SYMBOL_GPL vmlinux 0xd87fc0a0 usb_amd_prefetch_quirk +EXPORT_SYMBOL_GPL vmlinux 0xd87ff3c6 iommu_attach_device +EXPORT_SYMBOL_GPL vmlinux 0xd88defca __dma_fence_unwrap_merge +EXPORT_SYMBOL_GPL vmlinux 0xd8968a0e ahci_platform_shutdown +EXPORT_SYMBOL_GPL vmlinux 0xd8a3a69b sk_msg_alloc +EXPORT_SYMBOL_GPL vmlinux 0xd8b87b9f acpi_debugfs_dir +EXPORT_SYMBOL_GPL vmlinux 0xd8c6513e crypto_register_shashes +EXPORT_SYMBOL_GPL vmlinux 0xd8d084d5 irq_domain_associate +EXPORT_SYMBOL_GPL vmlinux 0xd8d53152 __blk_mq_debugfs_rq_show +EXPORT_SYMBOL_GPL vmlinux 0xd8d68ab1 dmi_memdev_type +EXPORT_SYMBOL_GPL vmlinux 0xd8dacb78 of_mpc8xxx_spi_probe +EXPORT_SYMBOL_GPL vmlinux 0xd8eaadd6 wm8350_read_auxadc +EXPORT_SYMBOL_GPL vmlinux 0xd8f2c3ea ehci_setup +EXPORT_SYMBOL_GPL vmlinux 0xd8fbb14d net_cls_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0xd8fc5779 usb_create_hcd +EXPORT_SYMBOL_GPL vmlinux 0xd90070d9 dma_vmap_noncontiguous +EXPORT_SYMBOL_GPL vmlinux 0xd903f419 phylink_get_capabilities +EXPORT_SYMBOL_GPL vmlinux 0xd90a93a7 k3_udma_glue_rx_get_irq +EXPORT_SYMBOL_GPL vmlinux 0xd918a65d srcu_torture_stats_print +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 0xd9357bfc __skb_get_hash_symmetric +EXPORT_SYMBOL_GPL vmlinux 0xd94bf2c9 pci_iomap_wc_range +EXPORT_SYMBOL_GPL vmlinux 0xd95e36fb led_trigger_blink +EXPORT_SYMBOL_GPL vmlinux 0xd96babb4 interval_tree_iter_next +EXPORT_SYMBOL_GPL vmlinux 0xd96bb5b9 platform_find_device_by_driver +EXPORT_SYMBOL_GPL vmlinux 0xd96f4a73 crypto_unregister_alg +EXPORT_SYMBOL_GPL vmlinux 0xd9714a2f thermal_zone_get_slope +EXPORT_SYMBOL_GPL vmlinux 0xd97b9b89 acpi_cpu_get_madt_gicc +EXPORT_SYMBOL_GPL vmlinux 0xd97d06f0 bpf_trace_run7 +EXPORT_SYMBOL_GPL vmlinux 0xd97e04d3 crypto_find_alg +EXPORT_SYMBOL_GPL vmlinux 0xd9849414 mtk_clk_unregister_fixed_clks +EXPORT_SYMBOL_GPL vmlinux 0xd98d7580 mddev_resume +EXPORT_SYMBOL_GPL vmlinux 0xd9916c3a idr_alloc_u32 +EXPORT_SYMBOL_GPL vmlinux 0xd9c0726f ata_ncq_sdev_groups +EXPORT_SYMBOL_GPL vmlinux 0xd9d0a2af devlink_flash_update_timeout_notify +EXPORT_SYMBOL_GPL vmlinux 0xd9e24457 ring_buffer_peek +EXPORT_SYMBOL_GPL vmlinux 0xd9ecc488 trace_event_ignore_this_pid +EXPORT_SYMBOL_GPL vmlinux 0xd9f4b51d pci_epf_remove_vepf +EXPORT_SYMBOL_GPL vmlinux 0xd9f843e2 devm_of_clk_add_hw_provider +EXPORT_SYMBOL_GPL vmlinux 0xd9faa7a5 zynqmp_pm_set_pll_frac_mode +EXPORT_SYMBOL_GPL vmlinux 0xd9fc175e cpuidle_get_driver +EXPORT_SYMBOL_GPL vmlinux 0xd9ff2172 ezx_pcap_write +EXPORT_SYMBOL_GPL vmlinux 0xda029dd7 clk_regmap_gate_ops +EXPORT_SYMBOL_GPL vmlinux 0xda07f7b8 ata_link_abort +EXPORT_SYMBOL_GPL vmlinux 0xda0947de kmsg_dump_unregister +EXPORT_SYMBOL_GPL vmlinux 0xda0b55e3 rio_dev_get +EXPORT_SYMBOL_GPL vmlinux 0xda0d1713 vcap_rule_get_counter +EXPORT_SYMBOL_GPL vmlinux 0xda2457ab of_clk_set_defaults +EXPORT_SYMBOL_GPL vmlinux 0xda320d31 sfp_module_start +EXPORT_SYMBOL_GPL vmlinux 0xda344ae2 devm_thermal_of_cooling_device_register +EXPORT_SYMBOL_GPL vmlinux 0xda35676e i2c_new_scanned_device +EXPORT_SYMBOL_GPL vmlinux 0xda3d3186 component_compare_of +EXPORT_SYMBOL_GPL vmlinux 0xda621ba4 fuse_dev_alloc +EXPORT_SYMBOL_GPL vmlinux 0xda7912d4 freq_qos_add_request +EXPORT_SYMBOL_GPL vmlinux 0xda7d197e tc3589x_reg_read +EXPORT_SYMBOL_GPL vmlinux 0xda802cd5 vp_modern_set_status +EXPORT_SYMBOL_GPL vmlinux 0xda83b097 edac_pci_alloc_ctl_info +EXPORT_SYMBOL_GPL vmlinux 0xda842fc7 usb_string +EXPORT_SYMBOL_GPL vmlinux 0xda8e1302 software_node_find_by_name +EXPORT_SYMBOL_GPL vmlinux 0xda935f35 crypto_unregister_acomps +EXPORT_SYMBOL_GPL vmlinux 0xda9a4202 pci_ignore_hotplug +EXPORT_SYMBOL_GPL vmlinux 0xda9f4337 unregister_pernet_device +EXPORT_SYMBOL_GPL vmlinux 0xdaa06dc1 acpi_lpat_raw_to_temp +EXPORT_SYMBOL_GPL vmlinux 0xdab2c3d3 phy_pm_runtime_forbid +EXPORT_SYMBOL_GPL vmlinux 0xdab5a1eb interval_tree_insert +EXPORT_SYMBOL_GPL vmlinux 0xdad27290 pwm_request_from_chip +EXPORT_SYMBOL_GPL vmlinux 0xdae1d0ea spi_new_ancillary_device +EXPORT_SYMBOL_GPL vmlinux 0xdae4c529 blk_update_request +EXPORT_SYMBOL_GPL vmlinux 0xdaf24c0c sysfs_remove_mount_point +EXPORT_SYMBOL_GPL vmlinux 0xdaf4dfb3 fb_mode_option +EXPORT_SYMBOL_GPL vmlinux 0xdb01bea9 __phy_modify +EXPORT_SYMBOL_GPL vmlinux 0xdb0ecdc3 devl_resource_occ_get_register +EXPORT_SYMBOL_GPL vmlinux 0xdb12aca1 xenbus_alloc_evtchn +EXPORT_SYMBOL_GPL vmlinux 0xdb13ae89 crypto_alloc_akcipher +EXPORT_SYMBOL_GPL vmlinux 0xdb2382f9 irq_chip_set_parent_state +EXPORT_SYMBOL_GPL vmlinux 0xdb2e6fc2 ata_std_postreset +EXPORT_SYMBOL_GPL vmlinux 0xdb547caa pinctrl_dev_get_drvdata +EXPORT_SYMBOL_GPL vmlinux 0xdb5a82ea crypto_destroy_tfm +EXPORT_SYMBOL_GPL vmlinux 0xdb5da1cd usb_put_phy +EXPORT_SYMBOL_GPL vmlinux 0xdb5ebf90 i2c_detect_slave_mode +EXPORT_SYMBOL_GPL vmlinux 0xdb63a944 acpi_lpat_get_conversion_table +EXPORT_SYMBOL_GPL vmlinux 0xdb7000c0 perf_pmu_unregister +EXPORT_SYMBOL_GPL vmlinux 0xdb727637 vcap_set_rule_set_keyset +EXPORT_SYMBOL_GPL vmlinux 0xdb770169 fuse_direct_io +EXPORT_SYMBOL_GPL vmlinux 0xdb8a1b3f usermodehelper_read_trylock +EXPORT_SYMBOL_GPL vmlinux 0xdb96aeec fscrypt_ioctl_get_policy_ex +EXPORT_SYMBOL_GPL vmlinux 0xdb9c299f led_trigger_blink_oneshot +EXPORT_SYMBOL_GPL vmlinux 0xdb9fc209 sock_prot_inuse_get +EXPORT_SYMBOL_GPL vmlinux 0xdbbafa3d ata_ehi_push_desc +EXPORT_SYMBOL_GPL vmlinux 0xdbbd50e5 dmaengine_unmap_put +EXPORT_SYMBOL_GPL vmlinux 0xdbca51af rio_register_driver +EXPORT_SYMBOL_GPL vmlinux 0xdbcb228d gpiod_cansleep +EXPORT_SYMBOL_GPL vmlinux 0xdbcf9870 __traceiter_block_rq_remap +EXPORT_SYMBOL_GPL vmlinux 0xdbd3e45d usb_of_get_device_node +EXPORT_SYMBOL_GPL vmlinux 0xdbdb0e8b request_any_context_irq +EXPORT_SYMBOL_GPL vmlinux 0xdbe8449d tps65912_device_exit +EXPORT_SYMBOL_GPL vmlinux 0xdbe8d8a0 __SCK__tp_func_cpu_frequency +EXPORT_SYMBOL_GPL vmlinux 0xdbeeece6 tracepoint_probe_unregister +EXPORT_SYMBOL_GPL vmlinux 0xdbef2ccf fuse_do_open +EXPORT_SYMBOL_GPL vmlinux 0xdbf08aa2 irq_domain_add_legacy +EXPORT_SYMBOL_GPL vmlinux 0xdbf2e584 ata_cable_40wire +EXPORT_SYMBOL_GPL vmlinux 0xdbf4e8b4 __traceiter_pelt_dl_tp +EXPORT_SYMBOL_GPL vmlinux 0xdbf7cb70 mpi_get_nbits +EXPORT_SYMBOL_GPL vmlinux 0xdbf7e2b1 add_swap_extent +EXPORT_SYMBOL_GPL vmlinux 0xdbfa2500 devl_trylock +EXPORT_SYMBOL_GPL vmlinux 0xdbfce479 aead_register_instance +EXPORT_SYMBOL_GPL vmlinux 0xdc02eb39 dmi_available +EXPORT_SYMBOL_GPL vmlinux 0xdc0e5ca7 led_classdev_suspend +EXPORT_SYMBOL_GPL vmlinux 0xdc120597 nvmem_device_find +EXPORT_SYMBOL_GPL vmlinux 0xdc139c13 k3_udma_glue_tx_get_hdesc_size +EXPORT_SYMBOL_GPL vmlinux 0xdc14a211 xen_hvm_evtchn_do_upcall +EXPORT_SYMBOL_GPL vmlinux 0xdc2c80cb tty_ldisc_flush +EXPORT_SYMBOL_GPL vmlinux 0xdc43bdc6 pci_vpd_find_ro_info_keyword +EXPORT_SYMBOL_GPL vmlinux 0xdc45a5db edac_stop_work +EXPORT_SYMBOL_GPL vmlinux 0xdc51dfab fsl_mc_bus_dpni_type +EXPORT_SYMBOL_GPL vmlinux 0xdc5a1df6 dev_pm_qos_add_ancestor_request +EXPORT_SYMBOL_GPL vmlinux 0xdc6596fa irq_set_parent +EXPORT_SYMBOL_GPL vmlinux 0xdc6699cb acpi_dev_free_resource_list +EXPORT_SYMBOL_GPL vmlinux 0xdc671d17 of_devfreq_cooling_register +EXPORT_SYMBOL_GPL vmlinux 0xdc701164 regulator_bulk_set_supply_names +EXPORT_SYMBOL_GPL vmlinux 0xdc714b2b pm_generic_thaw_early +EXPORT_SYMBOL_GPL vmlinux 0xdc7c7ca7 of_device_compatible_match +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 0xdc88ccc8 regulator_get +EXPORT_SYMBOL_GPL vmlinux 0xdc8d4693 sdio_enable_func +EXPORT_SYMBOL_GPL vmlinux 0xdc8eb20a vp_modern_set_queue_size +EXPORT_SYMBOL_GPL vmlinux 0xdc97af2e syscore_suspend +EXPORT_SYMBOL_GPL vmlinux 0xdc97d1e7 bus_create_file +EXPORT_SYMBOL_GPL vmlinux 0xdc9fa232 raw_notifier_chain_register +EXPORT_SYMBOL_GPL vmlinux 0xdcab6e5e pci_epf_alloc_space +EXPORT_SYMBOL_GPL vmlinux 0xdcae0eb6 __fsnotify_parent +EXPORT_SYMBOL_GPL vmlinux 0xdcb0a2c0 phylink_stop +EXPORT_SYMBOL_GPL vmlinux 0xdcb839bc xdp_build_skb_from_frame +EXPORT_SYMBOL_GPL vmlinux 0xdcd0832e __regmap_init_mmio_clk +EXPORT_SYMBOL_GPL vmlinux 0xdceb5362 efi_status_to_err +EXPORT_SYMBOL_GPL vmlinux 0xdd0762df set_worker_desc +EXPORT_SYMBOL_GPL vmlinux 0xdd17f31f usb_hcd_unmap_urb_for_dma +EXPORT_SYMBOL_GPL vmlinux 0xdd197674 rio_enable_rx_tx_port +EXPORT_SYMBOL_GPL vmlinux 0xdd1dbbea pm_runtime_set_autosuspend_delay +EXPORT_SYMBOL_GPL vmlinux 0xdd2d2723 regulator_set_active_discharge_regmap +EXPORT_SYMBOL_GPL vmlinux 0xdd3a11d8 __traceiter_br_fdb_add +EXPORT_SYMBOL_GPL vmlinux 0xdd3a65c0 netif_carrier_event +EXPORT_SYMBOL_GPL vmlinux 0xdd432873 dev_pm_opp_sync_regulators +EXPORT_SYMBOL_GPL vmlinux 0xdd450ef1 x509_free_certificate +EXPORT_SYMBOL_GPL vmlinux 0xdd4d15d1 devm_regulator_register_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0xdd54d155 regulator_map_voltage_linear_range +EXPORT_SYMBOL_GPL vmlinux 0xdd5ab626 skb_zerocopy_headlen +EXPORT_SYMBOL_GPL vmlinux 0xdd626ee3 fuse_len_args +EXPORT_SYMBOL_GPL vmlinux 0xdd7f36d8 pingv6_prot +EXPORT_SYMBOL_GPL vmlinux 0xdd81d8f6 __SCK__tp_func_block_bio_complete +EXPORT_SYMBOL_GPL vmlinux 0xdd832498 balance_dirty_pages_ratelimited_flags +EXPORT_SYMBOL_GPL vmlinux 0xdd83c900 clockevents_config_and_register +EXPORT_SYMBOL_GPL vmlinux 0xdd98172e kiocb_modified +EXPORT_SYMBOL_GPL vmlinux 0xddbb529c fib_nh_common_release +EXPORT_SYMBOL_GPL vmlinux 0xddbeac5f dprc_get_obj_region +EXPORT_SYMBOL_GPL vmlinux 0xddbeeecc pci_lock_rescan_remove +EXPORT_SYMBOL_GPL vmlinux 0xdddd2538 dev_pm_opp_of_add_table +EXPORT_SYMBOL_GPL vmlinux 0xddf0862b mtk_pinconf_bias_get +EXPORT_SYMBOL_GPL vmlinux 0xddf32520 __tracepoint_powernv_throttle +EXPORT_SYMBOL_GPL vmlinux 0xde09f7b8 i2c_dw_probe_master +EXPORT_SYMBOL_GPL vmlinux 0xde0af24f udp_memory_per_cpu_fw_alloc +EXPORT_SYMBOL_GPL vmlinux 0xde0ecb7d class_dev_iter_init +EXPORT_SYMBOL_GPL vmlinux 0xde1842c1 dev_pm_domain_attach +EXPORT_SYMBOL_GPL vmlinux 0xde2423d4 mtk_paris_pinctrl_probe +EXPORT_SYMBOL_GPL vmlinux 0xde31bf7e unregister_sys_off_handler +EXPORT_SYMBOL_GPL vmlinux 0xde4f614f dax_remap_file_range_prep +EXPORT_SYMBOL_GPL vmlinux 0xde502980 vp_modern_get_features +EXPORT_SYMBOL_GPL vmlinux 0xde65485d usb_get_current_frame_number +EXPORT_SYMBOL_GPL vmlinux 0xde6f1851 TSS_checkhmac1 +EXPORT_SYMBOL_GPL vmlinux 0xde88a79a ping_queue_rcv_skb +EXPORT_SYMBOL_GPL vmlinux 0xde895c42 blk_mq_unquiesce_queue +EXPORT_SYMBOL_GPL vmlinux 0xde9ab8c7 xenbus_rm +EXPORT_SYMBOL_GPL vmlinux 0xde9f01cf bpf_offload_dev_netdev_register +EXPORT_SYMBOL_GPL vmlinux 0xdead2e78 reserve_iova +EXPORT_SYMBOL_GPL vmlinux 0xdeb23784 platform_get_irq_byname +EXPORT_SYMBOL_GPL vmlinux 0xdeb7d503 tty_init_termios +EXPORT_SYMBOL_GPL vmlinux 0xdecb9497 msg_zerocopy_realloc +EXPORT_SYMBOL_GPL vmlinux 0xdecbebda ip6_dst_lookup_tunnel +EXPORT_SYMBOL_GPL vmlinux 0xdee91d7a dtpm_destroy_hierarchy +EXPORT_SYMBOL_GPL vmlinux 0xdeef7439 devm_pinctrl_register +EXPORT_SYMBOL_GPL vmlinux 0xdef19c17 gpiochip_irq_unmap +EXPORT_SYMBOL_GPL vmlinux 0xdef58532 crypto_lookup_template +EXPORT_SYMBOL_GPL vmlinux 0xdeffa0a7 edac_raw_mc_handle_error +EXPORT_SYMBOL_GPL vmlinux 0xdf0369ee bpf_trace_run10 +EXPORT_SYMBOL_GPL vmlinux 0xdf076d36 mmc_crypto_setup_queue +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 0xdf1ad00d sdev_evt_send +EXPORT_SYMBOL_GPL vmlinux 0xdf1be5e1 __free_iova +EXPORT_SYMBOL_GPL vmlinux 0xdf20b903 io_uring_cmd_complete_in_task +EXPORT_SYMBOL_GPL vmlinux 0xdf237453 timer_shutdown_sync +EXPORT_SYMBOL_GPL vmlinux 0xdf2738bb cpu_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0xdf2f09e5 key_type_asymmetric +EXPORT_SYMBOL_GPL vmlinux 0xdf31898f cper_mem_err_pack +EXPORT_SYMBOL_GPL vmlinux 0xdf448d1c fanout_mutex +EXPORT_SYMBOL_GPL vmlinux 0xdf4b9d44 pcie_port_find_device +EXPORT_SYMBOL_GPL vmlinux 0xdf6f0f1e tcp_set_state +EXPORT_SYMBOL_GPL vmlinux 0xdf724605 shake_page +EXPORT_SYMBOL_GPL vmlinux 0xdf802a7e dax_recovery_write +EXPORT_SYMBOL_GPL vmlinux 0xdfa55f37 devm_regulator_get +EXPORT_SYMBOL_GPL vmlinux 0xdfc48186 phy_speed_up +EXPORT_SYMBOL_GPL vmlinux 0xdfc9b457 fuse_send_init +EXPORT_SYMBOL_GPL vmlinux 0xdfcb6c90 mctrl_gpio_set +EXPORT_SYMBOL_GPL vmlinux 0xe0123eb0 serial8250_tx_chars +EXPORT_SYMBOL_GPL vmlinux 0xe01afec6 wb_writeout_inc +EXPORT_SYMBOL_GPL vmlinux 0xe01c43d4 nf_queue_entry_free +EXPORT_SYMBOL_GPL vmlinux 0xe01f4cb0 irq_force_affinity +EXPORT_SYMBOL_GPL vmlinux 0xe022522c pci_sriov_set_totalvfs +EXPORT_SYMBOL_GPL vmlinux 0xe0313d71 rhashtable_insert_slow +EXPORT_SYMBOL_GPL vmlinux 0xe03403e1 serdev_controller_add +EXPORT_SYMBOL_GPL vmlinux 0xe0349f67 kill_pid_usb_asyncio +EXPORT_SYMBOL_GPL vmlinux 0xe04283e4 get_current_tty +EXPORT_SYMBOL_GPL vmlinux 0xe05e2f85 nexthop_free_rcu +EXPORT_SYMBOL_GPL vmlinux 0xe067cd8f hisi_clk_alloc +EXPORT_SYMBOL_GPL vmlinux 0xe07a0f8d __dev_fwnode_const +EXPORT_SYMBOL_GPL vmlinux 0xe083c7b8 mbox_client_txdone +EXPORT_SYMBOL_GPL vmlinux 0xe085c920 fsnotify_put_mark +EXPORT_SYMBOL_GPL vmlinux 0xe0b1c103 clk_set_max_rate +EXPORT_SYMBOL_GPL vmlinux 0xe0ba8a10 mtk_pinconf_bias_disable_get_rev1 +EXPORT_SYMBOL_GPL vmlinux 0xe0bbf305 int_active_memcg +EXPORT_SYMBOL_GPL vmlinux 0xe0bf0449 devlink_port_linecard_set +EXPORT_SYMBOL_GPL vmlinux 0xe0c265d3 extcon_get_property +EXPORT_SYMBOL_GPL vmlinux 0xe0c4165c crypto_register_templates +EXPORT_SYMBOL_GPL vmlinux 0xe0c4e14d hwrng_register +EXPORT_SYMBOL_GPL vmlinux 0xe0e3147c HYPERVISOR_sched_op +EXPORT_SYMBOL_GPL vmlinux 0xe0e5a123 acct_bioset_init +EXPORT_SYMBOL_GPL vmlinux 0xe0edd895 blkcg_policy_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe0f4d83e wm8350_reg_unlock +EXPORT_SYMBOL_GPL vmlinux 0xe0fcf584 dev_get_regmap +EXPORT_SYMBOL_GPL vmlinux 0xe1026ca1 rio_route_add_entry +EXPORT_SYMBOL_GPL vmlinux 0xe105c3dd check_move_unevictable_pages +EXPORT_SYMBOL_GPL vmlinux 0xe10cd6ad erst_get_record_id_begin +EXPORT_SYMBOL_GPL vmlinux 0xe12575e7 acpi_dev_get_dma_resources +EXPORT_SYMBOL_GPL vmlinux 0xe13bf633 skb_send_sock_locked +EXPORT_SYMBOL_GPL vmlinux 0xe141683a devm_regulator_irq_helper +EXPORT_SYMBOL_GPL vmlinux 0xe145520a vp_modern_probe +EXPORT_SYMBOL_GPL vmlinux 0xe148af45 crypto_unregister_aead +EXPORT_SYMBOL_GPL vmlinux 0xe14ce73d kernfs_put +EXPORT_SYMBOL_GPL vmlinux 0xe1526cae verify_signature +EXPORT_SYMBOL_GPL vmlinux 0xe16b66da skcipher_walk_async +EXPORT_SYMBOL_GPL vmlinux 0xe1714651 usb_hcd_check_unlink_urb +EXPORT_SYMBOL_GPL vmlinux 0xe197d05f da903x_update +EXPORT_SYMBOL_GPL vmlinux 0xe19b3f98 sysfs_notify +EXPORT_SYMBOL_GPL vmlinux 0xe1a8d7c9 net_rwsem +EXPORT_SYMBOL_GPL vmlinux 0xe1bd6c99 rio_init_mports +EXPORT_SYMBOL_GPL vmlinux 0xe1c87a2f kernel_can_power_off +EXPORT_SYMBOL_GPL vmlinux 0xe1d69f74 i2c_adapter_depth +EXPORT_SYMBOL_GPL vmlinux 0xe1d8e5db divider_recalc_rate +EXPORT_SYMBOL_GPL vmlinux 0xe1e10dd2 serial8250_release_dma +EXPORT_SYMBOL_GPL vmlinux 0xe1e673c9 cgroup_get_from_id +EXPORT_SYMBOL_GPL vmlinux 0xe1e90cb7 rio_get_comptag +EXPORT_SYMBOL_GPL vmlinux 0xe1f23a44 gpiochip_line_is_persistent +EXPORT_SYMBOL_GPL vmlinux 0xe1f3da7b devfreq_event_set_event +EXPORT_SYMBOL_GPL vmlinux 0xe1f681e2 ipv6_bpf_stub +EXPORT_SYMBOL_GPL vmlinux 0xe20aebed regmap_field_alloc +EXPORT_SYMBOL_GPL vmlinux 0xe2102cd0 pwm_get_chip_data +EXPORT_SYMBOL_GPL vmlinux 0xe21a29ce dm_path_uevent +EXPORT_SYMBOL_GPL vmlinux 0xe21d78a8 usb_hcd_unmap_urb_setup_for_dma +EXPORT_SYMBOL_GPL vmlinux 0xe21f6669 clk_fixed_factor_ops +EXPORT_SYMBOL_GPL vmlinux 0xe22d9674 acpi_dev_resume +EXPORT_SYMBOL_GPL vmlinux 0xe233762a input_event_from_user +EXPORT_SYMBOL_GPL vmlinux 0xe23fb576 pm_runtime_forbid +EXPORT_SYMBOL_GPL vmlinux 0xe2514366 dm_table_set_type +EXPORT_SYMBOL_GPL vmlinux 0xe25801a6 dev_pm_opp_find_freq_ceil +EXPORT_SYMBOL_GPL vmlinux 0xe25d23f3 blocking_notifier_call_chain_robust +EXPORT_SYMBOL_GPL vmlinux 0xe26cbbe9 devres_remove +EXPORT_SYMBOL_GPL vmlinux 0xe27cd87f blk_trace_startstop +EXPORT_SYMBOL_GPL vmlinux 0xe28655b3 tty_port_default_client_ops +EXPORT_SYMBOL_GPL vmlinux 0xe2920b7c br_fdb_test_addr_hook +EXPORT_SYMBOL_GPL vmlinux 0xe297398a kthread_flush_worker +EXPORT_SYMBOL_GPL vmlinux 0xe29768b7 devlink_trap_report +EXPORT_SYMBOL_GPL vmlinux 0xe29b36a1 xenbus_dev_cancel +EXPORT_SYMBOL_GPL vmlinux 0xe2b3207a unregister_switchdev_notifier +EXPORT_SYMBOL_GPL vmlinux 0xe2b89ed4 device_store_ulong +EXPORT_SYMBOL_GPL vmlinux 0xe2ce2b4d evm_set_key +EXPORT_SYMBOL_GPL vmlinux 0xe2d852be usb_hcd_pci_remove +EXPORT_SYMBOL_GPL vmlinux 0xe2d96f5b zynqmp_pm_feature +EXPORT_SYMBOL_GPL vmlinux 0xe2e35f33 driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe2ec293b sbitmap_queue_wake_up +EXPORT_SYMBOL_GPL vmlinux 0xe2ecb19c of_irq_get +EXPORT_SYMBOL_GPL vmlinux 0xe2f8f380 unix_peer_get +EXPORT_SYMBOL_GPL vmlinux 0xe2fa820f watchdog_init_timeout +EXPORT_SYMBOL_GPL vmlinux 0xe3008605 fscrypt_ioctl_get_nonce +EXPORT_SYMBOL_GPL vmlinux 0xe306047f blk_mark_disk_dead +EXPORT_SYMBOL_GPL vmlinux 0xe31329f5 dev_attr_em_message +EXPORT_SYMBOL_GPL vmlinux 0xe31adf73 dpbp_enable +EXPORT_SYMBOL_GPL vmlinux 0xe3225ef6 pci_store_saved_state +EXPORT_SYMBOL_GPL vmlinux 0xe33fe50d bpf_redirect_info +EXPORT_SYMBOL_GPL vmlinux 0xe3431a86 devm_pinctrl_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe3655b8b vp_modern_get_status +EXPORT_SYMBOL_GPL vmlinux 0xe372223f sec_irq_init +EXPORT_SYMBOL_GPL vmlinux 0xe37f74b7 bpf_prog_add +EXPORT_SYMBOL_GPL vmlinux 0xe3840e18 secure_ipv4_port_ephemeral +EXPORT_SYMBOL_GPL vmlinux 0xe397caf5 seq_buf_printf +EXPORT_SYMBOL_GPL vmlinux 0xe39ca86b bus_get_kset +EXPORT_SYMBOL_GPL vmlinux 0xe39d0794 usb_phy_roothub_exit +EXPORT_SYMBOL_GPL vmlinux 0xe39d9b38 dma_run_dependencies +EXPORT_SYMBOL_GPL vmlinux 0xe3ac7789 pwm_request +EXPORT_SYMBOL_GPL vmlinux 0xe3b09712 kprobe_event_delete +EXPORT_SYMBOL_GPL vmlinux 0xe3b0c8d2 regulator_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0xe3b0da08 pci_ims_alloc_irq +EXPORT_SYMBOL_GPL vmlinux 0xe3c41144 device_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe3c5db78 rio_mport_write_config_32 +EXPORT_SYMBOL_GPL vmlinux 0xe3cd5fae klist_iter_init +EXPORT_SYMBOL_GPL vmlinux 0xe3dd2a91 regulator_set_bypass_regmap +EXPORT_SYMBOL_GPL vmlinux 0xe3e423ac iommu_group_release_dma_owner +EXPORT_SYMBOL_GPL vmlinux 0xe3f0e81c __virtqueue_break +EXPORT_SYMBOL_GPL vmlinux 0xe3f57030 of_usb_get_dr_mode_by_phy +EXPORT_SYMBOL_GPL vmlinux 0xe40bb23e devlink_health_reporter_priv +EXPORT_SYMBOL_GPL vmlinux 0xe417bf3e sk_psock_msg_verdict +EXPORT_SYMBOL_GPL vmlinux 0xe4248980 cper_estatus_print +EXPORT_SYMBOL_GPL vmlinux 0xe42a5d0e fscrypt_set_bio_crypt_ctx +EXPORT_SYMBOL_GPL vmlinux 0xe4309905 syscore_resume +EXPORT_SYMBOL_GPL vmlinux 0xe4317f0d skb_zerocopy_iter_stream +EXPORT_SYMBOL_GPL vmlinux 0xe450bda2 __sock_recv_cmsgs +EXPORT_SYMBOL_GPL vmlinux 0xe45c811e crypto_default_rng +EXPORT_SYMBOL_GPL vmlinux 0xe466c4a0 dev_pm_opp_find_bw_floor +EXPORT_SYMBOL_GPL vmlinux 0xe467acba dax_layout_busy_page +EXPORT_SYMBOL_GPL vmlinux 0xe4918a03 inet6_compat_ioctl +EXPORT_SYMBOL_GPL vmlinux 0xe491e700 unregister_kprobes +EXPORT_SYMBOL_GPL vmlinux 0xe4971ade tracing_alloc_snapshot +EXPORT_SYMBOL_GPL vmlinux 0xe499f853 __ata_ehi_push_desc +EXPORT_SYMBOL_GPL vmlinux 0xe49ec9cb ata_sff_tf_read +EXPORT_SYMBOL_GPL vmlinux 0xe4b064f9 pcie_link_speed +EXPORT_SYMBOL_GPL vmlinux 0xe4b765b7 pci_device_is_present +EXPORT_SYMBOL_GPL vmlinux 0xe4b818c3 phy_speed_to_str +EXPORT_SYMBOL_GPL vmlinux 0xe4bbf11c tps65912_device_init +EXPORT_SYMBOL_GPL vmlinux 0xe4bfcd89 crypto_unregister_shash +EXPORT_SYMBOL_GPL vmlinux 0xe4c2c66c rtc_ktime_to_tm +EXPORT_SYMBOL_GPL vmlinux 0xe4c40719 lwtstate_free +EXPORT_SYMBOL_GPL vmlinux 0xe4c9d285 platform_bus +EXPORT_SYMBOL_GPL vmlinux 0xe4e40247 bpf_prog_create_from_user +EXPORT_SYMBOL_GPL vmlinux 0xe4e48b12 swphy_validate_state +EXPORT_SYMBOL_GPL vmlinux 0xe4f20c47 bpf_trace_run8 +EXPORT_SYMBOL_GPL vmlinux 0xe4f8239f __cpuhp_state_remove_instance +EXPORT_SYMBOL_GPL vmlinux 0xe500c437 kvm_make_all_cpus_request +EXPORT_SYMBOL_GPL vmlinux 0xe51b54bb mnt_user_ns +EXPORT_SYMBOL_GPL vmlinux 0xe5239d2c blkg_rwstat_recursive_sum +EXPORT_SYMBOL_GPL vmlinux 0xe5273c10 edac_mc_add_mc_with_groups +EXPORT_SYMBOL_GPL vmlinux 0xe536bc8c pci_epc_map_msi_irq +EXPORT_SYMBOL_GPL vmlinux 0xe542334c __traceiter_sched_util_est_cfs_tp +EXPORT_SYMBOL_GPL vmlinux 0xe54ce697 fwnode_device_is_available +EXPORT_SYMBOL_GPL vmlinux 0xe54e0f15 debugfs_create_x64 +EXPORT_SYMBOL_GPL vmlinux 0xe5503e82 inet_bhash2_reset_saddr +EXPORT_SYMBOL_GPL vmlinux 0xe5516728 k3_udma_glue_tx_get_irq +EXPORT_SYMBOL_GPL vmlinux 0xe55b4116 ata_scsi_ioctl +EXPORT_SYMBOL_GPL vmlinux 0xe55f4b5b ohci_restart +EXPORT_SYMBOL_GPL vmlinux 0xe5613946 devm_gpio_request +EXPORT_SYMBOL_GPL vmlinux 0xe5883bd9 class_compat_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe58eb9d7 FSE_readNCount +EXPORT_SYMBOL_GPL vmlinux 0xe59115ef io_uring_cmd_done +EXPORT_SYMBOL_GPL vmlinux 0xe5a6650b usb_hcd_map_urb_for_dma +EXPORT_SYMBOL_GPL vmlinux 0xe5a925d3 zynqmp_pm_init_finalize +EXPORT_SYMBOL_GPL vmlinux 0xe5ad4687 acct_bioset_exit +EXPORT_SYMBOL_GPL vmlinux 0xe5b7f325 metadata_dst_alloc +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 0xe5d0164f acpi_get_psd_map +EXPORT_SYMBOL_GPL vmlinux 0xe5e790e4 __traceiter_rwmmio_post_read +EXPORT_SYMBOL_GPL vmlinux 0xe5e969fd pinmux_generic_add_function +EXPORT_SYMBOL_GPL vmlinux 0xe5f806eb pci_destroy_slot +EXPORT_SYMBOL_GPL vmlinux 0xe600a72e devm_regulator_get_exclusive +EXPORT_SYMBOL_GPL vmlinux 0xe60632a9 edac_queue_work +EXPORT_SYMBOL_GPL vmlinux 0xe60a5e8d pids_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0xe628bb9f phy_fibre_port_array +EXPORT_SYMBOL_GPL vmlinux 0xe669dab2 fscrypt_d_revalidate +EXPORT_SYMBOL_GPL vmlinux 0xe676f0ca trace_array_init_printk +EXPORT_SYMBOL_GPL vmlinux 0xe67e673c mtk_pinconf_bias_get_combo +EXPORT_SYMBOL_GPL vmlinux 0xe6802d06 power_supply_put +EXPORT_SYMBOL_GPL vmlinux 0xe6933fe2 spi_controller_dma_map_mem_op_data +EXPORT_SYMBOL_GPL vmlinux 0xe695bc2c spi_unregister_controller +EXPORT_SYMBOL_GPL vmlinux 0xe6980de2 rio_local_set_device_id +EXPORT_SYMBOL_GPL vmlinux 0xe6a3ba79 nvdimm_has_cache +EXPORT_SYMBOL_GPL vmlinux 0xe6b4eb94 bpf_log +EXPORT_SYMBOL_GPL vmlinux 0xe6bd2dee platform_get_irq +EXPORT_SYMBOL_GPL vmlinux 0xe6c4ddd1 pci_iomap_wc +EXPORT_SYMBOL_GPL vmlinux 0xe6dea9e8 of_icc_get_from_provider +EXPORT_SYMBOL_GPL vmlinux 0xe6dfba0d alarmtimer_get_rtcdev +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 0xe7001416 usb_get_role_switch_default_mode +EXPORT_SYMBOL_GPL vmlinux 0xe700d767 reset_control_bulk_deassert +EXPORT_SYMBOL_GPL vmlinux 0xe7080719 spi_mem_dirmap_write +EXPORT_SYMBOL_GPL vmlinux 0xe70fbac3 usb_poison_urb +EXPORT_SYMBOL_GPL vmlinux 0xe71251e6 blk_mq_queue_inflight +EXPORT_SYMBOL_GPL vmlinux 0xe71b33cf hisi_reset_init +EXPORT_SYMBOL_GPL vmlinux 0xe72fba51 dma_resv_iter_next +EXPORT_SYMBOL_GPL vmlinux 0xe7321684 sdio_disable_func +EXPORT_SYMBOL_GPL vmlinux 0xe734edc3 md_account_bio +EXPORT_SYMBOL_GPL vmlinux 0xe736a042 usb_debug_root +EXPORT_SYMBOL_GPL vmlinux 0xe753b68d devlink_fmsg_arr_pair_nest_end +EXPORT_SYMBOL_GPL vmlinux 0xe75a8d0c regulator_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0xe75ba3ae ahci_sdev_groups +EXPORT_SYMBOL_GPL vmlinux 0xe75da37b disk_update_readahead +EXPORT_SYMBOL_GPL vmlinux 0xe761032e ahci_platform_assert_rsts +EXPORT_SYMBOL_GPL vmlinux 0xe769232e sprint_symbol_no_offset +EXPORT_SYMBOL_GPL vmlinux 0xe77d5ef3 ata_xfer_mode2mask +EXPORT_SYMBOL_GPL vmlinux 0xe77ea81d ping_init_sock +EXPORT_SYMBOL_GPL vmlinux 0xe7806eed tps6586x_get_version +EXPORT_SYMBOL_GPL vmlinux 0xe783e261 sysfs_emit +EXPORT_SYMBOL_GPL vmlinux 0xe78966f1 fwnode_get_phy_node +EXPORT_SYMBOL_GPL vmlinux 0xe7936243 zynqmp_pm_clock_getstate +EXPORT_SYMBOL_GPL vmlinux 0xe79457d2 rio_mport_read_config_8 +EXPORT_SYMBOL_GPL vmlinux 0xe79929eb genphy_c45_pma_baset1_read_master_slave +EXPORT_SYMBOL_GPL vmlinux 0xe79ef002 get_net_ns_by_id +EXPORT_SYMBOL_GPL vmlinux 0xe7a02a5d fsverity_cleanup_inode +EXPORT_SYMBOL_GPL vmlinux 0xe7d684ec iommu_device_release_dma_owner +EXPORT_SYMBOL_GPL vmlinux 0xe7d6d2d4 filter_match_preds +EXPORT_SYMBOL_GPL vmlinux 0xe7d6f4ed regulator_get_drvdata +EXPORT_SYMBOL_GPL vmlinux 0xe7d8203e gfn_to_memslot +EXPORT_SYMBOL_GPL vmlinux 0xe7e293b2 blk_mq_wait_quiesce_done +EXPORT_SYMBOL_GPL vmlinux 0xe801fff2 virtqueue_poll +EXPORT_SYMBOL_GPL vmlinux 0xe805b802 gpiod_unexport +EXPORT_SYMBOL_GPL vmlinux 0xe80ae1f1 virtqueue_kick_prepare +EXPORT_SYMBOL_GPL vmlinux 0xe818b32b ata_bmdma_interrupt +EXPORT_SYMBOL_GPL vmlinux 0xe822cd78 fuse_init_fs_context_submount +EXPORT_SYMBOL_GPL vmlinux 0xe8347083 tpm_chip_stop +EXPORT_SYMBOL_GPL vmlinux 0xe8380242 tpm_chip_alloc +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 0xe87a283c adp5520_set_bits +EXPORT_SYMBOL_GPL vmlinux 0xe87dfbce rockchip_register_restart_notifier +EXPORT_SYMBOL_GPL vmlinux 0xe87e2b4e pm_generic_poweroff_noirq +EXPORT_SYMBOL_GPL vmlinux 0xe87e75aa l3mdev_table_lookup_register +EXPORT_SYMBOL_GPL vmlinux 0xe885ad51 ti_sci_get_handle +EXPORT_SYMBOL_GPL vmlinux 0xe889e39c bio_poll +EXPORT_SYMBOL_GPL vmlinux 0xe88c76c1 ata_port_abort +EXPORT_SYMBOL_GPL vmlinux 0xe89e8b8a rtc_alarm_irq_enable +EXPORT_SYMBOL_GPL vmlinux 0xe8b85306 xfrm_audit_state_replay_overflow +EXPORT_SYMBOL_GPL vmlinux 0xe8bc40c5 cn_netlink_send +EXPORT_SYMBOL_GPL vmlinux 0xe8bf77f3 skb_mpls_push +EXPORT_SYMBOL_GPL vmlinux 0xe8c0065d memory_group_register_static +EXPORT_SYMBOL_GPL vmlinux 0xe8c06929 of_nvmem_device_get +EXPORT_SYMBOL_GPL vmlinux 0xe8d8accb sata_async_notification +EXPORT_SYMBOL_GPL vmlinux 0xe8e37a17 driver_deferred_probe_check_state +EXPORT_SYMBOL_GPL vmlinux 0xe8e3b320 sk_clone_lock +EXPORT_SYMBOL_GPL vmlinux 0xe8fff0ad report_iommu_fault +EXPORT_SYMBOL_GPL vmlinux 0xe906a44c component_del +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 0xe91b647e register_user_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0xe91c1d95 irq_generic_chip_ops +EXPORT_SYMBOL_GPL vmlinux 0xe92ea5ff devm_gpiod_get_index +EXPORT_SYMBOL_GPL vmlinux 0xe93dad28 gpiod_to_irq +EXPORT_SYMBOL_GPL vmlinux 0xe93e49c3 devres_free +EXPORT_SYMBOL_GPL vmlinux 0xe9482bb7 mtk_mutex_add_comp +EXPORT_SYMBOL_GPL vmlinux 0xe94c7897 devm_of_phy_provider_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe956a75c pl320_ipc_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0xe95dec8d mtk_clk_gate_ops_no_setclr_inv +EXPORT_SYMBOL_GPL vmlinux 0xe970a073 ahci_shost_groups +EXPORT_SYMBOL_GPL vmlinux 0xe978e60b nvdimm_bus_register +EXPORT_SYMBOL_GPL vmlinux 0xe98f55f2 arm_smccc_get_version +EXPORT_SYMBOL_GPL vmlinux 0xe9bbb1c1 devm_phy_get +EXPORT_SYMBOL_GPL vmlinux 0xe9d040b3 devm_hwmon_device_register_with_groups +EXPORT_SYMBOL_GPL vmlinux 0xe9d1b7cf irq_to_pcap +EXPORT_SYMBOL_GPL vmlinux 0xe9d63a0d k3_udma_glue_enable_tx_chn +EXPORT_SYMBOL_GPL vmlinux 0xe9e56e30 shash_register_instance +EXPORT_SYMBOL_GPL vmlinux 0xe9e6badc imx_pinconf_set_scu +EXPORT_SYMBOL_GPL vmlinux 0xe9f5116f rcu_exp_jiffies_till_stall_check +EXPORT_SYMBOL_GPL vmlinux 0xea018bbb mpi_test_bit +EXPORT_SYMBOL_GPL vmlinux 0xea124bd1 gcd +EXPORT_SYMBOL_GPL vmlinux 0xea28c25f pci_scan_child_bus +EXPORT_SYMBOL_GPL vmlinux 0xea38036f ring_buffer_entries +EXPORT_SYMBOL_GPL vmlinux 0xea3867ee io_uring_cmd_import_fixed +EXPORT_SYMBOL_GPL vmlinux 0xea3a23f3 public_key_free +EXPORT_SYMBOL_GPL vmlinux 0xea455956 devm_hwspin_lock_request +EXPORT_SYMBOL_GPL vmlinux 0xea494396 psil_set_new_ep_config +EXPORT_SYMBOL_GPL vmlinux 0xea50dad3 ahci_ignore_sss +EXPORT_SYMBOL_GPL vmlinux 0xea5e8561 device_wakeup_enable +EXPORT_SYMBOL_GPL vmlinux 0xea637e92 fat_flush_inodes +EXPORT_SYMBOL_GPL vmlinux 0xea6f0fd9 uart_set_options +EXPORT_SYMBOL_GPL vmlinux 0xea79747b usb_enable_ltm +EXPORT_SYMBOL_GPL vmlinux 0xea899d9b crypto_unregister_scomp +EXPORT_SYMBOL_GPL vmlinux 0xeaa38bb8 fib6_rule_default +EXPORT_SYMBOL_GPL vmlinux 0xeaa81856 spi_controller_resume +EXPORT_SYMBOL_GPL vmlinux 0xeaaa477c xenbus_free_evtchn +EXPORT_SYMBOL_GPL vmlinux 0xeaaa5363 pci_disable_pcie_error_reporting +EXPORT_SYMBOL_GPL vmlinux 0xeab0671d __fl6_sock_lookup +EXPORT_SYMBOL_GPL vmlinux 0xeac6a571 device_find_child_by_name +EXPORT_SYMBOL_GPL vmlinux 0xeac9fea1 ahci_reset_em +EXPORT_SYMBOL_GPL vmlinux 0xeacacfb0 sysfs_remove_link_from_group +EXPORT_SYMBOL_GPL vmlinux 0xeacfd4c1 anon_inode_getfd_secure +EXPORT_SYMBOL_GPL vmlinux 0xead035ee __tracepoint_fib6_table_lookup +EXPORT_SYMBOL_GPL vmlinux 0xead12343 __devm_regmap_init_mmio_clk +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 0xead9e9c2 ahci_save_initial_config +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 0xeaf8469d hv_do_fast_hypercall8 +EXPORT_SYMBOL_GPL vmlinux 0xeafc97f0 hrtimer_init_sleeper +EXPORT_SYMBOL_GPL vmlinux 0xeb1f9511 balloon_page_enqueue +EXPORT_SYMBOL_GPL vmlinux 0xeb264be7 dpcon_disable +EXPORT_SYMBOL_GPL vmlinux 0xeb2d717c fsl_mc_bus_dpaiop_type +EXPORT_SYMBOL_GPL vmlinux 0xeb2f985c bpf_trace_run3 +EXPORT_SYMBOL_GPL vmlinux 0xeb4221e4 trace_clock +EXPORT_SYMBOL_GPL vmlinux 0xeb444c0e wm8350_device_init +EXPORT_SYMBOL_GPL vmlinux 0xeb47e75e put_device +EXPORT_SYMBOL_GPL vmlinux 0xeb614e42 perf_event_disable +EXPORT_SYMBOL_GPL vmlinux 0xeb6df83d fsverity_ioctl_measure +EXPORT_SYMBOL_GPL vmlinux 0xeb7361d7 extcon_set_property +EXPORT_SYMBOL_GPL vmlinux 0xeb78b1ed unregister_kprobe +EXPORT_SYMBOL_GPL vmlinux 0xeb7bbc1b perf_event_sysfs_show +EXPORT_SYMBOL_GPL vmlinux 0xeb83490b mtk_hw_set_value +EXPORT_SYMBOL_GPL vmlinux 0xeb8a0cc9 __inet_lookup_listener +EXPORT_SYMBOL_GPL vmlinux 0xeb98e9fd xdp_return_frame_rx_napi +EXPORT_SYMBOL_GPL vmlinux 0xeb9cb0fd mpc8xxx_spi_rx_buf_u8 +EXPORT_SYMBOL_GPL vmlinux 0xeba09d5c regulator_set_voltage_sel_regmap +EXPORT_SYMBOL_GPL vmlinux 0xebae2071 cpu_subsys +EXPORT_SYMBOL_GPL vmlinux 0xebb1e0b4 blk_crypto_profile_destroy +EXPORT_SYMBOL_GPL vmlinux 0xebb3c84f fixed_phy_unregister +EXPORT_SYMBOL_GPL vmlinux 0xebb5aed4 crypto_alloc_aead +EXPORT_SYMBOL_GPL vmlinux 0xebc2d900 devm_regmap_field_free +EXPORT_SYMBOL_GPL vmlinux 0xebc7c9d5 gov_attr_set_put +EXPORT_SYMBOL_GPL vmlinux 0xebd4cc11 mctrl_gpio_enable_ms +EXPORT_SYMBOL_GPL vmlinux 0xebd87b93 fwnode_create_software_node +EXPORT_SYMBOL_GPL vmlinux 0xec02ebe0 phylink_init_eee +EXPORT_SYMBOL_GPL vmlinux 0xec036e4e virtqueue_notify +EXPORT_SYMBOL_GPL vmlinux 0xec2c3803 fsl_mc_portal_allocate +EXPORT_SYMBOL_GPL vmlinux 0xec3f03e2 usb_store_new_id +EXPORT_SYMBOL_GPL vmlinux 0xec41d861 rio_register_scan +EXPORT_SYMBOL_GPL vmlinux 0xec4ff39f devlink_port_fini +EXPORT_SYMBOL_GPL vmlinux 0xec5668f6 dax_zero_page_range +EXPORT_SYMBOL_GPL vmlinux 0xec5a029a pci_hp_destroy +EXPORT_SYMBOL_GPL vmlinux 0xec5ad73b trace_seq_bitmask +EXPORT_SYMBOL_GPL vmlinux 0xec608e4e device_remove_bin_file +EXPORT_SYMBOL_GPL vmlinux 0xec6b93a2 usb_hcd_poll_rh_status +EXPORT_SYMBOL_GPL vmlinux 0xec774acb cpufreq_frequency_table_verify +EXPORT_SYMBOL_GPL vmlinux 0xec9faa84 usb_enable_intel_xhci_ports +EXPORT_SYMBOL_GPL vmlinux 0xeca2b5e6 led_classdev_notify_brightness_hw_changed +EXPORT_SYMBOL_GPL vmlinux 0xeca4aba5 usb_root_hub_lost_power +EXPORT_SYMBOL_GPL vmlinux 0xecac0b6d __traceiter_neigh_update_done +EXPORT_SYMBOL_GPL vmlinux 0xecad0020 i2c_client_get_device_id +EXPORT_SYMBOL_GPL vmlinux 0xecb1ac61 xdp_attachment_setup +EXPORT_SYMBOL_GPL vmlinux 0xecb671fc tegra210_sata_pll_hw_sequence_start +EXPORT_SYMBOL_GPL vmlinux 0xecb9d37e spi_finalize_current_message +EXPORT_SYMBOL_GPL vmlinux 0xecba68e3 gnttab_batch_map +EXPORT_SYMBOL_GPL vmlinux 0xecc7fc65 sock_map_destroy +EXPORT_SYMBOL_GPL vmlinux 0xeccf1264 phy_set_mode_ext +EXPORT_SYMBOL_GPL vmlinux 0xecd2df3a genphy_c45_fast_retrain +EXPORT_SYMBOL_GPL vmlinux 0xecd8f23d xenbus_read +EXPORT_SYMBOL_GPL vmlinux 0xecda149b tun_get_socket +EXPORT_SYMBOL_GPL vmlinux 0xece78d8e regulator_get_hardware_vsel_register +EXPORT_SYMBOL_GPL vmlinux 0xece87823 ata_sff_exec_command +EXPORT_SYMBOL_GPL vmlinux 0xece9d1a3 cpci_hp_register_bus +EXPORT_SYMBOL_GPL vmlinux 0xecf78a21 led_init_core +EXPORT_SYMBOL_GPL vmlinux 0xed1e3dec acpi_subsys_suspend_noirq +EXPORT_SYMBOL_GPL vmlinux 0xed2c5bcf power_supply_charge_behaviour_parse +EXPORT_SYMBOL_GPL vmlinux 0xed32793d pci_check_and_unmask_intx +EXPORT_SYMBOL_GPL vmlinux 0xed39b7b8 parse_OID +EXPORT_SYMBOL_GPL vmlinux 0xed3f9a7c regmap_get_raw_write_max +EXPORT_SYMBOL_GPL vmlinux 0xed48a69f __rio_local_read_config_8 +EXPORT_SYMBOL_GPL vmlinux 0xed56949f phy_validate +EXPORT_SYMBOL_GPL vmlinux 0xed5bb565 bus_rescan_devices +EXPORT_SYMBOL_GPL vmlinux 0xed60261b xen_register_device_domain_owner +EXPORT_SYMBOL_GPL vmlinux 0xed6e76f0 blk_req_zone_write_trylock +EXPORT_SYMBOL_GPL vmlinux 0xed7e5fba acpi_kobj +EXPORT_SYMBOL_GPL vmlinux 0xed8092a3 usb_role_switch_get +EXPORT_SYMBOL_GPL vmlinux 0xed8c384b netdev_xmit_skip_txqueue +EXPORT_SYMBOL_GPL vmlinux 0xed915513 tcp_done +EXPORT_SYMBOL_GPL vmlinux 0xed918dde hte_init_line_attr +EXPORT_SYMBOL_GPL vmlinux 0xeda9dfeb wp_shared_mapping_range +EXPORT_SYMBOL_GPL vmlinux 0xedae6463 ping_recvmsg +EXPORT_SYMBOL_GPL vmlinux 0xedb9e0a3 find_get_pid +EXPORT_SYMBOL_GPL vmlinux 0xedbab1a2 fwnode_property_read_u16_array +EXPORT_SYMBOL_GPL vmlinux 0xedc34c1a irq_gc_mask_disable_reg +EXPORT_SYMBOL_GPL vmlinux 0xedcf3ccd key_set_timeout +EXPORT_SYMBOL_GPL vmlinux 0xedd62837 pci_epc_remove_epf +EXPORT_SYMBOL_GPL vmlinux 0xede9a09a btree_lookup +EXPORT_SYMBOL_GPL vmlinux 0xedea678d pci_p2pmem_free_sgl +EXPORT_SYMBOL_GPL vmlinux 0xee05be5e sk_msg_is_readable +EXPORT_SYMBOL_GPL vmlinux 0xee1f39f5 i2c_generic_scl_recovery +EXPORT_SYMBOL_GPL vmlinux 0xee1f5126 __tracepoint_neigh_timer_handler +EXPORT_SYMBOL_GPL vmlinux 0xee303b88 rockchip_pcie_get_phys +EXPORT_SYMBOL_GPL vmlinux 0xee34085f adp5520_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0xee38ef57 register_switchdev_blocking_notifier +EXPORT_SYMBOL_GPL vmlinux 0xee40d0b4 extcon_register_notifier_all +EXPORT_SYMBOL_GPL vmlinux 0xee46ab21 generic_handle_domain_irq_safe +EXPORT_SYMBOL_GPL vmlinux 0xee4931e7 dev_pm_set_dedicated_wake_irq_reverse +EXPORT_SYMBOL_GPL vmlinux 0xee4feb97 regulator_set_suspend_voltage +EXPORT_SYMBOL_GPL vmlinux 0xee518148 kmsg_dump_get_buffer +EXPORT_SYMBOL_GPL vmlinux 0xee62a3b9 platform_unregister_drivers +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 0xee774a67 rio_request_dma +EXPORT_SYMBOL_GPL vmlinux 0xee9000d9 fsl_mc_bus_dpcon_type +EXPORT_SYMBOL_GPL vmlinux 0xeea24323 xhci_check_bandwidth +EXPORT_SYMBOL_GPL vmlinux 0xeeb4afa4 devlink_port_attrs_set +EXPORT_SYMBOL_GPL vmlinux 0xeeda86fc blk_mq_update_nr_hw_queues +EXPORT_SYMBOL_GPL vmlinux 0xeedaa579 acpi_dev_get_memory_resources +EXPORT_SYMBOL_GPL vmlinux 0xeedd987e phy_10gbit_features_array +EXPORT_SYMBOL_GPL vmlinux 0xeedfa62a zynqmp_pm_is_function_supported +EXPORT_SYMBOL_GPL vmlinux 0xeee69210 pci_device_group +EXPORT_SYMBOL_GPL vmlinux 0xeeeae6c3 sysfs_create_groups +EXPORT_SYMBOL_GPL vmlinux 0xeef0f10d devlink_traps_register +EXPORT_SYMBOL_GPL vmlinux 0xeef68434 acpi_ec_remove_query_handler +EXPORT_SYMBOL_GPL vmlinux 0xef06e214 devm_of_phy_get +EXPORT_SYMBOL_GPL vmlinux 0xef0deb99 devl_trap_policers_register +EXPORT_SYMBOL_GPL vmlinux 0xef0e9291 tcp_rate_check_app_limited +EXPORT_SYMBOL_GPL vmlinux 0xef1f6e23 apei_resources_request +EXPORT_SYMBOL_GPL vmlinux 0xef26508e of_clk_get_parent_name +EXPORT_SYMBOL_GPL vmlinux 0xef29fcdd clk_bulk_put +EXPORT_SYMBOL_GPL vmlinux 0xef2e2637 clk_regmap_divider_ops +EXPORT_SYMBOL_GPL vmlinux 0xef34bf3e hrtimer_active +EXPORT_SYMBOL_GPL vmlinux 0xef464c28 getboottime64 +EXPORT_SYMBOL_GPL vmlinux 0xef542876 driver_set_override +EXPORT_SYMBOL_GPL vmlinux 0xef5db66d regulator_get_init_drvdata +EXPORT_SYMBOL_GPL vmlinux 0xef615d9d icc_get +EXPORT_SYMBOL_GPL vmlinux 0xef6553d3 usb_phy_roothub_resume +EXPORT_SYMBOL_GPL vmlinux 0xef6c3f70 round_jiffies_up_relative +EXPORT_SYMBOL_GPL vmlinux 0xef70eb7e ring_buffer_iter_advance +EXPORT_SYMBOL_GPL vmlinux 0xef7c67f6 sched_numa_find_nth_cpu +EXPORT_SYMBOL_GPL vmlinux 0xef92ef33 btree_last +EXPORT_SYMBOL_GPL vmlinux 0xef93f689 dev_pm_opp_remove_table +EXPORT_SYMBOL_GPL vmlinux 0xefa2c27d register_tracepoint_module_notifier +EXPORT_SYMBOL_GPL vmlinux 0xefbe44f9 pinctrl_find_gpio_range_from_pin +EXPORT_SYMBOL_GPL vmlinux 0xefc10f19 inet_csk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0xefcc66cd device_add_software_node +EXPORT_SYMBOL_GPL vmlinux 0xefd56a0e bind_interdomain_evtchn_to_irq_lateeoi +EXPORT_SYMBOL_GPL vmlinux 0xefe98e0c syscon_regmap_lookup_by_phandle_optional +EXPORT_SYMBOL_GPL vmlinux 0xefeafcf1 edac_has_mcs +EXPORT_SYMBOL_GPL vmlinux 0xeff5f3a9 lwtunnel_valid_encap_type +EXPORT_SYMBOL_GPL vmlinux 0xf002074d xenbus_register_driver_common +EXPORT_SYMBOL_GPL vmlinux 0xf002967c gpiochip_is_requested +EXPORT_SYMBOL_GPL vmlinux 0xf00be1ac synth_event_add_next_val +EXPORT_SYMBOL_GPL vmlinux 0xf0116ad8 clk_hw_unregister_gate +EXPORT_SYMBOL_GPL vmlinux 0xf012349d gnttab_batch_copy +EXPORT_SYMBOL_GPL vmlinux 0xf029327d __of_phy_provider_register +EXPORT_SYMBOL_GPL vmlinux 0xf035a80c usb_pipe_type_check +EXPORT_SYMBOL_GPL vmlinux 0xf036a72b bpf_prog_destroy +EXPORT_SYMBOL_GPL vmlinux 0xf03ce37b switchdev_handle_port_obj_add_foreign +EXPORT_SYMBOL_GPL vmlinux 0xf04429b4 acpi_bus_get_status_handle +EXPORT_SYMBOL_GPL vmlinux 0xf059f248 mtk_mutex_write_mod +EXPORT_SYMBOL_GPL vmlinux 0xf05a52fe asn1_encode_oid +EXPORT_SYMBOL_GPL vmlinux 0xf05fbf09 pci_pio_to_address +EXPORT_SYMBOL_GPL vmlinux 0xf05ff3d3 inet6_hash_connect +EXPORT_SYMBOL_GPL vmlinux 0xf0616e7a sched_numa_hop_mask +EXPORT_SYMBOL_GPL vmlinux 0xf067cc25 xhci_find_slot_id_by_port +EXPORT_SYMBOL_GPL vmlinux 0xf0696401 acpi_pci_detect_ejectable +EXPORT_SYMBOL_GPL vmlinux 0xf069d261 phy_restart_aneg +EXPORT_SYMBOL_GPL vmlinux 0xf06a80a5 switchdev_handle_fdb_event_to_device +EXPORT_SYMBOL_GPL vmlinux 0xf07e2ffd pci_check_and_mask_intx +EXPORT_SYMBOL_GPL vmlinux 0xf0865666 mbox_free_channel +EXPORT_SYMBOL_GPL vmlinux 0xf08c1b0a put_pid +EXPORT_SYMBOL_GPL vmlinux 0xf0910075 sfp_bus_del_upstream +EXPORT_SYMBOL_GPL vmlinux 0xf0957659 mtk_clk_unregister_ref2usb_tx +EXPORT_SYMBOL_GPL vmlinux 0xf0980d78 usb_get_dev +EXPORT_SYMBOL_GPL vmlinux 0xf098dc49 tps6586x_update +EXPORT_SYMBOL_GPL vmlinux 0xf09bf013 regulator_map_voltage_ascend +EXPORT_SYMBOL_GPL vmlinux 0xf0d6d648 dma_get_required_mask +EXPORT_SYMBOL_GPL vmlinux 0xf0dc5f6e led_set_brightness_sync +EXPORT_SYMBOL_GPL vmlinux 0xf0e47299 acpi_is_pnp_device +EXPORT_SYMBOL_GPL vmlinux 0xf0f9cacb vcap_lookup_rule_by_cookie +EXPORT_SYMBOL_GPL vmlinux 0xf0fb1ce1 mcore_booted +EXPORT_SYMBOL_GPL vmlinux 0xf0fe8368 wm831x_device_shutdown +EXPORT_SYMBOL_GPL vmlinux 0xf10fb33b reset_controller_unregister +EXPORT_SYMBOL_GPL vmlinux 0xf1125a7b kthread_mod_delayed_work +EXPORT_SYMBOL_GPL vmlinux 0xf112667a net_selftest +EXPORT_SYMBOL_GPL vmlinux 0xf115ece6 clk_hw_get_flags +EXPORT_SYMBOL_GPL vmlinux 0xf118276d tun_get_tx_ring +EXPORT_SYMBOL_GPL vmlinux 0xf12180fd imx_1443x_dram_pll +EXPORT_SYMBOL_GPL vmlinux 0xf14317ef devl_rate_nodes_destroy +EXPORT_SYMBOL_GPL vmlinux 0xf14a769c acpi_bind_one +EXPORT_SYMBOL_GPL vmlinux 0xf153713c fwnode_property_read_u64_array +EXPORT_SYMBOL_GPL vmlinux 0xf155bf0d devl_resource_size_get +EXPORT_SYMBOL_GPL vmlinux 0xf1584615 crypto_stats_ahash_update +EXPORT_SYMBOL_GPL vmlinux 0xf15b6c4a ip6_route_input_lookup +EXPORT_SYMBOL_GPL vmlinux 0xf16fe79f platform_msi_domain_alloc_irqs +EXPORT_SYMBOL_GPL vmlinux 0xf17a3e2d regulator_suspend_enable +EXPORT_SYMBOL_GPL vmlinux 0xf17fdf35 raw_hash_sk +EXPORT_SYMBOL_GPL vmlinux 0xf184d189 kernel_power_off +EXPORT_SYMBOL_GPL vmlinux 0xf1858025 pm_genpd_remove_subdomain +EXPORT_SYMBOL_GPL vmlinux 0xf185c35b device_set_of_node_from_dev +EXPORT_SYMBOL_GPL vmlinux 0xf188a662 rhashtable_walk_exit +EXPORT_SYMBOL_GPL vmlinux 0xf1a60c42 irq_chip_release_resources_parent +EXPORT_SYMBOL_GPL vmlinux 0xf1aaf8d4 irq_work_sync +EXPORT_SYMBOL_GPL vmlinux 0xf1b6af9d pci_disable_rom +EXPORT_SYMBOL_GPL vmlinux 0xf1d29ba8 crypto_unregister_template +EXPORT_SYMBOL_GPL vmlinux 0xf1e906d6 tty_port_register_device_serdev +EXPORT_SYMBOL_GPL vmlinux 0xf1ea6c73 phy_save_page +EXPORT_SYMBOL_GPL vmlinux 0xf1f644fb led_trigger_register +EXPORT_SYMBOL_GPL vmlinux 0xf20076c6 blk_insert_cloned_request +EXPORT_SYMBOL_GPL vmlinux 0xf20a5584 of_detach_node +EXPORT_SYMBOL_GPL vmlinux 0xf21e1f9b disable_percpu_irq +EXPORT_SYMBOL_GPL vmlinux 0xf220ff16 invalidate_inode_pages2_range +EXPORT_SYMBOL_GPL vmlinux 0xf23b6c14 vcap_rule_set_counter +EXPORT_SYMBOL_GPL vmlinux 0xf23d5e4b unregister_asymmetric_key_parser +EXPORT_SYMBOL_GPL vmlinux 0xf2450227 fscrypt_file_open +EXPORT_SYMBOL_GPL vmlinux 0xf25ec203 scmi_protocol_unregister +EXPORT_SYMBOL_GPL vmlinux 0xf26cea98 bpf_map_inc_not_zero +EXPORT_SYMBOL_GPL vmlinux 0xf2721c17 rtnl_af_unregister +EXPORT_SYMBOL_GPL vmlinux 0xf27492f7 __kvm_set_memory_region +EXPORT_SYMBOL_GPL vmlinux 0xf27d0a7b gnttab_grant_foreign_access_ref +EXPORT_SYMBOL_GPL vmlinux 0xf28404cf devlink_dpipe_header_ipv6 +EXPORT_SYMBOL_GPL vmlinux 0xf288264e led_blink_set_oneshot +EXPORT_SYMBOL_GPL vmlinux 0xf2967796 ring_buffer_record_on +EXPORT_SYMBOL_GPL vmlinux 0xf29d1201 regulator_count_voltages +EXPORT_SYMBOL_GPL vmlinux 0xf2b33cb7 memory_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0xf2b42778 rockchip_pcie_deinit_phys +EXPORT_SYMBOL_GPL vmlinux 0xf2c0678a pm_generic_freeze_noirq +EXPORT_SYMBOL_GPL vmlinux 0xf2d9bc7d mtk_pinconf_bias_set_rev1 +EXPORT_SYMBOL_GPL vmlinux 0xf2fb61bd vprintk_default +EXPORT_SYMBOL_GPL vmlinux 0xf2fe286a vp_legacy_config_vector +EXPORT_SYMBOL_GPL vmlinux 0xf2ff4bc2 serial8250_em485_supported +EXPORT_SYMBOL_GPL vmlinux 0xf30637ce usb_bulk_msg +EXPORT_SYMBOL_GPL vmlinux 0xf3083a1d phylink_destroy +EXPORT_SYMBOL_GPL vmlinux 0xf30a5502 cpufreq_enable_boost_support +EXPORT_SYMBOL_GPL vmlinux 0xf311e156 key_being_used_for +EXPORT_SYMBOL_GPL vmlinux 0xf31632e0 ezx_pcap_read +EXPORT_SYMBOL_GPL vmlinux 0xf31b3fd1 workqueue_set_max_active +EXPORT_SYMBOL_GPL vmlinux 0xf31e798c decrypt_blob +EXPORT_SYMBOL_GPL vmlinux 0xf3217164 ioc_find_get_icq +EXPORT_SYMBOL_GPL vmlinux 0xf3250d91 platform_get_mem_or_io +EXPORT_SYMBOL_GPL vmlinux 0xf32bdc5d unregister_xenstore_notifier +EXPORT_SYMBOL_GPL vmlinux 0xf331236f btree_geo32 +EXPORT_SYMBOL_GPL vmlinux 0xf3384baf msi_next_desc +EXPORT_SYMBOL_GPL vmlinux 0xf352023f memory_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0xf3797506 mpi_ec_deinit +EXPORT_SYMBOL_GPL vmlinux 0xf37b6064 driver_attach +EXPORT_SYMBOL_GPL vmlinux 0xf3808cb1 get_state_synchronize_rcu +EXPORT_SYMBOL_GPL vmlinux 0xf3907a1f dw_pcie_write_dbi +EXPORT_SYMBOL_GPL vmlinux 0xf3934f76 sdio_retune_crc_disable +EXPORT_SYMBOL_GPL vmlinux 0xf395992c ata_port_pbar_desc +EXPORT_SYMBOL_GPL vmlinux 0xf3a04bd9 xfrm_audit_state_icvfail +EXPORT_SYMBOL_GPL vmlinux 0xf3a09fe7 crypto_has_kpp +EXPORT_SYMBOL_GPL vmlinux 0xf3aa53b8 virtqueue_detach_unused_buf +EXPORT_SYMBOL_GPL vmlinux 0xf3b451ca kdb_poll_funcs +EXPORT_SYMBOL_GPL vmlinux 0xf3b4fcb2 rio_pw_enable +EXPORT_SYMBOL_GPL vmlinux 0xf3b6779b component_add_typed +EXPORT_SYMBOL_GPL vmlinux 0xf3b95d79 btree_remove +EXPORT_SYMBOL_GPL vmlinux 0xf3cf1794 gpiod_set_raw_array_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0xf3e48cd3 fib_nexthop_info +EXPORT_SYMBOL_GPL vmlinux 0xf3ef4f81 ata_bmdma_port_start +EXPORT_SYMBOL_GPL vmlinux 0xf3fab8fa amba_device_add +EXPORT_SYMBOL_GPL vmlinux 0xf40325cf dpcon_close +EXPORT_SYMBOL_GPL vmlinux 0xf40539cf pm_clk_remove +EXPORT_SYMBOL_GPL vmlinux 0xf405bcce __traceiter_napi_poll +EXPORT_SYMBOL_GPL vmlinux 0xf40e6ebf clean_acked_data_enable +EXPORT_SYMBOL_GPL vmlinux 0xf40ea66a iomap_swapfile_activate +EXPORT_SYMBOL_GPL vmlinux 0xf41350a2 tty_find_polling_driver +EXPORT_SYMBOL_GPL vmlinux 0xf42e72d9 register_virtio_driver +EXPORT_SYMBOL_GPL vmlinux 0xf44d75ea iommu_device_unlink +EXPORT_SYMBOL_GPL vmlinux 0xf45df06d vp_legacy_get_driver_features +EXPORT_SYMBOL_GPL vmlinux 0xf467ba02 rio_route_get_entry +EXPORT_SYMBOL_GPL vmlinux 0xf4689d50 linkmode_set_pause +EXPORT_SYMBOL_GPL vmlinux 0xf47654df irq_check_status_bit +EXPORT_SYMBOL_GPL vmlinux 0xf47cf18e devlink_param_unregister +EXPORT_SYMBOL_GPL vmlinux 0xf4997a25 acpi_dma_request_slave_chan_by_index +EXPORT_SYMBOL_GPL vmlinux 0xf4a00349 __tracepoint_block_rq_insert +EXPORT_SYMBOL_GPL vmlinux 0xf4a51ccd tty_wakeup +EXPORT_SYMBOL_GPL vmlinux 0xf4a88526 key_type_trusted +EXPORT_SYMBOL_GPL vmlinux 0xf4add01c fuse_dax_cancel_work +EXPORT_SYMBOL_GPL vmlinux 0xf4af35c2 rcu_gp_is_normal +EXPORT_SYMBOL_GPL vmlinux 0xf4cd9f8f reset_control_bulk_release +EXPORT_SYMBOL_GPL vmlinux 0xf4d13000 __irq_domain_alloc_irqs +EXPORT_SYMBOL_GPL vmlinux 0xf4d139da pm_genpd_remove +EXPORT_SYMBOL_GPL vmlinux 0xf4ec67b6 platform_get_irq_optional +EXPORT_SYMBOL_GPL vmlinux 0xf4ee2b7e blk_mq_flush_busy_ctxs +EXPORT_SYMBOL_GPL vmlinux 0xf4f7ece1 ata_host_detach +EXPORT_SYMBOL_GPL vmlinux 0xf4fe0f13 mmu_interval_notifier_insert +EXPORT_SYMBOL_GPL vmlinux 0xf502a469 driver_find +EXPORT_SYMBOL_GPL vmlinux 0xf50b3e20 ata_dev_set_feature +EXPORT_SYMBOL_GPL vmlinux 0xf50f4df5 acpi_device_fix_up_power +EXPORT_SYMBOL_GPL vmlinux 0xf5115a59 rio_release_inb_dbell +EXPORT_SYMBOL_GPL vmlinux 0xf541713b vcap_filter_rule_keys +EXPORT_SYMBOL_GPL vmlinux 0xf544750d inet_csk_route_child_sock +EXPORT_SYMBOL_GPL vmlinux 0xf5453b64 iommu_dev_enable_feature +EXPORT_SYMBOL_GPL vmlinux 0xf5493101 thermal_of_cooling_device_register +EXPORT_SYMBOL_GPL vmlinux 0xf54bd49b lcm +EXPORT_SYMBOL_GPL vmlinux 0xf553318d cpuidle_pause_and_lock +EXPORT_SYMBOL_GPL vmlinux 0xf555dedc dev_get_tstats64 +EXPORT_SYMBOL_GPL vmlinux 0xf5613bd7 acpi_bus_trim +EXPORT_SYMBOL_GPL vmlinux 0xf57000ef set_task_ioprio +EXPORT_SYMBOL_GPL vmlinux 0xf5782783 mtk_clk_register_ref2usb_tx +EXPORT_SYMBOL_GPL vmlinux 0xf57cd92b kvm_vcpu_is_visible_gfn +EXPORT_SYMBOL_GPL vmlinux 0xf57ea4d5 bpf_prog_create +EXPORT_SYMBOL_GPL vmlinux 0xf581027c genphy_c45_pma_setup_forced +EXPORT_SYMBOL_GPL vmlinux 0xf5a067bf iommu_group_dma_owner_claimed +EXPORT_SYMBOL_GPL vmlinux 0xf5a3ba99 linear_range_values_in_range +EXPORT_SYMBOL_GPL vmlinux 0xf5a64d40 sdio_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0xf5a691cd invalidate_bh_lrus +EXPORT_SYMBOL_GPL vmlinux 0xf5aac124 mc_send_command +EXPORT_SYMBOL_GPL vmlinux 0xf5ade0cb clk_hw_unregister_composite +EXPORT_SYMBOL_GPL vmlinux 0xf5b430f8 dax_layout_busy_page_range +EXPORT_SYMBOL_GPL vmlinux 0xf5ee18b2 device_property_present +EXPORT_SYMBOL_GPL vmlinux 0xf5f370e0 async_schedule_node +EXPORT_SYMBOL_GPL vmlinux 0xf6069063 fsl_mc_resource_allocate +EXPORT_SYMBOL_GPL vmlinux 0xf60a3665 mark_page_dirty_in_slot +EXPORT_SYMBOL_GPL vmlinux 0xf61c6b74 hv_do_hypercall +EXPORT_SYMBOL_GPL vmlinux 0xf61f8d6d transport_add_device +EXPORT_SYMBOL_GPL vmlinux 0xf628bbc7 of_genpd_remove_last +EXPORT_SYMBOL_GPL vmlinux 0xf62a898f spi_sync_locked +EXPORT_SYMBOL_GPL vmlinux 0xf63109bd imx_clk_hw_pllv4 +EXPORT_SYMBOL_GPL vmlinux 0xf634157e ata_pci_device_suspend +EXPORT_SYMBOL_GPL vmlinux 0xf6354423 sock_diag_check_cookie +EXPORT_SYMBOL_GPL vmlinux 0xf63a565e class_for_each_device +EXPORT_SYMBOL_GPL vmlinux 0xf64aaa25 alarm_init +EXPORT_SYMBOL_GPL vmlinux 0xf662d2b9 imx_pinctrl_sc_ipc_init +EXPORT_SYMBOL_GPL vmlinux 0xf663ee2f pcap_adc_sync +EXPORT_SYMBOL_GPL vmlinux 0xf66e17fa gpiochip_generic_request +EXPORT_SYMBOL_GPL vmlinux 0xf679410a pci_ecam_create +EXPORT_SYMBOL_GPL vmlinux 0xf67aff81 clkdev_create +EXPORT_SYMBOL_GPL vmlinux 0xf67bdc9e usb_autopm_get_interface_async +EXPORT_SYMBOL_GPL vmlinux 0xf6892075 crypto_unregister_skciphers +EXPORT_SYMBOL_GPL vmlinux 0xf6a05f50 acpi_get_pci_dev +EXPORT_SYMBOL_GPL vmlinux 0xf6a28554 region_intersects +EXPORT_SYMBOL_GPL vmlinux 0xf6acea80 crypto_shoot_alg +EXPORT_SYMBOL_GPL vmlinux 0xf6ae659e nf_queue_nf_hook_drop +EXPORT_SYMBOL_GPL vmlinux 0xf6bc2dfd dummy_con +EXPORT_SYMBOL_GPL vmlinux 0xf6beee37 __SCK__tp_func_pelt_cfs_tp +EXPORT_SYMBOL_GPL vmlinux 0xf6c188d5 iommu_set_pgtable_quirks +EXPORT_SYMBOL_GPL vmlinux 0xf6c71a25 cper_severity_str +EXPORT_SYMBOL_GPL vmlinux 0xf6c8dc62 cpu_hotplug_enable +EXPORT_SYMBOL_GPL vmlinux 0xf6cad3d8 nfnl_ct_hook +EXPORT_SYMBOL_GPL vmlinux 0xf6dd6280 crypto_grab_kpp +EXPORT_SYMBOL_GPL vmlinux 0xf6e25f2d tpm2_probe +EXPORT_SYMBOL_GPL vmlinux 0xf6e772c3 irq_bypass_unregister_producer +EXPORT_SYMBOL_GPL vmlinux 0xf6e874f5 ata_timing_merge +EXPORT_SYMBOL_GPL vmlinux 0xf6f16c56 rcu_barrier_tasks +EXPORT_SYMBOL_GPL vmlinux 0xf6f582cc fbcon_modechange_possible +EXPORT_SYMBOL_GPL vmlinux 0xf6f85cfe devl_rate_leaf_create +EXPORT_SYMBOL_GPL vmlinux 0xf6ff3ca7 imx_get_clk_hw_by_name +EXPORT_SYMBOL_GPL vmlinux 0xf7075ecc serdev_device_open +EXPORT_SYMBOL_GPL vmlinux 0xf709930d __devm_spi_alloc_controller +EXPORT_SYMBOL_GPL vmlinux 0xf70cae05 phy_exit +EXPORT_SYMBOL_GPL vmlinux 0xf70e4a4d preempt_schedule_notrace +EXPORT_SYMBOL_GPL vmlinux 0xf713bbde get_net_ns_by_fd +EXPORT_SYMBOL_GPL vmlinux 0xf72a65ea tty_get_char_size +EXPORT_SYMBOL_GPL vmlinux 0xf730fb4a qcom_smem_state_update_bits +EXPORT_SYMBOL_GPL vmlinux 0xf744298f hv_unmap_memory +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 0xf74f14d2 generic_fh_to_dentry +EXPORT_SYMBOL_GPL vmlinux 0xf7577409 __ip6_local_out +EXPORT_SYMBOL_GPL vmlinux 0xf766882a da9052_adc_read_temp +EXPORT_SYMBOL_GPL vmlinux 0xf76b16f5 crypto_inst_setname +EXPORT_SYMBOL_GPL vmlinux 0xf775a2e9 devm_mipi_dsi_device_register_full +EXPORT_SYMBOL_GPL vmlinux 0xf7772bde xas_init_marks +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 0xf7a32041 usb_unpoison_urb +EXPORT_SYMBOL_GPL vmlinux 0xf7afb369 btree_init +EXPORT_SYMBOL_GPL vmlinux 0xf7b214c5 net_ns_type_operations +EXPORT_SYMBOL_GPL vmlinux 0xf7b436db clockevents_unbind_device +EXPORT_SYMBOL_GPL vmlinux 0xf7bc95b0 devlink_fmsg_pair_nest_start +EXPORT_SYMBOL_GPL vmlinux 0xf7c3f273 xen_resume_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0xf7c8ffe9 skb_to_sgvec_nomark +EXPORT_SYMBOL_GPL vmlinux 0xf7d0fd6d da903x_clr_bits +EXPORT_SYMBOL_GPL vmlinux 0xf7d6d8c4 fwnode_get_phy_mode +EXPORT_SYMBOL_GPL vmlinux 0xf7e2a14d devm_hwspin_lock_unregister +EXPORT_SYMBOL_GPL vmlinux 0xf7e388a6 access_process_vm +EXPORT_SYMBOL_GPL vmlinux 0xf7f17b11 gpiod_get_raw_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0xf80bd36b genphy_c45_read_mdix +EXPORT_SYMBOL_GPL vmlinux 0xf80f5fc7 __SCK__tp_func_ata_exec_command +EXPORT_SYMBOL_GPL vmlinux 0xf81a4fe5 debugfs_create_regset32 +EXPORT_SYMBOL_GPL vmlinux 0xf81dce70 thermal_genl_cpu_capability_event +EXPORT_SYMBOL_GPL vmlinux 0xf823c362 iommu_device_link +EXPORT_SYMBOL_GPL vmlinux 0xf82da429 host1x_context_device_bus_type +EXPORT_SYMBOL_GPL vmlinux 0xf82f3657 work_on_cpu +EXPORT_SYMBOL_GPL vmlinux 0xf837372b ip_route_output_key_hash +EXPORT_SYMBOL_GPL vmlinux 0xf83a9396 simple_attr_open +EXPORT_SYMBOL_GPL vmlinux 0xf83b7ba2 kvm_vcpu_read_guest_page +EXPORT_SYMBOL_GPL vmlinux 0xf8471958 phy_pm_runtime_put +EXPORT_SYMBOL_GPL vmlinux 0xf84ff8c5 pci_p2pdma_enable_show +EXPORT_SYMBOL_GPL vmlinux 0xf852d746 __tracepoint_tcp_send_reset +EXPORT_SYMBOL_GPL vmlinux 0xf8540d8c sbitmap_any_bit_set +EXPORT_SYMBOL_GPL vmlinux 0xf85cc862 devm_regmap_init_vexpress_config +EXPORT_SYMBOL_GPL vmlinux 0xf861bd31 rockchip_clk_register_ddrclk +EXPORT_SYMBOL_GPL vmlinux 0xf87883ac ata_qc_complete_multiple +EXPORT_SYMBOL_GPL vmlinux 0xf883bf93 crypto_dh_key_len +EXPORT_SYMBOL_GPL vmlinux 0xf8931537 of_pinctrl_get +EXPORT_SYMBOL_GPL vmlinux 0xf8a9d338 __get_task_ioprio +EXPORT_SYMBOL_GPL vmlinux 0xf8b1730f vcap_rule_add_key_bit +EXPORT_SYMBOL_GPL vmlinux 0xf8b4160d meson8_aobus_parse_dt_extra +EXPORT_SYMBOL_GPL vmlinux 0xf8e5697b regulator_set_load +EXPORT_SYMBOL_GPL vmlinux 0xf8f3a0fb ata_ratelimit +EXPORT_SYMBOL_GPL vmlinux 0xf8f4320c crypto_register_ahashes +EXPORT_SYMBOL_GPL vmlinux 0xf8fe5642 phylink_ethtool_get_pauseparam +EXPORT_SYMBOL_GPL vmlinux 0xf900c77d zynqmp_pm_clock_disable +EXPORT_SYMBOL_GPL vmlinux 0xf9093f5b __tracepoint_cpu_frequency +EXPORT_SYMBOL_GPL vmlinux 0xf90c0dfa ata_ehi_clear_desc +EXPORT_SYMBOL_GPL vmlinux 0xf9118f99 acpi_set_modalias +EXPORT_SYMBOL_GPL vmlinux 0xf926a606 phylink_mii_c22_pcs_decode_state +EXPORT_SYMBOL_GPL vmlinux 0xf93aab0f crypto_stats_aead_decrypt +EXPORT_SYMBOL_GPL vmlinux 0xf93eb562 mdiobus_modify_changed +EXPORT_SYMBOL_GPL vmlinux 0xf941d289 fscrypt_ioctl_remove_key_all_users +EXPORT_SYMBOL_GPL vmlinux 0xf944d83e crypto_mod_get +EXPORT_SYMBOL_GPL vmlinux 0xf94d93a2 dev_pm_qos_expose_flags +EXPORT_SYMBOL_GPL vmlinux 0xf94f1def clk_hw_is_prepared +EXPORT_SYMBOL_GPL vmlinux 0xf95322f4 kthread_parkme +EXPORT_SYMBOL_GPL vmlinux 0xf955e9c5 bprintf +EXPORT_SYMBOL_GPL vmlinux 0xf95a29c1 skb_scrub_packet +EXPORT_SYMBOL_GPL vmlinux 0xf95ef841 irq_chip_ack_parent +EXPORT_SYMBOL_GPL vmlinux 0xf967422b HYPERVISOR_xen_version +EXPORT_SYMBOL_GPL vmlinux 0xf9690215 devfreq_cooling_em_register +EXPORT_SYMBOL_GPL vmlinux 0xf9693454 tty_set_ldisc +EXPORT_SYMBOL_GPL vmlinux 0xf97f6bbb ptp_classify_raw +EXPORT_SYMBOL_GPL vmlinux 0xf9822e83 seg6_do_srh_inline +EXPORT_SYMBOL_GPL vmlinux 0xf986e408 mtk_pinconf_bias_disable_get +EXPORT_SYMBOL_GPL vmlinux 0xf9a054b5 __round_jiffies +EXPORT_SYMBOL_GPL vmlinux 0xf9a3c5dc zynqmp_pm_load_pdi +EXPORT_SYMBOL_GPL vmlinux 0xf9aa9d17 __put_net +EXPORT_SYMBOL_GPL vmlinux 0xf9ad71a7 seg6_do_srh_encap +EXPORT_SYMBOL_GPL vmlinux 0xf9b34a0b iopf_queue_free +EXPORT_SYMBOL_GPL vmlinux 0xf9bcc539 rt_mutex_lock_killable +EXPORT_SYMBOL_GPL vmlinux 0xf9d2b745 dma_max_mapping_size +EXPORT_SYMBOL_GPL vmlinux 0xf9d55bee ipv6_dup_options +EXPORT_SYMBOL_GPL vmlinux 0xf9e11e73 pse_controller_unregister +EXPORT_SYMBOL_GPL vmlinux 0xf9e75dc7 ahci_qc_issue +EXPORT_SYMBOL_GPL vmlinux 0xf9f5c13a mtk_eint_do_resume +EXPORT_SYMBOL_GPL vmlinux 0xf9f654a3 proc_mkdir_data +EXPORT_SYMBOL_GPL vmlinux 0xf9fa0daa of_fdt_unflatten_tree +EXPORT_SYMBOL_GPL vmlinux 0xfa09fba5 tcp_set_keepalive +EXPORT_SYMBOL_GPL vmlinux 0xfa14fe75 ethtool_set_ethtool_phy_ops +EXPORT_SYMBOL_GPL vmlinux 0xfa17d3bf i2c_acpi_waive_d0_probe +EXPORT_SYMBOL_GPL vmlinux 0xfa1854e8 get_device +EXPORT_SYMBOL_GPL vmlinux 0xfa1d1fa2 of_property_read_variable_u32_array +EXPORT_SYMBOL_GPL vmlinux 0xfa1eb910 unregister_syscore_ops +EXPORT_SYMBOL_GPL vmlinux 0xfa1f3fdd pci_iov_get_pf_drvdata +EXPORT_SYMBOL_GPL vmlinux 0xfa20488d tcp_parse_mss_option +EXPORT_SYMBOL_GPL vmlinux 0xfa21b574 regmap_might_sleep +EXPORT_SYMBOL_GPL vmlinux 0xfa26de6e devm_device_add_groups +EXPORT_SYMBOL_GPL vmlinux 0xfa2ccbf2 bpf_sk_storage_diag_put +EXPORT_SYMBOL_GPL vmlinux 0xfa349688 aer_recover_queue +EXPORT_SYMBOL_GPL vmlinux 0xfa37fb11 vcap_mod_rule +EXPORT_SYMBOL_GPL vmlinux 0xfa43cefc is_hash_blacklisted +EXPORT_SYMBOL_GPL vmlinux 0xfa4caa97 pci_user_write_config_byte +EXPORT_SYMBOL_GPL vmlinux 0xfa4d3c24 log_post_write_mmio +EXPORT_SYMBOL_GPL vmlinux 0xfa532754 mmc_get_ext_csd +EXPORT_SYMBOL_GPL vmlinux 0xfa56b600 spi_take_timestamp_post +EXPORT_SYMBOL_GPL vmlinux 0xfa658ca2 usb_autopm_get_interface +EXPORT_SYMBOL_GPL vmlinux 0xfa65a712 xenbus_dev_suspend +EXPORT_SYMBOL_GPL vmlinux 0xfa666974 queue_work_node +EXPORT_SYMBOL_GPL vmlinux 0xfa71d578 skb_complete_tx_timestamp +EXPORT_SYMBOL_GPL vmlinux 0xfa73cce2 usb_find_alt_setting +EXPORT_SYMBOL_GPL vmlinux 0xfa863cc9 pwmchip_add +EXPORT_SYMBOL_GPL vmlinux 0xfa89a0c3 ata_bmdma_dumb_qc_prep +EXPORT_SYMBOL_GPL vmlinux 0xfaa7cc86 bsg_job_put +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 0xfabee159 __pci_epc_create +EXPORT_SYMBOL_GPL vmlinux 0xfacc3339 devm_clk_hw_register_fixed_factor_parent_hw +EXPORT_SYMBOL_GPL vmlinux 0xfad9c827 kill_dax +EXPORT_SYMBOL_GPL vmlinux 0xfae1f1b3 lochnagar_update_config +EXPORT_SYMBOL_GPL vmlinux 0xfae2529c pci_alloc_p2pmem +EXPORT_SYMBOL_GPL vmlinux 0xfae54de0 led_compose_name +EXPORT_SYMBOL_GPL vmlinux 0xfafd11f7 devm_hwspin_lock_register +EXPORT_SYMBOL_GPL vmlinux 0xfafe5e98 usb_set_configuration +EXPORT_SYMBOL_GPL vmlinux 0xfb0341dd thermal_zone_get_zone_by_name +EXPORT_SYMBOL_GPL vmlinux 0xfb037666 of_phy_put +EXPORT_SYMBOL_GPL vmlinux 0xfb051203 serial8250_request_dma +EXPORT_SYMBOL_GPL vmlinux 0xfb129180 input_ff_create +EXPORT_SYMBOL_GPL vmlinux 0xfb188728 genphy_c45_pma_suspend +EXPORT_SYMBOL_GPL vmlinux 0xfb2415b3 pinctrl_register_and_init +EXPORT_SYMBOL_GPL vmlinux 0xfb2857ea phy_optional_get +EXPORT_SYMBOL_GPL vmlinux 0xfb2faa7d rio_mport_initialize +EXPORT_SYMBOL_GPL vmlinux 0xfb32b30f ring_buffer_read_prepare_sync +EXPORT_SYMBOL_GPL vmlinux 0xfb41e8a0 serial8250_em485_start_tx +EXPORT_SYMBOL_GPL vmlinux 0xfb420b92 gpiod_direction_input +EXPORT_SYMBOL_GPL vmlinux 0xfb4499c4 pci_restore_msi_state +EXPORT_SYMBOL_GPL vmlinux 0xfb4d0dc6 vchan_init +EXPORT_SYMBOL_GPL vmlinux 0xfb55d5de rio_bus_type +EXPORT_SYMBOL_GPL vmlinux 0xfb60c995 vp_modern_get_driver_features +EXPORT_SYMBOL_GPL vmlinux 0xfb60faf5 posix_acl_clone +EXPORT_SYMBOL_GPL vmlinux 0xfb64414c vp_legacy_get_queue_enable +EXPORT_SYMBOL_GPL vmlinux 0xfb6eedf9 power_group_name +EXPORT_SYMBOL_GPL vmlinux 0xfb77dd7d acpi_dev_remove_driver_gpios +EXPORT_SYMBOL_GPL vmlinux 0xfb85787d umd_unload_blob +EXPORT_SYMBOL_GPL vmlinux 0xfb8cf430 xen_xlate_remap_gfn_array +EXPORT_SYMBOL_GPL vmlinux 0xfbacf573 fsl_mc_bus_dpdcei_type +EXPORT_SYMBOL_GPL vmlinux 0xfbb53d9c uart_handle_dcd_change +EXPORT_SYMBOL_GPL vmlinux 0xfbb6f12f gfn_to_pfn_prot +EXPORT_SYMBOL_GPL vmlinux 0xfbbd41ca no_action +EXPORT_SYMBOL_GPL vmlinux 0xfbbdb759 hwspin_lock_request +EXPORT_SYMBOL_GPL vmlinux 0xfbc022cc init_node_memory_type +EXPORT_SYMBOL_GPL vmlinux 0xfbc7dafd regmap_async_complete_cb +EXPORT_SYMBOL_GPL vmlinux 0xfbc8c0bc of_regulator_match +EXPORT_SYMBOL_GPL vmlinux 0xfbd4a2f1 task_cgroup_path +EXPORT_SYMBOL_GPL vmlinux 0xfbd6761e sock_diag_destroy +EXPORT_SYMBOL_GPL vmlinux 0xfbd9be59 of_reserved_mem_device_release +EXPORT_SYMBOL_GPL vmlinux 0xfbdda86e vp_legacy_remove +EXPORT_SYMBOL_GPL vmlinux 0xfbffd601 net_prio_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0xfc03a4ca proc_dou8vec_minmax +EXPORT_SYMBOL_GPL vmlinux 0xfc03d97a page_is_ram +EXPORT_SYMBOL_GPL vmlinux 0xfc0c378a debugfs_create_bool +EXPORT_SYMBOL_GPL vmlinux 0xfc0e1f0d devm_regulator_get_optional +EXPORT_SYMBOL_GPL vmlinux 0xfc14bb2e dm_get_dev_t +EXPORT_SYMBOL_GPL vmlinux 0xfc201b66 sprint_oid +EXPORT_SYMBOL_GPL vmlinux 0xfc2495a0 ata_sff_wait_ready +EXPORT_SYMBOL_GPL vmlinux 0xfc254d15 gnttab_free_auto_xlat_frames +EXPORT_SYMBOL_GPL vmlinux 0xfc2ad745 ata_std_bios_param +EXPORT_SYMBOL_GPL vmlinux 0xfc30176d extcon_set_state_sync +EXPORT_SYMBOL_GPL vmlinux 0xfc316dfe perf_event_create_kernel_counter +EXPORT_SYMBOL_GPL vmlinux 0xfc3b4246 acpi_bus_update_power +EXPORT_SYMBOL_GPL vmlinux 0xfc4431ae fscrypt_parse_test_dummy_encryption +EXPORT_SYMBOL_GPL vmlinux 0xfc5d5a20 simple_attr_write +EXPORT_SYMBOL_GPL vmlinux 0xfc7c22a9 ftrace_free_filter +EXPORT_SYMBOL_GPL vmlinux 0xfc8e5855 devm_regulator_bulk_register_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0xfc90e4f0 bsg_setup_queue +EXPORT_SYMBOL_GPL vmlinux 0xfc910f64 disk_set_zoned +EXPORT_SYMBOL_GPL vmlinux 0xfc9477b5 zynqmp_pm_set_pll_frac_data +EXPORT_SYMBOL_GPL vmlinux 0xfcbeda63 irq_gc_unmask_enable_reg +EXPORT_SYMBOL_GPL vmlinux 0xfcbfec70 add_memory_driver_managed +EXPORT_SYMBOL_GPL vmlinux 0xfcc1edd3 memory_block_size_bytes +EXPORT_SYMBOL_GPL vmlinux 0xfcc6dd57 usb_set_interface +EXPORT_SYMBOL_GPL vmlinux 0xfce3f509 relay_close +EXPORT_SYMBOL_GPL vmlinux 0xfcf49e88 pwm_set_chip_data +EXPORT_SYMBOL_GPL vmlinux 0xfcf9ef73 hw_protection_shutdown +EXPORT_SYMBOL_GPL vmlinux 0xfcfa333d pm_genpd_add_subdomain +EXPORT_SYMBOL_GPL vmlinux 0xfd068326 register_kretprobes +EXPORT_SYMBOL_GPL vmlinux 0xfd14f899 switchdev_port_obj_add +EXPORT_SYMBOL_GPL vmlinux 0xfd195774 k3_udma_glue_disable_tx_chn +EXPORT_SYMBOL_GPL vmlinux 0xfd240407 __traceiter_br_fdb_update +EXPORT_SYMBOL_GPL vmlinux 0xfd255ea6 i2c_dw_prepare_clk +EXPORT_SYMBOL_GPL vmlinux 0xfd2c62ad devlink_dpipe_table_counter_enabled +EXPORT_SYMBOL_GPL vmlinux 0xfd2df182 devm_i2c_add_adapter +EXPORT_SYMBOL_GPL vmlinux 0xfd309343 synchronize_srcu +EXPORT_SYMBOL_GPL vmlinux 0xfd464dd2 pm_runtime_suspended_time +EXPORT_SYMBOL_GPL vmlinux 0xfd493337 of_dma_simple_xlate +EXPORT_SYMBOL_GPL vmlinux 0xfd5b1547 apei_get_debugfs_dir +EXPORT_SYMBOL_GPL vmlinux 0xfd6555fb xlnx_unregister_event +EXPORT_SYMBOL_GPL vmlinux 0xfd6860fa trace_array_put +EXPORT_SYMBOL_GPL vmlinux 0xfd686b5e swapcache_mapping +EXPORT_SYMBOL_GPL vmlinux 0xfd7243c7 erst_disable +EXPORT_SYMBOL_GPL vmlinux 0xfd77e268 register_sys_off_handler +EXPORT_SYMBOL_GPL vmlinux 0xfd79e6fb led_put +EXPORT_SYMBOL_GPL vmlinux 0xfd8418be of_irq_parse_and_map_pci +EXPORT_SYMBOL_GPL vmlinux 0xfd865ede pinctrl_find_and_add_gpio_range +EXPORT_SYMBOL_GPL vmlinux 0xfd98c9c7 dev_pm_qos_hide_latency_limit +EXPORT_SYMBOL_GPL vmlinux 0xfd9937b3 regulator_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0xfdadbf40 of_get_required_opp_performance_state +EXPORT_SYMBOL_GPL vmlinux 0xfdb95c7f mptcp_subflow_init_cookie_req +EXPORT_SYMBOL_GPL vmlinux 0xfdba7f0b bpf_trace_run1 +EXPORT_SYMBOL_GPL vmlinux 0xfdbd7a17 crypto_get_attr_type +EXPORT_SYMBOL_GPL vmlinux 0xfdc12892 rockchip_clk_register_branches +EXPORT_SYMBOL_GPL vmlinux 0xfdc34b70 gnttab_dma_alloc_pages +EXPORT_SYMBOL_GPL vmlinux 0xfdcc1b6e fw_devlink_purge_absent_suppliers +EXPORT_SYMBOL_GPL vmlinux 0xfdd2a0f0 sysfs_group_change_owner +EXPORT_SYMBOL_GPL vmlinux 0xfdea2d04 alarm_cancel +EXPORT_SYMBOL_GPL vmlinux 0xfdf3b921 devm_of_platform_populate +EXPORT_SYMBOL_GPL vmlinux 0xfdf46aad mddev_suspend +EXPORT_SYMBOL_GPL vmlinux 0xfdfe60f9 devm_pinctrl_register_and_init +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 0xfe3a6de3 alarm_try_to_cancel +EXPORT_SYMBOL_GPL vmlinux 0xfe46f7a7 kvm_vcpu_read_guest_atomic +EXPORT_SYMBOL_GPL vmlinux 0xfe476039 ktime_get_resolution_ns +EXPORT_SYMBOL_GPL vmlinux 0xfe5f7d17 proc_get_parent_data +EXPORT_SYMBOL_GPL vmlinux 0xfe8cdb84 ring_buffer_alloc_read_page +EXPORT_SYMBOL_GPL vmlinux 0xfe942aac netdev_rx_handler_register +EXPORT_SYMBOL_GPL vmlinux 0xfe990052 gpio_free +EXPORT_SYMBOL_GPL vmlinux 0xfe99dad0 dtpm_create_hierarchy +EXPORT_SYMBOL_GPL vmlinux 0xfea9211e cpufreq_dbs_governor_exit +EXPORT_SYMBOL_GPL vmlinux 0xfec3bf84 icst_clk_setup +EXPORT_SYMBOL_GPL vmlinux 0xfec6758d kvm_put_kvm +EXPORT_SYMBOL_GPL vmlinux 0xfec6e30a iptunnel_handle_offloads +EXPORT_SYMBOL_GPL vmlinux 0xfecde931 dev_pm_opp_remove +EXPORT_SYMBOL_GPL vmlinux 0xfed11ed1 usb_mon_deregister +EXPORT_SYMBOL_GPL vmlinux 0xfed48d9e regulator_bulk_register_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0xfede9222 __tracepoint_suspend_resume +EXPORT_SYMBOL_GPL vmlinux 0xfee954a0 PageHuge +EXPORT_SYMBOL_GPL vmlinux 0xfeebe2d1 of_pci_range_parser_init +EXPORT_SYMBOL_GPL vmlinux 0xfeeecd05 apei_read +EXPORT_SYMBOL_GPL vmlinux 0xfef21fb5 cpufreq_cpu_get +EXPORT_SYMBOL_GPL vmlinux 0xff05fa13 vring_interrupt +EXPORT_SYMBOL_GPL vmlinux 0xff1666f3 reset_control_bulk_assert +EXPORT_SYMBOL_GPL vmlinux 0xff208ba4 misc_cg_uncharge +EXPORT_SYMBOL_GPL vmlinux 0xff291ecf clk_unregister_divider +EXPORT_SYMBOL_GPL vmlinux 0xff2da528 acpi_subsys_complete +EXPORT_SYMBOL_GPL vmlinux 0xff3262f3 nvdimm_pmem_region_create +EXPORT_SYMBOL_GPL vmlinux 0xff42c374 usb_role_switch_get_role +EXPORT_SYMBOL_GPL vmlinux 0xff4667b2 crypto_register_instance +EXPORT_SYMBOL_GPL vmlinux 0xff58ab10 __clk_hw_register_fixed_rate +EXPORT_SYMBOL_GPL vmlinux 0xff7e33bf mpi_sub_ui +EXPORT_SYMBOL_GPL vmlinux 0xff7f7b62 phy_modify_changed +EXPORT_SYMBOL_GPL vmlinux 0xff81487d gpiod_remove_lookup_table +EXPORT_SYMBOL_GPL vmlinux 0xff84a8a5 page_reporting_order +EXPORT_SYMBOL_GPL vmlinux 0xff870c2a wm831x_reg_read +EXPORT_SYMBOL_GPL vmlinux 0xff8c8557 pci_stop_and_remove_bus_device_locked +EXPORT_SYMBOL_GPL vmlinux 0xff932629 stmpe_disable +EXPORT_SYMBOL_GPL vmlinux 0xff9e23d1 hugetlb_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0xff9ee2b2 kvm_vcpu_unmap +EXPORT_SYMBOL_GPL vmlinux 0xffa0018e gpiod_direction_output_raw +EXPORT_SYMBOL_GPL vmlinux 0xffa1f898 dma_get_any_slave_channel +EXPORT_SYMBOL_GPL vmlinux 0xffae8e8b nsecs_to_jiffies +EXPORT_SYMBOL_GPL vmlinux 0xffc31016 __stack_depot_save +EXPORT_SYMBOL_GPL vmlinux 0xffc86f14 __xas_next +EXPORT_SYMBOL_GPL vmlinux 0xffcd0f67 fixed_phy_change_carrier +EXPORT_SYMBOL_GPL vmlinux 0xffced69e register_asymmetric_key_parser +EXPORT_SYMBOL_GPL vmlinux 0xffd97ccf devl_rate_node_create +EXPORT_SYMBOL_GPL vmlinux 0xfff2f1ee __netpoll_setup +EXPORT_SYMBOL_GPL vmlinux 0xfff412f8 i2c_adapter_type +FIRMWARE_LOADER_PRIVATE EXPORT_SYMBOL_GPL 0x07342898 unregister_firmware_config_sysctl vmlinux +FIRMWARE_LOADER_PRIVATE EXPORT_SYMBOL_GPL 0xae43feea register_firmware_config_sysctl vmlinux +FIRMWARE_LOADER_PRIVATE EXPORT_SYMBOL_GPL 0xd3ae7756 fw_fallback_config vmlinux +FW_CS_DSP EXPORT_SYMBOL_GPL 0x01f2cb65 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 0x1e6cc8aa cs_dsp_coeff_write_ctrl drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x3ea4b017 cs_dsp_set_dspclk drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x4ac51e1e cs_dsp_find_alg_region 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 0x607143cf cs_dsp_run drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x61e3f516 cs_dsp_adsp2_init drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x6437d277 cs_dsp_halo_wdt_expire drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x6b756408 cs_dsp_adsp2_bus_error drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x6e0cce2d cs_dsp_chunk_write drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x7b4760df cs_dsp_get_ctl drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x7bf83768 cs_dsp_power_up drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x854c16c7 cs_dsp_adsp1_power_up drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x913fb158 cs_dsp_coeff_read_ctrl drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x9b288448 cs_dsp_halo_init drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x9e324cb0 cs_dsp_chunk_flush drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0xa33cd164 cs_dsp_cleanup_debugfs drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0xab693edb cs_dsp_write_data_word drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0xb4912708 cs_dsp_stop drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0xb6c0d9e7 cs_dsp_chunk_read drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0xba27c282 cs_dsp_adsp1_power_down drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0xbf5beb9d cs_dsp_read_data_word drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0xc2888258 cs_dsp_read_raw_data_block drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0xc58b47ac cs_dsp_init_debugfs drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0xc705ac36 cs_dsp_coeff_write_acked_control drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0xd183fd73 cs_dsp_remove drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0xd3c0d099 cs_dsp_adsp1_init drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0xf36a7a48 cs_dsp_halo_bus_error drivers/firmware/cirrus/cs_dsp +HWMON_THERMAL EXPORT_SYMBOL_GPL 0xed206a1e hwmon_device_register_for_thermal vmlinux +IIO_AD5592R EXPORT_SYMBOL_GPL 0x6b89db96 ad5592r_probe drivers/iio/dac/ad5592r-base +IIO_AD5592R EXPORT_SYMBOL_GPL 0xf1f26b5e ad5592r_remove drivers/iio/dac/ad5592r-base +IIO_AD5686 EXPORT_SYMBOL_GPL 0x7710d9b2 ad5686_probe drivers/iio/dac/ad5686 +IIO_AD5686 EXPORT_SYMBOL_GPL 0x835e2b36 ad5686_remove drivers/iio/dac/ad5686 +IIO_AD7091R EXPORT_SYMBOL_GPL 0x60c32a74 ad7091r_regmap_config drivers/iio/adc/ad7091r-base +IIO_AD7091R EXPORT_SYMBOL_GPL 0x849d12dc ad7091r_probe drivers/iio/adc/ad7091r-base +IIO_AD7606 EXPORT_SYMBOL_GPL 0x205f27e0 ad7606_probe drivers/iio/adc/ad7606 +IIO_AD7606 EXPORT_SYMBOL_GPL 0x546c2fd5 ad7606_pm_ops drivers/iio/adc/ad7606 +IIO_ADISLIB EXPORT_SYMBOL 0x4c545073 __adis_enable_irq drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL 0x706d55e1 adis_debugfs_reg_access drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0x1e09ba8f devm_adis_setup_buffer_and_trigger drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0x215a112b __adis_check_status drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0x4dffe32c __adis_read_reg drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0x8d42321c adis_init drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0xae2b69c4 devm_adis_probe_trigger drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0xb4cea0f6 adis_update_scan_mode drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0xc19441f0 __adis_update_bits_base drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0xe58e1b70 __adis_initial_startup drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0xef14a442 adis_single_conversion drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0xf9ceac18 __adis_write_reg drivers/iio/imu/adis_lib +IIO_ADIS_LIB EXPORT_SYMBOL_GPL 0x218b20c1 __adis_reset drivers/iio/imu/adis_lib +IIO_ADI_AXI EXPORT_SYMBOL_GPL 0xb4c805f5 adi_axi_adc_conv_priv drivers/iio/adc/adi-axi-adc +IIO_ADI_AXI EXPORT_SYMBOL_GPL 0xed7a0807 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 0x9e1d4f3c adxl313_core_probe drivers/iio/accel/adxl313_core +IIO_ADXL313 EXPORT_SYMBOL_GPL 0xc2b62779 adxl31x_chip_info drivers/iio/accel/adxl313_core +IIO_ADXL313 EXPORT_SYMBOL_GPL 0xe1d8d09c adxl314_readable_regs_table drivers/iio/accel/adxl313_core +IIO_ADXL313 EXPORT_SYMBOL_GPL 0xe1dfdd33 adxl312_writable_regs_table drivers/iio/accel/adxl313_core +IIO_ADXL313 EXPORT_SYMBOL_GPL 0xf6f7b9f3 adxl313_writable_regs_table drivers/iio/accel/adxl313_core +IIO_ADXL355 EXPORT_SYMBOL_GPL 0x4d2f5e0f adxl35x_chip_info drivers/iio/accel/adxl355_core +IIO_ADXL355 EXPORT_SYMBOL_GPL 0x6ff5403b adxl355_readable_regs_tbl drivers/iio/accel/adxl355_core +IIO_ADXL355 EXPORT_SYMBOL_GPL 0x897276ff 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 0x797d300e adxl367_probe drivers/iio/accel/adxl367 +IIO_ADXL372 EXPORT_SYMBOL_GPL 0x983abaca adxl372_readable_noinc_reg drivers/iio/accel/adxl372 +IIO_ADXL372 EXPORT_SYMBOL_GPL 0xee5d94cb adxl372_probe drivers/iio/accel/adxl372 +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0x0a4b3dec ad_sd_read_reg drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0x3402209a devm_ad_sd_setup_buffer_and_trigger drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0x83b1fddd ad_sd_validate_trigger drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0x9eb0309f ad_sd_init drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0xaf41b5cd ad_sd_reset drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0xba599c5f ad_sd_calibrate drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0xbe4e53fa ad_sd_set_comm drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0xc498f7b0 ad_sigma_delta_single_conversion drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0xd04dfc07 ad_sd_write_reg drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0xe6dda237 ad_sd_calibrate_all drivers/iio/adc/ad_sigma_delta +IIO_BMA400 EXPORT_SYMBOL 0x2d5af4b9 bma400_regmap_config drivers/iio/accel/bma400_core +IIO_BMA400 EXPORT_SYMBOL 0xc845adcb bma400_probe drivers/iio/accel/bma400_core +IIO_BMC150 EXPORT_SYMBOL_GPL 0x4ae9d5ed bmc150_accel_core_probe drivers/iio/accel/bmc150-accel-core +IIO_BMC150 EXPORT_SYMBOL_GPL 0x55284d2a bmc150_accel_core_remove drivers/iio/accel/bmc150-accel-core +IIO_BMC150 EXPORT_SYMBOL_GPL 0xa8f5e52c bmc150_regmap_conf drivers/iio/accel/bmc150-accel-core +IIO_BMC150 EXPORT_SYMBOL_GPL 0xac8bbc5a bmc150_accel_pm_ops drivers/iio/accel/bmc150-accel-core +IIO_BMC150_MAGN EXPORT_SYMBOL 0x3d13d303 bmc150_magn_remove drivers/iio/magnetometer/bmc150_magn +IIO_BMC150_MAGN EXPORT_SYMBOL 0x56e60d7e bmc150_magn_probe drivers/iio/magnetometer/bmc150_magn +IIO_BMC150_MAGN EXPORT_SYMBOL 0x797e16a7 bmc150_magn_regmap_config drivers/iio/magnetometer/bmc150_magn +IIO_BMC150_MAGN EXPORT_SYMBOL 0x86f708e3 bmc150_magn_pm_ops drivers/iio/magnetometer/bmc150_magn +IIO_BME680 EXPORT_SYMBOL 0x7fb7cd06 bme680_regmap_config drivers/iio/chemical/bme680_core +IIO_BME680 EXPORT_SYMBOL_GPL 0xe4c31ccd bme680_core_probe drivers/iio/chemical/bme680_core +IIO_BMI088 EXPORT_SYMBOL_GPL 0x5d4b55ff bmi088_accel_core_probe drivers/iio/accel/bmi088-accel-core +IIO_BMI088 EXPORT_SYMBOL_GPL 0x753588f4 bmi088_accel_pm_ops drivers/iio/accel/bmi088-accel-core +IIO_BMI088 EXPORT_SYMBOL_GPL 0xb15e9fea bmi088_accel_core_remove drivers/iio/accel/bmi088-accel-core +IIO_BMI088 EXPORT_SYMBOL_GPL 0xeb7b2e5a bmi088_regmap_conf drivers/iio/accel/bmi088-accel-core +IIO_BMI160 EXPORT_SYMBOL 0x6c23677a 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 0xf8fabf92 bmi160_core_probe drivers/iio/imu/bmi160/bmi160_core +IIO_BMP280 EXPORT_SYMBOL 0x2a3600fb bmp180_regmap_config drivers/iio/pressure/bmp280 +IIO_BMP280 EXPORT_SYMBOL 0x2b0573e7 bmp280_common_probe drivers/iio/pressure/bmp280 +IIO_BMP280 EXPORT_SYMBOL 0x2fe26b78 bmp380_regmap_config drivers/iio/pressure/bmp280 +IIO_BMP280 EXPORT_SYMBOL 0xc0b0dd99 bmp280_regmap_config drivers/iio/pressure/bmp280 +IIO_BNO055 EXPORT_SYMBOL_GPL 0x0ab05ddf bno055_regmap_config drivers/iio/imu/bno055/bno055 +IIO_BNO055 EXPORT_SYMBOL_GPL 0xfbae46a2 bno055_probe drivers/iio/imu/bno055/bno055 +IIO_FXAS21002C EXPORT_SYMBOL_GPL 0x164af351 fxas21002c_core_remove drivers/iio/gyro/fxas21002c_core +IIO_FXAS21002C EXPORT_SYMBOL_GPL 0x7908bfe5 fxas21002c_core_probe drivers/iio/gyro/fxas21002c_core +IIO_FXAS21002C EXPORT_SYMBOL_GPL 0xf890bd02 fxas21002c_pm_ops drivers/iio/gyro/fxas21002c_core +IIO_FXLS8962AF EXPORT_SYMBOL_GPL 0x301cb628 fxls8962af_i2c_regmap_conf drivers/iio/accel/fxls8962af-core +IIO_FXLS8962AF EXPORT_SYMBOL_GPL 0x7cfcf628 fxls8962af_pm_ops drivers/iio/accel/fxls8962af-core +IIO_FXLS8962AF EXPORT_SYMBOL_GPL 0x92c222ed fxls8962af_spi_regmap_conf drivers/iio/accel/fxls8962af-core +IIO_FXLS8962AF EXPORT_SYMBOL_GPL 0xb4bd01ca fxls8962af_core_probe drivers/iio/accel/fxls8962af-core +IIO_HID EXPORT_SYMBOL 0x2e808bcc hid_sensor_parse_common_attributes drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID EXPORT_SYMBOL 0x361a134e hid_sensor_convert_timestamp drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID EXPORT_SYMBOL 0x377ec50c hid_sensor_remove_trigger drivers/iio/common/hid-sensors/hid-sensor-trigger +IIO_HID EXPORT_SYMBOL 0x40afc2cb hid_sensor_write_raw_hyst_rel_value drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID EXPORT_SYMBOL 0x55f38a5e hid_sensor_pm_ops drivers/iio/common/hid-sensors/hid-sensor-trigger +IIO_HID EXPORT_SYMBOL 0x57e1ec50 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 0x9dabdee3 hid_sensor_write_raw_hyst_value drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID EXPORT_SYMBOL 0x9e0b57f5 hid_sensor_write_samp_freq_value drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID EXPORT_SYMBOL 0xadabac8b hid_sensor_read_samp_freq_value drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID EXPORT_SYMBOL 0xc9ebbe5b hid_sensor_setup_trigger drivers/iio/common/hid-sensors/hid-sensor-trigger +IIO_HID EXPORT_SYMBOL 0xcee755fa hid_sensor_power_state drivers/iio/common/hid-sensors/hid-sensor-trigger +IIO_HID EXPORT_SYMBOL 0xfb13d91b hid_sensor_read_raw_hyst_rel_value drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID_ATTRIBUTES EXPORT_SYMBOL 0x005d0505 hid_sensor_set_report_latency drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID_ATTRIBUTES EXPORT_SYMBOL 0x370a5221 hid_sensor_read_poll_value drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID_ATTRIBUTES EXPORT_SYMBOL 0x8052e71c hid_sensor_get_report_latency drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID_ATTRIBUTES EXPORT_SYMBOL 0xf272fbb3 hid_sensor_batch_mode_supported drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HMC5843 EXPORT_SYMBOL 0x66aba95a hmc5843_common_probe drivers/iio/magnetometer/hmc5843_core +IIO_HMC5843 EXPORT_SYMBOL 0xd673ec86 hmc5843_common_remove drivers/iio/magnetometer/hmc5843_core +IIO_HMC5843 EXPORT_SYMBOL 0xe4856507 hmc5843_pm_ops drivers/iio/magnetometer/hmc5843_core +IIO_HTS221 EXPORT_SYMBOL 0x055b0d8d hts221_probe drivers/iio/humidity/hts221 +IIO_HTS221 EXPORT_SYMBOL 0x32641918 hts221_pm_ops drivers/iio/humidity/hts221 +IIO_ICM42600 EXPORT_SYMBOL_GPL 0x000ebc87 inv_icm42600_core_probe drivers/iio/imu/inv_icm42600/inv-icm42600 +IIO_ICM42600 EXPORT_SYMBOL_GPL 0x7f5b6aac inv_icm42600_regmap_config drivers/iio/imu/inv_icm42600/inv-icm42600 +IIO_ICM42600 EXPORT_SYMBOL_GPL 0xea018944 inv_icm42600_pm_ops drivers/iio/imu/inv_icm42600/inv-icm42600 +IIO_KX022A EXPORT_SYMBOL_GPL 0x94f1c5f7 kx022a_regmap drivers/iio/accel/kionix-kx022a +IIO_KX022A EXPORT_SYMBOL_GPL 0xb3362764 kx022a_probe_internal drivers/iio/accel/kionix-kx022a +IIO_KXSD9 EXPORT_SYMBOL 0x3974b9d7 kxsd9_common_probe drivers/iio/accel/kxsd9 +IIO_KXSD9 EXPORT_SYMBOL 0x573c609a kxsd9_dev_pm_ops drivers/iio/accel/kxsd9 +IIO_KXSD9 EXPORT_SYMBOL 0xded7448c kxsd9_common_remove drivers/iio/accel/kxsd9 +IIO_LSM6DSX EXPORT_SYMBOL 0x5190244f st_lsm6dsx_pm_ops drivers/iio/imu/st_lsm6dsx/st_lsm6dsx +IIO_LSM6DSX EXPORT_SYMBOL 0x86ed8e6f 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 0x048ba59b ms_sensors_tp_read_prom drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0x16a6aafb ms_sensors_read_temp_and_pressure drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0x2063b6e2 ms_sensors_ht_read_temperature drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0x2d2f5cd5 ms_sensors_reset drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0x328d85cc ms_sensors_ht_read_humidity drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0x38cfc692 ms_sensors_read_serial drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0x42b6a050 ms_sensors_convert_and_read drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0x76d67905 ms_sensors_write_resolution drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0x967ef7f6 ms_sensors_show_battery_low drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0xc8eac664 ms_sensors_write_heater drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0xec7e0754 ms_sensors_show_heater drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MMA7455 EXPORT_SYMBOL_GPL 0x19ee0263 mma7455_core_remove drivers/iio/accel/mma7455_core +IIO_MMA7455 EXPORT_SYMBOL_GPL 0x95501ccf mma7455_core_probe drivers/iio/accel/mma7455_core +IIO_MMA7455 EXPORT_SYMBOL_GPL 0xc312da93 mma7455_core_regmap drivers/iio/accel/mma7455_core +IIO_MMA9551 EXPORT_SYMBOL 0x049130fc mma9551_read_status_word drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x21b7f599 mma9551_read_config_byte drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x37685e79 mma9551_read_accel_chan drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x41bcc321 mma9551_write_config_words drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x41ef446c mma9551_read_accel_scale drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x46db0ecf mma9551_read_status_byte drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x476f6d9d mma9551_read_status_words drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x6077636e mma9551_update_config_bits drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x820c0d3c mma9551_read_config_words drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x86fea8c6 mma9551_read_config_word drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x88910b51 mma9551_set_device_state drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x8ba99e71 mma9551_app_reset drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x8d033c7f mma9551_set_power_state drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0xbc3c02d1 mma9551_gpio_config drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0xbcd7fe96 mma9551_sleep drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0xebb72a39 mma9551_write_config_byte drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0xeefd2435 mma9551_read_version drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0xf740e6d2 mma9551_write_config_word drivers/iio/accel/mma9551_core +IIO_MPL115 EXPORT_SYMBOL 0xc0c5f2af mpl115_dev_pm_ops drivers/iio/pressure/mpl115 +IIO_MPL115 EXPORT_SYMBOL_GPL 0x21350ed9 mpl115_probe drivers/iio/pressure/mpl115 +IIO_MPU6050 EXPORT_SYMBOL_GPL 0x6ebc0633 inv_mpu_pmops drivers/iio/imu/inv_mpu6050/inv-mpu6050 +IIO_MPU6050 EXPORT_SYMBOL_GPL 0xa037d312 inv_mpu_core_probe drivers/iio/imu/inv_mpu6050/inv-mpu6050 +IIO_MS5611 EXPORT_SYMBOL 0x1e0effb9 ms5611_remove drivers/iio/pressure/ms5611_core +IIO_MS5611 EXPORT_SYMBOL 0xaf6c77a5 ms5611_probe drivers/iio/pressure/ms5611_core +IIO_RESCALE EXPORT_SYMBOL_GPL 0x4f896f87 rescale_process_offset drivers/iio/afe/iio-rescale +IIO_RESCALE EXPORT_SYMBOL_GPL 0xc616b7da 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 0x6edfaefb 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 0x496dc75d scd30_probe drivers/iio/chemical/scd30_core +IIO_SCD30 EXPORT_SYMBOL 0x788b4aee scd30_pm_ops drivers/iio/chemical/scd30_core +IIO_SPS30 EXPORT_SYMBOL_GPL 0x52cbb0a2 sps30_probe drivers/iio/chemical/sps30 +IIO_SSP_SENSORS EXPORT_SYMBOL 0x22afe9e2 ssp_common_buffer_postenable drivers/iio/common/ssp_sensors/ssp_iio +IIO_SSP_SENSORS EXPORT_SYMBOL 0x2d595648 ssp_get_sensor_delay drivers/iio/common/ssp_sensors/sensorhub +IIO_SSP_SENSORS EXPORT_SYMBOL 0x45fc4be4 ssp_disable_sensor drivers/iio/common/ssp_sensors/sensorhub +IIO_SSP_SENSORS EXPORT_SYMBOL 0x477e1118 ssp_enable_sensor drivers/iio/common/ssp_sensors/sensorhub +IIO_SSP_SENSORS EXPORT_SYMBOL 0x5de8d79e ssp_register_consumer drivers/iio/common/ssp_sensors/sensorhub +IIO_SSP_SENSORS EXPORT_SYMBOL 0x93ccfd21 ssp_common_process_data drivers/iio/common/ssp_sensors/ssp_iio +IIO_SSP_SENSORS EXPORT_SYMBOL 0xf2c28904 ssp_change_delay drivers/iio/common/ssp_sensors/sensorhub +IIO_SSP_SENSORS EXPORT_SYMBOL 0xf8c66dc7 ssp_common_buffer_postdisable drivers/iio/common/ssp_sensors/ssp_iio +IIO_ST_SENSORS EXPORT_SYMBOL 0x04559706 st_sensors_set_dataready_irq 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 0x1111b155 st_magn_common_probe drivers/iio/magnetometer/st_magn +IIO_ST_SENSORS EXPORT_SYMBOL 0x18c64611 st_sensors_verify_id drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x1c13e868 st_press_common_probe drivers/iio/pressure/st_pressure +IIO_ST_SENSORS EXPORT_SYMBOL 0x3bf776f1 st_gyro_common_probe drivers/iio/gyro/st_gyro +IIO_ST_SENSORS EXPORT_SYMBOL 0x4207312c st_accel_common_probe drivers/iio/accel/st_accel +IIO_ST_SENSORS EXPORT_SYMBOL 0x42b717ce st_sensors_i2c_configure drivers/iio/common/st_sensors/st_sensors_i2c +IIO_ST_SENSORS EXPORT_SYMBOL 0x4b2b6e4a st_sensors_power_enable drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x5e9cd097 st_sensors_init_sensor drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x6d60ba4f st_sensors_set_axis_enable drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x72374a97 st_sensors_spi_configure drivers/iio/common/st_sensors/st_sensors_spi +IIO_ST_SENSORS EXPORT_SYMBOL 0x72f52a51 st_sensors_set_fullscale_by_gain drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x7442ee72 st_sensors_read_info_raw drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x76d74976 st_gyro_get_settings drivers/iio/gyro/st_gyro +IIO_ST_SENSORS EXPORT_SYMBOL 0x7ab9edc2 st_sensors_set_odr drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x88bb582d st_accel_get_settings drivers/iio/accel/st_accel +IIO_ST_SENSORS EXPORT_SYMBOL 0x89bbe1d6 st_sensors_sysfs_scale_avail drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x8edf7263 st_press_get_settings drivers/iio/pressure/st_pressure +IIO_ST_SENSORS EXPORT_SYMBOL 0xa2af23e6 st_sensors_set_enable drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0xb67f5fda st_sensors_get_settings_index drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0xbcc462e5 st_sensors_allocate_trigger drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0xcd8d8c4c st_sensors_validate_device drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0xd4491c24 st_sensors_sysfs_sampling_frequency_avail drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0xe54d5488 st_sensors_debugfs_reg_access drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0xe72382d7 st_magn_get_settings drivers/iio/magnetometer/st_magn +IIO_ST_SENSORS EXPORT_SYMBOL 0xfd6b472c st_sensors_dev_name_probe drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL_GPL 0x992a4f22 st_lsm9ds0_probe drivers/iio/imu/st_lsm9ds0/st_lsm9ds0 +IIO_UVIS25 EXPORT_SYMBOL 0x588c69d6 st_uvis25_pm_ops drivers/iio/light/st_uvis25_core +IIO_UVIS25 EXPORT_SYMBOL 0xc72d9925 st_uvis25_probe drivers/iio/light/st_uvis25_core +IIO_ZPA2326 EXPORT_SYMBOL_GPL 0x0102111d zpa2326_probe drivers/iio/pressure/zpa2326 +IIO_ZPA2326 EXPORT_SYMBOL_GPL 0x2d09bb07 zpa2326_isreg_precious drivers/iio/pressure/zpa2326 +IIO_ZPA2326 EXPORT_SYMBOL_GPL 0x543eb6b1 zpa2326_pm_ops drivers/iio/pressure/zpa2326 +IIO_ZPA2326 EXPORT_SYMBOL_GPL 0x8e99e307 zpa2326_remove drivers/iio/pressure/zpa2326 +IIO_ZPA2326 EXPORT_SYMBOL_GPL 0x9fbe03ea zpa2326_isreg_readable drivers/iio/pressure/zpa2326 +IIO_ZPA2326 EXPORT_SYMBOL_GPL 0xda42fb71 zpa2326_isreg_writeable drivers/iio/pressure/zpa2326 +IOMMUFD EXPORT_SYMBOL_GPL 0x190e2b01 iommufd_ctx_get drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0x2e01974e iommufd_access_rw drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0x325effd9 iommufd_device_unbind drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0x4b5301b2 iommufd_device_detach drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0x70ad5b13 iommufd_access_destroy drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0x725abc06 iommufd_access_pin_pages drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0xa8e042af iommufd_access_create drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0xb3e71c86 iommufd_ctx_from_file drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0xc945c9a9 iommufd_ctx_put drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0xd89cb549 iommufd_access_unpin_pages drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0xdfd53a0a iommufd_device_bind drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0xfe01a59f iommufd_device_attach drivers/iommu/iommufd/iommufd +IOMMUFD_VFIO EXPORT_SYMBOL_GPL 0x865b1311 iommufd_vfio_compat_ioas_id drivers/iommu/iommufd/iommufd +IWLWIFI EXPORT_SYMBOL_GPL 0x02fcee74 iwl_init_paging drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x064cb3dc iwl_acpi_get_dsm_u8 drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x0ab090fd iwl_fw_dbg_stop_restart_recording drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x0c6e528a iwl_finish_nic_init drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x0dadd141 iwl_poll_bit drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x124850fe iwl_acpi_get_wifi_pkg_range 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 0x17f01818 iwl_sar_get_wgds_table drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x1a861770 iwl_get_nvm drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x1bbbf865 iwl_fw_dbg_collect_trig drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x1e50ffcc iwl_acpi_get_tas 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 0x279b625f iwl_fw_runtime_suspend drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x28ffb34f iwl_configure_rxq drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x2df97b36 __iwl_warn drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x2e5d859e iwl_fw_dbg_read_d3_debug_data drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x2ee69b38 __iwl_dbg drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x2f01e596 __iwl_err 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 0x353bc651 iwl_fw_runtime_init 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 0x3d7c2c7f iwl_parse_nvm_data drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x3ebe896a iwl_write8 drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x3f658c18 iwl_acpi_get_ppag_table drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x41044bc0 iwl_phy_db_init drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x4538f8e2 iwl_dbg_tlv_del_timers drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x4633670f iwl_pnvm_load drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x4699e1d9 iwl_read_ppag_table drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x47fde69a iwl_write_direct64 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 0x506e3be1 iwl_acpi_get_mcc drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x53e19d2d iwl_sar_get_wrds_table drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x55985094 iwl_uefi_get_sgom_table drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x55e365e0 iwl_write_prph_no_grab drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x56b666df 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 0x5c52e109 iwl_opmode_deregister drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x5d1ab0a9 iwl_sar_geo_init drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x5e2ebd47 iwl_write_direct32 drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x6cd822e3 __iwl_crit drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x6fd0ef11 iwl_force_nmi drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x74097fb0 iwl_parse_mei_nvm_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 0x783cb2aa iwl_read_direct32 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 0x791e70f3 iwl_acpi_get_pwr_limit drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x7bcd1e55 iwl_get_cmd_string drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x7f884c66 iwl_parse_eeprom_data drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x8031c929 iwl_sar_select_profile 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 0x876fa5c2 iwl_fwrt_dump_error_logs drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x9038811a iwl_rfi_guid drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x9496350e iwl_trans_send_cmd drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x974d258b iwl_opmode_register drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x99e85a52 iwl_read_prph drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x9addcc34 iwl_sar_get_ewrd_table drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xa6d86920 iwl_set_bits_prph drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xa6da3ace iwl_fw_dbg_stop_sync drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xb1343180 iwl_set_bits_mask_prph drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xb1cc1d48 iwl_read32 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 0xb4890c41 iwl_clear_bits_prph drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xb60ca06f iwl_read_eeprom drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xb7d5ffb1 iwl_rate_mcs drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xbafc8994 iwl_wait_notification drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xc0ceccd1 iwl_acpi_get_object drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xc2de8e22 iwl_write64 drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xc540ad48 iwl_set_soc_latency drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xc5645cb7 iwl_fw_start_dbg_conf drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xc7d613ed iwl_read_prph_no_grab drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xc8be1e0c __iwl_info drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xcc01d8e4 iwl_fw_dbg_collect_desc 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 0xce30db9c iwl_acpi_get_dsm_u32 drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xd32dce88 iwl_read_external_nvm drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xd5d4e57d iwl_free_fw_paging drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xd793613a _iwl_dbg_tlv_time_point drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xdb0dd5ff iwl_write32 drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xdb7e92a6 iwl_write_prph64_no_grab drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xdf147f41 iwl_parse_nvm_mcc_info 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 0xe178f5c6 iwl_poll_direct_bit drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xe2028826 iwl_get_shared_mem_conf drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xe3585923 iwl_sar_geo_support drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xe75b7e77 iwl_notification_wait drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xe9a4475c iwl_cmd_groups_verify_sorted drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xea1b26fc iwl_nvm_fixups drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xed244581 iwl_acpi_get_lari_config_bitmap drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xf4389a14 iwl_acpi_is_ppag_approved drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xf44792b0 iwl_fw_dbg_error_collect drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xf6942d89 iwl_fw_dbg_collect drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xf88964e4 iwl_remove_notification drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xfc1e6f41 iwl_guid drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xfd3a3ef1 iwl_acpi_get_eckv drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xfed4d853 iwl_write_prph_delay drivers/net/wireless/intel/iwlwifi/iwlwifi +LTC2497 EXPORT_SYMBOL 0x1e334fce ltc2497core_remove drivers/iio/adc/ltc2497-core +LTC2497 EXPORT_SYMBOL 0x3d038067 ltc2497core_probe drivers/iio/adc/ltc2497-core +MCB EXPORT_SYMBOL_GPL 0x01032919 __mcb_register_driver drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0x1b365725 mcb_alloc_bus drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0x25fbac44 mcb_get_irq drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0x73230162 chameleon_parse_cells drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0x7451a365 mcb_device_register drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0x9fe6ae83 mcb_unregister_driver drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0xa76e32c4 mcb_release_bus drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0xb564853e mcb_request_mem drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0xb8fe3be0 mcb_free_dev drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0xbf838035 mcb_alloc_dev drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0xbf9b3771 mcb_bus_add_devices drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0xd89137c7 mcb_bus_put drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0xd90df57b mcb_get_resource drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0xeb2c8905 mcb_release_mem drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0xfe668977 mcb_bus_get drivers/mcb/mcb +MFD_OCELOT EXPORT_SYMBOL 0x30fec86f ocelot_core_init drivers/mfd/ocelot-soc +MFD_OCELOT EXPORT_SYMBOL 0x70aa102c ocelot_chip_reset drivers/mfd/ocelot-soc +MFD_OCELOT_SPI EXPORT_SYMBOL 0x2eb24760 ocelot_spi_init_regmap drivers/mfd/ocelot-soc +NVME_TARGET_PASSTHRU EXPORT_SYMBOL_GPL 0x0d23fdca nvme_find_get_ns drivers/nvme/host/nvme-core +NVME_TARGET_PASSTHRU EXPORT_SYMBOL_GPL 0x1738c43e nvme_put_ns drivers/nvme/host/nvme-core +NVME_TARGET_PASSTHRU EXPORT_SYMBOL_GPL 0x33870bd6 nvme_command_effects drivers/nvme/host/nvme-core +NVME_TARGET_PASSTHRU EXPORT_SYMBOL_GPL 0x6c470304 nvme_ctrl_from_file drivers/nvme/host/nvme-core +NVME_TARGET_PASSTHRU EXPORT_SYMBOL_GPL 0xd0834bd1 nvme_execute_passthru_rq drivers/nvme/host/nvme-core +NVME_TARGET_PASSTHRU EXPORT_SYMBOL_GPL 0xeee0b9c1 nvme_passthru_end drivers/nvme/host/nvme-core +PECI EXPORT_SYMBOL_GPL 0x03c7dab6 peci_request_data_readl drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x0ad7dcb1 peci_xfer_ep_pci_cfg_readw drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x1cf7777e peci_xfer_pkg_cfg_readl drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x2917ed75 peci_xfer_ep_pci_cfg_local_readw drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x30468d26 peci_xfer_pkg_cfg_readb drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x31929ff4 peci_driver_unregister drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x49d69fec peci_xfer_ep_pci_cfg_readl drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x4d725ce3 peci_xfer_pci_cfg_local_readb drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x4f3e86c7 peci_request_data_readw drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x53cc7ee2 peci_xfer_pkg_cfg_readw drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x6a16ae28 peci_xfer_ep_pci_cfg_local_readl drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x7d892855 peci_xfer_get_temp drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x8e20208d peci_xfer_get_dib drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x8f260bff peci_request_dib_read drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x93bdacac peci_request_free drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x9cd3d64a peci_request_alloc drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xafa1aa36 peci_xfer_ep_mmio64_readl drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xc1014563 peci_request_status drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xc33dc837 devm_peci_controller_add drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xc81c7e2c peci_xfer_pkg_cfg_readq drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xd453b6a1 peci_xfer_ep_pci_cfg_readb drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xd52d5877 peci_xfer_ep_mmio32_readl drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xebf8c20d peci_xfer_pci_cfg_local_readw drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xf122ecf9 peci_request_data_readq drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xf1f82a57 __peci_driver_register drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xf628568a peci_xfer_pci_cfg_local_readl drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xf72a9c6c peci_request_temp_read drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xf7938765 peci_xfer_ep_pci_cfg_local_readb drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xfee407b3 peci_request_data_readb drivers/peci/peci +PECI_CPU EXPORT_SYMBOL_GPL 0x175c6d9a peci_pci_local_read drivers/peci/peci-cpu +PECI_CPU EXPORT_SYMBOL_GPL 0x4f49af51 peci_pcs_read drivers/peci/peci-cpu +PECI_CPU EXPORT_SYMBOL_GPL 0xdcb56fb8 peci_ep_pci_local_read drivers/peci/peci-cpu +PECI_CPU EXPORT_SYMBOL_GPL 0xdedc4d44 peci_mmio_read drivers/peci/peci-cpu +PECI_CPU EXPORT_SYMBOL_GPL 0xfa2ef326 peci_temp_read drivers/peci/peci-cpu +PMBUS EXPORT_SYMBOL_GPL 0x0384676f pmbus_read_byte_data drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x0ec18c1a pmbus_update_byte_data drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x11c32fcd pmbus_get_debugfs_dir drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x19d3950c pmbus_get_driver_info drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x33b69884 pmbus_get_fan_rate_cached drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x3939ac16 pmbus_write_byte drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x658ba36f pmbus_set_page drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x7308c2d0 pmbus_write_word_data drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x73b3fbf2 pmbus_clear_faults drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x73b61602 pmbus_set_update drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x78f38f68 pmbus_write_byte_data drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x80c62dbc pmbus_update_fan drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x80cc467a pmbus_clear_cache drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x8cc1c00e pmbus_check_byte_register drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x90a4eb90 pmbus_check_word_register drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0xab23276a pmbus_regulator_ops drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0xbf1c9764 pmbus_get_fan_rate_device drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0xc15cd6e9 pmbus_do_probe drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0xdfd857e2 pmbus_read_word_data drivers/hwmon/pmbus/pmbus_core +SEMTECH_PROX EXPORT_SYMBOL_GPL 0x704d12f4 sx_common_read_event_config drivers/iio/proximity/sx_common +SEMTECH_PROX EXPORT_SYMBOL_GPL 0x9b1f11f7 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 0xab84d540 sx_common_probe drivers/iio/proximity/sx_common +SEMTECH_PROX EXPORT_SYMBOL_GPL 0xd4f9d969 sx_common_read_proximity drivers/iio/proximity/sx_common +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 0x2d548389 hda_cs_dsp_add_controls sound/pci/hda/snd-hda-cs-dsp-ctls +SND_HDA_CS_DSP_CONTROLS EXPORT_SYMBOL_GPL 0x375380ab hda_cs_dsp_read_ctl sound/pci/hda/snd-hda-cs-dsp-ctls +SND_HDA_CS_DSP_CONTROLS EXPORT_SYMBOL_GPL 0x59e7e415 hda_cs_dsp_control_remove sound/pci/hda/snd-hda-cs-dsp-ctls +SND_HDA_CS_DSP_CONTROLS EXPORT_SYMBOL_GPL 0xc21c6a60 hda_cs_dsp_write_ctl sound/pci/hda/snd-hda-cs-dsp-ctls +SND_HDA_SCODEC_CS35L41 EXPORT_SYMBOL_GPL 0x62eb3338 cs35l41_hda_probe sound/pci/hda/snd-hda-scodec-cs35l41 +SND_HDA_SCODEC_CS35L41 EXPORT_SYMBOL_GPL 0xa02f6a84 cs35l41_hda_remove sound/pci/hda/snd-hda-scodec-cs35l41 +SND_HDA_SCODEC_CS35L41 EXPORT_SYMBOL_GPL 0xc65dd5f1 cs35l41_hda_pm_ops sound/pci/hda/snd-hda-scodec-cs35l41 +SND_INTEL_SOUNDWIRE_ACPI EXPORT_SYMBOL 0xbb4f9d1f sdw_intel_acpi_scan sound/hda/snd-intel-sdw-acpi +SND_SOC_CS35L45 EXPORT_SYMBOL_GPL 0x216cfc24 cs35l45_remove sound/soc/codecs/snd-soc-cs35l45 +SND_SOC_CS35L45 EXPORT_SYMBOL_GPL 0x2c463262 cs35l45_pm_ops sound/soc/codecs/snd-soc-cs35l45 +SND_SOC_CS35L45 EXPORT_SYMBOL_GPL 0x399f9634 cs35l45_probe sound/soc/codecs/snd-soc-cs35l45 +SND_SOC_CS35L45_TABLES EXPORT_SYMBOL_GPL 0x05553499 cs35l45_apply_patch sound/soc/codecs/snd-soc-cs35l45-tables +SND_SOC_CS35L45_TABLES EXPORT_SYMBOL_GPL 0x3431c8ad cs35l45_get_clk_freq_id sound/soc/codecs/snd-soc-cs35l45-tables +SND_SOC_CS35L45_TABLES EXPORT_SYMBOL_GPL 0x9c71b186 cs35l45_spi_regmap sound/soc/codecs/snd-soc-cs35l45-tables +SND_SOC_CS35L45_TABLES EXPORT_SYMBOL_GPL 0xdf4970ca cs35l45_i2c_regmap sound/soc/codecs/snd-soc-cs35l45-tables +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0x012e7a36 cs42l42_init sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0x054452d4 cs42l42_suspend sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0x12a40cc3 cs42l42_common_remove sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0x12da268b cs42l42_common_probe sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0x211d71b1 cs42l42_soc_component sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0x618f14f5 cs42l42_resume sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0x6a959fb6 cs42l42_volatile_register sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0x94f63d7e cs42l42_readable_register sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0xa962909e cs42l42_regmap sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0xbd977493 cs42l42_dai 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 0xebd7ca0b cs42l42_resume_restore sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_SOF_XTENSA EXPORT_SYMBOL 0x8fdf0ada sof_xtensa_arch_ops sound/soc/sof/xtensa/snd-sof-xtensa-dsp +SOUNDWIRE_INTEL EXPORT_SYMBOL 0x27467f5b sdw_intel_cnl_hw_ops drivers/soundwire/soundwire-intel +SOUNDWIRE_INTEL_INIT EXPORT_SYMBOL 0x5e1a7ca4 sdw_intel_startup drivers/soundwire/soundwire-intel +SOUNDWIRE_INTEL_INIT EXPORT_SYMBOL 0x80fa8c5a sdw_intel_process_wakeen_event drivers/soundwire/soundwire-intel +SOUNDWIRE_INTEL_INIT EXPORT_SYMBOL 0x87214d84 sdw_intel_exit drivers/soundwire/soundwire-intel +SOUNDWIRE_INTEL_INIT EXPORT_SYMBOL 0x8ef78b32 sdw_intel_probe drivers/soundwire/soundwire-intel +SOUNDWIRE_INTEL_INIT EXPORT_SYMBOL 0xaa52eba1 sdw_intel_thread drivers/soundwire/soundwire-intel +SPI_DW_CORE EXPORT_SYMBOL_GPL 0x2741ae68 dw_spi_check_status drivers/spi/spi-dw +SPI_DW_CORE EXPORT_SYMBOL_GPL 0x3522c350 dw_spi_update_config drivers/spi/spi-dw +SPI_DW_CORE EXPORT_SYMBOL_GPL 0x5d12a65b dw_spi_add_host drivers/spi/spi-dw +SPI_DW_CORE EXPORT_SYMBOL_GPL 0x6e7f5a5d dw_spi_suspend_host drivers/spi/spi-dw +SPI_DW_CORE EXPORT_SYMBOL_GPL 0x701d5d3f dw_spi_resume_host drivers/spi/spi-dw +SPI_DW_CORE EXPORT_SYMBOL_GPL 0x96117dd3 dw_spi_set_cs drivers/spi/spi-dw +SPI_DW_CORE EXPORT_SYMBOL_GPL 0xab7146bf dw_spi_remove_host drivers/spi/spi-dw +SPI_DW_CORE EXPORT_SYMBOL_GPL 0xaf1557e6 dw_spi_dma_setup_generic drivers/spi/spi-dw +SPI_DW_CORE EXPORT_SYMBOL_GPL 0xe2338f17 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 0x0bedab65 devm_sunxi_ccu_probe vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0x0c64ee0e ccu_sdm_helper_enable vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0x0cbfd82a ccu_helper_wait_for_lock vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0x14438263 ccu_frac_helper_read_rate vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0x1f23b840 ccu_nkmp_ops vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0x3e362444 ccu_frac_helper_is_enabled vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0x45837646 ccu_sdm_helper_is_enabled vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0x50165be0 ccu_mux_notifier_register vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0x517768aa ccu_sdm_helper_disable vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0x5cddbcc6 ccu_nm_ops vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0x61abda39 ccu_mux_ops vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0x6668446b ccu_phase_ops vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0x7279ee3e ccu_mult_ops vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0x831d58e6 ccu_gate_ops vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0x844f1c47 ccu_mux_helper_set_parent vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0x8a845fdb ccu_nk_ops vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0x8bdea961 ccu_nkm_ops vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0x8e63463a ccu_frac_helper_has_rate vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0x923edf17 ccu_sdm_helper_read_rate vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0x976fa968 ccu_mp_mmc_ops vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0x98224ec7 ccu_reset_ops vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0xad1062ab ccu_gate_helper_disable vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0xba365240 ccu_sdm_helper_get_factors vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0xbdb5d83e ccu_mux_helper_determine_rate vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0xc4608f36 ccu_mux_helper_apply_prediv vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0xc5d4a77f ccu_pll_notifier_register 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 0x01e76203 usb_stor_host_template_init drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x0f580202 usb_stor_ctrl_transfer drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x19fcf4f2 usb_stor_reset_resume drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x1ad98bc1 usb_stor_resume drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x1bc3edc2 usb_stor_sense_invalidCDB drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x2d424495 usb_stor_bulk_transfer_buf drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x2e24f8f6 fill_inquiry_response drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x43eada8c usb_stor_bulk_transfer_sg drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x45eaddea usb_stor_CB_reset drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x4aeb303e usb_stor_transparent_scsi_command drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x574cdca0 usb_stor_access_xfer_buf drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x581fb13e usb_stor_CB_transport drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x65ce59ec usb_stor_adjust_quirks drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x7f17a9c5 usb_stor_post_reset drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x87d2d549 usb_stor_disconnect drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x8bc94961 usb_stor_suspend drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x9f2afe44 usb_stor_bulk_srb drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xb75f5eee usb_stor_control_msg drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xb793980d usb_stor_probe2 drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xb963ccdf usb_stor_Bulk_reset drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xc1298c7b usb_stor_Bulk_transport drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xd1b8ed98 usb_stor_set_xfer_buf drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xe8636396 usb_stor_probe1 drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xfc5c0bef usb_stor_pre_reset drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xfee6dc32 usb_stor_clear_halt drivers/usb/storage/usb-storage --- linux-lowlatency-hwe-6.2-6.2.0.orig/debian.lowlatency/abi/arm64/lowlatency-64k +++ linux-lowlatency-hwe-6.2-6.2.0/debian.lowlatency/abi/arm64/lowlatency-64k @@ -0,0 +1,28055 @@ +ACPI EXPORT_SYMBOL_GPL 0xa6af1390 acpi_table_parse_cedt vmlinux +BRCMFMAC EXPORT_SYMBOL_GPL 0x9970bb90 brcmf_fwvid_register_vendor drivers/net/wireless/broadcom/brcm80211/brcmfmac/brcmfmac +BRCMFMAC EXPORT_SYMBOL_GPL 0x9a0781fc brcmf_fwvid_unregister_vendor drivers/net/wireless/broadcom/brcm80211/brcmfmac/brcmfmac +COUNTER EXPORT_SYMBOL_GPL 0x12aad96c counter_push_event drivers/counter/counter +COUNTER EXPORT_SYMBOL_GPL 0x13ef04fe counter_add drivers/counter/counter +COUNTER EXPORT_SYMBOL_GPL 0x7c19541f counter_priv drivers/counter/counter +COUNTER EXPORT_SYMBOL_GPL 0xa9c60ceb devm_counter_alloc drivers/counter/counter +COUNTER EXPORT_SYMBOL_GPL 0xb6f37638 counter_unregister drivers/counter/counter +COUNTER EXPORT_SYMBOL_GPL 0xcaf26e6f counter_alloc drivers/counter/counter +COUNTER EXPORT_SYMBOL_GPL 0xe2527ffb devm_counter_add drivers/counter/counter +COUNTER EXPORT_SYMBOL_GPL 0xfb2d7d1d counter_put drivers/counter/counter +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0x053388d0 otx2_cpt_write_af_reg drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0x0778e17f otx2_cpt_add_write_af_reg drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0x158785d2 otx2_cptlf_set_irqs_affinity drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0x21a54b3a otx2_cpt_read_af_reg drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0x2492a5de otx2_cpt_msix_offset_msg drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0x319c7155 otx2_cptlf_init drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0x33259eaf otx2_cpt_send_ready_msg drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0x3bd203ee otx2_cpt_detach_rsrcs_msg drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0x48e67f97 otx2_cpt_sync_mbox_msg drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0x5937785e cn10k_cptvf_lmtst_init drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0x98cf4f7a otx2_cptlf_register_interrupts drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0xabbc3297 cn10k_cptpf_lmtst_init drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0xada22dfd otx2_cptlf_unregister_interrupts drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0xc0f7430a otx2_cptlf_shutdown drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0xcdb3f3f7 otx2_cpt_send_mbox_msg drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0xd2ecbaf6 otx2_cptlf_free_irqs_affinity drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0xdf8225ac otx2_cpt_send_af_reg_requests drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_INTERNAL EXPORT_SYMBOL_GPL 0x83c13c61 crypto_cipher_decrypt_one vmlinux +CRYPTO_INTERNAL EXPORT_SYMBOL_GPL 0x9dd9b9c8 crypto_cipher_encrypt_one vmlinux +CRYPTO_INTERNAL EXPORT_SYMBOL_GPL 0xa6637085 crypto_cipher_setkey vmlinux +CXL EXPORT_SYMBOL_GPL 0x055c6ee3 cxl_mem_active_inc vmlinux +CXL EXPORT_SYMBOL_GPL 0x056b5bd5 is_cxl_nvdimm_bridge drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x10cb0611 cxl_dpa_debug drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x166e8cea devm_cxl_register_pci_bus drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x172f2a94 cxl_find_nvdimm_bridge drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x252a51ce set_exclusive_cxl_commands drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x26485141 is_cxl_port drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x28a8f6e3 cxl_hb_modulo drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x2b268a0e is_cxl_pmem_region drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x2f7025d8 to_cxl_pmem_region drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x33e2aa93 cxl_mem_active_dec vmlinux +CXL EXPORT_SYMBOL_GPL 0x344c8ff0 cxl_hdm_decode_init drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x37c2709b cxl_probe_component_regs drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x3b0ba39d cxl_mem_find_port drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x3c92bfd2 cxl_endpoint_decoder_alloc drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x3f71cfad devm_cxl_enumerate_ports drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x3ffa6364 devm_cxl_setup_hdm drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x4209b66a cxl_probe_device_regs drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x4cad24fd to_cxl_nvdimm drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x51305bbd cxl_debugfs_create_dir drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x5616d6a1 cxl_enumerate_cmds drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x5707b2b9 to_cxl_root_decoder drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x573e115b is_cxl_nvdimm drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x5859175f devm_cxl_add_memdev drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x5fedb9c7 cxl_rcrb_to_component drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x6051635a find_cxl_root drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x6242ad4c to_cxl_nvdimm_bridge drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x62f9fff2 cxl_mem_create_range_info drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x681722dd is_cxl_region drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x6e458fca cxl_map_component_regs drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x701bbaad cxl_bus_rescan drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x752f7c2c is_cxl_memdev drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x7c7f39e9 cxl_find_regblock 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 0x8f37858c schedule_cxl_memdev_detach drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x966b400d cxl_driver_unregister drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x96951ec9 __cxl_driver_register drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x981c7aea clear_exclusive_cxl_commands drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x98628ac8 cxl_bus_drain drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x9b70dd7a devm_cxl_add_nvdimm_bridge drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xa06f4794 cxl_decoder_add_locked drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xa39d10a2 cxl_bus_type drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xa5411e25 to_cxl_decoder drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xa6a3a9ad to_cxl_port drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xa6cae0a7 cxl_dev_state_identify drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xaaab99a0 cxl_decoder_autoremove drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xac67fde8 cxl_root_decoder_alloc drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xb12f889c devm_cxl_add_nvdimm drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xb20c29f2 cxl_switch_decoder_alloc drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xb345e578 cxl_dev_state_create drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xb6f3fc63 read_cdat_data drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xb943076b cxl_decoder_add drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xb9f197ed devm_cxl_port_enumerate_dports drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xbe314747 devm_cxl_add_rch_dport drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xc08a754d devm_cxl_add_passthrough_decoder drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xca5588db cxl_port_to_pci_bus drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xd1ace19d is_root_decoder drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xd64facba cxl_internal_send_cmd drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xd74c0187 cxl_map_device_regs drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xe6feea6e to_cxl_endpoint_decoder drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xe746d0c2 cxl_await_media_ready drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xe9b03823 devm_cxl_add_dport drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xf1518cb5 cxl_endpoint_autoremove drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xfd838c81 devm_cxl_enumerate_decoders drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xfdb15f33 devm_cxl_add_port drivers/cxl/core/cxl_core +DMA_BUF EXPORT_SYMBOL_GPL 0x048090eb dma_buf_unpin vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x14102fe9 dma_buf_get vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x15cdbf13 dma_buf_vunmap vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x1bb4f98f dma_buf_unmap_attachment_unlocked vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x21609df4 dma_buf_fd vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x26b284c2 dma_buf_pin vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x2fd250a7 dma_buf_map_attachment vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x8b61614c dma_buf_unmap_attachment vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x987254e1 dma_buf_map_attachment_unlocked vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x9a4ebb8f dma_buf_detach vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0xa5869030 dma_buf_vunmap_unlocked vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0xb241d00d dma_buf_put vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0xb4e65318 dma_buf_vmap vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0xbe8e68d2 dma_buf_export vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0xc2fd53b6 dma_buf_dynamic_attach vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0xcb4c4775 dma_buf_attach vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0xcb684eec dma_buf_mmap vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0xcc98e47a dma_buf_begin_cpu_access vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0xd09936e2 dma_buf_move_notify vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0xec5691ee dma_buf_vmap_unlocked vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0xf00a1143 dma_buf_end_cpu_access vmlinux +DRM_SSD130X EXPORT_SYMBOL_GPL 0x33cf1f58 ssd130x_variants drivers/gpu/drm/solomon/ssd130x +EFIVAR EXPORT_SYMBOL_GPL 0x02cfcd2e efivar_trylock vmlinux +EFIVAR EXPORT_SYMBOL_GPL 0x11940489 efivar_set_variable vmlinux +EFIVAR EXPORT_SYMBOL_GPL 0x2303b915 efivar_lock vmlinux +EFIVAR EXPORT_SYMBOL_GPL 0x5a3c9dbb efivar_get_variable vmlinux +EFIVAR EXPORT_SYMBOL_GPL 0xa336852c efivar_get_next_variable vmlinux +EFIVAR EXPORT_SYMBOL_GPL 0xc961bff7 efivar_unlock vmlinux +EFIVAR EXPORT_SYMBOL_GPL 0xefc77711 efivar_set_variable_locked vmlinux +EXPORT_SYMBOL arch/arm64/crypto/aes-ce-cipher 0x68f275ad ce_aes_expandkey +EXPORT_SYMBOL arch/arm64/crypto/aes-ce-cipher 0x7503a08a ce_aes_setkey +EXPORT_SYMBOL arch/arm64/crypto/aes-neon-blk 0x52d67a4e neon_aes_cbc_encrypt +EXPORT_SYMBOL arch/arm64/crypto/aes-neon-blk 0xb8c706a6 neon_aes_ctr_encrypt +EXPORT_SYMBOL arch/arm64/crypto/aes-neon-blk 0xd5f41819 neon_aes_ecb_encrypt +EXPORT_SYMBOL arch/arm64/crypto/aes-neon-blk 0xea11590c neon_aes_xts_encrypt +EXPORT_SYMBOL arch/arm64/crypto/aes-neon-blk 0xefc32a9b neon_aes_xts_decrypt +EXPORT_SYMBOL arch/arm64/crypto/chacha-neon 0x220b49ab chacha_crypt_arch +EXPORT_SYMBOL arch/arm64/crypto/chacha-neon 0xdc94f829 chacha_init_arch +EXPORT_SYMBOL arch/arm64/crypto/chacha-neon 0xdd8ec6bd hchacha_block_arch +EXPORT_SYMBOL arch/arm64/crypto/poly1305-neon 0x1c3e6e5b poly1305_init_arch +EXPORT_SYMBOL arch/arm64/crypto/poly1305-neon 0x6ddf27bc poly1305_update_arch +EXPORT_SYMBOL arch/arm64/crypto/poly1305-neon 0xf39f5240 poly1305_final_arch +EXPORT_SYMBOL arch/arm64/crypto/sha256-arm64 0xb455924d sha256_block_data_order +EXPORT_SYMBOL arch/arm64/crypto/sha512-arm64 0x6402c8df sha512_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 0x2acd6848 crypto_nhpoly1305_setkey +EXPORT_SYMBOL crypto/nhpoly1305 0x3b766985 crypto_nhpoly1305_init +EXPORT_SYMBOL crypto/nhpoly1305 0x57e1f1ff crypto_nhpoly1305_final_helper +EXPORT_SYMBOL crypto/nhpoly1305 0x98a7877f crypto_nhpoly1305_update_helper +EXPORT_SYMBOL crypto/nhpoly1305 0xbbe0b02a crypto_nhpoly1305_update +EXPORT_SYMBOL crypto/nhpoly1305 0xd37c3e11 crypto_nhpoly1305_final +EXPORT_SYMBOL crypto/sha3_generic 0x15ba6ae2 crypto_sha3_init +EXPORT_SYMBOL crypto/sha3_generic 0x2061c284 crypto_sha3_final +EXPORT_SYMBOL crypto/sha3_generic 0x2c18f488 crypto_sha3_update +EXPORT_SYMBOL crypto/sm2_generic 0xabfecc5c sm2_compute_z_digest +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 0x103735ba acpi_video_report_nolcd +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 0x7e6d6254 acpi_video_get_levels +EXPORT_SYMBOL drivers/acpi/video 0x8826c13b acpi_video_register +EXPORT_SYMBOL drivers/acpi/video 0x93dbe444 acpi_video_get_edid +EXPORT_SYMBOL drivers/atm/suni 0x92a4e79a suni_init +EXPORT_SYMBOL drivers/bcma/bcma 0xc0e80a62 bcma_core_irq +EXPORT_SYMBOL drivers/bcma/bcma 0xdac97c82 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/block/paride/paride 0x03520417 pi_init +EXPORT_SYMBOL drivers/block/paride/paride 0x076bf36c pi_do_claimed +EXPORT_SYMBOL drivers/block/paride/paride 0x1b15c67a paride_unregister +EXPORT_SYMBOL drivers/block/paride/paride 0x32a23432 pi_read_regr +EXPORT_SYMBOL drivers/block/paride/paride 0x4267110a pi_register_driver +EXPORT_SYMBOL drivers/block/paride/paride 0x48b1ba27 paride_register +EXPORT_SYMBOL drivers/block/paride/paride 0x71d293ce pi_connect +EXPORT_SYMBOL drivers/block/paride/paride 0x7f8aabcc pi_disconnect +EXPORT_SYMBOL drivers/block/paride/paride 0xb21ba07d pi_unregister_driver +EXPORT_SYMBOL drivers/block/paride/paride 0xb35550be pi_release +EXPORT_SYMBOL drivers/block/paride/paride 0xb5551021 pi_write_block +EXPORT_SYMBOL drivers/block/paride/paride 0xdd664ab2 pi_write_regr +EXPORT_SYMBOL drivers/block/paride/paride 0xe16ca402 pi_schedule_claimed +EXPORT_SYMBOL drivers/block/paride/paride 0xecde6872 pi_read_block +EXPORT_SYMBOL drivers/bluetooth/btbcm 0xe008bfd4 btbcm_patchram +EXPORT_SYMBOL drivers/bluetooth/btrsi 0x63728099 rsi_bt_ops +EXPORT_SYMBOL drivers/bus/mhi/host/mhi 0xe4187989 mhi_sync_power_up +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x0392d3e0 ipmi_add_smi +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 0x7bc3a6b6 ipmi_smi_watcher_register +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 0xbb00a035 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 0xfaa42f28 ipmi_smi_watcher_unregister +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 0x0e3aab5e kcs_bmc_enable_device +EXPORT_SYMBOL drivers/char/ipmi/kcs_bmc 0x3209fe1a kcs_bmc_write_data +EXPORT_SYMBOL drivers/char/ipmi/kcs_bmc 0x48ac748c kcs_bmc_remove_device +EXPORT_SYMBOL drivers/char/ipmi/kcs_bmc 0x62f97d28 kcs_bmc_write_status +EXPORT_SYMBOL drivers/char/ipmi/kcs_bmc 0x7bbdb4d1 kcs_bmc_read_data +EXPORT_SYMBOL drivers/char/ipmi/kcs_bmc 0x8dc2fabe kcs_bmc_register_driver +EXPORT_SYMBOL drivers/char/ipmi/kcs_bmc 0x8f556060 kcs_bmc_update_event_mask +EXPORT_SYMBOL drivers/char/ipmi/kcs_bmc 0x936d438e kcs_bmc_handle_event +EXPORT_SYMBOL drivers/char/ipmi/kcs_bmc 0xacf615a2 kcs_bmc_unregister_driver +EXPORT_SYMBOL drivers/char/ipmi/kcs_bmc 0xbcb7ca0e kcs_bmc_disable_device +EXPORT_SYMBOL drivers/char/ipmi/kcs_bmc 0xca55b263 kcs_bmc_update_status +EXPORT_SYMBOL drivers/char/ipmi/kcs_bmc 0xdcd78880 kcs_bmc_add_device +EXPORT_SYMBOL drivers/char/ipmi/kcs_bmc 0xea526ea8 kcs_bmc_read_status +EXPORT_SYMBOL drivers/char/tpm/st33zp24/tpm_st33zp24 0x26e49f2c st33zp24_pm_resume +EXPORT_SYMBOL drivers/char/tpm/st33zp24/tpm_st33zp24 0x30c5e710 st33zp24_pm_suspend +EXPORT_SYMBOL drivers/char/tpm/st33zp24/tpm_st33zp24 0xa6883d13 st33zp24_remove +EXPORT_SYMBOL drivers/char/tpm/st33zp24/tpm_st33zp24 0xad913a0a st33zp24_probe +EXPORT_SYMBOL drivers/char/xillybus/xillybus_class 0x32bf61c6 xillybus_cleanup_chrdev +EXPORT_SYMBOL drivers/char/xillybus/xillybus_class 0x92533d01 xillybus_init_chrdev +EXPORT_SYMBOL drivers/char/xillybus/xillybus_class 0xdbea6245 xillybus_find_inode +EXPORT_SYMBOL drivers/char/xillybus/xillybus_core 0x233682a2 xillybus_endpoint_discovery +EXPORT_SYMBOL drivers/char/xillybus/xillybus_core 0x25978d50 xillybus_isr +EXPORT_SYMBOL drivers/char/xillybus/xillybus_core 0x8e660aeb xillybus_endpoint_remove +EXPORT_SYMBOL drivers/char/xillybus/xillybus_core 0xc626880b xillybus_init_endpoint +EXPORT_SYMBOL drivers/crypto/atmel-i2c 0x39246d72 atmel_i2c_enqueue +EXPORT_SYMBOL drivers/crypto/atmel-i2c 0x80a11b1d atmel_i2c_init_read_cmd +EXPORT_SYMBOL drivers/crypto/atmel-i2c 0x94e70f43 atmel_i2c_send_receive +EXPORT_SYMBOL drivers/crypto/atmel-i2c 0xa5e933af atmel_i2c_probe +EXPORT_SYMBOL drivers/crypto/atmel-i2c 0xb6c854bb atmel_i2c_init_ecdh_cmd +EXPORT_SYMBOL drivers/crypto/atmel-i2c 0xc71ed50c atmel_i2c_init_genkey_cmd +EXPORT_SYMBOL drivers/crypto/atmel-i2c 0xc80f14e8 atmel_i2c_flush_queue +EXPORT_SYMBOL drivers/crypto/atmel-i2c 0xf283e995 atmel_i2c_init_random_cmd +EXPORT_SYMBOL drivers/crypto/caam/caam 0x17572340 caam_congested +EXPORT_SYMBOL drivers/crypto/caam/caam 0x1bc3ed95 caam_drv_ctx_update +EXPORT_SYMBOL drivers/crypto/caam/caam 0x37734e06 caam_dpaa2 +EXPORT_SYMBOL drivers/crypto/caam/caam 0x44ae4bc4 qi_cache_free +EXPORT_SYMBOL drivers/crypto/caam/caam 0x6c1dc464 caam_drv_ctx_rel +EXPORT_SYMBOL drivers/crypto/caam/caam 0xc0eaa792 qi_cache_alloc +EXPORT_SYMBOL drivers/crypto/caam/caam 0xe8051efd caam_qi_enqueue +EXPORT_SYMBOL drivers/crypto/caam/caam 0xf3b2a6e4 caam_drv_ctx_init +EXPORT_SYMBOL drivers/crypto/caam/caam_jr 0x204c8494 caam_jr_alloc +EXPORT_SYMBOL drivers/crypto/caam/caam_jr 0x54ec9042 caam_jr_enqueue +EXPORT_SYMBOL drivers/crypto/caam/caam_jr 0x67a4f527 caam_jr_free +EXPORT_SYMBOL drivers/crypto/caam/caam_jr 0x914759ea gen_split_key +EXPORT_SYMBOL drivers/crypto/caam/caam_jr 0xf73a68f3 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 0xdfe3e24f dpaa2_caam_enqueue +EXPORT_SYMBOL drivers/crypto/caam/error 0x3a8b567c 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/xilinx_dma 0xe0783521 xilinx_vdma_channel_set_config +EXPORT_SYMBOL drivers/firewire/firewire-core 0x01e0bf96 fw_card_initialize +EXPORT_SYMBOL drivers/firewire/firewire-core 0x029838eb fw_iso_context_queue +EXPORT_SYMBOL drivers/firewire/firewire-core 0x04bee922 fw_iso_buffer_init +EXPORT_SYMBOL drivers/firewire/firewire-core 0x04ebafd5 fw_iso_context_stop +EXPORT_SYMBOL drivers/firewire/firewire-core 0x07cbf2e6 fw_card_add +EXPORT_SYMBOL drivers/firewire/firewire-core 0x09aa85fa fw_run_transaction +EXPORT_SYMBOL drivers/firewire/firewire-core 0x0bc6094c fw_core_remove_descriptor +EXPORT_SYMBOL drivers/firewire/firewire-core 0x0d476d19 fw_core_handle_bus_reset +EXPORT_SYMBOL drivers/firewire/firewire-core 0x2197fbf8 fw_device_enable_phys_dma +EXPORT_SYMBOL drivers/firewire/firewire-core 0x27fc703f fw_core_add_address_handler +EXPORT_SYMBOL drivers/firewire/firewire-core 0x2885fec5 fw_get_request_speed +EXPORT_SYMBOL drivers/firewire/firewire-core 0x2f37726c fw_core_remove_card +EXPORT_SYMBOL drivers/firewire/firewire-core 0x3a771e39 fw_core_add_descriptor +EXPORT_SYMBOL drivers/firewire/firewire-core 0x3c56ef91 fw_workqueue +EXPORT_SYMBOL drivers/firewire/firewire-core 0x4dcaae8b fw_send_response +EXPORT_SYMBOL drivers/firewire/firewire-core 0x581921da fw_iso_context_start +EXPORT_SYMBOL drivers/firewire/firewire-core 0x5b6e9bf4 fw_schedule_bus_reset +EXPORT_SYMBOL drivers/firewire/firewire-core 0x60a7c561 fw_cancel_transaction +EXPORT_SYMBOL drivers/firewire/firewire-core 0x6dc50487 fw_csr_string +EXPORT_SYMBOL drivers/firewire/firewire-core 0x82cdd232 fw_send_request +EXPORT_SYMBOL drivers/firewire/firewire-core 0x86468d44 fw_rcode_string +EXPORT_SYMBOL drivers/firewire/firewire-core 0x8dd72436 fw_core_remove_address_handler +EXPORT_SYMBOL drivers/firewire/firewire-core 0x92c056b1 fw_iso_context_flush_completions +EXPORT_SYMBOL drivers/firewire/firewire-core 0x960f5ec3 fw_iso_context_queue_flush +EXPORT_SYMBOL drivers/firewire/firewire-core 0x9e46114f fw_iso_buffer_destroy +EXPORT_SYMBOL drivers/firewire/firewire-core 0x9e9fd6cd fw_core_handle_response +EXPORT_SYMBOL drivers/firewire/firewire-core 0xa49d047b fw_bus_type +EXPORT_SYMBOL drivers/firewire/firewire-core 0xaedf84ce fw_high_memory_region +EXPORT_SYMBOL drivers/firewire/firewire-core 0xbef9341b fw_iso_resource_manage +EXPORT_SYMBOL drivers/firewire/firewire-core 0xcd4d581a fw_iso_context_create +EXPORT_SYMBOL drivers/firewire/firewire-core 0xd383b870 fw_core_handle_request +EXPORT_SYMBOL drivers/firewire/firewire-core 0xdbafd3df fw_iso_context_destroy +EXPORT_SYMBOL drivers/firewire/firewire-core 0xe16f9834 fw_fill_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/firmware/imx/imx-dsp 0x251eecc9 imx_dsp_free_channel +EXPORT_SYMBOL drivers/firmware/imx/imx-dsp 0x7260bf98 imx_dsp_ring_doorbell +EXPORT_SYMBOL drivers/firmware/imx/imx-dsp 0xff8545a0 imx_dsp_request_channel +EXPORT_SYMBOL drivers/fpga/dfl 0x44fe2a5e __dfl_driver_register +EXPORT_SYMBOL drivers/fpga/dfl 0x6ae4b90b dfl_driver_unregister +EXPORT_SYMBOL drivers/fpga/lattice-sysconfig 0xa169fe50 sysconfig_probe +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 0x032ec9a5 drm_dp_mst_dsc_aux_for_port +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x05a87094 drm_dp_downstream_mode +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x06c49551 drm_dp_dsc_sink_line_buf_depth +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x0823659b drm_hdmi_avi_infoframe_bars +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x09aac6f9 drm_edp_backlight_disable +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x0e231d1b drm_dp_mst_topology_mgr_init +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x11b74980 drm_dp_pcon_frl_configure_1 +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 0x16f36d16 drm_dp_mst_put_port_malloc +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 0x188a6fc5 drm_dp_remove_payload +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 0x20545fec drm_dp_get_vc_payload_bw +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x23961837 drm_dp_downstream_max_bpc +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x23e19323 drm_dp_get_phy_test_pattern +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x23f90226 drm_atomic_get_old_mst_topology_state +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x24bdbf99 drm_dp_mst_atomic_check +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 0x26d397ef drm_dp_pcon_pps_override_buf +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x2748b590 drm_dp_pcon_is_frl_ready +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x27b50639 drm_dp_dual_mode_write +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x28dfeafe drm_dp_pcon_frl_configure_2 +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x2b07eff2 drm_hdmi_avi_infoframe_colorimetry +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x2b0c3dc3 drm_hdcp_update_content_protection +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x2bb08d76 drm_dp_dual_mode_read +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x2e6268bc drm_lspcon_get_mode +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x2fa94ef2 drm_dp_downstream_444_to_420_conversion +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x3134702e drm_dp_mst_hpd_irq_send_new_request +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x35093908 drm_dp_cec_register_connector +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x36e0f44b drm_dp_cec_unset_edid +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x388bdcd5 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 0x3a06732d drm_dp_128b132b_read_aux_rd_interval +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x3a8063f3 drm_dp_dsc_sink_supported_input_bpcs +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x3c3cce8c drm_hdmi_infoframe_set_hdr_metadata +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x3fb39744 drm_scdc_set_scrambling +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x401fad91 drm_dp_add_payload_part1 +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x42fcdf9f drm_dp_mst_topology_state_funcs +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x4437ed8a drm_dp_mst_get_port_malloc +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x45834d8f drm_dp_dual_mode_detect +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 0x46ee5493 drm_dp_read_desc +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x4ad0ce03 drm_dp_read_channel_eq_delay +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x533e2ff5 drm_dp_aux_register +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 0x56088803 drm_dp_link_train_clock_recovery_delay +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 0x6053ffb9 drm_dp_mst_get_edid +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x630f214b drm_dp_vsc_sdp_log +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x63981f3c drm_dp_cec_irq +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 0x6615069e drm_dp_dsc_sink_max_slice_count +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x66befdff drm_dp_dpcd_read_link_status +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x671f73c0 drm_dp_mst_atomic_wait_for_dependencies +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x681049ec drm_dp_cec_set_edid +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 0x6c13f781 drm_dp_atomic_release_time_slots +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x6d0b7e3a drm_dp_pcon_hdmi_link_active +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 0x71b165d5 drm_dp_mst_hpd_irq_handle_event +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 0x7580cfdf drm_dp_dual_mode_get_tmds_output +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x75f00510 drm_dp_dpcd_read_phy_link_status +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x7657d8b8 drm_dp_aux_unregister +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 0x78a891c1 drm_dp_mst_dump_topology +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x79ab51ee drm_dp_mst_update_slots +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x7b72761f drm_dp_pcon_pps_override_param +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x7d60b18f drm_lspcon_set_mode +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x7e1549fc drm_panel_dp_aux_backlight +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x81f428c7 drm_dp_dual_mode_max_tmds_clock +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x827b1f40 drm_atomic_get_mst_payload_state +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x827f193d drm_dp_pcon_reset_frl_config +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x829f5fd6 drm_dp_read_lttpr_common_caps +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x8a2c5f5d drm_dp_pcon_frl_enable +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x8b21b472 drm_dp_mst_detect_port +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x8b6c6061 drm_dp_cec_unregister_connector +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x8b82c17d drm_dp_mst_topology_mgr_suspend +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x8c3ace22 drm_dp_add_payload_part2 +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 0x8ea1753a drm_dp_read_dpcd_caps +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x8ef920cc drm_dp_mst_topology_mgr_resume +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x902c41bf drm_dp_send_power_updown_phy +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x91e18980 drm_dp_mst_add_affected_dsc_crtcs +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 0x93ccb089 drm_dp_link_train_channel_eq_delay +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x94a6e165 drm_dp_atomic_find_time_slots +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x966c33d1 drm_dp_downstream_debug +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x99f89a0b drm_dp_remote_aux_init +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x9abc3ed1 drm_dp_mst_root_conn_atomic_check +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x9f6e755a drm_dp_dpcd_read +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xa1fefe6a drm_dp_psr_setup_time +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xa4e164a4 drm_dp_pcon_hdmi_link_mode +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xa5dfe6f1 drm_dp_mst_connector_early_unregister +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xa90fbc9a drm_dp_dpcd_write +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xad5a74a5 drm_dp_set_subconnector_property +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xadea05b1 drm_dp_pcon_frl_prepare +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xaec5a520 drm_dp_check_act_status +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xaf267620 drm_dp_lttpr_count +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xb8a4d034 drm_dp_pcon_convert_rgb_to_ycbcr +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xba04d180 drm_dp_pcon_pps_default +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xbcbff411 drm_hdmi_avi_infoframe_content_type +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xbcec0e9d drm_edp_backlight_enable +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xbd873c4e drm_dp_mst_topology_mgr_destroy +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xbd950e47 drm_dp_read_mst_cap +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xbe6c4ff6 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 0xc5c99a79 drm_dp_get_adjust_request_voltage +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xc6791ec5 drm_dp_mst_connector_late_register +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xc79ecffb drm_dp_downstream_is_type +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xc81c7956 drm_dp_pcon_hdmi_frl_link_error_count +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 0xcc21b8c0 drm_dp_send_real_edid_checksum +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xcc3d01c8 drm_edp_backlight_set_level +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xcc3fa7e4 drm_dp_set_phy_test_pattern +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xcccecfa5 drm_dp_read_sink_count +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xccf54d5e drm_dp_get_adjust_tx_ffe_preset +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xcda452cf drm_dp_downstream_id +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xd20c2dd6 drm_dp_read_clock_recovery_delay +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xd5a95eae drm_dp_128b132b_lane_symbol_locked +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xdd3c5310 drm_dp_read_downstream_info +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xddc6c839 drm_dp_aux_init +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xdfdddb7f drm_atomic_get_new_mst_topology_state +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xe1cdaf40 drm_dp_mst_topology_mgr_set_mst +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xe36b150e drm_dp_lttpr_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 0xe5b27a9f drm_dp_read_lttpr_phy_caps +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xe957d40d drm_dp_mst_atomic_enable_dsc +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xea718804 drm_scdc_set_high_tmds_clock_ratio +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xecffcda1 drm_dp_read_sink_count_cap +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xed7164e6 drm_scdc_write +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xed8405fe drm_dp_send_query_stream_enc_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 0xf32aa348 drm_dp_dual_mode_set_tmds_output +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xf4a80125 drm_dp_mst_atomic_setup_commit +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 0xf6bf5a62 drm_scdc_read +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xf8ef0b3d drm_scdc_get_scrambling_status +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xf9d8251a drm_atomic_get_mst_topology_state +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xfa6e86f4 drm_edp_backlight_init +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 0xfd5a2704 drm_connector_attach_content_protection_property +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xfe12bcb9 drm_dsc_compute_rc_parameters +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xff70aacf drm_dp_stop_crc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x00a0d9cb drm_get_edid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x011af6ad drm_atomic_set_mode_prop_for_crtc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x017cde97 drm_plane_create_zpos_immutable_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x02e5b91d drm_gem_dmabuf_vunmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0375679b drm_property_replace_blob +EXPORT_SYMBOL drivers/gpu/drm/drm 0x03acb9f9 drm_gem_map_detach +EXPORT_SYMBOL drivers/gpu/drm/drm 0x03c63897 __drm_get_edid_firmware_path +EXPORT_SYMBOL drivers/gpu/drm/drm 0x05c0b4ab drm_crtc_vblank_waitqueue +EXPORT_SYMBOL drivers/gpu/drm/drm 0x061c3866 drm_sysfs_connector_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0x07f33538 drmm_kfree +EXPORT_SYMBOL drivers/gpu/drm/drm 0x07fb449a drm_vma_offset_manager_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0x08028718 drm_connector_attach_hdr_output_metadata_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x08422894 drm_universal_plane_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x08b780b9 drm_poll +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0913a84c drm_mode_crtc_set_gamma_size +EXPORT_SYMBOL drivers/gpu/drm/drm 0x099806e9 drm_aperture_remove_conflicting_framebuffers +EXPORT_SYMBOL drivers/gpu/drm/drm 0x09d3e7a9 drm_gem_dmabuf_export +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0a058e3a drm_gem_prime_import +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0a72f765 drm_clflush_virt_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0ab84336 drm_debugfs_remove_files +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0b7003bd drm_mode_config_reset +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0cf55e52 drm_connector_set_vrr_capable_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0d7e35e2 drm_mode_is_420_only +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0d9b0387 drm_atomic_state_default_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0d9b4753 drm_mode_equal +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0e430091 drm_get_format_info +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 0x0f7faf49 drm_gem_lru_scan +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 0x118bd781 drm_encoder_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x11beb1e1 drm_property_create_object +EXPORT_SYMBOL drivers/gpu/drm/drm 0x129bb3df drm_property_blob_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0x13be9ba9 drm_dev_unregister +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1425a356 drm_modeset_lock_all_ctx +EXPORT_SYMBOL drivers/gpu/drm/drm 0x15798326 drm_connector_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x161f29b1 drm_is_current_master +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1683930a drm_panel_disable +EXPORT_SYMBOL drivers/gpu/drm/drm 0x17524aca drm_gem_create_mmap_offset_size +EXPORT_SYMBOL drivers/gpu/drm/drm 0x177dfced drm_atomic_add_affected_connectors +EXPORT_SYMBOL drivers/gpu/drm/drm 0x17a2e4cd drm_object_property_get_value +EXPORT_SYMBOL drivers/gpu/drm/drm 0x181229a7 drm_crtc_vblank_restore +EXPORT_SYMBOL drivers/gpu/drm/drm 0x18c9e1c9 drm_bridge_chain_enable +EXPORT_SYMBOL drivers/gpu/drm/drm 0x18fcebf9 drm_connector_attach_colorspace_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1942901d drm_probe_ddc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1a411479 drm_syncobj_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1ab7474d drm_modeset_unlock +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1b6acdde drm_gem_dmabuf_mmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1c1154e2 drm_atomic_nonblocking_commit +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1c4df785 drm_panel_enable +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1d6b18ef drm_crtc_commit_wait +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1db453ca drm_mode_object_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1e198eac drm_writeback_prepare_job +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1eead543 drm_vblank_work_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1f023b91 drm_display_mode_from_cea_vic +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2007239f drm_gem_private_object_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x211ced6b drm_connector_set_path_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2183c08c drm_mm_scan_add_block +EXPORT_SYMBOL drivers/gpu/drm/drm 0x227af4aa drm_atomic_get_new_connector_for_encoder +EXPORT_SYMBOL drivers/gpu/drm/drm 0x231b46bb drmm_connector_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2330a65b drm_event_cancel_free +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 0x251807ce drm_atomic_set_crtc_for_connector +EXPORT_SYMBOL drivers/gpu/drm/drm 0x255213f6 drm_atomic_get_old_connector_for_encoder +EXPORT_SYMBOL drivers/gpu/drm/drm 0x25daad93 __drm_mm_interval_first +EXPORT_SYMBOL drivers/gpu/drm/drm 0x26829a1d drm_master_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2754dad8 drm_mm_reserve_node +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2763a05f drm_vblank_work_cancel_sync +EXPORT_SYMBOL drivers/gpu/drm/drm 0x27ec5ac0 drm_crtc_enable_color_mgmt +EXPORT_SYMBOL drivers/gpu/drm/drm 0x283fe4d9 drm_atomic_normalize_zpos +EXPORT_SYMBOL drivers/gpu/drm/drm 0x286da0e9 drm_connector_attach_max_bpc_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x28779e52 drm_printf +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2952e8a5 drm_put_dev +EXPORT_SYMBOL drivers/gpu/drm/drm 0x29977b1c drm_sysfs_hotplug_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 0x2b6ca6a8 drm_gem_vunmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2b9f5b14 drm_atomic_state_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2c4aa2bd drm_crtc_vblank_count_and_time +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2d2171e2 drm_connector_list_iter_end +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2e2a068f drmm_encoder_init +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 0x2fa50d51 drm_property_lookup_blob +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2ffa4168 drm_of_crtc_port_mask +EXPORT_SYMBOL drivers/gpu/drm/drm 0x31b8a5e3 __drm_set_edid_firmware_path +EXPORT_SYMBOL drivers/gpu/drm/drm 0x31cdf374 drm_crtc_vblank_helper_get_vblank_timestamp_internal +EXPORT_SYMBOL drivers/gpu/drm/drm 0x32152328 drm_object_property_set_value +EXPORT_SYMBOL drivers/gpu/drm/drm 0x32a0cc37 drm_print_bits +EXPORT_SYMBOL drivers/gpu/drm/drm 0x32d0b8c3 drm_atomic_bridge_chain_pre_enable +EXPORT_SYMBOL drivers/gpu/drm/drm 0x33e69616 drm_prime_pages_to_sg +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3527ed1d drm_gem_lru_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0x359f260e drm_framebuffer_plane_width +EXPORT_SYMBOL drivers/gpu/drm/drm 0x35d514c5 drm_set_preferred_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x36057c98 drm_syncobj_replace_fence +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3650d15c drm_mode_set_config_internal +EXPORT_SYMBOL drivers/gpu/drm/drm 0x372c745f drm_event_reserve_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x37398418 drm_crtc_vblank_count +EXPORT_SYMBOL drivers/gpu/drm/drm 0x37805fb4 drm_edid_read +EXPORT_SYMBOL drivers/gpu/drm/drm 0x38020ab7 drm_send_event_timestamp_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3855097d drm_prime_sg_to_page_array +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 0x3abf151b drm_mode_create_tv_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3ad46917 drmm_crtc_init_with_planes +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3b0e5e9c __drm_puts_coredump +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3b3d6a16 drm_privacy_screen_unregister +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3b93cb18 drm_atomic_get_private_obj_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3bbcd02f drm_driver_legacy_fb_format +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3c22a4d8 drm_vma_offset_manager_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3c7832ce drm_connector_has_possible_encoder +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3cdc37e9 drm_edid_to_speaker_allocation +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3d6537f2 drm_atomic_print_new_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3ea448de drm_state_dump +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3edf7a42 drm_av_sync_delay +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3f405489 __drm_printfn_err +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3f9ae3d2 drm_atomic_bridge_chain_disable +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3fd909a9 drm_atomic_private_obj_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3fdd28b2 drm_gem_prime_export +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4119219a drm_crtc_send_vblank_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0x416a9ad9 drm_atomic_state_default_clear +EXPORT_SYMBOL drivers/gpu/drm/drm 0x42abb679 drm_open +EXPORT_SYMBOL drivers/gpu/drm/drm 0x43a208c6 drm_bridge_chain_mode_fixup +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 0x44ede161 drm_gem_objects_lookup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4575a0ca drm_mode_set_crtcinfo +EXPORT_SYMBOL drivers/gpu/drm/drm 0x45d3ac45 __drm_universal_plane_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x46d5119c drm_gem_object_lookup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x47337f8b drm_client_modeset_dpms +EXPORT_SYMBOL drivers/gpu/drm/drm 0x474f57ec drm_edid_connector_update +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4831da6e drm_vma_offset_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0x48742984 drm_property_create_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x48ae9ee7 drm_gem_prime_handle_to_fd +EXPORT_SYMBOL drivers/gpu/drm/drm 0x49e2df4c drm_client_buffer_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4a35d30d drm_mode_set_name +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4b04ada1 drm_panel_prepare +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4b7ebf95 drm_mm_remove_node +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4bdfbae1 drm_modeset_lock_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4bea165e drm_mode_create_scaling_mode_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4d3eccb1 drm_gem_dmabuf_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4d4c2e7d drm_gem_object_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4e131f1b drm_edid_override_connector_update +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4e2a621e drm_prime_sg_to_dma_addr_array +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4e9ff942 drm_writeback_queue_job +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4ed4500c drm_gem_unlock_reservations +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4ed7aeb6 drm_crtc_init_with_planes +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4efed98a drm_client_modeset_commit_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5026b7b5 drm_modeset_acquire_fini +EXPORT_SYMBOL drivers/gpu/drm/drm 0x50674de7 drm_timeout_abs_to_jiffies +EXPORT_SYMBOL drivers/gpu/drm/drm 0x50a38bca drm_client_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x50ec3b64 drm_connector_update_edid_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x50f2ed7d drm_client_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0x513072fe __drm_puts_seq_file +EXPORT_SYMBOL drivers/gpu/drm/drm 0x51642047 drm_syncobj_find +EXPORT_SYMBOL drivers/gpu/drm/drm 0x516514dd drm_property_create_bool +EXPORT_SYMBOL drivers/gpu/drm/drm 0x517536d8 drm_client_buffer_vunmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x51ea5bc3 drm_gem_mmap_obj +EXPORT_SYMBOL drivers/gpu/drm/drm 0x521ad6d0 drm_puts +EXPORT_SYMBOL drivers/gpu/drm/drm 0x53c9f4a2 drm_handle_vblank +EXPORT_SYMBOL drivers/gpu/drm/drm 0x54e7f2ce drm_gem_mmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5523b599 drm_dev_register +EXPORT_SYMBOL drivers/gpu/drm/drm 0x55eb38da drm_format_info +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5649a936 drm_send_event_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0x574db76f drm_plane_create_color_properties +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 0x57cc2bcd drm_plane_enable_fb_damage_clips +EXPORT_SYMBOL drivers/gpu/drm/drm 0x58e86338 drm_plane_force_disable +EXPORT_SYMBOL drivers/gpu/drm/drm 0x59056243 drm_mm_replace_node +EXPORT_SYMBOL drivers/gpu/drm/drm 0x598c828f drm_connector_set_orientation_from_panel +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5a5c2a33 drm_gem_dma_resv_wait +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5c6de103 drm_bridge_chain_mode_set +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5ee904ed drm_master_internal_acquire +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5f638238 drm_dev_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5f7985a5 drm_mm_scan_remove_block +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5f90a59b drm_writeback_cleanup_job +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5f979a10 drm_atomic_bridge_chain_post_disable +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5fa99da7 drm_invalid_op +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5fbe6016 drm_release_noglobal +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6097e895 drm_atomic_get_old_bridge_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0x614d16fd drm_debugfs_create_files +EXPORT_SYMBOL drivers/gpu/drm/drm 0x625363ec drm_edid_read_ddc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x63ab1433 drm_connector_attach_content_type_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x64ceadf2 drm_plane_get_damage_clips +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6517a7c5 drm_gem_vm_open +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6525f87c drm_privacy_screen_call_notifier_chain +EXPORT_SYMBOL drivers/gpu/drm/drm 0x65702bd6 drm_default_rgb_quant_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x660bd961 drm_aperture_remove_conflicting_pci_framebuffers +EXPORT_SYMBOL drivers/gpu/drm/drm 0x66af6f34 drm_modeset_acquire_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x672a5b40 devm_drm_bridge_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0x67443ec8 __drmm_add_action_or_reset +EXPORT_SYMBOL drivers/gpu/drm/drm 0x675eed6f drm_modeset_backoff +EXPORT_SYMBOL drivers/gpu/drm/drm 0x680d07eb drm_gem_vm_close +EXPORT_SYMBOL drivers/gpu/drm/drm 0x686617c5 drm_crtc_vblank_off +EXPORT_SYMBOL drivers/gpu/drm/drm 0x687a9915 drm_framebuffer_unregister_private +EXPORT_SYMBOL drivers/gpu/drm/drm 0x68dc1329 drm_bridge_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0x68dc517a drm_dev_put +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 0x694bf91f drm_connector_init_with_ddc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x69770d20 drm_syncobj_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0x699e6f24 drm_syncobj_get_handle +EXPORT_SYMBOL drivers/gpu/drm/drm 0x69e1bf40 drm_clflush_sg +EXPORT_SYMBOL drivers/gpu/drm/drm 0x69ee29c9 drm_framebuffer_plane_height +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6a867e64 drm_gtf_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6ac01ea8 drm_edid_to_sad +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6c05459e drm_dev_has_vblank +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6c59c349 drm_cvt_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6c61adb9 __devm_drm_dev_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6ca8ded7 drm_atomic_set_fb_for_plane +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6cbe3891 __drmm_universal_plane_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6d8a9fc6 drmm_kmalloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6f03dce2 drm_privacy_screen_register +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6f3d905b drm_gem_vmap_unlocked +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6f893ec7 __drmm_crtc_alloc_with_planes +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6fd3f4df drm_writeback_connector_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x708544d2 drm_atomic_bridge_chain_enable +EXPORT_SYMBOL drivers/gpu/drm/drm 0x71254e83 drm_gem_prime_mmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x71fc0c7e drm_privacy_screen_set_sw_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7222a30b drm_atomic_set_crtc_for_plane +EXPORT_SYMBOL drivers/gpu/drm/drm 0x723c3780 drm_client_framebuffer_delete +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7258b663 drm_mode_create_tv_margin_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0x739b84da drm_ioctl_kernel +EXPORT_SYMBOL drivers/gpu/drm/drm 0x73db1cdf drm_gem_prime_fd_to_handle +EXPORT_SYMBOL drivers/gpu/drm/drm 0x749b4101 drm_modeset_lock +EXPORT_SYMBOL drivers/gpu/drm/drm 0x74fc6fbd drm_format_info_block_width +EXPORT_SYMBOL drivers/gpu/drm/drm 0x75d98a77 drm_connector_list_update +EXPORT_SYMBOL drivers/gpu/drm/drm 0x75f22f74 drm_mode_validate_ycbcr420 +EXPORT_SYMBOL drivers/gpu/drm/drm 0x76d8dc5e drm_modeset_lock_single_interruptible +EXPORT_SYMBOL drivers/gpu/drm/drm 0x77fc2055 drm_bridge_chain_pre_enable +EXPORT_SYMBOL drivers/gpu/drm/drm 0x78265b7e drm_privacy_screen_register_notifier +EXPORT_SYMBOL drivers/gpu/drm/drm 0x782e8b85 drm_privacy_screen_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0x78769bb1 drm_modeset_lock_all +EXPORT_SYMBOL drivers/gpu/drm/drm 0x78c41b17 drm_event_reserve_init_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0x79c00fa2 drm_edid_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7a469e62 drm_syncobj_add_point +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7b2e2166 drm_vma_node_revoke +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7c04cc1c drm_atomic_set_mode_for_crtc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7c545285 drm_edid_get_monitor_name +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7c55ed7f drm_gem_put_pages +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7c588cd9 drm_mode_config_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7d6e3a94 drm_panel_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7db7fa9d drm_mode_create_from_cmdline_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7df106f5 drm_gem_lock_reservations +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 0x7efd805e drm_noop +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8076a8fa drm_plane_create_zpos_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x80bdb2b7 drmm_mode_config_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x816f1127 drm_crtc_vblank_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0x81748f50 drm_plane_create_scaling_filter_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x820ac5c0 drm_vma_node_allow_once +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8288766b drm_mode_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0x82bd2a1d drm_client_register +EXPORT_SYMBOL drivers/gpu/drm/drm 0x83b22fa9 __drmm_add_action +EXPORT_SYMBOL drivers/gpu/drm/drm 0x859e546e drm_edid_get_panel_id +EXPORT_SYMBOL drivers/gpu/drm/drm 0x85a7794f drm_framebuffer_lookup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x882610c3 drm_connector_unregister +EXPORT_SYMBOL drivers/gpu/drm/drm 0x884715b5 drm_of_find_possible_crtcs +EXPORT_SYMBOL drivers/gpu/drm/drm 0x897aef22 drm_sysfs_connector_status_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8a443eae drm_syncobj_find_fence +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8aa6e8cc drm_crtc_check_viewport +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8b5eec77 __drm_atomic_helper_disable_plane +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8b7d54fd drm_calc_timestamping_constants +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8c0b4820 drm_client_framebuffer_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8c1686b1 drm_connector_attach_tv_margin_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8c35d2cf drm_mode_is_420 +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8ce5c69c drm_vblank_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8d72789e drm_edid_is_valid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8ee3e03c drm_mode_plane_set_obj_prop +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8f09a176 drm_client_modeset_check +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8f7e523a drm_wait_one_vblank +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9278f2c8 drm_property_add_enum +EXPORT_SYMBOL drivers/gpu/drm/drm 0x93074ac4 drm_writeback_get_out_fence +EXPORT_SYMBOL drivers/gpu/drm/drm 0x930be4dc drm_connector_create_privacy_screen_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0x930f8143 drm_print_regset32 +EXPORT_SYMBOL drivers/gpu/drm/drm 0x93571810 drm_writeback_signal_completion +EXPORT_SYMBOL drivers/gpu/drm/drm 0x93fc3bb2 drm_property_create_signed_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x947ff7b4 drm_property_replace_global_blob +EXPORT_SYMBOL drivers/gpu/drm/drm 0x95b29c81 drm_client_rotation +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9789577b drm_property_create_enum +EXPORT_SYMBOL drivers/gpu/drm/drm 0x97d8d577 drm_property_create_blob +EXPORT_SYMBOL drivers/gpu/drm/drm 0x982d09b3 drm_format_info_block_height +EXPORT_SYMBOL drivers/gpu/drm/drm 0x986dd755 drm_hdmi_vendor_infoframe_from_display_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x99779d66 drm_gem_handle_delete +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9a4a3d56 drm_atomic_add_encoder_bridges +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9b1c441e drm_atomic_get_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9b285573 drm_match_cea_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9b8b4cba drm_panel_get_modes +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9b95c885 drm_mode_match +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9b96c240 drm_gem_vunmap_unlocked +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9b9de1c1 drm_edid_header_is_valid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9ca728f5 drm_mode_create_suggested_offset_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9cc2546a drm_crtc_wait_one_vblank +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9ce050be drm_mode_copy +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9ea69e14 drm_read +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9f7fbed2 drm_mode_is_420_also +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9fcfc6fe drm_privacy_screen_get_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa00f7290 drm_gem_get_pages +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa0c9b9c1 drm_bridge_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa1015e4f drm_connector_oob_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa17f1c2f drm_mode_create_aspect_ratio_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa248afde drm_detect_monitor_audio +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa24cfbde drm_mode_parse_command_line_for_connector +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa2a79080 drm_edid_read_custom +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa2f57294 drm_property_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa38c4c94 drm_memcpy_from_wc +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa5d16116 drm_panel_of_backlight +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa6792985 __drm_atomic_helper_set_config +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa68a4931 drm_master_internal_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa787f115 drm_privacy_screen_unregister_notifier +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa7dfee30 drm_atomic_private_obj_fini +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa85b89f3 drm_crtc_arm_vblank_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa93f6290 drm_atomic_get_new_private_obj_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa956955b drm_gem_lru_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa9fec8bd drm_gem_prime_import_dev +EXPORT_SYMBOL drivers/gpu/drm/drm 0xaaa9655c drm_mode_get_tile_group +EXPORT_SYMBOL drivers/gpu/drm/drm 0xab0562e6 drm_warn_on_modeset_not_all_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0xab0f99ea __drmm_encoder_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0xab550ec8 drm_property_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0xabc8519c drm_gem_create_mmap_offset +EXPORT_SYMBOL drivers/gpu/drm/drm 0xad4e902b drm_color_ctm_s31_32_to_qm_n +EXPORT_SYMBOL drivers/gpu/drm/drm 0xad90c5b4 drm_gtf_mode_complex +EXPORT_SYMBOL drivers/gpu/drm/drm 0xadcc1fdd drm_add_modes_noedid +EXPORT_SYMBOL drivers/gpu/drm/drm 0xae1785cc drm_atomic_get_old_private_obj_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0xae277372 __drm_crtc_commit_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb10c891e drm_atomic_state_alloc +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 0xb23ef9c5 __drm_dev_dbg +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb28e75b7 drm_atomic_add_affected_planes +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb2a2443c drm_gem_map_attach +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb362c8ed drm_crtc_create_scaling_filter_property +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 0xb558c7c2 drm_writeback_connector_init_with_encoder +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb6127243 drm_need_swiotlb +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb96c57cc drm_object_property_get_default_value +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb983b37e drm_connector_update_privacy_screen +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb9cad492 __drm_atomic_state_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb9f77abe drm_atomic_bridge_chain_check +EXPORT_SYMBOL drivers/gpu/drm/drm 0xba12173b drm_crtc_set_max_vblank_count +EXPORT_SYMBOL drivers/gpu/drm/drm 0xba1e82e2 drm_crtc_handle_vblank +EXPORT_SYMBOL drivers/gpu/drm/drm 0xba31833d drm_atomic_get_new_bridge_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbb67c42b drm_mode_put_tile_group +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbbf83e5f drm_mode_create_tile_group +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbca3340a drm_mode_probed_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbcec7e7c drm_mode_prune_invalid +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbdac567a drm_display_info_set_bus_formats +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbe3eaa23 drm_connector_attach_privacy_screen_provider +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbec1e28f drm_crtc_from_index +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbecbcc5e drm_panel_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbf12dd7e drm_modeset_drop_locks +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbf3f8954 drm_get_edid_switcheroo +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbf812474 drm_crtc_vblank_reset +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc0139288 drm_bridge_attach +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc098ccae drm_gem_lru_move_tail +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc13988a0 drm_mode_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc34f77d9 drm_gem_free_mmap_offset +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc4577b43 drm_encoder_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc51cfe8e drm_any_plane_has_format +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc57d3765 drm_connector_attach_privacy_screen_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc596cef2 drm_gem_object_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc62a8442 of_drm_get_panel_orientation +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc7795c14 of_drm_find_panel +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc7910e38 drm_vma_offset_lookup_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc7ca94ca drm_hdmi_avi_infoframe_from_display_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc7d04fc5 drm_vma_node_allow +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc7ed1d83 drm_vblank_work_schedule +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc907e12b drm_clflush_pages +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc91b02b7 drm_crtc_accurate_vblank_count +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc94550ff drm_plane_create_blend_mode_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc9b7c8c0 drm_connector_atomic_hdr_metadata_equal +EXPORT_SYMBOL drivers/gpu/drm/drm 0xca5cb24f drm_client_modeset_probe +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcbd63f5d drm_mode_create_dvi_i_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcd3de480 of_drm_find_bridge +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcd5416dd drm_mode_create_dp_colorspace_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcdb99cc9 drm_mode_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcdff6ef5 drm_bridge_chain_post_disable +EXPORT_SYMBOL drivers/gpu/drm/drm 0xce08c4ba drm_file_get_master +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcecb0c76 drm_framebuffer_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xced100a2 drm_framebuffer_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xced3113e drm_dev_enter +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcfe42309 drm_connector_attach_edid_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd0eb5000 drm_atomic_get_crtc_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd13f9985 drm_edid_block_valid +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd1540364 devm_aperture_acquire_from_firmware +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd1840754 drm_of_component_probe +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd1c6f8b0 drm_property_create_bitmask +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd1d5b8a7 drm_mode_create_content_type_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd2028965 drm_connector_attach_scaling_mode_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd3c748b7 drm_add_edid_modes +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd3f3fcd7 drm_dev_unplug +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd426279c drm_vblank_work_flush +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd4322930 drm_gem_map_dma_buf +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd5781967 drm_modeset_unlock_all +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd6069898 drm_gem_dmabuf_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd680a377 drm_gem_object_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd68adc4f drm_master_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd6df2bc6 drm_client_dev_hotplug +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd7a9cf42 drm_mode_validate_size +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd7e03c55 drm_atomic_check_only +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd9422135 drm_framebuffer_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0xda709504 drm_plane_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdad9c8b1 drm_prime_get_contiguous_size +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdc66fe50 drm_connector_attach_dp_subconnector_property +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 0xdfd619ce drm_object_attach_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdfdb0431 drm_mode_validate_driver +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe1500562 drm_mode_object_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe1908546 drm_prime_gem_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe2731106 drm_panel_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe317082a __drm_printfn_info +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe463cbeb drm_plane_create_rotation_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe49969bd drm_crtc_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe4bcef87 drm_atomic_commit +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe4e3a052 drm_client_modeset_commit +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe526db31 __drmm_mutex_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe5eddb3c drm_crtc_vblank_helper_get_vblank_timestamp +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe633a4cd drm_format_info_bpp +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe6bdc7fa drm_mode_duplicate +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe73ccb9a drm_crtc_vblank_on +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe8858021 drm_gem_vmap +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 0xe9330328 drm_connector_list_iter_next +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe95d6943 drm_atomic_get_connector_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0xea00fe81 __drm_printfn_coredump +EXPORT_SYMBOL drivers/gpu/drm/drm 0xea3c8274 drm_atomic_state_clear +EXPORT_SYMBOL drivers/gpu/drm/drm 0xeb98195f drm_connector_set_tile_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xebc7c6aa drm_crtc_vblank_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0xec4ca9f3 drm_plane_get_damage_clips_count +EXPORT_SYMBOL drivers/gpu/drm/drm 0xeca8c1bc drm_property_blob_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0xeee527ea drm_plane_create_alpha_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xeffdbb9c drm_mode_create_hdmi_colorspace_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf0185984 drm_connector_register +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf042dead drm_gem_handle_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf0517d7a drm_mm_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf0c1a725 drm_connector_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf130c5fb drm_color_lut_check +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 0xf201232c drm_syncobj_get_fd +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf3005a97 drm_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf339bde4 drm_connector_list_iter_begin +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf3ac4203 drm_connector_attach_vrr_capable_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf406e46a drm_get_connector_type_name +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf416b29e drm_dev_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf5011abe drm_panel_unprepare +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf5269d46 drm_mode_object_find +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf5a14c91 drm_plane_from_index +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf5dfed27 drm_bridge_chain_disable +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf6b001d2 drm_ioctl +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf6ed02bf drm_atomic_get_bridge_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf77a86fb drm_client_framebuffer_flush +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf819dfcf drm_send_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf824c7db __drm_printfn_debug +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfa9e6dc3 drm_gem_unmap_dma_buf +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfc21ffac drm_dev_set_unique +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfc86ec68 drm_compat_ioctl +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfd2556d7 drm_dev_printk +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfe614cbf drm_connector_set_panel_orientation_with_quirk +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfe74de70 drm_connector_set_panel_orientation +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfe79385a drm_hdmi_avi_infoframe_quant_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfeb953b1 __drm_printfn_seq_file +EXPORT_SYMBOL drivers/gpu/drm/drm 0xff0067c3 drm_privacy_screen_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0xff214f7a drm_mode_find_dmt +EXPORT_SYMBOL drivers/gpu/drm/drm 0xff85ec14 drm_connector_attach_encoder +EXPORT_SYMBOL drivers/gpu/drm/drm 0xff999d75 drm_connector_set_link_status_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xffb56205 drm_bridge_chain_mode_valid +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 0x6dc02e62 drm_gem_dma_prime_import_sg_table_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm_dma_helper 0xd593e3d8 drm_gem_dma_print_info +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x00f8531e drm_i2c_encoder_mode_fixup +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x0136b340 drm_atomic_helper_plane_destroy_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x0529143b drm_fb_blit +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x06533b11 drm_fb_helper_cfb_write +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x06af4ff3 __drm_atomic_helper_private_obj_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x0a36b5a0 drm_fb_xrgb8888_to_mono +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x0aa5d89b drm_gem_destroy_shadow_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x0bbf88cc drm_helper_connector_dpms +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x0e5cb682 __drm_atomic_helper_plane_destroy_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x0f3be846 drm_i2c_encoder_commit +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x127a8c6b drm_flip_work_queue +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x13434db7 drm_atomic_helper_check_crtc_primary_plane +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x13f2ea8d drm_fb_helper_set_suspend_unlocked +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x15738907 drm_atomic_helper_wait_for_dependencies +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x1817c8c1 __drm_atomic_helper_bridge_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x1ce71a31 drm_fb_helper_fill_info +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x1d8afd01 drm_i2c_encoder_dpms +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x1df4c679 drm_atomic_helper_connector_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x1e32d1db drm_atomic_helper_damage_merged +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x1ec44044 drm_connector_helper_hpd_irq_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x215ca493 drm_helper_disable_unused_functions +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x21d541eb drm_flip_work_queue_task +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x22f2554c drm_fb_helper_setcmap +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x23c135ac drm_atomic_helper_connector_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x25b0e32c devm_drm_of_get_bridge +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x27021113 drm_fb_helper_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x27d26a1b __drm_atomic_helper_bridge_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x29771b69 drm_fb_build_fourcc_list +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2b122918 drm_atomic_helper_connector_destroy_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2b12a1f7 drm_atomic_helper_damage_iter_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2b472f66 drm_atomic_helper_page_flip_target +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2d50570f drm_rect_calc_hscale +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2de24d95 drm_self_refresh_helper_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2eee861e __drm_atomic_helper_crtc_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x302c29c1 drm_atomic_helper_check_wb_encoder_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x305fe9df drm_atomic_helper_update_legacy_modeset_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3158fe83 drm_atomic_helper_setup_commit +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x32a06ef4 drm_fb_helper_sys_read +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x339c80dd drm_atomic_helper_crtc_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x344556e6 drm_helper_probe_detect +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x34cc24da drm_atomic_helper_dirtyfb +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x359b15f0 drm_bridge_is_panel +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x36611695 drm_kms_helper_poll_disable +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3948be8b drm_fb_helper_blank +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x39f6fc96 drm_atomic_helper_bridge_propagate_bus_fmt +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3a1075a9 drm_fb_helper_initial_config +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3b39fc8b drm_gem_simple_kms_reset_shadow_plane +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3d5e6fd1 drm_atomic_helper_connector_tv_margins_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3ee69f43 drm_fb_helper_cfb_read +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3f55330f drm_crtc_helper_set_config +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3f72a0bf drm_gem_fb_create_handle +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4131ae0e __drm_atomic_helper_connector_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x43beab9f drm_atomic_helper_bridge_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x48fdbb8c drm_fb_xrgb8888_to_rgb565 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x49c11bae drm_simple_display_pipe_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4ace39b5 drm_atomic_helper_shutdown +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4e749227 drm_atomic_helper_crtc_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x50e477c5 drm_kms_helper_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5157ec52 __drm_atomic_helper_crtc_state_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x52b42829 drm_gem_fb_begin_cpu_access +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x542f399c drm_fb_helper_fini +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x550cb7f9 drm_fb_xrgb8888_to_rgb332 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x55339b02 drm_gem_fb_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5542443b drm_flip_work_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x558a9f71 drm_plane_helper_disable_primary +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x572bf90d drm_fb_helper_cfb_fillrect +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x589c7512 drm_helper_crtc_in_use +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5a4734d1 drm_kms_helper_is_poll_worker +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5c389292 drm_fb_helper_output_poll_changed +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5ccf41a4 drm_panel_bridge_set_orientation +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5d71117c drmm_of_get_bridge +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5e5b5b46 drm_fb_helper_deferred_io +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x60787c8a drm_helper_hpd_irq_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x61864089 drm_mode_config_helper_resume +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x638ce747 drm_panel_bridge_add_typed +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x64db1784 __drm_atomic_helper_crtc_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6723e339 drm_fb_helper_cfb_imageblit +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x686a2b1a drm_helper_resume_force_mode +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6904ab78 drm_i2c_encoder_detect +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6b5c2b06 drm_atomic_helper_damage_iter_next +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6d7fce4a drm_panel_bridge_add +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6dac3afb drm_fb_helper_pan_display +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6e30ba8e drm_rect_rotate_inv +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6e89a32b drm_fb_helper_cfb_copyarea +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6ed78c73 drm_fb_helper_debug_enter +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x701a07f9 drm_atomic_helper_check_plane_damage +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x73a3b7f2 drm_gem_simple_kms_duplicate_shadow_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x75db261a drm_atomic_helper_suspend +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x75de2986 drm_fb_helper_check_var +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x772fc5c4 drm_gem_begin_shadow_fb_access +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x773f8f2a drm_connector_helper_get_modes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7763a277 drm_fb_helper_lastclose +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7c0a5015 drm_gem_duplicate_shadow_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7e4addd5 __drm_atomic_helper_connector_destroy_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x801a0d33 drm_gem_reset_shadow_plane +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x807d1228 drmm_panel_bridge_add +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8229b2d5 drm_atomic_helper_page_flip +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x822a09d0 drm_atomic_helper_set_config +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x842dd90c drm_flip_work_commit +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x868afdff drm_atomic_helper_fake_vblank +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x871ab41a drm_rect_intersect +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8785a2a4 drm_crtc_helper_mode_valid_fixed +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8a57e94c drm_kms_helper_poll_enable +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8ad43fb8 drm_atomic_helper_calc_timestamping_constants +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8ae743da drm_atomic_helper_commit_tail +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8bc8afa9 drm_atomic_helper_check_modeset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8c00958c drm_gem_simple_kms_begin_shadow_fb_access +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8d033ada drm_fb_xrgb8888_to_rgb888 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8d1d77f9 drm_fb_helper_alloc_info +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8fb66003 drm_helper_probe_single_connector_modes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8ffda823 drm_atomic_helper_commit_planes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x901ddc04 drm_panel_bridge_remove +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x91fec1cc drm_rect_calc_vscale +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x92412e01 drm_atomic_helper_plane_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x93253026 drm_atomic_helper_bridge_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x93c5a7d6 drm_connector_helper_get_modes_from_ddc +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x945fa0bd drm_connector_helper_get_modes_fixed +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x94e28fa4 drm_helper_force_disable_all +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x95038db7 devm_drm_panel_bridge_add +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x96a21fff drm_kms_helper_poll_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x97ea4f08 drm_fb_swab +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x981460bd drm_atomic_helper_swap_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x99404edb drm_fb_helper_set_suspend +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x99fd20aa drm_rect_clip_scaled +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9b7db66a drm_atomic_helper_commit_planes_on_crtc +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9b963abb __drm_gem_destroy_shadow_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9bd3288b drm_simple_encoder_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9bdfd19a drm_mode_config_helper_suspend +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9f7c0fd2 __drm_atomic_helper_plane_state_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa02a92d2 drm_fb_helper_sys_write +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa1439869 drm_plane_helper_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa1a6b787 drm_atomic_helper_check_planes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa46c848b drm_fb_helper_ioctl +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa485aa39 drm_gem_end_shadow_fb_access +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa49df7ee drm_fb_memcpy +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa5a06ef8 drm_atomic_helper_commit_duplicated_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa65f00d6 drm_helper_encoder_in_use +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa94e2854 drm_atomic_helper_wait_for_flip_done +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa9f695af drm_atomic_helper_prepare_planes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xabeaff67 drm_gem_fb_end_cpu_access +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xad3624d5 __drm_gem_reset_shadow_plane +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xaf260a4c drm_i2c_encoder_save +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xaf29ae0e devm_drm_panel_bridge_add_typed +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb053adda drm_rect_rotate +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb1c6e0a3 __drm_atomic_helper_crtc_destroy_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb2f13f79 __drm_atomic_helper_connector_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb425940c __drm_gem_duplicate_shadow_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb4c0dce2 drm_atomic_helper_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb6a6b711 drm_fb_clip_offset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb6f820fa drm_atomic_helper_disable_plane +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb90ca385 drm_fb_helper_set_par +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb9d637b1 drm_fb_xrgb8888_to_xrgb2101010 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xbb5b9fbc drm_kms_helper_poll_fini +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xbc725846 __drm_atomic_helper_plane_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc01f6113 drm_atomic_helper_async_commit +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc07e2353 drm_fb_helper_prepare +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc1ea167c drm_self_refresh_helper_update_avg_times +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc2c23cfc drm_atomic_helper_check_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc344a404 drm_panel_bridge_connector +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc3b7ac5a drm_helper_mode_fill_fb_struct +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc3e59381 drm_atomic_helper_wait_for_fences +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc6323239 drm_flip_work_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc68be979 drm_atomic_helper_bridge_destroy_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc75b6d22 drm_atomic_helper_async_check +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc9dd6100 drm_i2c_encoder_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xca39c6d9 drm_gem_fb_vunmap +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xcb2340b8 drm_rect_debug_print +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xccd9bf84 drm_fb_helper_restore_fbdev_mode_unlocked +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xcf11a549 drm_flip_work_allocate_task +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xcf602ecb drm_gem_simple_display_pipe_prepare_fb +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd00b192d drm_plane_helper_atomic_check +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd0291ca3 drm_atomic_helper_commit_modeset_disables +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd16747c4 drm_atomic_helper_resume +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd16ca7bb drm_fbdev_generic_setup +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd2e0d12e drm_i2c_encoder_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd36496d4 drm_self_refresh_helper_alter_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd548f773 __drmm_simple_encoder_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd5c35b2f drm_fb_helper_sys_fillrect +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd736edb5 drm_atomic_helper_check +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd87be9de drm_fb_xrgb8888_to_gray8 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xda039abb drm_kms_helper_connector_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xdd17f13e drm_helper_move_panel_connectors_to_head +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xde19cb72 drm_atomic_helper_wait_for_vblanks +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xdf25c371 drm_i2c_encoder_prepare +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe050023b drm_plane_helper_update_primary +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe184b2d8 drm_fb_helper_debug_leave +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe1960813 drm_i2c_encoder_mode_set +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe274b694 drm_i2c_encoder_restore +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe3a621ee __drm_atomic_helper_plane_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe429ab33 drm_fb_helper_sys_imageblit +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe5b54d34 __drm_atomic_helper_connector_state_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe5e76efb drm_crtc_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe65aeaf1 drm_self_refresh_helper_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe690dac8 drm_atomic_helper_crtc_destroy_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe7424130 drm_gem_simple_kms_destroy_shadow_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe874bebb drm_atomic_helper_cleanup_planes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe87bb2a9 drm_crtc_helper_atomic_check +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe99f4050 drm_atomic_helper_disable_all +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe9acc622 drm_simple_display_pipe_attach_bridge +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xec610109 drm_fb_helper_sys_copyarea +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xed788ff5 drm_gem_fb_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf158db17 drm_atomic_helper_commit_hw_done +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf4c378ec drm_fb_helper_unregister_info +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf4d39811 drm_atomic_helper_plane_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf9a55caf drm_atomic_helper_commit +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xfa5d0b07 drm_fb_helper_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xfaaeb434 drm_atomic_helper_commit_tail_rpm +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xfb0cd8a9 drm_atomic_helper_disable_planes_on_crtc +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xfbe6aaed drm_atomic_helper_commit_modeset_enables +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xfcff8190 drm_crtc_helper_set_mode +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xfd07c06e drm_atomic_helper_commit_cleanup_done +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xfda51795 drm_atomic_helper_update_plane +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xfe193ef5 drm_gem_simple_kms_end_shadow_fb_access +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x011e43ac mipi_dbi_hw_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x04fe3b26 mipi_dbi_spi_cmd_max_speed +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x1cf67fe4 mipi_dbi_buf_copy +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x2a83fd93 mipi_dbi_command_buf +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x3fc25bbb mipi_dbi_command_read +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x7b2fcb71 mipi_dbi_debugfs_init +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x7ebaff94 mipi_dbi_pipe_update +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x8045641a mipi_dbi_dev_init +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x88fad27c mipi_dbi_dev_init_with_formats +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x8c617300 mipi_dbi_spi_transfer +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x982bf7d1 mipi_dbi_pipe_mode_valid +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xa8bb439d mipi_dbi_pipe_disable +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xb5cddc7c mipi_dbi_spi_init +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xd3a754dc mipi_dbi_poweron_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xdecc637c mipi_dbi_command_stackbuf +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xee2d1746 mipi_dbi_poweron_conditional_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xf07671a8 mipi_dbi_display_is_on +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xf7d9b02b mipi_dbi_enable_flush +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0x07d3f214 drm_gem_shmem_print_info +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0x2b31c058 drm_gem_shmem_madvise +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0x3c7adf5c drm_gem_shmem_pin +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0x7f7ad61c drm_gem_shmem_purge +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0xb140a4cc drm_gem_shmem_vunmap +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0xba6037b4 drm_gem_shmem_put_pages +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0xc0a6c222 drm_gem_shmem_unpin +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0xd31dd5e4 drm_gem_shmem_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0xe7b79f86 drm_gem_shmem_purge_locked +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0xe7cebd2b drm_gem_shmem_get_pages +EXPORT_SYMBOL drivers/gpu/drm/drm_ttm_helper 0x24a80ee6 drm_gem_ttm_vunmap +EXPORT_SYMBOL drivers/gpu/drm/drm_ttm_helper 0x287b1aaf drm_gem_ttm_mmap +EXPORT_SYMBOL drivers/gpu/drm/drm_ttm_helper 0x804dac26 drm_gem_ttm_dumb_map_offset +EXPORT_SYMBOL drivers/gpu/drm/drm_ttm_helper 0xcfa1b775 drm_gem_ttm_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm_ttm_helper 0xeaa73e59 drm_gem_ttm_print_info +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x06634035 drm_gem_vram_put +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x0d1f2c10 drm_vram_helper_mode_valid +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x0ddba611 drm_gem_vram_offset +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x2968a393 drm_gem_vram_vunmap +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x4976e7bc drm_gem_vram_unpin +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x4eff8342 drm_vram_mm_debugfs_init +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x54b747aa drm_gem_vram_create +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x568411fd drm_gem_vram_plane_helper_cleanup_fb +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x5954ff85 drmm_vram_helper_init +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x60046e4a drm_gem_vram_simple_display_pipe_cleanup_fb +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x88091883 drm_gem_vram_driver_dumb_create +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x976edc9c drm_gem_vram_pin +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0xa1ba4af7 drm_gem_vram_plane_helper_prepare_fb +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0xb686b7cf drm_gem_vram_fill_create_dumb +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0xd00a3ea0 drm_gem_vram_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0xfb469863 drm_gem_vram_simple_display_pipe_prepare_fb +EXPORT_SYMBOL drivers/gpu/drm/rockchip/rockchipdrm 0xe7572a14 rockchip_drm_wait_vact_end +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x08dcc470 drm_sched_start +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x2117e83a drm_sched_stop +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x2e380b1f drm_sched_job_arm +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x355d436e drm_sched_init +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x3a635573 drm_sched_entity_set_priority +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x47c5943f drm_sched_resubmit_jobs +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x5321016f drm_sched_job_add_implicit_dependencies +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x5948d4b4 drm_sched_entity_modify_sched +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x5e3ba779 drm_sched_job_init +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x619c2f9e drm_sched_job_cleanup +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x811bc385 drm_sched_entity_flush +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x81f6ece1 drm_sched_fini +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x8c8c4018 drm_sched_suspend_timeout +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x8d502c9b drm_sched_pick_best +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x91a41c91 drm_sched_fault +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x9e8b9578 drm_sched_entity_destroy +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xac127d2e drm_sched_entity_init +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xd408d741 drm_sched_entity_fini +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xd68fa4b0 drm_sched_job_add_dependency +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xd8034ba1 drm_sched_resume_timeout +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xe00a15df drm_sched_increase_karma +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xe11746d3 to_drm_sched_fence +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xe452565b drm_sched_entity_push_job +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xeee1e158 drm_sched_job_add_resv_dependencies +EXPORT_SYMBOL drivers/gpu/drm/sun4i/sun4i-tcon 0x1a230f8b 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 0x6e522301 sun4i_dclk_free +EXPORT_SYMBOL drivers/gpu/drm/sun4i/sun4i-tcon 0x7dabf683 sun4i_rgb_init +EXPORT_SYMBOL drivers/gpu/drm/sun4i/sun4i-tcon 0xae0224f7 sun4i_tcon_mode_set +EXPORT_SYMBOL drivers/gpu/drm/sun4i/sun4i-tcon 0xd877230e sun4i_lvds_init +EXPORT_SYMBOL drivers/gpu/drm/sun4i/sun4i-tcon 0xfb15c1f4 sun4i_dclk_create +EXPORT_SYMBOL drivers/gpu/drm/sun4i/sun8i_tcon_top 0x350e5dcd sun8i_tcon_top_of_table +EXPORT_SYMBOL drivers/gpu/drm/sun4i/sun8i_tcon_top 0x5ea5ee04 sun8i_tcon_top_de_config +EXPORT_SYMBOL drivers/gpu/drm/sun4i/sun8i_tcon_top 0xe308d824 sun8i_tcon_top_set_hdmi_src +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x06ab59ed ttm_bo_eviction_valuable +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x0c231474 ttm_kmap_iter_iomap_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x0c9d9c3f ttm_bo_vm_reserve +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x1a71d30c ttm_move_memcpy +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x2296f1db ttm_device_fini +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x263bd67a ttm_lru_bulk_move_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x2d857822 ttm_bo_unpin +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x2e53df89 ttm_bo_mmap_obj +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x393abbe2 ttm_resource_manager_evict_all +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x3c718f0f ttm_bo_vm_access +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x40d08d80 ttm_glob +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x423bd613 ttm_device_clear_dma_mappings +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x52f73e02 ttm_eu_fence_buffer_objects +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x5829f11c ttm_resource_manager_debug +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x59aa8957 ttm_pool_alloc +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x5a182a42 ttm_bo_unmap_virtual +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x6012dd17 ttm_tt_fini +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x63e94b19 ttm_bo_move_to_lru_tail +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x6a2b1fcf ttm_sg_tt_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x6a826d61 ttm_bo_move_accel_cleanup +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x6d85acfa ttm_device_swapout +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x6feec8e5 ttm_bo_vunmap +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x767bca7a ttm_bo_mem_space +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x7a70f52c ttm_tt_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x8572c53f ttm_bo_vm_fault_reserved +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x8abee20f ttm_bo_pin +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x910c7442 ttm_bo_wait +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x94983da2 ttm_global_swapout +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x95bb74b4 ttm_resource_compat +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x9695c1b7 ttm_bo_move_memcpy +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x9cb506cb ttm_pool_debugfs +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xa20ae0b6 ttm_bo_kmap +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xa4af380e ttm_kmap_iter_tt_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xa90af2a8 ttm_resource_manager_create_debugfs +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xa99ece5a ttm_range_man_fini_nocheck +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xad5a7989 ttm_bo_vmap +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xadbeb1dd ttm_bo_kunmap +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xb491e78b ttm_io_prot +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xbe5e2c1c ttm_bo_vm_fault +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xbe7aaac6 ttm_bo_vm_close +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xbf4dce1e ttm_tt_populate +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xc0067ec7 ttm_resource_manager_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xc01367da ttm_bo_unlock_delayed_workqueue +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xc498732c ttm_eu_reserve_buffers +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xc6e2fc45 ttm_bo_validate +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xc812b514 ttm_bo_vm_open +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xc9b93091 ttm_resource_manager_usage +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xd2b1234e ttm_resource_free +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xd596aa79 ttm_bo_lock_delayed_workqueue +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xd83265cb ttm_bo_put +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xddef9318 ttm_bo_init_reserved +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xdf56538d ttm_lru_bulk_move_tail +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xdfd7a69f ttm_bo_vm_dummy_page +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xe1ad947a ttm_bo_move_sync_cleanup +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xe36e1cd7 ttm_pool_free +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xe71666e1 ttm_bo_init_validate +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xea89ef77 ttm_resource_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xec839011 ttm_resource_fini +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xed9338de ttm_bo_set_bulk_move +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xf2b691b5 ttm_device_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xf8e64e8f ttm_eu_backoff_reservation +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xff49e2b0 ttm_range_man_init_nocheck +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x06298c62 host1x_channel_request +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x07bc2cc2 host1x_syncpt_get_by_id_noref +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x0a55a633 host1x_syncpt_get +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x0ef0dfe2 host1x_syncpt_read_max +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x115fc657 host1x_get_dma_mask +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x1294d0a9 host1x_client_suspend +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x1568904a host1x_syncpt_read_min +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x1b727d80 host1x_job_add_gather +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x27185663 host1x_client_exit +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x34a12240 host1x_channel_stop +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x35684710 host1x_syncpt_incr +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x36e6ae9f host1x_syncpt_incr_max +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x3fc45e3a __host1x_client_register +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x42496a67 host1x_job_pin +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x453c424f host1x_syncpt_request +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x47a7fac1 host1x_job_submit +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x48f7df23 host1x_bo_unpin +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x4fd3948d host1x_fence_create +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x51de13ce host1x_syncpt_base_id +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x527c0a2b host1x_syncpt_wait +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x57cc6131 host1x_syncpt_get_by_id +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x5dc32592 __host1x_client_init +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x6167a4a8 host1x_driver_register_full +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x6a742cdc host1x_client_unregister +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x6d4c21fa host1x_job_add_wait +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x72e78e54 tegra_mipi_start_calibration +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x7ee615ce host1x_syncpt_get_base +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x85144d55 tegra_mipi_request +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x8b021880 host1x_client_resume +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x9451a33e tegra_mipi_free +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x9cd65cde host1x_syncpt_put +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x9dd8b003 host1x_device_init +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xa2dfaa9d host1x_job_put +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xa6132b9d host1x_job_get +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xa733ff60 tegra_mipi_disable +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xa9e3d86c host1x_device_exit +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xb4ddc441 host1x_bo_pin +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xbcbe65a0 tegra_mipi_finish_calibration +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xc313d648 host1x_syncpt_id +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xc3162710 host1x_job_alloc +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xce4c3409 host1x_job_unpin +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xd596899e host1x_channel_put +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xd9a02698 host1x_driver_unregister +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xdeb2cdcc host1x_channel_get +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xe235b143 host1x_syncpt_alloc +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xee94d0d1 host1x_syncpt_read +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xf8a79b19 tegra_mipi_enable +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xff425c05 host1x_syncpt_release_vblank_reservation +EXPORT_SYMBOL drivers/hid/hid 0xde55dcb5 hid_bus_type +EXPORT_SYMBOL drivers/hv/hv_vmbus 0x7d0c1980 vmbus_sendpacket +EXPORT_SYMBOL drivers/hv/hv_vmbus 0xbd580e34 vmbus_sendpacket_getid +EXPORT_SYMBOL drivers/hv/hv_vmbus 0xc1ce1b87 vmbus_recvpacket +EXPORT_SYMBOL drivers/hwmon/adt7x10 0x2432bafa 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 0x9eb90d4c ltc2947_pm_ops +EXPORT_SYMBOL drivers/hwmon/sch56xx-common 0x01568393 sch56xx_read_virtual_reg +EXPORT_SYMBOL drivers/hwmon/sch56xx-common 0x96ec3b26 sch56xx_read_virtual_reg12 +EXPORT_SYMBOL drivers/hwmon/sch56xx-common 0xaa17a737 sch56xx_write_virtual_reg +EXPORT_SYMBOL drivers/hwmon/sch56xx-common 0xb37b9b81 sch56xx_read_virtual_reg16 +EXPORT_SYMBOL drivers/hwmon/sch56xx-common 0xbfc9d4a0 sch56xx_watchdog_register +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-bit 0x168d3847 i2c_bit_add_bus +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-bit 0x31fa56a0 i2c_bit_add_numbered_bus +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-bit 0x4fcacaec i2c_bit_algo +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-pca 0x09a49dd8 i2c_pca_add_numbered_bus +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-pca 0x82dd2c3d i2c_pca_add_bus +EXPORT_SYMBOL drivers/i2c/busses/i2c-amd756 0x408b3e7c 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 0x26b62c85 iio_triggered_buffer_setup_ext +EXPORT_SYMBOL drivers/iio/buffer/industrialio-triggered-buffer 0xb81443fb iio_triggered_buffer_cleanup +EXPORT_SYMBOL drivers/iio/buffer/kfifo_buf 0x21a2d9bd iio_kfifo_allocate +EXPORT_SYMBOL drivers/iio/buffer/kfifo_buf 0x3bd5db9c iio_kfifo_free +EXPORT_SYMBOL drivers/iio/imu/fxos8700_core 0xf254256e fxos8700_regmap_config +EXPORT_SYMBOL drivers/iio/industrialio 0x0049ede4 iio_trigger_register +EXPORT_SYMBOL drivers/iio/industrialio 0x08d811e1 iio_get_time_ns +EXPORT_SYMBOL drivers/iio/industrialio 0x196ca391 iio_read_const_attr +EXPORT_SYMBOL drivers/iio/industrialio 0x2d551807 iio_push_event +EXPORT_SYMBOL drivers/iio/industrialio 0x2d6bcdcb iio_trigger_generic_data_rdy_poll +EXPORT_SYMBOL drivers/iio/industrialio 0x38acef3a iio_trigger_unregister +EXPORT_SYMBOL drivers/iio/industrialio 0x4bcc9567 iio_trigger_poll +EXPORT_SYMBOL drivers/iio/industrialio 0x4dcce154 iio_device_get_clock +EXPORT_SYMBOL drivers/iio/industrialio 0x52e578fe iio_trigger_notify_done +EXPORT_SYMBOL drivers/iio/industrialio 0x5a06a692 iio_trigger_using_own +EXPORT_SYMBOL drivers/iio/industrialio 0x91f48f4e iio_read_mount_matrix +EXPORT_SYMBOL drivers/iio/industrialio 0x9323da17 iio_trigger_poll_chained +EXPORT_SYMBOL drivers/iio/industrialio 0x9af71ee7 iio_trigger_free +EXPORT_SYMBOL drivers/iio/industrialio 0x9b63e67f iio_device_set_clock +EXPORT_SYMBOL drivers/iio/industrialio 0xaadf83f7 iio_device_alloc +EXPORT_SYMBOL drivers/iio/industrialio 0xb4582123 iio_buffer_init +EXPORT_SYMBOL drivers/iio/industrialio 0xbf13d2db iio_trigger_validate_own_device +EXPORT_SYMBOL drivers/iio/industrialio 0xc4c67e88 __iio_trigger_alloc +EXPORT_SYMBOL drivers/iio/industrialio 0xc577c001 iio_trigger_set_immutable +EXPORT_SYMBOL drivers/iio/industrialio 0xc6c0d5ed __iio_device_register +EXPORT_SYMBOL drivers/iio/industrialio 0xd6a11022 iio_bus_type +EXPORT_SYMBOL drivers/iio/industrialio 0xdf76bbeb iio_pollfunc_store_time +EXPORT_SYMBOL drivers/iio/industrialio 0xed5c8b65 iio_device_free +EXPORT_SYMBOL drivers/iio/industrialio 0xf1eeb8f9 iio_device_unregister +EXPORT_SYMBOL drivers/iio/industrialio-configfs 0x720fad54 iio_configfs_subsys +EXPORT_SYMBOL drivers/iio/industrialio-sw-device 0x392ae91e iio_register_sw_device_type +EXPORT_SYMBOL drivers/iio/industrialio-sw-device 0xcb67a396 iio_sw_device_destroy +EXPORT_SYMBOL drivers/iio/industrialio-sw-device 0xe09e55e4 iio_sw_device_create +EXPORT_SYMBOL drivers/iio/industrialio-sw-device 0xe732a020 iio_unregister_sw_device_type +EXPORT_SYMBOL drivers/iio/industrialio-sw-trigger 0x261fa0d6 iio_sw_trigger_destroy +EXPORT_SYMBOL drivers/iio/industrialio-sw-trigger 0x7f2053fc iio_sw_trigger_create +EXPORT_SYMBOL drivers/iio/industrialio-sw-trigger 0x9e8c0575 iio_unregister_sw_trigger_type +EXPORT_SYMBOL drivers/iio/industrialio-sw-trigger 0xed3eb00b iio_register_sw_trigger_type +EXPORT_SYMBOL drivers/iio/industrialio-triggered-event 0x059c3738 iio_triggered_event_cleanup +EXPORT_SYMBOL drivers/iio/industrialio-triggered-event 0xe1f5b740 iio_triggered_event_setup +EXPORT_SYMBOL drivers/iio/pressure/bmp280 0xe5a91469 bmp280_dev_pm_ops +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x26b3e847 ib_create_cm_id +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x45c840ca ib_cm_insert_listen +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x486911fd ib_cm_init_qp_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x503adaef ib_send_cm_req +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x6160bd89 ib_send_cm_drep +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x69824a14 ibcm_reject_msg +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x6e7d5465 ib_send_cm_mra +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x86eeb412 ib_cm_listen +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x8cb6fd70 ib_cm_notify +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xc51e3b40 ib_send_cm_rep +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xcd68f62f ib_send_cm_rtu +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xdd549d22 ib_send_cm_rej +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xddd20f57 ib_send_cm_sidr_req +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xe1f8c9ee ib_destroy_cm_id +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xf20823d5 ib_send_cm_sidr_rep +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xf4f87a6d ib_send_cm_dreq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x00cd25ea ib_get_rdma_header_version +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0193820c rdma_port_get_link_layer +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x02d7f143 ib_get_net_dev_by_params +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x079b2951 rdma_destroy_ah_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x07b6bb4b rdma_translate_ip +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0aab4596 rdma_dev_access_netns +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0c4815fe ib_modify_srq +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 0x0ef64723 ibnl_put_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x105c4db6 ib_modify_qp_with_udata +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x106fa6d8 ib_init_ah_from_mcmember +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x15168110 ib_unregister_client +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x15e65bd6 rdma_nl_unicast_wait +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x15e968fe rdma_copy_src_l2_addr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1739dfba ib_query_srq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x17f10a11 rdma_nl_put_driver_u64 +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x19ac68ac rdma_get_gid_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x19e7490f __rdma_block_iter_next +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1a6953c7 rdma_restrack_new +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1a93851e rdma_read_gid_hw_context +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1f39bd36 ib_sa_guid_info_rec_query +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x205b2cb8 rdma_restrack_add +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2088bac4 ib_free_send_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x211d5a7a ibdev_alert +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x21c39e89 ib_modify_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x22f3cf93 ib_pack +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x268fd471 ib_alloc_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x29bc2064 ib_check_mr_status +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x29d37286 ib_drain_sq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x29ef0ff4 ib_detach_mcast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2b36e56d rdma_create_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2ddc1506 ib_find_exact_cached_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x305e5701 rdma_addr_size_kss +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x30f1266f ib_find_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3191c15a rdma_replace_ah_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3234b35c ib_sg_to_pages +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x32c5bc95 rdma_rw_ctx_wrs +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x33a379d7 ib_register_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x36b32f8a ibdev_warn +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x37584684 ib_get_vf_guid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x38e12f18 ib_get_rmpp_segment +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3e0e22db ibdev_notice +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3ef435d7 ib_unregister_device_and_put +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3f6e9caa rdma_rw_ctx_init +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3fc2387c ib_ud_header_unpack +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 0x441f8c3e ib_destroy_wq_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x45058c29 ib_device_set_netdev +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x45fb8985 rdma_nl_chk_listeners +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4671fb7f ib_dma_virt_map_sg +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x46cea058 ib_sa_join_multicast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x47beb148 rdma_nl_multicast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4931ca4e ib_mad_kernel_rmpp_agent +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x49cae539 rdma_query_gid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x49f1bb44 rdma_move_ah_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4a3ab57b ib_query_port +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4b4e11bd ib_sa_get_mcmember_rec +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 0x4f77c5ef rdma_restrack_parent_name +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4f9c6ca6 ib_port_immutable_read +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x55bb02f3 ib_cache_gid_type_str +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x562d2d7d ib_modify_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x56bfb49e rdma_put_gid_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x571470da __rdma_block_iter_start +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x572fa47c ib_port_register_client_groups +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x576f69f9 __ib_alloc_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x58df5b94 ib_get_gids_from_rdma_hdr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x59464d00 rdma_rw_ctx_destroy +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x59ffa045 ibdev_err +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5c0f06b8 ib_create_ah_from_wc +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5ce120e2 ib_rdmacg_uncharge +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5ffd95fb ib_mr_pool_put +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x609e36b8 ib_modify_device +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 0x620f534c ib_set_vf_link_state +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x63426282 rdma_nl_register +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x65b27154 rdma_nl_put_driver_u64_hex +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x670b9b39 ib_dispatch_event +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6960d0f6 rdma_destroy_ah_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6b958320 ib_ud_ip4_csum +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6c00fbdb ib_find_gid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6f3614b6 rdma_is_zero_gid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6f9615be ib_find_cached_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6fe03eed ib_attach_mcast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x70483f34 roce_gid_type_mask_support +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x70807834 rdma_addr_size +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x70c2557f ib_alloc_xrcd_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x70c4c5aa __ib_alloc_cq_any +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x73baf9a2 ib_modify_qp_is_ok +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x745e42af rdma_hold_gid_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x74c6e8a6 ib_mr_pool_get +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x75a729a0 rdma_nl_unregister +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x76e5dae2 ib_unregister_event_handler +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x787ccc4c ib_get_mad_data_offset +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7a1d622c rdma_restrack_get +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7a989cb3 ib_drain_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7c198a17 rdma_restrack_count +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7c647997 ib_get_device_fw_str +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7cc36136 rdma_query_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7fe7a4f4 ib_destroy_cq_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x80645a86 ib_process_cq_direct +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x815502b7 ib_unregister_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x82008592 rdma_nl_put_driver_u32_hex +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8204994c ib_cq_pool_get +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x83664492 rdma_nl_put_driver_string +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x84190483 ibdev_crit +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x85e439ab ib_qp_usecnt_dec +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x86114212 ib_get_eth_speed +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x88c05d94 ib_port_sysfs_get_ibdev_kobj +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8a734d59 ib_post_send_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8c5da8e6 ib_query_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8e82f5cf 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 0x91acca7f ib_sa_path_rec_get +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x92bc0e5c ib_set_client_data +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x941a2c05 rdma_user_mmap_entry_put +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x94b2ce49 ibdev_emerg +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9616dc6c ib_get_cached_lmc +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x969feec6 ib_open_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x97727759 rdma_set_cq_moderation +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x981fbfa9 ib_register_event_handler +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x98d7e7e8 ib_map_mr_sg_pi +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9994e82c __ib_create_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x99b2a7bb rdma_copy_ah_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9ac306d3 rdma_init_netdev +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9b9712c0 ib_unregister_mad_agent +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9bb164a2 ib_create_qp_security +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9c6e4960 ib_free_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9d6cfbd3 ib_qp_usecnt_inc +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9d943e80 rdma_link_register +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9f96ce42 rdma_nl_put_driver_u32 +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa0669996 rdma_nl_unicast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa0a92e13 ib_free_recv_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa11b11a5 rdma_find_gid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa136eef3 rdma_user_mmap_io +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa1b9853b rdma_nl_stat_hwcounter_entry +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa361f897 ib_get_cached_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa432baf6 ib_unpack +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa4790388 ib_cq_pool_put +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa596c431 ibdev_info +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xaa70558a rdma_user_mmap_entry_get +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xabf34b1c rdma_resolve_ip +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xacaadbc0 ib_get_cached_port_state +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xad4e56c0 ibnl_put_msg +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xae200aeb rdma_find_gid_by_port +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xae956dce ib_rate_to_mult +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xaeee6153 ib_device_get_by_netdev +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xaf623ca6 ib_dealloc_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb10979ce ib_reg_user_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb125208c rdma_roce_rescan_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb278c52c ib_modify_port +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb42f2361 rdma_rw_mr_factor +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb4c40040 ib_sa_pack_path +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb525d0a3 ib_dealloc_pd_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb56b3e5e ib_drain_rq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb7852a05 ib_ud_header_init +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb7ee6756 rdma_rw_ctx_destroy_signature +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbb6e9921 rdma_alloc_netdev +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbba0b281 ib_query_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbc1d9ce7 rdma_restrack_put +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbe0cbb8e __ib_alloc_pd +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc0b891e7 rdma_umap_priv_init +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc0c578d9 ib_create_send_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc23dbcb1 ib_set_device_ops +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc316d507 rdma_user_mmap_entry_get_pgoff +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc4fdf23f ib_init_ah_attr_from_wc +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc553adf3 ib_register_client +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc5ad179c rdma_create_user_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc75474d3 ib_set_vf_guid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc7d8afc1 ib_mr_pool_destroy +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc8d38664 rdma_free_hw_stats_struct +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc8fb1e43 ibdev_printk +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc9744bb7 ib_resize_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc9fe29a2 ib_dealloc_xrcd_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xcaad8b97 ib_advise_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xcdb65e64 ib_create_wq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xce4d640a ib_unregister_device_queued +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xcec169f3 ib_create_qp_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xcfc4b395 ib_init_ah_attr_from_path +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 0xd221084d ib_create_qp_kernel +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd2c20d52 ib_mr_pool_init +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd30ab30c rdma_read_gid_l2_fields +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd61cbbc3 rdma_user_mmap_entry_insert_range +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd6636ca6 rdma_addr_size_in6 +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd767e90e ib_get_vf_stats +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd8808191 rdma_restrack_del +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xda0d50ec ib_sa_cancel_query +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xdb3092ec rdma_rw_ctx_signature_init +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xdb36e5bb ib_create_srq_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xdb760be7 rdma_modify_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xdd5b8b7f ib_rdmacg_try_charge +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xdec3f252 ib_map_mr_sg +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe0487d88 ib_destroy_srq_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe1181a1c rdma_user_mmap_entry_remove +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe55f47fa rdma_rw_ctx_post +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe5840ec6 ib_wc_status_msg +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe5ab29b8 ib_device_get_by_name +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe5bd975f rdma_addr_cancel +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe647aa24 ib_alloc_mr_integrity +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 0xec6a2524 ib_get_vf_config +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xedbf9b51 rdma_read_gid_attr_ndev_rcu +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xeeabac1e ib_get_cached_subnet_prefix +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf07007a7 rdma_restrack_get_byid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf0c31891 rdma_move_grh_sgid_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf0f2822b ib_dereg_mr_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf3bfbf3c _ib_alloc_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf5dedb30 rdma_node_get_transport +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf6168293 ib_port_unregister_client_groups +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf6ed3334 ib_event_msg +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf75372f2 ib_destroy_qp_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf7a39013 rdma_restrack_set_name +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf8ef8a1f ib_close_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xfb2f7b70 ib_register_mad_agent +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xfbdf2404 ib_device_put +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xfc313e6f rdma_user_mmap_entry_insert +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xff6ddf2c rdma_link_unregister +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x01a3ebb2 ib_umem_odp_map_dma_and_lock +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x02bd3a5c uverbs_uobject_fd_release +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x0bffed92 _uverbs_get_const_unsigned +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x1b866ee3 ib_umem_get_peer +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x261e2abb ib_register_peer_memory_client +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x26c8fdd8 ib_umem_odp_unmap_dma_pages +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x27f3c3e7 uverbs_fd_class +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x2adbf74f ib_umem_copy_from +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x3679eac6 ib_umem_odp_get +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x36b5c78a uverbs_get_flags64 +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x36c34dc6 ib_copy_path_rec_to_user +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x386439f2 ib_uverbs_flow_resources_free +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x3a503a99 uverbs_destroy_def_handler +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x3c6bfa0f _uverbs_get_const_signed +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x4485ead6 ib_umem_release +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x45332027 ib_umem_odp_alloc_implicit +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x49de4f96 uverbs_idr_class +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x52ee97f8 flow_resources_alloc +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x55251aef uverbs_uobject_put +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x5831fb84 ib_umem_dmabuf_get_pinned +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x66359f04 ib_umem_activate_invalidation_notifier +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x68316b4c _uverbs_alloc +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x6b426286 ib_umem_find_best_pgsz +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x74f1ab74 ib_umem_odp_alloc_child +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x754b0000 ib_copy_path_rec_from_user +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x7b0eee93 uverbs_copy_to +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x7eeaef3e ib_copy_qp_attr_to_user +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x900d1654 flow_resources_add +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x930ad5f6 ib_umem_odp_release +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x9881ab47 ib_umem_dmabuf_unmap_pages +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xaaf7cbf2 uverbs_copy_to_struct_or_zero +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xb538e0ff ib_umem_dmabuf_get +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xbde5c050 ib_unregister_peer_memory_client +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xc4199f69 ib_umem_get +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xd1b27da5 ib_umem_dmabuf_map_pages +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xe0b86ad9 ib_uverbs_get_ucontext_file +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xe3502e60 uverbs_finalize_uobj_create +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xe38f9fb3 ib_copy_ah_attr_to_user +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xe6e018f2 ib_umem_stop_invalidation_notifier +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xf0719dc5 uverbs_get_flags32 +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x0990213b iw_cm_disconnect +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x36baf970 iw_cm_listen +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x5edb0420 iw_create_cm_id +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x8ce30b4e iw_cm_init_qp_attr +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xadbc8d6a iw_cm_reject +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xadf99460 iw_cm_accept +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xde188b86 iw_cm_connect +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xf1885674 iw_destroy_cm_id +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xf3df871f iwcm_reject_msg +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x0473b23e rdma_bind_addr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x087fab18 rdma_join_multicast +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x0b89bb55 rdma_init_qp_attr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x1e03df19 rdma_listen +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x25e39266 rdma_reject_msg +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x3604d2d6 rdma_set_service_type +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x382288f3 rdma_iw_cm_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x3d1d01eb rdma_res_to_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x45a8071c rdma_reject +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x4af64189 rdma_notify +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x551180eb rdma_read_gids +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x555f6e7a rdma_set_min_rnr_timer +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x61d04fd5 rdma_leave_multicast +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x681103a8 rdma_accept +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x6e36a12e rdma_connect +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x748cac63 rdma_set_ack_timeout +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x7f4ebe6e __rdma_create_kernel_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x8e1a4ba5 rdma_get_service_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x907df803 rdma_event_msg +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x9e8e4e77 rdma_disconnect +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xa0604e4e rdma_create_user_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xa06510e8 rdma_resolve_route +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xa21089f9 rdma_consumer_reject_data +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xa65b5c61 rdma_unlock_handler +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xb1e79d9f rdma_destroy_qp +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xc3f4183e rdma_set_reuseaddr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xc7ea09dc rdma_set_ib_path +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xcbe56b6a rdma_create_qp +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xd1938442 rdma_resolve_addr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xd57d525e rdma_set_afonly +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xdc82ad02 rdma_lock_handler +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xdcfd97d7 rdma_connect_locked +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xe5cc2fff rdma_destroy_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xeb5cbe56 rdma_connect_ece +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xf714a9ea rdma_accept_ece +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-client 0x093abcfc rtrs_clt_rdma_cq_direct +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-client 0x138efe55 rtrs_clt_put_permit +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-client 0x155d856a rtrs_clt_request +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-client 0x29ed0ec9 rtrs_clt_get_permit +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-client 0x2a55859c rtrs_clt_query +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-client 0x4cf541a8 rtrs_clt_open +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-client 0x8450d133 rtrs_clt_close +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-core 0x09e7013a rtrs_ib_dev_find_or_add +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-core 0x242a8646 rtrs_addr_to_str +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-core 0x275bce94 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 0xcaef877c rtrs_rdma_dev_pd_init +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-core 0xe15357ef sockaddr_to_str +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-core 0xe2f0e255 rtrs_rdma_dev_pd_deinit +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-server 0x4f1b0160 rtrs_srv_set_sess_priv +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-server 0x672bbfc5 rtrs_srv_close +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-server 0xaa5abca3 rtrs_srv_resp_rdma +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-server 0xd1b8f55f rtrs_srv_open +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-server 0xe3d218cd rtrs_srv_get_queue_depth +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-server 0xfb22edcc rtrs_srv_get_path_name +EXPORT_SYMBOL drivers/input/gameport/gameport 0x005d8470 gameport_start_polling +EXPORT_SYMBOL drivers/input/gameport/gameport 0x08f057cb __gameport_register_port +EXPORT_SYMBOL drivers/input/gameport/gameport 0x1e48d400 gameport_stop_polling +EXPORT_SYMBOL drivers/input/gameport/gameport 0x2360e3eb gameport_unregister_driver +EXPORT_SYMBOL drivers/input/gameport/gameport 0x5ba4d59a gameport_unregister_port +EXPORT_SYMBOL drivers/input/gameport/gameport 0x703d8784 gameport_set_phys +EXPORT_SYMBOL drivers/input/gameport/gameport 0xc4a44b16 __gameport_register_driver +EXPORT_SYMBOL drivers/input/gameport/gameport 0xd1de6a66 gameport_close +EXPORT_SYMBOL drivers/input/gameport/gameport 0xd4e63332 gameport_open +EXPORT_SYMBOL drivers/input/joystick/iforce/iforce 0x1115c161 iforce_process_packet +EXPORT_SYMBOL drivers/input/joystick/iforce/iforce 0x82731041 iforce_send_packet +EXPORT_SYMBOL drivers/input/joystick/iforce/iforce 0x9404eeff iforce_init_device +EXPORT_SYMBOL drivers/input/matrix-keymap 0x3458179b matrix_keypad_build_keymap +EXPORT_SYMBOL drivers/input/misc/ad714x 0x56af175b ad714x_enable +EXPORT_SYMBOL drivers/input/misc/ad714x 0x6dbffc17 ad714x_disable +EXPORT_SYMBOL drivers/input/misc/ad714x 0x82d21714 ad714x_probe +EXPORT_SYMBOL drivers/input/misc/cma3000_d0x 0x26c68de2 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 0xcaf0fdcb rmi_unregister_transport_device +EXPORT_SYMBOL drivers/input/sparse-keymap 0x3c985d2e sparse_keymap_report_event +EXPORT_SYMBOL drivers/input/sparse-keymap 0x6a129582 sparse_keymap_entry_from_scancode +EXPORT_SYMBOL drivers/input/sparse-keymap 0x809bc815 sparse_keymap_setup +EXPORT_SYMBOL drivers/input/sparse-keymap 0xc0878bb4 sparse_keymap_entry_from_keycode +EXPORT_SYMBOL drivers/input/sparse-keymap 0xfa3609da sparse_keymap_report_entry +EXPORT_SYMBOL drivers/input/touchscreen/ad7879 0x10545351 ad7879_pm_ops +EXPORT_SYMBOL drivers/input/touchscreen/ad7879 0xd3740bcc ad7879_probe +EXPORT_SYMBOL drivers/interconnect/qcom/icc-smd-rpm 0x750e386c qnoc_remove +EXPORT_SYMBOL drivers/interconnect/qcom/icc-smd-rpm 0xcbe0d86f qnoc_probe +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x2379c521 capi_ctr_handle_message +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x5d697d40 attach_capi_ctr +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x68f44c59 capi_ctr_down +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xbfaa74d6 detach_capi_ctr +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xe2719945 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 0x614eec3f mISDNipac_init +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNipac 0x62cca5ba mISDNisac_init +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNipac 0x6761e549 mISDNipac_irq +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNipac 0xfe43e4c1 mISDNisac_irq +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNisar 0x1204df3d mISDNisar_init +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNisar 0xd0496876 mISDNisar_irq +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x03a68066 mISDN_FsmRestartTimer +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x0c0f64fa bchannel_get_rxbuf +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 0x2a8af8c6 recv_Bchannel_skb +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x2d85e1ea recv_Bchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x2fb6c19d bchannel_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 0x3370b815 recv_Echannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x3f8c9453 get_next_bframe +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x481089f3 recv_Dchannel_skb +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x4d73062d mISDN_register_device +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 0x6324683f mISDN_ctrl_bchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x6fb72dc9 create_l1 +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x8d35bb5f mISDN_unregister_Bprotocol +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x95233457 queue_ch_frame +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x9837bf64 mISDN_unregister_device +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x992a4be9 mISDN_initdchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x9c928457 mISDN_FsmNew +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xa7bc6f44 recv_Dchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xb055974f mISDN_freebchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xc3401729 mISDN_register_clock +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xca201179 mISDN_initbchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xcf832867 get_next_dframe +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xd1a77eae mISDN_clear_bchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xd285995f mISDN_clock_get +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xd3156650 mISDNDevName4ch +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xd5145151 mISDN_FsmEvent +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xdbe6c856 mISDN_register_Bprotocol +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xe75f029d mISDN_freedchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xe8f617eb mISDN_unregister_clock +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xeed2b9c4 dchannel_senddata +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_dsp 0x01087af0 mISDN_dsp_element_unregister +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_dsp 0x93df9e4b dsp_audio_law_to_s32 +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_dsp 0xb07a21b8 dsp_audio_s16_to_law +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_dsp 0xb98308d8 mISDN_dsp_element_register +EXPORT_SYMBOL drivers/leds/leds-ti-lmu-common 0x54a12ec4 ti_lmu_common_set_ramp +EXPORT_SYMBOL drivers/leds/leds-ti-lmu-common 0x99e24d21 ti_lmu_common_get_brt_res +EXPORT_SYMBOL drivers/leds/leds-ti-lmu-common 0xc6a53d68 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 0x43e61476 cmdq_get_shift_pa +EXPORT_SYMBOL drivers/mailbox/omap-mailbox 0x19e8b799 omap_mbox_enable_irq +EXPORT_SYMBOL drivers/mailbox/omap-mailbox 0x470a70d1 omap_mbox_request_channel +EXPORT_SYMBOL drivers/mailbox/omap-mailbox 0xe1afefb4 omap_mbox_disable_irq +EXPORT_SYMBOL drivers/md/dm-log 0x56eb50ce dm_dirty_log_create +EXPORT_SYMBOL drivers/md/dm-log 0x8c4706fd dm_dirty_log_destroy +EXPORT_SYMBOL drivers/md/dm-log 0xfbb6bd6f dm_dirty_log_type_register +EXPORT_SYMBOL drivers/md/dm-log 0xff2688ca dm_dirty_log_type_unregister +EXPORT_SYMBOL drivers/md/dm-snapshot 0x54a24ba5 dm_exception_store_create +EXPORT_SYMBOL drivers/md/dm-snapshot 0x6a0ea2b5 dm_exception_store_type_register +EXPORT_SYMBOL drivers/md/dm-snapshot 0x9889616c dm_snap_cow +EXPORT_SYMBOL drivers/md/dm-snapshot 0xa84e99b0 dm_snap_origin +EXPORT_SYMBOL drivers/md/dm-snapshot 0xba3c9e99 dm_exception_store_destroy +EXPORT_SYMBOL drivers/md/dm-snapshot 0xc28a43e1 dm_exception_store_type_unregister +EXPORT_SYMBOL drivers/md/raid456 0x2257b77d raid5_set_cache_size +EXPORT_SYMBOL drivers/md/raid456 0x3e53bb1c r5c_journal_mode_set +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x13fbc446 flexcop_device_kmalloc +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x35033711 flexcop_pid_feed_control +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x36b9f689 flexcop_device_exit +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x4f0052f1 flexcop_sram_ctrl +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x53b4379b flexcop_dump_reg +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x575541dd flexcop_wan_set_speed +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x69328ba2 flexcop_pass_dmx_packets +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x6b18a203 flexcop_device_kfree +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x8d57bd1c flexcop_pass_dmx_data +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x9d7758fe flexcop_i2c_request +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xa8cf008e flexcop_eeprom_check_mac_addr +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xbc3b7bc8 flexcop_device_initialize +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xe89d9f81 flexcop_sram_set_dest +EXPORT_SYMBOL drivers/media/common/cx2341x 0x00c5072c cx2341x_ext_ctrls +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 0x418a7ec4 cx2341x_handler_init +EXPORT_SYMBOL drivers/media/common/cx2341x 0x55aa7c5f cx2341x_mpeg_ctrls +EXPORT_SYMBOL drivers/media/common/cx2341x 0x63930b2e cx2341x_handler_set_50hz +EXPORT_SYMBOL drivers/media/common/cx2341x 0x700c593f cx2341x_handler_setup +EXPORT_SYMBOL drivers/media/common/cx2341x 0x7b4dd2cb cx2341x_fill_defaults +EXPORT_SYMBOL drivers/media/common/cx2341x 0xae05ab57 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 0xcb3c8ceb cypress_load_firmware +EXPORT_SYMBOL drivers/media/common/ttpci-eeprom 0x2c455c33 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 0xbb94f675 tveeprom_read +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-common 0x065246b8 frame_vector_create +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-common 0x093763ab vb2_verify_memory_type +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-common 0x1b700d37 put_vaddr_frames +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-common 0x1d5f9555 frame_vector_destroy +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-common 0x3b26edb3 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 0xaedd82ea vb2_dvb_alloc_frontend +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-dvb 0xc6eeb23c vb2_dvb_unregister_bus +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-dvb 0xd5481a91 vb2_dvb_register_bus +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-dvb 0xe23feb5b vb2_dvb_find_frontend +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-dvb 0xeef7dc05 vb2_dvb_get_frontend +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-dvb 0xf5593bb1 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 0x6f33d83f vb2_querybuf +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x02b4bde1 dvb_ca_en50221_camready_irq +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x08733236 intlog10 +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x1658516a dvb_net_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x18acd31f dvb_dmx_swfilter_packets +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x21071f75 dvb_register_device +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x2422d625 dvb_dmxdev_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x26a010e9 dvb_device_get +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x2f5cdf80 dvb_ringbuffer_write +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x375639ff dvb_ca_en50221_camchange_irq +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x3b93d71a dvb_frontend_sleep_until +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x4422b85b dvb_dmxdev_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x467cff05 dvb_remove_device +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x54abe4ff dvb_dmx_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x5506dcf3 dvb_generic_ioctl +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 0x625c7907 dvb_register_adapter +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x6a9f708a dvb_dmx_swfilter_204 +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x769fe389 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 0x96a17bc1 dvb_ca_en50221_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x998f9b60 dvb_frontend_reinitialise +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x9eec89d7 dvb_ca_en50221_init +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 0xb98ee3aa dvb_frontend_detach +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xbfcf64dd dvb_generic_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xc13b567f dvb_unregister_adapter +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xc3f679f9 dvb_ringbuffer_write_user +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xcbe7ac17 dvb_frontend_suspend +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xdac7af0f dvb_net_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xdb9449c8 dvb_unregister_frontend +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xe138ce6b dvb_ringbuffer_avail +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xe269bf98 dvb_ca_en50221_frda_irq +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xe3a76c9b dvb_unregister_device +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xebbc2d9b dvb_ringbuffer_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xf0820dc0 dvb_frontend_resume +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xfaf5d5cd 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-frontends/ascot2e 0x08527622 ascot2e_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/atbm8830 0x4c75e85a atbm8830_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x5712f7e5 au8522_sleep +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x70824259 au8522_release_state +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x714ba9a1 au8522_analog_i2c_gate_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x831da608 au8522_writereg +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0xbe35ab40 au8522_init +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0xc2994548 au8522_readreg +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0xce90c799 au8522_led_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0xed4364f7 au8522_get_state +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0xf85aff9b au8522_i2c_gate_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_dig 0x8f351b80 au8522_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/bcm3510 0x4f7d5b7c bcm3510_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx22700 0x79073410 cx22700_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx22702 0x4c6705ff cx22702_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24110 0x62177e7f cx24110_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24113 0x85ef0b5c cx24113_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24113 0xb65aee64 cx24113_agc_callback +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24116 0x3380118e cx24116_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24120 0x99a0bc28 cx24120_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24123 0x83d081c5 cx24123_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24123 0xf75ebcbd cx24123_get_tuner_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/cxd2820r 0x01c9a466 cxd2820r_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cxd2841er 0x26623a68 cxd2841er_attach_s +EXPORT_SYMBOL drivers/media/dvb-frontends/cxd2841er 0xf1c55b01 cxd2841er_attach_t_c +EXPORT_SYMBOL drivers/media/dvb-frontends/cxd2880/cxd2880 0x4708491d cxd2880_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0x05a989c4 dib0070_get_rf_output +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0x71b34190 dib0070_wbd_offset +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0x978b8955 dib0070_ctrl_agc_filter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0xc84b3e6b dib0070_set_rf_output +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0xe514ac05 dib0070_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x01edce1c dib0090_set_switch +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x0a7637d3 dib0090_get_tune_state +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x1e54aacb dib0090_set_vga +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x2740e98d dib0090_get_wbd_offset +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x2dae0a34 dib0090_pwm_gain_reset +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x39906206 dib0090_update_tuning_table_7090 +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x45899471 dib0090_register +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x65423499 dib0090_update_rframp_7090 +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x6b6fa5b9 dib0090_set_tune_state +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x6d237205 dib0090_dcc_freq +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xa5f7bc3e dib0090_fw_register +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xb5abc1fb dib0090_set_dc_servo +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xcb491459 dib0090_get_current_gain +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xdf21556f dib0090_get_wbd_target +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xecc1ba73 dib0090_gain_control +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mb 0xc1117a6c dib3000mb_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0x0a59ead4 dib3000mc_i2c_enumeration +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0x325bba56 dib3000mc_set_config +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0x37d80694 dib3000mc_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0x8ca2dbcc dib3000mc_pid_control +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0xbb901278 dib3000mc_get_tuner_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0xc02416b3 dib3000mc_pid_parse +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000m 0x3b978819 dib7000m_get_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000m 0x5e22a129 dib7000m_pid_filter_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000m 0xb045cfc5 dib7000m_pid_filter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000m 0xb1372a20 dib7000m_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x21e3221b dib7000p_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x56c6e28a dib8000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0x1b9b9225 dib9000_set_slave_frontend +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0x37bda130 dib9000_get_slave_frontend +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0x3ae43ff7 dib9000_get_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0x474b5a98 dib9000_fw_pid_filter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0x5797d4b8 dib9000_i2c_enumeration +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0x6f694d60 dib9000_fw_set_component_bus_speed +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0x83f46af6 dib9000_set_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0x91bad73a dib9000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0x935227be dib9000_set_gpio +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0x9386e475 dib9000_get_component_bus_interface +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0xbbe4fcd5 dib9000_firmware_post_pll_init +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0xd5abb762 dib9000_fw_pid_filter_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0xf9f03290 dib9000_get_tuner_interface +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0x2478322c dibx000_reset_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0x39485c9c dibx000_init_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0x7965d09f dibx000_i2c_set_speed +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0x945040d4 dibx000_exit_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0xaf280e96 dibx000_get_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/drx39xyj/drx39xyj 0x4f4f5ba5 drx39xxj_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/drxd 0xc26a9a6f drxd_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/drxk 0xa54317f9 drxk_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/ds3000 0x786b13e8 ds3000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dvb-pll 0x8f3d9227 dvb_pll_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dvb_dummy_fe 0x7da2ed93 dvb_dummy_fe_qpsk_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dvb_dummy_fe 0xd66cc9fb dvb_dummy_fe_ofdm_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dvb_dummy_fe 0xf0abcf37 dvb_dummy_fe_qam_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/ec100 0x8c6b9000 ec100_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/helene 0x438a0f70 helene_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/helene 0x741451b7 helene_attach_s +EXPORT_SYMBOL drivers/media/dvb-frontends/horus3a 0xb7c01c29 horus3a_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/isl6405 0xa02c293a isl6405_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/isl6421 0x8e004c6a isl6421_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/isl6423 0xf60fb02b isl6423_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/itd1000 0x47a537c0 itd1000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/ix2505v 0x2a82462f ix2505v_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/l64781 0x37de718a l64781_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lg2160 0xec7104a8 lg2160_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lgdt3305 0x1cdf18b8 lgdt3305_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lgdt3306a 0x4ff640f3 lgdt3306a_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lgdt330x 0xcc1c33b7 lgdt330x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lgs8gl5 0x20ff289c lgs8gl5_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lgs8gxx 0xfae3a899 lgs8gxx_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lnbh25 0xcbd65504 lnbh25_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lnbh29 0x62299ad8 lnbh29_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lnbp21 0x927f880f lnbp21_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lnbp21 0xf8f3575f lnbh24_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lnbp22 0xa30b1c9b lnbp22_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/m88ds3103 0x1a9e9018 m88ds3103_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/m88ds3103 0xc1816a8b m88ds3103_get_agc_pwm +EXPORT_SYMBOL drivers/media/dvb-frontends/m88rs2000 0x0fdd36ac m88rs2000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/mb86a16 0xd6263b3b mb86a16_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/mb86a20s 0xea0e8fab mb86a20s_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/mt312 0x7f73bec8 mt312_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/mt352 0x3e49803e mt352_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/nxt200x 0x940f504d nxt200x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/nxt6000 0xa200100f nxt6000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/or51132 0x76bc2091 or51132_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/or51211 0xc3364d58 or51211_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/s5h1409 0xcf8b6bda s5h1409_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/s5h1411 0x9a1d7d0c s5h1411_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/s5h1420 0x456e9090 s5h1420_get_tuner_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/s5h1420 0x63c66b94 s5h1420_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/s5h1432 0x94ac50d0 s5h1432_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/s921 0x0ba5f86f s921_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/si21xx 0x428cc975 si21xx_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/sp887x 0x09476261 sp887x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stb0899 0x04974482 stb0899_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stb6000 0x7685ec2f stb6000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stb6100 0x3c49159e stb6100_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0288 0x3b4ea3df stv0288_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0297 0xa05ecc8c stv0297_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0299 0x27f28bea stv0299_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0367 0x438af710 stv0367ddb_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0367 0x737ae92a stv0367ter_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0367 0xf2481347 stv0367cab_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0900 0x6663c9a4 stv0900_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv090x 0xedd3e309 stv090x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv6110 0xa9cfd2e5 stv6110_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv6110x 0xfec758fc stv6110x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda10021 0x491c568c tda10021_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda10023 0x9f1182c6 tda10023_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda10048 0x55ee3c2a tda10048_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda1004x 0x922db853 tda10046_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda1004x 0xa9a0a727 tda10045_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda10086 0xd7db701e tda10086_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda665x 0x1eb47777 tda665x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda8083 0x1606c056 tda8083_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda8261 0xa9300d57 tda8261_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda826x 0xbe453089 tda826x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/ts2020 0x27d8966b ts2020_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tua6100 0xe449dccb tua6100_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/ves1820 0x22cc5c95 ves1820_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/ves1x93 0xffb1b4ec ves1x93_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/zd1301_demod 0x74e550d1 zd1301_demod_get_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/zd1301_demod 0xec2b811a zd1301_demod_get_dvb_frontend +EXPORT_SYMBOL drivers/media/dvb-frontends/zl10036 0x931b5f5d zl10036_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/zl10039 0x2b789b5b zl10039_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/zl10353 0xbe1cde33 zl10353_attach +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x2cda81f2 flexcop_dma_allocate +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x43fb5a51 flexcop_dma_config_timer +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x59a7b8a1 flexcop_dma_control_size_irq +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x65566a04 flexcop_dma_config +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x7762aea8 flexcop_dma_xfer_control +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0xc4a417e2 flexcop_dma_control_timer_irq +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0xca4ce822 flexcop_dma_free +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0x2783d91e bt878 +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0x59fc758d bt878_start +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0x8179fe37 bt878_stop +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0xc893f4ec 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 0x54e11033 bttv_sub_unregister +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0x68508fa0 bttv_sub_register +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0x8ecf4acc bttv_write_gpio +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0xbcf2d2fb bttv_read_gpio +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0xcda8943d bttv_get_pcidev +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x256074cc dst_pio_disable +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x43a983fd dst_check_sum +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x4686b0b0 dst_error_bailout +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x6c7562ec dst_attach +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x7af62bdd read_dst +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x87ffa2c9 dst_wait_dst_ready +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0xa674e47b dst_comm_init +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0xbcb573b0 dst_error_recovery +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0xcad6bf13 rdc_reset_state +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0xff21d586 write_dst +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst_ca 0xb82e3ca2 dst_ca_attach +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x0a4a073c cx18_release_stream +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x2cdea06d cx18_reset_ir_gpio +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x34068016 cx18_claim_stream +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x606adc9c cx18_start_v4l2_encode_stream +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x7e79bd9d cx18_ext_init +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x80dcdcf7 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 0x1e7bbd80 cx25821_risc_databuffer_audio +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x44b517f5 cx25821_print_irqbits +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x726ce6d4 cx25821_sram_channel_setup_audio +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x93238d31 cx25821_dev_get +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0xa7bd0e0a cx25821_set_gpiopin_direction +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0xaf3827ea cx25821_riscmem_alloc +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0xb3b24743 cx25821_sram_channel_dump_audio +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0xd4d88ccf cx25821_dev_unregister +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0xe9050411 cx25821_sram_channels +EXPORT_SYMBOL drivers/media/pci/cx88/cx88-vp3054-i2c 0xb3117046 vp3054_i2c_probe +EXPORT_SYMBOL drivers/media/pci/cx88/cx88-vp3054-i2c 0xdc64736b vp3054_i2c_remove +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0x70a1b44b cx88_querycap +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0x75a535a8 cx88_set_freq +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0xbe114810 cx88_enum_input +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0xc31c8c5d cx88_video_mux +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x00cc0eec cx8802_cancel_buffers +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x18c1cc10 cx8802_start_dma +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x442416bb cx8802_buf_queue +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x515afdb6 cx8802_register_driver +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x6905d096 cx8802_buf_prepare +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x7699aab5 cx8802_unregister_driver +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0xfcfeb914 cx8802_get_driver +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x0a095096 cx88_risc_buffer +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x13168051 cx88_ir_stop +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x174ee2f2 cx88_ir_start +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x1a44771e cx88_sram_channel_setup +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x22cd3f5e cx88_vdev_init +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x2351958d cx88_get_stereo +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x2bf53bda cx88_sram_channel_dump +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x384ad16d cx88_newstation +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x3bd09a77 cx88_set_scale +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 0x62826dac cx88_wakeup +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x628dba8b cx88_core_put +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x67ba7295 cx88_set_stereo +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x67c71a75 cx88_core_irq +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x866144c7 cx88_set_tvnorm +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x8bdbf1b7 cx88_reset +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 0x9171b715 cx88_shutdown +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x93ae3987 cx88_set_tvaudio +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x98eebb13 cx88_risc_databuffer +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xd2ae46c6 cx88_core_get +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xf708240b cx88_dsp_detect_stereo_sap +EXPORT_SYMBOL drivers/media/pci/ddbridge/ddbridge-dummy-fe 0xeb62499f ddbridge_dummy_fe_qam_attach +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x04e0d766 ivtv_udma_alloc +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x0886e77a ivtv_init_on_first_open +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x0e6a16cd ivtv_vapi +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x1407e7cc ivtv_udma_unmap +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x14f67530 ivtv_debug +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x2b4d9112 ivtv_clear_irq_mask +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x31d87e26 ivtv_reset_ir_gpio +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x3eda3cd3 ivtv_ext_init +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x408fca3a ivtv_claim_stream +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x45f85dac ivtv_release_stream +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x4f2b557a ivtv_api +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x5b238443 ivtv_firmware_check +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x63848a0e ivtv_start_v4l2_encode_stream +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x8548b37e ivtv_udma_prepare +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x8e115a33 ivtv_vapi_result +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xae14abac ivtv_udma_setup +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xcc8bb61a ivtv_stop_v4l2_encode_stream +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xf4b9b91f ivtv_set_irq_mask +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 0x66f1a12f saa_dsp_writel +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x730c4be3 saa7134_boards +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x8c634f41 saa7134_pgtable_free +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x8f1ad46b saa7134_devlist_lock +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x90874bd0 saa7134_set_gpio +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x9dd70d91 saa7134_set_dmabits +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xa2a8cbab saa7134_pgtable_alloc +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xabf3fc37 saa7134_ts_unregister +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xcadd1df6 saa7134_dmasound_init +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xd12e31d2 saa7134_dmasound_exit +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xe354b504 saa7134_tvaudio_setmute +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xe68762f2 saa7134_ts_register +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xee457dfe saa7134_pgtable_build +EXPORT_SYMBOL drivers/media/platform/allegro-dvt/allegro 0x2c79d0f2 msg_type_name +EXPORT_SYMBOL drivers/media/radio/tea575x 0x24706e33 snd_tea575x_enum_freq_bands +EXPORT_SYMBOL drivers/media/radio/tea575x 0x5689e2a6 snd_tea575x_init +EXPORT_SYMBOL drivers/media/radio/tea575x 0x8fb97f2e snd_tea575x_exit +EXPORT_SYMBOL drivers/media/radio/tea575x 0xa9ff44e6 snd_tea575x_set_freq +EXPORT_SYMBOL drivers/media/radio/tea575x 0xcb6bb079 snd_tea575x_s_hw_freq_seek +EXPORT_SYMBOL drivers/media/radio/tea575x 0xceae0875 snd_tea575x_g_tuner +EXPORT_SYMBOL drivers/media/radio/tea575x 0xd4955fd3 snd_tea575x_hw_init +EXPORT_SYMBOL drivers/media/rc/rc-core 0x01098f88 ir_raw_encode_scancode +EXPORT_SYMBOL drivers/media/rc/rc-core 0x2fe55cf5 ir_raw_gen_pd +EXPORT_SYMBOL drivers/media/rc/rc-core 0x40e5b292 ir_raw_handler_unregister +EXPORT_SYMBOL drivers/media/rc/rc-core 0x7a02ee87 ir_raw_gen_pl +EXPORT_SYMBOL drivers/media/rc/rc-core 0x99ab7f07 ir_raw_handler_register +EXPORT_SYMBOL drivers/media/rc/rc-core 0xb5516017 ir_raw_encode_carrier +EXPORT_SYMBOL drivers/media/rc/rc-core 0xce3696f3 ir_raw_gen_manchester +EXPORT_SYMBOL drivers/media/tuners/fc0011 0x7e72ec95 fc0011_attach +EXPORT_SYMBOL drivers/media/tuners/fc0012 0xf8a27334 fc0012_attach +EXPORT_SYMBOL drivers/media/tuners/fc0013 0x8cb29942 fc0013_attach +EXPORT_SYMBOL drivers/media/tuners/fc0013 0xe569da01 fc0013_rc_cal_reset +EXPORT_SYMBOL drivers/media/tuners/fc0013 0xe5c99e2d fc0013_rc_cal_add +EXPORT_SYMBOL drivers/media/tuners/max2165 0x9fe52780 max2165_attach +EXPORT_SYMBOL drivers/media/tuners/mc44s803 0xba7e2dca mc44s803_attach +EXPORT_SYMBOL drivers/media/tuners/mt2060 0x31bf8271 mt2060_attach +EXPORT_SYMBOL drivers/media/tuners/mt2131 0x2c231079 mt2131_attach +EXPORT_SYMBOL drivers/media/tuners/mt2266 0x37c8a5dc mt2266_attach +EXPORT_SYMBOL drivers/media/tuners/mxl5005s 0x9b74eeb8 mxl5005s_attach +EXPORT_SYMBOL drivers/media/tuners/qt1010 0x9adef6d8 qt1010_attach +EXPORT_SYMBOL drivers/media/tuners/tda18218 0xece41d97 tda18218_attach +EXPORT_SYMBOL drivers/media/tuners/tuner-types 0x4c48939e tuners +EXPORT_SYMBOL drivers/media/tuners/tuner-types 0xc2821775 tuner_count +EXPORT_SYMBOL drivers/media/tuners/xc2028 0xf7563f19 xc2028_attach +EXPORT_SYMBOL drivers/media/tuners/xc4000 0x103bc4e7 xc4000_attach +EXPORT_SYMBOL drivers/media/tuners/xc5000 0x36984e53 xc5000_attach +EXPORT_SYMBOL drivers/media/usb/cx231xx/cx231xx 0x00f0803f cx231xx_register_extension +EXPORT_SYMBOL drivers/media/usb/cx231xx/cx231xx 0xb1b49845 cx231xx_unregister_extension +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x2fc83340 dvb_usbv2_reset_resume +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x33f3a347 dvb_usbv2_probe +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x7aacfebd dvb_usbv2_generic_write_locked +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0xb5548313 dvb_usbv2_generic_rw_locked +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0xbbfd0a10 dvb_usbv2_resume +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0xc27307c9 dvb_usbv2_generic_write +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0xd29b289f dvb_usbv2_generic_rw +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0xecbc9797 dvb_usbv2_suspend +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0xee4c4169 dvb_usbv2_disconnect +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x0eb1af1d dvb_usb_nec_rc_key_to_event +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x12637e66 dvb_usb_device_exit +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x1810461e dvb_usb_generic_rw +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x858de083 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 0xdf0fa751 dvb_usb_device_init +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0xf1d9e7fa 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 0x6fbdab34 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 0x1064eb57 dibusb_rc_query +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x5066235d dibusb_i2c_algo +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x551648c0 dibusb_read_eeprom_byte +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x57ff386d dibusb2_0_streaming_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x8071959e dibusb2_0_power_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x93822ecb rc_map_dibusb_table +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x975911fd dibusb_power_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xbc8d6910 dibusb_pid_filter +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xd88b8752 dibusb_streaming_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xe560beb6 dibusb_pid_filter_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-mc-common 0x301eebdb dibusb_dib3000mc_tuner_attach +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-mc-common 0xa02b82fe dibusb_dib3000mc_frontend_attach +EXPORT_SYMBOL drivers/media/usb/em28xx/em28xx 0x5015d9b7 em28xx_unregister_extension +EXPORT_SYMBOL drivers/media/usb/em28xx/em28xx 0xe2b89c9a em28xx_register_extension +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0x09201e46 go7007_read_interrupt +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0x09cc02b5 go7007_read_addr +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0x4694da97 go7007_parse_video_stream +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0x4a14c801 go7007_alloc +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0x5ce12373 go7007_update_board +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0x5d9ce25c go7007_snd_remove +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0x8a8558ff go7007_snd_init +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0xeba5f130 go7007_boot_encoder +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0xebe76aef go7007_register_encoder +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x180f34bd gspca_dev_probe2 +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x30669ba9 gspca_frame_add +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x75e3f168 gspca_dev_probe +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x762bdc0b gspca_disconnect +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x9670af2c gspca_debug +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0xb804b781 gspca_expo_autogain +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0xecaa951b gspca_suspend +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0xecb4bf09 gspca_coarse_grained_expo_autogain +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0xfd2928ad gspca_resume +EXPORT_SYMBOL drivers/media/usb/ttusb-dec/ttusbdecfe 0x12e618ea ttusbdecfe_dvbt_attach +EXPORT_SYMBOL drivers/media/usb/ttusb-dec/ttusbdecfe 0x39211920 ttusbdecfe_dvbs_attach +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-async 0x00e40d55 v4l2_async_unregister_subdev +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-async 0x1d3ac492 v4l2_async_nf_init +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-async 0x271b34c2 v4l2_async_subdev_nf_register +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-async 0x4342d63c v4l2_async_register_subdev +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-async 0x624481a2 v4l2_async_nf_unregister +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-async 0xc9ebc9af v4l2_async_nf_register +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0x2241dde4 v4l2_m2m_get_vq +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0x3f5c651c v4l2_m2m_job_finish +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0x459e133f v4l2_m2m_get_curr_priv +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0x5352d022 v4l2_m2m_resume +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0x5fc6edbb v4l2_m2m_mmap +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0x79b7450d v4l2_m2m_buf_done_and_job_finish +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0xf626dd03 v4l2_m2m_suspend +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x01d95845 video_device_release +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x0304e345 v4l2_try_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x05fe683d v4l2_ctrl_type_op_log +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 0x088af605 v4l2_ctrl_g_ctrl_int64 +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x1068f62a v4l2_ctrl_subscribe_event +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x11d7c3de __v4l2_ctrl_modify_range +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 0x1705e3d3 v4l2_ctrl_cluster +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x17e7f9a9 v4l2_querymenu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x1db1482e v4l2_ctrl_log_status +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x2342f1ae v4l2_prio_open +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x25aa2ee8 __v4l2_ctrl_modify_dimensions +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x28b12cc9 v4l2_format_info +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x2de9a9e4 v4l2_ctrl_new_std_compound +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 0x377c334e v4l2_subdev_call_wrappers +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x3adbd595 v4l2_field_names +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x3bdd0f94 v4l2_prio_change +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x3c7f43e5 v4l2_ctrl_type_op_init +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x3e050ddf video_device_release_empty +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x4179f75f __video_register_device +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x422a2a55 v4l2_ctrl_new_std_menu_items +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x42c5e14c v4l2_queryctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x431cd313 v4l2_ctrl_handler_init_class +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x4bfbfd25 v4l2_ctrl_auto_cluster +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x4d13551b v4l2_ctrl_poll +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x51f14654 v4l2_ctrl_handler_free +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x5726d944 v4l2_s_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x57eb262b v4l2_ctrl_type_op_equal +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x67c2309c __v4l2_ctrl_grab +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x6829b06b v4l2_ctrl_type_op_validate +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x6934d31d v4l2_ctrl_activate +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x6f668378 v4l2_ctrl_new_std_menu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x704386d7 v4l2_ctrl_radio_filter +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x7191232f v4l2_ctrl_new_fwnode_properties +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x727b4f24 v4l2_ctrl_new_int_menu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x78fe0dab __v4l2_ctrl_s_ctrl_string +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x793c9aa8 v4l2_ctrl_new_std +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x7e0293cc v4l2_ctrl_request_complete +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x8106095a v4l2_prio_max +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x817c1fa4 video_ioctl2 +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x8453ef26 v4l2_ctrl_handler_setup +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x89e3897d v4l2_ctrl_query_fill +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x8ff1a095 video_unregister_device +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x963e6965 v4l2_ctrl_subdev_log_status +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xa5ceccf8 v4l2_g_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xaae6bca6 v4l2_ctrl_subdev_subscribe_event +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xac2df1dc v4l2_query_ext_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xaedb4ae0 v4l2_ctrl_fill +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xaedec266 v4l2_s_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xafe08b0b v4l2_ctrl_g_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xb53203bd v4l2_ctrl_notify +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 0xc0e4b0e9 v4l2_ctrl_request_setup +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xc3cf8348 video_device_alloc +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xc47a3ad8 __v4l2_ctrl_s_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xc5783f01 v4l2_subdev_init +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xcda04a5b v4l2_prio_close +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xd16559e5 v4l2_ctrl_find +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xd16d9c01 v4l2_ctrl_get_int_menu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xd637a869 video_devdata +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xda95244f v4l2_ctrl_handler_log_status +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xde2db361 v4l2_ctrl_new_custom +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xe2b92059 v4l2_video_std_construct +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xe8783343 v4l2_g_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xe9e5b119 v4l2_ctrl_add_handler +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xed572792 __v4l2_ctrl_s_ctrl_int64 +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 0xf5ace755 __v4l2_ctrl_s_ctrl_compound +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xfe55fcb5 v4l2_ctrl_sub_ev_ops +EXPORT_SYMBOL drivers/memory/renesas-rpc-if 0x707bb2b9 rpcif_dirmap_read +EXPORT_SYMBOL drivers/memory/renesas-rpc-if 0x91203d17 rpcif_prepare +EXPORT_SYMBOL drivers/memory/renesas-rpc-if 0x9a8292fa rpcif_hw_init +EXPORT_SYMBOL drivers/memory/renesas-rpc-if 0xd09ade3d rpcif_sw_init +EXPORT_SYMBOL drivers/memory/renesas-rpc-if 0xf47fae17 rpcif_manual_xfer +EXPORT_SYMBOL drivers/memstick/core/memstick 0x199305e6 memstick_init_req +EXPORT_SYMBOL drivers/memstick/core/memstick 0x1fe81c96 memstick_add_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0x287277cb memstick_init_req_sg +EXPORT_SYMBOL drivers/memstick/core/memstick 0x457b8ade memstick_suspend_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0x71e3701a memstick_free_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0x7d676ad5 memstick_register_driver +EXPORT_SYMBOL drivers/memstick/core/memstick 0x7eae5ad2 memstick_new_req +EXPORT_SYMBOL drivers/memstick/core/memstick 0x92196061 memstick_alloc_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0xa2176385 memstick_next_req +EXPORT_SYMBOL drivers/memstick/core/memstick 0xb1cb41c1 memstick_set_rw_addr +EXPORT_SYMBOL drivers/memstick/core/memstick 0xbe738f13 memstick_remove_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0xc11fa7b8 memstick_unregister_driver +EXPORT_SYMBOL drivers/memstick/core/memstick 0xcb422414 memstick_detect_change +EXPORT_SYMBOL drivers/memstick/core/memstick 0xd983f304 memstick_resume_host +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x1642e855 mpt_verify_adapter +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x1c91efb2 mpt_suspend +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x209bacbd mpt_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x25b97cb2 mpt_raid_phys_disk_pg0 +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x276a3c6b mpt_device_driver_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x2c1b26c2 mptbase_sas_persist_operation +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x2e480b70 mpt_raid_phys_disk_pg1 +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x324cb10b mpt_Soft_Hard_ResetHandler +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x374a8211 mpt_attach +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x494531cc mpt_config +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x502108d0 mpt_fwfault_debug +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x51e2ef26 mpt_free_msg_frame +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x555af9fa mpt_HardResetHandler +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x57af32f6 mpt_reset_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x5944408e mpt_put_msg_frame_hi_pri +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x610b257e mpt_reset_deregister +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x71f73862 mpt_GetIocState +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x73aa03d5 mpt_resume +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x74a0134a mpt_device_driver_deregister +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x79c5e061 mpt_detach +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x8496b3c4 mpt_put_msg_frame +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x86a3ac4d mpt_alloc_fw_memory +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x88094261 mpt_set_taskmgmt_in_progress_flag +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x981efe92 mpt_deregister +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x98f73af2 mpt_print_ioc_summary +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xa7c06a11 mpt_send_handshake_request +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xcd29d8db mpt_get_msg_frame +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xd71e2200 mpt_halt_firmware +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xd7d18bd6 mpt_findImVolumes +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xdd805159 ioc_list +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xe05212ee mpt_event_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xe1c5f547 mpt_raid_phys_disk_get_num_paths +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xe6c1e126 mpt_event_deregister +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xecc61007 mpt_free_fw_memory +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xeed9362d mpt_clear_taskmgmt_in_progress_flag +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x0aac2a21 mptscsih_host_attr_groups +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x116ec63d mptscsih_event_process +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x11d3d4f9 mptscsih_slave_destroy +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x12164e65 mptscsih_io_done +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x1ccb1f25 mptscsih_remove +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x2a180445 mptscsih_taskmgmt_response_code +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x49fb24e8 mptscsih_info +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x5026edf4 mptscsih_IssueTaskMgmt +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x585328c7 mptscsih_is_phys_disk +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x660c4820 mptscsih_shutdown +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x70c9f461 mptscsih_host_reset +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x70f44442 mptscsih_change_queue_depth +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x759d750e mptscsih_taskmgmt_complete +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x83fb4fd2 mptscsih_dev_reset +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x94b8b04e mptscsih_suspend +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xa6562d1a mptscsih_bus_reset +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xa7a17caa mptscsih_show_info +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xaa0ae136 mptscsih_resume +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xb81a83c5 mptscsih_bios_param +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xbde88f68 mptscsih_flush_running_cmds +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xbf53cae4 mptscsih_ioc_reset +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xc0b609b2 mptscsih_scandv_complete +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xca0e4379 mptscsih_get_scsi_lookup +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xd699a780 mptscsih_raid_id_to_num +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xde8b6782 mptscsih_abort +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xef72b8e0 mptscsih_qcmd +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xfff36b66 mptscsih_slave_configure +EXPORT_SYMBOL drivers/mfd/axp20x 0x373d6eca axp20x_device_remove +EXPORT_SYMBOL drivers/mfd/axp20x 0x89ae9984 axp20x_match_device +EXPORT_SYMBOL drivers/mfd/axp20x 0x8c1a8fd0 axp20x_device_probe +EXPORT_SYMBOL drivers/mfd/dln2 0x1b4301f7 dln2_unregister_event_cb +EXPORT_SYMBOL drivers/mfd/dln2 0x7890e7c5 dln2_transfer +EXPORT_SYMBOL drivers/mfd/dln2 0xe38e7550 dln2_register_event_cb +EXPORT_SYMBOL drivers/mfd/htc-pasic3 0x997772ad pasic3_write_register +EXPORT_SYMBOL drivers/mfd/htc-pasic3 0xfbbc4d3a pasic3_read_register +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x057d45b6 mc13xxx_irq_free +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x29bd908f mc13xxx_reg_rmw +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x47c66273 mc13xxx_get_flags +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x4f020270 mc13xxx_unlock +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x6c4c8158 mc13xxx_irq_request +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x742512cd mc13xxx_lock +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x7ff4d0b4 mc13xxx_irq_mask +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x81d4e699 mc13xxx_irq_unmask +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x96311518 mc13xxx_irq_status +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xd7e19e41 mc13xxx_reg_write +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xffff1488 mc13xxx_reg_read +EXPORT_SYMBOL drivers/mfd/qcom-spmi-pmic 0x93f8216a 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 0x4bb26ba4 wm8994_irq_exit +EXPORT_SYMBOL drivers/mfd/wm8994 0x4d633eb0 wm1811_regmap_config +EXPORT_SYMBOL drivers/mfd/wm8994 0x9593755f wm8994_base_regmap_config +EXPORT_SYMBOL drivers/mfd/wm8994 0xb275a2c2 wm8994_irq_init +EXPORT_SYMBOL drivers/mfd/wm8994 0xd2013c9d wm8958_regmap_config +EXPORT_SYMBOL drivers/mfd/wm8994 0xe03b8704 wm8994_regmap_config +EXPORT_SYMBOL drivers/misc/ad525x_dpot 0xc24202e4 ad_dpot_remove +EXPORT_SYMBOL drivers/misc/ad525x_dpot 0xff0a4db0 ad_dpot_probe +EXPORT_SYMBOL drivers/misc/altera-stapl/altera-stapl 0x5bafa76e altera_init +EXPORT_SYMBOL drivers/misc/c2port/core 0x2ce3bf4e c2port_device_register +EXPORT_SYMBOL drivers/misc/c2port/core 0xa3b00025 c2port_device_unregister +EXPORT_SYMBOL drivers/misc/tifm_core 0x037ae0b1 tifm_unregister_driver +EXPORT_SYMBOL drivers/misc/tifm_core 0x0d5b6b3f tifm_add_adapter +EXPORT_SYMBOL drivers/misc/tifm_core 0x0ffb277f tifm_queue_work +EXPORT_SYMBOL drivers/misc/tifm_core 0x11a1c63f tifm_register_driver +EXPORT_SYMBOL drivers/misc/tifm_core 0x19f2da6e tifm_unmap_sg +EXPORT_SYMBOL drivers/misc/tifm_core 0x1ef36b89 tifm_alloc_device +EXPORT_SYMBOL drivers/misc/tifm_core 0x2b5a0efc tifm_free_adapter +EXPORT_SYMBOL drivers/misc/tifm_core 0x4d52483b tifm_has_ms_pif +EXPORT_SYMBOL drivers/misc/tifm_core 0x7505eed6 tifm_free_device +EXPORT_SYMBOL drivers/misc/tifm_core 0xa9b5aec9 tifm_eject +EXPORT_SYMBOL drivers/misc/tifm_core 0xc0caf1e4 tifm_remove_adapter +EXPORT_SYMBOL drivers/misc/tifm_core 0xc9d179ea tifm_map_sg +EXPORT_SYMBOL drivers/misc/tifm_core 0xeace2553 tifm_alloc_adapter +EXPORT_SYMBOL drivers/mmc/host/cqhci 0x07b5ca15 cqhci_init +EXPORT_SYMBOL drivers/mmc/host/cqhci 0x34183a67 cqhci_pltfm_init +EXPORT_SYMBOL drivers/mmc/host/cqhci 0xb570a118 cqhci_deactivate +EXPORT_SYMBOL drivers/mmc/host/cqhci 0xcd718708 cqhci_irq +EXPORT_SYMBOL drivers/mmc/host/cqhci 0xced05e25 cqhci_resume +EXPORT_SYMBOL drivers/mmc/host/dw_mmc 0x447398b0 dw_mci_remove +EXPORT_SYMBOL drivers/mmc/host/dw_mmc 0x7aefae15 dw_mci_probe +EXPORT_SYMBOL drivers/mmc/host/dw_mmc 0xab991ed9 dw_mci_runtime_resume +EXPORT_SYMBOL drivers/mmc/host/dw_mmc 0xe4b86686 dw_mci_runtime_suspend +EXPORT_SYMBOL drivers/mmc/host/of_mmc_spi 0x17bb32de mmc_spi_get_pdata +EXPORT_SYMBOL drivers/mmc/host/of_mmc_spi 0x262875cb mmc_spi_put_pdata +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0x1e70b38e cfi_read_pri +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0x9d7eb2aa cfi_build_cmd_addr +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0xacaf940a cfi_build_cmd +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0xb339b5d2 cfi_varsize_frob +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0xbc190aea cfi_send_gen_cmd +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0xbd26130c cfi_fixup +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0xf1081d94 cfi_merge_status +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0xff9fa623 cfi_udelay +EXPORT_SYMBOL drivers/mtd/chips/chipreg 0x4c67157b do_map_probe +EXPORT_SYMBOL drivers/mtd/chips/chipreg 0xb214c3df map_destroy +EXPORT_SYMBOL drivers/mtd/chips/chipreg 0xc1c8e7d2 register_mtd_chip_driver +EXPORT_SYMBOL drivers/mtd/chips/chipreg 0xc7f6e099 unregister_mtd_chip_driver +EXPORT_SYMBOL drivers/mtd/chips/gen_probe 0x7bd64a95 mtd_do_chip_probe +EXPORT_SYMBOL drivers/mtd/lpddr/lpddr_cmds 0x8f957550 lpddr_cmdset +EXPORT_SYMBOL drivers/mtd/maps/map_funcs 0x22d8c9e0 simple_map_init +EXPORT_SYMBOL drivers/mtd/mtd 0x72f4f084 mtd_concat_create +EXPORT_SYMBOL drivers/mtd/mtd 0x76985a3c mtd_concat_destroy +EXPORT_SYMBOL drivers/mtd/nand/ecc-mtk 0x102603bc mtk_ecc_get_parity_bits +EXPORT_SYMBOL drivers/mtd/nand/ecc-mtk 0x25d20d66 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 0x0889fc9d nand_ecc_sw_bch_calculate +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x0aa4a36e nand_ecc_unregister_on_host_hw_engine +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x343886f9 nand_ecc_sw_bch_get_engine +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x35b1fbe6 nand_ecc_sw_bch_cleanup_ctx +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x3f47a0a5 nand_ecc_get_sw_engine +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x57ac9d19 nand_ecc_cleanup_ctx +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x7afd8062 of_get_nand_ecc_user_config +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x7b581ad0 nand_ecc_sw_hamming_correct +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x8f0cd897 nand_ecc_prepare_io_req +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x93120c8a nand_ecc_put_on_host_hw_engine +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x95c70e2d nand_ecc_init_ctx +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x96c40726 nand_ecc_sw_bch_init_ctx +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x97939bb1 nand_ecc_is_strong_enough +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x9cb2aebd nand_ecc_register_on_host_hw_engine +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xa990f225 nand_ecc_finish_io_req +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xabba4eb6 nand_ecc_sw_bch_correct +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xb7ceb054 nand_ecc_get_on_host_hw_engine +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xc0e2550d nand_ecc_get_on_die_hw_engine +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xc8868214 nand_ecc_sw_hamming_cleanup_ctx +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xcbc53e4f nand_ecc_sw_hamming_get_engine +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xe1619b18 nand_ecc_sw_hamming_init_ctx +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xe6db989b ecc_sw_hamming_correct +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xf3e560ee nand_ecc_sw_hamming_calculate +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xff4351b0 ecc_sw_hamming_calculate +EXPORT_SYMBOL drivers/mtd/nand/onenand/onenand 0x36b51477 flexonenand_region +EXPORT_SYMBOL drivers/mtd/nand/onenand/onenand 0x7de0a671 onenand_addr +EXPORT_SYMBOL drivers/mtd/nand/raw/denali 0x30c1b7f0 denali_remove +EXPORT_SYMBOL drivers/mtd/nand/raw/denali 0x30db096f denali_calc_ecc_bytes +EXPORT_SYMBOL drivers/mtd/nand/raw/denali 0xa89210b3 denali_init +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x1b09751c nand_get_set_features_notsupp +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x1e9a4884 nand_scan_with_ids +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x246caba5 rawnand_sw_hamming_calculate +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x2dde6cd3 nand_monolithic_read_page_raw +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x43086697 nand_write_oob_std +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x4fc70836 nand_monolithic_write_page_raw +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x54d2362c rawnand_sw_bch_cleanup +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x652f5286 rawnand_dt_parse_gpio_cs +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x8585a18d rawnand_sw_bch_correct +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x8c231706 nand_create_bbt +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x8ecbb3b8 nand_check_erased_ecc_chunk +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x967b2c9f nand_read_page_raw +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x9db2568d nand_read_oob_std +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0xa6ab9739 rawnand_sw_hamming_cleanup +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0xb180c42a nand_write_page_raw +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0xd48af08c rawnand_sw_hamming_init +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0xe0c84c6f rawnand_sw_hamming_correct +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0xf6532539 rawnand_sw_bch_init +EXPORT_SYMBOL drivers/mtd/nand/raw/omap_elm 0x18934b55 elm_config +EXPORT_SYMBOL drivers/mtd/nand/raw/omap_elm 0x25a2dee1 elm_decode_bch_error_page +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x0b6bd7ee arcnet_timeout +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x2c98ec98 arcnet_unregister_proto +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x33b8d103 arc_bcast_proto +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x370e9307 arcnet_send_packet +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x604e1ef8 arcnet_open +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x6534792a arcnet_debug +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x89b72014 arc_proto_default +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xc22fe3b8 arcnet_close +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xc89c4cd1 alloc_arcdev +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xdbe2e9aa arc_raw_proto +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xe3584c6d free_arcdev +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xecb730b0 arcnet_interrupt +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xf09b8991 arc_proto_map +EXPORT_SYMBOL drivers/net/arcnet/com20020 0x6f35a12c com20020_check +EXPORT_SYMBOL drivers/net/arcnet/com20020 0x90424dfe com20020_found +EXPORT_SYMBOL drivers/net/arcnet/com20020 0xb4e12d50 com20020_netdev_ops +EXPORT_SYMBOL drivers/net/can/ctucanfd/ctucanfd 0x04ab10c8 ctucan_resume +EXPORT_SYMBOL drivers/net/can/ctucanfd/ctucanfd 0x4eaffd37 ctucan_probe_common +EXPORT_SYMBOL drivers/net/can/ctucanfd/ctucanfd 0x774858e5 ctucan_suspend +EXPORT_SYMBOL drivers/net/can/dev/can-dev 0x4b118530 can_ethtool_op_get_ts_info_hwts +EXPORT_SYMBOL drivers/net/can/dev/can-dev 0xe23e40ef can_eth_ioctl_hwts +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x102c878c b53_get_sset_count +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x14b38405 b53_br_flags +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x179d05a1 b53_vlan_filtering +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x18155424 b53_disable_port +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x18387b2d b53_fdb_add +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x2445a6a9 b53_vlan_del +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x26e68df6 b53_enable_port +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x2a4db007 b53_imp_vlan_setup +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x2e5d684a b53_vlan_add +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x3254e7a5 b53_mirror_del +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x4702951d b53_eee_enable_set +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x4ccb6a3a b53_phylink_mac_link_down +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x511a3acd b53_br_flags_pre +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x5a85f6f0 b53_set_mac_eee +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x5de52fe2 b53_mdb_del +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x68ea6c03 b53_eee_init +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x74e64f09 b53_mirror_add +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x766d6b0a b53_switch_alloc +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x885f21f0 b53_configure_vlan +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x8c265f19 b53_get_ethtool_phy_stats +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x8c407fb2 b53_get_tag_protocol +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x8c6d25f2 b53_get_mac_eee +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x9d8a8099 b53_switch_register +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xa84c5635 b53_setup_devlink_resources +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xa944d406 b53_br_leave +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xab340f09 b53_fdb_del +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xabf835e4 b53_get_strings +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xaca9eb77 b53_phylink_mac_link_up +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xaf4e725f b53_brcm_hdr_setup +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xb4f61780 b53_fdb_dump +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xc2ea207b b53_br_fast_age +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xc6389c65 b53_get_ethtool_stats +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xcddfa30e b53_switch_detect +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xd0f9aa7f b53_phylink_mac_config +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xe1546cfa b53_br_set_stp_state +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xe426dc40 b53_port_event +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xe735c515 b53_br_join +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xf02e5ee3 b53_mdb_add +EXPORT_SYMBOL drivers/net/dsa/b53/b53_serdes 0x43908916 b53_serdes_phylink_get_caps +EXPORT_SYMBOL drivers/net/dsa/b53/b53_serdes 0x87ef4071 b53_serdes_init +EXPORT_SYMBOL drivers/net/dsa/b53/b53_serdes 0x949f0811 b53_serdes_phylink_mac_select_pcs +EXPORT_SYMBOL drivers/net/dsa/b53/b53_serdes 0xbda22c25 b53_serdes_link_set +EXPORT_SYMBOL drivers/net/dsa/lan9303-core 0x370b7cef lan9303_probe +EXPORT_SYMBOL drivers/net/dsa/lan9303-core 0x54446ef9 lan9303_remove +EXPORT_SYMBOL drivers/net/dsa/lan9303-core 0x75f790ee lan9303_shutdown +EXPORT_SYMBOL drivers/net/dsa/lan9303-core 0xada83f40 lan9303_register_set +EXPORT_SYMBOL drivers/net/dsa/microchip/ksz_switch 0x49bc3d49 ksz_switch_alloc +EXPORT_SYMBOL drivers/net/dsa/microchip/ksz_switch 0x56186ae5 ksz_switch_remove +EXPORT_SYMBOL drivers/net/dsa/microchip/ksz_switch 0x7228aee6 ksz_switch_register +EXPORT_SYMBOL drivers/net/dsa/vitesse-vsc73xx-core 0x26e44036 vsc73xx_shutdown +EXPORT_SYMBOL drivers/net/dsa/vitesse-vsc73xx-core 0x3d84f5be vsc73xx_remove +EXPORT_SYMBOL drivers/net/dsa/vitesse-vsc73xx-core 0x617e31fb vsc73xx_probe +EXPORT_SYMBOL drivers/net/dsa/vitesse-vsc73xx-core 0x99d242fe vsc73xx_is_addr_valid +EXPORT_SYMBOL drivers/net/dsa/xrs700x/xrs700x 0x0b8f4e10 xrs700x_switch_remove +EXPORT_SYMBOL drivers/net/dsa/xrs700x/xrs700x 0x2fdf3076 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 0x8d66a235 xrs700x_switch_register +EXPORT_SYMBOL drivers/net/dsa/xrs700x/xrs700x 0x92d726b1 xrs700x_switch_shutdown +EXPORT_SYMBOL drivers/net/dsa/xrs700x/xrs700x 0xb25facfa xrs7003e_info +EXPORT_SYMBOL drivers/net/dsa/xrs700x/xrs700x 0xb89aa5e3 xrs7004e_info +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x052bce8c ei_start_xmit +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x0942ae11 ei_close +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x119721ac ei_interrupt +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x19b0e003 NS8390_init +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x29449a68 ei_get_stats +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x508bb3ec __alloc_ei_netdev +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x6a00552e ei_tx_timeout +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x72d87b79 ei_open +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x8b97d471 ei_set_multicast_list +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x94c7a1f8 ei_netdev_ops +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0xe493500b ei_poll +EXPORT_SYMBOL drivers/net/ethernet/aquantia/atlantic/atlantic 0x9b089d76 aq_xdp_locking_key +EXPORT_SYMBOL drivers/net/ethernet/broadcom/bnxt/bnxt_en 0xab4676a2 bnxt_ulp_probe +EXPORT_SYMBOL drivers/net/ethernet/broadcom/cnic 0x636af174 cnic_unregister_driver +EXPORT_SYMBOL drivers/net/ethernet/broadcom/cnic 0xadf5ed37 cnic_register_driver +EXPORT_SYMBOL drivers/net/ethernet/cavium/common/cavium_ptp 0x12531562 cavium_ptp_put +EXPORT_SYMBOL drivers/net/ethernet/cavium/common/cavium_ptp 0xd9f9707b 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 0x18dd4261 t3_l2t_send_slow +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x2030e5ff t3_l2t_send_event +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x2071839a cxgb3_queue_tid_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x36191006 cxgb3_insert_tid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x3f9675a1 t3_register_cpl_handler +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x56855d3f cxgb3_free_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x5f2eba29 cxgb3_alloc_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x63e7cb67 cxgb3_alloc_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x7f989fa9 cxgb3_free_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x84071ef9 cxgb3_remove_tid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x8a50c289 dev2t3cdev +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x8f20c593 t3_l2t_get +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x9aafcfbd t3_l2e_free +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xb85ef896 cxgb3_unregister_client +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xd8795abf cxgb3_ofld_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xda926f16 cxgb3_register_client +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x04c50766 cxgb4_l2t_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x0637e7e2 cxgb4_check_l2t_valid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x0ac0269f cxgb4_read_sge_timestamp +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x0f1a5528 cxgb4_unregister_uld +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x1079c05e cxgb4_update_root_dev_clip +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x20eb29ab cxgb4_create_server_filter +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x2ccc5c89 cxgb4_write_sgl +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x2e0735e5 cxgb4_create_server6 +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x314faf83 cxgb4_sync_txq_pidx +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x4522c17f cxgb4_l2t_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x4c0a6390 cxgb4_dbfifo_count +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x4dc8794b cxgb4_clip_get +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x50ee5c07 cxgb4_best_aligned_mtu +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x5cd44fd2 cxgb4_immdata_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x5d9b51f1 cxgb4_select_ntuple +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x5dc7fa91 cxgb4_l2t_get +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x68143dc7 cxgb4_port_e2cchan +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x6cdac9aa cxgb4_l2t_alloc_switching +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x75c6c290 cxgb4_flush_eq_cache +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x7f11eb52 cxgb4_ofld_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x80ab00cb cxgb4_get_srq_entry +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x85daf3ac cxgb4_ring_tx_db +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x87d3e6af cxgb4_port_idx +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x901fc14f cxgb4_inline_tx_skb +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x92367d2e cxgb4_create_server +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x9339c274 cxgb4_remove_server_filter +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x97af8d69 cxgb4_free_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x9894f676 cxgb4_pktgl_to_skb +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x98a3cba9 cxgb4_port_chan +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x9910d877 cxgb4_get_tcp_stats +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x9e6c9287 cxgb4_alloc_sftid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x9edb1321 cxgb4_free_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xa042cda0 cxgb4_crypto_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xa8db193f cxgb4_smt_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xaf456683 cxgb4_remove_tid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xb6705074 cxgb4_read_tpte +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xb8acfcae cxgb4_bar2_sge_qregs +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xb9f6c331 cxgb4_alloc_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xbec3136a cxgb4_alloc_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xc45f69d3 cxgb4_smt_alloc_switching +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xc9b34ccc cxgb4_port_viid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xccfe4cbd t4_cleanup_clip_tbl +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xd69a0294 cxgb4_best_mtu +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xd96fbe02 cxgb4_register_uld +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xdbcd0810 cxgb4_remove_server +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xe2036340 cxgb4_clip_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xed764b0f cxgb4_iscsi_init +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xf2252f6b cxgb4_reclaim_completed_tx +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xf9c723e2 cxgb4_map_skb +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xfe1cdb5f cxgb4_write_partial_sgl +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0x1bdaafe1 cxgbi_tagmask_set +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0x1bed09b3 cxgbi_ppm_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0x255ab30f cxgb_get_4tuple +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0x276fbbff cxgb_find_route +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0x37adfa29 cxgbi_ppm_init +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0x44d402c1 cxgbi_ppm_make_ppod_hdr +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0x67d56e1c cxgbi_ppm_ppod_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0x7ce17a1b cxgbi_ppm_ppods_reserve +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0x8db814cf cxgb_find_route6 +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x319c0619 enic_api_devcmd_proxy_by_index +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x35bb168f vnic_dev_unregister +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x68350502 vnic_dev_get_res_count +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x69380bc4 vnic_dev_get_res +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x8e6040cd vnic_dev_register +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0xc364538a vnic_dev_get_pdev +EXPORT_SYMBOL drivers/net/ethernet/emulex/benet/be2net 0x0e5ea0d9 be_roce_register_driver +EXPORT_SYMBOL drivers/net/ethernet/emulex/benet/be2net 0x4e2e10d2 be_roce_mcc_cmd +EXPORT_SYMBOL drivers/net/ethernet/emulex/benet/be2net 0x68691752 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 0x8cb52728 dpaa2_ptp +EXPORT_SYMBOL drivers/net/ethernet/freescale/enetc/fsl-enetc-ierb 0x7480469f enetc_ierb_register_pf +EXPORT_SYMBOL drivers/net/ethernet/freescale/enetc/fsl-enetc-ptp 0x5431a304 enetc_phc_index +EXPORT_SYMBOL drivers/net/ethernet/fungible/funcore/funcore 0x12a06cd5 fun_dev_disable +EXPORT_SYMBOL drivers/net/ethernet/fungible/funcore/funcore 0x1c25ab78 fun_reserve_irqs +EXPORT_SYMBOL drivers/net/ethernet/fungible/funcore/funcore 0x4488ac1f fun_release_irqs +EXPORT_SYMBOL drivers/net/ethernet/fungible/funcore/funcore 0xef66daf7 fun_dev_enable +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns/hnae 0x43457fbc hnae_get_handle +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns/hnae 0xb1266858 hnae_register_notifier +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns/hnae 0xb3cc7ea7 hnae_ae_unregister +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns/hnae 0xb94d1a3c hnae_ae_register +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns/hnae 0xdf24adef hnae_unregister_notifier +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns/hnae 0xed85a677 hnae_reinit_handle +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns/hnae 0xfec51069 hnae_put_handle +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns/hns_dsaf 0xf524eb36 hns_dsaf_roce_reset +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns3/hnae3 0x20409b32 hnae3_set_client_init_flag +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns3/hnae3 0x3cc9d5fe hnae3_unregister_client +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns3/hnae3 0x3dc8ea9a hnae3_register_client +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns3/hnae3 0x4b62b0ad hnae3_register_ae_algo +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns3/hnae3 0x6546ea4f hnae3_unregister_ae_algo +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns3/hnae3 0x84d9e898 hnae3_unregister_ae_algo_prepare +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns3/hnae3 0xc641a3d5 hnae3_unregister_ae_dev +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns3/hnae3 0xc7409cb1 hnae3_register_ae_dev +EXPORT_SYMBOL drivers/net/ethernet/intel/iavf/iavf 0x5f5f3bc7 iavf_unregister_client +EXPORT_SYMBOL drivers/net/ethernet/intel/iavf/iavf 0x7ac34515 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 0x053cacc5 otx2_mbox_regions_init +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0x2152ff64 otx2_mbox_reset +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0x2de04688 __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 0x38c38bc5 otx2_reply_invalid_msg +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0x49286d3c __tracepoint_otx2_msg_alloc +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0x4aed47d9 otx2_mbox_get_rsp +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0x4d90631b __tracepoint_otx2_msg_interrupt +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0x5145dcaa __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 0x66300d7e __traceiter_otx2_msg_process +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0x7197aca4 otx2_mbox_busy_poll_for_rsp +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0x7518e211 otx2_mbox_alloc_msg_rsp +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0x80e2e497 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 0xa0c645f1 otx2_mbox_init +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0xae1c3232 otx2_mbox_check_rsp_msgs +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0xb150b38c __tracepoint_otx2_msg_process +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0xb916301b otx2_mbox_destroy +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0xc39b9fe1 otx2_mbox_msg_send +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0xcef3985a __SCK__tp_func_otx2_msg_process +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0xea98dfa7 __traceiter_otx2_msg_alloc +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0xfcea01ad otx2_mbox_nonempty +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x073a0eac otx2_init_tc +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x0c61c3bf otx2_config_hwtstamp +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x0dd33ca3 otx2_open +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x182e9617 otx2vf_set_ethtool_ops +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x216af1fe otx2_get_mac_from_af +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x2a90922b mbox_handler_msix_offset +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x366e9b7e otx2_mbox_up_handler_cgx_link_event +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x377ecc28 otx2_set_real_num_queues +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x40cdf39c otx2_txschq_config +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x586012f2 mbox_handler_nix_txsch_alloc +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x5f457ece otx2_nix_config_bp +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x6854c797 otx2vf_mcam_flow_init +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x702f7e3e otx2_mbox_up_handler_mcs_intr_notify +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x7266e79d otx2_config_pause_frm +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x76aacca9 otx2_attach_npa_nix +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x7dee9417 mbox_handler_nix_bp_enable +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x84e15aec otx2_get_maxflows +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x89fc07c2 otx2_smq_flush +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x940da296 otx2_shutdown_tc +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x9b5eed47 otx2_tc_alloc_ent_bitmap +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0xa1cb5826 mbox_handler_npa_lf_alloc +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0xa5d57011 otx2_sq_append_skb +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0xb2d89001 otx2_setup_tc +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0xb910c03b otx2_alloc_mcam_entries +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0xbc56bc59 otx2_mcam_flow_del +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0xbe373101 mbox_handler_nix_lf_alloc +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0xc1527ba6 otx2_ioctl +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0xcf0c44c6 otx2_tx_timeout +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0xddcfb81d otx2_detach_resources +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0xe26a281c otx2_get_stats64 +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0xe422cd91 otx2_handle_ntuple_tc_features +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0xe640e94e otx2_set_mac_address +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0xf4ea051f otx2_stop +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0xfac59763 cn10k_lmtst_init +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0xfef33142 otx2_get_max_mtu +EXPORT_SYMBOL drivers/net/ethernet/marvell/prestera/prestera 0x9f8aa92b prestera_device_unregister +EXPORT_SYMBOL drivers/net/ethernet/marvell/prestera/prestera 0xcfed2015 prestera_device_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x03c6a73e mlx4_get_slave_from_roce_gid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x098e260c mlx4_SET_PORT_general +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0f897bdc mlx4_max_tc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1129e86c mlx4_ALLOCATE_VPP_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x173e2ae4 mlx4_eq_get_irq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1b695abd mlx4_ALLOCATE_VPP_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x22305b09 mlx4_test_interrupt +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x24d67ee1 mlx4_SET_PORT_user_mac +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x308a1dbb mlx4_get_slave_pkey_gid_tbl_len +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x32e1c6bb mlx4_get_cpu_rmap +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3c8ea124 mlx4_assign_eq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3cb839d8 mlx4_get_eqs_per_port +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x42ae6dbc mlx4_SET_MCAST_FLTR +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x45ff5bc9 mlx4_query_diag_counters +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x551d6c62 mlx4_SET_VPORT_QOS_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x56193ae4 mlx4_gen_port_state_change_eqe +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x601dc6e2 mlx4_gen_guid_change_eqe +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x68086af4 mlx4_gen_pkey_eqe +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6ae2d24a set_and_calc_slave_port_state +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6c731139 mlx4_get_module_info +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6e5dcb5b mlx4_tunnel_steer_add +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6e6e528f mlx4_is_slave_active +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7419ef72 mlx4_SET_VPORT_QOS_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x78e714cd mlx4_SET_PORT_BEACON +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7bcb8199 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 0x86d2a2e3 mlx4_get_parav_qkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8f151203 mlx4_gen_slaves_port_mgt_ev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8f22b073 mlx4_test_async +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa17e4bcf mlx4_get_is_vlan_offload_disabled +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa1e7400f mlx4_SET_PORT_user_mtu +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa306de94 mlx4_SET_PORT_fcs_check +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xac45ab31 mlx4_SET_PORT_qpn_calc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xaf4b5feb mlx4_get_roce_gid_from_slave +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb79cb92b mlx4_get_slave_node_guid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc55445ba get_phv_bit +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xcd71c49b mlx4_release_eq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xce51a31f mlx4_SET_PORT_SCHEDULER +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd03f7124 mlx4_get_slave_port_state +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xdad7c81d mlx4_SET_PORT_PRIO2TC +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe09e1ff2 mlx4_sync_pkey_table +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe15c103f mlx4_is_eq_shared +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xedbdcb44 mlx4_is_eq_vector_valid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xfc191197 mlx4_SET_PORT_VXLAN +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xfe6461e0 mlx4_put_slave_node_guid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x008d0fd8 mlx5_rl_remove_rate_raw +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x017cf605 mlx5_cmd_check +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0201b9a0 mlx5_core_modify_rq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0283cd33 mlx5_cmd_destroy_vport_lag +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0299a70f mlx5_core_destroy_mkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0d0d3d7b mlx5_core_modify_sq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0e0dd383 mlx5_lag_is_sriov +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x12a2c8f5 mlx5_cmd_out_err +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x13d565c7 mlx5_del_flow_rules +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x16d9b289 mlx5_eq_get_eqe +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x18abbe69 mlx5_core_detach_mcg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x199c774f mlx5_core_alloc_transport_domain +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 0x1e38486c __tracepoint_mlx5_fs_add_ft +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1ec44f38 mlx5_lag_get_peer_mdev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x22bce683 __tracepoint_mlx5_fs_del_fte +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x23015073 mlx5_core_query_mkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2383bafb mlx5_core_dealloc_transport_domain +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x23bb3f50 mlx5_create_flow_table +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x25a07bc1 mlx5_get_fdb_sub_ns +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x26673f8a mlx5_core_create_mkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x27799b75 mlx5_modify_header_dealloc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x29d2d90d mlx5_cmd_do +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x29d8d28c mlx5_core_destroy_rqt +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2a7c75ac mlx5_mpfs_add_mac +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2c9c7d65 mlx5_eq_update_ci +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2caa83b7 mlx5_debug_qp_remove +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2e2c2365 mlx5_fpga_mem_write +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2efa4dee mlx5_notifier_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2f90a65c mlx5_core_query_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x32fc77d1 __tracepoint_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 0x3821fa1f mlx5_core_create_rq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3866db71 __traceiter_mlx5_fs_del_fte +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x393372d1 mlx5_rsc_dump_next +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3a1e4829 mlx5_core_modify_cq_moderation +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3a59d3e8 mlx5_lag_get_num_ports +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3f5e0dd7 mlx5_core_roce_gid_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x40bd803c mlx5_eswitch_add_send_to_vport_rule +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4484ace5 mlx5_comp_vectors_count +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x45b39cf5 mlx5_modify_header_alloc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x463ccb78 mlx5_core_dealloc_pd +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x468cbd0d mlx5_eswitch_vport_match_metadata_enabled +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x48ee8214 mlx5_packet_reformat_dealloc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x48f66ef8 mlx5_get_flow_namespace +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x49f8ddb9 mlx5_eq_create_generic +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4c2b2e68 mlx5_eswitch_vport_rep +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4c74ae53 mlx5_core_destroy_tis +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 0x4dda6d88 __traceiter_mlx5_fs_set_fte +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4f5b0834 mlx5_core_create_tis +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x50becd8b mlx5_is_roce_on +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x52d0b5f3 mlx5_free_bfreg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x53654a41 mlx5_lag_is_active +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x548b430f mlx5_eq_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 0x56a45cfe mlx5_vf_put_core_dev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x56ddb8d0 mlx5_fpga_mem_read +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5c2cfdc9 mlx5_lag_is_roce +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 0x5cd86aa4 mlx5_notifier_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5e550fec mlx5_core_create_tir +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5f95835b mlx5_eq_enable +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 0x625ce25e mlx5_eswitch_get_core_dev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x628bcd4e mlx5_eswitch_reg_c1_loopback_enabled +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x646e62de mlx5_rdma_rn_get_params +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6482eeea __traceiter_mlx5_fs_del_rule +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x66fa3032 mlx5_core_destroy_tir +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x67438e1d mlx5_core_destroy_rq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6b88d1a8 mlx5_debugfs_root +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6e8cec58 mlx5_fpga_sbu_conn_sendmsg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x70859c83 mlx5_vf_get_core_dev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x718ba09e mlx5_lag_get_slave_port +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x71b4f24f mlx5_core_destroy_psv +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 0x732a502e mlx5_eswitch_uplink_get_proto_dev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x74d6f5e7 mlx5_fs_add_rx_underlay_qpn +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x74e24001 mlx5_core_query_sq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7606e59e mlx5_fpga_sbu_conn_create +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x770df461 mlx5_cmd_init_async_ctx +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7850343a mlx5_rl_remove_rate +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x789d51d9 mlx5_core_create_psv +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x79c80a71 __traceiter_mlx5_fw +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7aae8584 mlx5_rsc_dump_cmd_create +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7b359a09 __SCK__tp_func_mlx5_fw +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7beec4da mlx5_core_query_rq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7d1b70a4 mlx5_core_attach_mcg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7fd709fe __tracepoint_mlx5_fs_add_fg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x872e7c67 __tracepoint_mlx5_fs_add_rule +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 0x893b7c02 mlx5_lag_is_shared_fdb +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8cd36603 mlx5_sriov_blocking_notifier_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x93881b61 mlx5_put_uars_page +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x94eed288 mlx5_get_uars_page +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x96eb2c99 mlx5_fc_id +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 0x9ffaca5d mlx5_create_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa15461d3 mlx5_eswitch_get_vport_metadata_for_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa6121914 mlx5_cmd_create_vport_lag +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 0xa8a70782 mlx5_vector2eqn +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 0xab81aa92 mlx5_debugfs_get_dev_root +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 0xb0b2129d mlx5_rl_is_in_range +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb1bcdf70 mlx5_eswitch_get_proto_dev +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 0xb2f008e9 mlx5_eq_notifier_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb3f212bb mlx5_mpfs_del_mac +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb48dd73e mlx5_cmd_exec +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb72cffaf __tracepoint_mlx5_fs_del_ft +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb7b401e8 mlx5_eq_disable +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 0xba7dcde7 mlx5_cmd_cleanup_async_ctx +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xbb475e47 __tracepoint_mlx5_fs_set_fte +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xbd4e84d2 mlx5_fc_create +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xbe4b52b9 mlx5_lag_mode_is_hash +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xbfeb2ae1 mlx5_cmd_exec_polling +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc1876972 mlx5_fc_destroy +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc4104313 mlx5_eswitch_get_vport_metadata_for_match +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc511abde mlx5_core_destroy_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc5dca0c4 mlx5_core_modify_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc99a184e mlx5_rl_add_rate +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 0xd015bba4 __traceiter_mlx5_fs_add_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 0xd2f86237 mlx5_lag_get_roce_netdev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd3cd74c7 mlx5_core_create_rqt +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd56fd47c mlx5_fs_remove_rx_underlay_qpn +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd6c3be3d __tracepoint_mlx5_fs_del_fg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd7fd9843 mlx5_core_modify_tis +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd89ca739 mlx5_core_query_vendor_id +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd91b7c7a mlx5_qp_debugfs_init +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xda0619d1 mlx5_core_create_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xdf469e73 mlx5_fc_query +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe003b3d6 mlx5_lag_is_master +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe33c8854 mlx5_fpga_get_sbu_caps +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe3431431 mlx5_eq_destroy_generic +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe397e4f6 mlx5_fpga_sbu_conn_destroy +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe4e09c2b __tracepoint_mlx5_fw +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe502634f mlx5_lag_query_cong_counters +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe527b120 mlx5_sriov_blocking_notifier_register +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 0xe7773c86 mlx5_qp_debugfs_cleanup +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe8541bd2 mlx5_eswitch_get_encap_mode +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xeaa4f22d mlx5_debug_qp_add +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xeb9a8bcf __SCK__tp_func_mlx5_fs_del_fte +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xede95d1e mlx5_comp_irq_get_affinity_mask +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xee3b480f mlx5_cmd_exec_cb +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf00a79c1 mlx5_add_flow_rules +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf115b138 mlx5_alloc_bfreg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf2a26cd4 mlx5_nic_vport_disable_roce +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf4503ad5 mlx5_packet_reformat_alloc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf471dc18 mlx5_eswitch_unregister_vport_reps +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 0xf89c2653 mlx5_core_alloc_pd +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf94613c0 mlx5_rl_add_rate_raw +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 0xfe132ef0 mlx5_eswitch_register_vport_reps +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xfe8f1c94 mlx5_query_ib_port_oper +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxfw/mlxfw 0xc4d702d9 mlxfw_firmware_flash +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x0137f952 mlxsw_afk_values_add_buf +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 0x0e902acf mlxsw_core_driver_register +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 0x1e5b9d7d mlxsw_core_port_devlink_port_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x202693f0 mlxsw_afa_block_cur_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x23bbfe73 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 0x2a9de817 mlxsw_core_trap_state_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x2baeeea7 mlxsw_env_get_module_eeprom +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 0x32646ca8 mlxsw_core_traps_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x32c170e5 mlxsw_core_skb_transmit +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x3346149c mlxsw_core_rx_listener_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x383bc49a mlxsw_afa_block_append_qos_dscp +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x3c9f8d99 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 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 0x58488cef mlxsw_core_bus_device_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x5a939205 mlxsw_afk_values_add_u32 +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 0x65e16da4 mlxsw_afk_key_info_get +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 0x749556a2 mlxsw_afk_key_info_subset +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x75339042 mlxsw_core_lag_mapping_clear +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x77d83398 mlxsw_core_read_frc_l +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x7b0bfeec mlxsw_core_port_fini +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x7e08c6e0 mlxsw_core_event_listener_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x827a2f1f mlxsw_afa_block_jump +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x829e8851 mlxsw_afa_block_first_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x83fb69af mlxsw_core_lag_mapping_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x84c21a04 mlxsw_core_port_netdev_link +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 0x987d7ee1 mlxsw_core_rx_listener_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x99164453 mlxsw_core_trap_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x996c5d6d mlxsw_reg_trans_bulk_wait +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x9cbf026d mlxsw_afa_destroy +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x9e41f494 mlxsw_afk_encode +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 0xa8201678 mlxsw_env_get_module_info +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 0xba05b3b0 mlxsw_core_emad_string_tlv_enable +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xbba74f44 mlxsw_env_reset_module +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 0xbe9a53d5 mlxsw_afa_block_append_mirror +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 0xce09a059 mlxsw_core_skb_receive +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 0xd478c8af mlxsw_core_traps_register +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 0xdeab0691 mlxsw_afk_create +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 0xf084239d 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_core 0xffe0e499 mlxsw_core_driver_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_i2c 0x2df57863 mlxsw_i2c_driver_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_i2c 0x44435ea4 mlxsw_i2c_driver_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_pci 0x14d3c59f mlxsw_pci_driver_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_pci 0xb53f055d mlxsw_pci_driver_unregister +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x0a21262c ocelot_bridge_stp_state_set +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x0ad5b9a9 ocelot_port_txtstamp_request +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x0afea673 ocelot_mrp_del +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x1064a751 ocelot_ptp_enable +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x13c10a1d ocelot_mrp_del_ring_role +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x1422f95a ocelot_ptp_adjtime +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x16a2aeef ocelot_sb_port_pool_get +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x16c233b5 ocelot_mact_lookup +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x19453204 vsc7514_vcap_is1_keys +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x1fda9304 ocelot_ptp_settime64 +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x2344a14d ocelot_get_sset_count +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x2974c67c ocelot_port_lag_join +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x2c199165 ocelot_vlan_prepare +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 0x2efb93df ocelot_port_mdb_add +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x2f152c14 ocelot_get_max_mtu +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x37d9322a ocelot_vlan_add +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x4271543f vsc7514_vcap_es0_keys +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x4440f1c2 ocelot_ptp_adjfine +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x46d9ac13 ocelot_ptp_gettime64 +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x506c3687 ocelot_xtr_poll_frame +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x511b9315 ocelot_ptp_rx_timestamp +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x546b1af7 ocelot_deinit +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x54dacfd2 ocelot_deinit_port +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x55f85586 ocelot_sb_port_pool_set +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x5e75c9ea ocelot_devlink_sb_register +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x6045b6ef ocelot_port_policer_del +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x64ee82ad ocelot_sb_occ_port_pool_get +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x64f9f887 ocelot_fdb_add +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x683c3bdf ocelot_mrp_add_ring_role +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x6a0f24e2 ocelot_mact_learn_streamdata +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x6a987b9c ocelot_vcap_filter_add +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x6dd2651d ocelot_deinit_timestamp +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x6def9671 ocelot_init_port +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x6fbafdb6 ocelot_port_lag_change +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x7d1d99fe ocelot_port_vlan_filtering +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x7ddd8080 ocelot_vcap_policer_add +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x7e739854 ocelot_sb_occ_tc_port_bind_get +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x80a75405 vsc7514_vcap_is2_keys +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x80ef9e52 ocelot_drain_cpu_queue +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x86dd3c13 ocelot_vcap_policer_del +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x8fe460de ocelot_fdb_dump +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x9032bc47 ocelot_port_mdb_del +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x90cbb220 vsc7514_vcap_is2_actions +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x9381969d vsc7514_ana_regmap +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x9555e43a ocelot_get_strings +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x98536ee9 ocelot_mrp_add +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x9d442141 vsc7514_rew_regmap +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x9dc1de6d ocelot_port_bridge_join +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xa1521497 ocelot_mact_learn +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xa23220a8 ocelot_port_bridge_leave +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xa4d6a43f ocelot_init +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xa8413d7e vsc7514_sys_regmap +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xa8493c52 ocelot_sb_tc_pool_bind_get +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xa85633f0 ocelot_get_ethtool_stats +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xaa5dbdbf ocelot_sb_tc_pool_bind_set +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xac95e028 ocelot_ptp_verify +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xaeae1ef5 ocelot_sb_pool_set +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xaf3937b2 ocelot_port_pre_bridge_flags +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xb1769ffc ocelot_port_lag_leave +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xb195a937 ocelot_hwstamp_get +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xb30c4b92 vsc7514_ptp_regmap +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xb6eadee2 ocelot_vcap_filter_del +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xbba17367 vsc7514_qsys_regmap +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xbf48ddc1 vsc7514_qs_regmap +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xcc774cb4 ocelot_vlan_del +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xcccbd2f7 ocelot_hwstamp_set +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xceed5e7e vsc7514_dev_gmii_regmap +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xcf26bee0 ocelot_get_ts_info +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xcf877bc4 ocelot_sb_occ_snapshot +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 0xd3023792 ocelot_sb_pool_get +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xd3d5fafd ocelot_vcap_filter_replace +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xd435b7a3 ocelot_port_inject_frame +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xd687a545 vsc7514_vcap_es0_actions +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xd94fa482 ocelot_can_inject +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xd99f5045 ocelot_mact_forget +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xdc9c62b9 ocelot_port_get_stats64 +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xdfcb614f ocelot_sb_occ_max_clear +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xdfedb87e ocelot_devlink_sb_unregister +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xe1808814 ocelot_port_set_maxlen +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xe253dd08 ocelot_init_timestamp +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xe51d777b ocelot_get_txtstamp +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xe9f7055c ocelot_port_bridge_flags +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xea1b5ac9 vsc7514_vcap_regmap +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xecaa97fb vsc7514_vcap_is1_actions +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xedae69a3 ocelot_port_policer_add +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xf38333c1 ocelot_fdb_del +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xfaf09ea1 ocelot_policer_validate +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xfd67ea0d ocelot_set_ageing_time +EXPORT_SYMBOL drivers/net/ethernet/qlogic/qed/qed 0x0eacdd49 qed_get_eth_ops +EXPORT_SYMBOL drivers/net/ethernet/qlogic/qed/qed 0x0fc5b59e qed_get_fcoe_ops +EXPORT_SYMBOL drivers/net/ethernet/qlogic/qed/qed 0x34cc417c qed_get_iscsi_ops +EXPORT_SYMBOL drivers/net/ethernet/qlogic/qed/qed 0x4f264472 qed_put_iscsi_ops +EXPORT_SYMBOL drivers/net/ethernet/qlogic/qed/qed 0x992e03d0 qed_put_fcoe_ops +EXPORT_SYMBOL drivers/net/ethernet/qlogic/qed/qed 0x9eeeef48 qed_put_eth_ops +EXPORT_SYMBOL drivers/net/ethernet/qlogic/qed/qed 0xb308598f qed_get_rdma_ops +EXPORT_SYMBOL drivers/net/ethernet/qlogic/qede/qede 0x9bd06f7f qede_rdma_register_driver +EXPORT_SYMBOL drivers/net/ethernet/qlogic/qede/qede 0xf0e0b589 qede_rdma_unregister_driver +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x3838b0ed wx_read_ee_hostif_buffer +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x3bb024f8 wx_sw_init +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x414a40f2 wx_read_ee_hostif +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x57eadb29 wx_host_interface_command +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x61ef0425 wx_control_hw +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x66dcd6ef wx_get_pcie_msix_counts +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x6a22c510 wx_stop_adapter +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x70730894 wx_get_mac_addr +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x89ed65d8 wx_check_flash_load +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x91880265 wx_reset_hostif +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x955b42b9 wx_clear_rar +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xa6eef299 wx_disable_rx +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xbbe609cd wx_set_rar +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xbf0aa210 wx_init_rx_addrs +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xc2af91c5 wx_reset_misc +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xdae0dc9d wx_disable_pcie_master +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xdb3e2d5b wx_init_eeprom_params +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xff97293e wx_mng_present +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0x24e8957a hdlcdrv_transmitter +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0x276ed001 hdlcdrv_receiver +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0x2f2efa77 hdlcdrv_unregister +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0x30a0a663 hdlcdrv_arbitrate +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0x74a6ba4f hdlcdrv_register +EXPORT_SYMBOL drivers/net/mdio 0x3e17f466 mdio_set_flag +EXPORT_SYMBOL drivers/net/mdio 0x60443957 mdio45_probe +EXPORT_SYMBOL drivers/net/mdio 0x63e0fee5 mdio45_links_ok +EXPORT_SYMBOL drivers/net/mdio 0x7e8fabde mdio45_ethtool_ksettings_get_npage +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 0x5ef2a56d cavium_mdiobus_read +EXPORT_SYMBOL drivers/net/mdio/mdio-cavium 0x63b89404 cavium_mdiobus_write +EXPORT_SYMBOL drivers/net/mdio/mdio-mscc-miim 0x7b846636 mscc_miim_setup +EXPORT_SYMBOL drivers/net/mdio/mdio-xgene 0x142ebc2a xgene_mdio_rgmii_write +EXPORT_SYMBOL drivers/net/mdio/mdio-xgene 0x185a374f xgene_mdio_rgmii_read +EXPORT_SYMBOL drivers/net/mdio/mdio-xgene 0x55d86cce xgene_mdio_wr_mac +EXPORT_SYMBOL drivers/net/mdio/mdio-xgene 0x701f6d86 xgene_enet_phy_register +EXPORT_SYMBOL drivers/net/mdio/mdio-xgene 0x88eb9eb3 xgene_mdio_rd_mac +EXPORT_SYMBOL drivers/net/phy/bcm-phy-lib 0x443e6f32 bcm54xx_auxctl_write +EXPORT_SYMBOL drivers/net/ppp/pppox 0x493d3e18 pppox_unbind_sock +EXPORT_SYMBOL drivers/net/ppp/pppox 0x537ef646 pppox_compat_ioctl +EXPORT_SYMBOL drivers/net/ppp/pppox 0x892334bb pppox_ioctl +EXPORT_SYMBOL drivers/net/ppp/pppox 0x95a00b6a register_pppox_proto +EXPORT_SYMBOL drivers/net/ppp/pppox 0xe0ff7a18 unregister_pppox_proto +EXPORT_SYMBOL drivers/net/sungem_phy 0x9ec43317 sungem_phy_probe +EXPORT_SYMBOL drivers/net/team/team 0x050d5710 team_options_change_check +EXPORT_SYMBOL drivers/net/team/team 0x30339a27 team_options_unregister +EXPORT_SYMBOL drivers/net/team/team 0x3bff1984 team_modeop_port_change_dev_addr +EXPORT_SYMBOL drivers/net/team/team 0x4eda43fa team_option_inst_set_change +EXPORT_SYMBOL drivers/net/team/team 0x828077a9 team_mode_unregister +EXPORT_SYMBOL drivers/net/team/team 0x884dae46 team_options_register +EXPORT_SYMBOL drivers/net/team/team 0x8dc4524a team_modeop_port_enter +EXPORT_SYMBOL drivers/net/team/team 0xee7ee272 team_mode_register +EXPORT_SYMBOL drivers/net/usb/usbnet 0x18c24fde usbnet_device_suggests_idle +EXPORT_SYMBOL drivers/net/usb/usbnet 0x38cf1a17 usbnet_manage_power +EXPORT_SYMBOL drivers/net/usb/usbnet 0x63387892 usbnet_link_change +EXPORT_SYMBOL drivers/net/wan/hdlc 0x04146ac7 attach_hdlc_protocol +EXPORT_SYMBOL drivers/net/wan/hdlc 0x0e8ca813 hdlc_ioctl +EXPORT_SYMBOL drivers/net/wan/hdlc 0x2c6b0a1f hdlc_close +EXPORT_SYMBOL drivers/net/wan/hdlc 0x4f95cd3e unregister_hdlc_device +EXPORT_SYMBOL drivers/net/wan/hdlc 0x6511ed30 hdlc_open +EXPORT_SYMBOL drivers/net/wan/hdlc 0xadc7ed59 alloc_hdlcdev +EXPORT_SYMBOL drivers/net/wan/hdlc 0xbbf23f3a detach_hdlc_protocol +EXPORT_SYMBOL drivers/net/wan/hdlc 0xdc0ee24f register_hdlc_protocol +EXPORT_SYMBOL drivers/net/wan/hdlc 0xe7608db2 unregister_hdlc_protocol +EXPORT_SYMBOL drivers/net/wan/hdlc 0xf7ffaf70 hdlc_start_xmit +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x0812ae74 ath_hw_get_listen_time +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x08b7f413 ath_key_config +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 0x1819543d ath_reg_notifier_apply +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x288d14fe ath_hw_setbssidmask +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x2df57f3c ath_key_delete +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x30dfe695 dfs_pattern_detector_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x3c6db4b5 ath_is_mybeacon +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x4571aea8 ath_is_world_regd +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x5b3026b1 ath_hw_keysetmac +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x8945f956 ath_printk +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xa18f224e ath_regd_find_country_by_name +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xb4be580e ath_hw_keyreset +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xb6588ba6 ath_bus_type_strings +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xbd09cedc ath_hw_cycle_counters_update +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xd8b972df ath_rxbuf_alloc +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xf2798a26 ath_regd_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x015e5db2 ath10k_debug_mask +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x142fdc42 ath10k_core_free_board_files +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x1a356cb7 ath10k_core_napi_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x1e1d005e ath10k_coredump_get_mem_layout +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x201addca __ath10k_ce_rx_num_free_bufs +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x20a79e37 __ath10k_ce_send_revert +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x25a298cb ath10k_htc_tx_completion_handler +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x35044565 ath10k_ce_per_engine_service +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x360401ba ath10k_ce_enable_interrupt +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x369ccdba ath10k_core_create +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x41f65a53 ath10k_ce_completed_send_next +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x43620719 ath10k_bmi_read_memory +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x57ec4d3e ath10k_ce_init_pipe +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x59d4dee4 ath10k_htt_rx_hl_indication +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x5aef803a ath10k_core_fetch_board_file +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x5f94690a ath10k_ce_completed_send_next_nolock +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x60b10b8a ath10k_coredump_new +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x6c09f99c ath10k_bmi_start +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x6c6933c6 ath10k_ce_enable_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x75ed4c7d ath10k_print_driver_info +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x76449741 ath10k_ce_cancel_send_next +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x79111d09 ath10k_ce_rx_update_write_idx +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x7e6664fd ath10k_core_check_dt +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x7f2f68cb ath10k_ce_alloc_rri +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x868669ed ath10k_ce_dump_registers +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x898c44f3 ath10k_htc_notify_tx_completion +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x9066b9bb ath10k_htt_txrx_compl_task +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x93051da0 ath10k_ce_rx_post_buf +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x98ce7a62 ath10k_ce_free_rri +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x9d60db43 ath10k_ce_send_nolock +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xa1e4849a __tracepoint_ath10k_log_dbg +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xa4eb0dd9 ath10k_core_destroy +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xa51be11b ath10k_ce_free_pipe +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xa665d5bf ath10k_htc_rx_completion_handler +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xa883d16e ath10k_core_stop +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xaa7c139d ath10k_core_start_recovery +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xae4e4b1d ath10k_info +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xaeafaa0d ath10k_ce_deinit_pipe +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xaeca10b4 ath10k_ce_num_free_src_entries +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xaf29f216 ath10k_ce_disable_interrupt +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xcf462694 ath10k_htc_process_trailer +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xd454b10d ath10k_ce_revoke_recv_next +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xd6385f7d ath10k_mac_tx_push_pending +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xdb423e92 ath10k_ce_per_engine_service_any +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xde6d9091 ath10k_core_register +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xdf8ab3c6 ath10k_ce_alloc_pipe +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xe3057983 ath10k_core_unregister +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xe3bde2d6 ath10k_htt_rx_pktlog_completion_handler +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xe3d00704 ath10k_core_napi_sync_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xe59d0903 ath10k_htt_hif_tx_complete +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xe6e9c077 ath10k_ce_disable_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xe93aae7f ath10k_ce_send +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xeaf38475 ath10k_htt_t2h_msg_handler +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xee196d24 ath10k_warn +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xf0968fca ath10k_ce_completed_recv_next +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xf7b1ccfc ath10k_ce_completed_recv_next_nolock +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xfa813156 ath10k_err +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xfc1fb68d ath10k_core_start +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x13cfd0ff ath11k_ce_rx_post_buf +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x16f5cfa1 ath11k_pcic_write32 +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x2706062f ath11k_ce_get_attr_flags +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x339feee3 ath11k_hal_srng_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x3dce46e2 ath11k_pcic_ext_irq_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x45763cec ath11k_ce_alloc_pipes +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x46e68a3b ath11k_debugfs_soc_destroy +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x4dc6c6df ath11k_pcic_ce_irqs_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x50297885 ath11k_pcic_read +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x52fa8066 ath11k_core_pre_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x5d488390 ath11k_dp_service_srng +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x60224413 ath11k_pcic_ce_irq_disable_sync +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x606a5b5a __tracepoint_ath11k_log_dbg +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x622dbbd0 ath11k_ce_get_shadow_config +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x62a5c378 ath11k_core_free +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x6755109a ath11k_pcic_free_irq +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x6b855af1 ath11k_qmi_deinit_service +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x6c262191 ath11k_pcic_register_pci_ops +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x776fb7b7 ath11k_warn +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x7b28a229 ath11k_pcic_stop +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x86aa64e6 ath11k_pcic_get_user_msi_assignment +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x89a9715f ath11k_pcic_ext_irq_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x97887f10 ath11k_hal_srng_deinit +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x97c75815 ath11k_pci_enable_ce_irqs_except_wake_irq +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x98246b2b ath11k_pcic_get_ce_msi_idx +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x9c51bcc4 ath11k_debug_mask +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x9c9a01b2 ath11k_err +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xa0ec34ac ath11k_core_suspend +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xa49d3306 ath11k_pci_disable_ce_irqs_except_wake_irq +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xa5d78817 ath11k_pcic_read32 +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xb43d481b ath11k_ce_cleanup_pipes +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xb6590ced ath11k_pcic_map_service_to_pipe +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xbc27c437 ath11k_pcic_start +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xc3c9428e ath11k_pcic_config_irq +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xcb047dcc ath11k_pcic_init_msi_config +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xcf92636e ath11k_pcic_get_msi_address +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xdafb0d40 ath11k_core_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xdcf83ef0 ath11k_ce_free_pipes +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xdf64168d ath11k_info +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xed1faa9b ath11k_core_deinit +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xf0197188 ath11k_cold_boot_cal +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xf0ead3f1 ath11k_core_resume +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xf961845c ath11k_core_alloc +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xff70c22d ath11k_ce_per_engine_service +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x1354043d ath6kl_warn +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x30e2be66 ath6kl_core_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x3502feef ath6kl_info +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x48d1ba24 ath6kl_stop_txrx +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x8a411756 ath6kl_core_tx_complete +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x91cfb84a ath6kl_hif_rw_comp_handler +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xa32d6d39 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 0xbe5cf70f ath6kl_core_create +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xc221728c ath6kl_hif_intr_bh_handler +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xc8ead34f ath6kl_core_cleanup +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xd1788923 ath6kl_cfg80211_suspend +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xdaf257f1 ath6kl_cfg80211_resume +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xe0e72b6d ath6kl_core_rx_complete +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xf28dc00e ath6kl_core_destroy +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x1864ab30 ath9k_cmn_init_channels_rates +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x2ae7345b ath9k_cmn_debug_phy_err +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x3380ab2f ath9k_cmn_beacon_config_adhoc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x40db0e49 ath9k_cmn_process_rate +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x41aae67b ath9k_cmn_debug_stat_rx +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x484852a4 ath9k_cmn_debug_recv +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x4e7fddec ath9k_cmn_debug_modal_eeprom +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x504bd469 ath9k_cmn_update_txpow +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x5c75e6fd ath_cmn_process_fft +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x6a117754 ath9k_cmn_spectral_scan_trigger +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x7777c604 ath9k_cmn_spectral_scan_config +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x8612daa2 ath9k_cmn_spectral_deinit_debug +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xa0f7e5f3 ath9k_cmn_beacon_config_ap +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xad4af351 ath9k_cmn_rx_accept +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xb3fe35d4 ath9k_cmn_rx_skb_postprocess +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xc0855206 ath9k_cmn_beacon_config_sta +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xcc4b83ca ath9k_cmn_process_rssi +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xcd039008 ath9k_cmn_init_crypto +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xd2981357 ath9k_cmn_count_streams +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xd4945cb0 ath9k_cmn_get_hw_crypto_keytype +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xd4acb45b ath9k_cmn_spectral_init_debug +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xde1d3a64 ath9k_cmn_debug_base_eeprom +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xed601242 ath9k_cmn_get_channel +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xfcf68b30 ath9k_cmn_reload_chainmask +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xff4d72b5 ath9k_cmn_setup_ht_cap +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0331aef4 ath9k_hw_wow_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x086adc8f ath9k_hw_gpio_free +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0a521539 ath9k_hw_resettxqueue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0e9efaad ath9k_hw_reset_calvalid +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0f77dafc ath9k_hw_get_tsf_offset +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0ffceb98 ath9k_hw_loadnf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x1227df3a ath9k_hw_disable_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x13d492de ath9k_hw_getnf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x14f68696 ath9k_hw_numtxpending +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x18f95341 ar9003_hw_bb_watchdog_dbg_info +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x1ad89800 ath_gen_timer_isr +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x1e1d671c ar9003_mci_send_message +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x1fc23979 ath9k_hw_btcoex_init_3wire +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x20e3f2e2 ath9k_hw_wow_apply_pattern +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x2257e59e ath9k_hw_resume_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x28158d25 ath9k_hw_set_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x29b06c69 ar9003_mci_cleanup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x2a188588 ath9k_hw_abort_tx_dma +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x2ebc87f5 ath9k_hw_abortpcurecv +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x3095dd4c ath9k_hw_setantenna +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x325128b3 ath9k_hw_computetxtime +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x32e1e7ce ar9003_mci_set_bt_version +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x38f627c8 ar9003_paprd_populate_single_table +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x397d37be ath9k_hw_set_txpowerlimit +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x3a587bf8 ar9003_paprd_create_curve +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x3b042f0b ath9k_hw_intrpend +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x3b1db992 ath9k_hw_set_gpio +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x3e2156ec ath9k_hw_set_tx_filter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x46cc674e ath9k_hw_enable_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x47384607 ath9k_hw_init_btcoex_hw +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x4962b16e ath9k_hw_setrxabort +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x4a4ddefe ath9k_hw_wait +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x4c9cabc8 ath9k_hw_beaconinit +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x4cf0ba00 ath9k_hw_getchan_noise +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x5279ecba ar9003_get_pll_sqsum_dvc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x54908de0 ath9k_hw_set_txq_props +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x5698fe46 ath9k_hw_setrxfilter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x56ef70d2 ath9k_hw_btcoex_set_weight +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x57dec975 ath9k_hw_releasetxqueue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x586c51cc ar9003_hw_bb_watchdog_check +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x5879f47c ath9k_hw_btcoex_init_mci +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x5b1e37d5 ath9k_hw_setup_statusring +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x5b53912c ath9k_hw_beaconq_setup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x5b786ae8 ath9k_hw_startpcureceive +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x5e231da8 ath9k_hw_wow_wakeup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x5eee3f15 ath9k_hw_setuprxdesc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x61c65d4e ath9k_hw_puttxbuf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x64de114d ath9k_hw_btcoex_set_concur_txprio +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6567e37b ar9003_mci_setup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x67c29105 ath9k_hw_disable_mib_counters +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6a284dcd ath9k_hw_set_sta_beacon_timers +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x710f1a9c ath9k_hw_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x72c12ff5 ar9003_hw_disable_phy_restart +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x730fecbd ar9003_mci_get_next_gpm_offset +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x737162f1 ath_gen_timer_free +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x7821a2f3 ar9003_mci_state +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x7942aeaa ath9k_hw_txstart +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x7d8b7df0 ath9k_hw_rxprocdesc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x7ea4ef5d ath9k_hw_reset_tsf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x801995ac ath9k_hw_btcoex_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x866c1484 ath9k_hw_gettxbuf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x869f6856 ath9k_hw_btcoex_init_scheme +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x87188829 ath9k_hw_process_rxdesc_edma +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x8c01ca3b ath9k_hw_gettsf64 +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x8e18dbc2 ath9k_hw_gen_timer_stop +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x9099b1dc ath9k_hw_btcoex_bt_stomp +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x90f13d55 ath9k_hw_gpio_get +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x93456e96 ar9003_paprd_setup_gain_table +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x95a48fbe ath9k_hw_gpio_request_in +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x98cfae1b ath9k_hw_updatetxtriglevel +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa05a579a ath9k_hw_setopmode +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa2b63130 ath9k_hw_btcoex_init_2wire +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa7a97364 ar9003_paprd_is_done +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa91d90ea ath9k_hw_check_nav +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa98bcb71 ath9k_hw_gettsf32 +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xab11842d ath9k_hw_setmcastfilter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xafd504b5 ath9k_hw_gen_timer_start +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb358d3e9 ath9k_hw_get_txq_props +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb5428a1e ath9k_hw_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb8903856 ath9k_hw_stopdmarecv +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xbb3e0f41 ath9k_hw_bstuck_nfcal +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xbc9c62fb ath9k_hw_setuptxqueue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xbca2a0c1 ath9k_hw_reset +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xbed2caa5 ar9003_is_paprd_enabled +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc1da86b5 ath9k_hw_kill_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc1f324c1 ath9k_hw_phy_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc2c03b16 ath9k_hw_set_rx_bufsize +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc31e789f ath9k_hw_putrxbuf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc49cd386 ath9k_hw_stop_dma_queue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc5ec0d9a ath9k_hw_settsf64 +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd1bc604b ar9003_mci_get_interrupt +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd219f102 ath9k_hw_addrxbuf_edma +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd31e0956 ath9k_hw_deinit +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xdad3834b ath9k_hw_btcoex_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xdc2b2edc ath9k_hw_getrxfilter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xdda6a101 ath9k_hw_setpower +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xe240b02f ath9k_hw_write_associd +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xe28f47a2 ath9k_hw_btcoex_deinit +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xe57364ed ar9003_paprd_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xea9c097d ath9k_hw_check_alive +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xedf54577 ath9k_hw_ani_monitor +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xee92dc34 ath9k_hw_name +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf0123e4f ath9k_hw_gpio_request_out +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf0f167aa ath9k_hw_init_global_settings +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf218a12b ar9003_paprd_init_table +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf24d9c6c ar9003_mci_send_wlan_channels +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf2f3b7d4 ath9k_hw_set_tsfadjust +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf3d50edf ath_gen_timer_alloc +EXPORT_SYMBOL drivers/net/wireless/atmel/atmel 0x3523abc1 stop_atmel_card +EXPORT_SYMBOL drivers/net/wireless/atmel/atmel 0x83d9122b atmel_open +EXPORT_SYMBOL drivers/net/wireless/atmel/atmel 0x8458682a init_atmel_card +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x01909f2e brcmu_pkt_buf_free_skb +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x1065abb9 brcmu_pktq_penq +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x1906648e brcmu_boardrev_str +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x19f3aeee brcmu_pktq_pdeq +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x241ee63f brcmu_pktq_pflush +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x27ea6fc2 brcmu_pktq_flush +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x28101342 brcmu_pkt_buf_get_skb +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x5516d245 brcmu_pktq_peek_tail +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x8f275e38 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 0xa2756308 brcmu_pktq_init +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0xae1c98d6 brcmu_pktq_pdeq_match +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0xb8548aa6 brcmu_pktq_mlen +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0xbebe793f brcmu_pktq_penq_head +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0xd6217d91 brcmu_d11_attach +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0xe00d84df brcmu_pktq_pdeq_tail +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x02042d37 libipw_networks_age +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x16f51d3d libipw_wx_set_encodeext +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x1acd2c95 libipw_set_geo +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x2413b6c9 libipw_channel_to_freq +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x3ee46f55 libipw_channel_to_index +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x46c9c3cc libipw_get_geo +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x494da381 libipw_get_channel_flags +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x6250a7c7 libipw_get_channel +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x74e0c4fb libipw_rx +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x8347b3f1 libipw_freq_to_channel +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x9a11953a libipw_wx_get_encodeext +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x9a9314d6 libipw_rx_mgt +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0xa107f529 libipw_is_valid_channel +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0xaadacb95 alloc_libipw +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0xb8e885b5 free_libipw +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0xd23f3a24 libipw_xmit +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0xe10e1666 libipw_txb_free +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0xe1dc2583 libipw_wx_set_encode +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0xf7ec453d libipw_wx_get_encode +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0xf813865b libipw_wx_get_scan +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x0365951c il_send_cmd +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x046eaa3c il_free_txq_mem +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x0949ebe7 il_mac_hw_scan +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x0aec8d80 il_cmd_queue_free +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x0be8581f il_pm_ops +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x1754133f il_mac_remove_interface +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x1deeff4e il_usecs_to_beacons +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x24a1a1e9 il_rx_queue_alloc +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x2a8fff7e il_mac_flush +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x2bf7eea6 il_queue_space +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x2dd0573d il_set_rxon_hwcrypto +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x352a8436 il_force_reset +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x371b1bc2 il_hdl_csa +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x3878acb7 il_get_single_channel_number +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x3c9baa9d il_send_stats_request +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x3f0a434f il_wr_prph +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x3f9cdf64 il_tx_queue_reset +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x41604f03 il_apm_init +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x416bd26a il_debug_level +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x420e258b _il_apm_stop +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x4d1ba502 il_dbgfs_register +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x4df4cc92 il_rx_queue_update_write_ptr +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x52684096 il_mac_change_interface +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x557b3766 il_setup_scan_deferred_work +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x5d347ce2 il_set_rxon_ht +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x5f02e536 il_mac_bss_info_changed +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x61dc06f2 il_tx_cmd_protection +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x61e94478 il_hdl_spectrum_measurement +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x62b32bb6 il_irq_handle_error +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x6515db0a il_update_stats +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x66fb0df9 il_eeprom_init +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x6d0ab70f il_leds_init +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x6d6e9b65 il_init_scan_params +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x6ddcc93b il_send_bt_config +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x6eac6206 il_scan_cancel +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x6f499859 il_send_lq_cmd +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x6f61fc8a il_mac_reset_tsf +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x71bcbce8 il_set_tx_power +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x77172448 il_tx_queue_unmap +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x77751b88 il_rd_prph +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x780dbab8 il_is_ht40_tx_allowed +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x7bfa1a75 il_check_rxon_cmd +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x7c29252b il_connection_init_rx_config +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x7c878097 il_set_decrypted_flag +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x7d3137ca il_setup_watchdog +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x7f30821d il_clear_bit +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x80280ff7 _il_poll_bit +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x80ffec61 il_restore_stations +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x84db03fb il_fill_probe_req +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x8792f12f il_get_lowest_plcp +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x881a1884 il_rx_queue_space +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x89d4e618 il_set_bit +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x8eca578b il_cancel_scan_deferred_work +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x8effb04d il_eeprom_query_addr +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x8f4349e9 il_get_active_dwell_time +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x90d76b91 il_hdl_pm_debug_stats +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x93988541 il_send_cmd_pdu_async +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x96665e14 il_mac_conf_tx +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x99f55547 il_hdl_pm_sleep +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x9cc714af il_bg_watchdog +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x9e72b473 il_set_rate +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x9f9fe569 il_send_rxon_timing +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xa4cdd255 il_get_free_ucode_key_idx +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xa51d327b il_full_rxon_required +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xa637ddff il_set_rxon_channel +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xa725d217 il_tx_cmd_complete +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xa8098fa4 il_add_beacon_time +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xa888dffe il_eeprom_query16 +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xaa262d82 il_apm_stop +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xb1578825 il_power_update_mode +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xb4e15a09 il_init_channel_map +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xb5a1cef1 il_clear_ucode_stations +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xb5a5e156 il_tx_queue_free +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xb65510a3 il_get_cmd_string +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xb7bd33ff il_isr +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xbba63d39 il_txq_update_write_ptr +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xc75e5276 il_setup_rx_scan_handlers +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xca629366 il_dbgfs_unregister +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xca6b8663 il_get_passive_dwell_time +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xca752517 il_poll_bit +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xcb3ed6ad il_send_cmd_sync +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xcb472460 il_get_channel_info +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xd41bddb5 il_power_initialize +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xd53a3a44 il_mac_config +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xd6925a55 il_alloc_txq_mem +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xd84d08d6 il_write_targ_mem +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xdb36c357 il_send_cmd_pdu +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xdf84fda2 il_set_flags_for_band +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xe04d0e36 il_read_targ_mem +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xe8240686 il_add_station_common +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xe83f9ed8 il_hdl_error +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xeaa17ff8 il_eeprom_free +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xeab9f0ad il_cmd_queue_unmap +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xef20fcbc il_mac_add_interface +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xf0383a7d il_mac_sta_remove +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xf50e99f5 il_free_channel_map +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xf70a693b il_bcast_addr +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xf76e7274 il_init_geos +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xfc3e814d il_free_geos +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xfd777394 il_send_add_sta +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xff2cc57f il_chswitch_done +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xff72061e il_leds_exit +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xffdd091b il_scan_cancel_timeout +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xfff55ecd il_tx_queue_init +EXPORT_SYMBOL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x36a862e9 __tracepoint_iwlwifi_dev_ucode_event +EXPORT_SYMBOL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x3d23c104 __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 0x55d97103 __traceiter_iwlwifi_dev_ucode_cont_event +EXPORT_SYMBOL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x6c9d4852 iwl_trans_pcie_remove +EXPORT_SYMBOL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x73368a10 __traceiter_iwlwifi_dev_ucode_wrap_event +EXPORT_SYMBOL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x91d8867b __traceiter_iwlwifi_dev_ucode_event +EXPORT_SYMBOL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x970bf4ef __SCK__tp_func_iwlwifi_dev_ucode_event +EXPORT_SYMBOL drivers/net/wireless/intel/iwlwifi/iwlwifi 0xaaafbd3e __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 0x17497f0f hostap_remove_proc +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x1911305a prism2_update_comms_qual +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x1a9d7f36 hostap_check_sta_fw_version +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x1eb99600 hostap_master_start_xmit +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x24b9beea hostap_setup_dev +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x283ab4c3 hostap_init_data +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x28e3f061 hostap_handle_sta_tx_exc +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x3735a1fb hostap_set_roaming +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x37802a0b hostap_get_porttype +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x3ab9d814 hostap_init_proc +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x455b484a hostap_free_data +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x62153b50 hostap_remove_interface +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x66a3557a hostap_info_process +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x6ba86c4e hostap_set_hostapd +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x71234e9d 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 0x7d9f24e7 hostap_set_encryption +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x7fb75891 hostap_dump_rx_header +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x952f86da hostap_set_antsel +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xa4c1f3c3 hostap_set_string +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xb4b77c8b hostap_80211_get_hdrlen +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xc5f9d8b1 hostap_80211_rx +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xc74394e7 hostap_add_interface +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xc9af4ed8 hostap_set_word +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xcd159f6c hostap_set_hostapd_sta +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xd8eade00 hostap_init_ap_proc +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xe86338c6 hostap_80211_ops +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xf91c03e2 hostap_dump_tx_header +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xfc88bf39 hostap_set_auth_algs +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x146c6f84 orinoco_down +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x2dd81ae3 orinoco_process_xmit_skb +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x30fecfcc __orinoco_ev_rx +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x532fb9e9 orinoco_up +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x567d034c alloc_orinocodev +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x6c3cf1e4 free_orinocodev +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x827db0ca orinoco_if_add +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x82fa4140 orinoco_set_multicast_list +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x8b2c7c9f orinoco_stop +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0xa74c2dc5 hermes_struct_init +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0xb041f777 __orinoco_ev_info +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0xbbe3dc7d orinoco_tx_timeout +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0xc310733d orinoco_change_mtu +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0xd4527eca orinoco_if_del +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0xe5f0661d orinoco_open +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0xece9cfdf orinoco_init +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0xffe27bca orinoco_interrupt +EXPORT_SYMBOL drivers/net/wireless/mediatek/mt76/mt76 0x2dc8cc5f mt76_wcid_key_setup +EXPORT_SYMBOL drivers/net/wireless/mediatek/mt76/mt76 0x327a9822 mt76_rx_signal +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/btcoexist/btcoexist 0xb9dc829e rtl_btc_get_ops_pointer +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x0c2585a6 _rtl92c_phy_rf_serial_write +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x16703a59 rtl92c_phy_ap_calibrate +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x1b7d0632 _rtl92c_phy_fw_rf_serial_read +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x1c6dfaaa rtl92c_dm_watchdog +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x21315f11 rtl92c_firmware_selfreset +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 0x23c59654 rtl92c_phy_set_bw_mode +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x2bbbdd22 rtl92ce_phy_set_rf_on +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x307a7851 rtl92c_phy_set_txpower_level +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x3c7e4373 rtl92c_dm_write_dig +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x406fe58b _rtl92c_phy_init_bb_rf_register_definition +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x44a71c05 rtl92c_download_fw +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x51ff7a32 rtl92c_bt_rssi_state_change +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x53b1165d rtl92c_phy_rf_config +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x5b22d6e9 rtl92c_set_fw_pwrmode_cmd +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x5f7fc754 rtl92c_fill_h2c_cmd +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x61011bfd rtl92c_phy_query_bb_reg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x61bd97c9 rtl92c_phy_lc_calibrate +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x669ae441 rtl92c_phy_sw_chnl_callback +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x70f13876 rtl92c_phy_set_io +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x733dc9cd _rtl92c_phy_bb8192c_config_parafile +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x7552e484 _rtl92c_phy_set_rf_sleep +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x90ce7c09 rtl92c_phy_set_io_cmd +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x91b2b218 _rtl92c_phy_fw_rf_serial_write +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x9ee55303 _rtl92c_phy_rf_serial_read +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xb2c3df3e _rtl92c_store_pwrindex_diffrate_offset +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xb48f3004 rtl92c_set_fw_joinbss_report_cmd +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xb8dc4297 rtl92c_phy_update_txpower_dbm +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xbc6c2e07 rtl92c_dm_bt_coexist +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xbedb7236 rtl92c_dm_init_edca_turbo +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xc62fd1e4 rtl92c_phy_sw_chnl +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xd92805f0 rtl92c_phy_set_bb_reg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xdb577d48 _rtl92c_phy_dbm_to_txpwr_idx +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xe22832ab rtl8192_phy_check_is_legal_rfpath +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xeaeb1bcc rtl92c_dm_init_rate_adaptive_mask +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xeecfddf9 rtl92c_phy_iq_calibrate +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xef9f51d4 _rtl92c_phy_txpwr_idx_to_dbm +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xf0eea188 rtl92c_phy_set_rfpath_switch +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xf3167755 rtl92c_dm_init +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xf39b0849 rtl92c_set_fw_rsvdpagepkt +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xf6b64136 rtl92c_dm_check_txpower_tracking +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xf70c3f9c rtl92c_dm_rf_saving +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_pci 0x7b3bdeaa rtl_pci_resume +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_pci 0xb1a50885 rtl_pci_disconnect +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_pci 0xb697d55d rtl_pci_suspend +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_pci 0xefd1892a rtl_pci_probe +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_usb 0x0852ca2f rtl_usb_resume +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_usb 0x42751bcf rtl_usb_probe +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_usb 0x77136a40 rtl_usb_suspend +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_usb 0x966d1a66 rtl_usb_disconnect +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x0091427e rtl_efuse_shadow_map_update +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x0589f1b4 rtl_cam_get_free_entry +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x0b038e24 channel5g_80m +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x1259ed3b rtl_ps_disable_nic +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x1793528b rtl_signal_scale_mapping +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x1b945315 rtl_addr_delay +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x1cd5aca6 rtlwifi_rate_mapping +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x227658c7 efuse_one_byte_read +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x30a956d7 rtl_query_rxpwrpercentage +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x339b83ac rtl_cam_add_one_entry +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x45656dc8 rtl_mrate_idx_to_arfr_id +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x4c654dac rtl_rfreg_delay +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x54824f58 channel5g +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x5cd7aba3 efuse_power_switch +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x765be783 rtl_send_smps_action +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x7b0b6a7d rtl_process_phyinfo +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x84870ff9 rtl_dm_diginit +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x89cf17e0 efuse_read_1byte +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x8e23e174 rtl_phy_scan_operation_backup +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x8ea60059 rtl_fw_cb +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x995ed69b rtl_bb_delay +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x9b7410c8 rtl_cam_empty_entry +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x9e88dd71 rtl_cam_mark_invalid +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xb2c9e029 rtl_c2hcmd_enqueue +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xb5e58b16 rtl_cam_reset_all_entry +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xc5a14eec rtl_get_tcb_desc +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xc899ca76 rtl_rx_ampdu_apply +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xc9b0260b rtl_init_rfkill +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xd0c95dad rtl_hal_pwrseqcmdparsing +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xd89341f8 rtl_cmd_send_packet +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xdbaf56f1 rtl_collect_scan_list +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xdd44e193 efuse_shadow_read +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xe4fdb18b rtl_cam_delete_one_entry +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xe5aedcf3 rtl_cam_del_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 0xf2a27a23 rtl_ps_enable_nic +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_8723d 0x06481b6d rtw8723d_hw_spec +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_8821c 0x9b886ce0 rtw8821c_hw_spec +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_8822b 0xeda861df rtw8822b_hw_spec +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_8822c 0x026a0ae1 rtw8822c_hw_spec +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x00e85474 rtw_parse_tbl_bb_pg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x015f09b1 rtw_rx_stats +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x031326b8 rtw_restore_reg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x06739a6e rtw_phy_write_rf_reg_sipi +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x06754e69 rtw_read8_physical_efuse +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x072aa0b8 rtw_ops +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x07c50ae1 rtw_dump_fw +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x107284f2 rtw_phy_set_tx_power_level +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x14824d19 rtw_tx_write_data_rsvd_page_get +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x14bd7711 rtw_set_rx_freq_band +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x1b1b4747 rtw_phy_pwrtrack_need_iqk +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x1c2de23f rtw_phy_pwrtrack_thermal_changed +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x1ee1cabb rtw_phy_set_edcca_th +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x20185439 rtw_tx_report_enqueue +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x23283442 rtw_phy_cfg_rf +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x2d165bca rtw_rx_fill_rx_status +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x2eee0e85 rtw_fw_do_iqk +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x319311e4 rtw_core_deinit +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x3304cba1 rtw_phy_load_tables +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x330cdb4b rtw_fw_inform_rfk_status +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 0x3749f30c rtw_phy_parsing_cfo +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 0x466e3a65 rtw_bf_remove_bfee_mu +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x4cbb835a rtw_bf_phy_init +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x4f568faf rtw_phy_cfg_bb +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x507333d2 rtw_phy_read_rf_sipi +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x519c8ba9 rtw_rate_size +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x565c4d88 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 0x6d37c61b rtw_fw_c2h_cmd_rx_irqsafe +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x6d86614b rtw_coex_write_scbd +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x6dcd7044 rtw_phy_write_rf_reg_mix +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x70d0e2ec rtw_bf_remove_bfee_su +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x72abe092 rtw_fw_c2h_cmd_isr +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x72d0c6ca rtw_bf_cfg_csi_rate +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x741ea674 rtw_register_hw +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x79c7cd57 rtw_parse_tbl_phy_cond +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x85795e2f rtw_power_mode_change +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x96a7839e rtw_phy_read_rf +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x9937c53f rtw_phy_init +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x9e42ce90 rtw_coex_read_indirect_reg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x9f69b51e rtw_set_channel_mac +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xa19d2f31 rtw_phy_pwrtrack_need_lck +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xa1b9b411 rtw_core_init +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xa1bca3d4 rtw_tx_write_data_h2c_get +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xa699c23c rtw_phy_pwrtrack_get_delta +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xa7e4e3bc rtw_phy_cfg_agc +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xa7eb2cc2 rtw_phy_cfg_mac +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xae436af3 rtw_phy_pwrtrack_avg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xae662f6a rtw_bf_set_gid_table +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xb39d6dee rtw_phy_config_swing_table +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xc55d7f26 rtw_tx_fill_tx_desc +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xc916f153 rtw_dump_reg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xcd6b7d63 rtw_unregister_hw +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xd28eaea7 rtw_coex_write_indirect_reg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xd94157f7 __rtw_dbg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xd98b48b9 rtw_parse_tbl_txpwr_lmt +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xe6d63d12 rtw_bf_enable_bfee_mu +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xee61427c rtw_phy_pwrtrack_get_pwridx +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xef43a894 rtw_bf_enable_bfee_su +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xf0614dd0 rtw_chip_info_setup +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xfd14baaa check_hw_ready +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xfeb72266 rtw_phy_get_tx_power_index +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_pci 0x231d7a14 rtw_pci_probe +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_pci 0x40f4da13 rtw_pci_shutdown +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_pci 0x42ea8c29 rtw_pci_remove +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_pci 0xb18eec13 rtw_pm_ops +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_usb 0x4aef8537 rtw_usb_disconnect +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_usb 0xb515c45c rtw_usb_probe +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_8852a 0x34e424d6 rtw8852a_chip_info +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_8852b 0x437af626 rtw8852b_chip_info +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_8852c 0xd8dfba49 rtw8852c_chip_info +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x02a89306 rtw89_mac_resume_sch_tx +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x06833f7a rtw89_phy_write_rf +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x0930454d rtw89_mac_cfg_gnt_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x0aae2b56 rtw89_mac_size +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x19d4164f rtw89_fw_h2c_rf_ntfy_mcc +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x254b7fb3 rtw89_ops +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x2708db61 rtw89_mac_cfg_gnt +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x27b5167d rtw89_mac_stop_sch_tx +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x2af8b38d rtw89_core_deinit +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x2be8b071 rtw89_mac_set_err_status +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x373e60e2 rtw89_core_napi_init +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x3a7b66a5 rtw89_phy_get_txsc +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x3a86df2a rtw89_fw_h2c_dctl_sec_cam_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x3ae3f3ee rtw89_mac_write_xtal_si +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x3b1dc4ef rtw89_mac_read_xtal_si +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x3eeec235 rtw89_core_init +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x3f38c017 rtw89_phy_config_rf_reg_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x4020e2fa rtw89_chip_info_setup +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x42b98786 rtw89_mac_cfg_ctrl_path +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x559cbb2c rtw89_mac_coex_init +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x5b8c7aaf rtw89_phy_set_txpwr_limit_ru +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x5e76a5fc rtw89_core_fill_txdesc +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x65c94749 rtw89_phy_read_txpwr_limit +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x6623bc23 rtw89_phy_read32_idx +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x68b4b3a5 rtw89_ser_notify +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x6ddd21a6 __rtw89_debug +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x771db228 rtw89_phy_tssi_ctrl_set_bandedge_cfg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x7779e403 rtw89_phy_write_rf_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x7a28b8cd rtw89_mac_coex_init_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x7b11322f rtw89_phy_write32_idx +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x7b6510a5 rtw89_btc_set_policy_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x7c25838a rtw89_core_fill_txdesc_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x85f517ae rtw89_phy_read_rf +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x8899e312 rtw89_alloc_ieee80211_hw +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x8a43847b rtw89_phy_set_txpwr_byrate +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x8f573719 rtw89_core_query_rxdesc +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x90ffb769 rtw89_mac_enable_bb_rf +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x92d5f75c rtw89_mac_cfg_ppdu_status +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x950737fe rtw89_mac_disable_bb_rf +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x9976716c rtw89_phy_set_txpwr_limit +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xa00554c7 rtw89_core_register +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xa35e7b6f rtw89_phy_read_rf_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xa9750089 rtw89_core_unregister +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xa98d0c43 rtw89_core_napi_start +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xabc0c4b2 rtw89_mac_resume_sch_tx_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xaf71da13 rtw89_core_napi_deinit +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xbfb08e44 rtw89_mac_get_txpwr_cr +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xc1dbf234 rtw89_free_ieee80211_hw +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xc2ed1e1a rtw89_core_fill_txdesc_fwcmd_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xc6ceeb4b rtw89_mac_cfg_ctrl_path_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xc88d4dfd rtw89_btc_ntfy_wl_rfk +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xc943d2a1 rtw89_core_napi_stop +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xcd59c223 rtw89_phy_load_txpwr_byrate +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xdb04213d rtw89_phy_write_reg3_tbl +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xe0a6b454 rtw89_phy_set_txpwr_offset +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xe0f2165c rtw89_btc_set_policy +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xe3f57b04 rtw89_debug_mask +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xe664fe26 rtw89_core_rx +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xe7c16528 rtw89_rfk_parser +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xed414f17 rtw89_mac_get_err_status +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xf5930fc6 rtw89_mac_stop_sch_tx_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x07b5fea8 rtw89_pci_disable_intr_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x1e73cf33 rtw89_pci_ltr_set +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x3f966af9 rtw89_pci_fill_txaddr_info +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x4f348980 rtw89_pci_probe +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x62264744 rtw89_pci_enable_intr +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x645d6400 rtw89_pci_config_intr_mask_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x69f52493 rtw89_pci_disable_intr +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 0x71cb2e24 rtw89_pm_ops +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x76232bf3 rtw89_pci_config_intr_mask +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x962ac356 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 0xa479ec68 rtw89_pci_recognize_intrs +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0xa4ca39d3 rtw89_pci_ltr_set_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0xb4e74179 rtw89_pci_fill_txaddr_info_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0xd2958cac rtw89_pci_remove +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0xde79661c rtw89_pci_enable_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 0x527f1ea6 rsi_config_wowlan +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0x3f8f6665 wlcore_calc_packet_alignment +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0xb80030d3 wl12xx_is_dummy_packet +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0xd8bd735a wl1271_free_tx_id +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0xeeb635f7 wlcore_tx_complete +EXPORT_SYMBOL drivers/nfc/fdp/fdp 0x636ba55a fdp_nci_remove +EXPORT_SYMBOL drivers/nfc/fdp/fdp 0x6a054201 fdp_nci_probe +EXPORT_SYMBOL drivers/nfc/microread/microread 0x56f7e88a microread_remove +EXPORT_SYMBOL drivers/nfc/microread/microread 0x894db8c4 microread_probe +EXPORT_SYMBOL drivers/nfc/nxp-nci/nxp-nci 0x09df6f90 nxp_nci_remove +EXPORT_SYMBOL drivers/nfc/nxp-nci/nxp-nci 0x546311cd nxp_nci_fw_recv_frame +EXPORT_SYMBOL drivers/nfc/nxp-nci/nxp-nci 0xa7b66d23 nxp_nci_probe +EXPORT_SYMBOL drivers/nfc/pn533/pn533 0xebb57f30 pn533_recv_frame +EXPORT_SYMBOL drivers/nfc/pn544/pn544 0x39d974ba pn544_hci_probe +EXPORT_SYMBOL drivers/nfc/pn544/pn544 0x7e14f036 pn544_hci_remove +EXPORT_SYMBOL drivers/nfc/s3fwrn5/s3fwrn5 0x19a5d1b9 s3fwrn5_recv_frame +EXPORT_SYMBOL drivers/nfc/s3fwrn5/s3fwrn5 0x67f7732b s3fwrn5_phy_power_ctrl +EXPORT_SYMBOL drivers/nfc/s3fwrn5/s3fwrn5 0x774203fc s3fwrn5_phy_set_wake +EXPORT_SYMBOL drivers/nfc/s3fwrn5/s3fwrn5 0xa02f967c s3fwrn5_remove +EXPORT_SYMBOL drivers/nfc/s3fwrn5/s3fwrn5 0xa366517e 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 0x0cdc9742 ndlc_probe +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0x24727a08 ndlc_remove +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0x65b366a2 st_nci_vendor_cmds_init +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0x85f87fef st_nci_se_init +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0xbca3b6d1 ndlc_close +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0xc4c9e135 st_nci_se_io +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0xc6e527ba st_nci_se_deinit +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0xe5fa231e ndlc_open +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0xeeee64fb ndlc_recv +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0xf9aae6f7 ndlc_send +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x15464146 st21nfca_se_deinit +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x16cb15c0 st21nfca_hci_disable_se +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x1e3ee661 st21nfca_im_send_atr_req +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x23724b95 st21nfca_hci_discover_se +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x244e543c st21nfca_dep_init +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x29bdcce0 st21nfca_vendor_cmds_init +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x2a448c85 st21nfca_im_send_dep_req +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x38f671a7 st21nfca_hci_enable_se +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x52c5babf st21nfca_hci_loopback_event_received +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x59125e30 st21nfca_connectivity_event_received +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x5b10920c st21nfca_se_init +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x817bf1d4 st21nfca_hci_se_io +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0xb8076f6e st21nfca_dep_deinit +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0xda9b1295 st21nfca_hci_remove +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0xdc36ff6f st21nfca_hci_probe +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0xf1e99bc8 st21nfca_dep_event_received +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0xf260cdc0 st21nfca_tm_send_dep_res +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0xfe009572 st21nfca_apdu_reader_event_received +EXPORT_SYMBOL drivers/ntb/ntb 0x06f41af7 ntb_msi_setup_mws +EXPORT_SYMBOL drivers/ntb/ntb 0x0a6b0794 ntb_unregister_device +EXPORT_SYMBOL drivers/ntb/ntb 0x0aea0cd2 ntb_link_event +EXPORT_SYMBOL drivers/ntb/ntb 0x2876c09c ntb_default_peer_port_idx +EXPORT_SYMBOL drivers/ntb/ntb 0x28b1dd0d ntb_msi_peer_addr +EXPORT_SYMBOL drivers/ntb/ntb 0x32730b2f ntbm_msi_free_irq +EXPORT_SYMBOL drivers/ntb/ntb 0x32c581da ntb_default_peer_port_number +EXPORT_SYMBOL drivers/ntb/ntb 0x464b1260 __ntb_register_client +EXPORT_SYMBOL drivers/ntb/ntb 0x50266c4a ntb_default_peer_port_count +EXPORT_SYMBOL drivers/ntb/ntb 0x503fa73f ntb_unregister_client +EXPORT_SYMBOL drivers/ntb/ntb 0x6eb6eed4 ntb_msi_clear_mws +EXPORT_SYMBOL drivers/ntb/ntb 0x76466859 ntb_msg_event +EXPORT_SYMBOL drivers/ntb/ntb 0x85f73d73 ntb_register_device +EXPORT_SYMBOL drivers/ntb/ntb 0x8d1dac39 ntb_msi_peer_trigger +EXPORT_SYMBOL drivers/ntb/ntb 0x9c7f5e70 ntb_msi_init +EXPORT_SYMBOL drivers/ntb/ntb 0xa0e96014 ntb_default_port_number +EXPORT_SYMBOL drivers/ntb/ntb 0xd9ff2aef ntb_clear_ctx +EXPORT_SYMBOL drivers/ntb/ntb 0xeebb859f ntb_set_ctx +EXPORT_SYMBOL drivers/ntb/ntb 0xf0fe1b18 ntb_db_event +EXPORT_SYMBOL drivers/ntb/ntb 0xf1943f74 ntbm_msi_request_threaded_irq +EXPORT_SYMBOL drivers/nvdimm/nd_btt 0x2b0ddbad nvdimm_namespace_attach_btt +EXPORT_SYMBOL drivers/nvdimm/nd_btt 0xbfffc487 nvdimm_namespace_detach_btt +EXPORT_SYMBOL drivers/parport/parport 0x0b54c273 parport_ieee1284_epp_write_addr +EXPORT_SYMBOL drivers/parport/parport 0x0ebe51f3 parport_register_dev_model +EXPORT_SYMBOL drivers/parport/parport 0x0f278cff parport_wait_event +EXPORT_SYMBOL drivers/parport/parport 0x1044a732 parport_claim_or_block +EXPORT_SYMBOL drivers/parport/parport 0x11a483e4 parport_write +EXPORT_SYMBOL drivers/parport/parport 0x2040f8d2 parport_find_base +EXPORT_SYMBOL drivers/parport/parport 0x22d07182 parport_announce_port +EXPORT_SYMBOL drivers/parport/parport 0x24d6322c parport_ieee1284_epp_write_data +EXPORT_SYMBOL drivers/parport/parport 0x2636beae __parport_register_driver +EXPORT_SYMBOL drivers/parport/parport 0x2f59eeb4 parport_wait_peripheral +EXPORT_SYMBOL drivers/parport/parport 0x35ccddce parport_release +EXPORT_SYMBOL drivers/parport/parport 0x4c23c61d parport_ieee1284_ecp_read_data +EXPORT_SYMBOL drivers/parport/parport 0x4d2a941b parport_ieee1284_interrupt +EXPORT_SYMBOL drivers/parport/parport 0x4f9577a2 parport_unregister_device +EXPORT_SYMBOL drivers/parport/parport 0x5e3a3912 parport_irq_handler +EXPORT_SYMBOL drivers/parport/parport 0x65be01f5 parport_find_number +EXPORT_SYMBOL drivers/parport/parport 0x6ad1ee77 parport_claim +EXPORT_SYMBOL drivers/parport/parport 0x880d730e parport_ieee1284_read_nibble +EXPORT_SYMBOL drivers/parport/parport 0x8f92e7d6 parport_ieee1284_epp_read_addr +EXPORT_SYMBOL drivers/parport/parport 0x9444891f parport_del_port +EXPORT_SYMBOL drivers/parport/parport 0x94988117 parport_ieee1284_ecp_write_data +EXPORT_SYMBOL drivers/parport/parport 0x9d69888a parport_ieee1284_write_compat +EXPORT_SYMBOL drivers/parport/parport 0x9e39c2d2 parport_put_port +EXPORT_SYMBOL drivers/parport/parport 0xa4359541 parport_ieee1284_read_byte +EXPORT_SYMBOL drivers/parport/parport 0xa61a175d parport_remove_port +EXPORT_SYMBOL drivers/parport/parport 0xb92a4536 parport_get_port +EXPORT_SYMBOL drivers/parport/parport 0xbb1a7148 parport_ieee1284_ecp_write_addr +EXPORT_SYMBOL drivers/parport/parport 0xbeac5845 parport_negotiate +EXPORT_SYMBOL drivers/parport/parport 0xc1449584 parport_read +EXPORT_SYMBOL drivers/parport/parport 0xc9a2e9e5 parport_set_timeout +EXPORT_SYMBOL drivers/parport/parport 0xe1781680 parport_unregister_driver +EXPORT_SYMBOL drivers/parport/parport 0xe325f2a4 parport_ieee1284_epp_read_data +EXPORT_SYMBOL drivers/parport/parport 0xf3b9f7bb parport_register_port +EXPORT_SYMBOL drivers/parport/parport_pc 0x36593eb4 parport_pc_unregister_port +EXPORT_SYMBOL drivers/parport/parport_pc 0x838463b8 parport_pc_probe_port +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x0ddf37b7 pcmcia_get_socket_by_nr +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x1eaf418d pcmcia_register_socket +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x212db8d2 pcmcia_socket_list +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x2c8cc70d pccard_register_pcmcia +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x61a9ab36 pcmcia_parse_events +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x849678f1 pcmcia_unregister_socket +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x8bd3d867 pcmcia_reset_card +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x928183e5 pcmcia_get_socket +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xad1435b3 pcmcia_put_socket +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xc07d1092 pcmcia_parse_uevents +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xc77d7e1d pcmcia_socket_class +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 0xf2c9b507 pccard_static_ops +EXPORT_SYMBOL drivers/platform/chrome/cros_ec 0x15d86e72 cros_ec_unregister +EXPORT_SYMBOL drivers/platform/chrome/cros_ec 0x21d8a73c cros_ec_resume +EXPORT_SYMBOL drivers/platform/chrome/cros_ec 0xce8227e8 cros_ec_register +EXPORT_SYMBOL drivers/platform/chrome/cros_ec 0xf25aacf5 cros_ec_irq_thread +EXPORT_SYMBOL drivers/platform/chrome/cros_ec 0xfb476c8a cros_ec_suspend +EXPORT_SYMBOL drivers/regulator/rohm-regulator 0x4c5cab2e rohm_regulator_set_dvs_levels +EXPORT_SYMBOL drivers/rpmsg/qcom_smd 0x3330a1c8 qcom_smd_unregister_edge +EXPORT_SYMBOL drivers/rpmsg/qcom_smd 0x3a58e75f qcom_smd_register_edge +EXPORT_SYMBOL drivers/rpmsg/rpmsg_char 0x7db1f0a9 rpmsg_chrdev_eptdev_destroy +EXPORT_SYMBOL drivers/rpmsg/rpmsg_char 0xfb25da7c rpmsg_chrdev_eptdev_create +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x0afa9507 unregister_rpmsg_driver +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x0c7839cc rpmsg_unregister_device +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x1f6acdb6 rpmsg_trysend_offchannel +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x2dcaca9d rpmsg_class +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x5ea6541a rpmsg_create_channel +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x743b9b73 rpmsg_get_mtu +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x9090e912 rpmsg_register_device +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x9b4eb1d5 rpmsg_create_ept +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0xb4c4c4a0 rpmsg_send_offchannel +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0xb6374971 rpmsg_register_device_override +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0xbcc24a17 rpmsg_destroy_ept +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0xc7ce4a03 rpmsg_sendto +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0xd34e5954 __register_rpmsg_driver +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0xde099b9a rpmsg_find_device +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0xdee1fcf1 rpmsg_poll +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0xe72d8244 rpmsg_send +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0xef8676b0 rpmsg_release_channel +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0xf851ecf3 rpmsg_trysendto +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0xf9910026 rpmsg_trysend +EXPORT_SYMBOL drivers/rpmsg/rpmsg_ns 0x6e6e0bcb rpmsg_ns_register_device +EXPORT_SYMBOL drivers/rtc/rtc-ds1685 0x3a44ffe5 ds1685_rtc_poweroff +EXPORT_SYMBOL drivers/scsi/esp_scsi 0x20a3f5e5 scsi_esp_cmd +EXPORT_SYMBOL drivers/scsi/esp_scsi 0x4a29ab38 scsi_esp_intr +EXPORT_SYMBOL drivers/scsi/esp_scsi 0x98b0b35a scsi_esp_template +EXPORT_SYMBOL drivers/scsi/esp_scsi 0xbad77bcb scsi_esp_unregister +EXPORT_SYMBOL drivers/scsi/esp_scsi 0xe9229184 scsi_esp_register +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x028500e4 fcoe_ctlr_els_send +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x25ccae31 fcoe_ctlr_destroy +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x26d9b223 fcoe_fcf_get_selected +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x4fe919cf fcoe_ctlr_link_down +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x57264bbb fcoe_ctlr_init +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x750d127b fcoe_ctlr_link_up +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x849dbc8f fcoe_transport_detach +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x85babe57 fcoe_ctlr_recv +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x8be79997 fcoe_ctlr_set_fip_mode +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xc13fc663 fcoe_ctlr_recv_flogi +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xd342e817 fcoe_transport_attach +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x04363b4f fc_get_host_speed +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x15fbbd8c fc_vport_setlink +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x1cb0c4cc fc_rport_terminate_io +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x1d32f022 fc_seq_send +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x1defb8e0 fc_lport_flogi_resp +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x22b90986 fc_exch_mgr_del +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x2580fef1 fc_eh_device_reset +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x2c599d39 fc_fill_hdr +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x31372cdf fc_fc4_register_provider +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x3299ed4e fc_lport_recv +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x3a2e9d56 fc_elsct_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x3b11ebc1 fc_rport_recv_req +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x3d06c3de fc_rport_login +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x3df15867 fc_linkup +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x40750324 fc_exch_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x42f55666 fc_lport_reset +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x4530e133 fc_linkdown +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x48be29db fc_slave_alloc +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x4c1f802b fc_disc_config +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x4fd5f665 fc_disc_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x569dd730 fc_frame_alloc_fill +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x57a9098e fc_exch_seq_send +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x600809dc fc_eh_abort +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x66062c12 fc_lport_logo_resp +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x6608eb29 fc_eh_host_reset +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x6cfee878 fc_exch_mgr_list_clone +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x79329c14 fc_queuecommand +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x7f3407a7 fc_seq_start_next +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x7fcf7da0 fc_fill_reply_hdr +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x811811e0 fc_exch_done +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x81de92e4 fc_get_host_stats +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x83a05143 fc_exch_mgr_alloc +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x84a4c333 libfc_vport_create +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x896eb197 fc_lport_iterate +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x8cc08943 fc_rport_create +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x9c88ac43 fc_frame_crc_check +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x9d50ed7e fc_rport_destroy +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xa14bcfa8 fc_lport_destroy +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xa1bcd198 fc_cpu_mask +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xa216d132 fc_exch_mgr_reset +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xa245f828 fc_elsct_send +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xa6908c55 fc_fc4_deregister_provider +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xa6aab9d9 fc_fabric_login +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xa88be60d fc_fabric_logoff +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xad5ffda1 fc_lport_config +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xae40f1ed fc_exch_recv +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xb0ddd5a1 fc_rport_flush_queue +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xb16f1b45 fc_seq_assign +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xb351beeb fc_rport_lookup +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xb407272b fc_lport_set_local_id +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xb5a12e33 fc_lport_bsg_request +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xbf1afa92 fc_lport_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xc171da84 fc_rport_logoff +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xccf1bb7f fc_seq_set_resp +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xce4d3721 fc_fcp_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xce8ec7b4 fc_fcp_destroy +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xd129e062 fc_exch_mgr_add +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xe337f406 fc_get_host_port_state +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xe5cf06b5 fc_lport_notifier_head +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xe865d6e0 fc_exch_mgr_free +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xebae667f _fc_frame_alloc +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xf83e8a43 fc_vport_id_lookup +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xf8455c51 fc_set_mfs +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xfa23ca90 fc_exch_update_stats +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xfa4667d1 fc_seq_release +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xfedff38a fc_set_rport_loss_tmo +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0x442d0058 sas_resume_ha +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0x4a8e3d34 try_test_sas_gpio_gp_bit +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0x552f8fc7 sas_suspend_ha +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0xac53c462 sas_resume_ha_no_sync +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0xe1ce8243 sas_prep_resume_ha +EXPORT_SYMBOL drivers/scsi/megaraid/megaraid_mm 0x43679c80 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 0x166570c0 qlt_rdy_to_xfer +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x2670f24f qlt_stop_phase2 +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x31a72bb0 qlt_xmit_response +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x3ce3d4a0 qlt_enable_vha +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x6c1a9b64 qlt_unreg_sess +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x8836fff0 qlt_free_cmd +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x90ded82a qlt_free_mcmd +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xb3088c64 qlt_lport_deregister +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xb69063a1 qlt_abort_cmd +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xb69e2fe1 qlt_lport_register +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xeb20bcd9 qlt_xmit_tm_rsp +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xecb0311c qlt_stop_phase1 +EXPORT_SYMBOL drivers/scsi/raid_class 0x2c106ef5 raid_component_add +EXPORT_SYMBOL drivers/scsi/raid_class 0x8ec96151 raid_class_release +EXPORT_SYMBOL drivers/scsi/raid_class 0xaf01d684 raid_class_attach +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x22695a06 scsi_is_fc_rport +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x375f8bbd fc_get_event_number +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x40409c12 fc_attach_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x484a9d7c fc_eh_timed_out +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x65b96a6b fc_remote_port_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x78a57378 fc_host_post_fc_event +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x7c2bef14 fc_host_post_event +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xa2b61b97 fc_block_rport +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xa71417a1 fc_vport_create +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xb60e3271 fc_remote_port_rolechg +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xb9e94769 fc_remote_port_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xc6939656 fc_release_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xd84defa5 fc_block_scsi_eh +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xdbceef6b fc_host_post_vendor_event +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xdd0aa6e0 fc_remove_host +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xde0499b1 fc_vport_terminate +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xe35fafb0 fc_host_fpin_rcv +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xe8d37ca6 fc_find_rport_by_wwpn +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x00437303 sas_port_get_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x04c529da sas_end_device_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x098f6549 sas_attach_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x09e8b0ce sas_port_delete_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x22a23605 sas_port_add_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x26a3204b sas_phy_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x487a8edd sas_read_port_mode_page +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x4992d6aa sas_rphy_unlink +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x49f9cdb4 sas_phy_free +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x4afd62e4 scsi_is_sas_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x4eef1aa8 scsi_is_sas_port +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x53143916 sas_port_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x6392c6cf sas_port_free +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x660843fd sas_expander_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x67a3aced sas_remove_children +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x7a0749ad sas_port_mark_backlink +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x806dfd8e sas_port_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x8732479a sas_remove_host +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x9f003254 sas_rphy_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xa94946fa sas_rphy_free +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xa99dc1f6 sas_port_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xb11a6a92 scsi_is_sas_rphy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xb38f5891 sas_release_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xba7a82cf sas_port_alloc_num +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xbaa1cdf9 sas_rphy_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xbf23004a sas_phy_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xccaf5e01 sas_phy_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xd06d9007 sas_rphy_remove +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xd250bb2c sas_get_address +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0x1dd7cf78 spi_schedule_dv_device +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0x3686ea09 spi_print_msg +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0x657a976a spi_display_xfer_agreement +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0x747ff67a spi_release_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0xaaa712d9 spi_dv_device +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0xbe37af58 spi_attach_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0x35515bab srp_start_tl_fail_timers +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0x405b6e05 srp_parse_tmo +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0x76a10daf srp_reconnect_rport +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0x92f47800 srp_rport_get +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0xa9f83ac2 srp_timed_out +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0xf603f331 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 0x1109e919 cmdq_dev_get_client_reg +EXPORT_SYMBOL drivers/soc/mediatek/mtk-cmdq-helper 0x1f3ed632 cmdq_pkt_jump +EXPORT_SYMBOL drivers/soc/mediatek/mtk-cmdq-helper 0x3f6fab3f cmdq_pkt_write_s_mask_value +EXPORT_SYMBOL drivers/soc/mediatek/mtk-cmdq-helper 0x3fc19424 cmdq_pkt_write +EXPORT_SYMBOL drivers/soc/mediatek/mtk-cmdq-helper 0x45dae4fc cmdq_pkt_poll +EXPORT_SYMBOL drivers/soc/mediatek/mtk-cmdq-helper 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 0x7fbcbc78 cmdq_mbox_create +EXPORT_SYMBOL drivers/soc/mediatek/mtk-cmdq-helper 0x807d2ad2 cmdq_pkt_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 0xc8f88fa8 cmdq_mbox_destroy +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 0x0dd0637a 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 0x19cc37e2 geni_se_rx_dma_unprep +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0x29514e96 geni_se_tx_dma_unprep +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0x3b6e3d3e geni_se_rx_dma_prep +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0x4efc8eb0 geni_icc_set_bw +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0x507f981c geni_se_init +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0x5750d412 geni_se_select_mode +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0x705a668d geni_se_resources_on +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0x907c38ef geni_se_config_packing +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0xaf5b350d geni_se_tx_dma_prep +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0xd33ed498 geni_icc_disable +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0xd8fe779c geni_se_clk_tbl_get +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0xe1630c07 geni_se_resources_off +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0xe5b338cb geni_icc_get +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0xe90386e5 geni_se_get_qup_hw_version +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0xec768099 geni_icc_set_tag +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0xf55ad0ec geni_se_clk_freq_match +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0xfd63fedc geni_icc_enable +EXPORT_SYMBOL drivers/soc/qcom/qcom_aoss 0x2333aed6 qmp_put +EXPORT_SYMBOL drivers/soc/qcom/qcom_aoss 0x48ea04b2 qmp_get +EXPORT_SYMBOL drivers/soc/qcom/qcom_aoss 0x9e2aa1df qmp_send +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0x167ce3dc qmi_send_request +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0x2621fb70 qmi_txn_cancel +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0x28854747 qmi_txn_wait +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 0x6051451d qmi_decode_message +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0x6a0ab4c8 qmi_handle_init +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0x6c906112 qmi_send_response +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0x732bcaea qmi_handle_release +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0xa48aedb1 qmi_add_server +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0xb9a04dac qmi_send_indication +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0xe557627c qmi_txn_init +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0xf6758493 qmi_add_lookup +EXPORT_SYMBOL drivers/soc/qcom/smd-rpm 0x3abef80b qcom_rpm_smd_write +EXPORT_SYMBOL drivers/soc/qcom/smem 0x34b57571 qcom_smem_alloc +EXPORT_SYMBOL drivers/soc/qcom/smem 0x5a710273 qcom_smem_get_free_space +EXPORT_SYMBOL drivers/soc/qcom/smem 0x9979b76e qcom_smem_virt_to_phys +EXPORT_SYMBOL drivers/soc/qcom/smem 0xeeffa750 qcom_smem_get +EXPORT_SYMBOL drivers/soc/qcom/wcnss_ctrl 0x191c2a29 qcom_wcnss_open_channel +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x01c6650c sdw_bread_no_pm_unlocked +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x03c1f99b sdw_bus_prep_clk_stop +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x0551846c 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 0x2259ef8c sdw_master_read_prop +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x2b3ab4ed sdw_show_ping_status +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x3b0a8582 sdw_startup_stream +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x44f1e80f sdw_bus_clk_stop +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x4cde88bf sdw_disable_stream +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x55cdff7c sdw_stream_add_master +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x60d388b6 sdw_slave_add +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x60e31fbb sdw_find_col_index +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x63032885 sdw_bwrite_no_pm_unlocked +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x6f27ec8c sdw_nread +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 0x79417eba sdw_clear_slave_status +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x79582876 sdw_bus_master_add +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x902c71b1 sdw_write_no_pm +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x91a71e88 sdw_extract_slave_id +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x95076051 sdw_write +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x99756442 sdw_read +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x9b287584 sdw_stream_add_slave +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x9e122d79 sdw_alloc_stream +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xa7efdc9c sdw_read_no_pm +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xba54b904 sdw_cols +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xbbec2c2e sdw_enable_stream +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xc268bcd0 sdw_handle_slave_status +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xd1417468 sdw_slave_read_prop +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xd393e5a5 sdw_compare_devid +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xda5bce09 sdw_release_stream +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xdf397d26 sdw_bus_exit_clk_stop +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xe2c170e1 sdw_stream_remove_master +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xf1d9298f sdw_stream_remove_slave +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xf53ba0b8 sdw_rows +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xf880118a sdw_update_no_pm +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xf8c3da35 sdw_nwrite +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xf9a49f32 sdw_update +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x09db6a0a sdw_cdns_probe +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x1867887e sdw_cdns_clock_stop +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x19db3fa6 sdw_cdns_alloc_pdi +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x1aa83991 cdns_reset_page_addr +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x293f8be0 sdw_cdns_is_clock_stop +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x34712074 sdw_cdns_irq +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x439c83c3 cdns_bus_conf +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x59bf9d6d sdw_cdns_exit_reset +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x68219f32 sdw_cdns_config_stream +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0xb5b34a2c sdw_cdns_check_self_clearing_bits +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0xc8757a6b sdw_cdns_enable_interrupt +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0xcf5a57d6 cdns_read_ping_status +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0xd158189f sdw_cdns_pdi_init +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0xd5862dcd sdw_cdns_clock_restart +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0xe407bfba cdns_set_sdw_stream +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0xeba788fa cdns_xfer_msg +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0xf276e656 cdns_xfer_msg_defer +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0xf8178ef5 sdw_cdns_init +EXPORT_SYMBOL drivers/soundwire/soundwire-generic-allocation 0x63db4b32 sdw_compute_params +EXPORT_SYMBOL drivers/ssb/ssb 0x02c88a45 ssb_set_devtypedata +EXPORT_SYMBOL drivers/ssb/ssb 0x07b47bcb ssb_bus_unregister +EXPORT_SYMBOL drivers/ssb/ssb 0x0f20418f __ssb_driver_register +EXPORT_SYMBOL drivers/ssb/ssb 0x1bb6eaeb ssb_bus_resume +EXPORT_SYMBOL drivers/ssb/ssb 0x2d39850e ssb_device_is_enabled +EXPORT_SYMBOL drivers/ssb/ssb 0x3506dd58 ssb_driver_unregister +EXPORT_SYMBOL drivers/ssb/ssb 0x5d1b44d0 ssb_device_enable +EXPORT_SYMBOL drivers/ssb/ssb 0x7b8d88d6 ssb_chipco_gpio_control +EXPORT_SYMBOL drivers/ssb/ssb 0x84598739 ssb_bus_sdiobus_register +EXPORT_SYMBOL drivers/ssb/ssb 0x850ccaf7 ssb_device_disable +EXPORT_SYMBOL drivers/ssb/ssb 0xa210933a ssb_commit_settings +EXPORT_SYMBOL drivers/ssb/ssb 0xa5805371 ssb_pcihost_register +EXPORT_SYMBOL drivers/ssb/ssb 0xb27f9791 ssb_clockspeed +EXPORT_SYMBOL drivers/ssb/ssb 0xb32e8ab3 ssb_pmu_set_ldo_voltage +EXPORT_SYMBOL drivers/ssb/ssb 0xb3e942bd ssb_pmu_set_ldo_paref +EXPORT_SYMBOL drivers/ssb/ssb 0xcb17f1cb ssb_admatch_base +EXPORT_SYMBOL drivers/ssb/ssb 0xd049704c ssb_bus_may_powerdown +EXPORT_SYMBOL drivers/ssb/ssb 0xdb86a2f1 ssb_pcicore_dev_irqvecs_enable +EXPORT_SYMBOL drivers/ssb/ssb 0xdc0c560c ssb_bus_powerup +EXPORT_SYMBOL drivers/ssb/ssb 0xdfc7c6ef ssb_admatch_size +EXPORT_SYMBOL drivers/ssb/ssb 0xeb04c1d1 ssb_dma_translation +EXPORT_SYMBOL drivers/ssb/ssb 0xec274c57 ssb_bus_suspend +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x04435e73 fbtft_write_reg16_bus8 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x08e59495 fbtft_write_reg16_bus16 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x0a441f63 fbtft_register_framebuffer +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x1a7f0da4 fbtft_framebuffer_alloc +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x3d7df757 fbtft_probe_common +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x687621c0 fbtft_write_spi +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x6f0a4612 fbtft_write_vmem16_bus8 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xa1f02537 fbtft_unregister_framebuffer +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xa5ca4609 fbtft_read_spi +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xa87beadd fbtft_write_vmem8_bus8 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xa9c18663 fbtft_unregister_backlight +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xb197e750 fbtft_write_gpio8_wr +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xb22530a8 fbtft_write_buf_dc +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xb3c306e8 fbtft_init_display +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xb8775d90 fbtft_remove_common +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xc0cb49ba fbtft_write_spi_emulate_9 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xcae959cf fbtft_register_backlight +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xd3c85545 fbtft_dbg_hex +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xd74e0eb1 fbtft_write_gpio16_wr +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xea10781f fbtft_write_reg8_bus9 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xeeb6627a fbtft_write_gpio16_wr_latched +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xf4b8503f fbtft_write_vmem16_bus16 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xfaf86dbd fbtft_write_vmem16_bus9 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xfbb8cf92 fbtft_write_reg8_bus8 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xfc07877b fbtft_framebuffer_release +EXPORT_SYMBOL drivers/staging/greybus/gb-audio-codec 0x50b15f66 gbaudio_register_module +EXPORT_SYMBOL drivers/staging/greybus/gb-audio-codec 0x919c883f gbaudio_unregister_module +EXPORT_SYMBOL drivers/staging/greybus/gb-audio-codec 0x99ad014f gbaudio_module_update +EXPORT_SYMBOL drivers/staging/iio/addac/adt7316 0xc3453238 adt7316_probe +EXPORT_SYMBOL drivers/staging/iio/meter/ade7854 0x17572d42 ade7854_probe +EXPORT_SYMBOL drivers/staging/nvec/nvec 0x40c6c4a1 nvec_write_sync +EXPORT_SYMBOL drivers/staging/nvec/nvec 0x96b74560 nvec_write_async +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x034073ae rtllib_wx_get_rts +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x08316717 rtllib_get_beacon +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x0bdf9276 rtllib_ps_tx_ack +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x0d72db63 rtllib_wx_set_rts +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x22166084 rt_global_debug_component +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x36780c96 alloc_rtllib +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x41e213f0 rtllib_reset_queue +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x451e00dd rtllib_wx_set_freq +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x4b3eb7da rtllib_wx_get_mode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x4be6a22f rtllib_MgntDisconnect +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x4cc5b750 rtllib_xmit +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x4f041f90 rtllib_wx_set_power +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x4fab6a01 rtllib_wx_get_encode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x55a83368 rtllib_wx_get_scan +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x5cce5eb7 free_rtllib +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x5f16f67a rtllib_wx_set_rate +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x5f3af1b6 rtllib_wx_get_essid +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x64e491eb rtllib_EnableIntelPromiscuousMode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x66b0fd4b rtllib_rx +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x67c3771a rtllib_act_scanning +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x6a9bc468 rtllib_wx_set_rawtx +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x6b16a4ee rtllib_wx_get_name +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x6bd1b18a rtllib_start_send_beacons +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x71b185d5 dot11d_init +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x78d5087d rtllib_wx_set_encode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x7aba4ab5 rtllib_wx_set_gen_ie +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x823379a3 rtllib_wx_set_encode_ext +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x86a91311 rtllib_softmac_start_protocol +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x8f2d951a rtllib_start_scan_syncro +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x927de249 notify_wx_assoc_event +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x95ccdfbf rtllib_DisableIntelPromiscuousMode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x9e716949 rtllib_stop_send_beacons +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xa0c58c78 rtllib_wx_get_freq +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xa8f425b1 rtllib_legal_channel +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xab5fc4f4 rtllib_softmac_stop_protocol +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xaee53b7f rtllib_wx_set_mode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xb073bfcd rtllib_wx_set_scan +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xb0aed45a rtllib_wx_set_wap +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xbacd7adf rtllib_wx_get_rate +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xbe9c7c97 rtllib_wx_get_wap +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xc6c37aa9 dot11d_channel_map +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xd09fbaab RemovePeerTS +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xd21bfaf1 rtllib_wx_set_mlme +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xd40ba631 rtllib_sta_ps_send_null_frame +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xdf78f620 rtllib_wlan_frequencies +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xe95d937b rtllib_wx_get_power +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xec96158f HT_update_self_and_peer_setting +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xf70a6759 rtllib_stop_scan +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xf7f2cdac rtllib_stop_scan_syncro +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xf9637d5d rtllib_wx_set_essid +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xf9a2ca79 rtllib_wx_set_auth +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x00e46b10 ieee80211_wx_get_rate +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x039c51a3 ieee80211_wx_set_mlme +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x0481186d ieee80211_wx_get_name +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x0a47b98e ieee80211_reset_queue +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x0c88a8ad ieee80211_wx_get_essid +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x0d239ad7 ieee80211_stop_send_beacons +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x0f41a468 ieee80211_wx_set_freq +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x16318d5f ieee80211_wx_set_scan +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x19dd6206 ieee80211_wx_set_power +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x232e7944 ieee80211_wlan_frequencies +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x2439347e ieee80211_wx_set_wap +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x2a224ac2 ieee80211_wpa_supplicant_ioctl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x3b3eaff9 ieee80211_wx_get_encode_ext +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x4a1ee679 is_legal_channel +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x4b0abc7e HTUpdateSelfAndPeerSetting +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x4d2585f8 ieee80211_wx_set_auth +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x4f809314 ieee80211_wx_set_mode +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x52e7001d ieee80211_start_send_beacons +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x54659477 ieee80211_ps_tx_ack +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x5c80a403 ieee80211_start_scan_syncro +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x60908a66 ieee80211_get_beacon +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x63e7a891 ieee80211_rx +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x64c597e1 SendDisassociation_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x6651f895 ieee80211_is_shortslot +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x6954189e ieee80211_txb_free +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x6f18650d ieee80211_wx_set_encode_ext +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x708ed0cb ieee80211_stop_queue_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x7bf04959 ieee80211_wx_set_rts +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x827a347f ieee80211_wx_get_power +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x8c145ad4 ieee80211_wx_get_mode +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x906363c7 ieee80211_softmac_scan_syncro +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x9691412b ieee80211_wx_set_encode +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x972ffed4 ieee80211_wx_set_essid +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x9737d70f dot11d_update_country_ie +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x9fd98d96 rtl8192u_dot11d_init +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xa899ed88 ieee80211_disassociate +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xaae1bb81 ieee80211_softmac_start_protocol +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xad959d9c to_legal_channel +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xb582cc7d ieee80211_rx_mgt +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xb989110e ieee80211_stop_scan +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xbadddbc9 notify_wx_assoc_event_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xbb966a1b ieee80211_wx_set_rawtx +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xbc7e5583 ieee80211_wx_get_wap +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xbe83e6f9 ieee80211_wake_queue_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xbfd32fe5 ieee80211_wx_get_encode +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xc2f4f9cf ieee80211_softmac_xmit +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xc370a2d0 ieee80211_wx_set_rate +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xccd56da8 ieee80211_wx_get_freq +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xd5a5449f ieee80211_wx_get_scan +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xdd5e8f72 ieee80211_softmac_stop_protocol +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xe3372510 ieee80211_is_54g +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xe3b728a4 ieee80211_wx_get_rts +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xe3c8de7d ieee80211_wx_set_gen_ie +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xe7099963 dot11d_scan_complete +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xfa25599e dot11d_reset +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xfb5cd1b2 dot11d_get_max_tx_pwr_in_dbm +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x01017a0b iscsit_build_text_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x04f96f70 iscsit_increment_maxcmdsn +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x0f2c56ae iscsit_register_transport +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x15065199 iscsit_handle_logout_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x173859a3 iscsit_reject_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x17db256f iscsit_handle_snack +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x1cc37acc iscsit_aborted_task +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x21713b68 iscsit_get_datain_values +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x28122825 iscsit_allocate_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x2b754a78 iscsit_build_task_mgt_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x399bf0d6 iscsit_setup_text_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x3b66d5f9 iscsit_process_text_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x448ead3d iscsit_process_scsi_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x48ccf7b5 iscsit_thread_check_cpumask +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x4c0c236a iscsit_check_dataout_payload +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x4ed91de6 iscsit_immediate_queue +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x5620004b iscsi_change_param_sprintf +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x580c82ce iscsit_queue_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x587a4fce iscsit_unregister_transport +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x5a16d80c iscsit_find_cmd_from_itt +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x63a3e5c5 iscsit_tmr_post_handler +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x6ebb306b iscsit_build_reject +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x757e794f iscsit_release_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x76060b7b iscsit_build_datain_pdu +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x874e9851 iscsit_response_queue +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x8e3a969d iscsit_handle_task_mgt_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x8e49c401 iscsit_logout_post_handler +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x988ad643 iscsit_add_cmd_to_immediate_queue +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x98f96802 iscsit_build_rsp_pdu +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x9a3e1f2f iscsit_build_logout_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x9a7d45ef iscsit_sequence_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x9d0b59c2 iscsit_free_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xa46ff78e iscsit_build_r2ts_for_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xab71479f iscsit_find_cmd_from_itt_or_dump +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xab818d99 iscsit_process_nop_out +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xb9f2f193 __iscsit_check_dataout_hdr +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xbc613983 iscsit_add_reject +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xc26f7482 iscsit_cause_connection_reinstatement +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xc657d95b iscsi_target_check_login_request +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xc7d47a95 iscsit_set_unsolicited_dataout +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xc95e8ee1 iscsit_stop_dataout_timer +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xca4cb034 iscsit_build_nopin_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xd3ff2681 iscsit_setup_scsi_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xd9cf5d38 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 0xf8e2e292 iscsit_setup_nop_out +EXPORT_SYMBOL drivers/target/target_core_mod 0x00465761 core_tpg_check_initiator_node_acl +EXPORT_SYMBOL drivers/target/target_core_mod 0x0213535f target_show_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x048d8dda target_setup_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x0871ffd6 transport_set_vpd_ident +EXPORT_SYMBOL drivers/target/target_core_mod 0x08c8acb9 passthrough_parse_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0x0a044ab7 transport_backend_register +EXPORT_SYMBOL drivers/target/target_core_mod 0x0fad0c93 transport_send_check_condition_and_sense +EXPORT_SYMBOL drivers/target/target_core_mod 0x142072c0 transport_set_vpd_assoc +EXPORT_SYMBOL drivers/target/target_core_mod 0x15a89aea target_wait_for_sess_cmds +EXPORT_SYMBOL drivers/target/target_core_mod 0x1779c6ab target_lun_is_rdonly +EXPORT_SYMBOL drivers/target/target_core_mod 0x1a2ea53f target_remove_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x1accac65 transport_copy_sense_to_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x1ef5a077 target_put_nacl +EXPORT_SYMBOL drivers/target/target_core_mod 0x216f5383 __target_init_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x21984e32 spc_emulate_report_luns +EXPORT_SYMBOL drivers/target/target_core_mod 0x277c3bd6 sbc_parse_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0x27e837bd passthrough_pr_attrib_attrs +EXPORT_SYMBOL drivers/target/target_core_mod 0x2cedcfb3 core_tpg_deregister +EXPORT_SYMBOL drivers/target/target_core_mod 0x2f405702 sbc_attrib_attrs +EXPORT_SYMBOL drivers/target/target_core_mod 0x33ab4c3c transport_generic_free_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x34acf9f9 spc_emulate_evpd_83 +EXPORT_SYMBOL drivers/target/target_core_mod 0x34daba13 core_tmr_alloc_req +EXPORT_SYMBOL drivers/target/target_core_mod 0x36a02564 target_submit_tmr +EXPORT_SYMBOL drivers/target/target_core_mod 0x3a20a9d7 transport_set_vpd_ident_type +EXPORT_SYMBOL drivers/target/target_core_mod 0x3be0f5f6 target_get_sess_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x3c4533c5 target_configure_unmap_from_queue +EXPORT_SYMBOL drivers/target/target_core_mod 0x3cec71a3 target_to_linux_sector +EXPORT_SYMBOL drivers/target/target_core_mod 0x3ff523ef target_cmd_init_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0x42448b21 transport_generic_request_failure +EXPORT_SYMBOL drivers/target/target_core_mod 0x42d13025 sbc_dif_copy_prot +EXPORT_SYMBOL drivers/target/target_core_mod 0x4662027a spc_parse_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0x49963733 transport_alloc_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x4bd6bf83 target_backend_unregister +EXPORT_SYMBOL drivers/target/target_core_mod 0x4f0bc551 target_unregister_template +EXPORT_SYMBOL drivers/target/target_core_mod 0x56666fff core_alua_check_nonop_delay +EXPORT_SYMBOL drivers/target/target_core_mod 0x5bdb610a target_free_sgl +EXPORT_SYMBOL drivers/target/target_core_mod 0x620c87e4 passthrough_attrib_attrs +EXPORT_SYMBOL drivers/target/target_core_mod 0x66c43cc9 sbc_dif_verify +EXPORT_SYMBOL drivers/target/target_core_mod 0x69983aaf target_nacl_find_deve +EXPORT_SYMBOL drivers/target/target_core_mod 0x6a1ce8e6 target_undepend_item +EXPORT_SYMBOL drivers/target/target_core_mod 0x7449e90c core_tpg_set_initiator_node_queue_depth +EXPORT_SYMBOL drivers/target/target_core_mod 0x75f3c202 core_tpg_register +EXPORT_SYMBOL drivers/target/target_core_mod 0x7607e284 sbc_get_device_type +EXPORT_SYMBOL drivers/target/target_core_mod 0x77930d69 transport_lookup_cmd_lun +EXPORT_SYMBOL drivers/target/target_core_mod 0x7d81e09c transport_init_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x8027ab08 transport_kunmap_data_sg +EXPORT_SYMBOL drivers/target/target_core_mod 0x82b846df transport_register_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x860edc1e transport_deregister_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x8da6ca58 target_depend_item +EXPORT_SYMBOL drivers/target/target_core_mod 0x8fa4bc30 target_tpg_has_node_acl +EXPORT_SYMBOL drivers/target/target_core_mod 0x91ccd4d2 target_stop_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x925cb214 target_send_busy +EXPORT_SYMBOL drivers/target/target_core_mod 0x94e1e209 core_tpg_get_initiator_node_acl +EXPORT_SYMBOL drivers/target/target_core_mod 0x9724b715 target_submit_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x9b3088f1 transport_alloc_session_tags +EXPORT_SYMBOL drivers/target/target_core_mod 0xa109aee0 transport_deregister_session_configfs +EXPORT_SYMBOL drivers/target/target_core_mod 0xa703b6d1 transport_kmap_data_sg +EXPORT_SYMBOL drivers/target/target_core_mod 0xacfd797c __transport_register_session +EXPORT_SYMBOL drivers/target/target_core_mod 0xaefbcacd target_alloc_sgl +EXPORT_SYMBOL drivers/target/target_core_mod 0xb0cf369d transport_generic_handle_tmr +EXPORT_SYMBOL drivers/target/target_core_mod 0xb3a44797 core_allocate_nexus_loss_ua +EXPORT_SYMBOL drivers/target/target_core_mod 0xb53540fe target_register_template +EXPORT_SYMBOL drivers/target/target_core_mod 0xb7931630 target_complete_cmd_with_length +EXPORT_SYMBOL drivers/target/target_core_mod 0xbc65813d target_show_dynamic_sessions +EXPORT_SYMBOL drivers/target/target_core_mod 0xbf4939de spc_emulate_inquiry_std +EXPORT_SYMBOL drivers/target/target_core_mod 0xc5304aa9 transport_lookup_tmr_lun +EXPORT_SYMBOL drivers/target/target_core_mod 0xc69af45f target_complete_cmd_with_sense +EXPORT_SYMBOL drivers/target/target_core_mod 0xc97eaef8 target_cmd_parse_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0xcbff3e77 target_put_sess_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xdeb96439 sbc_get_write_same_sectors +EXPORT_SYMBOL drivers/target/target_core_mod 0xe1be7d49 transport_wait_for_tasks +EXPORT_SYMBOL drivers/target/target_core_mod 0xe28c7b26 transport_generic_new_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xe3436864 transport_handle_cdb_direct +EXPORT_SYMBOL drivers/target/target_core_mod 0xe6333659 target_set_cmd_data_length +EXPORT_SYMBOL drivers/target/target_core_mod 0xe677520f core_tpg_set_initiator_node_tag +EXPORT_SYMBOL drivers/target/target_core_mod 0xe7bb7612 target_execute_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xed885ed6 target_complete_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xf30a1824 transport_free_session +EXPORT_SYMBOL drivers/target/target_core_mod 0xf3c2dfe0 transport_set_vpd_proto_id +EXPORT_SYMBOL drivers/ufs/core/ufshcd-core 0x88687afd ufshcd_runtime_resume +EXPORT_SYMBOL drivers/ufs/core/ufshcd-core 0x8d620a7d ufshcd_system_suspend +EXPORT_SYMBOL drivers/ufs/core/ufshcd-core 0xb73bdb57 ufshcd_get_local_unipro_ver +EXPORT_SYMBOL drivers/ufs/core/ufshcd-core 0xb93c46e2 ufshcd_alloc_host +EXPORT_SYMBOL drivers/ufs/core/ufshcd-core 0xbdb6e990 ufshcd_runtime_suspend +EXPORT_SYMBOL drivers/ufs/core/ufshcd-core 0xc2d4bb05 ufshcd_map_desc_id_to_length +EXPORT_SYMBOL drivers/ufs/core/ufshcd-core 0xe9747e12 ufshcd_system_resume +EXPORT_SYMBOL drivers/ufs/core/ufshcd-core 0xfeeec5ed ufshcd_shutdown +EXPORT_SYMBOL drivers/ufs/host/tc-dwc-g210 0x69d9ba5e tc_dwc_g210_config_40_bit +EXPORT_SYMBOL drivers/ufs/host/tc-dwc-g210 0xa8643a49 tc_dwc_g210_config_20_bit +EXPORT_SYMBOL drivers/ufs/host/ufshcd-dwc 0x807cbaca ufshcd_dwc_dme_set_attrs +EXPORT_SYMBOL drivers/ufs/host/ufshcd-dwc 0xd15db918 ufshcd_dwc_link_startup_notify +EXPORT_SYMBOL drivers/usb/class/cdc-wdm 0x890fb0d7 usb_cdc_wdm_register +EXPORT_SYMBOL drivers/usb/gadget/libcomposite 0x2c9602a1 usb_os_desc_prepare_interf_dir +EXPORT_SYMBOL drivers/usb/host/sl811-hcd 0x4eb0f7bb sl811h_driver +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x0c66094c usb_wwan_open +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x13b3cbd1 usb_wwan_close +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x21772972 usb_wwan_resume +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x57065dac usb_wwan_write_room +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x5e9c80f0 usb_wwan_port_remove +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x71865ab1 usb_wwan_chars_in_buffer +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xc8aadf34 usb_wwan_tiocmget +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xd1a0cdf1 usb_wwan_suspend +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xd4b7787f usb_wwan_dtr_rts +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xec62e812 usb_wwan_tiocmset +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xf1d9025f usb_wwan_write +EXPORT_SYMBOL drivers/usb/serial/usbserial 0x122629ab usb_serial_resume +EXPORT_SYMBOL drivers/usb/serial/usbserial 0x87ed4da2 usb_serial_suspend +EXPORT_SYMBOL drivers/vdpa/vdpa 0xe1315c78 vdpa_set_status +EXPORT_SYMBOL drivers/vfio/mdev/mdev 0x3a803af7 mdev_unregister_driver +EXPORT_SYMBOL drivers/vfio/mdev/mdev 0x49f06b35 mdev_register_parent +EXPORT_SYMBOL drivers/vfio/mdev/mdev 0xa4d306e2 mdev_register_driver +EXPORT_SYMBOL drivers/vfio/mdev/mdev 0xb9428907 mdev_unregister_parent +EXPORT_SYMBOL drivers/vfio/vfio 0x19567d06 vfio_info_cap_shift +EXPORT_SYMBOL drivers/vfio/vfio 0x37222d16 vfio_dma_rw +EXPORT_SYMBOL drivers/vfio/vfio 0x4ee5d4f9 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 0xf341d85a vfio_unpin_pages +EXPORT_SYMBOL drivers/vhost/vhost 0x9f2b1ede vhost_chr_write_iter +EXPORT_SYMBOL drivers/vhost/vhost 0xcf943fa4 vhost_chr_poll +EXPORT_SYMBOL drivers/vhost/vringh 0x0c46f5fb vringh_iov_pull_iotlb +EXPORT_SYMBOL drivers/vhost/vringh 0x18f3ddc2 vringh_iov_push_iotlb +EXPORT_SYMBOL drivers/vhost/vringh 0x19c24590 vringh_notify_disable_kern +EXPORT_SYMBOL drivers/vhost/vringh 0x1fe50c1a vringh_abandon_kern +EXPORT_SYMBOL drivers/vhost/vringh 0x2890c460 vringh_getdesc_kern +EXPORT_SYMBOL drivers/vhost/vringh 0x2d2babc9 vringh_complete_kern +EXPORT_SYMBOL drivers/vhost/vringh 0x3684d8af vringh_complete_iotlb +EXPORT_SYMBOL drivers/vhost/vringh 0x3b304ebb vringh_iov_push_user +EXPORT_SYMBOL drivers/vhost/vringh 0x3ee1955e vringh_init_iotlb +EXPORT_SYMBOL drivers/vhost/vringh 0x4311cd91 vringh_iov_pull_user +EXPORT_SYMBOL drivers/vhost/vringh 0x4504adc9 vringh_abandon_iotlb +EXPORT_SYMBOL drivers/vhost/vringh 0x5bd469c0 vringh_getdesc_user +EXPORT_SYMBOL drivers/vhost/vringh 0x5f586ca2 vringh_init_kern +EXPORT_SYMBOL drivers/vhost/vringh 0x61e3831b vringh_getdesc_iotlb +EXPORT_SYMBOL drivers/vhost/vringh 0x660779c8 vringh_kiov_advance +EXPORT_SYMBOL drivers/vhost/vringh 0x6a693a25 vringh_need_notify_user +EXPORT_SYMBOL drivers/vhost/vringh 0x90e93e3c vringh_complete_multi_user +EXPORT_SYMBOL drivers/vhost/vringh 0x97fa07e9 vringh_iov_push_kern +EXPORT_SYMBOL drivers/vhost/vringh 0x9b30452e vringh_complete_user +EXPORT_SYMBOL drivers/vhost/vringh 0xa7ce8bd6 vringh_notify_disable_user +EXPORT_SYMBOL drivers/vhost/vringh 0xa8efaeb9 vringh_set_iotlb +EXPORT_SYMBOL drivers/vhost/vringh 0xc0bb1581 vringh_need_notify_iotlb +EXPORT_SYMBOL drivers/vhost/vringh 0xc87491c8 vringh_notify_enable_iotlb +EXPORT_SYMBOL drivers/vhost/vringh 0xd465f463 vringh_need_notify_kern +EXPORT_SYMBOL drivers/vhost/vringh 0xde804bb9 vringh_iov_pull_kern +EXPORT_SYMBOL drivers/vhost/vringh 0xe4c21196 vringh_notify_disable_iotlb +EXPORT_SYMBOL drivers/vhost/vringh 0xeb2ec139 vringh_notify_enable_kern +EXPORT_SYMBOL drivers/vhost/vringh 0xf1e32cc0 vringh_init_user +EXPORT_SYMBOL drivers/vhost/vringh 0xf8605294 vringh_notify_enable_user +EXPORT_SYMBOL drivers/vhost/vringh 0xf9d0dd07 vringh_abandon_user +EXPORT_SYMBOL drivers/video/backlight/lcd 0x66cbd565 devm_lcd_device_register +EXPORT_SYMBOL drivers/video/backlight/lcd 0x68b2c101 lcd_device_unregister +EXPORT_SYMBOL drivers/video/backlight/lcd 0x8a45c416 devm_lcd_device_unregister +EXPORT_SYMBOL drivers/video/backlight/lcd 0xe75be8fc 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 0x3ab7699b svga_get_caps +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x4ab38ef2 svga_set_default_crt_regs +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x604e25de svga_tilefill +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x666ec265 svga_get_tilemax +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x71acb322 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 0x8ce1f55d svga_tilecursor +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xa53d7417 svga_tileblit +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 0xfaec10d5 svga_settile +EXPORT_SYMBOL drivers/video/fbdev/core/syscopyarea 0xfb9a568d sys_copyarea +EXPORT_SYMBOL drivers/video/fbdev/core/sysfillrect 0xc2380cab sys_fillrect +EXPORT_SYMBOL drivers/video/fbdev/core/sysimgblt 0x64fe6b12 sys_imageblit +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 0x54981266 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 0xb938b1c4 mac_find_mode +EXPORT_SYMBOL drivers/video/fbdev/macmodes 0xe2304303 mac_map_monitor_sense +EXPORT_SYMBOL drivers/video/fbdev/matrox/g450_pll 0x9b70e31d matroxfb_g450_setpll_cond +EXPORT_SYMBOL drivers/video/fbdev/matrox/g450_pll 0x9c5b96eb g450_mnp2f +EXPORT_SYMBOL drivers/video/fbdev/matrox/g450_pll 0xd02e24fb matroxfb_g450_setclk +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0x220bf52d DAC1064_global_restore +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0x762391a7 matrox_mystique +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0x762b0352 matrox_G100 +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0xd47cb30a DAC1064_global_init +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_Ti3026 0x3592d19e matrox_millennium +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_accel 0xd28b654e matrox_cfbX_init +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0x6572b111 matroxfb_enable_irq +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0x93aab269 matroxfb_unregister_driver +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0x94ffdafa matroxfb_register_driver +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0xeda11cfb matroxfb_wait_for_sync +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_g450 0x0896616d matroxfb_g450_connect +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_g450 0x1b61f8de matroxfb_g450_shutdown +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x0501bdd9 matroxfb_vgaHWinit +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x1a81f537 matroxfb_DAC_out +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x25cf8049 matroxfb_PLL_calcclock +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x3682fdce matroxfb_vgaHWrestore +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x6a238c84 matroxfb_DAC_in +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x902c5e0a 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 0x2324783e virtio_dma_buf_attach +EXPORT_SYMBOL drivers/virtio/virtio_dma_buf 0x3c075890 is_virtio_dma_buf +EXPORT_SYMBOL drivers/virtio/virtio_dma_buf 0x5131e3d4 virtio_dma_buf_get_uuid +EXPORT_SYMBOL drivers/virtio/virtio_dma_buf 0xd925e4e3 virtio_dma_buf_export +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2780 0x5f7e267d w1_ds2780_io +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2780 0xadc48bb5 w1_ds2780_eeprom_cmd +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2781 0x3521e59d w1_ds2781_io +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2781 0xd50f52a3 w1_ds2781_eeprom_cmd +EXPORT_SYMBOL drivers/w1/wire 0x05dc8592 w1_remove_master_device +EXPORT_SYMBOL drivers/w1/wire 0x216c7128 w1_register_family +EXPORT_SYMBOL drivers/w1/wire 0x37add2e6 w1_unregister_family +EXPORT_SYMBOL drivers/w1/wire 0x9870ef39 w1_add_master_device +EXPORT_SYMBOL fs/fscache/fscache 0x063cb422 fscache_caching_failed +EXPORT_SYMBOL fs/fscache/fscache 0x0719234f fscache_resume_after_invalidation +EXPORT_SYMBOL fs/fscache/fscache 0x09d3ab06 __fscache_unuse_cookie +EXPORT_SYMBOL fs/fscache/fscache 0x14e189bd fscache_relinquish_cache +EXPORT_SYMBOL fs/fscache/fscache 0x19b1b2ca fscache_add_cache +EXPORT_SYMBOL fs/fscache/fscache 0x1a0d09e7 fscache_n_write +EXPORT_SYMBOL fs/fscache/fscache 0x1a25cfa0 __tracepoint_fscache_access +EXPORT_SYMBOL fs/fscache/fscache 0x1bcd0ee1 fscache_end_volume_access +EXPORT_SYMBOL fs/fscache/fscache 0x1ee22908 fscache_dirty_folio +EXPORT_SYMBOL fs/fscache/fscache 0x234a140d __traceiter_fscache_access_volume +EXPORT_SYMBOL fs/fscache/fscache 0x289a7874 fscache_withdraw_volume +EXPORT_SYMBOL fs/fscache/fscache 0x306805d3 __SCK__tp_func_fscache_access +EXPORT_SYMBOL fs/fscache/fscache 0x39674879 __tracepoint_fscache_access_cache +EXPORT_SYMBOL fs/fscache/fscache 0x4061a175 __fscache_clear_page_bits +EXPORT_SYMBOL fs/fscache/fscache 0x4404d2aa fscache_n_no_create_space +EXPORT_SYMBOL fs/fscache/fscache 0x4444bd68 fscache_withdraw_cookie +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 0x557a775f fscache_addremove_sem +EXPORT_SYMBOL fs/fscache/fscache 0x56628873 __fscache_acquire_cookie +EXPORT_SYMBOL fs/fscache/fscache 0x5f9f85e1 __fscache_invalidate +EXPORT_SYMBOL fs/fscache/fscache 0x67ab4ff9 fscache_acquire_cache +EXPORT_SYMBOL fs/fscache/fscache 0x6c5e41e7 __tracepoint_fscache_access_volume +EXPORT_SYMBOL fs/fscache/fscache 0x6e028ac5 __fscache_begin_read_operation +EXPORT_SYMBOL fs/fscache/fscache 0x6e416521 __SCK__tp_func_fscache_access_volume +EXPORT_SYMBOL fs/fscache/fscache 0x73c42b16 fscache_wait_for_operation +EXPORT_SYMBOL fs/fscache/fscache 0x8904d49c __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 0x93c8cd27 __fscache_begin_write_operation +EXPORT_SYMBOL fs/fscache/fscache 0x9a3592ed fscache_end_cookie_access +EXPORT_SYMBOL fs/fscache/fscache 0x9ffefcb2 fscache_n_read +EXPORT_SYMBOL fs/fscache/fscache 0xaab7df41 __fscache_relinquish_volume +EXPORT_SYMBOL fs/fscache/fscache 0xae6040a5 __traceiter_fscache_access_cache +EXPORT_SYMBOL fs/fscache/fscache 0xae7c548c fscache_cookie_lookup_negative +EXPORT_SYMBOL fs/fscache/fscache 0xb5d950f7 __fscache_resize_cookie +EXPORT_SYMBOL fs/fscache/fscache 0xbb8af6d0 fscache_put_cookie +EXPORT_SYMBOL fs/fscache/fscache 0xbca46908 fscache_wq +EXPORT_SYMBOL fs/fscache/fscache 0xbdb32906 __fscache_acquire_volume +EXPORT_SYMBOL fs/fscache/fscache 0xcabf9978 fscache_withdraw_cache +EXPORT_SYMBOL fs/fscache/fscache 0xcce11a60 fscache_n_no_write_space +EXPORT_SYMBOL fs/fscache/fscache 0xd9c99159 fscache_io_error +EXPORT_SYMBOL fs/fscache/fscache 0xdcb87498 __traceiter_fscache_access +EXPORT_SYMBOL fs/fscache/fscache 0xe87f1c38 __fscache_use_cookie +EXPORT_SYMBOL fs/fscache/fscache 0xeba6f255 fscache_get_cookie +EXPORT_SYMBOL fs/fscache/fscache 0xf8145dae __fscache_relinquish_cookie +EXPORT_SYMBOL fs/netfs/netfs 0x07348dad netfs_read_folio +EXPORT_SYMBOL fs/netfs/netfs 0x27e6623a netfs_stats_show +EXPORT_SYMBOL fs/netfs/netfs 0x4c080127 netfs_write_begin +EXPORT_SYMBOL fs/netfs/netfs 0xb855c9be netfs_readahead +EXPORT_SYMBOL fs/netfs/netfs 0xd0c18cee netfs_subreq_terminated +EXPORT_SYMBOL fs/ocfs2/cluster/ocfs2_nodemanager 0xbfd7d7a2 o2hb_global_heartbeat_active +EXPORT_SYMBOL fs/quota/quota_tree 0x2235fbbe qtree_get_next_id +EXPORT_SYMBOL fs/quota/quota_tree 0x472dcb78 qtree_entry_unused +EXPORT_SYMBOL fs/quota/quota_tree 0x48ccd492 qtree_write_dquot +EXPORT_SYMBOL fs/quota/quota_tree 0xdbbd3f9f qtree_delete_dquot +EXPORT_SYMBOL fs/quota/quota_tree 0xf022d30f qtree_release_dquot +EXPORT_SYMBOL fs/quota/quota_tree 0xfb5ea278 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/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 0x89a0cd52 crc32c_impl +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 0x620d006d 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 0xed239210 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 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 0x28926250 lowpan_register_netdevice +EXPORT_SYMBOL net/6lowpan/6lowpan 0x2fe40622 lowpan_unregister_netdevice +EXPORT_SYMBOL net/6lowpan/6lowpan 0x6c6a5ca7 lowpan_nhc_add +EXPORT_SYMBOL net/6lowpan/6lowpan 0x6f12373a lowpan_nhc_del +EXPORT_SYMBOL net/6lowpan/6lowpan 0x9634a325 lowpan_unregister_netdev +EXPORT_SYMBOL net/6lowpan/6lowpan 0xed4553da lowpan_register_netdev +EXPORT_SYMBOL net/802/p8022 0x64456510 register_8022_client +EXPORT_SYMBOL net/802/p8022 0x87ec42ab unregister_8022_client +EXPORT_SYMBOL net/802/psnap 0x546c45d2 register_snap_client +EXPORT_SYMBOL net/802/psnap 0x7bb51c15 unregister_snap_client +EXPORT_SYMBOL net/9p/9pnet 0x0395aa6c p9_client_fsync +EXPORT_SYMBOL net/9p/9pnet 0x12400f04 p9_client_open +EXPORT_SYMBOL net/9p/9pnet 0x12aa05d9 v9fs_get_trans_by_name +EXPORT_SYMBOL net/9p/9pnet 0x21095523 p9_client_rename +EXPORT_SYMBOL net/9p/9pnet 0x29b3d702 p9_client_stat +EXPORT_SYMBOL net/9p/9pnet 0x2aef6ce0 p9_client_create_dotl +EXPORT_SYMBOL net/9p/9pnet 0x2c7e3b03 p9_client_link +EXPORT_SYMBOL net/9p/9pnet 0x2e70f4bb __tracepoint_9p_fid_ref +EXPORT_SYMBOL net/9p/9pnet 0x2f64adb8 p9_release_pages +EXPORT_SYMBOL net/9p/9pnet 0x3359d4e1 p9_client_getlock_dotl +EXPORT_SYMBOL net/9p/9pnet 0x3b796ffe p9_client_readdir +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 0x4d80b5e7 p9_client_write +EXPORT_SYMBOL net/9p/9pnet 0x4ebf7b97 p9_client_mknod_dotl +EXPORT_SYMBOL net/9p/9pnet 0x5c6a1744 p9_client_wstat +EXPORT_SYMBOL net/9p/9pnet 0x5ce8d0c3 p9_is_proto_dotl +EXPORT_SYMBOL net/9p/9pnet 0x6908c73a p9_client_readlink +EXPORT_SYMBOL net/9p/9pnet 0x6db9f126 p9_client_clunk +EXPORT_SYMBOL net/9p/9pnet 0x6e240309 v9fs_register_trans +EXPORT_SYMBOL net/9p/9pnet 0x761cad64 p9_parse_header +EXPORT_SYMBOL net/9p/9pnet 0x79fe35e2 p9_client_disconnect +EXPORT_SYMBOL net/9p/9pnet 0x7a8b2347 p9_client_attach +EXPORT_SYMBOL net/9p/9pnet 0x7c7e0c50 p9_client_symlink +EXPORT_SYMBOL net/9p/9pnet 0x8606a77b p9_client_walk +EXPORT_SYMBOL net/9p/9pnet 0x8b1eae14 p9_tag_lookup +EXPORT_SYMBOL net/9p/9pnet 0x8c81aa31 __traceiter_9p_fid_ref +EXPORT_SYMBOL net/9p/9pnet 0x90db69c7 p9_client_renameat +EXPORT_SYMBOL net/9p/9pnet 0x91178fa1 p9_client_getattr_dotl +EXPORT_SYMBOL net/9p/9pnet 0x95bd8f96 p9dirent_read +EXPORT_SYMBOL net/9p/9pnet 0x975664ec p9_client_begin_disconnect +EXPORT_SYMBOL net/9p/9pnet 0x9c7794ec p9_client_remove +EXPORT_SYMBOL net/9p/9pnet 0x9d2846fa p9_client_fcreate +EXPORT_SYMBOL net/9p/9pnet 0x9f94f524 p9_is_proto_dotu +EXPORT_SYMBOL net/9p/9pnet 0xa35fab5f p9_client_read +EXPORT_SYMBOL net/9p/9pnet 0xa8e98464 v9fs_unregister_trans +EXPORT_SYMBOL net/9p/9pnet 0xb55ae777 __SCK__tp_func_9p_fid_ref +EXPORT_SYMBOL net/9p/9pnet 0xc264aa22 p9_req_put +EXPORT_SYMBOL net/9p/9pnet 0xc27c1007 p9_client_lock_dotl +EXPORT_SYMBOL net/9p/9pnet 0xc4419ebb p9_client_cb +EXPORT_SYMBOL net/9p/9pnet 0xc443bcda do_trace_9p_fid_get +EXPORT_SYMBOL net/9p/9pnet 0xc70de847 p9_show_client_options +EXPORT_SYMBOL net/9p/9pnet 0xc9bffc72 p9_client_statfs +EXPORT_SYMBOL net/9p/9pnet 0xcbf7386c p9_client_destroy +EXPORT_SYMBOL net/9p/9pnet 0xd384c683 p9stat_free +EXPORT_SYMBOL net/9p/9pnet 0xd4172697 p9_client_create +EXPORT_SYMBOL net/9p/9pnet 0xe17790f6 p9_client_setattr +EXPORT_SYMBOL net/9p/9pnet 0xe58a3360 p9_error_init +EXPORT_SYMBOL net/9p/9pnet 0xe8efd661 p9_client_read_once +EXPORT_SYMBOL net/9p/9pnet 0xf07bd562 p9_client_mkdir_dotl +EXPORT_SYMBOL net/9p/9pnet 0xf45a9329 v9fs_get_default_trans +EXPORT_SYMBOL net/9p/9pnet 0xf79f2137 p9_client_unlinkat +EXPORT_SYMBOL net/9p/9pnet 0xfb149a6f do_trace_9p_fid_put +EXPORT_SYMBOL net/appletalk/appletalk 0x5bd37180 aarp_send_ddp +EXPORT_SYMBOL net/appletalk/appletalk 0x7151c00f atrtr_get_dev +EXPORT_SYMBOL net/appletalk/appletalk 0xb4c7bf39 alloc_ltalkdev +EXPORT_SYMBOL net/appletalk/appletalk 0xcf244757 atalk_find_dev_addr +EXPORT_SYMBOL net/atm/atm 0x01c1faed register_atm_ioctl +EXPORT_SYMBOL net/atm/atm 0x1d16d046 atm_alloc_charge +EXPORT_SYMBOL net/atm/atm 0x236d208e vcc_process_recv_queue +EXPORT_SYMBOL net/atm/atm 0x2918bdc8 vcc_release_async +EXPORT_SYMBOL net/atm/atm 0x2cc2d52d vcc_hash +EXPORT_SYMBOL net/atm/atm 0x31b42470 vcc_insert_socket +EXPORT_SYMBOL net/atm/atm 0x4443d399 atm_proc_root +EXPORT_SYMBOL net/atm/atm 0x44c6e633 vcc_sklist_lock +EXPORT_SYMBOL net/atm/atm 0x96100332 atm_dev_signal_change +EXPORT_SYMBOL net/atm/atm 0x9feaf287 sonet_subtract_stats +EXPORT_SYMBOL net/atm/atm 0xa50d1c06 atm_dev_release_vccs +EXPORT_SYMBOL net/atm/atm 0xaa024146 sonet_copy_stats +EXPORT_SYMBOL net/atm/atm 0xac17de18 deregister_atm_ioctl +EXPORT_SYMBOL net/atm/atm 0xc7aa8672 atm_charge +EXPORT_SYMBOL net/atm/atm 0xcf28d280 atm_init_aal5 +EXPORT_SYMBOL net/atm/atm 0xececadab atm_dev_register +EXPORT_SYMBOL net/atm/atm 0xeeb900fb atm_dev_deregister +EXPORT_SYMBOL net/atm/atm 0xf49bc67a atm_pcr_goal +EXPORT_SYMBOL net/atm/atm 0xff781378 atm_dev_lookup +EXPORT_SYMBOL net/ax25/ax25 0x100e05f8 ax25_send_frame +EXPORT_SYMBOL net/ax25/ax25 0x14cecd59 ax25_display_timer +EXPORT_SYMBOL net/ax25/ax25 0x1fa2f3bd ax25_listen_register +EXPORT_SYMBOL net/ax25/ax25 0x242852b9 ax25_uid_policy +EXPORT_SYMBOL net/ax25/ax25 0x27f55eec ax25_find_cb +EXPORT_SYMBOL net/ax25/ax25 0x39795729 ax25_header_ops +EXPORT_SYMBOL net/ax25/ax25 0x4502c65a asc2ax +EXPORT_SYMBOL net/ax25/ax25 0x471eb8dd ax25_linkfail_register +EXPORT_SYMBOL net/ax25/ax25 0x53dea1ff ax2asc +EXPORT_SYMBOL net/ax25/ax25 0x8ede9e26 ax25_protocol_release +EXPORT_SYMBOL net/ax25/ax25 0x94e6ceca ax25_ip_xmit +EXPORT_SYMBOL net/ax25/ax25 0xc1444946 ax25cmp +EXPORT_SYMBOL net/ax25/ax25 0xc6f7c099 ax25_listen_release +EXPORT_SYMBOL net/ax25/ax25 0xd43ecbf1 null_ax25_address +EXPORT_SYMBOL net/ax25/ax25 0xe9d909d3 ax25_linkfail_release +EXPORT_SYMBOL net/ax25/ax25 0xee02e420 ax25_findbyuid +EXPORT_SYMBOL net/bluetooth/bluetooth 0x0718b8b7 bt_info +EXPORT_SYMBOL net/bluetooth/bluetooth 0x080d5960 bt_procfs_init +EXPORT_SYMBOL net/bluetooth/bluetooth 0x0a7c497b hci_register_cb +EXPORT_SYMBOL net/bluetooth/bluetooth 0x0c3327da hci_unregister_cb +EXPORT_SYMBOL net/bluetooth/bluetooth 0x0cb501a0 bt_accept_unlink +EXPORT_SYMBOL net/bluetooth/bluetooth 0x0d687254 hci_cmd_sync_queue +EXPORT_SYMBOL net/bluetooth/bluetooth 0x19ac455b hci_mgmt_chan_register +EXPORT_SYMBOL net/bluetooth/bluetooth 0x1d50be81 hci_register_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x214e4265 bt_warn +EXPORT_SYMBOL net/bluetooth/bluetooth 0x2704fe10 hci_release_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x2db3d4f3 bt_sock_wait_state +EXPORT_SYMBOL net/bluetooth/bluetooth 0x3205eb9c hci_free_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x339c339c hci_get_route +EXPORT_SYMBOL net/bluetooth/bluetooth 0x37402219 bt_procfs_cleanup +EXPORT_SYMBOL net/bluetooth/bluetooth 0x396d7b8f hci_suspend_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x3a3ce3b5 l2cap_unregister_user +EXPORT_SYMBOL net/bluetooth/bluetooth 0x3d15351e bt_sock_unlink +EXPORT_SYMBOL net/bluetooth/bluetooth 0x3e0f65d0 hci_set_hw_info +EXPORT_SYMBOL net/bluetooth/bluetooth 0x3f1b515f bt_sock_poll +EXPORT_SYMBOL net/bluetooth/bluetooth 0x4bf55ca9 bt_sock_stream_recvmsg +EXPORT_SYMBOL net/bluetooth/bluetooth 0x501137e7 l2cap_conn_get +EXPORT_SYMBOL net/bluetooth/bluetooth 0x59eaccce __hci_cmd_sync_ev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x6f7352d0 bt_accept_enqueue +EXPORT_SYMBOL net/bluetooth/bluetooth 0x77341463 hci_conn_security +EXPORT_SYMBOL net/bluetooth/bluetooth 0x77a31c9a 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 0x7ed0b1ec bt_sock_register +EXPORT_SYMBOL net/bluetooth/bluetooth 0x8429718a hci_resume_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x87060013 l2cap_is_socket +EXPORT_SYMBOL net/bluetooth/bluetooth 0x8af05b45 hci_recv_diag +EXPORT_SYMBOL net/bluetooth/bluetooth 0x8fea24bd bt_sock_unregister +EXPORT_SYMBOL net/bluetooth/bluetooth 0x908f33d4 bt_accept_dequeue +EXPORT_SYMBOL net/bluetooth/bluetooth 0x91ea4342 __hci_cmd_sync_sk +EXPORT_SYMBOL net/bluetooth/bluetooth 0x9fe183a1 __hci_cmd_sync_status_sk +EXPORT_SYMBOL net/bluetooth/bluetooth 0xa768e768 bt_sock_wait_ready +EXPORT_SYMBOL net/bluetooth/bluetooth 0xa816744c hci_cmd_sync +EXPORT_SYMBOL net/bluetooth/bluetooth 0xaa29e98f __hci_cmd_sync +EXPORT_SYMBOL net/bluetooth/bluetooth 0xb40c5a07 __hci_cmd_send +EXPORT_SYMBOL net/bluetooth/bluetooth 0xbefc92da l2cap_register_user +EXPORT_SYMBOL net/bluetooth/bluetooth 0xc1baffed hci_set_fw_info +EXPORT_SYMBOL net/bluetooth/bluetooth 0xc2dadcaa hci_recv_frame +EXPORT_SYMBOL net/bluetooth/bluetooth 0xcab76205 l2cap_chan_close +EXPORT_SYMBOL net/bluetooth/bluetooth 0xd6c8a10e l2cap_conn_put +EXPORT_SYMBOL net/bluetooth/bluetooth 0xd7613212 bt_err_ratelimited +EXPORT_SYMBOL net/bluetooth/bluetooth 0xda107257 hci_mgmt_chan_unregister +EXPORT_SYMBOL net/bluetooth/bluetooth 0xddacccf6 bt_warn_ratelimited +EXPORT_SYMBOL net/bluetooth/bluetooth 0xdec08b0b hci_conn_check_secure +EXPORT_SYMBOL net/bluetooth/bluetooth 0xdf684376 hci_reset_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0xdf68ac76 hci_unregister_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0xe20df87e hci_conn_switch_role +EXPORT_SYMBOL net/bluetooth/bluetooth 0xe3eb0a08 __hci_cmd_sync_status +EXPORT_SYMBOL net/bluetooth/bluetooth 0xe54d31d6 bt_sock_ioctl +EXPORT_SYMBOL net/bluetooth/bluetooth 0xeff00010 bt_sock_recvmsg +EXPORT_SYMBOL net/bluetooth/bluetooth 0xf2a9fc5d bt_sock_link +EXPORT_SYMBOL net/bluetooth/bluetooth 0xf4ff1378 hci_alloc_dev_priv +EXPORT_SYMBOL net/bluetooth/bluetooth 0xf990f685 hci_cmd_sync_cancel +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0x1ce6f6e1 ebt_register_template +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0x46e0fd7a ebt_unregister_template +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0x86ab8174 ebt_register_table +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0xc06db92f ebt_unregister_table +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0xc0df5b5f ebt_do_table +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0xe997f806 ebt_unregister_table_pre_exit +EXPORT_SYMBOL net/caif/caif 0x1446b60a caif_client_register_refcnt +EXPORT_SYMBOL net/caif/caif 0x16b0c267 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 0x4b041880 caif_disconnect_client +EXPORT_SYMBOL net/caif/caif 0x530fbc11 caif_enroll_dev +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 0xc23f5e50 cfcnfg_add_phy_layer +EXPORT_SYMBOL net/caif/caif 0xefecd75d caif_connect_client +EXPORT_SYMBOL net/can/can 0x471e9d43 can_proto_unregister +EXPORT_SYMBOL net/can/can 0x731176bd can_send +EXPORT_SYMBOL net/can/can 0x990b7988 can_proto_register +EXPORT_SYMBOL net/can/can 0xc3f8e0d1 can_sock_destruct +EXPORT_SYMBOL net/can/can 0xd3153970 can_rx_unregister +EXPORT_SYMBOL net/can/can 0xe2f403ae can_rx_register +EXPORT_SYMBOL net/ceph/libceph 0x04cad6f0 ceph_pg_poolid_by_name +EXPORT_SYMBOL net/ceph/libceph 0x0501434d ceph_msg_dump +EXPORT_SYMBOL net/ceph/libceph 0x05dfa447 osd_req_op_extent_osd_data_pages +EXPORT_SYMBOL net/ceph/libceph 0x06f764cf ceph_msg_data_add_pages +EXPORT_SYMBOL net/ceph/libceph 0x0820918a ceph_reset_client_addr +EXPORT_SYMBOL net/ceph/libceph 0x0a47ac28 osd_req_op_copy_from_init +EXPORT_SYMBOL net/ceph/libceph 0x0bbe9c75 ceph_monc_init +EXPORT_SYMBOL net/ceph/libceph 0x0bed7d6b ceph_client_gid +EXPORT_SYMBOL net/ceph/libceph 0x0d583d51 ceph_release_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x10c1556d osd_req_op_extent_osd_data_bio +EXPORT_SYMBOL net/ceph/libceph 0x122179a3 ceph_monc_do_statfs +EXPORT_SYMBOL net/ceph/libceph 0x1378aba3 ceph_pg_pool_name_by_id +EXPORT_SYMBOL net/ceph/libceph 0x13e5cb3f ceph_monc_get_version +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 0x1b91de19 ceph_monc_blocklist_add +EXPORT_SYMBOL net/ceph/libceph 0x1c165705 ceph_osdc_wait_request +EXPORT_SYMBOL net/ceph/libceph 0x2087719e ceph_oid_copy +EXPORT_SYMBOL net/ceph/libceph 0x2101cbc9 ceph_oid_destroy +EXPORT_SYMBOL net/ceph/libceph 0x215f9774 ceph_cls_lock_info +EXPORT_SYMBOL net/ceph/libceph 0x22efdb04 ceph_osdc_new_request +EXPORT_SYMBOL net/ceph/libceph 0x23a9c818 ceph_open_session +EXPORT_SYMBOL net/ceph/libceph 0x2764818f ceph_monc_wait_osdmap +EXPORT_SYMBOL net/ceph/libceph 0x286933b4 ceph_monc_renew_subs +EXPORT_SYMBOL net/ceph/libceph 0x2a3376bf ceph_destroy_client +EXPORT_SYMBOL net/ceph/libceph 0x2a983d26 ceph_pagelist_release +EXPORT_SYMBOL net/ceph/libceph 0x2aee55f6 ceph_zero_page_vector_range +EXPORT_SYMBOL net/ceph/libceph 0x2d69e66a ceph_check_fsid +EXPORT_SYMBOL net/ceph/libceph 0x2fe61c1c ceph_monc_want_map +EXPORT_SYMBOL net/ceph/libceph 0x33949b83 ceph_auth_add_authorizer_challenge +EXPORT_SYMBOL net/ceph/libceph 0x35497ad5 osd_req_op_raw_data_in_pages +EXPORT_SYMBOL net/ceph/libceph 0x366a2693 ceph_osdc_alloc_request +EXPORT_SYMBOL net/ceph/libceph 0x38e6b629 ceph_auth_get_authorizer +EXPORT_SYMBOL net/ceph/libceph 0x38f2d94e ceph_file_to_extents +EXPORT_SYMBOL net/ceph/libceph 0x3a839eb6 ceph_monc_validate_auth +EXPORT_SYMBOL net/ceph/libceph 0x3c8d7111 ceph_get_num_objects +EXPORT_SYMBOL net/ceph/libceph 0x417a9131 ceph_oloc_destroy +EXPORT_SYMBOL net/ceph/libceph 0x41b23a3d __ceph_auth_get_authorizer +EXPORT_SYMBOL net/ceph/libceph 0x4441dd37 ceph_con_open +EXPORT_SYMBOL net/ceph/libceph 0x4559df47 ceph_osdc_notify +EXPORT_SYMBOL net/ceph/libceph 0x466b85b8 libceph_compatible +EXPORT_SYMBOL net/ceph/libceph 0x498a4f4f ceph_osdc_get_request +EXPORT_SYMBOL net/ceph/libceph 0x4affd6c2 ceph_parse_fsid +EXPORT_SYMBOL net/ceph/libceph 0x4b83890b ceph_con_send +EXPORT_SYMBOL net/ceph/libceph 0x4bf37793 osd_req_op_extent_osd_data +EXPORT_SYMBOL net/ceph/libceph 0x4d2eb41d osd_req_op_xattr_init +EXPORT_SYMBOL net/ceph/libceph 0x50603ce3 ceph_decode_entity_addrvec +EXPORT_SYMBOL net/ceph/libceph 0x57baf885 ceph_str_hash +EXPORT_SYMBOL net/ceph/libceph 0x57c504dc ceph_con_init +EXPORT_SYMBOL net/ceph/libceph 0x58a2ffb2 osd_req_op_cls_init +EXPORT_SYMBOL net/ceph/libceph 0x5aeeee62 ceph_oid_aprintf +EXPORT_SYMBOL net/ceph/libceph 0x5f1ed129 ceph_print_client_options +EXPORT_SYMBOL net/ceph/libceph 0x5fa8ea01 ceph_put_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x6007d9bf ceph_osdc_call +EXPORT_SYMBOL net/ceph/libceph 0x6325ccd9 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 0x6b1ae610 osd_req_op_extent_osd_data_pagelist +EXPORT_SYMBOL net/ceph/libceph 0x6b71bf49 ceph_copy_user_to_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x6b9b5c55 ceph_monc_stop +EXPORT_SYMBOL net/ceph/libceph 0x6d99c140 osd_req_op_extent_osd_data_bvec_pos +EXPORT_SYMBOL net/ceph/libceph 0x71c49cc4 ceph_parse_param +EXPORT_SYMBOL net/ceph/libceph 0x72200301 ceph_osdc_abort_requests +EXPORT_SYMBOL net/ceph/libceph 0x7a10be0a ceph_msg_put +EXPORT_SYMBOL net/ceph/libceph 0x7e848d4e osd_req_op_extent_osd_data_bvecs +EXPORT_SYMBOL net/ceph/libceph 0x84944fed ceph_create_client +EXPORT_SYMBOL net/ceph/libceph 0x84afa260 osd_req_op_extent_dup_last +EXPORT_SYMBOL net/ceph/libceph 0x862306a1 ceph_cls_break_lock +EXPORT_SYMBOL net/ceph/libceph 0x86fca7e4 ceph_put_snap_context +EXPORT_SYMBOL net/ceph/libceph 0x8a46be6d ceph_con_close +EXPORT_SYMBOL net/ceph/libceph 0x8b083da0 ceph_monc_open_session +EXPORT_SYMBOL net/ceph/libceph 0x8c8bd166 ceph_msg_new +EXPORT_SYMBOL net/ceph/libceph 0x92b7b4ce ceph_pg_pool_flags +EXPORT_SYMBOL net/ceph/libceph 0x93c62894 ceph_auth_handle_bad_authorizer +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 0x9c2a4b27 osd_req_op_alloc_hint_init +EXPORT_SYMBOL net/ceph/libceph 0x9ca95932 ceph_create_snap_context +EXPORT_SYMBOL net/ceph/libceph 0x9ce8138d osd_req_op_extent_update +EXPORT_SYMBOL net/ceph/libceph 0x9d7d5f44 ceph_osdc_alloc_messages +EXPORT_SYMBOL net/ceph/libceph 0x9e0990fc osd_req_op_init +EXPORT_SYMBOL net/ceph/libceph 0x9e62aeed ceph_osdc_flush_notifies +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 0x9ff8e040 ceph_cls_set_cookie +EXPORT_SYMBOL net/ceph/libceph 0xa03797c4 ceph_osdc_sync +EXPORT_SYMBOL net/ceph/libceph 0xa137b2fb __ceph_open_session +EXPORT_SYMBOL net/ceph/libceph 0xa1f7ccfa osd_req_op_extent_init +EXPORT_SYMBOL net/ceph/libceph 0xa4ffe1e7 ceph_osdc_watch +EXPORT_SYMBOL net/ceph/libceph 0xa53c7b3a ceph_monc_got_map +EXPORT_SYMBOL net/ceph/libceph 0xa565c77e ceph_osdc_start_request +EXPORT_SYMBOL net/ceph/libceph 0xa6699dc1 ceph_osdc_maybe_request_map +EXPORT_SYMBOL net/ceph/libceph 0xa698f998 ceph_free_lockers +EXPORT_SYMBOL net/ceph/libceph 0xa87ad313 ceph_msg_data_add_pagelist +EXPORT_SYMBOL net/ceph/libceph 0xab6cf0f1 ceph_auth_handle_svc_reply_more +EXPORT_SYMBOL net/ceph/libceph 0xad703657 ceph_auth_destroy_authorizer +EXPORT_SYMBOL net/ceph/libceph 0xae75e8a2 ceph_auth_invalidate_authorizer +EXPORT_SYMBOL net/ceph/libceph 0xafb8a407 ceph_msgr_flush +EXPORT_SYMBOL net/ceph/libceph 0xb1c45810 ceph_msg_data_add_bio +EXPORT_SYMBOL net/ceph/libceph 0xb54676fa ceph_msg_type_name +EXPORT_SYMBOL net/ceph/libceph 0xb6069459 ceph_msg_new2 +EXPORT_SYMBOL net/ceph/libceph 0xb72c162e ceph_buffer_release +EXPORT_SYMBOL net/ceph/libceph 0xb8032e80 ceph_con_keepalive +EXPORT_SYMBOL net/ceph/libceph 0xb9e232c3 osd_req_op_cls_request_data_bvecs +EXPORT_SYMBOL net/ceph/libceph 0xbd2f79ae ceph_oloc_copy +EXPORT_SYMBOL net/ceph/libceph 0xbe3879aa ceph_get_snap_context +EXPORT_SYMBOL net/ceph/libceph 0xc22c65fa ceph_osdc_unwatch +EXPORT_SYMBOL net/ceph/libceph 0xc366bfa1 ceph_pagelist_truncate +EXPORT_SYMBOL net/ceph/libceph 0xc51cdabe ceph_auth_handle_svc_reply_done +EXPORT_SYMBOL net/ceph/libceph 0xc6e16e18 osd_req_op_cls_request_data_pages +EXPORT_SYMBOL net/ceph/libceph 0xc7cd44c3 ceph_osdc_put_request +EXPORT_SYMBOL net/ceph/libceph 0xca80437b ceph_extent_to_file +EXPORT_SYMBOL net/ceph/libceph 0xcc49bc1a ceph_auth_is_authenticated +EXPORT_SYMBOL net/ceph/libceph 0xcdf7a920 ceph_osdc_notify_ack +EXPORT_SYMBOL net/ceph/libceph 0xceb1c86f ceph_parse_mon_ips +EXPORT_SYMBOL net/ceph/libceph 0xd06e2a36 ceph_osdc_cancel_request +EXPORT_SYMBOL net/ceph/libceph 0xd0e031e4 osd_req_op_cls_response_data_pages +EXPORT_SYMBOL net/ceph/libceph 0xd0e7b628 ceph_monc_get_version_async +EXPORT_SYMBOL net/ceph/libceph 0xd3403795 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 0xd6891ed4 ceph_auth_verify_authorizer_reply +EXPORT_SYMBOL net/ceph/libceph 0xd724bf41 osd_req_op_cls_request_data_pagelist +EXPORT_SYMBOL net/ceph/libceph 0xd7efb8e3 ceph_alloc_page_vector +EXPORT_SYMBOL net/ceph/libceph 0xd81f0b1e ceph_cls_unlock +EXPORT_SYMBOL net/ceph/libceph 0xdb2a605f ceph_cls_assert_locked +EXPORT_SYMBOL net/ceph/libceph 0xdccbcb6b ceph_msg_get +EXPORT_SYMBOL net/ceph/libceph 0xde8084c8 ceph_msg_data_add_bvecs +EXPORT_SYMBOL net/ceph/libceph 0xdf3c202a ceph_copy_from_page_vector +EXPORT_SYMBOL net/ceph/libceph 0xdf6ef4a1 ceph_oid_printf +EXPORT_SYMBOL net/ceph/libceph 0xdfc091f9 ceph_entity_type_name +EXPORT_SYMBOL net/ceph/libceph 0xe10a8f17 ceph_copy_to_page_vector +EXPORT_SYMBOL net/ceph/libceph 0xe26cc071 ceph_osdc_update_epoch_barrier +EXPORT_SYMBOL net/ceph/libceph 0xe34a59f2 ceph_object_locator_to_pg +EXPORT_SYMBOL net/ceph/libceph 0xe3e25b82 ceph_osdc_list_watchers +EXPORT_SYMBOL net/ceph/libceph 0xe76e7226 ceph_pagelist_alloc +EXPORT_SYMBOL net/ceph/libceph 0xea41bae3 ceph_wait_for_latest_osdmap +EXPORT_SYMBOL net/ceph/libceph 0xeb4e7fe7 ceph_client_addr +EXPORT_SYMBOL net/ceph/libceph 0xec6d864e ceph_cls_lock +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 0xf254297e ceph_addr_is_blank +EXPORT_SYMBOL net/dccp/dccp_ipv4 0x1349823b dccp_req_err +EXPORT_SYMBOL net/dccp/dccp_ipv4 0x3e8049fe dccp_syn_ack_timeout +EXPORT_SYMBOL net/hsr/hsr 0x2f2e324c hsr_get_version +EXPORT_SYMBOL net/hsr/hsr 0xd34b2788 is_hsr_master +EXPORT_SYMBOL net/ieee802154/ieee802154 0x07753387 wpan_phy_free +EXPORT_SYMBOL net/ieee802154/ieee802154 0x61543315 wpan_phy_register +EXPORT_SYMBOL net/ieee802154/ieee802154 0x7ee536ce wpan_phy_new +EXPORT_SYMBOL net/ieee802154/ieee802154 0x950d0f9f wpan_phy_unregister +EXPORT_SYMBOL net/ieee802154/ieee802154 0xd40a46b7 wpan_phy_find +EXPORT_SYMBOL net/ieee802154/ieee802154 0xf123498e wpan_phy_for_each +EXPORT_SYMBOL net/ipv4/fou 0x00026992 __fou_build_header +EXPORT_SYMBOL net/ipv4/fou 0x1757d1a4 fou_encap_hlen +EXPORT_SYMBOL net/ipv4/fou 0xf13914b3 gue_encap_hlen +EXPORT_SYMBOL net/ipv4/fou 0xf3d7c13c __gue_build_header +EXPORT_SYMBOL net/ipv4/gre 0xb3201caf gre_parse_header +EXPORT_SYMBOL net/ipv4/ip_tunnel 0x317f8f09 ip_tunnel_encap_add_ops +EXPORT_SYMBOL net/ipv4/ip_tunnel 0x8e5d84a6 ip_tunnel_encap_del_ops +EXPORT_SYMBOL net/ipv4/ip_tunnel 0xc9f21ac1 ip_tunnel_get_link_net +EXPORT_SYMBOL net/ipv4/ip_tunnel 0xdef6da24 ip_tunnel_get_iflink +EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0x2738d04f arpt_unregister_table_pre_exit +EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0x386d3ef5 arpt_unregister_table +EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0x3a29ef0b arpt_do_table +EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0x43e161c7 arpt_register_table +EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0x1355013a ipt_unregister_table_pre_exit +EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0x1edb09bf ipt_do_table +EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0xbcf447e6 ipt_register_table +EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0xf9eb639d ipt_unregister_table_exit +EXPORT_SYMBOL net/ipv4/tunnel4 0x88b3b9bd xfrm4_tunnel_register +EXPORT_SYMBOL net/ipv4/tunnel4 0xee595a11 xfrm4_tunnel_deregister +EXPORT_SYMBOL net/ipv4/udp_tunnel 0x42edde27 udp_sock_create4 +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x0350a2ed ip6_tnl_xmit +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x196d20d5 ip6_tnl_encap_del_ops +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x2269c511 ip6_tnl_encap_add_ops +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x470a3824 ip6_tnl_change_mtu +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x5e5c34b6 ip6_tnl_rcv +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x82c7194a ip6_tnl_get_link_net +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x9c3f6107 ip6_tnl_get_iflink +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0xd0334630 ip6_tnl_parse_tlv_enc_lim +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0xee08a702 ip6_tnl_get_cap +EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0x058a2d3b ip6t_unregister_table_pre_exit +EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0x1a0c3da6 ip6t_do_table +EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0x5a1507bc ip6t_unregister_table_exit +EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0xa2061d3d ip6t_register_table +EXPORT_SYMBOL net/ipv6/tunnel6 0x23f73b07 xfrm6_tunnel_deregister +EXPORT_SYMBOL net/ipv6/tunnel6 0x5b47b520 xfrm6_tunnel_register +EXPORT_SYMBOL net/ipv6/xfrm6_tunnel 0x490cda24 xfrm6_tunnel_spi_lookup +EXPORT_SYMBOL net/ipv6/xfrm6_tunnel 0xa759f257 xfrm6_tunnel_alloc_spi +EXPORT_SYMBOL net/lapb/lapb 0x0d384941 lapb_connect_request +EXPORT_SYMBOL net/lapb/lapb 0x16ec8ba0 lapb_data_request +EXPORT_SYMBOL net/lapb/lapb 0x55fa0f19 lapb_getparms +EXPORT_SYMBOL net/lapb/lapb 0x8d727c83 lapb_data_received +EXPORT_SYMBOL net/lapb/lapb 0x9f9d09ce lapb_unregister +EXPORT_SYMBOL net/lapb/lapb 0xabcf21b3 lapb_register +EXPORT_SYMBOL net/lapb/lapb 0xd2dfdc5f lapb_disconnect_request +EXPORT_SYMBOL net/lapb/lapb 0xfb7ff76b lapb_setparms +EXPORT_SYMBOL net/llc/llc 0x18ac8277 llc_mac_hdr_init +EXPORT_SYMBOL net/llc/llc 0x38b92846 llc_remove_pack +EXPORT_SYMBOL net/llc/llc 0x39f5c6e2 llc_add_pack +EXPORT_SYMBOL net/llc/llc 0x52d7b2fd llc_sap_list +EXPORT_SYMBOL net/llc/llc 0x5b94f556 llc_sap_close +EXPORT_SYMBOL net/llc/llc 0x6a5a265c llc_set_station_handler +EXPORT_SYMBOL net/llc/llc 0x70b67a82 llc_sap_open +EXPORT_SYMBOL net/llc/llc 0x9edbd76d llc_sap_find +EXPORT_SYMBOL net/llc/llc 0xd9f47d1f llc_build_and_send_ui_pkt +EXPORT_SYMBOL net/mac80211/mac80211 0x00dfabb6 ieee80211_rx_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0x02766102 ieee80211_unregister_hw +EXPORT_SYMBOL net/mac80211/mac80211 0x03bc5b76 ieee80211_send_bar +EXPORT_SYMBOL net/mac80211/mac80211 0x03fdc4ef ieee80211_tdls_oper_request +EXPORT_SYMBOL net/mac80211/mac80211 0x09871429 ieee80211_channel_switch_disconnect +EXPORT_SYMBOL net/mac80211/mac80211 0x0a7b9218 rate_control_set_rates +EXPORT_SYMBOL net/mac80211/mac80211 0x0d059dda ieee80211_register_hw +EXPORT_SYMBOL net/mac80211/mac80211 0x0e5aa480 ieee80211_report_low_ack +EXPORT_SYMBOL net/mac80211/mac80211 0x129567b8 ieee80211_queue_delayed_work +EXPORT_SYMBOL net/mac80211/mac80211 0x12bc023d ieee80211_restart_hw +EXPORT_SYMBOL net/mac80211/mac80211 0x12f75abb ieee80211_stop_tx_ba_cb_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0x1573586f ieee80211_stop_tx_ba_session +EXPORT_SYMBOL net/mac80211/mac80211 0x18f0c0bb wiphy_to_ieee80211_hw +EXPORT_SYMBOL net/mac80211/mac80211 0x19f37f0d ieee80211_update_p2p_noa +EXPORT_SYMBOL net/mac80211/mac80211 0x1a0ac239 ieee80211_unreserve_tid +EXPORT_SYMBOL net/mac80211/mac80211 0x1cf75d45 ieee80211_get_tkip_p1k_iv +EXPORT_SYMBOL net/mac80211/mac80211 0x2be06380 ieee80211_disable_rssi_reports +EXPORT_SYMBOL net/mac80211/mac80211 0x2c7dfd17 ieee80211_sta_eosp +EXPORT_SYMBOL net/mac80211/mac80211 0x2e456dd8 __ieee80211_create_tpt_led_trigger +EXPORT_SYMBOL net/mac80211/mac80211 0x2f3a273d ieee80211_handle_wake_tx_queue +EXPORT_SYMBOL net/mac80211/mac80211 0x31f0213a ieee80211_mark_rx_ba_filtered_frames +EXPORT_SYMBOL net/mac80211/mac80211 0x329caefa ieee80211_stop_rx_ba_session +EXPORT_SYMBOL net/mac80211/mac80211 0x334aaaa3 ieee80211_get_tkip_p2k +EXPORT_SYMBOL net/mac80211/mac80211 0x33567196 ieee80211_sta_block_awake +EXPORT_SYMBOL net/mac80211/mac80211 0x3476f996 ieee80211_nan_func_terminated +EXPORT_SYMBOL net/mac80211/mac80211 0x37a70596 ieee80211_rx_ba_timer_expired +EXPORT_SYMBOL net/mac80211/mac80211 0x391eda45 ieee80211_get_tkip_rx_p1k +EXPORT_SYMBOL net/mac80211/mac80211 0x3e7b06ce ieee80211_queue_stopped +EXPORT_SYMBOL net/mac80211/mac80211 0x46681c7f ieee80211_rate_control_unregister +EXPORT_SYMBOL net/mac80211/mac80211 0x46db64a7 ieee80211_beacon_update_cntdwn +EXPORT_SYMBOL net/mac80211/mac80211 0x471835e6 __ieee80211_get_rx_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0x48689bcb ieee80211_tx_status_ext +EXPORT_SYMBOL net/mac80211/mac80211 0x4b3adc0c ieee80211_beacon_cntdwn_is_complete +EXPORT_SYMBOL net/mac80211/mac80211 0x4c334587 __ieee80211_schedule_txq +EXPORT_SYMBOL net/mac80211/mac80211 0x4cf823fc ieee80211_free_hw +EXPORT_SYMBOL net/mac80211/mac80211 0x51788d31 ieee80211_rx_napi +EXPORT_SYMBOL net/mac80211/mac80211 0x54340f03 ieee80211_find_sta +EXPORT_SYMBOL net/mac80211/mac80211 0x56a0d678 ieee80211_rx_list +EXPORT_SYMBOL net/mac80211/mac80211 0x5d17d666 ieee80211_rts_get +EXPORT_SYMBOL net/mac80211/mac80211 0x5f0515a6 ieee80211_scan_completed +EXPORT_SYMBOL net/mac80211/mac80211 0x6082adcb ieee80211_start_tx_ba_session +EXPORT_SYMBOL net/mac80211/mac80211 0x634702fd ieee80211_enable_rssi_reports +EXPORT_SYMBOL net/mac80211/mac80211 0x63f47254 __ieee80211_get_tx_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0x643cf77f ieee80211_txq_airtime_check +EXPORT_SYMBOL net/mac80211/mac80211 0x66b70030 ieee80211_csa_finish +EXPORT_SYMBOL net/mac80211/mac80211 0x696b5678 ieee80211_sta_ps_transition +EXPORT_SYMBOL net/mac80211/mac80211 0x69c2c01d ieee80211_beacon_set_cntdwn +EXPORT_SYMBOL net/mac80211/mac80211 0x713ccd3c ieee80211_report_wowlan_wakeup +EXPORT_SYMBOL net/mac80211/mac80211 0x71bac04e __ieee80211_get_radio_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0x755ed4ae ieee80211_sta_set_buffered +EXPORT_SYMBOL net/mac80211/mac80211 0x7c1419e2 ieee80211_stop_queue +EXPORT_SYMBOL net/mac80211/mac80211 0x7d74fb77 ieee80211_sta_uapsd_trigger +EXPORT_SYMBOL net/mac80211/mac80211 0x820f6f92 ieee80211_txq_get_depth +EXPORT_SYMBOL net/mac80211/mac80211 0x84f7c90c ieee80211_ctstoself_get +EXPORT_SYMBOL net/mac80211/mac80211 0x85691e03 ieee80211_iter_keys +EXPORT_SYMBOL net/mac80211/mac80211 0x86181705 ieee80211_chswitch_done +EXPORT_SYMBOL net/mac80211/mac80211 0x8d3176ea ieee80211_stop_queues +EXPORT_SYMBOL net/mac80211/mac80211 0x8f7892b7 ieee80211_next_txq +EXPORT_SYMBOL net/mac80211/mac80211 0x8fed96a3 ieee80211_sta_pspoll +EXPORT_SYMBOL net/mac80211/mac80211 0x93bc749e ieee80211_radar_detected +EXPORT_SYMBOL net/mac80211/mac80211 0x93cc8e0d ieee80211_cqm_beacon_loss_notify +EXPORT_SYMBOL net/mac80211/mac80211 0x95febea6 ieee80211_get_bssid +EXPORT_SYMBOL net/mac80211/mac80211 0x98d6e5e4 ieee80211_tx_prepare_skb +EXPORT_SYMBOL net/mac80211/mac80211 0x991a0ca0 ieee80211_parse_p2p_noa +EXPORT_SYMBOL net/mac80211/mac80211 0x99570a80 ieee80211_tx_dequeue +EXPORT_SYMBOL net/mac80211/mac80211 0x997554fb ieee80211_disconnect +EXPORT_SYMBOL net/mac80211/mac80211 0x9dabb773 ieee80211_pspoll_get +EXPORT_SYMBOL net/mac80211/mac80211 0xa0ed6de0 ieee80211_start_tx_ba_cb_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0xa0f686c5 ieee80211_generic_frame_duration +EXPORT_SYMBOL net/mac80211/mac80211 0xa7925595 ieee80211_iter_keys_rcu +EXPORT_SYMBOL net/mac80211/mac80211 0xa7f1e4f6 ieee80211_tx_status +EXPORT_SYMBOL net/mac80211/mac80211 0xaa5d340c ieee80211_connection_loss +EXPORT_SYMBOL net/mac80211/mac80211 0xab67f849 ieee80211_wake_queues +EXPORT_SYMBOL net/mac80211/mac80211 0xad937769 ieee80211_alloc_hw_nm +EXPORT_SYMBOL net/mac80211/mac80211 0xaeb9a917 ieee80211_get_key_rx_seq +EXPORT_SYMBOL net/mac80211/mac80211 0xb2fd16d9 ieee80211_beacon_get_tim +EXPORT_SYMBOL net/mac80211/mac80211 0xb71d957b ieee80211_reserve_tid +EXPORT_SYMBOL net/mac80211/mac80211 0xb7f547c8 ieee80211_beacon_loss +EXPORT_SYMBOL net/mac80211/mac80211 0xbcea25cc ieee80211_ctstoself_duration +EXPORT_SYMBOL net/mac80211/mac80211 0xc0358e33 ieee80211_sta_register_airtime +EXPORT_SYMBOL net/mac80211/mac80211 0xc0b9cf1b ieee80211_tx_status_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0xc2c51dfe ieee80211_sched_scan_stopped +EXPORT_SYMBOL net/mac80211/mac80211 0xc4ef80ea ieee80211_get_unsol_bcast_probe_resp_tmpl +EXPORT_SYMBOL net/mac80211/mac80211 0xc5011fc4 ieee80211_free_txskb +EXPORT_SYMBOL net/mac80211/mac80211 0xc6488cc4 ieee80211_get_buffered_bc +EXPORT_SYMBOL net/mac80211/mac80211 0xc65ccf6d ieee80211_tx_rate_update +EXPORT_SYMBOL net/mac80211/mac80211 0xc7503db4 ieee80211_send_eosp_nullfunc +EXPORT_SYMBOL net/mac80211/mac80211 0xcaef74ca ieee80211_txq_may_transmit +EXPORT_SYMBOL net/mac80211/mac80211 0xcc12cad2 ieee80211_rate_control_register +EXPORT_SYMBOL net/mac80211/mac80211 0xcdab6277 ieee80211_cqm_rssi_notify +EXPORT_SYMBOL net/mac80211/mac80211 0xcde2a378 ieee80211_sta_recalc_aggregates +EXPORT_SYMBOL net/mac80211/mac80211 0xce6c3111 ieee80211_proberesp_get +EXPORT_SYMBOL net/mac80211/mac80211 0xd0698974 ieee80211_nullfunc_get +EXPORT_SYMBOL net/mac80211/mac80211 0xd1eef3cb ieee80211_rts_duration +EXPORT_SYMBOL net/mac80211/mac80211 0xd2c7464d ieee80211_ap_probereq_get +EXPORT_SYMBOL net/mac80211/mac80211 0xd3f6b4b5 ieee80211_sched_scan_results +EXPORT_SYMBOL net/mac80211/mac80211 0xdbae1fb2 ieee80211_probereq_get +EXPORT_SYMBOL net/mac80211/mac80211 0xe0b53f9c ieee80211_get_tx_rates +EXPORT_SYMBOL net/mac80211/mac80211 0xe99d806e __ieee80211_get_assoc_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0xedfaec8a ieee80211_wake_queue +EXPORT_SYMBOL net/mac80211/mac80211 0xee11a6a9 ieee80211_txq_schedule_start +EXPORT_SYMBOL net/mac80211/mac80211 0xee7f55e5 ieee80211_nan_func_match +EXPORT_SYMBOL net/mac80211/mac80211 0xf5f8de07 ieee80211_manage_rx_ba_offl +EXPORT_SYMBOL net/mac80211/mac80211 0xf7369f51 ieee80211_tx_status_8023 +EXPORT_SYMBOL net/mac80211/mac80211 0xf87ff2d0 ieee80211_get_fils_discovery_tmpl +EXPORT_SYMBOL net/mac80211/mac80211 0xf9497680 ieee80211_queue_work +EXPORT_SYMBOL net/mac80211/mac80211 0xfda7b311 ieee80211_beacon_get_template +EXPORT_SYMBOL net/mac802154/mac802154 0x1521ee40 ieee802154_unregister_hw +EXPORT_SYMBOL net/mac802154/mac802154 0x20777bfb ieee802154_rx_irqsafe +EXPORT_SYMBOL net/mac802154/mac802154 0x73b2f865 ieee802154_free_hw +EXPORT_SYMBOL net/mac802154/mac802154 0x73b6e7f3 ieee802154_configure_durations +EXPORT_SYMBOL net/mac802154/mac802154 0x7a73851a ieee802154_xmit_complete +EXPORT_SYMBOL net/mac802154/mac802154 0xa0f271ed ieee802154_xmit_error +EXPORT_SYMBOL net/mac802154/mac802154 0xb6138a7e ieee802154_register_hw +EXPORT_SYMBOL net/mac802154/mac802154 0xdb714262 ieee802154_alloc_hw +EXPORT_SYMBOL net/mac802154/mac802154 0xff17cc50 ieee802154_xmit_hw_error +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x1b474f28 ip_vs_new_conn_out +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x1e0c1f1b unregister_ip_vs_app +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x31e780a8 ip_vs_conn_put +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x3dd0d0b6 register_ip_vs_scheduler +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x44c142fa ip_vs_proto_data_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x5356eb36 ip_vs_conn_in_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x707303d7 ip_vs_scheduler_err +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x7d4378f5 ip_vs_tcp_conn_listen +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xb5cb2f57 unregister_ip_vs_scheduler +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xcb4a3cd1 register_ip_vs_app +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xccb3383b ip_vs_nfct_expect_related +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xd831a1a2 ip_vs_proto_name +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xdb5114d5 ip_vs_proto_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xde2df429 register_ip_vs_app_inc +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xea6c0d16 ip_vs_conn_new +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xef4f0fb8 ip_vs_conn_out_get +EXPORT_SYMBOL net/netfilter/nf_conntrack 0x3b08a8f0 nf_ct_destroy +EXPORT_SYMBOL net/netfilter/nf_conntrack 0x89d99ee1 __nf_ct_ext_find +EXPORT_SYMBOL net/netfilter/nf_conntrack 0xee3d3e3a nf_ct_ext_add +EXPORT_SYMBOL net/netfilter/nf_conntrack_pptp 0xf2a36612 pptp_msg_name +EXPORT_SYMBOL net/netfilter/nf_nat 0x4977d7c8 __nf_nat_mangle_tcp_packet +EXPORT_SYMBOL net/netfilter/nf_nat 0x993e3759 nf_nat_follow_master +EXPORT_SYMBOL net/netfilter/nf_nat 0xebc8d5c3 nf_nat_mangle_udp_packet +EXPORT_SYMBOL net/netfilter/nf_nat 0xfcd33009 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 0x1b095f58 xt_unregister_target +EXPORT_SYMBOL net/netfilter/x_tables 0x272795e0 xt_unregister_match +EXPORT_SYMBOL net/netfilter/x_tables 0x30449370 xt_register_matches +EXPORT_SYMBOL net/netfilter/x_tables 0x3bf9d084 xt_check_table_hooks +EXPORT_SYMBOL net/netfilter/x_tables 0x45c30d1b xt_register_targets +EXPORT_SYMBOL net/netfilter/x_tables 0x48012e28 xt_check_proc_name +EXPORT_SYMBOL net/netfilter/x_tables 0x50873741 xt_compat_init_offsets +EXPORT_SYMBOL net/netfilter/x_tables 0x50db90af xt_unregister_matches +EXPORT_SYMBOL net/netfilter/x_tables 0x53cf5d5d xt_unregister_targets +EXPORT_SYMBOL net/netfilter/x_tables 0x68c60282 xt_find_table +EXPORT_SYMBOL net/netfilter/x_tables 0x6ecf5b88 xt_find_match +EXPORT_SYMBOL net/netfilter/x_tables 0x977fd4bf xt_alloc_table_info +EXPORT_SYMBOL net/netfilter/x_tables 0xa25fc115 xt_compat_check_entry_offsets +EXPORT_SYMBOL net/netfilter/x_tables 0xb1697125 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 0xe204e042 xt_free_table_info +EXPORT_SYMBOL net/netfilter/x_tables 0xf52509f1 xt_register_match +EXPORT_SYMBOL net/netfilter/x_tables 0xfef779fa xt_find_jump_offset +EXPORT_SYMBOL net/nfc/hci/hci 0x1d9869ab nfc_hci_send_event +EXPORT_SYMBOL net/nfc/hci/hci 0x21cf064a nfc_hci_reset_pipes +EXPORT_SYMBOL net/nfc/hci/hci 0x3efd7cf8 nfc_hci_allocate_device +EXPORT_SYMBOL net/nfc/hci/hci 0x4942893d nfc_hci_reset_pipes_per_host +EXPORT_SYMBOL net/nfc/hci/hci 0x5647b3ec nfc_hci_register_device +EXPORT_SYMBOL net/nfc/hci/hci 0x6436ccf4 nfc_hci_disconnect_all_gates +EXPORT_SYMBOL net/nfc/hci/hci 0x74fe3670 nfc_hci_result_to_errno +EXPORT_SYMBOL net/nfc/hci/hci 0x8a08f880 nfc_hci_connect_gate +EXPORT_SYMBOL net/nfc/hci/hci 0x9357586c nfc_hci_driver_failure +EXPORT_SYMBOL net/nfc/hci/hci 0x9a6d77ce nfc_hci_get_clientdata +EXPORT_SYMBOL net/nfc/hci/hci 0xa423c640 nfc_hci_target_discovered +EXPORT_SYMBOL net/nfc/hci/hci 0xa644c417 nfc_hci_send_cmd +EXPORT_SYMBOL net/nfc/hci/hci 0xc1562ee7 nfc_llc_stop +EXPORT_SYMBOL net/nfc/hci/hci 0xc5d894d4 nfc_hci_free_device +EXPORT_SYMBOL net/nfc/hci/hci 0xc817b7bb nfc_hci_unregister_device +EXPORT_SYMBOL net/nfc/hci/hci 0xce89c15f nfc_hci_recv_frame +EXPORT_SYMBOL net/nfc/hci/hci 0xda6f8250 nfc_hci_send_cmd_async +EXPORT_SYMBOL net/nfc/hci/hci 0xdd231c55 nfc_hci_sak_to_protocol +EXPORT_SYMBOL net/nfc/hci/hci 0xebba8cdc nfc_llc_start +EXPORT_SYMBOL net/nfc/hci/hci 0xf3152be0 nfc_hci_set_clientdata +EXPORT_SYMBOL net/nfc/hci/hci 0xfa6a101a nfc_hci_get_param +EXPORT_SYMBOL net/nfc/hci/hci 0xfcf3cc54 nfc_hci_disconnect_gate +EXPORT_SYMBOL net/nfc/hci/hci 0xfe44bfbe nfc_hci_set_param +EXPORT_SYMBOL net/nfc/nci/nci 0x03091f5d nci_hci_connect_gate +EXPORT_SYMBOL net/nfc/nci/nci 0x0511470d nci_core_init +EXPORT_SYMBOL net/nfc/nci/nci 0x08ca822f nci_unregister_device +EXPORT_SYMBOL net/nfc/nci/nci 0x0e603898 nci_recv_frame +EXPORT_SYMBOL net/nfc/nci/nci 0x15986807 nci_hci_set_param +EXPORT_SYMBOL net/nfc/nci/nci 0x15dd0bb6 nci_send_cmd +EXPORT_SYMBOL net/nfc/nci/nci 0x26ca8f1e nci_set_config +EXPORT_SYMBOL net/nfc/nci/nci 0x37dbb079 nci_hci_send_event +EXPORT_SYMBOL net/nfc/nci/nci 0x43eb7d5d nci_hci_get_param +EXPORT_SYMBOL net/nfc/nci/nci 0x491eef0d nci_core_conn_create +EXPORT_SYMBOL net/nfc/nci/nci 0x506aaacf nci_send_frame +EXPORT_SYMBOL net/nfc/nci/nci 0x601d2df1 nci_hci_send_cmd +EXPORT_SYMBOL net/nfc/nci/nci 0x647c5eeb nci_hci_open_pipe +EXPORT_SYMBOL net/nfc/nci/nci 0x6ef741c2 nci_register_device +EXPORT_SYMBOL net/nfc/nci/nci 0x7717fb24 nci_hci_dev_session_init +EXPORT_SYMBOL net/nfc/nci/nci 0x7f41df20 nci_nfcc_loopback +EXPORT_SYMBOL net/nfc/nci/nci 0x88a0d2f8 nci_hci_clear_all_pipes +EXPORT_SYMBOL net/nfc/nci/nci 0x8f03486e nci_core_conn_close +EXPORT_SYMBOL net/nfc/nci/nci 0x94eb3d41 nci_req_complete +EXPORT_SYMBOL net/nfc/nci/nci 0x9d8e1e3a nci_nfcee_mode_set +EXPORT_SYMBOL net/nfc/nci/nci 0xa61b69da nci_nfcee_discover +EXPORT_SYMBOL net/nfc/nci/nci 0xada379af nci_prop_cmd +EXPORT_SYMBOL net/nfc/nci/nci 0xaf3c676a nci_allocate_device +EXPORT_SYMBOL net/nfc/nci/nci 0xb7203e3d nci_free_device +EXPORT_SYMBOL net/nfc/nci/nci 0xba490602 nci_to_errno +EXPORT_SYMBOL net/nfc/nci/nci 0xc7b31e60 nci_core_reset +EXPORT_SYMBOL net/nfc/nci/nci 0xd6eda250 nci_get_conn_info_by_dest_type_params +EXPORT_SYMBOL net/nfc/nci/nci 0xe02257d0 nci_conn_max_data_pkt_payload_size +EXPORT_SYMBOL net/nfc/nci/nci 0xe20e9bd3 nci_core_cmd +EXPORT_SYMBOL net/nfc/nci/nci 0xe981802f nci_send_data +EXPORT_SYMBOL net/nfc/nfc 0x0c52013e nfc_target_lost +EXPORT_SYMBOL net/nfc/nfc 0x12f12f3b __nfc_alloc_vendor_cmd_reply_skb +EXPORT_SYMBOL net/nfc/nfc 0x1a54179b nfc_tm_data_received +EXPORT_SYMBOL net/nfc/nfc 0x26df6b80 nfc_dep_link_is_up +EXPORT_SYMBOL net/nfc/nfc 0x282f781b nfc_tm_deactivated +EXPORT_SYMBOL net/nfc/nfc 0x322c6868 nfc_set_remote_general_bytes +EXPORT_SYMBOL net/nfc/nfc 0x40536db8 nfc_remove_se +EXPORT_SYMBOL net/nfc/nfc 0x40bfc6ad nfc_find_se +EXPORT_SYMBOL net/nfc/nfc 0x4c1627fe nfc_send_to_raw_sock +EXPORT_SYMBOL net/nfc/nfc 0x4e0f4170 nfc_proto_unregister +EXPORT_SYMBOL net/nfc/nfc 0x54f723df nfc_se_connectivity +EXPORT_SYMBOL net/nfc/nfc 0x721932bc nfc_targets_found +EXPORT_SYMBOL net/nfc/nfc 0x82fbcc4c nfc_vendor_cmd_reply +EXPORT_SYMBOL net/nfc/nfc 0x8ea854d4 nfc_register_device +EXPORT_SYMBOL net/nfc/nfc 0x993f8523 nfc_alloc_recv_skb +EXPORT_SYMBOL net/nfc/nfc 0x997c5592 nfc_se_transaction +EXPORT_SYMBOL net/nfc/nfc 0x9f88b224 nfc_fw_download_done +EXPORT_SYMBOL net/nfc/nfc 0xaa7adbaf nfc_tm_activated +EXPORT_SYMBOL net/nfc/nfc 0xb2ce3bda nfc_get_local_general_bytes +EXPORT_SYMBOL net/nfc/nfc 0xb378bfdb nfc_allocate_device +EXPORT_SYMBOL net/nfc/nfc 0xcd8cfabb nfc_proto_register +EXPORT_SYMBOL net/nfc/nfc 0xd42aaf63 nfc_add_se +EXPORT_SYMBOL net/nfc/nfc 0xd8b7c43a nfc_driver_failure +EXPORT_SYMBOL net/nfc/nfc 0xe113cfdf nfc_unregister_device +EXPORT_SYMBOL net/nfc/nfc 0xf6f59d3d nfc_class +EXPORT_SYMBOL net/nfc/nfc_digital 0x4b4217db nfc_digital_allocate_device +EXPORT_SYMBOL net/nfc/nfc_digital 0x70bdfeab nfc_digital_unregister_device +EXPORT_SYMBOL net/nfc/nfc_digital 0xb8c4ba8a nfc_digital_register_device +EXPORT_SYMBOL net/nfc/nfc_digital 0xd93d9423 nfc_digital_free_device +EXPORT_SYMBOL net/phonet/phonet 0x102103ce phonet_stream_ops +EXPORT_SYMBOL net/phonet/phonet 0x29dea0a7 pn_sock_get_port +EXPORT_SYMBOL net/phonet/phonet 0x378ba651 phonet_header_ops +EXPORT_SYMBOL net/phonet/phonet 0x3b4237e0 pn_skb_send +EXPORT_SYMBOL net/phonet/phonet 0x46bdc9a1 phonet_proto_unregister +EXPORT_SYMBOL net/phonet/phonet 0x5816e22b pn_sock_unhash +EXPORT_SYMBOL net/phonet/phonet 0x9089f432 phonet_proto_register +EXPORT_SYMBOL net/phonet/phonet 0xe29b81da pn_sock_hash +EXPORT_SYMBOL net/rxrpc/rxrpc 0x0171742f rxrpc_kernel_send_data +EXPORT_SYMBOL net/rxrpc/rxrpc 0x0b642b12 rxrpc_kernel_abort_call +EXPORT_SYMBOL net/rxrpc/rxrpc 0x0fd27bb8 rxrpc_kernel_new_call_notification +EXPORT_SYMBOL net/rxrpc/rxrpc 0x2e4c7bb1 rxrpc_sock_set_min_security_level +EXPORT_SYMBOL net/rxrpc/rxrpc 0x31bf3ca3 rxrpc_debug_id +EXPORT_SYMBOL net/rxrpc/rxrpc 0x35d4de8a rxrpc_kernel_set_tx_length +EXPORT_SYMBOL net/rxrpc/rxrpc 0x4432540e rxrpc_kernel_begin_call +EXPORT_SYMBOL net/rxrpc/rxrpc 0x4ebede72 rxrpc_kernel_charge_accept +EXPORT_SYMBOL net/rxrpc/rxrpc 0x5cc0e09c rxrpc_kernel_recv_data +EXPORT_SYMBOL net/rxrpc/rxrpc 0x78dfe141 rxrpc_get_null_key +EXPORT_SYMBOL net/rxrpc/rxrpc 0x8853d3c0 rxrpc_kernel_get_epoch +EXPORT_SYMBOL net/rxrpc/rxrpc 0x970037de rxrpc_kernel_get_peer +EXPORT_SYMBOL net/rxrpc/rxrpc 0x98f24005 rxrpc_kernel_end_call +EXPORT_SYMBOL net/rxrpc/rxrpc 0xad7375c5 rxrpc_sock_set_security_keyring +EXPORT_SYMBOL net/rxrpc/rxrpc 0xb047df95 rxrpc_get_server_data_key +EXPORT_SYMBOL net/rxrpc/rxrpc 0xb28ed9ba rxrpc_kernel_set_max_life +EXPORT_SYMBOL net/rxrpc/rxrpc 0xeff6b752 rxrpc_kernel_check_life +EXPORT_SYMBOL net/rxrpc/rxrpc 0xf2a4e795 rxrpc_kernel_get_srtt +EXPORT_SYMBOL net/rxrpc/rxrpc 0xf2c4791f key_type_rxrpc +EXPORT_SYMBOL net/sctp/sctp 0x319d2796 sctp_do_peeloff +EXPORT_SYMBOL net/smc/smc 0x1b1e06e1 __tracepoint_smc_rx_recvmsg +EXPORT_SYMBOL net/smc/smc 0x3153cc92 __SCK__tp_func_smc_rx_recvmsg +EXPORT_SYMBOL net/smc/smc 0x5d3da40f __traceiter_smc_switch_to_fallback +EXPORT_SYMBOL net/smc/smc 0x8989d6ae __tracepoint_smc_switch_to_fallback +EXPORT_SYMBOL net/smc/smc 0x99bf1b00 __tracepoint_smc_tx_sendmsg +EXPORT_SYMBOL net/smc/smc 0xb3f2d173 __SCK__tp_func_smc_tx_sendmsg +EXPORT_SYMBOL net/smc/smc 0xca86c3dc __traceiter_smc_rx_recvmsg +EXPORT_SYMBOL net/smc/smc 0xcd09d10b __traceiter_smc_tx_sendmsg +EXPORT_SYMBOL net/smc/smc 0xcd9701fe __tracepoint_smcr_link_down +EXPORT_SYMBOL net/smc/smc 0xd67606d5 __traceiter_smcr_link_down +EXPORT_SYMBOL net/smc/smc 0xe7dacb8d __SCK__tp_func_smcr_link_down +EXPORT_SYMBOL net/smc/smc 0xfb8cae0f __SCK__tp_func_smc_switch_to_fallback +EXPORT_SYMBOL net/sunrpc/auth_gss/auth_rpcgss 0x5521c47c gss_mech_put +EXPORT_SYMBOL net/sunrpc/auth_gss/auth_rpcgss 0x7518127a gss_pseudoflavor_to_service +EXPORT_SYMBOL net/sunrpc/auth_gss/auth_rpcgss 0xb574362a gss_mech_get +EXPORT_SYMBOL net/sunrpc/sunrpc 0x2d471514 svc_pool_stats_open +EXPORT_SYMBOL net/sunrpc/sunrpc 0x8b188931 xdr_restrict_buflen +EXPORT_SYMBOL net/sunrpc/sunrpc 0xb828f1ba xdr_truncate_encode +EXPORT_SYMBOL net/tipc/tipc 0x02e296d9 tipc_dump_start +EXPORT_SYMBOL net/tipc/tipc 0x39ae56be tipc_dump_done +EXPORT_SYMBOL net/tipc/tipc 0xc42787e8 tipc_sk_fill_sock_diag +EXPORT_SYMBOL net/tipc/tipc 0xf8c8cc10 tipc_nl_sk_walk +EXPORT_SYMBOL net/tls/tls 0x2c54a151 tls_get_record +EXPORT_SYMBOL net/wireless/cfg80211 0x02da534d wiphy_apply_custom_regulatory +EXPORT_SYMBOL net/wireless/cfg80211 0x03cdecb8 cfg80211_report_obss_beacon_khz +EXPORT_SYMBOL net/wireless/cfg80211 0x05c742ac cfg80211_iftype_allowed +EXPORT_SYMBOL net/wireless/cfg80211 0x06ca71fd cfg80211_chandef_create +EXPORT_SYMBOL net/wireless/cfg80211 0x0894be20 cfg80211_check_station_change +EXPORT_SYMBOL net/wireless/cfg80211 0x0bf70a55 cfg80211_del_sta_sinfo +EXPORT_SYMBOL net/wireless/cfg80211 0x0cc95bc2 ieee80211_s1g_channel_width +EXPORT_SYMBOL net/wireless/cfg80211 0x0f2c834c cfg80211_rx_unexpected_4addr_frame +EXPORT_SYMBOL net/wireless/cfg80211 0x0f3e0eec cfg80211_tx_mlme_mgmt +EXPORT_SYMBOL net/wireless/cfg80211 0x0f86eb20 ieee80211_data_to_8023_exthdr +EXPORT_SYMBOL net/wireless/cfg80211 0x117aca91 cfg80211_merge_profile +EXPORT_SYMBOL net/wireless/cfg80211 0x118116f9 cfg80211_cac_event +EXPORT_SYMBOL net/wireless/cfg80211 0x14d199cc ieee80211_get_hdrlen_from_skb +EXPORT_SYMBOL net/wireless/cfg80211 0x1675e598 cfg80211_report_wowlan_wakeup +EXPORT_SYMBOL net/wireless/cfg80211 0x1879fcbd bridge_tunnel_header +EXPORT_SYMBOL net/wireless/cfg80211 0x1aaf4287 ieee80211_amsdu_to_8023s +EXPORT_SYMBOL net/wireless/cfg80211 0x1af27151 cfg80211_put_bss +EXPORT_SYMBOL net/wireless/cfg80211 0x1b5a3a7e cfg80211_sinfo_alloc_tid_stats +EXPORT_SYMBOL net/wireless/cfg80211 0x1ce2497f reg_query_regdb_wmm +EXPORT_SYMBOL net/wireless/cfg80211 0x1ec2ad01 wiphy_new_nm +EXPORT_SYMBOL net/wireless/cfg80211 0x24004bf1 regulatory_set_wiphy_regd +EXPORT_SYMBOL net/wireless/cfg80211 0x275269b3 ieee80211_ie_split_ric +EXPORT_SYMBOL net/wireless/cfg80211 0x275c97f0 cfg80211_get_ies_channel_number +EXPORT_SYMBOL net/wireless/cfg80211 0x27c8f981 cfg80211_ch_switch_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x2c6fb584 cfg80211_new_sta +EXPORT_SYMBOL net/wireless/cfg80211 0x2ca95715 cfg80211_connect_done +EXPORT_SYMBOL net/wireless/cfg80211 0x302fd3b2 freq_reg_info +EXPORT_SYMBOL net/wireless/cfg80211 0x30eeab32 cfg80211_ready_on_channel +EXPORT_SYMBOL net/wireless/cfg80211 0x31e994ab cfg80211_reg_can_beacon +EXPORT_SYMBOL net/wireless/cfg80211 0x33e42352 cfg80211_assoc_comeback +EXPORT_SYMBOL net/wireless/cfg80211 0x34aba2b7 wiphy_unregister +EXPORT_SYMBOL net/wireless/cfg80211 0x3643b80f ieee80211_chandef_to_operating_class +EXPORT_SYMBOL net/wireless/cfg80211 0x36bdddc6 cfg80211_any_usable_channels +EXPORT_SYMBOL net/wireless/cfg80211 0x3b22c078 cfg80211_cqm_rssi_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x3c6a89a0 cfg80211_port_authorized +EXPORT_SYMBOL net/wireless/cfg80211 0x3cae3698 cfg80211_ch_switch_started_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x3e715e39 cfg80211_chandef_dfs_required +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 0x46ff300c ieee80211_get_response_rate +EXPORT_SYMBOL net/wireless/cfg80211 0x4d888bc1 cfg80211_calculate_bitrate +EXPORT_SYMBOL net/wireless/cfg80211 0x53519bb1 cfg80211_external_auth_request +EXPORT_SYMBOL net/wireless/cfg80211 0x54613841 wiphy_free +EXPORT_SYMBOL net/wireless/cfg80211 0x55446b71 regulatory_set_wiphy_regd_sync +EXPORT_SYMBOL net/wireless/cfg80211 0x5584448a ieee80211_channel_to_freq_khz +EXPORT_SYMBOL net/wireless/cfg80211 0x56afd163 regulatory_pre_cac_allowed +EXPORT_SYMBOL net/wireless/cfg80211 0x57c336fe cfg80211_classify8021d +EXPORT_SYMBOL net/wireless/cfg80211 0x5801680d __cfg80211_send_event_skb +EXPORT_SYMBOL net/wireless/cfg80211 0x58942b0c __cfg80211_alloc_event_skb +EXPORT_SYMBOL net/wireless/cfg80211 0x5b9bab02 cfg80211_update_owe_info_event +EXPORT_SYMBOL net/wireless/cfg80211 0x5bc39aa4 cfg80211_sta_opmode_change_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x619cdbcd cfg80211_unregister_wdev +EXPORT_SYMBOL net/wireless/cfg80211 0x64e9dcba cfg80211_remain_on_channel_expired +EXPORT_SYMBOL net/wireless/cfg80211 0x6574f326 __cfg80211_alloc_reply_skb +EXPORT_SYMBOL net/wireless/cfg80211 0x67dfc4fc cfg80211_bss_iter +EXPORT_SYMBOL net/wireless/cfg80211 0x6860898a cfg80211_rx_control_port +EXPORT_SYMBOL net/wireless/cfg80211 0x68bbe35f ieee80211_get_channel_khz +EXPORT_SYMBOL net/wireless/cfg80211 0x69b18f43 rfc1042_header +EXPORT_SYMBOL net/wireless/cfg80211 0x6bedf402 ieee80211_freq_khz_to_channel +EXPORT_SYMBOL net/wireless/cfg80211 0x6cdd916a cfg80211_roamed +EXPORT_SYMBOL net/wireless/cfg80211 0x716337d9 cfg80211_assoc_failure +EXPORT_SYMBOL net/wireless/cfg80211 0x7493d11a cfg80211_chandef_usable +EXPORT_SYMBOL net/wireless/cfg80211 0x74c95a67 cfg80211_sched_scan_stopped +EXPORT_SYMBOL net/wireless/cfg80211 0x789e3acf cfg80211_bss_color_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x79b82a71 cfg80211_find_vendor_elem +EXPORT_SYMBOL net/wireless/cfg80211 0x79e9a170 cfg80211_ibss_joined +EXPORT_SYMBOL net/wireless/cfg80211 0x7acb86ed ieee80211_radiotap_iterator_next +EXPORT_SYMBOL net/wireless/cfg80211 0x7c3ac925 ieee80211_get_vht_max_nss +EXPORT_SYMBOL net/wireless/cfg80211 0x7ef39823 ieee80211_hdrlen +EXPORT_SYMBOL net/wireless/cfg80211 0x7feaff7b cfg80211_background_cac_abort +EXPORT_SYMBOL net/wireless/cfg80211 0x83622e07 cfg80211_tx_mgmt_expired +EXPORT_SYMBOL net/wireless/cfg80211 0x8424b804 cfg80211_conn_failed +EXPORT_SYMBOL net/wireless/cfg80211 0x8a179850 cfg80211_mgmt_tx_status_ext +EXPORT_SYMBOL net/wireless/cfg80211 0x8aedbb06 cfg80211_control_port_tx_status +EXPORT_SYMBOL net/wireless/cfg80211 0x8b000f97 cfg80211_gtk_rekey_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x8e7793a6 cfg80211_ft_event +EXPORT_SYMBOL net/wireless/cfg80211 0x8fa02936 cfg80211_free_nan_func +EXPORT_SYMBOL net/wireless/cfg80211 0x9029f77a cfg80211_sched_scan_stopped_locked +EXPORT_SYMBOL net/wireless/cfg80211 0x92622056 wiphy_rfkill_set_hw_state_reason +EXPORT_SYMBOL net/wireless/cfg80211 0x97b516c7 ieee80211_mandatory_rates +EXPORT_SYMBOL net/wireless/cfg80211 0x994da9c8 cfg80211_reg_can_beacon_relax +EXPORT_SYMBOL net/wireless/cfg80211 0x9d6cba30 cfg80211_find_elem_match +EXPORT_SYMBOL net/wireless/cfg80211 0x9e256a2f cfg80211_nan_func_terminated +EXPORT_SYMBOL net/wireless/cfg80211 0xa3049867 wiphy_rfkill_start_polling +EXPORT_SYMBOL net/wireless/cfg80211 0xa45ee7dd get_wiphy_regdom +EXPORT_SYMBOL net/wireless/cfg80211 0xa55b097a wiphy_read_of_freq_limits +EXPORT_SYMBOL net/wireless/cfg80211 0xa6454ca1 cfg80211_iter_combinations +EXPORT_SYMBOL net/wireless/cfg80211 0xa755fe0c cfg80211_crit_proto_stopped +EXPORT_SYMBOL net/wireless/cfg80211 0xab4cc6e2 cfg80211_stop_iface +EXPORT_SYMBOL net/wireless/cfg80211 0xab792e09 __cfg80211_radar_event +EXPORT_SYMBOL net/wireless/cfg80211 0xacab2ca4 cfg80211_inform_bss_frame_data +EXPORT_SYMBOL net/wireless/cfg80211 0xb3b2b3af cfg80211_scan_done +EXPORT_SYMBOL net/wireless/cfg80211 0xb6b4ef97 cfg80211_rx_unprot_mlme_mgmt +EXPORT_SYMBOL net/wireless/cfg80211 0xbbfe5eb9 cfg80211_nan_match +EXPORT_SYMBOL net/wireless/cfg80211 0xbccdd3c0 cfg80211_cqm_txe_notify +EXPORT_SYMBOL net/wireless/cfg80211 0xbe18d914 cfg80211_pmksa_candidate_notify +EXPORT_SYMBOL net/wireless/cfg80211 0xc0566e75 cfg80211_inform_bss_data +EXPORT_SYMBOL net/wireless/cfg80211 0xc3642122 cfg80211_send_layer2_update +EXPORT_SYMBOL net/wireless/cfg80211 0xc3810e93 cfg80211_sched_scan_results +EXPORT_SYMBOL net/wireless/cfg80211 0xc4b4fc27 cfg80211_chandef_valid +EXPORT_SYMBOL net/wireless/cfg80211 0xc52de019 cfg80211_tdls_oper_request +EXPORT_SYMBOL net/wireless/cfg80211 0xc5fc9b76 cfg80211_unlink_bss +EXPORT_SYMBOL net/wireless/cfg80211 0xcb4c550a regulatory_hint +EXPORT_SYMBOL net/wireless/cfg80211 0xcc1a7c48 cfg80211_is_element_inherited +EXPORT_SYMBOL net/wireless/cfg80211 0xcddf64f7 cfg80211_rx_assoc_resp +EXPORT_SYMBOL net/wireless/cfg80211 0xcec99a81 cfg80211_rx_spurious_frame +EXPORT_SYMBOL net/wireless/cfg80211 0xd30725df cfg80211_get_bss +EXPORT_SYMBOL net/wireless/cfg80211 0xd56d55f3 ieee80211_get_mesh_hdrlen +EXPORT_SYMBOL net/wireless/cfg80211 0xd59a8a67 cfg80211_ref_bss +EXPORT_SYMBOL net/wireless/cfg80211 0xd7c5e1db cfg80211_cqm_beacon_loss_notify +EXPORT_SYMBOL net/wireless/cfg80211 0xd9213c1a cfg80211_rx_mgmt_ext +EXPORT_SYMBOL net/wireless/cfg80211 0xd97eaad4 cfg80211_chandef_compatible +EXPORT_SYMBOL net/wireless/cfg80211 0xdba126c1 reg_initiator_name +EXPORT_SYMBOL net/wireless/cfg80211 0xdd49e948 cfg80211_rx_mlme_mgmt +EXPORT_SYMBOL net/wireless/cfg80211 0xdf4924f1 cfg80211_auth_timeout +EXPORT_SYMBOL net/wireless/cfg80211 0xdfd80f14 cfg80211_get_drvinfo +EXPORT_SYMBOL net/wireless/cfg80211 0xe12553e4 ieee80211_get_num_supported_channels +EXPORT_SYMBOL net/wireless/cfg80211 0xe17acfb5 wdev_chandef +EXPORT_SYMBOL net/wireless/cfg80211 0xe3cac54d cfg80211_probe_status +EXPORT_SYMBOL net/wireless/cfg80211 0xe68d7c93 cfg80211_notify_new_peer_candidate +EXPORT_SYMBOL net/wireless/cfg80211 0xe7805c81 cfg80211_get_station +EXPORT_SYMBOL net/wireless/cfg80211 0xe7ca8c00 cfg80211_disconnected +EXPORT_SYMBOL net/wireless/cfg80211 0xeb2c22ff cfg80211_check_combinations +EXPORT_SYMBOL net/wireless/cfg80211 0xecd2ebbd cfg80211_get_iftype_ext_capa +EXPORT_SYMBOL net/wireless/cfg80211 0xedb04360 cfg80211_cqm_pktloss_notify +EXPORT_SYMBOL net/wireless/cfg80211 0xf3431626 cfg80211_bss_flush +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 0xf652216e cfg80211_register_netdevice +EXPORT_SYMBOL net/wireless/cfg80211 0xfc1d6698 cfg80211_michael_mic_failure +EXPORT_SYMBOL net/wireless/cfg80211 0xff0f5255 wiphy_register +EXPORT_SYMBOL net/wireless/lib80211 0x02b9dbc2 lib80211_crypt_info_init +EXPORT_SYMBOL net/wireless/lib80211 0x7ea0b95d lib80211_get_crypto_ops +EXPORT_SYMBOL net/wireless/lib80211 0xbe7714d4 lib80211_unregister_crypto_ops +EXPORT_SYMBOL net/wireless/lib80211 0xe3d10b41 lib80211_crypt_delayed_deinit +EXPORT_SYMBOL net/wireless/lib80211 0xf68fda79 lib80211_register_crypto_ops +EXPORT_SYMBOL net/wireless/lib80211 0xf9a5efb9 lib80211_crypt_info_free +EXPORT_SYMBOL sound/ac97_bus 0x87872da0 ac97_bus_type +EXPORT_SYMBOL sound/core/oss/snd-mixer-oss 0x6d96a0fa 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 0x3061c52d snd_use_lock_sync_helper +EXPORT_SYMBOL sound/core/seq/snd-seq 0x3fb4d161 snd_seq_kernel_client_dispatch +EXPORT_SYMBOL sound/core/seq/snd-seq 0x4a7fa159 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 0x7ac2f329 snd_seq_expand_var_event +EXPORT_SYMBOL sound/core/seq/snd-seq 0x7b8699eb snd_seq_event_port_detach +EXPORT_SYMBOL sound/core/seq/snd-seq 0x96145735 snd_seq_event_port_attach +EXPORT_SYMBOL sound/core/seq/snd-seq 0xb8e448a0 snd_seq_set_queue_tempo +EXPORT_SYMBOL sound/core/seq/snd-seq 0xe934da1d snd_seq_dump_var_event +EXPORT_SYMBOL sound/core/seq/snd-seq 0xf5f32a0f snd_seq_kernel_client_write_poll +EXPORT_SYMBOL sound/core/seq/snd-seq 0xfe4f2ef6 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 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-emul 0xf912f0c8 snd_midi_process_event +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0x734e4fba 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 0xdd70dbf6 snd_midi_event_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 0xb26e18d8 snd_virmidi_new +EXPORT_SYMBOL sound/core/snd 0x169ec461 snd_ctl_register_ioctl +EXPORT_SYMBOL sound/core/snd 0x198788b4 snd_lookup_oss_minor_data +EXPORT_SYMBOL sound/core/snd 0x2337f1b4 snd_jack_set_key +EXPORT_SYMBOL sound/core/snd 0x2487202f snd_card_disconnect +EXPORT_SYMBOL sound/core/snd 0x24a94b26 snd_info_get_line +EXPORT_SYMBOL sound/core/snd 0x2dafb296 snd_ctl_add +EXPORT_SYMBOL sound/core/snd 0x342a2354 copy_to_user_fromio +EXPORT_SYMBOL sound/core/snd 0x3971b4df snd_ecards_limit +EXPORT_SYMBOL sound/core/snd 0x428ba54a snd_info_register +EXPORT_SYMBOL sound/core/snd 0x441ff14c snd_card_set_id +EXPORT_SYMBOL sound/core/snd 0x47aad5c1 snd_device_free +EXPORT_SYMBOL sound/core/snd 0x4a3ea5c0 snd_request_card +EXPORT_SYMBOL sound/core/snd 0x503dac0f snd_seq_root +EXPORT_SYMBOL sound/core/snd 0x518acbfa snd_component_add +EXPORT_SYMBOL sound/core/snd 0x52074787 snd_device_register +EXPORT_SYMBOL sound/core/snd 0x538f26b6 snd_ctl_make_virtual_master +EXPORT_SYMBOL sound/core/snd 0x633a1c08 snd_ctl_register_ioctl_compat +EXPORT_SYMBOL sound/core/snd 0x6e2cac78 snd_ctl_free_one +EXPORT_SYMBOL sound/core/snd 0x6f21d676 snd_ctl_remove +EXPORT_SYMBOL sound/core/snd 0x73076315 snd_pci_quirk_lookup_id +EXPORT_SYMBOL sound/core/snd 0x76a0b665 snd_power_wait +EXPORT_SYMBOL sound/core/snd 0x77987bbc snd_jack_add_new_kctl +EXPORT_SYMBOL sound/core/snd 0x796e504c snd_ctl_unregister_ioctl_compat +EXPORT_SYMBOL sound/core/snd 0x7a944970 snd_mixer_oss_notify_callback +EXPORT_SYMBOL sound/core/snd 0x7ab0dbdd snd_ctl_unregister_ioctl +EXPORT_SYMBOL sound/core/snd 0x80fe1703 snd_ctl_notify_one +EXPORT_SYMBOL sound/core/snd 0x869683cc snd_register_oss_device +EXPORT_SYMBOL sound/core/snd 0x8be60d69 snd_ctl_boolean_mono_info +EXPORT_SYMBOL sound/core/snd 0x8c0b0a52 snd_unregister_oss_device +EXPORT_SYMBOL sound/core/snd 0x8df3789f snd_oss_info_register +EXPORT_SYMBOL sound/core/snd 0x8f595b11 snd_major +EXPORT_SYMBOL sound/core/snd 0x8fbd3b96 snd_ctl_find_id +EXPORT_SYMBOL sound/core/snd 0x94ee4593 snd_ctl_find_numid +EXPORT_SYMBOL sound/core/snd 0x9e6d79f8 snd_info_get_str +EXPORT_SYMBOL sound/core/snd 0x9ff20f00 snd_card_free_when_closed +EXPORT_SYMBOL sound/core/snd 0xa6172c9c snd_jack_new +EXPORT_SYMBOL sound/core/snd 0xb2e5ae4a snd_lookup_minor_data +EXPORT_SYMBOL sound/core/snd 0xb340d8eb snd_info_free_entry +EXPORT_SYMBOL sound/core/snd 0xb77de90a snd_ctl_remove_id +EXPORT_SYMBOL sound/core/snd 0xba71c7e1 snd_info_create_module_entry +EXPORT_SYMBOL sound/core/snd 0xbdb5f0dd snd_ctl_rename +EXPORT_SYMBOL sound/core/snd 0xc4cd3b15 snd_jack_set_parent +EXPORT_SYMBOL sound/core/snd 0xc5a6d10b release_and_free_resource +EXPORT_SYMBOL sound/core/snd 0xc64d0b76 snd_info_create_card_entry +EXPORT_SYMBOL sound/core/snd 0xcb960bfd _snd_ctl_add_follower +EXPORT_SYMBOL sound/core/snd 0xcc6a729f snd_ctl_enum_info +EXPORT_SYMBOL sound/core/snd 0xcca4e6eb snd_card_new +EXPORT_SYMBOL sound/core/snd 0xd0491e81 snd_register_device +EXPORT_SYMBOL sound/core/snd 0xd0ac9867 snd_ctl_notify +EXPORT_SYMBOL sound/core/snd 0xd0afcd16 snd_card_file_add +EXPORT_SYMBOL sound/core/snd 0xd0bec75a snd_ctl_rename_id +EXPORT_SYMBOL sound/core/snd 0xd73780d3 snd_ctl_new1 +EXPORT_SYMBOL sound/core/snd 0xdbe59485 snd_ctl_replace +EXPORT_SYMBOL sound/core/snd 0xe0ef219c snd_card_free +EXPORT_SYMBOL sound/core/snd 0xeb7ed8f6 snd_jack_report +EXPORT_SYMBOL sound/core/snd 0xebcf6705 snd_pci_quirk_lookup +EXPORT_SYMBOL sound/core/snd 0xef71e0cf snd_device_new +EXPORT_SYMBOL sound/core/snd 0xf4ceca6f snd_unregister_device +EXPORT_SYMBOL sound/core/snd 0xfd0fc354 snd_ctl_boolean_stereo_info +EXPORT_SYMBOL sound/core/snd 0xfecec086 snd_card_register +EXPORT_SYMBOL sound/core/snd 0xff3af3fa snd_card_file_remove +EXPORT_SYMBOL sound/core/snd 0xfffd89db copy_from_user_toio +EXPORT_SYMBOL sound/core/snd-compress 0xbf6a35f7 snd_compr_malloc_pages +EXPORT_SYMBOL sound/core/snd-compress 0xfef54bc2 snd_compr_free_pages +EXPORT_SYMBOL sound/core/snd-hwdep 0xfbbe3eac snd_hwdep_new +EXPORT_SYMBOL sound/core/snd-pcm 0x0283dfe3 _snd_pcm_hw_params_any +EXPORT_SYMBOL sound/core/snd-pcm 0x02c39b29 snd_sgbuf_get_addr +EXPORT_SYMBOL sound/core/snd-pcm 0x04cda566 snd_interval_refine +EXPORT_SYMBOL sound/core/snd-pcm 0x063d09d0 snd_pcm_period_elapsed +EXPORT_SYMBOL sound/core/snd-pcm 0x088b4f09 snd_pcm_lib_free_vmalloc_buffer +EXPORT_SYMBOL sound/core/snd-pcm 0x11202e2b snd_pcm_hw_constraint_ratnums +EXPORT_SYMBOL sound/core/snd-pcm 0x11eba48e snd_pcm_create_iec958_consumer_hw_params +EXPORT_SYMBOL sound/core/snd-pcm 0x1d027e4b snd_pcm_format_signed +EXPORT_SYMBOL sound/core/snd-pcm 0x1e6a446a snd_pcm_stop +EXPORT_SYMBOL sound/core/snd-pcm 0x1e72e974 snd_dma_buffer_mmap +EXPORT_SYMBOL sound/core/snd-pcm 0x223ca75e snd_pcm_suspend_all +EXPORT_SYMBOL sound/core/snd-pcm 0x313fa20e snd_pcm_hw_refine +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 0x3ce13435 snd_pcm_hw_param_last +EXPORT_SYMBOL sound/core/snd-pcm 0x3f22e74a snd_pcm_lib_preallocate_free_for_all +EXPORT_SYMBOL sound/core/snd-pcm 0x46799390 snd_pcm_open_substream +EXPORT_SYMBOL sound/core/snd-pcm 0x4c2667bf snd_pcm_hw_param_first +EXPORT_SYMBOL sound/core/snd-pcm 0x4e950fe0 snd_pcm_hw_rule_add +EXPORT_SYMBOL sound/core/snd-pcm 0x4f816e9b snd_pcm_format_big_endian +EXPORT_SYMBOL sound/core/snd-pcm 0x503bd137 snd_interval_ranges +EXPORT_SYMBOL sound/core/snd-pcm 0x52e3e4a5 snd_pcm_hw_param_value +EXPORT_SYMBOL sound/core/snd-pcm 0x5490a7c2 snd_pcm_mmap_data +EXPORT_SYMBOL sound/core/snd-pcm 0x5e7f4920 snd_pcm_format_set_silence +EXPORT_SYMBOL sound/core/snd-pcm 0x6013dd76 snd_pcm_hw_constraint_ratdens +EXPORT_SYMBOL sound/core/snd-pcm 0x6306487c snd_pcm_hw_constraint_step +EXPORT_SYMBOL sound/core/snd-pcm 0x650f8603 snd_pcm_format_silence_64 +EXPORT_SYMBOL sound/core/snd-pcm 0x686c28ac snd_pcm_set_sync +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 0x71f7f052 snd_pcm_lib_malloc_pages +EXPORT_SYMBOL sound/core/snd-pcm 0x7332ef3d snd_pcm_lib_preallocate_pages_for_all +EXPORT_SYMBOL sound/core/snd-pcm 0x74616af2 snd_pcm_set_ops +EXPORT_SYMBOL sound/core/snd-pcm 0x750b11ea snd_dma_alloc_pages_fallback +EXPORT_SYMBOL sound/core/snd-pcm 0x751114fa snd_pcm_set_managed_buffer_all +EXPORT_SYMBOL sound/core/snd-pcm 0x75560a94 snd_pcm_hw_constraint_minmax +EXPORT_SYMBOL sound/core/snd-pcm 0x76265f03 snd_dma_free_pages +EXPORT_SYMBOL sound/core/snd-pcm 0x77ab214e snd_pcm_kernel_ioctl +EXPORT_SYMBOL sound/core/snd-pcm 0x834dc955 snd_pcm_format_size +EXPORT_SYMBOL sound/core/snd-pcm 0x8c67e8eb snd_pcm_lib_free_pages +EXPORT_SYMBOL sound/core/snd-pcm 0x8f2ce5ad __snd_pcm_lib_xfer +EXPORT_SYMBOL sound/core/snd-pcm 0x94098ff8 snd_interval_list +EXPORT_SYMBOL sound/core/snd-pcm 0xa21cdc69 snd_pcm_create_iec958_consumer +EXPORT_SYMBOL sound/core/snd-pcm 0xa39c8cf5 snd_pcm_hw_constraint_msbits +EXPORT_SYMBOL sound/core/snd-pcm 0xa61aa028 snd_pcm_format_unsigned +EXPORT_SYMBOL sound/core/snd-pcm 0xac0d81c7 snd_sgbuf_get_chunk_size +EXPORT_SYMBOL sound/core/snd-pcm 0xac437f7b snd_interval_ratnum +EXPORT_SYMBOL sound/core/snd-pcm 0xaddc6957 snd_pcm_new_internal +EXPORT_SYMBOL sound/core/snd-pcm 0xb1bd6277 snd_sgbuf_get_page +EXPORT_SYMBOL sound/core/snd-pcm 0xb3eb43d7 snd_pcm_hw_rule_noresample +EXPORT_SYMBOL sound/core/snd-pcm 0xb516e2bc snd_dma_alloc_dir_pages +EXPORT_SYMBOL sound/core/snd-pcm 0xb7fb6c37 snd_pcm_release_substream +EXPORT_SYMBOL sound/core/snd-pcm 0xb9638db4 snd_pcm_rate_to_rate_bit +EXPORT_SYMBOL sound/core/snd-pcm 0xc3b4abb5 snd_pcm_hw_constraint_integer +EXPORT_SYMBOL sound/core/snd-pcm 0xcca56ce3 snd_pcm_hw_constraint_mask64 +EXPORT_SYMBOL sound/core/snd-pcm 0xcd68af9d snd_pcm_lib_ioctl +EXPORT_SYMBOL sound/core/snd-pcm 0xd1a2b8fe _snd_pcm_lib_alloc_vmalloc_buffer +EXPORT_SYMBOL sound/core/snd-pcm 0xd344f98f snd_pcm_period_elapsed_under_stream_lock +EXPORT_SYMBOL sound/core/snd-pcm 0xdccfd6ad snd_pcm_set_managed_buffer +EXPORT_SYMBOL sound/core/snd-pcm 0xe50e036f snd_pcm_new +EXPORT_SYMBOL sound/core/snd-pcm 0xe56a9336 snd_pcm_format_width +EXPORT_SYMBOL sound/core/snd-pcm 0xee801994 snd_pcm_lib_get_vmalloc_page +EXPORT_SYMBOL sound/core/snd-pcm 0xf0fa08d0 snd_pcm_hw_constraint_ranges +EXPORT_SYMBOL sound/core/snd-pcm 0xf3135307 snd_pcm_new_stream +EXPORT_SYMBOL sound/core/snd-pcm 0xf3d99411 snd_pcm_lib_preallocate_pages +EXPORT_SYMBOL sound/core/snd-pcm 0xfacc0d00 snd_pcm_hw_constraint_pow2 +EXPORT_SYMBOL sound/core/snd-pcm 0xfe358ad6 snd_pcm_hw_constraint_list +EXPORT_SYMBOL sound/core/snd-pcm 0xff6104d0 snd_pcm_rate_bit_to_rate +EXPORT_SYMBOL sound/core/snd-rawmidi 0x0590506e snd_rawmidi_kernel_read +EXPORT_SYMBOL sound/core/snd-rawmidi 0x0c3ccfbd snd_rawmidi_kernel_write +EXPORT_SYMBOL sound/core/snd-rawmidi 0x10ea9542 snd_rawmidi_set_ops +EXPORT_SYMBOL sound/core/snd-rawmidi 0x2bd0353d snd_rawmidi_kernel_open +EXPORT_SYMBOL sound/core/snd-rawmidi 0x387ce700 snd_rawmidi_transmit +EXPORT_SYMBOL sound/core/snd-rawmidi 0x4f5fadf5 snd_rawmidi_info_select +EXPORT_SYMBOL sound/core/snd-rawmidi 0x5927d439 snd_rawmidi_drop_output +EXPORT_SYMBOL sound/core/snd-rawmidi 0x65003584 snd_rawmidi_drain_input +EXPORT_SYMBOL sound/core/snd-rawmidi 0x6c58cf95 snd_rawmidi_kernel_release +EXPORT_SYMBOL sound/core/snd-rawmidi 0x8055d70e snd_rawmidi_transmit_peek +EXPORT_SYMBOL sound/core/snd-rawmidi 0xb398b505 snd_rawmidi_output_params +EXPORT_SYMBOL sound/core/snd-rawmidi 0xbbe3d466 snd_rawmidi_new +EXPORT_SYMBOL sound/core/snd-rawmidi 0xbfc7420a snd_rawmidi_transmit_ack +EXPORT_SYMBOL sound/core/snd-rawmidi 0xcdcb123f snd_rawmidi_proceed +EXPORT_SYMBOL sound/core/snd-rawmidi 0xd3555c41 snd_rawmidi_input_params +EXPORT_SYMBOL sound/core/snd-rawmidi 0xd6ca1c15 snd_rawmidi_drain_output +EXPORT_SYMBOL sound/core/snd-rawmidi 0xeaa8d855 snd_rawmidi_receive +EXPORT_SYMBOL sound/core/snd-rawmidi 0xfdda0181 snd_rawmidi_transmit_empty +EXPORT_SYMBOL sound/core/snd-seq-device 0x091def1c snd_seq_autoload_exit +EXPORT_SYMBOL sound/core/snd-seq-device 0x2c4559d0 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 0x10ed3e0c snd_timer_close +EXPORT_SYMBOL sound/core/snd-timer 0x12937fb7 snd_timer_resolution +EXPORT_SYMBOL sound/core/snd-timer 0x295339fb snd_timer_continue +EXPORT_SYMBOL sound/core/snd-timer 0x300a664c snd_timer_global_new +EXPORT_SYMBOL sound/core/snd-timer 0x5a2f85c5 snd_timer_instance_free +EXPORT_SYMBOL sound/core/snd-timer 0x72b8eea8 snd_timer_stop +EXPORT_SYMBOL sound/core/snd-timer 0x8f6fadba snd_timer_interrupt +EXPORT_SYMBOL sound/core/snd-timer 0x960b8d8c snd_timer_new +EXPORT_SYMBOL sound/core/snd-timer 0xb2407095 snd_timer_instance_new +EXPORT_SYMBOL sound/core/snd-timer 0xb4d8ae39 snd_timer_start +EXPORT_SYMBOL sound/core/snd-timer 0xbd785a8d snd_timer_global_register +EXPORT_SYMBOL sound/core/snd-timer 0xc8f4dd85 snd_timer_open +EXPORT_SYMBOL sound/core/snd-timer 0xd820bd75 snd_timer_pause +EXPORT_SYMBOL sound/core/snd-timer 0xdeb17102 snd_timer_global_free +EXPORT_SYMBOL sound/core/snd-timer 0xe7ce94cf snd_timer_notify +EXPORT_SYMBOL sound/drivers/mpu401/snd-mpu401-uart 0x6638784c snd_mpu401_uart_new +EXPORT_SYMBOL sound/drivers/mpu401/snd-mpu401-uart 0x6d629c59 snd_mpu401_uart_interrupt_tx +EXPORT_SYMBOL sound/drivers/mpu401/snd-mpu401-uart 0xc0fec227 snd_mpu401_uart_interrupt +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x05060a19 snd_opl3_regmap +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x220a6405 snd_opl3_new +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x2b7bc7cc snd_opl3_init +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x5cbf4054 snd_opl3_load_patch +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x7bba9fc2 snd_opl3_find_patch +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x819ae417 snd_opl3_reset +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x96cf82fc snd_opl3_timer_new +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0xc80b2b15 snd_opl3_hwdep_new +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0xe1bf906c snd_opl3_create +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0xeabded86 snd_opl3_interrupt +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x0c6e6a25 snd_vx_create +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x0d557846 snd_vx_load_boot_image +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x226138b0 snd_vx_threaded_irq_handler +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x35847431 snd_vx_dsp_load +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x4e033b70 snd_vx_free_firmware +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x6ab28fd3 snd_vx_resume +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x9dd04281 snd_vx_dsp_boot +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xab9c16b1 snd_vx_check_reg_bit +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xd90d407b snd_vx_suspend +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xda22fea1 snd_vx_setup_firmware +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xf1f04d23 snd_vx_irq_handler +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x027234f7 cmp_connection_reserve +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x02aed3f0 fw_iso_resources_free +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x048a26f0 fw_iso_resources_allocate +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x117c405d amdtp_stream_set_parameters +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x11e8b33a amdtp_stream_pcm_abort +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x145983be amdtp_stream_add_pcm_hw_constraints +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x1bf526d5 cmp_connection_check_used +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x20254e45 amdtp_syt_intervals +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x23778205 fcp_avc_transaction +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x24c57bd8 fw_iso_resources_init +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x3dca71fd cmp_connection_destroy +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x53ca18e8 amdtp_rate_table +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x569e1fd2 amdtp_stream_destroy +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x5d51e4c0 amdtp_stream_get_max_payload +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x65fe5235 snd_fw_transaction +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x6760ee00 cmp_connection_establish +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x807c11fe amdtp_stream_update +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x8b2fcafa avc_general_set_sig_fmt +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x8db4267a fcp_bus_reset +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x91f10ae4 avc_general_get_sig_fmt +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xa41a12f4 cmp_connection_init +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xa766f3b4 cmp_connection_release +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xa8656a2e fw_iso_resources_update +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xaae4e9dd iso_packets_buffer_destroy +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xb972c174 iso_packets_buffer_init +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xc5061a13 avc_general_get_plug_info +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xcfb0a6d4 fw_iso_resources_destroy +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xded1bd50 cmp_connection_update +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xe1c28dcd amdtp_stream_pcm_prepare +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xe84be2bf amdtp_stream_init +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xf767adef cmp_connection_break +EXPORT_SYMBOL sound/hda/snd-intel-dspcfg 0x26d562af 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 0x4af5dcd1 snd_ak4113_suspend +EXPORT_SYMBOL sound/i2c/other/snd-ak4113 0xdd7bb053 snd_ak4113_resume +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x03624581 snd_ak4114_reg_write +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x3957b514 snd_ak4114_reinit +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x3cee8bde snd_ak4114_create +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x66a9e375 snd_ak4114_resume +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x7525aadb snd_ak4114_build +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x92890ce2 snd_ak4114_suspend +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0xd0a99335 snd_ak4114_external_rate +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0xf7298edf snd_ak4114_check_rate_and_errors +EXPORT_SYMBOL sound/i2c/other/snd-ak4xxx-adda 0x0a030234 snd_akm4xxx_build_controls +EXPORT_SYMBOL sound/i2c/other/snd-ak4xxx-adda 0x7860ebb9 snd_akm4xxx_reset +EXPORT_SYMBOL sound/i2c/other/snd-ak4xxx-adda 0xb5c86392 snd_akm4xxx_write +EXPORT_SYMBOL sound/i2c/other/snd-ak4xxx-adda 0xec7d2cb7 snd_akm4xxx_init +EXPORT_SYMBOL sound/i2c/other/snd-pt2258 0x456ff779 snd_pt2258_build_controls +EXPORT_SYMBOL sound/i2c/other/snd-pt2258 0xb96a0b42 snd_pt2258_reset +EXPORT_SYMBOL sound/i2c/snd-cs8427 0x0e985790 snd_cs8427_iec958_build +EXPORT_SYMBOL sound/i2c/snd-cs8427 0x27f4c098 snd_cs8427_iec958_pcm +EXPORT_SYMBOL sound/i2c/snd-cs8427 0x8816482d snd_cs8427_init +EXPORT_SYMBOL sound/i2c/snd-cs8427 0x96da5a92 snd_cs8427_reg_write +EXPORT_SYMBOL sound/i2c/snd-cs8427 0xd81b1c5f snd_cs8427_iec958_active +EXPORT_SYMBOL sound/i2c/snd-cs8427 0xfd8e45f7 snd_cs8427_create +EXPORT_SYMBOL sound/i2c/snd-i2c 0x01b39d27 snd_i2c_probeaddr +EXPORT_SYMBOL sound/i2c/snd-i2c 0x1a2529dc snd_i2c_bus_create +EXPORT_SYMBOL sound/i2c/snd-i2c 0x1f2e6092 snd_i2c_device_create +EXPORT_SYMBOL sound/i2c/snd-i2c 0xce662354 snd_i2c_device_free +EXPORT_SYMBOL sound/i2c/snd-i2c 0xfa4cee7d snd_i2c_readbytes +EXPORT_SYMBOL sound/i2c/snd-i2c 0xffc9a580 snd_i2c_sendbytes +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x033afaf5 snd_ac97_pcm_assign +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x046661b2 snd_ac97_mixer +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x09b193a7 snd_ac97_get_short_name +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x106afa81 snd_ac97_bus +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x2756f389 snd_ac97_update +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x2d4fff86 snd_ac97_pcm_double_rate_rules +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x3ed7b704 snd_ac97_pcm_open +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x45b754ca snd_ac97_suspend +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x490b1509 snd_ac97_set_rate +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x4dc51672 snd_ac97_write_cache +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x7ca96627 snd_ac97_write +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x7f67afa1 snd_ac97_update_power +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x9c861551 snd_ac97_resume +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xb107c089 snd_ac97_tune_hardware +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xc0bc0029 snd_ac97_update_bits +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xc3a5204b snd_ac97_pcm_close +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xf77d5dbe snd_ac97_read +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x106b3b30 snd_emu10k1_voice_alloc +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x13026e35 snd_emu10k1_synth_free +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x56920d80 snd_emu10k1_ptr_read +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x5eea3312 snd_emu10k1_synth_alloc +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x983d0f5f snd_emu10k1_synth_copy_from_user +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0xb298b083 snd_emu10k1_synth_bzero +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0xcf979034 snd_emu10k1_voice_free +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0xd6e4cfab snd_emu10k1_ptr_write +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0xf46fd872 snd_emu10k1_memblk_map +EXPORT_SYMBOL sound/pci/ice1712/snd-ice17xx-ak4xxx 0x11bd8662 snd_ice1712_akm4xxx_build_controls +EXPORT_SYMBOL sound/pci/ice1712/snd-ice17xx-ak4xxx 0x4f4d03bb snd_ice1712_akm4xxx_init +EXPORT_SYMBOL sound/pci/ice1712/snd-ice17xx-ak4xxx 0xbf46672c snd_ice1712_akm4xxx_free +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x174a15cc oxygen_write32 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x1acef7a0 oxygen_write32_masked +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x4ae8adc0 oxygen_write16 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x5985dd28 oxygen_write8 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x77e235d2 oxygen_write_i2c +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x8128da39 oxygen_read_ac97 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x84594377 oxygen_write_spi +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x8b2c914e oxygen_write_ac97_masked +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x956222ed oxygen_write_ac97 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xa15229e4 oxygen_write8_masked +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xa77f6f29 oxygen_reset_uart +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xa8473efc oxygen_read16 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xbb117bf4 oxygen_pci_pm +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xc1202d91 oxygen_pci_shutdown +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xc3d6db09 oxygen_pci_probe +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xc594fef0 oxygen_write16_masked +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xe86f9c89 oxygen_write_uart +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xf2315f52 oxygen_update_dac_routing +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xfd92f9c3 oxygen_read32 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xff2ad6e0 oxygen_read8 +EXPORT_SYMBOL sound/pci/trident/snd-trident 0x2ea7be26 snd_trident_free_voice +EXPORT_SYMBOL sound/pci/trident/snd-trident 0x5c6e7c07 snd_trident_start_voice +EXPORT_SYMBOL sound/pci/trident/snd-trident 0x8567ce3b snd_trident_alloc_voice +EXPORT_SYMBOL sound/pci/trident/snd-trident 0xa2fe671c snd_trident_stop_voice +EXPORT_SYMBOL sound/pci/trident/snd-trident 0xb94289d8 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 0x455c9134 snd_amd_acp_find_config +EXPORT_SYMBOL sound/soc/amd/snd-acp-config 0x73df0ebb snd_soc_acpi_amd_rmb_sof_machines +EXPORT_SYMBOL sound/soc/amd/snd-acp-config 0xc00cd453 snd_soc_acpi_amd_sof_machines +EXPORT_SYMBOL sound/soc/codecs/snd-soc-adau1372 0x436b1b47 adau1372_probe +EXPORT_SYMBOL sound/soc/codecs/snd-soc-lpass-wsa-macro 0x360d73ff wsa_macro_set_spkr_mode +EXPORT_SYMBOL sound/soc/codecs/snd-soc-pcm3060 0x01765fc0 pcm3060_regmap +EXPORT_SYMBOL sound/soc/codecs/snd-soc-pcm3060 0x0d3f92f6 pcm3060_probe +EXPORT_SYMBOL sound/soc/codecs/snd-soc-rt715 0xed2acb24 hda_to_sdw +EXPORT_SYMBOL sound/soc/codecs/snd-soc-tlv320aic23 0x5b1b913e tlv320aic23_regmap +EXPORT_SYMBOL sound/soc/codecs/snd-soc-tlv320aic23 0x9678aba7 tlv320aic23_probe +EXPORT_SYMBOL sound/soc/codecs/snd-soc-tlv320aic32x4 0x07842ef0 aic32x4_regmap_config +EXPORT_SYMBOL sound/soc/codecs/snd-soc-tlv320aic32x4 0x219fe41c aic32x4_probe +EXPORT_SYMBOL sound/soc/codecs/snd-soc-tlv320aic32x4 0xd130f8b9 aic32x4_remove +EXPORT_SYMBOL sound/soc/codecs/snd-soc-tlv320aic3x 0x765077ae aic3x_probe +EXPORT_SYMBOL sound/soc/codecs/snd-soc-tlv320aic3x 0xbbc03d1f aic3x_remove +EXPORT_SYMBOL sound/soc/codecs/snd-soc-wcd-mbhc 0x0008381d wcd_dt_parse_mbhc_data +EXPORT_SYMBOL sound/soc/codecs/snd-soc-wcd-mbhc 0x3a195ca9 wcd_mbhc_get_impedance +EXPORT_SYMBOL sound/soc/codecs/snd-soc-wcd-mbhc 0x789ebe56 wcd_mbhc_set_hph_type +EXPORT_SYMBOL sound/soc/codecs/snd-soc-wcd-mbhc 0xa5758a49 wcd_mbhc_get_hph_type +EXPORT_SYMBOL sound/soc/codecs/snd-soc-wcd-mbhc 0xd094df47 wcd_mbhc_deinit +EXPORT_SYMBOL sound/soc/codecs/snd-soc-wcd-mbhc 0xe2beca26 wcd_mbhc_stop +EXPORT_SYMBOL sound/soc/codecs/snd-soc-wcd-mbhc 0xe7422c60 wcd_mbhc_start +EXPORT_SYMBOL sound/soc/codecs/snd-soc-wcd-mbhc 0xeb56edd4 wcd_mbhc_init +EXPORT_SYMBOL sound/soc/fsl/snd-soc-fsl-utils 0x3318da5f fsl_asoc_reparent_pll_clocks +EXPORT_SYMBOL sound/soc/fsl/snd-soc-fsl-utils 0x99b02ea2 fsl_asoc_get_dma_channel +EXPORT_SYMBOL sound/soc/fsl/snd-soc-fsl-utils 0xab1330db fsl_asoc_get_pll_clocks +EXPORT_SYMBOL sound/soc/mediatek/mt8192/snd-soc-mt8192-afe 0x831897c8 mt8192_afe_gpio_request +EXPORT_SYMBOL sound/soc/mediatek/mt8192/snd-soc-mt8192-afe 0xb5aecd33 mt8192_afe_gpio_init +EXPORT_SYMBOL sound/soc/qcom/qdsp6/q6afe 0xadee6893 q6afe_vote_lpass_core_hw +EXPORT_SYMBOL sound/soc/qcom/qdsp6/q6afe 0xc86e973e q6afe_unvote_lpass_core_hw +EXPORT_SYMBOL sound/soc/snd-soc-core 0x842002e7 snd_soc_alloc_ac97_component +EXPORT_SYMBOL sound/soc/sof/imx/imx-common 0x1c11d49f imx8_disable_clocks +EXPORT_SYMBOL sound/soc/sof/imx/imx-common 0x6e3d0412 imx8_dump +EXPORT_SYMBOL sound/soc/sof/imx/imx-common 0x8a304243 imx8_enable_clocks +EXPORT_SYMBOL sound/soc/sof/imx/imx-common 0xc11bb0d6 imx8_parse_clocks +EXPORT_SYMBOL sound/soc/sof/mediatek/mtk-adsp-common 0x2bcc0841 mtk_adsp_dump +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x02f9a1b1 sof_io_read64 +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x03f46438 snd_sof_pcm_period_elapsed +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x07629476 snd_sof_ipc_reply +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x0b8b7b41 sof_machine_register +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x0bb38a38 snd_sof_run_firmware +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x0e03b4b2 sof_ipc_tx_message +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x10782724 snd_sof_dsp_dbg_dump +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x13cd172c snd_sof_load_firmware_raw +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x13cdf18e sof_widget_free +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x166b4a5b sof_dai_get_mclk +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x1d775928 snd_sof_suspend +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x248e994c snd_sof_dsp_panic +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x2e1d0d49 sof_compressed_ops +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x2e5d76ea sof_ipc_tx_message_no_pm +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x2e7de2c7 sof_mailbox_write +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x3606a6ee sof_mailbox_read +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x368c6727 sof_debug_check_flag +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x3c00ad30 sof_widget_setup +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x45b03d33 sof_print_oops_and_stack +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x4fc5c04b snd_sof_prepare +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x502b43cf snd_sof_ipc_get_reply +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x56de46de snd_sof_complete +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x5dab9a1d sof_io_read +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x5def6c69 snd_sof_dsp_update_bits64 +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x5e0ac9ea snd_sof_runtime_suspend +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x6751d6ef sof_dai_get_bclk +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x6c0661e8 snd_sof_fw_unload +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x7e057af6 snd_sof_ipc_init +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x81d3a886 snd_sof_runtime_idle +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x841116d8 snd_sof_runtime_resume +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x87ffdab4 snd_sof_device_probe +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x885fdca6 snd_sof_dsp_update_bits64_unlocked +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x8a4ffbab sof_io_write64 +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x8d8ea281 sof_set_fw_state +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x9068beb0 snd_sof_resume +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x91051b66 snd_sof_ipc_free +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x927b5d57 snd_sof_load_topology +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x931d4fcd sof_ipc_set_get_data +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xa9f18138 sof_stream_pcm_open +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xaaab6132 sof_set_stream_data_offset +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xb3e7f963 sof_machine_check +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xb7f3a408 sof_machine_unregister +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xba05be4e snd_sof_device_shutdown +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xc758cfcf snd_sof_load_firmware_memcpy +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xcbd79157 snd_sof_device_probe_completed +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xd6295bef sof_ipc_msg_data +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xdb73b0a1 snd_sof_dsp_only_d0i3_compatible_stream_active +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xe17216a5 snd_sof_dsp_update_bits_unlocked +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xe25cb413 sof_io_write +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xe39adb1d snd_sof_handle_fw_exception +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xe7fd716d snd_sof_pci_update_bits +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xeb038e1e sof_pcm_dai_link_fixup +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xeba5afd2 sof_stream_pcm_close +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xf735b3da snd_sof_device_remove +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xfa7ee851 sof_block_read +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xfabe77f9 snd_sof_dsp_update_bits +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xfd83599b sof_block_write +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xff80e587 snd_sof_dsp_update_bits_forced +EXPORT_SYMBOL sound/soc/sof/snd-sof-of 0x28e28ea9 sof_of_pm +EXPORT_SYMBOL sound/soc/sof/snd-sof-of 0x34c796e3 sof_of_probe +EXPORT_SYMBOL sound/soc/sof/snd-sof-of 0x46a26c72 sof_of_remove +EXPORT_SYMBOL sound/soc/sof/snd-sof-of 0x493c732d sof_of_shutdown +EXPORT_SYMBOL sound/soc/sof/snd-sof-utils 0xe1336b40 snd_sof_create_page_table +EXPORT_SYMBOL sound/soundcore 0x055a779e register_sound_dsp +EXPORT_SYMBOL sound/soundcore 0x204d5838 register_sound_special_device +EXPORT_SYMBOL sound/soundcore 0x7afc9d8a unregister_sound_mixer +EXPORT_SYMBOL sound/soundcore 0x7b7ac118 register_sound_mixer +EXPORT_SYMBOL sound/soundcore 0x99c95fa5 unregister_sound_special +EXPORT_SYMBOL sound/soundcore 0xcd083b10 unregister_sound_dsp +EXPORT_SYMBOL sound/soundcore 0xd3cd2748 register_sound_special +EXPORT_SYMBOL sound/soundcore 0xdbe17e8c sound_class +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0x20415045 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 0x81f5a65d snd_emux_lock_voice +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0x85b53db2 snd_emux_free +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0x92298638 snd_emux_register +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0x9ed2acff snd_emux_unlock_voice +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0xe38b3ad9 snd_emux_terminate_all +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 0x82ee1ac3 __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 0x00148653 vsnprintf +EXPORT_SYMBOL vmlinux 0x001611f2 d_genocide +EXPORT_SYMBOL vmlinux 0x003391a7 mmc_can_gpio_ro +EXPORT_SYMBOL vmlinux 0x0047efdb netdev_set_tc_queue +EXPORT_SYMBOL vmlinux 0x0053164f vlan_for_each +EXPORT_SYMBOL vmlinux 0x006a723c alloc_buffer_head +EXPORT_SYMBOL vmlinux 0x007f2ddf tcp_v4_connect +EXPORT_SYMBOL vmlinux 0x009048d7 mdiobus_read +EXPORT_SYMBOL vmlinux 0x00928200 trace_print_hex_dump_seq +EXPORT_SYMBOL vmlinux 0x00ac2ac0 invalidate_disk +EXPORT_SYMBOL vmlinux 0x00b4e615 posix_acl_equiv_mode +EXPORT_SYMBOL vmlinux 0x00c4f097 dquot_destroy +EXPORT_SYMBOL vmlinux 0x00d7e722 vme_lm_count +EXPORT_SYMBOL vmlinux 0x00d9d674 cpufreq_generic_suspend +EXPORT_SYMBOL vmlinux 0x00e9f432 xudma_get_device +EXPORT_SYMBOL vmlinux 0x01000e51 schedule +EXPORT_SYMBOL vmlinux 0x0112f1c1 udpv6_sendmsg +EXPORT_SYMBOL vmlinux 0x01156ae4 utf8_strncasecmp_folded +EXPORT_SYMBOL vmlinux 0x011712a9 blk_put_queue +EXPORT_SYMBOL vmlinux 0x0129c4f8 par_io_data_set +EXPORT_SYMBOL vmlinux 0x012d2fc0 get_cached_acl +EXPORT_SYMBOL vmlinux 0x012de2ea xudma_rchanrt_read +EXPORT_SYMBOL vmlinux 0x013f26ae dma_fence_get_stub +EXPORT_SYMBOL vmlinux 0x0144c238 amba_device_register +EXPORT_SYMBOL vmlinux 0x0147812c kblockd_mod_delayed_work_on +EXPORT_SYMBOL vmlinux 0x014f44e7 set_anon_super_fc +EXPORT_SYMBOL vmlinux 0x01505d85 imx_scu_call_rpc +EXPORT_SYMBOL vmlinux 0x015f4236 fifo_create_dflt +EXPORT_SYMBOL vmlinux 0x016568b1 devm_memremap +EXPORT_SYMBOL vmlinux 0x016f123e sg_copy_to_buffer +EXPORT_SYMBOL vmlinux 0x01740289 dev_set_mtu +EXPORT_SYMBOL vmlinux 0x01757935 rdmacg_register_device +EXPORT_SYMBOL vmlinux 0x017de3d5 nr_cpu_ids +EXPORT_SYMBOL vmlinux 0x0188cd88 vme_alloc_consistent +EXPORT_SYMBOL vmlinux 0x01a43985 nd_pfn_validate +EXPORT_SYMBOL vmlinux 0x01b6865c xa_get_mark +EXPORT_SYMBOL vmlinux 0x01bcad6b neigh_parms_alloc +EXPORT_SYMBOL vmlinux 0x01bf55fc paddr_vmcoreinfo_note +EXPORT_SYMBOL vmlinux 0x01caa4d1 dump_skip +EXPORT_SYMBOL vmlinux 0x01cd9b95 ip_local_deliver +EXPORT_SYMBOL vmlinux 0x01dc8a99 qman_update_cgr_safe +EXPORT_SYMBOL vmlinux 0x01f6a9cc ipmi_platform_add +EXPORT_SYMBOL vmlinux 0x01fb09c4 mipi_dsi_dcs_read +EXPORT_SYMBOL vmlinux 0x0209f3a7 secure_ipv6_port_ephemeral +EXPORT_SYMBOL vmlinux 0x020dbf27 bitmap_alloc +EXPORT_SYMBOL vmlinux 0x021c9e7d bdev_end_io_acct +EXPORT_SYMBOL vmlinux 0x021cdf92 tcp_make_synack +EXPORT_SYMBOL vmlinux 0x02293ac3 dma_fence_chain_ops +EXPORT_SYMBOL vmlinux 0x023bcdf6 cros_ec_prepare_tx +EXPORT_SYMBOL vmlinux 0x023d7bb9 netdev_master_upper_dev_get +EXPORT_SYMBOL vmlinux 0x0243eb70 netlink_rcv_skb +EXPORT_SYMBOL vmlinux 0x02476b17 inode_owner_or_capable +EXPORT_SYMBOL vmlinux 0x0248efd3 kstrtobool_from_user +EXPORT_SYMBOL vmlinux 0x0255a0e2 iov_iter_kvec +EXPORT_SYMBOL vmlinux 0x0262ddef of_find_node_by_type +EXPORT_SYMBOL vmlinux 0x02631a1d inc_node_page_state +EXPORT_SYMBOL vmlinux 0x0274dc2b netif_get_num_default_rss_queues +EXPORT_SYMBOL vmlinux 0x02856741 pci_set_power_state +EXPORT_SYMBOL vmlinux 0x0296695f refcount_warn_saturate +EXPORT_SYMBOL vmlinux 0x029d1e66 padata_alloc +EXPORT_SYMBOL vmlinux 0x02a7e97b phy_ethtool_get_eee +EXPORT_SYMBOL vmlinux 0x02b6073f simple_open +EXPORT_SYMBOL vmlinux 0x02c065f8 ucc_set_qe_mux_mii_mng +EXPORT_SYMBOL vmlinux 0x02de8700 dqput +EXPORT_SYMBOL vmlinux 0x02edda48 mmc_command_done +EXPORT_SYMBOL vmlinux 0x030b8e90 netdev_pick_tx +EXPORT_SYMBOL vmlinux 0x0316752b skb_headers_offset_update +EXPORT_SYMBOL vmlinux 0x0331846c gpiochip_irq_reqres +EXPORT_SYMBOL vmlinux 0x0334795d icst307_s2div +EXPORT_SYMBOL vmlinux 0x0334da4e scsi_command_size_tbl +EXPORT_SYMBOL vmlinux 0x0341c4ff flow_block_cb_setup_simple +EXPORT_SYMBOL vmlinux 0x0349726f tegra194_miscreg_mask_serror +EXPORT_SYMBOL vmlinux 0x0360d67f make_flow_keys_digest +EXPORT_SYMBOL vmlinux 0x0366307a console_suspend_enabled +EXPORT_SYMBOL vmlinux 0x036cce78 tty_termios_input_baud_rate +EXPORT_SYMBOL vmlinux 0x037a0cba kfree +EXPORT_SYMBOL vmlinux 0x03815f35 ledtrig_disk_activity +EXPORT_SYMBOL vmlinux 0x03841393 pci_request_selected_regions +EXPORT_SYMBOL vmlinux 0x0384cc05 ___pskb_trim +EXPORT_SYMBOL vmlinux 0x03946ac9 folio_clear_dirty_for_io +EXPORT_SYMBOL vmlinux 0x0397edd5 fb_edid_to_monspecs +EXPORT_SYMBOL vmlinux 0x039b6e85 of_get_mac_address +EXPORT_SYMBOL vmlinux 0x03b814ca bpf_dispatcher_xdp_func +EXPORT_SYMBOL vmlinux 0x03b8b541 sk_reset_timer +EXPORT_SYMBOL vmlinux 0x03bf0e5a acpi_walk_resource_buffer +EXPORT_SYMBOL vmlinux 0x03c55731 i2c_smbus_read_word_data +EXPORT_SYMBOL vmlinux 0x03de9b99 jbd2_journal_grab_journal_head +EXPORT_SYMBOL vmlinux 0x03f0458a pci_get_class +EXPORT_SYMBOL vmlinux 0x03f8c783 ndo_dflt_fdb_del +EXPORT_SYMBOL vmlinux 0x03fd2571 vm_unmap_ram +EXPORT_SYMBOL vmlinux 0x040e54b2 __kfree_skb +EXPORT_SYMBOL vmlinux 0x0421beb4 tcp_recv_skb +EXPORT_SYMBOL vmlinux 0x043e704a padata_do_serial +EXPORT_SYMBOL vmlinux 0x044154c6 tc_skb_ext_tc +EXPORT_SYMBOL vmlinux 0x04482cdb __refrigerator +EXPORT_SYMBOL vmlinux 0x044f0ad9 get_random_u16 +EXPORT_SYMBOL vmlinux 0x04673adb qman_ip_rev +EXPORT_SYMBOL vmlinux 0x0474edef kstrtou16_from_user +EXPORT_SYMBOL vmlinux 0x0475a9d6 block_invalidate_folio +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 0x04870761 wireless_spy_update +EXPORT_SYMBOL vmlinux 0x04b7a96f dquot_drop +EXPORT_SYMBOL vmlinux 0x04bbc0a2 alloc_etherdev_mqs +EXPORT_SYMBOL vmlinux 0x04d1a086 inet_frags_fini +EXPORT_SYMBOL vmlinux 0x04d24402 iwe_stream_add_point +EXPORT_SYMBOL vmlinux 0x04d681b9 dmaenginem_async_device_register +EXPORT_SYMBOL vmlinux 0x04d6a3f7 set_page_writeback +EXPORT_SYMBOL vmlinux 0x04daca70 skb_queue_tail +EXPORT_SYMBOL vmlinux 0x04ea5d10 ksize +EXPORT_SYMBOL vmlinux 0x050877b9 dmi_first_match +EXPORT_SYMBOL vmlinux 0x051d58e8 dma_fence_wait_any_timeout +EXPORT_SYMBOL vmlinux 0x05240ee7 percpu_counter_batch +EXPORT_SYMBOL vmlinux 0x053812ca misc_deregister +EXPORT_SYMBOL vmlinux 0x054496b4 schedule_timeout_interruptible +EXPORT_SYMBOL vmlinux 0x055e77e8 jiffies_64 +EXPORT_SYMBOL vmlinux 0x0562dc30 __sg_page_iter_start +EXPORT_SYMBOL vmlinux 0x056bcf7b dm_read_arg +EXPORT_SYMBOL vmlinux 0x059e1482 __traceiter_dma_fence_emit +EXPORT_SYMBOL vmlinux 0x05a5ad4f kernel_connect +EXPORT_SYMBOL vmlinux 0x05b21e98 dma_fence_array_create +EXPORT_SYMBOL vmlinux 0x05ccaf0c of_graph_get_endpoint_count +EXPORT_SYMBOL vmlinux 0x05cf00fe mark_buffer_write_io_error +EXPORT_SYMBOL vmlinux 0x060ba97c gen_pool_free_owner +EXPORT_SYMBOL vmlinux 0x0614dab3 sock_efree +EXPORT_SYMBOL vmlinux 0x061651be strcat +EXPORT_SYMBOL vmlinux 0x06176fa5 con_set_default_unimap +EXPORT_SYMBOL vmlinux 0x061a70f3 dma_unmap_page_attrs +EXPORT_SYMBOL vmlinux 0x061f7d68 __netdev_notify_peers +EXPORT_SYMBOL vmlinux 0x061fb2a8 tcf_exts_validate_ex +EXPORT_SYMBOL vmlinux 0x062e8d5c sock_register +EXPORT_SYMBOL vmlinux 0x062eb085 readahead_expand +EXPORT_SYMBOL vmlinux 0x06305f44 inode_add_bytes +EXPORT_SYMBOL vmlinux 0x0634100a bitmap_parselist_user +EXPORT_SYMBOL vmlinux 0x0644da70 dev_add_offload +EXPORT_SYMBOL vmlinux 0x064fa816 __traceiter_spi_transfer_start +EXPORT_SYMBOL vmlinux 0x06535f29 tegra_ahb_enable_smmu +EXPORT_SYMBOL vmlinux 0x0668b595 _kstrtoul +EXPORT_SYMBOL vmlinux 0x06731aca del_gendisk +EXPORT_SYMBOL vmlinux 0x06a5ec68 napi_schedule_prep +EXPORT_SYMBOL vmlinux 0x06bd88b5 ucs2_strnlen +EXPORT_SYMBOL vmlinux 0x06c1bd16 free_netdev +EXPORT_SYMBOL vmlinux 0x06d11488 __bitmap_equal +EXPORT_SYMBOL vmlinux 0x06edf578 netlink_capable +EXPORT_SYMBOL vmlinux 0x07098248 xz_dec_microlzma_alloc +EXPORT_SYMBOL vmlinux 0x070a1acc ptp_find_pin +EXPORT_SYMBOL vmlinux 0x0711edc8 xudma_dev_get_tisci_rm +EXPORT_SYMBOL vmlinux 0x072f901c vme_master_rmw +EXPORT_SYMBOL vmlinux 0x07308e06 tcp_splice_read +EXPORT_SYMBOL vmlinux 0x0739928d gnet_stats_copy_rate_est +EXPORT_SYMBOL vmlinux 0x0739f074 set_cached_acl +EXPORT_SYMBOL vmlinux 0x0744ef3d sock_setsockopt +EXPORT_SYMBOL vmlinux 0x0745a981 xa_erase +EXPORT_SYMBOL vmlinux 0x075d55a5 pci_scan_bridge +EXPORT_SYMBOL vmlinux 0x076745c9 i2c_smbus_read_byte +EXPORT_SYMBOL vmlinux 0x0781ec97 logic_insl +EXPORT_SYMBOL vmlinux 0x07a0ffde vme_slot_num +EXPORT_SYMBOL vmlinux 0x07a2c56a devm_input_allocate_device +EXPORT_SYMBOL vmlinux 0x07a890c8 fb_alloc_cmap +EXPORT_SYMBOL vmlinux 0x07b7d0cb xfrm6_rcv_encap +EXPORT_SYMBOL vmlinux 0x07cc4a5d printk_timed_ratelimit +EXPORT_SYMBOL vmlinux 0x07cd9abc flow_rule_match_enc_opts +EXPORT_SYMBOL vmlinux 0x07ceeac9 panic_notifier_list +EXPORT_SYMBOL vmlinux 0x07cf6d93 generic_writepages +EXPORT_SYMBOL vmlinux 0x07db17be qman_create_fq +EXPORT_SYMBOL vmlinux 0x07ec12e4 pnp_start_dev +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 0x08356f32 fman_sp_set_buf_pools_in_asc_order_of_buf_sizes +EXPORT_SYMBOL vmlinux 0x083eb21c rfkill_unregister +EXPORT_SYMBOL vmlinux 0x08538997 mmc_detect_card_removed +EXPORT_SYMBOL vmlinux 0x08722313 max8925_reg_read +EXPORT_SYMBOL vmlinux 0x089a578b netif_device_attach +EXPORT_SYMBOL vmlinux 0x089f81c6 unload_nls +EXPORT_SYMBOL vmlinux 0x08a589c7 filemap_page_mkwrite +EXPORT_SYMBOL vmlinux 0x08a61435 jbd2_journal_clear_features +EXPORT_SYMBOL vmlinux 0x08e05ee5 neigh_carrier_down +EXPORT_SYMBOL vmlinux 0x08e39398 cmd_db_read_addr +EXPORT_SYMBOL vmlinux 0x092e26bf acpi_remove_address_space_handler +EXPORT_SYMBOL vmlinux 0x09356bb8 dev_alloc_name +EXPORT_SYMBOL vmlinux 0x093712e5 acpi_purge_cached_objects +EXPORT_SYMBOL vmlinux 0x09769037 dmt_modes +EXPORT_SYMBOL vmlinux 0x097a4c6a nf_ct_attach +EXPORT_SYMBOL vmlinux 0x097af021 neigh_proc_dointvec_jiffies +EXPORT_SYMBOL vmlinux 0x097e29dd netdev_txq_to_tc +EXPORT_SYMBOL vmlinux 0x097e61e0 sock_create +EXPORT_SYMBOL vmlinux 0x0988c00c inet6_register_protosw +EXPORT_SYMBOL vmlinux 0x098b71c6 fb_dealloc_cmap +EXPORT_SYMBOL vmlinux 0x0998cc3c hdmi_infoframe_unpack +EXPORT_SYMBOL vmlinux 0x09b217c3 udp_lib_get_port +EXPORT_SYMBOL vmlinux 0x09b97341 simple_dir_operations +EXPORT_SYMBOL vmlinux 0x09cbdb62 config_group_find_item +EXPORT_SYMBOL vmlinux 0x09d44df9 in_lock_functions +EXPORT_SYMBOL vmlinux 0x09da0ba4 xa_set_mark +EXPORT_SYMBOL vmlinux 0x09e52037 __register_nls +EXPORT_SYMBOL vmlinux 0x09e64d4c to_nd_btt +EXPORT_SYMBOL vmlinux 0x09ec4875 open_exec +EXPORT_SYMBOL vmlinux 0x09f1951c device_get_mac_address +EXPORT_SYMBOL vmlinux 0x09f3e978 of_translate_address +EXPORT_SYMBOL vmlinux 0x09f46751 nf_log_trace +EXPORT_SYMBOL vmlinux 0x09f9b261 xudma_rchan_put +EXPORT_SYMBOL vmlinux 0x0a012f73 mb_cache_entry_touch +EXPORT_SYMBOL vmlinux 0x0a095b30 vme_init_bridge +EXPORT_SYMBOL vmlinux 0x0a0991a6 put_cmsg_scm_timestamping +EXPORT_SYMBOL vmlinux 0x0a0ebc08 __xa_cmpxchg +EXPORT_SYMBOL vmlinux 0x0a1e8769 utf8_casefold_hash +EXPORT_SYMBOL vmlinux 0x0a2d32cf netdev_notify_peers +EXPORT_SYMBOL vmlinux 0x0a42ceed __do_once_sleepable_done +EXPORT_SYMBOL vmlinux 0x0a4e03da iw_handler_get_thrspy +EXPORT_SYMBOL vmlinux 0x0a579ff4 i2c_transfer +EXPORT_SYMBOL vmlinux 0x0a770832 register_memory_notifier +EXPORT_SYMBOL vmlinux 0x0a7d23b0 jbd2_journal_lock_updates +EXPORT_SYMBOL vmlinux 0x0a8142ce dma_find_channel +EXPORT_SYMBOL vmlinux 0x0a84b15d zstd_init_cctx +EXPORT_SYMBOL vmlinux 0x0a8558ab init_pseudo +EXPORT_SYMBOL vmlinux 0x0a91f401 d_alloc_anon +EXPORT_SYMBOL vmlinux 0x0a92af65 pci_add_new_bus +EXPORT_SYMBOL vmlinux 0x0a94b7d9 inet_csk_reqsk_queue_drop +EXPORT_SYMBOL vmlinux 0x0a9949de xfrm4_rcv +EXPORT_SYMBOL vmlinux 0x0aa309cf synchronize_hardirq +EXPORT_SYMBOL vmlinux 0x0aa663d3 dev_uc_sync_multiple +EXPORT_SYMBOL vmlinux 0x0aa8012b rproc_set_firmware +EXPORT_SYMBOL vmlinux 0x0aaccc92 pci_remap_iospace +EXPORT_SYMBOL vmlinux 0x0acf7679 dma_issue_pending_all +EXPORT_SYMBOL vmlinux 0x0ae9b5e6 fib_notifier_ops_unregister +EXPORT_SYMBOL vmlinux 0x0af44c29 __pagevec_release +EXPORT_SYMBOL vmlinux 0x0b1809db xfrm_state_lookup_byspi +EXPORT_SYMBOL vmlinux 0x0b1beb31 vmalloc_32_user +EXPORT_SYMBOL vmlinux 0x0b1f55e3 flow_indr_block_cb_alloc +EXPORT_SYMBOL vmlinux 0x0b26b8c8 acpi_run_osc +EXPORT_SYMBOL vmlinux 0x0b290ada dma_fence_chain_walk +EXPORT_SYMBOL vmlinux 0x0b3e52be __bh_read_batch +EXPORT_SYMBOL vmlinux 0x0b4358dc block_write_begin +EXPORT_SYMBOL vmlinux 0x0b5a0d53 fsl_ifc_ctrl_dev +EXPORT_SYMBOL vmlinux 0x0b5ff516 xfrm_user_policy +EXPORT_SYMBOL vmlinux 0x0b60787c kthread_destroy_worker +EXPORT_SYMBOL vmlinux 0x0b60afd4 inet6_offloads +EXPORT_SYMBOL vmlinux 0x0b637467 nla_reserve_nohdr +EXPORT_SYMBOL vmlinux 0x0b742fd7 simple_strtol +EXPORT_SYMBOL vmlinux 0x0b74b1d5 sk_capable +EXPORT_SYMBOL vmlinux 0x0ba0b938 vm_brk +EXPORT_SYMBOL vmlinux 0x0ba4bee9 dev_mc_init +EXPORT_SYMBOL vmlinux 0x0bc477a2 irq_set_irq_type +EXPORT_SYMBOL vmlinux 0x0bd394d8 tty_termios_baud_rate +EXPORT_SYMBOL vmlinux 0x0be7be67 phy_ethtool_ksettings_get +EXPORT_SYMBOL vmlinux 0x0beb2222 __traceiter_kmem_cache_alloc +EXPORT_SYMBOL vmlinux 0x0bf0e4a2 __SCK__tp_func_spi_transfer_stop +EXPORT_SYMBOL vmlinux 0x0bf1f193 netdev_lower_dev_get_private +EXPORT_SYMBOL vmlinux 0x0bfc1d1a check_zeroed_user +EXPORT_SYMBOL vmlinux 0x0c12cf30 locks_free_lock +EXPORT_SYMBOL vmlinux 0x0c183874 dma_pool_create +EXPORT_SYMBOL vmlinux 0x0c1ea4a1 jbd2_journal_free_reserved +EXPORT_SYMBOL vmlinux 0x0c25ec48 secure_tcpv6_seq +EXPORT_SYMBOL vmlinux 0x0c299184 netdev_reset_tc +EXPORT_SYMBOL vmlinux 0x0c2d7358 md_finish_reshape +EXPORT_SYMBOL vmlinux 0x0c3690fc _raw_spin_lock_bh +EXPORT_SYMBOL vmlinux 0x0c575719 __cond_resched_rwlock_write +EXPORT_SYMBOL vmlinux 0x0c6bdc3f vme_master_read +EXPORT_SYMBOL vmlinux 0x0c6d8b21 t10_pi_type3_ip +EXPORT_SYMBOL vmlinux 0x0c6fb677 zpool_unregister_driver +EXPORT_SYMBOL vmlinux 0x0c7b3e16 reuseport_add_sock +EXPORT_SYMBOL vmlinux 0x0c8ed28a inet6_protos +EXPORT_SYMBOL vmlinux 0x0c94a6e4 flow_indr_dev_register +EXPORT_SYMBOL vmlinux 0x0c9bcd6c vlan_filter_drop_vids +EXPORT_SYMBOL vmlinux 0x0cad3e7a lynx_pcs_destroy +EXPORT_SYMBOL vmlinux 0x0cb11bc7 __SCK__tp_func_dma_fence_enable_signal +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 0x0cdd3aae __phy_resume +EXPORT_SYMBOL vmlinux 0x0ce7bdc1 bio_split +EXPORT_SYMBOL vmlinux 0x0cf22c96 mmc_free_host +EXPORT_SYMBOL vmlinux 0x0d058f2b dev_set_mac_address +EXPORT_SYMBOL vmlinux 0x0d07f543 get_anon_bdev +EXPORT_SYMBOL vmlinux 0x0d19b9bf dev_mc_flush +EXPORT_SYMBOL vmlinux 0x0d2ca20f ucc_fast_get_qe_cr_subblock +EXPORT_SYMBOL vmlinux 0x0d333b64 zstd_end_stream +EXPORT_SYMBOL vmlinux 0x0d3c1556 mipi_dsi_host_register +EXPORT_SYMBOL vmlinux 0x0d3f5c1a fman_get_max_frm +EXPORT_SYMBOL vmlinux 0x0d3f942e pci_disable_device +EXPORT_SYMBOL vmlinux 0x0d4384d3 tcp_sock_set_user_timeout +EXPORT_SYMBOL vmlinux 0x0d53b8f3 kill_block_super +EXPORT_SYMBOL vmlinux 0x0d542439 __ipv6_addr_type +EXPORT_SYMBOL vmlinux 0x0d5e9910 simple_transaction_read +EXPORT_SYMBOL vmlinux 0x0d83676d vlan_ioctl_set +EXPORT_SYMBOL vmlinux 0x0d99675a set_security_override_from_ctx +EXPORT_SYMBOL vmlinux 0x0d9a37f3 nf_getsockopt +EXPORT_SYMBOL vmlinux 0x0db276d7 put_ipc_ns +EXPORT_SYMBOL vmlinux 0x0dc81c7a adjust_managed_page_count +EXPORT_SYMBOL vmlinux 0x0dd381d3 sock_set_reuseport +EXPORT_SYMBOL vmlinux 0x0de58d1d tcp_v4_syn_recv_sock +EXPORT_SYMBOL vmlinux 0x0de9368d block_write_end +EXPORT_SYMBOL vmlinux 0x0ded20aa netdev_has_upper_dev_all_rcu +EXPORT_SYMBOL vmlinux 0x0deda58f vfs_getattr_nosec +EXPORT_SYMBOL vmlinux 0x0df0a544 page_pool_update_nid +EXPORT_SYMBOL vmlinux 0x0e03ddae blk_rq_map_user_iov +EXPORT_SYMBOL vmlinux 0x0e17678a siphash_4u64 +EXPORT_SYMBOL vmlinux 0x0e18dda6 dst_release_immediate +EXPORT_SYMBOL vmlinux 0x0e3b66be pci_get_domain_bus_and_slot +EXPORT_SYMBOL vmlinux 0x0e41382d jbd2_journal_unlock_updates +EXPORT_SYMBOL vmlinux 0x0e4262c6 __siphash_unaligned +EXPORT_SYMBOL vmlinux 0x0e4a131e pcie_set_mps +EXPORT_SYMBOL vmlinux 0x0e74a75a page_readlink +EXPORT_SYMBOL vmlinux 0x0e89bda2 setattr_prepare +EXPORT_SYMBOL vmlinux 0x0e91abdd devm_backlight_device_register +EXPORT_SYMBOL vmlinux 0x0e97b661 blkdev_issue_secure_erase +EXPORT_SYMBOL vmlinux 0x0ea3c74e tasklet_kill +EXPORT_SYMBOL vmlinux 0x0ea593f6 hdmi_drm_infoframe_init +EXPORT_SYMBOL vmlinux 0x0eb2376f mr_dump +EXPORT_SYMBOL vmlinux 0x0eb6eb87 add_taint +EXPORT_SYMBOL vmlinux 0x0ebdc210 seq_puts +EXPORT_SYMBOL vmlinux 0x0ec5babe vme_dma_free +EXPORT_SYMBOL vmlinux 0x0edff8e2 sock_init_data_uid +EXPORT_SYMBOL vmlinux 0x0ee2b9ac inetdev_by_index +EXPORT_SYMBOL vmlinux 0x0ef591cc serio_rescan +EXPORT_SYMBOL vmlinux 0x0f09cc34 schedule_timeout_killable +EXPORT_SYMBOL vmlinux 0x0f19208d blkdev_put +EXPORT_SYMBOL vmlinux 0x0f1ad8e2 seq_list_start_rcu +EXPORT_SYMBOL vmlinux 0x0f365835 nla_put_64bit +EXPORT_SYMBOL vmlinux 0x0f37ca89 lockref_put_not_zero +EXPORT_SYMBOL vmlinux 0x0f422a41 simple_empty +EXPORT_SYMBOL vmlinux 0x0f503814 dev_set_threaded +EXPORT_SYMBOL vmlinux 0x0f630261 gen_replace_estimator +EXPORT_SYMBOL vmlinux 0x0f71a373 inet_csk_reset_keepalive_timer +EXPORT_SYMBOL vmlinux 0x0f735f7f call_fib_notifiers +EXPORT_SYMBOL vmlinux 0x0f86f560 kthread_delayed_work_timer_fn +EXPORT_SYMBOL vmlinux 0x0f8a43fb keyring_alloc +EXPORT_SYMBOL vmlinux 0x0f8a6c6f pci_free_host_bridge +EXPORT_SYMBOL vmlinux 0x0fa3c6dd rproc_da_to_va +EXPORT_SYMBOL vmlinux 0x0fab1ab0 hdmi_spd_infoframe_pack +EXPORT_SYMBOL vmlinux 0x0faeb575 __xfrm_decode_session +EXPORT_SYMBOL vmlinux 0x0fb2f8a4 mktime64 +EXPORT_SYMBOL vmlinux 0x0fcbefd1 xfrm_policy_byid +EXPORT_SYMBOL vmlinux 0x0fd902db mb_cache_entry_create +EXPORT_SYMBOL vmlinux 0x0fff5afc time64_to_tm +EXPORT_SYMBOL vmlinux 0x10017aa5 kernel_cpustat +EXPORT_SYMBOL vmlinux 0x10017f14 inet_addr_type_dev_table +EXPORT_SYMBOL vmlinux 0x1009f414 md_bitmap_free +EXPORT_SYMBOL vmlinux 0x1013493a writeback_inodes_sb_nr +EXPORT_SYMBOL vmlinux 0x10183d7d phy_do_ioctl_running +EXPORT_SYMBOL vmlinux 0x1025009a cpm_muram_alloc_fixed +EXPORT_SYMBOL vmlinux 0x102936ec qe_clock_source +EXPORT_SYMBOL vmlinux 0x1034f4b3 crypto_sha1_finup +EXPORT_SYMBOL vmlinux 0x1035c7c2 __release_region +EXPORT_SYMBOL vmlinux 0x1039397b __of_mdiobus_register +EXPORT_SYMBOL vmlinux 0x104dbbfa call_usermodehelper_exec +EXPORT_SYMBOL vmlinux 0x104f497d simple_link +EXPORT_SYMBOL vmlinux 0x105310de xfrm_lookup_with_ifid +EXPORT_SYMBOL vmlinux 0x1057a279 bsearch +EXPORT_SYMBOL vmlinux 0x1068004b gf128mul_bbe +EXPORT_SYMBOL vmlinux 0x106bf5c6 bdi_put +EXPORT_SYMBOL vmlinux 0x10780e0d sk_stream_wait_memory +EXPORT_SYMBOL vmlinux 0x107be0b0 percpu_counter_sync +EXPORT_SYMBOL vmlinux 0x107e5878 zlib_inflateEnd +EXPORT_SYMBOL vmlinux 0x10aa2116 security_inode_invalidate_secctx +EXPORT_SYMBOL vmlinux 0x10cd1a0c lookup_one +EXPORT_SYMBOL vmlinux 0x10d9f885 scsi_sense_desc_find +EXPORT_SYMBOL vmlinux 0x10e3768e acpi_dev_get_first_match_dev +EXPORT_SYMBOL vmlinux 0x10e6f74a free_contig_range +EXPORT_SYMBOL vmlinux 0x11089ac7 _ctype +EXPORT_SYMBOL vmlinux 0x11201465 tty_unregister_device +EXPORT_SYMBOL vmlinux 0x112598ad netdev_emerg +EXPORT_SYMBOL vmlinux 0x11340fe3 dget_parent +EXPORT_SYMBOL vmlinux 0x115299b0 path_get +EXPORT_SYMBOL vmlinux 0x11570b11 dcache_readdir +EXPORT_SYMBOL vmlinux 0x117093be qdisc_class_hash_init +EXPORT_SYMBOL vmlinux 0x11e30762 chacha_block_generic +EXPORT_SYMBOL vmlinux 0x11ee2dd9 inet_frag_reasm_finish +EXPORT_SYMBOL vmlinux 0x11f03b6a dev_addr_mod +EXPORT_SYMBOL vmlinux 0x11f44803 blk_mq_start_request +EXPORT_SYMBOL vmlinux 0x11fa8004 of_find_i2c_adapter_by_node +EXPORT_SYMBOL vmlinux 0x11ffdfee ucc_slow_stop_tx +EXPORT_SYMBOL vmlinux 0x1204b272 tcp_sock_set_keepidle +EXPORT_SYMBOL vmlinux 0x120a0c3e i2c_transfer_buffer_flags +EXPORT_SYMBOL vmlinux 0x120b336a __rb_insert_augmented +EXPORT_SYMBOL vmlinux 0x120ff8e1 xudma_get_rflow_ring_offset +EXPORT_SYMBOL vmlinux 0x12191a16 scsi_track_queue_full +EXPORT_SYMBOL vmlinux 0x12283bd7 pm860x_bulk_read +EXPORT_SYMBOL vmlinux 0x12365d07 udp_lib_getsockopt +EXPORT_SYMBOL vmlinux 0x123f7cc1 dev_get_by_index_rcu +EXPORT_SYMBOL vmlinux 0x124bad4d kstrtobool +EXPORT_SYMBOL vmlinux 0x12508885 blk_mq_run_hw_queue +EXPORT_SYMBOL vmlinux 0x1252f71c jbd2_journal_invalidate_folio +EXPORT_SYMBOL vmlinux 0x12580f8d add_to_page_cache_lru +EXPORT_SYMBOL vmlinux 0x12649a5c t10_pi_type3_crc +EXPORT_SYMBOL vmlinux 0x12700a00 skb_coalesce_rx_frag +EXPORT_SYMBOL vmlinux 0x127a75ed vfs_get_fsid +EXPORT_SYMBOL vmlinux 0x127d83ea security_locked_down +EXPORT_SYMBOL vmlinux 0x12825217 __blkdev_issue_zeroout +EXPORT_SYMBOL vmlinux 0x1288f373 mmc_erase +EXPORT_SYMBOL vmlinux 0x1291ecd9 flow_rule_match_ipv4_addrs +EXPORT_SYMBOL vmlinux 0x12a4e128 __arch_copy_from_user +EXPORT_SYMBOL vmlinux 0x12c96ef1 dmaengine_get_unmap_data +EXPORT_SYMBOL vmlinux 0x12cabc89 siphash_2u64 +EXPORT_SYMBOL vmlinux 0x12cd6f18 super_setup_bdi_name +EXPORT_SYMBOL vmlinux 0x12d510cd blk_mq_delay_run_hw_queues +EXPORT_SYMBOL vmlinux 0x12d5eedc mdiobus_register_device +EXPORT_SYMBOL vmlinux 0x12ee79a3 dquot_load_quota_inode +EXPORT_SYMBOL vmlinux 0x12f6f69c fb_videomode_to_var +EXPORT_SYMBOL vmlinux 0x12fccec1 flow_rule_match_basic +EXPORT_SYMBOL vmlinux 0x1307df67 scsi_is_host_device +EXPORT_SYMBOL vmlinux 0x130afd75 acpi_get_sleep_type_data +EXPORT_SYMBOL vmlinux 0x13110126 request_resource +EXPORT_SYMBOL vmlinux 0x131a6146 xa_clear_mark +EXPORT_SYMBOL vmlinux 0x134fdee8 flow_rule_match_enc_keyid +EXPORT_SYMBOL vmlinux 0x135a8462 i2c_smbus_write_word_data +EXPORT_SYMBOL vmlinux 0x1380e1af default_llseek +EXPORT_SYMBOL vmlinux 0x1383d8f7 ps2_command +EXPORT_SYMBOL vmlinux 0x139f2189 __kfifo_alloc +EXPORT_SYMBOL vmlinux 0x13aca60f km_policy_expired +EXPORT_SYMBOL vmlinux 0x13bf9b68 __mdiobus_register +EXPORT_SYMBOL vmlinux 0x13d0adf7 __kfifo_out +EXPORT_SYMBOL vmlinux 0x13d928f5 __SCK__tp_func_kmem_cache_alloc +EXPORT_SYMBOL vmlinux 0x13ecee93 netdev_set_sb_channel +EXPORT_SYMBOL vmlinux 0x1410ff6f blk_finish_plug +EXPORT_SYMBOL vmlinux 0x141271bf acpi_dev_found +EXPORT_SYMBOL vmlinux 0x1412e37b ip6_find_1stfragopt +EXPORT_SYMBOL vmlinux 0x141cacb5 debugfs_create_automount +EXPORT_SYMBOL vmlinux 0x142203c4 simple_pin_fs +EXPORT_SYMBOL vmlinux 0x144c944b mini_qdisc_pair_swap +EXPORT_SYMBOL vmlinux 0x14605535 dma_fence_context_alloc +EXPORT_SYMBOL vmlinux 0x14619dd9 release_pages +EXPORT_SYMBOL vmlinux 0x146289b7 crc16_table +EXPORT_SYMBOL vmlinux 0x1465be66 of_get_cpu_state_node +EXPORT_SYMBOL vmlinux 0x1489426a dma_fence_describe +EXPORT_SYMBOL vmlinux 0x1490a5ea __ip_dev_find +EXPORT_SYMBOL vmlinux 0x14912d9b vme_register_error_handler +EXPORT_SYMBOL vmlinux 0x14a64a87 acpi_install_address_space_handler_no_reg +EXPORT_SYMBOL vmlinux 0x14b63eb2 ip6_output +EXPORT_SYMBOL vmlinux 0x14bd02de skb_condense +EXPORT_SYMBOL vmlinux 0x14bdace1 qdisc_put +EXPORT_SYMBOL vmlinux 0x14c67e3e tcp_tx_delay_enabled +EXPORT_SYMBOL vmlinux 0x14d7477f console_list_unlock +EXPORT_SYMBOL vmlinux 0x14dadf70 skb_vlan_push +EXPORT_SYMBOL vmlinux 0x14ed64ce iov_iter_discard +EXPORT_SYMBOL vmlinux 0x14f45fcc bman_free_pool +EXPORT_SYMBOL vmlinux 0x150650ac sget +EXPORT_SYMBOL vmlinux 0x151f4898 schedule_timeout_uninterruptible +EXPORT_SYMBOL vmlinux 0x1526b301 unix_tot_inflight +EXPORT_SYMBOL vmlinux 0x152d9b50 is_nd_dax +EXPORT_SYMBOL vmlinux 0x1537b374 netdev_refcnt_read +EXPORT_SYMBOL vmlinux 0x1548d970 __kfifo_dma_out_prepare_r +EXPORT_SYMBOL vmlinux 0x154c6338 dm_kcopyd_client_destroy +EXPORT_SYMBOL vmlinux 0x1559855a pci_disable_msi +EXPORT_SYMBOL vmlinux 0x15727867 udp_sendmsg +EXPORT_SYMBOL vmlinux 0x158393f0 page_symlink_inode_operations +EXPORT_SYMBOL vmlinux 0x15a5ed2d __i2c_transfer +EXPORT_SYMBOL vmlinux 0x15ba50a6 jiffies +EXPORT_SYMBOL vmlinux 0x15bafe29 unregister_md_cluster_operations +EXPORT_SYMBOL vmlinux 0x15bed7a5 LZ4_decompress_safe_partial +EXPORT_SYMBOL vmlinux 0x15c5fb51 module_layout +EXPORT_SYMBOL vmlinux 0x15c85de3 mempool_init +EXPORT_SYMBOL vmlinux 0x15dbe75c tcf_action_check_ctrlact +EXPORT_SYMBOL vmlinux 0x15e94a64 ptp_clock_index +EXPORT_SYMBOL vmlinux 0x15f90688 slhc_init +EXPORT_SYMBOL vmlinux 0x160bafa1 flow_rule_match_eth_addrs +EXPORT_SYMBOL vmlinux 0x161e0a56 of_clk_get_by_name +EXPORT_SYMBOL vmlinux 0x162893fd hashlen_string +EXPORT_SYMBOL vmlinux 0x1628c513 tcp_read_skb +EXPORT_SYMBOL vmlinux 0x1632bc21 kvasprintf_const +EXPORT_SYMBOL vmlinux 0x163527cf i2c_add_adapter +EXPORT_SYMBOL vmlinux 0x163638f3 tcp_seq_next +EXPORT_SYMBOL vmlinux 0x163b464d tty_register_driver +EXPORT_SYMBOL vmlinux 0x163d2417 tegra_io_rail_power_off +EXPORT_SYMBOL vmlinux 0x163dfeb0 simple_get_link +EXPORT_SYMBOL vmlinux 0x164a7aca genphy_c37_config_aneg +EXPORT_SYMBOL vmlinux 0x165ad395 trace_print_symbols_seq +EXPORT_SYMBOL vmlinux 0x16619caa zerocopy_sg_from_iter +EXPORT_SYMBOL vmlinux 0x167908cb tcp_time_wait +EXPORT_SYMBOL vmlinux 0x167c5967 print_hex_dump +EXPORT_SYMBOL vmlinux 0x1683ea51 device_match_acpi_dev +EXPORT_SYMBOL vmlinux 0x1689c9f1 brioctl_set +EXPORT_SYMBOL vmlinux 0x168c320a tcf_get_next_chain +EXPORT_SYMBOL vmlinux 0x169938c1 __sysfs_match_string +EXPORT_SYMBOL vmlinux 0x16a7b16f __traceiter_kmalloc +EXPORT_SYMBOL vmlinux 0x16c0fc06 xp_raw_get_data +EXPORT_SYMBOL vmlinux 0x16c46949 pci_bus_write_config_dword +EXPORT_SYMBOL vmlinux 0x16cdc340 acpi_get_table +EXPORT_SYMBOL vmlinux 0x16d14786 xp_dma_sync_for_cpu_slow +EXPORT_SYMBOL vmlinux 0x16dee44d dma_fence_init +EXPORT_SYMBOL vmlinux 0x16e297c3 bit_wait +EXPORT_SYMBOL vmlinux 0x16e7e2cb cpu_all_bits +EXPORT_SYMBOL vmlinux 0x16eefc91 sync_filesystem +EXPORT_SYMBOL vmlinux 0x17017d5f tcp_mmap +EXPORT_SYMBOL vmlinux 0x1702f17d _dev_warn +EXPORT_SYMBOL vmlinux 0x17066c56 blk_rq_count_integrity_sg +EXPORT_SYMBOL vmlinux 0x170ddf79 acpi_install_notify_handler +EXPORT_SYMBOL vmlinux 0x1713526c inode_set_flags +EXPORT_SYMBOL vmlinux 0x1750d6e7 tcp_read_done +EXPORT_SYMBOL vmlinux 0x1779e8d1 unregister_netdev +EXPORT_SYMBOL vmlinux 0x17801605 submit_bio_wait +EXPORT_SYMBOL vmlinux 0x17821952 pci_enable_device_io +EXPORT_SYMBOL vmlinux 0x17825d3f xudma_rchan_get +EXPORT_SYMBOL vmlinux 0x178c4894 qe_upload_firmware +EXPORT_SYMBOL vmlinux 0x17c580c0 of_get_next_available_child +EXPORT_SYMBOL vmlinux 0x17d03c16 ip6_frag_init +EXPORT_SYMBOL vmlinux 0x17d24d2f generic_fillattr +EXPORT_SYMBOL vmlinux 0x17d8782c xsk_tx_peek_release_desc_batch +EXPORT_SYMBOL vmlinux 0x17e51371 nf_log_unset +EXPORT_SYMBOL vmlinux 0x17e8d657 devm_kvasprintf +EXPORT_SYMBOL vmlinux 0x17ee0711 __serio_register_driver +EXPORT_SYMBOL vmlinux 0x17f6481a __folio_start_writeback +EXPORT_SYMBOL vmlinux 0x17f86c32 backlight_force_update +EXPORT_SYMBOL vmlinux 0x1802a174 simple_getattr +EXPORT_SYMBOL vmlinux 0x18037574 iov_iter_gap_alignment +EXPORT_SYMBOL vmlinux 0x18345b8e __bitmap_replace +EXPORT_SYMBOL vmlinux 0x184cba87 vme_irq_free +EXPORT_SYMBOL vmlinux 0x185e99d6 write_dirty_buffer +EXPORT_SYMBOL vmlinux 0x186491c1 md_cluster_ops +EXPORT_SYMBOL vmlinux 0x18760efd blk_mq_kick_requeue_list +EXPORT_SYMBOL vmlinux 0x187884a8 cpm_muram_free +EXPORT_SYMBOL vmlinux 0x1887cc3a iov_iter_advance +EXPORT_SYMBOL vmlinux 0x18888d00 downgrade_write +EXPORT_SYMBOL vmlinux 0x188ea314 jiffies_to_timespec64 +EXPORT_SYMBOL vmlinux 0x18b09b9f __mmap_lock_do_trace_acquire_returned +EXPORT_SYMBOL vmlinux 0x18b48e28 __memset_io +EXPORT_SYMBOL vmlinux 0x18c51112 blk_mq_free_tag_set +EXPORT_SYMBOL vmlinux 0x18da6683 input_alloc_absinfo +EXPORT_SYMBOL vmlinux 0x18da8d77 fman_get_revision +EXPORT_SYMBOL vmlinux 0x18e60984 __do_once_start +EXPORT_SYMBOL vmlinux 0x18f08498 xfrm_input_register_afinfo +EXPORT_SYMBOL vmlinux 0x18f3636e __filemap_get_folio +EXPORT_SYMBOL vmlinux 0x1904bd10 fs_param_is_bool +EXPORT_SYMBOL vmlinux 0x1906f706 genphy_check_and_restart_aneg +EXPORT_SYMBOL vmlinux 0x1912434c skb_dump +EXPORT_SYMBOL vmlinux 0x191ab211 page_pool_alloc_pages +EXPORT_SYMBOL vmlinux 0x191d7e05 remap_pfn_range +EXPORT_SYMBOL vmlinux 0x192a94d5 vfs_clone_file_range +EXPORT_SYMBOL vmlinux 0x1939f788 security_inode_notifysecctx +EXPORT_SYMBOL vmlinux 0x1946c3a6 xfrm_state_alloc +EXPORT_SYMBOL vmlinux 0x1953c958 mempool_create +EXPORT_SYMBOL vmlinux 0x1953e0a1 scsi_unblock_requests +EXPORT_SYMBOL vmlinux 0x19567b7f elv_rb_add +EXPORT_SYMBOL vmlinux 0x1984d421 out_of_line_wait_on_bit +EXPORT_SYMBOL vmlinux 0x199ed0cd net_disable_timestamp +EXPORT_SYMBOL vmlinux 0x19b74bd7 jbd2_journal_force_commit +EXPORT_SYMBOL vmlinux 0x19bd383b security_secmark_refcount_dec +EXPORT_SYMBOL vmlinux 0x19bd3875 __dynamic_dev_dbg +EXPORT_SYMBOL vmlinux 0x19cb7dfb tty_write_room +EXPORT_SYMBOL vmlinux 0x19e06f9b qdisc_warn_nonwc +EXPORT_SYMBOL vmlinux 0x19f23a1c seg6_hmac_info_del +EXPORT_SYMBOL vmlinux 0x1a1c4b39 mdiobus_free +EXPORT_SYMBOL vmlinux 0x1a3f0899 inet6_del_offload +EXPORT_SYMBOL vmlinux 0x1a45cb6c acpi_disabled +EXPORT_SYMBOL vmlinux 0x1a570ddd remap_vmalloc_range +EXPORT_SYMBOL vmlinux 0x1a60a9e6 of_get_ethdev_address +EXPORT_SYMBOL vmlinux 0x1a65a66c skb_udp_tunnel_segment +EXPORT_SYMBOL vmlinux 0x1a71cff8 fwnode_mdiobus_phy_device_register +EXPORT_SYMBOL vmlinux 0x1a9a433c prandom_u32_state +EXPORT_SYMBOL vmlinux 0x1aa9c8f3 of_graph_parse_endpoint +EXPORT_SYMBOL vmlinux 0x1ab61b06 generic_set_encrypted_ci_d_ops +EXPORT_SYMBOL vmlinux 0x1ab97abf get_vm_area +EXPORT_SYMBOL vmlinux 0x1ac23a20 fman_get_bmi_max_fifo_size +EXPORT_SYMBOL vmlinux 0x1ac2bedf inet_frag_reasm_prepare +EXPORT_SYMBOL vmlinux 0x1ac5d3cb strcspn +EXPORT_SYMBOL vmlinux 0x1acf3b3c ip_options_rcv_srr +EXPORT_SYMBOL vmlinux 0x1af63859 netif_carrier_on +EXPORT_SYMBOL vmlinux 0x1affacf0 __devm_request_region +EXPORT_SYMBOL vmlinux 0x1b015d25 bitmap_parselist +EXPORT_SYMBOL vmlinux 0x1b0fe120 phy_connect +EXPORT_SYMBOL vmlinux 0x1b1321ce get_tree_keyed +EXPORT_SYMBOL vmlinux 0x1b17e530 device_match_acpi_handle +EXPORT_SYMBOL vmlinux 0x1b30a92c tcf_exts_validate +EXPORT_SYMBOL vmlinux 0x1b321182 fs_param_is_enum +EXPORT_SYMBOL vmlinux 0x1b3b39e0 phy_init_hw +EXPORT_SYMBOL vmlinux 0x1b5196fc xudma_tchan_put +EXPORT_SYMBOL vmlinux 0x1b58bdd6 devm_clk_get_optional +EXPORT_SYMBOL vmlinux 0x1b597b7a swake_up_all +EXPORT_SYMBOL vmlinux 0x1b5cc9d8 dma_fence_array_first +EXPORT_SYMBOL vmlinux 0x1b6314fd in_aton +EXPORT_SYMBOL vmlinux 0x1b64481f __fs_parse +EXPORT_SYMBOL vmlinux 0x1b65d2c0 load_nls +EXPORT_SYMBOL vmlinux 0x1b752c68 input_set_keycode +EXPORT_SYMBOL vmlinux 0x1b777357 rdmacg_unregister_device +EXPORT_SYMBOL vmlinux 0x1b908d85 _raw_write_lock_nested +EXPORT_SYMBOL vmlinux 0x1ba59527 __kmalloc_node +EXPORT_SYMBOL vmlinux 0x1bb51249 tcp_have_smc +EXPORT_SYMBOL vmlinux 0x1bb6df44 param_set_bool +EXPORT_SYMBOL vmlinux 0x1bb86b9a xen_start_info +EXPORT_SYMBOL vmlinux 0x1bbce874 rproc_report_crash +EXPORT_SYMBOL vmlinux 0x1bd59dbe vme_free_consistent +EXPORT_SYMBOL vmlinux 0x1bdbd992 from_kuid_munged +EXPORT_SYMBOL vmlinux 0x1bde6ba9 jbd2_journal_try_to_free_buffers +EXPORT_SYMBOL vmlinux 0x1bfb0771 xfrm_find_acq_byseq +EXPORT_SYMBOL vmlinux 0x1bfb8a63 config_item_set_name +EXPORT_SYMBOL vmlinux 0x1bfff46a nla_append +EXPORT_SYMBOL vmlinux 0x1c012933 blk_execute_rq +EXPORT_SYMBOL vmlinux 0x1c051390 scsi_get_device_flags_keyed +EXPORT_SYMBOL vmlinux 0x1c083e8b fs_context_for_reconfigure +EXPORT_SYMBOL vmlinux 0x1c39ffbb xfrm_state_insert +EXPORT_SYMBOL vmlinux 0x1c5758eb do_SAK +EXPORT_SYMBOL vmlinux 0x1c58427f acpi_remove_notify_handler +EXPORT_SYMBOL vmlinux 0x1c5e3878 icst525_idx2s +EXPORT_SYMBOL vmlinux 0x1c74013e file_open_root +EXPORT_SYMBOL vmlinux 0x1c8e7364 __of_parse_phandle_with_args +EXPORT_SYMBOL vmlinux 0x1cac6bc2 neigh_table_init +EXPORT_SYMBOL vmlinux 0x1cac8097 scsi_host_busy +EXPORT_SYMBOL vmlinux 0x1cb11044 inetpeer_invalidate_tree +EXPORT_SYMBOL vmlinux 0x1cc11154 __SCK__tp_func_mmap_lock_start_locking +EXPORT_SYMBOL vmlinux 0x1cc24b25 tcf_unregister_action +EXPORT_SYMBOL vmlinux 0x1cce8655 tcp_v4_send_check +EXPORT_SYMBOL vmlinux 0x1cd8438b pxm_to_node +EXPORT_SYMBOL vmlinux 0x1cdd39ba logic_outsl +EXPORT_SYMBOL vmlinux 0x1ce1b451 dec_node_page_state +EXPORT_SYMBOL vmlinux 0x1cf5efa6 xudma_rflow_get_id +EXPORT_SYMBOL vmlinux 0x1d05684b vfs_rmdir +EXPORT_SYMBOL vmlinux 0x1d07e365 memdup_user_nul +EXPORT_SYMBOL vmlinux 0x1d1abdf0 acpi_get_physical_device_location +EXPORT_SYMBOL vmlinux 0x1d23a8a1 i2c_smbus_xfer +EXPORT_SYMBOL vmlinux 0x1d24c881 ___ratelimit +EXPORT_SYMBOL vmlinux 0x1d2cd685 bfifo_qdisc_ops +EXPORT_SYMBOL vmlinux 0x1d377ea1 tcf_block_put_ext +EXPORT_SYMBOL vmlinux 0x1d40b6f3 idr_for_each +EXPORT_SYMBOL vmlinux 0x1d49ac32 generic_file_fsync +EXPORT_SYMBOL vmlinux 0x1d4faeed dcb_ieee_getapp_mask +EXPORT_SYMBOL vmlinux 0x1d5116a4 sk_free +EXPORT_SYMBOL vmlinux 0x1d5cedae __tracepoint_kfree +EXPORT_SYMBOL vmlinux 0x1d5ffb6c __lock_buffer +EXPORT_SYMBOL vmlinux 0x1d724fc8 filemap_dirty_folio +EXPORT_SYMBOL vmlinux 0x1d752c97 jbd2_trans_will_send_data_barrier +EXPORT_SYMBOL vmlinux 0x1d81846b cros_ec_cmd_xfer +EXPORT_SYMBOL vmlinux 0x1d9488d9 xp_alloc +EXPORT_SYMBOL vmlinux 0x1d9672bd fault_in_subpage_writeable +EXPORT_SYMBOL vmlinux 0x1d98b3e9 pm860x_reg_write +EXPORT_SYMBOL vmlinux 0x1dc5ca54 blk_queue_max_hw_sectors +EXPORT_SYMBOL vmlinux 0x1dc6c93b lookup_user_key +EXPORT_SYMBOL vmlinux 0x1dd571e6 fb_copy_cmap +EXPORT_SYMBOL vmlinux 0x1dd8f233 dev_getfirstbyhwtype +EXPORT_SYMBOL vmlinux 0x1ddbab9c scsi_done_direct +EXPORT_SYMBOL vmlinux 0x1ddda8c3 tegra_ivc_reset +EXPORT_SYMBOL vmlinux 0x1de4ccb2 get_sg_io_hdr +EXPORT_SYMBOL vmlinux 0x1de57e9f netdev_bind_sb_channel_queue +EXPORT_SYMBOL vmlinux 0x1de59c22 qcom_scm_ice_invalidate_key +EXPORT_SYMBOL vmlinux 0x1de67f9b qcom_scm_io_writel +EXPORT_SYMBOL vmlinux 0x1dfaa4dd efi +EXPORT_SYMBOL vmlinux 0x1e0373fc imx_scu_irq_group_enable +EXPORT_SYMBOL vmlinux 0x1e0a0c24 mod_timer_pending +EXPORT_SYMBOL vmlinux 0x1e0cd7fe acpi_detach_data +EXPORT_SYMBOL vmlinux 0x1e120cb8 i2c_smbus_write_block_data +EXPORT_SYMBOL vmlinux 0x1e208b02 security_inode_listsecurity +EXPORT_SYMBOL vmlinux 0x1e4b0f98 pps_lookup_dev +EXPORT_SYMBOL vmlinux 0x1e4e75eb tty_wait_until_sent +EXPORT_SYMBOL vmlinux 0x1e58b083 fscrypt_has_permitted_context +EXPORT_SYMBOL vmlinux 0x1e5bc37e get_phy_device +EXPORT_SYMBOL vmlinux 0x1e6adaa0 bitmap_print_bitmask_to_buf +EXPORT_SYMBOL vmlinux 0x1e6d26a8 strstr +EXPORT_SYMBOL vmlinux 0x1e7731b2 devfreq_update_target +EXPORT_SYMBOL vmlinux 0x1e7dfdf6 __ethtool_get_link_ksettings +EXPORT_SYMBOL vmlinux 0x1e959f0f bio_copy_data_iter +EXPORT_SYMBOL vmlinux 0x1e9de8b6 flow_rule_match_arp +EXPORT_SYMBOL vmlinux 0x1e9edfb7 seq_hlist_start_head_rcu +EXPORT_SYMBOL vmlinux 0x1ea970af neigh_app_ns +EXPORT_SYMBOL vmlinux 0x1eaf409a register_md_personality +EXPORT_SYMBOL vmlinux 0x1ec31239 fget_raw +EXPORT_SYMBOL vmlinux 0x1ece0b99 dma_sync_sg_for_device +EXPORT_SYMBOL vmlinux 0x1eda801c serio_unregister_driver +EXPORT_SYMBOL vmlinux 0x1edb69d6 ktime_get_raw_ts64 +EXPORT_SYMBOL vmlinux 0x1edc1c6a devm_devfreq_add_governor +EXPORT_SYMBOL vmlinux 0x1ef41b7e qcom_scm_iommu_set_pt_format +EXPORT_SYMBOL vmlinux 0x1f35d5a7 __blk_rq_map_sg +EXPORT_SYMBOL vmlinux 0x1f4da669 dev_addr_add +EXPORT_SYMBOL vmlinux 0x1f557414 gen_pool_has_addr +EXPORT_SYMBOL vmlinux 0x1f608a22 iov_iter_revert +EXPORT_SYMBOL vmlinux 0x1f7e1ec8 vfs_get_tree +EXPORT_SYMBOL vmlinux 0x1faa774c is_acpi_data_node +EXPORT_SYMBOL vmlinux 0x1fbd16da ip_tos2prio +EXPORT_SYMBOL vmlinux 0x1fc87e8a inet_sendpage +EXPORT_SYMBOL vmlinux 0x1fcbb691 mipi_dsi_dcs_set_page_address +EXPORT_SYMBOL vmlinux 0x1fd07fff kdb_grepping_flag +EXPORT_SYMBOL vmlinux 0x1fd11081 uart_resume_port +EXPORT_SYMBOL vmlinux 0x1fe753e4 generic_listxattr +EXPORT_SYMBOL vmlinux 0x1ff37e87 redraw_screen +EXPORT_SYMBOL vmlinux 0x1ffc75d1 sg_miter_next +EXPORT_SYMBOL vmlinux 0x20000329 simple_strtoul +EXPORT_SYMBOL vmlinux 0x200b2041 in6addr_any +EXPORT_SYMBOL vmlinux 0x201216ac wait_for_key_construction +EXPORT_SYMBOL vmlinux 0x2016b45a sk_stop_timer +EXPORT_SYMBOL vmlinux 0x201d0108 input_get_keycode +EXPORT_SYMBOL vmlinux 0x2033e2fd tcp_md5_do_del +EXPORT_SYMBOL vmlinux 0x20342ada get_ipc_ns_exported +EXPORT_SYMBOL vmlinux 0x203608df dev_mc_del_global +EXPORT_SYMBOL vmlinux 0x203affa3 dev_deactivate +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 0x20589af2 path_is_mountpoint +EXPORT_SYMBOL vmlinux 0x205ecf99 dev_vprintk_emit +EXPORT_SYMBOL vmlinux 0x2070e9ba ip_tunnel_header_ops +EXPORT_SYMBOL vmlinux 0x207df544 ip6_frag_next +EXPORT_SYMBOL vmlinux 0x208062cd udp_skb_destructor +EXPORT_SYMBOL vmlinux 0x2094466b input_set_max_poll_interval +EXPORT_SYMBOL vmlinux 0x20a789ac irq_set_chip_data +EXPORT_SYMBOL vmlinux 0x20cbb30a __percpu_counter_init +EXPORT_SYMBOL vmlinux 0x20d54f71 ip6tun_encaps +EXPORT_SYMBOL vmlinux 0x20d65e40 fb_find_nearest_mode +EXPORT_SYMBOL vmlinux 0x20dbbec0 acpi_bus_register_driver +EXPORT_SYMBOL vmlinux 0x20e80cdf dquot_set_dqblk +EXPORT_SYMBOL vmlinux 0x20eadeb6 ip_compute_csum +EXPORT_SYMBOL vmlinux 0x210f6a45 max8998_bulk_read +EXPORT_SYMBOL vmlinux 0x212a3556 dev_mc_sync +EXPORT_SYMBOL vmlinux 0x213a738d memregion_alloc +EXPORT_SYMBOL vmlinux 0x213e4965 ps2_is_keyboard_id +EXPORT_SYMBOL vmlinux 0x215a8f1a xsk_set_tx_need_wakeup +EXPORT_SYMBOL vmlinux 0x216a539d blk_mq_stop_hw_queue +EXPORT_SYMBOL vmlinux 0x216d7d39 devm_alloc_etherdev_mqs +EXPORT_SYMBOL vmlinux 0x218e600b pci_add_resource_offset +EXPORT_SYMBOL vmlinux 0x2192d4a9 slab_build_skb +EXPORT_SYMBOL vmlinux 0x2197394a netif_device_detach +EXPORT_SYMBOL vmlinux 0x21a1de82 __put_devmap_managed_page_refs +EXPORT_SYMBOL vmlinux 0x21ba1587 __pskb_copy_fclone +EXPORT_SYMBOL vmlinux 0x21bdb523 errseq_check_and_advance +EXPORT_SYMBOL vmlinux 0x21be37e1 hdmi_avi_infoframe_check +EXPORT_SYMBOL vmlinux 0x21c28eda ipv6_dev_find +EXPORT_SYMBOL vmlinux 0x21d260e1 processors +EXPORT_SYMBOL vmlinux 0x21e13cb3 inet_peer_xrlim_allow +EXPORT_SYMBOL vmlinux 0x21e4379e sockfd_lookup +EXPORT_SYMBOL vmlinux 0x21ea5251 __bitmap_weight +EXPORT_SYMBOL vmlinux 0x21ef374c try_wait_for_completion +EXPORT_SYMBOL vmlinux 0x21fc8b1f amba_request_regions +EXPORT_SYMBOL vmlinux 0x22066788 simple_fill_super +EXPORT_SYMBOL vmlinux 0x2228409b inet_frag_kill +EXPORT_SYMBOL vmlinux 0x222e7ce2 sysfs_streq +EXPORT_SYMBOL vmlinux 0x2234ca51 acpi_match_platform_list +EXPORT_SYMBOL vmlinux 0x2238d770 default_qdisc_ops +EXPORT_SYMBOL vmlinux 0x223aaceb free_inode_nonrcu +EXPORT_SYMBOL vmlinux 0x223ac361 jbd2_journal_begin_ordered_truncate +EXPORT_SYMBOL vmlinux 0x224ce651 xudma_free_gp_rflow_range +EXPORT_SYMBOL vmlinux 0x225101b2 unlock_rename +EXPORT_SYMBOL vmlinux 0x22560803 phy_start_cable_test +EXPORT_SYMBOL vmlinux 0x2278a7f4 __tty_insert_flip_char +EXPORT_SYMBOL vmlinux 0x227a7fc6 page_pool_create +EXPORT_SYMBOL vmlinux 0x22864877 __folio_lock +EXPORT_SYMBOL vmlinux 0x229ad013 vm_map_pages_zero +EXPORT_SYMBOL vmlinux 0x22a1422d percpu_counter_sum_all +EXPORT_SYMBOL vmlinux 0x22ab0fa1 phy_start_cable_test_tdr +EXPORT_SYMBOL vmlinux 0x22b325d5 kd_mksound +EXPORT_SYMBOL vmlinux 0x22c7b6a6 seq_hex_dump +EXPORT_SYMBOL vmlinux 0x22dc723c flow_rule_match_enc_ipv4_addrs +EXPORT_SYMBOL vmlinux 0x22fadaaa find_inode_nowait +EXPORT_SYMBOL vmlinux 0x230bd00f fscrypt_ioctl_set_policy +EXPORT_SYMBOL vmlinux 0x23104120 phy_support_sym_pause +EXPORT_SYMBOL vmlinux 0x2310e7ff dev_uc_unsync +EXPORT_SYMBOL vmlinux 0x2335589e writeback_inodes_sb +EXPORT_SYMBOL vmlinux 0x233780ce pci_enable_atomic_ops_to_root +EXPORT_SYMBOL vmlinux 0x233ef9a3 param_set_charp +EXPORT_SYMBOL vmlinux 0x23559c51 qman_oos_fq +EXPORT_SYMBOL vmlinux 0x2364c85a tasklet_init +EXPORT_SYMBOL vmlinux 0x237a0b5c __traceiter_dma_fence_signaled +EXPORT_SYMBOL vmlinux 0x237a1678 flow_rule_match_tcp +EXPORT_SYMBOL vmlinux 0x2385950a tcp_rcv_established +EXPORT_SYMBOL vmlinux 0x238b099f mipi_dsi_packet_format_is_short +EXPORT_SYMBOL vmlinux 0x2391f725 irq_stat +EXPORT_SYMBOL vmlinux 0x23b9d6e2 mangle_path +EXPORT_SYMBOL vmlinux 0x23cabbb1 register_sysctl_paths +EXPORT_SYMBOL vmlinux 0x23ced4db tcp_v4_mtu_reduced +EXPORT_SYMBOL vmlinux 0x23d32df9 of_find_matching_node_and_match +EXPORT_SYMBOL vmlinux 0x23daa989 mipi_dsi_create_packet +EXPORT_SYMBOL vmlinux 0x23e206c8 register_netdevice_notifier_dev_net +EXPORT_SYMBOL vmlinux 0x23ed7bcb xfrm_state_add +EXPORT_SYMBOL vmlinux 0x23f1d7a6 page_pool_ethtool_stats_get_count +EXPORT_SYMBOL vmlinux 0x23fd3028 vmalloc_node +EXPORT_SYMBOL vmlinux 0x24056c07 skb_copy +EXPORT_SYMBOL vmlinux 0x241beb59 jbd2_journal_dirty_metadata +EXPORT_SYMBOL vmlinux 0x242c19ea tcf_exts_terse_dump +EXPORT_SYMBOL vmlinux 0x243dc8fe netlink_broadcast +EXPORT_SYMBOL vmlinux 0x24428be5 strncpy_from_user +EXPORT_SYMBOL vmlinux 0x24511741 proto_register +EXPORT_SYMBOL vmlinux 0x2453fe7e mark_buffer_dirty +EXPORT_SYMBOL vmlinux 0x2459bbcc console_set_on_cmdline +EXPORT_SYMBOL vmlinux 0x245c810f param_get_invbool +EXPORT_SYMBOL vmlinux 0x2465f8f1 pci_disable_msix +EXPORT_SYMBOL vmlinux 0x2484adc3 __kfifo_to_user_r +EXPORT_SYMBOL vmlinux 0x24961f52 fman_set_port_params +EXPORT_SYMBOL vmlinux 0x24981ffe rproc_add_subdev +EXPORT_SYMBOL vmlinux 0x249a0370 dev_uc_sync +EXPORT_SYMBOL vmlinux 0x249d6ab1 crypto_sha512_update +EXPORT_SYMBOL vmlinux 0x24b092d8 bdi_set_max_ratio +EXPORT_SYMBOL vmlinux 0x24c7ff67 override_creds +EXPORT_SYMBOL vmlinux 0x24d273d1 add_timer +EXPORT_SYMBOL vmlinux 0x24e1b558 seg6_hmac_compute +EXPORT_SYMBOL vmlinux 0x24f6e4e5 netdev_warn +EXPORT_SYMBOL vmlinux 0x2505bf18 kstrtol_from_user +EXPORT_SYMBOL vmlinux 0x2506120d blk_sync_queue +EXPORT_SYMBOL vmlinux 0x250667f2 pci_ep_cfs_add_epc_group +EXPORT_SYMBOL vmlinux 0x250c5dc4 devfreq_register_opp_notifier +EXPORT_SYMBOL vmlinux 0x2518e053 security_sb_remount +EXPORT_SYMBOL vmlinux 0x252332f1 __SCK__tp_func_mmap_lock_released +EXPORT_SYMBOL vmlinux 0x25367347 filemap_fdatawait_range +EXPORT_SYMBOL vmlinux 0x253edae0 dev_load +EXPORT_SYMBOL vmlinux 0x2559e95d make_bad_inode +EXPORT_SYMBOL vmlinux 0x2566204b security_binder_transfer_binder +EXPORT_SYMBOL vmlinux 0x2571e07f serio_unregister_child_port +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 0x258e1a3b set_bh_page +EXPORT_SYMBOL vmlinux 0x2590076d skb_push +EXPORT_SYMBOL vmlinux 0x25909afd key_invalidate +EXPORT_SYMBOL vmlinux 0x2591ddf0 tcp_prot +EXPORT_SYMBOL vmlinux 0x25974000 wait_for_completion +EXPORT_SYMBOL vmlinux 0x25a0da06 unlock_buffer +EXPORT_SYMBOL vmlinux 0x25b28d86 twl6040_clear_bits +EXPORT_SYMBOL vmlinux 0x25b8bf3d pmem_should_map_pages +EXPORT_SYMBOL vmlinux 0x25c2ae24 configfs_depend_item_unlocked +EXPORT_SYMBOL vmlinux 0x25c8be15 pcie_get_readrq +EXPORT_SYMBOL vmlinux 0x25d2b38f generic_file_mmap +EXPORT_SYMBOL vmlinux 0x25de770c gpiochip_irq_relres +EXPORT_SYMBOL vmlinux 0x25e58a09 hdmi_avi_infoframe_init +EXPORT_SYMBOL vmlinux 0x25e9d4bd resource_list_free +EXPORT_SYMBOL vmlinux 0x25f40525 clk_bulk_get_all +EXPORT_SYMBOL vmlinux 0x26096aa2 pci_request_selected_regions_exclusive +EXPORT_SYMBOL vmlinux 0x260e52ee dynamic_preempt_schedule_notrace +EXPORT_SYMBOL vmlinux 0x262121f1 i2c_get_adapter +EXPORT_SYMBOL vmlinux 0x2622fa6a tcf_chain_put_by_act +EXPORT_SYMBOL vmlinux 0x2629c695 vm_iomap_memory +EXPORT_SYMBOL vmlinux 0x262b85ab scm_fp_dup +EXPORT_SYMBOL vmlinux 0x263beb75 ecryptfs_get_versions +EXPORT_SYMBOL vmlinux 0x263c3152 bcmp +EXPORT_SYMBOL vmlinux 0x263f0d1f qman_portal_set_iperiod +EXPORT_SYMBOL vmlinux 0x264336b0 locks_remove_posix +EXPORT_SYMBOL vmlinux 0x264b4c07 scsi_command_normalize_sense +EXPORT_SYMBOL vmlinux 0x265e02a0 xfrm_stateonly_find +EXPORT_SYMBOL vmlinux 0x266786a8 mdiobus_write_nested +EXPORT_SYMBOL vmlinux 0x2688ec10 bitmap_zalloc +EXPORT_SYMBOL vmlinux 0x26897b52 mb_cache_entry_get +EXPORT_SYMBOL vmlinux 0x268d39be lookup_one_positive_unlocked +EXPORT_SYMBOL vmlinux 0x26a11379 fwnode_mdio_find_device +EXPORT_SYMBOL vmlinux 0x26a2619b i2c_smbus_write_byte_data +EXPORT_SYMBOL vmlinux 0x26a805a7 seq_dentry +EXPORT_SYMBOL vmlinux 0x26acb487 neigh_parms_release +EXPORT_SYMBOL vmlinux 0x26c4a9a9 gnet_stats_copy_app +EXPORT_SYMBOL vmlinux 0x26dff69b _dev_printk +EXPORT_SYMBOL vmlinux 0x26e298e0 unregister_memory_notifier +EXPORT_SYMBOL vmlinux 0x26fd0f98 nd_region_release_lane +EXPORT_SYMBOL vmlinux 0x270cf88f dump_stack_lvl +EXPORT_SYMBOL vmlinux 0x2713ec87 inet_proto_csum_replace16 +EXPORT_SYMBOL vmlinux 0x27152cb0 pci_iounmap +EXPORT_SYMBOL vmlinux 0x271cba95 acpi_bus_private_data_handler +EXPORT_SYMBOL vmlinux 0x272a8933 udp_memory_allocated +EXPORT_SYMBOL vmlinux 0x272b24e3 configfs_remove_default_groups +EXPORT_SYMBOL vmlinux 0x2731398a rtnl_link_get_net +EXPORT_SYMBOL vmlinux 0x2733eaf7 scsi_dev_info_list_add_keyed +EXPORT_SYMBOL vmlinux 0x2744657e locks_delete_block +EXPORT_SYMBOL vmlinux 0x27479d14 param_free_charp +EXPORT_SYMBOL vmlinux 0x274a0677 param_get_long +EXPORT_SYMBOL vmlinux 0x275dfee4 ucc_slow_free +EXPORT_SYMBOL vmlinux 0x275f3d49 hdmi_vendor_infoframe_check +EXPORT_SYMBOL vmlinux 0x27702aca __generic_file_write_iter +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 0x278f6572 inet_dgram_connect +EXPORT_SYMBOL vmlinux 0x278fc950 unregister_filesystem +EXPORT_SYMBOL vmlinux 0x27972528 devfreq_remove_device +EXPORT_SYMBOL vmlinux 0x279a737e devm_devfreq_unregister_opp_notifier +EXPORT_SYMBOL vmlinux 0x27ae8c75 __dev_queue_xmit +EXPORT_SYMBOL vmlinux 0x27bbf221 disable_irq_nosync +EXPORT_SYMBOL vmlinux 0x27bd5a47 trace_print_array_seq +EXPORT_SYMBOL vmlinux 0x27c3c728 qman_release_fqid +EXPORT_SYMBOL vmlinux 0x27cdca93 pci_add_resource +EXPORT_SYMBOL vmlinux 0x27e0dd0a qcom_scm_pas_init_image +EXPORT_SYMBOL vmlinux 0x27f2de7a vme_unregister_bridge +EXPORT_SYMBOL vmlinux 0x281823c5 __kfifo_out_peek +EXPORT_SYMBOL vmlinux 0x2844f8e3 fscrypt_ioctl_get_policy +EXPORT_SYMBOL vmlinux 0x285641d7 genphy_read_master_slave +EXPORT_SYMBOL vmlinux 0x285d7239 i2c_smbus_read_block_data +EXPORT_SYMBOL vmlinux 0x2875a315 utf32_to_utf8 +EXPORT_SYMBOL vmlinux 0x2889ab5d security_sk_classify_flow +EXPORT_SYMBOL vmlinux 0x289771bb commit_creds +EXPORT_SYMBOL vmlinux 0x289e4f66 tcp_stream_memory_free +EXPORT_SYMBOL vmlinux 0x28b6f8e5 filemap_range_has_page +EXPORT_SYMBOL vmlinux 0x28b7ca32 simple_nosetlease +EXPORT_SYMBOL vmlinux 0x28bb7de6 qdisc_hash_del +EXPORT_SYMBOL vmlinux 0x28c7e27d skb_queue_head +EXPORT_SYMBOL vmlinux 0x28cd8e9f page_pool_put_page_bulk +EXPORT_SYMBOL vmlinux 0x28d39f0b tty_insert_flip_string_fixed_flag +EXPORT_SYMBOL vmlinux 0x28d74b03 __skb_try_recv_datagram +EXPORT_SYMBOL vmlinux 0x28f94604 __ubsan_handle_builtin_unreachable +EXPORT_SYMBOL vmlinux 0x2908eb36 udplite_prot +EXPORT_SYMBOL vmlinux 0x29166288 __fib6_flush_trees +EXPORT_SYMBOL vmlinux 0x291d0032 security_binder_set_context_mgr +EXPORT_SYMBOL vmlinux 0x2927a7f7 i2c_smbus_write_i2c_block_data +EXPORT_SYMBOL vmlinux 0x293c7dbe ww_mutex_lock_interruptible +EXPORT_SYMBOL vmlinux 0x2942aaeb eth_mac_addr +EXPORT_SYMBOL vmlinux 0x2946d70b devm_memunmap +EXPORT_SYMBOL vmlinux 0x294bceda netif_set_real_num_rx_queues +EXPORT_SYMBOL vmlinux 0x294cfb9d mii_ethtool_get_link_ksettings +EXPORT_SYMBOL vmlinux 0x29604158 napi_busy_loop +EXPORT_SYMBOL vmlinux 0x29620937 kmalloc_trace +EXPORT_SYMBOL vmlinux 0x296b8bbf __kfifo_dma_in_prepare +EXPORT_SYMBOL vmlinux 0x296de29a netdev_adjacent_change_commit +EXPORT_SYMBOL vmlinux 0x297c8a7d dma_fence_allocate_private_stub +EXPORT_SYMBOL vmlinux 0x2998190c security_unix_may_send +EXPORT_SYMBOL vmlinux 0x299aa366 proc_set_user +EXPORT_SYMBOL vmlinux 0x299c7c0f acpi_get_hp_hw_control_from_firmware +EXPORT_SYMBOL vmlinux 0x29a65db8 skb_copy_expand +EXPORT_SYMBOL vmlinux 0x29abad02 dev_change_flags +EXPORT_SYMBOL vmlinux 0x29b89dad complete_request_key +EXPORT_SYMBOL vmlinux 0x29be3f89 set_capacity +EXPORT_SYMBOL vmlinux 0x29bfb5d4 ata_std_end_eh +EXPORT_SYMBOL vmlinux 0x29d263b5 pci_wake_from_d3 +EXPORT_SYMBOL vmlinux 0x29e1e204 hdmi_audio_infoframe_pack +EXPORT_SYMBOL vmlinux 0x29e1f85b netpoll_poll_disable +EXPORT_SYMBOL vmlinux 0x29f0cb1e inet_release +EXPORT_SYMBOL vmlinux 0x29fbe097 sock_queue_err_skb +EXPORT_SYMBOL vmlinux 0x2a19982a skb_realloc_headroom +EXPORT_SYMBOL vmlinux 0x2a303d4d check_signature +EXPORT_SYMBOL vmlinux 0x2a33ec90 security_path_mkdir +EXPORT_SYMBOL vmlinux 0x2a3c1241 copy_page_from_iter_atomic +EXPORT_SYMBOL vmlinux 0x2a5190d3 jbd2_journal_submit_inode_data_buffers +EXPORT_SYMBOL vmlinux 0x2a59d819 of_find_all_nodes +EXPORT_SYMBOL vmlinux 0x2a6a5aac sockopt_capable +EXPORT_SYMBOL vmlinux 0x2a8a0b96 page_frag_alloc_align +EXPORT_SYMBOL vmlinux 0x2a8e551d blk_set_stacking_limits +EXPORT_SYMBOL vmlinux 0x2a928918 slhc_free +EXPORT_SYMBOL vmlinux 0x2a9a3905 vme_master_get +EXPORT_SYMBOL vmlinux 0x2a9e5f53 vfs_ioctl +EXPORT_SYMBOL vmlinux 0x2aa0843e mempool_resize +EXPORT_SYMBOL vmlinux 0x2aa7bdd5 __netif_schedule +EXPORT_SYMBOL vmlinux 0x2aabaf9d xudma_tchan_get +EXPORT_SYMBOL vmlinux 0x2aabcdc8 vmalloc_array +EXPORT_SYMBOL vmlinux 0x2ab2ee91 brcmstb_get_product_id +EXPORT_SYMBOL vmlinux 0x2abe106f devm_ioremap_resource +EXPORT_SYMBOL vmlinux 0x2ac37ac9 netif_inherit_tso_max +EXPORT_SYMBOL vmlinux 0x2ac3aa4a tcp_md5_do_add +EXPORT_SYMBOL vmlinux 0x2ad5ebf2 __generic_file_fsync +EXPORT_SYMBOL vmlinux 0x2ad70a2a fwnode_graph_parse_endpoint +EXPORT_SYMBOL vmlinux 0x2adf312a jbd2_journal_destroy +EXPORT_SYMBOL vmlinux 0x2af298f2 skb_tx_error +EXPORT_SYMBOL vmlinux 0x2b0a6a64 rproc_del +EXPORT_SYMBOL vmlinux 0x2b1abce3 fman_has_errata_a050385 +EXPORT_SYMBOL vmlinux 0x2b33bd8e dev_uc_flush +EXPORT_SYMBOL vmlinux 0x2b4da353 pcie_get_width_cap +EXPORT_SYMBOL vmlinux 0x2b593aa8 gen_pool_alloc_algo_owner +EXPORT_SYMBOL vmlinux 0x2b59b744 tcf_exts_change +EXPORT_SYMBOL vmlinux 0x2b5b750f vga_set_legacy_decoding +EXPORT_SYMBOL vmlinux 0x2b6383b3 pci_map_rom +EXPORT_SYMBOL vmlinux 0x2b65569f security_dentry_init_security +EXPORT_SYMBOL vmlinux 0x2b80564f ndo_dflt_fdb_dump +EXPORT_SYMBOL vmlinux 0x2b95c46e kfree_skb_reason +EXPORT_SYMBOL vmlinux 0x2b9da7a4 genl_lock +EXPORT_SYMBOL vmlinux 0x2bad3fe8 xfrm6_rcv +EXPORT_SYMBOL vmlinux 0x2bae204e mt_find +EXPORT_SYMBOL vmlinux 0x2bb6099e dq_data_lock +EXPORT_SYMBOL vmlinux 0x2bd26a6a mode_strip_sgid +EXPORT_SYMBOL vmlinux 0x2bd60ab9 acpi_reset +EXPORT_SYMBOL vmlinux 0x2be73898 mipi_dsi_host_unregister +EXPORT_SYMBOL vmlinux 0x2bf3ade2 sock_no_shutdown +EXPORT_SYMBOL vmlinux 0x2bfbab10 __memmove +EXPORT_SYMBOL vmlinux 0x2c09d0b9 qdisc_watchdog_init +EXPORT_SYMBOL vmlinux 0x2c220a31 scm_detach_fds +EXPORT_SYMBOL vmlinux 0x2c2556a4 to_nd_pfn +EXPORT_SYMBOL vmlinux 0x2c256e1f input_scancode_to_scalar +EXPORT_SYMBOL vmlinux 0x2c2664d5 seg6_hmac_net_exit +EXPORT_SYMBOL vmlinux 0x2c329e54 tegra_powergate_sequence_power_up +EXPORT_SYMBOL vmlinux 0x2c4721a7 dup_iter +EXPORT_SYMBOL vmlinux 0x2c481bd3 cdc_parse_cdc_header +EXPORT_SYMBOL vmlinux 0x2c4a9ba6 padata_set_cpumask +EXPORT_SYMBOL vmlinux 0x2c541e7b radix_tree_next_chunk +EXPORT_SYMBOL vmlinux 0x2c564cb0 phy_ethtool_get_link_ksettings +EXPORT_SYMBOL vmlinux 0x2c66842e mmc_retune_unpause +EXPORT_SYMBOL vmlinux 0x2c66fc1e netif_set_real_num_tx_queues +EXPORT_SYMBOL vmlinux 0x2c71fbfb proc_dobool +EXPORT_SYMBOL vmlinux 0x2c75e3dd irq_domain_set_info +EXPORT_SYMBOL vmlinux 0x2c82c36a security_secmark_relabel_packet +EXPORT_SYMBOL vmlinux 0x2c85e9ba rtnl_configure_link +EXPORT_SYMBOL vmlinux 0x2c91e17c vm_get_page_prot +EXPORT_SYMBOL vmlinux 0x2ca7e11f filemap_fault +EXPORT_SYMBOL vmlinux 0x2cc3513f bio_add_page +EXPORT_SYMBOL vmlinux 0x2ccd059a dim_on_top +EXPORT_SYMBOL vmlinux 0x2cce9a94 xsk_tx_completed +EXPORT_SYMBOL vmlinux 0x2cd0dc06 simple_rename +EXPORT_SYMBOL vmlinux 0x2cd80346 xen_alloc_unpopulated_pages +EXPORT_SYMBOL vmlinux 0x2cd91c49 ihold +EXPORT_SYMBOL vmlinux 0x2cd999e9 tty_port_close +EXPORT_SYMBOL vmlinux 0x2cdf6ba4 invalidate_inode_buffers +EXPORT_SYMBOL vmlinux 0x2cdf87a1 proc_dointvec_minmax +EXPORT_SYMBOL vmlinux 0x2ce5f3c5 qman_start_using_portal +EXPORT_SYMBOL vmlinux 0x2cf0c910 sg_init_table +EXPORT_SYMBOL vmlinux 0x2cf2a7eb mount_subtree +EXPORT_SYMBOL vmlinux 0x2cf56265 __dynamic_pr_debug +EXPORT_SYMBOL vmlinux 0x2d038224 skb_copy_and_hash_datagram_iter +EXPORT_SYMBOL vmlinux 0x2d140a58 genl_unlock +EXPORT_SYMBOL vmlinux 0x2d198b97 find_vma +EXPORT_SYMBOL vmlinux 0x2d30596c from_kqid_munged +EXPORT_SYMBOL vmlinux 0x2d3385d3 system_wq +EXPORT_SYMBOL vmlinux 0x2d39b0a7 kstrdup +EXPORT_SYMBOL vmlinux 0x2d465279 of_parse_phandle_with_args_map +EXPORT_SYMBOL vmlinux 0x2d4919b4 input_match_device_id +EXPORT_SYMBOL vmlinux 0x2d4a92a7 skb_vlan_pop +EXPORT_SYMBOL vmlinux 0x2d4c773a hdmi_spd_infoframe_init +EXPORT_SYMBOL vmlinux 0x2d4daef5 find_font +EXPORT_SYMBOL vmlinux 0x2d515880 xfrm6_protocol_deregister +EXPORT_SYMBOL vmlinux 0x2d553b2a ethtool_op_get_ts_info +EXPORT_SYMBOL vmlinux 0x2d68beec irq_set_chip +EXPORT_SYMBOL vmlinux 0x2d912bca dmi_get_bios_year +EXPORT_SYMBOL vmlinux 0x2d920d00 ww_mutex_trylock +EXPORT_SYMBOL vmlinux 0x2d994605 security_inode_copy_up_xattr +EXPORT_SYMBOL vmlinux 0x2d9fc01b __scsi_device_lookup_by_target +EXPORT_SYMBOL vmlinux 0x2db66625 tegra_dfll_runtime_suspend +EXPORT_SYMBOL vmlinux 0x2db682ce twl6030_mmc_card_detect +EXPORT_SYMBOL vmlinux 0x2dbc1628 finalize_exec +EXPORT_SYMBOL vmlinux 0x2dce2f1c __irq_regs +EXPORT_SYMBOL vmlinux 0x2def6c03 iov_iter_bvec +EXPORT_SYMBOL vmlinux 0x2df03f6e get_user_pages_unlocked +EXPORT_SYMBOL vmlinux 0x2e060387 of_phy_connect +EXPORT_SYMBOL vmlinux 0x2e0b1deb dma_fence_get_status +EXPORT_SYMBOL vmlinux 0x2e1ca751 clk_put +EXPORT_SYMBOL vmlinux 0x2e1f939b devm_rproc_add +EXPORT_SYMBOL vmlinux 0x2e2b40d2 strncat +EXPORT_SYMBOL vmlinux 0x2e2c4ddc logic_inw +EXPORT_SYMBOL vmlinux 0x2e3bcce2 wait_for_completion_interruptible +EXPORT_SYMBOL vmlinux 0x2e3f87c6 twl6040_get_pll +EXPORT_SYMBOL vmlinux 0x2e439142 drm_get_panel_orientation_quirk +EXPORT_SYMBOL vmlinux 0x2e50e221 pci_reenable_device +EXPORT_SYMBOL vmlinux 0x2e518a3a get_user_pages +EXPORT_SYMBOL vmlinux 0x2e5b27da xudma_alloc_gp_rflow_range +EXPORT_SYMBOL vmlinux 0x2e5f0e7f xfrm_unregister_km +EXPORT_SYMBOL vmlinux 0x2e5f6e7c __ip_options_compile +EXPORT_SYMBOL vmlinux 0x2e6d5020 dm_kcopyd_zero +EXPORT_SYMBOL vmlinux 0x2e6ef813 neigh_connected_output +EXPORT_SYMBOL vmlinux 0x2e881519 tcp_peek_len +EXPORT_SYMBOL vmlinux 0x2ea3c2d8 mpage_read_folio +EXPORT_SYMBOL vmlinux 0x2ebddb95 kernel_accept +EXPORT_SYMBOL vmlinux 0x2ec6bba0 errseq_set +EXPORT_SYMBOL vmlinux 0x2ecf2524 tso_build_hdr +EXPORT_SYMBOL vmlinux 0x2ed37ffa dev_lstats_read +EXPORT_SYMBOL vmlinux 0x2ee4c2b1 hdmi_avi_infoframe_pack_only +EXPORT_SYMBOL vmlinux 0x2eecfab4 kernel_sendpage_locked +EXPORT_SYMBOL vmlinux 0x2efdfe6d generic_parse_monolithic +EXPORT_SYMBOL vmlinux 0x2f03fc4b security_secmark_refcount_inc +EXPORT_SYMBOL vmlinux 0x2f1254d1 ucc_tdm_init +EXPORT_SYMBOL vmlinux 0x2f169379 pci_restore_state +EXPORT_SYMBOL vmlinux 0x2f267dc4 fuse_dequeue_forget +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 0x2f74f4f2 dev_mc_unsync +EXPORT_SYMBOL vmlinux 0x2f7754a8 dma_pool_free +EXPORT_SYMBOL vmlinux 0x2f85711c put_cmsg_scm_timestamping64 +EXPORT_SYMBOL vmlinux 0x2f91b330 mark_page_accessed +EXPORT_SYMBOL vmlinux 0x2fd3e706 pci_disable_link_state +EXPORT_SYMBOL vmlinux 0x2fe07fe3 phy_drivers_register +EXPORT_SYMBOL vmlinux 0x2fe252cc unregister_inet6addr_notifier +EXPORT_SYMBOL vmlinux 0x2fe5b535 qcom_scm_assign_mem +EXPORT_SYMBOL vmlinux 0x2feea163 skb_tunnel_check_pmtu +EXPORT_SYMBOL vmlinux 0x2ffbf8f1 blk_mq_delay_run_hw_queue +EXPORT_SYMBOL vmlinux 0x3007a4cc xsk_get_pool_from_qid +EXPORT_SYMBOL vmlinux 0x300f43b9 pci_pme_active +EXPORT_SYMBOL vmlinux 0x3050a98e get_tree_single_reconf +EXPORT_SYMBOL vmlinux 0x30577fa4 tegra_ivc_read_get_next_frame +EXPORT_SYMBOL vmlinux 0x307613d0 kfree_skb_partial +EXPORT_SYMBOL vmlinux 0x307f18e4 tty_unthrottle +EXPORT_SYMBOL vmlinux 0x308e1ffd rtnl_kfree_skbs +EXPORT_SYMBOL vmlinux 0x309475b9 unix_destruct_scm +EXPORT_SYMBOL vmlinux 0x3096be16 names_cachep +EXPORT_SYMBOL vmlinux 0x30a80826 __kfifo_from_user +EXPORT_SYMBOL vmlinux 0x30acfde9 hsiphash_2u32 +EXPORT_SYMBOL vmlinux 0x30b80253 reuseport_detach_prog +EXPORT_SYMBOL vmlinux 0x30c7f416 phy_detach +EXPORT_SYMBOL vmlinux 0x30d2b247 tc_setup_cb_call +EXPORT_SYMBOL vmlinux 0x30f67998 vfs_statfs +EXPORT_SYMBOL vmlinux 0x3117d476 param_get_dyndbg_classes +EXPORT_SYMBOL vmlinux 0x3126a9e8 siphash_1u64 +EXPORT_SYMBOL vmlinux 0x312ed932 verify_spi_info +EXPORT_SYMBOL vmlinux 0x31382ada rproc_get_by_phandle +EXPORT_SYMBOL vmlinux 0x313fb37b qdisc_watchdog_cancel +EXPORT_SYMBOL vmlinux 0x3149e93a uart_update_timeout +EXPORT_SYMBOL vmlinux 0x3156545a dmam_free_coherent +EXPORT_SYMBOL vmlinux 0x31756143 key_move +EXPORT_SYMBOL vmlinux 0x319d493d proc_dostring +EXPORT_SYMBOL vmlinux 0x31a4767f qcom_scm_hdcp_available +EXPORT_SYMBOL vmlinux 0x31af01c7 fs_param_is_fd +EXPORT_SYMBOL vmlinux 0x31d0018b seq_write +EXPORT_SYMBOL vmlinux 0x31f5068e flow_rule_match_icmp +EXPORT_SYMBOL vmlinux 0x32034c01 iterate_fd +EXPORT_SYMBOL vmlinux 0x32130600 vfs_iter_read +EXPORT_SYMBOL vmlinux 0x3213f038 mutex_unlock +EXPORT_SYMBOL vmlinux 0x3221df67 __bitmap_subset +EXPORT_SYMBOL vmlinux 0x322392d2 task_work_add +EXPORT_SYMBOL vmlinux 0x3238d4d5 cros_ec_cmd_xfer_status +EXPORT_SYMBOL vmlinux 0x32394d4b qe_issue_cmd +EXPORT_SYMBOL vmlinux 0x3245bea2 dev_uc_add +EXPORT_SYMBOL vmlinux 0x324da82d tcp_setsockopt +EXPORT_SYMBOL vmlinux 0x324e619a pci_pme_capable +EXPORT_SYMBOL vmlinux 0x325430a4 free_buffer_head +EXPORT_SYMBOL vmlinux 0x325a506d pci_match_id +EXPORT_SYMBOL vmlinux 0x326180ca ipv6_push_frag_opts +EXPORT_SYMBOL vmlinux 0x32787823 __skb_ext_put +EXPORT_SYMBOL vmlinux 0x32797aaa __neigh_for_each_release +EXPORT_SYMBOL vmlinux 0x327c84bf vme_lm_attach +EXPORT_SYMBOL vmlinux 0x3283e6b0 prandom_seed_full_state +EXPORT_SYMBOL vmlinux 0x328b3d2c file_ns_capable +EXPORT_SYMBOL vmlinux 0x328d3a53 dm_kcopyd_copy +EXPORT_SYMBOL vmlinux 0x3295681a folio_wait_bit_killable +EXPORT_SYMBOL vmlinux 0x32958728 __traceiter_mmap_lock_released +EXPORT_SYMBOL vmlinux 0x32b058b4 napi_gro_flush +EXPORT_SYMBOL vmlinux 0x32cc841c ilookup +EXPORT_SYMBOL vmlinux 0x32ce3777 radix_tree_preload +EXPORT_SYMBOL vmlinux 0x32e6f1a0 acpi_video_backlight_string +EXPORT_SYMBOL vmlinux 0x32e8cfea mtree_load +EXPORT_SYMBOL vmlinux 0x32f01617 ip_sock_set_pktinfo +EXPORT_SYMBOL vmlinux 0x32f0c1e4 filemap_check_errors +EXPORT_SYMBOL vmlinux 0x33037fd8 logic_outl +EXPORT_SYMBOL vmlinux 0x331f9e93 nf_unregister_sockopt +EXPORT_SYMBOL vmlinux 0x3350aaea keyring_search +EXPORT_SYMBOL vmlinux 0x3352c26e free_mdio_bitbang +EXPORT_SYMBOL vmlinux 0x3358fcba xp_can_alloc +EXPORT_SYMBOL vmlinux 0x335bd158 md_wait_for_blocked_rdev +EXPORT_SYMBOL vmlinux 0x3369ea44 mtree_insert_range +EXPORT_SYMBOL vmlinux 0x33736a1d __genradix_ptr_alloc +EXPORT_SYMBOL vmlinux 0x3386befd rdmacg_try_charge +EXPORT_SYMBOL vmlinux 0x338d54d9 jbd2_journal_finish_inode_data_buffers +EXPORT_SYMBOL vmlinux 0x33a20631 kthread_bind +EXPORT_SYMBOL vmlinux 0x33a6c917 dcb_getapp +EXPORT_SYMBOL vmlinux 0x33b84ba2 phy_attached_info +EXPORT_SYMBOL vmlinux 0x33bf18df mipi_dsi_dcs_set_display_brightness_large +EXPORT_SYMBOL vmlinux 0x33eabe9b security_path_rename +EXPORT_SYMBOL vmlinux 0x33f0768c cpufreq_quick_get_max +EXPORT_SYMBOL vmlinux 0x33f19892 blk_mq_alloc_request +EXPORT_SYMBOL vmlinux 0x33fc7c96 kmem_cache_alloc_node +EXPORT_SYMBOL vmlinux 0x33fcf44a __kfifo_out_r +EXPORT_SYMBOL vmlinux 0x3402dc8b __write_overflow_field +EXPORT_SYMBOL vmlinux 0x34049fb2 blk_mq_complete_request +EXPORT_SYMBOL vmlinux 0x340a1ef7 tcp_seq_start +EXPORT_SYMBOL vmlinux 0x34102569 tcp_simple_retransmit +EXPORT_SYMBOL vmlinux 0x3417a801 d_exact_alias +EXPORT_SYMBOL vmlinux 0x341b5188 _copy_to_iter +EXPORT_SYMBOL vmlinux 0x3424daf8 __traceiter_dma_fence_enable_signal +EXPORT_SYMBOL vmlinux 0x3445fcd5 alloc_pages +EXPORT_SYMBOL vmlinux 0x3446a40f blk_mq_run_hw_queues +EXPORT_SYMBOL vmlinux 0x34502d51 zpool_register_driver +EXPORT_SYMBOL vmlinux 0x34679e06 phy_attached_info_irq +EXPORT_SYMBOL vmlinux 0x34709b97 pcim_iomap +EXPORT_SYMBOL vmlinux 0x34915768 nd_device_notify +EXPORT_SYMBOL vmlinux 0x349cba85 strchr +EXPORT_SYMBOL vmlinux 0x34a1f7e3 acpi_processor_get_psd +EXPORT_SYMBOL vmlinux 0x34b979cf bio_kmalloc +EXPORT_SYMBOL vmlinux 0x34c5bd00 f_setown +EXPORT_SYMBOL vmlinux 0x34c7cdbc lookup_bdev +EXPORT_SYMBOL vmlinux 0x34cf35fc inet6_release +EXPORT_SYMBOL vmlinux 0x34d18ef7 mmc_cqe_post_req +EXPORT_SYMBOL vmlinux 0x34db050b _raw_spin_lock_irqsave +EXPORT_SYMBOL vmlinux 0x34eb6006 mdiobb_read +EXPORT_SYMBOL vmlinux 0x34f2f55d mipi_dsi_dcs_write_buffer +EXPORT_SYMBOL vmlinux 0x34f3484e security_tun_dev_attach_queue +EXPORT_SYMBOL vmlinux 0x350ea558 dma_fence_default_wait +EXPORT_SYMBOL vmlinux 0x3517383e register_reboot_notifier +EXPORT_SYMBOL vmlinux 0x3536190d dump_emit +EXPORT_SYMBOL vmlinux 0x3539cf1f tc_cleanup_offload_action +EXPORT_SYMBOL vmlinux 0x3539f11b match_strlcpy +EXPORT_SYMBOL vmlinux 0x354fe046 fc_mount +EXPORT_SYMBOL vmlinux 0x355bb669 eth_gro_complete +EXPORT_SYMBOL vmlinux 0x356461c8 rtc_time64_to_tm +EXPORT_SYMBOL vmlinux 0x357c30c4 clear_inode +EXPORT_SYMBOL vmlinux 0x358f1f98 __dev_get_by_flags +EXPORT_SYMBOL vmlinux 0x3597dd49 scsi_device_lookup +EXPORT_SYMBOL vmlinux 0x359c90c9 pci_enable_device_mem +EXPORT_SYMBOL vmlinux 0x359f23f2 of_find_node_with_property +EXPORT_SYMBOL vmlinux 0x35a88f28 zlib_inflateInit2 +EXPORT_SYMBOL vmlinux 0x35b20aff inet_csk_init_xmit_timers +EXPORT_SYMBOL vmlinux 0x35b6251f tc_setup_cb_replace +EXPORT_SYMBOL vmlinux 0x35d8f7f8 param_set_ullong +EXPORT_SYMBOL vmlinux 0x35f79b20 xfrm_state_unregister_afinfo +EXPORT_SYMBOL vmlinux 0x35fed5d8 generic_pipe_buf_try_steal +EXPORT_SYMBOL vmlinux 0x360b1afe probe_irq_mask +EXPORT_SYMBOL vmlinux 0x362916f1 phy_advertise_supported +EXPORT_SYMBOL vmlinux 0x362c9de0 of_device_register +EXPORT_SYMBOL vmlinux 0x363991af pci_bus_read_dev_vendor_id +EXPORT_SYMBOL vmlinux 0x363cf3bc devm_release_resource +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 0x367953a8 init_task +EXPORT_SYMBOL vmlinux 0x3687b583 dev_get_mac_address +EXPORT_SYMBOL vmlinux 0x369a3773 tcf_block_get +EXPORT_SYMBOL vmlinux 0x36a1dffb show_init_ipc_ns +EXPORT_SYMBOL vmlinux 0x36a2e81f vme_irq_handler +EXPORT_SYMBOL vmlinux 0x36b6ebbf down_killable +EXPORT_SYMBOL vmlinux 0x36b75e0d scsi_scan_target +EXPORT_SYMBOL vmlinux 0x36d2ac77 tcf_get_next_proto +EXPORT_SYMBOL vmlinux 0x36d7ea68 ip_mc_check_igmp +EXPORT_SYMBOL vmlinux 0x36da64a9 dma_get_sgtable_attrs +EXPORT_SYMBOL vmlinux 0x36e69fcf tc_setup_cb_destroy +EXPORT_SYMBOL vmlinux 0x36ec5d6f __zerocopy_sg_from_iter +EXPORT_SYMBOL vmlinux 0x36fda0c1 reuseport_has_conns_set +EXPORT_SYMBOL vmlinux 0x36fed43e deactivate_locked_super +EXPORT_SYMBOL vmlinux 0x370188ac phy_ethtool_ksettings_set +EXPORT_SYMBOL vmlinux 0x37110088 remove_wait_queue +EXPORT_SYMBOL vmlinux 0x37127810 netlink_kernel_release +EXPORT_SYMBOL vmlinux 0x37157382 trace_raw_output_prep +EXPORT_SYMBOL vmlinux 0x371888e9 dst_release +EXPORT_SYMBOL vmlinux 0x3718c7fa vm_map_ram +EXPORT_SYMBOL vmlinux 0x371e1953 __printk_cpu_sync_wait +EXPORT_SYMBOL vmlinux 0x371e95b4 xfrm_find_acq +EXPORT_SYMBOL vmlinux 0x372b9477 pnp_release_card_device +EXPORT_SYMBOL vmlinux 0x3744cf36 vmalloc_to_pfn +EXPORT_SYMBOL vmlinux 0x374f6bb3 unregister_nls +EXPORT_SYMBOL vmlinux 0x3752c040 dma_async_device_register +EXPORT_SYMBOL vmlinux 0x3755f990 gf128mul_init_64k_bbe +EXPORT_SYMBOL vmlinux 0x377d8004 acpi_error +EXPORT_SYMBOL vmlinux 0x378025bf timestamp_truncate +EXPORT_SYMBOL vmlinux 0x378417e1 scsi_report_bus_reset +EXPORT_SYMBOL vmlinux 0x37925bc1 tcf_em_unregister +EXPORT_SYMBOL vmlinux 0x37aa53f6 __i2c_smbus_xfer +EXPORT_SYMBOL vmlinux 0x37aedbf2 devm_pci_remap_cfgspace +EXPORT_SYMBOL vmlinux 0x37b6022e security_inode_copy_up +EXPORT_SYMBOL vmlinux 0x37b8b39e screen_info +EXPORT_SYMBOL vmlinux 0x37befc70 jiffies_to_msecs +EXPORT_SYMBOL vmlinux 0x37db8f19 dmi_get_date +EXPORT_SYMBOL vmlinux 0x380693aa iov_iter_single_seg_count +EXPORT_SYMBOL vmlinux 0x381a798a setup_max_cpus +EXPORT_SYMBOL vmlinux 0x38362888 pcie_capability_clear_and_set_dword +EXPORT_SYMBOL vmlinux 0x383d0576 kern_path +EXPORT_SYMBOL vmlinux 0x3847c0e7 scsi_host_lookup +EXPORT_SYMBOL vmlinux 0x3853358d inode_set_bytes +EXPORT_SYMBOL vmlinux 0x3854774b kstrtoll +EXPORT_SYMBOL vmlinux 0x387ed54c tcf_action_set_ctrlact +EXPORT_SYMBOL vmlinux 0x387f9b33 __xfrm_state_destroy +EXPORT_SYMBOL vmlinux 0x38869d88 kstat +EXPORT_SYMBOL vmlinux 0x38875a4b mipi_dsi_dcs_write +EXPORT_SYMBOL vmlinux 0x388966c8 alloc_netdev_mqs +EXPORT_SYMBOL vmlinux 0x388aa3c9 neigh_proc_dointvec_ms_jiffies +EXPORT_SYMBOL vmlinux 0x388f1a2c xen_alloc_ballooned_pages +EXPORT_SYMBOL vmlinux 0x3891ffc8 ecryptfs_fill_auth_tok +EXPORT_SYMBOL vmlinux 0x38935cf2 fb_pan_display +EXPORT_SYMBOL vmlinux 0x389617b0 LZ4_decompress_fast_continue +EXPORT_SYMBOL vmlinux 0x389acf0c gpmc_configure +EXPORT_SYMBOL vmlinux 0x38a4c3f2 tcp_sock_set_cork +EXPORT_SYMBOL vmlinux 0x38a71b7e pci_free_resource_list +EXPORT_SYMBOL vmlinux 0x38a9f7c5 in6addr_loopback +EXPORT_SYMBOL vmlinux 0x38afdbac sock_diag_put_filterinfo +EXPORT_SYMBOL vmlinux 0x38b65acf drop_nlink +EXPORT_SYMBOL vmlinux 0x38e46431 mempool_exit +EXPORT_SYMBOL vmlinux 0x38faa5b0 ppp_output_wakeup +EXPORT_SYMBOL vmlinux 0x390552a3 ip6_route_me_harder +EXPORT_SYMBOL vmlinux 0x3906a03c netlink_set_err +EXPORT_SYMBOL vmlinux 0x391df80a netstamp_needed_key +EXPORT_SYMBOL vmlinux 0x3928efe9 __per_cpu_offset +EXPORT_SYMBOL vmlinux 0x392b1264 xfrm4_rcv_encap +EXPORT_SYMBOL vmlinux 0x392b1fea wait_for_completion_io +EXPORT_SYMBOL vmlinux 0x3939f8f0 rfkill_pause_polling +EXPORT_SYMBOL vmlinux 0x3946159d vfs_fileattr_get +EXPORT_SYMBOL vmlinux 0x39461d6a in_egroup_p +EXPORT_SYMBOL vmlinux 0x394a1e11 phy_sfp_attach +EXPORT_SYMBOL vmlinux 0x3955fcf6 __kfifo_in_r +EXPORT_SYMBOL vmlinux 0x39676178 devfreq_remove_governor +EXPORT_SYMBOL vmlinux 0x397a5a10 pci_bus_add_devices +EXPORT_SYMBOL vmlinux 0x3981165a d_obtain_root +EXPORT_SYMBOL vmlinux 0x3983a1eb __napi_schedule +EXPORT_SYMBOL vmlinux 0x3989a7e4 md_check_no_bitmap +EXPORT_SYMBOL vmlinux 0x398e530e param_ops_short +EXPORT_SYMBOL vmlinux 0x3995fab8 of_graph_get_remote_port +EXPORT_SYMBOL vmlinux 0x39991865 icmp_global_allow +EXPORT_SYMBOL vmlinux 0x399ad043 __kfifo_dma_out_finish_r +EXPORT_SYMBOL vmlinux 0x399ae19a inet_csk_destroy_sock +EXPORT_SYMBOL vmlinux 0x399e30dc kobject_del +EXPORT_SYMBOL vmlinux 0x39a8d51e inode_maybe_inc_iversion +EXPORT_SYMBOL vmlinux 0x39b12223 __acpi_handle_debug +EXPORT_SYMBOL vmlinux 0x39b72fdf d_invalidate +EXPORT_SYMBOL vmlinux 0x39b8d49c cpu_rmap_update +EXPORT_SYMBOL vmlinux 0x39be4b8e qman_volatile_dequeue +EXPORT_SYMBOL vmlinux 0x39c74235 dm_read_arg_group +EXPORT_SYMBOL vmlinux 0x39d839f8 rtnl_offload_xstats_notify +EXPORT_SYMBOL vmlinux 0x39d95ca4 zstd_reset_cstream +EXPORT_SYMBOL vmlinux 0x39e1e706 address_space_init_once +EXPORT_SYMBOL vmlinux 0x39e48f8b ip_sock_set_tos +EXPORT_SYMBOL vmlinux 0x3a010af1 __dquot_alloc_space +EXPORT_SYMBOL vmlinux 0x3a113dc9 remove_watch_from_object +EXPORT_SYMBOL vmlinux 0x3a1e9c89 dev_remove_pack +EXPORT_SYMBOL vmlinux 0x3a214dcf mmc_remove_host +EXPORT_SYMBOL vmlinux 0x3a29858a pci_get_device +EXPORT_SYMBOL vmlinux 0x3a3773ce key_payload_reserve +EXPORT_SYMBOL vmlinux 0x3a391963 of_get_cpu_node +EXPORT_SYMBOL vmlinux 0x3a4f9d28 rng_is_initialized +EXPORT_SYMBOL vmlinux 0x3a57554f __lock_sock_fast +EXPORT_SYMBOL vmlinux 0x3a9a48da phy_aneg_done +EXPORT_SYMBOL vmlinux 0x3ab28948 console_srcu_read_lock +EXPORT_SYMBOL vmlinux 0x3ab7b1cc scsi_set_sense_field_pointer +EXPORT_SYMBOL vmlinux 0x3abd9da5 remove_proc_entry +EXPORT_SYMBOL vmlinux 0x3aca0190 _raw_write_lock_irq +EXPORT_SYMBOL vmlinux 0x3aca5d63 set_disk_ro +EXPORT_SYMBOL vmlinux 0x3acd1cca vfs_mkobj +EXPORT_SYMBOL vmlinux 0x3acd9f2c mdiobus_unregister +EXPORT_SYMBOL vmlinux 0x3ad13e44 input_set_abs_params +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 0x3adbc7b1 scsi_host_get +EXPORT_SYMBOL vmlinux 0x3adfa8e9 skb_checksum_trimmed +EXPORT_SYMBOL vmlinux 0x3ae34aeb zstd_init_dctx +EXPORT_SYMBOL vmlinux 0x3aebaba1 ipv6_dev_mc_inc +EXPORT_SYMBOL vmlinux 0x3aff3200 acpi_evaluate_object_typed +EXPORT_SYMBOL vmlinux 0x3b0f23d2 xudma_is_pktdma +EXPORT_SYMBOL vmlinux 0x3b20fb95 dma_fence_remove_callback +EXPORT_SYMBOL vmlinux 0x3b230da3 mmc_gpio_get_cd +EXPORT_SYMBOL vmlinux 0x3b2f8f20 ata_scsi_cmd_error_handler +EXPORT_SYMBOL vmlinux 0x3b321462 LZ4_setStreamDecode +EXPORT_SYMBOL vmlinux 0x3b53af80 _copy_from_iter +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 0x3b7ae97e netdev_name_in_use +EXPORT_SYMBOL vmlinux 0x3b8b85bb unix_get_socket +EXPORT_SYMBOL vmlinux 0x3b9144c9 acpi_get_current_resources +EXPORT_SYMBOL vmlinux 0x3ba002d1 netif_skb_features +EXPORT_SYMBOL vmlinux 0x3bad6f8c insert_inode_locked +EXPORT_SYMBOL vmlinux 0x3bb274ab touchscreen_report_pos +EXPORT_SYMBOL vmlinux 0x3bb49a84 vfs_mknod +EXPORT_SYMBOL vmlinux 0x3bcb9076 page_symlink +EXPORT_SYMBOL vmlinux 0x3bd6e951 pcim_iounmap +EXPORT_SYMBOL vmlinux 0x3be7f862 sk_error_report +EXPORT_SYMBOL vmlinux 0x3becd8e1 backlight_device_set_brightness +EXPORT_SYMBOL vmlinux 0x3bfdcdee __nla_put +EXPORT_SYMBOL vmlinux 0x3c0948a8 clkdev_add +EXPORT_SYMBOL vmlinux 0x3c0c08b5 seg6_push_hmac +EXPORT_SYMBOL vmlinux 0x3c0e1620 qcom_scm_pas_metadata_release +EXPORT_SYMBOL vmlinux 0x3c163342 netdev_state_change +EXPORT_SYMBOL vmlinux 0x3c185c61 page_put_link +EXPORT_SYMBOL vmlinux 0x3c3215c4 qe_immr +EXPORT_SYMBOL vmlinux 0x3c3b3cfd km_state_expired +EXPORT_SYMBOL vmlinux 0x3c3fce39 __local_bh_enable_ip +EXPORT_SYMBOL vmlinux 0x3c3ff9fd sprintf +EXPORT_SYMBOL vmlinux 0x3c5299cd dma_map_sg_attrs +EXPORT_SYMBOL vmlinux 0x3c612c14 hmm_range_fault +EXPORT_SYMBOL vmlinux 0x3c712e37 fwnode_irq_get_byname +EXPORT_SYMBOL vmlinux 0x3c9a2bbc inode_get_bytes +EXPORT_SYMBOL vmlinux 0x3ca7edf1 ppp_dev_name +EXPORT_SYMBOL vmlinux 0x3caaa7d8 km_report +EXPORT_SYMBOL vmlinux 0x3cb23db3 console_srcu_read_unlock +EXPORT_SYMBOL vmlinux 0x3cbad6b0 sync_mapping_buffers +EXPORT_SYMBOL vmlinux 0x3cbb940b zstd_init_dstream +EXPORT_SYMBOL vmlinux 0x3cd9ed83 logic_insw +EXPORT_SYMBOL vmlinux 0x3ce07689 unix_attach_fds +EXPORT_SYMBOL vmlinux 0x3ce4ca6f disable_irq +EXPORT_SYMBOL vmlinux 0x3ce53787 __sk_dst_check +EXPORT_SYMBOL vmlinux 0x3cf054d3 kobject_get +EXPORT_SYMBOL vmlinux 0x3cf80e29 netdev_rx_csum_fault +EXPORT_SYMBOL vmlinux 0x3d02cd70 dma_fence_signal_locked +EXPORT_SYMBOL vmlinux 0x3d0332cf sock_set_priority +EXPORT_SYMBOL vmlinux 0x3d071207 inet6_add_offload +EXPORT_SYMBOL vmlinux 0x3d210724 gen_pool_dma_zalloc_align +EXPORT_SYMBOL vmlinux 0x3d2b6e8a pcim_pin_device +EXPORT_SYMBOL vmlinux 0x3d31a35e pcie_capability_read_dword +EXPORT_SYMBOL vmlinux 0x3d5281ed pci_choose_state +EXPORT_SYMBOL vmlinux 0x3d7330cc phy_start +EXPORT_SYMBOL vmlinux 0x3d740a59 register_md_cluster_operations +EXPORT_SYMBOL vmlinux 0x3d7dcf47 key_alloc +EXPORT_SYMBOL vmlinux 0x3d93c7c2 __arm_smccc_sve_check +EXPORT_SYMBOL vmlinux 0x3d9aabe0 __sock_create +EXPORT_SYMBOL vmlinux 0x3d9ee9f0 clear_page +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 0x3dba497f mipi_dsi_dcs_enter_sleep_mode +EXPORT_SYMBOL vmlinux 0x3dc619d3 swake_up_locked +EXPORT_SYMBOL vmlinux 0x3dcb88a0 irq_set_handler_data +EXPORT_SYMBOL vmlinux 0x3dd37aef inet_getname +EXPORT_SYMBOL vmlinux 0x3dd3f054 xudma_rchan_get_id +EXPORT_SYMBOL vmlinux 0x3dd9b230 proc_dointvec_userhz_jiffies +EXPORT_SYMBOL vmlinux 0x3de26376 skb_get_hash_perturb +EXPORT_SYMBOL vmlinux 0x3decf187 pnp_activate_dev +EXPORT_SYMBOL vmlinux 0x3dee3153 nvdimm_namespace_locked +EXPORT_SYMBOL vmlinux 0x3dfb86b9 resource_list_create_entry +EXPORT_SYMBOL vmlinux 0x3dfc897c seq_hlist_start_head +EXPORT_SYMBOL vmlinux 0x3e07f29f mntput +EXPORT_SYMBOL vmlinux 0x3e1dc524 inet_ioctl +EXPORT_SYMBOL vmlinux 0x3e31e4dc iget5_locked +EXPORT_SYMBOL vmlinux 0x3e361c7e lookup_one_len_unlocked +EXPORT_SYMBOL vmlinux 0x3e3bad0a __tasklet_hi_schedule +EXPORT_SYMBOL vmlinux 0x3e3e6214 __dst_destroy_metrics_generic +EXPORT_SYMBOL vmlinux 0x3e576263 ip_cmsg_recv_offset +EXPORT_SYMBOL vmlinux 0x3e79fb00 arm_smccc_1_2_smc +EXPORT_SYMBOL vmlinux 0x3ea98eec dev_get_by_napi_id +EXPORT_SYMBOL vmlinux 0x3eaac815 simple_lookup +EXPORT_SYMBOL vmlinux 0x3eccbe2c __find_nth_bit +EXPORT_SYMBOL vmlinux 0x3ee0464d devm_extcon_register_notifier +EXPORT_SYMBOL vmlinux 0x3ef73907 pcim_iounmap_regions +EXPORT_SYMBOL vmlinux 0x3efbe3b0 __ClearPageMovable +EXPORT_SYMBOL vmlinux 0x3efe1703 phy_unregister_fixup_for_id +EXPORT_SYMBOL vmlinux 0x3f0eabd2 xxh64_update +EXPORT_SYMBOL vmlinux 0x3f1193e0 sock_set_sndtimeo +EXPORT_SYMBOL vmlinux 0x3f34644d zstd_dstream_workspace_bound +EXPORT_SYMBOL vmlinux 0x3f3c90f7 devfreq_suspend_device +EXPORT_SYMBOL vmlinux 0x3f4547a7 put_unused_fd +EXPORT_SYMBOL vmlinux 0x3f4bd846 gen_pool_first_fit_order_align +EXPORT_SYMBOL vmlinux 0x3f53b271 phy_mac_interrupt +EXPORT_SYMBOL vmlinux 0x3f6685f3 set_user_nice +EXPORT_SYMBOL vmlinux 0x3f6cad30 pm860x_set_bits +EXPORT_SYMBOL vmlinux 0x3f89071b security_ib_pkey_access +EXPORT_SYMBOL vmlinux 0x3f9c9cf8 dev_mc_add_excl +EXPORT_SYMBOL vmlinux 0x3fa1cdfd phy_ethtool_get_wol +EXPORT_SYMBOL vmlinux 0x3faa314a dev_mc_add_global +EXPORT_SYMBOL vmlinux 0x3fbf3c89 vme_slave_set +EXPORT_SYMBOL vmlinux 0x3fc0ffe0 tegra_dfll_register +EXPORT_SYMBOL vmlinux 0x3fcf35e4 neigh_xmit +EXPORT_SYMBOL vmlinux 0x3fd78f3b register_chrdev_region +EXPORT_SYMBOL vmlinux 0x3fe2ccbe memweight +EXPORT_SYMBOL vmlinux 0x4014f1cd inet_register_protosw +EXPORT_SYMBOL vmlinux 0x4019f8b6 elv_rb_find +EXPORT_SYMBOL vmlinux 0x40235c98 _raw_write_unlock +EXPORT_SYMBOL vmlinux 0x40388734 of_cpu_node_to_id +EXPORT_SYMBOL vmlinux 0x406445e8 devm_ioport_map +EXPORT_SYMBOL vmlinux 0x40795221 unregister_mii_timestamper +EXPORT_SYMBOL vmlinux 0x407e9acd locks_lock_inode_wait +EXPORT_SYMBOL vmlinux 0x40863ba1 ioremap_prot +EXPORT_SYMBOL vmlinux 0x4089d947 inet_sk_rx_dst_set +EXPORT_SYMBOL vmlinux 0x408fcfa0 phy_register_fixup_for_id +EXPORT_SYMBOL vmlinux 0x4094936f blk_queue_flag_set +EXPORT_SYMBOL vmlinux 0x40973662 sysctl_udp_mem +EXPORT_SYMBOL vmlinux 0x40a62432 __nla_validate +EXPORT_SYMBOL vmlinux 0x40a9b349 vzalloc +EXPORT_SYMBOL vmlinux 0x40c7247c si_meminfo +EXPORT_SYMBOL vmlinux 0x40ce5741 of_device_alloc +EXPORT_SYMBOL vmlinux 0x40d04664 console_trylock +EXPORT_SYMBOL vmlinux 0x40d0ae89 cfb_fillrect +EXPORT_SYMBOL vmlinux 0x40d59096 unregister_restart_handler +EXPORT_SYMBOL vmlinux 0x40e3ff5a _dev_info +EXPORT_SYMBOL vmlinux 0x40f76a86 __vcalloc +EXPORT_SYMBOL vmlinux 0x41109a96 truncate_inode_pages_range +EXPORT_SYMBOL vmlinux 0x4120b2fc fb_show_logo +EXPORT_SYMBOL vmlinux 0x412f893c page_offline_begin +EXPORT_SYMBOL vmlinux 0x41482d8b strndup_user +EXPORT_SYMBOL vmlinux 0x414da5e5 qman_enqueue +EXPORT_SYMBOL vmlinux 0x4156c537 migrate_folio +EXPORT_SYMBOL vmlinux 0x415be6d9 gnet_stats_start_copy +EXPORT_SYMBOL vmlinux 0x415dfdf7 tcf_register_action +EXPORT_SYMBOL vmlinux 0x415e735b kmalloc_node_trace +EXPORT_SYMBOL vmlinux 0x41818533 par_io_of_config +EXPORT_SYMBOL vmlinux 0x4188d439 neigh_rand_reach_time +EXPORT_SYMBOL vmlinux 0x41a30bef mtree_store_range +EXPORT_SYMBOL vmlinux 0x41ab315f rproc_vq_interrupt +EXPORT_SYMBOL vmlinux 0x41c50391 phy_attached_print +EXPORT_SYMBOL vmlinux 0x41d49d65 jbd2__journal_restart +EXPORT_SYMBOL vmlinux 0x41e2d068 blk_rq_map_kern +EXPORT_SYMBOL vmlinux 0x41ed3709 get_random_bytes +EXPORT_SYMBOL vmlinux 0x41efdeaf radix_tree_lookup_slot +EXPORT_SYMBOL vmlinux 0x42201438 generic_mii_ioctl +EXPORT_SYMBOL vmlinux 0x4248ae3c single_task_running +EXPORT_SYMBOL vmlinux 0x424d3620 zlib_inflateIncomp +EXPORT_SYMBOL vmlinux 0x4251b8e4 put_disk +EXPORT_SYMBOL vmlinux 0x42578e80 acpi_get_type +EXPORT_SYMBOL vmlinux 0x426495e6 sk_alloc +EXPORT_SYMBOL vmlinux 0x4287a3fd bioset_exit +EXPORT_SYMBOL vmlinux 0x4287b225 inet_put_port +EXPORT_SYMBOL vmlinux 0x429367ae vfs_get_link +EXPORT_SYMBOL vmlinux 0x429444a5 gro_cells_receive +EXPORT_SYMBOL vmlinux 0x4299ef87 seq_read +EXPORT_SYMBOL vmlinux 0x42a5dc21 iterate_dir +EXPORT_SYMBOL vmlinux 0x42bb0cd6 blk_post_runtime_suspend +EXPORT_SYMBOL vmlinux 0x42bed8d4 unix_gc_lock +EXPORT_SYMBOL vmlinux 0x42cc6e40 input_allocate_device +EXPORT_SYMBOL vmlinux 0x42deac96 phy_queue_state_machine +EXPORT_SYMBOL vmlinux 0x42f1b900 fb_pad_unaligned_buffer +EXPORT_SYMBOL vmlinux 0x42f7d058 proc_create_seq_private +EXPORT_SYMBOL vmlinux 0x4302d0eb free_pages +EXPORT_SYMBOL vmlinux 0x4318216b tty_kref_put +EXPORT_SYMBOL vmlinux 0x431b77dd d_set_fallthru +EXPORT_SYMBOL vmlinux 0x4320316a scsi_change_queue_depth +EXPORT_SYMBOL vmlinux 0x43210760 inet6_csk_route_req +EXPORT_SYMBOL vmlinux 0x4332b054 tcf_exts_num_actions +EXPORT_SYMBOL vmlinux 0x4336fcca ucs2_as_utf8 +EXPORT_SYMBOL vmlinux 0x433cabfb acpi_decode_pld_buffer +EXPORT_SYMBOL vmlinux 0x4351577a fb_parse_edid +EXPORT_SYMBOL vmlinux 0x43561947 bdev_check_media_change +EXPORT_SYMBOL vmlinux 0x437a0d6d __sock_tx_timestamp +EXPORT_SYMBOL vmlinux 0x437e2398 param_get_bool +EXPORT_SYMBOL vmlinux 0x438610bd security_tun_dev_alloc_security +EXPORT_SYMBOL vmlinux 0x43867e4d nf_log_packet +EXPORT_SYMBOL vmlinux 0x438e1543 skb_clone +EXPORT_SYMBOL vmlinux 0x438e1df4 eth_header +EXPORT_SYMBOL vmlinux 0x439f523b ip_sock_set_freebind +EXPORT_SYMBOL vmlinux 0x43a22555 tcf_idrinfo_destroy +EXPORT_SYMBOL vmlinux 0x43b0c9c3 preempt_schedule +EXPORT_SYMBOL vmlinux 0x43b78c82 single_open +EXPORT_SYMBOL vmlinux 0x43babd19 sg_init_one +EXPORT_SYMBOL vmlinux 0x43bd98f2 ipv6_find_hdr +EXPORT_SYMBOL vmlinux 0x43cf192a user_path_create +EXPORT_SYMBOL vmlinux 0x43d22fb9 groups_alloc +EXPORT_SYMBOL vmlinux 0x43d38095 i2c_del_adapter +EXPORT_SYMBOL vmlinux 0x43dd3e99 __dec_zone_page_state +EXPORT_SYMBOL vmlinux 0x43f9ebc8 slhc_remember +EXPORT_SYMBOL vmlinux 0x4403bbd0 imx_sc_misc_set_control +EXPORT_SYMBOL vmlinux 0x44067b11 pci_release_regions +EXPORT_SYMBOL vmlinux 0x440aa18f xp_dma_sync_for_device_slow +EXPORT_SYMBOL vmlinux 0x4423da1d xfrm_register_km +EXPORT_SYMBOL vmlinux 0x4442ab54 tty_do_resize +EXPORT_SYMBOL vmlinux 0x44469a76 crc_ccitt_false_table +EXPORT_SYMBOL vmlinux 0x4454128b vfs_setpos +EXPORT_SYMBOL vmlinux 0x445e56e6 simple_dentry_operations +EXPORT_SYMBOL vmlinux 0x4462d35e cpufreq_get_hw_max_freq +EXPORT_SYMBOL vmlinux 0x446457ea ip_setsockopt +EXPORT_SYMBOL vmlinux 0x447536e1 blk_mq_delay_kick_requeue_list +EXPORT_SYMBOL vmlinux 0x448e70ec flow_block_cb_incref +EXPORT_SYMBOL vmlinux 0x4497be7d flow_block_cb_decref +EXPORT_SYMBOL vmlinux 0x449ad0a7 memcmp +EXPORT_SYMBOL vmlinux 0x44a6aa0b proc_mkdir_mode +EXPORT_SYMBOL vmlinux 0x44a6e90a irq_cpu_rmap_add +EXPORT_SYMBOL vmlinux 0x44a9d981 skb_unlink +EXPORT_SYMBOL vmlinux 0x44b265c6 netdev_has_upper_dev +EXPORT_SYMBOL vmlinux 0x44b28a65 cros_ec_get_host_event +EXPORT_SYMBOL vmlinux 0x44b79ea7 iov_iter_get_pages2 +EXPORT_SYMBOL vmlinux 0x44ce03df skb_abort_seq_read +EXPORT_SYMBOL vmlinux 0x44e475d2 bh_uptodate_or_lock +EXPORT_SYMBOL vmlinux 0x44e9a829 match_token +EXPORT_SYMBOL vmlinux 0x44fb26fb of_node_name_prefix +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 0x450db2c1 skb_put +EXPORT_SYMBOL vmlinux 0x45206c32 write_cache_pages +EXPORT_SYMBOL vmlinux 0x452413a1 qman_alloc_pool_range +EXPORT_SYMBOL vmlinux 0x4528a712 page_zero_new_buffers +EXPORT_SYMBOL vmlinux 0x452b332f skb_page_frag_refill +EXPORT_SYMBOL vmlinux 0x452ba683 ipv6_ext_hdr +EXPORT_SYMBOL vmlinux 0x453188fc proto_unregister +EXPORT_SYMBOL vmlinux 0x453c8403 pci_msi_enabled +EXPORT_SYMBOL vmlinux 0x45535485 xxh32_update +EXPORT_SYMBOL vmlinux 0x4560a5c8 set_binfmt +EXPORT_SYMBOL vmlinux 0x4562b635 tegra_dfll_suspend +EXPORT_SYMBOL vmlinux 0x456754e3 sync_file_create +EXPORT_SYMBOL vmlinux 0x456874bf posix_acl_from_xattr +EXPORT_SYMBOL vmlinux 0x4575a041 mr_mfc_find_any +EXPORT_SYMBOL vmlinux 0x4578f528 __kfifo_to_user +EXPORT_SYMBOL vmlinux 0x4580edca inet6_bind +EXPORT_SYMBOL vmlinux 0x459ff426 genl_register_family +EXPORT_SYMBOL vmlinux 0x45b38690 simple_transaction_get +EXPORT_SYMBOL vmlinux 0x45ca1777 load_nls_default +EXPORT_SYMBOL vmlinux 0x460f4a34 flow_hash_from_keys +EXPORT_SYMBOL vmlinux 0x461ae30a filemap_get_folios +EXPORT_SYMBOL vmlinux 0x461dcb44 tcp_initialize_rcv_mss +EXPORT_SYMBOL vmlinux 0x463bada5 xfrm_policy_register_afinfo +EXPORT_SYMBOL vmlinux 0x46420e12 nd_region_acquire_lane +EXPORT_SYMBOL vmlinux 0x46451cee zstd_get_frame_header +EXPORT_SYMBOL vmlinux 0x465e24ff ucs2_utf8size +EXPORT_SYMBOL vmlinux 0x4662e1e0 sock_set_keepalive +EXPORT_SYMBOL vmlinux 0x466c14a7 __delay +EXPORT_SYMBOL vmlinux 0x467df16d netdev_rss_key_fill +EXPORT_SYMBOL vmlinux 0x4681d716 inode_dio_wait +EXPORT_SYMBOL vmlinux 0x4698fe8a bman_release +EXPORT_SYMBOL vmlinux 0x469a6ec7 tcp_parse_md5sig_option +EXPORT_SYMBOL vmlinux 0x46b4e70b vm_insert_pages +EXPORT_SYMBOL vmlinux 0x46b7b5a9 vga_client_register +EXPORT_SYMBOL vmlinux 0x46c47fb6 __node_distance +EXPORT_SYMBOL vmlinux 0x46c63d33 key_task_permission +EXPORT_SYMBOL vmlinux 0x46e1ceaa mini_qdisc_pair_block_init +EXPORT_SYMBOL vmlinux 0x46ff7d12 qcom_scm_iommu_secure_ptbl_size +EXPORT_SYMBOL vmlinux 0x47034f4f inode_init_always +EXPORT_SYMBOL vmlinux 0x47037a29 vme_unregister_driver +EXPORT_SYMBOL vmlinux 0x4705edff mmc_release_host +EXPORT_SYMBOL vmlinux 0x470612dc fman_port_get_qman_channel_id +EXPORT_SYMBOL vmlinux 0x47065c73 cpm_muram_offset +EXPORT_SYMBOL vmlinux 0x4707a07b inet_protos +EXPORT_SYMBOL vmlinux 0x4715a909 acpi_load_table +EXPORT_SYMBOL vmlinux 0x47189974 xfrm_policy_delete +EXPORT_SYMBOL vmlinux 0x472ef682 vfs_dedupe_file_range +EXPORT_SYMBOL vmlinux 0x473aa22c watchdog_unregister_governor +EXPORT_SYMBOL vmlinux 0x47400fd0 tcp_poll +EXPORT_SYMBOL vmlinux 0x4752393b simple_statfs +EXPORT_SYMBOL vmlinux 0x475a5350 ipv6_chk_prefix +EXPORT_SYMBOL vmlinux 0x475acf87 eth_prepare_mac_addr_change +EXPORT_SYMBOL vmlinux 0x475d7427 fman_get_rx_extra_headroom +EXPORT_SYMBOL vmlinux 0x4764a045 __remove_inode_hash +EXPORT_SYMBOL vmlinux 0x476df0d5 scsi_set_medium_removal +EXPORT_SYMBOL vmlinux 0x47709e42 free_anon_bdev +EXPORT_SYMBOL vmlinux 0x479137ca imx_scu_irq_unregister_notifier +EXPORT_SYMBOL vmlinux 0x47960bc4 proc_do_large_bitmap +EXPORT_SYMBOL vmlinux 0x47b21f07 devm_pci_remap_iospace +EXPORT_SYMBOL vmlinux 0x47b2bf42 get_cached_acl_rcu +EXPORT_SYMBOL vmlinux 0x47b99e0c truncate_pagecache +EXPORT_SYMBOL vmlinux 0x47c20f8a refcount_dec_not_one +EXPORT_SYMBOL vmlinux 0x47c65bfc unregister_inet6addr_validator_notifier +EXPORT_SYMBOL vmlinux 0x47ce5056 tcp_sock_set_quickack +EXPORT_SYMBOL vmlinux 0x47cfd825 kstrtouint_from_user +EXPORT_SYMBOL vmlinux 0x47d8d301 __cond_resched_rwlock_read +EXPORT_SYMBOL vmlinux 0x48112d76 _raw_read_lock_irq +EXPORT_SYMBOL vmlinux 0x481814c4 mb_cache_entry_find_next +EXPORT_SYMBOL vmlinux 0x48193639 acpi_lid_open +EXPORT_SYMBOL vmlinux 0x4829a47e memcpy +EXPORT_SYMBOL vmlinux 0x4829cf6b fscrypt_enqueue_decrypt_work +EXPORT_SYMBOL vmlinux 0x4837bb10 logic_outsb +EXPORT_SYMBOL vmlinux 0x4841bdee strnchr +EXPORT_SYMBOL vmlinux 0x4848cfb1 phy_mipi_dphy_get_default_config +EXPORT_SYMBOL vmlinux 0x4848fa69 napi_complete_done +EXPORT_SYMBOL vmlinux 0x484f6edf ktime_get_coarse_real_ts64 +EXPORT_SYMBOL vmlinux 0x484fffb9 phy_free_interrupt +EXPORT_SYMBOL vmlinux 0x4859b8bb rtc_year_days +EXPORT_SYMBOL vmlinux 0x486075c8 gen_pool_dma_alloc +EXPORT_SYMBOL vmlinux 0x4864a483 lookup_positive_unlocked +EXPORT_SYMBOL vmlinux 0x487cfba8 dma_free_attrs +EXPORT_SYMBOL vmlinux 0x488455ad freeze_super +EXPORT_SYMBOL vmlinux 0x48994bca sock_from_file +EXPORT_SYMBOL vmlinux 0x489eda10 memset32 +EXPORT_SYMBOL vmlinux 0x489f6e0b rdma_dim +EXPORT_SYMBOL vmlinux 0x48a252c3 phy_init_eee +EXPORT_SYMBOL vmlinux 0x48a91171 string_get_size +EXPORT_SYMBOL vmlinux 0x48a9fc43 generic_pipe_buf_release +EXPORT_SYMBOL vmlinux 0x48aca6d9 param_get_ullong +EXPORT_SYMBOL vmlinux 0x48b1ac8c dquot_get_next_dqblk +EXPORT_SYMBOL vmlinux 0x48b80cb2 amba_device_unregister +EXPORT_SYMBOL vmlinux 0x48b99a13 vme_lm_free +EXPORT_SYMBOL vmlinux 0x48c093fb _atomic_dec_and_lock_irqsave +EXPORT_SYMBOL vmlinux 0x48cf3caa rproc_resource_cleanup +EXPORT_SYMBOL vmlinux 0x48d27375 __bitmap_intersects +EXPORT_SYMBOL vmlinux 0x48d3fa27 kmalloc_large_node +EXPORT_SYMBOL vmlinux 0x48d8ad1b phy_device_free +EXPORT_SYMBOL vmlinux 0x48dd0427 vfs_fileattr_set +EXPORT_SYMBOL vmlinux 0x48dd340b cpumask_any_distribute +EXPORT_SYMBOL vmlinux 0x48e21d99 skb_kill_datagram +EXPORT_SYMBOL vmlinux 0x48ea8696 tcf_action_exec +EXPORT_SYMBOL vmlinux 0x48f07553 xfrm_lookup +EXPORT_SYMBOL vmlinux 0x48fa2830 tcf_block_netif_keep_dst +EXPORT_SYMBOL vmlinux 0x48fdac99 pm860x_bulk_write +EXPORT_SYMBOL vmlinux 0x48fe02d1 mod_node_page_state +EXPORT_SYMBOL vmlinux 0x48ffbb87 mtree_alloc_range +EXPORT_SYMBOL vmlinux 0x49045426 icmp_err_convert +EXPORT_SYMBOL vmlinux 0x49088d7e netpoll_poll_enable +EXPORT_SYMBOL vmlinux 0x49125c0f param_get_ulong +EXPORT_SYMBOL vmlinux 0x492a9a28 find_inode_rcu +EXPORT_SYMBOL vmlinux 0x495231ea mul_u64_u64_div_u64 +EXPORT_SYMBOL vmlinux 0x4962829d tcp_enter_quickack_mode +EXPORT_SYMBOL vmlinux 0x4967e79f radix_tree_iter_resume +EXPORT_SYMBOL vmlinux 0x49752a57 mmc_unregister_driver +EXPORT_SYMBOL vmlinux 0x4977c498 stack_depot_get_extra_bits +EXPORT_SYMBOL vmlinux 0x49839406 phy_print_status +EXPORT_SYMBOL vmlinux 0x498e5a94 i2c_smbus_write_byte +EXPORT_SYMBOL vmlinux 0x4990305c kern_unmount_array +EXPORT_SYMBOL vmlinux 0x499b756a kernel_getpeername +EXPORT_SYMBOL vmlinux 0x499f0ecf nd_sb_checksum +EXPORT_SYMBOL vmlinux 0x49a131ae dput +EXPORT_SYMBOL vmlinux 0x49a5d541 __module_get +EXPORT_SYMBOL vmlinux 0x49b163b8 acpi_bus_scan +EXPORT_SYMBOL vmlinux 0x49d2e478 scsi_done +EXPORT_SYMBOL vmlinux 0x49d93a43 rtnetlink_put_metrics +EXPORT_SYMBOL vmlinux 0x49efa9eb __page_frag_cache_drain +EXPORT_SYMBOL vmlinux 0x4a1789a1 folio_mark_dirty +EXPORT_SYMBOL vmlinux 0x4a266067 inet_addr_type +EXPORT_SYMBOL vmlinux 0x4a3ad70e wait_for_completion_timeout +EXPORT_SYMBOL vmlinux 0x4a3c24b5 __inet_hash +EXPORT_SYMBOL vmlinux 0x4a460518 folio_migrate_copy +EXPORT_SYMBOL vmlinux 0x4a6af6ef neigh_sysctl_register +EXPORT_SYMBOL vmlinux 0x4a88d334 find_get_pages_range_tag +EXPORT_SYMBOL vmlinux 0x4a8d0d25 phy_start_aneg +EXPORT_SYMBOL vmlinux 0x4a93576a ucc_fast_free +EXPORT_SYMBOL vmlinux 0x4a96a8eb xxh32_digest +EXPORT_SYMBOL vmlinux 0x4a9a9ea4 of_device_is_compatible +EXPORT_SYMBOL vmlinux 0x4abf3dca disk_stack_limits +EXPORT_SYMBOL vmlinux 0x4ad7a94a nla_put_nohdr +EXPORT_SYMBOL vmlinux 0x4aea463f crc32_le_shift +EXPORT_SYMBOL vmlinux 0x4af6ddf0 kstrtou16 +EXPORT_SYMBOL vmlinux 0x4af8249f fib_default_rule_add +EXPORT_SYMBOL vmlinux 0x4afb2238 add_wait_queue +EXPORT_SYMBOL vmlinux 0x4b0a3f52 gic_nonsecure_priorities +EXPORT_SYMBOL vmlinux 0x4b0ee52c dev_pick_tx_cpu_id +EXPORT_SYMBOL vmlinux 0x4b10c1a9 mntget +EXPORT_SYMBOL vmlinux 0x4b18409d serial8250_set_isa_configurator +EXPORT_SYMBOL vmlinux 0x4b279ed4 textsearch_find_continuous +EXPORT_SYMBOL vmlinux 0x4b401817 iwe_stream_add_value +EXPORT_SYMBOL vmlinux 0x4b4940c6 tcp_sendmsg +EXPORT_SYMBOL vmlinux 0x4b4e2a88 devm_clk_get +EXPORT_SYMBOL vmlinux 0x4b646190 devfreq_monitor_start +EXPORT_SYMBOL vmlinux 0x4b65c179 skb_append +EXPORT_SYMBOL vmlinux 0x4b6df007 acpi_evaluate_reg +EXPORT_SYMBOL vmlinux 0x4b750f53 _raw_spin_unlock_irq +EXPORT_SYMBOL vmlinux 0x4bb19122 mipi_dsi_dcs_exit_sleep_mode +EXPORT_SYMBOL vmlinux 0x4bb53c81 input_event +EXPORT_SYMBOL vmlinux 0x4bcc2662 mempool_init_node +EXPORT_SYMBOL vmlinux 0x4bef1c67 empty_name +EXPORT_SYMBOL vmlinux 0x4bf3ce6f qman_release_cgrid +EXPORT_SYMBOL vmlinux 0x4c07a7e0 acpi_processor_unregister_performance +EXPORT_SYMBOL vmlinux 0x4c258f16 dma_map_resource +EXPORT_SYMBOL vmlinux 0x4c412121 genphy_read_status_fixed +EXPORT_SYMBOL vmlinux 0x4c416eb9 LZ4_decompress_fast +EXPORT_SYMBOL vmlinux 0x4c4d3706 vfs_rename +EXPORT_SYMBOL vmlinux 0x4c89ec3c xfrm_input +EXPORT_SYMBOL vmlinux 0x4c8b4745 submit_bh +EXPORT_SYMBOL vmlinux 0x4c93178f i2c_smbus_read_i2c_block_data_or_emulated +EXPORT_SYMBOL vmlinux 0x4c9d03c5 fb_validate_mode +EXPORT_SYMBOL vmlinux 0x4ca13fda blk_queue_max_secure_erase_sectors +EXPORT_SYMBOL vmlinux 0x4cc2a57c mptcp_subflow_reqsk_alloc +EXPORT_SYMBOL vmlinux 0x4cd5a2e6 dump_align +EXPORT_SYMBOL vmlinux 0x4ce0af36 devfreq_unregister_opp_notifier +EXPORT_SYMBOL vmlinux 0x4ce325bd __netlink_ns_capable +EXPORT_SYMBOL vmlinux 0x4cef63ed pci_ep_cfs_remove_epc_group +EXPORT_SYMBOL vmlinux 0x4cf765e6 mdiobus_write +EXPORT_SYMBOL vmlinux 0x4cfa7127 skb_free_datagram +EXPORT_SYMBOL vmlinux 0x4d014062 serio_open +EXPORT_SYMBOL vmlinux 0x4d0d163d copy_page +EXPORT_SYMBOL vmlinux 0x4d11f0f1 __tcf_em_tree_match +EXPORT_SYMBOL vmlinux 0x4d149201 param_ops_hexint +EXPORT_SYMBOL vmlinux 0x4d19f9b3 d_instantiate +EXPORT_SYMBOL vmlinux 0x4d2c7133 acpi_info +EXPORT_SYMBOL vmlinux 0x4d2e0594 fb_blank +EXPORT_SYMBOL vmlinux 0x4d52bfc6 bmap +EXPORT_SYMBOL vmlinux 0x4d570943 tty_port_close_end +EXPORT_SYMBOL vmlinux 0x4d5a032e tcp_add_backlog +EXPORT_SYMBOL vmlinux 0x4d5dadb1 pcie_relaxed_ordering_enabled +EXPORT_SYMBOL vmlinux 0x4d65cbd5 csum_ipv6_magic +EXPORT_SYMBOL vmlinux 0x4d7720d6 tcp_close +EXPORT_SYMBOL vmlinux 0x4d8d38cc input_get_timestamp +EXPORT_SYMBOL vmlinux 0x4d924f20 memremap +EXPORT_SYMBOL vmlinux 0x4d973e90 secpath_set +EXPORT_SYMBOL vmlinux 0x4d9b652b rb_erase +EXPORT_SYMBOL vmlinux 0x4da596e6 qman_retire_fq +EXPORT_SYMBOL vmlinux 0x4dadd2f7 start_tty +EXPORT_SYMBOL vmlinux 0x4db6297b sdev_prefix_printk +EXPORT_SYMBOL vmlinux 0x4dc3fc86 __blkdev_issue_discard +EXPORT_SYMBOL vmlinux 0x4dca08ee sync_file_get_fence +EXPORT_SYMBOL vmlinux 0x4de995ec gen_pool_dma_alloc_algo +EXPORT_SYMBOL vmlinux 0x4deb630e __tty_alloc_driver +EXPORT_SYMBOL vmlinux 0x4df02057 crc32_be +EXPORT_SYMBOL vmlinux 0x4df2ea84 gen_estimator_read +EXPORT_SYMBOL vmlinux 0x4dfa8d4b mutex_lock +EXPORT_SYMBOL vmlinux 0x4e0475c1 of_count_phandle_with_args +EXPORT_SYMBOL vmlinux 0x4e06f912 km_new_mapping +EXPORT_SYMBOL vmlinux 0x4e1a9824 security_inode_init_security +EXPORT_SYMBOL vmlinux 0x4e20bcf8 radix_tree_tag_set +EXPORT_SYMBOL vmlinux 0x4e2e74c1 qcom_scm_io_readl +EXPORT_SYMBOL vmlinux 0x4e32e4be bio_integrity_prep +EXPORT_SYMBOL vmlinux 0x4e3567f7 match_int +EXPORT_SYMBOL vmlinux 0x4e36cdc4 __ubsan_handle_divrem_overflow +EXPORT_SYMBOL vmlinux 0x4e4f0f16 dma_fence_chain_find_seqno +EXPORT_SYMBOL vmlinux 0x4e547048 __kmalloc_node_track_caller +EXPORT_SYMBOL vmlinux 0x4e55bc94 netdev_change_features +EXPORT_SYMBOL vmlinux 0x4e596fc7 param_ops_byte +EXPORT_SYMBOL vmlinux 0x4e5a758b __starget_for_each_device +EXPORT_SYMBOL vmlinux 0x4e60ac4a md_bitmap_close_sync +EXPORT_SYMBOL vmlinux 0x4e646f4b tegra_ivc_init +EXPORT_SYMBOL vmlinux 0x4e68e9be rb_next_postorder +EXPORT_SYMBOL vmlinux 0x4e6e4b41 radix_tree_delete +EXPORT_SYMBOL vmlinux 0x4e6e8ea7 fg_console +EXPORT_SYMBOL vmlinux 0x4e72213e inode_to_bdi +EXPORT_SYMBOL vmlinux 0x4e8821b3 __sk_mem_schedule +EXPORT_SYMBOL vmlinux 0x4e8bb6e4 scsi_vpd_lun_id +EXPORT_SYMBOL vmlinux 0x4e99650a file_update_time +EXPORT_SYMBOL vmlinux 0x4ea25709 dql_reset +EXPORT_SYMBOL vmlinux 0x4ea609b4 configfs_unregister_subsystem +EXPORT_SYMBOL vmlinux 0x4eada8f7 security_secid_to_secctx +EXPORT_SYMBOL vmlinux 0x4ec0d7b2 kmem_cache_shrink +EXPORT_SYMBOL vmlinux 0x4ec54e78 bitmap_to_arr32 +EXPORT_SYMBOL vmlinux 0x4ecbf513 xfrm_dev_state_flush +EXPORT_SYMBOL vmlinux 0x4ecfe1c7 pci_msi_vec_count +EXPORT_SYMBOL vmlinux 0x4efb2165 rpmh_write +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 0x4f246b03 phy_validate_pause +EXPORT_SYMBOL vmlinux 0x4f275571 jbd2_journal_init_inode +EXPORT_SYMBOL vmlinux 0x4f3ff652 dm_table_get_mode +EXPORT_SYMBOL vmlinux 0x4f48357f ipv6_mc_check_mld +EXPORT_SYMBOL vmlinux 0x4f491352 __nla_reserve +EXPORT_SYMBOL vmlinux 0x4f55166f acpi_set_current_resources +EXPORT_SYMBOL vmlinux 0x4f5ea289 rproc_coredump_add_custom_segment +EXPORT_SYMBOL vmlinux 0x4f702306 kill_pid +EXPORT_SYMBOL vmlinux 0x4f75d017 aperture_remove_conflicting_pci_devices +EXPORT_SYMBOL vmlinux 0x4f76b6b4 xfrm_input_unregister_afinfo +EXPORT_SYMBOL vmlinux 0x4f7fcf93 scsi_register_driver +EXPORT_SYMBOL vmlinux 0x4f89c9de gpmc_cs_free +EXPORT_SYMBOL vmlinux 0x4f91c9a0 security_binder_transaction +EXPORT_SYMBOL vmlinux 0x4fa36424 starget_for_each_device +EXPORT_SYMBOL vmlinux 0x4fa3c32a __folio_alloc +EXPORT_SYMBOL vmlinux 0x4faf0381 __insert_inode_hash +EXPORT_SYMBOL vmlinux 0x4fb1c1a4 kern_sys_bpf +EXPORT_SYMBOL vmlinux 0x4fc96dcb try_module_get +EXPORT_SYMBOL vmlinux 0x4fc9d223 param_get_hexint +EXPORT_SYMBOL vmlinux 0x4fe7c27b ns_capable_setid +EXPORT_SYMBOL vmlinux 0x4fecf0b7 sockopt_lock_sock +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 0x501bec4f nvdimm_bus_unlock +EXPORT_SYMBOL vmlinux 0x5021bd81 _raw_write_lock_irqsave +EXPORT_SYMBOL vmlinux 0x5027bde2 acpi_acquire_mutex +EXPORT_SYMBOL vmlinux 0x504a3748 flow_block_cb_alloc +EXPORT_SYMBOL vmlinux 0x50508bdf pci_alloc_dev +EXPORT_SYMBOL vmlinux 0x50624917 sha1_init +EXPORT_SYMBOL vmlinux 0x506dff1a __genradix_free +EXPORT_SYMBOL vmlinux 0x5083d800 of_get_next_cpu_node +EXPORT_SYMBOL vmlinux 0x5088801d __netdev_alloc_skb +EXPORT_SYMBOL vmlinux 0x5089f45f ip_send_check +EXPORT_SYMBOL vmlinux 0x508aff83 vmf_insert_pfn +EXPORT_SYMBOL vmlinux 0x5092e84e __read_overflow2_field +EXPORT_SYMBOL vmlinux 0x50944630 seq_list_start_head_rcu +EXPORT_SYMBOL vmlinux 0x5095a90e d_lookup +EXPORT_SYMBOL vmlinux 0x509b64ea acpi_has_method +EXPORT_SYMBOL vmlinux 0x50a4698c fb_videomode_to_modelist +EXPORT_SYMBOL vmlinux 0x50a68dc9 xfrm_replay_seqhi +EXPORT_SYMBOL vmlinux 0x50a7eb2c tcp_conn_request +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 0x50d3df75 scsi_device_quiesce +EXPORT_SYMBOL vmlinux 0x50f1fc96 phy_loopback +EXPORT_SYMBOL vmlinux 0x50f511e3 __skb_recv_udp +EXPORT_SYMBOL vmlinux 0x50f85302 __arm_smccc_hvc +EXPORT_SYMBOL vmlinux 0x50f91491 __genradix_ptr +EXPORT_SYMBOL vmlinux 0x5102a30b do_wait_intr_irq +EXPORT_SYMBOL vmlinux 0x5108d322 dma_resv_add_fence +EXPORT_SYMBOL vmlinux 0x51143bc5 skb_copy_datagram_iter +EXPORT_SYMBOL vmlinux 0x5116e60b ptp_clock_register +EXPORT_SYMBOL vmlinux 0x51259ddb can_nice +EXPORT_SYMBOL vmlinux 0x51280524 security_socket_socketpair +EXPORT_SYMBOL vmlinux 0x512afbfc folio_account_redirty +EXPORT_SYMBOL vmlinux 0x513b28f4 first_ec +EXPORT_SYMBOL vmlinux 0x515083bf acpi_release_mutex +EXPORT_SYMBOL vmlinux 0x515f520b qman_portal_get_iperiod +EXPORT_SYMBOL vmlinux 0x51641162 opal_unlock_from_suspend +EXPORT_SYMBOL vmlinux 0x518a766f sock_sendmsg +EXPORT_SYMBOL vmlinux 0x5197ffff sock_alloc_send_pskb +EXPORT_SYMBOL vmlinux 0x519e6d3c cdrom_dummy_generic_packet +EXPORT_SYMBOL vmlinux 0x51a3e3a1 d_add_ci +EXPORT_SYMBOL vmlinux 0x51a511eb _raw_write_lock_bh +EXPORT_SYMBOL vmlinux 0x51afc976 generic_file_readonly_mmap +EXPORT_SYMBOL vmlinux 0x51b40718 trace_seq_hex_dump +EXPORT_SYMBOL vmlinux 0x51ba8104 vfs_fsync +EXPORT_SYMBOL vmlinux 0x51bae586 register_netdev +EXPORT_SYMBOL vmlinux 0x51d12d4e acpi_pci_disabled +EXPORT_SYMBOL vmlinux 0x51d25e12 fget +EXPORT_SYMBOL vmlinux 0x51ddddf1 dma_resv_init +EXPORT_SYMBOL vmlinux 0x51e42310 sdev_enable_disk_events +EXPORT_SYMBOL vmlinux 0x51f8fdc6 phy_set_sym_pause +EXPORT_SYMBOL vmlinux 0x5203d176 cmd_db_ready +EXPORT_SYMBOL vmlinux 0x52061cf5 vme_bus_error_handler +EXPORT_SYMBOL vmlinux 0x5210b1c2 iov_iter_pipe +EXPORT_SYMBOL vmlinux 0x5215f450 jbd2_complete_transaction +EXPORT_SYMBOL vmlinux 0x5236f92f kill_fasync +EXPORT_SYMBOL vmlinux 0x52399049 tty_port_destroy +EXPORT_SYMBOL vmlinux 0x525a4cd5 neigh_update +EXPORT_SYMBOL vmlinux 0x5268340f skb_pull_data +EXPORT_SYMBOL vmlinux 0x526eef2c hdmi_vendor_infoframe_pack +EXPORT_SYMBOL vmlinux 0x5271885e audit_log_start +EXPORT_SYMBOL vmlinux 0x5276b7f5 nd_btt_version +EXPORT_SYMBOL vmlinux 0x52781142 phy_trigger_machine +EXPORT_SYMBOL vmlinux 0x5280cf6f pcibios_resource_to_bus +EXPORT_SYMBOL vmlinux 0x52974b4c vfs_parse_fs_param_source +EXPORT_SYMBOL vmlinux 0x52983a4f vme_master_write +EXPORT_SYMBOL vmlinux 0x529a262f netif_schedule_queue +EXPORT_SYMBOL vmlinux 0x529e2434 skb_flow_dissect_meta +EXPORT_SYMBOL vmlinux 0x52af8550 tcp_v4_destroy_sock +EXPORT_SYMBOL vmlinux 0x52b2b3ac rt_dst_alloc +EXPORT_SYMBOL vmlinux 0x52ba3bcb tty_chars_in_buffer +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 0x5302e2ce scsi_remove_device +EXPORT_SYMBOL vmlinux 0x530b1e98 pm_suspend +EXPORT_SYMBOL vmlinux 0x530ee83e ps2_sliced_command +EXPORT_SYMBOL vmlinux 0x53126ecc __percpu_counter_sum +EXPORT_SYMBOL vmlinux 0x53197bc3 block_commit_write +EXPORT_SYMBOL vmlinux 0x5334167a __skb_checksum +EXPORT_SYMBOL vmlinux 0x5338184f ethtool_sprintf +EXPORT_SYMBOL vmlinux 0x5343c19d netif_rx +EXPORT_SYMBOL vmlinux 0x53562bb8 input_close_device +EXPORT_SYMBOL vmlinux 0x53580c38 mii_check_media +EXPORT_SYMBOL vmlinux 0x536f87f8 crypto_sha512_finup +EXPORT_SYMBOL vmlinux 0x53a0fc6a unregister_netdevice_queue +EXPORT_SYMBOL vmlinux 0x53a1e8d9 _find_next_bit +EXPORT_SYMBOL vmlinux 0x53ad825b acpi_pm_device_sleep_state +EXPORT_SYMBOL vmlinux 0x53b954a2 up_read +EXPORT_SYMBOL vmlinux 0x53bd1214 seq_pad +EXPORT_SYMBOL vmlinux 0x53da3c26 msm_pinctrl_probe +EXPORT_SYMBOL vmlinux 0x53e71b3c fddi_type_trans +EXPORT_SYMBOL vmlinux 0x53eae1c3 scsi_device_set_state +EXPORT_SYMBOL vmlinux 0x53eff192 tegra_ivc_align +EXPORT_SYMBOL vmlinux 0x53f04fcd rproc_elf_load_rsc_table +EXPORT_SYMBOL vmlinux 0x53f8ced7 page_pool_ethtool_stats_get_strings +EXPORT_SYMBOL vmlinux 0x540182db rproc_coredump_set_elf_info +EXPORT_SYMBOL vmlinux 0x5402da9f xudma_navss_psil_pair +EXPORT_SYMBOL vmlinux 0x54105780 netdev_lower_get_first_private_rcu +EXPORT_SYMBOL vmlinux 0x54145eda setattr_should_drop_suidgid +EXPORT_SYMBOL vmlinux 0x5425e08d __do_once_done +EXPORT_SYMBOL vmlinux 0x5434703a nf_log_register +EXPORT_SYMBOL vmlinux 0x543ef284 seq_hlist_start +EXPORT_SYMBOL vmlinux 0x5442dc53 stop_tty +EXPORT_SYMBOL vmlinux 0x544d1b5f tcp_init_sock +EXPORT_SYMBOL vmlinux 0x546fcb7f unpin_user_page +EXPORT_SYMBOL vmlinux 0x5475c34d fs_param_is_blockdev +EXPORT_SYMBOL vmlinux 0x547a643d mmc_retune_timer_stop +EXPORT_SYMBOL vmlinux 0x5499b100 cdev_device_add +EXPORT_SYMBOL vmlinux 0x549d2660 dec_zone_page_state +EXPORT_SYMBOL vmlinux 0x54b1fac6 __ubsan_handle_load_invalid_value +EXPORT_SYMBOL vmlinux 0x54b23e67 sg_pcopy_to_buffer +EXPORT_SYMBOL vmlinux 0x54b484cc config_item_get +EXPORT_SYMBOL vmlinux 0x54c44ca4 configfs_register_subsystem +EXPORT_SYMBOL vmlinux 0x54d9adb2 devfreq_update_status +EXPORT_SYMBOL vmlinux 0x54dc9728 seq_release +EXPORT_SYMBOL vmlinux 0x54e6fcdd net_enable_timestamp +EXPORT_SYMBOL vmlinux 0x54e8da7c mfd_cell_enable +EXPORT_SYMBOL vmlinux 0x54ea6dfe xen_start_flags +EXPORT_SYMBOL vmlinux 0x54eedb23 create_empty_buffers +EXPORT_SYMBOL vmlinux 0x5506b8f7 netlbl_bitmap_setbit +EXPORT_SYMBOL vmlinux 0x5508f28d bman_acquire +EXPORT_SYMBOL vmlinux 0x5519c5a2 phy_write_mmd +EXPORT_SYMBOL vmlinux 0x551bd071 __rb_erase_color +EXPORT_SYMBOL vmlinux 0x552db3aa qman_query_cgr_congested +EXPORT_SYMBOL vmlinux 0x553887bd unregister_netdevice_notifier_dev_net +EXPORT_SYMBOL vmlinux 0x554572d9 configfs_register_group +EXPORT_SYMBOL vmlinux 0x554ae3a4 irq_poll_sched +EXPORT_SYMBOL vmlinux 0x5557856d pnp_device_attach +EXPORT_SYMBOL vmlinux 0x55602e7e __vfs_getxattr +EXPORT_SYMBOL vmlinux 0x556329fd genphy_read_lpa +EXPORT_SYMBOL vmlinux 0x5568d786 udp6_csum_init +EXPORT_SYMBOL vmlinux 0x55736e21 netpoll_print_options +EXPORT_SYMBOL vmlinux 0x55750fa7 try_to_free_buffers +EXPORT_SYMBOL vmlinux 0x558b281d aes_expandkey +EXPORT_SYMBOL vmlinux 0x55a0ea69 tcp_filter +EXPORT_SYMBOL vmlinux 0x55a27788 serio_unregister_port +EXPORT_SYMBOL vmlinux 0x55b93ccc netif_set_real_num_queues +EXPORT_SYMBOL vmlinux 0x55d06be6 inet_del_protocol +EXPORT_SYMBOL vmlinux 0x55dc7763 arp_xmit +EXPORT_SYMBOL vmlinux 0x55de08cc __skb_vlan_pop +EXPORT_SYMBOL vmlinux 0x55e31703 ethtool_convert_link_mode_to_legacy_u32 +EXPORT_SYMBOL vmlinux 0x55e656fa end_buffer_read_sync +EXPORT_SYMBOL vmlinux 0x55f8f824 scsi_is_target_device +EXPORT_SYMBOL vmlinux 0x55fe2a1b udp_gro_complete +EXPORT_SYMBOL vmlinux 0x5607e4b3 truncate_inode_pages_final +EXPORT_SYMBOL vmlinux 0x5614f48a qman_dqrr_get_ithresh +EXPORT_SYMBOL vmlinux 0x5619058a pci_fixup_device +EXPORT_SYMBOL vmlinux 0x562d882f xfrm_state_delete_tunnel +EXPORT_SYMBOL vmlinux 0x5633fccd pci_bus_read_config_dword +EXPORT_SYMBOL vmlinux 0x5635a60a vmalloc_user +EXPORT_SYMBOL vmlinux 0x56470118 __warn_printk +EXPORT_SYMBOL vmlinux 0x564f7608 acpi_reconfig_notifier_register +EXPORT_SYMBOL vmlinux 0x566dc8b5 jbd2_journal_load +EXPORT_SYMBOL vmlinux 0x56802ae8 rps_cpu_mask +EXPORT_SYMBOL vmlinux 0x56940dbd __folio_put +EXPORT_SYMBOL vmlinux 0x569d5f86 param_ops_dyndbg_classes +EXPORT_SYMBOL vmlinux 0x56acf2e8 tcp_md5_key_copy +EXPORT_SYMBOL vmlinux 0x56c16e3c blk_queue_max_discard_sectors +EXPORT_SYMBOL vmlinux 0x56c3db64 __tracepoint_kmalloc +EXPORT_SYMBOL vmlinux 0x56c848fa inet_csk_complete_hashdance +EXPORT_SYMBOL vmlinux 0x56c8799d scsi_kunmap_atomic_sg +EXPORT_SYMBOL vmlinux 0x56c8caf7 mmc_can_gpio_cd +EXPORT_SYMBOL vmlinux 0x56d6ac94 __neigh_event_send +EXPORT_SYMBOL vmlinux 0x56fb067c dst_cow_metrics_generic +EXPORT_SYMBOL vmlinux 0x56fe2bf7 pskb_expand_head +EXPORT_SYMBOL vmlinux 0x57250ab3 rpmh_invalidate +EXPORT_SYMBOL vmlinux 0x57299150 fscrypt_put_encryption_info +EXPORT_SYMBOL vmlinux 0x5730eb4f mmc_can_secure_erase_trim +EXPORT_SYMBOL vmlinux 0x573783b8 __vfs_setxattr +EXPORT_SYMBOL vmlinux 0x574c2e74 bitmap_release_region +EXPORT_SYMBOL vmlinux 0x57575f08 dmaengine_put +EXPORT_SYMBOL vmlinux 0x576294c2 seq_vprintf +EXPORT_SYMBOL vmlinux 0x57674fd7 __sw_hweight16 +EXPORT_SYMBOL vmlinux 0x576b3294 bio_init +EXPORT_SYMBOL vmlinux 0x57736ce0 config_group_init_type_name +EXPORT_SYMBOL vmlinux 0x577f1391 mmc_gpio_get_ro +EXPORT_SYMBOL vmlinux 0x57900416 gen_pool_fixed_alloc +EXPORT_SYMBOL vmlinux 0x5792f848 strlcpy +EXPORT_SYMBOL vmlinux 0x5794f303 register_mii_timestamper +EXPORT_SYMBOL vmlinux 0x57bc19d2 down_write +EXPORT_SYMBOL vmlinux 0x57bf7a3c of_translate_dma_address +EXPORT_SYMBOL vmlinux 0x57d38684 dma_resv_iter_next_unlocked +EXPORT_SYMBOL vmlinux 0x57db8fd6 utf8_normalize +EXPORT_SYMBOL vmlinux 0x57e56a27 unregister_console +EXPORT_SYMBOL vmlinux 0x57e65a20 qdisc_reset +EXPORT_SYMBOL vmlinux 0x57f38cdc qe_get_firmware_info +EXPORT_SYMBOL vmlinux 0x57f97c24 input_reset_device +EXPORT_SYMBOL vmlinux 0x580863ea mmc_sw_reset +EXPORT_SYMBOL vmlinux 0x5818fe3c posix_acl_from_mode +EXPORT_SYMBOL vmlinux 0x581f98da zlib_inflate +EXPORT_SYMBOL vmlinux 0x582606eb xudma_rflow_put +EXPORT_SYMBOL vmlinux 0x582b6275 xfrm_if_unregister_cb +EXPORT_SYMBOL vmlinux 0x582cab64 qdisc_create_dflt +EXPORT_SYMBOL vmlinux 0x5836fce6 bio_chain +EXPORT_SYMBOL vmlinux 0x5838f6c9 rtc_valid_tm +EXPORT_SYMBOL vmlinux 0x583aaf29 config_item_put +EXPORT_SYMBOL vmlinux 0x5850e775 rawv6_mh_filter_unregister +EXPORT_SYMBOL vmlinux 0x58530ade vmalloc_to_page +EXPORT_SYMBOL vmlinux 0x5855b9fd inet_sk_rebuild_header +EXPORT_SYMBOL vmlinux 0x585ae877 nmi_panic +EXPORT_SYMBOL vmlinux 0x5860a1e8 dma_async_tx_descriptor_init +EXPORT_SYMBOL vmlinux 0x58632ddd sk_mc_loop +EXPORT_SYMBOL vmlinux 0x5868fec6 kill_pgrp +EXPORT_SYMBOL vmlinux 0x58715b6c __mod_zone_page_state +EXPORT_SYMBOL vmlinux 0x587b0954 kvasprintf +EXPORT_SYMBOL vmlinux 0x587b892e qe_get_num_of_risc +EXPORT_SYMBOL vmlinux 0x587f22d7 devmap_managed_key +EXPORT_SYMBOL vmlinux 0x5897a680 __find_nth_and_andnot_bit +EXPORT_SYMBOL vmlinux 0x58acf24b mdiobus_register_board_info +EXPORT_SYMBOL vmlinux 0x58b4645c dev_close_many +EXPORT_SYMBOL vmlinux 0x58b73bc7 match_wildcard +EXPORT_SYMBOL vmlinux 0x58b7a6c7 skb_dequeue +EXPORT_SYMBOL vmlinux 0x58c2f0c7 is_acpi_device_node +EXPORT_SYMBOL vmlinux 0x58c8bfab input_mt_drop_unused +EXPORT_SYMBOL vmlinux 0x58cdb7be cdrom_number_of_slots +EXPORT_SYMBOL vmlinux 0x58de1b34 blk_stack_limits +EXPORT_SYMBOL vmlinux 0x58dfc307 platform_get_ethdev_address +EXPORT_SYMBOL vmlinux 0x58e3306d bit_wait_io +EXPORT_SYMBOL vmlinux 0x58ec0d79 vfs_fadvise +EXPORT_SYMBOL vmlinux 0x58ffe3dc mipi_dsi_dcs_get_pixel_format +EXPORT_SYMBOL vmlinux 0x5909d607 scsi_host_put +EXPORT_SYMBOL vmlinux 0x5912c8e3 sock_recvmsg +EXPORT_SYMBOL vmlinux 0x592e8342 inode_newsize_ok +EXPORT_SYMBOL vmlinux 0x5934b5a9 qman_destroy_fq +EXPORT_SYMBOL vmlinux 0x594ca144 fman_get_mem_region +EXPORT_SYMBOL vmlinux 0x594d2b09 xfrm_state_check_expire +EXPORT_SYMBOL vmlinux 0x5958c606 scsi_ioctl +EXPORT_SYMBOL vmlinux 0x595a2bcb __bforget +EXPORT_SYMBOL vmlinux 0x595d8002 hdmi_infoframe_pack +EXPORT_SYMBOL vmlinux 0x59621c3c ipv6_chk_custom_prefix +EXPORT_SYMBOL vmlinux 0x59767c8f netpoll_cleanup +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 0x59bd2a3c tty_port_raise_dtr_rts +EXPORT_SYMBOL vmlinux 0x59ce76ad dquot_operations +EXPORT_SYMBOL vmlinux 0x59d26ba2 __netif_napi_del +EXPORT_SYMBOL vmlinux 0x59d2c815 mmc_run_bkops +EXPORT_SYMBOL vmlinux 0x59ed383c path_has_submounts +EXPORT_SYMBOL vmlinux 0x5a0b73d0 zlib_deflateInit2 +EXPORT_SYMBOL vmlinux 0x5a0d6642 jbd2_journal_get_create_access +EXPORT_SYMBOL vmlinux 0x5a22a64e ilookup5_nowait +EXPORT_SYMBOL vmlinux 0x5a290250 hdmi_drm_infoframe_pack_only +EXPORT_SYMBOL vmlinux 0x5a354e40 udp_sk_rx_dst_set +EXPORT_SYMBOL vmlinux 0x5a4223f8 amba_driver_unregister +EXPORT_SYMBOL vmlinux 0x5a44f8cb __crypto_memneq +EXPORT_SYMBOL vmlinux 0x5a4b1f0a km_policy_notify +EXPORT_SYMBOL vmlinux 0x5a4b3aa3 simple_unlink +EXPORT_SYMBOL vmlinux 0x5a4d313e gf128mul_4k_lle +EXPORT_SYMBOL vmlinux 0x5a54c938 netlink_ns_capable +EXPORT_SYMBOL vmlinux 0x5a60b950 qm_channel_pool1 +EXPORT_SYMBOL vmlinux 0x5a6d0c8c fiemap_prep +EXPORT_SYMBOL vmlinux 0x5a819607 pcie_capability_write_word +EXPORT_SYMBOL vmlinux 0x5a921311 strncmp +EXPORT_SYMBOL vmlinux 0x5a956b5b empty_zero_page +EXPORT_SYMBOL vmlinux 0x5a99a0d7 flow_get_u32_dst +EXPORT_SYMBOL vmlinux 0x5a9f1d63 memmove +EXPORT_SYMBOL vmlinux 0x5aae3c7e md_reap_sync_thread +EXPORT_SYMBOL vmlinux 0x5ab89c77 setattr_copy +EXPORT_SYMBOL vmlinux 0x5ace4e83 scsi_print_result +EXPORT_SYMBOL vmlinux 0x5ad1f768 kmem_cache_alloc_lru +EXPORT_SYMBOL vmlinux 0x5ae1154b __traceiter_kfree +EXPORT_SYMBOL vmlinux 0x5ae3ff3f pci_request_region +EXPORT_SYMBOL vmlinux 0x5afba21d config_item_get_unless_zero +EXPORT_SYMBOL vmlinux 0x5b0f66c9 pci_release_selected_regions +EXPORT_SYMBOL vmlinux 0x5b2f27fb do_wait_intr +EXPORT_SYMBOL vmlinux 0x5b3e282f xa_store +EXPORT_SYMBOL vmlinux 0x5b42fa17 kernel_sendmsg +EXPORT_SYMBOL vmlinux 0x5b54903b qcom_scm_pas_mem_setup +EXPORT_SYMBOL vmlinux 0x5b56860c vm_munmap +EXPORT_SYMBOL vmlinux 0x5b58f3ce max8998_write_reg +EXPORT_SYMBOL vmlinux 0x5b601e79 phy_get_internal_delay +EXPORT_SYMBOL vmlinux 0x5b769f72 zap_page_range +EXPORT_SYMBOL vmlinux 0x5b7c2f5c input_set_min_poll_interval +EXPORT_SYMBOL vmlinux 0x5b82cec2 devm_devfreq_add_device +EXPORT_SYMBOL vmlinux 0x5b91d6f0 dquot_commit +EXPORT_SYMBOL vmlinux 0x5bb356a4 security_d_instantiate +EXPORT_SYMBOL vmlinux 0x5bcea5f1 sgl_free_n_order +EXPORT_SYMBOL vmlinux 0x5bd1f12a input_free_device +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 0x5bf8c036 acpi_processor_notify_smm +EXPORT_SYMBOL vmlinux 0x5c09adc1 param_get_charp +EXPORT_SYMBOL vmlinux 0x5c134182 pcix_set_mmrbc +EXPORT_SYMBOL vmlinux 0x5c26a53b wait_for_completion_io_timeout +EXPORT_SYMBOL vmlinux 0x5c283dee param_ops_bint +EXPORT_SYMBOL vmlinux 0x5c337e86 netdev_core_stats_alloc +EXPORT_SYMBOL vmlinux 0x5c3c7387 kstrtoull +EXPORT_SYMBOL vmlinux 0x5c427c9b inet_dev_addr_type +EXPORT_SYMBOL vmlinux 0x5c7cbbf7 netdev_port_same_parent_id +EXPORT_SYMBOL vmlinux 0x5c7f67f0 scsi_add_device +EXPORT_SYMBOL vmlinux 0x5c821d33 seq_put_decimal_ll +EXPORT_SYMBOL vmlinux 0x5c82d735 jbd2_journal_get_undo_access +EXPORT_SYMBOL vmlinux 0x5cb03c6a ioc_lookup_icq +EXPORT_SYMBOL vmlinux 0x5cc9035e __vlan_find_dev_deep_rcu +EXPORT_SYMBOL vmlinux 0x5cdb335e dev_set_alias +EXPORT_SYMBOL vmlinux 0x5ce5087e dquot_quota_on_mount +EXPORT_SYMBOL vmlinux 0x5ce696f1 __dev_get_by_index +EXPORT_SYMBOL vmlinux 0x5cf53ce2 input_free_minor +EXPORT_SYMBOL vmlinux 0x5cfb26a0 acpi_enter_sleep_state +EXPORT_SYMBOL vmlinux 0x5d08d455 pipe_unlock +EXPORT_SYMBOL vmlinux 0x5d0ab4d4 param_get_uint +EXPORT_SYMBOL vmlinux 0x5d112304 __memcpy_fromio +EXPORT_SYMBOL vmlinux 0x5d1a96c6 locks_init_lock +EXPORT_SYMBOL vmlinux 0x5d2d7eca is_nd_btt +EXPORT_SYMBOL vmlinux 0x5d2df871 crypto_sha256_finup +EXPORT_SYMBOL vmlinux 0x5d401cb3 of_graph_get_port_parent +EXPORT_SYMBOL vmlinux 0x5d4110ef genlmsg_put +EXPORT_SYMBOL vmlinux 0x5d49aabc init_wait_var_entry +EXPORT_SYMBOL vmlinux 0x5d4d67dc of_phy_is_fixed_link +EXPORT_SYMBOL vmlinux 0x5d8b8cd7 scsi_remove_host +EXPORT_SYMBOL vmlinux 0x5d94ac09 __sk_queue_drop_skb +EXPORT_SYMBOL vmlinux 0x5d98bf23 md_reload_sb +EXPORT_SYMBOL vmlinux 0x5d9d3a10 of_mdio_find_device +EXPORT_SYMBOL vmlinux 0x5da0bf57 xsk_set_rx_need_wakeup +EXPORT_SYMBOL vmlinux 0x5da8a88e pnpacpi_protocol +EXPORT_SYMBOL vmlinux 0x5da90b4f ether_setup +EXPORT_SYMBOL vmlinux 0x5dac4cd6 qman_dqrr_set_ithresh +EXPORT_SYMBOL vmlinux 0x5dbaf2d4 __xfrm_init_state +EXPORT_SYMBOL vmlinux 0x5dd11107 lease_get_mtime +EXPORT_SYMBOL vmlinux 0x5de5c76f of_iomap +EXPORT_SYMBOL vmlinux 0x5df6320a tcf_qevent_dump +EXPORT_SYMBOL vmlinux 0x5e053d97 cros_ec_check_result +EXPORT_SYMBOL vmlinux 0x5e06bc5c refcount_dec_and_lock +EXPORT_SYMBOL vmlinux 0x5e08dfae input_release_device +EXPORT_SYMBOL vmlinux 0x5e0ccb9f sha1_transform +EXPORT_SYMBOL vmlinux 0x5e214217 netpoll_parse_options +EXPORT_SYMBOL vmlinux 0x5e22bce1 neigh_direct_output +EXPORT_SYMBOL vmlinux 0x5e3240a0 __cpu_online_mask +EXPORT_SYMBOL vmlinux 0x5e332b52 __var_waitqueue +EXPORT_SYMBOL vmlinux 0x5e373fb4 gf128mul_64k_bbe +EXPORT_SYMBOL vmlinux 0x5e6f91f9 tegra_powergate_remove_clamping +EXPORT_SYMBOL vmlinux 0x5e855e56 gen_pool_first_fit_align +EXPORT_SYMBOL vmlinux 0x5e85dffe rproc_coredump_using_sections +EXPORT_SYMBOL vmlinux 0x5e934fc7 sgl_alloc +EXPORT_SYMBOL vmlinux 0x5e95b1cd current_umask +EXPORT_SYMBOL vmlinux 0x5e9a01ce gen_new_estimator +EXPORT_SYMBOL vmlinux 0x5e9a49ed finish_no_open +EXPORT_SYMBOL vmlinux 0x5ec288ae refresh_frequency_limits +EXPORT_SYMBOL vmlinux 0x5ec4aee6 put_sg_io_hdr +EXPORT_SYMBOL vmlinux 0x5ecf4533 kern_unmount +EXPORT_SYMBOL vmlinux 0x5ed040b0 pm_set_vt_switch +EXPORT_SYMBOL vmlinux 0x5ed0bdf0 vfs_dup_fs_context +EXPORT_SYMBOL vmlinux 0x5ed90adc int_to_scsilun +EXPORT_SYMBOL vmlinux 0x5ee12982 igrab +EXPORT_SYMBOL vmlinux 0x5ee5594a scsi_rescan_device +EXPORT_SYMBOL vmlinux 0x5ef6a672 gen_pool_for_each_chunk +EXPORT_SYMBOL vmlinux 0x5efdd68b __tracepoint_mmap_lock_released +EXPORT_SYMBOL vmlinux 0x5efde8e6 proc_doulongvec_ms_jiffies_minmax +EXPORT_SYMBOL vmlinux 0x5f098b2a in6addr_interfacelocal_allrouters +EXPORT_SYMBOL vmlinux 0x5f15a867 file_write_and_wait_range +EXPORT_SYMBOL vmlinux 0x5f19e265 gro_cells_init +EXPORT_SYMBOL vmlinux 0x5f2ba55e security_req_classify_flow +EXPORT_SYMBOL vmlinux 0x5f30e7a7 tegra_io_pad_power_disable +EXPORT_SYMBOL vmlinux 0x5f472fe0 seq_bprintf +EXPORT_SYMBOL vmlinux 0x5f49ac57 inet_get_local_port_range +EXPORT_SYMBOL vmlinux 0x5f4b28df page_pool_release_page +EXPORT_SYMBOL vmlinux 0x5f5441c8 __ubsan_handle_alignment_assumption +EXPORT_SYMBOL vmlinux 0x5f62c5dd n_tty_ioctl_helper +EXPORT_SYMBOL vmlinux 0x5f68e990 pagevec_lookup_range_tag +EXPORT_SYMBOL vmlinux 0x5f6b889c rproc_va_to_pa +EXPORT_SYMBOL vmlinux 0x5f796e68 genphy_resume +EXPORT_SYMBOL vmlinux 0x5f93525c acpi_extract_package +EXPORT_SYMBOL vmlinux 0x5fac3b57 t10_pi_type1_crc +EXPORT_SYMBOL vmlinux 0x5facd13d cdrom_open +EXPORT_SYMBOL vmlinux 0x5fb5822c sk_page_frag_refill +EXPORT_SYMBOL vmlinux 0x5fc70f07 bio_init_clone +EXPORT_SYMBOL vmlinux 0x5fc72f0e alloc_pages_exact +EXPORT_SYMBOL vmlinux 0x5ff9eb0e lockref_mark_dead +EXPORT_SYMBOL vmlinux 0x6003bb6e of_get_next_child +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 0x600b0f45 of_root +EXPORT_SYMBOL vmlinux 0x600fbfa1 __napi_schedule_irqoff +EXPORT_SYMBOL vmlinux 0x6017a086 tty_driver_kref_put +EXPORT_SYMBOL vmlinux 0x601c9a62 tcp_check_req +EXPORT_SYMBOL vmlinux 0x601e7e04 bio_copy_data +EXPORT_SYMBOL vmlinux 0x601f665f dm_io_client_create +EXPORT_SYMBOL vmlinux 0x60204288 tcp_req_err +EXPORT_SYMBOL vmlinux 0x6020d734 ps2_drain +EXPORT_SYMBOL vmlinux 0x602b834d netdev_adjacent_change_abort +EXPORT_SYMBOL vmlinux 0x60352082 register_inet6addr_notifier +EXPORT_SYMBOL vmlinux 0x60554dbf rio_query_mport +EXPORT_SYMBOL vmlinux 0x605790dc fiemap_fill_next_extent +EXPORT_SYMBOL vmlinux 0x605e686e mnt_set_expiry +EXPORT_SYMBOL vmlinux 0x6066278d insert_inode_locked4 +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 0x60a32545 configfs_unregister_group +EXPORT_SYMBOL vmlinux 0x60aaeb4b qman_p_irqsource_add +EXPORT_SYMBOL vmlinux 0x60b3071f neigh_proc_dointvec +EXPORT_SYMBOL vmlinux 0x60b6249f backlight_device_get_by_name +EXPORT_SYMBOL vmlinux 0x60c191d9 import_iovec +EXPORT_SYMBOL vmlinux 0x60d2ef39 mii_ethtool_set_link_ksettings +EXPORT_SYMBOL vmlinux 0x60d8ab30 vme_lm_get +EXPORT_SYMBOL vmlinux 0x60de1d07 netlink_net_capable +EXPORT_SYMBOL vmlinux 0x60e20c78 udp_seq_ops +EXPORT_SYMBOL vmlinux 0x60eefb68 in6_dev_finish_destroy +EXPORT_SYMBOL vmlinux 0x61073e4a acpi_os_map_generic_address +EXPORT_SYMBOL vmlinux 0x611ec816 pneigh_lookup +EXPORT_SYMBOL vmlinux 0x6128b5fc __printk_ratelimit +EXPORT_SYMBOL vmlinux 0x612b5239 phy_suspend +EXPORT_SYMBOL vmlinux 0x612ed251 keyring_clear +EXPORT_SYMBOL vmlinux 0x612f3656 sock_wfree +EXPORT_SYMBOL vmlinux 0x61347034 mb_cache_entry_delete_or_get +EXPORT_SYMBOL vmlinux 0x61462399 folio_alloc +EXPORT_SYMBOL vmlinux 0x6147b4c4 ipmr_rule_default +EXPORT_SYMBOL vmlinux 0x61566719 input_mt_assign_slots +EXPORT_SYMBOL vmlinux 0x615911d7 __bitmap_set +EXPORT_SYMBOL vmlinux 0x61651a8b proc_create_single_data +EXPORT_SYMBOL vmlinux 0x6170a2c1 sk_wait_data +EXPORT_SYMBOL vmlinux 0x6179052a tc_setup_cb_add +EXPORT_SYMBOL vmlinux 0x617c452b queued_read_lock_slowpath +EXPORT_SYMBOL vmlinux 0x617e5924 input_flush_device +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 0x61abbb05 pci_irq_get_affinity +EXPORT_SYMBOL vmlinux 0x61b07a58 sg_alloc_table_from_pages_segment +EXPORT_SYMBOL vmlinux 0x61b7b126 simple_strtoull +EXPORT_SYMBOL vmlinux 0x61bf3809 fqdir_init +EXPORT_SYMBOL vmlinux 0x61c5802d netdev_set_num_tc +EXPORT_SYMBOL vmlinux 0x61cd4e02 d_alloc_name +EXPORT_SYMBOL vmlinux 0x61d24161 tty_register_ldisc +EXPORT_SYMBOL vmlinux 0x61e272c9 sha256_final +EXPORT_SYMBOL vmlinux 0x61ea189b fb_pad_aligned_buffer +EXPORT_SYMBOL vmlinux 0x62008018 devm_request_resource +EXPORT_SYMBOL vmlinux 0x62047961 seq_putc +EXPORT_SYMBOL vmlinux 0x620f84d7 file_modified +EXPORT_SYMBOL vmlinux 0x6214aef2 cpufreq_unregister_notifier +EXPORT_SYMBOL vmlinux 0x62213898 folio_mapping +EXPORT_SYMBOL vmlinux 0x6228c21f smp_call_function_single +EXPORT_SYMBOL vmlinux 0x6238a44f nd_region_to_nstype +EXPORT_SYMBOL vmlinux 0x62467bbf fs_context_for_mount +EXPORT_SYMBOL vmlinux 0x624aa681 trace_print_hex_seq +EXPORT_SYMBOL vmlinux 0x6261d37a xfrm6_rcv_spi +EXPORT_SYMBOL vmlinux 0x626702c4 mem_cgroup_from_task +EXPORT_SYMBOL vmlinux 0x626a3f89 elv_rb_del +EXPORT_SYMBOL vmlinux 0x62737e1d sock_unregister +EXPORT_SYMBOL vmlinux 0x6276af56 migrate_device_range +EXPORT_SYMBOL vmlinux 0x62849ac7 dev_valid_name +EXPORT_SYMBOL vmlinux 0x628aad02 rproc_boot +EXPORT_SYMBOL vmlinux 0x629079b3 dma_fence_signal_timestamp +EXPORT_SYMBOL vmlinux 0x62949074 acpi_buffer_to_resource +EXPORT_SYMBOL vmlinux 0x6295563b blk_mq_start_stopped_hw_queues +EXPORT_SYMBOL vmlinux 0x62a40844 inet_dgram_ops +EXPORT_SYMBOL vmlinux 0x62a84b05 __of_get_address +EXPORT_SYMBOL vmlinux 0x62aa17e3 neigh_sysctl_unregister +EXPORT_SYMBOL vmlinux 0x62d96443 qman_dma_portal +EXPORT_SYMBOL vmlinux 0x62ed4bfc mr_table_alloc +EXPORT_SYMBOL vmlinux 0x62f4f9a2 dquot_file_open +EXPORT_SYMBOL vmlinux 0x62f7e207 down_read_killable +EXPORT_SYMBOL vmlinux 0x630deb3d jbd2_fc_get_buf +EXPORT_SYMBOL vmlinux 0x630e6c98 __scsi_iterate_devices +EXPORT_SYMBOL vmlinux 0x6313e9cd tcp_v4_conn_request +EXPORT_SYMBOL vmlinux 0x6315c42c zstd_get_params +EXPORT_SYMBOL vmlinux 0x631d06aa cpu_rmap_put +EXPORT_SYMBOL vmlinux 0x633652c7 pps_unregister_source +EXPORT_SYMBOL vmlinux 0x63466df8 nd_device_unregister +EXPORT_SYMBOL vmlinux 0x6348c23c sk_stream_wait_close +EXPORT_SYMBOL vmlinux 0x6355033e __serio_register_port +EXPORT_SYMBOL vmlinux 0x6371aa21 pin_user_pages +EXPORT_SYMBOL vmlinux 0x63808092 page_pool_destroy +EXPORT_SYMBOL vmlinux 0x63842be3 follow_up +EXPORT_SYMBOL vmlinux 0x63995509 blkdev_issue_flush +EXPORT_SYMBOL vmlinux 0x639ab38e xp_set_rxq_info +EXPORT_SYMBOL vmlinux 0x63a58370 flow_action_cookie_destroy +EXPORT_SYMBOL vmlinux 0x63a7c28c bitmap_find_free_region +EXPORT_SYMBOL vmlinux 0x63b977bb ndo_dflt_fdb_add +EXPORT_SYMBOL vmlinux 0x63c6f5da pm860x_reg_read +EXPORT_SYMBOL vmlinux 0x63cb4060 folio_wait_private_2_killable +EXPORT_SYMBOL vmlinux 0x63eb9355 panic_blink +EXPORT_SYMBOL vmlinux 0x640df165 blk_start_plug +EXPORT_SYMBOL vmlinux 0x64127b67 bitmap_find_next_zero_area_off +EXPORT_SYMBOL vmlinux 0x642eb5c6 xen_poll_irq_timeout +EXPORT_SYMBOL vmlinux 0x6430dfcc netif_tx_stop_all_queues +EXPORT_SYMBOL vmlinux 0x643633ca mmc_wait_for_cmd +EXPORT_SYMBOL vmlinux 0x643dbd18 clean_bdev_aliases +EXPORT_SYMBOL vmlinux 0x643f3068 __tracepoint_spi_transfer_stop +EXPORT_SYMBOL vmlinux 0x644be12c qman_affine_cpus +EXPORT_SYMBOL vmlinux 0x6455298a security_xfrm_policy_free +EXPORT_SYMBOL vmlinux 0x6456a4ee key_link +EXPORT_SYMBOL vmlinux 0x64781ca2 page_cache_prev_miss +EXPORT_SYMBOL vmlinux 0x6481ffe0 hsiphash_1u32 +EXPORT_SYMBOL vmlinux 0x648eb59d gc_inflight_list +EXPORT_SYMBOL vmlinux 0x64a9c928 default_blu +EXPORT_SYMBOL vmlinux 0x64bbc288 string_unescape +EXPORT_SYMBOL vmlinux 0x64d3425e iov_iter_zero +EXPORT_SYMBOL vmlinux 0x64dcbe2c iterate_supers_type +EXPORT_SYMBOL vmlinux 0x64e21eb3 nf_reinject +EXPORT_SYMBOL vmlinux 0x64eb3d54 ip_check_defrag +EXPORT_SYMBOL vmlinux 0x64f2b07d jbd2_journal_wipe +EXPORT_SYMBOL vmlinux 0x64f408f7 mr_vif_seq_next +EXPORT_SYMBOL vmlinux 0x6501fe20 genl_unregister_family +EXPORT_SYMBOL vmlinux 0x65074c0f md_wakeup_thread +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 0x653ae89d __xfrm_state_delete +EXPORT_SYMBOL vmlinux 0x65408378 zlib_inflate_blob +EXPORT_SYMBOL vmlinux 0x65415a70 tcp_openreq_init_rwin +EXPORT_SYMBOL vmlinux 0x654449c3 memset16 +EXPORT_SYMBOL vmlinux 0x655e7389 fscrypt_decrypt_bio +EXPORT_SYMBOL vmlinux 0x655ea10b folio_migrate_mapping +EXPORT_SYMBOL vmlinux 0x6562966c dm_mq_kick_requeue_list +EXPORT_SYMBOL vmlinux 0x656c1a0e string_escape_mem +EXPORT_SYMBOL vmlinux 0x656e4a6e snprintf +EXPORT_SYMBOL vmlinux 0x65748840 wake_up_process +EXPORT_SYMBOL vmlinux 0x6580f32a fb_find_mode +EXPORT_SYMBOL vmlinux 0x65877308 vfs_parse_fs_param +EXPORT_SYMBOL vmlinux 0x658ce1a8 xxh64_reset +EXPORT_SYMBOL vmlinux 0x65929cae ns_to_timespec64 +EXPORT_SYMBOL vmlinux 0x6599605a __cgroup_bpf_run_filter_skb +EXPORT_SYMBOL vmlinux 0x659ded26 xfrm_flush_gc +EXPORT_SYMBOL vmlinux 0x65aa605c may_umount_tree +EXPORT_SYMBOL vmlinux 0x65ba735b __stack_chk_fail +EXPORT_SYMBOL vmlinux 0x65cadc2a scsi_device_put +EXPORT_SYMBOL vmlinux 0x65cf8fcb filemap_get_folios_contig +EXPORT_SYMBOL vmlinux 0x65d1bab2 acpi_bios_warning +EXPORT_SYMBOL vmlinux 0x65d9e877 cpufreq_register_notifier +EXPORT_SYMBOL vmlinux 0x65dccf13 xz_dec_end +EXPORT_SYMBOL vmlinux 0x65e0360c serial8250_do_set_termios +EXPORT_SYMBOL vmlinux 0x65e0d6d7 memory_read_from_buffer +EXPORT_SYMBOL vmlinux 0x65e9f371 seq_read_iter +EXPORT_SYMBOL vmlinux 0x661d4245 tcp_fastopen_defer_connect +EXPORT_SYMBOL vmlinux 0x6626afca down +EXPORT_SYMBOL vmlinux 0x663460f9 jbd2_submit_inode_data +EXPORT_SYMBOL vmlinux 0x6639756e vme_dma_list_exec +EXPORT_SYMBOL vmlinux 0x664a659b generic_file_splice_read +EXPORT_SYMBOL vmlinux 0x664b1e29 qman_delete_cgr +EXPORT_SYMBOL vmlinux 0x665e2513 zstd_max_clevel +EXPORT_SYMBOL vmlinux 0x66628bf3 ip_tunnel_metadata_cnt +EXPORT_SYMBOL vmlinux 0x666863dc par_io_config_pin +EXPORT_SYMBOL vmlinux 0x6673f96d xxh32_reset +EXPORT_SYMBOL vmlinux 0x66826f5a xudma_get_ringacc +EXPORT_SYMBOL vmlinux 0x6684014f alloc_fddidev +EXPORT_SYMBOL vmlinux 0x66870f16 kthread_create_on_cpu +EXPORT_SYMBOL vmlinux 0x668b19a1 down_read +EXPORT_SYMBOL vmlinux 0x668e1952 tty_port_lower_dtr_rts +EXPORT_SYMBOL vmlinux 0x669c191b dm_consume_args +EXPORT_SYMBOL vmlinux 0x66af1fd1 lockref_put_or_lock +EXPORT_SYMBOL vmlinux 0x66b4cc41 kmemdup +EXPORT_SYMBOL vmlinux 0x66d0f1a3 of_node_put +EXPORT_SYMBOL vmlinux 0x66df8070 __skb_wait_for_more_packets +EXPORT_SYMBOL vmlinux 0x66f6c83a blk_queue_io_opt +EXPORT_SYMBOL vmlinux 0x671dd7c8 pci_bus_type +EXPORT_SYMBOL vmlinux 0x673a3a6e filemap_fdatawait_range_keep_errors +EXPORT_SYMBOL vmlinux 0x67412d2f ucc_slow_enable +EXPORT_SYMBOL vmlinux 0x6749d53f hdmi_vendor_infoframe_init +EXPORT_SYMBOL vmlinux 0x6756e0f5 of_graph_get_remote_node +EXPORT_SYMBOL vmlinux 0x675bb344 free_task +EXPORT_SYMBOL vmlinux 0x677a467c fasync_helper +EXPORT_SYMBOL vmlinux 0x677ce1c4 mmc_set_blocklen +EXPORT_SYMBOL vmlinux 0x67839fba get_mem_cgroup_from_mm +EXPORT_SYMBOL vmlinux 0x6788f5c0 mmc_put_card +EXPORT_SYMBOL vmlinux 0x678b96ec dma_pool_alloc +EXPORT_SYMBOL vmlinux 0x67909c3c rawv6_mh_filter_register +EXPORT_SYMBOL vmlinux 0x67a9baaf md_unregister_thread +EXPORT_SYMBOL vmlinux 0x67b27ec1 tty_std_termios +EXPORT_SYMBOL vmlinux 0x67b78eb3 seq_hlist_next_rcu +EXPORT_SYMBOL vmlinux 0x67beaa8c ethtool_get_phc_vclocks +EXPORT_SYMBOL vmlinux 0x67c13ea0 acpi_read +EXPORT_SYMBOL vmlinux 0x67d07e2a may_setattr +EXPORT_SYMBOL vmlinux 0x67d2f78f netdev_bonding_info_change +EXPORT_SYMBOL vmlinux 0x67d69711 ip6_fraglist_init +EXPORT_SYMBOL vmlinux 0x67de0a35 of_platform_device_create +EXPORT_SYMBOL vmlinux 0x67e38aea bio_alloc_clone +EXPORT_SYMBOL vmlinux 0x6828455d pci_select_bars +EXPORT_SYMBOL vmlinux 0x68557630 file_remove_privs +EXPORT_SYMBOL vmlinux 0x686abe9b max8998_update_reg +EXPORT_SYMBOL vmlinux 0x686c217b pci_try_set_mwi +EXPORT_SYMBOL vmlinux 0x686e1d25 cdrom_mode_select +EXPORT_SYMBOL vmlinux 0x68750cd4 sock_no_mmap +EXPORT_SYMBOL vmlinux 0x687b6a16 kdbgetsymval +EXPORT_SYMBOL vmlinux 0x68f6225b xfrm_unregister_type +EXPORT_SYMBOL vmlinux 0x68fb581a icst307_idx2s +EXPORT_SYMBOL vmlinux 0x6903cd76 generic_pipe_buf_get +EXPORT_SYMBOL vmlinux 0x69049cd2 radix_tree_replace_slot +EXPORT_SYMBOL vmlinux 0x691e0e32 freezing_slow_path +EXPORT_SYMBOL vmlinux 0x691edf93 skb_checksum_help +EXPORT_SYMBOL vmlinux 0x692a18b0 mipi_dsi_dcs_set_tear_off +EXPORT_SYMBOL vmlinux 0x6940f95e seq_open_private +EXPORT_SYMBOL vmlinux 0x696461de jbd2_journal_clear_err +EXPORT_SYMBOL vmlinux 0x69668826 netdev_increment_features +EXPORT_SYMBOL vmlinux 0x696ba59f stream_open +EXPORT_SYMBOL vmlinux 0x6970b1fe vmf_insert_mixed_prot +EXPORT_SYMBOL vmlinux 0x6971447a rtc_month_days +EXPORT_SYMBOL vmlinux 0x6972e413 __bitmap_weight_and +EXPORT_SYMBOL vmlinux 0x697c9e46 bprm_change_interp +EXPORT_SYMBOL vmlinux 0x697ed5f0 memcpy_and_pad +EXPORT_SYMBOL vmlinux 0x699b3511 udp_prot +EXPORT_SYMBOL vmlinux 0x69adeeef tcp_select_initial_window +EXPORT_SYMBOL vmlinux 0x69c2c2a9 __udp_disconnect +EXPORT_SYMBOL vmlinux 0x69d0f1c7 xfrm_if_register_cb +EXPORT_SYMBOL vmlinux 0x69d43ec6 pci_request_regions +EXPORT_SYMBOL vmlinux 0x69d905f5 __hw_addr_sync_dev +EXPORT_SYMBOL vmlinux 0x69da1975 blk_pm_runtime_init +EXPORT_SYMBOL vmlinux 0x69dd3b5b crc32_le +EXPORT_SYMBOL vmlinux 0x69de8757 vme_check_window +EXPORT_SYMBOL vmlinux 0x69f20264 netif_receive_skb_core +EXPORT_SYMBOL vmlinux 0x69ffe7da current_time +EXPORT_SYMBOL vmlinux 0x6a037cf1 mempool_kfree +EXPORT_SYMBOL vmlinux 0x6a1bbd7f unlock_new_inode +EXPORT_SYMBOL vmlinux 0x6a26dfd7 mmc_set_data_timeout +EXPORT_SYMBOL vmlinux 0x6a3766b2 qman_delete_cgr_safe +EXPORT_SYMBOL vmlinux 0x6a3889b0 pci_find_capability +EXPORT_SYMBOL vmlinux 0x6a3eafbf rproc_elf_sanity_check +EXPORT_SYMBOL vmlinux 0x6a43cdcd of_graph_get_endpoint_by_regs +EXPORT_SYMBOL vmlinux 0x6a449c4f register_sysctl_table +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 0x6a6f7663 blkdev_get_by_path +EXPORT_SYMBOL vmlinux 0x6a75f2dc __sock_cmsg_send +EXPORT_SYMBOL vmlinux 0x6a90663a qman_schedule_fq +EXPORT_SYMBOL vmlinux 0x6ab47630 vga_get +EXPORT_SYMBOL vmlinux 0x6ac54b4b __traceiter_module_get +EXPORT_SYMBOL vmlinux 0x6accbe26 generic_update_time +EXPORT_SYMBOL vmlinux 0x6add5c9a dmi_find_device +EXPORT_SYMBOL vmlinux 0x6aecc196 nvdimm_bus_lock +EXPORT_SYMBOL vmlinux 0x6aeefac4 zlib_deflateReset +EXPORT_SYMBOL vmlinux 0x6b079231 alt_cb_patch_nops +EXPORT_SYMBOL vmlinux 0x6b0b69bc textsearch_prepare +EXPORT_SYMBOL vmlinux 0x6b226ed0 __breadahead +EXPORT_SYMBOL vmlinux 0x6b27729b radix_tree_gang_lookup +EXPORT_SYMBOL vmlinux 0x6b2a1d6a netdev_sk_get_lowest_dev +EXPORT_SYMBOL vmlinux 0x6b2dc060 dump_stack +EXPORT_SYMBOL vmlinux 0x6b2f9a49 udp_gro_receive +EXPORT_SYMBOL vmlinux 0x6b3dd287 inet_offloads +EXPORT_SYMBOL vmlinux 0x6b55acd0 rtnl_lock_killable +EXPORT_SYMBOL vmlinux 0x6b656b13 devm_request_threaded_irq +EXPORT_SYMBOL vmlinux 0x6b702e3b mipi_dsi_dcs_set_column_address +EXPORT_SYMBOL vmlinux 0x6b7cc583 __scm_destroy +EXPORT_SYMBOL vmlinux 0x6b80544f pcie_get_speed_cap +EXPORT_SYMBOL vmlinux 0x6b853d06 ns_to_kernel_old_timeval +EXPORT_SYMBOL vmlinux 0x6b8a518e __skb_ext_del +EXPORT_SYMBOL vmlinux 0x6b8bf149 netif_receive_skb_list +EXPORT_SYMBOL vmlinux 0x6b92e6dc hdmi_infoframe_log +EXPORT_SYMBOL vmlinux 0x6bc06c67 dm_table_run_md_queue_async +EXPORT_SYMBOL vmlinux 0x6bc3fbc0 __unregister_chrdev +EXPORT_SYMBOL vmlinux 0x6bcd54de setup_new_exec +EXPORT_SYMBOL vmlinux 0x6bd0e573 down_interruptible +EXPORT_SYMBOL vmlinux 0x6be1c1f8 acpi_install_method +EXPORT_SYMBOL vmlinux 0x6bef3c4f genphy_update_link +EXPORT_SYMBOL vmlinux 0x6bf181c1 __tracepoint_kmem_cache_free +EXPORT_SYMBOL vmlinux 0x6bf3058f __devm_mdiobus_register +EXPORT_SYMBOL vmlinux 0x6bf5b45f pci_bus_alloc_resource +EXPORT_SYMBOL vmlinux 0x6c0ea030 sock_alloc +EXPORT_SYMBOL vmlinux 0x6c1785e9 blk_get_queue +EXPORT_SYMBOL vmlinux 0x6c224cda gen_pool_destroy +EXPORT_SYMBOL vmlinux 0x6c257ac0 tty_termios_hw_change +EXPORT_SYMBOL vmlinux 0x6c30f505 xfrm_register_type +EXPORT_SYMBOL vmlinux 0x6c41a274 ptp_clock_unregister +EXPORT_SYMBOL vmlinux 0x6c45ff45 dma_alloc_attrs +EXPORT_SYMBOL vmlinux 0x6c61ce70 num_registered_fb +EXPORT_SYMBOL vmlinux 0x6c7a0323 __tracepoint_kmem_cache_alloc +EXPORT_SYMBOL vmlinux 0x6c84c68e __blockdev_direct_IO +EXPORT_SYMBOL vmlinux 0x6c882e1d jbd2_fc_end_commit_fallback +EXPORT_SYMBOL vmlinux 0x6c99b14f vme_dma_list_free +EXPORT_SYMBOL vmlinux 0x6cb46525 netlbl_catmap_walk +EXPORT_SYMBOL vmlinux 0x6cbbfc54 __arch_copy_to_user +EXPORT_SYMBOL vmlinux 0x6cc21b58 nf_register_sockopt +EXPORT_SYMBOL vmlinux 0x6cc91e94 dquot_get_state +EXPORT_SYMBOL vmlinux 0x6cdccff8 devm_backlight_device_unregister +EXPORT_SYMBOL vmlinux 0x6cde7db5 dev_graft_qdisc +EXPORT_SYMBOL vmlinux 0x6ce28a7b sock_alloc_file +EXPORT_SYMBOL vmlinux 0x6cf0d67d qe_get_num_of_snums +EXPORT_SYMBOL vmlinux 0x6d05cb12 security_sctp_bind_connect +EXPORT_SYMBOL vmlinux 0x6d05faf6 seq_release_private +EXPORT_SYMBOL vmlinux 0x6d08b6df pcie_capability_read_word +EXPORT_SYMBOL vmlinux 0x6d0f8a87 dev_get_by_name +EXPORT_SYMBOL vmlinux 0x6d16c104 mutex_lock_killable +EXPORT_SYMBOL vmlinux 0x6d222a95 iunique +EXPORT_SYMBOL vmlinux 0x6d294e43 clock_t_to_jiffies +EXPORT_SYMBOL vmlinux 0x6d30b47b gnet_stats_start_copy_compat +EXPORT_SYMBOL vmlinux 0x6d548f9e max8998_read_reg +EXPORT_SYMBOL vmlinux 0x6d55a8f5 blkdev_issue_discard +EXPORT_SYMBOL vmlinux 0x6d574e2e d_move +EXPORT_SYMBOL vmlinux 0x6d5f5b91 radix_tree_tagged +EXPORT_SYMBOL vmlinux 0x6d73c95f logic_outw +EXPORT_SYMBOL vmlinux 0x6d7c7dcc bitmap_cut +EXPORT_SYMBOL vmlinux 0x6d84f612 pin_user_pages_unlocked +EXPORT_SYMBOL vmlinux 0x6d967546 rtc_add_groups +EXPORT_SYMBOL vmlinux 0x6da1c482 icmp6_send +EXPORT_SYMBOL vmlinux 0x6da467cb pfn_is_map_memory +EXPORT_SYMBOL vmlinux 0x6dab598e buffer_check_dirty_writeback +EXPORT_SYMBOL vmlinux 0x6db503d7 dev_get_iflink +EXPORT_SYMBOL vmlinux 0x6dba9051 xz_dec_microlzma_end +EXPORT_SYMBOL vmlinux 0x6dbf4050 of_phy_find_device +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 0x6e072c97 cpu_hwcaps +EXPORT_SYMBOL vmlinux 0x6e208210 rproc_shutdown +EXPORT_SYMBOL vmlinux 0x6e28dbe3 pagecache_get_page +EXPORT_SYMBOL vmlinux 0x6e297291 tty_driver_flush_buffer +EXPORT_SYMBOL vmlinux 0x6e299175 scsi_test_unit_ready +EXPORT_SYMBOL vmlinux 0x6e2b48ca nd_dev_to_uuid +EXPORT_SYMBOL vmlinux 0x6e2e4325 register_nexthop_notifier +EXPORT_SYMBOL vmlinux 0x6e49df00 vfs_iocb_iter_write +EXPORT_SYMBOL vmlinux 0x6e4d4407 mipi_dsi_shutdown_peripheral +EXPORT_SYMBOL vmlinux 0x6e55c7c4 dev_remove_offload +EXPORT_SYMBOL vmlinux 0x6e562b43 param_get_int +EXPORT_SYMBOL vmlinux 0x6e5b8651 xz_dec_run +EXPORT_SYMBOL vmlinux 0x6e5e98b5 dma_resv_fini +EXPORT_SYMBOL vmlinux 0x6e647cb9 qdisc_watchdog_init_clockid +EXPORT_SYMBOL vmlinux 0x6e720ff2 rtnl_unlock +EXPORT_SYMBOL vmlinux 0x6e840d55 param_ops_ulong +EXPORT_SYMBOL vmlinux 0x6e9b4680 bpf_map_get +EXPORT_SYMBOL vmlinux 0x6e9cbecc noop_fsync +EXPORT_SYMBOL vmlinux 0x6e9dd606 __symbol_put +EXPORT_SYMBOL vmlinux 0x6ea50546 __getblk_gfp +EXPORT_SYMBOL vmlinux 0x6ea9363b force_sig +EXPORT_SYMBOL vmlinux 0x6eb402b8 ip_tunnel_parse_protocol +EXPORT_SYMBOL vmlinux 0x6eba7a4d serio_bus +EXPORT_SYMBOL vmlinux 0x6ecb1cca mfd_add_devices +EXPORT_SYMBOL vmlinux 0x6ecfd191 netif_set_tso_max_size +EXPORT_SYMBOL vmlinux 0x6ed52fcc inet_csk_reqsk_queue_drop_and_put +EXPORT_SYMBOL vmlinux 0x6ed599a1 bpf_link_get_from_fd +EXPORT_SYMBOL vmlinux 0x6eecfaf4 sg_copy_buffer +EXPORT_SYMBOL vmlinux 0x6f049e47 seq_path +EXPORT_SYMBOL vmlinux 0x6f14e9db console_list_lock +EXPORT_SYMBOL vmlinux 0x6f358e7a of_device_get_match_data +EXPORT_SYMBOL vmlinux 0x6f41a428 acpi_get_vendor_resource +EXPORT_SYMBOL vmlinux 0x6f4a59e4 sort_r +EXPORT_SYMBOL vmlinux 0x6f4b3a05 dump_page +EXPORT_SYMBOL vmlinux 0x6f5ab52f acpi_get_local_address +EXPORT_SYMBOL vmlinux 0x6f79bb09 of_get_child_by_name +EXPORT_SYMBOL vmlinux 0x6f7f085d dm_unregister_target +EXPORT_SYMBOL vmlinux 0x6f81e76f md_set_array_sectors +EXPORT_SYMBOL vmlinux 0x6f915a45 dqstats +EXPORT_SYMBOL vmlinux 0x6fb49676 queue_rcu_work +EXPORT_SYMBOL vmlinux 0x6fbc6a00 radix_tree_insert +EXPORT_SYMBOL vmlinux 0x6fc48021 dynamic_cond_resched +EXPORT_SYMBOL vmlinux 0x6fcb87a1 touch_softlockup_watchdog +EXPORT_SYMBOL vmlinux 0x6fd83c0d pci_assign_resource +EXPORT_SYMBOL vmlinux 0x6fd9c35a __clzdi2 +EXPORT_SYMBOL vmlinux 0x6febccb8 devm_clk_hw_register_clkdev +EXPORT_SYMBOL vmlinux 0x6ff3a485 dynamic_might_resched +EXPORT_SYMBOL vmlinux 0x6ffa4f70 md_bitmap_startwrite +EXPORT_SYMBOL vmlinux 0x6fff261f __arch_clear_user +EXPORT_SYMBOL vmlinux 0x70002fe8 siphash_1u32 +EXPORT_SYMBOL vmlinux 0x700f5b13 pnp_device_detach +EXPORT_SYMBOL vmlinux 0x70140bb9 skb_split +EXPORT_SYMBOL vmlinux 0x701ae5f1 dev_pre_changeaddr_notify +EXPORT_SYMBOL vmlinux 0x701f913a __ip4_datagram_connect +EXPORT_SYMBOL vmlinux 0x7023bea8 unregister_acpi_notifier +EXPORT_SYMBOL vmlinux 0x702946da ucs2_strlen +EXPORT_SYMBOL vmlinux 0x7032b273 page_get_link +EXPORT_SYMBOL vmlinux 0x704217ff hash_and_copy_to_iter +EXPORT_SYMBOL vmlinux 0x7047c13c pci_rebar_get_possible_sizes +EXPORT_SYMBOL vmlinux 0x7052da42 tcf_em_register +EXPORT_SYMBOL vmlinux 0x70597ea7 fb_get_mode +EXPORT_SYMBOL vmlinux 0x705a7707 config_group_init +EXPORT_SYMBOL vmlinux 0x705cf17a __devm_release_region +EXPORT_SYMBOL vmlinux 0x705efec9 is_bad_inode +EXPORT_SYMBOL vmlinux 0x70677708 has_capability +EXPORT_SYMBOL vmlinux 0x7076d944 __mdiobus_read +EXPORT_SYMBOL vmlinux 0x709a52bf blk_mq_tagset_wait_completed_request +EXPORT_SYMBOL vmlinux 0x709ab9f8 tty_port_tty_get +EXPORT_SYMBOL vmlinux 0x70ad5408 sock_i_ino +EXPORT_SYMBOL vmlinux 0x70ad75fb radix_tree_lookup +EXPORT_SYMBOL vmlinux 0x70b1d784 tcf_em_tree_validate +EXPORT_SYMBOL vmlinux 0x70c78210 dquot_quota_sync +EXPORT_SYMBOL vmlinux 0x70d1a18e qman_release_pool +EXPORT_SYMBOL vmlinux 0x70d52420 set_page_dirty +EXPORT_SYMBOL vmlinux 0x70da76b1 input_open_device +EXPORT_SYMBOL vmlinux 0x70e40047 kthread_create_worker +EXPORT_SYMBOL vmlinux 0x70f0dcd4 of_graph_is_present +EXPORT_SYMBOL vmlinux 0x70f5714e acpi_dev_uid_to_integer +EXPORT_SYMBOL vmlinux 0x7112818d mq_change_real_num_tx +EXPORT_SYMBOL vmlinux 0x7115618b xp_dma_unmap +EXPORT_SYMBOL vmlinux 0x7129e5f8 hex_asc +EXPORT_SYMBOL vmlinux 0x7141b88a logic_insb +EXPORT_SYMBOL vmlinux 0x714b2511 iw_handler_set_spy +EXPORT_SYMBOL vmlinux 0x715102b7 tty_name +EXPORT_SYMBOL vmlinux 0x715a5ed0 vprintk +EXPORT_SYMBOL vmlinux 0x7171121c overflowgid +EXPORT_SYMBOL vmlinux 0x718c52ae ip_mc_leave_group +EXPORT_SYMBOL vmlinux 0x71947fab security_sb_clone_mnt_opts +EXPORT_SYMBOL vmlinux 0x719e317e jbd2_journal_start_reserved +EXPORT_SYMBOL vmlinux 0x71a672ef dmam_pool_destroy +EXPORT_SYMBOL vmlinux 0x71adf144 take_dentry_name_snapshot +EXPORT_SYMBOL vmlinux 0x71be7160 tcf_exts_dump +EXPORT_SYMBOL vmlinux 0x71c4c293 nd_device_register +EXPORT_SYMBOL vmlinux 0x71d6eb3d import_single_range +EXPORT_SYMBOL vmlinux 0x71df3225 tegra_dfll_resume +EXPORT_SYMBOL vmlinux 0x71dfc095 acpi_walk_resources +EXPORT_SYMBOL vmlinux 0x71e0f7f2 no_seek_end_llseek +EXPORT_SYMBOL vmlinux 0x720a27a7 __register_blkdev +EXPORT_SYMBOL vmlinux 0x723f75b4 __sk_backlog_rcv +EXPORT_SYMBOL vmlinux 0x7252ffbc pci_free_irq +EXPORT_SYMBOL vmlinux 0x725432ba phy_device_register +EXPORT_SYMBOL vmlinux 0x7260e36f __mmap_lock_do_trace_start_locking +EXPORT_SYMBOL vmlinux 0x72623d8a __traceiter_spi_transfer_stop +EXPORT_SYMBOL vmlinux 0x7267d855 make_kgid +EXPORT_SYMBOL vmlinux 0x726bc3c7 wait_for_completion_killable_timeout +EXPORT_SYMBOL vmlinux 0x727374b1 input_inject_event +EXPORT_SYMBOL vmlinux 0x72737bfe xfrm_state_flush +EXPORT_SYMBOL vmlinux 0x72748d74 phy_request_interrupt +EXPORT_SYMBOL vmlinux 0x727de424 mem_section +EXPORT_SYMBOL vmlinux 0x728f8907 blk_post_runtime_resume +EXPORT_SYMBOL vmlinux 0x72a50966 ucc_fast_disable +EXPORT_SYMBOL vmlinux 0x72b9d287 default_grn +EXPORT_SYMBOL vmlinux 0x72bd96f8 skb_flow_get_icmp_tci +EXPORT_SYMBOL vmlinux 0x72c2c0e4 uart_unregister_driver +EXPORT_SYMBOL vmlinux 0x72c38372 kmem_cache_size +EXPORT_SYMBOL vmlinux 0x72ea7b2d scsi_device_type +EXPORT_SYMBOL vmlinux 0x72f14ff7 acpi_get_object_info +EXPORT_SYMBOL vmlinux 0x72f578d8 devfreq_monitor_stop +EXPORT_SYMBOL vmlinux 0x72fa56c6 sock_create_lite +EXPORT_SYMBOL vmlinux 0x72fe485a of_find_device_by_node +EXPORT_SYMBOL vmlinux 0x7310bca9 nf_ct_get_tuple_skb +EXPORT_SYMBOL vmlinux 0x7313a303 blk_mq_start_hw_queues +EXPORT_SYMBOL vmlinux 0x7315a4e9 twl6030_mmc_card_detect_config +EXPORT_SYMBOL vmlinux 0x7319e2aa devm_arch_io_reserve_memtype_wc +EXPORT_SYMBOL vmlinux 0x731c4a9c dma_fence_signal +EXPORT_SYMBOL vmlinux 0x731dba7a xen_domain_type +EXPORT_SYMBOL vmlinux 0x7320ade1 open_with_fake_path +EXPORT_SYMBOL vmlinux 0x732dd326 groups_free +EXPORT_SYMBOL vmlinux 0x7342d630 console_stop +EXPORT_SYMBOL vmlinux 0x7345942f flow_rule_match_enc_ipv6_addrs +EXPORT_SYMBOL vmlinux 0x735307e9 of_find_backlight_by_node +EXPORT_SYMBOL vmlinux 0x735e6a81 acpi_evaluate_integer +EXPORT_SYMBOL vmlinux 0x73784d5f mmc_can_erase +EXPORT_SYMBOL vmlinux 0x737c8272 mr_table_dump +EXPORT_SYMBOL vmlinux 0x7380dffa argv_split +EXPORT_SYMBOL vmlinux 0x7381d9b3 freeze_bdev +EXPORT_SYMBOL vmlinux 0x73998efa cpm_muram_free_addr +EXPORT_SYMBOL vmlinux 0x739fd00f __SCK__tp_func_module_get +EXPORT_SYMBOL vmlinux 0x73a3cbfe dma_resv_replace_fences +EXPORT_SYMBOL vmlinux 0x73abb180 alloc_contig_range +EXPORT_SYMBOL vmlinux 0x73b14afb blk_queue_bounce_limit +EXPORT_SYMBOL vmlinux 0x73b6ea27 register_mii_tstamp_controller +EXPORT_SYMBOL vmlinux 0x73be56bd flow_rule_match_enc_ip +EXPORT_SYMBOL vmlinux 0x73c13cd1 reuseport_attach_prog +EXPORT_SYMBOL vmlinux 0x7408b326 tty_port_init +EXPORT_SYMBOL vmlinux 0x74097f78 pci_scan_bus +EXPORT_SYMBOL vmlinux 0x740b0b3e dev_set_mac_address_user +EXPORT_SYMBOL vmlinux 0x7410aba2 strreplace +EXPORT_SYMBOL vmlinux 0x7412ed5b kvfree_sensitive +EXPORT_SYMBOL vmlinux 0x74217b0f genl_notify +EXPORT_SYMBOL vmlinux 0x742578a5 wait_for_random_bytes +EXPORT_SYMBOL vmlinux 0x7429e20c kstrtos8 +EXPORT_SYMBOL vmlinux 0x743f4126 keygen_port_hashing_init +EXPORT_SYMBOL vmlinux 0x744aa55a phy_connect_direct +EXPORT_SYMBOL vmlinux 0x744c92fd reuseport_select_sock +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 0x74b8e674 slhc_toss +EXPORT_SYMBOL vmlinux 0x74c134b9 __sw_hweight32 +EXPORT_SYMBOL vmlinux 0x74e5ff1a udpv6_encap_enable +EXPORT_SYMBOL vmlinux 0x74e8c8a4 __devm_of_mdiobus_register +EXPORT_SYMBOL vmlinux 0x74fa4d80 rproc_add_carveout +EXPORT_SYMBOL vmlinux 0x75028dbb twl6040_reg_write +EXPORT_SYMBOL vmlinux 0x751ddb0a add_to_pipe +EXPORT_SYMBOL vmlinux 0x751e7386 xen_free_unpopulated_pages +EXPORT_SYMBOL vmlinux 0x752df2dc wireless_send_event +EXPORT_SYMBOL vmlinux 0x7536fee7 pci_release_resource +EXPORT_SYMBOL vmlinux 0x754bc2f6 tcp_v4_do_rcv +EXPORT_SYMBOL vmlinux 0x7558324b blk_queue_chunk_sectors +EXPORT_SYMBOL vmlinux 0x755f4ba3 blake2s_compress_generic +EXPORT_SYMBOL vmlinux 0x75871f5e acpi_get_next_object +EXPORT_SYMBOL vmlinux 0x7598421e crypto_sha1_update +EXPORT_SYMBOL vmlinux 0x7599437e pci_remove_bus +EXPORT_SYMBOL vmlinux 0x75a5f07e sk_net_capable +EXPORT_SYMBOL vmlinux 0x75b46ece qdisc_hash_add +EXPORT_SYMBOL vmlinux 0x75bda77a seq_hlist_next +EXPORT_SYMBOL vmlinux 0x75d0deb9 nsecs_to_jiffies64 +EXPORT_SYMBOL vmlinux 0x75d40f89 devm_of_find_backlight +EXPORT_SYMBOL vmlinux 0x75d499dd vmcore_add_device_dump +EXPORT_SYMBOL vmlinux 0x75daf47f generic_block_bmap +EXPORT_SYMBOL vmlinux 0x75e4b422 inet_shutdown +EXPORT_SYMBOL vmlinux 0x75e8a164 dev_close +EXPORT_SYMBOL vmlinux 0x75eb48b0 close_fd_get_file +EXPORT_SYMBOL vmlinux 0x75f557eb make_kprojid +EXPORT_SYMBOL vmlinux 0x7604b69b regset_get +EXPORT_SYMBOL vmlinux 0x760a0f4f yield +EXPORT_SYMBOL vmlinux 0x7618af39 hdmi_infoframe_check +EXPORT_SYMBOL vmlinux 0x7619da50 devm_aperture_acquire_for_platform_device +EXPORT_SYMBOL vmlinux 0x7619fc66 dma_resv_reserve_fences +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 0x7674cea1 flow_block_cb_lookup +EXPORT_SYMBOL vmlinux 0x767b3844 cros_ec_query_all +EXPORT_SYMBOL vmlinux 0x7682ba4e __copy_overflow +EXPORT_SYMBOL vmlinux 0x769f6e64 errseq_check +EXPORT_SYMBOL vmlinux 0x76a8a813 ip6_dst_alloc +EXPORT_SYMBOL vmlinux 0x76add841 t10_pi_type1_ip +EXPORT_SYMBOL vmlinux 0x76d3cd60 laptop_mode +EXPORT_SYMBOL vmlinux 0x76d78753 netdev_features_change +EXPORT_SYMBOL vmlinux 0x76dbca8a ethtool_notify +EXPORT_SYMBOL vmlinux 0x76e1c317 posix_test_lock +EXPORT_SYMBOL vmlinux 0x76eb56ce tty_devnum +EXPORT_SYMBOL vmlinux 0x76efc249 _atomic_dec_and_raw_lock_irqsave +EXPORT_SYMBOL vmlinux 0x770784b2 iw_handler_set_thrspy +EXPORT_SYMBOL vmlinux 0x7717458f __hw_addr_ref_unsync_dev +EXPORT_SYMBOL vmlinux 0x7720e63e __d_drop +EXPORT_SYMBOL vmlinux 0x7720fe76 sg_miter_start +EXPORT_SYMBOL vmlinux 0x7732159c free_irq_cpu_rmap +EXPORT_SYMBOL vmlinux 0x77358855 iomem_resource +EXPORT_SYMBOL vmlinux 0x77368ee7 pci_ep_cfs_remove_epf_group +EXPORT_SYMBOL vmlinux 0x773be55b vmf_insert_mixed +EXPORT_SYMBOL vmlinux 0x773fa409 __kfifo_dma_in_finish_r +EXPORT_SYMBOL vmlinux 0x77456e0a acpi_root_dir +EXPORT_SYMBOL vmlinux 0x7746cf5d sync_blockdev_range +EXPORT_SYMBOL vmlinux 0x77498c29 kmem_cache_create +EXPORT_SYMBOL vmlinux 0x774e8b98 __skb_gso_segment +EXPORT_SYMBOL vmlinux 0x7766cbd0 dma_mmap_attrs +EXPORT_SYMBOL vmlinux 0x77677702 vga_remove_vgacon +EXPORT_SYMBOL vmlinux 0x77748cb7 mdio_driver_unregister +EXPORT_SYMBOL vmlinux 0x7791193f icst525_s2div +EXPORT_SYMBOL vmlinux 0x77b03e03 d_rehash +EXPORT_SYMBOL vmlinux 0x77b0a453 mii_link_ok +EXPORT_SYMBOL vmlinux 0x77bc13a0 strim +EXPORT_SYMBOL vmlinux 0x77bff17a mmc_start_request +EXPORT_SYMBOL vmlinux 0x77c45c86 __ip_mc_inc_group +EXPORT_SYMBOL vmlinux 0x77e9eb37 aes_encrypt +EXPORT_SYMBOL vmlinux 0x77faadbf udp_pre_connect +EXPORT_SYMBOL vmlinux 0x780485bc inet_proto_csum_replace4 +EXPORT_SYMBOL vmlinux 0x7807f0f8 schedule_timeout_idle +EXPORT_SYMBOL vmlinux 0x7817a5fd simple_transaction_release +EXPORT_SYMBOL vmlinux 0x781a3a8d scsi_block_when_processing_errors +EXPORT_SYMBOL vmlinux 0x781bd89f dev_set_allmulti +EXPORT_SYMBOL vmlinux 0x78263168 mmc_hw_reset +EXPORT_SYMBOL vmlinux 0x78371380 dquot_set_dqinfo +EXPORT_SYMBOL vmlinux 0x783ab728 mmc_can_discard +EXPORT_SYMBOL vmlinux 0x7846af3e __kfifo_len_r +EXPORT_SYMBOL vmlinux 0x7849eb95 serio_reconnect +EXPORT_SYMBOL vmlinux 0x7888b3fe __sock_i_ino +EXPORT_SYMBOL vmlinux 0x7891ed62 acpi_bus_unregister_driver +EXPORT_SYMBOL vmlinux 0x789b864d posix_acl_chmod +EXPORT_SYMBOL vmlinux 0x789e91d2 iommu_get_msi_cookie +EXPORT_SYMBOL vmlinux 0x789f9ef4 dquot_quota_off +EXPORT_SYMBOL vmlinux 0x78a16f48 aes_decrypt +EXPORT_SYMBOL vmlinux 0x78a4ef03 __module_put_and_kthread_exit +EXPORT_SYMBOL vmlinux 0x78b40c93 __folio_cancel_dirty +EXPORT_SYMBOL vmlinux 0x78b68870 lock_two_nondirectories +EXPORT_SYMBOL vmlinux 0x78b887ed vsprintf +EXPORT_SYMBOL vmlinux 0x78bcdaf7 tegra_dfll_runtime_resume +EXPORT_SYMBOL vmlinux 0x78c113b2 generic_fadvise +EXPORT_SYMBOL vmlinux 0x78d73885 inet_select_addr +EXPORT_SYMBOL vmlinux 0x78d9fa08 linkwatch_fire_event +EXPORT_SYMBOL vmlinux 0x78dc8590 ptp_clock_event +EXPORT_SYMBOL vmlinux 0x78df6bd7 no_pci_devices +EXPORT_SYMBOL vmlinux 0x79065e1a vfs_symlink +EXPORT_SYMBOL vmlinux 0x790c7398 __break_lease +EXPORT_SYMBOL vmlinux 0x79202eb0 inet_sk_get_local_port_range +EXPORT_SYMBOL vmlinux 0x79242ac1 mmc_alloc_host +EXPORT_SYMBOL vmlinux 0x793b7cc9 kmem_cache_create_usercopy +EXPORT_SYMBOL vmlinux 0x79556bba grab_cache_page_write_begin +EXPORT_SYMBOL vmlinux 0x795c2544 alloc_mdio_bitbang +EXPORT_SYMBOL vmlinux 0x795cb70b jbd2_journal_put_journal_head +EXPORT_SYMBOL vmlinux 0x795ce992 pci_bus_write_config_word +EXPORT_SYMBOL vmlinux 0x796b42ee folio_write_one +EXPORT_SYMBOL vmlinux 0x796bcc70 component_match_add_release +EXPORT_SYMBOL vmlinux 0x7972f4af cfb_copyarea +EXPORT_SYMBOL vmlinux 0x797c3928 imx_scu_enable_general_irq_channel +EXPORT_SYMBOL vmlinux 0x7984eefc key_update +EXPORT_SYMBOL vmlinux 0x79991aa0 sock_common_getsockopt +EXPORT_SYMBOL vmlinux 0x79a33f85 vme_get_size +EXPORT_SYMBOL vmlinux 0x79aebbd5 get_inode_acl +EXPORT_SYMBOL vmlinux 0x79b2e6dc pci_resize_resource +EXPORT_SYMBOL vmlinux 0x79b7c333 bd_abort_claiming +EXPORT_SYMBOL vmlinux 0x79d8df82 blk_dump_rq_flags +EXPORT_SYMBOL vmlinux 0x79ea5ab0 security_tun_dev_attach +EXPORT_SYMBOL vmlinux 0x7a00a11f notify_change +EXPORT_SYMBOL vmlinux 0x7a0cc40f done_path_create +EXPORT_SYMBOL vmlinux 0x7a1bcd59 gf128mul_x8_ble +EXPORT_SYMBOL vmlinux 0x7a2af7b4 cpu_number +EXPORT_SYMBOL vmlinux 0x7a2ff57e security_current_getsecid_subj +EXPORT_SYMBOL vmlinux 0x7a3a3b96 pci_enable_link_state +EXPORT_SYMBOL vmlinux 0x7a53a06d flow_indr_dev_exists +EXPORT_SYMBOL vmlinux 0x7a55f6fe fwnode_mdiobus_register_phy +EXPORT_SYMBOL vmlinux 0x7a576743 setup_arg_pages +EXPORT_SYMBOL vmlinux 0x7a64bc8c vme_master_mmap +EXPORT_SYMBOL vmlinux 0x7a7db9d5 inet_frag_destroy +EXPORT_SYMBOL vmlinux 0x7a86a619 blk_rq_map_integrity_sg +EXPORT_SYMBOL vmlinux 0x7a8d3d14 new_inode +EXPORT_SYMBOL vmlinux 0x7a93c1f2 __sk_receive_skb +EXPORT_SYMBOL vmlinux 0x7a95e5ae do_settimeofday64 +EXPORT_SYMBOL vmlinux 0x7a968137 ucc_slow_restart_tx +EXPORT_SYMBOL vmlinux 0x7aa1756e kvfree +EXPORT_SYMBOL vmlinux 0x7aa903d3 flush_dcache_folio +EXPORT_SYMBOL vmlinux 0x7ad050b9 qid_lt +EXPORT_SYMBOL vmlinux 0x7adc0fbf rb_replace_node_rcu +EXPORT_SYMBOL vmlinux 0x7ae5d317 qe_get_snum +EXPORT_SYMBOL vmlinux 0x7ae8027a __register_chrdev +EXPORT_SYMBOL vmlinux 0x7aec8231 set_blocksize +EXPORT_SYMBOL vmlinux 0x7af3c1ca d_drop +EXPORT_SYMBOL vmlinux 0x7afde376 xp_dma_map +EXPORT_SYMBOL vmlinux 0x7b0f1d0a mtree_store +EXPORT_SYMBOL vmlinux 0x7b1a00eb __inode_add_bytes +EXPORT_SYMBOL vmlinux 0x7b2933ba ipv6_sock_mc_join +EXPORT_SYMBOL vmlinux 0x7b2bf6a1 alloc_fcdev +EXPORT_SYMBOL vmlinux 0x7b30bd07 pci_ep_cfs_add_epf_group +EXPORT_SYMBOL vmlinux 0x7b37d4a7 _find_first_zero_bit +EXPORT_SYMBOL vmlinux 0x7b3dfd66 of_mdio_find_bus +EXPORT_SYMBOL vmlinux 0x7b41d75c xfrm_policy_bysel_ctx +EXPORT_SYMBOL vmlinux 0x7b4da6ff __init_rwsem +EXPORT_SYMBOL vmlinux 0x7b5b8f31 sha256_update +EXPORT_SYMBOL vmlinux 0x7b6f098c genphy_aneg_done +EXPORT_SYMBOL vmlinux 0x7b82b9a1 idr_replace +EXPORT_SYMBOL vmlinux 0x7b842e95 ip_fraglist_init +EXPORT_SYMBOL vmlinux 0x7b928cdc of_phy_register_fixed_link +EXPORT_SYMBOL vmlinux 0x7b9de373 tty_port_block_til_ready +EXPORT_SYMBOL vmlinux 0x7b9f4b66 unregister_cdrom +EXPORT_SYMBOL vmlinux 0x7ba5a3b4 tegra_powergate_power_off +EXPORT_SYMBOL vmlinux 0x7bac40b8 neigh_lookup +EXPORT_SYMBOL vmlinux 0x7bb50b88 acpi_write +EXPORT_SYMBOL vmlinux 0x7bb6db0a blk_mq_tagset_busy_iter +EXPORT_SYMBOL vmlinux 0x7bbccd05 nr_node_ids +EXPORT_SYMBOL vmlinux 0x7bc3b8b5 __dev_set_mtu +EXPORT_SYMBOL vmlinux 0x7bc3bce5 scsi_partsize +EXPORT_SYMBOL vmlinux 0x7bd4f7bd rpmh_write_batch +EXPORT_SYMBOL vmlinux 0x7bde627d fsync_bdev +EXPORT_SYMBOL vmlinux 0x7c173634 __bitmap_complement +EXPORT_SYMBOL vmlinux 0x7c2aa335 padata_do_parallel +EXPORT_SYMBOL vmlinux 0x7c2d104d devm_extcon_unregister_notifier +EXPORT_SYMBOL vmlinux 0x7c2ebe3c free_cgroup_ns +EXPORT_SYMBOL vmlinux 0x7c3d674d kernel_param_lock +EXPORT_SYMBOL vmlinux 0x7c46233a cpufreq_quick_get +EXPORT_SYMBOL vmlinux 0x7c55e339 qdisc_offload_query_caps +EXPORT_SYMBOL vmlinux 0x7c5c299b kernel_read +EXPORT_SYMBOL vmlinux 0x7c752319 ps2_sendbyte +EXPORT_SYMBOL vmlinux 0x7c774f1b tcp_mss_to_mtu +EXPORT_SYMBOL vmlinux 0x7c793cdc set_page_dirty_lock +EXPORT_SYMBOL vmlinux 0x7c8f49bd skb_copy_bits +EXPORT_SYMBOL vmlinux 0x7c971cef blk_mq_init_allocated_queue +EXPORT_SYMBOL vmlinux 0x7cabcd78 pfifo_qdisc_ops +EXPORT_SYMBOL vmlinux 0x7cd467a4 unregister_nexthop_notifier +EXPORT_SYMBOL vmlinux 0x7cd74001 dma_resv_iter_first_unlocked +EXPORT_SYMBOL vmlinux 0x7cd7981d is_subdir +EXPORT_SYMBOL vmlinux 0x7cd9fd0a migrate_device_pages +EXPORT_SYMBOL vmlinux 0x7cddb8fa dma_fence_chain_init +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 0x7d09f369 ip_fraglist_prepare +EXPORT_SYMBOL vmlinux 0x7d0ba682 gen_pool_virt_to_phys +EXPORT_SYMBOL vmlinux 0x7d0db45c jiffies_to_clock_t +EXPORT_SYMBOL vmlinux 0x7d11128e vme_slave_request +EXPORT_SYMBOL vmlinux 0x7d12d76d acpi_get_parent +EXPORT_SYMBOL vmlinux 0x7d1e2a66 sock_set_mark +EXPORT_SYMBOL vmlinux 0x7d27e504 dm_shift_arg +EXPORT_SYMBOL vmlinux 0x7d3a6415 nf_log_set +EXPORT_SYMBOL vmlinux 0x7d4b176a netlbl_catmap_setbit +EXPORT_SYMBOL vmlinux 0x7d5637b1 put_watch_queue +EXPORT_SYMBOL vmlinux 0x7d5e1008 __crc32c_le_shift +EXPORT_SYMBOL vmlinux 0x7d6789ff tcf_qevent_destroy +EXPORT_SYMBOL vmlinux 0x7d69aba2 security_sctp_assoc_request +EXPORT_SYMBOL vmlinux 0x7d6ef3b4 sock_dequeue_err_skb +EXPORT_SYMBOL vmlinux 0x7d74d522 kstrtoull_from_user +EXPORT_SYMBOL vmlinux 0x7d7929ca dev_uc_del +EXPORT_SYMBOL vmlinux 0x7d851892 sock_wmalloc +EXPORT_SYMBOL vmlinux 0x7da7bb20 request_key_tag +EXPORT_SYMBOL vmlinux 0x7daece67 quota_send_warning +EXPORT_SYMBOL vmlinux 0x7db8f953 vme_register_driver +EXPORT_SYMBOL vmlinux 0x7dc5ffa7 tc_skb_ext_tc_disable +EXPORT_SYMBOL vmlinux 0x7dc9b163 inet_csk_clear_xmit_timers +EXPORT_SYMBOL vmlinux 0x7dcf4135 __xa_insert +EXPORT_SYMBOL vmlinux 0x7dd42cc5 ppp_unregister_compressor +EXPORT_SYMBOL vmlinux 0x7df2a5d3 submit_bio_noacct +EXPORT_SYMBOL vmlinux 0x7dfc5351 clocksource_unregister +EXPORT_SYMBOL vmlinux 0x7dfd159b sk_dst_check +EXPORT_SYMBOL vmlinux 0x7e01b95f bio_add_pc_page +EXPORT_SYMBOL vmlinux 0x7e0b255f hdmi_audio_infoframe_pack_for_dp +EXPORT_SYMBOL vmlinux 0x7e27e058 __genphy_config_aneg +EXPORT_SYMBOL vmlinux 0x7e3191f6 try_to_del_timer_sync +EXPORT_SYMBOL vmlinux 0x7e344678 xattr_full_name +EXPORT_SYMBOL vmlinux 0x7e3d7668 pci_bus_set_ops +EXPORT_SYMBOL vmlinux 0x7e3dc0a6 copy_string_kernel +EXPORT_SYMBOL vmlinux 0x7e5c9cbd migrate_device_finalize +EXPORT_SYMBOL vmlinux 0x7e63e58d pldmfw_flash_image +EXPORT_SYMBOL vmlinux 0x7ea0d4ca tegra_sku_info +EXPORT_SYMBOL vmlinux 0x7ea3d105 pci_fixup_cardbus +EXPORT_SYMBOL vmlinux 0x7ece173e dev_get_port_parent_id +EXPORT_SYMBOL vmlinux 0x7ee7f29b register_netdevice_notifier_net +EXPORT_SYMBOL vmlinux 0x7ef37070 mipi_dsi_turn_on_peripheral +EXPORT_SYMBOL vmlinux 0x7ef4bddc __sg_page_iter_next +EXPORT_SYMBOL vmlinux 0x7ef7b170 dma_unmap_resource +EXPORT_SYMBOL vmlinux 0x7f02188f __msecs_to_jiffies +EXPORT_SYMBOL vmlinux 0x7f03b6a9 crc_ccitt_table +EXPORT_SYMBOL vmlinux 0x7f04f8b3 xp_alloc_batch +EXPORT_SYMBOL vmlinux 0x7f1d24ae pcim_set_mwi +EXPORT_SYMBOL vmlinux 0x7f240869 __dynamic_netdev_dbg +EXPORT_SYMBOL vmlinux 0x7f24de73 jiffies_to_usecs +EXPORT_SYMBOL vmlinux 0x7f2bf80e kmalloc_caches +EXPORT_SYMBOL vmlinux 0x7f36dc8b cookie_timestamp_decode +EXPORT_SYMBOL vmlinux 0x7f3ea348 vc_cons +EXPORT_SYMBOL vmlinux 0x7f52071a net_dim +EXPORT_SYMBOL vmlinux 0x7f59fe2f phy_ethtool_get_strings +EXPORT_SYMBOL vmlinux 0x7f62eaa4 sgl_free +EXPORT_SYMBOL vmlinux 0x7f642481 netdev_upper_dev_link +EXPORT_SYMBOL vmlinux 0x7f76b70a ip_defrag +EXPORT_SYMBOL vmlinux 0x7f7a715d seq_printf +EXPORT_SYMBOL vmlinux 0x7f7f7bb4 irq_poll_disable +EXPORT_SYMBOL vmlinux 0x7f896aff pm860x_page_reg_write +EXPORT_SYMBOL vmlinux 0x7f8cb78d pci_write_config_dword +EXPORT_SYMBOL vmlinux 0x7f9a4174 vfs_iter_write +EXPORT_SYMBOL vmlinux 0x7fa4f44b request_firmware +EXPORT_SYMBOL vmlinux 0x7fb758ea submit_bio +EXPORT_SYMBOL vmlinux 0x7fbda71c rproc_alloc +EXPORT_SYMBOL vmlinux 0x7fce778e tegra_ivc_total_queue_size +EXPORT_SYMBOL vmlinux 0x7fded7a1 dcb_ieee_getapp_default_prio_mask +EXPORT_SYMBOL vmlinux 0x7fe105d7 bman_ip_rev +EXPORT_SYMBOL vmlinux 0x7fe32873 rb_replace_node +EXPORT_SYMBOL vmlinux 0x7fe443e2 skb_checksum +EXPORT_SYMBOL vmlinux 0x7ff1287d cdev_add +EXPORT_SYMBOL vmlinux 0x7ff1e587 sock_bind_add +EXPORT_SYMBOL vmlinux 0x7ff5f216 dm_get_device +EXPORT_SYMBOL vmlinux 0x7ffacfb1 follow_pfn +EXPORT_SYMBOL vmlinux 0x8004afca kmem_cache_alloc_bulk +EXPORT_SYMBOL vmlinux 0x800e5cd5 dcbnl_cee_notify +EXPORT_SYMBOL vmlinux 0x800f1c1c of_clk_get +EXPORT_SYMBOL vmlinux 0x8030dc96 touch_atime +EXPORT_SYMBOL vmlinux 0x80335352 rproc_free +EXPORT_SYMBOL vmlinux 0x8033587d __xfrm_dst_lookup +EXPORT_SYMBOL vmlinux 0x8033d957 pci_alloc_host_bridge +EXPORT_SYMBOL vmlinux 0x80381288 ethtool_rx_flow_rule_create +EXPORT_SYMBOL vmlinux 0x803ddbb6 __posix_acl_create +EXPORT_SYMBOL vmlinux 0x8045d697 iget_locked +EXPORT_SYMBOL vmlinux 0x8045e7a6 dma_sync_single_for_cpu +EXPORT_SYMBOL vmlinux 0x8071e43b acpi_device_set_power +EXPORT_SYMBOL vmlinux 0x8071fd04 sock_enable_timestamps +EXPORT_SYMBOL vmlinux 0x80762048 _atomic_dec_and_raw_lock +EXPORT_SYMBOL vmlinux 0x80816f26 get_user_ifreq +EXPORT_SYMBOL vmlinux 0x809712ff hdmi_avi_infoframe_pack +EXPORT_SYMBOL vmlinux 0x80a6d92b mdiobus_alloc_size +EXPORT_SYMBOL vmlinux 0x80a717a8 __percpu_counter_compare +EXPORT_SYMBOL vmlinux 0x80bc7ca3 tcp_seq_stop +EXPORT_SYMBOL vmlinux 0x80ca5026 _bin2bcd +EXPORT_SYMBOL vmlinux 0x80cfb99d is_nd_pfn +EXPORT_SYMBOL vmlinux 0x80d3ddb3 netdev_printk +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 0x80fae9e2 prepare_to_swait_exclusive +EXPORT_SYMBOL vmlinux 0x810aa781 vlan_uses_dev +EXPORT_SYMBOL vmlinux 0x810ddc16 of_find_node_by_name +EXPORT_SYMBOL vmlinux 0x8110725b user_path_at_empty +EXPORT_SYMBOL vmlinux 0x8112b3d2 scsi_build_sense_buffer +EXPORT_SYMBOL vmlinux 0x81188c30 match_string +EXPORT_SYMBOL vmlinux 0x811aa8da filp_close +EXPORT_SYMBOL vmlinux 0x811f0513 sock_no_sendmsg +EXPORT_SYMBOL vmlinux 0x8135f2a4 pci_write_vpd_any +EXPORT_SYMBOL vmlinux 0x813b6cc4 unregister_key_type +EXPORT_SYMBOL vmlinux 0x814b13b9 tty_unregister_driver +EXPORT_SYMBOL vmlinux 0x81529315 phy_device_remove +EXPORT_SYMBOL vmlinux 0x81533963 sysfs_format_mac +EXPORT_SYMBOL vmlinux 0x815b5dd4 match_octal +EXPORT_SYMBOL vmlinux 0x816c1ada fman_unregister_intr +EXPORT_SYMBOL vmlinux 0x817ad21e sock_no_ioctl +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 0x8194a4d9 nd_integrity_init +EXPORT_SYMBOL vmlinux 0x819a9bd8 netdev_update_features +EXPORT_SYMBOL vmlinux 0x81a1eb59 utf8_unload +EXPORT_SYMBOL vmlinux 0x81a498ba kernel_sendpage +EXPORT_SYMBOL vmlinux 0x81ad5fc2 scsi_scan_host +EXPORT_SYMBOL vmlinux 0x81b20e8b ucc_fast_transmit_on_demand +EXPORT_SYMBOL vmlinux 0x81db6ebb xz_dec_reset +EXPORT_SYMBOL vmlinux 0x81e6b37f dmi_get_system_info +EXPORT_SYMBOL vmlinux 0x82001538 ping_prot +EXPORT_SYMBOL vmlinux 0x8210abe1 file_check_and_advance_wb_err +EXPORT_SYMBOL vmlinux 0x821a2af1 block_is_partially_uptodate +EXPORT_SYMBOL vmlinux 0x8225123c xfrm4_protocol_deregister +EXPORT_SYMBOL vmlinux 0x823d3505 cmxgcr_lock +EXPORT_SYMBOL vmlinux 0x825971ad phy_mipi_dphy_get_default_config_for_hsclk +EXPORT_SYMBOL vmlinux 0x8263a6d9 proc_douintvec +EXPORT_SYMBOL vmlinux 0x82699746 input_unregister_handle +EXPORT_SYMBOL vmlinux 0x826fad20 genlmsg_multicast_allns +EXPORT_SYMBOL vmlinux 0x8272eb4f con_copy_unimap +EXPORT_SYMBOL vmlinux 0x828119a8 of_pci_range_to_resource +EXPORT_SYMBOL vmlinux 0x82938981 mipi_dsi_dcs_get_power_mode +EXPORT_SYMBOL vmlinux 0x82a57f4e vme_bus_num +EXPORT_SYMBOL vmlinux 0x82c87ad5 nr_online_nodes +EXPORT_SYMBOL vmlinux 0x82dfa166 may_umount +EXPORT_SYMBOL vmlinux 0x82dfc96c ipv6_dev_get_saddr +EXPORT_SYMBOL vmlinux 0x82ebd817 unregister_tcf_proto_ops +EXPORT_SYMBOL vmlinux 0x82ee90dc timer_delete_sync +EXPORT_SYMBOL vmlinux 0x82fa2106 eth_commit_mac_addr_change +EXPORT_SYMBOL vmlinux 0x82fdd348 fb_set_cmap +EXPORT_SYMBOL vmlinux 0x830de9d3 folio_redirty_for_writepage +EXPORT_SYMBOL vmlinux 0x8310792b km_state_notify +EXPORT_SYMBOL vmlinux 0x83129137 __dec_node_page_state +EXPORT_SYMBOL vmlinux 0x832ed071 register_filesystem +EXPORT_SYMBOL vmlinux 0x833e1939 invalidate_bdev +EXPORT_SYMBOL vmlinux 0x83581089 gf128mul_init_4k_lle +EXPORT_SYMBOL vmlinux 0x836d057a jbd2_journal_abort +EXPORT_SYMBOL vmlinux 0x8370bf8f set_security_override +EXPORT_SYMBOL vmlinux 0x838bb702 dm_table_get_md +EXPORT_SYMBOL vmlinux 0x838d2bc8 siphash_3u32 +EXPORT_SYMBOL vmlinux 0x839a9fc3 filemap_fdatawrite_wbc +EXPORT_SYMBOL vmlinux 0x839bd05c mmc_card_alternative_gpt_sector +EXPORT_SYMBOL vmlinux 0x83a610a8 blk_rq_append_bio +EXPORT_SYMBOL vmlinux 0x83ae0d6b napi_build_skb +EXPORT_SYMBOL vmlinux 0x83b5e1aa __f_setown +EXPORT_SYMBOL vmlinux 0x83c2ea25 request_key_rcu +EXPORT_SYMBOL vmlinux 0x83c5dc90 pnp_is_active +EXPORT_SYMBOL vmlinux 0x83cc8d51 build_skb +EXPORT_SYMBOL vmlinux 0x84071093 bpf_empty_prog_array +EXPORT_SYMBOL vmlinux 0x84112839 __skb_recv_datagram +EXPORT_SYMBOL vmlinux 0x84140ac1 fscrypt_zeroout_range +EXPORT_SYMBOL vmlinux 0x841fbcbf vfs_tmpfile_open +EXPORT_SYMBOL vmlinux 0x84268f33 qdisc_offload_dump_helper +EXPORT_SYMBOL vmlinux 0x8427cc7b _raw_spin_lock_irq +EXPORT_SYMBOL vmlinux 0x8433bc43 mmc_calc_max_discard +EXPORT_SYMBOL vmlinux 0x84349a3c param_set_hexint +EXPORT_SYMBOL vmlinux 0x844fc114 phy_modify_paged +EXPORT_SYMBOL vmlinux 0x8450a7ad __cgroup_bpf_run_filter_sock_addr +EXPORT_SYMBOL vmlinux 0x8455e3a7 dma_fence_signal_timestamp_locked +EXPORT_SYMBOL vmlinux 0x8459df6f pci_set_mwi +EXPORT_SYMBOL vmlinux 0x847bb376 __phy_write_mmd +EXPORT_SYMBOL vmlinux 0x847ce6cb mt_find_after +EXPORT_SYMBOL vmlinux 0x84818f57 tegra_powergate_power_on +EXPORT_SYMBOL vmlinux 0x84823cf3 nla_strscpy +EXPORT_SYMBOL vmlinux 0x84823d93 bioset_init +EXPORT_SYMBOL vmlinux 0x8489c3c5 devm_register_netdev +EXPORT_SYMBOL vmlinux 0x84914079 __kfifo_dma_out_prepare +EXPORT_SYMBOL vmlinux 0x84a0ca4d bitmap_zalloc_node +EXPORT_SYMBOL vmlinux 0x84c1c552 proc_dointvec_ms_jiffies +EXPORT_SYMBOL vmlinux 0x84d83cc6 skb_find_text +EXPORT_SYMBOL vmlinux 0x84f2c4d9 __mod_lruvec_page_state +EXPORT_SYMBOL vmlinux 0x8518a4a6 _raw_spin_trylock_bh +EXPORT_SYMBOL vmlinux 0x851b9121 xudma_dev_get_psil_base +EXPORT_SYMBOL vmlinux 0x851eefde vlan_vids_del_by_dev +EXPORT_SYMBOL vmlinux 0x8530b5dc eth_header_parse +EXPORT_SYMBOL vmlinux 0x85316a3b passthru_features_check +EXPORT_SYMBOL vmlinux 0x8539efc9 __dquot_transfer +EXPORT_SYMBOL vmlinux 0x854c2f45 flow_rule_match_enc_control +EXPORT_SYMBOL vmlinux 0x8551245c mark_buffer_dirty_inode +EXPORT_SYMBOL vmlinux 0x85670f1d rtnl_is_locked +EXPORT_SYMBOL vmlinux 0x85880f8c sock_common_setsockopt +EXPORT_SYMBOL vmlinux 0x8591d7d5 ledtrig_mtd_activity +EXPORT_SYMBOL vmlinux 0x85a0432e clear_page_dirty_for_io +EXPORT_SYMBOL vmlinux 0x85af2e29 mmc_retune_pause +EXPORT_SYMBOL vmlinux 0x85b5e625 rfkill_set_states +EXPORT_SYMBOL vmlinux 0x85bd1608 __request_region +EXPORT_SYMBOL vmlinux 0x85ce7118 xfrm_policy_unregister_afinfo +EXPORT_SYMBOL vmlinux 0x85df9b6c strsep +EXPORT_SYMBOL vmlinux 0x85efc7e0 zero_pfn +EXPORT_SYMBOL vmlinux 0x86024eb3 inet_del_offload +EXPORT_SYMBOL vmlinux 0x8627537c ip_output +EXPORT_SYMBOL vmlinux 0x862c8035 bitmap_alloc_node +EXPORT_SYMBOL vmlinux 0x8635284c iov_iter_init +EXPORT_SYMBOL vmlinux 0x86391145 seq_put_decimal_ull +EXPORT_SYMBOL vmlinux 0x863a276a color_table +EXPORT_SYMBOL vmlinux 0x863ef599 mini_qdisc_pair_init +EXPORT_SYMBOL vmlinux 0x86546260 nf_hook_slow_list +EXPORT_SYMBOL vmlinux 0x866a62b2 gnet_stats_basic_sync_init +EXPORT_SYMBOL vmlinux 0x86768bc9 netif_tx_wake_queue +EXPORT_SYMBOL vmlinux 0x8677ce53 _dev_alert +EXPORT_SYMBOL vmlinux 0x8689a0d4 udp_seq_next +EXPORT_SYMBOL vmlinux 0x868acba5 get_options +EXPORT_SYMBOL vmlinux 0x86ac245e seg6_hmac_info_lookup +EXPORT_SYMBOL vmlinux 0x86d428ca of_n_addr_cells +EXPORT_SYMBOL vmlinux 0x86d52ba5 lookup_constant +EXPORT_SYMBOL vmlinux 0x86da37df xfrm_state_free +EXPORT_SYMBOL vmlinux 0x86dd708d tc_skb_ext_tc_enable +EXPORT_SYMBOL vmlinux 0x86e1b259 __put_cred +EXPORT_SYMBOL vmlinux 0x86fb9b05 bitmap_parse_user +EXPORT_SYMBOL vmlinux 0x870b5ca7 register_framebuffer +EXPORT_SYMBOL vmlinux 0x870c6c61 msi_desc_to_pci_dev +EXPORT_SYMBOL vmlinux 0x87400f24 sb_set_blocksize +EXPORT_SYMBOL vmlinux 0x874bc32e mipi_dsi_set_maximum_return_packet_size +EXPORT_SYMBOL vmlinux 0x874c5bee tty_port_put +EXPORT_SYMBOL vmlinux 0x87578ee5 locks_copy_lock +EXPORT_SYMBOL vmlinux 0x8761c87b rps_needed +EXPORT_SYMBOL vmlinux 0x87666a83 pci_find_resource +EXPORT_SYMBOL vmlinux 0x87809aeb put_user_ifreq +EXPORT_SYMBOL vmlinux 0x878b78b3 security_sk_clone +EXPORT_SYMBOL vmlinux 0x878bd080 __ip_select_ident +EXPORT_SYMBOL vmlinux 0x87a21cb3 __ubsan_handle_out_of_bounds +EXPORT_SYMBOL vmlinux 0x87e354ab unpin_user_pages +EXPORT_SYMBOL vmlinux 0x87e3af38 scsi_mode_sense +EXPORT_SYMBOL vmlinux 0x87e484a5 nla_put +EXPORT_SYMBOL vmlinux 0x87e5be9b netdev_lower_get_next_private +EXPORT_SYMBOL vmlinux 0x87f19bf2 migrate_vma_setup +EXPORT_SYMBOL vmlinux 0x87f4598f get_task_cred +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 0x8826fa49 param_get_ushort +EXPORT_SYMBOL vmlinux 0x8829315b jbd2_fc_wait_bufs +EXPORT_SYMBOL vmlinux 0x8837efae param_set_short +EXPORT_SYMBOL vmlinux 0x88465e42 __mdiobus_write +EXPORT_SYMBOL vmlinux 0x88822d38 unregister_blocking_lsm_notifier +EXPORT_SYMBOL vmlinux 0x8888f1fe xxh32 +EXPORT_SYMBOL vmlinux 0x889430d1 vfs_iocb_iter_read +EXPORT_SYMBOL vmlinux 0x889b1370 _raw_read_trylock +EXPORT_SYMBOL vmlinux 0x88a20805 netdev_upper_dev_unlink +EXPORT_SYMBOL vmlinux 0x88a8453d alloc_file_pseudo +EXPORT_SYMBOL vmlinux 0x88a9c4a7 dquot_free_inode +EXPORT_SYMBOL vmlinux 0x88bd40e1 bio_split_to_limits +EXPORT_SYMBOL vmlinux 0x88db9f48 __check_object_size +EXPORT_SYMBOL vmlinux 0x88e1d0f0 page_frag_free +EXPORT_SYMBOL vmlinux 0x88e401c4 xfrm_policy_destroy +EXPORT_SYMBOL vmlinux 0x88eba6b1 input_mt_report_finger_count +EXPORT_SYMBOL vmlinux 0x88f2ff2c input_grab_device +EXPORT_SYMBOL vmlinux 0x88f5f1d8 from_kgid_munged +EXPORT_SYMBOL vmlinux 0x89012c90 skb_trim +EXPORT_SYMBOL vmlinux 0x890bc6bf jbd2_journal_check_available_features +EXPORT_SYMBOL vmlinux 0x891dbb8f sgl_free_order +EXPORT_SYMBOL vmlinux 0x8921accb kfree_skb_list_reason +EXPORT_SYMBOL vmlinux 0x892d36ae _dev_err +EXPORT_SYMBOL vmlinux 0x8939489d scsi_dma_map +EXPORT_SYMBOL vmlinux 0x89434b4b radix_tree_tag_clear +EXPORT_SYMBOL vmlinux 0x8946ea72 fpsimd_context_busy +EXPORT_SYMBOL vmlinux 0x894d231d inet_rcv_saddr_equal +EXPORT_SYMBOL vmlinux 0x895229a1 unregister_md_personality +EXPORT_SYMBOL vmlinux 0x89785feb mdio_device_remove +EXPORT_SYMBOL vmlinux 0x8992d9d1 of_graph_get_remote_port_parent +EXPORT_SYMBOL vmlinux 0x89940875 mutex_lock_interruptible +EXPORT_SYMBOL vmlinux 0x89c26619 inet_accept +EXPORT_SYMBOL vmlinux 0x89cd8a53 configfs_depend_item +EXPORT_SYMBOL vmlinux 0x89dc784d flow_rule_match_mpls +EXPORT_SYMBOL vmlinux 0x89f7de3d pci_wait_for_pending_transaction +EXPORT_SYMBOL vmlinux 0x8a001bc9 rproc_detach +EXPORT_SYMBOL vmlinux 0x8a039b04 xfrm_trans_queue_net +EXPORT_SYMBOL vmlinux 0x8a11551c sock_cmsg_send +EXPORT_SYMBOL vmlinux 0x8a1a8ccf __filemap_set_wb_err +EXPORT_SYMBOL vmlinux 0x8a1b4e4e ps2_init +EXPORT_SYMBOL vmlinux 0x8a35ee8b filemap_map_pages +EXPORT_SYMBOL vmlinux 0x8a3906de scsicam_bios_param +EXPORT_SYMBOL vmlinux 0x8a43759b mark_buffer_async_write +EXPORT_SYMBOL vmlinux 0x8a47043d LZ4_decompress_safe_continue +EXPORT_SYMBOL vmlinux 0x8a490c90 rfkill_set_sw_state +EXPORT_SYMBOL vmlinux 0x8a6ceaaa ip6_xmit +EXPORT_SYMBOL vmlinux 0x8a7094ba vm_brk_flags +EXPORT_SYMBOL vmlinux 0x8a72e646 init_special_inode +EXPORT_SYMBOL vmlinux 0x8a7d1c31 high_memory +EXPORT_SYMBOL vmlinux 0x8a8bab06 __scm_send +EXPORT_SYMBOL vmlinux 0x8a8cef49 peernet2id +EXPORT_SYMBOL vmlinux 0x8a8d1695 inc_zone_page_state +EXPORT_SYMBOL vmlinux 0x8a99a016 mempool_free_slab +EXPORT_SYMBOL vmlinux 0x8ab5cc05 ip_sock_set_recverr +EXPORT_SYMBOL vmlinux 0x8abedd47 udp_disconnect +EXPORT_SYMBOL vmlinux 0x8ac136ae imx_sc_misc_get_control +EXPORT_SYMBOL vmlinux 0x8ac3334b net_dim_get_def_rx_moderation +EXPORT_SYMBOL vmlinux 0x8b0088d1 LZ4_decompress_safe_usingDict +EXPORT_SYMBOL vmlinux 0x8b0f9885 tcf_exts_destroy +EXPORT_SYMBOL vmlinux 0x8b151f3d generic_fill_statx_attr +EXPORT_SYMBOL vmlinux 0x8b188266 rproc_elf_load_segments +EXPORT_SYMBOL vmlinux 0x8b1d091b ethtool_rx_flow_rule_destroy +EXPORT_SYMBOL vmlinux 0x8b1eacdf sync_inodes_sb +EXPORT_SYMBOL vmlinux 0x8b2ffd83 __cpu_present_mask +EXPORT_SYMBOL vmlinux 0x8b3ebecc xfrm_dev_policy_flush +EXPORT_SYMBOL vmlinux 0x8b5881f6 register_key_type +EXPORT_SYMBOL vmlinux 0x8b618d08 overflowuid +EXPORT_SYMBOL vmlinux 0x8b6ad321 uart_remove_one_port +EXPORT_SYMBOL vmlinux 0x8b8059bd in_group_p +EXPORT_SYMBOL vmlinux 0x8b8f1e33 sock_release +EXPORT_SYMBOL vmlinux 0x8b910be2 errseq_sample +EXPORT_SYMBOL vmlinux 0x8b92efca devfreq_add_device +EXPORT_SYMBOL vmlinux 0x8b989cf9 acpi_bus_can_wakeup +EXPORT_SYMBOL vmlinux 0x8badff4c md_bitmap_endwrite +EXPORT_SYMBOL vmlinux 0x8bae72a6 skb_copy_datagram_from_iter +EXPORT_SYMBOL vmlinux 0x8bcb7668 xsk_tx_release +EXPORT_SYMBOL vmlinux 0x8bd814b4 __post_watch_notification +EXPORT_SYMBOL vmlinux 0x8bdfc47c __mb_cache_entry_free +EXPORT_SYMBOL vmlinux 0x8be189ab ucc_slow_disable +EXPORT_SYMBOL vmlinux 0x8be6cad2 flow_indr_dev_setup_offload +EXPORT_SYMBOL vmlinux 0x8c0ead45 dcache_dir_close +EXPORT_SYMBOL vmlinux 0x8c130786 xfrm_state_register_afinfo +EXPORT_SYMBOL vmlinux 0x8c26d495 prepare_to_wait_event +EXPORT_SYMBOL vmlinux 0x8c30bf67 zstd_dctx_workspace_bound +EXPORT_SYMBOL vmlinux 0x8c32211f nf_log_unregister +EXPORT_SYMBOL vmlinux 0x8c4106a8 xfrm_init_replay +EXPORT_SYMBOL vmlinux 0x8c487f0c ipv6_select_ident +EXPORT_SYMBOL vmlinux 0x8c490841 __cpuhp_remove_state +EXPORT_SYMBOL vmlinux 0x8c579289 __skb_flow_dissect +EXPORT_SYMBOL vmlinux 0x8c7221ed end_buffer_async_write +EXPORT_SYMBOL vmlinux 0x8c7fb94a vfs_mkdir +EXPORT_SYMBOL vmlinux 0x8c8569cb kstrtoint +EXPORT_SYMBOL vmlinux 0x8c9e338f acpi_bios_error +EXPORT_SYMBOL vmlinux 0x8caf9305 uuid_is_valid +EXPORT_SYMBOL vmlinux 0x8cb6ada9 nd_pfn_probe +EXPORT_SYMBOL vmlinux 0x8cbba92c jbd2_journal_set_features +EXPORT_SYMBOL vmlinux 0x8cc53d20 __par_io_config_pin +EXPORT_SYMBOL vmlinux 0x8cc95ebe of_node_get +EXPORT_SYMBOL vmlinux 0x8cda8029 xen_clear_irq_pending +EXPORT_SYMBOL vmlinux 0x8cfced65 mii_ethtool_gset +EXPORT_SYMBOL vmlinux 0x8d0c0925 pneigh_enqueue +EXPORT_SYMBOL vmlinux 0x8d0cfdc7 simple_symlink_inode_operations +EXPORT_SYMBOL vmlinux 0x8d193764 fman_get_qman_channel_id +EXPORT_SYMBOL vmlinux 0x8d1e89b1 vfs_create +EXPORT_SYMBOL vmlinux 0x8d2275ed tcf_exts_dump_stats +EXPORT_SYMBOL vmlinux 0x8d305e39 dquot_transfer +EXPORT_SYMBOL vmlinux 0x8d33e672 __find_nth_andnot_bit +EXPORT_SYMBOL vmlinux 0x8d4112df qcom_scm_mem_protect_video_var +EXPORT_SYMBOL vmlinux 0x8d4715e4 truncate_setsize +EXPORT_SYMBOL vmlinux 0x8d50e3d4 udp_poll +EXPORT_SYMBOL vmlinux 0x8d521be5 __acpi_mdiobus_register +EXPORT_SYMBOL vmlinux 0x8d55bb8a qid_eq +EXPORT_SYMBOL vmlinux 0x8d582dec skb_eth_push +EXPORT_SYMBOL vmlinux 0x8d6685da prepare_kernel_cred +EXPORT_SYMBOL vmlinux 0x8d73278e hex_asc_upper +EXPORT_SYMBOL vmlinux 0x8d773707 mmc_get_card +EXPORT_SYMBOL vmlinux 0x8d776dda iptun_encaps +EXPORT_SYMBOL vmlinux 0x8d7a6540 genphy_config_eee_advert +EXPORT_SYMBOL vmlinux 0x8d83d2b2 fscrypt_free_inode +EXPORT_SYMBOL vmlinux 0x8d8875be nf_register_net_hooks +EXPORT_SYMBOL vmlinux 0x8d89c697 tcf_block_put +EXPORT_SYMBOL vmlinux 0x8d98e221 security_sock_graft +EXPORT_SYMBOL vmlinux 0x8d9ca0e6 dma_fence_enable_sw_signaling +EXPORT_SYMBOL vmlinux 0x8d9f2923 sock_wake_async +EXPORT_SYMBOL vmlinux 0x8dabc99d generic_write_checks_count +EXPORT_SYMBOL vmlinux 0x8dcd067a poll_initwait +EXPORT_SYMBOL vmlinux 0x8dd76286 scsi_print_command +EXPORT_SYMBOL vmlinux 0x8dd82091 nvdimm_namespace_common_probe +EXPORT_SYMBOL vmlinux 0x8ddd8aad schedule_timeout +EXPORT_SYMBOL vmlinux 0x8dee722d _raw_read_lock_bh +EXPORT_SYMBOL vmlinux 0x8df4afd9 qe_put_snum +EXPORT_SYMBOL vmlinux 0x8df92f66 memchr_inv +EXPORT_SYMBOL vmlinux 0x8df9dd10 guid_null +EXPORT_SYMBOL vmlinux 0x8e15e693 shrink_dcache_parent +EXPORT_SYMBOL vmlinux 0x8e1751d7 qdisc_offload_graft_helper +EXPORT_SYMBOL vmlinux 0x8e17b3ae idr_destroy +EXPORT_SYMBOL vmlinux 0x8e21c9a1 dma_fence_add_callback +EXPORT_SYMBOL vmlinux 0x8e348b30 phys_mem_access_prot +EXPORT_SYMBOL vmlinux 0x8e3704a9 md_write_end +EXPORT_SYMBOL vmlinux 0x8e3e0f7d fault_in_readable +EXPORT_SYMBOL vmlinux 0x8e40b8cd mmc_add_host +EXPORT_SYMBOL vmlinux 0x8e44098c phy_resume +EXPORT_SYMBOL vmlinux 0x8e4c60a3 cpm_muram_dma +EXPORT_SYMBOL vmlinux 0x8e52ea43 super_setup_bdi +EXPORT_SYMBOL vmlinux 0x8e92f535 security_socket_getpeersec_dgram +EXPORT_SYMBOL vmlinux 0x8e93bd24 security_secctx_to_secid +EXPORT_SYMBOL vmlinux 0x8e993d62 of_phy_get_and_connect +EXPORT_SYMBOL vmlinux 0x8eb8eafe blkdev_issue_zeroout +EXPORT_SYMBOL vmlinux 0x8ec7176b page_mapping +EXPORT_SYMBOL vmlinux 0x8ec760b0 cgroup_bpf_enabled_key +EXPORT_SYMBOL vmlinux 0x8eca1518 rdmacg_uncharge +EXPORT_SYMBOL vmlinux 0x8ed4421a ip_queue_xmit +EXPORT_SYMBOL vmlinux 0x8ee8767c param_ops_uint +EXPORT_SYMBOL vmlinux 0x8f01afd6 twl6030_interrupt_mask +EXPORT_SYMBOL vmlinux 0x8f045f19 kern_path_create +EXPORT_SYMBOL vmlinux 0x8f15078c eth_header_cache +EXPORT_SYMBOL vmlinux 0x8f2156f7 nla_reserve_64bit +EXPORT_SYMBOL vmlinux 0x8f32ee6f cdev_set_parent +EXPORT_SYMBOL vmlinux 0x8f447b91 pnp_unregister_driver +EXPORT_SYMBOL vmlinux 0x8f6374b8 dcb_ieee_setapp +EXPORT_SYMBOL vmlinux 0x8f7102b7 mdio_bus_type +EXPORT_SYMBOL vmlinux 0x8f8d207b jbd2_journal_init_dev +EXPORT_SYMBOL vmlinux 0x8f996a30 ethtool_convert_legacy_u32_to_link_mode +EXPORT_SYMBOL vmlinux 0x8fa25c24 xa_find +EXPORT_SYMBOL vmlinux 0x8fbf7998 mii_nway_restart +EXPORT_SYMBOL vmlinux 0x8fc9ea11 fman_port_cfg_buf_prefix_content +EXPORT_SYMBOL vmlinux 0x8fd180e7 kernel_neon_begin +EXPORT_SYMBOL vmlinux 0x8fd3aa4f revert_creds +EXPORT_SYMBOL vmlinux 0x8fe493fc flow_indr_dev_unregister +EXPORT_SYMBOL vmlinux 0x8ff83697 devm_ioremap_wc +EXPORT_SYMBOL vmlinux 0x8ff89ed0 seg6_hmac_exit +EXPORT_SYMBOL vmlinux 0x8ffbfd9a blk_queue_max_segment_size +EXPORT_SYMBOL vmlinux 0x8ffc7160 udp_read_skb +EXPORT_SYMBOL vmlinux 0x90006be6 dm_kcopyd_client_flush +EXPORT_SYMBOL vmlinux 0x90016b9e tty_port_carrier_raised +EXPORT_SYMBOL vmlinux 0x90024cae mount_bdev +EXPORT_SYMBOL vmlinux 0x900bd567 block_dirty_folio +EXPORT_SYMBOL vmlinux 0x901296fc netif_napi_add_weight +EXPORT_SYMBOL vmlinux 0x901b7b2a __xfrm_route_forward +EXPORT_SYMBOL vmlinux 0x902d8722 vme_slave_get +EXPORT_SYMBOL vmlinux 0x9034a696 mempool_destroy +EXPORT_SYMBOL vmlinux 0x904ab5a3 xfrm6_protocol_register +EXPORT_SYMBOL vmlinux 0x904b8f01 of_match_node +EXPORT_SYMBOL vmlinux 0x90576ec4 vmemdup_user +EXPORT_SYMBOL vmlinux 0x90adb02a sock_rfree +EXPORT_SYMBOL vmlinux 0x90b1a176 drop_reasons +EXPORT_SYMBOL vmlinux 0x90c15a46 dst_destroy +EXPORT_SYMBOL vmlinux 0x90e01b8f pci_write_vpd +EXPORT_SYMBOL vmlinux 0x90eeb69e fs_lookup_param +EXPORT_SYMBOL vmlinux 0x90f19b58 ilookup5 +EXPORT_SYMBOL vmlinux 0x90f1c3c1 clocksource_change_rating +EXPORT_SYMBOL vmlinux 0x9111fb46 ndisc_send_skb +EXPORT_SYMBOL vmlinux 0x9114b616 __xa_alloc +EXPORT_SYMBOL vmlinux 0x91431985 secure_tcpv6_ts_off +EXPORT_SYMBOL vmlinux 0x916091df phy_device_create +EXPORT_SYMBOL vmlinux 0x9166fada strncpy +EXPORT_SYMBOL vmlinux 0x9166fc03 __flush_workqueue +EXPORT_SYMBOL vmlinux 0x9185993b filp_open +EXPORT_SYMBOL vmlinux 0x919c58f3 __clzsi2 +EXPORT_SYMBOL vmlinux 0x91a488ac __netdev_alloc_frag_align +EXPORT_SYMBOL vmlinux 0x91a7b1da qdisc_class_hash_remove +EXPORT_SYMBOL vmlinux 0x91adc038 remove_arg_zero +EXPORT_SYMBOL vmlinux 0x91bb4e74 max8925_set_bits +EXPORT_SYMBOL vmlinux 0x91bf166d kmem_cache_destroy +EXPORT_SYMBOL vmlinux 0x91c0980e icst_hz +EXPORT_SYMBOL vmlinux 0x91d4c52c pci_clear_master +EXPORT_SYMBOL vmlinux 0x91dda2ae input_set_timestamp +EXPORT_SYMBOL vmlinux 0x91ea8f16 gnet_stats_copy_queue +EXPORT_SYMBOL vmlinux 0x91ee2921 cookie_ecn_ok +EXPORT_SYMBOL vmlinux 0x91efa6a4 netlink_ack +EXPORT_SYMBOL vmlinux 0x91f3c338 inet6_ioctl +EXPORT_SYMBOL vmlinux 0x91f44510 idr_alloc_cyclic +EXPORT_SYMBOL vmlinux 0x91f68ea1 __hw_addr_sync +EXPORT_SYMBOL vmlinux 0x92019121 tcp_get_md5sig_pool +EXPORT_SYMBOL vmlinux 0x920d9382 file_path +EXPORT_SYMBOL vmlinux 0x9215061e mfd_remove_devices +EXPORT_SYMBOL vmlinux 0x9220e396 buffer_migrate_folio +EXPORT_SYMBOL vmlinux 0x92252062 tc_setup_offload_action +EXPORT_SYMBOL vmlinux 0x922f45a6 __bitmap_clear +EXPORT_SYMBOL vmlinux 0x92375ede do_clone_file_range +EXPORT_SYMBOL vmlinux 0x923b1276 dmaengine_get +EXPORT_SYMBOL vmlinux 0x9247e188 mdiobb_write +EXPORT_SYMBOL vmlinux 0x9249e18f forget_all_cached_acls +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 0x926e2651 read_cache_page_gfp +EXPORT_SYMBOL vmlinux 0x926e2eb8 __ip_queue_xmit +EXPORT_SYMBOL vmlinux 0x92774cf8 __kfence_pool +EXPORT_SYMBOL vmlinux 0x927c9820 update_devfreq +EXPORT_SYMBOL vmlinux 0x9291987e fwnode_get_phy_id +EXPORT_SYMBOL vmlinux 0x9291cd3b memdup_user +EXPORT_SYMBOL vmlinux 0x92959c1a sk_ns_capable +EXPORT_SYMBOL vmlinux 0x92997ed8 _printk +EXPORT_SYMBOL vmlinux 0x92a38894 register_cdrom +EXPORT_SYMBOL vmlinux 0x92b99a33 acpi_put_table +EXPORT_SYMBOL vmlinux 0x92b9b180 slash_name +EXPORT_SYMBOL vmlinux 0x92c856a3 iwe_stream_add_event +EXPORT_SYMBOL vmlinux 0x92cb401b mipi_dsi_dcs_set_tear_on +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 0x92fb425a md_flush_request +EXPORT_SYMBOL vmlinux 0x93022ba6 __scsi_format_command +EXPORT_SYMBOL vmlinux 0x9305f8e6 cpufreq_get +EXPORT_SYMBOL vmlinux 0x930eb78a xfrm_sad_getinfo +EXPORT_SYMBOL vmlinux 0x93111f1f __alloc_pages +EXPORT_SYMBOL vmlinux 0x93137a05 key_instantiate_and_link +EXPORT_SYMBOL vmlinux 0x9325d34d input_unregister_device +EXPORT_SYMBOL vmlinux 0x93671464 netif_stacked_transfer_operstate +EXPORT_SYMBOL vmlinux 0x93717b87 fscrypt_free_bounce_page +EXPORT_SYMBOL vmlinux 0x937733e3 qid_valid +EXPORT_SYMBOL vmlinux 0x937f12a4 _dev_emerg +EXPORT_SYMBOL vmlinux 0x938df258 md_error +EXPORT_SYMBOL vmlinux 0x93937f5d jbd2__journal_start +EXPORT_SYMBOL vmlinux 0x93a6e0b2 io_schedule +EXPORT_SYMBOL vmlinux 0x93b3fc74 register_dcbevent_notifier +EXPORT_SYMBOL vmlinux 0x93c4e289 kill_anon_super +EXPORT_SYMBOL vmlinux 0x93c525d3 pci_read_config_word +EXPORT_SYMBOL vmlinux 0x93d2356a dquot_release +EXPORT_SYMBOL vmlinux 0x93d503aa __inet6_lookup_established +EXPORT_SYMBOL vmlinux 0x93d6dd8c complete_all +EXPORT_SYMBOL vmlinux 0x93df4694 udp_set_csum +EXPORT_SYMBOL vmlinux 0x93e71d15 filemap_invalidate_lock_two +EXPORT_SYMBOL vmlinux 0x940fb617 would_dump +EXPORT_SYMBOL vmlinux 0x9428f816 dim_turn +EXPORT_SYMBOL vmlinux 0x942f7f64 pcie_set_readrq +EXPORT_SYMBOL vmlinux 0x9436cd45 end_buffer_write_sync +EXPORT_SYMBOL vmlinux 0x944375db _totalram_pages +EXPORT_SYMBOL vmlinux 0x9448a326 fb_firmware_edid +EXPORT_SYMBOL vmlinux 0x944a564d is_console_locked +EXPORT_SYMBOL vmlinux 0x9451d1ab inode_sub_bytes +EXPORT_SYMBOL vmlinux 0x94666027 send_sig_mceerr +EXPORT_SYMBOL vmlinux 0x94715e26 inode_insert5 +EXPORT_SYMBOL vmlinux 0x948d5c10 read_cache_page +EXPORT_SYMBOL vmlinux 0x94961283 vunmap +EXPORT_SYMBOL vmlinux 0x9499b8fa unregister_shrinker +EXPORT_SYMBOL vmlinux 0x949eef4a mount_nodev +EXPORT_SYMBOL vmlinux 0x94a5ac82 d_add +EXPORT_SYMBOL vmlinux 0x94bb7ec3 gen_pool_dma_zalloc_algo +EXPORT_SYMBOL vmlinux 0x94bd18aa __netlink_dump_start +EXPORT_SYMBOL vmlinux 0x94bf03ca utf8_to_utf32 +EXPORT_SYMBOL vmlinux 0x94ca7138 lock_rename +EXPORT_SYMBOL vmlinux 0x94debcfb sync_dirty_buffer +EXPORT_SYMBOL vmlinux 0x94f80a08 d_hash_and_lookup +EXPORT_SYMBOL vmlinux 0x94fc8d93 smp_call_function_many +EXPORT_SYMBOL vmlinux 0x9507c90f copy_fsxattr_to_user +EXPORT_SYMBOL vmlinux 0x950e767f component_match_add_typed +EXPORT_SYMBOL vmlinux 0x95323f70 fs_param_is_blob +EXPORT_SYMBOL vmlinux 0x95362605 netpoll_setup +EXPORT_SYMBOL vmlinux 0x953d2426 utf8_strncmp +EXPORT_SYMBOL vmlinux 0x954cef6f init_on_alloc +EXPORT_SYMBOL vmlinux 0x954f099c idr_preload +EXPORT_SYMBOL vmlinux 0x9551c95b of_get_next_parent +EXPORT_SYMBOL vmlinux 0x955da475 generic_error_remove_page +EXPORT_SYMBOL vmlinux 0x957d20d8 mmc_of_parse_clk_phase +EXPORT_SYMBOL vmlinux 0x9586bc24 netdev_master_upper_dev_link +EXPORT_SYMBOL vmlinux 0x958d6cc5 blkdev_compat_ptr_ioctl +EXPORT_SYMBOL vmlinux 0x95a07bb5 acpi_execute_reg_methods +EXPORT_SYMBOL vmlinux 0x95a36e9e netdev_class_create_file_ns +EXPORT_SYMBOL vmlinux 0x95a67b07 udp_table +EXPORT_SYMBOL vmlinux 0x95aaa6d2 phy_sfp_probe +EXPORT_SYMBOL vmlinux 0x95bcf167 devm_nvmem_cell_put +EXPORT_SYMBOL vmlinux 0x95c47a49 tcp_v4_md5_hash_skb +EXPORT_SYMBOL vmlinux 0x95f53749 rproc_of_parse_firmware +EXPORT_SYMBOL vmlinux 0x95f6bd6e security_old_inode_init_security +EXPORT_SYMBOL vmlinux 0x95fccb9d devfreq_get_freq_range +EXPORT_SYMBOL vmlinux 0x9600178a jbd2_journal_inode_ranged_write +EXPORT_SYMBOL vmlinux 0x96027cc3 get_user_pages_remote +EXPORT_SYMBOL vmlinux 0x961ab956 csum_and_copy_to_iter +EXPORT_SYMBOL vmlinux 0x962921a5 flow_rule_alloc +EXPORT_SYMBOL vmlinux 0x9629f50a __nla_put_64bit +EXPORT_SYMBOL vmlinux 0x9632183c request_partial_firmware_into_buf +EXPORT_SYMBOL vmlinux 0x966480e6 user_revoke +EXPORT_SYMBOL vmlinux 0x96848186 scnprintf +EXPORT_SYMBOL vmlinux 0x9688de8b memstart_addr +EXPORT_SYMBOL vmlinux 0x968a2e12 of_get_compatible_child +EXPORT_SYMBOL vmlinux 0x968fcd54 nf_register_queue_handler +EXPORT_SYMBOL vmlinux 0x96b29254 strncasecmp +EXPORT_SYMBOL vmlinux 0x96c17136 fb_var_to_videomode +EXPORT_SYMBOL vmlinux 0x96cd2b04 scsi_sense_key_string +EXPORT_SYMBOL vmlinux 0x96dd80ea inet_proto_csum_replace_by_diff +EXPORT_SYMBOL vmlinux 0x96de7b26 devm_ioport_unmap +EXPORT_SYMBOL vmlinux 0x96e5d30f gen_pool_set_algo +EXPORT_SYMBOL vmlinux 0x96f3bbe3 msm_pinctrl_remove +EXPORT_SYMBOL vmlinux 0x96fab350 dim_park_on_top +EXPORT_SYMBOL vmlinux 0x96fe13fd kernel_recvmsg +EXPORT_SYMBOL vmlinux 0x96fee032 __dynamic_ibdev_dbg +EXPORT_SYMBOL vmlinux 0x970060b4 console_force_preferred_locked +EXPORT_SYMBOL vmlinux 0x9702c920 kernel_param_unlock +EXPORT_SYMBOL vmlinux 0x97104c10 kthread_stop +EXPORT_SYMBOL vmlinux 0x9731beeb input_copy_abs +EXPORT_SYMBOL vmlinux 0x973fa82e register_acpi_notifier +EXPORT_SYMBOL vmlinux 0x975528d2 skb_dequeue_tail +EXPORT_SYMBOL vmlinux 0x9764f5a1 netif_tx_unlock +EXPORT_SYMBOL vmlinux 0x9766a5ae udp_flush_pending_frames +EXPORT_SYMBOL vmlinux 0x97685591 max8925_reg_write +EXPORT_SYMBOL vmlinux 0x9771d878 __check_sticky +EXPORT_SYMBOL vmlinux 0x977a7d5e sk_filter_trim_cap +EXPORT_SYMBOL vmlinux 0x9781ba65 fscrypt_encrypt_block_inplace +EXPORT_SYMBOL vmlinux 0x97a57333 crc_t10dif_update +EXPORT_SYMBOL vmlinux 0x97ad298b pcie_capability_clear_and_set_word +EXPORT_SYMBOL vmlinux 0x97adb487 utf8s_to_utf16s +EXPORT_SYMBOL vmlinux 0x97b3e28a netdev_offload_xstats_get +EXPORT_SYMBOL vmlinux 0x97bdfa60 scsi_dev_info_remove_list +EXPORT_SYMBOL vmlinux 0x97df305a node_data +EXPORT_SYMBOL vmlinux 0x97e48754 fs_param_is_path +EXPORT_SYMBOL vmlinux 0x97e49ff6 flush_signals +EXPORT_SYMBOL vmlinux 0x97e69716 inet_csk_accept +EXPORT_SYMBOL vmlinux 0x97ed2212 __tracepoint_spi_transfer_start +EXPORT_SYMBOL vmlinux 0x9825577e rps_may_expire_flow +EXPORT_SYMBOL vmlinux 0x9829fc11 __kfifo_out_peek_r +EXPORT_SYMBOL vmlinux 0x982bcde4 __cpu_dying_mask +EXPORT_SYMBOL vmlinux 0x982eaf04 tty_port_alloc_xmit_buf +EXPORT_SYMBOL vmlinux 0x98440c53 xfrm_policy_walk_done +EXPORT_SYMBOL vmlinux 0x984987d9 forget_cached_acl +EXPORT_SYMBOL vmlinux 0x98539213 kernel_getsockname +EXPORT_SYMBOL vmlinux 0x9858f364 get_random_u8 +EXPORT_SYMBOL vmlinux 0x985ac6b1 dst_discard_out +EXPORT_SYMBOL vmlinux 0x987ce106 dev_disable_lro +EXPORT_SYMBOL vmlinux 0x988938c2 i2c_del_driver +EXPORT_SYMBOL vmlinux 0x989beacd vme_register_bridge +EXPORT_SYMBOL vmlinux 0x98a0419b add_watch_to_object +EXPORT_SYMBOL vmlinux 0x98b7cddb tcf_idr_search +EXPORT_SYMBOL vmlinux 0x98c039dc dma_fence_wait_timeout +EXPORT_SYMBOL vmlinux 0x98c89ade security_xfrm_state_alloc +EXPORT_SYMBOL vmlinux 0x98cf60b3 strlen +EXPORT_SYMBOL vmlinux 0x98e508ef ignore_console_lock_warning +EXPORT_SYMBOL vmlinux 0x99094fb2 qcom_scm_is_available +EXPORT_SYMBOL vmlinux 0x991b051a rt_mutex_base_init +EXPORT_SYMBOL vmlinux 0x992004fb mr_rtm_dumproute +EXPORT_SYMBOL vmlinux 0x9926b9a5 of_platform_bus_probe +EXPORT_SYMBOL vmlinux 0x9930ba2b ndisc_mc_map +EXPORT_SYMBOL vmlinux 0x9931f8c9 qcom_scm_lmh_dcvsh_available +EXPORT_SYMBOL vmlinux 0x9939eba0 backlight_unregister_notifier +EXPORT_SYMBOL vmlinux 0x993ce946 elv_rb_former_request +EXPORT_SYMBOL vmlinux 0x9950ebcf blk_mq_requeue_request +EXPORT_SYMBOL vmlinux 0x99517682 udp_encap_enable +EXPORT_SYMBOL vmlinux 0x9953706a devfreq_unregister_notifier +EXPORT_SYMBOL vmlinux 0x995372ea vfs_dedupe_file_range_one +EXPORT_SYMBOL vmlinux 0x9969d9db udp_lib_setsockopt +EXPORT_SYMBOL vmlinux 0x997296b7 jbd2_journal_forget +EXPORT_SYMBOL vmlinux 0x997299a5 skb_store_bits +EXPORT_SYMBOL vmlinux 0x9975dc22 acpi_get_handle +EXPORT_SYMBOL vmlinux 0x998a3f0e remove_proc_subtree +EXPORT_SYMBOL vmlinux 0x998edfce mpage_readahead +EXPORT_SYMBOL vmlinux 0x999e6864 pci_get_subsys +EXPORT_SYMBOL vmlinux 0x999e8297 vfree +EXPORT_SYMBOL vmlinux 0x999edb4a skb_seq_read +EXPORT_SYMBOL vmlinux 0x99a1ceb6 flow_rule_match_ip +EXPORT_SYMBOL vmlinux 0x99d24e74 mipi_dsi_compression_mode +EXPORT_SYMBOL vmlinux 0x99d472b1 net_dim_get_rx_moderation +EXPORT_SYMBOL vmlinux 0x99daa9bf try_offline_node +EXPORT_SYMBOL vmlinux 0x99f0d733 mdiobus_scan +EXPORT_SYMBOL vmlinux 0x99f7371c refcount_dec_and_mutex_lock +EXPORT_SYMBOL vmlinux 0x99f8f033 udp_lib_unhash +EXPORT_SYMBOL vmlinux 0x99f9638f __napi_alloc_frag_align +EXPORT_SYMBOL vmlinux 0x9a05a063 jbd2_journal_ack_err +EXPORT_SYMBOL vmlinux 0x9a0c3a18 vme_unregister_error_handler +EXPORT_SYMBOL vmlinux 0x9a0efade pci_write_config_word +EXPORT_SYMBOL vmlinux 0x9a1dfd65 strpbrk +EXPORT_SYMBOL vmlinux 0x9a22391e radix_tree_gang_lookup_tag_slot +EXPORT_SYMBOL vmlinux 0x9a22b202 vfs_path_lookup +EXPORT_SYMBOL vmlinux 0x9a298399 cdrom_get_media_event +EXPORT_SYMBOL vmlinux 0x9a486252 pci_free_irq_vectors +EXPORT_SYMBOL vmlinux 0x9a583306 netlbl_bitmap_walk +EXPORT_SYMBOL vmlinux 0x9a58640f param_ops_int +EXPORT_SYMBOL vmlinux 0x9a6e3380 tegra_io_pad_power_enable +EXPORT_SYMBOL vmlinux 0x9a744434 devm_devfreq_register_opp_notifier +EXPORT_SYMBOL vmlinux 0x9a76a4d6 pci_alloc_irq_vectors +EXPORT_SYMBOL vmlinux 0x9a8a70df xattr_supported_namespace +EXPORT_SYMBOL vmlinux 0x9a9588d2 msm_pinctrl_dev_pm_ops +EXPORT_SYMBOL vmlinux 0x9a9dd81c fs_param_is_s32 +EXPORT_SYMBOL vmlinux 0x9a9fd2a2 blk_queue_io_min +EXPORT_SYMBOL vmlinux 0x9aaaece2 of_find_node_by_phandle +EXPORT_SYMBOL vmlinux 0x9aaeefce sysctl_nf_log_all_netns +EXPORT_SYMBOL vmlinux 0x9ac28200 pnp_register_driver +EXPORT_SYMBOL vmlinux 0x9ace75bb scsi_print_sense_hdr +EXPORT_SYMBOL vmlinux 0x9ad425e2 ethtool_virtdev_set_link_ksettings +EXPORT_SYMBOL vmlinux 0x9ad865b3 acpi_device_hid +EXPORT_SYMBOL vmlinux 0x9ad9d5b6 scsi_is_sdev_device +EXPORT_SYMBOL vmlinux 0x9ae47436 _find_last_bit +EXPORT_SYMBOL vmlinux 0x9aeb6028 rfkill_alloc +EXPORT_SYMBOL vmlinux 0x9b128a66 qcom_scm_set_remote_state +EXPORT_SYMBOL vmlinux 0x9b1a93ff dm_table_event +EXPORT_SYMBOL vmlinux 0x9b21b40d __tcp_md5_do_lookup +EXPORT_SYMBOL vmlinux 0x9b2560b9 gf128mul_init_4k_bbe +EXPORT_SYMBOL vmlinux 0x9b33e0d7 unregister_dcbevent_notifier +EXPORT_SYMBOL vmlinux 0x9b488a5c ppp_input +EXPORT_SYMBOL vmlinux 0x9b496b21 posix_acl_alloc +EXPORT_SYMBOL vmlinux 0x9b565566 mmc_can_trim +EXPORT_SYMBOL vmlinux 0x9b67155b netdev_get_xmit_slave +EXPORT_SYMBOL vmlinux 0x9b6c724e xudma_pktdma_tflow_get_irq +EXPORT_SYMBOL vmlinux 0x9b72478f acpi_unload_parent_table +EXPORT_SYMBOL vmlinux 0x9b8b95a6 tty_unlock +EXPORT_SYMBOL vmlinux 0x9b90fe33 xfrm_trans_queue +EXPORT_SYMBOL vmlinux 0x9b935d30 dcache_dir_open +EXPORT_SYMBOL vmlinux 0x9b97e3d4 nf_ip_checksum +EXPORT_SYMBOL vmlinux 0x9b99b69c pci_save_state +EXPORT_SYMBOL vmlinux 0x9bb6dfad fb_get_buffer_offset +EXPORT_SYMBOL vmlinux 0x9bbec4a1 tcp_disconnect +EXPORT_SYMBOL vmlinux 0x9bdab959 dev_loopback_xmit +EXPORT_SYMBOL vmlinux 0x9be13a83 elevator_alloc +EXPORT_SYMBOL vmlinux 0x9bedf994 skb_copy_and_csum_dev +EXPORT_SYMBOL vmlinux 0x9c122bcf mempool_create_node +EXPORT_SYMBOL vmlinux 0x9c1e5bf5 queued_spin_lock_slowpath +EXPORT_SYMBOL vmlinux 0x9c5a2ada ucc_fast_dump_regs +EXPORT_SYMBOL vmlinux 0x9c5d5b94 crc8 +EXPORT_SYMBOL vmlinux 0x9c730ef0 i2c_verify_client +EXPORT_SYMBOL vmlinux 0x9c7e2137 devm_iounmap +EXPORT_SYMBOL vmlinux 0x9c80a301 iw_handler_get_spy +EXPORT_SYMBOL vmlinux 0x9c82e62c xsk_clear_rx_need_wakeup +EXPORT_SYMBOL vmlinux 0x9c86b9ab fileattr_fill_flags +EXPORT_SYMBOL vmlinux 0x9c9071ea blk_set_runtime_active +EXPORT_SYMBOL vmlinux 0x9c9aa3b9 parse_int_array_user +EXPORT_SYMBOL vmlinux 0x9cab34a6 rfkill_set_led_trigger_name +EXPORT_SYMBOL vmlinux 0x9caff3ab mipi_dsi_dcs_set_display_off +EXPORT_SYMBOL vmlinux 0x9ccf7171 vme_dma_pci_attribute +EXPORT_SYMBOL vmlinux 0x9cd08881 xfrm4_udp_encap_rcv +EXPORT_SYMBOL vmlinux 0x9cd91791 register_sysctl +EXPORT_SYMBOL vmlinux 0x9cdfb3f7 sysctl_fb_tunnels_only_for_init_net +EXPORT_SYMBOL vmlinux 0x9cea16b3 pfifo_fast_ops +EXPORT_SYMBOL vmlinux 0x9cf2c36d genphy_read_mmd_unsupported +EXPORT_SYMBOL vmlinux 0x9d038a0b tcf_idr_create_from_flags +EXPORT_SYMBOL vmlinux 0x9d0ab9ce vfs_parse_fs_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 0x9d31ff19 page_pool_alloc_frag +EXPORT_SYMBOL vmlinux 0x9d61e994 ucs2_strncmp +EXPORT_SYMBOL vmlinux 0x9d6cecd5 max8925_bulk_write +EXPORT_SYMBOL vmlinux 0x9d822b91 regset_get_alloc +EXPORT_SYMBOL vmlinux 0x9d903f7b __inc_node_page_state +EXPORT_SYMBOL vmlinux 0x9d92f3ad __wait_on_bit_lock +EXPORT_SYMBOL vmlinux 0x9dbcbf6c sock_no_linger +EXPORT_SYMBOL vmlinux 0x9dc3647b dquot_claim_space_nodirty +EXPORT_SYMBOL vmlinux 0x9dcd0e6c __inc_zone_page_state +EXPORT_SYMBOL vmlinux 0x9dd9df13 dm_kcopyd_client_create +EXPORT_SYMBOL vmlinux 0x9de318a7 sock_pfree +EXPORT_SYMBOL vmlinux 0x9df21d0e qman_affine_channel +EXPORT_SYMBOL vmlinux 0x9e0c711d vzalloc_node +EXPORT_SYMBOL vmlinux 0x9e0fa1ff pldmfw_op_pci_match_record +EXPORT_SYMBOL vmlinux 0x9e0fa5ae hsiphash_3u32 +EXPORT_SYMBOL vmlinux 0x9e13f6f6 gf128mul_lle +EXPORT_SYMBOL vmlinux 0x9e1648a8 kobject_put +EXPORT_SYMBOL vmlinux 0x9e1bec53 rproc_get_by_child +EXPORT_SYMBOL vmlinux 0x9e241599 udp_push_pending_frames +EXPORT_SYMBOL vmlinux 0x9e2737f0 acpi_install_interface_handler +EXPORT_SYMBOL vmlinux 0x9e293660 pci_unmap_rom +EXPORT_SYMBOL vmlinux 0x9e4faeef dm_io_client_destroy +EXPORT_SYMBOL vmlinux 0x9e5e750d node_to_cpumask_map +EXPORT_SYMBOL vmlinux 0x9e61bb05 set_freezable +EXPORT_SYMBOL vmlinux 0x9e6afed2 mipi_dsi_generic_read +EXPORT_SYMBOL vmlinux 0x9e76579d generic_key_instantiate +EXPORT_SYMBOL vmlinux 0x9e77a71a fwnode_phy_find_device +EXPORT_SYMBOL vmlinux 0x9e7d6bd0 __udelay +EXPORT_SYMBOL vmlinux 0x9e8e55f7 tty_unregister_ldisc +EXPORT_SYMBOL vmlinux 0x9e8f107b blk_queue_flag_clear +EXPORT_SYMBOL vmlinux 0x9e93f07c pnp_possible_config +EXPORT_SYMBOL vmlinux 0x9e9eab95 devcgroup_check_permission +EXPORT_SYMBOL vmlinux 0x9e9fdd9d memunmap +EXPORT_SYMBOL vmlinux 0x9eabcc0e pcim_iomap_regions_request_all +EXPORT_SYMBOL vmlinux 0x9eacf8a5 kstrndup +EXPORT_SYMBOL vmlinux 0x9eb187fa xudma_pktdma_rflow_get_irq +EXPORT_SYMBOL vmlinux 0x9eb8f487 __xfrm_policy_check +EXPORT_SYMBOL vmlinux 0x9eb92ad0 vlan_dev_vlan_proto +EXPORT_SYMBOL vmlinux 0x9ebfe9d7 netdev_info +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 0x9edaaa7d cdrom_mode_sense +EXPORT_SYMBOL vmlinux 0x9edf6c44 sk_stream_kill_queues +EXPORT_SYMBOL vmlinux 0x9ef17c9f skb_vlan_untag +EXPORT_SYMBOL vmlinux 0x9ef96b6e iget_failed +EXPORT_SYMBOL vmlinux 0x9ef99bfe dev_get_stats +EXPORT_SYMBOL vmlinux 0x9f18d6ac sockopt_release_sock +EXPORT_SYMBOL vmlinux 0x9f19d840 of_io_request_and_map +EXPORT_SYMBOL vmlinux 0x9f46ced8 __sw_hweight64 +EXPORT_SYMBOL vmlinux 0x9f4b5b81 rtnl_set_sk_err +EXPORT_SYMBOL vmlinux 0x9f4c0b79 xfrm_dst_ifdown +EXPORT_SYMBOL vmlinux 0x9f4f2aa3 acpi_gbl_FADT +EXPORT_SYMBOL vmlinux 0x9f50b770 keyring_restrict +EXPORT_SYMBOL vmlinux 0x9f54ead7 gro_cells_destroy +EXPORT_SYMBOL vmlinux 0x9f76baf4 _raw_write_unlock_irq +EXPORT_SYMBOL vmlinux 0x9f784804 blk_queue_max_segments +EXPORT_SYMBOL vmlinux 0x9f7d7dbb logic_outsw +EXPORT_SYMBOL vmlinux 0x9f84cf77 tcf_classify +EXPORT_SYMBOL vmlinux 0x9f9068a0 md_bitmap_update_sb +EXPORT_SYMBOL vmlinux 0x9f984513 strrchr +EXPORT_SYMBOL vmlinux 0x9fa32ce8 security_path_unlink +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 0x9fe2afe9 sdev_disable_disk_events +EXPORT_SYMBOL vmlinux 0x9fe3d91d flow_rule_match_control +EXPORT_SYMBOL vmlinux 0x9feed7ce timer_reduce +EXPORT_SYMBOL vmlinux 0x9ffa3a75 netdev_max_backlog +EXPORT_SYMBOL vmlinux 0x9ffc7cc0 deactivate_super +EXPORT_SYMBOL vmlinux 0x9ffe1184 request_key_with_auxdata +EXPORT_SYMBOL vmlinux 0xa00aca2a dql_completed +EXPORT_SYMBOL vmlinux 0xa01d3df6 font_vga_8x16 +EXPORT_SYMBOL vmlinux 0xa02aa74a __cond_resched_lock +EXPORT_SYMBOL vmlinux 0xa02eee76 eth_platform_get_mac_address +EXPORT_SYMBOL vmlinux 0xa033d747 next_arg +EXPORT_SYMBOL vmlinux 0xa0433b58 blk_queue_logical_block_size +EXPORT_SYMBOL vmlinux 0xa0436e98 in6addr_linklocal_allnodes +EXPORT_SYMBOL vmlinux 0xa0470cc9 tcp_sock_set_keepcnt +EXPORT_SYMBOL vmlinux 0xa04e33da qcom_scm_lmh_dcvsh +EXPORT_SYMBOL vmlinux 0xa057df8f twl_set_regcache_bypass +EXPORT_SYMBOL vmlinux 0xa05b6be2 psched_ppscfg_precompute +EXPORT_SYMBOL vmlinux 0xa078df64 serio_interrupt +EXPORT_SYMBOL vmlinux 0xa07a37f0 memchr +EXPORT_SYMBOL vmlinux 0xa07d1b3c tasklet_setup +EXPORT_SYMBOL vmlinux 0xa07f2603 copy_highpage +EXPORT_SYMBOL vmlinux 0xa084749a __bitmap_or +EXPORT_SYMBOL vmlinux 0xa095e02e generic_check_addressable +EXPORT_SYMBOL vmlinux 0xa0973943 nvdimm_namespace_disk_name +EXPORT_SYMBOL vmlinux 0xa0a13df9 input_get_poll_interval +EXPORT_SYMBOL vmlinux 0xa0a800f2 tcp_md5_hash_skb_data +EXPORT_SYMBOL vmlinux 0xa0ab9295 write_inode_now +EXPORT_SYMBOL vmlinux 0xa0ae1e73 siphash_3u64 +EXPORT_SYMBOL vmlinux 0xa0b04675 vmalloc_32 +EXPORT_SYMBOL vmlinux 0xa0bc9609 netdev_offload_xstats_disable +EXPORT_SYMBOL vmlinux 0xa0c1d99e cdrom_get_last_written +EXPORT_SYMBOL vmlinux 0xa0cc1d43 ip_mc_join_group +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 0xa0f1ef3e vm_map_pages +EXPORT_SYMBOL vmlinux 0xa0fbac79 wake_up_bit +EXPORT_SYMBOL vmlinux 0xa108eb4d sysctl_optmem_max +EXPORT_SYMBOL vmlinux 0xa12fd771 mdio_device_reset +EXPORT_SYMBOL vmlinux 0xa12fe9c0 xp_raw_get_dma +EXPORT_SYMBOL vmlinux 0xa13a542d inet_add_offload +EXPORT_SYMBOL vmlinux 0xa1879d69 edac_mc_find +EXPORT_SYMBOL vmlinux 0xa19b31fb scsi_eh_finish_cmd +EXPORT_SYMBOL vmlinux 0xa1b4527f filemap_flush +EXPORT_SYMBOL vmlinux 0xa1b7fcca arp_send +EXPORT_SYMBOL vmlinux 0xa1c0d2fc d_alloc_parallel +EXPORT_SYMBOL vmlinux 0xa1c792f1 devm_devfreq_register_notifier +EXPORT_SYMBOL vmlinux 0xa20369be tty_port_open +EXPORT_SYMBOL vmlinux 0xa2060911 inet_current_timestamp +EXPORT_SYMBOL vmlinux 0xa20ef1d4 skb_queue_purge +EXPORT_SYMBOL vmlinux 0xa2326c49 acpi_remove_table_handler +EXPORT_SYMBOL vmlinux 0xa23ffc04 groups_sort +EXPORT_SYMBOL vmlinux 0xa2487cb4 blk_mq_rq_cpu +EXPORT_SYMBOL vmlinux 0xa248b128 simple_write_begin +EXPORT_SYMBOL vmlinux 0xa24f23d8 __request_module +EXPORT_SYMBOL vmlinux 0xa263892b fscrypt_fname_free_buffer +EXPORT_SYMBOL vmlinux 0xa2660e90 __tracepoint_dma_fence_signaled +EXPORT_SYMBOL vmlinux 0xa270b840 vme_irq_request +EXPORT_SYMBOL vmlinux 0xa2769ff5 fman_reset_mac +EXPORT_SYMBOL vmlinux 0xa28cfcc0 gen_estimator_active +EXPORT_SYMBOL vmlinux 0xa28ddeb6 jbd2_journal_blocks_per_page +EXPORT_SYMBOL vmlinux 0xa28fa69b pci_bus_find_capability +EXPORT_SYMBOL vmlinux 0xa2a4e2a4 padata_alloc_shell +EXPORT_SYMBOL vmlinux 0xa2a569a8 blk_queue_update_dma_alignment +EXPORT_SYMBOL vmlinux 0xa2a60e16 mmc_register_driver +EXPORT_SYMBOL vmlinux 0xa2bf3391 __put_user_ns +EXPORT_SYMBOL vmlinux 0xa2cf3649 qman_fq_fqid +EXPORT_SYMBOL vmlinux 0xa2cfc127 misc_register +EXPORT_SYMBOL vmlinux 0xa2d4b75e qcom_scm_iommu_set_cp_pool_size +EXPORT_SYMBOL vmlinux 0xa2d7ec8d __SCK__tp_func_kmem_cache_free +EXPORT_SYMBOL vmlinux 0xa2f430a5 d_find_alias +EXPORT_SYMBOL vmlinux 0xa3022e30 ip6_dst_hoplimit +EXPORT_SYMBOL vmlinux 0xa3209b47 pci_iomap +EXPORT_SYMBOL vmlinux 0xa339e6e5 on_each_cpu_cond_mask +EXPORT_SYMBOL vmlinux 0xa3522df5 qman_query_fq_np +EXPORT_SYMBOL vmlinux 0xa354b566 jbd2_fc_end_commit +EXPORT_SYMBOL vmlinux 0xa36ada44 ptp_find_pin_unlocked +EXPORT_SYMBOL vmlinux 0xa374cc9a uart_suspend_port +EXPORT_SYMBOL vmlinux 0xa37a1379 __skb_flow_get_ports +EXPORT_SYMBOL vmlinux 0xa38f8b1f fbcon_update_vcs +EXPORT_SYMBOL vmlinux 0xa39edf87 elv_rb_latter_request +EXPORT_SYMBOL vmlinux 0xa3a8abb8 pmem_sector_size +EXPORT_SYMBOL vmlinux 0xa3be8342 __ubsan_handle_type_mismatch +EXPORT_SYMBOL vmlinux 0xa3c11165 module_refcount +EXPORT_SYMBOL vmlinux 0xa3cefaa0 blake2s_update +EXPORT_SYMBOL vmlinux 0xa3ec06f6 bpf_link_put +EXPORT_SYMBOL vmlinux 0xa3fea172 sha224_final +EXPORT_SYMBOL vmlinux 0xa4019d13 _dev_notice +EXPORT_SYMBOL vmlinux 0xa402ed15 pcie_ptm_enabled +EXPORT_SYMBOL vmlinux 0xa40ff01b acpi_dbg_layer +EXPORT_SYMBOL vmlinux 0xa4227c6d security_sctp_sk_clone +EXPORT_SYMBOL vmlinux 0xa426dade xfrm_state_walk_done +EXPORT_SYMBOL vmlinux 0xa43561fe bdi_unregister +EXPORT_SYMBOL vmlinux 0xa443be3b security_cred_getsecid +EXPORT_SYMBOL vmlinux 0xa448c653 qcom_scm_ice_set_key +EXPORT_SYMBOL vmlinux 0xa457a3fc pci_bus_read_config_word +EXPORT_SYMBOL vmlinux 0xa4621d57 key_put +EXPORT_SYMBOL vmlinux 0xa47abb13 scsi_eh_prep_cmnd +EXPORT_SYMBOL vmlinux 0xa488531b input_mt_sync_frame +EXPORT_SYMBOL vmlinux 0xa48d613f ps2_begin_command +EXPORT_SYMBOL vmlinux 0xa49afb93 generic_file_llseek +EXPORT_SYMBOL vmlinux 0xa49e7dac dmam_alloc_attrs +EXPORT_SYMBOL vmlinux 0xa4bef5da register_qdisc +EXPORT_SYMBOL vmlinux 0xa4c1a8a8 register_tcf_proto_ops +EXPORT_SYMBOL vmlinux 0xa4f07741 devm_clk_put +EXPORT_SYMBOL vmlinux 0xa4fca045 qcom_scm_ocmem_lock +EXPORT_SYMBOL vmlinux 0xa50f656d twl6040_set_bits +EXPORT_SYMBOL vmlinux 0xa511e164 fman_register_intr +EXPORT_SYMBOL vmlinux 0xa52945c3 tcf_idr_cleanup +EXPORT_SYMBOL vmlinux 0xa52bedf6 xenbus_dev_request_and_reply +EXPORT_SYMBOL vmlinux 0xa5526619 rb_insert_color +EXPORT_SYMBOL vmlinux 0xa55c4b97 proc_create_mount_point +EXPORT_SYMBOL vmlinux 0xa55f1931 try_to_writeback_inodes_sb +EXPORT_SYMBOL vmlinux 0xa58af0a6 _raw_read_unlock_irq +EXPORT_SYMBOL vmlinux 0xa58e612f tcp_v4_md5_lookup +EXPORT_SYMBOL vmlinux 0xa5976e4f dev_base_lock +EXPORT_SYMBOL vmlinux 0xa5abd7aa mmc_is_req_done +EXPORT_SYMBOL vmlinux 0xa5ae4c04 truncate_pagecache_range +EXPORT_SYMBOL vmlinux 0xa5c486e3 tcf_idr_release +EXPORT_SYMBOL vmlinux 0xa5e53614 devm_gen_pool_create +EXPORT_SYMBOL vmlinux 0xa5e579bb __pskb_pull_tail +EXPORT_SYMBOL vmlinux 0xa5f7cf37 __cpu_possible_mask +EXPORT_SYMBOL vmlinux 0xa5f9230c md_integrity_register +EXPORT_SYMBOL vmlinux 0xa61ced89 qdisc_put_rtab +EXPORT_SYMBOL vmlinux 0xa6257a2f complete +EXPORT_SYMBOL vmlinux 0xa62baffa jbd2_transaction_committed +EXPORT_SYMBOL vmlinux 0xa648e561 __ubsan_handle_shift_out_of_bounds +EXPORT_SYMBOL vmlinux 0xa64c7249 __printk_cpu_sync_try_get +EXPORT_SYMBOL vmlinux 0xa65518cb netdev_unbind_sb_channel +EXPORT_SYMBOL vmlinux 0xa67c19ea sock_no_sendpage_locked +EXPORT_SYMBOL vmlinux 0xa681e298 __nd_driver_register +EXPORT_SYMBOL vmlinux 0xa681fe88 generate_random_uuid +EXPORT_SYMBOL vmlinux 0xa69508f1 inet6_unregister_protosw +EXPORT_SYMBOL vmlinux 0xa69ed606 flow_keys_dissector +EXPORT_SYMBOL vmlinux 0xa6a72b6f sched_autogroup_detach +EXPORT_SYMBOL vmlinux 0xa6e8f3e9 security_task_getsecid_obj +EXPORT_SYMBOL vmlinux 0xa6ec145c of_mdiobus_phy_device_register +EXPORT_SYMBOL vmlinux 0xa6f3ff35 sock_no_listen +EXPORT_SYMBOL vmlinux 0xa6fc35fd input_mt_get_slot_by_key +EXPORT_SYMBOL vmlinux 0xa701b177 folio_migrate_flags +EXPORT_SYMBOL vmlinux 0xa70bc96d qcom_scm_restore_sec_cfg_available +EXPORT_SYMBOL vmlinux 0xa70ed9dc tcp_hashinfo +EXPORT_SYMBOL vmlinux 0xa71acc92 fman_port_config +EXPORT_SYMBOL vmlinux 0xa71bae0c sunxi_sram_claim +EXPORT_SYMBOL vmlinux 0xa72035f9 xa_get_order +EXPORT_SYMBOL vmlinux 0xa721c547 generic_delete_inode +EXPORT_SYMBOL vmlinux 0xa72b1e24 vfs_copy_file_range +EXPORT_SYMBOL vmlinux 0xa74b5259 serio_close +EXPORT_SYMBOL vmlinux 0xa74c9877 refcount_dec_and_rtnl_lock +EXPORT_SYMBOL vmlinux 0xa756cf28 dcb_ieee_delapp +EXPORT_SYMBOL vmlinux 0xa758491d input_register_handler +EXPORT_SYMBOL vmlinux 0xa75f62b8 neigh_destroy +EXPORT_SYMBOL vmlinux 0xa75fc985 tcp_timewait_state_process +EXPORT_SYMBOL vmlinux 0xa77a7add dev_pm_opp_register_notifier +EXPORT_SYMBOL vmlinux 0xa77bfd29 register_inet6addr_validator_notifier +EXPORT_SYMBOL vmlinux 0xa790482b d_mark_dontcache +EXPORT_SYMBOL vmlinux 0xa793420e phy_find_first +EXPORT_SYMBOL vmlinux 0xa79c9dc1 param_ops_long +EXPORT_SYMBOL vmlinux 0xa7a25f27 sk_common_release +EXPORT_SYMBOL vmlinux 0xa7b785fc mipi_dsi_dcs_soft_reset +EXPORT_SYMBOL vmlinux 0xa7b989df lookup_one_len +EXPORT_SYMBOL vmlinux 0xa7c9c3c5 twl6040_get_sysclk +EXPORT_SYMBOL vmlinux 0xa7d5f92e ida_destroy +EXPORT_SYMBOL vmlinux 0xa7eedcc4 call_usermodehelper +EXPORT_SYMBOL vmlinux 0xa7fc5647 nf_register_net_hook +EXPORT_SYMBOL vmlinux 0xa8023a97 __SetPageMovable +EXPORT_SYMBOL vmlinux 0xa80d5efa tcf_qevent_handle +EXPORT_SYMBOL vmlinux 0xa8181adf proc_dointvec +EXPORT_SYMBOL vmlinux 0xa835e023 rproc_mem_entry_init +EXPORT_SYMBOL vmlinux 0xa843805a get_unused_fd_flags +EXPORT_SYMBOL vmlinux 0xa84ce9e0 crypto_aes_inv_sbox +EXPORT_SYMBOL vmlinux 0xa853396b xa_extract +EXPORT_SYMBOL vmlinux 0xa8581407 reuseport_detach_sock +EXPORT_SYMBOL vmlinux 0xa85a3e6d xa_load +EXPORT_SYMBOL vmlinux 0xa85abe07 __bh_read +EXPORT_SYMBOL vmlinux 0xa865c7ef folio_add_lru +EXPORT_SYMBOL vmlinux 0xa8694ecd kblockd_schedule_work +EXPORT_SYMBOL vmlinux 0xa87a142d inet_sock_destruct +EXPORT_SYMBOL vmlinux 0xa88b2c92 scsi_bios_ptable +EXPORT_SYMBOL vmlinux 0xa88d1635 bio_put +EXPORT_SYMBOL vmlinux 0xa8960895 ata_print_version +EXPORT_SYMBOL vmlinux 0xa897e3e7 mempool_free +EXPORT_SYMBOL vmlinux 0xa89a1cf1 ipmi_dmi_get_slave_addr +EXPORT_SYMBOL vmlinux 0xa89c156c dma_sync_sg_for_cpu +EXPORT_SYMBOL vmlinux 0xa8a8110c kernel_neon_end +EXPORT_SYMBOL vmlinux 0xa8caa845 clk_bulk_put_all +EXPORT_SYMBOL vmlinux 0xa8d862f9 mmc_retune_release +EXPORT_SYMBOL vmlinux 0xa8e4dbdf balance_dirty_pages_ratelimited +EXPORT_SYMBOL vmlinux 0xa8e6933a qdf2400_e44_present +EXPORT_SYMBOL vmlinux 0xa8ebcfe6 xfrm6_rcv_tnl +EXPORT_SYMBOL vmlinux 0xa8f4a823 cad_pid +EXPORT_SYMBOL vmlinux 0xa8f6c843 ip_frag_ecn_table +EXPORT_SYMBOL vmlinux 0xa900e64c pci_enable_msi +EXPORT_SYMBOL vmlinux 0xa90ca0de flush_rcu_work +EXPORT_SYMBOL vmlinux 0xa914ee94 sunxi_sram_release +EXPORT_SYMBOL vmlinux 0xa916b694 strnlen +EXPORT_SYMBOL vmlinux 0xa920e350 nlmsg_notify +EXPORT_SYMBOL vmlinux 0xa927712c register_quota_format +EXPORT_SYMBOL vmlinux 0xa928cabc param_get_byte +EXPORT_SYMBOL vmlinux 0xa9316f14 xfrm_register_type_offload +EXPORT_SYMBOL vmlinux 0xa93ab89f skb_flow_dissect_tunnel_info +EXPORT_SYMBOL vmlinux 0xa94bd4e3 mr_mfc_find_any_parent +EXPORT_SYMBOL vmlinux 0xa964dd13 gpmc_cs_request +EXPORT_SYMBOL vmlinux 0xa965ca81 reciprocal_value +EXPORT_SYMBOL vmlinux 0xa96ca2d9 devm_register_reboot_notifier +EXPORT_SYMBOL vmlinux 0xa976957d bitmap_remap +EXPORT_SYMBOL vmlinux 0xa97de787 ipv6_chk_addr_and_flags +EXPORT_SYMBOL vmlinux 0xa984eba6 tcp_inbound_md5_hash +EXPORT_SYMBOL vmlinux 0xa98743a3 security_path_mknod +EXPORT_SYMBOL vmlinux 0xa997ba84 inet_pton_with_scope +EXPORT_SYMBOL vmlinux 0xa998d005 mmc_cqe_start_req +EXPORT_SYMBOL vmlinux 0xa9ade96b rproc_add +EXPORT_SYMBOL vmlinux 0xa9e111e5 __sync_dirty_buffer +EXPORT_SYMBOL vmlinux 0xa9ed62d2 tegra_fuse_readl +EXPORT_SYMBOL vmlinux 0xa9f1685c input_set_capability +EXPORT_SYMBOL vmlinux 0xa9f44f4d fscrypt_setup_filename +EXPORT_SYMBOL vmlinux 0xaa00fdc0 ec_transaction +EXPORT_SYMBOL vmlinux 0xaa0c318b vscnprintf +EXPORT_SYMBOL vmlinux 0xaa17c239 consume_skb +EXPORT_SYMBOL vmlinux 0xaa19e4aa _kstrtol +EXPORT_SYMBOL vmlinux 0xaa341905 acpi_bios_exception +EXPORT_SYMBOL vmlinux 0xaa37a47d param_set_copystring +EXPORT_SYMBOL vmlinux 0xaa3a8af9 pm_vt_switch_unregister +EXPORT_SYMBOL vmlinux 0xaa456462 set_create_files_as +EXPORT_SYMBOL vmlinux 0xaa578c8c bdi_alloc +EXPORT_SYMBOL vmlinux 0xaa5996ae device_add_disk +EXPORT_SYMBOL vmlinux 0xaa6f23ad rfkill_get_led_trigger_name +EXPORT_SYMBOL vmlinux 0xaa8106bc crc8_populate_msb +EXPORT_SYMBOL vmlinux 0xaa8f1b71 inet_addr_is_any +EXPORT_SYMBOL vmlinux 0xaa956ec3 dma_async_device_unregister +EXPORT_SYMBOL vmlinux 0xaa994383 __mmc_claim_host +EXPORT_SYMBOL vmlinux 0xaaa4b9bc hchacha_block_generic +EXPORT_SYMBOL vmlinux 0xaaa50fb2 qcom_scm_lmh_profile_change +EXPORT_SYMBOL vmlinux 0xaaa5b32e unlock_page +EXPORT_SYMBOL vmlinux 0xaad0ae78 __bitmap_shift_right +EXPORT_SYMBOL vmlinux 0xaad4e8aa dns_query +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 0xaaf4a334 qcom_scm_set_cold_boot_addr +EXPORT_SYMBOL vmlinux 0xaafced6f fd_install +EXPORT_SYMBOL vmlinux 0xaafdc258 strcasecmp +EXPORT_SYMBOL vmlinux 0xab0369db blk_integrity_compare +EXPORT_SYMBOL vmlinux 0xab3697e4 irq_poll_init +EXPORT_SYMBOL vmlinux 0xab3b75ea vme_dma_pattern_attribute +EXPORT_SYMBOL vmlinux 0xab50b524 path_put +EXPORT_SYMBOL vmlinux 0xab526294 of_chosen +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 0xab71f9a0 ptp_cancel_worker_sync +EXPORT_SYMBOL vmlinux 0xab781570 fb_get_options +EXPORT_SYMBOL vmlinux 0xab81ba01 jbd2_journal_extend +EXPORT_SYMBOL vmlinux 0xabb42425 set_groups +EXPORT_SYMBOL vmlinux 0xabc1b1eb ethtool_intersect_link_masks +EXPORT_SYMBOL vmlinux 0xabc66eeb fman_port_get_device +EXPORT_SYMBOL vmlinux 0xabc94dd9 pci_bus_size_bridges +EXPORT_SYMBOL vmlinux 0xabd6287d udp6_set_csum +EXPORT_SYMBOL vmlinux 0xabf1ec2f scsi_device_get +EXPORT_SYMBOL vmlinux 0xabf32f29 utf16s_to_utf8s +EXPORT_SYMBOL vmlinux 0xabfad5ea __phy_read_mmd +EXPORT_SYMBOL vmlinux 0xabfaf75b mdio_device_create +EXPORT_SYMBOL vmlinux 0xabfb4b03 genphy_c37_read_status +EXPORT_SYMBOL vmlinux 0xabfd2e07 devm_devfreq_remove_device +EXPORT_SYMBOL vmlinux 0xac12e216 neigh_seq_next +EXPORT_SYMBOL vmlinux 0xac1a55be unregister_reboot_notifier +EXPORT_SYMBOL vmlinux 0xac1d8520 find_inode_by_ino_rcu +EXPORT_SYMBOL vmlinux 0xac29ca06 blk_rq_map_user +EXPORT_SYMBOL vmlinux 0xac3201b0 udp_flow_hashrnd +EXPORT_SYMBOL vmlinux 0xac35a90a __cgroup_bpf_run_filter_sock_ops +EXPORT_SYMBOL vmlinux 0xac43d75a neigh_event_ns +EXPORT_SYMBOL vmlinux 0xac537ac2 percpu_counter_destroy +EXPORT_SYMBOL vmlinux 0xac559d39 ps2_cmd_aborted +EXPORT_SYMBOL vmlinux 0xac5fcec0 in4_pton +EXPORT_SYMBOL vmlinux 0xac8c2321 i2c_smbus_read_byte_data +EXPORT_SYMBOL vmlinux 0xac99d8c3 dcbnl_ieee_notify +EXPORT_SYMBOL vmlinux 0xaca17893 vlan_dev_real_dev +EXPORT_SYMBOL vmlinux 0xacaa4c72 dma_fence_match_context +EXPORT_SYMBOL vmlinux 0xacab29b7 seq_hlist_start_percpu +EXPORT_SYMBOL vmlinux 0xacb311be flow_rule_match_meta +EXPORT_SYMBOL vmlinux 0xacd5acc9 fwnode_iomap +EXPORT_SYMBOL vmlinux 0xacd6772b napi_gro_receive +EXPORT_SYMBOL vmlinux 0xacd81eb3 jbd2_inode_cache +EXPORT_SYMBOL vmlinux 0xacddd806 ptp_get_vclocks_index +EXPORT_SYMBOL vmlinux 0xacde75f8 tty_insert_flip_string_flags +EXPORT_SYMBOL vmlinux 0xace37cd5 of_get_mac_address_nvmem +EXPORT_SYMBOL vmlinux 0xace7c3cc arp_create +EXPORT_SYMBOL vmlinux 0xacef3589 cdev_init +EXPORT_SYMBOL vmlinux 0xacf3b960 inet6_add_protocol +EXPORT_SYMBOL vmlinux 0xacf4d843 match_strdup +EXPORT_SYMBOL vmlinux 0xacf649bf audit_log_task_info +EXPORT_SYMBOL vmlinux 0xad0413d4 match_hex +EXPORT_SYMBOL vmlinux 0xad11518b ip_do_fragment +EXPORT_SYMBOL vmlinux 0xad128dc1 __tracepoint_dma_fence_enable_signal +EXPORT_SYMBOL vmlinux 0xad1f671d d_make_root +EXPORT_SYMBOL vmlinux 0xad3ea04c qman_p_irqsource_remove +EXPORT_SYMBOL vmlinux 0xad49cbcf uart_write_wakeup +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 0xad9319e5 fifo_set_limit +EXPORT_SYMBOL vmlinux 0xad9901ae bit_waitqueue +EXPORT_SYMBOL vmlinux 0xada31e57 gen_pool_dma_alloc_align +EXPORT_SYMBOL vmlinux 0xadab5261 dquot_load_quota_sb +EXPORT_SYMBOL vmlinux 0xadacb782 pm_vt_switch_required +EXPORT_SYMBOL vmlinux 0xadae6df8 blake2s_final +EXPORT_SYMBOL vmlinux 0xadbeed61 mipi_dsi_packet_format_is_long +EXPORT_SYMBOL vmlinux 0xadc75c7f tcp_get_cookie_sock +EXPORT_SYMBOL vmlinux 0xadd0e6c1 ps2_end_command +EXPORT_SYMBOL vmlinux 0xadd139d4 rfs_needed +EXPORT_SYMBOL vmlinux 0xadf07650 get_tree_nodev +EXPORT_SYMBOL vmlinux 0xae04012c __vmalloc +EXPORT_SYMBOL vmlinux 0xae1d2c5e fb_modesetting_disabled +EXPORT_SYMBOL vmlinux 0xae22d2ce pci_read_config_dword +EXPORT_SYMBOL vmlinux 0xae2452e3 cont_write_begin +EXPORT_SYMBOL vmlinux 0xae316c11 icmpv6_err_convert +EXPORT_SYMBOL vmlinux 0xae33c403 xudma_navss_psil_unpair +EXPORT_SYMBOL vmlinux 0xae5a04bb acpi_evaluate_dsm +EXPORT_SYMBOL vmlinux 0xae5c8b92 inode_io_list_del +EXPORT_SYMBOL vmlinux 0xae66472b scsi_kmap_atomic_sg +EXPORT_SYMBOL vmlinux 0xae88a2cd mdiobus_get_phy +EXPORT_SYMBOL vmlinux 0xaeac049a generate_random_guid +EXPORT_SYMBOL vmlinux 0xaeb082ad _raw_read_unlock_bh +EXPORT_SYMBOL vmlinux 0xaeb40443 watchdog_register_governor +EXPORT_SYMBOL vmlinux 0xaebd12f0 acpi_get_name +EXPORT_SYMBOL vmlinux 0xaec195d7 dquot_initialize +EXPORT_SYMBOL vmlinux 0xaedcb30e genphy_read_abilities +EXPORT_SYMBOL vmlinux 0xaee2a495 nf_log_bind_pf +EXPORT_SYMBOL vmlinux 0xaf2dbec9 __fput_sync +EXPORT_SYMBOL vmlinux 0xaf30efad sock_kfree_s +EXPORT_SYMBOL vmlinux 0xaf3d3f8e qdisc_put_unlocked +EXPORT_SYMBOL vmlinux 0xaf3dd7dc scsi_logging_level +EXPORT_SYMBOL vmlinux 0xaf4fee02 bio_endio +EXPORT_SYMBOL vmlinux 0xaf56600a arm64_use_ng_mappings +EXPORT_SYMBOL vmlinux 0xaf711c01 dev_mc_del +EXPORT_SYMBOL vmlinux 0xaf7fea47 vme_master_request +EXPORT_SYMBOL vmlinux 0xaf8ff593 crypto_sha256_update +EXPORT_SYMBOL vmlinux 0xafaa6031 _find_next_and_bit +EXPORT_SYMBOL vmlinux 0xafb864c1 refcount_dec_and_lock_irqsave +EXPORT_SYMBOL vmlinux 0xafc08054 dotdot_name +EXPORT_SYMBOL vmlinux 0xafc6c68e zstd_is_error +EXPORT_SYMBOL vmlinux 0xafcf9b04 inet_csk_reqsk_queue_add +EXPORT_SYMBOL vmlinux 0xafda6bbe block_truncate_page +EXPORT_SYMBOL vmlinux 0xb008a7a6 __quota_error +EXPORT_SYMBOL vmlinux 0xb01190a8 jbd2_journal_errno +EXPORT_SYMBOL vmlinux 0xb01bebf9 xfrm_get_acqseq +EXPORT_SYMBOL vmlinux 0xb022e988 netdev_lower_get_next +EXPORT_SYMBOL vmlinux 0xb0339efe pci_find_next_bus +EXPORT_SYMBOL vmlinux 0xb0456e3c dcb_ieee_getapp_prio_dscp_mask_map +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 0xb0838057 key_reject_and_link +EXPORT_SYMBOL vmlinux 0xb0a0da0c rational_best_approximation +EXPORT_SYMBOL vmlinux 0xb0ada21b ppp_channel_index +EXPORT_SYMBOL vmlinux 0xb0c30d36 cdrom_ioctl +EXPORT_SYMBOL vmlinux 0xb0c5e247 lockref_put_return +EXPORT_SYMBOL vmlinux 0xb0d18042 mdiobus_unregister_device +EXPORT_SYMBOL vmlinux 0xb0e10781 get_option +EXPORT_SYMBOL vmlinux 0xb11e6d8f skb_flow_dissector_init +EXPORT_SYMBOL vmlinux 0xb121390a probe_irq_on +EXPORT_SYMBOL vmlinux 0xb129664b mmc_wait_for_req +EXPORT_SYMBOL vmlinux 0xb12cbacb fb_unregister_client +EXPORT_SYMBOL vmlinux 0xb1342cdb _raw_read_lock_irqsave +EXPORT_SYMBOL vmlinux 0xb14ab1ef hdmi_audio_infoframe_init +EXPORT_SYMBOL vmlinux 0xb14fc46a find_next_clump8 +EXPORT_SYMBOL vmlinux 0xb1518e15 cancel_work +EXPORT_SYMBOL vmlinux 0xb166ea93 tegra_ivc_read_advance +EXPORT_SYMBOL vmlinux 0xb17a13f5 is_free_buddy_page +EXPORT_SYMBOL vmlinux 0xb18ed065 inet_csk_prepare_forced_close +EXPORT_SYMBOL vmlinux 0xb19808ce inet_sk_set_state +EXPORT_SYMBOL vmlinux 0xb1a415c5 pnp_disable_dev +EXPORT_SYMBOL vmlinux 0xb1b59baa __blk_alloc_disk +EXPORT_SYMBOL vmlinux 0xb1c3a01a oops_in_progress +EXPORT_SYMBOL vmlinux 0xb1c84af3 single_open_size +EXPORT_SYMBOL vmlinux 0xb1d7f74c devm_mdiobus_alloc_size +EXPORT_SYMBOL vmlinux 0xb1db9a69 fsl_ifc_find +EXPORT_SYMBOL vmlinux 0xb1ddf995 jiffies_64_to_clock_t +EXPORT_SYMBOL vmlinux 0xb205ddfd security_skb_classify_flow +EXPORT_SYMBOL vmlinux 0xb219d13a memory_cgrp_subsys +EXPORT_SYMBOL vmlinux 0xb21b8d8b ram_aops +EXPORT_SYMBOL vmlinux 0xb22e16d5 radix_tree_maybe_preload +EXPORT_SYMBOL vmlinux 0xb23027c1 kstrtos16_from_user +EXPORT_SYMBOL vmlinux 0xb25ba0ea kernel_bind +EXPORT_SYMBOL vmlinux 0xb25dd684 cdrom_check_events +EXPORT_SYMBOL vmlinux 0xb270fd4f no_seek_end_llseek_size +EXPORT_SYMBOL vmlinux 0xb27d20ff vfs_fsync_range +EXPORT_SYMBOL vmlinux 0xb28b543b rpmh_write_async +EXPORT_SYMBOL vmlinux 0xb28e1d57 __traceiter_mmap_lock_start_locking +EXPORT_SYMBOL vmlinux 0xb2bcb088 acpi_current_gpe_count +EXPORT_SYMBOL vmlinux 0xb2d15fdf netif_tx_lock +EXPORT_SYMBOL vmlinux 0xb2d587c6 tso_start +EXPORT_SYMBOL vmlinux 0xb2ead97c kimage_vaddr +EXPORT_SYMBOL vmlinux 0xb2f35c6a xxh64 +EXPORT_SYMBOL vmlinux 0xb2fcb56d queue_delayed_work_on +EXPORT_SYMBOL vmlinux 0xb306ec50 __sg_alloc_table +EXPORT_SYMBOL vmlinux 0xb308c97d wait_woken +EXPORT_SYMBOL vmlinux 0xb30b9822 vme_master_set +EXPORT_SYMBOL vmlinux 0xb3128562 inet_add_protocol +EXPORT_SYMBOL vmlinux 0xb3189d0a send_sig +EXPORT_SYMBOL vmlinux 0xb3258f79 __ubsan_handle_type_mismatch_v1 +EXPORT_SYMBOL vmlinux 0xb326e93d fs_context_for_submount +EXPORT_SYMBOL vmlinux 0xb32728bb qcom_scm_iommu_secure_ptbl_init +EXPORT_SYMBOL vmlinux 0xb32bf514 xfrm_state_update +EXPORT_SYMBOL vmlinux 0xb33ac300 filemap_release_folio +EXPORT_SYMBOL vmlinux 0xb33d41f9 devm_request_any_context_irq +EXPORT_SYMBOL vmlinux 0xb33e7906 of_phy_deregister_fixed_link +EXPORT_SYMBOL vmlinux 0xb34dca1c kryo_l2_get_indirect_reg +EXPORT_SYMBOL vmlinux 0xb3687850 out_of_line_wait_on_bit_lock +EXPORT_SYMBOL vmlinux 0xb36b28cc neigh_table_clear +EXPORT_SYMBOL vmlinux 0xb3707e6e flow_keys_basic_dissector +EXPORT_SYMBOL vmlinux 0xb3867e6d mtree_insert +EXPORT_SYMBOL vmlinux 0xb39a6e0a mmc_wait_for_req_done +EXPORT_SYMBOL vmlinux 0xb39e0fd8 proc_create_data +EXPORT_SYMBOL vmlinux 0xb39e1b1c kobject_get_unless_zero +EXPORT_SYMBOL vmlinux 0xb39fd1b1 padata_free +EXPORT_SYMBOL vmlinux 0xb3a2ac03 nvdimm_namespace_capacity +EXPORT_SYMBOL vmlinux 0xb3a82019 profile_pc +EXPORT_SYMBOL vmlinux 0xb3af6635 jbd2_journal_release_jbd_inode +EXPORT_SYMBOL vmlinux 0xb3be326e i2c_register_driver +EXPORT_SYMBOL vmlinux 0xb3c6ac5e phy_attach_direct +EXPORT_SYMBOL vmlinux 0xb3d2c76d scsi_hostbyte_string +EXPORT_SYMBOL vmlinux 0xb3e8ca15 tcp_sendpage +EXPORT_SYMBOL vmlinux 0xb3f0de55 xz_dec_microlzma_run +EXPORT_SYMBOL vmlinux 0xb3f35a48 mipi_dsi_generic_write +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 0xb3fc415c security_dentry_create_files_as +EXPORT_SYMBOL vmlinux 0xb4043948 acpi_execute_simple_method +EXPORT_SYMBOL vmlinux 0xb40d3c72 skb_flow_dissect_hash +EXPORT_SYMBOL vmlinux 0xb423dba1 console_blanked +EXPORT_SYMBOL vmlinux 0xb4421cdf dev_set_promiscuity +EXPORT_SYMBOL vmlinux 0xb45083a4 kiocb_set_cancel_fn +EXPORT_SYMBOL vmlinux 0xb4577003 acpi_dev_present +EXPORT_SYMBOL vmlinux 0xb458b444 mmc_gpio_set_cd_wake +EXPORT_SYMBOL vmlinux 0xb4866d23 build_skb_around +EXPORT_SYMBOL vmlinux 0xb48d4d22 security_sb_eat_lsm_opts +EXPORT_SYMBOL vmlinux 0xb49601a1 sg_zero_buffer +EXPORT_SYMBOL vmlinux 0xb4a79898 blk_limits_io_opt +EXPORT_SYMBOL vmlinux 0xb4b4134d seq_file_path +EXPORT_SYMBOL vmlinux 0xb4c38e65 ptp_schedule_worker +EXPORT_SYMBOL vmlinux 0xb4ce8316 d_alloc +EXPORT_SYMBOL vmlinux 0xb4d4ff2f scsi_add_host_with_dma +EXPORT_SYMBOL vmlinux 0xb4f13d2a abort +EXPORT_SYMBOL vmlinux 0xb50d2b8a pci_release_region +EXPORT_SYMBOL vmlinux 0xb51ccc43 dev_get_by_index +EXPORT_SYMBOL vmlinux 0xb53569b6 acpi_bus_get_status +EXPORT_SYMBOL vmlinux 0xb53f2810 tcp_sockets_allocated +EXPORT_SYMBOL vmlinux 0xb5425ef8 inet_recvmsg +EXPORT_SYMBOL vmlinux 0xb547a564 copy_page_from_iter +EXPORT_SYMBOL vmlinux 0xb549ded9 devfreq_monitor_suspend +EXPORT_SYMBOL vmlinux 0xb55c4fb3 inc_nlink +EXPORT_SYMBOL vmlinux 0xb57f1e27 fman_port_disable +EXPORT_SYMBOL vmlinux 0xb57f44c9 xfrm_state_delete +EXPORT_SYMBOL vmlinux 0xb58751fb begin_new_exec +EXPORT_SYMBOL vmlinux 0xb58c611e sockopt_ns_capable +EXPORT_SYMBOL vmlinux 0xb591ce45 sock_no_getname +EXPORT_SYMBOL vmlinux 0xb5a459dc unregister_blkdev +EXPORT_SYMBOL vmlinux 0xb5aa7165 dma_pool_destroy +EXPORT_SYMBOL vmlinux 0xb5aaeafa fwnode_irq_get +EXPORT_SYMBOL vmlinux 0xb5b54b34 _raw_spin_unlock +EXPORT_SYMBOL vmlinux 0xb5b63711 fileattr_fill_xflags +EXPORT_SYMBOL vmlinux 0xb5c678ac unregister_fib_notifier +EXPORT_SYMBOL vmlinux 0xb5c8753e scsi_alloc_sgtables +EXPORT_SYMBOL vmlinux 0xb5d40d9d dev_activate +EXPORT_SYMBOL vmlinux 0xb5e73116 flush_delayed_work +EXPORT_SYMBOL vmlinux 0xb5ee4e6f unix_detach_fds +EXPORT_SYMBOL vmlinux 0xb6006fb8 vma_alloc_folio +EXPORT_SYMBOL vmlinux 0xb60d3649 rtc_add_group +EXPORT_SYMBOL vmlinux 0xb61138fc eth_gro_receive +EXPORT_SYMBOL vmlinux 0xb6120a64 pcim_iomap_regions +EXPORT_SYMBOL vmlinux 0xb61d6fc2 down_read_interruptible +EXPORT_SYMBOL vmlinux 0xb62c3ce8 tty_register_device +EXPORT_SYMBOL vmlinux 0xb633f115 irq_poll_enable +EXPORT_SYMBOL vmlinux 0xb638af90 vga_put +EXPORT_SYMBOL vmlinux 0xb64c829a mipi_dsi_dcs_get_display_brightness +EXPORT_SYMBOL vmlinux 0xb654ef65 acpi_os_read_port +EXPORT_SYMBOL vmlinux 0xb6672bd3 iov_iter_xarray +EXPORT_SYMBOL vmlinux 0xb66971cd neigh_resolve_output +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 0xb6ad1ea5 xfrm_lookup_route +EXPORT_SYMBOL vmlinux 0xb6b4627e gro_find_complete_by_type +EXPORT_SYMBOL vmlinux 0xb6cb556a _find_first_and_bit +EXPORT_SYMBOL vmlinux 0xb6cbe436 get_unmapped_area +EXPORT_SYMBOL vmlinux 0xb6d099eb cdev_device_del +EXPORT_SYMBOL vmlinux 0xb6da06b6 param_get_string +EXPORT_SYMBOL vmlinux 0xb6e36ce2 psched_ratecfg_precompute +EXPORT_SYMBOL vmlinux 0xb6ee4a24 netdev_offload_xstats_enabled +EXPORT_SYMBOL vmlinux 0xb6f74432 migrate_vma_pages +EXPORT_SYMBOL vmlinux 0xb6f7d1e2 serial8250_register_8250_port +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 0xb73c24e9 alloc_anon_inode +EXPORT_SYMBOL vmlinux 0xb747de76 nf_setsockopt +EXPORT_SYMBOL vmlinux 0xb752eb7e abort_creds +EXPORT_SYMBOL vmlinux 0xb7688155 ucc_slow_init +EXPORT_SYMBOL vmlinux 0xb7764502 xfrm_policy_insert +EXPORT_SYMBOL vmlinux 0xb788fb30 gic_pmr_sync +EXPORT_SYMBOL vmlinux 0xb78debe3 LZ4_decompress_fast_usingDict +EXPORT_SYMBOL vmlinux 0xb7b7fa6e node_states +EXPORT_SYMBOL vmlinux 0xb7c0f443 sort +EXPORT_SYMBOL vmlinux 0xb7c6db70 sysctl_max_skb_frags +EXPORT_SYMBOL vmlinux 0xb7cb5f81 __brelse +EXPORT_SYMBOL vmlinux 0xb7d3e9a3 sock_kmalloc +EXPORT_SYMBOL vmlinux 0xb7e5f9a7 kernel_listen +EXPORT_SYMBOL vmlinux 0xb7ebc32f md_bitmap_sync_with_cluster +EXPORT_SYMBOL vmlinux 0xb7fb7e16 of_get_property +EXPORT_SYMBOL vmlinux 0xb80b4a18 zstd_compress_bound +EXPORT_SYMBOL vmlinux 0xb81c204e netif_set_xps_queue +EXPORT_SYMBOL vmlinux 0xb820f6f3 pci_back_from_sleep +EXPORT_SYMBOL vmlinux 0xb82cdea4 __alloc_skb +EXPORT_SYMBOL vmlinux 0xb82f186e netdev_crit +EXPORT_SYMBOL vmlinux 0xb82fc179 rproc_elf_find_loaded_rsc_table +EXPORT_SYMBOL vmlinux 0xb833b818 sg_miter_stop +EXPORT_SYMBOL vmlinux 0xb8351bd3 tcp_gro_complete +EXPORT_SYMBOL vmlinux 0xb842716c qcom_scm_ocmem_lock_available +EXPORT_SYMBOL vmlinux 0xb8492660 acpi_dev_hid_uid_match +EXPORT_SYMBOL vmlinux 0xb8564408 dev_trans_start +EXPORT_SYMBOL vmlinux 0xb8605d9c qman_p_static_dequeue_add +EXPORT_SYMBOL vmlinux 0xb86578a7 eth_validate_addr +EXPORT_SYMBOL vmlinux 0xb868ac5c register_sysrq_key +EXPORT_SYMBOL vmlinux 0xb8870fa5 device_get_ethdev_address +EXPORT_SYMBOL vmlinux 0xb89b6e6b guid_parse +EXPORT_SYMBOL vmlinux 0xb8b043f2 kfree_link +EXPORT_SYMBOL vmlinux 0xb8bf225a nf_log_unbind_pf +EXPORT_SYMBOL vmlinux 0xb8df06e6 follow_down +EXPORT_SYMBOL vmlinux 0xb8eab1f5 __dev_kfree_skb_any +EXPORT_SYMBOL vmlinux 0xb8f34572 key_unlink +EXPORT_SYMBOL vmlinux 0xb8f78f0f security_inet_conn_established +EXPORT_SYMBOL vmlinux 0xb8fd332d phy_get_eee_err +EXPORT_SYMBOL vmlinux 0xb8fef62b twl6040_set_pll +EXPORT_SYMBOL vmlinux 0xb906983c param_set_bint +EXPORT_SYMBOL vmlinux 0xb907513f unpoison_memory +EXPORT_SYMBOL vmlinux 0xb90ba990 folio_end_private_2 +EXPORT_SYMBOL vmlinux 0xb911bb58 minmax_running_max +EXPORT_SYMBOL vmlinux 0xb915d8f8 phy_remove_link_mode +EXPORT_SYMBOL vmlinux 0xb91835d6 tty_port_free_xmit_buf +EXPORT_SYMBOL vmlinux 0xb920db49 acpi_tb_install_and_load_table +EXPORT_SYMBOL vmlinux 0xb9276537 phy_drivers_unregister +EXPORT_SYMBOL vmlinux 0xb94339c4 qdisc_put_stab +EXPORT_SYMBOL vmlinux 0xb9467ddf __block_write_full_page +EXPORT_SYMBOL vmlinux 0xb9478d90 hdmi_drm_infoframe_unpack_only +EXPORT_SYMBOL vmlinux 0xb94afa27 vfs_llseek +EXPORT_SYMBOL vmlinux 0xb951ff13 blk_queue_segment_boundary +EXPORT_SYMBOL vmlinux 0xb9548398 ip_getsockopt +EXPORT_SYMBOL vmlinux 0xb96c4f9e audit_log_subject_context +EXPORT_SYMBOL vmlinux 0xb970525d con_is_visible +EXPORT_SYMBOL vmlinux 0xb97220ff bitmap_parse +EXPORT_SYMBOL vmlinux 0xb9aa565b dma_unmap_sg_attrs +EXPORT_SYMBOL vmlinux 0xb9ae1cb0 tcf_action_update_hw_stats +EXPORT_SYMBOL vmlinux 0xb9af1d0d __xa_clear_mark +EXPORT_SYMBOL vmlinux 0xb9b65dbf sync_inode_metadata +EXPORT_SYMBOL vmlinux 0xb9c7de6f __skb_get_hash +EXPORT_SYMBOL vmlinux 0xb9e8e2cc in6addr_sitelocal_allrouters +EXPORT_SYMBOL vmlinux 0xb9ec207d uart_get_divisor +EXPORT_SYMBOL vmlinux 0xb9fc381a qcom_scm_hdcp_req +EXPORT_SYMBOL vmlinux 0xba03c3a3 tcp_sync_mss +EXPORT_SYMBOL vmlinux 0xba057e1d mipi_dsi_device_unregister +EXPORT_SYMBOL vmlinux 0xba058fba posix_lock_file +EXPORT_SYMBOL vmlinux 0xba0676e2 vm_zone_stat +EXPORT_SYMBOL vmlinux 0xba1008c8 __crc32c_le +EXPORT_SYMBOL vmlinux 0xba19d7b6 pm8606_osc_enable +EXPORT_SYMBOL vmlinux 0xba222d61 tcf_chain_get_by_act +EXPORT_SYMBOL vmlinux 0xba30a76f netdev_notice +EXPORT_SYMBOL vmlinux 0xba366410 vfs_link +EXPORT_SYMBOL vmlinux 0xba497f13 loops_per_jiffy +EXPORT_SYMBOL vmlinux 0xba639b09 mipi_dsi_picture_parameter_set +EXPORT_SYMBOL vmlinux 0xba6611a4 bioset_integrity_create +EXPORT_SYMBOL vmlinux 0xba707a78 qe_get_brg_clk +EXPORT_SYMBOL vmlinux 0xba71a02d md_bitmap_start_sync +EXPORT_SYMBOL vmlinux 0xba7403ca blk_queue_virt_boundary +EXPORT_SYMBOL vmlinux 0xba8fbd64 _raw_spin_lock +EXPORT_SYMBOL vmlinux 0xbaaa27c4 devm_get_clk_from_child +EXPORT_SYMBOL vmlinux 0xbaae4d1a uart_register_driver +EXPORT_SYMBOL vmlinux 0xbabbc1e9 skb_pull +EXPORT_SYMBOL vmlinux 0xbac0cbed devfreq_resume_device +EXPORT_SYMBOL vmlinux 0xbac8aeea sg_nents_for_len +EXPORT_SYMBOL vmlinux 0xbafa632e __do_once_sleepable_start +EXPORT_SYMBOL vmlinux 0xbb0540aa zlib_inflateReset +EXPORT_SYMBOL vmlinux 0xbb1b4250 vlan_vids_add_by_dev +EXPORT_SYMBOL vmlinux 0xbb21260e convert_ifc_address +EXPORT_SYMBOL vmlinux 0xbb24f607 init_cdrom_command +EXPORT_SYMBOL vmlinux 0xbb28224d inode_update_time +EXPORT_SYMBOL vmlinux 0xbb380d4b crypto_kdf108_setkey +EXPORT_SYMBOL vmlinux 0xbb3c53ea jbd2_journal_flush +EXPORT_SYMBOL vmlinux 0xbb3faa31 jbd2_log_wait_commit +EXPORT_SYMBOL vmlinux 0xbb4f4766 simple_write_to_buffer +EXPORT_SYMBOL vmlinux 0xbb61f085 skb_copy_header +EXPORT_SYMBOL vmlinux 0xbb620d8b sock_no_connect +EXPORT_SYMBOL vmlinux 0xbb687724 bman_new_pool +EXPORT_SYMBOL vmlinux 0xbb6d35db kmem_cache_free_bulk +EXPORT_SYMBOL vmlinux 0xbb7a0514 tty_check_change +EXPORT_SYMBOL vmlinux 0xbb8b376a dm_kobject_release +EXPORT_SYMBOL vmlinux 0xbb8c95f6 jbd2_journal_get_write_access +EXPORT_SYMBOL vmlinux 0xbb92e9d2 phy_get_pause +EXPORT_SYMBOL vmlinux 0xbb9ed3bf mutex_trylock +EXPORT_SYMBOL vmlinux 0xbba7f2f2 __cpuhp_setup_state_cpuslocked +EXPORT_SYMBOL vmlinux 0xbbaa136e blk_queue_physical_block_size +EXPORT_SYMBOL vmlinux 0xbbb583bf blk_mq_end_request +EXPORT_SYMBOL vmlinux 0xbbd95d8d input_mt_init_slots +EXPORT_SYMBOL vmlinux 0xbbf07eed __mmap_lock_do_trace_released +EXPORT_SYMBOL vmlinux 0xbbf46da5 ip6_fraglist_prepare +EXPORT_SYMBOL vmlinux 0xbc09a292 bio_reset +EXPORT_SYMBOL vmlinux 0xbc0af5d0 get_thermal_instance +EXPORT_SYMBOL vmlinux 0xbc0b0b1d security_sctp_assoc_established +EXPORT_SYMBOL vmlinux 0xbc201454 request_firmware_nowait +EXPORT_SYMBOL vmlinux 0xbc2031de acpi_processor_get_bios_limit +EXPORT_SYMBOL vmlinux 0xbc26da51 genphy_write_mmd_unsupported +EXPORT_SYMBOL vmlinux 0xbc4c8b1c skb_add_rx_frag +EXPORT_SYMBOL vmlinux 0xbc58b8b0 __scsi_device_lookup +EXPORT_SYMBOL vmlinux 0xbc8f7873 sock_no_socketpair +EXPORT_SYMBOL vmlinux 0xbcab6ee6 sscanf +EXPORT_SYMBOL vmlinux 0xbcd8aad3 mmc_gpiod_request_ro +EXPORT_SYMBOL vmlinux 0xbcf0c6cd security_inode_getsecctx +EXPORT_SYMBOL vmlinux 0xbd1ca441 __sk_mem_reclaim +EXPORT_SYMBOL vmlinux 0xbd38caef pci_alloc_irq_vectors_affinity +EXPORT_SYMBOL vmlinux 0xbd414a4e pci_dev_driver +EXPORT_SYMBOL vmlinux 0xbd462b55 __kfifo_init +EXPORT_SYMBOL vmlinux 0xbd4b25f6 drop_super_exclusive +EXPORT_SYMBOL vmlinux 0xbd59b733 napi_consume_skb +EXPORT_SYMBOL vmlinux 0xbd628752 __tracepoint_mmap_lock_start_locking +EXPORT_SYMBOL vmlinux 0xbd6841d4 crc16 +EXPORT_SYMBOL vmlinux 0xbda7ed0e vlan_dev_vlan_id +EXPORT_SYMBOL vmlinux 0xbdb6f9ed generic_file_read_iter +EXPORT_SYMBOL vmlinux 0xbdbb12de generic_shutdown_super +EXPORT_SYMBOL vmlinux 0xbdcf7fb3 tcp_sock_set_keepintvl +EXPORT_SYMBOL vmlinux 0xbdd7913e pci_enable_wake +EXPORT_SYMBOL vmlinux 0xbddf2e98 lynx_get_mdio_device +EXPORT_SYMBOL vmlinux 0xbddfb0fe pm860x_page_bulk_read +EXPORT_SYMBOL vmlinux 0xbdf611cb param_ops_ullong +EXPORT_SYMBOL vmlinux 0xbe118c52 __tracepoint_mmap_lock_acquire_returned +EXPORT_SYMBOL vmlinux 0xbe263f36 cred_fscmp +EXPORT_SYMBOL vmlinux 0xbe2b42b5 dm_table_get_size +EXPORT_SYMBOL vmlinux 0xbe38e582 __dev_remove_pack +EXPORT_SYMBOL vmlinux 0xbe40befd pci_setup_cardbus +EXPORT_SYMBOL vmlinux 0xbe4449c8 blk_pre_runtime_suspend +EXPORT_SYMBOL vmlinux 0xbe49252c acpi_os_write_port +EXPORT_SYMBOL vmlinux 0xbe4eb6ed secure_dccpv6_sequence_number +EXPORT_SYMBOL vmlinux 0xbe5a24e9 xxh32_copy_state +EXPORT_SYMBOL vmlinux 0xbe6a866f __wait_on_bit +EXPORT_SYMBOL vmlinux 0xbe6a8c96 zstd_cctx_workspace_bound +EXPORT_SYMBOL vmlinux 0xbe708a7d phy_set_asym_pause +EXPORT_SYMBOL vmlinux 0xbe86fa5c register_shrinker +EXPORT_SYMBOL vmlinux 0xbeb6c527 devm_rproc_alloc +EXPORT_SYMBOL vmlinux 0xbecdb998 get_watch_queue +EXPORT_SYMBOL vmlinux 0xbed7ddff nonseekable_open +EXPORT_SYMBOL vmlinux 0xbeebe3a2 param_ops_charp +EXPORT_SYMBOL vmlinux 0xbef43296 console_conditional_schedule +EXPORT_SYMBOL vmlinux 0xbef675e2 ipv6_dev_mc_dec +EXPORT_SYMBOL vmlinux 0xbefa51a3 gen_pool_add_owner +EXPORT_SYMBOL vmlinux 0xbf025145 security_unix_stream_connect +EXPORT_SYMBOL vmlinux 0xbf092130 from_kgid +EXPORT_SYMBOL vmlinux 0xbf11968f sock_create_kern +EXPORT_SYMBOL vmlinux 0xbf2904cf dma_resv_copy_fences +EXPORT_SYMBOL vmlinux 0xbf3f349a phy_get_c45_ids +EXPORT_SYMBOL vmlinux 0xbf456bf8 unregister_mii_tstamp_controller +EXPORT_SYMBOL vmlinux 0xbf4574b5 dma_sync_wait +EXPORT_SYMBOL vmlinux 0xbf4f3441 eth_get_headlen +EXPORT_SYMBOL vmlinux 0xbf59c419 posix_acl_init +EXPORT_SYMBOL vmlinux 0xbf67cf40 __task_pid_nr_ns +EXPORT_SYMBOL vmlinux 0xbf67d13b pcim_enable_device +EXPORT_SYMBOL vmlinux 0xbf6872e0 vmf_insert_mixed_mkwrite +EXPORT_SYMBOL vmlinux 0xbf703e8b devm_ioremap +EXPORT_SYMBOL vmlinux 0xbf8a3580 skb_expand_head +EXPORT_SYMBOL vmlinux 0xbf8ca3f8 sk_stream_error +EXPORT_SYMBOL vmlinux 0xbf9559b4 flow_block_cb_free +EXPORT_SYMBOL vmlinux 0xbf9bcc8d __cap_empty_set +EXPORT_SYMBOL vmlinux 0xbfaad997 thaw_bdev +EXPORT_SYMBOL vmlinux 0xbfae9e07 utf8_validate +EXPORT_SYMBOL vmlinux 0xbfcbc0d2 stmp_reset_block +EXPORT_SYMBOL vmlinux 0xbfcf7df9 iommu_dma_get_resv_regions +EXPORT_SYMBOL vmlinux 0xbfd378fa io_uring_get_socket +EXPORT_SYMBOL vmlinux 0xbfd5f557 unregister_netdevice_notifier_net +EXPORT_SYMBOL vmlinux 0xbfe77fb0 vme_irq_generate +EXPORT_SYMBOL vmlinux 0xbff687c0 fs_param_is_u32 +EXPORT_SYMBOL vmlinux 0xc0176f19 devm_pci_alloc_host_bridge +EXPORT_SYMBOL vmlinux 0xc02bf137 unregister_framebuffer +EXPORT_SYMBOL vmlinux 0xc02e5045 mr_mfc_seq_next +EXPORT_SYMBOL vmlinux 0xc034a2b0 xfrm4_protocol_register +EXPORT_SYMBOL vmlinux 0xc0364007 fault_in_writeable +EXPORT_SYMBOL vmlinux 0xc04f3164 genphy_soft_reset +EXPORT_SYMBOL vmlinux 0xc05bd133 vma_set_file +EXPORT_SYMBOL vmlinux 0xc060c3f4 page_pool_ethtool_stats_get +EXPORT_SYMBOL vmlinux 0xc065895b ip_generic_getfrag +EXPORT_SYMBOL vmlinux 0xc06c1371 __free_pages +EXPORT_SYMBOL vmlinux 0xc0763484 rfkill_blocked +EXPORT_SYMBOL vmlinux 0xc078d22c zstd_init_cstream +EXPORT_SYMBOL vmlinux 0xc079c3c7 qdisc_tree_reduce_backlog +EXPORT_SYMBOL vmlinux 0xc07b0863 fb_destroy_modedb +EXPORT_SYMBOL vmlinux 0xc087a317 simple_release_fs +EXPORT_SYMBOL vmlinux 0xc08e7a05 nla_reserve +EXPORT_SYMBOL vmlinux 0xc09ed3b6 inet_frag_queue_insert +EXPORT_SYMBOL vmlinux 0xc0af0dc0 pci_unregister_driver +EXPORT_SYMBOL vmlinux 0xc0b42632 textsearch_unregister +EXPORT_SYMBOL vmlinux 0xc0b780bf skb_try_coalesce +EXPORT_SYMBOL vmlinux 0xc0d6dea0 skb_copy_and_csum_datagram_msg +EXPORT_SYMBOL vmlinux 0xc0dbc5f7 security_sb_set_mnt_opts +EXPORT_SYMBOL vmlinux 0xc0fa8014 of_node_name_eq +EXPORT_SYMBOL vmlinux 0xc0fdc305 vme_lm_request +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 0xc10008e5 i2c_clients_command +EXPORT_SYMBOL vmlinux 0xc1198662 __warn_flushing_systemwide_wq +EXPORT_SYMBOL vmlinux 0xc14dc168 acpi_get_data +EXPORT_SYMBOL vmlinux 0xc150d0e0 __wait_on_buffer +EXPORT_SYMBOL vmlinux 0xc1514a3b free_irq +EXPORT_SYMBOL vmlinux 0xc1579516 fman_port_enable +EXPORT_SYMBOL vmlinux 0xc164a51c keygen_init +EXPORT_SYMBOL vmlinux 0xc16be39d iter_div_u64_rem +EXPORT_SYMBOL vmlinux 0xc16f33e3 ppp_unit_number +EXPORT_SYMBOL vmlinux 0xc17a60c8 vif_device_init +EXPORT_SYMBOL vmlinux 0xc19223b5 bio_alloc_bioset +EXPORT_SYMBOL vmlinux 0xc1b19aa1 pci_get_slot +EXPORT_SYMBOL vmlinux 0xc1b5d820 napi_gro_frags +EXPORT_SYMBOL vmlinux 0xc1c4f4e8 __d_lookup_unhash_wake +EXPORT_SYMBOL vmlinux 0xc1cec861 phy_error +EXPORT_SYMBOL vmlinux 0xc1d5d504 scsi_cmd_allowed +EXPORT_SYMBOL vmlinux 0xc1d66fc1 pid_task +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 0xc21d7920 neigh_seq_start +EXPORT_SYMBOL vmlinux 0xc22f6693 call_fib_notifier +EXPORT_SYMBOL vmlinux 0xc2310cdc logic_inl +EXPORT_SYMBOL vmlinux 0xc234c43e netdev_master_upper_dev_get_rcu +EXPORT_SYMBOL vmlinux 0xc24d786d config_item_init_type_name +EXPORT_SYMBOL vmlinux 0xc26abd79 __mark_inode_dirty +EXPORT_SYMBOL vmlinux 0xc29bf967 strspn +EXPORT_SYMBOL vmlinux 0xc2a9b444 get_bitmap_from_slot +EXPORT_SYMBOL vmlinux 0xc2b68002 scmd_printk +EXPORT_SYMBOL vmlinux 0xc2ba3291 sk_send_sigurg +EXPORT_SYMBOL vmlinux 0xc2c51204 dev_pm_opp_unregister_notifier +EXPORT_SYMBOL vmlinux 0xc2cb862e sgl_alloc_order +EXPORT_SYMBOL vmlinux 0xc2d0a000 tcp_getsockopt +EXPORT_SYMBOL vmlinux 0xc2d3597c clk_hw_register_clkdev +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 0xc310b981 strnstr +EXPORT_SYMBOL vmlinux 0xc3183d7a folio_mark_accessed +EXPORT_SYMBOL vmlinux 0xc31890f3 param_array_ops +EXPORT_SYMBOL vmlinux 0xc31db0ce is_vmalloc_addr +EXPORT_SYMBOL vmlinux 0xc32b0413 ipv6_sock_mc_drop +EXPORT_SYMBOL vmlinux 0xc32c71af register_inetaddr_validator_notifier +EXPORT_SYMBOL vmlinux 0xc33fc1a0 devfreq_add_governor +EXPORT_SYMBOL vmlinux 0xc358ddfb _copy_from_iter_nocache +EXPORT_SYMBOL vmlinux 0xc35d27c3 pskb_trim_rcsum_slow +EXPORT_SYMBOL vmlinux 0xc3636753 __dquot_free_space +EXPORT_SYMBOL vmlinux 0xc36d5510 inet_bind +EXPORT_SYMBOL vmlinux 0xc3762aec mempool_alloc +EXPORT_SYMBOL vmlinux 0xc37f9c6e cpufreq_update_policy +EXPORT_SYMBOL vmlinux 0xc38c83b8 mod_timer +EXPORT_SYMBOL vmlinux 0xc3925e02 d_prune_aliases +EXPORT_SYMBOL vmlinux 0xc3a1d12b sync_blockdev +EXPORT_SYMBOL vmlinux 0xc3b006e6 xfrm_policy_hash_rebuild +EXPORT_SYMBOL vmlinux 0xc3b83d3f dma_map_page_attrs +EXPORT_SYMBOL vmlinux 0xc3cd034d crc8_populate_lsb +EXPORT_SYMBOL vmlinux 0xc3e5d2d4 ppp_input_error +EXPORT_SYMBOL vmlinux 0xc3e7f07f iov_iter_alignment +EXPORT_SYMBOL vmlinux 0xc3ff38c2 down_read_trylock +EXPORT_SYMBOL vmlinux 0xc403d8c7 dm_io +EXPORT_SYMBOL vmlinux 0xc4051335 kmem_cache_free +EXPORT_SYMBOL vmlinux 0xc4212ab9 qdisc_class_hash_insert +EXPORT_SYMBOL vmlinux 0xc42dcb99 acpi_evaluate_ost +EXPORT_SYMBOL vmlinux 0xc4498d7e jbd2_journal_restart +EXPORT_SYMBOL vmlinux 0xc452212c utf8_strncasecmp +EXPORT_SYMBOL vmlinux 0xc45f581f seg6_hmac_info_add +EXPORT_SYMBOL vmlinux 0xc4708199 cpm_muram_addr +EXPORT_SYMBOL vmlinux 0xc4777aa9 __ctzsi2 +EXPORT_SYMBOL vmlinux 0xc49f9f86 of_find_net_device_by_node +EXPORT_SYMBOL vmlinux 0xc4b21d2f qman_get_affine_portal +EXPORT_SYMBOL vmlinux 0xc4bb1b96 cdev_alloc +EXPORT_SYMBOL vmlinux 0xc4c40a0b rproc_remove_subdev +EXPORT_SYMBOL vmlinux 0xc4c8ac16 jbd2_journal_update_sb_errno +EXPORT_SYMBOL vmlinux 0xc4ca48b8 pskb_extract +EXPORT_SYMBOL vmlinux 0xc4d63787 of_xudma_dev_get +EXPORT_SYMBOL vmlinux 0xc4e80952 thread_group_exited +EXPORT_SYMBOL vmlinux 0xc512da6d param_set_long +EXPORT_SYMBOL vmlinux 0xc518f5e8 flow_rule_match_cvlan +EXPORT_SYMBOL vmlinux 0xc525f1e1 d_tmpfile +EXPORT_SYMBOL vmlinux 0xc528a49a queued_write_lock_slowpath +EXPORT_SYMBOL vmlinux 0xc53b3d65 has_capability_noaudit +EXPORT_SYMBOL vmlinux 0xc558ed03 touch_buffer +EXPORT_SYMBOL vmlinux 0xc56c3609 xz_dec_microlzma_reset +EXPORT_SYMBOL vmlinux 0xc576e6fd inode_init_once +EXPORT_SYMBOL vmlinux 0xc57c48a3 idr_get_next +EXPORT_SYMBOL vmlinux 0xc581e2f0 thaw_super +EXPORT_SYMBOL vmlinux 0xc582d82a of_match_device +EXPORT_SYMBOL vmlinux 0xc584cbe9 kthread_create_worker_on_cpu +EXPORT_SYMBOL vmlinux 0xc58d5a90 kstrtoll_from_user +EXPORT_SYMBOL vmlinux 0xc599a772 security_xfrm_state_delete +EXPORT_SYMBOL vmlinux 0xc5a3367a __tracepoint_dma_fence_emit +EXPORT_SYMBOL vmlinux 0xc5a408cf pci_find_parent_resource +EXPORT_SYMBOL vmlinux 0xc5b6f236 queue_work_on +EXPORT_SYMBOL vmlinux 0xc5e74216 release_resource +EXPORT_SYMBOL vmlinux 0xc5f506cf blk_mq_destroy_queue +EXPORT_SYMBOL vmlinux 0xc60354b0 unregister_binfmt +EXPORT_SYMBOL vmlinux 0xc60d0620 __num_online_cpus +EXPORT_SYMBOL vmlinux 0xc616036e param_set_ushort +EXPORT_SYMBOL vmlinux 0xc622556f prepare_to_wait_exclusive +EXPORT_SYMBOL vmlinux 0xc631580a console_unlock +EXPORT_SYMBOL vmlinux 0xc633d82d phy_unregister_fixup +EXPORT_SYMBOL vmlinux 0xc63c2ae9 devfreq_update_interval +EXPORT_SYMBOL vmlinux 0xc6540f3b alloc_skb_with_frags +EXPORT_SYMBOL vmlinux 0xc65a4961 tcp_read_sock +EXPORT_SYMBOL vmlinux 0xc65e4e97 secure_dccp_sequence_number +EXPORT_SYMBOL vmlinux 0xc666a132 crc_t10dif +EXPORT_SYMBOL vmlinux 0xc66a8304 cpu_rmap_add +EXPORT_SYMBOL vmlinux 0xc6731f45 inet6_del_protocol +EXPORT_SYMBOL vmlinux 0xc695f7e1 prepare_to_swait_event +EXPORT_SYMBOL vmlinux 0xc69d493f genphy_suspend +EXPORT_SYMBOL vmlinux 0xc69fce52 qcom_scm_qsmmu500_wait_safe_toggle +EXPORT_SYMBOL vmlinux 0xc6cb465a __kfifo_max_r +EXPORT_SYMBOL vmlinux 0xc6cbbc89 capable +EXPORT_SYMBOL vmlinux 0xc6d09aa9 release_firmware +EXPORT_SYMBOL vmlinux 0xc6ec26eb of_device_is_available +EXPORT_SYMBOL vmlinux 0xc6f3b3fc refcount_dec_if_one +EXPORT_SYMBOL vmlinux 0xc6f46339 init_timer_key +EXPORT_SYMBOL vmlinux 0xc708f1fe ec_write +EXPORT_SYMBOL vmlinux 0xc7101536 pci_bus_write_config_byte +EXPORT_SYMBOL vmlinux 0xc7208c3a serial8250_resume_port +EXPORT_SYMBOL vmlinux 0xc72e3cb9 input_register_handle +EXPORT_SYMBOL vmlinux 0xc736072f tty_port_hangup +EXPORT_SYMBOL vmlinux 0xc7375a50 filemap_invalidate_unlock_two +EXPORT_SYMBOL vmlinux 0xc765cf85 pci_irq_vector +EXPORT_SYMBOL vmlinux 0xc7746965 __nlmsg_put +EXPORT_SYMBOL vmlinux 0xc7817101 simple_recursive_removal +EXPORT_SYMBOL vmlinux 0xc781bd9f rfkill_resume_polling +EXPORT_SYMBOL vmlinux 0xc7856a3d inet6addr_notifier_call_chain +EXPORT_SYMBOL vmlinux 0xc79f3381 fault_in_iov_iter_writeable +EXPORT_SYMBOL vmlinux 0xc7a4fbed rtnl_lock +EXPORT_SYMBOL vmlinux 0xc7a67c19 dquot_quotactl_sysfile_ops +EXPORT_SYMBOL vmlinux 0xc7ae1903 security_lock_kernel_down +EXPORT_SYMBOL vmlinux 0xc7c1107a LZ4_decompress_safe +EXPORT_SYMBOL vmlinux 0xc7cc0f42 __block_write_begin +EXPORT_SYMBOL vmlinux 0xc7e03929 mfd_cell_disable +EXPORT_SYMBOL vmlinux 0xc7e1bb00 pci_iomap_range +EXPORT_SYMBOL vmlinux 0xc7ec4964 sb_min_blocksize +EXPORT_SYMBOL vmlinux 0xc806d1ab tcf_idr_check_alloc +EXPORT_SYMBOL vmlinux 0xc80ab559 swake_up_one +EXPORT_SYMBOL vmlinux 0xc82494e1 mmc_gpiod_request_cd +EXPORT_SYMBOL vmlinux 0xc838c3f5 __ashrti3 +EXPORT_SYMBOL vmlinux 0xc839afed hdmi_audio_infoframe_check +EXPORT_SYMBOL vmlinux 0xc84a0a7e seq_hlist_start_rcu +EXPORT_SYMBOL vmlinux 0xc8571c13 dev_mc_sync_multiple +EXPORT_SYMBOL vmlinux 0xc8636344 skb_copy_and_csum_bits +EXPORT_SYMBOL vmlinux 0xc872fd85 in6addr_interfacelocal_allnodes +EXPORT_SYMBOL vmlinux 0xc8827b75 sysctl_vals +EXPORT_SYMBOL vmlinux 0xc88ef7c4 security_inode_setsecctx +EXPORT_SYMBOL vmlinux 0xc890c008 zlib_deflateEnd +EXPORT_SYMBOL vmlinux 0xc89634b8 arp_tbl +EXPORT_SYMBOL vmlinux 0xc89846c4 xudma_tchanrt_read +EXPORT_SYMBOL vmlinux 0xc8a91f5b cpumask_local_spread +EXPORT_SYMBOL vmlinux 0xc8c85086 sg_free_table +EXPORT_SYMBOL vmlinux 0xc8dcc62a krealloc +EXPORT_SYMBOL vmlinux 0xc8fb2319 register_fib_notifier +EXPORT_SYMBOL vmlinux 0xc916dd46 __SCK__tp_func_kmalloc +EXPORT_SYMBOL vmlinux 0xc93e8461 acpi_get_event_resources +EXPORT_SYMBOL vmlinux 0xc941222e __traceiter_mmap_lock_acquire_returned +EXPORT_SYMBOL vmlinux 0xc9634df9 in6addr_linklocal_allrouters +EXPORT_SYMBOL vmlinux 0xc96e5712 current_in_userns +EXPORT_SYMBOL vmlinux 0xc972449f mempool_alloc_slab +EXPORT_SYMBOL vmlinux 0xc9775f15 register_netdevice +EXPORT_SYMBOL vmlinux 0xc97b50ce thermal_zone_device_critical +EXPORT_SYMBOL vmlinux 0xc9822234 clk_register_clkdev +EXPORT_SYMBOL vmlinux 0xc99e2a55 twl_rev +EXPORT_SYMBOL vmlinux 0xc9b2516a blk_rq_map_user_io +EXPORT_SYMBOL vmlinux 0xc9b4540f uart_match_port +EXPORT_SYMBOL vmlinux 0xc9c4c214 skb_checksum_setup +EXPORT_SYMBOL vmlinux 0xc9c4f0d6 handle_edge_irq +EXPORT_SYMBOL vmlinux 0xc9cb1944 sock_queue_rcv_skb_reason +EXPORT_SYMBOL vmlinux 0xc9d83b2e blk_mq_alloc_disk_for_queue +EXPORT_SYMBOL vmlinux 0xc9de2aef framebuffer_alloc +EXPORT_SYMBOL vmlinux 0xc9df055a xfrm_policy_walk_init +EXPORT_SYMBOL vmlinux 0xc9e38375 generic_cont_expand_simple +EXPORT_SYMBOL vmlinux 0xc9ed0401 imx_sc_rm_is_resource_owned +EXPORT_SYMBOL vmlinux 0xca1442ce backlight_device_register +EXPORT_SYMBOL vmlinux 0xca1648d4 zstd_decompress_dctx +EXPORT_SYMBOL vmlinux 0xca17ac01 _find_next_andnot_bit +EXPORT_SYMBOL vmlinux 0xca21ebd3 bitmap_free +EXPORT_SYMBOL vmlinux 0xca3fbb48 blk_rq_unmap_user +EXPORT_SYMBOL vmlinux 0xca431c05 wake_bit_function +EXPORT_SYMBOL vmlinux 0xca44977f genphy_handle_interrupt_no_ack +EXPORT_SYMBOL vmlinux 0xca5e9ae7 phy_read_paged +EXPORT_SYMBOL vmlinux 0xca62afaf xudma_rflow_is_gp +EXPORT_SYMBOL vmlinux 0xca78347e sock_recv_errqueue +EXPORT_SYMBOL vmlinux 0xca819cf5 get_fs_type +EXPORT_SYMBOL vmlinux 0xca888112 fqdir_exit +EXPORT_SYMBOL vmlinux 0xca8f011e xfrm_policy_alloc +EXPORT_SYMBOL vmlinux 0xca9360b5 rb_next +EXPORT_SYMBOL vmlinux 0xca9beaa4 __xa_store +EXPORT_SYMBOL vmlinux 0xcad1aca8 acpi_exception +EXPORT_SYMBOL vmlinux 0xcad957b1 to_nd_dax +EXPORT_SYMBOL vmlinux 0xcada1307 from_kprojid_munged +EXPORT_SYMBOL vmlinux 0xcaf05fc8 fuse_mount_destroy +EXPORT_SYMBOL vmlinux 0xcb00794f module_put +EXPORT_SYMBOL vmlinux 0xcb0288ea ledtrig_cpu +EXPORT_SYMBOL vmlinux 0xcb18d238 param_ops_string +EXPORT_SYMBOL vmlinux 0xcb32da66 folio_wait_bit +EXPORT_SYMBOL vmlinux 0xcb3ae215 call_blocking_lsm_notifier +EXPORT_SYMBOL vmlinux 0xcb5784c4 tcp_shutdown +EXPORT_SYMBOL vmlinux 0xcb61d6e3 vlan_vid_add +EXPORT_SYMBOL vmlinux 0xcb733bf2 acpi_bus_set_power +EXPORT_SYMBOL vmlinux 0xcb88f6c8 neigh_ifdown +EXPORT_SYMBOL vmlinux 0xcbb1ccfa dev_printk_emit +EXPORT_SYMBOL vmlinux 0xcbb34a4f uart_add_one_port +EXPORT_SYMBOL vmlinux 0xcbbf0a6f audit_log_task_context +EXPORT_SYMBOL vmlinux 0xcbc9a33c dquot_resume +EXPORT_SYMBOL vmlinux 0xcbd043ca logfc +EXPORT_SYMBOL vmlinux 0xcbd335d3 of_graph_get_port_by_id +EXPORT_SYMBOL vmlinux 0xcbd4898c fortify_panic +EXPORT_SYMBOL vmlinux 0xcbdb680a phy_driver_unregister +EXPORT_SYMBOL vmlinux 0xcbe2492f qdisc_watchdog_schedule_range_ns +EXPORT_SYMBOL vmlinux 0xcbf21790 xsk_uses_need_wakeup +EXPORT_SYMBOL vmlinux 0xcbf5bde8 input_unregister_handler +EXPORT_SYMBOL vmlinux 0xcbfb33e4 init_opal_dev +EXPORT_SYMBOL vmlinux 0xcbfd1c68 block_write_full_page +EXPORT_SYMBOL vmlinux 0xcc01b88c pnp_register_card_driver +EXPORT_SYMBOL vmlinux 0xcc06645f pcie_print_link_status +EXPORT_SYMBOL vmlinux 0xcc109373 xfrm_state_lookup +EXPORT_SYMBOL vmlinux 0xcc1b882a idr_get_next_ul +EXPORT_SYMBOL vmlinux 0xcc2242f5 lock_sock_nested +EXPORT_SYMBOL vmlinux 0xcc23002a hdmi_infoframe_pack_only +EXPORT_SYMBOL vmlinux 0xcc248d26 serial8250_suspend_port +EXPORT_SYMBOL vmlinux 0xcc2b25eb call_usermodehelper_setup +EXPORT_SYMBOL vmlinux 0xcc328a5c reservation_ww_class +EXPORT_SYMBOL vmlinux 0xcc392eea kmalloc_size_roundup +EXPORT_SYMBOL vmlinux 0xcc3b33a5 pci_enable_msix_range +EXPORT_SYMBOL vmlinux 0xcc3bc9b9 xfrm_state_walk +EXPORT_SYMBOL vmlinux 0xcc3bff9e mipi_dsi_detach +EXPORT_SYMBOL vmlinux 0xcc411ed1 ptp_convert_timestamp +EXPORT_SYMBOL vmlinux 0xcc5005fe msleep_interruptible +EXPORT_SYMBOL vmlinux 0xcc5587cb jbd2_journal_stop +EXPORT_SYMBOL vmlinux 0xcc5d22d9 can_do_mlock +EXPORT_SYMBOL vmlinux 0xcc70baeb tty_vhangup +EXPORT_SYMBOL vmlinux 0xcc77784d ppp_register_net_channel +EXPORT_SYMBOL vmlinux 0xcc846d53 drop_super +EXPORT_SYMBOL vmlinux 0xcc85f174 simple_dir_inode_operations +EXPORT_SYMBOL vmlinux 0xcca5839d xen_vcpu_id +EXPORT_SYMBOL vmlinux 0xccc99ab0 __find_get_block +EXPORT_SYMBOL vmlinux 0xccd7e48f ucc_of_parse_tdm +EXPORT_SYMBOL vmlinux 0xccedf450 devm_extcon_register_notifier_all +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 0xcd04c327 dentry_create +EXPORT_SYMBOL vmlinux 0xcd0636e5 pci_bus_read_config_byte +EXPORT_SYMBOL vmlinux 0xcd091808 touchscreen_parse_properties +EXPORT_SYMBOL vmlinux 0xcd12d81d pcie_capability_write_dword +EXPORT_SYMBOL vmlinux 0xcd236178 pci_prepare_to_sleep +EXPORT_SYMBOL vmlinux 0xcd23c3ca dentry_path_raw +EXPORT_SYMBOL vmlinux 0xcd279169 nla_find +EXPORT_SYMBOL vmlinux 0xcd293034 vmap +EXPORT_SYMBOL vmlinux 0xcd2c8f36 tty_hangup +EXPORT_SYMBOL vmlinux 0xcd32a00d scsi_dma_unmap +EXPORT_SYMBOL vmlinux 0xcd32eee3 nosteal_pipe_buf_ops +EXPORT_SYMBOL vmlinux 0xcd5bac41 filemap_alloc_folio +EXPORT_SYMBOL vmlinux 0xcd5df059 dev_add_pack +EXPORT_SYMBOL vmlinux 0xcd6362c8 inet_listen +EXPORT_SYMBOL vmlinux 0xcd8ce890 acpi_format_exception +EXPORT_SYMBOL vmlinux 0xcd9a80ff fault_in_iov_iter_readable +EXPORT_SYMBOL vmlinux 0xcd9b738a input_set_poll_interval +EXPORT_SYMBOL vmlinux 0xcda09163 of_device_is_big_endian +EXPORT_SYMBOL vmlinux 0xcda0f2ad dev_driver_string +EXPORT_SYMBOL vmlinux 0xcdc39c9e security_ismaclabel +EXPORT_SYMBOL vmlinux 0xcde77bcc free_opal_dev +EXPORT_SYMBOL vmlinux 0xce0b4dea tcf_action_dump_1 +EXPORT_SYMBOL vmlinux 0xce24c82c md_handle_request +EXPORT_SYMBOL vmlinux 0xce251cc3 param_ops_ushort +EXPORT_SYMBOL vmlinux 0xce2840e7 irq_set_irq_wake +EXPORT_SYMBOL vmlinux 0xce4cdb8e fb_find_best_mode +EXPORT_SYMBOL vmlinux 0xce4e47b6 __kfifo_skip_r +EXPORT_SYMBOL vmlinux 0xce5ac24f zlib_inflate_workspacesize +EXPORT_SYMBOL vmlinux 0xce5bba90 end_page_writeback +EXPORT_SYMBOL vmlinux 0xce626bbe pci_read_config_byte +EXPORT_SYMBOL vmlinux 0xce6f4ed0 mipi_dsi_dcs_set_pixel_format +EXPORT_SYMBOL vmlinux 0xce720f28 mtree_destroy +EXPORT_SYMBOL vmlinux 0xce723fed nf_ip6_checksum +EXPORT_SYMBOL vmlinux 0xce731b34 ucc_slow_get_qe_cr_subblock +EXPORT_SYMBOL vmlinux 0xce763b30 pci_set_master +EXPORT_SYMBOL vmlinux 0xce76c257 acpi_get_irq_routing_table +EXPORT_SYMBOL vmlinux 0xce7f1b3a rt6_lookup +EXPORT_SYMBOL vmlinux 0xce807a25 up_write +EXPORT_SYMBOL vmlinux 0xce966837 bdi_register +EXPORT_SYMBOL vmlinux 0xcea381d8 ww_mutex_lock +EXPORT_SYMBOL vmlinux 0xceab0311 strchrnul +EXPORT_SYMBOL vmlinux 0xceb70a85 fib_notifier_ops_register +EXPORT_SYMBOL vmlinux 0xcecd0e3a acpi_match_device_ids +EXPORT_SYMBOL vmlinux 0xced0f4d4 gen_pool_create +EXPORT_SYMBOL vmlinux 0xced39554 fib6_info_hw_flags_set +EXPORT_SYMBOL vmlinux 0xcedb6dae of_find_i2c_device_by_node +EXPORT_SYMBOL vmlinux 0xceecd71f mmc_erase_group_aligned +EXPORT_SYMBOL vmlinux 0xcef242cb flow_rule_match_ct +EXPORT_SYMBOL vmlinux 0xcefb0c9f __mutex_init +EXPORT_SYMBOL vmlinux 0xcefcd99a serial8250_unregister_port +EXPORT_SYMBOL vmlinux 0xcf2a6966 up +EXPORT_SYMBOL vmlinux 0xcf35527c fb_set_var +EXPORT_SYMBOL vmlinux 0xcf35971a tegra_ivc_cleanup +EXPORT_SYMBOL vmlinux 0xcf3b69b3 netdev_stats_to_stats64 +EXPORT_SYMBOL vmlinux 0xcf4fdd4d _atomic_dec_and_lock +EXPORT_SYMBOL vmlinux 0xcf5abe06 tcf_em_tree_destroy +EXPORT_SYMBOL vmlinux 0xcf78a2f9 clkdev_drop +EXPORT_SYMBOL vmlinux 0xcf878006 gnet_stats_copy_basic_hw +EXPORT_SYMBOL vmlinux 0xcf97511a dcache_dir_lseek +EXPORT_SYMBOL vmlinux 0xcf99ecb5 sk_stop_timer_sync +EXPORT_SYMBOL vmlinux 0xcf9b558d touchscreen_set_mt_pos +EXPORT_SYMBOL vmlinux 0xcfa477ed jbd2_journal_force_commit_nested +EXPORT_SYMBOL vmlinux 0xcfa8550b pci_disable_link_state_locked +EXPORT_SYMBOL vmlinux 0xcfc9deaf atomic_dec_and_mutex_lock +EXPORT_SYMBOL vmlinux 0xcfd4978f __nla_reserve_64bit +EXPORT_SYMBOL vmlinux 0xcfd884a8 __hsiphash_unaligned +EXPORT_SYMBOL vmlinux 0xcfeb98a8 acpi_processor_register_performance +EXPORT_SYMBOL vmlinux 0xcff9e3cd set_nlink +EXPORT_SYMBOL vmlinux 0xd0019041 pci_scan_root_bus_bridge +EXPORT_SYMBOL vmlinux 0xd00b06a6 xfrm_state_lookup_byaddr +EXPORT_SYMBOL vmlinux 0xd032316d of_get_parent +EXPORT_SYMBOL vmlinux 0xd03f5527 __skb_gro_checksum_complete +EXPORT_SYMBOL vmlinux 0xd040c33f mdio_device_free +EXPORT_SYMBOL vmlinux 0xd04c1a64 sysctl_devconf_inherit_init_net +EXPORT_SYMBOL vmlinux 0xd05189cd udp6_seq_ops +EXPORT_SYMBOL vmlinux 0xd05d776b generic_file_llseek_size +EXPORT_SYMBOL vmlinux 0xd0654aba woken_wake_function +EXPORT_SYMBOL vmlinux 0xd0760fc0 kfree_sensitive +EXPORT_SYMBOL vmlinux 0xd086c929 scsi_target_quiesce +EXPORT_SYMBOL vmlinux 0xd0b74705 acpi_install_interface +EXPORT_SYMBOL vmlinux 0xd0c499ec skb_csum_hwoffload_help +EXPORT_SYMBOL vmlinux 0xd0c7d8f9 sock_no_accept +EXPORT_SYMBOL vmlinux 0xd0febae6 iter_file_splice_write +EXPORT_SYMBOL vmlinux 0xd1169c6e filemap_fdatawait_keep_errors +EXPORT_SYMBOL vmlinux 0xd11ded42 dqget +EXPORT_SYMBOL vmlinux 0xd12001e2 udp_lib_rehash +EXPORT_SYMBOL vmlinux 0xd12921f6 send_sig_info +EXPORT_SYMBOL vmlinux 0xd12ed506 scsi_host_alloc +EXPORT_SYMBOL vmlinux 0xd1363cc1 ucs2_strsize +EXPORT_SYMBOL vmlinux 0xd1594939 tcp_syn_ack_timeout +EXPORT_SYMBOL vmlinux 0xd16b15ab discard_new_inode +EXPORT_SYMBOL vmlinux 0xd1705d2a blk_pre_runtime_resume +EXPORT_SYMBOL vmlinux 0xd1850a66 pci_dev_get +EXPORT_SYMBOL vmlinux 0xd190daaa phy_driver_register +EXPORT_SYMBOL vmlinux 0xd194ddf9 acpi_gpe_count +EXPORT_SYMBOL vmlinux 0xd19657ea nd_btt_arena_is_valid +EXPORT_SYMBOL vmlinux 0xd1a3614f folio_unlock +EXPORT_SYMBOL vmlinux 0xd1c5d356 make_kuid +EXPORT_SYMBOL vmlinux 0xd1c68721 textsearch_destroy +EXPORT_SYMBOL vmlinux 0xd1c87993 proc_mkdir +EXPORT_SYMBOL vmlinux 0xd1d87e92 scsi_mlreturn_string +EXPORT_SYMBOL vmlinux 0xd1def8a9 jbd2_journal_start_commit +EXPORT_SYMBOL vmlinux 0xd1f2c1c2 __invalidate_device +EXPORT_SYMBOL vmlinux 0xd1fee7b1 generic_file_write_iter +EXPORT_SYMBOL vmlinux 0xd2013050 napi_enable +EXPORT_SYMBOL vmlinux 0xd2051916 qcom_scm_cpu_power_down +EXPORT_SYMBOL vmlinux 0xd2060aba tcp_create_openreq_child +EXPORT_SYMBOL vmlinux 0xd20b6dda fs_param_is_string +EXPORT_SYMBOL vmlinux 0xd2168e7d pci_request_regions_exclusive +EXPORT_SYMBOL vmlinux 0xd219dac6 key_type_keyring +EXPORT_SYMBOL vmlinux 0xd2237016 radix_tree_delete_item +EXPORT_SYMBOL vmlinux 0xd225375a configfs_register_default_group +EXPORT_SYMBOL vmlinux 0xd22c002c skb_ext_add +EXPORT_SYMBOL vmlinux 0xd24108d4 rfkill_soft_blocked +EXPORT_SYMBOL vmlinux 0xd2493a94 __inet_stream_connect +EXPORT_SYMBOL vmlinux 0xd2503984 tegra_ivc_write_advance +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 0xd26ce120 generic_setlease +EXPORT_SYMBOL vmlinux 0xd27b25dd blk_check_plugged +EXPORT_SYMBOL vmlinux 0xd2800691 nf_conntrack_destroy +EXPORT_SYMBOL vmlinux 0xd2c7b126 migrate_vma_finalize +EXPORT_SYMBOL vmlinux 0xd2d06a8c page_pool_put_defragged_page +EXPORT_SYMBOL vmlinux 0xd2d88506 netdev_offload_xstats_report_used +EXPORT_SYMBOL vmlinux 0xd2d8a22a icmp_ndo_send +EXPORT_SYMBOL vmlinux 0xd2da1048 register_netdevice_notifier +EXPORT_SYMBOL vmlinux 0xd2de9f7e tcp_sock_set_syncnt +EXPORT_SYMBOL vmlinux 0xd2e2a9d0 hdmi_spd_infoframe_pack_only +EXPORT_SYMBOL vmlinux 0xd2e5e592 tcf_idr_create +EXPORT_SYMBOL vmlinux 0xd2e6d7c9 jbd2_journal_init_jbd_inode +EXPORT_SYMBOL vmlinux 0xd2ea49b8 acpi_leave_sleep_state_prep +EXPORT_SYMBOL vmlinux 0xd2f99719 inet_frag_pull_head +EXPORT_SYMBOL vmlinux 0xd312ae17 twl6040_get_vibralr_status +EXPORT_SYMBOL vmlinux 0xd31ccb06 of_machine_is_compatible +EXPORT_SYMBOL vmlinux 0xd32f93ff mod_zone_page_state +EXPORT_SYMBOL vmlinux 0xd339b376 pci_stop_and_remove_bus_device +EXPORT_SYMBOL vmlinux 0xd33fd660 mr_vif_seq_idx +EXPORT_SYMBOL vmlinux 0xd3543063 memcg_kmem_enabled_key +EXPORT_SYMBOL vmlinux 0xd3559ef4 __memset +EXPORT_SYMBOL vmlinux 0xd35a6d31 mempool_kmalloc +EXPORT_SYMBOL vmlinux 0xd35cce70 _raw_spin_unlock_irqrestore +EXPORT_SYMBOL vmlinux 0xd35d925c sock_no_sendpage +EXPORT_SYMBOL vmlinux 0xd3658610 qdisc_class_hash_grow +EXPORT_SYMBOL vmlinux 0xd36dc10c get_random_u32 +EXPORT_SYMBOL vmlinux 0xd36e3d59 prandom_bytes_state +EXPORT_SYMBOL vmlinux 0xd3775703 bio_uninit +EXPORT_SYMBOL vmlinux 0xd378fae9 __nla_reserve_nohdr +EXPORT_SYMBOL vmlinux 0xd38ee2c7 __get_hash_from_flowi6 +EXPORT_SYMBOL vmlinux 0xd3a1ac01 vme_dma_list_add +EXPORT_SYMBOL vmlinux 0xd3d4ac5f tcp_connect +EXPORT_SYMBOL vmlinux 0xd3dc24b5 security_sb_mnt_opts_compat +EXPORT_SYMBOL vmlinux 0xd3f57037 folio_end_writeback +EXPORT_SYMBOL vmlinux 0xd40394ad cpufreq_get_policy +EXPORT_SYMBOL vmlinux 0xd406d266 fb_mode_is_equal +EXPORT_SYMBOL vmlinux 0xd40bfc2c inode_init_owner +EXPORT_SYMBOL vmlinux 0xd4164c85 configfs_unregister_default_group +EXPORT_SYMBOL vmlinux 0xd43baf21 d_delete +EXPORT_SYMBOL vmlinux 0xd44678b7 phy_modify_paged_changed +EXPORT_SYMBOL vmlinux 0xd44ed9be devm_pci_remap_cfg_resource +EXPORT_SYMBOL vmlinux 0xd45cc6ca bin2hex +EXPORT_SYMBOL vmlinux 0xd4627032 blk_mq_unique_tag +EXPORT_SYMBOL vmlinux 0xd4772949 i2c_smbus_read_i2c_block_data +EXPORT_SYMBOL vmlinux 0xd4835ef8 dmi_check_system +EXPORT_SYMBOL vmlinux 0xd48c40a1 sget_fc +EXPORT_SYMBOL vmlinux 0xd49ac04c cdev_del +EXPORT_SYMBOL vmlinux 0xd4a69d20 qm_channel_caam +EXPORT_SYMBOL vmlinux 0xd4b3dc79 key_revoke +EXPORT_SYMBOL vmlinux 0xd4bb4a82 inet6addr_validator_notifier_call_chain +EXPORT_SYMBOL vmlinux 0xd4d1983c udplite_table +EXPORT_SYMBOL vmlinux 0xd4ddf827 xfrm_init_state +EXPORT_SYMBOL vmlinux 0xd4e21ef1 vm_mmap +EXPORT_SYMBOL vmlinux 0xd4e257c5 task_lookup_next_fd_rcu +EXPORT_SYMBOL vmlinux 0xd4f8c15a unmap_mapping_range +EXPORT_SYMBOL vmlinux 0xd4fdbfce phy_mii_ioctl +EXPORT_SYMBOL vmlinux 0xd50512d0 pci_scan_slot +EXPORT_SYMBOL vmlinux 0xd52320cf put_cmsg +EXPORT_SYMBOL vmlinux 0xd5263820 mb_cache_destroy +EXPORT_SYMBOL vmlinux 0xd531486e rproc_coredump_add_segment +EXPORT_SYMBOL vmlinux 0xd5346bfc acpi_get_possible_resources +EXPORT_SYMBOL vmlinux 0xd536ed58 inet_twsk_deschedule_put +EXPORT_SYMBOL vmlinux 0xd53bee2f configfs_undepend_item +EXPORT_SYMBOL vmlinux 0xd54f9667 vlan_filter_push_vids +EXPORT_SYMBOL vmlinux 0xd569e985 generic_ro_fops +EXPORT_SYMBOL vmlinux 0xd56fa39b proc_set_size +EXPORT_SYMBOL vmlinux 0xd57f40f1 __vfs_removexattr +EXPORT_SYMBOL vmlinux 0xd5a46159 devfreq_register_notifier +EXPORT_SYMBOL vmlinux 0xd5b3d0d5 xxh64_copy_state +EXPORT_SYMBOL vmlinux 0xd5d3f6d7 twl6040_reg_read +EXPORT_SYMBOL vmlinux 0xd5d6b072 tcp_mtu_to_mss +EXPORT_SYMBOL vmlinux 0xd5e59eed of_find_node_opts_by_path +EXPORT_SYMBOL vmlinux 0xd5fd90f1 prepare_to_wait +EXPORT_SYMBOL vmlinux 0xd6067109 ip6_err_gen_icmpv6_unreach +EXPORT_SYMBOL vmlinux 0xd60736ec gf128mul_free_64k +EXPORT_SYMBOL vmlinux 0xd60e8b34 pnp_unregister_card_driver +EXPORT_SYMBOL vmlinux 0xd61617c1 inet_rtx_syn_ack +EXPORT_SYMBOL vmlinux 0xd61a36a2 registered_fb +EXPORT_SYMBOL vmlinux 0xd62b1e45 trace_print_flags_seq +EXPORT_SYMBOL vmlinux 0xd62ecd49 rps_sock_flow_table +EXPORT_SYMBOL vmlinux 0xd631d504 sock_kzfree_s +EXPORT_SYMBOL vmlinux 0xd63b6654 validate_slab_cache +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 0xd67966f8 simple_transaction_set +EXPORT_SYMBOL vmlinux 0xd67bc0e9 skb_clone_sk +EXPORT_SYMBOL vmlinux 0xd689707d __cgroup_bpf_run_filter_sk +EXPORT_SYMBOL vmlinux 0xd68c5a1f adjust_resource +EXPORT_SYMBOL vmlinux 0xd691c6a9 unregister_sysctl_table +EXPORT_SYMBOL vmlinux 0xd6965b1d param_get_short +EXPORT_SYMBOL vmlinux 0xd6968033 folio_wait_private_2 +EXPORT_SYMBOL vmlinux 0xd6a91f54 twl_i2c_read +EXPORT_SYMBOL vmlinux 0xd6ad86d6 sock_i_uid +EXPORT_SYMBOL vmlinux 0xd6b18bfc mroute6_is_socket +EXPORT_SYMBOL vmlinux 0xd6b33ea7 mipi_dsi_device_register_full +EXPORT_SYMBOL vmlinux 0xd6c0494a tcf_action_update_stats +EXPORT_SYMBOL vmlinux 0xd6ca7cf4 datagram_poll +EXPORT_SYMBOL vmlinux 0xd6ce0908 dst_init +EXPORT_SYMBOL vmlinux 0xd6dcd757 clk_hw_get_clk +EXPORT_SYMBOL vmlinux 0xd6eaaea1 full_name_hash +EXPORT_SYMBOL vmlinux 0xd6ed3206 dump_skip_to +EXPORT_SYMBOL vmlinux 0xd6ee688f vmalloc +EXPORT_SYMBOL vmlinux 0xd6eef8d6 input_setup_polling +EXPORT_SYMBOL vmlinux 0xd6f3c88c pps_event +EXPORT_SYMBOL vmlinux 0xd6fde043 is_module_sig_enforced +EXPORT_SYMBOL vmlinux 0xd70d35a1 gf128mul_4k_bbe +EXPORT_SYMBOL vmlinux 0xd70f62b6 acpi_os_execute +EXPORT_SYMBOL vmlinux 0xd71104b3 vm_node_stat +EXPORT_SYMBOL vmlinux 0xd717044d locks_copy_conflock +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 0xd755d2eb con_is_bound +EXPORT_SYMBOL vmlinux 0xd75c1dc9 generic_file_open +EXPORT_SYMBOL vmlinux 0xd760150c __skb_checksum_complete +EXPORT_SYMBOL vmlinux 0xd7643150 in_dev_finish_destroy +EXPORT_SYMBOL vmlinux 0xd76b22cb dquot_writeback_dquots +EXPORT_SYMBOL vmlinux 0xd771aefb finish_swait +EXPORT_SYMBOL vmlinux 0xd78b42b5 mii_check_gmii_support +EXPORT_SYMBOL vmlinux 0xd796b59f tty_flip_buffer_push +EXPORT_SYMBOL vmlinux 0xd7987177 utf8_load +EXPORT_SYMBOL vmlinux 0xd7aaaaa1 dev_pick_tx_zero +EXPORT_SYMBOL vmlinux 0xd7ac0c28 scsi_device_resume +EXPORT_SYMBOL vmlinux 0xd7d280ad irq_poll_complete +EXPORT_SYMBOL vmlinux 0xd7e0f3dc phy_set_max_speed +EXPORT_SYMBOL vmlinux 0xd7e30332 __ps2_command +EXPORT_SYMBOL vmlinux 0xd7e56a4e simple_strtoll +EXPORT_SYMBOL vmlinux 0xd7ea7094 nf_unregister_queue_handler +EXPORT_SYMBOL vmlinux 0xd7f56779 genphy_setup_forced +EXPORT_SYMBOL vmlinux 0xd7ff1b8a __ashlti3 +EXPORT_SYMBOL vmlinux 0xd8106c2b give_up_console +EXPORT_SYMBOL vmlinux 0xd8131274 qman_alloc_cgrid_range +EXPORT_SYMBOL vmlinux 0xd819e17b simple_rmdir +EXPORT_SYMBOL vmlinux 0xd8221bef scsi_target_resume +EXPORT_SYMBOL vmlinux 0xd828f063 xudma_tchanrt_write +EXPORT_SYMBOL vmlinux 0xd838185b of_get_i2c_adapter_by_node +EXPORT_SYMBOL vmlinux 0xd83898d5 nf_hooks_needed +EXPORT_SYMBOL vmlinux 0xd841a246 mdiobus_read_nested +EXPORT_SYMBOL vmlinux 0xd8587f79 bio_integrity_add_page +EXPORT_SYMBOL vmlinux 0xd86aae97 blk_queue_alignment_offset +EXPORT_SYMBOL vmlinux 0xd876cd58 blk_queue_max_write_zeroes_sectors +EXPORT_SYMBOL vmlinux 0xd87a02d2 unregister_qdisc +EXPORT_SYMBOL vmlinux 0xd8816d95 kthread_associate_blkcg +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 0xd8b8406a skb_eth_pop +EXPORT_SYMBOL vmlinux 0xd8bca44a proc_symlink +EXPORT_SYMBOL vmlinux 0xd8bf0579 dma_set_mask +EXPORT_SYMBOL vmlinux 0xd8bf4407 generic_read_dir +EXPORT_SYMBOL vmlinux 0xd8cdab94 __scsi_print_sense +EXPORT_SYMBOL vmlinux 0xd8df08ac acpi_handle_printk +EXPORT_SYMBOL vmlinux 0xd8e0ad37 kthread_create_on_node +EXPORT_SYMBOL vmlinux 0xd8fd1687 tcp_md5_hash_key +EXPORT_SYMBOL vmlinux 0xd8fea301 filemap_write_and_wait_range +EXPORT_SYMBOL vmlinux 0xd901fd26 skb_flow_dissect_ct +EXPORT_SYMBOL vmlinux 0xd91076b5 csum_and_copy_from_iter +EXPORT_SYMBOL vmlinux 0xd91f6ab6 strnlen_user +EXPORT_SYMBOL vmlinux 0xd92a59db tso_build_data +EXPORT_SYMBOL vmlinux 0xd92deb6b acpi_evaluate_object +EXPORT_SYMBOL vmlinux 0xd9491c14 xa_destroy +EXPORT_SYMBOL vmlinux 0xd95eb679 kobject_add +EXPORT_SYMBOL vmlinux 0xd972a9a7 mr_mfc_find_parent +EXPORT_SYMBOL vmlinux 0xd9756468 flow_rule_match_ipv6_addrs +EXPORT_SYMBOL vmlinux 0xd97a6325 devm_free_irq +EXPORT_SYMBOL vmlinux 0xd97f6c3d jbd2_journal_set_triggers +EXPORT_SYMBOL vmlinux 0xd97fe49b inet_unregister_protosw +EXPORT_SYMBOL vmlinux 0xd9829cda jbd2_journal_revoke +EXPORT_SYMBOL vmlinux 0xd985dc99 mempool_free_pages +EXPORT_SYMBOL vmlinux 0xd98b092f phy_ethtool_get_sset_count +EXPORT_SYMBOL vmlinux 0xd9a5ea54 __init_waitqueue_head +EXPORT_SYMBOL vmlinux 0xd9b85ef6 lockref_get +EXPORT_SYMBOL vmlinux 0xd9b8eaea __SCK__tp_func_dma_fence_signaled +EXPORT_SYMBOL vmlinux 0xd9d1c792 find_vma_intersection +EXPORT_SYMBOL vmlinux 0xd9d235f6 phy_ethtool_nway_reset +EXPORT_SYMBOL vmlinux 0xd9d8fd16 register_restart_handler +EXPORT_SYMBOL vmlinux 0xd9d952d1 crypto_aes_sbox +EXPORT_SYMBOL vmlinux 0xd9ec4c40 vc_resize +EXPORT_SYMBOL vmlinux 0xda10443c xudma_tchan_get_id +EXPORT_SYMBOL vmlinux 0xda15330a sock_common_recvmsg +EXPORT_SYMBOL vmlinux 0xda3d10a8 security_tun_dev_open +EXPORT_SYMBOL vmlinux 0xda514ab2 netdev_lower_get_next_private_rcu +EXPORT_SYMBOL vmlinux 0xda6715a9 dquot_initialize_needed +EXPORT_SYMBOL vmlinux 0xda6adf3d nf_hook_slow +EXPORT_SYMBOL vmlinux 0xda911241 sock_init_data +EXPORT_SYMBOL vmlinux 0xda9e69c7 fput +EXPORT_SYMBOL vmlinux 0xdaa3a6c2 __register_binfmt +EXPORT_SYMBOL vmlinux 0xdac375c1 tegra_ivc_write_get_next_frame +EXPORT_SYMBOL vmlinux 0xdac4913a bitmap_allocate_region +EXPORT_SYMBOL vmlinux 0xdaca820e dynamic_preempt_schedule +EXPORT_SYMBOL vmlinux 0xdad1fc3f zstd_flush_stream +EXPORT_SYMBOL vmlinux 0xdaf79aa9 pm8606_osc_disable +EXPORT_SYMBOL vmlinux 0xdb0bd28e rtnl_create_link +EXPORT_SYMBOL vmlinux 0xdb0dc922 skb_ensure_writable +EXPORT_SYMBOL vmlinux 0xdb2a2bf4 kernel_sendmsg_locked +EXPORT_SYMBOL vmlinux 0xdb328753 cdrom_release +EXPORT_SYMBOL vmlinux 0xdb41498f softnet_data +EXPORT_SYMBOL vmlinux 0xdb577ef0 tegra_dfll_unregister +EXPORT_SYMBOL vmlinux 0xdb68bbad rfkill_destroy +EXPORT_SYMBOL vmlinux 0xdb6d895a kernel_sock_shutdown +EXPORT_SYMBOL vmlinux 0xdb760f52 __kfifo_free +EXPORT_SYMBOL vmlinux 0xdb78a56f acpi_notifier_call_chain +EXPORT_SYMBOL vmlinux 0xdb88660d pnp_request_card_device +EXPORT_SYMBOL vmlinux 0xdb8b2da4 vme_dma_request +EXPORT_SYMBOL vmlinux 0xdb975b97 eth_header_parse_protocol +EXPORT_SYMBOL vmlinux 0xdba8ac83 clear_nlink +EXPORT_SYMBOL vmlinux 0xdbb1bb84 dev_uc_add_excl +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 0xdc021867 md_update_sb +EXPORT_SYMBOL vmlinux 0xdc0e4855 timer_delete +EXPORT_SYMBOL vmlinux 0xdc14eda7 pci_pci_problems +EXPORT_SYMBOL vmlinux 0xdc1b5c2b devfreq_monitor_resume +EXPORT_SYMBOL vmlinux 0xdc2eeb61 from_kuid +EXPORT_SYMBOL vmlinux 0xdc31949b of_graph_get_next_endpoint +EXPORT_SYMBOL vmlinux 0xdc34158f fman_port_init +EXPORT_SYMBOL vmlinux 0xdc3fcbc9 __sw_hweight8 +EXPORT_SYMBOL vmlinux 0xdc42db3e inet_frag_rbtree_purge +EXPORT_SYMBOL vmlinux 0xdc482e14 netpoll_send_udp +EXPORT_SYMBOL vmlinux 0xdc49c198 reciprocal_value_adv +EXPORT_SYMBOL vmlinux 0xdc512134 backlight_register_notifier +EXPORT_SYMBOL vmlinux 0xdc7f9322 input_mt_destroy_slots +EXPORT_SYMBOL vmlinux 0xdc8afa02 to_ndd +EXPORT_SYMBOL vmlinux 0xdca8c3d4 logic_outb +EXPORT_SYMBOL vmlinux 0xdcb764ad memset +EXPORT_SYMBOL vmlinux 0xdcbeba1d sg_copy_from_buffer +EXPORT_SYMBOL vmlinux 0xdcdc0040 slhc_compress +EXPORT_SYMBOL vmlinux 0xdce54042 tty_lock +EXPORT_SYMBOL vmlinux 0xdce8fe36 page_cache_next_miss +EXPORT_SYMBOL vmlinux 0xdcf45010 inode_nohighmem +EXPORT_SYMBOL vmlinux 0xdd00447a acpi_resource_to_address64 +EXPORT_SYMBOL vmlinux 0xdd0a561b of_find_mipi_dsi_host_by_node +EXPORT_SYMBOL vmlinux 0xdd0fea6a backlight_device_unregister +EXPORT_SYMBOL vmlinux 0xdd18a993 acpi_check_dsm +EXPORT_SYMBOL vmlinux 0xdd1e87f7 jbd2_journal_start +EXPORT_SYMBOL vmlinux 0xdd2c169b mb_cache_create +EXPORT_SYMBOL vmlinux 0xdd30abcb tcf_em_tree_dump +EXPORT_SYMBOL vmlinux 0xdd41b8d0 inet6_getname +EXPORT_SYMBOL vmlinux 0xdd4d55b6 _raw_read_unlock +EXPORT_SYMBOL vmlinux 0xdd57d241 udp_seq_stop +EXPORT_SYMBOL vmlinux 0xdd64e639 strscpy +EXPORT_SYMBOL vmlinux 0xdd7e3192 qcom_scm_pas_auth_and_reset +EXPORT_SYMBOL vmlinux 0xdd8166a1 dma_fence_free +EXPORT_SYMBOL vmlinux 0xdd849d51 scsi_get_sense_info_fld +EXPORT_SYMBOL vmlinux 0xdd85b49b md_write_inc +EXPORT_SYMBOL vmlinux 0xdd9c05e6 mmc_gpiod_request_cd_irq +EXPORT_SYMBOL vmlinux 0xddad7952 acpi_dbg_level +EXPORT_SYMBOL vmlinux 0xddae5c04 phy_register_fixup_for_uid +EXPORT_SYMBOL vmlinux 0xddb159f5 bio_free_pages +EXPORT_SYMBOL vmlinux 0xddc746e6 fman_bind +EXPORT_SYMBOL vmlinux 0xddda8ce3 empty_aops +EXPORT_SYMBOL vmlinux 0xdddd7dff dev_open +EXPORT_SYMBOL vmlinux 0xddf2d9cd __qdisc_calculate_pkt_len +EXPORT_SYMBOL vmlinux 0xddf6ad7a completion_done +EXPORT_SYMBOL vmlinux 0xddfdb8ac tcp_md5_needed +EXPORT_SYMBOL vmlinux 0xddfe0e30 md_done_sync +EXPORT_SYMBOL vmlinux 0xde1211bb phy_reset_after_clk_enable +EXPORT_SYMBOL vmlinux 0xde293f9e add_wait_queue_exclusive +EXPORT_SYMBOL vmlinux 0xde3ebe31 pcibus_to_node +EXPORT_SYMBOL vmlinux 0xde455570 skb_eth_gso_segment +EXPORT_SYMBOL vmlinux 0xde67419e sg_split +EXPORT_SYMBOL vmlinux 0xde6f34fc eth_header_cache_update +EXPORT_SYMBOL vmlinux 0xde900d29 lookup_one_unlocked +EXPORT_SYMBOL vmlinux 0xde913879 zero_fill_bio +EXPORT_SYMBOL vmlinux 0xded39a6b gen_kill_estimator +EXPORT_SYMBOL vmlinux 0xdee1c66f i2c_verify_adapter +EXPORT_SYMBOL vmlinux 0xdee3fddc kobject_init +EXPORT_SYMBOL vmlinux 0xdee5de2c amba_driver_register +EXPORT_SYMBOL vmlinux 0xdef527e1 mipi_dsi_dcs_set_tear_scanline +EXPORT_SYMBOL vmlinux 0xdef7c893 fb_match_mode +EXPORT_SYMBOL vmlinux 0xdf19560f crypto_kdf108_ctr_generate +EXPORT_SYMBOL vmlinux 0xdf254548 dev_addr_del +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 0xdf37339c devm_extcon_unregister_notifier_all +EXPORT_SYMBOL vmlinux 0xdf521442 _find_next_zero_bit +EXPORT_SYMBOL vmlinux 0xdf54a8f7 netlink_unregister_notifier +EXPORT_SYMBOL vmlinux 0xdf5d15a0 mmc_gpio_set_cd_isr +EXPORT_SYMBOL vmlinux 0xdf67fec3 scsi_eh_restore_cmnd +EXPORT_SYMBOL vmlinux 0xdf6b082f proc_dointvec_jiffies +EXPORT_SYMBOL vmlinux 0xdf89a066 km_query +EXPORT_SYMBOL vmlinux 0xdf8c695a __ndelay +EXPORT_SYMBOL vmlinux 0xdf929370 fs_overflowgid +EXPORT_SYMBOL vmlinux 0xdf93b9d8 timespec64_to_jiffies +EXPORT_SYMBOL vmlinux 0xdf967365 jbd2_journal_inode_ranged_wait +EXPORT_SYMBOL vmlinux 0xdf9734a7 sg_nents +EXPORT_SYMBOL vmlinux 0xdfa3716e netpoll_poll_dev +EXPORT_SYMBOL vmlinux 0xdfc12ef1 zstd_decompress_stream +EXPORT_SYMBOL vmlinux 0xdfcc992c current_work +EXPORT_SYMBOL vmlinux 0xdfd0168b ip_options_compile +EXPORT_SYMBOL vmlinux 0xdfd8110c flow_block_cb_is_busy +EXPORT_SYMBOL vmlinux 0xdff18a7a inet_frags_init +EXPORT_SYMBOL vmlinux 0xdff68370 dquot_quota_on +EXPORT_SYMBOL vmlinux 0xdff905e5 vme_slave_free +EXPORT_SYMBOL vmlinux 0xdffc80fc vesa_modes +EXPORT_SYMBOL vmlinux 0xe009b255 init_net +EXPORT_SYMBOL vmlinux 0xe010430b param_set_invbool +EXPORT_SYMBOL vmlinux 0xe026b067 pci_bus_assign_resources +EXPORT_SYMBOL vmlinux 0xe02c9c92 __xa_erase +EXPORT_SYMBOL vmlinux 0xe03a689d dma_fence_array_ops +EXPORT_SYMBOL vmlinux 0xe0419ac4 kstrtos16 +EXPORT_SYMBOL vmlinux 0xe044737b xfrm_unregister_type_offload +EXPORT_SYMBOL vmlinux 0xe045788c read_cache_folio +EXPORT_SYMBOL vmlinux 0xe04b59c8 register_console +EXPORT_SYMBOL vmlinux 0xe04d8b69 dev_mc_add +EXPORT_SYMBOL vmlinux 0xe055ac7e compat_ptr_ioctl +EXPORT_SYMBOL vmlinux 0xe0718765 xfrm_alloc_spi +EXPORT_SYMBOL vmlinux 0xe07202b7 __neigh_create +EXPORT_SYMBOL vmlinux 0xe078d661 xsk_clear_tx_need_wakeup +EXPORT_SYMBOL vmlinux 0xe07d4e8f param_set_ulong +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 0xe086ce8c qman_get_qm_portal_config +EXPORT_SYMBOL vmlinux 0xe091c977 list_sort +EXPORT_SYMBOL vmlinux 0xe0aea7ef dquot_get_next_id +EXPORT_SYMBOL vmlinux 0xe0b13336 argv_free +EXPORT_SYMBOL vmlinux 0xe0b188e9 of_n_size_cells +EXPORT_SYMBOL vmlinux 0xe0b9065b security_xfrm_policy_alloc +EXPORT_SYMBOL vmlinux 0xe0bef318 icst_hz_to_vco +EXPORT_SYMBOL vmlinux 0xe0c491c3 seq_escape_mem +EXPORT_SYMBOL vmlinux 0xe0c85b18 __sock_queue_rcv_skb +EXPORT_SYMBOL vmlinux 0xe0da382f kset_unregister +EXPORT_SYMBOL vmlinux 0xe0dd3c6f inode_needs_sync +EXPORT_SYMBOL vmlinux 0xe0ecb99c mpage_writepages +EXPORT_SYMBOL vmlinux 0xe0f96a96 __skb_warn_lro_forwarding +EXPORT_SYMBOL vmlinux 0xe113bbbc csum_partial +EXPORT_SYMBOL vmlinux 0xe123f3d9 dma_fence_release +EXPORT_SYMBOL vmlinux 0xe12bda79 vme_dma_free_attribute +EXPORT_SYMBOL vmlinux 0xe12db755 twl6040_power +EXPORT_SYMBOL vmlinux 0xe12edfd1 reuseport_migrate_sock +EXPORT_SYMBOL vmlinux 0xe1317694 __kfifo_dma_in_prepare_r +EXPORT_SYMBOL vmlinux 0xe138fb8c percpu_counter_add_batch +EXPORT_SYMBOL vmlinux 0xe139e4e1 md_bitmap_cond_end_sync +EXPORT_SYMBOL vmlinux 0xe13cd8a7 dmi_name_in_vendors +EXPORT_SYMBOL vmlinux 0xe14109b9 clk_bulk_get +EXPORT_SYMBOL vmlinux 0xe149aab6 blackhole_netdev +EXPORT_SYMBOL vmlinux 0xe14b8c15 pcie_get_mps +EXPORT_SYMBOL vmlinux 0xe14d2a93 bio_integrity_alloc +EXPORT_SYMBOL vmlinux 0xe14f7380 trace_event_printf +EXPORT_SYMBOL vmlinux 0xe15bca79 security_sock_rcv_skb +EXPORT_SYMBOL vmlinux 0xe15cc187 fb_set_suspend +EXPORT_SYMBOL vmlinux 0xe1b5a7fb netpoll_send_skb +EXPORT_SYMBOL vmlinux 0xe1caf5aa set_anon_super +EXPORT_SYMBOL vmlinux 0xe1dcf64a audit_log_format +EXPORT_SYMBOL vmlinux 0xe1df8e37 retire_super +EXPORT_SYMBOL vmlinux 0xe1e5ab7b netdev_offload_xstats_push_delta +EXPORT_SYMBOL vmlinux 0xe1ee182f filemap_fdatawrite +EXPORT_SYMBOL vmlinux 0xe1f370ee netif_carrier_off +EXPORT_SYMBOL vmlinux 0xe20aed61 rproc_elf_get_boot_addr +EXPORT_SYMBOL vmlinux 0xe216a576 __aperture_remove_legacy_vga_devices +EXPORT_SYMBOL vmlinux 0xe21f18ac __genradix_iter_peek +EXPORT_SYMBOL vmlinux 0xe2239970 skb_mac_gso_segment +EXPORT_SYMBOL vmlinux 0xe2346abd flow_rule_match_ports +EXPORT_SYMBOL vmlinux 0xe2497b5b md_bitmap_end_sync +EXPORT_SYMBOL vmlinux 0xe26ad34c __hw_addr_ref_sync_dev +EXPORT_SYMBOL vmlinux 0xe2732eab tcf_block_get_ext +EXPORT_SYMBOL vmlinux 0xe273d75d alloc_cpu_rmap +EXPORT_SYMBOL vmlinux 0xe275a04c inet_csk_delete_keepalive_timer +EXPORT_SYMBOL vmlinux 0xe287816f inet_confirm_addr +EXPORT_SYMBOL vmlinux 0xe287fef0 kernel_sock_ip_overhead +EXPORT_SYMBOL vmlinux 0xe28a4609 release_sock +EXPORT_SYMBOL vmlinux 0xe28bff33 __ip_mc_dec_group +EXPORT_SYMBOL vmlinux 0xe2964344 __wake_up +EXPORT_SYMBOL vmlinux 0xe297ba1c mdio_driver_register +EXPORT_SYMBOL vmlinux 0xe29bf658 nd_btt_probe +EXPORT_SYMBOL vmlinux 0xe2d5255a strcmp +EXPORT_SYMBOL vmlinux 0xe2d5bc08 fman_port_bind +EXPORT_SYMBOL vmlinux 0xe2d7f050 clk_get +EXPORT_SYMBOL vmlinux 0xe2db86da nf_unregister_net_hook +EXPORT_SYMBOL vmlinux 0xe2dbb0b1 phy_ethtool_set_wol +EXPORT_SYMBOL vmlinux 0xe3138582 md_check_recovery +EXPORT_SYMBOL vmlinux 0xe31861c8 tcp_release_cb +EXPORT_SYMBOL vmlinux 0xe32993f5 max8925_bulk_read +EXPORT_SYMBOL vmlinux 0xe32ab4d8 xxh64_digest +EXPORT_SYMBOL vmlinux 0xe33888ce inet_stream_ops +EXPORT_SYMBOL vmlinux 0xe34d7451 mnt_drop_write_file +EXPORT_SYMBOL vmlinux 0xe36d8fc4 pci_write_config_byte +EXPORT_SYMBOL vmlinux 0xe36f6bd8 __traceiter_kmem_cache_free +EXPORT_SYMBOL vmlinux 0xe372fce2 __splice_from_pipe +EXPORT_SYMBOL vmlinux 0xe3807c37 dquot_alloc_inode +EXPORT_SYMBOL vmlinux 0xe39b2ea5 sha256 +EXPORT_SYMBOL vmlinux 0xe3a8f59b clk_add_alias +EXPORT_SYMBOL vmlinux 0xe3ad3046 __sg_page_iter_dma_next +EXPORT_SYMBOL vmlinux 0xe3afae56 generic_permission +EXPORT_SYMBOL vmlinux 0xe3b24c5b dm_put_device +EXPORT_SYMBOL vmlinux 0xe3b8fc7f mmc_cqe_request_done +EXPORT_SYMBOL vmlinux 0xe3c46218 iov_iter_npages +EXPORT_SYMBOL vmlinux 0xe3cf3603 acpi_dev_get_next_match_dev +EXPORT_SYMBOL vmlinux 0xe3dca674 xen_free_ballooned_pages +EXPORT_SYMBOL vmlinux 0xe3ec2f2b alloc_chrdev_region +EXPORT_SYMBOL vmlinux 0xe3f101d5 dev_getbyhwaddr_rcu +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 0xe40f10dc dev_get_flags +EXPORT_SYMBOL vmlinux 0xe42bc822 kernel_write +EXPORT_SYMBOL vmlinux 0xe4329092 __ctzdi2 +EXPORT_SYMBOL vmlinux 0xe440167a nexthop_bucket_set_hw_flags +EXPORT_SYMBOL vmlinux 0xe4516698 shrink_dcache_sb +EXPORT_SYMBOL vmlinux 0xe46021ca _raw_spin_unlock_bh +EXPORT_SYMBOL vmlinux 0xe4657608 posix_acl_valid +EXPORT_SYMBOL vmlinux 0xe467f021 phy_disconnect +EXPORT_SYMBOL vmlinux 0xe47858b8 pci_clear_mwi +EXPORT_SYMBOL vmlinux 0xe47a69c7 neigh_changeaddr +EXPORT_SYMBOL vmlinux 0xe4932200 dma_sync_single_for_device +EXPORT_SYMBOL vmlinux 0xe493b747 tag_pages_for_writeback +EXPORT_SYMBOL vmlinux 0xe49562a0 tcf_qevent_init +EXPORT_SYMBOL vmlinux 0xe4969a75 pcim_iomap_table +EXPORT_SYMBOL vmlinux 0xe4a45096 console_start +EXPORT_SYMBOL vmlinux 0xe4ae722b dquot_get_dqblk +EXPORT_SYMBOL vmlinux 0xe4b4a27b unlock_two_nondirectories +EXPORT_SYMBOL vmlinux 0xe4bbc1dd kimage_voffset +EXPORT_SYMBOL vmlinux 0xe4bc2c2f hdmi_drm_infoframe_pack +EXPORT_SYMBOL vmlinux 0xe4d16d41 tcp_rcv_state_process +EXPORT_SYMBOL vmlinux 0xe4eb8129 sock_no_sendmsg_locked +EXPORT_SYMBOL vmlinux 0xe4ed159e netdev_lower_state_changed +EXPORT_SYMBOL vmlinux 0xe4f885e9 md_bitmap_unplug +EXPORT_SYMBOL vmlinux 0xe4fbafea rt_dst_clone +EXPORT_SYMBOL vmlinux 0xe4fea423 tcf_generic_walker +EXPORT_SYMBOL vmlinux 0xe523ad75 synchronize_irq +EXPORT_SYMBOL vmlinux 0xe5253e59 dcb_ieee_getapp_dscp_prio_mask_map +EXPORT_SYMBOL vmlinux 0xe5298671 scsi_device_lookup_by_target +EXPORT_SYMBOL vmlinux 0xe5347227 ip_route_input_noref +EXPORT_SYMBOL vmlinux 0xe54c5a93 md_integrity_add_rdev +EXPORT_SYMBOL vmlinux 0xe54ea699 __neigh_set_probe_once +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 0xe59332ae blk_mq_init_queue +EXPORT_SYMBOL vmlinux 0xe593da9a devfreq_recommended_opp +EXPORT_SYMBOL vmlinux 0xe5a1fe16 noop_llseek +EXPORT_SYMBOL vmlinux 0xe5b9a754 icmpv6_ndo_send +EXPORT_SYMBOL vmlinux 0xe5bb32cc input_register_device +EXPORT_SYMBOL vmlinux 0xe5c60bd2 percpu_counter_set +EXPORT_SYMBOL vmlinux 0xe5c78a99 do_blank_screen +EXPORT_SYMBOL vmlinux 0xe5db9c8a textsearch_register +EXPORT_SYMBOL vmlinux 0xe5f2b386 blkdev_get_by_dev +EXPORT_SYMBOL vmlinux 0xe5fa30cf blk_mq_start_hw_queue +EXPORT_SYMBOL vmlinux 0xe5fd504f uart_get_baud_rate +EXPORT_SYMBOL vmlinux 0xe6210057 ethtool_op_get_link +EXPORT_SYMBOL vmlinux 0xe623910a reuseport_stop_listen_sock +EXPORT_SYMBOL vmlinux 0xe6499370 flow_block_cb_priv +EXPORT_SYMBOL vmlinux 0xe6550092 utf8_casefold +EXPORT_SYMBOL vmlinux 0xe65c596e mipi_dsi_dcs_set_display_brightness +EXPORT_SYMBOL vmlinux 0xe6613a8d sock_gettstamp +EXPORT_SYMBOL vmlinux 0xe68efe41 _raw_write_lock +EXPORT_SYMBOL vmlinux 0xe69bbec7 fscrypt_encrypt_pagecache_blocks +EXPORT_SYMBOL vmlinux 0xe6ca55dc fscrypt_decrypt_pagecache_blocks +EXPORT_SYMBOL vmlinux 0xe6d2458e do_trace_netlink_extack +EXPORT_SYMBOL vmlinux 0xe6f2a730 phy_support_asym_pause +EXPORT_SYMBOL vmlinux 0xe6f6c236 sock_set_rcvbuf +EXPORT_SYMBOL vmlinux 0xe6fa06a2 rename_lock +EXPORT_SYMBOL vmlinux 0xe6fb3602 tcp_sock_set_nodelay +EXPORT_SYMBOL vmlinux 0xe70eed96 inet_sendmsg +EXPORT_SYMBOL vmlinux 0xe7257ab8 xa_store_range +EXPORT_SYMBOL vmlinux 0xe737d0fd audit_log +EXPORT_SYMBOL vmlinux 0xe743e172 blk_integrity_unregister +EXPORT_SYMBOL vmlinux 0xe755ad2a ipv6_getsockopt +EXPORT_SYMBOL vmlinux 0xe7798390 mmc_request_done +EXPORT_SYMBOL vmlinux 0xe7883f33 pin_user_pages_remote +EXPORT_SYMBOL vmlinux 0xe78f7c0e dquot_commit_info +EXPORT_SYMBOL vmlinux 0xe7900c5a dma_set_coherent_mask +EXPORT_SYMBOL vmlinux 0xe798177a pci_disable_ptm +EXPORT_SYMBOL vmlinux 0xe79b1968 mii_ethtool_sset +EXPORT_SYMBOL vmlinux 0xe7a02573 ida_alloc_range +EXPORT_SYMBOL vmlinux 0xe7ab1ecc _raw_write_unlock_bh +EXPORT_SYMBOL vmlinux 0xe7b0353b __cpu_active_mask +EXPORT_SYMBOL vmlinux 0xe7b8d0a5 inet_reqsk_alloc +EXPORT_SYMBOL vmlinux 0xe7c86a04 vfs_create_mount +EXPORT_SYMBOL vmlinux 0xe7ccb6f4 sock_edemux +EXPORT_SYMBOL vmlinux 0xe7d4daac seq_list_next +EXPORT_SYMBOL vmlinux 0xe7e5a2cd mipi_dsi_dcs_get_display_brightness_large +EXPORT_SYMBOL vmlinux 0xe7ea5a4f security_inet_conn_request +EXPORT_SYMBOL vmlinux 0xe7ed6d54 mdiobus_is_registered_device +EXPORT_SYMBOL vmlinux 0xe7f42318 cfb_imageblit +EXPORT_SYMBOL vmlinux 0xe7f647dd bdev_start_io_acct +EXPORT_SYMBOL vmlinux 0xe7f6cb95 sock_set_reuseaddr +EXPORT_SYMBOL vmlinux 0xe801bf79 prepare_creds +EXPORT_SYMBOL vmlinux 0xe804e089 generic_write_end +EXPORT_SYMBOL vmlinux 0xe811dd7d jbd2_fc_begin_commit +EXPORT_SYMBOL vmlinux 0xe816048f tty_termios_copy_hw +EXPORT_SYMBOL vmlinux 0xe8279f9a gnet_stats_copy_basic +EXPORT_SYMBOL vmlinux 0xe83c6132 filemap_fdatawrite_range +EXPORT_SYMBOL vmlinux 0xe843b0c6 scsi_remove_target +EXPORT_SYMBOL vmlinux 0xe85a0d68 __icmp_send +EXPORT_SYMBOL vmlinux 0xe85adf8c __netif_rx +EXPORT_SYMBOL vmlinux 0xe85c38c2 param_set_byte +EXPORT_SYMBOL vmlinux 0xe85cff77 mipi_dsi_driver_unregister +EXPORT_SYMBOL vmlinux 0xe85f2123 acpi_tb_unload_table +EXPORT_SYMBOL vmlinux 0xe8628c6b mipi_dsi_driver_register_full +EXPORT_SYMBOL vmlinux 0xe8b5c3c3 __tracepoint_module_get +EXPORT_SYMBOL vmlinux 0xe8bfe15e inet_addr_type_table +EXPORT_SYMBOL vmlinux 0xe8d285b2 nla_policy_len +EXPORT_SYMBOL vmlinux 0xe8e9a2c9 __pci_register_driver +EXPORT_SYMBOL vmlinux 0xe8f2bc32 tcp_enter_cwr +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 0xe91237cd rtnl_unicast +EXPORT_SYMBOL vmlinux 0xe914e41e strcpy +EXPORT_SYMBOL vmlinux 0xe931c41d flow_rule_match_pppoe +EXPORT_SYMBOL vmlinux 0xe94e58b9 follow_down_one +EXPORT_SYMBOL vmlinux 0xe952c4b9 param_ops_invbool +EXPORT_SYMBOL vmlinux 0xe953b21f get_next_ino +EXPORT_SYMBOL vmlinux 0xe96a3fcc seq_open +EXPORT_SYMBOL vmlinux 0xe97b8e04 __inode_sub_bytes +EXPORT_SYMBOL vmlinux 0xe9af4a8f pci_claim_resource +EXPORT_SYMBOL vmlinux 0xe9af7397 __xa_set_mark +EXPORT_SYMBOL vmlinux 0xe9bfb9ce blk_rq_init +EXPORT_SYMBOL vmlinux 0xe9d6a361 pnp_stop_dev +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 0xe9ffc063 down_trylock +EXPORT_SYMBOL vmlinux 0xea1c3e3a arm_smccc_1_2_hvc +EXPORT_SYMBOL vmlinux 0xea21c1f9 of_find_mipi_dsi_device_by_node +EXPORT_SYMBOL vmlinux 0xea284919 netdev_err +EXPORT_SYMBOL vmlinux 0xea2c7836 tcp_set_rcvlowat +EXPORT_SYMBOL vmlinux 0xea31bdac from_kprojid +EXPORT_SYMBOL vmlinux 0xea371d08 __dev_kfree_skb_irq +EXPORT_SYMBOL vmlinux 0xea3c8e4e scsilun_to_int +EXPORT_SYMBOL vmlinux 0xea48188f netlink_unicast +EXPORT_SYMBOL vmlinux 0xea575528 ppp_unregister_channel +EXPORT_SYMBOL vmlinux 0xea6f9a36 zlib_deflate_dfltcc_enabled +EXPORT_SYMBOL vmlinux 0xea763a22 udp_seq_start +EXPORT_SYMBOL vmlinux 0xea8cf7d6 scsi_vpd_tpg_id +EXPORT_SYMBOL vmlinux 0xeab6f4c4 acpi_check_resource_conflict +EXPORT_SYMBOL vmlinux 0xeac0eab1 d_instantiate_anon +EXPORT_SYMBOL vmlinux 0xead8c400 bman_get_bpid +EXPORT_SYMBOL vmlinux 0xeae3dfd6 __const_udelay +EXPORT_SYMBOL vmlinux 0xeaee5b49 __skb_pad +EXPORT_SYMBOL vmlinux 0xeaf6e48d dst_dev_put +EXPORT_SYMBOL vmlinux 0xeafc141f __posix_acl_chmod +EXPORT_SYMBOL vmlinux 0xeb060266 jbd2_wait_inode_data +EXPORT_SYMBOL vmlinux 0xeb078aee _raw_write_unlock_irqrestore +EXPORT_SYMBOL vmlinux 0xeb233a45 __kmalloc +EXPORT_SYMBOL vmlinux 0xeb2440a9 fs_bio_set +EXPORT_SYMBOL vmlinux 0xeb28fca9 md_write_start +EXPORT_SYMBOL vmlinux 0xeb37101c audit_log_end +EXPORT_SYMBOL vmlinux 0xeb422a48 __netlink_kernel_create +EXPORT_SYMBOL vmlinux 0xeb438646 xsk_tx_peek_desc +EXPORT_SYMBOL vmlinux 0xeb44339a free_pages_exact +EXPORT_SYMBOL vmlinux 0xeb472ae7 rproc_put +EXPORT_SYMBOL vmlinux 0xeb48b37f sock_bindtoindex +EXPORT_SYMBOL vmlinux 0xeb491f2a pci_bus_claim_resources +EXPORT_SYMBOL vmlinux 0xeb4c07de __mod_node_page_state +EXPORT_SYMBOL vmlinux 0xeb7038e7 dev_get_by_name_rcu +EXPORT_SYMBOL vmlinux 0xeb7329a2 qcom_scm_set_warm_boot_addr +EXPORT_SYMBOL vmlinux 0xeb7f6046 acpi_get_devices +EXPORT_SYMBOL vmlinux 0xeb809171 tty_port_tty_set +EXPORT_SYMBOL vmlinux 0xeb81384e d_path +EXPORT_SYMBOL vmlinux 0xeb9dd73c path_is_under +EXPORT_SYMBOL vmlinux 0xeb9eef52 match_uint +EXPORT_SYMBOL vmlinux 0xeba4f8b0 iommu_put_resv_regions +EXPORT_SYMBOL vmlinux 0xebc6f567 splice_direct_to_actor +EXPORT_SYMBOL vmlinux 0xebd6a386 pcie_bandwidth_available +EXPORT_SYMBOL vmlinux 0xebddfed2 __scsi_execute +EXPORT_SYMBOL vmlinux 0xebe8b479 register_sysctl_mount_point +EXPORT_SYMBOL vmlinux 0xebed2c40 pci_msix_vec_count +EXPORT_SYMBOL vmlinux 0xebf4677d tcp_parse_options +EXPORT_SYMBOL vmlinux 0xec0383eb xfrm_parse_spi +EXPORT_SYMBOL vmlinux 0xec216a09 xfrm_spd_getinfo +EXPORT_SYMBOL vmlinux 0xec23d993 seq_lseek +EXPORT_SYMBOL vmlinux 0xec2b8a42 acpi_walk_namespace +EXPORT_SYMBOL vmlinux 0xec2e1c8f proc_doulongvec_minmax +EXPORT_SYMBOL vmlinux 0xec33c668 __SCK__tp_func_spi_transfer_start +EXPORT_SYMBOL vmlinux 0xec3a6f21 dquot_reclaim_space_nodirty +EXPORT_SYMBOL vmlinux 0xec3c9833 ip_route_me_harder +EXPORT_SYMBOL vmlinux 0xec40f82c flow_rule_match_l2tpv3 +EXPORT_SYMBOL vmlinux 0xec41716a qman_alloc_fqid_range +EXPORT_SYMBOL vmlinux 0xec4751ce dm_register_target +EXPORT_SYMBOL vmlinux 0xec4d9e3a clk_get_sys +EXPORT_SYMBOL vmlinux 0xec56849a __cpuhp_setup_state +EXPORT_SYMBOL vmlinux 0xec69568e __cpuhp_remove_state_cpuslocked +EXPORT_SYMBOL vmlinux 0xec7da8ff pcix_get_max_mmrbc +EXPORT_SYMBOL vmlinux 0xec81fb88 security_binder_transfer_file +EXPORT_SYMBOL vmlinux 0xec8745e7 skb_recv_datagram +EXPORT_SYMBOL vmlinux 0xec967bd1 get_tree_bdev +EXPORT_SYMBOL vmlinux 0xeca51c55 mipi_dsi_dcs_set_display_on +EXPORT_SYMBOL vmlinux 0xeca957d1 __bitmap_and +EXPORT_SYMBOL vmlinux 0xecb37ea3 sock_no_recvmsg +EXPORT_SYMBOL vmlinux 0xecbfa750 vfs_getattr +EXPORT_SYMBOL vmlinux 0xece784c2 rb_first +EXPORT_SYMBOL vmlinux 0xecf1c791 phy_read_mmd +EXPORT_SYMBOL vmlinux 0xecfd68ef acpi_get_node +EXPORT_SYMBOL vmlinux 0xed00c4fb acpi_os_printf +EXPORT_SYMBOL vmlinux 0xed0e3055 devm_of_iomap +EXPORT_SYMBOL vmlinux 0xed0f4e52 rproc_of_resm_mem_entry_init +EXPORT_SYMBOL vmlinux 0xed3fbf45 blk_integrity_register +EXPORT_SYMBOL vmlinux 0xed4e0a0a rw_verify_area +EXPORT_SYMBOL vmlinux 0xed55f929 acpi_os_unmap_generic_address +EXPORT_SYMBOL vmlinux 0xed656e30 udp_encap_disable +EXPORT_SYMBOL vmlinux 0xed6b128e eth_type_trans +EXPORT_SYMBOL vmlinux 0xed6f458b unpin_user_page_range_dirty_lock +EXPORT_SYMBOL vmlinux 0xed8a2d95 memset64 +EXPORT_SYMBOL vmlinux 0xed92b1c4 i2c_put_adapter +EXPORT_SYMBOL vmlinux 0xedb2f783 dst_alloc +EXPORT_SYMBOL vmlinux 0xedbaee5e nla_strcmp +EXPORT_SYMBOL vmlinux 0xedc03953 iounmap +EXPORT_SYMBOL vmlinux 0xedd17b31 sock_get_timeout +EXPORT_SYMBOL vmlinux 0xedddee2d napi_disable +EXPORT_SYMBOL vmlinux 0xedf13118 shmem_aops +EXPORT_SYMBOL vmlinux 0xedf531c5 generic_perform_write +EXPORT_SYMBOL vmlinux 0xee0118df aperture_remove_conflicting_devices +EXPORT_SYMBOL vmlinux 0xee04ea4c generic_copy_file_range +EXPORT_SYMBOL vmlinux 0xee1c8dcc kset_register +EXPORT_SYMBOL vmlinux 0xee2c4a44 __bread_gfp +EXPORT_SYMBOL vmlinux 0xee2d0fc7 _local_bh_enable +EXPORT_SYMBOL vmlinux 0xee3ef73c devm_devfreq_unregister_notifier +EXPORT_SYMBOL vmlinux 0xee406797 unregister_quota_format +EXPORT_SYMBOL vmlinux 0xee4b7b82 tc_setup_cb_reoffload +EXPORT_SYMBOL vmlinux 0xee554a90 _dev_crit +EXPORT_SYMBOL vmlinux 0xee58e970 fb_add_videomode +EXPORT_SYMBOL vmlinux 0xee5d530d pci_scan_single_device +EXPORT_SYMBOL vmlinux 0xee5efaf1 pci_read_vpd +EXPORT_SYMBOL vmlinux 0xee69483e update_region +EXPORT_SYMBOL vmlinux 0xee7a3e99 tcp_mtup_init +EXPORT_SYMBOL vmlinux 0xee7d7deb gen_pool_dma_zalloc +EXPORT_SYMBOL vmlinux 0xee7eb9e1 pnp_platform_devices +EXPORT_SYMBOL vmlinux 0xee877b8d tcp_recvmsg +EXPORT_SYMBOL vmlinux 0xee883b06 __vmalloc_array +EXPORT_SYMBOL vmlinux 0xee8c02e9 vprintk_emit +EXPORT_SYMBOL vmlinux 0xee8d74d6 jiffies64_to_nsecs +EXPORT_SYMBOL vmlinux 0xee8dc6b3 put_fs_context +EXPORT_SYMBOL vmlinux 0xee914689 page_pool_return_skb_page +EXPORT_SYMBOL vmlinux 0xee91879b rb_first_postorder +EXPORT_SYMBOL vmlinux 0xeea9dbaf bitmap_bitremap +EXPORT_SYMBOL vmlinux 0xeec6744f I_BDEV +EXPORT_SYMBOL vmlinux 0xeec97b6f vme_new_dma_list +EXPORT_SYMBOL vmlinux 0xeee75d91 ucc_fast_init +EXPORT_SYMBOL vmlinux 0xeef9bab4 try_lookup_one_len +EXPORT_SYMBOL vmlinux 0xef24c847 ipv6_setsockopt +EXPORT_SYMBOL vmlinux 0xef67e2ad fs_param_is_u64 +EXPORT_SYMBOL vmlinux 0xef700214 ip6mr_rule_default +EXPORT_SYMBOL vmlinux 0xef76f5d3 fb_prepare_logo +EXPORT_SYMBOL vmlinux 0xef791e12 __seq_open_private +EXPORT_SYMBOL vmlinux 0xef7a0264 ww_mutex_unlock +EXPORT_SYMBOL vmlinux 0xef8142b6 xfrm_policy_flush +EXPORT_SYMBOL vmlinux 0xef8ac53d qcom_scm_restore_sec_cfg +EXPORT_SYMBOL vmlinux 0xefaf2e4f tcf_queue_work +EXPORT_SYMBOL vmlinux 0xefb47275 __dev_get_by_name +EXPORT_SYMBOL vmlinux 0xefcea2e7 acpi_warning +EXPORT_SYMBOL vmlinux 0xefd49450 inet_stream_connect +EXPORT_SYMBOL vmlinux 0xefe22129 mii_check_link +EXPORT_SYMBOL vmlinux 0xefe38e7e lynx_pcs_create +EXPORT_SYMBOL vmlinux 0xefebe499 generic_write_checks +EXPORT_SYMBOL vmlinux 0xefee932c acpi_get_data_full +EXPORT_SYMBOL vmlinux 0xefeefc09 __SCK__tp_func_dma_fence_emit +EXPORT_SYMBOL vmlinux 0xeff936fa blk_queue_dma_alignment +EXPORT_SYMBOL vmlinux 0xf0009fee put_pages_list +EXPORT_SYMBOL vmlinux 0xf00133f2 ipv6_skip_exthdr +EXPORT_SYMBOL vmlinux 0xf00a1217 tty_hung_up_p +EXPORT_SYMBOL vmlinux 0xf020b0a0 rtnl_notify +EXPORT_SYMBOL vmlinux 0xf02aa937 wait_for_completion_interruptible_timeout +EXPORT_SYMBOL vmlinux 0xf034d1d2 pps_register_source +EXPORT_SYMBOL vmlinux 0xf05126b1 bio_integrity_trim +EXPORT_SYMBOL vmlinux 0xf0516f53 ps2_handle_response +EXPORT_SYMBOL vmlinux 0xf05ac57f fscrypt_fname_disk_to_usr +EXPORT_SYMBOL vmlinux 0xf06101aa param_set_dyndbg_classes +EXPORT_SYMBOL vmlinux 0xf0697937 __blk_mq_end_request +EXPORT_SYMBOL vmlinux 0xf07b07f6 sg_free_append_table +EXPORT_SYMBOL vmlinux 0xf08de045 nd_dax_probe +EXPORT_SYMBOL vmlinux 0xf09b5d9a get_zeroed_page +EXPORT_SYMBOL vmlinux 0xf0b2419f cmd_db_read_aux_data +EXPORT_SYMBOL vmlinux 0xf0d108df seg6_hmac_validate_skb +EXPORT_SYMBOL vmlinux 0xf103b02e dentry_open +EXPORT_SYMBOL vmlinux 0xf112c804 ppp_register_compressor +EXPORT_SYMBOL vmlinux 0xf11dd46e _page_poisoning_enabled_early +EXPORT_SYMBOL vmlinux 0xf12d6e02 backlight_device_get_by_type +EXPORT_SYMBOL vmlinux 0xf135d5ff ip_mc_inc_group +EXPORT_SYMBOL vmlinux 0xf1389a56 mmc_cqe_recovery +EXPORT_SYMBOL vmlinux 0xf13d9674 d_obtain_alias +EXPORT_SYMBOL vmlinux 0xf145737f vfs_unlink +EXPORT_SYMBOL vmlinux 0xf15464f9 __hw_addr_unsync_dev +EXPORT_SYMBOL vmlinux 0xf15c72cb ps2_handle_ack +EXPORT_SYMBOL vmlinux 0xf17a76a2 blk_set_queue_depth +EXPORT_SYMBOL vmlinux 0xf17bb304 da903x_query_status +EXPORT_SYMBOL vmlinux 0xf18300ad logic_inb +EXPORT_SYMBOL vmlinux 0xf1956c4f tcp_ioctl +EXPORT_SYMBOL vmlinux 0xf195c682 fb_invert_cmaps +EXPORT_SYMBOL vmlinux 0xf1969a8e __usecs_to_jiffies +EXPORT_SYMBOL vmlinux 0xf1a65f7b zstd_reset_dstream +EXPORT_SYMBOL vmlinux 0xf1cbdf5d flush_dcache_page +EXPORT_SYMBOL vmlinux 0xf1db1704 nla_memcpy +EXPORT_SYMBOL vmlinux 0xf1e046cc panic +EXPORT_SYMBOL vmlinux 0xf1e98c74 avenrun +EXPORT_SYMBOL vmlinux 0xf1f87132 sock_no_bind +EXPORT_SYMBOL vmlinux 0xf1f88a0e dm_kcopyd_prepare_callback +EXPORT_SYMBOL vmlinux 0xf212ed99 mmc_detect_change +EXPORT_SYMBOL vmlinux 0xf23fcb99 __kfifo_in +EXPORT_SYMBOL vmlinux 0xf24cd7c2 input_mt_report_slot_state +EXPORT_SYMBOL vmlinux 0xf2620072 __destroy_inode +EXPORT_SYMBOL vmlinux 0xf2628676 zstd_compress_cctx +EXPORT_SYMBOL vmlinux 0xf2637ca7 get_tree_single +EXPORT_SYMBOL vmlinux 0xf2669a2c imx_scu_irq_register_notifier +EXPORT_SYMBOL vmlinux 0xf279b151 do_splice_direct +EXPORT_SYMBOL vmlinux 0xf283c07a d_instantiate_new +EXPORT_SYMBOL vmlinux 0xf28cf0ae __hw_addr_init +EXPORT_SYMBOL vmlinux 0xf29403e5 acpi_install_table_handler +EXPORT_SYMBOL vmlinux 0xf2a2eca2 pnp_get_resource +EXPORT_SYMBOL vmlinux 0xf2a8efae dm_kcopyd_do_callback +EXPORT_SYMBOL vmlinux 0xf2a91550 param_set_int +EXPORT_SYMBOL vmlinux 0xf2c43f3f zlib_deflate +EXPORT_SYMBOL vmlinux 0xf2c73234 mdio_device_register +EXPORT_SYMBOL vmlinux 0xf2ce9ab6 ip4_datagram_connect +EXPORT_SYMBOL vmlinux 0xf2d1bfd5 xfrm6_input_addr +EXPORT_SYMBOL vmlinux 0xf2d59cca bpf_prog_get_type_path +EXPORT_SYMBOL vmlinux 0xf2e3501b __scsi_add_device +EXPORT_SYMBOL vmlinux 0xf2e5bd87 security_free_mnt_opts +EXPORT_SYMBOL vmlinux 0xf2ef57e2 param_set_uint +EXPORT_SYMBOL vmlinux 0xf2f53617 memregion_free +EXPORT_SYMBOL vmlinux 0xf2fbca74 pipe_lock +EXPORT_SYMBOL vmlinux 0xf30f02c8 napi_get_frags +EXPORT_SYMBOL vmlinux 0xf3107926 sha224_update +EXPORT_SYMBOL vmlinux 0xf310a057 ppp_register_channel +EXPORT_SYMBOL vmlinux 0xf3161ddf scsi_register_interface +EXPORT_SYMBOL vmlinux 0xf31c0932 mmc_card_is_blockaddr +EXPORT_SYMBOL vmlinux 0xf327ece0 blk_limits_io_min +EXPORT_SYMBOL vmlinux 0xf33e2bc9 truncate_inode_pages +EXPORT_SYMBOL vmlinux 0xf346231f seq_list_start_head +EXPORT_SYMBOL vmlinux 0xf353a698 register_module_notifier +EXPORT_SYMBOL vmlinux 0xf3621fe2 mtree_alloc_rrange +EXPORT_SYMBOL vmlinux 0xf36f42a9 slhc_uncompress +EXPORT_SYMBOL vmlinux 0xf390f6f1 __bitmap_andnot +EXPORT_SYMBOL vmlinux 0xf3916987 global_cursor_default +EXPORT_SYMBOL vmlinux 0xf3932313 mb_cache_entry_wait_unused +EXPORT_SYMBOL vmlinux 0xf393aca3 noop_dirty_folio +EXPORT_SYMBOL vmlinux 0xf3a1a554 ipv4_specific +EXPORT_SYMBOL vmlinux 0xf3a57892 release_dentry_name_snapshot +EXPORT_SYMBOL vmlinux 0xf3c2d269 mark_info_dirty +EXPORT_SYMBOL vmlinux 0xf3c4df1d proc_create +EXPORT_SYMBOL vmlinux 0xf3d08020 phy_ethtool_get_stats +EXPORT_SYMBOL vmlinux 0xf3e0e1df allocate_resource +EXPORT_SYMBOL vmlinux 0xf406db11 ip_frag_next +EXPORT_SYMBOL vmlinux 0xf42d436f __blk_mq_alloc_disk +EXPORT_SYMBOL vmlinux 0xf430da68 input_mt_report_pointer_emulation +EXPORT_SYMBOL vmlinux 0xf43d2caa acpi_remove_interface +EXPORT_SYMBOL vmlinux 0xf4463437 tcf_qevent_validate_change +EXPORT_SYMBOL vmlinux 0xf44a904a net_ns_barrier +EXPORT_SYMBOL vmlinux 0xf474c21c bitmap_print_to_pagebuf +EXPORT_SYMBOL vmlinux 0xf474fdcb kfree_const +EXPORT_SYMBOL vmlinux 0xf479e236 netdev_adjacent_change_prepare +EXPORT_SYMBOL vmlinux 0xf47bdd81 page_pool_get_stats +EXPORT_SYMBOL vmlinux 0xf48a5b5f iput +EXPORT_SYMBOL vmlinux 0xf496101a ns_capable_noaudit +EXPORT_SYMBOL vmlinux 0xf4b04038 blk_mq_alloc_tag_set +EXPORT_SYMBOL vmlinux 0xf4b754fd acpi_resources_are_enforced +EXPORT_SYMBOL vmlinux 0xf4d21f32 fixed_size_llseek +EXPORT_SYMBOL vmlinux 0xf4d7156a sg_miter_skip +EXPORT_SYMBOL vmlinux 0xf4db35bc stpcpy +EXPORT_SYMBOL vmlinux 0xf4f14de6 rtnl_trylock +EXPORT_SYMBOL vmlinux 0xf4f20b8c dquot_disable +EXPORT_SYMBOL vmlinux 0xf4f30376 phy_do_ioctl +EXPORT_SYMBOL vmlinux 0xf51d86d3 nexthop_set_hw_flags +EXPORT_SYMBOL vmlinux 0xf5332625 serial8250_do_pm +EXPORT_SYMBOL vmlinux 0xf53d4c26 qdisc_class_hash_destroy +EXPORT_SYMBOL vmlinux 0xf546197f scsi_block_requests +EXPORT_SYMBOL vmlinux 0xf54d82c7 __skb_checksum_complete_head +EXPORT_SYMBOL vmlinux 0xf554c596 blk_queue_update_dma_pad +EXPORT_SYMBOL vmlinux 0xf55653fc ndisc_ns_create +EXPORT_SYMBOL vmlinux 0xf55f2e5a d_splice_alias +EXPORT_SYMBOL vmlinux 0xf566b73a mmc_of_parse_voltage +EXPORT_SYMBOL vmlinux 0xf569ace9 netdev_offload_xstats_enable +EXPORT_SYMBOL vmlinux 0xf569c6c5 genphy_restart_aneg +EXPORT_SYMBOL vmlinux 0xf57d6688 mfd_remove_devices_late +EXPORT_SYMBOL vmlinux 0xf59b2b88 of_find_compatible_node +EXPORT_SYMBOL vmlinux 0xf5a20ed2 __genradix_prealloc +EXPORT_SYMBOL vmlinux 0xf5a2b5c9 kobject_set_name +EXPORT_SYMBOL vmlinux 0xf5cd4335 flow_rule_match_vlan +EXPORT_SYMBOL vmlinux 0xf5e7ea40 ktime_get_coarse_ts64 +EXPORT_SYMBOL vmlinux 0xf5ec2de3 kill_litter_super +EXPORT_SYMBOL vmlinux 0xf5fb24a4 vmf_insert_pfn_prot +EXPORT_SYMBOL vmlinux 0xf5fd79b4 flow_rule_match_enc_ports +EXPORT_SYMBOL vmlinux 0xf60d00a4 nf_unregister_net_hooks +EXPORT_SYMBOL vmlinux 0xf62c39fe ucc_slow_graceful_stop_tx +EXPORT_SYMBOL vmlinux 0xf63e7f4f request_firmware_into_buf +EXPORT_SYMBOL vmlinux 0xf643d104 hsiphash_4u32 +EXPORT_SYMBOL vmlinux 0xf64776f3 proc_remove +EXPORT_SYMBOL vmlinux 0xf65ff7fb set_posix_acl +EXPORT_SYMBOL vmlinux 0xf661b7cb block_read_full_folio +EXPORT_SYMBOL vmlinux 0xf665f74f sock_load_diag_module +EXPORT_SYMBOL vmlinux 0xf670b6b3 elv_bio_merge_ok +EXPORT_SYMBOL vmlinux 0xf68285c0 register_inetaddr_notifier +EXPORT_SYMBOL vmlinux 0xf6a8066e generic_file_direct_write +EXPORT_SYMBOL vmlinux 0xf6a86612 jbd2_journal_check_used_features +EXPORT_SYMBOL vmlinux 0xf6b03370 genphy_read_status +EXPORT_SYMBOL vmlinux 0xf6b203b8 blk_mq_stop_hw_queues +EXPORT_SYMBOL vmlinux 0xf6b34c04 amba_release_regions +EXPORT_SYMBOL vmlinux 0xf6c2be27 devm_arch_phys_wc_add +EXPORT_SYMBOL vmlinux 0xf6c8ee5b pci_dev_put +EXPORT_SYMBOL vmlinux 0xf6cee001 __nla_put_nohdr +EXPORT_SYMBOL vmlinux 0xf6d3de77 reuseport_alloc +EXPORT_SYMBOL vmlinux 0xf6d7a1a8 of_graph_get_remote_endpoint +EXPORT_SYMBOL vmlinux 0xf6dc36e3 __skb_free_datagram_locked +EXPORT_SYMBOL vmlinux 0xf6e9e910 phy_ethtool_set_eee +EXPORT_SYMBOL vmlinux 0xf6ebc03b net_ratelimit +EXPORT_SYMBOL vmlinux 0xf6f9d58d init_on_free +EXPORT_SYMBOL vmlinux 0xf6fc8791 __bitmap_xor +EXPORT_SYMBOL vmlinux 0xf70aa67d unpin_user_pages_dirty_lock +EXPORT_SYMBOL vmlinux 0xf70fe8e0 nvdimm_check_and_set_ro +EXPORT_SYMBOL vmlinux 0xf7199c4f sched_autogroup_create_attach +EXPORT_SYMBOL vmlinux 0xf71ae7cc __set_page_dirty_nobuffers +EXPORT_SYMBOL vmlinux 0xf7339c89 padata_free_shell +EXPORT_SYMBOL vmlinux 0xf7370f56 system_state +EXPORT_SYMBOL vmlinux 0xf73741ef ipv6_chk_addr +EXPORT_SYMBOL vmlinux 0xf738d1be register_blocking_lsm_notifier +EXPORT_SYMBOL vmlinux 0xf73d0631 framebuffer_release +EXPORT_SYMBOL vmlinux 0xf74e76df scsi_print_sense +EXPORT_SYMBOL vmlinux 0xf7518dd4 vlan_vid_del +EXPORT_SYMBOL vmlinux 0xf76843b5 qcom_scm_pas_supported +EXPORT_SYMBOL vmlinux 0xf7712a11 xp_free +EXPORT_SYMBOL vmlinux 0xf77555cd __memcpy_toio +EXPORT_SYMBOL vmlinux 0xf7b53417 scsi_report_device_reset +EXPORT_SYMBOL vmlinux 0xf7c70842 d_find_any_alias +EXPORT_SYMBOL vmlinux 0xf7d02e3d pci_enable_device +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 0xf811e5c8 mr_fill_mroute +EXPORT_SYMBOL vmlinux 0xf811e69d scsi_eh_flush_done_q +EXPORT_SYMBOL vmlinux 0xf812cff6 memscan +EXPORT_SYMBOL vmlinux 0xf815296d call_netdevice_notifiers +EXPORT_SYMBOL vmlinux 0xf817761c __bio_advance +EXPORT_SYMBOL vmlinux 0xf82ec573 rb_prev +EXPORT_SYMBOL vmlinux 0xf83151bd xfrm_input_resume +EXPORT_SYMBOL vmlinux 0xf84bd6ee bpf_stats_enabled_key +EXPORT_SYMBOL vmlinux 0xf85b6e69 tcp_rtx_synack +EXPORT_SYMBOL vmlinux 0xf85d51b6 cros_ec_get_next_event +EXPORT_SYMBOL vmlinux 0xf8721793 ns_capable +EXPORT_SYMBOL vmlinux 0xf88b0322 vfs_readlink +EXPORT_SYMBOL vmlinux 0xf89023d9 dev_uc_init +EXPORT_SYMBOL vmlinux 0xf8950367 generic_splice_sendpage +EXPORT_SYMBOL vmlinux 0xf89cdb20 of_find_property +EXPORT_SYMBOL vmlinux 0xf8a6a25a netdev_has_any_upper_dev +EXPORT_SYMBOL vmlinux 0xf8aa97c8 flow_rule_match_ports_range +EXPORT_SYMBOL vmlinux 0xf8b0d070 dquot_alloc +EXPORT_SYMBOL vmlinux 0xf8b719a6 skb_prepare_seq_read +EXPORT_SYMBOL vmlinux 0xf8c00eff netif_receive_skb +EXPORT_SYMBOL vmlinux 0xf8d07858 bitmap_from_arr32 +EXPORT_SYMBOL vmlinux 0xf8d2bc2c zstd_find_frame_compressed_size +EXPORT_SYMBOL vmlinux 0xf8f5cefb fscrypt_decrypt_block_inplace +EXPORT_SYMBOL vmlinux 0xf8f61ebc wake_up_var +EXPORT_SYMBOL vmlinux 0xf91b89ab fman_sp_build_buffer_struct +EXPORT_SYMBOL vmlinux 0xf930d71b finish_open +EXPORT_SYMBOL vmlinux 0xf935550f rtnl_nla_parse_ifla +EXPORT_SYMBOL vmlinux 0xf93aae46 __arm_smccc_smc +EXPORT_SYMBOL vmlinux 0xf93fd09c fb_find_mode_cvt +EXPORT_SYMBOL vmlinux 0xf941e09f tegra_ivc_notified +EXPORT_SYMBOL vmlinux 0xf948540c netdev_class_remove_file_ns +EXPORT_SYMBOL vmlinux 0xf949bfd9 phy_ethtool_set_link_ksettings +EXPORT_SYMBOL vmlinux 0xf95c619b acpi_processor_preregister_performance +EXPORT_SYMBOL vmlinux 0xf95ca30a redirty_page_for_writepage +EXPORT_SYMBOL vmlinux 0xf960b873 is_nvdimm_bus_locked +EXPORT_SYMBOL vmlinux 0xf969e188 dma_fence_array_next +EXPORT_SYMBOL vmlinux 0xf9722676 twl_i2c_write +EXPORT_SYMBOL vmlinux 0xf976f359 phy_register_fixup +EXPORT_SYMBOL vmlinux 0xf97a3522 ip_sock_set_mtu_discover +EXPORT_SYMBOL vmlinux 0xf984621b file_fdatawait_range +EXPORT_SYMBOL vmlinux 0xf98a95f8 inet_frag_find +EXPORT_SYMBOL vmlinux 0xf98e2c35 dmam_pool_create +EXPORT_SYMBOL vmlinux 0xf996c72d pcibios_bus_to_resource +EXPORT_SYMBOL vmlinux 0xf99a0caf mdio_find_bus +EXPORT_SYMBOL vmlinux 0xf99de8c4 __napi_alloc_skb +EXPORT_SYMBOL vmlinux 0xf9a482f9 msleep +EXPORT_SYMBOL vmlinux 0xf9b66f5f block_page_mkwrite +EXPORT_SYMBOL vmlinux 0xf9c0b663 strlcat +EXPORT_SYMBOL vmlinux 0xf9c35b72 scsi_report_opcode +EXPORT_SYMBOL vmlinux 0xf9ca2eb4 kstrtoint_from_user +EXPORT_SYMBOL vmlinux 0xf9cd158e tcp_ld_RTO_revert +EXPORT_SYMBOL vmlinux 0xf9cfff4c copy_page_to_iter +EXPORT_SYMBOL vmlinux 0xf9e4e262 neigh_seq_stop +EXPORT_SYMBOL vmlinux 0xfa042227 gnet_stats_add_basic +EXPORT_SYMBOL vmlinux 0xfa0700c8 mdiobus_setup_mdiodev_from_board_info +EXPORT_SYMBOL vmlinux 0xfa08c34a page_offline_end +EXPORT_SYMBOL vmlinux 0xfa0a22dd netdev_upper_get_next_dev_rcu +EXPORT_SYMBOL vmlinux 0xfa297415 acpi_map_pxm_to_node +EXPORT_SYMBOL vmlinux 0xfa2e5f32 i2c_smbus_pec +EXPORT_SYMBOL vmlinux 0xfa3d003e max8998_bulk_write +EXPORT_SYMBOL vmlinux 0xfa4d2f03 __nla_parse +EXPORT_SYMBOL vmlinux 0xfa599bb2 netlink_register_notifier +EXPORT_SYMBOL vmlinux 0xfa62d28b d_set_d_op +EXPORT_SYMBOL vmlinux 0xfa6df945 netdev_next_lower_dev_rcu +EXPORT_SYMBOL vmlinux 0xfa70001e simple_setattr +EXPORT_SYMBOL vmlinux 0xfa7dd2ea kmem_cache_alloc +EXPORT_SYMBOL vmlinux 0xfa8380a4 md_register_thread +EXPORT_SYMBOL vmlinux 0xfa94339f netdev_alert +EXPORT_SYMBOL vmlinux 0xfa9a905c param_ops_bool +EXPORT_SYMBOL vmlinux 0xfa9de7fa dcb_setapp +EXPORT_SYMBOL vmlinux 0xfaa938c7 phy_attach +EXPORT_SYMBOL vmlinux 0xfaaa12d0 _page_poisoning_enabled +EXPORT_SYMBOL vmlinux 0xfabcebc1 rc5t583_ext_power_req_config +EXPORT_SYMBOL vmlinux 0xfac8865f sysctl_wmem_max +EXPORT_SYMBOL vmlinux 0xfacbdd87 skb_orphan_partial +EXPORT_SYMBOL vmlinux 0xfade380b generic_remap_file_range_prep +EXPORT_SYMBOL vmlinux 0xfafc9074 sk_stream_wait_connect +EXPORT_SYMBOL vmlinux 0xfafd69e0 of_device_unregister +EXPORT_SYMBOL vmlinux 0xfb1291d4 phy_write_paged +EXPORT_SYMBOL vmlinux 0xfb152005 lease_modify +EXPORT_SYMBOL vmlinux 0xfb1dab48 mmc_of_parse +EXPORT_SYMBOL vmlinux 0xfb22ffce mipi_dsi_attach +EXPORT_SYMBOL vmlinux 0xfb2b8888 phy_stop +EXPORT_SYMBOL vmlinux 0xfb348fea fault_in_safe_writeable +EXPORT_SYMBOL vmlinux 0xfb384d37 kasprintf +EXPORT_SYMBOL vmlinux 0xfb406e2b devm_mfd_add_devices +EXPORT_SYMBOL vmlinux 0xfb4b9f27 input_enable_softrepeat +EXPORT_SYMBOL vmlinux 0xfb4fe070 invalidate_mapping_pages +EXPORT_SYMBOL vmlinux 0xfb6af58d recalc_sigpending +EXPORT_SYMBOL vmlinux 0xfb83538c gro_find_receive_by_type +EXPORT_SYMBOL vmlinux 0xfb875ada key_validate +EXPORT_SYMBOL vmlinux 0xfb95d567 iov_iter_get_pages_alloc2 +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 0xfbb0b500 mount_single +EXPORT_SYMBOL vmlinux 0xfbb8a761 strscpy_pad +EXPORT_SYMBOL vmlinux 0xfbc4f89e io_schedule_timeout +EXPORT_SYMBOL vmlinux 0xfbcf0b5d ip_frag_init +EXPORT_SYMBOL vmlinux 0xfbd1886e posix_acl_to_xattr +EXPORT_SYMBOL vmlinux 0xfbdbbaf0 jbd2_fc_release_bufs +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 0xfbedb15b neigh_for_each +EXPORT_SYMBOL vmlinux 0xfc336d2e __wake_up_bit +EXPORT_SYMBOL vmlinux 0xfc4152fc ec_read +EXPORT_SYMBOL vmlinux 0xfc421e79 gnet_stats_add_queue +EXPORT_SYMBOL vmlinux 0xfc46b4a0 pci_enable_ptm +EXPORT_SYMBOL vmlinux 0xfc52abc7 qcom_scm_pas_shutdown +EXPORT_SYMBOL vmlinux 0xfc7f9622 dquot_scan_active +EXPORT_SYMBOL vmlinux 0xfc881b89 fman_port_get_hash_result_offset +EXPORT_SYMBOL vmlinux 0xfc9cb240 poll_freewait +EXPORT_SYMBOL vmlinux 0xfc9ceb25 noop_qdisc +EXPORT_SYMBOL vmlinux 0xfc9ed8c3 qcom_scm_ice_available +EXPORT_SYMBOL vmlinux 0xfcb8c24e fman_set_mac_max_frame +EXPORT_SYMBOL vmlinux 0xfcce2f7d ucc_fast_enable +EXPORT_SYMBOL vmlinux 0xfcd0ac93 vme_bus_type +EXPORT_SYMBOL vmlinux 0xfcd1819a hdmi_spd_infoframe_check +EXPORT_SYMBOL vmlinux 0xfcd29a72 netlbl_calipso_ops_register +EXPORT_SYMBOL vmlinux 0xfcd5e39f dquot_acquire +EXPORT_SYMBOL vmlinux 0xfcdfc829 pci_find_bus +EXPORT_SYMBOL vmlinux 0xfcdfe0bf udp_ioctl +EXPORT_SYMBOL vmlinux 0xfcec0987 enable_irq +EXPORT_SYMBOL vmlinux 0xfd32ed02 netif_set_tso_max_segs +EXPORT_SYMBOL vmlinux 0xfd34d84c tcp_child_process +EXPORT_SYMBOL vmlinux 0xfd350fd8 pci_request_irq +EXPORT_SYMBOL vmlinux 0xfd5a2986 cpumask_any_and_distribute +EXPORT_SYMBOL vmlinux 0xfd62af70 fb_class +EXPORT_SYMBOL vmlinux 0xfd745615 mipi_dsi_dcs_nop +EXPORT_SYMBOL vmlinux 0xfd7e9812 of_mdiobus_child_is_phy +EXPORT_SYMBOL vmlinux 0xfd8322c0 fwnode_get_mac_address +EXPORT_SYMBOL vmlinux 0xfdc6da36 phy_config_aneg +EXPORT_SYMBOL vmlinux 0xfdcb4ed3 acpi_os_get_line +EXPORT_SYMBOL vmlinux 0xfdcc8a0e fb_find_best_display +EXPORT_SYMBOL vmlinux 0xfdd38ecb genphy_loopback +EXPORT_SYMBOL vmlinux 0xfde71a13 pci_read_vpd_any +EXPORT_SYMBOL vmlinux 0xfdf7d9bb always_delete_dentry +EXPORT_SYMBOL vmlinux 0xfe029963 unregister_inetaddr_notifier +EXPORT_SYMBOL vmlinux 0xfe18fc9a pagecache_isize_extended +EXPORT_SYMBOL vmlinux 0xfe1c9ea5 sg_pcopy_from_buffer +EXPORT_SYMBOL vmlinux 0xfe1d2e94 key_create_or_update +EXPORT_SYMBOL vmlinux 0xfe487975 init_wait_entry +EXPORT_SYMBOL vmlinux 0xfe51aaff nexthop_res_grp_activity_update +EXPORT_SYMBOL vmlinux 0xfe5d4bb2 sys_tz +EXPORT_SYMBOL vmlinux 0xfe5ef588 vm_insert_page +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 0xfeabf516 pci_scan_root_bus +EXPORT_SYMBOL vmlinux 0xfeba0578 __dev_direct_xmit +EXPORT_SYMBOL vmlinux 0xfebeca48 single_release +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 0xfef55f7e input_handler_for_each_handle +EXPORT_SYMBOL vmlinux 0xfefcb98e vme_dma_vme_attribute +EXPORT_SYMBOL vmlinux 0xff04cbbc mr_mfc_seq_idx +EXPORT_SYMBOL vmlinux 0xff1e9dd8 seq_list_start +EXPORT_SYMBOL vmlinux 0xff269193 capable_wrt_inode_uidgid +EXPORT_SYMBOL vmlinux 0xff282521 rfkill_register +EXPORT_SYMBOL vmlinux 0xff2a1fab PageMovable +EXPORT_SYMBOL vmlinux 0xff2b0d15 skb_set_owner_w +EXPORT_SYMBOL vmlinux 0xff4eee2e xfrm_policy_walk +EXPORT_SYMBOL vmlinux 0xff6878cf fb_default_cmap +EXPORT_SYMBOL vmlinux 0xff6d5268 inode_permission +EXPORT_SYMBOL vmlinux 0xff7bddc0 sg_alloc_append_table_from_pages +EXPORT_SYMBOL vmlinux 0xff7e7f8d kryo_l2_set_indirect_reg +EXPORT_SYMBOL vmlinux 0xff87cd18 lockref_get_not_dead +EXPORT_SYMBOL vmlinux 0xff9205b2 pcix_get_mmrbc +EXPORT_SYMBOL vmlinux 0xffb7c514 ida_free +EXPORT_SYMBOL vmlinux 0xffc4f200 zstd_compress_stream +EXPORT_SYMBOL vmlinux 0xffc65b9d posix_acl_update_mode +EXPORT_SYMBOL vmlinux 0xffcc4ec7 tcp_bpf_bypass_getsockopt +EXPORT_SYMBOL vmlinux 0xffd5e6ae tty_port_close_start +EXPORT_SYMBOL vmlinux 0xffdb151e gnet_stats_finish_copy +EXPORT_SYMBOL vmlinux 0xffe8ef2d dquot_mark_dquot_dirty +EXPORT_SYMBOL vmlinux 0xffeedf6a delayed_work_timer_fn +EXPORT_SYMBOL_GPL crypto/af_alg 0x083cda43 af_alg_release_parent +EXPORT_SYMBOL_GPL crypto/af_alg 0x12901b49 af_alg_sendpage +EXPORT_SYMBOL_GPL crypto/af_alg 0x27725911 af_alg_make_sg +EXPORT_SYMBOL_GPL crypto/af_alg 0x2afde744 af_alg_release +EXPORT_SYMBOL_GPL crypto/af_alg 0x401003bc af_alg_wmem_wakeup +EXPORT_SYMBOL_GPL crypto/af_alg 0x4ccc9d8f af_alg_count_tsgl +EXPORT_SYMBOL_GPL crypto/af_alg 0x4ed516af af_alg_async_cb +EXPORT_SYMBOL_GPL crypto/af_alg 0x523bdcae af_alg_sendmsg +EXPORT_SYMBOL_GPL crypto/af_alg 0x5f226198 af_alg_free_sg +EXPORT_SYMBOL_GPL crypto/af_alg 0x67890e22 af_alg_free_resources +EXPORT_SYMBOL_GPL crypto/af_alg 0x7284aeb2 af_alg_unregister_type +EXPORT_SYMBOL_GPL crypto/af_alg 0x862ade74 af_alg_pull_tsgl +EXPORT_SYMBOL_GPL crypto/af_alg 0xa6ef6eb4 af_alg_poll +EXPORT_SYMBOL_GPL crypto/af_alg 0xb368416f af_alg_alloc_areq +EXPORT_SYMBOL_GPL crypto/af_alg 0xcada2335 af_alg_register_type +EXPORT_SYMBOL_GPL crypto/af_alg 0xe463154c af_alg_wait_for_data +EXPORT_SYMBOL_GPL crypto/af_alg 0xeab685ca af_alg_accept +EXPORT_SYMBOL_GPL crypto/af_alg 0xeed1f816 af_alg_get_rsgl +EXPORT_SYMBOL_GPL crypto/aria_generic 0x4a61978a aria_encrypt +EXPORT_SYMBOL_GPL crypto/aria_generic 0x74c528fd aria_set_key +EXPORT_SYMBOL_GPL crypto/aria_generic 0xbdad6df6 aria_decrypt +EXPORT_SYMBOL_GPL crypto/async_tx/async_memcpy 0x04fcda0a async_memcpy +EXPORT_SYMBOL_GPL crypto/async_tx/async_pq 0x4e13a722 async_syndrome_val +EXPORT_SYMBOL_GPL crypto/async_tx/async_pq 0x905535cd async_gen_syndrome +EXPORT_SYMBOL_GPL crypto/async_tx/async_raid6_recov 0x51de9840 async_raid6_datap_recov +EXPORT_SYMBOL_GPL crypto/async_tx/async_raid6_recov 0x67da252d async_raid6_2data_recov +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0x36840b99 async_trigger_callback +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0xc08576f8 async_tx_submit +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0xc6312bdc __async_tx_find_channel +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0xea18e7c9 async_tx_quiesce +EXPORT_SYMBOL_GPL crypto/async_tx/async_xor 0x4ea312de async_xor_offs +EXPORT_SYMBOL_GPL crypto/async_tx/async_xor 0x769a3996 async_xor_val +EXPORT_SYMBOL_GPL crypto/async_tx/async_xor 0xbf928486 async_xor +EXPORT_SYMBOL_GPL crypto/async_tx/async_xor 0xde6d6eb6 async_xor_val_offs +EXPORT_SYMBOL_GPL crypto/authenc 0x2479193e crypto_authenc_extractkeys +EXPORT_SYMBOL_GPL crypto/blowfish_common 0xa7e103cd blowfish_setkey +EXPORT_SYMBOL_GPL crypto/cast5_generic 0x188d9d26 __cast5_decrypt +EXPORT_SYMBOL_GPL crypto/cast5_generic 0x8e77925e 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 0xabda9ab9 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 0x04db6748 cryptd_alloc_ahash +EXPORT_SYMBOL_GPL crypto/cryptd 0x09df7bba cryptd_alloc_aead +EXPORT_SYMBOL_GPL crypto/cryptd 0x2936aea5 cryptd_alloc_skcipher +EXPORT_SYMBOL_GPL crypto/cryptd 0x3bdf80a0 cryptd_aead_queued +EXPORT_SYMBOL_GPL crypto/cryptd 0x40470816 cryptd_free_aead +EXPORT_SYMBOL_GPL crypto/cryptd 0x4715f3f0 cryptd_ahash_child +EXPORT_SYMBOL_GPL crypto/cryptd 0x654d0bd8 cryptd_ahash_queued +EXPORT_SYMBOL_GPL crypto/cryptd 0x6e91544a cryptd_aead_child +EXPORT_SYMBOL_GPL crypto/cryptd 0x91e29c46 cryptd_free_skcipher +EXPORT_SYMBOL_GPL crypto/cryptd 0x96bb2fa8 cryptd_skcipher_child +EXPORT_SYMBOL_GPL crypto/cryptd 0xb08e3544 cryptd_shash_desc +EXPORT_SYMBOL_GPL crypto/cryptd 0xc4bf03d9 cryptd_skcipher_queued +EXPORT_SYMBOL_GPL crypto/cryptd 0xc8a31a0a cryptd_free_ahash +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x52553a00 crypto_engine_alloc_init_and_set +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x58cc862f crypto_engine_alloc_init +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x5f69ae8d crypto_finalize_aead_request +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x88b6ba8b crypto_transfer_skcipher_request_to_engine +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x8d99b214 crypto_transfer_hash_request_to_engine +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x9ae572f6 crypto_finalize_hash_request +EXPORT_SYMBOL_GPL crypto/crypto_engine 0xa49484ae crypto_finalize_skcipher_request +EXPORT_SYMBOL_GPL crypto/crypto_engine 0xa7922bbf crypto_engine_start +EXPORT_SYMBOL_GPL crypto/crypto_engine 0xb35b9b30 crypto_engine_exit +EXPORT_SYMBOL_GPL crypto/crypto_engine 0xbd2132a1 crypto_finalize_kpp_request +EXPORT_SYMBOL_GPL crypto/crypto_engine 0xc480e3e5 crypto_transfer_akcipher_request_to_engine +EXPORT_SYMBOL_GPL crypto/crypto_engine 0xd00387ef crypto_transfer_aead_request_to_engine +EXPORT_SYMBOL_GPL crypto/crypto_engine 0xe527e59b crypto_finalize_akcipher_request +EXPORT_SYMBOL_GPL crypto/crypto_engine 0xf5123c74 crypto_engine_stop +EXPORT_SYMBOL_GPL crypto/crypto_engine 0xfb633adf crypto_transfer_kpp_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 0x00c74de4 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/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 0x112e3ab4 twofish_setkey +EXPORT_SYMBOL_GPL crypto/twofish_common 0xe22b7787 __twofish_setkey +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x07224895 spk_synth_get_index +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x08f0212d spk_set_num_var +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x0df5fa4e spk_ttyio_synth_immediate +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x0f814c41 synth_add +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x1e39eb14 synth_putws +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x2b18638c spk_var_store +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x41a160e5 synth_buffer_empty +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x4449e1dd synth_buffer_clear +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x45eda959 spk_get_var +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x466f5eb7 synth_putwc +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x4d02f5c9 spk_var_show +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x61415038 spk_do_catch_up +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x76d40046 synth_buffer_skip_nonlatin1 +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x848bec53 spk_synth_flush +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x84dad068 synth_buffer_getc +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x86d7d412 spk_ttyio_ops +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x8c82dfca synth_request_region +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x8ca06ded synth_current +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x8fe0db01 synth_putwc_s +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x98c4c4e4 spk_ttyio_synth_probe +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xa75d0f37 spk_synth_is_alive_nop +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xaadb0612 synth_buffer_peek +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xb30b7aff spk_ttyio_release +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 0xbd73dfc8 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 0xcc518cfc spk_synth_is_alive_restart +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 0xe26a778e synth_remove +EXPORT_SYMBOL_GPL drivers/acpi/nfit/nfit 0x12a3db02 __acpi_nvdimm_notify +EXPORT_SYMBOL_GPL drivers/acpi/nfit/nfit 0x14672e17 __acpi_nfit_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 0x4e61ec91 acpi_nfit_ctl +EXPORT_SYMBOL_GPL drivers/acpi/nfit/nfit 0xb5d78dd4 acpi_nfit_init +EXPORT_SYMBOL_GPL drivers/acpi/nfit/nfit 0xc3a0eb8e acpi_nfit_desc_init +EXPORT_SYMBOL_GPL drivers/acpi/platform_profile 0x67927a0d platform_profile_notify +EXPORT_SYMBOL_GPL drivers/acpi/platform_profile 0xbfe36436 platform_profile_remove +EXPORT_SYMBOL_GPL drivers/acpi/platform_profile 0xcac33cd4 platform_profile_register +EXPORT_SYMBOL_GPL drivers/ata/pata_platform 0x90a0dd6e __pata_platform_probe +EXPORT_SYMBOL_GPL drivers/ata/pata_sis 0xf06165af 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 0xaa2419e9 linedisp_unregister +EXPORT_SYMBOL_GPL drivers/auxdisplay/line-display 0xb33d8097 linedisp_register +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-ac97 0x556a568b __devm_regmap_init_ac97 +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-ac97 0xaf5479d8 __regmap_init_ac97 +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-ac97 0xfac7827c regmap_ac97_default_volatile +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-i3c 0x58cf237a __devm_regmap_init_i3c +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-sccb 0x5e071ca0 __regmap_init_sccb +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-sccb 0x9f497043 __devm_regmap_init_sccb +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-sdw 0x30922b2f __devm_regmap_init_sdw +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-sdw 0xca74a583 __regmap_init_sdw +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-sdw-mbq 0x5375b88e __devm_regmap_init_sdw_mbq +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-sdw-mbq 0xea2f67d1 __regmap_init_sdw_mbq +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-slimbus 0x2cbba5aa __regmap_init_slimbus +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-slimbus 0xac3cb669 __devm_regmap_init_slimbus +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-spi-avmm 0x5cadea11 __regmap_init_spi_avmm +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-spi-avmm 0xdf59818b __devm_regmap_init_spi_avmm +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-spmi 0x3b14bc31 __regmap_init_spmi_base +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-spmi 0x59873b0d __devm_regmap_init_spmi_base +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-spmi 0xb59aaeac __regmap_init_spmi_ext +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-spmi 0xfb004df0 __devm_regmap_init_spmi_ext +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-w1 0xb9ba8646 __devm_regmap_init_w1 +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-w1 0xed17d966 __regmap_init_w1 +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x00e0c66c bcma_host_pci_up +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x16c4a436 bcma_chipco_b_mii_write +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x19b4aea8 bcma_pmu_get_bus_clock +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x1eda63e4 bcma_core_disable +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x220fc730 bcma_chipco_gpio_out +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x24d586ec bcma_core_pci_power_save +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x28c33a84 bcma_chipco_gpio_control +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x3eed8d6c bcma_driver_unregister +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x46c386bc bcma_chipco_chipctl_maskset +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x5165d287 bcma_chipco_pll_read +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x59123e22 bcma_core_pll_ctl +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x64872b50 bcma_chipco_get_alp_clock +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x6b6c2f5d bcma_pmu_spuravoid_pllupdate +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x6c07011a bcma_find_core_unit +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x83c5c565 bcma_core_set_clockmode +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x8825bd4c bcma_core_is_enabled +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x980d9407 bcma_chipco_pll_maskset +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xa8749333 bcma_chipco_regctl_maskset +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xab220070 bcma_host_pci_down +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xe3f615e9 bcma_chipco_gpio_outen +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xea8aa199 bcma_core_enable +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xf12971e7 bcma_host_pci_irq_ctl +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xf2a5d08e bcma_chipco_pll_write +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xf853f262 __bcma_driver_register +EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0x14b3e0bc btbcm_initialize +EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0x1e7e2fe1 btbcm_setup_apple +EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0x3e374a16 btbcm_setup_patchram +EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0x49f4e558 btbcm_set_bdaddr +EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0x8b313cd0 btbcm_write_pcm_int_params +EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0x9b626545 btbcm_finalize +EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0x9d8ead4e btbcm_read_pcm_int_params +EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0xacd0fcd0 btbcm_check_bdaddr +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x1c8213e8 btintel_download_firmware +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x47e1d503 btintel_read_boot_params +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x594d8515 btintel_regmap_init +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x645a8ac5 btintel_set_diag +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x6f21090f btintel_configure_setup +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x7eadc300 btintel_check_bdaddr +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x8095a2a4 btintel_bootup +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x83552f72 btintel_version_info +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x916a58f3 btintel_send_intel_reset +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x92139467 btintel_read_version +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0xae29656a btintel_set_quality_report +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0xb85e50c6 btintel_secure_send_result +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0xbe171eae btintel_enter_mfg +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0xbe5d6e9b btintel_set_bdaddr +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0xc21b2c25 btintel_exit_mfg +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0xf9ff94f2 btintel_set_event_mask_mfg +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0xfab28e01 btintel_load_ddc_config +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x09fe66bf btmrvl_send_module_cfg_cmd +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x164c192b btmrvl_enable_ps +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x1879dddc btmrvl_enable_hs +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x62368642 btmrvl_send_hscfg_cmd +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x7369813f btmrvl_check_evtpkt +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x8f6182ba btmrvl_interrupt +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0xa5fa7ed5 btmrvl_pscan_window_reporting +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0xbbd3efa2 btmrvl_process_event +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0xbef69bae btmrvl_register_hdev +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0xe28a2325 btmrvl_add_card +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0xfd3e9846 btmrvl_remove_card +EXPORT_SYMBOL_GPL drivers/bluetooth/btmtk 0x6e5728f5 btmtk_setup_firmware_79xx +EXPORT_SYMBOL_GPL drivers/bluetooth/btmtk 0xc897abec btmtk_set_bdaddr +EXPORT_SYMBOL_GPL drivers/bluetooth/btmtk 0xe9e254c5 btmtk_setup_firmware +EXPORT_SYMBOL_GPL drivers/bluetooth/btqca 0x0a49a927 qca_uart_setup +EXPORT_SYMBOL_GPL drivers/bluetooth/btqca 0x6dcb42ce qca_read_soc_version +EXPORT_SYMBOL_GPL drivers/bluetooth/btqca 0xd043fc41 qca_set_bdaddr_rome +EXPORT_SYMBOL_GPL drivers/bluetooth/btqca 0xdee3719c qca_set_bdaddr +EXPORT_SYMBOL_GPL drivers/bluetooth/btqca 0xdfc48741 qca_send_pre_shutdown_cmd +EXPORT_SYMBOL_GPL drivers/bluetooth/btrtl 0x076c7a30 btrtl_set_quirks +EXPORT_SYMBOL_GPL drivers/bluetooth/btrtl 0x225f01a9 btrtl_get_uart_settings +EXPORT_SYMBOL_GPL drivers/bluetooth/btrtl 0x63ede509 btrtl_initialize +EXPORT_SYMBOL_GPL drivers/bluetooth/btrtl 0x69c02dc3 btrtl_setup_realtek +EXPORT_SYMBOL_GPL drivers/bluetooth/btrtl 0xaf78f260 btrtl_free +EXPORT_SYMBOL_GPL drivers/bluetooth/btrtl 0xb86da048 btrtl_shutdown_realtek +EXPORT_SYMBOL_GPL drivers/bluetooth/btrtl 0xffca013a btrtl_download_firmware +EXPORT_SYMBOL_GPL drivers/bluetooth/hci_uart 0x38a3ab86 hci_uart_unregister_device +EXPORT_SYMBOL_GPL drivers/bluetooth/hci_uart 0x9af3ae0e h4_recv_buf +EXPORT_SYMBOL_GPL drivers/bluetooth/hci_uart 0xbcae4397 hci_uart_register_device +EXPORT_SYMBOL_GPL drivers/bluetooth/hci_uart 0xd5107313 hci_uart_tx_wakeup +EXPORT_SYMBOL_GPL drivers/bus/mhi/ep/mhi_ep 0x37090cf6 __mhi_ep_driver_register +EXPORT_SYMBOL_GPL drivers/bus/mhi/ep/mhi_ep 0x49081ed3 mhi_ep_power_up +EXPORT_SYMBOL_GPL drivers/bus/mhi/ep/mhi_ep 0x686beacc mhi_ep_unregister_controller +EXPORT_SYMBOL_GPL drivers/bus/mhi/ep/mhi_ep 0xaca5565b mhi_ep_driver_unregister +EXPORT_SYMBOL_GPL drivers/bus/mhi/ep/mhi_ep 0xb8f9f81e mhi_ep_power_down +EXPORT_SYMBOL_GPL drivers/bus/mhi/ep/mhi_ep 0xc3585266 mhi_ep_queue_is_empty +EXPORT_SYMBOL_GPL drivers/bus/mhi/ep/mhi_ep 0xdc50f5cf mhi_ep_queue_skb +EXPORT_SYMBOL_GPL drivers/bus/mhi/ep/mhi_ep 0xf44be84f mhi_ep_register_controller +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x023752f8 mhi_poll +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x02b4047b mhi_device_get_sync +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x0783335c mhi_pm_resume +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x086fbb9b mhi_async_power_up +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x0cee5af8 mhi_prepare_for_transfer_autoqueue +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x11a784a1 mhi_free_controller +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x25838ccb mhi_unprepare_after_power_down +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x27ad2add mhi_queue_skb +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x2ab183e9 mhi_unprepare_from_transfer +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x355a57d2 mhi_alloc_controller +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x360eeb77 mhi_prepare_for_transfer +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x3a83f766 mhi_get_mhi_state +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x3ae385ba mhi_soc_reset +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x43b322e6 mhi_get_exec_env +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x4e2185a4 mhi_queue_is_full +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x50f53d79 mhi_notify +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x5ac1c515 mhi_power_down +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x77624829 mhi_pm_resume_force +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x7de2cb81 mhi_queue_dma +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x922f78d3 mhi_get_free_desc_count +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xa0707750 __mhi_driver_register +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xa8790615 mhi_download_rddm_image +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xc576816e mhi_device_get +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xca6a2f75 mhi_register_controller +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xcb80e7d2 mhi_queue_buf +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xd41433a9 mhi_unregister_controller +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xd7c2c89b mhi_force_rddm_mode +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xd95a99f2 mhi_device_put +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xda831fb2 mhi_prepare_for_power_up +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xe82f0d6e mhi_driver_unregister +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xf6440749 mhi_pm_suspend +EXPORT_SYMBOL_GPL drivers/bus/moxtet 0x515f7753 moxtet_device_write +EXPORT_SYMBOL_GPL drivers/bus/moxtet 0x95d2f031 moxtet_device_written +EXPORT_SYMBOL_GPL drivers/bus/moxtet 0xcd64b4f8 __moxtet_register_driver +EXPORT_SYMBOL_GPL drivers/bus/moxtet 0xfe8278da moxtet_device_read +EXPORT_SYMBOL_GPL drivers/bus/sunxi-rsb 0x482146d2 sunxi_rsb_driver_register +EXPORT_SYMBOL_GPL drivers/bus/sunxi-rsb 0x8268a6a6 __devm_regmap_init_sunxi_rsb +EXPORT_SYMBOL_GPL drivers/clk/meson/clk-phase 0x68354f83 meson_clk_phase_ops +EXPORT_SYMBOL_GPL drivers/clk/meson/clk-phase 0x74a4f54e meson_clk_triphase_ops +EXPORT_SYMBOL_GPL drivers/clk/meson/clk-phase 0xc07ff59a meson_sclk_ws_inv_ops +EXPORT_SYMBOL_GPL drivers/clk/meson/sclk-div 0xd56c6d11 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 0x0513c18d qcom_find_cfg_index +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x07935d8b clk_alpha_pll_postdiv_fabia_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x07e2aa8b qcom_cc_register_rcg_dfs +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x0ae351c4 clk_alpha_pll_fabia_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x0bf97bd1 qcom_cc_probe +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 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 0x28ec912b clk_fabia_pll_configure +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x2d293905 clk_alpha_pll_postdiv_lucid_5lpe_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x376a54fb qcom_cc_probe_by_index +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x38229fba clk_alpha_pll_reset_lucid_evo_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x390ee062 clk_enable_regmap +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x395868a1 qcom_find_freq_floor +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x407cd4e2 clk_zonda_pll_configure +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 0x46eb964b clk_alpha_pll_regs +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x4a930432 clk_branch_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x4d6477fd clk_disable_regmap +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x4d7aa016 devm_clk_register_regmap +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x5524687f clk_trion_pll_configure +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 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 0x69816c71 qcom_find_src_index +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 0x6c55924f qcom_cc_really_probe +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x6d308251 clk_alpha_pll_fixed_lucid_evo_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x6f5d109e qcom_cc_register_board_clk +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x70156ec0 clk_alpha_pll_postdiv_ro_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x708a435d clk_alpha_pll_lucid_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x7319e51c clk_alpha_pll_trion_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x787e8234 qcom_find_freq +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x7b87fe3e clk_alpha_pll_postdiv_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x7dfa4f12 clk_alpha_pll_postdiv_lucid_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x7e69e953 clk_alpha_pll_postdiv_trion_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x82afa55e clk_regmap_phy_mux_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x88c0add9 clk_rcg_pixel_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x8e4c395e clk_edp_pixel_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x93bc2a64 clk_ops_hfpll +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x94c464a3 clk_rcg2_floor_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x953b97b7 clk_alpha_pll_postdiv_lucid_evo_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x9821a599 clk_rcg_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x9bee2ae9 clk_is_enabled_regmap +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x9c1fb4be clk_rivian_evo_pll_configure +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x9c401604 clk_rcg_esc_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x9e3036cf qcom_cc_map +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xa0755dc3 clk_alpha_pll_fixed_trion_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xa5daee74 gdsc_gx_do_nothing_enable +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xa72d720f clk_agera_pll_configure +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xa810bf67 qcom_cc_register_sleep_clk +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xa94f252e clk_lucid_evo_pll_configure +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 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 0xdf871d64 clk_alpha_pll_configure +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 0x13d5f34c sprd_div_helper_set_rate +EXPORT_SYMBOL_GPL drivers/clk/sprd/clk-sprd 0x1cf46e5e sprd_comp_ops +EXPORT_SYMBOL_GPL drivers/clk/sprd/clk-sprd 0x22ea0532 sprd_clk_regmap_init +EXPORT_SYMBOL_GPL drivers/clk/sprd/clk-sprd 0x2d7cddd7 sprd_mux_helper_get_parent +EXPORT_SYMBOL_GPL drivers/clk/sprd/clk-sprd 0x5a622ea4 sprd_mux_helper_set_parent +EXPORT_SYMBOL_GPL drivers/clk/sprd/clk-sprd 0x6fd5f979 sprd_mux_ops +EXPORT_SYMBOL_GPL drivers/clk/sprd/clk-sprd 0x70265a8e sprd_sc_gate_ops +EXPORT_SYMBOL_GPL drivers/clk/sprd/clk-sprd 0x872ea616 sprd_div_helper_round_rate +EXPORT_SYMBOL_GPL drivers/clk/sprd/clk-sprd 0xbdec7b78 sprd_clk_probe +EXPORT_SYMBOL_GPL drivers/clk/sprd/clk-sprd 0xe26a4413 sprd_pll_ops +EXPORT_SYMBOL_GPL drivers/clk/sprd/clk-sprd 0xe2d55167 sprd_div_helper_recalc_rate +EXPORT_SYMBOL_GPL drivers/clk/sprd/clk-sprd 0xe3699879 sprd_pll_sc_gate_ops +EXPORT_SYMBOL_GPL drivers/clk/sprd/clk-sprd 0xeaee7598 sprd_div_ops +EXPORT_SYMBOL_GPL drivers/clk/sprd/clk-sprd 0xf5cf6755 sprd_gate_ops +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x0b3118f0 comedi_buf_write_alloc +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x0cd330f4 range_unknown +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x17c0f1dd comedi_buf_write_samples +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x1c8e9a85 comedi_set_spriv_auto_free +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x21102f87 range_0_32mA +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x21d8ec1b comedi_event +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x2d1cd5d6 comedi_dio_update_state +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x2f0ad9d3 range_bipolar5 +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x38b7b2a3 comedi_inc_scan_progress +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x3c8374aa comedi_nscans_left +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 0x5507f6ba comedi_buf_read_alloc +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x5628fafc comedi_buf_write_free +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x59fff49b comedi_auto_unconfig +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x653a3515 comedi_alloc_devpriv +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x75663041 comedi_readback_insn_read +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x79833a88 __comedi_request_region +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x7ab3d58f comedi_is_subdevice_running +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x7cab950c comedi_buf_read_n_available +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x8113872c range_unipolar10 +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x81b73abd comedi_alloc_subdevices +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x8b908522 comedi_driver_unregister +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x8cab87a8 comedi_buf_read_samples +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x8ce5e7c0 comedi_auto_config +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x8eb55e7c comedi_load_firmware +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x925f8b3e comedi_request_region +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x9ba7346a comedi_handle_events +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xa2c44272 comedi_bytes_per_scan +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xa490c90e comedi_set_hw_dev +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xa645713c comedi_driver_register +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xa9ac458b comedi_legacy_detach +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 0xbd2b55f0 comedi_dio_insn_config +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xbdbe75c6 range_unipolar2_5 +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xbe3fbe84 comedi_buf_read_free +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xc27383ce comedi_nsamples_left +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xc66bcc3c comedi_bytes_per_scan_cmd +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xcea57058 comedi_dev_get_from_minor +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xd216d514 comedi_dev_put +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xdb2044b2 range_unipolar5 +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xdeee42bb comedi_check_chanlist +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xe9a6e719 comedi_alloc_spriv +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xed4525ed comedi_alloc_subdev_readback +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xf23271c9 comedi_timeout +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pci 0x023ee3a8 comedi_pci_enable +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pci 0x04119aa3 comedi_pci_driver_register +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pci 0x5eea1c8e comedi_pci_auto_unconfig +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pci 0x6442b291 comedi_pci_disable +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pci 0x70fa7d14 comedi_pci_driver_unregister +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pci 0x7f892b48 comedi_to_pci_dev +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pci 0xed7e2e0a comedi_pci_detach +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pci 0xf3cfa182 comedi_pci_auto_config +EXPORT_SYMBOL_GPL drivers/comedi/comedi_usb 0x502952c9 comedi_usb_auto_config +EXPORT_SYMBOL_GPL drivers/comedi/comedi_usb 0x54200d8b comedi_to_usb_dev +EXPORT_SYMBOL_GPL drivers/comedi/comedi_usb 0x58ba028f comedi_usb_driver_unregister +EXPORT_SYMBOL_GPL drivers/comedi/comedi_usb 0x8b69241a comedi_to_usb_interface +EXPORT_SYMBOL_GPL drivers/comedi/comedi_usb 0xb57cee97 comedi_usb_auto_unconfig +EXPORT_SYMBOL_GPL drivers/comedi/comedi_usb 0xf1100bf3 comedi_usb_driver_register +EXPORT_SYMBOL_GPL drivers/comedi/drivers/addi_watchdog 0x79f4a6cf addi_watchdog_reset +EXPORT_SYMBOL_GPL drivers/comedi/drivers/addi_watchdog 0xe1f74d4a addi_watchdog_init +EXPORT_SYMBOL_GPL drivers/comedi/drivers/amplc_dio200_common 0x174ed056 amplc_dio200_set_enhance +EXPORT_SYMBOL_GPL drivers/comedi/drivers/amplc_dio200_common 0xbf5e3eae amplc_dio200_common_attach +EXPORT_SYMBOL_GPL drivers/comedi/drivers/amplc_pc236_common 0x48bf4074 amplc_pc236_common_attach +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0x0adf53f9 comedi_8254_read +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0x2bed0d03 comedi_8254_ns_to_timer +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0x3754aa0a comedi_8254_update_divisors +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0x3d11bd68 comedi_8254_cascade_ns_to_timer +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0x7a73fc01 comedi_8254_write +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0x7f88da30 comedi_8254_init +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0x83220e6e comedi_8254_subdevice_init +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0x8fa28480 comedi_8254_set_busy +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0xa2c13089 comedi_8254_status +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0xc0b79961 comedi_8254_mm_init +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0xc87b8151 comedi_8254_pacer_enable +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0xda2565ac comedi_8254_load +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0xdc3dca2d comedi_8254_set_mode +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8255 0x05c075b7 subdev_8255_regbase +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8255 0x9ecf630f subdev_8255_init +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8255 0xab61a6a2 subdev_8255_mm_init +EXPORT_SYMBOL_GPL drivers/comedi/drivers/das08 0xde6c3039 das08_common_attach +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x1f04cd4e mite_dma_arm +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x510b03a8 mite_release_channel +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x51988f4a mite_free_ring +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x58bfe3af mite_prep_dma +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x59f90742 mite_bytes_in_transit +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x7daed77f mite_request_channel_in_range +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x831fd20d mite_request_channel +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x83770b90 mite_buf_change +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x8857558f mite_ack_linkc +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x94852d51 mite_attach +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x992643b1 mite_init_ring_descriptors +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x9d425bd6 mite_done +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0xadb09e3f mite_detach +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0xadebe308 mite_sync_dma +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0xdabf4a66 mite_dma_disarm +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0xe13ed168 mite_alloc_ring +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_labpc_common 0x266afbaf labpc_common_attach +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_labpc_common 0xf0185aa4 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 0x0419be96 ni_tio_set_routing +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x231b6088 ni_tio_set_gate_src_raw +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x27d8a1b5 ni_tio_unset_routing +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x41a0e66e ni_tio_get_soft_copy +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x4fdb9b7d ni_tio_set_bits +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x54702788 ni_tio_init_counter +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x59b09a6b ni_gpct_device_construct +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x7d7d469c ni_gpct_device_destroy +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x830a6518 ni_tio_set_gate_src +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x84082de6 ni_tio_insn_write +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0xa457a8f6 ni_tio_arm +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0xaeb9e933 ni_tio_insn_config +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0xbb86494d ni_tio_write +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0xdeb8d29b ni_tio_get_routing +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0xe8277e93 ni_tio_insn_read +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0xf36118e0 ni_tio_read +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tiocmd 0x2fb1cebb ni_tio_handle_interrupt +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tiocmd 0x69e119c9 ni_tio_acknowledge +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tiocmd 0x7bda8a8d ni_tio_cancel +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tiocmd 0x9cc5d1e1 ni_tio_cmdtest +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tiocmd 0xc807e59d ni_tio_set_mite_channel +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tiocmd 0xeba51356 ni_tio_cmd +EXPORT_SYMBOL_GPL drivers/comedi/kcomedilib/kcomedilib 0x07cdbbe2 comedi_dio_get_config +EXPORT_SYMBOL_GPL drivers/comedi/kcomedilib/kcomedilib 0x309afa7c comedi_get_n_channels +EXPORT_SYMBOL_GPL drivers/comedi/kcomedilib/kcomedilib 0x3334026c comedi_dio_config +EXPORT_SYMBOL_GPL drivers/comedi/kcomedilib/kcomedilib 0x8880cc22 comedi_close +EXPORT_SYMBOL_GPL drivers/comedi/kcomedilib/kcomedilib 0xac5dc2f0 comedi_dio_bitfield2 +EXPORT_SYMBOL_GPL drivers/comedi/kcomedilib/kcomedilib 0xbd33e9d2 comedi_open +EXPORT_SYMBOL_GPL drivers/comedi/kcomedilib/kcomedilib 0xe66bab38 comedi_find_subdevice_by_type +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 0xaae62327 ccp_enqueue_cmd +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x08dc7a38 hisi_qm_acc_diff_regs_dump +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x12bca705 hisi_qm_start +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x1bb62e88 hisi_qm_put_dfx_access +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x245ef086 hisi_qm_stop +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x296f772e hisi_qm_regs_dump +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x396caa7f hisi_qm_get_dfx_access +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x41bd4b5a hisi_acc_sg_buf_map_to_hw_sgl +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x438b2ebf hisi_qm_dev_err_uninit +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x43c2489f hisi_qm_suspend +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x4c2e371d hisi_qm_dev_shutdown +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x524c516a hisi_qm_init +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x56fc41e9 hisi_qm_mb +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x5ba23e63 hisi_acc_create_sgl_pool +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x5bd23eb3 hisi_qm_pm_uninit +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x5effa00c hisi_qm_sriov_enable +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x5f37fb2a hisi_qm_reset_prepare +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x63d35ddc hisi_qm_get_hw_info +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x6775728e hisi_qm_stop_qp +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x68f34451 hisi_qm_alg_register +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x6a5531ef hisi_qm_free_qps +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x6b11acbc hisi_qm_sriov_configure +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x6b2140e2 hisi_qm_dev_slot_reset +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x7061dfa2 hisi_qm_debug_init +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x80817b33 hisi_qm_regs_debugfs_uninit +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x82f7af7c hisi_acc_free_sgl_pool +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x84f912ea hisi_qm_pm_init +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x8c2ddb59 hisi_qp_send +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x8e8ae8c3 hisi_qm_start_qp +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x962b95ec hisi_qm_wait_task_finish +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x9b6670a4 hisi_qm_resume +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xab1b95f7 hisi_qm_regs_debugfs_init +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xb2ca02b1 hisi_acc_sg_buf_unmap +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xb7afd3dd hisi_qm_uninit +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xbd6e37f7 hisi_qm_dev_err_detected +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xc4d40621 hisi_qm_debug_regs_clear +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xd837fc8e hisi_qm_alg_unregister +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xdd81cd53 hisi_qm_wait_mb_ready +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xdde3e9e8 hisi_qm_dev_err_init +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xed977535 hisi_qm_reset_done +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xf35b2a22 hisi_qm_sriov_disable +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xfe2d1dcc hisi_qm_alloc_qps_node +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hpre/hisi_hpre 0x93e1d441 hisi_hpre_get_pf_driver +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/sec2/hisi_sec2 0x22c366dd hisi_sec_get_pf_driver +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/zip/hisi_zip 0x32a21789 hisi_zip_get_pf_driver +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 0x79ccc3dd otx_cpt_eng_grp_has_eng_type +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x02ee4b68 adf_cfg_dev_add +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x05a43159 adf_err_handler +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x0f8f3cc1 adf_vf2pf_notify_init +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x10fdf06d adf_vf_isr_resource_free +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x117da7dd adf_gen4_set_ssm_wdtimer +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x17a7fb66 adf_reset_flr +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x20d7b1a2 adf_pfvf_comms_disabled +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x2195af1a adf_enable_pf2vf_comms +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x248df924 adf_enable_aer +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x25a4b8f4 adf_dev_init +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x2be4e269 adf_gen2_get_arb_info +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x2bf41bc4 adf_dev_put +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x2cdd0d69 adf_gen2_get_num_aes +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x313ee48d adf_init_etr_data +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x340d54b0 adf_disable_sriov +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x3d155060 adf_reset_sbr +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x3e707f37 adf_gen2_get_admin_info +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x473c8597 adf_gen4_ring_pair_reset +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x4d50be5b adf_gen2_init_vf_pfvf_ops +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x51708654 adf_disable_pf2vf_interrupts +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x5391fd15 adf_cfg_section_add +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x55d15086 adf_exit_admin_comms +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x5b1f0b97 adf_exit_arb +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x5d705969 adf_vf2pf_notify_shutdown +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x5e96379c adf_gen2_set_ssm_wdtimer +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x6c841338 adf_gen2_enable_error_correction +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x6f4532aa adf_dev_stop +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x7107d3bd adf_init_admin_comms +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x71451d15 adf_dev_start +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x7a58b6e1 adf_vf_isr_resource_alloc +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x839b26aa adf_init_admin_pm +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x86731152 adf_isr_resource_free +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x88e7bf1b adf_sysfs_init +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x99c9497c adf_enable_vf2pf_comms +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x9e4a92f2 adf_send_admin_init +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x9f723b5a adf_gen2_get_num_accels +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x9f90119f adf_devmgr_add_dev +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xa03cc45e adf_gen2_dev_config +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xa77bf9b0 adf_sriov_configure +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xa7d5ecce adf_gen4_handle_pm_interrupt +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xaf20f1a5 adf_gen2_init_pf_pfvf_ops +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xafabe8cf adf_gen4_enable_pm +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xb2e15490 adf_init_arb +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xb3c0808a adf_dev_get +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xbd9caab9 adf_isr_resource_alloc +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xbdb81ee5 adf_dev_started +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xbef9ef7d adf_dev_shutdown +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xc4ac205e adf_disable_aer +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xc501ac82 adf_gen4_init_hw_csr_ops +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xc81abdd2 adf_cleanup_etr_data +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xcaa647f4 adf_cfg_dev_remove +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xcc3b167a adf_clean_vf_map +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xcffb0180 adf_devmgr_in_reset +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xd3a1bac5 adf_devmgr_update_class_index +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xd4f5b566 adf_gen2_get_accel_cap +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xd64519f1 adf_gen2_init_hw_csr_ops +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xd7be4e62 adf_dev_up +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xd7d9561a adf_devmgr_rm_dev +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xd85525b5 adf_dev_in_use +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xe02d6687 adf_devmgr_pci_to_accel_dev +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xe0c4148f adf_cfg_get_param_value +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xe0cb61e4 adf_gen4_init_pf_pfvf_ops +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xe327f1f1 adf_gen4_init_dc_ops +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xe45abbc5 adf_flush_vf_wq +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xe45f3512 adf_gen2_init_dc_ops +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xe5c1308a adf_cfg_add_key_value_param +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xe8f31f54 adf_gen2_cfg_iov_thds +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xf1e18226 adf_gen2_enable_ints +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xfda1227b adf_dev_down +EXPORT_SYMBOL_GPL drivers/dax/device_dax 0x31d7daa3 dev_dax_probe +EXPORT_SYMBOL_GPL drivers/dma/dw-edma/dw-edma 0x7946e318 dw_edma_probe +EXPORT_SYMBOL_GPL drivers/dma/dw-edma/dw-edma 0xc7f4cbc3 dw_edma_remove +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0x1245b3d9 idma32_dma_probe +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0x1b0bc88a dw_dma_probe +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0x3ea868a9 dw_dma_acpi_controller_free +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0x600ae325 do_dw_dma_enable +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0x7b7b53db dw_dma_remove +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0x87f19d1e idma32_dma_remove +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0x93a31190 do_dw_dma_disable +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0xe4c29770 dw_dma_acpi_controller_register +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0xf93120c5 dw_dma_filter +EXPORT_SYMBOL_GPL drivers/dma/fsl-dpaa2-qdma/dpdmai 0x0e3a8775 dpdmai_enable +EXPORT_SYMBOL_GPL drivers/dma/fsl-dpaa2-qdma/dpdmai 0x205a59e0 dpdmai_reset +EXPORT_SYMBOL_GPL drivers/dma/fsl-dpaa2-qdma/dpdmai 0x4cc10b6a dpdmai_open +EXPORT_SYMBOL_GPL drivers/dma/fsl-dpaa2-qdma/dpdmai 0x4ddea8a7 dpdmai_set_rx_queue +EXPORT_SYMBOL_GPL drivers/dma/fsl-dpaa2-qdma/dpdmai 0x78f96d1c dpdmai_get_rx_queue +EXPORT_SYMBOL_GPL drivers/dma/fsl-dpaa2-qdma/dpdmai 0xa91aee97 dpdmai_get_tx_queue +EXPORT_SYMBOL_GPL drivers/dma/fsl-dpaa2-qdma/dpdmai 0xb715e497 dpdmai_get_attributes +EXPORT_SYMBOL_GPL drivers/dma/fsl-dpaa2-qdma/dpdmai 0xbb46ffaf dpdmai_destroy +EXPORT_SYMBOL_GPL drivers/dma/fsl-dpaa2-qdma/dpdmai 0xc521c084 dpdmai_disable +EXPORT_SYMBOL_GPL drivers/dma/fsl-dpaa2-qdma/dpdmai 0xdaab9238 dpdmai_close +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0x0491e9de fsl_edma_alloc_chan_resources +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0x292651de fsl_edma_setup_regs +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0x47caed10 fsl_edma_issue_pending +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0x4d213f12 fsl_edma_free_desc +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0x5e561e9d fsl_edma_chan_mux +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0x5e593e10 fsl_edma_resume +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0x6d02dfb7 fsl_edma_prep_memcpy +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0x87856114 fsl_edma_prep_dma_cyclic +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0x9c39e3f0 fsl_edma_cleanup_vchan +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0xa0521e57 fsl_edma_free_chan_resources +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0xa12f1fab fsl_edma_pause +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0xb3da41f6 fsl_edma_xfer_desc +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0xb8efb780 fsl_edma_prep_slave_sg +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0xc347ec2a fsl_edma_disable_request +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0xd9b0e94c fsl_edma_tx_status +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0xe25deb26 fsl_edma_terminate_all +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0xe808f369 fsl_edma_slave_config +EXPORT_SYMBOL_GPL drivers/dma/qcom/hdma_mgmt 0x0850193a hidma_mgmt_setup +EXPORT_SYMBOL_GPL drivers/dma/qcom/hdma_mgmt 0x4e25b816 hidma_mgmt_init_sys +EXPORT_SYMBOL_GPL drivers/firewire/firewire-core 0x29ec459d 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 0x43585b81 ffa_bus_type +EXPORT_SYMBOL_GPL drivers/firmware/arm_ffa/ffa-module 0x5c94f9d2 ffa_device_unregister +EXPORT_SYMBOL_GPL drivers/firmware/arm_ffa/ffa-module 0x68a760b6 ffa_driver_register +EXPORT_SYMBOL_GPL drivers/firmware/arm_ffa/ffa-module 0x91452fc7 ffa_driver_unregister +EXPORT_SYMBOL_GPL drivers/firmware/arm_ffa/ffa-module 0xf1a3b200 ffa_device_register +EXPORT_SYMBOL_GPL drivers/firmware/arm_scpi 0x6e21fb19 get_scpi_ops +EXPORT_SYMBOL_GPL drivers/firmware/mtk-adsp-ipc 0x42c72fdc mtk_adsp_ipc_send +EXPORT_SYMBOL_GPL drivers/firmware/stratix10-svc 0x0e7b7015 stratix10_svc_done +EXPORT_SYMBOL_GPL drivers/firmware/stratix10-svc 0x2b26195c stratix10_svc_request_channel_byname +EXPORT_SYMBOL_GPL drivers/firmware/stratix10-svc 0x41d5ad1c stratix10_svc_allocate_memory +EXPORT_SYMBOL_GPL drivers/firmware/stratix10-svc 0x50f5368a stratix10_svc_free_channel +EXPORT_SYMBOL_GPL drivers/firmware/stratix10-svc 0x595b630e stratix10_svc_free_memory +EXPORT_SYMBOL_GPL drivers/firmware/stratix10-svc 0xd3df684d stratix10_svc_send +EXPORT_SYMBOL_GPL drivers/fpga/altera-pr-ip-core 0x7716c9fe alt_pr_register +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x04b1f383 dfl_fpga_feature_devs_enumerate +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x0dd5fb64 dfl_fpga_cdev_config_ports_pf +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x2bea36b4 dfl_fpga_cdev_assign_port +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x4257b432 dfl_fpga_dev_ops_unregister +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x4abc6d4f dfl_fpga_cdev_release_port +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x55584162 dfl_fpga_port_ops_get +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x5565dfd7 dfl_fpga_dev_feature_uinit +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x5694a837 dfl_feature_ioctl_get_num_irqs +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x7ab768de dfl_fpga_enum_info_add_dfl +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x7d9970d0 dfl_fpga_port_ops_del +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x8611798a dfl_fpga_port_ops_put +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x8879bc18 dfl_fpga_enum_info_add_irq +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x98bdacf4 dfl_fpga_feature_devs_remove +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xaaac8a61 dfl_fpga_port_ops_add +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xada61360 dfl_fpga_dev_feature_init +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xb52b43c1 dfl_fpga_cdev_config_ports_vf +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xb5f6b4ba dfl_fpga_enum_info_free +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xb71aed4f dfl_fpga_enum_info_alloc +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xb94ddc05 dfl_fpga_dev_ops_register +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xcb426798 dfl_feature_ioctl_set_irq +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xd74806b3 dfl_fpga_check_port_id +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xe15d450a __dfl_fpga_cdev_find_port +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xe26390ef dfl_fpga_set_irq_triggers +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 0x241a9f0e fpga_bridge_get +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0x26c574bc fpga_bridge_unregister +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0x2c8167cf fpga_bridges_disable +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0x34694c5b fpga_bridge_disable +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0x4efc1218 of_fpga_bridge_get_to_list +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0x62693e21 fpga_bridge_register +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0x7ecc2e27 fpga_bridge_put +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0x9a383df9 of_fpga_bridge_get +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0xb48bae1f fpga_bridge_enable +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0xce655ee6 fpga_bridge_get_to_list +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x12c49680 fpga_mgr_register +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x131da6bf fpga_mgr_unlock +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x2a8e6423 fpga_mgr_lock +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x389dcd85 fpga_mgr_unregister +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x557c1f7b devm_fpga_mgr_register_full +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x69a2007c fpga_image_info_free +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x962b8abf fpga_mgr_put +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0xb781e57d fpga_image_info_alloc +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0xcfb7e0ef of_fpga_mgr_get +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0xcfc7aadc fpga_mgr_load +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0xead276dc fpga_mgr_get +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0xee4b49c2 devm_fpga_mgr_register +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0xee789937 fpga_mgr_register_full +EXPORT_SYMBOL_GPL drivers/fpga/fpga-region 0x345e0fb8 fpga_region_unregister +EXPORT_SYMBOL_GPL drivers/fpga/fpga-region 0x4d005eb8 fpga_region_class_find +EXPORT_SYMBOL_GPL drivers/fpga/fpga-region 0x7451579e fpga_region_register_full +EXPORT_SYMBOL_GPL drivers/fpga/fpga-region 0xba583e91 fpga_region_program_fpga +EXPORT_SYMBOL_GPL drivers/fpga/fpga-region 0xf0c7e46b fpga_region_register +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0x1215074d fsi_device_write +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0x1997a066 fsi_master_register +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0x3a93847e fsi_slave_claim_range +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0x40285de4 fsi_master_unregister +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0x5163592d fsi_driver_unregister +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0x5a57d574 fsi_free_minor +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0x5ac357e8 fsi_get_new_minor +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0x68ce1a9e fsi_cdev_type +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0x691c7a92 fsi_driver_register +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0x78060f23 fsi_slave_read +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0xa40377c1 fsi_device_read +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0xaa329b06 fsi_master_rescan +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0xce22aee2 fsi_slave_release_range +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0xce581071 fsi_bus_type +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0xd942f235 fsi_slave_write +EXPORT_SYMBOL_GPL drivers/fsi/fsi-occ 0x199cff36 fsi_occ_submit +EXPORT_SYMBOL_GPL drivers/fsi/fsi-sbefifo 0x679fb74d sbefifo_parse_status +EXPORT_SYMBOL_GPL drivers/fsi/fsi-sbefifo 0x8af4ac56 sbefifo_submit +EXPORT_SYMBOL_GPL drivers/gnss/gnss 0x2150e530 gnss_register_device +EXPORT_SYMBOL_GPL drivers/gnss/gnss 0x2dba2dd0 gnss_allocate_device +EXPORT_SYMBOL_GPL drivers/gnss/gnss 0x5b86dd3a gnss_insert_raw +EXPORT_SYMBOL_GPL drivers/gnss/gnss 0xc17cbae2 gnss_deregister_device +EXPORT_SYMBOL_GPL drivers/gnss/gnss 0xe802bfac gnss_put_device +EXPORT_SYMBOL_GPL drivers/gnss/gnss-serial 0x2e3f1154 gnss_serial_free +EXPORT_SYMBOL_GPL drivers/gnss/gnss-serial 0x62070c77 gnss_serial_allocate +EXPORT_SYMBOL_GPL drivers/gnss/gnss-serial 0x70889b63 gnss_serial_deregister +EXPORT_SYMBOL_GPL drivers/gnss/gnss-serial 0x90829bb3 gnss_serial_register +EXPORT_SYMBOL_GPL drivers/gnss/gnss-serial 0x9a5c005f 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 0x7423c3f9 __max730x_probe +EXPORT_SYMBOL_GPL drivers/gpio/gpio-max730x 0xcc0c9c9e __max730x_remove +EXPORT_SYMBOL_GPL drivers/gpio/gpio-regmap 0x23c206fd devm_gpio_regmap_register +EXPORT_SYMBOL_GPL drivers/gpio/gpio-regmap 0x496ce291 gpio_regmap_get_drvdata +EXPORT_SYMBOL_GPL drivers/gpio/gpio-regmap 0x6b6642a7 gpio_regmap_register +EXPORT_SYMBOL_GPL drivers/gpio/gpio-regmap 0xb7066570 gpio_regmap_unregister +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/analogix/analogix_dp 0x2ae23ea2 analogix_dp_remove +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/analogix/analogix_dp 0x318fa147 analogix_dp_bind +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 0x608d4133 analogix_dp_suspend +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/analogix/analogix_dp 0x77f1d10a analogix_dp_resume +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/analogix/analogix_dp 0x8e207094 analogix_dp_stop_crc +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/analogix/analogix_dp 0x969124bf analogix_dp_unbind +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/analogix/analogix_dp 0x98851914 analogix_dp_start_crc +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/analogix/analogix_dp 0xf45a0e66 analogix_dp_probe +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 0x09340e05 dw_hdmi_set_channel_count +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 0x094f6fc5 dw_hdmi_phy_i2c_set_addr +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 0x0df544f9 dw_hdmi_bind +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 0x1a073e29 dw_hdmi_probe +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 0x26d629cd dw_hdmi_phy_gen2_reset +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 0x2d1c0e80 dw_hdmi_setup_rx_sense +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 0x2fac9436 dw_hdmi_set_channel_allocation +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 0x316212a8 dw_hdmi_unbind +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 0x42926f4a dw_hdmi_resume +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 0x4a9b174f dw_hdmi_remove +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 0x56f72e25 dw_hdmi_set_sample_non_pcm +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 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 0x9a91da81 dw_hdmi_set_high_tmds_clock_ratio +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 0x9b44a60b dw_hdmi_phy_gen2_pddq +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 0xc59f9e6f dw_hdmi_phy_gen1_reset +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 0xce27012a dw_hdmi_audio_disable +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 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-hdmi 0xf7e34760 dw_hdmi_set_plugged_cb +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-mipi-dsi 0x0abeded7 dw_mipi_dsi_bind +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 0xa11dda01 dw_mipi_dsi_probe +EXPORT_SYMBOL_GPL drivers/gpu/drm/display/drm_display_helper 0xf43d6de9 drm_hdcp_check_ksvs_revoked +EXPORT_SYMBOL_GPL drivers/gpu/drm/display/drm_dp_aux_bus 0x90bf6e02 dp_aux_dp_driver_unregister +EXPORT_SYMBOL_GPL drivers/gpu/drm/display/drm_dp_aux_bus 0xa72c8d8f of_dp_aux_depopulate_bus +EXPORT_SYMBOL_GPL drivers/gpu/drm/display/drm_dp_aux_bus 0xbdc437c2 devm_of_dp_aux_populate_bus +EXPORT_SYMBOL_GPL drivers/gpu/drm/display/drm_dp_aux_bus 0xd6677e8e __dp_aux_dp_driver_register +EXPORT_SYMBOL_GPL drivers/gpu/drm/display/drm_dp_aux_bus 0xfd084f57 of_dp_aux_populate_bus +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x016dcd20 drmm_kstrdup +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x15b34dd6 drm_of_find_panel_or_bridge +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x15e95f53 drm_bridge_detect +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x36304776 of_get_drm_display_mode +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x5008e653 drm_bridge_get_edid +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x5df2c21f drm_of_encoder_active_endpoint +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x638090be drm_of_component_match_add +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x66a17fa6 drm_bridge_hpd_disable +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x66cf2f64 drm_display_mode_from_videomode +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x784af4c6 drm_bridge_hpd_notify +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x84d9df52 drm_class_device_unregister +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x853281d6 drm_class_device_register +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x91e014e8 drm_of_get_data_lanes_count_ep +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x94fc24ff drm_gem_dumb_map_offset +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xad885165 drm_bus_flags_from_videomode +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xcae82c57 accel_open +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xcdff37af of_get_drm_panel_display_mode +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xd5d74055 drm_bridge_get_modes +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xdb7516c5 drm_do_get_edid +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xdd40ddbf drm_of_lvds_get_data_mapping +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xdfb417c8 drm_of_get_data_lanes_count +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xe4008c87 drm_crtc_add_crc_entry +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xf5be1279 drm_bridge_hpd_enable +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xf6c494c1 drm_of_lvds_get_dual_link_pixel_order +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xfe9f72f3 drm_display_mode_to_videomode +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0x01e959a4 drm_fb_dma_get_gem_obj +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0x469b182f drm_gem_dma_vmap +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0x495d554b drm_fb_dma_get_gem_addr +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0x683a1be7 drm_gem_dma_dumb_create +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0x75001ef2 drm_gem_dma_mmap +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0x7f819e56 drm_fb_dma_sync_non_coherent +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0x87b1c994 drm_gem_dma_vm_ops +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0xbf33131a drm_gem_dma_prime_import_sg_table +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0xca0ff7de drm_gem_dma_dumb_create_internal +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0xd985c8b4 drm_gem_dma_get_sg_table +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0xdb1aa5d8 drm_gem_dma_free +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0xfae76f4b drm_gem_dma_create +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0x2106aa4c drm_gem_fb_afbc_init +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0x33ac97bf drm_gem_fb_create_with_funcs +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0x4dba5dac drm_gem_fb_create +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0x5c5bbf08 drm_gem_fb_init_with_funcs +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0x7fb7288d drm_gem_fb_get_obj +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0x8f4b61fd drm_bridge_connector_init +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0x9e20ddbd drm_gem_plane_helper_prepare_fb +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0xedde35b5 drm_bridge_connector_disable_hpd +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0xf64c644e drm_bridge_connector_enable_hpd +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0xfa441ff1 drm_gem_fb_create_with_dirty +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0x06306f81 drm_gem_shmem_get_pages_sgt +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0x39921d0d drm_gem_shmem_create +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0x46bf3341 drm_gem_shmem_get_sg_table +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0x58025ad8 drm_gem_shmem_dumb_create +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0x67728199 drm_gem_shmem_vm_ops +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0xacea783a drm_gem_shmem_mmap +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0xbb28d198 drm_gem_shmem_prime_import_sg_table +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0xd28c8d3c drm_gem_shmem_free +EXPORT_SYMBOL_GPL drivers/gpu/drm/meson/meson-drm 0x2c73cfcf meson_venc_hdmi_venc_repeat +EXPORT_SYMBOL_GPL drivers/gpu/drm/meson/meson-drm 0x32702bb3 meson_venc_hdmi_mode_set +EXPORT_SYMBOL_GPL drivers/gpu/drm/meson/meson-drm 0x54266bc1 meson_vclk_dmt_supported_freq +EXPORT_SYMBOL_GPL drivers/gpu/drm/meson/meson-drm 0x94a785f8 meson_venc_hdmi_supported_mode +EXPORT_SYMBOL_GPL drivers/gpu/drm/meson/meson-drm 0x960add9f meson_vclk_setup +EXPORT_SYMBOL_GPL drivers/gpu/drm/meson/meson-drm 0xab5bee2f meson_venc_hdmi_supported_vic +EXPORT_SYMBOL_GPL drivers/gpu/drm/meson/meson-drm 0xf1a60430 meson_vclk_vic_supported_freq +EXPORT_SYMBOL_GPL drivers/gpu/drm/panel/panel-samsung-s6e63m0 0x38b633c1 s6e63m0_probe +EXPORT_SYMBOL_GPL drivers/gpu/drm/panel/panel-samsung-s6e63m0 0xee00f319 s6e63m0_remove +EXPORT_SYMBOL_GPL drivers/gpu/drm/pl111/pl111_drm 0x0f46e0dc pl111_versatile_init +EXPORT_SYMBOL_GPL drivers/gpu/drm/rcar-du/rcar_cmm 0x1b3d6cff rcar_cmm_enable +EXPORT_SYMBOL_GPL drivers/gpu/drm/rcar-du/rcar_cmm 0x36f8c0bb rcar_cmm_setup +EXPORT_SYMBOL_GPL drivers/gpu/drm/rcar-du/rcar_cmm 0x6b041364 rcar_cmm_init +EXPORT_SYMBOL_GPL drivers/gpu/drm/rcar-du/rcar_cmm 0x8ad07879 rcar_cmm_disable +EXPORT_SYMBOL_GPL drivers/gpu/drm/rcar-du/rcar_lvds 0x4f934428 rcar_lvds_dual_link +EXPORT_SYMBOL_GPL drivers/gpu/drm/rcar-du/rcar_lvds 0x9097cd49 rcar_lvds_pclk_disable +EXPORT_SYMBOL_GPL drivers/gpu/drm/rcar-du/rcar_lvds 0x933bfc8a rcar_lvds_pclk_enable +EXPORT_SYMBOL_GPL drivers/gpu/drm/rcar-du/rcar_lvds 0x97e93b12 rcar_lvds_is_connected +EXPORT_SYMBOL_GPL drivers/gpu/drm/rcar-du/rcar_mipi_dsi 0x7fd30780 rcar_mipi_dsi_pclk_disable +EXPORT_SYMBOL_GPL drivers/gpu/drm/rcar-du/rcar_mipi_dsi 0xd045f706 rcar_mipi_dsi_pclk_enable +EXPORT_SYMBOL_GPL drivers/gpu/drm/rockchip/rockchipdrm 0x0a61b07c rockchip_rgb_init +EXPORT_SYMBOL_GPL drivers/gpu/drm/rockchip/rockchipdrm 0x70115fd9 vop2_component_ops +EXPORT_SYMBOL_GPL drivers/gpu/drm/rockchip/rockchipdrm 0xecc09cde vop_component_ops +EXPORT_SYMBOL_GPL drivers/gpu/drm/rockchip/rockchipdrm 0xfead7585 rockchip_rgb_fini +EXPORT_SYMBOL_GPL drivers/gpu/drm/solomon/ssd130x 0x200b58a2 ssd130x_probe +EXPORT_SYMBOL_GPL drivers/gpu/drm/solomon/ssd130x 0x3109b556 ssd130x_remove +EXPORT_SYMBOL_GPL drivers/gpu/drm/solomon/ssd130x 0xda25b642 ssd130x_shutdown +EXPORT_SYMBOL_GPL drivers/gpu/host1x/host1x 0x2c63a79f host1x_memory_context_alloc +EXPORT_SYMBOL_GPL drivers/gpu/host1x/host1x 0x39ace0fb host1x_memory_context_get +EXPORT_SYMBOL_GPL drivers/gpu/host1x/host1x 0x6fe85121 host1x_memory_context_put +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x0145794e gb_connection_disable_rx +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x01c6d3c6 gb_hd_add +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x02f46d26 __tracepoint_gb_message_submit +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x06a9b54d gb_operation_get +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x0d2dad73 gb_operation_sync_timeout +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x14028e17 __SCK__tp_func_gb_hd_add +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x1597e61c __traceiter_gb_hd_add +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x15d1942f greybus_disabled +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x181a572f gb_connection_latency_tag_enable +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x258e4c6a gb_connection_disable +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x28f2178b gb_operation_request_send +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x2ca9eaa2 __traceiter_gb_hd_in +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x2e0ebc6e greybus_register_driver +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x35ec75bb gb_svc_intf_set_power_mode +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x361e7e90 gb_operation_put +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x3a01cb14 __traceiter_gb_hd_release +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x3f120e3d gb_connection_create_offloaded +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x3f9358ad gb_connection_disable_forced +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x407279fe gb_hd_cport_release_reserved +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x435185a8 gb_hd_shutdown +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x44b52f9c gb_connection_enable +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x4b4eff72 gb_hd_cport_reserve +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x5845c5f9 gb_operation_response_alloc +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x5a73c650 greybus_deregister_driver +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x5ad3f2d7 __tracepoint_gb_hd_add +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x5c0a8043 __tracepoint_gb_hd_in +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x5f6cb09b gb_connection_latency_tag_disable +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x6004aeda __traceiter_gb_message_submit +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x6213634d __tracepoint_gb_hd_create +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x693d2482 gb_operation_unidirectional_timeout +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x6bdeaab9 gb_operation_create_flags +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x6d3bb9ec __SCK__tp_func_gb_message_submit +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x7c777d05 gb_hd_put +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x81e221fb __SCK__tp_func_gb_hd_create +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x82dbdc8e __traceiter_gb_hd_del +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x89f514a1 __SCK__tp_func_gb_hd_in +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x8b9f9187 gb_hd_output +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x8da5c33f gb_interface_request_mode_switch +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xa416e2da __tracepoint_gb_hd_del +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xa4c40b95 greybus_message_sent +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xa4ca5ecf gb_operation_get_payload_size_max +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xaa9e741f gb_connection_create_flags +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xaf32499f gb_connection_destroy +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xb668d8c1 __traceiter_gb_hd_create +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xc658e913 gb_operation_cancel +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xcc4119c5 gb_operation_result +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xd3e646d9 __tracepoint_gb_hd_release +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xd71265a0 gb_debugfs_get +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xd8c8950c gb_connection_create +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xda0265d7 gb_hd_create +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xda39afbc gb_connection_enable_tx +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xe7db4e2f gb_operation_request_send_sync_timeout +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xea4687ed gb_hd_del +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xeac79e1a __SCK__tp_func_gb_hd_del +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xee8dd9c6 greybus_data_rcvd +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xf107a122 __SCK__tp_func_gb_hd_release +EXPORT_SYMBOL_GPL drivers/hid/hid 0x05495392 hid_debug +EXPORT_SYMBOL_GPL drivers/hid/hid 0x14d3c487 hid_add_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0x19d52f1f hid_quirks_exit +EXPORT_SYMBOL_GPL drivers/hid/hid 0x1fbd2a9b hid_parse_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0x252712e6 hidinput_report_event +EXPORT_SYMBOL_GPL drivers/hid/hid 0x29f70396 hid_dump_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0x309910e4 hid_report_raw_event +EXPORT_SYMBOL_GPL drivers/hid/hid 0x328cef70 hid_register_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0x32aa0b1f hid_destroy_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0x341d7ac1 hid_driver_suspend +EXPORT_SYMBOL_GPL drivers/hid/hid 0x36b5ddef hid_driver_resume +EXPORT_SYMBOL_GPL drivers/hid/hid 0x3c8aaf35 hidraw_connect +EXPORT_SYMBOL_GPL drivers/hid/hid 0x3fc7b72c hidinput_calc_abs_res +EXPORT_SYMBOL_GPL drivers/hid/hid 0x52e90ab9 hidinput_get_led_field +EXPORT_SYMBOL_GPL drivers/hid/hid 0x5300dbc3 hid_output_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0x54935899 hid_hw_output_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0x55bfb68f hid_dump_field +EXPORT_SYMBOL_GPL drivers/hid/hid 0x56d1fb33 hid_input_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0x5ad5a8a4 hid_hw_raw_request +EXPORT_SYMBOL_GPL drivers/hid/hid 0x5d565e95 hid_setup_resolution_multiplier +EXPORT_SYMBOL_GPL drivers/hid/hid 0x6164850e hid_alloc_report_buf +EXPORT_SYMBOL_GPL drivers/hid/hid 0x620051ce hid_hw_stop +EXPORT_SYMBOL_GPL drivers/hid/hid 0x6cde2ff0 hid_compare_device_paths +EXPORT_SYMBOL_GPL drivers/hid/hid 0x6e8fd45b hid_hw_request +EXPORT_SYMBOL_GPL drivers/hid/hid 0x7226049a hid_driver_reset_resume +EXPORT_SYMBOL_GPL drivers/hid/hid 0x75eed9a6 __hid_register_driver +EXPORT_SYMBOL_GPL drivers/hid/hid 0x7e376169 hid_match_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0x8018153a hid_lookup_quirk +EXPORT_SYMBOL_GPL drivers/hid/hid 0x85af4a99 hid_dump_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0x8781020b hidraw_disconnect +EXPORT_SYMBOL_GPL drivers/hid/hid 0x87bac582 hid_hw_close +EXPORT_SYMBOL_GPL drivers/hid/hid 0x8a3d6d8e hid_match_id +EXPORT_SYMBOL_GPL drivers/hid/hid 0x8b13a8b8 hid_snto32 +EXPORT_SYMBOL_GPL drivers/hid/hid 0x8e38a6c7 hid_field_extract +EXPORT_SYMBOL_GPL drivers/hid/hid 0x8ebc95da hid_check_keys_pressed +EXPORT_SYMBOL_GPL drivers/hid/hid 0x9be7c331 hid_unregister_driver +EXPORT_SYMBOL_GPL drivers/hid/hid 0xa3c0982c hid_hw_open +EXPORT_SYMBOL_GPL drivers/hid/hid 0xa411730b hidinput_disconnect +EXPORT_SYMBOL_GPL drivers/hid/hid 0xa93296f0 hid_allocate_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0xadd13f4d hid_validate_values +EXPORT_SYMBOL_GPL drivers/hid/hid 0xb7b42e0c hid_open_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0xb82aa7fc hid_hw_start +EXPORT_SYMBOL_GPL drivers/hid/hid 0xbb143161 hid_dump_input +EXPORT_SYMBOL_GPL drivers/hid/hid 0xbb817b80 hid_resolv_usage +EXPORT_SYMBOL_GPL drivers/hid/hid 0xcc4f75bd hidinput_connect +EXPORT_SYMBOL_GPL drivers/hid/hid 0xcc6b11e8 hidraw_report_event +EXPORT_SYMBOL_GPL drivers/hid/hid 0xd8f156a2 hid_debug_event +EXPORT_SYMBOL_GPL drivers/hid/hid 0xd98bcc74 hid_disconnect +EXPORT_SYMBOL_GPL drivers/hid/hid 0xdb513b37 hid_set_field +EXPORT_SYMBOL_GPL drivers/hid/hid 0xde0c498f __hid_request +EXPORT_SYMBOL_GPL drivers/hid/hid 0xe8ad1cd3 hid_ignore +EXPORT_SYMBOL_GPL drivers/hid/hid 0xf16b01ba hid_connect +EXPORT_SYMBOL_GPL drivers/hid/hid 0xf442d60a hidinput_count_leds +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 0xa556a680 roccat_connect +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0x24725391 roccat_common2_send +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0x293ab645 roccat_common2_receive +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0x90f3a81e roccat_common2_send_with_status +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0xa8d4c83f roccat_common2_device_init_struct +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0xaf3a83d9 roccat_common2_sysfs_read +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0xc9c97e29 roccat_common2_sysfs_write +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x63973c0f sensor_hub_set_feature +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x81e1d4b8 sensor_hub_device_open +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x890ea137 sensor_hub_input_attr_get_raw_value +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x8eaa748e sensor_hub_register_callback +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0xa624c45e sensor_hub_get_feature +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0xae8fb6d8 sensor_hub_device_close +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0xce5aea8a sensor_hub_remove_callback +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0xdbe1106d hid_sensor_get_usage_index +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0xe454ed6c sensor_hub_input_get_attribute_info +EXPORT_SYMBOL_GPL drivers/hid/hid-vivaldi-common 0x042de609 vivaldi_attribute_groups +EXPORT_SYMBOL_GPL drivers/hid/hid-vivaldi-common 0xfb8a1f07 vivaldi_feature_mapping +EXPORT_SYMBOL_GPL drivers/hid/i2c-hid/i2c-hid 0x0902fc6a i2c_hid_ll_driver +EXPORT_SYMBOL_GPL drivers/hid/i2c-hid/i2c-hid 0x0b657194 i2c_hid_core_probe +EXPORT_SYMBOL_GPL drivers/hid/i2c-hid/i2c-hid 0x158f60c4 i2c_hid_core_shutdown +EXPORT_SYMBOL_GPL drivers/hid/i2c-hid/i2c-hid 0x4dd7f35d i2c_hid_core_pm +EXPORT_SYMBOL_GPL drivers/hid/i2c-hid/i2c-hid 0xc25b28b2 i2c_hid_core_remove +EXPORT_SYMBOL_GPL drivers/hid/surface-hid/surface_hid_core 0x4a4ff80c surface_hid_pm_ops +EXPORT_SYMBOL_GPL drivers/hid/surface-hid/surface_hid_core 0xa7291d60 surface_hid_device_add +EXPORT_SYMBOL_GPL drivers/hid/surface-hid/surface_hid_core 0xc4aa08d8 surface_hid_device_destroy +EXPORT_SYMBOL_GPL drivers/hid/uhid 0x125d2b0c uhid_hid_driver +EXPORT_SYMBOL_GPL drivers/hid/usbhid/usbhid 0x7bdf24a5 hiddev_hid_event +EXPORT_SYMBOL_GPL drivers/hid/usbhid/usbhid 0xf81a49d6 usb_hid_driver +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x05fdc6ce hsi_alloc_controller +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x0d1b2983 hsi_release_port +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x110da523 hsi_add_clients_from_dt +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x1f4cf4e6 hsi_async +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x3a2a2be2 hsi_register_port_event +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x3b14f920 hsi_unregister_port_event +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x5210a5bf hsi_board_list +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x57340258 hsi_free_msg +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x59a56c5e hsi_get_channel_id_by_name +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x7272452c hsi_put_controller +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x88cedcfa hsi_alloc_msg +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x8a320dae hsi_remove_client +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xa096a4f6 hsi_unregister_controller +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xa579d1a8 hsi_claim_port +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xbde88991 hsi_event +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xbffaf588 hsi_register_client_driver +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xcc12a92e hsi_port_unregister_clients +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xf471f1f7 hsi_register_controller +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xf958ccde hsi_new_client +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x04a63eb5 hv_pkt_iter_close +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x11e05f5b vmbus_next_request_id +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x13a31709 vmbus_setevent +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x1c936839 vmbus_set_chn_rescind_callback +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x2d980fb4 vmbus_driver_unregister +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x31e2e77f vmbus_free_mmio +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x321055cb vmbus_prep_negotiate_resp +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x40b6c109 vmbus_sendpacket_pagebuffer +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 0x4eab8dd5 vmbus_free_ring +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x52c9de8e vmbus_connect_ring +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x548521b1 hv_ringbuffer_get_debuginfo +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x60068da3 vmbus_send_modifychannel +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x649f9ca2 vmbus_disconnect_ring +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x80d3ad72 vmbus_request_addr +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x83a0e7c5 vmbus_teardown_gpadl +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x89832086 vmbus_establish_gpadl +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x8e860c18 vmbus_allocate_mmio +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x989c1299 __vmbus_driver_register +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x9b495737 vmbus_sendpacket_mpb_desc +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x9b5954b7 vmbus_set_event +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xa2f65d33 __hv_pkt_iter_next +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xaf74949b vmbus_hvsock_device_unregister +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xb2430f5f hv_ringbuffer_spinlock_busy +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xb540d66b hv_pkt_iter_first +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xb8e772a5 __vmbus_request_addr_match +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xc9f86149 vmbus_close +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xcc731a34 vmbus_request_addr_match +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xd4b09e92 vmbus_open +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xd688f961 vmbus_set_sc_create_callback +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xdbcd2b04 vmbus_alloc_ring +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xed0e416c vmbus_connection +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xf46b7e9b vmbus_recvpacket_raw +EXPORT_SYMBOL_GPL drivers/hwmon/adt7x10 0x3ae49955 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 0x2f01371b nct6775_show_beep +EXPORT_SYMBOL_GPL drivers/hwmon/nct6775-core 0x6b7de1b0 nct6775_update_device +EXPORT_SYMBOL_GPL drivers/hwmon/nct6775-core 0x6efad209 nct6775_store_beep +EXPORT_SYMBOL_GPL drivers/hwmon/nct6775-core 0x71729244 nct6775_probe +EXPORT_SYMBOL_GPL drivers/hwmon/nct6775-core 0x8d8b45f1 nct6775_reg_is_word_sized +EXPORT_SYMBOL_GPL drivers/hwmon/nct6775-core 0xb2571654 nct6775_show_alarm +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0x00a44a74 intel_th_trace_switch +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0x0acc6996 intel_th_trace_disable +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0x1ad96d29 intel_th_free +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0x3bc03caf intel_th_alloc +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0x66835530 intel_th_output_enable +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0x8fa73b93 intel_th_set_output +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0xc01ac89f intel_th_driver_register +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0xede7fe45 intel_th_driver_unregister +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0xfab14e8d intel_th_trace_enable +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th_msu 0x0b73732f intel_th_msc_window_unlock +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th_msu 0x59670976 intel_th_msu_buffer_register +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th_msu 0xdae6bd46 intel_th_msu_buffer_unregister +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0x0268fc73 stm_register_protocol +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0x20a99641 stm_register_device +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0x39d6fdf8 stm_data_write +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0x629b4966 stm_source_register_device +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0x75b01c7e stm_source_write +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0x8dc73e62 to_pdrv_policy_node +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0xab87b908 stm_unregister_protocol +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0xd6424c7f stm_source_unregister_device +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0xf11e771b stm_unregister_device +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-ccgx-ucsi 0xf63eb850 i2c_new_ccgx_ucsi +EXPORT_SYMBOL_GPL drivers/i2c/i2c-mux 0x0e31b346 i2c_mux_alloc +EXPORT_SYMBOL_GPL drivers/i2c/i2c-mux 0x3ec3cacc i2c_root_adapter +EXPORT_SYMBOL_GPL drivers/i2c/i2c-mux 0xc866c0e5 i2c_mux_del_adapters +EXPORT_SYMBOL_GPL drivers/i2c/i2c-mux 0xe26dc583 i2c_mux_add_adapter +EXPORT_SYMBOL_GPL drivers/i2c/i2c-smbus 0x338483c9 i2c_handle_smbus_alert +EXPORT_SYMBOL_GPL drivers/i2c/i2c-smbus 0x389c3348 i2c_free_slave_host_notify_device +EXPORT_SYMBOL_GPL drivers/i2c/i2c-smbus 0x6e4d9453 i2c_register_spd +EXPORT_SYMBOL_GPL drivers/i2c/i2c-smbus 0xf7db58dd i2c_new_slave_host_notify_device +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x054b7e9b i3c_master_enec_locked +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x13542d49 i3c_master_register +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x167554cf i3c_driver_unregister +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x1ac391a5 i3c_device_do_priv_xfers +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x1c599fbf i3c_generic_ibi_recycle_slot +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x36fcc336 i3c_master_set_info +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x3e56232d dev_to_i3cdev +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x3ecc6846 i3c_master_disec_locked +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x43fc464f i3c_driver_register_with_owner +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x4a71fb9b i3c_device_do_setdasa +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x4de8b7cf i3cdev_to_dev +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x54a37455 i3c_master_do_daa +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x56a3711f i3c_master_queue_ibi +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x6437b4ed i3c_generic_ibi_alloc_pool +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x6827b1d4 i3c_master_get_free_addr +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x76fe3e05 i3c_generic_ibi_free_pool +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x780b2370 i3c_device_match_id +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x7d8e94e9 i3c_device_free_ibi +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x891b000a i3c_device_get_info +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x9157b222 i3c_master_unregister +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xa0e8f95d i3c_master_add_i3c_dev_locked +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xbf7fb843 i3c_device_enable_ibi +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xc40b5343 i3c_generic_ibi_get_free_slot +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xda51b4b1 i3c_master_entdaa_locked +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xdbf43393 i3c_device_request_ibi +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xe921570c i3c_device_disable_ibi +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xfebe321f i3c_master_defslvs_locked +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-cb 0x1d2145d6 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 0x513d6261 iio_channel_cb_get_channels +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-cb 0x5e45ac7b iio_channel_cb_get_iio_dev +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-cb 0x7a711aef iio_channel_start_all_cb +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-cb 0x9acf62ab iio_channel_cb_set_buffer_watermark +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0x2076c3f2 iio_dma_buffer_enable +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0x35225927 iio_dma_buffer_disable +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0x3c827054 iio_dma_buffer_exit +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0x54e283d9 iio_dma_buffer_set_length +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0x56866bf9 iio_dma_buffer_block_done +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0x838cfa9a iio_dma_buffer_set_bytes_per_datum +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0x8d132039 iio_dma_buffer_data_available +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0x9d3cd0a0 iio_dma_buffer_read +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0xa3fb3799 iio_dma_buffer_init +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0xb4204a13 iio_dma_buffer_block_list_abort +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0xd211af08 iio_dma_buffer_release +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0xfd0d4bc8 iio_dma_buffer_request_update +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dmaengine 0x55959f52 devm_iio_dmaengine_buffer_setup +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-hw-consumer 0x11597901 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 0xf135c6d7 iio_hw_consumer_alloc +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-triggered-buffer 0x3a34d994 devm_iio_triggered_buffer_setup_ext +EXPORT_SYMBOL_GPL drivers/iio/buffer/kfifo_buf 0xcf315b28 devm_iio_kfifo_buffer_setup_ext +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0x00254b3a cros_ec_sensors_core_read_avail +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0x0a571aed cros_ec_sensors_push_data +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0x192f1a38 cros_ec_sensors_read_cmd +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0x19b5c93d cros_ec_sensors_core_write +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0x5186e851 cros_ec_sensors_core_read +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0x5aee5470 cros_ec_sensors_core_register +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0x9971dac4 cros_ec_sensors_capture +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0x998c0c1a cros_ec_sensors_core_init +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0xbe3d080a cros_ec_sensors_pm_ops +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0xc49780bc cros_ec_sensors_read_lpc +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0xc8106d73 cros_ec_motion_send_host_cmd +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0xd5bf5dd9 cros_ec_sensors_ext_info +EXPORT_SYMBOL_GPL drivers/iio/gyro/bmg160_core 0x868dde85 bmg160_core_probe +EXPORT_SYMBOL_GPL drivers/iio/gyro/bmg160_core 0x91d0600a bmg160_core_remove +EXPORT_SYMBOL_GPL drivers/iio/gyro/bmg160_core 0xcec8f14f bmg160_pm_ops +EXPORT_SYMBOL_GPL drivers/iio/imu/fxos8700_core 0x42a80bab fxos8700_core_probe +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x067f0f42 iio_read_channel_offset +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x0aa3783b devm_iio_device_alloc +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x100dd1ab devm_iio_map_array_register +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x11976c97 iio_convert_raw_to_processed +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x1c1f1ce0 devm_iio_channel_get +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x2567d7ae devm_fwnode_iio_channel_get_by_name +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x259cf8fb iio_alloc_pollfunc +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x26f6b499 iio_str_to_fixpoint +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x28cd18e9 iio_device_id +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x28fc2cb1 iio_read_avail_channel_attribute +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x37a1a7fc iio_device_get_current_mode +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x3ca2ef8a iio_read_channel_raw +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x43013d42 iio_map_array_unregister +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x47210499 iio_get_channel_type +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x49ddce4e fwnode_iio_channel_get_by_name +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x4aa50467 iio_read_channel_processed +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x4c0acf6e iio_buffer_get +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x4d54f11a iio_get_channel_ext_info_count +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x4dce7dd4 iio_format_value +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x558a4cc9 __devm_iio_trigger_alloc +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x56dfba53 iio_channel_get_all +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x5868f587 iio_channel_release +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x5cb75bfc iio_dealloc_pollfunc +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x5ddd0869 iio_push_to_buffers +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x612d1eea iio_buffer_put +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x682f62ed iio_write_channel_ext_info +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x6e087c35 iio_show_mount_matrix +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x708934c9 iio_validate_scan_mask_onehot +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x70f0f1d1 iio_write_channel_raw +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x7a7d37b3 iio_read_channel_ext_info +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x85bb8c62 iio_get_debugfs_dentry +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x8612e733 iio_map_array_register +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x8f5c545e devm_iio_trigger_register +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x933f41b9 iio_update_buffers +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x9a8132c1 iio_device_release_direct_mode +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x9badcf38 iio_read_max_channel_raw +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xa1615856 iio_channel_get +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xad490a3d iio_read_channel_attribute +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xadeb892c iio_enum_available_read +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xbcf54375 iio_device_claim_direct_mode +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xbd358ea9 iio_push_to_buffers_with_ts_unaligned +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xc070250d iio_read_channel_processed_scale +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xc3310332 iio_device_release_buffer_mode +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xc8c31097 iio_read_channel_average_raw +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xcc47f777 iio_write_channel_attribute +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xd0dc7c7f iio_read_avail_channel_raw +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xd5142d69 iio_device_attach_buffer +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xd6e22805 iio_channel_release_all +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xdda6a413 devm_iio_channel_get_all +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xe5457286 iio_device_claim_buffer_mode +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xe612545e iio_enum_read +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xe68146d8 iio_buffer_enabled +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xf00eb8bf iio_enum_write +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xf6b6da49 iio_read_channel_scale +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xf7764319 iio_pop_from_buffer +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xf87712b8 __devm_iio_device_register +EXPORT_SYMBOL_GPL drivers/infiniband/core/ib_core 0xdbd019c4 ib_wq +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0x26650916 rtrs_iu_post_send +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0x2989009d rtrs_start_hb +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0x48a1a9f0 rtrs_init_hb +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0x569288ce rtrs_send_hb_ack +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0x7439eb10 rtrs_iu_post_rdma_write_imm +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0x80886fac rtrs_cq_qp_destroy +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0xaf0e454d rtrs_iu_post_recv +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0xb7524e96 rtrs_post_recv_empty +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0xc03e123f rtrs_stop_hb +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0xc76a3409 rtrs_cq_qp_create +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0xdaa95c86 rtrs_iu_alloc +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0xfba7bf49 rtrs_iu_free +EXPORT_SYMBOL_GPL drivers/input/ff-memless 0x2d2fa420 input_ff_create_memless +EXPORT_SYMBOL_GPL drivers/input/matrix-keymap 0x02c01ea5 matrix_keypad_parse_properties +EXPORT_SYMBOL_GPL drivers/input/misc/adxl34x 0x36536c3a adxl34x_probe +EXPORT_SYMBOL_GPL drivers/input/misc/adxl34x 0x66535a18 adxl34x_suspend +EXPORT_SYMBOL_GPL drivers/input/misc/adxl34x 0xe4586827 adxl34x_resume +EXPORT_SYMBOL_GPL drivers/input/misc/adxl34x 0xec511022 adxl34x_remove +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x03d8e819 rmi_driver_suspend +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x2dc7f3e0 rmi_of_property_read_u32 +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x4c7a404e rmi_2d_sensor_rel_report +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x60908248 rmi_2d_sensor_of_probe +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x61b9ba38 __rmi_register_function_handler +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x6a855e5b rmi_2d_sensor_configure_input +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x731d4f71 rmi_register_transport_device +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x9280cde4 rmi_dbg +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x9b316198 rmi_2d_sensor_abs_report +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0xbca57c62 rmi_driver_resume +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0xe69c03a3 rmi_2d_sensor_abs_process +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0xfba55540 rmi_unregister_function_handler +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0xff1babee rmi_set_attn_data +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp4_core 0x369e3d6b cyttsp4_pm_ops +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp4_core 0x6c9dbb55 cyttsp4_probe +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp4_core 0xd9952a7a cyttsp4_remove +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_core 0x91be9781 cyttsp_probe +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_core 0xac83c1b2 cyttsp_pm_ops +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_i2c_common 0x2c3348c7 cyttsp_i2c_read_block_data +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_i2c_common 0x4f90ebf5 cyttsp_i2c_write_block_data +EXPORT_SYMBOL_GPL drivers/input/touchscreen/tsc200x-core 0x087cccfe tsc200x_remove +EXPORT_SYMBOL_GPL drivers/input/touchscreen/tsc200x-core 0x29625dee tsc200x_pm_ops +EXPORT_SYMBOL_GPL drivers/input/touchscreen/tsc200x-core 0x38e7cdc8 tsc200x_probe +EXPORT_SYMBOL_GPL drivers/input/touchscreen/tsc200x-core 0xde68e59c tsc200x_regmap_config +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x244a6331 wm97xx_get_gpio +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x34eb31f6 wm9713_codec +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x46af89ca wm97xx_unregister_mach_ops +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x4e105bed wm97xx_set_gpio +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x5bdd32a4 wm97xx_register_mach_ops +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x7b5b5bd6 wm97xx_read_aux_adc +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x9737938f wm97xx_set_suspend_mode +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xc7d61a99 wm97xx_reg_write +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xe5ff2c32 wm9705_codec +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xf7c9ca00 wm97xx_config_gpio +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xf8413168 wm9712_codec +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xf8955425 wm97xx_reg_read +EXPORT_SYMBOL_GPL drivers/interconnect/imx/imx-interconnect 0x8ac6a074 imx_icc_register +EXPORT_SYMBOL_GPL drivers/interconnect/imx/imx-interconnect 0x95e24689 imx_icc_unregister +EXPORT_SYMBOL_GPL drivers/interconnect/qcom/icc-bcm-voter 0x0253e279 qcom_icc_bcm_voter_add +EXPORT_SYMBOL_GPL drivers/interconnect/qcom/icc-bcm-voter 0x0b39b783 qcom_icc_bcm_voter_commit +EXPORT_SYMBOL_GPL drivers/interconnect/qcom/icc-bcm-voter 0x48b3aed6 of_bcm_voter_get +EXPORT_SYMBOL_GPL drivers/interconnect/qcom/icc-rpmh 0x127217fb qcom_icc_rpmh_remove +EXPORT_SYMBOL_GPL drivers/interconnect/qcom/icc-rpmh 0x228e1390 qcom_icc_rpmh_probe +EXPORT_SYMBOL_GPL drivers/interconnect/qcom/icc-rpmh 0x273f3b29 qcom_icc_aggregate +EXPORT_SYMBOL_GPL drivers/interconnect/qcom/icc-rpmh 0x70c61298 qcom_icc_bcm_init +EXPORT_SYMBOL_GPL drivers/interconnect/qcom/icc-rpmh 0xa7d5aa37 qcom_icc_set +EXPORT_SYMBOL_GPL drivers/interconnect/qcom/icc-rpmh 0xf5cd690b qcom_icc_pre_aggregate +EXPORT_SYMBOL_GPL drivers/interconnect/qcom/icc-smd-rpm 0x81e513ad qcom_icc_rpm_smd_available +EXPORT_SYMBOL_GPL drivers/interconnect/qcom/icc-smd-rpm 0xe8dbdc6c qcom_icc_rpm_smd_send +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x186a49fc ipack_device_add +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x2faae6f1 ipack_get_device +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x3df487ce ipack_bus_register +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x56c5e406 ipack_driver_register +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x6df275d8 ipack_put_device +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x78b0e35e ipack_driver_unregister +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0xaef05f43 ipack_bus_unregister +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0xbb9a666c ipack_device_del +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0xdab0ad1e ipack_device_init +EXPORT_SYMBOL_GPL drivers/leds/led-class-flash 0x19096c25 devm_led_classdev_flash_unregister +EXPORT_SYMBOL_GPL drivers/leds/led-class-flash 0x1e57d3fa led_classdev_flash_register_ext +EXPORT_SYMBOL_GPL drivers/leds/led-class-flash 0x31579d42 led_get_flash_fault +EXPORT_SYMBOL_GPL drivers/leds/led-class-flash 0x5191f480 led_set_flash_timeout +EXPORT_SYMBOL_GPL drivers/leds/led-class-flash 0x5cad4197 led_classdev_flash_unregister +EXPORT_SYMBOL_GPL drivers/leds/led-class-flash 0x63093873 led_set_flash_brightness +EXPORT_SYMBOL_GPL drivers/leds/led-class-flash 0xe0de71c7 led_update_flash_brightness +EXPORT_SYMBOL_GPL drivers/leds/led-class-flash 0xf7198997 devm_led_classdev_flash_register_ext +EXPORT_SYMBOL_GPL drivers/leds/led-class-multicolor 0x3b479294 led_classdev_multicolor_register_ext +EXPORT_SYMBOL_GPL drivers/leds/led-class-multicolor 0x8b51cbeb devm_led_classdev_multicolor_unregister +EXPORT_SYMBOL_GPL drivers/leds/led-class-multicolor 0xb193912b devm_led_classdev_multicolor_register_ext +EXPORT_SYMBOL_GPL drivers/leds/led-class-multicolor 0xb5cc72fb led_classdev_multicolor_unregister +EXPORT_SYMBOL_GPL drivers/leds/led-class-multicolor 0xbb3c3762 led_mc_calc_color_components +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x192d0a31 lp55xx_read +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x359116a2 lp55xx_register_sysfs +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x430bcbf8 lp55xx_register_leds +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x511e09e7 lp55xx_write +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x822a5643 lp55xx_deinit_device +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x8b374efc lp55xx_update_bits +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0xaf7cf06c lp55xx_of_populate_pdata +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0xdf1502a0 lp55xx_init_device +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0xe0a2f863 lp55xx_is_extclk_used +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0xefe27d86 lp55xx_unregister_sysfs +EXPORT_SYMBOL_GPL drivers/leds/trigger/ledtrig-audio 0x3bd45b0d ledtrig_audio_set +EXPORT_SYMBOL_GPL drivers/leds/trigger/ledtrig-audio 0xce593c22 ledtrig_audio_get +EXPORT_SYMBOL_GPL drivers/leds/trigger/ledtrig-camera 0x749e05f2 ledtrig_flash_ctrl +EXPORT_SYMBOL_GPL drivers/leds/trigger/ledtrig-camera 0x7903e46e ledtrig_torch_ctrl +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x01861d0f __traceiter_bcache_btree_set_root +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x051b2215 __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 0x0826e917 __tracepoint_bcache_read +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x0a7eea57 __traceiter_bcache_invalidate +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x0bc0be45 __SCK__tp_func_bcache_bypass_sequential +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x0cb2cd49 __traceiter_bcache_btree_insert_key +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x15f3de09 __SCK__tp_func_bcache_read_retry +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x16ea7222 __tracepoint_bcache_journal_full +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 0x191717af __tracepoint_bcache_btree_set_root +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x1934a9a9 __tracepoint_bcache_writeback +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 0x1c71a406 __tracepoint_bcache_btree_node_free +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 0x2481ad8a __traceiter_bcache_btree_read +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x2766fb04 __traceiter_bcache_journal_replay_key +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x284a6bff __tracepoint_bcache_gc_start +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x2909bc5d __tracepoint_bcache_btree_read +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x2a0e014e __tracepoint_bcache_btree_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x2af60833 __SCK__tp_func_bcache_writeback_collision +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x2e24f6a1 __traceiter_bcache_read_retry +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x30f2dde0 __traceiter_bcache_btree_node_alloc +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x31b87119 __traceiter_bcache_read +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x3257d343 __tracepoint_bcache_gc_copy +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x35312984 __traceiter_bcache_btree_cache_cannibalize +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x353c4f7f __traceiter_bcache_btree_node_alloc_fail +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x3d0bc6c6 __traceiter_bcache_journal_full +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x46bfabee __tracepoint_bcache_writeback_collision +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x46c66897 __SCK__tp_func_bcache_btree_read +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x4a2d1241 __SCK__tp_func_bcache_btree_node_compact +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x51d0e534 __SCK__tp_func_bcache_btree_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x53b5e5e3 __tracepoint_bcache_journal_entry_full +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x5cc8cb86 __tracepoint_bcache_btree_insert_key +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 0x64e39418 __traceiter_bcache_writeback_collision +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x6697827f __SCK__tp_func_bcache_writeback +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x690dd415 __tracepoint_bcache_btree_node_alloc +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x6e74dca7 __SCK__tp_func_bcache_btree_node_free +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x79eeb380 __SCK__tp_func_bcache_gc_copy_collision +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x7a3c0ac3 __tracepoint_bcache_read_retry +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x7b9d5a27 __traceiter_bcache_journal_entry_full +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x7f894a71 __traceiter_bcache_bypass_congested +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x80e3881d __SCK__tp_func_bcache_request_end +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x830df522 __tracepoint_bcache_btree_node_split +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x862dfa21 __tracepoint_bcache_btree_cache_cannibalize +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x8a460cf8 __traceiter_bcache_gc_end +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x8ad20d61 __SCK__tp_func_bcache_request_start +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x8c6dfcc8 __traceiter_bcache_btree_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x902cb523 __tracepoint_bcache_gc_copy_collision +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x9469398b __traceiter_bcache_btree_node_compact +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x9865dbc4 __tracepoint_bcache_gc_end +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x99cf6ba5 __traceiter_bcache_write +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 0x9f8e04b5 __traceiter_bcache_request_start +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xa14fdbcf __tracepoint_bcache_btree_node_alloc_fail +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xa187023e __SCK__tp_func_bcache_alloc_fail +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xa4b72420 __traceiter_bcache_request_end +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xa5db48cd __traceiter_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 0xb20c33c2 __traceiter_bcache_gc_start +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xb5a62a8c __traceiter_bcache_cache_insert +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xb912ae0b __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 0xbc268695 __tracepoint_bcache_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xc1857470 __tracepoint_bcache_bypass_congested +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xc40731c1 __traceiter_bcache_btree_node_free +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xc78d7102 __tracepoint_bcache_invalidate +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xc8ae4213 __SCK__tp_func_bcache_btree_node_alloc +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xc916ea0f __traceiter_bcache_bypass_sequential +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xc9aea632 __traceiter_bcache_journal_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xce48d6f4 __tracepoint_bcache_alloc_fail +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xda06fe86 __SCK__tp_func_bcache_btree_node_alloc_fail +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xdf62068c __traceiter_bcache_btree_node_split +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xe16c06b3 __SCK__tp_func_bcache_gc_start +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xe202b8e6 __tracepoint_bcache_bypass_sequential +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 0xed37c90e __tracepoint_bcache_cache_insert +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xee55d047 __tracepoint_bcache_journal_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xef7eec02 __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 0xf865c1a2 __tracepoint_bcache_request_start +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xfb3d6c67 __tracepoint_bcache_request_end +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 0x2eb01e04 dm_deferred_set_destroy +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x48977213 dm_cell_unlock_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x4ff9c123 dm_bio_detain +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x5be9514f dm_bio_prison_free_cell_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x5d8db92e dm_cell_error +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x64133680 dm_bio_prison_alloc_cell +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x6791a44e dm_deferred_entry_dec +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x696ca2ef dm_cell_promote_or_release +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x753e20b2 dm_bio_prison_create +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x7ef1a70f dm_cell_lock_promote_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x86db040c dm_cell_release_no_holder +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xa637b127 dm_cell_lock_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xa838313a dm_cell_quiesce_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 0xb783fe5c dm_cell_release +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xc035cf6b dm_cell_get_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xca2e3a88 dm_deferred_entry_inc +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xd6d7c3b1 dm_cell_visit_release +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xd8e9d9ca dm_bio_prison_free_cell +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xd99e003d dm_bio_prison_create_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xdc17738c dm_bio_prison_alloc_cell_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xef7437f1 dm_cell_put_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xf151ba42 dm_get_cell +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x0ad0dc4f dm_bufio_mark_buffer_dirty +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x24772bfe dm_bufio_get +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x2e0774dc dm_bufio_get_block_number +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 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 0xb2438d54 dm_bufio_release_move +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 0xd9134298 dm_bufio_client_create +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 0x26036a6f dm_cache_policy_unregister +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x37ef59a5 dm_cache_policy_get_name +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x481a0b15 btracker_create +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x4becb830 dm_cache_policy_get_hint_size +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x50b3c64c dm_cache_policy_create +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x5adc2807 btracker_destroy +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x65eea825 btracker_nr_writebacks_queued +EXPORT_SYMBOL_GPL drivers/md/dm-cache 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 0xf68d6d02 dm_cache_policy_register +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0xf9f3e74b dm_cache_policy_destroy +EXPORT_SYMBOL_GPL drivers/md/dm-multipath 0x11e78050 dm_unregister_path_selector +EXPORT_SYMBOL_GPL drivers/md/dm-multipath 0x6e64a075 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 0x167cd698 dm_rh_dirty_log +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x31ad0724 dm_region_hash_create +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x33712f8c dm_rh_mark_nosync +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x38972f23 dm_rh_region_to_sector +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x38efaf5a dm_region_hash_destroy +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x3a18389a dm_rh_update_states +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 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 0x8dfd15ad dm_rh_bio_to_region +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x9ea9f7f0 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 0xcec25442 dm_rh_delay +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 0x58b4f79f 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 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 0x034ee9e5 cec_transmit_msg +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x1137b5b8 cec_delete_adapter +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x1ce1756b cec_notifier_conn_register +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x288df486 cec_s_phys_addr_from_edid +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x293f754b cec_queue_pin_cec_event +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x393e9aca cec_s_log_addrs +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x47fefb92 cec_received_msg_ts +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x4fd3345b cec_transmit_attempt_done_ts +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x504d75c2 cec_queue_pin_hpd_event +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x52813e18 cec_notifier_parse_hdmi_phandle +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x7a22d413 cec_pin_allocate_adapter +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x864d8869 cec_notifier_cec_adap_register +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x98b28eb4 cec_transmit_done_ts +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x9c8c8ced cec_notifier_cec_adap_unregister +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x9e89cf38 cec_queue_pin_5v_event +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 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 0xc4dbe81e cec_fill_conn_info_from_drm +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xd0d2bc55 cec_s_phys_addr +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xd2ee8097 cec_s_conn_info +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xddd93ae7 cec_register_adapter +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xefe232ed cec_unregister_adapter +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xf513c28d cec_pin_changed +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xfa9b85cd cec_allocate_adapter +EXPORT_SYMBOL_GPL drivers/media/common/b2c2/b2c2-flexcop 0x66c0289a b2c2_flexcop_debug +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x00147cdd smscore_getbuffer +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x1917efeb sms_board_lna_control +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x21e36bf2 smscore_registry_getmode +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x24ce587e smscore_set_board_id +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 0x3d43de00 smscore_start_device +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x45284ae9 smsendian_handle_rx_message +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x54ee0e83 smscore_putbuffer +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x681992b6 smscore_onresponse +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x6ac6fb31 smscore_get_device_mode +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x6ead48cf sms_board_power +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x701d212f smscore_get_board_id +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x70f68e31 sms_board_setup +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x74ee9098 sms_board_load_modules +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x7aaeebdb smscore_unregister_hotplug +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 0x8578de50 smscore_unregister_device +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x908b3f52 smscore_register_hotplug +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 0xc3caf755 smscore_register_device +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xcc44bf53 sms_board_led_feedback +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xd7d1cab8 smscore_register_client +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xf66239f6 sms_board_event +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 0x036097a2 vb2_core_expbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x05ffe993 vb2_buffer_done +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 0x1291b25f vb2_thread_stop +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x24451812 __tracepoint_vb2_buf_done +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x2593782f __tracepoint_vb2_buf_queue +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x25a8f4cb vb2_discard_done +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x2f9b40f4 vb2_plane_vaddr +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x39493d23 __traceiter_vb2_qbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x476673ed vb2_core_poll +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x490e4e42 vb2_wait_for_all_buffers +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x61245ada vb2_core_queue_init +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x630b24d3 __tracepoint_vb2_qbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x68bcef7b __traceiter_vb2_dqbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x7a53bac3 vb2_core_queue_release +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x8789fccd vb2_core_streamon +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x8dd0fea0 vb2_core_create_bufs +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x8ea3fcb6 vb2_queue_error +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x98f544d6 vb2_mmap +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x9ad3b947 __traceiter_vb2_buf_queue +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xa9e7de87 __traceiter_vb2_buf_done +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xb3021e13 vb2_plane_cookie +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xb6f4b031 __SCK__tp_func_vb2_qbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xb9d2df39 __SCK__tp_func_vb2_dqbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xc452c9d4 vb2_core_prepare_buf +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 0xcbd354e2 vb2_core_reqbufs +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xcd482496 vb2_core_streamoff +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xd3790bd4 vb2_core_querybuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xd7f40aeb vb2_read +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xd7fe531e vb2_request_buffer_cnt +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xd9e5a6b2 vb2_thread_start +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xde307c58 vb2_write +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xec73b955 vb2_request_object_is_buffer +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xf44e1cac vb2_core_qbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xf703a3f9 __tracepoint_vb2_dqbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xfd9189de vb2_core_dqbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-dma-contig 0x8f62f5b0 vb2_dma_contig_set_max_seg_size +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-dma-contig 0xb65a96c7 vb2_dma_contig_memops +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-dma-sg 0x683ce9ff vb2_dma_sg_memops +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-memops 0x2f7c60bd vb2_common_vm_ops +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x042d1388 vb2_fop_poll +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x09fb5703 vb2_queue_change_type +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x102176ad vb2_ioctl_reqbufs +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x14491925 vb2_streamon +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x174beaf1 vb2_fop_release +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x18f08bb1 _vb2_fop_release +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x1f93ab8d vb2_prepare_buf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x2f330ae2 vb2_ioctl_streamoff +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x35ec1d53 vb2_qbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x385846a8 vb2_ioctl_create_bufs +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x45f7bd0f vb2_request_queue +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x47e4e429 vb2_ops_wait_finish +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x51471cbe vb2_find_buffer +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x5633e859 vb2_poll +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x5d025d77 vb2_ioctl_qbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x5e751cb1 vb2_ioctl_dqbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x634c4633 vb2_queue_init +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x73dd80ed vb2_streamoff +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x9844fe13 vb2_ops_wait_prepare +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x9d112ff4 vb2_dqbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xa16a8f30 vb2_queue_release +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xac70921e vb2_ioctl_querybuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xb90f1d5c vb2_queue_init_name +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xbf7d3ba7 vb2_fop_write +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xc7dd4163 vb2_create_bufs +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xc8653122 vb2_fop_mmap +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xceff0291 vb2_request_validate +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xd18170b9 vb2_ioctl_streamon +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xdb935dca vb2_reqbufs +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xdd40542b vb2_expbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xddfee21e vb2_video_unregister_device +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xe0ef1ad6 vb2_ioctl_expbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xf5b289c5 vb2_ioctl_prepare_buf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xfb2c3ce1 vb2_fop_read +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-vmalloc 0x54b7a959 vb2_vmalloc_memops +EXPORT_SYMBOL_GPL drivers/media/dvb-core/dvb-core 0x1d0f982e dvb_module_release +EXPORT_SYMBOL_GPL drivers/media/dvb-core/dvb-core 0x5e47ec08 dvb_module_probe +EXPORT_SYMBOL_GPL drivers/media/dvb-core/dvb-core 0x82907cbf dvb_create_media_graph +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/as102_fe 0x28b9d33e as102_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/cx24117 0xac351e26 cx24117_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/gp8psk-fe 0xd880fe29 gp8psk_fe_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/mxl5xx 0x5bf14f69 mxl5xx_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stv0910 0x465ea822 stv0910_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stv6111 0xedb130ed stv6111_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tda18271c2dd 0x0880c6e1 tda18271c2dd_attach +EXPORT_SYMBOL_GPL drivers/media/i2c/aptina-pll 0x2578dfe5 aptina_pll_calculate +EXPORT_SYMBOL_GPL drivers/media/i2c/ccs-pll 0x0be6ea7a ccs_pll_calculate +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0x0314a24c max9271_enable_gpios +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0x44c26fad max9271_set_translation +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0x46173606 max9271_set_gpios +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0x4b9765f4 max9271_set_deserializer_address +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0x50f899fe max9271_configure_i2c +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0x6a560cd0 max9271_verify_id +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0x79512339 max9271_disable_gpios +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0xb254cd8f max9271_wake_up +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0xbb2bcbbe max9271_set_high_threshold +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0xc165c7d2 max9271_set_serial_link +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0xd39013df max9271_set_address +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0xdb2ddbee max9271_configure_gmsl_link +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0xf2a18d21 max9271_clear_gpios +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x06686e64 media_pipeline_stop +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x0f985f35 __media_pipeline_start +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x0f9fdfd0 media_entity_get_fwnode_pad +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x1435ab1f media_device_unregister_entity_notify +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x281a660d __media_device_register +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x2c857156 media_create_ancillary_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x2ccea34f media_get_pad_index +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x32683a37 media_request_object_init +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x34be6528 media_graph_walk_init +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x3744b1da media_request_object_unbind +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x3c24c601 media_create_pad_links +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x401dc221 __media_entity_remove_links +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x413507eb media_entity_find_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x4596aa27 __media_remove_intf_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x48373bdf media_device_cleanup +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x4d359c17 media_devnode_create +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x4df46fcc media_create_pad_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x4f74752f media_device_init +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x4ff87f23 media_request_object_bind +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x515bc7e1 media_entity_setup_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x5502e424 media_device_pci_init +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x5565a341 media_device_unregister +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x59e8e204 media_request_put +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x60607661 media_pad_pipeline +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x729185f1 __media_pipeline_stop +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x7c33981b media_entity_enum_init +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x7c566870 media_create_intf_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x7c75e493 __media_entity_next_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x7ff0ccba media_entity_remove_links +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x81389b02 media_entity_pipeline +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x87bc9768 media_device_register_entity_notify +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x8deea43b media_entity_remote_pad_unique +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x8f94b73e media_devnode_remove +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x9725e5ea __media_remove_intf_links +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x98d4b56d media_device_unregister_entity +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x996ccc48 media_pipeline_start +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xa1dfc4c7 media_device_usb_allocate +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xaf3fa864 media_pipeline_alloc_start +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xb866f863 __media_entity_setup_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xb971bff9 media_device_register_entity +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xbfe08db4 __media_device_usb_init +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xc02eca60 media_request_object_find +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xc59a4071 media_graph_walk_next +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xc5a1284b media_request_get_by_fd +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xcb0738f7 media_graph_walk_cleanup +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xd056b31c media_entity_pads_init +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xd807c386 media_device_delete +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xda1bcdd3 media_request_object_complete +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xe5ceecd6 media_entity_enum_cleanup +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xec037e98 media_request_object_put +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xf0c74228 media_remove_intf_links +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xf7ea4974 media_pad_remote_pad_unique +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xf8a96b21 media_remove_intf_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xfcae7291 media_pad_remote_pad_first +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xfd32f20a media_graph_walk_start +EXPORT_SYMBOL_GPL drivers/media/pci/cx88/cx88xx 0x38ee15d8 cx88_setup_xc3028 +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x14f54571 mantis_dvb_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x1ef36b09 mantis_frontend_power +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x1fd9e978 mantis_dvb_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x25ca1760 mantis_ca_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x35b34f68 mantis_dma_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x3e9fe361 mantis_dma_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x4511414d mantis_uart_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x4964f5bb mantis_ca_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x6c5741cc mantis_uart_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x712bbc48 mantis_input_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x7f11c369 mantis_get_mac +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x9498adfe mantis_i2c_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x9fb401f7 mantis_i2c_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xb9c24a8b mantis_pci_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xc8499eac mantis_stream_control +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xda54d734 mantis_pci_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xe7ff6c5a mantis_gpio_set_bits +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xecffeed6 mantis_input_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xf6d5fceb mantis_frontend_soft_reset +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x02b50a71 saa7134_s_tuner +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x04cab6dd saa7134_s_std +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x190823ea saa7134_g_input +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x251fd9e9 saa7134_s_frequency +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x29634099 saa7134_ts_buffer_prepare +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x297e6752 saa7134_g_frequency +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x2a28a2d6 saa7134_enum_input +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x2e15e83b saa7134_ts_queue_setup +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x2fd4437d saa7134_ts_qops +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x6dd31706 saa7134_s_input +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x9c149a50 saa7134_querystd +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xa26cbc9c saa7134_vb2_buffer_queue +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xb099bddd saa7134_g_std +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xb6aa6e74 saa7134_ts_stop_streaming +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xc0f03aeb saa7134_ts_start_streaming +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xc5761a51 saa7134_g_tuner +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xf848d2db saa7134_querycap +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xfaa5f579 saa7134_ts_buffer_init +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xfef1d79c saa7134_stop_streaming +EXPORT_SYMBOL_GPL drivers/media/platform/allegro-dvt/allegro 0x1b00d246 nal_hevc_write_pps +EXPORT_SYMBOL_GPL drivers/media/platform/allegro-dvt/allegro 0x318f2ce8 nal_h264_write_pps +EXPORT_SYMBOL_GPL drivers/media/platform/allegro-dvt/allegro 0x5aefab3c nal_hevc_write_vps +EXPORT_SYMBOL_GPL drivers/media/platform/allegro-dvt/allegro 0x61092be5 nal_h264_read_sps +EXPORT_SYMBOL_GPL drivers/media/platform/allegro-dvt/allegro 0x69ba8cbb nal_hevc_read_pps +EXPORT_SYMBOL_GPL drivers/media/platform/allegro-dvt/allegro 0x6e3bb4b5 nal_hevc_read_sps +EXPORT_SYMBOL_GPL drivers/media/platform/allegro-dvt/allegro 0x7f99503c nal_hevc_write_sps +EXPORT_SYMBOL_GPL drivers/media/platform/allegro-dvt/allegro 0x80f3290e nal_h264_read_filler +EXPORT_SYMBOL_GPL drivers/media/platform/allegro-dvt/allegro 0x89172baa nal_h264_write_sps +EXPORT_SYMBOL_GPL drivers/media/platform/allegro-dvt/allegro 0x99532adf nal_h264_read_pps +EXPORT_SYMBOL_GPL drivers/media/platform/allegro-dvt/allegro 0xa7a76928 nal_hevc_read_vps +EXPORT_SYMBOL_GPL drivers/media/platform/allegro-dvt/allegro 0xa81ad0ed nal_hevc_read_filler +EXPORT_SYMBOL_GPL drivers/media/platform/allegro-dvt/allegro 0xd62c73fb nal_h264_write_filler +EXPORT_SYMBOL_GPL drivers/media/platform/allegro-dvt/allegro 0xef0729c0 nal_hevc_write_filler +EXPORT_SYMBOL_GPL drivers/media/platform/marvell/mcam-core 0x0d63055d mccic_suspend +EXPORT_SYMBOL_GPL drivers/media/platform/marvell/mcam-core 0x37d89804 mccic_register +EXPORT_SYMBOL_GPL drivers/media/platform/marvell/mcam-core 0x5810f0ed mccic_resume +EXPORT_SYMBOL_GPL drivers/media/platform/marvell/mcam-core 0xa5cd4611 mccic_irq +EXPORT_SYMBOL_GPL drivers/media/platform/marvell/mcam-core 0xdeb6c746 mccic_shutdown +EXPORT_SYMBOL_GPL drivers/media/platform/mediatek/vpu/mtk-vpu 0x0fa3b887 vpu_ipi_register +EXPORT_SYMBOL_GPL drivers/media/platform/mediatek/vpu/mtk-vpu 0x4a90ec6c vpu_get_plat_device +EXPORT_SYMBOL_GPL drivers/media/platform/mediatek/vpu/mtk-vpu 0x5dbc3b06 vpu_mapping_dm_addr +EXPORT_SYMBOL_GPL drivers/media/platform/mediatek/vpu/mtk-vpu 0x96e97d93 vpu_load_firmware +EXPORT_SYMBOL_GPL drivers/media/platform/mediatek/vpu/mtk-vpu 0x9b21cad5 vpu_wdt_reg_handler +EXPORT_SYMBOL_GPL drivers/media/platform/mediatek/vpu/mtk-vpu 0xb97d659c vpu_ipi_send +EXPORT_SYMBOL_GPL drivers/media/platform/mediatek/vpu/mtk-vpu 0xcb094925 vpu_get_venc_hw_capa +EXPORT_SYMBOL_GPL drivers/media/platform/mediatek/vpu/mtk-vpu 0xf90567c5 vpu_get_vdec_hw_capa +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x0355a710 venus_helper_get_ts_metadata +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x08d40d3a venus_helper_process_initial_out_bufs +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x0bc6df59 venus_helper_queue_dpb_bufs +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x137f2c16 venus_helper_unregister_bufs +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x13c15b88 venus_helper_set_num_bufs +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x16583346 venus_helper_set_format_constraints +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x1712cba1 venus_helper_vb2_stop_streaming +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x1ce06f01 hfi_session_process_buf +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x25b2e078 venus_helper_acquire_buf_ref +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x261b405a hfi_session_start +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x26237ae8 venus_helper_get_out_fmts +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x2700d0dd venus_helper_get_opb_size +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 0x2c22de1b venus_helper_set_output_resolution +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 0x37b3c6bc venus_helper_alloc_dpb_bufs +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x38aba6d3 venus_helper_vb2_queue_error +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x3f9afdaa venus_helper_set_bufsize +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x417afccc venus_helper_get_profile_level +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x42f00e39 hfi_session_stop +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x47a25c67 venus_helper_set_multistream +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x4dfa3c8e venus_helper_free_dpb_bufs +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x4f7d582f hfi_session_create +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x5112dc68 hfi_session_deinit +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x514a98ad venus_helper_set_profile_level +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x57ac9506 venus_helper_session_init +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x5a4e5eee hfi_session_unload_res +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x5ee49347 venus_helper_buffers_done +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x64a98f2a venus_helper_vb2_start_streaming +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x76e24ca7 venus_helper_process_initial_cap_bufs +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x7eeae5a4 venus_helper_vb2_buf_queue +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x8493651e venus_helper_intbufs_realloc +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x8b5497a7 venus_helper_check_codec +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x8da889b5 venus_helper_set_color_format +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x91c9005c venus_helper_set_dyn_bufmode +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x94ad726a hfi_session_get_property +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x94da7f8a venus_helper_set_stride +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x9881055b venus_helper_vb2_buf_prepare +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x9a920b5f venus_helper_find_buf +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x9aa8a69d venus_helper_release_buf_ref +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x9dc0a7c1 venus_helper_change_dpb_owner +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x9ecec371 venus_helper_get_bufreq +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xa02ec1ef venus_helper_set_work_mode +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xa849681d hfi_session_continue +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xaf6eeba7 venus_helper_vb2_buf_init +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xb01f185d hfi_session_flush +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 0xbada8e1c venus_helper_intbufs_alloc +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xbbfd9564 venus_helper_set_raw_format +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xbe8f09d1 venus_helper_intbufs_free +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xc49d3caa hfi_session_set_property +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xcab3d557 hfi_session_destroy +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xcbf12f99 hfi_session_abort +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 0xd4f94508 venus_helper_set_input_resolution +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xe0e24692 hfi_session_init +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xe59bfca7 venus_helper_check_format +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xec940c07 venus_helper_init_instance +EXPORT_SYMBOL_GPL drivers/media/platform/renesas/rcar-fcp 0x1c4b1314 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 0x00ad48e5 vsp1_du_init +EXPORT_SYMBOL_GPL drivers/media/platform/renesas/vsp1/vsp1 0x30438614 vsp1_du_atomic_begin +EXPORT_SYMBOL_GPL drivers/media/platform/renesas/vsp1/vsp1 0x4fa5153e vsp1_du_setup_lif +EXPORT_SYMBOL_GPL drivers/media/platform/renesas/vsp1/vsp1 0x5b19e382 vsp1_du_map_sg +EXPORT_SYMBOL_GPL drivers/media/platform/renesas/vsp1/vsp1 0x5b7e8023 vsp1_du_unmap_sg +EXPORT_SYMBOL_GPL drivers/media/platform/renesas/vsp1/vsp1 0x9c64e0f3 vsp1_du_atomic_flush +EXPORT_SYMBOL_GPL drivers/media/platform/renesas/vsp1/vsp1 0xd02a3e8e vsp1_du_atomic_update +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-video 0x43738fab xvip_set_format_size +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-video 0x58ae598b xvip_clr_and_set +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-video 0x73ddb213 xvip_enum_mbus_code +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-video 0x74e2b2ae xvip_cleanup_resources +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-video 0x8535cb92 xvip_clr_or_set +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-video 0x97b74516 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 0xb9d3746c xvip_of_get_format +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-video 0xe08e6063 xvip_get_format_by_code +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-video 0xef669b75 xvip_init_resources +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-vtc 0x3c16a6b1 xvtc_generator_stop +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-vtc 0x47d7900b xvtc_generator_start +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-vtc 0x87c8844e xvtc_of_get +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-vtc 0xa8a0f912 xvtc_put +EXPORT_SYMBOL_GPL drivers/media/radio/shark2 0x610a13a2 radio_tea5777_exit +EXPORT_SYMBOL_GPL drivers/media/radio/shark2 0xd09c229c radio_tea5777_init +EXPORT_SYMBOL_GPL drivers/media/radio/si470x/radio-si470x-common 0x29e52ef0 si470x_stop +EXPORT_SYMBOL_GPL drivers/media/radio/si470x/radio-si470x-common 0x3dfeaf81 si470x_ctrl_ops +EXPORT_SYMBOL_GPL drivers/media/radio/si470x/radio-si470x-common 0x95dc6f62 si470x_start +EXPORT_SYMBOL_GPL drivers/media/radio/si470x/radio-si470x-common 0x9e13390b si470x_viddev_template +EXPORT_SYMBOL_GPL drivers/media/radio/si470x/radio-si470x-common 0xf3f748aa si470x_set_freq +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x0578aa34 lirc_scancode_event +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x06517593 ir_raw_event_handle +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x0a0dfd9d rc_unregister_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x11f24528 devm_rc_allocate_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x2ed90ced rc_map_unregister +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x40f00b0c rc_keydown_notimeout +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x43dbf6ef rc_keyup +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x689e9fd7 ir_raw_event_store_edge +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x6a7c737e rc_free_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x6c5becf2 ir_raw_event_store_with_filter +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x71164b24 ir_raw_event_set_idle +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x766547b0 rc_repeat +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x7dd67474 rc_allocate_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x840c0a50 ir_raw_event_store_with_timeout +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x881c3677 rc_g_keycode_from_table +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x8b777c0a rc_register_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x9d27baab rc_keydown +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xb960f15c rc_map_register +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xecfaac16 devm_rc_register_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xf5bb163d ir_raw_event_store +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xfc5d3079 rc_map_get +EXPORT_SYMBOL_GPL drivers/media/tuners/mt2063 0xe4b0fbfb mt2063_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/mt20xx 0xcb0eee37 microtune_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/mxl5007t 0x443cca08 mxl5007t_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/r820t 0xda1cce42 r820t_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda18271 0x4964b5d5 tda18271_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda827x 0x30e95b40 tda827x_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda8290 0x0e69bdaa tda829x_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda8290 0x72095ac7 tda829x_probe +EXPORT_SYMBOL_GPL drivers/media/tuners/tda9887 0x3f23ae0a tda9887_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tea5761 0x0b7b77c0 tea5761_autodetection +EXPORT_SYMBOL_GPL drivers/media/tuners/tea5761 0x967ebe97 tea5761_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tea5767 0x24f1110f tea5767_autodetection +EXPORT_SYMBOL_GPL drivers/media/tuners/tea5767 0x2fe5853d tea5767_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tuner-simple 0x403750d9 simple_tuner_attach +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x017ea7c7 cx231xx_tuner_callback +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x05562f5a cx231xx_uninit_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x1a10a8cd cx231xx_send_usb_command +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x2a905603 cx231xx_dev_uninit +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x2f320c6a cx231xx_set_alt_setting +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x49146ee8 cx231xx_enable_i2c_port_3 +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x5d291bbc cx231xx_uninit_vbi_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x5f1efaa1 cx231xx_capture_start +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x5f9712b7 cx231xx_get_i2c_adap +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x600cf57f is_fw_load +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x7272dd7c cx231xx_init_vbi_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x7bab613a cx231xx_send_gpio_cmd +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x8c2722de cx231xx_dev_init +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x9bd2a5ba cx231xx_enable656 +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xa06832cb cx231xx_demod_reset +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xb3805d97 cx231xx_uninit_bulk +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xbde8e7db cx231xx_init_bulk +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xc4d038a7 cx231xx_init_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xd87072a1 cx231xx_disable656 +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xdd2ba726 cx231xx_set_mode +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xdefe8130 cx231xx_unmute_audio +EXPORT_SYMBOL_GPL drivers/media/usb/dvb-usb-v2/mxl111sf-demod 0x0e12ba88 mxl111sf_demod_attach +EXPORT_SYMBOL_GPL drivers/media/usb/dvb-usb-v2/mxl111sf-tuner 0xbe3dec8b mxl111sf_tuner_attach +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x0bf18482 em28xx_audio_setup +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x135d3261 em28xx_uninit_usb_xfer +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x1f597f2c em28xx_read_reg +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x3d628060 em28xx_write_ac97 +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x41ed0c43 em28xx_write_regs +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x48c93b9f em28xx_audio_analog_set +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x4996f61d em28xx_find_led +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x4d2e3df1 em28xx_gpio_set +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x69ff3ca9 em28xx_setup_xc3028 +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x721f7cc7 em28xx_free_device +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x799afee9 em28xx_write_reg_bits +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x7fc8652c em28xx_tuner_callback +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x86ba6719 em28xx_init_camera +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x921d7c65 em28xx_boards +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xbeb97f52 em28xx_init_usb_xfer +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xc5e359d9 em28xx_stop_urbs +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xcf1434b9 em28xx_toggle_reg_bits +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xd21ee23c em28xx_write_reg +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xdced7164 em28xx_read_ac97 +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xe04bd513 em28xx_set_mode +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xe45f065f em28xx_alloc_urbs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-async 0x273e31b2 v4l2_async_nf_cleanup +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-async 0x5d2454ba __v4l2_async_nf_add_fwnode_remote +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-async 0xae8b93b6 __v4l2_async_nf_add_fwnode +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-async 0xd89889a8 __v4l2_async_nf_add_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-async 0xe5f7842f __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 0x1b4af4a6 v4l2_hdmi_rx_colorimetry +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 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 0x2c28daef v4l2_flash_indicator_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-flash-led-class 0xb1ed1971 v4l2_flash_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-flash-led-class 0xcc1473a5 v4l2_flash_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0x2184f113 v4l2_async_register_subdev_sensor +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0x59df6ba6 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 0x6fe1b51a v4l2_fwnode_parse_link +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0x76941ee5 v4l2_fwnode_put_link +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0x7c89aba4 v4l2_fwnode_endpoint_alloc_parse +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0x9f4b108c v4l2_fwnode_connector_add_link +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0xa6b9567c v4l2_async_nf_parse_fwnode_endpoints +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0xb8bbc89e v4l2_fwnode_device_parse +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0xbcab0997 v4l2_fwnode_endpoint_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0xef111514 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 0x0245263d v4l2_m2m_update_stop_streaming_state +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x0700753e v4l2_m2m_ioctl_create_bufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x0b016c88 v4l2_m2m_fop_mmap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x0eac1c2c v4l2_m2m_buf_copy_metadata +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x0fbdf7e4 v4l2_m2m_ioctl_streamon +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x1a4658fc v4l2_m2m_decoder_cmd +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x1bd2b1a5 v4l2_m2m_querybuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x20752079 v4l2_m2m_ioctl_prepare_buf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x21710dbe v4l2_m2m_streamon +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x24e0bf99 v4l2_m2m_ctx_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x26cae0fd v4l2_m2m_create_bufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x295cca63 v4l2_m2m_ioctl_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x32855546 v4l2_m2m_ioctl_reqbufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x394b2e1f v4l2_m2m_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x39f3e6bb v4l2_m2m_ioctl_try_decoder_cmd +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x3a371b2c v4l2_m2m_ioctl_streamoff +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x4d177dca v4l2_m2m_request_queue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x57d95078 v4l2_m2m_next_buf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x58101cf0 v4l2_m2m_buf_remove_by_idx +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x5a0e9337 v4l2_m2m_ioctl_encoder_cmd +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x5de756e8 v4l2_m2m_ioctl_stateless_decoder_cmd +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x671cc65f v4l2_m2m_buf_queue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x730f2eae v4l2_m2m_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x73e41976 v4l2_m2m_ioctl_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x7b5b0059 v4l2_m2m_prepare_buf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x7c4ebfb2 v4l2_m2m_ioctl_stateless_try_decoder_cmd +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x82f413bc v4l2_m2m_ioctl_decoder_cmd +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x91924bf9 v4l2_m2m_ioctl_expbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x92b80a9a v4l2_m2m_buf_remove_by_buf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x9ab62afd v4l2_m2m_try_schedule +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xa0f8a51a v4l2_m2m_streamoff +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xa456ed0d v4l2_m2m_ctx_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xa7bc58b4 v4l2_m2m_register_media_controller +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xaf37a07f v4l2_m2m_last_buffer_done +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xb482f8e6 v4l2_m2m_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xb4e3ed14 v4l2_m2m_poll +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xb7ad89c2 v4l2_m2m_ioctl_querybuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xbcf551db v4l2_m2m_reqbufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xc26d9735 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 0xd14bc27e v4l2_m2m_update_start_streaming_state +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xe4b76206 v4l2_m2m_expbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xe7a8c2bc v4l2_m2m_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 0xf16147b1 v4l2_m2m_fop_poll +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xf5a8cfdd v4l2_m2m_ioctl_try_encoder_cmd +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xfbee193b 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 0x0ff6ae71 videobuf_iolock +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x116e9939 videobuf_reqbufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x180b8c7c videobuf_read_one +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x23f9706b videobuf_read_stream +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x42bd3f2d videobuf_querybuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x5c4235ee videobuf_waiton +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x6c7df48c videobuf_read_start +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x74be3d0c videobuf_mmap_setup +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x77821c76 videobuf_queue_to_vaddr +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x81f80537 videobuf_streamoff +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x90c98083 videobuf_alloc_vb +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x945a99e1 videobuf_streamon +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x9bfde8b6 videobuf_next_field +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xa0d99653 videobuf_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xa10d76ac videobuf_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xa9771790 videobuf_queue_core_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xbe8ccedd videobuf_read_stop +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xc65ca716 videobuf_mmap_mapper +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xd59890d9 videobuf_queue_cancel +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xe400cde7 videobuf_stop +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xe7cef830 videobuf_poll_stream +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xf592bd60 videobuf_mmap_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xf87916c6 __videobuf_mmap_setup +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xf9a3ed33 videobuf_queue_is_busy +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0x329f6b5e videobuf_dma_unmap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0x553a86d0 videobuf_sg_alloc +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0x69e3c249 videobuf_to_dma +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0x7f233822 videobuf_dma_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0x917d8dcc videobuf_queue_sg_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-vmalloc 0x40908297 videobuf_vmalloc_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-vmalloc 0x53a02312 videobuf_queue_vmalloc_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-vmalloc 0x6e756364 videobuf_to_vmalloc +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x0794f603 v4l2_device_register_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x07cf57c5 v4l2_subdev_link_validate +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x0a1a2127 v4l_disable_media_source +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x0bf9d3d9 v4l_enable_media_source +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x116eef6a v4l2_fh_open +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x11f3044c __SCK__tp_func_vb2_v4l2_buf_queue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x13918a9a v4l2_fh_add +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x17adab7c v4l2_i2c_subdev_addr +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x1885c1f6 __v4l2_subdev_state_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x1fb8d592 __traceiter_vb2_v4l2_buf_done +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x262317ea v4l2_fh_exit +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x2ae0877b __SCK__tp_func_vb2_v4l2_buf_done +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x3552b1f0 v4l2_event_queue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x3c239bd2 v4l2_i2c_new_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x3c32d848 v4l2_event_wake_all +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x3c6ce99d v4l2_spi_new_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x3dd564c7 __traceiter_vb2_v4l2_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x4382959f v4l2_i2c_subdev_set_name +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x452f53b1 __tracepoint_vb2_v4l2_buf_done +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x45840e0c v4l2_src_change_event_subscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x46ac032f __tracepoint_vb2_v4l2_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x4c9577f5 video_device_pipeline_alloc_start +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x4d6e8b67 v4l2_event_subscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x4e0d2c58 v4l2_s_parm_cap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x5074e573 v4l2_fraction_to_interval +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x54426b3d v4l2_fh_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x57b800ec __traceiter_vb2_v4l2_buf_queue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x5b55bf10 v4l2_device_put +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x5c447270 v4l2_pipeline_link_notify +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x66e9fa85 v4l2_ctrl_request_hdl_find +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x6a2de036 __tracepoint_vb2_v4l2_buf_queue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x6b669122 v4l2_create_fwnode_links_to_pad +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x6ce1c95c __SCK__tp_func_vb2_v4l2_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x6dc7ef2e v4l2_subdev_link_validate_default +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x6e8c7cd5 v4l2_device_disconnect +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x6e9acc41 v4l2_fill_pixfmt_mp +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x762964a0 v4l2_src_change_event_subdev_subscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x7bb9286c v4l2_pipeline_pm_get +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x7c4c1f16 v4l2_subdev_cleanup +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x7fbb628f v4l2_ctrl_request_hdl_ctrl_find +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x9a979387 v4l2_pipeline_pm_put +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x9b23be05 v4l2_compat_ioctl32 +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x9d360aaf v4l2_device_unregister +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x9fef35ac v4l2_apply_frmsize_constraints +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xa0bfde94 v4l2_subdev_get_fwnode_pad_1_to_1 +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xad07b3c7 v4l2_create_fwnode_links +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xad5c3c93 v4l2_simplify_fraction +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xaf20dab4 __v4l2_ctrl_handler_setup +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xaf3482c3 v4l2_mc_create_media_graph +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xb06cfc9b __video_device_pipeline_stop +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xb4b39f2b v4l2_event_dequeue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xb8ae37da __v4l2_subdev_init_finalize +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xba70fb80 v4l2_event_queue_fh +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xbd760a32 v4l2_fh_is_singular +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xbe7619fc v4l2_g_parm_cap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xbf27dd1d __v4l2_subdev_state_alloc +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xbf851843 v4l2_i2c_new_subdev_board +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xc2c0c5c9 video_device_pipeline_stop +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xc2dd4056 v4l2_event_subdev_unsubscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xc742d6e8 __tracepoint_vb2_v4l2_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xc75330ae v4l2_get_link_freq +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xc7f8b0a9 __v4l2_device_register_subdev_nodes +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xc81b3345 v4l2_event_pending +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xcc501597 v4l2_fill_pixfmt +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xcc727ef9 v4l2_spi_subdev_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xcd936897 video_device_pipeline_start +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xd4c8069e v4l_vb2q_enable_media_source +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xd863f641 v4l2_device_register +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xe2822320 __v4l2_find_nearest_size +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xe52ebb55 video_device_pipeline +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xe5a33113 __SCK__tp_func_vb2_v4l2_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xe6f024ed __traceiter_vb2_v4l2_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xed56f245 v4l2_fh_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xedd7c3ec v4l2_event_unsubscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xef84ad69 v4l2_device_set_name +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xf1f3efee __video_device_pipeline_start +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xf2a353ac v4l2_i2c_tuner_addrs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xf5144b7a v4l2_fh_del +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xf5db276d v4l2_i2c_subdev_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xf5ef842e v4l_bound_align_image +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xf854ee5d v4l2_device_unregister_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xf873386b v4l2_subdev_notify_event +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xfc1a0b45 v4l2_subdev_get_fmt +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xfecb189d v4l2_event_unsubscribe_all +EXPORT_SYMBOL_GPL drivers/mfd/88pm80x 0x0a796709 pm80x_pm_ops +EXPORT_SYMBOL_GPL drivers/mfd/88pm80x 0x2c51c1d4 pm80x_regmap_config +EXPORT_SYMBOL_GPL drivers/mfd/88pm80x 0xd99fd720 pm80x_deinit +EXPORT_SYMBOL_GPL drivers/mfd/88pm80x 0xf4a9f69f pm80x_init +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x07efb90a arizona_clk32k_disable +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x08b5f328 wm5110_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x1878cdfa arizona_dev_exit +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x2527806e wm5110_revd_irq +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x2f4b887a wm5110_patch +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x4ac0fe1c arizona_free_irq +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x4b8d3264 wm5110_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x540fd633 arizona_set_irq_wake +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x549c0565 wm5110_irq +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x58dc8758 wm8997_irq +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x5eba6105 arizona_request_irq +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x805c6598 wm8997_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x83405147 arizona_pm_ops +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x88b6aa3e cs47l24_irq +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xa72cb0ad wm8998_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xac355100 cs47l24_patch +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xb263fbbd wm5110_aod +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xb6de6659 wm5102_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xbe237980 wm8997_aod +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xd6207b51 arizona_dev_init +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xe81aae42 cs47l24_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xf5e6a715 wm5102_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xfe3b0a14 arizona_clk32k_enable +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xfe492633 wm8997_patch +EXPORT_SYMBOL_GPL drivers/mfd/atc260x-core 0xc39139b9 atc260x_match_device +EXPORT_SYMBOL_GPL drivers/mfd/atc260x-core 0xdca70ee3 atc260x_device_probe +EXPORT_SYMBOL_GPL drivers/mfd/da9150-core 0x0624bab7 da9150_set_bits +EXPORT_SYMBOL_GPL drivers/mfd/da9150-core 0x09ed0100 da9150_write_qif +EXPORT_SYMBOL_GPL drivers/mfd/da9150-core 0x79cecda1 da9150_bulk_read +EXPORT_SYMBOL_GPL drivers/mfd/da9150-core 0x83c000a0 da9150_reg_write +EXPORT_SYMBOL_GPL drivers/mfd/da9150-core 0xb25faaae da9150_read_qif +EXPORT_SYMBOL_GPL drivers/mfd/da9150-core 0xcd31145c da9150_bulk_write +EXPORT_SYMBOL_GPL drivers/mfd/da9150-core 0xdddba638 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 0x0a64cb13 kempld_read16 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x3108e416 kempld_read8 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x4a593fe2 kempld_get_mutex +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x55b87311 kempld_write8 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x733d79b1 kempld_write32 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x777027be kempld_write16 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x7eb23633 kempld_read32 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x9794fee7 kempld_release_mutex +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-core 0x11e3cd65 lm3533_update +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-core 0x2fa9dce5 lm3533_read +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-core 0x60cfc677 lm3533_write +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x4718aedd lm3533_ctrlbank_enable +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x50005a0f lm3533_ctrlbank_set_pwm +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x547c36f3 lm3533_ctrlbank_set_max_current +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x5c49166d lm3533_ctrlbank_get_brightness +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0xb1149a6e lm3533_ctrlbank_disable +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0xb6756f20 lm3533_ctrlbank_get_pwm +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0xd0a19b4a lm3533_ctrlbank_set_brightness +EXPORT_SYMBOL_GPL drivers/mfd/lp3943 0x070a7a60 lp3943_update_bits +EXPORT_SYMBOL_GPL drivers/mfd/lp3943 0x8fa8828e lp3943_read_byte +EXPORT_SYMBOL_GPL drivers/mfd/lp3943 0xf6d581ed lp3943_write_byte +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x07f18af1 cs47l85_16bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x07fc56b1 cs47l85_32bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x0f379262 madera_of_match +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x1f24fd41 cs47l90_16bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x1f292101 cs47l90_32bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x28a5e6bc cs47l92_32bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x28a83afc cs47l92_16bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x3119f3a7 cs47l35_patch +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x35831189 cs47l35_16bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x358ecdc9 cs47l35_32bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x3b6eafaa madera_dev_init +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x3f35a6a6 cs47l15_patch +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x44c497fd cs47l85_32bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x44c94bbd cs47l85_16bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x48a10b77 cs47l90_patch +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x5c11e04d cs47l90_32bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x5c1c3c0d cs47l90_16bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x6aa6c9bf madera_dev_exit +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x6b90fbb0 cs47l92_16bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x6b9d27f0 cs47l92_32bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x76b60c85 cs47l35_32bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x76bbd0c5 cs47l35_16bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xbc75a649 cs47l15_16bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xbc787a09 cs47l15_32bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xbf7c387f cs47l92_patch +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xe2cbe2ba madera_pm_ops +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xebe384cb madera_name_from_type +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xed2a5b02 cs47l85_patch +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xff40bb45 cs47l15_32bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xff4d6705 cs47l15_16bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0x0bec2b70 mc13xxx_adc_do_conversion +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0x2de64774 mc13xxx_common_init +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0x5f6392ce mc13xxx_common_exit +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0xa6824698 mc13xxx_variant_mc34708 +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0xb48db3f0 mc13xxx_variant_mc13783 +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0xf437f8d0 mc13xxx_variant_mc13892 +EXPORT_SYMBOL_GPL drivers/mfd/motorola-cpcap 0xa226dbe8 cpcap_sense_virq +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x06963bd6 pcf50633_register_irq +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x22fb930c pcf50633_irq_mask +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x2bc90ef1 pcf50633_write_block +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x3952d723 pcf50633_pm +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x49e1dae3 pcf50633_reg_clear_bits +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x6681e6b7 pcf50633_irq_unmask +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x7c089fbd pcf50633_reg_read +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x83b611ef pcf50633_reg_set_bit_mask +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x996d9aeb pcf50633_irq_mask_get +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xa88c82ad pcf50633_read_block +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xbac0f7e8 pcf50633_reg_write +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xfd99d774 pcf50633_free_irq +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-adc 0x06d06d98 pcf50633_adc_sync_read +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-adc 0xc93c7c9a pcf50633_adc_async_read +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0x28516b5e pcf50633_gpio_get +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0x4bd58847 pcf50633_gpio_power_supply_set +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0x571027d2 pcf50633_gpio_invert_get +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0x89eb3e17 pcf50633_gpio_set +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0xe4fd3bfc pcf50633_gpio_invert_set +EXPORT_SYMBOL_GPL drivers/mfd/rave-sp 0x43e53ef9 rave_sp_exec +EXPORT_SYMBOL_GPL drivers/mfd/rave-sp 0x6bf9ac50 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 0x010674bb si476x_core_cmd_ic_link_gpo_ctl_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x0df9276d si476x_core_cmd_fm_rsq_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x25556ce7 si476x_core_cmd_fm_rds_blockcount +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x346b93a5 si476x_core_cmd_am_seek_start +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x4312e473 si476x_core_has_am +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x47ceddfc si476x_core_cmd_set_property +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x502866da si476x_core_cmd_agc_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x519de3b8 si476x_core_start +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x55fc21f9 si476x_core_cmd_fm_phase_div_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x562d715f si476x_core_cmd_fm_acf_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x64e60cf1 si476x_core_has_diversity +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x6f50d88e si476x_core_is_in_am_receiver_mode +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x7c5eca30 si476x_core_stop +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x7f8ab1cf si476x_core_cmd_fm_seek_start +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x862e0a07 si476x_core_cmd_fm_rds_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x8ba0cdc1 si476x_core_i2c_xfer +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x8fc0bd10 si476x_core_cmd_am_acf_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x91c58cb4 si476x_core_cmd_power_down +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x957c18ac si476x_core_is_a_secondary_tuner +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x997013b3 si476x_core_cmd_am_tune_freq +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x9cea75b1 si476x_core_cmd_dig_audio_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xa8e30004 si476x_core_set_power_state +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xaa8fbf88 si476x_core_cmd_zif_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xab086db8 si476x_core_cmd_power_up +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xc4c42540 si476x_core_is_powered_up +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xc6d9a225 si476x_core_cmd_ana_audio_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xc83dd891 si476x_core_cmd_am_rsq_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xd09a0397 si476x_core_cmd_func_info +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xd228022e si476x_core_is_a_primary_tuner +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xdcc01360 si476x_core_cmd_fm_phase_diversity +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xe2cd04f9 si476x_core_cmd_fm_tune_freq +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xf21355a2 si476x_core_cmd_intb_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xf43b5a8e devm_regmap_init_si476x +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xfd0b542e si476x_core_cmd_get_property +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0x6a1b1b19 sm501_set_clock +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0x74e762a7 sm501_modify_reg +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0x91986ee0 sm501_find_clock +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0x9bdf9b78 sm501_unit_power +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0x9e0c3e3c sm501_misc_control +EXPORT_SYMBOL_GPL drivers/mfd/sprd-sc27xx-spi 0x9278192c sprd_pmic_detect_charger_type +EXPORT_SYMBOL_GPL drivers/mfd/stmfx 0x44f917d3 stmfx_function_enable +EXPORT_SYMBOL_GPL drivers/mfd/stmfx 0x5ea1c7f8 stmfx_function_disable +EXPORT_SYMBOL_GPL drivers/mfd/ti_am335x_tscadc 0x8c41cfd3 am335x_tsc_se_set_cache +EXPORT_SYMBOL_GPL drivers/mfd/ti_am335x_tscadc 0xa654aa41 am335x_tsc_se_set_once +EXPORT_SYMBOL_GPL drivers/mfd/ti_am335x_tscadc 0xaddde628 am335x_tsc_se_adc_done +EXPORT_SYMBOL_GPL drivers/mfd/ti_am335x_tscadc 0xd5ad914f am335x_tsc_se_clr +EXPORT_SYMBOL_GPL drivers/mfd/tps65217 0x063f0ba8 tps65217_clear_bits +EXPORT_SYMBOL_GPL drivers/mfd/tps65217 0x4c4f428d tps65217_set_bits +EXPORT_SYMBOL_GPL drivers/mfd/tps65217 0xce608711 tps65217_reg_write +EXPORT_SYMBOL_GPL drivers/mfd/tps65217 0xd9c292e5 tps65217_reg_read +EXPORT_SYMBOL_GPL drivers/mfd/tps65218 0x25ceab64 tps65218_reg_write +EXPORT_SYMBOL_GPL drivers/mfd/tps65218 0x35a7cfd0 tps65218_set_bits +EXPORT_SYMBOL_GPL drivers/mfd/tps65218 0x3c22e2e9 tps65218_clear_bits +EXPORT_SYMBOL_GPL drivers/mfd/ucb1400_core 0x32ba1b7d ucb1400_adc_read +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0x0c6be8b8 alcor_write32be +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0x2b17de53 alcor_read32be +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0x5f58a126 alcor_write32 +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0x6820ade5 alcor_read32 +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0xc7cbbcf1 alcor_read8 +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0xe1e099a0 alcor_write8 +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0xfd91cccd alcor_write16 +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x02d60835 rtsx_pci_read_phy_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x187f4f1c rtsx_pci_read_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x26eadafd rtsx_pci_card_pull_ctl_enable +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x27f6a693 rtsx_pci_stop_cmd +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x319635d8 rtsx_pci_write_ppbuf +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x40b02959 rtsx_pci_dma_map_sg +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x43a5ae0d rtsx_pci_card_power_on +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x59aaf381 rtsx_pci_send_cmd +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x5e431fa6 rtsx_pci_switch_clock +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x5f982ef6 rtsx_pci_add_cmd +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x6a3ac698 rtsx_pci_switch_output_voltage +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x70e0b091 rtsx_pci_transfer_data +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x7a1b31cb rtsx_pci_dma_transfer +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x7c72c1d4 rtsx_pci_read_ppbuf +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x830f575a rtsx_pci_start_run +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x89644d0e rtsx_pci_card_exclusive_check +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xad8c42dc rtsx_pci_send_cmd_no_wait +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xb766aac7 rtsx_pci_complete_unfinished_transfer +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xb96dabc0 rtsx_pci_dma_unmap_sg +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xd614b120 rtsx_pci_card_pull_ctl_disable +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xd62d72d7 rtsx_pci_card_power_off +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xf6e3aa4f rtsx_pci_card_exist +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xf97ef4f5 rtsx_pci_write_phy_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xfaf4d320 rtsx_pci_write_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x2ecbd442 rtsx_usb_card_exclusive_check +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x2f9f5069 rtsx_usb_add_cmd +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x47c0a29f rtsx_usb_ep0_write_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x5d500648 rtsx_usb_transfer_data +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x63bae869 rtsx_usb_read_ppbuf +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x6edb3c93 rtsx_usb_switch_clock +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x7da4d114 rtsx_usb_write_ppbuf +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x8ffc8077 rtsx_usb_write_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x9acbb6aa rtsx_usb_ep0_read_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0xa78b9adb rtsx_usb_get_card_status +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0xba822ed6 rtsx_usb_read_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0xe56a6050 rtsx_usb_send_cmd +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0xfb5dc542 rtsx_usb_get_rsp +EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0x3b599a3b cb710_sg_dwiter_read_next_block +EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0xb5d52bfd cb710_set_irq_handler +EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0xd0243150 cb710_pci_update_config_reg +EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0xfee905ae cb710_sg_dwiter_write_next_block +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0x0b008db0 oslec_hpf_tx +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0x296a8983 oslec_update +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0x3115970d oslec_create +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0x4b711f77 oslec_adaption_mode +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0x5909e701 oslec_snapshot +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0x780d3f01 oslec_flush +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0x84eba96d oslec_free +EXPORT_SYMBOL_GPL drivers/misc/eeprom/eeprom_93cx6 0x3cb83d5b eeprom_93cx6_multireadb +EXPORT_SYMBOL_GPL drivers/misc/eeprom/eeprom_93cx6 0x63d2ff63 eeprom_93cx6_wren +EXPORT_SYMBOL_GPL drivers/misc/eeprom/eeprom_93cx6 0x870b53e9 eeprom_93cx6_write +EXPORT_SYMBOL_GPL drivers/misc/eeprom/eeprom_93cx6 0x884deb9d eeprom_93cx6_read +EXPORT_SYMBOL_GPL drivers/misc/eeprom/eeprom_93cx6 0xc9c6bb25 eeprom_93cx6_readb +EXPORT_SYMBOL_GPL drivers/misc/eeprom/eeprom_93cx6 0xff7a0fdf eeprom_93cx6_multiread +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x32434254 enclosure_find +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x58eeea3b enclosure_remove_device +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x5b1b5d91 enclosure_add_device +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0xa1ffdf99 enclosure_unregister +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0xaadf3208 enclosure_for_each_device +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0xce32e3d9 enclosure_component_alloc +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0xe84a86ae enclosure_register +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0xf99560b9 enclosure_component_register +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x2ccd1766 lis3lv02d_poweroff +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x60a59171 lis3lv02d_poweron +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x6746628a lis3_dev +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x73b3ed64 lis3lv02d_joystick_enable +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0xa9aa6b88 lis3lv02d_init_device +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0xdd433230 lis3lv02d_joystick_disable +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0xe828206c lis3lv02d_remove_fs +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0xea6208ce lis3lv02d_init_dt +EXPORT_SYMBOL_GPL drivers/misc/pvpanic/pvpanic 0xbe829d57 devm_pvpanic_probe +EXPORT_SYMBOL_GPL drivers/misc/ti-st/st_drv 0x27b492c3 st_unregister +EXPORT_SYMBOL_GPL drivers/misc/ti-st/st_drv 0x80049dca st_register +EXPORT_SYMBOL_GPL drivers/misc/uacce/uacce 0x55956a07 uacce_alloc +EXPORT_SYMBOL_GPL drivers/misc/uacce/uacce 0xace91dce uacce_remove +EXPORT_SYMBOL_GPL drivers/misc/uacce/uacce 0xb5e4544f 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 0x2c017869 vmci_qpair_peekv +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x3a22fa8a vmci_datagram_destroy_handle +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x4ba5c46b vmci_qpair_peek +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x5591b58e vmci_context_get_priv_flags +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x5e949e0a vmci_doorbell_destroy +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 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 0xc306566a vmci_qpair_dequev +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 0xf96a4875 vmci_qpair_enquev +EXPORT_SYMBOL_GPL drivers/mmc/host/dw_mmc-pltfm 0x07759523 dw_mci_pltfm_pmops +EXPORT_SYMBOL_GPL drivers/mmc/host/dw_mmc-pltfm 0xbb2d8961 dw_mci_pltfm_register +EXPORT_SYMBOL_GPL drivers/mmc/host/dw_mmc-pltfm 0xd3bf5488 dw_mci_pltfm_remove +EXPORT_SYMBOL_GPL drivers/mmc/host/mmc_hsq 0x068db931 mmc_hsq_resume +EXPORT_SYMBOL_GPL drivers/mmc/host/mmc_hsq 0x2f8d1f5b mmc_hsq_finalize_request +EXPORT_SYMBOL_GPL drivers/mmc/host/mmc_hsq 0x84c1f0e6 mmc_hsq_init +EXPORT_SYMBOL_GPL drivers/mmc/host/mmc_hsq 0xb794f4ae mmc_hsq_suspend +EXPORT_SYMBOL_GPL drivers/mmc/host/renesas_sdhi_core 0xcf0444f6 renesas_sdhi_probe +EXPORT_SYMBOL_GPL drivers/mmc/host/renesas_sdhi_core 0xf08bb1ca renesas_sdhi_remove +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x089b0228 sdhci_set_data_timeout_irq +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x14e6fb27 sdhci_enable_v4_mode +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x1a275683 sdhci_request +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x289d34e2 sdhci_request_atomic +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x3b854ea8 __sdhci_add_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x3b9ccc97 sdhci_dumpregs +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x3d5c10dd sdhci_set_uhs_signaling +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x4279f6f1 sdhci_calc_clk +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x43f3d324 sdhci_set_ios +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x4aa04271 sdhci_send_tuning +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x4e6d4ab6 sdhci_set_clock +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x4f772bf7 sdhci_enable_clk +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x51be91bf sdhci_suspend_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x52bc0472 sdhci_set_power_and_bus_voltage +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x52e19a7e sdhci_abort_tuning +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x53e6528a sdhci_runtime_resume_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x55eba2a1 sdhci_end_tuning +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x60b83e21 sdhci_enable_sdio_irq +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x6363e59e sdhci_cleanup_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x6606b2aa sdhci_set_power_noreg +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x689b17d6 sdhci_set_power +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x698000bd sdhci_start_signal_voltage_switch +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x6b532393 sdhci_execute_tuning +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x7ef8d8e5 sdhci_resume_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x7fad02cf __sdhci_read_caps +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x88799872 sdhci_reset_tuning +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x8d694965 sdhci_start_tuning +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x929218e1 sdhci_cqe_irq +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x9cc49ecc sdhci_setup_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xa2b983fa sdhci_free_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xa5864af5 sdhci_remove_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xa6a7c58c __sdhci_set_timeout +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xb5a43ca5 sdhci_cqe_disable +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xc2a6c19f sdhci_set_bus_width +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xc7c4b778 sdhci_switch_external_dma +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xcb8ddbba sdhci_get_cd_nogpio +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xd5610775 sdhci_runtime_suspend_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xf121a194 sdhci_add_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xf2fa1051 sdhci_reset +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xf96ab173 sdhci_adma_write_desc +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xfa68ce8e sdhci_cqe_enable +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xfdb2ac4d sdhci_alloc_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x13021248 sdhci_get_property +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x137372d1 sdhci_pltfm_clk_get_max_clock +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x1490da90 sdhci_pltfm_suspend +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x186219d5 sdhci_pltfm_pmops +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x2ab99535 sdhci_pltfm_resume +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x6118145a sdhci_pltfm_free +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x67c6e275 sdhci_pltfm_init +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0xb116eb34 sdhci_pltfm_unregister +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0xd2e66672 sdhci_pltfm_register +EXPORT_SYMBOL_GPL drivers/mmc/host/tmio_mmc_core 0x0cf8bbe9 tmio_mmc_host_free +EXPORT_SYMBOL_GPL drivers/mmc/host/tmio_mmc_core 0x1cf2702c tmio_mmc_disable_mmc_irqs +EXPORT_SYMBOL_GPL drivers/mmc/host/tmio_mmc_core 0x24c34009 tmio_mmc_host_probe +EXPORT_SYMBOL_GPL drivers/mmc/host/tmio_mmc_core 0x2f7e99b2 tmio_mmc_host_runtime_resume +EXPORT_SYMBOL_GPL drivers/mmc/host/tmio_mmc_core 0x378f2335 tmio_mmc_irq +EXPORT_SYMBOL_GPL drivers/mmc/host/tmio_mmc_core 0x446049e7 tmio_mmc_host_runtime_suspend +EXPORT_SYMBOL_GPL drivers/mmc/host/tmio_mmc_core 0x4e4b275a tmio_mmc_do_data_irq +EXPORT_SYMBOL_GPL drivers/mmc/host/tmio_mmc_core 0x58887bf4 tmio_mmc_enable_mmc_irqs +EXPORT_SYMBOL_GPL drivers/mmc/host/tmio_mmc_core 0x7955abc3 tmio_mmc_host_remove +EXPORT_SYMBOL_GPL drivers/mmc/host/tmio_mmc_core 0x808a1ef2 tmio_mmc_host_alloc +EXPORT_SYMBOL_GPL drivers/most/most_core 0x0a30209f most_deregister_component +EXPORT_SYMBOL_GPL drivers/most/most_core 0x0c262553 most_stop_enqueue +EXPORT_SYMBOL_GPL drivers/most/most_core 0x33bc2aab most_resume_enqueue +EXPORT_SYMBOL_GPL drivers/most/most_core 0x7994725c channel_has_mbo +EXPORT_SYMBOL_GPL drivers/most/most_core 0x81e22947 most_submit_mbo +EXPORT_SYMBOL_GPL drivers/most/most_core 0x888e1db9 most_register_interface +EXPORT_SYMBOL_GPL drivers/most/most_core 0x9b6b52b4 most_start_channel +EXPORT_SYMBOL_GPL drivers/most/most_core 0x9f9e430a most_stop_channel +EXPORT_SYMBOL_GPL drivers/most/most_core 0xb1dd5c78 most_deregister_configfs_subsys +EXPORT_SYMBOL_GPL drivers/most/most_core 0xb3ce26f4 most_get_mbo +EXPORT_SYMBOL_GPL drivers/most/most_core 0xbaf37a05 most_deregister_interface +EXPORT_SYMBOL_GPL drivers/most/most_core 0xc690a283 most_register_component +EXPORT_SYMBOL_GPL drivers/most/most_core 0xd93303bf most_register_configfs_subsys +EXPORT_SYMBOL_GPL drivers/most/most_core 0xe7fe7202 most_put_mbo +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0001 0x574ac700 cfi_cmdset_0001 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0001 0x6863e2e8 cfi_cmdset_0003 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0001 0x957dc77e cfi_cmdset_0200 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0002 0x09a53bcc cfi_cmdset_0006 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0002 0x77f7701c cfi_cmdset_0002 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0002 0x840ebf9a cfi_cmdset_0701 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0020 0xe630169b cfi_cmdset_0020 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_util 0x6a29f43a cfi_qry_mode_off +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_util 0xe6181e5f cfi_qry_mode_on +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_util 0xf03faf46 cfi_qry_present +EXPORT_SYMBOL_GPL drivers/mtd/hyperbus/hyperbus-core 0x99227041 hyperbus_unregister_device +EXPORT_SYMBOL_GPL drivers/mtd/hyperbus/hyperbus-core 0xfa657f44 hyperbus_register_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x00f04dfa mtd_block_markbad +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x024cf151 mtd_ooblayout_find_eccregion +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x0d046f97 mtd_unpoint +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x1071bfc4 mtd_read_oob +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x1bf8d812 mtd_get_fact_prot_info +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x1df001ab mtd_device_parse_register +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x21b3848b mtd_get_device_size +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x221fe88d mtd_is_locked +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x276cc276 get_tree_mtd +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x36f2f242 register_mtd_user +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x37e48940 mtd_write +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x3f1f6b92 unregister_mtd_user +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x48d6a115 mtd_read +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x49269d97 mtd_get_unmapped_area +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x496a4e9a mtd_read_fact_prot_reg +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x4c97156a mtd_kmalloc_up_to +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x50dabc2f mtd_table_mutex +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x6091f90d mtd_ooblayout_set_databytes +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x63b31722 mtd_ooblayout_count_eccbytes +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x64263570 deregister_mtd_parser +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x6602e785 mtd_block_isbad +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x6a69f847 mtd_device_unregister +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x6b9d46dd mtd_panic_write +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x728bc289 mtd_erase +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x7c6c680a __put_mtd_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x8181c2e9 mtd_ooblayout_count_freebytes +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x8240ccfe __mtd_next_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x894fba5c __register_mtd_parser +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x90fbc63f mtd_write_oob +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x98280cb1 mtd_del_partition +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x9901073a mtd_read_user_prot_reg +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x9a713b02 mtd_block_isreserved +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x9c83b88d mtd_wunit_to_pairing_info +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xa13c1192 mtd_pairing_info_to_wunit +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xa93978d8 mtd_lock +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xacfa3fd1 mtd_ooblayout_get_databytes +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xb7075882 mtd_check_expert_analysis_mode +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xb91d67a7 mtd_point +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xbde72544 mtd_pairing_groups +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xc649277a mtd_erase_user_prot_reg +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xc796a3d0 mtd_ooblayout_set_eccbytes +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xcdfe10b3 mtd_get_user_prot_info +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xd3e9d289 __get_mtd_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xd68dfd55 mtd_lock_user_prot_reg +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xe078c054 mtd_ooblayout_get_eccbytes +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xe08b22a7 mtd_unlock +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xe0e1e946 mtd_write_user_prot_reg +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xe16300d5 of_get_mtd_device_by_node +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xec50ddf7 get_mtd_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xef5f1024 get_mtd_device_nm +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xf234591a mtd_ooblayout_free +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xf3634127 kill_mtd_super +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xf85159f8 mtd_writev +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xfafa857d mtd_ooblayout_ecc +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xfcb2cc5b mtd_add_partition +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xfe289d66 put_mtd_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0x24ecb1ed add_mtd_blktrans_dev +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0x9f423b1b deregister_mtd_blktrans +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0xac35dcfb mtd_blktrans_cease_background +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0xbc21d820 del_mtd_blktrans_dev +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0xca8c20e0 register_mtd_blktrans +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x0678e84b nand_ecc_init_req_tweaking +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x0c000180 nand_ecc_cleanup_req_tweaking +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x0f37bad7 nanddev_cleanup +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x0fdac1a0 nanddev_bbt_set_block_status +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x1a37cbc8 mxic_ecc_process_data_pipelined +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x1ae6500f nanddev_isreserved +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x39f9c9eb nanddev_ecc_engine_cleanup +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x4b5fe8f4 nanddev_bbt_cleanup +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x4d02a11c nand_ecc_tweak_req +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x60c93b1b nand_get_small_page_ooblayout +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x619106c9 nanddev_mtd_max_bad_blocks +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x6f1c1562 mxic_ecc_get_pipelined_engine +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x738fe4d3 nanddev_ecc_engine_init +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x85c5fd52 nand_get_large_page_hamming_ooblayout +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x9baf6be3 nanddev_bbt_update +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0xa5407020 nanddev_mtd_erase +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0xa74cca13 nanddev_init +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0xa8864e02 nanddev_isbad +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0xbe60b1c6 nand_get_large_page_ooblayout +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0xbfb1b546 mxic_ecc_get_pipelined_ops +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0xc4c5decf nanddev_bbt_get_block_status +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0xd0677477 nand_ecc_restore_req +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0xd6d1d748 nanddev_markbad +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0xd9233feb mxic_ecc_put_pipelined_engine +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0xf33e79a5 nanddev_bbt_init +EXPORT_SYMBOL_GPL drivers/mtd/nand/onenand/onenand 0x2e843adf onenand_release +EXPORT_SYMBOL_GPL drivers/mtd/nand/onenand/onenand 0x3506ad7a onenand_scan +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/brcmnand/brcmnand 0x2dc90144 brcmnand_remove +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/brcmnand/brcmnand 0x80ce00cb brcmnand_probe +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/brcmnand/brcmnand 0xaf713283 brcmnand_pm_ops +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/denali 0xd96983e7 denali_chip_init +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x03c62eb6 nand_readid_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x03da722b nand_gpio_waitrdy +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x07350336 nand_status_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x0d472b2d nand_cleanup +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x11091291 nand_extract_bits +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x2d368c4c nand_subop_get_addr_start_off +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x43584b92 nand_read_page_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x44fd543a nand_select_target +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x5632e63d nand_subop_get_num_addr_cyc +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x5a0d54ac nand_read_data_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x60f2b3ca nand_read_page_hwecc_oob_first +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x84cdd327 nand_write_data_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x88afe301 nand_change_read_column_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x8d128700 nand_reset_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x8e472260 nand_prog_page_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x9b5f9986 nand_reset +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xa0772706 nand_erase_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xadaaf7a8 nand_ecc_choose_conf +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xb74c7586 nand_deselect_target +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xc3bbc239 nand_op_parser_exec_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xcb53d4db nand_prog_page_begin_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xd01c77e6 nand_change_write_column_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xd3c672b8 nand_subop_get_data_len +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xd41ff2ac nand_subop_get_data_start_off +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xd83251bf nand_prog_page_end_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xe23868f6 nand_soft_waitrdy +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xed8246c7 nand_read_oob_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xf2988c25 nand_wait_ready +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xfc596f40 nand_decode_ext_id +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/sm_common 0x295aa040 sm_register_device +EXPORT_SYMBOL_GPL drivers/mtd/spi-nor/spi-nor 0x08de57e3 spi_nor_scan +EXPORT_SYMBOL_GPL drivers/mtd/spi-nor/spi-nor 0x71396104 spi_nor_restore +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x00694621 ubi_leb_write +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x2280d928 ubi_leb_map +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x38e10c1d ubi_flush +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x422d9f1d ubi_leb_unmap +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x42801d20 ubi_sync +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x445f52b9 ubi_open_volume +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x58f4f09a ubi_close_volume +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x66011ab6 ubi_get_device_info +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x70ab8894 ubi_do_get_device_info +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x85a8ee76 ubi_unregister_volume_notifier +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x9b715677 ubi_open_volume_nm +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xa04c60de ubi_get_volume_info +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xbb867a36 ubi_leb_read_sg +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xc240bee4 ubi_leb_change +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xca49b48b ubi_leb_erase +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xd3a3b81a ubi_open_volume_path +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xe9f58fa0 ubi_leb_read +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xf5ee9ba8 ubi_register_volume_notifier +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xf931f87f ubi_is_mapped +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x0a65c89f mux_state_try_select_delay +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x211ccb7c mux_chip_free +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x23994c8c devm_mux_chip_register +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x2e73dd1b devm_mux_state_get +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x3ce124db mux_chip_alloc +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x4557e068 mux_control_select_delay +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x67cf0f8f mux_chip_unregister +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x6dfc0bbd mux_control_put +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x7cf08396 mux_state_deselect +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x9ecf5444 mux_chip_register +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0xa1416a58 mux_control_deselect +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0xa4c63c82 mux_control_states +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0xae2aa220 mux_control_get +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0xc04a2977 devm_mux_chip_alloc +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0xc3f913f1 devm_mux_control_get +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0xec3e2d87 mux_control_try_select_delay +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0xfa76e911 mux_state_select_delay +EXPORT_SYMBOL_GPL drivers/net/arcnet/arcnet 0x44eed28a arcnet_led_event +EXPORT_SYMBOL_GPL drivers/net/arcnet/arcnet 0xc2246ea0 devm_arcnet_led_init +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0x4e765a29 alloc_c_can_dev +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0x5538ed75 register_c_can_dev +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0x83f58201 c_can_power_down +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0x9e95a222 free_c_can_dev +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0xb3476dc9 c_can_power_up +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0xf6228a58 unregister_c_can_dev +EXPORT_SYMBOL_GPL drivers/net/can/cc770/cc770 0x70825d63 register_cc770dev +EXPORT_SYMBOL_GPL drivers/net/can/cc770/cc770 0xbc7e86d3 free_cc770dev +EXPORT_SYMBOL_GPL drivers/net/can/cc770/cc770 0xd6e50401 unregister_cc770dev +EXPORT_SYMBOL_GPL drivers/net/can/cc770/cc770 0xec5f0eb5 alloc_cc770dev +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x03ef4b6a unregister_candev +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x0fdf81cd can_get_echo_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x10d892eb can_get_state_str +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x13f19c73 can_rx_offload_get_echo_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x199674b5 can_put_echo_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x19b34038 alloc_can_err_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x2c309005 can_rx_offload_irq_offload_fifo +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x346f3a70 alloc_candev_mqs +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x3637f31f can_change_state +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x370f4143 can_dropped_invalid_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x384dfbde alloc_canxl_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x40f1e3a5 can_rx_offload_del +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x5ef07d12 open_candev +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x6047ede6 can_fd_len2dlc +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x6af322ed can_rx_offload_enable +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x6cc6474a can_rx_offload_irq_offload_timestamp +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x6f9ab145 can_rx_offload_irq_finish +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x78265dbc can_rx_offload_queue_timestamp +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x8182cd16 close_candev +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x8e27a057 can_rx_offload_queue_tail +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x964a1385 of_can_transceiver +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x9f240be5 alloc_canfd_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xa2a1024d can_rx_offload_threaded_irq_finish +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xa2d6bf23 alloc_can_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xaffc9e52 register_candev +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xb2294232 can_rx_offload_add_timestamp +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xbc29485d free_candev +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xd01b5699 can_bus_off +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xd2138b12 can_free_echo_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xde432074 can_rx_offload_add_fifo +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xe53d01ca safe_candev_priv +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xe792aed5 can_change_mtu +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xf076f770 can_rx_offload_add_manual +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xf12d9387 can_fd_dlc2len +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xf2a7b6e4 can_skb_get_frame_len +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0x18d8b386 m_can_class_unregister +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0x4360f9ae m_can_class_free_dev +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0x59b3b368 m_can_class_allocate_dev +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0x6ebd03fe m_can_class_get_clocks +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0xa73c0476 m_can_init_ram +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0xbadd8b91 m_can_class_resume +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0xc209be87 m_can_class_suspend +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0xc87e386d m_can_class_register +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0x136942d7 unregister_sja1000dev +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0x49ebd0d2 sja1000_interrupt +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0x4f046b6f alloc_sja1000dev +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0x561504c5 register_sja1000dev +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0xa3d16ddd free_sja1000dev +EXPORT_SYMBOL_GPL drivers/net/dsa/lan9303-core 0x7649cfb6 lan9303_indirect_phy_ops +EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_switch 0x8d69e688 ksz_switch_chips +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8365mb 0xaf3d3648 rtl8365mb_variant +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0x24afd501 rtl8366_vlan_del +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0x2cb8b5dc rtl8366_enable_vlan +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0x40958b2c rtl8366_set_vlan +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0x54bb0bfe rtl8366_vlan_add +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0x98c9f46a rtl8366_get_sset_count +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0xa4559b7d rtl8366_mc_is_used +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0xa5805f24 rtl8366_set_pvid +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0xc7e8227b rtl8366_get_ethtool_stats +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0xd0e53b95 rtl8366_reset_vlan +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0xd819f6d5 rtl8366_enable_vlan4k +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0xe5add4b5 rtl8366rb_variant +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0xf3e01efd rtl8366_get_strings +EXPORT_SYMBOL_GPL drivers/net/ethernet/arc/arc_emac 0x44893bde arc_emac_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/arc/arc_emac 0x56409e8f arc_emac_probe +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-mdio 0x09e08373 enetc_mdio_read +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-mdio 0xbe33e1b0 enetc_hw_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-mdio 0xd6555811 enetc_mdio_write +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-mdio 0xd9d61d6f enetc_mdio_lock +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0x1dabdf63 fun_serv_restart +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0x22d26cce fun_sq_create +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0x27df494d fun_free_ring_mem +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0x2cbcec28 fun_alloc_ring_mem +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0x61849ab7 fun_res_destroy +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0x8ef49fc3 fun_bind +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0x93a3b52b fun_cq_create +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0x94a147e0 fun_serv_sched +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0xd2deefd7 fun_get_res_count +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0xd59cbbc2 fun_serv_stop +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0xebdf0835 fun_submit_admin_sync_cmd +EXPORT_SYMBOL_GPL drivers/net/ethernet/intel/i40e/i40e 0xcdbb963b i40e_client_device_register +EXPORT_SYMBOL_GPL drivers/net/ethernet/intel/i40e/i40e 0xe5f9284a i40e_client_device_unregister +EXPORT_SYMBOL_GPL drivers/net/ethernet/intel/ice/ice 0x56b35c3e ice_rdma_request_reset +EXPORT_SYMBOL_GPL drivers/net/ethernet/intel/ice/ice 0x5d4651a5 ice_del_rdma_qset +EXPORT_SYMBOL_GPL drivers/net/ethernet/intel/ice/ice 0x6bc72bb5 ice_get_qos_params +EXPORT_SYMBOL_GPL drivers/net/ethernet/intel/ice/ice 0x9305cdd6 ice_rdma_update_vsi_filter +EXPORT_SYMBOL_GPL drivers/net/ethernet/intel/ice/ice 0xa57d0302 ice_add_rdma_qset +EXPORT_SYMBOL_GPL drivers/net/ethernet/marvell/octeontx2/nic/otx2_ptp 0x48d7dac6 otx2_ptp_tstamp2time +EXPORT_SYMBOL_GPL drivers/net/ethernet/marvell/octeontx2/nic/otx2_ptp 0x7ec02aa9 otx2_ptp_clock_index +EXPORT_SYMBOL_GPL drivers/net/ethernet/marvell/octeontx2/nic/otx2_ptp 0x896a2792 otx2_ptp_destroy +EXPORT_SYMBOL_GPL drivers/net/ethernet/marvell/octeontx2/nic/otx2_ptp 0xf664ae3f otx2_ptp_init +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x045897f0 mlx4_mr_hw_put_mpt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x068bfcac mlx4_get_base_gid_ix +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x06a34299 mlx4_uar_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x08c60e08 mlx4_unicast_promisc_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x08e2fb83 mlx4_read_clock +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0c68c5f6 mlx4_alloc_cmd_mailbox +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0e36946c mlx4_get_slave_default_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0fc5c546 mlx4_CLOSE_PORT +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1198806d mlx4_set_vf_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x11c6091c mlx4_mw_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x13445db8 mlx4_srq_lookup +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x13a31744 mlx4_mw_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1b7b4d78 mlx4_vf_smi_enabled +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1da03f78 mlx4_multicast_detach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1f8d7535 mlx4_find_cached_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2359f285 mlx4_get_active_ports +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x26a8c854 mlx4_buf_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x272ac17d mlx4_multicast_promisc_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2e1d30e9 mlx4_unregister_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2f5147d4 mlx4_unregister_interface +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x31676cde mlx4_mr_rereg_mem_write +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x31e71782 mlx4_buf_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x329a9261 mlx4_mtt_cleanup +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x33168cbf mlx4_get_protocol_dev +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x346ae852 __mlx4_register_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3925cd5e mlx4_free_hwq_res +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x39db96be mlx4_db_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x39dc6f15 mlx4_get_counter_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3b421bf1 mlx4_phys_to_slave_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3c126d3d mlx4_flow_steer_promisc_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3da27bbd mlx4_qp_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3fad6fba mlx4_get_admin_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x40f30828 mlx4_qp_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x46cd86ca mlx4_flow_detach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x499e127c mlx4_bond +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x49f2f497 mlx4_qp_reserve_range +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4bf06084 mlx4_counter_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4cb1ac03 mlx4_cq_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4e03fa8c mlx4_find_cached_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4e1001d7 mlx4_mw_enable +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x50ff681a mlx4_free_cmd_mailbox +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5119068e __mlx4_cmd +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x51a031a8 mlx4_buf_write_mtt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x55709ecb mlx4_qp_to_ready +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x589ee535 mlx4_get_base_qpn +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5a2cd2d0 mlx4_srq_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5ab8cd0c mlx4_xrcd_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5d8f2998 mlx4_slave_convert_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x64e82343 mlx4_phys_to_slaves_pport +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x66b39b0c mlx4_srq_query +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6ad6b9a7 mlx4_register_interface +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6d57a444 __mlx4_unregister_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6e3dd2fb mlx4_set_vf_rate +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x70a4c1d0 mlx4_config_roce_v2_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x72d375af __mlx4_replace_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x77f26c4a mlx4_multicast_attach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7fd7fd08 mlx4_unicast_promisc_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x80c594ac mlx4_config_vxlan_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x852be9bf mlx4_cq_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x889c80c1 mlx4_map_sw_to_hw_steering_id +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8c51c11d mlx4_flow_steer_promisc_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8e9e848a mlx4_qp_modify +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x95833635 mlx4_uar_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x95bb1500 mlx4_INIT_PORT +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x962a7540 mlx4_wol_read +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9b7c8c60 mlx4_get_vf_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9ea3d537 mlx4_phys_to_slaves_pport_actv +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa0f95246 mlx4_pd_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa1bbf15b mlx4_set_vf_spoofchk +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa5bd4c10 mlx4_cq_modify +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa740c1d3 mlx4_mtt_addr +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa957d400 mlx4_mr_hw_change_access +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xabb2e0dd mlx4_mr_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xabe4b997 mlx4_mr_hw_change_pd +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xafee6164 mlx4_unregister_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb137bfa6 mlx4_unicast_detach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb1fd5ecb mlx4_register_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb2b66d9e mlx4_hw_rule_sz +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb2da7a88 mlx4_wol_write +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb36fc7b3 mlx4_mtt_init +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb390ea70 mlx4_set_vf_link_state +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb3e1bc23 mlx4_register_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb60de532 mlx4_mr_hw_write_mpt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb8a23f97 mlx4_multicast_promisc_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb98ec075 mlx4_update_qp +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xbbe50c70 mlx4_bf_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xbbf24830 mlx4_set_admin_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xbd0c8086 mlx4_get_vf_config +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc225831a mlx4_cq_resize +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc231e5d8 mlx4_mr_hw_get_mpt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc35fe6d0 mlx4_srq_arm +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc390b8c7 mlx4_port_map_set +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc425bfa5 mlx4_vf_get_enable_smi_admin +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xca1aada3 mlx4_flow_attach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xccda1204 mlx4_map_sw_to_hw_steering_mode +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xcd08db2b mlx4_FLOW_STEERING_IB_UC_QP_RANGE +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd2d22629 mlx4_db_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd31c07ec mlx4_srq_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd418e766 mlx4_replace_zero_macs +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd9e8c0c7 mlx4_vf_set_enable_smi_admin +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xdd497b9c mlx4_xrcd_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xdd807723 mlx4_qp_release_range +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xdd879417 mlx4_get_internal_clock_params +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xde462457 mlx4_config_dev_retrieval +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xdea9ce7c mlx4_set_vf_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe07b95c2 mlx4_unicast_attach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe2647173 mlx4_alloc_hwq_res +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe3b7040e mlx4_mr_rereg_mem_cleanup +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe4538e88 mlx4_get_default_counter_index +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe477fa8b mlx4_mr_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe5099b35 mlx4_counter_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe5458121 mlx4_bf_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe6c93ec8 mlx4_SYNC_TPT +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe9c62dc1 mlx4_mr_enable +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xea18d32f mlx4_write_mtt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xea43e634 mlx4_get_devlink_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xed684aa6 mlx4_pd_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf2e185c1 mlx4_ACCESS_PTYS_REG +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf4629085 mlx4_qp_query +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf4b3e6cc mlx4_qp_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xfe5eb71f mlx4_unbond +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x03331765 mlx5_query_port_vl_hw_cap +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 0x0a9776ce mlx5_set_port_admin_status +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0bfff0d8 mlx5_ipsec_device_caps +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0dfdda34 mlx5_toggle_port_link +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0ef79f18 mlx5_modify_port_ets_rate_limit +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0fde533b mlx5_modify_nic_vport_mtu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x11370eef mlx5_query_port_pause +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x11dfdd85 mlx5_core_access_reg +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x17173328 mlx5_set_port_pause +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x21aeb142 mlx5_query_nic_vport_system_image_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x21c99501 mlx5_query_hca_vport_node_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2628190a mlx5_nic_vport_query_local_lb +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2648294b mlx5_modify_nic_vport_mac_address +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x28a7c41c mlx5_dm_sw_icm_dealloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x309342eb mlx5_vport_get_other_func_cap +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3385e8fa mlx5_core_modify_hca_vport_context +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x33bac744 mlx5_query_port_tc_group +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3581bc18 mlx5_query_nic_system_image_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x393de292 mlx5_modify_nic_vport_promisc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4491b89c mlx5_set_port_pfc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4d38b3c5 mlx5_query_port_max_mtu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x579a04ce mlx5_query_module_eeprom_by_page +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5956a728 mlx5_set_port_prio_tc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5b5a1ad4 mlx5_nic_vport_unaffiliate_multiport +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5c147c7c mlx5_frag_buf_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5e2e3d58 mlx5_set_port_tc_bw_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x68c73f44 mlx5_query_nic_vport_promisc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6957c7ff mlx5_query_hca_vport_system_image_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6b6d7024 mlx5_frag_buf_alloc_node +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6b8efb3d mlx5_query_nic_vport_min_inline +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6bcf28d2 mlx5_query_nic_vport_mtu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6ccedd39 mlx5_query_port_oper_mtu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6d8f315c mlx5_set_port_wol +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6da9f98f mlx5_modify_nic_vport_mac_list +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x791224fd mlx5_query_hca_vport_context +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 0x8c277a11 mlx5_query_port_ptys +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x979ace3c mlx5_db_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9cd61a36 mlx5_core_query_vport_counter +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9d32127e mlx5_query_nic_vport_qkey_viol_cntr +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa19dc5fa mlx5_query_mac_address +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa2374612 mlx5_query_module_eeprom +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa39da4d2 mlx5_dm_sw_icm_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa75d4cfc mlx5_query_nic_vport_mac_list +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb73964de mlx5_query_port_wol +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb8be0a60 mlx5_eswitch_mode +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xbf416501 mlx5_nic_vport_enable_roce +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc5ef8bdc mlx5_modify_nic_vport_vlans +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc66fc637 mlx5_query_port_admin_status +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc760645f mlx5_nic_vport_update_local_lb +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc8c9fc1a mlx5_db_alloc_node +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xca78a3dc mlx5_query_port_pfc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xcb2bcd6b mlx5_set_port_tc_group +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xcedbac46 mlx5_query_min_inline +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd4975fc9 mlx5_set_port_mtu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd5149adf mlx5_access_reg +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd55b254e mlx5_set_port_caps +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd8c93d19 mlx5_query_port_tc_bw_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe07386bd mlx5_nic_vport_affiliate_multiport +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe2a9b5e0 mlx5_query_port_prio_tc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe4140fc4 mlx5_core_reserved_gids_count +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe5bcd1af mlx5_query_nic_vport_node_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xead3edbf mlx5_core_query_sq_state +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xee19d4c3 mlx5_eswitch_get_total_vports +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf09ce149 mlx5_query_port_ets_rate_limit +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf232c74c mlx5_query_hca_vport_gid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf9460f23 mlx5_query_nic_vport_mac_address +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xfb1d3784 mlx5_query_hca_vport_pkey +EXPORT_SYMBOL_GPL drivers/net/ethernet/micrel/ks8851_common 0x477ec0dc ks8851_remove_common +EXPORT_SYMBOL_GPL drivers/net/ethernet/micrel/ks8851_common 0x50852771 ks8851_suspend +EXPORT_SYMBOL_GPL drivers/net/ethernet/micrel/ks8851_common 0x740b3b83 ks8851_probe_common +EXPORT_SYMBOL_GPL drivers/net/ethernet/micrel/ks8851_common 0xce9e698f ks8851_resume +EXPORT_SYMBOL_GPL drivers/net/ethernet/microchip/encx24j600-regmap 0x229d12e5 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 0x000412bd ocelot_port_get_default_prio +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x01418219 ocelot_cls_flower_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x09d86a21 ocelot_get_bridge_fwd_mask +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x0bb9797f ocelot_cls_flower_replace +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x19ffc602 ocelot_port_get_eth_phy_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x1b7c81f8 ocelot_bridge_num_find +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x1d8f08e8 ocelot_port_get_dscp_prio +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x1ded76db ocelot_lag_fdb_del +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x22e67053 __ocelot_rmw_ix +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x26c69430 ocelot_cls_flower_destroy +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x41376f92 ocelot_port_assigned_dsa_8021q_cpu_mask +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x4931fa0e ocelot_mact_flush +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x5985f92e ocelot_port_set_default_prio +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x600a0236 ocelot_phylink_mac_link_up +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x63799fb0 __ocelot_read_ix +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x6bcc28b6 ocelot_lag_fdb_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x792605c9 ocelot_port_get_pause_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x79776b09 ocelot_phylink_mac_link_down +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x79c5823a ocelot_port_rmwl +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x7d85cbcb ocelot_port_writel +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x7f540262 ocelot_port_get_eth_mac_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x9247262b ocelot_port_setup_dsa_8021q_cpu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x972eedae ocelot_port_del_dscp_prio +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x9a9d4542 __ocelot_write_ix +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xb20de802 ocelot_port_readl +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xb3484376 ocelot_migrate_mdbs +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xb579abc9 ocelot_port_assign_dsa_8021q_cpu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xb8e0b37b ocelot_port_add_dscp_prio +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xbb5b08d6 ocelot_regmap_init +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xbd6a6454 ocelot_bond_get_id +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xc21f3359 ocelot_port_get_eth_ctrl_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xe08350d3 ocelot_port_mirror_del +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xe3b1ef68 ocelot_port_unassign_dsa_8021q_cpu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xe45132cf ocelot_port_get_rmon_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xec0e8792 __ocelot_bulk_read_ix +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xeeebbe71 ocelot_port_mirror_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xf2add8ca ocelot_regfields_init +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xff355c34 ocelot_port_teardown_dsa_8021q_cpu +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 0x10e9e360 stmmac_init_tstamp_counter +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac 0x3c59e37b stmmac_suspend +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac 0x545572d4 stmmac_set_mac_addr +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac 0x7673a87a stmmac_bus_clks_config +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac 0x85298bce 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 0xd0d07b11 stmmac_resume +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac 0xd8ecd086 stmmac_dvr_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0x2282967f stmmac_pltfr_pm_ops +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0x62193193 stmmac_pltfr_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0x88f178d0 stmmac_remove_config_dt +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0xb9a9f5a2 stmmac_probe_config_dt +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0xf3723868 stmmac_get_platform_resources +EXPORT_SYMBOL_GPL drivers/net/ethernet/ti/am65-cpts 0x2933f345 am65_cpts_create +EXPORT_SYMBOL_GPL drivers/net/ethernet/ti/am65-cpts 0x405b51c2 am65_cpts_ns_gettime +EXPORT_SYMBOL_GPL drivers/net/ethernet/ti/am65-cpts 0x6ab9a4a1 am65_cpts_release +EXPORT_SYMBOL_GPL drivers/net/ethernet/ti/am65-cpts 0x828c824a am65_cpts_suspend +EXPORT_SYMBOL_GPL drivers/net/ethernet/ti/am65-cpts 0x91fd3558 am65_cpts_rx_enable +EXPORT_SYMBOL_GPL drivers/net/ethernet/ti/am65-cpts 0xb60b988a am65_cpts_estf_disable +EXPORT_SYMBOL_GPL drivers/net/ethernet/ti/am65-cpts 0xbfc83e4d am65_cpts_estf_enable +EXPORT_SYMBOL_GPL drivers/net/ethernet/ti/am65-cpts 0xbffec9c8 am65_cpts_prep_tx_timestamp +EXPORT_SYMBOL_GPL drivers/net/ethernet/ti/am65-cpts 0xcc674c81 am65_cpts_tx_timestamp +EXPORT_SYMBOL_GPL drivers/net/ethernet/ti/am65-cpts 0xe0cbdf78 am65_cpts_resume +EXPORT_SYMBOL_GPL drivers/net/ethernet/ti/am65-cpts 0xfca9b9d9 am65_cpts_phc_index +EXPORT_SYMBOL_GPL drivers/net/ethernet/wiznet/w5100 0x199a92ca w5100_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/wiznet/w5100 0x2a4cd6be w5100_ops_priv +EXPORT_SYMBOL_GPL drivers/net/ethernet/wiznet/w5100 0x321fcb4f w5100_probe +EXPORT_SYMBOL_GPL drivers/net/ethernet/wiznet/w5100 0x329e1646 w5100_pm_ops +EXPORT_SYMBOL_GPL drivers/net/geneve 0x13abbcdd geneve_dev_create_fb +EXPORT_SYMBOL_GPL drivers/net/ipvlan/ipvlan 0x46e81cad ipvlan_count_rx +EXPORT_SYMBOL_GPL drivers/net/ipvlan/ipvlan 0x7bb4ce5e ipvlan_link_delete +EXPORT_SYMBOL_GPL drivers/net/ipvlan/ipvlan 0xbccd8568 ipvlan_link_new +EXPORT_SYMBOL_GPL drivers/net/ipvlan/ipvlan 0xd497b297 ipvlan_link_setup +EXPORT_SYMBOL_GPL drivers/net/ipvlan/ipvlan 0xd9b11c04 ipvlan_link_register +EXPORT_SYMBOL_GPL drivers/net/macsec 0xf4febf73 macsec_pn_wrapped +EXPORT_SYMBOL_GPL drivers/net/macvlan 0x0e89d0b1 macvlan_dellink +EXPORT_SYMBOL_GPL drivers/net/macvlan 0x7f3ba845 macvlan_common_newlink +EXPORT_SYMBOL_GPL drivers/net/macvlan 0xcf9a3bc6 macvlan_link_register +EXPORT_SYMBOL_GPL drivers/net/macvlan 0xe03460e7 macvlan_common_setup +EXPORT_SYMBOL_GPL drivers/net/mdio/mdio-i2c 0x5fe1633f mdio_i2c_alloc +EXPORT_SYMBOL_GPL drivers/net/mdio/mdio-mux 0x6318757f mdio_mux_uninit +EXPORT_SYMBOL_GPL drivers/net/mdio/mdio-mux 0xac0758c8 mdio_mux_init +EXPORT_SYMBOL_GPL drivers/net/net_failover 0x0fc23400 net_failover_destroy +EXPORT_SYMBOL_GPL drivers/net/net_failover 0x23228fc3 net_failover_create +EXPORT_SYMBOL_GPL drivers/net/pcs/pcs-altera-tse 0xd081dc68 alt_tse_pcs_create +EXPORT_SYMBOL_GPL drivers/net/pcs/pcs_xpcs 0x1ebb6b97 xpcs_do_config +EXPORT_SYMBOL_GPL drivers/net/pcs/pcs_xpcs 0x39c59738 xpcs_destroy +EXPORT_SYMBOL_GPL drivers/net/pcs/pcs_xpcs 0x501685d4 xpcs_create +EXPORT_SYMBOL_GPL drivers/net/pcs/pcs_xpcs 0x838574a5 xpcs_get_an_mode +EXPORT_SYMBOL_GPL drivers/net/pcs/pcs_xpcs 0xaa2f3c14 xpcs_link_up +EXPORT_SYMBOL_GPL drivers/net/pcs/pcs_xpcs 0xb93bdd4c xpcs_get_interfaces +EXPORT_SYMBOL_GPL drivers/net/pcs/pcs_xpcs 0xeeeb1f63 xpcs_config_eee +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x0cc9b7fb __bcm_phy_read_exp +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x1d618025 bcm_phy_read_misc +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x2597a9d5 bcm_phy_cable_test_start +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x2da72f73 bcm_phy_write_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x344e821e __bcm_phy_read_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x3b33744a bcm_phy_r_rc_cal_reset +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x3bdcc14c bcm_phy_28nm_a0b0_afe_config_init +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x3dfe8366 bcm_phy_write_misc +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x45bfc77f bcm_phy_cable_test_start_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x4712f2fa bcm_phy_get_strings +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x48b5d0ba bcm_phy_downshift_set +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x51916d80 bcm_phy_enable_apd +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x52638724 bcm_phy_handle_interrupt +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x5819a81e bcm_phy_write_exp +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x6005ee97 bcm_phy_enable_jumbo +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x6028254a bcm_phy_downshift_get +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x7199e54e bcm_phy_cable_test_get_status_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x80b0dddd bcm_phy_get_stats +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x85b22ca6 __bcm_phy_write_exp +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x86f66193 bcm_phy_read_exp +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x87df952b bcm_phy_ack_intr +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x964301ce bcm_phy_config_intr +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xa043d490 bcm_phy_modify_exp +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xa914f080 bcm_phy_get_sset_count +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xaa0dd96b bcm_phy_cable_test_get_status +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xb8783784 bcm_phy_modify_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xbe715476 bcm_phy_read_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xd977f51a bcm_phy_read_shadow +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xda56e711 bcm_phy_set_eee +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xe5314c5a __bcm_phy_modify_exp +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xebeebea2 bcm54xx_auxctl_read +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xf00cabcb __bcm_phy_write_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xf523611e bcm_phy_write_shadow +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xfd0aaf4e __bcm_phy_modify_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-ptp 0xa88b610b 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 0xf071014b bcm_ptp_config_init +EXPORT_SYMBOL_GPL drivers/net/tap 0x10c3fce1 tap_handle_frame +EXPORT_SYMBOL_GPL drivers/net/tap 0x194c75e4 tap_destroy_cdev +EXPORT_SYMBOL_GPL drivers/net/tap 0x25a99f76 tap_queue_resize +EXPORT_SYMBOL_GPL drivers/net/tap 0x42ed9249 tap_free_minor +EXPORT_SYMBOL_GPL drivers/net/tap 0x47684412 tap_del_queues +EXPORT_SYMBOL_GPL drivers/net/tap 0x4c29ed7a tap_get_ptr_ring +EXPORT_SYMBOL_GPL drivers/net/tap 0x6b49dd84 tap_get_minor +EXPORT_SYMBOL_GPL drivers/net/tap 0x8cf7f1ee tap_create_cdev +EXPORT_SYMBOL_GPL drivers/net/tap 0xe4a3d10d tap_get_socket +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0x1cea5022 usbnet_cdc_zte_rx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0x2d182f5f usbnet_cdc_status +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0x3c11f05f usbnet_generic_cdc_bind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0x565f698b usbnet_ether_cdc_bind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0x5b89a58a usbnet_cdc_update_filter +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0x9a83d3f1 usbnet_cdc_bind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0xc431ab9d usbnet_cdc_unbind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x78a52413 cdc_ncm_select_altsetting +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x7b31674f cdc_ncm_unbind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0xad407a55 cdc_ncm_tx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0xb5c187d2 cdc_ncm_bind_common +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0xc35dd66e cdc_ncm_change_mtu +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0xd79a5539 cdc_ncm_rx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0xdaad003c cdc_ncm_rx_verify_nth16 +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0xdab709b8 cdc_ncm_fill_tx_frame +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0xe13f860c cdc_ncm_rx_verify_nth32 +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0xf38e626b cdc_ncm_rx_verify_ndp32 +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0xfe32a36a cdc_ncm_rx_verify_ndp16 +EXPORT_SYMBOL_GPL drivers/net/usb/r8152 0x0afaeada rtl8152_get_version +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0x03f55936 rndis_tx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0x0b7f0bea generic_rndis_bind +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0x5ccad191 rndis_rx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0x610aff45 rndis_unbind +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0x9df14d12 rndis_status +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0xf2cbab9a rndis_command +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x0db63fdc usbnet_open +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x19c1429e usbnet_resume_rx +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x1c061db5 usbnet_pause_rx +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x20273299 usbnet_read_cmd_nopm +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x2aae95b1 usbnet_status_start +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x38aa93d4 usbnet_probe +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x3985b702 usbnet_defer_kevent +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x43773efa usbnet_purge_paused_rxq +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x442be6fb usbnet_disconnect +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x4b4c769c usbnet_read_cmd +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x4d01a72f usbnet_suspend +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x5bc87cf9 usbnet_get_link +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x5fcbad89 usbnet_resume +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x629c3657 usbnet_write_cmd +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x639cb1c3 usbnet_unlink_rx_urbs +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x6aad90fa usbnet_nway_reset +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x6e4df8ba usbnet_get_link_ksettings_mii +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x8ac1e17c usbnet_write_cmd_nopm +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x94cd1c17 usbnet_get_endpoints +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x9a13844b usbnet_start_xmit +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xa6dcf2d5 usbnet_get_ethernet_addr +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xa72e900b usbnet_write_cmd_async +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xa90a53c4 usbnet_set_msglevel +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xa955a3b4 usbnet_set_link_ksettings_mii +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xbfcf0b22 usbnet_get_drvinfo +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xc7b8d600 usbnet_update_max_qlen +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xd1c94236 usbnet_get_msglevel +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xd581ae6f usbnet_status_stop +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xd9758718 usbnet_tx_timeout +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xdd61c331 usbnet_get_link_ksettings_internal +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xe5ce9772 usbnet_set_rx_mode +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xfbe167e0 usbnet_change_mtu +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xfd2dbb3c usbnet_stop +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xff7ca315 usbnet_skb_return +EXPORT_SYMBOL_GPL drivers/net/vxlan/vxlan 0x302c6dd2 vxlan_dev_create +EXPORT_SYMBOL_GPL drivers/net/vxlan/vxlan 0x67f8aa39 vxlan_fdb_clear_offload +EXPORT_SYMBOL_GPL drivers/net/vxlan/vxlan 0x9804cb9b vxlan_fdb_find_uc +EXPORT_SYMBOL_GPL drivers/net/vxlan/vxlan 0xebf125c7 vxlan_fdb_replay +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/ipw2x00/libipw 0x88a3f4f2 libipw_rx_any +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x86d9b334 il_dealloc_bcast_stations +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xbf6a565b _il_grab_nic_access +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xd7ca9c46 il_remove_station +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xdcfd3d66 il_mac_tx_last_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xf432bb51 il_prep_station +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x5987fe45 iwl_fw_lookup_assert_desc +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x71118edc iwl_fw_lookup_cmd_ver +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x74778a2f iwl_fw_lookup_notif_ver +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0x1bc1dbe0 p54_register_common +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0x2f20cd87 p54_parse_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0x4f20d4dd p54_unregister_common +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0x4f3e1425 p54_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0x74b0c5e0 p54_init_common +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0xb34870f5 p54_free_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0xdf557ead p54_free_common +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0xf1297ebf p54_read_eeprom +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0xf572bb40 p54_parse_eeprom +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x02441de3 lbs_add_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x0c6c5453 lbs_remove_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x12a5ad74 lbs_queue_event +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x13cd6c89 lbs_get_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x141fe0ec lbs_stop_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x3ca9302c lbs_resume +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x42480335 __lbs_cmd +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x589d46f1 lbs_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x60e49b2a lbs_notify_command_response +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x6dc39c40 lbs_host_sleep_cfg +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x872f5abe lbs_process_rxed_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x902e9361 lbs_host_to_card_done +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0xb230e9b2 lbs_get_firmware_async +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0xb8bb2655 lbs_cmd_copyback +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0xd57071fd lbs_start_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0xe9fbfcf4 lbs_send_tx_feedback +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0xf64277de lbs_debug +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0x05bda80e lbtf_add_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0x25dc6a79 lbtf_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0x58823d55 lbtf_send_tx_feedback +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0x5fb7b729 lbtf_cmd_copyback +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0x85eafbf3 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 0xd25fa49e lbtf_cmd_response_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0xd8531e5a lbtf_remove_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0xfa30ac11 __lbtf_cmd +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x007d3de8 mwifiex_upload_device_dump +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x00faf6b1 mwifiex_main_process +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x0cda4a55 mwifiex_drv_info_dump +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x0dc1cc33 mwifiex_reinit_sw +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x0f579c94 mwifiex_add_virtual_intf +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x1fabf53b mwifiex_disable_auto_ds +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x2eac9f7c mwifiex_fw_dump_event +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x309206d2 mwifiex_write_data_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x50af51c9 mwifiex_shutdown_sw +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x5437ef8f mwifiex_process_hs_config +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x568bf8a8 mwifiex_queue_main_work +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x56a1d7a8 _mwifiex_dbg +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x5a1be2d9 mwifiex_init_shutdown_fw +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x642f8135 mwifiex_del_virtual_intf +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x8f00f9db mwifiex_process_sleep_confirm_resp +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xad82ad31 mwifiex_add_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xb01fa504 mwifiex_multi_chan_resync +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xb507cb45 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 0xe468dabc mwifiex_remove_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xefd30cb6 mwifiex_dnld_fw +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xf68846a0 mwifiex_handle_rx_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xfb736a48 mwifiex_cancel_hs +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xff06c691 mwifiex_deauthenticate_all +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xff1e69b8 mwifiex_enable_hs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x033d7886 mt76_rx_aggr_start +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x04aafcd8 mt76_csa_finish +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x0644d216 mt76_set_channel +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x07b24a3e mt76_get_rate +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x08948893 __mt76_set_tx_blocked +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x0a29d0a6 mt76_release_buffered_frames +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x0d8b3711 mt76_tx_status_skb_add +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x0f9092cb mt76_tx_status_skb_get +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x13138acd mt76_txq_schedule +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x1364b948 mt76_get_min_avg_rssi +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x17f568e9 mt76_rates +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x1b55f204 __mt76_sta_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x1c5553b4 mt76_csa_check +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x1ec57b4f __mt76_worker_fn +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x1f8ac718 __tracepoint_dev_irq +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x1ff55165 mt76_stop_tx_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x2506c3b8 mt76_get_survey +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x25953db3 mt76_get_sar_power +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x2962470d mt76_sta_state +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x2a11891d mt76_has_tx_pending +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x2af42353 mt76_sw_scan +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x2b216dcb mt76_update_survey_active_time +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x2fbb933b mt76_queues_read +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x3652654d mt76_tx_status_skb_done +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x37437fc2 mt76_pci_disable_aspm +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x3897ef9f mt76_eeprom_override +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x398bc7ba mt76_init_sar_power +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x39a2b9e0 __mt76_mcu_msg_alloc +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x3f9a8c4e mt76_token_release +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x405ddce5 mt76_rx_token_consume +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x416d9cc0 mt76_alloc_phy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x4b2f0241 mt76_mcu_skb_send_and_get_msg +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x4b47921f mt76_token_consume +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x529bce30 mt76_update_survey +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x55b3946c mt76_tx_status_check +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x59f686df mt76_sw_scan_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x5b0869e1 mt76_calculate_default_rate +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x5c3909cd mt76_queue_tx_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x5c536231 mt76_dma_rx_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x5d0b66d0 mt76_get_rate_power_limits +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x5d1b4e42 __tracepoint_mac_txdone +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x5de01657 mt76_mmio_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x5ef25948 mt76_insert_ccmp_hdr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x621fa860 __traceiter_mac_txdone +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x689e395e mt76_set_tim +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x6f117a2b mt76_get_of_eeprom +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x713ed22c __mt76_mcu_send_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x720095f2 mt76_seq_puts_array +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x7a4d2011 mt76_unregister_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x7b03e8f9 mt76_dma_attach +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x7bdcd546 mt76_register_phy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x7e1be5f2 mt76_unregister_phy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x7ea11e7c mt76_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x805fc13a __SCK__tp_func_dev_irq +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x8553ee74 mt76_mcu_get_response +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x870d1d7c mt76_put_txwi +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x87b56cd5 mt76_skb_adjust_pad +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x89b1e8ef mt76_eeprom_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x8a5aaac6 mt76_free_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x8cb1b3a2 mt76_tx_check_agg_ssn +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x8e338959 mt76_get_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x92a35400 mt76_phy_dfs_state +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x94770676 mt76_tx_worker_run +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x94d6fe4c ____mt76_poll_msec +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x99b48ea5 mt76_wake_tx_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x9a64f64d mt76_get_rxwi +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x9e4c8fc3 mt76_register_debugfs_fops +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xa013295b mt76_init_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xa5335179 mt76_set_stream_caps +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xad413153 mt76_mcu_send_and_get_msg +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xae485c37 mt76_alloc_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xbdf6c558 mt76_dma_cleanup +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xc5221503 mt76_txq_schedule_all +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xc541eccc mt76_rx_aggr_stop +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xc55bf452 mt76_sta_pre_rcu_remove +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 0xc79daf86 mt76_ethtool_worker +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xd20681ce mt76_tx_status_lock +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xd7817c35 mt76_rx_poll_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xda89dd7d __mt76_tx_complete_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xdcb600a2 mt76_tx_status_unlock +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xde72d4ab mt76_register_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xe1908d7b mt76_mcu_rx_event +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xe3a4680e mt76_get_antenna +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xe40b66ef mt76_wcid_alloc +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xe7cb3523 mt76_rx_token_release +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xe9ec99a7 mt76_set_irq_mask +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xeac80a3e __mt76_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xee328861 __traceiter_dev_irq +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xfe3f5958 mt76_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xffb931ad mt76_put_rxwi +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x00e47802 mt76_connac_mcu_sta_basic_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x053b0b12 mt76_connac2_mcu_fill_message +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x12f05d32 mt76_connac_pm_queue_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x19170bf2 mt76_connac_free_pending_tx_skbs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x1af8a7f4 mt76_connac_mcu_chip_config +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x1c8354bd mt76_connac_mcu_sched_scan_enable +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x258c78ee mt76_connac2_mac_add_txs_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x263c9aad mt76_connac_mcu_alloc_wtbl_req +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x2f68fa75 mt76_connac_mcu_sta_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x34d7970f mt76_connac_mcu_bss_omac_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x35e358e7 mt76_connac_mcu_bss_basic_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x3abb261f mt76_connac_mcu_rdd_cmd +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x43a046c6 mt76_connac_mcu_wtbl_ba_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x44ecced2 mt76_connac_mcu_set_suspend_iter +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x4b34cce7 mt76_connac_mcu_sta_cmd +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x4b382bb6 mt76_connac_mcu_set_hif_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x540c501b mt76_connac_mcu_wtbl_hdr_trans_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x55fc98b2 mt76_connac_pm_dequeue_skbs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x5c92ebb1 mt76_connac_mcu_add_key +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x5fbf0bcf mt76_connac_mcu_start_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x649e54f1 mt76_connac2_mac_write_txwi +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x6776a79c mt76_connac_mcu_coredump_event +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x67fc6fd6 mt76_connac2_reverse_frag0_hdr_trans +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x68055c5b mt76_connac_mcu_wtbl_smps_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x69c7e651 mt76_connac_mcu_uni_add_bss +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x6c7ee03a mt76_connac2_load_ram +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x6e431f8e mt76_connac_mcu_set_channel_domain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x766f4db0 mt76_connac2_mac_fill_txs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x7670c894 mt76_connac_mcu_reg_wr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x78eea42d mt76_connac_mcu_wtbl_generic_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x78f6a2aa mt76_connac_pm_wake +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x7db8dc4d mt76_connac_mcu_set_rts_thresh +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x7f423879 mt76_connac_sta_state_dp +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x84f2bba8 mt76_connac_mcu_update_gtk_rekey +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x869873e1 mt76_connac_mcu_init_download +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x8aabf45d mt76_connac_mcu_cancel_hw_scan +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x8cc46af4 mt76_connac_mcu_uni_set_chctx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x8faaf155 mt76_connac2_mac_fill_rx_rate +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 0x92a83e09 mt76_connac_mcu_set_pm +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x96fd3a30 mt76_connac_mcu_sta_ba +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x98ad3d1e mt76_connac_mcu_set_p2p_oppps +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x9d5495e7 mt76_connac_get_phy_mode +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xa168fab5 mt76_connac_init_tx_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xa3cf2f60 mt76_connac_mcu_add_nested_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xa5b1a258 mt76_connac_mcu_sta_uapsd +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xac41e82d mt76_connac_mcu_uni_add_dev +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xaf526f65 mt76_connac_write_hw_txp +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xb1d85b40 mt76_connac_mcu_start_patch +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xb45ffbb8 mt76_connac_mcu_reg_rr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xb7378270 mt76_connac_tx_complete_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xb8f8a6e7 mt76_connac_mcu_restart +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xb9fc8a18 mt76_connac_mcu_sta_ba_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xbc13d94e mt76_connac_get_he_phy_cap +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xbcac1c19 mt76_connac_mcu_set_vif_ps +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xc1e158e6 mt76_connac_mcu_patch_sem_ctrl +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xc4f1d897 __mt76_connac_mcu_alloc_sta_req +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xc8462141 mt76_connac_txp_skb_unmap +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xc9bcb5bf mt76_connac_mcu_set_rate_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xcfa92fcf mt76_connac_mcu_hw_scan +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xd1becfd6 mt76_connac_mcu_wtbl_ht_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xd4511a16 mt76_connac_power_save_sched +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xd5adc609 mt76_connac2_mac_decode_he_radiotap +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xdad2c2df mt76_connac_mcu_sta_wed_update +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xdc1a7619 mt76_connac_mcu_sta_update_hdr_trans +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xdfa9dca0 mt76_connac_mcu_set_mac_enable +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xe0ddd033 mt76_connac_mcu_update_arp_filter +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xe7bbdd52 mt76_connac2_load_patch +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xe890f991 mt76_connac_mcu_get_nic_capability +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xee215ca5 mt76_connac_mcu_wtbl_update_hdr_trans +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xefef646a mt76_connac_mcu_set_deep_sleep +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xf1727339 mt76_connac2_mac_tx_rate_val +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xf393ca99 mt76_connac_mcu_beacon_loss_iter +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xf3ce144f mt76_connac_mcu_sched_scan_req +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xfbe87430 mt76_connac_mcu_bss_ext_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x0fa48eb2 mt76s_sdio_irq +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x1447ad80 mt76s_rr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x1f89997f mt76s_write_copy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x24c72f46 mt76s_wr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x282cb54d mt76s_rmw +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x2fa800ea mt76s_txqs_empty +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x4dc8af06 mt76s_deinit +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x58038f45 mt76s_alloc_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x68c15c19 mt76s_read_pcr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x849b7b4e mt76s_rd_rp +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x8dd51b8d mt76s_read_copy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0xa4ad4de1 mt76s_alloc_rx_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0xb8e248b1 mt76s_hw_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0xc3eb40ab mt76s_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0xd04d5d62 mt76s_wr_rp +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0xecc8ed4c mt76s_txrx_worker +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x2c7c95ba mt76u_single_wr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x3e9dba79 mt76u_resume_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x4e48084b __mt76u_vendor_request +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x5c3c069b mt76u_queues_deinit +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x61a2d5a0 mt76u_alloc_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x8a0bbf05 ___mt76u_rr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x8a504e99 mt76u_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x9c3be824 mt76u_stop_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0xae156b04 __mt76u_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0xae2c7b93 mt76u_read_copy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0xd3153444 mt76u_alloc_mcu_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0xd461c19d mt76u_vendor_request +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0xda473e40 ___mt76u_wr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0xe13da71f mt76u_stop_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x085b9d71 mt7615_mac_enable_rtscts +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x1928b9fe mt7615_mac_sta_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x264474bd mt7615_tx_token_put +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x26b37614 mt7615_mcu_parse_response +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x2abb1e31 mt7615_ops +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x30a08b3e mt7615_register_ext_phy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x441e4e20 mt7615_mcu_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x4a252e45 mt7615_mac_set_rates +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x51332602 mt7615_queue_rx_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x542f935e mt7615_sta_ps +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x54effab3 mt7615_mac_write_txwi +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x56f89e45 mt7615_init_work +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x5a4d5d03 mt7615_unregister_ext_phy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x690c6fa8 mt7622_trigger_hif_int +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x71aa3c4b mt7615_init_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x74afef85 mt7615_mcu_exit +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x9249d3bf mt7615_mac_sta_add +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x94a69f0e __mt7663_load_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x9843df9c mt7615_rx_check +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xaba18f59 mt7615_mcu_fill_msg +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xb1901318 mt7615_eeprom_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xb87c0e18 mt7615_update_channel +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xbb2837e7 mt7615_mcu_restart +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xc8db6f86 mt7615_mac_sta_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xd78c6532 mt7615_init_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xdcac3512 mt7615_wait_for_mcu_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xee1de844 mt7615_init_debugfs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xf54d33e4 mt7615_thermal_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615e 0xa8ea26a6 mt7615_dma_reset +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7663-usb-sdio-common 0x0d24f1c2 mt7663_usb_sdio_tx_status_data +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 0x37587336 mt7663_usb_sdio_tx_prepare_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7663-usb-sdio-common 0x5d84ea2b mt7663_usb_sdio_register_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7663-usb-sdio-common 0x7346ac45 mt7663_usb_sdio_tx_complete_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0x0e78ff8c mt76x0_set_sar_specs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0x3cb19204 mt76x0_phy_calibrate +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0x57e350a1 mt76x0_chip_onoff +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0x719d4937 mt76x0_config +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0x79fbcb5d mt76x0_register_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0x9616ffee mt76x0_mac_stop +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0xe8633d60 mt76x0_init_hardware +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x0208f2a7 mt76x02_set_key +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x022809c5 mt76x02_mac_wcid_setup +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x04d41a86 mt76x02_sw_scan_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x09b6c893 mt76x02_sta_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x0c0bef52 mt76x02_phy_set_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x0eaed817 mt76x02_dma_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x0eeb542d mt76x02_sta_rate_tbl_update +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x133aa621 mt76x02_mac_start +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x16a6d9cb mt76x02_edcca_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x19c03ace mt76x02_phy_dfs_adjust_agc +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x1dd391ae mt76x02_queue_rx_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x2008764f mt76x02_mac_set_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x2061832d mt76x02_mcu_msg_send +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x20c9fe0a mt76x02_config_mac_addr_list +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x277d420d mt76x02_mcu_calibrate +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x2ab1ee6a mt76x02_mac_write_txwi +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x2b6bedf1 mt76x02_phy_set_band +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x2bf8c7ac mt76x02_phy_set_bw +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x33f0aa0a mt76x02_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x36e3d71c mt76x02_init_agc_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x3741d9d9 mt76x02_dma_disable +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x3c4ac761 mt76x02_enqueue_buffered_bc +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x44527358 mt76x02_ampdu_action +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x47a8ca70 mt76x02_set_ethtool_fwver +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x4dc7ca18 mt76x02_set_tx_ackto +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x4e260323 mt76x02_init_beacon_config +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x5355da6d mt76x02_tx_prepare_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x53cf2a4c mt76x02_eeprom_copy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x55433e97 mt76x02_mcu_cleanup +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x5814dbc9 mt76x02_get_efuse_data +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x591f6f93 mt76x02_reconfig_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x5b1863cb mt76x02_mcu_set_radio_state +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x5b1a2d17 mt76x02_resync_beacon_timer +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x5bd84fd5 mt76x02_rates +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x5cfe5469 mt76x02_remove_interface +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x5e2aee24 mt76x02_init_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x5eeb099f mt76x02_set_coverage_class +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x630f767b mt76x02_update_channel +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x6f6aacbc mt76x02_eeprom_parse_hw_cap +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x74e5ed29 mt76x02_ext_pa_enabled +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 0x801217eb mt76x02_dfs_init_params +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x87a02ff0 mt76x02_sta_add +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x897e866a mt76x02_bss_info_changed +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x8993fdaa 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 0xa1c6314b mt76x02_mac_reset_counters +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xa533ef80 mt76x02_add_interface +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xacddbb00 mt76x02_tx_status_data +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 0xb0227fc4 mt76x02_tx_set_txpwr_auto +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xb1c2c9cd mt76x02_configure_filter +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xb6f32007 mt76x02_mac_cc_reset +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xbe67715b mt76x02_remove_hdr_pad +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xc405316d mt76x02_mac_shared_key_setup +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xcaf1bfe3 mt76x02_set_rts_threshold +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xd730a8ea mt76x02_init_debugfs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xd85cca20 mt76x02_sta_ps +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xe2ac088a mt76x02_update_beacon_iter +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xe433f2f9 mt76x02_mcu_function_select +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xe4a4e79b mt76x02_tx_complete_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xeac31a88 mt76x02_mcu_parse_response +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xed21394d mt76x02_phy_set_rxpath +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xf0d3fea3 mt76x02e_init_beacon_config +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xf90042dd mt76x02_get_rx_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xfa510a82 mt76x02_rx_poll_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xfcc739a7 mt76x02_phy_adjust_vga_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xfcebed75 mt76x02_mac_setaddr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xfd9fd484 mt76x02_phy_set_txdac +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xfe060df3 mt76x02_conf_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0x34965ca3 mt76x02u_mcu_fw_send_data +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0x443c7358 mt76x02u_mcu_fw_reset +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0x5c0010a4 mt76x02u_tx_complete_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0x891f0eaf mt76x02u_exit_beacon_config +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0x8d376d0c mt76x02u_mac_start +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0xbf9959cb mt76x02u_init_beacon_config +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0xc93e8c90 mt76x02u_tx_prepare_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0xd053603a mt76x02u_init_mcu +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x03603ed2 mt76x2_init_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x0e4c0a35 mt76x2_phy_set_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x1121ab8b mt76x2_eeprom_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x12bf9d4f mt76x2_reset_wlan +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x1dd51a2b mt76x2_configure_tx_delay +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x3c27c7f7 mt76x2_mcu_load_cr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x3d7920e0 mt76x2_phy_update_channel_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x4404df64 mt76x2_get_rate_power +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x60164eae mt76x2_read_rx_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x8361e3df mt76x2_mcu_tssi_comp +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x91cdac78 mt76x2_set_sar_specs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x9b1f4f82 mt76x2_phy_set_txpower_regs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xac23a80f mt76_write_mac_initvals +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xb2ba6d9e mt76x2_get_power_info +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xbc10d5a0 mt76x2_mcu_init_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xc4b766aa mt76x2_apply_gain_adj +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xda720df1 mt76x2_mac_stop +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xdda2a861 mt76x2_phy_tssi_compensate +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xf6b43ad7 mt76x2_mcu_set_channel +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xfd0989b0 mt76x2_get_temp_comp +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x022fae5b mt7921_queue_rx_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x0c1cb6ac mt7921_register_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x2770b0e2 mt7921_usb_sdio_tx_prepare_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x29411435 mt7921_sta_ps +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x4380e4d0 mt7921_rx_check +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x4b9eee5b mt7921_mcu_parse_response +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x4e1aa364 mt7921_usb_sdio_tx_complete_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x5256f219 mt7921_mcu_set_eeprom +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x60ef7543 mt7921_txwi_free +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x62c1523f mt7921_usb_sdio_tx_status_data +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x63b7a109 mt7921_update_channel +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x7d3d3757 mt7921_check_offload_capability +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x8948cd73 mt7921_stop +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x8a05abee mt7921_mac_sta_assoc +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x8a338086 mt7921_mac_sta_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x8d81e0c1 mt7921_reset +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x976cca84 mt7921_run_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x97bcd67f __mt7921_start +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0xbea77bd7 mt7921_ops +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0xc0de3006 mt7921_mcu_fw_pmctrl +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0xc1d50de3 mt7921_mac_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0xd07ec338 mt7921_mac_sta_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0xd4ae7bc4 mt7921_mac_sta_add +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0xe92cdf58 mt7921_mcu_drv_pmctrl +EXPORT_SYMBOL_GPL drivers/net/wireless/microchip/wilc1000/wilc1000 0x2420f1bf wilc_netdev_cleanup +EXPORT_SYMBOL_GPL drivers/net/wireless/microchip/wilc1000/wilc1000 0x5eade71c chip_allow_sleep +EXPORT_SYMBOL_GPL drivers/net/wireless/microchip/wilc1000/wilc1000 0x7fcf3763 wilc_handle_isr +EXPORT_SYMBOL_GPL drivers/net/wireless/microchip/wilc1000/wilc1000 0xba750ce0 host_wakeup_notify +EXPORT_SYMBOL_GPL drivers/net/wireless/microchip/wilc1000/wilc1000 0xc793eee0 wilc_cfg80211_init +EXPORT_SYMBOL_GPL drivers/net/wireless/microchip/wilc1000/wilc1000 0xd5ee55ba chip_wakeup +EXPORT_SYMBOL_GPL drivers/net/wireless/microchip/wilc1000/wilc1000 0xdc217b3e host_sleep_notify +EXPORT_SYMBOL_GPL drivers/net/wireless/quantenna/qtnfmac/qtnfmac 0x047c2f6d qtnf_core_attach +EXPORT_SYMBOL_GPL drivers/net/wireless/quantenna/qtnfmac/qtnfmac 0x178968ac 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 0x7258f0d3 qtnf_classify_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/quantenna/qtnfmac/qtnfmac 0xb411687e qtnf_core_detach +EXPORT_SYMBOL_GPL drivers/net/wireless/quantenna/qtnfmac/qtnfmac 0xb81f51e3 qtnf_trans_handle_rx_ctl_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/quantenna/qtnfmac/qtnfmac 0xe02ac98e qtnf_wake_all_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x02e9f694 rt2800_config_intf +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x089ecebe rt2800_mcu_request +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x117d1fa2 rt2800_ampdu_action +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x14c08763 rt2800_disable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x28de3fd2 rt2800_txdone_nostatus +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x2bdd958a rt2800_reset_tuner +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x373319bc rt2800_config_shared_key +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x3dd09c73 rt2800_get_tsf +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x42639533 rt2800_txdone_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x4801d1ee rt2800_get_survey +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x5191094f rt2800_config_pairwise_key +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x53a1faf0 rt2800_sta_add +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x55cea6b0 rt2800_vco_calibration +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x57e61329 rt2800_txdone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x592222e0 rt2800_read_eeprom_efuse +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x595c4c47 rt2800_config_ant +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x5b36e12c rt2800_wait_csr_ready +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x603ce685 rt2800_watchdog +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x616b31b6 rt2800_link_tuner +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x6be05c60 rt2800_sta_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x780bb5b6 rt2800_config_erp +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x8812c5e5 rt2800_txstatus_timeout +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x89a5f8cd rt2800_process_rxwi +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x8aec1532 rt2800_load_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x8b0995ea rt2800_check_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x8c23fe9d rt2800_config +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x93c6a131 rt2800_wait_wpdma_ready +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x97d41fae rt2800_conf_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x988cd496 rt2800_txstatus_pending +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x9aacda09 rt2800_pre_reset_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xa39f7502 rt2800_write_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xb1e11d59 rt2800_link_stats +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xb3bc304b rt2800_probe_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xb7b4d615 rt2800_get_key_seq +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xb8194851 rt2800_write_tx_data +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xb90415c8 rt2800_rfkill_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xbbe0b158 rt2800_get_txwi_rxwi_size +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xc31fed34 rt2800_set_rts_threshold +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xdc4cb022 rt2800_enable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xe04c8d00 rt2800_gain_calibration +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xe214ff60 rt2800_efuse_detect +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xec525028 rt2800_clear_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xeee5cb11 rt2800_disable_wpdma +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xfb597bd8 rt2800_config_filter +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x0fa11000 rt2800mmio_stop_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x1668a6b5 rt2800mmio_get_entry_state +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x1c763e05 rt2800mmio_get_txwi +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x30414170 rt2800mmio_write_tx_desc +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x32ac3645 rt2800mmio_rxdone_tasklet +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x3d741c87 rt2800mmio_pretbtt_tasklet +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x43b98509 rt2800mmio_flush_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x5028bbb2 rt2800mmio_tbtt_tasklet +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x5fa4db64 rt2800mmio_interrupt +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x64e2c2fd rt2800mmio_fill_rxdone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x682a7ae8 rt2800mmio_kick_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x6df9c898 rt2800mmio_get_dma_done +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x8d5ec38e rt2800mmio_start_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x93a5007e 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 0x9f3c8921 rt2800mmio_txstatus_tasklet +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xb36b705e rt2800mmio_toggle_irq +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xbbe944e2 rt2800mmio_enable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xce42d238 rt2800mmio_init_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xdfa823f1 rt2800mmio_queue_init +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xe2fd3229 rt2800mmio_probe_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xeddb8a2f rt2800mmio_init_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x04068e75 rt2x00lib_txdone_nomatch +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x05c9a648 rt2x00queue_for_each_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x0ee80d99 rt2x00queue_start_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x0f71e00f rt2x00lib_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x18c74db2 rt2x00mac_sw_scan_start +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x1e663a7a rt2x00queue_unmap_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x2684fb3b rt2x00lib_beacondone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x2706e016 rt2x00queue_flush_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x2b726ed8 rt2x00mac_set_antenna +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x304ca55d rt2x00mac_config +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x3377132d rt2x00lib_resume +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x3bc3da70 rt2x00queue_unpause_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x3fc0c525 rt2x00lib_get_bssidx +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x4556ea8e rt2x00mac_configure_filter +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x532c38ed rt2x00mac_get_antenna +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x5c083d97 rt2x00mac_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x5f07c037 rt2x00mac_get_ringparam +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x6293bf4d rt2x00mac_sw_scan_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x64724539 rt2x00mac_start +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x6aeac017 rt2x00queue_stop_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x6d9cac40 rt2x00mac_conf_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x744a1ab0 rt2x00mac_add_interface +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x757ba38d rt2x00lib_txdone_noinfo +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x8906c50c rt2x00queue_map_txskb +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x8c5e086f rt2x00lib_txdone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x8e71b145 rt2x00mac_flush +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x9804c0dc rt2x00mac_bss_info_changed +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xaa49bcec rt2x00queue_flush_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xac6ae767 rt2x00mac_get_stats +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xb50f5f25 rt2x00lib_set_mac_address +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xb6d7fe2b rt2x00lib_probe_dev +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xbf59dbf4 rt2x00queue_pause_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xcd18a321 rt2x00mac_set_tim +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xd606cd2c rt2x00mac_rfkill_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xd93f4608 rt2x00queue_get_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xdabb53b4 rt2x00lib_pretbtt +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xe39d61ca rt2x00mac_reconfig_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xf27ef203 rt2x00mac_remove_interface +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xf2cf9136 rt2x00lib_remove_dev +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xf56d5e44 rt2x00queue_stop_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xf5e35e82 rt2x00lib_dmastart +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xf8142d2a rt2x00lib_dmadone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xf85e1444 rt2x00lib_rxdone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xfabafd4f rt2x00mac_set_key +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xfb8aa313 rt2x00mac_stop +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xfe688635 rt2x00mac_tx_frames_pending +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xff09f2ae rt2x00queue_start_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00mmio 0x0267ead0 rt2x00mmio_rxdone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00mmio 0x0de4455e rt2x00mmio_flush_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00mmio 0x156bf989 rt2x00mmio_initialize +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00mmio 0x78a01342 rt2x00mmio_uninitialize +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00mmio 0xccc20e48 rt2x00mmio_regbusy_read +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00pci 0x2e361be6 rt2x00pci_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00pci 0x8e77ce3e rt2x00pci_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00pci 0xdae443bd rt2x00pci_pm_ops +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x01f72e1e rt2x00usb_kick_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x131d6ad3 rt2x00usb_watchdog +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x154dc2bc rt2x00usb_initialize +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x3981b269 rt2x00usb_disable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x6031c8c0 rt2x00usb_resume +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x6a8b46a4 rt2x00usb_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x908f7f59 rt2x00usb_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x93992f6f rt2x00usb_regbusy_read +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x97a54fad rt2x00usb_flush_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xaf0a3263 rt2x00usb_uninitialize +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xbb01f331 rt2x00usb_vendor_req_buff_lock +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xbd45ba75 rt2x00usb_clear_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xcb630745 rt2x00usb_register_read_async +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xd2cbebca rt2x00usb_vendor_request_buff +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xf39d28f1 rt2x00usb_vendor_request +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xffe2fea3 rt2x00usb_disconnect +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x7b4be239 dm_writepowerindex +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x93878aee rtl92c_set_p2p_ps_offload_cmd +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xc0e88aa2 dm_savepowerindex +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xf8ba0b4b dm_restorepowerindex +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x1133a73e rtl8723_phy_rf_serial_read +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x276b649a rtl8723_phy_pi_mode_switch +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x35a39887 rtl8723_phy_set_bb_reg +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x3d7f9c87 rtl8723_phy_mac_setting_calibration +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 0x515dc7f4 rtl8723_save_adda_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x57dfcd22 rtl8723ae_firmware_selfreset +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x77cf15c9 rtl8723_fw_free_to_go +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x79f28f87 rtl8723_phy_txpwr_idx_to_dbm +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x7a85ee37 rtl8723_write_fw +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x80ed5cde rtl8723_phy_init_bb_rf_reg_def +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x813d533b rtl8723_phy_reload_mac_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x87447c53 rtl8723_phy_path_a_fill_iqk_matrix +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x8baf8913 rtl8723_phy_set_sw_chnl_cmdarray +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x8cd5ebca rtl8723_download_fw +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x90f53f07 rtl8723_phy_save_mac_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x928b4ee1 rtl8723_dm_init_edca_turbo +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xbe756e8b rtl8723_phy_path_a_standby +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xcc411ce1 rtl8723_dm_init_dynamic_bb_powersaving +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xcd8e857f rtl8723_dm_init_dynamic_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xd455faca rtl8723_phy_query_bb_reg +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xdcd6f604 rtl8723_enable_fw_download +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xddb72dfc rtl8723_phy_path_adda_on +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xe3b388df rtl8723be_firmware_selfreset +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xe5d1520d rtl8723_cmd_send_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xe7f167f5 rtl8723_phy_reload_adda_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xe865c73e rtl8723_phy_rf_serial_write +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x09bebca2 rtl_deinit_deferred_work +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x0ba60484 rtl_lps_enter +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x0c19caaf rtl_fw_page_write +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x13fdd672 rtl_lps_leave +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x1c49ca74 read_efuse_byte +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x1c5fd997 rtl_is_special_data +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x1e330b6d rtl_fw_block_write +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x248189aa 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 0x30f866e1 rtl_recognize_peer +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x3926d574 rtl_ops +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x43c06dee rtl_deinit_rfkill +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x4e94cd48 rtl_global_var +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x6069378f rtl_init_rx_config +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x64062629 rtl_deinit_core +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x6db3ba37 rtl_update_beacon_work_callback +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x97e05663 rtl_tid_to_ac +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x993de24e rtl_p2p_info +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xb80e7a99 rtl_init_core +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xbc087a4e rtl_efuse_ops_init +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xbcecc35f rtl_tx_mgmt_proc +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xc1c5faa0 rtl_get_hal_edca_param +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xc76c7512 rtl_action_proc +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xcbedcf9b rtl_get_hwinfo +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xe73cec52 rtl_tx_ackqueue +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xec977770 rtl_tx_report_handler +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xef794a99 rtl_set_tx_report +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xefcdfdb1 rtl_beacon_statistic +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xf6e6fb0a rtl_ips_nic_on +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x0dfc86d6 rsi_mac80211_detach +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x0f5c3ce9 rsi_zone_enabled +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x5f819914 rsi_91x_init +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x6328318f rsi_91x_deinit +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0xa35ae386 rsi_read_pkt +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0xcd173710 rsi_dbg +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0xe44a80c3 rsi_hal_device_init +EXPORT_SYMBOL_GPL drivers/net/wireless/st/cw1200/cw1200_core 0x655fe348 cw1200_can_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/st/cw1200/cw1200_core 0xa7d1f32f cw1200_core_release +EXPORT_SYMBOL_GPL drivers/net/wireless/st/cw1200/cw1200_core 0xaa1d63c5 cw1200_core_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/st/cw1200/cw1200_core 0xad1f1e83 cw1200_irq_handler +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wl1251/wl1251 0x2ea4acc6 wl1251_free_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wl1251/wl1251 0x7dfc22ac wl1251_init_ieee80211 +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wl1251/wl1251 0xa7c55de8 wl1251_alloc_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x05d2035f wlcore_disable_interrupts_nosync +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x0603e540 wlcore_translate_addr +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x06d3b27e wl12xx_debug_level +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x14b833d8 wlcore_cmd_wait_for_event_or_timeout +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x173177ea wlcore_event_channel_switch +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x18a107cf wlcore_boot_upload_nvs +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x1c77c92f wlcore_event_sched_scan_completed +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x20351125 wlcore_get_native_channel_type +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x20434acc wlcore_cmd_generic_cfg +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x20d2b887 wlcore_set_key +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x235e2534 wl12xx_acx_mem_cfg +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x3dcaf937 wlcore_scan_sched_scan_results +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x47cc8ae1 wlcore_synchronize_interrupts +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x47fce929 wl1271_acx_init_mem_config +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x4b6aa002 wlcore_event_inactive_sta +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x4b94c619 wl1271_cmd_test +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x4f9ac5db wl1271_acx_pm_config +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x5e3de53f wlcore_set_scan_chan_params +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x6f2f2714 wlcore_event_fw_logger +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x71de3d9e wlcore_disable_interrupts +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x76b31da8 wlcore_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x7783538f wl1271_acx_set_ht_capabilities +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x85498cd1 wl1271_format_buffer +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x8bcc5969 wlcore_event_soft_gemini_sense +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x8c21ef3d wl1271_tx_min_rate_get +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x94c589df wlcore_enable_interrupts +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x94fd887f wl1271_tx_flush +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xaa57f7fe wl12xx_cmd_build_probe_req +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xb59b00dd wlcore_boot_run_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xc16f6544 wl1271_cmd_data_path +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xc804021c wlcore_scan_sched_scan_ssid_list +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xce35fee7 wlcore_event_max_tx_failure +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xd241dd14 wlcore_alloc_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xd433e4de wlcore_event_ba_rx_constraint +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xd66cd990 wlcore_free_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xd7bb75dc wl1271_cmd_configure +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xd893afc2 wlcore_event_rssi_trigger +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xdbba7bcd wlcore_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xddfccef2 wlcore_event_dummy_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xde077c03 wlcore_event_beacon_loss +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xdf16d665 wlcore_boot_upload_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xe68b9bbc wlcore_event_roc_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xedecc099 wl1271_cmd_send +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xf732b77a wl1271_debugfs_update_stats +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xfdc3f248 wl1271_acx_sleep_auth +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xff737b6b wlcore_set_partition +EXPORT_SYMBOL_GPL drivers/nfc/nfcmrvl/nfcmrvl 0x14f35406 nfcmrvl_parse_dt +EXPORT_SYMBOL_GPL drivers/nfc/nfcmrvl/nfcmrvl 0x6bd228df nfcmrvl_nci_recv_frame +EXPORT_SYMBOL_GPL drivers/nfc/nfcmrvl/nfcmrvl 0x996020ac nfcmrvl_nci_register_dev +EXPORT_SYMBOL_GPL drivers/nfc/nfcmrvl/nfcmrvl 0xab58127e nfcmrvl_nci_unregister_dev +EXPORT_SYMBOL_GPL drivers/nfc/pn533/pn533 0x080b9913 pn53x_unregister_nfc +EXPORT_SYMBOL_GPL drivers/nfc/pn533/pn533 0x1d615af3 pn533_finalize_setup +EXPORT_SYMBOL_GPL drivers/nfc/pn533/pn533 0x544e0c1b pn53x_common_init +EXPORT_SYMBOL_GPL drivers/nfc/pn533/pn533 0x63a9369f pn53x_register_nfc +EXPORT_SYMBOL_GPL drivers/nfc/pn533/pn533 0x683c027c pn53x_common_clean +EXPORT_SYMBOL_GPL drivers/nfc/pn533/pn533 0x8119f75a pn532_i2c_nfc_alloc +EXPORT_SYMBOL_GPL drivers/nfc/pn533/pn533 0xdecfd339 pn533_rx_frame_is_ack +EXPORT_SYMBOL_GPL drivers/nfc/pn533/pn533 0xe5537097 pn533_rx_frame_is_cmd_response +EXPORT_SYMBOL_GPL drivers/nfc/st-nci/st-nci 0x0db9e7af st_nci_discover_se +EXPORT_SYMBOL_GPL drivers/nfc/st-nci/st-nci 0x444ef8c8 st_nci_hci_cmd_received +EXPORT_SYMBOL_GPL drivers/nfc/st-nci/st-nci 0x61747c52 st_nci_hci_load_session +EXPORT_SYMBOL_GPL drivers/nfc/st-nci/st-nci 0x72e28213 st_nci_remove +EXPORT_SYMBOL_GPL drivers/nfc/st-nci/st-nci 0x8810d000 st_nci_hci_event_received +EXPORT_SYMBOL_GPL drivers/nfc/st-nci/st-nci 0x8a0fb289 st_nci_enable_se +EXPORT_SYMBOL_GPL drivers/nfc/st-nci/st-nci 0x9a60b68e st_nci_probe +EXPORT_SYMBOL_GPL drivers/nfc/st-nci/st-nci 0xdccae92c st_nci_disable_se +EXPORT_SYMBOL_GPL drivers/nfc/st95hf/st95hf 0x0b7bc61e st95hf_spi_recv_echo_res +EXPORT_SYMBOL_GPL drivers/nfc/st95hf/st95hf 0x0f28c4e4 st95hf_spi_recv_response +EXPORT_SYMBOL_GPL drivers/nfc/st95hf/st95hf 0x2944de67 st95hf_spi_send +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0x0862001f ntb_transport_tx_free_entry +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0x2f81adf0 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 0x82e6c13d ntb_transport_qp_num +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0x9c992c8f ntb_transport_link_up +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0xba700c4e 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 0xde3d9c44 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 0x00d2cec7 virtio_pmem_host_ack +EXPORT_SYMBOL_GPL drivers/nvdimm/nd_virtio 0x4e51b171 async_pmem_flush +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0x01850555 nvme_auth_generate_key +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0x049828aa nvme_auth_gen_privkey +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 0x3657f2b2 nvme_auth_gen_shared_secret +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0x399d9ac8 nvme_auth_hmac_hash_len +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0x51873876 nvme_auth_get_seqnum +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0x674c5bc1 nvme_auth_hmac_name +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0x6adadbb4 nvme_auth_free_key +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0x6e91ee1b nvme_auth_digest_name +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0x780989d1 nvme_auth_dhgroup_id +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0x9070925e nvme_auth_extract_key +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0xc9bb48ac nvme_auth_dhgroup_name +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0xcb39603c nvme_auth_hmac_id +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0xdc81f7fc nvme_auth_gen_pubkey +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0xf0ccf2d4 nvme_auth_dhgroup_kpp +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x005115d4 nvme_disable_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x00eca40d nvme_wait_freeze_timeout +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x02326ad9 nvme_get_features +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x02bd93b7 nvme_uninit_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x0392f666 nvme_init_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x0467aef0 nvme_start_freeze +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x04f50700 nvme_setup_cmd +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x069e138c nvme_auth_negotiate +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x0d0b08c8 nvme_complete_rq +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x11abc494 __SCK__tp_func_nvme_sq +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x153fcf1c __traceiter_nvme_sq +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x1a3ff0b6 nvme_host_path_error +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x2071d14d nvme_fail_nonready_command +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x283a7dd5 nvme_auth_stop +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x28577ff8 nvme_init_request +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x289ec272 nvme_stop_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x2b6ce7ce nvme_set_features +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x2d23a391 nvme_set_queue_count +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x2e012993 nvme_submit_sync_cmd +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x3faff5e0 nvme_auth_init_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x4471be70 nvme_cancel_request +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x49224181 nvme_reset_wq +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x50e80f35 __nvme_submit_sync_cmd +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x56d0cc45 nvme_unquiesce_admin_queue +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x5a80b903 nvme_wait_reset +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x5a86c465 nvme_alloc_io_tag_set +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x60367789 nvme_alloc_admin_tag_set +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x64b62862 nvme_wq +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x6842d965 nvme_start_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x68d743a2 nvme_remove_admin_tag_set +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x75b4b067 nvme_sync_io_queues +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x75b67380 nvme_dev_attrs_group +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x7850ac40 nvme_delete_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x786109c6 nvme_mpath_start_request +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x7a33a461 nvme_remove_io_tag_set +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x7ad168ec nvme_enable_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x7cccf3cd nvme_unfreeze +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x813cf212 nvme_io_timeout +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x8d0ca80c nvme_stop_keep_alive +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x8e7ec2b6 __tracepoint_nvme_sq +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x95a44b06 nvme_cancel_admin_tagset +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x99bcb4cd nvme_quiesce_io_queues +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x99d97335 nvme_complete_async_event +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x9d283b46 __nvme_check_ready +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xa1169270 nvme_mark_namespaces_dead +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xa8eeac96 nvme_try_sched_reset +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xbe0e2072 nvme_complete_batch_req +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xc1651791 nvme_wait_freeze +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 0xdbffa6ca nvme_sync_queues +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xdebcbe1d nvme_remove_namespaces +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xdee691a5 nvme_quiesce_admin_queue +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xe27d1471 nvme_auth_wait +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xee98ff0d nvme_change_ctrl_state +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xeffd8076 nvme_init_ctrl_finish +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xf0cdb72a nvme_unquiesce_io_queues +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xf381874c nvme_cleanup_cmd +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xf4cad690 nvme_auth_free +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xf8f3f566 nvme_cancel_tagset +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xfb90904e nvme_reset_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x076a7669 nvmf_should_reconnect +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x40d94c9a nvmf_connect_admin_queue +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x521e835b nvmf_reg_read64 +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x6032c05e nvmf_reg_write32 +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x68b30260 nvmf_register_transport +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x7498de97 nvmf_free_options +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x8037ea7c nvmf_reg_read32 +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x8adb3e01 nvmf_ip_options_match +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0xc16b97dc nvmf_unregister_transport +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0xceb9eb85 nvmf_get_address +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0xed371510 nvmf_connect_io_queue +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fc 0x0d12e564 nvme_fc_register_remoteport +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fc 0x21e609f7 nvme_fc_io_getuuid +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 0xc832d75a nvme_fc_register_localport +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fc 0xfca9dc99 nvme_fc_unregister_remoteport +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x0e9e1c60 nvmet_unregister_transport +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x1f506838 nvmet_req_complete +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x366bcf83 nvmet_ctrl_fatal_error +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x3e0ef07a nvmet_wq +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x4a5b09ec nvmet_check_transfer_len +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x4f595745 nvmet_sq_init +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x7a8baa8d nvmet_register_transport +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x86290d76 nvmet_req_alloc_sgls +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x88092421 nvmet_req_init +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0xbebeca05 nvmet_req_uninit +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0xd721f91d nvmet_sq_destroy +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0xfa3cda72 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 0x62edb508 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 0x10152152 switchtec_class +EXPORT_SYMBOL_GPL drivers/perf/arm_cspmu/arm_cspmu_module 0x69fa8da9 arm_cspmu_sysfs_event_show +EXPORT_SYMBOL_GPL drivers/perf/arm_cspmu/arm_cspmu_module 0x8d4e53e6 nv_cspmu_init_ops +EXPORT_SYMBOL_GPL drivers/perf/arm_cspmu/arm_cspmu_module 0xe98fc429 arm_cspmu_sysfs_format_show +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0x03a992d7 hisi_format_sysfs_show +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0x108cf2cc hisi_pmu_init +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0x286e13cd hisi_uncore_pmu_enable +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0x2c2244eb hisi_uncore_pmu_del +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0x33077f08 hisi_uncore_pmu_read +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0x376d983d hisi_uncore_pmu_identifier_attr_show +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0x3ec4fc27 hisi_uncore_pmu_online_cpu +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0x42558b3c hisi_uncore_pmu_get_event_idx +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0x4a0424ec hisi_cpumask_sysfs_show +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0x5c8efa79 hisi_uncore_pmu_start +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0x6ed897be hisi_event_sysfs_show +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0x98c06236 hisi_uncore_pmu_disable +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0x9b74e1d8 hisi_uncore_pmu_stop +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0xa2bcb7d3 hisi_uncore_pmu_add +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0xd846f259 hisi_uncore_pmu_event_init +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0xdcee4b3e hisi_uncore_pmu_set_event_period +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0xf1f09d05 hisi_uncore_pmu_init_irq +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0xfb6373d1 hisi_uncore_pmu_offline_cpu +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0xfd4696ec hisi_uncore_pmu_event_update +EXPORT_SYMBOL_GPL drivers/phy/allwinner/phy-sun4i-usb 0xe117d48f sun4i_usb_phy_set_squelch_detect +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0x05c25e16 tegra194_xusb_padctl_soc +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0x1cd7ac1a tegra_xusb_padctl_enable_phy_sleepwalk +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0x282ee82d tegra_phy_xusb_utmi_pad_power_down +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0x3d7c73fc tegra_xusb_padctl_usb3_set_lfps_detect +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0x429e116b tegra_xusb_padctl_disable_phy_wake +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0x4d330cab tegra_xusb_padctl_enable_phy_wake +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0x56266178 tegra_xusb_padctl_set_vbus_override +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0x61a376c0 tegra_xusb_padctl_usb3_save_context +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0x71d4e6ed tegra_xusb_padctl_get +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0x7d5a3c6f tegra_phy_xusb_utmi_pad_power_on +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0x8475ab87 tegra_phy_xusb_utmi_port_reset +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0x9d06381e tegra_xusb_padctl_disable_phy_sleepwalk +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0xa498a273 tegra_xusb_padctl_get_usb3_companion +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0xa862d95f tegra210_xusb_padctl_soc +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0xaf35c53a tegra124_xusb_padctl_soc +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0xcd0fa970 tegra_xusb_padctl_put +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0xd1869840 tegra_xusb_padctl_remote_wake_detected +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0xd7f4b5cd tegra186_xusb_padctl_soc +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0xf1a7b2cc tegra_xusb_padctl_hsic_set_idle +EXPORT_SYMBOL_GPL drivers/phy/ti/phy-omap-usb2 0x00d48f33 omap_usb2_set_comparator +EXPORT_SYMBOL_GPL drivers/pinctrl/pinctrl-mcp23s08 0x5adf8b3b mcp23x08_regmap +EXPORT_SYMBOL_GPL drivers/pinctrl/pinctrl-mcp23s08 0x6aa42fd4 mcp23x17_regmap +EXPORT_SYMBOL_GPL drivers/pinctrl/pinctrl-mcp23s08 0xf08f1e41 mcp23s08_probe_one +EXPORT_SYMBOL_GPL drivers/pinctrl/qcom/pinctrl-lpass-lpi 0x54dddd4a lpi_pinctrl_remove +EXPORT_SYMBOL_GPL drivers/pinctrl/qcom/pinctrl-lpass-lpi 0xeafb20ad lpi_pinctrl_probe +EXPORT_SYMBOL_GPL drivers/platform/chrome/cros-ec-sensorhub 0x90a2ad21 cros_ec_sensorhub_unregister_push_data +EXPORT_SYMBOL_GPL drivers/platform/chrome/cros-ec-sensorhub 0xdc20bd06 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 0x0fc4c986 ssam_request_sync_init +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x114b1901 ssam_device_get_match_data +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x1487a794 ssam_notifier_register +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x16ab3391 ssam_client_link +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x171b4615 __ssam_notifier_unregister +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x1d8d4a85 ssam_device_type +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x2b4e49fd ssam_request_sync_alloc +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x32a4841e ssh_packet_get +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x32b987b2 ssam_controller_device +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x3398f2ff ssh_packet_put +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x39d120a2 ssam_controller_statelock +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x3c8b8d5e ssam_device_add +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x4a1fbc53 ssam_controller_event_disable +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x4c31eac0 ssam_request_sync_free +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x5aeb79b4 ssam_controller_get +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x651f2424 ssam_request_sync +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x6cb6b6be __ssam_device_driver_register +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x7c90318a ssam_device_driver_unregister +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x803086a8 __ssam_register_clients +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x80f6cc5f ssam_client_bind +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x830cbb91 ssam_request_write_data +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x8d0d0cc1 ssam_request_sync_with_buffer +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x9be90315 ssam_device_alloc +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xa0125a50 ssam_device_remove +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xa8c350e3 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 0xd7f66c4a ssam_controller_put +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xdda7dfe0 ssam_get_controller +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xdfd3205c ssam_bus_type +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xe04f4f61 ssam_controller_event_enable +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xe6d52f7f ssam_device_get_match +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xf10fa487 ssam_request_sync_submit +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xf2061cf9 ssam_controller_stateunlock +EXPORT_SYMBOL_GPL drivers/platform/surface/surface_acpi_notify 0x48cf4c48 san_dgpu_notifier_register +EXPORT_SYMBOL_GPL drivers/platform/surface/surface_acpi_notify 0xb320adf8 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 0x3bfd2487 reboot_mode_register +EXPORT_SYMBOL_GPL drivers/power/reset/reboot-mode 0x4011dc74 devm_reboot_mode_unregister +EXPORT_SYMBOL_GPL drivers/power/reset/reboot-mode 0x6a182c6a reboot_mode_unregister +EXPORT_SYMBOL_GPL drivers/power/reset/reboot-mode 0xf654c059 devm_reboot_mode_register +EXPORT_SYMBOL_GPL drivers/power/supply/bq27xxx_battery 0x3ac34116 bq27xxx_battery_teardown +EXPORT_SYMBOL_GPL drivers/power/supply/bq27xxx_battery 0xda2d65f5 bq27xxx_battery_update +EXPORT_SYMBOL_GPL drivers/power/supply/bq27xxx_battery 0xdc6a48ba bq27xxx_battery_setup +EXPORT_SYMBOL_GPL drivers/power/supply/pcf50633-charger 0x0694a4e0 pcf50633_mbc_get_usb_online_status +EXPORT_SYMBOL_GPL drivers/power/supply/pcf50633-charger 0x74ab149a pcf50633_mbc_usb_curlim_set +EXPORT_SYMBOL_GPL drivers/power/supply/pcf50633-charger 0xe269096c pcf50633_mbc_get_status +EXPORT_SYMBOL_GPL drivers/ptp/ptp-qoriq 0x11cf2e27 ptp_qoriq_enable +EXPORT_SYMBOL_GPL drivers/ptp/ptp-qoriq 0x1f6faae9 ptp_qoriq_adjfine +EXPORT_SYMBOL_GPL drivers/ptp/ptp-qoriq 0x2eae82b0 ptp_qoriq_isr +EXPORT_SYMBOL_GPL drivers/ptp/ptp-qoriq 0x3e12b612 ptp_qoriq_init +EXPORT_SYMBOL_GPL drivers/ptp/ptp-qoriq 0x3eef6bca ptp_qoriq_adjtime +EXPORT_SYMBOL_GPL drivers/ptp/ptp-qoriq 0x529b9de4 ptp_qoriq_free +EXPORT_SYMBOL_GPL drivers/ptp/ptp-qoriq 0xb81a1b25 extts_clean_up +EXPORT_SYMBOL_GPL drivers/ptp/ptp-qoriq 0xd919141f ptp_qoriq_settime +EXPORT_SYMBOL_GPL drivers/ptp/ptp-qoriq 0xdbb5e997 ptp_qoriq_gettime +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0x07072b7a mc13xxx_fixed_regulator_set_voltage +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0x7c718bc9 mc13xxx_fixed_regulator_ops +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0x83db326f mc13xxx_regulator_ops +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0x927b46db mc13xxx_get_num_regulators_dt +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0xec28ca71 mc13xxx_parse_regulators_dt +EXPORT_SYMBOL_GPL drivers/regulator/rohm-regulator 0xe5bf2bb0 rohm_regulator_set_voltage_sel_restricted +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0x21de0393 wm8350_isink_set_flash +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0x7190886d wm8350_ldo_set_slot +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0x8da3c164 wm8350_dcdc25_set_mode +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0xb1811705 wm8350_register_led +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0xf7b0a5a4 wm8350_register_regulator +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0xfd3766b0 wm8350_dcdc_set_slot +EXPORT_SYMBOL_GPL drivers/regulator/wm8400-regulator 0x696fa4fd wm8400_register_regulator +EXPORT_SYMBOL_GPL drivers/remoteproc/mtk_scp 0x02bf89a7 scp_get_device +EXPORT_SYMBOL_GPL drivers/remoteproc/mtk_scp 0x0a86c5d0 scp_get_venc_hw_capa +EXPORT_SYMBOL_GPL drivers/remoteproc/mtk_scp 0x692f3b96 scp_mapping_dm_addr +EXPORT_SYMBOL_GPL drivers/remoteproc/mtk_scp 0xb2d8268a scp_get_vdec_hw_capa +EXPORT_SYMBOL_GPL drivers/remoteproc/mtk_scp 0xb9158ae6 scp_get +EXPORT_SYMBOL_GPL drivers/remoteproc/mtk_scp 0xf43a8e0c scp_get_rproc +EXPORT_SYMBOL_GPL drivers/remoteproc/mtk_scp 0xf7fc34be scp_put +EXPORT_SYMBOL_GPL drivers/remoteproc/mtk_scp_ipi 0x09313652 scp_memcpy_aligned +EXPORT_SYMBOL_GPL drivers/remoteproc/mtk_scp_ipi 0x2b8f293e scp_ipi_unregister +EXPORT_SYMBOL_GPL drivers/remoteproc/mtk_scp_ipi 0x6c0222e1 scp_ipi_send +EXPORT_SYMBOL_GPL drivers/remoteproc/mtk_scp_ipi 0x8dceac1e scp_ipi_unlock +EXPORT_SYMBOL_GPL drivers/remoteproc/mtk_scp_ipi 0xc4fda738 scp_ipi_register +EXPORT_SYMBOL_GPL drivers/remoteproc/mtk_scp_ipi 0xcaff0dea scp_ipi_lock +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_common 0x0fa538df qcom_register_ssr_notifier +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_common 0x53ee8d04 qcom_minidump +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_common 0x5a7e771c qcom_add_glink_subdev +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_common 0x65c31747 qcom_remove_ssr_subdev +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_common 0x6f749c59 qcom_remove_glink_subdev +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_common 0x72ca0089 qcom_remove_smd_subdev +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_common 0x78748ad3 qcom_add_ssr_subdev +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_common 0xa7132144 qcom_add_smd_subdev +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_common 0xb219f14a qcom_register_dump_segments +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_common 0xd6cc0cc0 qcom_unregister_ssr_notifier +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_pil_info 0x30e58241 qcom_pil_info_store +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_q6v5 0x45b31479 qcom_q6v5_wait_for_start +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_q6v5 0x6fc7ec62 qcom_q6v5_deinit +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_q6v5 0x8105ca14 qcom_q6v5_init +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_q6v5 0x874c7d11 qcom_q6v5_panic +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_q6v5 0x91736eb7 qcom_q6v5_request_stop +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_q6v5 0xca4b544b qcom_q6v5_unprepare +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_q6v5 0xcd513e86 qcom_q6v5_prepare +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_sysmon 0x1482d168 qcom_sysmon_shutdown_acked +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_sysmon 0x3cecbea1 qcom_add_sysmon_subdev +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_sysmon 0xa881c6fc qcom_remove_sysmon_subdev +EXPORT_SYMBOL_GPL drivers/rpmsg/mtk_rpmsg 0x14566568 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 0x0c69f6ca 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 0xfd2d5a1d qcom_glink_native_unregister +EXPORT_SYMBOL_GPL drivers/rpmsg/qcom_glink_smem 0x101513e6 qcom_glink_smem_register +EXPORT_SYMBOL_GPL drivers/rpmsg/qcom_glink_smem 0x72dd75d9 qcom_glink_smem_unregister +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x12c749e2 cxgbi_sock_rcv_peer_close +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x1595c676 cxgbi_device_portmap_create +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x1c312cd2 cxgbi_sock_purge_wr_queue +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x1e2dc3e3 cxgbi_get_host_param +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x239759e0 cxgbi_destroy_session +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x283f8727 cxgbi_sock_select_mss +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x3339c921 cxgbi_ep_disconnect +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x3381b674 cxgbi_device_portmap_cleanup +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x37521559 cxgbi_iscsi_cleanup +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x41b6fa6d cxgbi_get_conn_stats +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x41db1a6a cxgbi_sock_established +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x42166430 cxgbi_create_conn +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x4ab597e4 cxgbi_bind_conn +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x5236c200 cxgbi_set_conn_param +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x5a561901 cxgbi_iscsi_init +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x5b0f529a cxgbi_device_find_by_lldev +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x65cb7a6b cxgbi_hbas_remove +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x66e5a022 cxgbi_parse_pdu_itt +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x67843060 cxgbi_sock_rcv_close_conn_rpl +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x699f3d99 cxgbi_sock_rcv_abort_rpl +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x6dd4de2b cxgbi_conn_alloc_pdu +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x74902e53 cxgbi_sock_check_wr_invariants +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x7559c42a cxgbi_create_session +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x77e897f3 cxgbi_ep_connect +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x7818cd7f cxgbi_device_unregister +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 0x84209536 cxgbi_cleanup_task +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x88cd8b5a cxgbi_sock_act_open_req_arp_failure +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x99c222fc cxgbi_device_find_by_netdev +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x9ea65edf cxgbi_conn_init_pdu +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xa28f2f8a cxgbi_sock_free_cpl_skbs +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xb81d7fe9 cxgbi_device_find_by_netdev_rcu +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xbe2ac4d3 cxgbi_sock_fail_act_open +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xc6c030ba cxgbi_sock_rcv_wr_ack +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xcae7d3dc cxgbi_sock_skb_entail +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xcc83c631 cxgbi_device_register +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xdd186cec cxgbi_conn_xmit_pdu +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xe0176b9f cxgbi_ep_poll +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xe4f2a85e cxgbi_conn_pdu_ready +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xe603f70d cxgbi_conn_tx_open +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xef346615 cxgbi_attr_is_visible +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xf08fc159 cxgbi_set_host_param +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xf665fc87 cxgbi_sock_closed +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xf7c58473 cxgbi_hbas_add +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xf95a0d78 cxgbi_ddp_ppm_setup +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xfe2b0f51 cxgbi_get_ep_param +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x1f797c10 fcoe_ctlr_device_add +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x4bc5a297 fcoe_ctlr_get_lesb +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x515f380a fcoe_libfc_config +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x52164c4e fcoe_get_paged_crc_eof +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x749aca66 fcoe_fcf_device_delete +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x915d57d7 __fcoe_get_lesb +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x95fc8a9b fcoe_fc_crc +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x9c6da9df fcoe_clean_pending_queue +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x9cec1972 fcoe_start_io +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xa2605b98 fcoe_get_lesb +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xb08fff8a fcoe_validate_vport_create +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xbac58840 fcoe_queue_timer +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xc3f30cc0 fcoe_wwn_from_mac +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xca7b1c5b fcoe_get_wwn +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xcce5119f fcoe_check_wait_queue +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xec655f64 fcoe_link_speed_update +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xf048af9b fcoe_ctlr_device_delete +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xf167cb7a fcoe_wwn_to_str +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xf2bd67ba fcoe_fcf_device_add +EXPORT_SYMBOL_GPL drivers/scsi/fdomain 0x188df93b fdomain_create +EXPORT_SYMBOL_GPL drivers/scsi/fdomain 0xb654be6f fdomain_destroy +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x0fe5a54f hisi_sas_controller_reset_prepare +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x1462f411 hisi_sas_remove +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x1c180f1e hisi_sas_phy_enable +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x226fef50 hisi_sas_phy_oob_ready +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x2eb0088e hisi_sas_phy_bcast +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x347e3e8d hisi_sas_debugfs_dir +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x3b1c8554 hisi_sas_release_tasks +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x3f0c21d5 hisi_sas_free +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 0x4c12d45d hisi_sas_slave_alloc +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x4fc22123 hisi_sas_stt +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x5aefca53 hisi_sas_host_reset +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x5c7f2e6c to_hisi_sas_port +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x72d6a61e hisi_sas_slave_configure +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x786fbdcc hisi_sas_probe +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x79a5ddc7 hisi_sas_slot_task_free +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x86adb4e9 hisi_sas_phy_down +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x916bffe7 hisi_sas_scan_finished +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x9793a7cf hisi_sas_sync_irqs +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 0xb3c27173 hisi_sas_controller_reset_done +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0xbbf9900a hisi_sas_alloc +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 0xca5f3885 hisi_sas_notify_phy_event +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0xcbcce083 hisi_sas_stop_phys +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0xce630f6e hisi_sas_scan_start +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0xcf77f847 hisi_sas_get_fw_info +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0xdcd529f7 hisi_sas_sata_done +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0xe330cb74 hisi_sas_sync_rst_work_handler +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0xe987d9aa hisi_sas_debugfs_enable +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0xebfae55c hisi_sas_get_ata_protocol +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0xf24098c8 hisi_sas_init_mem +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x706fcbe2 iscsi_boot_create_target +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x8b669e23 iscsi_boot_create_host_kset +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0xb994979d iscsi_boot_create_initiator +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0xd968adcb iscsi_boot_create_ethernet +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0xdf876463 iscsi_boot_create_acpitbl +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0xef75716b iscsi_boot_create_kset +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0xf5b9bc9a iscsi_boot_destroy_kset +EXPORT_SYMBOL_GPL drivers/scsi/libfc/libfc 0x662c6b8b fc_seq_els_rsp_send +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x03117667 iscsi_host_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x06a64f9e iscsi_conn_teardown +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x0a919f43 iscsi_eh_abort +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x0f60434c iscsi_set_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x12b2ad06 iscsi_switch_str_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x136d6263 iscsi_eh_session_reset +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x16886c8f __iscsi_put_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x1d5c42c3 iscsi_prep_data_out_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x2083eb53 iscsi_conn_queue_xmit +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x21475864 iscsi_conn_setup +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x2b9cfd2c iscsi_host_get_max_scsi_cmds +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x34cd7471 iscsi_session_free +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x36f31302 iscsi_session_recovery_timedout +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x3bef2f73 iscsi_pool_init +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x3c00bb80 iscsi_session_setup +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x4d0c5bf9 iscsi_target_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x515033ac iscsi_complete_scsi_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x57686c7b iscsi_suspend_queue +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x5bd40ab5 iscsi_host_add +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x5cfb38b7 iscsi_conn_get_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x5f7f3b68 iscsi_get_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x71f2836d iscsi_eh_cmd_timed_out +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x7630ed27 iscsi_host_remove +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x7bf52b68 iscsi_suspend_tx +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x8176f5dc iscsi_conn_queue_recv +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x8d303b1b iscsi_pool_free +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x8d985bc9 iscsi_conn_send_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x90f0edc5 iscsi_session_failure +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x93040f2d iscsi_session_get_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x936c3977 iscsi_itt_to_ctask +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x951be4eb iscsi_session_teardown +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xa2046f3f iscsi_requeue_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xa5608571 iscsi_conn_unbind +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xa96222d2 iscsi_host_set_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xa9b7fdc3 iscsi_eh_recover_target +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xb0a860a9 iscsi_update_cmdsn +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xb28ab296 iscsi_host_get_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xb3e73ce1 iscsi_verify_itt +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xb8e77f14 iscsi_complete_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xc1b26abe iscsi_conn_start +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xc2dda433 iscsi_itt_to_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xc434f003 iscsi_session_remove +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xc7a62775 iscsi_put_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xc806e139 iscsi_conn_failure +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xd35863c3 iscsi_host_free +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xd45c7235 __iscsi_complete_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xd4a6de5f iscsi_conn_bind +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xd98ef6aa iscsi_eh_device_reset +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xdc6ad011 iscsi_suspend_rx +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xeab9cbd5 iscsi_conn_get_addr_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xf9cb847a iscsi_conn_stop +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xfbb35eed iscsi_queuecommand +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x11c5229e iscsi_tcp_conn_teardown +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x17c63da4 iscsi_tcp_set_max_r2t +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x32514e1a iscsi_tcp_dgst_header +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x3f620cac iscsi_tcp_recv_segment_is_hdr +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x4d4b3310 iscsi_tcp_hdr_recv_prep +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x74613345 iscsi_segment_init_linear +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x812cec84 iscsi_tcp_cleanup_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xb1759887 iscsi_tcp_segment_done +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xbd30a8e1 iscsi_tcp_r2tpool_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xbd477fa5 iscsi_tcp_conn_get_stats +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xc162d876 iscsi_segment_seek_sg +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xc2a8afaf iscsi_tcp_conn_setup +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xc9128725 iscsi_tcp_recv_skb +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xcbeafdc2 iscsi_tcp_segment_unmap +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xd747a3f9 iscsi_tcp_r2tpool_free +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xf19e2359 iscsi_tcp_task_init +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xf48ed551 iscsi_tcp_task_xmit +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x09c0a3df sas_execute_internal_abort_single +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x0b59a583 smp_ata_check_ready_type +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x16f905ce sas_slave_configure +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x1b29654e sas_ata_schedule_reset +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x2872657c sas_get_local_phy +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x33aae39c sas_target_destroy +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x39060e92 sas_unregister_ha +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x397f57a4 sas_queuecommand +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x4683b994 sas_slave_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x4b5b9240 sas_query_task +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x5d64db8e sas_execute_ata_cmd +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x5eadd8a3 sas_clear_task_set +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x624b2c99 sas_phy_enable +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x651dd30e sas_abort_task +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x6a059abe sas_eh_abort_handler +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x808a750c sas_execute_internal_abort_dev +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x828b5ed3 sas_bios_param +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x85136dcc sas_domain_attach_transport +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x8b0b8c1e sas_eh_device_reset_handler +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x8e236513 sas_find_attached_phy_id +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x95d36aec sas_ssp_task_response +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x9eb4f20a sas_eh_target_reset_handler +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xafaf59a2 sas_phy_reset +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xb7ba3ccd sas_request_addr +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xb927d765 sas_lu_reset +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xc577a3ab sas_abort_task_set +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xcf0d6f35 sas_notify_phy_event +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xd372c408 sas_change_queue_depth +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xe6e57891 dev_attr_phy_event_threshold +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xe6f68a65 sas_ioctl +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xe8c2a963 sas_task_abort +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xea7c2bef sas_notify_port_event +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xec32b215 sas_ata_device_link_abort +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xed637306 sas_target_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xef6657dd sas_drain_work +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xfde3b592 sas_register_ha +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_fc 0xc01b6213 fc_eh_should_retry_cmd +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x026cb9b7 iscsi_recv_pdu +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x0736dd10 __tracepoint_iscsi_dbg_eh +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x0aedc100 iscsi_create_iface +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x11ffe64f iscsi_force_destroy_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x15124ffa iscsi_destroy_iface +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x162940a6 iscsi_add_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x1bb177e0 iscsi_is_session_dev +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x1c7cc6cd iscsi_destroy_flashnode_sess +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x2e633dbc iscsi_create_endpoint +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x3785e561 __tracepoint_iscsi_dbg_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x3d19d41c iscsi_destroy_endpoint +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x3e6c5813 iscsi_unregister_transport +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x50bf73a0 iscsi_host_for_each_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x584a31ab __SCK__tp_func_iscsi_dbg_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x5bfaa2c3 __tracepoint_iscsi_dbg_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x6254c825 iscsi_conn_login_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x638f5ddc iscsi_remove_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x645691f3 iscsi_free_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x672965c9 iscsi_session_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x68ccce1b 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 0x71b768b0 __SCK__tp_func_iscsi_dbg_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x7730e63b __traceiter_iscsi_dbg_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x7dcba324 iscsi_create_flashnode_sess +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x7dd68289 iscsi_create_flashnode_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x7efa3dc9 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 0x88768c48 __SCK__tp_func_iscsi_dbg_tcp +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x9106faf5 iscsi_post_host_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x9509c065 iscsi_put_endpoint +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x970937eb iscsi_get_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x9825d2bd iscsi_create_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x997cd6bc __traceiter_iscsi_dbg_sw_tcp +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x9b551662 iscsi_unblock_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xa23dbd96 iscsi_ping_comp_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xaa976bb3 __tracepoint_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 0xae7bccf2 iscsi_lookup_endpoint +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xb05b44c4 iscsi_find_flashnode_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xb4335eac __traceiter_iscsi_dbg_tcp +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xb4a8f9d1 iscsi_block_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xb607f872 __traceiter_iscsi_dbg_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xbc071179 iscsi_get_ipaddress_state_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xc131237a iscsi_get_port_speed_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xc6ce60d7 iscsi_dbg_trace +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xcddce8a5 iscsi_conn_error_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xd4e55f1e __tracepoint_iscsi_dbg_sw_tcp +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xd89de462 iscsi_session_chkready +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xd912bb5d iscsi_alloc_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xdac5444f iscsi_put_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xdd6a6c1b iscsi_block_scsi_eh +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xe0c8df7b iscsi_is_session_online +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xe16a3778 iscsi_alloc_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xe430e59a iscsi_find_flashnode_sess +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xe4c79fa6 __SCK__tp_func_iscsi_dbg_eh +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xe89a12b5 iscsi_destroy_all_flashnode +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xe963232d iscsi_remove_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xeb64ef92 iscsi_flashnode_bus_match +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xf1c8bbf4 __traceiter_iscsi_dbg_eh +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xf29268a3 iscsi_add_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xf9ef6e47 iscsi_offload_mesg +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0x5932d07b sas_disable_tlr +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0x7f372687 sas_is_tlr_enabled +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0x7fed3581 sas_tlr_supported +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0xe18a1a7a sas_enable_tlr +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_spi 0x0ef06974 spi_populate_ppr_msg +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_spi 0x46815d4f 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 0x0b2767ce srp_release_transport +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0x1902178a srp_tmo_valid +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0x8feb2f36 srp_rport_add +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0xa03a0234 srp_attach_transport +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0xabd79240 srp_rport_del +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0xcedd71bd srp_stop_rport_timers +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0xf34d5264 srp_remove_host +EXPORT_SYMBOL_GPL drivers/siox/siox-core 0x1697b7ec __siox_driver_register +EXPORT_SYMBOL_GPL drivers/siox/siox-core 0x6c3559c0 siox_master_alloc +EXPORT_SYMBOL_GPL drivers/siox/siox-core 0x75b7204b siox_device_connected +EXPORT_SYMBOL_GPL drivers/siox/siox-core 0x7e861a41 siox_master_unregister +EXPORT_SYMBOL_GPL drivers/siox/siox-core 0xc4e54eef siox_device_synced +EXPORT_SYMBOL_GPL drivers/siox/siox-core 0xecc7c823 siox_master_register +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x0bc6b9e3 slim_report_absent +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x14c1345a slim_get_logical_addr +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x18694c74 slim_get_device +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x27c1eeee slim_stream_allocate +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x285ee765 slim_do_transfer +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x3307935a slim_read +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x41a548d6 slim_free_txn_tid +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x51899434 slim_stream_free +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x5366779d slim_register_controller +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x5b536189 __slim_driver_register +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x5bd5a25a slim_stream_enable +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x5f0f88c9 slim_alloc_txn_tid +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x6d92ea47 slim_stream_disable +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x7ba876f5 slim_ctrl_clk_pause +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x8704f40f slim_write +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x8b907f1b of_slim_get_device +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xa1915336 slim_device_report_present +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xa7066a64 slim_stream_prepare +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xabccbd82 slim_unregister_controller +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xbb63fc0a slim_readb +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xc2cbeccb slimbus_bus +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xcc178d0a slim_msg_response +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xce5e011a slim_writeb +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xe2d8e2af slim_stream_unprepare +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xe5a24fda slim_driver_unregister +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xfc03f704 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 0x72f54f33 meson_canvas_get +EXPORT_SYMBOL_GPL drivers/soc/amlogic/meson-canvas 0xfbd79150 meson_canvas_free +EXPORT_SYMBOL_GPL drivers/soc/apple/apple-rtkit 0x08e5f8a5 apple_rtkit_is_running +EXPORT_SYMBOL_GPL drivers/soc/apple/apple-rtkit 0x090a7767 apple_rtkit_quiesce +EXPORT_SYMBOL_GPL drivers/soc/apple/apple-rtkit 0x31667584 apple_rtkit_poll +EXPORT_SYMBOL_GPL drivers/soc/apple/apple-rtkit 0x3c2d5f62 apple_rtkit_reinit +EXPORT_SYMBOL_GPL drivers/soc/apple/apple-rtkit 0x3d797573 apple_rtkit_wake +EXPORT_SYMBOL_GPL drivers/soc/apple/apple-rtkit 0x3e703322 apple_rtkit_boot +EXPORT_SYMBOL_GPL drivers/soc/apple/apple-rtkit 0x47d29ce8 devm_apple_rtkit_init +EXPORT_SYMBOL_GPL drivers/soc/apple/apple-rtkit 0x62fb0a55 apple_rtkit_shutdown +EXPORT_SYMBOL_GPL drivers/soc/apple/apple-rtkit 0x98cc8421 apple_rtkit_is_crashed +EXPORT_SYMBOL_GPL drivers/soc/apple/apple-rtkit 0xe5fd569a apple_rtkit_send_message +EXPORT_SYMBOL_GPL drivers/soc/apple/apple-rtkit 0xf584d215 apple_rtkit_start_ep +EXPORT_SYMBOL_GPL drivers/soc/apple/apple-rtkit 0xf71a4d26 apple_rtkit_send_message_wait +EXPORT_SYMBOL_GPL drivers/soc/apple/apple-sart 0x119d7362 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 0xac044cb2 dpaa2_io_service_deregister +EXPORT_SYMBOL_GPL drivers/soc/fsl/dpio/fsl-mc-dpio 0xb5362c0f dpaa2_io_store_create +EXPORT_SYMBOL_GPL drivers/soc/fsl/dpio/fsl-mc-dpio 0xb8253da8 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/qcom/apr 0x00482f89 __apr_driver_register +EXPORT_SYMBOL_GPL drivers/soc/qcom/apr 0x0e8700f8 gpr_alloc_port +EXPORT_SYMBOL_GPL drivers/soc/qcom/apr 0x184b3662 apr_driver_unregister +EXPORT_SYMBOL_GPL drivers/soc/qcom/apr 0x55f269a2 gpr_send_port_pkt +EXPORT_SYMBOL_GPL drivers/soc/qcom/apr 0x94e396f1 aprbus +EXPORT_SYMBOL_GPL drivers/soc/qcom/apr 0xaba05864 gpr_free_port +EXPORT_SYMBOL_GPL drivers/soc/qcom/apr 0xc8e3790a apr_send_pkt +EXPORT_SYMBOL_GPL drivers/soc/qcom/apr 0xd1b02217 gpr_send_pkt +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 0x0d074342 qcom_mdt_load_no_init +EXPORT_SYMBOL_GPL drivers/soc/qcom/mdt_loader 0x1519a66c qcom_mdt_read_metadata +EXPORT_SYMBOL_GPL drivers/soc/qcom/mdt_loader 0x2d1f211e qcom_mdt_load +EXPORT_SYMBOL_GPL drivers/soc/qcom/mdt_loader 0x765f2459 qcom_mdt_pas_init +EXPORT_SYMBOL_GPL drivers/soc/qcom/mdt_loader 0xe8a3861c qcom_mdt_get_size +EXPORT_SYMBOL_GPL drivers/soundwire/soundwire-bus 0x01648ad6 sdw_bus_type +EXPORT_SYMBOL_GPL drivers/soundwire/soundwire-bus 0x7e97f7cb sdw_unregister_driver +EXPORT_SYMBOL_GPL drivers/soundwire/soundwire-bus 0xd952bf35 __sdw_register_driver +EXPORT_SYMBOL_GPL drivers/soundwire/soundwire-cadence 0x1978e4c2 sdw_cdns_debugfs_init +EXPORT_SYMBOL_GPL drivers/spi/spi-altera-core 0x1d3a83fe altera_spi_init_master +EXPORT_SYMBOL_GPL drivers/spi/spi-altera-core 0xb9edd149 altera_spi_irq +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0x05172f72 spi_bitbang_cleanup +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0x21ca1ff3 spi_bitbang_init +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0x75c57bdd spi_bitbang_start +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0x978254cc spi_bitbang_setup_transfer +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0xb99f7525 spi_bitbang_stop +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0xec1f3c34 spi_bitbang_setup +EXPORT_SYMBOL_GPL drivers/spi/spi-loopback-test 0x395fd66b spi_test_run_tests +EXPORT_SYMBOL_GPL drivers/spi/spi-loopback-test 0x5f6481ff spi_test_run_test +EXPORT_SYMBOL_GPL drivers/spi/spi-loopback-test 0xa8cff984 spi_test_execute_msg +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x05871a96 spmi_ext_register_readl +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x10522844 spmi_command_wakeup +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x19e428e6 spmi_controller_add +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x1d60b864 spmi_ext_register_read +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x2353e004 spmi_ext_register_writel +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x2382f9b2 spmi_controller_alloc +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x3453abe8 __spmi_driver_register +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x3bbaf61e spmi_controller_remove +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x4afe0822 spmi_command_reset +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x5ad9ebb0 spmi_device_remove +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x70ec5e0d spmi_register_zero_write +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x83a4725b spmi_command_sleep +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xafcbc712 spmi_ext_register_write +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xcb79c831 spmi_device_add +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xce34448b spmi_register_read +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xd5682e1f spmi_device_from_of +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xd96d3a74 spmi_register_write +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xd9c3ed3f spmi_command_shutdown +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xe7b16f23 spmi_device_alloc +EXPORT_SYMBOL_GPL drivers/ssb/ssb 0xa03fc130 ssb_pmu_spuravoid_pllupdate +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0x179e15c2 anybuss_host_common_probe +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0x1eb9e0ec anybuss_read_output +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0x24e24b6c devm_anybuss_host_common_probe +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0x40966008 anybuss_client_driver_unregister +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0x44568076 anybuss_client_driver_register +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0x4ac99be3 anybuss_recv_msg +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0x5d5b419f anybuss_send_msg +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0x743093be anybuss_write_input +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0x764f7b0f anybuss_start_init +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0x81b68b24 anybuss_finish_init +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0xb4e96e4b anybuss_read_fbctrl +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0xb896d8e3 anybuss_set_power +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0xc3a34ca9 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 0x0ac82f18 fieldbus_dev_online_changed +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/fieldbus_dev 0x287e8a35 fieldbus_dev_unregister +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/fieldbus_dev 0x63894f66 fieldbus_dev_register +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/fieldbus_dev 0xf5be6a56 fieldbus_dev_area_updated +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0x014ca6d8 gb_audio_apbridgea_stop_rx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0x13efdef5 gb_audio_apbridgea_start_tx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0x205442bd gb_audio_apbridgea_register_cport +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0x2a574f6a gb_audio_apbridgea_set_config +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0x348e6d4c gb_audio_apbridgea_unregister_cport +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0x39deb02d gb_audio_apbridgea_prepare_tx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0x455cecca gb_audio_apbridgea_shutdown_tx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0x5168e8b0 gb_audio_apbridgea_set_tx_data_size +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0x92434974 gb_audio_apbridgea_set_rx_data_size +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0xa9e1d85f gb_audio_apbridgea_shutdown_rx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0xd56384b8 gb_audio_apbridgea_prepare_rx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0xedf1924d gb_audio_apbridgea_stop_tx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0xf4cdc66d gb_audio_apbridgea_start_rx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0x03fab13e gb_audio_gb_set_pcm +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0x098d574b gb_audio_gb_enable_widget +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0x29987ce4 gb_audio_gb_set_rx_data_size +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0x2bf4efa6 gb_audio_gb_get_control +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0x48542fd4 gb_audio_gb_set_tx_data_size +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0x6069932c gb_audio_gb_disable_widget +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0x8e1147b3 gb_audio_gb_activate_rx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0x9efe3235 gb_audio_gb_set_control +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0xa311687b gb_audio_gb_get_topology +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0xb238b288 gb_audio_gb_deactivate_rx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0xc9a6fae3 gb_audio_gb_get_pcm +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0xcf15b665 gb_audio_gb_deactivate_tx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0xf33c435e gb_audio_gb_activate_tx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-manager 0x19e9e6b1 gb_audio_manager_remove_all +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-manager 0x32e6391e gb_audio_manager_remove +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-manager 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 0x9b052d2a gb_audio_manager_get_module +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-manager 0xaeac8ca2 gb_audio_manager_dump_module +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-manager 0xd3c04e1b gb_audio_manager_put_module +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-gbphy 0x311efd04 gb_gbphy_register_driver +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-gbphy 0xbd75595b gb_gbphy_deregister_driver +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-spilib 0xde668032 gb_spilib_master_exit +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-spilib 0xf3a1ab6d gb_spilib_master_init +EXPORT_SYMBOL_GPL drivers/staging/iio/addac/adt7316 0x6d293528 adt7316_pm_ops +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0x0181c1da imx_media_free_dma_buf +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0x025f460d imx_media_pipeline_set_stream +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0x057c6f08 imx_media_capture_device_next_buf +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0x0698866e imx_media_dev_init +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0x0df732ba imx_media_pipeline_pad +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0x0f210166 imx_media_find_subdev_by_fwnode +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0x1adb566f imx_media_capture_device_remove +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0x31dc4266 imx_media_add_of_subdevs +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0x3642b0b8 imx_media_add_video_device +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0x368942df imx_media_capture_device_init +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 0x3bf1119e imx_media_pipeline_csi2_channel +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0x3bfddbe4 imx_media_pipeline_video_device +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0x4582cc00 imx_media_capture_device_register +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 0x5ccfb097 imx_media_probe_complete +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0x62fe516e imx_media_pipeline_subdev +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0x68af2ff3 imx_media_alloc_dma_buf +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0x6a510f25 imx_media_dev_notifier_register +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0x7581f00d imx_media_find_subdev_by_devname +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0x89729e45 imx_media_init_cfg +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0x92d73ebf imx_media_of_add_csi +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 0xe2ab4ef7 imx_media_capture_device_unregister +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 0xf9b8b728 imx_media_capture_device_error +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 0x1dfa7863 amvdec_set_canvases +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0x3cde0308 codec_hevc_free_mmu_headers +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0x44a28cb6 amvdec_write_parser +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0x5ac769bd amvdec_src_change +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 0x664b0f2d codec_hevc_fill_mmu_map +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0x73b26250 amvdec_abort +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0x73bed3cf amvdec_dst_buf_done_idx +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0x8b618fe6 amvdec_dst_buf_done +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0x92c6adc2 amvdec_write_dos +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0x938931d1 amvdec_write_dos_bits +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0x94ef0dbe amvdec_set_par_from_dar +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0x9d9e117b amvdec_add_ts +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0x9ef94c64 amvdec_remove_ts +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0xab29f719 codec_hevc_setup_decode_head +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0xb7c5a642 amvdec_read_dos +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0xc0ebbd22 amvdec_dst_buf_done_offset +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0xd2c64806 amvdec_read_parser +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0xd5f19e10 amvdec_clear_dos_bits +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0xd6d7ecfa amvdec_get_output_size +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0xd8c424de codec_hevc_setup_buffers +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0xf91a44a8 codec_hevc_free_fbc_buffers +EXPORT_SYMBOL_GPL drivers/staging/nvec/nvec 0x31ecad3e nvec_unregister_notifier +EXPORT_SYMBOL_GPL drivers/staging/nvec/nvec 0x859718f0 nvec_register_notifier +EXPORT_SYMBOL_GPL drivers/staging/nvec/nvec 0xb56ba42e nvec_msg_free +EXPORT_SYMBOL_GPL drivers/target/target_core_mod 0x2a5dd1d3 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 0x9778258a target_submit +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 0xc6843d10 target_submit_prep +EXPORT_SYMBOL_GPL drivers/target/target_core_mod 0xf80e50d2 target_init_cmd +EXPORT_SYMBOL_GPL drivers/tee/tee 0x138f5ae9 tee_shm_get_from_id +EXPORT_SYMBOL_GPL drivers/tee/tee 0x1f29f117 tee_shm_register_kernel_buf +EXPORT_SYMBOL_GPL drivers/tee/tee 0x28ee5b83 tee_shm_pool_alloc_res_mem +EXPORT_SYMBOL_GPL drivers/tee/tee 0x2d3fb955 tee_shm_put +EXPORT_SYMBOL_GPL drivers/tee/tee 0x2fb0cbd1 tee_device_alloc +EXPORT_SYMBOL_GPL drivers/tee/tee 0x35220384 tee_get_drvdata +EXPORT_SYMBOL_GPL drivers/tee/tee 0x366d66fb tee_client_open_context +EXPORT_SYMBOL_GPL drivers/tee/tee 0x46dda330 tee_shm_get_va +EXPORT_SYMBOL_GPL drivers/tee/tee 0x5b20da09 tee_client_close_session +EXPORT_SYMBOL_GPL drivers/tee/tee 0x5d3da293 tee_shm_alloc_priv_buf +EXPORT_SYMBOL_GPL drivers/tee/tee 0x7966c8f8 tee_client_get_version +EXPORT_SYMBOL_GPL drivers/tee/tee 0x85fd9922 tee_session_calc_client_uuid +EXPORT_SYMBOL_GPL drivers/tee/tee 0x872d3eb3 tee_shm_get_pa +EXPORT_SYMBOL_GPL drivers/tee/tee 0xa61c800c tee_bus_type +EXPORT_SYMBOL_GPL drivers/tee/tee 0xabbe22ac tee_device_unregister +EXPORT_SYMBOL_GPL drivers/tee/tee 0xb4780366 tee_client_invoke_func +EXPORT_SYMBOL_GPL drivers/tee/tee 0xb54b3c3d tee_client_close_context +EXPORT_SYMBOL_GPL drivers/tee/tee 0xb7e5d8c6 tee_client_open_session +EXPORT_SYMBOL_GPL drivers/tee/tee 0xc3f05bfd teedev_close_context +EXPORT_SYMBOL_GPL drivers/tee/tee 0xc630f393 tee_shm_alloc_kernel_buf +EXPORT_SYMBOL_GPL drivers/tee/tee 0xca948348 tee_device_register +EXPORT_SYMBOL_GPL drivers/tee/tee 0xd71b7ce7 tee_shm_free +EXPORT_SYMBOL_GPL drivers/tee/tee 0xe15eff09 teedev_open +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x01d23ee1 tb_property_create_dir +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x1626537b tb_ring_alloc_rx +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x2174bf98 tb_xdomain_release_out_hopid +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x36af6ec0 tb_ring_poll_complete +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x393b4f2f tb_property_free_dir +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x4b2f3160 tb_xdomain_find_by_route +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x4dd27527 tb_register_service_driver +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x4e5064a7 tb_property_find +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x4e64bdfd tb_register_protocol_handler +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x558ded90 tb_xdomain_alloc_in_hopid +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x5665d166 tb_xdomain_response +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x5eb052de 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 0x73ad2acb tb_property_get_next +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x785eb82c tb_property_remove +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x84bf868b tb_ring_start +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x8b62f95e tb_property_add_dir +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x8be251da tb_xdomain_enable_paths +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x954694aa tb_ring_alloc_tx +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xa11e5a5c tb_ring_poll +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xa3d2b403 tb_property_add_data +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xaaa5e58e tb_xdomain_release_in_hopid +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xb0efb8eb tb_service_type +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xb7c7cdce tb_property_add_text +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xb9cfd9e4 tb_xdomain_disable_paths +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xbd5b5e04 __tb_ring_enqueue +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xc2a76712 tb_xdomain_find_by_uuid +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xc6e780d8 tb_xdomain_lane_bonding_disable +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xca9140d9 tb_xdomain_lane_bonding_enable +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xcc0dc531 tb_ring_stop +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xcfbcdd20 tb_unregister_service_driver +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xd96e363d tb_ring_free +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xdb84aaf3 tb_xdomain_alloc_out_hopid +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xe7d2b5e5 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 0x07c82d84 ufshcd_release +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x0cb1993c ufshcd_uic_hibern8_exit +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x1920b58b ufshcd_config_pwr_mode +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x26b796f9 ufshcd_dme_configure_adapt +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x389e3911 ufshcd_fixup_dev_quirks +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x3e47fc65 ufshcd_dme_set_attr +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x57b2eda9 __ufshcd_suspend_prepare +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x5cbbd4af ufshcd_init +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x64e7dce8 ufshcd_hold +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x6eab9028 ufshcd_dump_regs +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x723b1abf ufshcd_delay_us +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x733b376d ufshcd_clkgate_delay_set +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x86e947ab ufshcd_link_recovery +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x8fc5d15a ufshcd_uic_change_pwr_mode +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x944bddf8 ufshcd_hba_enable +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x9ef5d165 ufshcd_hba_stop +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xa6a18855 ufshcd_uic_hibern8_enter +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xa6c91f85 ufshcd_remove +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xa6fbf175 ufshcd_auto_hibern8_update +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xca5550d7 ufshcd_dealloc_host +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xcd407a06 ufshcd_get_vreg +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xd1e24902 ufshcd_suspend_prepare +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xe2847549 ufshcd_make_hba_operational +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xebc90b99 ufshcd_dme_get_attr +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xf5cebdde ufshcd_resume_complete +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xfde702e3 ufshcd_update_evt_hist +EXPORT_SYMBOL_GPL drivers/ufs/host/ufshcd-pltfrm 0x14a9579e 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 0x98904240 ufshcd_populate_vreg +EXPORT_SYMBOL_GPL drivers/ufs/host/ufshcd-pltfrm 0xc7ca6886 ufshcd_pltfrm_shutdown +EXPORT_SYMBOL_GPL drivers/uio/uio 0x5716bfd1 uio_event_notify +EXPORT_SYMBOL_GPL drivers/uio/uio 0x66f19897 uio_unregister_device +EXPORT_SYMBOL_GPL drivers/uio/uio 0x87bfaff2 __uio_register_device +EXPORT_SYMBOL_GPL drivers/uio/uio 0xde4a4da5 __devm_uio_register_device +EXPORT_SYMBOL_GPL drivers/usb/atm/usbatm 0x878e9d90 usbatm_usb_probe +EXPORT_SYMBOL_GPL drivers/usb/atm/usbatm 0x9edcf9ed usbatm_usb_disconnect +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0x03ded94b cdns_drd_gadget_off +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0x0d1adf79 cdns_remove +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0x28df1c42 cdns_drd_gadget_on +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0x42500d28 cdns_power_is_lost +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0x4fc8e742 cdns_init +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0x5866ce97 cdns_set_vbus +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0x6873754f cdns_suspend +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0x9427a475 cdns_resume +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0xda4beb47 cdns_clear_vbus +EXPORT_SYMBOL_GPL drivers/usb/chipidea/ci_hdrc 0x1dd9ec21 ci_hdrc_add_device +EXPORT_SYMBOL_GPL drivers/usb/chipidea/ci_hdrc 0x4e7f5a91 hw_phymode_configure +EXPORT_SYMBOL_GPL drivers/usb/chipidea/ci_hdrc 0xd109e994 ci_hdrc_remove_device +EXPORT_SYMBOL_GPL drivers/usb/chipidea/ci_hdrc 0xeddbcd86 ci_hdrc_query_available_role +EXPORT_SYMBOL_GPL drivers/usb/chipidea/usbmisc_imx 0x035d79a2 imx_usbmisc_suspend +EXPORT_SYMBOL_GPL drivers/usb/chipidea/usbmisc_imx 0x0b9d1836 imx_usbmisc_init +EXPORT_SYMBOL_GPL drivers/usb/chipidea/usbmisc_imx 0x1596ccaa imx_usbmisc_hsic_set_connect +EXPORT_SYMBOL_GPL drivers/usb/chipidea/usbmisc_imx 0x291e26d9 imx_usbmisc_resume +EXPORT_SYMBOL_GPL drivers/usb/chipidea/usbmisc_imx 0x76975e4f imx_usbmisc_init_post +EXPORT_SYMBOL_GPL drivers/usb/chipidea/usbmisc_imx 0xc64e09c2 imx_usbmisc_charger_detection +EXPORT_SYMBOL_GPL drivers/usb/common/ulpi 0x4836b50b ulpi_unregister_driver +EXPORT_SYMBOL_GPL drivers/usb/common/ulpi 0x4c40b055 ulpi_register_interface +EXPORT_SYMBOL_GPL drivers/usb/common/ulpi 0x8f6471ab ulpi_read +EXPORT_SYMBOL_GPL drivers/usb/common/ulpi 0x9e324692 ulpi_write +EXPORT_SYMBOL_GPL drivers/usb/common/ulpi 0xae49a0fe ulpi_unregister_interface +EXPORT_SYMBOL_GPL drivers/usb/common/ulpi 0xeaec8e9b __ulpi_register_driver +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x0483994d u_audio_suspend +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x2648e64b u_audio_set_capture_srate +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x3090d3e5 u_audio_stop_playback +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x47088a81 u_audio_set_mute +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x5cd0ab66 u_audio_stop_capture +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x78af98e4 g_audio_setup +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x796e72af u_audio_set_volume +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x9855ec5a u_audio_get_playback_srate +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x9f09acc5 u_audio_set_playback_srate +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0xa4ba28c0 u_audio_get_volume +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0xb35810fe u_audio_start_capture +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0xb3ed7774 u_audio_get_mute +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0xb5a10190 g_audio_cleanup +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0xceab4028 u_audio_start_playback +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0xf0ab908e u_audio_get_capture_srate +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x097d0214 gether_set_host_addr +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x19fe434d gether_register_netdev +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x1f62f09e gether_set_ifname +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x2210b4e4 gether_get_ifname +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x2df4286c gether_get_dev_addr +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x48f42b36 gether_setup_name +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x4e06a231 gether_setup_name_default +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x7fee5874 gether_get_host_addr_cdc +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x84572873 gether_set_gadget +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x8878cfa6 gether_cleanup +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x89601758 gether_get_qmult +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x8a752372 gether_get_host_addr_u8 +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0xa6b99247 gether_set_dev_addr +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0xa71eff25 gether_get_host_addr +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0xca15d2c8 gether_disconnect +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0xdd0fb0fc gether_set_qmult +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0xfbf18921 gether_connect +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 0xa68ac1a7 gserial_connect +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_serial 0xb463db79 gserial_suspend +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_serial 0xb6652875 gserial_free_line +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_serial 0xc0a01527 gserial_set_console +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_serial 0xdeddef29 gserial_resume +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_serial 0xe89dc424 gserial_alloc_line_no_console +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_serial 0xf4ed6e8d 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 0x6c825859 ffs_lock +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_fs 0x739e6ea0 ffs_name_dev +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_fs 0xf078ac74 ffs_single_dev +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x12aa20b9 fsg_show_inquiry_string +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x141fce2a fsg_common_remove_luns +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x15c0ef38 fsg_show_cdrom +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 0x281f4a3e fsg_lun_fsync_sub +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 0x3dfd7b46 fsg_store_cdrom +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 0x528b11f9 fsg_show_nofua +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x56344daf fsg_hs_bulk_out_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x67fe400d fsg_lun_close +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x68daa8bd fsg_store_removable +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x6a901bc4 fsg_store_forced_eject +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 0x6c3b3429 fsg_store_file +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x77396d87 fsg_common_set_cdev +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 0x8b5b8d0a fsg_show_file +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x95cffb3e fsg_hs_bulk_in_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x9a0221c7 fsg_common_free_buffers +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 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 0xac54de3d fsg_store_nofua +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xafe75cf5 fsg_show_ro +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xb05268be fsg_store_ro +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 0xba7cb458 fsg_common_remove_lun +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xc89a7e94 fsg_store_inquiry_string +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 0xda7e277c fsg_show_removable +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xf056f237 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 0x0281e4fc rndis_uninit +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x1a20de61 rndis_free_response +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x1bc04d0f rndis_set_host_mac +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x364ab8e7 rndis_signal_connect +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x6161cd56 rndis_set_param_vendor +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x6322198f rndis_borrow_net +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x73136359 rndis_msg_parser +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x7d02df5f rndis_rm_hdr +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x972b87e2 rndis_add_hdr +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0xa4651fae rndis_set_param_medium +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0xab68e785 rndis_signal_disconnect +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0xb78bbe7b rndis_deregister +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0xd24e345d rndis_register +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0xda6405a4 rndis_set_param_dev +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0xf3880581 rndis_get_next_response +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x0125f4e3 unregister_gadget_item +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x03e4df28 usb_string_ids_tab +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x0c589aba usb_validate_langid +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x0e2ecd02 usb_function_register +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x1255e030 usb_free_all_descriptors +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x1c3203b8 usb_gstrings_attach +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x1cb5b24c usb_otg_descriptor_init +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 0x32d4fff6 usb_put_function_instance +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x351ff910 usb_add_config_only +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x3a1b6c00 usb_add_config +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x412a4f57 usb_otg_descriptor_alloc +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x4beb505d usb_gadget_get_string +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x59c518dd usb_composite_probe +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x59de9717 usb_ep_autoconfig +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x5a72aea4 usb_remove_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x6c2ed41d usb_add_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x7148ceb2 usb_ep_autoconfig_release +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x78b61354 usb_composite_overwrite_options +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x83acf398 usb_function_unregister +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x9c04859d config_ep_by_speed_and_alt +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x9c2b8a59 config_ep_by_speed +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x9c7c1e67 usb_ep_autoconfig_ss +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xa5adb806 usb_put_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xa9fc9039 usb_get_function_instance +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xaae02b12 usb_get_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xb6e9345d usb_function_activate +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xc39b1c83 usb_ep_autoconfig_reset +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xcd6c77b2 usb_composite_unregister +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xd2ea2134 usb_descriptor_fillbuf +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xd61242fb usb_composite_setup_continue +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xecd37e8a usb_string_id +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xf16b9d16 usb_function_deactivate +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xf474a207 usb_gadget_config_buf +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xfa06e8dd usb_interface_id +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xfb29c498 usb_string_ids_n +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xfda24afe usb_assign_descriptors +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x1a71cfea free_dma_pools +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x25d4cfd8 gadget_release +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x32143c50 udc_remove +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x3a5fa018 init_dma_pools +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x49af21ec udc_basic_init +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x5d01d078 udc_irq +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x60854cdd empty_req_queue +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x72e5758e udc_probe +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x7dd6fb49 udc_enable_dev_setup_interrupts +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0xf394e5de 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 0x01bdd974 usb_add_gadget_udc +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x1699148d usb_gadget_check_config +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x248f5d6c usb_gadget_unregister_driver +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x27c8f7c1 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 0x3d5b7aa8 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 0x43b1c53b usb_gadget_ep_match_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x4a8d3179 usb_gadget_clear_selfpowered +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x4c0aa778 usb_gadget_set_state +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x4d58a513 usb_gadget_unmap_request_by_dev +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 0x575c2cc4 usb_gadget_map_request_by_dev +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x64f4db14 usb_initialize_gadget +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x70b82602 usb_gadget_map_request +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 0x7aed4316 usb_gadget_register_driver_owner +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x7f8446e1 usb_gadget_deactivate +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x82711a43 usb_gadget_vbus_disconnect +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x8bac284a usb_gadget_set_selfpowered +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x93d5fdc4 usb_gadget_giveback_request +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x94742208 usb_gadget_wakeup +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x95f76801 usb_gadget_frame_number +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x9953be2e usb_gadget_disconnect +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xaa1464fd usb_add_gadget +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xac286ca8 usb_gadget_vbus_connect +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xac5667d9 usb_ep_queue +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xb50bb652 usb_del_gadget_udc +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xb98af35f usb_gadget_unmap_request +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xbee6af28 usb_ep_set_halt +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xc3d4d06b usb_ep_set_maxpacket_limit +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xc8ac2c4f usb_ep_clear_halt +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xce80715e usb_del_gadget +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xd0e94100 usb_gadget_connect +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xd80e2e18 usb_udc_vbus_handler +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xdb6c525e gadget_find_ep_by_name +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xeae94d4d usb_gadget_activate +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xf5158f8c usb_add_gadget_udc_release +EXPORT_SYMBOL_GPL drivers/usb/host/xhci-pci-renesas 0x92e5b722 renesas_xhci_check_request_fw +EXPORT_SYMBOL_GPL drivers/usb/misc/ezusb 0x37e6192b ezusb_fx1_set_reset +EXPORT_SYMBOL_GPL drivers/usb/misc/ezusb 0x9698ff90 ezusb_fx1_ihex_firmware_download +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0x001a05cd usb_ftdi_elan_write_pcimem +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0x06f12f4b usb_ftdi_elan_edset_output +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0x1109b7d8 usb_ftdi_elan_edset_setup +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0x2b3aae91 usb_ftdi_elan_edset_input +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0x74947b71 usb_ftdi_elan_edset_empty +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0xa2c350a2 usb_ftdi_elan_read_pcimem +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0xa3168a6a usb_ftdi_elan_edset_flush +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0xc31f5012 usb_ftdi_elan_edset_single +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0xf0bd1976 ftdi_elan_gone_away +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 0x3c907333 musb_queue_resume_work +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0x3da5f213 musb_root_disconnect +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0x669594ad musb_clearw +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0x6af8c6dc musb_writel +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0x6ca3ac69 musb_set_host +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0x719a5e41 musb_readw +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0x9553352a musb_interrupt +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 0xf3d6e22e musb_get_mode +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0xf5bc6ce5 musb_set_peripheral +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-generic 0x0f9f7c01 usb_phy_generic_unregister +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-generic 0x32990dc6 usb_gen_phy_init +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-generic 0x776b9805 usb_phy_generic_register +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-generic 0xba5ae7b0 usb_phy_gen_create_phy +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-generic 0xeb29098f usb_gen_phy_shutdown +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-isp1301 0xed5733a7 isp1301_get_client +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-tegra-usb 0x108f2423 tegra_usb_phy_postresume +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-tegra-usb 0x1626e10b tegra_usb_phy_preresume +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-tegra-usb 0x3d909377 tegra_ehci_phy_restore_start +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-tegra-usb 0xb19f4446 tegra_ehci_phy_restore_end +EXPORT_SYMBOL_GPL drivers/usb/serial/usb_wwan 0x7807724c usb_wwan_port_probe +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x046e14b0 usb_serial_generic_submit_read_urbs +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x06aecf7a usb_serial_generic_write_start +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x1a0b1c8c usb_serial_deregister_drivers +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x1c17be7d usb_serial_generic_resume +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x20844669 usb_serial_generic_process_read_urb +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x23865038 usb_serial_generic_write_bulk_callback +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x30755c3d usb_serial_generic_unthrottle +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x3878bdb3 usb_serial_generic_tiocmiwait +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x397ac799 usb_serial_generic_open +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x3b292939 usb_serial_generic_close +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x815d39e1 usb_serial_port_softint +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x96f3b1cd usb_serial_generic_throttle +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xa047f557 usb_serial_generic_chars_in_buffer +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xb3ef41f1 usb_serial_generic_get_icount +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xc8fec8a5 usb_serial_generic_read_bulk_callback +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xd2ca6023 usb_serial_register_drivers +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xd404d2e4 usb_serial_handle_dcd_change +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xece6d3a7 usb_serial_generic_wait_until_sent +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xf6799219 usb_serial_generic_write +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xfcba87ea usb_serial_claim_interface +EXPORT_SYMBOL_GPL drivers/usb/typec/altmodes/typec_displayport 0x730e5a6c dp_altmode_remove +EXPORT_SYMBOL_GPL drivers/usb/typec/altmodes/typec_displayport 0x74518ad9 dp_altmode_probe +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpci 0x201eab9d 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 0x2ac5c105 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 0xea220941 tcpm_tcpc_reset +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpm 0xeb779665 tcpm_sourcing_vbus +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x01aec24e typec_unregister_partner +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x027e44b9 typec_mux_get_drvdata +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x0310c8f5 typec_altmode_put_plug +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x035b0a58 typec_register_cable +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x0408bc13 typec_unregister_port +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x0681ae37 typec_unregister_plug +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x0fc00e76 typec_altmode_notify +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x10299bef typec_port_register_altmodes +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x119d3356 typec_cable_get +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x12b1d04e typec_partner_set_num_altmodes +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x1e7413c6 typec_cable_is_active +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x2468869e typec_match_altmode +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x2c5cef13 __typec_altmode_register_driver +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x2d1e301d typec_find_power_role +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x2f0ecda1 fwnode_typec_switch_get +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x35d3bd85 typec_partner_set_svdm_version +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x37ce19a6 typec_retimer_unregister +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x38a946e8 usb_power_delivery_unregister_capabilities +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x3d7b0195 typec_switch_unregister +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x3e6edb77 typec_get_orientation +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x407eb954 typec_partner_usb_power_delivery_register +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x44a34c53 typec_plug_set_num_altmodes +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x44d2db01 typec_switch_set_drvdata +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x464946f0 typec_altmode_vdm +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x4e1848d0 typec_unregister_cable +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x55acafd2 usb_power_delivery_register +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x5c79cf45 typec_mux_unregister +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x6096e078 typec_retimer_register +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x699a4e54 typec_register_partner +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x6a52868d typec_altmode_update_active +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x6acee97e typec_switch_register +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x6b3d9465 typec_mux_set +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x6bb0f4e8 typec_altmode_exit +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x711b7dab typec_get_negotiated_svdm_version +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x74c91698 typec_altmode_enter +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x77db35ac typec_cable_set_identity +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x7e152265 usb_power_delivery_unregister +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x86521d45 typec_switch_put +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x871b1bc5 typec_partner_set_usb_power_delivery +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x9049491e typec_find_port_data_role +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x923f35f1 typec_partner_set_pd_revision +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x93fbf6b8 typec_retimer_set +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x9bf3504d typec_port_set_usb_power_delivery +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x9f922c64 typec_register_port +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xa254de98 typec_find_orientation +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xa6c27c31 typec_set_orientation +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xa814f20c typec_altmode2port +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xae669983 fwnode_typec_mux_get +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xb7360af5 typec_retimer_get_drvdata +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xb959ea09 usb_power_delivery_link_device +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xbcc65dd0 typec_plug_register_altmode +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xbd1f9810 fwnode_typec_retimer_get +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xc18c252a typec_mux_register +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xc408f675 usb_power_delivery_register_capabilities +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xc537e4ce typec_altmode_attention +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xc56cde73 typec_retimer_put +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xca345c56 typec_get_fw_cap +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xcb93db4e typec_set_mode +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xcc2e48d6 typec_port_register_altmode +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xceb83afb typec_switch_get_drvdata +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xd07c8b1c typec_partner_register_altmode +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xd17d99aa typec_set_vconn_role +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xd2fa1286 typec_switch_set +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xd7997e8c typec_set_pwr_role +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xddab31b9 typec_unregister_altmode +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xe545c7e8 typec_partner_set_identity +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xe6e8dee1 typec_get_drvdata +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xeafc1eb8 typec_find_port_power_role +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xeb2898d2 usb_power_delivery_unlink_device +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xeeaf85b0 typec_altmode_get_partner +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xf039ee25 typec_cable_put +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xf1234a8b typec_find_pwr_opmode +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xf2cb67ac typec_altmode_unregister_driver +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xf2cbfe70 typec_register_plug +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xf3ccb9d5 typec_set_data_role +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xf6bb1d69 typec_altmode_get_plug +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xfc6d2424 typec_set_pwr_opmode +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xfc8df340 typec_mux_put +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xff1a4a1b typec_mux_set_drvdata +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0x0f88708c ucsi_unregister +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0x4b5f0bfa ucsi_set_drvdata +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0x70f52bba ucsi_create +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0x779acb9b ucsi_resume +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0x8ce4fe91 ucsi_connector_change +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0x9125b9c4 ucsi_get_drvdata +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0xb7f89eeb ucsi_destroy +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0xcf8db1aa ucsi_register +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0xdc4ec97a ucsi_send_command +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x16796e11 usbip_start_eh +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x38084082 usbip_event_happened +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x39ae9d06 usbip_stop_eh +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x3da51529 usbip_pad_iso +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x78b72f44 usbip_debug_flag +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x9008f412 dev_attr_usbip_debug +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x976c2860 usbip_recv +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xa7a2c038 usbip_in_eh +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xb1a4e626 usbip_recv_iso +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xbd1278b9 usbip_pack_pdu +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xc1cdb1d9 usbip_dump_urb +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xc2b13957 usbip_event_add +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xce2b4380 usbip_alloc_iso_desc_pdu +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xd02753dc usbip_header_correct_endian +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xe1ea0586 usbip_dump_header +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xf3f380ed usbip_recv_xbuff +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0x308239fc vdpa_mgmtdev_register +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0x5c60a6ee vdpa_set_config +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0x6f374591 _vdpa_unregister_device +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0x79dc150a __vdpa_alloc_device +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0x7d268ed1 vdpa_register_device +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0xa57db65c _vdpa_register_device +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0xafb19672 vdpa_unregister_driver +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0xb85bb838 vdpa_unregister_device +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0xeaa9f65a __vdpa_register_driver +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0xefc20072 vdpa_get_config +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0xf2dbcc93 vdpa_mgmtdev_unregister +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa_sim/vdpa_sim 0xaf57a07a vdpasim_create +EXPORT_SYMBOL_GPL drivers/vfio/mdev/mdev 0xe2778ce6 mdev_bus_type +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x0037ea41 vfio_pci_core_mmap +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x080c4243 vfio_pci_core_read +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x2323de11 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 0x5151dea2 vfio_pci_core_disable +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x59e61ffe vfio_pci_core_close_device +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x698a039f vfio_pci_core_finish_enable +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x7b1414f2 vfio_pci_core_unregister_device +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x83ef6793 vfio_pci_core_err_handlers +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x9656dac4 vfio_pci_core_ioctl +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x9f3579d6 vfio_pci_core_match +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0xaad878bd vfio_pci_core_request +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0xb0ec58e5 vfio_pci_core_sriov_configure +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0xb7cb5991 vfio_pci_core_init_dev +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0xbd63f594 vfio_pci_core_release_dev +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0xc48aabfa vfio_pci_core_ioctl_feature +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0xcb6752ce vfio_pci_core_register_device +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0xcd28e5d6 vfio_pci_core_enable +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0xf2583348 vfio_pci_core_register_dev_region +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0xf38bb680 vfio_pci_core_write +EXPORT_SYMBOL_GPL drivers/vfio/platform/vfio-platform-base 0x0e6e0e05 __vfio_platform_register_reset +EXPORT_SYMBOL_GPL drivers/vfio/platform/vfio-platform-base 0x466e8373 vfio_platform_open_device +EXPORT_SYMBOL_GPL drivers/vfio/platform/vfio-platform-base 0x4af95365 vfio_platform_mmap +EXPORT_SYMBOL_GPL drivers/vfio/platform/vfio-platform-base 0x5760f823 vfio_platform_read +EXPORT_SYMBOL_GPL drivers/vfio/platform/vfio-platform-base 0x740be9e2 vfio_platform_init_common +EXPORT_SYMBOL_GPL drivers/vfio/platform/vfio-platform-base 0x97bcfb27 vfio_platform_ioctl +EXPORT_SYMBOL_GPL drivers/vfio/platform/vfio-platform-base 0xb83ea9df vfio_platform_close_device +EXPORT_SYMBOL_GPL drivers/vfio/platform/vfio-platform-base 0xe4694eb9 vfio_platform_write +EXPORT_SYMBOL_GPL drivers/vfio/platform/vfio-platform-base 0xe5704686 vfio_platform_unregister_reset +EXPORT_SYMBOL_GPL drivers/vfio/platform/vfio-platform-base 0xfac48670 vfio_platform_release_common +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x0a247983 vfio_register_iommu_driver +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x107e2c52 vfio_virqfd_enable +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x2a93ae62 vfio_unregister_iommu_driver +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x2f23160a vfio_register_emulated_iommu_dev +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x34e83202 vfio_iommufd_emulated_bind +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x3a5ac32e vfio_assign_device_set +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x47bc7e4f vfio_unregister_group_dev +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x48ee7465 vfio_device_set_open_count +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x60a634c4 vfio_info_cap_add +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x68d7d6eb vfio_iommufd_physical_attach_ioas +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x6df5060d vfio_iommufd_physical_unbind +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x6df576cc vfio_file_set_kvm +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x7ce5932c vfio_iommufd_emulated_attach_ioas +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x7ce858da vfio_iommufd_physical_bind +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x7d2ed4c3 iova_bitmap_set +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x839ecd7d vfio_file_has_dev +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x83ebefbc vfio_file_enforced_coherent +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x8806cc78 _vfio_alloc_device +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x95a97335 vfio_mig_get_next_state +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x9bd287cf vfio_file_iommu_group +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x9c2dbee8 vfio_virqfd_disable +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xc075f46c vfio_register_group_dev +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xcfbf0503 vfio_iommufd_emulated_unbind +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xd70b49fc vfio_file_is_group +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x00c78d4b vhost_clear_msg +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x0da043ed vhost_signal +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x125bcf48 vhost_add_used_n +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x1c5effcb vhost_vq_is_setup +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x22a3b1aa vhost_new_msg +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x2361678a vhost_work_queue +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x2e5effd4 vhost_dev_has_owner +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x2e9f522d vhost_enable_notify +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x31f92afb vhost_dev_cleanup +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x3d275aa3 vhost_vq_avail_empty +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x3f5b5e10 vhost_dev_init +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x43e12bf9 vhost_dequeue_msg +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x4c79606a vhost_add_used +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x50d7fbdb vhost_enqueue_msg +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x50fc1391 vhost_set_backend_features +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x53140146 vhost_dev_set_owner +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x54e3593f vhost_poll_queue +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x55cf5f8d vhost_poll_stop +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x56333b9a vhost_dev_reset_owner +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x572810ae vhost_get_vq_desc +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x579d7c96 vhost_log_write +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x59bf1fd4 vhost_has_work +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x5a233852 vhost_dev_check_owner +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x5a817c04 vhost_add_used_and_signal +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x5a9983c9 vhost_chr_read_iter +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x5affc3b5 vhost_disable_notify +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x65ad7e79 vhost_vq_init_access +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x6610e6b2 vq_meta_prefetch +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x6fea384a vhost_init_device_iotlb +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x7669b0ae vhost_poll_start +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x7c21d6d6 vhost_exceeds_weight +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x95d96d0e vhost_poll_init +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x97a3c336 vhost_discard_vq_desc +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x9e641886 vhost_vq_access_ok +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xa909cfc5 vhost_work_init +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xbe4482ea vhost_dev_ioctl +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xd3dba8cd vhost_dev_flush +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xd448c6b5 vhost_vring_ioctl +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xede1d4d0 vhost_add_used_and_signal_n +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xef31abd6 vhost_dev_stop +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xfd2b3e45 vhost_dev_reset_owner_prepare +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xfe7739df vhost_log_access_ok +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 0x11bdb230 ili9320_resume +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0x644fb665 ili9320_shutdown +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0x851fdbab ili9320_write +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0xc8b66e5f ili9320_remove +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0xd1ae5d09 ili9320_suspend +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0xdc0d1ef5 ili9320_write_regs +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0xf8d63397 ili9320_probe_spi +EXPORT_SYMBOL_GPL drivers/video/fbdev/core/fb_ddc 0x7354bf27 fb_ddc_read +EXPORT_SYMBOL_GPL drivers/video/fbdev/core/fb_sys_fops 0x646522fd fb_sys_read +EXPORT_SYMBOL_GPL drivers/video/fbdev/core/fb_sys_fops 0x82bb2ac3 fb_sys_write +EXPORT_SYMBOL_GPL drivers/video/fbdev/sis/sisfb 0xb78c9210 sis_free_new +EXPORT_SYMBOL_GPL drivers/video/fbdev/sis/sisfb 0xe7d0ccaa sis_malloc_new +EXPORT_SYMBOL_GPL drivers/w1/wire 0x02c944e9 w1_next_pullup +EXPORT_SYMBOL_GPL drivers/w1/wire 0x083a1d68 w1_reset_bus +EXPORT_SYMBOL_GPL drivers/w1/wire 0x0f4e0c95 w1_touch_bit +EXPORT_SYMBOL_GPL drivers/w1/wire 0x1604a514 w1_triplet +EXPORT_SYMBOL_GPL drivers/w1/wire 0x63757e92 w1_calc_crc8 +EXPORT_SYMBOL_GPL drivers/w1/wire 0x7d0d1154 w1_read_8 +EXPORT_SYMBOL_GPL drivers/w1/wire 0x902ac0fe w1_read_block +EXPORT_SYMBOL_GPL drivers/w1/wire 0x9dab6f5b w1_write_block +EXPORT_SYMBOL_GPL drivers/w1/wire 0xb6db2d60 w1_reset_resume_command +EXPORT_SYMBOL_GPL drivers/w1/wire 0xb86131da w1_reset_select_slave +EXPORT_SYMBOL_GPL drivers/w1/wire 0xd06dc5d7 w1_write_8 +EXPORT_SYMBOL_GPL drivers/w1/wire 0xd37e3e98 w1_touch_block +EXPORT_SYMBOL_GPL drivers/xen/xen-front-pgdir-shbuf 0x110ad627 xen_front_pgdir_shbuf_unmap +EXPORT_SYMBOL_GPL drivers/xen/xen-front-pgdir-shbuf 0x30497eb1 xen_front_pgdir_shbuf_free +EXPORT_SYMBOL_GPL drivers/xen/xen-front-pgdir-shbuf 0x3bb681c8 xen_front_pgdir_shbuf_alloc +EXPORT_SYMBOL_GPL drivers/xen/xen-front-pgdir-shbuf 0x4a874430 xen_front_pgdir_shbuf_get_dir_start +EXPORT_SYMBOL_GPL drivers/xen/xen-front-pgdir-shbuf 0xc2fd530f xen_front_pgdir_shbuf_map +EXPORT_SYMBOL_GPL drivers/xen/xen-privcmd 0x2f3b151f xen_privcmd_fops +EXPORT_SYMBOL_GPL drivers/xen/xen-privcmd 0xfb7d1f43 xen_privcmdbuf_fops +EXPORT_SYMBOL_GPL fs/dlm/dlm 0x4039d132 dlm_posix_get +EXPORT_SYMBOL_GPL fs/dlm/dlm 0x4b62826c dlm_unlock +EXPORT_SYMBOL_GPL fs/dlm/dlm 0x7cc7b927 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 0xde835859 dlm_posix_lock +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x1bb9b514 nlmclnt_proc +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x208dea46 nlmclnt_init +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x24686078 nlmsvc_ops +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x35c3a06a lockd_up +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x3ed63930 nlmclnt_done +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x450c9d37 nlmsvc_unlock_all_by_sb +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x4eb3516b lockd_down +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x9cbde0a0 nlmsvc_unlock_all_by_ip +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x02598527 nfs_sops +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0294c6a2 nfs_callback_nr_threads +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x02975f8f nfs_commitdata_alloc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x03eacb8c nfs_fattr_init +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x04eaec5a nfs_client_init_is_complete +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x05087e8a nfs_dreq_bytes_left +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x05670a2f nfs_server_remove_lists +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x06363b58 nfs_write_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x086c6172 nfs_lock +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x088e3853 nfs_file_llseek +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x08dec8ed nfs_link +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0934cac7 nfs_file_fsync +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0b2e4676 nfs_get_lock_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0d024a90 nfs_pageio_resend +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x10962bc2 nfs_auth_info_match +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x129079b8 nfs_initiate_commit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x12ac8d6e nfs_submount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x13c2c44a nfs_pgio_header_alloc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x13d35b39 nfs_client_init_status +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x16b06d4b nfs_inode_attach_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x17e32a94 nfs_sb_deactive +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1861324e nfs_permission +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x19b59843 __traceiter_nfs_xdr_status +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1a41a9f1 nfs_server_insert_lists +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1b1f369d nfs_get_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x21643b30 nfs_set_cache_invalid +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x22d795a8 _nfs_display_fhandle_hash +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x23bc0c71 nfs_fhget +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2566b6cb nfs_unlink +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2604ab47 nfs_commitdata_release +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x26884ff7 nfs_alloc_fhandle +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x27a05e15 nfs_lookup +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x28e412f1 nfs_async_iocounter_wait +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x299f8f2f nfs_do_submount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2a9f0c9f nfs_put_lock_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2b475556 nfs_drop_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2b9ad968 nfs_alloc_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x30496988 __tracepoint_nfs_fsync_enter +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3923723a nfs_release_request +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x39e05ac3 nfs_idmap_cache_timeout +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3a5c52c3 nfs_request_remove_commit_list +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3de226e7 nfs_create +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3f2690f2 nfs_check_flags +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3fa4b373 register_nfs_version +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x40739385 nfs_wait_bit_killable +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x422acdec put_nfs_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x42f2c81f nfs4_client_id_uniquifier +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x43c5ae19 nfs_alloc_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x44cc3a41 __tracepoint_nfs_fsync_exit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x482785b4 nfs_pgio_current_mirror +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x490e4638 nfs_zap_acl_cache +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4979693d nfs_show_path +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4cb9e001 recover_lost_locks +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5092adb8 nfs_retry_commit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5174c7b8 nfs_try_get_tree +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x51892d61 nfs_callback_set_tcpport +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x519203f0 nfs_fs_type +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x51aa5153 nfs_file_mmap +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x533fbc01 nfs_server_copy_userdata +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5588a555 nfs_getattr +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x57d6f2b9 nfs_pageio_init_read +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x584b8482 nfs_inc_attr_generation_counter +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x59923eb3 __tracepoint_nfs_xdr_status +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5dbc0699 nfs_pgio_header_free +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5eb85197 nfs_fscache_open_file +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6034faf8 nfs_free_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6182df7b nfs_post_op_update_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x62a5362d nfs_commit_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x66016a01 nfs_d_prune_case_insensitive_aliases +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x662778c5 nfs_statfs +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x66558a97 nfs_file_write +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6676220b nfs_may_open +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x672b707e nfs_create_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x67d6e709 nfs_file_operations +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x68a2de2f nfs_file_read +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x694be8e2 nfs_access_add_cache +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x69ce6c90 nfs_refresh_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6cb87ca4 nfs_invalidate_atime +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6e81f032 __SCK__tp_func_nfs_fsync_exit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x73d6cd4a nfs_pageio_reset_read_mds +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x73dff4c0 __SCK__tp_func_nfs_xdr_status +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x77f06c63 nfs_request_add_commit_list_locked +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7a61722f __traceiter_nfs_xdr_bad_filehandle +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7bd748ca alloc_nfs_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7cf08e55 nfs_path +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7cf1be02 nfs_post_op_update_inode_force_wcc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7da6913e nfs_commit_free +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7ee995cc nfs_show_devname +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8499de4f nfs_alloc_fattr +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x88cf09e0 nfs_alloc_fattr_with_label +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8abd298c nfs_client_for_each_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8c11908f __traceiter_nfs_fsync_exit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9098801c nfs_pageio_init_write +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x90a5530f nfsiod_workqueue +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x90dbdd3a nfs_check_cache_invalid +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x91d1fe52 max_session_slots +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x94f75b74 nfs_clear_verifier_delegated +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x95007f7e __SCK__tp_func_nfs_xdr_bad_filehandle +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x98b0ece8 nfs_init_timeout_values +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x98e10454 nfs_mknod +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9baf7f30 nfs_create_rpc_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9c87a789 nfs_add_or_obtain +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9dc1adbc nfs4_dentry_operations +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9fb5188d nfs_clear_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9ff2ccfb nfs_dentry_operations +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa11f302b unregister_nfs_version +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa1c58695 nfs_request_add_commit_list +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa48e9135 nfs_pageio_reset_write_mds +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa5449645 nfs_revalidate_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa57fff55 nfs_symlink +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa6b8a14b nfs_rmdir +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa8917d61 nfs4_label_alloc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa8e9e1ae send_implementation_id +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa9c07aaf nfs_access_zap_cache +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xaa82a5c8 nfs_init_cinfo +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xaafd4acc max_session_cb_slots +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb12936c6 nfs_free_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb24439d0 nfs_scan_commit_list +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb30e74cc nfs_generic_pgio +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb41baace nfs_umount_begin +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb429d5e0 nfs_close_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb52f57cf nfs_initiate_pgio +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb5554f9c nfs_free_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb81ab829 nfs_wait_on_request +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb90413d5 nfs_pgheader_init +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xbc32db0c nfs_setattr +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xbc43eee6 nfs4_fs_type +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xbca1f2ef nfs_probe_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xbcf4cf15 nfs_wait_client_init_complete +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xbdfc79a3 nfs_flock +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xbf9ffbdc nfs_set_verifier +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc3a2be67 nfs_net_id +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc4ffd874 nfs_sync_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc6c8b8f1 nfs_access_set_mask +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc8aab8d8 nfs_wb_all +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xcd04665e nfs_writeback_update_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xce8067a3 nfs_show_options +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xcf64ac71 nfs_init_server_rpcclient +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xcfb81fef nfs_rename +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd0f30d2d nfs_setattr_update_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd20bc2ff nfs_generic_pg_test +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd2220302 nfs_show_stats +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd4feeaf2 nfs_file_set_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd6ebfa31 nfs_file_release +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xdae9b5d7 nfs4_disable_idmapping +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xdc5341f0 nfs_atomic_open +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xdd555802 nfs_mkdir +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xdff9d66b get_nfs_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe385e6cf nfs_init_commit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe4e1620b nfs_kill_super +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe70507df __tracepoint_nfs_xdr_bad_filehandle +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe77da1f9 __traceiter_nfs_fsync_enter +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xeabac0fc nfs_access_get_cached +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xed09d850 nfs_sb_active +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xedb0d018 nfs_mark_client_ready +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xedc49e45 nfs_force_lookup_revalidate +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xee307709 nfs_instantiate +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf27482f9 nfs_init_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf7d270c5 nfs_reconfigure +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf80b8632 nfs_setsecurity +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf9072538 nfs_put_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf96f04c4 __SCK__tp_func_nfs_fsync_enter +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfa17f329 nfs_alloc_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfabb5b19 nfs_clone_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfc42c18c nfs_filemap_write_and_wait_range +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfc619abd _nfs_display_fhandle +EXPORT_SYMBOL_GPL fs/nfs/nfsv3 0x08c48f85 nfs3_set_ds_client +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x0074329f __traceiter_pnfs_mds_fallback_read_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x02a7d81f pnfs_generic_pg_readpages +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x0361473a nfs4_init_ds_session +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x04bcc3ea nfs4_schedule_migration_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x0535eab4 __traceiter_pnfs_mds_fallback_pg_get_mirror_count +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 0x09fc09d8 pnfs_set_layoutcommit +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x0aebca68 __tracepoint_ff_layout_read_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x0c5b1d36 nfs4_pnfs_ds_add +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x0f01076e __tracepoint_pnfs_mds_fallback_pg_get_mirror_count +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x0ff289f3 __SCK__tp_func_pnfs_mds_fallback_pg_init_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x129c3709 __traceiter_ff_layout_commit_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x14c87a5d nfs4_schedule_lease_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x174879c8 pnfs_generic_commit_pagelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x18687a58 __traceiter_pnfs_mds_fallback_pg_init_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x1b856b5b nfs4_pnfs_ds_put +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x1e8b8713 pnfs_generic_clear_request_commit +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x21a68a92 pnfs_generic_ds_cinfo_destroy +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x22385ced pnfs_free_commit_array +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x25f3724a pnfs_generic_sync +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x26e97ee5 nfs_remove_bad_delegation +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x27ad47ea __SCK__tp_func_pnfs_mds_fallback_write_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x2c59b4fa nfs4_decode_mp_ds_addr +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x2e30375a pnfs_generic_layout_insert_lseg +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x2f602d17 pnfs_read_done_resend_to_mds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x30a44ac3 __SCK__tp_func_ff_layout_write_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x32bb6e05 __tracepoint_ff_layout_write_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x382ddf72 nfs4_sequence_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x3a985cde pnfs_register_layoutdriver +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x3c29dfbd nfs4_delete_deviceid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x3ea00727 nfs41_sequence_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x40c10094 pnfs_generic_recover_commit_reqs +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x433f5dd6 pnfs_generic_pg_test +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x4465dbbf nfs4_test_session_trunk +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x48440427 pnfs_write_done_resend_to_mds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x4e7fa793 pnfs_error_mark_layout_for_return +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x50e59af8 __traceiter_pnfs_mds_fallback_write_pagelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x533c198f __SCK__tp_func_nfs4_pnfs_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x579126b8 __SCK__tp_func_pnfs_mds_fallback_read_pagelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x59306f80 nfs4_mark_deviceid_available +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x5a4314e9 __SCK__tp_func_nfs4_pnfs_commit_ds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x5ce462a3 __tracepoint_pnfs_mds_fallback_write_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x6085edbd nfs_map_string_to_numeric +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x63ec2263 pnfs_alloc_commit_array +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x69d3558d pnfs_generic_rw_release +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x6c740ca4 pnfs_destroy_layout +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x70727d0f pnfs_generic_pg_init_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x7087f6cb __traceiter_pnfs_mds_fallback_write_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x70d6ab80 pnfs_generic_search_commit_reqs +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x73408235 pnfs_generic_write_commit_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x76148fa2 __traceiter_ff_layout_read_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x76eacc45 nfs4_setup_sequence +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x785c06ab __SCK__tp_func_ff_layout_read_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x78f148a2 nfs4_set_rw_stateid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x7a4e7f4e __SCK__tp_func_pnfs_mds_fallback_read_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x7ab7bcc6 __tracepoint_ff_layout_commit_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x7ac1c622 nfs4_find_get_deviceid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x7c5fb59d pnfs_generic_prepare_to_resend_writes +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x7cd013a8 __SCK__tp_func_pnfs_mds_fallback_pg_get_mirror_count +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x7ea00749 pnfs_ld_read_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x82409884 __tracepoint_pnfs_mds_fallback_read_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x82d31067 __traceiter_nfs4_pnfs_commit_ds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x8394d61a pnfs_generic_pg_check_layout +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x8644f8b9 __traceiter_ff_layout_write_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x86b4f8c8 pnfs_generic_pg_writepages +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x88b1b7b6 pnfs_put_lseg +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x8c9656c9 __traceiter_nfs4_pnfs_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x915df28c nfs4_mark_deviceid_unavailable +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x974a1614 __tracepoint_pnfs_mds_fallback_pg_init_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x98ad7ac6 pnfs_layoutcommit_inode +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x9a1a74c3 __tracepoint_nfs4_pnfs_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xa2aea599 pnfs_generic_pg_check_range +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xa3c73404 nfs4_schedule_stateid_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xa6742593 nfs4_put_deviceid_node +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xa7b1ce1f pnfs_set_lo_fail +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xa919e48e pnfs_read_resend_pnfs +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xa950afe2 pnfs_generic_scan_commit_lists +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xae7528ce nfs4_schedule_lease_moved_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xb34548d8 pnfs_report_layoutstat +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xb472f1a1 pnfs_add_commit_array +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xb702b4e6 nfs4_schedule_session_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xb85bcf15 pnfs_layout_mark_request_commit +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xba53a1ef __SCK__tp_func_pnfs_mds_fallback_pg_init_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xbcb0768b __traceiter_pnfs_mds_fallback_pg_init_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xbdd2af2c pnfs_generic_pg_cleanup +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xbf428777 nfs4_find_or_create_ds_client +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xbf49e76e pnfs_unregister_layoutdriver +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xc11b14dd pnfs_ld_write_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xc28cfc96 nfs4_init_deviceid_node +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xc7a9d954 __SCK__tp_func_nfs4_pnfs_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xca0d00a8 nfs42_proc_layouterror +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xcf29b95f __tracepoint_pnfs_mds_fallback_read_pagelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xcf3abbf5 nfs4_test_deviceid_unavailable +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd0ecfaad __tracepoint_pnfs_mds_fallback_pg_init_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd152b518 nfs4_set_ds_client +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd39a5975 pnfs_update_layout +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd579b266 pnfs_nfs_generic_sync +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd69cbc2f pnfs_generic_ds_cinfo_release_lseg +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xde1227ed nfs4_proc_getdeviceinfo +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xdf6991a4 __SCK__tp_func_pnfs_mds_fallback_write_pagelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xe14d23ca pnfs_generic_pg_init_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xe19f5ee0 __tracepoint_pnfs_mds_fallback_write_pagelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xe34fde24 __traceiter_nfs4_pnfs_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xeae8522f __tracepoint_nfs4_pnfs_commit_ds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xed15fb41 nfs4_print_deviceid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xedb8ffd3 __traceiter_pnfs_mds_fallback_read_pagelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xede41327 __tracepoint_nfs4_pnfs_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf2abbb26 nfs4_pnfs_ds_connect +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_common/grace 0x13ebd3f3 opens_in_grace +EXPORT_SYMBOL_GPL fs/nfs_common/grace 0x1fe1e1ad locks_end_grace +EXPORT_SYMBOL_GPL fs/nfs_common/grace 0xbef00af1 locks_in_grace +EXPORT_SYMBOL_GPL fs/nfs_common/grace 0xe9593263 locks_start_grace +EXPORT_SYMBOL_GPL fs/nfs_common/nfs_acl 0x5a4477ff nfs_stream_encode_acl +EXPORT_SYMBOL_GPL fs/nfs_common/nfs_acl 0x967d5274 nfsacl_decode +EXPORT_SYMBOL_GPL fs/nfs_common/nfs_acl 0xc3100d63 nfsacl_encode +EXPORT_SYMBOL_GPL fs/nfs_common/nfs_acl 0xf0c3cc90 nfs_stream_decode_acl +EXPORT_SYMBOL_GPL fs/nfsd/nfsd 0x774d5c7f nfsd4_ssc_init_umount_work +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x128216fd o2nm_node_put +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x4900035b o2hb_stop_all_regions +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x5481382b o2nm_node_get +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x58c88ff2 o2hb_get_all_regions +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x5e95a4b2 o2net_send_message_vec +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x652c2cd0 o2hb_setup_callback +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x6a0c3847 __mlog_printk +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x7d7ab300 o2nm_get_node_by_num +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x81a17396 mlog_and_bits +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x853b24cb o2hb_unregister_callback +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x90fcba89 o2hb_register_callback +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xa87bc9e7 o2nm_configured_node_map +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xa941cb47 o2hb_fill_node_map +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xb6ebf62a o2nm_this_node +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xbd13ee5d o2hb_check_node_heartbeating_no_sem +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xc4d99852 o2hb_check_node_heartbeating_from_callback +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xd859ac8c o2net_fill_node_map +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xf1a5611d o2net_unregister_handler_list +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xf56c2017 mlog_not_bits +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xf7fa0402 o2nm_get_node_by_ip +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 0x0766ee57 dlm_print_one_lock +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0x20d0faea dlm_register_domain +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0x5e215ed0 dlmunlock +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0x7a1211f8 dlm_setup_eviction_cb +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0xb354d706 dlm_register_eviction_cb +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0xcdbb980e dlm_unregister_domain +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0xd7ba575e dlm_errmsg +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0xd8fa57a6 dlm_unregister_eviction_cb +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0xfb86b96f dlm_errname +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0xfd35f88a dlmlock +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 0x1dc2e264 ocfs2_plock +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x344ffd01 ocfs2_kset +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x4d3af7fa ocfs2_cluster_hangup +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x76f40744 ocfs2_dlm_lvb +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x9507547f ocfs2_cluster_disconnect +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xaf969565 ocfs2_dlm_lock +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xbbc4ef97 ocfs2_stack_supports_plocks +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xc5196999 ocfs2_dlm_unlock +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xc9fae756 ocfs2_cluster_connect +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xcafdd707 ocfs2_dlm_lock_status +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xcc842b6b ocfs2_stack_glue_unregister +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 0xf0b48583 ocfs2_stack_glue_register +EXPORT_SYMBOL_GPL fs/pstore/pstore_blk 0x04b04af6 register_pstore_device +EXPORT_SYMBOL_GPL fs/pstore/pstore_blk 0x3484b98e unregister_pstore_device +EXPORT_SYMBOL_GPL fs/pstore/pstore_blk 0x43cc3d4b pstore_blk_get_config +EXPORT_SYMBOL_GPL fs/pstore/pstore_zone 0x97bf1906 unregister_pstore_zone +EXPORT_SYMBOL_GPL fs/pstore/pstore_zone 0xb20ccdc9 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 0x67e7ea65 notifier_err_inject_dir +EXPORT_SYMBOL_GPL lib/notifier-error-inject 0xb42435d5 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 0x2cc0e22f lowpan_header_compress +EXPORT_SYMBOL_GPL net/6lowpan/6lowpan 0xf9306b67 lowpan_header_decompress +EXPORT_SYMBOL_GPL net/802/garp 0x9ca2cee6 garp_request_leave +EXPORT_SYMBOL_GPL net/802/garp 0xadbf6fa4 garp_init_applicant +EXPORT_SYMBOL_GPL net/802/garp 0xe71f5e77 garp_uninit_applicant +EXPORT_SYMBOL_GPL net/802/garp 0xe9438c40 garp_unregister_application +EXPORT_SYMBOL_GPL net/802/garp 0xebbe9a1b garp_register_application +EXPORT_SYMBOL_GPL net/802/garp 0xf443fec6 garp_request_join +EXPORT_SYMBOL_GPL net/802/mrp 0x0bd1c034 mrp_request_leave +EXPORT_SYMBOL_GPL net/802/mrp 0x17cca7ea mrp_unregister_application +EXPORT_SYMBOL_GPL net/802/mrp 0x5677d10b mrp_init_applicant +EXPORT_SYMBOL_GPL net/802/mrp 0x89d2a00f mrp_register_application +EXPORT_SYMBOL_GPL net/802/mrp 0x913185e5 mrp_uninit_applicant +EXPORT_SYMBOL_GPL net/802/mrp 0xa07f3edf mrp_request_join +EXPORT_SYMBOL_GPL net/802/stp 0x02d4cf87 stp_proto_unregister +EXPORT_SYMBOL_GPL net/802/stp 0xb91be4ee stp_proto_register +EXPORT_SYMBOL_GPL net/9p/9pnet 0x9ab9c298 p9_client_xattrcreate +EXPORT_SYMBOL_GPL net/9p/9pnet 0xce75deb7 p9_client_xattrwalk +EXPORT_SYMBOL_GPL net/atm/atm 0xb09faf79 register_atmdevice_notifier +EXPORT_SYMBOL_GPL net/atm/atm 0xcfb6a3da unregister_atmdevice_notifier +EXPORT_SYMBOL_GPL net/ax25/ax25 0xac93ae05 ax25_bcast +EXPORT_SYMBOL_GPL net/ax25/ax25 0xaeb7451e ax25_defaddr +EXPORT_SYMBOL_GPL net/ax25/ax25 0xe9ddee4e ax25_register_pid +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0x03a5c815 bt_debugfs +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0x176e5cf9 l2cap_chan_put +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0x2410f3f2 l2cap_chan_connect +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0x3c49602f l2cap_chan_list +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0x3e79b62c l2cap_add_psm +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0x6c89b6bb l2cap_chan_del +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0x6ec9f1ba l2cap_chan_set_defaults +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0x99b17052 l2cap_chan_create +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0xa0d83d64 l2cap_chan_send +EXPORT_SYMBOL_GPL net/bluetooth/hidp/hidp 0xd6c3ccdb hidp_hid_driver +EXPORT_SYMBOL_GPL net/bridge/bridge 0x20744f4c br_forward +EXPORT_SYMBOL_GPL net/bridge/bridge 0x29944cfc br_vlan_get_info_rcu +EXPORT_SYMBOL_GPL net/bridge/bridge 0x3d9a44c0 br_vlan_get_info +EXPORT_SYMBOL_GPL net/bridge/bridge 0x4872b4d7 br_vlan_enabled +EXPORT_SYMBOL_GPL net/bridge/bridge 0x5ca49ca0 br_vlan_get_pvid +EXPORT_SYMBOL_GPL net/bridge/bridge 0x709eb6ee br_get_ageing_time +EXPORT_SYMBOL_GPL net/bridge/bridge 0x71af4d78 br_port_get_stp_state +EXPORT_SYMBOL_GPL net/bridge/bridge 0x761a7d82 br_multicast_enabled +EXPORT_SYMBOL_GPL net/bridge/bridge 0x8e06ae6c br_multicast_has_querier_adjacent +EXPORT_SYMBOL_GPL net/bridge/bridge 0x93d90106 br_port_flag_is_set +EXPORT_SYMBOL_GPL net/bridge/bridge 0xa37c08fb br_mst_get_state +EXPORT_SYMBOL_GPL net/bridge/bridge 0xa3b085af br_vlan_get_pvid_rcu +EXPORT_SYMBOL_GPL net/bridge/bridge 0xa6a41acd br_handle_frame_finish +EXPORT_SYMBOL_GPL net/bridge/bridge 0xaabbe433 br_dev_queue_push_xmit +EXPORT_SYMBOL_GPL net/bridge/bridge 0xae3b011c br_fdb_find_port +EXPORT_SYMBOL_GPL net/bridge/bridge 0xc6689b05 br_multicast_has_router_adjacent +EXPORT_SYMBOL_GPL net/bridge/bridge 0xcbc25323 br_fdb_clear_offload +EXPORT_SYMBOL_GPL net/bridge/bridge 0xcfeed3a3 br_multicast_router +EXPORT_SYMBOL_GPL net/bridge/bridge 0xd1d69541 br_mst_enabled +EXPORT_SYMBOL_GPL net/bridge/bridge 0xd3454912 br_vlan_get_proto +EXPORT_SYMBOL_GPL net/bridge/bridge 0xd681ff3d br_mst_get_info +EXPORT_SYMBOL_GPL net/bridge/bridge 0xdd0d2af9 br_forward_finish +EXPORT_SYMBOL_GPL net/bridge/bridge 0xe2bc03c0 nf_br_ops +EXPORT_SYMBOL_GPL net/bridge/bridge 0xef5b1b07 br_multicast_has_querier_anywhere +EXPORT_SYMBOL_GPL net/bridge/bridge 0xf2424fcf br_multicast_list_adjacent +EXPORT_SYMBOL_GPL net/core/failover 0x033b123e failover_slave_unregister +EXPORT_SYMBOL_GPL net/core/failover 0x4e40e0a3 failover_unregister +EXPORT_SYMBOL_GPL net/core/failover 0xbca2b943 failover_register +EXPORT_SYMBOL_GPL net/dccp/dccp 0x05255ec2 dccp_disconnect +EXPORT_SYMBOL_GPL net/dccp/dccp 0x09f31ed6 dccp_init_sock +EXPORT_SYMBOL_GPL net/dccp/dccp 0x0ae84bac dccp_check_req +EXPORT_SYMBOL_GPL net/dccp/dccp 0x136e0649 dccp_make_response +EXPORT_SYMBOL_GPL net/dccp/dccp 0x182ec2bf dccp_ackvec_parsed_add +EXPORT_SYMBOL_GPL net/dccp/dccp 0x18c10d4f dccp_reqsk_init +EXPORT_SYMBOL_GPL net/dccp/dccp 0x1c5028db dccp_feat_signal_nn_change +EXPORT_SYMBOL_GPL net/dccp/dccp 0x38b5a5bb dccp_insert_option +EXPORT_SYMBOL_GPL net/dccp/dccp 0x4cdd391d dccp_feat_list_purge +EXPORT_SYMBOL_GPL net/dccp/dccp 0x4e978493 dccp_getsockopt +EXPORT_SYMBOL_GPL net/dccp/dccp 0x59814a84 dccp_statistics +EXPORT_SYMBOL_GPL net/dccp/dccp 0x5e5d341d dccp_rcv_state_process +EXPORT_SYMBOL_GPL net/dccp/dccp 0x5fea9ea4 dccp_recvmsg +EXPORT_SYMBOL_GPL net/dccp/dccp 0x69bac2ae dccp_parse_options +EXPORT_SYMBOL_GPL net/dccp/dccp 0x74106a0f dccp_set_state +EXPORT_SYMBOL_GPL net/dccp/dccp 0x74ada9e9 dccp_sendmsg +EXPORT_SYMBOL_GPL net/dccp/dccp 0x74ca1cc1 dccp_connect +EXPORT_SYMBOL_GPL net/dccp/dccp 0x7b68e855 dccp_reqsk_send_ack +EXPORT_SYMBOL_GPL net/dccp/dccp 0x7cbadeed dccp_done +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 0x8558d721 inet_dccp_listen +EXPORT_SYMBOL_GPL net/dccp/dccp 0x86be7924 dccp_packet_name +EXPORT_SYMBOL_GPL net/dccp/dccp 0x88559370 dccp_destroy_sock +EXPORT_SYMBOL_GPL net/dccp/dccp 0x9598d24d dccp_ackvec_parsed_cleanup +EXPORT_SYMBOL_GPL net/dccp/dccp 0x9af0fb08 dccp_send_sync +EXPORT_SYMBOL_GPL net/dccp/dccp 0x9cc7bae1 dccp_close +EXPORT_SYMBOL_GPL net/dccp/dccp 0xb3f4734f dccp_create_openreq_child +EXPORT_SYMBOL_GPL net/dccp/dccp 0xc16bcfd4 dccp_shutdown +EXPORT_SYMBOL_GPL net/dccp/dccp 0xc651d5e5 dccp_rcv_established +EXPORT_SYMBOL_GPL net/dccp/dccp 0xc695b6f6 dccp_destruct_common +EXPORT_SYMBOL_GPL net/dccp/dccp 0xd1d8a235 dccp_send_ack +EXPORT_SYMBOL_GPL net/dccp/dccp 0xd75b7072 dccp_orphan_count +EXPORT_SYMBOL_GPL net/dccp/dccp 0xd7cdb975 dccp_hashinfo +EXPORT_SYMBOL_GPL net/dccp/dccp 0xda13f22e dccp_ioctl +EXPORT_SYMBOL_GPL net/dccp/dccp 0xde05f27a dccp_poll +EXPORT_SYMBOL_GPL net/dccp/dccp 0xe2664cff dccp_child_process +EXPORT_SYMBOL_GPL net/dccp/dccp 0xe359e003 dccp_sync_mss +EXPORT_SYMBOL_GPL net/dccp/dccp 0xeaa74c10 dccp_ctl_make_reset +EXPORT_SYMBOL_GPL net/dccp/dccp 0xf95c7bc5 dccp_feat_nn_get +EXPORT_SYMBOL_GPL net/dccp/dccp 0xfe9823a7 dccp_setsockopt +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x08c2edca dccp_v4_conn_request +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x27dfc1a6 dccp_v4_do_rcv +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x43792972 dccp_v4_send_check +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x8c292051 dccp_invalid_packet +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0xa589e4c5 dccp_v4_request_recv_sock +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0xee77a6a7 dccp_v4_connect +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x05dcca93 dsa_devlink_port_region_create +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x0c6039ac dsa_flush_workqueue +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x0d0fc66d dsa_8021q_xmit +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x0e71b985 dsa_switch_resume +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x252d0b52 dsa_tag_8021q_bridge_leave +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x284afa81 dsa_port_phylink_mac_change +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x33ef634c dsa_devlink_resource_register +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x3a01dbfd dsa_devlink_resource_occ_get_unregister +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x3d0151af dsa_tag_drivers_register +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x40c1ae28 dsa_tag_8021q_find_port_by_vbid +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 0x5a7e8f5a dsa_devlink_region_create +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x5df2b470 dsa_enqueue_skb +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x62116e8d dsa_devlink_resource_occ_get_register +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x674fba9a dsa_tag_8021q_unregister +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x6d763784 dsa_fdb_present_in_other_db +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x75e2c243 dsa_switch_shutdown +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x81bc5a8c dsa_devlink_params_register +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x839643ec dsa_devlink_params_unregister +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x9b49e2f7 dsa_unregister_switch +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x9e59271d dsa_8021q_rx_source_port +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x9f817190 dsa_switch_suspend +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xa0101b09 dsa_8021q_rcv +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xa2d7b6d4 dsa_port_from_netdev +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xc0559b6c dsa_devlink_resources_unregister +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xc23e8d5f dsa_devlink_region_destroy +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xc80883f2 dsa_tag_drivers_unregister +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xc976cf09 dsa_register_switch +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xd077e855 dsa_devlink_param_get +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xd6355c6f dsa_switch_find +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xd81b1618 dsa_mdb_present_in_other_db +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xdf9c990b dsa_slave_dev_check +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xe4570912 dsa_tag_8021q_standalone_vid +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xe97f1bae dsa_tag_8021q_bridge_join +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xea808b9f dsa_tag_8021q_register +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xf13e1803 vid_is_dsa_8021q +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xfd3e2b67 dsa_devlink_param_set +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x5c09252f ieee802154_hdr_peek +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x6faffe80 ieee802154_hdr_push +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x87e2553b ieee802154_max_payload +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0xdb538125 ieee802154_hdr_pull +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0xdb76f2f0 ieee802154_hdr_peek_addrs +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0xf1635e6d nl802154_scan_event +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 0xbbe3cf6d ife_decode +EXPORT_SYMBOL_GPL net/ife/ife 0xc9a2fd76 ife_encode +EXPORT_SYMBOL_GPL net/ife/ife 0xe7888e98 ife_tlv_meta_encode +EXPORT_SYMBOL_GPL net/ipv4/esp4 0x12be6faa esp_output_tail +EXPORT_SYMBOL_GPL net/ipv4/esp4 0x54e58054 esp_input_done2 +EXPORT_SYMBOL_GPL net/ipv4/esp4 0xf66ebf8c esp_output_head +EXPORT_SYMBOL_GPL net/ipv4/gre 0x9d851144 gre_add_protocol +EXPORT_SYMBOL_GPL net/ipv4/gre 0xf1729240 gre_del_protocol +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x36fbf1eb inet_diag_find_one_icsk +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x3b289801 inet_diag_dump_one_icsk +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x4b1c6732 inet_diag_msg_attrs_fill +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x5dbd9667 inet_diag_dump_icsk +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x80a9220d inet_diag_unregister +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x81c28a49 inet_diag_register +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x8cfce058 inet_sk_diag_fill +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0xaf9b4da8 inet_diag_bc_sk +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0xca21542a inet_diag_msg_common_fill +EXPORT_SYMBOL_GPL net/ipv4/ip_gre 0xbbf497b7 gretap_fb_dev_create +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x1d937832 ip_md_tunnel_xmit +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x20d6ab6e ip_tunnel_uninit +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x40f82f20 ip_tunnel_siocdevprivate +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x4c77fdfd ip_tunnel_init +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x502f6a22 ip_tunnel_rcv +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x54afe03d ip_tunnel_setup +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x65b8f805 ip_tunnel_changelink +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x6f2301bf __ip_tunnel_change_mtu +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x8a70df2d ip_tunnel_lookup +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x8fcbe556 ip_tunnel_newlink +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x9abfa660 ip_tunnel_dellink +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xa96049dc ip_tunnel_init_net +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xac565d96 ip_tunnel_encap_setup +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xb3a9a247 ip_tunnel_xmit +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xd1086615 ip_tunnel_ctl +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xd685bdb9 ip_tunnel_delete_nets +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xe68526be ip_tunnel_change_mtu +EXPORT_SYMBOL_GPL net/ipv4/netfilter/arp_tables 0xf232bd7f arpt_alloc_initial_table +EXPORT_SYMBOL_GPL net/ipv4/netfilter/ip_tables 0xe463fcd3 ipt_alloc_initial_table +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_defrag_ipv4 0x3bd425c8 nf_defrag_ipv4_enable +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_defrag_ipv4 0xe673965b nf_defrag_ipv4_disable +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_dup_ipv4 0x80d0d39c nf_dup_ipv4 +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0x11741d88 nf_send_unreach +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0x14aba648 nf_reject_skb_v4_tcp_reset +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0x23bcbae7 nf_reject_ip_tcphdr_get +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0x6146b0ea nf_reject_skb_v4_unreach +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0x687adc0d nf_reject_ip_tcphdr_put +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0xd0058b57 nf_send_reset +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0xf22eeae4 nf_reject_iphdr_put +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_socket_ipv4 0x016f680d nf_sk_lookup_slow_v4 +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_tproxy_ipv4 0x0452ad65 nf_tproxy_laddr4 +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_tproxy_ipv4 0x749e86d4 nf_tproxy_get_sock_v4 +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_tproxy_ipv4 0xe6d97061 nf_tproxy_handle_time_wait4 +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nft_fib_ipv4 0x09a100a9 nft_fib4_eval_type +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nft_fib_ipv4 0xb949bfb5 nft_fib4_eval +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x1b52d633 tcp_vegas_init +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x265fd8dd tcp_vegas_pkts_acked +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x3ba1fcbb tcp_vegas_get_info +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x6f6ad165 tcp_vegas_state +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0xb2ccf1a4 tcp_vegas_cwnd_event +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0x180e32c9 udp_tunnel_drop_rx_port +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0x537a4193 udp_tunnel_notify_add_rx_port +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0x71e7924a udp_tunnel_sock_release +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0x77abf02f udp_tunnel_xmit_skb +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0x80c7b5fb udp_tunnel_notify_del_rx_port +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0xb6822aa0 udp_tun_rx_dst +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0xcb04ca98 udp_tunnel_push_rx_port +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0xd640392d setup_udp_tunnel_sock +EXPORT_SYMBOL_GPL net/ipv6/esp6 0x139177e4 esp6_output_head +EXPORT_SYMBOL_GPL net/ipv6/esp6 0x3001d668 esp6_output_tail +EXPORT_SYMBOL_GPL net/ipv6/esp6 0xcd33e27f esp6_input_done2 +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0x8ea633fa ip6_tnl_encap_setup +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0xb8477fb5 ip6_tnl_xmit_ctl +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0xfbec55b1 ip6_tnl_rcv_ctl +EXPORT_SYMBOL_GPL net/ipv6/ip6_udp_tunnel 0x8bda1ce3 udp_sock_create6 +EXPORT_SYMBOL_GPL net/ipv6/ip6_udp_tunnel 0xc2315d28 udp_tunnel6_xmit_skb +EXPORT_SYMBOL_GPL net/ipv6/netfilter/ip6_tables 0xe1aab197 ip6t_alloc_initial_table +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_defrag_ipv6 0x4a33119c nf_ct_frag6_gather +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_defrag_ipv6 0x7af123bd nf_defrag_ipv6_enable +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_defrag_ipv6 0xbe74a19f nf_defrag_ipv6_disable +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_dup_ipv6 0x1b759ffa nf_dup_ipv6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0x21cb4ec1 nf_reject_ip6_tcphdr_put +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0x23eeb33b nf_send_reset6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0x26b622da nf_reject_skb_v6_tcp_reset +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0x70875fa6 nf_reject_ip6_tcphdr_get +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0x73707063 nf_send_unreach6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0xa338edd0 nf_reject_skb_v6_unreach +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0xc070c7c4 nf_reject_ip6hdr_put +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_socket_ipv6 0x8608c964 nf_sk_lookup_slow_v6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_tproxy_ipv6 0x3f3a7148 nf_tproxy_handle_time_wait6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_tproxy_ipv6 0xa5ee1506 nf_tproxy_get_sock_v6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_tproxy_ipv6 0xbcf1dd37 nf_tproxy_laddr6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nft_fib_ipv6 0xd9fe6fd6 nft_fib6_eval +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nft_fib_ipv6 0xffa55c16 nft_fib6_eval_type +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x0d516050 l2tp_recv_common +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x0df8fe6e l2tp_xmit_skb +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x12c7af2d l2tp_sk_to_tunnel +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x1ac7be17 l2tp_tunnel_delete +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x3241e403 l2tp_session_delete +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x4c03872e l2tp_session_get_nth +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x51afc4c0 l2tp_tunnel_register +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x6ec3fd71 l2tp_session_dec_refcount +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x797a0cfe l2tp_tunnel_create +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x837f4a71 l2tp_tunnel_dec_refcount +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x9aa12a2a l2tp_session_inc_refcount +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xa9658f09 l2tp_session_set_header_len +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xaa1a1331 l2tp_tunnel_get_session +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xaa8dc6cc l2tp_session_register +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xb102944d l2tp_udp_encap_recv +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xb42d4eb1 l2tp_session_get +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xbded4d8e l2tp_tunnel_get +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xbf28e784 l2tp_session_create +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xc6ac7e02 l2tp_tunnel_inc_refcount +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xcccbdb98 l2tp_session_get_by_ifname +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xdd963eb0 l2tp_tunnel_get_nth +EXPORT_SYMBOL_GPL net/l2tp/l2tp_ip 0xfdae0eb0 l2tp_ioctl +EXPORT_SYMBOL_GPL net/l2tp/l2tp_netlink 0x337f2432 l2tp_nl_unregister_ops +EXPORT_SYMBOL_GPL net/l2tp/l2tp_netlink 0x8b1180da l2tp_nl_register_ops +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x012de55e ieee80211_request_smps +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x02ba408f ieee80211_iterate_interfaces +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x0895d3fa ieee80211_set_active_links +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x0ec3e313 ieee80211_resume_disconnect +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x16ad7c5f ieee80211_tkip_add_iv +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x1a348255 ieee80211_hw_restart_disconnect +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x1dab0efe ieee80211_set_key_rx_seq +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x2270b2b9 ieee80211_gtk_rekey_add +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x22b1bc3a ieee80211_find_sta_by_link_addrs +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x27a58871 ieee80211_set_active_links_async +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x289162f0 ieee80211_gtk_rekey_notify +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x33e88024 ieeee80211_obss_color_collision_notify +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x36e85836 ieee80211_find_sta_by_ifaddr +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x3ecf28f0 ieee80211_ave_rssi +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x4c98dbc2 ieee80211_ready_on_channel +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x5058768d ieee80211_iterate_active_interfaces_mtx +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x9e1c1431 ieee80211_key_replay +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xa1bffe53 ieee80211_iterate_stations +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xa200f8a2 ieee80211_calc_rx_airtime +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xa250c21b ieee80211_calc_tx_airtime +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xbeaefb4e ieee80211_update_mu_groups +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xc037aea0 ieee80211_remain_on_channel_expired +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xc32aba04 ieee80211_iterate_stations_atomic +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xd004ea88 ieee80211_key_mic_failure +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xd8a36eb5 ieee80211_iterate_active_interfaces_atomic +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xdbf9bda3 ieee80211_color_change_finish +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xe4d1f4bb ieee80211_vif_to_wdev +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xea792270 ieee80211_remove_key +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xfdbc7d59 ieee80211_iter_chan_contexts_atomic +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xff355264 wdev_to_ieee80211_vif +EXPORT_SYMBOL_GPL net/mpls/mpls_router 0x4b280cb0 mpls_dev_mtu +EXPORT_SYMBOL_GPL net/mpls/mpls_router 0x8ee316eb nla_get_labels +EXPORT_SYMBOL_GPL net/mpls/mpls_router 0xb06d72a3 mpls_stats_inc_outucastpkts +EXPORT_SYMBOL_GPL net/mpls/mpls_router 0xb5bcbd80 nla_put_labels +EXPORT_SYMBOL_GPL net/mpls/mpls_router 0xde4659ae mpls_output_possible +EXPORT_SYMBOL_GPL net/mpls/mpls_router 0xf7a3bdd2 mpls_pkt_too_big +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x22d966c6 ip_set_range_to_cidr +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x239d8bb6 ip_set_get_byname +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x397f6231 ip_set_free +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x3d4ffcd2 ip_set_match_extensions +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x4140efdc ip_set_nfnl_put +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x5d4ecfd3 ip_set_add +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x773ba8e7 ip_set_del +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x7924b6de ip_set_hostmask_map +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x81fff2d1 ip_set_netmask_map +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x896cdf31 ip_set_elem_len +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x8d63f073 ip_set_test +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x9e98722b ip_set_get_ipaddr6 +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x9fea0fcc ip_set_put_flags +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xa293f8a6 ip_set_get_ipaddr4 +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xac78d903 ip_set_get_extensions +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xb74cc48c ip_set_init_comment +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xb8fa5c0a ip_set_put_byindex +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xc47076c1 ip_set_extensions +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xc63e8d08 ip_set_name_byindex +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xd076f1a3 ip_set_get_ip6_port +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xd61778a3 ip_set_get_ip4_port +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xdfe3c95d ip_set_put_extensions +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xf23dee2f ip_set_type_register +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xf276f8ae ip_set_nfnl_get_byindex +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xf37bfa17 ip_set_type_unregister +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xf3b4d4ae ip_set_alloc +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0x5184d2a0 register_ip_vs_pe +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0x9e9cde5f ip_vs_conn_out_get_proto +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0xc4404446 unregister_ip_vs_pe +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0xd68eaaf6 ip_vs_conn_in_get_proto +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0x36b3e3a8 nf_conncount_add +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0x36c2dcd8 nf_conncount_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0xb2427711 nf_conncount_gc_list +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0xd05c6ce1 nf_conncount_init +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0xded40268 nf_conncount_list_init +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0xe7b15363 nf_conncount_count +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0xf2a1dbb9 nf_conncount_cache_free +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0368a431 nf_ct_l4proto_find +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0460ec0f nf_ct_invert_tuple +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x05501e7d __nf_ct_try_assign_helper +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0bc00f80 nf_nat_helper_try_module_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0cdd1411 nf_ct_remove_expect +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0e18d147 nf_confirm +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0fac06cd nf_ct_seq_offset +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x17454f61 nf_ct_helper_init +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x17f8551a nf_ct_destroy_timeout +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x193c1741 nf_nat_helper_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x1cd60348 nf_conntrack_hash_check_insert +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x201cb33b nf_ct_acct_add +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x26b61d90 nf_ct_l4proto_log_invalid +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x26fdf282 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 0x2b9435ad nf_ct_iterate_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x2bf62bc5 nf_ct_helper_expectfn_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x2c9c5b5a nf_conntrack_free +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x2ce970f9 nf_conntrack_helpers_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x2f59fea3 __nf_ct_refresh_acct +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x33085877 nf_ct_remove_expectations +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x35746e65 nf_ct_helper_expectfn_find_by_name +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x375ba9bb nf_ct_expect_init +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x3a4bd18e nf_ct_iterate_cleanup_net +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x3ebdde1a nf_conntrack_find_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x3f183e5d nf_conntrack_helpers_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x42699997 nf_ct_expect_find_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x43bb8f26 nf_ct_untimeout +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x4df5b60a nf_conn_pernet_ecache +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x4fbe598a nf_ct_gre_keymap_add +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x5454d18b __nf_conntrack_confirm +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x55eb67ee nf_ct_port_tuple_to_nlattr +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x56d8a249 nf_ct_unexpect_related +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x57bf9777 nf_conntrack_unregister_notifier +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x583a7a44 nf_ct_change_status_common +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x590e4a91 nf_ct_kill_acct +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x5a69913f nf_nat_helper_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x5aa7a2c8 nf_conntrack_alloc +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x5e382a59 nf_ct_netns_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x60a3bbea nf_l4proto_log_invalid +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x65664b5b nf_conntrack_tuple_taken +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x6594acf4 nf_ct_netns_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x663816c8 nf_conntrack_helper_try_module_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x693c3961 nf_ct_helper_hash +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x6cd86d4a nf_ct_tcp_seqadj_set +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x73aa5f1e nf_conntrack_helper_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x752f0aa2 nf_ct_port_nlattr_to_tuple +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x77183183 __nf_ct_change_timeout +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x776182f9 nf_conntrack_in +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x7c3e446a nf_ct_get_tuplepr +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x7dbff9c5 nf_ct_set_timeout +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x80485784 nf_connlabels_replace +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x80b3a3ab nf_ct_expect_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x83b3e82a nf_ct_expect_iterate_net +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x85d145d1 __nf_ct_change_status +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x876cbf40 __nf_conntrack_helper_find +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8982e36d nf_ct_seqadj_init +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8fe43d18 nf_ct_deliver_cached_events +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8ffe7e89 nf_conntrack_htable_size +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x930a9b5d nf_ct_helper +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x959563a1 nf_connlabels_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x974c2800 nf_ct_ecache_ext_add +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x97a8bc6d __nf_ct_expect_find +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x9a529505 nf_ct_seq_adjust +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x9adb7399 nf_conntrack_expect_lock +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x9be03164 nf_conntrack_eventmask_report +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x9ce2ea57 nf_ct_gre_keymap_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xa2789f44 nf_ct_helper_expectfn_find_by_symbol +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xabac8c34 nf_ct_get_id +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xabdde211 nf_conntrack_count +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xac32c287 nf_conntrack_helper_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xac60c9bd nf_ct_expect_related_report +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xad2c5d8f nf_ct_tmpl_free +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xaf0847f0 nf_conntrack_locks +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb39356f5 nf_ct_port_nla_policy +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb6e96d93 nf_ct_helper_log +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 0xc6e4381a nf_ct_bridge_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc93c0300 nf_ct_timeout_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xceaeff1d nf_conntrack_alter_reply +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd0fc9388 nf_conntrack_register_notifier +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd2915386 nf_ct_expect_alloc +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd2d44d6d nf_conntrack_helper_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd505c3e0 nf_ct_port_nlattr_tuple_size +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xdabf8f45 nf_ct_tmpl_alloc +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xdba7326b nf_conntrack_lock +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xe0a78ff9 nf_ct_helper_expectfn_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xe199d3f0 nf_ct_delete +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xe54a92d5 nf_ct_add_helper +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xec8beba6 nf_ct_expect_hash +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xedda8b22 nf_ct_bridge_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xeea613cb nf_ct_expect_iterate_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf32f318a nf_nat_helper_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf38bcdf3 nf_conntrack_max +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf6355411 nf_connlabels_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf70a8b28 nf_ct_helper_ext_add +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf79f034f nf_ct_seqadj_set +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_amanda 0x971cc8d8 nf_nat_amanda_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_broadcast 0x5230ef07 nf_conntrack_broadcast_help +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_ftp 0x1411132a nf_nat_ftp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0xfbdba92a nfct_h323_nat_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0xfd9d9519 get_h225_addr +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_irc 0xf62f85e4 nf_nat_irc_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_pptp 0x9d6a7ca5 nf_nat_pptp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x548170e5 ct_sip_get_header +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x66792ebc ct_sip_get_sdp_header +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0xc7a92d38 ct_sip_parse_header_uri +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0xe1362016 ct_sip_parse_numerical_param +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0xe381e401 ct_sip_parse_request +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0xedc3036a ct_sip_parse_address_param +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0xf378c6c5 nf_nat_sip_hooks +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_snmp 0x617e7ea5 nf_nat_snmp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_tftp 0x31bdb216 nf_nat_tftp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_dup_netdev 0x569ef774 nf_fwd_netdev_egress +EXPORT_SYMBOL_GPL net/netfilter/nf_dup_netdev 0x63da4bc0 nft_fwd_dup_netdev_offload +EXPORT_SYMBOL_GPL net/netfilter/nf_dup_netdev 0xa2dd251d nf_dup_netdev_egress +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x08328de6 flow_offload_alloc +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x0ff3e78a flow_offload_refresh +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x20943393 nf_flow_rule_route_ipv6 +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x2447a041 flow_offload_lookup +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x2990933c nf_flow_table_offload_setup +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x35ff41b8 nf_flow_table_free +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x46c34698 nf_flow_offload_ipv6_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x4705ce98 nf_flow_offload_ip_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x52b28c60 nf_flow_table_init +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x763142f8 flow_offload_free +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x9739ae11 nf_flow_dnat_port +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xc8df24a3 flow_offload_route_init +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xce4ca5cd flow_offload_add +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xd3528ce1 flow_offload_teardown +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xe5b3fa74 nf_flow_rule_route_ipv4 +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xee9bf63e nf_flow_table_cleanup +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xf5704d74 nf_flow_snat_port +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x0279bef2 nf_nat_alloc_null_binding +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x351728df nf_nat_ipv4_unregister_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x3bc17c49 nf_nat_masquerade_inet_register_notifiers +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x4904491e nf_nat_redirect_ipv6 +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x57a9a695 nf_nat_masquerade_ipv4 +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x7c421ec1 nf_nat_icmp_reply_translation +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x907264d0 nf_nat_ipv6_unregister_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x9eaeb4e3 nf_nat_packet +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xa578d812 nf_ct_nat_ext_add +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xa93ac68d nf_ct_nat +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xb1e378a0 nf_nat_redirect_ipv4 +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xb738e5c7 nf_nat_ipv6_register_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xb9f23e2d nf_nat_icmpv6_reply_translation +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xc53fc9be nf_nat_inet_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xd9c25654 nf_nat_masquerade_inet_unregister_notifiers +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xdba74de6 nf_nat_inet_unregister_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xf12e3163 nf_nat_inet_register_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xf95205cb nf_nat_masquerade_ipv6 +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xfccc6d71 nf_nat_exp_find_port +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xfe2b2311 nf_nat_ipv4_register_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x0b7340f9 synproxy_parse_options +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x11935ca2 synproxy_recv_client_ack_ipv6 +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x1f099794 synproxy_init_timestamp_cookie +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x1fc7c9e2 synproxy_send_client_synack_ipv6 +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x26b3f7a0 nf_synproxy_ipv4_fini +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x6b9bf0df nf_synproxy_ipv6_init +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x815cb1e3 nf_synproxy_ipv4_init +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x974dcf7a synproxy_recv_client_ack +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xa350dde9 synproxy_send_client_synack +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xc3cd5303 ipv4_synproxy_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xca9fc082 synproxy_net_id +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xcc74b69c nf_synproxy_ipv6_fini +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xdbea170d ipv6_synproxy_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x04929595 nft_meta_get_eval +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x0fd008c9 nft_obj_notify +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x2211625c nft_meta_set_eval +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x221c9a70 nft_unregister_flowtable_type +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x26161281 nft_meta_set_validate +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x26e4eb00 nft_set_catchall_lookup +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x295b673a nft_unregister_chain_type +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x29a30757 nft_meta_get_init +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x2c0573f2 nft_register_chain_type +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x2e4702f0 nft_meta_set_init +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x3251d762 nf_tables_trans_destroy_flush_work +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x41b71e65 nft_trace_enabled +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x4cecbb60 nft_meta_policy +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x4e4afe80 nft_set_lookup_global +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x52bd99ae nft_data_init +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x5565788d nft_unregister_expr +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x58280057 nft_register_obj +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x589b1e70 nft_meta_get_dump +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x5c11f095 nf_tables_bind_set +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x5d0f4059 nft_chain_validate_dependency +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x5fb53a4c nft_data_release +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x6013ab33 nft_meta_set_dump +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x6b144df7 __nft_reg_track_cancel +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x6b651887 nft_meta_set_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x70e28999 nft_dump_register +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x7190e277 nft_register_expr +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x729849d4 __nft_release_basechain +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x7bb2fd42 nft_flowtable_lookup +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x8bbda949 nft_reg_track_cancel +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x8c2f0cd1 nft_do_chain +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x9027c4f3 nft_parse_register_store +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x990fd7a2 nft_data_dump +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x9b3d8fe7 nft_reg_track_update +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xae47eb8d nft_chain_validate_hooks +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xb911613c nft_expr_reduce_bitwise +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xbd24410c nf_tables_destroy_set +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xc28647ec nft_obj_lookup +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xc53e08fd nft_meta_get_reduce +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xdbc227ef nft_chain_validate +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xde57b5f5 nft_parse_u32_check +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xdefa27f4 nft_unregister_obj +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xe2b8cc13 nft_parse_register_load +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xe352fb47 nft_request_module +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xe3f8b745 nf_tables_activate_set +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xe4113608 nf_tables_deactivate_set +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xe954f408 nft_meta_inner_eval +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xfa83270c nft_register_flowtable_type +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xfc70596a nft_set_elem_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xff1aa2fc nf_tables_deactivate_flowtable +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x0f45f841 nfnetlink_subsys_register +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x10cfad1f nfnetlink_unicast +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x285502db nfnetlink_has_listeners +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x5ce3b588 nfnl_lock +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x761c3eda nfnetlink_set_err +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x8a38dc18 nfnetlink_broadcast +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0xab56ec2d nfnetlink_send +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0xdb065657 nfnl_unlock +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0xf894a335 nfnetlink_subsys_unregister +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0x9c6d0b74 nfnl_acct_overquota +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0xaa05f1c8 nfnl_acct_find_get +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0xbecf5d14 nfnl_acct_put +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0xde110844 nfnl_acct_update +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_osf 0x35eff5e0 nf_osf_fingers +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_osf 0xa3e9db03 nf_osf_find +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_osf 0xbd20e331 nf_osf_match +EXPORT_SYMBOL_GPL net/netfilter/nft_fib 0x14d4ea29 nft_fib_validate +EXPORT_SYMBOL_GPL net/netfilter/nft_fib 0x523cbfc3 nft_fib_init +EXPORT_SYMBOL_GPL net/netfilter/nft_fib 0x89005e17 nft_fib_dump +EXPORT_SYMBOL_GPL net/netfilter/nft_fib 0x8afcc418 nft_fib_reduce +EXPORT_SYMBOL_GPL net/netfilter/nft_fib 0xb0a0876f nft_fib_store_result +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0x1de558c1 nft_reject_icmpv6_code +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0x5ea72a68 nft_reject_dump +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0x9d46ccf8 nft_reject_policy +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0xa806f37b nft_reject_validate +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0xa88be11c nft_reject_init +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0xe2c84666 nft_reject_icmp_code +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x04e27719 xt_compat_flush_offsets +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x186ee565 xt_unregister_template +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x27375995 xt_compat_target_from_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x274b841c xt_check_target +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x29169ab7 xt_request_find_match +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x41ba22ff xt_register_template +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x4ee5683d xt_unregister_table +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x714d803d xt_replace_table +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x78281172 xt_register_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 0x814e88a5 xt_compat_match_to_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x823edea5 xt_compat_add_offset +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x8290c072 xt_find_table_lock +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x8f2db4d0 xt_hook_ops_alloc +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x990a36ae xt_request_find_table_lock +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x9c995c69 xt_percpu_counter_alloc +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x9e1c2f87 xt_proto_fini +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xa3227e74 xt_compat_match_from_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xa7c94f1d xt_compat_lock +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xaefcaf6c xt_compat_match_offset +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xb59057f1 xt_proto_init +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xbfacb837 xt_percpu_counter_free +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xc62dbe5c xt_check_match +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 0xd73148b7 xt_table_unlock +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xd8e5a21d xt_compat_target_offset +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xdd2a002b xt_match_to_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xddf68fc6 xt_find_revision +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xe9d23aae xt_target_to_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xf2838299 xt_request_find_target +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xf55111d1 xt_compat_target_to_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xf6abeb06 xt_copy_counters +EXPORT_SYMBOL_GPL net/netfilter/xt_RATEEST 0x1652b40a xt_rateest_put +EXPORT_SYMBOL_GPL net/netfilter/xt_RATEEST 0x85752ece xt_rateest_lookup +EXPORT_SYMBOL_GPL net/nfc/nci/nci_spi 0x496a9605 nci_spi_allocate_spi +EXPORT_SYMBOL_GPL net/nfc/nci/nci_spi 0xd65291af nci_spi_send +EXPORT_SYMBOL_GPL net/nfc/nci/nci_spi 0xd7412092 nci_spi_read +EXPORT_SYMBOL_GPL net/nfc/nci/nci_uart 0x1c5c0b49 nci_uart_unregister +EXPORT_SYMBOL_GPL net/nfc/nci/nci_uart 0x22de0b74 nci_uart_register +EXPORT_SYMBOL_GPL net/nfc/nci/nci_uart 0x401381bd nci_uart_set_config +EXPORT_SYMBOL_GPL net/nsh/nsh 0x516b0d8f nsh_pop +EXPORT_SYMBOL_GPL net/nsh/nsh 0xcea0b3a8 nsh_push +EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0x072a9f2c ovs_vport_alloc +EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0x14251cb8 ovs_vport_free +EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0x3aa7cfca ovs_netdev_tunnel_destroy +EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0xb0a81509 ovs_netdev_link +EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0xdf0ae149 ovs_vport_ops_unregister +EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0xff716426 __ovs_vport_ops_register +EXPORT_SYMBOL_GPL net/psample/psample 0x0e74684a psample_group_take +EXPORT_SYMBOL_GPL net/psample/psample 0x27a79175 psample_sample_packet +EXPORT_SYMBOL_GPL net/psample/psample 0x2edfc172 psample_group_get +EXPORT_SYMBOL_GPL net/psample/psample 0xd81afb13 psample_group_put +EXPORT_SYMBOL_GPL net/qrtr/qrtr 0x80fdf8d6 qrtr_endpoint_unregister +EXPORT_SYMBOL_GPL net/qrtr/qrtr 0x8d25501f qrtr_ns_remove +EXPORT_SYMBOL_GPL net/qrtr/qrtr 0xa47e91ba qrtr_ns_init +EXPORT_SYMBOL_GPL net/qrtr/qrtr 0xc0e45c87 qrtr_endpoint_post +EXPORT_SYMBOL_GPL net/qrtr/qrtr 0xfaf96326 qrtr_endpoint_register +EXPORT_SYMBOL_GPL net/rds/rds 0x005ded7b rds_message_unmapped +EXPORT_SYMBOL_GPL net/rds/rds 0x00a467af rds_wq +EXPORT_SYMBOL_GPL net/rds/rds 0x04be8a84 rds_for_each_conn_info +EXPORT_SYMBOL_GPL net/rds/rds 0x0cf8e7ce rds_trans_register +EXPORT_SYMBOL_GPL net/rds/rds 0x2b0d543c rds_message_add_extension +EXPORT_SYMBOL_GPL net/rds/rds 0x2fd6b77d rds_conn_create +EXPORT_SYMBOL_GPL net/rds/rds 0x30cd4f0f rds_connect_path_complete +EXPORT_SYMBOL_GPL net/rds/rds 0x33bfd831 rds_send_xmit +EXPORT_SYMBOL_GPL net/rds/rds 0x340ed97c rds_info_register_func +EXPORT_SYMBOL_GPL net/rds/rds 0x36087aa4 rds_stats +EXPORT_SYMBOL_GPL net/rds/rds 0x41167094 rds_recv_incoming +EXPORT_SYMBOL_GPL net/rds/rds 0x4146a7e7 rds_trans_unregister +EXPORT_SYMBOL_GPL net/rds/rds 0x42bd5777 rds_conn_path_connect_if_down +EXPORT_SYMBOL_GPL net/rds/rds 0x45a4781e rds_addr_cmp +EXPORT_SYMBOL_GPL net/rds/rds 0x465f3cd4 rds_inc_init +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 0x60f7c9f9 rds_send_path_drop_acked +EXPORT_SYMBOL_GPL net/rds/rds 0x77514e3b rds_atomic_send_complete +EXPORT_SYMBOL_GPL net/rds/rds 0x78498071 rds_conn_drop +EXPORT_SYMBOL_GPL net/rds/rds 0x788ef4da rds_cong_map_updated +EXPORT_SYMBOL_GPL net/rds/rds 0x7c447d25 rds_inc_path_init +EXPORT_SYMBOL_GPL net/rds/rds 0x85e4e520 rds_stats_info_copy +EXPORT_SYMBOL_GPL net/rds/rds 0x88c32739 rds_send_ping +EXPORT_SYMBOL_GPL net/rds/rds 0x952029f6 rds_send_path_reset +EXPORT_SYMBOL_GPL net/rds/rds 0x98ad3053 rds_send_drop_acked +EXPORT_SYMBOL_GPL net/rds/rds 0x9dcbbbf0 rds_page_remainder_alloc +EXPORT_SYMBOL_GPL net/rds/rds 0xb45d2d43 rds_inc_put +EXPORT_SYMBOL_GPL net/rds/rds 0xbb9ae55a rds_message_addref +EXPORT_SYMBOL_GPL net/rds/rds 0xc2dab779 rds_info_copy +EXPORT_SYMBOL_GPL net/rds/rds 0xc7e19a0f rds_rdma_send_complete +EXPORT_SYMBOL_GPL net/rds/rds 0xcff2cbf8 rds_conn_connect_if_down +EXPORT_SYMBOL_GPL net/rds/rds 0xd895c1d9 rds_info_deregister_func +EXPORT_SYMBOL_GPL net/rds/rds 0xe0e4464d rds_connect_complete +EXPORT_SYMBOL_GPL net/rds/rds 0xe4c84523 rds_conn_path_drop +EXPORT_SYMBOL_GPL net/rds/rds 0xf6ee36c6 rds_message_put +EXPORT_SYMBOL_GPL net/rds/rds 0xf7ae69ba rds_conn_destroy +EXPORT_SYMBOL_GPL net/rds/rds 0xf9c50435 rds_conn_create_outgoing +EXPORT_SYMBOL_GPL net/sched/sch_pie 0x6ce9b467 pie_calculate_probability +EXPORT_SYMBOL_GPL net/sched/sch_pie 0x8e21495b pie_process_dequeue +EXPORT_SYMBOL_GPL net/sched/sch_pie 0xb3a90da8 pie_drop_early +EXPORT_SYMBOL_GPL net/sched/sch_taprio 0x19fe655b taprio_offload_free +EXPORT_SYMBOL_GPL net/sched/sch_taprio 0x78555058 taprio_offload_get +EXPORT_SYMBOL_GPL net/sctp/sctp 0x1daedec2 sctp_transport_traverse_process +EXPORT_SYMBOL_GPL net/sctp/sctp 0x906b41c1 sctp_transport_lookup_process +EXPORT_SYMBOL_GPL net/sctp/sctp 0xbb56b967 sctp_get_sctp_info +EXPORT_SYMBOL_GPL net/sctp/sctp 0xe92b71d3 sctp_for_each_endpoint +EXPORT_SYMBOL_GPL net/smc/smc 0x10f0ed43 smcd_register_dev +EXPORT_SYMBOL_GPL net/smc/smc 0x1c06c26f smcd_free_dev +EXPORT_SYMBOL_GPL net/smc/smc 0x35e19ad4 smcd_unregister_dev +EXPORT_SYMBOL_GPL net/smc/smc 0x6c291f1d smc_proto6 +EXPORT_SYMBOL_GPL net/smc/smc 0x6c762cc0 smc_unhash_sk +EXPORT_SYMBOL_GPL net/smc/smc 0x837e7736 smcd_handle_event +EXPORT_SYMBOL_GPL net/smc/smc 0xa051a7b9 smcd_alloc_dev +EXPORT_SYMBOL_GPL net/smc/smc 0xb52ac1bd smc_hash_sk +EXPORT_SYMBOL_GPL net/smc/smc 0xc843d6b5 smcd_handle_irq +EXPORT_SYMBOL_GPL net/smc/smc 0xd4343503 smc_proto +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x2246fe57 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 0x75cf1377 gss_mech_unregister +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x8995fc34 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 0xd7d8aa3c gss_mech_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x01405816 sunrpc_cache_unhash +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x036c7dde svc_proc_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0528f09e xprt_add_backlog +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 0x07441995 xdr_inline_decode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x079ea583 xprt_pin_rqst +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0e390a78 svc_proc_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0e3d0755 rpcauth_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0e4e9725 rpc_destroy_pipe_data +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0f2f6985 xdr_reserve_space +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0f4b7005 xprt_put +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0f5c1849 rpc_sleep_on_priority_timeout +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0fd8b97c svc_rqst_alloc +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x12711bf3 svc_age_temp_xprts_now +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x129a24a8 svc_process +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x12c276e0 _copy_from_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x13416fca xdr_encode_word +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1667188c rpc_pton +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x17983e35 cache_purge +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x17bff2ed sunrpc_cache_register_pipefs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x17dbbcb1 svcauth_unix_purge +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x17e77544 __xdr_commit_encode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1ad9a562 rpc_sleep_on +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1b3f1827 xprt_get +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1ba708db xprt_unlock_connect +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1be36d4f rpc_clone_client_set_auth +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1d5dacda xdr_inline_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1d987a29 rpc_net_ns +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1dc62c6b cache_seq_stop_rcu +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1e119a79 rpcauth_get_pseudoflavor +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1e59bd31 cache_create_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1e7e7f0f svc_authenticate +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1f10a60c rpc_put_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1f68c306 svc_seq_show +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2047ea31 rpc_create +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x221d077f svc_create +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x27e9e770 svc_xprt_received +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2872b58d xprt_disconnect_done +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2919b156 xdr_decode_string_inplace +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x296aa21b xprt_lock_connect +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2a17dcc8 rpc_restart_call +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2a69e978 xdr_encode_array2 +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2bdf42d0 rpc_wake_up_queued_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2d3c0c3a xprt_setup_backchannel +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2d643145 svc_rpcb_cleanup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2d9b1de9 svc_xprt_enqueue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2e9f8c76 svc_exit_thread +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2f805987 svc_xprt_destroy_all +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2fea8058 rpc_uaddr2sockaddr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3063972c rpc_get_sb_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x30e94424 svc_fill_write_vector +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x30f7b221 xdr_stream_decode_string +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x31a89d59 rpc_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3234c6f2 sunrpc_cache_update +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x34d184de rpc_wake_up_status +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x34e4544f svc_auth_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x35a6a43b rpc_switch_client_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x378b02fb xprt_release_xprt_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x387e1639 rpc_pipefs_notifier_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x395892c3 cache_register_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3b31c689 svc_xprt_close +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3c7a06f4 auth_domain_put +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3e4355a6 rpc_clnt_xprt_switch_has_addr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3f5af0c8 gssd_running +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3f9a2b0b rpcauth_get_gssinfo +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3f9ffe2c rpc_bind_new_program +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x40f65e8d svc_fill_symlink_pathname +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x427e5f2c unix_domain_find +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x42fe3a99 rpc_mkpipe_data +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x43a7ebcf xdr_init_decode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x43aaf8ac rpc_pipe_generic_upcall +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x44e27ad7 sunrpc_destroy_cache_detail +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x46b08a0a svc_encode_result_payload +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x46bad072 rpc_exit +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x49183241 cache_check +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x494f1a2f rpc_find_or_alloc_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4956a48a xdr_stream_decode_string_dup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x49804936 rpcauth_destroy_credcache +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x49d93495 xprt_request_get_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4a5e5334 rpc_max_bc_payload +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4afedab1 xprtiod_workqueue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4bd28c00 svc_generic_init_request +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 0x501ba390 xdr_stream_pos +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x53445f68 nlm_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x54524c5c svc_xprt_deferred_close +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x549c0738 rpc_ntop +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x558486a9 xprt_update_rtt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5714d6ea rpcauth_create +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x577cb38a rpc_sleep_on_priority +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5836c95e svc_generic_rpcbind_set +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5881d130 xprt_complete_rqst +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5a25f052 rpc_wake_up_next +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5a45ba31 svc_auth_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5a91381f sunrpc_cache_unregister_pipefs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5c0fff51 rpc_put_sb_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5ca6beb8 xprt_wake_up_backlog +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5df63f5e rpc_clnt_setup_test_and_add_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5e6700b7 xprt_write_space +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5f151edc svc_rqst_free +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x609202f9 rpc_task_gfp_mask +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6136c144 rpc_clnt_probe_trunked_xprts +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x636054b2 xprt_unpin_rqst +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x63b8ca16 rpc_clnt_xprt_switch_add_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x642bd4a5 svc_rqst_replace_page +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x66ed2439 rpc_destroy_wait_queue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x67003767 xprt_release_rqst_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x68c342f1 xprt_wait_for_reply_request_def +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x68c374bf xdr_reserve_space_vec +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x69b2a95e xdr_stream_move_subsegment +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6a6843f1 rpcauth_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6afb27a4 cache_unregister_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6b1c4822 rpc_count_iostats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6fb7b51c rpc_clnt_test_and_add_xprt +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 0x72b080e9 rpcauth_lookup_credcache +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x736f38a2 xdr_init_encode_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7800ea65 svc_find_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x79aa321e xprt_alloc +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7aa05280 rpc_count_iostats_metrics +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7d2c7ec0 rpc_force_rebind +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7da82c11 auth_domain_lookup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7de53067 rpc_init_rtt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7e2296bd xdr_buf_subsegment +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7fd7ce31 rpc_release_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8051342b cache_destroy_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x81e416f8 xdr_terminate_string +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x81f618fe rpc_proc_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8271315b svc_create_pooled +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x83a773e3 xdr_stream_decode_opaque_dup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x83d0e73f xprt_reconnect_delay +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x85a8f209 rpc_task_release_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x85fb87cb rpc_d_lookup_sb +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8664e616 xprt_free +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x86b3fe8c svc_unreg_xprt_class +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x86e7adec xprt_reconnect_backoff +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x87e5e335 rpc_clnt_swap_deactivate +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8874892d svc_bind +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x89655030 svc_set_num_threads +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8b181af7 sunrpc_cache_lookup_rcu +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8d32203f put_rpccred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8df6c112 xprt_alloc_slot +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8e169a98 rpc_clnt_add_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8ffe43a5 rpc_sleep_on_timeout +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x90a42bad rpc_peeraddr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x90de1903 rpc_peeraddr2str +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x90e7606f xprt_wake_pending_tasks +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x92c064da rpc_free +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x933ce080 rpc_wake_up_first +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x94d56daa csum_partial_copy_to_xdr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x94d7ef60 rpc_max_payload +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x952bac60 rpcauth_init_credcache +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x95503d55 xdr_stream_decode_opaque +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x95de711c sunrpc_cache_pipe_upcall_timeout +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x96534089 bc_svc_process +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x966e449a rpc_shutdown_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9670b5a1 rpc_free_iostats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x99aee353 rpc_init_priority_wait_queue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x99caeeed xdr_write_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x99d59546 xdr_read_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x99e8e73a auth_domain_find +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9b328f70 rpc_restart_call_prepare +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9bfa2c63 xdr_init_decode_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9c03ee93 xprt_reserve_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9c3af0ac xdr_decode_word +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9fa86ae9 rpc_malloc +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa00857d2 svc_reserve +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa0c7f795 svc_max_payload +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa2d832ca svc_reg_xprt_class +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa2fb0a50 xdr_set_pagelen +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa36abc17 rpcauth_stringify_acceptor +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa497df9f svc_rpcbind_set_version +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa4dcd97d xdr_stream_zero +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa61613bc xprt_register_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa6443948 rpc_setbufsize +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa70a2e9b rpc_clnt_iterate_for_each_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa872c03a rpc_call_start +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa8e2a0d3 rpc_killall_tasks +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa8f77ece xprt_reserve_xprt_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xaf24d3d0 xdr_page_pos +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xaf5bf6ef nfs_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xaf8ba15c rpcauth_init_cred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb0c49456 xprt_force_disconnect +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb1122240 rpc_proc_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb13d3f09 svc_xprt_names +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb3f8ceea rpc_call_null +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb4056197 read_bytes_from_xdr_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb51a3724 rpc_pipefs_notifier_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb5453125 rpc_num_bc_slots +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb59ec00d svc_set_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb5bf2e59 xdr_buf_from_iov +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb62e43e6 rpc_clnt_manage_trunked_xprts +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb64d38f7 xdr_enter_page +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbd3bfd62 rpc_clnt_disconnect +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbe772273 svc_wake_up +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbf765510 svc_xprt_copy_addrs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbf7bc06e xprt_free_slot +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbf9d1b96 nfsd_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbfbb3dfa rpc_put_task_async +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 0xc4573535 rpcauth_unwrap_resp_decode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc48d1637 rpc_machine_cred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc4c7a17e svcauth_unix_set_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc6836f54 xprt_unregister_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc68ad1d4 xdr_init_encode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc8abdf60 svc_drop +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc8e96dea qword_addhex +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc93bda03 rpc_mkpipe_dentry +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc9a6eae2 rpc_clnt_show_stats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcab94aeb xprt_lookup_rqst +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcc3df579 sunrpc_cache_pipe_upcall +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xce678a59 xdr_decode_netobj +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xce966e70 rpc_wait_for_completion_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcebfcc0c xprt_wait_for_buffer_space +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcf56a8da cache_seq_start_rcu +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcf71ab95 xdr_shift_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd18cc8dd svc_sock_update_bufs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd1c1d113 rpc_run_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd1c7af7a xdr_process_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd3760714 rpcauth_wrap_req_encode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd48d66b7 svc_xprt_create +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd5a4a81e rpcb_getport_async +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd6c493cd rpc_task_timeout +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd7904def rpc_clnt_xprt_switch_put +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd7a77afb xdr_decode_array2 +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd890fdb3 rpc_delay +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd90abd30 rpc_add_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd90f58ac xprt_release_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd9741151 rpc_prepare_reply_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdd691402 xprt_find_transport_ident +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdf191375 rpc_alloc_iostats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdfac0913 rpc_clnt_swap_activate +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdfd6885e rpc_cancel_tasks +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe0fce1cc rpc_init_pipe_dir_head +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe2c37f61 cache_seq_next_rcu +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe4548154 xdr_buf_trim +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe5919cb1 xdr_encode_opaque +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe597038a rpc_init_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe64cc622 rpc_set_connect_timeout +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe7d5c082 rpc_remove_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe8060967 svc_print_addr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe8d8ac7f svc_rpcb_setup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe8dc7718 svc_xprt_init +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe97f4ce5 qword_get +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xea53a7c2 rpc_call_async +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xeb9a169e sunrpc_init_cache_detail +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xedcf6be4 qword_add +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xee2187b8 rpc_unlink +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xee6cfb25 xprt_adjust_cwnd +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xeeacab69 rpc_update_rtt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf0b7775d rpc_init_wait_queue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf38cb798 xprt_destroy_backchannel +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf3fc9c12 rpc_localaddr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf5fd1d8c svc_addsock +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf657d8e0 rpc_queue_upcall +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf8f65205 xdr_stream_subsegment +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf9dce7d9 svc_xprt_put +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfa36fbc7 xprt_wait_for_reply_request_rtt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfaa6b28f rpc_call_sync +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfacbb313 rpcauth_lookupcred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfb4ad104 rpc_clnt_xprt_switch_remove_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfc249c63 svc_recv +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfc577966 write_bytes_to_xdr_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xff58f943 rpc_clone_client +EXPORT_SYMBOL_GPL net/tls/tls 0x16662143 tls_offload_tx_resync_request +EXPORT_SYMBOL_GPL net/tls/tls 0x258b3f91 tls_device_sk_destruct +EXPORT_SYMBOL_GPL net/tls/tls 0xb104871e tls_validate_xmit_skb +EXPORT_SYMBOL_GPL net/tls/tls 0xc02d1e6b tls_encrypt_skb +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x00493080 virtio_transport_free_pkt +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 0x19faa18f virtio_transport_get_credit +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x2b18b468 virtio_transport_deliver_tap_pkt +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x2c70e470 virtio_transport_seqpacket_has_data +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x37067683 virtio_transport_notify_poll_out +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x3c50ed86 virtio_transport_notify_send_pre_enqueue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x44128a91 virtio_transport_notify_send_pre_block +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x46e8ca2b virtio_transport_put_credit +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x47b7580b virtio_transport_destruct +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x4ceb5ca9 virtio_transport_stream_dequeue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x4de4217c virtio_transport_seqpacket_enqueue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x616ade10 virtio_transport_notify_buffer_size +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x66f99719 virtio_transport_seqpacket_dequeue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x6a0dcccf virtio_transport_notify_poll_in +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x6eebf3ec virtio_transport_recv_pkt +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x73c21df9 virtio_transport_stream_rcvhiwat +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x85f1a265 virtio_transport_notify_recv_init +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x88e14027 virtio_transport_stream_is_active +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x9c79ff2e virtio_transport_dgram_enqueue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xa21c2b9b virtio_transport_notify_send_post_enqueue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xb26d8e20 virtio_transport_notify_recv_post_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 0xbbc2684b virtio_transport_dgram_dequeue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xd0507083 virtio_transport_notify_recv_pre_dequeue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xd522734a virtio_transport_connect +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xd6762bb9 virtio_transport_notify_recv_pre_block +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xdf62d9b5 virtio_transport_dgram_bind +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xe0abbaa3 virtio_transport_do_socket_init +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xe294999b virtio_transport_stream_has_data +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xe5046601 virtio_transport_release +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xec86277f virtio_transport_shutdown +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xf11d2760 virtio_transport_notify_send_init +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xf1365c4c virtio_transport_stream_enqueue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xf480f271 virtio_transport_stream_has_space +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xff4ca214 virtio_transport_inc_tx_pkt +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x0e9bc9b6 vsock_addr_unbind +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x1e326531 vsock_remove_pending +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x259ce2fe vsock_deliver_tap +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x284e07d8 vsock_bind_table +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x2e5141ed vsock_add_tap +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x36486a60 vsock_core_unregister +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x3c19baa4 vsock_find_bound_socket +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x3d4b0fca vsock_addr_init +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x3e5840fe vsock_remove_tap +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x416a0b3d vsock_core_register +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x4b99648c vsock_addr_bound +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x90aa8549 vsock_find_cid +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x96ebf7fc vsock_find_connected_socket +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x986239d4 vsock_add_pending +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x9bb6fd09 vsock_connected_table +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x9d45f144 vsock_for_each_connected_socket +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xa4e4b071 vsock_remove_bound +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xac720bb2 vsock_remove_connected +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 0xb1ef4fe1 vsock_insert_connected +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xb4b29f00 vsock_data_ready +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xbff00556 vsock_enqueue_accept +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xc5ced868 vsock_remove_sock +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xc92f7f50 vsock_table_lock +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xd150e4e9 vsock_create_connected +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xd560bc3c vsock_core_get_transport +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xdb12b30a vsock_stream_has_space +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xe0a2266b vsock_assign_transport +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xe3005b99 vsock_stream_has_data +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xec96eadf vsock_addr_validate +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x0ff16642 cfg80211_pmsr_report +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x1babf010 cfg80211_wext_giwmode +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x1bce775d cfg80211_wext_siwrts +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x2c881675 cfg80211_wext_siwscan +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x3e139c74 cfg80211_wext_giwrts +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x553dede7 cfg80211_vendor_cmd_get_sender +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x593cb597 cfg80211_wext_siwmode +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x7d6d9515 cfg80211_wext_giwretry +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x88ec28d4 cfg80211_vendor_cmd_reply +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x91ce0429 cfg80211_pmsr_complete +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x9e7e9b6c cfg80211_wext_giwrange +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xa2382e3c cfg80211_wext_siwfrag +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xa8b3cd69 cfg80211_wext_giwname +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xd092d6c7 cfg80211_shutdown_all_interfaces +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xd530a564 cfg80211_wext_giwscan +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xe0af6bbb cfg80211_wext_giwfrag +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 0x23290880 ipcomp_output +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0x7b7be481 ipcomp_input +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0xc86d480e ipcomp_init_state +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0xdffe4dc9 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 0x67a02ad1 snd_ac97_reset +EXPORT_SYMBOL_GPL sound/core/seq/snd-seq 0xadb51cff snd_seq_client_ioctl_unlock +EXPORT_SYMBOL_GPL sound/core/seq/snd-seq 0xe50413d7 snd_seq_client_ioctl_lock +EXPORT_SYMBOL_GPL sound/core/snd 0x0266964c snd_ctl_register_layer +EXPORT_SYMBOL_GPL sound/core/snd 0x0f0ae19d snd_devm_card_new +EXPORT_SYMBOL_GPL sound/core/snd 0x1308e9ed snd_ctl_disconnect_layer +EXPORT_SYMBOL_GPL sound/core/snd 0x3962f35a snd_card_add_dev_attr +EXPORT_SYMBOL_GPL sound/core/snd 0x4ac59f82 snd_card_free_on_error +EXPORT_SYMBOL_GPL sound/core/snd 0x5af762f1 snd_fasync_free +EXPORT_SYMBOL_GPL sound/core/snd 0x66c1a343 snd_power_ref_and_wait +EXPORT_SYMBOL_GPL sound/core/snd 0x76640e8c snd_device_initialize +EXPORT_SYMBOL_GPL sound/core/snd 0x81589177 snd_ctl_add_vmaster_hook +EXPORT_SYMBOL_GPL sound/core/snd 0x83d6afb1 snd_device_disconnect +EXPORT_SYMBOL_GPL sound/core/snd 0x8d5d1933 snd_ctl_sync_vmaster +EXPORT_SYMBOL_GPL sound/core/snd 0xaaf63e7a snd_card_disconnect_sync +EXPORT_SYMBOL_GPL sound/core/snd 0xb5667171 snd_device_get_state +EXPORT_SYMBOL_GPL sound/core/snd 0xc2ac6aab snd_ctl_apply_vmaster_followers +EXPORT_SYMBOL_GPL sound/core/snd 0xc77464eb snd_card_rw_proc_new +EXPORT_SYMBOL_GPL sound/core/snd 0xc782b932 snd_fasync_helper +EXPORT_SYMBOL_GPL sound/core/snd 0xded6ef02 snd_ctl_activate_id +EXPORT_SYMBOL_GPL sound/core/snd 0xdf4d8625 snd_ctl_get_preferred_subdevice +EXPORT_SYMBOL_GPL sound/core/snd 0xf8f2a4eb snd_kill_fasync +EXPORT_SYMBOL_GPL sound/core/snd 0xfa3bde7e snd_card_ref +EXPORT_SYMBOL_GPL sound/core/snd 0xfaf598c6 snd_ctl_request_layer +EXPORT_SYMBOL_GPL sound/core/snd-compress 0x034d0c5a snd_compr_stop_error +EXPORT_SYMBOL_GPL sound/core/snd-compress 0x196675ed snd_compress_new +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x04e1b99f snd_pcm_std_chmaps +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x066d39b2 _snd_pcm_stream_lock_irqsave_nested +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x0720f8f8 snd_pcm_stream_unlock_irqrestore +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x09e913c1 snd_pcm_alt_chmaps +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x4e024d19 snd_pcm_lib_default_mmap +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x5c407196 snd_pcm_fill_iec958_consumer_hw_params +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x649892e8 snd_pcm_create_iec958_consumer_default +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x6917fc92 snd_pcm_fill_iec958_consumer +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x6d9e3c6d snd_pcm_hw_constraint_eld +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x6fa8a767 snd_dma_buffer_sync +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x6fb753f2 snd_pcm_stop_xrun +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x7d81e299 snd_pcm_stream_unlock +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x8d864069 snd_pcm_rate_range_to_bits +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0xa286a234 snd_pcm_format_name +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0xab8bc1a2 snd_pcm_rate_mask_intersect +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0xcc35fc9f snd_pcm_stream_lock +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0xcfae46ec snd_pcm_add_chmap_ctls +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0xd74c5640 _snd_pcm_stream_lock_irqsave +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0xe6ee7f4d snd_pcm_stream_lock_irq +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0xe75a3d2e snd_devm_alloc_dir_pages +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0xe9f2464d snd_pcm_stream_unlock_irq +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x0bec59a2 snd_hwparams_to_dma_slave_config +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x21a0f0c7 snd_dmaengine_pcm_request_channel +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x41fc904a snd_dmaengine_pcm_open +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x72866243 snd_dmaengine_pcm_open_request_chan +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x74130956 snd_dmaengine_pcm_get_chan +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x78556f0c snd_dmaengine_pcm_pointer_no_residue +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x80b822d8 snd_dmaengine_pcm_set_config_from_dai_data +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x81cee54d snd_dmaengine_pcm_trigger +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x8d63dae8 snd_dmaengine_pcm_close +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x9475dfe3 snd_dmaengine_pcm_refine_runtime_hwparams +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0xc2bdce6e snd_dmaengine_pcm_pointer +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0xe0f463a4 snd_dmaengine_pcm_close_release_chan +EXPORT_SYMBOL_GPL sound/core/snd-seq-device 0x865e8ab0 snd_seq_driver_unregister +EXPORT_SYMBOL_GPL sound/core/snd-seq-device 0xe418e871 __snd_seq_driver_register +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0x17bf51af amdtp_domain_add_stream +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0x254e388d amdtp_domain_stream_pcm_ack +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0x27c830aa amdtp_am824_init +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0x37781b58 amdtp_am824_set_parameters +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0x6fc28c2b amdtp_domain_init +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0x71916bc6 amdtp_am824_set_midi_position +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0x7444cb8c amdtp_domain_stream_pcm_pointer +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0xe07c6ca3 amdtp_am824_set_pcm_position +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0xe5a48008 amdtp_am824_add_pcm_hw_constraints +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0xed752b31 amdtp_domain_stop +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0xee287509 amdtp_domain_start +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0xfc128d9e amdtp_am824_midi_trigger +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0xfc7e48ac amdtp_domain_destroy +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x0494ce97 snd_hdac_ext_stream_free_all +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x2b53a0ea snd_hdac_ext_bus_link_power_down +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x3598aba3 snd_hdac_ext_stream_decouple +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x37159546 snd_hdac_ext_stream_decouple_locked +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x40119701 snd_hdac_ext_bus_link_set_stream_id +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x449aa88d snd_hdac_ext_stream_reset +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x543b3f9f snd_hdac_ext_bus_get_hlink_by_name +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x5648dc20 snd_hda_ext_driver_unregister +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x67ec9ae8 snd_hdac_ext_bus_init +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x6bd70da2 snd_hdac_ext_bus_link_clear_stream_id +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x7078aa40 snd_hdac_ext_bus_link_power_down_all +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x76a640d4 snd_hdac_ext_bus_ppcap_enable +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x7a788986 snd_hdac_ext_bus_link_put +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x8747d347 snd_hdac_ext_bus_get_ml_capabilities +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x89314480 snd_hdac_ext_stream_clear +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x8e4118b6 snd_hdac_ext_bus_link_get +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x9593114c snd_hdac_ext_bus_link_power_up +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x9eb9a56b snd_hdac_ext_stream_init_all +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xa2169686 snd_hdac_ext_bus_ppcap_int_enable +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xb5f8a498 snd_hdac_ext_cstream_assign +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xc47c256f snd_hdac_ext_stream_assign +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xc8e83f7b snd_hdac_ext_stream_setup +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xcc01bd22 snd_hdac_ext_stream_start +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xcfb587f7 snd_hdac_ext_bus_link_power +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xd9b10999 snd_hda_ext_driver_register +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xdc0161de snd_hdac_ext_stream_release +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xe2f1e7ba snd_hdac_ext_link_free_all +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xe7f76304 snd_hdac_ext_bus_exit +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xf0522d53 snd_hdac_ext_bus_get_hlink_by_addr +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xf397f023 snd_hdac_ext_bus_device_remove +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xffeac9f3 snd_hdac_ext_bus_link_power_up_all +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x0078e67d snd_hdac_stream_set_lpib +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x054a9f2c snd_hdac_acomp_exit +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x05636f93 snd_hdac_aligned_read +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x07cde4e9 snd_hdac_power_down_pm +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x0a479a33 snd_hdac_codec_modalias +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x0aed7c6a snd_hdac_regmap_update_raw +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x0bd35301 snd_hdac_regmap_add_vendor_verb +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x11757e3c snd_hdac_bus_init +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x1488641f snd_hdac_aligned_write +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x149737e9 snd_hdac_add_chmap_ctls +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x1a51e807 snd_hdac_get_sub_nodes +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x1f8f9495 snd_hdac_refresh_widgets +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x21d599ec snd_hdac_dsp_cleanup +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x26d92721 snd_hdac_stream_sync_trigger +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x2df434f8 snd_hdac_stream_set_spib +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x2e795765 snd_hdac_stop_streams +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x30f8a6bb snd_hdac_regmap_write_raw +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x318e38f1 snd_hda_bus_type +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x369dcdff snd_hdac_stream_init +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x3801c33f snd_hdac_regmap_read_raw +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x3814580d snd_hdac_get_stream_stripe_ctl +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x3892c511 snd_hdac_query_supported_pcm +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x3ae1449e snd_hdac_stop_streams_and_chip +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x3bd544c2 snd_hdac_get_active_channels +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x3c86bda7 snd_hdac_get_stream +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x4340a851 snd_hdac_acomp_init +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x4bf79084 snd_hdac_bus_exit_link_reset +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x4c7ec4b6 snd_hdac_get_ch_alloc_from_ca +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x55af505f snd_hdac_bus_link_power +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x5b1510b8 snd_hdac_is_supported_format +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x5bc951f6 snd_hdac_bus_alloc_stream_pages +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x5c07cb49 snd_hdac_calc_stream_format +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x5d42bc62 snd_hdac_codec_read +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x5e1889ab snd_hdac_stream_timecounter_init +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x5ed2bf0f snd_hdac_bus_exit +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x6116e5c4 snd_hdac_regmap_exit +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x61aa0b4e snd_hdac_stream_assign +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x62af3287 snd_hdac_bus_reset_link +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x63a95979 snd_hdac_acomp_get_eld +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x668ba55a snd_hdac_bus_update_rirb +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x6795446e 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 0x72d44069 snd_hdac_bus_get_response +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x774a34f5 snd_hdac_codec_write +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x77c754a8 snd_hdac_chmap_to_spk_mask +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x893a7cc1 snd_hdac_bus_free_stream_pages +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x8a3f7947 snd_hdac_codec_link_up +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x8ba579a5 snd_hdac_stream_setup_periods +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x8e6c2599 snd_hdac_stream_set_dpibr +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x8fe48a73 snd_hdac_regmap_sync +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x9678d165 snd_hdac_read_parm_uncached +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x9678efe8 snd_hdac_get_connections +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x9a32935a snd_hdac_bus_init_cmd_io +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x9a8e1877 snd_array_free +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x9ab6df61 snd_hdac_register_chmap_ops +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x9e2ee86c snd_hdac_stream_get_spbmaxfifo +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xa1d42e6c snd_hdac_device_set_chip_name +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xa5355560 snd_hdac_stream_reset +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xa7397289 snd_hdac_stream_sync +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xa7711663 snd_hdac_sync_audio_rate +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xab22ee25 hdac_get_device_id +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xab33988b snd_hdac_stream_setup +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xaba29b85 snd_hdac_display_power +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xaeca3ab5 snd_hdac_bus_send_cmd +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xb0eeb185 snd_hdac_device_register +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xb14e2e76 snd_hdac_stream_release +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xb597477a snd_hdac_regmap_init +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xb78aa840 snd_hdac_read +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xb85fdc70 snd_hdac_stream_release_locked +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xb86afbc5 snd_hdac_stream_set_params +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xb9a39df8 snd_hdac_bus_handle_stream_irq +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xbcf0bc39 snd_hdac_device_init +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xbd24e1ab snd_hdac_codec_link_down +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xbe7dd7dc snd_array_new +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xc393d12d snd_hdac_sync_power_state +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xc54093b2 snd_hdac_device_exit +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xc7249598 snd_hdac_override_parm +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xc813eb41 _snd_hdac_read_parm +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xcc42a137 snd_hdac_bus_stop_chip +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xcd6808d2 snd_hdac_stream_spbcap_enable +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xd8636b63 snd_hdac_bus_stop_cmd_io +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xd9b3e98a snd_hdac_check_power_state +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xdbcda93d snd_hdac_stream_wait_drsm +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xe0cd0972 snd_hdac_regmap_update_raw_once +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xe1cbe077 snd_hdac_bus_exec_verb_unlocked +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xe4e07754 snd_hdac_print_channel_allocation +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xe5676ce7 snd_hdac_stream_cleanup +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xe7355a93 snd_hdac_acomp_register_notifier +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xec5d00e2 snd_hdac_dsp_trigger +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xed19ad86 snd_hdac_device_unregister +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xedaa8e62 snd_hdac_power_up_pm +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xee458f33 snd_hdac_setup_channel_mapping +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xee5c2128 snd_hdac_stream_drsm_enable +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xefe21085 snd_hdac_bus_parse_capabilities +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xf141c5f1 snd_hdac_dsp_prepare +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xf4a1315c snd_hdac_stream_start +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xf5ba9a7b snd_hdac_bus_enter_link_reset +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xf8a7a026 snd_hdac_channel_allocation +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xf9065391 snd_hdac_power_up +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xfc2a8058 snd_hdac_stream_stop +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xfcd3139b snd_hdac_set_codec_wakeup +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xffb77b9e snd_hdac_power_down +EXPORT_SYMBOL_GPL sound/hda/snd-intel-dspcfg 0x0bf3743b snd_intel_acpi_dsp_driver_probe +EXPORT_SYMBOL_GPL sound/hda/snd-intel-dspcfg 0x153e84fe 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 0x7020be4c intel_nhlt_init +EXPORT_SYMBOL_GPL sound/hda/snd-intel-dspcfg 0xc8ad5308 intel_nhlt_get_dmic_geo +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0x2bba3edb snd_ak4113_build +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0x4ce1800b snd_ak4113_reg_write +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0x555873fb snd_ak4113_check_rate_and_errors +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0x9d7751d5 snd_ak4113_create +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0xb69f3d63 snd_ak4113_reinit +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0xd8379033 snd_ak4113_external_rate +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x00b2eb81 snd_hda_add_verbs +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x01e663de snd_hda_codec_amp_init +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x04702fcf snd_hda_mixer_amp_tlv +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x05dceefb snd_hda_mixer_amp_switch_put_beep +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x05f30012 snd_hda_codec_get_pincfg +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x0650f42a snd_hda_get_bool_hint +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x0672dd4d azx_stop_chip +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 0x0b6480d1 snd_hda_codec_new +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x0fd4ab18 azx_codec_configure +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x0fea2e8e snd_hda_set_dev_select +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x103bcee6 azx_get_pos_posbuf +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x11ccb438 snd_hda_jack_bind_keymap +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x12200f97 snd_hda_multi_out_dig_cleanup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x1371bc7a snd_hda_ctl_add +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x14069844 snd_hda_codec_set_power_to_all +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x147ad920 snd_hda_codec_load_dsp_trigger +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x1554603a azx_free_streams +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x1561dd27 snd_hda_mixer_amp_switch_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x192ef778 snd_hda_codec_get_pin_target +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x208f25c0 snd_hda_jack_unsol_event +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x22301ac0 snd_hda_find_mixer_ctl +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x267f4dae snd_hda_codec_load_dsp_cleanup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x2bed7692 snd_hda_check_amp_caps +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x2dcccebe snd_hda_jack_add_kctls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x2f19fcb2 snd_hda_jack_report_sync +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x2f5ef822 snd_hda_sequence_write +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x30643fe0 __snd_hda_add_vmaster +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x330b671e snd_hda_get_int_hint +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x33c8fcdb snd_hda_mixer_amp_volume_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x353010ce snd_hda_codec_prepare +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x38ce402b azx_interrupt +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x3957ec19 snd_hda_multi_out_dig_close +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x3ae5182a snd_hda_mixer_amp_switch_get_beep +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x3c518d71 snd_hda_jack_poll_all +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x3ed620e0 snd_hda_spdif_ctls_assign +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x402aff33 snd_hda_get_dev_select +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x444ae4bc snd_hda_apply_verbs +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x46205ec4 snd_hda_create_spdif_share_sw +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x46938fcd snd_hda_codec_set_pin_target +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x47a1bde2 snd_hda_attach_beep_device +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x47d2c5e3 snd_hda_codec_setup_stream +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4b97ac55 snd_hda_create_dig_out_ctls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4dd79b95 snd_hda_codec_configure +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x5016db02 snd_hda_codec_amp_stereo +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x52fa6059 snd_hda_codec_parse_pcms +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x5574b494 snd_hda_add_vmaster_hook +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x55ac6832 snd_hda_mixer_amp_volume_get +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x55ccf7d7 azx_probe_codecs +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x5b8c2f4e snd_hda_jack_tbl_get_mst +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x62471322 snd_hda_check_amp_list_power +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x6806aa76 snd_hda_spdif_out_of_nid +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x696bbcc5 snd_hda_codec_pcm_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x6ed66d42 is_jack_detectable +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x6f7132f2 snd_hda_codec_device_new +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x6fd09dc9 azx_bus_init +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x7018dcdc snd_hda_codec_set_pincfg +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x70295fe4 snd_hda_jack_detect_state_mst +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x72b0ee3a snd_hda_apply_pincfgs +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x73c215bf snd_hda_codec_build_controls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x743632d3 snd_hda_codec_eapd_power_filter +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x74e9021b snd_hda_set_vmaster_tlv +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x75159c07 snd_hda_add_nid +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x768070ee snd_hda_codec_set_name +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x78563a1b snd_hda_lock_devices +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x80002247 snd_hda_jack_detect_enable_callback_mst +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x81aee97f snd_hda_multi_out_dig_prepare +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x824e5c53 snd_hda_mixer_amp_switch_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x82d676af snd_hda_codec_amp_update +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x875be286 snd_hda_apply_fixup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x8cc84770 snd_hda_enable_beep_device +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x8e96d216 snd_hda_get_conn_list +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x8f5330ad snd_hda_correct_pin_ctl +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x930c4e57 azx_stop_all_streams +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x97ed2c88 snd_hda_pick_fixup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x981e055f snd_hda_override_conn_list +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x9aabfc85 snd_hda_spdif_ctls_unassign +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x9c1b6e2c snd_hda_jack_set_gating_jack +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x9c45bb63 snd_hda_parse_pin_defcfg +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x9d5908bc snd_hda_jack_tbl_get_from_tag +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa0252c28 snd_hda_get_connections +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa089435e snd_hda_codec_register +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa132b5a8 snd_hda_get_default_vref +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa1b9ea2d snd_hda_add_imux_item +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa4e77daf snd_hda_mixer_amp_volume_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa5044f40 snd_hda_unlock_devices +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa65ad451 snd_hda_shutup_pins +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa76cf279 azx_get_pos_lpib +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa924567a snd_hda_override_amp_caps +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa9efe1fa snd_hda_set_power_save +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xae612ebf snd_hda_codec_load_dsp_prepare +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xafb22eb2 snd_hda_codec_cleanup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb0cd7f24 hda_codec_driver_unregister +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb270fcdc __hda_codec_driver_register +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb333c7f7 snd_hda_codec_unregister +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb9a569e4 __snd_hda_apply_fixup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb9cc859e snd_hda_enum_helper_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xbe0f0be2 query_amp_caps +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xbf326c0a snd_hda_create_spdif_in_ctls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xbf5f0c04 snd_hda_jack_detect_enable +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc0ebaaf5 snd_hda_codec_pcm_new +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xcc7401e4 azx_init_streams +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xcd222c0a snd_hda_input_mux_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xcfff7715 snd_hda_multi_out_analog_open +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd08766bc __snd_hda_codec_cleanup_stream +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd3d62a02 snd_hda_multi_out_analog_cleanup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd64ada05 snd_hda_multi_out_analog_prepare +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd6537998 snd_hda_get_conn_index +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd8bfc53e snd_hda_detach_beep_device +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xdaf161f1 snd_hda_codec_amp_init_stereo +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xdb5d4fda snd_hda_add_new_ctls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xdc3221c3 snd_hda_sync_vmaster_hook +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xde18072b azx_init_chip +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xdfc22f85 snd_hda_jack_pin_sense +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe118de5d snd_pcm_2_1_chmaps +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe1b674fb snd_hda_get_hint +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe42ac8ba snd_hda_mixer_amp_switch_get +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe4cb79d1 snd_hda_jack_set_button_state +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe5ee723e snd_hda_get_num_devices +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe772ffb2 snd_hda_jack_add_kctl_mst +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe850fbc1 snd_hda_codec_cleanup_for_unbind +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xeb66c88e snd_hda_codec_device_init +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xeb7e061d snd_hda_get_pin_label +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xeda3a721 snd_print_pcm_bits +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf231db12 snd_hda_pick_pin_fixup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf586306f snd_hda_multi_out_dig_open +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf6659193 snd_hda_jack_set_dirty_all +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf726ceb5 snd_hda_codec_update_widgets +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf8dc35ac snd_hda_input_mux_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xfcb666cf snd_hda_codec_set_power_save +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xfcd22206 hda_get_autocfg_input_label +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xfcdcef72 snd_hda_load_patch +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xfd07e9bc _snd_hda_set_pin_ctl +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xfe1aa398 azx_get_position +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x0ecdf7b8 snd_hda_gen_hp_automute +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x171f75d5 snd_hda_add_new_path +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x2106ff88 snd_hda_gen_build_pcms +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x2da05cfa snd_hda_gen_path_power_filter +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x32b3b7f9 snd_hda_gen_fix_pin_power +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x5ac04720 snd_hda_gen_check_power_status +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x6ab96d8a snd_hda_gen_mic_autoswitch +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x6fb5fc04 snd_hda_gen_add_kctl +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x7051ab0d snd_hda_gen_free +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 0x7864b8cb snd_hda_gen_add_mute_led_cdev +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x80ba94a6 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 0x973d8935 snd_hda_gen_build_controls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x9771b288 snd_hda_get_path_idx +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xa11c31a6 snd_hda_get_path_from_idx +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xa84ca7c4 snd_hda_gen_stream_pm +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xd5aae36b snd_hda_gen_init +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xd74219c5 snd_hda_gen_add_micmute_led_cdev +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xe08e0c03 snd_hda_gen_line_automute +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xe167ec47 snd_hda_gen_spec_init +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xe8073faa snd_hda_activate_path +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xf63bf727 snd_hda_gen_parse_auto_config +EXPORT_SYMBOL_GPL sound/soc/codecs/mt6359-accdet 0xc4c4770e 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 0x9c110e8a adau1372_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau1761 0xb0920f88 adau1761_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau1761 0xc068b4f7 adau1761_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0x016f41bf adau17x1_add_widgets +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0x1196f5ac adau17x1_set_micbias_voltage +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0x19be17a5 adau17x1_readable_register +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0x2095ce9c adau17x1_add_routes +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0x3f58b0fa adau17x1_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0x582d5756 adau17x1_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0x662e1381 adau17x1_volatile_register +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0x75b0f566 adau17x1_dai_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0x8b06ccdd adau17x1_resume +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0xd5580ec0 adau17x1_precious_register +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau7118 0x1e8a5ab7 adau7118_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41 0x91eb891b cs35l41_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41 0xa1996f12 cs35l41_pm_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41 0xb784444e cs35l41_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x0d7c4292 cs35l41_init_boost +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x240170e3 cs35l41_configure_cs_dsp +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x27f7a393 cs35l41_regmap_spi +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x34520a26 cs35l41_enter_hibernate +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x389e86c7 cs35l41_safe_reset +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x43414682 cs35l41_otp_unpack +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x5d64baad cs35l41_global_enable +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x61e1ed8d cs35l41_exit_hibernate +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x692ec600 cs35l41_set_cspl_mbox_cmd +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x8a656368 cs35l41_write_fs_errata +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x91a2a54c cs35l41_regmap_i2c +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0xa6a5c5e3 cs35l41_test_key_lock +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0xa9771fda cs35l41_register_errata_patch +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0xc30a2960 cs35l41_set_channels +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0xe92ff6ad cs35l41_gpio_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0xf03951d2 cs35l41_test_key_unlock +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs4271 0x7d05786f cs4271_dt_ids +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs4271 0x882902cc cs4271_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs4271 0xd077bd59 cs4271_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42l51 0x0e56f395 cs42l51_regmap +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42l51 0x193e477e cs42l51_suspend +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42l51 0x74df64bf cs42l51_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42l51 0x8af1f55d cs42l51_resume +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42l51 0xfa2f6e2b cs42l51_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0x0b89c713 cs42xx8_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0x414c8017 cs42xx8_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0x7cac7292 cs42888_data +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0xcd3794c9 cs42448_data +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0xfdb4a21d cs42xx8_pm +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-es8328 0x8ef68521 es8328_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-es8328 0x9de2fff9 es8328_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-hda-codec 0x0b966c0b hda_codec_probe_complete +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-hda-codec 0x73601ccc soc_hda_ext_bus_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-hda-codec 0xf5bc1e99 snd_soc_hda_codec_dai_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-lpass-macro-common 0xa5c9ba39 lpass_macro_pds_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-lpass-macro-common 0xce017046 lpass_macro_pds_exit +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-max98090 0x19408e5a max98090_mic_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-max98373 0x682040a5 soc_codec_dev_max98373 +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-max98373 0xb1b0556a max98373_reset +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-max98373 0xeb40a24a soc_codec_dev_max98373_sdw +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-max98373 0xfe978aec max98373_slot_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-mt6358 0x74be97c8 mt6358_mtkaif_calibration_enable +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-mt6358 0x8c2097f2 mt6358_set_mtkaif_protocol +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-mt6358 0xab5d3a0d mt6358_mtkaif_calibration_disable +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-mt6358 0xcbe66fcb mt6358_set_mtkaif_calibration_phase +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-mt6359 0x449d1bc5 mt6359_mtkaif_calibration_enable +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-mt6359 0xbb6178de mt6359_set_mtkaif_calibration_phase +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-mt6359 0xbc031bff mt6359_set_mtkaif_protocol +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-mt6359 0xd5dc653c mt6359_mtkaif_calibration_disable +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-nau8821 0x13121b76 nau8821_enable_jack_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-nau8824 0x90213983 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 0x1f3b08b0 pcm1789_common_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm1789-codec 0x3355563f pcm1789_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm1789-codec 0xf2c224d4 pcm1789_common_exit +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm179x-codec 0x34e5fa17 pcm179x_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm179x-codec 0xdd24e787 pcm179x_common_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm186x 0x39d76aa4 pcm186x_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm186x 0x951b755f pcm186x_regmap +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm3168a 0x130b5647 pcm3168a_pm_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm3168a 0x17676261 pcm3168a_regmap +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm3168a 0x6eff32d5 pcm3168a_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm3168a 0xee225830 pcm3168a_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm512x 0x0d65b4a4 pcm512x_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm512x 0x5a0160e3 pcm512x_pm_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm512x 0x6f636a32 pcm512x_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm512x 0xe4bbd0df 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 0x69ae0c9f rt5640_detect_headset +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5640 0x9837b76e rt5640_disable_micbias1_for_ovcd +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5640 0xae77b067 rt5640_sel_asrc_clk_src +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5640 0xb8155b7c rt5640_dmic_enable +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5640 0xd656ed55 rt5640_set_ovcd_params +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5640 0xe4edbdab rt5640_enable_micbias1_for_ovcd +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5645 0x20060e4b rt5645_set_jack_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5645 0xa4dc73d6 rt5645_sel_asrc_clk_src +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5659 0x399b1504 rt5659_set_jack_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5663 0xe57c4bd2 rt5663_sel_asrc_clk_src +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5677 0xdb9dc6a2 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 0x0d730ee0 rt5682_readable_register +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0x28e311d1 rt5682_soc_component_dev +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0x2f23362e 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 0x66c6685f rt5682_register_dai_clks +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0x72e30ac4 rt5682_volatile_register +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0xb39da8a5 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 0xc4148d2d rt5682_aif1_dai_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0xd703cee3 rt5682_calibrate +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0xea08fd56 rt5682_reset +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0xf730d6c5 rt5682_parse_dt +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0xfa35282f rt5682_apply_patch_list +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682s 0xf959f2e3 rt5682s_sel_asrc_clk_src +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-sigmadsp 0x06efe2ec sigmadsp_restrict_params +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-sigmadsp 0x49b0050b sigmadsp_attach +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-sigmadsp 0xd4919b88 sigmadsp_reset +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-sigmadsp 0xd62062ee devm_sigmadsp_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-sigmadsp 0xeb1b2216 sigmadsp_setup +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-sigmadsp-i2c 0x27ef2d0e devm_sigmadsp_init_i2c +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-sigmadsp-regmap 0x89b1a203 devm_sigmadsp_init_regmap +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-src4xxx 0x68c37a47 src4xxx_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-src4xxx 0x999e59f4 src4xxx_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-ssm2602 0x8a11f0ce ssm2602_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-ssm2602 0xb106bdf8 ssm2602_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tlv320aic32x4 0x4e493ec9 aic32x4_register_clocks +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tlv320aic3x 0x94417053 aic3x_regmap +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-ts3a227e 0xea36a48d 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 0x0e56bd36 wcd938x_sdw_device_get +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wcd938x-sdw 0x2049f284 wcd938x_swr_get_current_bank +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wcd938x-sdw 0x419c5062 wcd938x_sdw_hw_params +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wcd938x-sdw 0xa936fa94 wcd938x_sdw_set_sdw_stream +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wcd938x-sdw 0xc2e686ce wcd938x_sdw_free +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x077fe898 wm_adsp_compr_handle_irq +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x0ef6463f wm_adsp_compr_copy +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x1622bf53 wm_adsp_fw_put +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x199182fe wm_adsp1_event +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x1ab2bb3a wm_halo_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x300e6410 wm_adsp2_set_dspclk +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x4aa37a18 wm_adsp_early_event +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x4c120b2d wm_adsp2_component_probe +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 0x5bda6048 wm_adsp_compr_trigger +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x5f123c93 wm_adsp2_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x64e6659a wm_adsp_read_ctl +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x70ce1006 wm_adsp_compr_free +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x738688df wm_adsp1_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x7ec4d27d wm_adsp_fw_get +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x800f2563 wm_adsp_compr_pointer +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x900f6fa5 wm_adsp2_preloader_get +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xa2de1f97 wm_adsp2_component_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xa8a631b6 wm_adsp_event +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xab26e0ce wm_adsp_compr_get_caps +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xaefbc246 wm_adsp_compr_set_params +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xb1736b0c wm_adsp_write_ctl +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xbb2ec694 wm_adsp2_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xd7c21f00 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 0xf61eb31e wm_adsp_fw_enum +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xf8e9028b wm_adsp2_preloader_put +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-hubs 0x230e8150 wm_hubs_handle_analogue_pdata +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-hubs 0x494184a2 wm_hubs_hpr_mux +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-hubs 0x52cb6a00 wm_hubs_add_analogue_routes +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-hubs 0x569e257b 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 0x709de749 wm_hubs_hpl_mux +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 0x78d6809b wm_hubs_set_bias_level +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-hubs 0x95ce91fd wm_hubs_add_analogue_controls +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-hubs 0xdea16d49 wm_hubs_vmid_ena +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8731 0x834d436b wm8731_regmap +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8731 0x9a2a8e7f wm8731_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8804 0x2236047a wm8804_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8804 0x45353c4b wm8804_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8804 0x7c404773 wm8804_pm +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8804 0xa7713bbb wm8804_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8903 0xf6d17d98 wm8903_mic_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8962 0x986d8673 wm8962_mic_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8994 0x4189da6e wm8958_mic_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8994 0x8281f472 wm8994_mic_detect +EXPORT_SYMBOL_GPL sound/soc/fsl/imx-pcm-dma 0x010bb59d imx_pcm_dma_init +EXPORT_SYMBOL_GPL sound/soc/fsl/snd-soc-fsl-asrc 0x8466939b 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 0x3ad4e6ef audio_graph_parse_of +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-audio-graph-card2 0x1aac5b90 audio_graph2_link_dpcm +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-audio-graph-card2 0x298789f5 audio_graph2_link_c2c +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-audio-graph-card2 0x3548569c audio_graph2_parse_of +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-audio-graph-card2 0x4791f49e 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 0x02aac42d asoc_simple_dai_init +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x15ead008 asoc_graph_card_probe +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x2342de71 asoc_simple_parse_routing +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x3ccaea62 asoc_simple_clean_reference +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x4069a063 asoc_simple_parse_pin_switches +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x44bc0092 asoc_simple_set_dailink_name +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x49591703 asoc_simple_canonicalize_platform +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x5d44d174 asoc_simple_init_priv +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x6084d790 asoc_graph_is_ports0 +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x6125d71b asoc_simple_parse_daifmt +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x6447e424 asoc_simple_be_hw_params_fixup +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x675042e9 asoc_simple_init_jack +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x73f3267a asoc_simple_parse_card_name +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x752f2e70 asoc_simple_remove +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x8d289c44 asoc_simple_parse_widgets +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x9f007e17 asoc_simple_parse_clk +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xd1274c57 asoc_simple_canonicalize_cpu +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xd767f3ea asoc_simple_hw_params +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xe7256d94 asoc_simple_shutdown +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xec93c87d asoc_simple_parse_tdm_width_map +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xf3d4a269 asoc_simple_parse_convert +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xfc599625 asoc_simple_startup +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x074624a1 mtk_afe_fe_startup +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x0be3d468 mtk_sof_card_late_probe +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x18d20f29 mtk_afe_fe_hw_free +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x19bff49a mtk_memif_set_addr +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x23276990 mtk_sof_dai_link_fixup +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x23514a45 mtk_afe_combine_sub_dai +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x243f4704 mtk_memif_set_rate +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x2bcd4d17 mtk_memif_set_enable +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x409510be mtk_afe_fe_hw_params +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x5f9c5d1e mtk_sof_card_probe +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x8a2b4c84 mtk_afe_suspend +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x8a53a2f7 mtk_afe_fe_shutdown +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x8d92d002 mtk_afe_fe_trigger +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x92db6c0b mtk_afe_pcm_platform +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x95871282 mtk_memif_set_rate_substream +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x9e49c0b9 mtk_dynamic_irq_acquire +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0xa79d901e mtk_afe_pcm_new +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0xb2ddd822 mtk_dynamic_irq_release +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0xdc4cd6e2 mtk_sof_dailink_parse_of +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0xe2f0270c mtk_afe_add_sub_dai_control +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0xe3e54eee mtk_memif_set_format +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0xe5780a44 mtk_afe_fe_prepare +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0xeb04b136 mtk_afe_pcm_pointer +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0xf1950a38 mtk_afe_fe_ops +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0xf4601e80 mtk_memif_set_disable +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0xf4f96ef2 mtk_afe_resume +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0xfad77d10 mtk_memif_set_channel +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0xfe591766 mtk_memif_set_pbuf_size +EXPORT_SYMBOL_GPL sound/soc/mediatek/mt8183/snd-soc-mt8183-afe 0x1429ca8e mt8183_dai_i2s_set_share +EXPORT_SYMBOL_GPL sound/soc/mediatek/mt8186/snd-soc-mt8186-afe 0x4827a757 mt8186_mt6366_card_set_be_link +EXPORT_SYMBOL_GPL sound/soc/mediatek/mt8186/snd-soc-mt8186-afe 0x63111116 mt8186_dai_i2s_set_share +EXPORT_SYMBOL_GPL sound/soc/mediatek/mt8186/snd-soc-mt8186-afe 0x9c1e6e57 mt8186_mt6366_init +EXPORT_SYMBOL_GPL sound/soc/mediatek/mt8186/snd-soc-mt8186-afe 0xf47beb96 mt8186_afe_gpio_init +EXPORT_SYMBOL_GPL sound/soc/mediatek/mt8192/snd-soc-mt8192-afe 0x51e1536a mt8192_dai_i2s_set_share +EXPORT_SYMBOL_GPL sound/soc/mediatek/mt8195/snd-soc-mt8195-afe 0x6c9ad2c5 mt8195_afe_disable_clk +EXPORT_SYMBOL_GPL sound/soc/mediatek/mt8195/snd-soc-mt8195-afe 0xcd1ea74d mt8195_afe_enable_clk +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-fifo 0x20ba49d4 axg_fifo_pcm_hw_params +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-fifo 0x5b399e66 axg_fifo_pcm_new +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-fifo 0xa40a1c99 g12a_fifo_pcm_hw_params +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-fifo 0xad0b4006 axg_fifo_pcm_hw_free +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-fifo 0xe833763f axg_fifo_pcm_open +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-fifo 0xf8028dbb axg_fifo_probe +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-fifo 0xf8e4ce72 axg_fifo_pcm_trigger +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-fifo 0xfba9e450 axg_fifo_pcm_close +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-fifo 0xff5ade1a axg_fifo_pcm_pointer +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-tdm-formatter 0x27979b05 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 0xcc0c83c1 axg_tdm_formatter_probe +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-tdm-formatter 0xef4a0d56 axg_tdm_stream_stop +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-tdm-interface 0xc3e28be8 axg_tdm_set_tdm_slots +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-card-utils 0x066fc4b9 meson_card_probe +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-card-utils 0x38db8885 meson_card_parse_dai +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-card-utils 0x82f45568 meson_card_set_be_link +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-card-utils 0xab9891a0 meson_card_i2s_set_sysclk +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-card-utils 0xbe008674 meson_card_set_fe_link +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-card-utils 0xcd88424e meson_card_remove +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-card-utils 0xd1728eef meson_card_reallocate_links +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-card-utils 0xf18aa72f meson_card_parse_daifmt +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-codec-glue 0x0fd372eb meson_codec_glue_output_startup +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-codec-glue 0x14f53e19 meson_codec_glue_input_dai_probe +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-codec-glue 0x4fd88ef3 meson_codec_glue_input_set_fmt +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-codec-glue 0x8e67c177 meson_codec_glue_input_hw_params +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-codec-glue 0x91545c7e meson_codec_glue_input_get_data +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-codec-glue 0xfc306fd8 meson_codec_glue_input_dai_remove +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6adm 0x163c05ba q6adm_open +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6adm 0x28421460 q6adm_get_copp_id +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6adm 0x40086720 q6adm_close +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6adm 0xb70b1bb6 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 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 0xd275448f q6afe_port_get_from_id +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/q6afe 0xfbcb2283 q6afe_set_lpass_clock +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 0x6394d04c q6asm_audio_client_alloc +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6asm 0x68db31e2 q6asm_unmap_memory_regions +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6asm 0x6cec4b17 q6asm_stream_remove_trailing_silence +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6asm 0x856b4fdb q6asm_stream_media_format_block_wma_v10 +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6asm 0x9d0cf85f q6asm_stream_media_format_block_flac +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6asm 0xa7d3a3a6 q6asm_media_format_block_multi_ch_pcm +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6asm 0xb37ed108 q6asm_enc_cfg_blk_pcm_format_support +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6asm 0xc0dd8d67 q6asm_open_read +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6asm 0xc1347db0 q6asm_write_async +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6asm 0xc5a116a4 q6asm_get_session_id +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6asm 0xcbee5e42 q6asm_stream_remove_initial_silence +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6asm 0xcc4952e4 q6asm_audio_client_free +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6asm 0xd2cf1a0f q6asm_run +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6asm 0xd38aa312 q6asm_cmd_nowait +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6asm 0xea75a5dd q6asm_map_memory_regions +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6asm 0xf47f4b35 q6asm_stream_media_format_block_ape +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6core 0x7e52e977 q6core_is_adsp_ready +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6core 0x9b02ea0d q6core_get_svc_api_info +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6prm 0x42aff481 q6prm_unvote_lpass_core_hw +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6prm 0xc17bba2e q6prm_vote_lpass_core_hw +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6prm 0xec96998b 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 0x085b9f3e audioreach_shared_memory_send_eos +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x0b8f1e27 q6apm_graph_stop +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x0fc10780 q6apm_graph_flush +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x13c47715 audioreach_graph_free_buf +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x145cf8f6 audioreach_alloc_apm_cmd_pkt +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x2018a090 q6apm_graph_start +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x2ceffd9d q6apm_graph_get_rx_shmem_module_iid +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x2deeeace q6apm_read +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x32fd726c audioreach_map_memory_regions +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x335b99aa q6apm_map_memory_regions +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x3454fc38 audioreach_send_cmd_sync +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x4ca88614 q6apm_graph_prepare +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 0x7123653e 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 0x865cad98 audioreach_gain_set_vol_ctrl +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x8996ddf7 audioreach_graph_send_cmd_sync +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x96101bfd q6apm_graph_media_format_shmem +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0xa6961fe0 q6apm_graph_open +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0xaf849e06 q6apm_graph_media_format_pcm +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0xb875f0ab audioreach_tplg_init +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0xc28d64ba q6apm_graph_close +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0xccb7c6a5 audioreach_set_media_format +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0xcf4b2ff4 q6apm_write_async +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0xef3a60bc q6apm_unmap_memory_regions +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6dsp-common 0x17142e58 q6dsp_map_channels +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6dsp-common 0x8d1a5999 q6dsp_clock_dev_probe +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6dsp-common 0x984b5797 q6dsp_audio_ports_of_xlate_dai_name +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6dsp-common 0xb2be42d9 q6dsp_audio_ports_set_config +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-lpass-cdc-dma 0x7edb9f5e asoc_qcom_lpass_cdc_dma_dai_ops +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-lpass-cpu 0x11a1afe4 asoc_qcom_lpass_cpu_platform_probe +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-lpass-cpu 0x925847bd lpass_cpu_pcm_new +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-lpass-cpu 0xc565ba31 asoc_qcom_lpass_cpu_platform_shutdown +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-lpass-cpu 0xd845a16c asoc_qcom_lpass_cpu_platform_remove +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-lpass-cpu 0xee617138 asoc_qcom_lpass_cpu_dai_ops +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-lpass-cpu 0xfd36e731 asoc_qcom_lpass_cpu_dai_probe +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-lpass-hdmi 0x674c1d46 asoc_qcom_lpass_hdmi_dai_ops +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-lpass-platform 0x3443fca2 asoc_qcom_lpass_platform_register +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-qcom-common 0x4503ccc1 qcom_snd_parse_of +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-qcom-common 0x90322b8e qcom_snd_wcd_jack_setup +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-qcom-sdw 0x1a5933da qcom_snd_sdw_hw_free +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-qcom-sdw 0x1fd4f5b7 qcom_snd_sdw_hw_params +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-qcom-sdw 0xe0f1f410 qcom_snd_sdw_prepare +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 0x01fee83c snd_soc_dpcm_fe_can_update +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x026ea292 snd_soc_dai_get_channel_map +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x04422330 snd_soc_bytes_info +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x067a4433 snd_soc_cnew +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x078a6396 snd_soc_component_enable_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x092defec snd_soc_of_parse_card_name +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x0a01cedf snd_soc_component_set_sysclk +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x0aef992b dpcm_end_walk_at_be +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x0b665fc6 snd_soc_unregister_dai +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x0bc2b7a6 snd_soc_dapm_dai_get_connected_widgets +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x0c96eb92 snd_soc_dai_compr_set_metadata +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x0d25687a snd_soc_bytes_put +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x0d5949b2 snd_soc_component_compr_set_params +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x0d88371b snd_soc_jack_report +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x0dc25591 snd_soc_of_parse_aux_devs +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x0e4102d9 snd_soc_runtime_action +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x106fb7bb snd_soc_free_ac97_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1293857d dapm_mark_endpoints_dirty +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1657b046 snd_soc_bytes_get +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x16e3eedd snd_soc_dapm_put_volsw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x192c3ed2 snd_soc_dapm_put_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x19d17a69 snd_soc_component_nc_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1c1edb70 dapm_kcontrol_get_value +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1d5b9b0d snd_dmaengine_pcm_register +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1d6253ee snd_soc_daifmt_parse_clock_provider_raw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1e033a43 snd_soc_rtdcom_lookup +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1efaafe0 snd_soc_register_dai +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1f66bfbc snd_soc_dpcm_can_be_params +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x21cf4041 snd_soc_set_runtime_hwparams +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x224dd4de snd_soc_dapm_free +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x226c1c95 snd_soc_dai_set_pll +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x22f4aff9 snd_soc_dapm_sync_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2375617e snd_soc_set_ac97_ops_of_reset +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x24994fab snd_soc_dapm_add_routes +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2541a979 snd_soc_calc_frame_size +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x262caf65 dapm_regulator_event +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2689c32f snd_soc_dapm_free_widget +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x27594623 snd_soc_jack_add_gpios +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x27c30d54 snd_soc_dai_set_fmt +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x283644fc snd_soc_dapm_force_enable_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x28aaae7c snd_soc_component_compr_get_metadata +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2cf7d0a6 snd_soc_put_volsw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2dd33bb4 snd_soc_get_dai_name +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x328ae71f snd_soc_tplg_widget_bind_event +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x32a23570 snd_soc_daifmt_parse_format +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x32acefa4 snd_soc_suspend +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x32fd1255 snd_soc_component_compr_copy +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x378f076e snd_soc_get_volsw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3839e8c1 snd_soc_dpcm_runtime_update +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3bca0ce6 snd_soc_unregister_card +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3dd5b9f3 snd_soc_dapm_kcontrol_dapm +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4217d701 snd_soc_dapm_disable_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4294d7ab snd_soc_dapm_new_controls +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x43636d2f snd_soc_component_compr_get_params +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4368f635 snd_soc_component_force_enable_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x447709b2 snd_soc_dapm_nc_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x44d2db68 snd_soc_dai_compr_get_metadata +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4611d600 snd_soc_jack_get_type +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x480d67d1 snd_soc_add_card_controls +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4e1538d2 snd_soc_dai_compr_shutdown +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4f16c7b3 devm_snd_soc_register_card +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4fa1782d snd_soc_tdm_params_to_bclk +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x500877f9 snd_soc_dapm_force_enable_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5255653b snd_soc_component_init_regmap +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x532e8a37 snd_soc_component_set_jack +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x549ecedf snd_soc_register_card +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x563db246 snd_soc_bytes_tlv_callback +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x572e69f1 snd_soc_link_compr_shutdown +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x57d954b5 snd_soc_component_nc_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x59771573 snd_soc_dai_set_sysclk +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5aad930a snd_soc_card_jack_new_pins +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5bdad999 snd_soc_of_parse_node_prefix +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5d9e26dd snd_soc_dai_active +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5eb951e9 snd_soc_component_compr_get_caps +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x62739821 snd_soc_info_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x63a7f081 snd_soc_add_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x63c73430 snd_dmaengine_pcm_prepare_slave_config +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x645f38dc dapm_pinctrl_event +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x64b2a708 devm_snd_dmaengine_pcm_register +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x64ce8a4f snd_soc_dpcm_can_be_prepared +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x656cac58 snd_soc_component_enable_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x68c426a0 snd_soc_dapm_ignore_suspend +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6ae9edae snd_soc_dai_set_bclk_ratio +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6af22834 snd_soc_of_put_dai_link_codecs +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6bb11cc0 snd_soc_unregister_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6ed366ef snd_soc_dapm_get_pin_switch +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6ef14498 snd_soc_get_strobe +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6fdf6126 snd_soc_of_get_dai_name +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x70422122 snd_soc_dapm_new_widgets +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7109648b snd_soc_component_async_complete +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x71b4a962 snd_soc_component_write +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x71d65208 snd_soc_find_dai_with_mutex +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x744f447a snd_soc_debugfs_root +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x74540c82 snd_soc_resume +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7710dd91 snd_soc_dapm_weak_routes +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x79adaa48 snd_soc_add_pcm_runtime +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7bd54cfd snd_soc_set_dmi_name +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7d4de866 snd_soc_card_add_dai_link +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7d8db6a3 snd_soc_get_dai_id +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7e606130 snd_soc_calc_bclk +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7e628200 snd_soc_dai_set_clkdiv +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7ef857d9 snd_soc_component_get_pin_status +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8002638e snd_soc_component_set_pll +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x802082c5 snd_soc_dai_compr_trigger +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x80a00842 snd_soc_dai_compr_pointer +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x81a37c4f snd_soc_info_volsw_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x81ab07ea snd_soc_dai_set_channel_map +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x81c7154f snd_soc_dapm_nc_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x830aa134 snd_soc_component_compr_get_codec_caps +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x84128380 snd_soc_component_update_bits_async +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x85228a0d snd_soc_dapm_dai_free_widgets +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x864f4148 snd_soc_dapm_get_pin_status +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x875e4be2 snd_soc_dapm_new_control +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8bbc5a88 snd_soc_dapm_del_routes +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8c4d3045 snd_soc_of_get_dai_link_codecs +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9117b7f1 snd_soc_dapm_info_pin_switch +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x921ddebe snd_soc_put_volsw_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x927e7dd4 snd_soc_limit_volume +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x92e11d17 snd_soc_close_delayed_work +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x94f0d9a5 snd_soc_card_jack_new +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x95419b44 snd_soc_dai_digital_mute +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x973373c8 snd_soc_jack_add_zones +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x987bffbc snd_soc_info_volsw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9c11cb70 snd_soc_card_remove_dai_link +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9c77c610 snd_soc_runtime_calc_hw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9d06b38b snd_soc_get_volsw_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa058177c snd_soc_dai_link_set_capabilities +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa06095ff snd_soc_dai_compr_set_params +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa1da5e89 snd_soc_jack_notifier_register +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa2222151 snd_soc_dapm_sync +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa35c5f08 snd_soc_component_compr_ack +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa41a0f94 snd_soc_dapm_init +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa6b35e2c snd_soc_component_test_bits +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa7594848 snd_soc_of_parse_pin_switches +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa87f5e77 snd_soc_pm_ops +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa8e58a41 snd_soc_dai_set_tristate +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa9001e23 snd_soc_of_parse_audio_simple_widgets +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xaae1019f snd_soc_register_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xaae10ff3 snd_soc_add_dai_controls +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xab203a50 snd_dmaengine_pcm_unregister +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xab7267e2 snd_soc_component_compr_set_metadata +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xabc55d41 snd_soc_info_xr_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xac32fbb2 snd_soc_lookup_component_nolocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xaea14f72 snd_soc_bytes_info_ext +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xaeb76ddc snd_soc_put_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xaec47090 snd_soc_component_compr_free +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xaed6d500 snd_soc_component_compr_pointer +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xaf5273a4 snd_soc_dai_compr_get_params +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb090d3b0 snd_soc_remove_pcm_runtime +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb0cf3a64 null_dailink_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb13f0782 snd_soc_component_initialize +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb1aeccd5 snd_soc_component_write_field +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb1fba05c snd_soc_of_get_slot_mask +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb3a74982 snd_soc_runtime_set_dai_fmt +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb57d5770 snd_soc_of_get_dai_link_cpus +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb58f6e83 snd_soc_dpcm_get_substream +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb73bf00d snd_soc_new_ac97_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb74aeeca snd_soc_find_dai +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb7bc2c47 snd_soc_jack_notifier_unregister +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb983c95c snd_soc_put_volsw_range +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb9f0c5da snd_soc_component_compr_trigger +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xbae914d0 snd_soc_component_disable_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xbb4c0a47 snd_soc_dapm_put_pin_switch +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xbb75e2d1 snd_soc_dai_compr_startup +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xbcf8b830 snd_soc_get_pcm_runtime +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xbf2c0e62 snd_soc_component_exit_regmap +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc115322e snd_soc_get_volsw_range +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc1f48a64 snd_soc_dapm_get_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc29f8793 snd_soc_dapm_disable_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc317a15e snd_soc_daifmt_clock_provider_flipped +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc4fb6e49 snd_soc_of_parse_tdm_slot +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc6c4d523 snd_soc_poweroff +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc8269f94 snd_soc_params_to_frame_size +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xca3cbda0 snd_soc_set_ac97_ops +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xcb9380f3 snd_soc_dapm_enable_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xcd4f80f0 snd_soc_component_compr_open +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xce6b6a24 dapm_clock_event +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xce9d8b13 snd_soc_dapm_stream_stop +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xcf7e3fd1 snd_soc_dapm_new_dai_widgets +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd170b22e snd_soc_dpcm_be_can_update +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd19980bb dpcm_be_dai_trigger +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd2ac3c44 snd_soc_tplg_component_remove +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd4959843 snd_soc_of_parse_audio_routing +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd62196ae snd_soc_get_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd7f48ec9 snd_soc_jack_add_gpiods +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd7faebb6 snd_soc_add_component_controls +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd89a25cb snd_soc_lookup_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd99fc4f9 snd_soc_new_compress +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xda449bc5 snd_soc_jack_free_gpios +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xda60594d snd_soc_dapm_get_volsw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xde0b0ddc snd_soc_component_update_bits +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xdf75788e snd_soc_dapm_mixer_update_power +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xdf9b465c devm_snd_soc_register_dai +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xdfd357a0 snd_soc_component_force_enable_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe0a359ff snd_soc_component_read +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe0f83ca8 snd_soc_dapm_kcontrol_widget +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe1695bbf snd_soc_info_volsw_range +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe6a0e243 snd_soc_dai_action +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe6d280d3 snd_soc_unregister_component_by_driver +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe8ae2e04 snd_soc_of_put_dai_link_cpus +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe9661a25 snd_soc_dapm_update_dai +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xea4e5d2c snd_soc_component_disable_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xeb711ae7 snd_soc_params_to_bclk +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xebd15653 snd_soc_card_get_kcontrol +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xedb0d0ed snd_soc_jack_add_pins +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xeecc867f devm_snd_soc_register_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xefc8e0a5 snd_soc_put_xr_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xefd9a5e1 snd_soc_dapm_force_bias_level +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf0d30552 snd_soc_dpcm_can_be_free_stop +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf2b26415 snd_soc_component_read_field +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf41e6400 snd_soc_dapm_enable_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf4b0376d snd_soc_get_xr_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf6451e81 snd_soc_tplg_component_load +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf75de178 snd_soc_dapm_mux_update_power +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf8da47c4 snd_soc_link_compr_set_params +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf958215c snd_soc_dai_set_tdm_slot +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf9622dd1 snd_soc_daifmt_clock_provider_from_bitmap +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xfb5576cd snd_soc_put_strobe +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xfb90ccd6 snd_soc_link_compr_startup +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xfd0a1bf1 soc_ac97_ops +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xfe1e97d6 snd_soc_dai_compr_ack +EXPORT_SYMBOL_GPL sound/soc/sof/snd-sof 0x51e090fa snd_sof_dbg_init +EXPORT_SYMBOL_GPL sound/soc/sof/snd-sof 0x67104eb9 snd_sof_dbg_memory_info_init +EXPORT_SYMBOL_GPL sound/soc/sof/snd-sof 0x8090bc60 snd_sof_debugfs_add_region_item_iomem +EXPORT_SYMBOL_GPL sound/soc/sof/snd-sof 0xb7bbfecb snd_sof_debugfs_buf_item +EXPORT_SYMBOL_GPL sound/soc/sof/snd-sof 0xf94154fe 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 0xda24ecfc tegra_asoc_machine_init +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra-machine 0xf792dd01 tegra_asoc_machine_probe +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra-pcm 0x1f2dbd6b tegra_pcm_platform_register_with_chan_names +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra-pcm 0x24c59378 tegra_pcm_hw_params +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra-pcm 0x6fea4192 tegra_pcm_pointer +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra-pcm 0x9f09484d tegra_pcm_platform_unregister +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra-pcm 0xa285ecc0 tegra_pcm_close +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra-pcm 0xa2ddb80f tegra_pcm_construct +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra-pcm 0xc25a7391 tegra_pcm_platform_register +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra-pcm 0xc82f25cf devm_tegra_pcm_platform_register +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra-pcm 0xda880e0c tegra_pcm_open +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra30-ahub 0x0427e3da tegra30_ahub_allocate_tx_fifo +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra30-ahub 0x55a40206 tegra30_ahub_disable_rx_fifo +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra30-ahub 0x5d7237ff tegra30_ahub_set_cif +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra30-ahub 0x6fe20143 tegra30_ahub_set_rx_cif_source +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra30-ahub 0xb419329b tegra30_ahub_disable_tx_fifo +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra30-ahub 0xb4a9367d tegra30_ahub_enable_tx_fifo +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra30-ahub 0xb81bca9d tegra30_ahub_free_rx_fifo +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra30-ahub 0xc78c7125 tegra30_ahub_free_tx_fifo +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra30-ahub 0xccb67e55 tegra124_ahub_set_cif +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra30-ahub 0xccc98372 tegra30_ahub_enable_rx_fifo +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra30-ahub 0xd01de23b tegra30_ahub_allocate_rx_fifo +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra30-ahub 0xe549513a tegra30_ahub_unset_rx_cif_source +EXPORT_SYMBOL_GPL sound/soc/ti/snd-soc-ti-edma 0x35452027 edma_pcm_platform_register +EXPORT_SYMBOL_GPL sound/soc/ti/snd-soc-ti-sdma 0x6ab6f5da sdma_pcm_platform_register +EXPORT_SYMBOL_GPL sound/soc/ti/snd-soc-ti-udma 0x03e94675 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 0x208c98cd line6_disconnect +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x3d911d22 line6_send_sysex_message +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x437bdeb7 line6_pcm_acquire +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x463935ac line6_send_raw_message +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x4ed78771 line6_init_pcm +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x54dcd024 line6_read_serial_number +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x58f64532 line6_read_data +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x752e034a line6_send_raw_message_async +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x76a1f5cc line6_resume +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x7ac4ecf8 line6_pcm_release +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x88d853ad line6_init_midi +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x8b4bebfb line6_version_request_async +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x8cbe90b0 line6_write_data +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x9db09c19 line6_alloc_sysex_buffer +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0xa973f7bb line6_probe +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0xb31f5178 line6_suspend +EXPORT_SYMBOL_GPL vmlinux 0x00002706 __fscrypt_prepare_setattr +EXPORT_SYMBOL_GPL vmlinux 0x000e1ce7 xdp_build_skb_from_frame +EXPORT_SYMBOL_GPL vmlinux 0x0010ed38 devm_extcon_dev_free +EXPORT_SYMBOL_GPL vmlinux 0x0017c7b6 ata_bmdma_qc_issue +EXPORT_SYMBOL_GPL vmlinux 0x004607f5 pci_epf_bind +EXPORT_SYMBOL_GPL vmlinux 0x00513f58 get_timespec64 +EXPORT_SYMBOL_GPL vmlinux 0x00565f18 pernet_ops_rwsem +EXPORT_SYMBOL_GPL vmlinux 0x005d6fc5 wp_shared_mapping_range +EXPORT_SYMBOL_GPL vmlinux 0x005f18a6 add_wait_queue_priority +EXPORT_SYMBOL_GPL vmlinux 0x006b4d4f to_nvdimm_bus +EXPORT_SYMBOL_GPL vmlinux 0x007220bf debugfs_create_regset32 +EXPORT_SYMBOL_GPL vmlinux 0x00798ee8 ptp_msg_is_sync +EXPORT_SYMBOL_GPL vmlinux 0x00801a09 crypto_unregister_scomp +EXPORT_SYMBOL_GPL vmlinux 0x00926ae9 devm_hwspin_lock_free +EXPORT_SYMBOL_GPL vmlinux 0x0095bb27 devm_regulator_get_enable +EXPORT_SYMBOL_GPL vmlinux 0x00afd8b0 fsl_mc_bus_dpdmai_type +EXPORT_SYMBOL_GPL vmlinux 0x00b4479c fib6_get_table +EXPORT_SYMBOL_GPL vmlinux 0x00d16563 regulator_get_voltage_sel_pickable_regmap +EXPORT_SYMBOL_GPL vmlinux 0x00d4c500 usb_decode_interval +EXPORT_SYMBOL_GPL vmlinux 0x00df9837 ioasid_register_allocator +EXPORT_SYMBOL_GPL vmlinux 0x00e0c23c destroy_memory_type +EXPORT_SYMBOL_GPL vmlinux 0x00e4d69e pci_cfg_access_trylock +EXPORT_SYMBOL_GPL vmlinux 0x00eddfe4 stmpe_set_altfunc +EXPORT_SYMBOL_GPL vmlinux 0x010673c7 led_set_brightness +EXPORT_SYMBOL_GPL vmlinux 0x010d3721 da9052_enable_irq +EXPORT_SYMBOL_GPL vmlinux 0x0111f26f powercap_unregister_zone +EXPORT_SYMBOL_GPL vmlinux 0x011d3199 xenbus_free_evtchn +EXPORT_SYMBOL_GPL vmlinux 0x011f8d6b clk_register_fixed_factor +EXPORT_SYMBOL_GPL vmlinux 0x012616e6 regulator_list_voltage_linear +EXPORT_SYMBOL_GPL vmlinux 0x012b1c89 get_dev_pagemap +EXPORT_SYMBOL_GPL vmlinux 0x012b6cb3 iommu_device_link +EXPORT_SYMBOL_GPL vmlinux 0x012e730e apei_exec_noop +EXPORT_SYMBOL_GPL vmlinux 0x01306555 usb_string +EXPORT_SYMBOL_GPL vmlinux 0x01497916 clk_gate_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0x014c40c0 devm_ti_sci_get_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0x014e8186 cpu_scale +EXPORT_SYMBOL_GPL vmlinux 0x01572fc1 ata_sff_tf_read +EXPORT_SYMBOL_GPL vmlinux 0x015a8498 imx_clk_hw_cpu +EXPORT_SYMBOL_GPL vmlinux 0x01653d0e of_clk_get_from_provider +EXPORT_SYMBOL_GPL vmlinux 0x0179ccba topology_update_thermal_pressure +EXPORT_SYMBOL_GPL vmlinux 0x017ed923 ata_sff_dev_select +EXPORT_SYMBOL_GPL vmlinux 0x0183aa3d tpm_get_random +EXPORT_SYMBOL_GPL vmlinux 0x01866a57 ezx_pcap_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x01998e28 switchdev_port_obj_del +EXPORT_SYMBOL_GPL vmlinux 0x01a0cb78 property_entries_free +EXPORT_SYMBOL_GPL vmlinux 0x01ae2b79 msg_zerocopy_realloc +EXPORT_SYMBOL_GPL vmlinux 0x01b7150e iomap_seek_hole +EXPORT_SYMBOL_GPL vmlinux 0x01b9b968 switchdev_bridge_port_unoffload +EXPORT_SYMBOL_GPL vmlinux 0x01c6cb0c cpu_cluster_pm_enter +EXPORT_SYMBOL_GPL vmlinux 0x01da546a cn_add_callback +EXPORT_SYMBOL_GPL vmlinux 0x01df2dac ata_sff_qc_fill_rtf +EXPORT_SYMBOL_GPL vmlinux 0x01e1238d devlink_port_type_clear +EXPORT_SYMBOL_GPL vmlinux 0x01e1a8de kgdb_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0x01e25eeb acpi_dma_request_slave_chan_by_index +EXPORT_SYMBOL_GPL vmlinux 0x01f368cb badblocks_check +EXPORT_SYMBOL_GPL vmlinux 0x0207a6c6 reset_control_bulk_acquire +EXPORT_SYMBOL_GPL vmlinux 0x022065d4 ip4_datagram_release_cb +EXPORT_SYMBOL_GPL vmlinux 0x022a444a kvm_put_kvm +EXPORT_SYMBOL_GPL vmlinux 0x02305dbc to_software_node +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 0x024e4805 cpci_hp_register_bus +EXPORT_SYMBOL_GPL vmlinux 0x0250674f acct_bioset_init +EXPORT_SYMBOL_GPL vmlinux 0x02573971 acpi_create_platform_device +EXPORT_SYMBOL_GPL vmlinux 0x0259f995 regulator_set_voltage_sel_regmap +EXPORT_SYMBOL_GPL vmlinux 0x0262d43a nf_ct_hook +EXPORT_SYMBOL_GPL vmlinux 0x0274133e ohci_restart +EXPORT_SYMBOL_GPL vmlinux 0x02829521 rt_mutex_trylock +EXPORT_SYMBOL_GPL vmlinux 0x029e9c5a mbox_flush +EXPORT_SYMBOL_GPL vmlinux 0x02b461d2 ata_dev_next +EXPORT_SYMBOL_GPL vmlinux 0x02bab11f vcap_rule_mod_action_u32 +EXPORT_SYMBOL_GPL vmlinux 0x02bb0c0d dm_bio_get_target_bio_nr +EXPORT_SYMBOL_GPL vmlinux 0x02bb8398 switchdev_handle_port_obj_add +EXPORT_SYMBOL_GPL vmlinux 0x02c5c501 power_supply_find_ocv2cap_table +EXPORT_SYMBOL_GPL vmlinux 0x02ce6fe5 of_dma_xlate_by_chan_id +EXPORT_SYMBOL_GPL vmlinux 0x02d400e4 dev_pm_opp_is_turbo +EXPORT_SYMBOL_GPL vmlinux 0x02d54363 usb_get_urb +EXPORT_SYMBOL_GPL vmlinux 0x02e46c09 dmaengine_desc_get_metadata_ptr +EXPORT_SYMBOL_GPL vmlinux 0x02ea6586 ahci_platform_resume_host +EXPORT_SYMBOL_GPL vmlinux 0x02f349c1 dst_blackhole_mtu +EXPORT_SYMBOL_GPL vmlinux 0x02f4b24f crypto_drop_spawn +EXPORT_SYMBOL_GPL vmlinux 0x02f5918d devfreq_event_reset_event +EXPORT_SYMBOL_GPL vmlinux 0x02fb8e01 usb_role_switch_register +EXPORT_SYMBOL_GPL vmlinux 0x02fe3c37 fsverity_prepare_setattr +EXPORT_SYMBOL_GPL vmlinux 0x030cbca2 ata_id_xfermask +EXPORT_SYMBOL_GPL vmlinux 0x0312b3b0 reset_controller_add_lookup +EXPORT_SYMBOL_GPL vmlinux 0x0321cdbf of_alias_get_highest_id +EXPORT_SYMBOL_GPL vmlinux 0x0327c8f5 acpi_cppc_processor_probe +EXPORT_SYMBOL_GPL vmlinux 0x032c0d1a serial8250_get_port +EXPORT_SYMBOL_GPL vmlinux 0x033832c7 usb_amd_hang_symptom_quirk +EXPORT_SYMBOL_GPL vmlinux 0x033c5338 sock_map_close +EXPORT_SYMBOL_GPL vmlinux 0x0343bdf1 __i2c_board_list +EXPORT_SYMBOL_GPL vmlinux 0x03649071 trace_add_event_call +EXPORT_SYMBOL_GPL vmlinux 0x0369d364 cpci_hp_unregister_bus +EXPORT_SYMBOL_GPL vmlinux 0x036c8252 bpf_verifier_log_write +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 0x0393b6ec i2c_adapter_type +EXPORT_SYMBOL_GPL vmlinux 0x03952887 ktime_add_safe +EXPORT_SYMBOL_GPL vmlinux 0x039d5378 da903x_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x039f1cdb rtc_update_irq_enable +EXPORT_SYMBOL_GPL vmlinux 0x03acbfac i2c_new_smbus_alert_device +EXPORT_SYMBOL_GPL vmlinux 0x03c12dfe cancel_work_sync +EXPORT_SYMBOL_GPL vmlinux 0x03cc779b dm_internal_suspend_noflush +EXPORT_SYMBOL_GPL vmlinux 0x03ce7234 sched_smt_present +EXPORT_SYMBOL_GPL vmlinux 0x03d2806c pm_generic_poweroff_late +EXPORT_SYMBOL_GPL vmlinux 0x03d6f7ef skcipher_alloc_instance_simple +EXPORT_SYMBOL_GPL vmlinux 0x0402cbbf preempt_notifier_inc +EXPORT_SYMBOL_GPL vmlinux 0x040ec1bb trace_output_call +EXPORT_SYMBOL_GPL vmlinux 0x040ffb9a dprc_get_obj +EXPORT_SYMBOL_GPL vmlinux 0x0412332f rcar_rst_set_rproc_boot_addr +EXPORT_SYMBOL_GPL vmlinux 0x04135e7e led_set_brightness_nopm +EXPORT_SYMBOL_GPL vmlinux 0x04596e1b kill_pid_usb_asyncio +EXPORT_SYMBOL_GPL vmlinux 0x0465a073 regmap_reg_in_ranges +EXPORT_SYMBOL_GPL vmlinux 0x046f359e of_overlay_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0x0472cf3b register_kprobe +EXPORT_SYMBOL_GPL vmlinux 0x0479cff9 i2c_acpi_waive_d0_probe +EXPORT_SYMBOL_GPL vmlinux 0x04877f7f skb_complete_tx_timestamp +EXPORT_SYMBOL_GPL vmlinux 0x048b5f8d twl4030_audio_get_mclk +EXPORT_SYMBOL_GPL vmlinux 0x048d2994 __traceiter_xdp_exception +EXPORT_SYMBOL_GPL vmlinux 0x0495dead __cpuhp_state_add_instance +EXPORT_SYMBOL_GPL vmlinux 0x0496c737 ata_sas_port_alloc +EXPORT_SYMBOL_GPL vmlinux 0x049e5156 gnttab_try_end_foreign_access +EXPORT_SYMBOL_GPL vmlinux 0x04a9e0f4 i2c_acpi_find_adapter_by_handle +EXPORT_SYMBOL_GPL vmlinux 0x04b190b1 sfp_bus_add_upstream +EXPORT_SYMBOL_GPL vmlinux 0x04b3543d devm_ti_sci_get_resource +EXPORT_SYMBOL_GPL vmlinux 0x04bf0092 io_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0x04c41c60 devlink_flash_update_status_notify +EXPORT_SYMBOL_GPL vmlinux 0x04c4f603 mpi_get_buffer +EXPORT_SYMBOL_GPL vmlinux 0x04c8aebf console_verbose +EXPORT_SYMBOL_GPL vmlinux 0x04dc8dde anon_transport_class_register +EXPORT_SYMBOL_GPL vmlinux 0x04df8fbc lzo1x_decompress_safe +EXPORT_SYMBOL_GPL vmlinux 0x04e80683 pci_stop_and_remove_bus_device_locked +EXPORT_SYMBOL_GPL vmlinux 0x04eaf12c l3mdev_master_upper_ifindex_by_index_rcu +EXPORT_SYMBOL_GPL vmlinux 0x050166a3 amba_device_add +EXPORT_SYMBOL_GPL vmlinux 0x051085e3 lock_system_sleep +EXPORT_SYMBOL_GPL vmlinux 0x0517335a virtqueue_get_vring_size +EXPORT_SYMBOL_GPL vmlinux 0x0518fd80 rio_local_set_device_id +EXPORT_SYMBOL_GPL vmlinux 0x051a0bc1 stack_depot_fetch +EXPORT_SYMBOL_GPL vmlinux 0x0524ca85 clk_regmap_gate_ro_ops +EXPORT_SYMBOL_GPL vmlinux 0x052b4013 register_vmcore_cb +EXPORT_SYMBOL_GPL vmlinux 0x052c9aed ktime_get_real_fast_ns +EXPORT_SYMBOL_GPL vmlinux 0x0536093d ahci_do_softreset +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 0x0572ed65 da9052_free_irq +EXPORT_SYMBOL_GPL vmlinux 0x05883efb __traceiter_suspend_resume +EXPORT_SYMBOL_GPL vmlinux 0x058c6377 for_each_kernel_tracepoint +EXPORT_SYMBOL_GPL vmlinux 0x058f9366 apei_exec_collect_resources +EXPORT_SYMBOL_GPL vmlinux 0x0599ff80 regulator_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0x059c568b netdev_walk_all_lower_dev_rcu +EXPORT_SYMBOL_GPL vmlinux 0x05a36048 devl_resource_occ_get_unregister +EXPORT_SYMBOL_GPL vmlinux 0x05a7f0b4 _proc_mkdir +EXPORT_SYMBOL_GPL vmlinux 0x05a93f2c mtk_mux_gate_clr_set_upd_ops +EXPORT_SYMBOL_GPL vmlinux 0x05aa0cf7 __devm_regmap_init +EXPORT_SYMBOL_GPL vmlinux 0x05ad020f do_xdp_generic +EXPORT_SYMBOL_GPL vmlinux 0x05c77991 ncsi_vlan_rx_kill_vid +EXPORT_SYMBOL_GPL vmlinux 0x05d480d3 devm_clk_hw_register +EXPORT_SYMBOL_GPL vmlinux 0x05fb6b21 usb_poison_urb +EXPORT_SYMBOL_GPL vmlinux 0x06055a23 __tracepoint_pelt_se_tp +EXPORT_SYMBOL_GPL vmlinux 0x060ecee2 reset_control_get_count +EXPORT_SYMBOL_GPL vmlinux 0x061336ae blocking_notifier_chain_register_unique_prio +EXPORT_SYMBOL_GPL vmlinux 0x061a5a28 extcon_set_state +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 0x062c8845 sk_psock_msg_verdict +EXPORT_SYMBOL_GPL vmlinux 0x062d2df0 vcap_port_debugfs +EXPORT_SYMBOL_GPL vmlinux 0x064db9a5 mark_mounts_for_expiry +EXPORT_SYMBOL_GPL vmlinux 0x064e27f6 __pm_relax +EXPORT_SYMBOL_GPL vmlinux 0x064f8ab7 gpiochip_line_is_open_drain +EXPORT_SYMBOL_GPL vmlinux 0x0651e181 crypto_hash_walk_first +EXPORT_SYMBOL_GPL vmlinux 0x06532471 devm_phy_put +EXPORT_SYMBOL_GPL vmlinux 0x066fdb7b irq_setup_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0x06718a5e tracing_snapshot_cond_disable +EXPORT_SYMBOL_GPL vmlinux 0x067bfea6 nvmem_device_get +EXPORT_SYMBOL_GPL vmlinux 0x067e84ff dummy_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0x067ffd19 pinctrl_get +EXPORT_SYMBOL_GPL vmlinux 0x06857507 devm_acpi_dma_controller_free +EXPORT_SYMBOL_GPL vmlinux 0x0685b4f3 devl_rate_node_create +EXPORT_SYMBOL_GPL vmlinux 0x0699bec1 pci_load_and_free_saved_state +EXPORT_SYMBOL_GPL vmlinux 0x06a3007e nvmem_cell_read_u8 +EXPORT_SYMBOL_GPL vmlinux 0x06b30c3d virtqueue_add_sgs +EXPORT_SYMBOL_GPL vmlinux 0x06b89372 of_clk_get_parent_count +EXPORT_SYMBOL_GPL vmlinux 0x06b970a5 zynqmp_pm_ospi_mux_select +EXPORT_SYMBOL_GPL vmlinux 0x06bc1f2d regulator_set_voltage_time +EXPORT_SYMBOL_GPL vmlinux 0x06c9194e bsg_job_put +EXPORT_SYMBOL_GPL vmlinux 0x06caff97 pin_get_name +EXPORT_SYMBOL_GPL vmlinux 0x06cca30b ring_buffer_record_off +EXPORT_SYMBOL_GPL vmlinux 0x06e4433e sunxi_ccu_set_mmc_timing_mode +EXPORT_SYMBOL_GPL vmlinux 0x06edbefe fib_nexthop_info +EXPORT_SYMBOL_GPL vmlinux 0x06f59a53 serdev_device_set_baudrate +EXPORT_SYMBOL_GPL vmlinux 0x06f5e981 phy_gbit_all_ports_features +EXPORT_SYMBOL_GPL vmlinux 0x06f9ac3d fscrypt_d_revalidate +EXPORT_SYMBOL_GPL vmlinux 0x0703d98c blk_update_request +EXPORT_SYMBOL_GPL vmlinux 0x07242d92 put_dax +EXPORT_SYMBOL_GPL vmlinux 0x073fbe80 device_match_of_node +EXPORT_SYMBOL_GPL vmlinux 0x07483e13 cn_del_callback +EXPORT_SYMBOL_GPL vmlinux 0x074f98db synth_event_add_field +EXPORT_SYMBOL_GPL vmlinux 0x0756a31c register_platform_power_off +EXPORT_SYMBOL_GPL vmlinux 0x076356e7 sfp_may_have_phy +EXPORT_SYMBOL_GPL vmlinux 0x077f143d pci_iomap_wc +EXPORT_SYMBOL_GPL vmlinux 0x0782f436 irq_chip_set_affinity_parent +EXPORT_SYMBOL_GPL vmlinux 0x07a0589e vfs_removexattr +EXPORT_SYMBOL_GPL vmlinux 0x07b21f85 kdb_get_kbd_char +EXPORT_SYMBOL_GPL vmlinux 0x07b52e38 rtnl_unregister +EXPORT_SYMBOL_GPL vmlinux 0x07b6f0b2 devm_init_badblocks +EXPORT_SYMBOL_GPL vmlinux 0x07be6905 net_inc_egress_queue +EXPORT_SYMBOL_GPL vmlinux 0x07ca9cec da9052_disable_irq_nosync +EXPORT_SYMBOL_GPL vmlinux 0x07e84199 meson_clk_mpll_ro_ops +EXPORT_SYMBOL_GPL vmlinux 0x07f57bb2 call_srcu +EXPORT_SYMBOL_GPL vmlinux 0x08135613 dax_write_cache +EXPORT_SYMBOL_GPL vmlinux 0x081d1693 vfs_submount +EXPORT_SYMBOL_GPL vmlinux 0x08213956 phylink_ethtool_get_wol +EXPORT_SYMBOL_GPL vmlinux 0x082eaf51 bio_associate_blkg +EXPORT_SYMBOL_GPL vmlinux 0x08366f22 mtk_eint_set_debounce +EXPORT_SYMBOL_GPL vmlinux 0x083fb50b ata_common_sdev_groups +EXPORT_SYMBOL_GPL vmlinux 0x0847e1c9 adp5520_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x08520ff2 mtk_pinconf_adv_pull_get +EXPORT_SYMBOL_GPL vmlinux 0x08555d02 pinctrl_find_gpio_range_from_pin_nolock +EXPORT_SYMBOL_GPL vmlinux 0x08576175 unregister_kretprobes +EXPORT_SYMBOL_GPL vmlinux 0x085bffd1 trace_seq_bitmask +EXPORT_SYMBOL_GPL vmlinux 0x085e860e devm_platform_ioremap_resource_byname +EXPORT_SYMBOL_GPL vmlinux 0x08653a0f xdp_master_redirect +EXPORT_SYMBOL_GPL vmlinux 0x0868ed9a rt_mutex_lock_interruptible +EXPORT_SYMBOL_GPL vmlinux 0x08707240 bgpio_init +EXPORT_SYMBOL_GPL vmlinux 0x087c91b2 __traceiter_pelt_se_tp +EXPORT_SYMBOL_GPL vmlinux 0x087f5dc5 wm831x_of_match +EXPORT_SYMBOL_GPL vmlinux 0x0880747f xenbus_setup_ring +EXPORT_SYMBOL_GPL vmlinux 0x08a88a9f __SCK__tp_func_ata_tf_load +EXPORT_SYMBOL_GPL vmlinux 0x08b73f5d of_reconfig_get_state_change +EXPORT_SYMBOL_GPL vmlinux 0x08baf231 pci_status_get_and_clear_errors +EXPORT_SYMBOL_GPL vmlinux 0x08be3cff dev_attr_em_message_type +EXPORT_SYMBOL_GPL vmlinux 0x08c61932 devl_region_create +EXPORT_SYMBOL_GPL vmlinux 0x08c78cf7 offline_and_remove_memory +EXPORT_SYMBOL_GPL vmlinux 0x08d08b15 usb_init_urb +EXPORT_SYMBOL_GPL vmlinux 0x08fae9d9 da903x_writes +EXPORT_SYMBOL_GPL vmlinux 0x08fd7893 ata_link_online +EXPORT_SYMBOL_GPL vmlinux 0x0907d14d blocking_notifier_chain_register +EXPORT_SYMBOL_GPL vmlinux 0x0909c767 cleanup_srcu_struct +EXPORT_SYMBOL_GPL vmlinux 0x09138797 phy_set_mode_ext +EXPORT_SYMBOL_GPL vmlinux 0x091cca1a perf_event_disable +EXPORT_SYMBOL_GPL vmlinux 0x091d54a7 dpbp_open +EXPORT_SYMBOL_GPL vmlinux 0x091eb9b4 round_jiffies +EXPORT_SYMBOL_GPL vmlinux 0x09337cd0 __wake_up_locked_key +EXPORT_SYMBOL_GPL vmlinux 0x093786cf synth_event_add_field_str +EXPORT_SYMBOL_GPL vmlinux 0x094b6dfb crypto_unregister_scomps +EXPORT_SYMBOL_GPL vmlinux 0x095845e8 balance_dirty_pages_ratelimited_flags +EXPORT_SYMBOL_GPL vmlinux 0x09669c79 raw_hash_sk +EXPORT_SYMBOL_GPL vmlinux 0x0976822d sfp_get_module_eeprom_by_page +EXPORT_SYMBOL_GPL vmlinux 0x0986297c extcon_get_extcon_dev +EXPORT_SYMBOL_GPL vmlinux 0x0991743f crypto_unregister_shashes +EXPORT_SYMBOL_GPL vmlinux 0x09b53e14 interval_tree_remove +EXPORT_SYMBOL_GPL vmlinux 0x09bba62e acpi_device_fix_up_power_extended +EXPORT_SYMBOL_GPL vmlinux 0x09d865bf tty_kopen_exclusive +EXPORT_SYMBOL_GPL vmlinux 0x09da0958 acpi_dma_configure_id +EXPORT_SYMBOL_GPL vmlinux 0x09da65e8 kthread_cancel_delayed_work_sync +EXPORT_SYMBOL_GPL vmlinux 0x09f6869d regmap_mmio_detach_clk +EXPORT_SYMBOL_GPL vmlinux 0x09f8dc86 fsl8250_handle_irq +EXPORT_SYMBOL_GPL vmlinux 0x09ffec48 power_supply_unregister +EXPORT_SYMBOL_GPL vmlinux 0x0a076434 alloc_dax_region +EXPORT_SYMBOL_GPL vmlinux 0x0a26b91d iov_iter_is_aligned +EXPORT_SYMBOL_GPL vmlinux 0x0a2c3c1c trace_array_init_printk +EXPORT_SYMBOL_GPL vmlinux 0x0a463293 __tracepoint_error_report_end +EXPORT_SYMBOL_GPL vmlinux 0x0a4983ac apei_get_debugfs_dir +EXPORT_SYMBOL_GPL vmlinux 0x0a52c511 hv_query_ext_cap +EXPORT_SYMBOL_GPL vmlinux 0x0a56a221 iommu_fwspec_init +EXPORT_SYMBOL_GPL vmlinux 0x0a594476 kvm_clear_guest +EXPORT_SYMBOL_GPL vmlinux 0x0a5cf9a8 free_fib_info +EXPORT_SYMBOL_GPL vmlinux 0x0a619195 skb_segment +EXPORT_SYMBOL_GPL vmlinux 0x0a7ceb30 __tracepoint_non_standard_event +EXPORT_SYMBOL_GPL vmlinux 0x0a8162a8 raw_v4_hashinfo +EXPORT_SYMBOL_GPL vmlinux 0x0a8707af pci_scan_child_bus +EXPORT_SYMBOL_GPL vmlinux 0x0a890816 meson_eeclkc_probe +EXPORT_SYMBOL_GPL vmlinux 0x0abc6be6 k3_ringacc_ring_is_full +EXPORT_SYMBOL_GPL vmlinux 0x0aca0dcf rio_request_inb_pwrite +EXPORT_SYMBOL_GPL vmlinux 0x0ad3df41 pm_generic_runtime_resume +EXPORT_SYMBOL_GPL vmlinux 0x0ad70968 crypto_register_rngs +EXPORT_SYMBOL_GPL vmlinux 0x0ae2679e proc_create_net_single +EXPORT_SYMBOL_GPL vmlinux 0x0ae35ef6 gov_attr_set_init +EXPORT_SYMBOL_GPL vmlinux 0x0b07abe2 unshare_fs_struct +EXPORT_SYMBOL_GPL vmlinux 0x0b19ef1b mptcp_token_iter_next +EXPORT_SYMBOL_GPL vmlinux 0x0b1bb9f9 synchronize_rcu_tasks +EXPORT_SYMBOL_GPL vmlinux 0x0b1c7c86 fwnode_get_name +EXPORT_SYMBOL_GPL vmlinux 0x0b29f40b l3mdev_ifindex_lookup_by_table_id +EXPORT_SYMBOL_GPL vmlinux 0x0b2db2d5 remove_resource +EXPORT_SYMBOL_GPL vmlinux 0x0b2ec17f hwspin_lock_get_id +EXPORT_SYMBOL_GPL vmlinux 0x0b3a3ed7 zynqmp_pm_fpga_get_status +EXPORT_SYMBOL_GPL vmlinux 0x0b3ecd88 get_governor_parent_kobj +EXPORT_SYMBOL_GPL vmlinux 0x0b424b72 mbox_request_channel +EXPORT_SYMBOL_GPL vmlinux 0x0b50ed28 md_bitmap_load +EXPORT_SYMBOL_GPL vmlinux 0x0b51af35 invalidate_inode_pages2 +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 0x0b700d7e posix_clock_unregister +EXPORT_SYMBOL_GPL vmlinux 0x0b7a87c2 pci_epc_init_notify +EXPORT_SYMBOL_GPL vmlinux 0x0b85565b ata_bmdma32_port_ops +EXPORT_SYMBOL_GPL vmlinux 0x0b8c8a23 static_key_fast_inc_not_disabled +EXPORT_SYMBOL_GPL vmlinux 0x0ba5db11 devm_regmap_add_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0x0bb028d4 hisi_clk_register_fixed_factor +EXPORT_SYMBOL_GPL vmlinux 0x0bb844f7 rio_inb_pwrite_handler +EXPORT_SYMBOL_GPL vmlinux 0x0bbdc9b2 remove_memory +EXPORT_SYMBOL_GPL vmlinux 0x0be24454 device_get_child_node_count +EXPORT_SYMBOL_GPL vmlinux 0x0be68995 balloon_page_dequeue +EXPORT_SYMBOL_GPL vmlinux 0x0bed59db tc3589x_block_read +EXPORT_SYMBOL_GPL vmlinux 0x0bf32478 __SCK__tp_func_pelt_rt_tp +EXPORT_SYMBOL_GPL vmlinux 0x0bf58ffd bpf_map_put +EXPORT_SYMBOL_GPL vmlinux 0x0bf8b938 clean_acked_data_enable +EXPORT_SYMBOL_GPL vmlinux 0x0c19321e bus_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0x0c1a5ee3 log_post_read_mmio +EXPORT_SYMBOL_GPL vmlinux 0x0c1e09d2 genphy_c45_pma_setup_forced +EXPORT_SYMBOL_GPL vmlinux 0x0c2bf358 sdio_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0x0c2c5802 work_busy +EXPORT_SYMBOL_GPL vmlinux 0x0c32ff8a edac_pci_alloc_index +EXPORT_SYMBOL_GPL vmlinux 0x0c38646e soc_device_register +EXPORT_SYMBOL_GPL vmlinux 0x0c3e6241 k3_udma_glue_disable_rx_chn +EXPORT_SYMBOL_GPL vmlinux 0x0c40759b __dax_driver_register +EXPORT_SYMBOL_GPL vmlinux 0x0c45fec3 device_initialize +EXPORT_SYMBOL_GPL vmlinux 0x0c460898 scsi_free_sgtables +EXPORT_SYMBOL_GPL vmlinux 0x0c714196 devm_thermal_add_hwmon_sysfs +EXPORT_SYMBOL_GPL vmlinux 0x0c71e028 blk_mq_flush_busy_ctxs +EXPORT_SYMBOL_GPL vmlinux 0x0c77e482 bus_sort_breadthfirst +EXPORT_SYMBOL_GPL vmlinux 0x0c805ea3 pkcs7_parse_message +EXPORT_SYMBOL_GPL vmlinux 0x0c88c1c3 pci_vpd_find_id_string +EXPORT_SYMBOL_GPL vmlinux 0x0c9b29a2 clk_bulk_get_optional +EXPORT_SYMBOL_GPL vmlinux 0x0ca82976 pm_runtime_autosuspend_expiration +EXPORT_SYMBOL_GPL vmlinux 0x0ca85fd2 dev_pm_opp_of_find_icc_paths +EXPORT_SYMBOL_GPL vmlinux 0x0cbcf3b1 devm_clk_get_prepared +EXPORT_SYMBOL_GPL vmlinux 0x0cbe3ee2 software_node_unregister +EXPORT_SYMBOL_GPL vmlinux 0x0cc9a082 __dev_forward_skb +EXPORT_SYMBOL_GPL vmlinux 0x0cc9d36c iommu_group_claim_dma_owner +EXPORT_SYMBOL_GPL vmlinux 0x0ccf5275 zynqmp_pm_pinctrl_get_config +EXPORT_SYMBOL_GPL vmlinux 0x0cd9a661 nfs_ssc_unregister +EXPORT_SYMBOL_GPL vmlinux 0x0cdf272b bdi_dev_name +EXPORT_SYMBOL_GPL vmlinux 0x0ce3dd73 bman_is_probed +EXPORT_SYMBOL_GPL vmlinux 0x0cfb0880 of_clk_add_hw_provider +EXPORT_SYMBOL_GPL vmlinux 0x0cfc2bca devlink_port_region_create +EXPORT_SYMBOL_GPL vmlinux 0x0d08b7b5 ata_sas_queuecmd +EXPORT_SYMBOL_GPL vmlinux 0x0d0d6ccc relay_open +EXPORT_SYMBOL_GPL vmlinux 0x0d1c0d8e dev_err_probe +EXPORT_SYMBOL_GPL vmlinux 0x0d3fb7d4 phy_interface_num_ports +EXPORT_SYMBOL_GPL vmlinux 0x0d4334c3 dev_pm_qos_expose_latency_limit +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 0x0d611407 gnttab_page_cache_put +EXPORT_SYMBOL_GPL vmlinux 0x0d626e1e shmem_read_mapping_page_gfp +EXPORT_SYMBOL_GPL vmlinux 0x0d6a49d4 tcp_memory_per_cpu_fw_alloc +EXPORT_SYMBOL_GPL vmlinux 0x0d6a8ea9 netdev_rx_handler_unregister +EXPORT_SYMBOL_GPL vmlinux 0x0d6b28ba of_changeset_action +EXPORT_SYMBOL_GPL vmlinux 0x0d8497cf mtk_build_eint +EXPORT_SYMBOL_GPL vmlinux 0x0daada93 clk_hw_register +EXPORT_SYMBOL_GPL vmlinux 0x0dac43f3 edac_pci_add_device +EXPORT_SYMBOL_GPL vmlinux 0x0db03583 gpiod_get +EXPORT_SYMBOL_GPL vmlinux 0x0db52ac8 dmaengine_desc_attach_metadata +EXPORT_SYMBOL_GPL vmlinux 0x0dbdd95b devm_qcom_smem_state_get +EXPORT_SYMBOL_GPL vmlinux 0x0dc4485d mbox_client_peek_data +EXPORT_SYMBOL_GPL vmlinux 0x0dc7bdd2 acpi_dev_get_next_consumer_dev +EXPORT_SYMBOL_GPL vmlinux 0x0dd15d3c find_asymmetric_key +EXPORT_SYMBOL_GPL vmlinux 0x0ddb1cd7 llist_reverse_order +EXPORT_SYMBOL_GPL vmlinux 0x0ddffef1 skb_cow_data +EXPORT_SYMBOL_GPL vmlinux 0x0de7911e rcu_read_unlock_trace_special +EXPORT_SYMBOL_GPL vmlinux 0x0dfd6a8c devm_hte_register_chip +EXPORT_SYMBOL_GPL vmlinux 0x0e007edf xen_evtchn_nr_channels +EXPORT_SYMBOL_GPL vmlinux 0x0e00dea4 rdev_get_name +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 0x0e225676 clk_hw_register_fixed_factor_parent_hw +EXPORT_SYMBOL_GPL vmlinux 0x0e28c0c0 devm_pwmchip_add +EXPORT_SYMBOL_GPL vmlinux 0x0e2ec8ee clockevent_delta2ns +EXPORT_SYMBOL_GPL vmlinux 0x0e357ba6 clk_hw_get_flags +EXPORT_SYMBOL_GPL vmlinux 0x0e556711 scsi_internal_device_block_nowait +EXPORT_SYMBOL_GPL vmlinux 0x0e5cc9d7 xdp_unreg_mem_model +EXPORT_SYMBOL_GPL vmlinux 0x0e61d1b2 dev_pm_opp_set_rate +EXPORT_SYMBOL_GPL vmlinux 0x0e6b79af static_key_disable_cpuslocked +EXPORT_SYMBOL_GPL vmlinux 0x0e6cd43c vp_modern_set_queue_enable +EXPORT_SYMBOL_GPL vmlinux 0x0e7a098b rio_route_add_entry +EXPORT_SYMBOL_GPL vmlinux 0x0e805b96 crypto_enqueue_request +EXPORT_SYMBOL_GPL vmlinux 0x0e89ea1d cros_ec_cmd +EXPORT_SYMBOL_GPL vmlinux 0x0ea5cbce xen_irq_lateeoi +EXPORT_SYMBOL_GPL vmlinux 0x0ebb03a4 devlink_trap_groups_unregister +EXPORT_SYMBOL_GPL vmlinux 0x0ec096b0 hv_read_reference_counter +EXPORT_SYMBOL_GPL vmlinux 0x0ec4739d fwnode_property_read_u16_array +EXPORT_SYMBOL_GPL vmlinux 0x0ecfea88 btf_type_by_id +EXPORT_SYMBOL_GPL vmlinux 0x0edc368b l3mdev_link_scope_lookup +EXPORT_SYMBOL_GPL vmlinux 0x0ef5dbae pci_p2pdma_add_resource +EXPORT_SYMBOL_GPL vmlinux 0x0f0d491d dequeue_signal +EXPORT_SYMBOL_GPL vmlinux 0x0f180070 ring_buffer_free_read_page +EXPORT_SYMBOL_GPL vmlinux 0x0f1dc945 fuse_conn_put +EXPORT_SYMBOL_GPL vmlinux 0x0f280763 devm_regulator_bulk_get_exclusive +EXPORT_SYMBOL_GPL vmlinux 0x0f2e8e3b input_ff_destroy +EXPORT_SYMBOL_GPL vmlinux 0x0f35aceb serial8250_set_defaults +EXPORT_SYMBOL_GPL vmlinux 0x0f36669e trace_array_put +EXPORT_SYMBOL_GPL vmlinux 0x0f43572e mtk_pinconf_drive_get_raw +EXPORT_SYMBOL_GPL vmlinux 0x0f473926 __auxiliary_device_add +EXPORT_SYMBOL_GPL vmlinux 0x0f49f411 extcon_get_property_capability +EXPORT_SYMBOL_GPL vmlinux 0x0f4b2416 phy_speed_up +EXPORT_SYMBOL_GPL vmlinux 0x0f580182 vp_legacy_queue_vector +EXPORT_SYMBOL_GPL vmlinux 0x0f697e4e sata_sff_hardreset +EXPORT_SYMBOL_GPL vmlinux 0x0f6d0a31 dm_table_set_type +EXPORT_SYMBOL_GPL vmlinux 0x0f6d43b3 __crypto_alloc_tfm +EXPORT_SYMBOL_GPL vmlinux 0x0f72ada1 acpi_dev_resource_io +EXPORT_SYMBOL_GPL vmlinux 0x0f7ca236 dmi_memdev_name +EXPORT_SYMBOL_GPL vmlinux 0x0f824371 of_dma_router_register +EXPORT_SYMBOL_GPL vmlinux 0x0f880c8c debugfs_create_size_t +EXPORT_SYMBOL_GPL vmlinux 0x0f8ec08c __vfs_removexattr_locked +EXPORT_SYMBOL_GPL vmlinux 0x0f8fdc82 of_irq_parse_and_map_pci +EXPORT_SYMBOL_GPL vmlinux 0x0fa9dec2 spi_get_device_id +EXPORT_SYMBOL_GPL vmlinux 0x0faa2c9a __tracepoint_ata_bmdma_setup +EXPORT_SYMBOL_GPL vmlinux 0x0fbb7344 memremap_compat_align +EXPORT_SYMBOL_GPL vmlinux 0x0fbc0c0e xas_pause +EXPORT_SYMBOL_GPL vmlinux 0x0fc84225 ehci_handshake +EXPORT_SYMBOL_GPL vmlinux 0x0fd4610e kmem_dump_obj +EXPORT_SYMBOL_GPL vmlinux 0x0fdae857 crypto_mod_put +EXPORT_SYMBOL_GPL vmlinux 0x0fe4e984 devres_for_each_res +EXPORT_SYMBOL_GPL vmlinux 0x0ff51890 ata_host_resume +EXPORT_SYMBOL_GPL vmlinux 0x0ffa3201 cpci_hp_register_controller +EXPORT_SYMBOL_GPL vmlinux 0x1008230a usb_deregister_device_driver +EXPORT_SYMBOL_GPL vmlinux 0x10091b7b sbitmap_add_wait_queue +EXPORT_SYMBOL_GPL vmlinux 0x1010eb41 br_fdb_test_addr_hook +EXPORT_SYMBOL_GPL vmlinux 0x10111aac ata_port_classify +EXPORT_SYMBOL_GPL vmlinux 0x10138352 tracing_on +EXPORT_SYMBOL_GPL vmlinux 0x1016fc62 devm_hwrng_register +EXPORT_SYMBOL_GPL vmlinux 0x1033ecc9 __netdev_watchdog_up +EXPORT_SYMBOL_GPL vmlinux 0x10392738 fib_add_nexthop +EXPORT_SYMBOL_GPL vmlinux 0x103c3057 genphy_c45_read_link +EXPORT_SYMBOL_GPL vmlinux 0x103d654e rt_mutex_unlock +EXPORT_SYMBOL_GPL vmlinux 0x1047eecb sysfs_create_link +EXPORT_SYMBOL_GPL vmlinux 0x106d03a7 irq_domain_associate +EXPORT_SYMBOL_GPL vmlinux 0x1082ddd5 usb_reset_device +EXPORT_SYMBOL_GPL vmlinux 0x1087fc9b iommu_get_domain_for_dev_pasid +EXPORT_SYMBOL_GPL vmlinux 0x108a0acd bstr_printf +EXPORT_SYMBOL_GPL vmlinux 0x109032d3 amba_bustype +EXPORT_SYMBOL_GPL vmlinux 0x109c0186 dev_pm_qos_remove_notifier +EXPORT_SYMBOL_GPL vmlinux 0x10a03f84 folio_invalidate +EXPORT_SYMBOL_GPL vmlinux 0x10a5c500 tun_get_tx_ring +EXPORT_SYMBOL_GPL vmlinux 0x10a6b347 pci_device_group +EXPORT_SYMBOL_GPL vmlinux 0x10b386cf badblocks_exit +EXPORT_SYMBOL_GPL vmlinux 0x10b4c058 ahci_platform_assert_rsts +EXPORT_SYMBOL_GPL vmlinux 0x10b89330 crypto_has_shash +EXPORT_SYMBOL_GPL vmlinux 0x10d1c55a i2c_acpi_find_bus_speed +EXPORT_SYMBOL_GPL vmlinux 0x10d76bbd bind_interdomain_evtchn_to_irq_lateeoi +EXPORT_SYMBOL_GPL vmlinux 0x10d9f317 stack_depot_init +EXPORT_SYMBOL_GPL vmlinux 0x10df46a8 dev_pm_domain_set +EXPORT_SYMBOL_GPL vmlinux 0x10eb6ac1 perf_event_refresh +EXPORT_SYMBOL_GPL vmlinux 0x10ecc52c usb_amd_quirk_pll_enable +EXPORT_SYMBOL_GPL vmlinux 0x10fe2ea4 ata_sas_sync_probe +EXPORT_SYMBOL_GPL vmlinux 0x110106c1 cper_severity_to_aer +EXPORT_SYMBOL_GPL vmlinux 0x11032a76 skb_send_sock_locked +EXPORT_SYMBOL_GPL vmlinux 0x1104d603 devres_add +EXPORT_SYMBOL_GPL vmlinux 0x11096f6c device_property_read_u16_array +EXPORT_SYMBOL_GPL vmlinux 0x1115dc63 of_pwm_single_xlate +EXPORT_SYMBOL_GPL vmlinux 0x111b4ce8 of_dma_is_coherent +EXPORT_SYMBOL_GPL vmlinux 0x1128ef42 usb_phy_get_charger_current +EXPORT_SYMBOL_GPL vmlinux 0x112a066e dm_table_device_name +EXPORT_SYMBOL_GPL vmlinux 0x11304769 validate_xmit_skb_list +EXPORT_SYMBOL_GPL vmlinux 0x113cdc40 device_link_del +EXPORT_SYMBOL_GPL vmlinux 0x11437693 gpiod_get_raw_array_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x116df7f4 mtk_clk_register_composites +EXPORT_SYMBOL_GPL vmlinux 0x117d25d5 crypto_register_acomps +EXPORT_SYMBOL_GPL vmlinux 0x118efa26 cpufreq_driver_fast_switch +EXPORT_SYMBOL_GPL vmlinux 0x1199a8ee __sock_recv_wifi_status +EXPORT_SYMBOL_GPL vmlinux 0x119e11c2 pci_assign_unassigned_bridge_resources +EXPORT_SYMBOL_GPL vmlinux 0x11ab848c ata_cable_80wire +EXPORT_SYMBOL_GPL vmlinux 0x11c649e3 iptunnel_metadata_reply +EXPORT_SYMBOL_GPL vmlinux 0x11cd7395 xhci_update_hub_device +EXPORT_SYMBOL_GPL vmlinux 0x11dca382 tps6586x_writes +EXPORT_SYMBOL_GPL vmlinux 0x11dedecf mark_page_dirty_in_slot +EXPORT_SYMBOL_GPL vmlinux 0x11df0e75 devlink_fmsg_binary_pair_nest_start +EXPORT_SYMBOL_GPL vmlinux 0x11e06ee9 badrange_init +EXPORT_SYMBOL_GPL vmlinux 0x12056e53 mas_store_gfp +EXPORT_SYMBOL_GPL vmlinux 0x120f3b13 gfn_to_memslot +EXPORT_SYMBOL_GPL vmlinux 0x12135396 phylink_mac_change +EXPORT_SYMBOL_GPL vmlinux 0x121d958a unregister_die_notifier +EXPORT_SYMBOL_GPL vmlinux 0x12243cde acpiphp_unregister_attention +EXPORT_SYMBOL_GPL vmlinux 0x122d9030 pci_hp_del +EXPORT_SYMBOL_GPL vmlinux 0x122e8bc5 __clocksource_update_freq_scale +EXPORT_SYMBOL_GPL vmlinux 0x12319559 dprc_remove_devices +EXPORT_SYMBOL_GPL vmlinux 0x12325864 espintcp_queue_out +EXPORT_SYMBOL_GPL vmlinux 0x1233db7a pci_dev_trylock +EXPORT_SYMBOL_GPL vmlinux 0x1234e483 get_cpu_iowait_time_us +EXPORT_SYMBOL_GPL vmlinux 0x1234ffa1 cper_estatus_check_header +EXPORT_SYMBOL_GPL vmlinux 0x1250d604 tpm_tis_resume +EXPORT_SYMBOL_GPL vmlinux 0x12537dae __tracepoint_napi_poll +EXPORT_SYMBOL_GPL vmlinux 0x125a5483 devlink_port_attrs_pci_sf_set +EXPORT_SYMBOL_GPL vmlinux 0x128bfe80 rio_mport_get_physefb +EXPORT_SYMBOL_GPL vmlinux 0x128ec01f nvdimm_clear_poison +EXPORT_SYMBOL_GPL vmlinux 0x12902932 usb_get_phy +EXPORT_SYMBOL_GPL vmlinux 0x1293fd85 dma_resv_iter_next +EXPORT_SYMBOL_GPL vmlinux 0x129e6b22 fsl_mc_bus_dpio_type +EXPORT_SYMBOL_GPL vmlinux 0x12a1cc5a regulator_set_voltage_sel_pickable_regmap +EXPORT_SYMBOL_GPL vmlinux 0x12a326b1 md_account_bio +EXPORT_SYMBOL_GPL vmlinux 0x12afc288 tps6586x_irq_get_virq +EXPORT_SYMBOL_GPL vmlinux 0x12c10e3b power_supply_powers +EXPORT_SYMBOL_GPL vmlinux 0x12ea4bff phy_modify_mmd +EXPORT_SYMBOL_GPL vmlinux 0x12ee1173 memory_group_unregister +EXPORT_SYMBOL_GPL vmlinux 0x12efbd6d gpiod_get_array +EXPORT_SYMBOL_GPL vmlinux 0x13045c0e metadata_dst_alloc_percpu +EXPORT_SYMBOL_GPL vmlinux 0x13064146 pci_epc_get +EXPORT_SYMBOL_GPL vmlinux 0x13090724 add_vmfork_randomness +EXPORT_SYMBOL_GPL vmlinux 0x130a1d0f devlink_params_register +EXPORT_SYMBOL_GPL vmlinux 0x131a5ed7 regmap_del_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0x131db64a system_long_wq +EXPORT_SYMBOL_GPL vmlinux 0x13353a45 crypto_unregister_akcipher +EXPORT_SYMBOL_GPL vmlinux 0x133969d7 __trace_printk +EXPORT_SYMBOL_GPL vmlinux 0x1343a7a2 tun_get_socket +EXPORT_SYMBOL_GPL vmlinux 0x1351799c tty_port_link_device +EXPORT_SYMBOL_GPL vmlinux 0x135290f6 memunmap_pages +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 0x136bc0f3 fwnode_gpiod_get_index +EXPORT_SYMBOL_GPL vmlinux 0x137967af pinctrl_utils_add_config +EXPORT_SYMBOL_GPL vmlinux 0x137d53ae pci_pr3_present +EXPORT_SYMBOL_GPL vmlinux 0x137f0b27 amba_device_alloc +EXPORT_SYMBOL_GPL vmlinux 0x138a9706 iommu_unmap_fast +EXPORT_SYMBOL_GPL vmlinux 0x138aff76 gnttab_init +EXPORT_SYMBOL_GPL vmlinux 0x138db8dd usb_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0x138e0957 dax_write_cache_enabled +EXPORT_SYMBOL_GPL vmlinux 0x1394d032 __mt_destroy +EXPORT_SYMBOL_GPL vmlinux 0x1397fdec rio_lock_device +EXPORT_SYMBOL_GPL vmlinux 0x13989bb2 usb_control_msg_send +EXPORT_SYMBOL_GPL vmlinux 0x13a89bc5 xhci_resume +EXPORT_SYMBOL_GPL vmlinux 0x13aca4d2 simple_attr_read +EXPORT_SYMBOL_GPL vmlinux 0x13b4f988 fat_truncate_time +EXPORT_SYMBOL_GPL vmlinux 0x13cb0236 tcp_is_ulp_esp +EXPORT_SYMBOL_GPL vmlinux 0x13ce86a5 rio_local_get_device_id +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 0x13dc5ab1 rio_del_mport_pw_handler +EXPORT_SYMBOL_GPL vmlinux 0x13ed8784 sdev_evt_alloc +EXPORT_SYMBOL_GPL vmlinux 0x13fab921 cpuidle_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0x13ff620f iommu_set_pgtable_quirks +EXPORT_SYMBOL_GPL vmlinux 0x1403ad09 cpufreq_add_update_util_hook +EXPORT_SYMBOL_GPL vmlinux 0x141311e9 genphy_c45_read_lpa +EXPORT_SYMBOL_GPL vmlinux 0x1413870d __get_task_comm +EXPORT_SYMBOL_GPL vmlinux 0x141cadd3 nvmem_device_cell_write +EXPORT_SYMBOL_GPL vmlinux 0x141f38bf ktime_get_raw_fast_ns +EXPORT_SYMBOL_GPL vmlinux 0x141fcb27 fscrypt_fname_encrypt +EXPORT_SYMBOL_GPL vmlinux 0x1432c0e9 raw_seq_start +EXPORT_SYMBOL_GPL vmlinux 0x14350689 mnt_want_write_file +EXPORT_SYMBOL_GPL vmlinux 0x143fbb66 pci_set_cacheline_size +EXPORT_SYMBOL_GPL vmlinux 0x1442bb00 mmc_regulator_get_supply +EXPORT_SYMBOL_GPL vmlinux 0x144ae644 pinctrl_generic_get_group_name +EXPORT_SYMBOL_GPL vmlinux 0x144d16f2 inet_csk_reqsk_queue_hash_add +EXPORT_SYMBOL_GPL vmlinux 0x1456762b k3_ringacc_ring_get_free +EXPORT_SYMBOL_GPL vmlinux 0x14639d55 sysfs_remove_groups +EXPORT_SYMBOL_GPL vmlinux 0x146626a0 mas_find_rev +EXPORT_SYMBOL_GPL vmlinux 0x146cc88f bpf_master_redirect_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0x147e54c3 serial8250_em485_config +EXPORT_SYMBOL_GPL vmlinux 0x14840068 handle_simple_irq +EXPORT_SYMBOL_GPL vmlinux 0x148fd794 enable_kprobe +EXPORT_SYMBOL_GPL vmlinux 0x14911fdb usb_choose_configuration +EXPORT_SYMBOL_GPL vmlinux 0x149bc6d9 ata_do_set_mode +EXPORT_SYMBOL_GPL vmlinux 0x149df930 espintcp_push_skb +EXPORT_SYMBOL_GPL vmlinux 0x14a2af2c blkg_prfill_rwstat +EXPORT_SYMBOL_GPL vmlinux 0x14b487e9 crypto_stats_get +EXPORT_SYMBOL_GPL vmlinux 0x14baad08 posix_acl_default_xattr_handler +EXPORT_SYMBOL_GPL vmlinux 0x14bebe94 dpbp_close +EXPORT_SYMBOL_GPL vmlinux 0x14c2b8bd ahci_platform_resume +EXPORT_SYMBOL_GPL vmlinux 0x14cdd2af usb_hcd_poll_rh_status +EXPORT_SYMBOL_GPL vmlinux 0x14d95b01 device_change_owner +EXPORT_SYMBOL_GPL vmlinux 0x14dd216f mtk_pinconf_bias_set +EXPORT_SYMBOL_GPL vmlinux 0x14ec4fdb evtchn_put +EXPORT_SYMBOL_GPL vmlinux 0x14f5120b kvm_destroy_vcpus +EXPORT_SYMBOL_GPL vmlinux 0x15021b4a xa_delete_node +EXPORT_SYMBOL_GPL vmlinux 0x151203de regulator_get_voltage_sel_regmap +EXPORT_SYMBOL_GPL vmlinux 0x151cd616 regulator_list_voltage_pickable_linear_range +EXPORT_SYMBOL_GPL vmlinux 0x15284e3e devm_release_action +EXPORT_SYMBOL_GPL vmlinux 0x153b60a6 klist_del +EXPORT_SYMBOL_GPL vmlinux 0x1540df89 evict_inodes +EXPORT_SYMBOL_GPL vmlinux 0x1542b9ea power_supply_get_battery_info +EXPORT_SYMBOL_GPL vmlinux 0x154a318f tcp_plb_check_rehash +EXPORT_SYMBOL_GPL vmlinux 0x15504206 mddev_resume +EXPORT_SYMBOL_GPL vmlinux 0x15510a89 devlink_fmsg_binary_put +EXPORT_SYMBOL_GPL vmlinux 0x15513bbe ksm_madvise +EXPORT_SYMBOL_GPL vmlinux 0x1554453e ip6_push_pending_frames +EXPORT_SYMBOL_GPL vmlinux 0x1555a86a irq_chip_set_vcpu_affinity_parent +EXPORT_SYMBOL_GPL vmlinux 0x1565b7e5 memremap_pages +EXPORT_SYMBOL_GPL vmlinux 0x1572df72 acpi_dma_controller_free +EXPORT_SYMBOL_GPL vmlinux 0x15769eed crypto_register_shashes +EXPORT_SYMBOL_GPL vmlinux 0x158640e6 crypto_alloc_kpp +EXPORT_SYMBOL_GPL vmlinux 0x15886f48 hte_disable_ts +EXPORT_SYMBOL_GPL vmlinux 0x159d5a81 devlink_resource_occ_get_register +EXPORT_SYMBOL_GPL vmlinux 0x15a2d62a pinctrl_utils_add_map_configs +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 0x15c60a71 __tracepoint_pelt_dl_tp +EXPORT_SYMBOL_GPL vmlinux 0x15cabbcf sk_attach_filter +EXPORT_SYMBOL_GPL vmlinux 0x15da2e50 usb_acpi_set_power_state +EXPORT_SYMBOL_GPL vmlinux 0x15e2f856 virtqueue_enable_cb_prepare +EXPORT_SYMBOL_GPL vmlinux 0x15ea2648 hwpoison_filter_flags_mask +EXPORT_SYMBOL_GPL vmlinux 0x15f979f2 fuse_do_open +EXPORT_SYMBOL_GPL vmlinux 0x16363196 usb_get_role_switch_default_mode +EXPORT_SYMBOL_GPL vmlinux 0x163ead62 devfreq_event_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0x16422a6e xdp_reg_mem_model +EXPORT_SYMBOL_GPL vmlinux 0x1642d72b blk_mq_debugfs_rq_show +EXPORT_SYMBOL_GPL vmlinux 0x16480759 clk_register_divider_table +EXPORT_SYMBOL_GPL vmlinux 0x16516798 osc_pc_lpi_support_confirmed +EXPORT_SYMBOL_GPL vmlinux 0x1679c675 dev_pm_enable_wake_irq +EXPORT_SYMBOL_GPL vmlinux 0x167a2cbe rio_free_net +EXPORT_SYMBOL_GPL vmlinux 0x167d7113 acpi_bus_register_early_device +EXPORT_SYMBOL_GPL vmlinux 0x1687ec20 tty_get_frame_size +EXPORT_SYMBOL_GPL vmlinux 0x168ca718 crypto_alloc_aead +EXPORT_SYMBOL_GPL vmlinux 0x1690b503 usb_role_switch_get_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x16974863 key_type_user +EXPORT_SYMBOL_GPL vmlinux 0x16a0c8e3 mtk_pinconf_bias_set_combo +EXPORT_SYMBOL_GPL vmlinux 0x16ad77df samsung_sdi_battery_get_info +EXPORT_SYMBOL_GPL vmlinux 0x16ca1a8a phylink_suspend +EXPORT_SYMBOL_GPL vmlinux 0x16ce34df blkg_conf_prep +EXPORT_SYMBOL_GPL vmlinux 0x16cf3328 nd_region_dev +EXPORT_SYMBOL_GPL vmlinux 0x16da1f88 devlink_fmsg_u32_put +EXPORT_SYMBOL_GPL vmlinux 0x16dd7aa3 fib_nh_common_release +EXPORT_SYMBOL_GPL vmlinux 0x16dfbf36 add_interrupt_randomness +EXPORT_SYMBOL_GPL vmlinux 0x16f15139 bind_evtchn_to_irq +EXPORT_SYMBOL_GPL vmlinux 0x16f4dcd1 dm_path_uevent +EXPORT_SYMBOL_GPL vmlinux 0x16fbe4e3 __phy_modify +EXPORT_SYMBOL_GPL vmlinux 0x170cc36c put_timespec64 +EXPORT_SYMBOL_GPL vmlinux 0x17202b75 key_type_encrypted +EXPORT_SYMBOL_GPL vmlinux 0x172701af of_mm_gpiochip_remove +EXPORT_SYMBOL_GPL vmlinux 0x1743b5d9 kthread_cancel_work_sync +EXPORT_SYMBOL_GPL vmlinux 0x174c6274 ring_buffer_time_stamp +EXPORT_SYMBOL_GPL vmlinux 0x174e6c46 inet_ehash_locks_alloc +EXPORT_SYMBOL_GPL vmlinux 0x17591ecd zynqmp_pm_write_ggs +EXPORT_SYMBOL_GPL vmlinux 0x175e3fe9 pci_epc_remove_epf +EXPORT_SYMBOL_GPL vmlinux 0x176031a7 devlink_fmsg_string_put +EXPORT_SYMBOL_GPL vmlinux 0x17614bf3 apei_resources_sub +EXPORT_SYMBOL_GPL vmlinux 0x177c338d twl_get_version +EXPORT_SYMBOL_GPL vmlinux 0x179cdbdf scmi_driver_register +EXPORT_SYMBOL_GPL vmlinux 0x17b198f1 blkg_conf_finish +EXPORT_SYMBOL_GPL vmlinux 0x17ba864b sdio_retune_crc_enable +EXPORT_SYMBOL_GPL vmlinux 0x17e01f11 erst_clear +EXPORT_SYMBOL_GPL vmlinux 0x17e71324 __sock_recv_cmsgs +EXPORT_SYMBOL_GPL vmlinux 0x17e773c5 of_led_get +EXPORT_SYMBOL_GPL vmlinux 0x17ef149a gpiod_set_array_value +EXPORT_SYMBOL_GPL vmlinux 0x17f9b85d cpuidle_get_cpu_driver +EXPORT_SYMBOL_GPL vmlinux 0x18008c59 ring_buffer_resize +EXPORT_SYMBOL_GPL vmlinux 0x18037931 gpiochip_enable_irq +EXPORT_SYMBOL_GPL vmlinux 0x182b02f9 icc_get +EXPORT_SYMBOL_GPL vmlinux 0x182e2f09 cn_netlink_send_mult +EXPORT_SYMBOL_GPL vmlinux 0x18428692 __cookie_v6_init_sequence +EXPORT_SYMBOL_GPL vmlinux 0x1849a29e platform_get_irq_byname +EXPORT_SYMBOL_GPL vmlinux 0x1853c572 usb_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x185ae3fb xenbus_dev_changed +EXPORT_SYMBOL_GPL vmlinux 0x18615d35 efivar_supports_writes +EXPORT_SYMBOL_GPL vmlinux 0x18715353 k3_udma_glue_push_tx_chn +EXPORT_SYMBOL_GPL vmlinux 0x1873ac54 page_endio +EXPORT_SYMBOL_GPL vmlinux 0x1874bc03 ata_pci_device_do_resume +EXPORT_SYMBOL_GPL vmlinux 0x188a365d tcp_set_state +EXPORT_SYMBOL_GPL vmlinux 0x18a50754 virtqueue_get_used_addr +EXPORT_SYMBOL_GPL vmlinux 0x18b54c18 alarmtimer_get_rtcdev +EXPORT_SYMBOL_GPL vmlinux 0x18bb2fc3 kvm_vcpu_mark_page_dirty +EXPORT_SYMBOL_GPL vmlinux 0x18ca1eea da903x_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x18d175bc thermal_zone_get_zone_by_name +EXPORT_SYMBOL_GPL vmlinux 0x18d1be52 __traceiter_rwmmio_post_write +EXPORT_SYMBOL_GPL vmlinux 0x18e4f8aa swphy_read_reg +EXPORT_SYMBOL_GPL vmlinux 0x18e7fc57 dev_pm_opp_put_opp_table +EXPORT_SYMBOL_GPL vmlinux 0x18e8c440 arch_freq_scale +EXPORT_SYMBOL_GPL vmlinux 0x18f10f38 k3_udma_glue_enable_rx_chn +EXPORT_SYMBOL_GPL vmlinux 0x18f9676a scsi_dh_attached_handler_name +EXPORT_SYMBOL_GPL vmlinux 0x18fb2caf cpus_read_unlock +EXPORT_SYMBOL_GPL vmlinux 0x19032d6d trace_handle_return +EXPORT_SYMBOL_GPL vmlinux 0x19221989 dev_pm_opp_add +EXPORT_SYMBOL_GPL vmlinux 0x19226d0f crypto_unregister_rngs +EXPORT_SYMBOL_GPL vmlinux 0x1926028c zynqmp_pm_reset_assert +EXPORT_SYMBOL_GPL vmlinux 0x192daefa icc_link_create +EXPORT_SYMBOL_GPL vmlinux 0x19515681 fsl_mc_device_group +EXPORT_SYMBOL_GPL vmlinux 0x1956d740 crypto_unregister_rng +EXPORT_SYMBOL_GPL vmlinux 0x196939a3 aead_geniv_alloc +EXPORT_SYMBOL_GPL vmlinux 0x198163e0 tps6586x_write +EXPORT_SYMBOL_GPL vmlinux 0x19821689 __tracepoint_fdb_delete +EXPORT_SYMBOL_GPL vmlinux 0x1985bf96 sdio_signal_irq +EXPORT_SYMBOL_GPL vmlinux 0x198e8bde __reset_control_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0x199b7e24 rio_route_get_entry +EXPORT_SYMBOL_GPL vmlinux 0x19a304ba usb_disabled +EXPORT_SYMBOL_GPL vmlinux 0x19ac8a24 of_phy_get +EXPORT_SYMBOL_GPL vmlinux 0x19b098c0 gnttab_unmap_refs +EXPORT_SYMBOL_GPL vmlinux 0x19b30dec inet6_hash +EXPORT_SYMBOL_GPL vmlinux 0x19b42064 ioc_find_get_icq +EXPORT_SYMBOL_GPL vmlinux 0x19c20269 soc_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x19c2228c pm_generic_suspend +EXPORT_SYMBOL_GPL vmlinux 0x19c42957 blk_op_str +EXPORT_SYMBOL_GPL vmlinux 0x19cba07d xfer_to_guest_mode_handle_work +EXPORT_SYMBOL_GPL vmlinux 0x19e3295f vfs_truncate +EXPORT_SYMBOL_GPL vmlinux 0x19e6cb4c regulator_get_current_limit_regmap +EXPORT_SYMBOL_GPL vmlinux 0x19e81304 btree_alloc +EXPORT_SYMBOL_GPL vmlinux 0x19ebf04e __tracepoint_rwmmio_post_read +EXPORT_SYMBOL_GPL vmlinux 0x19edd064 blkg_rwstat_exit +EXPORT_SYMBOL_GPL vmlinux 0x19f33626 nf_ctnetlink_has_listener +EXPORT_SYMBOL_GPL vmlinux 0x19ff05f1 acpi_dev_remove_driver_gpios +EXPORT_SYMBOL_GPL vmlinux 0x1a069f1c fat_fill_super +EXPORT_SYMBOL_GPL vmlinux 0x1a10c32b crypto_ft_tab +EXPORT_SYMBOL_GPL vmlinux 0x1a1254fc auxiliary_device_init +EXPORT_SYMBOL_GPL vmlinux 0x1a146ec3 usb_ep_type_string +EXPORT_SYMBOL_GPL vmlinux 0x1a198acf devm_usb_put_phy +EXPORT_SYMBOL_GPL vmlinux 0x1a1b5041 virtio_reset_device +EXPORT_SYMBOL_GPL vmlinux 0x1a465ab7 rio_release_outb_dbell +EXPORT_SYMBOL_GPL vmlinux 0x1a56f553 fb_deferred_io_release +EXPORT_SYMBOL_GPL vmlinux 0x1a68491f __pci_reset_function_locked +EXPORT_SYMBOL_GPL vmlinux 0x1a6bf28f fsnotify_get_cookie +EXPORT_SYMBOL_GPL vmlinux 0x1a72f18c sk_msg_return_zero +EXPORT_SYMBOL_GPL vmlinux 0x1a736964 phylink_connect_phy +EXPORT_SYMBOL_GPL vmlinux 0x1a79cfd6 find_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0x1a7b570f fsl_mc_device_remove +EXPORT_SYMBOL_GPL vmlinux 0x1a82368d ZSTD_customCalloc +EXPORT_SYMBOL_GPL vmlinux 0x1a876574 __tracepoint_attach_device_to_domain +EXPORT_SYMBOL_GPL vmlinux 0x1a90589c irq_set_default_host +EXPORT_SYMBOL_GPL vmlinux 0x1a912821 pci_p2pmem_virt_to_bus +EXPORT_SYMBOL_GPL vmlinux 0x1aa6fcce __class_register +EXPORT_SYMBOL_GPL vmlinux 0x1ab349b9 inet6_hash_connect +EXPORT_SYMBOL_GPL vmlinux 0x1ab7e8d9 devfreq_event_get_edev_count +EXPORT_SYMBOL_GPL vmlinux 0x1acd18c8 cpuset_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0x1ad063e9 of_pci_address_to_resource +EXPORT_SYMBOL_GPL vmlinux 0x1af267f8 int_pow +EXPORT_SYMBOL_GPL vmlinux 0x1af88c16 strp_process +EXPORT_SYMBOL_GPL vmlinux 0x1afc775a class_dev_iter_init +EXPORT_SYMBOL_GPL vmlinux 0x1b0602c1 cond_synchronize_rcu_full +EXPORT_SYMBOL_GPL vmlinux 0x1b06fa36 bpf_prog_sub +EXPORT_SYMBOL_GPL vmlinux 0x1b136ebd devres_release_group +EXPORT_SYMBOL_GPL vmlinux 0x1b23a945 of_icc_xlate_onecell +EXPORT_SYMBOL_GPL vmlinux 0x1b2a0308 fsl_mc_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x1b3cae28 set_capacity_and_notify +EXPORT_SYMBOL_GPL vmlinux 0x1b487e52 __pci_hp_register +EXPORT_SYMBOL_GPL vmlinux 0x1b729adc pinmux_generic_get_function_name +EXPORT_SYMBOL_GPL vmlinux 0x1b74a7cf vfs_kern_mount +EXPORT_SYMBOL_GPL vmlinux 0x1b7d86f2 ethnl_cable_test_step +EXPORT_SYMBOL_GPL vmlinux 0x1b848a05 iommu_setup_dma_ops +EXPORT_SYMBOL_GPL vmlinux 0x1b8822d8 pinctrl_gpio_direction_output +EXPORT_SYMBOL_GPL vmlinux 0x1b92e41d inet_putpeer +EXPORT_SYMBOL_GPL vmlinux 0x1ba6c6d8 eventfd_ctx_fileget +EXPORT_SYMBOL_GPL vmlinux 0x1ba8056b acpi_gpiochip_free_interrupts +EXPORT_SYMBOL_GPL vmlinux 0x1bb4202f acpi_dma_controller_register +EXPORT_SYMBOL_GPL vmlinux 0x1bc40a8d gpmc_omap_get_nand_ops +EXPORT_SYMBOL_GPL vmlinux 0x1bc5eebe pinctrl_gpio_direction_input +EXPORT_SYMBOL_GPL vmlinux 0x1bc64087 xas_split +EXPORT_SYMBOL_GPL vmlinux 0x1bc85e1c irq_set_affinity +EXPORT_SYMBOL_GPL vmlinux 0x1bd5b4e1 regulator_disable +EXPORT_SYMBOL_GPL vmlinux 0x1bf425ab sata_scr_valid +EXPORT_SYMBOL_GPL vmlinux 0x1c21e623 devl_dpipe_headers_unregister +EXPORT_SYMBOL_GPL vmlinux 0x1c36e23c bpf_sk_storage_diag_put +EXPORT_SYMBOL_GPL vmlinux 0x1c46db8f debugfs_create_u32 +EXPORT_SYMBOL_GPL vmlinux 0x1c5541bd cpufreq_boost_enabled +EXPORT_SYMBOL_GPL vmlinux 0x1c55f930 dma_resv_wait_timeout +EXPORT_SYMBOL_GPL vmlinux 0x1c5aeea2 i2c_new_dummy_device +EXPORT_SYMBOL_GPL vmlinux 0x1c5b1f28 irq_free_descs +EXPORT_SYMBOL_GPL vmlinux 0x1c5e5f52 of_device_modalias +EXPORT_SYMBOL_GPL vmlinux 0x1c5ff742 clk_get_phase +EXPORT_SYMBOL_GPL vmlinux 0x1c631125 __fscrypt_prepare_readdir +EXPORT_SYMBOL_GPL vmlinux 0x1c6541b5 __fib_lookup +EXPORT_SYMBOL_GPL vmlinux 0x1c7169dc ZSTD_customFree +EXPORT_SYMBOL_GPL vmlinux 0x1c73c0a6 usb_sg_cancel +EXPORT_SYMBOL_GPL vmlinux 0x1c78ac3b devl_assert_locked +EXPORT_SYMBOL_GPL vmlinux 0x1c7c56d2 put_pid +EXPORT_SYMBOL_GPL vmlinux 0x1c80d27d btree_geo128 +EXPORT_SYMBOL_GPL vmlinux 0x1c83346b regulator_put +EXPORT_SYMBOL_GPL vmlinux 0x1c87a811 __round_jiffies_up +EXPORT_SYMBOL_GPL vmlinux 0x1c89fb22 zynqmp_pm_clock_setparent +EXPORT_SYMBOL_GPL vmlinux 0x1c8aa632 ata_cable_sata +EXPORT_SYMBOL_GPL vmlinux 0x1c94bda6 tegra_mc_probe_device +EXPORT_SYMBOL_GPL vmlinux 0x1c9b9921 gnttab_map_refs +EXPORT_SYMBOL_GPL vmlinux 0x1ca2e12d net_ns_type_operations +EXPORT_SYMBOL_GPL vmlinux 0x1ca3aa97 alarm_forward +EXPORT_SYMBOL_GPL vmlinux 0x1ca4a930 smp_call_function_any +EXPORT_SYMBOL_GPL vmlinux 0x1ca95acd crypto_register_shash +EXPORT_SYMBOL_GPL vmlinux 0x1cad240f rio_add_net +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 0x1cbf1f66 __percpu_down_read +EXPORT_SYMBOL_GPL vmlinux 0x1cc39190 arm64_mm_context_put +EXPORT_SYMBOL_GPL vmlinux 0x1cc93d2b devm_regulator_register_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0x1cdd0605 xhci_port_state_to_neutral +EXPORT_SYMBOL_GPL vmlinux 0x1cff8eab sbitmap_init_node +EXPORT_SYMBOL_GPL vmlinux 0x1d0908bb blk_crypto_profile_init +EXPORT_SYMBOL_GPL vmlinux 0x1d0fedbc fixed_phy_register +EXPORT_SYMBOL_GPL vmlinux 0x1d1826ef kvm_release_page_dirty +EXPORT_SYMBOL_GPL vmlinux 0x1d1b4da1 regulator_list_hardware_vsel +EXPORT_SYMBOL_GPL vmlinux 0x1d200a5a platform_find_device_by_driver +EXPORT_SYMBOL_GPL vmlinux 0x1d222ced irq_get_irqchip_state +EXPORT_SYMBOL_GPL vmlinux 0x1d325067 fuse_free_conn +EXPORT_SYMBOL_GPL vmlinux 0x1d379fe8 usb_deregister_dev +EXPORT_SYMBOL_GPL vmlinux 0x1d3b325c devl_resource_register +EXPORT_SYMBOL_GPL vmlinux 0x1d6696b0 mtk_mutex_disable +EXPORT_SYMBOL_GPL vmlinux 0x1d670348 dev_pm_opp_find_freq_exact +EXPORT_SYMBOL_GPL vmlinux 0x1d7f2f27 soc_device_match +EXPORT_SYMBOL_GPL vmlinux 0x1d81a86c thermal_zone_device_update +EXPORT_SYMBOL_GPL vmlinux 0x1d9475d1 spi_mem_supports_op +EXPORT_SYMBOL_GPL vmlinux 0x1d94a218 dmi_memdev_handle +EXPORT_SYMBOL_GPL vmlinux 0x1daee5e3 nf_checksum_partial +EXPORT_SYMBOL_GPL vmlinux 0x1dbf1f8b bio_associate_blkg_from_css +EXPORT_SYMBOL_GPL vmlinux 0x1dc8f684 cpufreq_unregister_governor +EXPORT_SYMBOL_GPL vmlinux 0x1dd26e2f vp_legacy_get_queue_size +EXPORT_SYMBOL_GPL vmlinux 0x1de887ff zynqmp_pm_bootmode_write +EXPORT_SYMBOL_GPL vmlinux 0x1df1aca7 cgroup_attach_task_all +EXPORT_SYMBOL_GPL vmlinux 0x1df2b6bc tc3589x_reg_read +EXPORT_SYMBOL_GPL vmlinux 0x1dfa5dbd mpi_invm +EXPORT_SYMBOL_GPL vmlinux 0x1dfcf100 pci_hp_add +EXPORT_SYMBOL_GPL vmlinux 0x1dfd4434 tcp_sendmsg_locked +EXPORT_SYMBOL_GPL vmlinux 0x1dfe9d72 dm_bio_from_per_bio_data +EXPORT_SYMBOL_GPL vmlinux 0x1e01ff0c vfs_set_acl +EXPORT_SYMBOL_GPL vmlinux 0x1e0627ae filemap_range_has_writeback +EXPORT_SYMBOL_GPL vmlinux 0x1e0670c6 reset_control_release +EXPORT_SYMBOL_GPL vmlinux 0x1e19b116 vcap_rule_set_counter_id +EXPORT_SYMBOL_GPL vmlinux 0x1e1a5952 rio_unmap_outb_region +EXPORT_SYMBOL_GPL vmlinux 0x1e26881c da903x_reads +EXPORT_SYMBOL_GPL vmlinux 0x1e288c83 zynqmp_pm_force_pwrdwn +EXPORT_SYMBOL_GPL vmlinux 0x1e2a61e7 gpiod_count +EXPORT_SYMBOL_GPL vmlinux 0x1e3bc77c xas_create_range +EXPORT_SYMBOL_GPL vmlinux 0x1e3c1bef dev_fill_metadata_dst +EXPORT_SYMBOL_GPL vmlinux 0x1e424d61 user_preparse +EXPORT_SYMBOL_GPL vmlinux 0x1e4e98c0 acpi_dev_filter_resource_type +EXPORT_SYMBOL_GPL vmlinux 0x1e536dc7 __traceiter_fib6_table_lookup +EXPORT_SYMBOL_GPL vmlinux 0x1e53f827 stack_depot_print +EXPORT_SYMBOL_GPL vmlinux 0x1e622490 dev_pm_opp_get_opp_count +EXPORT_SYMBOL_GPL vmlinux 0x1e6d72b9 pm_runtime_force_resume +EXPORT_SYMBOL_GPL vmlinux 0x1e7bbcb3 kernel_restart +EXPORT_SYMBOL_GPL vmlinux 0x1e7dd74a regcache_sync +EXPORT_SYMBOL_GPL vmlinux 0x1e83fee6 HYPERVISOR_physdev_op +EXPORT_SYMBOL_GPL vmlinux 0x1e85f829 sysfs_add_link_to_group +EXPORT_SYMBOL_GPL vmlinux 0x1e8d0375 spi_write_then_read +EXPORT_SYMBOL_GPL vmlinux 0x1e8f2b3b devm_pinctrl_put +EXPORT_SYMBOL_GPL vmlinux 0x1e8fac8e wireless_nlevent_flush +EXPORT_SYMBOL_GPL vmlinux 0x1e91329b __rt_mutex_init +EXPORT_SYMBOL_GPL vmlinux 0x1e943047 kvm_get_kvm_safe +EXPORT_SYMBOL_GPL vmlinux 0x1e9bc719 freq_qos_update_request +EXPORT_SYMBOL_GPL vmlinux 0x1e9c590a usb_find_common_endpoints_reverse +EXPORT_SYMBOL_GPL vmlinux 0x1e9ea615 fwnode_connection_find_match +EXPORT_SYMBOL_GPL vmlinux 0x1eb43c55 pm_generic_restore +EXPORT_SYMBOL_GPL vmlinux 0x1eb9516e round_jiffies_relative +EXPORT_SYMBOL_GPL vmlinux 0x1ebde2fc devl_trap_policers_unregister +EXPORT_SYMBOL_GPL vmlinux 0x1ebf6c2a pci_power_names +EXPORT_SYMBOL_GPL vmlinux 0x1ec10a54 blkg_rwstat_recursive_sum +EXPORT_SYMBOL_GPL vmlinux 0x1ec567bb mtk_clk_unregister_gates +EXPORT_SYMBOL_GPL vmlinux 0x1ec8026e wm831x_reg_write +EXPORT_SYMBOL_GPL vmlinux 0x1ed4d2eb percpu_ref_kill_and_confirm +EXPORT_SYMBOL_GPL vmlinux 0x1ee220f7 dev_get_regmap +EXPORT_SYMBOL_GPL vmlinux 0x1ee5dc9d nfct_btf_struct_access +EXPORT_SYMBOL_GPL vmlinux 0x1eeb43eb do_unbind_con_driver +EXPORT_SYMBOL_GPL vmlinux 0x1eedfde6 platform_device_add +EXPORT_SYMBOL_GPL vmlinux 0x1ef0d33b irq_create_of_mapping +EXPORT_SYMBOL_GPL vmlinux 0x1ef20793 stop_core_cpuslocked +EXPORT_SYMBOL_GPL vmlinux 0x1efaa06f __tracepoint_xhci_dbg_quirks +EXPORT_SYMBOL_GPL vmlinux 0x1efbaab4 __ndisc_fill_addr_option +EXPORT_SYMBOL_GPL vmlinux 0x1f0b6c20 mtk_clk_simple_probe +EXPORT_SYMBOL_GPL vmlinux 0x1f0ce9db genpd_dev_pm_attach +EXPORT_SYMBOL_GPL vmlinux 0x1f118006 kvm_get_running_vcpu +EXPORT_SYMBOL_GPL vmlinux 0x1f131387 __bio_release_pages +EXPORT_SYMBOL_GPL vmlinux 0x1f13f2c7 tty_port_default_client_ops +EXPORT_SYMBOL_GPL vmlinux 0x1f162a36 regmap_raw_write_async +EXPORT_SYMBOL_GPL vmlinux 0x1f1cc011 zynqmp_pm_get_chipid +EXPORT_SYMBOL_GPL vmlinux 0x1f23b404 phylink_generic_validate +EXPORT_SYMBOL_GPL vmlinux 0x1f2f1240 skb_segment_list +EXPORT_SYMBOL_GPL vmlinux 0x1f32f3f9 skb_copy_ubufs +EXPORT_SYMBOL_GPL vmlinux 0x1f38a4f6 mpi_set_highbit +EXPORT_SYMBOL_GPL vmlinux 0x1f3a8220 gpiod_toggle_active_low +EXPORT_SYMBOL_GPL vmlinux 0x1f43ea94 dpcon_enable +EXPORT_SYMBOL_GPL vmlinux 0x1f449588 mctrl_gpio_disable_ms +EXPORT_SYMBOL_GPL vmlinux 0x1f4a7a7f dma_pci_p2pdma_supported +EXPORT_SYMBOL_GPL vmlinux 0x1f4d36ce spi_get_device_match_data +EXPORT_SYMBOL_GPL vmlinux 0x1f509985 crypto_comp_decompress +EXPORT_SYMBOL_GPL vmlinux 0x1f5542b3 sock_diag_unregister_inet_compat +EXPORT_SYMBOL_GPL vmlinux 0x1f563160 bpf_offload_dev_priv +EXPORT_SYMBOL_GPL vmlinux 0x1f70449b __regmap_init +EXPORT_SYMBOL_GPL vmlinux 0x1f77856e shake_page +EXPORT_SYMBOL_GPL vmlinux 0x1f79c61c irq_domain_free_irqs_parent +EXPORT_SYMBOL_GPL vmlinux 0x1f7b2d4d shash_free_singlespawn_instance +EXPORT_SYMBOL_GPL vmlinux 0x1f7b8bdd led_get_default_pattern +EXPORT_SYMBOL_GPL vmlinux 0x1f8544b8 panic_timeout +EXPORT_SYMBOL_GPL vmlinux 0x1f9a2b53 zynqmp_pm_clock_enable +EXPORT_SYMBOL_GPL vmlinux 0x1fa0a468 page_cache_sync_ra +EXPORT_SYMBOL_GPL vmlinux 0x1fa1d95c sha256_zero_message_hash +EXPORT_SYMBOL_GPL vmlinux 0x1fa45df4 extcon_get_edev_name +EXPORT_SYMBOL_GPL vmlinux 0x1fa63291 crypto_grab_aead +EXPORT_SYMBOL_GPL vmlinux 0x1fa96cf4 blk_mq_quiesce_queue +EXPORT_SYMBOL_GPL vmlinux 0x1fc24f42 auxiliary_find_device +EXPORT_SYMBOL_GPL vmlinux 0x1fc709c1 rtc_read_time +EXPORT_SYMBOL_GPL vmlinux 0x1fe0df77 device_wakeup_disable +EXPORT_SYMBOL_GPL vmlinux 0x1fe1f762 devm_ti_sci_get_handle +EXPORT_SYMBOL_GPL vmlinux 0x1fe6e504 gpiod_add_hogs +EXPORT_SYMBOL_GPL vmlinux 0x1fee2280 pci_add_dynid +EXPORT_SYMBOL_GPL vmlinux 0x1fee7136 trace_seq_putc +EXPORT_SYMBOL_GPL vmlinux 0x1ff058ae xfrm_dev_offload_ok +EXPORT_SYMBOL_GPL vmlinux 0x200002f1 xfrm_state_mtu +EXPORT_SYMBOL_GPL vmlinux 0x2009e400 devlink_info_board_serial_number_put +EXPORT_SYMBOL_GPL vmlinux 0x200e6153 i2c_adapter_depth +EXPORT_SYMBOL_GPL vmlinux 0x2018ae2f fuse_do_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x201d3777 ftrace_set_filter_ips +EXPORT_SYMBOL_GPL vmlinux 0x202a935b of_property_count_elems_of_size +EXPORT_SYMBOL_GPL vmlinux 0x202b322b cpuidle_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0x202d4ed6 nvmem_cell_write +EXPORT_SYMBOL_GPL vmlinux 0x202eec9b ehci_init_driver +EXPORT_SYMBOL_GPL vmlinux 0x203989f6 nvdimm_security_setup_events +EXPORT_SYMBOL_GPL vmlinux 0x203f02f4 udp_destruct_common +EXPORT_SYMBOL_GPL vmlinux 0x2040ef7f simple_attr_write +EXPORT_SYMBOL_GPL vmlinux 0x204aaf89 iommu_alloc_resv_region +EXPORT_SYMBOL_GPL vmlinux 0x204f2c5c gnttab_free_grant_reference +EXPORT_SYMBOL_GPL vmlinux 0x20517718 pci_disable_sriov +EXPORT_SYMBOL_GPL vmlinux 0x20620349 scsi_get_vpd_page +EXPORT_SYMBOL_GPL vmlinux 0x206975a2 posix_clock_register +EXPORT_SYMBOL_GPL vmlinux 0x206c763c inet_hash +EXPORT_SYMBOL_GPL vmlinux 0x20798b4b devm_bitmap_zalloc +EXPORT_SYMBOL_GPL vmlinux 0x207df5ec mtk_eint_do_suspend +EXPORT_SYMBOL_GPL vmlinux 0x2082e084 dma_get_any_slave_channel +EXPORT_SYMBOL_GPL vmlinux 0x20835a9f __xdp_release_frame +EXPORT_SYMBOL_GPL vmlinux 0x208c82fd task_cls_state +EXPORT_SYMBOL_GPL vmlinux 0x208d491d led_trigger_blink +EXPORT_SYMBOL_GPL vmlinux 0x20978fb9 idr_find +EXPORT_SYMBOL_GPL vmlinux 0x209ece07 usb_autopm_get_interface_async +EXPORT_SYMBOL_GPL vmlinux 0x20a279b0 device_release_driver +EXPORT_SYMBOL_GPL vmlinux 0x20a41ee8 md_stop_writes +EXPORT_SYMBOL_GPL vmlinux 0x20a4e01a HUF_readStats_wksp +EXPORT_SYMBOL_GPL vmlinux 0x20b1f49d kgdb_register_io_module +EXPORT_SYMBOL_GPL vmlinux 0x20ccd716 hwspin_lock_request_specific +EXPORT_SYMBOL_GPL vmlinux 0x20d2a23f ata_acpi_stm +EXPORT_SYMBOL_GPL vmlinux 0x20fc44ac serdev_acpi_get_uart_resource +EXPORT_SYMBOL_GPL vmlinux 0x210257a2 pci_user_write_config_dword +EXPORT_SYMBOL_GPL vmlinux 0x2107eab9 clk_hw_register_composite +EXPORT_SYMBOL_GPL vmlinux 0x210cf97d mmu_interval_read_begin +EXPORT_SYMBOL_GPL vmlinux 0x21190bd0 ehci_reset +EXPORT_SYMBOL_GPL vmlinux 0x2120d380 gnttab_page_cache_shrink +EXPORT_SYMBOL_GPL vmlinux 0x212734c5 vcap_netbytes_copy +EXPORT_SYMBOL_GPL vmlinux 0x2129573f hte_ts_get +EXPORT_SYMBOL_GPL vmlinux 0x2131fccd pci_find_ht_capability +EXPORT_SYMBOL_GPL vmlinux 0x2135df9a wwan_register_ops +EXPORT_SYMBOL_GPL vmlinux 0x213b07f9 usb_hcd_platform_shutdown +EXPORT_SYMBOL_GPL vmlinux 0x2148388d simple_attr_release +EXPORT_SYMBOL_GPL vmlinux 0x21611ce5 sdio_readw +EXPORT_SYMBOL_GPL vmlinux 0x216de4e1 rcu_get_gp_kthreads_prio +EXPORT_SYMBOL_GPL vmlinux 0x2176e42a hwpoison_filter_memcg +EXPORT_SYMBOL_GPL vmlinux 0x2189c447 sk_msg_free_nocharge +EXPORT_SYMBOL_GPL vmlinux 0x218b6a4b phy_resolve_aneg_pause +EXPORT_SYMBOL_GPL vmlinux 0x218e38d9 dma_wait_for_async_tx +EXPORT_SYMBOL_GPL vmlinux 0x218f93ba spi_target_abort +EXPORT_SYMBOL_GPL vmlinux 0x2193619c wakeup_source_register +EXPORT_SYMBOL_GPL vmlinux 0x21a563da clk_get_accuracy +EXPORT_SYMBOL_GPL vmlinux 0x21a8ae6d fsl_mc_allocate_irqs +EXPORT_SYMBOL_GPL vmlinux 0x21ac8b77 iommu_group_get_by_id +EXPORT_SYMBOL_GPL vmlinux 0x21b0989e of_platform_depopulate +EXPORT_SYMBOL_GPL vmlinux 0x21b97195 irq_chip_disable_parent +EXPORT_SYMBOL_GPL vmlinux 0x21c98bd5 phy_driver_is_genphy +EXPORT_SYMBOL_GPL vmlinux 0x21ca306f vcap_rule_add_action_u32 +EXPORT_SYMBOL_GPL vmlinux 0x21cd536a crypto_put_default_null_skcipher +EXPORT_SYMBOL_GPL vmlinux 0x21d91072 scsi_register_device_handler +EXPORT_SYMBOL_GPL vmlinux 0x21f13eff pci_epc_map_msi_irq +EXPORT_SYMBOL_GPL vmlinux 0x2200061c __tracepoint_pelt_irq_tp +EXPORT_SYMBOL_GPL vmlinux 0x220ce70c kvm_arm_hyp_service_available +EXPORT_SYMBOL_GPL vmlinux 0x221b3478 hvc_alloc +EXPORT_SYMBOL_GPL vmlinux 0x2233fa76 max8997_bulk_write +EXPORT_SYMBOL_GPL vmlinux 0x2254580b __mdiobus_modify_changed +EXPORT_SYMBOL_GPL vmlinux 0x2267dfe3 wm8350_gpio_config +EXPORT_SYMBOL_GPL vmlinux 0x22721566 bsg_job_done +EXPORT_SYMBOL_GPL vmlinux 0x2283862e xenbus_read_otherend_details +EXPORT_SYMBOL_GPL vmlinux 0x2283b06d iomap_invalidate_folio +EXPORT_SYMBOL_GPL vmlinux 0x22861142 tegra_bpmp_free_mrq +EXPORT_SYMBOL_GPL vmlinux 0x228aa074 __netif_set_xps_queue +EXPORT_SYMBOL_GPL vmlinux 0x2290148f inet_twsk_purge +EXPORT_SYMBOL_GPL vmlinux 0x2299dda3 of_msi_configure +EXPORT_SYMBOL_GPL vmlinux 0x22ab7517 devl_unlock +EXPORT_SYMBOL_GPL vmlinux 0x22aba6b2 uart_insert_char +EXPORT_SYMBOL_GPL vmlinux 0x22abc036 __page_file_index +EXPORT_SYMBOL_GPL vmlinux 0x22b18894 usb_put_dev +EXPORT_SYMBOL_GPL vmlinux 0x22b2e50d dw_pcie_ep_linkup +EXPORT_SYMBOL_GPL vmlinux 0x22d33879 ndo_dflt_bridge_getlink +EXPORT_SYMBOL_GPL vmlinux 0x22d60537 tcf_frag_xmit_count +EXPORT_SYMBOL_GPL vmlinux 0x22d9409b iomap_sort_ioends +EXPORT_SYMBOL_GPL vmlinux 0x22db756e devm_hwmon_device_register_with_info +EXPORT_SYMBOL_GPL vmlinux 0x22def8ed max8997_bulk_read +EXPORT_SYMBOL_GPL vmlinux 0x22e8762d virtio_add_status +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 0x230ffec8 __traceiter_ata_bmdma_setup +EXPORT_SYMBOL_GPL vmlinux 0x231266c3 rio_release_dma +EXPORT_SYMBOL_GPL vmlinux 0x2324e4af __pci_epf_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x232fc2da pcie_update_link_speed +EXPORT_SYMBOL_GPL vmlinux 0x23412816 rtc_tm_to_ktime +EXPORT_SYMBOL_GPL vmlinux 0x234cf416 devlink_fmsg_string_pair_put +EXPORT_SYMBOL_GPL vmlinux 0x23524da9 spi_delay_exec +EXPORT_SYMBOL_GPL vmlinux 0x23533795 dm_device_name +EXPORT_SYMBOL_GPL vmlinux 0x235a239c blk_queue_can_use_dma_map_merging +EXPORT_SYMBOL_GPL vmlinux 0x236b3738 od_register_powersave_bias_handler +EXPORT_SYMBOL_GPL vmlinux 0x237eb21c ti_sci_inta_msi_domain_alloc_irqs +EXPORT_SYMBOL_GPL vmlinux 0x23864ce7 cpuset_mem_spread_node +EXPORT_SYMBOL_GPL vmlinux 0x23898a28 fsl_mc_bus_dprtc_type +EXPORT_SYMBOL_GPL vmlinux 0x238a66f5 udp6_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0x238cda7e dax_zero_range +EXPORT_SYMBOL_GPL vmlinux 0x2396c7f0 clk_set_parent +EXPORT_SYMBOL_GPL vmlinux 0x2399fcbb netdev_set_default_ethtool_ops +EXPORT_SYMBOL_GPL vmlinux 0x239dbfc7 gpiod_get_array_optional +EXPORT_SYMBOL_GPL vmlinux 0x23aafecc device_property_read_u8_array +EXPORT_SYMBOL_GPL vmlinux 0x23f3cd89 dev_pm_opp_find_bw_ceil +EXPORT_SYMBOL_GPL vmlinux 0x23f672d8 __platform_driver_probe +EXPORT_SYMBOL_GPL vmlinux 0x23ffe9a4 dev_pm_domain_detach +EXPORT_SYMBOL_GPL vmlinux 0x241d85c5 register_ftrace_function +EXPORT_SYMBOL_GPL vmlinux 0x241f7cf6 pm_runtime_set_memalloc_noio +EXPORT_SYMBOL_GPL vmlinux 0x2421097b mpi_const +EXPORT_SYMBOL_GPL vmlinux 0x24247b4f meson_aoclkc_probe +EXPORT_SYMBOL_GPL vmlinux 0x2428bc51 ata_sas_port_suspend +EXPORT_SYMBOL_GPL vmlinux 0x242a49f9 serdev_device_wait_until_sent +EXPORT_SYMBOL_GPL vmlinux 0x243204aa pci_msi_mask_irq +EXPORT_SYMBOL_GPL vmlinux 0x2434c29a kthread_queue_work +EXPORT_SYMBOL_GPL vmlinux 0x24413343 erst_read_record +EXPORT_SYMBOL_GPL vmlinux 0x245ebdfb ahci_fill_cmd_slot +EXPORT_SYMBOL_GPL vmlinux 0x24609f09 ata_sff_hsm_move +EXPORT_SYMBOL_GPL vmlinux 0x24631a6b xenbus_dev_probe +EXPORT_SYMBOL_GPL vmlinux 0x2464da17 gen_pool_size +EXPORT_SYMBOL_GPL vmlinux 0x2465fb52 serial8250_read_char +EXPORT_SYMBOL_GPL vmlinux 0x24660d77 subsys_interface_register +EXPORT_SYMBOL_GPL vmlinux 0x2469810f __rcu_read_unlock +EXPORT_SYMBOL_GPL vmlinux 0x2469d14c fsl_mc_portal_reset +EXPORT_SYMBOL_GPL vmlinux 0x246afef0 dax_region_put +EXPORT_SYMBOL_GPL vmlinux 0x24770e23 scsi_dh_activate +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 0x2493dc74 init_user_ns +EXPORT_SYMBOL_GPL vmlinux 0x2496484c shash_no_setkey +EXPORT_SYMBOL_GPL vmlinux 0x24ad11db wakeup_sources_read_unlock +EXPORT_SYMBOL_GPL vmlinux 0x24b9f6c3 ata_change_queue_depth +EXPORT_SYMBOL_GPL vmlinux 0x24c2b08d screen_pos +EXPORT_SYMBOL_GPL vmlinux 0x24c39ce3 gpiochip_relres_irq +EXPORT_SYMBOL_GPL vmlinux 0x24da0093 rcu_inkernel_boot_has_ended +EXPORT_SYMBOL_GPL vmlinux 0x24e19c9a fsstack_copy_attr_all +EXPORT_SYMBOL_GPL vmlinux 0x24e4b0f4 cgroup_get_e_css +EXPORT_SYMBOL_GPL vmlinux 0x24e97bdc inet6_cleanup_sock +EXPORT_SYMBOL_GPL vmlinux 0x24eb7e32 leds_list +EXPORT_SYMBOL_GPL vmlinux 0x24ee52c2 of_i2c_get_board_info +EXPORT_SYMBOL_GPL vmlinux 0x24f39c39 reset_control_reset +EXPORT_SYMBOL_GPL vmlinux 0x24fc50f4 kdb_unregister +EXPORT_SYMBOL_GPL vmlinux 0x250005b6 devm_of_icc_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0x250b3942 __kthread_init_worker +EXPORT_SYMBOL_GPL vmlinux 0x251302b3 devlink_port_type_ib_set +EXPORT_SYMBOL_GPL vmlinux 0x251a1731 phy_init +EXPORT_SYMBOL_GPL vmlinux 0x251f6d5d __irq_domain_add +EXPORT_SYMBOL_GPL vmlinux 0x25222cef blk_queue_required_elevator_features +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 0x2542c660 __traceiter_sched_cpu_capacity_tp +EXPORT_SYMBOL_GPL vmlinux 0x2542e197 edac_device_alloc_ctl_info +EXPORT_SYMBOL_GPL vmlinux 0x255f1c50 dev_pm_domain_attach_by_id +EXPORT_SYMBOL_GPL vmlinux 0x2574573c virtqueue_detach_unused_buf +EXPORT_SYMBOL_GPL vmlinux 0x2574da11 zynqmp_pm_write_pggs +EXPORT_SYMBOL_GPL vmlinux 0x25860bc4 em_pd_get +EXPORT_SYMBOL_GPL vmlinux 0x2592fc6c console_printk +EXPORT_SYMBOL_GPL vmlinux 0x25b47fab blkcg_policy_unregister +EXPORT_SYMBOL_GPL vmlinux 0x25bbfa9a security_kernel_load_data +EXPORT_SYMBOL_GPL vmlinux 0x25bd436b umd_load_blob +EXPORT_SYMBOL_GPL vmlinux 0x25c42796 onboard_hub_destroy_pdevs +EXPORT_SYMBOL_GPL vmlinux 0x25c8208b regulator_desc_list_voltage_linear_range +EXPORT_SYMBOL_GPL vmlinux 0x25c9dc1e devm_pm_opp_set_config +EXPORT_SYMBOL_GPL vmlinux 0x25d41b7f blk_crypto_has_capabilities +EXPORT_SYMBOL_GPL vmlinux 0x25d891f9 ata_sas_async_probe +EXPORT_SYMBOL_GPL vmlinux 0x25dcd29e pstore_unregister +EXPORT_SYMBOL_GPL vmlinux 0x25e3e51a regmap_mmio_attach_clk +EXPORT_SYMBOL_GPL vmlinux 0x25e70989 devlink_params_unregister +EXPORT_SYMBOL_GPL vmlinux 0x26003eec pci_epc_add_epf +EXPORT_SYMBOL_GPL vmlinux 0x260f4388 phylink_mii_c22_pcs_config +EXPORT_SYMBOL_GPL vmlinux 0x261ec2ce icc_provider_init +EXPORT_SYMBOL_GPL vmlinux 0x263631e1 debugfs_create_x16 +EXPORT_SYMBOL_GPL vmlinux 0x2641d3a5 mtk_pinconf_bias_get_rev1 +EXPORT_SYMBOL_GPL vmlinux 0x264316ea __ip6_datagram_connect +EXPORT_SYMBOL_GPL vmlinux 0x26520970 vm_memory_committed +EXPORT_SYMBOL_GPL vmlinux 0x2653b252 vcap_keyset_name +EXPORT_SYMBOL_GPL vmlinux 0x265bbef9 kexec_crash_loaded +EXPORT_SYMBOL_GPL vmlinux 0x26615e7a get_cpu_device +EXPORT_SYMBOL_GPL vmlinux 0x266a4b08 tasklet_unlock +EXPORT_SYMBOL_GPL vmlinux 0x267df662 smp_call_on_cpu +EXPORT_SYMBOL_GPL vmlinux 0x26a93eb2 verify_pkcs7_signature +EXPORT_SYMBOL_GPL vmlinux 0x26ab4755 put_old_itimerspec32 +EXPORT_SYMBOL_GPL vmlinux 0x26bbc157 debugfs_create_ulong +EXPORT_SYMBOL_GPL vmlinux 0x26bd1114 iommu_set_fault_handler +EXPORT_SYMBOL_GPL vmlinux 0x26c90ea4 scsi_eh_get_sense +EXPORT_SYMBOL_GPL vmlinux 0x26ed2186 register_vmap_purge_notifier +EXPORT_SYMBOL_GPL vmlinux 0x27046576 kvm_exit +EXPORT_SYMBOL_GPL vmlinux 0x271fe76f dma_need_sync +EXPORT_SYMBOL_GPL vmlinux 0x272e9d77 hisi_reset_exit +EXPORT_SYMBOL_GPL vmlinux 0x2735165d kill_device +EXPORT_SYMBOL_GPL vmlinux 0x274df4bc netlink_remove_tap +EXPORT_SYMBOL_GPL vmlinux 0x276664c6 fwnode_property_get_reference_args +EXPORT_SYMBOL_GPL vmlinux 0x2773c485 __wake_up_locked +EXPORT_SYMBOL_GPL vmlinux 0x277d354b tcp_cong_avoid_ai +EXPORT_SYMBOL_GPL vmlinux 0x2795dfc7 gfn_to_hva +EXPORT_SYMBOL_GPL vmlinux 0x279d29ff cpufreq_driver_resolve_freq +EXPORT_SYMBOL_GPL vmlinux 0x27dc9471 __tracepoint_br_fdb_update +EXPORT_SYMBOL_GPL vmlinux 0x27e776c7 tcp_bpf_update_proto +EXPORT_SYMBOL_GPL vmlinux 0x27f4f029 ftrace_set_global_filter +EXPORT_SYMBOL_GPL vmlinux 0x27fa66e1 nr_free_buffer_pages +EXPORT_SYMBOL_GPL vmlinux 0x27fd9303 sync_page_io +EXPORT_SYMBOL_GPL vmlinux 0x280ff2b8 to_of_pinfo +EXPORT_SYMBOL_GPL vmlinux 0x2817f7fd cppc_get_desired_perf +EXPORT_SYMBOL_GPL vmlinux 0x2818d896 ata_pci_sff_init_one +EXPORT_SYMBOL_GPL vmlinux 0x282cdabc usb_led_activity +EXPORT_SYMBOL_GPL vmlinux 0x28310bcd kasprintf_strarray +EXPORT_SYMBOL_GPL vmlinux 0x28328c11 rio_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x28365fa5 raw_unhash_sk +EXPORT_SYMBOL_GPL vmlinux 0x284c9656 debugfs_create_blob +EXPORT_SYMBOL_GPL vmlinux 0x285e681a pci_bridge_emul_conf_read +EXPORT_SYMBOL_GPL vmlinux 0x2862add9 ahci_platform_find_clk +EXPORT_SYMBOL_GPL vmlinux 0x2864abc9 klist_node_attached +EXPORT_SYMBOL_GPL vmlinux 0x286cc647 async_synchronize_cookie_domain +EXPORT_SYMBOL_GPL vmlinux 0x28717263 usb_match_id +EXPORT_SYMBOL_GPL vmlinux 0x2882d40e usb_role_switch_unregister +EXPORT_SYMBOL_GPL vmlinux 0x28953eaa pwm_capture +EXPORT_SYMBOL_GPL vmlinux 0x289602e7 dev_coredumpm +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 0x28c6de97 genphy_c45_pma_read_abilities +EXPORT_SYMBOL_GPL vmlinux 0x28dc7fd6 anon_inode_getfd +EXPORT_SYMBOL_GPL vmlinux 0x28e1def4 meson_a1_parse_dt_extra +EXPORT_SYMBOL_GPL vmlinux 0x290f41d5 fscrypt_file_open +EXPORT_SYMBOL_GPL vmlinux 0x291876f3 mpi_ec_get_affine +EXPORT_SYMBOL_GPL vmlinux 0x292fbe66 regmap_check_range_table +EXPORT_SYMBOL_GPL vmlinux 0x29341511 devm_hwrng_unregister +EXPORT_SYMBOL_GPL vmlinux 0x293b0e0d em_dev_unregister_perf_domain +EXPORT_SYMBOL_GPL vmlinux 0x29435596 __iptunnel_pull_header +EXPORT_SYMBOL_GPL vmlinux 0x295073eb pm_generic_restore_early +EXPORT_SYMBOL_GPL vmlinux 0x29525e1a led_classdev_unregister +EXPORT_SYMBOL_GPL vmlinux 0x295286de tpm2_probe +EXPORT_SYMBOL_GPL vmlinux 0x295369a1 debugfs_create_file_size +EXPORT_SYMBOL_GPL vmlinux 0x295b982a hisi_clk_register_fixed_rate +EXPORT_SYMBOL_GPL vmlinux 0x295cd44b devm_of_led_get +EXPORT_SYMBOL_GPL vmlinux 0x2963d0d0 do_take_over_console +EXPORT_SYMBOL_GPL vmlinux 0x296682b0 zynqmp_pm_get_rpu_mode +EXPORT_SYMBOL_GPL vmlinux 0x29767c04 devm_gpiod_get_index_optional +EXPORT_SYMBOL_GPL vmlinux 0x29796c6b lwtunnel_fill_encap +EXPORT_SYMBOL_GPL vmlinux 0x2980134c cpufreq_cpu_get +EXPORT_SYMBOL_GPL vmlinux 0x29822d22 fixed_phy_register_with_gpiod +EXPORT_SYMBOL_GPL vmlinux 0x298f5a34 devm_of_clk_add_hw_provider +EXPORT_SYMBOL_GPL vmlinux 0x29a27f97 ping_unhash +EXPORT_SYMBOL_GPL vmlinux 0x29aa4671 __fscrypt_prepare_lookup +EXPORT_SYMBOL_GPL vmlinux 0x29d00d6b ethtool_params_from_link_mode +EXPORT_SYMBOL_GPL vmlinux 0x29d76547 k3_udma_glue_tdown_rx_chn +EXPORT_SYMBOL_GPL vmlinux 0x29e71517 register_acpi_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x29eba37f current_is_async +EXPORT_SYMBOL_GPL vmlinux 0x29f0fa2a devm_regmap_field_bulk_alloc +EXPORT_SYMBOL_GPL vmlinux 0x29fa3e54 unregister_acpi_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x29fabe81 ata_link_abort +EXPORT_SYMBOL_GPL vmlinux 0x29fc0fc6 pci_user_write_config_word +EXPORT_SYMBOL_GPL vmlinux 0x2a16a2fd wm831x_bulk_read +EXPORT_SYMBOL_GPL vmlinux 0x2a1e6289 i2c_slave_unregister +EXPORT_SYMBOL_GPL vmlinux 0x2a2f04fa ip_tunnel_netlink_parms +EXPORT_SYMBOL_GPL vmlinux 0x2a315416 ip6_route_output_flags +EXPORT_SYMBOL_GPL vmlinux 0x2a3374fa crypto_skcipher_setkey +EXPORT_SYMBOL_GPL vmlinux 0x2a35bda0 platform_get_resource_byname +EXPORT_SYMBOL_GPL vmlinux 0x2a3b6f49 vcap_keyfieldset +EXPORT_SYMBOL_GPL vmlinux 0x2a3bb5ba devm_serdev_device_open +EXPORT_SYMBOL_GPL vmlinux 0x2a3dee17 debugfs_create_atomic_t +EXPORT_SYMBOL_GPL vmlinux 0x2a4764fa irq_setup_alt_chip +EXPORT_SYMBOL_GPL vmlinux 0x2a59ac83 sk_msg_alloc +EXPORT_SYMBOL_GPL vmlinux 0x2a5a4b98 ata_sas_port_destroy +EXPORT_SYMBOL_GPL vmlinux 0x2a5cebfc gen10g_config_aneg +EXPORT_SYMBOL_GPL vmlinux 0x2a5ea9ef rhashtable_destroy +EXPORT_SYMBOL_GPL vmlinux 0x2a62cb3a ring_buffer_overrun_cpu +EXPORT_SYMBOL_GPL vmlinux 0x2a6a2ff4 pci_epc_mem_exit +EXPORT_SYMBOL_GPL vmlinux 0x2a7316da __SCK__tp_func_neigh_cleanup_and_release +EXPORT_SYMBOL_GPL vmlinux 0x2a7bb9f9 skb_complete_wifi_ack +EXPORT_SYMBOL_GPL vmlinux 0x2a976d1c dax_synchronous +EXPORT_SYMBOL_GPL vmlinux 0x2a979721 scsi_nl_sock +EXPORT_SYMBOL_GPL vmlinux 0x2a9b236b rtm_getroute_parse_ip_proto +EXPORT_SYMBOL_GPL vmlinux 0x2a9ca1d4 phy_destroy +EXPORT_SYMBOL_GPL vmlinux 0x2a9cb9c6 usb_reset_endpoint +EXPORT_SYMBOL_GPL vmlinux 0x2aa92db3 blk_queue_rq_timeout +EXPORT_SYMBOL_GPL vmlinux 0x2aadad1a efi_capsule_update +EXPORT_SYMBOL_GPL vmlinux 0x2ae1689e zynqmp_pm_clock_getdivider +EXPORT_SYMBOL_GPL vmlinux 0x2ae67eeb regulator_sync_voltage +EXPORT_SYMBOL_GPL vmlinux 0x2ae6ed36 bpf_prog_free +EXPORT_SYMBOL_GPL vmlinux 0x2aedadbd blk_mq_queue_inflight +EXPORT_SYMBOL_GPL vmlinux 0x2af238a3 iomap_swapfile_activate +EXPORT_SYMBOL_GPL vmlinux 0x2af314c5 dprc_cleanup +EXPORT_SYMBOL_GPL vmlinux 0x2b0fe000 gnttab_cancel_free_callback +EXPORT_SYMBOL_GPL vmlinux 0x2b100eaa inet6_lookup_listener +EXPORT_SYMBOL_GPL vmlinux 0x2b19dcc3 devm_otg_ulpi_create +EXPORT_SYMBOL_GPL vmlinux 0x2b3020b7 pci_epc_clear_bar +EXPORT_SYMBOL_GPL vmlinux 0x2b3a9063 sdio_retune_hold_now +EXPORT_SYMBOL_GPL vmlinux 0x2b3b0ae1 ip6_sk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0x2b41120b watchdog_set_restart_priority +EXPORT_SYMBOL_GPL vmlinux 0x2b4509dd devlink_health_reporter_state_update +EXPORT_SYMBOL_GPL vmlinux 0x2b4dcad1 k3_ringacc_ring_cfg +EXPORT_SYMBOL_GPL vmlinux 0x2b532161 irq_domain_add_legacy +EXPORT_SYMBOL_GPL vmlinux 0x2b540a10 desc_to_gpio +EXPORT_SYMBOL_GPL vmlinux 0x2b597bb5 nvdimm_name +EXPORT_SYMBOL_GPL vmlinux 0x2b5afb9b nvmem_cell_read_u64 +EXPORT_SYMBOL_GPL vmlinux 0x2b6150fb power_supply_temp2resist_simple +EXPORT_SYMBOL_GPL vmlinux 0x2b671f52 stmpe_disable +EXPORT_SYMBOL_GPL vmlinux 0x2b6d960d synth_event_cmd_init +EXPORT_SYMBOL_GPL vmlinux 0x2b72eb05 securityfs_create_symlink +EXPORT_SYMBOL_GPL vmlinux 0x2b76646e pkcs7_free_message +EXPORT_SYMBOL_GPL vmlinux 0x2b795095 __traceiter_block_unplug +EXPORT_SYMBOL_GPL vmlinux 0x2b86f0fd zynqmp_pm_bootmode_read +EXPORT_SYMBOL_GPL vmlinux 0x2b92ef11 msi_unlock_descs +EXPORT_SYMBOL_GPL vmlinux 0x2b960b66 qman_is_probed +EXPORT_SYMBOL_GPL vmlinux 0x2b9997fb atomic_notifier_chain_register +EXPORT_SYMBOL_GPL vmlinux 0x2ba69c11 rockchip_pcie_enable_clocks +EXPORT_SYMBOL_GPL vmlinux 0x2bb6e727 ata_host_detach +EXPORT_SYMBOL_GPL vmlinux 0x2bbdf41f pcie_aspm_enabled +EXPORT_SYMBOL_GPL vmlinux 0x2bc611f7 nl_table +EXPORT_SYMBOL_GPL vmlinux 0x2bd1c5f4 nvdimm_to_bus +EXPORT_SYMBOL_GPL vmlinux 0x2bd8a8bb blk_fill_rwbs +EXPORT_SYMBOL_GPL vmlinux 0x2bdf5ab0 pm_wakeup_pending +EXPORT_SYMBOL_GPL vmlinux 0x2befe110 fsnotify_find_mark +EXPORT_SYMBOL_GPL vmlinux 0x2bf32bc0 regulator_get_voltage +EXPORT_SYMBOL_GPL vmlinux 0x2bf68c1a vcap_rule_iter +EXPORT_SYMBOL_GPL vmlinux 0x2c0449b4 phy_exit +EXPORT_SYMBOL_GPL vmlinux 0x2c09db62 ata_dummy_port_ops +EXPORT_SYMBOL_GPL vmlinux 0x2c1080e0 devm_regmap_del_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0x2c208607 power_supply_is_system_supplied +EXPORT_SYMBOL_GPL vmlinux 0x2c3054f9 net_inc_ingress_queue +EXPORT_SYMBOL_GPL vmlinux 0x2c314a96 mddev_suspend +EXPORT_SYMBOL_GPL vmlinux 0x2c31e6eb tegra_bpmp_transfer_atomic +EXPORT_SYMBOL_GPL vmlinux 0x2c34f9be ping_get_port +EXPORT_SYMBOL_GPL vmlinux 0x2c3666fd trace_put_event_file +EXPORT_SYMBOL_GPL vmlinux 0x2c36cc85 __tracepoint_unmap +EXPORT_SYMBOL_GPL vmlinux 0x2c4568ad devlink_port_health_reporter_create +EXPORT_SYMBOL_GPL vmlinux 0x2c4f3e90 dev_pm_opp_find_level_ceil +EXPORT_SYMBOL_GPL vmlinux 0x2c635527 arch_invalidate_pmem +EXPORT_SYMBOL_GPL vmlinux 0x2c6379a2 rio_register_scan +EXPORT_SYMBOL_GPL vmlinux 0x2c66729f phy_basic_features +EXPORT_SYMBOL_GPL vmlinux 0x2c66ac85 devlink_info_serial_number_put +EXPORT_SYMBOL_GPL vmlinux 0x2c77e960 bus_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x2c790d4a __tracepoint_sched_util_est_cfs_tp +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 0x2c84a3a0 component_compare_dev_name +EXPORT_SYMBOL_GPL vmlinux 0x2c8dd6b8 edac_mem_types +EXPORT_SYMBOL_GPL vmlinux 0x2c8e28ee phylink_ethtool_get_eee +EXPORT_SYMBOL_GPL vmlinux 0x2c93b67b of_property_read_u64_index +EXPORT_SYMBOL_GPL vmlinux 0x2c97f8a2 of_reconfig_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0x2c9fd2cd devm_clk_get_enabled +EXPORT_SYMBOL_GPL vmlinux 0x2cac8a01 icc_set_bw +EXPORT_SYMBOL_GPL vmlinux 0x2cc7f1e8 devm_thermal_of_cooling_device_register +EXPORT_SYMBOL_GPL vmlinux 0x2cde8d13 ip6_datagram_recv_ctl +EXPORT_SYMBOL_GPL vmlinux 0x2cdfd054 spi_mem_dirmap_create +EXPORT_SYMBOL_GPL vmlinux 0x2ce26b75 sched_set_fifo_low +EXPORT_SYMBOL_GPL vmlinux 0x2ce61f33 __SCK__tp_func_br_fdb_add +EXPORT_SYMBOL_GPL vmlinux 0x2cfd0ca8 percpu_is_read_locked +EXPORT_SYMBOL_GPL vmlinux 0x2d0684a9 hrtimer_init +EXPORT_SYMBOL_GPL vmlinux 0x2d0af165 gpiod_get_array_value +EXPORT_SYMBOL_GPL vmlinux 0x2d1b02d2 usermodehelper_read_lock_wait +EXPORT_SYMBOL_GPL vmlinux 0x2d2b8436 dev_pm_qos_add_request +EXPORT_SYMBOL_GPL vmlinux 0x2d2c902f perf_trace_buf_alloc +EXPORT_SYMBOL_GPL vmlinux 0x2d2dd36f kobj_ns_grab_current +EXPORT_SYMBOL_GPL vmlinux 0x2d41e6f5 __trace_puts +EXPORT_SYMBOL_GPL vmlinux 0x2d609547 dax_direct_access +EXPORT_SYMBOL_GPL vmlinux 0x2d655425 sysfs_remove_file_from_group +EXPORT_SYMBOL_GPL vmlinux 0x2d6b739d clk_hw_get_parent_index +EXPORT_SYMBOL_GPL vmlinux 0x2d7c3df0 inet_unhash +EXPORT_SYMBOL_GPL vmlinux 0x2d7d5a93 phy_package_leave +EXPORT_SYMBOL_GPL vmlinux 0x2d9c50c1 of_hwspin_lock_get_id_byname +EXPORT_SYMBOL_GPL vmlinux 0x2db3113e pci_restore_msi_state +EXPORT_SYMBOL_GPL vmlinux 0x2db59d18 ahci_platform_enable_resources +EXPORT_SYMBOL_GPL vmlinux 0x2db67d4a owl_sps_set_pg +EXPORT_SYMBOL_GPL vmlinux 0x2dbb8c00 ata_sff_check_status +EXPORT_SYMBOL_GPL vmlinux 0x2dcb0b67 blk_set_pm_only +EXPORT_SYMBOL_GPL vmlinux 0x2dce8567 ata_sff_drain_fifo +EXPORT_SYMBOL_GPL vmlinux 0x2dcffae0 fib6_rule_default +EXPORT_SYMBOL_GPL vmlinux 0x2dd5cfbd gpiod_put_array +EXPORT_SYMBOL_GPL vmlinux 0x2ddd5b55 devlink_is_reload_failed +EXPORT_SYMBOL_GPL vmlinux 0x2ded6b31 fat_search_long +EXPORT_SYMBOL_GPL vmlinux 0x2dfea4ff ata_host_put +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 0x2e2d85e5 ata_pci_bmdma_clear_simplex +EXPORT_SYMBOL_GPL vmlinux 0x2e38d2ec component_master_del +EXPORT_SYMBOL_GPL vmlinux 0x2e3c76ea regulator_map_voltage_pickable_linear_range +EXPORT_SYMBOL_GPL vmlinux 0x2e472ec7 subsys_system_register +EXPORT_SYMBOL_GPL vmlinux 0x2e540957 of_devfreq_cooling_register_power +EXPORT_SYMBOL_GPL vmlinux 0x2e5c7ccb ata_scsi_change_queue_depth +EXPORT_SYMBOL_GPL vmlinux 0x2e66298c __SCK__tp_func_sched_util_est_cfs_tp +EXPORT_SYMBOL_GPL vmlinux 0x2e797893 mtk_clk_register_gates +EXPORT_SYMBOL_GPL vmlinux 0x2e81a9aa xfrm_audit_state_replay_overflow +EXPORT_SYMBOL_GPL vmlinux 0x2e87094e lwtunnel_get_encap_size +EXPORT_SYMBOL_GPL vmlinux 0x2e89622f vcap_find_admin +EXPORT_SYMBOL_GPL vmlinux 0x2e9db64f vfs_cancel_lock +EXPORT_SYMBOL_GPL vmlinux 0x2e9ec24d free_iova +EXPORT_SYMBOL_GPL vmlinux 0x2ea4e5f5 i2c_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0x2eadeaa7 vcap_keyfield_name +EXPORT_SYMBOL_GPL vmlinux 0x2eb6c561 perf_event_pause +EXPORT_SYMBOL_GPL vmlinux 0x2ebb19fd execute_in_process_context +EXPORT_SYMBOL_GPL vmlinux 0x2ebe3135 cpu_is_hotpluggable +EXPORT_SYMBOL_GPL vmlinux 0x2ed489ec gfn_to_pfn_memslot +EXPORT_SYMBOL_GPL vmlinux 0x2ed7d311 xdp_rxq_info_unreg +EXPORT_SYMBOL_GPL vmlinux 0x2eda5811 ata_std_bios_param +EXPORT_SYMBOL_GPL vmlinux 0x2edcecfe nexthop_find_by_id +EXPORT_SYMBOL_GPL vmlinux 0x2ee7c52b btree_visitor +EXPORT_SYMBOL_GPL vmlinux 0x2ef62fa1 da903x_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x2f0d0d3f regulator_set_current_limit_regmap +EXPORT_SYMBOL_GPL vmlinux 0x2f0d9053 usb_otg_state_string +EXPORT_SYMBOL_GPL vmlinux 0x2f10f7e4 fsstack_copy_inode_size +EXPORT_SYMBOL_GPL vmlinux 0x2f1ea064 __SCK__tp_func_xdp_bulk_tx +EXPORT_SYMBOL_GPL vmlinux 0x2f2c95c4 flush_work +EXPORT_SYMBOL_GPL vmlinux 0x2f301953 phy_led_trigger_change_speed +EXPORT_SYMBOL_GPL vmlinux 0x2f3b05b2 acpi_data_fwnode_ops +EXPORT_SYMBOL_GPL vmlinux 0x2f4880df static_key_slow_dec +EXPORT_SYMBOL_GPL vmlinux 0x2f4b2364 irq_chip_unmask_parent +EXPORT_SYMBOL_GPL vmlinux 0x2f5107ee pm_wakeup_dev_event +EXPORT_SYMBOL_GPL vmlinux 0x2f571955 mmu_interval_notifier_insert +EXPORT_SYMBOL_GPL vmlinux 0x2f64415f unregister_acpi_hed_notifier +EXPORT_SYMBOL_GPL vmlinux 0x2f691937 pci_pri_supported +EXPORT_SYMBOL_GPL vmlinux 0x2f7b56c7 vcap_del_rule +EXPORT_SYMBOL_GPL vmlinux 0x2f86a801 list_lru_walk_one +EXPORT_SYMBOL_GPL vmlinux 0x2f963544 class_unregister +EXPORT_SYMBOL_GPL vmlinux 0x2f96c7a6 icmp_build_probe +EXPORT_SYMBOL_GPL vmlinux 0x2f9beb1d pl08x_filter_id +EXPORT_SYMBOL_GPL vmlinux 0x2faac966 pci_bridge_emul_init +EXPORT_SYMBOL_GPL vmlinux 0x2fac3c71 k3_ringacc_request_rings_pair +EXPORT_SYMBOL_GPL vmlinux 0x2fb7a326 devm_nvmem_device_put +EXPORT_SYMBOL_GPL vmlinux 0x2fb8fbb5 kvm_vcpu_unmap +EXPORT_SYMBOL_GPL vmlinux 0x2fb96e1f tpm_tis_core_init +EXPORT_SYMBOL_GPL vmlinux 0x2fc1ce84 cpufreq_generic_init +EXPORT_SYMBOL_GPL vmlinux 0x2fc1e0fe kmem_valid_obj +EXPORT_SYMBOL_GPL vmlinux 0x2fedde54 find_ge_pid +EXPORT_SYMBOL_GPL vmlinux 0x2ff6ab7f usb_phy_set_charger_state +EXPORT_SYMBOL_GPL vmlinux 0x2ff8de85 pinmux_generic_get_function_count +EXPORT_SYMBOL_GPL vmlinux 0x2ff9c322 crypto_alloc_base +EXPORT_SYMBOL_GPL vmlinux 0x300056b3 usb_hcd_pci_remove +EXPORT_SYMBOL_GPL vmlinux 0x3009e59a ata_sas_slave_configure +EXPORT_SYMBOL_GPL vmlinux 0x30113774 watchdog_set_last_hw_keepalive +EXPORT_SYMBOL_GPL vmlinux 0x301d75f2 skb_partial_csum_set +EXPORT_SYMBOL_GPL vmlinux 0x3021c40b virtio_require_restricted_mem_acc +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 0x30396da1 crypto_register_algs +EXPORT_SYMBOL_GPL vmlinux 0x3061cfce ring_buffer_entries_cpu +EXPORT_SYMBOL_GPL vmlinux 0x306d43ab dev_pm_opp_disable +EXPORT_SYMBOL_GPL vmlinux 0x307fe5ec spi_unregister_controller +EXPORT_SYMBOL_GPL vmlinux 0x308e3bde serdev_device_write +EXPORT_SYMBOL_GPL vmlinux 0x30a4529c pm_generic_runtime_suspend +EXPORT_SYMBOL_GPL vmlinux 0x30ade959 dev_set_name +EXPORT_SYMBOL_GPL vmlinux 0x30b0a977 cpufreq_freq_attr_scaling_boost_freqs +EXPORT_SYMBOL_GPL vmlinux 0x30c5eac3 regmap_multi_reg_write_bypassed +EXPORT_SYMBOL_GPL vmlinux 0x30c89209 __kernel_write +EXPORT_SYMBOL_GPL vmlinux 0x30e1ec25 apei_map_generic_address +EXPORT_SYMBOL_GPL vmlinux 0x30f7615f rockchip_register_softrst_lut +EXPORT_SYMBOL_GPL vmlinux 0x31019477 __ftrace_vbprintk +EXPORT_SYMBOL_GPL vmlinux 0x31053405 blk_rq_is_poll +EXPORT_SYMBOL_GPL vmlinux 0x310a4fc0 __traceiter_sched_overutilized_tp +EXPORT_SYMBOL_GPL vmlinux 0x310da6d1 phy_modify_mmd_changed +EXPORT_SYMBOL_GPL vmlinux 0x31126ddc i2c_new_client_device +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 0x312a92d0 genphy_c45_read_pma +EXPORT_SYMBOL_GPL vmlinux 0x312db872 of_prop_next_string +EXPORT_SYMBOL_GPL vmlinux 0x3130696a meson_pmx_get_func_name +EXPORT_SYMBOL_GPL vmlinux 0x3131d4a8 bpfilter_ops +EXPORT_SYMBOL_GPL vmlinux 0x313ea5fd ipi_send_single +EXPORT_SYMBOL_GPL vmlinux 0x316bf5ce divider_round_rate_parent +EXPORT_SYMBOL_GPL vmlinux 0x31839ad3 software_node_register_nodes +EXPORT_SYMBOL_GPL vmlinux 0x3187490a __SCK__tp_func_detach_device_from_domain +EXPORT_SYMBOL_GPL vmlinux 0x3192d768 cpufreq_remove_update_util_hook +EXPORT_SYMBOL_GPL vmlinux 0x3196328c dev_pm_opp_sync_regulators +EXPORT_SYMBOL_GPL vmlinux 0x319a8e43 dev_fill_forward_path +EXPORT_SYMBOL_GPL vmlinux 0x319b4290 devm_tegra_core_dev_init_opp_table +EXPORT_SYMBOL_GPL vmlinux 0x31a76d61 mas_destroy +EXPORT_SYMBOL_GPL vmlinux 0x31a95e8b ring_buffer_record_enable_cpu +EXPORT_SYMBOL_GPL vmlinux 0x31abc538 stmpe_enable +EXPORT_SYMBOL_GPL vmlinux 0x31b9cb3d crypto_enqueue_request_head +EXPORT_SYMBOL_GPL vmlinux 0x31bac05f bpf_prog_create +EXPORT_SYMBOL_GPL vmlinux 0x31c7970f pciserial_suspend_ports +EXPORT_SYMBOL_GPL vmlinux 0x31cf4f6a d_same_name +EXPORT_SYMBOL_GPL vmlinux 0x31d34278 xas_load +EXPORT_SYMBOL_GPL vmlinux 0x31dca4d8 gnttab_claim_grant_reference +EXPORT_SYMBOL_GPL vmlinux 0x31e9e8d5 zynqmp_pm_set_suspend_mode +EXPORT_SYMBOL_GPL vmlinux 0x31fc00a8 pm_generic_restore_noirq +EXPORT_SYMBOL_GPL vmlinux 0x32133f85 of_phandle_iterator_init +EXPORT_SYMBOL_GPL vmlinux 0x32183584 __devm_regmap_init_spi +EXPORT_SYMBOL_GPL vmlinux 0x321971d2 devm_gpiod_get +EXPORT_SYMBOL_GPL vmlinux 0x32295715 dev_pm_opp_clear_config +EXPORT_SYMBOL_GPL vmlinux 0x323edcda ping_init_sock +EXPORT_SYMBOL_GPL vmlinux 0x324a0531 devm_fwnode_gpiod_get_index +EXPORT_SYMBOL_GPL vmlinux 0x325888a3 __tracepoint_neigh_update +EXPORT_SYMBOL_GPL vmlinux 0x32595c99 mmc_send_tuning +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 0x32836981 public_key_verify_signature +EXPORT_SYMBOL_GPL vmlinux 0x3297fe65 vcpu_load +EXPORT_SYMBOL_GPL vmlinux 0x329c9be9 devlink_linecard_nested_dl_set +EXPORT_SYMBOL_GPL vmlinux 0x32a1670e icc_provider_add +EXPORT_SYMBOL_GPL vmlinux 0x32ab06cc irq_percpu_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0x32adf91e kobject_init_and_add +EXPORT_SYMBOL_GPL vmlinux 0x32b77e94 devm_reset_control_array_get +EXPORT_SYMBOL_GPL vmlinux 0x32bc0fcf preempt_notifier_dec +EXPORT_SYMBOL_GPL vmlinux 0x32c3cb4e class_compat_register +EXPORT_SYMBOL_GPL vmlinux 0x32dbb584 crypto_default_rng +EXPORT_SYMBOL_GPL vmlinux 0x32de9fa9 kernel_read_file +EXPORT_SYMBOL_GPL vmlinux 0x32df33e7 x509_cert_parse +EXPORT_SYMBOL_GPL vmlinux 0x32e3d9dc pci_host_common_remove +EXPORT_SYMBOL_GPL vmlinux 0x32e45e00 acpi_find_child_by_adr +EXPORT_SYMBOL_GPL vmlinux 0x32f7850b dma_resv_get_singleton +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 0x33256051 clk_hw_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0x332c3d2f addrconf_add_linklocal +EXPORT_SYMBOL_GPL vmlinux 0x332d78df tcp_reno_cong_avoid +EXPORT_SYMBOL_GPL vmlinux 0x333ac27e phy_create_lookup +EXPORT_SYMBOL_GPL vmlinux 0x333ad343 trace_define_field +EXPORT_SYMBOL_GPL vmlinux 0x33442b1f splice_to_pipe +EXPORT_SYMBOL_GPL vmlinux 0x334e9920 devres_get +EXPORT_SYMBOL_GPL vmlinux 0x335c570f enable_percpu_irq +EXPORT_SYMBOL_GPL vmlinux 0x3374e1cc xenbus_dev_groups +EXPORT_SYMBOL_GPL vmlinux 0x337814a1 iommu_detach_group +EXPORT_SYMBOL_GPL vmlinux 0x337f7664 driver_create_file +EXPORT_SYMBOL_GPL vmlinux 0x338017d5 security_kernel_post_read_file +EXPORT_SYMBOL_GPL vmlinux 0x338e680f xen_xlate_remap_gfn_array +EXPORT_SYMBOL_GPL vmlinux 0x33976be0 pinctrl_pm_select_default_state +EXPORT_SYMBOL_GPL vmlinux 0x33c5e117 bpf_trace_run5 +EXPORT_SYMBOL_GPL vmlinux 0x33ca09c9 ata_host_alloc +EXPORT_SYMBOL_GPL vmlinux 0x33e0bb15 edac_device_free_ctl_info +EXPORT_SYMBOL_GPL vmlinux 0x33e59b0b pinctrl_generic_add_group +EXPORT_SYMBOL_GPL vmlinux 0x340495da crypto_alloc_tfm_node +EXPORT_SYMBOL_GPL vmlinux 0x34075803 edac_pci_release_generic_ctl +EXPORT_SYMBOL_GPL vmlinux 0x34181c17 netdev_cmd_to_name +EXPORT_SYMBOL_GPL vmlinux 0x34257758 generic_handle_domain_irq +EXPORT_SYMBOL_GPL vmlinux 0x342986f2 tpm_tis_remove +EXPORT_SYMBOL_GPL vmlinux 0x34331f04 acpi_os_unmap_memory +EXPORT_SYMBOL_GPL vmlinux 0x343828de dw_pcie_link_up +EXPORT_SYMBOL_GPL vmlinux 0x343b4ef8 __traceiter_wbc_writepage +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 0x34550093 acpi_fetch_acpi_dev +EXPORT_SYMBOL_GPL vmlinux 0x345bb942 clk_divider_ro_ops +EXPORT_SYMBOL_GPL vmlinux 0x345c508e devm_platform_get_irqs_affinity +EXPORT_SYMBOL_GPL vmlinux 0x3476ac5b list_lru_walk_node +EXPORT_SYMBOL_GPL vmlinux 0x347cd0a5 irq_chip_mask_ack_parent +EXPORT_SYMBOL_GPL vmlinux 0x3481f136 vc_scrolldelta_helper +EXPORT_SYMBOL_GPL vmlinux 0x3491f3c7 inet_pernet_hashinfo_free +EXPORT_SYMBOL_GPL vmlinux 0x3492549b thermal_zone_device_disable +EXPORT_SYMBOL_GPL vmlinux 0x34a7b142 __SCK__tp_func_rpm_suspend +EXPORT_SYMBOL_GPL vmlinux 0x34b47afd spi_delay_to_ns +EXPORT_SYMBOL_GPL vmlinux 0x34dccfb2 context_tracking +EXPORT_SYMBOL_GPL vmlinux 0x34eab46d bind_evtchn_to_irqhandler +EXPORT_SYMBOL_GPL vmlinux 0x34f55e3c sata_pmp_qc_defer_cmd_switch +EXPORT_SYMBOL_GPL vmlinux 0x34f5d241 mtk_clk_register_dividers +EXPORT_SYMBOL_GPL vmlinux 0x34fc4ad3 __tracepoint_block_split +EXPORT_SYMBOL_GPL vmlinux 0x350f6ce5 tasklet_unlock_wait +EXPORT_SYMBOL_GPL vmlinux 0x35181076 sysfs_remove_group +EXPORT_SYMBOL_GPL vmlinux 0x35199c1c fscrypt_symlink_getattr +EXPORT_SYMBOL_GPL vmlinux 0x3526c086 sk_psock_tls_strp_read +EXPORT_SYMBOL_GPL vmlinux 0x352b3813 maxim_charger_calc_reg_current +EXPORT_SYMBOL_GPL vmlinux 0x352b911c phy_check_downshift +EXPORT_SYMBOL_GPL vmlinux 0x352ec68b bpf_offload_dev_destroy +EXPORT_SYMBOL_GPL vmlinux 0x35345b74 phy_create +EXPORT_SYMBOL_GPL vmlinux 0x35358cef mtk_clk_unregister_factors +EXPORT_SYMBOL_GPL vmlinux 0x35399862 __fsnotify_parent +EXPORT_SYMBOL_GPL vmlinux 0x353ddb52 __traceiter_sched_util_est_cfs_tp +EXPORT_SYMBOL_GPL vmlinux 0x353fbe0c fuse_dax_cancel_work +EXPORT_SYMBOL_GPL vmlinux 0x3547ee9b mtk_pinconf_drive_set +EXPORT_SYMBOL_GPL vmlinux 0x3557cf8c ata_link_next +EXPORT_SYMBOL_GPL vmlinux 0x355b2ef2 ti_sci_put_handle +EXPORT_SYMBOL_GPL vmlinux 0x355bc89a klist_next +EXPORT_SYMBOL_GPL vmlinux 0x355fb142 lp8788_read_byte +EXPORT_SYMBOL_GPL vmlinux 0x3562f983 read_sanitised_ftr_reg +EXPORT_SYMBOL_GPL vmlinux 0x3565a929 utf8_data_table +EXPORT_SYMBOL_GPL vmlinux 0x356816de lwtunnel_build_state +EXPORT_SYMBOL_GPL vmlinux 0x35737b7d dprc_scan_container +EXPORT_SYMBOL_GPL vmlinux 0x357457c3 psil_get_ep_config +EXPORT_SYMBOL_GPL vmlinux 0x3589b331 nexthop_select_path +EXPORT_SYMBOL_GPL vmlinux 0x358ff60f twl_get_hfclk_rate +EXPORT_SYMBOL_GPL vmlinux 0x35994c23 zap_vma_ptes +EXPORT_SYMBOL_GPL vmlinux 0x35a4f59d zynqmp_pm_clock_setdivider +EXPORT_SYMBOL_GPL vmlinux 0x35a6d7eb vma_kernel_pagesize +EXPORT_SYMBOL_GPL vmlinux 0x35a7f2fd ext_pi_type1_crc64 +EXPORT_SYMBOL_GPL vmlinux 0x35c25897 nvdimm_delete +EXPORT_SYMBOL_GPL vmlinux 0x35d3dc46 crypto_alg_sem +EXPORT_SYMBOL_GPL vmlinux 0x35fac474 serdev_device_set_tiocm +EXPORT_SYMBOL_GPL vmlinux 0x35fc7bc8 simple_attr_write_signed +EXPORT_SYMBOL_GPL vmlinux 0x36038e78 crypto_grab_akcipher +EXPORT_SYMBOL_GPL vmlinux 0x360583e2 pm_clk_create +EXPORT_SYMBOL_GPL vmlinux 0x3612e9e8 usb_amd_pt_check_port +EXPORT_SYMBOL_GPL vmlinux 0x361addd4 serial8250_do_startup +EXPORT_SYMBOL_GPL vmlinux 0x36242943 switchdev_deferred_process +EXPORT_SYMBOL_GPL vmlinux 0x36314eb9 blk_mq_update_nr_hw_queues +EXPORT_SYMBOL_GPL vmlinux 0x36342556 io_uring_cmd_complete_in_task +EXPORT_SYMBOL_GPL vmlinux 0x365989e5 imx_1416x_pll +EXPORT_SYMBOL_GPL vmlinux 0x365b45d1 __tracepoint_sched_update_nr_running_tp +EXPORT_SYMBOL_GPL vmlinux 0x36652498 input_ff_event +EXPORT_SYMBOL_GPL vmlinux 0x367fd32d iommu_enable_nesting +EXPORT_SYMBOL_GPL vmlinux 0x36898d6f gpiod_remove_hogs +EXPORT_SYMBOL_GPL vmlinux 0x368c22f3 mtk_clk_unregister_dividers +EXPORT_SYMBOL_GPL vmlinux 0x368db61e bpf_prog_destroy +EXPORT_SYMBOL_GPL vmlinux 0x369fcd70 tracing_snapshot +EXPORT_SYMBOL_GPL vmlinux 0x36a0016d crypto_register_akcipher +EXPORT_SYMBOL_GPL vmlinux 0x36ac17ab alloc_iova_fast +EXPORT_SYMBOL_GPL vmlinux 0x36b15e1a pm_clk_suspend +EXPORT_SYMBOL_GPL vmlinux 0x36c62575 regulator_map_voltage_linear +EXPORT_SYMBOL_GPL vmlinux 0x36db870b zynqmp_pm_sha_hash +EXPORT_SYMBOL_GPL vmlinux 0x36f08ae5 iommu_sva_alloc_pasid +EXPORT_SYMBOL_GPL vmlinux 0x3706c5d5 ethnl_cable_test_free +EXPORT_SYMBOL_GPL vmlinux 0x37169f79 cpu_latency_qos_update_request +EXPORT_SYMBOL_GPL vmlinux 0x371ffb81 devlink_traps_unregister +EXPORT_SYMBOL_GPL vmlinux 0x37305c55 iommu_detach_device +EXPORT_SYMBOL_GPL vmlinux 0x3738e2bb ata_wait_after_reset +EXPORT_SYMBOL_GPL vmlinux 0x373e94ef virtqueue_get_buf +EXPORT_SYMBOL_GPL vmlinux 0x3750d770 erst_read +EXPORT_SYMBOL_GPL vmlinux 0x376b2512 vcap_lookup_keyfield +EXPORT_SYMBOL_GPL vmlinux 0x3775c25b k3_udma_glue_tx_cppi5_to_dma_addr +EXPORT_SYMBOL_GPL vmlinux 0x377a0313 gpiod_set_array_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x377bbcbc pm_suspend_target_state +EXPORT_SYMBOL_GPL vmlinux 0x377e920e blk_mq_sched_try_merge +EXPORT_SYMBOL_GPL vmlinux 0x378adfb7 zynqmp_pm_sd_dll_reset +EXPORT_SYMBOL_GPL vmlinux 0x37914025 xenbus_write +EXPORT_SYMBOL_GPL vmlinux 0x379a4e27 sdio_writel +EXPORT_SYMBOL_GPL vmlinux 0x379a93ef pm_clk_runtime_resume +EXPORT_SYMBOL_GPL vmlinux 0x379c1e4e device_driver_attach +EXPORT_SYMBOL_GPL vmlinux 0x37a8b19b devlink_port_fini +EXPORT_SYMBOL_GPL vmlinux 0x37ab2ff8 ip_route_output_flow +EXPORT_SYMBOL_GPL vmlinux 0x37b816ff generic_device_group +EXPORT_SYMBOL_GPL vmlinux 0x37bf7be3 percpu_ref_exit +EXPORT_SYMBOL_GPL vmlinux 0x37c07606 pci_pasid_features +EXPORT_SYMBOL_GPL vmlinux 0x37c20523 pci_user_read_config_word +EXPORT_SYMBOL_GPL vmlinux 0x37cdbc49 get_net_ns_by_id +EXPORT_SYMBOL_GPL vmlinux 0x37e43ca3 inet_send_prepare +EXPORT_SYMBOL_GPL vmlinux 0x37fa3758 of_reset_control_array_get +EXPORT_SYMBOL_GPL vmlinux 0x3801776b __ioread32_copy +EXPORT_SYMBOL_GPL vmlinux 0x38096cfc pm_genpd_remove_subdomain +EXPORT_SYMBOL_GPL vmlinux 0x380b69ba hwspin_lock_free +EXPORT_SYMBOL_GPL vmlinux 0x380dde36 power_supply_batinfo_ocv2cap +EXPORT_SYMBOL_GPL vmlinux 0x3817cab1 __devm_alloc_percpu +EXPORT_SYMBOL_GPL vmlinux 0x381822ba exportfs_encode_inode_fh +EXPORT_SYMBOL_GPL vmlinux 0x3821e90d nvmem_register +EXPORT_SYMBOL_GPL vmlinux 0x38268b62 icc_bulk_enable +EXPORT_SYMBOL_GPL vmlinux 0x38374815 clear_selection +EXPORT_SYMBOL_GPL vmlinux 0x383b7159 dev_pm_qos_add_notifier +EXPORT_SYMBOL_GPL vmlinux 0x3845249a tpm_pcr_read +EXPORT_SYMBOL_GPL vmlinux 0x3866e217 nvmem_device_write +EXPORT_SYMBOL_GPL vmlinux 0x3867b6b9 led_set_brightness_nosleep +EXPORT_SYMBOL_GPL vmlinux 0x3869e6d8 to_nvdimm +EXPORT_SYMBOL_GPL vmlinux 0x386c9450 of_usb_get_phy_mode +EXPORT_SYMBOL_GPL vmlinux 0x38708e25 inet_peer_base_init +EXPORT_SYMBOL_GPL vmlinux 0x389082e2 hv_setup_dma_ops +EXPORT_SYMBOL_GPL vmlinux 0x389b64a2 static_key_count +EXPORT_SYMBOL_GPL vmlinux 0x389c3da2 blk_mq_sched_mark_restart_hctx +EXPORT_SYMBOL_GPL vmlinux 0x38a5ce28 efivars_unregister +EXPORT_SYMBOL_GPL vmlinux 0x38a88e82 crypto_unregister_templates +EXPORT_SYMBOL_GPL vmlinux 0x38aa1397 gpiod_add_lookup_table +EXPORT_SYMBOL_GPL vmlinux 0x38b5b5a2 pci_generic_config_write +EXPORT_SYMBOL_GPL vmlinux 0x38c3ff30 freq_qos_add_notifier +EXPORT_SYMBOL_GPL vmlinux 0x38d171d8 device_register +EXPORT_SYMBOL_GPL vmlinux 0x38d85ba2 bpf_trace_run8 +EXPORT_SYMBOL_GPL vmlinux 0x38e00c19 rio_register_mport +EXPORT_SYMBOL_GPL vmlinux 0x38e1fde7 mpi_set +EXPORT_SYMBOL_GPL vmlinux 0x38e5bc5a clk_set_rate_range +EXPORT_SYMBOL_GPL vmlinux 0x38e77007 phylink_create +EXPORT_SYMBOL_GPL vmlinux 0x38e89aac hwspin_lock_register +EXPORT_SYMBOL_GPL vmlinux 0x38eb6995 sprd_pinctrl_remove +EXPORT_SYMBOL_GPL vmlinux 0x38f704de dm_get_reserved_bio_based_ios +EXPORT_SYMBOL_GPL vmlinux 0x38f76f40 policy_has_boost_freq +EXPORT_SYMBOL_GPL vmlinux 0x38fb8e7f pcie_reset_flr +EXPORT_SYMBOL_GPL vmlinux 0x39182477 rio_map_outb_region +EXPORT_SYMBOL_GPL vmlinux 0x3922d940 fixed_phy_set_link_update +EXPORT_SYMBOL_GPL vmlinux 0x392e65fc pci_iomap_wc_range +EXPORT_SYMBOL_GPL vmlinux 0x3934db83 pci_bridge_emul_cleanup +EXPORT_SYMBOL_GPL vmlinux 0x39365b92 fuse_conn_init +EXPORT_SYMBOL_GPL vmlinux 0x393832a6 blkdev_report_zones +EXPORT_SYMBOL_GPL vmlinux 0x39449c19 gfn_to_pfn +EXPORT_SYMBOL_GPL vmlinux 0x394c3040 ahci_platform_enable_clks +EXPORT_SYMBOL_GPL vmlinux 0x395b8b90 sbitmap_prepare_to_wait +EXPORT_SYMBOL_GPL vmlinux 0x395f83b0 bpf_event_output +EXPORT_SYMBOL_GPL vmlinux 0x3975a070 nf_queue +EXPORT_SYMBOL_GPL vmlinux 0x3975fd54 crypto_register_rng +EXPORT_SYMBOL_GPL vmlinux 0x397e2142 __SCK__tp_func_sched_cpu_capacity_tp +EXPORT_SYMBOL_GPL vmlinux 0x3987d34f usb_free_streams +EXPORT_SYMBOL_GPL vmlinux 0x39884fc5 crypto_stats_decompress +EXPORT_SYMBOL_GPL vmlinux 0x398faabf scsi_dh_set_params +EXPORT_SYMBOL_GPL vmlinux 0x39a7affc driver_deferred_probe_timeout +EXPORT_SYMBOL_GPL vmlinux 0x39a8efd5 qcom_smem_state_register +EXPORT_SYMBOL_GPL vmlinux 0x39aa4888 usb_role_string +EXPORT_SYMBOL_GPL vmlinux 0x39b837f1 dev_pm_opp_of_add_table_indexed +EXPORT_SYMBOL_GPL vmlinux 0x39b8953e clk_hw_unregister_fixed_factor +EXPORT_SYMBOL_GPL vmlinux 0x39bf8a21 handle_level_irq +EXPORT_SYMBOL_GPL vmlinux 0x39c32aca __SCK__tp_func_neigh_event_send_done +EXPORT_SYMBOL_GPL vmlinux 0x39c42af2 clk_register_mux_table +EXPORT_SYMBOL_GPL vmlinux 0x39c8233a tc3589x_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x39c9d88c xas_find +EXPORT_SYMBOL_GPL vmlinux 0x39d7febb usb_of_get_interface_node +EXPORT_SYMBOL_GPL vmlinux 0x39da41f1 device_match_name +EXPORT_SYMBOL_GPL vmlinux 0x39ded098 rdma_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0x39f7701b fsl_mc_bus_dpdmux_type +EXPORT_SYMBOL_GPL vmlinux 0x39f93877 sysfs_break_active_protection +EXPORT_SYMBOL_GPL vmlinux 0x39fd83db halt_poll_ns_shrink +EXPORT_SYMBOL_GPL vmlinux 0x3a00a9ea synth_event_trace +EXPORT_SYMBOL_GPL vmlinux 0x3a13e211 usb_asmedia_modifyflowcontrol +EXPORT_SYMBOL_GPL vmlinux 0x3a15013b ata_pack_xfermask +EXPORT_SYMBOL_GPL vmlinux 0x3a1a06e7 open_related_ns +EXPORT_SYMBOL_GPL vmlinux 0x3a1c083b iommu_sva_unbind_device +EXPORT_SYMBOL_GPL vmlinux 0x3a1ca51c crypto_inst_setname +EXPORT_SYMBOL_GPL vmlinux 0x3a22985d __skb_zcopy_downgrade_managed +EXPORT_SYMBOL_GPL vmlinux 0x3a24fb2f percpu_ref_resurrect +EXPORT_SYMBOL_GPL vmlinux 0x3a25e508 __fscrypt_prepare_rename +EXPORT_SYMBOL_GPL vmlinux 0x3a2d978d vcap_enable_lookups +EXPORT_SYMBOL_GPL vmlinux 0x3a2deae6 of_prop_next_u32 +EXPORT_SYMBOL_GPL vmlinux 0x3a2ea8a4 md_stop +EXPORT_SYMBOL_GPL vmlinux 0x3a354176 __pci_hp_initialize +EXPORT_SYMBOL_GPL vmlinux 0x3a4f6a32 ata_sff_interrupt +EXPORT_SYMBOL_GPL vmlinux 0x3a536bd7 ring_buffer_read_finish +EXPORT_SYMBOL_GPL vmlinux 0x3a547b1b inet6_compat_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x3a55981a static_key_enable_cpuslocked +EXPORT_SYMBOL_GPL vmlinux 0x3a58f727 nvdimm_has_flush +EXPORT_SYMBOL_GPL vmlinux 0x3a74e484 __tracepoint_sched_util_est_se_tp +EXPORT_SYMBOL_GPL vmlinux 0x3a85abfb pci_find_next_ht_capability +EXPORT_SYMBOL_GPL vmlinux 0x3a89295a pci_aer_clear_nonfatal_status +EXPORT_SYMBOL_GPL vmlinux 0x3a8fb387 locks_alloc_lock +EXPORT_SYMBOL_GPL vmlinux 0x3a924840 msi_domain_first_desc +EXPORT_SYMBOL_GPL vmlinux 0x3a9be019 asymmetric_key_id_partial +EXPORT_SYMBOL_GPL vmlinux 0x3abdc17a cper_dimm_err_location +EXPORT_SYMBOL_GPL vmlinux 0x3ac3feba rhltable_init +EXPORT_SYMBOL_GPL vmlinux 0x3ac45473 spi_mem_default_supports_op +EXPORT_SYMBOL_GPL vmlinux 0x3ac6a01d __irq_resolve_mapping +EXPORT_SYMBOL_GPL vmlinux 0x3acdf325 twl4030_audio_enable_resource +EXPORT_SYMBOL_GPL vmlinux 0x3adfc7a8 __traceiter_devlink_trap_report +EXPORT_SYMBOL_GPL vmlinux 0x3afc4a8f sbitmap_resize +EXPORT_SYMBOL_GPL vmlinux 0x3afe11a9 devres_remove_group +EXPORT_SYMBOL_GPL vmlinux 0x3b07b1cf usb_cache_string +EXPORT_SYMBOL_GPL vmlinux 0x3b0e26e9 fsl_mc_driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0x3b1149d8 serial8250_rpm_put_tx +EXPORT_SYMBOL_GPL vmlinux 0x3b159d29 blk_lld_busy +EXPORT_SYMBOL_GPL vmlinux 0x3b18f799 fork_usermode_driver +EXPORT_SYMBOL_GPL vmlinux 0x3b39300e __hwspin_trylock +EXPORT_SYMBOL_GPL vmlinux 0x3b4c240a display_timings_release +EXPORT_SYMBOL_GPL vmlinux 0x3b4ec7cf fat_setattr +EXPORT_SYMBOL_GPL vmlinux 0x3b4f0d76 fscrypt_ioctl_remove_key +EXPORT_SYMBOL_GPL vmlinux 0x3b50162d dev_pm_opp_get_of_node +EXPORT_SYMBOL_GPL vmlinux 0x3b545de9 phylink_mii_c22_pcs_an_restart +EXPORT_SYMBOL_GPL vmlinux 0x3b610584 __tracepoint_sched_cpu_capacity_tp +EXPORT_SYMBOL_GPL vmlinux 0x3b6ea04e devm_hte_request_ts_ns +EXPORT_SYMBOL_GPL vmlinux 0x3b74eb79 devfreq_event_disable_edev +EXPORT_SYMBOL_GPL vmlinux 0x3b78bf02 sunxi_ccu_get_mmc_timing_mode +EXPORT_SYMBOL_GPL vmlinux 0x3b7d43cd bpf_trace_run10 +EXPORT_SYMBOL_GPL vmlinux 0x3b8ab862 debugfs_create_bool +EXPORT_SYMBOL_GPL vmlinux 0x3ba01b47 get_compat_sigset +EXPORT_SYMBOL_GPL vmlinux 0x3bb33501 devl_sb_register +EXPORT_SYMBOL_GPL vmlinux 0x3bc3dcca devm_clk_hw_register_fixed_factor +EXPORT_SYMBOL_GPL vmlinux 0x3bc91e96 pinctrl_generic_get_group_pins +EXPORT_SYMBOL_GPL vmlinux 0x3bc951d3 of_get_phy_mode +EXPORT_SYMBOL_GPL vmlinux 0x3bdb5d28 alg_test +EXPORT_SYMBOL_GPL vmlinux 0x3bdc0e0c __tracepoint_neigh_event_send_done +EXPORT_SYMBOL_GPL vmlinux 0x3be94dd9 __suspend_report_result +EXPORT_SYMBOL_GPL vmlinux 0x3bf17755 mpi_read_buffer +EXPORT_SYMBOL_GPL vmlinux 0x3bff8c29 ahci_start_fis_rx +EXPORT_SYMBOL_GPL vmlinux 0x3c0e8050 hyperv_pcpu_input_arg +EXPORT_SYMBOL_GPL vmlinux 0x3c11b9f5 tegra210_put_utmipll_in_iddq +EXPORT_SYMBOL_GPL vmlinux 0x3c1762e2 acpi_pm_set_device_wakeup +EXPORT_SYMBOL_GPL vmlinux 0x3c1a056f extcon_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x3c1c3725 rcu_fwd_progress_check +EXPORT_SYMBOL_GPL vmlinux 0x3c20e744 fsl_mc_bus_dpseci_type +EXPORT_SYMBOL_GPL vmlinux 0x3c223b68 extcon_sync +EXPORT_SYMBOL_GPL vmlinux 0x3c2b68f7 of_changeset_apply +EXPORT_SYMBOL_GPL vmlinux 0x3c3a0c6e genphy_c45_an_disable_aneg +EXPORT_SYMBOL_GPL vmlinux 0x3c3c85d8 __SCK__tp_func_kfree_skb +EXPORT_SYMBOL_GPL vmlinux 0x3c5d543a hrtimer_start_range_ns +EXPORT_SYMBOL_GPL vmlinux 0x3c5fbd51 thermal_add_hwmon_sysfs +EXPORT_SYMBOL_GPL vmlinux 0x3c607b89 usb_hcd_link_urb_to_ep +EXPORT_SYMBOL_GPL vmlinux 0x3c612e11 tty_port_register_device_serdev +EXPORT_SYMBOL_GPL vmlinux 0x3c681dc4 ring_buffer_record_disable +EXPORT_SYMBOL_GPL vmlinux 0x3c75a858 mmc_cmdq_disable +EXPORT_SYMBOL_GPL vmlinux 0x3c7626be __traceiter_rpm_resume +EXPORT_SYMBOL_GPL vmlinux 0x3c7a638a of_clk_hw_onecell_get +EXPORT_SYMBOL_GPL vmlinux 0x3c7b4f7c put_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0x3c819c45 arch_apei_report_mem_error +EXPORT_SYMBOL_GPL vmlinux 0x3c81e843 transport_class_register +EXPORT_SYMBOL_GPL vmlinux 0x3c829db7 devm_kmemdup +EXPORT_SYMBOL_GPL vmlinux 0x3ca9d610 devm_blk_crypto_profile_init +EXPORT_SYMBOL_GPL vmlinux 0x3cb4b1be xfrm_dev_resume +EXPORT_SYMBOL_GPL vmlinux 0x3cb55063 devres_destroy +EXPORT_SYMBOL_GPL vmlinux 0x3cc20cad tty_get_icount +EXPORT_SYMBOL_GPL vmlinux 0x3cc25c32 iommu_device_register +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 0x3cd30a39 clk_hw_round_rate +EXPORT_SYMBOL_GPL vmlinux 0x3cd64ea2 virtqueue_get_avail_addr +EXPORT_SYMBOL_GPL vmlinux 0x3cdb8337 edac_mc_find_csrow_by_page +EXPORT_SYMBOL_GPL vmlinux 0x3ce0bb4e device_iommu_capable +EXPORT_SYMBOL_GPL vmlinux 0x3ce5228f wm831x_auxadc_read_uv +EXPORT_SYMBOL_GPL vmlinux 0x3ceedc1b i2c_client_get_device_id +EXPORT_SYMBOL_GPL vmlinux 0x3cf6b7f5 icc_node_create +EXPORT_SYMBOL_GPL vmlinux 0x3cfe03f3 regmap_test_bits +EXPORT_SYMBOL_GPL vmlinux 0x3cff6d71 vcap_rule_add_key_u72 +EXPORT_SYMBOL_GPL vmlinux 0x3d071141 gpiod_get_raw_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x3d0eb919 regmap_raw_write +EXPORT_SYMBOL_GPL vmlinux 0x3d10b359 mbox_controller_unregister +EXPORT_SYMBOL_GPL vmlinux 0x3d369d8f perf_event_sysfs_show +EXPORT_SYMBOL_GPL vmlinux 0x3d388324 dpm_resume_end +EXPORT_SYMBOL_GPL vmlinux 0x3d4bbf5c blk_mq_unfreeze_queue +EXPORT_SYMBOL_GPL vmlinux 0x3d510a7b rcu_jiffies_till_stall_check +EXPORT_SYMBOL_GPL vmlinux 0x3d6b8602 rtc_alarm_irq_enable +EXPORT_SYMBOL_GPL vmlinux 0x3d866e05 __SCK__tp_func_block_rq_insert +EXPORT_SYMBOL_GPL vmlinux 0x3d8baf3b zs_huge_class_size +EXPORT_SYMBOL_GPL vmlinux 0x3d93a1a8 crypto_stats_compress +EXPORT_SYMBOL_GPL vmlinux 0x3d9bbf75 wwan_port_txon +EXPORT_SYMBOL_GPL vmlinux 0x3daa2540 nf_hooks_lwtunnel_enabled +EXPORT_SYMBOL_GPL vmlinux 0x3dcd1af9 regulator_set_soft_start_regmap +EXPORT_SYMBOL_GPL vmlinux 0x3ddcbe07 device_create_file +EXPORT_SYMBOL_GPL vmlinux 0x3de9cae1 crypto_remove_final +EXPORT_SYMBOL_GPL vmlinux 0x3dea64f6 sock_diag_destroy +EXPORT_SYMBOL_GPL vmlinux 0x3df70c99 trace_clock_global +EXPORT_SYMBOL_GPL vmlinux 0x3e04bb37 devlink_port_attrs_set +EXPORT_SYMBOL_GPL vmlinux 0x3e0a087f inet_hashinfo2_init_mod +EXPORT_SYMBOL_GPL vmlinux 0x3e237e38 crypto_spawn_tfm +EXPORT_SYMBOL_GPL vmlinux 0x3e2837b4 cpufreq_dbs_governor_stop +EXPORT_SYMBOL_GPL vmlinux 0x3e3609dc clone_private_mount +EXPORT_SYMBOL_GPL vmlinux 0x3e411ace sfp_select_interface +EXPORT_SYMBOL_GPL vmlinux 0x3e441a3e gpiod_to_chip +EXPORT_SYMBOL_GPL vmlinux 0x3e59047b ahci_dev_classify +EXPORT_SYMBOL_GPL vmlinux 0x3e5cb9b5 bpf_prog_alloc +EXPORT_SYMBOL_GPL vmlinux 0x3e7080cb mpi_read_from_buffer +EXPORT_SYMBOL_GPL vmlinux 0x3e78e99b vcap_val_rule +EXPORT_SYMBOL_GPL vmlinux 0x3e8137ba edac_pci_free_ctl_info +EXPORT_SYMBOL_GPL vmlinux 0x3e85983b gen_pool_get +EXPORT_SYMBOL_GPL vmlinux 0x3e8efc52 of_clk_del_provider +EXPORT_SYMBOL_GPL vmlinux 0x3e903560 ip_tunnel_netlink_encap_parms +EXPORT_SYMBOL_GPL vmlinux 0x3e9cda86 __traceiter_remove_device_from_group +EXPORT_SYMBOL_GPL vmlinux 0x3ea5196d apei_osc_setup +EXPORT_SYMBOL_GPL vmlinux 0x3ea86adb pci_enable_sriov +EXPORT_SYMBOL_GPL vmlinux 0x3ea9276c nvdimm_provider_data +EXPORT_SYMBOL_GPL vmlinux 0x3ed341ff irq_chip_eoi_parent +EXPORT_SYMBOL_GPL vmlinux 0x3edb086b pse_control_put +EXPORT_SYMBOL_GPL vmlinux 0x3ef051c8 crypto_inc +EXPORT_SYMBOL_GPL vmlinux 0x3ef1a5f5 badblocks_show +EXPORT_SYMBOL_GPL vmlinux 0x3efb91cd vga_default_device +EXPORT_SYMBOL_GPL vmlinux 0x3f049829 tracepoint_srcu +EXPORT_SYMBOL_GPL vmlinux 0x3f208465 synth_event_add_val +EXPORT_SYMBOL_GPL vmlinux 0x3f2b6065 devm_nvmem_register +EXPORT_SYMBOL_GPL vmlinux 0x3f3256bd mddev_init_writes_pending +EXPORT_SYMBOL_GPL vmlinux 0x3f335f26 wwan_put_debugfs_dir +EXPORT_SYMBOL_GPL vmlinux 0x3f3a174a phylink_ethtool_ksettings_get +EXPORT_SYMBOL_GPL vmlinux 0x3f491f49 reset_control_bulk_reset +EXPORT_SYMBOL_GPL vmlinux 0x3f540a46 usb_ep0_reinit +EXPORT_SYMBOL_GPL vmlinux 0x3f6b2331 mptcp_pm_get_subflows_max +EXPORT_SYMBOL_GPL vmlinux 0x3f6f8168 blk_mark_disk_dead +EXPORT_SYMBOL_GPL vmlinux 0x3f70ac3a relay_subbufs_consumed +EXPORT_SYMBOL_GPL vmlinux 0x3f783eb4 vp_legacy_set_status +EXPORT_SYMBOL_GPL vmlinux 0x3f84bcd7 dax_alive +EXPORT_SYMBOL_GPL vmlinux 0x3f875a7c nvdimm_kobj +EXPORT_SYMBOL_GPL vmlinux 0x3f92b61f ata_sas_port_stop +EXPORT_SYMBOL_GPL vmlinux 0x3f95d1b5 fscrypt_drop_inode +EXPORT_SYMBOL_GPL vmlinux 0x3fa8c1ad hwmon_device_register_with_info +EXPORT_SYMBOL_GPL vmlinux 0x3fae6ab0 hv_vp_index +EXPORT_SYMBOL_GPL vmlinux 0x3fd01f61 gpiod_set_config +EXPORT_SYMBOL_GPL vmlinux 0x3fdc78d9 ata_scsi_dma_need_drain +EXPORT_SYMBOL_GPL vmlinux 0x3fe35aea irq_bypass_unregister_consumer +EXPORT_SYMBOL_GPL vmlinux 0x3fe3bd9e dax_writeback_mapping_range +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 0x3ff9ef58 clk_hw_unregister_fixed_rate +EXPORT_SYMBOL_GPL vmlinux 0x3ffdacf3 timerqueue_iterate_next +EXPORT_SYMBOL_GPL vmlinux 0x400a024b acpi_scan_lock_release +EXPORT_SYMBOL_GPL vmlinux 0x400ad53a extcon_get_state +EXPORT_SYMBOL_GPL vmlinux 0x40134fce crypto_hash_walk_done +EXPORT_SYMBOL_GPL vmlinux 0x401b581a pid_nr_ns +EXPORT_SYMBOL_GPL vmlinux 0x40267068 usb_anchor_resume_wakeups +EXPORT_SYMBOL_GPL vmlinux 0x402aade2 rio_add_mport_pw_handler +EXPORT_SYMBOL_GPL vmlinux 0x403eac60 sbitmap_get +EXPORT_SYMBOL_GPL vmlinux 0x403f9529 gpio_request_one +EXPORT_SYMBOL_GPL vmlinux 0x4041ffec rio_mport_send_doorbell +EXPORT_SYMBOL_GPL vmlinux 0x4043757f init_iova_domain +EXPORT_SYMBOL_GPL vmlinux 0x4044f2fd pkcs7_get_content_data +EXPORT_SYMBOL_GPL vmlinux 0x4048482f register_wide_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0x404a47e0 sdio_writeb +EXPORT_SYMBOL_GPL vmlinux 0x404f1938 ata_pci_bmdma_prepare_host +EXPORT_SYMBOL_GPL vmlinux 0x40574fb1 __dev_change_net_namespace +EXPORT_SYMBOL_GPL vmlinux 0x4065d168 pm_print_active_wakeup_sources +EXPORT_SYMBOL_GPL vmlinux 0x4068a883 xfrm_output +EXPORT_SYMBOL_GPL vmlinux 0x406c4cb1 hrtimer_resolution +EXPORT_SYMBOL_GPL vmlinux 0x4071b517 out_of_line_wait_on_bit_timeout +EXPORT_SYMBOL_GPL vmlinux 0x40783a8c clk_divider_ops +EXPORT_SYMBOL_GPL vmlinux 0x407af304 usb_wait_anchor_empty_timeout +EXPORT_SYMBOL_GPL vmlinux 0x407fd5a5 metadata_dst_free +EXPORT_SYMBOL_GPL vmlinux 0x4086721f device_add_groups +EXPORT_SYMBOL_GPL vmlinux 0x409502e4 sata_async_notification +EXPORT_SYMBOL_GPL vmlinux 0x4096964c irq_gc_mask_clr_bit +EXPORT_SYMBOL_GPL vmlinux 0x4099f919 tun_ptr_free +EXPORT_SYMBOL_GPL vmlinux 0x40a39355 __vfs_setxattr_locked +EXPORT_SYMBOL_GPL vmlinux 0x40a50a6f pm_wakeup_ws_event +EXPORT_SYMBOL_GPL vmlinux 0x40a52621 xfrm_state_afinfo_get_rcu +EXPORT_SYMBOL_GPL vmlinux 0x40aaeb91 gnttab_dma_alloc_pages +EXPORT_SYMBOL_GPL vmlinux 0x40b0054c usb_get_maximum_ssp_rate +EXPORT_SYMBOL_GPL vmlinux 0x40c073b1 tcp_enter_memory_pressure +EXPORT_SYMBOL_GPL vmlinux 0x40c8a5f1 regmap_fields_read +EXPORT_SYMBOL_GPL vmlinux 0x40c946c5 devm_extcon_dev_register +EXPORT_SYMBOL_GPL vmlinux 0x40ea27df shash_register_instance +EXPORT_SYMBOL_GPL vmlinux 0x40f028b3 zynqmp_pm_set_rpu_mode +EXPORT_SYMBOL_GPL vmlinux 0x40f0683e reset_control_put +EXPORT_SYMBOL_GPL vmlinux 0x40f63d2f thermal_zone_device_unregister +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 0x41057c5a scsi_alloc_request +EXPORT_SYMBOL_GPL vmlinux 0x41237f71 cpu_have_feature +EXPORT_SYMBOL_GPL vmlinux 0x4124d3f0 devm_get_free_pages +EXPORT_SYMBOL_GPL vmlinux 0x412bc681 ring_buffer_empty_cpu +EXPORT_SYMBOL_GPL vmlinux 0x413d3b65 dm_start_time_ns_from_clone +EXPORT_SYMBOL_GPL vmlinux 0x41479ac4 dev_attr_unload_heads +EXPORT_SYMBOL_GPL vmlinux 0x414d119a videomode_from_timings +EXPORT_SYMBOL_GPL vmlinux 0x41557097 regmap_fields_update_bits_base +EXPORT_SYMBOL_GPL vmlinux 0x41597917 iommu_dev_disable_feature +EXPORT_SYMBOL_GPL vmlinux 0x415ce446 strp_unpause +EXPORT_SYMBOL_GPL vmlinux 0x415d1967 devm_clk_bulk_get_all +EXPORT_SYMBOL_GPL vmlinux 0x417531c2 stmpe_reg_read +EXPORT_SYMBOL_GPL vmlinux 0x417b4409 clockevents_register_device +EXPORT_SYMBOL_GPL vmlinux 0x417c8926 gpiod_get_array_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x41814cb8 dirty_writeback_interval +EXPORT_SYMBOL_GPL vmlinux 0x418873cc irq_bypass_register_producer +EXPORT_SYMBOL_GPL vmlinux 0x419d7c83 zynqmp_pm_pinctrl_set_config +EXPORT_SYMBOL_GPL vmlinux 0x419e7efd sfp_module_stop +EXPORT_SYMBOL_GPL vmlinux 0x41a21366 PageHeadHuge +EXPORT_SYMBOL_GPL vmlinux 0x41b18d5a clk_fractional_divider_ops +EXPORT_SYMBOL_GPL vmlinux 0x41b9a6e6 bsg_unregister_queue +EXPORT_SYMBOL_GPL vmlinux 0x41bce49a ghes_register_vendor_record_notifier +EXPORT_SYMBOL_GPL vmlinux 0x41cf9387 ohci_resume +EXPORT_SYMBOL_GPL vmlinux 0x41e4bd59 devm_gpiod_put +EXPORT_SYMBOL_GPL vmlinux 0x41e87652 meson_axg_pmx_ops +EXPORT_SYMBOL_GPL vmlinux 0x41ed3cec eventfd_ctx_remove_wait_queue +EXPORT_SYMBOL_GPL vmlinux 0x41f928e0 pingv6_ops +EXPORT_SYMBOL_GPL vmlinux 0x420041bb nvmem_cell_read_u16 +EXPORT_SYMBOL_GPL vmlinux 0x42041512 i2c_get_dma_safe_msg_buf +EXPORT_SYMBOL_GPL vmlinux 0x420f3d01 nvmem_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x4244dce5 usb_enable_ltm +EXPORT_SYMBOL_GPL vmlinux 0x424b330f serdev_device_write_buf +EXPORT_SYMBOL_GPL vmlinux 0x42635d55 pm_suspend_global_flags +EXPORT_SYMBOL_GPL vmlinux 0x426452a3 acpi_evaluation_failure_warn +EXPORT_SYMBOL_GPL vmlinux 0x426b2d6e mtk_mmsys_ddp_disconnect +EXPORT_SYMBOL_GPL vmlinux 0x426cfe1b vp_legacy_get_status +EXPORT_SYMBOL_GPL vmlinux 0x426de772 phy_pm_runtime_forbid +EXPORT_SYMBOL_GPL vmlinux 0x4278d56a phylink_expects_phy +EXPORT_SYMBOL_GPL vmlinux 0x42825ce2 rcu_scheduler_active +EXPORT_SYMBOL_GPL vmlinux 0x428d58a3 bdev_alignment_offset +EXPORT_SYMBOL_GPL vmlinux 0x4299615c blk_stat_enable_accounting +EXPORT_SYMBOL_GPL vmlinux 0x429c3f9c reboot_mode +EXPORT_SYMBOL_GPL vmlinux 0x429dd439 ti_sci_get_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0x42a3bf3f phy_pm_runtime_get +EXPORT_SYMBOL_GPL vmlinux 0x42a6e00a devm_regulator_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x42b4d580 pwm_apply_state +EXPORT_SYMBOL_GPL vmlinux 0x42baed81 usb_get_from_anchor +EXPORT_SYMBOL_GPL vmlinux 0x42bf8fe1 list_lru_del +EXPORT_SYMBOL_GPL vmlinux 0x42c5f23c of_icc_get_by_index +EXPORT_SYMBOL_GPL vmlinux 0x42d593d3 relay_flush +EXPORT_SYMBOL_GPL vmlinux 0x42d8cdb6 md_find_rdev_nr_rcu +EXPORT_SYMBOL_GPL vmlinux 0x42db685e of_hwspin_lock_get_id +EXPORT_SYMBOL_GPL vmlinux 0x42e0930b skb_pull_rcsum +EXPORT_SYMBOL_GPL vmlinux 0x42f728aa mctrl_gpio_get_outputs +EXPORT_SYMBOL_GPL vmlinux 0x42fb3a6a tcp_twsk_destructor +EXPORT_SYMBOL_GPL vmlinux 0x430d88ec __traceiter_arm_event +EXPORT_SYMBOL_GPL vmlinux 0x4320c355 imx_clk_hw_frac_pll +EXPORT_SYMBOL_GPL vmlinux 0x43223a7e __traceiter_xdp_bulk_tx +EXPORT_SYMBOL_GPL vmlinux 0x434cfffe regmap_irq_get_domain +EXPORT_SYMBOL_GPL vmlinux 0x434f04b5 pci_find_dvsec_capability +EXPORT_SYMBOL_GPL vmlinux 0x434fab49 hisi_clk_init +EXPORT_SYMBOL_GPL vmlinux 0x435d9777 kvm_vcpu_read_guest_atomic +EXPORT_SYMBOL_GPL vmlinux 0x436d817f mpi_clear_bit +EXPORT_SYMBOL_GPL vmlinux 0x437eb1df ipv6_mod_enabled +EXPORT_SYMBOL_GPL vmlinux 0x437f7e4e gpiod_set_value +EXPORT_SYMBOL_GPL vmlinux 0x4386f952 ohci_hub_control +EXPORT_SYMBOL_GPL vmlinux 0x438a6233 free_vm_area +EXPORT_SYMBOL_GPL vmlinux 0x438d8df2 iova_cache_get +EXPORT_SYMBOL_GPL vmlinux 0x43a58b9b ata_sff_prereset +EXPORT_SYMBOL_GPL vmlinux 0x43aa319e lease_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x43b08e76 power_supply_charge_behaviour_show +EXPORT_SYMBOL_GPL vmlinux 0x43b0ccd0 regulator_get_exclusive +EXPORT_SYMBOL_GPL vmlinux 0x43c11fdf extcon_dev_register +EXPORT_SYMBOL_GPL vmlinux 0x43caa7c0 regmap_irq_get_irq_reg_linear +EXPORT_SYMBOL_GPL vmlinux 0x43e5bb7f pci_epc_put +EXPORT_SYMBOL_GPL vmlinux 0x43ea7808 shash_ahash_finup +EXPORT_SYMBOL_GPL vmlinux 0x43ee45d7 debugfs_read_file_bool +EXPORT_SYMBOL_GPL vmlinux 0x43f81957 clk_round_rate +EXPORT_SYMBOL_GPL vmlinux 0x43f92edd wait_for_initramfs +EXPORT_SYMBOL_GPL vmlinux 0x43fec6fa tcp_twsk_unique +EXPORT_SYMBOL_GPL vmlinux 0x4401e6c2 mpi_cmpabs +EXPORT_SYMBOL_GPL vmlinux 0x440f3f80 serial8250_update_uartclk +EXPORT_SYMBOL_GPL vmlinux 0x4413f461 zynqmp_pm_request_wake +EXPORT_SYMBOL_GPL vmlinux 0x4414a744 ata_sff_port_ops +EXPORT_SYMBOL_GPL vmlinux 0x442095f7 of_gen_pool_get +EXPORT_SYMBOL_GPL vmlinux 0x4422ac24 zynqmp_pm_set_tapdelay_bypass +EXPORT_SYMBOL_GPL vmlinux 0x4426de50 component_master_add_with_match +EXPORT_SYMBOL_GPL vmlinux 0x442deaa9 poll_state_synchronize_rcu +EXPORT_SYMBOL_GPL vmlinux 0x442fd38f uprobe_register_refctr +EXPORT_SYMBOL_GPL vmlinux 0x443655fa __kvm_set_memory_region +EXPORT_SYMBOL_GPL vmlinux 0x4439bcd2 __SCK__tp_func_neigh_event_send_dead +EXPORT_SYMBOL_GPL vmlinux 0x443eeb7c wakeup_sources_walk_next +EXPORT_SYMBOL_GPL vmlinux 0x444f1735 cpu_pm_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x4450c77e edac_device_add_device +EXPORT_SYMBOL_GPL vmlinux 0x44598f0d fuse_dev_operations +EXPORT_SYMBOL_GPL vmlinux 0x445f5689 dev_pm_opp_adjust_voltage +EXPORT_SYMBOL_GPL vmlinux 0x4479c228 bpf_trace_run1 +EXPORT_SYMBOL_GPL vmlinux 0x44839645 pci_epf_remove_vepf +EXPORT_SYMBOL_GPL vmlinux 0x4484a5a4 wait_for_device_probe +EXPORT_SYMBOL_GPL vmlinux 0x4490e5a6 synth_event_trace_end +EXPORT_SYMBOL_GPL vmlinux 0x4490eba8 phy_gbit_fibre_features +EXPORT_SYMBOL_GPL vmlinux 0x449e6fef acpi_register_gsi +EXPORT_SYMBOL_GPL vmlinux 0x449eee72 ata_sff_lost_interrupt +EXPORT_SYMBOL_GPL vmlinux 0x44a074c2 attribute_container_find_class_device +EXPORT_SYMBOL_GPL vmlinux 0x44a793ab HYPERVISOR_grant_table_op +EXPORT_SYMBOL_GPL vmlinux 0x44a9debc rio_request_inb_mbox +EXPORT_SYMBOL_GPL vmlinux 0x44ac2c89 fwnode_get_next_available_child_node +EXPORT_SYMBOL_GPL vmlinux 0x44b42b78 iommu_unmap +EXPORT_SYMBOL_GPL vmlinux 0x44b977f5 fib_info_nh_uses_dev +EXPORT_SYMBOL_GPL vmlinux 0x44bae227 bit_wait_timeout +EXPORT_SYMBOL_GPL vmlinux 0x44bcdfae dev_pm_opp_get_max_volt_latency +EXPORT_SYMBOL_GPL vmlinux 0x44c45394 crypto_shash_update +EXPORT_SYMBOL_GPL vmlinux 0x44c589b9 phy_remove_lookup +EXPORT_SYMBOL_GPL vmlinux 0x44cf8cf0 blk_zone_cond_str +EXPORT_SYMBOL_GPL vmlinux 0x44d16d4b acpi_is_pnp_device +EXPORT_SYMBOL_GPL vmlinux 0x44d246e7 kern_mount +EXPORT_SYMBOL_GPL vmlinux 0x44d7018c hte_push_ts_ns +EXPORT_SYMBOL_GPL vmlinux 0x44e1e9aa balloon_stats +EXPORT_SYMBOL_GPL vmlinux 0x44e674a7 mtk_clk_unregister_muxes +EXPORT_SYMBOL_GPL vmlinux 0x44ee2cb9 ip6_route_input_lookup +EXPORT_SYMBOL_GPL vmlinux 0x45018d37 crypto_remove_spawns +EXPORT_SYMBOL_GPL vmlinux 0x4507f4a8 cpuhp_tasks_frozen +EXPORT_SYMBOL_GPL vmlinux 0x4510782b fsl_mc_get_endpoint +EXPORT_SYMBOL_GPL vmlinux 0x451618d0 sbitmap_del_wait_queue +EXPORT_SYMBOL_GPL vmlinux 0x4522c7e5 __traceiter_neigh_event_send_dead +EXPORT_SYMBOL_GPL vmlinux 0x4531624f usb_decode_ctrl +EXPORT_SYMBOL_GPL vmlinux 0x4531ab62 copy_from_kernel_nofault +EXPORT_SYMBOL_GPL vmlinux 0x453dd860 iptunnel_xmit +EXPORT_SYMBOL_GPL vmlinux 0x453e9a97 usb_device_match_id +EXPORT_SYMBOL_GPL vmlinux 0x45558f56 clk_unregister_fixed_factor +EXPORT_SYMBOL_GPL vmlinux 0x45603547 tty_ldisc_receive_buf +EXPORT_SYMBOL_GPL vmlinux 0x4561f990 qcom_smem_state_unregister +EXPORT_SYMBOL_GPL vmlinux 0x456c0495 dm_suspended +EXPORT_SYMBOL_GPL vmlinux 0x4570d45d vcap_addr_keysets +EXPORT_SYMBOL_GPL vmlinux 0x457594fa crypto_alg_list +EXPORT_SYMBOL_GPL vmlinux 0x45793535 subsys_interface_unregister +EXPORT_SYMBOL_GPL vmlinux 0x457a8f40 debugfs_print_regs32 +EXPORT_SYMBOL_GPL vmlinux 0x45991495 bpf_offload_dev_netdev_register +EXPORT_SYMBOL_GPL vmlinux 0x459e6151 mm_unaccount_pinned_pages +EXPORT_SYMBOL_GPL vmlinux 0x45a25ee5 locks_owner_has_blockers +EXPORT_SYMBOL_GPL vmlinux 0x45ab8f8d arm64_mm_context_get +EXPORT_SYMBOL_GPL vmlinux 0x45b40ebd of_alias_get_id +EXPORT_SYMBOL_GPL vmlinux 0x45c0a3c8 ata_std_error_handler +EXPORT_SYMBOL_GPL vmlinux 0x45cb6f69 pci_disable_pri +EXPORT_SYMBOL_GPL vmlinux 0x45e6108e dmi_kobj +EXPORT_SYMBOL_GPL vmlinux 0x45e6d61e devm_clk_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0x45e81f35 __kthread_should_park +EXPORT_SYMBOL_GPL vmlinux 0x4600fd0c regmap_update_bits_base +EXPORT_SYMBOL_GPL vmlinux 0x46013233 net_dec_ingress_queue +EXPORT_SYMBOL_GPL vmlinux 0x46030074 __hrtimer_get_remaining +EXPORT_SYMBOL_GPL vmlinux 0x4608a112 blkcg_deactivate_policy +EXPORT_SYMBOL_GPL vmlinux 0x46101cbc powercap_register_control_type +EXPORT_SYMBOL_GPL vmlinux 0x46116ea5 fsl_mc_object_allocate +EXPORT_SYMBOL_GPL vmlinux 0x4622f200 akcipher_register_instance +EXPORT_SYMBOL_GPL vmlinux 0x46269814 __tracepoint_neigh_event_send_dead +EXPORT_SYMBOL_GPL vmlinux 0x46275130 mas_expected_entries +EXPORT_SYMBOL_GPL vmlinux 0x4635f030 skcipher_walk_async +EXPORT_SYMBOL_GPL vmlinux 0x46372fea kobject_get_path +EXPORT_SYMBOL_GPL vmlinux 0x46787f76 pin_user_pages_fast +EXPORT_SYMBOL_GPL vmlinux 0x467885ec bpf_redirect_info +EXPORT_SYMBOL_GPL vmlinux 0x467cf2e7 register_virtio_driver +EXPORT_SYMBOL_GPL vmlinux 0x4688c0bc mmc_pwrseq_unregister +EXPORT_SYMBOL_GPL vmlinux 0x4688d7ec pvclock_gtod_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x4689be72 tps6586x_get_version +EXPORT_SYMBOL_GPL vmlinux 0x46a34906 pinctrl_generic_get_group +EXPORT_SYMBOL_GPL vmlinux 0x46a4b118 hrtimer_cancel +EXPORT_SYMBOL_GPL vmlinux 0x46a5daff devm_bitmap_alloc +EXPORT_SYMBOL_GPL vmlinux 0x46b43815 bd_prepare_to_claim +EXPORT_SYMBOL_GPL vmlinux 0x46bc5114 __imx8m_clk_hw_composite +EXPORT_SYMBOL_GPL vmlinux 0x46c9539b phy_optional_get +EXPORT_SYMBOL_GPL vmlinux 0x46cd25df vp_modern_remove +EXPORT_SYMBOL_GPL vmlinux 0x46cdb49b public_key_subtype +EXPORT_SYMBOL_GPL vmlinux 0x46d08a2a regulator_get_optional +EXPORT_SYMBOL_GPL vmlinux 0x46dded7e ping_bind +EXPORT_SYMBOL_GPL vmlinux 0x46e67a71 this_cpu_has_cap +EXPORT_SYMBOL_GPL vmlinux 0x46ef8703 phy_basic_t1_features +EXPORT_SYMBOL_GPL vmlinux 0x46f10c61 tpm_chip_unregister +EXPORT_SYMBOL_GPL vmlinux 0x470d9006 fsl_mc_cleanup_irq_pool +EXPORT_SYMBOL_GPL vmlinux 0x47229b5c gpio_request +EXPORT_SYMBOL_GPL vmlinux 0x472a57fe ahci_platform_init_host +EXPORT_SYMBOL_GPL vmlinux 0x472b436e devm_irq_setup_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0x472d73ea sched_setattr_nocheck +EXPORT_SYMBOL_GPL vmlinux 0x4731ad7d led_trigger_read +EXPORT_SYMBOL_GPL vmlinux 0x4732b8ec raw_seq_stop +EXPORT_SYMBOL_GPL vmlinux 0x473841f8 i2c_new_ancillary_device +EXPORT_SYMBOL_GPL vmlinux 0x4747e42c icc_get_name +EXPORT_SYMBOL_GPL vmlinux 0x4752e618 fwnode_property_present +EXPORT_SYMBOL_GPL vmlinux 0x475ac6f4 mtk_pinconf_adv_drive_get +EXPORT_SYMBOL_GPL vmlinux 0x4761f17c register_netevent_notifier +EXPORT_SYMBOL_GPL vmlinux 0x47645dae iommu_device_claim_dma_owner +EXPORT_SYMBOL_GPL vmlinux 0x47884890 system_power_efficient_wq +EXPORT_SYMBOL_GPL vmlinux 0x478e81f8 tcp_orphan_count +EXPORT_SYMBOL_GPL vmlinux 0x478f96b2 stmpe_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x479803b9 base64_encode +EXPORT_SYMBOL_GPL vmlinux 0x479d936c simple_attr_open +EXPORT_SYMBOL_GPL vmlinux 0x479f7d4b clk_bulk_disable +EXPORT_SYMBOL_GPL vmlinux 0x47a8a6c3 ip6_datagram_connect_v6_only +EXPORT_SYMBOL_GPL vmlinux 0x47a8e59a pci_epf_destroy +EXPORT_SYMBOL_GPL vmlinux 0x47aad3b9 have_governor_per_policy +EXPORT_SYMBOL_GPL vmlinux 0x47ae7cc7 input_device_enabled +EXPORT_SYMBOL_GPL vmlinux 0x47c0f5c1 ata_acpi_gtm_xfermask +EXPORT_SYMBOL_GPL vmlinux 0x47c52ffb devfreq_cooling_unregister +EXPORT_SYMBOL_GPL vmlinux 0x47c7aed5 nvmem_add_cell_table +EXPORT_SYMBOL_GPL vmlinux 0x47d0eea2 acpi_lpat_temp_to_raw +EXPORT_SYMBOL_GPL vmlinux 0x47de0dc7 clk_unregister_mux +EXPORT_SYMBOL_GPL vmlinux 0x480305ca kmsg_dump_rewind +EXPORT_SYMBOL_GPL vmlinux 0x4809e551 serial8250_rx_chars +EXPORT_SYMBOL_GPL vmlinux 0x480f361e pci_epf_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0x48128829 xhci_get_ep_ctx +EXPORT_SYMBOL_GPL vmlinux 0x4814ae7d ncsi_unregister_dev +EXPORT_SYMBOL_GPL vmlinux 0x4815aa79 dev_pm_opp_cpumask_remove_table +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 0x48333775 iommu_fwspec_add_ids +EXPORT_SYMBOL_GPL vmlinux 0x4843a748 qman_portals_probed +EXPORT_SYMBOL_GPL vmlinux 0x4849effe regmap_might_sleep +EXPORT_SYMBOL_GPL vmlinux 0x485cd7f6 kvm_rebooting +EXPORT_SYMBOL_GPL vmlinux 0x48631aab scsi_queue_work +EXPORT_SYMBOL_GPL vmlinux 0x486dedc3 ghes_unregister_vendor_record_notifier +EXPORT_SYMBOL_GPL vmlinux 0x4871775a irq_create_mapping_affinity +EXPORT_SYMBOL_GPL vmlinux 0x487c7bc2 dma_get_merge_boundary +EXPORT_SYMBOL_GPL vmlinux 0x48936425 dw_pcie_ep_init_complete +EXPORT_SYMBOL_GPL vmlinux 0x48a3d20b mctrl_gpio_get +EXPORT_SYMBOL_GPL vmlinux 0x48c32847 __SCK__tp_func_sched_util_est_se_tp +EXPORT_SYMBOL_GPL vmlinux 0x48c47a0f debugfs_create_x8 +EXPORT_SYMBOL_GPL vmlinux 0x48cce72a ata_dummy_port_info +EXPORT_SYMBOL_GPL vmlinux 0x48e51b6e regulator_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x48e68788 edac_device_handle_ce_count +EXPORT_SYMBOL_GPL vmlinux 0x48fae289 __regmap_init_spi +EXPORT_SYMBOL_GPL vmlinux 0x4904c8a9 fl6_update_dst +EXPORT_SYMBOL_GPL vmlinux 0x490f64da regulator_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x49242bc7 freezer_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0x4927bd34 ata_sff_queue_pio_task +EXPORT_SYMBOL_GPL vmlinux 0x4928ccfc rockchip_clk_init +EXPORT_SYMBOL_GPL vmlinux 0x492f76bb of_css +EXPORT_SYMBOL_GPL vmlinux 0x4934bdd0 crypto_check_attr_type +EXPORT_SYMBOL_GPL vmlinux 0x4939ebcd numa_map_to_online_node +EXPORT_SYMBOL_GPL vmlinux 0x49408996 mtk_clk_register_factors +EXPORT_SYMBOL_GPL vmlinux 0x49448303 pinctrl_unregister +EXPORT_SYMBOL_GPL vmlinux 0x49470723 fwnode_graph_get_remote_port +EXPORT_SYMBOL_GPL vmlinux 0x49608959 migrate_disable +EXPORT_SYMBOL_GPL vmlinux 0x4972792a pcim_doe_create_mb +EXPORT_SYMBOL_GPL vmlinux 0x497a599c gnttab_unmap_refs_sync +EXPORT_SYMBOL_GPL vmlinux 0x497dadec devm_regmap_field_free +EXPORT_SYMBOL_GPL vmlinux 0x498b6fc5 fib6_new_table +EXPORT_SYMBOL_GPL vmlinux 0x499043d3 crypto_init_queue +EXPORT_SYMBOL_GPL vmlinux 0x49927d25 page_reporting_unregister +EXPORT_SYMBOL_GPL vmlinux 0x49b9a4ee bio_end_io_acct_remapped +EXPORT_SYMBOL_GPL vmlinux 0x49cd25ed alloc_workqueue +EXPORT_SYMBOL_GPL vmlinux 0x49ce861d ata_timing_compute +EXPORT_SYMBOL_GPL vmlinux 0x49e96999 cond_synchronize_rcu +EXPORT_SYMBOL_GPL vmlinux 0x49f111a3 ahci_stop_engine +EXPORT_SYMBOL_GPL vmlinux 0x4a009eea dev_pm_qos_expose_flags +EXPORT_SYMBOL_GPL vmlinux 0x4a05e7b1 init_srcu_struct +EXPORT_SYMBOL_GPL vmlinux 0x4a173dd9 hypervisor_kobj +EXPORT_SYMBOL_GPL vmlinux 0x4a17ed66 sysrq_mask +EXPORT_SYMBOL_GPL vmlinux 0x4a1cb432 set_task_ioprio +EXPORT_SYMBOL_GPL vmlinux 0x4a3253e0 palmas_ext_control_req_config +EXPORT_SYMBOL_GPL vmlinux 0x4a399189 acpi_subsys_freeze +EXPORT_SYMBOL_GPL vmlinux 0x4a420d09 acpi_bus_detach_private_data +EXPORT_SYMBOL_GPL vmlinux 0x4a66b9da fib_new_table +EXPORT_SYMBOL_GPL vmlinux 0x4a6d539b dprc_close +EXPORT_SYMBOL_GPL vmlinux 0x4a8025b8 pwm_free +EXPORT_SYMBOL_GPL vmlinux 0x4a85d65c rio_dev_put +EXPORT_SYMBOL_GPL vmlinux 0x4a8a059a scsi_internal_device_unblock_nowait +EXPORT_SYMBOL_GPL vmlinux 0x4a8dbf6b ti_sci_inta_msi_create_irq_domain +EXPORT_SYMBOL_GPL vmlinux 0x4a8ede91 extcon_set_property_sync +EXPORT_SYMBOL_GPL vmlinux 0x4aa3e7b7 clk_register_composite +EXPORT_SYMBOL_GPL vmlinux 0x4ab038dc usb_of_get_device_node +EXPORT_SYMBOL_GPL vmlinux 0x4acc4946 regulator_disable_deferred +EXPORT_SYMBOL_GPL vmlinux 0x4ae29797 gfn_to_pfn_prot +EXPORT_SYMBOL_GPL vmlinux 0x4aead55e clk_mux_val_to_index +EXPORT_SYMBOL_GPL vmlinux 0x4aebb2b1 skcipher_walk_done +EXPORT_SYMBOL_GPL vmlinux 0x4af3025a md_bitmap_copy_from_slot +EXPORT_SYMBOL_GPL vmlinux 0x4af7e303 blk_queue_flag_test_and_set +EXPORT_SYMBOL_GPL vmlinux 0x4b02ad67 mtk_pinconf_adv_drive_get_raw +EXPORT_SYMBOL_GPL vmlinux 0x4b0b2503 platform_device_register +EXPORT_SYMBOL_GPL vmlinux 0x4b0ce6a3 edac_pci_handle_npe +EXPORT_SYMBOL_GPL vmlinux 0x4b1914d0 watchdog_notify_pretimeout +EXPORT_SYMBOL_GPL vmlinux 0x4b1dabee gnttab_foreach_grant_in_range +EXPORT_SYMBOL_GPL vmlinux 0x4b31608c cpufreq_cooling_unregister +EXPORT_SYMBOL_GPL vmlinux 0x4b3a5b97 file_is_kvm +EXPORT_SYMBOL_GPL vmlinux 0x4b49c99c of_genpd_add_device +EXPORT_SYMBOL_GPL vmlinux 0x4b5acf74 rhashtable_init +EXPORT_SYMBOL_GPL vmlinux 0x4b5e62c0 divider_ro_round_rate_parent +EXPORT_SYMBOL_GPL vmlinux 0x4b684d45 sdio_claim_irq +EXPORT_SYMBOL_GPL vmlinux 0x4b6e824f gpiod_set_raw_array_value +EXPORT_SYMBOL_GPL vmlinux 0x4b750ab1 usb_autopm_put_interface_async +EXPORT_SYMBOL_GPL vmlinux 0x4b7ab4f6 sata_scr_write_flush +EXPORT_SYMBOL_GPL vmlinux 0x4b7b8cd9 pci_epc_set_msi +EXPORT_SYMBOL_GPL vmlinux 0x4b90b387 ohci_init_driver +EXPORT_SYMBOL_GPL vmlinux 0x4b931968 xen_features +EXPORT_SYMBOL_GPL vmlinux 0x4ba4b894 __udp4_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0x4baf7317 pm_schedule_suspend +EXPORT_SYMBOL_GPL vmlinux 0x4bbec220 mnt_user_ns +EXPORT_SYMBOL_GPL vmlinux 0x4bc05e9a clean_record_shared_mapping_range +EXPORT_SYMBOL_GPL vmlinux 0x4bc8727f xen_balloon_init +EXPORT_SYMBOL_GPL vmlinux 0x4bd6f08b misc_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0x4bdb8dcc housekeeping_test_cpu +EXPORT_SYMBOL_GPL vmlinux 0x4be230b6 devfreq_event_get_edev_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0x4be64845 ftrace_set_notrace +EXPORT_SYMBOL_GPL vmlinux 0x4bfd398d hwrng_msleep +EXPORT_SYMBOL_GPL vmlinux 0x4c0561e2 __platform_create_bundle +EXPORT_SYMBOL_GPL vmlinux 0x4c0ea45b __traceiter_pelt_thermal_tp +EXPORT_SYMBOL_GPL vmlinux 0x4c11112b clk_gate_ops +EXPORT_SYMBOL_GPL vmlinux 0x4c1a15c9 device_remove_software_node +EXPORT_SYMBOL_GPL vmlinux 0x4c270dd8 fsl_mc_bus_dpdcei_type +EXPORT_SYMBOL_GPL vmlinux 0x4c2b351d start_poll_synchronize_rcu_expedited +EXPORT_SYMBOL_GPL vmlinux 0x4c2c020c tcp_slow_start +EXPORT_SYMBOL_GPL vmlinux 0x4c2c0ea7 evtchn_make_refcounted +EXPORT_SYMBOL_GPL vmlinux 0x4c38cd27 transport_destroy_device +EXPORT_SYMBOL_GPL vmlinux 0x4c4bf412 fsl_mc_resource_free +EXPORT_SYMBOL_GPL vmlinux 0x4c515b8d devm_led_classdev_unregister +EXPORT_SYMBOL_GPL vmlinux 0x4c549b36 __traceiter_xhci_dbg_quirks +EXPORT_SYMBOL_GPL vmlinux 0x4c5e4669 devm_phy_get +EXPORT_SYMBOL_GPL vmlinux 0x4c5f9f8f pwm_set_chip_data +EXPORT_SYMBOL_GPL vmlinux 0x4c69871c irq_domain_disconnect_hierarchy +EXPORT_SYMBOL_GPL vmlinux 0x4c8adfe1 hv_root_partition +EXPORT_SYMBOL_GPL vmlinux 0x4ca157bc wm831x_regmap_config +EXPORT_SYMBOL_GPL vmlinux 0x4ca5590e mas_prev +EXPORT_SYMBOL_GPL vmlinux 0x4cb27100 ktime_get_snapshot +EXPORT_SYMBOL_GPL vmlinux 0x4cb81fda __SCK__tp_func_wbc_writepage +EXPORT_SYMBOL_GPL vmlinux 0x4cbcb5c5 efivars_kobject +EXPORT_SYMBOL_GPL vmlinux 0x4cc4fc09 mmc_switch +EXPORT_SYMBOL_GPL vmlinux 0x4cc51683 alloc_page_buffers +EXPORT_SYMBOL_GPL vmlinux 0x4cd38c80 iommu_get_domain_for_dev +EXPORT_SYMBOL_GPL vmlinux 0x4cebb086 blk_mq_rdma_map_queues +EXPORT_SYMBOL_GPL vmlinux 0x4cfdd50f inet_csk_route_child_sock +EXPORT_SYMBOL_GPL vmlinux 0x4d0015e2 cpu_hotplug_disable +EXPORT_SYMBOL_GPL vmlinux 0x4d0cd464 clk_register_fractional_divider +EXPORT_SYMBOL_GPL vmlinux 0x4d1cb5d1 fwnode_property_read_string +EXPORT_SYMBOL_GPL vmlinux 0x4d226aeb iomap_dio_rw +EXPORT_SYMBOL_GPL vmlinux 0x4d23dc65 ahci_shost_groups +EXPORT_SYMBOL_GPL vmlinux 0x4d24a1e4 sbitmap_finish_wait +EXPORT_SYMBOL_GPL vmlinux 0x4d30b054 cpufreq_dbs_governor_start +EXPORT_SYMBOL_GPL vmlinux 0x4d34520e ata_dev_pair +EXPORT_SYMBOL_GPL vmlinux 0x4d3a0696 __SCK__tp_func_rpm_idle +EXPORT_SYMBOL_GPL vmlinux 0x4d402a73 platform_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x4d5489cf pci_probe_reset_bus +EXPORT_SYMBOL_GPL vmlinux 0x4d55518f switchdev_handle_port_obj_del +EXPORT_SYMBOL_GPL vmlinux 0x4d6d0bbc iommu_group_ref_get +EXPORT_SYMBOL_GPL vmlinux 0x4d7272e4 migrate_enable +EXPORT_SYMBOL_GPL vmlinux 0x4d83c710 k3_udma_glue_tdown_tx_chn +EXPORT_SYMBOL_GPL vmlinux 0x4d92ac3d nvdimm_flush +EXPORT_SYMBOL_GPL vmlinux 0x4d95d6d1 memcpy_flushcache +EXPORT_SYMBOL_GPL vmlinux 0x4da6ed53 mmc_get_ext_csd +EXPORT_SYMBOL_GPL vmlinux 0x4dae01d8 devlink_linecard_create +EXPORT_SYMBOL_GPL vmlinux 0x4dae16e4 i2c_put_dma_safe_msg_buf +EXPORT_SYMBOL_GPL vmlinux 0x4dae6a8a kvm_set_memory_region +EXPORT_SYMBOL_GPL vmlinux 0x4dae9fae phy_calibrate +EXPORT_SYMBOL_GPL vmlinux 0x4dc040b0 of_add_property +EXPORT_SYMBOL_GPL vmlinux 0x4dc1d517 serial8250_rpm_get +EXPORT_SYMBOL_GPL vmlinux 0x4dc2e792 blk_mq_freeze_queue +EXPORT_SYMBOL_GPL vmlinux 0x4de17ab3 usb_state_string +EXPORT_SYMBOL_GPL vmlinux 0x4df97e56 ata_bmdma_error_handler +EXPORT_SYMBOL_GPL vmlinux 0x4dfbb3b8 of_genpd_add_provider_onecell +EXPORT_SYMBOL_GPL vmlinux 0x4dff61e5 wwan_port_txoff +EXPORT_SYMBOL_GPL vmlinux 0x4e10d554 gpiochip_reqres_irq +EXPORT_SYMBOL_GPL vmlinux 0x4e17c613 ata_sff_queue_delayed_work +EXPORT_SYMBOL_GPL vmlinux 0x4e21d6c4 __fscrypt_prepare_link +EXPORT_SYMBOL_GPL vmlinux 0x4e27d361 regulator_disable_regmap +EXPORT_SYMBOL_GPL vmlinux 0x4e2f3c90 mtk_mutex_enable_by_cmdq +EXPORT_SYMBOL_GPL vmlinux 0x4e367615 spi_async +EXPORT_SYMBOL_GPL vmlinux 0x4e3cbac1 dw8250_setup_port +EXPORT_SYMBOL_GPL vmlinux 0x4e3eee76 fsnotify +EXPORT_SYMBOL_GPL vmlinux 0x4e3fd1b4 kvm_release_pfn_clean +EXPORT_SYMBOL_GPL vmlinux 0x4e4c37e2 freq_qos_remove_notifier +EXPORT_SYMBOL_GPL vmlinux 0x4e53e4c4 devlink_param_value_changed +EXPORT_SYMBOL_GPL vmlinux 0x4e57b3de vchan_dma_desc_free_list +EXPORT_SYMBOL_GPL vmlinux 0x4e657485 free_io_pgtable_ops +EXPORT_SYMBOL_GPL vmlinux 0x4e74878e __tracepoint_devlink_hwerr +EXPORT_SYMBOL_GPL vmlinux 0x4e755c67 gpiod_get_index_optional +EXPORT_SYMBOL_GPL vmlinux 0x4ea0780d hwmon_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x4eac5fc1 cpu_mitigations_auto_nosmt +EXPORT_SYMBOL_GPL vmlinux 0x4eb39d4e __tracepoint_tcp_bad_csum +EXPORT_SYMBOL_GPL vmlinux 0x4ece3615 blocking_notifier_chain_unregister +EXPORT_SYMBOL_GPL vmlinux 0x4eec0c00 clk_fixed_rate_ops +EXPORT_SYMBOL_GPL vmlinux 0x4ef00bda pci_ioremap_bar +EXPORT_SYMBOL_GPL vmlinux 0x4ef5bcf4 perf_swevent_get_recursion_context +EXPORT_SYMBOL_GPL vmlinux 0x4ef98f25 cpu_subsys +EXPORT_SYMBOL_GPL vmlinux 0x4efbde08 genphy_c45_loopback +EXPORT_SYMBOL_GPL vmlinux 0x4efc6786 pinctrl_add_gpio_range +EXPORT_SYMBOL_GPL vmlinux 0x4efcf021 mpi_normalize +EXPORT_SYMBOL_GPL vmlinux 0x4eff7e2b attribute_container_register +EXPORT_SYMBOL_GPL vmlinux 0x4f17bf45 int_active_memcg +EXPORT_SYMBOL_GPL vmlinux 0x4f2023ed edac_mc_handle_error +EXPORT_SYMBOL_GPL vmlinux 0x4f21def1 reset_simple_ops +EXPORT_SYMBOL_GPL vmlinux 0x4f2593f0 btree_update +EXPORT_SYMBOL_GPL vmlinux 0x4f2a10e3 regulator_set_voltage_time_sel +EXPORT_SYMBOL_GPL vmlinux 0x4f2c996d kmsg_dump_get_line +EXPORT_SYMBOL_GPL vmlinux 0x4f31b856 __clocksource_register_scale +EXPORT_SYMBOL_GPL vmlinux 0x4f3da2a5 sock_map_unhash +EXPORT_SYMBOL_GPL vmlinux 0x4f46cab4 devm_phy_package_join +EXPORT_SYMBOL_GPL vmlinux 0x4f50d35c devl_port_unregister +EXPORT_SYMBOL_GPL vmlinux 0x4f6581ed mmu_notifier_get_locked +EXPORT_SYMBOL_GPL vmlinux 0x4f6a07fe show_rcu_gp_kthreads +EXPORT_SYMBOL_GPL vmlinux 0x4f72a987 uart_parse_options +EXPORT_SYMBOL_GPL vmlinux 0x4f90dc60 scsi_mode_select +EXPORT_SYMBOL_GPL vmlinux 0x4f98d766 cpu_pm_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x4f9c991a __sk_flush_backlog +EXPORT_SYMBOL_GPL vmlinux 0x4fb5da55 fs_put_dax +EXPORT_SYMBOL_GPL vmlinux 0x4fc5983f iommu_device_sysfs_remove +EXPORT_SYMBOL_GPL vmlinux 0x4fdb2f6f spi_take_timestamp_post +EXPORT_SYMBOL_GPL vmlinux 0x4fdc945d sata_deb_timing_normal +EXPORT_SYMBOL_GPL vmlinux 0x4fe1eddf unregister_netevent_notifier +EXPORT_SYMBOL_GPL vmlinux 0x4fe30d4c __traceiter_fdb_delete +EXPORT_SYMBOL_GPL vmlinux 0x4ffb1af3 class_interface_register +EXPORT_SYMBOL_GPL vmlinux 0x4ffe0bf3 pm_clk_runtime_suspend +EXPORT_SYMBOL_GPL vmlinux 0x500c768c apei_exec_read_register +EXPORT_SYMBOL_GPL vmlinux 0x50126958 wm8350_read_auxadc +EXPORT_SYMBOL_GPL vmlinux 0x50138521 devm_gpiod_get_from_of_node +EXPORT_SYMBOL_GPL vmlinux 0x5026585c xen_irq_from_gsi +EXPORT_SYMBOL_GPL vmlinux 0x5028e51b skb_splice_bits +EXPORT_SYMBOL_GPL vmlinux 0x50616e69 devlink_resources_unregister +EXPORT_SYMBOL_GPL vmlinux 0x50680746 stmpe_block_read +EXPORT_SYMBOL_GPL vmlinux 0x506affa1 serdev_controller_alloc +EXPORT_SYMBOL_GPL vmlinux 0x5076d81d usb_autopm_get_interface_no_resume +EXPORT_SYMBOL_GPL vmlinux 0x507bc063 devm_regulator_bulk_get_const +EXPORT_SYMBOL_GPL vmlinux 0x5083584a finish_rcuwait +EXPORT_SYMBOL_GPL vmlinux 0x508d0f6a tpm_chip_alloc +EXPORT_SYMBOL_GPL vmlinux 0x5091b823 ring_buffer_read_start +EXPORT_SYMBOL_GPL vmlinux 0x50932b0f inet6_sock_destruct +EXPORT_SYMBOL_GPL vmlinux 0x509b876c tpm_put_ops +EXPORT_SYMBOL_GPL vmlinux 0x50acb9ec virtqueue_poll +EXPORT_SYMBOL_GPL vmlinux 0x50c44161 of_property_read_variable_u64_array +EXPORT_SYMBOL_GPL vmlinux 0x50cab5ac devm_kstrdup +EXPORT_SYMBOL_GPL vmlinux 0x50cb87d4 pci_intx +EXPORT_SYMBOL_GPL vmlinux 0x50cfd140 tegra_xusb_padctl_legacy_probe +EXPORT_SYMBOL_GPL vmlinux 0x50d4ca08 phy_set_speed +EXPORT_SYMBOL_GPL vmlinux 0x50d82bce gov_update_cpu_data +EXPORT_SYMBOL_GPL vmlinux 0x50d95496 device_find_any_child +EXPORT_SYMBOL_GPL vmlinux 0x50df94f5 btree_insert +EXPORT_SYMBOL_GPL vmlinux 0x50e4f54b ata_pci_device_resume +EXPORT_SYMBOL_GPL vmlinux 0x50e7193a __i2c_first_dynamic_bus_num +EXPORT_SYMBOL_GPL vmlinux 0x50efa7ce of_get_regulator_init_data +EXPORT_SYMBOL_GPL vmlinux 0x50fad434 round_jiffies_up +EXPORT_SYMBOL_GPL vmlinux 0x510a3f58 tty_ldisc_deref +EXPORT_SYMBOL_GPL vmlinux 0x51254c7b regmap_get_val_endian +EXPORT_SYMBOL_GPL vmlinux 0x51390c96 rcu_barrier_tasks_rude +EXPORT_SYMBOL_GPL vmlinux 0x514491a8 make_device_exclusive_range +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 0x51703c8b ahci_port_resume +EXPORT_SYMBOL_GPL vmlinux 0x5179ef46 led_trigger_unregister +EXPORT_SYMBOL_GPL vmlinux 0x51859272 fat_scan +EXPORT_SYMBOL_GPL vmlinux 0x5187ac4b xen_store_evtchn +EXPORT_SYMBOL_GPL vmlinux 0x5189b491 of_msi_get_domain +EXPORT_SYMBOL_GPL vmlinux 0x518d2266 kvm_vcpu_read_guest +EXPORT_SYMBOL_GPL vmlinux 0x519346b5 __rio_local_read_config_32 +EXPORT_SYMBOL_GPL vmlinux 0x51991b38 mtk_mutex_enable +EXPORT_SYMBOL_GPL vmlinux 0x51a337cc rio_mport_read_config_32 +EXPORT_SYMBOL_GPL vmlinux 0x51a348cc usb_role_switch_set_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x51ad07dd tegra210_plle_hw_sequence_start +EXPORT_SYMBOL_GPL vmlinux 0x51c657c2 tpm1_getcap +EXPORT_SYMBOL_GPL vmlinux 0x51c71e11 handle_fasteoi_ack_irq +EXPORT_SYMBOL_GPL vmlinux 0x51c78d7a tcf_dev_queue_xmit +EXPORT_SYMBOL_GPL vmlinux 0x51c807d8 vp_legacy_config_vector +EXPORT_SYMBOL_GPL vmlinux 0x51d13875 nf_hooks_lwtunnel_sysctl_handler +EXPORT_SYMBOL_GPL vmlinux 0x51e1ccff rtc_initialize_alarm +EXPORT_SYMBOL_GPL vmlinux 0x51f92f04 wakeup_source_create +EXPORT_SYMBOL_GPL vmlinux 0x51fc9a6d xenmem_reservation_decrease +EXPORT_SYMBOL_GPL vmlinux 0x520cb7dd sysfs_chmod_file +EXPORT_SYMBOL_GPL vmlinux 0x52252316 clk_unregister_fixed_rate +EXPORT_SYMBOL_GPL vmlinux 0x522c2186 pci_find_host_bridge +EXPORT_SYMBOL_GPL vmlinux 0x52350326 badblocks_init +EXPORT_SYMBOL_GPL vmlinux 0x523f1561 pci_store_saved_state +EXPORT_SYMBOL_GPL vmlinux 0x52431348 xenbus_transaction_start +EXPORT_SYMBOL_GPL vmlinux 0x524435b8 regcache_cache_only +EXPORT_SYMBOL_GPL vmlinux 0x525ca9f6 crypto_type_has_alg +EXPORT_SYMBOL_GPL vmlinux 0x525f5458 tcp_register_ulp +EXPORT_SYMBOL_GPL vmlinux 0x52647db1 ct_idle_exit +EXPORT_SYMBOL_GPL vmlinux 0x5266df98 phy_led_triggers_unregister +EXPORT_SYMBOL_GPL vmlinux 0x526bcf2a wwan_port_get_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x52824b2a dev_coredumpv +EXPORT_SYMBOL_GPL vmlinux 0x528f46cb attribute_container_classdev_to_container +EXPORT_SYMBOL_GPL vmlinux 0x529d9739 trace_get_event_file +EXPORT_SYMBOL_GPL vmlinux 0x52a4374e __rio_local_read_config_16 +EXPORT_SYMBOL_GPL vmlinux 0x52a97838 regulator_irq_map_event_simple +EXPORT_SYMBOL_GPL vmlinux 0x52ae7e47 skcipher_walk_aead_encrypt +EXPORT_SYMBOL_GPL vmlinux 0x52b1e3c7 pci_flags +EXPORT_SYMBOL_GPL vmlinux 0x52bab5cc hvc_instantiate +EXPORT_SYMBOL_GPL vmlinux 0x52c35e83 call_rcu_tasks_trace +EXPORT_SYMBOL_GPL vmlinux 0x52caad2c crypto_stats_skcipher_decrypt +EXPORT_SYMBOL_GPL vmlinux 0x52ce2057 hv_setup_crash_handler +EXPORT_SYMBOL_GPL vmlinux 0x52d54fce devlink_info_version_stored_put +EXPORT_SYMBOL_GPL vmlinux 0x52d6cb59 gpiochip_add_pingroup_range +EXPORT_SYMBOL_GPL vmlinux 0x52eddb69 raw_v6_hashinfo +EXPORT_SYMBOL_GPL vmlinux 0x52f16326 inet_bhash2_update_saddr +EXPORT_SYMBOL_GPL vmlinux 0x52f6c36f led_classdev_resume +EXPORT_SYMBOL_GPL vmlinux 0x53012944 __tracepoint_rpm_resume +EXPORT_SYMBOL_GPL vmlinux 0x53061136 skb_defer_rx_timestamp +EXPORT_SYMBOL_GPL vmlinux 0x53070bb0 phy_configure +EXPORT_SYMBOL_GPL vmlinux 0x531b44e9 fat_build_inode +EXPORT_SYMBOL_GPL vmlinux 0x532b788c srcu_barrier +EXPORT_SYMBOL_GPL vmlinux 0x532b90b5 kprobe_event_cmd_init +EXPORT_SYMBOL_GPL vmlinux 0x5332a650 sysfs_create_link_nowarn +EXPORT_SYMBOL_GPL vmlinux 0x533a88b3 xhci_find_slot_id_by_port +EXPORT_SYMBOL_GPL vmlinux 0x533aa242 cpufreq_dbs_governor_limits +EXPORT_SYMBOL_GPL vmlinux 0x533ae0de tegra_bpmp_request_mrq +EXPORT_SYMBOL_GPL vmlinux 0x5358864e devlink_fmsg_binary_pair_nest_end +EXPORT_SYMBOL_GPL vmlinux 0x535e76ca kobj_sysfs_ops +EXPORT_SYMBOL_GPL vmlinux 0x537252cf __SCK__tp_func_rpm_return_int +EXPORT_SYMBOL_GPL vmlinux 0x5374d20f usb_urb_ep_type_check +EXPORT_SYMBOL_GPL vmlinux 0x5377619b ata_acpi_cbl_80wire +EXPORT_SYMBOL_GPL vmlinux 0x537a1538 put_device +EXPORT_SYMBOL_GPL vmlinux 0x5382feba usb_hcd_check_unlink_urb +EXPORT_SYMBOL_GPL vmlinux 0x53836293 ata_ehi_push_desc +EXPORT_SYMBOL_GPL vmlinux 0x5388f9f7 gpiod_set_consumer_name +EXPORT_SYMBOL_GPL vmlinux 0x538d073d phy_duplex_to_str +EXPORT_SYMBOL_GPL vmlinux 0x53912126 acpi_spi_device_alloc +EXPORT_SYMBOL_GPL vmlinux 0x539eb982 regmap_get_device +EXPORT_SYMBOL_GPL vmlinux 0x539fbaa4 meson_clk_mpll_ops +EXPORT_SYMBOL_GPL vmlinux 0x53a77528 bpf_trace_run11 +EXPORT_SYMBOL_GPL vmlinux 0x53bd2ea8 usb_phy_roothub_alloc +EXPORT_SYMBOL_GPL vmlinux 0x53c089f5 property_entries_dup +EXPORT_SYMBOL_GPL vmlinux 0x53ccf826 sock_map_destroy +EXPORT_SYMBOL_GPL vmlinux 0x53d7c01e __traceiter_cpu_idle +EXPORT_SYMBOL_GPL vmlinux 0x53e3f8c2 iommu_device_unlink +EXPORT_SYMBOL_GPL vmlinux 0x53e90e6e gnttab_pages_clear_private +EXPORT_SYMBOL_GPL vmlinux 0x53f010c7 gpiochip_free_own_desc +EXPORT_SYMBOL_GPL vmlinux 0x540a08c5 ipv6_opt_accepted +EXPORT_SYMBOL_GPL vmlinux 0x540b1810 acpi_dma_simple_xlate +EXPORT_SYMBOL_GPL vmlinux 0x541bd60a irq_work_run +EXPORT_SYMBOL_GPL vmlinux 0x54215db5 visitor64 +EXPORT_SYMBOL_GPL vmlinux 0x542ddda1 led_trigger_unregister_simple +EXPORT_SYMBOL_GPL vmlinux 0x542f0154 perf_aux_output_begin +EXPORT_SYMBOL_GPL vmlinux 0x54475a4d ata_scsi_slave_config +EXPORT_SYMBOL_GPL vmlinux 0x544f9aec ata_pci_remove_one +EXPORT_SYMBOL_GPL vmlinux 0x545aa28a tps6586x_reads +EXPORT_SYMBOL_GPL vmlinux 0x545fefbe xenbus_register_driver_common +EXPORT_SYMBOL_GPL vmlinux 0x54651f9b rhashtable_walk_next +EXPORT_SYMBOL_GPL vmlinux 0x546d6608 is_software_node +EXPORT_SYMBOL_GPL vmlinux 0x548da984 tty_standard_install +EXPORT_SYMBOL_GPL vmlinux 0x549525ef handle_nested_irq +EXPORT_SYMBOL_GPL vmlinux 0x5495e62e bus_get_device_klist +EXPORT_SYMBOL_GPL vmlinux 0x549707a7 edac_device_handle_ue_count +EXPORT_SYMBOL_GPL vmlinux 0x54992243 ata_sff_freeze +EXPORT_SYMBOL_GPL vmlinux 0x549faa1e meson_pinctrl_probe +EXPORT_SYMBOL_GPL vmlinux 0x54a25da2 qcom_smem_state_put +EXPORT_SYMBOL_GPL vmlinux 0x54b533ad ipv6_find_tlv +EXPORT_SYMBOL_GPL vmlinux 0x54b72319 pci_create_root_bus +EXPORT_SYMBOL_GPL vmlinux 0x54beee16 bio_clone_blkg_association +EXPORT_SYMBOL_GPL vmlinux 0x54cee684 __tracepoint_ata_bmdma_start +EXPORT_SYMBOL_GPL vmlinux 0x54dafeb9 usb_enable_autosuspend +EXPORT_SYMBOL_GPL vmlinux 0x54dcc3f7 blkcg_print_blkgs +EXPORT_SYMBOL_GPL vmlinux 0x54e92651 pci_common_swizzle +EXPORT_SYMBOL_GPL vmlinux 0x54ef02be component_add +EXPORT_SYMBOL_GPL vmlinux 0x550a19d9 br_ip6_fragment +EXPORT_SYMBOL_GPL vmlinux 0x550f3e05 i2c_freq_mode_string +EXPORT_SYMBOL_GPL vmlinux 0x5528543b vmap_pfn +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 0x5541a5f0 device_link_remove +EXPORT_SYMBOL_GPL vmlinux 0x5541a986 fwnode_get_phy_mode +EXPORT_SYMBOL_GPL vmlinux 0x554e9394 ip_local_out +EXPORT_SYMBOL_GPL vmlinux 0x555eb953 gpiod_to_irq +EXPORT_SYMBOL_GPL vmlinux 0x5564a7ea em_dev_register_perf_domain +EXPORT_SYMBOL_GPL vmlinux 0x556c880f tty_get_pgrp +EXPORT_SYMBOL_GPL vmlinux 0x556e4390 clk_get_rate +EXPORT_SYMBOL_GPL vmlinux 0x557196d3 bus_register +EXPORT_SYMBOL_GPL vmlinux 0x55784228 regmap_irq_get_virq +EXPORT_SYMBOL_GPL vmlinux 0x557a9030 mtk_devm_alloc_clk_data +EXPORT_SYMBOL_GPL vmlinux 0x557a9257 dpbp_get_attributes +EXPORT_SYMBOL_GPL vmlinux 0x5581bdee pci_p2pmem_free_sgl +EXPORT_SYMBOL_GPL vmlinux 0x558b2cb3 crypto_ahash_digest +EXPORT_SYMBOL_GPL vmlinux 0x5593cdf8 sysfs_change_owner +EXPORT_SYMBOL_GPL vmlinux 0x55a841ea gpiod_get_index +EXPORT_SYMBOL_GPL vmlinux 0x55b11d42 lochnagar_update_config +EXPORT_SYMBOL_GPL vmlinux 0x55c76a23 ksys_sync_helper +EXPORT_SYMBOL_GPL vmlinux 0x55c91823 xdp_return_frame_bulk +EXPORT_SYMBOL_GPL vmlinux 0x55c9880c zynqmp_pm_release_node +EXPORT_SYMBOL_GPL vmlinux 0x55d89dfb pci_host_common_probe +EXPORT_SYMBOL_GPL vmlinux 0x55d91921 alloc_memory_type +EXPORT_SYMBOL_GPL vmlinux 0x55e9b66f __nf_ip6_route +EXPORT_SYMBOL_GPL vmlinux 0x55eecff4 bit_wait_io_timeout +EXPORT_SYMBOL_GPL vmlinux 0x55fe85fd pci_p2pmem_find_many +EXPORT_SYMBOL_GPL vmlinux 0x56054c05 crypto_it_tab +EXPORT_SYMBOL_GPL vmlinux 0x56173654 pcap_set_ts_bits +EXPORT_SYMBOL_GPL vmlinux 0x56180bd9 usb_hcd_pci_pm_ops +EXPORT_SYMBOL_GPL vmlinux 0x5624f826 power_supply_notifier +EXPORT_SYMBOL_GPL vmlinux 0x56256e8a orderly_poweroff +EXPORT_SYMBOL_GPL vmlinux 0x56310925 regulator_mode_to_status +EXPORT_SYMBOL_GPL vmlinux 0x5641485b tty_termios_encode_baud_rate +EXPORT_SYMBOL_GPL vmlinux 0x56519430 power_supply_property_is_writeable +EXPORT_SYMBOL_GPL vmlinux 0x5668951b clk_hw_unregister_divider +EXPORT_SYMBOL_GPL vmlinux 0x566fd830 nf_queue_entry_free +EXPORT_SYMBOL_GPL vmlinux 0x56703d7a clk_register_fixed_rate +EXPORT_SYMBOL_GPL vmlinux 0x5678509c shmem_truncate_range +EXPORT_SYMBOL_GPL vmlinux 0x5679e5f0 serdev_device_set_parity +EXPORT_SYMBOL_GPL vmlinux 0x56805087 __tracepoint_udp_fail_queue_rcv_skb +EXPORT_SYMBOL_GPL vmlinux 0x56b26a0a __srcu_read_lock +EXPORT_SYMBOL_GPL vmlinux 0x56cbb9a9 ip6_route_output_flags_noref +EXPORT_SYMBOL_GPL vmlinux 0x56cd6f47 regulator_desc_list_voltage_linear +EXPORT_SYMBOL_GPL vmlinux 0x56d6f206 __hwspin_lock_timeout +EXPORT_SYMBOL_GPL vmlinux 0x56d879d3 udp_abort +EXPORT_SYMBOL_GPL vmlinux 0x56e9103b cpu_pm_enter +EXPORT_SYMBOL_GPL vmlinux 0x56fbb130 no_hash_pointers +EXPORT_SYMBOL_GPL vmlinux 0x570c1b0d dma_async_device_channel_unregister +EXPORT_SYMBOL_GPL vmlinux 0x570dc67a kthread_func +EXPORT_SYMBOL_GPL vmlinux 0x571d320e gpiod_set_raw_value +EXPORT_SYMBOL_GPL vmlinux 0x5740f2c8 meson_clk_pll_ro_ops +EXPORT_SYMBOL_GPL vmlinux 0x574609c5 apei_exec_write_register_value +EXPORT_SYMBOL_GPL vmlinux 0x5759cec4 crypto_register_acomp +EXPORT_SYMBOL_GPL vmlinux 0x575d0349 rio_dma_prep_xfer +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 0x57807507 regulator_list_voltage_table +EXPORT_SYMBOL_GPL vmlinux 0x57843ac2 crypto_stats_kpp_set_secret +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 0x57b2526b xdp_rxq_info_unreg_mem_model +EXPORT_SYMBOL_GPL vmlinux 0x57b94c97 netdev_rx_handler_register +EXPORT_SYMBOL_GPL vmlinux 0x57bef0cd serial8250_do_get_mctrl +EXPORT_SYMBOL_GPL vmlinux 0x57c8f173 regmap_parse_val +EXPORT_SYMBOL_GPL vmlinux 0x57d1811b virtqueue_disable_cb +EXPORT_SYMBOL_GPL vmlinux 0x57d4050a xhci_get_endpoint_index +EXPORT_SYMBOL_GPL vmlinux 0x57d589ad __ip6_local_out +EXPORT_SYMBOL_GPL vmlinux 0x57dc4851 mas_erase +EXPORT_SYMBOL_GPL vmlinux 0x57ea8074 inet6_csk_addr2sockaddr +EXPORT_SYMBOL_GPL vmlinux 0x57ebde69 mnt_idmap_owner +EXPORT_SYMBOL_GPL vmlinux 0x57f576b9 mpi_ec_curve_point +EXPORT_SYMBOL_GPL vmlinux 0x58276f93 cper_next_record_id +EXPORT_SYMBOL_GPL vmlinux 0x5829e979 mas_pause +EXPORT_SYMBOL_GPL vmlinux 0x582d626a devm_ioremap_uc +EXPORT_SYMBOL_GPL vmlinux 0x58306a5d icc_provider_deregister +EXPORT_SYMBOL_GPL vmlinux 0x58318775 fuse_get_unique +EXPORT_SYMBOL_GPL vmlinux 0x5831e062 cpus_read_trylock +EXPORT_SYMBOL_GPL vmlinux 0x583c228a blkcg_root_css +EXPORT_SYMBOL_GPL vmlinux 0x584a1ce8 bpf_prog_add +EXPORT_SYMBOL_GPL vmlinux 0x584cffa4 fb_deferred_io_open +EXPORT_SYMBOL_GPL vmlinux 0x5860f429 acpi_subsys_suspend +EXPORT_SYMBOL_GPL vmlinux 0x58610377 irq_domain_create_sim +EXPORT_SYMBOL_GPL vmlinux 0x58621afd sdio_release_irq +EXPORT_SYMBOL_GPL vmlinux 0x586bfc8a alarm_restart +EXPORT_SYMBOL_GPL vmlinux 0x5879a27d sfp_get_module_info +EXPORT_SYMBOL_GPL vmlinux 0x5882339a devm_clk_hw_register_fixed_factor_index +EXPORT_SYMBOL_GPL vmlinux 0x58896733 driver_deferred_probe_check_state +EXPORT_SYMBOL_GPL vmlinux 0x588e6872 spi_bus_lock +EXPORT_SYMBOL_GPL vmlinux 0x5891c276 crypto_ahash_final +EXPORT_SYMBOL_GPL vmlinux 0x58998cbf fwnode_property_read_u32_array +EXPORT_SYMBOL_GPL vmlinux 0x58a167de usb_match_one_id +EXPORT_SYMBOL_GPL vmlinux 0x58ab6b6b pm_clk_remove_clk +EXPORT_SYMBOL_GPL vmlinux 0x58ae5fe0 rtc_class_close +EXPORT_SYMBOL_GPL vmlinux 0x58b105aa __auxiliary_driver_register +EXPORT_SYMBOL_GPL vmlinux 0x58b1e4c9 vring_create_virtqueue +EXPORT_SYMBOL_GPL vmlinux 0x58be48f5 pci_epc_write_header +EXPORT_SYMBOL_GPL vmlinux 0x58c25506 __rtnl_link_unregister +EXPORT_SYMBOL_GPL vmlinux 0x58ccfedb switchdev_bridge_port_offload +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 0x58ebb024 __traceiter_rpm_return_int +EXPORT_SYMBOL_GPL vmlinux 0x58ee3370 fsverity_verify_page +EXPORT_SYMBOL_GPL vmlinux 0x58f2b59f extcon_dev_free +EXPORT_SYMBOL_GPL vmlinux 0x58fa50c0 __traceiter_rwmmio_write +EXPORT_SYMBOL_GPL vmlinux 0x58fbff8e cros_ec_get_sensor_count +EXPORT_SYMBOL_GPL vmlinux 0x5906c023 nf_route +EXPORT_SYMBOL_GPL vmlinux 0x5916a645 dma_free_pages +EXPORT_SYMBOL_GPL vmlinux 0x5917b129 regulator_bulk_register_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0x591bfc87 pci_disable_pasid +EXPORT_SYMBOL_GPL vmlinux 0x5938ecb4 fib_rules_seq_read +EXPORT_SYMBOL_GPL vmlinux 0x59413714 crypto_register_template +EXPORT_SYMBOL_GPL vmlinux 0x594b1ee0 badblocks_set +EXPORT_SYMBOL_GPL vmlinux 0x5957cddb zs_lookup_class_index +EXPORT_SYMBOL_GPL vmlinux 0x595bed2a cpu_device_create +EXPORT_SYMBOL_GPL vmlinux 0x5975d5c1 of_platform_default_populate +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 0x59bab5eb devlink_port_linecard_set +EXPORT_SYMBOL_GPL vmlinux 0x59c06650 shmem_file_setup +EXPORT_SYMBOL_GPL vmlinux 0x59c0896f bpf_trace_run9 +EXPORT_SYMBOL_GPL vmlinux 0x59c3d964 gpiochip_line_is_irq +EXPORT_SYMBOL_GPL vmlinux 0x59c43dc9 __traceiter_non_standard_event +EXPORT_SYMBOL_GPL vmlinux 0x59c5e8aa led_init_default_state_get +EXPORT_SYMBOL_GPL vmlinux 0x59d5c676 of_phy_simple_xlate +EXPORT_SYMBOL_GPL vmlinux 0x59dd6ebe platform_device_del +EXPORT_SYMBOL_GPL vmlinux 0x59e0695d phylink_speed_down +EXPORT_SYMBOL_GPL vmlinux 0x59e640c0 halt_poll_ns +EXPORT_SYMBOL_GPL vmlinux 0x59ea7f34 dev_pm_genpd_suspend +EXPORT_SYMBOL_GPL vmlinux 0x59ecdff3 sprd_pinctrl_shutdown +EXPORT_SYMBOL_GPL vmlinux 0x59edfeb8 phy_rate_matching_to_str +EXPORT_SYMBOL_GPL vmlinux 0x59f32720 mpi_subm +EXPORT_SYMBOL_GPL vmlinux 0x59f57328 relay_reset +EXPORT_SYMBOL_GPL vmlinux 0x59f6ebcf filemap_migrate_folio +EXPORT_SYMBOL_GPL vmlinux 0x59f8b7c6 ms_hyperv +EXPORT_SYMBOL_GPL vmlinux 0x59fcc1d5 xenbus_map_ring_valloc +EXPORT_SYMBOL_GPL vmlinux 0x5a12e60c __SCK__tp_func_sched_update_nr_running_tp +EXPORT_SYMBOL_GPL vmlinux 0x5a158ab1 devm_pm_opp_of_add_table_indexed +EXPORT_SYMBOL_GPL vmlinux 0x5a1d134a rcu_momentary_dyntick_idle +EXPORT_SYMBOL_GPL vmlinux 0x5a221a31 apply_to_existing_page_range +EXPORT_SYMBOL_GPL vmlinux 0x5a229368 arch_apei_enable_cmcff +EXPORT_SYMBOL_GPL vmlinux 0x5a369d1d dst_cache_set_ip4 +EXPORT_SYMBOL_GPL vmlinux 0x5a3a04a2 tty_init_termios +EXPORT_SYMBOL_GPL vmlinux 0x5a49dbc9 timerqueue_del +EXPORT_SYMBOL_GPL vmlinux 0x5a4d07a4 ata_acpi_gtm +EXPORT_SYMBOL_GPL vmlinux 0x5a4eee2b device_set_wakeup_enable +EXPORT_SYMBOL_GPL vmlinux 0x5a56f9ab __pneigh_lookup +EXPORT_SYMBOL_GPL vmlinux 0x5a6aebe9 generic_fh_to_parent +EXPORT_SYMBOL_GPL vmlinux 0x5a6cdb52 nf_ct_zone_dflt +EXPORT_SYMBOL_GPL vmlinux 0x5a75aad3 usb_find_alt_setting +EXPORT_SYMBOL_GPL vmlinux 0x5a7bfe41 crypto_probing_notify +EXPORT_SYMBOL_GPL vmlinux 0x5a82df5e iomap_file_buffered_write +EXPORT_SYMBOL_GPL vmlinux 0x5a88c154 irq_gc_ack_set_bit +EXPORT_SYMBOL_GPL vmlinux 0x5a8b0a3d scsi_ioctl_block_when_processing_errors +EXPORT_SYMBOL_GPL vmlinux 0x5a9dc0ba is_skb_forwardable +EXPORT_SYMBOL_GPL vmlinux 0x5aa35b00 ata_port_wait_eh +EXPORT_SYMBOL_GPL vmlinux 0x5aa70984 acpi_reduced_hardware +EXPORT_SYMBOL_GPL vmlinux 0x5ab09745 edac_get_owner +EXPORT_SYMBOL_GPL vmlinux 0x5ac83f2f ip6_local_out +EXPORT_SYMBOL_GPL vmlinux 0x5ad4e324 usb_alloc_dev +EXPORT_SYMBOL_GPL vmlinux 0x5ad5e49c net_ns_get_ownership +EXPORT_SYMBOL_GPL vmlinux 0x5ad9d87f devfreq_event_enable_edev +EXPORT_SYMBOL_GPL vmlinux 0x5adeeabd crypto_shash_digest +EXPORT_SYMBOL_GPL vmlinux 0x5afb8c51 fscrypt_ioctl_add_key +EXPORT_SYMBOL_GPL vmlinux 0x5b02dbe9 serial8250_init_port +EXPORT_SYMBOL_GPL vmlinux 0x5b04c09f dma_alloc_pages +EXPORT_SYMBOL_GPL vmlinux 0x5b21ceff ring_buffer_iter_peek +EXPORT_SYMBOL_GPL vmlinux 0x5b3790b8 dw_pcie_host_deinit +EXPORT_SYMBOL_GPL vmlinux 0x5b4425db devm_of_phy_get_by_index +EXPORT_SYMBOL_GPL vmlinux 0x5b49f002 tegra_bpmp_mrq_is_supported +EXPORT_SYMBOL_GPL vmlinux 0x5b50df02 irq_chip_set_wake_parent +EXPORT_SYMBOL_GPL vmlinux 0x5b5dee10 da903x_update +EXPORT_SYMBOL_GPL vmlinux 0x5b6b0329 swiotlb_max_segment +EXPORT_SYMBOL_GPL vmlinux 0x5b7aaf01 __xenbus_register_frontend +EXPORT_SYMBOL_GPL vmlinux 0x5b7ddd8b regmap_raw_read +EXPORT_SYMBOL_GPL vmlinux 0x5b91e2d2 percpu_down_write +EXPORT_SYMBOL_GPL vmlinux 0x5b96c3cc thermal_zone_unbind_cooling_device +EXPORT_SYMBOL_GPL vmlinux 0x5ba25d42 device_get_dma_attr +EXPORT_SYMBOL_GPL vmlinux 0x5ba65e45 of_device_uevent_modalias +EXPORT_SYMBOL_GPL vmlinux 0x5ba9c87f blk_crypto_keyslot_index +EXPORT_SYMBOL_GPL vmlinux 0x5bb1de9d fwnode_count_parents +EXPORT_SYMBOL_GPL vmlinux 0x5bb97def pci_create_slot +EXPORT_SYMBOL_GPL vmlinux 0x5bc58f32 blkcg_root +EXPORT_SYMBOL_GPL vmlinux 0x5bc950fe regulator_irq_helper_cancel +EXPORT_SYMBOL_GPL vmlinux 0x5bcc0551 skb_mpls_dec_ttl +EXPORT_SYMBOL_GPL vmlinux 0x5bcc0df7 ata_dev_classify +EXPORT_SYMBOL_GPL vmlinux 0x5bd0748f crypto_del_default_rng +EXPORT_SYMBOL_GPL vmlinux 0x5bd33c34 sock_diag_unregister +EXPORT_SYMBOL_GPL vmlinux 0x5bd89ba1 skcipher_register_instance +EXPORT_SYMBOL_GPL vmlinux 0x5bdae35b usb_phy_roothub_set_mode +EXPORT_SYMBOL_GPL vmlinux 0x5bdbac4e rcu_unexpedite_gp +EXPORT_SYMBOL_GPL vmlinux 0x5bdca5b5 debugfs_file_put +EXPORT_SYMBOL_GPL vmlinux 0x5beb67a7 devfreq_event_get_event +EXPORT_SYMBOL_GPL vmlinux 0x5bf7ce64 msi_lock_descs +EXPORT_SYMBOL_GPL vmlinux 0x5bf8b94e usb_alloc_urb +EXPORT_SYMBOL_GPL vmlinux 0x5c0317f6 serdev_controller_remove +EXPORT_SYMBOL_GPL vmlinux 0x5c070f62 cper_mem_err_status_str +EXPORT_SYMBOL_GPL vmlinux 0x5c0eaf31 acpi_dev_resource_interrupt +EXPORT_SYMBOL_GPL vmlinux 0x5c0f77ce HYPERVISOR_platform_op_raw +EXPORT_SYMBOL_GPL vmlinux 0x5c1c4984 tcp_get_info +EXPORT_SYMBOL_GPL vmlinux 0x5c1fda78 led_sysfs_disable +EXPORT_SYMBOL_GPL vmlinux 0x5c2f1546 devlink_sb_register +EXPORT_SYMBOL_GPL vmlinux 0x5c33a2d9 irq_domain_xlate_twocell +EXPORT_SYMBOL_GPL vmlinux 0x5c393593 phy_pm_runtime_put_sync +EXPORT_SYMBOL_GPL vmlinux 0x5c3bbd06 __SCK__tp_func_mc_event +EXPORT_SYMBOL_GPL vmlinux 0x5c43fcb7 led_trigger_write +EXPORT_SYMBOL_GPL vmlinux 0x5c4c168a i2c_detect_slave_mode +EXPORT_SYMBOL_GPL vmlinux 0x5c5604bd kthread_unpark +EXPORT_SYMBOL_GPL vmlinux 0x5c5a1b16 tick_broadcast_control +EXPORT_SYMBOL_GPL vmlinux 0x5c600a8d iommu_domain_free +EXPORT_SYMBOL_GPL vmlinux 0x5c688d7f of_console_check +EXPORT_SYMBOL_GPL vmlinux 0x5c6eee29 __mmu_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0x5c7ac214 tcp_ca_openreq_child +EXPORT_SYMBOL_GPL vmlinux 0x5c82016e __SCK__tp_func_napi_poll +EXPORT_SYMBOL_GPL vmlinux 0x5ca689d7 fsl_mc_bus_dpaiop_type +EXPORT_SYMBOL_GPL vmlinux 0x5cab9945 unregister_xenbus_watch +EXPORT_SYMBOL_GPL vmlinux 0x5cad8fc3 power_supply_ocv2cap_simple +EXPORT_SYMBOL_GPL vmlinux 0x5cbceb88 dw_pcie_ep_init +EXPORT_SYMBOL_GPL vmlinux 0x5cc2a68c tty_ldisc_ref +EXPORT_SYMBOL_GPL vmlinux 0x5cc77c45 led_colors +EXPORT_SYMBOL_GPL vmlinux 0x5cc78cc9 rio_mport_read_config_16 +EXPORT_SYMBOL_GPL vmlinux 0x5ccf03bb show_class_attr_string +EXPORT_SYMBOL_GPL vmlinux 0x5cd07fe7 devlink_dpipe_entry_ctx_append +EXPORT_SYMBOL_GPL vmlinux 0x5cd0d5b8 pci_generic_ecam_ops +EXPORT_SYMBOL_GPL vmlinux 0x5ced2bae fuse_send_init +EXPORT_SYMBOL_GPL vmlinux 0x5cede0a7 xdp_flush_frame_bulk +EXPORT_SYMBOL_GPL vmlinux 0x5cfb72f8 crypto_alloc_sync_skcipher +EXPORT_SYMBOL_GPL vmlinux 0x5d0a4203 ima_file_hash +EXPORT_SYMBOL_GPL vmlinux 0x5d0c4dcc phylink_speed_up +EXPORT_SYMBOL_GPL vmlinux 0x5d0f4131 dev_pm_opp_get_power +EXPORT_SYMBOL_GPL vmlinux 0x5d15f101 mmc_crypto_setup_queue +EXPORT_SYMBOL_GPL vmlinux 0x5d17148b apei_write +EXPORT_SYMBOL_GPL vmlinux 0x5d1960af rockchip_pcie_parse_dt +EXPORT_SYMBOL_GPL vmlinux 0x5d1ae034 serial8250_clear_and_reinit_fifos +EXPORT_SYMBOL_GPL vmlinux 0x5d2aa5fb rhashtable_walk_peek +EXPORT_SYMBOL_GPL vmlinux 0x5d2bc42a reset_control_rearm +EXPORT_SYMBOL_GPL vmlinux 0x5d38eacb blk_mq_virtio_map_queues +EXPORT_SYMBOL_GPL vmlinux 0x5d3a2960 usb_disable_ltm +EXPORT_SYMBOL_GPL vmlinux 0x5d3c087a scsi_eh_ready_devs +EXPORT_SYMBOL_GPL vmlinux 0x5d456f93 acpi_bus_trim +EXPORT_SYMBOL_GPL vmlinux 0x5d51a417 devfreq_cooling_register +EXPORT_SYMBOL_GPL vmlinux 0x5d5a48d3 spi_add_device +EXPORT_SYMBOL_GPL vmlinux 0x5d6ac396 acpi_irq_create_hierarchy +EXPORT_SYMBOL_GPL vmlinux 0x5d728d0b request_firmware_direct +EXPORT_SYMBOL_GPL vmlinux 0x5d72d975 smpboot_unregister_percpu_thread +EXPORT_SYMBOL_GPL vmlinux 0x5d81ec1b disk_set_zoned +EXPORT_SYMBOL_GPL vmlinux 0x5d8476d3 bpf_sk_storage_diag_alloc +EXPORT_SYMBOL_GPL vmlinux 0x5d8eb123 __class_create +EXPORT_SYMBOL_GPL vmlinux 0x5da2d0e2 __traceiter_devlink_hwerr +EXPORT_SYMBOL_GPL vmlinux 0x5da67adc zs_compact +EXPORT_SYMBOL_GPL vmlinux 0x5dc19747 phylink_mii_c22_pcs_encode_advertisement +EXPORT_SYMBOL_GPL vmlinux 0x5dc29818 sysfs_create_mount_point +EXPORT_SYMBOL_GPL vmlinux 0x5dcbc448 virtqueue_add_outbuf +EXPORT_SYMBOL_GPL vmlinux 0x5de06d63 srcu_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x5de412cd k3_ringacc_ring_push +EXPORT_SYMBOL_GPL vmlinux 0x5dea3c8f crypto_stats_akcipher_decrypt +EXPORT_SYMBOL_GPL vmlinux 0x5df6100e regmap_get_reg_stride +EXPORT_SYMBOL_GPL vmlinux 0x5df7248c get_device +EXPORT_SYMBOL_GPL vmlinux 0x5e173309 cpu_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0x5e174462 sdio_writesb +EXPORT_SYMBOL_GPL vmlinux 0x5e2c13df mtk_clk_register_cpumuxes +EXPORT_SYMBOL_GPL vmlinux 0x5e2d3197 rio_release_inb_mbox +EXPORT_SYMBOL_GPL vmlinux 0x5e378a15 dw_pcie_host_init +EXPORT_SYMBOL_GPL vmlinux 0x5e38e9fe meson_vid_pll_div_ro_ops +EXPORT_SYMBOL_GPL vmlinux 0x5e44b730 bio_poll +EXPORT_SYMBOL_GPL vmlinux 0x5e44c27c tty_port_tty_hangup +EXPORT_SYMBOL_GPL vmlinux 0x5e515be6 ktime_get_ts64 +EXPORT_SYMBOL_GPL vmlinux 0x5e560042 dpcon_set_notification +EXPORT_SYMBOL_GPL vmlinux 0x5e662357 dst_cache_get_ip6 +EXPORT_SYMBOL_GPL vmlinux 0x5e76bb57 k3_ringacc_ring_get_size +EXPORT_SYMBOL_GPL vmlinux 0x5e77983a serdev_device_write_wakeup +EXPORT_SYMBOL_GPL vmlinux 0x5e798ffb divider_get_val +EXPORT_SYMBOL_GPL vmlinux 0x5e85415b ring_buffer_consume +EXPORT_SYMBOL_GPL vmlinux 0x5ea1f455 mtk_mutex_get +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 0x5ec2319a mtk_mutex_unprepare +EXPORT_SYMBOL_GPL vmlinux 0x5ec618b9 perf_event_release_kernel +EXPORT_SYMBOL_GPL vmlinux 0x5ecdcf90 ti_sci_get_free_resource +EXPORT_SYMBOL_GPL vmlinux 0x5ed203ff pm_generic_thaw +EXPORT_SYMBOL_GPL vmlinux 0x5edf73b1 raw_abort +EXPORT_SYMBOL_GPL vmlinux 0x5ee2aa12 list_lru_count_node +EXPORT_SYMBOL_GPL vmlinux 0x5ef6bb7d of_clk_add_provider +EXPORT_SYMBOL_GPL vmlinux 0x5efc6ea5 perf_pmu_unregister +EXPORT_SYMBOL_GPL vmlinux 0x5f01d580 pinctrl_force_sleep +EXPORT_SYMBOL_GPL vmlinux 0x5f11623c class_compat_create_link +EXPORT_SYMBOL_GPL vmlinux 0x5f23e3fa insert_resource +EXPORT_SYMBOL_GPL vmlinux 0x5f25211d fuse_sync_release +EXPORT_SYMBOL_GPL vmlinux 0x5f2aad8f of_irq_parse_raw +EXPORT_SYMBOL_GPL vmlinux 0x5f3bafa5 scmi_driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0x5f49f7cc debugfs_create_file_unsafe +EXPORT_SYMBOL_GPL vmlinux 0x5f5984ae acpi_device_modalias +EXPORT_SYMBOL_GPL vmlinux 0x5f6c0345 dax_add_host +EXPORT_SYMBOL_GPL vmlinux 0x5f6f1e9e dax_get_private +EXPORT_SYMBOL_GPL vmlinux 0x5f70a004 kernfs_find_and_get_ns +EXPORT_SYMBOL_GPL vmlinux 0x5f720381 regulator_set_ramp_delay_regmap +EXPORT_SYMBOL_GPL vmlinux 0x5f79cac6 dprc_set_obj_irq +EXPORT_SYMBOL_GPL vmlinux 0x5f8260e9 fs_dax_get_by_bdev +EXPORT_SYMBOL_GPL vmlinux 0x5f85d52e kvm_vcpu_write_guest_page +EXPORT_SYMBOL_GPL vmlinux 0x5f8d3f24 devlink_param_driverinit_value_set +EXPORT_SYMBOL_GPL vmlinux 0x5f977291 uart_set_options +EXPORT_SYMBOL_GPL vmlinux 0x5fa625ed mpi_ec_mul_point +EXPORT_SYMBOL_GPL vmlinux 0x5fb8848b halt_poll_ns_grow_start +EXPORT_SYMBOL_GPL vmlinux 0x5fcbbec3 dev_pm_opp_get_opp_table +EXPORT_SYMBOL_GPL vmlinux 0x5fcde4d1 sk_set_peek_off +EXPORT_SYMBOL_GPL vmlinux 0x5fcec0c5 usb_queue_reset_device +EXPORT_SYMBOL_GPL vmlinux 0x5fdfcd57 __tracepoint_pelt_thermal_tp +EXPORT_SYMBOL_GPL vmlinux 0x5fea70b8 __audit_inode_child +EXPORT_SYMBOL_GPL vmlinux 0x5fea9a2d devm_hwmon_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x5febc601 dev_pm_qos_hide_flags +EXPORT_SYMBOL_GPL vmlinux 0x5fefe7a5 irq_chip_mask_parent +EXPORT_SYMBOL_GPL vmlinux 0x6000d9b8 devm_pwm_get +EXPORT_SYMBOL_GPL vmlinux 0x6001fb93 set_online_page_callback +EXPORT_SYMBOL_GPL vmlinux 0x6002936d tcp_unregister_ulp +EXPORT_SYMBOL_GPL vmlinux 0x60091316 clk_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0x601baefa kthread_use_mm +EXPORT_SYMBOL_GPL vmlinux 0x603d0d51 acpi_os_map_iomem +EXPORT_SYMBOL_GPL vmlinux 0x60434b89 clk_hw_register_fractional_divider +EXPORT_SYMBOL_GPL vmlinux 0x60442822 phys_to_mach +EXPORT_SYMBOL_GPL vmlinux 0x604722fd devices_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0x605d5bfa cache_line_size +EXPORT_SYMBOL_GPL vmlinux 0x605e4088 devm_request_pci_bus_resources +EXPORT_SYMBOL_GPL vmlinux 0x606b4aba devlink_linecard_provision_set +EXPORT_SYMBOL_GPL vmlinux 0x607c4683 devlink_info_version_fixed_put +EXPORT_SYMBOL_GPL vmlinux 0x607e5518 pm_generic_resume_early +EXPORT_SYMBOL_GPL vmlinux 0x60859476 gpiochip_lock_as_irq +EXPORT_SYMBOL_GPL vmlinux 0x608d25d6 __xas_prev +EXPORT_SYMBOL_GPL vmlinux 0x608d430b cpuidle_register_driver +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 0x60a872b2 pci_msi_unmask_irq +EXPORT_SYMBOL_GPL vmlinux 0x60ae0922 power_supply_vbat2ri +EXPORT_SYMBOL_GPL vmlinux 0x60bbf45b __rio_local_write_config_8 +EXPORT_SYMBOL_GPL vmlinux 0x60c2c9f4 mmu_interval_notifier_insert_locked +EXPORT_SYMBOL_GPL vmlinux 0x60c2e14c usb_unlink_urb +EXPORT_SYMBOL_GPL vmlinux 0x60ccec14 altr_sysmgr_regmap_lookup_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0x60d6ab44 devm_platform_get_and_ioremap_resource +EXPORT_SYMBOL_GPL vmlinux 0x60df0c91 power_supply_class +EXPORT_SYMBOL_GPL vmlinux 0x60ebc96f ring_buffer_read_prepare +EXPORT_SYMBOL_GPL vmlinux 0x60f0f01a fuse_dev_fiq_ops +EXPORT_SYMBOL_GPL vmlinux 0x60f21a5d ip6_redirect +EXPORT_SYMBOL_GPL vmlinux 0x60f99e1b cppc_set_perf +EXPORT_SYMBOL_GPL vmlinux 0x610edd5c serial8250_tx_chars +EXPORT_SYMBOL_GPL vmlinux 0x611cfa85 klist_add_tail +EXPORT_SYMBOL_GPL vmlinux 0x61211ecd tty_prepare_flip_string +EXPORT_SYMBOL_GPL vmlinux 0x6129fb93 sfp_remove_phy +EXPORT_SYMBOL_GPL vmlinux 0x612bfd89 errno_to_blk_status +EXPORT_SYMBOL_GPL vmlinux 0x612cb07a powercap_unregister_control_type +EXPORT_SYMBOL_GPL vmlinux 0x6139a813 ata_pci_sff_prepare_host +EXPORT_SYMBOL_GPL vmlinux 0x613b94f8 __inet_inherit_port +EXPORT_SYMBOL_GPL vmlinux 0x613e6379 inet_csk_addr2sockaddr +EXPORT_SYMBOL_GPL vmlinux 0x61429138 devm_clk_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0x614682f7 dpcon_open +EXPORT_SYMBOL_GPL vmlinux 0x614adcb7 of_overlay_remove_all +EXPORT_SYMBOL_GPL vmlinux 0x61633068 sk_msg_trim +EXPORT_SYMBOL_GPL vmlinux 0x617175b2 pinctrl_dev_get_devname +EXPORT_SYMBOL_GPL vmlinux 0x61753b01 fixed_phy_unregister +EXPORT_SYMBOL_GPL vmlinux 0x617e3bae xenbus_probe_node +EXPORT_SYMBOL_GPL vmlinux 0x61816eb4 tpm_transmit_cmd +EXPORT_SYMBOL_GPL vmlinux 0x6181e79f timerqueue_add +EXPORT_SYMBOL_GPL vmlinux 0x6191b159 rockchip_clk_register_armclk +EXPORT_SYMBOL_GPL vmlinux 0x6198dfea __ring_buffer_alloc +EXPORT_SYMBOL_GPL vmlinux 0x6199ad5d crypto_has_skcipher +EXPORT_SYMBOL_GPL vmlinux 0x619d2eca acpi_gpio_get_irq_resource +EXPORT_SYMBOL_GPL vmlinux 0x61a6f39b ahci_handle_port_intr +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 0x61d34a21 mf_dax_kill_procs +EXPORT_SYMBOL_GPL vmlinux 0x61e0449a genphy_c45_baset1_read_status +EXPORT_SYMBOL_GPL vmlinux 0x61ee904d clk_hw_get_parent_by_index +EXPORT_SYMBOL_GPL vmlinux 0x61f06adc xenbus_probe_devices +EXPORT_SYMBOL_GPL vmlinux 0x61f67c92 phy_gbit_features_array +EXPORT_SYMBOL_GPL vmlinux 0x61fbde83 i2c_slave_register +EXPORT_SYMBOL_GPL vmlinux 0x6206c6df vcap_rule_add_key_u48 +EXPORT_SYMBOL_GPL vmlinux 0x620c453e platform_unregister_drivers +EXPORT_SYMBOL_GPL vmlinux 0x62104126 phylink_ethtool_set_wol +EXPORT_SYMBOL_GPL vmlinux 0x6225bdf3 securityfs_remove +EXPORT_SYMBOL_GPL vmlinux 0x622c7922 register_oom_notifier +EXPORT_SYMBOL_GPL vmlinux 0x6234cb61 rdev_get_id +EXPORT_SYMBOL_GPL vmlinux 0x62377a7b blk_io_schedule +EXPORT_SYMBOL_GPL vmlinux 0x6237f28a power_supply_get_property +EXPORT_SYMBOL_GPL vmlinux 0x6246a629 synchronize_rcu_tasks_trace +EXPORT_SYMBOL_GPL vmlinux 0x62497a35 devl_dpipe_headers_register +EXPORT_SYMBOL_GPL vmlinux 0x624d6337 balloon_mops +EXPORT_SYMBOL_GPL vmlinux 0x624f8101 crypto_alloc_ahash +EXPORT_SYMBOL_GPL vmlinux 0x6257dda7 clk_rate_exclusive_get +EXPORT_SYMBOL_GPL vmlinux 0x6259d291 clk_restore_context +EXPORT_SYMBOL_GPL vmlinux 0x6260dec0 tty_ldisc_flush +EXPORT_SYMBOL_GPL vmlinux 0x627d0a61 fuse_init_fs_context_submount +EXPORT_SYMBOL_GPL vmlinux 0x6282ff65 __traceiter_block_bio_remap +EXPORT_SYMBOL_GPL vmlinux 0x628b7a5d of_pci_get_max_link_speed +EXPORT_SYMBOL_GPL vmlinux 0x62a9ba2d dev_pm_qos_update_user_latency_tolerance +EXPORT_SYMBOL_GPL vmlinux 0x62bb09bf clocks_calc_mult_shift +EXPORT_SYMBOL_GPL vmlinux 0x62c7847a __hvc_resize +EXPORT_SYMBOL_GPL vmlinux 0x62d844c6 ethnl_cable_test_fault_length +EXPORT_SYMBOL_GPL vmlinux 0x62deffb7 inet_csk_get_port +EXPORT_SYMBOL_GPL vmlinux 0x63018971 vp_modern_set_queue_size +EXPORT_SYMBOL_GPL vmlinux 0x63050a1b blk_mq_unquiesce_queue +EXPORT_SYMBOL_GPL vmlinux 0x630c589b regulator_suspend_disable +EXPORT_SYMBOL_GPL vmlinux 0x63150e06 clk_get_parent +EXPORT_SYMBOL_GPL vmlinux 0x63197685 s2idle_wake +EXPORT_SYMBOL_GPL vmlinux 0x632f2b42 ata_host_start +EXPORT_SYMBOL_GPL vmlinux 0x6344b95a phy_led_triggers_register +EXPORT_SYMBOL_GPL vmlinux 0x6349c691 xenbus_dev_fatal +EXPORT_SYMBOL_GPL vmlinux 0x634b9d42 __SCK__tp_func_block_unplug +EXPORT_SYMBOL_GPL vmlinux 0x634e97e8 sdio_writeb_readb +EXPORT_SYMBOL_GPL vmlinux 0x6367fcc1 dpbp_reset +EXPORT_SYMBOL_GPL vmlinux 0x636ac26a of_reserved_mem_device_release +EXPORT_SYMBOL_GPL vmlinux 0x637629f6 ima_inode_hash +EXPORT_SYMBOL_GPL vmlinux 0x638aff11 proc_douintvec_minmax +EXPORT_SYMBOL_GPL vmlinux 0x63a1a354 regulator_bulk_enable +EXPORT_SYMBOL_GPL vmlinux 0x63a91199 usb_unpoison_urb +EXPORT_SYMBOL_GPL vmlinux 0x63aca3c0 sysfs_create_file_ns +EXPORT_SYMBOL_GPL vmlinux 0x63af05be irq_alloc_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0x63bffda2 blk_trace_setup +EXPORT_SYMBOL_GPL vmlinux 0x63c08029 clk_bulk_unprepare +EXPORT_SYMBOL_GPL vmlinux 0x63c2777f divider_ro_determine_rate +EXPORT_SYMBOL_GPL vmlinux 0x63c3c6b0 bpf_offload_dev_create +EXPORT_SYMBOL_GPL vmlinux 0x63e2e412 extcon_dev_unregister +EXPORT_SYMBOL_GPL vmlinux 0x63ea80b3 cper_mem_err_type_str +EXPORT_SYMBOL_GPL vmlinux 0x63f41673 software_node_fwnode +EXPORT_SYMBOL_GPL vmlinux 0x64025132 devm_of_platform_populate +EXPORT_SYMBOL_GPL vmlinux 0x640faaa9 i2c_client_type +EXPORT_SYMBOL_GPL vmlinux 0x64175886 tpm_default_chip +EXPORT_SYMBOL_GPL vmlinux 0x64216ade debugfs_create_u64 +EXPORT_SYMBOL_GPL vmlinux 0x64235b20 usb_hcd_unlink_urb_from_ep +EXPORT_SYMBOL_GPL vmlinux 0x6427572b tegra210_clk_emc_dll_enable +EXPORT_SYMBOL_GPL vmlinux 0x6427f005 sdio_memcpy_fromio +EXPORT_SYMBOL_GPL vmlinux 0x6430f03b imx_pinconf_get_scu +EXPORT_SYMBOL_GPL vmlinux 0x643b06b0 zynqmp_pm_clock_setrate +EXPORT_SYMBOL_GPL vmlinux 0x64557f56 mmc_sanitize +EXPORT_SYMBOL_GPL vmlinux 0x64569bbf da9052_adc_manual_read +EXPORT_SYMBOL_GPL vmlinux 0x64609d25 __tracepoint_devlink_trap_report +EXPORT_SYMBOL_GPL vmlinux 0x6462f651 inet_csk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0x64673d84 of_pm_clk_add_clks +EXPORT_SYMBOL_GPL vmlinux 0x6468fd05 crypto_get_default_null_skcipher +EXPORT_SYMBOL_GPL vmlinux 0x646cdb9e pci_slots_kset +EXPORT_SYMBOL_GPL vmlinux 0x64719a69 dbs_update +EXPORT_SYMBOL_GPL vmlinux 0x647537f3 pl320_ipc_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x6478bd62 regcache_drop_region +EXPORT_SYMBOL_GPL vmlinux 0x6485cd35 trace_print_bitmask_seq +EXPORT_SYMBOL_GPL vmlinux 0x648dfc82 list_lru_add +EXPORT_SYMBOL_GPL vmlinux 0x648f59a9 sfp_module_insert +EXPORT_SYMBOL_GPL vmlinux 0x64a1a5ce phylink_decode_usxgmii_word +EXPORT_SYMBOL_GPL vmlinux 0x64a1a9aa thermal_remove_hwmon_sysfs +EXPORT_SYMBOL_GPL vmlinux 0x64a31445 mutex_lock_io +EXPORT_SYMBOL_GPL vmlinux 0x64a4a9f6 tpm2_get_tpm_pt +EXPORT_SYMBOL_GPL vmlinux 0x64ab38c7 fsl_mc_bus_dpmac_type +EXPORT_SYMBOL_GPL vmlinux 0x64b3c691 crypto_register_alg +EXPORT_SYMBOL_GPL vmlinux 0x64c01aac kset_find_obj +EXPORT_SYMBOL_GPL vmlinux 0x64c6bfaf sata_pmp_error_handler +EXPORT_SYMBOL_GPL vmlinux 0x64d35553 pid_vnr +EXPORT_SYMBOL_GPL vmlinux 0x64de9344 pci_p2pdma_enable_store +EXPORT_SYMBOL_GPL vmlinux 0x64dfcd21 of_get_videomode +EXPORT_SYMBOL_GPL vmlinux 0x64e27c4f synth_event_delete +EXPORT_SYMBOL_GPL vmlinux 0x64f36620 dax_flush +EXPORT_SYMBOL_GPL vmlinux 0x64f74abf __tracepoint_pelt_cfs_tp +EXPORT_SYMBOL_GPL vmlinux 0x64ff55c2 __xenbus_register_backend +EXPORT_SYMBOL_GPL vmlinux 0x6502d9c2 xenbus_scanf +EXPORT_SYMBOL_GPL vmlinux 0x65040611 rio_add_device +EXPORT_SYMBOL_GPL vmlinux 0x65071550 driver_remove_file +EXPORT_SYMBOL_GPL vmlinux 0x65094bfa phy_restart_aneg +EXPORT_SYMBOL_GPL vmlinux 0x651d10e5 ktime_get_tai_fast_ns +EXPORT_SYMBOL_GPL vmlinux 0x6525f678 devm_regulator_bulk_put +EXPORT_SYMBOL_GPL vmlinux 0x652f0303 sata_scr_read +EXPORT_SYMBOL_GPL vmlinux 0x6531a37f mpi_add +EXPORT_SYMBOL_GPL vmlinux 0x653a63a1 xfrm_audit_state_add +EXPORT_SYMBOL_GPL vmlinux 0x653cabba __pm_runtime_use_autosuspend +EXPORT_SYMBOL_GPL vmlinux 0x6545268e __tracepoint_neigh_cleanup_and_release +EXPORT_SYMBOL_GPL vmlinux 0x65489acf iommu_group_add_device +EXPORT_SYMBOL_GPL vmlinux 0x65525c38 ghes_register_report_chain +EXPORT_SYMBOL_GPL vmlinux 0x6559c684 to_nd_desc +EXPORT_SYMBOL_GPL vmlinux 0x655b2967 tty_ldisc_ref_wait +EXPORT_SYMBOL_GPL vmlinux 0x6567dee6 devm_namespace_disable +EXPORT_SYMBOL_GPL vmlinux 0x65786d09 rtc_class_open +EXPORT_SYMBOL_GPL vmlinux 0x65792fcb unregister_virtio_device +EXPORT_SYMBOL_GPL vmlinux 0x65918bae smpboot_register_percpu_thread +EXPORT_SYMBOL_GPL vmlinux 0x659d06b0 reset_controller_unregister +EXPORT_SYMBOL_GPL vmlinux 0x65acf90c sbitmap_weight +EXPORT_SYMBOL_GPL vmlinux 0x65c66b8f unregister_ftrace_function +EXPORT_SYMBOL_GPL vmlinux 0x65ccb6f0 call_netevent_notifiers +EXPORT_SYMBOL_GPL vmlinux 0x65d45dd7 acct_bioset_exit +EXPORT_SYMBOL_GPL vmlinux 0x65d6832a inet6_sk_rebuild_header +EXPORT_SYMBOL_GPL vmlinux 0x65df881d pwm_adjust_config +EXPORT_SYMBOL_GPL vmlinux 0x65e01af9 __sync_icache_dcache +EXPORT_SYMBOL_GPL vmlinux 0x65e3d8c8 ahci_sdev_groups +EXPORT_SYMBOL_GPL vmlinux 0x65e9e64d devm_kfree +EXPORT_SYMBOL_GPL vmlinux 0x65eaa92c gpiochip_generic_request +EXPORT_SYMBOL_GPL vmlinux 0x65f21a5b clk_hw_get_rate +EXPORT_SYMBOL_GPL vmlinux 0x65f5c90b rt_mutex_lock +EXPORT_SYMBOL_GPL vmlinux 0x65fe4d60 dm_submit_bio_remap +EXPORT_SYMBOL_GPL vmlinux 0x65fed440 mtk_eint_do_init +EXPORT_SYMBOL_GPL vmlinux 0x660ceb83 ata_sff_exec_command +EXPORT_SYMBOL_GPL vmlinux 0x660eb6bd devlink_free +EXPORT_SYMBOL_GPL vmlinux 0x6612fdc6 __traceiter_pelt_rt_tp +EXPORT_SYMBOL_GPL vmlinux 0x661601de sprint_symbol +EXPORT_SYMBOL_GPL vmlinux 0x6621b5df devm_spi_register_controller +EXPORT_SYMBOL_GPL vmlinux 0x66243c46 device_property_read_u32_array +EXPORT_SYMBOL_GPL vmlinux 0x6636c3c9 irq_set_vcpu_affinity +EXPORT_SYMBOL_GPL vmlinux 0x663acb1e pm_runtime_no_callbacks +EXPORT_SYMBOL_GPL vmlinux 0x663bb448 devlink_fmsg_obj_nest_end +EXPORT_SYMBOL_GPL vmlinux 0x6648db98 __SCK__tp_func_rwmmio_post_read +EXPORT_SYMBOL_GPL vmlinux 0x664eb54a k3_ringacc_ring_reset_dma +EXPORT_SYMBOL_GPL vmlinux 0x665e92a0 clk_set_duty_cycle +EXPORT_SYMBOL_GPL vmlinux 0x6664b9d5 ata_bmdma_start +EXPORT_SYMBOL_GPL vmlinux 0x666fde44 usb_pipe_type_check +EXPORT_SYMBOL_GPL vmlinux 0x6674040e ahci_platform_suspend +EXPORT_SYMBOL_GPL vmlinux 0x6677e896 serdev_device_open +EXPORT_SYMBOL_GPL vmlinux 0x668402aa crypto_put_default_rng +EXPORT_SYMBOL_GPL vmlinux 0x66909e52 __inet_lookup_listener +EXPORT_SYMBOL_GPL vmlinux 0x669630bf __devm_clk_hw_register_gate +EXPORT_SYMBOL_GPL vmlinux 0x66a37369 crypto_stats_aead_decrypt +EXPORT_SYMBOL_GPL vmlinux 0x66ad12f1 compat_only_sysfs_link_entry_to_kobj +EXPORT_SYMBOL_GPL vmlinux 0x66ad2932 badblocks_store +EXPORT_SYMBOL_GPL vmlinux 0x66b74a2c handle_mm_fault +EXPORT_SYMBOL_GPL vmlinux 0x66b77dcd regulator_get_current_limit +EXPORT_SYMBOL_GPL vmlinux 0x66b97421 sfp_link_up +EXPORT_SYMBOL_GPL vmlinux 0x66c2bc0b vcap_rule_get_key_u32 +EXPORT_SYMBOL_GPL vmlinux 0x66c6afe7 inet_csk_route_req +EXPORT_SYMBOL_GPL vmlinux 0x66cd2914 kgdb_unregister_io_module +EXPORT_SYMBOL_GPL vmlinux 0x66d87d38 symbol_put_addr +EXPORT_SYMBOL_GPL vmlinux 0x66e0983d ata_msleep +EXPORT_SYMBOL_GPL vmlinux 0x66e8b5b0 phylink_caps_to_linkmodes +EXPORT_SYMBOL_GPL vmlinux 0x670b339c ghes_get_devices +EXPORT_SYMBOL_GPL vmlinux 0x671b7d61 iov_iter_get_pages +EXPORT_SYMBOL_GPL vmlinux 0x671d65a7 of_clk_get_parent_name +EXPORT_SYMBOL_GPL vmlinux 0x671fca5f fwnode_remove_software_node +EXPORT_SYMBOL_GPL vmlinux 0x67336df1 gpiochip_add_data_with_key +EXPORT_SYMBOL_GPL vmlinux 0x6737eb42 devm_nvdimm_memremap +EXPORT_SYMBOL_GPL vmlinux 0x6739a503 balloon_set_new_target +EXPORT_SYMBOL_GPL vmlinux 0x67429c91 __SCK__tp_func_block_bio_remap +EXPORT_SYMBOL_GPL vmlinux 0x67445325 ahci_print_info +EXPORT_SYMBOL_GPL vmlinux 0x674a3978 pm_generic_freeze_late +EXPORT_SYMBOL_GPL vmlinux 0x67696b82 cpufreq_policy_transition_delay_us +EXPORT_SYMBOL_GPL vmlinux 0x676c688f k3_ringacc_ring_free +EXPORT_SYMBOL_GPL vmlinux 0x677ff88c xas_store +EXPORT_SYMBOL_GPL vmlinux 0x6780c340 vcap_keyset_list_add +EXPORT_SYMBOL_GPL vmlinux 0x678e89e6 sched_set_fifo +EXPORT_SYMBOL_GPL vmlinux 0x678f3aaa irq_domain_reset_irq_data +EXPORT_SYMBOL_GPL vmlinux 0x67955ce6 profile_hits +EXPORT_SYMBOL_GPL vmlinux 0x679cd0df devm_regulator_register +EXPORT_SYMBOL_GPL vmlinux 0x67ae3432 tpm_pcr_extend +EXPORT_SYMBOL_GPL vmlinux 0x67ba5e29 xenbus_unmap_ring_vfree +EXPORT_SYMBOL_GPL vmlinux 0x67c3c795 get_state_synchronize_rcu_full +EXPORT_SYMBOL_GPL vmlinux 0x67d6707b rockchip_clk_of_add_provider +EXPORT_SYMBOL_GPL vmlinux 0x67d7ce53 fib_nl_delrule +EXPORT_SYMBOL_GPL vmlinux 0x67da9f7c sha512_zero_message_hash +EXPORT_SYMBOL_GPL vmlinux 0x67fd5761 debugfs_lookup +EXPORT_SYMBOL_GPL vmlinux 0x680933ce ata_wait_register +EXPORT_SYMBOL_GPL vmlinux 0x681e9604 cpufreq_freq_attr_scaling_available_freqs +EXPORT_SYMBOL_GPL vmlinux 0x6827adb1 of_genpd_parse_idle_states +EXPORT_SYMBOL_GPL vmlinux 0x682ff057 ring_buffer_commit_overrun_cpu +EXPORT_SYMBOL_GPL vmlinux 0x68333a21 blk_mq_free_request +EXPORT_SYMBOL_GPL vmlinux 0x683d9a03 i2c_slave_event +EXPORT_SYMBOL_GPL vmlinux 0x683dab86 mpc8xxx_spi_rx_buf_u16 +EXPORT_SYMBOL_GPL vmlinux 0x684584be linear_hugepage_index +EXPORT_SYMBOL_GPL vmlinux 0x68460527 blkcg_set_fc_appid +EXPORT_SYMBOL_GPL vmlinux 0x684ca117 zynqmp_pm_get_pll_frac_mode +EXPORT_SYMBOL_GPL vmlinux 0x685b8046 cpufreq_cpu_put +EXPORT_SYMBOL_GPL vmlinux 0x6868095a dw_pcie_write_dbi +EXPORT_SYMBOL_GPL vmlinux 0x68685a61 crypto_stats_akcipher_sign +EXPORT_SYMBOL_GPL vmlinux 0x687214b8 clk_hw_get_parent +EXPORT_SYMBOL_GPL vmlinux 0x6883f131 vcap_get_rule +EXPORT_SYMBOL_GPL vmlinux 0x6890ef14 phy_pm_runtime_get_sync +EXPORT_SYMBOL_GPL vmlinux 0x6892e3c3 kvm_set_pfn_accessed +EXPORT_SYMBOL_GPL vmlinux 0x68952493 rcu_note_context_switch +EXPORT_SYMBOL_GPL vmlinux 0x68b0d30d usb_phy_set_charger_current +EXPORT_SYMBOL_GPL vmlinux 0x68bbf087 xhci_drop_endpoint +EXPORT_SYMBOL_GPL vmlinux 0x68c109d0 __blk_req_zone_write_unlock +EXPORT_SYMBOL_GPL vmlinux 0x68cb505a wakeup_sources_walk_start +EXPORT_SYMBOL_GPL vmlinux 0x68cf137f pci_d3cold_enable +EXPORT_SYMBOL_GPL vmlinux 0x68faba00 regulator_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x690be9b1 crypto_stats_rng_seed +EXPORT_SYMBOL_GPL vmlinux 0x690f585e phy_basic_ports_array +EXPORT_SYMBOL_GPL vmlinux 0x69262cb6 vp_modern_get_features +EXPORT_SYMBOL_GPL vmlinux 0x6926a7d1 acpi_dev_suspend +EXPORT_SYMBOL_GPL vmlinux 0x692ff5c2 mbox_chan_received_data +EXPORT_SYMBOL_GPL vmlinux 0x69309cc5 event_triggers_post_call +EXPORT_SYMBOL_GPL vmlinux 0x69413f7d umd_unload_blob +EXPORT_SYMBOL_GPL vmlinux 0x695a9eff serdev_device_get_tiocm +EXPORT_SYMBOL_GPL vmlinux 0x69608639 qcom_smem_state_get +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 0x6984fc4a dma_get_slave_caps +EXPORT_SYMBOL_GPL vmlinux 0x698b0a01 of_clk_parent_fill +EXPORT_SYMBOL_GPL vmlinux 0x698b559d skb_morph +EXPORT_SYMBOL_GPL vmlinux 0x698edfc3 zynqmp_pm_set_gem_config +EXPORT_SYMBOL_GPL vmlinux 0x69968dc8 iommu_attach_group +EXPORT_SYMBOL_GPL vmlinux 0x69a1ee39 pci_hp_create_module_link +EXPORT_SYMBOL_GPL vmlinux 0x69b998d2 iov_iter_get_pages_alloc +EXPORT_SYMBOL_GPL vmlinux 0x69b9f382 ping_common_sendmsg +EXPORT_SYMBOL_GPL vmlinux 0x69bb6b21 dmaengine_unmap_put +EXPORT_SYMBOL_GPL vmlinux 0x69cefffb __root_device_register +EXPORT_SYMBOL_GPL vmlinux 0x69cf0632 mpi_fromstr +EXPORT_SYMBOL_GPL vmlinux 0x69e683de uuid_gen +EXPORT_SYMBOL_GPL vmlinux 0x69e9ba8f hvc_poll +EXPORT_SYMBOL_GPL vmlinux 0x69ee2220 linear_range_get_selector_high +EXPORT_SYMBOL_GPL vmlinux 0x69fa60cc alloc_io_pgtable_ops +EXPORT_SYMBOL_GPL vmlinux 0x6a02cc02 regmap_get_max_register +EXPORT_SYMBOL_GPL vmlinux 0x6a05b65b fb_videomode_from_videomode +EXPORT_SYMBOL_GPL vmlinux 0x6a103b8f dma_mmap_noncontiguous +EXPORT_SYMBOL_GPL vmlinux 0x6a14d3af unregister_random_vmfork_notifier +EXPORT_SYMBOL_GPL vmlinux 0x6a26f037 ata_ehi_clear_desc +EXPORT_SYMBOL_GPL vmlinux 0x6a36ff74 __traceiter_devlink_hwmsg +EXPORT_SYMBOL_GPL vmlinux 0x6a421062 memory_failure_queue +EXPORT_SYMBOL_GPL vmlinux 0x6a460dc5 schedule_hrtimeout +EXPORT_SYMBOL_GPL vmlinux 0x6a47b815 kvm_release_page_clean +EXPORT_SYMBOL_GPL vmlinux 0x6a4f623b mmu_notifier_synchronize +EXPORT_SYMBOL_GPL vmlinux 0x6a5d9a7e ata_cable_unknown +EXPORT_SYMBOL_GPL vmlinux 0x6a5f6e1e ahci_platform_disable_phys +EXPORT_SYMBOL_GPL vmlinux 0x6a6682a4 devm_pm_clk_create +EXPORT_SYMBOL_GPL vmlinux 0x6a69d1cc usb_hc_died +EXPORT_SYMBOL_GPL vmlinux 0x6a8441be cpci_hp_start +EXPORT_SYMBOL_GPL vmlinux 0x6a9167e3 apply_to_page_range +EXPORT_SYMBOL_GPL vmlinux 0x6a93c9b2 zynqmp_pm_pinctrl_get_function +EXPORT_SYMBOL_GPL vmlinux 0x6a9e90af ata_mode_string +EXPORT_SYMBOL_GPL vmlinux 0x6aa06267 mtk_is_virt_gpio +EXPORT_SYMBOL_GPL vmlinux 0x6aa2a877 xenbus_printf +EXPORT_SYMBOL_GPL vmlinux 0x6aad9152 xen_set_callback_via +EXPORT_SYMBOL_GPL vmlinux 0x6ad6943f set_cpus_allowed_ptr +EXPORT_SYMBOL_GPL vmlinux 0x6adb8b2a xen_dbgp_reset_prep +EXPORT_SYMBOL_GPL vmlinux 0x6ae0de94 da903x_clr_bits +EXPORT_SYMBOL_GPL vmlinux 0x6afb23b1 uart_console_device +EXPORT_SYMBOL_GPL vmlinux 0x6b0dc565 xen_set_irq_priority +EXPORT_SYMBOL_GPL vmlinux 0x6b1156a4 firmware_request_platform +EXPORT_SYMBOL_GPL vmlinux 0x6b161dcb cgroup_path_ns +EXPORT_SYMBOL_GPL vmlinux 0x6b19f07c security_inode_create +EXPORT_SYMBOL_GPL vmlinux 0x6b1d1f84 input_ff_erase +EXPORT_SYMBOL_GPL vmlinux 0x6b208212 usb_unlocked_disable_lpm +EXPORT_SYMBOL_GPL vmlinux 0x6b282a52 gnttab_page_cache_init +EXPORT_SYMBOL_GPL vmlinux 0x6b2b69f7 static_key_enable +EXPORT_SYMBOL_GPL vmlinux 0x6b335b72 tcp_reno_ssthresh +EXPORT_SYMBOL_GPL vmlinux 0x6b36e07d devlink_linecard_destroy +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 0x6b41fc45 sock_gen_put +EXPORT_SYMBOL_GPL vmlinux 0x6b47f8a4 hisi_clk_register_mux +EXPORT_SYMBOL_GPL vmlinux 0x6b722180 log_read_mmio +EXPORT_SYMBOL_GPL vmlinux 0x6b791218 syscon_regmap_lookup_by_phandle +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 0x6b9cfd3f tpm_calc_ordinal_duration +EXPORT_SYMBOL_GPL vmlinux 0x6ba36c6a hwpoison_filter_flags_value +EXPORT_SYMBOL_GPL vmlinux 0x6bac3b6b spi_mem_poll_status +EXPORT_SYMBOL_GPL vmlinux 0x6baebccf __fscrypt_encrypt_symlink +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 0x6bdde56f dma_vunmap_noncontiguous +EXPORT_SYMBOL_GPL vmlinux 0x6bdef35c acpi_ec_mark_gpe_for_wake +EXPORT_SYMBOL_GPL vmlinux 0x6be03000 spi_get_next_queued_message +EXPORT_SYMBOL_GPL vmlinux 0x6be3a96b hv_remove_vmbus_handler +EXPORT_SYMBOL_GPL vmlinux 0x6be78cb9 rio_request_dma +EXPORT_SYMBOL_GPL vmlinux 0x6be99489 acpi_subsys_prepare +EXPORT_SYMBOL_GPL vmlinux 0x6bf6e117 mctp_unregister_netdev +EXPORT_SYMBOL_GPL vmlinux 0x6bfb8a05 phy_put +EXPORT_SYMBOL_GPL vmlinux 0x6bffec5c fib_nh_common_init +EXPORT_SYMBOL_GPL vmlinux 0x6c05db1c key_type_logon +EXPORT_SYMBOL_GPL vmlinux 0x6c0fddb5 __traceiter_br_fdb_add +EXPORT_SYMBOL_GPL vmlinux 0x6c205008 mpi_print +EXPORT_SYMBOL_GPL vmlinux 0x6c29af23 pcie_aspm_capable +EXPORT_SYMBOL_GPL vmlinux 0x6c389761 acpi_bus_get_private_data +EXPORT_SYMBOL_GPL vmlinux 0x6c3f4afd vp_modern_generation +EXPORT_SYMBOL_GPL vmlinux 0x6c3f70e0 guid_gen +EXPORT_SYMBOL_GPL vmlinux 0x6c414785 led_trigger_register_simple +EXPORT_SYMBOL_GPL vmlinux 0x6c46a43e power_supply_register +EXPORT_SYMBOL_GPL vmlinux 0x6c4b6684 reset_control_assert +EXPORT_SYMBOL_GPL vmlinux 0x6c57ad22 i2c_handle_smbus_host_notify +EXPORT_SYMBOL_GPL vmlinux 0x6c5ad0cd kmsg_dump_register +EXPORT_SYMBOL_GPL vmlinux 0x6c655913 register_acpi_hed_notifier +EXPORT_SYMBOL_GPL vmlinux 0x6c692b7f perf_tp_event +EXPORT_SYMBOL_GPL vmlinux 0x6c6b1e6d usb_enable_intel_xhci_ports +EXPORT_SYMBOL_GPL vmlinux 0x6c706921 devm_power_supply_get_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0x6c956075 __SCK__tp_func_devlink_hwerr +EXPORT_SYMBOL_GPL vmlinux 0x6c9df439 __udp_enqueue_schedule_skb +EXPORT_SYMBOL_GPL vmlinux 0x6ca4bf88 async_synchronize_full_domain +EXPORT_SYMBOL_GPL vmlinux 0x6ca74d37 devm_phy_destroy +EXPORT_SYMBOL_GPL vmlinux 0x6caf22df acpi_get_pci_dev +EXPORT_SYMBOL_GPL vmlinux 0x6cb0ce87 irq_get_percpu_devid_partition +EXPORT_SYMBOL_GPL vmlinux 0x6cc2ffa9 crypto_unregister_ahashes +EXPORT_SYMBOL_GPL vmlinux 0x6cdc5687 trace_event_buffer_commit +EXPORT_SYMBOL_GPL vmlinux 0x6ce10eb0 trace_clock_jiffies +EXPORT_SYMBOL_GPL vmlinux 0x6ce291c5 rio_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x6cef2527 tty_kopen_shared +EXPORT_SYMBOL_GPL vmlinux 0x6d01e301 dev_pm_opp_get_sharing_cpus +EXPORT_SYMBOL_GPL vmlinux 0x6d03368d of_fdt_unflatten_tree +EXPORT_SYMBOL_GPL vmlinux 0x6d04891d inet_getpeer +EXPORT_SYMBOL_GPL vmlinux 0x6d054cce uprobe_unregister +EXPORT_SYMBOL_GPL vmlinux 0x6d094f7e vcap_is_next_lookup +EXPORT_SYMBOL_GPL vmlinux 0x6d09843f copy_bpf_fprog_from_user +EXPORT_SYMBOL_GPL vmlinux 0x6d0ae550 pinctrl_gpio_request +EXPORT_SYMBOL_GPL vmlinux 0x6d0fa3ef mptcp_diag_fill_info +EXPORT_SYMBOL_GPL vmlinux 0x6d2706c9 bpf_trace_run3 +EXPORT_SYMBOL_GPL vmlinux 0x6d2fc5a6 net_namespace_list +EXPORT_SYMBOL_GPL vmlinux 0x6d30ee80 component_bind_all +EXPORT_SYMBOL_GPL vmlinux 0x6d320492 __xdp_rxq_info_reg +EXPORT_SYMBOL_GPL vmlinux 0x6d467b08 arm_smccc_1_1_get_conduit +EXPORT_SYMBOL_GPL vmlinux 0x6d518efa devl_traps_register +EXPORT_SYMBOL_GPL vmlinux 0x6d524db3 ata_std_prereset +EXPORT_SYMBOL_GPL vmlinux 0x6d535640 acpi_get_acpi_dev +EXPORT_SYMBOL_GPL vmlinux 0x6d63c04c strp_data_ready +EXPORT_SYMBOL_GPL vmlinux 0x6d69d486 serial8250_em485_start_tx +EXPORT_SYMBOL_GPL vmlinux 0x6d6d74f2 public_key_signature_free +EXPORT_SYMBOL_GPL vmlinux 0x6d6fec1f ktime_mono_to_any +EXPORT_SYMBOL_GPL vmlinux 0x6d7d5eb0 rdev_get_regmap +EXPORT_SYMBOL_GPL vmlinux 0x6d7e2488 validate_xmit_xfrm +EXPORT_SYMBOL_GPL vmlinux 0x6d7e951e rcu_exp_batches_completed +EXPORT_SYMBOL_GPL vmlinux 0x6d7fbed7 ata_pci_device_suspend +EXPORT_SYMBOL_GPL vmlinux 0x6daa7e16 vp_legacy_get_driver_features +EXPORT_SYMBOL_GPL vmlinux 0x6db2c013 phylink_fwnode_phy_connect +EXPORT_SYMBOL_GPL vmlinux 0x6dbaafd3 put_old_timespec32 +EXPORT_SYMBOL_GPL vmlinux 0x6dc6ec2e edac_mc_free +EXPORT_SYMBOL_GPL vmlinux 0x6dd41f61 perf_event_enable +EXPORT_SYMBOL_GPL vmlinux 0x6dd5680d sprint_symbol_build_id +EXPORT_SYMBOL_GPL vmlinux 0x6df9744d call_switchdev_notifiers +EXPORT_SYMBOL_GPL vmlinux 0x6e005b0d of_mm_gpiochip_add_data +EXPORT_SYMBOL_GPL vmlinux 0x6e03babb sata_link_scr_lpm +EXPORT_SYMBOL_GPL vmlinux 0x6e09d93d __SCK__tp_func_map +EXPORT_SYMBOL_GPL vmlinux 0x6e157845 ata_sff_qc_issue +EXPORT_SYMBOL_GPL vmlinux 0x6e1df738 rio_dev_get +EXPORT_SYMBOL_GPL vmlinux 0x6e213de8 tpm_chip_start +EXPORT_SYMBOL_GPL vmlinux 0x6e3347ec devlink_priv +EXPORT_SYMBOL_GPL vmlinux 0x6e353c26 mpi_rshift +EXPORT_SYMBOL_GPL vmlinux 0x6e3ff83a edac_device_alloc_index +EXPORT_SYMBOL_GPL vmlinux 0x6e40523e pm_runtime_irq_safe +EXPORT_SYMBOL_GPL vmlinux 0x6e4531cd device_phy_find_device +EXPORT_SYMBOL_GPL vmlinux 0x6e4aa78d k3_udma_glue_rx_flow_enable +EXPORT_SYMBOL_GPL vmlinux 0x6e59f821 __tracepoint_wbc_writepage +EXPORT_SYMBOL_GPL vmlinux 0x6e5e6a3f generic_online_page +EXPORT_SYMBOL_GPL vmlinux 0x6e6124b5 acpi_kobj +EXPORT_SYMBOL_GPL vmlinux 0x6e692302 perf_aux_output_flag +EXPORT_SYMBOL_GPL vmlinux 0x6e7943ec iommu_group_id +EXPORT_SYMBOL_GPL vmlinux 0x6e79782a genpd_dev_pm_attach_by_id +EXPORT_SYMBOL_GPL vmlinux 0x6e89a560 regmap_irq_chip_get_base +EXPORT_SYMBOL_GPL vmlinux 0x6e914514 acpi_dev_irq_flags +EXPORT_SYMBOL_GPL vmlinux 0x6e9a9e68 kvm_gfn_to_hva_cache_init +EXPORT_SYMBOL_GPL vmlinux 0x6eb0172d led_sysfs_enable +EXPORT_SYMBOL_GPL vmlinux 0x6eb04f46 register_random_vmfork_notifier +EXPORT_SYMBOL_GPL vmlinux 0x6eb10554 xenbus_watch_path +EXPORT_SYMBOL_GPL vmlinux 0x6ebe366f ktime_get_mono_fast_ns +EXPORT_SYMBOL_GPL vmlinux 0x6ec67e61 fscrypt_ioctl_get_key_status +EXPORT_SYMBOL_GPL vmlinux 0x6ec8988b gpiod_get_direction +EXPORT_SYMBOL_GPL vmlinux 0x6ed9d673 __traceiter_br_fdb_external_learn_add +EXPORT_SYMBOL_GPL vmlinux 0x6ef27992 pci_max_pasids +EXPORT_SYMBOL_GPL vmlinux 0x6ef6b54f ktime_get_boot_fast_ns +EXPORT_SYMBOL_GPL vmlinux 0x6f03bbbe ata_pci_bmdma_init +EXPORT_SYMBOL_GPL vmlinux 0x6f12560a get_old_timespec32 +EXPORT_SYMBOL_GPL vmlinux 0x6f19201d transport_class_unregister +EXPORT_SYMBOL_GPL vmlinux 0x6f1e0786 proc_get_parent_data +EXPORT_SYMBOL_GPL vmlinux 0x6f2017de misc_cg_set_capacity +EXPORT_SYMBOL_GPL vmlinux 0x6f41e94a devm_of_platform_depopulate +EXPORT_SYMBOL_GPL vmlinux 0x6f4c3472 pcie_flr +EXPORT_SYMBOL_GPL vmlinux 0x6f55cd04 fwnode_graph_get_endpoint_count +EXPORT_SYMBOL_GPL vmlinux 0x6f600f25 devm_free_pages +EXPORT_SYMBOL_GPL vmlinux 0x6f6b52e9 __ipv6_fixup_options +EXPORT_SYMBOL_GPL vmlinux 0x6f7275aa regulator_force_disable +EXPORT_SYMBOL_GPL vmlinux 0x6f7e6040 irq_has_action +EXPORT_SYMBOL_GPL vmlinux 0x6f80d7e3 fwnode_property_read_u64_array +EXPORT_SYMBOL_GPL vmlinux 0x6f9e763b timecounter_read +EXPORT_SYMBOL_GPL vmlinux 0x6fa426d2 phylink_ethtool_nway_reset +EXPORT_SYMBOL_GPL vmlinux 0x6faac387 sk_msg_memcopy_from_iter +EXPORT_SYMBOL_GPL vmlinux 0x6fb0175c ethnl_cable_test_finished +EXPORT_SYMBOL_GPL vmlinux 0x6fb09f82 perf_event_addr_filters_sync +EXPORT_SYMBOL_GPL vmlinux 0x6fb75ac3 zone_device_page_init +EXPORT_SYMBOL_GPL vmlinux 0x6fbf6f78 class_remove_file_ns +EXPORT_SYMBOL_GPL vmlinux 0x6fca2fe9 get_user_pages_fast_only +EXPORT_SYMBOL_GPL vmlinux 0x6fcef6ab ring_buffer_reset +EXPORT_SYMBOL_GPL vmlinux 0x6fcfe0d1 qcom_icc_xlate_extended +EXPORT_SYMBOL_GPL vmlinux 0x6fe103aa fscrypt_prepare_symlink +EXPORT_SYMBOL_GPL vmlinux 0x6ff32042 pinctrl_select_default_state +EXPORT_SYMBOL_GPL vmlinux 0x6ff607b6 crypto_get_default_rng +EXPORT_SYMBOL_GPL vmlinux 0x7006586e iommu_get_group_resv_regions +EXPORT_SYMBOL_GPL vmlinux 0x7033e224 irq_chip_retrigger_hierarchy +EXPORT_SYMBOL_GPL vmlinux 0x70347b31 wbc_attach_and_unlock_inode +EXPORT_SYMBOL_GPL vmlinux 0x70423efb zynqmp_pm_set_sd_config +EXPORT_SYMBOL_GPL vmlinux 0x7052cdd4 fscrypt_mergeable_bio +EXPORT_SYMBOL_GPL vmlinux 0x7073c04f phy_10_100_features_array +EXPORT_SYMBOL_GPL vmlinux 0x707b0d7f sysfs_create_bin_file +EXPORT_SYMBOL_GPL vmlinux 0x708e83ce devm_regmap_field_bulk_free +EXPORT_SYMBOL_GPL vmlinux 0x709cb8b1 dt_init_idle_driver +EXPORT_SYMBOL_GPL vmlinux 0x70a3a0b3 __of_reset_control_get +EXPORT_SYMBOL_GPL vmlinux 0x70ab286b wwan_unregister_ops +EXPORT_SYMBOL_GPL vmlinux 0x70b8b9e9 fsl_mc_bus_dpmcp_type +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 0x70ed6009 ptp_classify_raw +EXPORT_SYMBOL_GPL vmlinux 0x70f58534 cpufreq_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x70fbae4d cppc_allow_fast_switch +EXPORT_SYMBOL_GPL vmlinux 0x70fda709 ata_bmdma_irq_clear +EXPORT_SYMBOL_GPL vmlinux 0x710c73b6 crypto_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x710ddc56 vcap_lookup_rule_by_cookie +EXPORT_SYMBOL_GPL vmlinux 0x711b17db rtnl_register_module +EXPORT_SYMBOL_GPL vmlinux 0x7129a6f4 osc_sb_native_usb4_support_confirmed +EXPORT_SYMBOL_GPL vmlinux 0x713fe799 device_show_ulong +EXPORT_SYMBOL_GPL vmlinux 0x714eb756 fwnode_property_match_string +EXPORT_SYMBOL_GPL vmlinux 0x715a43ce priv_to_devlink +EXPORT_SYMBOL_GPL vmlinux 0x716265c7 debugfs_initialized +EXPORT_SYMBOL_GPL vmlinux 0x716707b6 fib_nl_newrule +EXPORT_SYMBOL_GPL vmlinux 0x7168c2bf mpc8xxx_spi_rx_buf_u32 +EXPORT_SYMBOL_GPL vmlinux 0x7169f524 powercap_register_zone +EXPORT_SYMBOL_GPL vmlinux 0x71724493 mctrl_gpio_enable_irq_wake +EXPORT_SYMBOL_GPL vmlinux 0x717b6157 of_property_read_variable_u16_array +EXPORT_SYMBOL_GPL vmlinux 0x7181db30 atomic_notifier_chain_unregister +EXPORT_SYMBOL_GPL vmlinux 0x718d1214 cpufreq_cooling_register +EXPORT_SYMBOL_GPL vmlinux 0x718d2293 pci_epc_multi_mem_init +EXPORT_SYMBOL_GPL vmlinux 0x7195940a mctrl_gpio_disable_irq_wake +EXPORT_SYMBOL_GPL vmlinux 0x71984e7b folio_wait_stable +EXPORT_SYMBOL_GPL vmlinux 0x719ae5c1 regulator_register_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0x719e17ff clk_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0x71a20f4a __SCK__tp_func_non_standard_event +EXPORT_SYMBOL_GPL vmlinux 0x71a2e680 dev_pm_opp_find_freq_floor +EXPORT_SYMBOL_GPL vmlinux 0x71a9a3ab mtk_mutex_acquire +EXPORT_SYMBOL_GPL vmlinux 0x71b6cf94 dst_cache_reset_now +EXPORT_SYMBOL_GPL vmlinux 0x71c059d8 __traceiter_map +EXPORT_SYMBOL_GPL vmlinux 0x71c81673 gov_attr_set_get +EXPORT_SYMBOL_GPL vmlinux 0x71d2e27e tracing_snapshot_cond_enable +EXPORT_SYMBOL_GPL vmlinux 0x71d6f193 iommu_detach_device_pasid +EXPORT_SYMBOL_GPL vmlinux 0x71f3a136 __mnt_is_readonly +EXPORT_SYMBOL_GPL vmlinux 0x720036d2 of_pwm_xlate_with_flags +EXPORT_SYMBOL_GPL vmlinux 0x72169885 usb_bulk_msg +EXPORT_SYMBOL_GPL vmlinux 0x722773f4 clk_hw_register_gate2 +EXPORT_SYMBOL_GPL vmlinux 0x7237e950 pkcs7_verify +EXPORT_SYMBOL_GPL vmlinux 0x7249faeb ata_sas_port_init +EXPORT_SYMBOL_GPL vmlinux 0x72563894 fscrypt_set_bio_crypt_ctx_bh +EXPORT_SYMBOL_GPL vmlinux 0x725a71cd ata_port_schedule_eh +EXPORT_SYMBOL_GPL vmlinux 0x7265f2b0 pci_vpd_check_csum +EXPORT_SYMBOL_GPL vmlinux 0x7265f447 ip6_pol_route +EXPORT_SYMBOL_GPL vmlinux 0x72669fb0 blk_mq_start_stopped_hw_queue +EXPORT_SYMBOL_GPL vmlinux 0x7278d328 all_vm_events +EXPORT_SYMBOL_GPL vmlinux 0x7283161b percpu_ref_switch_to_percpu +EXPORT_SYMBOL_GPL vmlinux 0x72842472 gpiod_direction_output +EXPORT_SYMBOL_GPL vmlinux 0x729b3e26 dma_resv_test_signaled +EXPORT_SYMBOL_GPL vmlinux 0x72ae1839 base64_decode +EXPORT_SYMBOL_GPL vmlinux 0x72aeed7a dev_attr_em_message +EXPORT_SYMBOL_GPL vmlinux 0x72b0a8f4 dm_put +EXPORT_SYMBOL_GPL vmlinux 0x72d267dc nvmem_del_cell_lookups +EXPORT_SYMBOL_GPL vmlinux 0x72d8ca48 ata_bmdma_port_ops +EXPORT_SYMBOL_GPL vmlinux 0x72dd96d5 ahci_platform_get_resources +EXPORT_SYMBOL_GPL vmlinux 0x72eb182e devm_led_trigger_register +EXPORT_SYMBOL_GPL vmlinux 0x72edf918 __tracepoint_kfree_skb +EXPORT_SYMBOL_GPL vmlinux 0x72f010a4 fwnode_property_read_u8_array +EXPORT_SYMBOL_GPL vmlinux 0x72f9b0eb ahci_platform_ops +EXPORT_SYMBOL_GPL vmlinux 0x730b3727 dev_pm_opp_of_get_sharing_cpus +EXPORT_SYMBOL_GPL vmlinux 0x730f9fb9 mtk_mmsys_ddp_dpi_fmt_config +EXPORT_SYMBOL_GPL vmlinux 0x7316b83e of_k3_ringacc_get_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0x73174290 gnttab_page_cache_get +EXPORT_SYMBOL_GPL vmlinux 0x732086a7 elv_rqhash_add +EXPORT_SYMBOL_GPL vmlinux 0x732852fe xenbus_transaction_end +EXPORT_SYMBOL_GPL vmlinux 0x73385db5 sync_blockdev_nowait +EXPORT_SYMBOL_GPL vmlinux 0x73467afd irq_domain_set_hwirq_and_chip +EXPORT_SYMBOL_GPL vmlinux 0x7351fcb1 devlink_remote_reload_actions_performed +EXPORT_SYMBOL_GPL vmlinux 0x735e0da0 mctrl_gpio_init_noauto +EXPORT_SYMBOL_GPL vmlinux 0x7360ee16 pci_find_next_ext_capability +EXPORT_SYMBOL_GPL vmlinux 0x7380330d i2c_acpi_client_count +EXPORT_SYMBOL_GPL vmlinux 0x73839407 ata_sff_error_handler +EXPORT_SYMBOL_GPL vmlinux 0x7388a7ad k3_udma_glue_request_tx_chn +EXPORT_SYMBOL_GPL vmlinux 0x738daa0c device_set_node +EXPORT_SYMBOL_GPL vmlinux 0x7390e34f ata_sff_data_xfer +EXPORT_SYMBOL_GPL vmlinux 0x73a32a15 pm_genpd_remove +EXPORT_SYMBOL_GPL vmlinux 0x73a48b4a ata_sff_std_ports +EXPORT_SYMBOL_GPL vmlinux 0x73baa5c8 of_regulator_bulk_get_all +EXPORT_SYMBOL_GPL vmlinux 0x73c0661d xfrm_audit_state_notfound +EXPORT_SYMBOL_GPL vmlinux 0x73c2554f __iowrite64_copy +EXPORT_SYMBOL_GPL vmlinux 0x73cacd37 __ata_ehi_push_desc +EXPORT_SYMBOL_GPL vmlinux 0x73cc8631 oiap +EXPORT_SYMBOL_GPL vmlinux 0x73e4edb8 phy_gbit_features +EXPORT_SYMBOL_GPL vmlinux 0x73e9b0f6 meson_clk_dualdiv_ro_ops +EXPORT_SYMBOL_GPL vmlinux 0x73eb2672 regulator_is_equal +EXPORT_SYMBOL_GPL vmlinux 0x73f4f16c dma_opt_mapping_size +EXPORT_SYMBOL_GPL vmlinux 0x73f9cb72 clk_hw_rate_is_protected +EXPORT_SYMBOL_GPL vmlinux 0x74010622 pci_iov_virtfn_devfn +EXPORT_SYMBOL_GPL vmlinux 0x741a5f51 fat_time_unix2fat +EXPORT_SYMBOL_GPL vmlinux 0x741b9681 kvm_debugfs_dir +EXPORT_SYMBOL_GPL vmlinux 0x74284fc5 of_thermal_is_trip_valid +EXPORT_SYMBOL_GPL vmlinux 0x7429297b interval_tree_span_iter_next +EXPORT_SYMBOL_GPL vmlinux 0x74394035 sock_diag_register +EXPORT_SYMBOL_GPL vmlinux 0x743b99d8 xenmem_reservation_increase +EXPORT_SYMBOL_GPL vmlinux 0x74457e56 apei_resources_fini +EXPORT_SYMBOL_GPL vmlinux 0x7461fc73 dm_send_uevents +EXPORT_SYMBOL_GPL vmlinux 0x7480a843 device_show_bool +EXPORT_SYMBOL_GPL vmlinux 0x7486c002 syscon_regmap_lookup_by_phandle_args +EXPORT_SYMBOL_GPL vmlinux 0x74970fa2 device_store_ulong +EXPORT_SYMBOL_GPL vmlinux 0x749b159d sdio_readb +EXPORT_SYMBOL_GPL vmlinux 0x74a22bb4 k3_udma_glue_push_rx_chn +EXPORT_SYMBOL_GPL vmlinux 0x74a3e3b4 power_supply_external_power_changed +EXPORT_SYMBOL_GPL vmlinux 0x74a99281 blk_trace_remove +EXPORT_SYMBOL_GPL vmlinux 0x74b5ea68 lcm_not_zero +EXPORT_SYMBOL_GPL vmlinux 0x74baf17a tracing_is_on +EXPORT_SYMBOL_GPL vmlinux 0x74c5c552 usb_role_switch_find_by_fwnode +EXPORT_SYMBOL_GPL vmlinux 0x74c7bffa stack_trace_snprint +EXPORT_SYMBOL_GPL vmlinux 0x74cd6ff4 of_modalias_node +EXPORT_SYMBOL_GPL vmlinux 0x74d42632 mas_empty_area +EXPORT_SYMBOL_GPL vmlinux 0x74d47faa crypto_grab_spawn +EXPORT_SYMBOL_GPL vmlinux 0x74d4bf48 hvc_remove +EXPORT_SYMBOL_GPL vmlinux 0x74d8c410 anon_inode_getfile +EXPORT_SYMBOL_GPL vmlinux 0x74db2c55 kvm_vcpu_write_guest +EXPORT_SYMBOL_GPL vmlinux 0x74dbd82c dprc_reset_container +EXPORT_SYMBOL_GPL vmlinux 0x74e73871 housekeeping_overridden +EXPORT_SYMBOL_GPL vmlinux 0x74f3bdd6 switchdev_port_attr_set +EXPORT_SYMBOL_GPL vmlinux 0x74fe2294 usb_deregister +EXPORT_SYMBOL_GPL vmlinux 0x7501896a bdev_discard_alignment +EXPORT_SYMBOL_GPL vmlinux 0x75133f6e visitor128 +EXPORT_SYMBOL_GPL vmlinux 0x7522f3ba irq_modify_status +EXPORT_SYMBOL_GPL vmlinux 0x752470ad regulator_get_mode +EXPORT_SYMBOL_GPL vmlinux 0x752d118d devm_devfreq_event_add_edev +EXPORT_SYMBOL_GPL vmlinux 0x7534596b mtk_mutex_write_sof +EXPORT_SYMBOL_GPL vmlinux 0x755df6b5 pci_iov_vf_id +EXPORT_SYMBOL_GPL vmlinux 0x75648420 fsnotify_init_mark +EXPORT_SYMBOL_GPL vmlinux 0x7568593a scmi_protocol_register +EXPORT_SYMBOL_GPL vmlinux 0x757c1bbb housekeeping_any_cpu +EXPORT_SYMBOL_GPL vmlinux 0x7580cf75 acpi_device_fwnode_ops +EXPORT_SYMBOL_GPL vmlinux 0x758a43fe k3_ringacc_get_ring_irq_num +EXPORT_SYMBOL_GPL vmlinux 0x758cebab dev_pm_opp_xlate_required_opp +EXPORT_SYMBOL_GPL vmlinux 0x759139cb of_pci_check_probe_only +EXPORT_SYMBOL_GPL vmlinux 0x759515e7 mtk_clk_unregister_composites +EXPORT_SYMBOL_GPL vmlinux 0x759812ce devm_kmalloc +EXPORT_SYMBOL_GPL vmlinux 0x759bfe36 btree_destroy +EXPORT_SYMBOL_GPL vmlinux 0x75a9b11c ip6_sk_redirect +EXPORT_SYMBOL_GPL vmlinux 0x75aa441e spi_sync_locked +EXPORT_SYMBOL_GPL vmlinux 0x75b9f30a of_hte_req_count +EXPORT_SYMBOL_GPL vmlinux 0x75cbae20 __trace_trigger_soft_disabled +EXPORT_SYMBOL_GPL vmlinux 0x75dc86dc add_disk_randomness +EXPORT_SYMBOL_GPL vmlinux 0x75dd4ebe of_overlay_remove +EXPORT_SYMBOL_GPL vmlinux 0x75e458e7 is_dock_device +EXPORT_SYMBOL_GPL vmlinux 0x75e51945 __SCK__tp_func_error_report_end +EXPORT_SYMBOL_GPL vmlinux 0x75e9c735 pci_ats_disabled +EXPORT_SYMBOL_GPL vmlinux 0x75fb9062 arch_timer_read_counter +EXPORT_SYMBOL_GPL vmlinux 0x76045b32 fscrypt_ioctl_get_policy_ex +EXPORT_SYMBOL_GPL vmlinux 0x7610b08e unregister_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0x76228b3e pcc_mbox_free_channel +EXPORT_SYMBOL_GPL vmlinux 0x76321cfe key_set_timeout +EXPORT_SYMBOL_GPL vmlinux 0x763caaba get_net_ns_by_fd +EXPORT_SYMBOL_GPL vmlinux 0x7644bf09 rio_request_outb_mbox +EXPORT_SYMBOL_GPL vmlinux 0x764a70bc ata_slave_link_init +EXPORT_SYMBOL_GPL vmlinux 0x764bc9e6 ipv6_proxy_select_ident +EXPORT_SYMBOL_GPL vmlinux 0x76517f03 interval_tree_span_iter_advance +EXPORT_SYMBOL_GPL vmlinux 0x76549549 ahci_platform_shutdown +EXPORT_SYMBOL_GPL vmlinux 0x7656410c mpi_sub +EXPORT_SYMBOL_GPL vmlinux 0x765c52d4 usb_hcd_resume_root_hub +EXPORT_SYMBOL_GPL vmlinux 0x7665a8fe dev_pm_opp_free_cpufreq_table +EXPORT_SYMBOL_GPL vmlinux 0x7665a95b idr_remove +EXPORT_SYMBOL_GPL vmlinux 0x7666a1f4 kvm_vcpu_wake_up +EXPORT_SYMBOL_GPL vmlinux 0x7671e29d mpc8xxx_spi_tx_buf_u16 +EXPORT_SYMBOL_GPL vmlinux 0x767374aa pci_sriov_get_totalvfs +EXPORT_SYMBOL_GPL vmlinux 0x767ad6a3 tpm_try_get_ops +EXPORT_SYMBOL_GPL vmlinux 0x767bc13b pci_num_vf +EXPORT_SYMBOL_GPL vmlinux 0x7681946c unregister_pm_notifier +EXPORT_SYMBOL_GPL vmlinux 0x7685612e crypto_register_skciphers +EXPORT_SYMBOL_GPL vmlinux 0x769cefb5 percpu_ref_switch_to_atomic +EXPORT_SYMBOL_GPL vmlinux 0x76a3d0d7 fwnode_graph_get_port_parent +EXPORT_SYMBOL_GPL vmlinux 0x76a61e85 __SCK__tp_func_rwmmio_write +EXPORT_SYMBOL_GPL vmlinux 0x76a97630 fwnode_device_is_available +EXPORT_SYMBOL_GPL vmlinux 0x76aa52c1 gpiod_get_optional +EXPORT_SYMBOL_GPL vmlinux 0x76b228ab iomap_zero_range +EXPORT_SYMBOL_GPL vmlinux 0x76c310b6 scsi_dh_attach +EXPORT_SYMBOL_GPL vmlinux 0x76c34d9f fscrypt_mergeable_bio_bh +EXPORT_SYMBOL_GPL vmlinux 0x76c832d7 sysfs_update_group +EXPORT_SYMBOL_GPL vmlinux 0x76c9ba0c acpi_dev_get_property +EXPORT_SYMBOL_GPL vmlinux 0x76d1af56 debounce_time_mt2701 +EXPORT_SYMBOL_GPL vmlinux 0x76d680f6 acpi_dev_resource_memory +EXPORT_SYMBOL_GPL vmlinux 0x76d9b876 clk_set_rate +EXPORT_SYMBOL_GPL vmlinux 0x76e0b63b pm_runtime_allow +EXPORT_SYMBOL_GPL vmlinux 0x76e3c208 nf_queue_entry_get_refs +EXPORT_SYMBOL_GPL vmlinux 0x76e85b92 gnttab_request_free_callback +EXPORT_SYMBOL_GPL vmlinux 0x76eeeb0f sha384_zero_message_hash +EXPORT_SYMBOL_GPL vmlinux 0x76fa0637 dev_get_tstats64 +EXPORT_SYMBOL_GPL vmlinux 0x770c59b2 dev_pm_opp_get_voltage +EXPORT_SYMBOL_GPL vmlinux 0x7712771a unbind_from_irqhandler +EXPORT_SYMBOL_GPL vmlinux 0x77139815 power_supply_set_battery_charged +EXPORT_SYMBOL_GPL vmlinux 0x77222306 ring_buffer_read_page +EXPORT_SYMBOL_GPL vmlinux 0x772b0f64 __wake_up_pollfree +EXPORT_SYMBOL_GPL vmlinux 0x773f3381 cpufreq_disable_fast_switch +EXPORT_SYMBOL_GPL vmlinux 0x7741d518 spi_mem_dirmap_read +EXPORT_SYMBOL_GPL vmlinux 0x7743fb29 genphy_c45_config_aneg +EXPORT_SYMBOL_GPL vmlinux 0x774b0d05 sk_msg_free_partial +EXPORT_SYMBOL_GPL vmlinux 0x774f16ef __tracepoint_cpu_idle +EXPORT_SYMBOL_GPL vmlinux 0x77522cf6 sbitmap_get_shallow +EXPORT_SYMBOL_GPL vmlinux 0x7754df4c power_supply_get_property_from_supplier +EXPORT_SYMBOL_GPL vmlinux 0x7757b51a clk_unregister +EXPORT_SYMBOL_GPL vmlinux 0x775b4bd1 dprc_setup +EXPORT_SYMBOL_GPL vmlinux 0x775feace kvm_read_guest_page +EXPORT_SYMBOL_GPL vmlinux 0x775ffbc2 blk_crypto_register +EXPORT_SYMBOL_GPL vmlinux 0x776f1a81 __blkg_prfill_u64 +EXPORT_SYMBOL_GPL vmlinux 0x7773137e gfn_to_page_many_atomic +EXPORT_SYMBOL_GPL vmlinux 0x7782f580 ext_pi_type3_crc64 +EXPORT_SYMBOL_GPL vmlinux 0x7791e066 dw_pcie_read +EXPORT_SYMBOL_GPL vmlinux 0x77921564 pwm_request_from_chip +EXPORT_SYMBOL_GPL vmlinux 0x7793e494 pci_hp_destroy +EXPORT_SYMBOL_GPL vmlinux 0x7797fbb5 imx_clk_hw_pfdv2 +EXPORT_SYMBOL_GPL vmlinux 0x77a066f7 netlink_has_listeners +EXPORT_SYMBOL_GPL vmlinux 0x77a88c77 usb_driver_release_interface +EXPORT_SYMBOL_GPL vmlinux 0x77ae495d usb_speed_string +EXPORT_SYMBOL_GPL vmlinux 0x77ae887f device_attach +EXPORT_SYMBOL_GPL vmlinux 0x77b74138 kvm_get_kvm +EXPORT_SYMBOL_GPL vmlinux 0x77b883b1 irq_domain_create_hierarchy +EXPORT_SYMBOL_GPL vmlinux 0x77c3df64 dev_pm_qos_update_request +EXPORT_SYMBOL_GPL vmlinux 0x77c8220b debugfs_attr_read +EXPORT_SYMBOL_GPL vmlinux 0x77e3e944 ethnl_cable_test_amplitude +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 0x78219813 usb_check_int_endpoints +EXPORT_SYMBOL_GPL vmlinux 0x78276a01 pwm_get +EXPORT_SYMBOL_GPL vmlinux 0x782f9428 battery_hook_register +EXPORT_SYMBOL_GPL vmlinux 0x7843d4fd scsi_autopm_get_device +EXPORT_SYMBOL_GPL vmlinux 0x7847c621 sfp_parse_support +EXPORT_SYMBOL_GPL vmlinux 0x784d555f genphy_c45_read_mdix +EXPORT_SYMBOL_GPL vmlinux 0x785a93b4 si_mem_available +EXPORT_SYMBOL_GPL vmlinux 0x785d52b5 i2c_match_id +EXPORT_SYMBOL_GPL vmlinux 0x7861fb3d dma_resv_get_fences +EXPORT_SYMBOL_GPL vmlinux 0x787c882b lzo1x_1_compress +EXPORT_SYMBOL_GPL vmlinux 0x78899357 usb_control_msg_recv +EXPORT_SYMBOL_GPL vmlinux 0x788bfbad ring_buffer_empty +EXPORT_SYMBOL_GPL vmlinux 0x7893eee0 set_primary_fwnode +EXPORT_SYMBOL_GPL vmlinux 0x7898d55b device_reprobe +EXPORT_SYMBOL_GPL vmlinux 0x78993303 sk_msg_clone +EXPORT_SYMBOL_GPL vmlinux 0x789c73d9 rcu_cpu_stall_suppress_at_boot +EXPORT_SYMBOL_GPL vmlinux 0x78a2d916 serial8250_request_dma +EXPORT_SYMBOL_GPL vmlinux 0x78a7a96c of_pci_find_child_device +EXPORT_SYMBOL_GPL vmlinux 0x78a83823 fsverity_ioctl_read_metadata +EXPORT_SYMBOL_GPL vmlinux 0x78cb6203 tty_port_register_device_attr +EXPORT_SYMBOL_GPL vmlinux 0x78d0c8f3 page_cache_ra_unbounded +EXPORT_SYMBOL_GPL vmlinux 0x78d2265b pm_generic_resume_noirq +EXPORT_SYMBOL_GPL vmlinux 0x78ddb76b dmi_match +EXPORT_SYMBOL_GPL vmlinux 0x78fa02d5 pci_bus_resource_n +EXPORT_SYMBOL_GPL vmlinux 0x790be0b9 usb_bus_idr +EXPORT_SYMBOL_GPL vmlinux 0x790f6063 usb_get_hcd +EXPORT_SYMBOL_GPL vmlinux 0x7918d817 memory_failure +EXPORT_SYMBOL_GPL vmlinux 0x792088e4 devlink_port_register +EXPORT_SYMBOL_GPL vmlinux 0x7927a4e9 pm_runtime_force_suspend +EXPORT_SYMBOL_GPL vmlinux 0x792fd8b8 kvm_vcpu_is_visible_gfn +EXPORT_SYMBOL_GPL vmlinux 0x79345cb9 register_kretprobe +EXPORT_SYMBOL_GPL vmlinux 0x7934aa08 register_kprobes +EXPORT_SYMBOL_GPL vmlinux 0x793f98bc __tracepoint_rpm_return_int +EXPORT_SYMBOL_GPL vmlinux 0x79424cd7 switchdev_handle_port_obj_del_foreign +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 0x7957d74f pci_try_reset_function +EXPORT_SYMBOL_GPL vmlinux 0x7958feb8 sysfs_remove_file_ns +EXPORT_SYMBOL_GPL vmlinux 0x796c86b6 udp_tunnel_nic_ops +EXPORT_SYMBOL_GPL vmlinux 0x798b7682 klist_prev +EXPORT_SYMBOL_GPL vmlinux 0x7991e6b0 i2c_probe_func_quick_read +EXPORT_SYMBOL_GPL vmlinux 0x7998a080 iommu_attach_device +EXPORT_SYMBOL_GPL vmlinux 0x79a9c618 nvmem_cell_get +EXPORT_SYMBOL_GPL vmlinux 0x79af3b94 trace_event_raw_init +EXPORT_SYMBOL_GPL vmlinux 0x79b75e47 acpi_device_uevent_modalias +EXPORT_SYMBOL_GPL vmlinux 0x79b78f29 wbt_disable_default +EXPORT_SYMBOL_GPL vmlinux 0x79bc842c usb_anchor_suspend_wakeups +EXPORT_SYMBOL_GPL vmlinux 0x79c78c4b start_poll_synchronize_srcu +EXPORT_SYMBOL_GPL vmlinux 0x79c7ba58 get_net_ns +EXPORT_SYMBOL_GPL vmlinux 0x79cf8d21 serdev_device_add +EXPORT_SYMBOL_GPL vmlinux 0x79defbe1 kthread_should_park +EXPORT_SYMBOL_GPL vmlinux 0x79f1aa44 find_iova +EXPORT_SYMBOL_GPL vmlinux 0x79f63bff regulator_list_voltage +EXPORT_SYMBOL_GPL vmlinux 0x79f697e4 lzorle1x_1_compress +EXPORT_SYMBOL_GPL vmlinux 0x79fa6c2c strp_init +EXPORT_SYMBOL_GPL vmlinux 0x7a113d61 irq_set_chained_handler_and_data +EXPORT_SYMBOL_GPL vmlinux 0x7a17e308 blk_execute_rq_nowait +EXPORT_SYMBOL_GPL vmlinux 0x7a188f7a con_debug_enter +EXPORT_SYMBOL_GPL vmlinux 0x7a1a8a95 tcp_leave_memory_pressure +EXPORT_SYMBOL_GPL vmlinux 0x7a21972a of_property_match_string +EXPORT_SYMBOL_GPL vmlinux 0x7a2260ff dev_pm_set_wake_irq +EXPORT_SYMBOL_GPL vmlinux 0x7a384b8c __of_phy_provider_register +EXPORT_SYMBOL_GPL vmlinux 0x7a3f16a2 devl_region_destroy +EXPORT_SYMBOL_GPL vmlinux 0x7a4e3e5b devm_usb_get_phy_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0x7a50d1b8 shash_ahash_digest +EXPORT_SYMBOL_GPL vmlinux 0x7a51207b msg_zerocopy_callback +EXPORT_SYMBOL_GPL vmlinux 0x7a5a5120 __platform_driver_register +EXPORT_SYMBOL_GPL vmlinux 0x7a73e605 wm831x_isinkv_values +EXPORT_SYMBOL_GPL vmlinux 0x7a768a18 sdev_evt_send +EXPORT_SYMBOL_GPL vmlinux 0x7a7804a5 ping_close +EXPORT_SYMBOL_GPL vmlinux 0x7a7a27e3 of_get_named_gpio_flags +EXPORT_SYMBOL_GPL vmlinux 0x7a81541b async_synchronize_cookie +EXPORT_SYMBOL_GPL vmlinux 0x7a98f4b4 copy_from_user_nofault +EXPORT_SYMBOL_GPL vmlinux 0x7a9e4c23 software_node_register_node_group +EXPORT_SYMBOL_GPL vmlinux 0x7aa97c70 balloon_page_alloc +EXPORT_SYMBOL_GPL vmlinux 0x7aaa6f30 ata_port_pbar_desc +EXPORT_SYMBOL_GPL vmlinux 0x7ac10ad8 icst_clk_register +EXPORT_SYMBOL_GPL vmlinux 0x7ac18473 raw_v4_match +EXPORT_SYMBOL_GPL vmlinux 0x7ac4e3d2 xenbus_watch_pathfmt +EXPORT_SYMBOL_GPL vmlinux 0x7ac722bd phy_all_ports_features_array +EXPORT_SYMBOL_GPL vmlinux 0x7acba74e nvdimm_bus_unregister +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 0x7aea4bdd xdp_return_frame_rx_napi +EXPORT_SYMBOL_GPL vmlinux 0x7afcb7db __kprobe_event_add_fields +EXPORT_SYMBOL_GPL vmlinux 0x7afe324e halt_poll_ns_grow +EXPORT_SYMBOL_GPL vmlinux 0x7b076de6 sdio_writew +EXPORT_SYMBOL_GPL vmlinux 0x7b18e65a nvdimm_in_overwrite +EXPORT_SYMBOL_GPL vmlinux 0x7b279f31 fsl_mc_device_add +EXPORT_SYMBOL_GPL vmlinux 0x7b39eb0d __traceiter_tcp_bad_csum +EXPORT_SYMBOL_GPL vmlinux 0x7b3ca57a scsi_build_sense +EXPORT_SYMBOL_GPL vmlinux 0x7b4aab94 fsl_mc_free_irqs +EXPORT_SYMBOL_GPL vmlinux 0x7b4d58ae unregister_pernet_device +EXPORT_SYMBOL_GPL vmlinux 0x7b5452b8 acpi_unregister_gsi +EXPORT_SYMBOL_GPL vmlinux 0x7b561201 tegra_bpmp_mrq_return +EXPORT_SYMBOL_GPL vmlinux 0x7b5764fd folio_wait_writeback +EXPORT_SYMBOL_GPL vmlinux 0x7b5a4926 sha1_zero_message_hash +EXPORT_SYMBOL_GPL vmlinux 0x7b62d067 rio_unmap_inb_region +EXPORT_SYMBOL_GPL vmlinux 0x7b667f28 pci_remove_root_bus +EXPORT_SYMBOL_GPL vmlinux 0x7b6826cf iomap_ioend_try_merge +EXPORT_SYMBOL_GPL vmlinux 0x7b6f06d2 devfreq_get_devfreq_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0x7b6f9536 acpi_register_wakeup_handler +EXPORT_SYMBOL_GPL vmlinux 0x7b7ac7fc bpf_prog_create_from_user +EXPORT_SYMBOL_GPL vmlinux 0x7b8910f4 kfence_sample_interval +EXPORT_SYMBOL_GPL vmlinux 0x7b8a4a17 gpiochip_irq_map +EXPORT_SYMBOL_GPL vmlinux 0x7b8b5701 fsl_mc_bus_dpni_type +EXPORT_SYMBOL_GPL vmlinux 0x7b90d1a9 bind_virq_to_irqhandler +EXPORT_SYMBOL_GPL vmlinux 0x7b9793a2 get_cpu_idle_time_us +EXPORT_SYMBOL_GPL vmlinux 0x7b9bfaf4 pm_relax +EXPORT_SYMBOL_GPL vmlinux 0x7bb045a7 __request_percpu_irq +EXPORT_SYMBOL_GPL vmlinux 0x7bb406f1 imx_pinctrl_pm_ops +EXPORT_SYMBOL_GPL vmlinux 0x7bbc5e74 bd_unlink_disk_holder +EXPORT_SYMBOL_GPL vmlinux 0x7bcb26f9 pinctrl_select_state +EXPORT_SYMBOL_GPL vmlinux 0x7bccaf4b firmware_kobj +EXPORT_SYMBOL_GPL vmlinux 0x7be34f63 securityfs_create_file +EXPORT_SYMBOL_GPL vmlinux 0x7be43c54 ata_platform_remove_one +EXPORT_SYMBOL_GPL vmlinux 0x7bea22c7 irq_set_chip_and_handler_name +EXPORT_SYMBOL_GPL vmlinux 0x7bed0b1f __platform_register_drivers +EXPORT_SYMBOL_GPL vmlinux 0x7c01987e sysfs_unmerge_group +EXPORT_SYMBOL_GPL vmlinux 0x7c1189f4 inet_csk_listen_stop +EXPORT_SYMBOL_GPL vmlinux 0x7c12a565 sk_detach_filter +EXPORT_SYMBOL_GPL vmlinux 0x7c13d9fa find_vpid +EXPORT_SYMBOL_GPL vmlinux 0x7c2674de pci_epf_add_vepf +EXPORT_SYMBOL_GPL vmlinux 0x7c291e86 show_rcu_tasks_trace_gp_kthread +EXPORT_SYMBOL_GPL vmlinux 0x7c2d89c3 xdp_rxq_info_is_reg +EXPORT_SYMBOL_GPL vmlinux 0x7c31fd93 pci_host_probe +EXPORT_SYMBOL_GPL vmlinux 0x7c38657c bpf_prog_get_type_dev +EXPORT_SYMBOL_GPL vmlinux 0x7c3d3308 __pm_runtime_suspend +EXPORT_SYMBOL_GPL vmlinux 0x7c3d8a4b icc_bulk_put +EXPORT_SYMBOL_GPL vmlinux 0x7c51eae1 bsg_job_get +EXPORT_SYMBOL_GPL vmlinux 0x7c577266 __dev_fwnode +EXPORT_SYMBOL_GPL vmlinux 0x7c58f83d unregister_pernet_subsys +EXPORT_SYMBOL_GPL vmlinux 0x7c5d13e1 usb_hcd_setup_local_mem +EXPORT_SYMBOL_GPL vmlinux 0x7c5f3711 ioasid_unregister_allocator +EXPORT_SYMBOL_GPL vmlinux 0x7c8a1fc1 __clk_hw_register_mux +EXPORT_SYMBOL_GPL vmlinux 0x7c910805 watchdog_unregister_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 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 0x7cbd0524 pm_generic_suspend_late +EXPORT_SYMBOL_GPL vmlinux 0x7cc9caac ahci_start_engine +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 0x7cdd7914 inet_twsk_put +EXPORT_SYMBOL_GPL vmlinux 0x7ce79a56 __devm_spi_alloc_controller +EXPORT_SYMBOL_GPL vmlinux 0x7ceaf0d5 generic_handle_irq +EXPORT_SYMBOL_GPL vmlinux 0x7d00c65b nd_synchronize +EXPORT_SYMBOL_GPL vmlinux 0x7d050545 ip_fib_metrics_init +EXPORT_SYMBOL_GPL vmlinux 0x7d16fcda ata_sff_wait_after_reset +EXPORT_SYMBOL_GPL vmlinux 0x7d1bb1d4 tnum_strn +EXPORT_SYMBOL_GPL vmlinux 0x7d28e3a2 phylink_mii_c45_pcs_get_state +EXPORT_SYMBOL_GPL vmlinux 0x7d2dd84a relay_buf_full +EXPORT_SYMBOL_GPL vmlinux 0x7d2e0953 rio_unregister_mport +EXPORT_SYMBOL_GPL vmlinux 0x7d341a74 usb_disable_xhci_ports +EXPORT_SYMBOL_GPL vmlinux 0x7d390965 pwm_put +EXPORT_SYMBOL_GPL vmlinux 0x7d3f8fe8 irq_domain_free_irqs_common +EXPORT_SYMBOL_GPL vmlinux 0x7d46ed02 __traceiter_ata_bmdma_status +EXPORT_SYMBOL_GPL vmlinux 0x7d471321 zynqmp_pm_pinctrl_release +EXPORT_SYMBOL_GPL vmlinux 0x7d558968 trace_seq_puts +EXPORT_SYMBOL_GPL vmlinux 0x7d59dd46 pm_wq +EXPORT_SYMBOL_GPL vmlinux 0x7d71529d of_genpd_add_provider_simple +EXPORT_SYMBOL_GPL vmlinux 0x7d76bcb8 lp8788_update_bits +EXPORT_SYMBOL_GPL vmlinux 0x7d860023 ata_pci_sff_init_host +EXPORT_SYMBOL_GPL vmlinux 0x7d98d6ba __reset_control_get +EXPORT_SYMBOL_GPL vmlinux 0x7d9b5015 __traceiter_neigh_event_send_done +EXPORT_SYMBOL_GPL vmlinux 0x7dae40b6 crypto_alloc_rng +EXPORT_SYMBOL_GPL vmlinux 0x7db41a7e paste_selection +EXPORT_SYMBOL_GPL vmlinux 0x7dcf3587 i2c_generic_scl_recovery +EXPORT_SYMBOL_GPL vmlinux 0x7dda30af unregister_tracepoint_module_notifier +EXPORT_SYMBOL_GPL vmlinux 0x7de39e07 phy_basic_t1_features_array +EXPORT_SYMBOL_GPL vmlinux 0x7de4778a rtnl_get_net_ns_capable +EXPORT_SYMBOL_GPL vmlinux 0x7de65a03 acpi_lpat_free_conversion_table +EXPORT_SYMBOL_GPL vmlinux 0x7de66283 usb_wakeup_notification +EXPORT_SYMBOL_GPL vmlinux 0x7de6cc23 io_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0x7deda63d of_pci_dma_range_parser_init +EXPORT_SYMBOL_GPL vmlinux 0x7dee8a01 fwnode_find_reference +EXPORT_SYMBOL_GPL vmlinux 0x7defc870 gnttab_end_foreign_access_ref +EXPORT_SYMBOL_GPL vmlinux 0x7df0debd dw_pcie_own_conf_map_bus +EXPORT_SYMBOL_GPL vmlinux 0x7e3bdecd __ftrace_vprintk +EXPORT_SYMBOL_GPL vmlinux 0x7e484817 umd_cleanup_helper +EXPORT_SYMBOL_GPL vmlinux 0x7e5db80b pstore_name_to_type +EXPORT_SYMBOL_GPL vmlinux 0x7e61d3a6 register_virtio_device +EXPORT_SYMBOL_GPL vmlinux 0x7e64181d usb_calc_bus_time +EXPORT_SYMBOL_GPL vmlinux 0x7e79255c regulator_set_voltage +EXPORT_SYMBOL_GPL vmlinux 0x7e7a47c9 pci_acpi_clear_companion_lookup_hook +EXPORT_SYMBOL_GPL vmlinux 0x7e7e3f58 ring_buffer_reset_cpu +EXPORT_SYMBOL_GPL vmlinux 0x7e7f4531 key_type_trusted +EXPORT_SYMBOL_GPL vmlinux 0x7e841b75 fl6_merge_options +EXPORT_SYMBOL_GPL vmlinux 0x7e89d017 nvmem_cell_read_u32 +EXPORT_SYMBOL_GPL vmlinux 0x7e8d0780 k3_udma_glue_request_rx_chn +EXPORT_SYMBOL_GPL vmlinux 0x7e8d8619 usb_anchor_empty +EXPORT_SYMBOL_GPL vmlinux 0x7e917894 __SCK__tp_func_unmap +EXPORT_SYMBOL_GPL vmlinux 0x7e93dcc7 mmu_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0x7e9a23d7 ohci_suspend +EXPORT_SYMBOL_GPL vmlinux 0x7ea5e4be usb_of_has_combined_node +EXPORT_SYMBOL_GPL vmlinux 0x7ea75c24 __wake_up_locked_key_bookmark +EXPORT_SYMBOL_GPL vmlinux 0x7eb1795e __tracepoint_detach_device_from_domain +EXPORT_SYMBOL_GPL vmlinux 0x7eb71f4c devm_namespace_enable +EXPORT_SYMBOL_GPL vmlinux 0x7eb808d0 add_cpu +EXPORT_SYMBOL_GPL vmlinux 0x7ecf6731 wait_for_stable_page +EXPORT_SYMBOL_GPL vmlinux 0x7ee30a5d rio_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0x7ee65a27 of_pse_control_get +EXPORT_SYMBOL_GPL vmlinux 0x7ee73f76 devm_gpiod_get_array_optional +EXPORT_SYMBOL_GPL vmlinux 0x7eea6b8b pcap_adc_async +EXPORT_SYMBOL_GPL vmlinux 0x7eed937c component_release_of +EXPORT_SYMBOL_GPL vmlinux 0x7eef2747 of_reserved_mem_device_init_by_name +EXPORT_SYMBOL_GPL vmlinux 0x7f00bdac devlink_resource_register +EXPORT_SYMBOL_GPL vmlinux 0x7f07fa1a dev_pm_qos_hide_latency_limit +EXPORT_SYMBOL_GPL vmlinux 0x7f0abbeb mtk_hw_get_value +EXPORT_SYMBOL_GPL vmlinux 0x7f3f73fe of_phandle_iterator_next +EXPORT_SYMBOL_GPL vmlinux 0x7f5e0387 devm_gpiod_put_array +EXPORT_SYMBOL_GPL vmlinux 0x7f6bec78 gpiod_export_link +EXPORT_SYMBOL_GPL vmlinux 0x7f6cee89 rhashtable_free_and_destroy +EXPORT_SYMBOL_GPL vmlinux 0x7f794ebd device_wakeup_enable +EXPORT_SYMBOL_GPL vmlinux 0x7f7cbc64 ip_tunnel_need_metadata +EXPORT_SYMBOL_GPL vmlinux 0x7f84f35d rcu_gp_slow_unregister +EXPORT_SYMBOL_GPL vmlinux 0x7f87a6d3 __irq_alloc_descs +EXPORT_SYMBOL_GPL vmlinux 0x7f953506 spi_controller_dma_unmap_mem_op_data +EXPORT_SYMBOL_GPL vmlinux 0x7f9b1879 osc_cpc_flexible_adr_space_confirmed +EXPORT_SYMBOL_GPL vmlinux 0x7fa29c4d device_create +EXPORT_SYMBOL_GPL vmlinux 0x7fa51769 pinctrl_utils_free_map +EXPORT_SYMBOL_GPL vmlinux 0x7fa96509 erst_get_record_id_next +EXPORT_SYMBOL_GPL vmlinux 0x7fbe07b8 devm_of_icc_get +EXPORT_SYMBOL_GPL vmlinux 0x7fc3fbb1 xhci_check_bandwidth +EXPORT_SYMBOL_GPL vmlinux 0x7fc6df9d usb_unlocked_enable_lpm +EXPORT_SYMBOL_GPL vmlinux 0x7fdefda3 skb_consume_udp +EXPORT_SYMBOL_GPL vmlinux 0x7fe13a04 __traceiter_kfree_skb +EXPORT_SYMBOL_GPL vmlinux 0x7ff19c40 zynqmp_pm_set_requirement +EXPORT_SYMBOL_GPL vmlinux 0x7ff80fe0 dma_free_noncontiguous +EXPORT_SYMBOL_GPL vmlinux 0x80013691 virtqueue_add_inbuf +EXPORT_SYMBOL_GPL vmlinux 0x800a3cc5 spi_mem_driver_register_with_owner +EXPORT_SYMBOL_GPL vmlinux 0x8010a59d gpiod_direction_input +EXPORT_SYMBOL_GPL vmlinux 0x80135182 k3_ringacc_ring_pop_tail +EXPORT_SYMBOL_GPL vmlinux 0x8027b99d fuse_direct_io +EXPORT_SYMBOL_GPL vmlinux 0x802bc242 lwtunnel_encap_add_ops +EXPORT_SYMBOL_GPL vmlinux 0x8035bed7 rockchip_clk_protect_critical +EXPORT_SYMBOL_GPL vmlinux 0x803c718d param_set_uint_minmax +EXPORT_SYMBOL_GPL vmlinux 0x8076f7e7 pinconf_generic_dt_subnode_to_map +EXPORT_SYMBOL_GPL vmlinux 0x807766ea usb_scuttle_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0x807fdcc4 call_rcu_tasks_rude +EXPORT_SYMBOL_GPL vmlinux 0x80861932 dev_pm_genpd_set_next_wakeup +EXPORT_SYMBOL_GPL vmlinux 0x808c8484 crypto_larval_kill +EXPORT_SYMBOL_GPL vmlinux 0x808ec1a3 crypto_alg_tested +EXPORT_SYMBOL_GPL vmlinux 0x80a095d8 scatterwalk_ffwd +EXPORT_SYMBOL_GPL vmlinux 0x80a3aea6 class_for_each_device +EXPORT_SYMBOL_GPL vmlinux 0x80ab5980 of_clk_src_onecell_get +EXPORT_SYMBOL_GPL vmlinux 0x80b5549b gpiochip_irqchip_add_domain +EXPORT_SYMBOL_GPL vmlinux 0x80badff4 __tracepoint_block_unplug +EXPORT_SYMBOL_GPL vmlinux 0x80c68137 nf_log_buf_close +EXPORT_SYMBOL_GPL vmlinux 0x80c77a37 vp_modern_config_vector +EXPORT_SYMBOL_GPL vmlinux 0x80d2e929 imx_clk_fracn_gppll +EXPORT_SYMBOL_GPL vmlinux 0x80d5e57a mpi_free +EXPORT_SYMBOL_GPL vmlinux 0x80dddb5d pci_load_saved_state +EXPORT_SYMBOL_GPL vmlinux 0x80e58778 spi_slave_abort +EXPORT_SYMBOL_GPL vmlinux 0x80efd015 imx_dev_clk_hw_pll14xx +EXPORT_SYMBOL_GPL vmlinux 0x8101f796 relay_close +EXPORT_SYMBOL_GPL vmlinux 0x8110a73a cond_synchronize_rcu_expedited_full +EXPORT_SYMBOL_GPL vmlinux 0x811dc334 usb_unregister_notify +EXPORT_SYMBOL_GPL vmlinux 0x81378f51 srcu_init_notifier_head +EXPORT_SYMBOL_GPL vmlinux 0x815588a6 clk_enable +EXPORT_SYMBOL_GPL vmlinux 0x8156fa73 get_user_pages_fast +EXPORT_SYMBOL_GPL vmlinux 0x815fda83 sed_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x81626b25 sbitmap_queue_show +EXPORT_SYMBOL_GPL vmlinux 0x8169fc27 usb_disable_autosuspend +EXPORT_SYMBOL_GPL vmlinux 0x816a41ca cpufreq_update_limits +EXPORT_SYMBOL_GPL vmlinux 0x816faf83 edac_pci_del_device +EXPORT_SYMBOL_GPL vmlinux 0x8180cede asn1_encode_sequence +EXPORT_SYMBOL_GPL vmlinux 0x81813546 gpiod_get_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x81862e17 blockdev_superblock +EXPORT_SYMBOL_GPL vmlinux 0x81878781 mpc8xxx_spi_rx_buf_u8 +EXPORT_SYMBOL_GPL vmlinux 0x818e1f81 pci_bridge_secondary_bus_reset +EXPORT_SYMBOL_GPL vmlinux 0x81988280 devm_memremap_pages +EXPORT_SYMBOL_GPL vmlinux 0x819d72cb klist_iter_exit +EXPORT_SYMBOL_GPL vmlinux 0x81a0d648 of_get_fb_videomode +EXPORT_SYMBOL_GPL vmlinux 0x81a7f541 percpu_ref_init +EXPORT_SYMBOL_GPL vmlinux 0x81aa78d8 zynqmp_pm_aes_engine +EXPORT_SYMBOL_GPL vmlinux 0x81c3f1bc of_fwnode_ops +EXPORT_SYMBOL_GPL vmlinux 0x81ca1dd3 platform_get_resource +EXPORT_SYMBOL_GPL vmlinux 0x81cc5cbd bio_blkcg_css +EXPORT_SYMBOL_GPL vmlinux 0x81cf5282 trace_seq_bprintf +EXPORT_SYMBOL_GPL vmlinux 0x81d10485 ioasid_free +EXPORT_SYMBOL_GPL vmlinux 0x81e2bdf4 generic_handle_irq_safe +EXPORT_SYMBOL_GPL vmlinux 0x81f372a2 unregister_ftrace_export +EXPORT_SYMBOL_GPL vmlinux 0x82092899 badrange_forget +EXPORT_SYMBOL_GPL vmlinux 0x8209e5d3 irq_domain_xlate_onetwocell +EXPORT_SYMBOL_GPL vmlinux 0x8210d803 dw_pcie_find_ext_capability +EXPORT_SYMBOL_GPL vmlinux 0x821a90fd find_mci_by_dev +EXPORT_SYMBOL_GPL vmlinux 0x8220a38e k3_ringacc_get_ring_id +EXPORT_SYMBOL_GPL vmlinux 0x82226c53 pinctrl_unregister_mappings +EXPORT_SYMBOL_GPL vmlinux 0x8222e261 serial8250_rpm_get_tx +EXPORT_SYMBOL_GPL vmlinux 0x82269c53 bpf_prog_inc +EXPORT_SYMBOL_GPL vmlinux 0x822d387d pci_create_ims_domain +EXPORT_SYMBOL_GPL vmlinux 0x823ad0d8 fsverity_file_open +EXPORT_SYMBOL_GPL vmlinux 0x823eae06 blocking_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x8246b72e page_cache_async_ra +EXPORT_SYMBOL_GPL vmlinux 0x825c7340 phylink_get_eee_err +EXPORT_SYMBOL_GPL vmlinux 0x826d55f0 tps6586x_read +EXPORT_SYMBOL_GPL vmlinux 0x82729003 tegra_bpmp_put +EXPORT_SYMBOL_GPL vmlinux 0x82753319 of_regulator_match +EXPORT_SYMBOL_GPL vmlinux 0x827e61f8 acpi_has_watchdog +EXPORT_SYMBOL_GPL vmlinux 0x827f99d1 inode_sb_list_add +EXPORT_SYMBOL_GPL vmlinux 0x8287aef9 dma_resv_describe +EXPORT_SYMBOL_GPL vmlinux 0x828e22f4 hrtimer_forward +EXPORT_SYMBOL_GPL vmlinux 0x8292479b devm_register_power_off_handler +EXPORT_SYMBOL_GPL vmlinux 0x8296f59c of_pci_range_parser_one +EXPORT_SYMBOL_GPL vmlinux 0x82a3ede0 ulpi_viewport_access_ops +EXPORT_SYMBOL_GPL vmlinux 0x82a80545 __SCK__tp_func_fdb_delete +EXPORT_SYMBOL_GPL vmlinux 0x82b9aaab ahci_set_em_messages +EXPORT_SYMBOL_GPL vmlinux 0x82bbf30b __tracepoint_map +EXPORT_SYMBOL_GPL vmlinux 0x82c20ddd fwnode_connection_find_matches +EXPORT_SYMBOL_GPL vmlinux 0x82d79b51 sysctl_vfs_cache_pressure +EXPORT_SYMBOL_GPL vmlinux 0x82e11201 gnttab_alloc_pages +EXPORT_SYMBOL_GPL vmlinux 0x82f2975a inet6_lookup +EXPORT_SYMBOL_GPL vmlinux 0x8306f528 mctp_register_netdev +EXPORT_SYMBOL_GPL vmlinux 0x8307ba8e sdio_claim_host +EXPORT_SYMBOL_GPL vmlinux 0x8318fc69 devfreq_event_add_edev +EXPORT_SYMBOL_GPL vmlinux 0x8339df73 klist_add_behind +EXPORT_SYMBOL_GPL vmlinux 0x8349a895 nvmem_device_put +EXPORT_SYMBOL_GPL vmlinux 0x834a44dc regmap_get_raw_write_max +EXPORT_SYMBOL_GPL vmlinux 0x8353dfff acpi_os_get_iomem +EXPORT_SYMBOL_GPL vmlinux 0x83577be8 rockchip_pcie_deinit_phys +EXPORT_SYMBOL_GPL vmlinux 0x83649690 sk_clear_memalloc +EXPORT_SYMBOL_GPL vmlinux 0x836d652f poll_state_synchronize_rcu_full +EXPORT_SYMBOL_GPL vmlinux 0x837d8fa7 iomap_bmap +EXPORT_SYMBOL_GPL vmlinux 0x8384167a usb_hcd_pci_probe +EXPORT_SYMBOL_GPL vmlinux 0x839ec5f4 acpi_subsys_complete +EXPORT_SYMBOL_GPL vmlinux 0x83a4161b devm_regulator_get_exclusive +EXPORT_SYMBOL_GPL vmlinux 0x83a5f4b6 ip_valid_fib_dump_req +EXPORT_SYMBOL_GPL vmlinux 0x83a5fc53 bpf_preload_ops +EXPORT_SYMBOL_GPL vmlinux 0x83b4b49d regulator_get_voltage_rdev +EXPORT_SYMBOL_GPL vmlinux 0x83c57935 devl_port_register +EXPORT_SYMBOL_GPL vmlinux 0x83c68547 ipv4_sk_redirect +EXPORT_SYMBOL_GPL vmlinux 0x83cd140f bpfilter_umh_cleanup +EXPORT_SYMBOL_GPL vmlinux 0x83d5cd08 tty_port_register_device +EXPORT_SYMBOL_GPL vmlinux 0x83d6d6b2 shash_ahash_update +EXPORT_SYMBOL_GPL vmlinux 0x83d85d78 usb_autopm_put_interface +EXPORT_SYMBOL_GPL vmlinux 0x83da679a dpcon_reset +EXPORT_SYMBOL_GPL vmlinux 0x83dde908 dst_blackhole_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0x83dec926 pci_probe_reset_slot +EXPORT_SYMBOL_GPL vmlinux 0x83e8c421 get_task_pid +EXPORT_SYMBOL_GPL vmlinux 0x83fc5307 regulator_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0x8407165b ping_rcv +EXPORT_SYMBOL_GPL vmlinux 0x84106f36 devlink_trap_ctx_priv +EXPORT_SYMBOL_GPL vmlinux 0x8425b9c3 xas_split_alloc +EXPORT_SYMBOL_GPL vmlinux 0x84264ced fs_umode_to_ftype +EXPORT_SYMBOL_GPL vmlinux 0x8429e03e get_state_synchronize_srcu +EXPORT_SYMBOL_GPL vmlinux 0x842f046d usb_poison_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0x8433bc38 serial8250_do_shutdown +EXPORT_SYMBOL_GPL vmlinux 0x843662c5 virtqueue_get_vring +EXPORT_SYMBOL_GPL vmlinux 0x843694ff fib_table_lookup +EXPORT_SYMBOL_GPL vmlinux 0x843be8a6 dma_request_chan +EXPORT_SYMBOL_GPL vmlinux 0x843d70ef acpi_is_root_bridge +EXPORT_SYMBOL_GPL vmlinux 0x843e4b5c fib_alias_hw_flags_set +EXPORT_SYMBOL_GPL vmlinux 0x84502a47 blk_status_to_errno +EXPORT_SYMBOL_GPL vmlinux 0x845f287b device_create_managed_software_node +EXPORT_SYMBOL_GPL vmlinux 0x8462cb62 atapi_cmd_type +EXPORT_SYMBOL_GPL vmlinux 0x84769909 nvmem_del_cell_table +EXPORT_SYMBOL_GPL vmlinux 0x84769ead tpm2_flush_context +EXPORT_SYMBOL_GPL vmlinux 0x84833571 tc3589x_reg_write +EXPORT_SYMBOL_GPL vmlinux 0x848aa0ce ipv4_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0x84a8d0eb of_changeset_revert +EXPORT_SYMBOL_GPL vmlinux 0x84accf04 devm_mbox_controller_unregister +EXPORT_SYMBOL_GPL vmlinux 0x84bc2166 devm_mbox_controller_register +EXPORT_SYMBOL_GPL vmlinux 0x84bf7571 vfs_getxattr +EXPORT_SYMBOL_GPL vmlinux 0x84c741e2 irq_chip_request_resources_parent +EXPORT_SYMBOL_GPL vmlinux 0x84c8eefc mtk_mux_clr_set_upd_ops +EXPORT_SYMBOL_GPL vmlinux 0x84dde8ad irq_of_parse_and_map +EXPORT_SYMBOL_GPL vmlinux 0x84ef27f5 synth_event_add_fields +EXPORT_SYMBOL_GPL vmlinux 0x8500e24d crypto_stats_ahash_update +EXPORT_SYMBOL_GPL vmlinux 0x8506baa8 clk_unregister_gate +EXPORT_SYMBOL_GPL vmlinux 0x850bb6db devlink_health_reporter_destroy +EXPORT_SYMBOL_GPL vmlinux 0x85128388 md_run +EXPORT_SYMBOL_GPL vmlinux 0x85142df4 sbitmap_queue_init_node +EXPORT_SYMBOL_GPL vmlinux 0x851505d1 task_user_regset_view +EXPORT_SYMBOL_GPL vmlinux 0x851e6003 usb_phy_roothub_calibrate +EXPORT_SYMBOL_GPL vmlinux 0x851fe124 __SCK__tp_func_fib6_table_lookup +EXPORT_SYMBOL_GPL vmlinux 0x8536c162 scsi_autopm_put_device +EXPORT_SYMBOL_GPL vmlinux 0x8539d178 mtk_eint_find_irq +EXPORT_SYMBOL_GPL vmlinux 0x85511f34 md_rdev_init +EXPORT_SYMBOL_GPL vmlinux 0x85540ebc nvmem_cell_put +EXPORT_SYMBOL_GPL vmlinux 0x8554f120 lwtunnel_state_alloc +EXPORT_SYMBOL_GPL vmlinux 0x85565725 fat_dir_empty +EXPORT_SYMBOL_GPL vmlinux 0x856b5209 regulator_set_voltage_rdev +EXPORT_SYMBOL_GPL vmlinux 0x856ed9f1 of_irq_to_resource_table +EXPORT_SYMBOL_GPL vmlinux 0x857aada3 input_ff_flush +EXPORT_SYMBOL_GPL vmlinux 0x85862277 ioasid_find +EXPORT_SYMBOL_GPL vmlinux 0x858a4613 crypto_skcipher_encrypt +EXPORT_SYMBOL_GPL vmlinux 0x858e2628 dax_holder +EXPORT_SYMBOL_GPL vmlinux 0x859b1ff6 phylink_validate_mask_caps +EXPORT_SYMBOL_GPL vmlinux 0x85a77b08 pci_epc_set_msix +EXPORT_SYMBOL_GPL vmlinux 0x85b2b0a3 dev_pm_domain_attach +EXPORT_SYMBOL_GPL vmlinux 0x85ccc4da xfrm_audit_state_delete +EXPORT_SYMBOL_GPL vmlinux 0x85dec55d usb_hcd_end_port_resume +EXPORT_SYMBOL_GPL vmlinux 0x85e0cf4a of_icc_get_from_provider +EXPORT_SYMBOL_GPL vmlinux 0x85eed1be iopf_queue_discard_partial +EXPORT_SYMBOL_GPL vmlinux 0x85f77f99 aead_init_geniv +EXPORT_SYMBOL_GPL vmlinux 0x861a7a70 fscrypt_dummy_policies_equal +EXPORT_SYMBOL_GPL vmlinux 0x862258db timecounter_init +EXPORT_SYMBOL_GPL vmlinux 0x86294a74 nvdimm_setup_pfn +EXPORT_SYMBOL_GPL vmlinux 0x862bb17b linear_range_values_in_range_array +EXPORT_SYMBOL_GPL vmlinux 0x8633a21e mtk_pinconf_adv_pull_set +EXPORT_SYMBOL_GPL vmlinux 0x863ce334 devlink_param_register +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 0x869bd49b sock_diag_put_meminfo +EXPORT_SYMBOL_GPL vmlinux 0x869f0c12 extcon_get_edev_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0x86a49c09 pci_cfg_access_lock +EXPORT_SYMBOL_GPL vmlinux 0x86a65171 acpi_dev_pm_attach +EXPORT_SYMBOL_GPL vmlinux 0x86a8f0c4 skb_zerocopy_iter_stream +EXPORT_SYMBOL_GPL vmlinux 0x86b13d2a usb_unpoison_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0x86b1ceb3 tegra210_set_sata_pll_seq_sw +EXPORT_SYMBOL_GPL vmlinux 0x86c02001 ipi_send_mask +EXPORT_SYMBOL_GPL vmlinux 0x86c43a8c cper_estatus_check +EXPORT_SYMBOL_GPL vmlinux 0x86e574d7 ip_icmp_error +EXPORT_SYMBOL_GPL vmlinux 0x86f03ff5 dm_hold +EXPORT_SYMBOL_GPL vmlinux 0x86f07f09 pinctrl_pm_select_sleep_state +EXPORT_SYMBOL_GPL vmlinux 0x86f15b56 kvm_init +EXPORT_SYMBOL_GPL vmlinux 0x86f6b99d synchronize_rcu_expedited +EXPORT_SYMBOL_GPL vmlinux 0x86f85114 net_dec_egress_queue +EXPORT_SYMBOL_GPL vmlinux 0x870cbadb __clk_mux_determine_rate +EXPORT_SYMBOL_GPL vmlinux 0x870d6a64 rio_mport_write_config_16 +EXPORT_SYMBOL_GPL vmlinux 0x870e16b7 xen_test_irq_shared +EXPORT_SYMBOL_GPL vmlinux 0x871aa6a7 crypto_ahash_finup +EXPORT_SYMBOL_GPL vmlinux 0x871bf61e ata_sff_dev_classify +EXPORT_SYMBOL_GPL vmlinux 0x872115cf crypto_unregister_kpp +EXPORT_SYMBOL_GPL vmlinux 0x8723b512 vp_legacy_set_queue_address +EXPORT_SYMBOL_GPL vmlinux 0x87258a37 mas_store +EXPORT_SYMBOL_GPL vmlinux 0x87313467 fscrypt_set_context +EXPORT_SYMBOL_GPL vmlinux 0x8732e7c3 devm_request_free_mem_region +EXPORT_SYMBOL_GPL vmlinux 0x873e5e40 rio_alloc_net +EXPORT_SYMBOL_GPL vmlinux 0x874323a1 crypto_spawn_tfm2 +EXPORT_SYMBOL_GPL vmlinux 0x874c270b mtk_pinconf_drive_get_rev1 +EXPORT_SYMBOL_GPL vmlinux 0x874f88b6 meson_clk_dualdiv_ops +EXPORT_SYMBOL_GPL vmlinux 0x8759d162 scsi_template_proc_dir +EXPORT_SYMBOL_GPL vmlinux 0x875a3f4e usb_add_phy +EXPORT_SYMBOL_GPL vmlinux 0x87658467 xdp_return_frame +EXPORT_SYMBOL_GPL vmlinux 0x876bc99c __traceiter_pelt_dl_tp +EXPORT_SYMBOL_GPL vmlinux 0x877af4cf pci_sriov_set_totalvfs +EXPORT_SYMBOL_GPL vmlinux 0x87848253 input_ff_upload +EXPORT_SYMBOL_GPL vmlinux 0x8784a467 __fl6_sock_lookup +EXPORT_SYMBOL_GPL vmlinux 0x87908767 xas_clear_mark +EXPORT_SYMBOL_GPL vmlinux 0x87942085 handle_fasteoi_nmi +EXPORT_SYMBOL_GPL vmlinux 0x87ac7411 __tracepoint_ata_exec_command +EXPORT_SYMBOL_GPL vmlinux 0x87b6e3ec fat_update_time +EXPORT_SYMBOL_GPL vmlinux 0x87bcc08e acpi_dev_for_each_child +EXPORT_SYMBOL_GPL vmlinux 0x87bda432 debugfs_remove +EXPORT_SYMBOL_GPL vmlinux 0x87ca6124 gpiochip_irqchip_irq_valid +EXPORT_SYMBOL_GPL vmlinux 0x87ce13ee ncsi_start_dev +EXPORT_SYMBOL_GPL vmlinux 0x87e7ca15 xen_xlate_unmap_gfn_range +EXPORT_SYMBOL_GPL vmlinux 0x87f5c1b4 nvdimm_badblocks_populate +EXPORT_SYMBOL_GPL vmlinux 0x87fa4ec4 pktgen_xfrm_outer_mode_output +EXPORT_SYMBOL_GPL vmlinux 0x87fb8362 cpuidle_register +EXPORT_SYMBOL_GPL vmlinux 0x880dac78 rio_enable_rx_tx_port +EXPORT_SYMBOL_GPL vmlinux 0x881bf088 usb_intf_get_dma_device +EXPORT_SYMBOL_GPL vmlinux 0x88318e9f gpiod_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x88476f9f devl_lock +EXPORT_SYMBOL_GPL vmlinux 0x885528a6 ring_buffer_discard_commit +EXPORT_SYMBOL_GPL vmlinux 0x885c2fc4 crypto_dequeue_request +EXPORT_SYMBOL_GPL vmlinux 0x88695726 dma_async_device_channel_register +EXPORT_SYMBOL_GPL vmlinux 0x886d66a5 usb_find_interface +EXPORT_SYMBOL_GPL vmlinux 0x8874ceee dax_truncate_page +EXPORT_SYMBOL_GPL vmlinux 0x88760d88 reset_controller_register +EXPORT_SYMBOL_GPL vmlinux 0x888c5be5 irq_bypass_register_consumer +EXPORT_SYMBOL_GPL vmlinux 0x88993673 pinctrl_get_group_pins +EXPORT_SYMBOL_GPL vmlinux 0x889da3fc __traceiter_block_bio_complete +EXPORT_SYMBOL_GPL vmlinux 0x88a85a46 adp5520_read +EXPORT_SYMBOL_GPL vmlinux 0x88ab6fe3 kgdb_active +EXPORT_SYMBOL_GPL vmlinux 0x88b4ae92 ring_buffer_normalize_time_stamp +EXPORT_SYMBOL_GPL vmlinux 0x88b6e71f vcap_alloc_rule +EXPORT_SYMBOL_GPL vmlinux 0x88b915fd devm_pm_opp_of_add_table +EXPORT_SYMBOL_GPL vmlinux 0x88cce6a0 xas_find_marked +EXPORT_SYMBOL_GPL vmlinux 0x88cd7a9a k3_ringacc_ring_get_occ +EXPORT_SYMBOL_GPL vmlinux 0x88d1ab48 devm_led_classdev_register_ext +EXPORT_SYMBOL_GPL vmlinux 0x88d27be5 dw_pcie_find_capability +EXPORT_SYMBOL_GPL vmlinux 0x88d5d5c0 iommu_group_remove_device +EXPORT_SYMBOL_GPL vmlinux 0x88f2f605 ahci_save_initial_config +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 0x89239a04 ata_std_postreset +EXPORT_SYMBOL_GPL vmlinux 0x8924eb1e rcu_force_quiescent_state +EXPORT_SYMBOL_GPL vmlinux 0x893abbdd devlink_fmsg_u32_pair_put +EXPORT_SYMBOL_GPL vmlinux 0x893c5ddb unlock_system_sleep +EXPORT_SYMBOL_GPL vmlinux 0x89416403 rdev_get_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x89485687 iommu_group_put +EXPORT_SYMBOL_GPL vmlinux 0x894f1902 skb_mpls_update_lse +EXPORT_SYMBOL_GPL vmlinux 0x8954dc8e __SCK__tp_func_br_fdb_external_learn_add +EXPORT_SYMBOL_GPL vmlinux 0x8960d7da pci_user_read_config_dword +EXPORT_SYMBOL_GPL vmlinux 0x897d777d led_trigger_event +EXPORT_SYMBOL_GPL vmlinux 0x897daa73 sk_psock_drop +EXPORT_SYMBOL_GPL vmlinux 0x898296b3 gpiod_get_raw_value +EXPORT_SYMBOL_GPL vmlinux 0x89949ffe virtqueue_get_buf_ctx +EXPORT_SYMBOL_GPL vmlinux 0x8994a36e mddev_unlock +EXPORT_SYMBOL_GPL vmlinux 0x89971e6c mtk_clk_gate_ops_setclr +EXPORT_SYMBOL_GPL vmlinux 0x89a4476d HYPERVISOR_multicall +EXPORT_SYMBOL_GPL vmlinux 0x89a7ef8a genphy_c45_aneg_done +EXPORT_SYMBOL_GPL vmlinux 0x89a873eb regcache_cache_bypass +EXPORT_SYMBOL_GPL vmlinux 0x89ae7aa0 rsa_parse_pub_key +EXPORT_SYMBOL_GPL vmlinux 0x89bbafc6 usb_register_notify +EXPORT_SYMBOL_GPL vmlinux 0x89bbb93e devm_pm_runtime_enable +EXPORT_SYMBOL_GPL vmlinux 0x89bec8b0 gfn_to_pfn_memslot_atomic +EXPORT_SYMBOL_GPL vmlinux 0x89c33b5d regulator_allow_bypass +EXPORT_SYMBOL_GPL vmlinux 0x89c429e4 __tracepoint_mc_event +EXPORT_SYMBOL_GPL vmlinux 0x89d3fc5b power_supply_get_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0x89db03c8 security_inode_mkdir +EXPORT_SYMBOL_GPL vmlinux 0x89e1ec9d acpi_get_subsystem_id +EXPORT_SYMBOL_GPL vmlinux 0x89e340cf acpi_bus_get_ejd +EXPORT_SYMBOL_GPL vmlinux 0x89f55bba dma_mmap_pages +EXPORT_SYMBOL_GPL vmlinux 0x89f90a60 pinctrl_enable +EXPORT_SYMBOL_GPL vmlinux 0x8a064882 fat_time_fat2unix +EXPORT_SYMBOL_GPL vmlinux 0x8a0ca008 dw_pcie_setup_rc +EXPORT_SYMBOL_GPL vmlinux 0x8a1bc5be tracing_cond_snapshot_data +EXPORT_SYMBOL_GPL vmlinux 0x8a26ae8c acpi_get_first_physical_node +EXPORT_SYMBOL_GPL vmlinux 0x8a2cd2f0 serdev_device_write_room +EXPORT_SYMBOL_GPL vmlinux 0x8a3387d6 blk_mq_pci_map_queues +EXPORT_SYMBOL_GPL vmlinux 0x8a3f84ba linear_range_get_selector_low +EXPORT_SYMBOL_GPL vmlinux 0x8a411b2a dev_pm_opp_get_freq +EXPORT_SYMBOL_GPL vmlinux 0x8a45a555 acpi_unregister_wakeup_handler +EXPORT_SYMBOL_GPL vmlinux 0x8a4d5605 imx_unregister_hw_clocks +EXPORT_SYMBOL_GPL vmlinux 0x8a4ea2d0 device_match_devt +EXPORT_SYMBOL_GPL vmlinux 0x8a554a36 mpc8xxx_spi_strmode +EXPORT_SYMBOL_GPL vmlinux 0x8a5e3c43 devres_find +EXPORT_SYMBOL_GPL vmlinux 0x8a62b81b sfp_upstream_stop +EXPORT_SYMBOL_GPL vmlinux 0x8a668460 iomap_writepages +EXPORT_SYMBOL_GPL vmlinux 0x8a690182 acpiphp_register_attention +EXPORT_SYMBOL_GPL vmlinux 0x8a83fb45 mpi_point_free_parts +EXPORT_SYMBOL_GPL vmlinux 0x8a8f3780 devm_thermal_of_zone_unregister +EXPORT_SYMBOL_GPL vmlinux 0x8a9670ee pci_doe_supports_prot +EXPORT_SYMBOL_GPL vmlinux 0x8a9e51ca rio_mport_write_config_8 +EXPORT_SYMBOL_GPL vmlinux 0x8aa2b505 xdp_convert_zc_to_xdp_frame +EXPORT_SYMBOL_GPL vmlinux 0x8ab2ede6 usb_hub_find_child +EXPORT_SYMBOL_GPL vmlinux 0x8abacc47 get_max_files +EXPORT_SYMBOL_GPL vmlinux 0x8ac1407b sfp_get_module_eeprom +EXPORT_SYMBOL_GPL vmlinux 0x8acdd5bd blk_next_bio +EXPORT_SYMBOL_GPL vmlinux 0x8ae8db18 devm_phy_optional_get +EXPORT_SYMBOL_GPL vmlinux 0x8b0c72a2 ack_all_badblocks +EXPORT_SYMBOL_GPL vmlinux 0x8b0ea920 dma_get_slave_channel +EXPORT_SYMBOL_GPL vmlinux 0x8b149c36 clk_is_match +EXPORT_SYMBOL_GPL vmlinux 0x8b19bf63 crypto_shash_setkey +EXPORT_SYMBOL_GPL vmlinux 0x8b23fd44 regcache_mark_dirty +EXPORT_SYMBOL_GPL vmlinux 0x8b329588 sdio_get_host_pm_caps +EXPORT_SYMBOL_GPL vmlinux 0x8b4149e4 cppc_perf_ctrs_in_pcc +EXPORT_SYMBOL_GPL vmlinux 0x8b45ac5b of_cpufreq_cooling_register +EXPORT_SYMBOL_GPL vmlinux 0x8b5749f1 pcc_mbox_request_channel +EXPORT_SYMBOL_GPL vmlinux 0x8b650752 mtk_mutex_release +EXPORT_SYMBOL_GPL vmlinux 0x8b6bea89 fwnode_graph_get_remote_port_parent +EXPORT_SYMBOL_GPL vmlinux 0x8b77d774 lwtunnel_output +EXPORT_SYMBOL_GPL vmlinux 0x8b7a698b __tracepoint_xdp_exception +EXPORT_SYMBOL_GPL vmlinux 0x8b89f01c hv_ghcb_hypercall +EXPORT_SYMBOL_GPL vmlinux 0x8b905230 blkcg_activate_policy +EXPORT_SYMBOL_GPL vmlinux 0x8b958eb1 ata_bmdma_port_start +EXPORT_SYMBOL_GPL vmlinux 0x8ba0eb15 hv_set_vpreg +EXPORT_SYMBOL_GPL vmlinux 0x8ba4e202 posix_acl_access_xattr_handler +EXPORT_SYMBOL_GPL vmlinux 0x8ba5afe9 HYPERVISOR_memory_op +EXPORT_SYMBOL_GPL vmlinux 0x8ba96789 nf_queue_nf_hook_drop +EXPORT_SYMBOL_GPL vmlinux 0x8bb17176 spi_mem_adjust_op_size +EXPORT_SYMBOL_GPL vmlinux 0x8bd816ae l3mdev_master_ifindex_rcu +EXPORT_SYMBOL_GPL vmlinux 0x8bf1b6b8 ip6_datagram_release_cb +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 0x8c04de5c tpm_chip_stop +EXPORT_SYMBOL_GPL vmlinux 0x8c05a193 __traceiter_rpm_idle +EXPORT_SYMBOL_GPL vmlinux 0x8c08fe93 pinconf_generic_parse_dt_config +EXPORT_SYMBOL_GPL vmlinux 0x8c0c27e0 pci_p2pdma_distance_many +EXPORT_SYMBOL_GPL vmlinux 0x8c0c2b7f ping_queue_rcv_skb +EXPORT_SYMBOL_GPL vmlinux 0x8c0ed103 rcu_check_boost_fail +EXPORT_SYMBOL_GPL vmlinux 0x8c0f2083 ata_sas_tport_add +EXPORT_SYMBOL_GPL vmlinux 0x8c364e2d pci_doe_submit_task +EXPORT_SYMBOL_GPL vmlinux 0x8c374df2 nfs_ssc_client_tbl +EXPORT_SYMBOL_GPL vmlinux 0x8c3e9e5c crypto_stats_ahash_final +EXPORT_SYMBOL_GPL vmlinux 0x8c484409 gnttab_release_grant_reference +EXPORT_SYMBOL_GPL vmlinux 0x8c4d2428 mt_prev +EXPORT_SYMBOL_GPL vmlinux 0x8c54b132 regmap_attach_dev +EXPORT_SYMBOL_GPL vmlinux 0x8c743fb6 reset_control_status +EXPORT_SYMBOL_GPL vmlinux 0x8c89e3b8 usb_phy_roothub_power_off +EXPORT_SYMBOL_GPL vmlinux 0x8c8a8896 fib_rule_matchall +EXPORT_SYMBOL_GPL vmlinux 0x8c8d2799 xhci_shutdown +EXPORT_SYMBOL_GPL vmlinux 0x8c962fc7 da9052_disable_irq +EXPORT_SYMBOL_GPL vmlinux 0x8c96ae55 power_supply_am_i_supplied +EXPORT_SYMBOL_GPL vmlinux 0x8c98d248 unregister_vmcore_cb +EXPORT_SYMBOL_GPL vmlinux 0x8c9cfad3 devl_dpipe_table_resource_set +EXPORT_SYMBOL_GPL vmlinux 0x8c9e54d3 devlink_info_version_running_put_ext +EXPORT_SYMBOL_GPL vmlinux 0x8cb3cb42 blk_crypto_update_capabilities +EXPORT_SYMBOL_GPL vmlinux 0x8cb5a38e k3_udma_glue_rx_flow_disable +EXPORT_SYMBOL_GPL vmlinux 0x8cbd21fd pci_ecam_create +EXPORT_SYMBOL_GPL vmlinux 0x8cdb7530 irq_chip_enable_parent +EXPORT_SYMBOL_GPL vmlinux 0x8ce2d446 __tracepoint_block_rq_remap +EXPORT_SYMBOL_GPL vmlinux 0x8ce2d977 acpi_dev_get_memory_resources +EXPORT_SYMBOL_GPL vmlinux 0x8d030b14 class_dev_iter_exit +EXPORT_SYMBOL_GPL vmlinux 0x8d0abf3a __tracepoint_io_page_fault +EXPORT_SYMBOL_GPL vmlinux 0x8d0db362 mark_page_dirty +EXPORT_SYMBOL_GPL vmlinux 0x8d22bb58 iommu_group_alloc +EXPORT_SYMBOL_GPL vmlinux 0x8d22e3b9 exportfs_decode_fh_raw +EXPORT_SYMBOL_GPL vmlinux 0x8d3330b6 cpuacct_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0x8d375d98 nvmem_device_cell_read +EXPORT_SYMBOL_GPL vmlinux 0x8d3c9974 crypto_lookup_template +EXPORT_SYMBOL_GPL vmlinux 0x8d3d20d4 meson_pmx_get_funcs_count +EXPORT_SYMBOL_GPL vmlinux 0x8d42457b gpiochip_irq_domain_activate +EXPORT_SYMBOL_GPL vmlinux 0x8d43d926 crypto_unregister_alg +EXPORT_SYMBOL_GPL vmlinux 0x8d4768be sata_lpm_ignore_phy_events +EXPORT_SYMBOL_GPL vmlinux 0x8d49e442 battery_hook_unregister +EXPORT_SYMBOL_GPL vmlinux 0x8d4bbbf5 kvm_write_guest_offset_cached +EXPORT_SYMBOL_GPL vmlinux 0x8d5146ec clk_hw_is_prepared +EXPORT_SYMBOL_GPL vmlinux 0x8d522714 __rcu_read_lock +EXPORT_SYMBOL_GPL vmlinux 0x8d54459d css_next_descendant_pre +EXPORT_SYMBOL_GPL vmlinux 0x8d54aa42 dev_queue_xmit_nit +EXPORT_SYMBOL_GPL vmlinux 0x8d56fa00 devm_device_add_group +EXPORT_SYMBOL_GPL vmlinux 0x8d5b4eac devm_usb_get_phy_by_node +EXPORT_SYMBOL_GPL vmlinux 0x8d67761f clk_hw_forward_rate_request +EXPORT_SYMBOL_GPL vmlinux 0x8d6f271c crypto_larval_alloc +EXPORT_SYMBOL_GPL vmlinux 0x8d7e3373 hwpoison_filter_dev_major +EXPORT_SYMBOL_GPL vmlinux 0x8d7f52e9 onboard_hub_create_pdevs +EXPORT_SYMBOL_GPL vmlinux 0x8d908ebf power_supply_get_maintenance_charging_setting +EXPORT_SYMBOL_GPL vmlinux 0x8da3032c mmu_interval_notifier_remove +EXPORT_SYMBOL_GPL vmlinux 0x8daff012 put_io_context +EXPORT_SYMBOL_GPL vmlinux 0x8db2d71a iommu_domain_alloc +EXPORT_SYMBOL_GPL vmlinux 0x8db424ec bpf_map_inc +EXPORT_SYMBOL_GPL vmlinux 0x8dbf7aaa privcmd_call +EXPORT_SYMBOL_GPL vmlinux 0x8dc1c5fb phy_set_media +EXPORT_SYMBOL_GPL vmlinux 0x8dccd781 platform_get_irq_optional +EXPORT_SYMBOL_GPL vmlinux 0x8dce4ccf rio_unregister_scan +EXPORT_SYMBOL_GPL vmlinux 0x8dd218b0 icc_bulk_disable +EXPORT_SYMBOL_GPL vmlinux 0x8dd9b6f7 ping_err +EXPORT_SYMBOL_GPL vmlinux 0x8dddea54 usb_hub_clear_tt_buffer +EXPORT_SYMBOL_GPL vmlinux 0x8de6817a acpi_dev_resource_address_space +EXPORT_SYMBOL_GPL vmlinux 0x8df34596 sk_msg_return +EXPORT_SYMBOL_GPL vmlinux 0x8df9160b acpi_device_get_match_data +EXPORT_SYMBOL_GPL vmlinux 0x8e051e4d swapcache_mapping +EXPORT_SYMBOL_GPL vmlinux 0x8e16419b trace_clock_local +EXPORT_SYMBOL_GPL vmlinux 0x8e1ceb01 dev_pm_opp_of_remove_table +EXPORT_SYMBOL_GPL vmlinux 0x8e2070f4 crypto_hash_alg_has_setkey +EXPORT_SYMBOL_GPL vmlinux 0x8e2d4ab1 sdio_retune_crc_disable +EXPORT_SYMBOL_GPL vmlinux 0x8e3053c2 vfs_remove_acl +EXPORT_SYMBOL_GPL vmlinux 0x8e4b63a6 hisi_clk_register_gate_sep +EXPORT_SYMBOL_GPL vmlinux 0x8e4eb451 bpf_sk_storage_diag_free +EXPORT_SYMBOL_GPL vmlinux 0x8e5a2975 dma_max_mapping_size +EXPORT_SYMBOL_GPL vmlinux 0x8e6b1a9e net_selftest_get_count +EXPORT_SYMBOL_GPL vmlinux 0x8e6fa8b5 apei_exec_pre_map_gars +EXPORT_SYMBOL_GPL vmlinux 0x8e7549e2 sk_msg_is_readable +EXPORT_SYMBOL_GPL vmlinux 0x8e7f0a9c acpi_get_phys_id +EXPORT_SYMBOL_GPL vmlinux 0x8e917576 devm_thermal_of_zone_register +EXPORT_SYMBOL_GPL vmlinux 0x8e92235a tegra210_clk_emc_attach +EXPORT_SYMBOL_GPL vmlinux 0x8e9ec806 thermal_of_zone_register +EXPORT_SYMBOL_GPL vmlinux 0x8ead800c user_free_preparse +EXPORT_SYMBOL_GPL vmlinux 0x8eb523ac device_show_int +EXPORT_SYMBOL_GPL vmlinux 0x8ec1fd64 mmc_regulator_set_vqmmc +EXPORT_SYMBOL_GPL vmlinux 0x8ec7e27e md_submit_discard_bio +EXPORT_SYMBOL_GPL vmlinux 0x8ec85287 gpiochip_get_data +EXPORT_SYMBOL_GPL vmlinux 0x8ecdd7cc raw_v6_match +EXPORT_SYMBOL_GPL vmlinux 0x8ed560a9 srcutorture_get_gp_data +EXPORT_SYMBOL_GPL vmlinux 0x8ede763b device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x8eec19bd __SCK__tp_func_pelt_dl_tp +EXPORT_SYMBOL_GPL vmlinux 0x8eee3399 dax_read_unlock +EXPORT_SYMBOL_GPL vmlinux 0x8ef63471 xen_register_device_domain_owner +EXPORT_SYMBOL_GPL vmlinux 0x8efd3d1c create_signature +EXPORT_SYMBOL_GPL vmlinux 0x8f029c22 icc_provider_register +EXPORT_SYMBOL_GPL vmlinux 0x8f0748af rcu_expedite_gp +EXPORT_SYMBOL_GPL vmlinux 0x8f0b781d iova_domain_init_rcaches +EXPORT_SYMBOL_GPL vmlinux 0x8f14e873 kvm_make_all_cpus_request +EXPORT_SYMBOL_GPL vmlinux 0x8f17aa69 ipv4_redirect +EXPORT_SYMBOL_GPL vmlinux 0x8f1e5af6 dev_pm_domain_attach_by_name +EXPORT_SYMBOL_GPL vmlinux 0x8f28714d nfnl_ct_hook +EXPORT_SYMBOL_GPL vmlinux 0x8f33c92f dev_pm_opp_of_cpumask_add_table +EXPORT_SYMBOL_GPL vmlinux 0x8f380668 pinmux_generic_get_function +EXPORT_SYMBOL_GPL vmlinux 0x8f3969e1 zynqmp_pm_clock_getrate +EXPORT_SYMBOL_GPL vmlinux 0x8f622a30 irq_domain_simple_ops +EXPORT_SYMBOL_GPL vmlinux 0x8f6357be hwmon_device_register +EXPORT_SYMBOL_GPL vmlinux 0x8f642426 acpi_subsys_suspend_late +EXPORT_SYMBOL_GPL vmlinux 0x8f644800 pinmux_generic_remove_function +EXPORT_SYMBOL_GPL vmlinux 0x8f6cee77 __round_jiffies_relative +EXPORT_SYMBOL_GPL vmlinux 0x8f786bee fs_umode_to_dtype +EXPORT_SYMBOL_GPL vmlinux 0x8f7aa6e8 xhci_init_driver +EXPORT_SYMBOL_GPL vmlinux 0x8f7bd0a6 btree_init_mempool +EXPORT_SYMBOL_GPL vmlinux 0x8f81efff clk_gate_restore_context +EXPORT_SYMBOL_GPL vmlinux 0x8f8e11d4 rockchip_clk_register_plls +EXPORT_SYMBOL_GPL vmlinux 0x8f980d8e devm_gpiod_get_array +EXPORT_SYMBOL_GPL vmlinux 0x8f9f91b5 nf_hook_entries_delete_raw +EXPORT_SYMBOL_GPL vmlinux 0x8fa5a6ee dev_fetch_sw_netstats +EXPORT_SYMBOL_GPL vmlinux 0x8faa800d acpi_cpc_valid +EXPORT_SYMBOL_GPL vmlinux 0x8fb347f6 kset_create_and_add +EXPORT_SYMBOL_GPL vmlinux 0x8fc12788 software_node_unregister_node_group +EXPORT_SYMBOL_GPL vmlinux 0x8fde89e6 crypto_unregister_template +EXPORT_SYMBOL_GPL vmlinux 0x8fe660b6 virtqueue_is_broken +EXPORT_SYMBOL_GPL vmlinux 0x8fe75f6f gpiochip_populate_parent_fwspec_twocell +EXPORT_SYMBOL_GPL vmlinux 0x8ff60436 mpi_ec_add_points +EXPORT_SYMBOL_GPL vmlinux 0x8ff7ea2f devlink_region_snapshot_id_get +EXPORT_SYMBOL_GPL vmlinux 0x8ff8f292 devm_nvmem_device_get +EXPORT_SYMBOL_GPL vmlinux 0x8ffe792f tracepoint_probe_register_prio_may_exist +EXPORT_SYMBOL_GPL vmlinux 0x90068d69 pm_generic_suspend_noirq +EXPORT_SYMBOL_GPL vmlinux 0x9026446f __virtqueue_unbreak +EXPORT_SYMBOL_GPL vmlinux 0x903b627c list_lru_isolate_move +EXPORT_SYMBOL_GPL vmlinux 0x9044af9f preempt_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0x90457d1a dw_pcie_read_dbi +EXPORT_SYMBOL_GPL vmlinux 0x90478273 ata_dev_set_feature +EXPORT_SYMBOL_GPL vmlinux 0x9047e893 regulator_set_bypass_regmap +EXPORT_SYMBOL_GPL vmlinux 0x9064c78e edac_pci_alloc_ctl_info +EXPORT_SYMBOL_GPL vmlinux 0x90738ba0 ip6_append_data +EXPORT_SYMBOL_GPL vmlinux 0x907acf99 watchdog_init_timeout +EXPORT_SYMBOL_GPL vmlinux 0x90838584 crypto_alg_extsize +EXPORT_SYMBOL_GPL vmlinux 0x908d335c usb_hcd_amd_remote_wakeup_quirk +EXPORT_SYMBOL_GPL vmlinux 0x90a9d8cc hv_is_hyperv_initialized +EXPORT_SYMBOL_GPL vmlinux 0x90ad66b1 software_node_unregister_nodes +EXPORT_SYMBOL_GPL vmlinux 0x90b022da inet_pernet_hashinfo_alloc +EXPORT_SYMBOL_GPL vmlinux 0x90b763f1 HYPERVISOR_console_io +EXPORT_SYMBOL_GPL vmlinux 0x90c16656 kstrdup_quotable_file +EXPORT_SYMBOL_GPL vmlinux 0x90c38ab6 gpiochip_generic_config +EXPORT_SYMBOL_GPL vmlinux 0x90c8498c apei_exec_write_register +EXPORT_SYMBOL_GPL vmlinux 0x90d937b4 __tracepoint_pelt_rt_tp +EXPORT_SYMBOL_GPL vmlinux 0x90e3298b regmap_write_async +EXPORT_SYMBOL_GPL vmlinux 0x90e53de4 handle_bad_irq +EXPORT_SYMBOL_GPL vmlinux 0x90ece277 virtqueue_get_desc_addr +EXPORT_SYMBOL_GPL vmlinux 0x90fa5fdc mtk_pinconf_bias_disable_set_rev1 +EXPORT_SYMBOL_GPL vmlinux 0x910eff6b skb_gso_validate_mac_len +EXPORT_SYMBOL_GPL vmlinux 0x910f1c43 __strp_unpause +EXPORT_SYMBOL_GPL vmlinux 0x911c3297 phy_start_machine +EXPORT_SYMBOL_GPL vmlinux 0x911fcd6c phylink_start +EXPORT_SYMBOL_GPL vmlinux 0x912774fb bio_iov_iter_get_pages +EXPORT_SYMBOL_GPL vmlinux 0x913a18bf sprd_pinctrl_core_probe +EXPORT_SYMBOL_GPL vmlinux 0x913ebd32 stack_depot_save +EXPORT_SYMBOL_GPL vmlinux 0x91494430 vp_legacy_get_queue_enable +EXPORT_SYMBOL_GPL vmlinux 0x91505126 metadata_dst_alloc +EXPORT_SYMBOL_GPL vmlinux 0x9150ef26 __blk_mq_debugfs_rq_show +EXPORT_SYMBOL_GPL vmlinux 0x915aad80 regulator_bulk_unregister_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0x91670648 fwnode_get_named_child_node +EXPORT_SYMBOL_GPL vmlinux 0x91723bd5 spi_mem_dirmap_destroy +EXPORT_SYMBOL_GPL vmlinux 0x917989e9 kobject_create_and_add +EXPORT_SYMBOL_GPL vmlinux 0x918011e9 regulator_get_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x91833733 unix_peer_get +EXPORT_SYMBOL_GPL vmlinux 0x91838104 ethtool_set_ethtool_phy_ops +EXPORT_SYMBOL_GPL vmlinux 0x9194e18f xenbus_mkdir +EXPORT_SYMBOL_GPL vmlinux 0x91955a9f start_poll_synchronize_rcu +EXPORT_SYMBOL_GPL vmlinux 0x91ac5ac8 device_rename +EXPORT_SYMBOL_GPL vmlinux 0x91b087dc io_cgrp_subsys +EXPORT_SYMBOL_GPL vmlinux 0x91b46d20 acpi_initialize_hp_context +EXPORT_SYMBOL_GPL vmlinux 0x91b774a1 mpi_scanval +EXPORT_SYMBOL_GPL vmlinux 0x91c4372a static_dev_dax +EXPORT_SYMBOL_GPL vmlinux 0x91c4402c iomap_dio_bio_end_io +EXPORT_SYMBOL_GPL vmlinux 0x91c6e5b0 pcap_to_irq +EXPORT_SYMBOL_GPL vmlinux 0x91c84b1f ata_sff_dma_pause +EXPORT_SYMBOL_GPL vmlinux 0x91c9313c acpi_gpio_get_io_resource +EXPORT_SYMBOL_GPL vmlinux 0x91cfa053 pci_cfg_access_unlock +EXPORT_SYMBOL_GPL vmlinux 0x91d2a0dd dev_pm_opp_get_max_transition_latency +EXPORT_SYMBOL_GPL vmlinux 0x91db9652 platform_driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0x91dd54f6 fsnotify_alloc_group +EXPORT_SYMBOL_GPL vmlinux 0x91e30809 HYPERVISOR_vm_assist +EXPORT_SYMBOL_GPL vmlinux 0x91e4a224 perf_get_aux +EXPORT_SYMBOL_GPL vmlinux 0x91ea8726 asn1_encode_boolean +EXPORT_SYMBOL_GPL vmlinux 0x920cc389 visitorl +EXPORT_SYMBOL_GPL vmlinux 0x92169ce4 of_usb_host_tpl_support +EXPORT_SYMBOL_GPL vmlinux 0x92184e76 kobject_move +EXPORT_SYMBOL_GPL vmlinux 0x9227f795 __clk_get_hw +EXPORT_SYMBOL_GPL vmlinux 0x922e0f1e subsys_find_device_by_id +EXPORT_SYMBOL_GPL vmlinux 0x9233084e icc_disable +EXPORT_SYMBOL_GPL vmlinux 0x92380498 pci_hp_add_bridge +EXPORT_SYMBOL_GPL vmlinux 0x923b3086 usb_of_get_companion_dev +EXPORT_SYMBOL_GPL vmlinux 0x923c0894 dev_pm_clear_wake_irq +EXPORT_SYMBOL_GPL vmlinux 0x923e42aa sysfb_disable +EXPORT_SYMBOL_GPL vmlinux 0x9241b358 __static_key_slow_dec_deferred +EXPORT_SYMBOL_GPL vmlinux 0x9247aa87 encrypt_blob +EXPORT_SYMBOL_GPL vmlinux 0x924c46f8 zs_unmap_object +EXPORT_SYMBOL_GPL vmlinux 0x924d919e blk_trace_startstop +EXPORT_SYMBOL_GPL vmlinux 0x9268621d dev_pm_opp_find_freq_ceil +EXPORT_SYMBOL_GPL vmlinux 0x92698483 ata_sff_thaw +EXPORT_SYMBOL_GPL vmlinux 0x927487ea zynqmp_pm_read_ggs +EXPORT_SYMBOL_GPL vmlinux 0x927a58a6 mddev_init +EXPORT_SYMBOL_GPL vmlinux 0x927a94dd pci_test_config_bits +EXPORT_SYMBOL_GPL vmlinux 0x92855bda pinctrl_force_default +EXPORT_SYMBOL_GPL vmlinux 0x928c6223 pci_find_ext_capability +EXPORT_SYMBOL_GPL vmlinux 0x929d839b iommu_unregister_device_fault_handler +EXPORT_SYMBOL_GPL vmlinux 0x929e95cf psi_memstall_enter +EXPORT_SYMBOL_GPL vmlinux 0x92b8c78b hyperv_pcpu_output_arg +EXPORT_SYMBOL_GPL vmlinux 0x92bbcd65 subsys_dev_iter_exit +EXPORT_SYMBOL_GPL vmlinux 0x92cd659e devm_regulator_bulk_get_enable +EXPORT_SYMBOL_GPL vmlinux 0x92d01bc6 kvm_write_guest +EXPORT_SYMBOL_GPL vmlinux 0x92d31cfb fixed_phy_add +EXPORT_SYMBOL_GPL vmlinux 0x92d5a820 otg_ulpi_create +EXPORT_SYMBOL_GPL vmlinux 0x92db8f68 do_trace_rcu_torture_read +EXPORT_SYMBOL_GPL vmlinux 0x92e0a073 sysfs_remove_link +EXPORT_SYMBOL_GPL vmlinux 0x92e8e9ab fsverity_enqueue_verify_work +EXPORT_SYMBOL_GPL vmlinux 0x92e9a072 mctrl_gpio_free +EXPORT_SYMBOL_GPL vmlinux 0x92f2a1c3 crypto_unregister_acomps +EXPORT_SYMBOL_GPL vmlinux 0x92f4332b fsl_mc_portal_free +EXPORT_SYMBOL_GPL vmlinux 0x92f6a9e5 fwnode_handle_put +EXPORT_SYMBOL_GPL vmlinux 0x92fe8c93 max8997_read_reg +EXPORT_SYMBOL_GPL vmlinux 0x930ab533 k3_ringacc_request_ring +EXPORT_SYMBOL_GPL vmlinux 0x93122d83 regulator_get_linear_step +EXPORT_SYMBOL_GPL vmlinux 0x9317c2e1 of_clk_hw_register +EXPORT_SYMBOL_GPL vmlinux 0x93250ab2 sdio_set_host_pm_flags +EXPORT_SYMBOL_GPL vmlinux 0x93255b2b ring_buffer_lock_reserve +EXPORT_SYMBOL_GPL vmlinux 0x932a0668 xfrm_local_error +EXPORT_SYMBOL_GPL vmlinux 0x932c8d7a linear_range_get_value_array +EXPORT_SYMBOL_GPL vmlinux 0x933a54f2 usb_submit_urb +EXPORT_SYMBOL_GPL vmlinux 0x933f75e0 usb_unlink_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0x933fbcce user_describe +EXPORT_SYMBOL_GPL vmlinux 0x9344fa77 crypto_stats_rng_generate +EXPORT_SYMBOL_GPL vmlinux 0x934b4068 proc_mkdir_data +EXPORT_SYMBOL_GPL vmlinux 0x934dfa34 msi_next_desc +EXPORT_SYMBOL_GPL vmlinux 0x935346fe __sbitmap_queue_get +EXPORT_SYMBOL_GPL vmlinux 0x93687fed _copy_from_iter_flushcache +EXPORT_SYMBOL_GPL vmlinux 0x9370f238 __traceiter_tcp_send_reset +EXPORT_SYMBOL_GPL vmlinux 0x9374e924 regmap_read +EXPORT_SYMBOL_GPL vmlinux 0x93981cea icc_node_add +EXPORT_SYMBOL_GPL vmlinux 0x939ef227 sysfs_remove_bin_file +EXPORT_SYMBOL_GPL vmlinux 0x93a724c4 wm831x_reg_lock +EXPORT_SYMBOL_GPL vmlinux 0x93b98fd9 mtk_clk_simple_remove +EXPORT_SYMBOL_GPL vmlinux 0x93c7edeb usb_find_common_endpoints +EXPORT_SYMBOL_GPL vmlinux 0x93d1d424 gnttab_free_grant_references +EXPORT_SYMBOL_GPL vmlinux 0x93e05405 sata_pmp_port_ops +EXPORT_SYMBOL_GPL vmlinux 0x93e8dad1 perf_pmu_migrate_context +EXPORT_SYMBOL_GPL vmlinux 0x93ebdf96 mt_next +EXPORT_SYMBOL_GPL vmlinux 0x93edef07 devlink_health_report +EXPORT_SYMBOL_GPL vmlinux 0x940939d2 devfreq_get_devfreq_by_node +EXPORT_SYMBOL_GPL vmlinux 0x9409b885 kobject_rename +EXPORT_SYMBOL_GPL vmlinux 0x9414aa94 power_supply_changed +EXPORT_SYMBOL_GPL vmlinux 0x94173ad9 debugfs_attr_write_signed +EXPORT_SYMBOL_GPL vmlinux 0x941bdb27 tps6586x_update +EXPORT_SYMBOL_GPL vmlinux 0x941f2aaa eventfd_ctx_put +EXPORT_SYMBOL_GPL vmlinux 0x94232bd7 gnttab_unmap_refs_async +EXPORT_SYMBOL_GPL vmlinux 0x9425bb34 nvmem_dev_name +EXPORT_SYMBOL_GPL vmlinux 0x9428c02b fscrypt_set_bio_crypt_ctx +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 0x944fca9a pm_runtime_enable +EXPORT_SYMBOL_GPL vmlinux 0x945c4c06 devm_krealloc +EXPORT_SYMBOL_GPL vmlinux 0x945cb0d9 tegra_xusb_padctl_legacy_remove +EXPORT_SYMBOL_GPL vmlinux 0x9468ea70 schedule_hrtimeout_range_clock +EXPORT_SYMBOL_GPL vmlinux 0x946c0028 devlink_unregister +EXPORT_SYMBOL_GPL vmlinux 0x946d9dc2 ata_pci_sff_activate_host +EXPORT_SYMBOL_GPL vmlinux 0x946dd559 sha224_zero_message_hash +EXPORT_SYMBOL_GPL vmlinux 0x94802abb filemap_add_folio +EXPORT_SYMBOL_GPL vmlinux 0x9481e8f5 ata_bmdma_dumb_qc_prep +EXPORT_SYMBOL_GPL vmlinux 0x9487acba cgroup_get_from_path +EXPORT_SYMBOL_GPL vmlinux 0x948c8d9d __traceiter_neigh_update +EXPORT_SYMBOL_GPL vmlinux 0x94909304 fwnode_get_nth_parent +EXPORT_SYMBOL_GPL vmlinux 0x949b5176 devlink_region_snapshot_create +EXPORT_SYMBOL_GPL vmlinux 0x949dd10d handle_untracked_irq +EXPORT_SYMBOL_GPL vmlinux 0x949f7342 __alloc_percpu +EXPORT_SYMBOL_GPL vmlinux 0x94a95d71 acpi_device_update_power +EXPORT_SYMBOL_GPL vmlinux 0x94cb9bd0 devm_mtk_clk_mux_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0x94e61073 kvm_is_visible_gfn +EXPORT_SYMBOL_GPL vmlinux 0x94e62d2e __set_phys_to_machine_multi +EXPORT_SYMBOL_GPL vmlinux 0x94ef4d05 cpci_hp_stop +EXPORT_SYMBOL_GPL vmlinux 0x94f0136c irq_set_affinity_notifier +EXPORT_SYMBOL_GPL vmlinux 0x9504df26 irq_wake_thread +EXPORT_SYMBOL_GPL vmlinux 0x9514047d ahci_kick_engine +EXPORT_SYMBOL_GPL vmlinux 0x9516005e virtio_device_restore +EXPORT_SYMBOL_GPL vmlinux 0x951a2773 crypto_has_alg +EXPORT_SYMBOL_GPL vmlinux 0x953e1b9e ktime_get_real_seconds +EXPORT_SYMBOL_GPL vmlinux 0x954023a0 crypto_register_skcipher +EXPORT_SYMBOL_GPL vmlinux 0x95470060 ahci_error_handler +EXPORT_SYMBOL_GPL vmlinux 0x954fcaa3 usb_hub_release_port +EXPORT_SYMBOL_GPL vmlinux 0x95575c33 __tracepoint_rwmmio_write +EXPORT_SYMBOL_GPL vmlinux 0x9559dacb l3mdev_fib_table_rcu +EXPORT_SYMBOL_GPL vmlinux 0x955b0e2e kthread_worker_fn +EXPORT_SYMBOL_GPL vmlinux 0x955b9497 tps65912_regmap_config +EXPORT_SYMBOL_GPL vmlinux 0x955f13c2 bpf_trace_run2 +EXPORT_SYMBOL_GPL vmlinux 0x956ac400 ring_buffer_dropped_events_cpu +EXPORT_SYMBOL_GPL vmlinux 0x95840a1e wm8350_block_read +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 0x959d135d regmap_exit +EXPORT_SYMBOL_GPL vmlinux 0x959ec5f5 call_rcu_tasks +EXPORT_SYMBOL_GPL vmlinux 0x95b61402 of_pci_parse_bus_range +EXPORT_SYMBOL_GPL vmlinux 0x95bc9078 btree_free +EXPORT_SYMBOL_GPL vmlinux 0x95dc46f5 usb_free_urb +EXPORT_SYMBOL_GPL vmlinux 0x95e102ab tracepoint_probe_register +EXPORT_SYMBOL_GPL vmlinux 0x95e3e1f7 mmc_crypto_prepare_req +EXPORT_SYMBOL_GPL vmlinux 0x95ea06a1 phylink_ethtool_ksettings_set +EXPORT_SYMBOL_GPL vmlinux 0x95ef1ccc dmi_memdev_size +EXPORT_SYMBOL_GPL vmlinux 0x95ff312d __fsnotify_inode_delete +EXPORT_SYMBOL_GPL vmlinux 0x96022338 usb_put_intf +EXPORT_SYMBOL_GPL vmlinux 0x960613c3 spi_alloc_device +EXPORT_SYMBOL_GPL vmlinux 0x960d4de9 devlink_dpipe_match_put +EXPORT_SYMBOL_GPL vmlinux 0x961286e0 ring_buffer_read_events_cpu +EXPORT_SYMBOL_GPL vmlinux 0x961523c4 relay_file_operations +EXPORT_SYMBOL_GPL vmlinux 0x961d9aea usb_hcd_start_port_resume +EXPORT_SYMBOL_GPL vmlinux 0x961fb9ac scsi_host_complete_all_commands +EXPORT_SYMBOL_GPL vmlinux 0x9621d738 alarm_start_relative +EXPORT_SYMBOL_GPL vmlinux 0x96242f8a dev_pm_qos_hide_latency_tolerance +EXPORT_SYMBOL_GPL vmlinux 0x9629233a tcp_abort +EXPORT_SYMBOL_GPL vmlinux 0x962c8a42 dm_audit_log_bio +EXPORT_SYMBOL_GPL vmlinux 0x962c8ae1 usb_kill_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0x9634215a acpi_processor_get_performance_info +EXPORT_SYMBOL_GPL vmlinux 0x965426a6 cpu_topology +EXPORT_SYMBOL_GPL vmlinux 0x96554810 register_keyboard_notifier +EXPORT_SYMBOL_GPL vmlinux 0x965bcca9 __netpoll_setup +EXPORT_SYMBOL_GPL vmlinux 0x968c2bdc __traceiter_ata_tf_load +EXPORT_SYMBOL_GPL vmlinux 0x969369e3 __traceiter_neigh_update_done +EXPORT_SYMBOL_GPL vmlinux 0x96a55fda list_lru_destroy +EXPORT_SYMBOL_GPL vmlinux 0x96a5666f kiocb_modified +EXPORT_SYMBOL_GPL vmlinux 0x96b4893c icc_link_destroy +EXPORT_SYMBOL_GPL vmlinux 0x96b5ac4b vcap_set_rule_set_actionset +EXPORT_SYMBOL_GPL vmlinux 0x96c2edf9 devm_usb_get_phy +EXPORT_SYMBOL_GPL vmlinux 0x96dd249a add_swap_extent +EXPORT_SYMBOL_GPL vmlinux 0x96eca4e2 md_start +EXPORT_SYMBOL_GPL vmlinux 0x96f9a01b __SCK__tp_func_pelt_thermal_tp +EXPORT_SYMBOL_GPL vmlinux 0x9708cc10 lwtunnel_encap_del_ops +EXPORT_SYMBOL_GPL vmlinux 0x9714e0bb ktime_get_raw +EXPORT_SYMBOL_GPL vmlinux 0x9715b132 pm_runtime_barrier +EXPORT_SYMBOL_GPL vmlinux 0x972b9359 ata_cable_40wire +EXPORT_SYMBOL_GPL vmlinux 0x972d67cf devm_rtc_device_register +EXPORT_SYMBOL_GPL vmlinux 0x974d06f1 dev_attr_ncq_prio_supported +EXPORT_SYMBOL_GPL vmlinux 0x975519c1 asymmetric_key_id_same +EXPORT_SYMBOL_GPL vmlinux 0x9763de56 fscrypt_get_symlink +EXPORT_SYMBOL_GPL vmlinux 0x9764b043 irq_domain_pop_irq +EXPORT_SYMBOL_GPL vmlinux 0x97672b2d pci_enable_rom +EXPORT_SYMBOL_GPL vmlinux 0x9779e34f netlink_strict_get_check +EXPORT_SYMBOL_GPL vmlinux 0x977be5c7 klist_iter_init_node +EXPORT_SYMBOL_GPL vmlinux 0x977bf8ab pinctrl_generic_get_group_count +EXPORT_SYMBOL_GPL vmlinux 0x97946cbc of_irq_get_byname +EXPORT_SYMBOL_GPL vmlinux 0x97954e5a gnttab_pages_set_private +EXPORT_SYMBOL_GPL vmlinux 0x979a6b9e edac_mc_alloc +EXPORT_SYMBOL_GPL vmlinux 0x979bce39 ip6_datagram_send_ctl +EXPORT_SYMBOL_GPL vmlinux 0x979bf583 sbitmap_show +EXPORT_SYMBOL_GPL vmlinux 0x979fad4b gpiod_export +EXPORT_SYMBOL_GPL vmlinux 0x97b6985a dev_nit_active +EXPORT_SYMBOL_GPL vmlinux 0x97baa291 tpm2_get_cc_attrs_tbl +EXPORT_SYMBOL_GPL vmlinux 0x97bb31cb housekeeping_affine +EXPORT_SYMBOL_GPL vmlinux 0x97bd327c __irq_set_handler +EXPORT_SYMBOL_GPL vmlinux 0x97ccc3d6 xfrm_audit_policy_add +EXPORT_SYMBOL_GPL vmlinux 0x97d70461 device_dma_supported +EXPORT_SYMBOL_GPL vmlinux 0x97de2b83 debug_locks_silent +EXPORT_SYMBOL_GPL vmlinux 0x97e19906 ZSTD_getErrorCode +EXPORT_SYMBOL_GPL vmlinux 0x97e1e37f dw_pcie_upconfig_setup +EXPORT_SYMBOL_GPL vmlinux 0x97edcaff rio_request_outb_dbell +EXPORT_SYMBOL_GPL vmlinux 0x97f3043e ata_sas_port_start +EXPORT_SYMBOL_GPL vmlinux 0x9801aff0 bpf_warn_invalid_xdp_action +EXPORT_SYMBOL_GPL vmlinux 0x980375e8 scsi_unregister_device_handler +EXPORT_SYMBOL_GPL vmlinux 0x982aedbf da9052_regmap_config +EXPORT_SYMBOL_GPL vmlinux 0x983276da phylink_disconnect_phy +EXPORT_SYMBOL_GPL vmlinux 0x9833bc0c hvc_kick +EXPORT_SYMBOL_GPL vmlinux 0x983efce4 xfrm_audit_state_replay +EXPORT_SYMBOL_GPL vmlinux 0x9843f501 __cookie_v4_check +EXPORT_SYMBOL_GPL vmlinux 0x984c6db4 irq_domain_free_fwnode +EXPORT_SYMBOL_GPL vmlinux 0x98503a63 mpi_alloc +EXPORT_SYMBOL_GPL vmlinux 0x985453e1 lease_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x98576a73 spi_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0x985e0d10 l3mdev_table_lookup_unregister +EXPORT_SYMBOL_GPL vmlinux 0x986fb3e6 get_pid_task +EXPORT_SYMBOL_GPL vmlinux 0x9874c8a7 __pm_runtime_set_status +EXPORT_SYMBOL_GPL vmlinux 0x9879932b crypto_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x98803d68 vcap_free_rule +EXPORT_SYMBOL_GPL vmlinux 0x9882d114 usb_hub_claim_port +EXPORT_SYMBOL_GPL vmlinux 0x989074ff kmsg_dump_reason_str +EXPORT_SYMBOL_GPL vmlinux 0x989ea5b7 irq_domain_alloc_irqs_parent +EXPORT_SYMBOL_GPL vmlinux 0x989f4c29 __acpi_node_get_property_reference +EXPORT_SYMBOL_GPL vmlinux 0x98a79161 ehci_suspend +EXPORT_SYMBOL_GPL vmlinux 0x98b0304c of_clk_src_simple_get +EXPORT_SYMBOL_GPL vmlinux 0x98b2f13b usb_anchor_urb +EXPORT_SYMBOL_GPL vmlinux 0x98b6a875 ipv6_icmp_error +EXPORT_SYMBOL_GPL vmlinux 0x98b6df6a __hwspin_unlock +EXPORT_SYMBOL_GPL vmlinux 0x98b9ec61 kvm_read_guest +EXPORT_SYMBOL_GPL vmlinux 0x98c59274 __tracepoint_rpm_idle +EXPORT_SYMBOL_GPL vmlinux 0x98d49baf transport_configure_device +EXPORT_SYMBOL_GPL vmlinux 0x98dd7076 gpiochip_unlock_as_irq +EXPORT_SYMBOL_GPL vmlinux 0x98e01c2a pci_epc_set_bar +EXPORT_SYMBOL_GPL vmlinux 0x98ee62b2 ring_buffer_record_disable_cpu +EXPORT_SYMBOL_GPL vmlinux 0x98f826e5 __srcu_read_unlock +EXPORT_SYMBOL_GPL vmlinux 0x99013631 regmap_add_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0x99083990 fsnotify_put_group +EXPORT_SYMBOL_GPL vmlinux 0x99163c45 clkdev_hw_create +EXPORT_SYMBOL_GPL vmlinux 0x992821e4 xenbus_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0x992c918f misc_cg_try_charge +EXPORT_SYMBOL_GPL vmlinux 0x992f0180 clk_regmap_divider_ro_ops +EXPORT_SYMBOL_GPL vmlinux 0x993049df spi_take_timestamp_pre +EXPORT_SYMBOL_GPL vmlinux 0x9945c101 tty_perform_flush +EXPORT_SYMBOL_GPL vmlinux 0x994afdec acpi_set_modalias +EXPORT_SYMBOL_GPL vmlinux 0x994be826 devm_gpiod_get_optional +EXPORT_SYMBOL_GPL vmlinux 0x9954d2f1 access_process_vm +EXPORT_SYMBOL_GPL vmlinux 0x995b1676 virtqueue_resize +EXPORT_SYMBOL_GPL vmlinux 0x995d1071 prof_on +EXPORT_SYMBOL_GPL vmlinux 0x99629ec1 adp5520_clr_bits +EXPORT_SYMBOL_GPL vmlinux 0x9968aacb __audit_log_nfcfg +EXPORT_SYMBOL_GPL vmlinux 0x997c550a preempt_model_none +EXPORT_SYMBOL_GPL vmlinux 0x998d79d6 x509_decode_time +EXPORT_SYMBOL_GPL vmlinux 0x998fcbf2 clear_node_memory_type +EXPORT_SYMBOL_GPL vmlinux 0x99a03078 dax_holder_notify_failure +EXPORT_SYMBOL_GPL vmlinux 0x99a75a57 dax_finish_sync_fault +EXPORT_SYMBOL_GPL vmlinux 0x99c80d8d pci_epc_mem_free_addr +EXPORT_SYMBOL_GPL vmlinux 0x99ea8016 fat_get_dotdot_entry +EXPORT_SYMBOL_GPL vmlinux 0x99f018c4 nvmem_cell_read +EXPORT_SYMBOL_GPL vmlinux 0x99f2d00a sysfs_emit_at +EXPORT_SYMBOL_GPL vmlinux 0x9a01e139 __devm_irq_alloc_descs +EXPORT_SYMBOL_GPL vmlinux 0x9a065923 gpiochip_line_is_persistent +EXPORT_SYMBOL_GPL vmlinux 0x9a11a0fc crypto_attr_alg_name +EXPORT_SYMBOL_GPL vmlinux 0x9a1739a2 dev_pm_qos_remove_request +EXPORT_SYMBOL_GPL vmlinux 0x9a23ea6b alarm_expires_remaining +EXPORT_SYMBOL_GPL vmlinux 0x9a322153 __devm_clk_hw_register_mux +EXPORT_SYMBOL_GPL vmlinux 0x9a32b074 ip6_route_lookup +EXPORT_SYMBOL_GPL vmlinux 0x9a5a03de vcap_chain_id_to_lookup +EXPORT_SYMBOL_GPL vmlinux 0x9a5dce5c rhashtable_walk_start_check +EXPORT_SYMBOL_GPL vmlinux 0x9a671648 follow_pte +EXPORT_SYMBOL_GPL vmlinux 0x9a6d6595 virtio_check_driver_offered_feature +EXPORT_SYMBOL_GPL vmlinux 0x9a780522 amba_device_put +EXPORT_SYMBOL_GPL vmlinux 0x9a7da805 tracing_snapshot_cond +EXPORT_SYMBOL_GPL vmlinux 0x9a816945 of_icc_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0x9aa9bd78 exportfs_encode_fh +EXPORT_SYMBOL_GPL vmlinux 0x9ab25c2d tty_put_char +EXPORT_SYMBOL_GPL vmlinux 0x9ac11b74 suspend_set_ops +EXPORT_SYMBOL_GPL vmlinux 0x9acf31c6 mas_find +EXPORT_SYMBOL_GPL vmlinux 0x9acf5fbb vcap_add_rule +EXPORT_SYMBOL_GPL vmlinux 0x9adebd8e ping_recvmsg +EXPORT_SYMBOL_GPL vmlinux 0x9ae12e17 __tracepoint_ata_tf_load +EXPORT_SYMBOL_GPL vmlinux 0x9aeacb87 ring_buffer_iter_empty +EXPORT_SYMBOL_GPL vmlinux 0x9af49514 icc_bulk_set_bw +EXPORT_SYMBOL_GPL vmlinux 0x9b00b2e3 cpufreq_cpu_get_raw +EXPORT_SYMBOL_GPL vmlinux 0x9b03cda5 i2c_new_scanned_device +EXPORT_SYMBOL_GPL vmlinux 0x9b046824 mtk_clk_register_fixed_clks +EXPORT_SYMBOL_GPL vmlinux 0x9b0d1e5c proc_create_net_data +EXPORT_SYMBOL_GPL vmlinux 0x9b0eaa52 tegra210_xusb_pll_hw_sequence_start +EXPORT_SYMBOL_GPL vmlinux 0x9b183f3b kvm_vcpu_gfn_to_hva +EXPORT_SYMBOL_GPL vmlinux 0x9b34ee5c dev_pm_opp_remove_all_dynamic +EXPORT_SYMBOL_GPL vmlinux 0x9b37c7b6 gpiochip_is_requested +EXPORT_SYMBOL_GPL vmlinux 0x9b399d88 clk_regmap_mux_ro_ops +EXPORT_SYMBOL_GPL vmlinux 0x9b408278 mbox_request_channel_byname +EXPORT_SYMBOL_GPL vmlinux 0x9b43f746 usb_debug_root +EXPORT_SYMBOL_GPL vmlinux 0x9b51bb53 unregister_wide_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0x9b53c280 __traceiter_ata_bmdma_start +EXPORT_SYMBOL_GPL vmlinux 0x9b555c8c pm_suspend_default_s2idle +EXPORT_SYMBOL_GPL vmlinux 0x9b57d2e3 regmap_async_complete_cb +EXPORT_SYMBOL_GPL vmlinux 0x9b5e316d bpf_trace_run7 +EXPORT_SYMBOL_GPL vmlinux 0x9b651e51 xenbus_teardown_ring +EXPORT_SYMBOL_GPL vmlinux 0x9b65725d devlink_port_attrs_pci_vf_set +EXPORT_SYMBOL_GPL vmlinux 0x9b698c42 ioasid_set_data +EXPORT_SYMBOL_GPL vmlinux 0x9b6ec967 ring_buffer_size +EXPORT_SYMBOL_GPL vmlinux 0x9b6f6bc4 srcu_batches_completed +EXPORT_SYMBOL_GPL vmlinux 0x9b6f9cfb phylink_mii_c22_pcs_get_state +EXPORT_SYMBOL_GPL vmlinux 0x9b70c6ff tracepoint_probe_register_prio +EXPORT_SYMBOL_GPL vmlinux 0x9b81c1ef inet_bhash2_reset_saddr +EXPORT_SYMBOL_GPL vmlinux 0x9b86265f ata_pci_shutdown_one +EXPORT_SYMBOL_GPL vmlinux 0x9b9071cb get_old_itimerspec32 +EXPORT_SYMBOL_GPL vmlinux 0x9b92d16e pinctrl_gpio_set_config +EXPORT_SYMBOL_GPL vmlinux 0x9ba0b128 devl_trap_groups_unregister +EXPORT_SYMBOL_GPL vmlinux 0x9ba2bb2b gpio_request_array +EXPORT_SYMBOL_GPL vmlinux 0x9bb6c54e crypto_ahash_setkey +EXPORT_SYMBOL_GPL vmlinux 0x9bbea7ca pm_clk_add_notifier +EXPORT_SYMBOL_GPL vmlinux 0x9bc4179d iomap_page_mkwrite +EXPORT_SYMBOL_GPL vmlinux 0x9bdf9714 ZSTD_customMalloc +EXPORT_SYMBOL_GPL vmlinux 0x9be30d27 mhp_get_pluggable_range +EXPORT_SYMBOL_GPL vmlinux 0x9be975be devm_clk_get_optional_prepared +EXPORT_SYMBOL_GPL vmlinux 0x9bece81b mpi_cmp_ui +EXPORT_SYMBOL_GPL vmlinux 0x9bf67dec platform_device_add_data +EXPORT_SYMBOL_GPL vmlinux 0x9c10ac43 irq_domain_push_irq +EXPORT_SYMBOL_GPL vmlinux 0x9c24acf6 gnttab_dma_free_pages +EXPORT_SYMBOL_GPL vmlinux 0x9c272d03 wm8350_reg_read +EXPORT_SYMBOL_GPL vmlinux 0x9c448d8d tegra210_put_utmipll_out_iddq +EXPORT_SYMBOL_GPL vmlinux 0x9c4903be dm_audit_log_ti +EXPORT_SYMBOL_GPL vmlinux 0x9c6febfc add_uevent_var +EXPORT_SYMBOL_GPL vmlinux 0x9c7eca36 of_genpd_remove_last +EXPORT_SYMBOL_GPL vmlinux 0x9c803020 usb_phy_roothub_power_on +EXPORT_SYMBOL_GPL vmlinux 0x9c961fcf get_current_tty +EXPORT_SYMBOL_GPL vmlinux 0x9c964c80 free_uid +EXPORT_SYMBOL_GPL vmlinux 0x9ca6e11f cper_mem_err_location +EXPORT_SYMBOL_GPL vmlinux 0x9cb14652 ahci_reset_controller +EXPORT_SYMBOL_GPL vmlinux 0x9cb23bea devm_acpi_dev_add_driver_gpios +EXPORT_SYMBOL_GPL vmlinux 0x9cb29a00 regmap_field_read +EXPORT_SYMBOL_GPL vmlinux 0x9cb5af34 disable_kprobe +EXPORT_SYMBOL_GPL vmlinux 0x9cb7ddcf vring_transport_features +EXPORT_SYMBOL_GPL vmlinux 0x9cb98864 __skb_tstamp_tx +EXPORT_SYMBOL_GPL vmlinux 0x9cbae37a usb_acpi_port_lpm_incapable +EXPORT_SYMBOL_GPL vmlinux 0x9cbc452a imx8ulp_clk_hw_composite +EXPORT_SYMBOL_GPL vmlinux 0x9cbc8b66 genphy_c45_pma_baset1_read_master_slave +EXPORT_SYMBOL_GPL vmlinux 0x9cc4f70a register_pm_notifier +EXPORT_SYMBOL_GPL vmlinux 0x9ccd7007 of_property_read_string +EXPORT_SYMBOL_GPL vmlinux 0x9cd7551a rhashtable_walk_stop +EXPORT_SYMBOL_GPL vmlinux 0x9cd7e34d acpi_debugfs_dir +EXPORT_SYMBOL_GPL vmlinux 0x9cdd6a66 sysctl_long_vals +EXPORT_SYMBOL_GPL vmlinux 0x9ce05629 devl_traps_unregister +EXPORT_SYMBOL_GPL vmlinux 0x9cf37c44 __iowrite32_copy +EXPORT_SYMBOL_GPL vmlinux 0x9cf3e8a5 iommu_device_release_dma_owner +EXPORT_SYMBOL_GPL vmlinux 0x9d09e8ae ring_buffer_event_data +EXPORT_SYMBOL_GPL vmlinux 0x9d2f49ef __SCK__tp_func_pelt_se_tp +EXPORT_SYMBOL_GPL vmlinux 0x9d366f99 page_reporting_register +EXPORT_SYMBOL_GPL vmlinux 0x9d3a7204 sata_scr_write +EXPORT_SYMBOL_GPL vmlinux 0x9d4294a3 of_property_read_variable_u8_array +EXPORT_SYMBOL_GPL vmlinux 0x9d7d4cc0 ip_route_output_key_hash +EXPORT_SYMBOL_GPL vmlinux 0x9d89af19 platform_msi_create_irq_domain +EXPORT_SYMBOL_GPL vmlinux 0x9d8bb00e set_dax_nocache +EXPORT_SYMBOL_GPL vmlinux 0x9d9910a1 atomic_notifier_chain_register_unique_prio +EXPORT_SYMBOL_GPL vmlinux 0x9dbd12c1 nvmem_cell_read_variable_le_u64 +EXPORT_SYMBOL_GPL vmlinux 0x9dc582ba usb_get_dr_mode +EXPORT_SYMBOL_GPL vmlinux 0x9dd545eb xfrm_output_resume +EXPORT_SYMBOL_GPL vmlinux 0x9ddbf2ab of_phy_provider_unregister +EXPORT_SYMBOL_GPL vmlinux 0x9de88bc8 __SCK__tp_func_ata_bmdma_start +EXPORT_SYMBOL_GPL vmlinux 0x9df34271 pci_epc_mem_alloc_addr +EXPORT_SYMBOL_GPL vmlinux 0x9e005e6f cppc_get_perf_caps +EXPORT_SYMBOL_GPL vmlinux 0x9e04f455 kvm_write_guest_page +EXPORT_SYMBOL_GPL vmlinux 0x9e071931 task_active_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0x9e071ef7 nexthop_for_each_fib6_nh +EXPORT_SYMBOL_GPL vmlinux 0x9e181a7d __traceiter_ata_exec_command +EXPORT_SYMBOL_GPL vmlinux 0x9e19132b pci_reset_function +EXPORT_SYMBOL_GPL vmlinux 0x9e229c49 sg_alloc_table_chained +EXPORT_SYMBOL_GPL vmlinux 0x9e35f0af devm_kstrdup_const +EXPORT_SYMBOL_GPL vmlinux 0x9e3a6437 usb_hcd_is_primary_hcd +EXPORT_SYMBOL_GPL vmlinux 0x9e472f5f snmp_fold_field +EXPORT_SYMBOL_GPL vmlinux 0x9e51dab4 __rio_local_write_config_16 +EXPORT_SYMBOL_GPL vmlinux 0x9e627b42 crypto_shash_final +EXPORT_SYMBOL_GPL vmlinux 0x9e70b501 md_bitmap_resize +EXPORT_SYMBOL_GPL vmlinux 0x9e921986 trace_seq_path +EXPORT_SYMBOL_GPL vmlinux 0x9e9b913d __tracepoint_arm_event +EXPORT_SYMBOL_GPL vmlinux 0x9e9c4f24 set_dax_nomc +EXPORT_SYMBOL_GPL vmlinux 0x9ea0ba45 pinctrl_dev_get_name +EXPORT_SYMBOL_GPL vmlinux 0x9ea805bf pinctrl_put +EXPORT_SYMBOL_GPL vmlinux 0x9ead369c devm_free_percpu +EXPORT_SYMBOL_GPL vmlinux 0x9ebe8730 of_property_read_u32_index +EXPORT_SYMBOL_GPL vmlinux 0x9ed44b91 acpi_dev_ready_for_enumeration +EXPORT_SYMBOL_GPL vmlinux 0x9ed554b3 unregister_keyboard_notifier +EXPORT_SYMBOL_GPL vmlinux 0x9edf91f7 ehci_resume +EXPORT_SYMBOL_GPL vmlinux 0x9ee9a909 devres_open_group +EXPORT_SYMBOL_GPL vmlinux 0x9eebdde7 mpi_point_new +EXPORT_SYMBOL_GPL vmlinux 0x9f08c714 scatterwalk_copychunks +EXPORT_SYMBOL_GPL vmlinux 0x9f0e8bb2 check_move_unevictable_folios +EXPORT_SYMBOL_GPL vmlinux 0x9f126307 pci_ignore_hotplug +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 0x9f6ff4da phy_driver_is_genphy_10g +EXPORT_SYMBOL_GPL vmlinux 0x9f70754c crypto_unregister_skcipher +EXPORT_SYMBOL_GPL vmlinux 0x9f71f570 dw_pcie_wait_for_link +EXPORT_SYMBOL_GPL vmlinux 0x9f991e40 kvm_io_bus_write +EXPORT_SYMBOL_GPL vmlinux 0x9fa4564a timer_shutdown +EXPORT_SYMBOL_GPL vmlinux 0x9fa84bb5 fwnode_usb_role_switch_get +EXPORT_SYMBOL_GPL vmlinux 0x9fac27e5 devm_regmap_field_alloc +EXPORT_SYMBOL_GPL vmlinux 0x9fbbb90e sk_msg_zerocopy_from_iter +EXPORT_SYMBOL_GPL vmlinux 0x9fbfebab erst_write +EXPORT_SYMBOL_GPL vmlinux 0x9fce80db fb_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x9fdc37ca bus_for_each_drv +EXPORT_SYMBOL_GPL vmlinux 0x9fe131f1 xen_store_interface +EXPORT_SYMBOL_GPL vmlinux 0x9fe18c68 rio_mport_read_config_8 +EXPORT_SYMBOL_GPL vmlinux 0x9fe899b7 get_cpu_idle_time +EXPORT_SYMBOL_GPL vmlinux 0x9fe939e1 mpi_powm +EXPORT_SYMBOL_GPL vmlinux 0x9fe9b2fe fsl_mc_populate_irq_pool +EXPORT_SYMBOL_GPL vmlinux 0xa01a8d9b nd_cmd_bus_desc +EXPORT_SYMBOL_GPL vmlinux 0xa01cc711 devm_kasprintf_strarray +EXPORT_SYMBOL_GPL vmlinux 0xa0200c7b rcu_trc_cmpxchg_need_qs +EXPORT_SYMBOL_GPL vmlinux 0xa020bdc5 ahci_platform_disable_regulators +EXPORT_SYMBOL_GPL vmlinux 0xa02577a5 crypto_req_done +EXPORT_SYMBOL_GPL vmlinux 0xa0294e60 debugfs_create_devm_seqfile +EXPORT_SYMBOL_GPL vmlinux 0xa034d9e2 ata_ncq_sdev_groups +EXPORT_SYMBOL_GPL vmlinux 0xa035d76e __tracepoint_rwmmio_read +EXPORT_SYMBOL_GPL vmlinux 0xa041a619 nf_conn_btf_access_lock +EXPORT_SYMBOL_GPL vmlinux 0xa043b02c mtk_pinconf_adv_drive_set +EXPORT_SYMBOL_GPL vmlinux 0xa044b051 mtk_pinconf_drive_set_raw +EXPORT_SYMBOL_GPL vmlinux 0xa04f945a cpus_read_lock +EXPORT_SYMBOL_GPL vmlinux 0xa068c973 gpiochip_find +EXPORT_SYMBOL_GPL vmlinux 0xa06bcb68 __devres_alloc_node +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 0xa09a6d0c ip_icmp_error_rfc4884 +EXPORT_SYMBOL_GPL vmlinux 0xa09c5f0d regmap_irq_set_type_config_simple +EXPORT_SYMBOL_GPL vmlinux 0xa0b0184b hwmon_notify_event +EXPORT_SYMBOL_GPL vmlinux 0xa0b21ebb regulator_set_drvdata +EXPORT_SYMBOL_GPL vmlinux 0xa0c3227c md_rdev_clear +EXPORT_SYMBOL_GPL vmlinux 0xa0ca832a xenbus_match +EXPORT_SYMBOL_GPL vmlinux 0xa0d0f6ec ehci_setup +EXPORT_SYMBOL_GPL vmlinux 0xa0d3456d nr_swap_pages +EXPORT_SYMBOL_GPL vmlinux 0xa0d94650 blkcg_policy_register +EXPORT_SYMBOL_GPL vmlinux 0xa0ddbf41 fuse_dev_free +EXPORT_SYMBOL_GPL vmlinux 0xa0de7d6e vcap_rule_add_key_u32 +EXPORT_SYMBOL_GPL vmlinux 0xa0e113f9 ata_eh_analyze_ncq_error +EXPORT_SYMBOL_GPL vmlinux 0xa0eaa56c xdp_attachment_setup +EXPORT_SYMBOL_GPL vmlinux 0xa0f1f5a5 __traceiter_sched_util_est_se_tp +EXPORT_SYMBOL_GPL vmlinux 0xa0f59859 pci_epc_get_features +EXPORT_SYMBOL_GPL vmlinux 0xa11216be xen_store_domain_type +EXPORT_SYMBOL_GPL vmlinux 0xa113a7ad kvm_write_guest_cached +EXPORT_SYMBOL_GPL vmlinux 0xa1154b85 ipv6_bpf_stub +EXPORT_SYMBOL_GPL vmlinux 0xa11ad305 lwtstate_free +EXPORT_SYMBOL_GPL vmlinux 0xa125d1fc devm_rtc_nvmem_register +EXPORT_SYMBOL_GPL vmlinux 0xa138d6a1 tty_buffer_request_room +EXPORT_SYMBOL_GPL vmlinux 0xa1459c41 blk_mq_wait_quiesce_done +EXPORT_SYMBOL_GPL vmlinux 0xa147309b phy_10gbit_full_features +EXPORT_SYMBOL_GPL vmlinux 0xa1484f16 of_get_display_timings +EXPORT_SYMBOL_GPL vmlinux 0xa14d6cf0 usb_get_dev +EXPORT_SYMBOL_GPL vmlinux 0xa15079ad blk_queue_max_zone_append_sectors +EXPORT_SYMBOL_GPL vmlinux 0xa156a1f2 erst_get_record_id_end +EXPORT_SYMBOL_GPL vmlinux 0xa1716080 clk_hw_get_rate_range +EXPORT_SYMBOL_GPL vmlinux 0xa171d886 vp_legacy_remove +EXPORT_SYMBOL_GPL vmlinux 0xa1823b8f sysfs_groups_change_owner +EXPORT_SYMBOL_GPL vmlinux 0xa195561a fuse_abort_conn +EXPORT_SYMBOL_GPL vmlinux 0xa19c4c78 xenbus_alloc_evtchn +EXPORT_SYMBOL_GPL vmlinux 0xa1b27564 devm_clk_register +EXPORT_SYMBOL_GPL vmlinux 0xa1b462f1 adp5520_write +EXPORT_SYMBOL_GPL vmlinux 0xa1c4231f kvm_set_pfn_dirty +EXPORT_SYMBOL_GPL vmlinux 0xa1d8004a videomode_from_timing +EXPORT_SYMBOL_GPL vmlinux 0xa1ec2e6e sock_diag_save_cookie +EXPORT_SYMBOL_GPL vmlinux 0xa1fca4c9 mtk_free_clk_data +EXPORT_SYMBOL_GPL vmlinux 0xa206c581 xdp_do_redirect_frame +EXPORT_SYMBOL_GPL vmlinux 0xa20d01ba __trace_bprintk +EXPORT_SYMBOL_GPL vmlinux 0xa21e8d96 of_mpc8xxx_spi_probe +EXPORT_SYMBOL_GPL vmlinux 0xa21f2ce7 clk_mux_index_to_val +EXPORT_SYMBOL_GPL vmlinux 0xa2232aa5 pinctrl_count_index_with_args +EXPORT_SYMBOL_GPL vmlinux 0xa22d9548 trace_seq_to_user +EXPORT_SYMBOL_GPL vmlinux 0xa22f49e1 sk_msg_free +EXPORT_SYMBOL_GPL vmlinux 0xa23d9e8f tty_set_termios +EXPORT_SYMBOL_GPL vmlinux 0xa23e4436 dev_pm_set_dedicated_wake_irq +EXPORT_SYMBOL_GPL vmlinux 0xa24f0b78 blk_mq_quiesce_tagset +EXPORT_SYMBOL_GPL vmlinux 0xa2500ef6 __SCK__tp_func_powernv_throttle +EXPORT_SYMBOL_GPL vmlinux 0xa26d5c98 xhci_gen_setup +EXPORT_SYMBOL_GPL vmlinux 0xa26d9b4f workqueue_congested +EXPORT_SYMBOL_GPL vmlinux 0xa27b69d2 irq_chip_get_parent_state +EXPORT_SYMBOL_GPL vmlinux 0xa280b119 udp4_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0xa288ec03 netif_carrier_event +EXPORT_SYMBOL_GPL vmlinux 0xa28a431c wm831x_auxadc_read +EXPORT_SYMBOL_GPL vmlinux 0xa28f40bd __irq_apply_affinity_hint +EXPORT_SYMBOL_GPL vmlinux 0xa29c5778 virtio_config_changed +EXPORT_SYMBOL_GPL vmlinux 0xa2a47eb3 fbcon_modechange_possible +EXPORT_SYMBOL_GPL vmlinux 0xa2a9ef15 of_irq_parse_one +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 0xa2ca6707 mtk_pinconf_adv_drive_set_raw +EXPORT_SYMBOL_GPL vmlinux 0xa2cdf465 debugfs_create_file +EXPORT_SYMBOL_GPL vmlinux 0xa2cedaa7 iomap_readahead +EXPORT_SYMBOL_GPL vmlinux 0xa2d685c7 xfrm_dev_policy_add +EXPORT_SYMBOL_GPL vmlinux 0xa2e1b3ef trace_printk_init_buffers +EXPORT_SYMBOL_GPL vmlinux 0xa2e7adae spi_mem_get_name +EXPORT_SYMBOL_GPL vmlinux 0xa2f02577 seg6_do_srh_encap +EXPORT_SYMBOL_GPL vmlinux 0xa2f359b1 mtk_pctrl_show_one_pin +EXPORT_SYMBOL_GPL vmlinux 0xa2f36ac2 balloon_page_list_enqueue +EXPORT_SYMBOL_GPL vmlinux 0xa2f7487f hv_is_hibernation_supported +EXPORT_SYMBOL_GPL vmlinux 0xa306243f udp_cmsg_send +EXPORT_SYMBOL_GPL vmlinux 0xa30f3e6a regulator_bulk_disable +EXPORT_SYMBOL_GPL vmlinux 0xa310356d perf_event_read_value +EXPORT_SYMBOL_GPL vmlinux 0xa3195c3e scsi_check_sense +EXPORT_SYMBOL_GPL vmlinux 0xa32ded55 devm_regulator_irq_helper +EXPORT_SYMBOL_GPL vmlinux 0xa3354ba6 fwnode_get_phy_node +EXPORT_SYMBOL_GPL vmlinux 0xa3370f00 i2c_dw_probe_master +EXPORT_SYMBOL_GPL vmlinux 0xa33ae1ae pm_clk_destroy +EXPORT_SYMBOL_GPL vmlinux 0xa33fd46f hv_map_memory +EXPORT_SYMBOL_GPL vmlinux 0xa343e66a securityfs_create_dir +EXPORT_SYMBOL_GPL vmlinux 0xa368ae92 fsverity_verify_bio +EXPORT_SYMBOL_GPL vmlinux 0xa36d8088 wbc_detach_inode +EXPORT_SYMBOL_GPL vmlinux 0xa36f50fb is_binary_blacklisted +EXPORT_SYMBOL_GPL vmlinux 0xa373cac4 fuse_mount_remove +EXPORT_SYMBOL_GPL vmlinux 0xa3823ca9 locks_release_private +EXPORT_SYMBOL_GPL vmlinux 0xa38602cd drain_workqueue +EXPORT_SYMBOL_GPL vmlinux 0xa38a9435 pci_ims_free_irq +EXPORT_SYMBOL_GPL vmlinux 0xa38a9f71 get_itimerspec64 +EXPORT_SYMBOL_GPL vmlinux 0xa38c1436 cpu_bit_bitmap +EXPORT_SYMBOL_GPL vmlinux 0xa3a04602 btree_geo64 +EXPORT_SYMBOL_GPL vmlinux 0xa3a37ec6 mdiobus_modify_changed +EXPORT_SYMBOL_GPL vmlinux 0xa3b2fd24 iomap_read_folio +EXPORT_SYMBOL_GPL vmlinux 0xa3b958ce reset_hung_task_detector +EXPORT_SYMBOL_GPL vmlinux 0xa3c01067 kick_process +EXPORT_SYMBOL_GPL vmlinux 0xa3cd8eb3 fib_rules_unregister +EXPORT_SYMBOL_GPL vmlinux 0xa3d5114f of_remove_property +EXPORT_SYMBOL_GPL vmlinux 0xa3dcb681 zynqmp_pm_fpga_load +EXPORT_SYMBOL_GPL vmlinux 0xa3de16c1 __usb_create_hcd +EXPORT_SYMBOL_GPL vmlinux 0xa3ece414 freezer_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0xa3f12f69 __crypto_xor +EXPORT_SYMBOL_GPL vmlinux 0xa3f1dc8c blk_mq_complete_request_remote +EXPORT_SYMBOL_GPL vmlinux 0xa3f33bd6 clk_hw_unregister +EXPORT_SYMBOL_GPL vmlinux 0xa4031b7f sfp_parse_port +EXPORT_SYMBOL_GPL vmlinux 0xa409fc3c device_get_match_data +EXPORT_SYMBOL_GPL vmlinux 0xa410a295 devlink_region_destroy +EXPORT_SYMBOL_GPL vmlinux 0xa41dbea7 fuse_request_end +EXPORT_SYMBOL_GPL vmlinux 0xa42bffde of_reserved_mem_device_init_by_idx +EXPORT_SYMBOL_GPL vmlinux 0xa43e0e83 user_update +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 0xa467e8b8 pskb_put +EXPORT_SYMBOL_GPL vmlinux 0xa469be84 usb_ifnum_to_if +EXPORT_SYMBOL_GPL vmlinux 0xa477dee6 pm_clk_resume +EXPORT_SYMBOL_GPL vmlinux 0xa48196c8 kdb_poll_idx +EXPORT_SYMBOL_GPL vmlinux 0xa48832bb icc_provider_del +EXPORT_SYMBOL_GPL vmlinux 0xa492431f xen_find_device_domain_owner +EXPORT_SYMBOL_GPL vmlinux 0xa4a7821d devm_pinctrl_get +EXPORT_SYMBOL_GPL vmlinux 0xa4ab7c1c ring_buffer_overruns +EXPORT_SYMBOL_GPL vmlinux 0xa4b07fe7 ring_buffer_change_overwrite +EXPORT_SYMBOL_GPL vmlinux 0xa4c00324 asn1_encode_octet_string +EXPORT_SYMBOL_GPL vmlinux 0xa4c085f8 ata_tf_from_fis +EXPORT_SYMBOL_GPL vmlinux 0xa4c2bebd iopf_queue_add_device +EXPORT_SYMBOL_GPL vmlinux 0xa4e9d350 crypto_alloc_akcipher +EXPORT_SYMBOL_GPL vmlinux 0xa4f2a2ed acpi_irq_get +EXPORT_SYMBOL_GPL vmlinux 0xa509d302 extcon_set_property_capability +EXPORT_SYMBOL_GPL vmlinux 0xa51376e4 tpm_send +EXPORT_SYMBOL_GPL vmlinux 0xa517f884 tegra210_plle_hw_sequence_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0xa531471e clk_save_context +EXPORT_SYMBOL_GPL vmlinux 0xa5315cb2 gpiochip_get_desc +EXPORT_SYMBOL_GPL vmlinux 0xa54a2cba devlink_linecard_provision_clear +EXPORT_SYMBOL_GPL vmlinux 0xa54b1342 report_iommu_fault +EXPORT_SYMBOL_GPL vmlinux 0xa5553dc7 devm_regulator_bulk_register_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0xa55e04c3 cpufreq_driver_target +EXPORT_SYMBOL_GPL vmlinux 0xa56dd3d5 sysfs_update_groups +EXPORT_SYMBOL_GPL vmlinux 0xa56e1a52 sg_free_table_chained +EXPORT_SYMBOL_GPL vmlinux 0xa56fff13 of_reserved_mem_lookup +EXPORT_SYMBOL_GPL vmlinux 0xa5711ee9 xdp_rxq_info_unused +EXPORT_SYMBOL_GPL vmlinux 0xa57535df pinctrl_remove_gpio_range +EXPORT_SYMBOL_GPL vmlinux 0xa57a3a89 mas_empty_area_rev +EXPORT_SYMBOL_GPL vmlinux 0xa58b0549 lp8788_read_multi_bytes +EXPORT_SYMBOL_GPL vmlinux 0xa5919afa dma_map_sgtable +EXPORT_SYMBOL_GPL vmlinux 0xa5927afa kernfs_notify +EXPORT_SYMBOL_GPL vmlinux 0xa597162f badblocks_clear +EXPORT_SYMBOL_GPL vmlinux 0xa59b4129 genphy_c45_check_and_restart_aneg +EXPORT_SYMBOL_GPL vmlinux 0xa5a42b56 spi_controller_suspend +EXPORT_SYMBOL_GPL vmlinux 0xa5bda8a1 efi_capsule_supported +EXPORT_SYMBOL_GPL vmlinux 0xa5c68778 wm8350_set_bits +EXPORT_SYMBOL_GPL vmlinux 0xa5d1f4b8 stack_depot_snprint +EXPORT_SYMBOL_GPL vmlinux 0xa5d7c388 pstore_type_to_name +EXPORT_SYMBOL_GPL vmlinux 0xa5da592e mmu_notifier_range_update_to_read_only +EXPORT_SYMBOL_GPL vmlinux 0xa5e77895 bd_link_disk_holder +EXPORT_SYMBOL_GPL vmlinux 0xa5ebd4d0 ehci_hub_control +EXPORT_SYMBOL_GPL vmlinux 0xa5efbf4c async_synchronize_full +EXPORT_SYMBOL_GPL vmlinux 0xa60692e2 uprobe_register +EXPORT_SYMBOL_GPL vmlinux 0xa6242946 crypto_register_scomps +EXPORT_SYMBOL_GPL vmlinux 0xa634cbf5 clk_hw_register_fixed_factor +EXPORT_SYMBOL_GPL vmlinux 0xa64ad5b0 vcap_rule_add_key_u128 +EXPORT_SYMBOL_GPL vmlinux 0xa6589182 xhci_add_endpoint +EXPORT_SYMBOL_GPL vmlinux 0xa65f3c8c __tracepoint_block_bio_complete +EXPORT_SYMBOL_GPL vmlinux 0xa66dbdc7 acpi_cppc_processor_exit +EXPORT_SYMBOL_GPL vmlinux 0xa6709fcf platform_get_irq_byname_optional +EXPORT_SYMBOL_GPL vmlinux 0xa6711ffd pci_epc_linkup +EXPORT_SYMBOL_GPL vmlinux 0xa674a4a3 rtnl_af_unregister +EXPORT_SYMBOL_GPL vmlinux 0xa67d60f8 skb_mpls_push +EXPORT_SYMBOL_GPL vmlinux 0xa6859a1d regmap_field_free +EXPORT_SYMBOL_GPL vmlinux 0xa68aa7ef usb_add_hcd +EXPORT_SYMBOL_GPL vmlinux 0xa6a088b7 fscrypt_match_name +EXPORT_SYMBOL_GPL vmlinux 0xa6a7925c mas_walk +EXPORT_SYMBOL_GPL vmlinux 0xa6a8919d of_property_read_string_helper +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 0xa6b81210 perf_pmu_register +EXPORT_SYMBOL_GPL vmlinux 0xa6bb603f ipv6_dup_options +EXPORT_SYMBOL_GPL vmlinux 0xa6c7c6cc devm_regulator_get +EXPORT_SYMBOL_GPL vmlinux 0xa6ce1e45 crypto_unregister_skciphers +EXPORT_SYMBOL_GPL vmlinux 0xa6ce71d7 ehci_adjust_port_wakeup_flags +EXPORT_SYMBOL_GPL vmlinux 0xa6ce844d power_supply_register_no_ws +EXPORT_SYMBOL_GPL vmlinux 0xa6cf8412 metadata_dst_free_percpu +EXPORT_SYMBOL_GPL vmlinux 0xa6daf771 sk_clone_lock +EXPORT_SYMBOL_GPL vmlinux 0xa6dc0d97 tegra_read_ram_code +EXPORT_SYMBOL_GPL vmlinux 0xa6e1a69d kick_all_cpus_sync +EXPORT_SYMBOL_GPL vmlinux 0xa6ed3f43 kvm_vcpu_halt +EXPORT_SYMBOL_GPL vmlinux 0xa6edae37 fscrypt_ioctl_remove_key_all_users +EXPORT_SYMBOL_GPL vmlinux 0xa6ee15ca __tracepoint_rpm_suspend +EXPORT_SYMBOL_GPL vmlinux 0xa6f333e6 fscrypt_context_for_new_inode +EXPORT_SYMBOL_GPL vmlinux 0xa6fd095f dma_alloc_noncontiguous +EXPORT_SYMBOL_GPL vmlinux 0xa700ea6f devm_hwmon_sanitize_name +EXPORT_SYMBOL_GPL vmlinux 0xa708ca58 mas_store_prealloc +EXPORT_SYMBOL_GPL vmlinux 0xa709c835 fib6_info_destroy_rcu +EXPORT_SYMBOL_GPL vmlinux 0xa70d1045 __alloc_pages_bulk +EXPORT_SYMBOL_GPL vmlinux 0xa713f0e2 dw_pcie_ep_init_notify +EXPORT_SYMBOL_GPL vmlinux 0xa714e8b4 usb_phy_roothub_suspend +EXPORT_SYMBOL_GPL vmlinux 0xa71606f8 crypto_alloc_acomp_node +EXPORT_SYMBOL_GPL vmlinux 0xa7191feb clk_mux_determine_rate_flags +EXPORT_SYMBOL_GPL vmlinux 0xa71a98b0 of_map_id +EXPORT_SYMBOL_GPL vmlinux 0xa729c6c1 sata_link_hardreset +EXPORT_SYMBOL_GPL vmlinux 0xa72dd105 pci_bridge_emul_conf_write +EXPORT_SYMBOL_GPL vmlinux 0xa731f387 nl_table_lock +EXPORT_SYMBOL_GPL vmlinux 0xa73b2bf0 ahci_platform_deassert_rsts +EXPORT_SYMBOL_GPL vmlinux 0xa73c3b08 mtk_mutex_remove_comp +EXPORT_SYMBOL_GPL vmlinux 0xa74be1dd __pm_runtime_resume +EXPORT_SYMBOL_GPL vmlinux 0xa74dfbca replace_page_cache_folio +EXPORT_SYMBOL_GPL vmlinux 0xa7544768 blk_freeze_queue_start +EXPORT_SYMBOL_GPL vmlinux 0xa768cd7a __virtqueue_break +EXPORT_SYMBOL_GPL vmlinux 0xa76b316a blk_add_driver_data +EXPORT_SYMBOL_GPL vmlinux 0xa76e6743 gnttab_end_foreign_access +EXPORT_SYMBOL_GPL vmlinux 0xa774a70a devlink_net +EXPORT_SYMBOL_GPL vmlinux 0xa77a770c skb_tstamp_tx +EXPORT_SYMBOL_GPL vmlinux 0xa788700b copy_to_user_nofault +EXPORT_SYMBOL_GPL vmlinux 0xa78e00fa pm_generic_poweroff +EXPORT_SYMBOL_GPL vmlinux 0xa7a8c4bb usb_reset_configuration +EXPORT_SYMBOL_GPL vmlinux 0xa7c25194 of_thermal_get_ntrips +EXPORT_SYMBOL_GPL vmlinux 0xa7c39c3b dev_pm_genpd_resume +EXPORT_SYMBOL_GPL vmlinux 0xa7ce1720 evm_verifyxattr +EXPORT_SYMBOL_GPL vmlinux 0xa7d5ca16 usb_create_shared_hcd +EXPORT_SYMBOL_GPL vmlinux 0xa7d906ed raw_seq_next +EXPORT_SYMBOL_GPL vmlinux 0xa7dd91e7 irq_work_queue +EXPORT_SYMBOL_GPL vmlinux 0xa7ddcc2e anon_inode_getfd_secure +EXPORT_SYMBOL_GPL vmlinux 0xa7f083fe dev_pm_genpd_add_notifier +EXPORT_SYMBOL_GPL vmlinux 0xa7fdecde acpi_device_fix_up_power +EXPORT_SYMBOL_GPL vmlinux 0xa8182555 pci_walk_bus +EXPORT_SYMBOL_GPL vmlinux 0xa8442bdb set_secondary_fwnode +EXPORT_SYMBOL_GPL vmlinux 0xa851973a raw_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0xa86a4052 kpp_register_instance +EXPORT_SYMBOL_GPL vmlinux 0xa8707c25 sdio_set_block_size +EXPORT_SYMBOL_GPL vmlinux 0xa8789ac0 serial8250_do_set_ldisc +EXPORT_SYMBOL_GPL vmlinux 0xa8841cc6 mas_next +EXPORT_SYMBOL_GPL vmlinux 0xa88570f2 devm_hwmon_device_register_with_groups +EXPORT_SYMBOL_GPL vmlinux 0xa88ea6aa dev_pm_opp_remove_table +EXPORT_SYMBOL_GPL vmlinux 0xa88f4e46 bdev_disk_changed +EXPORT_SYMBOL_GPL vmlinux 0xa8927c05 pci_set_pcie_reset_state +EXPORT_SYMBOL_GPL vmlinux 0xa89926dc crypto_dh_decode_key +EXPORT_SYMBOL_GPL vmlinux 0xa8a1d949 ethnl_cable_test_alloc +EXPORT_SYMBOL_GPL vmlinux 0xa8a233c1 acpi_pci_find_root +EXPORT_SYMBOL_GPL vmlinux 0xa8a6364c xas_get_mark +EXPORT_SYMBOL_GPL vmlinux 0xa8a74d8d spi_setup +EXPORT_SYMBOL_GPL vmlinux 0xa8ac85ca input_class +EXPORT_SYMBOL_GPL vmlinux 0xa8d4d0f6 fb_deferred_io_cleanup +EXPORT_SYMBOL_GPL vmlinux 0xa8eb3938 ipv6_recv_error +EXPORT_SYMBOL_GPL vmlinux 0xa8f6a7ac power_supply_put_battery_info +EXPORT_SYMBOL_GPL vmlinux 0xa8faa771 ata_bmdma_post_internal_cmd +EXPORT_SYMBOL_GPL vmlinux 0xa8faf678 vcap_debugfs +EXPORT_SYMBOL_GPL vmlinux 0xa904b700 dev_pm_domain_start +EXPORT_SYMBOL_GPL vmlinux 0xa907bbce __inet_twsk_schedule +EXPORT_SYMBOL_GPL vmlinux 0xa909b5c0 sysfs_create_files +EXPORT_SYMBOL_GPL vmlinux 0xa9237315 vp_modern_get_num_queues +EXPORT_SYMBOL_GPL vmlinux 0xa926834d tpm_get_timeouts +EXPORT_SYMBOL_GPL vmlinux 0xa9320d27 ktime_get_seconds +EXPORT_SYMBOL_GPL vmlinux 0xa933f343 rtc_update_irq +EXPORT_SYMBOL_GPL vmlinux 0xa934a491 user_read +EXPORT_SYMBOL_GPL vmlinux 0xa9393233 __iomap_dio_rw +EXPORT_SYMBOL_GPL vmlinux 0xa954dc6f rtc_set_alarm +EXPORT_SYMBOL_GPL vmlinux 0xa95a4d19 rdev_get_dev +EXPORT_SYMBOL_GPL vmlinux 0xa95b5c77 hwmon_sanitize_name +EXPORT_SYMBOL_GPL vmlinux 0xa96e8b4e hv_setup_vmbus_handler +EXPORT_SYMBOL_GPL vmlinux 0xa972e9c1 sock_prot_inuse_get +EXPORT_SYMBOL_GPL vmlinux 0xa975c477 blk_queue_zone_write_granularity +EXPORT_SYMBOL_GPL vmlinux 0xa98c7572 pci_stop_root_bus +EXPORT_SYMBOL_GPL vmlinux 0xa98e6415 iommu_sva_get_pasid +EXPORT_SYMBOL_GPL vmlinux 0xa99b8e70 __SCK__tp_func_xdp_exception +EXPORT_SYMBOL_GPL vmlinux 0xa99ef899 devlink_fmsg_bool_pair_put +EXPORT_SYMBOL_GPL vmlinux 0xa9a2577e nvdimm_region_delete +EXPORT_SYMBOL_GPL vmlinux 0xa9a3c54e wm8350_device_init +EXPORT_SYMBOL_GPL vmlinux 0xa9a532c8 device_set_of_node_from_dev +EXPORT_SYMBOL_GPL vmlinux 0xa9b0d37f hisi_clk_register_phase +EXPORT_SYMBOL_GPL vmlinux 0xa9b6f824 blk_queue_write_cache +EXPORT_SYMBOL_GPL vmlinux 0xa9c68f68 hrtimer_init_sleeper +EXPORT_SYMBOL_GPL vmlinux 0xa9d07859 generic_access_phys +EXPORT_SYMBOL_GPL vmlinux 0xa9fc7edd pci_disable_pcie_error_reporting +EXPORT_SYMBOL_GPL vmlinux 0xaa1186d9 dax_inode +EXPORT_SYMBOL_GPL vmlinux 0xaa160289 pci_reset_function_locked +EXPORT_SYMBOL_GPL vmlinux 0xaa2546dd devres_close_group +EXPORT_SYMBOL_GPL vmlinux 0xaa3fb630 find_get_pid +EXPORT_SYMBOL_GPL vmlinux 0xaa693c52 devm_power_supply_register_no_ws +EXPORT_SYMBOL_GPL vmlinux 0xaa6a50f9 __static_key_deferred_flush +EXPORT_SYMBOL_GPL vmlinux 0xaa6cb81f register_user_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0xaa7293aa wakeup_source_destroy +EXPORT_SYMBOL_GPL vmlinux 0xaa909f84 da9055_regmap_config +EXPORT_SYMBOL_GPL vmlinux 0xaa97b4c0 pwm_get_chip_data +EXPORT_SYMBOL_GPL vmlinux 0xaa9a58c5 platform_irq_count +EXPORT_SYMBOL_GPL vmlinux 0xaaa918c9 ftrace_dump +EXPORT_SYMBOL_GPL vmlinux 0xaaad8005 sata_link_resume +EXPORT_SYMBOL_GPL vmlinux 0xaab9c421 clk_multiplier_ops +EXPORT_SYMBOL_GPL vmlinux 0xaabf1c55 crypto_grab_kpp +EXPORT_SYMBOL_GPL vmlinux 0xaace0327 dev_pm_opp_set_config +EXPORT_SYMBOL_GPL vmlinux 0xaad51ba7 blk_bio_list_merge +EXPORT_SYMBOL_GPL vmlinux 0xaadadaa2 regulator_get_hardware_vsel_register +EXPORT_SYMBOL_GPL vmlinux 0xaadeea0d mtk_pinconf_bias_disable_set +EXPORT_SYMBOL_GPL vmlinux 0xaae1881c regmap_field_alloc +EXPORT_SYMBOL_GPL vmlinux 0xaaf9f4f7 srcu_notifier_chain_unregister +EXPORT_SYMBOL_GPL vmlinux 0xaafafbff rockchip_pmu_unblock +EXPORT_SYMBOL_GPL vmlinux 0xaafbd3e2 kvm_vcpu_gfn_to_pfn +EXPORT_SYMBOL_GPL vmlinux 0xab060841 zynqmp_pm_query_data +EXPORT_SYMBOL_GPL vmlinux 0xab069fc7 sched_set_normal +EXPORT_SYMBOL_GPL vmlinux 0xab072e9f irq_gc_mask_set_bit +EXPORT_SYMBOL_GPL vmlinux 0xab0a71e4 disk_update_readahead +EXPORT_SYMBOL_GPL vmlinux 0xab0ff87e ftrace_set_filter_ip +EXPORT_SYMBOL_GPL vmlinux 0xab1607d5 regulator_is_enabled_regmap +EXPORT_SYMBOL_GPL vmlinux 0xab1bd47f perf_event_update_userpage +EXPORT_SYMBOL_GPL vmlinux 0xab1d2e1a rcuwait_wake_up +EXPORT_SYMBOL_GPL vmlinux 0xab1e0e93 hv_setup_kexec_handler +EXPORT_SYMBOL_GPL vmlinux 0xab240da4 netdev_is_rx_handler_busy +EXPORT_SYMBOL_GPL vmlinux 0xab28f493 sata_set_spd +EXPORT_SYMBOL_GPL vmlinux 0xab2c1d43 fuse_fill_super_common +EXPORT_SYMBOL_GPL vmlinux 0xab3be293 thermal_zone_bind_cooling_device +EXPORT_SYMBOL_GPL vmlinux 0xab3d943c ata_sff_softreset +EXPORT_SYMBOL_GPL vmlinux 0xab5ce918 unix_outq_len +EXPORT_SYMBOL_GPL vmlinux 0xab5ecb92 i2c_acpi_new_device_by_fwnode +EXPORT_SYMBOL_GPL vmlinux 0xab7653f3 fat_detach +EXPORT_SYMBOL_GPL vmlinux 0xab7c7bdb devm_memunmap_pages +EXPORT_SYMBOL_GPL vmlinux 0xab7f853d mtk_mutex_prepare +EXPORT_SYMBOL_GPL vmlinux 0xab7ff160 virtqueue_enable_cb +EXPORT_SYMBOL_GPL vmlinux 0xabc055c6 devm_clk_get_optional_enabled +EXPORT_SYMBOL_GPL vmlinux 0xabc640f3 list_lru_isolate +EXPORT_SYMBOL_GPL vmlinux 0xabc9d226 ata_sff_port_intr +EXPORT_SYMBOL_GPL vmlinux 0xabcb21cd blk_mq_freeze_queue_wait_timeout +EXPORT_SYMBOL_GPL vmlinux 0xabd45848 stop_machine +EXPORT_SYMBOL_GPL vmlinux 0xabd49468 fsl_mc_bus_dpsw_type +EXPORT_SYMBOL_GPL vmlinux 0xabdc3b90 dw_pcie_ep_raise_msi_irq +EXPORT_SYMBOL_GPL vmlinux 0xabde6aaa vcpu_put +EXPORT_SYMBOL_GPL vmlinux 0xabf46155 regmap_field_test_bits +EXPORT_SYMBOL_GPL vmlinux 0xac0a5e6e ahci_platform_disable_clks +EXPORT_SYMBOL_GPL vmlinux 0xac0d05d4 acpi_spi_count_resources +EXPORT_SYMBOL_GPL vmlinux 0xac14706c led_update_brightness +EXPORT_SYMBOL_GPL vmlinux 0xac26e9ad meson8_pmx_ops +EXPORT_SYMBOL_GPL vmlinux 0xac2eb8cf irq_domain_create_legacy +EXPORT_SYMBOL_GPL vmlinux 0xac32b5bb wwan_create_port +EXPORT_SYMBOL_GPL vmlinux 0xac4949b4 root_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0xac7e98f1 tpm_chip_register +EXPORT_SYMBOL_GPL vmlinux 0xac9774b7 rio_mport_get_feature +EXPORT_SYMBOL_GPL vmlinux 0xacb04bf8 thp_get_unmapped_area +EXPORT_SYMBOL_GPL vmlinux 0xacb4d88c clk_rate_exclusive_put +EXPORT_SYMBOL_GPL vmlinux 0xacb9ab86 pm_generic_freeze +EXPORT_SYMBOL_GPL vmlinux 0xacbe009f receive_fd +EXPORT_SYMBOL_GPL vmlinux 0xacc977ac alarm_forward_now +EXPORT_SYMBOL_GPL vmlinux 0xaccc62a6 tcp_unregister_congestion_control +EXPORT_SYMBOL_GPL vmlinux 0xaccd812b fib6_check_nexthop +EXPORT_SYMBOL_GPL vmlinux 0xaccdae42 ata_std_sched_eh +EXPORT_SYMBOL_GPL vmlinux 0xacd1775f nvdimm_has_cache +EXPORT_SYMBOL_GPL vmlinux 0xacdadcd3 of_nvmem_cell_get +EXPORT_SYMBOL_GPL vmlinux 0xace38483 virtqueue_add_inbuf_ctx +EXPORT_SYMBOL_GPL vmlinux 0xaceafd4d __folio_lock_killable +EXPORT_SYMBOL_GPL vmlinux 0xacf7e691 sysfs_merge_group +EXPORT_SYMBOL_GPL vmlinux 0xad0781ff pci_ecam_free +EXPORT_SYMBOL_GPL vmlinux 0xad09bdd9 dax_layout_busy_page_range +EXPORT_SYMBOL_GPL vmlinux 0xad1d8694 gpmc_omap_onenand_set_timings +EXPORT_SYMBOL_GPL vmlinux 0xad210047 uhci_reset_hc +EXPORT_SYMBOL_GPL vmlinux 0xad25602f __tracepoint_sched_overutilized_tp +EXPORT_SYMBOL_GPL vmlinux 0xad25ec94 folio_add_wait_queue +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 0xad555daf xenbus_dev_remove +EXPORT_SYMBOL_GPL vmlinux 0xad5b684e ahci_do_hardreset +EXPORT_SYMBOL_GPL vmlinux 0xad6317de rtc_set_time +EXPORT_SYMBOL_GPL vmlinux 0xad645234 register_switchdev_notifier +EXPORT_SYMBOL_GPL vmlinux 0xad76a3f0 __SCK__tp_func_neigh_update_done +EXPORT_SYMBOL_GPL vmlinux 0xad782040 platform_device_alloc +EXPORT_SYMBOL_GPL vmlinux 0xad83ce29 xas_find_conflict +EXPORT_SYMBOL_GPL vmlinux 0xad90edf1 iommu_sva_bind_device +EXPORT_SYMBOL_GPL vmlinux 0xad91315d __traceiter_udp_fail_queue_rcv_skb +EXPORT_SYMBOL_GPL vmlinux 0xad938a0a sdio_readl +EXPORT_SYMBOL_GPL vmlinux 0xad9842be sysfs_create_group +EXPORT_SYMBOL_GPL vmlinux 0xad9fb247 lwtunnel_valid_encap_type_attr +EXPORT_SYMBOL_GPL vmlinux 0xada16455 ncsi_stop_dev +EXPORT_SYMBOL_GPL vmlinux 0xada38766 dst_cache_destroy +EXPORT_SYMBOL_GPL vmlinux 0xadafa0a8 ata_bmdma_port_intr +EXPORT_SYMBOL_GPL vmlinux 0xadbb58ee pinmux_generic_get_function_groups +EXPORT_SYMBOL_GPL vmlinux 0xadc6cc42 crypto_unregister_aead +EXPORT_SYMBOL_GPL vmlinux 0xadc8d662 pinctrl_parse_index_with_args +EXPORT_SYMBOL_GPL vmlinux 0xadcab8c2 PageHuge +EXPORT_SYMBOL_GPL vmlinux 0xadccf888 blk_revalidate_disk_zones +EXPORT_SYMBOL_GPL vmlinux 0xadde8c4e virtio_max_dma_size +EXPORT_SYMBOL_GPL vmlinux 0xade5339b hte_get_clk_src_info +EXPORT_SYMBOL_GPL vmlinux 0xadf87460 pm_genpd_add_device +EXPORT_SYMBOL_GPL vmlinux 0xadf90cba pci_get_dsn +EXPORT_SYMBOL_GPL vmlinux 0xadf9c1b3 housekeeping_cpumask +EXPORT_SYMBOL_GPL vmlinux 0xae01217a mpi_write_to_sgl +EXPORT_SYMBOL_GPL vmlinux 0xae0e8434 pwm_request +EXPORT_SYMBOL_GPL vmlinux 0xae0ecf40 usb_bus_idr_lock +EXPORT_SYMBOL_GPL vmlinux 0xae1051b0 net_cls_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0xae28e277 regulator_get +EXPORT_SYMBOL_GPL vmlinux 0xae317aca spi_bus_type +EXPORT_SYMBOL_GPL vmlinux 0xae39f80e dst_cache_init +EXPORT_SYMBOL_GPL vmlinux 0xae45ae96 cgroup_get_from_fd +EXPORT_SYMBOL_GPL vmlinux 0xae4a6de3 xhci_dbg_trace +EXPORT_SYMBOL_GPL vmlinux 0xae64f1dd __tracepoint_block_bio_remap +EXPORT_SYMBOL_GPL vmlinux 0xae66224d dev_pm_opp_of_cpumask_remove_table +EXPORT_SYMBOL_GPL vmlinux 0xae69b1c1 usermodehelper_read_unlock +EXPORT_SYMBOL_GPL vmlinux 0xae6d1b3c cpufreq_table_index_unsorted +EXPORT_SYMBOL_GPL vmlinux 0xae71973f device_set_wakeup_capable +EXPORT_SYMBOL_GPL vmlinux 0xae72b022 of_platform_populate +EXPORT_SYMBOL_GPL vmlinux 0xae7c231d mpi_cmp +EXPORT_SYMBOL_GPL vmlinux 0xae80a2dc __tracepoint_rwmmio_post_write +EXPORT_SYMBOL_GPL vmlinux 0xae81aa8b usb_control_msg +EXPORT_SYMBOL_GPL vmlinux 0xae8512fe __sock_recv_timestamp +EXPORT_SYMBOL_GPL vmlinux 0xae8708ca ahci_qc_issue +EXPORT_SYMBOL_GPL vmlinux 0xae950593 crypto_shash_finup +EXPORT_SYMBOL_GPL vmlinux 0xae9775ab of_dma_configure_id +EXPORT_SYMBOL_GPL vmlinux 0xae9d4670 regulator_suspend_enable +EXPORT_SYMBOL_GPL vmlinux 0xaea4693d gpiochip_irq_unmap +EXPORT_SYMBOL_GPL vmlinux 0xaea7f1ef devlink_sb_unregister +EXPORT_SYMBOL_GPL vmlinux 0xaeaec0ae security_file_ioctl +EXPORT_SYMBOL_GPL vmlinux 0xaec05336 gnttab_free_pages +EXPORT_SYMBOL_GPL vmlinux 0xaecad2c2 simple_rename_exchange +EXPORT_SYMBOL_GPL vmlinux 0xaeff55a6 meson_clk_pcie_pll_ops +EXPORT_SYMBOL_GPL vmlinux 0xaf076aec nd_fletcher64 +EXPORT_SYMBOL_GPL vmlinux 0xaf0b6ba7 blkg_rwstat_init +EXPORT_SYMBOL_GPL vmlinux 0xaf24c5e1 register_net_sysctl +EXPORT_SYMBOL_GPL vmlinux 0xaf2a4324 iort_put_rmr_sids +EXPORT_SYMBOL_GPL vmlinux 0xaf2b677b of_phandle_args_to_fwspec +EXPORT_SYMBOL_GPL vmlinux 0xaf2f6794 usb_remove_hcd +EXPORT_SYMBOL_GPL vmlinux 0xaf348da7 cpu_pm_exit +EXPORT_SYMBOL_GPL vmlinux 0xaf3a44e9 __SCK__tp_func_sched_overutilized_tp +EXPORT_SYMBOL_GPL vmlinux 0xaf3a58f1 devl_dpipe_table_unregister +EXPORT_SYMBOL_GPL vmlinux 0xaf3b5226 clk_register_hisi_phase +EXPORT_SYMBOL_GPL vmlinux 0xaf3ed93e srcu_notifier_chain_register +EXPORT_SYMBOL_GPL vmlinux 0xaf4014ff usb_amd_quirk_pll_check +EXPORT_SYMBOL_GPL vmlinux 0xaf5125a2 usb_remove_phy +EXPORT_SYMBOL_GPL vmlinux 0xaf59de4c bpf_map_inc_with_uref +EXPORT_SYMBOL_GPL vmlinux 0xaf5ec0ef pcie_port_find_device +EXPORT_SYMBOL_GPL vmlinux 0xaf606a57 fuse_dev_install +EXPORT_SYMBOL_GPL vmlinux 0xaf67d45e vfs_get_acl +EXPORT_SYMBOL_GPL vmlinux 0xaf6a2732 inet_ctl_sock_create +EXPORT_SYMBOL_GPL vmlinux 0xaf793668 __alloc_percpu_gfp +EXPORT_SYMBOL_GPL vmlinux 0xaf80c0d2 balloon_page_enqueue +EXPORT_SYMBOL_GPL vmlinux 0xaf852873 cpuidle_register_device +EXPORT_SYMBOL_GPL vmlinux 0xaf95d9fe xfrm_audit_state_icvfail +EXPORT_SYMBOL_GPL vmlinux 0xaf9d316e mtk_mmsys_ddp_connect +EXPORT_SYMBOL_GPL vmlinux 0xaf9f0872 fb_deferred_io_fsync +EXPORT_SYMBOL_GPL vmlinux 0xafa136e8 nf_nat_hook +EXPORT_SYMBOL_GPL vmlinux 0xafa7b935 vring_del_virtqueue +EXPORT_SYMBOL_GPL vmlinux 0xafb07262 __pfn_to_mfn +EXPORT_SYMBOL_GPL vmlinux 0xafb4495f crypto_alloc_acomp +EXPORT_SYMBOL_GPL vmlinux 0xafc9dc3c tpmm_chip_alloc +EXPORT_SYMBOL_GPL vmlinux 0xafd23418 uart_get_rs485_mode +EXPORT_SYMBOL_GPL vmlinux 0xafddd545 ata_id_c_string +EXPORT_SYMBOL_GPL vmlinux 0xafeb58c1 __SCK__tp_func_io_page_fault +EXPORT_SYMBOL_GPL vmlinux 0xafeb7331 aead_register_instance +EXPORT_SYMBOL_GPL vmlinux 0xaff98a15 ethnl_cable_test_pulse +EXPORT_SYMBOL_GPL vmlinux 0xb000d6d6 cros_ec_check_features +EXPORT_SYMBOL_GPL vmlinux 0xb005a684 ata_sff_data_xfer32 +EXPORT_SYMBOL_GPL vmlinux 0xb008510a dprc_open +EXPORT_SYMBOL_GPL vmlinux 0xb0099f79 topology_clear_scale_freq_source +EXPORT_SYMBOL_GPL vmlinux 0xb00bb95b md_allow_write +EXPORT_SYMBOL_GPL vmlinux 0xb00f5c3c __blk_req_zone_write_lock +EXPORT_SYMBOL_GPL vmlinux 0xb021856b devm_hwspin_lock_request_specific +EXPORT_SYMBOL_GPL vmlinux 0xb02ac411 register_xenstore_notifier +EXPORT_SYMBOL_GPL vmlinux 0xb046515a blk_stat_disable_accounting +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 0xb05cda0c l3mdev_table_lookup_register +EXPORT_SYMBOL_GPL vmlinux 0xb05de1fe exportfs_decode_fh +EXPORT_SYMBOL_GPL vmlinux 0xb060a864 alloc_skb_for_msg +EXPORT_SYMBOL_GPL vmlinux 0xb06225a5 skb_gso_validate_network_len +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 0xb08a22a3 cpufreq_show_cpus +EXPORT_SYMBOL_GPL vmlinux 0xb09343c2 irq_gc_set_wake +EXPORT_SYMBOL_GPL vmlinux 0xb095cbb7 gpiod_direction_output_raw +EXPORT_SYMBOL_GPL vmlinux 0xb0a00639 sock_diag_check_cookie +EXPORT_SYMBOL_GPL vmlinux 0xb0b0103f gpiochip_populate_parent_fwspec_fourcell +EXPORT_SYMBOL_GPL vmlinux 0xb0b85f47 ring_buffer_iter_reset +EXPORT_SYMBOL_GPL vmlinux 0xb0bd29f4 regcache_sync_region +EXPORT_SYMBOL_GPL vmlinux 0xb0c7b7e9 firmware_request_nowarn +EXPORT_SYMBOL_GPL vmlinux 0xb0c7becd nf_ip_route +EXPORT_SYMBOL_GPL vmlinux 0xb0cd6487 devm_device_add_groups +EXPORT_SYMBOL_GPL vmlinux 0xb0d1656c gpio_free_array +EXPORT_SYMBOL_GPL vmlinux 0xb0d6c383 of_pm_clk_add_clk +EXPORT_SYMBOL_GPL vmlinux 0xb0e8e671 xenbus_otherend_changed +EXPORT_SYMBOL_GPL vmlinux 0xb0e920ca debugfs_create_dir +EXPORT_SYMBOL_GPL vmlinux 0xb10d964d devlink_fmsg_pair_nest_end +EXPORT_SYMBOL_GPL vmlinux 0xb10f2a4c devm_of_phy_provider_unregister +EXPORT_SYMBOL_GPL vmlinux 0xb1143685 crypto_unregister_ahash +EXPORT_SYMBOL_GPL vmlinux 0xb11d9000 tty_dev_name_to_number +EXPORT_SYMBOL_GPL vmlinux 0xb1337aa8 led_classdev_register_ext +EXPORT_SYMBOL_GPL vmlinux 0xb13cc3ca handle_fasteoi_mask_irq +EXPORT_SYMBOL_GPL vmlinux 0xb141de67 fb_deferred_io_mmap +EXPORT_SYMBOL_GPL vmlinux 0xb1510916 genphy_c45_fast_retrain +EXPORT_SYMBOL_GPL vmlinux 0xb156ddeb devm_gpio_request_one +EXPORT_SYMBOL_GPL vmlinux 0xb1647fc2 devlink_info_version_running_put +EXPORT_SYMBOL_GPL vmlinux 0xb1667a65 pci_epc_mem_init +EXPORT_SYMBOL_GPL vmlinux 0xb17159d2 synth_event_add_next_val +EXPORT_SYMBOL_GPL vmlinux 0xb1780770 perf_event_create_kernel_counter +EXPORT_SYMBOL_GPL vmlinux 0xb183a81e iopf_queue_remove_device +EXPORT_SYMBOL_GPL vmlinux 0xb196550e serial8250_do_set_divisor +EXPORT_SYMBOL_GPL vmlinux 0xb19a4b74 hwpoison_filter +EXPORT_SYMBOL_GPL vmlinux 0xb19d9650 irq_get_domain_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0xb1a33e0a iomap_finish_ioends +EXPORT_SYMBOL_GPL vmlinux 0xb1a41e97 usb_free_coherent +EXPORT_SYMBOL_GPL vmlinux 0xb1b4edf2 md_find_rdev_rcu +EXPORT_SYMBOL_GPL vmlinux 0xb1baa71a devlink_linecard_provision_fail +EXPORT_SYMBOL_GPL vmlinux 0xb1bed25d dpm_resume_start +EXPORT_SYMBOL_GPL vmlinux 0xb1c2ca9c serial8250_rpm_put +EXPORT_SYMBOL_GPL vmlinux 0xb1cd12cf sysfs_unbreak_active_protection +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 0xb219648a mmc_send_abort_tuning +EXPORT_SYMBOL_GPL vmlinux 0xb21d00c6 hte_ts_put +EXPORT_SYMBOL_GPL vmlinux 0xb2210d64 reset_control_deassert +EXPORT_SYMBOL_GPL vmlinux 0xb2263b92 regulator_set_mode +EXPORT_SYMBOL_GPL vmlinux 0xb230f880 elv_unregister +EXPORT_SYMBOL_GPL vmlinux 0xb23b7691 start_poll_synchronize_rcu_full +EXPORT_SYMBOL_GPL vmlinux 0xb2405efc secure_tcp_seq +EXPORT_SYMBOL_GPL vmlinux 0xb24365bb tcp_sendpage_locked +EXPORT_SYMBOL_GPL vmlinux 0xb24e95f4 kvm_put_kvm_no_destroy +EXPORT_SYMBOL_GPL vmlinux 0xb25b468e led_trigger_set_default +EXPORT_SYMBOL_GPL vmlinux 0xb25ea329 skcipher_walk_aead_decrypt +EXPORT_SYMBOL_GPL vmlinux 0xb267693d stmpe_dev_pm_ops +EXPORT_SYMBOL_GPL vmlinux 0xb26a1add elfcorehdr_addr +EXPORT_SYMBOL_GPL vmlinux 0xb273f451 pci_epc_stop +EXPORT_SYMBOL_GPL vmlinux 0xb27c5a14 dpm_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0xb281f1f6 dma_vmap_noncontiguous +EXPORT_SYMBOL_GPL vmlinux 0xb282a8db device_find_child +EXPORT_SYMBOL_GPL vmlinux 0xb284afb8 crypto_aead_decrypt +EXPORT_SYMBOL_GPL vmlinux 0xb29533ee zs_malloc +EXPORT_SYMBOL_GPL vmlinux 0xb2b31eaf irq_domain_xlate_onecell +EXPORT_SYMBOL_GPL vmlinux 0xb2c06f74 platform_get_mem_or_io +EXPORT_SYMBOL_GPL vmlinux 0xb2c1732e rcu_gp_set_torture_wait +EXPORT_SYMBOL_GPL vmlinux 0xb2c8ad6c fsl_mc_bus_dpdbg_type +EXPORT_SYMBOL_GPL vmlinux 0xb2cd7381 __irq_alloc_domain_generic_chips +EXPORT_SYMBOL_GPL vmlinux 0xb2d98c54 debugfs_create_symlink +EXPORT_SYMBOL_GPL vmlinux 0xb2dcdde1 ip6_dst_lookup +EXPORT_SYMBOL_GPL vmlinux 0xb2e26d2e device_get_named_child_node +EXPORT_SYMBOL_GPL vmlinux 0xb2e764e8 suspend_valid_only_mem +EXPORT_SYMBOL_GPL vmlinux 0xb2e8d2cd irq_domain_associate_many +EXPORT_SYMBOL_GPL vmlinux 0xb2f786e7 xenbus_dev_suspend +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 0xb3194482 dev_pm_opp_remove +EXPORT_SYMBOL_GPL vmlinux 0xb32e6feb sampling_rate_store +EXPORT_SYMBOL_GPL vmlinux 0xb3343ad8 pinconf_generic_dump_config +EXPORT_SYMBOL_GPL vmlinux 0xb347a854 led_trigger_rename_static +EXPORT_SYMBOL_GPL vmlinux 0xb36399d5 nd_region_provider_data +EXPORT_SYMBOL_GPL vmlinux 0xb370af3c pci_check_and_mask_intx +EXPORT_SYMBOL_GPL vmlinux 0xb3790453 devlink_port_init +EXPORT_SYMBOL_GPL vmlinux 0xb37bc6fa serdev_device_set_flow_control +EXPORT_SYMBOL_GPL vmlinux 0xb3823413 crypto_register_aead +EXPORT_SYMBOL_GPL vmlinux 0xb39dbc61 acpi_subsys_restore_early +EXPORT_SYMBOL_GPL vmlinux 0xb3b09560 __rio_local_write_config_32 +EXPORT_SYMBOL_GPL vmlinux 0xb3d92744 phy_validate +EXPORT_SYMBOL_GPL vmlinux 0xb3e12699 __devm_of_phy_provider_register +EXPORT_SYMBOL_GPL vmlinux 0xb3e5bc14 ata_noop_qc_prep +EXPORT_SYMBOL_GPL vmlinux 0xb3f13b3c regulator_unregister_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0xb3fd8fe6 kernel_read_file_from_path +EXPORT_SYMBOL_GPL vmlinux 0xb40d673e zynqmp_pm_pinctrl_request +EXPORT_SYMBOL_GPL vmlinux 0xb418f4eb kobject_uevent_env +EXPORT_SYMBOL_GPL vmlinux 0xb41cadbf devm_regmap_add_irq_chip_fwnode +EXPORT_SYMBOL_GPL vmlinux 0xb4230368 irq_domain_translate_twocell +EXPORT_SYMBOL_GPL vmlinux 0xb424148d devm_spi_mem_dirmap_destroy +EXPORT_SYMBOL_GPL vmlinux 0xb425dba0 devm_gpiod_unhinge +EXPORT_SYMBOL_GPL vmlinux 0xb43d3b37 device_remove_bin_file +EXPORT_SYMBOL_GPL vmlinux 0xb43f9365 ktime_get +EXPORT_SYMBOL_GPL vmlinux 0xb440d065 fat_free_clusters +EXPORT_SYMBOL_GPL vmlinux 0xb4429b64 acpi_dev_resource_ext_address_space +EXPORT_SYMBOL_GPL vmlinux 0xb4454d5b pciserial_init_ports +EXPORT_SYMBOL_GPL vmlinux 0xb445880b fsnotify_add_mark +EXPORT_SYMBOL_GPL vmlinux 0xb44e18ea audit_enabled +EXPORT_SYMBOL_GPL vmlinux 0xb450b5e6 cpci_hp_unregister_controller +EXPORT_SYMBOL_GPL vmlinux 0xb4725298 vfs_test_lock +EXPORT_SYMBOL_GPL vmlinux 0xb4867269 blk_mq_end_request_batch +EXPORT_SYMBOL_GPL vmlinux 0xb48f0638 software_node_register +EXPORT_SYMBOL_GPL vmlinux 0xb48f3499 xlnx_register_event +EXPORT_SYMBOL_GPL vmlinux 0xb493f78f __devm_clk_hw_register_divider +EXPORT_SYMBOL_GPL vmlinux 0xb49c5ace ata_scsi_port_error_handler +EXPORT_SYMBOL_GPL vmlinux 0xb4a12477 nvdimm_pmem_region_create +EXPORT_SYMBOL_GPL vmlinux 0xb4b4c95b acpi_subsys_runtime_resume +EXPORT_SYMBOL_GPL vmlinux 0xb4b7b64d led_trigger_register +EXPORT_SYMBOL_GPL vmlinux 0xb4b97c90 pvclock_gtod_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0xb4be29fa inet_ehash_nolisten +EXPORT_SYMBOL_GPL vmlinux 0xb4d1e3fc device_match_any +EXPORT_SYMBOL_GPL vmlinux 0xb4ea7cf7 kgdb_connected +EXPORT_SYMBOL_GPL vmlinux 0xb4eda0da ring_buffer_event_length +EXPORT_SYMBOL_GPL vmlinux 0xb4fe0146 spi_finalize_current_message +EXPORT_SYMBOL_GPL vmlinux 0xb501b2df nd_cmd_dimm_desc +EXPORT_SYMBOL_GPL vmlinux 0xb50446f7 blk_abort_request +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 0xb52c019e phy_speed_down +EXPORT_SYMBOL_GPL vmlinux 0xb5396c76 rockchip_pcie_get_phys +EXPORT_SYMBOL_GPL vmlinux 0xb55139f6 HUF_readStats +EXPORT_SYMBOL_GPL vmlinux 0xb5579a02 mtk_clk_unregister_cpumuxes +EXPORT_SYMBOL_GPL vmlinux 0xb55de460 HYPERVISOR_dm_op +EXPORT_SYMBOL_GPL vmlinux 0xb561c490 mpi_mul +EXPORT_SYMBOL_GPL vmlinux 0xb5655453 tcp_rate_check_app_limited +EXPORT_SYMBOL_GPL vmlinux 0xb56a5738 pm_generic_resume +EXPORT_SYMBOL_GPL vmlinux 0xb56ed306 crypto_rng_reset +EXPORT_SYMBOL_GPL vmlinux 0xb580c8ca transport_setup_device +EXPORT_SYMBOL_GPL vmlinux 0xb58c1bb9 edac_mc_del_mc +EXPORT_SYMBOL_GPL vmlinux 0xb592d904 __gfn_to_pfn_memslot +EXPORT_SYMBOL_GPL vmlinux 0xb5a83e35 gnttab_setup_auto_xlat_frames +EXPORT_SYMBOL_GPL vmlinux 0xb5a8c226 acpi_gsi_to_irq +EXPORT_SYMBOL_GPL vmlinux 0xb5b6fb04 hv_get_vpreg +EXPORT_SYMBOL_GPL vmlinux 0xb5c29677 mptcp_subflow_init_cookie_req +EXPORT_SYMBOL_GPL vmlinux 0xb5ce8f9e kthread_queue_delayed_work +EXPORT_SYMBOL_GPL vmlinux 0xb5d6e441 __traceiter_pelt_irq_tp +EXPORT_SYMBOL_GPL vmlinux 0xb600d772 tty_encode_baud_rate +EXPORT_SYMBOL_GPL vmlinux 0xb600e22b dst_cache_get_ip4 +EXPORT_SYMBOL_GPL vmlinux 0xb604141b virtio_check_mem_acc_cb +EXPORT_SYMBOL_GPL vmlinux 0xb605deaa imx_check_clk_hws +EXPORT_SYMBOL_GPL vmlinux 0xb60885e4 ata_port_abort +EXPORT_SYMBOL_GPL vmlinux 0xb60c3ac5 scsi_target_unblock +EXPORT_SYMBOL_GPL vmlinux 0xb60d9de2 xfrm_audit_policy_delete +EXPORT_SYMBOL_GPL vmlinux 0xb610fff9 pwmchip_remove +EXPORT_SYMBOL_GPL vmlinux 0xb61184e0 blk_mq_quiesce_queue_nowait +EXPORT_SYMBOL_GPL vmlinux 0xb6124b64 of_pci_get_devfn +EXPORT_SYMBOL_GPL vmlinux 0xb6261484 register_die_notifier +EXPORT_SYMBOL_GPL vmlinux 0xb62cd42f kill_dev_dax +EXPORT_SYMBOL_GPL vmlinux 0xb6357e53 cpuidle_enable_device +EXPORT_SYMBOL_GPL vmlinux 0xb6410433 mpi_addm +EXPORT_SYMBOL_GPL vmlinux 0xb64df0b1 crypto_grab_ahash +EXPORT_SYMBOL_GPL vmlinux 0xb650be90 phy_select_page +EXPORT_SYMBOL_GPL vmlinux 0xb655f91b pci_epc_get_next_free_bar +EXPORT_SYMBOL_GPL vmlinux 0xb65e1813 device_destroy +EXPORT_SYMBOL_GPL vmlinux 0xb66012da driver_find_device +EXPORT_SYMBOL_GPL vmlinux 0xb6787346 sfp_unregister_socket +EXPORT_SYMBOL_GPL vmlinux 0xb68aeb24 wm8350_clear_bits +EXPORT_SYMBOL_GPL vmlinux 0xb68dc494 fat_alloc_new_dir +EXPORT_SYMBOL_GPL vmlinux 0xb69271bc devm_watchdog_register_device +EXPORT_SYMBOL_GPL vmlinux 0xb69afbb0 devlink_linecard_deactivate +EXPORT_SYMBOL_GPL vmlinux 0xb6a7744f __traceiter_neigh_timer_handler +EXPORT_SYMBOL_GPL vmlinux 0xb6d27de6 __tracepoint_ata_bmdma_status +EXPORT_SYMBOL_GPL vmlinux 0xb6dc4df7 __fat_fs_error +EXPORT_SYMBOL_GPL vmlinux 0xb6df084d sbitmap_queue_get_shallow +EXPORT_SYMBOL_GPL vmlinux 0xb6e1a87d virtqueue_notify +EXPORT_SYMBOL_GPL vmlinux 0xb6e6d99d clk_disable +EXPORT_SYMBOL_GPL vmlinux 0xb6eb972d ata_sff_irq_on +EXPORT_SYMBOL_GPL vmlinux 0xb6ed42a1 pinctrl_utils_add_map_mux +EXPORT_SYMBOL_GPL vmlinux 0xb712c656 of_dma_controller_free +EXPORT_SYMBOL_GPL vmlinux 0xb71a4126 device_property_read_string +EXPORT_SYMBOL_GPL vmlinux 0xb72eb417 alloc_dax +EXPORT_SYMBOL_GPL vmlinux 0xb72ebb09 __account_locked_vm +EXPORT_SYMBOL_GPL vmlinux 0xb7329c06 clk_set_phase +EXPORT_SYMBOL_GPL vmlinux 0xb73713d7 nvmem_add_cell_lookups +EXPORT_SYMBOL_GPL vmlinux 0xb74c31cd wwan_remove_port +EXPORT_SYMBOL_GPL vmlinux 0xb754005b __traceiter_rpm_suspend +EXPORT_SYMBOL_GPL vmlinux 0xb7609968 devm_add_action +EXPORT_SYMBOL_GPL vmlinux 0xb76c70ee kvm_vcpu_yield_to +EXPORT_SYMBOL_GPL vmlinux 0xb76ce3f1 acpi_get_and_request_gpiod +EXPORT_SYMBOL_GPL vmlinux 0xb782c1a3 hv_get_vpreg_128 +EXPORT_SYMBOL_GPL vmlinux 0xb782c99e iomap_file_buffered_write_punch_delalloc +EXPORT_SYMBOL_GPL vmlinux 0xb786bf75 pci_write_msi_msg +EXPORT_SYMBOL_GPL vmlinux 0xb787326a icc_enable +EXPORT_SYMBOL_GPL vmlinux 0xb790e4ae device_property_read_string_array +EXPORT_SYMBOL_GPL vmlinux 0xb7946b9e nfs_ssc_register +EXPORT_SYMBOL_GPL vmlinux 0xb7a387fc synchronize_rcu_tasks_rude +EXPORT_SYMBOL_GPL vmlinux 0xb7addeb0 pse_controller_unregister +EXPORT_SYMBOL_GPL vmlinux 0xb7b17711 poll_state_synchronize_srcu +EXPORT_SYMBOL_GPL vmlinux 0xb7b95917 regmap_write +EXPORT_SYMBOL_GPL vmlinux 0xb7c69a63 unregister_vmap_purge_notifier +EXPORT_SYMBOL_GPL vmlinux 0xb7cc0cff __tracepoint_br_fdb_add +EXPORT_SYMBOL_GPL vmlinux 0xb7d7eab1 __devm_reset_control_get +EXPORT_SYMBOL_GPL vmlinux 0xb7f7a3f0 kthread_flush_worker +EXPORT_SYMBOL_GPL vmlinux 0xb7f990e9 rht_bucket_nested +EXPORT_SYMBOL_GPL vmlinux 0xb7ffc0db hwspin_lock_unregister +EXPORT_SYMBOL_GPL vmlinux 0xb80b2c24 sdio_align_size +EXPORT_SYMBOL_GPL vmlinux 0xb8273d0b __wake_up_sync +EXPORT_SYMBOL_GPL vmlinux 0xb83011c5 acpi_storage_d3 +EXPORT_SYMBOL_GPL vmlinux 0xb840ed25 __udp6_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0xb8493fe1 vfs_setlease +EXPORT_SYMBOL_GPL vmlinux 0xb8494dc1 ip_route_output_tunnel +EXPORT_SYMBOL_GPL vmlinux 0xb85042e5 gnttab_free_grant_reference_seq +EXPORT_SYMBOL_GPL vmlinux 0xb85e1820 devm_rtc_allocate_device +EXPORT_SYMBOL_GPL vmlinux 0xb87664cb fscrypt_limit_io_blocks +EXPORT_SYMBOL_GPL vmlinux 0xb8781582 imx_clk_hw_sscg_pll +EXPORT_SYMBOL_GPL vmlinux 0xb87f40fe cppc_set_enable +EXPORT_SYMBOL_GPL vmlinux 0xb887e37e ata_qc_get_active +EXPORT_SYMBOL_GPL vmlinux 0xb88dbfce irq_set_irqchip_state +EXPORT_SYMBOL_GPL vmlinux 0xb890f43d register_trace_event +EXPORT_SYMBOL_GPL vmlinux 0xb8993fac __tracepoint_remove_device_from_group +EXPORT_SYMBOL_GPL vmlinux 0xb89e69b1 jump_label_update_timeout +EXPORT_SYMBOL_GPL vmlinux 0xb89ff72c devm_of_phy_get +EXPORT_SYMBOL_GPL vmlinux 0xb8b3bab3 fixed_phy_change_carrier +EXPORT_SYMBOL_GPL vmlinux 0xb8b8c4f0 ti_sci_release_resource +EXPORT_SYMBOL_GPL vmlinux 0xb8bd7322 subsys_dev_iter_init +EXPORT_SYMBOL_GPL vmlinux 0xb8cd3a7f nf_logger_put +EXPORT_SYMBOL_GPL vmlinux 0xb8d22ce9 relay_late_setup_files +EXPORT_SYMBOL_GPL vmlinux 0xb8e69403 crypto_alloc_skcipher +EXPORT_SYMBOL_GPL vmlinux 0xb8f11603 idr_alloc +EXPORT_SYMBOL_GPL vmlinux 0xb8f32830 sfp_add_phy +EXPORT_SYMBOL_GPL vmlinux 0xb8f65da9 i2c_bus_type +EXPORT_SYMBOL_GPL vmlinux 0xb8fbbf99 regulator_register +EXPORT_SYMBOL_GPL vmlinux 0xb9076ab0 ata_eh_freeze_port +EXPORT_SYMBOL_GPL vmlinux 0xb912560d static_key_disable +EXPORT_SYMBOL_GPL vmlinux 0xb917b6d7 return_address +EXPORT_SYMBOL_GPL vmlinux 0xb9192b52 irq_chip_set_type_parent +EXPORT_SYMBOL_GPL vmlinux 0xb920c66a pci_generic_config_read32 +EXPORT_SYMBOL_GPL vmlinux 0xb9216d2e iommu_sva_find +EXPORT_SYMBOL_GPL vmlinux 0xb93b7875 ata_bmdma_qc_prep +EXPORT_SYMBOL_GPL vmlinux 0xb940d90d hte_enable_ts +EXPORT_SYMBOL_GPL vmlinux 0xb9413ffc dma_resv_iter_first +EXPORT_SYMBOL_GPL vmlinux 0xb948b035 rio_unlock_device +EXPORT_SYMBOL_GPL vmlinux 0xb94b9f49 tty_buffer_space_avail +EXPORT_SYMBOL_GPL vmlinux 0xb9502396 rio_map_inb_region +EXPORT_SYMBOL_GPL vmlinux 0xb96556ca anon_transport_class_unregister +EXPORT_SYMBOL_GPL vmlinux 0xb9681621 xdp_do_flush +EXPORT_SYMBOL_GPL vmlinux 0xb9824509 acpi_dev_state_d0 +EXPORT_SYMBOL_GPL vmlinux 0xb9852d11 __traceiter_mc_event +EXPORT_SYMBOL_GPL vmlinux 0xb99695cb nvdimm_bus_register +EXPORT_SYMBOL_GPL vmlinux 0xb99a3b00 sbitmap_queue_recalculate_wake_batch +EXPORT_SYMBOL_GPL vmlinux 0xb9a0970c xenbus_dev_is_online +EXPORT_SYMBOL_GPL vmlinux 0xb9b9df41 usb_amd_dev_put +EXPORT_SYMBOL_GPL vmlinux 0xb9be8f6a fscrypt_show_test_dummy_encryption +EXPORT_SYMBOL_GPL vmlinux 0xb9bfd09f usb_wakeup_enabled_descendants +EXPORT_SYMBOL_GPL vmlinux 0xb9c16f51 hv_max_vp_index +EXPORT_SYMBOL_GPL vmlinux 0xb9c2b4c5 phy_resolve_aneg_linkmode +EXPORT_SYMBOL_GPL vmlinux 0xb9c425de register_syscore_ops +EXPORT_SYMBOL_GPL vmlinux 0xb9ccd453 regulator_list_voltage_linear_range +EXPORT_SYMBOL_GPL vmlinux 0xb9d025c9 llist_del_first +EXPORT_SYMBOL_GPL vmlinux 0xb9f81a51 debugfs_create_x64 +EXPORT_SYMBOL_GPL vmlinux 0xba10a71d dev_pm_opp_init_cpufreq_table +EXPORT_SYMBOL_GPL vmlinux 0xba165620 fuse_dev_release +EXPORT_SYMBOL_GPL vmlinux 0xba220db7 __wake_up_sync_key +EXPORT_SYMBOL_GPL vmlinux 0xba2b7f64 cpufreq_generic_get +EXPORT_SYMBOL_GPL vmlinux 0xba3882df iomap_fiemap +EXPORT_SYMBOL_GPL vmlinux 0xba479402 tcpv6_prot +EXPORT_SYMBOL_GPL vmlinux 0xba4e9fe5 of_clk_hw_simple_get +EXPORT_SYMBOL_GPL vmlinux 0xba716f0d device_pm_wait_for_dev +EXPORT_SYMBOL_GPL vmlinux 0xba76b36a inet6_csk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0xba85bf63 icc_set_tag +EXPORT_SYMBOL_GPL vmlinux 0xba89a774 acpi_gpiochip_request_interrupts +EXPORT_SYMBOL_GPL vmlinux 0xba8c3f02 driver_for_each_device +EXPORT_SYMBOL_GPL vmlinux 0xba8d491d ahci_reset_em +EXPORT_SYMBOL_GPL vmlinux 0xba94bbcb dev_pm_disable_wake_irq +EXPORT_SYMBOL_GPL vmlinux 0xba96b348 phy_10gbit_fec_features +EXPORT_SYMBOL_GPL vmlinux 0xba9c7780 serdev_device_remove +EXPORT_SYMBOL_GPL vmlinux 0xbab9a9f0 maxim_charger_currents +EXPORT_SYMBOL_GPL vmlinux 0xbabbbe23 crypto_aes_set_key +EXPORT_SYMBOL_GPL vmlinux 0xbaf1ea59 devm_clk_bulk_get_optional +EXPORT_SYMBOL_GPL vmlinux 0xbaf22757 kvfree_call_rcu +EXPORT_SYMBOL_GPL vmlinux 0xbaf6850c fsnotify_wait_marks_destroyed +EXPORT_SYMBOL_GPL vmlinux 0xbb028ad3 rcu_gp_slow_register +EXPORT_SYMBOL_GPL vmlinux 0xbb098354 inet_hash_connect +EXPORT_SYMBOL_GPL vmlinux 0xbb0ab47b debug_locks +EXPORT_SYMBOL_GPL vmlinux 0xbb0b25d2 register_xenbus_watch +EXPORT_SYMBOL_GPL vmlinux 0xbb224eb6 dst_blackhole_redirect +EXPORT_SYMBOL_GPL vmlinux 0xbb24f372 __SCK__tp_func_attach_device_to_domain +EXPORT_SYMBOL_GPL vmlinux 0xbb27a448 pci_enable_pasid +EXPORT_SYMBOL_GPL vmlinux 0xbb2ae8e9 mtk_register_reset_controller_with_dev +EXPORT_SYMBOL_GPL vmlinux 0xbb3594d5 of_thermal_get_trip_points +EXPORT_SYMBOL_GPL vmlinux 0xbb4146b3 get_completed_synchronize_rcu +EXPORT_SYMBOL_GPL vmlinux 0xbb4280ab tps6586x_clr_bits +EXPORT_SYMBOL_GPL vmlinux 0xbb4d881d iomap_release_folio +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 0xbb78694b dmaengine_desc_set_metadata_len +EXPORT_SYMBOL_GPL vmlinux 0xbb7e9690 gfn_to_hva_memslot +EXPORT_SYMBOL_GPL vmlinux 0xbb8e712c crypto_register_aeads +EXPORT_SYMBOL_GPL vmlinux 0xbb8fccc6 shmem_file_setup_with_mnt +EXPORT_SYMBOL_GPL vmlinux 0xbb93eec5 ioasid_alloc +EXPORT_SYMBOL_GPL vmlinux 0xbb9a723c handle_fasteoi_irq +EXPORT_SYMBOL_GPL vmlinux 0xbba78cfb tty_port_register_device_attr_serdev +EXPORT_SYMBOL_GPL vmlinux 0xbbad80ea dev_pm_qos_add_ancestor_request +EXPORT_SYMBOL_GPL vmlinux 0xbbb213a6 __dma_request_channel +EXPORT_SYMBOL_GPL vmlinux 0xbbb4184e platform_device_add_resources +EXPORT_SYMBOL_GPL vmlinux 0xbbb4ab02 mtk_mutex_put +EXPORT_SYMBOL_GPL vmlinux 0xbbb64d71 devm_tegra_memory_controller_get +EXPORT_SYMBOL_GPL vmlinux 0xbbcae13d usb_mon_register +EXPORT_SYMBOL_GPL vmlinux 0xbbd057a8 genphy_c45_restart_aneg +EXPORT_SYMBOL_GPL vmlinux 0xbbd460be rtc_read_alarm +EXPORT_SYMBOL_GPL vmlinux 0xbbd50ad0 __spi_register_driver +EXPORT_SYMBOL_GPL vmlinux 0xbbe081f3 crypto_register_templates +EXPORT_SYMBOL_GPL vmlinux 0xbbe5611b crc64_rocksoft_update +EXPORT_SYMBOL_GPL vmlinux 0xbbe56404 sprint_OID +EXPORT_SYMBOL_GPL vmlinux 0xbbf7ae1f device_store_int +EXPORT_SYMBOL_GPL vmlinux 0xbbf82b6f zynqmp_pm_set_tcm_config +EXPORT_SYMBOL_GPL vmlinux 0xbc034c38 vcap_find_keystream_keysets +EXPORT_SYMBOL_GPL vmlinux 0xbc08dc4e dev_pm_opp_enable +EXPORT_SYMBOL_GPL vmlinux 0xbc0a4946 regmap_add_irq_chip_fwnode +EXPORT_SYMBOL_GPL vmlinux 0xbc1651a3 fsl_mc_obj_close +EXPORT_SYMBOL_GPL vmlinux 0xbc1cbb83 meson_clk_pll_ops +EXPORT_SYMBOL_GPL vmlinux 0xbc31167f uart_try_toggle_sysrq +EXPORT_SYMBOL_GPL vmlinux 0xbc314156 nop_mnt_idmap +EXPORT_SYMBOL_GPL vmlinux 0xbc315b6e platform_add_devices +EXPORT_SYMBOL_GPL vmlinux 0xbc32e8a7 init_uts_ns +EXPORT_SYMBOL_GPL vmlinux 0xbc3a48dc ahci_check_ready +EXPORT_SYMBOL_GPL vmlinux 0xbc3f2cb0 timecounter_cyc2time +EXPORT_SYMBOL_GPL vmlinux 0xbc55555d crypto_register_ahashes +EXPORT_SYMBOL_GPL vmlinux 0xbc573919 device_find_child_by_name +EXPORT_SYMBOL_GPL vmlinux 0xbc600dc9 preempt_model_voluntary +EXPORT_SYMBOL_GPL vmlinux 0xbc6bec66 free_percpu_irq +EXPORT_SYMBOL_GPL vmlinux 0xbc78da49 cpufreq_freq_transition_end +EXPORT_SYMBOL_GPL vmlinux 0xbc7f7a75 mmc_regulator_set_ocr +EXPORT_SYMBOL_GPL vmlinux 0xbc84e3cf devm_extcon_dev_allocate +EXPORT_SYMBOL_GPL vmlinux 0xbc862899 __mmdrop +EXPORT_SYMBOL_GPL vmlinux 0xbc8aee1b kvm_arch_ptp_get_crosststamp +EXPORT_SYMBOL_GPL vmlinux 0xbc9b8588 ehci_cf_port_reset_rwsem +EXPORT_SYMBOL_GPL vmlinux 0xbc9bb1d9 of_resolve_phandles +EXPORT_SYMBOL_GPL vmlinux 0xbca9771f of_genpd_add_subdomain +EXPORT_SYMBOL_GPL vmlinux 0xbcaab9d2 pinctrl_lookup_state +EXPORT_SYMBOL_GPL vmlinux 0xbcbe3339 devlink_set_features +EXPORT_SYMBOL_GPL vmlinux 0xbcc15e75 ktime_get_coarse_with_offset +EXPORT_SYMBOL_GPL vmlinux 0xbcc1a297 __clk_determine_rate +EXPORT_SYMBOL_GPL vmlinux 0xbccfe84f bio_add_zone_append_page +EXPORT_SYMBOL_GPL vmlinux 0xbcdd5b99 iommu_group_set_name +EXPORT_SYMBOL_GPL vmlinux 0xbce3cd40 check_move_unevictable_pages +EXPORT_SYMBOL_GPL vmlinux 0xbce787fe pci_hp_deregister +EXPORT_SYMBOL_GPL vmlinux 0xbcf1f0e6 zs_create_pool +EXPORT_SYMBOL_GPL vmlinux 0xbcf279ae copy_user_highpage +EXPORT_SYMBOL_GPL vmlinux 0xbcfa4080 usb_alloc_coherent +EXPORT_SYMBOL_GPL vmlinux 0xbd054451 extcon_find_edev_by_node +EXPORT_SYMBOL_GPL vmlinux 0xbd06f3a9 ata_get_cmd_name +EXPORT_SYMBOL_GPL vmlinux 0xbd1f6f46 virtqueue_enable_cb_delayed +EXPORT_SYMBOL_GPL vmlinux 0xbd24ba1d __nvdimm_create +EXPORT_SYMBOL_GPL vmlinux 0xbd347148 regulator_enable_regmap +EXPORT_SYMBOL_GPL vmlinux 0xbd39f8c2 devm_remove_action +EXPORT_SYMBOL_GPL vmlinux 0xbd3fe1e3 disable_hardirq +EXPORT_SYMBOL_GPL vmlinux 0xbd4506f5 query_asymmetric_key +EXPORT_SYMBOL_GPL vmlinux 0xbd50452b blk_req_needs_zone_write_lock +EXPORT_SYMBOL_GPL vmlinux 0xbd5704ec __tracepoint_xdp_bulk_tx +EXPORT_SYMBOL_GPL vmlinux 0xbd5bc7ec bio_start_io_acct +EXPORT_SYMBOL_GPL vmlinux 0xbd5da7c0 adp5520_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0xbd69b94c driver_register +EXPORT_SYMBOL_GPL vmlinux 0xbd6ae2c6 acpi_subsys_poweroff +EXPORT_SYMBOL_GPL vmlinux 0xbd6f6573 debugfs_real_fops +EXPORT_SYMBOL_GPL vmlinux 0xbd75599d spi_mem_dirmap_write +EXPORT_SYMBOL_GPL vmlinux 0xbd765109 perf_event_period +EXPORT_SYMBOL_GPL vmlinux 0xbd7aaaee add_memory +EXPORT_SYMBOL_GPL vmlinux 0xbd802d78 dev_pm_opp_get_max_clock_latency +EXPORT_SYMBOL_GPL vmlinux 0xbd812200 scsi_host_block +EXPORT_SYMBOL_GPL vmlinux 0xbd8264a3 crypto_comp_compress +EXPORT_SYMBOL_GPL vmlinux 0xbd899eec ahci_init_controller +EXPORT_SYMBOL_GPL vmlinux 0xbda04a91 cond_synchronize_rcu_expedited +EXPORT_SYMBOL_GPL vmlinux 0xbdb2217d hv_is_isolation_supported +EXPORT_SYMBOL_GPL vmlinux 0xbdb72342 __tracepoint_devlink_hwmsg +EXPORT_SYMBOL_GPL vmlinux 0xbdd15631 to_nd_region +EXPORT_SYMBOL_GPL vmlinux 0xbdda1b5f vmalloc_huge +EXPORT_SYMBOL_GPL vmlinux 0xbdda9a97 kernfs_put +EXPORT_SYMBOL_GPL vmlinux 0xbddc8fd0 dev_pm_get_subsys_data +EXPORT_SYMBOL_GPL vmlinux 0xbde43990 regmap_noinc_read +EXPORT_SYMBOL_GPL vmlinux 0xbded5df5 fscrypt_fname_siphash +EXPORT_SYMBOL_GPL vmlinux 0xbdfa5fe7 thermal_zone_get_offset +EXPORT_SYMBOL_GPL vmlinux 0xbe137c1e imx_fracn_gppll +EXPORT_SYMBOL_GPL vmlinux 0xbe1d790b regmap_get_raw_read_max +EXPORT_SYMBOL_GPL vmlinux 0xbe2bb998 phy_modify +EXPORT_SYMBOL_GPL vmlinux 0xbe32fe71 phy_power_on +EXPORT_SYMBOL_GPL vmlinux 0xbe3a8268 tc3589x_block_write +EXPORT_SYMBOL_GPL vmlinux 0xbe4017d6 of_pci_get_slot_power_limit +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 0xbe7b314a blk_queue_max_discard_segments +EXPORT_SYMBOL_GPL vmlinux 0xbe7cc231 task_cgroup_path +EXPORT_SYMBOL_GPL vmlinux 0xbe895286 power_supply_get_by_name +EXPORT_SYMBOL_GPL vmlinux 0xbe96936c ata_sas_tport_delete +EXPORT_SYMBOL_GPL vmlinux 0xbe96dfd8 of_reconfig_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0xbe9743b7 irq_domain_remove_sim +EXPORT_SYMBOL_GPL vmlinux 0xbe99d643 pinctrl_pm_select_idle_state +EXPORT_SYMBOL_GPL vmlinux 0xbe9a83d5 dw_pcie_write +EXPORT_SYMBOL_GPL vmlinux 0xbe9b8733 ata_scsi_unlock_native_capacity +EXPORT_SYMBOL_GPL vmlinux 0xbe9ed1c0 ahci_host_activate +EXPORT_SYMBOL_GPL vmlinux 0xbea59373 vcap_rule_add_action_bit +EXPORT_SYMBOL_GPL vmlinux 0xbea5ff1e static_key_initialized +EXPORT_SYMBOL_GPL vmlinux 0xbeb335b1 auxiliary_driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0xbeb7b7d3 __traceiter_rwmmio_read +EXPORT_SYMBOL_GPL vmlinux 0xbebe957c __percpu_init_rwsem +EXPORT_SYMBOL_GPL vmlinux 0xbec66c3a __apei_exec_run +EXPORT_SYMBOL_GPL vmlinux 0xbecc2146 param_set_bool_enable_only +EXPORT_SYMBOL_GPL vmlinux 0xbedb7314 iommu_dev_enable_feature +EXPORT_SYMBOL_GPL vmlinux 0xbf036dfb wait_on_page_writeback +EXPORT_SYMBOL_GPL vmlinux 0xbf041102 register_vt_notifier +EXPORT_SYMBOL_GPL vmlinux 0xbf0633a9 dpcon_get_attributes +EXPORT_SYMBOL_GPL vmlinux 0xbf174539 vchan_tx_submit +EXPORT_SYMBOL_GPL vmlinux 0xbf294b6b vp_modern_get_queue_size +EXPORT_SYMBOL_GPL vmlinux 0xbf2e2e71 housekeeping_enabled +EXPORT_SYMBOL_GPL vmlinux 0xbf39e572 clk_hw_get_name +EXPORT_SYMBOL_GPL vmlinux 0xbf41131f tegra_bpmp_transfer +EXPORT_SYMBOL_GPL vmlinux 0xbf4513c3 devlink_linecard_activate +EXPORT_SYMBOL_GPL vmlinux 0xbf4db8e1 __irq_domain_alloc_irqs +EXPORT_SYMBOL_GPL vmlinux 0xbf520981 vp_legacy_get_features +EXPORT_SYMBOL_GPL vmlinux 0xbf6476b0 tcp_plb_update_state_upon_rto +EXPORT_SYMBOL_GPL vmlinux 0xbf7068f9 serial8250_modem_status +EXPORT_SYMBOL_GPL vmlinux 0xbf7fb162 rio_route_clr_table +EXPORT_SYMBOL_GPL vmlinux 0xbf80516f pci_vpd_alloc +EXPORT_SYMBOL_GPL vmlinux 0xbf839456 xen_remap_vma_range +EXPORT_SYMBOL_GPL vmlinux 0xbf8d3bab kernel_kobj +EXPORT_SYMBOL_GPL vmlinux 0xbf910b83 uart_xchar_out +EXPORT_SYMBOL_GPL vmlinux 0xbf91e735 scsi_schedule_eh +EXPORT_SYMBOL_GPL vmlinux 0xbf93eaad wbt_enable_default +EXPORT_SYMBOL_GPL vmlinux 0xbf9e54bc pcie_port_bus_type +EXPORT_SYMBOL_GPL vmlinux 0xbfa05af7 mtk_clk_register_muxes +EXPORT_SYMBOL_GPL vmlinux 0xbfb774b9 unregister_virtio_driver +EXPORT_SYMBOL_GPL vmlinux 0xbfbc5434 pciserial_resume_ports +EXPORT_SYMBOL_GPL vmlinux 0xbfc10f98 sfp_bus_find_fwnode +EXPORT_SYMBOL_GPL vmlinux 0xbfc50569 usb_put_hcd +EXPORT_SYMBOL_GPL vmlinux 0xbfcefa4d crypto_alg_mod_lookup +EXPORT_SYMBOL_GPL vmlinux 0xbfd49a91 da9052_request_irq +EXPORT_SYMBOL_GPL vmlinux 0xbfe4a36b __traceiter_neigh_cleanup_and_release +EXPORT_SYMBOL_GPL vmlinux 0xbfe5616d tick_broadcast_oneshot_control +EXPORT_SYMBOL_GPL vmlinux 0xbfed2cd9 __wait_rcu_gp +EXPORT_SYMBOL_GPL vmlinux 0xbfeee7cd perf_aux_output_skip +EXPORT_SYMBOL_GPL vmlinux 0xc00b0c51 imx_pinctrl_probe +EXPORT_SYMBOL_GPL vmlinux 0xc01a1d6f sch_frag_xmit_hook +EXPORT_SYMBOL_GPL vmlinux 0xc031eb8f trace_array_destroy +EXPORT_SYMBOL_GPL vmlinux 0xc046cf84 imx93_clk_gate +EXPORT_SYMBOL_GPL vmlinux 0xc04bd151 serial8250_rx_dma_flush +EXPORT_SYMBOL_GPL vmlinux 0xc05baf87 pci_epc_destroy +EXPORT_SYMBOL_GPL vmlinux 0xc05cee80 ipi_get_hwirq +EXPORT_SYMBOL_GPL vmlinux 0xc06f301b fsl_mc_object_free +EXPORT_SYMBOL_GPL vmlinux 0xc06f9baa mmc_poll_for_busy +EXPORT_SYMBOL_GPL vmlinux 0xc071b3c5 trace_seq_putmem +EXPORT_SYMBOL_GPL vmlinux 0xc074395e __phy_modify_mmd_changed +EXPORT_SYMBOL_GPL vmlinux 0xc0894f0d pci_bus_max_busnr +EXPORT_SYMBOL_GPL vmlinux 0xc0903797 clk_hw_set_parent +EXPORT_SYMBOL_GPL vmlinux 0xc090c376 net_selftest_get_strings +EXPORT_SYMBOL_GPL vmlinux 0xc091385b pci_sriov_configure_simple +EXPORT_SYMBOL_GPL vmlinux 0xc0a3d155 k3_udma_glue_rx_get_flow_id_base +EXPORT_SYMBOL_GPL vmlinux 0xc0a46f11 mtk_alloc_clk_data +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 0xc0bf77e7 ata_host_alloc_pinfo +EXPORT_SYMBOL_GPL vmlinux 0xc0d7c25e sdio_release_host +EXPORT_SYMBOL_GPL vmlinux 0xc0dcb59e edac_layer_name +EXPORT_SYMBOL_GPL vmlinux 0xc0f0458a ip_tunnel_unneed_metadata +EXPORT_SYMBOL_GPL vmlinux 0xc1086e0c sysrq_toggle_support +EXPORT_SYMBOL_GPL vmlinux 0xc10c4663 crypto_register_kpp +EXPORT_SYMBOL_GPL vmlinux 0xc10fddb8 name_to_dev_t +EXPORT_SYMBOL_GPL vmlinux 0xc11fbafe dm_copy_name_and_uuid +EXPORT_SYMBOL_GPL vmlinux 0xc1204504 fscrypt_add_test_dummy_key +EXPORT_SYMBOL_GPL vmlinux 0xc1457be1 fib_rules_dump +EXPORT_SYMBOL_GPL vmlinux 0xc14aa894 kthread_mod_delayed_work +EXPORT_SYMBOL_GPL vmlinux 0xc14de64b crypto_create_tfm_node +EXPORT_SYMBOL_GPL vmlinux 0xc14e21bf mmput_async +EXPORT_SYMBOL_GPL vmlinux 0xc14eca32 ata_pio_need_iordy +EXPORT_SYMBOL_GPL vmlinux 0xc14f7616 __SCK__tp_func_rwmmio_post_write +EXPORT_SYMBOL_GPL vmlinux 0xc1631712 phy_get_rate_matching +EXPORT_SYMBOL_GPL vmlinux 0xc17206cb sk_msg_recvmsg +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 0xc185a47d gpiod_get_from_of_node +EXPORT_SYMBOL_GPL vmlinux 0xc189602c cpufreq_generic_attr +EXPORT_SYMBOL_GPL vmlinux 0xc19fab00 debugfs_create_x32 +EXPORT_SYMBOL_GPL vmlinux 0xc1a0eafd usb_disable_lpm +EXPORT_SYMBOL_GPL vmlinux 0xc1bccb39 sysfs_file_change_owner +EXPORT_SYMBOL_GPL vmlinux 0xc1c6b39f cpufreq_frequency_table_get_index +EXPORT_SYMBOL_GPL vmlinux 0xc1d15a4c phylink_set_port_modes +EXPORT_SYMBOL_GPL vmlinux 0xc1dce028 k3_udma_glue_reset_tx_chn +EXPORT_SYMBOL_GPL vmlinux 0xc1ddf344 i2c_recover_bus +EXPORT_SYMBOL_GPL vmlinux 0xc1e6986e interval_tree_span_iter_first +EXPORT_SYMBOL_GPL vmlinux 0xc1eacbb1 ahash_register_instance +EXPORT_SYMBOL_GPL vmlinux 0xc1f0c874 vfs_inode_has_locks +EXPORT_SYMBOL_GPL vmlinux 0xc1f1fbcd mtk_pinconf_drive_set_rev1 +EXPORT_SYMBOL_GPL vmlinux 0xc1f3cf29 usb_sg_init +EXPORT_SYMBOL_GPL vmlinux 0xc1fa9160 pci_generic_config_read +EXPORT_SYMBOL_GPL vmlinux 0xc1fd0840 phy_10gbit_features +EXPORT_SYMBOL_GPL vmlinux 0xc20b2a46 crypto_shash_tfm_digest +EXPORT_SYMBOL_GPL vmlinux 0xc214d354 acpi_dev_resume +EXPORT_SYMBOL_GPL vmlinux 0xc215df0b aead_exit_geniv +EXPORT_SYMBOL_GPL vmlinux 0xc220e3a2 gpiochip_add_pin_range +EXPORT_SYMBOL_GPL vmlinux 0xc22a3091 vm_unmap_aliases +EXPORT_SYMBOL_GPL vmlinux 0xc2331c19 wm831x_reg_unlock +EXPORT_SYMBOL_GPL vmlinux 0xc2368ea5 ata_xfer_mask2mode +EXPORT_SYMBOL_GPL vmlinux 0xc2457cc9 __traceiter_block_rq_remap +EXPORT_SYMBOL_GPL vmlinux 0xc2472388 tegra210_clk_emc_update_setting +EXPORT_SYMBOL_GPL vmlinux 0xc253d98f component_compare_dev +EXPORT_SYMBOL_GPL vmlinux 0xc25b8971 hv_remove_crash_handler +EXPORT_SYMBOL_GPL vmlinux 0xc25ca5cd register_btf_fmodret_id_set +EXPORT_SYMBOL_GPL vmlinux 0xc2692173 wakeup_sources_read_lock +EXPORT_SYMBOL_GPL vmlinux 0xc27afb97 unix_inq_len +EXPORT_SYMBOL_GPL vmlinux 0xc289e46d cpufreq_generic_frequency_table_verify +EXPORT_SYMBOL_GPL vmlinux 0xc2989b19 dev_pm_opp_set_sharing_cpus +EXPORT_SYMBOL_GPL vmlinux 0xc2a3e570 errata +EXPORT_SYMBOL_GPL vmlinux 0xc2a6c358 pci_p2pmem_publish +EXPORT_SYMBOL_GPL vmlinux 0xc2a814db tcp_memory_pressure +EXPORT_SYMBOL_GPL vmlinux 0xc2b59d78 pci_epf_create +EXPORT_SYMBOL_GPL vmlinux 0xc2b9773a __tracepoint_neigh_update_done +EXPORT_SYMBOL_GPL vmlinux 0xc2c1c427 perf_event_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0xc2d1c7a6 fsl_mc_obj_open +EXPORT_SYMBOL_GPL vmlinux 0xc2d949bc ethnl_cable_test_result +EXPORT_SYMBOL_GPL vmlinux 0xc2de27ca hest_disable +EXPORT_SYMBOL_GPL vmlinux 0xc302e007 debugfs_attr_write +EXPORT_SYMBOL_GPL vmlinux 0xc316d4ae security_kernel_read_file +EXPORT_SYMBOL_GPL vmlinux 0xc33f0ff2 tcp_plb_update_state +EXPORT_SYMBOL_GPL vmlinux 0xc340e246 zynqmp_pm_request_node +EXPORT_SYMBOL_GPL vmlinux 0xc341ae6d zs_map_object +EXPORT_SYMBOL_GPL vmlinux 0xc342b6f8 gpiod_set_debounce +EXPORT_SYMBOL_GPL vmlinux 0xc3508820 fib4_rule_default +EXPORT_SYMBOL_GPL vmlinux 0xc35669f0 irq_find_matching_fwspec +EXPORT_SYMBOL_GPL vmlinux 0xc3636c94 dm_noflush_suspending +EXPORT_SYMBOL_GPL vmlinux 0xc3708747 trace_vprintk +EXPORT_SYMBOL_GPL vmlinux 0xc372135d do_tcp_sendpages +EXPORT_SYMBOL_GPL vmlinux 0xc3805cd1 fs_ftype_to_dtype +EXPORT_SYMBOL_GPL vmlinux 0xc3829fa1 thermal_of_cooling_device_register +EXPORT_SYMBOL_GPL vmlinux 0xc3848c75 percpu_up_write +EXPORT_SYMBOL_GPL vmlinux 0xc3876c1a hv_isolation_type_snp +EXPORT_SYMBOL_GPL vmlinux 0xc3997d9d mpi_read_raw_from_sgl +EXPORT_SYMBOL_GPL vmlinux 0xc3a57608 xenbus_switch_state +EXPORT_SYMBOL_GPL vmlinux 0xc3c23f8d bus_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0xc3c339b1 devfreq_event_remove_edev +EXPORT_SYMBOL_GPL vmlinux 0xc3c4c6cc hash_algo_name +EXPORT_SYMBOL_GPL vmlinux 0xc3cd6929 dma_fence_unwrap_first +EXPORT_SYMBOL_GPL vmlinux 0xc3de65ff ring_buffer_bytes_cpu +EXPORT_SYMBOL_GPL vmlinux 0xc3def694 xfrm_dev_state_add +EXPORT_SYMBOL_GPL vmlinux 0xc3e2850c tty_register_device_attr +EXPORT_SYMBOL_GPL vmlinux 0xc3e44d84 blk_insert_cloned_request +EXPORT_SYMBOL_GPL vmlinux 0xc3ea5305 iommu_default_passthrough +EXPORT_SYMBOL_GPL vmlinux 0xc3fa5f07 pstore_register +EXPORT_SYMBOL_GPL vmlinux 0xc3fc962e perf_aux_output_end +EXPORT_SYMBOL_GPL vmlinux 0xc3fee460 sbitmap_bitmap_show +EXPORT_SYMBOL_GPL vmlinux 0xc3ff43a3 i2c_dw_acpi_configure +EXPORT_SYMBOL_GPL vmlinux 0xc40ae856 usb_phy_set_event +EXPORT_SYMBOL_GPL vmlinux 0xc41f651e __blk_trace_note_message +EXPORT_SYMBOL_GPL vmlinux 0xc428068d sata_deb_timing_long +EXPORT_SYMBOL_GPL vmlinux 0xc428f22e crypto_unregister_algs +EXPORT_SYMBOL_GPL vmlinux 0xc42dbf2a vcap_rule_mod_key_u32 +EXPORT_SYMBOL_GPL vmlinux 0xc439c5bc fuse_file_poll +EXPORT_SYMBOL_GPL vmlinux 0xc447aef9 mbox_send_message +EXPORT_SYMBOL_GPL vmlinux 0xc44992ee devlink_param_driverinit_value_get +EXPORT_SYMBOL_GPL vmlinux 0xc44afc48 pse_ethtool_set_config +EXPORT_SYMBOL_GPL vmlinux 0xc44b9c84 devl_resources_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc454fc7b twl_get_type +EXPORT_SYMBOL_GPL vmlinux 0xc46324f6 dynevent_create +EXPORT_SYMBOL_GPL vmlinux 0xc46acf96 iomap_is_partially_uptodate +EXPORT_SYMBOL_GPL vmlinux 0xc46e9ac2 ahci_pmp_retry_srst_ops +EXPORT_SYMBOL_GPL vmlinux 0xc471c67a twl4030_audio_disable_resource +EXPORT_SYMBOL_GPL vmlinux 0xc47a90b9 bpf_fentry_test1 +EXPORT_SYMBOL_GPL vmlinux 0xc498bdc9 devlink_register +EXPORT_SYMBOL_GPL vmlinux 0xc49ba1fb nvdimm_bus_check_dimm_count +EXPORT_SYMBOL_GPL vmlinux 0xc49e81fe file_ra_state_init +EXPORT_SYMBOL_GPL vmlinux 0xc4a31146 rdma_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0xc4a315d3 pm_runtime_get_if_active +EXPORT_SYMBOL_GPL vmlinux 0xc4a72936 trusted_tpm_send +EXPORT_SYMBOL_GPL vmlinux 0xc4dd3868 pm_generic_thaw_noirq +EXPORT_SYMBOL_GPL vmlinux 0xc4eb14a8 device_get_next_child_node +EXPORT_SYMBOL_GPL vmlinux 0xc4f0da12 ktime_get_with_offset +EXPORT_SYMBOL_GPL vmlinux 0xc50a2f3f get_device_system_crosststamp +EXPORT_SYMBOL_GPL vmlinux 0xc5116c1d tegra_bpmp_get +EXPORT_SYMBOL_GPL vmlinux 0xc51450c6 imx_ccm_lock +EXPORT_SYMBOL_GPL vmlinux 0xc5209b97 xfrm_bpf_md_dst +EXPORT_SYMBOL_GPL vmlinux 0xc539e4f5 gpiochip_line_is_valid +EXPORT_SYMBOL_GPL vmlinux 0xc53f8718 devlink_region_create +EXPORT_SYMBOL_GPL vmlinux 0xc552d7df vfs_fallocate +EXPORT_SYMBOL_GPL vmlinux 0xc5604800 clk_set_rate_exclusive +EXPORT_SYMBOL_GPL vmlinux 0xc569d8ce __clk_get_name +EXPORT_SYMBOL_GPL vmlinux 0xc57093f2 ata_sff_postreset +EXPORT_SYMBOL_GPL vmlinux 0xc575c737 debug_locks_off +EXPORT_SYMBOL_GPL vmlinux 0xc5777fca linear_range_get_selector_low_array +EXPORT_SYMBOL_GPL vmlinux 0xc584f000 max8997_update_reg +EXPORT_SYMBOL_GPL vmlinux 0xc58664f0 thermal_zone_get_temp +EXPORT_SYMBOL_GPL vmlinux 0xc5879668 switchdev_port_obj_add +EXPORT_SYMBOL_GPL vmlinux 0xc58a3ee6 icc_node_destroy +EXPORT_SYMBOL_GPL vmlinux 0xc5a5c678 uart_parse_earlycon +EXPORT_SYMBOL_GPL vmlinux 0xc5a9f7e0 pci_rescan_bus +EXPORT_SYMBOL_GPL vmlinux 0xc5b791f3 pm_genpd_add_subdomain +EXPORT_SYMBOL_GPL vmlinux 0xc5ca5a0e dma_request_chan_by_mask +EXPORT_SYMBOL_GPL vmlinux 0xc5da0d4a led_stop_software_blink +EXPORT_SYMBOL_GPL vmlinux 0xc5e44b27 rockchip_pcie_init_port +EXPORT_SYMBOL_GPL vmlinux 0xc5fb092f filemap_read +EXPORT_SYMBOL_GPL vmlinux 0xc60763d2 nd_cmd_out_size +EXPORT_SYMBOL_GPL vmlinux 0xc6172522 lwtunnel_cmp_encap +EXPORT_SYMBOL_GPL vmlinux 0xc617f82c unregister_oom_notifier +EXPORT_SYMBOL_GPL vmlinux 0xc61c5edb crypto_wait_for_test +EXPORT_SYMBOL_GPL vmlinux 0xc6250576 ZSTD_isError +EXPORT_SYMBOL_GPL vmlinux 0xc62611e1 scatterwalk_map_and_copy +EXPORT_SYMBOL_GPL vmlinux 0xc644eb36 synchronize_srcu_expedited +EXPORT_SYMBOL_GPL vmlinux 0xc64836d6 sched_show_task +EXPORT_SYMBOL_GPL vmlinux 0xc64b3d96 __rio_local_read_config_8 +EXPORT_SYMBOL_GPL vmlinux 0xc64fd66a add_hwgenerator_randomness +EXPORT_SYMBOL_GPL vmlinux 0xc6572a90 xenbus_read_unsigned +EXPORT_SYMBOL_GPL vmlinux 0xc658a020 tty_kclose +EXPORT_SYMBOL_GPL vmlinux 0xc65eeaac mtk_clk_gate_ops_no_setclr +EXPORT_SYMBOL_GPL vmlinux 0xc66019cc xen_resume_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc662ecda __tracepoint_br_fdb_external_learn_add +EXPORT_SYMBOL_GPL vmlinux 0xc66b77b1 iommu_group_set_iommudata +EXPORT_SYMBOL_GPL vmlinux 0xc66ca1a2 fw_devlink_purge_absent_suppliers +EXPORT_SYMBOL_GPL vmlinux 0xc6779093 ring_buffer_record_enable +EXPORT_SYMBOL_GPL vmlinux 0xc688468c cpufreq_unregister_driver +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 0xc6ad0400 devl_trap_groups_register +EXPORT_SYMBOL_GPL vmlinux 0xc6ae571c regulator_map_voltage_ascend +EXPORT_SYMBOL_GPL vmlinux 0xc6be8fb2 nf_hook_entries_insert_raw +EXPORT_SYMBOL_GPL vmlinux 0xc6c7dd65 gpiochip_remove_pin_ranges +EXPORT_SYMBOL_GPL vmlinux 0xc6cc07f8 pse_controller_register +EXPORT_SYMBOL_GPL vmlinux 0xc6d0b976 devm_devfreq_event_remove_edev +EXPORT_SYMBOL_GPL vmlinux 0xc6def34b gnttab_empty_grant_references +EXPORT_SYMBOL_GPL vmlinux 0xc6e5bcf3 linear_range_get_selector_within +EXPORT_SYMBOL_GPL vmlinux 0xc7061ef3 iova_cache_put +EXPORT_SYMBOL_GPL vmlinux 0xc7166ffd iommu_map_sg +EXPORT_SYMBOL_GPL vmlinux 0xc71bad5a cpufreq_dbs_governor_init +EXPORT_SYMBOL_GPL vmlinux 0xc71f7cc1 __traceiter_block_split +EXPORT_SYMBOL_GPL vmlinux 0xc7224d2f devl_sb_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc724e5c9 phy_pm_runtime_allow +EXPORT_SYMBOL_GPL vmlinux 0xc72cd7c3 spi_finalize_current_transfer +EXPORT_SYMBOL_GPL vmlinux 0xc733268a __pm_runtime_idle +EXPORT_SYMBOL_GPL vmlinux 0xc73e6a21 clk_mux_ro_ops +EXPORT_SYMBOL_GPL vmlinux 0xc740ded2 __pm_runtime_disable +EXPORT_SYMBOL_GPL vmlinux 0xc74e50ee usb_add_phy_dev +EXPORT_SYMBOL_GPL vmlinux 0xc769572a mtk_clk_unregister_plls +EXPORT_SYMBOL_GPL vmlinux 0xc77a86d6 unregister_nvdimm_pmu +EXPORT_SYMBOL_GPL vmlinux 0xc7856e74 __wake_up_locked_sync_key +EXPORT_SYMBOL_GPL vmlinux 0xc790abed __skb_get_hash_symmetric +EXPORT_SYMBOL_GPL vmlinux 0xc7991310 regulator_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc7a1840e llist_add_batch +EXPORT_SYMBOL_GPL vmlinux 0xc7a42566 device_get_phy_mode +EXPORT_SYMBOL_GPL vmlinux 0xc7a7e770 clk_bulk_enable +EXPORT_SYMBOL_GPL vmlinux 0xc7a92597 class_create_file_ns +EXPORT_SYMBOL_GPL vmlinux 0xc7bca19e event_triggers_call +EXPORT_SYMBOL_GPL vmlinux 0xc7bd839b fuse_conn_destroy +EXPORT_SYMBOL_GPL vmlinux 0xc7c23ff0 xenbus_exists +EXPORT_SYMBOL_GPL vmlinux 0xc7c267cd pci_find_vsec_capability +EXPORT_SYMBOL_GPL vmlinux 0xc7c650e9 usb_phy_roothub_resume +EXPORT_SYMBOL_GPL vmlinux 0xc7e64fc2 asn1_encode_integer +EXPORT_SYMBOL_GPL vmlinux 0xc7ecb190 disk_alloc_independent_access_ranges +EXPORT_SYMBOL_GPL vmlinux 0xc7f6ecb1 gpiochip_disable_irq +EXPORT_SYMBOL_GPL vmlinux 0xc7fa4aa9 kobj_ns_drop +EXPORT_SYMBOL_GPL vmlinux 0xc7ff5ec5 sk_free_unlock_clone +EXPORT_SYMBOL_GPL vmlinux 0xc80f8e4a devlink_resource_occ_get_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc8155041 iopf_queue_flush_dev +EXPORT_SYMBOL_GPL vmlinux 0xc8177626 __traceiter_add_device_to_group +EXPORT_SYMBOL_GPL vmlinux 0xc81b3aa2 acpi_dev_get_resources +EXPORT_SYMBOL_GPL vmlinux 0xc824453d __mmc_send_status +EXPORT_SYMBOL_GPL vmlinux 0xc828b597 bpf_offload_dev_netdev_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc82b3a88 __SCK__tp_func_rpm_resume +EXPORT_SYMBOL_GPL vmlinux 0xc82c721f klist_remove +EXPORT_SYMBOL_GPL vmlinux 0xc83029c8 wakeup_source_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc831c646 iommu_device_sysfs_add +EXPORT_SYMBOL_GPL vmlinux 0xc8365710 ata_sff_tf_load +EXPORT_SYMBOL_GPL vmlinux 0xc83b1688 tegra_mc_write_emem_configuration +EXPORT_SYMBOL_GPL vmlinux 0xc84cd386 devm_power_supply_register +EXPORT_SYMBOL_GPL vmlinux 0xc8594d3d reset_control_acquire +EXPORT_SYMBOL_GPL vmlinux 0xc86056f8 xhci_run +EXPORT_SYMBOL_GPL vmlinux 0xc86e394d nvmem_cell_read_variable_le_u32 +EXPORT_SYMBOL_GPL vmlinux 0xc87b6308 of_address_to_resource +EXPORT_SYMBOL_GPL vmlinux 0xc87dd725 k3_udma_glue_pop_rx_chn +EXPORT_SYMBOL_GPL vmlinux 0xc8834dce genphy_c45_pma_resume +EXPORT_SYMBOL_GPL vmlinux 0xc88cde2b bus_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc88dbefa clk_register +EXPORT_SYMBOL_GPL vmlinux 0xc8950e12 vcap_rule_find_keysets +EXPORT_SYMBOL_GPL vmlinux 0xc897578e acpi_match_device +EXPORT_SYMBOL_GPL vmlinux 0xc89dee61 dw8250_do_set_termios +EXPORT_SYMBOL_GPL vmlinux 0xc8bda677 device_remove_file_self +EXPORT_SYMBOL_GPL vmlinux 0xc8ddd5b5 kstrdup_quotable +EXPORT_SYMBOL_GPL vmlinux 0xc8e0200d acomp_request_free +EXPORT_SYMBOL_GPL vmlinux 0xc8f9ac6a dm_per_bio_data +EXPORT_SYMBOL_GPL vmlinux 0xc905402b log_write_mmio +EXPORT_SYMBOL_GPL vmlinux 0xc91fdf58 percpu_ref_is_zero +EXPORT_SYMBOL_GPL vmlinux 0xc930e1bb watchdog_register_device +EXPORT_SYMBOL_GPL vmlinux 0xc932e96f strp_done +EXPORT_SYMBOL_GPL vmlinux 0xc9345c0f digsig_verify +EXPORT_SYMBOL_GPL vmlinux 0xc93508c3 bus_remove_file +EXPORT_SYMBOL_GPL vmlinux 0xc938749f cdrom_multisession +EXPORT_SYMBOL_GPL vmlinux 0xc93b4e2b ohci_hub_status_data +EXPORT_SYMBOL_GPL vmlinux 0xc93ee1e7 usb_phy_roothub_init +EXPORT_SYMBOL_GPL vmlinux 0xc947528e xenbus_dev_cancel +EXPORT_SYMBOL_GPL vmlinux 0xc94d0179 iommu_fwspec_free +EXPORT_SYMBOL_GPL vmlinux 0xc94edb6d devm_create_dev_dax +EXPORT_SYMBOL_GPL vmlinux 0xc9529f21 init_dummy_netdev +EXPORT_SYMBOL_GPL vmlinux 0xc9561772 fb_destroy_modelist +EXPORT_SYMBOL_GPL vmlinux 0xc9608900 devm_gpiochip_add_data_with_key +EXPORT_SYMBOL_GPL vmlinux 0xc9641b48 visitor32 +EXPORT_SYMBOL_GPL vmlinux 0xc96fa8c0 mbox_chan_txdone +EXPORT_SYMBOL_GPL vmlinux 0xc9715630 __SCK__tp_func_ata_bmdma_status +EXPORT_SYMBOL_GPL vmlinux 0xc975ed32 pm_clk_add_clk +EXPORT_SYMBOL_GPL vmlinux 0xc9771a9e devm_acpi_dma_controller_register +EXPORT_SYMBOL_GPL vmlinux 0xc9827693 __bpf_call_base +EXPORT_SYMBOL_GPL vmlinux 0xc99c083a sdio_f0_readb +EXPORT_SYMBOL_GPL vmlinux 0xc99e8b1d phy_restore_page +EXPORT_SYMBOL_GPL vmlinux 0xc9aa39c9 proc_create_net_single_write +EXPORT_SYMBOL_GPL vmlinux 0xc9ab9597 edac_get_sysfs_subsys +EXPORT_SYMBOL_GPL vmlinux 0xc9ae540e ata_qc_complete +EXPORT_SYMBOL_GPL vmlinux 0xc9b0baaa of_property_read_u64 +EXPORT_SYMBOL_GPL vmlinux 0xc9bd7545 list_lru_count_one +EXPORT_SYMBOL_GPL vmlinux 0xc9c2b3d7 device_create_bin_file +EXPORT_SYMBOL_GPL vmlinux 0xc9c8a604 devm_mipi_dsi_attach +EXPORT_SYMBOL_GPL vmlinux 0xc9ce49d9 fs_kobj +EXPORT_SYMBOL_GPL vmlinux 0xc9ceea06 clk_has_parent +EXPORT_SYMBOL_GPL vmlinux 0xc9e25fbc pci_dev_lock +EXPORT_SYMBOL_GPL vmlinux 0xc9ec4e21 free_percpu +EXPORT_SYMBOL_GPL vmlinux 0xc9f17713 pm_clk_init +EXPORT_SYMBOL_GPL vmlinux 0xc9f661fc fscrypt_ioctl_get_nonce +EXPORT_SYMBOL_GPL vmlinux 0xc9fb00f7 pl320_ipc_transmit +EXPORT_SYMBOL_GPL vmlinux 0xc9fd634a usb_role_switch_put +EXPORT_SYMBOL_GPL vmlinux 0xca454a34 vt_get_leds +EXPORT_SYMBOL_GPL vmlinux 0xca500464 ZSTD_getErrorName +EXPORT_SYMBOL_GPL vmlinux 0xca526462 param_ops_bool_enable_only +EXPORT_SYMBOL_GPL vmlinux 0xca5722ec wm8350_reg_unlock +EXPORT_SYMBOL_GPL vmlinux 0xca6007be icc_put +EXPORT_SYMBOL_GPL vmlinux 0xca61ba71 skcipher_walk_complete +EXPORT_SYMBOL_GPL vmlinux 0xca7355cd genphy_c45_pma_baset1_setup_master_slave +EXPORT_SYMBOL_GPL vmlinux 0xca778923 crypto_stats_aead_encrypt +EXPORT_SYMBOL_GPL vmlinux 0xca7d8764 kthread_freezable_should_stop +EXPORT_SYMBOL_GPL vmlinux 0xca9a1d5e ring_buffer_free +EXPORT_SYMBOL_GPL vmlinux 0xca9c89d2 debugfs_file_get +EXPORT_SYMBOL_GPL vmlinux 0xcaad2c41 usb_driver_set_configuration +EXPORT_SYMBOL_GPL vmlinux 0xcaaff13f trace_array_set_clr_event +EXPORT_SYMBOL_GPL vmlinux 0xcab313fe mtk_clk_register_gates_with_dev +EXPORT_SYMBOL_GPL vmlinux 0xcabe04de cpuidle_resume_and_unlock +EXPORT_SYMBOL_GPL vmlinux 0xcac68c99 acpi_pci_check_ejectable +EXPORT_SYMBOL_GPL vmlinux 0xcacacc94 tpm_chip_bootstrap +EXPORT_SYMBOL_GPL vmlinux 0xcade1ee9 serial8250_release_dma +EXPORT_SYMBOL_GPL vmlinux 0xcae7ce5d fsl_mc_get_version +EXPORT_SYMBOL_GPL vmlinux 0xcaf1d958 evtchn_get +EXPORT_SYMBOL_GPL vmlinux 0xcafea1f9 folio_mkclean +EXPORT_SYMBOL_GPL vmlinux 0xcb03c5a7 device_property_match_string +EXPORT_SYMBOL_GPL vmlinux 0xcb0716ad invalidate_inode_pages2_range +EXPORT_SYMBOL_GPL vmlinux 0xcb186931 pkcs7_validate_trust +EXPORT_SYMBOL_GPL vmlinux 0xcb279f07 pci_assign_unassigned_bus_resources +EXPORT_SYMBOL_GPL vmlinux 0xcb2bfe2b nvmem_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0xcb434285 synth_event_create +EXPORT_SYMBOL_GPL vmlinux 0xcb561441 mem_dump_obj +EXPORT_SYMBOL_GPL vmlinux 0xcb615caf do_unregister_con_driver +EXPORT_SYMBOL_GPL vmlinux 0xcbaf399e nfs42_ssc_unregister +EXPORT_SYMBOL_GPL vmlinux 0xcbb26ac6 to_nvdimm_bus_dev +EXPORT_SYMBOL_GPL vmlinux 0xcbbbe06a gpiochip_irq_domain_deactivate +EXPORT_SYMBOL_GPL vmlinux 0xcbc5ccf3 pin_user_pages_fast_only +EXPORT_SYMBOL_GPL vmlinux 0xcbcf13f6 fsl_mc_obj_reset +EXPORT_SYMBOL_GPL vmlinux 0xcbe56bc2 zs_get_total_pages +EXPORT_SYMBOL_GPL vmlinux 0xcbf8043a dev_pm_opp_get_required_pstate +EXPORT_SYMBOL_GPL vmlinux 0xcc01c9ee mmu_notifier_put +EXPORT_SYMBOL_GPL vmlinux 0xcc0fd0a7 k3_ringacc_ring_push_head +EXPORT_SYMBOL_GPL vmlinux 0xcc164a6c pm_genpd_remove_device +EXPORT_SYMBOL_GPL vmlinux 0xcc19769e iommu_report_device_fault +EXPORT_SYMBOL_GPL vmlinux 0xcc287e61 pinconf_generic_dt_free_map +EXPORT_SYMBOL_GPL vmlinux 0xcc2dbfd8 irq_domain_check_msi_remap +EXPORT_SYMBOL_GPL vmlinux 0xcc337c94 dev_pm_opp_of_get_opp_desc_node +EXPORT_SYMBOL_GPL vmlinux 0xcc393d15 governor_sysfs_ops +EXPORT_SYMBOL_GPL vmlinux 0xcc39c03e nvmem_unregister +EXPORT_SYMBOL_GPL vmlinux 0xcc4ebab1 regulator_get_bypass_regmap +EXPORT_SYMBOL_GPL vmlinux 0xcc56fe7b device_for_each_child +EXPORT_SYMBOL_GPL vmlinux 0xcc5a89f9 sysfs_remove_files +EXPORT_SYMBOL_GPL vmlinux 0xcc694ffb imx_pinctrl_parse_pin_scu +EXPORT_SYMBOL_GPL vmlinux 0xcc795932 devlink_region_snapshot_id_put +EXPORT_SYMBOL_GPL vmlinux 0xcc80e7f8 is_nvdimm_sync +EXPORT_SYMBOL_GPL vmlinux 0xcc810ea0 dm_set_target_max_io_len +EXPORT_SYMBOL_GPL vmlinux 0xcc9268fc hwpoison_filter_enable +EXPORT_SYMBOL_GPL vmlinux 0xcc935375 walk_iomem_res_desc +EXPORT_SYMBOL_GPL vmlinux 0xcc94f2b5 wakeup_source_add +EXPORT_SYMBOL_GPL vmlinux 0xcc9de2b2 tpm_is_tpm2 +EXPORT_SYMBOL_GPL vmlinux 0xcca41e4c iommu_iova_to_phys +EXPORT_SYMBOL_GPL vmlinux 0xcca54fe1 device_del +EXPORT_SYMBOL_GPL vmlinux 0xcca798f8 regulator_bulk_free +EXPORT_SYMBOL_GPL vmlinux 0xccabde6f crc64_rocksoft_generic +EXPORT_SYMBOL_GPL vmlinux 0xccb6d0d3 clk_hw_get_num_parents +EXPORT_SYMBOL_GPL vmlinux 0xccc0a7ad of_irq_to_resource +EXPORT_SYMBOL_GPL vmlinux 0xccc33bc4 rcu_tasks_trace_qs_blkd +EXPORT_SYMBOL_GPL vmlinux 0xcccfb2fa sata_deb_timing_hotplug +EXPORT_SYMBOL_GPL vmlinux 0xccd86806 ata_id_string +EXPORT_SYMBOL_GPL vmlinux 0xcce38dce __devm_rtc_register_device +EXPORT_SYMBOL_GPL vmlinux 0xccf095fb debugfs_write_file_bool +EXPORT_SYMBOL_GPL vmlinux 0xccf52bc9 sfp_upstream_start +EXPORT_SYMBOL_GPL vmlinux 0xcd068081 gpiod_enable_hw_timestamp_ns +EXPORT_SYMBOL_GPL vmlinux 0xcd1943b5 power_supply_get_drvdata +EXPORT_SYMBOL_GPL vmlinux 0xcd1c1a53 trace_seq_printf +EXPORT_SYMBOL_GPL vmlinux 0xcd24e146 hash_digest_size +EXPORT_SYMBOL_GPL vmlinux 0xcd31524d vcap_copy_rule +EXPORT_SYMBOL_GPL vmlinux 0xcd37ff9a devm_kasprintf +EXPORT_SYMBOL_GPL vmlinux 0xcd3d9b1a devm_clk_hw_get_clk +EXPORT_SYMBOL_GPL vmlinux 0xcd3f0240 iomap_truncate_page +EXPORT_SYMBOL_GPL vmlinux 0xcd40282d platform_device_register_full +EXPORT_SYMBOL_GPL vmlinux 0xcd53fc45 clk_regmap_mux_ops +EXPORT_SYMBOL_GPL vmlinux 0xcd5e7536 vcap_set_tc_exterr +EXPORT_SYMBOL_GPL vmlinux 0xcd651599 blk_req_zone_write_trylock +EXPORT_SYMBOL_GPL vmlinux 0xcd68f3f3 xdp_return_buff +EXPORT_SYMBOL_GPL vmlinux 0xcd6e6030 inet_csk_clone_lock +EXPORT_SYMBOL_GPL vmlinux 0xcd6f2dc9 nf_log_buf_add +EXPORT_SYMBOL_GPL vmlinux 0xcd759b82 k3_ringacc_ring_reset +EXPORT_SYMBOL_GPL vmlinux 0xcd910be7 ti_sci_get_num_resources +EXPORT_SYMBOL_GPL vmlinux 0xcd91b127 system_highpri_wq +EXPORT_SYMBOL_GPL vmlinux 0xcd96684b ata_pci_device_do_suspend +EXPORT_SYMBOL_GPL vmlinux 0xcd9cd2ff wakeme_after_rcu +EXPORT_SYMBOL_GPL vmlinux 0xcda1006f screen_glyph +EXPORT_SYMBOL_GPL vmlinux 0xcda1cb83 rio_pw_enable +EXPORT_SYMBOL_GPL vmlinux 0xcda2aaba k3_udma_glue_tx_dma_to_cppi5_addr +EXPORT_SYMBOL_GPL vmlinux 0xcdaa6aa5 __device_reset +EXPORT_SYMBOL_GPL vmlinux 0xcdb6adcc ras_userspace_consumers +EXPORT_SYMBOL_GPL vmlinux 0xcdb7dd0c devlink_port_type_eth_set +EXPORT_SYMBOL_GPL vmlinux 0xcdc66611 subsys_dev_iter_next +EXPORT_SYMBOL_GPL vmlinux 0xcdc86b55 sched_clock +EXPORT_SYMBOL_GPL vmlinux 0xcdca3691 nr_irqs +EXPORT_SYMBOL_GPL vmlinux 0xcde19dbb sata_std_hardreset +EXPORT_SYMBOL_GPL vmlinux 0xcde26600 cppc_get_transition_latency +EXPORT_SYMBOL_GPL vmlinux 0xce0a4020 xenbus_directory +EXPORT_SYMBOL_GPL vmlinux 0xce141634 vp_legacy_set_features +EXPORT_SYMBOL_GPL vmlinux 0xce1b0974 component_unbind_all +EXPORT_SYMBOL_GPL vmlinux 0xce203899 sk_set_memalloc +EXPORT_SYMBOL_GPL vmlinux 0xce29a37f devm_regulator_get_enable_optional +EXPORT_SYMBOL_GPL vmlinux 0xce316d7e zynqmp_pm_set_sd_tapdelay +EXPORT_SYMBOL_GPL vmlinux 0xce37faab power_supply_set_property +EXPORT_SYMBOL_GPL vmlinux 0xce457130 screen_glyph_unicode +EXPORT_SYMBOL_GPL vmlinux 0xce56cea9 tty_buffer_set_limit +EXPORT_SYMBOL_GPL vmlinux 0xce598ef2 unregister_kretprobe +EXPORT_SYMBOL_GPL vmlinux 0xce5cd55b acpi_dev_get_dma_resources +EXPORT_SYMBOL_GPL vmlinux 0xce5e62ca platform_bus_type +EXPORT_SYMBOL_GPL vmlinux 0xce5f289d devm_irq_domain_create_sim +EXPORT_SYMBOL_GPL vmlinux 0xce6db656 rcu_is_watching +EXPORT_SYMBOL_GPL vmlinux 0xce73f4e5 class_interface_unregister +EXPORT_SYMBOL_GPL vmlinux 0xce7c4893 icc_node_del +EXPORT_SYMBOL_GPL vmlinux 0xce92921c disk_force_media_change +EXPORT_SYMBOL_GPL vmlinux 0xce937165 kvm_vcpu_kick +EXPORT_SYMBOL_GPL vmlinux 0xcea3217a crypto_grab_skcipher +EXPORT_SYMBOL_GPL vmlinux 0xcea79cc4 cpuidle_unregister +EXPORT_SYMBOL_GPL vmlinux 0xceac8674 zynqmp_pm_read_pggs +EXPORT_SYMBOL_GPL vmlinux 0xcead86c8 clk_hw_init_rate_request +EXPORT_SYMBOL_GPL vmlinux 0xceb1f126 mpi_read_raw_data +EXPORT_SYMBOL_GPL vmlinux 0xcec59457 of_genpd_del_provider +EXPORT_SYMBOL_GPL vmlinux 0xced63fa5 mmc_pwrseq_register +EXPORT_SYMBOL_GPL vmlinux 0xcee0299c __spi_alloc_controller +EXPORT_SYMBOL_GPL vmlinux 0xcee1641c kgdb_unregister_nmi_console +EXPORT_SYMBOL_GPL vmlinux 0xcee87f8b spi_new_ancillary_device +EXPORT_SYMBOL_GPL vmlinux 0xcee88e7a of_overlay_fdt_apply +EXPORT_SYMBOL_GPL vmlinux 0xceed8c16 __set_phys_to_machine +EXPORT_SYMBOL_GPL vmlinux 0xcf0a2853 acomp_request_alloc +EXPORT_SYMBOL_GPL vmlinux 0xcf1c54a5 platform_msi_domain_free_irqs +EXPORT_SYMBOL_GPL vmlinux 0xcf1e2094 tpm_pm_resume +EXPORT_SYMBOL_GPL vmlinux 0xcf24c8da devm_ti_sci_get_of_resource +EXPORT_SYMBOL_GPL vmlinux 0xcf26cf3f blk_clear_pm_only +EXPORT_SYMBOL_GPL vmlinux 0xcf2e294d pinconf_generic_dt_node_to_map +EXPORT_SYMBOL_GPL vmlinux 0xcf3d0649 yield_to +EXPORT_SYMBOL_GPL vmlinux 0xcf3d9b86 __traceiter_io_page_fault +EXPORT_SYMBOL_GPL vmlinux 0xcf465461 posix_acl_create +EXPORT_SYMBOL_GPL vmlinux 0xcf538f7e irq_remove_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0xcf5811c3 fwnode_get_next_parent +EXPORT_SYMBOL_GPL vmlinux 0xcf58d781 usb_unanchor_urb +EXPORT_SYMBOL_GPL vmlinux 0xcf61ea2f syscon_node_to_regmap +EXPORT_SYMBOL_GPL vmlinux 0xcf6c1497 kvm_irq_has_notifier +EXPORT_SYMBOL_GPL vmlinux 0xcf75f8b4 iommu_present +EXPORT_SYMBOL_GPL vmlinux 0xcfa5584d rio_request_inb_dbell +EXPORT_SYMBOL_GPL vmlinux 0xcfae6c09 usb_autopm_get_interface +EXPORT_SYMBOL_GPL vmlinux 0xcfaf9688 i2c_dw_validate_speed +EXPORT_SYMBOL_GPL vmlinux 0xcfc45b5e of_usb_update_otg_caps +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 0xcfdb5ac7 extcon_unregister_notifier_all +EXPORT_SYMBOL_GPL vmlinux 0xcff9f714 mnt_drop_write +EXPORT_SYMBOL_GPL vmlinux 0xcffd793e hyperv_report_panic +EXPORT_SYMBOL_GPL vmlinux 0xd008b61b spi_mem_driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd01a521e mtk_pinconf_drive_get +EXPORT_SYMBOL_GPL vmlinux 0xd026d518 HYPERVISOR_vcpu_op +EXPORT_SYMBOL_GPL vmlinux 0xd027f4cd udp4_hwcsum +EXPORT_SYMBOL_GPL vmlinux 0xd03eaf4c schedule_hrtimeout_range +EXPORT_SYMBOL_GPL vmlinux 0xd0458ccb xenbus_strstate +EXPORT_SYMBOL_GPL vmlinux 0xd0474155 pci_hp_remove_module_link +EXPORT_SYMBOL_GPL vmlinux 0xd04aedfd __SCK__tp_func_arm_event +EXPORT_SYMBOL_GPL vmlinux 0xd0600ae1 pm_clk_add +EXPORT_SYMBOL_GPL vmlinux 0xd06524ba raw_notifier_chain_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd067d3c5 system_freezable_power_efficient_wq +EXPORT_SYMBOL_GPL vmlinux 0xd0730e49 __clk_hw_register_divider +EXPORT_SYMBOL_GPL vmlinux 0xd07a5118 edac_pci_handle_pe +EXPORT_SYMBOL_GPL vmlinux 0xd08ce4d9 regmap_bulk_write +EXPORT_SYMBOL_GPL vmlinux 0xd092f957 nfs42_ssc_register +EXPORT_SYMBOL_GPL vmlinux 0xd09911a6 acpi_dev_get_irq_type +EXPORT_SYMBOL_GPL vmlinux 0xd0996ef9 acpi_find_child_device +EXPORT_SYMBOL_GPL vmlinux 0xd09dfb2c dev_attr_ncq_prio_enable +EXPORT_SYMBOL_GPL vmlinux 0xd0a1ecdd platform_bus +EXPORT_SYMBOL_GPL vmlinux 0xd0a4d00d of_irq_find_parent +EXPORT_SYMBOL_GPL vmlinux 0xd0a7db90 device_node_to_regmap +EXPORT_SYMBOL_GPL vmlinux 0xd0abe1dc __netpoll_cleanup +EXPORT_SYMBOL_GPL vmlinux 0xd0bbe65f fwnode_get_parent +EXPORT_SYMBOL_GPL vmlinux 0xd0c05159 emergency_restart +EXPORT_SYMBOL_GPL vmlinux 0xd0cb1722 device_remove_file +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 0xd0f51d00 __traceiter_block_rq_insert +EXPORT_SYMBOL_GPL vmlinux 0xd0f5477c xenbus_frontend_closed +EXPORT_SYMBOL_GPL vmlinux 0xd0fa5009 rio_dma_prep_slave_sg +EXPORT_SYMBOL_GPL vmlinux 0xd0fd7085 hwrng_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd102ca8b spi_controller_resume +EXPORT_SYMBOL_GPL vmlinux 0xd116595c pci_epf_free_space +EXPORT_SYMBOL_GPL vmlinux 0xd13394cc led_trigger_blink_oneshot +EXPORT_SYMBOL_GPL vmlinux 0xd138c08a free_iova_fast +EXPORT_SYMBOL_GPL vmlinux 0xd13e4af8 dma_fence_unwrap_next +EXPORT_SYMBOL_GPL vmlinux 0xd1466fe1 regulator_set_suspend_voltage +EXPORT_SYMBOL_GPL vmlinux 0xd1481de7 mpi_clear +EXPORT_SYMBOL_GPL vmlinux 0xd1593e99 wm831x_set_bits +EXPORT_SYMBOL_GPL vmlinux 0xd159586c net_prio_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0xd16a8cef __tracepoint_add_device_to_group +EXPORT_SYMBOL_GPL vmlinux 0xd16b055c tegra_mc_get_emem_device_count +EXPORT_SYMBOL_GPL vmlinux 0xd16ce1dd clk_register_gate +EXPORT_SYMBOL_GPL vmlinux 0xd17373a6 dev_xdp_prog_count +EXPORT_SYMBOL_GPL vmlinux 0xd1823b82 devlink_to_dev +EXPORT_SYMBOL_GPL vmlinux 0xd186e981 mtk_clk_gate_ops_setclr_inv +EXPORT_SYMBOL_GPL vmlinux 0xd188c298 rio_mport_get_efb +EXPORT_SYMBOL_GPL vmlinux 0xd1935333 usb_root_hub_lost_power +EXPORT_SYMBOL_GPL vmlinux 0xd19778e7 spi_new_device +EXPORT_SYMBOL_GPL vmlinux 0xd1a9ca15 __SCK__tp_func_neigh_update +EXPORT_SYMBOL_GPL vmlinux 0xd1b773bf devm_regulator_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0xd1cbc23c add_timer_on +EXPORT_SYMBOL_GPL vmlinux 0xd1d0ba6c iommu_map +EXPORT_SYMBOL_GPL vmlinux 0xd1db1e85 ata_std_qc_defer +EXPORT_SYMBOL_GPL vmlinux 0xd1ddcc9f iocb_bio_iopoll +EXPORT_SYMBOL_GPL vmlinux 0xd1e9712f pinctrl_add_gpio_ranges +EXPORT_SYMBOL_GPL vmlinux 0xd1ecd4f3 trace_remove_event_call +EXPORT_SYMBOL_GPL vmlinux 0xd1ef2821 vp_modern_set_queue_reset +EXPORT_SYMBOL_GPL vmlinux 0xd1f2eee2 nf_logger_find_get +EXPORT_SYMBOL_GPL vmlinux 0xd201299e devm_irq_alloc_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0xd20ea68f devres_release +EXPORT_SYMBOL_GPL vmlinux 0xd20f57da seg6_do_srh_inline +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 0xd23f0d47 tps6586x_set_bits +EXPORT_SYMBOL_GPL vmlinux 0xd2423f76 i2c_acpi_get_i2c_resource +EXPORT_SYMBOL_GPL vmlinux 0xd248a519 rockchip_pmu_block +EXPORT_SYMBOL_GPL vmlinux 0xd24e9e8c klist_init +EXPORT_SYMBOL_GPL vmlinux 0xd2534cf4 meson_clk_cpu_dyndiv_ops +EXPORT_SYMBOL_GPL vmlinux 0xd260af0d ring_buffer_write +EXPORT_SYMBOL_GPL vmlinux 0xd2625cad devm_pse_controller_register +EXPORT_SYMBOL_GPL vmlinux 0xd26fabf3 devlink_port_unregister +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 0xd2842740 devm_extcon_dev_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd28faad3 regulator_set_active_discharge_regmap +EXPORT_SYMBOL_GPL vmlinux 0xd29c1f10 __traceiter_error_report_end +EXPORT_SYMBOL_GPL vmlinux 0xd2ac259b usb_get_status +EXPORT_SYMBOL_GPL vmlinux 0xd2b10a05 ata_timing_find_mode +EXPORT_SYMBOL_GPL vmlinux 0xd2b30788 iommu_attach_device_pasid +EXPORT_SYMBOL_GPL vmlinux 0xd2bc9cd9 blkcg_get_fc_appid +EXPORT_SYMBOL_GPL vmlinux 0xd2bcd0ed phy_reset +EXPORT_SYMBOL_GPL vmlinux 0xd2d7e59b unregister_platform_power_off +EXPORT_SYMBOL_GPL vmlinux 0xd2ef6a40 phylink_mii_ioctl +EXPORT_SYMBOL_GPL vmlinux 0xd3071656 clk_hw_unregister_mux +EXPORT_SYMBOL_GPL vmlinux 0xd313bc7b xas_nomem +EXPORT_SYMBOL_GPL vmlinux 0xd31a2ac5 ring_buffer_oldest_event_ts +EXPORT_SYMBOL_GPL vmlinux 0xd31acb04 ata_bmdma_setup +EXPORT_SYMBOL_GPL vmlinux 0xd31bca33 kthread_data +EXPORT_SYMBOL_GPL vmlinux 0xd320ebaf pci_epc_get_first_free_bar +EXPORT_SYMBOL_GPL vmlinux 0xd33ada8b cci_probed +EXPORT_SYMBOL_GPL vmlinux 0xd33dcc89 regmap_field_bulk_alloc +EXPORT_SYMBOL_GPL vmlinux 0xd3417c4b wwan_get_debugfs_dir +EXPORT_SYMBOL_GPL vmlinux 0xd3551a76 zynqmp_pm_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0xd36087c9 blk_crypto_reprogram_all_keys +EXPORT_SYMBOL_GPL vmlinux 0xd360b911 dev_attr_link_power_management_policy +EXPORT_SYMBOL_GPL vmlinux 0xd3637509 usb_hcd_unmap_urb_for_dma +EXPORT_SYMBOL_GPL vmlinux 0xd36760ef __usb_get_extra_descriptor +EXPORT_SYMBOL_GPL vmlinux 0xd3752c27 atomic_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0xd377d088 pci_epc_map_addr +EXPORT_SYMBOL_GPL vmlinux 0xd37c8976 debounce_time_mt6765 +EXPORT_SYMBOL_GPL vmlinux 0xd39009fe ata_link_offline +EXPORT_SYMBOL_GPL vmlinux 0xd3925c63 of_get_display_timing +EXPORT_SYMBOL_GPL vmlinux 0xd39e9848 put_itimerspec64 +EXPORT_SYMBOL_GPL vmlinux 0xd3a2d709 kthread_park +EXPORT_SYMBOL_GPL vmlinux 0xd3c686a7 i2c_dw_prepare_clk +EXPORT_SYMBOL_GPL vmlinux 0xd3d73c77 bus_find_device +EXPORT_SYMBOL_GPL vmlinux 0xd3e1ea03 device_property_present +EXPORT_SYMBOL_GPL vmlinux 0xd3e8ae93 transport_remove_device +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 0xd3ff48a2 usb_register_dev +EXPORT_SYMBOL_GPL vmlinux 0xd4002a64 fat_flush_inodes +EXPORT_SYMBOL_GPL vmlinux 0xd4034828 system_freezable_wq +EXPORT_SYMBOL_GPL vmlinux 0xd40befcf acpi_subsys_runtime_suspend +EXPORT_SYMBOL_GPL vmlinux 0xd40f76c9 kvm_vcpu_read_guest_page +EXPORT_SYMBOL_GPL vmlinux 0xd41c8a02 n_tty_inherit_ops +EXPORT_SYMBOL_GPL vmlinux 0xd426dbc4 erst_get_record_count +EXPORT_SYMBOL_GPL vmlinux 0xd42b9f8c ima_file_check +EXPORT_SYMBOL_GPL vmlinux 0xd42f1d4e show_rcu_tasks_rude_gp_kthread +EXPORT_SYMBOL_GPL vmlinux 0xd4463a5e efivars_register +EXPORT_SYMBOL_GPL vmlinux 0xd44a5eac kgdb_register_nmi_console +EXPORT_SYMBOL_GPL vmlinux 0xd451cf9f netlink_add_tap +EXPORT_SYMBOL_GPL vmlinux 0xd45346f3 pci_epf_alloc_space +EXPORT_SYMBOL_GPL vmlinux 0xd456c1f8 pci_enable_pcie_error_reporting +EXPORT_SYMBOL_GPL vmlinux 0xd46af5ef cppc_get_perf_ctrs +EXPORT_SYMBOL_GPL vmlinux 0xd471473d usb_set_interface +EXPORT_SYMBOL_GPL vmlinux 0xd478f35a vp_modern_queue_vector +EXPORT_SYMBOL_GPL vmlinux 0xd4792d0f usb_autopm_put_interface_no_suspend +EXPORT_SYMBOL_GPL vmlinux 0xd47fa466 tty_mode_ioctl +EXPORT_SYMBOL_GPL vmlinux 0xd490c840 devlink_health_reporter_create +EXPORT_SYMBOL_GPL vmlinux 0xd4935851 __SCK__tp_func_suspend_resume +EXPORT_SYMBOL_GPL vmlinux 0xd4a22f11 k3_udma_glue_rx_get_dma_device +EXPORT_SYMBOL_GPL vmlinux 0xd4a5cfa6 usb_kill_urb +EXPORT_SYMBOL_GPL vmlinux 0xd4b45c5d vp_modern_set_features +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 0xd4c8f022 __scsi_init_queue +EXPORT_SYMBOL_GPL vmlinux 0xd4cbdbe3 __SCK__tp_func_devlink_trap_report +EXPORT_SYMBOL_GPL vmlinux 0xd4cedc6a mbox_controller_register +EXPORT_SYMBOL_GPL vmlinux 0xd4d7e84a ftrace_ops_set_global_filter +EXPORT_SYMBOL_GPL vmlinux 0xd4dd8a8e subsys_virtual_register +EXPORT_SYMBOL_GPL vmlinux 0xd4e651c8 tcp_get_syncookie_mss +EXPORT_SYMBOL_GPL vmlinux 0xd4e6d7e0 linear_range_get_value +EXPORT_SYMBOL_GPL vmlinux 0xd4f5bfa5 iommu_queue_iopf +EXPORT_SYMBOL_GPL vmlinux 0xd5077612 nd_tbl +EXPORT_SYMBOL_GPL vmlinux 0xd508679f ata_cable_ignore +EXPORT_SYMBOL_GPL vmlinux 0xd50fc32b dma_can_mmap +EXPORT_SYMBOL_GPL vmlinux 0xd514bc76 debugfs_create_u32_array +EXPORT_SYMBOL_GPL vmlinux 0xd5174a42 user_destroy +EXPORT_SYMBOL_GPL vmlinux 0xd5193c70 ping_hash +EXPORT_SYMBOL_GPL vmlinux 0xd52893d9 gpiod_set_raw_array_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0xd5301b2c linear_range_get_max_value +EXPORT_SYMBOL_GPL vmlinux 0xd532c11a rio_del_device +EXPORT_SYMBOL_GPL vmlinux 0xd535a0d7 tty_buffer_lock_exclusive +EXPORT_SYMBOL_GPL vmlinux 0xd53c67b3 unregister_net_sysctl_table +EXPORT_SYMBOL_GPL vmlinux 0xd5474690 usb_role_switch_set_role +EXPORT_SYMBOL_GPL vmlinux 0xd54de7cc inode_dax +EXPORT_SYMBOL_GPL vmlinux 0xd54f8d68 acpi_ec_add_query_handler +EXPORT_SYMBOL_GPL vmlinux 0xd55ad93b iommu_group_get_iommudata +EXPORT_SYMBOL_GPL vmlinux 0xd55b7862 sdio_disable_func +EXPORT_SYMBOL_GPL vmlinux 0xd56eaaaa genphy_c45_an_config_aneg +EXPORT_SYMBOL_GPL vmlinux 0xd5787987 devlink_trap_groups_register +EXPORT_SYMBOL_GPL vmlinux 0xd5807af3 k3_ringacc_ring_pop +EXPORT_SYMBOL_GPL vmlinux 0xd599f471 devm_nvmem_cell_get +EXPORT_SYMBOL_GPL vmlinux 0xd59a1587 linkmode_resolve_pause +EXPORT_SYMBOL_GPL vmlinux 0xd5a5db78 l3mdev_update_flow +EXPORT_SYMBOL_GPL vmlinux 0xd5a9cf58 blkdev_zone_mgmt +EXPORT_SYMBOL_GPL vmlinux 0xd5b3ef57 mtk_clk_register_plls +EXPORT_SYMBOL_GPL vmlinux 0xd5b46509 dpbp_disable +EXPORT_SYMBOL_GPL vmlinux 0xd5b4d4bd skcipher_walk_virt +EXPORT_SYMBOL_GPL vmlinux 0xd5dc7280 mnt_want_write +EXPORT_SYMBOL_GPL vmlinux 0xd5e66eaf gpiod_disable_hw_timestamp_ns +EXPORT_SYMBOL_GPL vmlinux 0xd5ef1f20 vp_modern_get_queue_enable +EXPORT_SYMBOL_GPL vmlinux 0xd5f2c831 tcp_bpf_sendmsg_redir +EXPORT_SYMBOL_GPL vmlinux 0xd611d40c pinctrl_register +EXPORT_SYMBOL_GPL vmlinux 0xd6149f96 inverse_translate +EXPORT_SYMBOL_GPL vmlinux 0xd632b286 bpf_trace_run4 +EXPORT_SYMBOL_GPL vmlinux 0xd63d5b93 of_dma_simple_xlate +EXPORT_SYMBOL_GPL vmlinux 0xd64ed259 __memcat_p +EXPORT_SYMBOL_GPL vmlinux 0xd653f188 __clk_hw_register_gate +EXPORT_SYMBOL_GPL vmlinux 0xd65ba848 usb_set_device_state +EXPORT_SYMBOL_GPL vmlinux 0xd665a7bd pci_epc_raise_irq +EXPORT_SYMBOL_GPL vmlinux 0xd66a7a35 sbitmap_queue_wake_all +EXPORT_SYMBOL_GPL vmlinux 0xd66e1a9e __pm_stay_awake +EXPORT_SYMBOL_GPL vmlinux 0xd67364f7 eventfd_ctx_fdget +EXPORT_SYMBOL_GPL vmlinux 0xd6773d95 pci_msix_can_alloc_dyn +EXPORT_SYMBOL_GPL vmlinux 0xd67a45d5 sk_psock_init +EXPORT_SYMBOL_GPL vmlinux 0xd67fa5c4 device_bind_driver +EXPORT_SYMBOL_GPL vmlinux 0xd68e0f67 thermal_of_zone_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd69355a9 rockchip_pcie_cfg_configuration_accesses +EXPORT_SYMBOL_GPL vmlinux 0xd69a6913 __trace_array_puts +EXPORT_SYMBOL_GPL vmlinux 0xd6a678a8 irq_get_irq_data +EXPORT_SYMBOL_GPL vmlinux 0xd6aafb42 crc64_rocksoft +EXPORT_SYMBOL_GPL vmlinux 0xd6ac16a3 meson_pmx_get_groups +EXPORT_SYMBOL_GPL vmlinux 0xd6ae4a39 bsg_remove_queue +EXPORT_SYMBOL_GPL vmlinux 0xd6b27e8a xas_set_mark +EXPORT_SYMBOL_GPL vmlinux 0xd6d8f6b3 topology_set_scale_freq_source +EXPORT_SYMBOL_GPL vmlinux 0xd6de6d73 dax_driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd6df246b pci_destroy_slot +EXPORT_SYMBOL_GPL vmlinux 0xd6e0ba4a wb_writeout_inc +EXPORT_SYMBOL_GPL vmlinux 0xd6e1eeb5 percpu_free_rwsem +EXPORT_SYMBOL_GPL vmlinux 0xd6e2be82 strp_stop +EXPORT_SYMBOL_GPL vmlinux 0xd7007ddc divider_determine_rate +EXPORT_SYMBOL_GPL vmlinux 0xd72434d7 __put_task_struct +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 0xd7396d23 irq_gc_noop +EXPORT_SYMBOL_GPL vmlinux 0xd74e400f show_rcu_tasks_classic_gp_kthread +EXPORT_SYMBOL_GPL vmlinux 0xd755cd89 usb_hcd_map_urb_for_dma +EXPORT_SYMBOL_GPL vmlinux 0xd75b20aa rsa_parse_priv_key +EXPORT_SYMBOL_GPL vmlinux 0xd768e985 regulator_has_full_constraints +EXPORT_SYMBOL_GPL vmlinux 0xd76db1e2 tty_port_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0xd7778e0f clk_mux_ops +EXPORT_SYMBOL_GPL vmlinux 0xd77e3d96 kvm_vcpu_on_spin +EXPORT_SYMBOL_GPL vmlinux 0xd7958066 da903x_read +EXPORT_SYMBOL_GPL vmlinux 0xd795b072 pinctrl_utils_reserve_map +EXPORT_SYMBOL_GPL vmlinux 0xd79a7337 dprc_get_obj_count +EXPORT_SYMBOL_GPL vmlinux 0xd7a86ea4 tcp_twsk_purge +EXPORT_SYMBOL_GPL vmlinux 0xd7ac8e8a attribute_container_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd7aea26e kernel_read_file_from_path_initns +EXPORT_SYMBOL_GPL vmlinux 0xd7af469b cpufreq_register_governor +EXPORT_SYMBOL_GPL vmlinux 0xd7b1b785 ftrace_set_filter +EXPORT_SYMBOL_GPL vmlinux 0xd7c41998 dev_pm_opp_of_register_em +EXPORT_SYMBOL_GPL vmlinux 0xd7c4b5ac irq_domain_create_simple +EXPORT_SYMBOL_GPL vmlinux 0xd7c91b63 tegra210_sata_pll_hw_control_enable +EXPORT_SYMBOL_GPL vmlinux 0xd7cea889 edac_mod_work +EXPORT_SYMBOL_GPL vmlinux 0xd7d7f2a7 devlink_port_health_reporter_destroy +EXPORT_SYMBOL_GPL vmlinux 0xd7dccd23 __SCK__tp_func_xhci_dbg_quirks +EXPORT_SYMBOL_GPL vmlinux 0xd7e1167e extcon_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0xd80c46c1 dev_forward_skb +EXPORT_SYMBOL_GPL vmlinux 0xd813d1a4 lwtunnel_xmit +EXPORT_SYMBOL_GPL vmlinux 0xd81e361f led_blink_set +EXPORT_SYMBOL_GPL vmlinux 0xd8205d35 class_dev_iter_next +EXPORT_SYMBOL_GPL vmlinux 0xd8210ee1 usb_set_configuration +EXPORT_SYMBOL_GPL vmlinux 0xd8286093 inet_twsk_alloc +EXPORT_SYMBOL_GPL vmlinux 0xd83490a7 fsl_mc_bus_dpcon_type +EXPORT_SYMBOL_GPL vmlinux 0xd8422620 pinctrl_generic_remove_group +EXPORT_SYMBOL_GPL vmlinux 0xd84d35bd dax_read_lock +EXPORT_SYMBOL_GPL vmlinux 0xd85fd2ed irq_create_fwspec_mapping +EXPORT_SYMBOL_GPL vmlinux 0xd87fc0a0 usb_amd_prefetch_quirk +EXPORT_SYMBOL_GPL vmlinux 0xd88defca __dma_fence_unwrap_merge +EXPORT_SYMBOL_GPL vmlinux 0xd8ab0719 dev_pm_opp_set_opp +EXPORT_SYMBOL_GPL vmlinux 0xd8bbe963 nf_ipv6_ops +EXPORT_SYMBOL_GPL vmlinux 0xd8d68ab1 dmi_memdev_type +EXPORT_SYMBOL_GPL vmlinux 0xd8d7021e io_uring_cmd_import_fixed +EXPORT_SYMBOL_GPL vmlinux 0xd8d8f20a thermal_zone_device_register_with_trips +EXPORT_SYMBOL_GPL vmlinux 0xd8db30fb ip6_flush_pending_frames +EXPORT_SYMBOL_GPL vmlinux 0xd8df1717 rdev_clear_badblocks +EXPORT_SYMBOL_GPL vmlinux 0xd8ecf12f modify_user_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0xd8f982aa fscrypt_fname_encrypted_size +EXPORT_SYMBOL_GPL vmlinux 0xd8fbb14d net_cls_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0xd8fd3bee devl_rate_leaf_destroy +EXPORT_SYMBOL_GPL vmlinux 0xd9032ade crypto_skcipher_decrypt +EXPORT_SYMBOL_GPL vmlinux 0xd903f419 phylink_get_capabilities +EXPORT_SYMBOL_GPL vmlinux 0xd90a93a7 k3_udma_glue_rx_get_irq +EXPORT_SYMBOL_GPL vmlinux 0xd9131492 rdev_set_badblocks +EXPORT_SYMBOL_GPL vmlinux 0xd9187739 usb_register_device_driver +EXPORT_SYMBOL_GPL vmlinux 0xd918a65d srcu_torture_stats_print +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 0xd94150a1 dst_cache_get +EXPORT_SYMBOL_GPL vmlinux 0xd94aff6b fat_attach +EXPORT_SYMBOL_GPL vmlinux 0xd95efac7 of_device_request_module +EXPORT_SYMBOL_GPL vmlinux 0xd96babb4 interval_tree_iter_next +EXPORT_SYMBOL_GPL vmlinux 0xd9714a2f thermal_zone_get_slope +EXPORT_SYMBOL_GPL vmlinux 0xd972e794 gpiod_set_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0xd97b9b89 acpi_cpu_get_madt_gicc +EXPORT_SYMBOL_GPL vmlinux 0xd97e04d3 crypto_find_alg +EXPORT_SYMBOL_GPL vmlinux 0xd9849414 mtk_clk_unregister_fixed_clks +EXPORT_SYMBOL_GPL vmlinux 0xd9916c3a idr_alloc_u32 +EXPORT_SYMBOL_GPL vmlinux 0xd9a13a14 synth_event_gen_cmd_array_start +EXPORT_SYMBOL_GPL vmlinux 0xd9ab799e mptcp_token_get_sock +EXPORT_SYMBOL_GPL vmlinux 0xd9c0d204 nvdimm_volatile_region_create +EXPORT_SYMBOL_GPL vmlinux 0xd9d073ef fscrypt_dio_supported +EXPORT_SYMBOL_GPL vmlinux 0xd9d0a2af devlink_flash_update_timeout_notify +EXPORT_SYMBOL_GPL vmlinux 0xd9d2adf8 vring_new_virtqueue +EXPORT_SYMBOL_GPL vmlinux 0xd9d79c13 uart_handle_dcd_change +EXPORT_SYMBOL_GPL vmlinux 0xd9e24457 ring_buffer_peek +EXPORT_SYMBOL_GPL vmlinux 0xd9e665d9 vchan_find_desc +EXPORT_SYMBOL_GPL vmlinux 0xd9faa7a5 zynqmp_pm_set_pll_frac_mode +EXPORT_SYMBOL_GPL vmlinux 0xd9fc175e cpuidle_get_driver +EXPORT_SYMBOL_GPL vmlinux 0xd9ff2172 ezx_pcap_write +EXPORT_SYMBOL_GPL vmlinux 0xda0248c9 crypto_stats_kpp_generate_public_key +EXPORT_SYMBOL_GPL vmlinux 0xda029dd7 clk_regmap_gate_ops +EXPORT_SYMBOL_GPL vmlinux 0xda0947de kmsg_dump_unregister +EXPORT_SYMBOL_GPL vmlinux 0xda0d1713 vcap_rule_get_counter +EXPORT_SYMBOL_GPL vmlinux 0xda178980 inet6_csk_xmit +EXPORT_SYMBOL_GPL vmlinux 0xda21eec0 uart_console_write +EXPORT_SYMBOL_GPL vmlinux 0xda2457ab of_clk_set_defaults +EXPORT_SYMBOL_GPL vmlinux 0xda246b74 eventfd_fget +EXPORT_SYMBOL_GPL vmlinux 0xda320d31 sfp_module_start +EXPORT_SYMBOL_GPL vmlinux 0xda3c44b5 skb_zerocopy +EXPORT_SYMBOL_GPL vmlinux 0xda3d3186 component_compare_of +EXPORT_SYMBOL_GPL vmlinux 0xda46554c trace_array_printk +EXPORT_SYMBOL_GPL vmlinux 0xda58d67e crypto_unregister_aeads +EXPORT_SYMBOL_GPL vmlinux 0xda6e58d4 ata_bmdma_status +EXPORT_SYMBOL_GPL vmlinux 0xda7912d4 freq_qos_add_request +EXPORT_SYMBOL_GPL vmlinux 0xda7c3db7 __synth_event_gen_cmd_start +EXPORT_SYMBOL_GPL vmlinux 0xda7dfac6 blk_rq_unprep_clone +EXPORT_SYMBOL_GPL vmlinux 0xda8e1302 software_node_find_by_name +EXPORT_SYMBOL_GPL vmlinux 0xdaa06dc1 acpi_lpat_raw_to_temp +EXPORT_SYMBOL_GPL vmlinux 0xdab1b08b devm_phy_create +EXPORT_SYMBOL_GPL vmlinux 0xdab5a1eb interval_tree_insert +EXPORT_SYMBOL_GPL vmlinux 0xdabbda08 dev_pm_opp_find_level_exact +EXPORT_SYMBOL_GPL vmlinux 0xdade4487 cgroup_get_from_id +EXPORT_SYMBOL_GPL vmlinux 0xdaf24c0c sysfs_remove_mount_point +EXPORT_SYMBOL_GPL vmlinux 0xdaf41a2d regulator_count_voltages +EXPORT_SYMBOL_GPL vmlinux 0xdaf4dfb3 fb_mode_option +EXPORT_SYMBOL_GPL vmlinux 0xdb0ecdc3 devl_resource_occ_get_register +EXPORT_SYMBOL_GPL vmlinux 0xdb1cbf5d skb_zerocopy_headlen +EXPORT_SYMBOL_GPL vmlinux 0xdb2382f9 irq_chip_set_parent_state +EXPORT_SYMBOL_GPL vmlinux 0xdb2dc30a scsi_target_block +EXPORT_SYMBOL_GPL vmlinux 0xdb2f2632 blk_mq_alloc_request_hctx +EXPORT_SYMBOL_GPL vmlinux 0xdb3cd41b devlink_dpipe_entry_ctx_close +EXPORT_SYMBOL_GPL vmlinux 0xdb44610c crypto_aead_encrypt +EXPORT_SYMBOL_GPL vmlinux 0xdb49f1fa usb_block_urb +EXPORT_SYMBOL_GPL vmlinux 0xdb50011c devl_rate_leaf_create +EXPORT_SYMBOL_GPL vmlinux 0xdb547caa pinctrl_dev_get_drvdata +EXPORT_SYMBOL_GPL vmlinux 0xdb5a82ea crypto_destroy_tfm +EXPORT_SYMBOL_GPL vmlinux 0xdb5da1cd usb_put_phy +EXPORT_SYMBOL_GPL vmlinux 0xdb608923 bpf_prog_inc_not_zero +EXPORT_SYMBOL_GPL vmlinux 0xdb63a944 acpi_lpat_get_conversion_table +EXPORT_SYMBOL_GPL vmlinux 0xdb6b26bb phy_modify_changed +EXPORT_SYMBOL_GPL vmlinux 0xdb727637 vcap_set_rule_set_keyset +EXPORT_SYMBOL_GPL vmlinux 0xdb7875d9 serdev_device_alloc +EXPORT_SYMBOL_GPL vmlinux 0xdb81498d rio_request_mport_dma +EXPORT_SYMBOL_GPL vmlinux 0xdb8a1b3f usermodehelper_read_trylock +EXPORT_SYMBOL_GPL vmlinux 0xdb9adbf9 sock_inuse_get +EXPORT_SYMBOL_GPL vmlinux 0xdbaad576 iommu_register_device_fault_handler +EXPORT_SYMBOL_GPL vmlinux 0xdbb24b96 fat_getattr +EXPORT_SYMBOL_GPL vmlinux 0xdbb5acfa netdev_walk_all_lower_dev +EXPORT_SYMBOL_GPL vmlinux 0xdbc3cb1f __traceiter_attach_device_to_domain +EXPORT_SYMBOL_GPL vmlinux 0xdbc89dfe scsi_host_busy_iter +EXPORT_SYMBOL_GPL vmlinux 0xdbc92157 __regmap_init_i2c +EXPORT_SYMBOL_GPL vmlinux 0xdbd86d27 vp_modern_probe +EXPORT_SYMBOL_GPL vmlinux 0xdbd8785f fuse_conn_get +EXPORT_SYMBOL_GPL vmlinux 0xdbdb0e8b request_any_context_irq +EXPORT_SYMBOL_GPL vmlinux 0xdbe8449d tps65912_device_exit +EXPORT_SYMBOL_GPL vmlinux 0xdbe8d8a0 __SCK__tp_func_cpu_frequency +EXPORT_SYMBOL_GPL vmlinux 0xdbebeb36 spi_mem_exec_op +EXPORT_SYMBOL_GPL vmlinux 0xdbeeece6 tracepoint_probe_unregister +EXPORT_SYMBOL_GPL vmlinux 0xdbf7cb70 mpi_get_nbits +EXPORT_SYMBOL_GPL vmlinux 0xdbfa2500 devl_trylock +EXPORT_SYMBOL_GPL vmlinux 0xdc02eb39 dmi_available +EXPORT_SYMBOL_GPL vmlinux 0xdc040ebd dm_internal_resume +EXPORT_SYMBOL_GPL vmlinux 0xdc07e37f genphy_c45_pma_suspend +EXPORT_SYMBOL_GPL vmlinux 0xdc0a26ae fib_rules_lookup +EXPORT_SYMBOL_GPL vmlinux 0xdc0e5ca7 led_classdev_suspend +EXPORT_SYMBOL_GPL vmlinux 0xdc120597 nvmem_device_find +EXPORT_SYMBOL_GPL vmlinux 0xdc12e520 dw_pcie_ep_reset_bar +EXPORT_SYMBOL_GPL vmlinux 0xdc139c13 k3_udma_glue_tx_get_hdesc_size +EXPORT_SYMBOL_GPL vmlinux 0xdc14a211 xen_hvm_evtchn_do_upcall +EXPORT_SYMBOL_GPL vmlinux 0xdc2039b3 thermal_zone_device_register +EXPORT_SYMBOL_GPL vmlinux 0xdc323262 ping_seq_next +EXPORT_SYMBOL_GPL vmlinux 0xdc43bdc6 pci_vpd_find_ro_info_keyword +EXPORT_SYMBOL_GPL vmlinux 0xdc45a5db edac_stop_work +EXPORT_SYMBOL_GPL vmlinux 0xdc6596fa irq_set_parent +EXPORT_SYMBOL_GPL vmlinux 0xdc6699cb acpi_dev_free_resource_list +EXPORT_SYMBOL_GPL vmlinux 0xdc671d17 of_devfreq_cooling_register +EXPORT_SYMBOL_GPL vmlinux 0xdc6bce9e pci_device_is_present +EXPORT_SYMBOL_GPL vmlinux 0xdc714b2b pm_generic_thaw_early +EXPORT_SYMBOL_GPL vmlinux 0xdc7c7ca7 of_device_compatible_match +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 0xdc867174 buffer_migrate_folio_norefs +EXPORT_SYMBOL_GPL vmlinux 0xdc899f84 ip6_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0xdc906f94 trace_event_buffer_lock_reserve +EXPORT_SYMBOL_GPL vmlinux 0xdc97af2e syscore_suspend +EXPORT_SYMBOL_GPL vmlinux 0xdc97d1e7 bus_create_file +EXPORT_SYMBOL_GPL vmlinux 0xdc9d1daf k3_ringacc_dmarings_init +EXPORT_SYMBOL_GPL vmlinux 0xdc9fa232 raw_notifier_chain_register +EXPORT_SYMBOL_GPL vmlinux 0xdcb0a2c0 phylink_stop +EXPORT_SYMBOL_GPL vmlinux 0xdcb91766 irq_get_default_host +EXPORT_SYMBOL_GPL vmlinux 0xdcbb94c2 dummy_con +EXPORT_SYMBOL_GPL vmlinux 0xdcc6e403 xfrm_audit_state_notfound_simple +EXPORT_SYMBOL_GPL vmlinux 0xdcd0832e __regmap_init_mmio_clk +EXPORT_SYMBOL_GPL vmlinux 0xdce36b5f device_for_each_child_reverse +EXPORT_SYMBOL_GPL vmlinux 0xdce4b142 is_swiotlb_active +EXPORT_SYMBOL_GPL vmlinux 0xdceb5362 efi_status_to_err +EXPORT_SYMBOL_GPL vmlinux 0xdd0762df set_worker_desc +EXPORT_SYMBOL_GPL vmlinux 0xdd0b4565 inet_twsk_hashdance +EXPORT_SYMBOL_GPL vmlinux 0xdd1dbbea pm_runtime_set_autosuspend_delay +EXPORT_SYMBOL_GPL vmlinux 0xdd1e059f usb_driver_claim_interface +EXPORT_SYMBOL_GPL vmlinux 0xdd2ce7c0 skb_to_sgvec +EXPORT_SYMBOL_GPL vmlinux 0xdd335509 pci_dev_run_wake +EXPORT_SYMBOL_GPL vmlinux 0xdd40e5f2 bpf_trace_run12 +EXPORT_SYMBOL_GPL vmlinux 0xdd450ef1 x509_free_certificate +EXPORT_SYMBOL_GPL vmlinux 0xdd4838d3 dev_pm_opp_put +EXPORT_SYMBOL_GPL vmlinux 0xdd626ee3 fuse_len_args +EXPORT_SYMBOL_GPL vmlinux 0xdd6d197e gpiod_is_active_low +EXPORT_SYMBOL_GPL vmlinux 0xdd7b6108 mpc8xxx_spi_probe +EXPORT_SYMBOL_GPL vmlinux 0xdd81d8f6 __SCK__tp_func_block_bio_complete +EXPORT_SYMBOL_GPL vmlinux 0xdd83c900 clockevents_config_and_register +EXPORT_SYMBOL_GPL vmlinux 0xdd944cb7 dax_iomap_rw +EXPORT_SYMBOL_GPL vmlinux 0xdd98443c kernfs_path_from_node +EXPORT_SYMBOL_GPL vmlinux 0xddaa7c1c blk_mq_sched_try_insert_merge +EXPORT_SYMBOL_GPL vmlinux 0xddbeac5f dprc_get_obj_region +EXPORT_SYMBOL_GPL vmlinux 0xddbeeecc pci_lock_rescan_remove +EXPORT_SYMBOL_GPL vmlinux 0xddc784d0 phy_pm_runtime_put +EXPORT_SYMBOL_GPL vmlinux 0xdddd2538 dev_pm_opp_of_add_table +EXPORT_SYMBOL_GPL vmlinux 0xddeb7dd3 firmware_request_cache +EXPORT_SYMBOL_GPL vmlinux 0xddf0862b mtk_pinconf_bias_get +EXPORT_SYMBOL_GPL vmlinux 0xddf32520 __tracepoint_powernv_throttle +EXPORT_SYMBOL_GPL vmlinux 0xde08ded4 device_remove_groups +EXPORT_SYMBOL_GPL vmlinux 0xde0af24f udp_memory_per_cpu_fw_alloc +EXPORT_SYMBOL_GPL vmlinux 0xde20848b mptcp_get_reset_option +EXPORT_SYMBOL_GPL vmlinux 0xde2423d4 mtk_paris_pinctrl_probe +EXPORT_SYMBOL_GPL vmlinux 0xde3117dc pm_genpd_init +EXPORT_SYMBOL_GPL vmlinux 0xde31bf7e unregister_sys_off_handler +EXPORT_SYMBOL_GPL vmlinux 0xde344aa0 ata_sas_port_resume +EXPORT_SYMBOL_GPL vmlinux 0xde39b9dc platform_device_put +EXPORT_SYMBOL_GPL vmlinux 0xde4778e3 usb_store_new_id +EXPORT_SYMBOL_GPL vmlinux 0xde602106 kvm_read_guest_offset_cached +EXPORT_SYMBOL_GPL vmlinux 0xde629b53 fsl_mc_bus_dpbp_type +EXPORT_SYMBOL_GPL vmlinux 0xde6f1851 TSS_checkhmac1 +EXPORT_SYMBOL_GPL vmlinux 0xde7ec628 platform_irqchip_probe +EXPORT_SYMBOL_GPL vmlinux 0xde857a30 fuse_simple_background +EXPORT_SYMBOL_GPL vmlinux 0xde86102c crypto_unregister_acomp +EXPORT_SYMBOL_GPL vmlinux 0xde8e6c67 dax_recovery_write +EXPORT_SYMBOL_GPL vmlinux 0xde9ab8c7 xenbus_rm +EXPORT_SYMBOL_GPL vmlinux 0xde9d1797 sdio_enable_func +EXPORT_SYMBOL_GPL vmlinux 0xde9f6e5f kvm_vcpu_map +EXPORT_SYMBOL_GPL vmlinux 0xdea7ab54 ata_do_dev_read_id +EXPORT_SYMBOL_GPL vmlinux 0xdead2e78 reserve_iova +EXPORT_SYMBOL_GPL vmlinux 0xdec61c90 gpiod_put +EXPORT_SYMBOL_GPL vmlinux 0xded7290c regmap_reinit_cache +EXPORT_SYMBOL_GPL vmlinux 0xdede1f78 usb_enable_lpm +EXPORT_SYMBOL_GPL vmlinux 0xdee91d7a dtpm_destroy_hierarchy +EXPORT_SYMBOL_GPL vmlinux 0xdeef7439 devm_pinctrl_register +EXPORT_SYMBOL_GPL vmlinux 0xdef37fb6 ahci_platform_suspend_host +EXPORT_SYMBOL_GPL vmlinux 0xdeff8a1a skb_clone_tx_timestamp +EXPORT_SYMBOL_GPL vmlinux 0xdeffa0a7 edac_raw_mc_handle_error +EXPORT_SYMBOL_GPL vmlinux 0xdf035a5c pci_set_host_bridge_release +EXPORT_SYMBOL_GPL vmlinux 0xdf09b234 crypto_unregister_instance +EXPORT_SYMBOL_GPL vmlinux 0xdf0bcdd2 pci_user_read_config_byte +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 0xdf237453 timer_shutdown_sync +EXPORT_SYMBOL_GPL vmlinux 0xdf2738bb cpu_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0xdf2f09e5 key_type_asymmetric +EXPORT_SYMBOL_GPL vmlinux 0xdf31898f cper_mem_err_pack +EXPORT_SYMBOL_GPL vmlinux 0xdf430575 pci_disable_ats +EXPORT_SYMBOL_GPL vmlinux 0xdf448d1c fanout_mutex +EXPORT_SYMBOL_GPL vmlinux 0xdf4748ee gpiod_get_raw_array_value +EXPORT_SYMBOL_GPL vmlinux 0xdf5aa22d preempt_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0xdf661fde ahci_ops +EXPORT_SYMBOL_GPL vmlinux 0xdf785c9a blk_mq_unquiesce_tagset +EXPORT_SYMBOL_GPL vmlinux 0xdf939662 __virtio_unbreak_device +EXPORT_SYMBOL_GPL vmlinux 0xdfa3bfb6 bdev_nr_zones +EXPORT_SYMBOL_GPL vmlinux 0xdfa4516e stmpe811_adc_common_init +EXPORT_SYMBOL_GPL vmlinux 0xdfa7ea92 phy_save_page +EXPORT_SYMBOL_GPL vmlinux 0xdfcb1059 dm_internal_suspend_fast +EXPORT_SYMBOL_GPL vmlinux 0xdfcb6c90 mctrl_gpio_set +EXPORT_SYMBOL_GPL vmlinux 0xdfd81cbd usb_hcd_giveback_urb +EXPORT_SYMBOL_GPL vmlinux 0xdfe2396b pci_iov_get_pf_drvdata +EXPORT_SYMBOL_GPL vmlinux 0xe00fd684 tty_port_install +EXPORT_SYMBOL_GPL vmlinux 0xe0122577 debugfs_lookup_and_remove +EXPORT_SYMBOL_GPL vmlinux 0xe01f4cb0 irq_force_affinity +EXPORT_SYMBOL_GPL vmlinux 0xe027a6cd pci_epc_get_msi +EXPORT_SYMBOL_GPL vmlinux 0xe0313252 ipv6_stub +EXPORT_SYMBOL_GPL vmlinux 0xe0313d71 rhashtable_insert_slow +EXPORT_SYMBOL_GPL vmlinux 0xe0327cdb ata_sas_scsi_ioctl +EXPORT_SYMBOL_GPL vmlinux 0xe05ad34e ata_qc_complete_multiple +EXPORT_SYMBOL_GPL vmlinux 0xe05e2f85 nexthop_free_rcu +EXPORT_SYMBOL_GPL vmlinux 0xe067cd8f hisi_clk_alloc +EXPORT_SYMBOL_GPL vmlinux 0xe07802e5 hwmon_device_register_with_groups +EXPORT_SYMBOL_GPL vmlinux 0xe07acb68 rio_mport_write_config_32 +EXPORT_SYMBOL_GPL vmlinux 0xe07d6222 blk_mq_freeze_queue_wait +EXPORT_SYMBOL_GPL vmlinux 0xe07e4f5a ata_scsi_slave_destroy +EXPORT_SYMBOL_GPL vmlinux 0xe083c7b8 mbox_client_txdone +EXPORT_SYMBOL_GPL vmlinux 0xe08e42d0 fsl_mc_bus_dpci_type +EXPORT_SYMBOL_GPL vmlinux 0xe0a51b15 pci_epc_start +EXPORT_SYMBOL_GPL vmlinux 0xe0b1c103 clk_set_max_rate +EXPORT_SYMBOL_GPL vmlinux 0xe0ba8a10 mtk_pinconf_bias_disable_get_rev1 +EXPORT_SYMBOL_GPL vmlinux 0xe0c049c6 regulator_map_voltage_iterate +EXPORT_SYMBOL_GPL vmlinux 0xe0c265d3 extcon_get_property +EXPORT_SYMBOL_GPL vmlinux 0xe0c4e14d hwrng_register +EXPORT_SYMBOL_GPL vmlinux 0xe0cdf1fc dm_report_zones +EXPORT_SYMBOL_GPL vmlinux 0xe0d404e5 stmpe_reg_write +EXPORT_SYMBOL_GPL vmlinux 0xe0dea0cf security_inode_setattr +EXPORT_SYMBOL_GPL vmlinux 0xe0e3147c HYPERVISOR_sched_op +EXPORT_SYMBOL_GPL vmlinux 0xe0eb6fae crypto_alloc_shash +EXPORT_SYMBOL_GPL vmlinux 0xe0f88803 icc_nodes_remove +EXPORT_SYMBOL_GPL vmlinux 0xe0fe0d39 devlink_alloc_ns +EXPORT_SYMBOL_GPL vmlinux 0xe109d1f6 bpf_trace_run6 +EXPORT_SYMBOL_GPL vmlinux 0xe10cd6ad erst_get_record_id_begin +EXPORT_SYMBOL_GPL vmlinux 0xe10ec1a0 virtqueue_kick_prepare +EXPORT_SYMBOL_GPL vmlinux 0xe12b7296 bpf_offload_dev_match +EXPORT_SYMBOL_GPL vmlinux 0xe13291af usb_hcd_unmap_urb_setup_for_dma +EXPORT_SYMBOL_GPL vmlinux 0xe1526cae verify_signature +EXPORT_SYMBOL_GPL vmlinux 0xe15be01b of_dma_controller_register +EXPORT_SYMBOL_GPL vmlinux 0xe16314f4 pci_d3cold_disable +EXPORT_SYMBOL_GPL vmlinux 0xe18121dd xdp_do_redirect +EXPORT_SYMBOL_GPL vmlinux 0xe183d9c2 pci_user_write_config_byte +EXPORT_SYMBOL_GPL vmlinux 0xe1847a44 xdp_rxq_info_reg_mem_model +EXPORT_SYMBOL_GPL vmlinux 0xe18add77 of_genpd_remove_subdomain +EXPORT_SYMBOL_GPL vmlinux 0xe1934f2c mmc_send_status +EXPORT_SYMBOL_GPL vmlinux 0xe1a8d7c9 net_rwsem +EXPORT_SYMBOL_GPL vmlinux 0xe1bd6c99 rio_init_mports +EXPORT_SYMBOL_GPL vmlinux 0xe1c87a2f kernel_can_power_off +EXPORT_SYMBOL_GPL vmlinux 0xe1ccc842 __pci_epc_create +EXPORT_SYMBOL_GPL vmlinux 0xe1d7ef22 ncsi_vlan_rx_add_vid +EXPORT_SYMBOL_GPL vmlinux 0xe1d8e5db divider_recalc_rate +EXPORT_SYMBOL_GPL vmlinux 0xe1f3da7b devfreq_event_set_event +EXPORT_SYMBOL_GPL vmlinux 0xe1fa3cd9 call_switchdev_blocking_notifiers +EXPORT_SYMBOL_GPL vmlinux 0xe1faca3c debugfs_rename +EXPORT_SYMBOL_GPL vmlinux 0xe20594b3 sk_setup_caps +EXPORT_SYMBOL_GPL vmlinux 0xe2128fa6 devm_register_sys_off_handler +EXPORT_SYMBOL_GPL vmlinux 0xe219e39c acpi_bus_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0xe21f6669 clk_fixed_factor_ops +EXPORT_SYMBOL_GPL vmlinux 0xe22005a4 bio_trim +EXPORT_SYMBOL_GPL vmlinux 0xe222ffb4 uhci_check_and_reset_hc +EXPORT_SYMBOL_GPL vmlinux 0xe233762a input_event_from_user +EXPORT_SYMBOL_GPL vmlinux 0xe23a89f9 fsverity_ioctl_enable +EXPORT_SYMBOL_GPL vmlinux 0xe23fb576 pm_runtime_forbid +EXPORT_SYMBOL_GPL vmlinux 0xe251dda3 k3_udma_glue_rx_flow_init +EXPORT_SYMBOL_GPL vmlinux 0xe25d23f3 blocking_notifier_call_chain_robust +EXPORT_SYMBOL_GPL vmlinux 0xe2626885 regulator_is_supported_voltage +EXPORT_SYMBOL_GPL vmlinux 0xe262e02a mdiobus_modify +EXPORT_SYMBOL_GPL vmlinux 0xe26cbbe9 devres_remove +EXPORT_SYMBOL_GPL vmlinux 0xe27ad4d6 vp_modern_queue_address +EXPORT_SYMBOL_GPL vmlinux 0xe28a6549 pci_platform_power_transition +EXPORT_SYMBOL_GPL vmlinux 0xe2925a52 dev_pm_genpd_set_performance_state +EXPORT_SYMBOL_GPL vmlinux 0xe2a4817c rio_get_comptag +EXPORT_SYMBOL_GPL vmlinux 0xe2a4b362 ata_sff_wait_ready +EXPORT_SYMBOL_GPL vmlinux 0xe2a7950a dax_iomap_fault +EXPORT_SYMBOL_GPL vmlinux 0xe2acb69f pci_enable_ats +EXPORT_SYMBOL_GPL vmlinux 0xe2b3207a unregister_switchdev_notifier +EXPORT_SYMBOL_GPL vmlinux 0xe2bc7902 kobject_uevent +EXPORT_SYMBOL_GPL vmlinux 0xe2bff5fc dev_coredumpsg +EXPORT_SYMBOL_GPL vmlinux 0xe2c94569 vchan_tx_desc_free +EXPORT_SYMBOL_GPL vmlinux 0xe2cbe8ef irq_domain_get_irq_data +EXPORT_SYMBOL_GPL vmlinux 0xe2ce2b4d evm_set_key +EXPORT_SYMBOL_GPL vmlinux 0xe2d96f5b zynqmp_pm_feature +EXPORT_SYMBOL_GPL vmlinux 0xe2e35f33 driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe2ec293b sbitmap_queue_wake_up +EXPORT_SYMBOL_GPL vmlinux 0xe2ec70d4 dma_get_required_mask +EXPORT_SYMBOL_GPL vmlinux 0xe2ecb19c of_irq_get +EXPORT_SYMBOL_GPL vmlinux 0xe2f2b2ac vfs_lock_file +EXPORT_SYMBOL_GPL vmlinux 0xe2f933f4 fwnode_graph_get_next_endpoint +EXPORT_SYMBOL_GPL vmlinux 0xe3116b21 fb_bl_default_curve +EXPORT_SYMBOL_GPL vmlinux 0xe31adf73 dpbp_enable +EXPORT_SYMBOL_GPL vmlinux 0xe31b2d0c dev_pm_put_subsys_data +EXPORT_SYMBOL_GPL vmlinux 0xe31e3be8 task_cputime_adjusted +EXPORT_SYMBOL_GPL vmlinux 0xe321a74c devm_spi_mem_dirmap_create +EXPORT_SYMBOL_GPL vmlinux 0xe3285f90 noop_direct_IO +EXPORT_SYMBOL_GPL vmlinux 0xe335447c mm_kobj +EXPORT_SYMBOL_GPL vmlinux 0xe335535f rio_mport_class +EXPORT_SYMBOL_GPL vmlinux 0xe3431a86 devm_pinctrl_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe36289b1 fscrypt_prepare_new_inode +EXPORT_SYMBOL_GPL vmlinux 0xe3645af4 edac_pci_create_generic_ctl +EXPORT_SYMBOL_GPL vmlinux 0xe372223f sec_irq_init +EXPORT_SYMBOL_GPL vmlinux 0xe378238c register_btf_id_dtor_kfuncs +EXPORT_SYMBOL_GPL vmlinux 0xe37d4802 devm_reset_controller_register +EXPORT_SYMBOL_GPL vmlinux 0xe37f2dc9 blk_mq_alloc_sq_tag_set +EXPORT_SYMBOL_GPL vmlinux 0xe3840e18 secure_ipv4_port_ephemeral +EXPORT_SYMBOL_GPL vmlinux 0xe397caf5 seq_buf_printf +EXPORT_SYMBOL_GPL vmlinux 0xe39ca86b bus_get_kset +EXPORT_SYMBOL_GPL vmlinux 0xe39d0794 usb_phy_roothub_exit +EXPORT_SYMBOL_GPL vmlinux 0xe3ac43f0 acpi_subsys_suspend_noirq +EXPORT_SYMBOL_GPL vmlinux 0xe3b09712 kprobe_event_delete +EXPORT_SYMBOL_GPL vmlinux 0xe3bd81f3 __inode_attach_wb +EXPORT_SYMBOL_GPL vmlinux 0xe3bda86b usb_get_intf +EXPORT_SYMBOL_GPL vmlinux 0xe3cd5fae klist_iter_init +EXPORT_SYMBOL_GPL vmlinux 0xe3d53e0d rio_mport_chk_dev_access +EXPORT_SYMBOL_GPL vmlinux 0xe3dbd582 dev_pm_opp_config_clks_simple +EXPORT_SYMBOL_GPL vmlinux 0xe3e423ac iommu_group_release_dma_owner +EXPORT_SYMBOL_GPL vmlinux 0xe3fbeae9 device_link_add +EXPORT_SYMBOL_GPL vmlinux 0xe3fcc785 bpf_map_inc_not_zero +EXPORT_SYMBOL_GPL vmlinux 0xe40bb23e devlink_health_reporter_priv +EXPORT_SYMBOL_GPL vmlinux 0xe41b1b2d mptcp_pm_get_local_addr_max +EXPORT_SYMBOL_GPL vmlinux 0xe4248980 cper_estatus_print +EXPORT_SYMBOL_GPL vmlinux 0xe4309905 syscore_resume +EXPORT_SYMBOL_GPL vmlinux 0xe43f7ada pci_has_p2pmem +EXPORT_SYMBOL_GPL vmlinux 0xe4516c5d fat_remove_entries +EXPORT_SYMBOL_GPL vmlinux 0xe4519dc1 __blkg_prfill_rwstat +EXPORT_SYMBOL_GPL vmlinux 0xe4675786 pci_p2pdma_enable_show +EXPORT_SYMBOL_GPL vmlinux 0xe470348b sysfs_rename_link_ns +EXPORT_SYMBOL_GPL vmlinux 0xe472da57 da903x_write +EXPORT_SYMBOL_GPL vmlinux 0xe477819a ata_host_init +EXPORT_SYMBOL_GPL vmlinux 0xe477c857 cpufreq_enable_fast_switch +EXPORT_SYMBOL_GPL vmlinux 0xe47845f3 iomap_seek_data +EXPORT_SYMBOL_GPL vmlinux 0xe48ee172 xhci_suspend +EXPORT_SYMBOL_GPL vmlinux 0xe491e700 unregister_kprobes +EXPORT_SYMBOL_GPL vmlinux 0xe492c307 iommu_group_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0xe4971ade tracing_alloc_snapshot +EXPORT_SYMBOL_GPL vmlinux 0xe4976265 dev_pm_opp_get_suspend_opp_freq +EXPORT_SYMBOL_GPL vmlinux 0xe4b064f9 pcie_link_speed +EXPORT_SYMBOL_GPL vmlinux 0xe4b818c3 phy_speed_to_str +EXPORT_SYMBOL_GPL vmlinux 0xe4bbf11c tps65912_device_init +EXPORT_SYMBOL_GPL vmlinux 0xe4c2c66c rtc_ktime_to_tm +EXPORT_SYMBOL_GPL vmlinux 0xe4c93d20 dax_file_unshare +EXPORT_SYMBOL_GPL vmlinux 0xe4e48b12 swphy_validate_state +EXPORT_SYMBOL_GPL vmlinux 0xe4e4b3c1 tty_port_tty_wakeup +EXPORT_SYMBOL_GPL vmlinux 0xe4f0510b dax_layout_busy_page +EXPORT_SYMBOL_GPL vmlinux 0xe4f82262 switchdev_handle_fdb_event_to_device +EXPORT_SYMBOL_GPL vmlinux 0xe4f8239f __cpuhp_state_remove_instance +EXPORT_SYMBOL_GPL vmlinux 0xe4f90b45 wakeup_source_remove +EXPORT_SYMBOL_GPL vmlinux 0xe50836ba serial8250_handle_irq +EXPORT_SYMBOL_GPL vmlinux 0xe535d22e xen_dbgp_external_startup +EXPORT_SYMBOL_GPL vmlinux 0xe53b4b33 ata_dev_disable +EXPORT_SYMBOL_GPL vmlinux 0xe5511dfd trace_array_get_by_name +EXPORT_SYMBOL_GPL vmlinux 0xe5516728 k3_udma_glue_tx_get_irq +EXPORT_SYMBOL_GPL vmlinux 0xe552b4ec clean_acked_data_disable +EXPORT_SYMBOL_GPL vmlinux 0xe5613946 devm_gpio_request +EXPORT_SYMBOL_GPL vmlinux 0xe562ceb6 __traceiter_detach_device_from_domain +EXPORT_SYMBOL_GPL vmlinux 0xe573230a genphy_c45_read_status +EXPORT_SYMBOL_GPL vmlinux 0xe580af58 edac_mc_add_mc_with_groups +EXPORT_SYMBOL_GPL vmlinux 0xe584ee97 ata_bmdma_port_start32 +EXPORT_SYMBOL_GPL vmlinux 0xe5851b9d spi_split_transfers_maxsize +EXPORT_SYMBOL_GPL vmlinux 0xe5883bd9 class_compat_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe58eb9d7 FSE_readNCount +EXPORT_SYMBOL_GPL vmlinux 0xe5a77e18 folio_wait_writeback_killable +EXPORT_SYMBOL_GPL vmlinux 0xe5a83635 switchdev_handle_port_attr_set +EXPORT_SYMBOL_GPL vmlinux 0xe5a925d3 zynqmp_pm_init_finalize +EXPORT_SYMBOL_GPL vmlinux 0xe5b44122 virtio_device_freeze +EXPORT_SYMBOL_GPL vmlinux 0xe5b740cd ata_host_activate +EXPORT_SYMBOL_GPL vmlinux 0xe5c02b64 freq_qos_remove_request +EXPORT_SYMBOL_GPL vmlinux 0xe5c06ef2 ata_bmdma_stop +EXPORT_SYMBOL_GPL vmlinux 0xe5cb1943 hisi_clk_register_divider +EXPORT_SYMBOL_GPL vmlinux 0xe5cd0b98 crypto_register_instance +EXPORT_SYMBOL_GPL vmlinux 0xe5ce1a56 rhashtable_walk_enter +EXPORT_SYMBOL_GPL vmlinux 0xe5d0164f acpi_get_psd_map +EXPORT_SYMBOL_GPL vmlinux 0xe5d505ec vp_modern_map_vq_notify +EXPORT_SYMBOL_GPL vmlinux 0xe5d51144 __inet_lookup_established +EXPORT_SYMBOL_GPL vmlinux 0xe5e790e4 __traceiter_rwmmio_post_read +EXPORT_SYMBOL_GPL vmlinux 0xe5e969fd pinmux_generic_add_function +EXPORT_SYMBOL_GPL vmlinux 0xe60632a9 edac_queue_work +EXPORT_SYMBOL_GPL vmlinux 0xe60a5e8d pids_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0xe618b90b pci_bus_add_device +EXPORT_SYMBOL_GPL vmlinux 0xe628bb9f phy_fibre_port_array +EXPORT_SYMBOL_GPL vmlinux 0xe63ebd15 sdio_retune_release +EXPORT_SYMBOL_GPL vmlinux 0xe6568ecc __xdp_build_skb_from_frame +EXPORT_SYMBOL_GPL vmlinux 0xe65ac934 pci_ecam_map_bus +EXPORT_SYMBOL_GPL vmlinux 0xe670b526 crypto_unregister_shash +EXPORT_SYMBOL_GPL vmlinux 0xe675e4a9 fb_deferred_io_init +EXPORT_SYMBOL_GPL vmlinux 0xe67e673c mtk_pinconf_bias_get_combo +EXPORT_SYMBOL_GPL vmlinux 0xe6802d06 power_supply_put +EXPORT_SYMBOL_GPL vmlinux 0xe681886d fuse_dev_alloc_install +EXPORT_SYMBOL_GPL vmlinux 0xe68f95b3 virtqueue_kick +EXPORT_SYMBOL_GPL vmlinux 0xe6a7fdb4 of_dma_request_slave_channel +EXPORT_SYMBOL_GPL vmlinux 0xe6ad27a5 virtio_break_device +EXPORT_SYMBOL_GPL vmlinux 0xe6b4eb94 bpf_log +EXPORT_SYMBOL_GPL vmlinux 0xe6cd85a2 gpiochip_line_is_open_source +EXPORT_SYMBOL_GPL vmlinux 0xe6d295a0 wm8350_block_write +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 0xe6ee983b kstrdup_quotable_cmdline +EXPORT_SYMBOL_GPL vmlinux 0xe6f52443 klist_add_head +EXPORT_SYMBOL_GPL vmlinux 0xe6f64bb3 serdev_controller_add +EXPORT_SYMBOL_GPL vmlinux 0xe6f83837 acpi_bus_attach_private_data +EXPORT_SYMBOL_GPL vmlinux 0xe6fe135a rtnl_put_cacheinfo +EXPORT_SYMBOL_GPL vmlinux 0xe700d767 reset_control_bulk_deassert +EXPORT_SYMBOL_GPL vmlinux 0xe70303ab ping_seq_stop +EXPORT_SYMBOL_GPL vmlinux 0xe71b33cf hisi_reset_init +EXPORT_SYMBOL_GPL vmlinux 0xe741a561 pci_msi_create_irq_domain +EXPORT_SYMBOL_GPL vmlinux 0xe74559e9 __devm_pci_epc_create +EXPORT_SYMBOL_GPL vmlinux 0xe7468d13 cpufreq_freq_transition_begin +EXPORT_SYMBOL_GPL vmlinux 0xe74f7d86 io_uring_cmd_done +EXPORT_SYMBOL_GPL vmlinux 0xe753b68d devlink_fmsg_arr_pair_nest_end +EXPORT_SYMBOL_GPL vmlinux 0xe75b662f tty_set_ldisc +EXPORT_SYMBOL_GPL vmlinux 0xe769232e sprint_symbol_no_offset +EXPORT_SYMBOL_GPL vmlinux 0xe77214e1 skb_scrub_packet +EXPORT_SYMBOL_GPL vmlinux 0xe7767b13 __rtnl_link_register +EXPORT_SYMBOL_GPL vmlinux 0xe77d5ef3 ata_xfer_mode2mask +EXPORT_SYMBOL_GPL vmlinux 0xe783e261 sysfs_emit +EXPORT_SYMBOL_GPL vmlinux 0xe7871e42 get_kernel_pages +EXPORT_SYMBOL_GPL vmlinux 0xe7936243 zynqmp_pm_clock_getstate +EXPORT_SYMBOL_GPL vmlinux 0xe7a02a5d fsverity_cleanup_inode +EXPORT_SYMBOL_GPL vmlinux 0xe7bc27d3 pfn_to_online_page +EXPORT_SYMBOL_GPL vmlinux 0xe7bd60f5 serial8250_do_set_mctrl +EXPORT_SYMBOL_GPL vmlinux 0xe7ce486b balloon_page_list_dequeue +EXPORT_SYMBOL_GPL vmlinux 0xe7d6d2d4 filter_match_preds +EXPORT_SYMBOL_GPL vmlinux 0xe7e94385 stmpe_block_write +EXPORT_SYMBOL_GPL vmlinux 0xe7ea7d00 edac_device_del_device +EXPORT_SYMBOL_GPL vmlinux 0xe7fb8bd1 icc_std_aggregate +EXPORT_SYMBOL_GPL vmlinux 0xe805b802 gpiod_unexport +EXPORT_SYMBOL_GPL vmlinux 0xe80fdc12 register_nvdimm_pmu +EXPORT_SYMBOL_GPL vmlinux 0xe810fd0a bpf_prog_put +EXPORT_SYMBOL_GPL vmlinux 0xe818b32b ata_bmdma_interrupt +EXPORT_SYMBOL_GPL vmlinux 0xe82c9070 devm_register_restart_handler +EXPORT_SYMBOL_GPL vmlinux 0xe8356110 __traceiter_sched_update_nr_running_tp +EXPORT_SYMBOL_GPL vmlinux 0xe8479abf led_trigger_remove +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 0xe8661124 ata_port_desc +EXPORT_SYMBOL_GPL vmlinux 0xe866ec55 devm_regulator_get_optional +EXPORT_SYMBOL_GPL vmlinux 0xe87b17e4 devm_i2c_new_dummy_device +EXPORT_SYMBOL_GPL vmlinux 0xe87dfbce rockchip_register_restart_notifier +EXPORT_SYMBOL_GPL vmlinux 0xe87e2b4e pm_generic_poweroff_noirq +EXPORT_SYMBOL_GPL vmlinux 0xe885ad51 ti_sci_get_handle +EXPORT_SYMBOL_GPL vmlinux 0xe890a56b kernfs_get +EXPORT_SYMBOL_GPL vmlinux 0xe8bc40c5 cn_netlink_send +EXPORT_SYMBOL_GPL vmlinux 0xe8be7554 class_destroy +EXPORT_SYMBOL_GPL vmlinux 0xe8c0065d memory_group_register_static +EXPORT_SYMBOL_GPL vmlinux 0xe8c06929 of_nvmem_device_get +EXPORT_SYMBOL_GPL vmlinux 0xe8c7afc8 pci_acpi_set_companion_lookup_hook +EXPORT_SYMBOL_GPL vmlinux 0xe8f6a4bf dev_pm_opp_get_level +EXPORT_SYMBOL_GPL vmlinux 0xe8ff92ff __list_lru_init +EXPORT_SYMBOL_GPL vmlinux 0xe9027076 usb_acpi_power_manageable +EXPORT_SYMBOL_GPL vmlinux 0xe906a44c component_del +EXPORT_SYMBOL_GPL vmlinux 0xe90bb38b dev_pm_qos_expose_latency_tolerance +EXPORT_SYMBOL_GPL vmlinux 0xe90c7659 k3_udma_glue_rx_dma_to_cppi5_addr +EXPORT_SYMBOL_GPL vmlinux 0xe910f325 vfs_setxattr +EXPORT_SYMBOL_GPL vmlinux 0xe911df29 eventfd_ctx_do_read +EXPORT_SYMBOL_GPL vmlinux 0xe91450f1 __tcp_send_ack +EXPORT_SYMBOL_GPL vmlinux 0xe91c1d95 irq_generic_chip_ops +EXPORT_SYMBOL_GPL vmlinux 0xe92ea5ff devm_gpiod_get_index +EXPORT_SYMBOL_GPL vmlinux 0xe92f454c rio_release_inb_pwrite +EXPORT_SYMBOL_GPL vmlinux 0xe932293c crypto_stats_akcipher_verify +EXPORT_SYMBOL_GPL vmlinux 0xe93644e8 xen_unregister_device_domain_owner +EXPORT_SYMBOL_GPL vmlinux 0xe939b2a4 of_usb_get_dr_mode_by_phy +EXPORT_SYMBOL_GPL vmlinux 0xe93b0db4 pci_epc_unmap_addr +EXPORT_SYMBOL_GPL vmlinux 0xe93e49c3 devres_free +EXPORT_SYMBOL_GPL vmlinux 0xe93f3cba blk_crypto_intersect_capabilities +EXPORT_SYMBOL_GPL vmlinux 0xe9482bb7 mtk_mutex_add_comp +EXPORT_SYMBOL_GPL vmlinux 0xe94baea1 unregister_trace_event +EXPORT_SYMBOL_GPL vmlinux 0xe956a75c pl320_ipc_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0xe95dec8d mtk_clk_gate_ops_no_setclr_inv +EXPORT_SYMBOL_GPL vmlinux 0xe98b0c34 usb_lock_device_for_reset +EXPORT_SYMBOL_GPL vmlinux 0xe98f55f2 arm_smccc_get_version +EXPORT_SYMBOL_GPL vmlinux 0xe99223ce __traceiter_pelt_cfs_tp +EXPORT_SYMBOL_GPL vmlinux 0xe9991964 ata_sff_pause +EXPORT_SYMBOL_GPL vmlinux 0xe9a86c1b fsnotify_put_mark +EXPORT_SYMBOL_GPL vmlinux 0xe9c8e663 pci_p2pmem_alloc_sgl +EXPORT_SYMBOL_GPL vmlinux 0xe9d1b7cf irq_to_pcap +EXPORT_SYMBOL_GPL vmlinux 0xe9d63a0d k3_udma_glue_enable_tx_chn +EXPORT_SYMBOL_GPL vmlinux 0xe9dc636a regulator_irq_helper +EXPORT_SYMBOL_GPL vmlinux 0xe9df6511 tcp_set_keepalive +EXPORT_SYMBOL_GPL vmlinux 0xe9e6badc imx_pinconf_set_scu +EXPORT_SYMBOL_GPL vmlinux 0xe9f5116f rcu_exp_jiffies_till_stall_check +EXPORT_SYMBOL_GPL vmlinux 0xea018bbb mpi_test_bit +EXPORT_SYMBOL_GPL vmlinux 0xea124bd1 gcd +EXPORT_SYMBOL_GPL vmlinux 0xea1dea2f tty_save_termios +EXPORT_SYMBOL_GPL vmlinux 0xea350497 iptunnel_handle_offloads +EXPORT_SYMBOL_GPL vmlinux 0xea3642f4 pci_reset_bus +EXPORT_SYMBOL_GPL vmlinux 0xea38036f ring_buffer_entries +EXPORT_SYMBOL_GPL vmlinux 0xea3a23f3 public_key_free +EXPORT_SYMBOL_GPL vmlinux 0xea3abac4 ncsi_register_dev +EXPORT_SYMBOL_GPL vmlinux 0xea455956 devm_hwspin_lock_request +EXPORT_SYMBOL_GPL vmlinux 0xea462a51 nvdimm_bus_add_badrange +EXPORT_SYMBOL_GPL vmlinux 0xea494396 psil_set_new_ep_config +EXPORT_SYMBOL_GPL vmlinux 0xea50dad3 ahci_ignore_sss +EXPORT_SYMBOL_GPL vmlinux 0xea631b08 of_pci_range_parser_init +EXPORT_SYMBOL_GPL vmlinux 0xea650a6b irq_domain_translate_onecell +EXPORT_SYMBOL_GPL vmlinux 0xea70b98f usb_hcd_pci_shutdown +EXPORT_SYMBOL_GPL vmlinux 0xea72fd95 fwnode_property_read_string_array +EXPORT_SYMBOL_GPL vmlinux 0xea738da5 nvdimm_region_notify +EXPORT_SYMBOL_GPL vmlinux 0xea73aa1a regulator_map_voltage_linear_range +EXPORT_SYMBOL_GPL vmlinux 0xea77f665 acpi_pm_wakeup_event +EXPORT_SYMBOL_GPL vmlinux 0xea786b4c spi_register_controller +EXPORT_SYMBOL_GPL vmlinux 0xeaa75a80 perf_trace_run_bpf_submit +EXPORT_SYMBOL_GPL vmlinux 0xeab2dd71 lp8788_write_byte +EXPORT_SYMBOL_GPL vmlinux 0xeac7fcfb disk_set_independent_access_ranges +EXPORT_SYMBOL_GPL vmlinux 0xeacacfb0 sysfs_remove_link_from_group +EXPORT_SYMBOL_GPL vmlinux 0xead035ee __tracepoint_fib6_table_lookup +EXPORT_SYMBOL_GPL vmlinux 0xead12343 __devm_regmap_init_mmio_clk +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 0xead66988 __put_net +EXPORT_SYMBOL_GPL vmlinux 0xeae0f496 clean_acked_data_flush +EXPORT_SYMBOL_GPL vmlinux 0xeaee03c8 dev_pm_opp_get_supplies +EXPORT_SYMBOL_GPL vmlinux 0xeaf0a57c look_up_OID +EXPORT_SYMBOL_GPL vmlinux 0xeaf3cb23 crc64_be +EXPORT_SYMBOL_GPL vmlinux 0xeaf8469d hv_do_fast_hypercall8 +EXPORT_SYMBOL_GPL vmlinux 0xeb04a2c0 phy_get +EXPORT_SYMBOL_GPL vmlinux 0xeb06f3aa regulator_set_current_limit +EXPORT_SYMBOL_GPL vmlinux 0xeb074975 dma_release_channel +EXPORT_SYMBOL_GPL vmlinux 0xeb162c3b usb_get_descriptor +EXPORT_SYMBOL_GPL vmlinux 0xeb181360 i2c_dw_configure_master +EXPORT_SYMBOL_GPL vmlinux 0xeb264be7 dpcon_disable +EXPORT_SYMBOL_GPL vmlinux 0xeb327c16 phy_power_off +EXPORT_SYMBOL_GPL vmlinux 0xeb4221e4 trace_clock +EXPORT_SYMBOL_GPL vmlinux 0xeb455ffa usb_check_bulk_endpoints +EXPORT_SYMBOL_GPL vmlinux 0xeb6df83d fsverity_ioctl_measure +EXPORT_SYMBOL_GPL vmlinux 0xeb7361d7 extcon_set_property +EXPORT_SYMBOL_GPL vmlinux 0xeb78b1ed unregister_kprobe +EXPORT_SYMBOL_GPL vmlinux 0xeb83490b mtk_hw_set_value +EXPORT_SYMBOL_GPL vmlinux 0xeb85e2d3 pci_vfs_assigned +EXPORT_SYMBOL_GPL vmlinux 0xeb8c4f4a wm8400_reset_codec_reg_cache +EXPORT_SYMBOL_GPL vmlinux 0xeb97160d synth_event_trace_start +EXPORT_SYMBOL_GPL vmlinux 0xebad472e dw_pcie_ep_raise_legacy_irq +EXPORT_SYMBOL_GPL vmlinux 0xebb2da5f __clk_mux_determine_rate_closest +EXPORT_SYMBOL_GPL vmlinux 0xebc73f8d dev_pm_opp_find_bw_floor +EXPORT_SYMBOL_GPL vmlinux 0xebc7c9d5 gov_attr_set_put +EXPORT_SYMBOL_GPL vmlinux 0xebcfb546 devlink_trap_report +EXPORT_SYMBOL_GPL vmlinux 0xebd22d27 ata_host_register +EXPORT_SYMBOL_GPL vmlinux 0xebd4cc11 mctrl_gpio_enable_ms +EXPORT_SYMBOL_GPL vmlinux 0xebd87b93 fwnode_create_software_node +EXPORT_SYMBOL_GPL vmlinux 0xebe0f578 peernet2id_alloc +EXPORT_SYMBOL_GPL vmlinux 0xec02ebe0 phylink_init_eee +EXPORT_SYMBOL_GPL vmlinux 0xec2c3803 fsl_mc_portal_allocate +EXPORT_SYMBOL_GPL vmlinux 0xec489624 tcp_register_congestion_control +EXPORT_SYMBOL_GPL vmlinux 0xec4d1628 devm_i2c_add_adapter +EXPORT_SYMBOL_GPL vmlinux 0xec5668f6 dax_zero_page_range +EXPORT_SYMBOL_GPL vmlinux 0xec57c7db init_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0xec601271 ata_pci_bmdma_init_one +EXPORT_SYMBOL_GPL vmlinux 0xec6d88da crypto_stats_kpp_compute_shared_secret +EXPORT_SYMBOL_GPL vmlinux 0xec6d9090 usb_altnum_to_altsetting +EXPORT_SYMBOL_GPL vmlinux 0xec76d990 regulator_bulk_force_disable +EXPORT_SYMBOL_GPL vmlinux 0xec774acb cpufreq_frequency_table_verify +EXPORT_SYMBOL_GPL vmlinux 0xeca2b5e6 led_classdev_notify_brightness_hw_changed +EXPORT_SYMBOL_GPL vmlinux 0xeca94f9a gpio_to_desc +EXPORT_SYMBOL_GPL vmlinux 0xecacdc09 vchan_init +EXPORT_SYMBOL_GPL vmlinux 0xecb671fc tegra210_sata_pll_hw_sequence_start +EXPORT_SYMBOL_GPL vmlinux 0xecba68e3 gnttab_batch_map +EXPORT_SYMBOL_GPL vmlinux 0xecd566be pci_msix_free_irq +EXPORT_SYMBOL_GPL vmlinux 0xecd8f23d xenbus_read +EXPORT_SYMBOL_GPL vmlinux 0xecdd5b82 ping_getfrag +EXPORT_SYMBOL_GPL vmlinux 0xece23a06 __bio_add_page +EXPORT_SYMBOL_GPL vmlinux 0xecf78a21 led_init_core +EXPORT_SYMBOL_GPL vmlinux 0xed0778a4 __phy_modify_mmd +EXPORT_SYMBOL_GPL vmlinux 0xed21a374 proc_create_net_data_write +EXPORT_SYMBOL_GPL vmlinux 0xed2c5bcf power_supply_charge_behaviour_parse +EXPORT_SYMBOL_GPL vmlinux 0xed39b7b8 parse_OID +EXPORT_SYMBOL_GPL vmlinux 0xed4397d3 devm_regulator_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0xed49e2be of_icc_get +EXPORT_SYMBOL_GPL vmlinux 0xed523a04 cdrom_read_tocentry +EXPORT_SYMBOL_GPL vmlinux 0xed5bb565 bus_rescan_devices +EXPORT_SYMBOL_GPL vmlinux 0xed63b380 vp_modern_set_status +EXPORT_SYMBOL_GPL vmlinux 0xed71788f usb_alloc_streams +EXPORT_SYMBOL_GPL vmlinux 0xed7454d9 led_trigger_set +EXPORT_SYMBOL_GPL vmlinux 0xed8092a3 usb_role_switch_get +EXPORT_SYMBOL_GPL vmlinux 0xed857ae0 __irq_domain_alloc_fwnode +EXPORT_SYMBOL_GPL vmlinux 0xed8c384b netdev_xmit_skip_txqueue +EXPORT_SYMBOL_GPL vmlinux 0xed918dde hte_init_line_attr +EXPORT_SYMBOL_GPL vmlinux 0xedb55c28 scsi_flush_work +EXPORT_SYMBOL_GPL vmlinux 0xedb95d96 acpi_unbind_one +EXPORT_SYMBOL_GPL vmlinux 0xedc34c1a irq_gc_mask_disable_reg +EXPORT_SYMBOL_GPL vmlinux 0xedc58d5b fixup_user_fault +EXPORT_SYMBOL_GPL vmlinux 0xede9a09a btree_lookup +EXPORT_SYMBOL_GPL vmlinux 0xee005a5e wwan_port_rx +EXPORT_SYMBOL_GPL vmlinux 0xee1576b6 pci_disable_rom +EXPORT_SYMBOL_GPL vmlinux 0xee19f3da regmap_get_val_bytes +EXPORT_SYMBOL_GPL vmlinux 0xee1f5126 __tracepoint_neigh_timer_handler +EXPORT_SYMBOL_GPL vmlinux 0xee1f546a ata_host_suspend +EXPORT_SYMBOL_GPL vmlinux 0xee211b14 serdev_device_write_flush +EXPORT_SYMBOL_GPL vmlinux 0xee32fbc4 i2c_parse_fw_timings +EXPORT_SYMBOL_GPL vmlinux 0xee34710c devl_dpipe_table_register +EXPORT_SYMBOL_GPL vmlinux 0xee38ef57 register_switchdev_blocking_notifier +EXPORT_SYMBOL_GPL vmlinux 0xee39bde5 crypto_aead_setauthsize +EXPORT_SYMBOL_GPL vmlinux 0xee3dde34 device_property_read_u64_array +EXPORT_SYMBOL_GPL vmlinux 0xee40d0b4 extcon_register_notifier_all +EXPORT_SYMBOL_GPL vmlinux 0xee44e9a3 xenbus_dev_error +EXPORT_SYMBOL_GPL vmlinux 0xee46ab21 generic_handle_domain_irq_safe +EXPORT_SYMBOL_GPL vmlinux 0xee4931e7 dev_pm_set_dedicated_wake_irq_reverse +EXPORT_SYMBOL_GPL vmlinux 0xee518148 kmsg_dump_get_buffer +EXPORT_SYMBOL_GPL vmlinux 0xee646c71 serdev_device_close +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 0xee727ee4 irq_domain_remove +EXPORT_SYMBOL_GPL vmlinux 0xee83c414 mptcp_pm_get_add_addr_signal_max +EXPORT_SYMBOL_GPL vmlinux 0xee89fe79 ipv4_sk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0xee8e1edd l3mdev_fib_table_by_index +EXPORT_SYMBOL_GPL vmlinux 0xee9a41f3 xen_xenbus_fops +EXPORT_SYMBOL_GPL vmlinux 0xeea4c5cf rio_mport_initialize +EXPORT_SYMBOL_GPL vmlinux 0xeeb25f8b thermal_zone_device_enable +EXPORT_SYMBOL_GPL vmlinux 0xeed3050c vp_modern_get_queue_reset +EXPORT_SYMBOL_GPL vmlinux 0xeedd987e phy_10gbit_features_array +EXPORT_SYMBOL_GPL vmlinux 0xeedfa62a zynqmp_pm_is_function_supported +EXPORT_SYMBOL_GPL vmlinux 0xeeeae6c3 sysfs_create_groups +EXPORT_SYMBOL_GPL vmlinux 0xeef0f10d devlink_traps_register +EXPORT_SYMBOL_GPL vmlinux 0xeef4beb4 sdev_evt_send_simple +EXPORT_SYMBOL_GPL vmlinux 0xeef68434 acpi_ec_remove_query_handler +EXPORT_SYMBOL_GPL vmlinux 0xef039554 pci_free_p2pmem +EXPORT_SYMBOL_GPL vmlinux 0xef0deb99 devl_trap_policers_register +EXPORT_SYMBOL_GPL vmlinux 0xef15ff45 fat_add_entries +EXPORT_SYMBOL_GPL vmlinux 0xef1f60db xhci_ext_cap_init +EXPORT_SYMBOL_GPL vmlinux 0xef1f6e23 apei_resources_request +EXPORT_SYMBOL_GPL vmlinux 0xef213d23 regmap_can_raw_write +EXPORT_SYMBOL_GPL vmlinux 0xef29dfd3 sfp_register_socket +EXPORT_SYMBOL_GPL vmlinux 0xef29fcdd clk_bulk_put +EXPORT_SYMBOL_GPL vmlinux 0xef2e2637 clk_regmap_divider_ops +EXPORT_SYMBOL_GPL vmlinux 0xef31c026 pci_msix_alloc_irq_at +EXPORT_SYMBOL_GPL vmlinux 0xef34bf3e hrtimer_active +EXPORT_SYMBOL_GPL vmlinux 0xef3e1951 tcp_reno_undo_cwnd +EXPORT_SYMBOL_GPL vmlinux 0xef3e2967 pwmchip_add +EXPORT_SYMBOL_GPL vmlinux 0xef464c28 getboottime64 +EXPORT_SYMBOL_GPL vmlinux 0xef542876 driver_set_override +EXPORT_SYMBOL_GPL vmlinux 0xef556d0b regmap_register_patch +EXPORT_SYMBOL_GPL vmlinux 0xef5db66d regulator_get_init_drvdata +EXPORT_SYMBOL_GPL vmlinux 0xef6bf259 wm8350_reg_write +EXPORT_SYMBOL_GPL vmlinux 0xef6c3f70 round_jiffies_up_relative +EXPORT_SYMBOL_GPL vmlinux 0xef70eb7e ring_buffer_iter_advance +EXPORT_SYMBOL_GPL vmlinux 0xef73a632 kvm_read_guest_cached +EXPORT_SYMBOL_GPL vmlinux 0xef7c67f6 sched_numa_find_nth_cpu +EXPORT_SYMBOL_GPL vmlinux 0xef8d2f64 pci_alloc_p2pmem +EXPORT_SYMBOL_GPL vmlinux 0xef92ef33 btree_last +EXPORT_SYMBOL_GPL vmlinux 0xef9fa8aa fwnode_get_next_child_node +EXPORT_SYMBOL_GPL vmlinux 0xefa2c27d register_tracepoint_module_notifier +EXPORT_SYMBOL_GPL vmlinux 0xefab5998 i2c_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0xefb3b91d wm8350_reg_lock +EXPORT_SYMBOL_GPL vmlinux 0xefb569dc md_do_sync +EXPORT_SYMBOL_GPL vmlinux 0xefb95136 gpiochip_request_own_desc +EXPORT_SYMBOL_GPL vmlinux 0xefbe44f9 pinctrl_find_gpio_range_from_pin +EXPORT_SYMBOL_GPL vmlinux 0xefc395d8 sysfs_notify +EXPORT_SYMBOL_GPL vmlinux 0xefcc66cd device_add_software_node +EXPORT_SYMBOL_GPL vmlinux 0xefcca22d usb_clear_halt +EXPORT_SYMBOL_GPL vmlinux 0xefd2c687 regulator_bulk_set_supply_names +EXPORT_SYMBOL_GPL vmlinux 0xefd9c19a vfs_listxattr +EXPORT_SYMBOL_GPL vmlinux 0xefe98e0c syscon_regmap_lookup_by_phandle_optional +EXPORT_SYMBOL_GPL vmlinux 0xefeafcf1 edac_has_mcs +EXPORT_SYMBOL_GPL vmlinux 0xeff5f3a9 lwtunnel_valid_encap_type +EXPORT_SYMBOL_GPL vmlinux 0xf0116ad8 clk_hw_unregister_gate +EXPORT_SYMBOL_GPL vmlinux 0xf012349d gnttab_batch_copy +EXPORT_SYMBOL_GPL vmlinux 0xf01370b6 regulator_set_pull_down_regmap +EXPORT_SYMBOL_GPL vmlinux 0xf0183f87 ptp_parse_header +EXPORT_SYMBOL_GPL vmlinux 0xf01f132d adp5520_set_bits +EXPORT_SYMBOL_GPL vmlinux 0xf0211953 pci_ats_supported +EXPORT_SYMBOL_GPL vmlinux 0xf03fdfd7 sysfs_add_file_to_group +EXPORT_SYMBOL_GPL vmlinux 0xf04429b4 acpi_bus_get_status_handle +EXPORT_SYMBOL_GPL vmlinux 0xf059f248 mtk_mutex_write_mod +EXPORT_SYMBOL_GPL vmlinux 0xf05a52fe asn1_encode_oid +EXPORT_SYMBOL_GPL vmlinux 0xf05fbf09 pci_pio_to_address +EXPORT_SYMBOL_GPL vmlinux 0xf0616e7a sched_numa_hop_mask +EXPORT_SYMBOL_GPL vmlinux 0xf0696401 acpi_pci_detect_ejectable +EXPORT_SYMBOL_GPL vmlinux 0xf0865666 mbox_free_channel +EXPORT_SYMBOL_GPL vmlinux 0xf087c926 devm_pci_epc_destroy +EXPORT_SYMBOL_GPL vmlinux 0xf08be985 nvdimm_cmd_mask +EXPORT_SYMBOL_GPL vmlinux 0xf08c899d udp_bpf_update_proto +EXPORT_SYMBOL_GPL vmlinux 0xf0910075 sfp_bus_del_upstream +EXPORT_SYMBOL_GPL vmlinux 0xf0957659 mtk_clk_unregister_ref2usb_tx +EXPORT_SYMBOL_GPL vmlinux 0xf09c0360 ahci_platform_disable_resources +EXPORT_SYMBOL_GPL vmlinux 0xf09c7b00 rtnl_link_register +EXPORT_SYMBOL_GPL vmlinux 0xf0b39ccd pci_epc_get_msix +EXPORT_SYMBOL_GPL vmlinux 0xf0c251d1 rtnl_af_register +EXPORT_SYMBOL_GPL vmlinux 0xf0dc5f6e led_set_brightness_sync +EXPORT_SYMBOL_GPL vmlinux 0xf0fb1ce1 mcore_booted +EXPORT_SYMBOL_GPL vmlinux 0xf0fb484e phy_package_join +EXPORT_SYMBOL_GPL vmlinux 0xf0fe8368 wm831x_device_shutdown +EXPORT_SYMBOL_GPL vmlinux 0xf1004d2b synth_event_trace_array +EXPORT_SYMBOL_GPL vmlinux 0xf10a0b14 noop_backing_dev_info +EXPORT_SYMBOL_GPL vmlinux 0xf1120b1b rio_attach_device +EXPORT_SYMBOL_GPL vmlinux 0xf12180fd imx_1443x_dram_pll +EXPORT_SYMBOL_GPL vmlinux 0xf13ec6c5 crypto_stats_akcipher_encrypt +EXPORT_SYMBOL_GPL vmlinux 0xf14317ef devl_rate_nodes_destroy +EXPORT_SYMBOL_GPL vmlinux 0xf148ee2d regmap_bulk_read +EXPORT_SYMBOL_GPL vmlinux 0xf155a4d7 gpiochip_remove +EXPORT_SYMBOL_GPL vmlinux 0xf155bf0d devl_resource_size_get +EXPORT_SYMBOL_GPL vmlinux 0xf16fe79f platform_msi_domain_alloc_irqs +EXPORT_SYMBOL_GPL vmlinux 0xf173b02d iomap_file_unshare +EXPORT_SYMBOL_GPL vmlinux 0xf174eb81 iommu_map_atomic +EXPORT_SYMBOL_GPL vmlinux 0xf184d189 kernel_power_off +EXPORT_SYMBOL_GPL vmlinux 0xf18597a1 addrconf_prefix_rcv_add_addr +EXPORT_SYMBOL_GPL vmlinux 0xf188a662 rhashtable_walk_exit +EXPORT_SYMBOL_GPL vmlinux 0xf19d2784 k3_udma_glue_tx_get_dma_device +EXPORT_SYMBOL_GPL vmlinux 0xf1a60c42 irq_chip_release_resources_parent +EXPORT_SYMBOL_GPL vmlinux 0xf1aaf8d4 irq_work_sync +EXPORT_SYMBOL_GPL vmlinux 0xf1cb5865 uart_handle_cts_change +EXPORT_SYMBOL_GPL vmlinux 0xf1e91f5f pci_ims_alloc_irq +EXPORT_SYMBOL_GPL vmlinux 0xf1eac689 lwtunnel_input +EXPORT_SYMBOL_GPL vmlinux 0xf202501b vcap_del_rules +EXPORT_SYMBOL_GPL vmlinux 0xf205ad41 dm_get_md +EXPORT_SYMBOL_GPL vmlinux 0xf207cbbe vp_modern_get_status +EXPORT_SYMBOL_GPL vmlinux 0xf20a5584 of_detach_node +EXPORT_SYMBOL_GPL vmlinux 0xf2171173 trace_event_buffer_reserve +EXPORT_SYMBOL_GPL vmlinux 0xf21c38ed __udp_gso_segment +EXPORT_SYMBOL_GPL vmlinux 0xf21e1f9b disable_percpu_irq +EXPORT_SYMBOL_GPL vmlinux 0xf235bd42 tcp_done +EXPORT_SYMBOL_GPL vmlinux 0xf23b6c14 vcap_rule_set_counter +EXPORT_SYMBOL_GPL vmlinux 0xf23d5e4b unregister_asymmetric_key_parser +EXPORT_SYMBOL_GPL vmlinux 0xf2495bb1 device_create_with_groups +EXPORT_SYMBOL_GPL vmlinux 0xf25ec203 scmi_protocol_unregister +EXPORT_SYMBOL_GPL vmlinux 0xf25ffb81 wbc_account_cgroup_owner +EXPORT_SYMBOL_GPL vmlinux 0xf27d0a7b gnttab_grant_foreign_access_ref +EXPORT_SYMBOL_GPL vmlinux 0xf28404cf devlink_dpipe_header_ipv6 +EXPORT_SYMBOL_GPL vmlinux 0xf288264e led_blink_set_oneshot +EXPORT_SYMBOL_GPL vmlinux 0xf292e06c gpiod_set_transitory +EXPORT_SYMBOL_GPL vmlinux 0xf2967796 ring_buffer_record_on +EXPORT_SYMBOL_GPL vmlinux 0xf2a634b0 sock_diag_register_inet_compat +EXPORT_SYMBOL_GPL vmlinux 0xf2ac5ca4 devm_platform_ioremap_resource +EXPORT_SYMBOL_GPL vmlinux 0xf2b33cb7 memory_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0xf2bd2e85 dst_cache_set_ip6 +EXPORT_SYMBOL_GPL vmlinux 0xf2c0678a pm_generic_freeze_noirq +EXPORT_SYMBOL_GPL vmlinux 0xf2c2acd4 dev_pm_genpd_get_next_hrtimer +EXPORT_SYMBOL_GPL vmlinux 0xf2d9bc7d mtk_pinconf_bias_set_rev1 +EXPORT_SYMBOL_GPL vmlinux 0xf2eb48f7 spi_sync +EXPORT_SYMBOL_GPL vmlinux 0xf2ee4039 devlink_dpipe_action_put +EXPORT_SYMBOL_GPL vmlinux 0xf2fb61bd vprintk_default +EXPORT_SYMBOL_GPL vmlinux 0xf2ff4bc2 serial8250_em485_supported +EXPORT_SYMBOL_GPL vmlinux 0xf303e7e8 ip6_dst_lookup_tunnel +EXPORT_SYMBOL_GPL vmlinux 0xf3060259 xhci_reset_bandwidth +EXPORT_SYMBOL_GPL vmlinux 0xf3083a1d phylink_destroy +EXPORT_SYMBOL_GPL vmlinux 0xf30a5502 cpufreq_enable_boost_support +EXPORT_SYMBOL_GPL vmlinux 0xf311e156 key_being_used_for +EXPORT_SYMBOL_GPL vmlinux 0xf31632e0 ezx_pcap_read +EXPORT_SYMBOL_GPL vmlinux 0xf31b3fd1 workqueue_set_max_active +EXPORT_SYMBOL_GPL vmlinux 0xf31e798c decrypt_blob +EXPORT_SYMBOL_GPL vmlinux 0xf32bdc5d unregister_xenstore_notifier +EXPORT_SYMBOL_GPL vmlinux 0xf331236f btree_geo32 +EXPORT_SYMBOL_GPL vmlinux 0xf343255b bsg_register_queue +EXPORT_SYMBOL_GPL vmlinux 0xf34ed7f7 pingv6_prot +EXPORT_SYMBOL_GPL vmlinux 0xf352023f memory_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0xf3797506 mpi_ec_deinit +EXPORT_SYMBOL_GPL vmlinux 0xf37ae7b4 get_net_ns_by_pid +EXPORT_SYMBOL_GPL vmlinux 0xf3808cb1 get_state_synchronize_rcu +EXPORT_SYMBOL_GPL vmlinux 0xf38256eb tty_release_struct +EXPORT_SYMBOL_GPL vmlinux 0xf39306e7 of_platform_device_destroy +EXPORT_SYMBOL_GPL vmlinux 0xf3a09fe7 crypto_has_kpp +EXPORT_SYMBOL_GPL vmlinux 0xf3aeb763 kvm_io_bus_get_dev +EXPORT_SYMBOL_GPL vmlinux 0xf3b451ca kdb_poll_funcs +EXPORT_SYMBOL_GPL vmlinux 0xf3b6779b component_add_typed +EXPORT_SYMBOL_GPL vmlinux 0xf3b95d79 btree_remove +EXPORT_SYMBOL_GPL vmlinux 0xf3ccee6c get_task_mm +EXPORT_SYMBOL_GPL vmlinux 0xf3e219d5 acpi_bind_one +EXPORT_SYMBOL_GPL vmlinux 0xf3eed088 vp_legacy_probe +EXPORT_SYMBOL_GPL vmlinux 0xf3f15a09 iommu_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0xf40325cf dpcon_close +EXPORT_SYMBOL_GPL vmlinux 0xf40539cf pm_clk_remove +EXPORT_SYMBOL_GPL vmlinux 0xf41fa958 icc_sync_state +EXPORT_SYMBOL_GPL vmlinux 0xf425be66 msi_domain_get_virq +EXPORT_SYMBOL_GPL vmlinux 0xf43effa9 timer_unstable_counter_workaround +EXPORT_SYMBOL_GPL vmlinux 0xf45aa23d class_compat_remove_link +EXPORT_SYMBOL_GPL vmlinux 0xf4688089 dev_pm_genpd_remove_notifier +EXPORT_SYMBOL_GPL vmlinux 0xf4689d50 linkmode_set_pause +EXPORT_SYMBOL_GPL vmlinux 0xf47654df irq_check_status_bit +EXPORT_SYMBOL_GPL vmlinux 0xf47cf18e devlink_param_unregister +EXPORT_SYMBOL_GPL vmlinux 0xf48412df ata_port_freeze +EXPORT_SYMBOL_GPL vmlinux 0xf4881f25 disk_uevent +EXPORT_SYMBOL_GPL vmlinux 0xf49fd8a3 __get_task_ioprio +EXPORT_SYMBOL_GPL vmlinux 0xf4a00349 __tracepoint_block_rq_insert +EXPORT_SYMBOL_GPL vmlinux 0xf4af0649 trace_event_reg +EXPORT_SYMBOL_GPL vmlinux 0xf4af35c2 rcu_gp_is_normal +EXPORT_SYMBOL_GPL vmlinux 0xf4b065e4 iort_get_rmr_sids +EXPORT_SYMBOL_GPL vmlinux 0xf4b86969 __devm_regmap_init_i2c +EXPORT_SYMBOL_GPL vmlinux 0xf4be799d devlink_dpipe_entry_ctx_prepare +EXPORT_SYMBOL_GPL vmlinux 0xf4c8a0bc tty_wakeup +EXPORT_SYMBOL_GPL vmlinux 0xf4cb10c5 spi_bus_unlock +EXPORT_SYMBOL_GPL vmlinux 0xf4cd9f8f reset_control_bulk_release +EXPORT_SYMBOL_GPL vmlinux 0xf4e99dff device_move +EXPORT_SYMBOL_GPL vmlinux 0xf4ef2c2b fsl_mc_bus_dprc_type +EXPORT_SYMBOL_GPL vmlinux 0xf4f73580 crypto_stats_init +EXPORT_SYMBOL_GPL vmlinux 0xf502a469 driver_find +EXPORT_SYMBOL_GPL vmlinux 0xf5048cca mmput +EXPORT_SYMBOL_GPL vmlinux 0xf5083d71 split_page +EXPORT_SYMBOL_GPL vmlinux 0xf5209877 driver_attach +EXPORT_SYMBOL_GPL vmlinux 0xf529f656 ip6_datagram_connect +EXPORT_SYMBOL_GPL vmlinux 0xf52dbfbb platform_get_irq +EXPORT_SYMBOL_GPL vmlinux 0xf532eb05 fwnode_handle_get +EXPORT_SYMBOL_GPL vmlinux 0xf541713b vcap_filter_rule_keys +EXPORT_SYMBOL_GPL vmlinux 0xf54bd49b lcm +EXPORT_SYMBOL_GPL vmlinux 0xf553318d cpuidle_pause_and_lock +EXPORT_SYMBOL_GPL vmlinux 0xf55b113f sb800_prefetch +EXPORT_SYMBOL_GPL vmlinux 0xf56aaaf2 crypto_register_scomp +EXPORT_SYMBOL_GPL vmlinux 0xf56da8d2 fsnotify_destroy_mark +EXPORT_SYMBOL_GPL vmlinux 0xf5782783 mtk_clk_register_ref2usb_tx +EXPORT_SYMBOL_GPL vmlinux 0xf579fe93 sdio_f0_writeb +EXPORT_SYMBOL_GPL vmlinux 0xf57b5a34 thermal_cooling_device_register +EXPORT_SYMBOL_GPL vmlinux 0xf57baea0 sdio_register_driver +EXPORT_SYMBOL_GPL vmlinux 0xf581dbc2 dev_attr_sw_activity +EXPORT_SYMBOL_GPL vmlinux 0xf599199f register_btf_kfunc_id_set +EXPORT_SYMBOL_GPL vmlinux 0xf5a067bf iommu_group_dma_owner_claimed +EXPORT_SYMBOL_GPL vmlinux 0xf5a3ba99 linear_range_values_in_range +EXPORT_SYMBOL_GPL vmlinux 0xf5a3e515 usb_interrupt_msg +EXPORT_SYMBOL_GPL vmlinux 0xf5a691cd invalidate_bh_lrus +EXPORT_SYMBOL_GPL vmlinux 0xf5aac124 mc_send_command +EXPORT_SYMBOL_GPL vmlinux 0xf5ade0cb clk_hw_unregister_composite +EXPORT_SYMBOL_GPL vmlinux 0xf5bfd9e6 blk_crypto_evict_key +EXPORT_SYMBOL_GPL vmlinux 0xf5dbf7c0 ip6_dst_lookup_flow +EXPORT_SYMBOL_GPL vmlinux 0xf5e1a77c trace_seq_putmem_hex +EXPORT_SYMBOL_GPL vmlinux 0xf5f18876 pci_epf_unbind +EXPORT_SYMBOL_GPL vmlinux 0xf5f370e0 async_schedule_node +EXPORT_SYMBOL_GPL vmlinux 0xf5f4d0cc rio_release_outb_mbox +EXPORT_SYMBOL_GPL vmlinux 0xf5f7248a pci_check_and_unmask_intx +EXPORT_SYMBOL_GPL vmlinux 0xf600152b blk_rq_prep_clone +EXPORT_SYMBOL_GPL vmlinux 0xf6069063 fsl_mc_resource_allocate +EXPORT_SYMBOL_GPL vmlinux 0xf613bb56 mpc8xxx_spi_tx_buf_u32 +EXPORT_SYMBOL_GPL vmlinux 0xf619a889 __mmc_poll_for_busy +EXPORT_SYMBOL_GPL vmlinux 0xf61c6b74 hv_do_hypercall +EXPORT_SYMBOL_GPL vmlinux 0xf61f8d6d transport_add_device +EXPORT_SYMBOL_GPL vmlinux 0xf61fd3c7 sata_port_ops +EXPORT_SYMBOL_GPL vmlinux 0xf63109bd imx_clk_hw_pllv4 +EXPORT_SYMBOL_GPL vmlinux 0xf633bb52 acpi_dev_gpio_irq_wake_get_by +EXPORT_SYMBOL_GPL vmlinux 0xf63b1fc2 usb_sg_wait +EXPORT_SYMBOL_GPL vmlinux 0xf64aaa25 alarm_init +EXPORT_SYMBOL_GPL vmlinux 0xf652ee1d dm_disk +EXPORT_SYMBOL_GPL vmlinux 0xf654c5d0 usb_get_maximum_speed +EXPORT_SYMBOL_GPL vmlinux 0xf660ebb7 blk_mq_hctx_set_fq_lock_class +EXPORT_SYMBOL_GPL vmlinux 0xf661c224 ip6_sk_dst_lookup_flow +EXPORT_SYMBOL_GPL vmlinux 0xf662d2b9 imx_pinctrl_sc_ipc_init +EXPORT_SYMBOL_GPL vmlinux 0xf663ee2f pcap_adc_sync +EXPORT_SYMBOL_GPL vmlinux 0xf67ab11f pci_find_next_capability +EXPORT_SYMBOL_GPL vmlinux 0xf67aff81 clkdev_create +EXPORT_SYMBOL_GPL vmlinux 0xf696041f serial8250_em485_stop_tx +EXPORT_SYMBOL_GPL vmlinux 0xf6a28554 region_intersects +EXPORT_SYMBOL_GPL vmlinux 0xf6acea80 crypto_shoot_alg +EXPORT_SYMBOL_GPL vmlinux 0xf6ad23d6 iommu_group_get +EXPORT_SYMBOL_GPL vmlinux 0xf6beee37 __SCK__tp_func_pelt_cfs_tp +EXPORT_SYMBOL_GPL vmlinux 0xf6c1dab2 gpiochip_generic_free +EXPORT_SYMBOL_GPL vmlinux 0xf6c71a25 cper_severity_str +EXPORT_SYMBOL_GPL vmlinux 0xf6c89731 pci_dev_unlock +EXPORT_SYMBOL_GPL vmlinux 0xf6c8dc62 cpu_hotplug_enable +EXPORT_SYMBOL_GPL vmlinux 0xf6e6cfb5 dma_run_dependencies +EXPORT_SYMBOL_GPL vmlinux 0xf6e772c3 irq_bypass_unregister_producer +EXPORT_SYMBOL_GPL vmlinux 0xf6e874f5 ata_timing_merge +EXPORT_SYMBOL_GPL vmlinux 0xf6edcab2 sdio_readsb +EXPORT_SYMBOL_GPL vmlinux 0xf6f16c56 rcu_barrier_tasks +EXPORT_SYMBOL_GPL vmlinux 0xf6ff3ca7 imx_get_clk_hw_by_name +EXPORT_SYMBOL_GPL vmlinux 0xf70e4a4d preempt_schedule_notrace +EXPORT_SYMBOL_GPL vmlinux 0xf71c1989 dev_pm_qos_flags +EXPORT_SYMBOL_GPL vmlinux 0xf7272277 sata_link_debounce +EXPORT_SYMBOL_GPL vmlinux 0xf72a65ea tty_get_char_size +EXPORT_SYMBOL_GPL vmlinux 0xf730fb4a qcom_smem_state_update_bits +EXPORT_SYMBOL_GPL vmlinux 0xf74405d0 crypto_aead_setkey +EXPORT_SYMBOL_GPL vmlinux 0xf744298f hv_unmap_memory +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 0xf7599a22 sdio_memcpy_toio +EXPORT_SYMBOL_GPL vmlinux 0xf766882a da9052_adc_read_temp +EXPORT_SYMBOL_GPL vmlinux 0xf76c250d dm_internal_resume_fast +EXPORT_SYMBOL_GPL vmlinux 0xf774cd8b hrtimer_sleeper_start_expires +EXPORT_SYMBOL_GPL vmlinux 0xf775a2e9 devm_mipi_dsi_device_register_full +EXPORT_SYMBOL_GPL vmlinux 0xf7772bde xas_init_marks +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 0xf79151f3 phylink_of_phy_connect +EXPORT_SYMBOL_GPL vmlinux 0xf7a0011c __dev_fwnode_const +EXPORT_SYMBOL_GPL vmlinux 0xf7a43ddd gfn_to_page +EXPORT_SYMBOL_GPL vmlinux 0xf7a4bfa2 dm_get_queue_limits +EXPORT_SYMBOL_GPL vmlinux 0xf7afb369 btree_init +EXPORT_SYMBOL_GPL vmlinux 0xf7b3c726 device_store_bool +EXPORT_SYMBOL_GPL vmlinux 0xf7b436db clockevents_unbind_device +EXPORT_SYMBOL_GPL vmlinux 0xf7bc95b0 devlink_fmsg_pair_nest_start +EXPORT_SYMBOL_GPL vmlinux 0xf7bfb0ea regmap_async_complete +EXPORT_SYMBOL_GPL vmlinux 0xf7c3f273 xen_resume_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0xf7d4314e crypto_grab_shash +EXPORT_SYMBOL_GPL vmlinux 0xf7e2a14d devm_hwspin_lock_unregister +EXPORT_SYMBOL_GPL vmlinux 0xf7e6c9ad __netpoll_free +EXPORT_SYMBOL_GPL vmlinux 0xf7eed96f blk_crypto_profile_destroy +EXPORT_SYMBOL_GPL vmlinux 0xf7f584d7 mmc_app_cmd +EXPORT_SYMBOL_GPL vmlinux 0xf7fa2714 class_find_device +EXPORT_SYMBOL_GPL vmlinux 0xf8076359 restore_online_page_callback +EXPORT_SYMBOL_GPL vmlinux 0xf80f5fc7 __SCK__tp_func_ata_exec_command +EXPORT_SYMBOL_GPL vmlinux 0xf8161316 __fsl_mc_driver_register +EXPORT_SYMBOL_GPL vmlinux 0xf81dce70 thermal_genl_cpu_capability_event +EXPORT_SYMBOL_GPL vmlinux 0xf82da429 host1x_context_device_bus_type +EXPORT_SYMBOL_GPL vmlinux 0xf82f3657 work_on_cpu +EXPORT_SYMBOL_GPL vmlinux 0xf850b27b spi_controller_dma_map_mem_op_data +EXPORT_SYMBOL_GPL vmlinux 0xf852d746 __tracepoint_tcp_send_reset +EXPORT_SYMBOL_GPL vmlinux 0xf8540d8c sbitmap_any_bit_set +EXPORT_SYMBOL_GPL vmlinux 0xf854de7b pci_ioremap_wc_bar +EXPORT_SYMBOL_GPL vmlinux 0xf858babd rtnl_delete_link +EXPORT_SYMBOL_GPL vmlinux 0xf85cc862 devm_regmap_init_vexpress_config +EXPORT_SYMBOL_GPL vmlinux 0xf85df549 relay_switch_subbuf +EXPORT_SYMBOL_GPL vmlinux 0xf861bd31 rockchip_clk_register_ddrclk +EXPORT_SYMBOL_GPL vmlinux 0xf870f9cd cgrp_dfl_root +EXPORT_SYMBOL_GPL vmlinux 0xf883bf93 crypto_dh_key_len +EXPORT_SYMBOL_GPL vmlinux 0xf89070da pcie_bus_configure_settings +EXPORT_SYMBOL_GPL vmlinux 0xf8931537 of_pinctrl_get +EXPORT_SYMBOL_GPL vmlinux 0xf8b1730f vcap_rule_add_key_bit +EXPORT_SYMBOL_GPL vmlinux 0xf8b4160d meson8_aobus_parse_dt_extra +EXPORT_SYMBOL_GPL vmlinux 0xf8da067b __cpufreq_driver_target +EXPORT_SYMBOL_GPL vmlinux 0xf8ec61c5 __devm_reset_control_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0xf8ec9c2d netdev_walk_all_upper_dev_rcu +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 0xf907d941 ip_build_and_send_pkt +EXPORT_SYMBOL_GPL vmlinux 0xf9093f5b __tracepoint_cpu_frequency +EXPORT_SYMBOL_GPL vmlinux 0xf913fc59 iommu_page_response +EXPORT_SYMBOL_GPL vmlinux 0xf915d44d of_get_pci_domain_nr +EXPORT_SYMBOL_GPL vmlinux 0xf92067ee register_pernet_device +EXPORT_SYMBOL_GPL vmlinux 0xf926a606 phylink_mii_c22_pcs_decode_state +EXPORT_SYMBOL_GPL vmlinux 0xf93566eb __traceiter_napi_poll +EXPORT_SYMBOL_GPL vmlinux 0xf937ede5 __traceiter_br_fdb_update +EXPORT_SYMBOL_GPL vmlinux 0xf93d0415 trace_event_ignore_this_pid +EXPORT_SYMBOL_GPL vmlinux 0xf940d9ab devlink_port_attrs_pci_pf_set +EXPORT_SYMBOL_GPL vmlinux 0xf94365a2 nf_checksum +EXPORT_SYMBOL_GPL vmlinux 0xf944d83e crypto_mod_get +EXPORT_SYMBOL_GPL vmlinux 0xf9462209 gpiod_get_value +EXPORT_SYMBOL_GPL vmlinux 0xf95322f4 kthread_parkme +EXPORT_SYMBOL_GPL vmlinux 0xf955e9c5 bprintf +EXPORT_SYMBOL_GPL vmlinux 0xf95ef841 irq_chip_ack_parent +EXPORT_SYMBOL_GPL vmlinux 0xf966260b fwnode_graph_get_endpoint_by_id +EXPORT_SYMBOL_GPL vmlinux 0xf967422b HYPERVISOR_xen_version +EXPORT_SYMBOL_GPL vmlinux 0xf9690215 devfreq_cooling_em_register +EXPORT_SYMBOL_GPL vmlinux 0xf978c7db netdev_sw_irq_coalesce_default_on +EXPORT_SYMBOL_GPL vmlinux 0xf986e408 mtk_pinconf_bias_disable_get +EXPORT_SYMBOL_GPL vmlinux 0xf9901ee1 __serdev_device_driver_register +EXPORT_SYMBOL_GPL vmlinux 0xf9a054b5 __round_jiffies +EXPORT_SYMBOL_GPL vmlinux 0xf9a3c5dc zynqmp_pm_load_pdi +EXPORT_SYMBOL_GPL vmlinux 0xf9aabfd5 acpi_dev_clear_dependencies +EXPORT_SYMBOL_GPL vmlinux 0xf9b34a0b iopf_queue_free +EXPORT_SYMBOL_GPL vmlinux 0xf9baf43d tpm_pm_suspend +EXPORT_SYMBOL_GPL vmlinux 0xf9bcc539 rt_mutex_lock_killable +EXPORT_SYMBOL_GPL vmlinux 0xf9d6c5c0 rio_set_port_lockout +EXPORT_SYMBOL_GPL vmlinux 0xf9f5c13a mtk_eint_do_resume +EXPORT_SYMBOL_GPL vmlinux 0xfa00733c regmap_noinc_write +EXPORT_SYMBOL_GPL vmlinux 0xfa0c93d0 generic_fh_to_dentry +EXPORT_SYMBOL_GPL vmlinux 0xfa1d1fa2 of_property_read_variable_u32_array +EXPORT_SYMBOL_GPL vmlinux 0xfa1eb910 unregister_syscore_ops +EXPORT_SYMBOL_GPL vmlinux 0xfa200d4d acpi_driver_match_device +EXPORT_SYMBOL_GPL vmlinux 0xfa20488d tcp_parse_mss_option +EXPORT_SYMBOL_GPL vmlinux 0xfa317c11 acpi_dev_add_driver_gpios +EXPORT_SYMBOL_GPL vmlinux 0xfa349688 aer_recover_queue +EXPORT_SYMBOL_GPL vmlinux 0xfa37c94e irqchip_fwnode_ops +EXPORT_SYMBOL_GPL vmlinux 0xfa37fb11 vcap_mod_rule +EXPORT_SYMBOL_GPL vmlinux 0xfa3b8f47 devm_fwnode_pwm_get +EXPORT_SYMBOL_GPL vmlinux 0xfa420b24 sysfs_remove_file_self +EXPORT_SYMBOL_GPL vmlinux 0xfa43cefc is_hash_blacklisted +EXPORT_SYMBOL_GPL vmlinux 0xfa44f2a5 ping_seq_start +EXPORT_SYMBOL_GPL vmlinux 0xfa4d3c24 log_post_write_mmio +EXPORT_SYMBOL_GPL vmlinux 0xfa5dc870 blk_steal_bios +EXPORT_SYMBOL_GPL vmlinux 0xfa666974 queue_work_node +EXPORT_SYMBOL_GPL vmlinux 0xfa67b3d6 ip6_input +EXPORT_SYMBOL_GPL vmlinux 0xfa6de924 net_selftest +EXPORT_SYMBOL_GPL vmlinux 0xfa792636 fuse_dev_alloc +EXPORT_SYMBOL_GPL vmlinux 0xfa8d84cf vmf_insert_pfn_pmd_prot +EXPORT_SYMBOL_GPL vmlinux 0xfaad55f1 device_match_fwnode +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 0xfacc3339 devm_clk_hw_register_fixed_factor_parent_hw +EXPORT_SYMBOL_GPL vmlinux 0xfad9c827 kill_dax +EXPORT_SYMBOL_GPL vmlinux 0xfae54de0 led_compose_name +EXPORT_SYMBOL_GPL vmlinux 0xfae65230 pm_genpd_opp_to_performance_state +EXPORT_SYMBOL_GPL vmlinux 0xfae9cbd2 dm_post_suspending +EXPORT_SYMBOL_GPL vmlinux 0xfaf4a8e0 account_locked_vm +EXPORT_SYMBOL_GPL vmlinux 0xfafcba9c irq_domain_update_bus_token +EXPORT_SYMBOL_GPL vmlinux 0xfafd11f7 devm_hwspin_lock_register +EXPORT_SYMBOL_GPL vmlinux 0xfb129180 input_ff_create +EXPORT_SYMBOL_GPL vmlinux 0xfb21c789 clk_hw_set_rate_range +EXPORT_SYMBOL_GPL vmlinux 0xfb2415b3 pinctrl_register_and_init +EXPORT_SYMBOL_GPL vmlinux 0xfb315550 skb_mpls_pop +EXPORT_SYMBOL_GPL vmlinux 0xfb32b30f ring_buffer_read_prepare_sync +EXPORT_SYMBOL_GPL vmlinux 0xfb3f1b8a inet_csk_listen_start +EXPORT_SYMBOL_GPL vmlinux 0xfb41df14 regmap_field_update_bits_base +EXPORT_SYMBOL_GPL vmlinux 0xfb4a62a1 devm_regulator_put +EXPORT_SYMBOL_GPL vmlinux 0xfb5104a3 tty_find_polling_driver +EXPORT_SYMBOL_GPL vmlinux 0xfb535d7d mpc8xxx_spi_tx_buf_u8 +EXPORT_SYMBOL_GPL vmlinux 0xfb5ba884 nd_cmd_in_size +EXPORT_SYMBOL_GPL vmlinux 0xfb60faf5 posix_acl_clone +EXPORT_SYMBOL_GPL vmlinux 0xfb6eedf9 power_group_name +EXPORT_SYMBOL_GPL vmlinux 0xfb9b60be regulator_get_error_flags +EXPORT_SYMBOL_GPL vmlinux 0xfb9d3a82 mmu_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0xfb9e6559 set_selection_kernel +EXPORT_SYMBOL_GPL vmlinux 0xfba6bf79 ata_scsi_ioctl +EXPORT_SYMBOL_GPL vmlinux 0xfbb163b1 acpi_dma_request_slave_chan_by_name +EXPORT_SYMBOL_GPL vmlinux 0xfbbd41ca no_action +EXPORT_SYMBOL_GPL vmlinux 0xfbbdb759 hwspin_lock_request +EXPORT_SYMBOL_GPL vmlinux 0xfbc022cc init_node_memory_type +EXPORT_SYMBOL_GPL vmlinux 0xfbc369cd tegra_mc_get_carveout_info +EXPORT_SYMBOL_GPL vmlinux 0xfbd93d17 crypto_register_ahash +EXPORT_SYMBOL_GPL vmlinux 0xfbe9c343 fwnode_graph_get_remote_endpoint +EXPORT_SYMBOL_GPL vmlinux 0xfbef416e debugfs_create_u16 +EXPORT_SYMBOL_GPL vmlinux 0xfbffd601 net_prio_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0xfc03a4ca proc_dou8vec_minmax +EXPORT_SYMBOL_GPL vmlinux 0xfc03d97a page_is_ram +EXPORT_SYMBOL_GPL vmlinux 0xfc0815b0 kthread_unuse_mm +EXPORT_SYMBOL_GPL vmlinux 0xfc0bd34a bind_interdomain_evtchn_to_irqhandler_lateeoi +EXPORT_SYMBOL_GPL vmlinux 0xfc14bb2e dm_get_dev_t +EXPORT_SYMBOL_GPL vmlinux 0xfc201b66 sprint_oid +EXPORT_SYMBOL_GPL vmlinux 0xfc2042f6 usb_create_hcd +EXPORT_SYMBOL_GPL vmlinux 0xfc254d15 gnttab_free_auto_xlat_frames +EXPORT_SYMBOL_GPL vmlinux 0xfc30176d extcon_set_state_sync +EXPORT_SYMBOL_GPL vmlinux 0xfc322704 regulator_enable +EXPORT_SYMBOL_GPL vmlinux 0xfc34865d kvm_vcpu_gfn_to_pfn_atomic +EXPORT_SYMBOL_GPL vmlinux 0xfc3b4246 acpi_bus_update_power +EXPORT_SYMBOL_GPL vmlinux 0xfc53de23 skb_to_sgvec_nomark +EXPORT_SYMBOL_GPL vmlinux 0xfc58d57d dm_accept_partial_bio +EXPORT_SYMBOL_GPL vmlinux 0xfc66c634 vp_modern_get_driver_features +EXPORT_SYMBOL_GPL vmlinux 0xfc6d2a76 elv_register +EXPORT_SYMBOL_GPL vmlinux 0xfc7560c9 strp_check_rcv +EXPORT_SYMBOL_GPL vmlinux 0xfc7c22a9 ftrace_free_filter +EXPORT_SYMBOL_GPL vmlinux 0xfc8a78ac tty_buffer_unlock_exclusive +EXPORT_SYMBOL_GPL vmlinux 0xfc9477b5 zynqmp_pm_set_pll_frac_data +EXPORT_SYMBOL_GPL vmlinux 0xfcae87d1 ohci_setup +EXPORT_SYMBOL_GPL vmlinux 0xfcbeda63 irq_gc_unmask_enable_reg +EXPORT_SYMBOL_GPL vmlinux 0xfcbfec70 add_memory_driver_managed +EXPORT_SYMBOL_GPL vmlinux 0xfcc1edd3 memory_block_size_bytes +EXPORT_SYMBOL_GPL vmlinux 0xfcca9f1e bpf_prog_select_runtime +EXPORT_SYMBOL_GPL vmlinux 0xfce05160 rio_release_inb_dbell +EXPORT_SYMBOL_GPL vmlinux 0xfceac660 thermal_cooling_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0xfcef95b4 ata_scsi_queuecmd +EXPORT_SYMBOL_GPL vmlinux 0xfcf9ef73 hw_protection_shutdown +EXPORT_SYMBOL_GPL vmlinux 0xfcfe0b1d fscrypt_parse_test_dummy_encryption +EXPORT_SYMBOL_GPL vmlinux 0xfd068326 register_kretprobes +EXPORT_SYMBOL_GPL vmlinux 0xfd144f6b unmap_mapping_pages +EXPORT_SYMBOL_GPL vmlinux 0xfd195774 k3_udma_glue_disable_tx_chn +EXPORT_SYMBOL_GPL vmlinux 0xfd1f6143 cookie_tcp_reqsk_alloc +EXPORT_SYMBOL_GPL vmlinux 0xfd2b3ec2 rtnl_link_unregister +EXPORT_SYMBOL_GPL vmlinux 0xfd2c62ad devlink_dpipe_table_counter_enabled +EXPORT_SYMBOL_GPL vmlinux 0xfd309343 synchronize_srcu +EXPORT_SYMBOL_GPL vmlinux 0xfd464dd2 pm_runtime_suspended_time +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 0xfd79e6fb led_put +EXPORT_SYMBOL_GPL vmlinux 0xfd865ede pinctrl_find_and_add_gpio_range +EXPORT_SYMBOL_GPL vmlinux 0xfdadbf40 of_get_required_opp_performance_state +EXPORT_SYMBOL_GPL vmlinux 0xfdb0a238 mctrl_gpio_init +EXPORT_SYMBOL_GPL vmlinux 0xfdb0b9ca i2c_of_match_device +EXPORT_SYMBOL_GPL vmlinux 0xfdb43cea dax_remove_host +EXPORT_SYMBOL_GPL vmlinux 0xfdbc2e70 gpiod_set_raw_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0xfdbd7a17 crypto_get_attr_type +EXPORT_SYMBOL_GPL vmlinux 0xfdc12892 rockchip_clk_register_branches +EXPORT_SYMBOL_GPL vmlinux 0xfdc54290 dax_remap_file_range_prep +EXPORT_SYMBOL_GPL vmlinux 0xfdcca668 tpm1_do_selftest +EXPORT_SYMBOL_GPL vmlinux 0xfdd2a0f0 sysfs_group_change_owner +EXPORT_SYMBOL_GPL vmlinux 0xfde98cd4 i2c_add_numbered_adapter +EXPORT_SYMBOL_GPL vmlinux 0xfdea2d04 alarm_cancel +EXPORT_SYMBOL_GPL vmlinux 0xfdfe60f9 devm_pinctrl_register_and_init +EXPORT_SYMBOL_GPL vmlinux 0xfe06849b mmc_cmdq_enable +EXPORT_SYMBOL_GPL vmlinux 0xfe0e7cd3 apei_exec_post_unmap_gars +EXPORT_SYMBOL_GPL vmlinux 0xfe0f94fc mptcp_pm_get_add_addr_accept_max +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 0xfe1e5766 crypto_stats_skcipher_encrypt +EXPORT_SYMBOL_GPL vmlinux 0xfe236d55 ahci_platform_enable_regulators +EXPORT_SYMBOL_GPL vmlinux 0xfe318e17 max8997_write_reg +EXPORT_SYMBOL_GPL vmlinux 0xfe35c77d register_pernet_subsys +EXPORT_SYMBOL_GPL vmlinux 0xfe3a6de3 alarm_try_to_cancel +EXPORT_SYMBOL_GPL vmlinux 0xfe415be5 i2c_get_device_id +EXPORT_SYMBOL_GPL vmlinux 0xfe476039 ktime_get_resolution_ns +EXPORT_SYMBOL_GPL vmlinux 0xfe5f377c regulator_set_load +EXPORT_SYMBOL_GPL vmlinux 0xfe7335fd i2c_dw_adjust_bus_speed +EXPORT_SYMBOL_GPL vmlinux 0xfe8c0f86 regmap_multi_reg_write +EXPORT_SYMBOL_GPL vmlinux 0xfe8cdb84 ring_buffer_alloc_read_page +EXPORT_SYMBOL_GPL vmlinux 0xfe92fc17 is_virtio_device +EXPORT_SYMBOL_GPL vmlinux 0xfe990052 gpio_free +EXPORT_SYMBOL_GPL vmlinux 0xfe99dad0 dtpm_create_hierarchy +EXPORT_SYMBOL_GPL vmlinux 0xfea9211e cpufreq_dbs_governor_exit +EXPORT_SYMBOL_GPL vmlinux 0xfeb841f3 fat_sync_inode +EXPORT_SYMBOL_GPL vmlinux 0xfec3bf84 icst_clk_setup +EXPORT_SYMBOL_GPL vmlinux 0xfecad6a9 serial8250_em485_destroy +EXPORT_SYMBOL_GPL vmlinux 0xfecfa783 fib_rules_register +EXPORT_SYMBOL_GPL vmlinux 0xfed11ed1 usb_mon_deregister +EXPORT_SYMBOL_GPL vmlinux 0xfede9222 __tracepoint_suspend_resume +EXPORT_SYMBOL_GPL vmlinux 0xfee3ce42 xenbus_dev_resume +EXPORT_SYMBOL_GPL vmlinux 0xfeeecd05 apei_read +EXPORT_SYMBOL_GPL vmlinux 0xff05fa13 vring_interrupt +EXPORT_SYMBOL_GPL vmlinux 0xff0fb1a2 xen_unmap_domain_gfn_range +EXPORT_SYMBOL_GPL vmlinux 0xff132e67 pci_epf_type_add_cfs +EXPORT_SYMBOL_GPL vmlinux 0xff1666f3 reset_control_bulk_assert +EXPORT_SYMBOL_GPL vmlinux 0xff190030 ahci_platform_enable_phys +EXPORT_SYMBOL_GPL vmlinux 0xff1d8dec __fscrypt_inode_uses_inline_crypto +EXPORT_SYMBOL_GPL vmlinux 0xff1e992b msg_zerocopy_put_abort +EXPORT_SYMBOL_GPL vmlinux 0xff1f5bb9 bsg_setup_queue +EXPORT_SYMBOL_GPL vmlinux 0xff1f6734 kthread_flush_work +EXPORT_SYMBOL_GPL vmlinux 0xff208ba4 misc_cg_uncharge +EXPORT_SYMBOL_GPL vmlinux 0xff291ecf clk_unregister_divider +EXPORT_SYMBOL_GPL vmlinux 0xff34a5c2 of_phy_put +EXPORT_SYMBOL_GPL vmlinux 0xff387046 skb_append_pagefrags +EXPORT_SYMBOL_GPL vmlinux 0xff42c374 usb_role_switch_get_role +EXPORT_SYMBOL_GPL vmlinux 0xff498a79 switchdev_handle_port_obj_add_foreign +EXPORT_SYMBOL_GPL vmlinux 0xff58ab10 __clk_hw_register_fixed_rate +EXPORT_SYMBOL_GPL vmlinux 0xff62f08b scsi_host_unblock +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 0xff8525ab device_add +EXPORT_SYMBOL_GPL vmlinux 0xff870c2a wm831x_reg_read +EXPORT_SYMBOL_GPL vmlinux 0xff9563b4 usb_get_current_frame_number +EXPORT_SYMBOL_GPL vmlinux 0xff972ca5 pci_generic_config_write32 +EXPORT_SYMBOL_GPL vmlinux 0xff9e23d1 hugetlb_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0xffae8e8b nsecs_to_jiffies +EXPORT_SYMBOL_GPL vmlinux 0xffb2f76c debugfs_create_u8 +EXPORT_SYMBOL_GPL vmlinux 0xffc01360 pm_stay_awake +EXPORT_SYMBOL_GPL vmlinux 0xffc14282 elv_rqhash_del +EXPORT_SYMBOL_GPL vmlinux 0xffc31016 __stack_depot_save +EXPORT_SYMBOL_GPL vmlinux 0xffc86f14 __xas_next +EXPORT_SYMBOL_GPL vmlinux 0xffced69e register_asymmetric_key_parser +EXPORT_SYMBOL_GPL vmlinux 0xffd51d9a evm_inode_init_security +EXPORT_SYMBOL_GPL vmlinux 0xffd66c27 regmap_field_bulk_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 0x01f2cb65 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 0x1e6cc8aa cs_dsp_coeff_write_ctrl drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x3ea4b017 cs_dsp_set_dspclk drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x4ac51e1e cs_dsp_find_alg_region 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 0x607143cf cs_dsp_run drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x61e3f516 cs_dsp_adsp2_init drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x6437d277 cs_dsp_halo_wdt_expire drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x6b756408 cs_dsp_adsp2_bus_error drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x6e0cce2d cs_dsp_chunk_write drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x7b4760df cs_dsp_get_ctl drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x7bf83768 cs_dsp_power_up drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x854c16c7 cs_dsp_adsp1_power_up drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x913fb158 cs_dsp_coeff_read_ctrl drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x9b288448 cs_dsp_halo_init drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x9e324cb0 cs_dsp_chunk_flush drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0xa33cd164 cs_dsp_cleanup_debugfs drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0xab693edb cs_dsp_write_data_word drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0xb4912708 cs_dsp_stop drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0xb6c0d9e7 cs_dsp_chunk_read drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0xba27c282 cs_dsp_adsp1_power_down drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0xbf5beb9d cs_dsp_read_data_word drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0xc2888258 cs_dsp_read_raw_data_block drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0xc58b47ac cs_dsp_init_debugfs drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0xc705ac36 cs_dsp_coeff_write_acked_control drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0xd183fd73 cs_dsp_remove drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0xd3c0d099 cs_dsp_adsp1_init drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0xf36a7a48 cs_dsp_halo_bus_error drivers/firmware/cirrus/cs_dsp +HWMON_THERMAL EXPORT_SYMBOL_GPL 0xa86544e9 hwmon_device_register_for_thermal vmlinux +IIO_AD5592R EXPORT_SYMBOL_GPL 0x6b4d3ef5 ad5592r_probe drivers/iio/dac/ad5592r-base +IIO_AD5592R EXPORT_SYMBOL_GPL 0x9535e233 ad5592r_remove drivers/iio/dac/ad5592r-base +IIO_AD5686 EXPORT_SYMBOL_GPL 0x4150da7d ad5686_remove drivers/iio/dac/ad5686 +IIO_AD5686 EXPORT_SYMBOL_GPL 0x5a255bd9 ad5686_probe drivers/iio/dac/ad5686 +IIO_AD7091R EXPORT_SYMBOL_GPL 0x688918e5 ad7091r_probe drivers/iio/adc/ad7091r-base +IIO_AD7091R EXPORT_SYMBOL_GPL 0xefba7af0 ad7091r_regmap_config drivers/iio/adc/ad7091r-base +IIO_AD7606 EXPORT_SYMBOL_GPL 0x82eaf229 ad7606_probe drivers/iio/adc/ad7606 +IIO_AD7606 EXPORT_SYMBOL_GPL 0xc881f724 ad7606_pm_ops drivers/iio/adc/ad7606 +IIO_ADISLIB EXPORT_SYMBOL 0x689356ef adis_debugfs_reg_access drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL 0xbe136d2a __adis_enable_irq drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0x2eeb68d1 adis_init drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0x47116ce7 adis_update_scan_mode drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0x4b75b947 __adis_check_status drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0x72c4c8a9 devm_adis_probe_trigger drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0x8b37f005 __adis_read_reg drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0x99aa8412 adis_single_conversion drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0xb38aa92a devm_adis_setup_buffer_and_trigger drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0xc9fd0e5c __adis_write_reg drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0xde7252c6 __adis_initial_startup drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0xdee0c1de __adis_update_bits_base drivers/iio/imu/adis_lib +IIO_ADIS_LIB EXPORT_SYMBOL_GPL 0x9651dc28 __adis_reset drivers/iio/imu/adis_lib +IIO_ADI_AXI EXPORT_SYMBOL_GPL 0xb4c805f5 adi_axi_adc_conv_priv drivers/iio/adc/adi-axi-adc +IIO_ADI_AXI EXPORT_SYMBOL_GPL 0xed7a0807 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 0x9e1d4f3c adxl313_core_probe drivers/iio/accel/adxl313_core +IIO_ADXL313 EXPORT_SYMBOL_GPL 0xc2b62779 adxl31x_chip_info drivers/iio/accel/adxl313_core +IIO_ADXL313 EXPORT_SYMBOL_GPL 0xe1d8d09c adxl314_readable_regs_table drivers/iio/accel/adxl313_core +IIO_ADXL313 EXPORT_SYMBOL_GPL 0xe1dfdd33 adxl312_writable_regs_table drivers/iio/accel/adxl313_core +IIO_ADXL313 EXPORT_SYMBOL_GPL 0xf6f7b9f3 adxl313_writable_regs_table drivers/iio/accel/adxl313_core +IIO_ADXL355 EXPORT_SYMBOL_GPL 0x4d2f5e0f adxl35x_chip_info drivers/iio/accel/adxl355_core +IIO_ADXL355 EXPORT_SYMBOL_GPL 0x6ff5403b adxl355_readable_regs_tbl drivers/iio/accel/adxl355_core +IIO_ADXL355 EXPORT_SYMBOL_GPL 0x897276ff 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 0x2571ac30 adxl367_probe drivers/iio/accel/adxl367 +IIO_ADXL372 EXPORT_SYMBOL_GPL 0x1d9fb866 adxl372_probe drivers/iio/accel/adxl372 +IIO_ADXL372 EXPORT_SYMBOL_GPL 0x1e2174e7 adxl372_readable_noinc_reg drivers/iio/accel/adxl372 +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0x08e5193d ad_sd_init drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0x19be6904 devm_ad_sd_setup_buffer_and_trigger drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0x23bd0911 ad_sd_set_comm drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0x38bffad1 ad_sd_calibrate_all drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0x40b23405 ad_sigma_delta_single_conversion drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0x578f8ec0 ad_sd_validate_trigger drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0xa7e595cc ad_sd_reset drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0xe2f27ad1 ad_sd_calibrate drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0xecb0062f ad_sd_write_reg drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0xf31925f7 ad_sd_read_reg drivers/iio/adc/ad_sigma_delta +IIO_BMA400 EXPORT_SYMBOL 0x31948f65 bma400_regmap_config drivers/iio/accel/bma400_core +IIO_BMA400 EXPORT_SYMBOL 0x99b9b490 bma400_probe drivers/iio/accel/bma400_core +IIO_BMC150 EXPORT_SYMBOL_GPL 0x1b40d40c bmc150_accel_core_probe drivers/iio/accel/bmc150-accel-core +IIO_BMC150 EXPORT_SYMBOL_GPL 0x44db755e bmc150_accel_pm_ops drivers/iio/accel/bmc150-accel-core +IIO_BMC150 EXPORT_SYMBOL_GPL 0x9e01003d bmc150_regmap_conf drivers/iio/accel/bmc150-accel-core +IIO_BMC150 EXPORT_SYMBOL_GPL 0xea4afd91 bmc150_accel_core_remove drivers/iio/accel/bmc150-accel-core +IIO_BMC150_MAGN EXPORT_SYMBOL 0x0c1c41f3 bmc150_magn_probe drivers/iio/magnetometer/bmc150_magn +IIO_BMC150_MAGN EXPORT_SYMBOL 0x6eea3fa4 bmc150_magn_pm_ops drivers/iio/magnetometer/bmc150_magn +IIO_BMC150_MAGN EXPORT_SYMBOL 0x778689d9 bmc150_magn_remove drivers/iio/magnetometer/bmc150_magn +IIO_BMC150_MAGN EXPORT_SYMBOL 0x96aa5a0c bmc150_magn_regmap_config drivers/iio/magnetometer/bmc150_magn +IIO_BME680 EXPORT_SYMBOL 0xe5ce6f3c bme680_regmap_config drivers/iio/chemical/bme680_core +IIO_BME680 EXPORT_SYMBOL_GPL 0x101e05ce bme680_core_probe drivers/iio/chemical/bme680_core +IIO_BMI088 EXPORT_SYMBOL_GPL 0x5d4b55ff bmi088_accel_core_probe drivers/iio/accel/bmi088-accel-core +IIO_BMI088 EXPORT_SYMBOL_GPL 0x753588f4 bmi088_accel_pm_ops drivers/iio/accel/bmi088-accel-core +IIO_BMI088 EXPORT_SYMBOL_GPL 0xb15e9fea bmi088_accel_core_remove drivers/iio/accel/bmi088-accel-core +IIO_BMI088 EXPORT_SYMBOL_GPL 0xeb7b2e5a 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 0xee9db1bf bmi160_regmap_config drivers/iio/imu/bmi160/bmi160_core +IIO_BMI160 EXPORT_SYMBOL_GPL 0x004ffb46 bmi160_core_probe drivers/iio/imu/bmi160/bmi160_core +IIO_BMP280 EXPORT_SYMBOL 0x2a3600fb bmp180_regmap_config drivers/iio/pressure/bmp280 +IIO_BMP280 EXPORT_SYMBOL 0x2fe26b78 bmp380_regmap_config drivers/iio/pressure/bmp280 +IIO_BMP280 EXPORT_SYMBOL 0x460710c1 bmp280_common_probe drivers/iio/pressure/bmp280 +IIO_BMP280 EXPORT_SYMBOL 0xc0b0dd99 bmp280_regmap_config drivers/iio/pressure/bmp280 +IIO_BNO055 EXPORT_SYMBOL_GPL 0x0ab05ddf bno055_regmap_config drivers/iio/imu/bno055/bno055 +IIO_BNO055 EXPORT_SYMBOL_GPL 0xfbae46a2 bno055_probe drivers/iio/imu/bno055/bno055 +IIO_FXAS21002C EXPORT_SYMBOL_GPL 0x57b9fa86 fxas21002c_pm_ops drivers/iio/gyro/fxas21002c_core +IIO_FXAS21002C EXPORT_SYMBOL_GPL 0xbe03c1f2 fxas21002c_core_probe drivers/iio/gyro/fxas21002c_core +IIO_FXAS21002C EXPORT_SYMBOL_GPL 0xc4c3fe95 fxas21002c_core_remove drivers/iio/gyro/fxas21002c_core +IIO_FXLS8962AF EXPORT_SYMBOL_GPL 0x71f71804 fxls8962af_i2c_regmap_conf drivers/iio/accel/fxls8962af-core +IIO_FXLS8962AF EXPORT_SYMBOL_GPL 0xd3298cc1 fxls8962af_spi_regmap_conf drivers/iio/accel/fxls8962af-core +IIO_FXLS8962AF EXPORT_SYMBOL_GPL 0xd3b93831 fxls8962af_core_probe drivers/iio/accel/fxls8962af-core +IIO_FXLS8962AF EXPORT_SYMBOL_GPL 0xd91f826f fxls8962af_pm_ops drivers/iio/accel/fxls8962af-core +IIO_HID EXPORT_SYMBOL 0x2e808bcc hid_sensor_parse_common_attributes drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID EXPORT_SYMBOL 0x361a134e hid_sensor_convert_timestamp drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID EXPORT_SYMBOL 0x377ec50c hid_sensor_remove_trigger drivers/iio/common/hid-sensors/hid-sensor-trigger +IIO_HID EXPORT_SYMBOL 0x40afc2cb hid_sensor_write_raw_hyst_rel_value drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID EXPORT_SYMBOL 0x55f38a5e hid_sensor_pm_ops drivers/iio/common/hid-sensors/hid-sensor-trigger +IIO_HID EXPORT_SYMBOL 0x57e1ec50 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 0x9dabdee3 hid_sensor_write_raw_hyst_value drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID EXPORT_SYMBOL 0x9e0b57f5 hid_sensor_write_samp_freq_value drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID EXPORT_SYMBOL 0xadabac8b hid_sensor_read_samp_freq_value drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID EXPORT_SYMBOL 0xc9ebbe5b hid_sensor_setup_trigger drivers/iio/common/hid-sensors/hid-sensor-trigger +IIO_HID EXPORT_SYMBOL 0xcee755fa hid_sensor_power_state drivers/iio/common/hid-sensors/hid-sensor-trigger +IIO_HID EXPORT_SYMBOL 0xfb13d91b hid_sensor_read_raw_hyst_rel_value drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID_ATTRIBUTES EXPORT_SYMBOL 0x005d0505 hid_sensor_set_report_latency drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID_ATTRIBUTES EXPORT_SYMBOL 0x370a5221 hid_sensor_read_poll_value drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID_ATTRIBUTES EXPORT_SYMBOL 0x8052e71c hid_sensor_get_report_latency drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID_ATTRIBUTES EXPORT_SYMBOL 0xf272fbb3 hid_sensor_batch_mode_supported drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HMC5843 EXPORT_SYMBOL 0x66aba95a hmc5843_common_probe drivers/iio/magnetometer/hmc5843_core +IIO_HMC5843 EXPORT_SYMBOL 0xd673ec86 hmc5843_common_remove drivers/iio/magnetometer/hmc5843_core +IIO_HMC5843 EXPORT_SYMBOL 0xe4856507 hmc5843_pm_ops drivers/iio/magnetometer/hmc5843_core +IIO_HTS221 EXPORT_SYMBOL 0xdb39bad2 hts221_probe drivers/iio/humidity/hts221 +IIO_HTS221 EXPORT_SYMBOL 0xdfe0e343 hts221_pm_ops drivers/iio/humidity/hts221 +IIO_ICM42600 EXPORT_SYMBOL_GPL 0x06610b8f inv_icm42600_core_probe drivers/iio/imu/inv_icm42600/inv-icm42600 +IIO_ICM42600 EXPORT_SYMBOL_GPL 0x27d79915 inv_icm42600_regmap_config drivers/iio/imu/inv_icm42600/inv-icm42600 +IIO_ICM42600 EXPORT_SYMBOL_GPL 0x5d56af11 inv_icm42600_pm_ops drivers/iio/imu/inv_icm42600/inv-icm42600 +IIO_KX022A EXPORT_SYMBOL_GPL 0xcb41e813 kx022a_probe_internal drivers/iio/accel/kionix-kx022a +IIO_KX022A EXPORT_SYMBOL_GPL 0xefc178d8 kx022a_regmap drivers/iio/accel/kionix-kx022a +IIO_KXSD9 EXPORT_SYMBOL 0x3353ef28 kxsd9_dev_pm_ops drivers/iio/accel/kxsd9 +IIO_KXSD9 EXPORT_SYMBOL 0x6d330995 kxsd9_common_remove drivers/iio/accel/kxsd9 +IIO_KXSD9 EXPORT_SYMBOL 0xe3fc0d2e kxsd9_common_probe drivers/iio/accel/kxsd9 +IIO_LSM6DSX EXPORT_SYMBOL 0x890e0d71 st_lsm6dsx_probe drivers/iio/imu/st_lsm6dsx/st_lsm6dsx +IIO_LSM6DSX EXPORT_SYMBOL 0xfeb963cb 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 0x1bd6cf24 ms_sensors_ht_read_humidity 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 0x4eaada56 ms_sensors_write_resolution drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0x978df457 ms_sensors_ht_read_temperature drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0xb41376c5 ms_sensors_tp_read_prom drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0xbd5f616a ms_sensors_read_temp_and_pressure drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0xc557caa8 ms_sensors_read_serial drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0xe8feb87f ms_sensors_write_heater drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0xf0362cec ms_sensors_show_heater drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0xf424afb3 ms_sensors_show_battery_low drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MMA7455 EXPORT_SYMBOL_GPL 0x19ee0263 mma7455_core_remove drivers/iio/accel/mma7455_core +IIO_MMA7455 EXPORT_SYMBOL_GPL 0x95501ccf mma7455_core_probe drivers/iio/accel/mma7455_core +IIO_MMA7455 EXPORT_SYMBOL_GPL 0xc312da93 mma7455_core_regmap drivers/iio/accel/mma7455_core +IIO_MMA9551 EXPORT_SYMBOL 0x06b0ed39 mma9551_write_config_word drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x100f59eb mma9551_update_config_bits drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x3309e881 mma9551_write_config_words drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x3de374d1 mma9551_read_config_words drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x41ef446c mma9551_read_accel_scale drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x4da3a5fb mma9551_read_config_byte drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x4e99d129 mma9551_app_reset drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x6a039b77 mma9551_read_status_words drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x752d96ce mma9551_read_config_word drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x95ec4a90 mma9551_read_status_byte drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0xaf9561f1 mma9551_read_status_word drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0xaf995dc5 mma9551_set_device_state drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0xbb0b973f mma9551_read_version drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0xbcd7fe96 mma9551_sleep drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0xbcf823c1 mma9551_read_accel_chan drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0xd2b2e668 mma9551_write_config_byte drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0xd602dae8 mma9551_set_power_state drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0xd904e63f mma9551_gpio_config drivers/iio/accel/mma9551_core +IIO_MPL115 EXPORT_SYMBOL 0xc0c5f2af mpl115_dev_pm_ops drivers/iio/pressure/mpl115 +IIO_MPL115 EXPORT_SYMBOL_GPL 0x21350ed9 mpl115_probe drivers/iio/pressure/mpl115 +IIO_MPU6050 EXPORT_SYMBOL_GPL 0x03a90931 inv_mpu_pmops drivers/iio/imu/inv_mpu6050/inv-mpu6050 +IIO_MPU6050 EXPORT_SYMBOL_GPL 0x5d321c18 inv_mpu_core_probe drivers/iio/imu/inv_mpu6050/inv-mpu6050 +IIO_MS5611 EXPORT_SYMBOL 0x29a6a6a4 ms5611_remove drivers/iio/pressure/ms5611_core +IIO_MS5611 EXPORT_SYMBOL 0x97504b0b ms5611_probe drivers/iio/pressure/ms5611_core +IIO_RESCALE EXPORT_SYMBOL_GPL 0x4f896f87 rescale_process_offset drivers/iio/afe/iio-rescale +IIO_RESCALE EXPORT_SYMBOL_GPL 0xc616b7da 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 0x6edfaefb 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 0x44f2316e scd30_pm_ops drivers/iio/chemical/scd30_core +IIO_SCD30 EXPORT_SYMBOL 0xba11891a scd30_probe drivers/iio/chemical/scd30_core +IIO_SPS30 EXPORT_SYMBOL_GPL 0x0af52cea sps30_probe drivers/iio/chemical/sps30 +IIO_SSP_SENSORS EXPORT_SYMBOL 0x16c803bf ssp_get_sensor_delay drivers/iio/common/ssp_sensors/sensorhub +IIO_SSP_SENSORS EXPORT_SYMBOL 0x22afe9e2 ssp_common_buffer_postenable drivers/iio/common/ssp_sensors/ssp_iio +IIO_SSP_SENSORS EXPORT_SYMBOL 0x4b8223fb ssp_register_consumer drivers/iio/common/ssp_sensors/sensorhub +IIO_SSP_SENSORS EXPORT_SYMBOL 0x93ccfd21 ssp_common_process_data drivers/iio/common/ssp_sensors/ssp_iio +IIO_SSP_SENSORS EXPORT_SYMBOL 0xdb65ef9a ssp_change_delay drivers/iio/common/ssp_sensors/sensorhub +IIO_SSP_SENSORS EXPORT_SYMBOL 0xdc005bd9 ssp_disable_sensor drivers/iio/common/ssp_sensors/sensorhub +IIO_SSP_SENSORS EXPORT_SYMBOL 0xe760e0ef ssp_enable_sensor drivers/iio/common/ssp_sensors/sensorhub +IIO_SSP_SENSORS EXPORT_SYMBOL 0xf8c66dc7 ssp_common_buffer_postdisable drivers/iio/common/ssp_sensors/ssp_iio +IIO_ST_SENSORS EXPORT_SYMBOL 0x074d7047 st_sensors_trigger_handler drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x0c39bbed st_press_common_probe drivers/iio/pressure/st_pressure +IIO_ST_SENSORS EXPORT_SYMBOL 0x1cadaa11 st_sensors_power_enable drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x302e3e73 st_sensors_set_dataready_irq drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x3bd48bc8 st_sensors_dev_name_probe drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x3c1597c3 st_sensors_i2c_configure drivers/iio/common/st_sensors/st_sensors_i2c +IIO_ST_SENSORS EXPORT_SYMBOL 0x3e871e20 st_sensors_spi_configure drivers/iio/common/st_sensors/st_sensors_spi +IIO_ST_SENSORS EXPORT_SYMBOL 0x4158df6d st_press_get_settings drivers/iio/pressure/st_pressure +IIO_ST_SENSORS EXPORT_SYMBOL 0x42e9db1e st_sensors_validate_device drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x473cf523 st_accel_get_settings drivers/iio/accel/st_accel +IIO_ST_SENSORS EXPORT_SYMBOL 0x4b450ca7 st_sensors_set_fullscale_by_gain drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x4befde40 st_gyro_get_settings drivers/iio/gyro/st_gyro +IIO_ST_SENSORS EXPORT_SYMBOL 0x4fbd63e9 st_sensors_debugfs_reg_access drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x5401b3a5 st_gyro_common_probe drivers/iio/gyro/st_gyro +IIO_ST_SENSORS EXPORT_SYMBOL 0x55145d0a st_sensors_set_enable drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x83b92a2b st_sensors_set_odr drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x84ce4cfd st_sensors_sysfs_scale_avail drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x8e152360 st_sensors_set_axis_enable drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x93a5260c st_sensors_init_sensor drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x9b04ae31 st_sensors_read_info_raw drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0xaac2ebd9 st_magn_common_probe drivers/iio/magnetometer/st_magn +IIO_ST_SENSORS EXPORT_SYMBOL 0xaf0b2400 st_sensors_get_settings_index drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0xc577f0fe st_sensors_verify_id drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0xcc688ac0 st_accel_common_probe drivers/iio/accel/st_accel +IIO_ST_SENSORS EXPORT_SYMBOL 0xda1b15e1 st_magn_get_settings drivers/iio/magnetometer/st_magn +IIO_ST_SENSORS EXPORT_SYMBOL 0xf2f4a06d st_sensors_sysfs_sampling_frequency_avail drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0xfd8127e5 st_sensors_allocate_trigger drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL_GPL 0x1a837347 st_lsm9ds0_probe drivers/iio/imu/st_lsm9ds0/st_lsm9ds0 +IIO_UVIS25 EXPORT_SYMBOL 0x588c69d6 st_uvis25_pm_ops drivers/iio/light/st_uvis25_core +IIO_UVIS25 EXPORT_SYMBOL 0xc72d9925 st_uvis25_probe drivers/iio/light/st_uvis25_core +IIO_ZPA2326 EXPORT_SYMBOL_GPL 0x155058b9 zpa2326_isreg_readable drivers/iio/pressure/zpa2326 +IIO_ZPA2326 EXPORT_SYMBOL_GPL 0x1d700715 zpa2326_probe drivers/iio/pressure/zpa2326 +IIO_ZPA2326 EXPORT_SYMBOL_GPL 0x9148a9cc zpa2326_isreg_writeable drivers/iio/pressure/zpa2326 +IIO_ZPA2326 EXPORT_SYMBOL_GPL 0xa86aba37 zpa2326_pm_ops drivers/iio/pressure/zpa2326 +IIO_ZPA2326 EXPORT_SYMBOL_GPL 0xb5fe9be3 zpa2326_remove drivers/iio/pressure/zpa2326 +IIO_ZPA2326 EXPORT_SYMBOL_GPL 0xbe289b9b zpa2326_isreg_precious drivers/iio/pressure/zpa2326 +IOMMUFD EXPORT_SYMBOL_GPL 0x190e2b01 iommufd_ctx_get drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0x325effd9 iommufd_device_unbind drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0x4b5301b2 iommufd_device_detach drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0x54bcd226 iommufd_access_create drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0xa064940d iommufd_access_unpin_pages drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0xb3e71c86 iommufd_ctx_from_file drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0xc945c9a9 iommufd_ctx_put drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0xd72191e1 iommufd_device_bind drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0xe5530a0d iommufd_access_rw drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0xe6c1ead7 iommufd_access_pin_pages drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0xf7110396 iommufd_access_destroy drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0xfe01a59f iommufd_device_attach drivers/iommu/iommufd/iommufd +IOMMUFD_VFIO EXPORT_SYMBOL_GPL 0x2f975c08 iommufd_vfio_compat_ioas_id drivers/iommu/iommufd/iommufd +IWLWIFI EXPORT_SYMBOL_GPL 0x0504ee39 iwl_fw_runtime_init drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x0c7f9d78 iwl_force_nmi drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x0dad62da iwl_fw_dbg_stop_restart_recording 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 0x14c501cb iwl_sar_get_wgds_table drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x15582c3f iwl_phy_db_init drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x165028c0 iwl_fw_dbg_collect_desc drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x16b4c53d iwl_poll_direct_bit drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x1a71f4ae __iwl_crit drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x1c432e27 iwl_acpi_get_ppag_table drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x1d2ac6e4 iwl_configure_rxq drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x20d4b161 iwl_get_cmd_string drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x2121064a iwl_acpi_get_tas drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x220a821c iwl_uefi_get_sgom_table drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x25fc8b75 iwl_get_nvm drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x266be78b 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 0x2c10f70f iwl_read_external_nvm drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x2fc72061 iwl_pnvm_load drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x3024ef41 iwl_write64 drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x30e9e21c iwl_fw_runtime_suspend drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x35033c81 iwl_phy_db_free drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x36aaeef6 iwl_clear_bits_prph 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 0x3ae3ac26 iwl_acpi_get_object drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x3c172ef5 __iwl_warn drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x3c34baa7 _iwl_dbg_tlv_time_point drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x3c618f69 iwl_sar_select_profile drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x3c95efad iwl_poll_bit drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x4079affd iwl_get_shared_mem_conf drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x4213409d iwl_sar_geo_init drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x48bc7722 iwl_acpi_get_dsm_u32 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 0x4a7bff75 iwl_free_fw_paging 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 0x5a9f6941 iwl_read_direct32 drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x5c52e109 iwl_opmode_deregister drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x640df129 iwl_sar_get_wrds_table drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x68d7fce8 iwl_read_ppag_table drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x6b6f7509 iwl_sar_geo_support drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x6f259a7a iwl_write_direct64 drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x6ff36185 iwl_trans_send_cmd drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x7362957e iwl_sar_get_ewrd_table drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x7607c45a iwl_init_paging 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 0x7a2c9aca iwl_cmd_groups_verify_sorted drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x7a832ea5 iwl_read_eeprom drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x7acf8c52 iwl_acpi_get_dsm_u8 drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x80fef973 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 0x874c77de iwl_fw_rate_idx_to_plcp drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x898bef13 iwl_acpi_get_pwr_limit drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x8b342d74 iwl_opmode_register drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x9038811a iwl_rfi_guid drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x93435a3d iwl_fw_dbg_collect drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x9ce6de90 iwl_acpi_get_lari_config_bitmap drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x9d03dcc2 iwl_acpi_get_eckv drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xa7d47bbb iwl_parse_eeprom_data drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xa7fc5c94 iwl_read_prph drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xa9e3c71b iwl_fw_start_dbg_conf drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xab5bd55e iwl_read_prph_no_grab drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xb0a86393 iwl_acpi_get_wifi_pkg_range drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xb2d34706 __iwl_dbg 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 0xb59b2f9c iwl_write_prph_delay drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xb726068b iwl_acpi_is_ppag_approved drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xb7d5ffb1 iwl_rate_mcs drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xbafc8994 iwl_wait_notification drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xbe6530f2 iwl_set_bits_prph drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xbefddc3e iwl_write32 drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xc2570e8f iwl_finish_nic_init drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xc4016247 iwl_fw_dbg_stop_sync drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xc45139c8 iwl_write8 drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xc4fa4391 iwl_write_prph64_no_grab drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xc6278b8c iwl_fw_dbg_read_d3_debug_data drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xcaa9c81c iwl_write_prph_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 0xd2cd68f0 iwl_fw_dbg_collect_trig drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xd927c31a iwl_read32 drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xde46393c iwl_set_soc_latency drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xdfc73b39 __iwl_info drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xe066732c __iwl_err drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xe0eb5838 iwl_init_notification_wait drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xe1322e2b iwl_fw_dbg_error_collect drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xe1fca905 iwl_write_direct32 drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xe75b7e77 iwl_notification_wait drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xe76f389c iwl_set_bits_mask_prph drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xea1b26fc iwl_nvm_fixups drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xed21f783 iwl_acpi_get_mcc drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xf44276b4 iwl_dbg_tlv_del_timers drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xf6a0c793 iwl_parse_mei_nvm_data drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xf88964e4 iwl_remove_notification drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xfb94c709 iwl_fw_runtime_resume drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xfc1e6f41 iwl_guid drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xffa04aad iwl_fwrt_dump_error_logs drivers/net/wireless/intel/iwlwifi/iwlwifi +LTC2497 EXPORT_SYMBOL 0x9bd6a0dd ltc2497core_probe drivers/iio/adc/ltc2497-core +LTC2497 EXPORT_SYMBOL 0xd6f59768 ltc2497core_remove drivers/iio/adc/ltc2497-core +MCB EXPORT_SYMBOL_GPL 0x01032919 __mcb_register_driver drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0x1b365725 mcb_alloc_bus drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0x25fbac44 mcb_get_irq drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0x73230162 chameleon_parse_cells drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0x7451a365 mcb_device_register drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0x9fe6ae83 mcb_unregister_driver drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0xa76e32c4 mcb_release_bus drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0xb564853e mcb_request_mem drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0xb8fe3be0 mcb_free_dev drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0xbf838035 mcb_alloc_dev drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0xbf9b3771 mcb_bus_add_devices drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0xd89137c7 mcb_bus_put drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0xd90df57b mcb_get_resource drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0xeb2c8905 mcb_release_mem drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0xfe668977 mcb_bus_get drivers/mcb/mcb +MFD_OCELOT EXPORT_SYMBOL 0x52a9746e ocelot_core_init drivers/mfd/ocelot-soc +MFD_OCELOT EXPORT_SYMBOL 0xd9a23b45 ocelot_chip_reset drivers/mfd/ocelot-soc +MFD_OCELOT_SPI EXPORT_SYMBOL 0xcd48d39d ocelot_spi_init_regmap drivers/mfd/ocelot-soc +NVME_TARGET_PASSTHRU EXPORT_SYMBOL_GPL 0x4ec27c44 nvme_execute_passthru_rq drivers/nvme/host/nvme-core +NVME_TARGET_PASSTHRU EXPORT_SYMBOL_GPL 0x8210d213 nvme_command_effects drivers/nvme/host/nvme-core +NVME_TARGET_PASSTHRU EXPORT_SYMBOL_GPL 0xa23b99ea nvme_ctrl_from_file drivers/nvme/host/nvme-core +NVME_TARGET_PASSTHRU EXPORT_SYMBOL_GPL 0xcd7194d7 nvme_put_ns drivers/nvme/host/nvme-core +NVME_TARGET_PASSTHRU EXPORT_SYMBOL_GPL 0xcfe6e156 nvme_find_get_ns drivers/nvme/host/nvme-core +NVME_TARGET_PASSTHRU EXPORT_SYMBOL_GPL 0xd30409c5 nvme_passthru_end drivers/nvme/host/nvme-core +PECI EXPORT_SYMBOL_GPL 0x094b1e3e peci_xfer_pci_cfg_local_readb drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x0c3b2df8 peci_request_data_readq drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x19c3f418 peci_request_data_readb drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x228de9a8 peci_request_alloc drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x31929ff4 peci_driver_unregister drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x37192814 peci_xfer_ep_pci_cfg_local_readb drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x441e2dd8 peci_request_status drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x4a17d96c peci_xfer_get_dib drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x54f34079 peci_xfer_pkg_cfg_readq drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x595838c3 peci_request_temp_read drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x78176976 peci_xfer_ep_pci_cfg_readb drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x8018492b peci_xfer_pkg_cfg_readl drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x91ac0171 peci_request_dib_read drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xa30ece98 peci_xfer_ep_mmio32_readl drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xa6930366 peci_xfer_ep_pci_cfg_readw drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xa93a4b9a peci_request_free drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xaa40cd42 peci_xfer_get_temp drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xaa9c0159 peci_xfer_ep_pci_cfg_local_readl drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xaca9b373 peci_xfer_pkg_cfg_readb drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xafc180d0 peci_xfer_pci_cfg_local_readw drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xb2111457 peci_xfer_pci_cfg_local_readl drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xb33d2b65 peci_request_data_readl drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xc33dc837 devm_peci_controller_add drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xcf2340b7 peci_xfer_pkg_cfg_readw drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xd9823cd9 peci_xfer_ep_mmio64_readl drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xe592403b peci_xfer_ep_pci_cfg_readl drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xe922cf8c peci_request_data_readw drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xe99d4204 peci_xfer_ep_pci_cfg_local_readw drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xf1f82a57 __peci_driver_register drivers/peci/peci +PECI_CPU EXPORT_SYMBOL_GPL 0x175c6d9a peci_pci_local_read drivers/peci/peci-cpu +PECI_CPU EXPORT_SYMBOL_GPL 0x4f49af51 peci_pcs_read drivers/peci/peci-cpu +PECI_CPU EXPORT_SYMBOL_GPL 0xdcb56fb8 peci_ep_pci_local_read drivers/peci/peci-cpu +PECI_CPU EXPORT_SYMBOL_GPL 0xdedc4d44 peci_mmio_read drivers/peci/peci-cpu +PECI_CPU EXPORT_SYMBOL_GPL 0xfa2ef326 peci_temp_read drivers/peci/peci-cpu +PMBUS EXPORT_SYMBOL_GPL 0x02dcff9f pmbus_set_page drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x11d459dc pmbus_do_probe drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x12fb41e2 pmbus_update_byte_data drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x33eb81a1 pmbus_clear_cache drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x59a3a1b9 pmbus_get_fan_rate_device drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x62b57615 pmbus_get_debugfs_dir drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x79166ffa pmbus_write_byte drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x7984e292 pmbus_clear_faults drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x7a42ad3f pmbus_get_driver_info drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x7c3414d8 pmbus_check_byte_register drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x7f05eb6c pmbus_regulator_ops drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x83faaf01 pmbus_read_byte_data drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x969e571c pmbus_check_word_register drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x99a374bb pmbus_read_word_data drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x9d4f34bd pmbus_write_word_data drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0xbea11b05 pmbus_set_update drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0xce67d31a pmbus_get_fan_rate_cached drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0xd3ee3c11 pmbus_write_byte_data drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0xfa89f254 pmbus_update_fan drivers/hwmon/pmbus/pmbus_core +SEMTECH_PROX EXPORT_SYMBOL_GPL 0x5077bc04 sx_common_probe drivers/iio/proximity/sx_common +SEMTECH_PROX EXPORT_SYMBOL_GPL 0x9d1189c2 sx_common_read_event_config drivers/iio/proximity/sx_common +SEMTECH_PROX EXPORT_SYMBOL_GPL 0x9eaf29eb 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 0xb407eadc sx_common_read_proximity drivers/iio/proximity/sx_common +SND_HDA_CS_DSP_CONTROLS EXPORT_SYMBOL_GPL 0x1afbe556 hda_cs_dsp_read_ctl sound/pci/hda/snd-hda-cs-dsp-ctls +SND_HDA_CS_DSP_CONTROLS EXPORT_SYMBOL_GPL 0x27754cbb hda_cs_dsp_add_controls sound/pci/hda/snd-hda-cs-dsp-ctls +SND_HDA_CS_DSP_CONTROLS EXPORT_SYMBOL_GPL 0x2b707546 hda_cs_dsp_fw_ids sound/pci/hda/snd-hda-cs-dsp-ctls +SND_HDA_CS_DSP_CONTROLS EXPORT_SYMBOL_GPL 0x73316c37 hda_cs_dsp_write_ctl sound/pci/hda/snd-hda-cs-dsp-ctls +SND_HDA_CS_DSP_CONTROLS EXPORT_SYMBOL_GPL 0xe0baf397 hda_cs_dsp_control_remove sound/pci/hda/snd-hda-cs-dsp-ctls +SND_HDA_SCODEC_CS35L41 EXPORT_SYMBOL_GPL 0x5805b94c cs35l41_hda_pm_ops sound/pci/hda/snd-hda-scodec-cs35l41 +SND_HDA_SCODEC_CS35L41 EXPORT_SYMBOL_GPL 0x7cf34a6d cs35l41_hda_probe sound/pci/hda/snd-hda-scodec-cs35l41 +SND_HDA_SCODEC_CS35L41 EXPORT_SYMBOL_GPL 0xcb9db3da cs35l41_hda_remove sound/pci/hda/snd-hda-scodec-cs35l41 +SND_INTEL_SOUNDWIRE_ACPI EXPORT_SYMBOL 0xbb4f9d1f sdw_intel_acpi_scan sound/hda/snd-intel-sdw-acpi +SND_SOC_CS35L45 EXPORT_SYMBOL_GPL 0x0b29964c cs35l45_pm_ops sound/soc/codecs/snd-soc-cs35l45 +SND_SOC_CS35L45 EXPORT_SYMBOL_GPL 0x1fa7b7e2 cs35l45_probe sound/soc/codecs/snd-soc-cs35l45 +SND_SOC_CS35L45 EXPORT_SYMBOL_GPL 0x27c8bd42 cs35l45_remove sound/soc/codecs/snd-soc-cs35l45 +SND_SOC_CS35L45_TABLES EXPORT_SYMBOL_GPL 0x3431c8ad cs35l45_get_clk_freq_id sound/soc/codecs/snd-soc-cs35l45-tables +SND_SOC_CS35L45_TABLES EXPORT_SYMBOL_GPL 0x8be7c9d3 cs35l45_i2c_regmap sound/soc/codecs/snd-soc-cs35l45-tables +SND_SOC_CS35L45_TABLES EXPORT_SYMBOL_GPL 0xc8df089f cs35l45_spi_regmap sound/soc/codecs/snd-soc-cs35l45-tables +SND_SOC_CS35L45_TABLES EXPORT_SYMBOL_GPL 0xfa7f49a5 cs35l45_apply_patch sound/soc/codecs/snd-soc-cs35l45-tables +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0x1f2d2266 cs42l42_regmap sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0x243bb57c cs42l42_common_probe sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0x2da77fff cs42l42_init sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0x5d6477eb cs42l42_dai sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0xa0763889 cs42l42_volatile_register sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0xa84a0d37 cs42l42_common_remove sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0xa8f88292 cs42l42_soc_component 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 0xcd347fdd cs42l42_suspend sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0xdfc99ba8 cs42l42_resume_restore sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0xdfdaa988 cs42l42_resume sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0xdfe63cad cs42l42_readable_register sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_SOF_XTENSA EXPORT_SYMBOL 0x373442e3 sof_xtensa_arch_ops sound/soc/sof/xtensa/snd-sof-xtensa-dsp +SOUNDWIRE_INTEL EXPORT_SYMBOL 0xe0adcd89 sdw_intel_cnl_hw_ops drivers/soundwire/soundwire-intel +SOUNDWIRE_INTEL_INIT EXPORT_SYMBOL 0x2d1007cc sdw_intel_process_wakeen_event drivers/soundwire/soundwire-intel +SOUNDWIRE_INTEL_INIT EXPORT_SYMBOL 0x32829d13 sdw_intel_exit drivers/soundwire/soundwire-intel +SOUNDWIRE_INTEL_INIT EXPORT_SYMBOL 0x3640fecd sdw_intel_probe drivers/soundwire/soundwire-intel +SOUNDWIRE_INTEL_INIT EXPORT_SYMBOL 0x9a7afb80 sdw_intel_startup drivers/soundwire/soundwire-intel +SOUNDWIRE_INTEL_INIT EXPORT_SYMBOL 0xaa52eba1 sdw_intel_thread drivers/soundwire/soundwire-intel +SPI_DW_CORE EXPORT_SYMBOL_GPL 0x51ff27ba dw_spi_remove_host drivers/spi/spi-dw +SPI_DW_CORE EXPORT_SYMBOL_GPL 0x53427c6b dw_spi_dma_setup_generic drivers/spi/spi-dw +SPI_DW_CORE EXPORT_SYMBOL_GPL 0x5c22e804 dw_spi_update_config drivers/spi/spi-dw +SPI_DW_CORE EXPORT_SYMBOL_GPL 0x739f6750 dw_spi_set_cs drivers/spi/spi-dw +SPI_DW_CORE EXPORT_SYMBOL_GPL 0x7927062e dw_spi_suspend_host drivers/spi/spi-dw +SPI_DW_CORE EXPORT_SYMBOL_GPL 0x7f95403e dw_spi_resume_host drivers/spi/spi-dw +SPI_DW_CORE EXPORT_SYMBOL_GPL 0xb3414253 dw_spi_check_status drivers/spi/spi-dw +SPI_DW_CORE EXPORT_SYMBOL_GPL 0xbe21a9a2 dw_spi_dma_setup_mfld drivers/spi/spi-dw +SPI_DW_CORE EXPORT_SYMBOL_GPL 0xe339a9ca dw_spi_add_host drivers/spi/spi-dw +SUNXI_CCU EXPORT_SYMBOL_GPL 0x079708d7 ccu_gate_helper_enable vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0x0a9707d3 ccu_mux_helper_get_parent vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0x0bedab65 devm_sunxi_ccu_probe vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0x0c64ee0e ccu_sdm_helper_enable vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0x0cbfd82a ccu_helper_wait_for_lock vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0x14438263 ccu_frac_helper_read_rate vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0x1f23b840 ccu_nkmp_ops vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0x3e362444 ccu_frac_helper_is_enabled vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0x45837646 ccu_sdm_helper_is_enabled vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0x50165be0 ccu_mux_notifier_register vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0x517768aa ccu_sdm_helper_disable vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0x5cddbcc6 ccu_nm_ops vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0x61abda39 ccu_mux_ops vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0x6668446b ccu_phase_ops vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0x7279ee3e ccu_mult_ops vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0x831d58e6 ccu_gate_ops vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0x844f1c47 ccu_mux_helper_set_parent vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0x8a845fdb ccu_nk_ops vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0x8bdea961 ccu_nkm_ops vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0x8e63463a ccu_frac_helper_has_rate vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0x923edf17 ccu_sdm_helper_read_rate vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0x976fa968 ccu_mp_mmc_ops vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0x98224ec7 ccu_reset_ops vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0xad1062ab ccu_gate_helper_disable vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0xba365240 ccu_sdm_helper_get_factors vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0xbdb5d83e ccu_mux_helper_determine_rate vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0xc4608f36 ccu_mux_helper_apply_prediv vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0xc5d4a77f ccu_pll_notifier_register 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 0x0986c8c9 usb_stor_CB_transport drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x1b3f9069 usb_stor_control_msg 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 0x2787c26c usb_stor_Bulk_reset drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x28c1897c usb_stor_probe1 drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x460dccb0 usb_stor_bulk_srb drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x53978d6b fill_inquiry_response drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x5a1123b7 usb_stor_transparent_scsi_command drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x618c2f42 usb_stor_bulk_transfer_buf drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x6793846e usb_stor_post_reset drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x72ecc9fe usb_stor_set_xfer_buf drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x88c0617f usb_stor_suspend drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x896c6338 usb_stor_resume drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xa39c13d9 usb_stor_probe2 drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xac11f2ef usb_stor_access_xfer_buf drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xade4b6df usb_stor_Bulk_transport drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xb4b84376 usb_stor_ctrl_transfer drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xd911359a usb_stor_disconnect drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xe1b5e70b usb_stor_clear_halt drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xe22662c2 usb_stor_bulk_transfer_sg drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xeb654e74 usb_stor_adjust_quirks drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xf765f163 usb_stor_reset_resume drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xf9fabf4e usb_stor_pre_reset drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xfbacf22a usb_stor_host_template_init drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xfc5eeef4 usb_stor_CB_reset drivers/usb/storage/usb-storage --- linux-lowlatency-hwe-6.2-6.2.0.orig/debian.lowlatency/abi/arm64/lowlatency-64k.compiler +++ linux-lowlatency-hwe-6.2-6.2.0/debian.lowlatency/abi/arm64/lowlatency-64k.compiler @@ -0,0 +1 @@ +GCC: (Ubuntu 12.3.0-1ubuntu1~23.04) 12.3.0 --- linux-lowlatency-hwe-6.2-6.2.0.orig/debian.lowlatency/abi/arm64/lowlatency-64k.modules +++ linux-lowlatency-hwe-6.2-6.2.0/debian.lowlatency/abi/arm64/lowlatency-64k.modules @@ -0,0 +1,7309 @@ +3c59x +3w-9xxx +3w-sas +3w-xxxx +6lowpan +6pack +8021q +8139cp +8139too +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 +9pnet_xen +BusLogic +a100u2w +a3d +a53-pll +a7-pll +a8293 +aacraid +aat2870-regulator +aat2870_bl +abp060mg +ac97_bus +acard-ahci +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 +ad9389b +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 +ade7854 +ade7854-i2c +ade7854-spi +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 +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 +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-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 +ath3k +ath5k +ath6kl_core +ath6kl_sdio +ath6kl_usb +ath9k +ath9k_common +ath9k_htc +ath9k_hw +ath9k_pci_owl_loader +ati_remote +ati_remote2 +atl1 +atl1c +atl1e +atl2 +atlantic +atlas-ezo-sensor +atlas-sensor +atm +atmel +atmel-ecc +atmel-flexcom +atmel-hlcdc +atmel-i2c +atmel-sha204a +atmel_captouch +atmel_mxt_ts +atmel_pci +atmtcp +atp870u +atusb +atxp1 +aty128fb +atyfb +au0828 +au8522_common +au8522_decoder +au8522_dig +auo-pixcir-ts +auth_rpcgss +authenc +authencesn +autofs4 +avmfritz +ax25 +ax88179_178a +ax88796b +ax88796c +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 +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 +btqca +btqcomsmd +btrfs +btrsi +btrtl +btsdio +bttv +btusb +bu21013_ts +bu21029_ts +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-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 +cdns3 +cdns3-imx +cdns3-pci-wrap +cdns3-ti +cdnsp-udc-pci +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 +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-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-mt8365 +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-scmi +clk-scpi +clk-si514 +clk-si5341 +clk-si5351 +clk-si544 +clk-si570 +clk-smd-rpm +clk-spmi-pmic-div +clk-sprd +clk-twl6040 +clk-versaclock5 +clk-versaclock7 +clk-wm831x +clk-xlnx-clock-wizard +cls_basic +cls_bpf +cls_cgroup +cls_flow +cls_flower +cls_fw +cls_matchall +cls_route +cls_u32 +cm109 +cm32181 +cm3232 +cm3323 +cm3605 +cm36651 +cma3000_d0x +cma3000_d0x_i2c +cmac +cmdlinepart +cmtp +cn10k-rng +cnic +cobra +coda +coda-vpu +colibri-vf50-ts +com20020 +com20020-pci +com90io +com90xx +comedi +comedi_8254 +comedi_8255 +comedi_bond +comedi_example_test +comedi_parport +comedi_pci +comedi_test +comedi_usb +comm +contec_pci_dio +cordic +core +corsair-cpro +corsair-psu +cortina +counter +cp210x +cpcap-adc +cpcap-battery +cpcap-charger +cpcap-pwrbutton +cpcap-regulator +cppc_cpufreq +cpr +cptpf +cptvf +cqhci +cramfs +crc-itu-t +crc32_generic +crc4 +crc7 +crct10dif-ce +crg-hi3516cv300 +crg-hi3798cv200 +cros-ec-anx7688 +cros-ec-cec +cros-ec-regulator +cros-ec-sensorhub +cros_ec +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_typec +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_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_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 +display-connector +dl2k +dlhl60d +dlink-dir685-touchkeys +dlm +dln2 +dln2-adc +dm-bio-prison +dm-bufio +dm-cache +dm-cache-smq +dm-clone +dm-crypt +dm-delay +dm-ebs +dm-era +dm-flakey +dm-historical-service-time +dm-integrity +dm-io-affinity +dm-log +dm-log-userspace +dm-log-writes +dm-mirror +dm-multipath +dm-persistent-data +dm-queue-length +dm-raid +dm-region-hash +dm-round-robin +dm-service-time +dm-snapshot +dm-switch +dm-thin-pool +dm-unstripe +dm-verity +dm-writecache +dm-zero +dm-zoned +dm1105 +dm9601 +dma-axi-dmac +dmard06 +dmard09 +dmard10 +dmc520_edac +dme1737 +dmfe +dmi-sysfs +dmm32at +dmx3191d +dnet +dp83640 +dp83822 +dp83848 +dp83867 +dp83869 +dp83tc811 +dp83td510 +dpaa2-console +dpaa2-qdma +dpaa2_caam +dpdmai +dpot-dac +dps310 +dps920ab +drbd +drivetemp +drm +drm_buddy +drm_display_helper +drm_dma_helper +drm_dp_aux_bus +drm_kms_helper +drm_mipi_dbi +drm_shmem_helper +drm_ttm_helper +drm_vram_helper +drm_xen_front +drv260x +drv2665 +drv2667 +drx39xyj +drxd +drxk +ds1621 +ds1682 +ds1803 +ds1wm +ds2482 +ds2490 +ds2760_battery +ds2780_battery +ds2781_battery +ds2782_battery +ds3000 +ds4424 +ds620 +dsa_core +dsbr100 +dst +dst_ca +dstr +dt2801 +dt2811 +dt2814 +dt2815 +dt2817 +dt282x +dt3000 +dt3155 +dt9812 +dtpm +dummy +dummy-irq +dummy_stm +dvb-as102 +dvb-bt8xx +dvb-core +dvb-pll +dvb-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_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-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 +failover +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_sys_fops +fb_tinylcd +fb_tls8204 +fb_uc1611 +fb_uc1701 +fb_upd161704 +fbtft +fc0011 +fc0012 +fc0013 +fc2580 +fcoe +fcrypt +fdomain +fdomain_pci +fdp +fdp_i2c +fealnx +ff-memless +ffa-module +fieldbus_dev +fintek-cir +firedtv +firewire-core +firewire-net +firewire-ohci +firewire-sbp2 +fit2 +fit3 +fixed +fjes +fl512 +flexcan +fm10k +fm801-gp +fm_drv +forcedeth +fore_200e +fou +fou6 +fpga-bridge +fpga-mgr +fpga-region +freevxfs +friq +frpw +fsa4480 +fscache +fsi-core +fsi-master-aspeed +fsi-master-gpio +fsi-master-hub +fsi-occ +fsi-sbefifo +fsi-scom +fsia6b +fsl-dpaa2-eth +fsl-dpaa2-ptp +fsl-dpaa2-switch +fsl-edma +fsl-edma-common +fsl-enetc +fsl-enetc-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_linflexuart +fsl_lpuart +fsl_pq_mdio +fsl_ucc_hdlc +fsp-3y +ftdi-elan +ftdi_sio +ftl +ftm-quaddec +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-apq8084 +gcc-ipq4019 +gcc-ipq6018 +gcc-ipq806x +gcc-ipq8074 +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-sc7180 +gcc-sc7280 +gcc-sc8180x +gcc-sc8280xp +gcc-sdm660 +gcc-sdm845 +gcc-sdx55 +gcc-sdx65 +gcc-sm6115 +gcc-sm6125 +gcc-sm6350 +gcc-sm6375 +gcc-sm8150 +gcc-sm8250 +gcc-sm8350 +gcc-sm8450 +gcc-sm8550 +gdmtty +gdmulte +ge2d +gemini +gen_probe +generic +generic-adc-battery +genet +geneve +genwqe_card +gf2k +gfs2 +ghash-ce +gianfar_driver +gl518sm +gl520sm +gl620a +gluebi +gm12u320 +gnss +gnss-mtk +gnss-serial +gnss-sirf +gnss-ubx +gnss-usb +go7007 +go7007-loader +go7007-usb +goku_udc +goldfish_battery +goodix_ts +gp2ap002 +gp2ap020a00f +gp8psk-fe +gpi +gpio +gpio-74x164 +gpio-74xx-mmio +gpio-adnp +gpio-adp5520 +gpio-aggregator +gpio-altera +gpio-altera-a10sr +gpio-amd-fch +gpio-amdpt +gpio-arizona +gpio-bd71815 +gpio-bd71828 +gpio-bd9571mwv +gpio-beeper +gpio-cadence +gpio-charger +gpio-da9052 +gpio-da9055 +gpio-dln2 +gpio-dwapb +gpio-eic-sprd +gpio-exar +gpio-fan +gpio-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-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-sim +gpio-siox +gpio-sl28cpld +gpio-sprd +gpio-syscon +gpio-thunderx +gpio-tpic2810 +gpio-tps65086 +gpio-tps65218 +gpio-tps65912 +gpio-tqmx86 +gpio-twl4030 +gpio-twl6040 +gpio-ucb1400 +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-sc7180 +gpucc-sc7280 +gpucc-sc8280xp +gpucc-sdm660 +gpucc-sdm845 +gpucc-sm6350 +gpucc-sm8150 +gpucc-sm8250 +gpucc-sm8350 +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 +habanalabs +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 +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-ezkey +hid-ft260 +hid-gaff +hid-gembird +hid-generic +hid-gfrm +hid-glorious +hid-google-hammer +hid-gt683r +hid-gyration +hid-holtek-kbd +hid-holtek-mouse +hid-holtekff +hid-hyperv +hid-icade +hid-ite +hid-jabra +hid-kensington +hid-keytouch +hid-kye +hid-lcpower +hid-led +hid-lenovo +hid-letsketch +hid-lg-g15 +hid-logitech +hid-logitech-dj +hid-logitech-hidpp +hid-macally +hid-magicmouse +hid-maltron +hid-mcp2221 +hid-megaworld +hid-mf +hid-microsoft +hid-monterey +hid-multitouch +hid-nintendo +hid-nti +hid-ntrig +hid-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_zip +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 +htc-pasic3 +hte-tegra194 +hte-tegra194-test +hts221 +hts221_i2c +hts221_spi +htu21 +huawei_cdc_ncm +hv_balloon +hv_netvsc +hv_sock +hv_storvsc +hv_utils +hv_vmbus +hwmon-vid +hwpoison-inject +hx711 +hx8357 +hx8357d +hycon-hy46xx +hynitron_cstxxx +hyperbus-core +hyperv-keyboard +hyperv_drm +hyperv_fb +i2c-algo-bit +i2c-algo-pca +i2c-ali1535 +i2c-ali1563 +i2c-ali15x3 +i2c-altera +i2c-amd756 +i2c-amd8111 +i2c-apple +i2c-arb-gpio-challenge +i2c-cbus-gpio +i2c-ccgx-ucsi +i2c-cp2615 +i2c-cros-ec-tunnel +i2c-demux-pinctrl +i2c-designware-pci +i2c-diolan-u2c +i2c-dln2 +i2c-fsi +i2c-gpio +i2c-hid +i2c-hid-acpi +i2c-hid-of +i2c-hid-of-elan +i2c-hid-of-goodix +i2c-hisi +i2c-hix5hd2 +i2c-i801 +i2c-imx +i2c-imx-lpi2c +i2c-isch +i2c-kempld +i2c-matroxfb +i2c-mchp-pci1xxxx +i2c-meson +i2c-mlxbf +i2c-mt65xx +i2c-mux +i2c-mux-gpio +i2c-mux-gpmux +i2c-mux-ltc4306 +i2c-mux-mlxcpld +i2c-mux-pca9541 +i2c-mux-pca954x +i2c-mux-pinctrl +i2c-mux-reg +i2c-mv64xxx +i2c-nforce2 +i2c-nomadik +i2c-npcm7xx +i2c-nvidia-gpu +i2c-ocores +i2c-owl +i2c-parport +i2c-pca-platform +i2c-piix4 +i2c-pxa +i2c-qcom-cci +i2c-qcom-geni +i2c-qup +i2c-rcar +i2c-riic +i2c-rk3x +i2c-robotfuzz-osif +i2c-rzv2m +i2c-scmi +i2c-sh_mobile +i2c-simtec +i2c-sis5595 +i2c-sis630 +i2c-sis96x +i2c-slave-eeprom +i2c-smbus +i2c-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-osm-l3 +icc-rpmh +icc-smd-rpm +ice +ice40-spi +icp +icp10100 +icp_multi +icplus +ics932s401 +idma64 +idmouse +idt77252 +idt_89hpesx +idt_gen2 +idt_gen3 +idtcps +ieee802154 +ieee802154_6lowpan +ieee802154_socket +ifb +ifcvf +ife +ifi_canfd +iforce +iforce-serio +iforce-usb +igb +igbvf +igc +igorplugusb +iguanair +ii_pci20kc +iio-mux +iio-rescale +iio-trig-hrtimer +iio-trig-interrupt +iio-trig-loop +iio-trig-sysfs +iio_dummy +iio_hwmon +ila +ili210x +ili9163 +ili9225 +ili922x +ili9320 +ili9341 +ili9486 +ilitek_ts_i2c +imagis +img-ascii-lcd +img-i2s-in +img-i2s-out +img-parallel-out +img-spdif-in +img-spdif-out +imm +imon +imon_raw +ims-pcu +imx-audio-rpmsg +imx-bus +imx-common +imx-cpufreq-dt +imx-dcss +imx-dma +imx-dsp +imx-interconnect +imx-lcdif +imx-mailbox +imx-media-common +imx-mipi-csis +imx-pcm-dma +imx-pcm-rpmsg +imx-pxp +imx-sdma +imx208 +imx214 +imx219 +imx258 +imx274 +imx290 +imx2_wdt +imx319 +imx334 +imx335 +imx355 +imx412 +imx6q-cpufreq +imx6ul_tsc +imx7-media-csi +imx7d_adc +imx7ulp_wdt +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-blk-ctrl +imx93-pd +imx93-src +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-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 +intel-m10-bmc-hwmon +intel-nand-controller +intel-qep +intel-xway +intel_qat +intel_th +intel_th_acpi +intel_th_gth +intel_th_msu +intel_th_msu_sink +intel_th_pci +intel_th_pti +intel_th_sth +intel_vr_nor +interact +interrupt-cnt +inv-icm42600 +inv-icm42600-i2c +inv-icm42600-spi +inv-mpu6050 +inv-mpu6050-i2c +inv-mpu6050-spi +io-domain +io_edgeport +io_ti +iommufd +ionic +iosm +iowarrior +ip5xxx_power +ip6_gre +ip6_tables +ip6_tunnel +ip6_udp_tunnel +ip6_vti +ip6t_NPT +ip6t_REJECT +ip6t_SYNPROXY +ip6t_ah +ip6t_eui64 +ip6t_frag +ip6t_hbh +ip6t_ipv6header +ip6t_mh +ip6t_rpfilter +ip6t_rt +ip6t_srh +ip6table_filter +ip6table_mangle +ip6table_nat +ip6table_raw +ip6table_security +ip_gre +ip_set +ip_set_bitmap_ip +ip_set_bitmap_ipmac +ip_set_bitmap_port +ip_set_hash_ip +ip_set_hash_ipmac +ip_set_hash_ipmark +ip_set_hash_ipport +ip_set_hash_ipportip +ip_set_hash_ipportnet +ip_set_hash_mac +ip_set_hash_net +ip_set_hash_netiface +ip_set_hash_netnet +ip_set_hash_netport +ip_set_hash_netportnet +ip_set_list_set +ip_tables +ip_tunnel +ip_vs +ip_vs_dh +ip_vs_fo +ip_vs_ftp +ip_vs_lblc +ip_vs_lblcr +ip_vs_lc +ip_vs_mh +ip_vs_nq +ip_vs_ovf +ip_vs_pe_sip +ip_vs_rr +ip_vs_sed +ip_vs_sh +ip_vs_twos +ip_vs_wlc +ip_vs_wrr +ip_vti +ipa +ipack +ipaq +ipcomp +ipcomp6 +iphase +ipheth +ipip +ipmb_dev_int +ipmi_devintf +ipmi_ipmb +ipmi_msghandler +ipmi_poweroff +ipmi_si +ipmi_ssif +ipmi_watchdog +ipoctal +ipr +iproc_nand +ips +ipt_CLUSTERIP +ipt_ECN +ipt_REJECT +ipt_SYNPROXY +ipt_ah +ipt_rpfilter +iptable_filter +iptable_mangle +iptable_nat +iptable_raw +iptable_security +ipvlan +ipvtap +ipw +ipw2100 +ipw2200 +iqs269a +iqs5xx +iqs620at-temp +iqs621-als +iqs624-pos +iqs626a +iqs62x +iqs62x-keys +iqs7222 +ir-hix5hd2 +ir-imon-decoder +ir-jvc-decoder +ir-kbd-i2c +ir-mce_kbd-decoder +ir-nec-decoder +ir-rc5-decoder +ir-rc6-decoder +ir-rcmm-decoder +ir-sanyo-decoder +ir-sharp-decoder +ir-sony-decoder +ir-spi +ir-usb +ir-xmp-decoder +ir35221 +ir36021 +ir38064 +ir_toy +irdma +irps5401 +irq-imx-mu-msi +irq-madera +irq-pruss-intc +irq-qcom-mpm +iscsi_boot_sysfs +iscsi_ibft +iscsi_target_mod +iscsi_tcp +isdnhdlc +isight_firmware +isl29003 +isl29018 +isl29020 +isl29028 +isl29125 +isl29501 +isl6271a-regulator +isl6405 +isl6421 +isl6423 +isl68137 +isl7998x +isl9305 +isofs +isp116x-hcd +isp1704_charger +isp1760 +it87 +it913x +itd1000 +ite-cir +ite-it6505 +ite-it66121 +itg3200 +iuu_phoenix +ivtv +ivtv-alsa +ivtvfb +iw_cm +iw_cxgb4 +iwl3945 +iwl4965 +iwldvm +iwlegacy +iwlmvm +iwlwifi +ix2505v +ixgb +ixgbe +ixgbevf +janz-cmodio +janz-ican3 +jc42 +jedec_probe +jffs2 +jfs +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 +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 +lcc-ipq806x +lcc-mdm9615 +lcc-msm8960 +lcd +lcd2s +ldusb +lec +led-class-flash +led-class-multicolor +led_bl +leds-88pm860x +leds-aat1290 +leds-adp5520 +leds-an30259a +leds-as3645a +leds-aw2013 +leds-bcm6328 +leds-bcm6358 +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-pca9532 +leds-pca955x +leds-pca963x +leds-pwm +leds-pwm-multicolor +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-gpio +ledtrig-heartbeat +ledtrig-netdev +ledtrig-oneshot +ledtrig-pattern +ledtrig-timer +ledtrig-transient +ledtrig-tty +ledtrig-usbport +legousbtower +lg-vl600 +lg2160 +lgdt3305 +lgdt3306a +lgdt330x +lgs8gl5 +lgs8gxx +lib80211 +lib80211_crypt_ccmp +lib80211_crypt_tkip +lib80211_crypt_wep +libarc4 +libceph +libchacha +libchacha20poly1305 +libcomposite +libcrc32c +libcurve25519 +libcurve25519-generic +libcxgb +libcxgbi +libdes +libertas +libertas_sdio +libertas_spi +libertas_tf +libertas_tf_usb +libfc +libfcoe +libipw +libiscsi +libiscsi_tcp +libpoly1305 +libsas +libwx +lightning +lima +line-display +lineage-pem +linear +linkstation-poweroff +liquidio +liquidio_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-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 +lxt +lz4 +lz4_compress +lz4hc +lz4hc_compress +m2m-deinterlace +m52790 +m5mols +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 +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 +max20730 +max20751 +max2165 +max2175 +max30100 +max30102 +max30208 +max3100 +max31722 +max31730 +max31760 +max31785 +max31790 +max31856 +max31865 +max3420_udc +max3421-hcd +max34440 +max44000 +max44009 +max517 +max5432 +max5481 +max5487 +max5821 +max63xx_wdt +max6620 +max6621 +max6639 +max6650 +max6697 +max6875 +max7359_keypad +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 +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 +mdev +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-mmioreg +mdio-mux-multiplexer +mdio-mvusb +mdio-octeon +mdio-thunder +mdio-xgene +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 +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_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-tcb-capture +microchip_t1 +microread +microread_i2c +microtek +minix +mip6 +mipi-i3c-hci +mite +mk712 +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-apq8084 +mmcc-msm8960 +mmcc-msm8974 +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 +mpr121_touchkey +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_ocelot +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 +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 +mt8192-mt6359-rt1015-rt5682 +mt8195-mt6359 +mt9m001 +mt9m032 +mt9m111 +mt9p031 +mt9t001 +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-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_thermal +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 +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 +nbd +nci +nci_spi +nci_uart +nct6683 +nct6775 +nct6775-core +nct6775-i2c +nct7802 +nct7904 +nd_btt +nd_pmem +nd_virtio +ne2k-pci +neofb +net1080 +net2272 +net2280 +net_failover +netconsole +netdevsim +netfs +netjet +netlink_diag +netrom +netsec +netup-unidvb +netxen_nic +newtonkbd +nf_conncount +nf_conntrack +nf_conntrack_amanda +nf_conntrack_bridge +nf_conntrack_broadcast +nf_conntrack_ftp +nf_conntrack_h323 +nf_conntrack_irc +nf_conntrack_netbios_ns +nf_conntrack_netlink +nf_conntrack_pptp +nf_conntrack_sane +nf_conntrack_sip +nf_conntrack_snmp +nf_conntrack_tftp +nf_defrag_ipv4 +nf_defrag_ipv6 +nf_dup_ipv4 +nf_dup_ipv6 +nf_dup_netdev +nf_flow_table +nf_flow_table_inet +nf_log_syslog +nf_nat +nf_nat_amanda +nf_nat_ftp +nf_nat_h323 +nf_nat_irc +nf_nat_pptp +nf_nat_sip +nf_nat_snmp_basic +nf_nat_tftp +nf_reject_ipv4 +nf_reject_ipv6 +nf_socket_ipv4 +nf_socket_ipv6 +nf_synproxy_core +nf_tables +nf_tproxy_ipv4 +nf_tproxy_ipv6 +nfc +nfc_digital +nfcmrvl +nfcmrvl_i2c +nfcmrvl_spi +nfcmrvl_uart +nfcmrvl_usb +nfcsim +nfit +nfnetlink +nfnetlink_acct +nfnetlink_cthelper +nfnetlink_cttimeout +nfnetlink_hook +nfnetlink_log +nfnetlink_osf +nfnetlink_queue +nfp +nfs +nfs_acl +nfs_layout_flexfiles +nfs_layout_nfsv41_files +nfsd +nfsv2 +nfsv3 +nfsv4 +nft_chain_nat +nft_compat +nft_connlimit +nft_ct +nft_dup_ipv4 +nft_dup_ipv6 +nft_dup_netdev +nft_fib +nft_fib_inet +nft_fib_ipv4 +nft_fib_ipv6 +nft_fib_netdev +nft_flow_offload +nft_fwd_netdev +nft_hash +nft_limit +nft_log +nft_masq +nft_meta_bridge +nft_nat +nft_numgen +nft_osf +nft_queue +nft_quota +nft_redir +nft_reject +nft_reject_bridge +nft_reject_inet +nft_reject_ipv4 +nft_reject_ipv6 +nft_reject_netdev +nft_socket +nft_synproxy +nft_tproxy +nft_tunnel +nft_xfrm +nftl +ngbe +ngene +nhc_dest +nhc_fragment +nhc_hop +nhc_ipv6 +nhc_mobility +nhc_routing +nhc_udp +nhpoly1305 +nhpoly1305-neon +ni_6527 +ni_65xx +ni_660x +ni_670x +ni_at_a2150 +ni_at_ao +ni_atmio +ni_atmio16d +ni_labpc +ni_labpc_common +ni_labpc_pci +ni_pcidio +ni_pcimio +ni_routes_test +ni_routing +ni_tio +ni_tiocmd +ni_usb6501 +nicpf +nicstar +nicvf +nilfs2 +nitro_enclaves +niu +nixge +nlmon +nls_ascii +nls_cp1250 +nls_cp1251 +nls_cp1255 +nls_cp737 +nls_cp775 +nls_cp850 +nls_cp852 +nls_cp855 +nls_cp857 +nls_cp860 +nls_cp861 +nls_cp862 +nls_cp863 +nls_cp864 +nls_cp865 +nls_cp866 +nls_cp869 +nls_cp874 +nls_cp932 +nls_cp936 +nls_cp949 +nls_cp950 +nls_euc-jp +nls_iso8859-1 +nls_iso8859-13 +nls_iso8859-14 +nls_iso8859-15 +nls_iso8859-2 +nls_iso8859-3 +nls_iso8859-4 +nls_iso8859-5 +nls_iso8859-6 +nls_iso8859-7 +nls_iso8859-9 +nls_koi8-r +nls_koi8-ru +nls_koi8-u +nls_utf8 +noa1305 +noon010pc30 +nosy +notifier-error-inject +nouveau +nozomi +npcm-rng +npcm750-pwm-fan +npcm_adc +nps_enet +ns558 +ns83820 +nsh +ntb +ntb_hw_epf +ntb_hw_idt +ntb_hw_switchtec +ntb_netdev +ntb_perf +ntb_pingpong +ntb_tool +ntb_transport +ntc_thermistor +ntfs +ntfs3 +ntxec +null_blk +nuvoton-cir +nvec +nvec_kbd +nvec_paz00 +nvec_power +nvec_ps2 +nvidiafb +nvme +nvme-apple +nvme-common +nvme-core +nvme-fabrics +nvme-fc +nvme-loop +nvme-rdma +nvme-tcp +nvmem-apple-efuses +nvmem-imx-iim +nvmem-imx-ocotp +nvmem-imx-ocotp-scu +nvmem-layerscape-sfp +nvmem-rave-sp-eeprom +nvmem-reboot-mode +nvmem-rmem +nvmem-rockchip-otp +nvmem-sc27xx-efuse +nvmem_meson_mx_efuse +nvmem_mtk-efuse +nvmem_qcom-spmi-sdam +nvmem_qfprom +nvmem_rockchip_efuse +nvmem_snvs_lpgpr +nvmem_sprd_efuse +nvmem_sunxi_sid +nvmem_u-boot-env +nvmet +nvmet-fc +nvmet-rdma +nvmet-tcp +nvsw-sn2201 +nwl-dsi +nxp-c45-tja11xx +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 +open-dice +opencores-kbd +openvswitch +opt3001 +optee +optee-rng +opticon +option +or51132 +or51211 +orangefs +orinoco +orinoco_nortel +orinoco_plx +orinoco_tmd +orinoco_usb +oti6858 +otm3225a +otx2_ptp +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 +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-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-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-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-nt36672a +panel-novatek-nt39016 +panel-olimex-lcd-olinuxino +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-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-tulip-truly-nt35521 +panel-tdo-tl070wsh30 +panel-tpo-td028ttec1 +panel-tpo-td043mtea1 +panel-tpo-tpg110 +panel-truly-nt35597 +panel-visionox-rm69299 +panel-widechips-ws2401 +panel-xinpeng-xpp055c272 +panfrost +parade-ps8622 +parade-ps8640 +paride +parkbd +parman +parport +parport_ax88796 +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_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 +pcd +pcf50633 +pcf50633-adc +pcf50633-backlight +pcf50633-charger +pcf50633-gpio +pcf50633-input +pcf50633-regulator +pcf8574_keypad +pcf8591 +pch_udc +pci +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-altera-tse +pcs_xpcs +pcwd_pci +pcwd_usb +pd +pda_power +pdc_adma +pdr_interface +peak_pci +peak_pciefd +peak_usb +peci +peci-cpu +peci-cputemp +peci-dimmtemp +pegasus +pegasus_notetaker +penmount +pf +pf8x00-regulator +pfr_telemetry +pfr_update +pfuze100-regulator +pg +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-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-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-sun4i-usb +phy-sun50i-usb3 +phy-sun6i-mipi-dphy +phy-tahvo +phy-tegra-usb +phy-tegra-xusb +phy-tegra194-p2u +phy-tusb1210 +phy-zynqmp +physmap +pi3usb30532 +pi433 +pim4328 +pinctrl-apple-gpio +pinctrl-axp209 +pinctrl-cy8c95x0 +pinctrl-da9062 +pinctrl-imx8ulp +pinctrl-imx93 +pinctrl-ipq6018 +pinctrl-ipq8074 +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-msm8916 +pinctrl-msm8953 +pinctrl-msm8976 +pinctrl-msm8994 +pinctrl-msm8996 +pinctrl-msm8998 +pinctrl-mt6779 +pinctrl-qcm2290 +pinctrl-qcs404 +pinctrl-qdf2xxx +pinctrl-rk805 +pinctrl-sc7180 +pinctrl-sc7280 +pinctrl-sc7280-lpass-lpi +pinctrl-sc8180x +pinctrl-sc8280xp +pinctrl-sc8280xp-lpass-lpi +pinctrl-sdm660 +pinctrl-sdm670 +pinctrl-sdm845 +pinctrl-sm6115 +pinctrl-sm6125 +pinctrl-sm6350 +pinctrl-sm6375 +pinctrl-sm8150 +pinctrl-sm8250 +pinctrl-sm8250-lpass-lpi +pinctrl-sm8350 +pinctrl-sm8450 +pinctrl-sm8450-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 +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 +pt +ptp-qoriq +ptp_clockmatrix +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-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-sl28cpld +pwm-sprd +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 +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-pmic-typec +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_common +qcom_edac +qcom_eud +qcom_geni_serial +qcom_glink +qcom_glink_rpm +qcom_glink_smem +qcom_gsbi +qcom_hwspinlock +qcom_nandc +qcom_pil_info +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-sc7180 +qnoc-sc7280 +qnoc-sc8180x +qnoc-sc8280xp +qnoc-sdm660 +qnoc-sdm845 +qnoc-sdx55 +qnoc-sdx65 +qnoc-sm6350 +qnoc-sm8150 +qnoc-sm8250 +qnoc-sm8350 +qnoc-sm8450 +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 +r8188eu +r8192e_pci +r8192u_usb +r820t +r852 +r8712u +r8723bs +r8a66597-hcd +r8a66597-udc +r8a779f0-ether-serdes +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 +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-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-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_usbhs +renesas_wdt +repaper +reset-a10sr +reset-hi3660 +reset-meson-audio-arb +reset-qcom-pdc +reset-rzg2l-usbphy-ctrl +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 +rk808-regulator +rk817_charger +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-regulator +rohm_bu21023 +romfs +rose +rotary_encoder +rp2 +rpcrdma +rpcsec_gss_krb5 +rpi-panel-attiny-regulator +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 +rt4831 +rt4831-backlight +rt4831-regulator +rt5033 +rt5033-regulator +rt5033_battery +rt5120 +rt5120-pwrkey +rt5120-regulator +rt5190a-regulator +rt5759-regulator +rt6160-regulator +rt6190-regulator +rt61pci +rt6245-regulator +rt73usb +rt9455_charger +rtc-88pm80x +rtc-88pm860x +rtc-ab-b5ze-s3 +rtc-ab-eoz9 +rtc-abx80x +rtc-armada38x +rtc-as3722 +rtc-bd70528 +rtc-bq32k +rtc-bq4802 +rtc-cadence +rtc-cpcap +rtc-cros-ec +rtc-da9052 +rtc-da9055 +rtc-da9063 +rtc-ds1286 +rtc-ds1302 +rtc-ds1305 +rtc-ds1307 +rtc-ds1343 +rtc-ds1347 +rtc-ds1374 +rtc-ds1390 +rtc-ds1511 +rtc-ds1553 +rtc-ds1672 +rtc-ds1685 +rtc-ds1742 +rtc-ds2404 +rtc-ds3232 +rtc-em3027 +rtc-fm3130 +rtc-fsl-ftm-alarm +rtc-ftrtc010 +rtc-goldfish +rtc-hid-sensor-time +rtc-hym8563 +rtc-imx-sc +rtc-imxdi +rtc-isl12022 +rtc-isl12026 +rtc-isl1208 +rtc-lp8788 +rtc-m41t80 +rtc-m41t93 +rtc-m41t94 +rtc-m48t35 +rtc-m48t59 +rtc-m48t86 +rtc-max6900 +rtc-max6902 +rtc-max6916 +rtc-max77686 +rtc-max8907 +rtc-max8925 +rtc-max8997 +rtc-max8998 +rtc-mc13xxx +rtc-mcp795 +rtc-meson-vrtc +rtc-msm6242 +rtc-mt2712 +rtc-mt6397 +rtc-mt7622 +rtc-mxc +rtc-mxc_v2 +rtc-nct3018y +rtc-ntxec +rtc-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-tegra +rtc-ti-k3 +rtc-tps6586x +rtc-tps65910 +rtc-twl +rtc-v3020 +rtc-wm831x +rtc-wm8350 +rtc-x1205 +rtc-zynqmp +rtd520 +rti800 +rti802 +rti_wdt +rtl2830 +rtl2832 +rtl2832_sdr +rtl8150 +rtl8187 +rtl8188ee +rtl818x_pci +rtl8192c-common +rtl8192ce +rtl8192cu +rtl8192de +rtl8192ee +rtl8192se +rtl8365mb +rtl8366 +rtl8723-common +rtl8723ae +rtl8723be +rtl8821ae +rtl8xxxu +rtl_pci +rtl_usb +rtllib +rtllib_crypt_ccmp +rtllib_crypt_tkip +rtllib_crypt_wep +rtlwifi +rtmv20-regulator +rtq2134-regulator +rtq6056 +rtq6752-regulator +rtrs-client +rtrs-core +rtrs-server +rts5208 +rtsx_pci +rtsx_pci_ms +rtsx_pci_sdmmc +rtsx_usb +rtsx_usb_ms +rtsx_usb_sdmmc +rtw88_8723d +rtw88_8723de +rtw88_8723du +rtw88_8821c +rtw88_8821ce +rtw88_8821cu +rtw88_8822b +rtw88_8822be +rtw88_8822bu +rtw88_8822c +rtw88_8822ce +rtw88_8822cu +rtw88_core +rtw88_pci +rtw88_usb +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 +rza_wdt +rzg2l-cru +rzg2l-csi2 +rzg2l_adc +rzg2l_mipi_dsi +rzg2l_thermal +rzg2l_wdt +rzn1_wdt +s1d13xxxfb +s2250 +s2255drv +s2io +s2mpa01 +s2mps11 +s3fb +s3fwrn5 +s3fwrn5_i2c +s3fwrn82_uart +s526 +s5c73m3 +s5h1409 +s5h1411 +s5h1420 +s5h1432 +s5k5baf +s5k6a3 +s5k6aa +s5m8767 +s626 +s6sy761 +s921 +sa2ul +saa6588 +saa6752hs +saa7110 +saa7115 +saa7127 +saa7134 +saa7134-alsa +saa7134-dvb +saa7134-empress +saa7134-go7007 +saa7164 +saa717x +saa7185 +saa7706h +safe_serial +sahara +sample-trace-array +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_atm +sch_cake +sch_cbq +sch_cbs +sch_choke +sch_codel +sch_drr +sch_dsmark +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_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 +sha3_generic +sha512-arm64 +sha512-ce +shark2 +shiftfs +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 +sl811-hcd +slcan +slg51000-regulator +slic_ds26522 +slicoss +slim-qcom-ctrl +slim-qcom-ngd-ctrl +slimbus +slip +slram +sm2_generic +sm3 +sm3-ce +sm3-neon +sm3_generic +sm4 +sm4-ce +sm4-ce-ccm +sm4-ce-cipher +sm4-ce-gcm +sm4-neon +sm4_generic +sm501 +sm501fb +sm712fb +sm750fb +sm_common +sm_ftl +smartpqi +smb347-charger +smc +smc_diag +smd-rpm +smem +smipcie +smm665 +smp2p +smpro-core +smpro-errmon +smpro-hwmon +smpro-misc +smsc +smsc47b397 +smsc47m1 +smsc47m192 +smsc75xx +smsc911x +smsc9420 +smsc95xx +smscufx +smsdvb +smsm +smsmdtv +smssdio +smsusb +snd +snd-ac97-codec +snd-acp-config +snd-ad1889 +snd-ak4113 +snd-ak4114 +snd-ak4xxx-adda +snd-ali5451 +snd-aloop +snd-als300 +snd-atiixp +snd-atiixp-modem +snd-au8810 +snd-au8820 +snd-au8830 +snd-aw2 +snd-azt3328 +snd-bcd2000 +snd-bebob +snd-bt87x +snd-ca0106 +snd-cmipci +snd-compress +snd-cs4281 +snd-cs46xx +snd-cs8427 +snd-ctl-led +snd-ctxfi +snd-darla20 +snd-darla24 +snd-dice +snd-dummy +snd-echo3g +snd-emu10k1 +snd-emu10k1-synth +snd-emu10k1x +snd-emux-synth +snd-ens1370 +snd-ens1371 +snd-es1938 +snd-es1968 +snd-fireface +snd-firewire-digi00x +snd-firewire-lib +snd-firewire-motu +snd-firewire-tascam +snd-fireworks +snd-fm801 +snd-gina20 +snd-gina24 +snd-hda-codec +snd-hda-codec-analog +snd-hda-codec-ca0110 +snd-hda-codec-ca0132 +snd-hda-codec-cirrus +snd-hda-codec-cmedia +snd-hda-codec-conexant +snd-hda-codec-cs8409 +snd-hda-codec-generic +snd-hda-codec-hdmi +snd-hda-codec-idt +snd-hda-codec-realtek +snd-hda-codec-si3054 +snd-hda-codec-via +snd-hda-core +snd-hda-cs-dsp-ctls +snd-hda-ext-core +snd-hda-intel +snd-hda-scodec-cs35l41 +snd-hda-scodec-cs35l41-i2c +snd-hda-scodec-cs35l41-spi +snd-hda-tegra +snd-hdsp +snd-hdspm +snd-hrtimer +snd-hwdep +snd-i2c +snd-ice1712 +snd-ice1724 +snd-ice17xx-ak4xxx +snd-indigo +snd-indigodj +snd-indigodjx +snd-indigoio +snd-indigoiox +snd-intel-dspcfg +snd-intel-sdw-acpi +snd-intel8x0 +snd-intel8x0m +snd-isight +snd-korg1212 +snd-layla20 +snd-layla24 +snd-lola +snd-lx6464es +snd-maestro3 +snd-mia +snd-mixart +snd-mixer-oss +snd-mona +snd-mpu401 +snd-mpu401-uart +snd-mtpav +snd-mts64 +snd-nm256 +snd-opl3-lib +snd-opl3-synth +snd-oxfw +snd-oxygen +snd-oxygen-lib +snd-pcm +snd-pcm-dmaengine +snd-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-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-bd28623 +snd-soc-bt-sco +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-cs35l45-tables +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-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-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-max98373 +snd-soc-max98373-i2c +snd-soc-max98373-sdw +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-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-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-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-rt715 +snd-soc-rt715-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-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-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-tas5086 +snd-soc-tas571x +snd-soc-tas5720 +snd-soc-tas5805m +snd-soc-tas6424 +snd-soc-tda7419 +snd-soc-tegra-audio-graph-card +snd-soc-tegra-machine +snd-soc-tegra-pcm +snd-soc-tegra-wm8903 +snd-soc-tegra186-asrc +snd-soc-tegra186-dspk +snd-soc-tegra20-ac97 +snd-soc-tegra20-das +snd-soc-tegra20-i2s +snd-soc-tegra20-spdif +snd-soc-tegra210-admaif +snd-soc-tegra210-adx +snd-soc-tegra210-ahub +snd-soc-tegra210-amx +snd-soc-tegra210-dmic +snd-soc-tegra210-i2s +snd-soc-tegra210-mixer +snd-soc-tegra210-mvc +snd-soc-tegra210-ope +snd-soc-tegra210-sfc +snd-soc-tegra30-ahub +snd-soc-tegra30-i2s +snd-soc-test-component +snd-soc-tfa9879 +snd-soc-tfa989x +snd-soc-ti-edma +snd-soc-ti-sdma +snd-soc-ti-udma +snd-soc-tlv320adc3xxx +snd-soc-tlv320adcx140 +snd-soc-tlv320aic23 +snd-soc-tlv320aic23-i2c +snd-soc-tlv320aic23-spi +snd-soc-tlv320aic31xx +snd-soc-tlv320aic32x4 +snd-soc-tlv320aic32x4-i2c +snd-soc-tlv320aic32x4-spi +snd-soc-tlv320aic3x +snd-soc-tlv320aic3x-i2c +snd-soc-tlv320aic3x-spi +snd-soc-tpa6130a2 +snd-soc-ts3a227e +snd-soc-tscs42xx +snd-soc-tscs454 +snd-soc-uda1334 +snd-soc-wcd-mbhc +snd-soc-wcd9335 +snd-soc-wcd934x +snd-soc-wcd938x +snd-soc-wcd938x-sdw +snd-soc-wm-adsp +snd-soc-wm-hubs +snd-soc-wm8510 +snd-soc-wm8523 +snd-soc-wm8524 +snd-soc-wm8580 +snd-soc-wm8711 +snd-soc-wm8728 +snd-soc-wm8731 +snd-soc-wm8731-i2c +snd-soc-wm8731-spi +snd-soc-wm8737 +snd-soc-wm8741 +snd-soc-wm8750 +snd-soc-wm8753 +snd-soc-wm8770 +snd-soc-wm8776 +snd-soc-wm8782 +snd-soc-wm8804 +snd-soc-wm8804-i2c +snd-soc-wm8804-spi +snd-soc-wm8903 +snd-soc-wm8904 +snd-soc-wm8940 +snd-soc-wm8960 +snd-soc-wm8961 +snd-soc-wm8962 +snd-soc-wm8974 +snd-soc-wm8978 +snd-soc-wm8985 +snd-soc-wm8994 +snd-soc-wm9712 +snd-soc-wsa881x +snd-soc-wsa883x +snd-soc-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-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 +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-bus +soundwire-cadence +soundwire-generic-allocation +soundwire-intel +soundwire-qcom +sp2 +sp805_wdt +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-armada-3700 +spi-axi-spi-engine +spi-bitbang +spi-butterfly +spi-cadence +spi-cadence-quadspi +spi-cadence-xspi +spi-dln2 +spi-dw +spi-dw-mmio +spi-dw-pci +spi-fsi +spi-fsl-dspi +spi-fsl-lpspi +spi-fsl-qspi +spi-geni-qcom +spi-gpio +spi-hisi-kunpeng +spi-hisi-sfc-v3xx +spi-imx +spi-lm70llp +spi-loopback-test +spi-meson-spicc +spi-meson-spifc +spi-microchip-core +spi-microchip-core-qspi +spi-mt65xx +spi-mtk-nor +spi-mtk-snfi +spi-mux +spi-mxic +spi-nor +spi-npcm-fiu +spi-npcm-pspi +spi-nxp-fspi +spi-oc-tiny +spi-orion +spi-pci1xxxx +spi-pl022 +spi-pxa2xx-pci +spi-pxa2xx-platform +spi-qcom-qspi +spi-qup +spi-rockchip +spi-rockchip-sfc +spi-rpc-if +spi-rspi +spi-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-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 +sr030pc30 +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_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 +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 +syscopyarea +sysfillrect +sysimgblt +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_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 +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-ads124s08 +ti-ads131e08 +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-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 +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 +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 +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 +u132-hcd +uPD60620 +u_audio +u_ether +u_serial +uacce +uartlite +uas +ubi +ubifs +ublk_drv +ubuntu-host +ucan +ucb1400_core +ucb1400_ts +ucc_uart +ucd9000 +ucd9200 +ucs1002_power +ucsi_acpi +ucsi_ccg +ucsi_stm32g0 +uda1342 +udc-core +udc-xilinx +udf +udl +udlfb +udp_diag +udp_tunnel +ueagle-atm +ufs +ufs-hisi +ufs-mediatek +ufs-renesas +ufs_qcom +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 +uvcvideo +uvesafb +v4l2-async +v4l2-dv-timings +v4l2-flash-led-class +v4l2-fwnode +v4l2-h264 +v4l2-jpeg +v4l2-mem2mem +v4l2-tpg +v4l2-vp9 +vcan +vcnl3020 +vcnl4000 +vcnl4035 +vcpu_stall_detector +vctrl-regulator +vdpa +vdpa_sim +vdpa_sim_blk +vdpa_sim_net +vduse +veml6030 +veml6070 +venus-core +venus-dec +venus-enc +versal-fpga +ves1820 +ves1x93 +veth +vexpress-hwmon +vexpress-regulator +vf610_adc +vf610_dac +vfio +vfio-amba +vfio-fsl-mc +vfio-pci +vfio-pci-core +vfio-platform +vfio-platform-amdxgbe +vfio-platform-base +vfio-platform-calxedaxgmac +vfio_iommu_type1 +vgastate +vgem +vgg2432a4 +vhci-hcd +vhost +vhost_iotlb +vhost_net +vhost_scsi +vhost_vdpa +vhost_vsock +via-rhine +via-sdmmc +via-velocity +via686a +vicodec +video +video-i2c +video-mux +videobuf-core +videobuf-dma-sg +videobuf-vmalloc +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 +videodev +vim2m +vimc +viperboard +viperboard_adc +virt_wifi +virtio-gpu +virtio-rng +virtio_blk +virtio_bt +virtio_crypto +virtio_dma_buf +virtio_input +virtio_mem +virtio_net +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 +vs6624 +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 +wusb3801 +wwan_hwsim +x25 +x_tables +xbox_remote +xc2028 +xc4000 +xc5000 +xcbc +xctr +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-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 +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 +zavl +zcommon +zd1201 +zd1211rw +zd1301 +zd1301_demod +zet6223 +zforce_ts +zfs +zhenhua +ziirave_wdt +zinitix +zl10036 +zl10039 +zl10353 +zl6100 +zlua +znvpair +zonefs +zopt2201 +zpa2326 +zpa2326_i2c +zpa2326_spi +zram +zstd +zunicode +zynqmp-aes-gcm +zynqmp-dpsub +zynqmp-fpga +zynqmp-sha +zynqmp_dma +zzstd --- linux-lowlatency-hwe-6.2-6.2.0.orig/debian.lowlatency/abi/arm64/lowlatency-64k.modules.builtin +++ linux-lowlatency-hwe-6.2-6.2.0/debian.lowlatency/abi/arm64/lowlatency-64k.modules.builtin @@ -0,0 +1,528 @@ +8250 +8250_base +8250_dw +8250_mtk +8250_of +8250_omap +8250_pci +8250_tegra +88pm860x +a64fx-diag +ac +acpi_mdio +acpiphp +aead +aes_generic +af_packet +ahci_imx +akcipher +altera-sysmgr +altera_edac +amba-pl011 +apple-pmgr-pwrstate +apple_m1_cpu_pmu +arm-cci +arm-cci +arm-ccn +arm_smmu +arm_smmu_v3 +armada_thermal +armmmci +as3722 +as3722-poweroff +asiliantfb +asn1_decoder +asn1_encoder +asymmetric_keys +atkbd +axg +axg-aoclk +backlight +battery +bcm84881 +binfmt_elf +binfmt_script +brcmstb_gisb +bsg +btree +button +cbc +cdrom +cfbcopyarea +cfbfillrect +cfbimgblt +charger-manager +clk-apmixed +clk-bm1880 +clk-cpu-dyndiv +clk-cpumux +clk-dualdiv +clk-fixed-mmio +clk-fsl-sai +clk-gate +clk-hi3559a +clk-imx-lpcg-scu +clk-imx-scu +clk-imx8mm +clk-imx8mn +clk-imx8mp +clk-imx8mq +clk-mpll +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-mtk +clk-mux +clk-pll +clk-pll +clk-regmap +clk-vexpress-osc +cma_heap +cmd-db +cn +compat_binfmt_elf +configfs +cpufreq-dt +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 +da903x +da9052-core +da9052-i2c +da9052-spi +da9055 +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 +ezx-pcap +fan +fat +fb +fddi +fec +firmware_class +fixed_phy +font +freq_table +fsl_dpaa_fman +fsl_dpaa_fman_port +fsl_dpaa_mac +fsl_ifc +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-imx-scu +gpio-mxc +gpio-pl061 +gpio-poweroff +gpio-restart +gpio-tegra +gpio-tegra186 +gpio-xilinx +grant-dma-ops +gxbb +gxbb-aoclk +hed +hmac +hwmon +hwspinlock_core +i2c-core +i2c-designware-core +i2c-designware-platform +i2c-dev +i2c-omap +i2c-sprd +icc-core +imsttfb +imx +imx-scu +imx-weim +input-core +interconnect_qcom +ioasid +iova +ipu_idmac +ipv6 +irq-al-fic +irq-ls-scfg-msi +irq-mbigen +irq-meson-gpio +irq-mvebu-pic +irq-renesas-irqc +irq-renesas-rzg2l +irq-ti-sci-inta +irq-ti-sci-intr +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 +libblake2s +libcryptoutils +libnvdimm +libphy +libps2 +libsha1 +libsha256 +linear_ranges +loop +lp8788 +ltc2952-poweroff +lz4_decompress +lzo +lzo-rle +lzo_compress +lzo_decompress +max14577 +max310x +max77686 +max77693 +mbcache +mctp +md-mod +md5 +mdio-bitbang +mdio_devres +meson-aoclk +meson-clk-measure +meson-ee-pwrc +meson-eeclk +meson-gx-pwrc-vpu +meson_uart +mfd-core +mii +mmc_block +mmc_core +mousedev +mpi +mq-deadline +msm_serial +mt6323-poweroff +mtk-eint +mv_xor_v2 +mx3fb +mxc-clk +n_null +nfs_ssc +nls_base +nls_cp437 +npcm_wdt +nvmem_core +nvmem_zynqmp_nvmem +of_mdio +ohci-hcd +ohci-pci +oid_registry +omap-gpmc +owl-uart +packing +palmas +pci-aardvark +pci-ep-cfs +pci-epc-core +pci-epc-mem +pci-epf-core +pci-host-common +pci-host-generic +pci-tegra +pcie-altera +pcie-altera-msi +pcie-hisi-error +pcie-histb +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-amd +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-mt8188 +pinctrl-mt8192 +pinctrl-mt8365 +pinctrl-mtk-common-v2 +pinctrl-ocelot +pinctrl-palmas +pinctrl-paris +pinctrl-rockchip +pinctrl-rzg2l +pinctrl-rzv2m +pinctrl-s700 +pinctrl-s900 +pinctrl-scu +pinctrl-single +pinctrl-sprd +pinctrl-sprd-sc9860 +pkcs7_message +pldmfw +power_supply +powercap_sys +ppp_generic +pps_core +pretimeout_noop +processor +pstore +ptp +public_key +qcom-ebi2 +qcom-ipcc +qcom-pdc +qcom-scm +qcom-ssc-block-bus +qcom_rpmh +rapidio +rational +rcar-usb2-clock-sel +reactor_panic +reactor_printk +regmap-i2c +regmap-mmio +regmap-spi +regulator-poweroff +remoteproc +renesas-cpg-mssr +reset +reset-berlin +reset-imx7 +reset-meson +reset-microchip-sparx5 +reset-qcom-aoss +restart-poweroff +rfkill +rng +rng-core +rockchip-mailbox +roles +rpmhpd +rsa_generic +rtc-efi +rtc-mv +rtc-xgene +rzg2l-cpg +sccnxp +scmi-module +scsi_common +scsi_mod +scu-pd +sd_mod +sec-core +sec-irq +selftests +seqiv +serdev +serial_core +serial_mctrl_gpio +serio +sg +sh-sci +sh_cmt +sh_tmu +sha1_generic +sha256_generic +sha512_generic +shpchp +simple-pm-bus +skcipher +slhc +smc91x +spi-fsl-lib +spi-fsl-spi +spi-omap2-mcspi +spm +squashfs +sr_mod +stmpe-i2c +stmpe-spi +sun50i-a100-ccu +sun50i-a100-r-ccu +sun50i-a64-ccu +sun50i-h6-ccu +sun50i-h6-r-ccu +sun50i-h616-ccu +sun50i-iommu +sun6i-msgbox +sun8i-de2-ccu +sun8i-h3-ccu +sun8i-r-ccu +sunxi-ccu +sunxi_sram +syscon-clk +system_heap +t10-pi +tc3589x +tcp_cubic +tegra-ahb +tegra-mc +tegra-tcu +tegra124-cpufreq +tegra186-emc +tegra194-cbb +tegra20-apb-dma +tegra20-cpufreq +tegra234-cbb +thermal +ti-cpufreq +ti-msgmgr +ti-opp-supply +ti_sci +timer-tegra186 +timer-ti-dm +tpm +tpm_crb +tpm_tis +tpm_tis_core +tps65086-restart +tps6586x +tps65912-core +tps65912-i2c +tps65912-spi +trusted +ttyprintk +tun +twl4030-audio +twl6040 +ucs2_string +udmabuf +uhci-hcd +uinput +unicode +unix +usb-common +usbcore +utf8data +vexpress-config +vexpress-sysreg +vfat +vid-pll-div +virt-dma +virtio +virtio-iommu +virtio_balloon +virtio_console +virtio_mmio +virtio_pci +virtio_pci_legacy_dev +virtio_pci_modern_dev +virtio_ring +virtio_scsi +vivaldi-fmap +watch_queue +watchdog +wwan +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 +zpool +zsmalloc +zstd_common +zstd_compress +zstd_decompress +zswap +zynqmp-ipi-mailbox --- linux-lowlatency-hwe-6.2-6.2.0.orig/debian.lowlatency/abi/arm64/lowlatency-64k.retpoline +++ linux-lowlatency-hwe-6.2-6.2.0/debian.lowlatency/abi/arm64/lowlatency-64k.retpoline @@ -0,0 +1 @@ +# RETPOLINE NOT ENABLED --- linux-lowlatency-hwe-6.2-6.2.0.orig/debian.lowlatency/abi/arm64/lowlatency.compiler +++ linux-lowlatency-hwe-6.2-6.2.0/debian.lowlatency/abi/arm64/lowlatency.compiler @@ -0,0 +1 @@ +GCC: (Ubuntu 12.3.0-1ubuntu1~23.04) 12.3.0 --- linux-lowlatency-hwe-6.2-6.2.0.orig/debian.lowlatency/abi/arm64/lowlatency.modules +++ linux-lowlatency-hwe-6.2-6.2.0/debian.lowlatency/abi/arm64/lowlatency.modules @@ -0,0 +1,7312 @@ +3c59x +3w-9xxx +3w-sas +3w-xxxx +6lowpan +6pack +8021q +8139cp +8139too +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 +9pnet_xen +BusLogic +a100u2w +a3d +a53-pll +a7-pll +a8293 +aacraid +aat2870-regulator +aat2870_bl +abp060mg +ac97_bus +acard-ahci +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 +ad9389b +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 +ade7854 +ade7854-i2c +ade7854-spi +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 +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 +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-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 +ath3k +ath5k +ath6kl_core +ath6kl_sdio +ath6kl_usb +ath9k +ath9k_common +ath9k_htc +ath9k_hw +ath9k_pci_owl_loader +ati_remote +ati_remote2 +atl1 +atl1c +atl1e +atl2 +atlantic +atlas-ezo-sensor +atlas-sensor +atm +atmel +atmel-ecc +atmel-flexcom +atmel-hlcdc +atmel-i2c +atmel-sha204a +atmel_captouch +atmel_mxt_ts +atmel_pci +atmtcp +atp870u +atusb +atxp1 +aty128fb +atyfb +au0828 +au8522_common +au8522_decoder +au8522_dig +auo-pixcir-ts +auth_rpcgss +authenc +authencesn +autofs4 +avmfritz +ax25 +ax88179_178a +ax88796b +ax88796c +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 +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 +btqca +btqcomsmd +btrfs +btrsi +btrtl +btsdio +bttv +btusb +bu21013_ts +bu21029_ts +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-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 +cdns3 +cdns3-imx +cdns3-pci-wrap +cdns3-ti +cdnsp-udc-pci +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 +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-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-mt8365 +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-scmi +clk-scpi +clk-si514 +clk-si5341 +clk-si5351 +clk-si544 +clk-si570 +clk-smd-rpm +clk-spmi-pmic-div +clk-sprd +clk-twl6040 +clk-versaclock5 +clk-versaclock7 +clk-wm831x +clk-xlnx-clock-wizard +cls_basic +cls_bpf +cls_cgroup +cls_flow +cls_flower +cls_fw +cls_matchall +cls_route +cls_u32 +cm109 +cm32181 +cm3232 +cm3323 +cm3605 +cm36651 +cma3000_d0x +cma3000_d0x_i2c +cmac +cmdlinepart +cmtp +cn10k-rng +cnic +cobra +coda +coda-vpu +colibri-vf50-ts +com20020 +com20020-pci +com90io +com90xx +comedi +comedi_8254 +comedi_8255 +comedi_bond +comedi_example_test +comedi_parport +comedi_pci +comedi_test +comedi_usb +comm +contec_pci_dio +cordic +core +corsair-cpro +corsair-psu +cortina +counter +cp210x +cpcap-adc +cpcap-battery +cpcap-charger +cpcap-pwrbutton +cpcap-regulator +cppc_cpufreq +cpr +cptpf +cptvf +cqhci +cramfs +crc-itu-t +crc32_generic +crc4 +crc7 +crct10dif-ce +crg-hi3516cv300 +crg-hi3798cv200 +cros-ec-anx7688 +cros-ec-cec +cros-ec-regulator +cros-ec-sensorhub +cros_ec +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_typec +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_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_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 +display-connector +dl2k +dlhl60d +dlink-dir685-touchkeys +dlm +dln2 +dln2-adc +dm-bio-prison +dm-bufio +dm-cache +dm-cache-smq +dm-clone +dm-crypt +dm-delay +dm-ebs +dm-era +dm-flakey +dm-historical-service-time +dm-integrity +dm-io-affinity +dm-log +dm-log-userspace +dm-log-writes +dm-mirror +dm-multipath +dm-persistent-data +dm-queue-length +dm-raid +dm-region-hash +dm-round-robin +dm-service-time +dm-snapshot +dm-switch +dm-thin-pool +dm-unstripe +dm-verity +dm-writecache +dm-zero +dm-zoned +dm1105 +dm9601 +dma-axi-dmac +dmard06 +dmard09 +dmard10 +dmc520_edac +dme1737 +dmfe +dmi-sysfs +dmm32at +dmx3191d +dnet +dp83640 +dp83822 +dp83848 +dp83867 +dp83869 +dp83tc811 +dp83td510 +dpaa2-console +dpaa2-qdma +dpaa2_caam +dpdmai +dpot-dac +dps310 +dps920ab +drbd +drivetemp +drm +drm_buddy +drm_display_helper +drm_dma_helper +drm_dp_aux_bus +drm_kms_helper +drm_mipi_dbi +drm_shmem_helper +drm_ttm_helper +drm_vram_helper +drm_xen_front +drv260x +drv2665 +drv2667 +drx39xyj +drxd +drxk +ds1621 +ds1682 +ds1803 +ds1wm +ds2482 +ds2490 +ds2760_battery +ds2780_battery +ds2781_battery +ds2782_battery +ds3000 +ds4424 +ds620 +dsa_core +dsbr100 +dst +dst_ca +dstr +dt2801 +dt2811 +dt2814 +dt2815 +dt2817 +dt282x +dt3000 +dt3155 +dt9812 +dtpm +dummy +dummy-irq +dummy_stm +dvb-as102 +dvb-bt8xx +dvb-core +dvb-pll +dvb-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_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-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 +failover +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_sys_fops +fb_tinylcd +fb_tls8204 +fb_uc1611 +fb_uc1701 +fb_upd161704 +fbtft +fc0011 +fc0012 +fc0013 +fc2580 +fcoe +fcrypt +fdomain +fdomain_pci +fdp +fdp_i2c +fealnx +ff-memless +ffa-module +fieldbus_dev +fintek-cir +firedtv +firewire-core +firewire-net +firewire-ohci +firewire-sbp2 +fit2 +fit3 +fixed +fjes +fl512 +flexcan +fm10k +fm801-gp +fm_drv +forcedeth +fore_200e +fou +fou6 +fpga-bridge +fpga-mgr +fpga-region +freevxfs +friq +frpw +fsa4480 +fscache +fsi-core +fsi-master-aspeed +fsi-master-gpio +fsi-master-hub +fsi-occ +fsi-sbefifo +fsi-scom +fsia6b +fsl-dpaa2-eth +fsl-dpaa2-ptp +fsl-dpaa2-switch +fsl-edma +fsl-edma-common +fsl-enetc +fsl-enetc-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_linflexuart +fsl_lpuart +fsl_pq_mdio +fsl_ucc_hdlc +fsp-3y +ftdi-elan +ftdi_sio +ftl +ftm-quaddec +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-apq8084 +gcc-ipq4019 +gcc-ipq6018 +gcc-ipq806x +gcc-ipq8074 +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-sc7180 +gcc-sc7280 +gcc-sc8180x +gcc-sc8280xp +gcc-sdm660 +gcc-sdm845 +gcc-sdx55 +gcc-sdx65 +gcc-sm6115 +gcc-sm6125 +gcc-sm6350 +gcc-sm6375 +gcc-sm8150 +gcc-sm8250 +gcc-sm8350 +gcc-sm8450 +gcc-sm8550 +gdmtty +gdmulte +ge2d +gemini +gen_probe +generic +generic-adc-battery +genet +geneve +genwqe_card +gf2k +gfs2 +ghash-ce +gianfar_driver +gl518sm +gl520sm +gl620a +gluebi +gm12u320 +gnss +gnss-mtk +gnss-serial +gnss-sirf +gnss-ubx +gnss-usb +go7007 +go7007-loader +go7007-usb +goku_udc +goldfish_battery +goodix_ts +gp2ap002 +gp2ap020a00f +gp8psk-fe +gpi +gpio +gpio-74x164 +gpio-74xx-mmio +gpio-adnp +gpio-adp5520 +gpio-aggregator +gpio-altera +gpio-altera-a10sr +gpio-amd-fch +gpio-amdpt +gpio-arizona +gpio-bd71815 +gpio-bd71828 +gpio-bd9571mwv +gpio-beeper +gpio-cadence +gpio-charger +gpio-da9052 +gpio-da9055 +gpio-dln2 +gpio-dwapb +gpio-eic-sprd +gpio-exar +gpio-fan +gpio-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-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-sim +gpio-siox +gpio-sl28cpld +gpio-sprd +gpio-syscon +gpio-thunderx +gpio-tpic2810 +gpio-tps65086 +gpio-tps65218 +gpio-tps65912 +gpio-tqmx86 +gpio-twl4030 +gpio-twl6040 +gpio-ucb1400 +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-sc7180 +gpucc-sc7280 +gpucc-sc8280xp +gpucc-sdm660 +gpucc-sdm845 +gpucc-sm6350 +gpucc-sm8150 +gpucc-sm8250 +gpucc-sm8350 +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 +habanalabs +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 +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-ezkey +hid-ft260 +hid-gaff +hid-gembird +hid-generic +hid-gfrm +hid-glorious +hid-google-hammer +hid-gt683r +hid-gyration +hid-holtek-kbd +hid-holtek-mouse +hid-holtekff +hid-hyperv +hid-icade +hid-ite +hid-jabra +hid-kensington +hid-keytouch +hid-kye +hid-lcpower +hid-led +hid-lenovo +hid-letsketch +hid-lg-g15 +hid-logitech +hid-logitech-dj +hid-logitech-hidpp +hid-macally +hid-magicmouse +hid-maltron +hid-mcp2221 +hid-megaworld +hid-mf +hid-microsoft +hid-monterey +hid-multitouch +hid-nintendo +hid-nti +hid-ntrig +hid-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_zip +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 +htc-pasic3 +hte-tegra194 +hte-tegra194-test +hts221 +hts221_i2c +hts221_spi +htu21 +huawei_cdc_ncm +hv_balloon +hv_netvsc +hv_sock +hv_storvsc +hv_utils +hv_vmbus +hwmon-vid +hwpoison-inject +hx711 +hx8357 +hx8357d +hycon-hy46xx +hynitron_cstxxx +hyperbus-core +hyperv-keyboard +hyperv_drm +hyperv_fb +i2c-algo-bit +i2c-algo-pca +i2c-ali1535 +i2c-ali1563 +i2c-ali15x3 +i2c-altera +i2c-amd756 +i2c-amd8111 +i2c-apple +i2c-arb-gpio-challenge +i2c-cbus-gpio +i2c-ccgx-ucsi +i2c-cp2615 +i2c-cros-ec-tunnel +i2c-demux-pinctrl +i2c-designware-pci +i2c-diolan-u2c +i2c-dln2 +i2c-fsi +i2c-gpio +i2c-hid +i2c-hid-acpi +i2c-hid-of +i2c-hid-of-elan +i2c-hid-of-goodix +i2c-hisi +i2c-hix5hd2 +i2c-i801 +i2c-imx +i2c-imx-lpi2c +i2c-isch +i2c-kempld +i2c-matroxfb +i2c-mchp-pci1xxxx +i2c-meson +i2c-mlxbf +i2c-mt65xx +i2c-mux +i2c-mux-gpio +i2c-mux-gpmux +i2c-mux-ltc4306 +i2c-mux-mlxcpld +i2c-mux-pca9541 +i2c-mux-pca954x +i2c-mux-pinctrl +i2c-mux-reg +i2c-mv64xxx +i2c-nforce2 +i2c-nomadik +i2c-npcm7xx +i2c-nvidia-gpu +i2c-ocores +i2c-owl +i2c-parport +i2c-pca-platform +i2c-piix4 +i2c-pxa +i2c-qcom-cci +i2c-qcom-geni +i2c-qup +i2c-rcar +i2c-riic +i2c-rk3x +i2c-robotfuzz-osif +i2c-rzv2m +i2c-scmi +i2c-sh_mobile +i2c-simtec +i2c-sis5595 +i2c-sis630 +i2c-sis96x +i2c-slave-eeprom +i2c-smbus +i2c-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-osm-l3 +icc-rpmh +icc-smd-rpm +ice +ice40-spi +icp +icp10100 +icp_multi +icplus +ics932s401 +idma64 +idmouse +idt77252 +idt_89hpesx +idt_gen2 +idt_gen3 +idtcps +ieee802154 +ieee802154_6lowpan +ieee802154_socket +ifb +ifcvf +ife +ifi_canfd +iforce +iforce-serio +iforce-usb +igb +igbvf +igc +igorplugusb +iguanair +ii_pci20kc +iio-mux +iio-rescale +iio-trig-hrtimer +iio-trig-interrupt +iio-trig-loop +iio-trig-sysfs +iio_dummy +iio_hwmon +ila +ili210x +ili9163 +ili9225 +ili922x +ili9320 +ili9341 +ili9486 +ilitek_ts_i2c +imagis +img-ascii-lcd +img-i2s-in +img-i2s-out +img-parallel-out +img-spdif-in +img-spdif-out +imm +imon +imon_raw +ims-pcu +imx-audio-rpmsg +imx-bus +imx-common +imx-cpufreq-dt +imx-dcss +imx-dma +imx-dsp +imx-interconnect +imx-lcdif +imx-mailbox +imx-media-common +imx-mipi-csis +imx-pcm-dma +imx-pcm-rpmsg +imx-pxp +imx-sdma +imx208 +imx214 +imx219 +imx258 +imx274 +imx290 +imx2_wdt +imx319 +imx334 +imx335 +imx355 +imx412 +imx6q-cpufreq +imx6ul_tsc +imx7-media-csi +imx7d_adc +imx7ulp_wdt +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-blk-ctrl +imx93-pd +imx93-src +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-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 +intel-m10-bmc-hwmon +intel-nand-controller +intel-qep +intel-xway +intel_qat +intel_th +intel_th_acpi +intel_th_gth +intel_th_msu +intel_th_msu_sink +intel_th_pci +intel_th_pti +intel_th_sth +intel_vr_nor +interact +interrupt-cnt +inv-icm42600 +inv-icm42600-i2c +inv-icm42600-spi +inv-mpu6050 +inv-mpu6050-i2c +inv-mpu6050-spi +io-domain +io_edgeport +io_ti +iommufd +ionic +iosm +iowarrior +ip5xxx_power +ip6_gre +ip6_tables +ip6_tunnel +ip6_udp_tunnel +ip6_vti +ip6t_NPT +ip6t_REJECT +ip6t_SYNPROXY +ip6t_ah +ip6t_eui64 +ip6t_frag +ip6t_hbh +ip6t_ipv6header +ip6t_mh +ip6t_rpfilter +ip6t_rt +ip6t_srh +ip6table_filter +ip6table_mangle +ip6table_nat +ip6table_raw +ip6table_security +ip_gre +ip_set +ip_set_bitmap_ip +ip_set_bitmap_ipmac +ip_set_bitmap_port +ip_set_hash_ip +ip_set_hash_ipmac +ip_set_hash_ipmark +ip_set_hash_ipport +ip_set_hash_ipportip +ip_set_hash_ipportnet +ip_set_hash_mac +ip_set_hash_net +ip_set_hash_netiface +ip_set_hash_netnet +ip_set_hash_netport +ip_set_hash_netportnet +ip_set_list_set +ip_tables +ip_tunnel +ip_vs +ip_vs_dh +ip_vs_fo +ip_vs_ftp +ip_vs_lblc +ip_vs_lblcr +ip_vs_lc +ip_vs_mh +ip_vs_nq +ip_vs_ovf +ip_vs_pe_sip +ip_vs_rr +ip_vs_sed +ip_vs_sh +ip_vs_twos +ip_vs_wlc +ip_vs_wrr +ip_vti +ipa +ipack +ipaq +ipcomp +ipcomp6 +iphase +ipheth +ipip +ipmb_dev_int +ipmi_devintf +ipmi_ipmb +ipmi_msghandler +ipmi_poweroff +ipmi_si +ipmi_ssif +ipmi_watchdog +ipoctal +ipr +iproc_nand +ips +ipt_CLUSTERIP +ipt_ECN +ipt_REJECT +ipt_SYNPROXY +ipt_ah +ipt_rpfilter +iptable_filter +iptable_mangle +iptable_nat +iptable_raw +iptable_security +ipvlan +ipvtap +ipw +ipw2100 +ipw2200 +iqs269a +iqs5xx +iqs620at-temp +iqs621-als +iqs624-pos +iqs626a +iqs62x +iqs62x-keys +iqs7222 +ir-hix5hd2 +ir-imon-decoder +ir-jvc-decoder +ir-kbd-i2c +ir-mce_kbd-decoder +ir-nec-decoder +ir-rc5-decoder +ir-rc6-decoder +ir-rcmm-decoder +ir-sanyo-decoder +ir-sharp-decoder +ir-sony-decoder +ir-spi +ir-usb +ir-xmp-decoder +ir35221 +ir36021 +ir38064 +ir_toy +irdma +irps5401 +irq-imx-mu-msi +irq-madera +irq-pruss-intc +irq-qcom-mpm +iscsi_boot_sysfs +iscsi_ibft +iscsi_target_mod +iscsi_tcp +isdnhdlc +isight_firmware +isl29003 +isl29018 +isl29020 +isl29028 +isl29125 +isl29501 +isl6271a-regulator +isl6405 +isl6421 +isl6423 +isl68137 +isl7998x +isl9305 +isofs +isp116x-hcd +isp1704_charger +isp1760 +it87 +it913x +itd1000 +ite-cir +ite-it6505 +ite-it66121 +itg3200 +iuu_phoenix +ivtv +ivtv-alsa +ivtvfb +iw_cm +iw_cxgb4 +iwl3945 +iwl4965 +iwldvm +iwlegacy +iwlmvm +iwlwifi +ix2505v +ixgb +ixgbe +ixgbevf +janz-cmodio +janz-ican3 +jc42 +jedec_probe +jffs2 +jfs +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 +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 +lcc-ipq806x +lcc-mdm9615 +lcc-msm8960 +lcd +lcd2s +ldusb +lec +led-class-flash +led-class-multicolor +led_bl +leds-88pm860x +leds-aat1290 +leds-adp5520 +leds-an30259a +leds-as3645a +leds-aw2013 +leds-bcm6328 +leds-bcm6358 +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-pca9532 +leds-pca955x +leds-pca963x +leds-pwm +leds-pwm-multicolor +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-gpio +ledtrig-heartbeat +ledtrig-netdev +ledtrig-oneshot +ledtrig-pattern +ledtrig-timer +ledtrig-transient +ledtrig-tty +ledtrig-usbport +legousbtower +lg-vl600 +lg2160 +lgdt3305 +lgdt3306a +lgdt330x +lgs8gl5 +lgs8gxx +lib80211 +lib80211_crypt_ccmp +lib80211_crypt_tkip +lib80211_crypt_wep +libarc4 +libceph +libchacha +libchacha20poly1305 +libcomposite +libcrc32c +libcurve25519 +libcurve25519-generic +libcxgb +libcxgbi +libdes +libertas +libertas_sdio +libertas_spi +libertas_tf +libertas_tf_usb +libfc +libfcoe +libipw +libiscsi +libiscsi_tcp +libpoly1305 +libsas +libwx +lightning +lima +line-display +lineage-pem +linear +linkstation-poweroff +liquidio +liquidio_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-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 +lxt +lz4 +lz4_compress +lz4hc +lz4hc_compress +m2m-deinterlace +m52790 +m5mols +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 +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 +max20730 +max20751 +max2165 +max2175 +max30100 +max30102 +max30208 +max3100 +max31722 +max31730 +max31760 +max31785 +max31790 +max31856 +max31865 +max3420_udc +max3421-hcd +max34440 +max44000 +max44009 +max517 +max5432 +max5481 +max5487 +max5821 +max63xx_wdt +max6620 +max6621 +max6639 +max6650 +max6697 +max6875 +max7359_keypad +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 +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 +mdev +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-mmioreg +mdio-mux-multiplexer +mdio-mvusb +mdio-octeon +mdio-thunder +mdio-xgene +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 +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_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-tcb-capture +microchip_t1 +microread +microread_i2c +microtek +minix +mip6 +mipi-i3c-hci +mite +mk712 +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-apq8084 +mmcc-msm8960 +mmcc-msm8974 +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 +mpr121_touchkey +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_ocelot +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 +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 +mt8192-mt6359-rt1015-rt5682 +mt8195-mt6359 +mt9m001 +mt9m032 +mt9m111 +mt9p031 +mt9t001 +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-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_thermal +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 +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 +nbd +nci +nci_spi +nci_uart +nct6683 +nct6775 +nct6775-core +nct6775-i2c +nct7802 +nct7904 +nd_btt +nd_pmem +nd_virtio +ne2k-pci +neofb +net1080 +net2272 +net2280 +net_failover +netconsole +netdevsim +netfs +netjet +netlink_diag +netrom +netsec +netup-unidvb +netxen_nic +newtonkbd +nf_conncount +nf_conntrack +nf_conntrack_amanda +nf_conntrack_bridge +nf_conntrack_broadcast +nf_conntrack_ftp +nf_conntrack_h323 +nf_conntrack_irc +nf_conntrack_netbios_ns +nf_conntrack_netlink +nf_conntrack_pptp +nf_conntrack_sane +nf_conntrack_sip +nf_conntrack_snmp +nf_conntrack_tftp +nf_defrag_ipv4 +nf_defrag_ipv6 +nf_dup_ipv4 +nf_dup_ipv6 +nf_dup_netdev +nf_flow_table +nf_flow_table_inet +nf_log_syslog +nf_nat +nf_nat_amanda +nf_nat_ftp +nf_nat_h323 +nf_nat_irc +nf_nat_pptp +nf_nat_sip +nf_nat_snmp_basic +nf_nat_tftp +nf_reject_ipv4 +nf_reject_ipv6 +nf_socket_ipv4 +nf_socket_ipv6 +nf_synproxy_core +nf_tables +nf_tproxy_ipv4 +nf_tproxy_ipv6 +nfc +nfc_digital +nfcmrvl +nfcmrvl_i2c +nfcmrvl_spi +nfcmrvl_uart +nfcmrvl_usb +nfcsim +nfit +nfnetlink +nfnetlink_acct +nfnetlink_cthelper +nfnetlink_cttimeout +nfnetlink_hook +nfnetlink_log +nfnetlink_osf +nfnetlink_queue +nfp +nfs +nfs_acl +nfs_layout_flexfiles +nfs_layout_nfsv41_files +nfsd +nfsv2 +nfsv3 +nfsv4 +nft_chain_nat +nft_compat +nft_connlimit +nft_ct +nft_dup_ipv4 +nft_dup_ipv6 +nft_dup_netdev +nft_fib +nft_fib_inet +nft_fib_ipv4 +nft_fib_ipv6 +nft_fib_netdev +nft_flow_offload +nft_fwd_netdev +nft_hash +nft_limit +nft_log +nft_masq +nft_meta_bridge +nft_nat +nft_numgen +nft_osf +nft_queue +nft_quota +nft_redir +nft_reject +nft_reject_bridge +nft_reject_inet +nft_reject_ipv4 +nft_reject_ipv6 +nft_reject_netdev +nft_socket +nft_synproxy +nft_tproxy +nft_tunnel +nft_xfrm +nftl +ngbe +ngene +nhc_dest +nhc_fragment +nhc_hop +nhc_ipv6 +nhc_mobility +nhc_routing +nhc_udp +nhpoly1305 +nhpoly1305-neon +ni_6527 +ni_65xx +ni_660x +ni_670x +ni_at_a2150 +ni_at_ao +ni_atmio +ni_atmio16d +ni_labpc +ni_labpc_common +ni_labpc_pci +ni_pcidio +ni_pcimio +ni_routes_test +ni_routing +ni_tio +ni_tiocmd +ni_usb6501 +nicpf +nicstar +nicvf +nilfs2 +nitro_enclaves +niu +nixge +nlmon +nls_ascii +nls_cp1250 +nls_cp1251 +nls_cp1255 +nls_cp737 +nls_cp775 +nls_cp850 +nls_cp852 +nls_cp855 +nls_cp857 +nls_cp860 +nls_cp861 +nls_cp862 +nls_cp863 +nls_cp864 +nls_cp865 +nls_cp866 +nls_cp869 +nls_cp874 +nls_cp932 +nls_cp936 +nls_cp949 +nls_cp950 +nls_euc-jp +nls_iso8859-1 +nls_iso8859-13 +nls_iso8859-14 +nls_iso8859-15 +nls_iso8859-2 +nls_iso8859-3 +nls_iso8859-4 +nls_iso8859-5 +nls_iso8859-6 +nls_iso8859-7 +nls_iso8859-9 +nls_koi8-r +nls_koi8-ru +nls_koi8-u +nls_utf8 +noa1305 +noon010pc30 +nosy +notifier-error-inject +nouveau +nozomi +npcm-rng +npcm750-pwm-fan +npcm_adc +nps_enet +ns558 +ns83820 +nsh +ntb +ntb_hw_epf +ntb_hw_idt +ntb_hw_switchtec +ntb_netdev +ntb_perf +ntb_pingpong +ntb_tool +ntb_transport +ntc_thermistor +ntfs +ntfs3 +ntxec +null_blk +nuvoton-cir +nvec +nvec_kbd +nvec_paz00 +nvec_power +nvec_ps2 +nvidiafb +nvme +nvme-apple +nvme-common +nvme-core +nvme-fabrics +nvme-fc +nvme-loop +nvme-rdma +nvme-tcp +nvmem-apple-efuses +nvmem-imx-iim +nvmem-imx-ocotp +nvmem-imx-ocotp-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_sunxi_sid +nvmem_u-boot-env +nvmet +nvmet-fc +nvmet-rdma +nvmet-tcp +nvsw-sn2201 +nwl-dsi +nxp-c45-tja11xx +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 +open-dice +opencores-kbd +openvswitch +opt3001 +optee +optee-rng +opticon +option +or51132 +or51211 +orangefs +orinoco +orinoco_nortel +orinoco_plx +orinoco_tmd +orinoco_usb +oti6858 +otm3225a +otx2_ptp +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 +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-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-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-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-nt36672a +panel-novatek-nt39016 +panel-olimex-lcd-olinuxino +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-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-tulip-truly-nt35521 +panel-tdo-tl070wsh30 +panel-tpo-td028ttec1 +panel-tpo-td043mtea1 +panel-tpo-tpg110 +panel-truly-nt35597 +panel-visionox-rm69299 +panel-widechips-ws2401 +panel-xinpeng-xpp055c272 +panfrost +parade-ps8622 +parade-ps8640 +paride +parkbd +parman +parport +parport_ax88796 +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_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 +pcd +pcf50633 +pcf50633-adc +pcf50633-backlight +pcf50633-charger +pcf50633-gpio +pcf50633-input +pcf50633-regulator +pcf8574_keypad +pcf8591 +pch_udc +pci +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-altera-tse +pcs_xpcs +pcwd_pci +pcwd_usb +pd +pda_power +pdc_adma +pdr_interface +peak_pci +peak_pciefd +peak_usb +peci +peci-cpu +peci-cputemp +peci-dimmtemp +pegasus +pegasus_notetaker +penmount +pf +pf8x00-regulator +pfr_telemetry +pfr_update +pfuze100-regulator +pg +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-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-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-sun4i-usb +phy-sun50i-usb3 +phy-sun6i-mipi-dphy +phy-tahvo +phy-tegra-usb +phy-tegra-xusb +phy-tegra194-p2u +phy-tusb1210 +phy-zynqmp +physmap +pi3usb30532 +pi433 +pim4328 +pinctrl-apple-gpio +pinctrl-axp209 +pinctrl-cy8c95x0 +pinctrl-da9062 +pinctrl-imx8ulp +pinctrl-imx93 +pinctrl-ipq6018 +pinctrl-ipq8074 +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-msm8916 +pinctrl-msm8953 +pinctrl-msm8976 +pinctrl-msm8994 +pinctrl-msm8996 +pinctrl-msm8998 +pinctrl-mt6779 +pinctrl-qcm2290 +pinctrl-qcs404 +pinctrl-qdf2xxx +pinctrl-rk805 +pinctrl-sc7180 +pinctrl-sc7280 +pinctrl-sc7280-lpass-lpi +pinctrl-sc8180x +pinctrl-sc8280xp +pinctrl-sc8280xp-lpass-lpi +pinctrl-sdm660 +pinctrl-sdm670 +pinctrl-sdm845 +pinctrl-sm6115 +pinctrl-sm6125 +pinctrl-sm6350 +pinctrl-sm6375 +pinctrl-sm8150 +pinctrl-sm8250 +pinctrl-sm8250-lpass-lpi +pinctrl-sm8350 +pinctrl-sm8450 +pinctrl-sm8450-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 +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 +pt +ptp-qoriq +ptp_clockmatrix +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-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-sl28cpld +pwm-sprd +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 +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-pmic-typec +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_common +qcom_edac +qcom_eud +qcom_geni_serial +qcom_glink +qcom_glink_rpm +qcom_glink_smem +qcom_gsbi +qcom_hwspinlock +qcom_nandc +qcom_pil_info +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-sc7180 +qnoc-sc7280 +qnoc-sc8180x +qnoc-sc8280xp +qnoc-sdm660 +qnoc-sdm845 +qnoc-sdx55 +qnoc-sdx65 +qnoc-sm6350 +qnoc-sm8150 +qnoc-sm8250 +qnoc-sm8350 +qnoc-sm8450 +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 +r8188eu +r8192e_pci +r8192u_usb +r820t +r852 +r8712u +r8723bs +r8a66597-hcd +r8a66597-udc +r8a779f0-ether-serdes +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 +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-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-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_usbhs +renesas_wdt +repaper +reset-a10sr +reset-hi3660 +reset-meson-audio-arb +reset-qcom-pdc +reset-rzg2l-usbphy-ctrl +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 +rk808-regulator +rk817_charger +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-regulator +rohm_bu21023 +romfs +rose +rotary_encoder +rp2 +rpcrdma +rpcsec_gss_krb5 +rpi-panel-attiny-regulator +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 +rt4831 +rt4831-backlight +rt4831-regulator +rt5033 +rt5033-regulator +rt5033_battery +rt5120 +rt5120-pwrkey +rt5120-regulator +rt5190a-regulator +rt5759-regulator +rt6160-regulator +rt6190-regulator +rt61pci +rt6245-regulator +rt73usb +rt9455_charger +rtc-88pm80x +rtc-88pm860x +rtc-ab-b5ze-s3 +rtc-ab-eoz9 +rtc-abx80x +rtc-armada38x +rtc-as3722 +rtc-bd70528 +rtc-bq32k +rtc-bq4802 +rtc-cadence +rtc-cpcap +rtc-cros-ec +rtc-da9052 +rtc-da9055 +rtc-da9063 +rtc-ds1286 +rtc-ds1302 +rtc-ds1305 +rtc-ds1307 +rtc-ds1343 +rtc-ds1347 +rtc-ds1374 +rtc-ds1390 +rtc-ds1511 +rtc-ds1553 +rtc-ds1672 +rtc-ds1685 +rtc-ds1742 +rtc-ds2404 +rtc-ds3232 +rtc-em3027 +rtc-fm3130 +rtc-fsl-ftm-alarm +rtc-ftrtc010 +rtc-goldfish +rtc-hid-sensor-time +rtc-hym8563 +rtc-imx-sc +rtc-imxdi +rtc-isl12022 +rtc-isl12026 +rtc-isl1208 +rtc-lp8788 +rtc-m41t80 +rtc-m41t93 +rtc-m41t94 +rtc-m48t35 +rtc-m48t59 +rtc-m48t86 +rtc-max6900 +rtc-max6902 +rtc-max6916 +rtc-max77686 +rtc-max8907 +rtc-max8925 +rtc-max8997 +rtc-max8998 +rtc-mc13xxx +rtc-mcp795 +rtc-meson-vrtc +rtc-msm6242 +rtc-mt2712 +rtc-mt6397 +rtc-mt7622 +rtc-mxc +rtc-mxc_v2 +rtc-nct3018y +rtc-ntxec +rtc-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-tegra +rtc-ti-k3 +rtc-tps6586x +rtc-tps65910 +rtc-twl +rtc-v3020 +rtc-wm831x +rtc-wm8350 +rtc-x1205 +rtc-zynqmp +rtd520 +rti800 +rti802 +rti_wdt +rtl2830 +rtl2832 +rtl2832_sdr +rtl8150 +rtl8187 +rtl8188ee +rtl818x_pci +rtl8192c-common +rtl8192ce +rtl8192cu +rtl8192de +rtl8192ee +rtl8192se +rtl8365mb +rtl8366 +rtl8723-common +rtl8723ae +rtl8723be +rtl8821ae +rtl8xxxu +rtl_pci +rtl_usb +rtllib +rtllib_crypt_ccmp +rtllib_crypt_tkip +rtllib_crypt_wep +rtlwifi +rtmv20-regulator +rtq2134-regulator +rtq6056 +rtq6752-regulator +rtrs-client +rtrs-core +rtrs-server +rts5208 +rtsx_pci +rtsx_pci_ms +rtsx_pci_sdmmc +rtsx_usb +rtsx_usb_ms +rtsx_usb_sdmmc +rtw88_8723d +rtw88_8723de +rtw88_8723du +rtw88_8821c +rtw88_8821ce +rtw88_8821cu +rtw88_8822b +rtw88_8822be +rtw88_8822bu +rtw88_8822c +rtw88_8822ce +rtw88_8822cu +rtw88_core +rtw88_pci +rtw88_usb +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 +rza_wdt +rzg2l-cru +rzg2l-csi2 +rzg2l_adc +rzg2l_mipi_dsi +rzg2l_thermal +rzg2l_wdt +rzn1_wdt +s1d13xxxfb +s2250 +s2255drv +s2io +s2mpa01 +s2mps11 +s3fb +s3fwrn5 +s3fwrn5_i2c +s3fwrn82_uart +s526 +s5c73m3 +s5h1409 +s5h1411 +s5h1420 +s5h1432 +s5k5baf +s5k6a3 +s5k6aa +s5m8767 +s626 +s6sy761 +s921 +sa2ul +saa6588 +saa6752hs +saa7110 +saa7115 +saa7127 +saa7134 +saa7134-alsa +saa7134-dvb +saa7134-empress +saa7134-go7007 +saa7164 +saa717x +saa7185 +saa7706h +safe_serial +sahara +sample-trace-array +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_atm +sch_cake +sch_cbq +sch_cbs +sch_choke +sch_codel +sch_drr +sch_dsmark +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_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 +sha3_generic +sha512-arm64 +sha512-ce +shark2 +shiftfs +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 +sl811-hcd +slcan +slg51000-regulator +slic_ds26522 +slicoss +slim-qcom-ctrl +slim-qcom-ngd-ctrl +slimbus +slip +slram +sm2_generic +sm3 +sm3-ce +sm3-neon +sm3_generic +sm4 +sm4-ce +sm4-ce-ccm +sm4-ce-cipher +sm4-ce-gcm +sm4-neon +sm4_generic +sm501 +sm501fb +sm712fb +sm750fb +sm_common +sm_ftl +smartpqi +smb347-charger +smc +smc_diag +smd-rpm +smem +smipcie +smm665 +smp2p +smpro-core +smpro-errmon +smpro-hwmon +smpro-misc +smsc +smsc47b397 +smsc47m1 +smsc47m192 +smsc75xx +smsc911x +smsc9420 +smsc95xx +smscufx +smsdvb +smsm +smsmdtv +smssdio +smsusb +snd +snd-ac97-codec +snd-acp-config +snd-ad1889 +snd-ak4113 +snd-ak4114 +snd-ak4xxx-adda +snd-ali5451 +snd-aloop +snd-als300 +snd-atiixp +snd-atiixp-modem +snd-au8810 +snd-au8820 +snd-au8830 +snd-aw2 +snd-azt3328 +snd-bcd2000 +snd-bebob +snd-bt87x +snd-ca0106 +snd-cmipci +snd-compress +snd-cs4281 +snd-cs46xx +snd-cs8427 +snd-ctl-led +snd-ctxfi +snd-darla20 +snd-darla24 +snd-dice +snd-dummy +snd-echo3g +snd-emu10k1 +snd-emu10k1-synth +snd-emu10k1x +snd-emux-synth +snd-ens1370 +snd-ens1371 +snd-es1938 +snd-es1968 +snd-fireface +snd-firewire-digi00x +snd-firewire-lib +snd-firewire-motu +snd-firewire-tascam +snd-fireworks +snd-fm801 +snd-gina20 +snd-gina24 +snd-hda-codec +snd-hda-codec-analog +snd-hda-codec-ca0110 +snd-hda-codec-ca0132 +snd-hda-codec-cirrus +snd-hda-codec-cmedia +snd-hda-codec-conexant +snd-hda-codec-cs8409 +snd-hda-codec-generic +snd-hda-codec-hdmi +snd-hda-codec-idt +snd-hda-codec-realtek +snd-hda-codec-si3054 +snd-hda-codec-via +snd-hda-core +snd-hda-cs-dsp-ctls +snd-hda-ext-core +snd-hda-intel +snd-hda-scodec-cs35l41 +snd-hda-scodec-cs35l41-i2c +snd-hda-scodec-cs35l41-spi +snd-hda-tegra +snd-hdsp +snd-hdspm +snd-hrtimer +snd-hwdep +snd-i2c +snd-ice1712 +snd-ice1724 +snd-ice17xx-ak4xxx +snd-indigo +snd-indigodj +snd-indigodjx +snd-indigoio +snd-indigoiox +snd-intel-dspcfg +snd-intel-sdw-acpi +snd-intel8x0 +snd-intel8x0m +snd-isight +snd-korg1212 +snd-layla20 +snd-layla24 +snd-lola +snd-lx6464es +snd-maestro3 +snd-mia +snd-mixart +snd-mixer-oss +snd-mona +snd-mpu401 +snd-mpu401-uart +snd-mtpav +snd-mts64 +snd-nm256 +snd-opl3-lib +snd-opl3-synth +snd-oxfw +snd-oxygen +snd-oxygen-lib +snd-pcm +snd-pcm-dmaengine +snd-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-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-bd28623 +snd-soc-bt-sco +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-cs35l45-tables +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-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-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-max98373 +snd-soc-max98373-i2c +snd-soc-max98373-sdw +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-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-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-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-rt715 +snd-soc-rt715-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-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-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-tas5086 +snd-soc-tas571x +snd-soc-tas5720 +snd-soc-tas5805m +snd-soc-tas6424 +snd-soc-tda7419 +snd-soc-tegra-audio-graph-card +snd-soc-tegra-machine +snd-soc-tegra-pcm +snd-soc-tegra-wm8903 +snd-soc-tegra186-asrc +snd-soc-tegra186-dspk +snd-soc-tegra20-ac97 +snd-soc-tegra20-das +snd-soc-tegra20-i2s +snd-soc-tegra20-spdif +snd-soc-tegra210-admaif +snd-soc-tegra210-adx +snd-soc-tegra210-ahub +snd-soc-tegra210-amx +snd-soc-tegra210-dmic +snd-soc-tegra210-i2s +snd-soc-tegra210-mixer +snd-soc-tegra210-mvc +snd-soc-tegra210-ope +snd-soc-tegra210-sfc +snd-soc-tegra30-ahub +snd-soc-tegra30-i2s +snd-soc-test-component +snd-soc-tfa9879 +snd-soc-tfa989x +snd-soc-ti-edma +snd-soc-ti-sdma +snd-soc-ti-udma +snd-soc-tlv320adc3xxx +snd-soc-tlv320adcx140 +snd-soc-tlv320aic23 +snd-soc-tlv320aic23-i2c +snd-soc-tlv320aic23-spi +snd-soc-tlv320aic31xx +snd-soc-tlv320aic32x4 +snd-soc-tlv320aic32x4-i2c +snd-soc-tlv320aic32x4-spi +snd-soc-tlv320aic3x +snd-soc-tlv320aic3x-i2c +snd-soc-tlv320aic3x-spi +snd-soc-tpa6130a2 +snd-soc-ts3a227e +snd-soc-tscs42xx +snd-soc-tscs454 +snd-soc-uda1334 +snd-soc-wcd-mbhc +snd-soc-wcd9335 +snd-soc-wcd934x +snd-soc-wcd938x +snd-soc-wcd938x-sdw +snd-soc-wm-adsp +snd-soc-wm-hubs +snd-soc-wm8510 +snd-soc-wm8523 +snd-soc-wm8524 +snd-soc-wm8580 +snd-soc-wm8711 +snd-soc-wm8728 +snd-soc-wm8731 +snd-soc-wm8731-i2c +snd-soc-wm8731-spi +snd-soc-wm8737 +snd-soc-wm8741 +snd-soc-wm8750 +snd-soc-wm8753 +snd-soc-wm8770 +snd-soc-wm8776 +snd-soc-wm8782 +snd-soc-wm8804 +snd-soc-wm8804-i2c +snd-soc-wm8804-spi +snd-soc-wm8903 +snd-soc-wm8904 +snd-soc-wm8940 +snd-soc-wm8960 +snd-soc-wm8961 +snd-soc-wm8962 +snd-soc-wm8974 +snd-soc-wm8978 +snd-soc-wm8985 +snd-soc-wm8994 +snd-soc-wm9712 +snd-soc-wsa881x +snd-soc-wsa883x +snd-soc-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-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 +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-bus +soundwire-cadence +soundwire-generic-allocation +soundwire-intel +soundwire-qcom +sp2 +sp805_wdt +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-armada-3700 +spi-axi-spi-engine +spi-bitbang +spi-butterfly +spi-cadence +spi-cadence-quadspi +spi-cadence-xspi +spi-dln2 +spi-dw +spi-dw-mmio +spi-dw-pci +spi-fsi +spi-fsl-dspi +spi-fsl-lpspi +spi-fsl-qspi +spi-geni-qcom +spi-gpio +spi-hisi-kunpeng +spi-hisi-sfc-v3xx +spi-imx +spi-lm70llp +spi-loopback-test +spi-meson-spicc +spi-meson-spifc +spi-microchip-core +spi-microchip-core-qspi +spi-mt65xx +spi-mtk-nor +spi-mtk-snfi +spi-mux +spi-mxic +spi-nor +spi-npcm-fiu +spi-npcm-pspi +spi-nxp-fspi +spi-oc-tiny +spi-orion +spi-pci1xxxx +spi-pl022 +spi-pxa2xx-pci +spi-pxa2xx-platform +spi-qcom-qspi +spi-qup +spi-rockchip +spi-rockchip-sfc +spi-rpc-if +spi-rspi +spi-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-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 +sr030pc30 +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_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 +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 +syscopyarea +sysfillrect +sysimgblt +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_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 +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-ads124s08 +ti-ads131e08 +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-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 +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 +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 +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 +u132-hcd +uPD60620 +u_audio +u_ether +u_serial +uacce +uartlite +uas +ubi +ubifs +ublk_drv +ubuntu-host +ucan +ucb1400_core +ucb1400_ts +ucc_uart +ucd9000 +ucd9200 +ucs1002_power +ucsi_acpi +ucsi_ccg +ucsi_stm32g0 +uda1342 +udc-core +udc-xilinx +udf +udl +udlfb +udp_diag +udp_tunnel +ueagle-atm +ufs +ufs-hisi +ufs-mediatek +ufs-renesas +ufs_qcom +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 +uvcvideo +uvesafb +v4l2-async +v4l2-dv-timings +v4l2-flash-led-class +v4l2-fwnode +v4l2-h264 +v4l2-jpeg +v4l2-mem2mem +v4l2-tpg +v4l2-vp9 +vcan +vcnl3020 +vcnl4000 +vcnl4035 +vcpu_stall_detector +vctrl-regulator +vdpa +vdpa_sim +vdpa_sim_blk +vdpa_sim_net +vduse +veml6030 +veml6070 +venus-core +venus-dec +venus-enc +versal-fpga +ves1820 +ves1x93 +veth +vexpress-hwmon +vexpress-regulator +vf610_adc +vf610_dac +vfio +vfio-amba +vfio-fsl-mc +vfio-pci +vfio-pci-core +vfio-platform +vfio-platform-amdxgbe +vfio-platform-base +vfio-platform-calxedaxgmac +vfio_iommu_type1 +vgastate +vgem +vgg2432a4 +vhci-hcd +vhost +vhost_iotlb +vhost_net +vhost_scsi +vhost_vdpa +vhost_vsock +via-rhine +via-sdmmc +via-velocity +via686a +vicodec +video +video-i2c +video-mux +videobuf-core +videobuf-dma-sg +videobuf-vmalloc +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 +videodev +vim2m +vimc +viperboard +viperboard_adc +virt_wifi +virtio-gpu +virtio-rng +virtio_blk +virtio_bt +virtio_crypto +virtio_dma_buf +virtio_input +virtio_mem +virtio_net +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 +vs6624 +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 +wusb3801 +wwan_hwsim +x25 +x_tables +xbox_remote +xc2028 +xc4000 +xc5000 +xcbc +xctr +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-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 +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 +zavl +zcommon +zd1201 +zd1211rw +zd1301 +zd1301_demod +zet6223 +zforce_ts +zfs +zhenhua +ziirave_wdt +zinitix +zl10036 +zl10039 +zl10353 +zl6100 +zlua +znvpair +zonefs +zopt2201 +zpa2326 +zpa2326_i2c +zpa2326_spi +zram +zstd +zunicode +zynqmp-aes-gcm +zynqmp-dpsub +zynqmp-fpga +zynqmp-sha +zynqmp_dma +zzstd --- linux-lowlatency-hwe-6.2-6.2.0.orig/debian.lowlatency/abi/arm64/lowlatency.modules.builtin +++ linux-lowlatency-hwe-6.2-6.2.0/debian.lowlatency/abi/arm64/lowlatency.modules.builtin @@ -0,0 +1,530 @@ +8250 +8250_base +8250_dw +8250_mtk +8250_of +8250_omap +8250_pci +8250_tegra +88pm860x +a64fx-diag +ac +acpi_mdio +acpiphp +aead +aes_generic +af_packet +ahci_imx +akcipher +altera-sysmgr +altera_edac +amba-pl011 +apple-pmgr-pwrstate +apple_m1_cpu_pmu +arm-cci +arm-cci +arm-ccn +arm_smmu +arm_smmu_v3 +armada_thermal +armmmci +as3722 +as3722-poweroff +asiliantfb +asn1_decoder +asn1_encoder +asymmetric_keys +atkbd +axg +axg-aoclk +backlight +battery +bcm84881 +binfmt_elf +binfmt_script +brcmstb_gisb +bsg +btree +button +cbc +cdrom +cfbcopyarea +cfbfillrect +cfbimgblt +charger-manager +clk-apmixed +clk-bm1880 +clk-cpu-dyndiv +clk-cpumux +clk-dualdiv +clk-fixed-mmio +clk-fsl-sai +clk-gate +clk-hi3559a +clk-imx-lpcg-scu +clk-imx-scu +clk-imx8mm +clk-imx8mn +clk-imx8mp +clk-imx8mq +clk-mpll +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-mtk +clk-mux +clk-pll +clk-pll +clk-regmap +clk-vexpress-osc +cma_heap +cmd-db +cn +compat_binfmt_elf +configfs +cpufreq-dt +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 +da903x +da9052-core +da9052-i2c +da9052-spi +da9055 +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 +ezx-pcap +fan +fat +fb +fddi +fec +firmware_class +fixed_phy +font +freq_table +fsl_dpaa_fman +fsl_dpaa_fman_port +fsl_dpaa_mac +fsl_ifc +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-imx-scu +gpio-mxc +gpio-pl061 +gpio-poweroff +gpio-restart +gpio-tegra +gpio-tegra186 +gpio-xilinx +grant-dma-ops +gxbb +gxbb-aoclk +hed +hmac +hwmon +hwspinlock_core +i2c-core +i2c-designware-core +i2c-designware-platform +i2c-dev +i2c-omap +i2c-sprd +icc-core +imsttfb +imx +imx-scu +imx-weim +input-core +interconnect_qcom +ioasid +iova +ipu_idmac +ipv6 +irq-al-fic +irq-ls-scfg-msi +irq-mbigen +irq-meson-gpio +irq-mvebu-pic +irq-renesas-irqc +irq-renesas-rzg2l +irq-ti-sci-inta +irq-ti-sci-intr +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 +libblake2s +libcryptoutils +libnvdimm +libphy +libps2 +libsha1 +libsha256 +linear_ranges +loop +lp8788 +ltc2952-poweroff +lz4_decompress +lzo +lzo-rle +lzo_compress +lzo_decompress +max14577 +max310x +max77686 +max77693 +mbcache +mctp +md-mod +md5 +mdio-bitbang +mdio_devres +meson-aoclk +meson-clk-measure +meson-ee-pwrc +meson-eeclk +meson-gx-pwrc-vpu +meson-secure-pwrc +meson_sm +meson_uart +mfd-core +mii +mmc_block +mmc_core +mousedev +mpi +mq-deadline +msm_serial +mt6323-poweroff +mtk-eint +mv_xor_v2 +mx3fb +mxc-clk +n_null +nfs_ssc +nls_base +nls_cp437 +npcm_wdt +nvmem_core +nvmem_zynqmp_nvmem +of_mdio +ohci-hcd +ohci-pci +oid_registry +omap-gpmc +owl-uart +packing +palmas +pci-aardvark +pci-ep-cfs +pci-epc-core +pci-epc-mem +pci-epf-core +pci-host-common +pci-host-generic +pci-tegra +pcie-altera +pcie-altera-msi +pcie-hisi-error +pcie-histb +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-amd +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-mt8188 +pinctrl-mt8192 +pinctrl-mt8365 +pinctrl-mtk-common-v2 +pinctrl-ocelot +pinctrl-palmas +pinctrl-paris +pinctrl-rockchip +pinctrl-rzg2l +pinctrl-rzv2m +pinctrl-s700 +pinctrl-s900 +pinctrl-scu +pinctrl-single +pinctrl-sprd +pinctrl-sprd-sc9860 +pkcs7_message +pldmfw +power_supply +powercap_sys +ppp_generic +pps_core +pretimeout_noop +processor +pstore +ptp +public_key +qcom-ebi2 +qcom-ipcc +qcom-pdc +qcom-scm +qcom-ssc-block-bus +qcom_rpmh +rapidio +rational +rcar-usb2-clock-sel +reactor_panic +reactor_printk +regmap-i2c +regmap-mmio +regmap-spi +regulator-poweroff +remoteproc +renesas-cpg-mssr +reset +reset-berlin +reset-imx7 +reset-meson +reset-microchip-sparx5 +reset-qcom-aoss +restart-poweroff +rfkill +rng +rng-core +rockchip-mailbox +roles +rpmhpd +rsa_generic +rtc-efi +rtc-mv +rtc-xgene +rzg2l-cpg +sccnxp +scmi-module +scsi_common +scsi_mod +scu-pd +sd_mod +sec-core +sec-irq +selftests +seqiv +serdev +serial_core +serial_mctrl_gpio +serio +sg +sh-sci +sh_cmt +sh_tmu +sha1_generic +sha256_generic +sha512_generic +shpchp +simple-pm-bus +skcipher +slhc +smc91x +spi-fsl-lib +spi-fsl-spi +spi-omap2-mcspi +spm +squashfs +sr_mod +stmpe-i2c +stmpe-spi +sun50i-a100-ccu +sun50i-a100-r-ccu +sun50i-a64-ccu +sun50i-h6-ccu +sun50i-h6-r-ccu +sun50i-h616-ccu +sun50i-iommu +sun6i-msgbox +sun8i-de2-ccu +sun8i-h3-ccu +sun8i-r-ccu +sunxi-ccu +sunxi_sram +syscon-clk +system_heap +t10-pi +tc3589x +tcp_cubic +tegra-ahb +tegra-mc +tegra-tcu +tegra124-cpufreq +tegra186-emc +tegra194-cbb +tegra20-apb-dma +tegra20-cpufreq +tegra234-cbb +thermal +ti-cpufreq +ti-msgmgr +ti-opp-supply +ti_sci +timer-tegra186 +timer-ti-dm +tpm +tpm_crb +tpm_tis +tpm_tis_core +tps65086-restart +tps6586x +tps65912-core +tps65912-i2c +tps65912-spi +trusted +ttyprintk +tun +twl4030-audio +twl6040 +ucs2_string +udmabuf +uhci-hcd +uinput +unicode +unix +usb-common +usbcore +utf8data +vexpress-config +vexpress-sysreg +vfat +vid-pll-div +virt-dma +virtio +virtio-iommu +virtio_balloon +virtio_console +virtio_mmio +virtio_pci +virtio_pci_legacy_dev +virtio_pci_modern_dev +virtio_ring +virtio_scsi +vivaldi-fmap +watch_queue +watchdog +wwan +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 +zpool +zsmalloc +zstd_common +zstd_compress +zstd_decompress +zswap +zynqmp-ipi-mailbox --- linux-lowlatency-hwe-6.2-6.2.0.orig/debian.lowlatency/abi/arm64/lowlatency.retpoline +++ linux-lowlatency-hwe-6.2-6.2.0/debian.lowlatency/abi/arm64/lowlatency.retpoline @@ -0,0 +1 @@ +# RETPOLINE NOT ENABLED --- linux-lowlatency-hwe-6.2-6.2.0.orig/debian.lowlatency/abi/fwinfo +++ linux-lowlatency-hwe-6.2-6.2.0/debian.lowlatency/abi/fwinfo @@ -0,0 +1,2188 @@ +firmware: 3826.arm +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: 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: 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/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_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_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_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/amss.bin +firmware: ath11k/QCA6390/hw2.0/board-2.bin +firmware: ath11k/QCA6390/hw2.0/m3.bin +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: 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.*.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/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: 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_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/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-BzBnj-a0-fm-a0-72.ucode +firmware: iwlwifi-BzBnj-a0-fm4-a0-72.ucode +firmware: iwlwifi-BzBnj-a0-gf-a0-72.ucode +firmware: iwlwifi-BzBnj-a0-gf4-a0-72.ucode +firmware: iwlwifi-BzBnj-a0-hr-b0-72.ucode +firmware: iwlwifi-BzBnj-b0-fm-b0-72.ucode +firmware: iwlwifi-Qu-b0-hr-b0-72.ucode +firmware: iwlwifi-Qu-b0-jf-b0-72.ucode +firmware: iwlwifi-Qu-c0-hr-b0-72.ucode +firmware: iwlwifi-QuQnj-b0-hr-b0-72.ucode +firmware: iwlwifi-QuQnj-b0-jf-b0-72.ucode +firmware: iwlwifi-QuZ-a0-hr-b0-72.ucode +firmware: iwlwifi-QuZ-a0-jf-b0-72.ucode +firmware: iwlwifi-SoSnj-a0-gf-a0-72.ucode +firmware: iwlwifi-SoSnj-a0-gf4-a0-72.ucode +firmware: iwlwifi-SoSnj-a0-hr-b0-72.ucode +firmware: iwlwifi-SoSnj-a0-jf-b0-72.ucode +firmware: iwlwifi-SoSnj-a0-mr-a0-72.ucode +firmware: iwlwifi-bz-a0-fm-a0-72.ucode +firmware: iwlwifi-bz-a0-fm4-a0-72.ucode +firmware: iwlwifi-bz-a0-gf-a0-72.ucode +firmware: iwlwifi-bz-a0-gf4-a0-72.ucode +firmware: iwlwifi-bz-a0-hr-b0-72.ucode +firmware: iwlwifi-bz-a0-mr-a0-72.ucode +firmware: iwlwifi-cc-a0-72.ucode +firmware: iwlwifi-gl-a0-fm-a0-72.ucode +firmware: iwlwifi-gl-b0-fm-b0-72.ucode +firmware: iwlwifi-ma-a0-fm-a0-72.ucode +firmware: iwlwifi-ma-a0-gf-a0-72.ucode +firmware: iwlwifi-ma-a0-gf4-a0-72.ucode +firmware: iwlwifi-ma-a0-hr-b0-72.ucode +firmware: iwlwifi-ma-a0-mr-a0-72.ucode +firmware: iwlwifi-so-a0-gf-a0-72.ucode +firmware: iwlwifi-so-a0-hr-b0-72.ucode +firmware: iwlwifi-so-a0-jf-b0-72.ucode +firmware: iwlwifi-ty-a0-gf-a0-72.ucode +firmware: kaweth/new_code.bin +firmware: kaweth/new_code_fix.bin +firmware: kaweth/trigger_code.bin +firmware: kaweth/trigger_code_fix.bin +firmware: keyspan/mpr.fw +firmware: keyspan/usa18x.fw +firmware: keyspan/usa19.fw +firmware: keyspan/usa19qi.fw +firmware: keyspan/usa19qw.fw +firmware: keyspan/usa19w.fw +firmware: keyspan/usa28.fw +firmware: keyspan/usa28x.fw +firmware: keyspan/usa28xa.fw +firmware: keyspan/usa28xb.fw +firmware: keyspan/usa49w.fw +firmware: keyspan/usa49wlc.fw +firmware: keyspan_pda/keyspan_pda.fw +firmware: keyspan_pda/xircom_pgs.fw +firmware: korg/k1212.dsp +firmware: ks7010sd.rom +firmware: lantiq/xrx200_phy11g_a14.bin +firmware: lantiq/xrx200_phy11g_a22.bin +firmware: lantiq/xrx200_phy22f_a14.bin +firmware: lantiq/xrx200_phy22f_a22.bin +firmware: lantiq/xrx300_phy11g_a21.bin +firmware: lantiq/xrx300_phy22f_a21.bin +firmware: lattice-ecp3.bit +firmware: lbtf_usb.bin +firmware: lgs8g75.fw +firmware: libertas/cf8305.bin +firmware: libertas/cf8381.bin +firmware: libertas/cf8381_helper.bin +firmware: libertas/cf8385.bin +firmware: libertas/cf8385_helper.bin +firmware: libertas/gspi8385.bin +firmware: libertas/gspi8385_helper.bin +firmware: libertas/gspi8385_hlp.bin +firmware: libertas/gspi8686.bin +firmware: libertas/gspi8686_hlp.bin +firmware: libertas/gspi8686_v9.bin +firmware: libertas/gspi8686_v9_helper.bin +firmware: libertas/gspi8688.bin +firmware: libertas/gspi8688_helper.bin +firmware: libertas/sd8385.bin +firmware: libertas/sd8385_helper.bin +firmware: libertas/sd8686_v8.bin +firmware: libertas/sd8686_v8_helper.bin +firmware: libertas/sd8686_v9.bin +firmware: libertas/sd8686_v9_helper.bin +firmware: libertas/sd8688.bin +firmware: libertas/sd8688_helper.bin +firmware: libertas/usb8388.bin +firmware: libertas/usb8388_v5.bin +firmware: libertas/usb8388_v9.bin +firmware: libertas/usb8682.bin +firmware: libertas_cs.fw +firmware: libertas_cs_helper.fw +firmware: liquidio/lio_210nv_nic.bin +firmware: liquidio/lio_210sv_nic.bin +firmware: liquidio/lio_23xx_nic.bin +firmware: liquidio/lio_410nv_nic.bin +firmware: me2600_firmware.bin +firmware: me4000_firmware.bin +firmware: mediatek/BT_RAM_CODE_MT7961_1_2_hdr.bin +firmware: mediatek/WIFI_MT7922_patch_mcu_1_1_hdr.bin +firmware: mediatek/WIFI_MT7961_patch_mcu_1_2_hdr.bin +firmware: mediatek/WIFI_RAM_CODE_MT7922_1.bin +firmware: mediatek/WIFI_RAM_CODE_MT7961_1.bin +firmware: mediatek/mt7610e.bin +firmware: mediatek/mt7610u.bin +firmware: mediatek/mt7615_cr4.bin +firmware: mediatek/mt7615_n9.bin +firmware: mediatek/mt7615_rom_patch.bin +firmware: mediatek/mt7622_n9.bin +firmware: mediatek/mt7622_rom_patch.bin +firmware: mediatek/mt7622pr2h.bin +firmware: mediatek/mt7650e.bin +firmware: mediatek/mt7663_n9_rebb.bin +firmware: mediatek/mt7663_n9_v3.bin +firmware: mediatek/mt7663pr2h.bin +firmware: mediatek/mt7663pr2h_rebb.bin +firmware: mediatek/mt7668pr2h.bin +firmware: mediatek/mt7915_rom_patch.bin +firmware: mediatek/mt7915_wa.bin +firmware: mediatek/mt7915_wm.bin +firmware: mediatek/mt7916_rom_patch.bin +firmware: mediatek/mt7916_wa.bin +firmware: mediatek/mt7916_wm.bin +firmware: mediatek/mt7986_rom_patch.bin +firmware: mediatek/mt7986_rom_patch_mt7975.bin +firmware: mediatek/mt7986_wa.bin +firmware: mediatek/mt7986_wm.bin +firmware: mediatek/mt7986_wm_mt7975.bin +firmware: mediatek/mt7996/mt7996_rom_patch.bin +firmware: mediatek/mt7996/mt7996_wa.bin +firmware: mediatek/mt7996/mt7996_wm.bin +firmware: mellanox/lc_ini_bundle_2010_1006.bin +firmware: mellanox/mlxsw_spectrum-13.2010.1006.mfa2 +firmware: mellanox/mlxsw_spectrum2-29.2010.1006.mfa2 +firmware: mellanox/mlxsw_spectrum3-30.2010.1006.mfa2 +firmware: 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/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: 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_v2.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: 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: 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/rtl8723ds_config.bin +firmware: rtl_bt/rtl8723ds_fw.bin +firmware: rtl_bt/rtl8761a_config.bin +firmware: rtl_bt/rtl8761a_fw.bin +firmware: rtl_bt/rtl8821a_config.bin +firmware: rtl_bt/rtl8821a_fw.bin +firmware: rtl_bt/rtl8822b_config.bin +firmware: rtl_bt/rtl8822b_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/rtl8852bu_config.bin +firmware: rtl_bt/rtl8852bu_fw.bin +firmware: rtl_bt/rtl8852cu_config.bin +firmware: rtl_bt/rtl8852cu_fw.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/rtl8192sefw.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/rtw8852a_fw.bin +firmware: rtw89/rtw8852b_fw.bin +firmware: rtw89/rtw8852c_fw.bin +firmware: sd8385.bin +firmware: sd8385_helper.bin +firmware: sd8686.bin +firmware: sd8686_helper.bin +firmware: sd8688.bin +firmware: sd8688_helper.bin +firmware: slicoss/gbdownload.sys +firmware: slicoss/gbrcvucode.sys +firmware: slicoss/oasisdownload.sys +firmware: slicoss/oasisrcvucode.sys +firmware: sms1xxx-hcw-55xxx-dvbt-02.fw +firmware: sms1xxx-hcw-55xxx-isdbt-02.fw +firmware: sms1xxx-nova-a-dvbt-01.fw +firmware: sms1xxx-nova-b-dvbt-01.fw +firmware: sms1xxx-stellar-dvbt-01.fw +firmware: softing-4.6/bcard.bin +firmware: softing-4.6/bcard2.bin +firmware: softing-4.6/cancard.bin +firmware: softing-4.6/cancrd2.bin +firmware: softing-4.6/cansja.bin +firmware: softing-4.6/ldcard.bin +firmware: softing-4.6/ldcard2.bin +firmware: solos-FPGA.bin +firmware: solos-Firmware.bin +firmware: solos-db-FPGA.bin +firmware: sun/cassini.bin +firmware: symbol_sp24t_prim_fw +firmware: symbol_sp24t_sec_fw +firmware: tdmb_denver.inp +firmware: tdmb_nova_12mhz.inp +firmware: tdmb_nova_12mhz_b0.inp +firmware: tehuti/bdx.bin +firmware: ti-connectivity/wl1251-fw.bin +firmware: ti-connectivity/wl1251-nvs.bin +firmware: ti-connectivity/wl127x-fw-5-mr.bin +firmware: ti-connectivity/wl127x-fw-5-plt.bin +firmware: ti-connectivity/wl127x-fw-5-sr.bin +firmware: ti-connectivity/wl128x-fw-5-mr.bin +firmware: ti-connectivity/wl128x-fw-5-plt.bin +firmware: ti-connectivity/wl128x-fw-5-sr.bin +firmware: ti-connectivity/wl18xx-fw-4.bin +firmware: ti_3410.fw +firmware: ti_5052.fw +firmware: tigon/tg3.bin +firmware: tigon/tg357766.bin +firmware: tigon/tg3_tso.bin +firmware: tigon/tg3_tso5.bin +firmware: ttusb-budget/dspbootcode.bin +firmware: ueagle-atm/930-fpga.bin +firmware: ueagle-atm/CMV4i.bin +firmware: ueagle-atm/CMV4i.bin.v2 +firmware: ueagle-atm/CMV4p.bin +firmware: ueagle-atm/CMV4p.bin.v2 +firmware: ueagle-atm/CMV9i.bin +firmware: ueagle-atm/CMV9i.bin.v2 +firmware: ueagle-atm/CMV9p.bin +firmware: ueagle-atm/CMV9p.bin.v2 +firmware: ueagle-atm/CMVei.bin +firmware: ueagle-atm/CMVei.bin.v2 +firmware: ueagle-atm/CMVep.bin +firmware: ueagle-atm/CMVep.bin.v2 +firmware: ueagle-atm/DSP4i.bin +firmware: ueagle-atm/DSP4p.bin +firmware: ueagle-atm/DSP9i.bin +firmware: ueagle-atm/DSP9p.bin +firmware: ueagle-atm/DSPei.bin +firmware: ueagle-atm/DSPep.bin +firmware: ueagle-atm/adi930.fw +firmware: ueagle-atm/eagle.fw +firmware: ueagle-atm/eagleI.fw +firmware: ueagle-atm/eagleII.fw +firmware: ueagle-atm/eagleIII.fw +firmware: ueagle-atm/eagleIV.fw +firmware: usb8388.bin +firmware: usbdux_firmware.bin +firmware: usbduxfast_firmware.bin +firmware: usbduxsigma_firmware.bin +firmware: v4l-cx231xx-avcore-01.fw +firmware: v4l-cx23418-apu.fw +firmware: v4l-cx23418-cpu.fw +firmware: v4l-cx23418-dig.fw +firmware: v4l-cx2341x-dec.fw +firmware: v4l-cx2341x-enc.fw +firmware: v4l-cx2341x-init.mpg +firmware: v4l-cx23885-avcore-01.fw +firmware: v4l-cx23885-enc.fw +firmware: v4l-cx25840.fw +firmware: v4l-pvrusb2-24xxx-01.fw +firmware: v4l-pvrusb2-29xxx-01.fw +firmware: v4l-pvrusb2-73xxx-01.fw +firmware: vicam/firmware.fw +firmware: vntwusb.fw +firmware: vx/bd56002.boot +firmware: vx/bd563s3.boot +firmware: vx/bd563v2.boot +firmware: vx/bx_1_vp4.b56 +firmware: vx/bx_1_vxp.b56 +firmware: vx/l_1_v22.d56 +firmware: vx/l_1_vp4.d56 +firmware: vx/l_1_vx2.d56 +firmware: vx/l_1_vxp.d56 +firmware: vx/x1_1_vp4.xlx +firmware: vx/x1_1_vx2.xlx +firmware: vx/x1_1_vxp.xlx +firmware: vx/x1_2_v22.xlx +firmware: wd719x-risc.bin +firmware: wd719x-wcs.bin +firmware: whiteheat.fw +firmware: whiteheat_loader.fw +firmware: wil6210.brd +firmware: wil6210.fw +firmware: wil6210_sparrow_plus.fw +firmware: wil6436.brd +firmware: wil6436.fw +firmware: wlan/prima/WCNSS_qcom_wlan_nv.bin +firmware: xc3028-v27.fw +firmware: xc3028L-v36.fw +firmware: yam/1200.bin +firmware: yam/9600.bin +firmware: yamaha/ds1_ctrl.fw +firmware: yamaha/ds1_dsp.fw +firmware: yamaha/ds1e_ctrl.fw +firmware: zd1201-ap.fw +firmware: zd1201.fw +firmware: zd1211/zd1211_ub +firmware: zd1211/zd1211_uphr +firmware: zd1211/zd1211_ur +firmware: zd1211/zd1211b_ub +firmware: zd1211/zd1211b_uphr +firmware: zd1211/zd1211b_ur --- linux-lowlatency-hwe-6.2-6.2.0.orig/debian.lowlatency/abi/version +++ linux-lowlatency-hwe-6.2-6.2.0/debian.lowlatency/abi/version @@ -0,0 +1 @@ +6.2.0-1017.17 --- linux-lowlatency-hwe-6.2-6.2.0.orig/debian.lowlatency/changelog +++ linux-lowlatency-hwe-6.2-6.2.0/debian.lowlatency/changelog @@ -0,0 +1,25959 @@ +linux-lowlatency (6.2.0-1018.18) lunar; urgency=medium + + * lunar/linux-lowlatency: 6.2.0-1018.18 -proposed tracker (LP: #2041547) + + * Include cifs.ko in linux-modules package (LP: #2042546) + - [Packaging] Replace fs/cifs with fs/smb/client in inclusion list + + * Packaging resync (LP: #1786013) + - [Packaging] resync git-ubuntu-log + - [Packaging] resync update-dkms-versions helper + + [ Ubuntu: 6.2.0-39.40 ] + + * lunar/linux: 6.2.0-39.40 -proposed tracker (LP: #2043451) + * USB bus error after upgrading to proposed kernel on lunar and jammy + (LP: #2043197) + - USB: core: Fix oversight in SuperSpeed initialization + * Include cifs.ko in linux-modules package (LP: #2042546) + - [Packaging] Replace fs/cifs with fs/smb/client in inclusion list + + [ Ubuntu: 6.2.0-38.39 ] + + * lunar/linux: 6.2.0-38.39 -proposed tracker (LP: #2041557) + * CVE-2023-25775 + - RDMA/irdma: Prevent zero-length STAG registration + * CVE-2023-5345 + - fs/smb/client: Reset password pointer to NULL + * CVE-2023-39189 + - netfilter: nfnetlink_osf: avoid OOB read + * SMC stats: Wrong bucket calculation for payload of exactly 4096 bytes + (LP: #2039575) + - net/smc: Fix pos miscalculation in statistics + * [SRU][J/L/M] UBUNTU: [Packaging] Make WWAN driver a loadable module + (LP: #2033406) + - [Packaging] Make WWAN driver loadable modules + * CVE-2023-45871 + - igb: set max size RX buffer when store bad packet is enabled + * CVE-2023-39193 + - netfilter: xt_sctp: validate the flag_info count + * CVE-2023-39192 + - netfilter: xt_u32: validate user space input + * CVE-2023-31085 + - ubi: Refuse attaching if mtd's erasesize is 0 + * CVE-2023-5717 + - perf: Disallow mis-matched inherited group reads + * CVE-2023-5178 + - nvmet-tcp: Fix a possible UAF in queue intialization setup + * CVE-2023-5158 + - vringh: don't use vringh_kiov_advance() in vringh_iov_xfer() + * CVE-2023-5090 + - x86: KVM: SVM: always update the x2avic msr interception + * usbip: error: failed to open /usr/share/hwdata//usb.ids (LP: #2039439) + - [Packaging] Make linux-tools-common depend on hwdata + * Unable to use nvme drive to install Ubuntu 23.10 (LP: #2040157) + - misc: rtsx: Fix some platforms can not boot and move the l1ss judgment to + probe + * Lunar update: upstream stable patchset 2023-10-19 (LP: #2039884) + - ACPI: thermal: Drop nocrt parameter + - module: Expose module_init_layout_section() + - arm64: module-plts: inline linux/moduleloader.h + - arm64: module: Use module_init_layout_section() to spot init sections + - ARM: module: Use module_init_layout_section() to spot init sections + - lockdep: fix static memory detection even more + - parisc: Cleanup mmap implementation regarding color alignment + - parisc: sys_parisc: parisc_personality() is called from asm code + - io_uring/parisc: Adjust pgoff in io_uring mmap() for parisc + - kallsyms: Fix kallsyms_selftest failure + - module/decompress: use vmalloc() for zstd decompression workspace + - Upstream stable to v6.1.51, v6.4.14 + - 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 + - modules: only allow symbol_get of EXPORT_SYMBOL_GPL modules + - 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 + - Bluetooth: btsdio: fix use after free bug in btsdio_remove due to 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 + - 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 + - nilfs2: fix general protection fault in nilfs_lookup_dirty_data_buffers() + - 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 + - wifi: rtw88: usb: kill and free rx urbs on probe failure + - Upstream stable to v6.1.52, v6.4.15 + * Lunar update: upstream stable patchset 2023-10-18 (LP: #2039742) + - NFSv4.2: fix error handling in nfs42_proc_getxattr + - NFSv4: fix out path in __nfs4_get_acl_uncached + - xprtrdma: Remap Receive buffers after a reconnect + - drm/ast: Use drm_aperture_remove_conflicting_pci_framebuffers + - fbdev/radeon: use pci aperture helpers + - PCI: acpiphp: Reassign resources on bridge if necessary + - MIPS: cpu-features: Enable octeon_cache by cpu_type + - MIPS: cpu-features: Use boot_cpu_type for CPU type based features + - jbd2: remove t_checkpoint_io_list + - jbd2: remove journal_clean_one_cp_list() + - jbd2: fix a race when checking checkpoint buffer busy + - can: raw: fix receiver memory leak + - can: raw: fix lockdep issue in raw_release() + - s390/zcrypt: remove unnecessary (void *) conversions + - s390/zcrypt: fix reply buffer calculations for CCA replies + - drm/i915: Add the gen12_needs_ccs_aux_inv helper + - drm/i915/gt: Ensure memory quiesced before invalidation + - drm/i915/gt: Poll aux invalidation register bit on invalidation + - drm/i915/gt: Support aux invalidation on all engines + - tracing: Fix cpu buffers unavailable due to 'record_disabled' missed + - tracing: Fix memleak due to race between current_tracer and trace + - octeontx2-af: SDP: fix receive link config + - devlink: move code to a dedicated directory + - devlink: add missing unregister linecard notification + - net: dsa: felix: fix oversize frame dropping for always closed tc-taprio + gates + - sock: annotate data-races around prot->memory_pressure + - dccp: annotate data-races in dccp_poll() + - ipvlan: Fix a reference count leak warning in ipvlan_ns_exit() + - mlxsw: pci: Set time stamp fields also when its type is MIRROR_UTC + - mlxsw: reg: Fix SSPR register layout + - mlxsw: Fix the size of 'VIRT_ROUTER_MSB' + - selftests: mlxsw: Fix test failure on Spectrum-4 + - net: dsa: mt7530: fix handling of 802.1X PAE frames + - net: bgmac: Fix return value check for fixed_phy_register() + - net: bcmgenet: Fix return value check for fixed_phy_register() + - net: validate veth and vxcan peer ifindexes + - ipv4: fix data-races around inet->inet_id + - ice: fix receive buffer size miscalculation + - Revert "ice: Fix ice VF reset during iavf initialization" + - ice: Fix NULL pointer deref during VF reset + - selftests: bonding: do not set port down before adding to bond + - can: isotp: fix support for transmission of SF without flow control + - igb: Avoid starting unnecessary workqueues + - igc: Fix the typo in the PTM Control macro + - net/sched: fix a qdisc modification with ambiguous command request + - i40e: fix potential NULL pointer dereferencing of pf->vf + i40e_sync_vsi_filters() + - netfilter: nf_tables: flush pending destroy work before netlink notifier + - netfilter: nf_tables: fix out of memory error handling + - rtnetlink: Reject negative ifindexes in RTM_NEWLINK + - bonding: fix macvlan over alb bond support + - KVM: x86/mmu: Fix an sign-extension bug with mmu_seq that hangs vCPUs + - ASoC: amd: yc: Add VivoBook Pro 15 to quirks list for acp6x + - ASoC: cs35l41: Correct amp_gain_tlv values + - ibmveth: Use dcbf rather than dcbfl + - wifi: mac80211: limit reorder_buf_filtered to avoid UBSAN warning + - platform/x86: ideapad-laptop: Add support for new hotkeys found on ThinkBook + 14s Yoga ITL + - NFSv4: Fix dropped lock for racing OPEN and delegation return + - clk: Fix slab-out-of-bounds error in devm_clk_release() + - mm,ima,kexec,of: use memblock_free_late from ima_free_kexec_buffer + - shmem: fix smaps BUG sleeping while atomic + - ALSA: ymfpci: Fix the missing snd_card_free() call at probe error + - mm/gup: handle cont-PTE hugetlb pages correctly in gup_must_unshare() via + GUP-fast + - mm: add a call to flush_cache_vmap() in vmap_pfn() + - mm: memory-failure: fix unexpected return value in soft_offline_page() + - NFS: Fix a use after free in nfs_direct_join_group() + - nfsd: Fix race to FREE_STATEID and cl_revoked + - selinux: set next pointer before attaching to list + - batman-adv: Trigger events for auto adjusted MTU + - batman-adv: Don't increase MTU when set by user + - batman-adv: Do not get eth header before batadv_check_management_packet + - batman-adv: Fix TT global entry leak when client roamed back + - batman-adv: Fix batadv_v_ogm_aggr_send memory leak + - batman-adv: Hold rtnl lock during MTU update via netlink + - lib/clz_ctz.c: Fix __clzdi2() and __ctzdi2() for 32-bit kernels + - riscv: Handle zicsr/zifencei issue between gcc and binutils + - riscv: Fix build errors using binutils2.37 toolchains + - radix tree: remove unused variable + - of: unittest: Fix EXPECT for parse_phandle_with_args_map() test + - of: dynamic: Refactor action prints to not use "%pOF" inside devtree_lock + - pinctrl: amd: Mask wake bits on probe again + - media: vcodec: Fix potential array out-of-bounds in encoder queue_setup + - PCI: acpiphp: Use pci_assign_unassigned_bridge_resources() only for non-root + bus + - drm/vmwgfx: Fix shader stage validation + - drm/display/dp: Fix the DP DSC Receiver cap size + - x86/fpu: Invalidate FPU state correctly on exec() + - hwmon: (aquacomputer_d5next) Add selective 200ms delay after sending ctrl + report + - nfs: use vfs setgid helper + - nfsd: use vfs setgid helper + - cgroup/cpuset: Rename functions dealing with DEADLINE accounting + - sched/cpuset: Bring back cpuset_mutex + - sched/cpuset: Keep track of SCHED_DEADLINE task in cpusets + - cgroup/cpuset: Iterate only if DEADLINE tasks are present + - sched/deadline: Create DL BW alloc, free & check overflow interface + - cgroup/cpuset: Free DL BW in case can_attach() fails + - ublk: remove check IO_URING_F_SQE128 in ublk_ch_uring_cmd + - can: raw: add missing refcount for memory leak fix + - madvise:madvise_free_pte_range(): don't use mapcount() against large folio + for sharing check + - scsi: snic: Fix double free in snic_tgt_create() + - scsi: core: raid_class: Remove raid_component_add() + - clk: Fix undefined reference to `clk_rate_exclusive_{get,put}' + - pinctrl: renesas: rzg2l: Fix NULL pointer dereference in + rzg2l_dt_subnode_to_map() + - pinctrl: renesas: rzv2m: Fix NULL pointer dereference in + rzv2m_dt_subnode_to_map() + - pinctrl: renesas: rza2: Add lock around + pinctrl_generic{{add,remove}_group,{add,remove}_function} + - dma-buf/sw_sync: Avoid recursive lock during fence signal + - gpio: sim: dispose of irq mappings before destroying the irq_sim domain + - gpio: sim: pass the GPIO device's software node to irq domain + - ASoC: amd: yc: Fix a non-functional mic on Lenovo 82SJ + - maple_tree: disable mas_wr_append() when other readers are possible + - ASoC: amd: vangogh: select CONFIG_SND_AMD_ACP_CONFIG + - tg3: Use slab_build_skb() when needed + - Upstream stable to v6.1.50, v6.4.13 + * CVE-2023-42754 + - ipv4: fix null-deref in ipv4_link_failure + * Remove duplication of devm_pwmchip_add function definition (LP: #2039542) + - Revert "pwm: Add a stub for devm_pwmchip_add()" + * Lunar update: upstream stable patchset 2023-10-11 (LP: #2039110) + - selftests: forwarding: tc_actions: cleanup temporary files when test is + aborted + - net/smc: replace mutex rmbs_lock and sndbufs_lock with rw_semaphore + - net: phy: at803x: Use devm_regulator_get_enable_optional() + - net: phy: at803x: fix the wol setting functions + - drm/amdgpu: fix calltrace warning in amddrm_buddy_fini + - drm/amdgpu: Fix integer overflow in amdgpu_cs_pass1 + - drm/amdgpu: fix memory leak in mes self test + - ASoC: Intel: sof_sdw: add quirk for MTL RVP + - ASoC: Intel: sof_sdw: add quirk for LNL RVP + - PCI: tegra194: Fix possible array out of bounds access + - ASoC: SOF: amd: Add pci revision id check + - drm/stm: ltdc: fix late dereference check + - drm: rcar-du: remove R-Car H3 ES1.* workarounds + - ASoC: amd: vangogh: Add check for acp config flags in vangogh platform + - ARM: dts: imx6dl: prtrvt, prtvt7, prti6q, prtwd2: fix USB related warnings + - ASoC: Intel: sof_sdw_rt_sdca_jack_common: test SOF_JACK_JDSRC in _exit + - ASoC: Intel: sof_sdw: Add support for Rex soundwire + - iopoll: Call cpu_relax() in busy loops + - ASoC: SOF: Intel: fix SoundWire/HDaudio mutual exclusion + - dma-remap: use kvmalloc_array/kvfree for larger dma memory remap + - accel/habanalabs: add pci health check during heartbeat + - HID: logitech-hidpp: Add USB and Bluetooth IDs for the Logitech G915 TKL + Keyboard + - iommu/amd: Introduce Disable IRTE Caching Support + - drm/amdgpu: install stub fence into potential unused fence pointers + - drm/amd/display: Apply 60us prefetch for DCFCLK <= 300Mhz + - RDMA/mlx5: Return the firmware result upon destroying QP/RQ + - drm/amd/display: Skip DPP DTO update if root clock is gated + - drm/amd/display: Enable dcn314 DPP RCO + - ASoC: SOF: core: Free the firmware trace before calling snd_sof_shutdown() + - HID: intel-ish-hid: ipc: Add Arrow Lake PCI device ID + - ALSA: hda/realtek: Add quirks for ROG ALLY CS35l41 audio + - smb: client: fix warning in cifs_smb3_do_mount() + - cifs: fix session state check in reconnect to avoid use-after-free issue + - serial: stm32: Ignore return value of uart_remove_one_port() in .remove() + - led: qcom-lpg: Fix resource leaks in for_each_available_child_of_node() + loops + - media: v4l2-mem2mem: add lock to protect parameter num_rdy + - media: camss: set VFE bpl_alignment to 16 for sdm845 and sm8250 + - usb: gadget: u_serial: Avoid spinlock recursion in __gs_console_push + - usb: gadget: uvc: queue empty isoc requests if no video buffer is available + - media: platform: mediatek: vpu: fix NULL ptr dereference + - thunderbolt: Read retimer NVM authentication status prior + tb_retimer_set_inbound_sbtx() + - usb: chipidea: imx: don't request QoS for imx8ulp + - usb: chipidea: imx: add missing USB PHY DPDM wakeup setting + - gfs2: Fix possible data races in gfs2_show_options() + - pcmcia: rsrc_nonstatic: Fix memory leak in nonstatic_release_resource_db() + - thunderbolt: Add Intel Barlow Ridge PCI ID + - thunderbolt: Limit Intel Barlow Ridge USB3 bandwidth + - firewire: net: fix use after free in fwnet_finish_incoming_packet() + - watchdog: sp5100_tco: support Hygon FCH/SCH (Server Controller Hub) + - Bluetooth: L2CAP: Fix use-after-free + - Bluetooth: btusb: Add MT7922 bluetooth ID for the Asus Ally + - ceph: try to dump the msgs when decoding fails + - drm/amdgpu: Fix potential fence use-after-free v2 + - fs/ntfs3: Enhance sanity check while generating attr_list + - fs: ntfs3: Fix possible null-pointer dereferences in mi_read() + - fs/ntfs3: Mark ntfs dirty when on-disk struct is corrupted + - ALSA: hda/realtek: Add quirks for Unis H3C Desktop B760 & Q760 + - ALSA: hda: fix a possible null-pointer dereference due to data race in + snd_hdac_regmap_sync() + - ALSA: hda/realtek: Add quirk for ASUS ROG GX650P + - ALSA: hda/realtek: Add quirk for ASUS ROG GA402X + - ALSA: hda/realtek: Add quirk for ASUS ROG GZ301V + - powerpc/kasan: Disable KCOV in KASAN code + - Bluetooth: MGMT: Use correct address for memcpy() + - ring-buffer: Do not swap cpu_buffer during resize process + - igc: read before write to SRRCTL register + - drm/amd/display: save restore hdcp state when display is unplugged from mst + hub + - drm/amd/display: phase3 mst hdcp for multiple displays + - drm/amd/display: fix access hdcp_workqueue assert + - fbdev/hyperv-fb: Do not set struct fb_info.apertures + - btrfs: move out now unused BG from the reclaim list + - btrfs: fix use-after-free of new block group that became unused + - virtio-mmio: don't break lifecycle of vm_dev + - vduse: Use proper spinlock for IRQ injection + - vdpa/mlx5: Fix mr->initialized semantics + - vdpa/mlx5: Delete control vq iotlb in destroy_mr only when necessary + - cifs: fix potential oops in cifs_oplock_break + - i2c: bcm-iproc: Fix bcm_iproc_i2c_isr deadlock issue + - i2c: hisi: Only handle the interrupt of the driver's transfer + - i2c: tegra: Fix i2c-tegra DMA config option processing + - fbdev: mmp: fix value check in mmphw_probe() + - powerpc/rtas_flash: allow user copy to flash block cache objects + - vdpa: Add features attr to vdpa_nl_policy for nlattr length check + - vdpa: Add queue index attr to vdpa_nl_policy for nlattr length check + - vdpa: Add max vqp attr to vdpa_nl_policy for nlattr length check + - vdpa: Enable strict validation for netlinks ops + - tty: n_gsm: fix the UAF caused by race condition in gsm_cleanup_mux + - tty: serial: fsl_lpuart: Clear the error flags by writing 1 for lpuart32 + platforms + - btrfs: fix incorrect splitting in btrfs_drop_extent_map_range + - btrfs: fix BUG_ON condition in btrfs_cancel_balance + - i2c: designware: Correct length byte validation logic + - i2c: designware: Handle invalid SMBus block data response length value + - net: xfrm: Fix xfrm_address_filter OOB read + - net: af_key: fix sadb_x_filter validation + - net: xfrm: Amend XFRMA_SEC_CTX nla_policy structure + - xfrm: fix slab-use-after-free in decode_session6 + - ip6_vti: fix slab-use-after-free in decode_session6 + - ip_vti: fix potential slab-use-after-free in decode_session6 + - xfrm: add forgotten nla_policy for XFRMA_MTIMER_THRESH + - virtio_net: notify MAC address change on device initialization + - virtio-net: set queues after driver_ok + - net: pcs: Add missing put_device call in miic_create + - net: phy: fix IRQ-based wake-on-lan over hibernate / power off + - selftests: mirror_gre_changes: Tighten up the TTL test match + - drm/panel: simple: Fix AUO G121EAN01 panel timings according to the docs + - net: macb: In ZynqMP resume always configure PS GTR for non-wakeup source + - octeon_ep: cancel tx_timeout_task later in remove sequence + - netfilter: nf_tables: fix false-positive lockdep splat + - ipvs: fix racy memcpy in proc_do_sync_threshold + - net: phy: broadcom: stub c45 read/write for 54810 + - team: Fix incorrect deletion of ETH_P_8021AD protocol vid from slaves + - net: openvswitch: reject negative ifindex + - iavf: fix FDIR rule fields masks validation + - i40e: fix misleading debug logs + - net: dsa: mv88e6xxx: Wait for EEPROM done before HW reset + - sfc: don't unregister flow_indr if it was never registered + - sock: Fix misuse of sk_under_memory_pressure() + - net: do not allow gso_size to be set to GSO_BY_FRAGS + - qede: fix firmware halt over suspend and resume + - ice: Block switchdev mode when ADQ is active and vice versa + - bus: ti-sysc: Flush posted write on enable before reset + - arm64: dts: qcom: qrb5165-rb5: fix thermal zone conflict + - arm64: dts: rockchip: Disable HS400 for eMMC on ROCK Pi 4 + - arm64: dts: rockchip: Disable HS400 for eMMC on ROCK 4C+ + - ARM: dts: imx: align LED node names with dtschema + - ARM: dts: imx6: phytec: fix RTC interrupt level + - arm64: dts: imx8mm: Drop CSI1 PHY reference clock configuration + - ARM: dts: imx: Set default tuning step for imx6sx usdhc + - arm64: dts: imx93: Fix anatop node size + - ASoC: rt5665: add missed regulator_bulk_disable + - ASoC: meson: axg-tdm-formatter: fix channel slot allocation + - ALSA: hda/realtek: Add quirks for HP G11 Laptops + - soc: aspeed: uart-routing: Use __sysfs_match_string + - soc: aspeed: socinfo: Add kfree for kstrdup + - ALSA: hda/realtek - Remodified 3k pull low procedure + - riscv: uaccess: Return the number of bytes effectively not copied + - serial: 8250: Fix oops for port->pm on uart_change_pm() + - ALSA: usb-audio: Add support for Mythware XA001AU capture and playback + interfaces. + - cifs: Release folio lock on fscache read hit. + - virtio-net: Zero max_tx_vq field for VIRTIO_NET_CTRL_MQ_HASH_CONFIG case + - arm64: dts: rockchip: Fix Wifi/Bluetooth on ROCK Pi 4 boards + - blk-crypto: dynamically allocate fallback profile + - mmc: wbsd: fix double mmc_free_host() in wbsd_init() + - mmc: block: Fix in_flight[issue_type] value error + - drm/qxl: fix UAF on handle creation + - drm/i915/sdvo: fix panel_type initialization + - drm/amdgpu/pm: fix throttle_status for other than MP1 11.0.7 + - ASoC: amd: vangogh: select CONFIG_SND_AMD_ACP_CONFIG + - drm/amd/display: disable RCO for DCN314 + - zsmalloc: allow only one active pool compaction context + - sched/fair: unlink misfit task from cpu overutilized + - sched/fair: Remove capacity inversion detection + - drm/amd/display: Implement workaround for writing to OTG_PIXEL_RATE_DIV + register + - netfilter: set default timeout to 3 secs for sctp shutdown send and recv + state + - arm64/ptrace: Ensure that SME is set up for target when writing SSVE state + - drm/amdgpu: keep irq count in amdgpu_irq_disable_all + - drm/nouveau/disp: fix use-after-free in error handling of + nouveau_connector_create + - net: fix the RTO timer retransmitting skb every 1ms if linear option is + enabled + - mmc: f-sdh30: fix order of function calls in sdhci_f_sdh30_remove + - rust: macros: vtable: fix `HAS_*` redefinition (`gen_const_name`) + - media: mtk-jpeg: Set platform driver data earlier + - xfrm: delete offloaded policy + - xfrm: don't skip free of empty state in acquire policy + - ARM: dts: imx: Set default tuning step for imx7d usdhc + - smb: client: fix null auth + - mmc: sunplus: fix return value check of mmc_add_host() + - Upstream stable to v6.1.47, v6.4.12 + * Lunar update: upstream stable patchset 2023-10-10 (LP: #2038969) + - tpm: Disable RNG for all AMD fTPMs + - tpm: Add a helper for checking hwrng enabled + - ksmbd: validate command request size + - ksmbd: fix wrong next length validation of ea buffer in smb2_set_ea() + - wifi: nl80211: fix integer overflow in nl80211_parse_mbssid_elems() + - wifi: rtw89: fix 8852AE disconnection caused by RX full flags + - selftests: forwarding: Set default IPv6 traceroute utility + - wireguard: allowedips: expand maximum node depth + - mmc: moxart: read scr register without changing byte order + - ipv6: adjust ndisc_is_useropt() to also return true for PIO + - selftests: mptcp: join: fix 'delete and re-add' test + - selftests: mptcp: join: fix 'implicit EP' test + - mptcp: avoid bogus reset on fallback close + - mptcp: fix disconnect vs accept race + - dmaengine: pl330: Return DMA_PAUSED when transaction is paused + - net: mana: Fix MANA VF unload when hardware is unresponsive + - riscv/kexec: load initrd high in available memory + - riscv,mmio: Fix readX()-to-delay() ordering + - riscv/kexec: handle R_RISCV_CALL_PLT relocation type + - nvme-pci: add NVME_QUIRK_BOGUS_NID for Samsung PM9B1 256G and 512G + - drm/nouveau/gr: enable memory loads on helper invocation on all channels + - drm/nouveau/nvkm/dp: Add workaround to fix DP 1.3+ DPCD issues + - drm/shmem-helper: Reset vma->vm_ops before calling dma_buf_mmap() + - drm/amdgpu: fix possible UAF in amdgpu_cs_pass1() + - drm/amd/display: check attr flag before set cursor degamma on DCN3+ + - drm/amd/display: limit DPIA link rate to HBR3 + - cpuidle: dt_idle_genpd: Add helper function to remove genpd topology + - hwmon: (pmbus/bel-pfe) Enable PMBUS_SKIP_STATUS_CHECK for pfe1100 + - radix tree test suite: fix incorrect allocation size for pthreads + - nilfs2: fix use-after-free of nilfs_root in dirtying inodes via iput + - drm/amd/pm: fulfill swsmu peak profiling mode shader/memory clock settings + - drm/amd/pm: expose swctf threshold setting for legacy powerplay + - drm/amd/pm: fulfill powerplay peak profiling mode shader/memory clock + settings + - drm/amd/pm: avoid unintentional shutdown due to temperature momentary + fluctuation + - io_uring: correct check for O_TMPFILE + - iio: cros_ec: Fix the allocation size for cros_ec_command + - iio: frequency: admv1013: propagate errors from regulator_get_voltage() + - iio: adc: ad7192: Fix ac excitation feature + - iio: adc: ina2xx: avoid NULL pointer dereference on OF device match + - binder: fix memory leak in binder_init() + - misc: rtsx: judge ASPM Mode to set PETXCFG Reg + - usb-storage: alauda: Fix uninit-value in alauda_check_media() + - usb: dwc3: Properly handle processing of pending events + - USB: Gadget: core: Help prevent panic during UVC unconfigure + - usb: common: usb-conn-gpio: Prevent bailing out if initial role is none + - usb: typec: tcpm: Fix response to vsafe0V event + - usb: typec: altmodes/displayport: Signal hpd when configuring pin assignment + - x86/cpu/amd: Enable Zenbleed fix for AMD Custom APU 0405 + - x86/mm: Fix VDSO and VVAR placement on 5-level paging machines + - x86/sev: Do not try to parse for the CC blob on non-AMD hardware + - x86/speculation: Add cpu_show_gds() prototype + - drm/nouveau/disp: Revert a NULL check inside nouveau_connector_get_modes + - iio: core: Prevent invalid memory access when there is no parent + - interconnect: qcom: Add support for mask-based BCMs + - interconnect: qcom: sm8450: add enable_mask for bcm nodes + - selftests/rseq: Fix build with undefined __weak + - selftests: forwarding: Add a helper to skip test when using veth pairs + - selftests: forwarding: ethtool: Skip when using veth pairs + - selftests: forwarding: ethtool_extended_state: Skip when using veth pairs + - selftests: forwarding: hw_stats_l3_gre: Skip when using veth pairs + - selftests: forwarding: Skip test when no interfaces are specified + - selftests: forwarding: Switch off timeout + - selftests: forwarding: tc_flower: Relax success criterion + - net: core: remove unnecessary frame_sz check in bpf_xdp_adjust_tail() + - bpf, sockmap: Fix map type error in sock_map_del_link + - bpf, sockmap: Fix bug that strp_done cannot be called + - mISDN: Update parameter type of dsp_cmx_send() + - macsec: use DEV_STATS_INC() + - mptcp: fix the incorrect judgment for msk->cb_flags + - net/packet: annotate data-races around tp->status + - tcp: add missing family to tcp_set_ca_state() tracepoint + - tunnels: fix kasan splat when generating ipv4 pmtu error + - xsk: fix refcount underflow in error path + - bonding: Fix incorrect deletion of ETH_P_8021AD protocol vid from slaves + - dccp: fix data-race around dp->dccps_mss_cache + - drivers: net: prevent tun_build_skb() to exceed the packet size limit + - drivers: vxlan: vnifilter: free percpu vni stats on error path + - iavf: fix potential races for FDIR filters + - IB/hfi1: Fix possible panic during hotplug remove + - drm/rockchip: Don't spam logs in atomic check + - wifi: cfg80211: fix sband iftype data lookup for AP_VLAN + - RDMA/umem: Set iova in ODP flow + - net: tls: avoid discarding data on record close + - net: marvell: prestera: fix handling IPv4 routes with nhid + - net: phy: at803x: remove set/get wol callbacks for AR8032 + - net: dsa: ocelot: call dsa_tag_8021q_unregister() under rtnl_lock() on + driver remove + - net: hns3: refactor hclge_mac_link_status_wait for interface reuse + - net: hns3: add wait until mac link down + - net: hns3: fix deadlock issue when externel_lb and reset are executed + together + - nexthop: Fix infinite nexthop dump when using maximum nexthop ID + - nexthop: Make nexthop bucket dump more efficient + - nexthop: Fix infinite nexthop bucket dump when using maximum nexthop ID + - net: hns3: fix strscpy causing content truncation issue + - dmaengine: mcf-edma: Fix a potential un-allocated memory access + - dmaengine: owl-dma: Modify mismatched function name + - net/mlx5: Allow 0 for total host VFs + - net/mlx5: LAG, Check correct bucket when modifying LAG + - net/mlx5: Skip clock update work when device is in error state + - net/mlx5: Reload auxiliary devices in pci error handlers + - ibmvnic: Enforce stronger sanity checks on login response + - ibmvnic: Unmap DMA login rsp buffer on send login fail + - ibmvnic: Handle DMA unmapping of login buffs in release functions + - ibmvnic: Do partial reset on login failure + - ibmvnic: Ensure login failure recovery is safe from other resets + - gpio: ws16c48: Fix off-by-one error in WS16C48 resource region extent + - gpio: sim: mark the GPIO chip as a one that can sleep + - btrfs: wait for actual caching progress during allocation + - btrfs: don't stop integrity writeback too early + - btrfs: properly clear end of the unreserved range in cow_file_range + - btrfs: exit gracefully if reloc roots don't match + - btrfs: reject invalid reloc tree root keys with stack dump + - btrfs: set cache_block_group_error if we find an error + - nvme-tcp: fix potential unbalanced freeze & unfreeze + - nvme-rdma: fix potential unbalanced freeze & unfreeze + - netfilter: nf_tables: report use refcount overflow + - scsi: core: Fix legacy /proc parsing buffer overflow + - scsi: storvsc: Fix handling of virtual Fibre Channel timeouts + - scsi: ufs: renesas: Fix private allocation + - scsi: 53c700: Check that command slot is not NULL + - scsi: snic: Fix possible memory leak if device_add() fails + - scsi: core: Fix possible memory leak if device_add() fails + - scsi: fnic: Replace return codes in fnic_clean_pending_aborts() + - scsi: qedi: Fix firmware halt over suspend and resume + - scsi: qedf: Fix firmware halt over suspend and resume + - platform/x86: serial-multi-instantiate: Auto detect IRQ resource for CSC3551 + - ACPI: scan: Create platform device for CS35L56 + - alpha: remove __init annotation from exported page_is_ram() + - drm/amd/pm/smu7: move variables to where they are used + - mmc: sdhci-f-sdh30: Replace with sdhci_pltfm + - cpuidle: psci: Move enabling OSI mode after power domains creation + - zsmalloc: fix races between modifications of fullness and isolated + - hugetlb: do not clear hugetlb dtor until allocating vmemmap + - mm: memory-failure: fix potential unexpected return value from + unpoison_memory() + - mm: memory-failure: avoid false hwpoison page mapped error info + - x86/linkage: Fix typo of BUILD_VDSO in asm/linkage.h + - selftests: forwarding: bridge_mdb: Check iproute2 version + - selftests: forwarding: tc_actions: Use ncat instead of nc + - selftests: forwarding: bridge_mdb: Make test more robust + - drm/bridge: it6505: Check power state with it6505->powered in IRQ handler + - drm/nouveau: remove unused tu102_gr_load() function + - Upstream stable to v6.1.46, v6.4.11 + * Lunar update: upstream stable patchset 2023-10-02 (LP: #2038236) + - Upstream stable to v6.1.44, v6.4.9 + - net/mlx5: Free irqs only on shutdown callback + - iommu/arm-smmu-v3: Work around MMU-600 erratum 1076982 + - iommu/arm-smmu-v3: Document MMU-700 erratum 2812531 + - iommu/arm-smmu-v3: Add explicit feature for nesting + - iommu/arm-smmu-v3: Document nesting-related errata + - arm64: dts: imx8mm-venice-gw7903: disable disp_blk_ctrl + - arm64: dts: imx8mm-venice-gw7904: disable disp_blk_ctrl + - arm64: dts: phycore-imx8mm: Label typo-fix of VPU + - arm64: dts: phycore-imx8mm: Correction in gpio-line-names + - arm64: dts: imx8mn-var-som: add missing pull-up for onboard PHY reset pinmux + - arm64: dts: freescale: Fix VPU G2 clock + - firmware: smccc: Fix use of uninitialised results structure + - lib/bitmap: workaround const_eval test build failure + - firmware: arm_scmi: Fix chan_free cleanup on SMC + - word-at-a-time: use the same return type for has_zero regardless of + endianness + - KVM: s390: fix sthyi error handling + - erofs: fix wrong primary bvec selection on deduplicated extents + - wifi: cfg80211: Fix return value in scan logic + - net/mlx5e: fix double free in macsec_fs_tx_create_crypto_table_groups + - net/mlx5: DR, fix memory leak in mlx5dr_cmd_create_reformat_ctx + - net/mlx5: fix potential memory leak in mlx5e_init_rep_rx + - net/mlx5e: fix return value check in mlx5e_ipsec_remove_trailer() + - net/mlx5e: Fix crash moving to switchdev mode when ntuple offload is set + - net/mlx5e: Move representor neigh cleanup to profile cleanup_tx + - bpf: Add length check for SK_DIAG_BPF_STORAGE_REQ_MAP_FD parsing + - rtnetlink: let rtnl_bridge_setlink checks IFLA_BRIDGE_MODE length + - net: dsa: fix value check in bcm_sf2_sw_probe() + - perf test uprobe_from_different_cu: Skip if there is no gcc + - net: sched: cls_u32: Fix match key mis-addressing + - mISDN: hfcpci: Fix potential deadlock on &hc->lock + - qed: Fix scheduling in a tasklet while getting stats + - net: annotate data-races around sk->sk_reserved_mem + - net: annotate data-race around sk->sk_txrehash + - net: annotate data-races around sk->sk_max_pacing_rate + - net: add missing READ_ONCE(sk->sk_rcvlowat) annotation + - net: add missing READ_ONCE(sk->sk_sndbuf) annotation + - net: add missing READ_ONCE(sk->sk_rcvbuf) annotation + - net: annotate data-races around sk->sk_mark + - net: add missing data-race annotations around sk->sk_peek_off + - net: add missing data-race annotation for sk_ll_usec + - net: annotate data-races around sk->sk_priority + - net/sched: taprio: Limit TCA_TAPRIO_ATTR_SCHED_CYCLE_TIME to INT_MAX. + - ice: Fix RDMA VSI removal during queue rebuild + - bpf, cpumap: Handle skb as well when clean up ptr_ring + - bpf: sockmap: Remove preempt_disable in sock_map_sk_acquire + - net: ll_temac: fix error checking of irq_of_parse_and_map() + - net: korina: handle clk prepare error in korina_probe() + - net: netsec: Ignore 'phy-mode' on SynQuacer in DT mode + - bnxt_en: Fix page pool logic for page size >= 64K + - bnxt_en: Fix max_mtu setting for multi-buf XDP + - net: dcb: choose correct policy to parse DCB_ATTR_BCN + - s390/qeth: Don't call dev_close/dev_open (DOWN/UP) + - ip6mr: Fix skb_under_panic in ip6mr_cache_report() + - vxlan: Fix nexthop hash size + - net/mlx5: fs_core: Make find_closest_ft more generic + - net/mlx5: fs_core: Skip the FTs in the same FS_TYPE_PRIO_CHAINS fs_prio + - prestera: fix fallback to previous version on same major version + - tcp_metrics: fix addr_same() helper + - tcp_metrics: annotate data-races around tm->tcpm_stamp + - tcp_metrics: annotate data-races around tm->tcpm_lock + - tcp_metrics: annotate data-races around tm->tcpm_vals[] + - tcp_metrics: annotate data-races around tm->tcpm_net + - tcp_metrics: fix data-race in tcpm_suck_dst() vs fastopen + - rust: allocator: Prevent mis-aligned allocation + - scsi: zfcp: Defer fc_rport blocking until after ADISC response + - scsi: storvsc: Limit max_sectors for virtual Fibre Channel devices + - libceph: fix potential hang in ceph_osdc_notify() + - USB: zaurus: Add ID for A-300/B-500/C-700 + - ceph: defer stopping mdsc delayed_work + - firmware: arm_scmi: Drop OF node reference in the transport channel setup + - exfat: use kvmalloc_array/kvfree instead of kmalloc_array/kfree + - exfat: release s_lock before calling dir_emit() + - mtd: spinand: toshiba: Fix ecc_get_status + - mtd: rawnand: meson: fix OOB available bytes for ECC + - bpf: Disable preemption in bpf_perf_event_output + - arm64: dts: stratix10: fix incorrect I2C property for SCL signal + - wifi: mt76: mt7615: do not advertise 5 GHz on first phy of MT7615D (DBDC) + - x86/hyperv: Disable IBT when hypercall page lacks ENDBR instruction + - rbd: prevent busy loop when requesting exclusive lock + - bpf: Disable preemption in bpf_event_output + - powerpc/ftrace: Create a dummy stackframe to fix stack unwind + - arm64/fpsimd: Sync and zero pad FPSIMD state for streaming SVE + - arm64/fpsimd: Clear SME state in the target task when setting the VL + - arm64/fpsimd: Sync FPSIMD state with SVE for SME only systems + - open: make RESOLVE_CACHED correctly test for O_TMPFILE + - drm/ttm: check null pointer before accessing when swapping + - drm/i915: Fix premature release of request's reusable memory + - drm/i915/gt: Cleanup aux invalidation registers + - clk: imx93: Propagate correct error in imx93_clocks_probe() + - bpf, cpumap: Make sure kthread is running before map update returns + - file: reinstate f_pos locking optimization for regular files + - mm: kmem: fix a NULL pointer dereference in obj_stock_flush_required() + - fs/ntfs3: Use __GFP_NOWARN allocation at ntfs_load_attr_list() + - fs/sysv: Null check to prevent null-ptr-deref bug + - debugobjects: Recheck debug_objects_enabled before reporting + - net: usbnet: Fix WARNING in usbnet_start_xmit/usb_submit_urb + - fs: Protect reconfiguration of sb read-write from racing writes + - ext2: Drop fragment support + - btrfs: remove BUG_ON()'s in add_new_free_space() + - io_uring: annotate offset timeout races + - mtd: rawnand: omap_elm: Fix incorrect type in assignment + - mtd: rawnand: rockchip: fix oobfree offset and description + - mtd: rawnand: rockchip: Align hwecc vs. raw page helper layouts + - mtd: rawnand: fsl_upm: Fix an off-by one test in fun_exec_op() + - powerpc/mm/altmap: Fix altmap boundary check + - drm/imx/ipuv3: Fix front porch adjustment upon hactive aligning + - drm/amd/display: Ensure that planes are in the same order + - drm/amd/display: skip CLEAR_PAYLOAD_ID_TABLE if device mst_en is 0 + - selftests/rseq: Play nice with binaries statically linked against glibc + 2.35+ + - arm64/ptrace: Don't enable SVE when setting streaming SVE + - drm/amdgpu: Use apt name for FW reserved region + - Revert "drm/i915: Disable DC states for all commits" + - net/mlx5: Honor user input for migratable port fn attr + - net/mlx5e: xsk: Fix crash on regular rq reactivation + - net: stmmac: tegra: Properly allocate clock bulk data + - net: gro: fix misuse of CB in udp socket lookup + - net: usb: lan78xx: reorder cleanup operations to avoid UAF bugs + - bnxt: don't handle XDP in netpoll + - selftest: net: Assert on a proper value in so_incoming_cpu.c. + - mtd: spinand: winbond: Fix ecc_get_status + - smb: client: fix dfs link mount against w2k8 + - ARM: dts: nxp/imx6sll: fix wrong property name in usbphy node + - Upstream stable to v6.1.45, v6.4.10 + * CVE-2023-37453 + - 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() + * Packaging resync (LP: #1786013) + - [Packaging] update helper scripts + + -- Stefan Bader Wed, 15 Nov 2023 16:39:53 +0100 + +linux-lowlatency (6.2.0-1017.17) lunar; urgency=medium + + * lunar/linux-lowlatency: 6.2.0-1017.17 -proposed tracker (LP: #2041889) + + [ Ubuntu: 6.2.0-37.38 ] + + * lunar/linux: 6.2.0-37.38 -proposed tracker (LP: #2041899) + * CVE-2023-31085 + - ubi: Refuse attaching if mtd's erasesize is 0 + * CVE-2023-25775 + - RDMA/irdma: Prevent zero-length STAG registration + * CVE-2023-45871 + - igb: set max size RX buffer when store bad packet is enabled + * 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 Thu, 02 Nov 2023 11:02:04 +0100 + +linux-lowlatency (6.2.0-1016.16) lunar; urgency=medium + + * lunar/linux-lowlatency: 6.2.0-1016.16 -proposed tracker (LP: #2038067) + + [ Ubuntu: 6.2.0-36.37 ] + + * lunar/linux: 6.2.0-36.37 -proposed tracker (LP: #2038076) + * Regression for ubuntu_bpf test build caused by upstream bdeeed3498c7 + (LP: #2035181) + - selftests/bpf: fix static assert compilation issue for test_cls_*.c + * CVE-2023-4244 + - netfilter: nf_tables: don't skip expired elements during walk + - netfilter: nf_tables: adapt set backend to use GC transaction API + - netfilter: nft_set_hash: mark set element as dead when deleting from packet + path + - netfilter: nf_tables: GC transaction API to avoid race with control plane + - netfilter: nf_tables: don't fail inserts if duplicate has expired + - netfilter: nf_tables: fix kdoc warnings after gc rework + - netfilter: nf_tables: fix GC transaction races with netns and netlink event + exit path + - netfilter: nf_tables: GC transaction race with netns dismantle + - netfilter: nf_tables: GC transaction race with abort path + - netfilter: nf_tables: use correct lock to protect gc_list + - netfilter: nf_tables: defer gc run if previous batch is still pending + - netfilter: nft_dynset: disallow object maps + - netfilter: nft_set_rbtree: skip sync GC for new elements in this transaction + * CVE-2023-4563 + - netfilter: nf_tables: remove busy mark and gc batch API + * CVE-2023-42756 + - netfilter: ipset: Fix race between IPSET_CMD_CREATE and IPSET_CMD_SWAP + * CVE-2023-4623 + - net/sched: sch_hfsc: Ensure inner classes have fsc curve + * Fix unstable audio at low levels on Thinkpad P1G4 (LP: #2037077) + - ALSA: hda/realtek - ALC287 I2S speaker platform support + * Lunar update: upstream stable patchset 2023-09-21 (LP: #2037005) + - Upstream stable to v6.1.41, v6.4.6 + - io_uring: treat -EAGAIN for REQ_F_NOWAIT as final for io-wq + - ALSA: hda/realtek - remove 3k pull low procedure + - ALSA: hda/realtek: Add quirk for Clevo NS70AU + - ALSA: hda/realtek: Enable Mute LED on HP Laptop 15s-eq2xxx + - maple_tree: set the node limit when creating a new root node + - maple_tree: fix node allocation testing on 32 bit + - keys: Fix linking a duplicate key to a keyring's assoc_array + - perf probe: Add test for regression introduced by switch to + die_get_decl_file() + - btrfs: fix warning when putting transaction with qgroups enabled after abort + - fuse: revalidate: don't invalidate if interrupted + - fuse: Apply flags2 only when userspace set the FUSE_INIT_EXT + - btrfs: set_page_extent_mapped after read_folio in btrfs_cont_expand + - btrfs: zoned: fix memory leak after finding block group with super blocks + - fuse: ioctl: translate ENOSYS in outarg + - btrfs: fix race between balance and cancel/pause + - selftests: tc: set timeout to 15 minutes + - selftests: tc: add 'ct' action kconfig dep + - regmap: Drop initial version of maximum transfer length fixes + - of: Preserve "of-display" device name for compatibility + - regmap: Account for register length in SMBus I/O limits + - arm64/fpsimd: Ensure SME storage is allocated after SVE VL changes + - can: mcp251xfd: __mcp251xfd_chip_set_mode(): increase poll timeout + - can: bcm: Fix UAF in bcm_proc_show() + - can: gs_usb: gs_can_open(): improve error handling + - selftests: tc: add ConnTrack procfs kconfig + - dma-buf/dma-resv: Stop leaking on krealloc() failure + - drm/amdgpu/vkms: relax timer deactivation by hrtimer_try_to_cancel + - drm/amdgpu/pm: make gfxclock consistent for sienna cichlid + - drm/amdgpu/pm: make mclk consistent for smu 13.0.7 + - drm/client: Fix memory leak in drm_client_target_cloned + - drm/client: Fix memory leak in drm_client_modeset_probe + - drm/amd/display: only accept async flips for fast updates + - drm/amd/display: Disable MPC split by default on special asic + - drm/amd/display: check TG is non-null before checking if enabled + - drm/amd/display: Keep PHY active for DP displays on DCN31 + - ASoC: fsl_sai: Disable bit clock with transmitter + - ASoC: fsl_sai: Revert "ASoC: fsl_sai: Enable MCTL_MCLK_EN bit for master + mode" + - ASoC: tegra: Fix ADX byte map + - ASoC: rt5640: Fix sleep in atomic context + - ASoC: cs42l51: fix driver to properly autoload with automatic module loading + - ASoC: codecs: wcd938x: fix missing clsh ctrl error handling + - ASoC: codecs: wcd-mbhc-v2: fix resource leaks on component remove + - ASoC: qdsp6: audioreach: fix topology probe deferral + - ASoC: tegra: Fix AMX byte map + - ASoC: codecs: wcd938x: fix resource leaks on component remove + - ASoC: codecs: wcd938x: fix missing mbhc init error handling + - ASoC: codecs: wcd934x: fix resource leaks on component remove + - ASoC: codecs: wcd938x: fix codec initialisation race + - ASoC: codecs: wcd938x: fix soundwire initialisation race + - ext4: correct inline offset when handling xattrs in inode body + - drm/radeon: Fix integer overflow in radeon_cs_parser_init + - ALSA: emu10k1: roll up loops in DSP setup code for Audigy + - quota: Properly disable quotas when add_dquot_ref() fails + - quota: fix warning in dqgrab() + - HID: add quirk for 03f0:464a HP Elite Presenter Mouse + - ovl: check type and offset of struct vfsmount in ovl_entry + - udf: Fix uninitialized array access for some pathnames + - fs: jfs: Fix UBSAN: array-index-out-of-bounds in dbAllocDmapLev + - MIPS: dec: prom: Address -Warray-bounds warning + - FS: JFS: Fix null-ptr-deref Read in txBegin + - FS: JFS: Check for read-only mounted filesystem in txBegin + - ACPI: video: Add backlight=native DMI quirk for Dell Studio 1569 + - rcu-tasks: Avoid pr_info() with spin lock in cblist_init_generic() + - rcu: Mark additional concurrent load from ->cpu_no_qs.b.exp + - sched/fair: Don't balance task to its current running CPU + - wifi: ath11k: fix registration of 6Ghz-only phy without the full channel + range + - bpf: Print a warning only if writing to unprivileged_bpf_disabled. + - bpf: Address KCSAN report on bpf_lru_list + - bpf: tcp: Avoid taking fast sock lock in iterator + - wifi: ath11k: add support default regdb while searching board-2.bin for + WCN6855 + - wifi: mac80211_hwsim: Fix possible NULL dereference + - spi: dw: Add compatible for Intel Mount Evans SoC + - wifi: ath11k: fix memory leak in WMI firmware stats + - net: ethernet: litex: add support for 64 bit stats + - devlink: report devlink_port_type_warn source device + - wifi: wext-core: Fix -Wstringop-overflow warning in + ioctl_standard_iw_point() + - wifi: iwlwifi: Add support for new PCI Id + - wifi: iwlwifi: mvm: avoid baid size integer overflow + - wifi: iwlwifi: pcie: add device id 51F1 for killer 1675 + - net: hns3: fix strncpy() not using dest-buf length as length issue + - ASoC: amd: acp: fix for invalid dai id handling in acp_get_byte_count() + - ASoC: codecs: wcd938x: fix mbhc impedance loglevel + - ASoC: codecs: wcd938x: fix dB range for HPHL and HPHR + - ASoC: qcom: q6apm: do not close GPR port before closing graph + - sched/fair: Use recent_used_cpu to test p->cpus_ptr + - sched/psi: Rearrange polling code in preparation + - sched/psi: Rename existing poll members in preparation + - sched/psi: Extract update_triggers side effect + - sched/psi: Allow unprivileged polling of N*2s period + - sched/psi: use kernfs polling functions for PSI trigger polling + - pinctrl: renesas: rzv2m: Handle non-unique subnode names + - pinctrl: renesas: rzg2l: Handle non-unique subnode names + - spi: bcm63xx: fix max prepend length + - fbdev: imxfb: warn about invalid left/right margin + - fbdev: imxfb: Removed unneeded release_mem_region + - perf build: Fix library not found error when using CSLIBS + - btrfs: be a bit more careful when setting mirror_num_ret in btrfs_map_block + - spi: s3c64xx: clear loopback bit after loopback test + - kallsyms: strip LTO-only suffixes from promoted global functions + - dsa: mv88e6xxx: Do a final check before timing out + - net: ethernet: ti: cpsw_ale: Fix cpsw_ale_get_field()/cpsw_ale_set_field() + - net: ethernet: mtk_eth_soc: handle probe deferral + - ASoC: SOF: ipc3-dtrace: uninitialized data in dfsentry_trace_filter_write() + - net: sched: cls_matchall: Undo tcf_bind_filter in case of failure after + mall_set_parms + - net: sched: cls_u32: Undo tcf_bind_filter if u32_replace_hw_knode + - net: sched: cls_u32: Undo refcount decrement in case update failed + - net: sched: cls_bpf: Undo tcf_bind_filter in case of an error + - net: dsa: microchip: ksz8: Separate static MAC table operations for code + reuse + - net: dsa: microchip: ksz8: Make ksz8_r_sta_mac_table() static + - net: dsa: microchip: ksz8_r_sta_mac_table(): Avoid using error code for + empty entries + - net: dsa: microchip: correct KSZ8795 static MAC table access + - iavf: Fix use-after-free in free_netdev + - iavf: Fix out-of-bounds when setting channels on remove + - iavf: use internal state to free traffic IRQs + - iavf: make functions static where possible + - iavf: Wait for reset in callbacks which trigger it + - iavf: fix a deadlock caused by rtnl and driver's lock circular dependencies + - iavf: fix reset task race with iavf_remove() + - security: keys: Modify mismatched function name + - octeontx2-pf: Dont allocate BPIDs for LBK interfaces + - bpf: Fix subprog idx logic in check_max_stack_depth + - bpf: Repeat check_max_stack_depth for async callbacks + - bpf, arm64: Fix BTI type used for freplace attached functions + - igc: Avoid transmit queue timeout for XDP + - igc: Prevent garbled TX queue with XDP ZEROCOPY + - net: ipv4: use consistent txhash in TIME_WAIT and SYN_RECV + - tcp: annotate data-races around tcp_rsk(req)->txhash + - tcp: annotate data-races around tcp_rsk(req)->ts_recent + - net: ipv4: Use kfree_sensitive instead of kfree + - net:ipv6: check return value of pskb_trim() + - Revert "tcp: avoid the lookup process failing to get sk in ehash table" + - fbdev: au1200fb: Fix missing IRQ check in au1200fb_drv_probe + - llc: Don't drop packet from non-root netns. + - ALSA: hda/realtek: Fix generic fixup definition for cs35l41 amp + - netfilter: nf_tables: fix spurious set element insertion failure + - netfilter: nf_tables: can't schedule in nft_chain_validate + - Bluetooth: use RCU for hci_conn_params and iterate safely in hci_sync + - Bluetooth: hci_event: call disconnect callback before deleting conn + - Bluetooth: ISO: fix iso_conn related locking and validity issues + - Bluetooth: hci_sync: Avoid use-after-free in dbg for + hci_remove_adv_monitor() + - tcp: annotate data-races around tp->tcp_tx_delay + - tcp: annotate data-races around tp->tsoffset + - tcp: annotate data-races around tp->keepalive_time + - tcp: annotate data-races around tp->keepalive_intvl + - tcp: annotate data-races around tp->keepalive_probes + - tcp: annotate data-races around icsk->icsk_syn_retries + - tcp: annotate data-races around tp->linger2 + - tcp: annotate data-races around rskq_defer_accept + - tcp: annotate data-races around tp->notsent_lowat + - tcp: annotate data-races around icsk->icsk_user_timeout + - tcp: annotate data-races around fastopenq.max_qlen + - net: phy: prevent stale pointer dereference in phy_init() + - jbd2: recheck chechpointing non-dirty buffer + - tracing/histograms: Return an error if we fail to add histogram to hist_vars + list + - drm/ttm: fix bulk_move corruption when adding a entry + - spi: dw: Remove misleading comment for Mount Evans SoC + - kallsyms: add kallsyms_seqs_of_names to list of special symbols + - scripts/kallsyms: update the usage in the comment block + - selftests/bpf: Workaround verification failure for + fexit_bpf2bpf/func_replace_return_code + - selftests/bpf: Fix sk_assign on s390x + - drm/amd/display: fix some coding style issues + - drm/dp_mst: Clear MSG_RDY flag before sending new message + - drm/amd/display: force connector state when bpc changes during compliance + - drm/amd/display: Clean up errors & warnings in amdgpu_dm.c + - drm/amd/display: fix linux dp link lost handled only one time + - drm/amd/display: Add polling method to handle MST reply packet + - perf probe: Read DWARF files from the correct CU + - btrfs: raid56: always verify the P/Q contents for scrub + - can: gs_usb: fix time stamp counter initialization + - KVM: arm64: Correctly handle page aging notifiers for unaligned memslot + - KVM: arm64: vgic-v4: Make the doorbell request robust w.r.t preemption + - gso: fix dodgy bit handling for GSO_UDP_L4 + - drm/i915/perf: add sentinel to xehp_oa_b_counters + - net: ethernet: mtk_eth_soc: always mtk_get_ib1_pkt_type + - Upstream stable to v6.1.42, v6.4.7 + - netfilter: nf_tables: fix underflow in object reference counter + - netfilter: nf_tables: fix underflow in chain reference counter + - platform/x86/amd/pmf: Notify OS power slider update + - platform/x86/amd/pmf: reduce verbosity of apmf_get_system_params + - jbd2: Fix wrongly judgement for buffer head removing while doing checkpoint + - blk-mq: Fix stall due to recursive flush plug + - powerpc/pseries/vas: Hold mmap_mutex after mmap lock during window close + - KVM: s390: pv: fix index value of replaced ASCE + - io_uring: don't audit the capability check in io_uring_create() + - gpio: tps68470: Make tps68470_gpio_output() always set the initial value + - pwm: Add a stub for devm_pwmchip_add() + - gpio: mvebu: Make use of devm_pwmchip_add + - gpio: mvebu: fix irq domain leak + - btrfs: fix race between quota disable and relocation + - i2c: Delete error messages for failed memory allocations + - i2c: Improve size determinations + - i2c: nomadik: Remove unnecessary goto label + - i2c: nomadik: Use devm_clk_get_enabled() + - i2c: nomadik: Remove a useless call in the remove function + - MIPS: Loongson: Move arch cflags to MIPS top level Makefile + - MIPS: Loongson: Fix build error when make modules_install + - PCI/ASPM: Return 0 or -ETIMEDOUT from pcie_retrain_link() + - PCI/ASPM: Factor out pcie_wait_for_retrain() + - PCI/ASPM: Avoid link retraining race + - PCI: rockchip: Remove writes to unused registers + - PCI: rockchip: Fix window mapping and address translation for endpoint + - PCI: rockchip: Don't advertise MSI-X in PCIe capabilities + - drm/amd/display: add ODM case when looking for first split pipe + - drm/amd/display: add pixel rate based CRB allocation support + - drm/amd/display: fix dcn315 single stream crb allocation + - drm/amd/display: Update correct DCN314 register header + - drm/amd/display: Set minimum requirement for using PSR-SU on Rembrandt + - drm/amd/display: Set minimum requirement for using PSR-SU on Phoenix + - drm/ttm: Don't print error message if eviction was interrupted + - drm/ttm: Don't leak a resource on eviction error + - drm/ttm: never consider pinned BOs for eviction&swap + - KVM: arm64: Condition HW AF updates on config option + - [Config] updateconfigs for AMPERE_ERRATUM_AC03_CPU_38 + - arm64: errata: Mitigate Ampere1 erratum AC03_CPU_38 at stage-2 + - mptcp: introduce 'sk' to replace 'sock->sk' in mptcp_listen() + - tracing: Allow synthetic events to pass around stacktraces + - Revert "tracing: Add "(fault)" name injection to kernel probes" + - tracing/probes: Fix to record 0-length data_loc in fetch_store_string*() if + fails + - test_maple_tree: test modifications while iterating + - maple_tree: add __init and __exit to test module + - maple_tree: fix 32 bit mas_next testing + - drm/amd/display: fix dc/core/dc.c kernel-doc + - drm/amd/display: Add FAMS validation before trying to use it + - drm/amd/display: update extended blank for dcn314 onwards + - drm/amd/display: Fix possible underflow for displays with large vblank + - drm/amd/display: Prevent vtotal from being set to 0 + - phy: phy-mtk-dp: Fix an error code in probe() + - phy: qcom-snps: correct struct qcom_snps_hsphy kerneldoc + - phy: qcom-snps-femto-v2: keep cfg_ahb_clk enabled during runtime suspend + - phy: qcom-snps-femto-v2: properly enable ref clock + - soundwire: qcom: update status correctly with mask + - media: staging: atomisp: select V4L2_FWNODE + - media: amphion: Fix firmware path to match linux-firmware + - i40e: Fix an NULL vs IS_ERR() bug for debugfs_create_dir() + - iavf: fix potential deadlock on allocation failure + - iavf: check for removal state before IAVF_FLAG_PF_COMMS_FAILED + - net: phy: marvell10g: fix 88x3310 power up + - net: hns3: fix the imp capability bit cannot exceed 32 bits issue + - net: hns3: fix wrong tc bandwidth weight data issue + - net: hns3: fix wrong bw weight of disabled tc issue + - vxlan: calculate correct header length for GPE + - vxlan: generalize vxlan_parse_gpe_hdr and remove unused args + - vxlan: fix GRO with VXLAN-GPE + - phy: hisilicon: Fix an out of bounds check in hisi_inno_phy_probe() + - atheros: fix return value check in atl1_tso() + - ethernet: atheros: fix return value check in atl1e_tso_csum() + - ipv6 addrconf: fix bug where deleting a mngtmpaddr can create a new + temporary address + - ice: Fix memory management in ice_ethtool_fdir.c + - bonding: reset bond's flags when down link is P2P device + - team: reset team's flags when down link is P2P device + - octeontx2-af: Removed unnecessary debug messages. + - octeontx2-af: Fix hash extraction enable configuration + - net: stmmac: Apply redundant write work around on 4.xx too + - platform/x86: msi-laptop: Fix rfkill out-of-sync on MSI Wind U100 + - x86/traps: Fix load_unaligned_zeropad() handling for shared TDX memory + - igc: Fix Kernel Panic during ndo_tx_timeout callback + - netfilter: nft_set_rbtree: fix overlap expiration walk + - mm: suppress mm fault logging if fatal signal already pending + - net/sched: mqprio: refactor nlattr parsing to a separate function + - net/sched: mqprio: add extack to mqprio_parse_nlattr() + - net/sched: mqprio: Add length check for TCA_MQPRIO_{MAX/MIN}_RATE64 + - benet: fix return value check in be_lancer_xmit_workarounds() + - tipc: check return value of pskb_trim() + - tipc: stop tipc crypto on failure in tipc_node_create + - RDMA/mlx4: Make check for invalid flags stricter + - drm/msm/dpu: drop enum dpu_core_perf_data_bus_id + - drm/msm/adreno: Fix snapshot BINDLESS_DATA size + - RDMA/irdma: Add missing read barriers + - RDMA/irdma: Fix data race on CQP completion stats + - RDMA/irdma: Fix data race on CQP request done + - RDMA/mthca: Fix crash when polling CQ for shared QPs + - RDMA/bnxt_re: Prevent handling any completions after qp destroy + - drm/msm: Fix IS_ERR_OR_NULL() vs NULL check in a5xx_submit_in_rb() + - cxl/acpi: Fix a use-after-free in cxl_parse_cfmws() + - cxl/acpi: Return 'rc' instead of '0' in cxl_parse_cfmws() + - ASoC: fsl_spdif: Silence output on stop + - block: Fix a source code comment in include/uapi/linux/blkzoned.h + - smb3: do not set NTLMSSP_VERSION flag for negotiate not auth request + - drm/i915: Fix an error handling path in igt_write_huge() + - xenbus: check xen_domain in xenbus_probe_initcall + - dm raid: fix missing reconfig_mutex unlock in raid_ctr() error paths + - dm raid: clean up four equivalent goto tags in raid_ctr() + - dm raid: protect md_stop() with 'reconfig_mutex' + - drm/amd: Fix an error handling mistake in psp_sw_init() + - drm/amd/display: Unlock on error path in + dm_handle_mst_sideband_msg_ready_event() + - RDMA/irdma: Fix op_type reporting in CQEs + - RDMA/irdma: Report correct WC error + - drm/msm: Switch idr_lock to spinlock + - drm/msm: Disallow submit with fence id 0 + - ublk_drv: move ublk_get_device_from_id into ublk_ctrl_uring_cmd + - ublk: fail to start device if queue setup is interrupted + - ublk: fail to recover device if queue setup is interrupted + - ata: pata_ns87415: mark ns87560_tf_read static + - ring-buffer: Fix wrong stat of cpu_buffer->read + - tracing: Fix warning in trace_buffered_event_disable() + - Revert "usb: gadget: tegra-xudc: Fix error check in + tegra_xudc_powerdomain_init()" + - usb: gadget: call usb_gadget_check_config() to verify UDC capability + - USB: gadget: Fix the memory leak in raw_gadget driver + - usb: gadget: core: remove unbalanced mutex_unlock in usb_gadget_activate + - KVM: Grab a reference to KVM for VM and vCPU stats file descriptors + - KVM: VMX: Don't fudge CR0 and CR4 for restricted L2 guest + - KVM: x86: Disallow KVM_SET_SREGS{2} if incoming CR0 is invalid + - serial: qcom-geni: drop bogus runtime pm state update + - serial: 8250_dw: Preserve original value of DLF register + - serial: sifive: Fix sifive_serial_console_setup() section + - USB: serial: option: support Quectel EM060K_128 + - USB: serial: option: add Quectel EC200A module support + - USB: serial: simple: add Kaufmann RKS+CAN VCP + - USB: serial: simple: sort driver entries + - can: gs_usb: gs_can_close(): add missing set of CAN state to + CAN_STATE_STOPPED + - usb: typec: Set port->pd before adding device for typec_port + - usb: typec: Iterate pds array when showing the pd list + - usb: typec: Use sysfs_emit_at when concatenating the string + - Revert "usb: dwc3: core: Enable AutoRetry feature in the controller" + - usb: dwc3: pci: skip BYT GPIO lookup table for hardwired phy + - usb: dwc3: don't reset device side if dwc3 was configured as host-only + - usb: misc: ehset: fix wrong if condition + - usb: ohci-at91: Fix the unhandle interrupt when resume + - USB: quirks: add quirk for Focusrite Scarlett + - usb: cdns3: fix incorrect calculation of ep_buf_size when more than one + config + - usb: xhci-mtk: set the dma max_seg_size + - Revert "usb: xhci: tegra: Fix error check" + - Documentation: security-bugs.rst: update preferences when dealing with the + linux-distros group + - Documentation: security-bugs.rst: clarify CVE handling + - staging: r8712: Fix memory leak in _r8712_init_xmit_priv() + - staging: ks7010: potential buffer overflow in ks_wlan_set_encode_ext() + - tty: n_gsm: fix UAF in gsm_cleanup_mux + - Revert "xhci: add quirk for host controllers that don't update endpoint DCS" + - ALSA: hda/realtek: Support ASUS G713PV laptop + - ALSA: hda/relatek: Enable Mute LED on HP 250 G8 + - hwmon: (k10temp) Enable AMD3255 Proc to show negative temperature + - hwmon: (nct7802) Fix for temp6 (PECI1) processed even if PECI1 disabled + - btrfs: account block group tree when calculating global reserve size + - btrfs: check if the transaction was aborted at btrfs_wait_for_commit() + - btrfs: check for commit error at btrfs_attach_transaction_barrier() + - x86/MCE/AMD: Decrement threshold_bank refcount when removing threshold + blocks + - file: always lock position for FMODE_ATOMIC_POS + - nfsd: Remove incorrect check in nfsd4_validate_stateid + - ACPI/IORT: Remove erroneous id_count check in iort_node_get_rmr_info() + - tpm_tis: Explicitly check for error code + - irq-bcm6345-l1: Do not assume a fixed block to cpu mapping + - irqchip/gic-v4.1: Properly lock VPEs when doing a directLPI invalidation + - locking/rtmutex: Fix task->pi_waiters integrity + - proc/vmcore: fix signedness bug in read_from_oldmem() + - xen: speed up grant-table reclaim + - virtio-net: fix race between set queues and probe + - net: dsa: qca8k: fix search_and_insert wrong handling of new rule + - net: dsa: qca8k: fix broken search_and_del + - net: dsa: qca8k: fix mdb add/del case with 0 VID + - selftests: mptcp: join: only check for ip6tables if needed + - soundwire: fix enumeration completion + - Revert "um: Use swap() to make code cleaner" + - LoongArch: BPF: Fix check condition to call lu32id in move_imm() + - LoongArch: BPF: Enable bpf_probe_read{, str}() on LoongArch + - s390/dasd: fix hanging device after quiesce/resume + - s390/dasd: print copy pair message only for the correct error + - ASoC: wm8904: Fill the cache for WM8904_ADC_TEST_0 register + - arm64/sme: Set new vector length before reallocating + - PM: sleep: wakeirq: fix wake irq arming + - ceph: never send metrics if disable_send_metrics is set + - drm/i915/dpt: Use shmem for dpt objects + - dm cache policy smq: ensure IO doesn't prevent cleaner policy progress + - rbd: make get_lock_owner_info() return a single locker or NULL + - rbd: harden get_lock_owner_info() a bit + - rbd: retrieve and check lock owner twice before blocklisting + - tracing: Fix trace_event_raw_event_synth() if else statement + - ACPI: processor: perflib: Use the "no limit" frequency QoS + - ACPI: processor: perflib: Avoid updating frequency QoS unnecessarily + - cpufreq: intel_pstate: Drop ACPI _PSS states table patching + - dma-buf: keep the signaling time of merged fences v3 + - dma-buf: fix an error pointer vs NULL bug + - KVM: s390: pv: simplify shutdown and fix race + - media: tc358746: Address compiler warnings + - net: fec: avoid tx queue timeout when XDP is enabled + - drm/msm/dsi: Drop unused regulators from QCM2290 14nm DSI PHY config + - RDMA/core: Update CMA destination address on rdma_resolve_addr + - RDMA/bnxt_re: Fix hang during driver unload + - iommufd: IOMMUFD_DESTROY should not increase the refcount + - TIOCSTI: always enable for CAP_SYS_ADMIN + - hwmon: (aquacomputer_d5next) Fix incorrect PWM value readout + - btrfs: zoned: do not enable async discard + - net: ipa: only reset hashed tables when supported + - iommufd: Set end correctly when doing batch carry + - mptcp: more accurate NL event generation + - Upstream stable to v6.1.43, v6.4.8 + * CVE-2023-42755 + - net/sched: Retire rsvp classifier + - [Config] remove NET_CLS_RSVP and NET_CLS_RSVP6 + * CVE-2023-42753 + - netfilter: ipset: add the missing IP_SET_HASH_WITH_NET0 macro for + ip_set_hash_netportnet.c + * CVE-2023-34319 + - xen/netback: Fix buffer overrun triggered by unusual packet + * CVE-2023-5197 + - netfilter: nf_tables: skip bound chain in netns release path + - netfilter: nf_tables: disallow rule removal from chain binding + * CVE-2023-4921 + - net: sched: sch_qfq: Fix UAF in qfq_dequeue() + * CVE-2023-42752 + - igmp: limit igmpv3_newpack() packet size to IP_MAX_MTU + - net: remove osize variable in __alloc_skb() + - net: factorize code in kmalloc_reserve() + - net: deal with integer overflows in kmalloc_reserve() + * CVE-2023-42572 + - net: add SKB_HEAD_ALIGN() helper + * Fix RCU warning on AMD laptops (LP: #2036377) + - power: supply: core: Use blocking_notifier_call_chain to avoid RCU complaint + * Fix non-working I219 after system sleep (LP: #2035313) + - mei: mei-me: resume device in prepare + * Avoid address overwrite in kernel_connect (LP: #2035163) + - net: Avoid address overwrite in kernel_connect + * Ethernet not stable 23.04 (RTL8168/8169) (LP: #2031537) + - r8169: fix ASPM-related problem for chip version 42 and 43 + - r8169: revert 2ab19de62d67 ("r8169: remove ASPM restrictions now that ASPM + is disabled during NAPI poll") + - Revert "r8169: disable ASPM during NAPI poll" + - r8169: fix ASPM-related issues on a number of systems with NIC version from + RTL8168h + * 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" + - PCI/ASPM: Add pci_enable_link_state() + - PCI: vmd: Use PCI_VDEVICE in device list + - PCI: vmd: Create feature grouping for client products + - PCI: vmd: Add quirk to configure PCIe ASPM and LTR + - SAUCE: PCI/ASPM: Allow ASPM override over FADT default + - SAUCE: PCI: vmd: Mark ASPM override for device behind VMD bridge + * Fix suspend hang on Lenovo workstation (LP: #2034479) + - igb: Fix igb_down hung on surprise removal + * Fix blank display when Thunderbolt monitor is plugged second time + (LP: #2034491) + - drm/amd: Disable S/G for APUs when 64GB or more host memory + - thunderbolt: Fix Thunderbolt 3 display flickering issue on 2nd hot plug + onwards + - thunderbolt: Fix a backport error for display flickering issue + * [regression] Unable to initialize SGX enclaves with XFRM other than 3 + (LP: #2034745) + - x86/fpu: Set X86_FEATURE_OSXSAVE feature after enabling OSXSAVE in CR4 + * CVE-2023-4881 + - netfilter: nftables: exthdr: fix 4-byte stack OOB write + * CVE-2023-4622 + - af_unix: Fix null-ptr-deref in unix_stream_sendpage(). + * Lunar update: upstream stable patchset 2023-09-14 (LP: #2036075) + - net: lan743x: Don't sleep in atomic context + - workqueue: clean up WORK_* constant types, clarify masking + - ksmbd: add missing compound request handing in some commands + - ksmbd: fix out of bounds read in smb2_sess_setup + - drm/panel: simple: Add connector_type for innolux_at043tn24 + - drm/bridge: ti-sn65dsi86: Fix auxiliary bus lifetime + - swiotlb: always set the number of areas before allocating the pool + - swiotlb: reduce the number of areas to match actual memory pool size + - drm/panel: simple: Add Powertip PH800480T013 drm_display_mode flags + - ice: Fix max_rate check while configuring TX rate limits + - igc: Remove delay during TX ring configuration + - net/mlx5e: fix double free in mlx5e_destroy_flow_table + - net/mlx5e: fix memory leak in mlx5e_fs_tt_redirect_any_create + - net/mlx5e: fix memory leak in mlx5e_ptp_open + - net/mlx5e: Check for NOT_READY flag state after locking + - igc: set TP bit in 'supported' and 'advertising' fields of + ethtool_link_ksettings + - igc: Handle PPS start time programming for past time values + - blk-crypto: use dynamic lock class for blk_crypto_profile::lock + - scsi: qla2xxx: Fix error code in qla2x00_start_sp() + - scsi: ufs: ufs-mediatek: Add dependency for RESET_CONTROLLER + - bpf: Fix max stack depth check for async callbacks + - net: mvneta: fix txq_map in case of txq_number==1 + - gve: Set default duplex configuration to full + - octeontx2-af: Promisc enable/disable through mbox + - octeontx2-af: Move validation of ptp pointer before its usage + - ionic: remove WARN_ON to prevent panic_on_warn + - net: bgmac: postpone turning IRQs off to avoid SoC hangs + - net: prevent skb corruption on frag list segmentation + - icmp6: Fix null-ptr-deref of ip6_null_entry->rt6i_idev in icmp6_dev(). + - udp6: fix udp6_ehashfn() typo + - ntb: idt: Fix error handling in idt_pci_driver_init() + - NTB: amd: Fix error handling in amd_ntb_pci_driver_init() + - ntb: intel: Fix error handling in intel_ntb_pci_driver_init() + - NTB: ntb_transport: fix possible memory leak while device_register() fails + - NTB: ntb_tool: Add check for devm_kcalloc + - ipv6/addrconf: fix a potential refcount underflow for idev + - net: dsa: qca8k: Add check for skb_copy + - platform/x86: wmi: Break possible infinite loop when parsing GUID + - kernel/trace: Fix cleanup logic of enable_trace_eprobe + - igc: Fix launchtime before start of cycle + - igc: Fix inserting of empty frame for launchtime + - nvme: fix the NVME_ID_NS_NVM_STS_MASK definition + - riscv, bpf: Fix inconsistent JIT image generation + - drm/i915: Don't preserve dpll_hw_state for slave crtc in Bigjoiner + - drm/i915: Fix one wrong caching mode enum usage + - octeontx2-pf: Add additional check for MCAM rules + - erofs: avoid useless loops in z_erofs_pcluster_readmore() when reading + beyond EOF + - erofs: avoid infinite loop in z_erofs_do_read_page() when reading beyond EOF + - erofs: fix fsdax unavailability for chunk-based regular files + - wifi: airo: avoid uninitialized warning in airo_get_rate() + - bpf: cpumap: Fix memory leak in cpu_map_update_elem + - net/sched: flower: Ensure both minimum and maximum ports are specified + - riscv: mm: fix truncation warning on RV32 + - netdevsim: fix uninitialized data in nsim_dev_trap_fa_cookie_write() + - net/sched: make psched_mtu() RTNL-less safe + - wifi: rtw89: debug: fix error code in rtw89_debug_priv_send_h2c_set() + - nvme-pci: fix DMA direction of unmapping integrity data + - cifs: fix session state check in smb2_find_smb_ses + - drm/client: Send hotplug event after registering a client + - drm/amdgpu/sdma4: set align mask to 255 + - drm/amd/pm: revise the ASPM settings for thunderbolt attached scenario + - drm/amd/pm: add abnormal fan detection for smu 13.0.0 + - f2fs: fix deadlock in i_xattr_sem and inode page lock + - pinctrl: amd: Add Z-state wake control bits + - pinctrl: amd: Adjust debugfs output + - pinctrl: amd: Add fields for interrupt status and wake status + - pinctrl: amd: Detect internal GPIO0 debounce handling + - pinctrl: amd: Fix mistake in handling clearing pins at startup + - pinctrl: amd: Detect and mask spurious interrupts + - pinctrl: amd: Revert "pinctrl: amd: disable and mask interrupts on probe" + - pinctrl: amd: Only use special debounce behavior for GPIO 0 + - pinctrl: amd: Use amd_pinconf_set() for all config options + - pinctrl: amd: Drop pull up select configuration + - pinctrl: amd: Unify debounce handling into amd_pinconf_set() + - tpm: Do not remap from ACPI resources again for Pluton TPM + - tpm: tpm_vtpm_proxy: fix a race condition in /dev/vtpmx creation + - tpm: tis_i2c: Limit read bursts to I2C_SMBUS_BLOCK_MAX (32) bytes + - tpm: tis_i2c: Limit write bursts to I2C_SMBUS_BLOCK_MAX (32) bytes + - tpm: return false from tpm_amd_is_rng_defective on non-x86 platforms + - mtd: rawnand: meson: fix unaligned DMA buffers handling + - net: bcmgenet: Ensure MDIO unregistration has clocks enabled + - net: phy: dp83td510: fix kernel stall during netboot in DP83TD510E PHY + driver + - kasan: add kasan_tag_mismatch prototype + - tracing/user_events: Fix incorrect return value for writing operation when + events are disabled + - powerpc: Fail build if using recordmcount with binutils v2.37 + - misc: fastrpc: Create fastrpc scalar with correct buffer count + - powerpc/security: Fix Speculation_Store_Bypass reporting on Power10 + - powerpc/64s: Fix native_hpte_remove() to be irq-safe + - MIPS: Loongson: Fix cpu_probe_loongson() again + - MIPS: KVM: Fix NULL pointer dereference + - ext4: Fix reusing stale buffer heads from last failed mounting + - ext4: fix wrong unit use in ext4_mb_clear_bb + - ext4: get block from bh in ext4_free_blocks for fast commit replay + - ext4: fix wrong unit use in ext4_mb_new_blocks + - ext4: fix to check return value of freeze_bdev() in ext4_shutdown() + - ext4: turn quotas off if mount failed after enabling quotas + - ext4: only update i_reserved_data_blocks on successful block allocation + - fs: dlm: revert check required context while close + - soc: qcom: mdt_loader: Fix unconditional call to scm_pas_mem_setup + - ext2/dax: Fix ext2_setsize when len is page aligned + - jfs: jfs_dmap: Validate db_l2nbperpage while mounting + - hwrng: imx-rngc - fix the timeout for init and self check + - dm integrity: reduce vmalloc space footprint on 32-bit architectures + - scsi: mpi3mr: Propagate sense data for admin queue SCSI I/O + - s390/zcrypt: do not retry administrative requests + - PCI/PM: Avoid putting EloPOS E2/S2/H2 PCIe Ports in D3cold + - PCI: Release resource invalidated by coalescing + - PCI: Add function 1 DMA alias quirk for Marvell 88SE9235 + - PCI: qcom: Disable write access to read only registers for IP v2.3.3 + - PCI: epf-test: Fix DMA transfer completion initialization + - PCI: epf-test: Fix DMA transfer completion detection + - PCI: rockchip: Assert PCI Configuration Enable bit after probe + - PCI: rockchip: Write PCI Device ID to correct register + - PCI: rockchip: Add poll and timeout to wait for PHY PLLs to be locked + - PCI: rockchip: Fix legacy IRQ generation for RK3399 PCIe endpoint core + - PCI: rockchip: Use u32 variable to access 32-bit registers + - PCI: rockchip: Set address alignment for endpoint mode + - misc: pci_endpoint_test: Free IRQs before removing the device + - misc: pci_endpoint_test: Re-init completion for every test + - mfd: pm8008: Fix module autoloading + - md/raid0: add discard support for the 'original' layout + - fs: dlm: return positive pid value for F_GETLK + - fs: dlm: fix cleanup pending ops when interrupted + - fs: dlm: interrupt posix locks only when process is killed + - fs: dlm: make F_SETLK use unkillable wait_event + - fs: dlm: fix mismatch of plock results from userspace + - scsi: lpfc: Fix double free in lpfc_cmpl_els_logo_acc() caused by + lpfc_nlp_not_used() + - drm/atomic: Allow vblank-enabled + self-refresh "disable" + - drm/rockchip: vop: Leave vblank enabled in self-refresh + - drm/amd/display: fix seamless odm transitions + - drm/amd/display: Remove Phantom Pipe Check When Calculating K1 and K2 + - drm/amd/display: disable seamless boot if force_odm_combine is enabled + - drm/amdgpu: fix clearing mappings for BOs that are always valid in VM + - drm/amd: Disable PSR-SU on Parade 0803 TCON + - drm/amd/display: add a NULL pointer check + - drm/amd/display: Correct `DMUB_FW_VERSION` macro + - drm/amd/display: Add monitor specific edid quirk + - drm/amdgpu: avoid restore process run into dead loop. + - drm/ttm: Don't leak a resource on swapout move error + - serial: atmel: don't enable IRQs prematurely + - tty: serial: samsung_tty: Fix a memory leak in s3c24xx_serial_getclk() in + case of error + - tty: serial: samsung_tty: Fix a memory leak in s3c24xx_serial_getclk() when + iterating clk + - tty: serial: imx: fix rs485 rx after tx + - firmware: stratix10-svc: Fix a potential resource leak in + svc_create_memory_pool() + - libceph: harden msgr2.1 frame segment length checks + - ceph: add a dedicated private data for netfs rreq + - ceph: fix blindly expanding the readahead windows + - ceph: don't let check_caps skip sending responses for revoke msgs + - xhci: Fix resume issue of some ZHAOXIN hosts + - xhci: Fix TRB prefetch issue of ZHAOXIN hosts + - xhci: Show ZHAOXIN xHCI root hub speed correctly + - meson saradc: fix clock divider mask length + - opp: Fix use-after-free in lazy_opp_tables after probe deferral + - soundwire: qcom: fix storing port config out-of-bounds + - Revert "8250: add support for ASIX devices with a FIFO bug" + - bus: ixp4xx: fix IXP4XX_EXP_T1_MASK + - s390/decompressor: fix misaligned symbol build error + - dm: verity-loadpin: Add NULL pointer check for 'bdev' parameter + - tracing/histograms: Add histograms to hist_vars if they have referenced + variables + - tracing: Fix memory leak of iter->temp when reading trace_pipe + - nvme: don't reject probe due to duplicate IDs for single-ported PCIe devices + - samples: ftrace: Save required argument registers in sample trampolines + - perf: RISC-V: Remove PERF_HES_STOPPED flag checking in riscv_pmu_start() + - regmap-irq: Fix out-of-bounds access when allocating config buffers + - net: ena: fix shift-out-of-bounds in exponential backoff + - ring-buffer: Fix deadloop issue on reading trace_pipe + - ftrace: Fix possible warning on checking all pages used in + ftrace_process_locs() + - cifs: if deferred close is disabled then close files immediately + - xtensa: ISS: fix call to split_if_spec + - perf/x86: Fix lockdep warning in for_each_sibling_event() on SPR + - PM: QoS: Restore support for default value on frequency QoS + - pwm: meson: modify and simplify calculation in meson_pwm_get_state + - pwm: meson: fix handling of period/duty if greater than UINT_MAX + - fprobe: Release rethook after the ftrace_ops is unregistered + - fprobe: Ensure running fprobe_exit_handler() finished before calling + rethook_free() + - tracing: Fix null pointer dereference in tracing_err_log_open() + - selftests: mptcp: connect: fail if nft supposed to work + - selftests: mptcp: sockopt: return error if wrong mark + - selftests: mptcp: userspace_pm: use correct server port + - selftests: mptcp: userspace_pm: report errors with 'remove' tests + - selftests: mptcp: depend on SYN_COOKIES + - selftests: mptcp: pm_nl_ctl: fix 32-bit support + - tracing/probes: Fix not to count error code to total length + - tracing/probes: Fix to update dynamic data counter if fetcharg uses it + - tracing/user_events: Fix struct arg size match check + - scsi: qla2xxx: Multi-que support for TMF + - scsi: qla2xxx: Fix task management cmd failure + - scsi: qla2xxx: Fix task management cmd fail due to unavailable resource + - scsi: qla2xxx: Fix hang in task management + - scsi: qla2xxx: Wait for io return on terminate rport + - scsi: qla2xxx: Fix mem access after free + - scsi: qla2xxx: Array index may go out of bound + - scsi: qla2xxx: Avoid fcport pointer dereference + - scsi: qla2xxx: Fix potential NULL pointer dereference + - scsi: qla2xxx: Check valid rport returned by fc_bsg_to_rport() + - scsi: qla2xxx: Correct the index of array + - scsi: qla2xxx: Pointer may be dereferenced + - scsi: qla2xxx: Remove unused nvme_ls_waitq wait queue + - scsi: qla2xxx: Fix end of loop test + - MIPS: kvm: Fix build error with KVM_MIPS_DEBUG_COP0_COUNTERS enabled + - Revert "drm/amd: Disable PSR-SU on Parade 0803 TCON" + - net/sched: sch_qfq: reintroduce lmax bound check for MTU + - drm/atomic: Fix potential use-after-free in nonblocking commits + - net/ncsi: make one oem_gma function for all mfr id + - net/ncsi: change from ndo_set_mac_address to dev_set_mac_address + - HID: input: fix mapping for camera access keys + - xen/virtio: Fix NULL deref when a bridge of PCI root bus has no parent + - netfilter: conntrack: don't fold port numbers into addresses before hashing + - net/mlx5: Query hca_cap_2 only when supported + - udp6: add a missing call into udp_fail_queue_rcv_skb tracepoint + - HID: hyperv: avoid struct memcpy overrun warning + - igc: Rename qbv_enable to taprio_offload_enable + - igc: No strict mode in pure launchtime/CBS offload + - net: fec: increase the size of tx ring and update tx_wake_threshold + - drm/nouveau/disp: fix HDMI on gt215+ + - drm/nouveau/disp/g94: enable HDMI + - drm/nouveau: bring back blit subchannel for pre nv50 GPUs + - net: txgbe: fix eeprom calculation error + - kasan, slub: fix HW_TAGS zeroing with slub_debug + - drm/amd/display: perform a bounds check before filling dirty rectangles + - fs: dlm: clear pending bit when queue was empty + - fs: dlm: fix missing pending to false + - tty: fix hang on tty device with no_room set + - nfp: clean mc addresses in application firmware when closing port + - mptcp: do not rely on implicit state check in mptcp_listen() + - mptcp: ensure subflow is unhashed before cleaning the backlog + - selftests: mptcp: sockopt: use 'iptables-legacy' if available + - smb: client: Fix -Wstringop-overflow issues + - tracing/probes: Fix to avoid double count of the string length on the array + - Upstream stable to v6.1.40, v6.4.5 + * Nouveau driver crash - Ubuntu 22.04.3 LTS stuck on power-off/reboot screen + (LP: #2031352) // Lunar update: upstream stable patchset 2023-09-14 + (LP: #2036075) + - drm/nouveau/acr: Abort loading ACR if no firmware was found + * Lunar update: upstream stable patchset 2023-09-05 (LP: #2034469) + - drm: use mgr->dev in drm_dbg_kms in drm_dp_add_payload_part2 + - fs: pipe: reveal missing function protoypes + - block: Fix the type of the second bdev_op_is_zoned_write() argument + - erofs: avoid tagged pointers to mark sync decompression + - erofs: remove tagged pointer helpers + - erofs: move zdata.h into zdata.c + - erofs: kill hooked chains to avoid loops on deduplicated compressed images + - x86/resctrl: Only show tasks' pid in current pid namespace + - blk-iocost: use spin_lock_irqsave in adjust_inuse_and_calc_cost + - x86/sev: Fix calculation of end address based on number of pages + - virt: sevguest: Add CONFIG_CRYPTO dependency + - blk-mq: fix potential io hang by wrong 'wake_batch' + - lockd: drop inappropriate svc_get() from locked_get() + - nvme-core: fix memory leak in dhchap_secret_store + - nvme-core: fix memory leak in dhchap_ctrl_secret + - nvme-core: add missing fault-injection cleanup + - nvme-core: fix dev_pm_qos memleak + - md/raid10: check slab-out-of-bounds in md_bitmap_get_counter + - md/raid10: fix overflow of md/safe_mode_delay + - md/raid10: fix wrong setting of max_corr_read_errors + - md/raid10: fix null-ptr-deref of mreplace in raid10_sync_request + - md/raid10: fix io loss while replacement replace rdev + - md/raid1-10: factor out a helper to add bio to plug + - md/raid1-10: factor out a helper to submit normal write + - md/raid1-10: submit write io directly if bitmap is not enabled + - block: fix blktrace debugfs entries leakage + - irqchip/stm32-exti: Fix warning on initialized field overwritten + - irqchip/jcore-aic: Fix missing allocation of IRQ descriptors + - svcrdma: Prevent page release when nothing was received + - erofs: simplify iloc() + - erofs: fix compact 4B support for 16k block size + - posix-timers: Prevent RT livelock in itimer_delete() + - tick/rcu: Fix bogus ratelimit condition + - tracing/timer: Add missing hrtimer modes to decode_hrtimer_mode(). + - clocksource/drivers/cadence-ttc: Fix memory leak in ttc_timer_probe + - PM: domains: fix integer overflow issues in genpd_parse_state() + - perf/arm-cmn: Fix DTC reset + - x86/mm: Allow guest.enc_status_change_prepare() to fail + - x86/tdx: Fix race between set_memory_encrypted() and + load_unaligned_zeropad() + - drivers/perf: hisi: Don't migrate perf to the CPU going to teardown + - powercap: RAPL: Fix CONFIG_IOSF_MBI dependency + - PM: domains: Move the verification of in-params from genpd_add_device() + - ARM: 9303/1: kprobes: avoid missing-declaration warnings + - cpufreq: intel_pstate: Fix energy_performance_preference for passive + - thermal/drivers/sun8i: Fix some error handling paths in sun8i_ths_probe() + - rcu: Make rcu_cpu_starting() rely on interrupts being disabled + - rcu-tasks: Stop rcu_tasks_invoke_cbs() from using never-onlined CPUs + - rcutorture: Correct name of use_softirq module parameter + - rcuscale: Move shutdown from wait_event() to wait_event_idle() + - rcu/rcuscale: Move rcu_scale_*() after kfree_scale_cleanup() + - rcu/rcuscale: Stop kfree_scale_thread thread(s) after unloading rcuscale + - kselftest: vDSO: Fix accumulation of uninitialized ret when CLOCK_REALTIME + is undefined + - perf/ibs: Fix interface via core pmu events + - x86/mm: Fix __swp_entry_to_pte() for Xen PV guests + - locking/atomic: arm: fix sync ops + - evm: Complete description of evm_inode_setattr() + - evm: Fix build warnings + - ima: Fix build warnings + - pstore/ram: Add check for kstrdup + - igc: Enable and fix RX hash usage by netstack + - wifi: ath9k: fix AR9003 mac hardware hang check register offset calculation + - wifi: ath9k: avoid referencing uninit memory in ath9k_wmi_ctrl_rx + - libbpf: btf_dump_type_data_check_overflow needs to consider + BTF_MEMBER_BITFIELD_SIZE + - samples/bpf: Fix buffer overflow in tcp_basertt + - spi: spi-geni-qcom: Correct CS_TOGGLE bit in SPI_TRANS_CFG + - wifi: wilc1000: fix for absent RSN capabilities WFA testcase + - wifi: mwifiex: Fix the size of a memory allocation in + mwifiex_ret_802_11_scan() + - sctp: add bpf_bypass_getsockopt proto callback + - libbpf: fix offsetof() and container_of() to work with CO-RE + - bpf: Don't EFAULT for {g,s}setsockopt with wrong optlen + - spi: dw: Round of n_bytes to power of 2 + - nfc: llcp: fix possible use of uninitialized variable in + nfc_llcp_send_connect() + - bpftool: JIT limited misreported as negative value on aarch64 + - bpf: Remove bpf trampoline selector + - bpf: Fix memleak due to fentry attach failure + - selftests/bpf: Do not use sign-file as testcase + - regulator: core: Fix more error checking for debugfs_create_dir() + - regulator: core: Streamline debugfs operations + - wifi: orinoco: Fix an error handling path in spectrum_cs_probe() + - wifi: orinoco: Fix an error handling path in orinoco_cs_probe() + - wifi: atmel: Fix an error handling path in atmel_probe() + - wifi: wl3501_cs: Fix an error handling path in wl3501_probe() + - wifi: ray_cs: Fix an error handling path in ray_probe() + - wifi: ath9k: don't allow to overwrite ENDPOINT0 attributes + - samples/bpf: xdp1 and xdp2 reduce XDPBUFSIZE to 60 + - wifi: ath10k: Trigger STA disconnect after reconfig complete on hardware + restart + - wifi: mac80211: recalc min chandef for new STA links + - selftests/bpf: Fix check_mtu using wrong variable type + - wifi: rsi: Do not configure WoWlan in shutdown hook if not enabled + - wifi: rsi: Do not set MMC_PM_KEEP_POWER in shutdown + - ice: handle extts in the miscellaneous interrupt thread + - selftests: cgroup: fix unexpected failure on test_memcg_low + - watchdog/perf: define dummy watchdog_update_hrtimer_threshold() on correct + config + - watchdog/perf: more properly prevent false positives with turbo modes + - kexec: fix a memory leak in crash_shrink_memory() + - mmc: mediatek: Avoid ugly error message when SDIO wakeup IRQ isn't used + - memstick r592: make memstick_debug_get_tpc_name() static + - wifi: ath9k: Fix possible stall on ath9k_txq_list_has_key() + - wifi: mac80211: Fix permissions for valid_links debugfs entry + - rtnetlink: extend RTEXT_FILTER_SKIP_STATS to IFLA_VF_INFO + - wifi: ath11k: Add missing check for ioremap + - wifi: iwlwifi: pull from TXQs with softirqs disabled + - wifi: iwlwifi: pcie: fix NULL pointer dereference in + iwl_pcie_irq_rx_msix_handler() + - wifi: mac80211: Remove "Missing iftype sband data/EHT cap" spam + - wifi: cfg80211: rewrite merging of inherited elements + - wifi: cfg80211: drop incorrect nontransmitted BSS update code + - wifi: cfg80211: fix regulatory disconnect with OCB/NAN + - wifi: ieee80211: Fix the common size calculation for reconfiguration ML + - mmc: Add MMC_QUIRK_BROKEN_SD_CACHE for Kingston Canvas Go Plus from 11/2019 + - wifi: iwlwifi: mvm: indicate HW decrypt for beacon protection + - wifi: ath9k: convert msecs to jiffies where needed + - bpf: Factor out socket lookup functions for the TC hookpoint. + - bpf: Call __bpf_sk_lookup()/__bpf_skc_lookup() directly via TC hookpoint + - bpf: Fix bpf socket lookup from tc/xdp to respect socket VRF bindings + - can: length: fix bitstuffing count + - can: kvaser_pciefd: Add function to set skb hwtstamps + - can: kvaser_pciefd: Set hardware timestamp on transmitted packets + - net: stmmac: fix double serdes powerdown + - netlink: fix potential deadlock in netlink_set_err() + - netlink: do not hard code device address lenth in fdb dumps + - bonding: do not assume skb mac_header is set + - selftests: rtnetlink: remove netdevsim device after ipsec offload test + - gtp: Fix use-after-free in __gtp_encap_destroy(). + - net: axienet: Move reset before 64-bit DMA detection + - ocfs2: Fix use of slab data with sendpage + - sfc: fix crash when reading stats while NIC is resetting + - lib/ts_bm: reset initial match offset for every block of text + - netfilter: conntrack: dccp: copy entire header to stack buffer, not just + basic one + - netfilter: nf_conntrack_sip: fix the ct_sip_parse_numerical_param() return + value. + - ipvlan: Fix return value of ipvlan_queue_xmit() + - netlink: Add __sock_i_ino() for __netlink_diag_dump(). + - drm/amd/display: Add logging for display MALL refresh setting + - radeon: avoid double free in ci_dpm_init() + - drm/amd/display: Explicitly specify update type per plane info change + - drm/bridge: it6505: Move a variable assignment behind a null pointer check + in receive_timing_debugfs_show() + - Input: drv260x - sleep between polling GO bit + - drm/bridge: ti-sn65dsi83: Fix enable error path + - drm/bridge: tc358768: always enable HS video mode + - drm/bridge: tc358768: fix PLL parameters computation + - drm/bridge: tc358768: fix PLL target frequency + - drm/bridge: tc358768: fix TCLK_ZEROCNT computation + - drm/bridge: tc358768: Add atomic_get_input_bus_fmts() implementation + - drm/bridge: tc358768: fix TCLK_TRAILCNT computation + - drm/bridge: tc358768: fix THS_ZEROCNT computation + - drm/bridge: tc358768: fix TXTAGOCNT computation + - drm/bridge: tc358768: fix THS_TRAILCNT computation + - drm/vram-helper: fix function names in vram helper doc + - ARM: dts: BCM5301X: Drop "clock-names" from the SPI node + - ARM: dts: meson8b: correct uart_B and uart_C clock references + - mm: call arch_swap_restore() from do_swap_page() + - clk: vc5: Use `clamp()` to restrict PLL range + - bootmem: remove the vmemmap pages from kmemleak in free_bootmem_page + - clk: vc5: Fix .driver_data content in i2c_device_id + - clk: vc7: Fix .driver_data content in i2c_device_id + - clk: rs9: Fix .driver_data content in i2c_device_id + - Input: adxl34x - do not hardcode interrupt trigger type + - drm: sun4i_tcon: use devm_clk_get_enabled in `sun4i_tcon_init_clocks` + - drm/panel: sharp-ls043t1le01: adjust mode settings + - driver: soc: xilinx: use _safe loop iterator to avoid a use after free + - ASoC: Intel: sof_sdw: remove SOF_SDW_TGL_HDMI for MeteorLake devices + - drm/vkms: isolate pixel conversion functionality + - drm: Add fixed-point helper to get rounded integer values + - drm/vkms: Fix RGB565 pixel conversion + - ARM: dts: stm32: Move ethernet MAC EEPROM from SoM to carrier boards + - bus: ti-sysc: Fix dispc quirk masking bool variables + - arm64: dts: microchip: sparx5: do not use PSCI on reference boards + - drm/bridge: tc358767: Switch to devm MIPI-DSI helpers + - clk: imx: scu: use _safe list iterator to avoid a use after free + - hwmon: (f71882fg) prevent possible division by zero + - RDMA/bnxt_re: Disable/kill tasklet only if it is enabled + - RDMA/bnxt_re: Fix to remove unnecessary return labels + - RDMA/bnxt_re: Use unique names while registering interrupts + - RDMA/bnxt_re: Remove a redundant check inside bnxt_re_update_gid + - RDMA/bnxt_re: Fix to remove an unnecessary log + - drm/msm/dsi: don't allow enabling 14nm VCO with unprogrammed rate + - drm/msm/disp/dpu: get timing engine status from intf status register + - drm/msm/dpu: Set DPU_DATA_HCTL_EN for in INTF_SC7180_MASK + - iommu/virtio: Detach domain on endpoint release + - iommu/virtio: Return size mapped for a detached domain + - clk: renesas: rzg2l: Fix CPG_SIPLL5_CLK1 register write + - ARM: dts: gta04: Move model property out of pinctrl node + - drm/bridge: anx7625: Convert to i2c's .probe_new() + - drm/bridge: anx7625: Prevent endless probe loop + - ARM: dts: qcom: msm8974: do not use underscore in node name (again) + - arm64: dts: qcom: msm8916: correct camss unit address + - arm64: dts: qcom: msm8916: correct MMC unit address + - arm64: dts: qcom: msm8994: correct SPMI unit address + - arm64: dts: qcom: msm8996: correct camss unit address + - arm64: dts: qcom: sdm630: correct camss unit address + - arm64: dts: qcom: sdm845: correct camss unit address + - arm64: dts: qcom: sm8350: correct DMA controller unit address + - arm64: dts: qcom: sdm845-polaris: add missing touchscreen child node reg + - arm64: dts: qcom: apq8016-sbc: Fix regulator constraints + - arm64: dts: qcom: apq8016-sbc: Fix 1.8V power rail on LS expansion + - drm/bridge: Introduce pre_enable_prev_first to alter bridge init order + - drm/bridge: ti-sn65dsi83: Fix enable/disable flow to meet spec + - drm/panel: simple: fix active size for Ampire AM-480272H3TMQW-T01H + - ARM: ep93xx: fix missing-prototype warnings + - ARM: omap2: fix missing tick_broadcast() prototype + - arm64: dts: qcom: pm7250b: add missing spmi-vadc include + - arm64: dts: qcom: apq8096: fix fixed regulator name property + - arm64: dts: mediatek: mt8183: Add mediatek,broken-save-restore-fw to kukui + - ARM: dts: stm32: Shorten the AV96 HDMI sound card name + - memory: brcmstb_dpfe: fix testing array offset after use + - ARM: dts: qcom: apq8074-dragonboard: Set DMA as remotely controlled + - ASoC: es8316: Increment max value for ALC Capture Target Volume control + - ASoC: es8316: Do not set rate constraints for unsupported MCLKs + - ARM: dts: meson8: correct uart_B and uart_C clock references + - soc/fsl/qe: fix usb.c build errors + - RDMA/irdma: avoid fortify-string warning in irdma_clr_wqes + - IB/hfi1: Fix wrong mmu_node used for user SDMA packet after invalidate + - RDMA/hns: Fix hns_roce_table_get return value + - ARM: dts: iwg20d-q7-common: Fix backlight pwm specifier + - arm64: dts: renesas: ulcb-kf: Remove flow control for SCIF1 + - drm/msm/dpu: set DSC flush bit correctly at MDP CTL flush register + - fbdev: omapfb: lcd_mipid: Fix an error handling path in mipid_spi_probe() + - arm64: dts: ti: k3-j7200: Fix physical address of pin + - Input: pm8941-powerkey - fix debounce on gen2+ PMICs + - ARM: dts: stm32: Fix audio routing on STM32MP15xx DHCOM PDK2 + - ARM: dts: stm32: fix i2s endpoint format property for stm32mp15xx-dkx + - hwmon: (gsc-hwmon) fix fan pwm temperature scaling + - hwmon: (pmbus/adm1275) Fix problems with temperature monitoring on ADM1272 + - ARM: dts: BCM5301X: fix duplex-full => full-duplex + - clk: Export clk_hw_forward_rate_request() + - drm/amd/display: Fix a test CalculatePrefetchSchedule() + - drm/amd/display: Fix a test dml32_rq_dlg_get_rq_reg() + - drm/amdkfd: Fix potential deallocation of previously deallocated memory. + - soc: mediatek: SVS: Fix MT8192 GPU node name + - drm/amd/display: Fix artifacting on eDP panels when engaging freesync video + mode + - drm/radeon: fix possible division-by-zero errors + - HID: uclogic: Modular KUnit tests should not depend on KUNIT=y + - RDMA/rxe: Fix access checks in rxe_check_bind_mw + - amdgpu: validate offset_in_bo of drm_amdgpu_gem_va + - drm/msm/a5xx: really check for A510 in a5xx_gpu_init + - RDMA/bnxt_re: wraparound mbox producer index + - RDMA/bnxt_re: Avoid calling wake_up threads from spin_lock context + - clk: imx: clk-imxrt1050: fix memory leak in imxrt1050_clocks_probe + - clk: imx: clk-imx8mn: fix memory leak in imx8mn_clocks_probe + - clk: imx93: fix memory leak and missing unwind goto in imx93_clocks_probe + - clk: imx: clk-imx8mp: improve error handling in imx8mp_clocks_probe() + - arm64: dts: qcom: sdm845: Flush RSC sleep & wake votes + - arm64: dts: qcom: sm8250-edo: Panel framebuffer is 2.5k instead of 4k + - clk: bcm: rpi: Fix off by one in raspberrypi_discover_clocks() + - clk: clocking-wizard: Fix Oops in clk_wzrd_register_divider() + - clk: tegra: tegra124-emc: Fix potential memory leak + - ALSA: ac97: Fix possible NULL dereference in snd_ac97_mixer + - drm/msm/dpu: do not enable color-management if DSPPs are not available + - drm/msm/dpu: Fix slice_last_group_size calculation + - drm/msm/dsi: Use DSC slice(s) packet size to compute word count + - drm/msm/dsi: Flip greater-than check for slice_count and slice_per_intf + - drm/msm/dsi: Remove incorrect references to slice_count + - drm/msm/dp: Free resources after unregistering them + - arm64: dts: mediatek: Add cpufreq nodes for MT8192 + - arm64: dts: mediatek: mt8192: Fix CPUs capacity-dmips-mhz + - drm/amdgpu: Fix memcpy() in sienna_cichlid_append_powerplay_table function. + - drm/amdgpu: Fix usage of UMC fill record in RAS + - drm/msm/dpu: correct MERGE_3D length + - clk: vc5: check memory returned by kasprintf() + - clk: cdce925: check return value of kasprintf() + - clk: si5341: return error if one synth clock registration fails + - clk: si5341: check return value of {devm_}kasprintf() + - clk: si5341: free unused memory on probe failure + - clk: keystone: sci-clk: check return value of kasprintf() + - clk: ti: clkctrl: check return value of kasprintf() + - drivers: meson: secure-pwrc: always enable DMA domain + - ovl: update of dentry revalidate flags after copy up + - ASoC: imx-audmix: check return value of devm_kasprintf() + - clk: Fix memory leak in devm_clk_notifier_register() + - ARM: dts: lan966x: kontron-d10: fix board reset + - ARM: dts: lan966x: kontron-d10: fix SPI CS + - ASoC: amd: acp: clear pdm dma interrupt mask + - PCI: cadence: Fix Gen2 Link Retraining process + - PCI: vmd: Reset VMD config register between soft reboots + - scsi: qedf: Fix NULL dereference in error handling + - pinctrl: bcm2835: Handle gpiochip_add_pin_range() errors + - platform/x86: lenovo-yogabook: Fix work race on remove() + - platform/x86: lenovo-yogabook: Reprobe devices on remove() + - platform/x86: lenovo-yogabook: Set default keyboard backligh brightness on + probe() + - PCI/ASPM: Disable ASPM on MFD function removal to avoid use-after-free + - scsi: 3w-xxxx: Add error handling for initialization failure in tw_probe() + - PCI: pciehp: Cancel bringup sequence if card is not present + - PCI: ftpci100: Release the clock resources + - pinctrl: sunplus: Add check for kmalloc + - PCI: Add pci_clear_master() stub for non-CONFIG_PCI + - scsi: lpfc: Revise NPIV ELS unsol rcv cmpl logic to drop ndlp based on + nlp_state + - perf bench: Add missing setlocale() call to allow usage of %'d style + formatting + - pinctrl: cherryview: Return correct value if pin in push-pull mode + - platform/x86: think-lmi: mutex protection around multiple WMI calls + - platform/x86: think-lmi: Correct System password interface + - platform/x86: think-lmi: Correct NVME password handling + - pinctrl:sunplus: Add check for kmalloc + - pinctrl: npcm7xx: Add missing check for ioremap + - kcsan: Don't expect 64 bits atomic builtins from 32 bits architectures + - powerpc/interrupt: Don't read MSR from interrupt_exit_kernel_prepare() + - powerpc/signal32: Force inlining of __unsafe_save_user_regs() and + save_tm_user_regs_unsafe() + - perf script: Fix allocation of evsel->priv related to per-event dump files + - platform/x86: thinkpad_acpi: Fix lkp-tests warnings for platform profiles + - perf dwarf-aux: Fix off-by-one in die_get_varname() + - platform/x86/dell/dell-rbtn: Fix resources leaking on error path + - perf tool x86: Consolidate is_amd check into single function + - perf tool x86: Fix perf_env memory leak + - powerpc/64s: Fix VAS mm use after free + - pinctrl: microchip-sgpio: check return value of devm_kasprintf() + - pinctrl: at91-pio4: check return value of devm_kasprintf() + - powerpc/powernv/sriov: perform null check on iov before dereferencing iov + - powerpc: update ppc_save_regs to save current r1 in pt_regs + - PCI: qcom: Remove PCIE20_ prefix from register definitions + - PCI: qcom: Sort and group registers and bitfield definitions + - PCI: qcom: Use lower case for hex + - PCI: qcom: Use DWC helpers for modifying the read-only DBI registers + - PCI: qcom: Disable write access to read only registers for IP v2.9.0 + - riscv: uprobes: Restore thread.bad_cause + - powerpc/book3s64/mm: Fix DirectMap stats in /proc/meminfo + - powerpc/mm/dax: Fix the condition when checking if altmap vmemap can cross- + boundary + - PCI: endpoint: Fix a Kconfig prompt of vNTB driver + - PCI: endpoint: functions/pci-epf-test: Fix dma_chan direction + - PCI: vmd: Fix uninitialized variable usage in vmd_enable_domain() + - vfio/mdev: Move the compat_class initialization to module init + - hwrng: virtio - Fix race on data_avail and actual data + - modpost: remove broken calculation of exception_table_entry size + - crypto: nx - fix build warnings when DEBUG_FS is not enabled + - modpost: fix section mismatch message for R_ARM_ABS32 + - modpost: fix section mismatch message for R_ARM_{PC24,CALL,JUMP24} + - crypto: marvell/cesa - Fix type mismatch warning + - crypto: jitter - correct health test during initialization + - modpost: fix off by one in is_executable_section() + - ARC: define ASM_NL and __ALIGN(_STR) outside #ifdef __ASSEMBLY__ guard + - crypto: qat - unmap buffer before free for DH + - crypto: qat - unmap buffers before free for RSA + - NFSv4.2: fix wrong shrinker_id + - NFSv4.1: freeze the session table upon receiving NFS4ERR_BADSESSION + - SMB3: Do not send lease break acknowledgment if all file handles have been + closed + - dax: Fix dax_mapping_release() use after free + - dax: Introduce alloc_dev_dax_id() + - dax/kmem: Pass valid argument to memory_group_register_static + - hwrng: st - keep clock enabled while hwrng is registered + - kbuild: Disable GCOV for *.mod.o + - efi/libstub: Disable PCI DMA before grabbing the EFI memory map + - cifs: prevent use-after-free by freeing the cfile later + - cifs: do all necessary checks for credits within or before locking + - smb: client: fix broken file attrs with nodfs mounts + - ksmbd: avoid field overflow warning + - arm64: sme: Use STR P to clear FFR context field in streaming SVE mode + - x86/efi: Make efi_set_virtual_address_map IBT safe + - md/raid1-10: fix casting from randomized structure in raid1_submit_write() + - USB: serial: option: add LARA-R6 01B PIDs + - usb: dwc3: gadget: Propagate core init errors to UDC during pullup + - phy: tegra: xusb: Clear the driver reference in usb-phy dev + - iio: adc: ad7192: Fix null ad7192_state pointer access + - iio: adc: ad7192: Fix internal/external clock selection + - iio: accel: fxls8962af: errata bug only applicable for FXLS8962AF + - iio: accel: fxls8962af: fixup buffer scan element type + - mm/mmap: Fix VM_LOCKED check in do_vmi_align_munmap() + - ALSA: hda/realtek: Enable mute/micmute LEDs and limit mic boost on EliteBook + - ALSA: hda/realtek: Add quirk for Clevo NPx0SNx + - ALSA: jack: Fix mutex call in snd_jack_report() + - ALSA: pcm: Fix potential data race at PCM memory allocation helpers + - block: fix signed int overflow in Amiga partition support + - block: add overflow checks for Amiga partition support + - block: change all __u32 annotations to __be32 in affs_hardblocks.h + - block: increment diskseq on all media change events + - btrfs: fix race when deleting free space root from the dirty cow roots list + - SUNRPC: Fix UAF in svc_tcp_listen_data_ready() + - w1: w1_therm: fix locking behavior in convert_t + - w1: fix loop in w1_fini() + - dt-bindings: power: reset: qcom-pon: Only allow reboot-mode pre-pmk8350 + - f2fs: do not allow to defragment files have FI_COMPRESS_RELEASED + - sh: j2: Use ioremap() to translate device tree address into kernel memory + - usb: dwc2: Fix some error handling paths + - serial: 8250: omap: Fix freeing of resources on failed register + - clk: qcom: mmcc-msm8974: remove oxili_ocmemgx_clk + - clk: qcom: camcc-sc7180: Add parent dependency to all camera GDSCs + - clk: qcom: gcc-ipq6018: Use floor ops for sdcc clocks + - clk: qcom: gcc-qcm2290: Mark RCGs shared where applicable + - media: usb: Check az6007_read() return value + - media: amphion: drop repeated codec data for vc1l format + - media: amphion: drop repeated codec data for vc1g format + - media: amphion: initiate a drain of the capture queue in dynamic resolution + change + - media: videodev2.h: Fix struct v4l2_input tuner index comment + - media: i2c: Correct format propagation for st-mipid02 + - media: hi846: fix usage of pm_runtime_get_if_in_use() + - media: mediatek: vcodec: using decoder status instead of core work count + - clk: qcom: ipq6018: fix networking resets + - clk: qcom: dispcc-qcm2290: Fix BI_TCXO_AO handling + - clk: qcom: dispcc-qcm2290: Fix GPLL0_OUT_DIV handling + - clk: qcom: mmcc-msm8974: use clk_rcg2_shared_ops for mdp_clk_src clock + - staging: vchiq_arm: mark vchiq_platform_init() static + - usb: dwc3: qcom: Fix potential memory leak + - usb: gadget: u_serial: Add null pointer check in gserial_suspend + - extcon: Fix kernel doc of property fields to avoid warnings + - extcon: Fix kernel doc of property capability fields to avoid warnings + - usb: phy: phy-tahvo: fix memory leak in tahvo_usb_probe() + - usb: hide unused usbfs_notify_suspend/resume functions + - usb: misc: eud: Fix eud sysfs path (use 'qcom_eud') + - serial: core: lock port for stop_rx() in uart_suspend_port() + - serial: 8250: lock port for stop_rx() in omap8250_irq() + - serial: core: lock port for start_rx() in uart_resume_port() + - serial: 8250: lock port for UART_IER access in omap8250_irq() + - kernfs: fix missing kernfs_idr_lock to remove an ID from the IDR + - lkdtm: replace ll_rw_block with submit_bh + - i3c: master: svc: fix cpu schedule in spin lock + - coresight: Fix loss of connection info when a module is unloaded + - mfd: rt5033: Drop rt5033-battery sub-device + - media: venus: helpers: Fix ALIGN() of non power of two + - media: atomisp: gmin_platform: fix out_len in gmin_get_config_dsm_var() + - sh: Avoid using IRQ0 on SH3 and SH4 + - gfs2: Fix duplicate should_fault_in_pages() call + - f2fs: fix potential deadlock due to unpaired node_write lock use + - KVM: s390: fix KVM_S390_GET_CMMA_BITS for GFNs in memslot holes + - usb: dwc3: qcom: Release the correct resources in dwc3_qcom_remove() + - usb: dwc3: qcom: Fix an error handling path in dwc3_qcom_probe() + - usb: common: usb-conn-gpio: Set last role to unknown before initial + detection + - usb: dwc3-meson-g12a: Fix an error handling path in dwc3_meson_g12a_probe() + - mfd: wcd934x: Fix an error handling path in wcd934x_slim_probe() + - mfd: intel-lpss: Add missing check for platform_get_resource + - Revert "usb: common: usb-conn-gpio: Set last role to unknown before initial + detection" + - serial: 8250_omap: Use force_suspend and resume for system suspend + - device property: Clarify description of returned value in some functions + - drivers: fwnode: fix fwnode_irq_get[_byname]() + - nvmem: sunplus-ocotp: release otp->clk before return + - nvmem: rmem: Use NVMEM_DEVID_AUTO + - bus: fsl-mc: don't assume child devices are all fsl-mc devices + - mfd: stmfx: Fix error path in stmfx_chip_init + - mfd: stmfx: Nullify stmfx->vdd in case of error + - KVM: s390: vsie: fix the length of APCB bitmap + - KVM: s390/diag: fix racy access of physical cpu number in diag 9c handler + - cpufreq: mediatek: correct voltages for MT7622 and MT7623 + - misc: fastrpc: check return value of devm_kasprintf() + - clk: qcom: mmcc-msm8974: fix MDSS_GDSC power flags + - hwtracing: hisi_ptt: Fix potential sleep in atomic context + - mfd: stmpe: Only disable the regulators if they are enabled + - phy: tegra: xusb: check return value of devm_kzalloc() + - lib/bitmap: drop optimization of bitmap_{from,to}_arr64 + - pwm: imx-tpm: force 'real_period' to be zero in suspend + - pwm: sysfs: Do not apply state to already disabled PWMs + - pwm: ab8500: Fix error code in probe() + - pwm: mtk_disp: Fix the disable flow of disp_pwm + - md/raid10: fix the condition to call bio_end_io_acct() + - rtc: st-lpc: Release some resources in st_rtc_probe() in case of error + - drm/i915/psr: Use hw.adjusted mode when calculating io/fast wake times + - drm/i915/guc/slpc: Apply min softlimit correctly + - f2fs: check return value of freeze_super() + - media: cec: i2c: ch7322: also select REGMAP + - sctp: fix potential deadlock on &net->sctp.addr_wq_lock + - net/sched: act_ipt: add sanity checks on table name and hook locations + - net: add a couple of helpers for iph tot_len + - net/sched: act_ipt: add sanity checks on skb before calling target + - spi: spi-geni-qcom: enable SPI_CONTROLLER_MUST_TX for GPI DMA mode + - net: mscc: ocelot: don't report that RX timestamping is enabled by default + - net: mscc: ocelot: don't keep PTP configuration of all ports in single + structure + - net: dsa: felix: don't drop PTP frames with tag_8021q when RX timestamping + is disabled + - net: dsa: sja1105: always enable the INCL_SRCPT option + - net: dsa: tag_sja1105: always prefer source port information from INCL_SRCPT + - Add MODULE_FIRMWARE() for FIRMWARE_TG357766. + - Bluetooth: fix invalid-bdaddr quirk for non-persistent setup + - Bluetooth: ISO: use hci_sync for setting CIG parameters + - Bluetooth: MGMT: add CIS feature bits to controller information + - Bluetooth: MGMT: Use BIT macro when defining bitfields + - Bluetooth: MGMT: Fix marking SCAN_RSP as not connectable + - ibmvnic: Do not reset dql stats on NON_FATAL err + - net: dsa: vsc73xx: fix MTU configuration + - mlxsw: minimal: fix potential memory leak in mlxsw_m_linecards_init + - spi: bcm-qspi: return error if neither hif_mspi nor mspi is available + - drm/amdgpu: fix number of fence calculations + - drm/amd: Don't try to enable secure display TA multiple times + - mailbox: ti-msgmgr: Fill non-message tx data fields with 0x0 + - f2fs: fix error path handling in truncate_dnode() + - octeontx2-af: Fix mapping for NIX block from CGX connection + - octeontx2-af: Add validation before accessing cgx and lmac + - ntfs: Fix panic about slab-out-of-bounds caused by ntfs_listxattr() + - powerpc: allow PPC_EARLY_DEBUG_CPM only when SERIAL_CPM=y + - powerpc: dts: turris1x.dts: Fix PCIe MEM size for pci2 node + - net: bridge: keep ports without IFF_UNICAST_FLT in BR_PROMISC mode + - net: dsa: tag_sja1105: fix source port decoding in vlan_filtering=0 bridge + mode + - net: fix net_dev_start_xmit trace event vs skb_transport_offset() + - tcp: annotate data races in __tcp_oow_rate_limited() + - bpf, btf: Warn but return no error for NULL btf from + __register_btf_kfunc_id_set() + - xsk: Honor SO_BINDTODEVICE on bind + - net/sched: act_pedit: Add size check for TCA_PEDIT_PARMS_EX + - fanotify: disallow mount/sb marks on kernel internal pseudo fs + - riscv: move memblock_allow_resize() after linear mapping is ready + - pptp: Fix fib lookup calls. + - net: dsa: tag_sja1105: fix MAC DA patching from meta frames + - net: dsa: sja1105: always enable the send_meta options + - octeontx-af: fix hardware timestamp configuration + - afs: Fix accidental truncation when storing data + - s390/qeth: Fix vipa deletion + - sh: dma: Fix DMA channel offset calculation + - apparmor: fix missing error check for rhashtable_insert_fast + - i2c: xiic: Don't try to handle more interrupt events after error + - dm: fix undue/missing spaces + - dm: avoid split of quoted strings where possible + - dm ioctl: have constant on the right side of the test + - dm ioctl: Avoid double-fetch of version + - extcon: usbc-tusb320: Unregister typec port on driver removal + - btrfs: do not BUG_ON() on tree mod log failure at balance_level() + - i2c: qup: Add missing unwind goto in qup_i2c_probe() + - irqchip/loongson-pch-pic: Fix potential incorrect hwirq assignment + - NFSD: add encoding of op_recall flag for write delegation + - irqchip/loongson-pch-pic: Fix initialization of HT vector register + - io_uring: wait interruptibly for request completions on exit + - mmc: core: disable TRIM on Kingston EMMC04G-M627 + - mmc: core: disable TRIM on Micron MTFC4GACAJCN-1M + - mmc: mmci: Set PROBE_PREFER_ASYNCHRONOUS + - mmc: sdhci: fix DMA configure compatibility issue when 64bit DMA mode is + used. + - wifi: cfg80211: fix regulatory disconnect for non-MLO + - wifi: ath10k: Serialize wake_tx_queue ops + - bcache: fixup btree_cache_wait list damage + - bcache: Remove unnecessary NULL point check in node allocations + - bcache: Fix __bch_btree_node_alloc to make the failure behavior consistent + - watch_queue: prevent dangling pipe pointer + - um: Use HOST_DIR for mrproper + - integrity: Fix possible multiple allocation in integrity_inode_get() + - autofs: use flexible array in ioctl structure + - mm/damon/ops-common: atomically test and clear young on ptes and pmds + - shmem: use ramfs_kill_sb() for kill_sb method of ramfs-based tmpfs + - jffs2: reduce stack usage in jffs2_build_xattr_subsystem() + - fs: avoid empty option when generating legacy mount string + - ext4: Remove ext4 locking of moved directory + - Revert "f2fs: fix potential corruption when moving a directory" + - fs: Establish locking order for unrelated directories + - fs: Lock moved directories + - i2c: nvidia-gpu: Add ACPI property to align with device-tree + - i2c: nvidia-gpu: Remove ccgx,firmware-build property + - usb: typec: ucsi: Mark dGPUs as DEVICE scope + - ipvs: increase ip_vs_conn_tab_bits range for 64BIT + - btrfs: add handling for RAID1C23/DUP to btrfs_reduce_alloc_profile + - btrfs: delete unused BGs while reclaiming BGs + - btrfs: bail out reclaim process if filesystem is read-only + - btrfs: add block-group tree to lockdep classes + - btrfs: reinsert BGs failed to reclaim + - btrfs: fix race when deleting quota root from the dirty cow roots list + - btrfs: fix extent buffer leak after tree mod log failure at split_node() + - btrfs: do not BUG_ON() on tree mod log failure at __btrfs_cow_block() + - ASoC: mediatek: mt8173: Fix irq error path + - ASoC: mediatek: mt8173: Fix snd_soc_component_initialize error path + - regulator: tps65219: Fix matching interrupts for their regulators + - ARM: dts: qcom: ipq4019: fix broken NAND controller properties override + - ARM: orion5x: fix d2net gpio initialization + - leds: trigger: netdev: Recheck NETDEV_LED_MODE_LINKUP on dev rename + - blktrace: use inline function for blk_trace_remove() while blktrace is + disabled + - fs: no need to check source + - xfs: explicitly specify cpu when forcing inodegc delayed work to run + immediately + - xfs: check that per-cpu inodegc workers actually run on that cpu + - xfs: disable reaping in fscounters scrub + - xfs: fix xfs_inodegc_stop racing with mod_delayed_work + - mm/mmap: Fix extra maple tree write + - netfilter: conntrack: Avoid nf_ct_helper_hash uses after free + - wireguard: queueing: use saner cpu selection wrapping + - wireguard: netlink: send staged packets when setting initial private key + - tty: serial: fsl_lpuart: add earlycon for imx8ulp platform + - block/partition: fix signedness issue for Amiga partitions + - sh: mach-r2d: Handle virq offset in cascaded IRL demux + - sh: mach-highlander: Handle virq offset in cascaded IRL demux + - sh: mach-dreamcast: Handle virq offset in cascaded IRQ demux + - sh: hd64461: Handle virq offset for offchip IRQ base and HD64461 IRQ + - blk-cgroup: Reinit blkg_iostat_set after clearing in blkcg_reset_stats() + - irqchip/loongson-eiointc: Fix irq affinity setting during resume + - perf: arm_cspmu: Set irq affinitiy only if overflow interrupt is used + - perf/arm_cspmu: Fix event attribute type + - APEI: GHES: correctly return NULL for ghes_get_devices() + - wifi: rtw88: usb: silence log flooding error message + - net: dsa: avoid suspicious RCU usage for synced VLAN-aware MAC addresses + - drm/amd/display: fix is_timing_changed() prototype + - Input: cyttsp4_core - change del_timer_sync() to timer_shutdown_sync() + - drm/nouveau: dispnv50: fix missing-prototypes warning + - arm64: dts: qcom: pm8998: don't use GIC_SPI for SPMI interrupts + - arm64: dts: qcom: ipq6018: correct qrng unit address + - arm64: dts: qcom: msm8953: correct IOMMU unit address + - arm64: dts: qcom: msm8976: correct MMC unit address + - arm64: dts: qcom: sm6115: correct thermal-sensor unit address + - drm/msm/dpu: always clear every individual pending flush mask + - MIPS: DTS: CI20: Fix ACT8600 regulator node names + - arm64: dts: qcom: sdm670: Flush RSC sleep & wake votes + - arm64: dts: ti: k3-j721e-beagleboneai64: Fix mailbox node status + - drm/msm/dp: Drop aux devices together with DP controller + - iommufd: Do not access the area pointer after unlocking + - iommufd: Call iopt_area_contig_done() under the lock + - perf evsel: Don't let for_each_group() treat the head of the list as one of + its nodes + - pinctrl: tegra: Duplicate pinmux functions table + - platform/x86:intel/pmc: Remove Meteor Lake S platform support + - perf tests task_analyzer: Fix bad substitution ${$1} + - perf tests task_analyzer: Skip tests if no libtraceevent support + - pinctrl: freescale: Fix a memory out of bounds when num_configs is 1 + - perf stat: Reset aggr stats for each run + - platform/x86:intel/pmc: Update maps for Meteor Lake P/M platforms + - perf test: Set PERF_EXEC_PATH for script execution + - kbuild: Fix CFI failures with GCOV + - btrfs: fix range_end calculation in extent_write_locked_range + - igc: Fix race condition in PTP tx code + - igc: Check if hardware TX timestamping is enabled earlier + - igc: Work around HW bug causing missing timestamps + - sch_netem: fix issues in netem_change() vs get_dist_table() + - interconnect: qcom: rpm: Don't use clk_get_optional for bus clocks anymore + - media: videodev2.h: Fix p_s32 and p_s64 pointer types + - f2fs: fix the wrong condition to determine atomic context + - test_firmware: return ENOMEM instead of ENOSPC on failed memory allocation + - media: tc358746: select CONFIG_GENERIC_PHY + - net/sched: act_ipt: zero skb->cb before calling target + - octeontx2-af: cn10kb: fix interrupt csr addresses + - octeontx2-af: Reset MAC features in FLR + - drm/i915/psr: Fix BDW PSR AUX CH data register offsets + - irqchip/loongson-liointc: Fix IRQ trigger polarity + - btrfs: fix dirty_metadata_bytes for redirtied buffers + - btrfs: add missing error handling when logging operation while COWing extent + buffer + - ARM: dts: qcom: msm8660: Fix regulator node names + - ovl: fix null pointer dereference in ovl_permission() + - ovl: let helper ovl_i_path_real() return the realinode + - ovl: fix null pointer dereference in ovl_get_acl_rcu() + - Upstream stable to v6.1.39, v6.3.13, v6.4.4 + * Lunar update: upstream stable patchset 2023-09-01 (LP: #2033931) + - x86/head/64: Switch to KERNEL_CS as soon as new GDT is installed + - test_firmware: Use kstrtobool() instead of strtobool() + - cgroup: bpf: use cgroup_lock()/cgroup_unlock() wrappers + - cgroup: always put cset in cgroup_css_set_put_fork + - cgroup: fix missing cpus_read_{lock,unlock}() in cgroup_transfer_tasks() + - qcom: llcc/edac: Fix the base address used for accessing LLCC banks + - EDAC/qcom: Get rid of hardcoded register offsets + - ksmbd: validate smb request protocol id + - of: overlay: Fix missing of_node_put() in error case of + init_overlay_changeset() + - power: supply: ab8500: Fix external_power_changed race + - power: supply: sc27xx: Fix external_power_changed race + - power: supply: bq27xxx: Use mod_delayed_work() instead of cancel() + + schedule() + - ARM: dts: vexpress: add missing cache properties + - tools: gpio: fix debounce_period_us output of lsgpio + - selftests: gpio: gpio-sim: Fix BUG: test FAILED due to recent change + - power: supply: Ratelimit no data debug output + - PCI/DPC: Quirk PIO log size for Intel Ice Lake Root Ports + - platform/x86: asus-wmi: Ignore WMI events with codes 0x7B, 0xC0 + - regulator: Fix error checking for debugfs_create_dir + - irqchip/gic-v3: Disable pseudo NMIs on Mediatek devices w/ firmware issues + - irqchip/meson-gpio: Mark OF related data as maybe unused + - power: supply: Fix logic checking if system is running from battery + - drm: panel-orientation-quirks: Change Air's quirk to support Air Plus + - btrfs: scrub: try harder to mark RAID56 block groups read-only + - btrfs: handle memory allocation failure in btrfs_csum_one_bio + - ASoC: soc-pcm: test if a BE can be prepared + - ASoC: Intel: avs: Account for UID of ACPI device + - ASoC: Intel: avs: Add missing checks on FE startup + - parisc: Improve cache flushing for PCXL in arch_sync_dma_for_cpu() + - parisc: Flush gatt writes and adjust gatt mask in parisc_agp_mask_memory() + - MIPS: unhide PATA_PLATFORM + - MIPS: Restore Au1300 support + - MIPS: Alchemy: fix dbdma2 + - mips: Move initrd_start check after initrd address sanitisation. + - ASoC: cs35l41: Fix default regmap values for some registers + - ASoC: dwc: move DMA init to snd_soc_dai_driver probe() + - xen/blkfront: Only check REQ_FUA for writes + - drm:amd:amdgpu: Fix missing buffer object unlock in failure path + - io_uring: unlock sqd->lock before sq thread release CPU + - NVMe: Add MAXIO 1602 to bogus nid list. + - irqchip/gic: Correctly validate OF quirk descriptors + - wifi: cfg80211: fix locking in regulatory disconnect + - wifi: cfg80211: fix double lock bug in reg_wdev_chan_valid() + - epoll: ep_autoremove_wake_function should use list_del_init_careful + - ocfs2: fix use-after-free when unmounting read-only filesystem + - ocfs2: check new file size on fallocate call + - zswap: do not shrink if cgroup may not zswap + - nios2: dts: Fix tse_mac "max-frame-size" property + - nilfs2: fix incomplete buffer cleanup in nilfs_btnode_abort_change_key() + - nilfs2: fix possible out-of-bounds segment allocation in resize ioctl + - nilfs2: reject devices with insufficient block count + - LoongArch: Fix perf event id calculation + - io_uring/net: save msghdr->msg_control for retries + - kexec: support purgatories with .text.hot sections + - x86/purgatory: remove PGO flags + - riscv/purgatory: remove PGO flags + - powerpc/purgatory: remove PGO flags + - btrfs: do not ASSERT() on duplicated global roots + - btrfs: fix iomap_begin length for nocow writes + - btrfs: can_nocow_file_extent should pass down args->strict from callers + - ALSA: usb-audio: Fix broken resume due to UAC3 power state + - ALSA: usb-audio: Add quirk flag for HEM devices to enable native DSD + playback + - dm thin metadata: check fail_io before using data_sm + - dm thin: fix issue_discard to pass GFP_NOIO to __blkdev_issue_discard + - net: ethernet: stmicro: stmmac: fix possible memory leak in __stmmac_open + - nouveau: fix client work fence deletion race + - RDMA/uverbs: Restrict usage of privileged QKEYs + - drm/amdgpu: vcn_4_0 set instance 0 init sched score to 1 + - net: usb: qmi_wwan: add support for Compal RXM-G1 + - drm/amd: Make sure image is written to trigger VBIOS image update flow + - drm/amd: Tighten permissions on VBIOS flashing attributes + - drm/amd/pm: workaround for compute workload type on some skus + - drm/amdgpu: add missing radeon secondary PCI ID + - ALSA: hda/realtek: Add a quirk for Compaq N14JP6 + - thunderbolt: dma_test: Use correct value for absent rings when creating + paths + - thunderbolt: Mask ring interrupt on Intel hardware as well + - clk: pxa: fix NULL pointer dereference in pxa3xx_clk_update_accr + - USB: serial: option: add Quectel EM061KGL series + - serial: lantiq: add missing interrupt ack + - usb: typec: ucsi: Fix command cancellation + - usb: typec: Fix fast_role_swap_current show function + - usb: gadget: udc: core: Offload usb_udc_vbus_handler processing + - usb: gadget: udc: core: Prevent soft_connect_store() race + - USB: dwc3: qcom: fix NULL-deref on suspend + - USB: dwc3: fix use-after-free on core driver unbind + - usb: dwc3: gadget: Reset num TRBs before giving back the request + - RDMA/rtrs: Fix the last iu->buf leak in err path + - RDMA/rtrs: Fix rxe_dealloc_pd warning + - RDMA/rxe: Fix packet length checks + - RDMA/rxe: Fix ref count error in check_rkey() + - spi: cadence-quadspi: Add missing check for dma_set_mask + - spi: fsl-dspi: avoid SCK glitches with continuous transfers + - netfilter: nf_tables: integrate pipapo into commit protocol + - netfilter: nfnetlink: skip error delivery on batch in case of ENOMEM + - ice: Fix XDP memory leak when NIC is brought up and down + - net: enetc: correct the indexes of highest and 2nd highest TCs + - ping6: Fix send to link-local addresses with VRF. + - igb: Fix extts capture value format for 82580/i354/i350 + - net/sched: simplify tcf_pedit_act + - net/sched: act_pedit: remove extra check for key type + - net/sched: act_pedit: Parse L3 Header for L4 offset + - octeontx2-af: Fix promiscuous mode + - wifi: mac80211: fix link activation settings order + - wifi: cfg80211: fix link del callback to call correct handler + - wifi: mac80211: take lock before setting vif links + - RDMA/rxe: Fix the use-before-initialization error of resp_pkts + - iavf: remove mask from iavf_irq_enable_queues() + - octeontx2-af: fixed resource availability check + - octeontx2-af: fix lbk link credits on cn10k + - RDMA/mlx5: Initiate dropless RQ for RAW Ethernet functions + - RDMA/mlx5: Create an indirect flow table for steering anchor + - RDMA/cma: Always set static rate to 0 for RoCE + - IB/uverbs: Fix to consider event queue closing also upon non-blocking mode + - RDMA/mlx5: Fix affinity assignment + - IB/isert: Fix dead lock in ib_isert + - IB/isert: Fix possible list corruption in CMA handler + - IB/isert: Fix incorrect release of isert connection + - net: ethtool: correct MAX attribute value for stats + - ipvlan: fix bound dev checking for IPv6 l3s mode + - sctp: fix an error code in sctp_sf_eat_auth() + - igc: Clean the TX buffer and TX descriptor ring + - igc: Fix possible system crash when loading module + - igb: fix nvm.ops.read() error handling + - net: phylink: report correct max speed for QUSGMII + - net: phylink: use a dedicated helper to parse usgmii control word + - drm/nouveau: don't detect DSM for non-NVIDIA device + - drm/bridge: ti-sn65dsi86: Avoid possible buffer overflow + - drm/nouveau/dp: check for NULL nv_connector->native_mode + - drm/nouveau: add nv_encoder pointer check for NULL + - selftests/tc-testing: Fix Error: Specified qdisc kind is unknown. + - selftests/tc-testing: Fix Error: failed to find target LOG + - selftests/tc-testing: Fix SFB db test + - sched: add new attr TCA_EXT_WARN_MSG to report tc extact message + - net/sched: Refactor qdisc_graft() for ingress and clsact Qdiscs + - net/sched: qdisc_destroy() old ingress and clsact Qdiscs before grafting + - selftests: forwarding: hw_stats_l3: Set addrgenmode in a separate step + - cifs: fix lease break oops in xfstest generic/098 + - ext4: drop the call to ext4_error() from ext4_get_group_info() + - net/sched: cls_api: Fix lockup on flushing explicitly created chain + - net: dsa: felix: fix taprio guard band overflow at 10Mbps with jumbo frames + - net: lapbether: only support ethernet devices + - net: macsec: fix double free of percpu stats + - sfc: fix XDP queues mode with legacy IRQ + - dm: don't lock fs when the map is NULL during suspend or resume + - net: tipc: resize nlattr array to correct size + - selftests/ptp: Fix timestamp printf format for PTP_SYS_OFFSET + - octeon_ep: Add missing check for ioremap + - afs: Fix vlserver probe RTT handling + - parisc: Delete redundant register definitions in + - net/sched: act_api: move TCA_EXT_WARN_MSG to the correct hierarchy + - Revert "net/sched: act_api: move TCA_EXT_WARN_MSG to the correct hierarchy" + - net/sched: act_api: add specific EXT_WARN_MSG for tc action + - neighbour: delete neigh_lookup_nodev as not used + - scsi: target: core: Fix error path in target_setup_session() + - x86/boot/compressed: prefer cc-option for CFLAGS additions + - MIPS: Move '-Wa,-msoft-float' check from as-option to cc-option + - MIPS: Prefer cc-option for additions to cflags + - kbuild: Update assembler calls to use proper flags and language target + - btrfs: properly enable async discard when switching from RO->RW + - wifi: mac80211: fragment per STA profile correctly + - RDMA/rxe: Fix rxe_cq_post + - blk-cgroup: Flush stats before releasing blkcg_gq + - Upstream stable to v6.1.35, v6.3.9 + - drm/amd/display: Use dc_update_planes_and_stream + - drm/amd/display: Add wrapper to call planes and stream update + - drm/amd/display: fix the system hang while disable PSR + - tty: serial: fsl_lpuart: make rx_watermark configurable for different + platforms + - tty: serial: fsl_lpuart: reduce RX watermark to 0 on LS1028A + - mm: Fix copy_from_user_nofault(). + - tpm, tpm_tis: Claim locality in interrupt handler + - tpm_crb: Add support for CRB devices based on Pluton + - ksmbd: validate command payload size + - ksmbd: fix out-of-bound read in smb2_write + - ksmbd: validate session id and tree id in the compound request + - tick/common: Align tick period during sched_timer setup + - selftests: mptcp: remove duplicated entries in usage + - selftests: mptcp: join: fix ShellCheck warnings + - selftests: mptcp: lib: skip if missing symbol + - selftests: mptcp: connect: skip transp tests if not supported + - selftests: mptcp: connect: skip disconnect tests if not supported + - selftests: mptcp: pm nl: remove hardcoded default limits + - selftests: mptcp: pm nl: skip fullmesh flag checks if not supported + - selftests: mptcp: sockopt: relax expected returned size + - selftests: mptcp: sockopt: skip getsockopt checks if not supported + - selftests: mptcp: userspace pm: skip if 'ip' tool is unavailable + - selftests: mptcp: userspace pm: skip if not supported + - selftests: mptcp: lib: skip if not below kernel version + - selftests: mptcp: join: use 'iptables-legacy' if available + - selftests: mptcp: join: helpers to skip tests + - selftests: mptcp: join: skip check if MIB counter not supported + - selftests: mptcp: join: support local endpoint being tracked or not + - selftests: mptcp: join: skip Fastclose tests if not supported + - selftests: mptcp: join: support RM_ADDR for used endpoints or not + - selftests: mptcp: join: skip implicit tests if not supported + - selftests: mptcp: join: skip backup if set flag on ID not supported + - selftests: mptcp: join: skip fullmesh flag tests if not supported + - selftests: mptcp: join: skip MPC backups tests if not supported + - selftests/mount_setattr: fix redefine struct mount_attr build error + - selftests: mptcp: diag: skip listen tests if not supported + - selftests: mptcp: sockopt: skip TCP_INQ checks if not supported + - selftests: mptcp: join: skip test if iptables/tc cmds fail + - selftests: mptcp: join: skip userspace PM tests if not supported + - selftests: mptcp: join: skip fail tests if not supported + - selftests: mptcp: join: fix "userspace pm add & remove address" + - writeback: fix dereferencing NULL mapping->host on writeback_page_template + - scripts: fix the gfp flags header path in gfp-translate + - nilfs2: fix buffer corruption due to concurrent device reads + - ACPI: sleep: Avoid breaking S3 wakeup due to might_sleep() + - KVM: Avoid illegal stage2 mapping on invalid memory slot + - Drivers: hv: vmbus: Call hv_synic_free() if hv_synic_alloc() fails + - Drivers: hv: vmbus: Fix vmbus_wait_for_unload() to scan present CPUs + - PCI: hv: Fix a race condition bug in hv_pci_query_relations() + - Revert "PCI: hv: Fix a timing issue which causes kdump to fail occasionally" + - PCI: hv: Remove the useless hv_pcichild_state from struct hv_pci_dev + - PCI: hv: Fix a race condition in hv_irq_unmask() that can cause panic + - PCI: hv: Add a per-bus mutex state_lock + - io_uring/net: clear msg_controllen on partial sendmsg retry + - io_uring/net: disable partial retries for recvmsg with cmsg + - mptcp: handle correctly disconnect() failures + - mptcp: fix possible divide by zero in recvmsg() + - mptcp: fix possible list corruption on passive MPJ + - mptcp: consolidate fallback and non fallback state machine + - cgroup: Do not corrupt task iteration when rebinding subsystem + - cgroup,freezer: hold cpu_hotplug_lock before freezer_mutex in + freezer_css_{online,offline}() + - mmc: litex_mmc: set PROBE_PREFER_ASYNCHRONOUS + - mmc: sdhci-msm: Disable broken 64-bit DMA on MSM8916 + - mmc: meson-gx: remove redundant mmc_request_done() call from irq context + - mmc: mmci: stm32: fix max busy timeout calculation + - mmc: sdhci-spear: fix deferred probing + - mmc: bcm2835: fix deferred probing + - mmc: sunxi: fix deferred probing + - bpf: ensure main program has an extable + - wifi: iwlwifi: pcie: Handle SO-F device for PCI id 0x7AF0 + - spi: spi-geni-qcom: correctly handle -EPROBE_DEFER from dma_request_chan() + - regulator: pca9450: Fix LDO3OUT and LDO4OUT MASK + - regmap: spi-avmm: Fix regmap_bus max_raw_write + - arm64: dts: rockchip: Fix rk356x PCIe register and range mappings + - nilfs2: prevent general protection fault in nilfs_clear_dirty_page() + - x86/mm: Avoid using set_pgd() outside of real PGD pages + - memfd: check for non-NULL file_seals in memfd_create() syscall + - mmc: meson-gx: fix deferred probing + - ieee802154: hwsim: Fix possible memory leaks + - xfrm: Treat already-verified secpath entries as optional + - xfrm: Ensure policies always checked on XFRM-I input path + - KVM: arm64: PMU: Restore the host's PMUSERENR_EL0 + - bpf: track immediate values written to stack by BPF_ST instruction + - bpf: Fix verifier id tracking of scalars on spill + - xfrm: fix inbound ipv4/udp/esp packets to UDPv6 dualstack sockets + - bpf: Fix a bpf_jit_dump issue for x86_64 with sysctl bpf_jit_enable. + - selftests: net: tls: check if FIPS mode is enabled + - selftests: net: vrf-xfrm-tests: change authentication and encryption algos + - selftests: net: fcnal-test: check if FIPS mode is enabled + - xfrm: Linearize the skb after offloading if needed. + - net/mlx5: DR, Fix wrong action data allocation in decap action + - sfc: use budget for TX completions + - net: qca_spi: Avoid high load if QCA7000 is not available + - mmc: mtk-sd: fix deferred probing + - mmc: mvsdio: fix deferred probing + - mmc: omap: fix deferred probing + - mmc: omap_hsmmc: fix deferred probing + - mmc: owl: fix deferred probing + - mmc: sdhci-acpi: fix deferred probing + - mmc: sh_mmcif: fix deferred probing + - mmc: usdhi60rol0: fix deferred probing + - ipvs: align inner_mac_header for encapsulation + - net: dsa: mt7530: fix trapping frames on non-MT7621 SoC MT7530 switch + - net: dsa: mt7530: fix handling of BPDUs on MT7530 switch + - net: dsa: mt7530: fix handling of LLDP frames + - be2net: Extend xmit workaround to BE3 chip + - netfilter: nf_tables: drop map element references from preparation phase + - netfilter: nft_set_pipapo: .walk does not deal with generations + - netfilter: nf_tables: disallow element updates of bound anonymous sets + - netfilter: nf_tables: reject unbound anonymous set before commit phase + - netfilter: nf_tables: reject unbound chain set before commit phase + - netfilter: nf_tables: disallow updates of anonymous sets + - netfilter: nfnetlink_osf: fix module autoload + - Revert "net: phy: dp83867: perform soft reset and retain established link" + - bpf/btf: Accept function names that contain dots + - bpf: Force kprobe multi expected_attach_type for kprobe_multi link + - io_uring/net: use the correct msghdr union member in io_sendmsg_copy_hdr + - selftests: forwarding: Fix race condition in mirror installation + - platform/x86/amd/pmf: Register notify handler only if SPS is enabled + - sch_netem: acquire qdisc lock in netem_change() + - revert "net: align SO_RCVMARK required privileges with SO_MARK" + - arm64: dts: rockchip: fix nEXTRST on SOQuartz + - gpiolib: Fix GPIO chip IRQ initialization restriction + - gpio: sifive: add missing check for platform_get_irq + - gpiolib: Fix irq_domain resource tracking for gpiochip_irqchip_add_domain() + - scsi: target: iscsi: Prevent login threads from racing between each other + - HID: wacom: Add error check to wacom_parse_and_register() + - arm64: Add missing Set/Way CMO encodings + - smb3: missing null check in SMB2_change_notify + - media: cec: core: disable adapter in cec_devnode_unregister + - media: cec: core: don't set last_initiator if tx in progress + - nfcsim.c: Fix error checking for debugfs_create_dir + - btrfs: fix an uninitialized variable warning in btrfs_log_inode + - usb: gadget: udc: fix NULL dereference in remove() + - nvme: double KA polling frequency to avoid KATO with TBKAS on + - nvme: check IO start time when deciding to defer KA + - nvme: improve handling of long keep alives + - Input: soc_button_array - add invalid acpi_index DMI quirk handling + - arm64: dts: qcom: sc7280-idp: drop incorrect dai-cells from WCD938x SDW + - arm64: dts: qcom: sc7280-qcard: drop incorrect dai-cells from WCD938x SDW + - s390/cio: unregister device when the only path is gone + - spi: lpspi: disable lpspi module irq in DMA mode + - ASoC: codecs: wcd938x-sdw: do not set can_multi_write flag + - ASoC: simple-card: Add missing of_node_put() in case of error + - soundwire: dmi-quirks: add new mapping for HP Spectre x360 + - soundwire: qcom: add proper error paths in qcom_swrm_startup() + - ASoC: nau8824: Add quirk to active-high jack-detect + - ASoC: amd: yc: Add Thinkpad Neo14 to quirks list for acp6x + - gfs2: Don't get stuck writing page onto itself under direct I/O + - s390/purgatory: disable branch profiling + - ASoC: fsl_sai: Enable BCI bit if SAI works on synchronous mode with BYP + asserted + - ALSA: hda/realtek: Add "Intel Reference board" and "NUC 13" SSID in the + ALC256 + - i2c: mchp-pci1xxxx: Avoid cast to incompatible function type + - ARM: dts: Fix erroneous ADS touchscreen polarities + - null_blk: Fix: memory release when memory_backed=1 + - drm/exynos: vidi: fix a wrong error return + - drm/exynos: fix race condition UAF in exynos_g2d_exec_ioctl + - drm/radeon: fix race condition UAF in radeon_gem_set_domain_ioctl + - vhost_vdpa: tell vqs about the negotiated + - vhost_net: revert upend_idx only on retriable error + - KVM: arm64: Restore GICv2-on-GICv3 functionality + - x86/apic: Fix kernel panic when booting with intremap=off and x2apic_phys + - i2c: imx-lpi2c: fix type char overflow issue when calculating the clock + cycle + - smb: move client and server files to common directory fs/smb + - [Config] updateconfigs for SMBFS_COMMON + - cifs: fix status checks in cifs_tree_connect + - udmabuf: revert 'Add support for mapping hugepages (v4)' + - selftests: mptcp: connect: skip TFO tests if not supported + - selftests: mptcp: join: skip PM listener tests if not supported + - selftests: mptcp: join: uniform listener tests + - block: make sure local irq is disabled when calling __blkcg_rstat_flush + - xfrm: add missed call to delete offloaded policies + - net: dsa: introduce preferred_default_local_cpu_port and use on MT7530 + - iommu/amd: Fix possible memory leak of 'domain' + - Upstream stable to v6.1.36, v6.3.10 + - mm/mmap: Fix error path in do_vmi_align_munmap() + - mm/mmap: Fix error return in do_vmi_align_munmap() + - mptcp: ensure listener is unhashed before updating the sk status + - x86/microcode/AMD: Load late on both threads too + - x86/smp: Remove pointless wmb()s from native_stop_other_cpus() + - x86/smp: Use dedicated cache-line for mwait_play_dead() + - x86/smp: Cure kexec() vs. mwait_play_dead() breakage + - can: isotp: isotp_sendmsg(): fix return error fix on TX path + - maple_tree: fix potential out-of-bounds access in mas_wr_end_piv() + - fbdev: fix potential OOB read in fast_imageblit() + - HID: hidraw: fix data race on device refcount + - HID: wacom: Use ktime_t rather than int when dealing with timestamps + - HID: logitech-hidpp: add HIDPP_QUIRK_DELAYED_INIT for the T651. + - Revert "thermal/drivers/mediatek: Use devm_of_iomap to avoid resource leak + in mtk_thermal_probe" + - sparc32: fix lock_mm_and_find_vma() conversion + - parisc: fix expand_stack() conversion + - csky: fix up lock_mm_and_find_vma() conversion + - xtensa: fix NOMMU build with lock_mm_and_find_vma() conversion + - Upstream stable to v6.1.37, v6.3.11 + - xtensa: fix lock_mm_and_find_vma in case VMA not found + - drm/amd/display: Do not update DRR while BW optimizations pending + - PCI/ACPI: Validate acpi_pci_set_power_state() parameter + - PCI/ACPI: Call _REG when transitioning D-states + - execve: always mark stack as growing down during early stack setup + - nubus: Partially revert proc_create_single_data() conversion + - perf symbols: Symbol lookup with kcore can fail if multiple segments match + stext + - scripts/tags.sh: Resolve gtags empty index generation + - docs: Set minimal gtags / GNU GLOBAL version to 6.6.5 + - drm/amdgpu: Validate VM ioctl flags. + - drm/amd/display: Ensure vmin and vmax adjust for DCE + - Upstream stable to v6.1.38, v6.3.12 + * allow io_uring to be disabled in runtime (LP: #2035116) + - io_uring: add a sysctl to disable io_uring system-wide + * CVE-2023-31083 + - Bluetooth: hci_ldisc: check HCI_UART_PROTO_READY flag in HCIUARTGETPROTO + * CVE-2023-4132 + - media: usb: siano: Fix warning due to null work_func_t function pointer + * CVE-2023-3863 + - net: nfc: Fix use-after-free caused by nfc_llcp_find_local + * CVE-2023-3772 + - xfrm: add NULL check in xfrm_update_ae_params + * Packaging resync (LP: #1786013) + - [Packaging] update helper scripts + + -- Stefan Bader Mon, 09 Oct 2023 11:03:07 +0200 + +linux-lowlatency (6.2.0-1015.15) lunar; urgency=medium + + * lunar/linux-lowlatency: 6.2.0-1015.15 -proposed tracker (LP: #2038220) + + * CVE-2023-42755 + - [Config] lowlatency: Mark cls_rsv[p,p6] gone + + [ Ubuntu: 6.2.0-35.35 ] + + * lunar/linux: 6.2.0-35.35 -proposed tracker (LP: #2038229) + * Packaging resync (LP: #1786013) + - [Packaging] update helper scripts + * CVE-2023-4244 + - netfilter: nf_tables: don't skip expired elements during walk + - netfilter: nf_tables: integrate pipapo into commit protocol + - netfilter: nft_set_rbtree: fix overlap expiration walk + - netfilter: nf_tables: adapt set backend to use GC transaction API + - netfilter: nft_set_hash: mark set element as dead when deleting from packet + path + - netfilter: nf_tables: drop map element references from preparation phase + - netfilter: nf_tables: GC transaction API to avoid race with control plane + - netfilter: nf_tables: remove busy mark and gc batch API + - netfilter: nf_tables: don't fail inserts if duplicate has expired + - netfilter: nf_tables: fix kdoc warnings after gc rework + - netfilter: nf_tables: fix GC transaction races with netns and netlink event + exit path + - netfilter: nf_tables: GC transaction race with netns dismantle + - netfilter: nf_tables: GC transaction race with abort path + - netfilter: nf_tables: use correct lock to protect gc_list + - netfilter: nf_tables: defer gc run if previous batch is still pending + - netfilter: nft_dynset: disallow object maps + - netfilter: nft_set_rbtree: skip sync GC for new elements in this transaction + * CVE-2023-5197 + - netfilter: nf_tables: skip bound chain in netns release path + - netfilter: nf_tables: disallow rule removal from chain binding + * CVE-2023-4921 + - net: sched: sch_qfq: Fix UAF in qfq_dequeue() + * CVE-2023-4881 + - netfilter: nftables: exthdr: fix 4-byte stack OOB write + * CVE-2023-4623 + - net/sched: sch_hfsc: Ensure inner classes have fsc curve + * CVE-2023-4622 + - af_unix: Fix null-ptr-deref in unix_stream_sendpage(). + * CVE-2023-42756 + - netfilter: ipset: Fix race between IPSET_CMD_CREATE and IPSET_CMD_SWAP + * CVE-2023-42755 + - net/sched: Retire rsvp classifier + - [Config] remove NET_CLS_RSVP and NET_CLS_RSVP6 + * CVE-2023-42753 + - netfilter: ipset: add the missing IP_SET_HASH_WITH_NET0 macro for + ip_set_hash_netportnet.c + * CVE-2023-42752 + - igmp: limit igmpv3_newpack() packet size to IP_MAX_MTU + - net: add SKB_HEAD_ALIGN() helper + - net: remove osize variable in __alloc_skb() + - net: factorize code in kmalloc_reserve() + - net: deal with integer overflows in kmalloc_reserve() + * CVE-2023-34319 + - xen/netback: Fix buffer overrun triggered by unusual packet + + -- Stefan Bader Fri, 06 Oct 2023 10:51:09 +0200 + +linux-lowlatency (6.2.0-1014.14) lunar; urgency=medium + + * lunar/linux-lowlatency: 6.2.0-1014.14 -proposed tracker (LP: #2033772) + + * Packaging resync (LP: #1786013) + - [Packaging] update helper scripts + + [ Ubuntu: 6.2.0-34.34 ] + + * lunar/linux: 6.2.0-34.34 -proposed tracker (LP: #2033779) + * CVE-2023-20569 + - x86/cpu, kvm: Add support for CPUID_80000021_EAX + - tools headers x86 cpufeatures: Sync with the kernel sources + - x86/alternative: Optimize returns patching + - x86/retbleed: Add __x86_return_thunk alignment checks + - x86/srso: Add a Speculative RAS Overflow mitigation + - x86/srso: Add IBPB_BRTYPE support + - x86/srso: Add SRSO_NO support + - x86/srso: Add IBPB + - x86/srso: Add IBPB on VMEXIT + - x86/srso: Fix return thunks in generated code + - x86/srso: Add a forgotten NOENDBR annotation + - x86/srso: Tie SBPB bit setting to microcode patch detection + - Documentation/hw-vuln: Unify filename specification in index + - Documentation/srso: Document IBPB aspect and fix formatting + - x86/srso: Fix build breakage with the LLVM linker + - x86: Move gds_ucode_mitigated() declaration to header + - x86/retpoline: Don't clobber RFLAGS during srso_safe_ret() + - x86/srso: Disable the mitigation on unaffected configurations + - x86/retpoline,kprobes: Fix position of thunk sections with CONFIG_LTO_CLANG + - x86/retpoline,kprobes: Skip optprobe check for indirect jumps with + retpolines and IBT + - x86/cpu: Fix __x86_return_thunk symbol type + - x86/cpu: Fix up srso_safe_ret() and __x86_return_thunk() + - objtool/x86: Fix SRSO mess + - x86/alternative: Make custom return thunk unconditional + - x86/cpu: Clean up SRSO return thunk mess + - x86/cpu: Rename original retbleed methods + - x86/cpu: Rename srso_(.*)_alias to srso_alias_\1 + - x86/cpu: Cleanup the untrain mess + - x86/srso: Explain the untraining sequences a bit more + - objtool/x86: Fixup frame-pointer vs rethunk + - x86/static_call: Fix __static_call_fixup() + - x86/srso: Correct the mitigation status when SMT is disabled + - Ubuntu: [Config]: enable Speculative Return Stack Overflow mitigation + * Please enable Renesas RZ platform serial installer (LP: #2022361) + - [Config] enable hihope RZ/G2M serial console + - [Config] Mark sh-sci as built-in + * dGPU cannot resume because system firmware stuck in IPCS method + (LP: #2021572) + - drm/i915/tc: Abort DP AUX transfer on a disconnected TC port + - drm/i915/tc: switch to intel_de_* register accessors in display code + - drm/i915: Enable a PIPEDMC whenever its corresponding pipe is enabled + - drm/i915/tc: Fix TC port link ref init for DP MST during HW readout + - drm/i915/tc: Fix system resume MST mode restore for DP-alt sinks + - drm/i915/tc: Wait for IOM/FW PHY initialization of legacy TC ports + - drm/i915/tc: Factor out helpers converting HPD mask to TC mode + - drm/i915/tc: Fix target TC mode for a disconnected legacy port + - drm/i915/tc: Fix TC mode for a legacy port if the PHY is not ready + - drm/i915/tc: Fix initial TC mode on disabled legacy ports + - drm/i915/tc: Make the TC mode readout consistent in all PHY states + - drm/i915: Add encoder hook to get the PLL type used by TC ports + - drm/i915/tc: Assume a TC port is legacy if VBT says the port has HDMI + - drm/i915/tc: Factor out a function querying active links on a TC port + - drm/i915/tc: Check the PLL type used by an enabled TC port + - drm/i915/tc: Group the TC PHY setup/query functions per platform + - drm/i915/tc: Use the adlp prefix for ADLP TC PHY functions + - drm/i915/tc: Rename tc_phy_status_complete() to tc_phy_is_ready() + - drm/i915/tc: Use the tc_phy prefix for all TC PHY functions + - drm/i915/tc: Move TC port fields to a new intel_tc_port struct + - drm/i915/tc: Check for TC PHY explicitly in + intel_tc_port_fia_max_lane_count() + - drm/i915/tc: Move the intel_tc_port struct declaration to intel_tc.c + - drm/i915/tc: Add TC PHY hook to get the PHY HPD live status + - drm/i915/tc: Add TC PHY hooks to get the PHY ready/owned state + - drm/i915/tc: Add TC PHY hook to read out the PHY HW state + - drm/i915/tc: Add generic TC PHY connect/disconnect handlers + - drm/i915/tc: Factor out tc_phy_verify_legacy_or_dp_alt_mode() + - drm/i915/tc: Add TC PHY hooks to connect/disconnect the PHY + - drm/i915/tc: Fix up the legacy VBT flag only in disconnected mode + - drm/i915/tc: Check TC mode instead of the VBT legacy flag + - drm/i915/tc: Block/unblock TC-cold in the PHY connect/disconnect hooks + - drm/i915/tc: Remove redundant wakeref=0 check from unblock_tc_cold() + - drm/i915/tc: Drop tc_cold_block()/unblock()'s power domain parameter + - drm/i915/tc: Add TC PHY hook to get the TC-cold blocking power domain + - drm/i915/tc: Add asserts in TC PHY hooks that the required power is on + - drm/i915/tc: Add TC PHY hook to init the PHY + - drm/i915/adlp/tc: Use the DE HPD ISR register for hotplug detection + - drm/i915/tc: Get power ref for reading the HPD live status register + - drm/i915/tc: Don't connect the PHY in intel_tc_port_connected() + - drm/i915/adlp/tc: Align the connect/disconnect PHY sequence with bspec + - drm/i915: Move shared DPLL disabling into CRTC disable hook + - drm/i915: Disable DPLLs before disconnecting the TC PHY + - drm/i915: Remove TC PHY disconnect workaround + - drm/i915: Remove the encoder update_prepare()/complete() hooks + - drm/i915/dp_mst: Fix active port PLL selection for secondary MST streams + - drm/i915: Fix PIPEDMC disabling for a bigjoiner configuration + - drm/i915: Add helpers to reference/unreference a DPLL for a CRTC + - drm/i915: Make the CRTC state consistent during sanitize-disabling + - drm/i915: Update connector atomic state before crtc sanitize-disabling + - drm/i915: Separate intel_crtc_disable_noatomic_begin/complete() + - drm/i915: Factor out set_encoder_for_connector() + - drm/i915: Add support for disabling any CRTCs during HW readout/sanitization + - drm/i915/dp: Prevent link training fallback on disconnected port + - drm/i915/dp: Factor out intel_dp_get_active_pipes() + - drm/i915: Factor out a helper for handling atomic modeset locks/state + - drm/i915/tc: Call TypeC port flush_work/cleanup without modeset locks held + - drm/i915/tc: Reset TypeC PHYs left enabled in DP-alt mode after the sink + disconnects + * amdgpu: Fixes for S0i3 resume on Phoenix (LP: #2033654) + - drm/amd/pm: skip the RLC stop when S0i3 suspend for SMU v13.0.4/11 + - drm/amdgpu: skip fence GFX interrupts disable/enable for S0ix + - drm/amd: flush any delayed gfxoff on suspend entry + * Fix panel brightness issues on HP laptops (LP: #2032704) + - ACPI: video: Put ACPI video and its child devices into D0 on boot + * Fix ACPI TAD on some Intel based systems (LP: #2032767) + - ACPI: TAD: Install SystemCMOS address space handler for ACPI000E + * kdump doesn't work with UEFI secure boot and kernel lockdown enabled on + ARM64 (LP: #2033007) + - [Config]: Enable CONFIG_KEXEC_IMAGE_VERIFY_SIG + * Request backport of xen timekeeping performance improvements (LP: #2033122) + - x86/xen/time: prefer tsc as clocksource when it is invariant + * 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 + * Enable D3cold at s2idle for Intel DG2 GPU (LP: #2033452) + - drm/i915/dgfx: Enable d3cold at s2idle + * CVE-2023-4569 + - netfilter: nf_tables: deactivate catchall elements in next generation + * Fix non-working MT7921e when pre-boot WiFi is enabled (LP: #2026322) + - wifi: mt76: mt7921e: fix init command fail with enabled device + * Fix unreliable ethernet cable detection on I219 NIC (LP: #2028122) + - e1000e: Use PME poll to circumvent unreliable ACPI wake + * [SRU][Ubuntu 22.04.1] Unable to interpret the frequency values in + cpuinfo_min_freq and cpuino_max_freq sysfs files. (LP: #2030924) + - cpufreq: intel_pstate: Fix scaling for hybrid-capable + * CVE-2023-40283 + - Bluetooth: L2CAP: Fix use-after-free in l2cap_sock_ready_cb + * CVE-2023-20588 + - x86/bugs: Increase the x86 bugs vector size to two u32s + - x86/CPU/AMD: Do not leak quotient data after a division by 0 + - x86/CPU/AMD: Fix the DIV(0) initial fix attempt + * CVE-2023-4194 + - net: tun_chr_open(): set sk_uid from current_fsuid() + - net: tap_open(): set sk_uid from current_fsuid() + * CVE-2023-4155 + - KVM: SEV: snapshot the GHCB before accessing it + - KVM: SEV: only access GHCB fields once + * CVE-2023-1206 + - tcp: Reduce chance of collisions in inet6_hashfn(). + * Lunar update: upstream stable patchset 2023-08-03 (LP: #2029808) + - RDMA/bnxt_re: Fix the page_size used during the MR creation + - phy: amlogic: phy-meson-g12a-mipi-dphy-analog: fix CNTL2_DIF_TX_CTL0 value + - RDMA/efa: Fix unsupported page sizes in device + - RDMA/hns: Fix timeout attr in query qp for HIP08 + - RDMA/hns: Fix base address table allocation + - RDMA/hns: Modify the value of long message loopback slice + - dmaengine: at_xdmac: fix potential Oops in at_xdmac_prep_interleaved() + - RDMA/bnxt_re: Fix a possible memory leak + - RDMA/bnxt_re: Fix return value of bnxt_re_process_raw_qp_pkt_rx + - iommu/rockchip: Fix unwind goto issue + - iommu/amd: Don't block updates to GATag if guest mode is on + - iommu/amd: Handle GALog overflows + - iommu/amd: Fix up merge conflict resolution + - nfsd: make a copy of struct iattr before calling notify_change + - dmaengine: pl330: rename _start to prevent build error + - riscv: Fix unused variable warning when BUILTIN_DTB is set + - net/mlx5: Drain health before unregistering devlink + - net/mlx5: SF, Drain health before removing device + - net/mlx5: fw_tracer, Fix event handling + - net/mlx5e: Don't attach netdev profile while handling internal error + - net: mellanox: mlxbf_gige: Fix skb_panic splat under memory pressure + - netrom: fix info-leak in nr_write_internal() + - af_packet: Fix data-races of pkt_sk(sk)->num. + - tls: improve lockless access safety of tls_err_abort() + - amd-xgbe: fix the false linkup in xgbe_phy_status + - perf ftrace latency: Remove unnecessary "--" from --use-nsec option + - mtd: rawnand: ingenic: fix empty stub helper definitions + - RDMA/irdma: Prevent QP use after free + - RDMA/irdma: Fix Local Invalidate fencing + - af_packet: do not use READ_ONCE() in packet_bind() + - tcp: deny tcp_disconnect() when threads are waiting + - tcp: Return user_mss for TCP_MAXSEG in CLOSE/LISTEN state if user_mss set + - net/smc: Scan from current RMB list when no position specified + - net/smc: Don't use RMBs not mapped to new link in SMCRv2 ADD LINK + - net/sched: sch_ingress: Only create under TC_H_INGRESS + - net/sched: sch_clsact: Only create under TC_H_CLSACT + - net/sched: Reserve TC_H_INGRESS (TC_H_CLSACT) for ingress (clsact) Qdiscs + - net/sched: Prohibit regrafting ingress or clsact Qdiscs + - net: sched: fix NULL pointer dereference in mq_attach + - net/netlink: fix NETLINK_LIST_MEMBERSHIPS length report + - udp6: Fix race condition in udp6_sendmsg & connect + - nfsd: fix double fget() bug in __write_ports_addfd() + - nvme: fix the name of Zone Append for verbose logging + - net/mlx5e: Fix error handling in mlx5e_refresh_tirs + - net/mlx5: Read embedded cpu after init bit cleared + - iommu/mediatek: Flush IOTLB completely only if domain has been attached + - tcp: fix mishandling when the sack compression is deferred. + - net: dsa: mv88e6xxx: Increase wait after reset deactivation + - mtd: rawnand: marvell: ensure timing values are written + - mtd: rawnand: marvell: don't set the NAND frequency select + - rtnetlink: call validate_linkmsg in rtnl_create_link + - mptcp: avoid unneeded __mptcp_nmpc_socket() usage + - mptcp: add annotations around msk->subflow accesses + - mptcp: avoid unneeded address copy + - mptcp: simplify subflow_syn_recv_sock() + - mptcp: consolidate passive msk socket initialization + - mptcp: fix data race around msk->first access + - mptcp: add annotations around sk->sk_shutdown accesses + - drm/amdgpu: release gpu full access after "amdgpu_device_ip_late_init" + - watchdog: menz069_wdt: fix watchdog initialisation + - ALSA: hda: Glenfly: add HD Audio PCI IDs and HDMI Codec Vendor IDs. + - ASoC: Intel: soc-acpi-cht: Add quirk for Nextbook Ares 8A tablet + - drm/amdgpu: Use the default reset when loading or reloading the driver + - mailbox: mailbox-test: Fix potential double-free in + mbox_test_message_write() + - btrfs: abort transaction when sibling keys check fails for leaves + - ARM: 9295/1: unwind:fix unwind abort for uleb128 case + - hwmon: (k10temp) Add PCI ID for family 19, model 78h + - media: rcar-vin: Select correct interrupt mode for V4L2_FIELD_ALTERNATE + - platform/x86: intel_scu_pcidrv: Add back PCI ID for Medfield + - platform/mellanox: fix potential race in mlxbf-tmfifo driver + - drm/amdgpu: set gfx9 onwards APU atomics support to be true + - fbdev: imsttfb: Fix use after free bug in imsttfb_probe + - fbdev: modedb: Add 1920x1080 at 60 Hz video mode + - fbdev: stifb: Fix info entry in sti_struct on error path + - nbd: Fix debugfs_create_dir error checking + - block/rnbd: replace REQ_OP_FLUSH with REQ_OP_WRITE + - nvme-pci: add NVME_QUIRK_BOGUS_NID for HS-SSD-FUTURE 2048G + - nvme-pci: add quirk for missing secondary temperature thresholds + - ASoC: amd: yc: Add DMI entry to support System76 Pangolin 12 + - ASoC: dwc: limit the number of overrun messages + - um: harddog: fix modular build + - xfrm: Check if_id in inbound policy/secpath match + - ASoC: dt-bindings: Adjust #sound-dai-cells on TI's single-DAI codecs + - ALSA: hda/realtek: Add quirks for ASUS GU604V and GU603V + - ASoC: ssm2602: Add workaround for playback distortions + - media: dvb_demux: fix a bug for the continuity counter + - media: dvb-usb: az6027: fix three null-ptr-deref in az6027_i2c_xfer() + - media: dvb-usb-v2: ec168: fix null-ptr-deref in ec168_i2c_xfer() + - media: dvb-usb-v2: ce6230: fix null-ptr-deref in ce6230_i2c_master_xfer() + - media: dvb-usb-v2: rtl28xxu: fix null-ptr-deref in rtl28xxu_i2c_xfer + - media: dvb-usb: digitv: fix null-ptr-deref in digitv_i2c_xfer() + - media: dvb-usb: dw2102: fix uninit-value in su3000_read_mac_address + - media: netup_unidvb: fix irq init by register it at the end of probe + - media: dvb_ca_en50221: fix a size write bug + - media: ttusb-dec: fix memory leak in ttusb_dec_exit_dvb() + - media: mn88443x: fix !CONFIG_OF error by drop of_match_ptr from ID table + - media: dvb-core: Fix use-after-free due on race condition at dvb_net + - media: dvb-core: Fix use-after-free due to race at dvb_register_device() + - media: dvb-core: Fix use-after-free due to race condition at dvb_ca_en50221 + - ASoC: SOF: debug: conditionally bump runtime_pm counter on exceptions + - ASoC: SOF: pcm: fix pm_runtime imbalance in error handling + - ASoC: SOF: sof-client-probes: fix pm_runtime imbalance in error handling + - ASoC: SOF: pm: save io region state in case of errors in resume + - s390/pkey: zeroize key blobs + - s390/topology: honour nr_cpu_ids when adding CPUs + - ACPI: resource: Add IRQ override quirk for LG UltraPC 17U70P + - wifi: rtl8xxxu: fix authentication timeout due to incorrect RCR value + - ARM: dts: stm32: add pin map for CAN controller on stm32f7 + - arm64/mm: mark private VM_FAULT_X defines as vm_fault_t + - arm64: vdso: Pass (void *) to virt_to_page() + - wifi: mac80211: simplify chanctx allocation + - wifi: mac80211: consider reserved chanctx for mindef + - wifi: mac80211: recalc chanctx mindef before assigning + - wifi: iwlwifi: mvm: Add locking to the rate read flow + - scsi: core: Decrease scsi_device's iorequest_cnt if dispatch failed + - wifi: b43: fix incorrect __packed annotation + - netfilter: conntrack: define variables exp_nat_nla_policy and any_addr with + CONFIG_NF_NAT + - nvme-multipath: don't call blk_mark_disk_dead in nvme_mpath_remove_disk + - nvme: do not let the user delete a ctrl before a complete initialization + - ALSA: oss: avoid missing-prototype warnings + - drm/msm: Be more shouty if per-process pgtables aren't working + - atm: hide unused procfs functions + - ceph: silence smatch warning in reconnect_caps_cb() + - drm/amdgpu: skip disabling fence driver src_irqs when device is unplugged + - ublk: fix AB-BA lockdep warning + - nvme-pci: Add quirk for Teamgroup MP33 SSD + - block: Deny writable memory mapping if block is read-only + - KVM: arm64: vgic: Fix a circular locking issue + - KVM: arm64: vgic: Wrap vgic_its_create() with config_lock + - KVM: arm64: vgic: Fix locking comment + - media: mediatek: vcodec: Only apply 4K frame sizes on decoder formats + - mailbox: mailbox-test: fix a locking issue in mbox_test_message_write() + - drivers: base: cacheinfo: Fix shared_cpu_map changes in event of CPU hotplug + - media: uvcvideo: Don't expose unsupported formats to userspace + - iio: accel: st_accel: Fix invalid mount_matrix on devices without ACPI _ONT + method + - iio: adc: mxs-lradc: fix the order of two cleanup operations + - HID: google: add jewel USB id + - HID: wacom: avoid integer overflow in wacom_intuos_inout() + - iio: imu: inv_icm42600: fix timestamp reset + - dt-bindings: iio: adc: renesas,rcar-gyroadc: Fix adi,ad7476 compatible value + - iio: light: vcnl4035: fixed chip ID check + - iio: adc: stm32-adc: skip adc-channels setup if none is present + - iio: adc: ad_sigma_delta: Fix IRQ issue by setting IRQ_DISABLE_UNLAZY flag + - iio: dac: mcp4725: Fix i2c_master_send() return value handling + - iio: addac: ad74413: fix resistance input processing + - iio: adc: ad7192: Change "shorted" channels to differential + - iio: adc: stm32-adc: skip adc-diff-channels setup if none is present + - iio: dac: build ad5758 driver when AD5758 is selected + - net: usb: qmi_wwan: Set DTR quirk for BroadMobi BM818 + - dt-bindings: usb: snps,dwc3: Fix "snps,hsphy_interface" type + - usb: cdns3: fix NCM gadget RX speed 20x slow than expection at iMX8QM + - usb: gadget: f_fs: Add unbind event before functionfs_unbind + - md/raid5: fix miscalculation of 'end_sector' in raid5_read_one_chunk() + - misc: fastrpc: return -EPIPE to invocations on device removal + - misc: fastrpc: reject new invocations during device removal + - scsi: stex: Fix gcc 13 warnings + - ata: libata-scsi: Use correct device no in ata_find_dev() + - drm/amdgpu: enable tmz by default for GC 11.0.1 + - drm/amd/pm: reverse mclk and fclk clocks levels for SMU v13.0.4 + - drm/amd/pm: reverse mclk and fclk clocks levels for vangogh + - drm/amd/pm: resolve reboot exception for si oland + - drm/amd/pm: reverse mclk clocks levels for SMU v13.0.5 + - drm/amd/pm: reverse mclk and fclk clocks levels for yellow carp + - drm/amd/pm: reverse mclk and fclk clocks levels for renoir + - mmc: vub300: fix invalid response handling + - mmc: pwrseq: sd8787: Fix WILC CHIP_EN and RESETN toggling order + - tty: serial: fsl_lpuart: use UARTCTRL_TXINV to send break instead of + UARTCTRL_SBK + - btrfs: fix csum_tree_block page iteration to avoid tripping on + -Werror=array-bounds + - phy: qcom-qmp-combo: fix init-count imbalance + - phy: qcom-qmp-pcie-msm8996: fix init-count imbalance + - block: fix revalidate performance regression + - powerpc/iommu: Limit number of TCEs to 512 for H_STUFF_TCE hcall + - iommu/amd: Fix domain flush size when syncing iotlb + - tpm, tpm_tis: correct tpm_tis_flags enumeration values + - riscv: perf: Fix callchain parse error with kernel tracepoint events + - io_uring: undeprecate epoll_ctl support + - selinux: don't use make's grouped targets feature yet + - mtdchar: mark bits of ioctl handler noinline + - tracing/timerlat: Always wakeup the timerlat thread + - tracing/histograms: Allow variables to have some modifiers + - tracing/probe: trace_probe_primary_from_call(): checked list_first_entry + - selftests: mptcp: connect: skip if MPTCP is not supported + - selftests: mptcp: pm nl: skip if MPTCP is not supported + - selftests: mptcp: join: skip if MPTCP is not supported + - selftests: mptcp: sockopt: skip if MPTCP is not supported + - selftests: mptcp: userspace pm: skip if MPTCP is not supported + - mptcp: fix connect timeout handling + - mptcp: fix active subflow finalization + - ext4: add EA_INODE checking to ext4_iget() + - ext4: set lockdep subclass for the ea_inode in ext4_xattr_inode_cache_find() + - ext4: disallow ea_inodes with extended attributes + - ext4: add lockdep annotations for i_data_sem for ea_inode's + - fbcon: Fix null-ptr-deref in soft_cursor + - serial: 8250_tegra: Fix an error handling path in tegra_uart_probe() + - serial: cpm_uart: Fix a COMPILE_TEST dependency + - powerpc/xmon: Use KSYM_NAME_LEN in array size + - test_firmware: fix a memory leak with reqs buffer + - test_firmware: fix the memory leak of the allocated firmware buffer + - KVM: arm64: Populate fault info for watchpoint + - KVM: x86: Account fastpath-only VM-Exits in vCPU stats + - ksmbd: fix credit count leakage + - ksmbd: fix UAF issue from opinfo->conn + - ksmbd: fix incorrect AllocationSize set in smb2_get_info + - ksmbd: fix slab-out-of-bounds read in smb2_handle_negotiate + - ksmbd: fix multiple out-of-bounds read during context decoding + - KEYS: asymmetric: Copy sig and digest in public_key_verify_signature() + - fs/ntfs3: Validate MFT flags before replaying logs + - regmap: Account for register length when chunking + - tpm, tpm_tis: Request threaded interrupt handler + - iommu/amd/pgtbl_v2: Fix domain max address + - drm/amd/display: Have Payload Properly Created After Resume + - tls: rx: strp: don't use GFP_KERNEL in softirq context + - selftests: mptcp: diag: skip if MPTCP is not supported + - selftests: mptcp: simult flows: skip if MPTCP is not supported + - selftests: mptcp: join: avoid using 'cmp --bytes' + - ext4: enable the lazy init thread when remounting read/write + - iommu: Make IPMMU_VMSA dependencies more strict + - [Config] updateconfigs for IPMMU_VMSA + - iommu/amd: Add missing domain type checks + - efi: Bump stub image version for macOS HVF compatibility + - rxrpc: Truncate UTS_RELEASE for rxrpc version + - net: renesas: rswitch: Fix return value in error path of xmit + - KVM: arm64: Prevent unconditional donation of unmapped regions from the host + - KVM: arm64: Reload PTE after invoking walker callback on preorder traversal + - iio: ad4130: Make sure clock provider gets removed + - iio: adc: mt6370: Fix ibus and ibat scaling value of some specific vendor ID + chips + - iio: accel: kx022a fix irq getting + - misc: fastrpc: Reassign memory ownership only for remote heap + - module/decompress: Fix error checking on zstd decompression + - dmaengine: at_hdmac: Repair bitfield macros for peripheral ID handling + - dmaengine: at_hdmac: Extend the Flow Controller bitfield to three bits + - test_firmware: prevent race conditions by a correct implementation of + locking + - KVM: arm64: Drop last page ref in kvm_pgtable_stage2_free_removed() + - KVM: x86/mmu: Grab memslot for correct address space in NX recovery worker + - Upstream stable to v6.1.33, v6.3.7 + - scsi: megaraid_sas: Add flexible array member for SGLs + - net: sfp: fix state loss when updating state_hw_mask + - spi: mt65xx: make sure operations completed before unloading + - platform/surface: aggregator: Allow completion work-items to be executed in + parallel + - platform/surface: aggregator_tabletsw: Add support for book mode in KIP + subsystem + - spi: qup: Request DMA before enabling clocks + - afs: Fix setting of mtime when creating a file/dir/symlink + - wifi: mt76: mt7615: fix possible race in mt7615_mac_sta_poll + - bpf, sockmap: Avoid potential NULL dereference in + sk_psock_verdict_data_ready() + - neighbour: fix unaligned access to pneigh_entry + - net: dsa: lan9303: allow vid != 0 in port_fdb_{add|del} methods + - net/ipv4: ping_group_range: allow GID from 2147483648 to 4294967294 + - bpf: Fix UAF in task local storage + - bpf: Fix elem_size not being set for inner maps + - net/ipv6: fix bool/int mismatch for skip_notify_on_dev_down + - net/smc: Avoid to access invalid RMBs' MRs in SMCRv1 ADD LINK CONT + - net: enetc: correct the statistics of rx bytes + - net: enetc: correct rx_bytes statistics of XDP + - net/sched: fq_pie: ensure reasonable TCA_FQ_PIE_QUANTUM values + - Bluetooth: hci_sync: add lock to protect HCI_UNREGISTER + - Bluetooth: Fix l2cap_disconnect_req deadlock + - Bluetooth: ISO: don't try to remove CIG if there are bound CIS left + - Bluetooth: L2CAP: Add missing checks for invalid DCID + - wifi: mac80211: use correct iftype HE cap + - wifi: cfg80211: reject bad AP MLD address + - wifi: mac80211: mlme: fix non-inheritence element + - wifi: mac80211: don't translate beacon/presp addrs + - qed/qede: Fix scheduling while atomic + - wifi: cfg80211: fix locking in sched scan stop work + - selftests/bpf: Verify optval=NULL case + - selftests/bpf: Fix sockopt_sk selftest + - netfilter: nft_bitwise: fix register tracking + - netfilter: conntrack: fix NULL pointer dereference in nf_confirm_cthelper + - netfilter: ipset: Add schedule point in call_ad(). + - netfilter: nf_tables: out-of-bound check in chain blob + - ipv6: rpl: Fix Route of Death. + - tcp: gso: really support BIG TCP + - rfs: annotate lockless accesses to sk->sk_rxhash + - rfs: annotate lockless accesses to RFS sock flow table + - net: sched: add rcu annotations around qdisc->qdisc_sleeping + - drm/i915/selftests: Add some missing error propagation + - net: sched: move rtm_tca_policy declaration to include file + - net: sched: act_police: fix sparse errors in tcf_police_dump() + - net: sched: fix possible refcount leak in tc_chain_tmplt_add() + - bpf: Add extra path pointer check to d_path helper + - drm/amdgpu: fix Null pointer dereference error in amdgpu_device_recover_vram + - lib: cpu_rmap: Fix potential use-after-free in irq_cpu_rmap_release() + - net: bcmgenet: Fix EEE implementation + - bnxt_en: Don't issue AP reset during ethtool's reset operation + - bnxt_en: Query default VLAN before VNIC setup on a VF + - bnxt_en: Skip firmware fatal error recovery if chip is not accessible + - bnxt_en: Prevent kernel panic when receiving unexpected PHC_UPDATE event + - bnxt_en: Implement .set_port / .unset_port UDP tunnel callbacks + - batman-adv: Broken sync while rescheduling delayed work + - Input: xpad - delete a Razer DeathAdder mouse VID/PID entry + - Input: psmouse - fix OOB access in Elantech protocol + - Input: fix open count when closing inhibited device + - ALSA: hda: Fix kctl->id initialization + - ALSA: ymfpci: Fix kctl->id initialization + - ALSA: gus: Fix kctl->id initialization + - ALSA: cmipci: Fix kctl->id initialization + - ALSA: hda/realtek: Add quirk for Clevo NS50AU + - ALSA: ice1712,ice1724: fix the kcontrol->id initialization + - ALSA: hda/realtek: Add a quirk for HP Slim Desktop S01 + - ALSA: hda/realtek: Add quirks for Asus ROG 2024 laptops using CS35L41 + - drm/i915/gt: Use the correct error value when kernel_context() fails + - drm/amdgpu: fix xclk freq on CHIP_STONEY + - drm/amdgpu: change reserved vram info print + - drm/amd/pm: Fix power context allocation in SMU13 + - drm/amd/display: Reduce sdp bw after urgent to 90% + - wifi: iwlwifi: mvm: Fix -Warray-bounds bug in iwl_mvm_wait_d3_notif() + - can: j1939: j1939_sk_send_loop_abort(): improved error queue handling in + J1939 Socket + - can: j1939: change j1939_netdev_lock type to mutex + - can: j1939: avoid possible use-after-free when j1939_can_rx_register fails + - mptcp: only send RM_ADDR in nl_cmd_remove + - mptcp: add address into userspace pm list + - mptcp: update userspace pm infos + - selftests: mptcp: update userspace pm addr tests + - selftests: mptcp: update userspace pm subflow tests + - ceph: fix use-after-free bug for inodes when flushing capsnaps + - s390/dasd: Use correct lock while counting channel queue length + - Bluetooth: Fix use-after-free in hci_remove_ltk/hci_remove_irk + - Bluetooth: fix debugfs registration + - Bluetooth: hci_qca: fix debugfs registration + - tee: amdtee: Add return_origin to 'struct tee_cmd_load_ta' + - rbd: move RBD_OBJ_FLAG_COPYUP_ENABLED flag setting + - rbd: get snapshot context after exclusive lock is ensured to be held + - virtio_net: use control_buf for coalesce params + - soc: qcom: icc-bwmon: fix incorrect error code passed to dev_err_probe() + - pinctrl: meson-axg: add missing GPIOA_18 gpio group + - usb: usbfs: Enforce page requirements for mmap + - usb: usbfs: Use consistent mmap functions + - mm: page_table_check: Make it dependent on EXCLUSIVE_SYSTEM_RAM + - mm: page_table_check: Ensure user pages are not slab pages + - arm64: dts: qcom: sc8280xp: Flush RSC sleep & wake votes + - ARM: at91: pm: fix imbalanced reference counter for ethernet devices + - ARM: dts: at91: sama7g5ek: fix debounce delay property for shdwc + - ASoC: codecs: wsa883x: do not set can_multi_write flag + - ASoC: codecs: wsa881x: do not set can_multi_write flag + - arm64: dts: qcom: sc7180-lite: Fix SDRAM freq for misidentified sc7180-lite + boards + - arm64: dts: imx8qm-mek: correct GPIOs for USDHC2 CD and WP signals + - arm64: dts: imx8-ss-dma: assign default clock rate for lpuarts + - ASoC: mediatek: mt8195-afe-pcm: Convert to platform remove callback + returning void + - ASoC: mediatek: mt8195: fix use-after-free in driver remove path + - ASoC: simple-card-utils: fix PCM constraint error check + - blk-mq: fix blk_mq_hw_ctx active request accounting + - arm64: dts: imx8mn-beacon: Fix SPI CS pinmux + - i2c: mv64xxx: Fix reading invalid status value in atomic mode + - firmware: arm_ffa: Set handle field to zero in memory descriptor + - gpio: sim: fix memory corruption when adding named lines and unnamed hogs + - i2c: sprd: Delete i2c adapter in .remove's error path + - riscv: mm: Ensure prot of VM_WRITE and VM_EXEC must be readable + - eeprom: at24: also select REGMAP + - soundwire: stream: Add missing clear of alloc_slave_rt + - riscv: fix kprobe __user string arg print fault issue + - [Config] updateconfigs for ARCH_HAS_NON_OVERLAPPING_ADDRESS_SPACE + - vduse: avoid empty string for dev name + - vhost: support PACKED when setting-getting vring_base + - vhost_vdpa: support PACKED when setting-getting vring_base + - ksmbd: fix out-of-bound read in deassemble_neg_contexts() + - ksmbd: fix out-of-bound read in parse_lease_state() + - ksmbd: check the validation of pdu_size in ksmbd_conn_handler_loop + - ext4: only check dquot_initialize_needed() when debugging + - wifi: rtw89: correct PS calculation for SUPPORTS_DYNAMIC_PS + - wifi: rtw88: correct PS calculation for SUPPORTS_DYNAMIC_PS + - Bluetooth: Split bt_iso_qos into dedicated structures + - Bluetooth: ISO: consider right CIS when removing CIG at cleanup + - Bluetooth: ISO: Fix CIG auto-allocation to select configurable CIG + - netfilter: nf_tables: Add null check for nla_nest_start_noflag() in + nft_dump_basechain_hook() + - drm/lima: fix sched context destroy + - net: openvswitch: fix upcall counter access before allocation + - bnxt_en: Fix bnxt_hwrm_update_rss_hash_cfg() + - Input: cyttsp5 - fix array length + - soc: qcom: rpmh-rsc: drop redundant unsigned >=0 comparision + - arm64: dts: qcom: sm6375-pdx225: Fix remoteproc firmware paths + - vdpa/mlx5: Fix hang when cvq commands are triggered during device unregister + - ksmbd: fix posix_acls and acls dereferencing possible ERR_PTR() + - Upstream stable to v6.1.34, v6.3.8 + * CVE-2023-4273 + - exfat: check if filename entries exceeds max filename length + * CVE-2023-4128 + - net/sched: cls_u32: No longer copy tcf_result on update to avoid use-after- + free + - net/sched: cls_fw: No longer copy tcf_result on update to avoid use-after- + free + - net/sched: cls_route: No longer copy tcf_result on update to avoid use- + after-free + * CVE-2023-3212 + - gfs2: Don't deref jdesc in evict + + -- Stefan Bader Thu, 07 Sep 2023 14:46:00 +0200 + +linux-lowlatency (6.2.0-1012.12) lunar; urgency=medium + + * lunar/linux-lowlatency: 6.2.0-1012.12 -proposed tracker (LP: #2030374) + + [ Ubuntu: 6.2.0-32.32 ] + + * lunar/linux: 6.2.0-32.32 -proposed tracker (LP: #2031134) + * libgnutls report "trap invalid opcode" when trying to install packages over + https (LP: #2031093) + - [Config]: disable CONFIG_GDS_FORCE_MITIGATION + + [ Ubuntu: 6.2.0-30.30 ] + + * lunar/linux: 6.2.0-30.30 -proposed tracker (LP: #2030381) + * CVE-2022-40982 + - init: Provide arch_cpu_finalize_init() + - x86/cpu: Switch to arch_cpu_finalize_init() + - ARM: cpu: Switch to arch_cpu_finalize_init() + - ia64/cpu: Switch to arch_cpu_finalize_init() + - m68k/cpu: Switch to arch_cpu_finalize_init() + - mips/cpu: Switch to arch_cpu_finalize_init() + - sh/cpu: Switch to arch_cpu_finalize_init() + - sparc/cpu: Switch to arch_cpu_finalize_init() + - um/cpu: Switch to arch_cpu_finalize_init() + - init: Remove check_bugs() leftovers + - init: Invoke arch_cpu_finalize_init() earlier + - init, x86: Move mem_encrypt_init() into arch_cpu_finalize_init() + - x86/init: Initialize signal frame size late + - x86/fpu: Remove cpuinfo argument from init functions + - x86/fpu: Mark init functions __init + - x86/fpu: Move FPU initialization into arch_cpu_finalize_init() + - x86/mem_encrypt: Unbreak the AMD_MEM_ENCRYPT=n build + - x86/xen: Fix secondary processors' FPU initialization + - x86/speculation: Add Gather Data Sampling mitigation + - x86/speculation: Add force option to GDS mitigation + - x86/speculation: Add Kconfig option for GDS + - KVM: Add GDS_NO support to KVM + - Documentation/x86: Fix backwards on/off logic about YMM support + - [Config]: Enable CONFIG_ARCH_HAS_CPU_FINALIZE_INIT and + CONFIG_GDS_FORCE_MITIGATION + * CVE-2023-4015 + - netfilter: nf_tables: add NFT_TRANS_PREPARE_ERROR to deal with bound + set/chain + - netfilter: nf_tables: unbind non-anonymous set if rule construction fails + - netfilter: nf_tables: skip immediate deactivate in _PREPARE_ERROR + * CVE-2023-3995 + - netfilter: nf_tables: disallow rule addition to bound chain via + NFTA_RULE_CHAIN_ID + * CVE-2023-3777 + - netfilter: nf_tables: skip bound chain on rule flush + * CVE-2023-3609 + - net/sched: cls_u32: Fix reference counter leak leading to overflow + * NULL pointer dereference on CS35L41 HDA AMP (LP: #2029199) + - ASoC: cs35l41: Refactor error release code + - ALSA: cs35l41: Add shared boost feature + - ASoC: dt-bindings: cirrus, cs35l41: Document CS35l41 shared boost + - ALSA: hda: cs35l41: Ensure firmware/tuning pairs are always loaded + - ALSA: hda: cs35l41: Enable Amp High Pass Filter + - 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 + * Reboot command powers off the system (LP: #2029332) + - x86/smp: Make stop_other_cpus() more robust + - x86/smp: Dont access non-existing CPUID leaf + * losetup with mknod fails on jammy with kernel 5.15.0-69-generic + (LP: #2015400) + - loop: deprecate autoloading callback loop_probe() + - loop: do not enforce max_loop hard limit by (new) default + * Fix UBSAN in Intel EDAC driver (LP: #2028746) + - EDAC/skx_common: Enable EDAC support for the "near" memory + - EDAC/skx_common: Delete duplicated and unreachable code + - EDAC/i10nm: Add Intel Emerald Rapids server support + - EDAC/i10nm: Make more configurations CPU model specific + - EDAC/i10nm: Add Intel Granite Rapids server support + - EDAC/i10nm: Skip the absent memory controllers + * Make TTY switching possible for NVIDIA when it's boot VGA (LP: #2028749) + - drm/gma500: Use drm_aperture_remove_conflicting_pci_framebuffers + - video/aperture: use generic code to figure out the vga default device + - drm/aperture: Remove primary argument + - video/aperture: Only kick vgacon when the pdev is decoding vga + - video/aperture: Move vga handling to pci function + - video/aperture: Drop primary argument + - video/aperture: Only remove sysfb on the default vga pci device + - fbdev: Simplify fb_is_primary_device for x86 + - video/aperture: Provide a VGA helper for gma500 and internal use + * Fix AMD gpu hang when screen off/on (LP: #2028740) + - drm/amd/display: Keep PHY active for dp config + * Various backlight issues with the 6.0/6.1 kernel (LP: #2023638) + - ACPI: video: Stop trying to use vendor backlight control on laptops from + after ~2012 + * FM350(mtk_t7xx) failed to suspend, or early wake while suspending + (LP: #2020743) + - net: wwan: t7xx: Ensure init is completed before system sleep + * Include the MAC address pass through function on RTL8153DD-CG (LP: #2020295) + - r8152: add USB device driver for config selection + * CVE-2023-20593 + - x86/cpu/amd: Move the errata checking functionality up + - x86/cpu/amd: Add a Zenbleed fix + * CVE-2023-4004 + - netfilter: nft_set_pipapo: fix improper element removal + * CVE-2023-3611 + - net/sched: sch_qfq: refactor parsing of netlink parameters + - net/sched: sch_qfq: account for stab overhead in qfq_enqueue + * CVE-2023-3610 + - netfilter: nf_tables: fix chain binding transaction logic + * CVE-2023-2898 + - f2fs: fix to avoid NULL pointer dereference f2fs_write_end_io() + * Fix speaker volume too low on HP G10 laptops (LP: #2023197) + - ALSA: hda/realtek: Enable 4 amplifiers instead of 2 on a HP platform + * stacked overlay file system mounts that have chroot() called against them + appear to be getting locked (by the kernel most likely?) (LP: #2016398) + - SAUCE: overlayfs: fix reference count mismatch + * arm64+ast2600: No Output from BMC's VGA port (LP: #2026776) + - drm/ast: Fix ARM compatibility + * Fix eDP only displays 3/4 area after switching to mirror mode with external + HDMI 4K monitor (LP: #2024273) + - drm/i915: Allow arbitrary refresh rates with VRR eDP panels + * Fix AMDGPU: the screen freeze with W7500 (LP: #2027957) + - drm/amd/pm: share the code around SMU13 pcie parameters update + - drm/amd/pm: conditionally disable pcie lane/speed switching for SMU13 + - drm/amd: Move helper for dynamic speed switch check out of smu13 + - drm/amd: Align SMU11 SMU_MSG_OverridePcieParameters implementation with + SMU13 + * UBSAN: shift-out-of-bounds in amd_sfh (LP: #2027773) + - HID: amd_sfh: Rename the float32 variable + - HID: amd_sfh: Fix for shift-out-of-bounds + * cifs: fix mid leak during reconnection after timeout threshold + (LP: #2029138) + - cifs: fix mid leak during reconnection after timeout threshold + * Lunar update: upstream stable patchset 2023-07-28 (LP: #2028979) + - usb: dwc3: fix gadget mode suspend interrupt handler issue + - tpm, tpm_tis: Avoid cache incoherency in test for interrupts + - tpm, tpm_tis: Only handle supported interrupts + - tpm_tis: Use tpm_chip_{start,stop} decoration inside tpm_tis_resume + - tpm, tpm_tis: startup chip before testing for interrupts + - tpm: Re-enable TPM chip boostrapping non-tpm_tis TPM drivers + - tpm: Prevent hwrng from activating during resume + - watchdog: sp5100_tco: Immediately trigger upon starting. + - drm/amd/display: hpd rx irq not working with eDP interface + - ocfs2: Switch to security_inode_init_security() + - platform/x86/intel/ifs: Annotate work queue on stack so object debug does + not complain + - ALSA: hda/ca0132: add quirk for EVGA X299 DARK + - ALSA: hda: Fix unhandled register update during auto-suspend period + - ALSA: hda/realtek: Enable headset onLenovo M70/M90 + - SUNRPC: Don't change task->tk_status after the call to rpc_exit_task + - mmc: sdhci-esdhc-imx: make "no-mmc-hs400" works + - mmc: block: ensure error propagation for non-blk + - power: supply: axp288_fuel_gauge: Fix external_power_changed race + - power: supply: bq25890: Fix external_power_changed race + - ASoC: rt5682: Disable jack detection interrupt during suspend + - net: cdc_ncm: Deal with too low values of dwNtbOutMaxSize + - m68k: Move signal frame following exception on 68020/030 + - xtensa: fix signal delivery to FDPIC process + - xtensa: add __bswap{si,di}2 helpers + - parisc: Use num_present_cpus() in alternative patching code + - parisc: Handle kgdb breakpoints only in kernel context + - parisc: Fix flush_dcache_page() for usage from irq context + - parisc: Allow to reboot machine after system halt + - parisc: Enable LOCKDEP support + - parisc: Handle kprobes breakpoints only in kernel context + - gpio: mockup: Fix mode of debugfs files + - btrfs: use nofs when cleaning up aborted transactions + - dt-binding: cdns,usb3: Fix cdns,on-chip-buff-size type + - drm/mgag200: Fix gamma lut not initialized. + - drm/radeon: reintroduce radeon_dp_work_func content + - drm/amd/pm: add missing NotifyPowerSource message mapping for SMU13.0.7 + - drm/amd/pm: Fix output of pp_od_clk_voltage + - Revert "binder_alloc: add missing mmap_lock calls when using the VMA" + - Revert "android: binder: stop saving a pointer to the VMA" + - binder: add lockless binder_alloc_(set|get)_vma() + - binder: fix UAF caused by faulty buffer cleanup + - binder: fix UAF of alloc->vma in race with munmap() + - selftests/memfd: Fix unknown type name build failure + - drm/amd/amdgpu: limit one queue per gang + - perf/x86/uncore: Correct the number of CHAs on SPR + - x86/topology: Fix erroneous smp_num_siblings on Intel Hybrid platforms + - irqchip/mips-gic: Don't touch vl_map if a local interrupt is not routable + - irqchip/mips-gic: Use raw spinlock for gic_lock + - debugobjects: Don't wake up kswapd from fill_pool() + - fbdev: udlfb: Fix endpoint check + - net: fix stack overflow when LRO is disabled for virtual interfaces + - udplite: Fix NULL pointer dereference in __sk_mem_raise_allocated(). + - USB: core: Add routines for endpoint checks in old drivers + - USB: sisusbvga: Add endpoint checks + - media: radio-shark: Add endpoint checks + - ASoC: lpass: Fix for KASAN use_after_free out of bounds + - net: fix skb leak in __skb_tstamp_tx() + - drm: fix drmm_mutex_init() + - selftests: fib_tests: mute cleanup error message + - octeontx2-pf: Fix TSOv6 offload + - bpf: Fix mask generation for 32-bit narrow loads of 64-bit fields + - bpf: fix a memory leak in the LRU and LRU_PERCPU hash maps + - lan966x: Fix unloading/loading of the driver + - ipv6: Fix out-of-bounds access in ipv6_find_tlv() + - cifs: mapchars mount option ignored + - power: supply: leds: Fix blink to LED on transition + - power: supply: mt6360: add a check of devm_work_autocancel in + mt6360_charger_probe + - power: supply: bq27xxx: Fix bq27xxx_battery_update() race condition + - power: supply: bq27xxx: Fix I2C IRQ race on remove + - power: supply: bq27xxx: Fix poll_interval handling and races on remove + - power: supply: bq27xxx: Add cache parameter to + bq27xxx_battery_current_and_status() + - power: supply: bq27xxx: Move bq27xxx_battery_update() down + - power: supply: bq27xxx: Ensure power_supply_changed() is called on current + sign changes + - power: supply: bq27xxx: After charger plug in/out wait 0.5s for things to + stabilize + - power: supply: bq25890: Call power_supply_changed() after updating input + current or voltage + - power: supply: bq24190: Call power_supply_changed() after updating input + current + - power: supply: sbs-charger: Fix INHIBITED bit for Status reg + - optee: fix uninited async notif value + - firmware: arm_ffa: Check if ffa_driver remove is present before executing + - firmware: arm_ffa: Fix FFA device names for logical partitions + - fs: fix undefined behavior in bit shift for SB_NOUSER + - regulator: pca9450: Fix BUCK2 enable_mask + - platform/x86: ISST: Remove 8 socket limit + - coresight: Fix signedness bug in tmc_etr_buf_insert_barrier_packet() + - ARM: dts: imx6qdl-mba6: Add missing pvcie-supply regulator + - xen/pvcalls-back: fix double frees with pvcalls_new_active_socket() + - x86/show_trace_log_lvl: Ensure stack pointer is aligned, again + - ASoC: Intel: Skylake: Fix declaration of enum skl_ch_cfg + - ASoC: Intel: avs: Fix declaration of enum avs_channel_config + - ASoC: Intel: avs: Access path components under lock + - cxl: Wait Memory_Info_Valid before access memory related info + - sctp: fix an issue that plpmtu can never go to complete state + - forcedeth: Fix an error handling path in nv_probe() + - platform/mellanox: mlxbf-pmc: fix sscanf() error checking + - net/mlx5e: Fix SQ wake logic in ptp napi_poll context + - net/mlx5e: Fix deadlock in tc route query code + - net/mlx5e: Use correct encap attribute during invalidation + - net/mlx5e: do as little as possible in napi poll when budget is 0 + - net/mlx5: DR, Fix crc32 calculation to work on big-endian (BE) CPUs + - net/mlx5: Handle pairing of E-switch via uplink un/load APIs + - net/mlx5: DR, Check force-loopback RC QP capability independently from RoCE + - net/mlx5: Fix error message when failing to allocate device memory + - net/mlx5: Collect command failures data only for known commands + - net/mlx5: Devcom, fix error flow in mlx5_devcom_register_device + - net/mlx5: Devcom, serialize devcom registration + - arm64: dts: imx8mn-var-som: fix PHY detection bug by adding deassert delay + - firmware: arm_ffa: Set reserved/MBZ fields to zero in the memory descriptors + - regulator: mt6359: add read check for PMIC MT6359 + - net/smc: Reset connection when trying to use SMCRv2 fails. + - 3c589_cs: Fix an error handling path in tc589_probe() + - net: phy: mscc: add VSC8502 to MODULE_DEVICE_TABLE + - wifi: rtw89: 8852b: adjust quota to avoid SER L1 caused by access null page + - zsmalloc: move LRU update from zs_map_object() to zs_malloc() + - mm/vmemmap/devdax: fix kernel crash when probing devdax devices + - cifs: fix smb1 mount regression + - cxl: Move cxl_await_media_ready() to before capacity info retrieval + - net: ethernet: mtk_eth_soc: fix QoS on DSA MAC on non MTK_NETSYS_V2 SoCs + - Upstream stable to v6.1.31, v6.3.5 + - inet: Add IP_LOCAL_PORT_RANGE socket option + - ipv{4,6}/raw: fix output xfrm lookup wrt protocol + - firmware: arm_ffa: Fix usage of partition info get count flag + - selftests/bpf: Fix pkg-config call building sign-file + - platform/x86/amd/pmf: Fix CnQF and auto-mode after resume + - tls: rx: device: fix checking decryption status + - tls: rx: strp: set the skb->len of detached / CoW'ed skbs + - tls: rx: strp: fix determining record length in copy mode + - tls: rx: strp: force mixed decrypted records into copy mode + - tls: rx: strp: factor out copying skb data + - tls: rx: strp: preserve decryption status of skbs when needed + - net/mlx5: E-switch, Devcom, sync devcom events and devcom comp register + - gpio-f7188x: fix chip name and pin count on Nuvoton chip + - bpf, sockmap: Pass skb ownership through read_skb + - bpf, sockmap: Convert schedule_work into delayed_work + - bpf, sockmap: Reschedule is now done through backlog + - bpf, sockmap: Improved check for empty queue + - bpf, sockmap: Handle fin correctly + - bpf, sockmap: TCP data stall on recv before accept + - bpf, sockmap: Wake up polling after data copy + - bpf, sockmap: Incorrectly handling copied_seq + - blk-mq: fix race condition in active queue accounting + - vfio/type1: check pfn valid before converting to struct page + - net: page_pool: use in_softirq() instead + - page_pool: fix inconsistency for page_pool_ring_[un]lock() + - net: phy: mscc: enable VSC8501/2 RGMII RX clock + - wifi: iwlwifi: mvm: support wowlan info notification version 2 + - drm/amd: Don't allow s0ix on APUs older than Raven + - bluetooth: Add cmd validity checks at the start of hci_sock_ioctl() + - Revert "thermal/drivers/mellanox: Use generic thermal_zone_get_trip() + function" + - block: fix bio-cache for passthru IO + - cpufreq: amd-pstate: Update policy->cur in amd_pstate_adjust_perf() + - cpufreq: amd-pstate: Add ->fast_switch() callback + - netfilter: ctnetlink: Support offloaded conntrack entry deletion + - tools headers UAPI: Sync the linux/in.h with the kernel sources + - gpiolib: fix allocation of mixed dynamic/static GPIOs + - net: fec: add dma_wmb to ensure correct descriptor values + - cxl/port: Fix NULL pointer access in devm_cxl_add_port() + - blk-wbt: fix that wbt can't be disabled by default + - Upstream stable to v6.1.32, v6.3.6 + * sysfs msi_irqs directory empty with kernel-5.19 when being a xen guest + (LP: #2022354) // Lunar update: upstream stable patchset 2023-07-28 + (LP: #2028979) + - x86/pci/xen: populate MSI sysfs entries + * Lunar update: upstream stable patchset 2023-07-26 (LP: #2028808) + - drm/fbdev-generic: prohibit potential out-of-bounds access + - drm/mipi-dsi: Set the fwnode for mipi_dsi_device + - ARM: 9296/1: HP Jornada 7XX: fix kernel-doc warnings + - net: skb_partial_csum_set() fix against transport header magic value + - net: mdio: mvusb: Fix an error handling path in mvusb_mdio_probe() + - scsi: ufs: core: Fix I/O hang that occurs when BKOPS fails in W-LUN suspend + - tick/broadcast: Make broadcast device replacement work correctly + - linux/dim: Do nothing if no time delta between samples + - net: stmmac: Initialize MAC_ONEUS_TIC_COUNTER register + - net: Fix load-tearing on sk->sk_stamp in sock_recv_cmsgs(). + - net: phy: bcm7xx: Correct read from expansion register + - netfilter: nf_tables: always release netdev hooks from notifier + - netfilter: conntrack: fix possible bug_on with enable_hooks=1 + - bonding: fix send_peer_notif overflow + - netlink: annotate accesses to nlk->cb_running + - net: annotate sk->sk_err write from do_recvmmsg() + - net: deal with most data-races in sk_wait_event() + - net: add vlan_get_protocol_and_depth() helper + - tcp: add annotations around sk->sk_shutdown accesses + - gve: Remove the code of clearing PBA bit + - net: mscc: ocelot: fix stat counter register values + - net: datagram: fix data-races in datagram_poll() + - af_unix: Fix a data race of sk->sk_receive_queue->qlen. + - af_unix: Fix data races around sk->sk_shutdown. + - drm/i915/guc: Don't capture Gen8 regs on Xe devices + - drm/i915: Fix NULL ptr deref by checking new_crtc_state + - drm/i915/dp: prevent potential div-by-zero + - drm/i915: Expand force_probe to block probe of devices as well. + - drm/i915: taint kernel when force probing unsupported devices + - fbdev: arcfb: Fix error handling in arcfb_probe() + - ext4: reflect error codes from ext4_multi_mount_protect() to its callers + - ext4: allow to find by goal if EXT4_MB_HINT_GOAL_ONLY is set + - ext4: allow ext4_get_group_info() to fail + - refscale: Move shutdown from wait_event() to wait_event_idle() + - selftests: cgroup: Add 'malloc' failures checks in test_memcontrol + - rcu: Protect rcu_print_task_exp_stall() ->exp_tasks access + - open: return EINVAL for O_DIRECTORY | O_CREAT + - fs: hfsplus: remove WARN_ON() from hfsplus_cat_{read,write}_inode() + - drm/displayid: add displayid_get_header() and check bounds better + - drm/amd/display: populate subvp cmd info only for the top pipe + - drm/amd/display: Correct DML calculation to align HW formula + - platform/x86: x86-android-tablets: Add Acer Iconia One 7 B1-750 data + - drm/amd/display: Enable HostVM based on rIOMMU active + - drm/amd/display: Use DC_LOG_DC in the trasform pixel function + - regmap: cache: Return error in cache sync operations for REGCACHE_NONE + - remoteproc: imx_dsp_rproc: Add custom memory copy implementation for i.MX + DSP Cores + - arm64: dts: qcom: msm8996: Add missing DWC3 quirks + - media: cx23885: Fix a null-ptr-deref bug in buffer_prepare() and + buffer_finish() + - media: pci: tw68: Fix null-ptr-deref bug in buf prepare and finish + - media: pvrusb2: VIDEO_PVRUSB2 depends on DVB_CORE to use dvb_* symbols + - ACPI: processor: Check for null return of devm_kzalloc() in fch_misc_setup() + - drm/rockchip: dw_hdmi: cleanup drm encoder during unbind + - arm64: dts: imx8mq-librem5: Remove dis_u3_susphy_quirk from usb_dwc3_0 + - firmware: arm_sdei: Fix sleep from invalid context BUG + - ACPI: EC: Fix oops when removing custom query handlers + - drm/amd/display: fixed dcn30+ underflow issue + - remoteproc: stm32_rproc: Add mutex protection for workqueue + - drm/tegra: Avoid potential 32-bit integer overflow + - drm/msm/dp: Clean up handling of DP AUX interrupts + - ACPICA: Avoid undefined behavior: applying zero offset to null pointer + - ACPICA: ACPICA: check null return of ACPI_ALLOCATE_ZEROED in + acpi_db_display_objects + - arm64: dts: qcom: sdm845-polaris: Drop inexistent properties + - irqchip/gicv3: Workaround for NVIDIA erratum T241-FABRIC-4 + - ACPI: video: Remove desktops without backlight DMI quirks + - drm/amd/display: Correct DML calculation to follow HW SPEC + - drm/amd: Fix an out of bounds error in BIOS parser + - drm/amdgpu: Fix sdma v4 sw fini error + - media: Prefer designated initializers over memset for subdev pad ops + - media: mediatek: vcodec: Fix potential array out-of-bounds in decoder + queue_setup + - wifi: ath: Silence memcpy run-time false positive warning + - bpf: Annotate data races in bpf_local_storage + - wifi: brcmfmac: pcie: Provide a buffer of random bytes to the device + - wifi: brcmfmac: cfg80211: Pass the PMK in binary instead of hex + - ext2: Check block size validity during mount + - scsi: lpfc: Prevent lpfc_debugfs_lockstat_write() buffer overflow + - scsi: lpfc: Correct used_rpi count when devloss tmo fires with no recovery + - bnxt: avoid overflow in bnxt_get_nvram_directory() + - net: pasemi: Fix return type of pasemi_mac_start_tx() + - net: Catch invalid index in XPS mapping + - netdev: Enforce index cap in netdev_get_tx_queue + - scsi: target: iscsit: Free cmds before session free + - lib: cpu_rmap: Avoid use after free on rmap->obj array entries + - scsi: message: mptlan: Fix use after free bug in mptlan_remove() due to race + condition + - gfs2: Fix inode height consistency check + - scsi: ufs: ufs-pci: Add support for Intel Lunar Lake + - ext4: set goal start correctly in ext4_mb_normalize_request + - ext4: Fix best extent lstart adjustment logic in ext4_mb_new_inode_pa() + - crypto: jitter - permanent and intermittent health errors + - f2fs: Fix system crash due to lack of free space in LFS + - f2fs: fix to drop all dirty pages during umount() if cp_error is set + - f2fs: fix to check readonly condition correctly + - samples/bpf: Fix fout leak in hbm's run_bpf_prog + - bpf: Add preempt_count_{sub,add} into btf id deny list + - md: fix soft lockup in status_resync + - wifi: iwlwifi: pcie: fix possible NULL pointer dereference + - wifi: iwlwifi: add a new PCI device ID for BZ device + - wifi: iwlwifi: pcie: Fix integer overflow in iwl_write_to_user_buf + - wifi: iwlwifi: mvm: fix ptk_pn memory leak + - block, bfq: Fix division by zero error on zero wsum + - wifi: ath11k: Ignore frags from uninitialized peer in dp. + - wifi: iwlwifi: fix iwl_mvm_max_amsdu_size() for MLO + - null_blk: Always check queue mode setting from configfs + - wifi: iwlwifi: dvm: Fix memcpy: detected field-spanning write backtrace + - wifi: ath11k: Fix SKB corruption in REO destination ring + - nbd: fix incomplete validation of ioctl arg + - ipvs: Update width of source for ip_vs_sync_conn_options + - Bluetooth: btusb: Add new PID/VID 04ca:3801 for MT7663 + - Bluetooth: Add new quirk for broken local ext features page 2 + - Bluetooth: btrtl: add support for the RTL8723CS + - Bluetooth: Improve support for Actions Semi ATS2851 based devices + - Bluetooth: btrtl: check for NULL in btrtl_set_quirks() + - Bluetooth: btintel: Add LE States quirk support + - Bluetooth: hci_bcm: Fall back to getting bdaddr from EFI if not set + - Bluetooth: Add new quirk for broken set random RPA timeout for ATS2851 + - Bluetooth: L2CAP: fix "bad unlock balance" in l2cap_disconnect_rsp + - Bluetooth: btrtl: Add the support for RTL8851B + - HID: apple: Set the tilde quirk flag on the Geyser 4 and later + - staging: axis-fifo: initialize timeouts in init only + - ASoC: amd: yc: Add DMI entries to support HP OMEN 16-n0xxx (8A42) + - HID: logitech-hidpp: Don't use the USB serial for USB devices + - HID: logitech-hidpp: Reconcile USB and Unifying serials + - spi: spi-imx: fix MX51_ECSPI_* macros when cs > 3 + - usb: typec: ucsi: acpi: add quirk for ASUS Zenbook UM325 + - ALSA: hda: LNL: add HD Audio PCI ID + - ASoC: amd: Add Dell G15 5525 to quirks list + - ASoC: amd: yc: Add ThinkBook 14 G5+ ARP to quirks list for acp6x + - HID: apple: Set the tilde quirk flag on the Geyser 3 + - HID: Ignore battery for ELAN touchscreen on ROG Flow X13 GV301RA + - HID: wacom: generic: Set battery quirk only when we see battery data + - usb: typec: tcpm: fix multiple times discover svids error + - serial: 8250: Reinit port->pm on port specific driver unbind + - mcb-pci: Reallocate memory region to avoid memory overlapping + - sched: Fix KCSAN noinstr violation + - lkdtm/stackleak: Fix noinstr violation + - recordmcount: Fix memory leaks in the uwrite function + - soundwire: dmi-quirks: add remapping for Intel 'Rooks County' NUC M15 + - phy: st: miphy28lp: use _poll_timeout functions for waits + - soundwire: qcom: gracefully handle too many ports in DT + - soundwire: bus: Fix unbalanced pm_runtime_put() causing usage count + underflow + - mfd: intel_soc_pmic_chtwc: Add Lenovo Yoga Book X90F to intel_cht_wc_models + - mfd: dln2: Fix memory leak in dln2_probe() + - mfd: intel-lpss: Add Intel Meteor Lake PCH-S LPSS PCI IDs + - parisc: Replace regular spinlock with spin_trylock on panic path + - drm/amdgpu: drop gfx_v11_0_cp_ecc_error_irq_funcs + - xfrm: don't check the default policy if the policy allows the packet + - Revert "Fix XFRM-I support for nested ESP tunnels" + - drm/msm/dp: unregister audio driver during unbind + - drm/msm/dpu: Assign missing writeback log_mask + - drm/msm/dpu: Move non-MDP_TOP INTF_INTR offsets out of hwio header + - drm/msm/dpu: Remove duplicate register defines from INTF + - dt-bindings: display/msm: dsi-controller-main: Document qcom, master-dsi and + qcom, sync-dual-dsi + - ASoC: fsl_micfil: Fix error handler with pm_runtime_enable + - cpupower: Make TSC read per CPU for Mperf monitor + - xfrm: Reject optional tunnel/BEET mode templates in outbound policies + - af_key: Reject optional tunnel/BEET mode templates in outbound policies + - drm/msm: Fix submit error-path leaks + - selftests: seg6: disable DAD on IPv6 router cfg for srv6_end_dt4_l3vpn_test + - selftets: seg6: disable rp_filter by default in srv6_end_dt4_l3vpn_test + - net: fec: Better handle pm_runtime_get() failing in .remove() + - net: phy: dp83867: add w/a for packet errors seen with short cables + - ALSA: firewire-digi00x: prevent potential use after free + - wifi: mt76: connac: fix stats->tx_bytes calculation + - ALSA: hda/realtek: Apply HP B&O top speaker profile to Pavilion 15 + - sfc: disable RXFCS and RXALL features by default + - vsock: avoid to close connected socket after the timeout + - tcp: fix possible sk_priority leak in tcp_v4_send_reset() + - serial: arc_uart: fix of_iomap leak in `arc_serial_probe` + - serial: 8250_bcm7271: balance clk_enable calls + - serial: 8250_bcm7271: fix leak in `brcmuart_probe` + - erspan: get the proto with the md version for collect_md + - net: dsa: rzn1-a5psw: enable management frames for CPU port + - net: dsa: rzn1-a5psw: fix STP states handling + - net: dsa: rzn1-a5psw: disable learning for standalone ports + - net: hns3: fix output information incomplete for dumping tx queue info with + debugfs + - net: hns3: fix sending pfc frames after reset issue + - net: hns3: fix reset delay time to avoid configuration timeout + - net: hns3: fix reset timeout when enable full VF + - media: netup_unidvb: fix use-after-free at del_timer() + - SUNRPC: double free xprt_ctxt while still in use + - SUNRPC: always free ctxt when freeing deferred request + - SUNRPC: Fix trace_svc_register() call site + - ASoC: mediatek: mt8186: Fix use-after-free in driver remove path + - ASoC: SOF: topology: Fix logic for copying tuples + - drm/exynos: fix g2d_open/close helper function definitions + - net: nsh: Use correct mac_offset to unwind gso skb in nsh_gso_segment() + - virtio-net: Maintain reverse cleanup order + - virtio_net: Fix error unwinding of XDP initialization + - tipc: add tipc_bearer_min_mtu to calculate min mtu + - tipc: do not update mtu if msg_max is too small in mtu negotiation + - tipc: check the bearer min mtu properly when setting it by netlink + - s390/cio: include subchannels without devices also for evaluation + - can: dev: fix missing CAN XL support in can_put_echo_skb() + - net: bcmgenet: Remove phy_stop() from bcmgenet_netif_stop() + - net: bcmgenet: Restore phy_stop() depending upon suspend/close + - ice: introduce clear_reset_state operation + - ice: Fix ice VF reset during iavf initialization + - wifi: cfg80211: Drop entries with invalid BSSIDs in RNR + - wifi: mac80211: fortify the spinlock against deadlock by interrupt + - wifi: mac80211: fix min center freq offset tracing + - wifi: mac80211: Abort running color change when stopping the AP + - wifi: iwlwifi: mvm: fix cancel_delayed_work_sync() deadlock + - wifi: iwlwifi: fw: fix DBGI dump + - wifi: iwlwifi: fix OEM's name in the ppag approved list + - wifi: iwlwifi: mvm: fix OEM's name in the tas approved list + - wifi: iwlwifi: mvm: don't trust firmware n_channels + - scsi: storvsc: Don't pass unused PFNs to Hyper-V host + - tun: Fix memory leak for detached NAPI queue. + - cassini: Fix a memory leak in the error handling path of cas_init_one() + - net: dsa: mv88e6xxx: Fix mv88e6393x EPC write command offset + - igb: fix bit_shift to be in [1..8] range + - vlan: fix a potential uninit-value in vlan_dev_hard_start_xmit() + - net: wwan: iosm: fix NULL pointer dereference when removing device + - net: pcs: xpcs: fix C73 AN not getting enabled + - net: selftests: Fix optstring + - netfilter: nf_tables: fix nft_trans type confusion + - netfilter: nft_set_rbtree: fix null deref on element insertion + - bridge: always declare tunnel functions + - ALSA: usb-audio: Add a sample rate workaround for Line6 Pod Go + - USB: usbtmc: Fix direction for 0-length ioctl control messages + - usb-storage: fix deadlock when a scsi command timeouts more than once + - USB: UHCI: adjust zhaoxin UHCI controllers OverCurrent bit value + - usb: dwc3: gadget: Improve dwc3_gadget_suspend() and dwc3_gadget_resume() + - usb: dwc3: debugfs: Resume dwc3 before accessing registers + - usb: gadget: u_ether: Fix host MAC address case + - usb: typec: altmodes/displayport: fix pin_assignment_show + - Revert "usb: gadget: udc: core: Prevent redundant calls to pullup" + - Revert "usb: gadget: udc: core: Invoke usb_gadget_connect only when started" + - xhci-pci: Only run d3cold avoidance quirk for s2idle + - xhci: Fix incorrect tracking of free space on transfer rings + - ALSA: hda: Fix Oops by 9.1 surround channel names + - ALSA: hda/realtek: Add quirk for Clevo L140AU + - ALSA: hda/realtek: Add a quirk for HP EliteDesk 805 + - ALSA: hda/realtek: Add quirk for 2nd ASUS GU603 + - ALSA: hda/realtek: Add quirk for HP EliteBook G10 laptops + - can: j1939: recvmsg(): allow MSG_CMSG_COMPAT flag + - can: isotp: recvmsg(): allow MSG_CMSG_COMPAT flag + - can: kvaser_pciefd: Set CAN_STATE_STOPPED in kvaser_pciefd_stop() + - can: kvaser_pciefd: Call request_irq() before enabling interrupts + - can: kvaser_pciefd: Empty SRB buffer in probe + - can: kvaser_pciefd: Clear listen-only bit if not explicitly requested + - can: kvaser_pciefd: Do not send EFLUSH command on TFD interrupt + - can: kvaser_pciefd: Disable interrupts in probe error path + - wifi: rtw88: use work to update rate to avoid RCU warning + - SMB3: Close all deferred handles of inode in case of handle lease break + - SMB3: drop reference to cfile before sending oplock break + - ksmbd: smb2: Allow messages padded to 8byte boundary + - ksmbd: allocate one more byte for implied bcc[0] + - ksmbd: fix wrong UserName check in session_user + - ksmbd: fix global-out-of-bounds in smb2_find_context_vals + - KVM: Fix vcpu_array[0] races + - statfs: enforce statfs[64] structure initialization + - maple_tree: make maple state reusable after mas_empty_area() + - mm: fix zswap writeback race condition + - serial: Add support for Advantech PCI-1611U card + - serial: 8250_exar: Add support for USR298x PCI Modems + - serial: qcom-geni: fix enabling deactivated interrupt + - thunderbolt: Clear registers properly when auto clear isn't in use + - vc_screen: reload load of struct vc_data pointer in vcs_write() to avoid UAF + - ceph: force updating the msg pointer in non-split case + - drm/amd/pm: fix possible power mode mismatch between driver and PMFW + - drm/amdgpu/gmc11: implement get_vbios_fb_size() + - drm/amdgpu/gfx10: Disable gfxoff before disabling powergating. + - drm/amdgpu/gfx11: Adjust gfxoff before powergating on gfx11 as well + - dt-bindings: ata: ahci-ceva: Cover all 4 iommus entries + - powerpc/iommu: DMA address offset is incorrectly calculated with 2MB TCEs + - powerpc/iommu: Incorrect DDW Table is referenced for SR-IOV device + - tpm/tpm_tis: Disable interrupts for more Lenovo devices + - powerpc/64s/radix: Fix soft dirty tracking + - nilfs2: fix use-after-free bug of nilfs_root in nilfs_evict_inode() + - s390/dasd: fix command reject error on ESE devices + - s390/crypto: use vector instructions only if available for ChaCha20 + - s390/qdio: fix do_sqbs() inline assembly constraint + - arm64: mte: Do not set PG_mte_tagged if tags were not initialized + - rethook: use preempt_{disable, enable}_notrace in rethook_trampoline_handler + - rethook, fprobe: do not trace rethook related functions + - remoteproc: imx_dsp_rproc: Fix kernel test robot sparse warning + - drm/amd/amdgpu: introduce gc_*_mes_2.bin v2 + - drm/amdgpu: reserve the old gc_11_0_*_mes.bin + - drm/nouveau/disp: More DP_RECEIVER_CAP_SIZE array fixes + - xfrm: release all offloaded policy memory + - xfrm: Fix leak of dev tracker + - media: pvrusb2: fix DVB_CORE dependency + - net: fec: remove the xdp_return_frame when lack of tx BDs + - iavf: send VLAN offloading caps once after VFR + - wifi: brcmfmac: Check for probe() id argument being NULL + - wifi: rtw88: correct qsel_to_ep[] type as int + - KVM: arm64: Infer the PA offset from IPA in stage-2 map walker + - perf script: Skip aggregation for stat events + - iommu/arm-smmu-qcom: Fix missing adreno_smmu's + - arm64: Also reset KASAN tag if page is not PG_mte_tagged + - Upstream stable to v6.1.30, v6.3.4 + * Lunar update: v6.2.16 upstream stable release (LP: #2028580) + - USB: dwc3: gadget: drop dead hibernation code + - usb: dwc3: gadget: Execute gadget stop after halting the controller + - crypto: ccp - Clear PSP interrupt status register before calling handler + - ASoC: codecs: constify static sdw_slave_ops struct + - ASoC: codecs: wcd938x: fix accessing regmap on unattached devices + - mtd: spi-nor: Add a RWW flag + - mtd: spi-nor: spansion: Enable JFFS2 write buffer for Infineon s28hx SEMPER + flash + - qcom: llcc/edac: Support polling mode for ECC handling + - soc: qcom: llcc: Do not create EDAC platform device on SDM845 + - mailbox: zynq: Switch to flexible array to simplify code + - mailbox: zynqmp: Fix counts of child nodes + - mtd: spi-nor: spansion: Enable JFFS2 write buffer for Infineon s25hx SEMPER + flash + - fs/ntfs3: Fix null-ptr-deref on inode->i_op in ntfs_lookup() + - drm/amd/display: Ext displays with dock can't recognized after resume + - KVM: x86/mmu: Avoid indirect call for get_cr3 + - KVM: x86: Do not unload MMU roots when only toggling CR0.WP with TDP enabled + - KVM: x86: Make use of kvm_read_cr*_bits() when testing bits + - KVM: VMX: Make CR0.WP a guest owned bit + - KVM: x86/mmu: Refresh CR0.WP prior to checking for emulated permission + faults + - RDMA/rxe: Remove rxe_alloc() + - RDMA/rxe: Change rxe_dbg to rxe_dbg_dev + - RDMA/rxe: Extend dbg log messages to err and info + - ASoC: Intel: soc-acpi-byt: Fix "WM510205" match no longer working + - scsi: qedi: Fix use after free bug in qedi_remove() + - drm/amd/display: Add missing WA and MCLK validation + - drm/amd/display: Return error code on DSC atomic check failure + - drm/amd/display: Fixes for dcn32_clk_mgr implementation + - drm/amd/display: Reset OUTBOX0 r/w pointer on DMUB reset + - drm/amd/display: Do not clear GPINT register when releasing DMUB from reset + - drm/amd/display: Update bounding box values for DCN321 + - rxrpc: Fix potential data race in rxrpc_wait_to_be_connected() + - ixgbe: Fix panic during XDP_TX with > 64 CPUs + - octeonxt2-af: mcs: Fix per port bypass config + - octeontx2-af: mcs: Write TCAM_DATA and TCAM_MASK registers at once + - octeontx2-af: mcs: Config parser to skip 8B header + - octeontx2-af: mcs: Fix MCS block interrupt + - octeontx2-pf: mcs: Fix NULL pointer dereferences + - octeontx2-pf: mcs: Match macsec ethertype along with DMAC + - octeontx2-pf: mcs: Clear stats before freeing resource + - octeontx2-pf: mcs: Fix shared counters logic + - octeontx2-pf: mcs: Do not reset PN while updating secy + - net/ncsi: clear Tx enable mode when handling a Config required AEN + - tcp: fix skb_copy_ubufs() vs BIG TCP + - net/sched: cls_api: remove block_cb from driver_list before freeing + - sit: update dev->needed_headroom in ipip6_tunnel_bind_dev() + - selftests: srv6: make srv6_end_dt46_l3vpn_test more robust + - net: ipv6: fix skb hash for some RST packets + - net: dsa: mv88e6xxx: add mv88e6321 rsvd2cpu + - writeback: fix call of incorrect macro + - block: Skip destroyed blkg when restart in blkg_destroy_all() + - watchdog: dw_wdt: Fix the error handling path of dw_wdt_drv_probe() + - RISC-V: mm: Enable huge page support to kernel_page_present() function + - i2c: tegra: Fix PEC support for SMBUS block read + - net/sched: act_mirred: Add carrier check + - r8152: fix flow control issue of RTL8156A + - r8152: fix the poor throughput for 2.5G devices + - r8152: move setting r8153b_rx_agg_chg_indicate() + - sfc: Fix module EEPROM reporting for QSFP modules + - rxrpc: Fix hard call timeout units + - rxrpc: Make it so that a waiting process can be aborted + - rxrpc: Fix timeout of a call that hasn't yet been granted a channel + - riscv: compat_syscall_table: Fixup compile warning + - net: ethernet: mtk_eth_soc: drop generic vlan rx offload, only use DSA + untagging + - drm/i915/mtl: Add the missing CPU transcoder mask in intel_device_info + - selftests: netfilter: fix libmnl pkg-config usage + - octeontx2-af: Secure APR table update with the lock + - octeontx2-af: Fix start and end bit for scan config + - octeontx2-af: Fix depth of cam and mem table. + - octeontx2-pf: Increase the size of dmac filter flows + - octeontx2-af: Add validation for lmac type + - octeontx2-af: Update correct mask to filter IPv4 fragments + - octeontx2-af: Update/Fix NPC field hash extract feature + - octeontx2-af: Fix issues with NPC field hash extract + - octeontx2-af: Skip PFs if not enabled + - octeontx2-pf: Disable packet I/O for graceful exit + - octeontx2-vf: Detach LF resources on probe cleanup + - ionic: remove noise from ethtool rxnfc error msg + - ethtool: Fix uninitialized number of lanes + - ionic: catch failure from devlink_alloc + - af_packet: Don't send zero-byte data in packet_sendmsg_spkt(). + - drm/amdgpu: add a missing lock for AMDGPU_SCHED + - ALSA: caiaq: input: Add error handling for unsupported input methods in + `snd_usb_caiaq_input_init` + - KVM: s390: pv: fix asynchronous teardown for small VMs + - KVM: s390: fix race in gmap_make_secure() + - net: dsa: mt7530: fix corrupt frames using trgmii on 40 MHz XTAL MT7621 + - net: dsa: mt7530: split-off common parts from mt7531_setup + - net: dsa: mt7530: fix network connectivity with multiple CPU ports + - ice: block LAN in case of VF to VF offload + - virtio_net: suppress cpu stall when free_unused_bufs + - net: enetc: check the index of the SFI rather than the handle + - net: fec: correct the counting of XDP sent frames + - perf record: Fix "read LOST count failed" msg with sample read + - perf build: Support python/perf.so testing + - perf scripts intel-pt-events.py: Fix IPC output for Python 2 + - perf script: Fix Python support when no libtraceevent + - perf hist: Improve srcfile sort key performance (really) + - perf vendor events s390: Remove UTF-8 characters from JSON file + - perf tests record_offcpu.sh: Fix redirection of stderr to stdin + - perf ftrace: Make system wide the default target for latency subcommand + - perf vendor events power9: Remove UTF-8 characters from JSON files + - perf pmu: zfree() expects a pointer to a pointer to zero it after freeing + its contents + - perf map: Delete two variable initialisations before null pointer checks in + sort__sym_from_cmp() + - perf cs-etm: Fix timeless decode mode detection + - crypto: sun8i-ss - Fix a test in sun8i_ss_setup_ivs() + - crypto: api - Add scaffolding to change completion function signature + - crypto: engine - Use crypto_request_complete + - crypto: engine - fix crypto_queue backlog handling + - perf symbols: Fix return incorrect build_id size in elf_read_build_id() + - perf tracepoint: Fix memory leak in is_valid_tracepoint() + - perf stat: Separate bperf from bpf_profiler + - KVM: x86/mmu: Change tdp_mmu to a read-only parameter + - KVM: x86/mmu: Move TDP MMU VM init/uninit behind tdp_mmu_enabled + - KVM: x86/mmu: Replace open coded usage of tdp_mmu_page with + is_tdp_mmu_page() + - KVM: x86: Preserve TDP MMU roots until they are explicitly invalidated + - ksmbd: Implements sess->ksmbd_chann_list as xarray + - ksmbd: fix racy issue from session setup and logoff + - ksmbd: block asynchronous requests when making a delay on session setup + - ksmbd: destroy expired sessions + - ksmbd: fix racy issue from smb2 close and logoff with multichannel + - wifi: iwlwifi: mvm: fix potential memory leak + - cifs: check only tcon status on tcon related functions + - cifs: avoid potential races when handling multiple dfs tcons + - netfilter: nf_tables: extended netlink error reporting for netdevice + - netfilter: nf_tables: rename function to destroy hook list + - netfilter: nf_tables: hit ENOENT on unexisting chain/flowtable update with + missing attributes + - x86/retbleed: Fix return thunk alignment + - btrfs: fix btrfs_prev_leaf() to not return the same key twice + - btrfs: zoned: fix wrong use of bitops API in btrfs_ensure_empty_zones + - btrfs: properly reject clear_cache and v1 cache for block-group-tree + - btrfs: fix assertion of exclop condition when starting balance + - btrfs: fix encoded write i_size corruption with no-holes + - btrfs: don't free qgroup space unless specified + - btrfs: zero the buffer before marking it dirty in btrfs_redirty_list_add + - btrfs: make clear_cache mount option to rebuild FST without disabling it + - btrfs: print-tree: parent bytenr must be aligned to sector size + - btrfs: fix space cache inconsistency after error loading it from disk + - btrfs: zoned: zone finish data relocation BG with last IO + - btrfs: zoned: fix full zone super block reading on ZNS + - btrfs: fix backref walking not returning all inode refs + - cifs: fix pcchunk length type in smb2_copychunk_range + - cifs: release leases for deferred close handles when freezing + - platform/x86/intel-uncore-freq: Return error on write frequency + - platform/x86: touchscreen_dmi: Add upside-down quirk for GDIX1002 ts on the + Juno Tablet + - platform/x86: thinkpad_acpi: Fix platform profiles on T490 + - platform/x86: hp-wmi: add micmute to hp_wmi_keymap struct + - platform/x86: touchscreen_dmi: Add info for the Dexp Ursus KX210i + - platform/x86: thinkpad_acpi: Add profile force ability + - inotify: Avoid reporting event with invalid wd + - smb3: fix problem remounting a share after shutdown + - SMB3: force unmount was failing to close deferred close files + - sh: math-emu: fix macro redefined warning + - sh: mcount.S: fix build error when PRINTK is not enabled + - sh: init: use OF_EARLY_FLATTREE for early init + - sh: nmi_debug: fix return value of __setup handler + - proc_sysctl: update docs for __register_sysctl_table() + - proc_sysctl: enhance documentation + - remoteproc: stm32: Call of_node_put() on iteration error + - remoteproc: st: Call of_node_put() on iteration error + - remoteproc: imx_dsp_rproc: Call of_node_put() on iteration error + - remoteproc: imx_rproc: Call of_node_put() on iteration error + - remoteproc: rcar_rproc: Call of_node_put() on iteration error + - sysctl: clarify register_sysctl_init() base directory order + - ARM: dts: aspeed: asrock: Correct firmware flash SPI clocks + - ARM: dts: exynos: fix WM8960 clock name in Itop Elite + - ARM: dts: s5pv210: correct MIPI CSIS clock name + - ARM: dts: aspeed: romed8hm3: Fix GPIO polarity of system-fault LED + - drm/msm/adreno: fix runtime PM imbalance at gpu load + - drm/bridge: lt8912b: Fix DSI Video Mode + - drm/i915/color: Fix typo for Plane CSC indexes + - drm/msm: fix NULL-deref on snapshot tear down + - drm/msm: fix NULL-deref on irq uninstall + - drm/msm: fix drm device leak on bind errors + - drm/msm: fix vram leak on bind errors + - drm/msm: fix missing wq allocation error handling + - drm/msm: fix workqueue leak on bind errors + - drm/i915/dsi: Use unconditional msleep() instead of intel_dsi_msleep() + - f2fs: factor out victim_entry usage from general rb_tree use + - f2fs: fix null pointer panic in tracepoint in __replace_atomic_write_block + - f2fs: fix potential corruption when moving a directory + - irqchip/loongson-pch-pic: Fix pch_pic_acpi_init calling + - irqchip/loongson-pch-pic: Fix registration of syscore_ops + - irqchip/loongson-eiointc: Fix returned value on parsing MADT + - irqchip/loongson-eiointc: Fix incorrect use of acpi_get_vec_parent + - irqchip/loongson-eiointc: Fix registration of syscore_ops + - drm/panel: otm8009a: Set backlight parent to panel device + - drm/amd/display: Add NULL plane_state check for cursor disable logic + - drm/amd/display: Fix 4to1 MPC black screen with DPP RCO + - drm/amd/display: filter out invalid bits in pipe_fuses + - drm/amd/display: fix flickering caused by S/G mode + - drm/amdgpu: drop redundant sched job cleanup when cs is aborted + - drm/amdgpu: fix amdgpu_irq_put call trace in gmc_v10_0_hw_fini + - drm/amdgpu: fix an amdgpu_irq_put() issue in gmc_v9_0_hw_fini() + - drm/amdgpu: fix amdgpu_irq_put call trace in gmc_v11_0_hw_fini + - drm/amdgpu/gfx: disable gfx9 cp_ecc_error_irq only when enabling legacy gfx + ras + - drm/amdgpu/jpeg: Remove harvest checking for JPEG3 + - drm/amdgpu: change gfx 11.0.4 external_id range + - drm/amdgpu: Fix vram recover doesn't work after whole GPU reset (v2) + - drm/amd/display: Enforce 60us prefetch for 200Mhz DCFCLK modes + - drm/amd/pm: parse pp_handle under appropriate conditions + - drm/amdgpu: disable sdma ecc irq only when sdma RAS is enabled in suspend + - drm/amd/pm: avoid potential UBSAN issue on legacy asics + - drm/amd: Load MES microcode during early_init + - drm/amd: Add a new helper for loading/validating microcode + - drm/amd: Use `amdgpu_ucode_*` helpers for MES + - HID: wacom: Set a default resolution for older tablets + - HID: wacom: insert timestamp to packed Bluetooth (BT) events + - fs/ntfs3: Refactoring of various minor issues + - drm/msm/adreno: adreno_gpu: Use suspend() instead of idle() on load error + - drm/i915/mtl: Add workarounds Wa_14017066071 and Wa_14017654203 + - drm/i915/mtl: Add Wa_14017856879 + - drm/i915: disable sampler indirect state in bindless heap + - drm/i915/mtl: update scaler source and destination limits for MTL + - drm/i915: Check pipe source size when using skl+ scalers + - drm/amd/display: Fix Z8 support configurations + - drm/amd/display: Add minimum Z8 residency debug option + - drm/amd/display: Update minimum stutter residency for DCN314 Z8 + - drm/amd/display: Lowering min Z8 residency time + - drm/amd/display: Update Z8 SR exit/enter latencies + - drm/amd/display: Change default Z8 watermark values + - drm: Add missing DP DSC extended capability definitions. + - drm/dsc: fix drm_edp_dsc_sink_output_bpp() DPCD high byte usage + - locking/rwsem: Add __always_inline annotation to __down_read_common() and + inlined callers + - ext4: fix WARNING in mb_find_extent + - ext4: avoid a potential slab-out-of-bounds in ext4_group_desc_csum + - ext4: fix data races when using cached status extents + - ext4: avoid deadlock in fs reclaim with page writeback + - ext4: check iomap type only if ext4_iomap_begin() does not fail + - ext4: improve error recovery code paths in __ext4_remount() + - ext4: improve error handling from ext4_dirhash() + - ext4: fix deadlock when converting an inline directory in nojournal mode + - ext4: add bounds checking in get_max_inline_xattr_value_size() + - ext4: bail out of ext4_xattr_ibody_get() fails for any reason + - ext4: fix lockdep warning when enabling MMP + - ext4: remove a BUG_ON in ext4_mb_release_group_pa() + - ext4: fix invalid free tracking in ext4_xattr_move_to_block() + - drm/dsc: fix DP_DSC_MAX_BPP_DELTA_* macro values + - x86/amd_nb: Add PCI ID for family 19h model 78h + - x86: fix clear_user_rep_good() exception handling annotation + - spi: fsl-spi: Re-organise transfer bits_per_word adaptation + - spi: fsl-cpm: Use 16 bit mode for large transfers with even size + - drm/amd/display: Fix hang when skipping modeset + - Linux 6.2.16 + * CVE-2023-31084 // CVE-2023-31084 was assigned to this bug. + - media: dvb-core: Fix kernel WARNING for blocking operation in wait_event*() + * CVE-2023-3776 + - net/sched: cls_fw: Fix improper refcount update leads to use-after-free + * Packaging resync (LP: #1786013) + - [Packaging] resync update-dkms-versions helper + - [Packaging] resync getabis + + -- Stefan Bader Thu, 17 Aug 2023 15:30:24 +0200 + +linux-lowlatency (6.2.0-1011.11) lunar; urgency=medium + + * lunar/linux-lowlatency: 6.2.0-1011.11 -proposed tracker (LP: #2030540) + + * Packaging resync (LP: #1786013) + - [Packaging] resync update-dkms-versions helper + - [Packaging] resync getabis + + [ Ubuntu: 6.2.0-31.31 ] + + * lunar/linux: 6.2.0-31.31 -proposed tracker (LP: #2031146) + * libgnutls report "trap invalid opcode" when trying to install packages over + https (LP: #2031093) + - [Config]: disable CONFIG_GDS_FORCE_MITIGATION + + [ Ubuntu: 6.2.0-28.29 ] + + * lunar/linux: 6.2.0-28.29 -proposed tracker (LP: #2030547) + * CVE-2022-40982 + - init: Provide arch_cpu_finalize_init() + - x86/cpu: Switch to arch_cpu_finalize_init() + - ARM: cpu: Switch to arch_cpu_finalize_init() + - ia64/cpu: Switch to arch_cpu_finalize_init() + - m68k/cpu: Switch to arch_cpu_finalize_init() + - mips/cpu: Switch to arch_cpu_finalize_init() + - sh/cpu: Switch to arch_cpu_finalize_init() + - sparc/cpu: Switch to arch_cpu_finalize_init() + - um/cpu: Switch to arch_cpu_finalize_init() + - init: Remove check_bugs() leftovers + - init: Invoke arch_cpu_finalize_init() earlier + - init, x86: Move mem_encrypt_init() into arch_cpu_finalize_init() + - x86/init: Initialize signal frame size late + - x86/fpu: Remove cpuinfo argument from init functions + - x86/fpu: Mark init functions __init + - x86/fpu: Move FPU initialization into arch_cpu_finalize_init() + - x86/mem_encrypt: Unbreak the AMD_MEM_ENCRYPT=n build + - x86/xen: Fix secondary processors' FPU initialization + - x86/speculation: Add Gather Data Sampling mitigation + - x86/speculation: Add force option to GDS mitigation + - x86/speculation: Add Kconfig option for GDS + - KVM: Add GDS_NO support to KVM + - Documentation/x86: Fix backwards on/off logic about YMM support + - [Config]: Enable CONFIG_ARCH_HAS_CPU_FINALIZE_INIT and + CONFIG_GDS_FORCE_MITIGATION + * CVE-2023-4015 + - netfilter: nf_tables: add NFT_TRANS_PREPARE_ERROR to deal with bound + set/chain + - netfilter: nf_tables: unbind non-anonymous set if rule construction fails + - netfilter: nf_tables: skip immediate deactivate in _PREPARE_ERROR + * CVE-2023-3777 + - netfilter: nf_tables: skip bound chain on rule flush + * CVE-2023-3995 + - netfilter: nf_tables: disallow rule addition to bound chain via + NFTA_RULE_CHAIN_ID + * CVE-2023-20593 + - x86/cpu/amd: Move the errata checking functionality up + - x86/cpu/amd: Add a Zenbleed fix + * CVE-2023-3776 + - net/sched: cls_fw: Fix improper refcount update leads to use-after-free + * CVE-2023-4004 + - netfilter: nft_set_pipapo: fix improper element removal + * CVE-2023-3611 + - net/sched: sch_qfq: refactor parsing of netlink parameters + - net/sched: sch_qfq: account for stab overhead in qfq_enqueue + * CVE-2023-3610 + - netfilter: nf_tables: fix chain binding transaction logic + * CVE-2023-3609 + - net/sched: cls_u32: Fix reference counter leak leading to overflow + + -- Stefan Bader Wed, 16 Aug 2023 11:13:19 +0200 + +linux-lowlatency (6.2.0-1010.10) lunar; urgency=medium + + * lunar/linux-lowlatency: 6.2.0-1010.10 -proposed tracker (LP: #2026482) + + [ 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 + + -- Stefan Bader Wed, 19 Jul 2023 11:02:08 +0200 + +linux-lowlatency (6.2.0-1009.9) lunar; urgency=medium + + * lunar/linux-lowlatency: 6.2.0-1009.9 -proposed tracker (LP: #2026747) + + [ 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 + + -- Stefan Bader Thu, 13 Jul 2023 14:36:40 +0200 + +linux-lowlatency (6.2.0-1008.8) lunar; urgency=medium + + * lunar/linux-lowlatency: 6.2.0-1008.8 -proposed tracker (LP: #2024537) + + * Packaging resync (LP: #1786013) + - [Packaging] resync update-dkms-versions helper + + [ 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 Fri, 23 Jun 2023 16:47:53 +0200 + +linux-lowlatency (6.2.0-1005.5) lunar; urgency=medium + + * lunar/linux-lowlatency: 6.2.0-1005.5 -proposed tracker (LP: #2019841) + + * Computer with Intel Atom CPU will not boot with Kernel 6.2.0-20 + (LP: #2017444) + - [Packaging]: Remove atomisp modules + + * Packaging resync (LP: #1786013) + - [Packaging] resync git-ubuntu-log + - [Packaging] resync getabis + - debian/dkms-versions -- update from kernel-versions (main/2023.05.15) + + * Kernel 6.1 bumped the disk consumption on default images by 15% + (LP: #2015867) + - [Packaging] introduce a separate linux-lib-rust package + + [ 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"" + + -- Roxana Nicolescu Fri, 02 Jun 2023 21:34:49 +0200 + +linux-lowlatency (6.2.0-1004.4) lunar; urgency=medium + + * lunar/linux-lowlatency: 6.2.0-1004.4 -proposed tracker (LP: #2016275) + + * Miscellaneous Ubuntu changes + - rebase on Ubuntu-6.2.0-21.21 + + * Rebase on Ubuntu-6.2.0-21.21 + + -- Paolo Pisati Fri, 14 Apr 2023 15:06:33 +0200 + +linux-lowlatency (6.2.0-1003.3) lunar; urgency=medium + + * lunar/linux-lowlatency: 6.2.0-1003.3 -proposed tracker (LP: #2015441) + + * Packaging resync (LP: #1786013) + - debian/dkms-versions -- update from kernel-versions (main/master) + + * Miscellaneous Ubuntu changes + - [Config] lowlatency: cleanup annotations to show only the relevant configs + + [ Ubuntu: 6.2.0-20.20 ] + + * lunar/linux: 6.2.0-20.20 -proposed tracker (LP: #2015429) + * Packaging resync (LP: #1786013) + - debian/dkms-versions -- update from kernel-versions (main/master) + * FTBFS with different dkms or when makeflags are set (LP: #2015361) + - [Packaging] FTBFS with different dkms or when makeflags are set + * expoline.o is packaged unconditionally for s390x (LP: #2013209) + - [Packaging] Copy expoline.o only when produced by the build + * net:l2tp.sh failure with lunar:linux 6.2 (LP: #2013014) + - SAUCE: l2tp: generate correct module alias strings + * Miscellaneous Ubuntu changes + - [Packaging] annotations: prevent duplicate include lines + + [ Ubuntu: 6.2.0-19.19 ] + + * lunar/linux: 6.2.0-19.19 -proposed tracker (LP: #2012488) + * Neuter signing tarballs (LP: #2012776) + - [Packaging] neuter the signing tarball + * LSM stacking and AppArmor refresh for 6.2 kernel (LP: #2012136) + - Revert "UBUNTU: [Config] define CONFIG_SECURITY_APPARMOR_RESTRICT_USERNS" + - Revert "UBUNTU: SAUCE: apparmor: add user namespace creation mediation" + - Revert "UBUNTU: SAUCE: apparmor: Add fine grained mediation of posix + mqueues" + - Revert "UBUNTU: SAUCE: Revert "apparmor: make __aa_path_perm() static"" + - Revert "UBUNTU: SAUCE: LSM: Specify which LSM to display (using struct cred + as input)" + - Revert "UBUNTU: SAUCE: apparmor: Fix build error, make sk parameter const" + - Revert "UBUNTU: SAUCE: LSM: Use lsmblob in smk_netlbl_mls()" + - Revert "UBUNTU: SAUCE: LSM: change ima_read_file() to use lsmblob" + - Revert "UBUNTU: SAUCE: apparmor: rename kzfree() to kfree_sensitive()" + - Revert "UBUNTU: SAUCE: AppArmor: Remove the exclusive flag" + - Revert "UBUNTU: SAUCE: LSM: Add /proc attr entry for full LSM context" + - Revert "UBUNTU: SAUCE: Audit: Fix incorrect static inline function + declration." + - Revert "UBUNTU: SAUCE: Audit: Fix for missing NULL check" + - Revert "UBUNTU: SAUCE: Audit: Add a new record for multiple object LSM + attributes" + - Revert "UBUNTU: SAUCE: Audit: Add new record for multiple process LSM + attributes" + - Revert "UBUNTU: SAUCE: NET: Store LSM netlabel data in a lsmblob" + - Revert "UBUNTU: SAUCE: LSM: security_secid_to_secctx in netlink netfilter" + - Revert "UBUNTU: SAUCE: LSM: Use lsmcontext in security_inode_getsecctx" + - Revert "UBUNTU: SAUCE: LSM: Use lsmcontext in security_secid_to_secctx" + - Revert "UBUNTU: SAUCE: LSM: Ensure the correct LSM context releaser" + - Revert "UBUNTU: SAUCE: LSM: Specify which LSM to display" + - Revert "UBUNTU: SAUCE: IMA: Change internal interfaces to use lsmblobs" + - Revert "UBUNTU: SAUCE: LSM: Use lsmblob in security_cred_getsecid" + - Revert "UBUNTU: SAUCE: LSM: Use lsmblob in security_inode_getsecid" + - Revert "UBUNTU: SAUCE: LSM: Use lsmblob in security_task_getsecid" + - Revert "UBUNTU: SAUCE: LSM: Use lsmblob in security_ipc_getsecid" + - Revert "UBUNTU: SAUCE: LSM: Use lsmblob in security_secid_to_secctx" + - Revert "UBUNTU: SAUCE: LSM: Use lsmblob in security_secctx_to_secid" + - Revert "UBUNTU: SAUCE: net: Prepare UDS for security module stacking" + - Revert "UBUNTU: SAUCE: LSM: Use lsmblob in security_kernel_act_as" + - Revert "UBUNTU: SAUCE: LSM: Use lsmblob in security_audit_rule_match" + - Revert "UBUNTU: SAUCE: LSM: Create and manage the lsmblob data structure." + - Revert "UBUNTU: SAUCE: LSM: Infrastructure management of the sock security" + - Revert "UBUNTU: SAUCE: apparmor: LSM stacking: switch from SK_CTX() to + aa_sock()" + - Revert "UBUNTU: SAUCE: apparmor: rename aa_sock() to aa_unix_sk()" + - Revert "UBUNTU: SAUCE: apparmor: disable showing the mode as part of a secid + to secctx" + - Revert "UBUNTU: SAUCE: apparmor: fix use after free in sk_peer_label" + - Revert "UBUNTU: SAUCE: apparmor: af_unix mediation" + - Revert "UBUNTU: SAUCE: apparmor: patch to provide compatibility with v2.x + net rules" + - Revert "UBUNTU: SAUCE: apparmor: add/use fns to print hash string hex value" + - SAUCE: apparmor: rename SK_CTX() to aa_sock and make it an inline fn + - SAUCE: apparmor: Add sysctls for additional controls of unpriv userns + restrictions + - SAUCE: Stacking v38: LSM: Identify modules by more than name + - SAUCE: Stacking v38: LSM: Add an LSM identifier for external use + - SAUCE: Stacking v38: LSM: Identify the process attributes for each module + - SAUCE: Stacking v38: LSM: Maintain a table of LSM attribute data + - SAUCE: Stacking v38: proc: Use lsmids instead of lsm names for attrs + - SAUCE: Stacking v38: integrity: disassociate ima_filter_rule from + security_audit_rule + - SAUCE: Stacking v38: LSM: Infrastructure management of the sock security + - SAUCE: Stacking v38: LSM: Add the lsmblob data structure. + - SAUCE: Stacking v38: LSM: provide lsm name and id slot mappings + - SAUCE: Stacking v38: IMA: avoid label collisions with stacked LSMs + - SAUCE: Stacking v38: LSM: Use lsmblob in security_audit_rule_match + - SAUCE: Stacking v38: LSM: Use lsmblob in security_kernel_act_as + - SAUCE: Stacking v38: LSM: Use lsmblob in security_secctx_to_secid + - SAUCE: Stacking v38: LSM: Use lsmblob in security_secid_to_secctx + - SAUCE: Stacking v38: LSM: Use lsmblob in security_ipc_getsecid + - SAUCE: Stacking v38: LSM: Use lsmblob in security_current_getsecid + - SAUCE: Stacking v38: LSM: Use lsmblob in security_inode_getsecid + - SAUCE: Stacking v38: LSM: Use lsmblob in security_cred_getsecid + - SAUCE: Stacking v38: LSM: Specify which LSM to display + - SAUCE: Stacking v38: LSM: Ensure the correct LSM context releaser + - SAUCE: Stacking v38: LSM: Use lsmcontext in security_secid_to_secctx + - SAUCE: Stacking v38: LSM: Use lsmcontext in security_inode_getsecctx + - SAUCE: Stacking v38: Use lsmcontext in security_dentry_init_security + - SAUCE: Stacking v38: LSM: security_secid_to_secctx in netlink netfilter + - SAUCE: Stacking v38: NET: Store LSM netlabel data in a lsmblob + - SAUCE: Stacking v38: binder: Pass LSM identifier for confirmation + - SAUCE: Stacking v38: LSM: security_secid_to_secctx module selection + - SAUCE: Stacking v38: Audit: Keep multiple LSM data in audit_names + - SAUCE: Stacking v38: Audit: Create audit_stamp structure + - SAUCE: Stacking v38: LSM: Add a function to report multiple LSMs + - SAUCE: Stacking v38: Audit: Allow multiple records in an audit_buffer + - SAUCE: Stacking v38: Audit: Add record for multiple task security contexts + - SAUCE: Stacking v38: audit: multiple subject lsm values for netlabel + - SAUCE: Stacking v38: Audit: Add record for multiple object contexts + - SAUCE: Stacking v38: netlabel: Use a struct lsmblob in audit data + - SAUCE: Stacking v38: LSM: Removed scaffolding function lsmcontext_init + - SAUCE: Stacking v38: AppArmor: Remove the exclusive flag + - SAUCE: apparmor: combine common_audit_data and apparmor_audit_data + - SAUCE: apparmor: setup slab cache for audit data + - SAUCE: apparmor: rename audit_data->label to audit_data->subj_label + - SAUCE: apparmor: pass cred through to audit info. + - SAUCE: apparmor: Improve debug print infrastructure + - SAUCE: apparmor: add the ability for profiles to have a learning cache + - SAUCE: apparmor: enable userspace upcall for mediation + - SAUCE: apparmor: cache buffers on percpu list if there is lock contention + - SAUCE: apparmor: fix policy_compat permission remap with extended + permissions + - SAUCE: apparmor: advertise availability of exended perms + - [Config] define CONFIG_SECURITY_APPARMOR_RESTRICT_USERNS + * kinetic: apply new apparmor and LSM stacking patch set (LP: #1989983) // LSM + stacking and AppArmor refresh for 6.2 kernel (LP: #2012136) + - SAUCE: apparmor: add/use fns to print hash string hex value + - SAUCE: apparmor: patch to provide compatibility with v2.x net rules + - SAUCE: apparmor: add user namespace creation mediation + - SAUCE: apparmor: af_unix mediation + - SAUCE: apparmor: Add fine grained mediation of posix mqueues + * devlink_port_split from ubuntu_kernel_selftests.net fails on hirsute + (KeyError: 'flavour') (LP: #1937133) + - selftests: net: devlink_port_split.py: skip test if no suitable device + available + * NFS deathlock with last Kernel 5.4.0-144.161 and 5.15.0-67.74 (LP: #2009325) + - NFS: Correct timing for assigning access cache timestamp + + -- Paolo Pisati Thu, 06 Apr 2023 10:48:08 +0200 + +linux-lowlatency (6.2.0-1002.2) lunar; urgency=medium + + * lunar/linux-lowlatency: 6.2.0-1002.2 -proposed tracker (LP: #2011831) + + -- Paolo Pisati Thu, 16 Mar 2023 15:17:56 +0100 + +linux-lowlatency (6.2.0-1001.1) lunar; urgency=medium + + * lunar/linux-lowlatency: 6.2.0-1001.1 -proposed tracker (LP: #2011578) + + * enable Rust support in the kernel (LP: #2007654) + - [Packaging] add rust dependencies + + * remove circular dep between linux-image and modules (LP: #1989334) + - [Packaging] remove circular dep between modules and image + + * Packaging resync (LP: #1786013) + - [Packaging] update variants + - [Packaging] update update.conf + - [Packaging] update update.conf + - [Packaging] update update.conf + + * Miscellaneous Ubuntu changes + - [Packaging] ignore abi, modules and retpoline + - [Config] updateconfigs following 6.2 rebase + - move to 6.2 series + - [packaging] manually remove ipu6 and ivsc DKMS entries + - [Packaging] add python3 as a build dependency + + -- Paolo Pisati Wed, 15 Mar 2023 13:03:00 +0100 + +linux-lowlatency (6.1.0-1001.1) lunar; urgency=medium + + * lunar/linux-lowlatency: 6.1.0-1001.1 -proposed tracker (LP: #1998563) + + * Packaging resync (LP: #1786013) + - [Packaging] update update.conf + + * Miscellaneous Ubuntu changes + - [Packaging] switch to lunar and linux 6.1.0 + - [Config] migrateconfigs to annotations + + -- Andrea Righi Fri, 02 Dec 2022 11:55:52 +0100 + +linux-lowlatency (6.1.0-1000.0) lunar; urgency=medium + + * Dummy entry + + -- Andrea Righi Thu, 01 Dec 2022 21:43:47 +0100 + +linux-lowlatency (5.19.0-1007.7) kinetic; urgency=medium + + * kinetic/linux-lowlatency: 5.19.0-1007.7 -proposed tracker (LP: #1992748) + + -- Paolo Pisati Thu, 13 Oct 2022 09:45:20 +0200 + +linux-lowlatency (5.19.0-1006.6) kinetic; urgency=medium + + * kinetic/linux-lowlatency: 5.19.0-1006.6 -proposed tracker (LP: #1991269) + + -- Paolo Pisati Thu, 29 Sep 2022 16:19:02 +0200 + +linux-lowlatency (5.19.0-1005.5) kinetic; urgency=medium + + * kinetic/linux-lowlatency: 5.19.0-1005.5 -proposed tracker (LP: #1990510) + + -- Paolo Pisati Thu, 22 Sep 2022 18:27:47 +0200 + +linux-lowlatency (5.19.0-1004.4) kinetic; urgency=medium + + * kinetic/linux-lowlatency: 5.19.0-1004.4 -proposed tracker (LP: #1988720) + + * Packaging resync (LP: #1786013) + - debian/dkms-versions -- update from kernel-versions (main/master) + + -- Paolo Pisati Wed, 07 Sep 2022 13:43:11 +0200 + +linux-lowlatency (5.19.0-1003.3) kinetic; urgency=medium + + * kinetic/linux-lowlatency: 5.19.0-1003.3 -proposed tracker (LP: #1983440) + + -- Paolo Pisati Wed, 03 Aug 2022 12:34:13 +0200 + +linux-lowlatency (5.19.0-1002.2) kinetic; urgency=medium + + * kinetic/linux-lowlatency: 5.19.0-1002.2 -proposed tracker (LP: #1982815) + + * Miscellaneous Ubuntu changes + - [Packaging] jammy/linux-lowlatency: don't remove local + config.flavour.lowlatency* config files + - [Packaging] jammy/linux-lowlatency: don't overwrite local annotations file + - [Packaging] jammy/linux-lowlatency: include debian.master/config/annotations + from debian.lowlatency/config/annotations + - [Config] annotate only local differences vs debian.master/config/annotations + - [Config] lowlatency: disable TEST_DIV64 + + -- Paolo Pisati Tue, 02 Aug 2022 11:46:25 +0200 + +linux-lowlatency (5.19.0-1001.1) kinetic; urgency=medium + + * kinetic/linux-lowlatency: 5.19.0-1001.1 -proposed tracker (LP: #1980074) + + * Packaging resync (LP: #1786013) + - [Packaging] update variants + - [Packaging] update helper scripts + + * Miscellaneous Ubuntu changes + - [Packaging] switch to kinetic 5.19.0 + - [Packaging] update Ubuntu.md + - [Packaging] import lowlatency packaging from jammy + + -- Paolo Pisati Tue, 05 Jul 2022 13:20:50 +0200 + +linux-lowlatency (5.19.0-1000.0) kinetic; urgency=medium + + * Dummy entry + + -- Paolo Pisati Mon, 04 Jul 2022 15:27:55 +0200 + +linux-lowlatency (5.15.0-35.36) jammy; urgency=medium + + * jammy/linux-lowlatency: 5.15.0-35.36 -proposed tracker (LP: #1974305) + + * alsa: enable the cirrus-logic side-codec to make the speaker output sound + (LP: #1965496) + - [Packaging] lowlatency: Record rename of i2c-multi-instantiate + + [ Ubuntu: 5.15.0-35.36 ] + + * CVE-2022-21499 + - SAUCE: debug: Lock down kgdb + + [ Ubuntu: 5.15.0-34.35 ] + + * jammy/linux: 5.15.0-34.35 -proposed tracker (LP: #1974322) + * AMD APU s2idle is broken after the ASIC reset fix (LP: #1972134) + - drm/amdgpu: unify BO evicting method in amdgpu_ttm + - drm/amdgpu: explicitly check for s0ix when evicting resources + * amd_gpio AMDI0030:00: Failed to translate GPIO pin 0x0000 to IRQ, err -517 + (LP: #1971597) + - gpio: Request interrupts after IRQ is initialized + * config CONFIG_HISI_PMU for kunpeng920 (LP: #1956086) + - [Config] CONFIG_HISI_PMU=m + * Mute/mic LEDs no function on EliteBook G9 platfroms (LP: #1970552) + - ALSA: hda/realtek: Enable mute/micmute LEDs support for HP Laptops + * network-manager/1.36.4-2ubuntu1 ADT test failure with linux/5.15.0-28.29 + (LP: #1971418) + - Revert "rfkill: make new event layout opt-in" + * PCIE LnkCtl ASPM not enabled under VMD mode for Alder Lake platforms + (LP: #1942160) + - SAUCE: vmd: fixup bridge ASPM by driver name instead + * Mute/mic LEDs no function on HP EliteBook 845/865 G9 (LP: #1970178) + - ALSA: hda/realtek: Enable mute/micmute LEDs and limit mic boost on EliteBook + 845/865 G9 + * Enable headset mic on Lenovo P360 (LP: #1967069) + - ALSA: hda/realtek: Enable headset mic on Lenovo P360 + * WCN6856 BT keep in OFF state after coldboot system (LP: #1967067) + - Bluetooth: btusb: Improve stability for QCA devices + * Screen sometimes can't update [Failed to post KMS update: CRTC property + (GAMMA_LUT) not found] (LP: #1967274) + - drm/i915/xelpd: Enable Pipe color support for D13 platform + - drm/i915: Use unlocked register accesses for LUT loads + - drm/i915/xelpd: Enable Pipe Degamma + - drm/i915/xelpd: Add Pipe Color Lut caps to platform config + * Jammy update: v5.15.35 upstream stable release (LP: #1969857) + - drm/amd/display: Add pstate verification and recovery for DCN31 + - drm/amd/display: Fix p-state allow debug index on dcn31 + - hamradio: defer 6pack kfree after unregister_netdev + - hamradio: remove needs_free_netdev to avoid UAF + - cpuidle: PSCI: Move the `has_lpi` check to the beginning of the function + - ACPI: processor idle: Check for architectural support for LPI + - ACPI: processor: idle: fix lockup regression on 32-bit ThinkPad T40 + - btrfs: remove unused parameter nr_pages in add_ra_bio_pages() + - btrfs: remove no longer used counter when reading data page + - btrfs: remove unused variable in btrfs_{start,write}_dirty_block_groups() + - soc: qcom: aoss: Expose send for generic usecase + - dt-bindings: net: qcom,ipa: add optional qcom,qmp property + - net: ipa: request IPA register values be retained + - btrfs: release correct delalloc amount in direct IO write path + - ALSA: core: Add snd_card_free_on_error() helper + - ALSA: sis7019: Fix the missing error handling + - ALSA: ali5451: Fix the missing snd_card_free() call at probe error + - ALSA: als300: Fix the missing snd_card_free() call at probe error + - ALSA: als4000: Fix the missing snd_card_free() call at probe error + - ALSA: atiixp: Fix the missing snd_card_free() call at probe error + - ALSA: au88x0: Fix the missing snd_card_free() call at probe error + - ALSA: aw2: Fix the missing snd_card_free() call at probe error + - ALSA: azt3328: Fix the missing snd_card_free() call at probe error + - ALSA: bt87x: Fix the missing snd_card_free() call at probe error + - ALSA: ca0106: Fix the missing snd_card_free() call at probe error + - ALSA: cmipci: Fix the missing snd_card_free() call at probe error + - ALSA: cs4281: Fix the missing snd_card_free() call at probe error + - ALSA: cs5535audio: Fix the missing snd_card_free() call at probe error + - ALSA: echoaudio: Fix the missing snd_card_free() call at probe error + - ALSA: emu10k1x: Fix the missing snd_card_free() call at probe error + - ALSA: ens137x: Fix the missing snd_card_free() call at probe error + - ALSA: es1938: Fix the missing snd_card_free() call at probe error + - ALSA: es1968: Fix the missing snd_card_free() call at probe error + - ALSA: fm801: Fix the missing snd_card_free() call at probe error + - ALSA: galaxy: Fix the missing snd_card_free() call at probe error + - ALSA: hdsp: Fix the missing snd_card_free() call at probe error + - ALSA: hdspm: Fix the missing snd_card_free() call at probe error + - ALSA: ice1724: Fix the missing snd_card_free() call at probe error + - ALSA: intel8x0: Fix the missing snd_card_free() call at probe error + - ALSA: intel_hdmi: Fix the missing snd_card_free() call at probe error + - ALSA: korg1212: Fix the missing snd_card_free() call at probe error + - ALSA: lola: Fix the missing snd_card_free() call at probe error + - ALSA: lx6464es: Fix the missing snd_card_free() call at probe error + - ALSA: maestro3: Fix the missing snd_card_free() call at probe error + - ALSA: oxygen: Fix the missing snd_card_free() call at probe error + - ALSA: riptide: Fix the missing snd_card_free() call at probe error + - ALSA: rme32: Fix the missing snd_card_free() call at probe error + - ALSA: rme9652: Fix the missing snd_card_free() call at probe error + - ALSA: rme96: Fix the missing snd_card_free() call at probe error + - ALSA: sc6000: Fix the missing snd_card_free() call at probe error + - ALSA: sonicvibes: Fix the missing snd_card_free() call at probe error + - ALSA: via82xx: Fix the missing snd_card_free() call at probe error + - ALSA: usb-audio: Cap upper limits of buffer/period bytes for implicit fb + - ALSA: nm256: Don't call card private_free at probe error path + - drm/msm: Add missing put_task_struct() in debugfs path + - firmware: arm_scmi: Remove clear channel call on the TX channel + - memory: atmel-ebi: Fix missing of_node_put in atmel_ebi_probe + - Revert "ath11k: mesh: add support for 256 bitmap in blockack frames in 11ax" + - firmware: arm_scmi: Fix sorting of retrieved clock rates + - media: rockchip/rga: do proper error checking in probe + - SUNRPC: Fix the svc_deferred_event trace class + - net/sched: flower: fix parsing of ethertype following VLAN header + - veth: Ensure eth header is in skb's linear part + - gpiolib: acpi: use correct format characters + - cifs: release cached dentries only if mount is complete + - net: mdio: don't defer probe forever if PHY IRQ provider is missing + - mlxsw: i2c: Fix initialization error flow + - net/sched: fix initialization order when updating chain 0 head + - net: dsa: felix: suppress -EPROBE_DEFER errors + - net: ethernet: stmmac: fix altr_tse_pcs function when using a fixed-link + - net/sched: taprio: Check if socket flags are valid + - cfg80211: hold bss_lock while updating nontrans_list + - netfilter: nft_socket: make cgroup match work in input too + - drm/msm: Fix range size vs end confusion + - drm/msm/dsi: Use connector directly in msm_dsi_manager_connector_init() + - drm/msm/dp: add fail safe mode outside of event_mutex context + - net/smc: Fix NULL pointer dereference in smc_pnet_find_ib() + - scsi: pm80xx: Mask and unmask upper interrupt vectors 32-63 + - scsi: pm80xx: Enable upper inbound, outbound queues + - scsi: iscsi: Move iscsi_ep_disconnect() + - scsi: iscsi: Fix offload conn cleanup when iscsid restarts + - scsi: iscsi: Fix endpoint reuse regression + - scsi: iscsi: Fix conn cleanup and stop race during iscsid restart + - scsi: iscsi: Fix unbound endpoint error handling + - sctp: Initialize daddr on peeled off socket + - netfilter: nf_tables: nft_parse_register can return a negative value + - ALSA: ad1889: Fix the missing snd_card_free() call at probe error + - ALSA: mtpav: Don't call card private_free at probe error path + - io_uring: move io_uring_rsrc_update2 validation + - io_uring: verify that resv2 is 0 in io_uring_rsrc_update2 + - io_uring: verify pad field is 0 in io_get_ext_arg + - testing/selftests/mqueue: Fix mq_perf_tests to free the allocated cpu set + - ALSA: usb-audio: Increase max buffer size + - ALSA: usb-audio: Limit max buffer and period sizes per time + - perf tools: Fix misleading add event PMU debug message + - macvlan: Fix leaking skb in source mode with nodst option + - net: ftgmac100: access hardware register after clock ready + - nfc: nci: add flush_workqueue to prevent uaf + - cifs: potential buffer overflow in handling symlinks + - dm mpath: only use ktime_get_ns() in historical selector + - vfio/pci: Fix vf_token mechanism when device-specific VF drivers are used + - net: bcmgenet: Revert "Use stronger register read/writes to assure ordering" + - block: fix offset/size check in bio_trim() + - drm/amd: Add USBC connector ID + - btrfs: fix fallocate to use file_modified to update permissions consistently + - btrfs: do not warn for free space inode in cow_file_range + - drm/amdgpu: conduct a proper cleanup of PDB bo + - drm/amdgpu/gmc: use PCI BARs for APUs in passthrough + - drm/amd/display: fix audio format not updated after edid updated + - drm/amd/display: FEC check in timing validation + - drm/amd/display: Update VTEM Infopacket definition + - drm/amdkfd: Fix Incorrect VMIDs passed to HWS + - drm/amdgpu/vcn: improve vcn dpg stop procedure + - drm/amdkfd: Check for potential null return of kmalloc_array() + - Drivers: hv: vmbus: Deactivate sysctl_record_panic_msg by default in + isolated guests + - PCI: hv: Propagate coherence from VMbus device to PCI device + - Drivers: hv: vmbus: Prevent load re-ordering when reading ring buffer + - scsi: target: tcmu: Fix possible page UAF + - scsi: lpfc: Fix queue failures when recovering from PCI parity error + - scsi: ibmvscsis: Increase INITIAL_SRP_LIMIT to 1024 + - net: micrel: fix KS8851_MLL Kconfig + - ata: libata-core: Disable READ LOG DMA EXT for Samsung 840 EVOs + - gpu: ipu-v3: Fix dev_dbg frequency output + - regulator: wm8994: Add an off-on delay for WM8994 variant + - arm64: alternatives: mark patch_alternative() as `noinstr` + - tlb: hugetlb: Add more sizes to tlb_remove_huge_tlb_entry + - net: axienet: setup mdio unconditionally + - Drivers: hv: balloon: Disable balloon and hot-add accordingly + - net: usb: aqc111: Fix out-of-bounds accesses in RX fixup + - myri10ge: fix an incorrect free for skb in myri10ge_sw_tso + - spi: cadence-quadspi: fix protocol setup for non-1-1-X operations + - drm/amd/display: Enable power gating before init_pipes + - drm/amd/display: Revert FEC check in validation + - drm/amd/display: Fix allocate_mst_payload assert on resume + - drbd: set QUEUE_FLAG_STABLE_WRITES + - scsi: mpt3sas: Fail reset operation if config request timed out + - scsi: mvsas: Add PCI ID of RocketRaid 2640 + - scsi: megaraid_sas: Target with invalid LUN ID is deleted during scan + - drivers: net: slip: fix NPD bug in sl_tx_timeout() + - io_uring: zero tag on rsrc removal + - io_uring: use nospec annotation for more indexes + - perf/imx_ddr: Fix undefined behavior due to shift overflowing the constant + - mm/secretmem: fix panic when growing a memfd_secret + - mm, page_alloc: fix build_zonerefs_node() + - mm: fix unexpected zeroed page mapping with zram swap + - mm: kmemleak: take a full lowmem check in kmemleak_*_phys() + - KVM: x86/mmu: Resolve nx_huge_pages when kvm.ko is loaded + - SUNRPC: Fix NFSD's request deferral on RDMA transports + - memory: renesas-rpc-if: fix platform-device leak in error path + - gcc-plugins: latent_entropy: use /dev/urandom + - cifs: verify that tcon is valid before dereference in cifs_kill_sb + - ath9k: Properly clear TX status area before reporting to mac80211 + - ath9k: Fix usage of driver-private space in tx_info + - btrfs: fix root ref counts in error handling in btrfs_get_root_ref + - btrfs: mark resumed async balance as writing + - ALSA: hda/realtek: Add quirk for Clevo PD50PNT + - ALSA: hda/realtek: add quirk for Lenovo Thinkpad X12 speakers + - ALSA: pcm: Test for "silence" field in struct "pcm_format_data" + - nl80211: correctly check NL80211_ATTR_REG_ALPHA2 size + - ipv6: fix panic when forwarding a pkt with no in6 dev + - drm/amd/display: don't ignore alpha property on pre-multiplied mode + - drm/amdgpu: Enable gfxoff quirk on MacBook Pro + - x86/tsx: Use MSR_TSX_CTRL to clear CPUID bits + - x86/tsx: Disable TSX development mode at boot + - genirq/affinity: Consider that CPUs on nodes can be unbalanced + - tick/nohz: Use WARN_ON_ONCE() to prevent console saturation + - ARM: davinci: da850-evm: Avoid NULL pointer dereference + - dm integrity: fix memory corruption when tag_size is less than digest size + - i2c: dev: check return value when calling dev_set_name() + - smp: Fix offline cpu check in flush_smp_call_function_queue() + - i2c: pasemi: Wait for write xfers to finish + - dt-bindings: net: snps: remove duplicate name + - timers: Fix warning condition in __run_timers() + - dma-direct: avoid redundant memory sync for swiotlb + - drm/i915: Sunset igpu legacy mmap support based on GRAPHICS_VER_FULL + - cpu/hotplug: Remove the 'cpu' member of cpuhp_cpu_state + - soc: qcom: aoss: Fix missing put_device call in qmp_get + - net: ipa: fix a build dependency + - cpufreq: intel_pstate: ITMT support for overclocked system + - ax25: add refcount in ax25_dev to avoid UAF bugs + - ax25: fix reference count leaks of ax25_dev + - ax25: fix UAF bugs of net_device caused by rebinding operation + - ax25: Fix refcount leaks caused by ax25_cb_del() + - ax25: fix UAF bug in ax25_send_control() + - ax25: fix NPD bug in ax25_disconnect + - ax25: Fix NULL pointer dereferences in ax25 timers + - ax25: Fix UAF bugs in ax25 timers + - Linux 5.15.35 + * CONFIG_SND_COMPRESS_OFFLOAD missing in jammy/ppc64el kernel config + (LP: #1969807) + - [Config] updateconfigs for SND_COMPRESS_OFFLOAD (ppc64el) + * Micmute LED support for Zbook Fury 16 G9 (LP: #1968892) + - ALSA: hda/realtek: Add mute and micmut LED support for Zbook Fury 17 G9 + * Fix broken HDMI audio on AMD PRO VII after S3 (LP: #1968475) + - drm/amdgpu: don't set s3 and s0ix at the same time + - drm/amdgpu: Ensure HDA function is suspended before ASIC reset + * [Ubuntu 22.04] mpi3mr: Request to include latest bug fixes (LP: #1967116) + - scsi: mpi3mr: Clean up mpi3mr_print_ioc_info() + - scsi: mpi3mr: Use scnprintf() instead of snprintf() + - scsi: mpi3mr: Add debug APIs based on logging_level bits + - scsi: mpi3mr: Replace spin_lock() with spin_lock_irqsave() + - scsi: mpi3mr: Don't reset IOC if cmnds flush with reset status + - scsi: mpi3mr: Update MPI3 headers - part1 + - scsi: mpi3mr: Update MPI3 headers - part2 + - scsi: mpi3mr: Add support for PCIe Managed Switch SES device + - scsi: mpi3mr: Do access status validation before adding devices + - scsi: mpi3mr: Increase internal cmnds timeout to 60s + - scsi: mpi3mr: Handle unaligned PLL in unmap cmnds + - scsi: mpi3mr: Display IOC firmware package version + - scsi: mpi3mr: Fault IOC when internal command gets timeout + - scsi: mpi3mr: Code refactor of IOC init - part1 + - scsi: mpi3mr: Code refactor of IOC init - part2 + - scsi: mpi3mr: Handle offline FW activation in graceful manner + - scsi: mpi3mr: Add IOC reinit function + - scsi: mpi3mr: Detect async reset that occurred in firmware + - scsi: mpi3mr: Gracefully handle online FW update operation + - scsi: mpi3mr: Add Event acknowledgment logic + - scsi: mpi3mr: Support Prepare for Reset event + - scsi: mpi3mr: Print cable mngnt and temp threshold events + - scsi: mpi3mr: Add io_uring interface support in I/O-polled mode + - scsi: mpi3mr: Use TM response codes from MPI3 headers + - scsi: mpi3mr: Enhanced Task Management Support Reply handling + - scsi: mpi3mr: Bump driver version to 8.0.0.61.0 + - scsi: mpi3mr: Fix some spelling mistakes + - scsi: mpi3mr: Fix formatting problems in some kernel-doc comments + - scsi: mpi3mr: Fix deadlock while canceling the fw event + - scsi: mpi3mr: Fix printing of pending I/O count + - scsi: mpi3mr: Update MPI3 headers + - scsi: mpi3mr: Fix hibernation issue + - scsi: mpi3mr: Fix cmnd getting marked as in use forever + - scsi: mpi3mr: Update the copyright year + - scsi: mpi3mr: Bump driver version to 8.0.0.68.0 + - scsi: mpi3mr: Fix flushing !WQ_MEM_RECLAIM events warning + * Support AMD P-State cpufreq control mechanism (LP: #1956509) + - x86/cpufeatures: Add AMD Collaborative Processor Performance Control feature + flag + - x86/msr: Add AMD CPPC MSR definitions + - ACPI: CPPC: Implement support for SystemIO registers + - ACPI: CPPC: Add CPPC enable register function + - cpufreq: amd-pstate: Introduce a new AMD P-State driver to support future + processors + - cpufreq: amd-pstate: Add fast switch function for AMD P-State + - cpufreq: amd-pstate: Introduce the support for the processors with shared + memory solution + - cpufreq: amd-pstate: Add trace for AMD P-State module + - cpufreq: amd-pstate: Add boost mode support for AMD P-State + - cpufreq: amd-pstate: Add AMD P-State frequencies attributes + - cpufreq: amd-pstate: Add AMD P-State performance attributes + - Documentation: amd-pstate: Add AMD P-State driver introduction + - MAINTAINERS: Add AMD P-State driver maintainer entry + - cpufreq: amd-pstate: Fix struct amd_cpudata kernel-doc comment + - cpufreq: amd-pstate: Fix Kconfig dependencies for AMD P-State + - [Config] enable X86_AMD_PSTATE as built-in on amd64 + * Bolt doesn't work with native USB4 hosts (LP: #1962349) + - thunderbolt: Retry DROM reads for more failure scenarios + - thunderbolt: Do not resume routers if UID is not set + - thunderbolt: Do not make DROM read success compulsory + - PCI/ACPI: Allow D3 only if Root Port can signal and wake from D3 + * linux-image-5.0.0-35-generic breaks checkpointing of container + (LP: #1857257) // re-apply missing overlayfs SAUCE patch (LP: #1967924) + - SAUCE: overlayfs: fix incorrect mnt_id of files opened from map_files + * [Jammy, mlx5, ConnectX-7] add CX7 support for software steering + (LP: #1966194) + - net/mlx5: DR, Fix vport number data type to u16 + - net/mlx5: DR, Replace local WIRE_PORT macro with the existing + MLX5_VPORT_UPLINK + - net/mlx5: DR, Add missing query for vport 0 + - net/mlx5: DR, Align error messages for failure to obtain vport caps + - net/mlx5: DR, Support csum recalculation flow table on SFs + - net/mlx5: DR, Add support for SF vports + - net/mlx5: DR, Increase supported num of actions to 32 + - net/mlx5: DR, Fix typo 'offeset' to 'offset' + - net/mlx5: DR, init_next_match only if needed + - net/mlx5: DR, Add missing string for action type SAMPLER + - net/mlx5: DR, Add check for unsupported fields in match param + - net/mlx5: Introduce new uplink destination type + - net/mlx5: DR, Handle eswitch manager and uplink vports separately + - net/mlx5: DR, Fix querying eswitch manager vport for ECPF + - net/mlx5: DR, Fix check for unsupported fields in match param + - net/mlx5: DR, Fix error flow in creating matcher + - net/mlx5: DR, Fix lower case macro prefix "mlx5_" to "MLX5_" + - net/mlx5: DR, Remove unused struct member in matcher + - net/mlx5: DR, Rename list field in matcher struct to list_node + - net/mlx5: DR, Add check for flex parser ID value + - net/mlx5: DR, Add missing reserved fields to dr_match_param + - net/mlx5: DR, Add support for dumping steering info + - net/mlx5: DR, Add support for UPLINK destination type + - net/mlx5: DR, Warn on failure to destroy objects due to refcount + - net/mlx5: Add misc5 flow table match parameters + - net/mlx5: DR, Add misc5 to match_param structs + - net/mlx5: DR, Support matching on tunnel headers 0 and 1 + - net/mlx5: DR, Add support for matching on geneve_tlv_option_0_exist field + - net/mlx5: DR, Improve steering for empty or RX/TX-only matchers + - net/mlx5: DR, Ignore modify TTL if device doesn't support it + - net/mlx5: Set SMFS as a default steering mode if device supports it + - net/mlx5: DR, Fix slab-out-of-bounds in mlx5_cmd_dr_create_fte + - net/mlx5: DR, Add support for matching on Internet Header Length (IHL) + - net/mlx5: DR, Remove unneeded comments + - net/mlx5: DR, Fix handling of different actions on the same STE in STEv1 + - net/mlx5: DR, Rename action modify fields to reflect naming in HW spec + - net/mlx5: DR, Refactor ste_ctx handling for STE v0/1 + - net/mlx5: Introduce software defined steering capabilities + - net/mlx5: DR, Add support for ConnectX-7 steering + * alsa: enable the cirrus-logic side-codec to make the speaker output sound + (LP: #1965496) + - ASoC: cs35l41: CS35L41 Boosted Smart Amplifier + - ASoC: cs35l41: Fix use of an uninitialised variable + - ASoC: cs35l41: Use regmap_read_poll_timeout to wait for OTP boot + - ASoC: cs35l41: Combine adjacent register writes + - ASoC: cs35l41: Don't overwrite returned error code + - ASoC: cs35l41: Fixup the error messages + - ASoC: cs35l41: Fix a bunch of trivial code formating/style issues + - misc: cs35l41: Remove unused pdn variable + - ASoC: cs35l41: Make cs35l41_remove() return void + - ASoC: cs35l41: Change monitor widgets to siggens + - ASoC: cs35l41: DSP Support + - ASoC: cs35l41: Set the max SPI speed for the whole device + - ASoC: cs35l41: Fix link problem + - ASoC: cs35l41: Fix undefined reference to core functions + - ASoC: cs35l41: Convert tables to shared source code + - ASoC: cs35l41: Move cs35l41_otp_unpack to shared code + - ASoC: cs35l41: Move power initializations to reg_sequence + - ASoC: cs35l41: Create shared function for errata patches + - ASoC: cs35l41: Create shared function for setting channels + - ASoC: cs35l41: Create shared function for boost configuration + - ASoC: cs35l41: Add cs35l51/53 IDs + - ASoC: cs35l41: Remove incorrect comment + - ASoC: cs35l41: Correct DSP power down + - ASoC: cs35l41: Correct handling of some registers in the cache + - ALSA: hda: cs35l41: Add support for CS35L41 in HDA systems + - ASoC: cs35l41: Update handling of test key registers + - ASoC: cs35l41: Add support for hibernate memory retention mode + - ALSA: hda: cs35l41: fix double free on error in probe() + - ALSA: hda: cs35l41: Avoid overwriting register patch + - ALSA: hda: cs35l41: Add calls to newly added test key function + - ALSA: hda: cs35l41: Move cs35l41* calls to its own symbol namespace + - ALSA: hda: cs35l41: Add missing default cases + - ALSA: hda: cs35l41: Make use of the helper function dev_err_probe() + - ALSA: hda: cs35l41: Tidyup code + - ALSA: hda: cs35l41: Make cs35l41_hda_remove() return void + - ALSA: hda/realtek: Add support for Legion 7 16ACHg6 laptop + - ALSA: hda/realtek: Add CS35L41 support for Thinkpad laptops + - ALSA: hda/realtek: fix speakers and micmute on HP 855 G8 + - Revert "platform/x86: i2c-multi-instantiate: Don't create platform device + for INT3515 ACPI nodes" + - spi: Create helper API to lookup ACPI info for spi device + - spi: Support selection of the index of the ACPI Spi Resource before alloc + - spi: Add API to count spi acpi resources + - platform/x86: i2c-multi-instantiate: Rename it for a generic serial driver + name + - platform/x86: serial-multi-instantiate: Reorganize I2C functions + - platform/x86: serial-multi-instantiate: Add SPI support + - ALSA: hda/realtek: Add support for HP Laptops + - ACPI / scan: Create platform device for CS35L41 + - [Config] Add cirruslogic side codec support + * Use kernel-testing repo from launchpad for ADT tests (LP: #1968016) + - [Debian] Use kernel-testing repo from launchpad + * Fix ADL, WD22TB4,Dual monitors display resolution can't reach 4K 60hz + (LP: #1967986) + - drm/i915/display: Remove check for low voltage sku for max dp source rate + - drm/i915/intel_combo_phy: Print I/O voltage info + * Support different Cirrus audio codec configurations on Dell laptops + (LP: #1967988) + - ALSA: hda/cs8409: Fix Warlock to use mono mic configuration + - ALSA: hda/cs8409: Re-order quirk table into ascending order + - ALSA: hda/cs8409: Fix Full Scale Volume setting for all variants + - ALSA: hda/cs8409: Support new Warlock MLK Variants + - ALSA: hda/cs8409: Disable HSBIAS_SENSE_EN for Cyborg + - ALSA: hda/cs8409: Add new Dolphin HW variants + * Enable speakup kernel modules to allow the speakup screen reader to function + (LP: #1967702) + - [Config] CONFIG_SPEAKUP=m + * linux: CONFIG_SERIAL_8250_MID=y (LP: #1967338) + - [Config] amd64 CONFIG_SERIAL_8250_MID=y + * alsa/sdw: Fix the audio issue on a Dell machine without internal mic + (LP: #1966841) + - ASoC: Intel: soc-acpi: add entries in ADL match table + * Jammy update: v5.15.34 upstream stable release (LP: #1969107) + - Revert "UBUNTU: SAUCE: Revert "scsi: core: Reallocate device's budget map on + queue depth change"" + - lib/logic_iomem: correct fallback config references + - um: fix and optimize xor select template for CONFIG64 and timetravel mode + - rtc: wm8350: Handle error for wm8350_register_irq + - nbd: add error handling support for add_disk() + - nbd: Fix incorrect error handle when first_minor is illegal in nbd_dev_add + - nbd: Fix hungtask when nbd_config_put + - nbd: fix possible overflow on 'first_minor' in nbd_dev_add() + - kfence: count unexpectedly skipped allocations + - kfence: move saving stack trace of allocations into __kfence_alloc() + - kfence: limit currently covered allocations when pool nearly full + - KVM: x86/pmu: Use different raw event masks for AMD and Intel + - KVM: SVM: Fix kvm_cache_regs.h inclusions for is_guest_mode() + - KVM: x86/svm: Clear reserved bits written to PerfEvtSeln MSRs + - KVM: x86/pmu: Fix and isolate TSX-specific performance event logic + - KVM: x86/emulator: Emulate RDPID only if it is enabled in guest + - drm: Add orientation quirk for GPD Win Max + - ath5k: fix OOB in ath5k_eeprom_read_pcal_info_5111 + - drm/amd/display: Add signal type check when verify stream backends same + - drm/amd/amdgpu/amdgpu_cs: fix refcount leak of a dma_fence obj + - drm/amd/display: Fix memory leak + - drm/amd/display: Use PSR version selected during set_psr_caps + - usb: gadget: tegra-xudc: Do not program SPARAM + - usb: gadget: tegra-xudc: Fix control endpoint's definitions + - usb: cdnsp: fix cdnsp_decode_trb function to properly handle ret value + - ptp: replace snprintf with sysfs_emit + - drm/amdkfd: Don't take process mutex for svm ioctls + - powerpc: dts: t104xrdb: fix phy type for FMAN 4/5 + - ath11k: fix kernel panic during unload/load ath11k modules + - ath11k: pci: fix crash on suspend if board file is not found + - ath11k: mhi: use mhi_sync_power_up() + - net/smc: Send directly when TCP_CORK is cleared + - drm/bridge: Add missing pm_runtime_put_sync + - bpf: Make dst_port field in struct bpf_sock 16-bit wide + - scsi: mvsas: Replace snprintf() with sysfs_emit() + - scsi: bfa: Replace snprintf() with sysfs_emit() + - drm/v3d: fix missing unlock + - power: supply: axp20x_battery: properly report current when discharging + - mt76: mt7921: fix crash when startup fails. + - mt76: dma: initialize skip_unmap in mt76_dma_rx_fill + - cfg80211: don't add non transmitted BSS to 6GHz scanned channels + - libbpf: Fix build issue with llvm-readelf + - ipv6: make mc_forwarding atomic + - net: initialize init_net earlier + - powerpc: Set crashkernel offset to mid of RMA region + - drm/amdgpu: Fix recursive locking warning + - scsi: smartpqi: Fix kdump issue when controller is locked up + - PCI: aardvark: Fix support for MSI interrupts + - iommu/arm-smmu-v3: fix event handling soft lockup + - usb: ehci: add pci device support for Aspeed platforms + - PCI: endpoint: Fix alignment fault error in copy tests + - tcp: Don't acquire inet_listen_hashbucket::lock with disabled BH. + - PCI: pciehp: Add Qualcomm quirk for Command Completed erratum + - scsi: mpi3mr: Fix reporting of actual data transfer size + - scsi: mpi3mr: Fix memory leaks + - powerpc/set_memory: Avoid spinlock recursion in change_page_attr() + - power: supply: axp288-charger: Set Vhold to 4.4V + - net/mlx5e: Disable TX queues before registering the netdev + - usb: dwc3: pci: Set the swnode from inside dwc3_pci_quirks() + - iwlwifi: mvm: Correctly set fragmented EBS + - iwlwifi: mvm: move only to an enabled channel + - drm/msm/dsi: Remove spurious IRQF_ONESHOT flag + - ipv4: Invalidate neighbour for broadcast address upon address addition + - dm ioctl: prevent potential spectre v1 gadget + - dm: requeue IO if mapping table not yet available + - drm/amdkfd: make CRAT table missing message informational only + - vfio/pci: Stub vfio_pci_vga_rw when !CONFIG_VFIO_PCI_VGA + - scsi: pm8001: Fix pm80xx_pci_mem_copy() interface + - scsi: pm8001: Fix pm8001_mpi_task_abort_resp() + - scsi: pm8001: Fix task leak in pm8001_send_abort_all() + - scsi: pm8001: Fix tag leaks on error + - scsi: pm8001: Fix memory leak in pm8001_chip_fw_flash_update_req() + - mt76: mt7915: fix injected MPDU transmission to not use HW A-MSDU + - powerpc/64s/hash: Make hash faults work in NMI context + - mt76: mt7615: Fix assigning negative values to unsigned variable + - scsi: aha152x: Fix aha152x_setup() __setup handler return value + - scsi: hisi_sas: Free irq vectors in order for v3 HW + - scsi: hisi_sas: Limit users changing debugfs BIST count value + - net/smc: correct settings of RMB window update limit + - mips: ralink: fix a refcount leak in ill_acc_of_setup() + - macvtap: advertise link netns via netlink + - tuntap: add sanity checks about msg_controllen in sendmsg + - Bluetooth: Fix not checking for valid hdev on bt_dev_{info,warn,err,dbg} + - Bluetooth: use memset avoid memory leaks + - bnxt_en: Eliminate unintended link toggle during FW reset + - PCI: endpoint: Fix misused goto label + - MIPS: fix fortify panic when copying asm exception handlers + - powerpc/64e: Tie PPC_BOOK3E_64 to PPC_FSL_BOOK3E + - powerpc/secvar: fix refcount leak in format_show() + - scsi: libfc: Fix use after free in fc_exch_abts_resp() + - can: isotp: set default value for N_As to 50 micro seconds + - can: etas_es58x: es58x_fd_rx_event_msg(): initialize rx_event_msg before + calling es58x_check_msg_len() + - riscv: Fixed misaligned memory access. Fixed pointer comparison. + - net: account alternate interface name memory + - net: limit altnames to 64k total + - net/mlx5e: Remove overzealous validations in netlink EEPROM query + - net: sfp: add 2500base-X quirk for Lantech SFP module + - usb: dwc3: omap: fix "unbalanced disables for smps10_out1" on omap5evm + - mt76: fix monitor mode crash with sdio driver + - xtensa: fix DTC warning unit_address_format + - MIPS: ingenic: correct unit node address + - Bluetooth: Fix use after free in hci_send_acl + - netfilter: conntrack: revisit gc autotuning + - netlabel: fix out-of-bounds memory accesses + - ceph: fix inode reference leakage in ceph_get_snapdir() + - ceph: fix memory leak in ceph_readdir when note_last_dentry returns error + - lib/Kconfig.debug: add ARCH dependency for FUNCTION_ALIGN option + - init/main.c: return 1 from handled __setup() functions + - minix: fix bug when opening a file with O_DIRECT + - clk: si5341: fix reported clk_rate when output divider is 2 + - staging: vchiq_arm: Avoid NULL ptr deref in vchiq_dump_platform_instances + - staging: vchiq_core: handle NULL result of find_service_by_handle + - phy: amlogic: phy-meson-gxl-usb2: fix shared reset controller use + - phy: amlogic: meson8b-usb2: Use dev_err_probe() + - phy: amlogic: meson8b-usb2: fix shared reset control use + - clk: rockchip: drop CLK_SET_RATE_PARENT from dclk_vop* on rk3568 + - cpufreq: CPPC: Fix performance/frequency conversion + - opp: Expose of-node's name in debugfs + - staging: wfx: fix an error handling in wfx_init_common() + - w1: w1_therm: fixes w1_seq for ds28ea00 sensors + - NFSv4.2: fix reference count leaks in _nfs42_proc_copy_notify() + - NFSv4: Protect the state recovery thread against direct reclaim + - habanalabs: fix possible memory leak in MMU DR fini + - xen: delay xen_hvm_init_time_ops() if kdump is boot on vcpu>=32 + - clk: ti: Preserve node in ti_dt_clocks_register() + - clk: Enforce that disjoints limits are invalid + - SUNRPC/call_alloc: async tasks mustn't block waiting for memory + - SUNRPC/xprt: async tasks mustn't block waiting for memory + - SUNRPC: remove scheduling boost for "SWAPPER" tasks. + - NFS: swap IO handling is slightly different for O_DIRECT IO + - NFS: swap-out must always use STABLE writes. + - x86: Annotate call_on_stack() + - x86/Kconfig: Do not allow CONFIG_X86_X32_ABI=y with llvm-objcopy + - serial: samsung_tty: do not unlock port->lock for uart_write_wakeup() + - virtio_console: eliminate anonymous module_init & module_exit + - jfs: prevent NULL deref in diFree + - SUNRPC: Fix socket waits for write buffer space + - NFS: nfsiod should not block forever in mempool_alloc() + - NFS: Avoid writeback threads getting stuck in mempool_alloc() + - selftests: net: Add tls config dependency for tls selftests + - parisc: Fix CPU affinity for Lasi, WAX and Dino chips + - parisc: Fix patch code locking and flushing + - mm: fix race between MADV_FREE reclaim and blkdev direct IO read + - rtc: mc146818-lib: change return values of mc146818_get_time() + - rtc: Check return value from mc146818_get_time() + - rtc: mc146818-lib: fix RTC presence check + - drm/amdgpu: fix off by one in amdgpu_gfx_kiq_acquire() + - Drivers: hv: vmbus: Fix potential crash on module unload + - Revert "NFSv4: Handle the special Linux file open access mode" + - NFSv4: fix open failure with O_ACCMODE flag + - scsi: sr: Fix typo in CDROM(CLOSETRAY|EJECT) handling + - scsi: core: Fix sbitmap depth in scsi_realloc_sdev_budget_map() + - scsi: zorro7xx: Fix a resource leak in zorro7xx_remove_one() + - vdpa/mlx5: Rename control VQ workqueue to vdpa wq + - vdpa/mlx5: Propagate link status from device to vdpa driver + - vdpa: mlx5: prevent cvq work from hogging CPU + - net: sfc: add missing xdp queue reinitialization + - net/tls: fix slab-out-of-bounds bug in decrypt_internal + - vrf: fix packet sniffing for traffic originating from ip tunnels + - skbuff: fix coalescing for page_pool fragment recycling + - ice: Clear default forwarding VSI during VSI release + - mctp: Fix check for dev_hard_header() result + - net: ipv4: fix route with nexthop object delete warning + - net: stmmac: Fix unset max_speed difference between DT and non-DT platforms + - drm/imx: imx-ldb: Check for null pointer after calling kmemdup + - drm/imx: Fix memory leak in imx_pd_connector_get_modes + - drm/imx: dw_hdmi-imx: Fix bailout in error cases of probe + - regulator: rtq2134: Fix missing active_discharge_on setting + - regulator: atc260x: Fix missing active_discharge_on setting + - arch/arm64: Fix topology initialization for core scheduling + - bnxt_en: Synchronize tx when xdp redirects happen on same ring + - bnxt_en: reserve space inside receive page for skb_shared_info + - bnxt_en: Prevent XDP redirect from running when stopping TX queue + - sfc: Do not free an empty page_ring + - RDMA/mlx5: Don't remove cache MRs when a delay is needed + - RDMA/mlx5: Add a missing update of cache->last_add + - IB/cm: Cancel mad on the DREQ event when the state is MRA_REP_RCVD + - IB/rdmavt: add lock to call to rvt_error_qp to prevent a race condition + - sctp: count singleton chunks in assoc user stats + - dpaa2-ptp: Fix refcount leak in dpaa2_ptp_probe + - ice: Set txq_teid to ICE_INVAL_TEID on ring creation + - ice: Do not skip not enabled queues in ice_vc_dis_qs_msg + - ipv6: Fix stats accounting in ip6_pkt_drop + - ice: synchronize_rcu() when terminating rings + - ice: xsk: fix VSI state check in ice_xsk_wakeup() + - net: openvswitch: don't send internal clone attribute to the userspace. + - net: ethernet: mv643xx: Fix over zealous checking of_get_mac_address() + - net: openvswitch: fix leak of nested actions + - rxrpc: fix a race in rxrpc_exit_net() + - net: sfc: fix using uninitialized xdp tx_queue + - net: phy: mscc-miim: reject clause 45 register accesses + - qede: confirm skb is allocated before using + - spi: bcm-qspi: fix MSPI only access with bcm_qspi_exec_mem_op() + - bpf: Support dual-stack sockets in bpf_tcp_check_syncookie + - drbd: Fix five use after free bugs in get_initial_state + - scsi: ufs: ufshpb: Fix a NULL check on list iterator + - io_uring: nospec index for tags on files update + - io_uring: don't touch scm_fp_list after queueing skb + - SUNRPC: Handle ENOMEM in call_transmit_status() + - SUNRPC: Handle low memory situations in call_status() + - SUNRPC: svc_tcp_sendmsg() should handle errors from xdr_alloc_bvec() + - iommu/omap: Fix regression in probe for NULL pointer dereference + - perf: arm-spe: Fix perf report --mem-mode + - perf tools: Fix perf's libperf_print callback + - perf session: Remap buf if there is no space for event + - arm64: Add part number for Arm Cortex-A78AE + - scsi: mpt3sas: Fix use after free in _scsih_expander_node_remove() + - scsi: ufs: ufs-pci: Add support for Intel MTL + - Revert "mmc: sdhci-xenon: fix annoying 1.8V regulator warning" + - mmc: block: Check for errors after write on SPI + - mmc: mmci: stm32: correctly check all elements of sg list + - mmc: renesas_sdhi: don't overwrite TAP settings when HS400 tuning is + complete + - mmc: core: Fixup support for writeback-cache for eMMC and SD + - lz4: fix LZ4_decompress_safe_partial read out of bound + - highmem: fix checks in __kmap_local_sched_{in,out} + - mmmremap.c: avoid pointless invalidate_range_start/end on mremap(old_size=0) + - mm/mempolicy: fix mpol_new leak in shared_policy_replace + - io_uring: don't check req->file in io_fsync_prep() + - io_uring: defer splice/tee file validity check until command issue + - io_uring: implement compat handling for IORING_REGISTER_IOWQ_AFF + - io_uring: fix race between timeout flush and removal + - x86/pm: Save the MSR validity status at context setup + - x86/speculation: Restore speculation related MSRs during S3 resume + - perf/x86/intel: Update the FRONTEND MSR mask on Sapphire Rapids + - btrfs: fix qgroup reserve overflow the qgroup limit + - btrfs: prevent subvol with swapfile from being deleted + - spi: core: add dma_map_dev for __spi_unmap_msg() + - arm64: patch_text: Fixup last cpu should be master + - RDMA/hfi1: Fix use-after-free bug for mm struct + - gpio: Restrict usage of GPIO chip irq members before initialization + - x86/msi: Fix msi message data shadow struct + - x86/mm/tlb: Revert retpoline avoidance approach + - perf/x86/intel: Don't extend the pseudo-encoding to GP counters + - ata: sata_dwc_460ex: Fix crash due to OOB write + - perf: qcom_l2_pmu: fix an incorrect NULL check on list iterator + - perf/core: Inherit event_caps + - irqchip/gic-v3: Fix GICR_CTLR.RWP polling + - fbdev: Fix unregistering of framebuffers without device + - amd/display: set backlight only if required + - SUNRPC: Prevent immediate close+reconnect + - drm/panel: ili9341: fix optional regulator handling + - drm/amdgpu/display: change pipe policy for DCN 2.1 + - drm/amdgpu/smu10: fix SoC/fclk units in auto mode + - drm/amdgpu/vcn: Fix the register setting for vcn1 + - drm/nouveau/pmu: Add missing callbacks for Tegra devices + - drm/amdkfd: Create file descriptor after client is added to smi_clients list + - drm/amdgpu: don't use BACO for reset in S3 + - KVM: SVM: Allow AVIC support on system w/ physical APIC ID > 255 + - net/smc: send directly on setting TCP_NODELAY + - Revert "selftests: net: Add tls config dependency for tls selftests" + - bpf: Make remote_port field in struct bpf_sk_lookup 16-bit wide + - selftests/bpf: Fix u8 narrow load checks for bpf_sk_lookup remote_port + - rtc: mc146818-lib: fix signedness bug in mc146818_get_time() + - SUNRPC: Don't call connect() more than once on a TCP socket + - Revert "nbd: fix possible overflow on 'first_minor' in nbd_dev_add()" + - perf build: Don't use -ffat-lto-objects in the python feature test when + building with clang-13 + - perf python: Fix probing for some clang command line options + - tools build: Filter out options and warnings not supported by clang + - tools build: Use $(shell ) instead of `` to get embedded libperl's ccopts + - dmaengine: Revert "dmaengine: shdma: Fix runtime PM imbalance on error" + - KVM: avoid NULL pointer dereference in kvm_dirty_ring_push + - Revert "net/mlx5: Accept devlink user input after driver initialization + complete" + - ubsan: remove CONFIG_UBSAN_OBJECT_SIZE + - selftests: cgroup: Make cg_create() use 0755 for permission instead of 0644 + - selftests: cgroup: Test open-time credential usage for migration checks + - selftests: cgroup: Test open-time cgroup namespace usage for migration + checks + - mm: don't skip swap entry even if zap_details specified + - Drivers: hv: vmbus: Replace smp_store_mb() with virt_store_mb() + - x86/bug: Prevent shadowing in __WARN_FLAGS + - sched: Teach the forced-newidle balancer about CPU affinity limitation. + - x86,static_call: Fix __static_call_return0 for i386 + - irqchip/gic-v4: Wait for GICR_VPENDBASER.Dirty to clear before descheduling + - powerpc/64: Fix build failure with allyesconfig in book3s_64_entry.S + - irqchip/gic, gic-v3: Prevent GSI to SGI translations + - mm/sparsemem: fix 'mem_section' will never be NULL gcc 12 warning + - static_call: Don't make __static_call_return0 static + - powerpc: Fix virt_addr_valid() for 64-bit Book3E & 32-bit + - stacktrace: move filter_irq_stacks() to kernel/stacktrace.c + - Linux 5.15.34 + - [Config] armhf, s390x: update annotations following + DEBUG_FORCE_FUNCTION_ALIGN_64B support removal in v5.15.34 + * Jammy update: v5.15.33 upstream stable release (LP: #1969110) + - Revert "swiotlb: rework "fix info leak with DMA_FROM_DEVICE"" + - USB: serial: pl2303: add IBM device IDs + - dt-bindings: usb: hcd: correct usb-device path + - USB: serial: pl2303: fix GS type detection + - USB: serial: simple: add Nokia phone driver + - mm: kfence: fix missing objcg housekeeping for SLAB + - hv: utils: add PTP_1588_CLOCK to Kconfig to fix build + - HID: logitech-dj: add new lightspeed receiver id + - HID: Add support for open wheel and no attachment to T300 + - xfrm: fix tunnel model fragmentation behavior + - ARM: mstar: Select HAVE_ARM_ARCH_TIMER + - virtio_console: break out of buf poll on remove + - vdpa/mlx5: should verify CTRL_VQ feature exists for MQ + - tools/virtio: fix virtio_test execution + - ethernet: sun: Free the coherent when failing in probing + - gpio: Revert regression in sysfs-gpio (gpiolib.c) + - spi: Fix invalid sgs value + - net:mcf8390: Use platform_get_irq() to get the interrupt + - Revert "gpio: Revert regression in sysfs-gpio (gpiolib.c)" + - spi: Fix erroneous sgs value with min_t() + - Input: zinitix - do not report shadow fingers + - af_key: add __GFP_ZERO flag for compose_sadb_supported in function + pfkey_register + - net: dsa: microchip: add spi_device_id tables + - selftests: vm: fix clang build error multiple output files + - locking/lockdep: Avoid potential access of invalid memory in lock_class + - drm/amdgpu: move PX checking into amdgpu_device_ip_early_init + - drm/amdgpu: only check for _PR3 on dGPUs + - iommu/iova: Improve 32-bit free space estimate + - virtio-blk: Use blk_validate_block_size() to validate block size + - tpm: fix reference counting for struct tpm_chip + - usb: typec: tipd: Forward plug orientation to typec subsystem + - USB: usb-storage: Fix use of bitfields for hardware data in ene_ub6250.c + - xhci: fix garbage USBSTS being logged in some cases + - xhci: fix runtime PM imbalance in USB2 resume + - xhci: make xhci_handshake timeout for xhci_reset() adjustable + - xhci: fix uninitialized string returned by xhci_decode_ctrl_ctx() + - mei: me: disable driver on the ign firmware + - mei: me: add Alder Lake N device id. + - mei: avoid iterator usage outside of list_for_each_entry + - bus: mhi: pci_generic: Add mru_default for Quectel EM1xx series + - bus: mhi: Fix MHI DMA structure endianness + - docs: sphinx/requirements: Limit jinja2<3.1 + - coresight: Fix TRCCONFIGR.QE sysfs interface + - coresight: syscfg: Fix memleak on registration failure in + cscfg_create_device + - iio: afe: rescale: use s64 for temporary scale calculations + - iio: inkern: apply consumer scale on IIO_VAL_INT cases + - iio: inkern: apply consumer scale when no channel scale is available + - iio: inkern: make a best effort on offset calculation + - greybus: svc: fix an error handling bug in gb_svc_hello() + - clk: rockchip: re-add rational best approximation algorithm to the + fractional divider + - clk: uniphier: Fix fixed-rate initialization + - cifs: fix handlecache and multiuser + - cifs: we do not need a spinlock around the tree access during umount + - KEYS: fix length validation in keyctl_pkey_params_get_2() + - KEYS: asymmetric: enforce that sig algo matches key algo + - KEYS: asymmetric: properly validate hash_algo and encoding + - Documentation: add link to stable release candidate tree + - Documentation: update stable tree link + - firmware: stratix10-svc: add missing callback parameter on RSU + - firmware: sysfb: fix platform-device leak in error path + - HID: intel-ish-hid: Use dma_alloc_coherent for firmware update + - SUNRPC: avoid race between mod_timer() and del_timer_sync() + - NFS: NFSv2/v3 clients should never be setting NFS_CAP_XATTR + - NFSD: prevent underflow in nfssvc_decode_writeargs() + - NFSD: prevent integer overflow on 32 bit systems + - f2fs: fix to unlock page correctly in error path of is_alive() + - f2fs: quota: fix loop condition at f2fs_quota_sync() + - f2fs: fix to do sanity check on .cp_pack_total_block_count + - remoteproc: Fix count check in rproc_coredump_write() + - mm/mlock: fix two bugs in user_shm_lock() + - pinctrl: ingenic: Fix regmap on X series SoCs + - pinctrl: samsung: drop pin banks references on error paths + - net: bnxt_ptp: fix compilation error + - spi: mxic: Fix the transmit path + - mtd: rawnand: protect access to rawnand devices while in suspend + - can: ems_usb: ems_usb_start_xmit(): fix double dev_kfree_skb() in error path + - can: m_can: m_can_tx_handler(): fix use after free of skb + - can: usb_8dev: usb_8dev_start_xmit(): fix double dev_kfree_skb() in error + path + - jffs2: fix use-after-free in jffs2_clear_xattr_subsystem + - jffs2: fix memory leak in jffs2_do_mount_fs + - jffs2: fix memory leak in jffs2_scan_medium + - mm: fs: fix lru_cache_disabled race in bh_lru + - mm/pages_alloc.c: don't create ZONE_MOVABLE beyond the end of a node + - mm: invalidate hwpoison page cache page in fault path + - mempolicy: mbind_range() set_policy() after vma_merge() + - scsi: core: sd: Add silence_suspend flag to suppress some PM messages + - scsi: ufs: Fix runtime PM messages never-ending cycle + - scsi: scsi_transport_fc: Fix FPIN Link Integrity statistics counters + - scsi: libsas: Fix sas_ata_qc_issue() handling of NCQ NON DATA commands + - qed: display VF trust config + - qed: validate and restrict untrusted VFs vlan promisc mode + - riscv: dts: canaan: Fix SPI3 bus width + - riscv: Fix fill_callchain return value + - riscv: Increase stack size under KASAN + - Revert "Input: clear BTN_RIGHT/MIDDLE on buttonpads" + - cifs: prevent bad output lengths in smb2_ioctl_query_info() + - cifs: fix NULL ptr dereference in smb2_ioctl_query_info() + - ALSA: cs4236: fix an incorrect NULL check on list iterator + - ALSA: hda: Avoid unsol event during RPM suspending + - ALSA: pcm: Fix potential AB/BA lock with buffer_mutex and mmap_lock + - ALSA: hda/realtek: Fix audio regression on Mi Notebook Pro 2020 + - rtc: mc146818-lib: fix locking in mc146818_set_time + - rtc: pl031: fix rtc features null pointer dereference + - ocfs2: fix crash when mount with quota enabled + - drm/simpledrm: Add "panel orientation" property on non-upright mounted LCD + panels + - mm: madvise: skip unmapped vma holes passed to process_madvise + - mm: madvise: return correct bytes advised with process_madvise + - Revert "mm: madvise: skip unmapped vma holes passed to process_madvise" + - mm,hwpoison: unmap poisoned page before invalidation + - mm/kmemleak: reset tag when compare object pointer + - dm stats: fix too short end duration_ns when using precise_timestamps + - dm: fix use-after-free in dm_cleanup_zoned_dev() + - dm: interlock pending dm_io and dm_wait_for_bios_completion + - dm: fix double accounting of flush with data + - dm integrity: set journal entry unused when shrinking device + - tracing: Have trace event string test handle zero length strings + - drbd: fix potential silent data corruption + - powerpc/kvm: Fix kvm_use_magic_page + - PCI: fu740: Force 2.5GT/s for initial device probe + - arm64: signal: nofpsimd: Do not allocate fp/simd context when not available + - arm64: Do not defer reserve_crashkernel() for platforms with no DMA memory + zones + - arm64: dts: qcom: sm8250: Fix MSI IRQ for PCIe1 and PCIe2 + - arm64: dts: ti: k3-am65: Fix gic-v3 compatible regs + - arm64: dts: ti: k3-j721e: Fix gic-v3 compatible regs + - arm64: dts: ti: k3-j7200: Fix gic-v3 compatible regs + - arm64: dts: ti: k3-am64: Fix gic-v3 compatible regs + - ASoC: SOF: Intel: Fix NULL ptr dereference when ENOMEM + - Revert "ACPI: Pass the same capabilities to the _OSC regardless of the query + flag" + - ACPI: properties: Consistently return -ENOENT if there are no more + references + - coredump: Also dump first pages of non-executable ELF libraries + - ext4: fix ext4_fc_stats trace point + - ext4: fix fs corruption when tring to remove a non-empty directory with IO + error + - ext4: make mb_optimize_scan performance mount option work with extents + - drivers: hamradio: 6pack: fix UAF bug caused by mod_timer() + - samples/landlock: Fix path_list memory leak + - landlock: Use square brackets around "landlock-ruleset" + - mailbox: tegra-hsp: Flush whole channel + - block: limit request dispatch loop duration + - block: don't merge across cgroup boundaries if blkcg is enabled + - drm/edid: check basic audio support on CEA extension block + - fbdev: Hot-unplug firmware fb devices on forced removal + - video: fbdev: sm712fb: Fix crash in smtcfb_read() + - video: fbdev: atari: Atari 2 bpp (STe) palette bugfix + - rfkill: make new event layout opt-in + - ARM: dts: at91: sama7g5: Remove unused properties in i2c nodes + - ARM: dts: at91: sama5d2: Fix PMERRLOC resource size + - ARM: dts: exynos: fix UART3 pins configuration in Exynos5250 + - ARM: dts: exynos: add missing HDMI supplies on SMDK5250 + - ARM: dts: exynos: add missing HDMI supplies on SMDK5420 + - mgag200 fix memmapsl configuration in GCTL6 register + - carl9170: fix missing bit-wise or operator for tx_params + - pstore: Don't use semaphores in always-atomic-context code + - thermal: int340x: Increase bitmap size + - lib/raid6/test: fix multiple definition linking error + - exec: Force single empty string when argv is empty + - crypto: rsa-pkcs1pad - only allow with rsa + - crypto: rsa-pkcs1pad - correctly get hash from source scatterlist + - crypto: rsa-pkcs1pad - restore signature length check + - crypto: rsa-pkcs1pad - fix buffer overread in pkcs1pad_verify_complete() + - bcache: fixup multiple threads crash + - PM: domains: Fix sleep-in-atomic bug caused by genpd_debug_remove() + - DEC: Limit PMAX memory probing to R3k systems + - media: gpio-ir-tx: fix transmit with long spaces on Orange Pi PC + - media: venus: hfi_cmds: List HDR10 property as unsupported for v1 and v3 + - media: venus: venc: Fix h264 8x8 transform control + - media: davinci: vpif: fix unbalanced runtime PM get + - media: davinci: vpif: fix unbalanced runtime PM enable + - btrfs: zoned: mark relocation as writing + - btrfs: extend locking to all space_info members accesses + - btrfs: verify the tranisd of the to-be-written dirty extent buffer + - xtensa: define update_mmu_tlb function + - xtensa: fix stop_machine_cpuslocked call in patch_text + - xtensa: fix xtensa_wsr always writing 0 + - drm/syncobj: flatten dma_fence_chains on transfer + - drm/nouveau/backlight: Fix LVDS backlight detection on some laptops + - drm/nouveau/backlight: Just set all backlight types as RAW + - drm/fb-helper: Mark screen buffers in system memory with FBINFO_VIRTFB + - brcmfmac: firmware: Allocate space for default boardrev in nvram + - brcmfmac: pcie: Release firmwares in the brcmf_pcie_setup error path + - brcmfmac: pcie: Declare missing firmware files in pcie.c + - brcmfmac: pcie: Replace brcmf_pcie_copy_mem_todev with memcpy_toio + - brcmfmac: pcie: Fix crashes due to early IRQs + - drm/i915/opregion: check port number bounds for SWSCI display power state + - drm/i915/gem: add missing boundary check in vm_access + - PCI: imx6: Allow to probe when dw_pcie_wait_for_link() fails + - PCI: pciehp: Clear cmd_busy bit in polling mode + - PCI: xgene: Revert "PCI: xgene: Fix IB window setup" + - regulator: qcom_smd: fix for_each_child.cocci warnings + - selinux: access superblock_security_struct in LSM blob way + - selinux: check return value of sel_make_avc_files + - crypto: ccp - Ensure psp_ret is always init'd in + __sev_platform_init_locked() + - hwrng: cavium - Check health status while reading random data + - hwrng: cavium - HW_RANDOM_CAVIUM should depend on ARCH_THUNDER + - crypto: sun8i-ss - really disable hash on A80 + - crypto: authenc - Fix sleep in atomic context in decrypt_tail + - crypto: mxs-dcp - Fix scatterlist processing + - selinux: Fix selinux_sb_mnt_opts_compat() + - thermal: int340x: Check for NULL after calling kmemdup() + - crypto: octeontx2 - remove CONFIG_DM_CRYPT check + - spi: tegra114: Add missing IRQ check in tegra_spi_probe + - spi: tegra210-quad: Fix missin IRQ check in tegra_qspi_probe + - stack: Constrain and fix stack offset randomization with Clang builds + - arm64/mm: avoid fixmap race condition when create pud mapping + - blk-cgroup: set blkg iostat after percpu stat aggregation + - selftests/x86: Add validity check and allow field splitting + - selftests/sgx: Treat CC as one argument + - crypto: rockchip - ECB does not need IV + - audit: log AUDIT_TIME_* records only from rules + - EVM: fix the evm= __setup handler return value + - crypto: ccree - don't attempt 0 len DMA mappings + - crypto: hisilicon/sec - fix the aead software fallback for engine + - spi: pxa2xx-pci: Balance reference count for PCI DMA device + - hwmon: (pmbus) Add mutex to regulator ops + - hwmon: (sch56xx-common) Replace WDOG_ACTIVE with WDOG_HW_RUNNING + - nvme: cleanup __nvme_check_ids + - nvme: fix the check for duplicate unique identifiers + - block: don't delete queue kobject before its children + - PM: hibernate: fix __setup handler error handling + - PM: suspend: fix return value of __setup handler + - spi: spi-zynqmp-gqspi: Handle error for dma_set_mask + - hwrng: atmel - disable trng on failure path + - crypto: sun8i-ss - call finalize with bh disabled + - crypto: sun8i-ce - call finalize with bh disabled + - crypto: amlogic - call finalize with bh disabled + - crypto: gemini - call finalize with bh disabled + - crypto: vmx - add missing dependencies + - clocksource/drivers/timer-ti-dm: Fix regression from errata i940 fix + - clocksource/drivers/exynos_mct: Refactor resources allocation + - clocksource/drivers/exynos_mct: Handle DTS with higher number of interrupts + - clocksource/drivers/timer-microchip-pit64b: Use notrace + - clocksource/drivers/timer-of: Check return value of of_iomap in + timer_of_base_init() + - arm64: prevent instrumentation of bp hardening callbacks + - KEYS: trusted: Fix trusted key backends when building as module + - KEYS: trusted: Avoid calling null function trusted_key_exit + - ACPI: APEI: fix return value of __setup handlers + - crypto: ccp - ccp_dmaengine_unregister release dma channels + - crypto: ccree - Fix use after free in cc_cipher_exit() + - hwrng: nomadik - Change clk_disable to clk_disable_unprepare + - hwmon: (pmbus) Add Vin unit off handling + - clocksource: acpi_pm: fix return value of __setup handler + - io_uring: don't check unrelated req->open.how in accept request + - io_uring: terminate manual loop iterator loop correctly for non-vecs + - watch_queue: Fix NULL dereference in error cleanup + - watch_queue: Actually free the watch + - f2fs: fix to enable ATGC correctly via gc_idle sysfs interface + - sched/debug: Remove mpol_get/put and task_lock/unlock from sched_show_numa + - sched/core: Export pelt_thermal_tp + - sched/uclamp: Fix iowait boost escaping uclamp restriction + - rseq: Remove broken uapi field layout on 32-bit little endian + - perf/core: Fix address filter parser for multiple filters + - perf/x86/intel/pt: Fix address filter config for 32-bit kernel + - sched/fair: Improve consistency of allowed NUMA balance calculations + - f2fs: fix missing free nid in f2fs_handle_failed_inode + - nfsd: more robust allocation failure handling in nfsd_file_cache_init + - sched/cpuacct: Fix charge percpu cpuusage + - sched/rt: Plug rt_mutex_setprio() vs push_rt_task() race + - f2fs: fix to avoid potential deadlock + - btrfs: fix unexpected error path when reflinking an inline extent + - f2fs: fix compressed file start atomic write may cause data corruption + - selftests, x86: fix how check_cc.sh is being invoked + - drivers/base/memory: add memory block to memory group after registration + succeeded + - kunit: make kunit_test_timeout compatible with comment + - pinctrl: samsung: Remove EINT handler for Exynos850 ALIVE and CMGP gpios + - media: staging: media: zoran: fix usage of vb2_dma_contig_set_max_seg_size + - media: camss: csid-170: fix non-10bit formats + - media: camss: csid-170: don't enable unused irqs + - media: camss: csid-170: set the right HALT_CMD when disabled + - media: camss: vfe-170: fix "VFE halt timeout" error + - media: staging: media: imx: imx7-mipi-csis: Make subdev name unique + - media: v4l2-mem2mem: Apply DST_QUEUE_OFF_BASE on MMAP buffers across ioctls + - media: mtk-vcodec: potential dereference of null pointer + - media: imx: imx8mq-mipi-csi2: remove wrong irq config write operation + - media: imx: imx8mq-mipi_csi2: fix system resume + - media: bttv: fix WARNING regression on tunerless devices + - media: atmel: atmel-sama7g5-isc: fix ispck leftover + - ASoC: sh: rz-ssi: Drop calling rz_ssi_pio_recv() recursively + - ASoC: codecs: Check for error pointer after calling devm_regmap_init_mmio + - ASoC: xilinx: xlnx_formatter_pcm: Handle sysclk setting + - ASoC: simple-card-utils: Set sysclk on all components + - media: coda: Fix missing put_device() call in coda_get_vdoa_data + - media: meson: vdec: potential dereference of null pointer + - media: hantro: Fix overfill bottom register field name + - media: ov6650: Fix set format try processing path + - media: v4l: Avoid unaligned access warnings when printing 4cc modifiers + - media: ov5648: Don't pack controls struct + - media: aspeed: Correct value for h-total-pixels + - video: fbdev: matroxfb: set maxvram of vbG200eW to the same as vbG200 to + avoid black screen + - video: fbdev: controlfb: Fix COMPILE_TEST build + - video: fbdev: smscufx: Fix null-ptr-deref in ufx_usb_probe() + - video: fbdev: atmel_lcdfb: fix an error code in atmel_lcdfb_probe() + - video: fbdev: fbcvt.c: fix printing in fb_cvt_print_name() + - ARM: dts: Fix OpenBMC flash layout label addresses + - firmware: qcom: scm: Remove reassignment to desc following initializer + - ARM: dts: qcom: ipq4019: fix sleep clock + - soc: qcom: rpmpd: Check for null return of devm_kcalloc + - soc: qcom: ocmem: Fix missing put_device() call in of_get_ocmem + - soc: qcom: aoss: remove spurious IRQF_ONESHOT flags + - arm64: dts: qcom: sdm845: fix microphone bias properties and values + - arm64: dts: qcom: sm8250: fix PCIe bindings to follow schema + - arm64: dts: broadcom: bcm4908: use proper TWD binding + - arm64: dts: qcom: sm8150: Correct TCS configuration for apps rsc + - arm64: dts: qcom: sm8350: Correct TCS configuration for apps rsc + - firmware: ti_sci: Fix compilation failure when CONFIG_TI_SCI_PROTOCOL is not + defined + - soc: ti: wkup_m3_ipc: Fix IRQ check in wkup_m3_ipc_probe + - ARM: dts: sun8i: v3s: Move the csi1 block to follow address order + - vsprintf: Fix potential unaligned access + - ARM: dts: imx: Add missing LVDS decoder on M53Menlo + - media: mexon-ge2d: fixup frames size in registers + - media: video/hdmi: handle short reads of hdmi info frame. + - media: ti-vpe: cal: Fix a NULL pointer dereference in + cal_ctx_v4l2_init_formats() + - media: em28xx: initialize refcount before kref_get + - media: usb: go7007: s2250-board: fix leak in probe() + - media: cedrus: H265: Fix neighbour info buffer size + - media: cedrus: h264: Fix neighbour info buffer size + - ASoC: codecs: rx-macro: fix accessing compander for aux + - ASoC: codecs: rx-macro: fix accessing array out of bounds for enum type + - ASoC: codecs: va-macro: fix accessing array out of bounds for enum type + - ASoC: codecs: wc938x: fix accessing array out of bounds for enum type + - ASoC: codecs: wcd938x: fix kcontrol max values + - ASoC: codecs: wcd934x: fix kcontrol max values + - ASoC: codecs: wcd934x: fix return value of wcd934x_rx_hph_mode_put + - media: v4l2-core: Initialize h264 scaling matrix + - media: ov5640: Fix set format, v4l2_mbus_pixelcode not updated + - selftests/lkdtm: Add UBSAN config + - lib: uninline simple_strntoull() as well + - vsprintf: Fix %pK with kptr_restrict == 0 + - uaccess: fix nios2 and microblaze get_user_8() + - ASoC: rt5663: check the return value of devm_kzalloc() in rt5663_parse_dp() + - soc: mediatek: pm-domains: Add wakeup capacity support in power domain + - mmc: sdhci_am654: Fix the driver data of AM64 SoC + - ASoC: ti: davinci-i2s: Add check for clk_enable() + - ALSA: spi: Add check for clk_enable() + - arm64: dts: ns2: Fix spi-cpol and spi-cpha property + - arm64: dts: broadcom: Fix sata nodename + - printk: fix return value of printk.devkmsg __setup handler + - ASoC: mxs-saif: Handle errors for clk_enable + - ASoC: atmel_ssc_dai: Handle errors for clk_enable + - ASoC: dwc-i2s: Handle errors for clk_enable + - ASoC: soc-compress: prevent the potentially use of null pointer + - memory: emif: Add check for setup_interrupts + - memory: emif: check the pointer temp in get_device_details() + - ALSA: firewire-lib: fix uninitialized flag for AV/C deferred transaction + - arm64: dts: rockchip: Fix SDIO regulator supply properties on rk3399-firefly + - m68k: coldfire/device.c: only build for MCF_EDMA when h/w macros are defined + - media: stk1160: If start stream fails, return buffers with + VB2_BUF_STATE_QUEUED + - media: vidtv: Check for null return of vzalloc + - ASoC: atmel: Add missing of_node_put() in at91sam9g20ek_audio_probe + - ASoC: wm8350: Handle error for wm8350_register_irq + - ASoC: fsi: Add check for clk_enable + - video: fbdev: omapfb: Add missing of_node_put() in dvic_probe_of + - media: saa7134: fix incorrect use to determine if list is empty + - ivtv: fix incorrect device_caps for ivtvfb + - ASoC: atmel: Fix error handling in snd_proto_probe + - ASoC: rockchip: i2s: Fix missing clk_disable_unprepare() in + rockchip_i2s_probe + - ASoC: SOF: Add missing of_node_put() in imx8m_probe + - ASoC: mediatek: use of_device_get_match_data() + - ASoC: mediatek: mt8192-mt6359: Fix error handling in mt8192_mt6359_dev_probe + - ASoC: rk817: Fix missing clk_disable_unprepare() in rk817_platform_probe + - ASoC: dmaengine: do not use a NULL prepare_slave_config() callback + - ASoC: mxs: Fix error handling in mxs_sgtl5000_probe + - ASoC: fsl_spdif: Disable TX clock when stop + - ASoC: imx-es8328: Fix error return code in imx_es8328_probe() + - ASoC: SOF: Intel: enable DMI L1 for playback streams + - ASoC: msm8916-wcd-digital: Fix missing clk_disable_unprepare() in + msm8916_wcd_digital_probe + - mmc: davinci_mmc: Handle error for clk_enable + - ASoC: atmel: Fix error handling in sam9x5_wm8731_driver_probe + - ASoC: msm8916-wcd-analog: Fix error handling in pm8916_wcd_analog_spmi_probe + - ASoC: codecs: wcd934x: Add missing of_node_put() in wcd934x_codec_parse_data + - ASoC: amd: Fix reference to PCM buffer address + - ARM: configs: multi_v5_defconfig: re-enable CONFIG_V4L_PLATFORM_DRIVERS + - ARM: configs: multi_v5_defconfig: re-enable DRM_PANEL and FB_xxx + - drm/meson: osd_afbcd: Add an exit callback to struct meson_afbcd_ops + - drm/meson: Make use of the helper function + devm_platform_ioremap_resourcexxx() + - drm/meson: split out encoder from meson_dw_hdmi + - drm/meson: Fix error handling when afbcd.ops->init fails + - drm/bridge: Fix free wrong object in sii8620_init_rcp_input_dev + - drm/bridge: Add missing pm_runtime_disable() in __dw_mipi_dsi_probe + - drm/bridge: nwl-dsi: Fix PM disable depth imbalance in nwl_dsi_probe + - drm: bridge: adv7511: Fix ADV7535 HPD enablement + - ath10k: fix memory overwrite of the WoWLAN wakeup packet pattern + - drm/v3d/v3d_drv: Check for error num after setting mask + - drm/panfrost: Check for error num after setting mask + - libbpf: Fix possible NULL pointer dereference when destroying skeleton + - bpftool: Only set obj->skeleton on complete success + - udmabuf: validate ubuf->pagecount + - bpf: Fix UAF due to race between btf_try_get_module and load_module + - drm/selftests/test-drm_dp_mst_helper: Fix memory leak in + sideband_msg_req_encode_decode + - selftests: bpf: Fix bind on used port + - Bluetooth: btintel: Fix WBS setting for Intel legacy ROM products + - Bluetooth: hci_serdev: call init_rwsem() before p->open() + - mtd: onenand: Check for error irq + - mtd: rawnand: gpmi: fix controller timings setting + - drm/edid: Don't clear formats if using deep color + - drm/edid: Split deep color modes between RGB and YUV444 + - ionic: fix type complaint in ionic_dev_cmd_clean() + - ionic: start watchdog after all is setup + - ionic: Don't send reset commands if FW isn't running + - drm/nouveau/acr: Fix undefined behavior in nvkm_acr_hsfw_load_bl() + - drm/amd/display: Fix a NULL pointer dereference in + amdgpu_dm_connector_add_common_modes() + - drm/amd/pm: return -ENOTSUPP if there is no get_dpm_ultimate_freq function + - net: phy: at803x: move page selection fix to config_init + - selftests/bpf: Normalize XDP section names in selftests + - selftests/bpf/test_xdp_redirect_multi: use temp netns for testing + - ath9k_htc: fix uninit value bugs + - RDMA/core: Set MR type in ib_reg_user_mr + - KVM: PPC: Fix vmx/vsx mixup in mmio emulation + - selftests/net: timestamping: Fix bind_phc check + - i40e: don't reserve excessive XDP_PACKET_HEADROOM on XSK Rx to skb + - i40e: respect metadata on XSK Rx to skb + - igc: don't reserve excessive XDP_PACKET_HEADROOM on XSK Rx to skb + - ixgbe: pass bi->xdp to ixgbe_construct_skb_zc() directly + - ixgbe: don't reserve excessive XDP_PACKET_HEADROOM on XSK Rx to skb + - ixgbe: respect metadata on XSK Rx to skb + - power: reset: gemini-poweroff: Fix IRQ check in gemini_poweroff_probe + - ray_cs: Check ioremap return value + - powerpc: dts: t1040rdb: fix ports names for Seville Ethernet switch + - KVM: PPC: Book3S HV: Check return value of kvmppc_radix_init + - powerpc/perf: Don't use perf_hw_context for trace IMC PMU + - mt76: connac: fix sta_rec_wtbl tag len + - mt76: mt7915: use proper aid value in mt7915_mcu_wtbl_generic_tlv in sta + mode + - mt76: mt7915: use proper aid value in mt7915_mcu_sta_basic_tlv + - mt76: mt7921: fix a leftover race in runtime-pm + - mt76: mt7615: fix a leftover race in runtime-pm + - mt76: mt7603: check sta_rates pointer in mt7603_sta_rate_tbl_update + - mt76: mt7615: check sta_rates pointer in mt7615_sta_rate_tbl_update + - ptp: unregister virtual clocks when unregistering physical clock. + - net: dsa: mv88e6xxx: Enable port policy support on 6097 + - mac80211: Remove a couple of obsolete TODO + - mac80211: limit bandwidth in HE capabilities + - scripts/dtc: Call pkg-config POSIXly correct + - livepatch: Fix build failure on 32 bits processors + - net: asix: add proper error handling of usb read errors + - i2c: bcm2835: Use platform_get_irq() to get the interrupt + - i2c: bcm2835: Fix the error handling in 'bcm2835_i2c_probe()' + - mtd: mchp23k256: Add SPI ID table + - mtd: mchp48l640: Add SPI ID table + - igc: avoid kernel warning when changing RX ring parameters + - igb: refactor XDP registration + - PCI: aardvark: Fix reading MSI interrupt number + - PCI: aardvark: Fix reading PCI_EXP_RTSTA_PME bit on emulated bridge + - RDMA/rxe: Check the last packet by RXE_END_MASK + - libbpf: Fix signedness bug in btf_dump_array_data() + - cxl/core: Fix cxl_probe_component_regs() error message + - cxl/regs: Fix size of CXL Capability Header Register + - net:enetc: allocate CBD ring data memory using DMA coherent methods + - libbpf: Fix compilation warning due to mismatched printf format + - drm/bridge: dw-hdmi: use safe format when first in bridge chain + - libbpf: Use dynamically allocated buffer when receiving netlink messages + - power: supply: ab8500: Fix memory leak in ab8500_fg_sysfs_init + - HID: i2c-hid: fix GET/SET_REPORT for unnumbered reports + - iommu/ipmmu-vmsa: Check for error num after setting mask + - drm/bridge: anx7625: Fix overflow issue on reading EDID + - bpftool: Fix the error when lookup in no-btf maps + - drm/amd/pm: enable pm sysfs write for one VF mode + - drm/amd/display: Add affected crtcs to atomic state for dsc mst unplug + - libbpf: Fix memleak in libbpf_netlink_recv() + - IB/cma: Allow XRC INI QPs to set their local ACK timeout + - dax: make sure inodes are flushed before destroy cache + - selftests: mptcp: add csum mib check for mptcp_connect + - iwlwifi: mvm: Don't call iwl_mvm_sta_from_mac80211() with NULL sta + - iwlwifi: mvm: don't iterate unadded vifs when handling FW SMPS req + - iwlwifi: mvm: align locking in D3 test debugfs + - iwlwifi: yoyo: remove DBGI_SRAM address reset writing + - iwlwifi: Fix -EIO error code that is never returned + - iwlwifi: mvm: Fix an error code in iwl_mvm_up() + - mtd: rawnand: pl353: Set the nand chip node as the flash node + - drm/msm/dp: populate connector of struct dp_panel + - drm/msm/dp: stop link training after link training 2 failed + - drm/msm/dp: always add fail-safe mode into connector mode list + - drm/msm/dsi: Use "ref" fw clock instead of global name for VCO parent + - drm/msm/dsi/phy: fix 7nm v4.0 settings for C-PHY mode + - drm/msm/dpu: add DSPP blocks teardown + - drm/msm/dpu: fix dp audio condition + - dm crypt: fix get_key_size compiler warning if !CONFIG_KEYS + - vfio/pci: fix memory leak during D3hot to D0 transition + - vfio/pci: wake-up devices around reset functions + - scsi: fnic: Fix a tracing statement + - scsi: pm8001: Fix command initialization in pm80XX_send_read_log() + - scsi: pm8001: Fix command initialization in pm8001_chip_ssp_tm_req() + - scsi: pm8001: Fix payload initialization in pm80xx_set_thermal_config() + - scsi: pm8001: Fix le32 values handling in + pm80xx_set_sas_protocol_timer_config() + - scsi: pm8001: Fix payload initialization in pm80xx_encrypt_update() + - scsi: pm8001: Fix le32 values handling in pm80xx_chip_ssp_io_req() + - scsi: pm8001: Fix le32 values handling in pm80xx_chip_sata_req() + - scsi: pm8001: Fix NCQ NON DATA command task initialization + - scsi: pm8001: Fix NCQ NON DATA command completion handling + - scsi: pm8001: Fix abort all task initialization + - RDMA/mlx5: Fix the flow of a miss in the allocation of a cache ODP MR + - drm/amd/display: Remove vupdate_int_entry definition + - TOMOYO: fix __setup handlers return values + - power: supply: sbs-charger: Don't cancel work that is not initialized + - ext2: correct max file size computing + - drm/tegra: Fix reference leak in tegra_dsi_ganged_probe + - power: supply: bq24190_charger: Fix bq24190_vbus_is_enabled() wrong false + return + - scsi: hisi_sas: Change permission of parameter prot_mask + - drm/bridge: cdns-dsi: Make sure to to create proper aliases for dt + - bpf, arm64: Call build_prologue() first in first JIT pass + - bpf, arm64: Feed byte-offset into bpf line info + - xsk: Fix race at socket teardown + - RDMA/irdma: Fix netdev notifications for vlan's + - RDMA/irdma: Fix Passthrough mode in VM + - RDMA/irdma: Remove incorrect masking of PD + - gpu: host1x: Fix a memory leak in 'host1x_remove()' + - libbpf: Skip forward declaration when counting duplicated type names + - powerpc/mm/numa: skip NUMA_NO_NODE onlining in parse_numa_properties() + - powerpc/Makefile: Don't pass -mcpu=powerpc64 when building 32-bit + - KVM: x86: Fix emulation in writing cr8 + - KVM: x86/emulator: Defer not-present segment check in + __load_segment_descriptor() + - hv_balloon: rate-limit "Unhandled message" warning + - i2c: xiic: Make bus names unique + - power: supply: wm8350-power: Handle error for wm8350_register_irq + - power: supply: wm8350-power: Add missing free in free_charger_irq + - IB/hfi1: Allow larger MTU without AIP + - RDMA/core: Fix ib_qp_usecnt_dec() called when error + - PCI: Reduce warnings on possible RW1C corruption + - net: axienet: fix RX ring refill allocation failure handling + - drm/msm/a6xx: Fix missing ARRAY_SIZE() check + - mips: DEC: honor CONFIG_MIPS_FP_SUPPORT=n + - MIPS: Sanitise Cavium switch cases in TLB handler synthesizers + - powerpc/sysdev: fix incorrect use to determine if list is empty + - powerpc/64s: Don't use DSISR for SLB faults + - mfd: mc13xxx: Add check for mc13xxx_irq_request + - libbpf: Unmap rings when umem deleted + - selftests/bpf: Make test_lwt_ip_encap more stable and faster + - platform/x86: huawei-wmi: check the return value of device_create_file() + - scsi: mpt3sas: Fix incorrect 4GB boundary check + - powerpc: 8xx: fix a return value error in mpc8xx_pic_init + - vxcan: enable local echo for sent CAN frames + - ath10k: Fix error handling in ath10k_setup_msa_resources + - mips: cdmm: Fix refcount leak in mips_cdmm_phys_base + - MIPS: RB532: fix return value of __setup handler + - MIPS: pgalloc: fix memory leak caused by pgd_free() + - mtd: rawnand: atmel: fix refcount issue in atmel_nand_controller_init + - power: ab8500_chargalg: Use CLOCK_MONOTONIC + - RDMA/irdma: Prevent some integer underflows + - Revert "RDMA/core: Fix ib_qp_usecnt_dec() called when error" + - RDMA/mlx5: Fix memory leak in error flow for subscribe event routine + - bpf, sockmap: Fix memleak in sk_psock_queue_msg + - bpf, sockmap: Fix memleak in tcp_bpf_sendmsg while sk msg is full + - bpf, sockmap: Fix more uncharged while msg has more_data + - bpf, sockmap: Fix double uncharge the mem of sk_msg + - samples/bpf, xdpsock: Fix race when running for fix duration of time + - USB: storage: ums-realtek: fix error code in rts51x_read_mem() + - drm/i915/display: Fix HPD short pulse handling for eDP + - netfilter: flowtable: Fix QinQ and pppoe support for inet table + - mt76: mt7921: fix mt7921_queues_acq implementation + - can: isotp: sanitize CAN ID checks in isotp_bind() + - can: isotp: return -EADDRNOTAVAIL when reading from unbound socket + - can: isotp: support MSG_TRUNC flag when reading from socket + - bareudp: use ipv6_mod_enabled to check if IPv6 enabled + - ibmvnic: fix race between xmit and reset + - af_unix: Fix some data-races around unix_sk(sk)->oob_skb. + - selftests/bpf: Fix error reporting from sock_fields programs + - Bluetooth: hci_uart: add missing NULL check in h5_enqueue + - Bluetooth: call hci_le_conn_failed with hdev lock in hci_le_conn_failed + - Bluetooth: btmtksdio: Fix kernel oops in btmtksdio_interrupt + - ipv4: Fix route lookups when handling ICMP redirects and PMTU updates + - af_netlink: Fix shift out of bounds in group mask calculation + - i2c: meson: Fix wrong speed use from probe + - netfilter: conntrack: Add and use nf_ct_set_auto_assign_helper_warned() + - i2c: mux: demux-pinctrl: do not deactivate a master that is not active + - powerpc/pseries: Fix use after free in remove_phb_dynamic() + - selftests/bpf/test_lirc_mode2.sh: Exit with proper code + - PCI: Avoid broken MSI on SB600 USB devices + - net: bcmgenet: Use stronger register read/writes to assure ordering + - tcp: ensure PMTU updates are processed during fastopen + - openvswitch: always update flow key after nat + - net: dsa: fix panic on shutdown if multi-chip tree failed to probe + - tipc: fix the timer expires after interval 100ms + - mfd: asic3: Add missing iounmap() on error asic3_mfd_probe + - ice: fix 'scheduling while atomic' on aux critical err interrupt + - ice: don't allow to run ice_send_event_to_aux() in atomic ctx + - drivers: ethernet: cpsw: fix panic when interrupt coaleceing is set via + ethtool + - kernel/resource: fix kfree() of bootmem memory again + - staging: r8188eu: convert DBG_88E_LEVEL call in hal/rtl8188e_hal_init.c + - staging: r8188eu: release_firmware is not called if allocation fails + - mxser: fix xmit_buf leak in activate when LSR == 0xff + - fsi: scom: Fix error handling + - fsi: scom: Remove retries in indirect scoms + - pwm: lpc18xx-sct: Initialize driver data and hardware before pwmchip_add() + - pps: clients: gpio: Propagate return value from pps_gpio_probe + - fsi: Aspeed: Fix a potential double free + - misc: alcor_pci: Fix an error handling path + - cpufreq: qcom-cpufreq-nvmem: fix reading of PVS Valid fuse + - soundwire: intel: fix wrong register name in intel_shim_wake + - clk: qcom: ipq8074: fix PCI-E clock oops + - dmaengine: idxd: check GENCAP config support for gencfg register + - dmaengine: idxd: change bandwidth token to read buffers + - dmaengine: idxd: restore traffic class defaults after wq reset + - iio: mma8452: Fix probe failing when an i2c_device_id is used + - serial: 8250_aspeed_vuart: add PORT_ASPEED_VUART port type + - staging:iio:adc:ad7280a: Fix handing of device address bit reversing. + - pinctrl: renesas: r8a77470: Reduce size for narrow VIN1 channel + - pinctrl: renesas: checker: Fix miscalculation of number of states + - clk: qcom: ipq8074: Use floor ops for SDCC1 clock + - phy: dphy: Correct lpx parameter and its derivatives(ta_{get,go,sure}) + - phy: phy-brcm-usb: fixup BCM4908 support + - serial: 8250_mid: Balance reference count for PCI DMA device + - serial: 8250_lpss: Balance reference count for PCI DMA device + - NFS: Use of mapping_set_error() results in spurious errors + - serial: 8250: Fix race condition in RTS-after-send handling + - iio: adc: Add check for devm_request_threaded_irq + - habanalabs: Add check for pci_enable_device + - NFS: Return valid errors from nfs2/3_decode_dirent() + - staging: r8188eu: fix endless loop in recv_func + - dma-debug: fix return value of __setup handlers + - clk: imx7d: Remove audio_mclk_root_clk + - clk: imx: off by one in imx_lpcg_parse_clks_from_dt() + - clk: at91: sama7g5: fix parents of PDMCs' GCLK + - clk: qcom: clk-rcg2: Update logic to calculate D value for RCG + - clk: qcom: clk-rcg2: Update the frac table for pixel clock + - dmaengine: hisi_dma: fix MSI allocate fail when reload hisi_dma + - remoteproc: qcom: Fix missing of_node_put in adsp_alloc_memory_region + - remoteproc: qcom_wcnss: Add missing of_node_put() in + wcnss_alloc_memory_region + - remoteproc: qcom_q6v5_mss: Fix some leaks in q6v5_alloc_memory_region + - nvdimm/region: Fix default alignment for small regions + - clk: actions: Terminate clk_div_table with sentinel element + - clk: loongson1: Terminate clk_div_table with sentinel element + - clk: hisilicon: Terminate clk_div_table with sentinel element + - clk: clps711x: Terminate clk_div_table with sentinel element + - clk: Fix clk_hw_get_clk() when dev is NULL + - clk: tegra: tegra124-emc: Fix missing put_device() call in + emc_ensure_emc_driver + - mailbox: imx: fix crash in resume on i.mx8ulp + - NFS: remove unneeded check in decode_devicenotify_args() + - staging: mt7621-dts: fix LEDs and pinctrl on GB-PC1 devicetree + - staging: mt7621-dts: fix formatting + - staging: mt7621-dts: fix pinctrl properties for ethernet + - staging: mt7621-dts: fix GB-PC2 devicetree + - pinctrl: mediatek: Fix missing of_node_put() in mtk_pctrl_init + - pinctrl: mediatek: paris: Fix PIN_CONFIG_BIAS_* readback + - pinctrl: mediatek: paris: Fix "argument" argument type for mtk_pinconf_get() + - pinctrl: mediatek: paris: Fix pingroup pin config state readback + - pinctrl: mediatek: paris: Skip custom extra pin config dump for virtual + GPIOs + - pinctrl: microchip sgpio: use reset driver + - pinctrl: microchip-sgpio: lock RMW access + - pinctrl: nomadik: Add missing of_node_put() in nmk_pinctrl_probe + - pinctrl/rockchip: Add missing of_node_put() in rockchip_pinctrl_probe + - tty: hvc: fix return value of __setup handler + - kgdboc: fix return value of __setup handler + - serial: 8250: fix XOFF/XON sending when DMA is used + - virt: acrn: obtain pa from VMA with PFNMAP flag + - virt: acrn: fix a memory leak in acrn_dev_ioctl() + - kgdbts: fix return value of __setup handler + - firmware: google: Properly state IOMEM dependency + - driver core: dd: fix return value of __setup handler + - jfs: fix divide error in dbNextAG + - netfilter: nf_conntrack_tcp: preserve liberal flag in tcp options + - SUNRPC don't resend a task on an offlined transport + - NFSv4.1: don't retry BIND_CONN_TO_SESSION on session error + - kdb: Fix the putarea helper function + - perf stat: Fix forked applications enablement of counters + - clk: qcom: gcc-msm8994: Fix gpll4 width + - vsock/virtio: initialize vdev->priv before using VQs + - vsock/virtio: read the negotiated features before using VQs + - vsock/virtio: enable VQs early on probe + - clk: Initialize orphan req_rate + - xen: fix is_xen_pmu() + - net: enetc: report software timestamping via SO_TIMESTAMPING + - net: hns3: fix bug when PF set the duplicate MAC address for VFs + - net: hns3: fix port base vlan add fail when concurrent with reset + - net: hns3: add vlan list lock to protect vlan list + - net: hns3: format the output of the MAC address + - net: hns3: refine the process when PF set VF VLAN + - net: phy: broadcom: Fix brcm_fet_config_init() + - selftests: test_vxlan_under_vrf: Fix broken test case + - NFS: Don't loop forever in nfs_do_recoalesce() + - net: hns3: clean residual vf config after disable sriov + - net: sparx5: depends on PTP_1588_CLOCK_OPTIONAL + - qlcnic: dcb: default to returning -EOPNOTSUPP + - net/x25: Fix null-ptr-deref caused by x25_disconnect + - net: sparx5: switchdev: fix possible NULL pointer dereference + - octeontx2-af: initialize action variable + - net: prefer nf_ct_put instead of nf_conntrack_put + - net/sched: act_ct: fix ref leak when switching zones + - NFSv4/pNFS: Fix another issue with a list iterator pointing to the head + - net: dsa: bcm_sf2_cfp: fix an incorrect NULL check on list iterator + - fs: fd tables have to be multiples of BITS_PER_LONG + - lib/test: use after free in register_test_dev_kmod() + - fs: fix fd table size alignment properly + - LSM: general protection fault in legacy_parse_param + - regulator: rpi-panel: Handle I2C errors/timing to the Atmel + - crypto: hisilicon/qm - cleanup warning in qm_vf_read_qos + - gcc-plugins/stackleak: Exactly match strings instead of prefixes + - pinctrl: npcm: Fix broken references to chip->parent_device + - rcu: Mark writes to the rcu_segcblist structure's ->flags field + - block/bfq_wf2q: correct weight to ioprio + - crypto: xts - Add softdep on ecb + - crypto: hisilicon/sec - not need to enable sm4 extra mode at HW V3 + - block, bfq: don't move oom_bfqq + - selinux: use correct type for context length + - arm64: module: remove (NOLOAD) from linker script + - selinux: allow FIOCLEX and FIONCLEX with policy capability + - loop: use sysfs_emit() in the sysfs xxx show() + - Fix incorrect type in assignment of ipv6 port for audit + - irqchip/qcom-pdc: Fix broken locking + - irqchip/nvic: Release nvic_base upon failure + - fs/binfmt_elf: Fix AT_PHDR for unusual ELF files + - bfq: fix use-after-free in bfq_dispatch_request + - ACPICA: Avoid walking the ACPI Namespace if it is not there + - lib/raid6/test/Makefile: Use $(pound) instead of \# for Make 4.3 + - Revert "Revert "block, bfq: honor already-setup queue merges"" + - ACPI/APEI: Limit printable size of BERT table data + - PM: core: keep irq flags in device_pm_check_callbacks() + - parisc: Fix handling off probe non-access faults + - nvme-tcp: lockdep: annotate in-kernel sockets + - spi: tegra20: Use of_device_get_match_data() + - atomics: Fix atomic64_{read_acquire,set_release} fallbacks + - locking/lockdep: Iterate lock_classes directly when reading lockdep files + - ext4: correct cluster len and clusters changed accounting in ext4_mb_mark_bb + - ext4: fix ext4_mb_mark_bb() with flex_bg with fast_commit + - sched/tracing: Report TASK_RTLOCK_WAIT tasks as TASK_UNINTERRUPTIBLE + - ext4: don't BUG if someone dirty pages without asking ext4 first + - f2fs: fix to do sanity check on curseg->alloc_type + - NFSD: Fix nfsd_breaker_owns_lease() return values + - f2fs: don't get FREEZE lock in f2fs_evict_inode in frozen fs + - btrfs: harden identification of a stale device + - btrfs: make search_csum_tree return 0 if we get -EFBIG + - f2fs: use spin_lock to avoid hang + - f2fs: compress: fix to print raw data size in error path of lz4 + decompression + - Adjust cifssb maximum read size + - ntfs: add sanity check on allocation size + - media: staging: media: zoran: move videodev alloc + - media: staging: media: zoran: calculate the right buffer number for + zoran_reap_stat_com + - media: staging: media: zoran: fix various V4L2 compliance errors + - media: atmel: atmel-isc-base: report frame sizes as full supported range + - media: ir_toy: free before error exiting + - ASoC: sh: rz-ssi: Make the data structures available before registering the + handlers + - ASoC: SOF: Intel: match sdw version on link_slaves_found + - media: imx-jpeg: Prevent decoding NV12M jpegs into single-planar buffers + - media: iommu/mediatek-v1: Free the existed fwspec if the master dev already + has + - media: iommu/mediatek: Return ENODEV if the device is NULL + - media: iommu/mediatek: Add device_link between the consumer and the larb + devices + - video: fbdev: nvidiafb: Use strscpy() to prevent buffer overflow + - video: fbdev: w100fb: Reset global state + - video: fbdev: cirrusfb: check pixclock to avoid divide by zero + - video: fbdev: omapfb: acx565akm: replace snprintf with sysfs_emit + - ARM: dts: qcom: fix gic_irq_domain_translate warnings for msm8960 + - ARM: dts: bcm2837: Add the missing L1/L2 cache information + - ASoC: madera: Add dependencies on MFD + - media: atomisp_gmin_platform: Add DMI quirk to not turn AXP ELDO2 regulator + off on some boards + - media: atomisp: fix dummy_ptr check to avoid duplicate active_bo + - ARM: ftrace: avoid redundant loads or clobbering IP + - ARM: dts: imx7: Use audio_mclk_post_div instead audio_mclk_root_clk + - arm64: defconfig: build imx-sdma as a module + - video: fbdev: omapfb: panel-dsi-cm: Use sysfs_emit() instead of snprintf() + - video: fbdev: omapfb: panel-tpo-td043mtea1: Use sysfs_emit() instead of + snprintf() + - video: fbdev: udlfb: replace snprintf in show functions with sysfs_emit + - ARM: dts: bcm2711: Add the missing L1/L2 cache information + - ASoC: soc-core: skip zero num_dai component in searching dai name + - media: imx-jpeg: fix a bug of accessing array out of bounds + - media: cx88-mpeg: clear interrupt status register before streaming video + - uaccess: fix type mismatch warnings from access_ok() + - lib/test_lockup: fix kernel pointer check for separate address spaces + - ARM: tegra: tamonten: Fix I2C3 pad setting + - ARM: mmp: Fix failure to remove sram device + - ASoC: amd: vg: fix for pm resume callback sequence + - video: fbdev: sm712fb: Fix crash in smtcfb_write() + - media: i2c: ov5648: Fix lockdep error + - media: Revert "media: em28xx: add missing em28xx_close_extension" + - media: hdpvr: initialize dev->worker at hdpvr_register_videodev + - ASoC: Intel: sof_sdw: fix quirks for 2022 HP Spectre x360 13" + - tracing: Have TRACE_DEFINE_ENUM affect trace event types as well + - mmc: host: Return an error when ->enable_sdio_irq() ops is missing + - media: atomisp: fix bad usage at error handling logic + - ALSA: hda/realtek: Add alc256-samsung-headphone fixup + - KVM: x86: Reinitialize context if host userspace toggles EFER.LME + - KVM: x86/mmu: Move "invalid" check out of kvm_tdp_mmu_get_root() + - KVM: x86/mmu: Zap _all_ roots when unmapping gfn range in TDP MMU + - KVM: x86/mmu: Check for present SPTE when clearing dirty bit in TDP MMU + - KVM: x86: hyper-v: Drop redundant 'ex' parameter from kvm_hv_send_ipi() + - KVM: x86: hyper-v: Drop redundant 'ex' parameter from kvm_hv_flush_tlb() + - KVM: x86: hyper-v: Fix the maximum number of sparse banks for XMM fast TLB + flush hypercalls + - KVM: x86: hyper-v: HVCALL_SEND_IPI_EX is an XMM fast hypercall + - powerpc/kasan: Fix early region not updated correctly + - powerpc/lib/sstep: Fix 'sthcx' instruction + - powerpc/lib/sstep: Fix build errors with newer binutils + - powerpc: Add set_memory_{p/np}() and remove set_memory_attr() + - powerpc: Fix build errors with newer binutils + - drm/dp: Fix off-by-one in register cache size + - drm/i915: Treat SAGV block time 0 as SAGV disabled + - drm/i915: Fix PSF GV point mask when SAGV is not possible + - drm/i915: Reject unsupported TMDS rates on ICL+ + - scsi: qla2xxx: Refactor asynchronous command initialization + - scsi: qla2xxx: Implement ref count for SRB + - scsi: qla2xxx: Fix stuck session in gpdb + - scsi: qla2xxx: Fix warning message due to adisc being flushed + - scsi: qla2xxx: Fix scheduling while atomic + - scsi: qla2xxx: Fix premature hw access after PCI error + - scsi: qla2xxx: Fix wrong FDMI data for 64G adapter + - scsi: qla2xxx: Fix warning for missing error code + - scsi: qla2xxx: Fix device reconnect in loop topology + - scsi: qla2xxx: edif: Fix clang warning + - scsi: qla2xxx: Fix T10 PI tag escape and IP guard options for 28XX adapters + - scsi: qla2xxx: Add devids and conditionals for 28xx + - scsi: qla2xxx: Check for firmware dump already collected + - scsi: qla2xxx: Suppress a kernel complaint in qla_create_qpair() + - scsi: qla2xxx: Fix disk failure to rediscover + - scsi: qla2xxx: Fix incorrect reporting of task management failure + - scsi: qla2xxx: Fix hang due to session stuck + - scsi: qla2xxx: Fix missed DMA unmap for NVMe ls requests + - scsi: qla2xxx: Fix N2N inconsistent PLOGI + - scsi: qla2xxx: Fix stuck session of PRLI reject + - scsi: qla2xxx: Reduce false trigger to login + - scsi: qla2xxx: Use correct feature type field during RFF_ID processing + - platform: chrome: Split trace include file + - KVM: x86: Check lapic_in_kernel() before attempting to set a SynIC irq + - KVM: x86: Avoid theoretical NULL pointer dereference in + kvm_irq_delivery_to_apic_fast() + - KVM: x86: Forbid VMM to set SYNIC/STIMER MSRs when SynIC wasn't activated + - KVM: Prevent module exit until all VMs are freed + - KVM: x86: fix sending PV IPI + - KVM: SVM: fix panic on out-of-bounds guest IRQ + - ubifs: rename_whiteout: Fix double free for whiteout_ui->data + - ubifs: Fix deadlock in concurrent rename whiteout and inode writeback + - ubifs: Add missing iput if do_tmpfile() failed in rename whiteout + - ubifs: Rename whiteout atomically + - ubifs: Fix 'ui->dirty' race between do_tmpfile() and writeback work + - ubifs: Rectify space amount budget for mkdir/tmpfile operations + - ubifs: setflags: Make dirtied_ino_d 8 bytes aligned + - ubifs: Fix read out-of-bounds in ubifs_wbuf_write_nolock() + - ubifs: Fix to add refcount once page is set private + - ubifs: rename_whiteout: correct old_dir size computing + - nvme: allow duplicate NSIDs for private namespaces + - nvme: fix the read-only state for zoned namespaces with unsupposed features + - wireguard: queueing: use CFI-safe ptr_ring cleanup function + - wireguard: socket: free skb in send6 when ipv6 is disabled + - wireguard: socket: ignore v6 endpoints when ipv6 is disabled + - XArray: Fix xas_create_range() when multi-order entry present + - can: mcba_usb: mcba_usb_start_xmit(): fix double dev_kfree_skb in error path + - can: mcba_usb: properly check endpoint type + - can: mcp251xfd: mcp251xfd_register_get_dev_id(): fix return of error value + - XArray: Update the LRU list in xas_split() + - modpost: restore the warning message for missing symbol versions + - rtc: check if __rtc_read_time was successful + - gfs2: gfs2_setattr_size error path fix + - gfs2: Make sure FITRIM minlen is rounded up to fs block size + - net: hns3: fix the concurrency between functions reading debugfs + - net: hns3: fix software vlan talbe of vlan 0 inconsistent with hardware + - rxrpc: fix some null-ptr-deref bugs in server_key.c + - rxrpc: Fix call timer start racing with call destruction + - mailbox: imx: fix wakeup failure from freeze mode + - crypto: arm/aes-neonbs-cbc - Select generic cbc and aes + - watch_queue: Free the page array when watch_queue is dismantled + - pinctrl: pinconf-generic: Print arguments for bias-pull-* + - watchdog: rti-wdt: Add missing pm_runtime_disable() in probe function + - net: sparx5: uses, depends on BRIDGE or !BRIDGE + - pinctrl: nuvoton: npcm7xx: Rename DS() macro to DSTR() + - pinctrl: nuvoton: npcm7xx: Use %zu printk format for ARRAY_SIZE() + - ASoC: mediatek: mt6358: add missing EXPORT_SYMBOLs + - ubi: Fix race condition between ctrl_cdev_ioctl and ubi_cdev_ioctl + - ARM: iop32x: offset IRQ numbers by 1 + - block: Fix the maximum minor value is blk_alloc_ext_minor() + - io_uring: fix memory leak of uid in files registration + - riscv module: remove (NOLOAD) + - ACPI: CPPC: Avoid out of bounds access when parsing _CPC data + - vhost: handle error while adding split ranges to iotlb + - spi: Fix Tegra QSPI example + - platform/chrome: cros_ec_typec: Check for EC device + - can: isotp: restore accidentally removed MSG_PEEK feature + - proc: bootconfig: Add null pointer check + - drm/connector: Fix typo in documentation + - scsi: qla2xxx: Add qla2x00_async_done() for async routines + - staging: mt7621-dts: fix pinctrl-0 items to be size-1 items on ethernet + - arm64: mm: Drop 'const' from conditional arm64_dma_phys_limit definition + - ASoC: soc-compress: Change the check for codec_dai + - Reinstate some of "swiotlb: rework "fix info leak with DMA_FROM_DEVICE"" + - tracing: Have type enum modifications copy the strings + - net: add skb_set_end_offset() helper + - net: preserve skb_end_offset() in skb_unclone_keeptruesize() + - mm/mmap: return 1 from stack_guard_gap __setup() handler + - ARM: 9187/1: JIVE: fix return value of __setup handler + - mm/memcontrol: return 1 from cgroup.memory __setup() handler + - mm/usercopy: return 1 from hardened_usercopy __setup() handler + - af_unix: Support POLLPRI for OOB. + - bpf: Adjust BPF stack helper functions to accommodate skip > 0 + - bpf: Fix comment for helper bpf_current_task_under_cgroup() + - mmc: rtsx: Use pm_runtime_{get,put}() to handle runtime PM + - dt-bindings: mtd: nand-controller: Fix the reg property description + - dt-bindings: mtd: nand-controller: Fix a comment in the examples + - dt-bindings: spi: mxic: The interrupt property is not mandatory + - dt-bindings: memory: mtk-smi: No need mediatek,larb-id for mt8167 + - dt-bindings: pinctrl: pinctrl-microchip-sgpio: Fix example + - ubi: fastmap: Return error code if memory allocation fails in add_aeb() + - ASoC: SOF: Intel: Fix build error without SND_SOC_SOF_PCI_DEV + - ASoC: topology: Allow TLV control to be either read or write + - perf vendor events: Update metrics for SkyLake Server + - media: ov6650: Add try support to selection API operations + - media: ov6650: Fix crop rectangle affected by set format + - spi: mediatek: support tick_delay without enhance_timing + - ARM: dts: spear1340: Update serial node properties + - ARM: dts: spear13xx: Update SPI dma properties + - arm64: dts: ls1043a: Update i2c dma properties + - arm64: dts: ls1046a: Update i2c node dma properties + - um: Fix uml_mconsole stop/go + - docs: sysctl/kernel: add missing bit to panic_print + - openvswitch: Fixed nd target mask field in the flow dump. + - torture: Make torture.sh help message match reality + - n64cart: convert bi_disk to bi_bdev->bd_disk fix build + - mmc: rtsx: Let MMC core handle runtime PM + - mmc: rtsx: Fix build errors/warnings for unused variable + - KVM: x86/mmu: do compare-and-exchange of gPTE via the user address + - iommu/dma: Skip extra sync during unmap w/swiotlb + - iommu/dma: Fold _swiotlb helpers into callers + - iommu/dma: Check CONFIG_SWIOTLB more broadly + - swiotlb: Support aligned swiotlb buffers + - iommu/dma: Account for min_align_mask w/swiotlb + - coredump: Snapshot the vmas in do_coredump + - coredump: Remove the WARN_ON in dump_vma_snapshot + - coredump/elf: Pass coredump_params into fill_note_info + - coredump: Use the vma snapshot in fill_files_note + - PCI: xgene: Revert "PCI: xgene: Use inbound resources for setup" + - Linux 5.15.33 + * Jammy update: v5.15.32 upstream stable release (LP: #1969106) + - net: ipv6: fix skb_over_panic in __ip6_append_data + - tpm: Fix error handling in async work + - Bluetooth: btusb: Add another Realtek 8761BU + - llc: fix netdevice reference leaks in llc_ui_bind() + - ASoC: sti: Fix deadlock via snd_pcm_stop_xrun() call + - ALSA: oss: Fix PCM OSS buffer allocation overflow + - ALSA: usb-audio: add mapping for new Corsair Virtuoso SE + - ALSA: hda/realtek: Add quirk for Clevo NP70PNJ + - ALSA: hda/realtek: Add quirk for Clevo NP50PNJ + - ALSA: hda/realtek - Fix headset mic problem for a HP machine with alc671 + - ALSA: hda/realtek: Add quirk for ASUS GA402 + - ALSA: pcm: Fix races among concurrent hw_params and hw_free calls + - ALSA: pcm: Fix races among concurrent read/write and buffer changes + - ALSA: pcm: Fix races among concurrent prepare and hw_params/hw_free calls + - ALSA: pcm: Fix races among concurrent prealloc proc writes + - ALSA: pcm: Add stream lock during PCM reset ioctl operations + - ALSA: usb-audio: Add mute TLV for playback volumes on RODE NT-USB + - ALSA: cmipci: Restore aux vol on suspend/resume + - ALSA: pci: fix reading of swapped values from pcmreg in AC97 codec + - drivers: net: xgene: Fix regression in CRC stripping + - ACPI / x86: Work around broken XSDT on Advantech DAC-BJ01 board + - ACPI: battery: Add device HID and quirk for Microsoft Surface Go 3 + - ACPI: video: Force backlight native for Clevo NL5xRU and NL5xNU + - crypto: qat - disable registration of algorithms + - Bluetooth: btusb: Add one more Bluetooth part for the Realtek RTL8852AE + - Revert "ath: add support for special 0x0 regulatory domain" + - drm/virtio: Ensure that objs is not NULL in virtio_gpu_array_put_free() + - rcu: Don't deboost before reporting expedited quiescent state + - uaccess: fix integer overflow on access_ok() + - mac80211: fix potential double free on mesh join + - tpm: use try_get_ops() in tpm-space.c + - wcn36xx: Differentiate wcn3660 from wcn3620 + - m68k: fix access_ok for coldfire + - nds32: fix access_ok() checks in get/put_user + - llc: only change llc->dev when bind() succeeds + - Linux 5.15.32 + * Jammy update: v5.15.31 upstream stable release (LP: #1969105) + - crypto: qcom-rng - ensure buffer for generate is completely filled + - ocfs2: fix crash when initialize filecheck kobj fails + - mm: swap: get rid of livelock in swapin readahead + - block: release rq qos structures for queue without disk + - drm/mgag200: Fix PLL setup for g200wb and g200ew + - efi: fix return value of __setup handlers + - alx: acquire mutex for alx_reinit in alx_change_mtu + - vsock: each transport cycles only on its own sockets + - esp6: fix check on ipv6_skip_exthdr's return value + - net: phy: marvell: Fix invalid comparison in the resume and suspend + functions + - net/packet: fix slab-out-of-bounds access in packet_recvmsg() + - atm: eni: Add check for dma_map_single + - iavf: Fix double free in iavf_reset_task + - hv_netvsc: Add check for kvmalloc_array + - drm/imx: parallel-display: Remove bus flags check in + imx_pd_bridge_atomic_check() + - drm/panel: simple: Fix Innolux G070Y2-L01 BPP settings + - net: handle ARPHRD_PIMREG in dev_is_mac_header_xmit() + - drm: Don't make DRM_PANEL_BRIDGE dependent on DRM_KMS_HELPERS + - net: dsa: Add missing of_node_put() in dsa_port_parse_of + - net: phy: mscc: Add MODULE_FIRMWARE macros + - bnx2x: fix built-in kernel driver load failure + - net: bcmgenet: skip invalid partial checksums + - net: mscc: ocelot: fix backwards compatibility with single-chain tc-flower + offload + - iavf: Fix hang during reboot/shutdown + - arm64: fix clang warning about TRAMP_VALIAS + - usb: gadget: rndis: prevent integer overflow in rndis_set_response() + - usb: gadget: Fix use-after-free bug by not setting udc->dev.driver + - usb: usbtmc: Fix bug in pipe direction for control transfers + - scsi: mpt3sas: Page fault in reply q processing + - Input: aiptek - properly check endpoint type + - perf symbols: Fix symbol size calculation condition + - btrfs: skip reserved bytes warning on unmount after log cleanup failure + - Linux 5.15.31 + + -- Stefan Bader Mon, 23 May 2022 15:13:57 +0200 + +linux-lowlatency (5.15.0-33.34) jammy; urgency=medium + + * jammy/linux-lowlatency: 5.15.0-33.34 -proposed tracker (LP: #1973907) + + [ Ubuntu: 5.15.0-33.34 ] + + * jammy/linux: 5.15.0-33.34 -proposed tracker (LP: #1973924) + * CVE-2022-29581 + - net/sched: cls_u32: fix netns refcount changes in u32_change() + * ext4: limit length to bitmap_maxbytes (LP: #1972281) + - ext4: limit length to bitmap_maxbytes - blocksize in punch_hole + * Unprivileged users may use PTRACE_SEIZE to set PTRACE_O_SUSPEND_SECCOMP + option (LP: #1972740) + - ptrace: Check PTRACE_O_SUSPEND_SECCOMP permission on PTRACE_SEIZE + + -- Stefan Bader Wed, 18 May 2022 17:24:45 +0200 + +linux-lowlatency (5.15.0-30.31) jammy; urgency=medium + + * jammy/linux-lowlatency: 5.15.0-30.31 -proposed tracker (LP: #1971684) + + [ Ubuntu: 5.15.0-30.31 ] + + * jammy/linux: 5.15.0-30.31 -proposed tracker (LP: #1971685) + * Packaging resync (LP: #1786013) + - [Packaging] update variants + - debian/dkms-versions -- update from kernel-versions (main/2022.04.18) + * Intel: enable x86 AMX (LP: #1967750) + - x86/extable: Tidy up redundant handler functions + - x86/extable: Get rid of redundant macros + - x86/mce: Deduplicate exception handling + - x86/mce: Get rid of stray semicolons + - x86/extable: Rework the exception table mechanics + - x86/extable: Provide EX_TYPE_DEFAULT_MCE_SAFE and EX_TYPE_FAULT_MCE_SAFE + - x86/copy_mc: Use EX_TYPE_DEFAULT_MCE_SAFE for exception fixups + - x86/fpu: Use EX_TYPE_FAULT_MCE_SAFE for exception fixups + - x86/extable: Remove EX_TYPE_FAULT from MCE safe fixups + - x86/fpu/signal: Clarify exception handling in restore_fpregs_from_user() + - x86/fpu/signal: Move header zeroing out of xsave_to_user_sigframe() + - x86/fpu/signal: Move xstate clearing out of copy_fpregs_to_sigframe() + - x86/fpu/signal: Change return type of copy_fpstate_to_sigframe() to boolean + - x86/fpu/signal: Change return type of copy_fpregs_to_sigframe() helpers to + boolean + - x86/signal: Change return type of restore_sigcontext() to boolean + - x86/fpu/signal: Change return type of fpu__restore_sig() to boolean + - x86/fpu/signal: Change return type of __fpu_restore_sig() to boolean + - x86/fpu/signal: Change return code of check_xstate_in_sigframe() to boolean + - x86/fpu/signal: Change return code of restore_fpregs_from_user() to boolean + - x86/fpu/signal: Fix missed conversion to correct boolean retval in + save_xstate_epilog() + - x86/fpu: Remove pointless argument from switch_fpu_finish() + - x86/fpu: Update stale comments + - x86/pkru: Remove useless include + - x86/fpu: Restrict xsaves()/xrstors() to independent states + - x86/fpu: Cleanup the on_boot_cpu clutter + - x86/fpu: Remove pointless memset in fpu_clone() + - x86/process: Clone FPU in copy_thread() + - x86/fpu: Do not inherit FPU context for kernel and IO worker threads + - x86/fpu: Cleanup xstate xcomp_bv initialization + - x86/fpu/xstate: Provide and use for_each_xfeature() + - x86/fpu/xstate: Mark all init only functions __init + - x86/fpu: Move KVMs FPU swapping to FPU core + - x86/fpu: Replace KVMs home brewed FPU copy from user + - x86/fpu: Rework copy_xstate_to_uabi_buf() + - x86/fpu: Mark fpu__init_prepare_fx_sw_frame() as __init + - x86/fpu: Move context switch and exit to user inlines into sched.h + - x86/fpu: Clean up CPU feature tests + - x86/fpu: Make os_xrstor_booting() private + - x86/fpu: Move os_xsave() and os_xrstor() to core + - x86/fpu: Move legacy ASM wrappers to core + - x86/fpu: Make WARN_ON_FPU() private + - x86/fpu: Move fpregs_restore_userregs() to core + - x86/fpu: Move mxcsr related code to core + - x86/fpu: Move fpstate functions to api.h + - x86/fpu: Remove internal.h dependency from fpu/signal.h + - x86/sev: Include fpu/xcr.h + - x86/fpu: Mop up the internal.h leftovers + - x86/fpu: Replace the includes of fpu/internal.h + - x86/fpu: Provide a proper function for ex_handler_fprestore() + - x86/fpu: Replace KVMs home brewed FPU copy to user + - x86/fpu: Provide struct fpstate + - x86/fpu: Convert fpstate_init() to struct fpstate + - x86/fpu: Convert restore_fpregs_from_fpstate() to struct fpstate + - x86/fpu: Replace KVMs xstate component clearing + - x86/KVM: Convert to fpstate + - x86/fpu: Convert tracing to fpstate + - x86/fpu/regset: Convert to fpstate + - x86/fpu/signal: Convert to fpstate + - x86/fpu/core: Convert to fpstate + - x86/math-emu: Convert to fpstate + - x86/fpu: Remove fpu::state + - x86/fpu: Do not leak fpstate pointer on fork + - x86/process: Move arch_thread_struct_whitelist() out of line + - x86/fpu: Add size and mask information to fpstate + - x86/fpu: Use fpstate::size + - x86/fpu/xstate: Use fpstate for os_xsave() + - x86/fpu/xstate: Use fpstate for xsave_to_user_sigframe() + - x86/fpu: Use fpstate in fpu_copy_kvm_uabi_to_fpstate() + - x86/fpu: Use fpstate in __copy_xstate_to_uabi_buf() + - x86/fpu/xstate: Use fpstate for copy_uabi_to_xstate() + - x86/fpu/signal: Use fpstate for size and features + - x86/fpu: Provide struct fpu_config + - x86/fpu: Cleanup fpu__init_system_xstate_size_legacy() + - x86/fpu/xstate: Cleanup size calculations + - x86/fpu: Move xstate size to fpu_*_cfg + - x86/fpu: Move xstate feature masks to fpu_*_cfg + - x86/fpu: Mop up xfeatures_mask_uabi() + - x86/fpu: Rework restore_regs_from_fpstate() + - x86/fpu/xstate: Move remaining xfeature helpers to core + - x86/fpu: Prepare for sanitizing KVM FPU code + - x86/fpu: Provide infrastructure for KVM FPU cleanup + - x86/kvm: Convert FPU handling to a single swap buffer + - x86/fpu: Remove old KVM FPU interface + - signal: Add an optional check for altstack size + - x86/signal: Implement sigaltstack size validation + - x86/fpu/xstate: Provide xstate_calculate_size() + - x86/fpu: Add members to struct fpu to cache permission information + - x86/fpu: Add fpu_state_config::legacy_features + - x86/arch_prctl: Add controls for dynamic XSTATE components + - x86/fpu: Add basic helpers for dynamically enabled features + - x86/signal: Use fpu::__state_user_size for sigalt stack validation + - x86/fpu/signal: Prepare for variable sigframe length + - x86/fpu: Prepare fpu_clone() for dynamically enabled features + - x86/fpu: Reset permission and fpstate on exec() + - x86/cpufeatures: Add eXtended Feature Disabling (XFD) feature bit + - x86/msr-index: Add MSRs for XFD + - x86/fpu: Add XFD state to fpstate + - x86/fpu: Add sanity checks for XFD + - x86/fpu: Update XFD state where required + - x86/fpu/xstate: Add XFD #NM handler + - x86/fpu/xstate: Add fpstate_realloc()/free() + - x86/fpu/xstate: Prepare XSAVE feature table for gaps in state component + numbers + - x86/fpu/amx: Define AMX state components and have it used for boot-time + checks + - x86/fpu: Calculate the default sizes independently + - x86/fpu: Add XFD handling for dynamic states + - x86/fpu/amx: Enable the AMX feature in 64-bit mode + - selftests/x86/amx: Add test cases for AMX state management + - selftests/x86/amx: Add context switch test + - Documentation/x86: Add documentation for using dynamic XSTATE features + - x86/fpu/signal: Initialize sw_bytes in save_xstate_epilog() + - signal: Skip the altstack update when not needed + - x86/cpufeatures: Put the AMX macros in the word 18 block + - x86/fpu/xstate: Fix the ARCH_REQ_XCOMP_PERM implementation + - selftests/x86/amx: Update the ARCH_REQ_XCOMP_PERM test + - [Config] updateconfigs after AMX patchset + + -- Stefan Bader Thu, 05 May 2022 12:20:21 +0200 + +linux-lowlatency (5.15.0-27.28) jammy; urgency=medium + + * jammy/linux-lowlatency: 5.15.0-27.28 -proposed tracker (LP: #1969459) + + [ Ubuntu: 5.15.0-27.28 ] + + * jammy/linux: 5.15.0-27.28 -proposed tracker (LP: #1968954) + + [ Ubuntu: 5.15.0-26.27 ] + + * jammy/linux: 5.15.0-26.27 -proposed tracker (LP: #1968850) + * CVE-2022-1016 + - netfilter: nf_tables: initialize registers in nft_do_chain() + * CVE-2022-1015 + - netfilter: nf_tables: validate registers coming from userspace. + * CVE-2022-26490 + - nfc: st21nfca: Fix potential buffer overflows in EVT_TRANSACTION + * harden indirect calls against BHI attacks (LP: #1967579) + - objtool: Classify symbols + - objtool: Explicitly avoid self modifying code in .altinstr_replacement + - objtool: Shrink struct instruction + - objtool,x86: Replace alternatives with .retpoline_sites + - x86/retpoline: Remove unused replacement symbols + - x86/asm: Fix register order + - x86/asm: Fixup odd GEN-for-each-reg.h usage + - x86/retpoline: Move the retpoline thunk declarations to nospec-branch.h + - x86/retpoline: Create a retpoline thunk array + - x86/alternative: Implement .retpoline_sites support + - x86/alternative: Handle Jcc __x86_indirect_thunk_\reg + - x86/alternative: Try inline spectre_v2=retpoline,amd + - x86/alternative: Add debug prints to apply_retpolines() + - bpf,x86: Simplify computing label offsets + - bpf,x86: Respect X86_FEATURE_RETPOLINE* + + -- Andrea Righi Tue, 19 Apr 2022 15:46:59 +0200 + +linux-lowlatency (5.15.0-24.24) jammy; urgency=medium + + * jammy/linux-lowlatency: 5.15.0-24.24 -proposed tracker (LP: #1966488) + + * Packaging resync (LP: #1786013) + - [Packaging] update variants + - [Packaging] update helper scripts + + * dependency on crda obsolete according to Debian (LP: #1958918) + - [Packaging] switch dependency from crda to wireless-regdb + + * Miscellaneous Ubuntu changes + - [Config] update toolchain versions + - [Packaging] drop unused ABIs + + [ Ubuntu: 5.15.0-25.25 ] + + * jammy/linux: 5.15.0-25.25 -proposed tracker (LP: #1967146) + * Miscellaneous Ubuntu changes + - SAUCE: Revert "scsi: core: Reallocate device's budget map on queue depth + change" + + [ Ubuntu: 5.15.0-24.24 ] + + * jammy/linux: 5.15.0-24.24 -proposed tracker (LP: #1966305) + * Update OS policy capability handshake (LP: #1966089) + - thermal: int340x: Update OS policy capability handshake + * Jammy update: v5.15.30 upstream stable release (LP: #1966057) + - Revert "xfrm: state and policy should fail if XFRMA_IF_ID 0" + - arm64: dts: rockchip: fix rk3399-puma-haikou USB OTG mode + - xfrm: Check if_id in xfrm_migrate + - xfrm: Fix xfrm migrate issues when address family changes + - arm64: dts: rockchip: fix rk3399-puma eMMC HS400 signal integrity + - arm64: dts: rockchip: align pl330 node name with dtschema + - arm64: dts: rockchip: reorder rk3399 hdmi clocks + - arm64: dts: agilex: use the compatible "intel,socfpga-agilex-hsotg" + - ARM: dts: rockchip: reorder rk322x hmdi clocks + - ARM: dts: rockchip: fix a typo on rk3288 crypto-controller + - mac80211: refuse aggregations sessions before authorized + - MIPS: smp: fill in sibling and core maps earlier + - ARM: 9178/1: fix unmet dependency on BITREVERSE for HAVE_ARCH_BITREVERSE + - Bluetooth: hci_core: Fix leaking sent_cmd skb + - can: rcar_canfd: rcar_canfd_channel_probe(): register the CAN device when + fully ready + - atm: firestream: check the return value of ioremap() in fs_init() + - iwlwifi: don't advertise TWT support + - drm/vrr: Set VRR capable prop only if it is attached to connector + - nl80211: Update bss channel on channel switch for P2P_CLIENT + - tcp: make tcp_read_sock() more robust + - sfc: extend the locking on mcdi->seqno + - bnx2: Fix an error message + - kselftest/vm: fix tests build with old libc + - x86/module: Fix the paravirt vs alternative order + - ice: Fix race condition during interface enslave + - Linux 5.15.30 + * Jammy update: v5.15.29 upstream stable release (LP: #1966056) + - arm64: dts: qcom: sm8350: Describe GCC dependency clocks + - arm64: dts: qcom: sm8350: Correct UFS symbol clocks + - HID: elo: Revert USB reference counting + - HID: hid-thrustmaster: fix OOB read in thrustmaster_interrupts + - ARM: boot: dts: bcm2711: Fix HVS register range + - clk: qcom: gdsc: Add support to update GDSC transition delay + - clk: qcom: dispcc: Update the transition delay for MDSS GDSC + - HID: vivaldi: fix sysfs attributes leak + - arm64: dts: armada-3720-turris-mox: Add missing ethernet0 alias + - tipc: fix kernel panic when enabling bearer + - vdpa/mlx5: add validation for VIRTIO_NET_CTRL_MQ_VQ_PAIRS_SET command + - vduse: Fix returning wrong type in vduse_domain_alloc_iova() + - net: phy: meson-gxl: fix interrupt handling in forced mode + - mISDN: Fix memory leak in dsp_pipeline_build() + - vhost: fix hung thread due to erroneous iotlb entries + - virtio-blk: Don't use MAX_DISCARD_SEGMENTS if max_discard_seg is zero + - vdpa: fix use-after-free on vp_vdpa_remove + - isdn: hfcpci: check the return value of dma_set_mask() in setup_hw() + - net: qlogic: check the return value of dma_alloc_coherent() in + qed_vf_hw_prepare() + - esp: Fix possible buffer overflow in ESP transformation + - esp: Fix BEET mode inter address family tunneling on GSO + - qed: return status of qed_iov_get_link + - smsc95xx: Ignore -ENODEV errors when device is unplugged + - gpiolib: acpi: Convert ACPI value of debounce to microseconds + - drm/sun4i: mixer: Fix P010 and P210 format numbers + - net: dsa: mt7530: fix incorrect test in mt753x_phylink_validate() + - ARM: dts: aspeed: Fix AST2600 quad spi group + - iavf: Fix handling of vlan strip virtual channel messages + - i40e: stop disabling VFs due to PF error responses + - ice: stop disabling VFs due to PF error responses + - ice: Fix error with handling of bonding MTU + - ice: Don't use GFP_KERNEL in atomic context + - ice: Fix curr_link_speed advertised speed + - ethernet: Fix error handling in xemaclite_of_probe + - tipc: fix incorrect order of state message data sanity check + - net: ethernet: ti: cpts: Handle error for clk_enable + - net: ethernet: lpc_eth: Handle error for clk_enable + - net: marvell: prestera: Add missing of_node_put() in + prestera_switch_set_base_mac_addr + - ax25: Fix NULL pointer dereference in ax25_kill_by_device + - net/mlx5: Fix size field in bufferx_reg struct + - net/mlx5: Fix a race on command flush flow + - net/mlx5e: Lag, Only handle events from highest priority multipath entry + - NFC: port100: fix use-after-free in port100_send_complete + - selftests: pmtu.sh: Kill tcpdump processes launched by subshell. + - selftests: pmtu.sh: Kill nettest processes launched in subshell. + - gpio: ts4900: Do not set DAT and OE together + - gianfar: ethtool: Fix refcount leak in gfar_get_ts_info + - net: phy: DP83822: clear MISR2 register to disable interrupts + - sctp: fix kernel-infoleak for SCTP sockets + - net: bcmgenet: Don't claim WOL when its not available + - net: phy: meson-gxl: improve link-up behavior + - selftests/bpf: Add test for bpf_timer overwriting crash + - swiotlb: fix info leak with DMA_FROM_DEVICE + - usb: dwc3: pci: add support for the Intel Raptor Lake-S + - pinctrl: tigerlake: Revert "Add Alder Lake-M ACPI ID" + - KVM: Fix lockdep false negative during host resume + - kvm: x86: Disable KVM_HC_CLOCK_PAIRING if tsc is in always catchup mode + - spi: rockchip: Fix error in getting num-cs property + - spi: rockchip: terminate dma transmission when slave abort + - drm/vc4: hdmi: Unregister codec device on unbind + - x86/kvm: Don't use pv tlb/ipi/sched_yield if on 1 vCPU + - net-sysfs: add check for netdevice being present to speed_show + - hwmon: (pmbus) Clear pmbus fault/warning bits after read + - PCI: Mark all AMD Navi10 and Navi14 GPU ATS as broken + - gpio: Return EPROBE_DEFER if gc->to_irq is NULL + - drm/amdgpu: bypass tiling flag check in virtual display case (v2) + - Revert "xen-netback: remove 'hotplug-status' once it has served its purpose" + - Revert "xen-netback: Check for hotplug-status existence before watching" + - ipv6: prevent a possible race condition with lifetimes + - tracing: Ensure trace buffer is at least 4096 bytes large + - tracing/osnoise: Make osnoise_main to sleep for microseconds + - selftest/vm: fix map_fixed_noreplace test failure + - selftests/memfd: clean up mapping in mfd_fail_write + - ARM: Spectre-BHB: provide empty stub for non-config + - fuse: fix fileattr op failure + - fuse: fix pipe buffer lifetime for direct_io + - staging: rtl8723bs: Fix access-point mode deadlock + - staging: gdm724x: fix use after free in gdm_lte_rx() + - net: macb: Fix lost RX packet wakeup race in NAPI receive + - riscv: alternative only works on !XIP_KERNEL + - mmc: meson: Fix usage of meson_mmc_post_req() + - riscv: Fix auipc+jalr relocation range checks + - tracing/osnoise: Force quiescent states while tracing + - arm64: dts: marvell: armada-37xx: Remap IO space to bus address 0x0 + - arm64: Ensure execute-only permissions are not allowed without EPAN + - arm64: kasan: fix include error in MTE functions + - swiotlb: rework "fix info leak with DMA_FROM_DEVICE" + - KVM: x86/mmu: kvm_faultin_pfn has to return false if pfh is returned + - virtio: unexport virtio_finalize_features + - virtio: acknowledge all features before access + - net/mlx5: Fix offloading with ESWITCH_IPV4_TTL_MODIFY_ENABLE + - ARM: fix Thumb2 regression with Spectre BHB + - watch_queue: Fix filter limit check + - watch_queue, pipe: Free watchqueue state after clearing pipe ring + - watch_queue: Fix to release page in ->release() + - watch_queue: Fix to always request a pow-of-2 pipe ring size + - watch_queue: Fix the alloc bitmap size to reflect notes allocated + - watch_queue: Free the alloc bitmap when the watch_queue is torn down + - watch_queue: Fix lack of barrier/sync/lock between post and read + - watch_queue: Make comment about setting ->defunct more accurate + - x86/boot: Fix memremap of setup_indirect structures + - x86/boot: Add setup_indirect support in early_memremap_is_setup_data() + - x86/sgx: Free backing memory after faulting the enclave page + - x86/traps: Mark do_int3() NOKPROBE_SYMBOL + - drm/panel: Select DRM_DP_HELPER for DRM_PANEL_EDP + - btrfs: make send work with concurrent block group relocation + - drm/i915: Workaround broken BIOS DBUF configuration on TGL/RKL + - riscv: dts: k210: fix broken IRQs on hart1 + - block: drop unused includes in + - Revert "net: dsa: mv88e6xxx: flush switchdev FDB workqueue before removing + VLAN" + - vhost: allow batching hint without size + - Linux 5.15.29 + * Jammy update: v5.15.28 upstream stable release (LP: #1966055) + - slip: fix macro redefine warning + - ARM: fix co-processor register typo + - ARM: Do not use NOCROSSREFS directive with ld.lld + - arm64: Do not include __READ_ONCE() block in assembly files + - ARM: fix build warning in proc-v7-bugs.c + - xen/xenbus: don't let xenbus_grant_ring() remove grants in error case + - xen/grant-table: add gnttab_try_end_foreign_access() + - xen/blkfront: don't use gnttab_query_foreign_access() for mapped status + - xen/netfront: don't use gnttab_query_foreign_access() for mapped status + - xen/scsifront: don't use gnttab_query_foreign_access() for mapped status + - xen/gntalloc: don't use gnttab_query_foreign_access() + - xen: remove gnttab_query_foreign_access() + - xen/9p: use alloc/free_pages_exact() + - xen/pvcalls: use alloc/free_pages_exact() + - xen/gnttab: fix gnttab_end_foreign_access() without page specified + - xen/netfront: react properly to failing gnttab_end_foreign_access_ref() + - Revert "ACPI: PM: s2idle: Cancel wakeup before dispatching EC GPE" + - Linux 5.15.28 + * zfcpdump-kernel update to v5.15 (LP: #1965766) + - SAUCE: Audit: Fix incorrect static inline function declration. + * [22.04 FEAT] SMC-R v2 Support (LP: #1929035) + - net/smc: save stack space and allocate smc_init_info + - net/smc: prepare for SMC-Rv2 connection + - net/smc: add SMC-Rv2 connection establishment + - net/smc: add listen processing for SMC-Rv2 + - net/smc: add v2 format of CLC decline message + - net/smc: retrieve v2 gid from IB device + - net/smc: add v2 support to the work request layer + - net/smc: extend LLC layer for SMC-Rv2 + - net/smc: add netlink support for SMC-Rv2 + - net/smc: stop links when their GID is removed + - net/smc: fix kernel panic caused by race of smc_sock + - net/smc: Fix hung_task when removing SMC-R devices + * [22.04 FEAT] Transparent PCI device recovery (LP: #1959532) + - s390/pci: tolerate inconsistent handle in recover + - s390/pci: add simpler s390dbf traces for events + - s390/pci: refresh function handle in iomap + - s390/pci: implement reset_slot for hotplug slot + - PCI: Export pci_dev_lock() + - s390/pci: implement minimal PCI error recovery + * Mute/mic LEDs no function on some HP platfroms (LP: #1965080) + - ALSA: hda/realtek: fix right sounds and mute/micmute LEDs for HP machines + * [22.04 FEAT] smc: Add User-defined EID (Enterprise ID) Support - kernel + (LP: #1929060) + - net/smc: add support for user defined EIDs + - net/smc: keep static copy of system EID + - net/smc: add generic netlink support for system EID + * Rotate to 2021v1 signing key (LP: #1964990) + - [Packaging] Rotate to 2021v1 signing key + * [22.04 FEAT] zcrypt DD: Exploitation Support of new IBM Z Crypto Hardware + (kernel part) (LP: #1959547) + - s390/zcrypt: rework of debug feature messages + - s390/ap/zcrypt: debug feature improvements + - s390/zcrypt: CEX8S exploitation support + - s390/zcrypt: handle checkstopped cards with new state + - s390/zcrypt: Support CPRB minor version T7 + - s390/zcrypt: change reply buffer size offering + - s390/zcrypt: Provide target domain for EP11 cprbs to scheduling function + - s390/airq: use DMA memory for summary indicators + * [22.04 FEAT] [VS2103] Set KVM_CAP_S390_MEM_OP_EXTENSION capability to 211 + (LP: #1963901) + - SAUCE: Set KVM_CAP_S390_MEM_OP_EXTENSION capability to 211 + * dependency on crda obsolete according to Debian (LP: #1958918) + - [Packaging] switch dependency from crda to wireless-regdb + * Cirrus audio support [1028:0BB5] & [1028:0BB6] (LP: #1964748) + - ALSA: hda/cs8409: Add new Warlock SKUs to patch_cs8409 + * Miscellaneous Ubuntu changes + - [Packaging] mark dkms-build-configure--zfs executable + - [Packaging] Fix bashism in dkms-build script + - [Packaging] Always catch errors in dkms-build scripts + - [Config] toolchain version update + * Miscellaneous upstream changes + - Ubuntu: remove leftover reference to ubuntu/hio driver + - Reverting commits 61005756c824 and cdb0f8e66513 due to a conflict with + LP#1929035. Re-pick them afterwards, which will establish the upstream + commit content and order again. + - Revert "UBUNTU: [Packaging] Rotate to 2021v1 signing key" + + -- Andrea Righi Thu, 31 Mar 2022 10:37:37 +0200 + +linux-lowlatency (5.15.0-23.23) jammy; urgency=medium + + * jammy/linux-lowlatency: 5.15.0-23.23 -proposed tracker (LP: #1964971) + + * Packaging resync (LP: #1786013) + - [Packaging] resync getabis + + [ Ubuntu: 5.15.0-23.23 ] + + * jammy/linux: 5.15.0-23.23 -proposed tracker (LP: #1964573) + * Packaging resync (LP: #1786013) + - [Packaging] resync dkms-build{,--nvidia-N} from LRMv5 + - debian/dkms-versions -- update from kernel-versions (main/master) + * [22.04 FEAT] KVM: Enable GISA support for Secure Execution guests + (LP: #1959977) + - KVM: s390: pv: make use of ultravisor AIV support + * intel_iommu breaks Intel IPU6 camera: isys port open ready failed -16 + (LP: #1958004) + - SAUCE: iommu: intel-ipu: use IOMMU passthrough mode for Intel IPUs + * CVE-2022-23960 + - ARM: report Spectre v2 status through sysfs + - ARM: early traps initialisation + - ARM: use LOADADDR() to get load address of sections + - ARM: Spectre-BHB workaround + - ARM: include unprivileged BPF status in Spectre V2 reporting + - arm64: Add Neoverse-N2, Cortex-A710 CPU part definition + - arm64: Add HWCAP for self-synchronising virtual counter + - arm64: Add Cortex-X2 CPU part definition + - arm64: add ID_AA64ISAR2_EL1 sys register + - arm64: cpufeature: add HWCAP for FEAT_AFP + - arm64: cpufeature: add HWCAP for FEAT_RPRES + - arm64: entry.S: Add ventry overflow sanity checks + - arm64: spectre: Rename spectre_v4_patch_fw_mitigation_conduit + - KVM: arm64: Allow indirect vectors to be used without SPECTRE_V3A + - arm64: entry: Make the trampoline cleanup optional + - arm64: entry: Free up another register on kpti's tramp_exit path + - arm64: entry: Move the trampoline data page before the text page + - arm64: entry: Allow tramp_alias to access symbols after the 4K boundary + - arm64: entry: Don't assume tramp_vectors is the start of the vectors + - arm64: entry: Move trampoline macros out of ifdef'd section + - arm64: entry: Make the kpti trampoline's kpti sequence optional + - arm64: entry: Allow the trampoline text to occupy multiple pages + - arm64: entry: Add non-kpti __bp_harden_el1_vectors for mitigations + - arm64: entry: Add vectors that have the bhb mitigation sequences + - arm64: entry: Add macro for reading symbol addresses from the trampoline + - arm64: Add percpu vectors for EL1 + - arm64: proton-pack: Report Spectre-BHB vulnerabilities as part of Spectre-v2 + - arm64: Mitigate spectre style branch history side channels + - KVM: arm64: Allow SMCCC_ARCH_WORKAROUND_3 to be discovered and migrated + - arm64: Use the clearbhb instruction in mitigations + - arm64: proton-pack: Include unprivileged eBPF status in Spectre v2 + mitigation reporting + - ARM: fix build error when BPF_SYSCALL is disabled + * CVE-2021-26401 + - x86/speculation: Use generic retpoline by default on AMD + - x86/speculation: Update link to AMD speculation whitepaper + - x86/speculation: Warn about Spectre v2 LFENCE mitigation + - x86/speculation: Warn about eIBRS + LFENCE + Unprivileged eBPF + SMT + * CVE-2022-0001 + - x86,bugs: Unconditionally allow spectre_v2=retpoline,amd + - x86/speculation: Rename RETPOLINE_AMD to RETPOLINE_LFENCE + - x86/speculation: Add eIBRS + Retpoline options + - Documentation/hw-vuln: Update spectre doc + - x86/speculation: Include unprivileged eBPF status in Spectre v2 mitigation + reporting + * Jammy update: v5.15.27 upstream stable release (LP: #1964361) + - mac80211_hwsim: report NOACK frames in tx_status + - mac80211_hwsim: initialize ieee80211_tx_info at hw_scan_work + - i2c: bcm2835: Avoid clock stretching timeouts + - ASoC: rt5668: do not block workqueue if card is unbound + - ASoC: rt5682: do not block workqueue if card is unbound + - regulator: core: fix false positive in regulator_late_cleanup() + - Input: clear BTN_RIGHT/MIDDLE on buttonpads + - btrfs: get rid of warning on transaction commit when using flushoncommit + - KVM: arm64: vgic: Read HW interrupt pending state from the HW + - block: loop:use kstatfs.f_bsize of backing file to set discard granularity + - tipc: fix a bit overflow in tipc_crypto_key_rcv() + - cifs: do not use uninitialized data in the owner/group sid + - cifs: fix double free race when mount fails in cifs_get_root() + - cifs: modefromsids must add an ACE for authenticated users + - selftests/seccomp: Fix seccomp failure by adding missing headers + - drm/amd/pm: correct UMD pstate clocks for Dimgrey Cavefish and Beige Goby + - dmaengine: shdma: Fix runtime PM imbalance on error + - i2c: cadence: allow COMPILE_TEST + - i2c: imx: allow COMPILE_TEST + - i2c: qup: allow COMPILE_TEST + - net: usb: cdc_mbim: avoid altsetting toggling for Telit FN990 + - block-map: add __GFP_ZERO flag for alloc_page in function bio_copy_kern + - usb: gadget: don't release an existing dev->buf + - usb: gadget: clear related members when goto fail + - exfat: reuse exfat_inode_info variable instead of calling EXFAT_I() + - exfat: fix i_blocks for files truncated over 4 GiB + - tracing: Add test for user space strings when filtering on string pointers + - arm64: Mark start_backtrace() notrace and NOKPROBE_SYMBOL + - serial: stm32: prevent TDR register overwrite when sending x_char + - ext4: drop ineligible txn start stop APIs + - ext4: simplify updating of fast commit stats + - ext4: fast commit may not fallback for ineligible commit + - ext4: fast commit may miss file actions + - sched/fair: Fix fault in reweight_entity + - ata: pata_hpt37x: fix PCI clock detection + - drm/amdgpu: check vm ready by amdgpu_vm->evicting flag + - tracing: Add ustring operation to filtering string pointers + - ipv6: fix skb drops in igmp6_event_query() and igmp6_event_report() + - NFSD: Have legacy NFSD WRITE decoders use xdr_stream_subsegment() + - NFSD: Fix zero-length NFSv3 WRITEs + - io_uring: fix no lock protection for ctx->cq_extra + - tools/resolve_btf_ids: Close ELF file on error + - mtd: spi-nor: Fix mtd size for s3an flashes + - MIPS: fix local_{add,sub}_return on MIPS64 + - signal: In get_signal test for signal_group_exit every time through the loop + - PCI: mediatek-gen3: Disable DVFSRC voltage request + - PCI: rcar: Check if device is runtime suspended instead of + __clk_is_enabled() + - PCI: dwc: Do not remap invalid res + - PCI: aardvark: Fix checking for MEM resource type + - KVM: VMX: Don't unblock vCPU w/ Posted IRQ if IRQs are disabled in guest + - KVM: s390: Ensure kvm_arch_no_poll() is read once when blocking vCPU + - KVM: VMX: Read Posted Interrupt "control" exactly once per loop iteration + - KVM: X86: Ensure that dirty PDPTRs are loaded + - KVM: x86: Handle 32-bit wrap of EIP for EMULTYPE_SKIP with flat code seg + - KVM: x86: Exit to userspace if emulation prepared a completion callback + - i3c: fix incorrect address slot lookup on 64-bit + - i3c/master/mipi-i3c-hci: Fix a potentially infinite loop in + 'hci_dat_v1_get_index()' + - tracing: Do not let synth_events block other dyn_event systems during create + - Input: ti_am335x_tsc - set ADCREFM for X configuration + - Input: ti_am335x_tsc - fix STEPCONFIG setup for Z2 + - PCI: mvebu: Check for errors from pci_bridge_emul_init() call + - PCI: mvebu: Do not modify PCI IO type bits in conf_write + - PCI: mvebu: Fix support for bus mastering and PCI_COMMAND on emulated bridge + - PCI: mvebu: Fix configuring secondary bus of PCIe Root Port via emulated + bridge + - PCI: mvebu: Setup PCIe controller to Root Complex mode + - PCI: mvebu: Fix support for PCI_BRIDGE_CTL_BUS_RESET on emulated bridge + - PCI: mvebu: Fix support for PCI_EXP_DEVCTL on emulated bridge + - PCI: mvebu: Fix support for PCI_EXP_RTSTA on emulated bridge + - PCI: mvebu: Fix support for DEVCAP2, DEVCTL2 and LNKCTL2 registers on + emulated bridge + - NFSD: Fix verifier returned in stable WRITEs + - Revert "nfsd: skip some unnecessary stats in the v4 case" + - nfsd: fix crash on COPY_NOTIFY with special stateid + - x86/hyperv: Properly deal with empty cpumasks in hyperv_flush_tlb_multi() + - drm/i915: don't call free_mmap_offset when purging + - SUNRPC: Fix sockaddr handling in the svc_xprt_create_error trace point + - SUNRPC: Fix sockaddr handling in svcsock_accept_class trace points + - drm/sun4i: dw-hdmi: Fix missing put_device() call in sun8i_hdmi_phy_get + - drm/atomic: Check new_crtc_state->active to determine if CRTC needs disable + in self refresh mode + - ntb_hw_switchtec: Fix pff ioread to read into mmio_part_cfg_all + - ntb_hw_switchtec: Fix bug with more than 32 partitions + - drm/amdkfd: Check for null pointer after calling kmemdup + - drm/amdgpu: use spin_lock_irqsave to avoid deadlock by local interrupt + - i3c: master: dw: check return of dw_i3c_master_get_free_pos() + - dma-buf: cma_heap: Fix mutex locking section + - tracing/uprobes: Check the return value of kstrdup() for tu->filename + - tracing/probes: check the return value of kstrndup() for pbuf + - mm: defer kmemleak object creation of module_alloc() + - kasan: fix quarantine conflicting with init_on_free + - selftests/vm: make charge_reserved_hugetlb.sh work with existing cgroup + setting + - hugetlbfs: fix off-by-one error in hugetlb_vmdelete_list() + - drm/amdgpu/display: Only set vblank_disable_immediate when PSR is not + enabled + - drm/amdgpu: filter out radeon PCI device IDs + - drm/amdgpu: filter out radeon secondary ids as well + - drm/amd/display: Use adjusted DCN301 watermarks + - drm/amd/display: move FPU associated DSC code to DML folder + - ethtool: Fix link extended state for big endian + - octeontx2-af: Optimize KPU1 processing for variable-length headers + - octeontx2-af: Reset PTP config in FLR handler + - octeontx2-af: cn10k: RPM hardware timestamp configuration + - octeontx2-af: cn10k: Use appropriate register for LMAC enable + - octeontx2-af: Adjust LA pointer for cpt parse header + - octeontx2-af: Add KPU changes to parse NGIO as separate layer + - net/mlx5e: IPsec: Refactor checksum code in tx data path + - net/mlx5e: IPsec: Fix crypto offload for non TCP/UDP encapsulated traffic + - bpf: Use u64_stats_t in struct bpf_prog_stats + - bpf: Fix possible race in inc_misses_counter + - drm/amd/display: Update watermark values for DCN301 + - drm: mxsfb: Set fallback bus format when the bridge doesn't provide one + - drm: mxsfb: Fix NULL pointer dereference + - riscv/mm: Add XIP_FIXUP for phys_ram_base + - drm/i915/display: split out dpt out of intel_display.c + - drm/i915/display: Move DRRS code its own file + - drm/i915: Disable DRRS on IVB/HSW port != A + - gve: Recording rx queue before sending to napi + - net: dsa: ocelot: seville: utilize of_mdiobus_register + - net: dsa: seville: register the mdiobus under devres + - ibmvnic: don't release napi in __ibmvnic_open() + - of: net: move of_net under net/ + - net: ethernet: litex: Add the dependency on HAS_IOMEM + - drm/mediatek: mtk_dsi: Reset the dsi0 hardware + - cifs: protect session channel fields with chan_lock + - cifs: fix confusing unneeded warning message on smb2.1 and earlier + - drm/amd/display: Fix stream->link_enc unassigned during stream removal + - bnxt_en: Fix occasional ethtool -t loopback test failures + - drm/amd/display: For vblank_disable_immediate, check PSR is really used + - PCI: mvebu: Fix device enumeration regression + - net: of: fix stub of_net helpers for CONFIG_NET=n + - ALSA: intel_hdmi: Fix reference to PCM buffer address + - ucounts: Fix systemd LimitNPROC with private users regression + - riscv/efi_stub: Fix get_boot_hartid_from_fdt() return value + - riscv: Fix config KASAN && SPARSEMEM && !SPARSE_VMEMMAP + - riscv: Fix config KASAN && DEBUG_VIRTUAL + - iwlwifi: mvm: check debugfs_dir ptr before use + - ASoC: ops: Shift tested values in snd_soc_put_volsw() by +min + - iommu/vt-d: Fix double list_add when enabling VMD in scalable mode + - iommu/amd: Recover from event log overflow + - drm/i915: s/JSP2/ICP2/ PCH + - drm/amd/display: Reduce dmesg error to a debug print + - xen/netfront: destroy queues before real_num_tx_queues is zeroed + - thermal: core: Fix TZ_GET_TRIP NULL pointer dereference + - mac80211: fix EAPoL rekey fail in 802.3 rx path + - blktrace: fix use after free for struct blk_trace + - ntb: intel: fix port config status offset for SPR + - mm: Consider __GFP_NOWARN flag for oversized kvmalloc() calls + - xfrm: fix MTU regression + - netfilter: fix use-after-free in __nf_register_net_hook() + - bpf, sockmap: Do not ignore orig_len parameter + - xfrm: fix the if_id check in changelink + - xfrm: enforce validity of offload input flags + - e1000e: Correct NVM checksum verification flow + - net: fix up skbs delta_truesize in UDP GRO frag_list + - netfilter: nf_queue: don't assume sk is full socket + - netfilter: nf_queue: fix possible use-after-free + - netfilter: nf_queue: handle socket prefetch + - batman-adv: Request iflink once in batadv-on-batadv check + - batman-adv: Request iflink once in batadv_get_real_netdevice + - batman-adv: Don't expect inter-netns unique iflink indices + - net: ipv6: ensure we call ipv6_mc_down() at most once + - net: dcb: flush lingering app table entries for unregistered devices + - net: ipa: add an interconnect dependency + - net/smc: fix connection leak + - net/smc: fix unexpected SMC_CLC_DECL_ERR_REGRMB error generated by client + - net/smc: fix unexpected SMC_CLC_DECL_ERR_REGRMB error cause by server + - btrfs: fix ENOSPC failure when attempting direct IO write into NOCOW range + - mac80211: fix forwarded mesh frames AC & queue selection + - net: stmmac: fix return value of __setup handler + - mac80211: treat some SAE auth steps as final + - iavf: Fix missing check for running netdev + - net: sxgbe: fix return value of __setup handler + - ibmvnic: register netdev after init of adapter + - net: arcnet: com20020: Fix null-ptr-deref in com20020pci_probe() + - ixgbe: xsk: change !netif_carrier_ok() handling in ixgbe_xmit_zc() + - iavf: Fix deadlock in iavf_reset_task + - efivars: Respect "block" flag in efivar_entry_set_safe() + - auxdisplay: lcd2s: Fix lcd2s_redefine_char() feature + - firmware: arm_scmi: Remove space in MODULE_ALIAS name + - ASoC: cs4265: Fix the duplicated control name + - auxdisplay: lcd2s: Fix memory leak in ->remove() + - auxdisplay: lcd2s: Use proper API to free the instance of charlcd object + - can: gs_usb: change active_channels's type from atomic_t to u8 + - iommu/tegra-smmu: Fix missing put_device() call in tegra_smmu_find + - arm64: dts: rockchip: Switch RK3399-Gru DP to SPDIF output + - igc: igc_read_phy_reg_gpy: drop premature return + - ARM: Fix kgdb breakpoint for Thumb2 + - mips: setup: fix setnocoherentio() boolean setting + - ARM: 9182/1: mmu: fix returns from early_param() and __setup() functions + - mptcp: Correctly set DATA_FIN timeout when number of retransmits is large + - selftests: mlxsw: tc_police_scale: Make test more robust + - pinctrl: sunxi: Use unique lockdep classes for IRQs + - igc: igc_write_phy_reg_gpy: drop premature return + - ibmvnic: free reset-work-item when flushing + - memfd: fix F_SEAL_WRITE after shmem huge page allocated + - s390/extable: fix exception table sorting + - sched: Fix yet more sched_fork() races + - arm64: dts: juno: Remove GICv2m dma-range + - iommu/amd: Fix I/O page table memory leak + - MIPS: ralink: mt7621: do memory detection on KSEG1 + - ARM: dts: switch timer config to common devkit8000 devicetree + - ARM: dts: Use 32KiHz oscillator on devkit8000 + - soc: fsl: guts: Revert commit 3c0d64e867ed + - soc: fsl: guts: Add a missing memory allocation failure check + - soc: fsl: qe: Check of ioremap return value + - netfilter: nf_tables: prefer kfree_rcu(ptr, rcu) variant + - ARM: tegra: Move panels to AUX bus + - can: etas_es58x: change opened_channel_cnt's type from atomic_t to u8 + - net: stmmac: enhance XDP ZC driver level switching performance + - net: stmmac: only enable DMA interrupts when ready + - ibmvnic: initialize rc before completing wait + - ibmvnic: define flush_reset_queue helper + - ibmvnic: complete init_done on transport events + - net: chelsio: cxgb3: check the return value of pci_find_capability() + - net: sparx5: Fix add vlan when invalid operation + - iavf: Refactor iavf state machine tracking + - iavf: Add __IAVF_INIT_FAILED state + - iavf: Combine init and watchdog state machines + - iavf: Add trace while removing device + - iavf: Rework mutexes for better synchronisation + - iavf: Add helper function to go from pci_dev to adapter + - iavf: Fix kernel BUG in free_msi_irqs + - iavf: Add waiting so the port is initialized in remove + - iavf: Fix init state closure on remove + - iavf: Fix locking for VIRTCHNL_OP_GET_OFFLOAD_VLAN_V2_CAPS + - iavf: Fix race in init state + - iavf: Fix __IAVF_RESETTING state usage + - drm/i915/guc/slpc: Correct the param count for unset param + - drm/bridge: ti-sn65dsi86: Properly undo autosuspend + - e1000e: Fix possible HW unit hang after an s0ix exit + - MIPS: ralink: mt7621: use bitwise NOT instead of logical + - nl80211: Handle nla_memdup failures in handle_nan_filter + - drm/amdgpu: fix suspend/resume hang regression + - net: dcb: disable softirqs in dcbnl_flush_dev() + - selftests: mlxsw: resource_scale: Fix return value + - net: stmmac: perserve TX and RX coalesce value during XDP setup + - iavf: do not override the adapter state in the watchdog task (again) + - iavf: missing unlocks in iavf_watchdog_task() + - MAINTAINERS: adjust file entry for of_net.c after movement + - Input: elan_i2c - move regulator_[en|dis]able() out of + elan_[en|dis]able_power() + - Input: elan_i2c - fix regulator enable count imbalance after suspend/resume + - Input: samsung-keypad - properly state IOMEM dependency + - HID: add mapping for KEY_DICTATE + - HID: add mapping for KEY_ALL_APPLICATIONS + - tracing/histogram: Fix sorting on old "cpu" value + - tracing: Fix return value of __setup handlers + - btrfs: fix lost prealloc extents beyond eof after full fsync + - btrfs: fix relocation crash due to premature return from + btrfs_commit_transaction() + - btrfs: do not WARN_ON() if we have PageError set + - btrfs: qgroup: fix deadlock between rescan worker and remove qgroup + - btrfs: add missing run of delayed items after unlink during log replay + - btrfs: do not start relocation until in progress drops are done + - Revert "xfrm: xfrm_state_mtu should return at least 1280 for ipv6" + - proc: fix documentation and description of pagemap + - KVM: x86/mmu: Passing up the error state of mmu_alloc_shadow_roots() + - hamradio: fix macro redefine warning + - Linux 5.15.27 + - [Config] updateconfigs + * devices on thunderbolt dock are not recognized on adl-p platform + (LP: #1955016) + - thunderbolt: Tear down existing tunnels when resuming from hibernate + - thunderbolt: Runtime resume USB4 port when retimers are scanned + - thunderbolt: Do not allow subtracting more NFC credits than configured + - thunderbolt: Do not program path HopIDs for USB4 routers + - thunderbolt: Add debug logging of DisplayPort resource allocation + * MT7921[14c3:7961] ASPM is disabled and it affects power consumption + (LP: #1955882) + - mt76: mt7921: enable aspm by default + * Add proper runtime PM support to Realtek PCIe cardreader (LP: #1963615) + - mmc: rtsx: Use pm_runtime_{get, put}() to handle runtime PM + - misc: rtsx: Rework runtime power management flow + - misc: rtsx: Cleanup power management ops + - misc: rtsx: Quiesce rts5249 on system suspend + - mmc: rtsx: Let MMC core handle runtime PM + - misc: rtsx: conditionally build rtsx_pm_power_saving() + - misc: rtsx: rts522a rts5228 rts5261 support Runtime PM + - mmc: rtsx: Fix build errors/warnings for unused variable + - mmc: rtsx: add 74 Clocks in power on flow + * [22.04 FEAT] In-kernel crypto: SIMD implementation of chacha20 + (LP: #1853152) + - s390/crypto: add SIMD implementation for ChaCha20 + - s390/crypto: fix compile error for ChaCha20 module + * Add ConnectX7 support and bug fixes to Jammy (LP: #1962185) + - IB/mlx5: Expose NDR speed through MAD + * INVALID or PRIVATE BUG (LP: #1959890) + - [Config] Deactivate CONFIG_QETH_OSX kernel config option + * Move virtual graphics drivers from linux-modules-extra to linux-modules + (LP: #1960633) + - [Packaging] Move VM DRM drivers into modules + * Not able to enter s2idle state on AMD platforms (LP: #1961121) + - HID: amd_sfh: Handle amd_sfh work buffer in PM ops + - HID: amd_sfh: Disable the interrupt for all command + - HID: amd_sfh: Add functionality to clear interrupts + - HID: amd_sfh: Add interrupt handler to process interrupts + * INVALID or PRIVATE BUG (LP: #1960580) + - s390/kexec_file: move kernel image size check + - s390: support command lines longer than 896 bytes + * [UBUNTU 20.04] kernel: Add support for CPU-MF counter second version 7 + (LP: #1960182) + - s390/cpumf: Support for CPU Measurement Facility CSVN 7 + - s390/cpumf: Support for CPU Measurement Sampling Facility LS bit + * [SRU]PCI: vmd: Do not disable MSI-X remapping if interrupt remapping is + enabled by IOMMU (LP: #1937295) + - PCI: vmd: Do not disable MSI-X remapping if interrupt remapping is enabled + by IOMMU + * Jammy update: v5.15.26 upstream stable release (LP: #1963891) + - mm/filemap: Fix handling of THPs in generic_file_buffered_read() + - cgroup/cpuset: Fix a race between cpuset_attach() and cpu hotplug + - cgroup-v1: Correct privileges check in release_agent writes + - x86/ptrace: Fix xfpregs_set()'s incorrect xmm clearing + - btrfs: tree-checker: check item_size for inode_item + - btrfs: tree-checker: check item_size for dev_item + - clk: jz4725b: fix mmc0 clock gating + - io_uring: don't convert to jiffies for waiting on timeouts + - io_uring: disallow modification of rsrc_data during quiesce + - selinux: fix misuse of mutex_is_locked() + - vhost/vsock: don't check owner in vhost_vsock_stop() while releasing + - parisc/unaligned: Fix fldd and fstd unaligned handlers on 32-bit kernel + - parisc/unaligned: Fix ldw() and stw() unalignment handlers + - KVM: x86/mmu: make apf token non-zero to fix bug + - drm/amd/display: Protect update_bw_bounding_box FPU code. + - drm/amd/pm: fix some OEM SKU specific stability issues + - drm/amd: Check if ASPM is enabled from PCIe subsystem + - drm/amdgpu: disable MMHUB PG for Picasso + - drm/amdgpu: do not enable asic reset for raven2 + - drm/i915: Widen the QGV point mask + - drm/i915: Correctly populate use_sagv_wm for all pipes + - drm/i915: Fix bw atomic check when switching between SAGV vs. no SAGV + - sr9700: sanity check for packet length + - USB: zaurus: support another broken Zaurus + - CDC-NCM: avoid overflow in sanity checking + - netfilter: xt_socket: fix a typo in socket_mt_destroy() + - netfilter: xt_socket: missing ifdef CONFIG_IP6_NF_IPTABLES dependency + - tee: export teedev_open() and teedev_close_context() + - optee: use driver internal tee_context for some rpc + - ping: remove pr_err from ping_lookup + - Revert "i40e: Fix reset bw limit when DCB enabled with 1 TC" + - gpu: host1x: Always return syncpoint value when waiting + - perf evlist: Fix failed to use cpu list for uncore events + - perf data: Fix double free in perf_session__delete() + - mptcp: fix race in incoming ADD_ADDR option processing + - mptcp: add mibs counter for ignored incoming options + - selftests: mptcp: fix diag instability + - selftests: mptcp: be more conservative with cookie MPJ limits + - bnx2x: fix driver load from initrd + - bnxt_en: Fix active FEC reporting to ethtool + - bnxt_en: Fix offline ethtool selftest with RDMA enabled + - bnxt_en: Fix incorrect multicast rx mask setting when not requested + - hwmon: Handle failure to register sensor with thermal zone correctly + - net/mlx5: Fix tc max supported prio for nic mode + - ice: check the return of ice_ptp_gettimex64 + - ice: initialize local variable 'tlv' + - net/mlx5: Update the list of the PCI supported devices + - bpf: Fix crash due to incorrect copy_map_value + - bpf: Do not try bpf_msg_push_data with len 0 + - selftests: bpf: Check bpf_msg_push_data return value + - bpf: Fix a bpf_timer initialization issue + - bpf: Add schedule points in batch ops + - io_uring: add a schedule point in io_add_buffers() + - net: __pskb_pull_tail() & pskb_carve_frag_list() drop_monitor friends + - nvme: also mark passthrough-only namespaces ready in nvme_update_ns_info + - tipc: Fix end of loop tests for list_for_each_entry() + - gso: do not skip outer ip header in case of ipip and net_failover + - net: mv643xx_eth: process retval from of_get_mac_address + - openvswitch: Fix setting ipv6 fields causing hw csum failure + - drm/edid: Always set RGB444 + - net/mlx5e: Fix wrong return value on ioctl EEPROM query failure + - drm/vc4: crtc: Fix runtime_pm reference counting + - drm/i915/dg2: Print PHY name properly on calibration error + - net/sched: act_ct: Fix flow table lookup after ct clear or switching zones + - net: ll_temac: check the return value of devm_kmalloc() + - net: Force inlining of checksum functions in net/checksum.h + - netfilter: nf_tables: unregister flowtable hooks on netns exit + - nfp: flower: Fix a potential leak in nfp_tunnel_add_shared_mac() + - net: mdio-ipq4019: add delay after clock enable + - netfilter: nf_tables: fix memory leak during stateful obj update + - net/smc: Use a mutex for locking "struct smc_pnettable" + - surface: surface3_power: Fix battery readings on batteries without a serial + number + - udp_tunnel: Fix end of loop test in udp_tunnel_nic_unregister() + - net/mlx5: DR, Cache STE shadow memory + - ibmvnic: schedule failover only if vioctl fails + - net/mlx5: DR, Don't allow match on IP w/o matching on full + ethertype/ip_version + - net/mlx5: Fix possible deadlock on rule deletion + - net/mlx5: Fix wrong limitation of metadata match on ecpf + - net/mlx5: DR, Fix the threshold that defines when pool sync is initiated + - net/mlx5e: MPLSoUDP decap, fix check for unsupported matches + - net/mlx5e: kTLS, Use CHECKSUM_UNNECESSARY for device-offloaded packets + - net/mlx5: Update log_max_qp value to be 17 at most + - spi: spi-zynq-qspi: Fix a NULL pointer dereference in + zynq_qspi_exec_mem_op() + - gpio: rockchip: Reset int_bothedge when changing trigger + - regmap-irq: Update interrupt clear register for proper reset + - net-timestamp: convert sk->sk_tskey to atomic_t + - RDMA/rtrs-clt: Fix possible double free in error case + - RDMA/rtrs-clt: Move free_permit from free_clt to rtrs_clt_close + - bnxt_en: Increase firmware message response DMA wait time + - configfs: fix a race in configfs_{,un}register_subsystem() + - RDMA/ib_srp: Fix a deadlock + - tracing: Dump stacktrace trigger to the corresponding instance + - tracing: Have traceon and traceoff trigger honor the instance + - iio:imu:adis16480: fix buffering for devices with no burst mode + - iio: adc: men_z188_adc: Fix a resource leak in an error handling path + - iio: adc: tsc2046: fix memory corruption by preventing array overflow + - iio: adc: ad7124: fix mask used for setting AIN_BUFP & AIN_BUFM bits + - iio: accel: fxls8962af: add padding to regmap for SPI + - iio: imu: st_lsm6dsx: wait for settling time in st_lsm6dsx_read_oneshot + - iio: Fix error handling for PM + - sc16is7xx: Fix for incorrect data being transmitted + - ata: pata_hpt37x: disable primary channel on HPT371 + - Revert "USB: serial: ch341: add new Product ID for CH341A" + - usb: gadget: rndis: add spinlock for rndis response list + - USB: gadget: validate endpoint index for xilinx udc + - tracefs: Set the group ownership in apply_options() not parse_options() + - USB: serial: option: add support for DW5829e + - USB: serial: option: add Telit LE910R1 compositions + - usb: dwc2: drd: fix soft connect when gadget is unconfigured + - usb: dwc3: pci: Add "snps,dis_u2_susphy_quirk" for Intel Bay Trail + - usb: dwc3: pci: Fix Bay Trail phy GPIO mappings + - usb: dwc3: gadget: Let the interrupt handler disable bottom halves. + - xhci: re-initialize the HC during resume if HCE was set + - xhci: Prevent futile URB re-submissions due to incorrect return value. + - nvmem: core: Fix a conflict between MTD and NVMEM on wp-gpios property + - mtd: core: Fix a conflict between MTD and NVMEM on wp-gpios property + - driver core: Free DMA range map when device is released + - btrfs: prevent copying too big compressed lzo segment + - RDMA/cma: Do not change route.addr.src_addr outside state checks + - thermal: int340x: fix memory leak in int3400_notify() + - staging: fbtft: fb_st7789v: reset display before initialization + - tps6598x: clear int mask on probe failure + - IB/qib: Fix duplicate sysfs directory name + - riscv: fix nommu_k210_sdcard_defconfig + - riscv: fix oops caused by irqsoff latency tracer + - tty: n_gsm: fix encoding of control signal octet bit DV + - tty: n_gsm: fix proper link termination after failed open + - tty: n_gsm: fix NULL pointer access due to DLCI release + - tty: n_gsm: fix wrong tty control line for flow control + - tty: n_gsm: fix wrong modem processing in convergence layer type 2 + - tty: n_gsm: fix deadlock in gsmtty_open() + - pinctrl: fix loop in k210_pinconf_get_drive() + - pinctrl: k210: Fix bias-pull-up + - gpio: tegra186: Fix chip_data type confusion + - memblock: use kfree() to release kmalloced memblock regions + - ice: Fix race conditions between virtchnl handling and VF ndo ops + - ice: fix concurrent reset and removal of VFs + - Linux 5.15.26 + * Jammy update: v5.15.25 upstream stable release (LP: #1963890) + - drm/nouveau/pmu/gm200-: use alternate falcon reset sequence + - fs/proc: task_mmu.c: don't read mapcount for migration entry + - btrfs: zoned: cache reported zone during mount + - HID:Add support for UGTABLET WP5540 + - Revert "svm: Add warning message for AVIC IPI invalid target" + - parisc: Show error if wrong 32/64-bit compiler is being used + - serial: parisc: GSC: fix build when IOSAPIC is not set + - parisc: Drop __init from map_pages declaration + - parisc: Fix data TLB miss in sba_unmap_sg + - parisc: Fix sglist access in ccio-dma.c + - mmc: block: fix read single on recovery logic + - mm: don't try to NUMA-migrate COW pages that have other uses + - HID: amd_sfh: Add illuminance mask to limit ALS max value + - HID: i2c-hid: goodix: Fix a lockdep splat + - HID: amd_sfh: Increase sensor command timeout + - HID: amd_sfh: Correct the structure field name + - PCI: hv: Fix NUMA node assignment when kernel boots with custom NUMA + topology + - parisc: Add ioread64_lo_hi() and iowrite64_lo_hi() + - btrfs: send: in case of IO error log it + - platform/x86: touchscreen_dmi: Add info for the RWC NANOTE P8 AY07J 2-in-1 + - platform/x86: ISST: Fix possible circular locking dependency detected + - kunit: tool: Import missing importlib.abc + - selftests: rtc: Increase test timeout so that all tests run + - kselftest: signal all child processes + - net: ieee802154: at86rf230: Stop leaking skb's + - selftests/zram: Skip max_comp_streams interface on newer kernel + - selftests/zram01.sh: Fix compression ratio calculation + - selftests/zram: Adapt the situation that /dev/zram0 is being used + - selftests: openat2: Print also errno in failure messages + - selftests: openat2: Add missing dependency in Makefile + - selftests: openat2: Skip testcases that fail with EOPNOTSUPP + - selftests: skip mincore.check_file_mmap when fs lacks needed support + - ax25: improve the incomplete fix to avoid UAF and NPD bugs + - pinctrl: bcm63xx: fix unmet dependency on REGMAP for GPIO_REGMAP + - vfs: make freeze_super abort when sync_filesystem returns error + - quota: make dquot_quota_sync return errors from ->sync_fs + - scsi: pm80xx: Fix double completion for SATA devices + - kselftest: Fix vdso_test_abi return status + - scsi: core: Reallocate device's budget map on queue depth change + - scsi: pm8001: Fix use-after-free for aborted TMF sas_task + - scsi: pm8001: Fix use-after-free for aborted SSP/STP sas_task + - drm/amd: Warn users about potential s0ix problems + - nvme: fix a possible use-after-free in controller reset during load + - nvme-tcp: fix possible use-after-free in transport error_recovery work + - nvme-rdma: fix possible use-after-free in transport error_recovery work + - net: sparx5: do not refer to skb after passing it on + - drm/amd: add support to check whether the system is set to s3 + - drm/amd: Only run s3 or s0ix if system is configured properly + - drm/amdgpu: fix logic inversion in check + - x86/Xen: streamline (and fix) PV CPU enumeration + - Revert "module, async: async_synchronize_full() on module init iff async is + used" + - gcc-plugins/stackleak: Use noinstr in favor of notrace + - random: wake up /dev/random writers after zap + - KVM: x86/xen: Fix runstate updates to be atomic when preempting vCPU + - KVM: x86: nSVM/nVMX: set nested_run_pending on VM entry which is a result of + RSM + - KVM: x86: SVM: don't passthrough SMAP/SMEP/PKE bits in !NPT && !gCR0.PG case + - KVM: x86: nSVM: fix potential NULL derefernce on nested migration + - KVM: x86: nSVM: mark vmcb01 as dirty when restoring SMM saved state + - iwlwifi: fix use-after-free + - drm/radeon: Fix backlight control on iMac 12,1 + - drm/atomic: Don't pollute crtc_state->mode_blob with error pointers + - drm/amd/pm: correct the sequence of sending gpu reset msg + - drm/amdgpu: skipping SDMA hw_init and hw_fini for S0ix. + - drm/i915/opregion: check port number bounds for SWSCI display power state + - drm/i915: Fix dbuf slice config lookup + - drm/i915: Fix mbus join config lookup + - vsock: remove vsock from connected table when connect is interrupted by a + signal + - drm/cma-helper: Set VM_DONTEXPAND for mmap + - drm/i915/gvt: Make DRM_I915_GVT depend on X86 + - drm/i915/ttm: tweak priority hint selection + - iwlwifi: pcie: fix locking when "HW not ready" + - iwlwifi: pcie: gen2: fix locking when "HW not ready" + - iwlwifi: mvm: don't send SAR GEO command for 3160 devices + - selftests: netfilter: fix exit value for nft_concat_range + - netfilter: nft_synproxy: unregister hooks on init error path + - selftests: netfilter: disable rp_filter on router + - ipv4: fix data races in fib_alias_hw_flags_set + - ipv6: fix data-race in fib6_info_hw_flags_set / fib6_purge_rt + - ipv6: mcast: use rcu-safe version of ipv6_get_lladdr() + - ipv6: per-netns exclusive flowlabel checks + - Revert "net: ethernet: bgmac: Use devm_platform_ioremap_resource_byname" + - mac80211: mlme: check for null after calling kmemdup + - brcmfmac: firmware: Fix crash in brcm_alt_fw_path + - cfg80211: fix race in netlink owner interface destruction + - net: dsa: lan9303: fix reset on probe + - net: dsa: mv88e6xxx: flush switchdev FDB workqueue before removing VLAN + - net: dsa: lantiq_gswip: fix use after free in gswip_remove() + - net: dsa: lan9303: handle hwaccel VLAN tags + - net: dsa: lan9303: add VLAN IDs to master device + - net: ieee802154: ca8210: Fix lifs/sifs periods + - ping: fix the dif and sdif check in ping_lookup + - bonding: force carrier update when releasing slave + - drop_monitor: fix data-race in dropmon_net_event / trace_napi_poll_hit + - net_sched: add __rcu annotation to netdev->qdisc + - bonding: fix data-races around agg_select_timer + - libsubcmd: Fix use-after-free for realloc(..., 0) + - net/smc: Avoid overwriting the copies of clcsock callback functions + - net: phy: mediatek: remove PHY mode check on MT7531 + - atl1c: fix tx timeout after link flap on Mikrotik 10/25G NIC + - tipc: fix wrong publisher node address in link publications + - dpaa2-switch: fix default return of dpaa2_switch_flower_parse_mirror_key + - dpaa2-eth: Initialize mutex used in one step timestamping path + - net: bridge: multicast: notify switchdev driver whenever MC processing gets + disabled + - perf bpf: Defer freeing string after possible strlen() on it + - selftests/exec: Add non-regular to TEST_GEN_PROGS + - arm64: Correct wrong label in macro __init_el2_gicv3 + - ALSA: usb-audio: revert to IMPLICIT_FB_FIXED_DEV for M-Audio FastTrack Ultra + - ALSA: hda/realtek: Add quirk for Legion Y9000X 2019 + - ALSA: hda/realtek: Fix deadlock by COEF mutex + - ALSA: hda: Fix regression on forced probe mask option + - ALSA: hda: Fix missing codec probe on Shenker Dock 15 + - ASoC: ops: Fix stereo change notifications in snd_soc_put_volsw() + - ASoC: ops: Fix stereo change notifications in snd_soc_put_volsw_range() + - ASoC: ops: Fix stereo change notifications in snd_soc_put_volsw_sx() + - ASoC: ops: Fix stereo change notifications in snd_soc_put_xr_sx() + - cifs: fix set of group SID via NTSD xattrs + - powerpc/603: Fix boot failure with DEBUG_PAGEALLOC and KFENCE + - powerpc/lib/sstep: fix 'ptesync' build error + - mtd: rawnand: gpmi: don't leak PM reference in error path + - smb3: fix snapshot mount option + - tipc: fix wrong notification node addresses + - scsi: ufs: Remove dead code + - scsi: ufs: Fix a deadlock in the error handler + - ASoC: tas2770: Insert post reset delay + - ASoC: qcom: Actually clear DMA interrupt register for HDMI + - block/wbt: fix negative inflight counter when remove scsi device + - NFS: Remove an incorrect revalidation in nfs4_update_changeattr_locked() + - NFS: LOOKUP_DIRECTORY is also ok with symlinks + - NFS: Do not report writeback errors in nfs_getattr() + - tty: n_tty: do not look ahead for EOL character past the end of the buffer + - block: fix surprise removal for drivers calling blk_set_queue_dying + - mtd: rawnand: qcom: Fix clock sequencing in qcom_nandc_probe() + - mtd: parsers: qcom: Fix kernel panic on skipped partition + - mtd: parsers: qcom: Fix missing free for pparts in cleanup + - mtd: phram: Prevent divide by zero bug in phram_setup() + - mtd: rawnand: brcmnand: Fixed incorrect sub-page ECC status + - HID: elo: fix memory leak in elo_probe + - mtd: rawnand: ingenic: Fix missing put_device in ingenic_ecc_get + - Drivers: hv: vmbus: Fix memory leak in vmbus_add_channel_kobj + - KVM: x86/pmu: Refactoring find_arch_event() to pmc_perf_hw_id() + - KVM: x86/pmu: Don't truncate the PerfEvtSeln MSR when creating a perf event + - KVM: x86/pmu: Use AMD64_RAW_EVENT_MASK for PERF_TYPE_RAW + - ARM: OMAP2+: hwmod: Add of_node_put() before break + - ARM: OMAP2+: adjust the location of put_device() call in omapdss_init_of + - phy: usb: Leave some clocks running during suspend + - staging: vc04_services: Fix RCU dereference check + - phy: phy-mtk-tphy: Fix duplicated argument in phy-mtk-tphy + - irqchip/sifive-plic: Add missing thead,c900-plic match string + - x86/bug: Merge annotate_reachable() into _BUG_FLAGS() asm + - netfilter: conntrack: don't refresh sctp entries in closed state + - ksmbd: fix same UniqueId for dot and dotdot entries + - ksmbd: don't align last entry offset in smb2 query directory + - arm64: dts: meson-gx: add ATF BL32 reserved-memory region + - arm64: dts: meson-g12: add ATF BL32 reserved-memory region + - arm64: dts: meson-g12: drop BL32 region from SEI510/SEI610 + - pidfd: fix test failure due to stack overflow on some arches + - selftests: fixup build warnings in pidfd / clone3 tests + - mm: io_uring: allow oom-killer from io_uring_setup + - kconfig: let 'shell' return enough output for deep path names + - ata: libata-core: Disable TRIM on M88V29 + - soc: aspeed: lpc-ctrl: Block error printing on probe defer cases + - xprtrdma: fix pointer derefs in error cases of rpcrdma_ep_create + - drm/rockchip: dw_hdmi: Do not leave clock enabled in error case + - tracing: Fix tp_printk option related with tp_printk_stop_on_boot + - display/amd: decrease message verbosity about watermarks table failure + - drm/amd/display: Cap pflip irqs per max otg number + - drm/amd/display: fix yellow carp wm clamping + - net: usb: qmi_wwan: Add support for Dell DW5829e + - net: macb: Align the dma and coherent dma masks + - kconfig: fix failing to generate auto.conf + - scsi: lpfc: Fix pt2pt NVMe PRLI reject LOGO loop + - EDAC: Fix calculation of returned address and next offset in + edac_align_ptr() + - ucounts: Handle wrapping in is_ucounts_overlimit + - ucounts: In set_cred_ucounts assume new->ucounts is non-NULL + - ucounts: Base set_cred_ucounts changes on the real user + - ucounts: Enforce RLIMIT_NPROC not RLIMIT_NPROC+1 + - lib/iov_iter: initialize "flags" in new pipe_buffer + - rlimit: Fix RLIMIT_NPROC enforcement failure caused by capability calls in + set_user + - ucounts: Move RLIMIT_NPROC handling after set_user + - net: sched: limit TC_ACT_REPEAT loops + - dmaengine: sh: rcar-dmac: Check for error num after setting mask + - dmaengine: stm32-dmamux: Fix PM disable depth imbalance in + stm32_dmamux_probe + - dmaengine: sh: rcar-dmac: Check for error num after dma_set_max_seg_size + - tests: fix idmapped mount_setattr test + - i2c: qcom-cci: don't delete an unregistered adapter + - i2c: qcom-cci: don't put a device tree node before i2c_add_adapter() + - dmaengine: ptdma: Fix the error handling path in pt_core_init() + - copy_process(): Move fd_install() out of sighand->siglock critical section + - scsi: qedi: Fix ABBA deadlock in qedi_process_tmf_resp() and + qedi_process_cmd_cleanup_resp() + - ice: enable parsing IPSEC SPI headers for RSS + - i2c: brcmstb: fix support for DSL and CM variants + - lockdep: Correct lock_classes index mapping + - Linux 5.15.25 + * Jammy update: v5.15.24 upstream stable release (LP: #1963889) + - integrity: check the return value of audit_log_start() + - ima: fix reference leak in asymmetric_verify() + - ima: Remove ima_policy file before directory + - ima: Allow template selection with ima_template[_fmt]= after ima_hash= + - ima: Do not print policy rule with inactive LSM labels + - mmc: sdhci-of-esdhc: Check for error num after setting mask + - mmc: core: Wait for command setting 'Power Off Notification' bit to complete + - can: isotp: fix potential CAN frame reception race in isotp_rcv() + - can: isotp: fix error path in isotp_sendmsg() to unlock wait queue + - net: phy: marvell: Fix RGMII Tx/Rx delays setting in 88e1121-compatible PHYs + - net: phy: marvell: Fix MDI-x polarity setting in 88e1118-compatible PHYs + - NFS: Fix initialisation of nfs_client cl_flags field + - NFSD: Fix NFSv3 SETATTR/CREATE's handling of large file sizes + - NFSD: Fix ia_size underflow + - NFSD: Clamp WRITE offsets + - NFSD: Fix offset type in I/O trace points + - NFSD: Fix the behavior of READ near OFFSET_MAX + - thermal/drivers/int340x: Improve the tcc offset saving for suspend/resume + - thermal/drivers/int340x: processor_thermal: Suppot 64 bit RFIM responses + - thermal: int340x: Limit Kconfig to 64-bit + - thermal/drivers/int340x: Fix RFIM mailbox write commands + - tracing: Propagate is_signed to expression + - NFS: change nfs_access_get_cached to only report the mask + - NFSv4 only print the label when its queried + - nfs: nfs4clinet: check the return value of kstrdup() + - NFSv4.1: Fix uninitialised variable in devicenotify + - NFSv4 remove zero number of fs_locations entries error check + - NFSv4 store server support for fs_location attribute + - NFSv4.1 query for fs_location attr on a new file system + - NFSv4 expose nfs_parse_server_name function + - NFSv4 handle port presence in fs_location server string + - SUNRPC allow for unspecified transport time in rpc_clnt_add_xprt + - net/sunrpc: fix reference count leaks in rpc_sysfs_xprt_state_change + - sunrpc: Fix potential race conditions in rpc_sysfs_xprt_state_change() + - irqchip/realtek-rtl: Service all pending interrupts + - perf/x86/rapl: fix AMD event handling + - x86/perf: Avoid warning for Arch LBR without XSAVE + - sched: Avoid double preemption in __cond_resched_*lock*() + - drm/vc4: Fix deadlock on DSI device attach error + - drm: panel-orientation-quirks: Add quirk for the 1Netbook OneXPlayer + - net: sched: Clarify error message when qdisc kind is unknown + - powerpc/fixmap: Fix VM debug warning on unmap + - scsi: target: iscsi: Make sure the np under each tpg is unique + - scsi: ufs: ufshcd-pltfrm: Check the return value of devm_kstrdup() + - scsi: qedf: Add stag_work to all the vports + - scsi: qedf: Fix refcount issue when LOGO is received during TMF + - scsi: qedf: Change context reset messages to ratelimited + - scsi: pm8001: Fix bogus FW crash for maxcpus=1 + - scsi: ufs: Use generic error code in ufshcd_set_dev_pwr_mode() + - scsi: ufs: Treat link loss as fatal error + - scsi: myrs: Fix crash in error case + - net: stmmac: reduce unnecessary wakeups from eee sw timer + - PM: hibernate: Remove register_nosave_region_late() + - drm/amd/display: Correct MPC split policy for DCN301 + - usb: dwc2: gadget: don't try to disable ep0 in dwc2_hsotg_suspend + - perf: Always wake the parent event + - nvme-pci: add the IGNORE_DEV_SUBNQN quirk for Intel P4500/P4600 SSDs + - MIPS: Fix build error due to PTR used in more places + - net: stmmac: dwmac-sun8i: use return val of readl_poll_timeout() + - KVM: eventfd: Fix false positive RCU usage warning + - KVM: nVMX: eVMCS: Filter out VM_EXIT_SAVE_VMX_PREEMPTION_TIMER + - KVM: nVMX: Also filter MSR_IA32_VMX_TRUE_PINBASED_CTLS when eVMCS + - KVM: SVM: Don't kill SEV guest if SMAP erratum triggers in usermode + - KVM: VMX: Set vmcs.PENDING_DBG.BS on #DB in STI/MOVSS blocking shadow + - KVM: x86: Report deprecated x87 features in supported CPUID + - riscv: fix build with binutils 2.38 + - riscv: cpu-hotplug: clear cpu from numa map when teardown + - riscv: eliminate unreliable __builtin_frame_address(1) + - gfs2: Fix gfs2_release for non-writers regression + - ARM: dts: imx23-evk: Remove MX23_PAD_SSP1_DETECT from hog group + - ARM: dts: Fix boot regression on Skomer + - ARM: socfpga: fix missing RESET_CONTROLLER + - nvme-tcp: fix bogus request completion when failing to send AER + - ACPI/IORT: Check node revision for PMCG resources + - PM: s2idle: ACPI: Fix wakeup interrupts handling + - drm/amdgpu/display: change pipe policy for DCN 2.0 + - drm/rockchip: vop: Correct RK3399 VOP register fields + - drm/i915: Allow !join_mbus cases for adlp+ dbuf configuration + - drm/i915: Populate pipe dbuf slices more accurately during readout + - ARM: dts: Fix timer regression for beagleboard revision c + - ARM: dts: meson: Fix the UART compatible strings + - ARM: dts: meson8: Fix the UART device-tree schema validation + - ARM: dts: meson8b: Fix the UART device-tree schema validation + - phy: broadcom: Kconfig: Fix PHY_BRCM_USB config option + - staging: fbtft: Fix error path in fbtft_driver_module_init() + - ARM: dts: imx6qdl-udoo: Properly describe the SD card detect + - phy: xilinx: zynqmp: Fix bus width setting for SGMII + - phy: stm32: fix a refcount leak in stm32_usbphyc_pll_enable() + - ARM: dts: imx7ulp: Fix 'assigned-clocks-parents' typo + - arm64: dts: imx8mq: fix mipi_csi bidirectional port numbers + - usb: f_fs: Fix use-after-free for epfile + - phy: dphy: Correct clk_pre parameter + - gpio: aggregator: Fix calling into sleeping GPIO controllers + - NFS: Don't overfill uncached readdir pages + - NFS: Don't skip directory entries when doing uncached readdir + - drm/vc4: hdmi: Allow DBLCLK modes even if horz timing is odd. + - misc: fastrpc: avoid double fput() on failed usercopy + - net: sparx5: Fix get_stat64 crash in tcpdump + - netfilter: ctnetlink: disable helper autoassign + - arm64: dts: meson-g12b-odroid-n2: fix typo 'dio2133' + - arm64: dts: meson-sm1-odroid: use correct enable-gpio pin for tf-io + regulator + - arm64: dts: meson-sm1-bananapi-m5: fix wrong GPIO domain for GPIOE_2 + - arm64: dts: meson-sm1-odroid: fix boot loop after reboot + - ixgbevf: Require large buffers for build_skb on 82599VF + - drm/panel: simple: Assign data from panel_dpi_probe() correctly + - ACPI: PM: s2idle: Cancel wakeup before dispatching EC GPE + - gpiolib: Never return internal error codes to user space + - gpio: sifive: use the correct register to read output values + - fbcon: Avoid 'cap' set but not used warning + - bonding: pair enable_port with slave_arr_updates + - net: dsa: mv88e6xxx: don't use devres for mdiobus + - net: dsa: ar9331: register the mdiobus under devres + - net: dsa: bcm_sf2: don't use devres for mdiobus + - net: dsa: felix: don't use devres for mdiobus + - net: dsa: mt7530: fix kernel bug in mdiobus_free() when unbinding + - net: dsa: lantiq_gswip: don't use devres for mdiobus + - ipmr,ip6mr: acquire RTNL before calling ip[6]mr_free_table() on failure path + - nfp: flower: fix ida_idx not being released + - net: do not keep the dst cache when uncloning an skb dst and its metadata + - net: fix a memleak when uncloning an skb dst and its metadata + - veth: fix races around rq->rx_notify_masked + - net: mdio: aspeed: Add missing MODULE_DEVICE_TABLE + - tipc: rate limit warning for received illegal binding update + - net: amd-xgbe: disable interrupts during pci removal + - drm/amd/pm: fix hwmon node of power1_label create issue + - mptcp: netlink: process IPv6 addrs in creating listening sockets + - dpaa2-eth: unregister the netdev before disconnecting from the PHY + - ice: fix an error code in ice_cfg_phy_fec() + - ice: fix IPIP and SIT TSO offload + - ice: Fix KASAN error in LAG NETDEV_UNREGISTER handler + - ice: Avoid RTNL lock when re-creating auxiliary device + - net: mscc: ocelot: fix mutex lock error during ethtool stats read + - net: dsa: mv88e6xxx: fix use-after-free in mv88e6xxx_mdios_unregister + - vt_ioctl: fix array_index_nospec in vt_setactivate + - vt_ioctl: add array_index_nospec to VT_ACTIVATE + - n_tty: wake up poll(POLLRDNORM) on receiving data + - eeprom: ee1004: limit i2c reads to I2C_SMBUS_BLOCK_MAX + - usb: dwc2: drd: fix soft connect when gadget is unconfigured + - Revert "usb: dwc2: drd: fix soft connect when gadget is unconfigured" + - net: usb: ax88179_178a: Fix out-of-bounds accesses in RX fixup + - usb: ulpi: Move of_node_put to ulpi_dev_release + - usb: ulpi: Call of_node_put correctly + - usb: dwc3: gadget: Prevent core from processing stale TRBs + - usb: gadget: udc: renesas_usb3: Fix host to USB_ROLE_NONE transition + - USB: gadget: validate interface OS descriptor requests + - usb: gadget: rndis: check size of RNDIS_MSG_SET command + - usb: gadget: f_uac2: Define specific wTerminalType + - usb: raw-gadget: fix handling of dual-direction-capable endpoints + - USB: serial: ftdi_sio: add support for Brainboxes US-159/235/320 + - USB: serial: option: add ZTE MF286D modem + - USB: serial: ch341: add support for GW Instek USB2.0-Serial devices + - USB: serial: cp210x: add NCR Retail IO box id + - USB: serial: cp210x: add CPI Bulk Coin Recycler id + - speakup-dectlk: Restore pitch setting + - phy: ti: Fix missing sentinel for clk_div_table + - iio: buffer: Fix file related error handling in IIO_BUFFER_GET_FD_IOCTL + - mm: memcg: synchronize objcg lists with a dedicated spinlock + - seccomp: Invalidate seccomp mode to catch death failures + - signal: HANDLER_EXIT should clear SIGNAL_UNKILLABLE + - s390/cio: verify the driver availability for path_event call + - bus: mhi: pci_generic: Add mru_default for Foxconn SDX55 + - bus: mhi: pci_generic: Add mru_default for Cinterion MV31-W + - hwmon: (dell-smm) Speed up setting of fan speed + - x86/sgx: Silence softlockup detection when releasing large enclaves + - Makefile.extrawarn: Move -Wunaligned-access to W=1 + - scsi: lpfc: Remove NVMe support if kernel has NVME_FC disabled + - scsi: lpfc: Reduce log messages seen after firmware download + - MIPS: octeon: Fix missed PTR->PTR_WD conversion + - arm64: dts: imx8mq: fix lcdif port node + - perf: Fix list corruption in perf_cgroup_switch() + - iommu: Fix potential use-after-free during probe + - Linux 5.15.24 + * Jammy update: v5.15.23 upstream stable release (LP: #1963888) + - moxart: fix potential use-after-free on remove path + - arm64: Add Cortex-A510 CPU part definition + - ksmbd: fix SMB 3.11 posix extension mount failure + - crypto: api - Move cryptomgr soft dependency into algapi + - Linux 5.15.23 + * [22.04 FEAT] KVM: Enable storage key checking for intercepted instruction + handled by userspace (LP: #1933179) + - KVM: s390: gaccess: Refactor gpa and length calculation + - KVM: s390: gaccess: Refactor access address range check + - KVM: s390: gaccess: Cleanup access to guest pages + - s390/uaccess: introduce bit field for OAC specifier + - s390/uaccess: fix compile error + - s390/uaccess: Add copy_from/to_user_key functions + - KVM: s390: Honor storage keys when accessing guest memory + - KVM: s390: handle_tprot: Honor storage keys + - KVM: s390: selftests: Test TEST PROTECTION emulation + - KVM: s390: Add optional storage key checking to MEMOP IOCTL + - KVM: s390: Add vm IOCTL for key checked guest absolute memory access + - KVM: s390: Rename existing vcpu memop functions + - KVM: s390: Add capability for storage key extension of MEM_OP IOCTL + - KVM: s390: Update api documentation for memop ioctl + - KVM: s390: Clarify key argument for MEM_OP in api docs + - KVM: s390: Add missing vm MEM_OP size check + * CVE-2022-25636 + - netfilter: nf_tables_offload: incorrect flow offload action array size + * ubuntu_kernel_selftests / ftrace:ftracetest do_softirq failure on Jammy + realtime (LP: #1959610) + - selftests/ftrace: Do not trace do_softirq because of PREEMPT_RT + * CVE-2022-0435 + - tipc: improve size validations for received domain records + * CVE-2022-0516 + - KVM: s390: Return error on SIDA memop on normal guest + * EDAC update for AMD Genoa support in 22.04 (LP: #1960362) + - EDAC: Add RDDR5 and LRDDR5 memory types + - EDAC/amd64: Add support for AMD Family 19h Models 10h-1Fh and A0h-AFh + * hwmon: k10temp updates for AMD Genoa in 22.04 (LP: #1960361) + - x86/amd_nb: Add AMD Family 19h Models (10h-1Fh) and (A0h-AFh) PCI IDs + - hwmon: (k10temp) Remove unused definitions + - hwmon: (k10temp) Support up to 12 CCDs on AMD Family of processors + - hwmon: (k10temp) Add support for AMD Family 19h Models 10h-1Fh and A0h-AFh + * [SRU][I/J/OEM-5.13/OEM-5.14] Add basic support of MT7922 (LP: #1958151) + - mt76: mt7921: Add mt7922 support + - mt76: mt7921: add support for PCIe ID 0x0608/0x0616 + - mt76: mt7921: introduce 160 MHz channel bandwidth support + * Use EC GPE for s2idle wakeup on AMD platforms (LP: #1960771) + - ACPI: PM: Revert "Only mark EC GPE for wakeup on Intel systems" + * Update Broadcom Emulex FC HBA lpfc driver to 14.0.0.4 for Ubuntu 22.04 + (LP: #1956982) + - scsi: lpfc: Change return code on I/Os received during link bounce + - scsi: lpfc: Fix NPIV port deletion crash + - scsi: lpfc: Adjust CMF total bytes and rxmonitor + - scsi: lpfc: Cap CMF read bytes to MBPI + - scsi: lpfc: Add additional debugfs support for CMF + - scsi: lpfc: Update lpfc version to 14.0.0.4 + * Forward-port drm/i915 commits from oem-5.14 for Alder Lake S & P + (LP: #1960298) + - drm/i915/dmc: Update to DMC v2.12 + - drm/i915/adlp/tc: Fix PHY connected check for Thunderbolt mode + - drm/i915/tc: Remove waiting for PHY complete during releasing ownership + - drm/i915/tc: Check for DP-alt, legacy sinks before taking PHY ownership + - drm/i915/tc: Add/use helpers to retrieve TypeC port properties + - drm/i915/tc: Don't keep legacy TypeC ports in connected state w/o a sink + - drm/i915/tc: Add a mode for the TypeC PHY's disconnected state + - drm/i915/tc: Refactor TC-cold block/unblock helpers + - drm/i915/tc: Avoid using legacy AUX PW in TBT mode + - drm/i915/icl/tc: Remove the ICL special casing during TC-cold blocking + - drm/i915/tc: Fix TypeC PHY connect/disconnect logic on ADL-P + - drm/i915/tc: Drop extra TC cold blocking from intel_tc_port_connected() + - drm/i915/tc: Fix system hang on ADL-P during TypeC PHY disconnect + - drm/i915/display/adlp: Disable underrun recovery + - drm/i915/adl_s: Remove require_force_probe protection + - drm/i915/adlp: Remove require_force_probe protection + * INVALID or PRIVATE BUG (LP: #1959735) + - KVM: s390: Simplify SIGP Set Arch handling + - KVM: s390: Add a routine for setting userspace CPU state + * Include the QCA WCN 6856 v2.1 support (LP: #1954938) + - SAUCE: ath11k: shrink TCSR read mask for WCN6855 hw2.1 + * Jammy update: v5.15.22 upstream stable release (LP: #1960516) + - drm/i915: Disable DSB usage for now + - selinux: fix double free of cond_list on error paths + - audit: improve audit queue handling when "audit=1" on cmdline + - ipc/sem: do not sleep with a spin lock held + - spi: stm32-qspi: Update spi registering + - ASoC: hdmi-codec: Fix OOB memory accesses + - ASoC: ops: Reject out of bounds values in snd_soc_put_volsw() + - ASoC: ops: Reject out of bounds values in snd_soc_put_volsw_sx() + - ASoC: ops: Reject out of bounds values in snd_soc_put_xr_sx() + - ALSA: usb-audio: Correct quirk for VF0770 + - ALSA: hda: Fix UAF of leds class devs at unbinding + - ALSA: hda: realtek: Fix race at concurrent COEF updates + - ALSA: hda/realtek: Add quirk for ASUS GU603 + - ALSA: hda/realtek: Add missing fixup-model entry for Gigabyte X570 ALC1220 + quirks + - ALSA: hda/realtek: Fix silent output on Gigabyte X570S Aorus Master (newer + chipset) + - ALSA: hda/realtek: Fix silent output on Gigabyte X570 Aorus Xtreme after + reboot from Windows + - btrfs: don't start transaction for scrub if the fs is mounted read-only + - btrfs: fix deadlock between quota disable and qgroup rescan worker + - btrfs: fix use-after-free after failure to create a snapshot + - Revert "fs/9p: search open fids first" + - drm/nouveau: fix off by one in BIOS boundary checking + - drm/i915/adlp: Fix TypeC PHY-ready status readout + - drm/amd/pm: correct the MGpuFanBoost support for Beige Goby + - drm/amd/display: watermark latencies is not enough on DCN31 + - drm/amd/display: Force link_rate as LINK_RATE_RBR2 for 2018 15" Apple Retina + panels + - nvme-fabrics: fix state check in nvmf_ctlr_matches_baseopts() + - mm/debug_vm_pgtable: remove pte entry from the page table + - mm/pgtable: define pte_index so that preprocessor could recognize it + - mm/kmemleak: avoid scanning potential huge holes + - block: bio-integrity: Advance seed correctly for larger interval sizes + - dma-buf: heaps: Fix potential spectre v1 gadget + - IB/hfi1: Fix AIP early init panic + - Revert "fbcon: Disable accelerated scrolling" + - fbcon: Add option to enable legacy hardware acceleration + - mptcp: fix msk traversal in mptcp_nl_cmd_set_flags() + - Revert "ASoC: mediatek: Check for error clk pointer" + - KVM: arm64: Avoid consuming a stale esr value when SError occur + - KVM: arm64: Stop handle_exit() from handling HVC twice when an SError occurs + - RDMA/cma: Use correct address when leaving multicast group + - RDMA/ucma: Protect mc during concurrent multicast leaves + - RDMA/siw: Fix refcounting leak in siw_create_qp() + - IB/rdmavt: Validate remote_addr during loopback atomic tests + - RDMA/siw: Fix broken RDMA Read Fence/Resume logic. + - RDMA/mlx4: Don't continue event handler after memory allocation failure + - ALSA: usb-audio: initialize variables that could ignore errors + - ALSA: hda: Fix signedness of sscanf() arguments + - ALSA: hda: Skip codec shutdown in case the codec is not registered + - iommu/vt-d: Fix potential memory leak in intel_setup_irq_remapping() + - iommu/amd: Fix loop timeout issue in iommu_ga_log_enable() + - spi: bcm-qspi: check for valid cs before applying chip select + - spi: mediatek: Avoid NULL pointer crash in interrupt + - spi: meson-spicc: add IRQ check in meson_spicc_probe + - spi: uniphier: fix reference count leak in uniphier_spi_probe() + - IB/hfi1: Fix tstats alloc and dealloc + - IB/cm: Release previously acquired reference counter in the cm_id_priv + - net: ieee802154: hwsim: Ensure proper channel selection at probe time + - net: ieee802154: mcr20a: Fix lifs/sifs periods + - net: ieee802154: ca8210: Stop leaking skb's + - netfilter: nft_reject_bridge: Fix for missing reply from prerouting + - net: ieee802154: Return meaningful error codes from the netlink helpers + - net/smc: Forward wakeup to smc socket waitqueue after fallback + - net: stmmac: dwmac-visconti: No change to ETHER_CLOCK_SEL for unexpected + speed request. + - net: stmmac: properly handle with runtime pm in stmmac_dvr_remove() + - net: macsec: Fix offload support for NETDEV_UNREGISTER event + - net: macsec: Verify that send_sci is on when setting Tx sci explicitly + - net: stmmac: dump gmac4 DMA registers correctly + - net: stmmac: ensure PTP time register reads are consistent + - drm/kmb: Fix for build errors with Warray-bounds + - drm/i915/overlay: Prevent divide by zero bugs in scaling + - drm/amd: avoid suspend on dGPUs w/ s2idle support when runtime PM enabled + - ASoC: fsl: Add missing error handling in pcm030_fabric_probe + - ASoC: xilinx: xlnx_formatter_pcm: Make buffer bytes multiple of period bytes + - ASoC: simple-card: fix probe failure on platform component + - ASoC: cpcap: Check for NULL pointer after calling of_get_child_by_name + - ASoC: max9759: fix underflow in speaker_gain_control_put() + - ASoC: codecs: wcd938x: fix incorrect used of portid + - ASoC: codecs: lpass-rx-macro: fix sidetone register offsets + - ASoC: codecs: wcd938x: fix return value of mixer put function + - pinctrl: sunxi: Fix H616 I2S3 pin data + - pinctrl: intel: Fix a glitch when updating IRQ flags on a preconfigured line + - pinctrl: intel: fix unexpected interrupt + - pinctrl: bcm2835: Fix a few error paths + - scsi: bnx2fc: Make bnx2fc_recv_frame() mp safe + - nfsd: nfsd4_setclientid_confirm mistakenly expires confirmed client. + - gve: fix the wrong AdminQ buffer queue index check + - bpf: Use VM_MAP instead of VM_ALLOC for ringbuf + - selftests/exec: Remove pipe from TEST_GEN_FILES + - selftests: futex: Use variable MAKE instead of make + - tools/resolve_btfids: Do not print any commands when building silently + - e1000e: Separate ADP board type from TGP + - rtc: cmos: Evaluate century appropriate + - kvm: add guest_state_{enter,exit}_irqoff() + - kvm/arm64: rework guest entry logic + - perf: Copy perf_event_attr::sig_data on modification + - perf stat: Fix display of grouped aliased events + - perf/x86/intel/pt: Fix crash with stop filters in single-range mode + - x86/perf: Default set FREEZE_ON_SMI for all + - EDAC/altera: Fix deferred probing + - EDAC/xgene: Fix deferred probing + - ext4: prevent used blocks from being allocated during fast commit replay + - ext4: modify the logic of ext4_mb_new_blocks_simple + - ext4: fix error handling in ext4_restore_inline_data() + - ext4: fix error handling in ext4_fc_record_modified_inode() + - ext4: fix incorrect type issue during replay_del_range + - net: dsa: mt7530: make NET_DSA_MT7530 select MEDIATEK_GE_PHY + - cgroup/cpuset: Fix "suspicious RCU usage" lockdep warning + - tools include UAPI: Sync sound/asound.h copy with the kernel sources + - gpio: idt3243x: Fix an ignored error return from platform_get_irq() + - gpio: mpc8xxx: Fix an ignored error return from platform_get_irq() + - selftests: nft_concat_range: add test for reload with no element add/del + - selftests: netfilter: check stateless nat udp checksum fixup + - Linux 5.15.22 + - [Config] disable FRAMEBUFFER_CONSOLE_LEGACY_ACCELERATION + * Jammy update: v5.15.21 upstream stable release (LP: #1960515) + - Revert "drm/vc4: hdmi: Make sure the device is powered with CEC" + - Revert "drm/vc4: hdmi: Make sure the device is powered with CEC" again + - Linux 5.15.21 + * Jammy update: v5.15.20 upstream stable release (LP: #1960509) + - Revert "UBUNTU: SAUCE: Revert "e1000e: Add handshake with the CSME to + support S0ix"" + - Revert "UBUNTU: SAUCE: Revert "e1000e: Add polling mechanism to indicate + CSME DPG exit"" + - Revert "UBUNTU: SAUCE: Revert "e1000e: Additional PHY power saving in S0ix"" + - PCI: pciehp: Fix infinite loop in IRQ handler upon power fault + - selftests: mptcp: fix ipv6 routing setup + - net: ipa: use a bitmap for endpoint replenish_enabled + - net: ipa: prevent concurrent replenish + - drm/vc4: hdmi: Make sure the device is powered with CEC + - cgroup-v1: Require capabilities to set release_agent + - Revert "mm/gup: small refactoring: simplify try_grab_page()" + - ovl: don't fail copy up if no fileattr support on upper + - lockd: fix server crash on reboot of client holding lock + - lockd: fix failure to cleanup client locks + - net/mlx5e: IPsec: Fix tunnel mode crypto offload for non TCP/UDP traffic + - net/mlx5: Bridge, take rtnl lock in init error handler + - net/mlx5: Bridge, ensure dev_name is null-terminated + - net/mlx5e: Fix handling of wrong devices during bond netevent + - net/mlx5: Use del_timer_sync in fw reset flow of halting poll + - net/mlx5e: Fix module EEPROM query + - net/mlx5: Fix offloading with ESWITCH_IPV4_TTL_MODIFY_ENABLE + - net/mlx5e: Don't treat small ceil values as unlimited in HTB offload + - net/mlx5: Bridge, Fix devlink deadlock on net namespace deletion + - net/mlx5: E-Switch, Fix uninitialized variable modact + - ipheth: fix EOVERFLOW in ipheth_rcvbulk_callback + - i40e: Fix reset bw limit when DCB enabled with 1 TC + - i40e: Fix reset path while removing the driver + - net: amd-xgbe: ensure to reset the tx_timer_active flag + - net: amd-xgbe: Fix skb data length underflow + - fanotify: Fix stale file descriptor in copy_event_to_user() + - net: sched: fix use-after-free in tc_new_tfilter() + - rtnetlink: make sure to refresh master_dev/m_ops in __rtnl_newlink() + - cpuset: Fix the bug that subpart_cpus updated wrongly in update_cpumask() + - e1000e: Handshake with CSME starts from ADL platforms + - af_packet: fix data-race in packet_setsockopt / packet_setsockopt + - tcp: add missing tcp_skb_can_collapse() test in tcp_shift_skb_data() + - ovl: fix NULL pointer dereference in copy up warning + - Linux 5.15.20 + * Miscellaneous Ubuntu changes + - [Packaging] use default zstd compression + - [Packaging] do not use compression for image packages + - [Packaging] use xz compression for ddebs + - [Config] upgrade debug symbols from DWARF4 to DWARF5 + - SAUCE: Makefile: Remove inclusion of lbm header files + - SAUCE: Makefile: Fix compiler warnings + - SAUCE: AUFS + - SAUCE: aufs: switch to 64-bit ino_t for s390x + - [Config] set AUFS as disabled + - SAUCE: mt76: mt7921e: fix possible probe failure after reboot + - Remove ubuntu/hio driver + - SAUCE: ima_policy: fix test for empty rule set + - SAUCE: sfc: The size of the RX recycle ring should be more flexible + - [Config] MITIGATE_SPECTRE_BRANCH_HISTORY=y && HARDEN_BRANCH_HISTORY=y + * Miscellaneous upstream changes + - kbuild: Unify options for BTF generation for vmlinux and modules + - MAINTAINERS: Add scripts/pahole-flags.sh to BPF section + - kbuild: Add CONFIG_PAHOLE_VERSION + - scripts/pahole-flags.sh: Use pahole-version.sh + - lib/Kconfig.debug: Use CONFIG_PAHOLE_VERSION + - lib/Kconfig.debug: Allow BTF + DWARF5 with pahole 1.21+ + - x86/sched: Decrease further the priorities of SMT siblings + - sched/topology: Introduce sched_group::flags + - sched/fair: Optimize checking for group_asym_packing + - sched/fair: Provide update_sg_lb_stats() with sched domain statistics + - sched/fair: Carve out logic to mark a group for asymmetric packing + - sched/fair: Consider SMT in ASYM_PACKING load balance + - Revert "UBUNTU: [Config] x86-64: SYSFB_SIMPLEFB=y" + + -- Andrea Righi Tue, 15 Mar 2022 17:05:53 +0100 + +linux-lowlatency (5.15.0-22.22) jammy; urgency=medium + + * jammy/linux-lowlatency: 5.15.0-22.22 -proposed tracker (LP: #1960305) + + * Packaging resync (LP: #1786013) + - [Packaging] resync getabis + - [Packaging] update Ubuntu.md + - [Packaging] update variants + - [Packaging] update Ubuntu.md + - [Packaging] update helper scripts + + * Miscellaneous Ubuntu changes + - [Packaging] import update.conf + - [packaging] remove foreign arches from control.stub.in + - [packaging] don't build source package + + -- Paolo Pisati Tue, 08 Feb 2022 15:59:44 +0100 + +linux-lowlatency (5.15.0-21.21) jammy; urgency=medium + + * jammy/linux: 5.15.0-21.21 -proposed tracker (LP: #1960211) + + * jammy/linux-lowlatency: 5.15.0-21.21 -proposed tracker (LP: #1960234) + + * Packaging resync (LP: #1786013) + - [Packaging] resync getabis + - [Packaging] update Ubuntu.md + - [Packaging] update variants + - [Packaging] update Ubuntu.md + + * Miscellaneous Ubuntu changes + - [packaging] unhook lowlatency flavours from the build + - Ubuntu-5.15.0-21.21 + - [Packaging] jammy/linux-lowlatency packaging import (derived from + jammy/linux) + - [Packaging] import update.conf + - [Packaging] debian: lowlatency is a suffixless backport, call it + backport_light + - [packaging] remove foreign arches from control.stub.in + - [packaging] don't build source package + + -- Paolo Pisati Mon, 07 Feb 2022 15:16:35 +0100 + +linux-lowlatency (5.15.0-20.20) jammy; urgency=medium + + * jammy/linux: 5.15.0-20.20 -proposed tracker (LP: #1959881) + + * Jammy update: v5.15.19 upstream stable release (LP: #1959879) + - can: m_can: m_can_fifo_{read,write}: don't read or write from/to FIFO if + length is 0 + - net: sfp: ignore disabled SFP node + - net: stmmac: configure PTP clock source prior to PTP initialization + - net: stmmac: skip only stmmac_ptp_register when resume from suspend + - ARM: 9179/1: uaccess: avoid alignment faults in + copy_[from|to]_kernel_nofault + - ARM: 9180/1: Thumb2: align ALT_UP() sections in modules sufficiently + - KVM: arm64: Use shadow SPSR_EL1 when injecting exceptions on !VHE + - s390/hypfs: include z/VM guests with access control group set + - s390/nmi: handle guarded storage validity failures for KVM guests + - s390/nmi: handle vector validity failures for KVM guests + - bpf: Guard against accessing NULL pt_regs in bpf_get_task_stack() + - powerpc32/bpf: Fix codegen for bpf-to-bpf calls + - powerpc/bpf: Update ldimm64 instructions during extra pass + - scsi: zfcp: Fix failed recovery on gone remote port with non-NPIV FCP + devices + - udf: Restore i_lenAlloc when inode expansion fails + - udf: Fix NULL ptr deref when converting from inline format + - efi: runtime: avoid EFIv2 runtime services on Apple x86 machines + - PM: wakeup: simplify the output logic of pm_show_wakelocks() + - tracing/histogram: Fix a potential memory leak for kstrdup() + - tracing: Don't inc err_log entry count if entry allocation fails + - ceph: properly put ceph_string reference after async create attempt + - ceph: set pool_ns in new inode layout for async creates + - fsnotify: fix fsnotify hooks in pseudo filesystems + - Revert "KVM: SVM: avoid infinite loop on NPF from bad address" + - psi: Fix uaf issue when psi trigger is destroyed while being polled + - powerpc/audit: Fix syscall_get_arch() + - perf/x86/intel/uncore: Fix CAS_COUNT_WRITE issue for ICX + - perf/x86/intel: Add a quirk for the calculation of the number of counters on + Alder Lake + - drm/etnaviv: relax submit size limits + - drm/atomic: Add the crtc to affected crtc only if uapi.enable = true + - drm/amd/display: Fix FP start/end for dcn30_internal_validate_bw. + - KVM: LAPIC: Also cancel preemption timer during SET_LAPIC + - KVM: SVM: Never reject emulation due to SMAP errata for !SEV guests + - KVM: SVM: Don't intercept #GP for SEV guests + - KVM: x86: nSVM: skip eax alignment check for non-SVM instructions + - KVM: x86: Forcibly leave nested virt when SMM state is toggled + - KVM: x86: Keep MSR_IA32_XSS unchanged for INIT + - KVM: x86: Update vCPU's runtime CPUID on write to MSR_IA32_XSS + - KVM: x86: Sync the states size with the XCR0/IA32_XSS at, any time + - KVM: PPC: Book3S HV Nested: Fix nested HFSCR being clobbered with multiple + vCPUs + - dm: revert partial fix for redundant bio-based IO accounting + - block: add bio_start_io_acct_time() to control start_time + - dm: properly fix redundant bio-based IO accounting + - serial: pl011: Fix incorrect rs485 RTS polarity on set_mctrl + - serial: 8250: of: Fix mapped region size when using reg-offset property + - serial: stm32: fix software flow control transfer + - tty: n_gsm: fix SW flow control encoding/handling + - tty: Partially revert the removal of the Cyclades public API + - tty: Add support for Brainboxes UC cards. + - kbuild: remove include/linux/cyclades.h from header file check + - usb-storage: Add unusual-devs entry for VL817 USB-SATA bridge + - usb: xhci-plat: fix crash when suspend if remote wake enable + - usb: common: ulpi: Fix crash in ulpi_match() + - usb: gadget: f_sourcesink: Fix isoc transfer for USB_SPEED_SUPER_PLUS + - usb: cdnsp: Fix segmentation fault in cdns_lost_power function + - usb: dwc3: xilinx: Skip resets and USB3 register settings for USB2.0 mode + - usb: dwc3: xilinx: Fix error handling when getting USB3 PHY + - USB: core: Fix hang in usb_kill_urb by adding memory barriers + - usb: typec: tcpci: don't touch CC line if it's Vconn source + - usb: typec: tcpm: Do not disconnect while receiving VBUS off + - usb: typec: tcpm: Do not disconnect when receiving VSAFE0V + - ucsi_ccg: Check DEV_INT bit only when starting CCG4 + - mm, kasan: use compare-exchange operation to set KASAN page tag + - jbd2: export jbd2_journal_[grab|put]_journal_head + - ocfs2: fix a deadlock when commit trans + - sched/membarrier: Fix membarrier-rseq fence command missing from query + bitmask + - PCI/sysfs: Find shadow ROM before static attribute initialization + - x86/MCE/AMD: Allow thresholding interface updates after init + - x86/cpu: Add Xeon Icelake-D to list of CPUs that support PPIN + - powerpc/32s: Allocate one 256k IBAT instead of two consecutives 128k IBATs + - powerpc/32s: Fix kasan_init_region() for KASAN + - powerpc/32: Fix boot failure with GCC latent entropy plugin + - i40e: Increase delay to 1 s after global EMP reset + - i40e: Fix issue when maximum queues is exceeded + - i40e: Fix queues reservation for XDP + - i40e: Fix for failed to init adminq while VF reset + - i40e: fix unsigned stat widths + - usb: roles: fix include/linux/usb/role.h compile issue + - rpmsg: char: Fix race between the release of rpmsg_ctrldev and cdev + - rpmsg: char: Fix race between the release of rpmsg_eptdev and cdev + - scsi: elx: efct: Don't use GFP_KERNEL under spin lock + - scsi: bnx2fc: Flush destroy_work queue before calling bnx2fc_interface_put() + - ipv6_tunnel: Rate limit warning messages + - ARM: 9170/1: fix panic when kasan and kprobe are enabled + - net: fix information leakage in /proc/net/ptype + - hwmon: (lm90) Mark alert as broken for MAX6646/6647/6649 + - hwmon: (lm90) Mark alert as broken for MAX6680 + - ping: fix the sk_bound_dev_if match in ping_lookup + - ipv4: avoid using shared IP generator for connected sockets + - hwmon: (lm90) Reduce maximum conversion rate for G781 + - NFSv4: Handle case where the lookup of a directory fails + - NFSv4: nfs_atomic_open() can race when looking up a non-regular file + - net-procfs: show net devices bound packet types + - drm/msm: Fix wrong size calculation + - drm/msm/dsi: Fix missing put_device() call in dsi_get_phy + - drm/msm/dsi: invalid parameter check in msm_dsi_phy_enable + - ipv6: annotate accesses to fn->fn_sernum + - NFS: Ensure the server has an up to date ctime before hardlinking + - NFS: Ensure the server has an up to date ctime before renaming + - KVM: arm64: pkvm: Use the mm_ops indirection for cache maintenance + - SUNRPC: Use BIT() macro in rpc_show_xprt_state() + - SUNRPC: Don't dereference xprt->snd_task if it's a cookie + - powerpc64/bpf: Limit 'ldbrx' to processors compliant with ISA v2.06 + - netfilter: conntrack: don't increment invalid counter on NF_REPEAT + - powerpc/64s: Mask SRR0 before checking against the masked NIP + - perf: Fix perf_event_read_local() time + - sched/pelt: Relax the sync of util_sum with util_avg + - net: phy: broadcom: hook up soft_reset for BCM54616S + - net: stmmac: dwmac-visconti: Fix bit definitions for ETHER_CLK_SEL + - net: stmmac: dwmac-visconti: Fix clock configuration for RMII mode + - phylib: fix potential use-after-free + - octeontx2-af: Do not fixup all VF action entries + - octeontx2-af: Fix LBK backpressure id count + - octeontx2-af: Retry until RVU block reset complete + - octeontx2-pf: cn10k: Ensure valid pointers are freed to aura + - octeontx2-af: verify CQ context updates + - octeontx2-af: Increase link credit restore polling timeout + - octeontx2-af: cn10k: Do not enable RPM loopback for LPC interfaces + - octeontx2-pf: Forward error codes to VF + - rxrpc: Adjust retransmission backoff + - efi/libstub: arm64: Fix image check alignment at entry + - io_uring: fix bug in slow unregistering of nodes + - Drivers: hv: balloon: account for vmbus packet header in max_pkt_size + - hwmon: (lm90) Re-enable interrupts after alert clears + - hwmon: (lm90) Mark alert as broken for MAX6654 + - hwmon: (lm90) Fix sysfs and udev notifications + - hwmon: (adt7470) Prevent divide by zero in adt7470_fan_write() + - powerpc/perf: Fix power_pmu_disable to call clear_pmi_irq_pending only if + PMI is pending + - ipv4: fix ip option filtering for locally generated fragments + - ibmvnic: Allow extra failures before disabling + - ibmvnic: init ->running_cap_crqs early + - ibmvnic: don't spin in tasklet + - net/smc: Transitional solution for clcsock race issue + - video: hyperv_fb: Fix validation of screen resolution + - can: tcan4x5x: regmap: fix max register value + - drm/msm/hdmi: Fix missing put_device() call in msm_hdmi_get_phy + - drm/msm/dpu: invalid parameter check in dpu_setup_dspp_pcc + - drm/msm/a6xx: Add missing suspend_count increment + - yam: fix a memory leak in yam_siocdevprivate() + - net: cpsw: Properly initialise struct page_pool_params + - net: hns3: handle empty unknown interrupt for VF + - sch_htb: Fail on unsupported parameters when offload is requested + - Revert "drm/ast: Support 1600x900 with 108MHz PCLK" + - KVM: selftests: Don't skip L2's VMCALL in SMM test for SVM guest + - ceph: put the requests/sessions when it fails to alloc memory + - gve: Fix GFP flags when allocing pages + - Revert "ipv6: Honor all IPv6 PIO Valid Lifetime values" + - net: bridge: vlan: fix single net device option dumping + - ipv4: raw: lock the socket in raw_bind() + - ipv4: tcp: send zero IPID in SYNACK messages + - ipv4: remove sparse error in ip_neigh_gw4() + - net: bridge: vlan: fix memory leak in __allowed_ingress + - Bluetooth: refactor malicious adv data check + - irqchip/realtek-rtl: Map control data to virq + - irqchip/realtek-rtl: Fix off-by-one in routing + - dt-bindings: can: tcan4x5x: fix mram-cfg RX FIFO config + - perf/core: Fix cgroup event list management + - psi: fix "no previous prototype" warnings when CONFIG_CGROUPS=n + - psi: fix "defined but not used" warnings when CONFIG_PROC_FS=n + - usb: dwc3: xilinx: fix uninitialized return value + - usr/include/Makefile: add linux/nfc.h to the compile-test coverage + - fsnotify: invalidate dcache before IN_DELETE event + - block: Fix wrong offset in bio_truncate() + - mtd: rawnand: mpc5121: Remove unused variable in ads5121_select_chip() + - Linux 5.15.19 + + * Jammy update: v5.15.18 upstream stable release (LP: #1959878) + - drm/i915: Flush TLBs before releasing backing store + - drm/amd/display: reset dcn31 SMU mailbox on failures + - io_uring: fix not released cached task refs + - bnx2x: Utilize firmware 7.13.21.0 + - bnx2x: Invalidate fastpath HSI version for VFs + - memcg: flush stats only if updated + - memcg: unify memcg stat flushing + - memcg: better bounds on the memcg stats updates + - rcu: Tighten rcu_advance_cbs_nowake() checks + - select: Fix indefinitely sleeping task in poll_schedule_timeout() + - drm/amdgpu: Use correct VIEWPORT_DIMENSION for DCN2 + - arm64/bpf: Remove 128MB limit for BPF JIT programs + - Linux 5.15.18 + + * CVE-2022-22942 + - SAUCE: drm/vmwgfx: Fix stale file descriptors on failed usercopy + + * CVE-2022-24122 + - ucount: Make get_ucount a safe get_user replacement + + * CVE-2022-23222 + - bpf, selftests: Add verifier test for mem_or_null register with offset. + + * Miscellaneous Ubuntu changes + - [Config] toolchain version update + + * Miscellaneous upstream changes + - s390/module: fix loading modules with a lot of relocations + + -- Paolo Pisati Thu, 03 Feb 2022 12:09:37 +0100 + +linux (5.15.0-19.19) jammy; urgency=medium + + * jammy/linux: 5.15.0-19.19 -proposed tracker (LP: #1959418) + + * Packaging resync (LP: #1786013) + - debian/dkms-versions -- update from kernel-versions (main/master) + + * Jammy update: v5.15.17 upstream stable release (LP: #1959376) + - KVM: x86/mmu: Fix write-protection of PTs mapped by the TDP MMU + - KVM: VMX: switch blocked_vcpu_on_cpu_lock to raw spinlock + - HID: Ignore battery for Elan touchscreen on HP Envy X360 15t-dr100 + - HID: uhid: Fix worker destroying device without any protection + - HID: wacom: Reset expected and received contact counts at the same time + - HID: wacom: Ignore the confidence flag when a touch is removed + - HID: wacom: Avoid using stale array indicies to read contact count + - ALSA: core: Fix SSID quirk lookup for subvendor=0 + - f2fs: fix to do sanity check on inode type during garbage collection + - f2fs: fix to do sanity check in is_alive() + - f2fs: avoid EINVAL by SBI_NEED_FSCK when pinning a file + - nfc: llcp: fix NULL error pointer dereference on sendmsg() after failed + bind() + - mtd: rawnand: gpmi: Add ERR007117 protection for nfc_apply_timings + - mtd: rawnand: gpmi: Remove explicit default gpmi clock setting for i.MX6 + - mtd: Fixed breaking list in __mtd_del_partition. + - mtd: rawnand: davinci: Don't calculate ECC when reading page + - mtd: rawnand: davinci: Avoid duplicated page read + - mtd: rawnand: davinci: Rewrite function description + - mtd: rawnand: Export nand_read_page_hwecc_oob_first() + - mtd: rawnand: ingenic: JZ4740 needs 'oob_first' read page function + - riscv: Get rid of MAXPHYSMEM configs + - RISC-V: Use common riscv_cpuid_to_hartid_mask() for both SMP=y and SMP=n + - riscv: try to allocate crashkern region from 32bit addressible memory + - riscv: Don't use va_pa_offset on kdump + - riscv: use hart id instead of cpu id on machine_kexec + - riscv: mm: fix wrong phys_ram_base value for RV64 + - x86/gpu: Reserve stolen memory for first integrated Intel GPU + - tools/nolibc: x86-64: Fix startup code bug + - crypto: x86/aesni - don't require alignment of data + - tools/nolibc: i386: fix initial stack alignment + - tools/nolibc: fix incorrect truncation of exit code + - rtc: cmos: take rtc_lock while reading from CMOS + - net: phy: marvell: add Marvell specific PHY loopback + - ksmbd: uninitialized variable in create_socket() + - ksmbd: fix guest connection failure with nautilus + - ksmbd: add support for smb2 max credit parameter + - ksmbd: move credit charge deduction under processing request + - ksmbd: limits exceeding the maximum allowable outstanding requests + - ksmbd: add reserved room in ipc request/response + - media: cec: fix a deadlock situation + - media: ov8865: Disable only enabled regulators on error path + - media: v4l2-ioctl.c: readbuffers depends on V4L2_CAP_READWRITE + - media: flexcop-usb: fix control-message timeouts + - media: mceusb: fix control-message timeouts + - media: em28xx: fix control-message timeouts + - media: cpia2: fix control-message timeouts + - media: s2255: fix control-message timeouts + - media: dib0700: fix undefined behavior in tuner shutdown + - media: redrat3: fix control-message timeouts + - media: pvrusb2: fix control-message timeouts + - media: stk1160: fix control-message timeouts + - media: cec-pin: fix interrupt en/disable handling + - can: softing_cs: softingcs_probe(): fix memleak on registration failure + - mei: hbm: fix client dma reply status + - iio: adc: ti-adc081c: Partial revert of removal of ACPI IDs + - iio: trigger: Fix a scheduling whilst atomic issue seen on tsc2046 + - lkdtm: Fix content of section containing lkdtm_rodata_do_nothing() + - bus: mhi: pci_generic: Graceful shutdown on freeze + - bus: mhi: core: Fix reading wake_capable channel configuration + - bus: mhi: core: Fix race while handling SYS_ERR at power up + - cxl/pmem: Fix reference counting for delayed work + - arm64: errata: Fix exec handling in erratum 1418040 workaround + - ARM: dts: at91: update alternate function of signal PD20 + - iommu/io-pgtable-arm-v7s: Add error handle for page table allocation failure + - gpu: host1x: Add back arm_iommu_detach_device() + - drm/tegra: Add back arm_iommu_detach_device() + - virtio/virtio_mem: handle a possible NULL as a memcpy parameter + - dma_fence_array: Fix PENDING_ERROR leak in dma_fence_array_signaled() + - PCI: Add function 1 DMA alias quirk for Marvell 88SE9125 SATA controller + - mm_zone: add function to check if managed dma zone exists + - dma/pool: create dma atomic pool only if dma zone has managed pages + - mm/page_alloc.c: do not warn allocation failure on zone DMA if no managed + pages + - shmem: fix a race between shmem_unused_huge_shrink and shmem_evict_inode + - drm/ttm: Put BO in its memory manager's lru list + - Bluetooth: L2CAP: Fix not initializing sk_peer_pid + - drm/bridge: display-connector: fix an uninitialized pointer in probe() + - drm: fix null-ptr-deref in drm_dev_init_release() + - drm/panel: kingdisplay-kd097d04: Delete panel on attach() failure + - drm/panel: innolux-p079zca: Delete panel on attach() failure + - drm/rockchip: dsi: Fix unbalanced clock on probe error + - drm/rockchip: dsi: Hold pm-runtime across bind/unbind + - drm/rockchip: dsi: Disable PLL clock on bind error + - drm/rockchip: dsi: Reconfigure hardware on resume() + - Bluetooth: virtio_bt: fix memory leak in virtbt_rx_handle() + - Bluetooth: cmtp: fix possible panic when cmtp_init_sockets() fails + - clk: bcm-2835: Pick the closest clock rate + - clk: bcm-2835: Remove rounding up the dividers + - drm/vc4: hdmi: Set a default HSM rate + - drm/vc4: hdmi: Move the HSM clock enable to runtime_pm + - drm/vc4: hdmi: Make sure the controller is powered in detect + - drm/vc4: hdmi: Make sure the controller is powered up during bind + - drm/vc4: hdmi: Rework the pre_crtc_configure error handling + - drm/vc4: crtc: Make sure the HDMI controller is powered when disabling + - wcn36xx: ensure pairing of init_scan/finish_scan and start_scan/end_scan + - wcn36xx: Indicate beacon not connection loss on MISSED_BEACON_IND + - drm/vc4: hdmi: Enable the scrambler on reconnection + - libbpf: Free up resources used by inner map definition + - wcn36xx: Fix DMA channel enable/disable cycle + - wcn36xx: Release DMA channel descriptor allocations + - wcn36xx: Put DXE block into reset before freeing memory + - wcn36xx: populate band before determining rate on RX + - wcn36xx: fix RX BD rate mapping for 5GHz legacy rates + - ath11k: Send PPDU_STATS_CFG with proper pdev mask to firmware + - bpftool: Fix memory leak in prog_dump() + - mtd: hyperbus: rpc-if: Check return value of rpcif_sw_init() + - media: videobuf2: Fix the size printk format + - media: atomisp: add missing media_device_cleanup() in + atomisp_unregister_entities() + - media: atomisp: fix punit_ddr_dvfs_enable() argument for mrfld_power up case + - media: atomisp: fix inverted logic in buffers_needed() + - media: atomisp: do not use err var when checking port validity for ISP2400 + - media: atomisp: fix inverted error check for + ia_css_mipi_is_source_port_valid() + - media: atomisp: fix ifdefs in sh_css.c + - media: atomisp: add NULL check for asd obtained from atomisp_video_pipe + - media: atomisp: fix enum formats logic + - media: atomisp: fix uninitialized bug in gmin_get_pmic_id_and_addr() + - media: aspeed: fix mode-detect always time out at 2nd run + - media: em28xx: fix memory leak in em28xx_init_dev + - media: aspeed: Update signal status immediately to ensure sane hw state + - arm64: dts: amlogic: meson-g12: Fix GPU operating point table node name + - arm64: dts: amlogic: Fix SPI NOR flash node name for ODROID N2/N2+ + - arm64: dts: meson-gxbb-wetek: fix HDMI in early boot + - arm64: dts: meson-gxbb-wetek: fix missing GPIO binding + - fs: dlm: don't call kernel_getpeername() in error_report() + - memory: renesas-rpc-if: Return error in case devm_ioremap_resource() fails + - Bluetooth: stop proccessing malicious adv data + - ath11k: Fix ETSI regd with weather radar overlap + - ath11k: clear the keys properly via DISABLE_KEY + - ath11k: reset RSN/WPA present state for open BSS + - spi: hisi-kunpeng: Fix the debugfs directory name incorrect + - tee: fix put order in teedev_close_context() + - fs: dlm: fix build with CONFIG_IPV6 disabled + - drm/dp: Don't read back backlight mode in drm_edp_backlight_enable() + - drm/vboxvideo: fix a NULL vs IS_ERR() check + - arm64: dts: renesas: cat875: Add rx/tx delays + - media: dmxdev: fix UAF when dvb_register_device() fails + - crypto: atmel-aes - Reestablish the correct tfm context at dequeue + - crypto: qce - fix uaf on qce_aead_register_one + - crypto: qce - fix uaf on qce_ahash_register_one + - crypto: qce - fix uaf on qce_skcipher_register_one + - arm64: dts: qcom: sc7280: Fix incorrect clock name + - mtd: hyperbus: rpc-if: fix bug in rpcif_hb_remove + - cpufreq: qcom-cpufreq-hw: Update offline CPUs per-cpu thermal pressure + - cpufreq: qcom-hw: Fix probable nested interrupt handling + - ARM: dts: stm32: fix dtbs_check warning on ili9341 dts binding on stm32f429 + disco + - libbpf: Fix potential misaligned memory access in btf_ext__new() + - libbpf: Fix glob_syms memory leak in bpf_linker + - libbpf: Fix using invalidated memory in bpf_linker + - crypto: qat - remove unnecessary collision prevention step in PFVF + - crypto: qat - make pfvf send message direction agnostic + - crypto: qat - fix undetected PFVF timeout in ACK loop + - ath11k: Use host CE parameters for CE interrupts configuration + - arm64: dts: ti: k3-j721e: correct cache-sets info + - tty: serial: atmel: Check return code of dmaengine_submit() + - tty: serial: atmel: Call dma_async_issue_pending() + - mfd: atmel-flexcom: Remove #ifdef CONFIG_PM_SLEEP + - mfd: atmel-flexcom: Use .resume_noirq + - bfq: Do not let waker requests skip proper accounting + - libbpf: Silence uninitialized warning/error in btf_dump_dump_type_data + - media: i2c: imx274: fix s_frame_interval runtime resume not requested + - media: i2c: Re-order runtime pm initialisation + - media: i2c: ov8865: Fix lockdep error + - media: rcar-csi2: Correct the selection of hsfreqrange + - media: imx-pxp: Initialize the spinlock prior to using it + - media: si470x-i2c: fix possible memory leak in si470x_i2c_probe() + - media: mtk-vcodec: call v4l2_m2m_ctx_release first when file is released + - media: hantro: Hook up RK3399 JPEG encoder output + - media: coda: fix CODA960 JPEG encoder buffer overflow + - media: venus: correct low power frequency calculation for encoder + - media: venus: core: Fix a potential NULL pointer dereference in an error + handling path + - media: venus: core: Fix a resource leak in the error handling path of + 'venus_probe()' + - net: stmmac: Add platform level debug register dump feature + - thermal/drivers/imx: Implement runtime PM support + - igc: AF_XDP zero-copy metadata adjust breaks SKBs on XDP_PASS + - netfilter: bridge: add support for pppoe filtering + - powerpc: Avoid discarding flags in system_call_exception() + - arm64: dts: qcom: msm8916: fix MMC controller aliases + - drm/vmwgfx: Remove the deprecated lower mem limit + - drm/vmwgfx: Fail to initialize on broken configs + - cgroup: Trace event cgroup id fields should be u64 + - ACPI: EC: Rework flushing of EC work while suspended to idle + - thermal/drivers/imx8mm: Enable ADC when enabling monitor + - drm/amdgpu: Fix a NULL pointer dereference in + amdgpu_connector_lcd_native_mode() + - drm/radeon/radeon_kms: Fix a NULL pointer dereference in + radeon_driver_open_kms() + - libbpf: Clean gen_loader's attach kind. + - crypto: caam - save caam memory to support crypto engine retry mechanism. + - arm64: dts: ti: k3-am642: Fix the L2 cache sets + - arm64: dts: ti: k3-j7200: Fix the L2 cache sets + - arm64: dts: ti: k3-j721e: Fix the L2 cache sets + - arm64: dts: ti: k3-j7200: Correct the d-cache-sets info + - tty: serial: uartlite: allow 64 bit address + - serial: amba-pl011: do not request memory region twice + - mtd: core: provide unique name for nvmem device + - floppy: Fix hang in watchdog when disk is ejected + - staging: rtl8192e: return error code from rtllib_softmac_init() + - staging: rtl8192e: rtllib_module: fix error handle case in alloc_rtllib() + - Bluetooth: btmtksdio: fix resume failure + - bpf: Fix the test_task_vma selftest to support output shorter than 1 kB + - sched/fair: Fix detection of per-CPU kthreads waking a task + - sched/fair: Fix per-CPU kthread and wakee stacking for asym CPU capacity + - bpf: Adjust BTF log size limit. + - bpf: Disallow BPF_LOG_KERNEL log level for bpf(BPF_BTF_LOAD) + - bpf: Remove config check to enable bpf support for branch records + - arm64: clear_page() shouldn't use DC ZVA when DCZID_EL0.DZP == 1 + - arm64: mte: DC {GVA,GZVA} shouldn't be used when DCZID_EL0.DZP == 1 + - samples/bpf: Install libbpf headers when building + - samples/bpf: Clean up samples/bpf build failes + - samples: bpf: Fix xdp_sample_user.o linking with Clang + - samples: bpf: Fix 'unknown warning group' build warning on Clang + - media: dib8000: Fix a memleak in dib8000_init() + - media: saa7146: mxb: Fix a NULL pointer dereference in mxb_attach() + - media: si2157: Fix "warm" tuner state detection + - wireless: iwlwifi: Fix a double free in iwl_txq_dyn_alloc_dma + - sched/rt: Try to restart rt period timer when rt runtime exceeded + - ath10k: Fix the MTU size on QCA9377 SDIO + - Bluetooth: refactor set_exp_feature with a feature table + - Bluetooth: MGMT: Use hci_dev_test_and_{set,clear}_flag + - drm/amd/display: Fix bug in debugfs crc_win_update entry + - drm/msm/gpu: Don't allow zero fence_id + - drm/msm/dp: displayPort driver need algorithm rational + - rcu/exp: Mark current CPU as exp-QS in IPI loop second pass + - wcn36xx: Fix max channels retrieval + - drm/msm/dsi: fix initialization in the bonded DSI case + - mwifiex: Fix possible ABBA deadlock + - xfrm: fix a small bug in xfrm_sa_len() + - x86/uaccess: Move variable into switch case statement + - selftests: clone3: clone3: add case CLONE3_ARGS_NO_TEST + - selftests: harness: avoid false negatives if test has no ASSERTs + - crypto: stm32/cryp - fix CTR counter carry + - crypto: stm32/cryp - fix xts and race condition in crypto_engine requests + - crypto: stm32/cryp - check early input data + - crypto: stm32/cryp - fix double pm exit + - crypto: stm32/cryp - fix lrw chaining mode + - crypto: stm32/cryp - fix bugs and crash in tests + - crypto: stm32 - Revert broken pm_runtime_resume_and_get changes + - crypto: hisilicon/qm - fix incorrect return value of hisi_qm_resume() + - ath11k: Fix deleting uninitialized kernel timer during fragment cache flush + - spi: Fix incorrect cs_setup delay handling + - ARM: dts: gemini: NAS4220-B: fis-index-block with 128 KiB sectors + - perf/arm-cmn: Fix CPU hotplug unregistration + - media: dw2102: Fix use after free + - media: msi001: fix possible null-ptr-deref in msi001_probe() + - media: coda/imx-vdoa: Handle dma_set_coherent_mask error codes + - ath11k: Fix a NULL pointer dereference in ath11k_mac_op_hw_scan() + - net: dsa: hellcreek: Fix insertion of static FDB entries + - net: dsa: hellcreek: Add STP forwarding rule + - net: dsa: hellcreek: Allow PTP P2P measurements on blocked ports + - net: dsa: hellcreek: Add missing PTP via UDP rules + - arm64: dts: qcom: c630: Fix soundcard setup + - arm64: dts: qcom: ipq6018: Fix gpio-ranges property + - drm/msm/dpu: fix safe status debugfs file + - drm/bridge: ti-sn65dsi86: Set max register for regmap + - gpu: host1x: select CONFIG_DMA_SHARED_BUFFER + - drm/tegra: gr2d: Explicitly control module reset + - drm/tegra: vic: Fix DMA API misuse + - media: hantro: Fix probe func error path + - xfrm: interface with if_id 0 should return error + - xfrm: state and policy should fail if XFRMA_IF_ID 0 + - ARM: 9159/1: decompressor: Avoid UNPREDICTABLE NOP encoding + - usb: ftdi-elan: fix memory leak on device disconnect + - arm64: dts: marvell: cn9130: add GPIO and SPI aliases + - arm64: dts: marvell: cn9130: enable CP0 GPIO controllers + - ARM: dts: armada-38x: Add generic compatible to UART nodes + - mt76: mt7921: drop offload_flags overwritten + - wilc1000: fix double free error in probe() + - rtw88: add quirk to disable pci caps on HP 250 G7 Notebook PC + - iwlwifi: mvm: fix 32-bit build in FTM + - iwlwifi: mvm: test roc running status bits before removing the sta + - iwlwifi: mvm: perform 6GHz passive scan after suspend + - iwlwifi: mvm: set protected flag only for NDP ranging + - mmc: meson-mx-sdhc: add IRQ check + - mmc: meson-mx-sdio: add IRQ check + - block: fix error unwinding in device_add_disk + - selinux: fix potential memleak in selinux_add_opt() + - um: fix ndelay/udelay defines + - um: rename set_signals() to um_set_signals() + - um: virt-pci: Fix 32-bit compile + - lib/logic_iomem: Fix 32-bit build + - lib/logic_iomem: Fix operation on 32-bit + - um: virtio_uml: Fix time-travel external time propagation + - Bluetooth: L2CAP: Fix using wrong mode + - bpftool: Enable line buffering for stdout + - backlight: qcom-wled: Validate enabled string indices in DT + - backlight: qcom-wled: Pass number of elements to read to read_u32_array + - backlight: qcom-wled: Fix off-by-one maximum with default num_strings + - backlight: qcom-wled: Override default length with qcom,enabled-strings + - backlight: qcom-wled: Use cpu_to_le16 macro to perform conversion + - backlight: qcom-wled: Respect enabled-strings in set_brightness + - software node: fix wrong node passed to find nargs_prop + - Bluetooth: hci_qca: Stop IBS timer during BT OFF + - x86/boot/compressed: Move CLANG_FLAGS to beginning of KBUILD_CFLAGS + - crypto: octeontx2 - prevent underflow in get_cores_bmap() + - regulator: qcom-labibb: OCP interrupts are not a failure while disabled + - hwmon: (mr75203) fix wrong power-up delay value + - x86/mce/inject: Avoid out-of-bounds write when setting flags + - io_uring: remove double poll on poll update + - serial: 8250_bcm7271: Propagate error codes from brcmuart_probe() + - ACPI: scan: Create platform device for BCM4752 and LNV4752 ACPI nodes + - pcmcia: rsrc_nonstatic: Fix a NULL pointer dereference in + __nonstatic_find_io_region() + - pcmcia: rsrc_nonstatic: Fix a NULL pointer dereference in + nonstatic_find_mem_region() + - power: reset: mt6397: Check for null res pointer + - net/xfrm: IPsec tunnel mode fix inner_ipproto setting in sec_path + - net: ethernet: mtk_eth_soc: fix return values and refactor MDIO ops + - net: dsa: fix incorrect function pointer check for MRP ring roles + - netfilter: ipt_CLUSTERIP: fix refcount leak in clusterip_tg_check() + - bpf, sockmap: Fix return codes from tcp_bpf_recvmsg_parser() + - bpf, sockmap: Fix double bpf_prog_put on error case in map_link + - bpf: Don't promote bogus looking registers after null check. + - bpf: Fix verifier support for validation of async callbacks + - bpf: Fix SO_RCVBUF/SO_SNDBUF handling in _bpf_setsockopt(). + - netfilter: nft_payload: do not update layer 4 checksum when mangling + fragments + - netfilter: nft_set_pipapo: allocate pcpu scratch maps on clone + - net: fix SOF_TIMESTAMPING_BIND_PHC to work with multiple sockets + - ppp: ensure minimum packet size in ppp_write() + - rocker: fix a sleeping in atomic bug + - staging: greybus: audio: Check null pointer + - fsl/fman: Check for null pointer after calling devm_ioremap + - Bluetooth: hci_bcm: Check for error irq + - Bluetooth: hci_qca: Fix NULL vs IS_ERR_OR_NULL check in qca_serdev_probe + - net/smc: Reset conn->lgr when link group registration fails + - usb: dwc3: qcom: Fix NULL vs IS_ERR checking in dwc3_qcom_probe + - usb: dwc2: do not gate off the hardware if it does not support clock gating + - usb: dwc2: gadget: initialize max_speed from params + - usb: gadget: u_audio: Subdevice 0 for capture ctls + - HID: hid-uclogic-params: Invalid parameter check in uclogic_params_init + - HID: hid-uclogic-params: Invalid parameter check in + uclogic_params_get_str_desc + - HID: hid-uclogic-params: Invalid parameter check in + uclogic_params_huion_init + - HID: hid-uclogic-params: Invalid parameter check in + uclogic_params_frame_init_v1_buttonpad + - debugfs: lockdown: Allow reading debugfs files that are not world readable + - drivers/firmware: Add missing platform_device_put() in sysfb_create_simplefb + - serial: liteuart: fix MODULE_ALIAS + - serial: stm32: move tx dma terminate DMA to shutdown + - x86, sched: Fix undefined reference to init_freq_invariance_cppc() build + error + - net/mlx5e: Fix page DMA map/unmap attributes + - net/mlx5e: Fix wrong usage of fib_info_nh when routes with nexthop objects + are used + - net/mlx5e: Don't block routes with nexthop objects in SW + - Revert "net/mlx5e: Block offload of outer header csum for UDP tunnels" + - Revert "net/mlx5e: Block offload of outer header csum for GRE tunnel" + - net/mlx5e: Fix matching on modified inner ip_ecn bits + - net/mlx5: Fix access to sf_dev_table on allocation failure + - net/mlx5e: Sync VXLAN udp ports during uplink representor profile change + - net/mlx5: Set command entry semaphore up once got index free + - lib/mpi: Add the return value check of kcalloc() + - Bluetooth: L2CAP: uninitialized variables in l2cap_sock_setsockopt() + - mptcp: fix per socket endpoint accounting + - mptcp: fix opt size when sending DSS + MP_FAIL + - mptcp: fix a DSS option writing error + - spi: spi-meson-spifc: Add missing pm_runtime_disable() in meson_spifc_probe + - octeontx2-af: Increment ptp refcount before use + - ax25: uninitialized variable in ax25_setsockopt() + - netrom: fix api breakage in nr_setsockopt() + - regmap: Call regmap_debugfs_exit() prior to _init() + - net: mscc: ocelot: fix incorrect balancing with down LAG ports + - can: mcp251xfd: add missing newline to printed strings + - tpm: add request_locality before write TPM_INT_ENABLE + - tpm_tis: Fix an error handling path in 'tpm_tis_core_init()' + - can: softing: softing_startstop(): fix set but not used variable warning + - can: xilinx_can: xcan_probe(): check for error irq + - can: rcar_canfd: rcar_canfd_channel_probe(): make sure we free CAN network + device + - pcmcia: fix setting of kthread task states + - net/sched: flow_dissector: Fix matching on zone id for invalid conns + - net: openvswitch: Fix matching zone id for invalid conns arriving from tc + - net: openvswitch: Fix ct_state nat flags for conns arriving from tc + - iwlwifi: mvm: Use div_s64 instead of do_div in iwl_mvm_ftm_rtt_smoothing() + - bnxt_en: Refactor coredump functions + - bnxt_en: move coredump functions into dedicated file + - bnxt_en: use firmware provided max timeout for messages + - net: mcs7830: handle usb read errors properly + - ext4: avoid trim error on fs with small groups + - ASoC: Intel: sof_sdw: fix jack detection on HP Spectre x360 convertible + - ALSA: jack: Add missing rwsem around snd_ctl_remove() calls + - ALSA: PCM: Add missing rwsem around snd_ctl_remove() calls + - ALSA: hda: Add missing rwsem around snd_ctl_remove() calls + - ALSA: hda: Fix potential deadlock at codec unbinding + - RDMA/bnxt_re: Scan the whole bitmap when checking if "disabling RCFW with + pending cmd-bit" + - RDMA/hns: Validate the pkey index + - scsi: pm80xx: Update WARN_ON check in pm8001_mpi_build_cmd() + - clk: renesas: rzg2l: Check return value of pm_genpd_init() + - clk: renesas: rzg2l: propagate return value of_genpd_add_provider_simple() + - clk: imx8mn: Fix imx8mn_clko1_sels + - powerpc/prom_init: Fix improper check of prom_getprop() + - ASoC: uniphier: drop selecting non-existing SND_SOC_UNIPHIER_AIO_DMA + - ASoC: codecs: wcd938x: add SND_SOC_WCD938_SDW to codec list instead + - RDMA/rtrs-clt: Fix the initial value of min_latency + - ALSA: hda: Make proper use of timecounter + - dt-bindings: thermal: Fix definition of cooling-maps contribution property + - powerpc/perf: Fix PMU callbacks to clear pending PMI before resetting an + overflown PMC + - powerpc/modules: Don't WARN on first module allocation attempt + - powerpc/32s: Fix shift-out-of-bounds in KASAN init + - clocksource: Avoid accidental unstable marking of clocksources + - ALSA: oss: fix compile error when OSS_DEBUG is enabled + - ALSA: usb-audio: Drop superfluous '0' in Presonus Studio 1810c's ID + - misc: at25: Make driver OF independent again + - char/mwave: Adjust io port register size + - binder: fix handling of error during copy + - binder: avoid potential data leakage when copying txn + - openrisc: Add clone3 ABI wrapper + - iommu: Extend mutex lock scope in iommu_probe_device() + - iommu/io-pgtable-arm: Fix table descriptor paddr formatting + - scsi: core: Fix scsi_device_max_queue_depth() + - scsi: ufs: Fix race conditions related to driver data + - RDMA/qedr: Fix reporting max_{send/recv}_wr attrs + - PCI/MSI: Fix pci_irq_vector()/pci_irq_get_affinity() + - powerpc/powermac: Add additional missing lockdep_register_key() + - iommu/arm-smmu-qcom: Fix TTBR0 read + - RDMA/core: Let ib_find_gid() continue search even after empty entry + - RDMA/cma: Let cma_resolve_ib_dev() continue search even after empty entry + - ASoC: rt5663: Handle device_property_read_u32_array error codes + - of: unittest: fix warning on PowerPC frame size warning + - of: unittest: 64 bit dma address test requires arch support + - clk: stm32: Fix ltdc's clock turn off by clk_disable_unused() after system + enter shell + - mips: add SYS_HAS_CPU_MIPS64_R5 config for MIPS Release 5 support + - mips: fix Kconfig reference to PHYS_ADDR_T_64BIT + - dmaengine: pxa/mmp: stop referencing config->slave_id + - iommu/amd: Restore GA log/tail pointer on host resume + - iommu/amd: X2apic mode: re-enable after resume + - iommu/amd: X2apic mode: setup the INTX registers on mask/unmask + - iommu/amd: X2apic mode: mask/unmask interrupts on suspend/resume + - iommu/amd: Remove useless irq affinity notifier + - ASoC: Intel: catpt: Test dmaengine_submit() result before moving on + - iommu/iova: Fix race between FQ timeout and teardown + - ASoC: mediatek: mt8195: correct default value + - of: fdt: Aggregate the processing of "linux,usable-memory-range" + - efi: apply memblock cap after memblock_add() + - scsi: block: pm: Always set request queue runtime active in + blk_post_runtime_resume() + - phy: uniphier-usb3ss: fix unintended writing zeros to PHY register + - ASoC: mediatek: Check for error clk pointer + - powerpc/64s: Mask NIP before checking against SRR0 + - powerpc/64s: Use EMIT_WARN_ENTRY for SRR debug warnings + - phy: cadence: Sierra: Fix to get correct parent for mux clocks + - ASoC: samsung: idma: Check of ioremap return value + - misc: lattice-ecp3-config: Fix task hung when firmware load failed + - ASoC: mediatek: mt8195: correct pcmif BE dai control flow + - arm64: tegra: Remove non existent Tegra194 reset + - mips: lantiq: add support for clk_set_parent() + - mips: bcm63xx: add support for clk_set_parent() + - powerpc/xive: Add missing null check after calling kmalloc + - ASoC: fsl_mqs: fix MODULE_ALIAS + - ALSA: hda/cs8409: Increase delay during jack detection + - ALSA: hda/cs8409: Fix Jack detection after resume + - RDMA/cxgb4: Set queue pair state when being queried + - clk: qcom: gcc-sc7280: Mark gcc_cfg_noc_lpass_clk always enabled + - ASoC: imx-card: Need special setting for ak4497 on i.MX8MQ + - ASoC: imx-card: Fix mclk calculation issue for akcodec + - ASoC: imx-card: improve the sound quality for low rate + - ASoC: fsl_asrc: refine the check of available clock divider + - clk: bm1880: remove kfrees on static allocations + - of: base: Fix phandle argument length mismatch error message + - of/fdt: Don't worry about non-memory region overlap for no-map + - MIPS: boot/compressed/: add __ashldi3 to target for ZSTD compression + - MIPS: compressed: Fix build with ZSTD compression + - mailbox: fix gce_num of mt8192 driver data + - ARM: dts: omap3-n900: Fix lp5523 for multi color + - leds: lp55xx: initialise output direction from dts + - Bluetooth: Fix debugfs entry leak in hci_register_dev() + - Bluetooth: Fix memory leak of hci device + - drm/panel: Delete panel on mipi_dsi_attach() failure + - Bluetooth: Fix removing adv when processing cmd complete + - fs: dlm: filter user dlm messages for kernel locks + - drm/lima: fix warning when CONFIG_DEBUG_SG=y & CONFIG_DMA_API_DEBUG=y + - selftests/bpf: Fix memory leaks in btf_type_c_dump() helper + - selftests/bpf: Destroy XDP link correctly + - selftests/bpf: Fix bpf_object leak in skb_ctx selftest + - ar5523: Fix null-ptr-deref with unexpected WDCMSG_TARGET_START reply + - drm/bridge: dw-hdmi: handle ELD when DRM_BRIDGE_ATTACH_NO_CONNECTOR + - drm/nouveau/pmu/gm200-: avoid touching PMU outside of DEVINIT/PREOS/ACR + - media: atomisp: fix try_fmt logic + - media: atomisp: set per-device's default mode + - media: atomisp-ov2680: Fix ov2680_set_fmt() clobbering the exposure + - media: atomisp: check before deference asd variable + - ARM: shmobile: rcar-gen2: Add missing of_node_put() + - batman-adv: allow netlink usage in unprivileged containers + - media: atomisp: handle errors at sh_css_create_isp_params() + - ath11k: Fix crash caused by uninitialized TX ring + - usb: dwc3: meson-g12a: fix shared reset control use + - USB: ehci_brcm_hub_control: Improve port index sanitizing + - usb: gadget: f_fs: Use stream_open() for endpoint files + - psi: Fix PSI_MEM_FULL state when tasks are in memstall and doing reclaim + - drm: panel-orientation-quirks: Add quirk for the Lenovo Yoga Book X91F/L + - HID: magicmouse: Report battery level over USB + - HID: apple: Do not reset quirks when the Fn key is not found + - media: b2c2: Add missing check in flexcop_pci_isr: + - libbpf: Accommodate DWARF/compiler bug with duplicated structs + - ethernet: renesas: Use div64_ul instead of do_div + - EDAC/synopsys: Use the quirk for version instead of ddr version + - arm64: dts: qcom: sm8350: Shorten camera-thermal-bottom name + - soc: imx: gpcv2: Synchronously suspend MIX domains + - ARM: imx: rename DEBUG_IMX21_IMX27_UART to DEBUG_IMX27_UART + - drm/amd/display: check top_pipe_to_program pointer + - drm/amdgpu/display: set vblank_disable_immediate for DC + - soc: ti: pruss: fix referenced node in error message + - mlxsw: pci: Add shutdown method in PCI driver + - drm/amd/display: add else to avoid double destroy clk_mgr + - drm/bridge: megachips: Ensure both bridges are probed before registration + - mxser: keep only !tty test in ISR + - tty: serial: imx: disable UCR4_OREN in .stop_rx() instead of .shutdown() + - gpiolib: acpi: Do not set the IRQ type if the IRQ is already in use + - HSI: core: Fix return freed object in hsi_new_client + - crypto: jitter - consider 32 LSB for APT + - mwifiex: Fix skb_over_panic in mwifiex_usb_recv() + - rsi: Fix use-after-free in rsi_rx_done_handler() + - rsi: Fix out-of-bounds read in rsi_read_pkt() + - ath11k: Avoid NULL ptr access during mgmt tx cleanup + - media: venus: avoid calling core_clk_setrate() concurrently during + concurrent video sessions + - regulator: da9121: Prevent current limit change when enabled + - drm/vmwgfx: Release ttm memory if probe fails + - drm/vmwgfx: Introduce a new placement for MOB page tables + - ACPI / x86: Drop PWM2 device on Lenovo Yoga Book from always present table + - ACPI: Change acpi_device_always_present() into acpi_device_override_status() + - ACPI / x86: Allow specifying acpi_device_override_status() quirks by path + - ACPI / x86: Add not-present quirk for the PCI0.SDHB.BRC1 device on the GPD + win + - arm64: dts: ti: j7200-main: Fix 'dtbs_check' serdes_ln_ctrl node + - arm64: dts: ti: j721e-main: Fix 'dtbs_check' in serdes_ln_ctrl node + - usb: uhci: add aspeed ast2600 uhci support + - floppy: Add max size check for user space request + - x86/mm: Flush global TLB when switching to trampoline page-table + - drm: rcar-du: Fix CRTC timings when CMM is used + - media: uvcvideo: Increase UVC_CTRL_CONTROL_TIMEOUT to 5 seconds. + - media: rcar-vin: Update format alignment constraints + - media: saa7146: hexium_orion: Fix a NULL pointer dereference in + hexium_attach() + - media: atomisp: fix "variable dereferenced before check 'asd'" + - media: m920x: don't use stack on USB reads + - thunderbolt: Runtime PM activate both ends of the device link + - arm64: dts: renesas: Fix thermal bindings + - iwlwifi: mvm: synchronize with FW after multicast commands + - iwlwifi: mvm: avoid clearing a just saved session protection id + - rcutorture: Avoid soft lockup during cpu stall + - ath11k: avoid deadlock by change ieee80211_queue_work for regd_update_work + - ath10k: Fix tx hanging + - net-sysfs: update the queue counts in the unregistration path + - net: phy: prefer 1000baseT over 1000baseKX + - gpio: aspeed: Convert aspeed_gpio.lock to raw_spinlock + - gpio: aspeed-sgpio: Convert aspeed_sgpio.lock to raw_spinlock + - selftests/ftrace: make kprobe profile testcase description unique + - ath11k: Avoid false DEADLOCK warning reported by lockdep + - ARM: dts: qcom: sdx55: fix IPA interconnect definitions + - x86/mce: Allow instrumentation during task work queueing + - x86/mce: Mark mce_panic() noinstr + - x86/mce: Mark mce_end() noinstr + - x86/mce: Mark mce_read_aux() noinstr + - net: bonding: debug: avoid printing debug logs when bond is not notifying + peers + - kunit: Don't crash if no parameters are generated + - bpf: Do not WARN in bpf_warn_invalid_xdp_action() + - drm/amdkfd: Fix error handling in svm_range_add + - HID: quirks: Allow inverting the absolute X/Y values + - HID: i2c-hid-of: Expose the touchscreen-inverted properties + - media: igorplugusb: receiver overflow should be reported + - media: rockchip: rkisp1: use device name for debugfs subdir name + - media: saa7146: hexium_gemini: Fix a NULL pointer dereference in + hexium_attach() + - mmc: tmio: reinit card irqs in reset routine + - mmc: core: Fixup storing of OCR for MMC_QUIRK_NONSTD_SDIO + - drm/amd/amdgpu: fix psp tmr bo pin count leak in SRIOV + - drm/amd/amdgpu: fix gmc bo pin count leak in SRIOV + - audit: ensure userspace is penalized the same as the kernel when under + pressure + - arm64: dts: ls1028a-qds: move rtc node to the correct i2c bus + - arm64: tegra: Adjust length of CCPLEX cluster MMIO region + - crypto: ccp - Move SEV_INIT retry for corrupted data + - crypto: hisilicon/hpre - fix memory leak in hpre_curve25519_src_init() + - PM: runtime: Add safety net to supplier device release + - cpufreq: Fix initialization of min and max frequency QoS requests + - mt76: mt7615: fix possible deadlock while mt7615_register_ext_phy() + - mt76: do not pass the received frame with decryption error + - mt76: mt7615: improve wmm index allocation + - ath9k_htc: fix NULL pointer dereference at ath9k_htc_rxep() + - ath9k_htc: fix NULL pointer dereference at ath9k_htc_tx_get_packet() + - ath9k: Fix out-of-bound memcpy in ath9k_hif_usb_rx_stream + - rtw88: 8822c: update rx settings to prevent potential hw deadlock + - PM: AVS: qcom-cpr: Use div64_ul instead of do_div + - iwlwifi: fix leaks/bad data after failed firmware load + - iwlwifi: remove module loading failure message + - iwlwifi: mvm: Fix calculation of frame length + - iwlwifi: mvm: fix AUX ROC removal + - iwlwifi: pcie: make sure prph_info is set when treating wakeup IRQ + - mmc: sdhci-pci-gli: GL9755: Support for CD/WP inversion on OF platforms + - block: check minor range in device_add_disk() + - um: registers: Rename function names to avoid conflicts and build problems + - ath11k: Fix napi related hang + - Bluetooth: btintel: Add missing quirks and msft ext for legacy bootloader + - Bluetooth: vhci: Set HCI_QUIRK_VALID_LE_STATES + - xfrm: rate limit SA mapping change message to user space + - drm/etnaviv: consider completed fence seqno in hang check + - jffs2: GC deadlock reading a page that is used in jffs2_write_begin() + - ACPICA: actypes.h: Expand the ACPI_ACCESS_ definitions + - ACPICA: Utilities: Avoid deleting the same object twice in a row + - ACPICA: Executer: Fix the REFCLASS_REFOF case in acpi_ex_opcode_1A_0T_1R() + - ACPICA: Fix wrong interpretation of PCC address + - ACPICA: Hardware: Do not flush CPU cache when entering S4 and S5 + - mmc: mtk-sd: Use readl_poll_timeout instead of open-coded polling + - drm/amdgpu: fixup bad vram size on gmc v8 + - amdgpu/pm: Make sysfs pm attributes as read-only for VFs + - ACPI: battery: Add the ThinkPad "Not Charging" quirk + - ACPI: CPPC: Check present CPUs for determining _CPC is valid + - btrfs: remove BUG_ON() in find_parent_nodes() + - btrfs: remove BUG_ON(!eie) in find_parent_nodes + - net: mdio: Demote probed message to debug print + - mac80211: allow non-standard VHT MCS-10/11 + - dm btree: add a defensive bounds check to insert_at() + - dm space map common: add bounds check to sm_ll_lookup_bitmap() + - bpf/selftests: Fix namespace mount setup in tc_redirect + - mlxsw: pci: Avoid flow control for EMAD packets + - net: phy: marvell: configure RGMII delays for 88E1118 + - net: gemini: allow any RGMII interface mode + - regulator: qcom_smd: Align probe function with rpmh-regulator + - serial: pl010: Drop CR register reset on set_termios + - serial: pl011: Drop CR register reset on set_termios + - serial: core: Keep mctrl register state and cached copy in sync + - random: do not throw away excess input to crng_fast_load + - net/mlx5: Update log_max_qp value to FW max capability + - net/mlx5e: Unblock setting vid 0 for VF in case PF isn't eswitch manager + - parisc: Avoid calling faulthandler_disabled() twice + - can: flexcan: allow to change quirks at runtime + - can: flexcan: rename RX modes + - can: flexcan: add more quirks to describe RX path capabilities + - x86/kbuild: Enable CONFIG_KALLSYMS_ALL=y in the defconfigs + - powerpc/6xx: add missing of_node_put + - powerpc/powernv: add missing of_node_put + - powerpc/cell: add missing of_node_put + - powerpc/btext: add missing of_node_put + - powerpc/watchdog: Fix missed watchdog reset due to memory ordering race + - ASoC: imx-hdmi: add put_device() after of_find_device_by_node() + - i2c: i801: Don't silently correct invalid transfer size + - powerpc/smp: Move setup_profiling_timer() under CONFIG_PROFILING + - i2c: mpc: Correct I2C reset procedure + - clk: meson: gxbb: Fix the SDM_EN bit for MPLL0 on GXBB + - powerpc/powermac: Add missing lockdep_register_key() + - KVM: PPC: Book3S: Suppress warnings when allocating too big memory slots + - KVM: PPC: Book3S: Suppress failed alloc warning in H_COPY_TOFROM_GUEST + - w1: Misuse of get_user()/put_user() reported by sparse + - nvmem: core: set size for sysfs bin file + - dm: fix alloc_dax error handling in alloc_dev + - interconnect: qcom: rpm: Prevent integer overflow in rate + - scsi: ufs: Fix a kernel crash during shutdown + - scsi: lpfc: Fix leaked lpfc_dmabuf mbox allocations with NPIV + - scsi: lpfc: Trigger SLI4 firmware dump before doing driver cleanup + - ALSA: seq: Set upper limit of processed events + - MIPS: Loongson64: Use three arguments for slti + - powerpc/40x: Map 32Mbytes of memory at startup + - selftests/powerpc/spectre_v2: Return skip code when miss_percent is high + - powerpc: handle kdump appropriately with crash_kexec_post_notifiers option + - powerpc/fadump: Fix inaccurate CPU state info in vmcore generated with panic + - udf: Fix error handling in udf_new_inode() + - MIPS: OCTEON: add put_device() after of_find_device_by_node() + - irqchip/gic-v4: Disable redistributors' view of the VPE table at boot time + - i2c: designware-pci: Fix to change data types of hcnt and lcnt parameters + - selftests/powerpc: Add a test of sigreturning to the kernel + - MIPS: Octeon: Fix build errors using clang + - scsi: sr: Don't use GFP_DMA + - scsi: mpi3mr: Fixes around reply request queues + - ASoC: mediatek: mt8192-mt6359: fix device_node leak + - phy: phy-mtk-tphy: add support efuse setting + - ASoC: mediatek: mt8173: fix device_node leak + - ASoC: mediatek: mt8183: fix device_node leak + - habanalabs: skip read fw errors if dynamic descriptor invalid + - phy: mediatek: Fix missing check in mtk_mipi_tx_probe + - mailbox: change mailbox-mpfs compatible string + - seg6: export get_srh() for ICMP handling + - icmp: ICMPV6: Examine invoking packet for Segment Route Headers. + - udp6: Use Segment Routing Header for dest address if present + - rpmsg: core: Clean up resources on announce_create failure. + - ifcvf/vDPA: fix misuse virtio-net device config size for blk dev + - crypto: omap-aes - Fix broken pm_runtime_and_get() usage + - crypto: stm32/crc32 - Fix kernel BUG triggered in probe() + - crypto: caam - replace this_cpu_ptr with raw_cpu_ptr + - ubifs: Error path in ubifs_remount_rw() seems to wrongly free write buffers + - tpm: fix potential NULL pointer access in tpm_del_char_device + - tpm: fix NPE on probe for missing device + - mfd: tps65910: Set PWR_OFF bit during driver probe + - spi: uniphier: Fix a bug that doesn't point to private data correctly + - xen/gntdev: fix unmap notification order + - md: Move alloc/free acct bioset in to personality + - HID: magicmouse: Fix an error handling path in magicmouse_probe() + - fuse: Pass correct lend value to filemap_write_and_wait_range() + - serial: Fix incorrect rs485 polarity on uart open + - cputime, cpuacct: Include guest time in user time in cpuacct.stat + - sched/cpuacct: Fix user/system in shown cpuacct.usage* + - tracing/kprobes: 'nmissed' not showed correctly for kretprobe + - tracing: Have syscall trace events use trace_event_buffer_lock_reserve() + - remoteproc: imx_rproc: Fix a resource leak in the remove function + - iwlwifi: mvm: Increase the scan timeout guard to 30 seconds + - s390/mm: fix 2KB pgtable release race + - device property: Fix fwnode_graph_devcon_match() fwnode leak + - drm/tegra: submit: Add missing pm_runtime_mark_last_busy() + - drm/etnaviv: limit submit sizes + - drm/amd/display: Fix the uninitialized variable in enable_stream_features() + - drm/nouveau/kms/nv04: use vzalloc for nv04_display + - drm/bridge: analogix_dp: Make PSR-exit block less + - parisc: Fix lpa and lpa_user defines + - powerpc/64s/radix: Fix huge vmap false positive + - scsi: lpfc: Fix lpfc_force_rscn ndlp kref imbalance + - drm/amdgpu: don't do resets on APUs which don't support it + - drm/i915/display/ehl: Update voltage swing table + - PCI: xgene: Fix IB window setup + - PCI: pciehp: Use down_read/write_nested(reset_lock) to fix lockdep errors + - PCI: pci-bridge-emul: Make expansion ROM Base Address register read-only + - PCI: pci-bridge-emul: Properly mark reserved PCIe bits in PCI config space + - PCI: pci-bridge-emul: Fix definitions of reserved bits + - PCI: pci-bridge-emul: Correctly set PCIe capabilities + - PCI: pci-bridge-emul: Set PCI_STATUS_CAP_LIST for PCIe device + - xfrm: fix policy lookup for ipv6 gre packets + - xfrm: fix dflt policy check when there is no policy configured + - btrfs: fix deadlock between quota enable and other quota operations + - btrfs: check the root node for uptodate before returning it + - btrfs: respect the max size in the header when activating swap file + - ext4: make sure to reset inode lockdep class when quota enabling fails + - ext4: make sure quota gets properly shutdown on error + - ext4: fix a possible ABBA deadlock due to busy PA + - ext4: initialize err_blk before calling __ext4_get_inode_loc + - ext4: fix fast commit may miss tracking range for FALLOC_FL_ZERO_RANGE + - ext4: set csum seed in tmp inode while migrating to extents + - ext4: Fix BUG_ON in ext4_bread when write quota data + - ext4: use ext4_ext_remove_space() for fast commit replay delete range + - ext4: fast commit may miss tracking unwritten range during ftruncate + - ext4: destroy ext4_fc_dentry_cachep kmemcache on module removal + - ext4: fix null-ptr-deref in '__ext4_journal_ensure_credits' + - ext4: fix an use-after-free issue about data=journal writeback mode + - ext4: don't use the orphan list when migrating an inode + - tracing/osnoise: Properly unhook events if start_per_cpu_kthreads() fails + - ath11k: qmi: avoid error messages when dma allocation fails + - drm/radeon: fix error handling in radeon_driver_open_kms + - of: base: Improve argument length mismatch error + - firmware: Update Kconfig help text for Google firmware + - can: mcp251xfd: mcp251xfd_tef_obj_read(): fix typo in error message + - media: rcar-csi2: Optimize the selection PHTW register + - drm/vc4: hdmi: Make sure the device is powered with CEC + - media: correct MEDIA_TEST_SUPPORT help text + - Documentation: coresight: Fix documentation issue + - Documentation: dmaengine: Correctly describe dmatest with channel unset + - Documentation: ACPI: Fix data node reference documentation + - Documentation, arch: Remove leftovers from raw device + - Documentation, arch: Remove leftovers from CIFS_WEAK_PW_HASH + - Documentation: refer to config RANDOMIZE_BASE for kernel address-space + randomization + - Documentation: fix firewire.rst ABI file path error + - net: usb: Correct reset handling of smsc95xx + - Bluetooth: hci_sync: Fix not setting adv set duration + - scsi: core: Show SCMD_LAST in text form + - scsi: ufs: ufs-mediatek: Fix error checking in ufs_mtk_init_va09_pwr_ctrl() + - RDMA/cma: Remove open coding of overflow checking for private_data_len + - dmaengine: uniphier-xdmac: Fix type of address variables + - dmaengine: idxd: fix wq settings post wq disable + - RDMA/hns: Modify the mapping attribute of doorbell to device + - RDMA/rxe: Fix a typo in opcode name + - dmaengine: stm32-mdma: fix STM32_MDMA_CTBR_TSEL_MASK + - Revert "net/mlx5: Add retry mechanism to the command entry index allocation" + - powerpc/cell: Fix clang -Wimplicit-fallthrough warning + - powerpc/fsl/dts: Enable WA for erratum A-009885 on fman3l MDIO buses + - block: fix async_depth sysfs interface for mq-deadline + - block: Fix fsync always failed if once failed + - drm/vc4: crtc: Drop feed_txp from state + - drm/vc4: Fix non-blocking commit getting stuck forever + - drm/vc4: crtc: Copy assigned channel to the CRTC + - bpftool: Remove inclusion of utilities.mak from Makefiles + - bpftool: Fix indent in option lists in the documentation + - xdp: check prog type before updating BPF link + - bpf: Fix mount source show for bpffs + - bpf: Mark PTR_TO_FUNC register initially with zero offset + - perf evsel: Override attr->sample_period for non-libpfm4 events + - ipv4: update fib_info_cnt under spinlock protection + - ipv4: avoid quadratic behavior in netns dismantle + - mlx5: Don't accidentally set RTO_ONLINK before mlx5e_route_lookup_ipv4_get() + - net/fsl: xgmac_mdio: Add workaround for erratum A-009885 + - net/fsl: xgmac_mdio: Fix incorrect iounmap when removing module + - parisc: pdc_stable: Fix memory leak in pdcs_register_pathentries + - riscv: dts: microchip: mpfs: Drop empty chosen node + - drm/vmwgfx: Remove explicit transparent hugepages support + - drm/vmwgfx: Remove unused compile options + - f2fs: fix remove page failed in invalidate compress pages + - f2fs: fix to avoid panic in is_alive() if metadata is inconsistent + - f2fs: compress: fix potential deadlock of compress file + - f2fs: fix to reserve space for IO align feature + - f2fs: fix to check available space of CP area correctly in + update_ckpt_flags() + - crypto: octeontx2 - uninitialized variable in kvf_limits_store() + - af_unix: annote lockless accesses to unix_tot_inflight & gc_in_progress + - clk: Emit a stern warning with writable debugfs enabled + - clk: si5341: Fix clock HW provider cleanup + - pinctrl/rockchip: fix gpio device creation + - gpio: mpc8xxx: Fix IRQ check in mpc8xxx_probe + - gpio: idt3243x: Fix IRQ check in idt_gpio_probe + - net/smc: Fix hung_task when removing SMC-R devices + - net: axienet: increase reset timeout + - net: axienet: Wait for PhyRstCmplt after core reset + - net: axienet: reset core on initialization prior to MDIO access + - net: axienet: add missing memory barriers + - net: axienet: limit minimum TX ring size + - net: axienet: Fix TX ring slot available check + - net: axienet: fix number of TX ring slots for available check + - net: axienet: fix for TX busy handling + - net: axienet: increase default TX ring size to 128 + - bitops: protect find_first_{,zero}_bit properly + - um: gitignore: Add kernel/capflags.c + - HID: vivaldi: fix handling devices not using numbered reports + - rtc: pxa: fix null pointer dereference + - vdpa/mlx5: Fix wrong configuration of virtio_version_1_0 + - virtio_ring: mark ring unused on error + - taskstats: Cleanup the use of task->exit_code + - inet: frags: annotate races around fqdir->dead and fqdir->high_thresh + - netns: add schedule point in ops_exit_list() + - iwlwifi: fix Bz NMI behaviour + - xfrm: Don't accidentally set RTO_ONLINK in decode_session4() + - vdpa/mlx5: Restore cur_num_vqs in case of failure in change_num_qps() + - gre: Don't accidentally set RTO_ONLINK in gre_fill_metadata_dst() + - libcxgb: Don't accidentally set RTO_ONLINK in cxgb_find_route() + - perf script: Fix hex dump character output + - dmaengine: at_xdmac: Don't start transactions at tx_submit level + - dmaengine: at_xdmac: Start transfer for cyclic channels in issue_pending + - dmaengine: at_xdmac: Print debug message after realeasing the lock + - dmaengine: at_xdmac: Fix concurrency over xfers_list + - dmaengine: at_xdmac: Fix lld view setting + - dmaengine: at_xdmac: Fix at_xdmac_lld struct definition + - perf tools: Drop requirement for libstdc++.so for libopencsd check + - perf probe: Fix ppc64 'perf probe add events failed' case + - devlink: Remove misleading internal_flags from health reporter dump + - arm64: dts: qcom: msm8996: drop not documented adreno properties + - net: fix sock_timestamping_bind_phc() to release device + - net: bonding: fix bond_xmit_broadcast return value error bug + - net: ipa: fix atomic update in ipa_endpoint_replenish() + - net_sched: restore "mpu xxx" handling + - net: mscc: ocelot: don't let phylink re-enable TX PAUSE on the NPI port + - bcmgenet: add WOL IRQ check + - net: wwan: Fix MRU mismatch issue which may lead to data connection lost + - net: ethernet: mtk_eth_soc: fix error checking in mtk_mac_config() + - net: ocelot: Fix the call to switchdev_bridge_port_offload + - net: sfp: fix high power modules without diagnostic monitoring + - net: cpsw: avoid alignment faults by taking NET_IP_ALIGN into account + - net: phy: micrel: use kszphy_suspend()/kszphy_resume for irq aware devices + - net: mscc: ocelot: fix using match before it is set + - dt-bindings: display: meson-dw-hdmi: add missing sound-name-prefix property + - dt-bindings: display: meson-vpu: Add missing amlogic,canvas property + - dt-bindings: watchdog: Require samsung,syscon-phandle for Exynos7 + - sch_api: Don't skip qdisc attach on ingress + - scripts/dtc: dtx_diff: remove broken example from help text + - lib82596: Fix IRQ check in sni_82596_probe + - mm/hmm.c: allow VM_MIXEDMAP to work with hmm_range_fault + - bonding: Fix extraction of ports from the packet headers + - lib/test_meminit: destroy cache in kmem_cache_alloc_bulk() test + - scripts: sphinx-pre-install: add required ctex dependency + - scripts: sphinx-pre-install: Fix ctex support on Debian + - Linux 5.15.17 + + * rtw88_8821ce causes freeze (LP: #1927808) // Jammy update: v5.15.17 upstream + stable release (LP: #1959376) + - rtw88: Disable PCIe ASPM while doing NAPI poll on 8821CE + + * Jammy update: v5.15.16 upstream stable release (LP: #1958977) + - devtmpfs regression fix: reconfigure on each mount + - orangefs: Fix the size of a memory allocation in orangefs_bufmap_alloc() + - remoteproc: qcom: pil_info: Don't memcpy_toio more than is provided + - perf: Protect perf_guest_cbs with RCU + - KVM: x86: Register perf callbacks after calling vendor's hardware_setup() + - KVM: x86: Register Processor Trace interrupt hook iff PT enabled in guest + - KVM: x86: don't print when fail to read/write pv eoi memory + - KVM: s390: Clarify SIGP orders versus STOP/RESTART + - remoteproc: qcom: pas: Add missing power-domain "mxc" for CDSP + - 9p: only copy valid iattrs in 9P2000.L setattr implementation + - video: vga16fb: Only probe for EGA and VGA 16 color graphic cards + - media: uvcvideo: fix division by zero at stream start + - rtlwifi: rtl8192cu: Fix WARNING when calling local_irq_restore() with + interrupts enabled + - firmware: qemu_fw_cfg: fix sysfs information leak + - firmware: qemu_fw_cfg: fix NULL-pointer deref on duplicate entries + - firmware: qemu_fw_cfg: fix kobject leak in probe error path + - perf annotate: Avoid TUI crash when navigating in the annotation of + recursive functions + - KVM: x86: remove PMU FIXED_CTR3 from msrs_to_save_all + - ALSA: hda/realtek: Add speaker fixup for some Yoga 15ITL5 devices + - ALSA: hda/realtek - Fix silent output on Gigabyte X570 Aorus Master after + reboot from Windows + - ALSA: hda: ALC287: Add Lenovo IdeaPad Slim 9i 14ITL5 speaker quirk + - ALSA: hda/tegra: Fix Tegra194 HDA reset failure + - ALSA: hda/realtek: Add quirk for Legion Y9000X 2020 + - ALSA: hda/realtek: Re-order quirk entries for Lenovo + - mtd: fixup CFI on ixp4xx + - Linux 5.15.16 + + * UBSAN: array-index-out-of-bounds in dcn31_resources on AMD yellow carp + platform (LP: #1958229) + - drm/amd/display: Fix out of bounds access on DNC31 stream encoder regs + + * Jammy update: v5.15.15 upstream stable release (LP: #1958418) + - s390/kexec: handle R_390_PLT32DBL rela in arch_kexec_apply_relocations_add() + - workqueue: Fix unbind_workers() VS wq_worker_running() race + - staging: r8188eu: switch the led off during deinit + - bpf: Fix out of bounds access from invalid *_or_null type verification + - Bluetooth: btusb: Add protocol for MediaTek bluetooth devices(MT7922) + - Bluetooth: btusb: Add the new support ID for Realtek RTL8852A + - Bluetooth: btusb: Add support for IMC Networks Mediatek Chip(MT7921) + - Bbluetooth: btusb: Add another Bluetooth part for Realtek 8852AE + - Bluetooth: btusb: fix memory leak in btusb_mtk_submit_wmt_recv_urb() + - Bluetooth: btusb: enable Mediatek to support AOSP extension + - Bluetooth: btusb: Add one more Bluetooth part for the Realtek RTL8852AE + - fget: clarify and improve __fget_files() implementation + - Bluetooth: btusb: Add two more Bluetooth parts for WCN6855 + - Bluetooth: btusb: Add support for Foxconn MT7922A + - Bluetooth: btintel: Fix broken LED quirk for legacy ROM devices + - Bluetooth: btusb: Add support for Foxconn QCA 0xe0d0 + - Bluetooth: bfusb: fix division by zero in send path + - ARM: dts: exynos: Fix BCM4330 Bluetooth reset polarity in I9100 + - USB: core: Fix bug in resuming hub's handling of wakeup requests + - USB: Fix "slab-out-of-bounds Write" bug in usb_hcd_poll_rh_status + - ath11k: Fix buffer overflow when scanning with extraie + - mmc: sdhci-pci: Add PCI ID for Intel ADL + - Bluetooth: add quirk disabling LE Read Transmit Power + - Bluetooth: btbcm: disable read tx power for some Macs with the T2 Security + chip + - Bluetooth: btbcm: disable read tx power for MacBook Air 8,1 and 8,2 + - veth: Do not record rx queue hint in veth_xmit + - mfd: intel-lpss: Fix too early PM enablement in the ACPI ->probe() + - can: gs_usb: fix use of uninitialized variable, detach device on reception + of invalid USB data + - can: isotp: convert struct tpcon::{idx,len} to unsigned int + - can: gs_usb: gs_can_start_xmit(): zero-initialize hf->{flags,reserved} + - random: fix data race on crng_node_pool + - random: fix data race on crng init time + - random: fix crash on multiple early calls to add_bootloader_randomness() + - platform/x86/intel: hid: add quirk to support Surface Go 3 + - media: Revert "media: uvcvideo: Set unique vdev name based in type" + - staging: wlan-ng: Avoid bitwise vs logical OR warning in + hfa384x_usb_throttlefn() + - drm/i915: Avoid bitwise vs logical OR warning in snb_wm_latency_quirk() + - staging: greybus: fix stack size warning with UBSAN + - Linux 5.15.15 + + * UBSAN warning on unplugging USB4 DP alt mode from AMD Yellow Carp graphics + card (LP: #1956497) + - drm/amd/display: explicitly set is_dsc_supported to false before use + + * Support USB4 DP alt mode for AMD Yellow Carp graphics card (LP: #1953008) + - drm/amd/display: Enable PSR by default on newer DCN + - SAUCE: drm/amd/display: Fixup previous PSR policy commit + - drm/amd/display: Fix USB4 hot plug crash issue + - drm/amd/display: Creating a fw boot options bit for an upcoming feature + - drm/amd/display: Enable dpia in dmub only for DCN31 B0 + - drm/amd/display: MST support for DPIA + - drm/amd/display: Set phy_mux_sel bit in dmub scratch register + - drm/amd/display: Don't lock connection_mutex for DMUB HPD + - drm/amd/display: Add callbacks for DMUB HPD IRQ notifications + + * Jammy update: v5.15.14 upstream stable release (LP: #1957882) + - fscache_cookie_enabled: check cookie is valid before accessing it + - selftests: x86: fix [-Wstringop-overread] warn in test_process_vm_readv() + - tracing: Fix check for trace_percpu_buffer validity in get_trace_buf() + - tracing: Tag trace_percpu_buffer as a percpu pointer + - Revert "RDMA/mlx5: Fix releasing unallocated memory in dereg MR flow" + - ieee802154: atusb: fix uninit value in atusb_set_extended_addr + - i40e: Fix to not show opcode msg on unsuccessful VF MAC change + - iavf: Fix limit of total number of queues to active queues of VF + - RDMA/core: Don't infoleak GRH fields + - Revert "net: usb: r8152: Add MAC passthrough support for more Lenovo Docks" + - netrom: fix copying in user data in nr_setsockopt + - RDMA/uverbs: Check for null return of kmalloc_array + - mac80211: initialize variable have_higher_than_11mbit + - mac80211: mesh: embedd mesh_paths and mpp_paths into ieee80211_if_mesh + - sfc: The RX page_ring is optional + - i40e: fix use-after-free in i40e_sync_filters_subtask() + - i40e: Fix for displaying message regarding NVM version + - i40e: Fix incorrect netdev's real number of RX/TX queues + - ftrace/samples: Add missing prototypes direct functions + - ipv4: Check attribute length for RTA_GATEWAY in multipath route + - ipv4: Check attribute length for RTA_FLOW in multipath route + - ipv6: Check attribute length for RTA_GATEWAY in multipath route + - ipv6: Check attribute length for RTA_GATEWAY when deleting multipath route + - lwtunnel: Validate RTA_ENCAP_TYPE attribute length + - selftests: net: udpgro_fwd.sh: explicitly checking the available ping + feature + - sctp: hold endpoint before calling cb in sctp_transport_lookup_process + - batman-adv: mcast: don't send link-local multicast to mcast routers + - sch_qfq: prevent shift-out-of-bounds in qfq_init_qdisc + - net: ena: Fix undefined state when tx request id is out of bounds + - net: ena: Fix wrong rx request id by resetting device + - net: ena: Fix error handling when calculating max IO queues number + - md/raid1: fix missing bitmap update w/o WriteMostly devices + - EDAC/i10nm: Release mdev/mbase when failing to detect HBM + - KVM: x86: Check for rmaps allocation + - cgroup: Use open-time credentials for process migraton perm checks + - cgroup: Allocate cgroup_file_ctx for kernfs_open_file->priv + - cgroup: Use open-time cgroup namespace for process migration perm checks + - Revert "i2c: core: support bus regulator controlling in adapter" + - i2c: mpc: Avoid out of bounds memory access + - power: supply: core: Break capacity loop + - power: reset: ltc2952: Fix use of floating point literals + - reset: renesas: Fix Runtime PM usage + - rndis_host: support Hytera digital radios + - gpio: gpio-aspeed-sgpio: Fix wrong hwirq base in irq handler + - net ticp:fix a kernel-infoleak in __tipc_sendmsg() + - phonet: refcount leak in pep_sock_accep + - fbdev: fbmem: add a helper to determine if an aperture is used by a fw fb + - drm/amdgpu: disable runpm if we are the primary adapter + - power: bq25890: Enable continuous conversion for ADC at charging + - ipv6: Continue processing multipath route even if gateway attribute is + invalid + - ipv6: Do cleanup if attribute validation fails in multipath route + - auxdisplay: charlcd: checking for pointer reference before dereferencing + - drm/amdgpu: fix dropped backing store handling in amdgpu_dma_buf_move_notify + - drm/amd/pm: Fix xgmi link control on aldebaran + - usb: mtu3: fix interval value for intr and isoc + - scsi: libiscsi: Fix UAF in iscsi_conn_get_param()/iscsi_conn_teardown() + - ip6_vti: initialize __ip6_tnl_parm struct in vti6_siocdevprivate + - net: udp: fix alignment problem in udp4_seq_show() + - atlantic: Fix buff_ring OOB in aq_ring_rx_clean + - drm/amd/pm: skip setting gfx cgpg in the s0ix suspend-resume + - mISDN: change function names to avoid conflicts + - drm/amd/display: fix B0 TMDS deepcolor no dislay issue + - drm/amd/display: Added power down for DCN10 + - ipv6: raw: check passed optlen before reading + - userfaultfd/selftests: fix hugetlb area allocations + - ARM: dts: gpio-ranges property is now required + - Input: zinitix - make sure the IRQ is allocated before it gets enabled + - Revert "drm/amdgpu: stop scheduler when calling hw_fini (v2)" + - drm/amd/pm: keep the BACO feature enabled for suspend + - Linux 5.15.14 + + * alsa/sdw: add sdw audio machine driver for several ADL machines + (LP: #1951563) + - ASoC: Intel: sof_sdw: Add support for SKU 0AF3 product + - ASoC: Intel: soc-acpi: add SKU 0AF3 SoundWire configuration + - ASoC: Intel: sof_sdw: Add support for SKU 0B00 and 0B01 products + - ASoC: Intel: sof_sdw: Add support for SKU 0B11 product + - ASoC: Intel: sof_sdw: Add support for SKU 0B13 product + - ASoC: Intel: soc-acpi: add SKU 0B13 SoundWire configuration + - ASoC: Intel: sof_sdw: Add support for SKU 0B29 product + - ASoC: Intel: soc-acpi: add SKU 0B29 SoundWire configuration + - ASoC: Intel: sof_sdw: Add support for SKU 0B12 product + - ASoC: intel: sof_sdw: return the original error number + - ASoC: intel: sof_sdw: rename be_index/link_id to link_index + - ASoC: intel: sof_sdw: Use a fixed DAI link id for AMP + - ASoC: intel: sof_sdw: move DMIC link id overwrite to create_sdw_dailink + - ASoC: intel: sof_sdw: remove SOF_RT715_DAI_ID_FIX quirk + - ASoC: intel: sof_sdw: remove sof_sdw_mic_codec_mockup_init + - ASoC: intel: sof_sdw: remove get_next_be_id + - ASoC: intel: sof_sdw: add link adr order check + + * Add basic Wifi support for Qualcomm WCN6856 (LP: #1955613) + - ath11k: change to use dynamic memory for channel list of scan + - ath11k: add string type to search board data in board-2.bin for WCN6855 + + * Enable audio mute LED and mic mute LED on a new HP laptop (LP: #1956454) + - ALSA: hda/realtek: Use ALC285_FIXUP_HP_GPIO_LED on another HP laptop + + * Add missing BT ID for Qualcomm WCN6856 (LP: #1956407) + - Bluetooth: btusb: Add one more Bluetooth part for WCN6855 + + * Add Bluetooth support for Qualcomm WCN6856 (LP: #1955689) + - Bluetooth: btusb: Add support using different nvm for variant WCN6855 + controller + - Bluetooth: btusb: re-definition for board_id in struct qca_version + - Bluetooth: btusb: Add the new support IDs for WCN6855 + + * Improve performance and idle power consumption (LP: #1941893) + - x86: ACPI: cstate: Optimize C3 entry on AMD CPUs + + * [Yellow Carp] USB4 interdomain communication problems (LP: #1945361) + - thunderbolt: Enable retry logic for intra-domain control packets + + * 1951111: + - scsi: lpfc: Fix mailbox command failure during driver initialization + + * [Jammy] Update Broadcom Emulex FC HBA lpfc driver to 14.0.0.3 for Ubuntu + 22.04 (LP: #1951111) + - scsi: lpfc: Fix premature rpi release for unsolicited TPLS and LS_RJT + - scsi: lpfc: Fix hang on unload due to stuck fport node + - scsi: lpfc: Fix rediscovery of tape device after LIP + - scsi: lpfc: Don't remove ndlp on PRLI errors in P2P mode + - scsi: lpfc: Fix EEH support for NVMe I/O + - scsi: lpfc: Adjust bytes received vales during cmf timer interval + - scsi: lpfc: Fix I/O block after enabling managed congestion mode + - scsi: lpfc: Zero CGN stats only during initial driver load and stat reset + - scsi: lpfc: Improve PBDE checks during SGL processing + - scsi: lpfc: Update lpfc version to 14.0.0.2 + + * smartpqi: Update 20.04.4 to latest kernel.org patch level (LP: #1953689) + - scsi: smartpqi: Update device removal management + - scsi: smartpqi: Capture controller reason codes + - scsi: smartpqi: Update LUN reset handler + - scsi: smartpqi: Add TEST UNIT READY check for SANITIZE operation + - scsi: smartpqi: Avoid failing I/Os for offline devices + - scsi: smartpqi: Add extended report physical LUNs + - scsi: smartpqi: Fix boot failure during LUN rebuild + - scsi: smartpqi: Fix duplicate device nodes for tape changers + - scsi: smartpqi: Add 3252-8i PCI id + - scsi: smartpqi: Update version to 2.1.12-055 + + * Let VMD follow host bridge PCIe settings (LP: #1954611) + - PCI: vmd: Honor ACPI _OSC on PCIe features + + * Fix spurious wakeup caused by Intel 7560 WWAN (LP: #1956443) + - net: wwan: iosm: Keep device at D0 for s2idle case + + * [uacc-0623] hisi_sec2 fail to alloc uacce (LP: #1933301) + - crypto: hisilicon/qm - modify the uacce mode check + + * Jammy update: v5.15.13 upstream stable release (LP: #1956926) + - Input: i8042 - add deferred probe support + - Input: i8042 - enable deferred probe quirk for ASUS UM325UA + - tomoyo: Check exceeded quota early in tomoyo_domain_quota_is_ok(). + - tomoyo: use hwight16() in tomoyo_domain_quota_is_ok() + - net/sched: Extend qdisc control block with tc control block + - parisc: Clear stale IIR value on instruction access rights trap + - platform/mellanox: mlxbf-pmc: Fix an IS_ERR() vs NULL bug in + mlxbf_pmc_map_counters + - platform/x86: apple-gmux: use resource_size() with res + - memblock: fix memblock_phys_alloc() section mismatch error + - recordmcount.pl: fix typo in s390 mcount regex + - powerpc/ptdump: Fix DEBUG_WX since generic ptdump conversion + - efi: Move efifb_setup_from_dmi() prototype from arch headers + - selinux: initialize proto variable in selinux_ip_postroute_compat() + - scsi: lpfc: Terminate string in lpfc_debugfs_nvmeio_trc_write() + - net/mlx5: DR, Fix NULL vs IS_ERR checking in dr_domain_init_resources + - net/mlx5: Fix error print in case of IRQ request failed + - net/mlx5: Fix SF health recovery flow + - net/mlx5: Fix tc max supported prio for nic mode + - net/mlx5e: Wrap the tx reporter dump callback to extract the sq + - net/mlx5e: Fix interoperability between XSK and ICOSQ recovery flow + - net/mlx5e: Fix ICOSQ recovery flow for XSK + - net/mlx5e: Use tc sample stubs instead of ifdefs in source file + - net/mlx5e: Delete forward rule for ct or sample action + - udp: using datalen to cap ipv6 udp max gso segments + - selftests: Calculate udpgso segment count without header adjustment + - sctp: use call_rcu to free endpoint + - net/smc: fix using of uninitialized completions + - net: usb: pegasus: Do not drop long Ethernet frames + - net: ag71xx: Fix a potential double free in error handling paths + - net: lantiq_xrx200: fix statistics of received bytes + - NFC: st21nfca: Fix memory leak in device probe and remove + - net/smc: don't send CDC/LLC message if link not ready + - net/smc: fix kernel panic caused by race of smc_sock + - igc: Do not enable crosstimestamping for i225-V models + - igc: Fix TX timestamp support for non-MSI-X platforms + - drm/amd/display: Send s0i2_rdy in stream_count == 0 optimization + - drm/amd/display: Set optimize_pwr_state for DCN31 + - ionic: Initialize the 'lif->dbid_inuse' bitmap + - net/mlx5e: Fix wrong features assignment in case of error + - net: bridge: mcast: add and enforce query interval minimum + - net: bridge: mcast: add and enforce startup query interval minimum + - selftests/net: udpgso_bench_tx: fix dst ip argument + - selftests: net: Fix a typo in udpgro_fwd.sh + - net: bridge: mcast: fix br_multicast_ctx_vlan_global_disabled helper + - net/ncsi: check for error return from call to nla_put_u32 + - selftests: net: using ping6 for IPv6 in udpgro_fwd.sh + - fsl/fman: Fix missing put_device() call in fman_port_probe + - i2c: validate user data in compat ioctl + - nfc: uapi: use kernel size_t to fix user-space builds + - uapi: fix linux/nfc.h userspace compilation errors + - drm/nouveau: wait for the exclusive fence after the shared ones v2 + - drm/amdgpu: When the VCN(1.0) block is suspended, powergating is explicitly + enabled + - drm/amdgpu: add support for IP discovery gc_info table v2 + - drm/amd/display: Changed pipe split policy to allow for multi-display pipe + split + - xhci: Fresco FL1100 controller should not have BROKEN_MSI quirk set. + - usb: gadget: f_fs: Clear ffs_eventfd in ffs_data_clear. + - usb: mtu3: add memory barrier before set GPD's HWO + - usb: mtu3: fix list_head check warning + - usb: mtu3: set interval of FS intr and isoc endpoint + - nitro_enclaves: Use get_user_pages_unlocked() call to handle mmap assert + - binder: fix async_free_space accounting for empty parcels + - scsi: vmw_pvscsi: Set residual data length conditionally + - Input: appletouch - initialize work before device registration + - Input: spaceball - fix parsing of movement data packets + - mm/damon/dbgfs: fix 'struct pid' leaks in 'dbgfs_target_ids_write()' + - net: fix use-after-free in tw_timer_handler + - fs/mount_setattr: always cleanup mount_kattr + - perf intel-pt: Fix parsing of VM time correlation arguments + - perf script: Fix CPU filtering of a script's switch events + - perf scripts python: intel-pt-events.py: Fix printing of switch events + - Linux 5.15.13 + + * Miscellaneous Ubuntu changes + - [Packaging] getabis: Add fwinfo.builtin to the ABI + - [Packaging] Add list of built-in firmwares to the ABI + - [Config] x86-64: SYSFB_SIMPLEFB=y + - [packaging] arm64: introduce the lowlatency and lowlatency-64k flavours + - [packaging] arm64: updateconfigs + - [Config] annotations: remove duplicates when arm64-generic == + arm64-generic-64k option + - [Config] annotations: introduce arm64-lowlatency and arm64-lowlatency-64k + kconfig options checks + - [Packaging] Update dependency of pahole / dwarves + - [Config] toolchain version update + + * Miscellaneous upstream changes + - scsi: lpfc: Revert LOG_TRACE_EVENT back to LOG_INIT prior to + driver_resource_setup() + - scsi: lpfc: Correct sysfs reporting of loop support after SFP status change + - scsi: lpfc: Allow PLOGI retry if previous PLOGI was aborted + - scsi: lpfc: Update lpfc version to 14.0.0.3 + - Revert "rtw88: Disable PCIe ASPM while doing NAPI poll on 8821CE" + + -- Paolo Pisati Fri, 28 Jan 2022 17:16:21 +0100 + +linux (5.15.0-18.18) jammy; urgency=medium + + * jammy/linux: 5.15.0-18.18 -proposed tracker (LP: #1958638) + + * CVE-2021-4155 + - xfs: map unwritten blocks in XFS_IOC_{ALLOC, FREE}SP just like fallocate + + * CVE-2022-0185 + - SAUCE: vfs: test that one given mount param is not larger than PAGE_SIZE + + * [UBUNTU 20.04] KVM hardware diagnose data improvements for guest kernel - + kernel part (LP: #1953334) + - KVM: s390: add debug statement for diag 318 CPNC data + + * OOB write on BPF_RINGBUF (LP: #1956585) + - SAUCE: bpf: prevent helper argument PTR_TO_ALLOC_MEM to have offset other + than 0 + + * Miscellaneous Ubuntu changes + - [Config] re-enable shiftfs + - [SAUCE] shiftfs: support kernel 5.15 + - [Config] update toolchain versions + + * Miscellaneous upstream changes + - vfs: fs_context: fix up param length parsing in legacy_parse_param + + -- Andrea Righi Fri, 21 Jan 2022 13:32:27 +0100 + +linux (5.15.0-17.17) jammy; urgency=medium + + * jammy/linux: 5.15.0-17.17 -proposed tracker (LP: #1957809) + + -- Andrea Righi Thu, 13 Jan 2022 17:11:21 +0100 + +linux (5.15.0-16.16) jammy; urgency=medium + + * jammy/linux: 5.15.0-16.16 -proposed tracker (LP: #1956820) + + * Packaging resync (LP: #1786013) + - debian/dkms-versions -- update from kernel-versions (main/master) + + * 5.15 stuck at boot on c4.large (LP: #1956780) + - Revert "PCI/MSI: Mask MSI-X vectors only on success" + + * Miscellaneous upstream changes + - Revert "UBUNTU: [Packaging] temporarily disable signed v4l2loopback" + + -- Andrea Righi Sat, 08 Jan 2022 10:57:58 +0100 + +linux (5.15.0-15.15) jammy; urgency=medium + + * jammy/linux: 5.15.0-15.15 -proposed tracker (LP: #1956314) + + * Packaging resync (LP: #1786013) + - update dkms package versions + - debian/dkms-versions -- update from kernel-versions (main/master) + + * rtw88_8821ce causes freeze (LP: #1927808) + - rtw88: Disable PCIe ASPM while doing NAPI poll on 8821CE + + * alsa/sdw: fix the audio sdw codec parsing logic in the acpi table + (LP: #1955686) + - ALSA: hda: intel-sdw-acpi: go through HDAS ACPI at max depth of 2 + - ALSA: hda: intel-sdw-acpi: harden detection of controller + + * Got black screen when resume from s2idle with AMD dGPU (LP: #1955790) + - SAUCE: drm/amdgpu: put SMU into proper state on runpm suspending for BOCO + capable platform + - SAUCE: drm/amdgpu: always reset the asic in suspend (v2) + + * Fix USB3 detection on HP dock (LP: #1955443) + - usb: hub: Add delay for SuperSpeed hub resume to let links transit to U0 + + * support signed v4l2loopback dkms build (LP: #1938531) + - enable v4l2loopback builds on amd64 kernels + - support v4l2loopback dkms build + + * Jammy update: v5.15.12 upstream stable release (LP: #1956305) + - arm64: vdso32: require CROSS_COMPILE_COMPAT for gcc+bfd + - net: usb: lan78xx: add Allied Telesis AT29M2-AF + - ext4: prevent partial update of the extent blocks + - ext4: check for out-of-order index extents in ext4_valid_extent_entries() + - ext4: check for inconsistent extents between index and leaf block + - selftests: KVM: Fix non-x86 compiling + - HID: holtek: fix mouse probing + - HID: potential dereference of null pointer + - NFSD: Fix READDIR buffer overflow + - PM: sleep: Fix error handling in dpm_prepare() + - arm64: dts: allwinner: orangepi-zero-plus: fix PHY mode + - bus: sunxi-rsb: Fix shutdown + - spi: change clk_disable_unprepare to clk_unprepare + - ucounts: Fix rlimit max values check + - drm/mediatek: hdmi: Perform NULL pointer check for mtk_hdmi_conf + - ASoC: meson: aiu: fifo: Add missing dma_coerce_mask_and_coherent() + - RDMA/hns: Fix RNR retransmission issue for HIP08 + - IB/qib: Fix memory leak in qib_user_sdma_queue_pkts() + - RDMA/hns: Replace kfree() with kvfree() + - netfilter: nf_tables: fix use-after-free in nft_set_catchall_destroy() + - netfilter: fix regression in looped (broad|multi)cast's MAC handling + - ARM: dts: imx6qdl-wandboard: Fix Ethernet support + - ice: Use xdp_buf instead of rx_buf for xsk zero-copy + - ice: xsk: return xsk buffers back to pool when cleaning the ring + - net: marvell: prestera: fix incorrect return of port_find + - net: marvell: prestera: fix incorrect structure access + - qlcnic: potential dereference null pointer of rx_queue->page_ring + - tcp: move inet->rx_dst_ifindex to sk->sk_rx_dst_ifindex + - ipv6: move inet6_sk(sk)->rx_dst_cookie to sk->sk_rx_dst_cookie + - inet: fully convert sk->sk_rx_dst to RCU rules + - net: accept UFOv6 packages in virtio_net_hdr_to_skb + - net: skip virtio_net_hdr_set_proto if protocol already set + - igb: fix deadlock caused by taking RTNL in RPM resume path + - ipmi: Fix UAF when uninstall ipmi_si and ipmi_msghandler module + - gpio: virtio: remove timeout + - bonding: fix ad_actor_system option setting to default + - fjes: Check for error irq + - drivers: net: smc911x: Check for error irq + - net: ks8851: Check for error irq + - sfc: Check null pointer of rx_queue->page_ring + - sfc: falcon: Check null pointer of rx_queue->page_ring + - asix: fix uninit-value in asix_mdio_read() + - asix: fix wrong return value in asix_check_host_enable() + - io_uring: zero iocb->ki_pos for stream file types + - veth: ensure skb entering GRO are not cloned. + - net: stmmac: ptp: fix potentially overflowing expression + - net: bridge: Use array_size() helper in copy_to_user() + - net: bridge: fix ioctl old_deviceless bridge argument + - r8152: fix the force speed doesn't work for RTL8156 + - net: stmmac: dwmac-visconti: Fix value of ETHER_CLK_SEL_FREQ_SEL_2P5M + - pinctrl: bcm2835: Change init order for gpio hogs + - hwmon: (lm90) Fix usage of CONFIG2 register in detect function + - hwmon: (lm90) Prevent integer overflow/underflow in hysteresis calculations + - hwmon: (lm90) Introduce flag indicating extended temperature support + - hwmon: (lm90) Add basic support for TI TMP461 + - hwmon: (lm90) Drop critical attribute support for MAX6654 + - ARM: 9160/1: NOMMU: Reload __secondary_data after PROCINFO_INITFUNC + - uapi: Fix undefined __always_inline on non-glibc systems + - compiler.h: Fix annotation macro misplacement with Clang + - platform/x86/intel: Remove X86_PLATFORM_DRIVERS_INTEL + - kernel/crash_core: suppress unknown crashkernel parameter warning + - Revert "x86/boot: Pull up cmdline preparation and early param parsing" + - x86/boot: Move EFI range reservation after cmdline parsing + - ALSA: jack: Check the return value of kstrdup() + - ALSA: drivers: opl3: Fix incorrect use of vp->state + - ALSA: rawmidi - fix the uninitalized user_pversion + - ALSA: hda/hdmi: Disable silent stream on GLK + - ALSA: hda/realtek: Amp init fixup for HP ZBook 15 G6 + - ALSA: hda/realtek: Add new alc285-hp-amp-init model + - ALSA: hda/realtek: fix mute/micmute LEDs for a HP ProBook + - ALSA: hda/realtek: Fix quirk for Clevo NJ51CU + - ASoC: meson: aiu: Move AIU_I2S_MISC hold setting to aiu-fifo-i2s + - ASoC: tegra: Add DAPM switches for headphones and mic jack + - ASoC: tegra: Restore headphones jack name on Nyan Big + - Input: atmel_mxt_ts - fix double free in mxt_read_info_block + - ipmi: bail out if init_srcu_struct fails + - ipmi: ssif: initialize ssif_info->client early + - ipmi: fix initialization when workqueue allocation fails + - parisc: Correct completer in lws start + - parisc: Fix mask used to select futex spinlock + - tee: handle lookup of shm with reference count 0 + - x86/pkey: Fix undefined behaviour with PKRU_WD_BIT + - platform/x86: amd-pmc: only use callbacks for suspend + - platform/x86: intel_pmc_core: fix memleak on registration failure + - KVM: x86: Always set kvm_run->if_flag + - KVM: x86/mmu: Don't advance iterator after restart due to yielding + - KVM: nVMX: Synthesize TRIPLE_FAULT for L2 if emulation is required + - KVM: VMX: Always clear vmx->fail on emulation_required + - KVM: VMX: Wake vCPU when delivering posted IRQ even if vCPU == this vCPU + - pinctrl: stm32: consider the GPIO offset to expose all the GPIO lines + - gpio: dln2: Fix interrupts when replugging the device + - mmc: sdhci-tegra: Fix switch to HS400ES mode + - mmc: meson-mx-sdhc: Set MANUAL_STOP for multi-block SDIO commands + - mmc: core: Disable card detect during shutdown + - mmc: mmci: stm32: clear DLYB_CR after sending tuning command + - ARM: 9169/1: entry: fix Thumb2 bug in iWMMXt exception handling + - ksmbd: fix error code in ndr_read_int32() + - ksmbd: fix uninitialized symbol 'pntsd_size' + - ksmbd: disable SMB2_GLOBAL_CAP_ENCRYPTION for SMB 3.1.1 + - mac80211: fix locking in ieee80211_start_ap error path + - mm: mempolicy: fix THP allocations escaping mempolicy restrictions + - mm, hwpoison: fix condition in free hugetlb page path + - mm/hwpoison: clear MF_COUNT_INCREASED before retrying get_any_page() + - mm/damon/dbgfs: protect targets destructions with kdamond_lock + - tee: optee: Fix incorrect page free bug + - f2fs: fix to do sanity check on last xattr entry in __f2fs_setxattr() + - netfs: fix parameter of cleanup() + - KVM: VMX: Fix stale docs for kvm-intel.emulate_invalid_guest_state + - arm64: dts: lx2160a: fix scl-gpios property name + - kfence: fix memory leak when cat kfence objects + - Input: iqs626a - prohibit inlining of channel parsing functions + - Input: elants_i2c - do not check Remark ID on eKTH3900/eKTH5312 + - Input: goodix - add id->model mapping for the "9111" model + - ASoC: tas2770: Fix setting of high sample rates + - ASoC: SOF: Intel: pci-tgl: add new ADL-P variant + - ASoC: SOF: Intel: pci-tgl: add ADL-N support + - ASoC: rt5682: fix the wrong jack type detected + - pinctrl: mediatek: fix global-out-of-bounds issue + - hwmom: (lm90) Fix citical alarm status for MAX6680/MAX6681 + - hwmon: (lm90) Do not report 'busy' status bit as alarm + - r8152: sync ocp base + - ax25: NPD bug when detaching AX25 device + - hamradio: defer ax25 kfree after unregister_netdev + - hamradio: improve the incomplete fix to avoid NPD + - tun: avoid double free in tun_free_netdev + - phonet/pep: refuse to enable an unbound pipe + - Linux 5.15.12 + + * Thinkpad E14 Gen2: Kernel panic with trackpad and trackpoint enabled + (LP: #1945590) // Jammy update: v5.15.12 upstream stable release + (LP: #1956305) + - Input: elantech - fix stack out of bound access in + elantech_change_report_id() + + * Jammy update: v5.15.11 upstream stable release (LP: #1956302) + - reset: tegra-bpmp: Revert Handle errors in BPMP response + - KVM: VMX: clear vmx_x86_ops.sync_pir_to_irr if APICv is disabled + - KVM: selftests: Make sure kvm_create_max_vcpus test won't hit RLIMIT_NOFILE + - KVM: downgrade two BUG_ONs to WARN_ON_ONCE + - x86/kvm: remove unused ack_notifier callbacks + - KVM: X86: Fix tlb flush for tdp in kvm_invalidate_pcid() + - mac80211: fix rate control for retransmitted frames + - mac80211: fix regression in SSN handling of addba tx + - mac80211: mark TX-during-stop for TX in in_reconfig + - mac80211: send ADDBA requests using the tid/queue of the aggregation session + - mac80211: validate extended element ID is present + - firmware: arm_scpi: Fix string overflow in SCPI genpd driver + - bpf: Fix kernel address leakage in atomic fetch + - bpf, selftests: Add test case for atomic fetch on spilled pointer + - bpf: Fix signed bounds propagation after mov32 + - bpf: Make 32->64 bounds propagation slightly more robust + - bpf, selftests: Add test case trying to taint map value pointer + - bpf: Fix kernel address leakage in atomic cmpxchg's r0 aux reg + - bpf, selftests: Update test case for atomic cmpxchg on r0 with pointer + - vduse: fix memory corruption in vduse_dev_ioctl() + - vduse: check that offset is within bounds in get_config() + - virtio_ring: Fix querying of maximum DMA mapping size for virtio device + - vdpa: check that offsets are within bounds + - s390/entry: fix duplicate tracking of irq nesting level + - recordmcount.pl: look for jgnop instruction as well as bcrl on s390 + - arm64: dts: ten64: remove redundant interrupt declaration for gpio-keys + - ceph: fix up non-directory creation in SGID directories + - dm btree remove: fix use after free in rebalance_children() + - audit: improve robustness of the audit queue handling + - btrfs: convert latest_bdev type to btrfs_device and rename + - btrfs: use latest_dev in btrfs_show_devname + - btrfs: update latest_dev when we create a sprout device + - btrfs: remove stale comment about the btrfs_show_devname + - scsi: ufs: core: Retry START_STOP on UNIT_ATTENTION + - arm64: dts: rockchip: remove mmc-hs400-enhanced-strobe from rk3399-khadas- + edge + - arm64: dts: rockchip: fix rk3308-roc-cc vcc-sd supply + - arm64: dts: rockchip: fix rk3399-leez-p710 vcc3v3-lan supply + - arm64: dts: rockchip: fix audio-supply for Rock Pi 4 + - arm64: dts: rockchip: fix poweroff on helios64 + - dmaengine: idxd: add halt interrupt support + - dmaengine: idxd: fix calling wq quiesce inside spinlock + - mac80211: track only QoS data frames for admission control + - tee: amdtee: fix an IS_ERR() vs NULL bug + - ceph: fix duplicate increment of opened_inodes metric + - ceph: initialize pathlen variable in reconnect_caps_cb + - ARM: socfpga: dts: fix qspi node compatible + - arm64: dts: imx8mq: remove interconnect property from lcdif + - clk: Don't parent clks until the parent is fully registered + - soc: imx: Register SoC device only on i.MX boards + - iwlwifi: mvm: don't crash on invalid rate w/o STA + - virtio: always enter drivers/virtio/ + - virtio/vsock: fix the transport to work with VMADDR_CID_ANY + - vdpa: Consider device id larger than 31 + - Revert "drm/fb-helper: improve DRM fbdev emulation device names" + - selftests: net: Correct ping6 expected rc from 2 to 1 + - s390/kexec_file: fix error handling when applying relocations + - sch_cake: do not call cake_destroy() from cake_init() + - inet_diag: fix kernel-infoleak for UDP sockets + - netdevsim: don't overwrite read only ethtool parms + - selftests: icmp_redirect: pass xfail=0 to log_test() + - net: hns3: fix use-after-free bug in hclgevf_send_mbx_msg + - net: hns3: fix race condition in debugfs + - selftests: Add duplicate config only for MD5 VRF tests + - selftests: Fix raw socket bind tests with VRF + - selftests: Fix IPv6 address bind tests + - dmaengine: idxd: fix missed completion on abort path + - dmaengine: st_fdma: fix MODULE_ALIAS + - drm: simpledrm: fix wrong unit with pixel clock + - net/sched: sch_ets: don't remove idle classes from the round-robin list + - selftests/net: toeplitz: fix udp option + - net: dsa: mv88e6xxx: Unforce speed & duplex in mac_link_down() + - selftest/net/forwarding: declare NETIFS p9 p10 + - mptcp: never allow the PM to close a listener subflow + - drm/ast: potential dereference of null pointer + - drm/i915/display: Fix an unsigned subtraction which can never be negative. + - mac80211: agg-tx: don't schedule_and_wake_txq() under sta->lock + - cfg80211: Acquire wiphy mutex on regulatory work + - mac80211: fix lookup when adding AddBA extension element + - net: stmmac: fix tc flower deletion for VLAN priority Rx steering + - flow_offload: return EOPNOTSUPP for the unsupported mpls action type + - rds: memory leak in __rds_conn_create() + - ice: Use div64_u64 instead of div_u64 in adjfine + - ice: Don't put stale timestamps in the skb + - drm/amd/display: Set exit_optimized_pwr_state for DCN31 + - drm/amd/pm: fix a potential gpu_metrics_table memory leak + - mptcp: remove tcp ulp setsockopt support + - mptcp: clear 'kern' flag from fallback sockets + - mptcp: fix deadlock in __mptcp_push_pending() + - soc/tegra: fuse: Fix bitwise vs. logical OR warning + - igb: Fix removal of unicast MAC filters of VFs + - igbvf: fix double free in `igbvf_probe` + - igc: Fix typo in i225 LTR functions + - ixgbe: Document how to enable NBASE-T support + - ixgbe: set X550 MDIO speed before talking to PHY + - netdevsim: Zero-initialize memory for new map's value in function + nsim_bpf_map_alloc + - net/packet: rx_owner_map depends on pg_vec + - net: stmmac: dwmac-rk: fix oob read in rk_gmac_setup + - sfc_ef100: potential dereference of null pointer + - dsa: mv88e6xxx: fix debug print for SPEED_UNFORCED + - net: Fix double 0x prefix print in SKB dump + - net/smc: Prevent smc_release() from long blocking + - net: systemport: Add global locking for descriptor lifecycle + - sit: do not call ipip6_dev_free() from sit_init_net() + - afs: Fix mmap + - arm64: kexec: Fix missing error code 'ret' warning in load_other_segments() + - bpf: Fix extable fixup offset. + - bpf, selftests: Fix racing issue in btf_skc_cls_ingress test + - powerpc/85xx: Fix oops when CONFIG_FSL_PMC=n + - USB: gadget: bRequestType is a bitfield, not a enum + - Revert "usb: early: convert to readl_poll_timeout_atomic()" + - KVM: x86: Drop guest CPUID check for host initiated writes to + MSR_IA32_PERF_CAPABILITIES + - tty: n_hdlc: make n_hdlc_tty_wakeup() asynchronous + - USB: NO_LPM quirk Lenovo USB-C to Ethernet Adapher(RTL8153-04) + - usb: dwc2: fix STM ID/VBUS detection startup delay in dwc2_driver_probe + - PCI/MSI: Clear PCI_MSIX_FLAGS_MASKALL on error + - PCI/MSI: Mask MSI-X vectors only on success + - usb: xhci-mtk: fix list_del warning when enable list debug + - usb: xhci: Extend support for runtime power management for AMD's Yellow + carp. + - usb: cdnsp: Fix incorrect status for control request + - usb: cdnsp: Fix incorrect calling of cdnsp_died function + - usb: cdnsp: Fix issue in cdnsp_log_ep trace event + - usb: cdnsp: Fix lack of spin_lock_irqsave/spin_lock_restore + - usb: typec: tcpm: fix tcpm unregister port but leave a pending timer + - usb: gadget: u_ether: fix race in setting MAC address in setup phase + - USB: serial: cp210x: fix CP2105 GPIO registration + - USB: serial: option: add Telit FN990 compositions + - selinux: fix sleeping function called from invalid context + - btrfs: fix memory leak in __add_inode_ref() + - btrfs: fix double free of anon_dev after failure to create subvolume + - btrfs: check WRITE_ERR when trying to read an extent buffer + - btrfs: fix missing blkdev_put() call in btrfs_scan_one_device() + - zonefs: add MODULE_ALIAS_FS + - iocost: Fix divide-by-zero on donation from low hweight cgroup + - serial: 8250_fintek: Fix garbled text for console + - timekeeping: Really make sure wall_to_monotonic isn't positive + - cifs: sanitize multiple delimiters in prepath + - locking/rtmutex: Fix incorrect condition in rtmutex_spin_on_owner() + - riscv: dts: unleashed: Add gpio card detect to mmc-spi-slot + - riscv: dts: unmatched: Add gpio card detect to mmc-spi-slot + - perf inject: Fix segfault due to close without open + - perf inject: Fix segfault due to perf_data__fd() without open + - libata: if T_LENGTH is zero, dma direction should be DMA_NONE + - powerpc/module_64: Fix livepatching for RO modules + - drm/amdgpu: correct register access for RLC_JUMP_TABLE_RESTORE + - drm/amdgpu: don't override default ECO_BITs setting + - drm/amd/pm: fix reading SMU FW version from amdgpu_firmware_info on YC + - Revert "can: m_can: remove support for custom bit timing" + - can: m_can: make custom bittiming fields const + - can: m_can: pci: use custom bit timings for Elkhart Lake + - ARM: dts: imx6ull-pinfunc: Fix CSI_DATA07__ESAI_TX0 pad name + - xsk: Do not sleep in poll() when need_wakeup set + - mptcp: add missing documented NL params + - bpf, x64: Factor out emission of REX byte in more cases + - bpf: Fix extable address check. + - USB: core: Make do_proc_control() and do_proc_bulk() killable + - media: mxl111sf: change mutex_init() location + - fuse: annotate lock in fuse_reverse_inval_entry() + - ovl: fix warning in ovl_create_real() + - scsi: scsi_debug: Don't call kcalloc() if size arg is zero + - scsi: scsi_debug: Fix type in min_t to avoid stack OOB + - scsi: scsi_debug: Sanity check block descriptor length in resp_mode_select() + - io-wq: remove spurious bit clear on task_work addition + - io-wq: check for wq exit after adding new worker task_work + - rcu: Mark accesses to rcu_state.n_force_qs + - io-wq: drop wqe lock before creating new worker + - bus: ti-sysc: Fix variable set but not used warning for reinit_modules + - selftests/damon: test debugfs file reads/writes with huge count + - Revert "xsk: Do not sleep in poll() when need_wakeup set" + - xen/blkfront: harden blkfront against event channel storms + - xen/netfront: harden netfront against event channel storms + - xen/console: harden hvc_xen against event channel storms + - xen/netback: fix rx queue stall detection + - xen/netback: don't queue unlimited number of packages + - Linux 5.15.11 + + * Jammy update: v5.15.10 upstream stable release (LP: #1956301) + - nfc: fix segfault in nfc_genl_dump_devices_done + - hwmon: (corsair-psu) fix plain integer used as NULL pointer + - RDMA: Fix use-after-free in rxe_queue_cleanup + - RDMA/mlx5: Fix releasing unallocated memory in dereg MR flow + - mtd: rawnand: Fix nand_erase_op delay + - mtd: rawnand: Fix nand_choose_best_timings() on unsupported interface + - inet: use #ifdef CONFIG_SOCK_RX_QUEUE_MAPPING consistently + - dt-bindings: media: nxp,imx7-mipi-csi2: Drop bad if/then schema + - clk: qcom: sm6125-gcc: Swap ops of ice and apps on sdcc1 + - perf bpf_skel: Do not use typedef to avoid error on old clang + - netfs: Fix lockdep warning from taking sb_writers whilst holding mmap_lock + - RDMA/irdma: Fix a user-after-free in add_pble_prm + - RDMA/irdma: Fix a potential memory allocation issue in + 'irdma_prm_add_pble_mem()' + - RDMA/irdma: Report correct WC errors + - RDMA/irdma: Don't arm the CQ more than two times if no CE for this CQ + - ice: fix FDIR init missing when reset VF + - vmxnet3: fix minimum vectors alloc issue + - i2c: virtio: fix completion handling + - drm/msm: Fix null ptr access msm_ioctl_gem_submit() + - drm/msm/a6xx: Fix uinitialized use of gpu_scid + - drm/msm/dsi: set default num_data_lanes + - drm/msm/dp: Avoid unpowered AUX xfers that caused crashes + - KVM: arm64: Save PSTATE early on exit + - s390/test_unwind: use raw opcode instead of invalid instruction + - Revert "tty: serial: fsl_lpuart: drop earlycon entry for i.MX8QXP" + - net/mlx4_en: Update reported link modes for 1/10G + - loop: Use pr_warn_once() for loop_control_remove() warning + - ALSA: hda: Add Intel DG2 PCI ID and HDMI codec vid + - ALSA: hda/hdmi: fix HDA codec entry table order for ADL-P + - parisc/agp: Annotate parisc agp init functions with __init + - i2c: rk3x: Handle a spurious start completion interrupt flag + - net: netlink: af_netlink: Prevent empty skb by adding a check on len. + - drm/amdgpu: cancel the correct hrtimer on exit + - drm/amdgpu: check atomic flag to differeniate with legacy path + - drm/amd/display: Fix for the no Audio bug with Tiled Displays + - drm/amdkfd: fix double free mem structure + - drm/amd/display: add connector type check for CRC source set + - drm/amdkfd: process_info lock not needed for svm + - tracing: Fix a kmemleak false positive in tracing_map + - staging: most: dim2: use device release method + - fuse: make sure reclaim doesn't write the inode + - perf inject: Fix itrace space allowed for new attributes + - Linux 5.15.10 + + * Jammy update: v5.15.9 upstream stable release (LP: #1955161) + - netfilter: selftest: conntrack_vrf.sh: fix file permission + - Linux 5.15.9 + + * [SRU][I/J/OEM-5.13/OEM-5.14] Fix pci port lost when hotplug dock + (LP: #1954646) + - PCI: Re-enable Downstream Port LTR after reset or hotplug + + * Add support for NVIDIA EC backlight (LP: #1953286) + - platform/x86: Add driver for ACPI WMAA EC-based backlight control + - platform/x86: Remove "WMAA" from identifier names in wmaa-backlight-wmi.c + - platform/x86: Rename wmaa-backlight-wmi to nvidia-wmi-ec-backlight + - [Config] NVIDIA_WMI_EC_BACKLIGHT=m + + * Improve USB Type-C support (LP: #1950974) + - usb: typec: ucsi: Always cancel the command if PPM reports BUSY condition + - usb: typec: ucsi: Don't stop alt mode registration on busy condition + - usb: typec: ucsi: Add polling mechanism for partner tasks like alt mode + checking + - usb: typec: ucsi: acpi: Reduce the command completion timeout + - usb: typec: ucsi: Check the partner alt modes always if there is PD contract + - usb: typec: ucsi: Read the PDOs in separate work + - usb: typec: ucsi: Better fix for missing unplug events issue + + * Fix power button wakeup with shared IRQs on AMD platforms (LP: #1953540) + - pinctrl: amd: Fix wakeups when IRQ is shared with SCI + + * AMD: Suspend not working when some cores are disabled through cpufreq + (LP: #1954930) + - ACPI: processor idle: Allow playing dead in C3 state + + * Jammy update: v5.15.8 upstream stable release (LP: #1954931) + - Revert "UBUNTU: SAUCE: selftests: fib_tests: assign address to dummy1 for + rp_filter tests" + - usb: gadget: uvc: fix multiple opens + - HID: quirks: Add quirk for the Microsoft Surface 3 type-cover + - HID: google: add eel USB id + - HID: intel-ish-hid: ipc: only enable IRQ wakeup when requested + - HID: add hid_is_usb() function to make it simpler for USB detection + - HID: add USB_HID dependancy to hid-prodikeys + - HID: add USB_HID dependancy to hid-chicony + - HID: add USB_HID dependancy on some USB HID drivers + - HID: bigbenff: prevent null pointer dereference + - HID: wacom: fix problems when device is not a valid USB device + - HID: check for valid USB device for many HID drivers + - mtd: dataflash: Add device-tree SPI IDs + - mmc: spi: Add device-tree SPI IDs + - HID: sony: fix error path in probe + - HID: Ignore battery for Elan touchscreen on Asus UX550VE + - platform/x86/intel: hid: add quirk to support Surface Go 3 + - nft_set_pipapo: Fix bucket load in AVX2 lookup routine for six 8-bit groups + - IB/hfi1: Insure use of smp_processor_id() is preempt disabled + - IB/hfi1: Fix early init panic + - IB/hfi1: Fix leak of rcvhdrtail_dummy_kvaddr + - can: kvaser_usb: get CAN clock frequency from device + - can: kvaser_pciefd: kvaser_pciefd_rx_error_frame(): increase correct + stats->{rx,tx}_errors counter + - can: sja1000: fix use after free in ems_pcmcia_add_card() + - can: pch_can: pch_can_rx_normal: fix use after free + - can: m_can: m_can_read_fifo: fix memory leak in error branch + - can: m_can: pci: fix incorrect reference clock rate + - can: m_can: pci: fix iomap_read_fifo() and iomap_write_fifo() + - can: m_can: Disable and ignore ELO interrupt + - net: dsa: mv88e6xxx: fix "don't use PHY_DETECT on internal PHY's" + - net: dsa: mv88e6xxx: allow use of PHYs on CPU and DSA ports + - x86/sme: Explicitly map new EFI memmap table as encrypted + - platform/x86: amd-pmc: Fix s2idle failures on certain AMD laptops + - nfc: fix potential NULL pointer deref in nfc_genl_dump_ses_done + - selftests: netfilter: add a vrf+conntrack testcase + - vrf: don't run conntrack on vrf with !dflt qdisc + - bpf, x86: Fix "no previous prototype" warning + - bpf, sockmap: Attach map progs to psock early for feature probes + - bpf: Make sure bpf_disable_instrumentation() is safe vs preemption. + - bpf: Fix the off-by-two error in range markings + - ice: ignore dropped packets during init + - ethtool: do not perform operations on net devices being unregistered + - bonding: make tx_rebalance_counter an atomic + - nfp: Fix memory leak in nfp_cpp_area_cache_add() + - udp: using datalen to cap max gso segments + - netfilter: nft_exthdr: break evaluation if setting TCP option fails + - netfilter: conntrack: annotate data-races around ct->timeout + - iavf: restore MSI state on reset + - iavf: Fix reporting when setting descriptor count + - IB/hfi1: Correct guard on eager buffer deallocation + - devlink: fix netns refcount leak in devlink_nl_cmd_reload() + - net: bcm4908: Handle dma_set_coherent_mask error codes + - net: dsa: mv88e6xxx: error handling for serdes_power functions + - net: dsa: felix: Fix memory leak in felix_setup_mmio_filtering + - net/sched: fq_pie: prevent dismantle issue + - net: mvpp2: fix XDP rx queues registering + - KVM: x86: Don't WARN if userspace mucks with RCX during string I/O exit + - KVM: x86: Ignore sparse banks size for an "all CPUs", non-sparse IPI req + - KVM: x86: Wait for IPIs to be delivered when handling Hyper-V TLB flush + hypercall + - timers: implement usleep_idle_range() + - mm/damon/core: fix fake load reports due to uninterruptible sleeps + - mm/slub: fix endianness bug for alloc/free_traces attributes + - mm: bdi: initialize bdi_min_ratio when bdi is unregistered + - ALSA: ctl: Fix copy of updated id with element read/write + - ALSA: hda/realtek - Add headset Mic support for Lenovo ALC897 platform + - ALSA: hda/realtek: Fix quirk for TongFang PHxTxX1 + - ALSA: pcm: oss: Fix negative period/buffer sizes + - ALSA: pcm: oss: Limit the period size to 16MB + - ALSA: pcm: oss: Handle missing errors in snd_pcm_oss_change_params*() + - cifs: Fix crash on unload of cifs_arc4.ko + - scsi: qla2xxx: Format log strings only if needed + - btrfs: clear extent buffer uptodate when we fail to write it + - btrfs: fix re-dirty process of tree-log nodes + - btrfs: replace the BUG_ON in btrfs_del_root_ref with proper error handling + - btrfs: free exchange changeset on failures + - perf intel-pt: Fix some PGE (packet generation enable/control flow packets) + usage + - perf intel-pt: Fix sync state when a PSB (synchronization) packet is found + - perf intel-pt: Fix intel_pt_fup_event() assumptions about setting state type + - perf intel-pt: Fix state setting when receiving overflow (OVF) packet + - perf intel-pt: Fix next 'err' value, walking trace + - perf intel-pt: Fix missing 'instruction' events with 'q' option + - perf intel-pt: Fix error timestamp setting on the decoder error path + - md: fix update super 1.0 on rdev size change + - nfsd: fix use-after-free due to delegation race + - nfsd: Fix nsfd startup race (again) + - tracefs: Have new files inherit the ownership of their parent + - selftests: KVM: avoid failures due to reserved HyperTransport region + - hwmon: (pwm-fan) Ensure the fan going on in .probe() + - mmc: renesas_sdhi: initialize variable properly when tuning + - clk: qcom: regmap-mux: fix parent clock lookup + - thermal: int340x: Fix VCoRefLow MMIO bit offset for TGL + - drm/syncobj: Deal with signalled fences in drm_syncobj_find_fence. + - libata: add horkage for ASMedia 1092 + - io_uring: ensure task_work gets run as part of cancelations + - wait: add wake_up_pollfree() + - binder: use wake_up_pollfree() + - signalfd: use wake_up_pollfree() + - aio: keep poll requests on waitqueue until completed + - aio: fix use-after-free due to missing POLLFREE handling + - tracefs: Set all files to the same group ownership as the mount option + - i2c: mpc: Use atomic read and fix break condition + - block: fix ioprio_get(IOPRIO_WHO_PGRP) vs setuid(2) + - scsi: pm80xx: Do not call scsi_remove_host() in pm8001_alloc() + - scsi: scsi_debug: Fix buffer size of REPORT ZONES command + - ALSA: usb-audio: Reorder snd_djm_devices[] entries + - qede: validate non LSO skb length + - PM: runtime: Fix pm_runtime_active() kerneldoc comment + - ASoC: rt5682: Fix crash due to out of scope stack vars + - ASoC: qdsp6: q6routing: Fix return value from msm_routing_put_audio_mixer + - ASoC: codecs: wsa881x: fix return values from kcontrol put + - ASoC: codecs: wcd934x: handle channel mappping list correctly + - ASoC: codecs: wcd934x: return correct value from mixer put + - RDMA/hns: Do not halt commands during reset until later + - RDMA/hns: Do not destroy QP resources in the hw resetting phase + - hwmon: (dell-smm) Fix warning on /proc/i8k creation error + - clk: imx: use module_platform_driver + - clk: qcom: clk-alpha-pll: Don't reconfigure running Trion + - i40e: Fix failed opcode appearing if handling messages from VF + - i40e: Fix pre-set max number of queues for VF + - mtd: rawnand: fsmc: Take instruction delay into account + - mtd: rawnand: fsmc: Fix timing computation + - bpf, sockmap: Re-evaluate proto ops when psock is removed from sockmap + - i40e: Fix NULL pointer dereference in i40e_dbg_dump_desc + - Revert "PCI: aardvark: Fix support for PCI_ROM_ADDRESS1 on emulated bridge" + - drm/amd/display: Fix DPIA outbox timeout after S3/S4/reset + - perf tools: Fix SMT detection fast read path + - Documentation/locking/locktypes: Update migrate_disable() bits. + - dt-bindings: net: Reintroduce PHY no lane swap binding + - tools build: Remove needless libpython-version feature check that breaks + test-all fast path + - net: cdc_ncm: Allow for dwNtbOutMaxSize to be unset or zero + - net: altera: set a couple error code in probe() + - net: fec: only clear interrupt of handling queue in fec_enet_rx_queue() + - net, neigh: clear whole pneigh_entry at alloc time + - net/qla3xxx: fix an error code in ql_adapter_up() + - selftests/fib_tests: Rework fib_rp_filter_test() + - USB: gadget: detect too-big endpoint 0 requests + - USB: gadget: zero allocate endpoint 0 buffers + - Revert "usb: dwc3: dwc3-qcom: Enable tx-fifo-resize property by default" + - usb: core: config: fix validation of wMaxPacketValue entries + - usb: core: config: using bit mask instead of individual bits + - xhci: avoid race between disable slot command and host runtime suspend + - iio: gyro: adxrs290: fix data signedness + - iio: trigger: Fix reference counting + - iio: trigger: stm32-timer: fix MODULE_ALIAS + - iio: stk3310: Don't return error code in interrupt handler + - iio: mma8452: Fix trigger reference couting + - iio: ltr501: Don't return error code in trigger handler + - iio: kxsd9: Don't return error code in trigger handler + - iio: itg3200: Call iio_trigger_notify_done() on error + - iio: dln2-adc: Fix lockdep complaint + - iio: dln2: Check return value of devm_iio_trigger_register() + - iio: at91-sama5d2: Fix incorrect sign extension + - iio: adc: stm32: fix a current leak by resetting pcsel before disabling vdda + - iio: adc: axp20x_adc: fix charging current reporting on AXP22x + - iio: ad7768-1: Call iio_trigger_notify_done() on error + - iio: accel: kxcjk-1013: Fix possible memory leak in probe and remove + - nvmem: eeprom: at25: fix FRAM byte_len + - bus: mhi: pci_generic: Fix device recovery failed issue + - bus: mhi: core: Add support for forced PM resume + - csky: fix typo of fpu config macro + - irqchip/aspeed-scu: Replace update_bits with write_bits. + - irqchip/armada-370-xp: Fix return value of armada_370_xp_msi_alloc() + - irqchip/armada-370-xp: Fix support for Multi-MSI interrupts + - aio: Fix incorrect usage of eventfd_signal_allowed() + - irqchip/irq-gic-v3-its.c: Force synchronisation when issuing INVALL + - irqchip: nvic: Fix offset for Interrupt Priority Offsets + - misc: fastrpc: fix improper packet size calculation + - clocksource/drivers/dw_apb_timer_of: Fix probe failure + - bpf: Add selftests to cover packet access corner cases + - Linux 5.15.8 + + * Can't read/write SD card after running CPU offline test in 5.11.0 and 5.13.0 + (LP: #1951784) // Jammy update: v5.15.8 upstream stable release + (LP: #1954931) + - misc: rtsx: Avoid mangling IRQ during runtime PM + + * Enable Landlock by default (LP: #1953192) + - [Config] Enable Landlock by default + + * Add s0i3 RTC wake up for AMD systems (LP: #1950013) + - platform/x86: amd-pmc: Export Idlemask values based on the APU + - platform/x86: amd-pmc: adjust arguments for `amd_pmc_send_cmd` + - platform/x86: amd-pmc: Add special handling for timer based S0i3 wakeup + + * Fix runtime power management on USB controller with XHCI_RESET_ON_RESUME + flag (LP: #1954369) + - SAUCE: xhci: Remove CONFIG_USB_DEFAULT_PERSIST to prevent xHCI from runtime + suspending + + * Fix System hangs on black screen when reboot (LP: #1949321) + - drm/i915/hdmi: convert intel_hdmi_to_dev to intel_hdmi_to_i915 + - drm/i915: Don't request GMBUS to generate irqs when called while irqs are + off + - drm/i915/hdmi: Turn DP++ TMDS output buffers back on in encoder->shutdown() + + * require CAP_NET_ADMIN to attach N_HCI ldisc (LP: #1949516) + - Bluetooth: hci_ldisc: require CAP_NET_ADMIN to attach N_HCI ldisc + + * mt7921e: Failed to start WM firmware (LP: #1954300) + - SAUCE: Bluetooth: btusb: Handle download_firmware failure cases + - SAUCE: Bluetooth: btusb: Return error code when getting patch status failed + + * Miscellaneous Ubuntu changes + - [Packaging] Add list of built-in modules to the ABI + - [Packaging] abi-check: Process modules.builtin + - SAUCE: allow to use __wake_up_pollfree() from GPL modules + - [Packaging] enforce xz compression for debs + - [Config] update config after v5.15.12 + - [Packaging] temporarily disable signed v4l2loopback + + -- Andrea Righi Tue, 04 Jan 2022 11:22:10 +0100 + +linux (5.15.0-14.14) jammy; urgency=medium + + * jammy/linux: 5.15.0-14.14 -proposed tracker (LP: #1954627) + + * Jammy update: v5.15.7 upstream stable release (LP: #1953731) + - ALSA: usb-audio: Restrict rates for the shared clocks + - ALSA: usb-audio: Rename early_playback_start flag with lowlatency_playback + - ALSA: usb-audio: Disable low-latency playback for free-wheel mode + - ALSA: usb-audio: Disable low-latency mode for implicit feedback sync + - ALSA: usb-audio: Check available frames for the next packet size + - ALSA: usb-audio: Add spinlock to stop_urbs() + - ALSA: usb-audio: Improved lowlatency playback support + - ALSA: usb-audio: Avoid killing in-flight URBs during draining + - ALSA: usb-audio: Fix packet size calculation regression + - ALSA: usb-audio: Less restriction for low-latency playback mode + - ALSA: usb-audio: Switch back to non-latency mode at a later point + - ALSA: usb-audio: Don't start stream for capture at prepare + - gfs2: release iopen glock early in evict + - gfs2: Fix length of holes reported at end-of-file + - powerpc/pseries/ddw: Revert "Extend upper limit for huge DMA window for + persistent memory" + - powerpc/pseries/ddw: Do not try direct mapping with persistent memory and + one window + - drm/sun4i: fix unmet dependency on RESET_CONTROLLER for PHY_SUN6I_MIPI_DPHY + - mac80211: do not access the IV when it was stripped + - mac80211: fix throughput LED trigger + - x86/hyperv: Move required MSRs check to initial platform probing + - net/smc: Transfer remaining wait queue entries during fallback + - atlantic: Fix OOB read and write in hw_atl_utils_fw_rpc_wait + - net: return correct error code + - pinctrl: qcom: fix unmet dependencies on GPIOLIB for GPIOLIB_IRQCHIP + - platform/x86: dell-wmi-descriptor: disable by default + - platform/x86: thinkpad_acpi: Add support for dual fan control + - platform/x86: thinkpad_acpi: Fix WWAN device disabled issue after S3 deep + - s390/setup: avoid using memblock_enforce_memory_limit + - btrfs: silence lockdep when reading chunk tree during mount + - btrfs: check-integrity: fix a warning on write caching disabled disk + - thermal: core: Reset previous low and high trip during thermal zone init + - scsi: iscsi: Unblock session then wake up error handler + - drm/amd/pm: Remove artificial freq level on Navi1x + - drm/amd/amdkfd: Fix kernel panic when reset failed and been triggered again + - drm/amd/amdgpu: fix potential memleak + - ata: ahci: Add Green Sardine vendor ID as board_ahci_mobile + - ata: libahci: Adjust behavior when StorageD3Enable _DSD is set + - ethernet: hisilicon: hns: hns_dsaf_misc: fix a possible array overflow in + hns_dsaf_ge_srst_by_port() + - ipv6: check return value of ipv6_skip_exthdr + - net: tulip: de4x5: fix the problem that the array 'lp->phy[8]' may be out of + bound + - net: ethernet: dec: tulip: de4x5: fix possible array overflows in + type3_infoblock() + - perf sort: Fix the 'weight' sort key behavior + - perf sort: Fix the 'ins_lat' sort key behavior + - perf sort: Fix the 'p_stage_cyc' sort key behavior + - perf inject: Fix ARM SPE handling + - perf hist: Fix memory leak of a perf_hpp_fmt + - perf report: Fix memory leaks around perf_tip() + - tracing: Don't use out-of-sync va_list in event printing + - net/smc: Avoid warning of possible recursive locking + - ACPI: Add stubs for wakeup handler functions + - net/tls: Fix authentication failure in CCM mode + - vrf: Reset IPCB/IP6CB when processing outbound pkts in vrf dev xmit + - kprobes: Limit max data_size of the kretprobe instances + - ALSA: hda/cs8409: Set PMSG_ON earlier inside cs8409 driver + - rt2x00: do not mark device gone on EPROTO errors during start + - ipmi: Move remove_work to dedicated workqueue + - cpufreq: Fix get_cpu_device() failure in add_cpu_dev_symlink() + - iwlwifi: mvm: retry init flow if failed + - dma-buf: system_heap: Use 'for_each_sgtable_sg' in pages free flow + - s390/pci: move pseudo-MMIO to prevent MIO overlap + - fget: check that the fd still exists after getting a ref to it + - sata_fsl: fix UAF in sata_fsl_port_stop when rmmod sata_fsl + - sata_fsl: fix warning in remove_proc_entry when rmmod sata_fsl + - scsi: lpfc: Fix non-recovery of remote ports following an unsolicited LOGO + - scsi: ufs: ufs-pci: Add support for Intel ADL + - ipv6: fix memory leak in fib6_rule_suppress + - drm/amd/display: Allow DSC on supported MST branch devices + - drm/i915/dp: Perform 30ms delay after source OUI write + - KVM: fix avic_set_running for preemptable kernels + - KVM: Disallow user memslot with size that exceeds "unsigned long" + - KVM: x86/mmu: Fix TLB flush range when handling disconnected pt + - KVM: Ensure local memslot copies operate on up-to-date arch-specific data + - KVM: x86: ignore APICv if LAPIC is not enabled + - KVM: nVMX: Emulate guest TLB flush on nested VM-Enter with new vpid12 + - KVM: nVMX: Flush current VPID (L1 vs. L2) for KVM_REQ_TLB_FLUSH_GUEST + - KVM: nVMX: Abide to KVM_REQ_TLB_FLUSH_GUEST request on nested vmentry/vmexit + - KVM: VMX: prepare sync_pir_to_irr for running with APICv disabled + - KVM: x86: Use a stable condition around all VT-d PI paths + - KVM: MMU: shadow nested paging does not have PKU + - KVM: arm64: Avoid setting the upper 32 bits of TCR_EL2 and CPTR_EL2 to 1 + - KVM: X86: Use vcpu->arch.walk_mmu for kvm_mmu_invlpg() + - KVM: x86: check PIR even for vCPUs with disabled APICv + - tracing/histograms: String compares should not care about signed values + - net: dsa: mv88e6xxx: Fix application of erratum 4.8 for 88E6393X + - net: dsa: mv88e6xxx: Drop unnecessary check in + mv88e6393x_serdes_erratum_4_6() + - net: dsa: mv88e6xxx: Save power by disabling SerDes trasmitter and receiver + - net: dsa: mv88e6xxx: Add fix for erratum 5.2 of 88E6393X family + - net: dsa: mv88e6xxx: Fix inband AN for 2500base-x on 88E6393X family + - net: dsa: mv88e6xxx: Link in pcs_get_state() if AN is bypassed + - wireguard: selftests: increase default dmesg log size + - wireguard: allowedips: add missing __rcu annotation to satisfy sparse + - wireguard: selftests: actually test for routing loops + - wireguard: selftests: rename DEBUG_PI_LIST to DEBUG_PLIST + - wireguard: device: reset peer src endpoint when netns exits + - wireguard: receive: use ring buffer for incoming handshakes + - wireguard: receive: drop handshakes if queue lock is contended + - wireguard: ratelimiter: use kvcalloc() instead of kvzalloc() + - i2c: stm32f7: flush TX FIFO upon transfer errors + - i2c: stm32f7: recover the bus on access timeout + - i2c: stm32f7: stop dma transfer in case of NACK + - i2c: cbus-gpio: set atomic transfer callback + - natsemi: xtensa: fix section mismatch warnings + - tcp: fix page frag corruption on page fault + - net: qlogic: qlcnic: Fix a NULL pointer dereference in + qlcnic_83xx_add_rings() + - net: mpls: Fix notifications when deleting a device + - siphash: use _unaligned version by default + - arm64: ftrace: add missing BTIs + - iwlwifi: fix warnings produced by kernel debug options + - net/mlx5e: IPsec: Fix Software parser inner l3 type setting in case of + encapsulation + - net/mlx4_en: Fix an use-after-free bug in mlx4_en_try_alloc_resources() + - selftests: net: Correct case name + - net: dsa: b53: Add SPI ID table + - mt76: mt7915: fix NULL pointer dereference in mt7915_get_phy_mode + - ASoC: tegra: Fix wrong value type in ADMAIF + - ASoC: tegra: Fix wrong value type in I2S + - ASoC: tegra: Fix wrong value type in DMIC + - ASoC: tegra: Fix wrong value type in DSPK + - ASoC: tegra: Fix kcontrol put callback in ADMAIF + - ASoC: tegra: Fix kcontrol put callback in I2S + - ASoC: tegra: Fix kcontrol put callback in DMIC + - ASoC: tegra: Fix kcontrol put callback in DSPK + - ASoC: tegra: Fix kcontrol put callback in AHUB + - rxrpc: Fix rxrpc_peer leak in rxrpc_look_up_bundle() + - rxrpc: Fix rxrpc_local leak in rxrpc_lookup_peer() + - ALSA: intel-dsp-config: add quirk for CML devices based on ES8336 codec + - net: stmmac: Avoid DMA_CHAN_CONTROL write if no Split Header support + - net: usb: lan78xx: lan78xx_phy_init(): use PHY_POLL instead of "0" if no IRQ + is available + - net: marvell: mvpp2: Fix the computation of shared CPUs + - dpaa2-eth: destroy workqueue at the end of remove function + - octeontx2-af: Fix a memleak bug in rvu_mbox_init() + - net: annotate data-races on txq->xmit_lock_owner + - ipv4: convert fib_num_tclassid_users to atomic_t + - net/smc: fix wrong list_del in smc_lgr_cleanup_early + - net/rds: correct socket tunable error in rds_tcp_tune() + - net/smc: Keep smc_close_final rc during active close + - drm/msm/a6xx: Allocate enough space for GMU registers + - drm/msm: Do hw_init() before capturing GPU state + - drm/vc4: kms: Wait for the commit before increasing our clock rate + - drm/vc4: kms: Fix return code check + - drm/vc4: kms: Add missing drm_crtc_commit_put + - drm/vc4: kms: Clear the HVS FIFO commit pointer once done + - drm/vc4: kms: Don't duplicate pending commit + - drm/vc4: kms: Fix previous HVS commit wait + - atlantic: Increase delay for fw transactions + - atlatnic: enable Nbase-t speeds with base-t + - atlantic: Fix to display FW bundle version instead of FW mac version. + - atlantic: Add missing DIDs and fix 115c. + - Remove Half duplex mode speed capabilities. + - atlantic: Fix statistics logic for production hardware + - atlantic: Remove warn trace message. + - KVM: x86/mmu: Skip tlb flush if it has been done in zap_gfn_range() + - KVM: x86/mmu: Pass parameter flush as false in + kvm_tdp_mmu_zap_collapsible_sptes() + - drm/msm/devfreq: Fix OPP refcnt leak + - drm/msm: Fix mmap to include VM_IO and VM_DONTDUMP + - drm/msm: Fix wait_fence submitqueue leak + - drm/msm: Restore error return on invalid fence + - ASoC: rk817: Add module alias for rk817-codec + - iwlwifi: Fix memory leaks in error handling path + - KVM: X86: Fix when shadow_root_level=5 && guest root_level<4 + - KVM: SEV: initialize regions_list of a mirror VM + - net/mlx5e: Fix missing IPsec statistics on uplink representor + - net/mlx5: Move MODIFY_RQT command to ignore list in internal error state + - net/mlx5: E-switch, Respect BW share of the new group + - net/mlx5: E-Switch, fix single FDB creation on BlueField + - net/mlx5: E-Switch, Check group pointer before reading bw_share value + - KVM: x86/pmu: Fix reserved bits for AMD PerfEvtSeln register + - KVM: VMX: Set failure code in prepare_vmcs02() + - mctp: Don't let RTM_DELROUTE delete local routes + - Revert "drm/i915: Implement Wa_1508744258" + - io-wq: don't retry task_work creation failure on fatal conditions + - x86/sev: Fix SEV-ES INS/OUTS instructions for word, dword, and qword + - x86/entry: Add a fence for kernel entry SWAPGS in paranoid_entry() + - x86/entry: Use the correct fence macro after swapgs in kernel CR3 + - x86/xen: Add xenpv_restore_regs_and_return_to_usermode() + - preempt/dynamic: Fix setup_preempt_mode() return value + - sched/uclamp: Fix rq->uclamp_max not set on first enqueue + - KVM: SEV: Return appropriate error codes if SEV-ES scratch setup fails + - KVM: x86/mmu: Rename slot_handle_leaf to slot_handle_level_4k + - KVM: x86/mmu: Remove spurious TLB flushes in TDP MMU zap collapsible path + - net/mlx5e: Rename lro_timeout to packet_merge_timeout + - net/mlx5e: Rename TIR lro functions to TIR packet merge functions + - net/mlx5e: Sync TIR params updates against concurrent create/modify + - serial: 8250_bcm7271: UART errors after resuming from S2 + - parisc: Fix KBUILD_IMAGE for self-extracting kernel + - parisc: Fix "make install" on newer debian releases + - parisc: Mark cr16 CPU clocksource unstable on all SMP machines + - vgacon: Propagate console boot parameters before calling `vc_resize' + - xhci: Fix commad ring abort, write all 64 bits to CRCR register. + - USB: NO_LPM quirk Lenovo Powered USB-C Travel Hub + - usb: typec: tcpm: Wait in SNK_DEBOUNCED until disconnect + - usb: cdns3: gadget: fix new urb never complete if ep cancel previous + requests + - usb: cdnsp: Fix a NULL pointer dereference in cdnsp_endpoint_init() + - x86/tsc: Add a timer to make sure TSC_adjust is always checked + - x86/tsc: Disable clocksource watchdog for TSC on qualified platorms + - x86/64/mm: Map all kernel memory into trampoline_pgd + - tty: serial: msm_serial: Deactivate RX DMA for polling support + - serial: pl011: Add ACPI SBSA UART match id + - serial: tegra: Change lower tolerance baud rate limit for tegra20 and + tegra30 + - serial: core: fix transmit-buffer reset and memleak + - serial: 8250_pci: Fix ACCES entries in pci_serial_quirks array + - serial: 8250_pci: rewrite pericom_do_set_divisor() + - serial: 8250: Fix RTS modem control while in rs485 mode + - serial: liteuart: Fix NULL pointer dereference in ->remove() + - serial: liteuart: fix use-after-free and memleak on unbind + - serial: liteuart: fix minor-number leak on probe errors + - ipmi: msghandler: Make symbol 'remove_work_wq' static + - Linux 5.15.7 + + * Updates to ib_peer_memory requested by Nvidia (LP: #1947206) + - SAUCE: RDMA/core: Updated ib_peer_memory + - SAUCE: RDMA/core: ib_peer_memory fix build errors + + * Jammy update: v5.15.6 upstream stable release (LP: #1953370) + - scsi: sd: Fix sd_do_mode_sense() buffer length handling + - ACPI: Get acpi_device's parent from the parent field + - ACPI: CPPC: Add NULL pointer check to cppc_get_perf() + - USB: serial: pl2303: fix GC type detection + - USB: serial: option: add Telit LE910S1 0x9200 composition + - USB: serial: option: add Fibocom FM101-GL variants + - usb: dwc2: gadget: Fix ISOC flow for elapsed frames + - usb: dwc2: hcd_queue: Fix use of floating point literal + - usb: dwc3: leave default DMA for PCI devices + - usb: dwc3: core: Revise GHWPARAMS9 offset + - usb: dwc3: gadget: Ignore NoStream after End Transfer + - usb: dwc3: gadget: Check for L1/L2/U3 for Start Transfer + - usb: dwc3: gadget: Fix null pointer exception + - net: usb: Correct PHY handling of smsc95xx + - net: nexthop: fix null pointer dereference when IPv6 is not enabled + - usb: chipidea: ci_hdrc_imx: fix potential error pointer dereference in probe + - usb: typec: fusb302: Fix masking of comparator and bc_lvl interrupts + - usb: xhci: tegra: Check padctrl interrupt presence in device tree + - usb: hub: Fix usb enumeration issue due to address0 race + - usb: hub: Fix locking issues with address0_mutex + - binder: fix test regression due to sender_euid change + - ALSA: ctxfi: Fix out-of-range access + - ALSA: hda/realtek: Add quirk for ASRock NUC Box 1100 + - ALSA: hda/realtek: Fix LED on HP ProBook 435 G7 + - media: cec: copy sequence field for the reply + - Revert "parisc: Fix backtrace to always include init funtion names" + - HID: wacom: Use "Confidence" flag to prevent reporting invalid contacts + - staging/fbtft: Fix backlight + - staging: greybus: Add missing rwsem around snd_ctl_remove() calls + - staging: rtl8192e: Fix use after free in _rtl92e_pci_disconnect() + - staging: r8188eu: Use kzalloc() with GFP_ATOMIC in atomic context + - staging: r8188eu: Fix breakage introduced when 5G code was removed + - staging: r8188eu: use GFP_ATOMIC under spinlock + - staging: r8188eu: fix a memory leak in rtw_wx_read32() + - fuse: release pipe buf after last use + - xen: don't continue xenstore initialization in case of errors + - xen: detect uninitialized xenbus in xenbus_init + - io_uring: correct link-list traversal locking + - io_uring: fail cancellation for EXITING tasks + - io_uring: fix link traversal locking + - drm/amdgpu: IH process reset count when restart + - drm/amdgpu/pm: fix powerplay OD interface + - drm/nouveau: recognise GA106 + - ksmbd: downgrade addition info error msg to debug in smb2_get_info_sec() + - ksmbd: contain default data stream even if xattr is empty + - ksmbd: fix memleak in get_file_stream_info() + - KVM: PPC: Book3S HV: Prevent POWER7/8 TLB flush flushing SLB + - tracing/uprobe: Fix uprobe_perf_open probes iteration + - tracing: Fix pid filtering when triggers are attached + - mmc: sdhci-esdhc-imx: disable CMDQ support + - mmc: sdhci: Fix ADMA for PAGE_SIZE >= 64KiB + - mdio: aspeed: Fix "Link is Down" issue + - arm64: mm: Fix VM_BUG_ON(mm != &init_mm) for trans_pgd + - cpufreq: intel_pstate: Fix active mode offline/online EPP handling + - powerpc/32: Fix hardlockup on vmap stack overflow + - iomap: Fix inline extent handling in iomap_readpage + - NFSv42: Fix pagecache invalidation after COPY/CLONE + - PCI: aardvark: Deduplicate code in advk_pcie_rd_conf() + - PCI: aardvark: Implement re-issuing config requests on CRS response + - PCI: aardvark: Simplify initialization of rootcap on virtual bridge + - PCI: aardvark: Fix link training + - drm/amd/display: Fix OLED brightness control on eDP + - proc/vmcore: fix clearing user buffer by properly using clear_user() + - ASoC: SOF: Intel: hda: fix hotplug when only codec is suspended + - netfilter: ctnetlink: fix filtering with CTA_TUPLE_REPLY + - netfilter: ctnetlink: do not erase error code with EINVAL + - netfilter: ipvs: Fix reuse connection if RS weight is 0 + - netfilter: flowtable: fix IPv6 tunnel addr match + - media: v4l2-core: fix VIDIOC_DQEVENT handling on non-x86 + - firmware: arm_scmi: Fix null de-reference on error path + - ARM: dts: BCM5301X: Fix I2C controller interrupt + - ARM: dts: BCM5301X: Add interrupt properties to GPIO node + - ARM: dts: bcm2711: Fix PCIe interrupts + - ASoC: qdsp6: q6routing: Conditionally reset FrontEnd Mixer + - ASoC: qdsp6: q6asm: fix q6asm_dai_prepare error handling + - ASoC: topology: Add missing rwsem around snd_ctl_remove() calls + - ASoC: codecs: wcd938x: fix volatile register range + - ASoC: codecs: wcd934x: return error code correctly from hw_params + - ASoC: codecs: lpass-rx-macro: fix HPHR setting CLSH mask + - net: ieee802154: handle iftypes as u32 + - firmware: arm_scmi: Fix base agent discover response + - firmware: arm_scmi: pm: Propagate return value to caller + - ASoC: stm32: i2s: fix 32 bits channel length without mclk + - NFSv42: Don't fail clone() unless the OP_CLONE operation failed + - ARM: socfpga: Fix crash with CONFIG_FORTIRY_SOURCE + - drm/nouveau/acr: fix a couple NULL vs IS_ERR() checks + - scsi: qla2xxx: edif: Fix off by one bug in qla_edif_app_getfcinfo() + - scsi: mpt3sas: Fix kernel panic during drive powercycle test + - scsi: mpt3sas: Fix system going into read-only mode + - scsi: mpt3sas: Fix incorrect system timestamp + - drm/vc4: fix error code in vc4_create_object() + - drm/aspeed: Fix vga_pw sysfs output + - net: marvell: prestera: fix brige port operation + - net: marvell: prestera: fix double free issue on err path + - HID: input: Fix parsing of HID_CP_CONSUMER_CONTROL fields + - HID: input: set usage type to key on keycode remap + - HID: magicmouse: prevent division by 0 on scroll + - iavf: Prevent changing static ITR values if adaptive moderation is on + - iavf: Fix refreshing iavf adapter stats on ethtool request + - iavf: Fix VLAN feature flags after VFR + - x86/pvh: add prototype for xen_pvh_init() + - xen/pvh: add missing prototype to header + - ALSA: intel-dsp-config: add quirk for JSL devices based on ES8336 codec + - mptcp: fix delack timer + - mptcp: use delegate action to schedule 3rd ack retrans + - af_unix: fix regression in read after shutdown + - firmware: smccc: Fix check for ARCH_SOC_ID not implemented + - ipv6: fix typos in __ip6_finish_output() + - nfp: checking parameter process for rx-usecs/tx-usecs is invalid + - net: stmmac: retain PTP clock time during SIOCSHWTSTAMP ioctls + - net: ipv6: add fib6_nh_release_dsts stub + - net: nexthop: release IPv6 per-cpu dsts when replacing a nexthop group + - ice: fix vsi->txq_map sizing + - ice: avoid bpf_prog refcount underflow + - scsi: core: sysfs: Fix setting device state to SDEV_RUNNING + - scsi: scsi_debug: Zero clear zones at reset write pointer + - erofs: fix deadlock when shrink erofs slab + - i2c: virtio: disable timeout handling + - net/smc: Ensure the active closing peer first closes clcsock + - mlxsw: spectrum: Protect driver from buggy firmware + - net: ipa: directly disable ipa-setup-ready interrupt + - net: ipa: separate disabling setup from modem stop + - net: ipa: kill ipa_cmd_pipeline_clear() + - net: marvell: mvpp2: increase MTU limit when XDP enabled + - cpufreq: intel_pstate: Add Ice Lake server to out-of-band IDs + - nvmet-tcp: fix incomplete data digest send + - drm/hyperv: Fix device removal on Gen1 VMs + - arm64: uaccess: avoid blocking within critical sections + - net/ncsi : Add payload to be 32-bit aligned to fix dropped packets + - PM: hibernate: use correct mode for swsusp_close() + - drm/amd/display: Fix DPIA outbox timeout after GPU reset + - drm/amd/display: Set plane update flags for all planes in reset + - tcp_cubic: fix spurious Hystart ACK train detections for not-cwnd-limited + flows + - lan743x: fix deadlock in lan743x_phy_link_status_change() + - net: phylink: Force link down and retrigger resolve on interface change + - net: phylink: Force retrigger in case of latched link-fail indicator + - net/smc: Fix NULL pointer dereferencing in smc_vlan_by_tcpsk() + - net/smc: Fix loop in smc_listen + - nvmet: use IOCB_NOWAIT only if the filesystem supports it + - igb: fix netpoll exit with traffic + - MIPS: loongson64: fix FTLB configuration + - MIPS: use 3-level pgtable for 64KB page size on MIPS_VA_BITS_48 + - tls: splice_read: fix record type check + - tls: splice_read: fix accessing pre-processed records + - tls: fix replacing proto_ops + - net: stmmac: Disable Tx queues when reconfiguring the interface + - net/sched: sch_ets: don't peek at classes beyond 'nbands' + - ethtool: ioctl: fix potential NULL deref in ethtool_set_coalesce() + - net: vlan: fix underflow for the real_dev refcnt + - net/smc: Don't call clcsock shutdown twice when smc shutdown + - net: hns3: fix VF RSS failed problem after PF enable multi-TCs + - net: hns3: fix incorrect components info of ethtool --reset command + - net: mscc: ocelot: don't downgrade timestamping RX filters in SIOCSHWTSTAMP + - net: mscc: ocelot: correctly report the timestamping RX filters in ethtool + - locking/rwsem: Make handoff bit handling more consistent + - perf: Ignore sigtrap for tracepoints destined for other tasks + - sched/scs: Reset task stack state in bringup_cpu() + - iommu/rockchip: Fix PAGE_DESC_HI_MASKs for RK3568 + - iommu/vt-d: Fix unmap_pages support + - f2fs: quota: fix potential deadlock + - f2fs: set SBI_NEED_FSCK flag when inconsistent node block found + - riscv: dts: microchip: fix board compatible + - riscv: dts: microchip: drop duplicated MMC/SDHC node + - cifs: nosharesock should not share socket with future sessions + - ceph: properly handle statfs on multifs setups + - iommu/amd: Clarify AMD IOMMUv2 initialization messages + - vdpa_sim: avoid putting an uninitialized iova_domain + - vhost/vsock: fix incorrect used length reported to the guest + - ksmbd: Fix an error handling path in 'smb2_sess_setup()' + - tracing: Check pid filtering when creating events + - cifs: nosharesock should be set on new server + - io_uring: fix soft lockup when call __io_remove_buffers + - firmware: arm_scmi: Fix type error assignment in voltage protocol + - firmware: arm_scmi: Fix type error in sensor protocol + - docs: accounting: update delay-accounting.rst reference + - blk-mq: cancel blk-mq dispatch work in both blk_cleanup_queue and + disk_release() + - block: avoid to quiesce queue in elevator_init_mq + - drm/amdgpu/gfx10: add wraparound gpu counter check for APUs as well + - drm/amdgpu/gfx9: switch to golden tsc registers for renoir+ + - Linux 5.15.6 + + * Fix bogus HDMI audio interface (LP: #1953208) + - ALSA: hda/hdmi: Consider ELD is invalid when no SAD is present + + * Miscellaneous Ubuntu changes + - [Config] re-enabled UBSAN without TRAP + - SAUCE: ipv6: fix NULL pointer dereference in ip6_output() + - SAUCE: RDMA/core: Introduce peer memory interface + - [Config] toolchain version update + + * Miscellaneous upstream changes + - Revert "UBUNTU: [Config] Temporarily disable signing for ppc64el and s390x" + - Revert "UBUNTU: SAUCE: vt -- maintain bootloader screen mode and content + until vt switch" + + -- Paolo Pisati Mon, 13 Dec 2021 12:13:17 +0100 + +linux (5.15.0-13.13) jammy; urgency=medium + + * jammy/linux: 5.15.0-13.13 -proposed tracker (LP: #1952583) + + * Packaging resync (LP: #1786013) + - [Packaging] resync update-dkms-versions helper + - debian/dkms-versions -- update from kernel-versions (main/master) + + * Jammy update: v5.15.5 upstream stable release (LP: #1952579) + - arm64: zynqmp: Do not duplicate flash partition label property + - arm64: zynqmp: Fix serial compatible string + - clk: sunxi-ng: Unregister clocks/resets when unbinding + - ARM: dts: sunxi: Fix OPPs node name + - arm64: dts: allwinner: h5: Fix GPU thermal zone node name + - arm64: dts: allwinner: a100: Fix thermal zone node name + - staging: wfx: ensure IRQ is ready before enabling it + - ARM: dts: BCM5301X: Fix nodes names + - ARM: dts: BCM5301X: Fix MDIO mux binding + - ARM: dts: NSP: Fix mpcore, mmc node names + - arm64: dts: broadcom: bcm4908: Move reboot syscon out of bus + - scsi: pm80xx: Fix memory leak during rmmod + - scsi: lpfc: Fix list_add() corruption in lpfc_drain_txq() + - ASoC: mediatek: mt8195: Add missing of_node_put() + - arm64: dts: rockchip: Disable CDN DP on Pinebook Pro + - arm64: dts: hisilicon: fix arm,sp805 compatible string + - RDMA/bnxt_re: Check if the vlan is valid before reporting + - bus: ti-sysc: Add quirk handling for reinit on context lost + - bus: ti-sysc: Use context lost quirk for otg + - usb: musb: tusb6010: check return value after calling + platform_get_resource() + - usb: typec: tipd: Remove WARN_ON in tps6598x_block_read + - ARM: dts: ux500: Skomer regulator fixes + - staging: rtl8723bs: remove possible deadlock when disconnect (v2) + - staging: rtl8723bs: remove a second possible deadlock + - staging: rtl8723bs: remove a third possible deadlock + - ARM: BCM53016: Specify switch ports for Meraki MR32 + - arm64: dts: qcom: msm8998: Fix CPU/L2 idle state latency and residency + - arm64: dts: qcom: ipq6018: Fix qcom,controlled-remotely property + - arm64: dts: qcom: ipq8074: Fix qcom,controlled-remotely property + - arm64: dts: qcom: sdm845: Fix qcom,controlled-remotely property + - arm64: dts: freescale: fix arm,sp805 compatible string + - arm64: dts: ls1012a: Add serial alias for ls1012a-rdb + - RDMA/rxe: Separate HW and SW l/rkeys + - ASoC: SOF: Intel: hda-dai: fix potential locking issue + - scsi: core: Fix scsi_mode_sense() buffer length handling + - ALSA: usb-audio: disable implicit feedback sync for Behringer UFX1204 and + UFX1604 + - clk: imx: imx6ul: Move csi_sel mux to correct base register + - ASoC: es8316: Use IRQF_NO_AUTOEN when requesting the IRQ + - ASoC: rt5651: Use IRQF_NO_AUTOEN when requesting the IRQ + - ASoC: nau8824: Add DMI quirk mechanism for active-high jack-detect + - scsi: advansys: Fix kernel pointer leak + - scsi: smartpqi: Add controller handshake during kdump + - arm64: dts: imx8mm-kontron: Fix reset delays for ethernet PHY + - ALSA: intel-dsp-config: add quirk for APL/GLK/TGL devices based on ES8336 + codec + - ASoC: Intel: soc-acpi: add missing quirk for TGL SDCA single amp + - ASoC: Intel: sof_sdw: add missing quirk for Dell SKU 0A45 + - firmware_loader: fix pre-allocated buf built-in firmware use + - HID: multitouch: disable sticky fingers for UPERFECT Y + - ALSA: usb-audio: Add support for the Pioneer DJM 750MK2 Mixer/Soundcard + - ARM: dts: omap: fix gpmc,mux-add-data type + - usb: host: ohci-tmio: check return value after calling + platform_get_resource() + - ASoC: rt5682: fix a little pop while playback + - ARM: dts: ls1021a: move thermal-zones node out of soc/ + - ARM: dts: ls1021a-tsn: use generic "jedec,spi-nor" compatible for flash + - ALSA: ISA: not for M68K + - iommu/vt-d: Do not falsely log intel_iommu is unsupported kernel option + - tty: tty_buffer: Fix the softlockup issue in flush_to_ldisc + - MIPS: sni: Fix the build + - scsi: scsi_debug: Fix out-of-bound read in resp_readcap16() + - scsi: scsi_debug: Fix out-of-bound read in resp_report_tgtpgs() + - scsi: target: Fix ordered tag handling + - scsi: target: Fix alua_tg_pt_gps_count tracking + - iio: imu: st_lsm6dsx: Avoid potential array overflow in st_lsm6dsx_set_odr() + - RDMA/core: Use kvzalloc when allocating the struct ib_port + - scsi: lpfc: Fix use-after-free in lpfc_unreg_rpi() routine + - scsi: lpfc: Fix link down processing to address NULL pointer dereference + - scsi: lpfc: Allow fabric node recovery if recovery is in progress before + devloss + - memory: tegra20-emc: Add runtime dependency on devfreq governor module + - powerpc/5200: dts: fix memory node unit name + - ARM: dts: qcom: fix memory and mdio nodes naming for RB3011 + - arm64: dts: qcom: Fix node name of rpm-msg-ram device nodes + - ALSA: gus: fix null pointer dereference on pointer block + - ALSA: usb-audio: fix null pointer dereference on pointer cs_desc + - clk: at91: sama7g5: remove prescaler part of master clock + - iommu/dart: Initialize DART_STREAMS_ENABLE + - powerpc/dcr: Use cmplwi instead of 3-argument cmpli + - powerpc/8xx: Fix Oops with STRICT_KERNEL_RWX without DEBUG_RODATA_TEST + - sh: check return code of request_irq + - maple: fix wrong return value of maple_bus_init(). + - f2fs: fix up f2fs_lookup tracepoints + - f2fs: fix to use WHINT_MODE + - f2fs: fix wrong condition to trigger background checkpoint correctly + - sh: fix kconfig unmet dependency warning for FRAME_POINTER + - sh: math-emu: drop unused functions + - sh: define __BIG_ENDIAN for math-emu + - f2fs: compress: disallow disabling compress on non-empty compressed file + - f2fs: fix incorrect return value in f2fs_sanity_check_ckpt() + - clk: ingenic: Fix bugs with divided dividers + - clk/ast2600: Fix soc revision for AHB + - clk: qcom: gcc-msm8996: Drop (again) gcc_aggre1_pnoc_ahb_clk + - KVM: arm64: Fix host stage-2 finalization + - mips: BCM63XX: ensure that CPU_SUPPORTS_32BIT_KERNEL is set + - MIPS: boot/compressed/: add __bswapdi2() to target for ZSTD decompression + - sched/core: Mitigate race cpus_share_cache()/update_top_cache_domain() + - sched/fair: Prevent dead task groups from regaining cfs_rq's + - perf/x86/vlbr: Add c->flags to vlbr event constraints + - blkcg: Remove extra blkcg_bio_issue_init + - tracing/histogram: Do not copy the fixed-size char array field over the + field size + - perf bpf: Avoid memory leak from perf_env__insert_btf() + - perf bench futex: Fix memory leak of perf_cpu_map__new() + - perf tests: Remove bash construct from record+zstd_comp_decomp.sh + - drm/nouveau: hdmigv100.c: fix corrupted HDMI Vendor InfoFrame + - bpf: Fix inner map state pruning regression. + - samples/bpf: Fix summary per-sec stats in xdp_sample_user + - samples/bpf: Fix incorrect use of strlen in xdp_redirect_cpu + - selftests: net: switch to socat in the GSO GRE test + - net/ipa: ipa_resource: Fix wrong for loop range + - tcp: Fix uninitialized access in skb frags array for Rx 0cp. + - tracing: Add length protection to histogram string copies + - nl80211: fix radio statistics in survey dump + - mac80211: fix monitor_sdata RCU/locking assertions + - net: ipa: HOLB register sometimes must be written twice + - net: ipa: disable HOLB drop when updating timer + - selftests: gpio: fix gpio compiling error + - net: bnx2x: fix variable dereferenced before check + - bnxt_en: reject indirect blk offload when hw-tc-offload is off + - tipc: only accept encrypted MSG_CRYPTO msgs + - sock: fix /proc/net/sockstat underflow in sk_clone_lock() + - net/smc: Make sure the link_id is unique + - NFSD: Fix exposure in nfsd4_decode_bitmap() + - iavf: Fix return of set the new channel count + - iavf: check for null in iavf_fix_features + - iavf: free q_vectors before queues in iavf_disable_vf + - iavf: don't clear a lock we don't hold + - iavf: Fix failure to exit out from last all-multicast mode + - iavf: prevent accidental free of filter structure + - iavf: validate pointers + - iavf: Fix for the false positive ASQ/ARQ errors while issuing VF reset + - iavf: Fix for setting queues to 0 + - iavf: Restore VLAN filters after link down + - bpf: Fix toctou on read-only map's constant scalar tracking + - MIPS: generic/yamon-dt: fix uninitialized variable error + - mips: bcm63xx: add support for clk_get_parent() + - mips: lantiq: add support for clk_get_parent() + - gpio: rockchip: needs GENERIC_IRQ_CHIP to fix build errors + - platform/x86: hp_accel: Fix an error handling path in 'lis3lv02d_probe()' + - platform/x86: think-lmi: Abort probe on analyze failure + - udp: Validate checksum in udp_read_sock() + - btrfs: make 1-bit bit-fields of scrub_page unsigned int + - RDMA/core: Set send and receive CQ before forwarding to the driver + - net/mlx5e: kTLS, Fix crash in RX resync flow + - net/mlx5e: Wait for concurrent flow deletion during neigh/fib events + - net/mlx5: E-Switch, Fix resetting of encap mode when entering switchdev + - net/mlx5e: nullify cq->dbg pointer in mlx5_debug_cq_remove() + - net/mlx5: Update error handler for UCTX and UMEM + - net/mlx5: E-Switch, rebuild lag only when needed + - net/mlx5e: CT, Fix multiple allocations and memleak of mod acts + - net/mlx5: Lag, update tracker when state change event received + - net/mlx5: E-Switch, return error if encap isn't supported + - scsi: ufs: core: Improve SCSI abort handling + - scsi: core: sysfs: Fix hang when device state is set via sysfs + - scsi: ufs: core: Fix task management completion timeout race + - scsi: ufs: core: Fix another task management completion race + - net: mvmdio: fix compilation warning + - net: sched: act_mirred: drop dst for the direction from egress to ingress + - net: dpaa2-eth: fix use-after-free in dpaa2_eth_remove + - net: virtio_net_hdr_to_skb: count transport header in UFO + - i40e: Fix correct max_pkt_size on VF RX queue + - i40e: Fix NULL ptr dereference on VSI filter sync + - i40e: Fix changing previously set num_queue_pairs for PFs + - i40e: Fix ping is lost after configuring ADq on VF + - RDMA/mlx4: Do not fail the registration on port stats + - i40e: Fix warning message and call stack during rmmod i40e driver + - i40e: Fix creation of first queue by omitting it if is not power of two + - i40e: Fix display error code in dmesg + - NFC: reorganize the functions in nci_request + - NFC: reorder the logic in nfc_{un,}register_device + - NFC: add NCI_UNREG flag to eliminate the race + - e100: fix device suspend/resume + - ptp: ocp: Fix a couple NULL vs IS_ERR() checks + - tools build: Fix removal of feature-sync-compare-and-swap feature detection + - riscv: fix building external modules + - KVM: PPC: Book3S HV: Use GLOBAL_TOC for kvmppc_h_set_dabr/xdabr() + - powerpc: clean vdso32 and vdso64 directories + - powerpc/pseries: rename numa_dist_table to form2_distances + - powerpc/pseries: Fix numa FORM2 parsing fallback code + - pinctrl: qcom: sdm845: Enable dual edge errata + - pinctrl: qcom: sm8350: Correct UFS and SDC offsets + - perf/x86/intel/uncore: Fix filter_tid mask for CHA events on Skylake Server + - perf/x86/intel/uncore: Fix IIO event constraints for Skylake Server + - perf/x86/intel/uncore: Fix IIO event constraints for Snowridge + - s390/kexec: fix return code handling + - blk-cgroup: fix missing put device in error path from blkg_conf_pref() + - dmaengine: remove debugfs #ifdef + - tun: fix bonding active backup with arp monitoring + - Revert "mark pstore-blk as broken" + - pstore/blk: Use "%lu" to format unsigned long + - hexagon: export raw I/O routines for modules + - hexagon: clean up timer-regs.h + - tipc: check for null after calling kmemdup + - ipc: WARN if trying to remove ipc object which is absent + - shm: extend forced shm destroy to support objects from several IPC nses + - mm: kmemleak: slob: respect SLAB_NOLEAKTRACE flag + - hugetlb, userfaultfd: fix reservation restore on userfaultfd error + - kmap_local: don't assume kmap PTEs are linear arrays in memory + - mm/damon/dbgfs: use '__GFP_NOWARN' for user-specified size buffer allocation + - mm/damon/dbgfs: fix missed use of damon_dbgfs_lock + - x86/boot: Pull up cmdline preparation and early param parsing + - x86/sgx: Fix free page accounting + - x86/hyperv: Fix NULL deref in set_hv_tscchange_cb() if Hyper-V setup fails + - KVM: x86: Assume a 64-bit hypercall for guests with protected state + - KVM: x86: Fix uninitialized eoi_exit_bitmap usage in vcpu_load_eoi_exitmap() + - KVM: x86/mmu: include EFER.LMA in extended mmu role + - KVM: x86/xen: Fix get_attr of KVM_XEN_ATTR_TYPE_SHARED_INFO + - powerpc/signal32: Fix sigset_t copy + - powerpc/xive: Change IRQ domain to a tree domain + - powerpc/8xx: Fix pinned TLBs with CONFIG_STRICT_KERNEL_RWX + - Revert "drm/i915/tgl/dsi: Gate the ddi clocks after pll mapping" + - Revert "parisc: Reduce sigreturn trampoline to 3 instructions" + - ata: libata: improve ata_read_log_page() error message + - ata: libata: add missing ata_identify_page_supported() calls + - scsi: qla2xxx: Fix mailbox direction flags in qla2xxx_get_adapter_id() + - pinctrl: ralink: include 'ralink_regs.h' in 'pinctrl-mt7620.c' + - s390/setup: avoid reserving memory above identity mapping + - s390/boot: simplify and fix kernel memory layout setup + - s390/vdso: filter out -mstack-guard and -mstack-size + - s390/kexec: fix memory leak of ipl report buffer + - s390/dump: fix copying to user-space of swapped kdump oldmem + - block: Check ADMIN before NICE for IOPRIO_CLASS_RT + - fbdev: Prevent probing generic drivers if a FB is already registered + - KVM: SEV: Disallow COPY_ENC_CONTEXT_FROM if target has created vCPUs + - KVM: nVMX: don't use vcpu->arch.efer when checking host state on nested + state load + - drm/cma-helper: Release non-coherent memory with dma_free_noncoherent() + - printk: restore flushing of NMI buffers on remote CPUs after NMI backtraces + - udf: Fix crash after seekdir + - spi: fix use-after-free of the add_lock mutex + - net: stmmac: socfpga: add runtime suspend/resume callback for stratix10 + platform + - Drivers: hv: balloon: Use VMBUS_RING_SIZE() wrapper for dm_ring_size + - btrfs: fix memory ordering between normal and ordered work functions + - fs: handle circular mappings correctly + - net: stmmac: Fix signed/unsigned wreckage + - parisc/sticon: fix reverse colors + - cfg80211: call cfg80211_stop_ap when switch from P2P_GO type + - mac80211: fix radiotap header generation + - mac80211: drop check for DONT_REORDER in __ieee80211_select_queue + - drm/amd/display: Update swizzle mode enums + - drm/amd/display: Limit max DSC target bpp for specific monitors + - drm/i915/guc: Fix outstanding G2H accounting + - drm/i915/guc: Don't enable scheduling on a banned context, guc_id invalid, + not registered + - drm/i915/guc: Workaround reset G2H is received after schedule done G2H + - drm/i915/guc: Don't drop ce->guc_active.lock when unwinding context + - drm/i915/guc: Unwind context requests in reverse order + - drm/udl: fix control-message timeout + - drm/prime: Fix use after free in mmap with drm_gem_ttm_mmap + - drm/nouveau: Add a dedicated mutex for the clients list + - drm/nouveau: use drm_dev_unplug() during device removal + - drm/nouveau: clean up all clients on device removal + - drm/i915/dp: Ensure sink rate values are always valid + - drm/i915/dp: Ensure max link params are always valid + - drm/i915: Fix type1 DVI DP dual mode adapter heuristic for modern platforms + - drm/amdgpu: fix set scaling mode Full/Full aspect/Center not works on vga + and dvi connectors + - drm/amd/pm: avoid duplicate powergate/ungate setting + - signal: Implement force_fatal_sig + - exit/syscall_user_dispatch: Send ordinary signals on failure + - signal/powerpc: On swapcontext failure force SIGSEGV + - signal/s390: Use force_sigsegv in default_trap_handler + - signal/sparc32: Exit with a fatal signal when try_to_clear_window_buffer + fails + - signal/sparc32: In setup_rt_frame and setup_fram use force_fatal_sig + - signal/vm86_32: Properly send SIGSEGV when the vm86 state cannot be saved. + - signal/x86: In emulate_vsyscall force a signal instead of calling do_exit + - signal: Replace force_sigsegv(SIGSEGV) with force_fatal_sig(SIGSEGV) + - signal: Don't always set SA_IMMUTABLE for forced signals + - signal: Replace force_fatal_sig with force_exit_sig when in doubt + - hugetlbfs: flush TLBs correctly after huge_pmd_unshare + - RDMA/netlink: Add __maybe_unused to static inline in C file + - bpf: Forbid bpf_ktime_get_coarse_ns and bpf_timer_* in tracing progs + - selinux: fix NULL-pointer dereference when hashtab allocation fails + - ASoC: DAPM: Cover regression by kctl change notification fix + - ASoC: rsnd: fixup DMAEngine API + - usb: max-3421: Use driver data instead of maintaining a list of bound + devices + - ice: Fix VF true promiscuous mode + - ice: Delete always true check of PF pointer + - fs: export an inode_update_time helper + - btrfs: update device path inode time instead of bd_inode + - net: add and use skb_unclone_keeptruesize() helper + - x86/Kconfig: Fix an unused variable error in dell-smm-hwmon + - ALSA: hda: hdac_ext_stream: fix potential locking issues + - ALSA: hda: hdac_stream: fix potential locking issue in + snd_hdac_stream_assign() + - Linux 5.15.5 + + * Fix non-working e1000e device after resume (LP: #1951861) + - SAUCE: Revert "e1000e: Additional PHY power saving in S0ix" + - SAUCE: Revert "e1000e: Add polling mechanism to indicate CSME DPG exit" + - SAUCE: Revert "e1000e: Add handshake with the CSME to support S0ix" + + * [SRU][I/OEM-5.13/OEM-5.14] Add MAC passthrough support for more Lenovo docks + (LP: #1951767) + - net: usb: r8152: Add MAC passthrough support for more Lenovo Docks + + * [amdgpu] USB4 support for DP tunneling (LP: #1951868) + - drm/amd/display: Support for DMUB HPD interrupt handling + - drm/amd/display: Update link encoder object creation. + - drm/amd/display: USB4 DPIA enumeration and AUX Tunneling + - drm/amd/display: Support for DMUB HPD and HPD RX interrupt handling + - drm/amd/display: Set DPIA link endpoint type + - drm/amd/display: Stub out DPIA link training call + - drm/amd/display: Add stub to get DPIA tunneling device data + - drm/amd/display: Skip DPCD read for DPTX-to-DPIA hop + - drm/amd/display: Train DPIA links with fallback + - drm/amd/display: Implement DPIA training loop + - drm/amd/display: Implement DPIA link configuration + - drm/amd/display: Implement DPIA clock recovery phase + - drm/amd/display: Implement DPIA equalisation phase + - drm/amd/display: Implement end of training for hop in DPIA display path + - drm/amd/display: Support for SET_CONFIG processing with DMUB + - drm/amd/display: isolate link training setting override to its own function + - drm/amd/display: Read USB4 DP tunneling data from DPCD. + - drm/amd/display: Add dpia debug options + - drm/amd/display: Support for SET_CONFIG processing with DMUB + - drm/amd/display: Add DPCD writes at key points + - drm/amd/display: Fix DIG_HPD_SELECT for USB4 display endpoints. + - drm/amd/display: Add helper for blanking all dp displays + - drm/amd/display: Fix link training fallback logic + - drm/amd/display: Add debug flags for USB4 DP link training. + - drm/amd/display: Fix dynamic link encoder access. + - drm/amd/display: Fix concurrent dynamic encoder assignment + - drm/amd/display: Fix dynamic encoder reassignment + - drm/amd/display: Fix for access for ddc pin and aux engine. + - drm/amd/display: Deadlock/HPD Status/Crash Bug Fix + - drm/amd/display: Fix USB4 Aux via DMUB terminate unexpectedly + + * Miscellaneous Ubuntu changes + - [Packaging] Rewrite debian/scripts/module-check in Python + - [Config] update config and annotations after applying v5.15.5 + + -- Andrea Righi Mon, 29 Nov 2021 09:25:37 +0100 + +linux (5.15.0-12.12) jammy; urgency=medium + + * jammy/linux: 5.15.0-12.12 -proposed tracker (LP: #1951810) + + * Jammy update: v5.15.4 upstream stable release (LP: #1951820) + - string: uninline memcpy_and_pad + - Revert "drm: fb_helper: improve CONFIG_FB dependency" + - Revert "drm: fb_helper: fix CONFIG_FB dependency" + - KVM: Fix steal time asm constraints + - btrfs: introduce btrfs_is_data_reloc_root + - btrfs: zoned: add a dedicated data relocation block group + - btrfs: zoned: only allow one process to add pages to a relocation inode + - btrfs: zoned: use regular writes for relocation + - btrfs: check for relocation inodes on zoned btrfs in should_nocow + - btrfs: zoned: allow preallocation for relocation inodes + - fortify: Explicitly disable Clang support + - block: Add a helper to validate the block size + - loop: Use blk_validate_block_size() to validate block size + - Bluetooth: btusb: Add support for TP-Link UB500 Adapter + - parisc/entry: fix trace test in syscall exit path + - PCI/MSI: Deal with devices lying about their MSI mask capability + - PCI: Add MSI masking quirk for Nvidia ION AHCI + - perf/core: Avoid put_page() when GUP fails + - thermal: Fix NULL pointer dereferences in of_thermal_ functions + - Revert "ACPI: scan: Release PM resources blocked by unused objects" + - Linux 5.15.4 + + * Jammy update: v5.15.3 upstream stable release (LP: #1951822) + - xhci: Fix USB 3.1 enumeration issues by increasing roothub power-on-good + delay + - usb: xhci: Enable runtime-pm by default on AMD Yellow Carp platform + - Input: iforce - fix control-message timeout + - Input: elantench - fix misreporting trackpoint coordinates + - Input: i8042 - Add quirk for Fujitsu Lifebook T725 + - libata: fix read log timeout value + - ocfs2: fix data corruption on truncate + - scsi: scsi_ioctl: Validate command size + - scsi: core: Avoid leaving shost->last_reset with stale value if EH does not + run + - scsi: core: Remove command size deduction from scsi_setup_scsi_cmnd() + - scsi: lpfc: Don't release final kref on Fport node while ABTS outstanding + - scsi: lpfc: Fix FCP I/O flush functionality for TMF routines + - scsi: qla2xxx: Fix crash in NVMe abort path + - scsi: qla2xxx: Fix kernel crash when accessing port_speed sysfs file + - scsi: qla2xxx: Fix use after free in eh_abort path + - ce/gf100: fix incorrect CE0 address calculation on some GPUs + - char: xillybus: fix msg_ep UAF in xillyusb_probe() + - mmc: mtk-sd: Add wait dma stop done flow + - mmc: dw_mmc: Dont wait for DRTO on Write RSP error + - exfat: fix incorrect loading of i_blocks for large files + - io-wq: remove worker to owner tw dependency + - parisc: Fix set_fixmap() on PA1.x CPUs + - parisc: Fix ptrace check on syscall return + - tpm: Check for integer overflow in tpm2_map_response_body() + - firmware/psci: fix application of sizeof to pointer + - crypto: s5p-sss - Add error handling in s5p_aes_probe() + - media: rkvdec: Do not override sizeimage for output format + - media: ite-cir: IR receiver stop working after receive overflow + - media: rkvdec: Support dynamic resolution changes + - media: ir-kbd-i2c: improve responsiveness of hauppauge zilog receivers + - media: v4l2-ioctl: Fix check_ext_ctrls + - ALSA: hda/realtek: Fix mic mute LED for the HP Spectre x360 14 + - ALSA: hda/realtek: Add a quirk for HP OMEN 15 mute LED + - ALSA: hda/realtek: Add quirk for Clevo PC70HS + - ALSA: hda/realtek: Headset fixup for Clevo NH77HJQ + - ALSA: hda/realtek: Add a quirk for Acer Spin SP513-54N + - ALSA: hda/realtek: Add quirk for ASUS UX550VE + - ALSA: hda/realtek: Add quirk for HP EliteBook 840 G7 mute LED + - ALSA: ua101: fix division by zero at probe + - ALSA: 6fire: fix control and bulk message timeouts + - ALSA: line6: fix control and interrupt message timeouts + - ALSA: mixer: oss: Fix racy access to slots + - ALSA: mixer: fix deadlock in snd_mixer_oss_set_volume + - ALSA: usb-audio: Line6 HX-Stomp XL USB_ID for 48k-fixed quirk + - ALSA: usb-audio: Add registration quirk for JBL Quantum 400 + - ALSA: hda: Free card instance properly at probe errors + - ALSA: synth: missing check for possible NULL after the call to kstrdup + - ALSA: pci: rme: Fix unaligned buffer addresses + - ALSA: PCM: Fix NULL dereference at mmap checks + - ALSA: timer: Fix use-after-free problem + - ALSA: timer: Unconditionally unlink slave instances, too + - Revert "ext4: enforce buffer head state assertion in ext4_da_map_blocks" + - ext4: fix lazy initialization next schedule time computation in more + granular unit + - ext4: ensure enough credits in ext4_ext_shift_path_extents + - ext4: refresh the ext4_ext_path struct after dropping i_data_sem. + - fuse: fix page stealing + - x86/sme: Use #define USE_EARLY_PGTABLE_L5 in mem_encrypt_identity.c + - x86/cpu: Fix migration safety with X86_BUG_NULL_SEL + - x86/irq: Ensure PI wakeup handler is unregistered before module unload + - x86/iopl: Fake iopl(3) CLI/STI usage + - btrfs: clear MISSING device status bit in btrfs_close_one_device + - btrfs: fix lost error handling when replaying directory deletes + - btrfs: call btrfs_check_rw_degradable only if there is a missing device + - KVM: x86/mmu: Drop a redundant, broken remote TLB flush + - KVM: VMX: Unregister posted interrupt wakeup handler on hardware unsetup + - KVM: PPC: Tick accounting should defer vtime accounting 'til after IRQ + handling + - ia64: kprobes: Fix to pass correct trampoline address to the handler + - selinux: fix race condition when computing ocontext SIDs + - ipmi:watchdog: Set panic count to proper value on a panic + - md/raid1: only allocate write behind bio for WriteMostly device + - hwmon: (pmbus/lm25066) Add offset coefficients + - regulator: s5m8767: do not use reset value as DVS voltage if GPIO DVS is + disabled + - regulator: dt-bindings: samsung,s5m8767: correct s5m8767,pmic-buck-default- + dvs-idx property + - EDAC/sb_edac: Fix top-of-high-memory value for Broadwell/Haswell + - mwifiex: fix division by zero in fw download path + - ath6kl: fix division by zero in send path + - ath6kl: fix control-message timeout + - ath10k: fix control-message timeout + - ath10k: fix division by zero in send path + - PCI: Mark Atheros QCA6174 to avoid bus reset + - rtl8187: fix control-message timeouts + - evm: mark evm_fixmode as __ro_after_init + - ifb: Depend on netfilter alternatively to tc + - platform/surface: aggregator_registry: Add support for Surface Laptop Studio + - mt76: mt7615: fix skb use-after-free on mac reset + - HID: surface-hid: Use correct event registry for managing HID events + - HID: surface-hid: Allow driver matching for target ID 1 devices + - wcn36xx: Fix HT40 capability for 2Ghz band + - wcn36xx: Fix tx_status mechanism + - wcn36xx: Fix (QoS) null data frame bitrate/modulation + - PM: sleep: Do not let "syscore" devices runtime-suspend during system + transitions + - mwifiex: Read a PCI register after writing the TX ring write pointer + - mwifiex: Try waking the firmware until we get an interrupt + - libata: fix checking of DMA state + - dma-buf: fix and rework dma_buf_poll v7 + - wcn36xx: handle connection loss indication + - rsi: fix occasional initialisation failure with BT coex + - rsi: fix key enabled check causing unwanted encryption for vap_id > 0 + - rsi: fix rate mask set leading to P2P failure + - rsi: Fix module dev_oper_mode parameter description + - perf/x86/intel/uncore: Support extra IMC channel on Ice Lake server + - perf/x86/intel/uncore: Fix invalid unit check + - perf/x86/intel/uncore: Fix Intel ICX IIO event constraints + - RDMA/qedr: Fix NULL deref for query_qp on the GSI QP + - ASoC: tegra: Set default card name for Trimslice + - ASoC: tegra: Restore AC97 support + - signal: Remove the bogus sigkill_pending in ptrace_stop + - memory: renesas-rpc-if: Correct QSPI data transfer in Manual mode + - signal/mips: Update (_save|_restore)_fp_context to fail with -EFAULT + - soc: samsung: exynos-pmu: Fix compilation when nothing selects + CONFIG_MFD_CORE + - soc: fsl: dpio: replace smp_processor_id with raw_smp_processor_id + - soc: fsl: dpio: use the combined functions to protect critical zone + - mtd: rawnand: socrates: Keep the driver compatible with on-die ECC engines + - mctp: handle the struct sockaddr_mctp padding fields + - power: supply: max17042_battery: Prevent int underflow in set_soc_threshold + - power: supply: max17042_battery: use VFSOC for capacity when no rsns + - iio: core: fix double free in iio_device_unregister_sysfs() + - iio: core: check return value when calling dev_set_name() + - KVM: arm64: Extract ESR_ELx.EC only + - KVM: x86: Fix recording of guest steal time / preempted status + - KVM: x86: Add helper to consolidate core logic of SET_CPUID{2} flows + - KVM: nVMX: Query current VMCS when determining if MSR bitmaps are in use + - KVM: nVMX: Handle dynamic MSR intercept toggling + - can: peak_usb: always ask for BERR reporting for PCAN-USB devices + - can: mcp251xfd: mcp251xfd_irq(): add missing + can_rx_offload_threaded_irq_finish() in case of bus off + - can: j1939: j1939_tp_cmd_recv(): ignore abort message in the BAM transport + - can: j1939: j1939_can_recv(): ignore messages with invalid source address + - can: j1939: j1939_tp_cmd_recv(): check the dst address of TP.CM_BAM + - iio: adc: tsc2046: fix scan interval warning + - powerpc/85xx: Fix oops when mpc85xx_smp_guts_ids node cannot be found + - io_uring: honour zeroes as io-wq worker limits + - ring-buffer: Protect ring_buffer_reset() from reentrancy + - serial: core: Fix initializing and restoring termios speed + - ifb: fix building without CONFIG_NET_CLS_ACT + - xen/balloon: add late_initcall_sync() for initial ballooning done + - ovl: fix use after free in struct ovl_aio_req + - ovl: fix filattr copy-up failure + - PCI: pci-bridge-emul: Fix emulation of W1C bits + - PCI: cadence: Add cdns_plat_pcie_probe() missing return + - cxl/pci: Fix NULL vs ERR_PTR confusion + - PCI: aardvark: Do not clear status bits of masked interrupts + - PCI: aardvark: Fix checking for link up via LTSSM state + - PCI: aardvark: Do not unmask unused interrupts + - PCI: aardvark: Fix reporting Data Link Layer Link Active + - PCI: aardvark: Fix configuring Reference clock + - PCI: aardvark: Fix return value of MSI domain .alloc() method + - PCI: aardvark: Read all 16-bits from PCIE_MSI_PAYLOAD_REG + - PCI: aardvark: Fix support for bus mastering and PCI_COMMAND on emulated + bridge + - PCI: aardvark: Fix support for PCI_BRIDGE_CTL_BUS_RESET on emulated bridge + - PCI: aardvark: Set PCI Bridge Class Code to PCI Bridge + - PCI: aardvark: Fix support for PCI_ROM_ADDRESS1 on emulated bridge + - quota: check block number when reading the block in quota file + - quota: correct error number in free_dqentry() + - cifs: To match file servers, make sure the server hostname matches + - cifs: set a minimum of 120s for next dns resolution + - mfd: simple-mfd-i2c: Select MFD_CORE to fix build error + - pinctrl: core: fix possible memory leak in pinctrl_enable() + - coresight: cti: Correct the parameter for pm_runtime_put + - coresight: trbe: Fix incorrect access of the sink specific data + - coresight: trbe: Defer the probe on offline CPUs + - iio: buffer: check return value of kstrdup_const() + - iio: buffer: Fix memory leak in iio_buffers_alloc_sysfs_and_mask() + - iio: buffer: Fix memory leak in __iio_buffer_alloc_sysfs_and_mask() + - iio: buffer: Fix memory leak in iio_buffer_register_legacy_sysfs_groups() + - drivers: iio: dac: ad5766: Fix dt property name + - iio: dac: ad5446: Fix ad5622_write() return value + - iio: ad5770r: make devicetree property reading consistent + - Documentation:devicetree:bindings:iio:dac: Fix val + - USB: serial: keyspan: fix memleak on probe errors + - serial: 8250: fix racy uartclk update + - ksmbd: set unique value to volume serial field in FS_VOLUME_INFORMATION + - io-wq: serialize hash clear with wakeup + - serial: 8250: Fix reporting real baudrate value in c_ospeed field + - Revert "serial: 8250: Fix reporting real baudrate value in c_ospeed field" + - most: fix control-message timeouts + - USB: iowarrior: fix control-message timeouts + - USB: chipidea: fix interrupt deadlock + - power: supply: max17042_battery: Clear status bits in interrupt handler + - component: do not leave master devres group open after bind + - dma-buf: WARN on dmabuf release with pending attachments + - drm: panel-orientation-quirks: Update the Lenovo Ideapad D330 quirk (v2) + - drm: panel-orientation-quirks: Add quirk for KD Kurio Smart C15200 2-in-1 + - drm: panel-orientation-quirks: Add quirk for the Samsung Galaxy Book 10.6 + - Bluetooth: sco: Fix lock_sock() blockage by memcpy_from_msg() + - Bluetooth: fix use-after-free error in lock_sock_nested() + - Bluetooth: call sock_hold earlier in sco_conn_del + - drm/panel-orientation-quirks: add Valve Steam Deck + - rcutorture: Avoid problematic critical section nesting on PREEMPT_RT + - platform/x86: wmi: do not fail if disabling fails + - drm/amdgpu: move iommu_resume before ip init/resume + - MIPS: lantiq: dma: add small delay after reset + - MIPS: lantiq: dma: reset correct number of channel + - locking/lockdep: Avoid RCU-induced noinstr fail + - net: sched: update default qdisc visibility after Tx queue cnt changes + - rcu-tasks: Move RTGS_WAIT_CBS to beginning of rcu_tasks_kthread() loop + - smackfs: Fix use-after-free in netlbl_catmap_walk() + - ath11k: Align bss_chan_info structure with firmware + - crypto: aesni - check walk.nbytes instead of err + - x86/mm/64: Improve stack overflow warnings + - x86: Increase exception stack sizes + - mwifiex: Run SET_BSS_MODE when changing from P2P to STATION vif-type + - mwifiex: Properly initialize private structure on interface type changes + - spi: Check we have a spi_device_id for each DT compatible + - fscrypt: allow 256-bit master keys with AES-256-XTS + - drm/amdgpu: Fix MMIO access page fault + - drm/amd/display: Fix null pointer dereference for encoders + - selftests: net: fib_nexthops: Wait before checking reported idle time + - ath11k: Avoid reg rules update during firmware recovery + - ath11k: add handler for scan event WMI_SCAN_EVENT_DEQUEUED + - ath11k: Change DMA_FROM_DEVICE to DMA_TO_DEVICE when map reinjected packets + - ath10k: high latency fixes for beacon buffer + - octeontx2-pf: Enable promisc/allmulti match MCAM entries. + - media: mt9p031: Fix corrupted frame after restarting stream + - media: netup_unidvb: handle interrupt properly according to the firmware + - media: atomisp: Fix error handling in probe + - media: stm32: Potential NULL pointer dereference in dcmi_irq_thread() + - media: uvcvideo: Set capability in s_param + - media: uvcvideo: Return -EIO for control errors + - media: uvcvideo: Set unique vdev name based in type + - media: vidtv: Fix memory leak in remove + - media: s5p-mfc: fix possible null-pointer dereference in s5p_mfc_probe() + - media: s5p-mfc: Add checking to s5p_mfc_probe(). + - media: videobuf2: rework vb2_mem_ops API + - media: imx: set a media_device bus_info string + - media: rcar-vin: Use user provided buffers when starting + - media: mceusb: return without resubmitting URB in case of -EPROTO error. + - ia64: don't do IA64_CMPXCHG_DEBUG without CONFIG_PRINTK + - rtw88: fix RX clock gate setting while fifo dump + - brcmfmac: Add DMI nvram filename quirk for Cyberbook T116 tablet + - media: rcar-csi2: Add checking to rcsi2_start_receiver() + - ipmi: Disable some operations during a panic + - fs/proc/uptime.c: Fix idle time reporting in /proc/uptime + - kselftests/sched: cleanup the child processes + - ACPICA: Avoid evaluating methods too early during system resume + - cpufreq: Make policy min/max hard requirements + - ice: Move devlink port to PF/VF struct + - media: imx-jpeg: Fix possible null pointer dereference + - media: ipu3-imgu: imgu_fmt: Handle properly try + - media: ipu3-imgu: VIDIOC_QUERYCAP: Fix bus_info + - media: usb: dvd-usb: fix uninit-value bug in dibusb_read_eeprom_byte() + - net-sysfs: try not to restart the syscall if it will fail eventually + - drm/amdkfd: rm BO resv on validation to avoid deadlock + - tracefs: Have tracefs directories not set OTH permission bits by default + - tracing: Disable "other" permission bits in the tracefs files + - ath: dfs_pattern_detector: Fix possible null-pointer dereference in + channel_detector_create() + - KVM: arm64: Propagate errors from __pkvm_prot_finalize hypercall + - mmc: moxart: Fix reference count leaks in moxart_probe + - iov_iter: Fix iov_iter_get_pages{,_alloc} page fault return value + - ACPI: battery: Accept charges over the design capacity as full + - ACPI: scan: Release PM resources blocked by unused objects + - drm/amd/display: fix null pointer deref when plugging in display + - drm/amdkfd: fix resume error when iommu disabled in Picasso + - net: phy: micrel: make *-skew-ps check more lenient + - leaking_addresses: Always print a trailing newline + - thermal/core: Fix null pointer dereference in thermal_release() + - drm/msm: prevent NULL dereference in msm_gpu_crashstate_capture() + - thermal/drivers/tsens: Add timeout to get_temp_tsens_valid + - block: bump max plugged deferred size from 16 to 32 + - floppy: fix calling platform_device_unregister() on invalid drives + - md: update superblock after changing rdev flags in state_store + - memstick: r592: Fix a UAF bug when removing the driver + - locking/rwsem: Disable preemption for spinning region + - lib/xz: Avoid overlapping memcpy() with invalid input with in-place + decompression + - lib/xz: Validate the value before assigning it to an enum variable + - workqueue: make sysfs of unbound kworker cpumask more clever + - tracing/cfi: Fix cmp_entries_* functions signature mismatch + - mt76: mt7915: fix an off-by-one bound check + - mwl8k: Fix use-after-free in mwl8k_fw_state_machine() + - iwlwifi: change all JnP to NO-160 configuration + - block: remove inaccurate requeue check + - media: allegro: ignore interrupt if mailbox is not initialized + - drm/amdgpu/pm: properly handle sclk for profiling modes on vangogh + - nvmet: fix use-after-free when a port is removed + - nvmet-rdma: fix use-after-free when a port is removed + - nvmet-tcp: fix use-after-free when a port is removed + - nvme: drop scan_lock and always kick requeue list when removing namespaces + - samples/bpf: Fix application of sizeof to pointer + - arm64: vdso32: suppress error message for 'make mrproper' + - PM: hibernate: Get block device exclusively in swsusp_check() + - selftests: kvm: fix mismatched fclose() after popen() + - selftests/bpf: Fix perf_buffer test on system with offline cpus + - iwlwifi: mvm: disable RX-diversity in powersave + - smackfs: use __GFP_NOFAIL for smk_cipso_doi() + - ARM: clang: Do not rely on lr register for stacktrace + - gre/sit: Don't generate link-local addr if addr_gen_mode is + IN6_ADDR_GEN_MODE_NONE + - can: bittiming: can_fixup_bittiming(): change type of tseg1 and alltseg to + unsigned int + - gfs2: Cancel remote delete work asynchronously + - gfs2: Fix glock_hash_walk bugs + - ARM: 9136/1: ARMv7-M uses BE-8, not BE-32 + - tools/latency-collector: Use correct size when writing queue_full_warning + - vrf: run conntrack only in context of lower/physdev for locally generated + packets + - net: annotate data-race in neigh_output() + - ACPI: AC: Quirk GK45 to skip reading _PSR + - ACPI: resources: Add one more Medion model in IRQ override quirk + - btrfs: reflink: initialize return value to 0 in btrfs_extent_same() + - btrfs: do not take the uuid_mutex in btrfs_rm_device + - spi: bcm-qspi: Fix missing clk_disable_unprepare() on error in + bcm_qspi_probe() + - wcn36xx: Correct band/freq reporting on RX + - wcn36xx: Fix packet drop on resume + - Revert "wcn36xx: Enable firmware link monitoring" + - ftrace: do CPU checking after preemption disabled + - inet: remove races in inet{6}_getname() + - x86/hyperv: Protect set_hv_tscchange_cb() against getting preempted + - drm/amd/display: dcn20_resource_construct reduce scope of FPU enabled + - perf/x86/intel: Fix ICL/SPR INST_RETIRED.PREC_DIST encodings + - parisc: fix warning in flush_tlb_all + - task_stack: Fix end_of_stack() for architectures with upwards-growing stack + - erofs: don't trigger WARN() when decompression fails + - parisc/unwind: fix unwinder when CONFIG_64BIT is enabled + - parisc/kgdb: add kgdb_roundup() to make kgdb work with idle polling + - netfilter: conntrack: set on IPS_ASSURED if flows enters internal stream + state + - selftests/bpf: Fix strobemeta selftest regression + - fbdev/efifb: Release PCI device's runtime PM ref during FB destroy + - drm/bridge: anx7625: Propagate errors from sp_tx_rst_aux() + - perf/x86/intel/uncore: Fix Intel SPR CHA event constraints + - perf/x86/intel/uncore: Fix Intel SPR IIO event constraints + - perf/x86/intel/uncore: Fix Intel SPR M2PCIE event constraints + - perf/x86/intel/uncore: Fix Intel SPR M3UPI event constraints + - drm/bridge: it66121: Initialize {device,vendor}_ids + - drm/bridge: it66121: Wait for next bridge to be probed + - Bluetooth: fix init and cleanup of sco_conn.timeout_work + - libbpf: Don't crash on object files with no symbol tables + - Bluetooth: hci_uart: fix GPF in h5_recv + - rcu: Fix existing exp request check in sync_sched_exp_online_cleanup() + - MIPS: lantiq: dma: fix burst length for DEU + - x86/xen: Mark cpu_bringup_and_idle() as dead_end_function + - objtool: Handle __sanitize_cov*() tail calls + - net/mlx5: Publish and unpublish all devlink parameters at once + - drm/v3d: fix wait for TMU write combiner flush + - crypto: sm4 - Do not change section of ck and sbox + - virtio-gpu: fix possible memory allocation failure + - lockdep: Let lock_is_held_type() detect recursive read as read + - net: net_namespace: Fix undefined member in key_remove_domain() + - net: phylink: don't call netif_carrier_off() with NULL netdev + - drm: bridge: it66121: Fix return value it66121_probe + - spi: Fixed division by zero warning + - cgroup: Make rebind_subsystems() disable v2 controllers all at once + - wcn36xx: Fix Antenna Diversity Switching + - wilc1000: fix possible memory leak in cfg_scan_result() + - Bluetooth: btmtkuart: fix a memleak in mtk_hci_wmt_sync + - drm/amdgpu: Fix crash on device remove/driver unload + - drm/amd/display: Pass display_pipe_params_st as const in DML + - drm/amdgpu: move amdgpu_virt_release_full_gpu to fini_early stage + - crypto: caam - disable pkc for non-E SoCs + - crypto: qat - power up 4xxx device + - Bluetooth: hci_h5: Fix (runtime)suspend issues on RTL8723BS HCIs + - bnxt_en: Check devlink allocation and registration status + - qed: Don't ignore devlink allocation failures + - rxrpc: Fix _usecs_to_jiffies() by using usecs_to_jiffies() + - mptcp: do not shrink snd_nxt when recovering + - fortify: Fix dropped strcpy() compile-time write overflow check + - mac80211: twt: don't use potentially unaligned pointer + - cfg80211: always free wiphy specific regdomain + - net/mlx5: Accept devlink user input after driver initialization complete + - net: dsa: rtl8366rb: Fix off-by-one bug + - net: dsa: rtl8366: Fix a bug in deleting VLANs + - bpf/tests: Fix error in tail call limit tests + - ath11k: fix some sleeping in atomic bugs + - ath11k: Avoid race during regd updates + - ath11k: fix packet drops due to incorrect 6 GHz freq value in rx status + - ath11k: Fix memory leak in ath11k_qmi_driver_event_work + - gve: DQO: avoid unused variable warnings + - ath10k: Fix missing frame timestamp for beacon/probe-resp + - ath10k: sdio: Add missing BH locking around napi_schdule() + - drm/ttm: stop calling tt_swapin in vm_access + - arm64: mm: update max_pfn after memory hotplug + - drm/amdgpu: fix warning for overflow check + - libbpf: Fix skel_internal.h to set errno on loader retval < 0 + - media: em28xx: add missing em28xx_close_extension + - media: meson-ge2d: Fix rotation parameter changes detection in + 'ge2d_s_ctrl()' + - media: cxd2880-spi: Fix a null pointer dereference on error handling path + - media: ttusb-dec: avoid release of non-acquired mutex + - media: dvb-usb: fix ununit-value in az6027_rc_query + - media: imx258: Fix getting clock frequency + - media: v4l2-ioctl: S_CTRL output the right value + - media: mtk-vcodec: venc: fix return value when start_streaming fails + - media: TDA1997x: handle short reads of hdmi info frame. + - media: mtk-vpu: Fix a resource leak in the error handling path of + 'mtk_vpu_probe()' + - media: imx-jpeg: Fix the error handling path of 'mxc_jpeg_probe()' + - media: i2c: ths8200 needs V4L2_ASYNC + - media: sun6i-csi: Allow the video device to be open multiple times + - media: radio-wl1273: Avoid card name truncation + - media: si470x: Avoid card name truncation + - media: tm6000: Avoid card name truncation + - media: cx23885: Fix snd_card_free call on null card pointer + - media: atmel: fix the ispck initialization + - scs: Release kasan vmalloc poison in scs_free process + - kprobes: Do not use local variable when creating debugfs file + - crypto: ecc - fix CRYPTO_DEFAULT_RNG dependency + - drm: fb_helper: fix CONFIG_FB dependency + - cpuidle: Fix kobject memory leaks in error paths + - media: em28xx: Don't use ops->suspend if it is NULL + - ath10k: Don't always treat modem stop events as crashes + - ath9k: Fix potential interrupt storm on queue reset + - PM: EM: Fix inefficient states detection + - x86/insn: Use get_unaligned() instead of memcpy() + - EDAC/amd64: Handle three rank interleaving mode + - rcu: Always inline rcu_dynticks_task*_{enter,exit}() + - rcu: Fix rcu_dynticks_curr_cpu_in_eqs() vs noinstr + - netfilter: nft_dynset: relax superfluous check on set updates + - media: venus: fix vpp frequency calculation for decoder + - media: dvb-frontends: mn88443x: Handle errors of clk_prepare_enable() + - crypto: ccree - avoid out-of-range warnings from clang + - crypto: qat - detect PFVF collision after ACK + - crypto: qat - disregard spurious PFVF interrupts + - hwrng: mtk - Force runtime pm ops for sleep ops + - ima: fix deadlock when traversing "ima_default_rules". + - b43legacy: fix a lower bounds test + - b43: fix a lower bounds test + - gve: Recover from queue stall due to missed IRQ + - gve: Track RX buffer allocation failures + - mmc: sdhci-omap: Fix NULL pointer exception if regulator is not configured + - mmc: sdhci-omap: Fix context restore + - memstick: avoid out-of-range warning + - memstick: jmb38x_ms: use appropriate free function in jmb38x_ms_alloc_host() + - net, neigh: Fix NTF_EXT_LEARNED in combination with NTF_USE + - hwmon: Fix possible memleak in __hwmon_device_register() + - hwmon: (pmbus/lm25066) Let compiler determine outer dimension of + lm25066_coeff + - ath10k: fix max antenna gain unit + - kernel/sched: Fix sched_fork() access an invalid sched_task_group + - net: fealnx: fix build for UML + - net: intel: igc_ptp: fix build for UML + - net: tulip: winbond-840: fix build for UML + - tcp: switch orphan_count to bare per-cpu counters + - crypto: octeontx2 - set assoclen in aead_do_fallback() + - thermal/core: fix a UAF bug in __thermal_cooling_device_register() + - drm/msm/dsi: do not enable irq handler before powering up the host + - drm/msm: Fix potential Oops in a6xx_gmu_rpmh_init() + - drm/msm: potential error pointer dereference in init() + - drm/msm: unlock on error in get_sched_entity() + - drm/msm: fix potential NULL dereference in cleanup + - drm/msm: uninitialized variable in msm_gem_import() + - net: stream: don't purge sk_error_queue in sk_stream_kill_queues() + - thermal/drivers/qcom/lmh: make QCOM_LMH depends on QCOM_SCM + - mailbox: Remove WARN_ON for async_cb.cb in cmdq_exec_done + - media: ivtv: fix build for UML + - media: ir_toy: assignment to be16 should be of correct type + - mmc: mxs-mmc: disable regulator on error and in the remove function + - io-wq: Remove duplicate code in io_workqueue_create() + - block: ataflop: fix breakage introduced at blk-mq refactoring + - platform/x86: thinkpad_acpi: Fix bitwise vs. logical warning + - mailbox: mtk-cmdq: Validate alias_id on probe + - mailbox: mtk-cmdq: Fix local clock ID usage + - ACPI: PM: Turn off unused wakeup power resources + - ACPI: PM: Fix sharing of wakeup power resources + - drm/amdkfd: Fix an inappropriate error handling in allloc memory of gpu + - mt76: mt7921: fix endianness in mt7921_mcu_tx_done_event + - mt76: mt7915: fix endianness warning in mt7915_mac_add_txs_skb + - mt76: mt7921: fix endianness warning in mt7921_update_txs + - mt76: mt7615: fix endianness warning in mt7615_mac_write_txwi + - mt76: mt7915: fix info leak in mt7915_mcu_set_pre_cal() + - mt76: connac: fix mt76_connac_gtk_rekey_tlv usage + - mt76: fix build error implicit enumeration conversion + - mt76: mt7921: fix survey-dump reporting + - mt76: mt76x02: fix endianness warnings in mt76x02_mac.c + - mt76: mt7921: Fix out of order process by invalid event pkt + - mt76: mt7915: fix potential overflow of eeprom page index + - mt76: mt7915: fix bit fields for HT rate idx + - mt76: mt7921: fix dma hang in rmmod + - mt76: connac: fix GTK rekey offload failure on WPA mixed mode + - mt76: overwrite default reg_ops if necessary + - mt76: mt7921: report HE MU radiotap + - mt76: mt7921: fix firmware usage of RA info using legacy rates + - mt76: mt7921: fix kernel warning from cfg80211_calculate_bitrate + - mt76: mt7921: always wake device if necessary in debugfs + - mt76: mt7915: fix hwmon temp sensor mem use-after-free + - mt76: mt7615: fix hwmon temp sensor mem use-after-free + - mt76: mt7915: fix possible infinite loop release semaphore + - mt76: mt7921: fix retrying release semaphore without end + - mt76: mt7615: fix monitor mode tear down crash + - mt76: connac: fix possible NULL pointer dereference in + mt76_connac_get_phy_mode_v2 + - mt76: mt7915: fix sta_rec_wtbl tag len + - mt76: mt7915: fix muar_idx in mt7915_mcu_alloc_sta_req() + - rsi: stop thread firstly in rsi_91x_init() error handling + - mwifiex: Send DELBA requests according to spec + - iwlwifi: mvm: reset PM state on unsuccessful resume + - iwlwifi: pnvm: don't kmemdup() more than we have + - iwlwifi: pnvm: read EFI data only if long enough + - net: enetc: unmap DMA in enetc_send_cmd() + - phy: micrel: ksz8041nl: do not use power down mode + - nbd: Fix use-after-free in pid_show + - nvme-rdma: fix error code in nvme_rdma_setup_ctrl + - PM: hibernate: fix sparse warnings + - clocksource/drivers/timer-ti-dm: Select TIMER_OF + - x86/sev: Fix stack type check in vc_switch_off_ist() + - drm/msm: Fix potential NULL dereference in DPU SSPP + - drm/msm/dsi: fix wrong type in msm_dsi_host + - crypto: tcrypt - fix skcipher multi-buffer tests for 1420B blocks + - smackfs: use netlbl_cfg_cipsov4_del() for deleting cipso_v4_doi + - KVM: selftests: Fix nested SVM tests when built with clang + - libbpf: Fix memory leak in btf__dedup() + - bpftool: Avoid leaking the JSON writer prepared for program metadata + - libbpf: Fix overflow in BTF sanity checks + - libbpf: Fix BTF header parsing checks + - mt76: mt7615: mt7622: fix ibss and meshpoint + - s390/gmap: validate VMA in __gmap_zap() + - s390/gmap: don't unconditionally call pte_unmap_unlock() in __gmap_zap() + - s390/mm: validate VMA in PGSTE manipulation functions + - s390/mm: fix VMA and page table handling code in storage key handling + functions + - s390/uv: fully validate the VMA before calling follow_page() + - KVM: s390: pv: avoid double free of sida page + - KVM: s390: pv: avoid stalls for kvm_s390_pv_init_vm + - irq: mips: avoid nested irq_enter() + - net: dsa: avoid refcount warnings when ->port_{fdb,mdb}_del returns error + - ARM: 9142/1: kasan: work around LPAE build warning + - ath10k: fix module load regression with iram-recovery feature + - block: ataflop: more blk-mq refactoring fixes + - blk-cgroup: synchronize blkg creation against policy deactivation + - libbpf: Fix off-by-one bug in bpf_core_apply_relo() + - tpm: fix Atmel TPM crash caused by too frequent queries + - tpm_tis_spi: Add missing SPI ID + - libbpf: Fix endianness detection in BPF_CORE_READ_BITFIELD_PROBED() + - tcp: don't free a FIN sk_buff in tcp_remove_empty_skb() + - tracing: Fix missing trace_boot_init_histograms kstrdup NULL checks + - cpufreq: intel_pstate: Fix cpu->pstate.turbo_freq initialization + - spi: spi-rpc-if: Check return value of rpcif_sw_init() + - samples/kretprobes: Fix return value if register_kretprobe() failed + - KVM: s390: Fix handle_sske page fault handling + - libertas_tf: Fix possible memory leak in probe and disconnect + - libertas: Fix possible memory leak in probe and disconnect + - wcn36xx: add proper DMA memory barriers in rx path + - wcn36xx: Fix discarded frames due to wrong sequence number + - bpf: Avoid races in __bpf_prog_run() for 32bit arches + - bpf: Fixes possible race in update_prog_stats() for 32bit arches + - wcn36xx: Channel list update before hardware scan + - drm/amdgpu: fix a potential memory leak in amdgpu_device_fini_sw() + - drm/amdgpu/gmc6: fix DMA mask from 44 to 40 bits + - selftests/bpf: Fix fd cleanup in sk_lookup test + - selftests/bpf: Fix memory leak in test_ima + - sctp: allow IP fragmentation when PLPMTUD enters Error state + - sctp: reset probe_timer in sctp_transport_pl_update + - sctp: subtract sctphdr len in sctp_transport_pl_hlen + - sctp: return true only for pathmtu update in sctp_transport_pl_toobig + - net: amd-xgbe: Toggle PLL settings during rate change + - ipmi: kcs_bmc: Fix a memory leak in the error handling path of + 'kcs_bmc_serio_add_device()' + - nfp: fix NULL pointer access when scheduling dim work + - nfp: fix potential deadlock when canceling dim work + - net: phylink: avoid mvneta warning when setting pause parameters + - net: bridge: fix uninitialized variables when BRIDGE_CFM is disabled + - selftests: net: bridge: update IGMP/MLD membership interval value + - crypto: pcrypt - Delay write to padata->info + - selftests/bpf: Fix fclose/pclose mismatch in test_progs + - udp6: allow SO_MARK ctrl msg to affect routing + - ibmvnic: don't stop queue in xmit + - ibmvnic: Process crqs after enabling interrupts + - ibmvnic: delay complete() + - selftests: mptcp: fix proto type in link_failure tests + - skmsg: Lose offset info in sk_psock_skb_ingress + - cgroup: Fix rootcg cpu.stat guest double counting + - bpf: Fix propagation of bounds from 64-bit min/max into 32-bit and var_off. + - bpf: Fix propagation of signed bounds from 64-bit min/max into 32-bit. + - of: unittest: fix EXPECT text for gpio hog errors + - cpufreq: Fix parameter in parse_perf_domain() + - staging: r8188eu: fix memory leak in rtw_set_key + - arm64: dts: meson: sm1: add Ethernet PHY reset line for ODROID-C4/HC4 + - iio: st_sensors: disable regulators after device unregistration + - RDMA/rxe: Fix wrong port_cap_flags + - ARM: dts: BCM5301X: Fix memory nodes names + - arm64: dts: broadcom: bcm4908: Fix UART clock name + - clk: mvebu: ap-cpu-clk: Fix a memory leak in error handling paths + - scsi: pm80xx: Fix lockup in outbound queue management + - scsi: qla2xxx: edif: Use link event to wake up app + - scsi: lpfc: Fix NVMe I/O failover to non-optimized path + - ARM: s3c: irq-s3c24xx: Fix return value check for s3c24xx_init_intc() + - arm64: dts: rockchip: Fix GPU register width for RK3328 + - ARM: dts: qcom: msm8974: Add xo_board reference clock to DSI0 PHY + - RDMA/bnxt_re: Fix query SRQ failure + - arm64: dts: ti: k3-j721e-main: Fix "max-virtual-functions" in PCIe EP nodes + - arm64: dts: ti: k3-j721e-main: Fix "bus-range" upto 256 bus number for PCIe + - arm64: dts: ti: j7200-main: Fix "vendor-id"/"device-id" properties of pcie + node + - arm64: dts: ti: j7200-main: Fix "bus-range" upto 256 bus number for PCIe + - arm64: dts: meson-g12a: Fix the pwm regulator supply properties + - arm64: dts: meson-g12b: Fix the pwm regulator supply properties + - arm64: dts: meson-sm1: Fix the pwm regulator supply properties + - bus: ti-sysc: Fix timekeeping_suspended warning on resume + - ARM: dts: at91: tse850: the emac<->phy interface is rmii + - arm64: dts: qcom: sc7180: Base dynamic CPU power coefficients in reality + - soc: qcom: llcc: Disable MMUHWT retention + - arm64: dts: qcom: sc7280: fix display port phy reg property + - scsi: dc395: Fix error case unwinding + - MIPS: loongson64: make CPU_LOONGSON64 depends on MIPS_FP_SUPPORT + - JFS: fix memleak in jfs_mount + - pinctrl: renesas: rzg2l: Fix missing port register 21h + - ASoC: wcd9335: Use correct version to initialize Class H + - arm64: dts: qcom: msm8916: Fix Secondary MI2S bit clock + - arm64: dts: renesas: beacon: Fix Ethernet PHY mode + - iommu/mediatek: Fix out-of-range warning with clang + - arm64: dts: qcom: pm8916: Remove wrong reg-names for rtc@6000 + - iommu/dma: Fix sync_sg with swiotlb + - iommu/dma: Fix arch_sync_dma for map + - ALSA: hda: Reduce udelay() at SKL+ position reporting + - ALSA: hda: Use position buffer for SKL+ again + - ALSA: usb-audio: Fix possible race at sync of urb completions + - soundwire: debugfs: use controller id and link_id for debugfs + - power: reset: at91-reset: check properly the return value of devm_of_iomap + - scsi: ufs: core: Fix ufshcd_probe_hba() prototype to match the definition + - scsi: ufs: core: Stop clearing UNIT ATTENTIONS + - scsi: megaraid_sas: Fix concurrent access to ISR between IRQ polling and + real interrupt + - scsi: pm80xx: Fix misleading log statement in pm8001_mpi_get_nvmd_resp() + - driver core: Fix possible memory leak in device_link_add() + - arm: dts: omap3-gta04a4: accelerometer irq fix + - ASoC: SOF: topology: do not power down primary core during topology removal + - iio: st_pressure_spi: Add missing entries SPI to device ID table + - soc/tegra: Fix an error handling path in tegra_powergate_power_up() + - memory: fsl_ifc: fix leak of irq and nand_irq in fsl_ifc_ctrl_probe + - clk: at91: check pmc node status before registering syscore ops + - powerpc/mem: Fix arch/powerpc/mm/mem.c:53:12: error: no previous prototype + for 'create_section_mapping' + - video: fbdev: chipsfb: use memset_io() instead of memset() + - powerpc: fix unbalanced node refcount in check_kvm_guest() + - powerpc/paravirt: correct preempt debug splat in vcpu_is_preempted() + - serial: 8250_dw: Drop wrong use of ACPI_PTR() + - usb: gadget: hid: fix error code in do_config() + - power: supply: rt5033_battery: Change voltage values to µV + - power: supply: max17040: fix null-ptr-deref in max17040_probe() + - scsi: csiostor: Uninitialized data in csio_ln_vnp_read_cbfn() + - RDMA/mlx4: Return missed an error if device doesn't support steering + - usb: musb: select GENERIC_PHY instead of depending on it + - staging: most: dim2: do not double-register the same device + - staging: ks7010: select CRYPTO_HASH/CRYPTO_MICHAEL_MIC + - RDMA/core: Set sgtable nents when using ib_dma_virt_map_sg() + - dyndbg: make dyndbg a known cli param + - powerpc/perf: Fix cycles/instructions as PM_CYC/PM_INST_CMPL in power10 + - pinctrl: renesas: checker: Fix off-by-one bug in drive register check + - ARM: dts: stm32: Reduce DHCOR SPI NOR frequency to 50 MHz + - ARM: dts: stm32: fix STUSB1600 Type-C irq level on stm32mp15xx-dkx + - ARM: dts: stm32: fix SAI sub nodes register range + - ARM: dts: stm32: fix AV96 board SAI2 pin muxing on stm32mp15 + - ASoC: cs42l42: Always configure both ASP TX channels + - ASoC: cs42l42: Correct some register default values + - ASoC: cs42l42: Defer probe if request_threaded_irq() returns EPROBE_DEFER + - soc: qcom: rpmhpd: Make power_on actually enable the domain + - soc: qcom: socinfo: add two missing PMIC IDs + - iio: buffer: Fix double-free in iio_buffers_alloc_sysfs_and_mask() + - usb: typec: STUSB160X should select REGMAP_I2C + - iio: adis: do not disabe IRQs in 'adis_init()' + - soundwire: bus: stop dereferencing invalid slave pointer + - scsi: ufs: ufshcd-pltfrm: Fix memory leak due to probe defer + - scsi: lpfc: Wait for successful restart of SLI3 adapter during host sg_reset + - serial: imx: fix detach/attach of serial console + - usb: dwc2: drd: fix dwc2_force_mode call in dwc2_ovr_init + - usb: dwc2: drd: fix dwc2_drd_role_sw_set when clock could be disabled + - usb: dwc2: drd: reset current session before setting the new one + - powerpc/booke: Disable STRICT_KERNEL_RWX, DEBUG_PAGEALLOC and KFENCE + - usb: dwc3: gadget: Skip resizing EP's TX FIFO if already resized + - firmware: qcom_scm: Fix error retval in __qcom_scm_is_call_available() + - soc: qcom: rpmhpd: fix sm8350_mxc's peer domain + - soc: qcom: apr: Add of_node_put() before return + - arm64: dts: qcom: pmi8994: Fix "eternal"->"external" typo in WLED node + - arm64: dts: qcom: sdm845: Use RPMH_CE_CLK macro directly + - arm64: dts: qcom: sdm845: Fix Qualcomm crypto engine bus clock + - pinctrl: equilibrium: Fix function addition in multiple groups + - ASoC: topology: Fix stub for snd_soc_tplg_component_remove() + - phy: qcom-qusb2: Fix a memory leak on probe + - phy: ti: gmii-sel: check of_get_address() for failure + - phy: qcom-qmp: another fix for the sc8180x PCIe definition + - phy: qcom-snps: Correct the FSEL_MASK + - phy: Sparx5 Eth SerDes: Fix return value check in sparx5_serdes_probe() + - serial: xilinx_uartps: Fix race condition causing stuck TX + - clk: at91: sam9x60-pll: use DIV_ROUND_CLOSEST_ULL + - clk: at91: clk-master: check if div or pres is zero + - clk: at91: clk-master: fix prescaler logic + - HID: u2fzero: clarify error check and length calculations + - HID: u2fzero: properly handle timeouts in usb_submit_urb + - powerpc/nohash: Fix __ptep_set_access_flags() and ptep_set_wrprotect() + - powerpc/book3e: Fix set_memory_x() and set_memory_nx() + - powerpc/44x/fsp2: add missing of_node_put + - powerpc/xmon: fix task state output + - ALSA: oxfw: fix functional regression for Mackie Onyx 1640i in v5.14 or + later + - iommu/dma: Fix incorrect error return on iommu deferred attach + - powerpc: Don't provide __kernel_map_pages() without + ARCH_SUPPORTS_DEBUG_PAGEALLOC + - ASoC: cs42l42: Correct configuring of switch inversion from ts-inv + - RDMA/hns: Fix initial arm_st of CQ + - RDMA/hns: Modify the value of MAX_LP_MSG_LEN to meet hardware compatibility + - ASoC: rsnd: Fix an error handling path in 'rsnd_node_count()' + - serial: cpm_uart: Protect udbg definitions by CONFIG_SERIAL_CPM_CONSOLE + - virtio_ring: check desc == NULL when using indirect with packed + - vdpa/mlx5: Fix clearing of VIRTIO_NET_F_MAC feature bit + - mips: cm: Convert to bitfield API to fix out-of-bounds access + - power: supply: bq27xxx: Fix kernel crash on IRQ handler register error + - RDMA/core: Require the driver to set the IOVA correctly during rereg_mr + - apparmor: fix error check + - rpmsg: Fix rpmsg_create_ept return when RPMSG config is not defined + - mtd: rawnand: intel: Fix potential buffer overflow in probe + - nfsd: don't alloc under spinlock in rpc_parse_scope_id + - rtc: ds1302: Add SPI ID table + - rtc: ds1390: Add SPI ID table + - rtc: pcf2123: Add SPI ID table + - remoteproc: imx_rproc: Fix TCM io memory type + - i2c: i801: Use PCI bus rescan mutex to protect P2SB access + - dmaengine: idxd: move out percpu_ref_exit() to ensure it's outside + submission + - rtc: mcp795: Add SPI ID table + - Input: ariel-pwrbutton - add SPI device ID table + - i2c: mediatek: fixing the incorrect register offset + - NFS: Default change_attr_type to NFS4_CHANGE_TYPE_IS_UNDEFINED + - NFS: Don't set NFS_INO_DATA_INVAL_DEFER and NFS_INO_INVALID_DATA + - NFS: Ignore the directory size when marking for revalidation + - NFS: Fix dentry verifier races + - pnfs/flexfiles: Fix misplaced barrier in nfs4_ff_layout_prepare_ds + - drm/bridge/lontium-lt9611uxc: fix provided connector suport + - drm/plane-helper: fix uninitialized variable reference + - PCI: aardvark: Don't spam about PIO Response Status + - PCI: aardvark: Fix preserving PCI_EXP_RTCTL_CRSSVE flag on emulated bridge + - opp: Fix return in _opp_add_static_v2() + - NFS: Fix deadlocks in nfs_scan_commit_list() + - sparc: Add missing "FORCE" target when using if_changed + - fs: orangefs: fix error return code of orangefs_revalidate_lookup() + - Input: st1232 - increase "wait ready" timeout + - drm/bridge: nwl-dsi: Add atomic_get_input_bus_fmts + - mtd: spi-nor: hisi-sfc: Remove excessive clk_disable_unprepare() + - PCI: uniphier: Serialize INTx masking/unmasking and fix the bit operation + - mtd: rawnand: arasan: Prevent an unsupported configuration + - mtd: core: don't remove debugfs directory if device is in use + - remoteproc: Fix a memory leak in an error handling path in + 'rproc_handle_vdev()' + - rtc: rv3032: fix error handling in rv3032_clkout_set_rate() + - dmaengine: at_xdmac: call at_xdmac_axi_config() on resume path + - dmaengine: at_xdmac: fix AT_XDMAC_CC_PERID() macro + - dmaengine: stm32-dma: fix stm32_dma_get_max_width + - NFS: Fix up commit deadlocks + - NFS: Fix an Oops in pnfs_mark_request_commit() + - Fix user namespace leak + - auxdisplay: img-ascii-lcd: Fix lock-up when displaying empty string + - auxdisplay: ht16k33: Connect backlight to fbdev + - auxdisplay: ht16k33: Fix frame buffer device blanking + - soc: fsl: dpaa2-console: free buffer before returning from + dpaa2_console_read + - netfilter: nfnetlink_queue: fix OOB when mac header was cleared + - dmaengine: dmaengine_desc_callback_valid(): Check for `callback_result` + - dmaengine: tegra210-adma: fix pm runtime unbalance + - dmanegine: idxd: fix resource free ordering on driver removal + - dmaengine: idxd: reconfig device after device reset command + - signal/sh: Use force_sig(SIGKILL) instead of do_group_exit(SIGKILL) + - m68k: set a default value for MEMORY_RESERVE + - watchdog: f71808e_wdt: fix inaccurate report in WDIOC_GETTIMEOUT + - ar7: fix kernel builds for compiler test + - scsi: target: core: Remove from tmr_list during LUN unlink + - scsi: qla2xxx: Relogin during fabric disturbance + - scsi: qla2xxx: Fix gnl list corruption + - scsi: qla2xxx: Turn off target reset during issue_lip + - scsi: qla2xxx: edif: Fix app start fail + - scsi: qla2xxx: edif: Fix app start delay + - scsi: qla2xxx: edif: Flush stale events and msgs on session down + - scsi: qla2xxx: edif: Increase ELS payload + - scsi: qla2xxx: edif: Fix EDIF bsg + - NFSv4: Fix a regression in nfs_set_open_stateid_locked() + - dmaengine: idxd: fix resource leak on dmaengine driver disable + - i2c: xlr: Fix a resource leak in the error handling path of + 'xlr_i2c_probe()' + - gpio: realtek-otto: fix GPIO line IRQ offset + - xen-pciback: Fix return in pm_ctrl_init() + - nbd: fix max value for 'first_minor' + - nbd: fix possible overflow for 'first_minor' in nbd_dev_add() + - io-wq: fix max-workers not correctly set on multi-node system + - net: davinci_emac: Fix interrupt pacing disable + - kselftests/net: add missed icmp.sh test to Makefile + - kselftests/net: add missed setup_loopback.sh/setup_veth.sh to Makefile + - kselftests/net: add missed SRv6 tests + - kselftests/net: add missed vrf_strict_mode_test.sh test to Makefile + - kselftests/net: add missed toeplitz.sh/toeplitz_client.sh to Makefile + - ethtool: fix ethtool msg len calculation for pause stats + - openrisc: fix SMP tlb flush NULL pointer dereference + - net: vlan: fix a UAF in vlan_dev_real_dev() + - net: dsa: felix: fix broken VLAN-tagged PTP under VLAN-aware bridge + - ice: Fix replacing VF hardware MAC to existing MAC filter + - ice: Fix not stopping Tx queues for VFs + - kdb: Adopt scheduler's task classification + - ACPI: PMIC: Fix intel_pmic_regs_handler() read accesses + - PCI: j721e: Fix j721e_pcie_probe() error path + - nvdimm/btt: do not call del_gendisk() if not needed + - scsi: bsg: Fix errno when scsi_bsg_register_queue() fails + - scsi: ufs: ufshpb: Use proper power management API + - scsi: ufs: core: Fix NULL pointer dereference + - scsi: ufs: ufshpb: Properly handle max-single-cmd + - drm/nouveau/svm: Fix refcount leak bug and missing check against null bug + - nvdimm/pmem: cleanup the disk if pmem_release_disk() is yet assigned + - block/ataflop: use the blk_cleanup_disk() helper + - block/ataflop: add registration bool before calling del_gendisk() + - block/ataflop: provide a helper for cleanup up an atari disk + - ataflop: remove ataflop_probe_lock mutex + - PCI: Do not enable AtomicOps on VFs + - cpufreq: intel_pstate: Clear HWP desired on suspend/shutdown and offline + - net: phy: fix duplex out of sync problem while changing settings + - block: fix device_add_disk() kobject_create_and_add() error handling + - drm/ttm: remove ttm_bo_vm_insert_huge() + - bonding: Fix a use-after-free problem when bond_sysfs_slave_add() failed + - octeontx2-pf: select CONFIG_NET_DEVLINK + - ALSA: memalloc: Catch call with NULL snd_dma_buffer pointer + - mfd: core: Add missing of_node_put for loop iteration + - mfd: cpcap: Add SPI device ID table + - mfd: sprd: Add SPI device ID table + - mfd: altera-sysmgr: Fix a mistake caused by resource_size conversion + - ACPI: PM: Fix device wakeup power reference counting error + - libbpf: Fix lookup_and_delete_elem_flags error reporting + - selftests/bpf/xdp_redirect_multi: Put the logs to tmp folder + - selftests/bpf/xdp_redirect_multi: Use arping to accurate the arp number + - selftests/bpf/xdp_redirect_multi: Give tcpdump a chance to terminate cleanly + - selftests/bpf/xdp_redirect_multi: Limit the tests in netns + - drm: fb_helper: improve CONFIG_FB dependency + - Revert "drm/imx: Annotate dma-fence critical section in commit path" + - drm/amdgpu/powerplay: fix sysfs_emit/sysfs_emit_at handling + - can: etas_es58x: es58x_rx_err_msg(): fix memory leak in error path + - can: mcp251xfd: mcp251xfd_chip_start(): fix error handling for + mcp251xfd_chip_rx_int_enable() + - mm/zsmalloc.c: close race window between zs_pool_dec_isolated() and + zs_unregister_migration() + - zram: off by one in read_block_state() + - perf bpf: Add missing free to bpf_event__print_bpf_prog_info() + - llc: fix out-of-bound array index in llc_sk_dev_hash() + - nfc: pn533: Fix double free when pn533_fill_fragment_skbs() fails + - litex_liteeth: Fix a double free in the remove function + - arm64: arm64_ftr_reg->name may not be a human-readable string + - arm64: pgtable: make __pte_to_phys/__phys_to_pte_val inline functions + - bpf, sockmap: Remove unhash handler for BPF sockmap usage + - bpf, sockmap: Fix race in ingress receive verdict with redirect to self + - bpf: sockmap, strparser, and tls are reusing qdisc_skb_cb and colliding + - bpf, sockmap: sk_skb data_end access incorrect when src_reg = dst_reg + - dmaengine: stm32-dma: fix burst in case of unaligned memory address + - dmaengine: stm32-dma: avoid 64-bit division in stm32_dma_get_max_width + - gve: Fix off by one in gve_tx_timeout() + - drm/i915/fb: Fix rounding error in subsampled plane size calculation + - init: make unknown command line param message clearer + - seq_file: fix passing wrong private data + - drm/amdgpu: fix uvd crash on Polaris12 during driver unloading + - net: dsa: mv88e6xxx: Don't support >1G speeds on 6191X on ports other than + 10 + - net/sched: sch_taprio: fix undefined behavior in ktime_mono_to_any + - net: hns3: fix ROCE base interrupt vector initialization bug + - net: hns3: fix pfc packet number incorrect after querying pfc parameters + - net: hns3: fix kernel crash when unload VF while it is being reset + - net: hns3: allow configure ETS bandwidth of all TCs + - net: stmmac: allow a tc-taprio base-time of zero + - net: ethernet: ti: cpsw_ale: Fix access to un-initialized memory + - net: marvell: mvpp2: Fix wrong SerDes reconfiguration order + - vsock: prevent unnecessary refcnt inc for nonblocking connect + - net/smc: fix sk_refcnt underflow on linkdown and fallback + - cxgb4: fix eeprom len when diagnostics not implemented + - selftests/net: udpgso_bench_rx: fix port argument + - thermal: int340x: fix build on 32-bit targets + - smb3: do not error on fsync when readonly + - ARM: 9155/1: fix early early_iounmap() + - ARM: 9156/1: drop cc-option fallbacks for architecture selection + - parisc: Fix backtrace to always include init funtion names + - parisc: Flush kernel data mapping in set_pte_at() when installing pte for + user page + - MIPS: fix duplicated slashes for Platform file path + - MIPS: fix *-pkg builds for loongson2ef platform + - MIPS: Fix assembly error from MIPSr2 code used within MIPS_ISA_ARCH_LEVEL + - x86/mce: Add errata workaround for Skylake SKX37 + - PCI/MSI: Move non-mask check back into low level accessors + - PCI/MSI: Destroy sysfs before freeing entries + - KVM: x86: move guest_pv_has out of user_access section + - posix-cpu-timers: Clear task::posix_cputimers_work in copy_process() + - irqchip/sifive-plic: Fixup EOI failed when masked + - f2fs: should use GFP_NOFS for directory inodes + - f2fs: include non-compressed blocks in compr_written_block + - f2fs: fix UAF in f2fs_available_free_memory + - ceph: fix mdsmap decode when there are MDS's beyond max_mds + - erofs: fix unsafe pagevec reuse of hooked pclusters + - drm/i915/guc: Fix blocked context accounting + - block: Hold invalidate_lock in BLKDISCARD ioctl + - block: Hold invalidate_lock in BLKZEROOUT ioctl + - block: Hold invalidate_lock in BLKRESETZONE ioctl + - ksmbd: Fix buffer length check in fsctl_validate_negotiate_info() + - ksmbd: don't need 8byte alignment for request length in ksmbd_check_message + - dmaengine: ti: k3-udma: Set bchan to NULL if a channel request fail + - dmaengine: ti: k3-udma: Set r/tchan or rflow to NULL if request fail + - dmaengine: bestcomm: fix system boot lockups + - net, neigh: Enable state migration between NUD_PERMANENT and NTF_USE + - 9p/net: fix missing error check in p9_check_errors + - mm/filemap.c: remove bogus VM_BUG_ON + - memcg: prohibit unconditional exceeding the limit of dying tasks + - mm, oom: pagefault_out_of_memory: don't force global OOM for dying tasks + - mm, oom: do not trigger out_of_memory from the #PF + - mm, thp: lock filemap when truncating page cache + - mm, thp: fix incorrect unmap behavior for private pages + - mfd: dln2: Add cell for initializing DLN2 ADC + - video: backlight: Drop maximum brightness override for brightness zero + - bcache: fix use-after-free problem in bcache_device_free() + - bcache: Revert "bcache: use bvec_virt" + - PM: sleep: Avoid calling put_device() under dpm_list_mtx + - s390/cpumf: cpum_cf PMU displays invalid value after hotplug remove + - s390/cio: check the subchannel validity for dev_busid + - s390/tape: fix timer initialization in tape_std_assign() + - s390/ap: Fix hanging ioctl caused by orphaned replies + - s390/cio: make ccw_device_dma_* more robust + - remoteproc: elf_loader: Fix loading segment when is_iomem true + - remoteproc: Fix the wrong default value of is_iomem + - remoteproc: imx_rproc: Fix ignoring mapping vdev regions + - remoteproc: imx_rproc: Fix rsc-table name + - mtd: rawnand: fsmc: Fix use of SM ORDER + - mtd: rawnand: ams-delta: Keep the driver compatible with on-die ECC engines + - mtd: rawnand: xway: Keep the driver compatible with on-die ECC engines + - mtd: rawnand: mpc5121: Keep the driver compatible with on-die ECC engines + - mtd: rawnand: gpio: Keep the driver compatible with on-die ECC engines + - mtd: rawnand: pasemi: Keep the driver compatible with on-die ECC engines + - mtd: rawnand: orion: Keep the driver compatible with on-die ECC engines + - mtd: rawnand: plat_nand: Keep the driver compatible with on-die ECC engines + - mtd: rawnand: au1550nd: Keep the driver compatible with on-die ECC engines + - powerpc/vas: Fix potential NULL pointer dereference + - powerpc/bpf: Fix write protecting JIT code + - powerpc/32e: Ignore ESR in instruction storage interrupt handler + - powerpc/powernv/prd: Unregister OPAL_MSG_PRD2 notifier during module unload + - powerpc/security: Use a mutex for interrupt exit code patching + - powerpc/64s/interrupt: Fix check_return_regs_valid() false positive + - powerpc/pseries/mobility: ignore ibm, platform-facilities updates + - powerpc/85xx: fix timebase sync issue when CONFIG_HOTPLUG_CPU=n + - drm/sun4i: Fix macros in sun8i_csc.h + - PCI: Add PCI_EXP_DEVCTL_PAYLOAD_* macros + - PCI: aardvark: Fix PCIe Max Payload Size setting + - SUNRPC: Partial revert of commit 6f9f17287e78 + - drm/amd/display: Look at firmware version to determine using dmub on dcn21 + - media: vidtv: move kfree(dvb) to vidtv_bridge_dev_release() + - cifs: fix memory leak of smb3_fs_context_dup::server_hostname + - ath10k: fix invalid dma_addr_t token assignment + - mmc: moxart: Fix null pointer dereference on pointer host + - selftests/x86/iopl: Adjust to the faked iopl CLI/STI usage + - selftests/bpf: Fix also no-alu32 strobemeta selftest + - arch/cc: Introduce a function to check for confidential computing features + - x86/sev: Add an x86 version of cc_platform_has() + - x86/sev: Make the #VC exception stacks part of the default stacks storage + - media: videobuf2: always set buffer vb2 pointer + - media: videobuf2-dma-sg: Fix buf->vb NULL pointer dereference + - Linux 5.15.3 + + * kernel panic: NULL pointer dereference in wb_timer_f() (LP: #1947557) // + Jammy update: v5.15.3 upstream stable release (LP: #1951822) + - blk-wbt: prevent NULL pointer dereference in wb_timer_fn + + * Medion Notebook Keyboard not working (LP: #1909814) // Jammy update: v5.15.3 + upstream stable release (LP: #1951822) + - ACPI: resources: Add DMI-based legacy IRQ override quirk + + * Enable CONFIG_INTEL_IOMMU_DEFAULT_ON and + CONFIG_INTEL_IOMMU_SCALABLE_MODE_DEFAULT_ON on jammy 5.15 (LP: #1951440) + - [Config] enable Intel DMA remapping options by default + + * Thinkpad E14 Gen2: Kernel panic with trackpad and trackpoint enabled + (LP: #1945590) + - SAUCE: Input: elantech - Fix stack out of bound access in + elantech_change_report_id() + + * Miscellaneous Ubuntu changes + - SAUCE: LSM: Specify which LSM to display (using struct cred as input) + - SAUCE: selftests/seccomp: fix check of fds being assigned + - [Config] enable SUNRPC_DISABLE_INSECURE_ENCTYPES + - [Config] updateconfigs following v5.15.3, v5.15.4 import + + * Miscellaneous upstream changes + - binder: use cred instead of task for selinux checks + - binder: use cred instead of task for getsecid + - Revert "UBUNTU: SAUCE: storvsc: use small sg_tablesize on x86" + + -- Paolo Pisati Mon, 22 Nov 2021 13:14:15 +0100 + +linux (5.15.0-11.11) jammy; urgency=medium + + * jammy/linux: 5.15.0-11.11 -proposed tracker (LP: #1950948) + + * Packaging resync (LP: #1786013) + - debian/dkms-versions -- update from kernel-versions (main/master) + + * OOPs on boot: invalid opcode: 0000 [#1] SMP NOPTI (LP: #1942215) + - SAUCE: ACPICA: prevent out-of-bound access with buggy DSDT + - [Config] disable UBSAN + - SAUCE: ACPICA: avoid accessing operands out-of-bounds + + * Jammy update: v5.15.2 upstream stable release (LP: #1950949) + - KVM: x86: avoid warning with -Wbitwise-instead-of-logical + - Revert "x86/kvm: fix vcpu-id indexed array sizes" + - usb: ehci: handshake CMD_RUN instead of STS_HALT + - usb: gadget: Mark USB_FSL_QE broken on 64-bit + - usb: musb: Balance list entry in musb_gadget_queue + - usb-storage: Add compatibility quirk flags for iODD 2531/2541 + - Revert "proc/wchan: use printk format instead of lookup_symbol_name()" + - binder: use euid from cred instead of using task + - binder: don't detect sender/target during buffer cleanup + - kfence: always use static branches to guard kfence_alloc() + - kfence: default to dynamic branch instead of static keys mode + - btrfs: fix lzo_decompress_bio() kmap leakage + - staging: rtl8712: fix use-after-free in rtl8712_dl_fw + - isofs: Fix out of bound access for corrupted isofs image + - comedi: dt9812: fix DMA buffers on stack + - comedi: ni_usb6501: fix NULL-deref in command paths + - comedi: vmk80xx: fix transfer-buffer overflows + - comedi: vmk80xx: fix bulk-buffer overflow + - comedi: vmk80xx: fix bulk and interrupt message timeouts + - staging: r8712u: fix control-message timeout + - staging: rtl8192u: fix control-message timeouts + - staging: r8188eu: fix memleak in rtw_wx_set_enc_ext + - media: staging/intel-ipu3: css: Fix wrong size comparison imgu_css_fw_init + - rsi: fix control-message timeout + - Linux 5.15.2 + + * reuseport_bpf_numa in net from ubuntu_kernel_selftests fails on ppc64le + (LP: #1867570) + - selftests/net: Fix reuseport_bpf_numa by skipping unavailable nodes + + * Miscellaneous Ubuntu changes + - packaging: switch getabis to the linux package name + + * Miscellaneous upstream changes + - Revert "UBUNTU: SAUCE: (no-up) rename the adv7511 drm driver to adv7511_drm" + - Revert "UBUNTU: SAUCE: drm/i915/dp: Use max params for older panels" + - Revert "UBUNTU: SAUCE: i915: Fix build error due to missing struct + definition" + - selftests/core: fix conflicting types compile error for close_range() + - selftests: net: test_vxlan_under_vrf: fix HV connectivity test + - Revert "UBUNTU: SAUCE: ACPICA: prevent out-of-bound access with buggy DSDT" + + -- Paolo Pisati Mon, 15 Nov 2021 10:12:47 +0100 + +linux (5.15.0-10.10) jammy; urgency=medium + + * jammy/linux: 5.15.0-10.10 -proposed tracker (LP: #1950133) + + * Jammy update: v5.15.1 upstream stable release (LP: #1950131) + - sfc: Fix reading non-legacy supported link modes + - media: firewire: firedtv-avc: fix a buffer overflow in avc_ca_pmt() + - Revert "xhci: Set HCD flag to defer primary roothub registration" + - Revert "usb: core: hcd: Add support for deferring roothub registration" + - drm/amdkfd: fix boot failure when iommu is disabled in Picasso. + - Revert "soc: imx: gpcv2: move reset assert after requesting domain power up" + - ARM: 9120/1: Revert "amba: make use of -1 IRQs warn" + - Revert "wcn36xx: Disable bmps when encryption is disabled" + - drm/amdgpu: revert "Add autodump debugfs node for gpu reset v8" + - drm/amd/display: Revert "Directly retrain link from debugfs" + - Revert "drm/i915/gt: Propagate change in error status to children on unhold" + - ALSA: usb-audio: Add quirk for Audient iD14 + - Linux 5.15.1 + + * Miscellaneous Ubuntu changes + - packaging: fixup previous ABI/spin to -9.9 + - [Packaging] Drop unused d-i build-deps and packaging + - [Packaging] Drop now unsupported d-i/ input files + + * Miscellaneous upstream changes + - selftests: net: properly support IPv6 in GSO GRE test + - signal: Add SA_IMMUTABLE to ensure forced siganls do not get changed + + -- Paolo Pisati Mon, 08 Nov 2021 14:43:24 +0100 + +linux (5.15.0-9.9) jammy; urgency=medium + + * jammy/linux: 5.15.0-1.1 -proposed tracker (LP: #1949876) + + * Packaging resync (LP: #1786013) + - [Packaging] update variants + - [Packaging] update Ubuntu.md + + * Add F81966 watchdog support (LP: #1949063) + - SAUCE: ODM: watchdog: f71808e_wdt: Add F81966 support + + * Miscellaneous Ubuntu changes + - [Packaging] Rewrite debian/scripts/misc/insert-changes.pl in Python + - [Packaging] change source package name to linux + + -- Andrea Righi Thu, 04 Nov 2021 18:47:19 +0100 + +linux (5.15.0-0.0) jammy; urgency=medium + + * Empty entry + + -- Andrea Righi Thu, 04 Nov 2021 16:47:16 +0100 + +linux-unstable (5.15.0-8.8) jammy; urgency=medium + + * jammy/linux-unstable: 5.15.0-8.8 -proposed tracker (LP: #1949436) + + * Packaging resync (LP: #1786013) + - debian/dkms-versions -- update from kernel-versions (main/master) + + * Drop "UBUNTU: SAUCE: cachefiles: Page leaking in + cachefiles_read_backing_file while vmscan is active" (LP: #1947709) + - Revert "UBUNTU: SAUCE: cachefiles: Page leaking in + cachefiles_read_backing_file while vmscan is active" + + * Add l2tp.sh in net from ubuntu_kernel_selftests back (LP: #1934293) + - Revert "UBUNTU: SAUCE: selftests/net -- disable l2tp.sh test" + + * Check for changes relevant for security certifications (LP: #1945989) + - [Packaging] Add fips-checks as part of finalchecks + + * Add final-checks to check certificates (LP: #1947174) + - [Packaging] Add system trusted and revocation keys final check + + * Can only reach PC3 when ethernet is plugged r8169 (LP: #1946433) + - r8169: Enable chip-specific ASPM regardless of PCIe ASPM status + - PCI/ASPM: Introduce a new helper to report ASPM capability + - r8169: Implement dynamic ASPM mechanism + + * rtw89 kernel module for Realtek 8852 wifi is missing (LP: #1945967) + - rtw89: add Realtek 802.11ax driver + - rtw89: Remove redundant check of ret after call to rtw89_mac_enable_bb_rf + - rtw89: fix return value check in rtw89_cam_send_sec_key_cmd() + - rtw89: remove unneeded semicolon + - [Config] RTW89=m + + * Fix A yellow screen pops up in an instant (< 1 second) and then disappears + before loading the system (LP: #1945932) + - drm/i915: Stop force enabling pipe bottom color gammma/csc + + * disable CONFIG_KFENCE_STATIC_KEYS in linux 5.15 (LP: #1948038) + - [Config] disable CONFIG_KFENCE_STATIC_KEYS + + * Miscellaneous Ubuntu changes + - [Debian] Remove old and unused firmware helper scripts + - [Packaging] Replace Perl oneliner with Bash statements + - rebase to v5.15 + + [ Upstream Kernel Changes ] + + * Rebase to v5.15 + + -- Paolo Pisati Tue, 02 Nov 2021 08:29:45 +0100 + +linux-unstable (5.15.0-7.7) jammy; urgency=medium + + * jammy/linux-unstable: 5.15.0-7.7 -proposed tracker (LP: #1948770) + + * Miscellaneous Ubuntu changes + - [Config] Temporarily disable signing for ppc64el and s390x + - packaging: switch release to Jammy + - rebase to v5.15-rc7 + - [Config] GCC version update + + [ Upstream Kernel Changes ] + + * Rebase to v5.15-rc7 + + -- Paolo Pisati Tue, 26 Oct 2021 11:38:14 +0200 + +linux-unstable (5.15.0-6.6) jammy; urgency=medium + + * impish/linux-unstable: 5.15.0-6.6 -proposed tracker (LP: #1947565) + + * [impish] Remove the downstream xr-usb-uart driver (LP: #1945938) + - SAUCE: xr-usb-serial: remove driver + - [Config] update modules list + + * Packaging resync (LP: #1786013) + - debian/dkms-versions -- update from kernel-versions (main/master) + + * Miscellaneous Ubuntu changes + - rebase to v5.15-rc6 + - [Config] update config & annotations following v5.15-rc6 rebase + + * Miscellaneous upstream changes + - Revert "UBUNTU: SAUCE: xr-usb-serial: switch to tty_alloc_driver() and + tty_driver_kref_put()" + - Revert "UBUNTU: SAUCE: xr-usb-serial: update return code for + xr_usb_serial_tty_write_room() and xr_usb_serial_tty_chars_in_buffer()" + - Revert "UBUNTU: [Packaging] FTBFS: disable zfs" + + [ Upstream Kernel Changes ] + + * Rebase to v5.15-rc6 + + -- Paolo Pisati Mon, 18 Oct 2021 12:24:45 +0200 + +linux-unstable (5.15.0-5.5) impish; urgency=medium + + * impish/linux-unstable: 5.15.0-5.5 -proposed tracker (LP: #1946338) + + * Miscellaneous Ubuntu changes + - rebase to v5.15-rc5 + - [Config] FB_SIMPLE=m + - [Config] update annotations + + [ Upstream Kernel Changes ] + + * Rebase to v5.15-rc5 + + -- Paolo Pisati Mon, 11 Oct 2021 12:14:02 +0200 + +linux-unstable (5.15.0-4.4) impish; urgency=medium + + * impish/linux-unstable: 5.15.0-4.4 -proposed tracker (LP: #1945953) + + * Fix missing HDMI audio on Intel RKL (LP: #1945556) + - drm/i915/audio: Use BIOS provided value for RKL HDA link + + * Miscellaneous Ubuntu changes + - SAUCE: media: atomisp: add missing return type (fix -Werror=return-type) + - SAUCE: xr-usb-serial: switch to tty_alloc_driver() and tty_driver_kref_put() + - rebase to v5.15-rc4 + + * Miscellaneous upstream changes + - Revert "UBUNTU: [Config] FTBFS: disable INTEL_ATOMISP" + - Revert "UBUNTU: [Config] FTBFS: disable xr-usb-serial" + + [ Upstream Kernel Changes ] + + * Rebase to v5.15-rc4 + + -- Paolo Pisati Mon, 04 Oct 2021 10:52:41 +0200 + +linux-unstable (5.15.0-3.3) impish; urgency=medium + + * impish/linux-unstable: 5.15.0-3.3 -proposed tracker (LP: #1944944) + + * Packaging resync (LP: #1786013) + - debian/dkms-versions -- update from kernel-versions (main/master) + + * Miscellaneous Ubuntu changes + - rebase to v5.15-rc3 + - [Config] updateconfigs following v5.15-rc3 rebase + - [Packaging] correctly evaluate release in update-dkms-versions + + [ Upstream Kernel Changes ] + + * Rebase to v5.15-rc3 + + -- Paolo Pisati Mon, 27 Sep 2021 16:48:03 +0200 + +linux-unstable (5.15.0-2.2) impish; urgency=medium + + * impish/linux-unstable: 5.15.0-2.2 -proposed tracker (LP: #1944423) + + * Miscellaneous Ubuntu changes + - rebase to v5.15-rc2 + - [Config] updateconfigs following v5.15-rc2 rebase + + [ Upstream Kernel Changes ] + + * Rebase to v5.15-rc2 + + -- Paolo Pisati Tue, 21 Sep 2021 11:46:59 +0200 + +linux-unstable (5.15.0-1.1) impish; urgency=medium + + * Packaging resync (LP: #1786013) + - debian/dkms-versions -- update from kernel-versions (main/master) + + * LRMv5: switch primary version handling to kernel-versions data set + (LP: #1928921) + - [Packaging] switch to kernel-versions + + * Miscellaneous Ubuntu changes + - [Packaging] remove remaining references to ports + - [Packaging] drop x32 architecture configs + - [Config] mark CONFIG_BPF_UNPRIV_DEFAULT_OFF enforced + - [Packaging] bump kernel version to 5.15 + - rebase to v5.15-rc1 + - [Config] updateconfigs following v5.15-rc1 rebase + - [Config] FTBFS: disable INTEL_ATOMISP + - [Config] FTBFS: disable xr-usb-serial + - [Packaging] FTBFS: disable zfs + + * Miscellaneous upstream changes + - Revert "r8169: avoid link-up interrupt issue on RTL8106e if user enables + ASPM" + - Revert "UBUNTU: SAUCE: RDMA/core: Introduce peer memory interface" + + [ Upstream Kernel Changes ] + + * Rebase to v5.15-rc1 + + -- Paolo Pisati Fri, 17 Sep 2021 11:42:25 +0200 + +linux-unstable (5.15.0-0.0) impish; urgency=medium + + * Empty entry + + -- Paolo Pisati Wed, 15 Sep 2021 11:54:10 +0200 + +linux-unstable (5.14.0-9.9) impish; urgency=medium + + * impish/linux-unstable: 5.14.0-9.9 -proposed tracker (LP: #1943022) + + * Packaging resync (LP: #1786013) + - update dkms package versions + + * Miscellaneous Ubuntu changes + - [Packaging] NVIDIA -- Add the NVIDIA 470 driver + - [Packaging] NVIDIA: transition -460 and -465 to -470, transition -460-server + to -470-server + + * Miscellaneous upstream changes + - vt_kdsetmode: extend console locking + - Bluetooth: btusb: check conditions before enabling USB ALT 3 for WBS + - net: dsa: mt7530: fix VLAN traffic leaks again + - btrfs: fix NULL pointer dereference when deleting device by invalid id + - Revert "floppy: reintroduce O_NDELAY fix" + - fscrypt: add fscrypt_symlink_getattr() for computing st_size + - ext4: report correct st_size for encrypted symlinks + - f2fs: report correct st_size for encrypted symlinks + - ubifs: report correct st_size for encrypted symlinks + - net: don't unconditionally copy_from_user a struct ifreq for socket ioctls + - audit: move put_tree() to avoid trim_trees refcount underflow and UAF + - Linux 5.14.1 + + -- Paolo Pisati Wed, 08 Sep 2021 12:20:18 +0200 + +linux-unstable (5.14.0-8.8) impish; urgency=medium + + * impish/linux-unstable: 5.14.0-8.8 -proposed tracker (LP: #1941887) + + * Fix Intel AC9560 BT function cannot turn on if BT turn off before S3 entry + (LP: #1941696) + - SAUCE: Bluetooth: btusb: add a reject table to disable msft + + * Add USB4 support for AMD SoC (LP: #1941036) + - thunderbolt: Add vendor specific NHI quirk for auto-clearing interrupt + status + - thunderbolt: Handle ring interrupt by reading interrupt status register + - thunderbolt: Do not read control adapter config space + - thunderbolt: Fix port linking by checking all adapters + + * Support builtin revoked certificates (LP: #1932029) + - [Config] Enforce SYSTEM_TRUSTED_KEYS and SYSTEM_REVOCATION_KEYS + + * GPIO error logs in start and dmesg after update of kernel (LP: #1937897) + - ODM: mfd: Check AAEON BFPI version before adding device + + * initramfs-tools & kernel: use zstd as the default compression method + (LP: #1931725) + - [Config] enforce ZSTD compression + + * Miscellaneous Ubuntu changes + - rebase to v5.14 + - [Config] RESET_MCHP_SPARX5 depends on ARCH_SPARX5 + + * Miscellaneous upstream changes + - Revert "UBUNTU: [Packaging] FTBFS: disable zfs" + + [ Upstream Kernel Changes ] + + * Rebase to v5.14 + + -- Paolo Pisati Mon, 30 Aug 2021 12:57:19 +0200 + +linux-unstable (5.14.0-7.7) impish; urgency=medium + + * Please enable CONFIG_UBSAN_BOUNDS (LP: #1914685) + - [Config] Enable CONFIG_UBSAN_BOUNDS + + * CONFIG_HARDENED_USERCOPY_FALLBACK should be disabled (LP: #1855340) + - [Config] Disable CONFIG_HARDENED_USERCOPY_FALLBACK + + * fs: removing mandatory locks (LP: #1940392) + - [Config] Disable CONFIG_MANDATORY_FILE_LOCKING + + * Fix kernel panic caused by legacy devices on AMD platforms (LP: #1936682) + - SAUCE: iommu/amd: Keep swiotlb enabled to ensure devices with 32bit DMA + still work + + * ALSA: hda/cs8409: Add support for dolphin (LP: #1939541) + - ALSA: hda/cirrus: Move CS8409 HDA bridge to separate module + - ALSA: hda/cs8409: Move arrays of configuration to a new file + - ALSA: hda/cs8409: Use enums for register names and coefficients + - ALSA: hda/cs8409: Mask all CS42L42 interrupts on initialization + - ALSA: hda/cs8409: Reduce HS pops/clicks for Cyborg + - ALSA: hda/cs8409: Disable unnecessary Ring Sense for Cyborg/Warlock/Bullseye + - ALSA: hda/cs8409: Disable unsolicited responses during suspend + - ALSA: hda/cs8409: Disable unsolicited response for the first boot + - ALSA: hda/cs8409: Mask CS42L42 wake events + - ALSA: hda/cs8409: Simplify CS42L42 jack detect. + - ALSA: hda/cs8409: Prevent I2C access during suspend time + - ALSA: hda/cs8409: Generalize volume controls + - ALSA: hda/cs8409: Dont disable I2C clock between consecutive accesses + - ALSA: hda/cs8409: Avoid setting the same I2C address for every access + - ALSA: hda/cs8409: Avoid re-setting the same page as the last access + - ALSA: hda/cs8409: Support i2c bulk read/write functions + - ALSA: hda/cs8409: Separate CS8409, CS42L42 and project functions + - ALSA: hda/cs8409: Move codec properties to its own struct + - ALSA: hda/cs8409: Support multiple sub_codecs for Suspend/Resume/Unsol + events + - ALSA: hda/cs8409: Add Support to disable jack type detection for CS42L42 + - ALSA: hda/cs8409: Add support for dolphin + - ALSA: hda/cs8409: Enable Full Scale Volume for Line Out Codec on Dolphin + - ALSA: hda/cs8409: Set fixed sample rate of 48kHz for CS42L42 + - ALSA: hda/cs8409: Use timeout rather than retries for I2C transaction waits + - ALSA: hda/cs8409: Remove unnecessary delays + - ALSA: hda/cs8409: Follow correct CS42L42 power down sequence for suspend + - ALSA: hda/cs8409: Unmute/Mute codec when stream starts/stops + - ALSA: hda/cs8409: Prevent pops and clicks during suspend + - SAUCE: ALSA: hda/cs8409: Prevent pops and clicks during reboot + - [Config] Enable Cirrus Logic HDA bridge support + + * e1000e: add handshake with the Intel CSME to support S0ix (LP: #1937252) + - SAUCE: e1000e: Add handshake with the CSME to support S0ix + - SAUCE: e1000e: Add polling mechanism to indicate CSME DPG exit + - SAUCE: e1000e: Additional PHY power saving in S0ix + + * AMDGPU: Fix System hang after resume from suspend (LP: #1940204) + - SAUCE: drm/amdgpu: disable BACO support for 699F:C7 polaris12 SKU + temporarily + + * [Regression] Audio card [8086:9d71] not detected after upgrade from linux + 5.4 to 5.8 (LP: #1915117) + - [Config] set CONFIG_SND_SOC_INTEL_SKYLAKE_HDAUDIO_CODEC to y + + * Miscellaneous Ubuntu changes + - rebase to v5.14-rc7 + - [Config] updateconfigs following 5.14-rc7 rebase + - [Config] Enable CONFIG_RANDOMIZE_KSTACK_OFFSET_DEFAULT + - [Config] annotations: set CONFIG_RANDOMIZE_KSTACK_OFFSET_DEFAULT to y + + * Miscellaneous upstream changes + - Revert "UBUNTU: [Config] annotations: set + CONFIG_SND_SOC_INTEL_SKYLAKE_HDAUDIO_CODEC to y" + - Revert "UBUNTU: [Config] set CONFIG_SND_SOC_INTEL_SKYLAKE_HDAUDIO_CODEC to + y" + + [ Upstream Kernel Changes ] + + * Rebase to v5.14-rc7 + + -- Paolo Pisati Tue, 24 Aug 2021 10:32:31 +0200 + +linux-unstable (5.14.0-6.6) impish; urgency=medium + + * Miscellaneous Ubuntu changes + - no changes upload (to avoid picking up libc6 from -proposed) + + * No changes upload (to avoid picking up libc6 from -proposed) + + -- Paolo Pisati Wed, 18 Aug 2021 13:41:16 +0200 + +linux-unstable (5.14.0-5.5) impish; urgency=medium + + * disable “CONFIG_HISI_DMA” config for ubuntu version (LP: #1936771) + - [Config] Disable CONFIG_HISI_DMA + + * Dell XPS 17 (9710) PCI/internal sound card not detected (LP: #1935850) + - ASoC: Intel: sof_sdw: include rt711.h for RT711 JD mode + - ASoC: Intel: sof_sdw: add quirk for Dell XPS 9710 + + * [regression] USB device is not detected during boot (LP: #1939638) + - SAUCE: Revert "usb: core: reduce power-on-good delay time of root hub" + + * armhf build failure (LP: #1939308) + - SAUCE: arm: Fix instruction set selection for GCC 11 + + * REGRESSION: shiftfs lets sendfile fail with EINVAL (LP: #1939301) + - SAUCE: shiftfs: fix sendfile() invocations + + * Wobbly graphics on built-in display since linux-image-5.11.0-22-generic + (LP: #1936708) + - SAUCE: drm/i915/dp: Use max params for older panels + + * [SRU][H/OEM-5.10/OEM-5.13/U] Fix system hang after unplug tbt dock + (LP: #1938689) + - SAUCE: igc: fix page fault when thunderbolt is unplugged + + * e1000e blocks the boot process when it tried to write checksum to its NVM + (LP: #1936998) + - SAUCE: e1000e: Do not take care about recovery NVM checksum + + * [Regression] Audio card [8086:9d71] not detected after upgrade from linux + 5.4 to 5.8 (LP: #1915117) + - [Config] set CONFIG_SND_SOC_INTEL_SKYLAKE_HDAUDIO_CODEC to y + - [Config] annotations: set CONFIG_SND_SOC_INTEL_SKYLAKE_HDAUDIO_CODEC to y + + * Miscellaneous Ubuntu changes + - [Config] updateconfigs following 5.14-rc6 rebase + - rebase to v5.14-rc6 + + [ Upstream Kernel Changes ] + + * Rebase to v5.14-rc6 + + -- Paolo Pisati Tue, 17 Aug 2021 17:49:15 +0200 + +linux-unstable (5.14.0-4.4) impish; urgency=medium + + * impish/linux-unstable: 5.14.0-4.4 -proposed tracker (LP: #1938566) + + * Packaging resync (LP: #1786013) + - update dkms package versions + + * Miscellaneous upstream changes + - Revert "riscv: Get CPU manufacturer information" + + -- Paolo Pisati Tue, 03 Aug 2021 14:50:27 +0200 + +linux-unstable (5.14.0-3.3) impish; urgency=medium + + * Add additional Mediatek MT7921 WiFi/BT device IDs (LP: #1937004) + - SAUCE: Bluetooth: btusb: Add Mediatek MT7921 support for Foxconn + - SAUCE: Bluetooth: btusb: Add Mediatek MT7921 support for IMC Network + - SAUCE: Bluetooth: btusb: Add support for Foxconn Mediatek Chip + + * Fix display output on HP hybrid GFX laptops (LP: #1936296) + - drm/i915: Invoke another _DSM to enable MUX on HP Workstation laptops + + * Miscellaneous Ubuntu changes + - rebase to v5.14-rc3 + - [Config] updateconfigs following 5.14-rc3 rebase + + [ Upstream Kernel Changes ] + + * Rebase to v5.14-rc3 + + -- Paolo Pisati Mon, 26 Jul 2021 12:52:38 +0200 + +linux-unstable (5.14.0-2.2) impish; urgency=medium + + * Packaging resync (LP: #1786013) + - update dkms package versions + + * Miscellaneous Ubuntu changes + - SAUCE: xr-usb-serial: update return code for xr_usb_serial_tty_write_room() + and xr_usb_serial_tty_chars_in_buffer() + - SAUCE: platform/x86: dell-uart-backlight: update return code for + uart_chars_in_buffer(() + - [Config] updateconfigs following 5.14-rc2 rebase + + * Miscellaneous upstream changes + - Revert "UBUNTU: [Config] FTBFS: disable ubuntu/xr-usb-serial" + - Revert "UBUNTU: [Config] FTBFS: disable DELL_UART_BACKLIGHT" + + [ Upstream Kernel Changes ] + + * Rebase to v5.14-rc2 + + -- Paolo Pisati Thu, 22 Jul 2021 11:03:28 +0200 + +linux-unstable (5.14.0-1.1) impish; urgency=medium + + * Packaging resync (LP: #1786013) + - update dkms package versions + + * Miscellaneous Ubuntu changes + - [Packaging] bump kernel version to 5.14 + - [Config] updateconfigs following 5.14-rc1 rebase + - [Config] update annotations + - [Packaging] FTBFS: disable zfs + - [Config] FTBFS: disable DELL_UART_BACKLIGHT + - [Config] FTBFS: disable ubuntu/xr-usb-serial + + * Miscellaneous upstream changes + - Revert "UBUNTU: [Packaging] update variants" + + [ Upstream Kernel Changes ] + + * Rebase to v5.14-rc1 + + -- Paolo Pisati Fri, 16 Jul 2021 15:20:04 +0200 + +linux-unstable (5.14.0-0.0) impish; urgency=medium + + * Empty entry + + -- Paolo Pisati Tue, 13 Jul 2021 12:15:35 +0200 + +linux (5.13.0-11.11) impish; urgency=medium + + * impish/linux: 5.13.0-11.11 -proposed tracker (LP: #1933854) + + * Packaging resync (LP: #1786013) + - [Packaging] update variants + + * Support builtin revoked certificates (LP: #1932029) + - [Packaging] build canonical-revoked-certs.pem from branch/arch certs + - [Packaging] Revoke 2012 UEFI signing certificate as built-in + - [Config] Configure CONFIG_SYSTEM_REVOCATION_KEYS with revoked keys + + * Miscellaneous Ubuntu changes + - [Packaging] Change source package name to linux + + * Miscellaneous upstream changes + - mm/page_alloc: Correct return value of populated elements if bulk array is + populated + + -- Andrea Righi Tue, 29 Jun 2021 07:50:25 +0200 + +linux (5.13.0-10.10) impish; urgency=medium + + * Empty entry + + -- Andrea Righi Mon, 28 Jun 2021 08:40:05 +0200 + +linux-unstable (5.13.0-10.10) impish; urgency=medium + + * impish/linux-unstable: 5.13.0-10.10 -proposed tracker (LP: #1933795) + + * Pixel format change broken for Elgato Cam Link 4K (LP: #1932367) + - media: uvcvideo: Fix pixel format change for Elgato Cam Link 4K + + * initramfs-tools & kernel: use zstd as the default compression method + (LP: #1931725) + - s390/decompressor: correct BOOT_HEAP_SIZE condition + - s390/boot: add zstd support + - [Packaging] use ZSTD to compress s390 kernels + + * Miscellaneous Ubuntu changes + - SAUCE: selftests: tls: fix chacha+bidir tests + - SAUCE: selftests: icmp_redirect: support expected failures + - [Config] update configs and annotations after rebase to 5.13 + + * Miscellaneous upstream changes + - tls: prevent oversized sendfile() hangs by ignoring MSG_MORE + + [ Upstream Kernel Changes ] + + * Rebase to v5.13 + + -- Andrea Righi Mon, 28 Jun 2021 08:40:05 +0200 + +linux-unstable (5.13.0-9.9) impish; urgency=medium + + * impish/linux-unstable: 5.13.0-9.9 -proposed tracker (LP: #1933070) + + * Add support for selective build of special drivers (LP: #1912789) + - [Packaging] Add support for ODM drivers + - [Packaging] Turn on ODM support for amd64 + - [Packaging] Fix ODM support in actual build + - [Packaging] Fix ODM DRIVERS Kconfig + + * Add support for IO functions of AAEON devices (LP: #1929504) + - ODM: [Config] update config for AAEON devices + - ODM: hwmon: add driver for AAEON devices + - ODM: leds: add driver for AAEON devices + - ODM: watchdog: add driver for AAEON devices + - ODM: gpio: add driver for AAEON devices + - ODM: mfd: Add support for IO functions of AAEON devices + + * Disable hv-kvp-daemon.service on certain instance types (LP: #1932081) + - [Packaging]: Add kernel command line condition to hv-kvp-daemon service + + * Fix non-working GPU on Some HP desktops (LP: #1931147) + - PCI: Coalesce host bridge contiguous apertures + + * Miscellaneous Ubuntu changes + - SAUCE: selftests: seccomp: bump up timeout to 5min + - SAUCE: Revert "net/tls(TLS_SW): Add selftest for 'chunked' sendfile test" + - [Config] update annotations after rebase to 5.13-rc7 + + [ Upstream Kernel Changes ] + + * Rebase to v5.13-rc7 + + -- Andrea Righi Mon, 21 Jun 2021 10:55:36 +0200 + +linux-unstable (5.13.0-8.8) impish; urgency=medium + + * impish/linux-unstable: 5.13.0-8.8 -proposed tracker (LP: #1932018) + + * Packaging resync (LP: #1786013) + - update dkms package versions + + * initramfs-tools & kernel: use zstd as the default compression method + (LP: #1931725) + - [Config] use ZSTD to compress amd64 kernels + + * Miscellaneous Ubuntu changes + - [Config] enable signing for ppc64el + - SAUCE: powerpc: Fix initrd corruption with relative jump labels + + -- Andrea Righi Tue, 15 Jun 2021 15:07:34 +0200 + +linux-unstable (5.13.0-7.7) impish; urgency=medium + + * impish/linux-unstable: 5.13.0-7.7 -proposed tracker (LP: #1931840) + + * Packaging resync (LP: #1786013) + - update dkms package versions + - [Packaging] resync getabis + - [Packaging] update helper scripts + - update dkms package versions + + * Intel ADL-S graphics feature enabling (LP: #1931240) + - SAUCE: drm/i915/adl_s: ADL-S platform Update PCI ids for Mobile BGA + + * Kernel package builds running out of space on builders (LP: #1930713) + - [Config] CONFIG_DEBUG_INFO_COMPRESSED=n + + * Miscellaneous Ubuntu changes + - [Debian] remove nvidia dkms build support + - [Config] remove now unsued do_dkms_nvidia* build variables + - [Config] enable signing for s390x + - [Config] update annotations after configs review + - [Config] update toolchain versions + + [ Upstream Kernel Changes ] + + * Rebase to v5.13-rc6 + + -- Andrea Righi Mon, 14 Jun 2021 11:53:08 +0200 + +linux-unstable (5.13.0-6.6) impish; urgency=medium + + * impish/linux-unstable: 5.13.0-6.6 -proposed tracker (LP: #1931071) + + * Kernel package builds running out of space on builders (LP: #1930713) + - [Debian] use stamps for flavour install targets + - [Debian] run install-$(flavour) targets during build phase + - [Debian] remove dh_testroot from install targets + - [Debian] dkms-build -- use fakeroot if not running as root + - [Debian] exclude $(DEBIAN)/__abi.current from linux-source + + * [UBUNTU 21.04] tools/kvm_stat: Add restart delay (LP: #1921870) + - [Debian] install kvm_stat systemd service + + * Debugging symbols (dbgsym) packages are missing GDB kernel scripts + (LP: #1928715) + - [Packaging] Build and include GDB Python scripts into debug packages + + * Can't detect intel wifi 6235 (LP: #1920180) + - SAUCE: iwlwifi: add new pci id for 6235 + + * Select correct boot VGA when BIOS doesn't do it properly (LP: #1929217) + - vgaarb: Use ACPI HID name to find integrated GPU + + * Fix kernel panic on Intel Bluetooth (LP: #1928838) + - Bluetooth: Shutdown controller after workqueues are flushed or cancelled + + * build module CONFIG_SND_SOC_INTEL_SOUNDWIRE_SOF_MACH=m for 5.11, 5.13-rc2 + and later (LP: #1921632) + - [Config] enable soundwire audio mach driver + + * Miscellaneous Ubuntu changes + - [Config] CONFIG_SND_SOC_RT1308 can only be enabled on amd64 + + [ Upstream Kernel Changes ] + + * Rebase to v5.13-rc5 + + -- Andrea Righi Mon, 07 Jun 2021 10:45:13 +0200 + +linux-unstable (5.13.0-5.5) impish; urgency=medium + + * impish/linux-unstable: 5.13.0-5.5 -proposed tracker (LP: #1930205) + + * Packaging resync (LP: #1786013) + - update dkms package versions + + * Miscellaneous Ubuntu changes + - [Config] set CONFIG_BPF_UNPRIV_DEFAULT_OFF=y + + -- Andrea Righi Mon, 31 May 2021 12:32:38 +0200 + +linux-unstable (5.13.0-4.4) impish; urgency=medium + + * impish/linux-unstable: 5.13.0-4.4 -proposed tracker (LP: #1929404) + + * Packaging resync (LP: #1786013) + - update dkms package versions + + * Support importing mokx keys into revocation list from the mok table + (LP: #1928679) + - SAUCE: integrity: add informational messages when revoking certs + + * Support importing mokx keys into revocation list from the mok table + (LP: #1928679) // CVE-2020-26541 when certificates are revoked via + MokListXRT. + - SAUCE: integrity: Load mokx certs from the EFI MOK config table + + * Miscellaneous Ubuntu changes + - [Config] Temporarily disable signing for ppc64el and s390x + - SAUCE: Revert "UBUNTU: SAUCE: overlayfs: Be more careful about copying up + sxid files" + - SAUCE: Revert "UBUNTU: SAUCE: overlayfs: Propogate nosuid from lower and + upper mounts" + - SAUCE: Revert "UBUNTU: SAUCE: overlayfs: Enable user namespace mounts" + - SAUCE: Revert "UBUNTU: SAUCE: overlayfs: ensure mounter privileges when + reading directories" + - SAUCE: Revert "UBUNTU: SAUCE: fs: Move SB_I_NOSUID to the top of s_iflags" + + [ Upstream Kernel Changes ] + + * Rebase to v5.13-rc3 + + -- Andrea Righi Mon, 24 May 2021 13:06:17 +0200 + +linux-unstable (5.13.0-3.3) impish; urgency=medium + + * impish/linux-unstable: 5.13.0-3.3 -proposed tracker (LP: #1928655) + + [ Upstream Kernel Changes ] + + * Rebase to v5.13-rc2 + + -- Andrea Righi Mon, 17 May 2021 11:55:02 +0200 + +linux-unstable (5.13.0-2.2) impish; urgency=medium + + * Miscellaneous Ubuntu changes + - [Config] enable CONFIG_DEBUG_INFO_COMPRESSED + + * Miscellaneous upstream changes + - Revert "UBUNTU: [Config] temporarily disable BPF JIT" + + -- Andrea Righi Fri, 14 May 2021 09:19:02 +0200 + +linux-unstable (5.13.0-1.1) impish; urgency=medium + + [ Upstream Kernel Changes ] + + * Rebase to v5.13-rc1 + + -- Andrea Righi Wed, 12 May 2021 11:35:23 +0200 + +linux-unstable (5.13.0-0.0) impish; urgency=medium + + * Empty entry + + -- Andrea Righi Tue, 11 May 2021 08:40:09 +0200 + +linux-unstable (5.12.0-11.11) impish; urgency=medium + + * Impish update: v5.12.1 upstream stable release (LP: #1927094) + - net: hso: fix NULL-deref on disconnect regression + - USB: CDC-ACM: fix poison/unpoison imbalance + - iwlwifi: Fix softirq/hardirq disabling in iwl_pcie_gen2_enqueue_hcmd() + - cfg80211: fix locking in netlink owner interface destruction + - mei: me: add Alder Lake P device id. + - Linux 5.12.1 + + * Packaging resync (LP: #1786013) // Impish update: v5.12.1 upstream stable + release (LP: #1927094) + - update dkms package versions + + * Gigabyte R120-T33 (ARM ThunderX SoC) fails to boot in ACPI mode + (LP: #1925075) // Impish update: v5.12.1 upstream stable release + (LP: #1927094) + - ACPI: GTDT: Don't corrupt interrupt mappings on watchdow probe failure + + * Fix kernel panic at boot on dual GFX systems (LP: #1926792) // Impish + update: v5.12.1 upstream stable release (LP: #1927094) + - drm/amdgpu: Register VGA clients after init can no longer fail + + * On TGL platforms screen shows garbage when browsing website by scrolling + mouse (LP: #1926579) // Impish update: v5.12.1 upstream stable release + (LP: #1927094) + - SAUCE: drm/i915/display: Disable PSR2 if TGL Display stepping is B1 from A0 + + * CirrusLogic: Cracking noises appears in built-in speaker when output volume + is set >80% (LP: #1924997) // Impish update: v5.12.1 upstream stable release + (LP: #1927094) + - SAUCE: ALSA: hda/cirrus: Use CS8409 Equalizer to fix abnormal sounds on + Bullseye + + * Enable mute/micmute LEDs and limit mic boost on EliteBook 845 G8 + (LP: #1925415) // Impish update: v5.12.1 upstream stable release + (LP: #1927094) + - ALSA: hda/realtek: Enable mute/micmute LEDs and limit mic boost on EliteBook + 845 G8 + + * Miscellaneous upstream changes + - Revert "UBUNTU: SAUCE: PCI: Disable broken RTIT_BAR of Intel TH" + - Revert "UBUNTU: [Config] temporarily disable ZFS" + + -- Paolo Pisati Tue, 04 May 2021 18:35:54 +0200 + +linux-unstable (5.12.0-10.10) impish; urgency=medium + + * Packaging resync (LP: #1786013) + - update dkms package versions + + * Miscellaneous Ubuntu changes + - [Packaging] Drop versioned ABI directory names + - [Packaging] getabis: Download ABIs into an unversioned directory + - [Packaging] final-checks: Handle unversioned ABI directories + - bump to impish + - [Config] GCC version update + + -- Paolo Pisati Thu, 29 Apr 2021 12:27:20 +0200 + +linux-unstable (5.12.0-9.9) impish; urgency=medium + + [ Upstream Kernel Changes ] + + * Rebase to v5.12-rc8 + + -- Seth Forshee Mon, 26 Apr 2021 11:14:16 -0500 + +linux-unstable (5.12.0-8.8) hirsute; urgency=medium + + * CVE-2021-3492 + - SAUCE: shiftfs: free allocated memory in shiftfs_btrfs_ioctl_fd_replace() + error paths + - SAUCE: shiftfs: handle copy_to_user() return values correctly + + * Fix no picture from HDMI when it's plugged after boot (LP: #1924238) + - drm/i915/display: Handle lane polarity for DDI port + + * hirsute beta desktop AMD64 ISO kernel panic on boot when booting using UEFI + (LP: #1922403) + - SAUCE: efifb: Check efifb_pci_dev before using it + + * Miscellaneous Ubuntu changes + - Rebase to v5.12-rc8 + - [Config] updateconfigs following 5.12-rc8 rebase + + [ Upstream Kernel Changes ] + + * Rebase to v5.12-rc8 + + -- Paolo Pisati Mon, 19 Apr 2021 11:37:27 +0200 + +linux-unstable (5.12.0-7.7) hirsute; urgency=medium + + * drm/i915: Drop force_probe requirement for Rocket Lake (LP: #1905466) + - drm/i915/rkl: Remove require_force_probe protection + + * HP m400 cartridges fail to find NIC when deploying hirsute (LP: #1918793) + - PCI: xgene: Fix cfg resource mapping + + * Update - Fix no screen show on display after S3 on CML-R (LP: #1922768) + - drm/i915/gen9bc: Handle TGP PCH during suspend/resume + + * Miscellaneous Ubuntu changes + - SAUCE: RDMA/core: Introduce peer memory interface + - Rebase to v5.12-rc7 + + [ Upstream Kernel Changes ] + + * Rebase to v5.12-rc7 + + -- Paolo Pisati Mon, 12 Apr 2021 11:48:07 +0200 + +linux-unstable (5.12.0-6.6) hirsute; urgency=medium + + * Packaging resync (LP: #1786013) + - [Packaging] update variants + + * i915 doesn't support some high pixel clock 4k * 60Hz monitors (LP: #1922372) + - drm/i915/vbt: update DP max link rate table + + * Tegra "mmc0: Timeout waiting for hardware interrupt" (LP: #1921140) + - SAUCE: mmc: host: Add required callbacks to set/clear CQE_EN bit + + * Enable ath11k debugfs/tracing (LP: #1922033) + - [Config] enable ath11k debugfs/tracing + + * Fix mic on P620 after S3 resume (LP: #1921757) + - ALSA: usb-audio: Carve out connector value checking into a helper + - ALSA: usb-audio: Check connector value on resume + + * Miscellaneous Ubuntu changes + - [Config] amd64,arm64: build KFENCE support but disable it by default + (KFENCE_SAMPLE_INTERVAL=0) + - Rebase to v5.12-rc6 + + * Miscellaneous upstream changes + - drm/dp: add MSO related DPCD registers + - drm/i915/edp: reject modes with dimensions other than fixed mode + - drm/i915/edp: always add fixed mode to probed modes in ->get_modes() + - drm/i915/edp: read sink MSO configuration for eDP 1.4+ + - drm/i915/reg: add stream splitter configuration definitions + - drm/i915/mso: add splitter state readout for platforms that support it + - drm/i915/mso: add splitter state check + - drm/i915/edp: modify fixed and downclock modes for MSO + - drm/i915/edp: enable eDP MSO during link training + + [ Upstream Kernel Changes ] + + * Rebase to v5.12-rc6 + + -- Paolo Pisati Wed, 07 Apr 2021 11:42:55 +0200 + +linux-unstable (5.12.0-5.5) hirsute; urgency=medium + + * Packaging resync (LP: #1786013) + - update dkms package versions + + * alsa/realtek: extend the delay time in the determine_headset_type for a + Dell AIO (LP: #1920747) + - SAUCE: ALSA: hda/realtek: fix a determine_headset_type issue for a Dell AIO + + * power off stress test will hang on the TGL machines (LP: #1919930) + - SAUCE: ASoC: SOF: Intel: TGL: set shutdown callback to hda_dsp_shutdown + - [Config] set SND_SOC_SOF_HDA_ALWAYS_ENABLE_DMI_L1 to n + + * lockdown on power (LP: #1855668) + - SAUCE: (lockdown) powerpc: lock down kernel in secure boot mode + + * Miscellaneous Ubuntu changes + - [Config] arm64 -- unify build_image and kernel_file values + - SAUCE: (lockdown) Add efi_status_to_str() and rework efi_status_to_err(). + - SAUCE: (lockdown) Make get_cert_list() use efi_status_to_str() to print + error messages. + - SAUCE: (lockdown) security: lockdown: expose a hook to lock the kernel down + - SAUCE: (lockdown) efi: Add an EFI_SECURE_BOOT flag to indicate secure boot + mode + - SAUCE: (lockdown) efi: Lock down the kernel if booted in secure boot mode + - SAUCE: (lockdown) s390: Lock down the kernel when the IPL secure flag is set + - SAUCE: (lockdown) KEYS: Make use of platform keyring for module signature + verify + - SAUCE: (lockdown) arm64: Allow locking down the kernel under EFI secure boot + - SAUCE: (lockdown) security: lockdown: Make + CONFIG_LOCK_DOWN_IN_EFI_SECURE_BOOT more generic + - SAUCE: xr-usb-serial: clean up indentation + - SAUCE: xr-usb-serial: clean up build warnings + - SAUCE: apparmor: Fix build error, make sk parameter const + - Rebase to v5.12-rc5 + - [Config] updateconfigs following v5.12-rc5 rebase + + * Miscellaneous upstream changes + - Revert "UBUNTU: SAUCE: (lockdown) s390: Lock down the kernel when the IPL + secure flag is set" + - Revert "UBUNTU: SAUCE: (lockdown) efi: Add an EFI_SECURE_BOOT flag to + indicate secure boot mode" + - Revert "UBUNTU: SAUCE: (lockdown) powerpc: lock down kernel in secure boot + mode" + - Revert "UBUNTU: SAUCE: (lockdown) security: lockdown: Make + CONFIG_LOCK_DOWN_IN_EFI_SECURE_BOOT more generic" + - Revert "UBUNTU: SAUCE: (lockdown) arm64: Allow locking down the kernel under + EFI secure boot" + - Revert "UBUNTU: SAUCE: (lockdown) KEYS: Make use of platform keyring for + module signature verify" + - Revert "UBUNTU: SAUCE: (lockdown) efi: Lock down the kernel if booted in + secure boot mode" + - Revert "UBUNTU: SAUCE: (lockdown) security: lockdown: expose a hook to lock + the kernel down" + - Revert "UBUNTU: SAUCE: (lockdown) Make get_cert_list() use + efi_status_to_str() to print error messages." + - Revert "UBUNTU: SAUCE: (lockdown) Add efi_status_to_str() and rework + efi_status_to_err()." + + [ Upstream Kernel Changes ] + + * Rebase to v5.12-rc5 + + -- Paolo Pisati Mon, 29 Mar 2021 12:59:38 +0200 + +linux-unstable (5.12.0-4.4) hirsute; urgency=medium + + * Packaging resync (LP: #1786013) + - update dkms package versions + + * Fix broken efifb on graphics device without driver (LP: #1914411) + - SAUCE: efifb: Ensure graphics device for efifb stays at PCI D0 + + * Fix system sleep on TGL systems with Intel ME (LP: #1919321) + - SAUCE: PCI: Serialize TGL e1000e PM ops + + * Miscellaneous Ubuntu changes + - Rebase to v5.12-rc4 + - [Config] updateconfigs following v5.12-rc4 rebase + + * Miscellaneous upstream changes + - riscv: dts: fu740: fix cache-controller interrupts + - riscv: sifive: fu740: cpu{1, 2, 3, 4} set compatible to sifive, u74-mc + - riscv: sifive: unmatched: update for 16GB rev3 + - riscv: Add 3 SBI wrapper functions to get cpu manufacturer information + - riscv: Get CPU manufacturer information + - riscv: Introduce alternative mechanism to apply errata solution + - riscv: sifive: apply errata "cip-453" patch + - clk: sifive: Add pcie_aux clock in prci driver for PCIe driver + - clk: sifive: Use reset-simple in prci driver for PCIe driver + - MAINTAINERS: Add maintainers for SiFive FU740 PCIe driver + - dt-bindings: PCI: Add SiFive FU740 PCIe host controller + - PCI: designware: Add SiFive FU740 PCIe host controller driver + - riscv: dts: Add PCIe support for the SiFive FU740-C000 SoC + + [ Upstream Kernel Changes ] + + * Rebase to v5.12-rc4 + + -- Paolo Pisati Mon, 22 Mar 2021 12:43:14 +0100 + +linux-unstable (5.12.0-3.3) hirsute; urgency=medium + + * riscv: revert SiFive Unleashed CPUFreq (LP: #1917433) + - SAUCE: Revert "SiFive Unleashed CPUFreq" + + * Dell Precision 5550 takes up to 10 seconds to respond when coming out of + sleep (LP: #1919123) + - SAUCE: Input: i8042 - add dmi quirk + + * LRMv4: switch to signing nvidia modules via the Ubuntu Modules signing key + (LP: #1918134) + - [Packaging] sync dkms-build et al from LRMv4 + + * curtin: install flash-kernel in arm64 UEFI unexpected (LP: #1918427) + - [Packaging] Allow grub-efi-arm* to satisfy recommends on ARM + + * Packaging resync (LP: #1786013) + - update dkms package versions + + * Enable Tegra support in arm64 for NVIDIA Jetson (LP: #1918471) + - [Config] enable ARCH_TEGRA and all Tegra SOC's + - [Packaging] include modern Tegra modules + + * Cirrus Audio Codec CS8409/CS42L42: Input Device does not switch to headset + Mic when a headset is inserted (LP: #1918378) + - SAUCE: ALSA: hda/cirrus: Fix Headset Mic volume control name + + * Cirrus Audio Codec CS8409/CS42L42 support (LP: #1916554) + - ALSA: hda/cirrus: Increase AUTO_CFG_MAX_INS from 8 to 18 + - ALSA: hda/cirrus: Add support for CS8409 HDA bridge and CS42L42 companion + codec. + - ALSA: hda/cirrus: Add jack detect interrupt support from CS42L42 companion + codec. + - ALSA: hda/cirrus: Add Headphone and Headset MIC Volume Control + + * drm/i915: Drop force_probe requirement for JSL (LP: #1917843) + - SAUCE: drm/i915: Drop require_force_probe from JSL + + * Miscellaneous Ubuntu changes + - [Packaging] Skip d-i code if udebs are disabled + - [Packaging] Disable udebs if $DEBIAN/d-i doesn't exist + - [Packaging] remove dh-systemd build dependency + - [Config] fix several annotaions with enforcement typos + - [Config] refresh annotations + - [Config] updateconfigs following v5.12-rc3 rebase + - annotations: fixup after v5.12-rc3 rebase + - Rebase to v5.12-rc3 + + [ Upstream Kernel Changes ] + + * Rebase to v5.12-rc3 + + -- Paolo Pisati Tue, 16 Mar 2021 18:43:03 +0100 + +linux-unstable (5.12.0-2.2) hirsute; urgency=medium + + * Miscellaneous Ubuntu changes + - Rebase to v5.12-rc2 + - [Config] updateconfigs following v5.12-rc2 rebase + + [ Upstream Kernel Changes ] + + * Rebase to v5.12-rc2 + + -- Paolo Pisati Mon, 08 Mar 2021 11:22:04 +0100 + +linux-unstable (5.12.0-1.1) hirsute; urgency=medium + + * Packaging resync (LP: #1786013) + - update dkms package versions + + * Support no udeb profile (LP: #1916095) + - [Packaging] replace custom filter script with dctrl-tools + - [Packaging] correctly implement noudeb build profiles. + + * Miscellaneous Ubuntu changes + - [Packaging] dkms-versions -- remove nvidia-graphics-drivers-440-server + - [Debian] run ubuntu-regression-suite for linux-unstable + - [Packaging] remove Provides: aufs-dkms + - [Config] update config and annotations following v5.12-rc1 rebase + - [Config] disable nvidia and nvidia_server builds + - [Config] temporarily disable ZFS + - temporarily disable modules check + - annotations: s390: temporarily remove CONFIG_KMSG_IDS + - [Config] amd64: FTBFS: disable HIO + - [Config] FTBFS: disable SHIFT_FS + - [Config] s390: temporarily remove CONFIG_KMSG_IDS + + * Miscellaneous upstream changes + - Revert "UBUNTU: [Config] disable nvidia and nvidia_server builds" + - Revert "UBUNTU: SAUCE: s390: kernel message catalog" + + [ Upstream Kernel Changes ] + + * Rebase to v5.12-rc1 + + -- Paolo Pisati Thu, 04 Mar 2021 18:26:12 +0100 + +linux-unstable (5.12.0-0.0) hirsute; urgency=medium + + * Empty entry + + -- Paolo Pisati Thu, 04 Mar 2021 18:17:32 +0100 + +linux-unstable (5.11.0-10.11) hirsute; urgency=medium + + * Packaging resync (LP: #1786013) + - [Packaging] update variants + + * Support CML-S CPU + TGP PCH (LP: #1909457) + - drm/i915/rkl: new rkl ddc map for different PCH + - SAUCE: drm/i915/gen9_bc : Add TGP PCH support + + * Use DCPD to control HP DreamColor panel (LP: #1911001) + - SAUCE: drm/dp: Another HP DreamColor panel brigntness fix + + * Update nvidia dkms build for module linker script changes + - [Packaging] build-dkms--nvidia-N -- Update for preprocessed module linker + script + + * Please trust Canonical Livepatch Service kmod signing key (LP: #1898716) + - [Config] enable CONFIG_MODVERSIONS=y + - [Packaging] build canonical-certs.pem from branch/arch certs + - [Config] add Canonical Livepatch Service key to SYSTEM_TRUSTED_KEYS + - [Config] add ubuntu-drivers key to SYSTEM_TRUSTED_KEYS + + * Miscellaneous Ubuntu changes + - [Config] re-enable nvidia dkms + - SAUCE: selftests: memory-hotplug: bump timeout to 10min + - [Debian] update-aufs.sh -- Don't apply tmpfs-idr.patch + - [Config] Update configs + - [Config] disable nvidia and nvidia_server builds + - SAUCE: Import aufs driver + - [Config] CONFIG_AUFS_FS=n + - [Config] refresh annotations file + - [Config] set CONFIG_MIPI_I3C_HCI=m consistently + - [Config] set CONFIG_PINCTRL_MSM8953=m on armhf generic-lpae + - [Packaging] Change source package name to linux-unstable + - [Config] update LD_VERSION in config due to toolchain update + + * Miscellaneous upstream changes + - Revert "UBUNTU: SAUCE: tmpfs: Don't use 64-bit inodes by defulat with 32-bit + ino_t" + + -- Andrea Righi Mon, 22 Feb 2021 07:18:07 +0100 + +linux-unstable (5.11.0-9.10) hirsute; urgency=medium + + * Empty entry + + -- Andrea Righi Mon, 22 Feb 2021 07:02:45 +0100 + +linux (5.11.0-9.10) hirsute; urgency=medium + + * Packaging resync (LP: #1786013) + - update dkms package versions + + * Miscellaneous Ubuntu changes + - [Config] update configs/annotations after rebase to 5.11 + - zfs-modules.ignore: add zzstd + + [ Upstream Kernel Changes ] + + * Rebase to v5.11 + + -- Andrea Righi Mon, 15 Feb 2021 16:29:36 +0100 + +linux (5.11.0-8.9) hirsute; urgency=medium + + * Missing device id for Intel TGL-H ISH [8086:43fc] in intel-ish-hid driver + (LP: #1914543) + - SAUCE: HID: intel-ish-hid: ipc: Add Tiger Lake H PCI device ID + + * Add support for new Realtek ethernet NIC (LP: #1914604) + - r8169: Add support for another RTL8168FP + + * Miscellaneous Ubuntu changes + - SAUCE: tmpfs: Don't use 64-bit inodes by defulat with 32-bit ino_t + - [Config] Set CONFIG_TMPFS_INODE64=n for s390x + - [Config] re-enable ZFS + + [ Upstream Kernel Changes ] + + * Rebase to v5.11-rc7 + + -- Andrea Righi Mon, 08 Feb 2021 11:56:23 +0100 + +linux (5.11.0-7.8) hirsute; urgency=medium + + * Packaging resync (LP: #1786013) + - update dkms package versions + + * Boot fails: failed to validate module [nls_iso8859_1] BTF: -22 + (LP: #1911359) + - SAUCE: x86/entry: build thunk_$(BITS) only if CONFIG_PREEMPTION=y + + * Remove scary stack trace from Realtek WiFi driver (LP: #1913263) + - rtw88: reduce the log level for failure of tx report + + * Fix unexpected AER/DPC on PCH400 and PCH500 (LP: #1913691) + - Revert "UBUNTU: SAUCE: PCI: Enable ACS quirk on all CML root ports" + - Revert "UBUNTU: SAUCE: PCI: Enable ACS quirk on CML root port" + - SAUCE: PCI/AER: Disable AER interrupt during suspend + - SAUCE: PCI/DPC: Disable DPC interrupt during suspend + + * switch to an autogenerated nvidia series based core via dkms-versions + (LP: #1912803) + - [Packaging] nvidia -- use dkms-versions to define versions built + - [Packaging] update-version-dkms -- maintain flags fields + + * Introduce the new NVIDIA 460-server series and update the 460 series + (LP: #1913200) + - [Config] dkms-versions -- add the 460-server nvidia driver + + * Fix the video can't output through WD19TB connected with TGL platform during + cold-boot (LP: #1910211) + - SAUCE: drm/i915/dp: Prevent setting LTTPR mode if no LTTPR is detected + + * Stop using get_scalar_status command in Dell AIO uart backlight driver + (LP: #1865402) + - SAUCE: platform/x86: dell-uart-backlight: add get_display_mode command + + * Miscellaneous Ubuntu changes + - SAUCE: selftests/seccomp: Accept any valid fd in user_notification_addfd + - [Packaging] Don't disable CONFIG_DEBUG_INFO in headers packages + - [Config] update configs/annotations after rebase to 5.11-rc6 + + [ Upstream Kernel Changes ] + + * Rebase to v5.11-rc6 + + -- Andrea Righi Mon, 01 Feb 2021 10:27:52 +0100 + +linux (5.11.0-6.7) hirsute; urgency=medium + + * Packaging resync (LP: #1786013) + - update dkms package versions + + * Prevent thermal shutdown during boot process (LP: #1906168) + - thermal/drivers/acpi: Use hot and critical ops + - thermal/core: Remove notify ops + - thermal: int340x: Fix unexpected shutdown at critical temperature + - thermal: intel: pch: Fix unexpected shutdown at critical temperature + + * riscv: backport support for SiFive Unmatched (LP: #1910965) + - RISC-V: Update l2 cache DT documentation to add support for SiFive FU740 + - RISC-V: sifive_l2_cache: Update L2 cache driver to support SiFive FU740 + - dt-bindings: riscv: Update DT binding docs to support SiFive FU740 SoC + - riscv: dts: add initial support for the SiFive FU740-C000 SoC + - dt-bindings: riscv: Update YAML doc to support SiFive HiFive Unmatched board + - riscv: dts: add initial board data for the SiFive HiFive Unmatched + - PCI: microsemi: Add host driver for Microsemi PCIe controller + - Microsemi PCIe expansion board DT entry. + - SiFive Unleashed CPUFreq + - SiFive HiFive Unleashed: Add PWM LEDs (D1, D2, D3, D4) + + * initramfs unpacking failed (LP: #1835660) + - lib/decompress_unlz4.c: correctly handle zero-padding around initrds. + + * Miscellaneous Ubuntu changes + - [Config] update configs and annotations after rebase to 5.11-rc5 + + [ Upstream Kernel Changes ] + + * Rebase to v5.11-rc5 + + -- Andrea Righi Mon, 25 Jan 2021 09:31:31 +0100 + +linux (5.11.0-5.6) hirsute; urgency=medium + + * Packaging resync (LP: #1786013) + - update dkms package versions + + * Miscellaneous Ubuntu changes + - [Config] update config and annotations after rebase to 5.11-rc4 + + [ Upstream Kernel Changes ] + + * Rebase to v5.11-rc4 + + -- Andrea Righi Mon, 18 Jan 2021 10:46:10 +0100 + +linux (5.11.0-4.5) hirsute; urgency=medium + + * Boot fails: failed to validate module [nls_iso8859_1] BTF: -22 + (LP: #1911359) + - SAUCE: x86/entry: build thunk_$(BITS) only if CONFIG_PREEMPTION=y + + -- Andrea Righi Thu, 14 Jan 2021 12:53:26 +0100 + +linux (5.11.0-3.4) hirsute; urgency=medium + + * Boot fails: failed to validate module [nls_iso8859_1] BTF: -22 + (LP: #1911359) + - bpf: Allow empty module BTFs + - libbpf: Allow loading empty BTFs + + -- Andrea Righi Thu, 14 Jan 2021 07:43:45 +0100 + +linux (5.11.0-2.3) hirsute; urgency=medium + + * DMI entry syntax fix for Pegatron / ByteSpeed C15B (LP: #1910639) + - Input: i8042 - unbreak Pegatron C15B + + * SYNA30B4:00 06CB:CE09 Mouse on HP EliteBook 850 G7 not working at all + (LP: #1908992) + - HID: multitouch: Enable multi-input for Synaptics pointstick/touchpad device + + * debian/scripts/file-downloader does not handle positive failures correctly + (LP: #1878897) + - [Packaging] file-downloader not handling positive failures correctly + + * Packaging resync (LP: #1786013) + - update dkms package versions + + * CVE-2021-1052 // CVE-2021-1053 + - [Packaging] NVIDIA -- Add the NVIDIA 460 driver + + * Miscellaneous Ubuntu changes + - [Packaging] Remove nvidia-455 dkms build + - SAUCE: ALSA: hda/realtek: fix right sounds and mute/micmute LEDs for HP + machines + - [Config] update configs and annotations after rebase to 5.11-rc3 + + [ Upstream Kernel Changes ] + + * Rebase to v5.11-rc3 + + -- Andrea Righi Mon, 11 Jan 2021 09:52:27 +0100 + +linux (5.11.0-1.2) hirsute; urgency=medium + + [ Upstream Kernel Changes ] + + * Rebase to v5.11-rc2 + + -- Andrea Righi Thu, 07 Jan 2021 16:57:01 +0100 + +linux (5.11.0-0.1) hirsute; urgency=medium + + * dep-8 ubuntu-regression-suite tests are not run for all linux-hwe-* kernels + (LP: #1908529) + - [dep-8] Allow all hwe kernels + + * Fix reading speed and duplex sysfs on igc device (LP: #1906851) + - igc: Report speed and duplex as unknown when device is runtime suspended + + * rtwpci driver blocks the system to enter PC10, stuck at PC3 (LP: #1907200) + - SAUCE: rtw88: 8723de: let cpu enter c10 + + * [21.04 FEAT] Deactivate CONFIG_QETH_OSN kernel config option (LP: #1906370) + - [Config] Deactivate CONFIG_QETH_OSN kernel config option + + * Add dpcd backlight control for 0x4c83 0x4f41 (LP: #1905663) + - SAUCE: drm/dp: Add dpcd backlight control for 0x4c83 0x4f41 + + * disable building bpf selftests (LP: #1908144) + - SAUCE: selftests/bpf: Clarify build error if no vmlinux + - SAUCE: selftests: Skip BPF selftests by default + - disable building bpf selftests (no VMLINUX_BTF) + + * Miscellaneous Ubuntu changes + - SAUCE: (lockdown) efi: Add an EFI_SECURE_BOOT flag to indicate secure boot + mode + - SAUCE: (lockdown) s390: Lock down the kernel when the IPL secure flag is set + - [Config] update configs and annotations after rebase to v5.11-rc1 + - hio: fix build error with kernel 5.11 + - SAUCE: shiftfs: fix build error with 5.11 + - [Config] temporarily disable ZFS + - check-aliases: do not error if modules.alias does not exist + - ppc64el: don't build stripped vdso + + * Miscellaneous upstream changes + - irq: export irq_check_status_bit + + [ Upstream Kernel Changes ] + + * Rebase to v5.11-rc1 + + -- Andrea Righi Mon, 04 Jan 2021 09:17:48 +0100 + +linux (5.11.0-0.0) hirsute; urgency=medium + + * Empty entry + + -- Andrea Righi Wed, 30 Dec 2020 09:04:41 +0100 + +linux (5.10.0-9.10) hirsute; urgency=medium + + * Use INTx for Pericom USB controllers (LP: #1906839) + - PCI: Disable MSI for Pericom PCIe-USB adapter + + * disable building bpf selftests (LP: #1908144) + - SAUCE: selftests/bpf: clarify build error if no vmlinux + - SAUCE: selftests: Skip BPF seftests by default + - disable building bpf selftests (no VMLINUX_BTF) + + * Miscellaneous Ubuntu changes + - [Config] Enable CONFIG_BPF_LSM + + * Miscellaneous upstream changes + - Revert "md: change mddev 'chunk_sectors' from int to unsigned" + - Revert "dm raid: fix discard limits for raid1 and raid10" + + -- Andrea Righi Tue, 15 Dec 2020 10:16:14 +0100 + +linux (5.10.0-8.9) hirsute; urgency=medium + + * Packaging resync (LP: #1786013) + - [Packaging] update variants + + * Fix bpf selftest compilation with clang 11 + - bpf: Fix selftest compilation on clang 11 + + * Miscellaneous Ubuntu changes + - [Config] update configs and annotations after rebase to v5.10 + + [ Upstream Kernel Changes ] + + * Rebase to v5.10 + + -- Andrea Righi Mon, 14 Dec 2020 08:57:57 +0100 + +linux (5.10.0-7.8) hirsute; urgency=medium + + * Packaging resync (LP: #1786013) + - update dkms package versions + + * Fix linux-libc-dev build for hirsute forward port kernels (LP: #1904067) + - [Debian] Build linux-libc-dev for debian.master* branches + + * Update kernel packaging to support forward porting kernels (LP: #1902957) + - [Debian] Update for leader included in BACKPORT_SUFFIX + + * Introduce the new NVIDIA 455 series (LP: #1897751) + - [Packaging] NVIDIA -- Add signed modules for the 455 driver + + * 5.10 kernel fails to boot with secure boot disabled (LP: #1904906) + - [Config] CONFIG_RCU_SCALE_TEST=n + + * Miscellaneous Ubuntu changes + - [Config] s390x: disable GPIO_CDEV + - [Config] ARM_CMN=m + - [Config] disable GPIO_CDEV_V1 + - [Config] Reorder annotations after 5.10-rc6 rebase + - [Packaging] Remove nvidia-435 dkms build + - [Packaging] Change source package name to linux + - [Config] Update configs and annotations after rebase to v5.10-rc7 + - SAUCE: Revert "mm/filemap: add static for function + __add_to_page_cache_locked" + + [ Upstream Kernel Changes ] + + * Rebase to v5.10-rc7 + + -- Seth Forshee Mon, 07 Dec 2020 00:15:20 -0600 + +linux (5.10.0-6.7) hirsute; urgency=medium + + * Empty entry. + + -- Seth Forshee Sun, 06 Dec 2020 22:13:46 -0600 + +linux-5.10 (5.10.0-6.7) hirsute; urgency=medium + + * Packaging resync (LP: #1786013) + - update dkms package versions + + * Avoid double newline when running insertchanges (LP: #1903293) + - [Packaging] insertchanges: avoid double newline + + * Miscellaneous Ubuntu changes + - [Packaging]: linux-modules should depend on linux-image + - [Packaging]: linux-image should suggest linux-modules-extra + + [ Upstream Kernel Changes ] + + * Rebase to v5.10-rc6 + + -- Andrea Righi Mon, 30 Nov 2020 07:47:34 +0100 + +linux-5.10 (5.10.0-5.6) hirsute; urgency=medium + + * Miscellaneous Ubuntu changes + - [Config] add CONFIG_INFINIBAND_VIRT_DMA + + [ Upstream Kernel Changes ] + + * Rebase to v5.10-rc5 + + -- Andrea Righi Mon, 23 Nov 2020 13:17:44 +0100 + +linux-5.10 (5.10.0-4.5) hirsute; urgency=medium + + * Packaging resync (LP: #1786013) + - update dkms package versions + + * Miscellaneous Ubuntu changes + - [Packaging] reduce the size required to build packages + + [ Upstream Kernel Changes ] + + * Rebase to v5.10-rc4 + + -- Andrea Righi Mon, 16 Nov 2020 08:33:54 +0100 + +linux-5.10 (5.10.0-3.4) hirsute; urgency=medium + + * Packaging resync (LP: #1786013) + - update dkms package versions + + * e1000e: fix issues with S0ix (LP: #1902687) + - SAUCE: e1000e: fix S0ix flow to allow S0i3.2 subset entry + - SAUCE: e1000e: allow turning s0ix flows on for systems with ME + - SAUCE: e1000e: Add Dell's Comet Lake systems into s0ix heuristics + - SAUCE: e1000e: Add more Dell CML systems into s0ix heuristics + - [Config] Update CONFIG_E1000E for ppc64el in annotations + + * perf: Add support for Rocket Lake (LP: #1902004) + - SAUCE: perf/x86/intel: Add Rocket Lake CPU support + - SAUCE: perf/x86/cstate: Add Rocket Lake CPU support + - SAUCE: perf/x86/msr: Add Rocket Lake CPU support + - SAUCE: perf/x86/intel/uncore: Add Rocket Lake support + + * Miscellaneous Ubuntu changes + - [Config] Disable CONFIG_CRYPTO_USER_API_ENABLE_OBSOLETE + - [Config] update CONFIG_MST_IRQ after rebase to 5.10-rc3 + - [Config] drop obsolete SND_SST_IPC options + - [Config] re-enable ZFS + + [ Upstream Kernel Changes ] + + * Rebase to v5.10-rc3 + + -- Andrea Righi Mon, 09 Nov 2020 09:37:08 +0100 + +linux-5.10 (5.10.0-2.3) hirsute; urgency=medium + + * Miscellaneous Ubuntu changes + - [Config] Switch arm64 default cpufreq governor to ondemand + - [Debian] Include scripts/module.lds from builddir in headers package + + -- Seth Forshee Tue, 03 Nov 2020 21:01:52 -0600 + +linux-5.10 (5.10.0-1.2) hirsute; urgency=medium + + * Packaging resync (LP: #1786013) + - update dkms package versions + + * Fix non-working Intel NVMe after S3 (LP: #1900847) + - SAUCE: PCI: Enable ACS quirk on all CML root ports + + * Miscellaneous Ubuntu changes + - [Packaging] move to hirsute + - [Config] Update configs and annotations after rebase to 5.10-rc2 + - [Config] Update numerous configs to conform with policy + - [Config] Switch default CPUFreq governer for arm64/armhf to schedultil + - [Config] Temporarily disable DEBUG_INFO_BTF for armhf + + [ Upstream Kernel Changes ] + + * Rebase to v5.10-rc2 + + -- Seth Forshee Mon, 02 Nov 2020 13:18:27 -0600 + +linux-5.10 (5.10.0-0.1) hirsute; urgency=medium + + * Packaging resync (LP: #1786013) + - update dkms package versions + + * Miscellaneous Ubuntu changes + - [Config] Update configs and annotations for v5.10-rc1 + - SAUCE: platform/x86: dell-uart-backlight: rename kzfree() to + kfree_sensitive() + - SAUCE: apparmor: rename kzfree() to kfree_sensitive() + - SAUCE: LSM: change ima_read_file() to use lsmblob + - SAUCE: LSM: Use lsmblob in smk_netlbl_mls() + + * Miscellaneous upstream changes + - Revert "UBUNTU: [Packaging] Change source package name to linux-5.10" + - s390: correct __bootdata / __bootdata_preserved macros + + [ Upstream Kernel Changes ] + + * Rebase to v5.10-rc1 + + -- Paolo Pisati Tue, 27 Oct 2020 16:57:07 +0100 + +linux-5.10 (5.10.0-0.0) groovy; urgency=medium + + * Empty entry + + -- Paolo Pisati Mon, 26 Oct 2020 14:55:48 +0100 + +linux-5.9 (5.9.0-2.3) groovy; urgency=medium + + * Fix system reboot when disconnecting WiFi (LP: #1899726) + - iwlwifi: msix: limit max RX queues for 9000 family + + * booting linux-generic-lpae armhf kernel under qemu results in relocation out + of range, and thus no modules can be loaded (LP: #1899519) + - [Config] armhf: ARM_MODULE_PLTS=y + + * Fix broken MSI interrupt after HDA controller was suspended (LP: #1899586) + - ALSA: hda: fix jack detection with Realtek codecs when in D3 + + * CVE-2020-16119 + - SAUCE: dccp: avoid double free of ccid on child socket + + * python3-venv is gone (LP: #1896801) + - SAUCE: doc: remove python3-venv dependency + + * *-tools-common packages descriptions have typo "PGKVER" (LP: #1898903) + - [Packaging] Fix typo in -tools template s/PGKVER/PKGVER/ + + * Enable brightness control on HP DreamColor panel (LP: #1898865) + - SAUCE: drm/i915/dpcd_bl: Skip testing control capability with force DPCD + quirk + - SAUCE: drm/dp: HP DreamColor panel brigntness fix + + * HP Zbook Studio G7 boots into corrupted screen with PSR featured panel + (LP: #1897501) + - SAUCE: drm/i915/psr: allow overriding PSR disable param by quirk + - SAUCE: drm/dp: add DP_QUIRK_FORCE_PSR_CHIP_DEFAULT quirk to CMN prod-ID + 19-15 + + * Fix broken e1000e device after S3 (LP: #1897755) + - SAUCE: e1000e: Increase polling timeout on MDIC ready bit + + * Wakeup the system by touching the touchpad (LP: #1888331) + - HID: i2c-hid: Enable wakeup capability from Suspend-to-Idle + + * Enable LTR for endpoints behind VMD (LP: #1896598) + - SAUCE: PCI/ASPM: Enable LTR for endpoints behind VMD + + * [SRU] [Focal/OEM-5.6/Groovy]Fix AMD usb host controller lost after stress S3 + (LP: #1893914) + - SAUCE: xhci: workaround for S3 issue on AMD SNPS 3.0 xHC + + * debian/rules editconfigs does not work on s390x to change s390x only configs + (LP: #1863116) + - [Packaging] kernelconfig -- only update/edit configurations on architectures + we have compiler support + + * Fix non-working NVMe after S3 (LP: #1895718) + - SAUCE: PCI: Enable ACS quirk on CML root port + + * Miscellaneous Ubuntu changes + - SAUCE: bpf: Check CONFIG_BPF option for resolve_btfids + - SAUCE: tools resolve_btfids: Always force HOSTARCH + - packaging: arm64: add a 64KB mem pages flavour called 'generic-64k' + - packaging: arm64: generic-64k: skip ABI, modules and retpoline checks + - SAUCE: drm/i915/display: Fix null deref in intel_psr_atomic_check() + - [Config] Update toolchain versions + - [Config] Refresh annotations + - Add ubuntu-host module + - CONFIG_UBUNTU_HOST=m + - SAUCE: apparmor: drop prefixing abs root labels with '=' + - SAUCE: apparmor: disable showing the mode as part of a secid to secctx + - SAUCE: apparmor: rename aa_sock() to aa_unix_sk() + - SAUCE: apparmor: LSM stacking: switch from SK_CTX() to aa_sock() + - SAUCE: LSM: Infrastructure management of the sock security + - SAUCE: LSM: Create and manage the lsmblob data structure. + - SAUCE: LSM: Use lsmblob in security_audit_rule_match + - SAUCE: LSM: Use lsmblob in security_kernel_act_as + - SAUCE: net: Prepare UDS for security module stacking + - SAUCE: LSM: Use lsmblob in security_secctx_to_secid + - SAUCE: LSM: Use lsmblob in security_secid_to_secctx + - SAUCE: LSM: Use lsmblob in security_ipc_getsecid + - SAUCE: LSM: Use lsmblob in security_task_getsecid + - SAUCE: LSM: Use lsmblob in security_inode_getsecid + - SAUCE: LSM: Use lsmblob in security_cred_getsecid + - SAUCE: IMA: Change internal interfaces to use lsmblobs + - SAUCE: LSM: Specify which LSM to display + - SAUCE: LSM: Ensure the correct LSM context releaser + - SAUCE: LSM: Use lsmcontext in security_secid_to_secctx + - SAUCE: LSM: Use lsmcontext in security_inode_getsecctx + - SAUCE: LSM: security_secid_to_secctx in netlink netfilter + - SAUCE: NET: Store LSM netlabel data in a lsmblob + - SAUCE: LSM: Verify LSM display sanity in binder + - SAUCE: Audit: Add new record for multiple process LSM attributes + - SAUCE: Audit: Add a new record for multiple object LSM + - SAUCE: LSM: Add /proc attr entry for full LSM context + - SAUCE: AppArmor: Remove the exclusive flag + - SAUCE: Audit: Fix for missing NULL check + + * Miscellaneous upstream changes + - tty: hvcs: Don't NULL tty->driver_data until hvcs_cleanup() + + [ Upstream Kernel Changes ] + + * Rebase to v5.9 + + -- Seth Forshee Wed, 14 Oct 2020 13:31:18 -0500 + +linux-5.9 (5.9.0-1.2) groovy; urgency=medium + + * Miscellaneous Ubuntu changes + - [Config] Update configs after rebase to 5.9-rc6 + - SAUCE: dax: Fix compilation for CONFIG_DAX && !CONFIG_FS_DAX + - SAUCE: bpf: Use --no-fail option if CONFIG_BPF is not enabled + - SAUCE: tools resolve_btfids: Always force HOSTARCH + + [ Upstream Kernel Changes ] + + * Rebase to v5.9-rc6 + + -- Seth Forshee Mon, 21 Sep 2020 14:39:34 -0500 + +linux-5.9 (5.9.0-0.1) groovy; urgency=medium + + * Miscellaneous Ubuntu changes + - [Config] Update configs and annotations for v5.9-rc1 + - SAUCE: i915: Fix build error due to missing struct definition + - hio -- Update blk_queue_split() calls for changes in 5.9-rc1 + - hio -- Updates for move of make_request_fn to struct block_device_operations + - [Config] Disable zfs dkms build + - [Config] Disable nvidia dkms build + - [Config] Disable nvidia server dkms builds + - SAUCE: remoteproc: qcom: Use div_u64() for 64-bit division + - SAUCE: PCI/ASPM: Enable ASPM for links under VMD domain + - [Packaging] Bind hv_vss_daemon startup to hv_vss device + - [Packaging] bind hv_fcopy_daemon startup to hv_fcopy device + - [Config] Re-enable UEFI signing for arm64 + - SAUCE: Revert "UBUNTU: SAUCE: export __get_vm_area_caller() and map_kernel_range()" + - [Config] Set the default CPU governor to ONDEMAND + - [Packaging] update variants + - [Packaging] update helper scripts + - update dkms package versions + + [ Upstream Kernel Changes ] + + * Rebase to v5.9-rc5 + + -- Seth Forshee Thu, 17 Sep 2020 15:01:21 -0500 + +linux-5.9 (5.9.0-0.0) groovy; urgency=medium + + * Empty entry + + -- Seth Forshee Tue, 18 Aug 2020 16:48:03 -0500 + +linux (5.8.0-16.17) groovy; urgency=medium + + * groovy/linux: 5.8.0-16.17 -proposed tracker (LP: #1891233) + + * Miscellaneous Ubuntu changes + - hio -- Update to use bio_{start,end}_io_acct with 5.8+ + - Enable hio driver + - [Packaging] Temporarily disable building doc package contents + + -- Seth Forshee Tue, 11 Aug 2020 15:32:58 -0500 + +linux (5.8.0-15.16) groovy; urgency=medium + + * groovy/linux: 5.8.0-15.16 -proposed tracker (LP: #1891177) + + * Miscellaneous Ubuntu changes + - SAUCE: Documentation: import error c_funcptr_sig_re, c_sig_re (sphinx- + doc/sphinx@0f49e30c) + + -- Seth Forshee Tue, 11 Aug 2020 09:29:58 -0500 + +linux (5.8.0-14.15) groovy; urgency=medium + + * groovy/linux: 5.8.0-14.15 -proposed tracker (LP: #1891085) + + * Packaging resync (LP: #1786013) + - [Packaging] update helper scripts + + * msg_zerocopy.sh in net from ubuntu_kernel_selftests failed (LP: #1812620) + - selftests/net: relax cpu affinity requirement in msg_zerocopy test + + * Fix missing HDMI/DP Audio on an HP Desktop (LP: #1890441) + - ALSA: hda/hdmi: Add quirk to force connectivity + + * Add initial audio support for Lenovo ThinkStation P620 (LP: #1890317) + - ALSA: usb-audio: Add support for Lenovo ThinkStation P620 + + * Fix IOMMU error on AMD Radeon Pro W5700 (LP: #1890306) + - PCI: Mark AMD Navi10 GPU rev 0x00 ATS as broken + + * Enlarge hisi_sec2 capability (LP: #1890222) + - crypto: hisilicon - update SEC driver module parameter + + * Miscellaneous Ubuntu changes + - [Config] Re-enable signing for ppc64el + + -- Seth Forshee Mon, 10 Aug 2020 15:26:46 -0500 + +linux (5.8.0-13.14) groovy; urgency=medium + + * Miscellaneous Ubuntu changes + - [Config] Remove i386 configs + - SAUCE: apply a workaround to re-enable CONFIG_CRYPTO_AEGIS128_SIMD + - SAUCE: export __get_vm_area_caller() and map_kernel_range() + - [Config] drop CONFIG_BINFMT_AOUT enforcement + + * Miscellaneous upstream changes + - Revert "UBUNTU: [Config] disable CONFIG_CRYPTO_AEGIS128_SIMD" + + [ Upstream Kernel Changes ] + + * Rebase to v5.8 + + -- Andrea Righi Tue, 04 Aug 2020 09:51:50 +0200 + +linux (5.8.0-12.13) groovy; urgency=medium + + * groovy/linux: 5.8.0-12.13 -proposed tracker (LP: #1889481) + + * Fix right speaker of HP laptop (LP: #1889375) + - SAUCE: hda/realtek: Fix right speaker of HP laptop + + * blk_update_request error when mount nvme partition (LP: #1872383) + - SAUCE: nvme-pci: prevent SK hynix PC400 from using Write Zeroes command + + * Add support for Atlantic NIC firmware v4 (LP: #1886908) + - Revert "UBUNTU: SAUCE: net: atlantic: Add support for firmware v4" + - net: atlantic: align return value of ver_match function with function name + - net: atlantic: add support for FW 4.x + + * Miscellaneous Ubuntu changes + - [Debian] Fix debian/tests for linux-5.8 -> linux rename + - SAUCE: selftests/powerpc: return skip code for spectre_v2 + + -- Seth Forshee Wed, 29 Jul 2020 16:58:47 -0500 + +linux (5.8.0-11.12) groovy; urgency=medium + + * groovy/linux: 5.8.0-11.12 -proposed tracker (LP: #1889336) + + * Miscellaneous Ubuntu changes + - [Packaging] dwarves is not required for linux-libc-dev or stage1 + + -- Seth Forshee Tue, 28 Jul 2020 22:33:24 -0500 + +linux (5.8.0-10.11) groovy; urgency=medium + + * groovy/linux: 5.8.0-10.11 -proposed tracker (LP: #1889316) + + * Miscellaneous Ubuntu changes + - [Packaging] Add more packages to Build-Depends-Indep for docs + - [Debian] Specify python executable in kmake + - [Debian] Don't treat warnings as errors during perf builds + - [Config] Disable signing for ppc64el + + -- Seth Forshee Tue, 28 Jul 2020 17:09:52 -0500 + +linux (5.8.0-9.10) groovy; urgency=medium + + * groovy/linux: 5.8.0-9.10 -proposed tracker (LP: #1889140) + + * Packaging resync (LP: #1786013) + - [Packaging] update helper scripts + + * Miscellaneous Ubuntu changes + - SAUCE: Fix s390x compile error on F32 utils/stat-display.c + - [Packaging] Add python3-venv to Build-Depends-Indep + + -- Seth Forshee Mon, 27 Jul 2020 21:01:46 -0500 + +linux (5.8.0-8.9) groovy; urgency=medium + + * groovy/linux: 5.8.0-8.9 -proposed tracker (LP: #1889104) + + * Packaging resync (LP: #1786013) + - [Packaging] update helper scripts + - update dkms package versions + - [Packaging] update variants + + * Introduce the new NVIDIA 450-server and the 450 UDA series (LP: #1887674) + - [Packaging] NVIDIA -- Add signed modules for 450 450-server + + * Introduce the new NVIDIA 418-server and 440-server series, and update the + current NVIDIA drivers (LP: #1881137) + - [packaging] add signed modules for the 418-server and the 440-server + flavours + + * Miscellaneous Ubuntu changes + - SAUCE: Revert "radix-tree: Use local_lock for protection" + - [Config] CONFIG_DEBUG_INFO_COMPRESSED=n + - [Config] disable CONFIG_CRYPTO_AEGIS128_SIMD + - [Config] Enable nvidia dkms build + + * Miscellaneous upstream changes + - usbip: tools: fix build error for multiple definition + + [ Upstream Kernel Changes ] + + * Rebase to v5.8-rc7 + + -- Seth Forshee Mon, 27 Jul 2020 11:18:12 -0500 + +linux (5.8.0-7.8) groovy; urgency=medium + + * Empty entry + + -- Seth Forshee Mon, 27 Jul 2020 09:22:19 +0200 + +linux-5.8 (5.8.0-7.8) groovy; urgency=medium + + * soc/amd/renoir: detect dmic from acpi table (LP: #1887734) + - ASoC: amd: add logic to check dmic hardware runtime + - ASoC: amd: add ACPI dependency check + - ASoC: amd: fixed kernel warnings + + * linux 4.15.0-109-generic network DoS regression vs -108 (LP: #1886668) + - SAUCE: Revert "netprio_cgroup: Fix unlimited memory leak of v2 cgroups" + + * Add support for Atlantic NIC firmware v4 (LP: #1886908) + - SAUCE: net: atlantic: Add support for firmware v4 + + * MGA G200e doesn't work under GDM Wayland (LP: #1886140) + - drm/mgag200: Remove HW cursor + - drm/mgag200: Clean up mga_set_start_address() + - drm/mgag200: Clean up mga_crtc_do_set_base() + - drm/mgag200: Move mode-setting code into separate helper function + - drm/mgag200: Split MISC register update into PLL selection, SYNC and I/O + - drm/mgag200: Update mode registers after plane registers + - drm/mgag200: Set pitch in a separate helper function + - drm/mgag200: Set primary plane's format in separate helper function + - drm/mgag200: Move TAGFIFO reset into separate function + - drm/mgag200: Move hiprilvl setting into separate functions + - drm/mgag200: Move register initialization into separate function + - drm/mgag200: Remove out-commented suspend/resume helpers + - drm/mgag200: Use simple-display data structures + - drm/mgag200: Convert to simple KMS helper + - drm/mgag200: Replace VRAM helpers with SHMEM helpers + + * Miscellaneous Ubuntu changes + - SAUCE: s390/bpf: fix sign extension in branch_ku + - SAUCE: selftests: net: ip_defrag: modprobe missing nf_defrag_ipv6 support + - SAUCE: selftests: fib_nexthop_multiprefix: fix cleanup() netns deletion + - [packaging] debhelper-compat (= 10) (and retire debian/compat) + - [Config] Update configs after rebase to 5.8-rc6 + + [ Upstream Kernel Changes ] + + * Rebase to v5.8-rc6 + + -- Andrea Righi Mon, 20 Jul 2020 09:55:47 +0200 + +linux-5.8 (5.8.0-6.7) groovy; urgency=medium + + * Packaging resync (LP: #1786013) + - update dkms package versions + + * perf build broken after updating to bintuils 2.34.90.20200706-1ubuntu1 + (LP: #1887397) + - SAUCE: libtraceevent: Strip symbol version from nm output + + -- Seth Forshee Mon, 13 Jul 2020 14:07:53 -0500 + +linux-5.8 (5.8.0-5.6) groovy; urgency=medium + + * linux-libc-dev broken for crossbuilding, Multi-Arch:same violation + (LP: #1886188) + - [Packaging] Produce linux-libc-deb package for riscv64 + - [Debian] Disallow building linux-libc-dev from linux-riscv + + * Miscellaneous Ubuntu changes + - SAUCE: Revert "UBUNTU: SAUCE: test_bpf: remove expected fail for Ctx heavy + transformations test on s390" + - SAUCE: Revert "test_bpf: flag tests that cannot be jited on s390" + - [Config] Update configs (gcc update) + + [ Upstream Kernel Changes ] + + * Rebase to v5.8-rc5 + + -- Andrea Righi Mon, 13 Jul 2020 08:42:14 +0200 + +linux-5.8 (5.8.0-4.5) groovy; urgency=medium + + * Add generic LED class support for audio LED (LP: #1885896) + - ALSA: hda: generic: Always call led-trigger for mic mute LED + - ALSA: hda: generic: Add a helper for mic-mute LED with LED classdev + - ALSA: hda/realtek: Convert to cdev-variant of mic-mute LED controls + - ALSA: hda/conexant: Convert to cdev-variant of mic-mute LED controls + - ALSA: hda/sigmatel: Convert to cdev-variant of mic-mute LED controls + - ALSA: hda: generic: Drop unused snd_hda_gen_fixup_micmute_led() + - ALSA: hda: generic: Drop the old mic-mute LED hook + - ALSA: hda: generic: Add vmaster mute LED helper + - ALSA: hda/realtek: Use the new vmaster mute LED helper + - ALSA: hda/conexant: Use the new vmaster mute LED helper + - ALSA: hda/sigmatel: Use the new vmaster mute LED helper + - ALSA: hda/realtek: Unify LED helper code + - ALSA: hda: Let LED cdev handling suspend/resume + + * seccomp_bpf fails on powerpc (LP: #1885757) + - SAUCE: selftests/seccomp: fix ptrace tests on powerpc + + * CVE-2020-11935 + - SAUCE: aufs: do not call i_readcount_inc() + + * Miscellaneous Ubuntu changes + - SAUCE: Update aufs to 5.x-rcN 20200622 + - [Config] Update configs to set CONFIG_SND_HDA_GENERIC_LEDS value + - [Config] CONFIG_SECURITY_DMESG_RESTRICT=y + + [ Upstream Kernel Changes ] + + * Rebase to v5.8-rc4 + + -- Seth Forshee Mon, 06 Jul 2020 08:14:28 -0500 + +linux-5.8 (5.8.0-3.4) groovy; urgency=medium + + * Packaging resync (LP: #1786013) + - [Packaging] update helper scripts + - update dkms package versions + + * lxc 1:4.0.2-0ubuntu1 ADT test failure with linux-5.8 5.8.0-1.2 + (LP: #1884635) + - SAUCE: overlayfs: fix faulty rebase + + * shiftfs: O_TMPFILE reports ESTALE (LP: #1872757) + - SAUCE: shiftfs: prevent ESTALE for LOOKUP_JUMP lookups + + * shiftfs: fix btrfs regression (LP: #1884767) + - SAUCE: Revert "UBUNTU: SAUCE: shiftfs: fix dentry revalidation" + + * Miscellaneous Ubuntu changes + - [Config] CONFIG_DEBUG_INFO_COMPRESSED=y + - SAUCE: regulator: rename da903x to da903x-regulator + - [Config] Add da903x to modules.ignore + - [Config] Update configs for rebase to 5.8-rc3 + + [ Upstream Kernel Changes ] + + * Rebase to v5.8-rc3 + + -- Seth Forshee Mon, 29 Jun 2020 08:48:25 -0500 + +linux-5.8 (5.8.0-2.3) groovy; urgency=medium + + * Support Audio Mute LED for two new HP laptops (LP: #1884251) + - ALSA: hda/realtek: Add mute LED and micmute LED support for HP systems + + * CVE-2019-16089 + - SAUCE: nbd_genl_status: null check for nla_nest_start + + * tpm: fix TIS locality timeout problems (LP: #1881710) + - SAUCE: tpm: fix TIS locality timeout problems + + * Packaging resync (LP: #1786013) + - update dkms package versions + + * Miscellaneous Ubuntu changes + - SAUCE: security,perf: Allow further restriction of perf_event_open + - [Config] CONFIG_SECURITY_PERF_EVENTS_RESTRICT=y + - [Config] Update configs and annotations for 5.8-rc2 + - [Config] Enable zfs + - [Config] Enable CONFIG_DEBUG_INFO_BTF + + [ Upstream Kernel Changes ] + + * Rebase to v5.8-rc2 + + -- Seth Forshee Mon, 22 Jun 2020 15:05:54 -0500 + +linux-5.8 (5.8.0-1.2) groovy; urgency=medium + + * Miscellaneous Ubuntu changes + - [Debian] Support linux-x.y in udeb package names + - [Packaging] Use SRCPKGNAME for udeb packages + + -- Seth Forshee Wed, 17 Jun 2020 19:34:32 -0500 + +linux-5.8 (5.8.0-0.1) groovy; urgency=medium + + * Docker registry doesn't stay up and keeps restarting (LP: #1879690) + - Revert "UBUNTU: SAUCE: overlayfs: use shiftfs hacks only with shiftfs as underlay" + + * Packaging resync (LP: #1786013) + - [Packaging] update variants + + * Miscellaneous Ubuntu changes + - [Packaging] Update source package name to linux-5.8 + - SAUCE: (lockdown) Add efi_status_to_str() and rework efi_status_to_err(). + - SAUCE: (lockdown) Make get_cert_list() use efi_status_to_str() to print error messages. + - SAUCE: (lockdown) security: lockdown: expose a hook to lock the kernel down + - SAUCE: (lockdown) efi: Add an EFI_SECURE_BOOT flag to indicate secure boot mode + - SAUCE: (lockdown) efi: Lock down the kernel if booted in secure boot mode + - SAUCE: (lockdown) s390: Lock down the kernel when the IPL secure flag is set + - SAUCE: (lockdown) KEYS: Make use of platform keyring for module signature verify + - SAUCE: (lockdown) arm64: Allow locking down the kernel under EFI secure boot + - SAUCE: (lockdown) security: lockdown: Make CONFIG_LOCK_DOWN_IN_EFI_SECURE_BOOT more generic + - SAUCE: (lockdown) powerpc: lock down kernel in secure boot mode + - SAUCE: Import aufs driver + - [Config] Update configs for v5.8-rc1 + - [Config] Update annotations for v5.8-rc1 config changes + - SAUCE: shiftfs -- Fix build errors from missing fiemap definitions + - Disable hio driver + + * Miscellaneous upstream changes + - acpi: disallow loading configfs acpi tables when locked down + + [ Upstream Kernel Changes ] + + * Rebase to v5.8-rc1 + + -- Seth Forshee Wed, 17 Jun 2020 11:54:24 -0500 + +linux-5.8 (5.8.0-0.0) groovy; urgency=medium + + * Empty entry + + -- Seth Forshee Sun, 14 Jun 2020 22:40:35 -0500 + +linux-5.7 (5.7.0-8.9) groovy; urgency=medium + + * Packaging resync (LP: #1786013) + - update dkms package versions + + * Enforce all config annotations (LP: #1879327) + - [Config]: do not enforce CONFIG_VERSION_SIGNATURE + - [Config]: prepare to enforce all + - [Config]: enforce all config options + + * Miscellaneous Ubuntu changes + - [Config]: annotations review after 5.7 rebase + - [Config] annotations: IXP4XX* depends on ARCH_IXP4XX + - [Config] THERMAL_GOV_POWER_ALLOCATOR=y + - [Config] annotations: SOC_CAMERA is marked as BROKEN + - [Config] annotations: NFSD_V4_2_INTER_SSC depends on NFS_FS=y + - [Config] annotations: CRYPTO_DEV_CHELSIO_TLS depends on legacy (and largely + unmantained) TLS_TOE + - [Config] annotations: SERIO_OLPC_APSP depends on ARCH_MMP + - [Config] RTW88_DEBUG=y + - [Config] annotations: ISDN_CAPI is a bool, and BT_CMTP depends on it + - [Config] annotations SND_SOC_SOF_DEVELOPER_SUPPORT depends on + SND_SOC_SOF_DEVELOPER_SUPPORT + - [Config] annotations: SND_SOC_SOF_BAYTRAIL_SUPPORT is mutually exclusive + with SND_SST_ATOM_HIFI2_PLATFORM_ACPI + - [Config] annotations: DEBUG_IMX_UART_PORT is defined only any + DEBUG_IMX*_UART is enabled + - [Config] annotations: HW_RANDOM_IMX_RNGC depends on SOC_IMX25 + - [Config] annotations: armhf: VIRTUALIZATION support was removed for arm32 + - [Config] annotations: arm64: remove DEBUG_ALIGN_RODATA + - [Config] annotations: ppc64: DATA_SHIFT defaults to PPC_PAGE_SHIFT + - [Config] arm64: enforce ARM64_USE_LSE_ATOMICS + - [Config] s390x: MOST is not set + - [Config] s390x: BCM84881_PHY is not set + - [Config] s390x: XILINX_LL_TEMAC is not set + - [Config] s390x: PHY_INTEL_EMMC requires GENERIC_PHY (off by default on + s390x) + - [Config] s390x: CHECK_STACK conflicts with VMAP_STACK + - [Config] annotations: s390x: NODES_SHIFT=1 + - [Config] annotations: import new symbols + - [Config] annotations: remove unmatched menu and options + + -- Paolo Pisati Fri, 12 Jun 2020 12:03:01 +0200 + +linux-5.7 (5.7.0-7.8) groovy; urgency=medium + + * Packaging resync (LP: #1786013) + - update dkms package versions + - [Packaging] update helper scripts + + * [UBUNTU 20.04] s390x/pci: fix linking between PF and VF for multifunction + devices (LP: #1879704) + - PCI/IOV: Introduce pci_iov_sysfs_link() function + - s390/pci: create links between PFs and VFs + + * Miscellaneous Ubuntu changes + - [Config] Disable UEFI signing for arm64 + - Rebase to v5.7.1 + + [ Upstream Kernel Changes ] + + * Rebase to v5.7.1 + + -- Paolo Pisati Mon, 08 Jun 2020 11:16:58 +0200 + +linux-5.7 (5.7.0-6.7) groovy; urgency=medium + + * Packaging resync (LP: #1786013) + - [Packaging] update helper scripts + - update dkms package versions + + * shiftfs: fix btrfs snapshot deletion (LP: #1879688) + - SAUCE: shiftfs: let userns root destroy subvolumes from other users + + * seccomp_benchmark times out on eoan (LP: #1881576) + - SAUCE: selftests/seccomp: use 90s as timeout + + * Realtek 8723DE [10ec:d723] subsystem [10ec:d738] disconnects unsolicitedly + when Bluetooth is paired: Reason: 23=IEEE8021X_FAILED (LP: #1878147) + - SAUCE: Revert "UBUNTU: SAUCE: rtw88: Move driver IQK to set channel before + association for 11N chip" + - SAUCE: Revert "UBUNTU: SAUCE: rtw88: fix rate for a while after being + connected" + - SAUCE: Revert "UBUNTU: SAUCE: rtw88: No retry and report for auth and assoc" + - SAUCE: Revert "UBUNTU: SAUCE: rtw88: 8723d: Add coex support" + - rtw88: 8723d: Add coex support + - SAUCE: rtw88: coex: 8723d: set antanna control owner + - SAUCE: rtw88: coex: 8723d: handle BT inquiry cases + - SAUCE: rtw88: fix EAPOL 4-way failure by finish IQK earlier + + * ASoC/amd: add audio driver for amd renoir (LP: #1881046) + - ASoC: amd: add Renoir ACP3x IP register header + - ASoC: amd: add Renoir ACP PCI driver + - ASoC: amd: add acp init/de-init functions + - ASoC: amd: create acp3x pdm platform device + - ASoC: amd: add ACP3x PDM platform driver + - ASoC: amd: irq handler changes for ACP3x PDM dma driver + - ASoC: amd: add acp3x pdm driver dma ops + - ASoC: amd: add ACP PDM DMA driver dai ops + - ASoC: amd: add Renoir ACP PCI driver PM ops + - ASoC: amd: add ACP PDM DMA driver pm ops + - ASoC: amd: enable Renoir acp3x drivers build + - ASoC: amd: create platform devices for Renoir + - ASoC: amd: RN machine driver using dmic + - ASoC: amd: enable build for RN machine driver + - ASoC: amd: fix kernel warning + - ASoC: amd: refactoring dai_hw_params() callback + - ASoC: amd: return error when acp de-init fails + - [Config]: enable amd renoir ASoC audio + + * Slow send speed with Intel I219-V on Ubuntu 18.04.1 (LP: #1802691) + - e1000e: Disable TSO for buffer overrun workaround + + * Fix incorrect speed/duplex when I210 device is runtime suspended + (LP: #1880656) + - igb: Report speed and duplex as unknown when device is runtime suspended + + * Fix Pericom USB controller OHCI/EHCI PME# defect (LP: #1879321) + - serial: 8250_pci: Move Pericom IDs to pci_ids.h + - PCI: Avoid Pericom USB controller OHCI/EHCI PME# defect + + * [UBUNTU 20.04] s390x/pci: enumerate pci functions per physical adapter + (LP: #1874056) + - s390/pci: Expose new port attribute for PCIe functions + - s390/pci: adaptation of iommu to multifunction + - s390/pci: define kernel parameters for PCI multifunction + - s390/pci: define RID and RID available + - s390/pci: create zPCI bus + - s390/pci: adapt events for zbus + - s390/pci: Handling multifunctions + - s390/pci: Do not disable PF when VFs exist + - s390/pci: Documentation for zPCI + - s390/pci: removes wrong PCI multifunction assignment + + * add 16-bit width registers support for EEPROM at24 device (LP: #1876699) + - regmap-i2c: add 16-bit width registers support + + * Miscellaneous Ubuntu changes + - [Config] Enable virtualbox guest and shared-folder modules + + [ Upstream Kernel Changes ] + + * Rebase to v5.7 + + -- Seth Forshee Mon, 01 Jun 2020 16:11:24 -0500 + +linux-5.7 (5.7.0-5.6) groovy; urgency=medium + + * Packaging resync (LP: #1786013) + - update dkms package versions + + * [UBUNTU 20.04] PSI generates overhead on s390x (LP: #1876044) + - Ubuntu: [Config] CONFIG_PSI is enabled by default, but creates additional + overhead on s390x, hence should be disabled by default on s390x only. + + * Miscellaneous Ubuntu changes + - Rebase to v5.7-rc7 + - [Config] ppc64el: disable STRICT_KERNEL_RWX + + [ Upstream Kernel Changes ] + + * Rebase to v5.7-rc7 + + -- Paolo Pisati Mon, 25 May 2020 11:44:09 +0200 + +linux-5.7 (5.7.0-4.5) groovy; urgency=medium + + * Packaging resync (LP: #1786013) + - update dkms package versions + + * update-initramfs complains of missing amdgpu firmware files (LP: #1873325) + - SAUCE: drm/amdgpu: Remove unreleased arcturus and navi12 firmware from + modinfo + + * Support DMIC micmute LED on HP platforms (LP: #1876859) + - ALSA: hda/realtek - Introduce polarity for micmute LED GPIO + - ALSA: hda/realtek - Enable micmute LED on and HP system + - ALSA: hda/realtek - Add LED class support for micmute LED + - ALSA: hda/realtek - Fix unused variable warning w/o + CONFIG_LEDS_TRIGGER_AUDIO + - ASoC: SOF: Update correct LED status at the first time usage of + update_mute_led() + + * Killer(R) Wi-Fi 6 AX1650i 160MHz Wireless Network Adapter (201NGW), + REV=0x354 [8086:a0f0] subsystem id [1a56:1651] wireless adapter not found + due to firmware crash (LP: #1874685) + - SAUCE: iwlwifi: pcie: handle QuZ configs with killer NICs as well + + * rtkit-daemon[*]: Failed to make ourselves RT: Operation not permitted after + upgrade to 20.04 (LP: #1875665) + - [Config] Turn off CONFIG_RT_GROUP_SCHED everywhere + + * Unable to handle kernel pointer dereference in virtual kernel address space + on Eoan (LP: #1876645) + - SAUCE: overlayfs: fix shitfs special-casing + + * Miscellaneous Ubuntu changes + - SAUCE: skip building selftest 'runqslower' if kernel not built + - Rebase to v5.7-rc6 + - [Config] updateconfigs after 5.7-rc6 rebase + + [ Upstream Kernel Changes ] + + * Rebase to v5.7-rc6 + + -- Paolo Pisati Mon, 18 May 2020 11:27:25 +0200 + +linux-5.7 (5.7.0-3.4) groovy; urgency=medium + + [ Upstream Kernel Changes ] + + * Rebase to v5.7-rc5 + + * Packaging resync (LP: #1786013) + - update dkms package versions + + * getitimer returns it_value=0 erroneously (LP: #1349028) + - [Config] CONTEXT_TRACKING_FORCE policy should be unset + + * lockdown on power (LP: #1855668) // Ubuntu Kernel Support for OpenPOWER NV + Secure & Trusted Boot (LP: #1866909) + - [Config] Enable configs for OpenPOWER NV Secure & Trusted Boot + + * Miscellaneous Ubuntu changes + - SAUCE: Import aufs driver + - [Config] Enable aufs + - [Config] annotations: remove SND_SOC_SOF_HDA_COMMON_HDMI_CODEC + - [Config] Remove CONFIG_SND_HDA_INTEL_DETECT_DMIC from annotations + - [Debian] final-checks -- Do not remove ~* from abi + - [Config] Enable 5-level page table support for x86 + - [Config] updateconfigs after 5.7-rc5 rebase + + -- Paolo Pisati Mon, 11 May 2020 10:25:42 +0200 + +linux-5.7 (5.7.0-2.3) groovy; urgency=medium + + * Packaging resync (LP: #1786013) + - [Packaging] update helper scripts + - update dkms package versions + - [Packaging] update helper scripts + + * ASUS T100HAN boots to a blank screen with a cursor [i965: Failed to submit + batchbuffer: Input/output error] (LP: #1860754) + - [Config] CONFIG_PMIC_OPREGION=y and CONFIG_GPIO_CRYSTAL_COVE=y for amd64 + + * ubuntu/focal64 fails to mount Vagrant shared folders (LP: #1873506) + - [Packaging] Move virtualbox modules to linux-modules + - [Packaging] Remove vbox and zfs modules from generic.inclusion-list + + * built-using constraints preventing uploads (LP: #1875601) + - temporarily drop Built-Using data + + * dkms artifacts may expire from the pool (LP: #1850958) + - [Packaging] autoreconstruct -- manage executable debian files + - [packaging] handle downloads from the librarian better + + * Add signed modules for the 435 NVIDIA driver (LP: #1875888) + - [Packaging] NVIDIA -- add signed modules for the 435 NVIDIA driver + + * [Selftests] Apply various fixes and improvements (LP: #1870543) + - SAUCE: selftests/seccomp -- Disable timeout for seccomp tests + + * [17.04 FEAT] Integrate kernel message catalogue for s390x into Ubuntu + distribution (LP: #1628889) + - SAUCE: s390: kernel message catalog + + * Overlayfs in user namespace leaks directory content of inaccessible + directories (LP: #1793458) // CVE-2018-6559 + - SAUCE: overlayfs: ensure mounter privileges when reading directories + + * suspend only works once on ThinkPad X1 Carbon gen 7 (LP: #1865570) + - SAUCE: e1000e: Disable s0ix flow for X1 Carbon 7th + + * [ICL] TC port in legacy/static mode can't be detected due TCCOLD + (LP: #1868936) + - drm/i915/display: Move out code to return the digital_port of the aux ch + - drm/i915/display: Add intel_legacy_aux_to_power_domain() + - drm/i915/display: Split hsw_power_well_enable() into two + - drm/i915/tc/icl: Implement TC cold sequences + - drm/i915/tc: Skip ref held check for TC legacy aux power wells + - drm/i915/tc/tgl: Implement TC cold sequences + - drm/i915/tc: Catch TC users accessing FIA registers without enable aux + - drm/i915/tc: Do not warn when aux power well of static TC ports timeout + + * Touchpad doesn't work on Dell Inspiron 7000 2-in-1 (LP: #1851901) + - Revert "UBUNTU: SAUCE: mfd: intel-lpss: add quirk for Dell XPS 13 7390 + 2-in-1" + + * 'Elan touchpad' not detected on 'Lenovo ThinkBook 15 IIL' (LP: #1861610) + - SAUCE: Input: elan_i2c - add more hardware ID for Lenovo laptop + + * linux-image-5.0.0-35-generic breaks checkpointing of container + (LP: #1857257) + - SAUCE: overlayfs: use shiftfs hacks only with shiftfs as underlay + + * alsa/sof: kernel oops on the machine without Intel hdmi audio codec (a + regression in the asoc machine driver) (LP: #1874359) + - ASoC: intel/skl/hda - fix oops on systems without i915 audio codec + + * Add debian/rules targets to compile/run kernel selftests (LP: #1874286) + - [Packaging] add support to compile/run selftests + + * 5.4.0-24.28 does not seem to apply rtprio, whereas -21 does. (LP: #1873315) + - [Config] lowlatency: turn off RT_GROUP_SCHED + + * alsa/sof: external mic can't be deteced on Lenovo and HP laptops + (LP: #1872569) + - SAUCE: ASoC: intel/skl/hda - set autosuspend timeout for hda codecs + + * shiftfs: O_TMPFILE reports ESTALE (LP: #1872757) + - SAUCE: shiftfs: fix dentry revalidation + + * shiftfs: broken shiftfs nesting (LP: #1872094) + - SAUCE: shiftfs: record correct creator credentials + + * lockdown on power (LP: #1855668) + - SAUCE: (lockdown) powerpc: lock down kernel in secure boot mode + + * Add support for Realtek 8723DE wireless adapter (LP: #1780590) + - SAUCE: rtw88: add adaptivity support for EU/JP regulatory + - SAUCE: rtw88: update tx descriptor of mgmt and rsvd page packets + - SAUCE: rtw88: sar: dump sar information via debugfs + - SAUCE: rtw88: 8723d: add IQ calibration + - SAUCE: rtw88: 8723d: Add power tracking + - SAUCE: rtw88: 8723d: implement flush queue + - SAUCE: rtw88: 8723d: set ltecoex register address in chip_info + - SAUCE: rtw88: 8723d: Add coex support + - SAUCE: rtw88: 8723d: Add shutdown callback to disable BT USB suspend + + * Fix authentication fail on Realtek WiFi 8723de (LP: #1871300) + - SAUCE: rtw88: No retry and report for auth and assoc + - SAUCE: rtw88: fix rate for a while after being connected + - SAUCE: rtw88: Move driver IQK to set channel before association for 11N chip + + * Miscellaneous Ubuntu changes + - SAUCE: rtw88: fix 'const' mismatch in power suequence hooks + - SAUCE: rtw88: fix 'const' mismatch in + __priority_queue_cfg_legacy()/__priority_queue_cfg() + - [Config] RTW88=m + - SAUCE: (lockdown) Revert carried-forward lockdown patches + - SAUCE: (lockdown) Add efi_status_to_str() and rework efi_status_to_err(). + - SAUCE: (lockdown) Make get_cert_list() use efi_status_to_str() to print + error messages. + - SAUCE: (lockdown) security: lockdown: expose a hook to lock the kernel down + - SAUCE: (lockdown) efi: Add an EFI_SECURE_BOOT flag to indicate secure boot + mode + - SAUCE: (lockdown) efi: Lock down the kernel if booted in secure boot mode + - SAUCE: (lockdown) s390: Lock down the kernel when the IPL secure flag is set + - SAUCE: (lockdown) KEYS: Make use of platform keyring for module signature + verify + - SAUCE: (lockdown) arm64: Allow locking down the kernel under EFI secure boot + - SAUCE: (lockdown) security: lockdown: Make + CONFIG_LOCK_DOWN_IN_EFI_SECURE_BOOT more generic + - [Config] Add back CONFIG_LOCK_DOWN_IN_SECURE_BOOT annotation for ppc64el + - [Config] CONFIG_RT_GROUP_SCHED=y + - [Packaging] Include modules.builtin.modinfo in linux-modules + - SAUCE: LSM: Infrastructure management of the sock security + - SAUCE: Fix-up af_unix mediation for sock infrastructure management + - SAUCE: Revert "apparmor: Allow filtering based on secmark policy" + - SAUCE: Revert "apparmor: Parse secmark policy" + - SAUCE: Revert "apparmor: Add a wildcard secid" + - SAUCE: Revert "apparmor: fixup secid map conversion to using IDR" + - SAUCE: Revert "apparmor: Use an IDR to allocate apparmor secids" + - SAUCE: Revert "apparmor: add support for mapping secids and using secctxes" + - Update dropped.txt for restored apparmor patches + - Remove lockdown patches from dropped.txt + - SAUCE: powerpc/ima: require IMA module signatures only if MODULE_SIG is not + enabled + - SAUCE: selftests/ftrace: Use printf instead of echo in kprobe syntax error + tests + - SAUCE: selftests/net -- disable l2tp.sh test + - SAUCE: selftests/net -- disable timeout + - SAUCE: tools: hv: Update shebang to use python3 instead of python + - Remove dropped.txt + - [Packaging] move linux-doc and linux-libc-dev stubs to debian.master + - [Debian] Support generating configs for riscv64 + - [Config] CONFIG_KMSG_IDS=y for s390x + - [Packaging] add libcap-dev dependency + - [Config] CONFIG_AD5770R=m + - [Config] CONFIG_AL3010=m + - [Config] CONFIG_APPLE_MFI_FASTCHARGE=m + - [Config] CONFIG_BAREUDP=m + - [Config] CONFIG_CRYPTO_DEV_OCTEONTX_CPT=m + - [Config] CONFIG_CRYPTO_DEV_ZYNQMP_AES=m + - [Config] CONFIG_DRM_DISPLAY_CONNECTOR=m + - [Config] CONFIG_DRM_PANEL_BOE_TV101WUM_NL6=m + - [Config] CONFIG_DRM_PANEL_ELIDA_KD35T133=m + - [Config] CONFIG_DRM_PANEL_FEIXIN_K101_IM2BA02=m + - [Config] CONFIG_DRM_PANEL_NOVATEK_NT35510=m + - [Config] CONFIG_DRM_PANEL_SAMSUNG_S6E88A0_AMS452EF01=m + - [Config] CONFIG_DRM_PARADE_PS8640=m + - [Config] CONFIG_DRM_SIMPLE_BRIDGE=m + - [Config] CONFIG_DRM_TIDSS=m + - [Config] CONFIG_DRM_TI_TPD12S015=m + - [Config] CONFIG_DRM_TOSHIBA_TC358768=m + - [Config] CONFIG_EDAC_DMC520=m + - [Config] CONFIG_EXFAT_FS=m + - [Config] CONFIG_GP2AP002=m + - [Config] CONFIG_GPIO_MLXBF2=m + - [Config] CONFIG_HID_GLORIOUS=m + - [Config] CONFIG_HID_MCP2221=m + - [Config] CONFIG_HMC425=m + - [Config] CONFIG_ICP10100=m + - [Config] CONFIG_IMX8MM_THERMAL=m + - [Config] CONFIG_IMX_SC_THERMAL=m + - [Config] CONFIG_INTERCONNECT_QCOM_OSM_L3=m + - [Config] CONFIG_INTERCONNECT_QCOM_SC7180=m + - [Config] CONFIG_K3_RTI_WATCHDOG=m + - [Config] CONFIG_MDIO_IPQ8064=m + - [Config] CONFIG_MDIO_MVUSB=m + - [Config] CONFIG_MHI_BUS=m + - [Config] CONFIG_OCTEONTX2_VF=m + - [Config] CONFIG_PHY_CADENCE_TORRENT=m + - [Config] CONFIG_PHY_QCOM_USB_HS_28NM=m + - [Config] CONFIG_PHY_QCOM_USB_SS=m + - [Config] CONFIG_PINCTRL_DA9062=m + - [Config] CONFIG_PINCTRL_IPQ6018=m + - [Config] CONFIG_PTP_1588_CLOCK_IDT82P33=m + - [Config] CONFIG_PTP_1588_CLOCK_VMW=m + - [Config] CONFIG_QCOM_IPA=m + - [Config] CONFIG_REGULATOR_MP5416=m + - [Config] CONFIG_REGULATOR_MP886X=m + - [Config] CONFIG_RN5T618_ADC=m + - [Config] CONFIG_RTC_DRV_MT2712=m + - [Config] CONFIG_RTC_DRV_RC5T619=m + - [Config] CONFIG_SC_MSS_7180=m + - [Config] CONFIG_SENSORS_AXI_FAN_CONTROL=m + - [Config] CONFIG_SM_GCC_8250=m + - [Config] CONFIG_SND_BCM63XX_I2S_WHISTLER=m + - [Config] CONFIG_SND_MESON_AIU=m + - [Config] CONFIG_SND_MESON_G12A_TOACODEC=m + - [Config] CONFIG_SND_MESON_GX_SOUND_CARD=m + - [Config] CONFIG_SND_SOC_AMD_RV_RT5682_MACH=m + - [Config] CONFIG_SND_SOC_INTEL_SOF_PCM512x_MACH=m + - [Config] CONFIG_SND_SOC_MESON_T9015=m + - [Config] CONFIG_SND_SOC_RT5682_SDW=m + - [Config] CONFIG_SND_SOC_TLV320ADCX140=m + - [Config] CONFIG_SPI_FSI=m + - [Config] CONFIG_SPI_MTK_NOR=m + - [Config] CONFIG_SPI_MUX=m + - [Config] CONFIG_SPRD_THERMAL=m + - [Config] CONFIG_SURFACE_3_POWER_OPREGION=m + - [Config] CONFIG_TINYDRM_ILI9486=m + - [Config] CONFIG_TI_K3_AM65_CPSW_NUSS=m + - [Config] CONFIG_TYPEC_MUX_INTEL_PMC=m + - [Config] CONFIG_UACCE=m + - [Config] CONFIG_UNIPHIER_XDMAC=m + - [Config] CONFIG_USB_MAX3420_UDC=m + - [Config] CONFIG_USB_RAW_GADGET=m + - [Config] CONFIG_VHOST_VDPA=m + - [Config] CONFIG_VIDEO_IMX219=m + - [Config] CONFIG_VIDEO_SUN8I_ROTATE=m + - [Config] CONFIG_VIRTIO_VDPA=m + - [Config] CONFIG_MOST_COMPONENTS=m + - [Config] CONFIG_MFD_IQS62X=m + - packaging: getabis: switch to ckt-ppa:bootstrap/linux-5.7 + + * Miscellaneous upstream changes + - Revert "UBUNTU: SAUCE: rtw88: add rtw_read8_mask and rtw_read16_mask" + - Revert "UBUNTU: SAUCE: drm/i915/fbc: disable framebuffer compression on + IceLake" + - Revert "UBUNTU: SAUCE: platform/x86: dell-uart-backlight: move retry block" + + -- Paolo Pisati Mon, 04 May 2020 10:48:48 +0200 + +linux-5.7 (5.7.0-1.2) groovy; urgency=medium + + * Packaging resync (LP: #1786013) + - [Packaging] update helper scripts + + * Miscellaneous Ubuntu changes + - SAUCE: hio: pass make_request ptr directly to blk_alloc_queue() + - SAUCE: hio: locally define disk_map_sector_rcu() + - SAUCE: hio: Revert "block: unexport disk_map_sector_rcu" + - SAUCE: hio: include + - [Config] amd64: i386: HIO=m + - [Config] updateconfigs after 5.7-rc3 rebase + + -- Paolo Pisati Mon, 27 Apr 2020 11:31:38 +0200 + +linux-5.7 (5.7.0-0.1) groovy; urgency=medium + + * Miscellaneous Ubuntu changes + - [Config] updateconfigs after rebase to 5.7-rc1 + + [ Upstream Kernel Changes ] + + * Rebase to v5.7-rc1 + * Rebase to v5.7-rc2 + + -- Paolo Pisati Thu, 16 Apr 2020 11:53:58 +0200 + +linux-5.7 (5.7.0-0.0) focal; urgency=medium + + * Dummy entry + + -- Paolo Pisati Thu, 16 Apr 2020 11:53:58 +0200 + +linux-5.6 (5.6.0-7.7) focal; urgency=medium + + * Packaging resync (LP: #1786013) + - update dkms package versions + + * Kernel Oops - general protection fault: 0000 [#1] SMP PTI after + disconnecting thunderbolt docking station (LP: #1864754) + - SAUCE: ptp: free ptp clock properly + + * swap storms kills interactive use (LP: #1861359) + - SAUCE: mm/page_alloc.c: disable memory reclaim watermark boosting by default + + * sysfs: incorrect network device permissions on network namespace change + (LP: #1865359) + - sysfs: add sysfs_file_change_owner() + - sysfs: add sysfs_link_change_owner() + - sysfs: add sysfs_group{s}_change_owner() + - sysfs: add sysfs_change_owner() + - device: add device_change_owner() + - drivers/base/power: add dpm_sysfs_change_owner() + - net-sysfs: add netdev_change_owner() + - net-sysfs: add queue_change_owner() + - net: fix sysfs permssions when device changes network namespace + - sysfs: fix static inline declaration of sysfs_groups_change_owner() + + * Miscellaneous Ubuntu changes + - [Config] updateconfigs after rebase to 5.6 + + [ Upstream Kernel Changes ] + + * Rebase to v5.6 + + -- Andrea Righi Tue, 31 Mar 2020 10:45:09 +0200 + +linux-5.6 (5.6.0-6.6) focal; urgency=medium + + * suspend only works once on ThinkPad X1 Carbon gen 7 (LP: #1865570) + - SAUCE: e1000e: Disable s0ix flow for X1 Carbon 7th + + * Make Dell WD19 dock more reliable after suspend (LP: #1868217) + - xhci: Ensure link state is U3 after setting USB_SS_PORT_LS_U3 + - xhci: Wait until link state trainsits to U0 after setting USB_SS_PORT_LS_U0 + - xhci: Finetune host initiated USB3 rootport link suspend and resume + + * update-version-dkms doesn't add a BugLink (LP: #1867790) + - [Packaging] Add BugLink to update-version-dkms commit + + * Add support for Realtek 8723DE wireless adapter (LP: #1780590) + - SAUCE: rtw88: add regulatory process strategy for different chipset + - SAUCE: rtw88: support dynamic user regulatory setting + - SAUCE: rtw88: Use secondary channel offset enumeration + - SAUCE: rtw88: 8822c: modify rf protection setting + - SAUCE: rtw88: disable TX-AMSDU on 2.4G band + - SAUCE: Revert "rtw88: disable TX-AMSDU on 2.4G band" + - SAUCE: rtw88: disable TX-AMSDU on 2.4G band + - SAUCE: rtw88: remove unused parameter vif in rtw_lps_pg_info_get() + - SAUCE: rtw88: add rtw_read8_mask and rtw_read16_mask + - SAUCE: rtw88: pci: 8822c should set clock delay to zero + - SAUCE: rtw88: move rtw_enter_ips() to the last when config + - SAUCE: rtw88: avoid holding mutex for cancel_delayed_work_sync() + - SAUCE: rtw88: add ciphers to suppress error message + - SAUCE: rtw88: 8822c: update power sequence to v16 + - SAUCE: rtw88: Fix incorrect beamformee role setting + - SAUCE: rtw88: don't hold all IRQs disabled for PS operations + - SAUCE: rtw88: extract alloc rsvd_page and h2c skb routines + - SAUCE: rtw88: associate reserved pages with each vif + - SAUCE: rtw88: add adaptivity support for EU/JP regulatory + - SAUCE: rtw88: 8723d: Add basic chip capabilities + - SAUCE: rtw88: 8723d: add beamform wrapper functions + - SAUCE: rtw88: 8723d: Add power sequence + - SAUCE: rtw88: 8723d: Add RF read/write ops + - SAUCE: rtw88: 8723d: Add mac/bb/rf/agc/power_limit tables + - SAUCE: rtw88: 8723d: Add cfg_ldo25 to control LDO25 + - SAUCE: rtw88: 8723d: Add new chip op efuse_grant() to control efuse access + - SAUCE: rtw88: 8723d: Add read_efuse to recognize efuse info from map + - SAUCE: rtw88: add legacy firmware download for 8723D devices + - SAUCE: rtw88: no need to send additional information to legacy firmware + - SAUCE: rtw88: 8723d: Add mac power-on/-off function + - SAUCE: rtw88: decompose while(1) loop of power sequence polling command + - SAUCE: rtw88: 8723d: 11N chips don't support H2C queue + - SAUCE: rtw88: 8723d: implement set_tx_power_index ops + - SAUCE: rtw88: 8723d: Organize chip TX/RX FIFO + - SAUCE: rtw88: 8723d: initialize mac/bb/rf basic functions + - SAUCE: rtw88: 8723d: Add DIG parameter + - SAUCE: rtw88: 8723d: Add query_rx_desc + - SAUCE: rtw88: 8723d: Add set_channel + - SAUCE: rtw88: handle C2H_CCX_TX_RPT to know if packet TX'ed successfully + - SAUCE: rtw88: 8723d: 11N chips don't support LDPC + - SAUCE: rtw88: set default port to firmware + - SAUCE: rtw88: update tx descriptor of mgmt and rsvd page packets + - SAUCE: rtw88: sar: add SAR of TX power limit + - SAUCE: rtw88: sar: Load static SAR table from ACPI WRDS method + - SAUCE: rtw88: sar: Load dynamic SAR table from ACPI methods + - SAUCE: rtw88: sar: apply dynamic SAR table to tx power limit + - SAUCE: rtw88: sar: add sar_work to poll if dynamic SAR table is changed + - SAUCE: rtw88: sar: dump sar information via debugfs + - SAUCE: rtw88: 8723d: Add chip_ops::false_alarm_statistics + - SAUCE: rtw88: 8723d: Set IG register for CCK rate + - SAUCE: rtw88: 8723d: add interface configurations table + - SAUCE: rtw88: 8723d: Add LC calibration + - SAUCE: rtw88: 8723d: add IQ calibration + - SAUCE: rtw88: 8723d: Add power tracking + - SAUCE: rtw88: 8723d: Add shutdown callback to disable BT USB suspend + - SAUCE: rtw88: 8723d: implement flush queue + - SAUCE: rtw88: 8723d: set ltecoex register address in chip_info + - SAUCE: rtw88: 8723d: Add coex support + - SAUCE: rtw88: fill zeros to words 0x06 and 0x07 of security cam entry + - SAUCE: rtw88: 8723d: Add 8723DE to Kconfig and Makefile + - [Config] CONFIG_RTW88_8723DE=y + + * [Ubuntu 20.04] Unset HIBERNATION and PM kernel config options for focal + (LP: #1867753) + - [Config] CONFIG_HIBERNATION=n and CONFIG_PM=n for s390x + + * [20.04 FEAT] Base KVM setup for secure guests - kernel part (LP: #1835531) + - s390/protvirt: introduce host side setup + - s390/protvirt: add ultravisor initialization + - s390/mm: provide memory management functions for protected KVM guests + - s390/mm: add (non)secure page access exceptions handlers + - s390/protvirt: Add sysfs firmware interface for Ultravisor information + - KVM: s390/interrupt: do not pin adapter interrupt pages + - KVM: s390: protvirt: Add UV debug trace + - KVM: s390: add new variants of UV CALL + - KVM: s390: protvirt: Add initial vm and cpu lifecycle handling + - KVM: s390: protvirt: Secure memory is not mergeable + - KVM: s390/mm: Make pages accessible before destroying the guest + - KVM: s390: protvirt: Handle SE notification interceptions + - KVM: s390: protvirt: Instruction emulation + - KVM: s390: protvirt: Implement interrupt injection + - KVM: s390: protvirt: Add SCLP interrupt handling + - KVM: s390: protvirt: Handle spec exception loops + - KVM: s390: protvirt: Add new gprs location handling + - KVM: S390: protvirt: Introduce instruction data area bounce buffer + - KVM: s390: protvirt: handle secure guest prefix pages + - KVM: s390/mm: handle guest unpin events + - KVM: s390: protvirt: Write sthyi data to instruction data area + - KVM: s390: protvirt: STSI handling + - KVM: s390: protvirt: disallow one_reg + - KVM: s390: protvirt: Do only reset registers that are accessible + - KVM: s390: protvirt: Only sync fmt4 registers + - KVM: s390: protvirt: Add program exception injection + - KVM: s390: protvirt: UV calls in support of diag308 0, 1 + - KVM: s390: protvirt: Report CPU state to Ultravisor + - KVM: s390: protvirt: Support cmd 5 operation state + - KVM: s390: protvirt: Mask PSW interrupt bits for interception 104 and 112 + - KVM: s390: protvirt: do not inject interrupts after start + - KVM: s390: protvirt: Add UV cpu reset calls + - DOCUMENTATION: Protected virtual machine introduction and IPL + - KVM: s390: protvirt: introduce and enable KVM_CAP_S390_PROTECTED + - KVM: s390: protvirt: Add KVM api documentation + - mm/gup/writeback: add callbacks for inaccessible pages + + * All PS/2 ports on PS/2 Serial add-in bracket are not working after S3 + (LP: #1866734) + - SAUCE: Input: i8042 - fix the selftest retry logic + + * Sys oopsed with sysfs test in ubuntu_stress_smoke_test on X-hwe ARM64 + (LP: #1866772) + - ACPI: sysfs: copy ACPI data using io memory copying + + * Miscellaneous Ubuntu changes + - hio -- remove duplicated MODULE_DEVICE_TABLE declaration + - SAUCE: r8169: disable ASPM L1.1 + - [Config] update annotations from configs + - [Config] update configs after annotation file review + - SAUCE: Revert "tools/power turbostat: Fix 32-bit capabilities warning" + + * Miscellaneous upstream changes + - drm/i915: Fix eDP DPCD aux max backlight calculations + - drm/dp: Introduce EDID-based quirks + - drm/i915: Force DPCD backlight mode on X1 Extreme 2nd Gen 4K AMOLED panel + - drm/i915: Force DPCD backlight mode for some Dell CML 2020 panels + + [ Upstream Kernel Changes ] + + * Rebase to v5.6-rc7 + + -- Andrea Righi Wed, 25 Mar 2020 18:09:13 +0100 + +linux-5.6 (5.6.0-5.5) focal; urgency=medium + + * please help enable CONFIG_EROFS_FS_ZIP (LP: #1867099) + - [Config] CONFIG_EROFS_FS_ZIP=y + - [Config] CONFIG_EROFS_FS_CLUSTER_PAGE_LIMIT=1 + + * Miscellaneous Ubuntu changes + - Config: Fix SND_HDA_PREALLOC_SIZE annotations + - Config: Fix DATA_SHIFT annotations + - Config: remove ANDROID_VSOC from annotations + - Config: remove arm arch from annotations + - Config: Update SOC_R8A7796X annotations + - Config: Update CLK_R8A7796X annotations + - update dkms package versions + - [Config] updateconfigs after rebase to 5.6-rc6 + + [ Upstream Kernel Changes ] + + * Rebase to v5.6-rc6 + + -- Andrea Righi Wed, 18 Mar 2020 17:25:30 +0100 + +linux-5.6 (5.6.0-4.4) focal; urgency=medium + + * Packaging resync (LP: #1786013) + - [Packaging] resync getabis + - [Packaging] update helper scripts + + * Add sysfs attribute to show remapped NVMe (LP: #1863621) + - SAUCE: ata: ahci: Add sysfs attribute to show remapped NVMe device count + + * [20.04 FEAT] Compression improvements in Linux kernel (LP: #1830208) + - [Config] Introducing s390x specific kernel config option CONFIG_ZLIB_DFLTCC + + * [UBUNTU 20.04] s390x/pci: increase CONFIG_PCI_NR_FUNCTIONS to 512 in kernel + config (LP: #1866056) + - [Config] Increase CONFIG_PCI_NR_FUNCTIONS from 64 to 512 starting with focal + on s390x + + * CONFIG_IP_MROUTE_MULTIPLE_TABLES is not set (LP: #1865332) + - [Config] CONFIG_IP_MROUTE_MULTIPLE_TABLES=y + + * [UBUNTU 20.04] Enable CONFIG_NET_SWITCHDEV in kernel config for s390x + starting with focal (LP: #1865452) + - [Config] Enable CONFIG_NET_SWITCHDEV in kernel config for s390x starting + with focal + + * Miscellaneous Ubuntu changes + - SAUCE: Revert "UBUNTU: SAUCE: blk/core: Gracefully handle unset + make_request_fn" + - [Packaging] prevent duplicated entries in modules.ignore + - update dkms package versions + - [Config] updateconfigs after rebase to 5.6-rc5 + + [ Upstream Kernel Changes ] + + * Rebase to v5.6-rc5 + + -- Andrea Righi Mon, 09 Mar 2020 09:42:06 +0100 + +linux-5.6 (5.6.0-3.3) focal; urgency=medium + + * nsleep-lat / set-timer-lat / inconsistency-check / raw_skew from timer in + ubuntu_kernel_selftests timeout on 5.3 / 5.4 (LP: #1864626) + - selftests/timers: Turn off timeout setting + + * Update kernel options CONFIG_NR_CPUS and CONFIG_NUMA_EMU for focal + (LP: #1864198) + - Ubuntu: [Config] Update kernel options CONFIG_NR_CPUS and CONFIG_NUMA_EMU + + * alsa/hda/realtek: fix a mute led regression on Lenovo X1 Carbon + (LP: #1864576) + - SAUCE: ALSA: hda/realtek - Fix a regression for mute led on Lenovo Carbon X1 + + * r8152 init may take up to 40 seconds at initialization with Dell WD19/WD19DC + during hotplug (LP: #1864284) + - UBUNTU SAUCE: r8151: check disconnect status after long sleep + + * Another Dell AIO backlight issue (LP: #1863880) + - SAUCE: platform/x86: dell-uart-backlight: move retry block + + * Backport GetFB2 ioctl (LP: #1863874) + - SAUCE: drm: Add getfb2 ioctl + + * Focal Fossa (20.04) feature request - Enable CONFIG_X86_UV (LP: #1863810) + - [Config] CONFIG_X86_UV=y + + * Miscellaneous Ubuntu changes + - debian: remove snapdragon config, rules and flavour + - remove snapdragon abi files + - update dkms package versions + - [Config] updateconfigs after rebase to 5.6-rc4 + + * Miscellaneous upstream changes + - updateconfigs following snapdragon removal + + [ Upstream Kernel Changes ] + + * Rebase to v5.6-rc4 + + -- Andrea Righi Wed, 04 Mar 2020 08:21:10 +0100 + +linux-5.6 (5.6.0-2.2) focal; urgency=medium + + * Sometimes can't adjust brightness on Dell AIO (LP: #1862885) + - SAUCE: platform/x86: dell-uart-backlight: increase retry times + + * Dell XPS 13 (7390) Display Flickering - 19.10 (LP: #1849947) + - SAUCE: drm/i915: Disable PSR by default on all platforms + + * Miscellaneous Ubuntu changes + - [debian] ignore missing wireguard module + - SAUCE: (lockdown) Add efi_status_to_str() and rework efi_status_to_err(). + - SAUCE: (lockdown) security: lockdown: expose a hook to lock the kernel down + - SAUCE: (lockdown) efi: Add an EFI_SECURE_BOOT flag to indicate secure boot + mode + - SAUCE: (lockdown) efi: Lock down the kernel if booted in secure boot mode + - SAUCE: (lockdown) s390: Lock down the kernel when the IPL secure flag is set + - SAUCE: (lockdown) KEYS: Make use of platform keyring for module signature + verify + - SAUCE: (lockdown) arm64: Allow locking down the kernel under EFI secure boot + - SAUCE: (lockdown) security: lockdown: Make + CONFIG_LOCK_DOWN_IN_EFI_SECURE_BOOT more generic + - [Config] CONFIG_LOCK_DOWN_IN_SECURE_BOOT=y + - update dkms package versions + - [Config] updateconfigs after rebase to 5.6-rc3 + + * Miscellaneous upstream changes + - Revert "UBUNTU: SAUCE: (lockdown) s390/ipl: lockdown kernel when booted + secure" + - Revert "UBUNTU: SAUCE: (lockdown) KEYS: Make use of platform keyring for + module signature verify" + - Revert "UBUNTU: SAUCE: (lockdown) Add a SysRq option to lift kernel + lockdown" + - Revert "UBUNTU: SAUCE: (lockdown) security: lockdown: expose a hook to lock + the kernel down" + - Revert "UBUNTU: SAUCE: (lockdown) Add efi_status_to_str() and rework + efi_status_to_err()." + + -- Andrea Righi Mon, 24 Feb 2020 18:57:22 +0100 + +linux-5.6 (5.6.0-1.1) focal; urgency=medium + + * Integrate Intel SGX driver into linux-azure (LP: #1844245) + - [Packaging] Add systemd service to load intel_sgx + + * QAT drivers for C3XXX and C62X not included as modules (LP: #1845959) + - [Config] CRYPTO_DEV_QAT_C3XXX=m, CRYPTO_DEV_QAT_C62X=m and + CRYPTO_DEV_QAT_DH895xCC=m + + * 5.4.0-11 crash on cryptsetup open (LP: #1860231) + - SAUCE: blk/core: Gracefully handle unset make_request_fn + + * multi-zone raid0 corruption (LP: #1850540) + - SAUCE: md/raid0: Use kernel specific layout + + * Miscellaneous Ubuntu changes + - update dkms package versions + - update dropped.txt after rebase to v5.6-rc1 + - [Config] updateconfigs after rebase to 5.6-rc1 + - hio -- proc_create() requires a "struct proc_ops" in 5.6 + - SAUCE: arm: fix build error in kvm tracepoint + + * Miscellaneous upstream changes + - Revert "UBUNTU: [Config] Disable the uselib system call" + - Revert "UBUNTU: [Config] Disable legacy PTY naming" + - Revert "UBUNTU: [Config] Enforce filtered access to iomem" + - Revert "UBUNTU: [Config] Enable notifier call chain validations" + - Revert "UBUNTU: [Config] Enable scatterlist validation" + - Revert "UBUNTU: [Config] Enable cred sanity checks" + - Revert "UBUNTU: [Config] Enable linked list manipulation checks" + + [ Upstream Kernel Changes ] + + * Rebase to v5.6-rc1 + + -- Andrea Righi Thu, 13 Feb 2020 17:20:27 +0100 + +linux-5.6 (5.6.0-0.0) focal; urgency=medium + + * Dummy entry + + -- Andrea Righi Mon, 10 Feb 2020 11:06:18 +0100 + +linux-5.5 (5.5.0-7.8) focal; urgency=medium + + * CONFIG_USELIB should be disabled (LP: #1855341) + - [Config] Disable the uselib system call + + * CONFIG_LEGACY_PTYS should be disabled (LP: #1855339) + - [Config] Disable legacy PTY naming + + * CONFIG_IO_STRICT_DEVMEM should be enabled (LP: #1855338) + - [Config] Enforce filtered access to iomem + + * CONFIG_DEBUG_NOTIFIERS should be enabled (LP: #1855337) + - [Config] Enable notifier call chain validations + + * CONFIG_DEBUG_SG should be enabled (LP: #1855336) + - [Config] Enable scatterlist validation + + * CONFIG_DEBUG_CREDENTIALS should be enabled (LP: #1855335) + - [Config] Enable cred sanity checks + + * CONFIG_DEBUG_LIST should be enabled (LP: #1855334) + - [Config] Enable linked list manipulation checks + + * shiftfs: prevent lower dentries from going negative during unlink + (LP: #1860041) + - SAUCE: shiftfs: prevent lower dentries from going negative during unlink + + * [SRU][B/OEM-B/OEM-OSP1/D/E/Unstable] UBUNTU: SAUCE: Use native backlight on + Lenovo E41-25/45 (LP: #1859561) + - SAUCE: ACPI: video: Use native backlight on Lenovo E41-25/45 + + * USB key cannot be detected by hotplug on Sunix USB Type-A 3.1 Gen 2 card + [1b21:2142] (LP: #1858988) + - SAUCE: PCI: Avoid ASMedia XHCI USB PME# from D0 defect + + * Dell AIO can't adjust brightness (LP: #1858761) + - SAUCE: platform/x86: dell-uart-backlight: add retry for get scalar status + + * Miscellaneous Ubuntu changes + - [Config] Fix typo in annotations file + - update dkms package versions + + [ Upstream Kernel Changes ] + + * Rebase to v5.5 + + -- Andrea Righi Mon, 27 Jan 2020 11:39:38 +0100 + +linux-5.5 (5.5.0-6.7) focal; urgency=medium + + * Miscellaneous Ubuntu changes + - [Packaging] Update ubuntu-regression-suite dependency to python2 + - [Packaging] Fix ubuntu-regression-suite python dependency for hwe kernel + - update dkms package versions + + [ Upstream Kernel Changes ] + + * Rebase to v5.5-rc7 + + -- Andrea Righi Mon, 20 Jan 2020 10:16:01 +0100 + +linux-5.5 (5.5.0-5.6) focal; urgency=medium + + * Miscellaneous Ubuntu changes + - update dkms package versions + + [ Upstream Kernel Changes ] + + * Rebase to v5.5-rc6 + + -- Andrea Righi Mon, 13 Jan 2020 15:50:12 +0100 + +linux-5.5 (5.5.0-4.5) focal; urgency=medium + + * linux build and autopkg tests need to use python2 instead of python + (LP: #1858487) + - [Packaging] Remove python-dev build dependency + + -- Andrea Righi Wed, 08 Jan 2020 16:00:26 +0100 + +linux-5.5 (5.5.0-3.4) focal; urgency=medium + + * [SRU][B/OEM-B/OEM-OSP1/D/E/F] Add LG I2C touchscreen multitouch support + (LP: #1857541) + - SAUCE: HID: multitouch: Add LG MELF0410 I2C touchscreen support + + * Make vfio-pci built-in or xhci_hcd optional (LP: #1770845) + - [Config]: built-in VFIO_PCI for amd64 + + * multi-zone raid0 corruption (LP: #1850540) + - SAUCE: md/raid0: Link to wiki with guidance on multi-zone RAID0 layout + migration + + * Packaging resync (LP: #1786013) + - [Packaging] update variants + + * Miscellaneous Ubuntu changes + - [Packaging] Change source package to linux-5.5 + - [Packaging] Don't use SRCPKGNAME for linux-libc-dev + - [Packaging] Remove linux-source-3 Provides: from linux-source + - [Packaging] Fix linux-doc in linux-image Suggests: + - [Debian] Read variants list into a variable + - [Packaging] Generate linux-libc-dev package only for primary variant + - [Packaging] Generate linux-doc for only the primary variant + - [Debian] Update linux source package name in debian/tests/* + - update dkms package versions + - [Config] updateconfigs after rebase to 5.5-rc3 + - [Config] disable PCI_MESON + - [Config] Add pinctrl-equilibrium to modules.ignore + + [ Upstream Kernel Changes ] + + * Rebase to v5.5-rc5 + + -- Andrea Righi Wed, 08 Jan 2020 11:28:43 +0100 + +linux-5.5 (5.5.0-2.3) focal; urgency=medium + + * Empty entry. + + -- Seth Forshee Tue, 17 Dec 2019 22:33:59 -0600 + +linux (5.5.0-2.3) focal; urgency=medium + + * Support DPCD aux brightness control (LP: #1856134) + - SAUCE: drm/i915: Fix eDP DPCD aux max backlight calculations + - SAUCE: drm/i915: Assume 100% brightness when not in DPCD control mode + - SAUCE: drm/i915: Fix DPCD register order in intel_dp_aux_enable_backlight() + - SAUCE: drm/i915: Auto detect DPCD backlight support by default + - SAUCE: drm/i915: Force DPCD backlight mode on X1 Extreme 2nd Gen 4K AMOLED + panel + - USUNTU: SAUCE: drm/i915: Force DPCD backlight mode on Dell Precision 4K sku + + * change kconfig of the soundwire bus driver from y to m (LP: #1855685) + - [Config]: SOUNDWIRE=m + + * Fix unusable USB hub on Dell TB16 after S3 (LP: #1855312) + - SAUCE: USB: core: Make port power cycle a seperate helper function + - SAUCE: USB: core: Attempt power cycle port when it's in eSS.Disabled state + + * Miscellaneous Ubuntu changes + - [Debian] add python depends to ubuntu-regression-suite + - SAUCE: selftests: net: tls: remove recv_rcvbuf test + - update dkms package versions + + * Miscellaneous upstream changes + - [Config] updateconfigs after rebase to 5.5-rc2 + + -- Andrea Righi Tue, 17 Dec 2019 16:02:43 +0100 + +linux (5.5.0-1.2) focal; urgency=medium + + * Miscellaneous Ubuntu changes + - [Config] disable nvidia dkms build + - [Config] disable virtualbox dkms build + - [Config] disable zfs dkms build + - update dropped.txt after rebase to v5.5-rc1 + - SAUCE: (lockdown) Make get_cert_list() not complain about cert lists that + aren't present. + - SAUCE: (lockdown) Add efi_status_to_str() and rework efi_status_to_err(). + - SAUCE: (lockdown) Make get_cert_list() use efi_status_to_str() to print + error messages. + - SAUCE: (lockdown) security: lockdown: expose a hook to lock the kernel down + - SAUCE: (lockdown) efi: Add an EFI_SECURE_BOOT flag to indicate secure boot + mode + - SAUCE: (lockdown) efi: Lock down the kernel if booted in secure boot mode + - SAUCE: (lockdown) Add a SysRq option to lift kernel lockdown + - SAUCE: (lockdown) KEYS: Make use of platform keyring for module signature + verify + - SAUCE: (lockdown) arm64: Allow locking down the kernel under EFI secure boot + - SAUCE: (lockdown) security: lockdown: Make + CONFIG_LOCK_DOWN_IN_EFI_SECURE_BOOT more generic + - SAUCE: (lockdown) s390/ipl: lockdown kernel when booted secure + - [Config] Enable lockdown under secure boot + - update dkms package versions + + -- Andrea Righi Thu, 12 Dec 2019 16:54:41 +0100 + +linux (5.5.0-0.1) focal; urgency=medium + + * Miscellaneous Ubuntu changes + - [Config] updateconfigs after rebase to 5.5-rc1 + + [ Upstream Kernel Changes ] + + * Rebase to v5.5-rc1 + + -- Andrea Righi Mon, 09 Dec 2019 19:03:35 +0100 + +linux (5.5.0-0.0) focal; urgency=medium + + * Dummy entry. + + -- Andrea Righi Mon, 09 Dec 2019 15:14:37 +0100 + +linux (5.4.0-8.11) focal; urgency=medium + + * focal/linux: 5.4.0-8.9 -proposed tracker (LP: #1855448) + + * update ENA driver for DIMLIB dynamic interrupt moderation (LP: #1853180) + - SAUCE: net: ena: fix issues in setting interrupt moderation params in + ethtool + - SAUCE: net: ena: fix too long default tx interrupt moderation interval + + * Kernel build log filled with "/bin/bash: line 5: warning: command + substitution: ignored null byte in input" (LP: #1853843) + - [Debian] Fix warnings when checking for modules signatures + + * hwe-edge kernel 5.3.0-23.25 kernel does not boot on Precision 5720 AIO + (LP: #1852581) + - [Packaging] Fix module signing with older modinfo + + * Fix MST support on Ice Lake (LP: #1854432) + - drm/i915: fix port checks for MST support on gen >= 11 + + * headphone has noise as not mute on dell machines with alc236/256 + (LP: #1854401) + - SAUCE: ALSA: hda/realtek - Dell headphone has noise on unmute for ALC236 + + * [CML-S62] Need enable intel_pmc_core driver patch for Comet lake- S 6+2 + (LP: #1847450) + - SAUCE: platform/x86: intel_pmc_core: Add Comet Lake (CML) platform support + to intel_pmc_core driver + + * CVE-2019-14901 + - SAUCE: mwifiex: Fix heap overflow in mmwifiex_process_tdls_action_frame() + + * CVE-2019-14896 // CVE-2019-14897 + - SAUCE: libertas: Fix two buffer overflows at parsing bss descriptor + + * CVE-2019-14895 + - SAUCE: mwifiex: fix possible heap overflow in mwifiex_process_country_ie() + + * [CML-S62] Need enable intel_rapl patch support for Comet lake- S 6+2 + (LP: #1847454) + - powercap/intel_rapl: add support for CometLake Mobile + - powercap/intel_rapl: add support for Cometlake desktop + + * External microphone can't work on some dell machines with the codec alc256 + or alc236 (LP: #1853791) + - SAUCE: ALSA: hda/realtek - Move some alc256 pintbls to fallback table + - SAUCE: ALSA: hda/realtek - Move some alc236 pintbls to fallback table + + * remount of multilower moved pivoted-root overlayfs root, results in I/O + errors on some modified files (LP: #1824407) + - SAUCE: ovl: fix lookup failure on multi lower squashfs + + * [CML-S62] Need enable turbostat patch support for Comet lake- S 6+2 + (LP: #1847451) + - SAUCE: tools/power turbostat: Add Cometlake support + + * CONFIG_ARCH_ROCKCHIP is not set in ubuntu 18.04 aarch64,arm64 (LP: #1825222) + - [Config] Enable ROCKCHIP support for arm64 + + * [broadwell-rt286, playback] Since Linux 5.2rc2 audio playback no longer + works on Dell Venue 11 Pro 7140 (LP: #1846539) + - SAUCE: ASoC: SOF: Intel: Broadwell: clarify mutual exclusion with legacy + driver + + * i40e: general protection fault in i40e_config_vf_promiscuous_mode + (LP: #1852663) + - SAUCE: i40e Fix GPF when deleting VMs + + * libbpf check_abi fails on ppc64el (LP: #1854974) + - libbpf: Fix readelf output parsing on powerpc with recent binutils + + * CVE-2019-19050 + - crypto: user - fix memory leak in crypto_reportstat + + * Make hotplugging docking station to Thunderbolt port more reliable + (LP: #1853991) + - PCI/PM: Add pcie_wait_for_link_delay() + - PCI/PM: Add missing link delays required by the PCIe spec + + * i915: Display flickers (monitor loses signal briefly) during "flickerfree" + boot, while showing the BIOS logo on a black background (LP: #1836858) + - [Config] FRAMEBUFFER_CONSOLE_DEFERRED_TAKEOVER=y + + * [CML] New device id's for CMP-H (LP: #1846335) + - i2c: i801: Add support for Intel Comet Lake PCH-H + - mtd: spi-nor: intel-spi: Add support for Intel Comet Lake-H SPI serial flash + - mfd: intel-lpss: Add Intel Comet Lake PCH-H PCI IDs + + * Focal update: v5.4.2 upstream stable release (LP: #1855326) + - io_uring: async workers should inherit the user creds + - net: separate out the msghdr copy from ___sys_{send,recv}msg() + - net: disallow ancillary data for __sys_{send,recv}msg_file() + - crypto: inside-secure - Fix stability issue with Macchiatobin + - driver core: platform: use the correct callback type for bus_find_device + - usb: dwc2: use a longer core rest timeout in dwc2_core_reset() + - staging: wilc1000: fix illegal memory access in wilc_parse_join_bss_param() + - staging: rtl8192e: fix potential use after free + - staging: rtl8723bs: Drop ACPI device ids + - staging: rtl8723bs: Add 024c:0525 to the list of SDIO device-ids + - USB: serial: ftdi_sio: add device IDs for U-Blox C099-F9P + - mei: bus: prefix device names on bus with the bus name + - mei: me: add comet point V device id + - thunderbolt: Power cycle the router if NVM authentication fails + - x86/fpu: Don't cache access to fpu_fpregs_owner_ctx + - gve: Fix the queue page list allocated pages count + - macvlan: schedule bc_work even if error + - mdio_bus: don't use managed reset-controller + - net: dsa: sja1105: fix sja1105_parse_rgmii_delays() + - net: macb: add missed tasklet_kill + - net: psample: fix skb_over_panic + - net: sched: fix `tc -s class show` no bstats on class with nolock subqueues + - openvswitch: fix flow command message size + - sctp: Fix memory leak in sctp_sf_do_5_2_4_dupcook + - slip: Fix use-after-free Read in slip_open + - sctp: cache netns in sctp_ep_common + - openvswitch: drop unneeded BUG_ON() in ovs_flow_cmd_build_info() + - openvswitch: remove another BUG_ON() + - net/tls: take into account that bpf_exec_tx_verdict() may free the record + - net/tls: free the record on encryption error + - net: skmsg: fix TLS 1.3 crash with full sk_msg + - selftests/tls: add a test for fragmented messages + - net/tls: remove the dead inplace_crypto code + - net/tls: use sg_next() to walk sg entries + - selftests: bpf: test_sockmap: handle file creation failures gracefully + - selftests: bpf: correct perror strings + - tipc: fix link name length check + - selftests: pmtu: use -oneline for ip route list cache + - r8169: fix jumbo configuration for RTL8168evl + - r8169: fix resume on cable plug-in + - ext4: add more paranoia checking in ext4_expand_extra_isize handling + - Revert "jffs2: Fix possible null-pointer dereferences in + jffs2_add_frag_to_fragtree()" + - crypto: talitos - Fix build error by selecting LIB_DES + - HID: core: check whether Usage Page item is after Usage ID items + - platform/x86: hp-wmi: Fix ACPI errors caused by too small buffer + - platform/x86: hp-wmi: Fix ACPI errors caused by passing 0 as input size + - Linux 5.4.2 + + * no HDMI video output since GDM greeter after linux-oem-osp1 version + 5.0.0-1026 (LP: #1852386) + - drm/i915: Add new CNL PCH ID seen on a CML platform + - SAUCE: drm/i915: Fix detection for a CMP-V PCH + + * Please add patch fixing RK818 ID detection (LP: #1853192) + - SAUCE: mfd: rk808: Fix RK818 ID template + + * Raydium Touchscreen on ThinkPad L390 does not work (LP: #1849721) + - HID: i2c-hid: fix no irq after reset on raydium 3118 + + * Touchpad doesn't work on Dell Inspiron 7000 2-in-1 (LP: #1851901) + - Revert "UBUNTU: SAUCE: mfd: intel-lpss: add quirk for Dell XPS 13 7390 + 2-in-1" + - lib: devres: add a helper function for ioremap_uc + - mfd: intel-lpss: Use devm_ioremap_uc for MMIO + + * Lenovo dock MAC Address pass through doesn't work in Ubuntu (LP: #1827961) + - r8152: Add macpassthru support for ThinkPad Thunderbolt 3 Dock Gen 2 + + * Disable unreliable HPET on CFL-H system (LP: #1852216) + - SAUCE: x86/intel: Disable HPET on Intel Coffe Lake H platforms + + * Miscellaneous Ubuntu changes + - update dkms package versions + - [Config] Enable virtualbox dkms build + - [Config] update annotations to match current configs + - SAUCE: Add exfat module to signature inclusion list + + * Miscellaneous upstream changes + - Bluetooth: Fix invalid-free in bcsp_close() + - ath9k_hw: fix uninitialized variable data + - ath10k: Fix a NULL-ptr-deref bug in ath10k_usb_alloc_urb_from_pipe + - ath10k: Fix HOST capability QMI incompatibility + - ath10k: restore QCA9880-AR1A (v1) detection + - Revert "Bluetooth: hci_ll: set operational frequency earlier" + - Revert "dm crypt: use WQ_HIGHPRI for the IO and crypt workqueues" + - md/raid10: prevent access of uninitialized resync_pages offset + - x86/insn: Fix awk regexp warnings + - x86/speculation: Fix incorrect MDS/TAA mitigation status + - x86/speculation: Fix redundant MDS mitigation message + - nbd: prevent memory leak + - x86/stackframe/32: Repair 32-bit Xen PV + - x86/xen/32: Make xen_iret_crit_fixup() independent of frame layout + - x86/xen/32: Simplify ring check in xen_iret_crit_fixup() + - x86/doublefault/32: Fix stack canaries in the double fault handler + - x86/pti/32: Size initial_page_table correctly + - x86/cpu_entry_area: Add guard page for entry stack on 32bit + - x86/entry/32: Fix IRET exception + - x86/entry/32: Use %ss segment where required + - x86/entry/32: Move FIXUP_FRAME after pushing %fs in SAVE_ALL + - x86/entry/32: Unwind the ESPFIX stack earlier on exception entry + - x86/entry/32: Fix NMI vs ESPFIX + - selftests/x86/mov_ss_trap: Fix the SYSENTER test + - selftests/x86/sigreturn/32: Invalidate DS and ES when abusing the kernel + - x86/pti/32: Calculate the various PTI cpu_entry_area sizes correctly, make + the CPU_ENTRY_AREA_PAGES assert precise + - x86/entry/32: Fix FIXUP_ESPFIX_STACK with user CR3 + - futex: Prevent robust futex exit race + - ALSA: usb-audio: Fix NULL dereference at parsing BADD + - ALSA: usb-audio: Fix Scarlett 6i6 Gen 2 port data + - media: vivid: Set vid_cap_streaming and vid_out_streaming to true + - media: vivid: Fix wrong locking that causes race conditions on streaming + stop + - media: usbvision: Fix invalid accesses after device disconnect + - media: usbvision: Fix races among open, close, and disconnect + - cpufreq: Add NULL checks to show() and store() methods of cpufreq + - futex: Move futex exit handling into futex code + - futex: Replace PF_EXITPIDONE with a state + - exit/exec: Seperate mm_release() + - futex: Split futex_mm_release() for exit/exec + - futex: Set task::futex_state to DEAD right after handling futex exit + - futex: Mark the begin of futex exit explicitly + - futex: Sanitize exit state handling + - futex: Provide state handling for exec() as well + - futex: Add mutex around futex exit + - futex: Provide distinct return value when owner is exiting + - futex: Prevent exit livelock + - media: uvcvideo: Fix error path in control parsing failure + - media: b2c2-flexcop-usb: add sanity checking + - media: cxusb: detect cxusb_ctrl_msg error in query + - media: imon: invalid dereference in imon_touch_event + - media: mceusb: fix out of bounds read in MCE receiver buffer + - ALSA: hda - Disable audio component for legacy Nvidia HDMI codecs + - USBIP: add config dependency for SGL_ALLOC + - usbip: tools: fix fd leakage in the function of read_attr_usbip_status + - usbip: Fix uninitialized symbol 'nents' in stub_recv_cmd_submit() + - usb-serial: cp201x: support Mark-10 digital force gauge + - USB: chaoskey: fix error case of a timeout + - appledisplay: fix error handling in the scheduled work + - USB: serial: mos7840: add USB ID to support Moxa UPort 2210 + - USB: serial: mos7720: fix remote wakeup + - USB: serial: mos7840: fix remote wakeup + - USB: serial: option: add support for DW5821e with eSIM support + - USB: serial: option: add support for Foxconn T77W968 LTE modules + - staging: comedi: usbduxfast: usbduxfast_ai_cmdtest rounding error + - powerpc/book3s64: Fix link stack flush on context switch + - KVM: PPC: Book3S HV: Flush link stack on guest exit to host kernel + - Linux 5.4.1 + + -- Seth Forshee Fri, 06 Dec 2019 15:53:53 -0600 + +linux (5.4.0-7.8) focal; urgency=medium + + * Miscellaneous Ubuntu changes + - SAUCE: selftests/bpf: Comment out BPF_CORE_READ's which cause clang to + segfault + - Update nvidia-430 to nvidia-440 + - [Config] Enable nvidia dkms build + - update dkms package versions + + [ Upstream Kernel Changes ] + + * Rebase to v5.4 + + -- Andrea Righi Mon, 25 Nov 2019 15:02:30 +0100 + +linux (5.4.0-6.7) focal; urgency=medium + + * Miscellaneous Ubuntu changes + - update dkms package versions + - [Config] updateconfigs after rebase to 5.4-rc8 + + [ Upstream Kernel Changes ] + + * Rebase to v5.4-rc7 + + -- Andrea Righi Mon, 18 Nov 2019 12:08:01 +0100 + +linux (5.4.0-5.6) focal; urgency=medium + + * refcount underflow and type confusion in shiftfs (LP: #1850867) // + CVE-2019-15793 + - SAUCE: shiftfs: Correct id translation for lower fs operations + + * refcount underflow and type confusion in shiftfs (LP: #1850867) // + CVE-2019-15792 + - SAUCE: shiftfs: prevent type confusion + + * refcount underflow and type confusion in shiftfs (LP: #1850867) // + CVE-2019-15791 + - SAUCE: shiftfs: Fix refcount underflow in btrfs ioctl handling + + * Some EFI systems fail to boot in efi_init() when booted via maas + (LP: #1851810) + - SAUCE: efi: efi_get_memory_map -- increase map headroom + + * seccomp: fix SECCOMP_USER_NOTIF_FLAG_CONTINUE test (LP: #1849281) + - SAUCE: seccomp: rework define for SECCOMP_USER_NOTIF_FLAG_CONTINUE + - SAUCE: seccomp: avoid overflow in implicit constant conversion + + * dkms artifacts may expire from the pool (LP: #1850958) + - [Packaging] dkms -- try launchpad librarian for pool downloads + - [Packaging] dkms -- dkms-build quieten wget verbiage + + * tsc marked unstable after entered PC10 on Intel CoffeeLake (LP: #1840239) + - SAUCE: x86/intel: Disable HPET on Intel Coffe Lake platforms + - SAUCE: x86/intel: Disable HPET on Intel Ice Lake platforms + + * shiftfs: prevent exceeding project quotas (LP: #1849483) + - SAUCE: shiftfs: drop CAP_SYS_RESOURCE from effective capabilities + + * shiftfs: fix fallocate() (LP: #1849482) + - SAUCE: shiftfs: setup correct s_maxbytes limit + + * The alsa hda driver is not loaded due to the missing of PCIID for Comet + Lake-S [8086:a3f0] (LP: #1852070) + - SAUCE: ALSA: hda: Add Cometlake-S PCI ID + + * Can't adjust brightness on DELL UHD dGPU AIO (LP: #1813877) + - SAUCE: platform/x86: dell-uart-backlight: add missing status command + - SAUCE: platform/x86: dell-uart-backlight: load driver by scalar status + - SAUCE: platform/x86: dell-uart-backlight: add force parameter + - SAUCE: platform/x86: dell-uart-backlight: add quirk for old platforms + + * s_iflags overlap prevents unprivileged overlayfs mounts (LP: #1851677) + - SAUCE: fs: Move SB_I_NOSUID to the top of s_iflags + + * ubuntu-aufs-modified mmap_region() breaks refcounting in overlayfs/shiftfs + error path (LP: #1850994) // CVE-2019-15794 + - SAUCE: shiftfs: Restore vm_file value when lower fs mmap fails + - SAUCE: ovl: Restore vm_file value when lower fs mmap fails + + * Miscellaneous Ubuntu changes + - [Debian] Convert update-aufs.sh to use aufs5 + - SAUCE: import aufs driver + - update dkms package versions + + [ Upstream Kernel Changes ] + + * Rebase to v5.4-rc7 + + -- Seth Forshee Wed, 13 Nov 2019 11:56:35 -0800 + +linux (5.4.0-4.5) focal; urgency=medium + + * High power consumption using 5.0.0-25-generic (LP: #1840835) + - PCI: Add a helper to check Power Resource Requirements _PR3 existence + - ALSA: hda: Allow HDA to be runtime suspended when dGPU is not bound to a + driver + - PCI: Fix missing inline for pci_pr3_present() + + * Fix signing of staging modules in eoan (LP: #1850234) + - [Packaging] Leave unsigned modules unsigned after adding .gnu_debuglink + + * [20.04 FEAT] Set Architecture Level (ALS) to z13 (LP: #1837525) + - [Config] s390x bump march to z13, with tune to z15 + + * Miscellaneous Ubuntu changes + - [Debian]: do not skip tests for linux-hwe-edge + - update dkms package versions + - [Config] re-enable zfs + - [Config] rename module virtio_fs to virtiofs + + [ Upstream Kernel Changes ] + + * Rebase to v5.4-rc6 + + -- Andrea Righi Mon, 04 Nov 2019 15:12:02 +0100 + +linux (5.4.0-3.4) focal; urgency=medium + + * seccomp: fix SECCOMP_USER_NOTIF_FLAG_CONTINUE test (LP: #1849281) + - SAUCE: seccomp: fix SECCOMP_USER_NOTIF_FLAG_CONTINUE test + + * cloudimg: no iavf/i40evf module so no network available with SR-IOV enabled + cloud (LP: #1848481) + - [Packaging] include iavf/i40evf in generic + + * CVE-2019-17666 + - SAUCE: rtlwifi: Fix potential overflow on P2P code + + * Change Config Option CONFIG_MEMORY_HOTPLUG_DEFAULT_ONLINE for s390x from yes + to no (LP: #1848492) + - [Config] Change Config Option CONFIG_MEMORY_HOTPLUG_DEFAULT_ONLINE for s390x + from yes to no + + * Add Intel Comet Lake ethernet support (LP: #1848555) + - SAUCE: e1000e: Add support for Comet Lake + + * seccomp: add SECCOMP_USER_NOTIF_FLAG_CONTINUE (LP: #1847744) + - SAUCE: seccomp: add SECCOMP_USER_NOTIF_FLAG_CONTINUE + - SAUCE: seccomp: test SECCOMP_USER_NOTIF_FLAG_CONTINUE + + * drm/i915: Fix the issue of "azx_get_response timeout" for hdmi audio on ICL + platforms (LP: #1847192) + - SAUCE: drm/i915: Fix audio power up sequence for gen10+ display + - SAUCE: drm/i915: extend audio CDCLK>=2*BCLK constraint to more platforms + + * PM / hibernate: fix potential memory corruption (LP: #1847118) + - SAUCE: PM / hibernate: memory_bm_find_bit -- tighten node optimisation + + * [regression] NoNewPrivileges incompatible with Apparmor (LP: #1844186) + - SAUCE: apparmor: fix nnp subset test for unconfined + + * overlayfs: allow with shiftfs as underlay (LP: #1846272) + - SAUCE: overlayfs: allow with shiftfs as underlay + + * eoan: alsa/sof: Enable SOF_HDA link and codec (LP: #1848490) + - [Config] Fix SOF Kconfig options + + * linux won't build when new virtualbox version is present on the archive + (LP: #1848788) + - [Packaging]: download virtualbox from sources + + * Miscellaneous Ubuntu changes + - [Config] update annotations from configs + - [Config] updateconfigs after rebase to 5.4-rc5 + - update dkms package versions + + [ Upstream Kernel Changes ] + + * Rebase to v5.4-rc5 + + -- Seth Forshee Tue, 29 Oct 2019 12:01:27 -0500 + +linux (5.4.0-2.3) eoan; urgency=medium + + * Add installer support for iwlmvm adapters (LP: #1848236) + - d-i: Add iwlmvm to nic-modules + + * shiftfs: rework how shiftfs opens files (LP: #1846265) + - SAUCE: shiftfs: rework how shiftfs opens files + + * Miscellaneous Ubuntu changes + - update dkms package versions + - [Config] updateconfigs after rebase to 5.4-rc4 + + [ Upstream Kernel Changes ] + + * Rebase to v5.4-rc4 + + -- Andrea Righi Mon, 21 Oct 2019 17:31:26 +0200 + +linux (5.4.0-1.2) eoan; urgency=medium + + * Miscellaneous Ubuntu changes + - update dkms package versions + - [Config] updateconfigs after rebase to 5.4-rc3 + - [Config] add flexfb, fbtft_device and rio500 to modules.ignore + - [Config] amd64: ignore fbtft and all dependent modules + + [ Upstream Kernel Changes ] + + * Rebase to v5.4-rc3 + + -- Andrea Righi Mon, 14 Oct 2019 19:48:52 +0200 + +linux (5.4.0-0.1) eoan; urgency=medium + + * Enable the Dragonboards out of Eoan/master arm64 kernel (LP: #1846704) + - [Packaging] arm64: snapdragon: introduce a snapdragon flavour + - [Packaging] arm64: snapdragon: switch kernel format to Image + - [Config] arm64: snapdragon: CONFIG_PINCTRL_MSM8916=y + - [Config] arm64: snapdragon: CONFIG_PINCTRL_MSM8994=y + - [Config] arm64: snapdragon: CONFIG_PINCTRL_MSM8996=y + - [Config] arm64: snapdragon: CONFIG_PINCTRL_MSM8998=y + - [Config] arm64: snapdragon: CONFIG_REGULATOR_QCOM_RPMH=y + - [Config] arm64: snapdragon: CONFIG_QCOM_BAM_DMA=y + - [Config] arm64: snapdragon: CONFIG_QCOM_HIDMA_MGMT=y + - [Config] arm64: snapdragon: CONFIG_QCOM_HIDMA=y + - [Config] arm64: snapdragon: CONFIG_COMMON_CLK_QCOM=y + - [Config] arm64: snapdragon: CONFIG_QCOM_CLK_RPMH=y + - [Config] arm64: snapdragon: CONFIG_MSM_GCC_8916=y + - [Config] arm64: snapdragon: CONFIG_MSM_GCC_8994=y + - [Config] arm64: snapdragon: CONFIG_MSM_MMCC_8996=y + - [Config] arm64: snapdragon: CONFIG_MSM_GCC_8998=y + - [Config] arm64: snapdragon: CONFIG_HWSPINLOCK_QCOM=y + - [Config] arm64: snapdragon: CONFIG_QCOM_APCS_IPC=y + - [Config] arm64: snapdragon: CONFIG_RPMSG_QCOM_GLINK_RPM=y + - [Config] arm64: snapdragon: CONFIG_QCOM_GENI_SE=y + - [Config] arm64: snapdragon: CONFIG_QCOM_SMEM=y + - [Config] arm64: snapdragon: CONFIG_QCOM_SMD_RPM=y + - [Config] arm64: snapdragon: CONFIG_QCOM_SMP2P=y + - [Config] arm64: snapdragon: CONFIG_QCOM_SMSM=y + - [Config] arm64: snapdragon: CONFIG_QCOM_QFPROM=y + - [Config] arm64: snapdragon: CONFIG_SERIAL_QCOM_GENI=y + - [Config] arm64: snapdragon: CONFIG_QCOM_TSENS=y + - [Config] arm64: snapdragon: CONFIG_REGULATOR_QCOM_SMD_RPM=y + - [Config] arm64: snapdragon: CONFIG_QCOM_CLK_SMD_RPM=y + - [Config] arm64: snapdragon: CONFIG_RPMSG_QCOM_SMD=y + - [Config] arm64: snapdragon: CONFIG_MFD_QCOM_RPM=y + - [Config] arm64: snapdragon: CONFIG_SCSI_UFSHCD=y + - [Config] arm64: snapdragon: CONFIG_SCSI_UFSHCD_PLATFORM=y + - [Config] arm64: snapdragon: CONFIG_SCSI_UFS_HISI=y + - [Config] arm64: snapdragon: CONFIG_MMC_SDHCI=y + - [Config] arm64: snapdragon: CONFIG_MMC_SDHCI_PLTFM=y + - [Config] arm64: snapdragon: CONFIG_MMC_SDHCI_MSM=y + - [Config] arm64: snapdragon: CONFIG_REGULATOR_QCOM_SPMI=y + - [Config] arm64: snapdragon: CONFIG_PINCTRL_QCOM_SPMI_PMIC=y + - [Config] arm64: snapdragon: CONFIG_PHY_QCOM_USB_HS=y + - [Config] arm64: snapdragon: CONFIG_PHY_QCOM_QMP=y + - [Config] arm64: snapdragon: CONFIG_PHY_QCOM_UFS=y + - [Config] arm64: snapdragon: CONFIG_PHY_QCOM_USB_HSIC=y + - [Config] arm64: snapdragon: CONFIG_USB_CHIPIDEA_OF=y + - [Config] arm64: snapdragon: CONFIG_USB_EHCI_HCD_PLATFORM=y + - [Config] arm64: snapdragon: CONFIG_EXTCON_USB_GPIO=y + - [Config] arm64: snapdragon: CONFIG_REGULATOR_FIXED_VOLTAGE=y + - [Config] arm64: snapdragon: CONFIG_LEDS_GPIO=y + - [Config] arm64: snapdragon: CONFIG_USB_HSIC_USB3503=y + - [Config] arm64: snapdragon: CONFIG_USB_NET_DRIVERS=y + - [Config] arm64: snapdragon: CONFIG_USB_OTG=y + - [Config] arm64: snapdragon: CONFIG_USB_XHCI_PLATFORM=y + - [Config] arm64: snapdragon: CONFIG_USB_OHCI_HCD_PLATFORM=y + - [Config] arm64: snapdragon: CONFIG_USB_MUSB_HDRC=y + - [Config] arm64: snapdragon: CONFIG_USB_DWC3=y + - [Config] arm64: snapdragon: CONFIG_USB_DWC3_PCI=y + - [Config] arm64: snapdragon: CONFIG_USB_DWC3_OF_SIMPLE=y + - [Config] arm64: snapdragon: CONFIG_USB_DWC3_QCOM=y + - [Config] arm64: snapdragon: CONFIG_LEDS_PWM=y + - [Config] arm64: snapdragon: CONFIG_LEDS_TRIGGER_HEARTBEAT=y + - [Config] arm64: snapdragon: CONFIG_LEDS_TRIGGER_DEFAULT_ON=y + - [Config] arm64: snapdragon: CONFIG_QCOM_A53PLL=y + - [Config] arm64: snapdragon: CONFIG_QCOM_CLK_APCS_MSM8916=y + - [Config] arm64: snapdragon: CONFIG_NLS_ISO8859_1=y + - [Config] arm64: snapdragon: CONFIG_USB_USBNET=y + - [Config] arm64: snapdragon: CONFIG_CRYPTO_DEV_QCOM_RNG=y + - [Config] arm64: snapdragon: CONFIG_POWER_RESET_QCOM_PON=y + - [Config] arm64: snapdragon: CONFIG_INPUT_PM8941_PWRKEY=y + - [Config] arm64: snapdragon: CONFIG_KEYBOARD_GPIO=y + - [Config] arm64: snapdragon: CONFIG_RTC_DRV_PM8XXX=y + + * Miscellaneous Ubuntu changes + - [Config] updateconfigs after rebase to 5.4-rc2 + - SAUCE: (lockdown) Make get_cert_list() not complain about cert lists that + aren't present. + - SAUCE: (lockdown) Add efi_status_to_str() and rework efi_status_to_err(). + - SAUCE: (lockdown) Make get_cert_list() use efi_status_to_str() to print + error messages. + - SAUCE: (lockdown) security: lockdown: expose a hook to lock the kernel down + - SAUCE: (lockdown) efi: Add an EFI_SECURE_BOOT flag to indicate secure boot + mode + - SAUCE: (lockdown) efi: Lock down the kernel if booted in secure boot mode + - SAUCE: (lockdown) Add a SysRq option to lift kernel lockdown + - SAUCE: (lockdown) KEYS: Make use of platform keyring for module signature + verify + - SAUCE: (lockdown) arm64: Allow locking down the kernel under EFI secure boot + - SAUCE: (lockdown) security: lockdown: Make + CONFIG_LOCK_DOWN_IN_EFI_SECURE_BOOT more generic + - SAUCE: (lockdown) s390/ipl: lockdown kernel when booted secure + - [Config] Enable lockdown under secure boot + - SAUCE: import aufs driver + - SAUCE: aufs: rwsem owner changed to atmoic_long_t in 5.3 + - SAUCE: aufs: add "WITH Linux-syscall-note" to SPDX tag of uapi headers + - [Config] enable aufs + - update dkms package versions + - [Config] disable zfs + - [Config] disable nvidia dkms build + - [Config] disable virtualbox dkms build + - [Debian] Generate stub reconstruct for -rc kernels + - Revert "UBUNTU: SAUCE: (namespace) block_dev: Forbid unprivileged mounting + when device is opened for writing" + - Revert "UBUNTU: SAUCE: (namespace) ext4: Add module parameter to enable user + namespace mounts" + - Revert "UBUNTU: SAUCE: (namespace) ext4: Add support for unprivileged mounts + from user namespaces" + - Revert "UBUNTU: SAUCE: (namespace) mtd: Check permissions towards mtd block + device inode when mounting" + - Revert "UBUNTU: SAUCE: (namespace) block_dev: Check permissions towards + block device inode when mounting" + - Revert "UBUNTU: SAUCE: (namespace) block_dev: Support checking inode + permissions in lookup_bdev()" + + [ Upstream Kernel Changes ] + + * Rebase to v5.4-rc2 + + -- Seth Forshee Fri, 11 Oct 2019 16:42:41 -0500 + +linux (5.4.0-0.0) eoan; urgency=medium + + * Dummy entry. + + -- Seth Forshee Tue, 08 Oct 2019 09:59:00 -0500 + +linux (5.3.0-17.18) eoan; urgency=medium + + * eoan/linux: 5.3.0-17.18 -proposed tracker (LP: #1846641) + + * CVE-2019-17056 + - nfc: enforce CAP_NET_RAW for raw sockets + + * CVE-2019-17055 + - mISDN: enforce CAP_NET_RAW for raw sockets + + * CVE-2019-17054 + - appletalk: enforce CAP_NET_RAW for raw sockets + + * CVE-2019-17053 + - ieee802154: enforce CAP_NET_RAW for raw sockets + + * CVE-2019-17052 + - ax25: enforce CAP_NET_RAW for raw sockets + + * CVE-2019-15098 + - ath6kl: fix a NULL-ptr-deref bug in ath6kl_usb_alloc_urb_from_pipe() + + * xHCI on AMD Stoney Ridge cannot detect USB 2.0 or 1.1 devices. + (LP: #1846470) + - x86/PCI: Avoid AMD FCH XHCI USB PME# from D0 defect + + * Re-enable linux-libc-dev build on i386 (LP: #1846508) + - [Packaging] Build only linux-libc-dev for i386 + - [Debian] final-checks -- ignore archtictures with no binaries + + * arm64: loop on boot after installing linux-generic-hwe-18.04-edge/bionic- + proposed (LP: #1845820) + - [Config] Disable CONFIG_ARM_SMMU_DISABLE_BYPASS_BY_DEFAULT + + * Revert ESE DASD discard support (LP: #1846219) + - SAUCE: Revert "s390/dasd: Add discard support for ESE volumes" + + * Miscellaneous Ubuntu changes + - update dkms package versions + + -- Seth Forshee Thu, 03 Oct 2019 16:57:05 -0500 + +linux (5.3.0-16.17) eoan; urgency=medium + + * eoan/linux: 5.3.0-16.17 -proposed tracker (LP: #1846204) + + * zfs fails to build on s390x with debug symbols enabled (LP: #1846143) + - SAUCE: s390: Mark atomic const ops always inline + + -- Seth Forshee Tue, 01 Oct 2019 07:46:43 -0500 + +linux (5.3.0-15.16) eoan; urgency=medium + + * eoan/linux: 5.3.0-15.16 -proposed tracker (LP: #1845987) + + * Drop i386 build for 19.10 (LP: #1845714) + - [Packaging] Remove x32 arch references from control files + - [Debian] final-checks -- Get arch list from debian/control + + * ZFS kernel modules lack debug symbols (LP: #1840704) + - [Debian] Fix conditional for setting zfs debug package path + + * Use pyhon3-sphinx instead of python-sphinx for building html docs + (LP: #1845808) + - [Packaging] Update sphinx build dependencies to python3 packages + + * Kernel panic with 19.10 beta image (LP: #1845454) + - efi/tpm: Don't access event->count when it isn't mapped. + - efi/tpm: don't traverse an event log with no events + - efi/tpm: only set efi_tpm_final_log_size after successful event log parsing + + -- Seth Forshee Mon, 30 Sep 2019 11:57:20 -0500 + +linux (5.3.0-14.15) eoan; urgency=medium + + * eoan/linux: 5.3.0-14.15 -proposed tracker (LP: #1845728) + + * Drop i386 build for 19.10 (LP: #1845714) + - [Debian] Remove support for producing i386 kernels + - [Debian] Don't use CROSS_COMPILE for i386 configs + + * udevadm trigger will fail when trying to add /sys/devices/vio/ + (LP: #1845572) + - SAUCE: powerpc/vio: drop bus_type from parent device + + * Trying to online dasd drive results in invalid input/output from the kernel + on z/VM (LP: #1845323) + - SAUCE: s390/dasd: Fix error handling during online processing + + * intel-lpss driver conflicts with write-combining MTRR region (LP: #1845584) + - SAUCE: mfd: intel-lpss: add quirk for Dell XPS 13 7390 2-in-1 + + * Support Hi1620 zip hw accelerator (LP: #1845355) + - [Config] Enable HiSilicon QM/ZIP as modules + - crypto: hisilicon - add queue management driver for HiSilicon QM module + - crypto: hisilicon - add hardware SGL support + - crypto: hisilicon - add HiSilicon ZIP accelerator support + - crypto: hisilicon - add SRIOV support for ZIP + - Documentation: Add debugfs doc for hisi_zip + - crypto: hisilicon - add debugfs for ZIP and QM + - MAINTAINERS: add maintainer for HiSilicon QM and ZIP controller driver + - crypto: hisilicon - fix kbuild warnings + - crypto: hisilicon - add dependency for CRYPTO_DEV_HISI_ZIP + - crypto: hisilicon - init curr_sgl_dma to fix compile warning + - crypto: hisilicon - add missing single_release + - crypto: hisilicon - fix error handle in hisi_zip_create_req_q + - crypto: hisilicon - Fix warning on printing %p with dma_addr_t + - crypto: hisilicon - Fix return value check in hisi_zip_acompress() + - crypto: hisilicon - avoid unused function warning + + * SafeSetID LSM should be built but disabled by default (LP: #1845391) + - LSM: SafeSetID: Stop releasing uninitialized ruleset + - [Config] Build SafeSetID LSM but don't enable it by default + + * CONFIG_LSM should not specify loadpin since it is not built (LP: #1845383) + - [Config] loadpin shouldn't be in CONFIG_LSM + + * Add new pci-id's for CML-S, ICL (LP: #1845317) + - drm/i915/icl: Add missing device ID + - drm/i915/cml: Add Missing PCI IDs + + * Thunderbolt support for ICL (LP: #1844680) + - thunderbolt: Correct path indices for PCIe tunnel + - thunderbolt: Move NVM upgrade support flag to struct icm + - thunderbolt: Use 32-bit writes when writing ring producer/consumer + - thunderbolt: Do not fail adding switch if some port is not implemented + - thunderbolt: Hide switch attributes that are not set + - thunderbolt: Expose active parts of NVM even if upgrade is not supported + - thunderbolt: Add support for Intel Ice Lake + - ACPI / property: Add two new Thunderbolt property GUIDs to the list + + * Ubuntu 19.10 - Additional PCI patch and fix (LP: #1844668) + - s390/pci: fix MSI message data + + * Enhanced Hardware Support - Finalize Naming (LP: #1842774) + - s390: add support for IBM z15 machines + - [Config] CONFIG_MARCH_Z15=n, CONFIG_TUNE_Z15=n + + * Eoan update: v5.3.1 upstream stable release (LP: #1845642) + - USB: usbcore: Fix slab-out-of-bounds bug during device reset + - media: tm6000: double free if usb disconnect while streaming + - phy: renesas: rcar-gen3-usb2: Disable clearing VBUS in over-current + - ip6_gre: fix a dst leak in ip6erspan_tunnel_xmit + - net/sched: fix race between deactivation and dequeue for NOLOCK qdisc + - net_sched: let qdisc_put() accept NULL pointer + - udp: correct reuseport selection with connected sockets + - xen-netfront: do not assume sk_buff_head list is empty in error handling + - net: dsa: Fix load order between DSA drivers and taggers + - net: stmmac: Hold rtnl lock in suspend/resume callbacks + - KVM: coalesced_mmio: add bounds checking + - Documentation: sphinx: Add missing comma to list of strings + - firmware: google: check if size is valid when decoding VPD data + - serial: sprd: correct the wrong sequence of arguments + - tty/serial: atmel: reschedule TX after RX was started + - nl80211: Fix possible Spectre-v1 for CQM RSSI thresholds + - Revert "arm64: Remove unnecessary ISBs from set_{pte,pmd,pud}" + - ovl: fix regression caused by overlapping layers detection + - phy: qcom-qmp: Correct ready status, again + - floppy: fix usercopy direction + - media: technisat-usb2: break out of loop at end of buffer + - Linux 5.3.1 + + * ZFS kernel modules lack debug symbols (LP: #1840704) + - [Debian]: Remove hardcoded $(pkgdir) in debug symbols handling + - [Debian]: Handle debug symbols for modules in extras too + - [Debian]: Check/link modules with debug symbols after DKMS modules + - [Debian]: Warn about modules without debug symbols + - [Debian]: dkms-build: new parameter for debug package directory + - [Debian]: dkms-build: zfs: support for debug symbols + - [Debian]: dkms-build: Avoid executing post-processor scripts twice + - [Debian]: dkms-build: Move zfs special-casing into configure script + + * /proc/self/maps paths missing on live session (was vlc won't start; eoan + 19.10 & bionic 18.04 ubuntu/lubuntu/kubuntu/xubuntu/ubuntu-mate dailies) + (LP: #1842382) + - SAUCE: Revert "UBUNTU: SAUCE: shiftfs: enable overlayfs on shiftfs" + + -- Seth Forshee Fri, 27 Sep 2019 16:08:06 -0500 + +linux (5.3.0-13.14) eoan; urgency=medium + + * eoan/linux: 5.3.0-13.14 -proposed tracker (LP: #1845105) + + * Packaging resync (LP: #1786013) + - [Packaging] update helper scripts + + * Miscellaneous Ubuntu changes + - [Debian] Remove binutils-dev build dependency + + -- Seth Forshee Mon, 23 Sep 2019 19:26:43 -0500 + +linux (5.3.0-12.13) eoan; urgency=medium + + * Change kernel compression method to improve boot speed (LP: #1840934) + - [Packaging] Add lz4 build dependency for s390x + + * Miscellaneous Ubuntu changes + - SAUCE: Remove spl and zfs source + + -- Seth Forshee Tue, 17 Sep 2019 13:36:26 +0200 + +linux (5.3.0-11.12) eoan; urgency=medium + + * eoan/linux: 5.3.0-11.12 -proposed tracker (LP: #1844144) + + * Suspend to RAM(S3) does not wake up for latest megaraid and mpt3sas + adapters(SAS3.5 onwards) (LP: #1838751) + - PCI: Restore Resizable BAR size bits correctly for 1MB BARs + + * s390/setup: Actually init kernel lock down (LP: #1843961) + - SAUCE: (lockdown) s390/setup: Actually init kernel lock down + + * cherrypick has_sipl fix (LP: #1843960) + - SAUCE: s390/sclp: Fix bit checked for has_sipl + + * Change kernel compression method to improve boot speed (LP: #1840934) + - [Config]: Switch kernel compression from LZO to LZ4 on s390x + + * Installation fails on eoan/PowerVM : missing /dev/nvram (LP: #1837726) + - [Config] CONFIG_NVRAM=y for ppc64el + + * Miscellaneous Ubuntu changes + - [Config]: remove nvram from ppc64el modules ABI + - [Config] Update annotations for recent config changes + - SAUCE: sched: Add __ASSEMBLY__ guards around struct clone_args + - SAUCE: i2c: qcom-geni: Disable DMA processing on the Lenovo Yoga C630 + - SAUCE: arm64: dts: qcom: Add Lenovo Yoga C630 + - update dkms package versions + + [ Upstream Kernel Changes ] + + * Rebase to v5.3 + + -- Paolo Pisati Mon, 16 Sep 2019 16:18:27 +0200 + +linux (5.3.0-10.11) eoan; urgency=medium + + * eoan/linux: 5.3.0-10.11 -proposed tracker (LP: #1843232) + + * No sound inputs from the external microphone and headset on a Dell machine + (LP: #1842265) + - SAUCE: ALSA: hda - Expand pin_match function to match upcoming new tbls + - SAUCE: ALSA: hda - Define a fallback_pin_fixup_tbl for alc269 family + + * Horizontal corrupted line at top of screen caused by framebuffer compression + (LP: #1840236) + - SAUCE: drm/i915/fbc: disable framebuffer compression on IceLake + + * Add bpftool to linux-tools-common (LP: #1774815) + - [Debian] package bpftool in linux-tools-common + + * Miscellaneous Ubuntu changes + - update dkms package versions + + [ Upstream Kernel Changes ] + + * Rebase to v5.3-rc8 + + -- Paolo Pisati Mon, 09 Sep 2019 10:00:41 +0200 + +linux (5.3.0-9.10) eoan; urgency=medium + + * eoan/linux: 5.3.0-9.10 -proposed tracker (LP: #1842393) + + * shiftfs: mark kmem_cache as reclaimable (LP: #1842059) + - SAUCE: shiftfs: mark slab objects SLAB_RECLAIM_ACCOUNT + + * shiftfs: drop entries from cache on unlink (LP: #1841977) + - SAUCE: shiftfs: fix buggy unlink logic + + * Fix touchpad IRQ storm after S3 (LP: #1841396) + - pinctrl: intel: remap the pin number to gpio offset for irq enabled pin + + * Please include DTBs for arm64 laptops (LP: #1842050) + - arm64: dts: qcom: Add Lenovo Miix 630 + - arm64: dts: qcom: Add HP Envy x2 + - arm64: dts: qcom: Add Asus NovaGo TP370QL + + * Miscellaneous Ubuntu changes + - SAUCE: import aufs driver + - [Packaging]: ignore vbox modules when vbox is disabled + + [ Upstream Kernel Changes ] + + * Rebase to v5.3-rc7 + + -- Paolo Pisati Tue, 03 Sep 2019 10:27:33 +0200 + +linux (5.3.0-8.9) eoan; urgency=medium + + * Packaging resync (LP: #1786013) + - [Packaging] resync getabis + + * Change kernel compression method to improve boot speed (LP: #1840934) + - [Config] change kernel compression method to improve boot speed + - [Packaging] add build dependencies for compression algorithms + + * realtek r8822be kernel module fails after update to linux kernel-headers + 5.0.0-21 (LP: #1838133) + - rtw88: Fix misuse of GENMASK macro + - rtw88: pci: Rearrange the memory usage for skb in RX ISR + - rtw88: pci: Use DMA sync instead of remapping in RX ISR + - rtw88: debug: dump tx power indexes in use + - rtw88: use txpwr_lmt_cfg_pair struct, not arrays + - rtw88: pci: remove set but not used variable 'ip_sel' + - rtw88: allow c2h operation in irq context + - rtw88: enclose c2h cmd handle with mutex + - rtw88: add BT co-existence support + - SAUCE: rtw88: pci: enable MSI interrupt + + * VIMC module not available (CONFIG_VIDEO_VIMC not set) (LP: #1831482) + - [Config] Enable VIMC module + + * Goodix touchpad may drop first input event (LP: #1840075) + - Revert "UBUNTU: SAUCE: i2c: designware: add G3 3590 into i2c quirk" + - Revert "UBUNTU: SAUCE: i2c: designware: add Inpiron 7591 into i2c quirk" + - Revert "UBUNTU: SAUCE: i2c: designware: add Inpiron/Vostro 7590 into i2c + quirk" + - Revert "UBUNTU: SAUCE: i2c: designware: Add disable runtime pm quirk" + - mfd: intel-lpss: Remove D3cold delay + + * Include Sunix serial/parallel driver (LP: #1826716) + - serial: 8250_pci: Add support for Sunix serial boards + - parport: parport_serial: Add support for Sunix Multi I/O boards + + * enable lockdown on s390x when Secure IPL is performed (LP: #1839622) + - SAUCE: (lockdown) s390/ipl: lockdown kernel when booted secure + - Ubuntu: [Config] Enable CONFIG_LOCK_DOWN_KERNEL on s390x. + + * UBUNTU: SAUCE: shiftfs: pass correct point down (LP: #1837231) + - SAUCE: shiftfs: pass correct point down + + * shiftfs: add O_DIRECT support (LP: #1837223) + - SAUCE: shiftfs: add O_DIRECT support + + * Miscellaneous Ubuntu changes + - [Config] enable secureboot signing on s390x + - [Config] CONFIG_TEST_BLACKHOLE_DEV=m + - SAUCE: selftests: fib_tests: assign address to dummy1 for rp_filter tests + - [Debian] disable dkms builds for autopktest rebuilds + - update dkms package versions + - [Config] updateconfigs after v5.3-rc6 rebase + + [ Upstream Kernel Changes ] + + * Rebase to v5.3-rc5 + + -- Paolo Pisati Mon, 26 Aug 2019 10:09:42 +0200 + +linux (5.3.0-7.8) eoan; urgency=medium + + * Packaging resync (LP: #1786013) + - [Packaging] resync getabis + + * Miscellaneous Ubuntu changes + - [Config] updateconfigs after v5.3-rc5 rebase + - remove missing module after updateconfigs + + [ Upstream Kernel Changes ] + + * Rebase to v5.3-rc5 + + -- Paolo Pisati Mon, 19 Aug 2019 15:31:24 +0200 + +linux (5.3.0-6.7) eoan; urgency=medium + + * Miscellaneous Ubuntu changes + - SAUCE: selftests/bpf: prevent headers to be compiled as C code + + -- Seth Forshee Wed, 14 Aug 2019 13:25:01 -0500 + +linux (5.3.0-5.6) eoan; urgency=medium + + * Miscellaneous Ubuntu changes + - update dkms package versions + - [Config] enable zfs build + + -- Seth Forshee Tue, 13 Aug 2019 09:16:06 -0500 + +linux (5.3.0-4.5) eoan; urgency=medium + + * Packaging resync (LP: #1786013) + - [Packaging] resync getabis + - [Packaging] update helper scripts + + * bcache: bch_allocator_thread(): hung task timeout (LP: #1784665) // Tight + timeout for bcache removal causes spurious failures (LP: #1796292) + - SAUCE: bcache: fix deadlock in bcache_allocator + + * shiftfs: allow overlayfs (LP: #1838677) + - SAUCE: shiftfs: enable overlayfs on shiftfs + + * Miscellaneous Ubuntu changes + - SAUCE: Revert "kbuild: modpost: do not parse unnecessary rules for vmlinux + modpost" + - update dkms package versions + - enable nvidia dkms build + + [ Upstream Kernel Changes ] + + * Rebase to v5.3-rc4 + + -- Seth Forshee Mon, 12 Aug 2019 10:41:27 -0500 + +linux (5.3.0-3.4) eoan; urgency=medium + + * Miscellaneous Ubuntu changes + - update dkms package versions + - SAUCE: aufs: add "WITH Linux-syscall-note" to SPDX tag of uapi headers + - [Config] add mux-* to modules.ignore + + [ Upstream Kernel Changes ] + + * Rebase to v5.3-rc3 + + -- Paolo Pisati Mon, 05 Aug 2019 18:17:09 +0200 + +linux (5.3.0-2.3) eoan; urgency=medium + + * Miscellaneous Ubuntu changes + - [Packaging] add build dependincy on fontconfig + + -- Seth Forshee Mon, 29 Jul 2019 12:18:46 -0400 + +linux (5.3.0-1.2) eoan; urgency=medium + + * System does not auto detect disconnection of external monitor (LP: #1835001) + - SAUCE: drm/i915: Add support for retrying hotplug + - SAUCE: drm/i915: Enable hotplug retry + + * Please enable CONFIG_SCSI_UFS_QCOM as a module on arm64 (LP: #1837332) + - [Config] Enable CONFIG_SCSI_UFS_QCOM as a module on arm64. + + * Add arm64 CONFIG_ARCH_MESON=y and related configs Edit (LP: #1820530) + - [Config] enable ARCH_MESON + - remove missing module + - [Config] update annotations after enabling ARCH_MESON for arm64 + + * Miscellaneous Ubuntu changes + - SAUCE: KVM: PPC: comment implicit fallthrough + - update dkms package versions + - [Config] enable vbox dkms build + + [ Upstream Kernel Changes ] + + * Rebase to v5.3-rc2 + + -- Seth Forshee Sun, 28 Jul 2019 23:10:16 -0400 + +linux (5.3.0-0.1) eoan; urgency=medium + + * Packaging resync (LP: #1786013) + - [Packaging] resync git-ubuntu-log + + * Miscellaneous Ubuntu changes + - SAUCE: (efi-lockdown) Add the ability to lock down access to the running + kernel image + - SAUCE: (efi-lockdown) Enforce module signatures if the kernel is locked down + - SAUCE: (efi-lockdown) Restrict /dev/{mem,kmem,port} when the kernel is + locked down + - SAUCE: (efi-lockdown) kexec_load: Disable at runtime if the kernel is locked + down + - SAUCE: (efi-lockdown) Copy secure_boot flag in boot params across kexec + reboot + - SAUCE: (efi-lockdown) kexec_file: split KEXEC_VERIFY_SIG into KEXEC_SIG and + KEXEC_SIG_FORCE + - SAUCE: (efi-lockdown) kexec_file: Restrict at runtime if the kernel is + locked down + - SAUCE: (efi-lockdown) hibernate: Disable when the kernel is locked down + - SAUCE: (efi-lockdown) uswsusp: Disable when the kernel is locked down + - SAUCE: (efi-lockdown) PCI: Lock down BAR access when the kernel is locked + down + - SAUCE: (efi-lockdown) x86: Lock down IO port access when the kernel is + locked down + - SAUCE: (efi-lockdown) x86/msr: Restrict MSR access when the kernel is locked + down + - SAUCE: (efi-lockdown) ACPI: Limit access to custom_method when the kernel is + locked down + - SAUCE: (efi-lockdown) acpi: Ignore acpi_rsdp kernel param when the kernel + has been locked down + - SAUCE: (efi-lockdown) acpi: Disable ACPI table override if the kernel is + locked down + - SAUCE: (efi-lockdown) acpi: Disable APEI error injection if the kernel is + locked down + - SAUCE: (efi-lockdown) Prohibit PCMCIA CIS storage when the kernel is locked + down + - SAUCE: (efi-lockdown) Lock down TIOCSSERIAL + - SAUCE: (efi-lockdown) Lock down module params that specify hardware + parameters (eg. ioport) + - SAUCE: (efi-lockdown) x86/mmiotrace: Lock down the testmmiotrace module + - SAUCE: (efi-lockdown) Lock down /proc/kcore + - SAUCE: (efi-lockdown) Lock down kprobes + - SAUCE: (efi-lockdown) bpf: Restrict kernel image access functions when the + kernel is locked down + - SAUCE: (efi-lockdown) Lock down perf + - SAUCE: (efi-lockdown) debugfs: Restrict debugfs when the kernel is locked + down + - SAUCE: (efi-lockdown) lockdown: Print current->comm in restriction messages + - SAUCE: (efi-lockdown) kexec: Allow kexec_file() with appropriate IMA policy + when locked down + - SAUCE: (efi-lockdown) Add a SysRq option to lift kernel lockdown + - SAUCE: (efi-lockdown) debugfs: avoid EPERM when no open file operation + defined + - SAUCE: (efi-lockdown) Make get_cert_list() not complain about cert lists + that aren't present. + - SAUCE: (efi-lockdown) Add efi_status_to_str() and rework + efi_status_to_err(). + - SAUCE: (efi-lockdown) Make get_cert_list() use efi_status_to_str() to print + error messages. + - SAUCE: (efi-lockdown) efi: Add an EFI_SECURE_BOOT flag to indicate secure + boot mode + - SAUCE: (efi-lockdown) efi: Lock down the kernel if booted in secure boot + mode + - SAUCE: (efi-lockdown) KEYS: Make use of platform keyring for module + signature verify + - SAUCE: (efi-lockdown) efi: Sanitize boot_params in efi stub + - SAUCE: (efi-lockdown) furter KEXEC_VERIFY_SIG -> KEXEC_SIG updates + - SAUCE: (efi-lockdown) arm64: add kernel config option to lock down when in + Secure Boot mode + - SAUCE: import aufs driver + - SAUCE: aufs: rwsem owner changed to atmoic_long_t in 5.3 + - [Config] disable zfs dkms build + - [Config] disable nvidia dkms build + - [Config] disable vbox dkms build + - SAUCE: perf diff: use llabs for s64 vaules + + [ Upstream Kernel Changes ] + + * Rebase to v5.3-rc1 + + -- Seth Forshee Tue, 23 Jul 2019 21:45:44 -0500 + +linux (5.3.0-0.0) eoan; urgency=medium + + * Dummy entry. + + -- Seth Forshee Mon, 22 Jul 2019 10:19:04 -0500 + +linux (5.2.0-9.10) eoan; urgency=medium + + * Packaging resync (LP: #1786013) + - [Packaging] update helper scripts + + * input/mouse: alps trackpoint-only device doesn't work (LP: #1836752) + - SAUCE: Input: alps - don't handle ALPS cs19 trackpoint-only device + - SAUCE: Input: alps - fix a mismatch between a condition check and its + comment + + * System does not auto detect disconnection of external monitor (LP: #1835001) + - SAUCE: drm/i915: Add support for retrying hotplug + - SAUCE: drm/i915: Enable hotplug retry + + * alsa/hdmi: add icelake hdmi audio support for a Dell machine (LP: #1836916) + - SAUCE: ALSA: hda/hdmi - Remove duplicated define + - SAUCE: ALSA: hda/hdmi - Fix i915 reverse port/pin mapping + + * First click on Goodix touchpad doesn't be recognized after runtime suspended + (LP: #1836836) + - SAUCE: i2c: designware: add G3 3590 into i2c quirk + + * ixgbe{vf} - Physical Function gets IRQ when VF checks link state + (LP: #1836760) + - ixgbevf: Use cached link state instead of re-reading the value for ethtool + + * Doing multiple squashfs (and other loop?) mounts in parallel breaks + (LP: #1836914) + - SAUCE: Revert "loop: Don't change loop device under exclusive opener" + + * hibmc-drm Causes Unreadable Display for Huawei amd64 Servers (LP: #1762940) + - SAUCE: Make CONFIG_DRM_HISI_HIBMC depend on ARM64 + - [Config] Set CONFIG_DRM_HISI_HIBMC to arm64 only + - [Config] add hibmc-drm to modules.ignore + + * hda/realtek: can't detect external mic on a Dell machine (LP: #1836755) + - ALSA: hda/realtek: apply ALC891 headset fixup to one Dell machine + + * Enable Armada SOCs and MVPP2 NIC driver for disco/generic arm64 + (LP: #1835054) + - [Config] Enable Armada SOCs and MVPP2 NIC driver for disco/generic arm64 + + * Unhide Nvidia HDA audio controller (LP: #1836308) + - PCI: Enable NVIDIA HDA controllers + + * Intel ethernet I219 may wrongly detect connection speed as 10Mbps + (LP: #1836177) + - e1000e: Make watchdog use delayed work + + * Sometimes touchpad(goodix) can't use tap function (LP: #1836020) + - SAUCE: i2c: designware: add Inpiron/Vostro 7590 into i2c quirk + - SAUCE: i2c: designware: add Inpiron 7591 into i2c quirk + + * Intel ethernet I219 has slow RX speed (LP: #1836152) + - e1000e: add workaround for possible stalled packet + - e1000e: disable force K1-off feature + + * bcache: risk of data loss on I/O errors in backing or caching devices + (LP: #1829563) + - Revert "bcache: set CACHE_SET_IO_DISABLE in bch_cached_dev_error()" + + * bnx2x driver causes 100% CPU load (LP: #1832082) + - bnx2x: Prevent ptp_task to be rescheduled indefinitely + + * fcf-protection=none patch with new version + - Revert "UBUNTU: SAUCE: kbuild: add -fcf-protection=none to retpoline flags" + - SAUCE: kbuild: add -fcf-protection=none when using retpoline flags + + * CVE-2019-12614 + - powerpc/pseries/dlpar: Fix a missing check in dlpar_parse_cc_property() + + * Eoan update: v5.2.1 upstream stable release (LP: #1836622) + - crypto: lrw - use correct alignmask + - crypto: talitos - rename alternative AEAD algos. + - fscrypt: don't set policy for a dead directory + - udf: Fix incorrect final NOT_ALLOCATED (hole) extent length + - media: stv0297: fix frequency range limit + - ALSA: usb-audio: Fix parse of UAC2 Extension Units + - ALSA: hda/realtek - Headphone Mic can't record after S3 + - tpm: Actually fail on TPM errors during "get random" + - tpm: Fix TPM 1.2 Shutdown sequence to prevent future TPM operations + - block: fix .bi_size overflow + - block, bfq: NULL out the bic when it's no longer valid + - perf intel-pt: Fix itrace defaults for perf script + - perf auxtrace: Fix itrace defaults for perf script + - perf intel-pt: Fix itrace defaults for perf script intel-pt documentation + - perf pmu: Fix uncore PMU alias list for ARM64 + - perf thread-stack: Fix thread stack return from kernel for kernel-only case + - perf header: Assign proper ff->ph in perf_event__synthesize_features() + - x86/ptrace: Fix possible spectre-v1 in ptrace_get_debugreg() + - x86/tls: Fix possible spectre-v1 in do_get_thread_area() + - Documentation: Add section about CPU vulnerabilities for Spectre + - Documentation/admin: Remove the vsyscall=native documentation + - mwifiex: Don't abort on small, spec-compliant vendor IEs + - USB: serial: ftdi_sio: add ID for isodebug v1 + - USB: serial: option: add support for GosunCn ME3630 RNDIS mode + - Revert "serial: 8250: Don't service RX FIFO if interrupts are disabled" + - p54usb: Fix race between disconnect and firmware loading + - usb: gadget: f_fs: data_len used before properly set + - usb: gadget: ether: Fix race between gether_disconnect and rx_submit + - usb: dwc2: use a longer AHB idle timeout in dwc2_core_reset() + - usb: renesas_usbhs: add a workaround for a race condition of workqueue + - drivers/usb/typec/tps6598x.c: fix portinfo width + - drivers/usb/typec/tps6598x.c: fix 4CC cmd write + - p54: fix crash during initialization + - staging: comedi: dt282x: fix a null pointer deref on interrupt + - staging: wilc1000: fix error path cleanup in wilc_wlan_initialize() + - staging: bcm2835-camera: Restore return behavior of ctrl_set_bitrate() + - staging: comedi: amplc_pci230: fix null pointer deref on interrupt + - staging: mt7621-pci: fix PCIE_FTS_NUM_LO macro + - HID: Add another Primax PIXART OEM mouse quirk + - lkdtm: support llvm-objcopy + - binder: fix memory leak in error path + - binder: return errors from buffer copy functions + - iio: adc: stm32-adc: add missing vdda-supply + - coresight: Potential uninitialized variable in probe() + - coresight: etb10: Do not call smp_processor_id from preemptible + - coresight: tmc-etr: Do not call smp_processor_id() from preemptible + - coresight: tmc-etr: alloc_perf_buf: Do not call smp_processor_id from + preemptible + - coresight: tmc-etf: Do not call smp_processor_id from preemptible + - carl9170: fix misuse of device driver API + - Revert "x86/build: Move _etext to actual end of .text" + - VMCI: Fix integer overflow in VMCI handle arrays + - staging: vchiq_2835_arm: revert "quit using custom down_interruptible()" + - staging: vchiq: make wait events interruptible + - staging: vchiq: revert "switch to wait_for_completion_killable" + - staging: fsl-dpaa2/ethsw: fix memory leak of switchdev_work + - staging: bcm2835-camera: Replace spinlock protecting context_map with mutex + - staging: bcm2835-camera: Ensure all buffers are returned on disable + - staging: bcm2835-camera: Remove check of the number of buffers supplied + - staging: bcm2835-camera: Handle empty EOS buffers whilst streaming + - staging: rtl8712: reduce stack usage, again + - Linux 5.2.1 + - [Config] updateconfigs after v5.2.1 stable update + + * fcf-protection=none patch with upstream version + - Revert "UBUNTU: SAUCE: add -fcf-protection=none to retpoline flags" + - SAUCE: kbuild: add -fcf-protection=none to retpoline flags + + * Miscellaneous Ubuntu changes + - SAUCE: selftests/ftrace: avoid failure when trying to probe a notrace + function + - SAUCE: selftests/powerpc/ptrace: fix build failure + - update dkms package versions + - [Packaging] add zlua to zfs-modules.ignore + - update dkms package versions + + -- Seth Forshee Fri, 19 Jul 2019 15:04:45 -0500 + +linux (5.2.0-8.9) eoan; urgency=medium + + * linux: 5.2.0-8.9 -proposed tracker (LP: #1835700) + + * Miscellaneous Ubuntu changes + - [Packaging] replace zfs and spl build with zfs 0.8.1-1ubuntu1 + - SAUCE: test_bpf: remove expected fail for Ctx heavy transformations test on + s390 + - SAUCE: add -fcf-protection=none to retpoline flags + - SAUCE: usbip: ensure strings copied using strncpy are null-terminated + - SAUCE: usbip: add -Wno-address-of-packed-member to EXTRA_CFLAGS + - SAUCE: perf jvmti: ensure strncpy result is null-terminated + - update dkms package versions + - add removed zfs modules to modules.ignore + + [ Upstream Kernel Changes ] + + * Rebase to v5.2 + + -- Seth Forshee Mon, 08 Jul 2019 07:13:41 -0500 + +linux (5.2.0-7.8) eoan; urgency=medium + + * Kernel panic upon resetting ixgbe SR-IOV VFIO virtual function using 5.0 + kernel (LP: #1829652) + - SAUCE: ixgbe: Avoid NULL pointer dereference with VF on non-IPsec hw + + * Hi1620 driver updates from upstream 5.2 merge window (LP: #1830815) + - net: hns3: initialize CPU reverse mapping + - net: hns3: refine the flow director handle + - net: hns3: add aRFS support for PF + - net: hns3: fix for FEC configuration + - RDMA/hns: Remove unnecessary print message in aeq + - RDMA/hns: Update CQE specifications + - RDMA/hns: Move spin_lock_irqsave to the correct place + - RDMA/hns: Remove jiffies operation in disable interrupt context + - RDMA/hns: Replace magic numbers with #defines + - net: hns3: fix compile warning without CONFIG_RFS_ACCEL + - net: hns3: fix for HNS3_RXD_GRO_SIZE_M macro + - net: hns3: add support for dump firmware statistics by debugfs + - net: hns3: use HCLGE_STATE_NIC_REGISTERED to indicate PF NIC client has + registered + - net: hns3: use HCLGE_STATE_ROCE_REGISTERED to indicate PF ROCE client has + registered + - net: hns3: use HCLGEVF_STATE_NIC_REGISTERED to indicate VF NIC client has + registered + - net: hns3: modify hclge_init_client_instance() + - net: hns3: modify hclgevf_init_client_instance() + - net: hns3: add handshake with hardware while doing reset + - net: hns3: stop schedule reset service while unloading driver + - net: hns3: adjust hns3_uninit_phy()'s location in the hns3_client_uninit() + - net: hns3: fix a memory leak issue for hclge_map_unmap_ring_to_vf_vector + - RDMA/hns: Bugfix for posting multiple srq work request + - net: hns3: remove redundant core reset + - net: hns3: don't configure new VLAN ID into VF VLAN table when it's full + - net: hns3: fix VLAN filter restore issue after reset + - net: hns3: set the port shaper according to MAC speed + - net: hns3: add a check to pointer in error_detected and slot_reset + - net: hns3: set ops to null when unregister ad_dev + - net: hns3: add handling of two bits in MAC tunnel interrupts + - net: hns3: remove setting bit of reset_requests when handling mac tunnel + interrupts + - net: hns3: add opcode about query and clear RAS & MSI-X to special opcode + - net: hns3: delay and separate enabling of NIC and ROCE HW errors + - RDMA/hns: fix inverted logic of readl read and shift + - RDMA/hns: Bugfix for filling the sge of srq + - net: hns3: log detail error info of ROCEE ECC and AXI errors + - net: hns3: fix wrong size of mailbox responding data + - net: hns3: make HW GRO handling compliant with SW GRO + - net: hns3: replace numa_node_id with numa_mem_id for buffer reusing + - net: hns3: refactor hns3_get_new_int_gl function + - net: hns3: trigger VF reset if a VF has an over_8bd_nfe_err + - net: hns3: delete the redundant user NIC codes + - net: hns3: small changes for magic numbers + - net: hns3: use macros instead of magic numbers + - net: hns3: refactor PF/VF RSS hash key configuration + - net: hns3: some modifications to simplify and optimize code + - net: hns3: fix some coding style issues + - net: hns3: delay setting of reset level for hw errors until slot_reset is + called + - net: hns3: fix avoid unnecessary resetting for the H/W errors which do not + require reset + - net: hns3: process H/W errors occurred before HNS dev initialization + - net: hns3: add recovery for the H/W errors occurred before the HNS dev + initialization + - net: hns3: some changes of MSI-X bits in PPU(RCB) + - net: hns3: extract handling of mpf/pf msi-x errors into functions + - net: hns3: clear restting state when initializing HW device + - net: hns3: free irq when exit from abnormal branch + - net: hns3: fix for dereferencing before null checking + - net: hns3: fix for skb leak when doing selftest + - net: hns3: delay ring buffer clearing during reset + - net: hns3: some variable modification + - net: hns3: fix dereference of ae_dev before it is null checked + - scsi: hisi_sas: Delete PHY timers when rmmod or probe failed + - scsi: hisi_sas: Fix the issue of argument mismatch of printing ecc errors + - scsi: hisi_sas: Reduce HISI_SAS_SGE_PAGE_CNT in size + - scsi: hisi_sas: Change the type of some numbers to unsigned + - scsi: hisi_sas: Ignore the error code between phy down to phy up + - scsi: hisi_sas: Disable stash for v3 hw + - net: hns3: Add missing newline at end of file + - RDMa/hns: Don't stuck in endless timeout loop + + * Sometimes touchpad automatically trigger double click (LP: #1833484) + - SAUCE: i2c: designware: Add disable runtime pm quirk + + * Add pointstick support on HP ZBook 17 G5 (LP: #1833387) + - Revert "HID: multitouch: Support ALPS PTP stick with pid 0x120A" + + * depmod may prefer unsigned l-r-m nvidia modules to signed modules + (LP: #1834479) + - [Packaging] dkms-build--nvidia-N -- clean up unsigned ko files + + * Miscellaneous Ubuntu changes + - SAUCE: selftests/powerpc: disable signal_fuzzer test + + [ Upstream Kernel Changes ] + + * Rebase to v5.2-rc7 + + -- Seth Forshee Mon, 01 Jul 2019 07:22:18 -0500 + +linux (5.2.0-6.7) eoan; urgency=medium + + * hinic: fix oops due to race in set_rx_mode (LP: #1832048) + - hinic: fix a bug in set rx mode + + * Miscellaneous Ubuntu changes + - rebase to v5.2-rc6 + + [ Upstream Kernel Changes ] + + * Rebase to v5.2-rc6 + + -- Seth Forshee Sun, 23 Jun 2019 23:36:11 -0500 + +linux (5.2.0-5.6) eoan; urgency=medium + + * QCA9377 isn't being recognized sometimes (LP: #1757218) + - SAUCE: USB: Disable USB2 LPM at shutdown + + * shiftfs: allow changing ro/rw for subvolumes (LP: #1832316) + - SAUCE: shiftfs: allow changing ro/rw for subvolumes + + * Miscellaneous Ubuntu changes + - update dkms package versions + - [Packaging] replace nvidia-418 dkms build with nvidia-430 + - SAUCE: import aufs driver + + [ Upstream Kernel Changes ] + + * Rebase to v5.2-rc5 + + -- Seth Forshee Mon, 17 Jun 2019 15:04:12 -0500 + +linux (5.2.0-4.5) eoan; urgency=medium + + * arm64: cma_alloc errors at boot (LP: #1823753) + - [Config] Bump CMA_SIZE_MBYTES to 32 on arm64 + - dma-contiguous: add dma_{alloc,free}_contiguous() helpers + - dma-contiguous: use fallback alloc_pages for single pages + - dma-contiguous: fix !CONFIG_DMA_CMA version of dma_{alloc, + free}_contiguous() + + * Miscellaneous Ubuntu changes + - [Config] CONFIG_MFD_TQMX86=n for s390x + - [Config] CONFIG_GPIO_AMD_FCH=n for s390x + - [Config] CONFIG_BACKLIGHT_CLASS_DEVICE=n on s390x + - [Config] CONFIG_LCD_CLASS_DEVICE=n for s390x + - [Config] CONFIG_DRM_ETNAVIV=m for armhf generic-lpae + - [Config] CONFIG_DRM_NOUVEAU_SVM=n + - [Config] CONFIG_HWMON=n for s390x + - [Config] CONFIG_NEW_LEDS=n for s390x + - [Config] CONFIG_MTD_NAND_OMAP2=y for armhf + - [Config] CONFIG_VOP_BUS=n for non-amd64 arches + - [Config] CONFIG_TI_CPSW_PHY_SEL=n + - [Config] CONFIG_INTERCONNECT=n for s390x + - [Config] CONFIG_SCSI_GDTH=n for s390x + - [Config] CONFIG_PACKING=n for s390x + - [Config] CONFIG_ARCH_MILBEAUT=y for armhf + - [Config] update annotations following config review + - update dkms package versions + - [Config] enable nvidia dkms build + + [ Upstream Kernel Changes ] + + * Rebase to v5.2-rc4 + + -- Seth Forshee Mon, 10 Jun 2019 07:00:11 -0500 + +linux (5.2.0-3.4) eoan; urgency=medium + + * [18.04/18.10] File libperf-jvmti.so is missing in linux-tools-common deb on + Ubuntu (LP: #1761379) + - [Packaging] Support building libperf-jvmti.so + + * Miscellaneous Ubuntu changes + - SAUCE: Revert "bpf, selftest: test global data/bss/rodata sections" + - update dkms package versions + - [Config] enable zfs + - rebase to v5.2-rc3 + + [ Upstream Kernel Changes ] + + * Rebase to v5.2-rc3 + + -- Seth Forshee Sun, 02 Jun 2019 21:48:50 -0500 + +linux (5.2.0-2.3) eoan; urgency=medium + + * Miscellaneous Ubuntu changes + - SAUCE: perf arm64: Fix mksyscalltbl when system kernel headers are ahead of + the kernel + + -- Seth Forshee Tue, 28 May 2019 07:12:39 -0500 + +linux (5.2.0-1.2) eoan; urgency=medium + + * Miscellaneous Ubuntu changes + - [Config] CONFIG_INTEGRITY_PLATFORM_KEYRING=y + - update dkms package versions + - [Config] enable vbox dkms build + - update dkms package versions + + [ Upstream Kernel Changes ] + + * Rebase to v5.2-rc2 + + -- Seth Forshee Mon, 27 May 2019 21:11:27 -0500 + +linux (5.2.0-0.1) eoan; urgency=medium + + * Miscellaneous Ubuntu changes + - SAUCE: import aufs driver + - [Packaging] disable ZFS + - [Packaging] disable nvidia + - [Packaging] dkms-build -- expand paths searched for make.log files + - add virtualbox-guest-dkms dkms package build + - enable vbox dkms build for amd64 and i386 + - update dkms package versions + - SAUCE: (efi-lockdown) Add the ability to lock down access to the running + kernel image + - SAUCE: (efi-lockdown) Enforce module signatures if the kernel is locked down + - SAUCE: (efi-lockdown) Restrict /dev/{mem,kmem,port} when the kernel is + locked down + - SAUCE: (efi-lockdown) kexec_load: Disable at runtime if the kernel is locked + down + - SAUCE: (efi-lockdown) Copy secure_boot flag in boot params across kexec + reboot + - SAUCE: (efi-lockdown) kexec_file: split KEXEC_VERIFY_SIG into KEXEC_SIG and + KEXEC_SIG_FORCE + - SAUCE: (efi-lockdown) kexec_file: Restrict at runtime if the kernel is + locked down + - SAUCE: (efi-lockdown) hibernate: Disable when the kernel is locked down + - SAUCE: (efi-lockdown) uswsusp: Disable when the kernel is locked down + - SAUCE: (efi-lockdown) PCI: Lock down BAR access when the kernel is locked + down + - SAUCE: (efi-lockdown) x86: Lock down IO port access when the kernel is + locked down + - SAUCE: (efi-lockdown) x86/msr: Restrict MSR access when the kernel is locked + down + - SAUCE: (efi-lockdown) ACPI: Limit access to custom_method when the kernel is + locked down + - SAUCE: (efi-lockdown) acpi: Ignore acpi_rsdp kernel param when the kernel + has been locked down + - SAUCE: (efi-lockdown) acpi: Disable ACPI table override if the kernel is + locked down + - SAUCE: (efi-lockdown) acpi: Disable APEI error injection if the kernel is + locked down + - SAUCE: (efi-lockdown) Prohibit PCMCIA CIS storage when the kernel is locked + down + - SAUCE: (efi-lockdown) Lock down TIOCSSERIAL + - SAUCE: (efi-lockdown) Lock down module params that specify hardware + parameters (eg. ioport) + - SAUCE: (efi-lockdown) x86/mmiotrace: Lock down the testmmiotrace module + - SAUCE: (efi-lockdown) Lock down /proc/kcore + - SAUCE: (efi-lockdown) Lock down kprobes + - SAUCE: (efi-lockdown) bpf: Restrict kernel image access functions when the + kernel is locked down + - SAUCE: (efi-lockdown) Lock down perf + - SAUCE: (efi-lockdown) debugfs: Restrict debugfs when the kernel is locked + down + - SAUCE: (efi-lockdown) lockdown: Print current->comm in restriction messages + - SAUCE: (efi-lockdown) kexec: Allow kexec_file() with appropriate IMA policy + when locked down + - SAUCE: (efi-lockdown) Make get_cert_list() not complain about cert lists + that aren't present. + - SAUCE: (efi-lockdown) Add efi_status_to_str() and rework + efi_status_to_err(). + - SAUCE: (efi-lockdown) Make get_cert_list() use efi_status_to_str() to print + error messages. + - SAUCE: (efi-lockdown) efi: Add an EFI_SECURE_BOOT flag to indicate secure + boot mode + - SAUCE: (efi-lockdown) efi: Lock down the kernel if booted in secure boot + mode + - SAUCE: (efi-lockdown) KEYS: Make use of platform keyring for module + signature verify + - SAUCE: (efi-lockdown) debugfs: avoid EPERM when no open file operation + defined + - SAUCE: (efi-lockdown) efi: Sanitize boot_params in efi stub + - SAUCE: (efi-lockdown) furter KEXEC_VERIFY_SIG -> KEXEC_SIG updates + - SAUCE: (efi-lockdown) arm64: add kernel config option to lock down when in + Secure Boot mode + - update dkms package versions + - [Config] disable vbox build + - SAUCE: s390: mark __cpacf_check_opcode() and cpacf_query_func() as + __always_inline + - SAUCE: IB/mlx5: use size_t instead of u64 when dividing + + [ Upstream Kernel Changes ] + + * Rebase to v5.2-rc1 + + -- Seth Forshee Tue, 21 May 2019 11:18:43 -0500 + +linux (5.2.0-0.0) eoan; urgency=medium + + * Dummy entry. + + -- Seth Forshee Tue, 21 May 2019 07:34:43 -0500 + +linux (5.1.0-2.2) eoan; urgency=medium + + * Packaging resync (LP: #1786013) + - [Packaging] resync git-ubuntu-log + + * Eoan update: v5.1.2 upstream stable release (LP: #1829050) + - x86/msr-index: Cleanup bit defines + - x86/speculation: Consolidate CPU whitelists + - x86/speculation/mds: Add basic bug infrastructure for MDS + - x86/speculation/mds: Add BUG_MSBDS_ONLY + - x86/kvm: Expose X86_FEATURE_MD_CLEAR to guests + - x86/speculation/mds: Add mds_clear_cpu_buffers() + - x86/speculation/mds: Clear CPU buffers on exit to user + - x86/kvm/vmx: Add MDS protection when L1D Flush is not active + - x86/speculation/mds: Conditionally clear CPU buffers on idle entry + - x86/speculation/mds: Add mitigation control for MDS + - x86/speculation/mds: Add sysfs reporting for MDS + - x86/speculation/mds: Add mitigation mode VMWERV + - Documentation: Move L1TF to separate directory + - Documentation: Add MDS vulnerability documentation + - x86/speculation/mds: Add mds=full,nosmt cmdline option + - x86/speculation: Move arch_smt_update() call to after mitigation decisions + - x86/speculation/mds: Add SMT warning message + - x86/speculation/mds: Fix comment + - x86/speculation/mds: Print SMT vulnerable on MSBDS with mitigations off + - cpu/speculation: Add 'mitigations=' cmdline option + - x86/speculation: Support 'mitigations=' cmdline option + - powerpc/speculation: Support 'mitigations=' cmdline option + - s390/speculation: Support 'mitigations=' cmdline option + - x86/speculation/mds: Add 'mitigations=' support for MDS + - x86/mds: Add MDSUM variant to the MDS documentation + - Documentation: Correct the possible MDS sysfs values + - x86/speculation/mds: Fix documentation typo + - Linux 5.1.2 + + * Eoan update: v5.1.1 upstream stable release (LP: #1829046) + - Drivers: hv: vmbus: Remove the undesired put_cpu_ptr() in hv_synic_cleanup() + - ubsan: Fix nasty -Wbuiltin-declaration-mismatch GCC-9 warnings + - staging: greybus: power_supply: fix prop-descriptor request size + - staging: wilc1000: Avoid GFP_KERNEL allocation from atomic context. + - staging: most: cdev: fix chrdev_region leak in mod_exit + - staging: most: sound: pass correct device when creating a sound card + - usb: dwc3: Allow building USB_DWC3_QCOM without EXTCON + - usb: dwc3: Fix default lpm_nyet_threshold value + - USB: serial: f81232: fix interrupt worker not stop + - USB: cdc-acm: fix unthrottle races + - usb-storage: Set virt_boundary_mask to avoid SG overflows + - genirq: Prevent use-after-free and work list corruption + - intel_th: pci: Add Comet Lake support + - iio: adc: qcom-spmi-adc5: Fix of-based module autoloading + - cpufreq: armada-37xx: fix frequency calculation for opp + - ACPI / LPSS: Use acpi_lpss_* instead of acpi_subsys_* functions for + hibernate + - soc: sunxi: Fix missing dependency on REGMAP_MMIO + - scsi: lpfc: change snprintf to scnprintf for possible overflow + - scsi: qla2xxx: Fix incorrect region-size setting in optrom SYSFS routines + - scsi: qla2xxx: Set remote port devloss timeout to 0 + - scsi: qla2xxx: Fix device staying in blocked state + - Bluetooth: hidp: fix buffer overflow + - Bluetooth: Align minimum encryption key size for LE and BR/EDR connections + - Bluetooth: Fix not initializing L2CAP tx_credits + - Bluetooth: hci_bcm: Fix empty regulator supplies for Intel Macs + - UAS: fix alignment of scatter/gather segments + - ASoC: Intel: avoid Oops if DMA setup fails + - i3c: Fix a shift wrap bug in i3c_bus_set_addr_slot_status() + - locking/futex: Allow low-level atomic operations to return -EAGAIN + - arm64: futex: Bound number of LDXR/STXR loops in FUTEX_WAKE_OP + - Linux 5.1.1 + + * shiftfs: lock security sensitive superblock flags (LP: #1827122) + - SAUCE: shiftfs: lock down certain superblock flags + + * Please package libbpf (which is done out of the kernel src) in Debian [for + 19.10] (LP: #1826410) + - SAUCE: tools -- fix add ability to disable libbfd + + * ratelimit cma_alloc messages (LP: #1828092) + - SAUCE: cma: ratelimit cma_alloc error messages + + * Headphone jack switch sense is inverted: plugging in headphones disables + headphone output (LP: #1824259) + - ASoC: rt5645: Headphone Jack sense inverts on the LattePanda board + + * There are 4 HDMI/Displayport audio output listed in sound setting without + attach any HDMI/DP monitor (LP: #1827967) + - ALSA: hda/hdmi - Read the pin sense from register when repolling + - ALSA: hda/hdmi - Consider eld_valid when reporting jack event + + * CONFIG_LOG_BUF_SHIFT set to 14 is too low on arm64 (LP: #1824864) + - [Config] CONFIG_LOG_BUF_SHIFT=18 on all 64bit arches + + * CTAUTO:DevOps:860.50:devops4fp1:Error occurred during LINUX Dmesg error + Checking for all LINUX clients for devops4p10 (LP: #1766201) + - SAUCE: integrity: downgrade error to warning + + * linux-buildinfo: pull out ABI information into its own package + (LP: #1806380) + - [Packaging] autoreconstruct -- base tag is always primary mainline version + + * [SRU] Please sync vbox modules from virtualbox 6.0.6 on next kernel update + (LP: #1825210) + - vbox-update: updates for renamed makefiles + - ubuntu: vbox -- update to 6.0.6-dfsg-1 + + * autofs kernel module missing (LP: #1824333) + - [Config] Update autofs4 path in inclusion list + + * The Realtek card reader does not enter PCIe 1.1/1.2 (LP: #1825487) + - SAUCE: misc: rtsx: Fixed rts5260 power saving parameter and sd glitch + + * CVE-2019-3874 + - sctp: implement memory accounting on tx path + - sctp: implement memory accounting on rx path + + * apparmor does not start in Disco LXD containers (LP: #1824812) + - SAUCE: shiftfs: use separate llseek method for directories + + * Miscellaneous Ubuntu changes + - [Packaging] autoreconstruct -- remove for -rc kernels + - SAUCE: (efi-lockdown) debugfs: avoid EPERM when no open file operation + defined + - SAUCE: (efi-lockdown) efi: Sanitize boot_params in efi stub + - SAUCE: (efi-lockdown) furter KEXEC_VERIFY_SIG -> KEXEC_SIG updates + - [Config] (efi-lockdown): update configs after efi lockdown patch refresh + - [Packaging] don't delete efi_parser.c + - vbox-update -- do not fix up KERN_DIR or KBUILD_EXTMOD + - ubuntu: vbox -- update to 6.0.6-dfsg-2 + - add nvidia-418 dkms build + - remove virtualbox guest drivers + - [Packaging] dkms-build -- expand paths searched for make.log files + - add virtualbox-guest-dkms dkms package build + - enable vbox dkms build for amd64 and i386 + - [Config] update configs for v5.1(-rc7)? rebase + - update dkms package versions + - Add the ability to lock down access to the running kernel image + - Enforce module signatures if the kernel is locked down + - Restrict /dev/{mem,kmem,port} when the kernel is locked down + - kexec_load: Disable at runtime if the kernel is locked down + - Copy secure_boot flag in boot params across kexec reboot + - kexec_file: split KEXEC_VERIFY_SIG into KEXEC_SIG and KEXEC_SIG_FORCE + - kexec_file: Restrict at runtime if the kernel is locked down + - hibernate: Disable when the kernel is locked down + - uswsusp: Disable when the kernel is locked down + - PCI: Lock down BAR access when the kernel is locked down + - x86: Lock down IO port access when the kernel is locked down + - x86/msr: Restrict MSR access when the kernel is locked down + - ACPI: Limit access to custom_method when the kernel is locked down + - acpi: Ignore acpi_rsdp kernel param when the kernel has been locked down + - acpi: Disable ACPI table override if the kernel is locked down + - acpi: Disable APEI error injection if the kernel is locked down + - Prohibit PCMCIA CIS storage when the kernel is locked down + - Lock down TIOCSSERIAL + - Lock down module params that specify hardware parameters (eg. ioport) + - x86/mmiotrace: Lock down the testmmiotrace module + - Lock down /proc/kcore + - Lock down kprobes + - bpf: Restrict kernel image access functions when the kernel is locked down + - Lock down perf + - debugfs: Restrict debugfs when the kernel is locked down + - lockdown: Print current->comm in restriction messages + - kexec: Allow kexec_file() with appropriate IMA policy when locked down + - Make get_cert_list() not complain about cert lists that aren't present. + - Add efi_status_to_str() and rework efi_status_to_err(). + - Make get_cert_list() use efi_status_to_str() to print error messages. + - efi: Add an EFI_SECURE_BOOT flag to indicate secure boot mode + - efi: Lock down the kernel if booted in secure boot mode + - KEYS: Make use of platform keyring for module signature verify + + * Miscellaneous upstream changes + - ALSA: hdea/realtek - Headset fixup for System76 Gazelle (gaze14) + + -- Seth Forshee Tue, 14 May 2019 12:32:56 -0500 + +linux (5.1.0-1.1) eoan; urgency=medium + + * bionic: fork out linux-snapdragon into its own topic kernel (LP: #1820868) + - [Packaging]: really drop snapdragon + + * Miscellaneous Ubuntu changes + - SAUCE: fix vbox use of MAP_SHARED + - SAUCE: fix vbox use of vm_fault_t + - [Packaging] disable ZFS + - [Packaging] disable nvidia + - SAUCE: perf annotate: Fix build on 32 bit for BPF annotation + - [Config]: updateconfig after rebase to v5.1-rc + - [Config]: build ETNAVIV only on arm platforms + - [Config]: Disable CMA on non-arm platforms + - [Config]: MMC_CQHCI is needed by some built-in drivers + - [Config]: a.out support has been deprecated + - [Config]: R3964 was marked as BROKEN + - [Config]: Add SENSIRION_SGP30 module + + * Miscellaneous upstream changes + - Revert "UBUNTU: SAUCE: tools: lib/bpf -- add generated headers to search + path" + - Revert "UBUNTU: SAUCE: btqcomsmd: introduce BT_QCOMSMD_HACK" + + -- Thadeu Lima de Souza Cascardo Thu, 25 Apr 2019 10:03:25 -0300 + +linux (5.1.0-0.0) eoan; urgency=medium + + * Dummy entry. + + -- Thadeu Lima de Souza Cascardo Thu, 25 Apr 2019 09:49:47 -0300 + +linux (5.0.0-13.14) disco; urgency=medium + + * linux: 5.0.0-13.14 -proposed tracker (LP: #1824819) + + * Display only has 640x480 (LP: #1824677) + - Revert "UBUNTU: SAUCE: drm/nouveau: Disable nouveau driver by default" + + * shiftfs: use after free when checking mount options (LP: #1824735) + - SAUCE: shiftfs: prevent use-after-free when verifying mount options + + -- Seth Forshee Mon, 15 Apr 2019 09:11:23 -0500 + +linux (5.0.0-12.13) disco; urgency=medium + + * linux: 5.0.0-12.13 -proposed tracker (LP: #1824726) + + * Linux 5.0 black screen on boot, display flickers (i915 regression with + certain laptop panels) (LP: #1824216) + - drm/i915/dp: revert back to max link rate and lane count on eDP + + * kernel BUG at fs/attr.c:287 when using shiftfs (LP: #1824717) + - SAUCE: shiftfs: fix passing of attrs to underaly for setattr + + -- Seth Forshee Sun, 14 Apr 2019 13:38:05 -0500 + +linux (5.0.0-11.12) disco; urgency=medium + + * linux: 5.0.0-11.12 -proposed tracker (LP: #1824383) + + * hns3: PPU_PF_ABNORMAL_INT_ST over_8bd_no_fe found [error status=0x1] + (LP: #1824194) + - net: hns3: fix for not calculating tx bd num correctly + + * disco: unable to use iptables/enable ufw under -virtual kernel + (LP: #1823862) + - [Packaging] add bpfilter to linux-modules + + * Make shiftfs a module rather than built-in (LP: #1824354) + - [Config] CONFIG_SHIFT_FS=m + + * shiftfs: chown sets untranslated ids in lower fs (LP: #1824350) + - SAUCE: shiftfs: use translated ids when chaning lower fs attrs + + * [Hyper-V] KVP daemon fails to start on first boot of disco VM (LP: #1820063) + - [Packaging] bind hv_kvp_daemon startup to hv_kvp device + + -- Seth Forshee Thu, 11 Apr 2019 10:17:19 -0500 + +linux (5.0.0-10.11) disco; urgency=medium + + * linux: 5.0.0-10.11 -proposed tracker (LP: #1823936) + + * Apparmor enforcement failure in lxc selftests (LP: #1823379) + - SAUCE: apparmor: Restore Y/N in /sys for apparmor's "enabled" + + * systemd cause kernel trace "BUG: unable to handle kernel paging request at + 6db23a14" on Cosmic i386 (LP: #1813244) + - openvswitch: fix flow actions reallocation + + -- Seth Forshee Tue, 09 Apr 2019 08:30:38 -0500 + +linux (5.0.0-9.10) disco; urgency=medium + + * linux: 5.0.0-9.10 -proposed tracker (LP: #1823228) + + * Packaging resync (LP: #1786013) + - [Packaging] resync git-ubuntu-log + - [Packaging] update helper scripts + - [Packaging] resync retpoline extraction + + * Huawei Hi1822 NIC has poor performance (LP: #1820187) + - net-next/hinic: replace disable_irq_nosync/enable_irq + + * Add uid shifting overlay filesystem (shiftfs) (LP: #1823186) + - shiftfs: uid/gid shifting bind mount + - shiftfs: rework and extend + - shiftfs: support some btrfs ioctls + - [Config] enable shiftfs + + * Cannot boot or install - have to use nomodeset (LP: #1821820) + - Revert "drm/i915/fbdev: Actually configure untiled displays" + + * Disco update: v5.0.6 upstream stable release (LP: #1823060) + - netfilter: nf_tables: fix set double-free in abort path + - dccp: do not use ipv6 header for ipv4 flow + - genetlink: Fix a memory leak on error path + - gtp: change NET_UDP_TUNNEL dependency to select + - ipv6: make ip6_create_rt_rcu return ip6_null_entry instead of NULL + - mac8390: Fix mmio access size probe + - mISDN: hfcpci: Test both vendor & device ID for Digium HFC4S + - net: aquantia: fix rx checksum offload for UDP/TCP over IPv6 + - net: datagram: fix unbounded loop in __skb_try_recv_datagram() + - net/packet: Set __GFP_NOWARN upon allocation in alloc_pg_vec + - net: phy: meson-gxl: fix interrupt support + - net: rose: fix a possible stack overflow + - net: stmmac: fix memory corruption with large MTUs + - net-sysfs: call dev_hold if kobject_init_and_add success + - net: usb: aqc111: Extend HWID table by QNAP device + - packets: Always register packet sk in the same order + - rhashtable: Still do rehash when we get EEXIST + - sctp: get sctphdr by offset in sctp_compute_cksum + - sctp: use memdup_user instead of vmemdup_user + - tcp: do not use ipv6 header for ipv4 flow + - tipc: allow service ranges to be connect()'ed on RDM/DGRAM + - tipc: change to check tipc_own_id to return in tipc_net_stop + - tipc: fix cancellation of topology subscriptions + - tun: properly test for IFF_UP + - vrf: prevent adding upper devices + - vxlan: Don't call gro_cells_destroy() before device is unregistered + - thunderx: enable page recycling for non-XDP case + - thunderx: eliminate extra calls to put_page() for pages held for recycling + - net: dsa: mv88e6xxx: fix few issues in mv88e6390x_port_set_cmode + - net: mii: Fix PAUSE cap advertisement from linkmode_adv_to_lcl_adv_t() + helper + - net: phy: don't clear BMCR in genphy_soft_reset + - r8169: fix cable re-plugging issue + - ila: Fix rhashtable walker list corruption + - tun: add a missing rcu_read_unlock() in error path + - powerpc/fsl: Fix the flush of branch predictor. + - Btrfs: fix incorrect file size after shrinking truncate and fsync + - btrfs: remove WARN_ON in log_dir_items + - btrfs: don't report readahead errors and don't update statistics + - btrfs: Fix bound checking in qgroup_trace_new_subtree_blocks + - btrfs: Avoid possible qgroup_rsv_size overflow in + btrfs_calculate_inode_block_rsv_size + - Btrfs: fix assertion failure on fsync with NO_HOLES enabled + - locks: wake any locks blocked on request before deadlock check + - tracing: initialize variable in create_dyn_event() + - ARM: imx6q: cpuidle: fix bug that CPU might not wake up at expected time + - powerpc: bpf: Fix generation of load/store DW instructions + - vfio: ccw: only free cp on final interrupt + - NFS: Fix nfs4_lock_state refcounting in nfs4_alloc_{lock,unlock}data() + - NFS: fix mount/umount race in nlmclnt. + - NFSv4.1 don't free interrupted slot on open + - net: dsa: qca8k: remove leftover phy accessors + - ALSA: rawmidi: Fix potential Spectre v1 vulnerability + - ALSA: seq: oss: Fix Spectre v1 vulnerability + - ALSA: pcm: Fix possible OOB access in PCM oss plugins + - ALSA: pcm: Don't suspend stream in unrecoverable PCM state + - ALSA: hda/realtek - Fixed Headset Mic JD not stable + - ALSA: hda/realtek: merge alc_fixup_headset_jack to alc295_fixup_chromebook + - ALSA: hda/realtek - Add support headset mode for DELL WYSE AIO + - ALSA: hda/realtek - Add support headset mode for New DELL WYSE NB + - ALSA: hda/realtek: Enable headset MIC of Acer AIO with ALC286 + - ALSA: hda/realtek: Enable headset MIC of Acer Aspire Z24-890 with ALC286 + - ALSA: hda/realtek - Add support for Acer Aspire E5-523G/ES1-432 headset mic + - ALSA: hda/realtek: Enable ASUS X441MB and X705FD headset MIC with ALC256 + - ALSA: hda/realtek: Enable headset mic of ASUS P5440FF with ALC256 + - ALSA: hda/realtek: Enable headset MIC of ASUS X430UN and X512DK with ALC256 + - ALSA: hda/realtek - Fix speakers on Acer Predator Helios 500 Ryzen laptops + - kbuild: modversions: Fix relative CRC byte order interpretation + - fs/open.c: allow opening only regular files during execve() + - ocfs2: fix inode bh swapping mixup in ocfs2_reflink_inodes_lock + - scsi: sd: Fix a race between closing an sd device and sd I/O + - scsi: sd: Quiesce warning if device does not report optimal I/O size + - scsi: zfcp: fix rport unblock if deleted SCSI devices on Scsi_Host + - scsi: zfcp: fix scsi_eh host reset with port_forced ERP for non-NPIV FCP + devices + - drm/rockchip: vop: reset scale mode when win is disabled + - tty/serial: atmel: Add is_half_duplex helper + - tty/serial: atmel: RS485 HD w/DMA: enable RX after TX is stopped + - tty: mxs-auart: fix a potential NULL pointer dereference + - tty: atmel_serial: fix a potential NULL pointer dereference + - tty: serial: qcom_geni_serial: Initialize baud in qcom_geni_console_setup + - staging: comedi: ni_mio_common: Fix divide-by-zero for DIO cmdtest + - staging: olpc_dcon_xo_1: add missing 'const' qualifier + - staging: speakup_soft: Fix alternate speech with other synths + - staging: vt6655: Remove vif check from vnt_interrupt + - staging: vt6655: Fix interrupt race condition on device start up. + - staging: erofs: fix to handle error path of erofs_vmap() + - staging: erofs: fix error handling when failed to read compresssed data + - staging: erofs: keep corrupted fs from crashing kernel in erofs_readdir() + - serial: max310x: Fix to avoid potential NULL pointer dereference + - serial: mvebu-uart: Fix to avoid a potential NULL pointer dereference + - serial: sh-sci: Fix setting SCSCR_TIE while transferring data + - USB: serial: cp210x: add new device id + - USB: serial: ftdi_sio: add additional NovaTech products + - USB: serial: mos7720: fix mos_parport refcount imbalance on error path + - USB: serial: option: set driver_info for SIM5218 and compatibles + - USB: serial: option: add support for Quectel EM12 + - USB: serial: option: add Olicard 600 + - ACPI / CPPC: Fix guaranteed performance handling + - Disable kgdboc failed by echo space to /sys/module/kgdboc/parameters/kgdboc + - fs/proc/proc_sysctl.c: fix NULL pointer dereference in put_links + - drivers/block/zram/zram_drv.c: fix idle/writeback string compare + - blk-mq: fix sbitmap ws_active for shared tags + - cpufreq: intel_pstate: Also use CPPC nominal_perf for base_frequency + - cpufreq: scpi: Fix use after free + - drm/vgem: fix use-after-free when drm_gem_handle_create() fails + - drm/vkms: fix use-after-free when drm_gem_handle_create() fails + - drm/i915: Mark AML 0x87CA as ULX + - drm/i915/gvt: Fix MI_FLUSH_DW parsing with correct index check + - drm/i915/icl: Fix the TRANS_DDI_FUNC_CTL2 bitfield macro + - gpio: exar: add a check for the return value of ida_simple_get fails + - gpio: adnp: Fix testing wrong value in adnp_gpio_direction_input + - phy: sun4i-usb: Support set_mode to USB_HOST for non-OTG PHYs + - usb: mtu3: fix EXTCON dependency + - USB: gadget: f_hid: fix deadlock in f_hidg_write() + - usb: common: Consider only available nodes for dr_mode + - mm/memory.c: fix modifying of page protection by insert_pfn() + - usb: host: xhci-rcar: Add XHCI_TRUST_TX_LENGTH quirk + - xhci: Fix port resume done detection for SS ports with LPM enabled + - usb: xhci: dbc: Don't free all memory with spinlock held + - xhci: Don't let USB3 ports stuck in polling state prevent suspend + - usb: cdc-acm: fix race during wakeup blocking TX traffic + - usb: typec: tcpm: Try PD-2.0 if sink does not respond to 3.0 source-caps + - usb: typec: Fix unchecked return value + - mm/hotplug: fix offline undo_isolate_page_range() + - mm: add support for kmem caches in DMA32 zone + - iommu/io-pgtable-arm-v7s: request DMA32 memory, and improve debugging + - mm: mempolicy: make mbind() return -EIO when MPOL_MF_STRICT is specified + - mm/debug.c: fix __dump_page when mapping->host is not set + - mm/memory_hotplug.c: fix notification in offline error path + - mm/page_isolation.c: fix a wrong flag in set_migratetype_isolate() + - mm/migrate.c: add missing flush_dcache_page for non-mapped page migrate + - perf pmu: Fix parser error for uncore event alias + - perf intel-pt: Fix TSC slip + - objtool: Query pkg-config for libelf location + - powerpc/pseries/energy: Use OF accessor functions to read ibm,drc-indexes + - powerpc/64: Fix memcmp reading past the end of src/dest + - powerpc/pseries/mce: Fix misleading print for TLB mutlihit + - watchdog: Respect watchdog cpumask on CPU hotplug + - cpu/hotplug: Prevent crash when CPU bringup fails on CONFIG_HOTPLUG_CPU=n + - x86/smp: Enforce CONFIG_HOTPLUG_CPU when SMP=y + - KVM: Reject device ioctls from processes other than the VM's creator + - KVM: x86: Emulate MSR_IA32_ARCH_CAPABILITIES on AMD hosts + - KVM: x86: update %rip after emulating IO + - bpf: do not restore dst_reg when cur_state is freed + - mt76x02u: use usb_bulk_msg to upload firmware + - Linux 5.0.6 + + * RDMA/hns updates for disco (LP: #1822897) + - RDMA/hns: Fix the bug with updating rq head pointer when flush cqe + - RDMA/hns: Bugfix for the scene without receiver queue + - RDMA/hns: Add constraint on the setting of local ACK timeout + - RDMA/hns: Modify the pbl ba page size for hip08 + - RDMA/hns: RDMA/hns: Assign rq head pointer when enable rq record db + - RDMA/hns: Add the process of AEQ overflow for hip08 + - RDMA/hns: Add SCC context allocation support for hip08 + - RDMA/hns: Add SCC context clr support for hip08 + - RDMA/hns: Add timer allocation support for hip08 + - RDMA/hns: Remove set but not used variable 'rst' + - RDMA/hns: Make some function static + - RDMA/hns: Fix the Oops during rmmod or insmod ko when reset occurs + - RDMA/hns: Fix the chip hanging caused by sending mailbox&CMQ during reset + - RDMA/hns: Fix the chip hanging caused by sending doorbell during reset + - RDMA/hns: Limit minimum ROCE CQ depth to 64 + - RDMA/hns: Fix the state of rereg mr + - RDMA/hns: Set allocated memory to zero for wrid + - RDMA/hns: Delete useful prints for aeq subtype event + - RDMA/hns: Configure capacity of hns device + - RDMA/hns: Modify qp&cq&pd specification according to UM + - RDMA/hns: Bugfix for set hem of SCC + - RDMA/hns: Use GFP_ATOMIC in hns_roce_v2_modify_qp + + * autopkgtests run too often, too much and don't skip enough (LP: #1823056) + - Set +x on rebuild testcase. + - Skip rebuild test, for regression-suite deps. + - Make ubuntu-regression-suite skippable on unbootable kernels. + - make rebuild use skippable error codes when skipping. + - Only run regression-suite, if requested to. + + * touchpad not working on lenovo yoga 530 (LP: #1787775) + - Revert "UBUNTU: SAUCE: i2c:amd Depends on ACPI" + - Revert "UBUNTU: SAUCE: i2c:amd move out pointer in union i2c_event_base" + - i2c: add extra check to safe DMA buffer helper + - i2c: Add drivers for the AMD PCIe MP2 I2C controller + - [Config] Update config for AMD MP2 I2C driver + + * Detect SMP PHY control command errors (LP: #1822680) + - scsi: libsas: Check SMP PHY control function result + + * disable a.out support (LP: #1818552) + - [Config] Disable a.out support + - [Config] remove binfmt_aout from abi for i386 lowlatency + + * bionic: fork out linux-snapdragon into its own topic kernel (LP: #1820868) + - [Packaging] remove snapdragon flavour support + - Revert "UBUNTU: SAUCE: (snapdragon) drm/msm/adv7511: wrap hacks under + CONFIG_ADV7511_SNAPDRAGON_HACKS #ifdefs" + - Revert "UBUNTU: SAUCE: (snapdragon) media: ov5645: skip address change if dt + addr == default addr" + - Revert "UBUNTU: SAUCE: (snapdragon) DT: leds: Add Qualcomm Light Pulse + Generator binding" + - Revert "UBUNTU: SAUCE: (snapdragon) MAINTAINERS: Add Qualcomm Camera Control + Interface driver" + - Revert "UBUNTU: SAUCE: (snapdragon) dt-bindings: media: Binding document for + Qualcomm Camera Control Interface driver" + - Revert "UBUNTU: SAUCE: (snapdragon) leds: Add driver for Qualcomm LPG" + - Revert "UBUNTU: SAUCE: (snapdragon) HACK: drm/msm/adv7511: Don't rely on + interrupts for EDID parsing" + - Revert "UBUNTU: SAUCE: (snapdragon) drm/bridge/adv7511: Delay clearing of + HPD interrupt status" + - Revert "UBUNTU: SAUCE: (snapdragon) media: ov5645: Fix I2C address" + - Revert "UBUNTU: SAUCE: (snapdragon) i2c-qcom-cci: Fix I2C address bug" + - Revert "UBUNTU: SAUCE: (snapdragon) i2c-qcom-cci: Fix run queue completion + timeout" + - Revert "UBUNTU: SAUCE: (snapdragon) camss: Do not register if no cameras are + present" + - Revert "UBUNTU: SAUCE: (snapdragon) i2c: Add Qualcomm Camera Control + Interface driver" + - Revert "UBUNTU: SAUCE: (snapdragon) ov5645: I2C address change" + - Revert "UBUNTU: SAUCE: (snapdragon) regulator: smd: Allow + REGULATOR_QCOM_SMD_RPM=m" + - Revert "UBUNTU: SAUCE: (snapdragon) cpufreq: Add apq8016 to cpufreq-dt- + platdev blacklist" + - Revert "UBUNTU: SAUCE: (snapdragon) PM / OPP: Add a helper to get an opp + regulator for device" + - Revert "UBUNTU: SAUCE: (snapdragon) PM / OPP: HACK: Allow to set regulator + without opp_list" + - Revert "UBUNTU: SAUCE: (snapdragon) PM / OPP: Drop RCU usage in + dev_pm_opp_adjust_voltage()" + - Revert "UBUNTU: SAUCE: (snapdragon) PM / OPP: Support adjusting OPP voltages + at runtime" + - Revert "UBUNTU: SAUCE: (snapdragon) regulator: smd: Add floor and corner + operations" + - Revert "UBUNTU: SAUCE: (snapdragon) power: avs: cpr: Register with cpufreq- + dt" + - Revert "UBUNTU: SAUCE: (snapdragon) power: avs: cpr: fix with new + reg_sequence structures" + - Revert "UBUNTU: SAUCE: (snapdragon) power: avs: cpr: Use raw mem access for + qfprom" + - Revert "UBUNTU: SAUCE: (snapdragon) power: avs: Add support for CPR (Core + Power Reduction)" + - Revert "UBUNTU: SAUCE: (snapdragon) HACK: drm/msm/iommu: Remove runtime_put + calls in map/unmap" + - Revert "UBUNTU: SAUCE: (snapdragon) arm64: defconfig: enable LEDS_QCOM_LPG" + - Revert "UBUNTU: SAUCE: (snapdragon) kernel: distro.config: enable 'BBR' TCP + congestion algorithm" + - Revert "UBUNTU: SAUCE: (snapdragon) kernel: distro.config: enable 'fq' and + 'fq_codel' qdiscs" + - Revert "UBUNTU: SAUCE: (snapdragon) kernel: distro.config: enable + 'schedutil' CPUfreq governor" + - Revert "UBUNTU: SAUCE: (snapdragon) kernel: configs: set USB_CONFIG_F_FS in + distro.config" + - Revert "UBUNTU: SAUCE: (snapdragon) arm64: defconfig: enable + CONFIG_USB_CONFIGFS_F_FS by default" + - Revert "UBUNTU: SAUCE: (snapdragon) kernel: configs: add freq stat to sysfs" + - Revert "UBUNTU: SAUCE: (snapdragon) arm64: configs: Enable camera drivers" + - Revert "UBUNTU: SAUCE: (snapdragon) arm64: defconfig: disable ANALOG_TV and + DIGITAL_TV" + - Revert "UBUNTU: SAUCE: (snapdragon) kernel: configs: add more USB net + drivers" + - Revert "UBUNTU: SAUCE: (snapdragon) arm64: configs: enable BT_QCOMSMD" + - Revert "UBUNTU: SAUCE: (snapdragon) arm64: defconfig: enable + CFG80211_DEFAULT_PS by default" + - Revert "UBUNTU: SAUCE: (snapdragon) Force the SMD regulator driver to be + compiled-in" + - Revert "UBUNTU: SAUCE: (snapdragon) kernel: configs: enable dm_mod and + dm_crypt" + - Revert "UBUNTU: SAUCE: (snapdragon) arm64: defconfig: Enable a53/apcs and + avs" + - Revert "UBUNTU: SAUCE: (snapdragon) arm64: configs: enable QCOM Venus" + - Revert "UBUNTU: SAUCE: (snapdragon) kernel: distro.config: enable debug + friendly USB network adpater" + - Revert "UBUNTU: SAUCE: (snapdragon) arm64: configs: enable WCN36xx" + - Revert "UBUNTU: SAUCE: (snapdragon) kernel: configs; add distro.config" + - Revert "UBUNTU: SAUCE: (snapdragon) arm64: defconfig: enable QCOM audio + drivers for APQ8016 and DB410c" + - Revert "UBUNTU: SAUCE: (snapdragon) arm64: defconfig: enable REMOTEPROC" + - [Config] fix abi for remove i2c-qcom-cci module + - [Config] update annotations + - [Config] update configs following snapdragon removal + + * Disco update: v5.0.5 upstream stable release (LP: #1822671) + - Revert "ALSA: hda - Enforces runtime_resume after S3 and S4 for each codec" + - ALSA: hda - add Lenovo IdeaCentre B550 to the power_save_blacklist + - ALSA: firewire-motu: use 'version' field of unit directory to identify model + - mmc: pxamci: fix enum type confusion + - mmc: alcor: fix DMA reads + - mmc: mxcmmc: "Revert mmc: mxcmmc: handle highmem pages" + - mmc: renesas_sdhi: limit block count to 16 bit for old revisions + - drm/amdgpu: fix invalid use of change_bit + - drm/vmwgfx: Don't double-free the mode stored in par->set_mode + - drm/vmwgfx: Return 0 when gmrid::get_node runs out of ID's + - iommu/amd: fix sg->dma_address for sg->offset bigger than PAGE_SIZE + - iommu/iova: Fix tracking of recently failed iova address + - libceph: wait for latest osdmap in ceph_monc_blacklist_add() + - udf: Fix crash on IO error during truncate + - mips: loongson64: lemote-2f: Add IRQF_NO_SUSPEND to "cascade" irqaction. + - MIPS: Ensure ELF appended dtb is relocated + - MIPS: Fix kernel crash for R6 in jump label branch function + - powerpc/vdso64: Fix CLOCK_MONOTONIC inconsistencies across Y2038 + - powerpc/security: Fix spectre_v2 reporting + - net/mlx5: Fix DCT creation bad flow + - scsi: core: Avoid that a kernel warning appears during system resume + - scsi: qla2xxx: Fix FC-AL connection target discovery + - scsi: ibmvscsi: Protect ibmvscsi_head from concurrent modificaiton + - scsi: ibmvscsi: Fix empty event pool access during host removal + - futex: Ensure that futex address is aligned in handle_futex_death() + - perf probe: Fix getting the kernel map + - objtool: Move objtool_file struct off the stack + - irqchip/gic-v3-its: Fix comparison logic in lpi_range_cmp + - clocksource/drivers/riscv: Fix clocksource mask + - ALSA: ac97: Fix of-node refcount unbalance + - ext4: fix NULL pointer dereference while journal is aborted + - ext4: fix data corruption caused by unaligned direct AIO + - ext4: brelse all indirect buffer in ext4_ind_remove_space() + - media: v4l2-ctrls.c/uvc: zero v4l2_event + - Bluetooth: hci_uart: Check if socket buffer is ERR_PTR in h4_recv_buf() + - Bluetooth: Fix decrementing reference count twice in releasing socket + - Bluetooth: hci_ldisc: Initialize hci_dev before open() + - Bluetooth: hci_ldisc: Postpone HCI_UART_PROTO_READY bit set in + hci_uart_set_proto() + - drm/vkms: Fix flush_work() without INIT_WORK(). + - RDMA/cma: Rollback source IP address if failing to acquire device + - f2fs: fix to avoid deadlock of atomic file operations + - aio: simplify - and fix - fget/fput for io_submit() + - netfilter: ebtables: remove BUGPRINT messages + - loop: access lo_backing_file only when the loop device is Lo_bound + - x86/unwind: Handle NULL pointer calls better in frame unwinder + - x86/unwind: Add hardcoded ORC entry for NULL + - locking/lockdep: Add debug_locks check in __lock_downgrade() + - ALSA: hda - Record the current power state before suspend/resume calls + - ALSA: hda - Enforces runtime_resume after S3 and S4 for each codec + - Linux 5.0.5 + + * hisi_sas updates for disco (LP: #1822385) + - scsi: hisi_sas: send primitive NOTIFY to SSP situation only + - scsi: hisi_sas: shutdown axi bus to avoid exception CQ returned + - scsi: hisi_sas: remove the check of sas_dev status in + hisi_sas_I_T_nexus_reset() + - scsi: hisi_sas: Remove unused parameter of function hisi_sas_alloc() + - scsi: hisi_sas: Reject setting programmed minimum linkrate > 1.5G + - scsi: hisi_sas: Fix losing directly attached disk when hot-plug + - scsi: hisi_sas: Correct memory allocation size for DQ debugfs + - scsi: hisi_sas: Some misc tidy-up + - scsi: hisi_sas: Fix to only call scsi_get_prot_op() for non-NULL scsi_cmnd + - scsi: hisi_sas: Add missing seq_printf() call in hisi_sas_show_row_32() + - scsi: hisi_sas: Add support for DIX feature for v3 hw + - scsi: hisi_sas: Add manual trigger for debugfs dump + - scsi: hisi_sas: change queue depth from 512 to 4096 + - scsi: hisi_sas: Issue internal abort on all relevant queues + - scsi: hisi_sas: Use pci_irq_get_affinity() for v3 hw as experimental + - scsi: hisi_sas: Do some more tidy-up + - scsi: hisi_sas: Change return variable type in phy_up_v3_hw() + - scsi: hisi_sas: Fix a timeout race of driver internal and SMP IO + - scsi: hisi_sas: print PHY RX errors count for later revision of v3 hw + - scsi: hisi_sas: Set PHY linkrate when disconnected + - scsi: hisi_sas: Send HARD RESET to clear the previous affiliation of STP + target port + - scsi: hisi_sas: Change SERDES_CFG init value to increase reliability of + HiLink + - scsi: hisi_sas: Add softreset in hisi_sas_I_T_nexus_reset() + + * [Patch][Raven 2] kernel 5.0.0 cannot boot because of psp response + (LP: #1822267) + - drm/amdgpu/psp: Fix can't detect psp INVOKE command failed + - drm/amdgpu/psp: ignore psp response status + + * 3b080b2564287be91605bfd1d5ee985696e61d3c in ubuntu_btrfs_kernel_fixes + triggers system hang on i386 (LP: #1812845) + - btrfs: raid56: properly unmap parity page in finish_parity_scrub() + + * enable CONFIG_DRM_BOCHS (LP: #1795857) + - [Config] Reenable DRM_BOCHS as module + + * [Dell Precision 7530/5530 with Nvidia Quadro P1000] Live USB freezes or + cannot complete install when nouveau driver is loaded (crashing in GP100 + code) (LP: #1822026) + - SAUCE: drm/nouveau: Disable nouveau driver by default + + * Need to add Intel CML related pci-id's (LP: #1821863) + - drm/i915/cml: Add CML PCI IDS + - drm/i915/cml: Introduce Comet Lake PCH + + * ARM: Add support for the SDEI interface (LP: #1822005) + - ACPI / APEI: Don't wait to serialise with oops messages when panic()ing + - ACPI / APEI: Remove silent flag from ghes_read_estatus() + - ACPI / APEI: Switch estatus pool to use vmalloc memory + - ACPI / APEI: Make hest.c manage the estatus memory pool + - ACPI / APEI: Make estatus pool allocation a static size + - ACPI / APEI: Don't store CPER records physical address in struct ghes + - ACPI / APEI: Remove spurious GHES_TO_CLEAR check + - ACPI / APEI: Don't update struct ghes' flags in read/clear estatus + - ACPI / APEI: Generalise the estatus queue's notify code + - ACPI / APEI: Don't allow ghes_ack_error() to mask earlier errors + - ACPI / APEI: Move NOTIFY_SEA between the estatus-queue and NOTIFY_NMI + - ACPI / APEI: Switch NOTIFY_SEA to use the estatus queue + - KVM: arm/arm64: Add kvm_ras.h to collect kvm specific RAS plumbing + - arm64: KVM/mm: Move SEA handling behind a single 'claim' interface + - ACPI / APEI: Move locking to the notification helper + - ACPI / APEI: Let the notification helper specify the fixmap slot + - ACPI / APEI: Pass ghes and estatus separately to avoid a later copy + - ACPI / APEI: Make GHES estatus header validation more user friendly + - ACPI / APEI: Split ghes_read_estatus() to allow a peek at the CPER length + - ACPI / APEI: Only use queued estatus entry during in_nmi_queue_one_entry() + - ACPI / APEI: Use separate fixmap pages for arm64 NMI-like notifications + - firmware: arm_sdei: Add ACPI GHES registration helper + - ACPI / APEI: Add support for the SDEI GHES Notification type + + * CVE-2019-9857 + - inotify: Fix fsnotify_mark refcount leak in inotify_update_existing_watch() + + * scsi: libsas: Support SATA PHY connection rate unmatch fixing during + discovery (LP: #1821408) + - scsi: libsas: Support SATA PHY connection rate unmatch fixing during + discovery + + * Qualcomm Atheros QCA9377 wireless does not work (LP: #1818204) + - platform/x86: ideapad-laptop: Add Ideapad 530S-14ARR to no_hw_rfkill list + + * Lenovo ideapad 330-15ICH Wifi rfkill hard blocked (LP: #1811815) + - platform/x86: ideapad: Add ideapad 330-15ICH to no_hw_rfkill + + * hid-sensor-hub spamming dmesg in 4.20 (LP: #1818547) + - HID: Increase maximum report size allowed by hid_field_extract() + + * [disco] [5.0.0-7.8] can't mount guest cifs share (LP: #1821053) + - cifs: allow guest mounts to work for smb3.11 + - SMB3: Fix SMB3.1.1 guest mounts to Samba + + * Add HiSilicon SoC quirk for cpufreq (LP: #1821620) + - ACPI / CPPC: Add a helper to get desired performance + - cpufreq / cppc: Work around for Hisilicon CPPC cpufreq + + * Disco update: v5.0.4 upstream stable release (LP: #1821607) + - 9p: use inode->i_lock to protect i_size_write() under 32-bit + - 9p/net: fix memory leak in p9_client_create + - ASoC: fsl_esai: fix register setting issue in RIGHT_J mode + - ASoC: codecs: pcm186x: fix wrong usage of DECLARE_TLV_DB_SCALE() + - ASoC: codecs: pcm186x: Fix energysense SLEEP bit + - iio: adc: exynos-adc: Fix NULL pointer exception on unbind + - iio: adc: exynos-adc: Use proper number of channels for Exynos4x12 + - mei: hbm: clean the feature flags on link reset + - mei: bus: move hw module get/put to probe/release + - stm class: Prevent division by zero + - stm class: Fix an endless loop in channel allocation + - crypto: caam - fix hash context DMA unmap size + - crypto: ccree - fix missing break in switch statement + - crypto: caam - fixed handling of sg list + - crypto: caam - fix DMA mapping of stack memory + - crypto: ccree - fix free of unallocated mlli buffer + - crypto: ccree - unmap buffer before copying IV + - crypto: ccree - don't copy zero size ciphertext + - crypto: cfb - add missing 'chunksize' property + - crypto: cfb - remove bogus memcpy() with src == dest + - crypto: ofb - fix handling partial blocks and make thread-safe + - crypto: ahash - fix another early termination in hash walk + - crypto: rockchip - fix scatterlist nents error + - crypto: rockchip - update new iv to device in multiple operations + - dax: Flush partial PMDs correctly + - nfit: Fix nfit_intel_shutdown_status() command submission + - nfit: acpi_nfit_ctl(): Check out_obj->type in the right place + - acpi/nfit: Fix bus command validation + - nfit/ars: Attempt a short-ARS whenever the ARS state is idle at boot + - nfit/ars: Attempt short-ARS even in the no_init_ars case + - libnvdimm/label: Clear 'updating' flag after label-set update + - libnvdimm, pfn: Fix over-trim in trim_pfn_device() + - libnvdimm/pmem: Honor force_raw for legacy pmem regions + - libnvdimm: Fix altmap reservation size calculation + - fix cgroup_do_mount() handling of failure exits + - crypto: aead - set CRYPTO_TFM_NEED_KEY if ->setkey() fails + - crypto: aegis - fix handling chunked inputs + - crypto: arm/crct10dif - revert to C code for short inputs + - crypto: arm64/aes-neonbs - fix returning final keystream block + - crypto: arm64/crct10dif - revert to C code for short inputs + - crypto: hash - set CRYPTO_TFM_NEED_KEY if ->setkey() fails + - crypto: morus - fix handling chunked inputs + - crypto: pcbc - remove bogus memcpy()s with src == dest + - crypto: skcipher - set CRYPTO_TFM_NEED_KEY if ->setkey() fails + - crypto: testmgr - skip crc32c context test for ahash algorithms + - crypto: x86/aegis - fix handling chunked inputs and MAY_SLEEP + - crypto: x86/aesni-gcm - fix crash on empty plaintext + - crypto: x86/morus - fix handling chunked inputs and MAY_SLEEP + - crypto: arm64/aes-ccm - fix logical bug in AAD MAC handling + - crypto: arm64/aes-ccm - fix bugs in non-NEON fallback routine + - CIFS: Fix leaking locked VFS cache pages in writeback retry + - CIFS: Do not reset lease state to NONE on lease break + - CIFS: Do not skip SMB2 message IDs on send failures + - CIFS: Fix read after write for files with read caching + - smb3: make default i/o size for smb3 mounts larger + - tracing: Use strncpy instead of memcpy for string keys in hist triggers + - tracing: Do not free iter->trace in fail path of tracing_open_pipe() + - tracing/perf: Use strndup_user() instead of buggy open-coded version + - vmw_balloon: release lock on error in vmballoon_reset() + - xen: fix dom0 boot on huge systems + - ACPI / device_sysfs: Avoid OF modalias creation for removed device + - mmc: sdhci-esdhc-imx: fix HS400 timing issue + - mmc: renesas_sdhi: Fix card initialization failure in high speed mode + - mmc:fix a bug when max_discard is 0 + - spi: ti-qspi: Fix mmap read when more than one CS in use + - spi: pxa2xx: Setup maximum supported DMA transfer length + - spi: omap2-mcspi: Fix DMA and FIFO event trigger size mismatch + - spi: spi-gpio: fix SPI_CS_HIGH capability + - regulator: s2mps11: Fix steps for buck7, buck8 and LDO35 + - regulator: max77620: Initialize values for DT properties + - regulator: s2mpa01: Fix step values for some LDOs + - mt76: fix corrupted software generated tx CCMP PN + - clocksource/drivers/exynos_mct: Move one-shot check from tick clear to ISR + - clocksource/drivers/exynos_mct: Clear timer interrupt when shutdown + - clocksource/drivers/arch_timer: Workaround for Allwinner A64 timer + instability + - s390: vfio_ap: link the vfio_ap devices to the vfio_ap bus subsystem + - s390/setup: fix early warning messages + - s390/virtio: handle find on invalid queue gracefully + - scsi: virtio_scsi: don't send sc payload with tmfs + - scsi: aacraid: Fix performance issue on logical drives + - scsi: sd: Optimal I/O size should be a multiple of physical block size + - scsi: target/iscsi: Avoid iscsit_release_commands_from_conn() deadlock + - scsi: qla2xxx: Fix LUN discovery if loop id is not assigned yet by firmware + - scsi: qla2xxx: Avoid PCI IRQ affinity mapping when multiqueue is not + supported + - scsi: qla2xxx: Use complete switch scan for RSCN events + - fs/devpts: always delete dcache dentry-s in dput() + - splice: don't merge into linked buffers + - ovl: During copy up, first copy up data and then xattrs + - ovl: Do not lose security.capability xattr over metadata file copy-up + - m68k: Add -ffreestanding to CFLAGS + - Btrfs: setup a nofs context for memory allocation at btrfs_create_tree() + - Btrfs: setup a nofs context for memory allocation at __btrfs_set_acl + - btrfs: scrub: fix circular locking dependency warning + - btrfs: drop the lock on error in btrfs_dev_replace_cancel + - btrfs: ensure that a DUP or RAID1 block group has exactly two stripes + - btrfs: init csum_list before possible free + - Btrfs: fix corruption reading shared and compressed extents after hole + punching + - Btrfs: fix deadlock between clone/dedupe and rename + - soc: qcom: rpmh: Avoid accessing freed memory from batch API + - libertas_tf: don't set URB_ZERO_PACKET on IN USB transfer + - irqchip/gic-v3-its: Avoid parsing _indirect_ twice for Device table + - irqchip/brcmstb-l2: Use _irqsave locking variants in non-interrupt code + - x86/kprobes: Prohibit probing on optprobe template code + - cpufreq: kryo: Release OPP tables on module removal + - cpufreq: tegra124: add missing of_node_put() + - cpufreq: pxa2xx: remove incorrect __init annotation + - ext4: fix check of inode in swap_inode_boot_loader + - ext4: cleanup pagecache before swap i_data + - mm: hwpoison: fix thp split handing in soft_offline_in_use_page() + - mm/vmalloc: fix size check for remap_vmalloc_range_partial() + - mm/memory.c: do_fault: avoid usage of stale vm_area_struct + - kernel/sysctl.c: add missing range check in do_proc_dointvec_minmax_conv + - nvmem: core: don't check the return value of notifier chain call + - device property: Fix the length used in PROPERTY_ENTRY_STRING() + - intel_th: Don't reference unassigned outputs + - parport_pc: fix find_superio io compare code, should use equal test. + - i2c: tegra: fix maximum transfer size + - i2c: tegra: update maximum transfer size + - media: i2c: ov5640: Fix post-reset delay + - gpio: pca953x: Fix dereference of irq data in shutdown + - ext4: update quota information while swapping boot loader inode + - ext4: add mask of ext4 flags to swap + - ext4: fix crash during online resizing + - dma: Introduce dma_max_mapping_size() + - swiotlb: Introduce swiotlb_max_mapping_size() + - swiotlb: Add is_swiotlb_active() function + - PCI/ASPM: Use LTR if already enabled by platform + - PCI/DPC: Fix print AER status in DPC event handling + - PCI: qcom: Don't deassert reset GPIO during probe + - PCI: dwc: skip MSI init if MSIs have been explicitly disabled + - PCI: pci-bridge-emul: Create per-bridge copy of register behavior + - PCI: pci-bridge-emul: Extend pci_bridge_emul_init() with flags + - IB/hfi1: Close race condition on user context disable and close + - IB/rdmavt: Fix loopback send with invalidate ordering + - IB/rdmavt: Fix concurrency panics in QP post_send and modify to error + - cxl: Wrap iterations over afu slices inside 'afu_list_lock' + - ext2: Fix underflow in ext2_max_size() + - clk: uniphier: Fix update register for CPU-gear + - clk: clk-twl6040: Fix imprecise external abort for pdmclk + - clk: samsung: exynos5: Fix possible NULL pointer exception on + platform_device_alloc() failure + - clk: samsung: exynos5: Fix kfree() of const memory on setting + driver_override + - clk: ingenic: Fix round_rate misbehaving with non-integer dividers + - clk: ingenic: Fix doc of ingenic_cgu_div_info + - usb: chipidea: tegra: Fix missed ci_hdrc_remove_device() + - usb: typec: tps6598x: handle block writes separately with plain-I2C adapters + - dmaengine: usb-dmac: Make DMAC system sleep callbacks explicit + - serial: uartps: Fix stuck ISR if RX disabled with non-empty FIFO + - serial: 8250_of: assume reg-shift of 2 for mrvl,mmp-uart + - serial: 8250_pci: Fix number of ports for ACCES serial cards + - serial: 8250_pci: Have ACCES cards that use the four port Pericom PI7C9X7954 + chip use the pci_pericom_setup() + - jbd2: clear dirty flag when revoking a buffer from an older transaction + - jbd2: fix compile warning when using JBUFFER_TRACE + - selinux: add the missing walk_size + len check in selinux_sctp_bind_connect + - security/selinux: fix SECURITY_LSM_NATIVE_LABELS on reused superblock + - powerpc/32: Clear on-stack exception marker upon exception return + - powerpc/wii: properly disable use of BATs when requested. + - powerpc/powernv: Make opal log only readable by root + - powerpc/83xx: Also save/restore SPRG4-7 during suspend + - powerpc/kvm: Save and restore host AMR/IAMR/UAMOR + - powerpc/powernv: Don't reprogram SLW image on every KVM guest entry/exit + - powerpc/64s/hash: Fix assert_slb_presence() use of the slbfee. instruction + - powerpc: Fix 32-bit KVM-PR lockup and host crash with MacOS guest + - powerpc/ptrace: Simplify vr_get/set() to avoid GCC warning + - powerpc/hugetlb: Don't do runtime allocation of 16G pages in LPAR + configuration + - powerpc/smp: Fix NMI IPI timeout + - powerpc/smp: Fix NMI IPI xmon timeout + - powerpc/traps: fix recoverability of machine check handling on book3s/32 + - powerpc/traps: Fix the message printed when stack overflows + - ARM: s3c24xx: Fix boolean expressions in osiris_dvs_notify + - arm64: Fix HCR.TGE status for NMI contexts + - arm64: debug: Don't propagate UNKNOWN FAR into si_code for debug signals + - arm64: debug: Ensure debug handlers check triggering exception level + - arm64: KVM: Fix architecturally invalid reset value for FPEXC32_EL2 + - Revert "KVM/MMU: Flush tlb directly in the kvm_zap_gfn_range()" + - ipmi_si: Fix crash when using hard-coded device + - ipmi_si: fix use-after-free of resource->name + - dm: fix to_sector() for 32bit + - dm integrity: limit the rate of error messages + - media: cx25840: mark pad sig_types to fix cx231xx init + - mfd: sm501: Fix potential NULL pointer dereference + - cpcap-charger: generate events for userspace + - cpuidle: governor: Add new governors to cpuidle_governors again + - NFS: Fix I/O request leakages + - NFS: Fix an I/O request leakage in nfs_do_recoalesce + - NFS: Don't recoalesce on error in nfs_pageio_complete_mirror() + - nfsd: fix performance-limiting session calculation + - nfsd: fix memory corruption caused by readdir + - nfsd: fix wrong check in write_v4_end_grace() + - NFSv4.1: Reinitialise sequence results before retransmitting a request + - svcrpc: fix UDP on servers with lots of threads + - PM / wakeup: Rework wakeup source timer cancellation + - PM / OPP: Update performance state when freq == old_freq + - bcache: treat stale && dirty keys as bad keys + - bcache: use (REQ_META|REQ_PRIO) to indicate bio for metadata + - stable-kernel-rules.rst: add link to networking patch queue + - vt: perform safe console erase in the right order + - x86/unwind/orc: Fix ORC unwind table alignment + - perf intel-pt: Fix CYC timestamp calculation after OVF + - perf tools: Fix split_kallsyms_for_kcore() for trampoline symbols + - perf auxtrace: Define auxtrace record alignment + - perf intel-pt: Fix overlap calculation for padding + - perf/x86/intel/uncore: Fix client IMC events return huge result + - perf intel-pt: Fix divide by zero when TSC is not available + - md: Fix failed allocation of md_register_thread + - x86/kvmclock: set offset for kvm unstable clock + - x86/ftrace: Fix warning and considate ftrace_jmp_replace() and + ftrace_call_replace() + - tpm/tpm_crb: Avoid unaligned reads in crb_recv() + - tpm: Unify the send callback behaviour + - rcu: Do RCU GP kthread self-wakeup from softirq and interrupt + - media: imx: prpencvf: Stop upstream before disabling IDMA channel + - media: lgdt330x: fix lock status reporting + - media: sun6i: Fix CSI regmap's max_register + - media: uvcvideo: Avoid NULL pointer dereference at the end of streaming + - media: vimc: Add vimc-streamer for stream control + - media: imx-csi: Input connections to CSI should be optional + - media: imx: csi: Disable CSI immediately after last EOF + - media: imx: csi: Stop upstream before disabling IDMA channel + - drm/fb-helper: generic: Fix drm_fbdev_client_restore() + - drm/radeon/evergreen_cs: fix missing break in switch statement + - drm/amd/powerplay: correct power reading on fiji + - drm/amd/display: don't call dm_pp_ function from an fpu block + - KVM: Call kvm_arch_memslots_updated() before updating memslots + - KVM: VMX: Compare only a single byte for VMCS' "launched" in vCPU-run + - KVM: VMX: Zero out *all* general purpose registers after VM-Exit + - KVM: x86/mmu: Detect MMIO generation wrap in any address space + - KVM: x86/mmu: Do not cache MMIO accesses while memslots are in flux + - KVM: nVMX: Sign extend displacements of VMX instr's mem operands + - KVM: nVMX: Apply addr size mask to effective address for VMX instructions + - KVM: nVMX: Ignore limit checks on VMX instructions using flat segments + - KVM: nVMX: Check a single byte for VMCS "launched" in nested early checks + - net: dsa: lantiq_gswip: fix use-after-free on failed probe + - net: dsa: lantiq_gswip: fix OF child-node lookups + - s390/setup: fix boot crash for machine without EDAT-1 + - SUNRPC: Prevent thundering herd when the socket is not connected + - SUNRPC: Fix up RPC back channel transmission + - SUNRPC: Respect RPC call timeouts when retrying transmission + - Linux 5.0.4 + - [Config] update configs for 5.0.4 stable update + + * New Intel Wireless-AC 9260 [8086:2526] card not correctly probed in Ubuntu + system (LP: #1821271) + - iwlwifi: add new card for 9260 series + + * [CONFIG] please enable highdpi font FONT_TER16x32 (LP: #1819881) + - [Config]: enable highdpi Terminus 16x32 font support + + * [SRU][B/B-OEM/C/D] Fix AMD IOMMU NULL dereference (LP: #1820990) + - iommu/amd: Fix NULL dereference bug in match_hid_uid + + * some codecs stop working after S3 (LP: #1820930) + - ALSA: hda - Enforces runtime_resume after S3 and S4 for each codec + - ALSA: hda - Don't trigger jackpoll_work in azx_resume + + * tcm_loop.ko: move from modules-extra into main modules package + (LP: #1817786) + - [Packaging] move tcm_loop.lo to main linux-modules package + + * C++ demangling support missing from perf (LP: #1396654) + - [Packaging] fix a mistype + + * r8169 doesn't get woken up by ethernet cable plugging, no PME generated + (LP: #1817676) + - PCI: pciehp: Disable Data Link Layer State Changed event on suspend + + * Disco update: v5.0.3 upstream stable release (LP: #1821074) + - connector: fix unsafe usage of ->real_parent + - fou, fou6: avoid uninit-value in gue_err() and gue6_err() + - gro_cells: make sure device is up in gro_cells_receive() + - ipv4/route: fail early when inet dev is missing + - l2tp: fix infoleak in l2tp_ip6_recvmsg() + - lan743x: Fix RX Kernel Panic + - lan743x: Fix TX Stall Issue + - net: hsr: fix memory leak in hsr_dev_finalize() + - net/hsr: fix possible crash in add_timer() + - net: sit: fix UBSAN Undefined behaviour in check_6rd + - net/x25: fix use-after-free in x25_device_event() + - net/x25: reset state in x25_connect() + - pptp: dst_release sk_dst_cache in pptp_sock_destruct + - ravb: Decrease TxFIFO depth of Q3 and Q2 to one + - route: set the deleted fnhe fnhe_daddr to 0 in ip_del_fnhe to fix a race + - rxrpc: Fix client call queueing, waiting for channel + - sctp: remove sched init from sctp_stream_init + - tcp: do not report TCP_CM_INQ of 0 for closed connections + - tcp: Don't access TCP_SKB_CB before initializing it + - tcp: handle inet_csk_reqsk_queue_add() failures + - vxlan: Fix GRO cells race condition between receive and link delete + - vxlan: test dev->flags & IFF_UP before calling gro_cells_receive() + - net/mlx4_core: Fix reset flow when in command polling mode + - net/mlx4_core: Fix locking in SRIOV mode when switching between events and + polling + - net/mlx4_core: Fix qp mtt size calculation + - net: dsa: mv88e6xxx: Set correct interface mode for CPU/DSA ports + - vsock/virtio: fix kernel panic from virtio_transport_reset_no_sock + - net: sched: flower: insert new filter to idr after setting its mask + - f2fs: wait on atomic writes to count F2FS_CP_WB_DATA + - perf/x86: Fixup typo in stub functions + - ALSA: bebob: use more identical mod_alias for Saffire Pro 10 I/O against + Liquid Saffire 56 + - ALSA: firewire-motu: fix construction of PCM frame for capture direction + - ALSA: hda: Extend i915 component bind timeout + - ALSA: hda - add more quirks for HP Z2 G4 and HP Z240 + - ALSA: hda/realtek: Enable audio jacks of ASUS UX362FA with ALC294 + - ALSA: hda/realtek - Reduce click noise on Dell Precision 5820 headphone + - ALSA: hda/realtek: Enable headset MIC of Acer TravelMate X514-51T with + ALC255 + - perf/x86/intel: Fix memory corruption + - perf/x86/intel: Make dev_attr_allow_tsx_force_abort static + - It's wrong to add len to sector_nr in raid10 reshape twice + - drm: Block fb changes for async plane updates + - Linux 5.0.3 + + * Disco update: v5.0.2 upstream stable release (LP: #1820318) + - media: uvcvideo: Fix 'type' check leading to overflow + - Input: wacom_serial4 - add support for Wacom ArtPad II tablet + - Input: elan_i2c - add id for touchpad found in Lenovo s21e-20 + - iscsi_ibft: Fix missing break in switch statement + - scsi: aacraid: Fix missing break in switch statement + - x86/PCI: Fixup RTIT_BAR of Intel Denverton Trace Hub + - arm64: dts: zcu100-revC: Give wifi some time after power-on + - arm64: dts: hikey: Give wifi some time after power-on + - arm64: dts: hikey: Revert "Enable HS200 mode on eMMC" + - ARM: dts: exynos: Fix pinctrl definition for eMMC RTSN line on Odroid X2/U3 + - ARM: dts: exynos: Add minimal clkout parameters to Exynos3250 PMU + - ARM: dts: exynos: Fix max voltage for buck8 regulator on Odroid XU3/XU4 + - drm: disable uncached DMA optimization for ARM and arm64 + - media: Revert "media: rc: some events are dropped by userspace" + - Revert "PCI/PME: Implement runtime PM callbacks" + - bpf: Stop the psock parser before canceling its work + - gfs2: Fix missed wakeups in find_insert_glock + - staging: erofs: keep corrupted fs from crashing kernel in erofs_namei() + - staging: erofs: compressed_pages should not be accessed again after freed + - scripts/gdb: replace flags (MS_xyz -> SB_xyz) + - ath9k: Avoid OF no-EEPROM quirks without qca,no-eeprom + - perf/x86/intel: Make cpuc allocations consistent + - perf/x86/intel: Generalize dynamic constraint creation + - x86: Add TSX Force Abort CPUID/MSR + - perf/x86/intel: Implement support for TSX Force Abort + - Linux 5.0.2 + + * Linux security module stacking support + - LSM: Introduce LSM_FLAG_LEGACY_MAJOR + - LSM: Provide separate ordered initialization + - LSM: Plumb visibility into optional "enabled" state + - LSM: Lift LSM selection out of individual LSMs + - LSM: Build ordered list of LSMs to initialize + - LSM: Introduce CONFIG_LSM + - LSM: Introduce "lsm=" for boottime LSM selection + - LSM: Tie enabling logic to presence in ordered list + - LSM: Prepare for reorganizing "security=" logic + - LSM: Refactor "security=" in terms of enable/disable + - LSM: Separate idea of "major" LSM from "exclusive" LSM + - apparmor: Remove SECURITY_APPARMOR_BOOTPARAM_VALUE + - selinux: Remove SECURITY_SELINUX_BOOTPARAM_VALUE + - LSM: Add all exclusive LSMs to ordered initialization + - LSM: Split LSM preparation from initialization + - LoadPin: Initialize as ordered LSM + - Yama: Initialize as ordered LSM + - LSM: Introduce enum lsm_order + - capability: Initialize as LSM_ORDER_FIRST + - procfs: add smack subdir to attrs + - Smack: Abstract use of cred security blob + - SELinux: Abstract use of cred security blob + - SELinux: Remove cred security blob poisoning + - SELinux: Remove unused selinux_is_enabled + - AppArmor: Abstract use of cred security blob + - TOMOYO: Abstract use of cred security blob + - Infrastructure management of the cred security blob + - SELinux: Abstract use of file security blob + - Smack: Abstract use of file security blob + - LSM: Infrastructure management of the file security + - SELinux: Abstract use of inode security blob + - Smack: Abstract use of inode security blob + - LSM: Infrastructure management of the inode security + - LSM: Infrastructure management of the task security + - SELinux: Abstract use of ipc security blobs + - Smack: Abstract use of ipc security blobs + - LSM: Infrastructure management of the ipc security blob + - TOMOYO: Update LSM flags to no longer be exclusive + - LSM: generalize flag passing to security_capable + - LSM: Make lsm_early_cred() and lsm_early_task() local functions. + - LSM: Make some functions static + - apparmor: Adjust offset when accessing task blob. + - LSM: Ignore "security=" when "lsm=" is specified + - LSM: Update list of SECURITYFS users in Kconfig + - apparmor: delete the dentry in aafs_remove() to avoid a leak + - apparmor: fix double free when unpack of secmark rules fails + - SAUCE: LSM: Infrastructure management of the sock security + - SAUCE: LSM: Limit calls to certain module hooks + - SAUCE: LSM: Special handling for secctx lsm hooks + - SAUCE: LSM: Specify which LSM to display with /proc/self/attr/display + - SAUCE: Fix-up af_unix mediation for sock infrastructure management + - SAUCE: Revert "apparmor: Fix warning about unused function + apparmor_ipv6_postroute" + - SAUCE: Revert "apparmor: fix checkpatch error in Parse secmark policy" + - SAUCE: Revert "apparmor: add #ifdef checks for secmark filtering" + - SAUCE: Revert "apparmor: Allow filtering based on secmark policy" + - SAUCE: Revert "apparmor: Parse secmark policy" + - SAUCE: Revert "apparmor: Add a wildcard secid" + - SAUCE: Revert "apparmor: fix bad debug check in apparmor_secid_to_secctx()" + - SAUCE: Revert "apparmor: fixup secid map conversion to using IDR" + - SAUCE: Revert "apparmor: Use an IDR to allocate apparmor secids" + - SAUCE: Revert "apparmor: Fix memory leak of rule on error exit path" + - SAUCE: Revert "apparmor: modify audit rule support to support profile + stacks" + - SAUCE: Revert "apparmor: Add support for audit rule filtering" + - SAUCE: Revert "apparmor: add the ability to get a task's secid" + - SAUCE: Revert "apparmor: add support for mapping secids and using secctxes" + - SAUCE: apparmor: add proc subdir to attrs + - SAUCE: apparmor: add an apparmorfs entry to access current attrs + - SAUCE: apparmor: update flags to no longer be exclusive + - SAUCE: update configs and annotations for LSM stacking + + * Miscellaneous Ubuntu changes + - [Config] CONFIG_EARLY_PRINTK_USB_XDBC=y + - SAUCE: (efi-lockdown) bpf: Restrict kernel image access functions when the + kernel is locked down + - [Config] CONFIG_RANDOM_TRUST_CPU=y + - [Config] refresh annotations for recent config changes + - ubuntu: vbox -- update to 6.0.4-dfsg-7 + - Revert "UBUNTU: SAUCE: i2c:amd I2C Driver based on PCI Interface for + upcoming platform" + + -- Seth Forshee Thu, 04 Apr 2019 14:49:59 -0500 + +linux (5.0.0-8.9) disco; urgency=medium + + * linux: 5.0.0-8.9 -proposed tracker (LP: #1819759) + + * hisi_sas: add debugfs support (LP: #1819500) + - scsi: hisi_sas: Create root and device debugfs directories + - scsi: hisi_sas: Alloc debugfs snapshot buffer memory for all registers + - scsi: hisi_sas: Take debugfs snapshot for all regs + - scsi: hisi_sas: Debugfs global register create file and add file operations + - scsi: hisi_sas: Add debugfs for port registers + - scsi: hisi_sas: Add debugfs CQ file and add file operations + - scsi: hisi_sas: Add debugfs DQ file and add file operations + - scsi: hisi_sas: Add debugfs IOST file and add file operations + - scsi: hisi_sas: No need to check return value of debugfs_create functions + - scsi: hisi_sas: Fix type casting and missing static qualifier in debugfs + code + - scsi: hisi_sas: Add debugfs ITCT file and add file operations + + * [disco] hns driver updates from 5.1 merge window (LP: #1819535) + - net: hns: Use struct_size() in devm_kzalloc() + - net: hns3: modify enet reinitialization interface + - net: hns3: remove unused member in struct hns3_enet_ring + - net: hns3: remove unnecessary hns3_adjust_tqps_num + - net: hns3: reuse reinitialization interface in the hns3_set_channels + - net: hns3: add interface hclge_tm_bp_setup + - net: hns3: modify parameter checks in the hns3_set_channels + - net: hns3: remove redundant codes in hclge_knic_setup + - net: hns3: fix user configuration loss for ethtool -L + - net: hns3: adjust the use of alloc_tqps and num_tqps + - net: hns3: fix wrong combined count returned by ethtool -l + - net: hns3: do reinitialization while ETS configuration changed + - net: hns3: add HNAE3_RESTORE_CLIENT interface in enet module + - net: hns3: add calling roce callback function when link status change + - net: hns3: add rx multicast packets statistic + - net: hns3: refactor the statistics updating for netdev + - net: hns3: fix rss configuration lost problem when setting channel + - net: hns3: fix for shaper not setting when TC num changes + - net: hns3: fix bug of ethtool_ops.get_channels for VF + - net: hns3: clear param in ring when free ring + - net: hns3: Change fw error code NOT_EXEC to NOT_SUPPORTED + - net: hns3: do not return GE PFC setting err when initializing + - net: hns3: add ETS TC weight setting in SSU module + - net: hns3: add statistics for PFC frames and MAC control frames + - net: hns3: fix PFC not setting problem for DCB module + - net: hns3: don't update packet statistics for packets dropped by hardware + - net: hns3: clear pci private data when unload hns3 driver + - net: hns3: add error handling in hclge_ieee_setets + - net: hns3: fix return value handle issue for hclge_set_loopback() + - net: hns3: fix broadcast promisc issue for revision 0x20 + - net: hns3: After setting the loopback, add the status of getting MAC + - net: hns3: do reinitialization while mqprio configuration changed + - net: hns3: remove dcb_ops->map_update in hclge_dcb + - net: hns3: call hns3_nic_set_real_num_queue with netdev down + - net: hns3: add 8 BD limit for tx flow + - net: hns3: add initialization for nic state + - net: hns3: don't allow vf to enable promisc mode + - net: hns3: reuse the definition of l3 and l4 header info union + - net: hns3: fix VF dump register issue + - net: hns3: use the correct interface to stop|open port + - net: hns3: change hnae3_register_ae_dev() to int + - net: hns3: only support tc 0 for VF + - net: hns3: Fix NULL deref when unloading driver + - net: hns3: fix netif_napi_del() not do problem when unloading + - net: hns3: fix for rss result nonuniform + - net: hns3: fix improper error handling in the hclge_init_ae_dev() + - net: hns3: fix an issue for hclgevf_ae_get_hdev + - net: hns3: stop sending keep alive msg to PF when VF is resetting + - net: hns3: keep flow director state unchanged when reset + - net: hns3: Check for allocation failure + - net: hns3: fix a code style issue for hns3_update_new_int_gl() + - net: hns3: fix an issue for hns3_update_new_int_gl + - net: hns3: Modify parameter type from int to bool in set_gro_en + - net: hns3: code optimization for hclge_rx_buffer_calc + - net: hns3: add hclge_cmd_check_retval() to parse comman's return value + - net: hns3: move some set_bit statement into hclge_prepare_mac_addr + - net: hns3: fix a wrong checking in the hclge_tx_buffer_calc() + - net: hns3: fix the problem that the supported port is empty + - net: hns3: optimize the maximum TC macro + - net: hns3: don't allow user to change vlan filter state + - net: hns3: modify the upper limit judgment condition + - net: hns3: MAC table entry count function increases operation 0 value + protection measures + - net: hns3: make function hclge_set_all_vf_rst() static + - net: hns3: add pointer checking at the beginning of the exported functions. + - net: hns3: Check variable is valid before assigning it to another + - net: hns3: convert mac advertize and supported from u32 to link mode + - net: hns3: fix port info query issue for copper port + - net: hns3: modify print message of ssu common ecc errors + - net: hns3: some bugfix of ppu(rcb) ras errors + - net: hns3: enable 8~11th bit of mac common msi-x error + - net: hns3: fix 6th bit of ppp mpf abnormal errors + - net: hns3: Record VF unicast and multicast tables + - net: hns3: Record VF vlan tables + - net: hns3: uninitialize command queue while unloading PF driver + - net: hns3: clear command queue's registers when unloading VF driver + - net: hns3: add xps setting support for hns3 driver + - net: hns3: avoid mult + div op in critical data path + - net: hns3: limit some variable scope in critical data path + - net: hns3: remove some ops in struct hns3_nic_ops + - net: hns3: add unlikely for error handling in data path + - net: hns3: replace hnae3_set_bit and hnae3_set_field in data path + - net: hns3: remove hnae3_get_bit in data path + - net: hns3: add support to config depth for tx|rx ring separately + - net: hns3: enable VF VLAN filter for each VF when initializing + - net: hns3: fix get VF RSS issue + - net: hns3: fix setting of the hns reset_type for rdma hw errors + - net: hns3: fix improper error handling for hns3_client_start + - net: hns: use struct_size() in devm_kzalloc() + - net: hns3: Fix a logical vs bitwise typo + - net: hns3: add dma_rmb() for rx description + - net: hns3: fix to stop multiple HNS reset due to the AER changes + + * Build Nvidia drivers in conjunction with kernel (LP: #1764792) + - [Packaging] dkms-build -- support building against packages in PPAs + - [Packaging] dkms-build: do not redownload files on subsequent passes + - [Packaging] dkms-build -- elide partial Built-Using information + - [Packaging] dkms-build -- remove retpoline data from final binary packages + - [Packaging] dkms-build--nvidia* -- check gcc version against primary build + - [Packaging] dkms-build -- add support for unversioned overrides + - [Packaging] dkms-build--nvidia-* -- convert to generic -N form + - [Packaging] fix-filenames -- handle exact string removal + - [Packaging] dkms-build--nvidia-N -- remove GCC versions + + * Disco update: v5.0.1 upstream stable release (LP: #1819515) + - cpufreq: Use struct kobj_attribute instead of struct global_attr + - staging: erofs: fix mis-acted TAIL merging behavior + - binder: create node flag to request sender's security context + - USB: serial: option: add Telit ME910 ECM composition + - USB: serial: cp210x: add ID for Ingenico 3070 + - USB: serial: ftdi_sio: add ID for Hjelmslund Electronics USB485 + - driver core: Postpone DMA tear-down until after devres release + - staging: erofs: fix fast symlink w/o xattr when fs xattr is on + - staging: erofs: fix memleak of inode's shared xattr array + - staging: erofs: fix race of initializing xattrs of a inode at the same time + - staging: erofs: fix illegal address access under memory pressure + - staging: comedi: ni_660x: fix missing break in switch statement + - staging: wilc1000: fix to set correct value for 'vif_num' + - staging: android: ion: fix sys heap pool's gfp_flags + - staging: android: ashmem: Don't call fallocate() with ashmem_mutex held. + - staging: android: ashmem: Avoid range_alloc() allocation with ashmem_mutex + held. + - ip6mr: Do not call __IP6_INC_STATS() from preemptible context + - net: dsa: mv88e6xxx: add call to mv88e6xxx_ports_cmode_init to probe for new + DSA framework + - net: dsa: mv88e6xxx: handle unknown duplex modes gracefully in + mv88e6xxx_port_set_duplex + - net: dsa: mv8e6xxx: fix number of internal PHYs for 88E6x90 family + - net: mscc: Enable all ports in QSGMII + - net: sched: put back q.qlen into a single location + - net-sysfs: Fix mem leak in netdev_register_kobject + - qmi_wwan: Add support for Quectel EG12/EM12 + - sctp: call iov_iter_revert() after sending ABORT + - team: Free BPF filter when unregistering netdev + - tipc: fix RDM/DGRAM connect() regression + - x86/CPU/AMD: Set the CPB bit unconditionally on F17h + - x86/boot/compressed/64: Do not read legacy ROM on EFI system + - tracing: Fix event filters and triggers to handle negative numbers + - xhci: tegra: Prevent error pointer dereference + - usb: xhci: Fix for Enabling USB ROLE SWITCH QUIRK on + INTEL_SUNRISEPOINT_LP_XHCI + - applicom: Fix potential Spectre v1 vulnerabilities + - alpha: wire up io_pgetevents system call + - MIPS: irq: Allocate accurate order pages for irq stack + - aio: Fix locking in aio_poll() + - xtensa: fix get_wchan + - gnss: sirf: fix premature wakeup interrupt enable + - USB: serial: cp210x: fix GPIO in autosuspend + - Revert "selftests: firmware: add CONFIG_FW_LOADER_USER_HELPER_FALLBACK to + config" + - Revert "selftests: firmware: remove use of non-standard diff -Z option" + - selftests: firmware: fix verify_reqs() return value + - Bluetooth: btrtl: Restore old logic to assume firmware is already loaded + - Bluetooth: Fix locking in bt_accept_enqueue() for BH context + - Linux 5.0.1 + + * sky2 ethernet card doesn't work after returning from suspend + (LP: #1807259) // sky2 ethernet card link not up after suspend + (LP: #1809843) // Disco update: v5.0.1 upstream stable release + (LP: #1819515) + - sky2: Disable MSI on Dell Inspiron 1545 and Gateway P-79 + + * tls selftest failures/hangs on i386 (LP: #1813607) + - [Config] CONFIG_TLS=n for i386 + + * CVE-2019-8980 + - exec: Fix mem leak in kernel_read_file + + * Miscellaneous Ubuntu changes + - SAUCE: selftests: net: Use 'ipproto ipv6-icmp' to match ICMPv6 headers + - [Config] enable nvidia build + - [Config] update gcc version to 8.3 + + * Miscellaneous upstream changes + - Revert "UBUNTU: SAUCE: selftests: pmtu: disable accept_dad for tests" + + -- Thadeu Lima de Souza Cascardo Tue, 12 Mar 2019 16:15:44 -0300 + +linux (5.0.0-7.8) disco; urgency=medium + + * linux: 5.0.0-7.8 -proposed tracker (LP: #1818519) + + * Packaging resync (LP: #1786013) + - [Packaging] update helper scripts + + * unnecessary request_queue freeze (LP: #1815733) + - block: avoid setting nr_requests to current value + - block: avoid setting none scheduler if it's already none + + * Miscellaneous Ubuntu changes + - SAUCE: selftests: net: Don't fail test_vxlan_under_vrf on xfail + - update dkms package versions + + [ Upstream Kernel Changes ] + + * Rebase to v5.0 + + -- Seth Forshee Mon, 04 Mar 2019 08:46:10 -0600 + +linux (5.0.0-6.7) disco; urgency=medium + + * linux: 5.0.0-6.7 -proposed tracker (LP: #1817585) + + * Packaging resync (LP: #1786013) + - [Packaging] update helper scripts + - [Packaging] resync getabis + + * installer does not support iSCSI iBFT (LP: #1817321) + - d-i: add iscsi_ibft to scsi-modules + + * Silent "Unknown key" message when pressing keyboard backlight hotkey + (LP: #1817063) + - platform/x86: dell-wmi: Ignore new keyboard backlight change event + + * Fix I219 doesn't get woken up after plugging ethernet cable (LP: #1817058) + - e1000e: Disable runtime PM on CNP+ + + * efi/arm/arm64: Allow SetVirtualAddressMap() to be omitted (LP: #1814982) + - efi/arm/arm64: Allow SetVirtualAddressMap() to be omitted + + * CVE-2019-3460 + - Bluetooth: Check L2CAP option sizes returned from l2cap_get_conf_opt + + * CVE-2019-3459 + - Bluetooth: Verify that l2cap_get_conf_opt provides large enough buffer + + * kernel net tls selftest fails on 5.0 (LP: #1816716) + - SAUCE: Revert "selftests/tls: Add test for recv(PEEK) spanning across + multiple records" + + * Please enable CONFIG_DMA_CMA=y on arm64 (LP: #1803206) + - [Config] annotations -- enforce CONFIG_DMA_CMA and update notes + + * [19.04 FEAT] [LS1801] PCI Virtual function enablement (LP: #1814684) + - s390/pci: map IOV resources + - s390/pci: improve bar check + + * glibc 2.28-0ubuntu1 ADT test failure with linux 5.0.0-1.2 (LP: #1813060) + - SAUCE: prevent a glibc test failure when looking for obsolete types on + headers + + * Miscellaneous Ubuntu changes + - [Config] Enforce CONFIG_ZCRYPT_MULTIDEVNODES in annotations + - SAUCE: selftests: pmtu: disable accept_dad for tests + - SAUCE: arm64: add kernel config option to lock down when in Secure Boot mode + - SAUCE: selftests: net: Make test for VXLAN underlay in non-default VRF an + expected failure + + [ Upstream Kernel Changes ] + + * Rebase to v5.0-rc8 + + -- Seth Forshee Mon, 25 Feb 2019 09:37:36 -0600 + +linux (5.0.0-5.6) disco; urgency=medium + + * [ALSA] [PATCH] System76 darp5 and oryp5 fixups (LP: #1815831) + - ALSA: hda/realtek - Headset microphone and internal speaker support for + System76 oryp5 + + * Miscellaneous Ubuntu changes + - [Config] Fix aufs menus in annotations file + - [Config] CONFIG_SAMPLE_TRACE_PRINTK=m + - [Config] Update annotations based on configs + + [ Upstream Kernel Changes ] + + * Rebase to v5.0-rc7 + + -- Seth Forshee Mon, 18 Feb 2019 10:04:11 +0100 + +linux (5.0.0-4.5) disco; urgency=medium + + * linux-buildinfo: pull out ABI information into its own package + (LP: #1806380) + - [Packaging] autoreconstruct -- base tag is always primary mainline version + + * [Packaging] Allow overlay of config annotations (LP: #1752072) + - [Packaging] config-check: Add an include directive + + * Miscellaneous Ubuntu changes + - hio -- stub out BIOVEC_PHYS_MERGEABLE for 4.20+ + - hio -- replace use of do_gettimeofday() + - hio -- part_round_stats() removed in 5.0 + - hio -- device_add_disk() grew a 'groups' argument in 4.20 + - enable hio build + - Revert "UBUNTU: [Packaging] autoreconstruct -- base tag is always primary + mainline version" + + [ Upstream Kernel Changes ] + + * Rebase to v5.0-rc6 + + -- Seth Forshee Tue, 12 Feb 2019 08:15:32 -0600 + +linux (5.0.0-3.4) disco; urgency=medium + + * CONFIG_TEST_BPF is disabled (LP: #1813955) + - [Config]: Reenable TEST_BPF + + * Ignore "incomplete report" from Elan touchpanels (LP: #1813733) + - HID: i2c-hid: Ignore input report if there's no data present on Elan + touchpanels + + * SecureBoot support for arm64 (LP: #1804481) + - Build signed kernels for arm64 + + * Miscellaneous Ubuntu changes + - SAUCE: selftests: net: fix "from" match test in fib_rule_tests.sh + - [Config] CONFIG_PCMCIA=n for arm64 and s390x + - [Config] CONFIG_SERIAL_SC16IS7XX=n for s390x + - [Config] disable I2C TPM drivers for s390x + - [Config] CONFIG_RAPIDIO=n for s390x + - [Config] CONFIG_DMADEVICES=n for s390x + - [Config] disable gpio drivers for s390x + - [Config] CONFIG_SENSORS_OCC_P8_I2C=m for ppc64el + - [Config] disable I2C hardware drivers for s390x + - [Config] CONFIG_I3C=n for s390x + - [Config] CONFIG_SERIO=n for s390x + - [Config] disable misc drivers for s390x + - [Config] disable EEPROM drivers for s390x + - [Config] disable MFD drivers for s390x + - [Config] CONFIG_NVMEM=n for s390x + - [Config] CONFIG_MLXSW_I2C=n for s390x + - [Config] CONFIG_NET_VENDOR_MICROCHIP=n for s390x + - [Config] CONFIG_PPP=n for s390x + - [Config] CONFIG_PCCARD=n for s390x + - [Config] CONFIG_PCI_MESON=y + - [Config] CONFIG_SCSI_MYRB=n for s390x + - [Config] CONFIG_REGULATOR=n for s390x + - [Config] CONFIG_ZIIRAVE_WATCHDOG=n for s390x + - [Config] CONFIG_NCSI_OEM_CMD_GET_MAC=y + - [Config] update annotations following config review + - [Packaging] remove handoff check for uefi signing + - [Packaging] decompress gzipped efi images in signing tarball + - vbox-update: allow leading whitespace when fixing up KERN_DIR + - ubuntu: vbox -- update to 6.0.4-dfsg-3 + - vbox: remove remount check in sf_read_super_aux() + - enable vbox build + - [Config] CONFIG_ANDROID_BINDER_DEVICES="" + - SAUCE: import aufs driver + - [Config]: Enable aufs + - [Config] relocate aufs annotations to menu + - [Config] remove unmatched configs from annotations + - [Config] fix up abi for removed modules + - SAUCE: (efi-lockdown) Enforce module signatures if the kernel is locked down + - SAUCE: (efi-lockdown) module: remove support for having IMA validate modules + - SAUCE: (efi-lockdown) Move EFI signature blob parser to shared location + - SAUCE: (efi-lockdown) MODSIGN: Import certificates from UEFI Secure Boot + - SAUCE: (efi-lockdown) MODSIGN: Allow the "db" UEFI variable to be suppressed + - [Config] (efi-lockdown) enable importing of efi certificates for module sig + verification + + * Miscellaneous upstream changes + - binder: fix CONFIG_ANDROID_BINDER_DEVICES + + [ Upstream Kernel Changes ] + + * Rebase to v5.0-rc5 + + -- Seth Forshee Tue, 05 Feb 2019 14:26:12 -0600 + +linux (5.0.0-2.3) disco; urgency=medium + + * kernel oops in bcache module (LP: #1793901) + - SAUCE: bcache: never writeback a discard operation + + * Enable sound card power saving by default (LP: #1804265) + - [Config] CONFIG_SND_HDA_POWER_SAVE_DEFAULT=1 + + * Miscellaneous Ubuntu changes + - Revert "UBUNTU: SAUCE: selftests: disable some failing networking tests" + - SAUCE: ashmem: turn into module + - SAUCE: binder: turn into module + - SAUCE: binder: give binder_alloc its own debug mask file + - [Config] enable binder and ashmem as modules + - SAUCE: selftests: net: replace AF_MAX with INT_MAX in socket.c + - SAUCE: selftests/ftrace: Fix tab expansion in trace_marker snapshot trigger + test + - update dkms package versions + + [ Upstream Kernel Changes ] + + * Rebase to v5.0-rc4 + + -- Seth Forshee Tue, 29 Jan 2019 06:57:32 -0600 + +linux (5.0.0-1.2) disco; urgency=medium + + * Fix non-working QCA Rome Bluetooth after S3 (LP: #1812812) + - USB: Add new USB LPM helpers + - USB: Consolidate LPM checks to avoid enabling LPM twice + + * bluetooth controller not detected with 4.15 kernel (LP: #1810797) + - SAUCE: btqcomsmd: introduce BT_QCOMSMD_HACK + - [Config] arm64: snapdragon: BT_QCOMSMD_HACK=y + + * [19.04 FEAT| Enable virtio-gpu for s390x (LP: #1799467) + - [Config] enable virtio-gpu for s390x + + * Crash on "ip link add foo type ipip" (LP: #1811803) + - SAUCE: fan: Fix NULL pointer dereference + + * Fix not working Goodix touchpad (LP: #1811929) + - HID: i2c-hid: Disable runtime PM on Goodix touchpad + + * Miscellaneous Ubuntu changes + - update dkms package versions + - enable zfs build + + [ Upstream Kernel Changes ] + + * Rebase to v5.0-rc3 + + -- Seth Forshee Tue, 22 Jan 2019 13:56:17 -0600 + +linux (5.0.0-0.1) disco; urgency=medium + + * Build Nvidia drivers in conjunction with kernel (LP: #1764792) + - [Packaging] dkms -- add per package post-process step + - [Packaging] dkms -- switch to a consistent build prefix length and strip + - [Packaging] nvidia -- build and sign nvidia packages and ship signatures + - [Packaging] nvidia -- make nvidia package version explicit + + * Add support for ALC3277 codec on new Dell edge gateways (LP: #1807334) + - [Config] CONFIG_SND_SOC_INTEL_KBL_RT5660_MACH=m + + * RTL8822BE WiFi Disabled in Kernel 4.18.0-12 (LP: #1806472) + - [Config] CONFIG_RTLWIFI_DEBUG_ST=n + + * Miscellaneous Ubuntu changes + - ubuntu -- disable vbox build + - ubuntu -- disable hio build + - Disable zfs build + - SAUCE: import aufs driver + - update dkms package versions + - [Config] disable aufs config options + - [Config] disable nvidia build + - update dropped.txt + - [Packaging] disable nvidia dkms builds for mainline + - SAUCE: (efi-lockdown) Add the ability to lock down access to the running + kernel image + - SAUCE: (efi-lockdown) Add a SysRq option to lift kernel lockdown + - SAUCE: (efi-lockdown) Restrict /dev/{mem,kmem,port} when the kernel is + locked down + - SAUCE: (efi-lockdown) kexec_load: Disable at runtime if the kernel is locked + down + - SAUCE: (efi-lockdown) hibernate: Disable when the kernel is locked down + - SAUCE: (efi-lockdown) uswsusp: Disable when the kernel is locked down + - SAUCE: (efi-lockdown) PCI: Lock down BAR access when the kernel is locked + down + - SAUCE: (efi-lockdown) x86: Lock down IO port access when the kernel is + locked down + - SAUCE: (efi-lockdown) x86/msr: Restrict MSR access when the kernel is locked + down + - SAUCE: (efi-lockdown) ACPI: Limit access to custom_method when the kernel is + locked down + - SAUCE: (efi-lockdown) acpi: Ignore acpi_rsdp kernel param when the kernel + has been locked down + - SAUCE: (efi-lockdown) acpi: Disable ACPI table override if the kernel is + locked down + - SAUCE: (efi-lockdown) acpi: Disable APEI error injection if the kernel is + locked down + - SAUCE: (efi-lockdown) Prohibit PCMCIA CIS storage when the kernel is locked + down + - SAUCE: (efi-lockdown) Lock down TIOCSSERIAL + - SAUCE: (efi-lockdown) Lock down module params that specify hardware + parameters (eg. ioport) + - SAUCE: (efi-lockdown) x86/mmiotrace: Lock down the testmmiotrace module + - SAUCE: (efi-lockdown) Lock down /proc/kcore + - SAUCE: (efi-lockdown) Lock down kprobes + - SAUCE: (efi-lockdown) Lock down perf + - SAUCE: (efi-lockdown) debugfs: Restrict debugfs when the kernel is locked + down + - SAUCE: (efi-lockdown) debugfs: avoid EPERM when no open file operation + defined + - SAUCE: (efi-lockdown) KEYS: Allow unrestricted boot-time addition of keys to + secondary keyring + - SAUCE: (efi-lockdown) Make get_cert_list() not complain about cert lists + that aren't present. + - SAUCE: (efi-lockdown) Add efi_status_to_str() and rework + efi_status_to_err(). + - SAUCE: (efi-lockdown) Make get_cert_list() use efi_status_to_str() to print + error messages. + - SAUCE: (efi-lockdown) Copy secure_boot flag in boot params across kexec + reboot + - SAUCE: (efi-lockdown) efi: Add an EFI_SECURE_BOOT flag to indicate secure + boot mode + - SAUCE: (efi-lockdown) efi: Lock down the kernel if booted in secure boot + mode + - SAUCE: (efi-lockdown) efi: Sanitize boot_params in efi stub + - [Config] set config options for efi lockdown + - Revert "UBUNTU: SAUCE: import aufs driver" + + [ Upstream Kernel Changes ] + + * Rebase to v5.0-rc2 + + -- Seth Forshee Thu, 17 Jan 2019 12:31:29 -0600 + +linux (5.0.0-0.0) disco; urgency=medium + + * Dummy entry. + + -- Seth Forshee Wed, 16 Jan 2019 14:48:05 -0600 + +linux (4.20.0-2.3) disco; urgency=medium + + [ Upstream Kernel Changes ] + + * Rebase to v4.20 + + -- Seth Forshee Thu, 03 Jan 2019 12:11:43 -0600 + +linux (4.20.0-1.2) disco; urgency=medium + + * Packaging resync (LP: #1786013) + - [Packaging] update helper scripts + + * Power leakage at S5 with Qualcomm Atheros QCA9377 802.11ac Wireless Network + Adapter (LP: #1805607) + - SAUCE: ath10k: provide reset function for QCA9377 chip + + * zfs/spl build in conjunction with the kernel from DKMS source (LP: #1807378) + - [Packaging] dkms -- dkms package build packaging support + - [Packaging] dkms -- save build objects artifacts for validation + - [Packaging] dkms -- add general Built-Using: support + - [Packaging] simplify Provides comma handling + - [Packaging] zfs/spl -- remove packaging support for incorporated source + - [Packaging] zfs/spl -- remove incorporated source + - [Packaging] zfs/spl -- build via dkms + - [Packaging] zfs/spl -- make zfs package version explicit + - [Packaging] update-version-dkms -- sync archive versions to package + + * Miscellaneous Ubuntu changes + - [Packaging] update-version-dkms -- fix getting distrbution from changelog + - update dkms package versions + + [ Upstream Kernel Changes ] + + * Rebase to v4.20-rc6 + + -- Seth Forshee Tue, 11 Dec 2018 11:33:08 -0600 + +linux (4.20.0-0.1) disco; urgency=medium + + * Overlayfs in user namespace leaks directory content of inaccessible + directories (LP: #1793458) // CVE-2018-6559 + - Revert "ovl: relax permission checking on underlying layers" + - SAUCE: overlayfs: ensure mounter privileges when reading directories + + * Miscellaneous Ubuntu changes + - SAUCE: (efi-lockdown) Add the ability to lock down access to the running + kernel image + - SAUCE: (efi-lockdown) Add a SysRq option to lift kernel lockdown + - SAUCE: (efi-lockdown) Enforce module signatures if the kernel is locked down + - SAUCE: (efi-lockdown) Restrict /dev/{mem,kmem,port} when the kernel is + locked down + - SAUCE: (efi-lockdown) kexec_load: Disable at runtime if the kernel is locked + down + - SAUCE: (efi-lockdown) hibernate: Disable when the kernel is locked down + - SAUCE: (efi-lockdown) uswsusp: Disable when the kernel is locked down + - SAUCE: (efi-lockdown) PCI: Lock down BAR access when the kernel is locked + down + - SAUCE: (efi-lockdown) x86: Lock down IO port access when the kernel is + locked down + - SAUCE: (efi-lockdown) x86/msr: Restrict MSR access when the kernel is locked + down + - SAUCE: (efi-lockdown) ACPI: Limit access to custom_method when the kernel is + locked down + - SAUCE: (efi-lockdown) acpi: Ignore acpi_rsdp kernel param when the kernel + has been locked down + - SAUCE: (efi-lockdown) acpi: Disable ACPI table override if the kernel is + locked down + - SAUCE: (efi-lockdown) acpi: Disable APEI error injection if the kernel is + locked down + - SAUCE: (efi-lockdown) Prohibit PCMCIA CIS storage when the kernel is locked + down + - SAUCE: (efi-lockdown) Lock down TIOCSSERIAL + - SAUCE: (efi-lockdown) Lock down module params that specify hardware + parameters (eg. ioport) + - SAUCE: (efi-lockdown) x86/mmiotrace: Lock down the testmmiotrace module + - SAUCE: (efi-lockdown) Lock down /proc/kcore + - SAUCE: (efi-lockdown) Lock down kprobes + - SAUCE: (efi-lockdown) Lock down perf + - SAUCE: (efi-lockdown) debugfs: Restrict debugfs when the kernel is locked + down + - SAUCE: (efi-lockdown) KEYS: Allow unrestricted boot-time addition of keys to + secondary keyring + - SAUCE: (efi-lockdown) efi: Add EFI signature data types + - SAUCE: (efi-lockdown) efi: Add an EFI signature blob parser + - SAUCE: (efi-lockdown) MODSIGN: Import certificates from UEFI Secure Boot + - SAUCE: (efi-lockdown) MODSIGN: Allow the "db" UEFI variable to be suppressed + - SAUCE: (efi-lockdown) Make get_cert_list() not complain about cert lists + that aren't present. + - SAUCE: (efi-lockdown) Add efi_status_to_str() and rework + efi_status_to_err(). + - SAUCE: (efi-lockdown) Make get_cert_list() use efi_status_to_str() to print + error messages. + - SAUCE: (efi-lockdown) Copy secure_boot flag in boot params across kexec + reboot + - SAUCE: (efi-lockdown) efi: Add an EFI_SECURE_BOOT flag to indicate secure + boot mode + - SAUCE: (efi-lockdown) efi: Lock down the kernel if booted in secure boot + mode + - SAUCE: (efi-lockdown) Fix for module sig verification + - SAUCE: (efi-lockdown) efi: Sanitize boot_params in efi stub + - SAUCE: Import aufs driver + - ubuntu: vbox -- update to 5.2.22-dfsg-2 + - ubuntu -- disable vbox build + - ubuntu -- disable hio build + - Disable zfs build + + [ Upstream Kernel Changes ] + + * Rebase to v4.20-rc5 + + -- Seth Forshee Fri, 07 Dec 2018 07:13:42 -0600 + +linux (4.20.0-0.0) disco; urgency=medium + + * Dummy entry. + + -- Seth Forshee Thu, 06 Dec 2018 10:20:19 -0600 + +linux (4.19.0-8.9) disco; urgency=medium + + * linux: 4.19.0-8.9 -proposed tracker (LP: #1806952) + + * Workaround CSS timeout on AMD SNPS 3.0 xHC (LP: #1806838) + - xhci: workaround CSS timeout on AMD SNPS 3.0 xHC + + * Fix Intel I210 doesn't work when ethernet cable gets plugged (LP: #1806818) + - igb: Fix an issue that PME is not enabled during runtime suspend + + * The line-out on the Dell Dock station can't work (LP: #1806532) + - ALSA: usb-audio: Add vendor and product name for Dell WD19 Dock + + * CVE-2018-19407 + - KVM: X86: Fix scan ioapic use-before-initialization + + * PC SN720 NVMe WDC 256GB consumes more power in S2Idle than during long idle + (LP: #1805775) + - SAUCE: pci/nvme: prevent WDC PC SN720 NVMe from entering D3 and being + disabled + + * Disco update: 4.19.6 upstream stable release (LP: #1806909) + - HID: steam: remove input device when a hid client is running. + - efi/libstub: arm: support building with clang + - usb: core: Fix hub port connection events lost + - usb: dwc3: gadget: fix ISOC TRB type on unaligned transfers + - usb: dwc3: gadget: Properly check last unaligned/zero chain TRB + - usb: dwc3: core: Clean up ULPI device + - usb: dwc3: Fix NULL pointer exception in dwc3_pci_remove() + - xhci: Fix leaking USB3 shared_hcd at xhci removal + - xhci: handle port status events for removed USB3 hcd + - xhci: Add check for invalid byte size error when UAS devices are connected. + - usb: xhci: fix uninitialized completion when USB3 port got wrong status + - usb: xhci: fix timeout for transition from RExit to U0 + - xhci: Add quirk to workaround the errata seen on Cavium Thunder-X2 Soc + - usb: xhci: Prevent bus suspend if a port connect change or polling state is + detected + - ALSA: oss: Use kvzalloc() for local buffer allocations + - MAINTAINERS: Add Sasha as a stable branch maintainer + - Documentation/security-bugs: Clarify treatment of embargoed information + - Documentation/security-bugs: Postpone fix publication in exceptional cases + - mmc: sdhci-pci: Try "cd" for card-detect lookup before using NULL + - mmc: sdhci-pci: Workaround GLK firmware failing to restore the tuning value + - gpio: don't free unallocated ida on gpiochip_add_data_with_key() error path + - iwlwifi: fix wrong WGDS_WIFI_DATA_SIZE + - iwlwifi: mvm: support sta_statistics() even on older firmware + - iwlwifi: mvm: fix regulatory domain update when the firmware starts + - iwlwifi: mvm: don't use SAR Geo if basic SAR is not used + - brcmfmac: fix reporting support for 160 MHz channels + - opp: ti-opp-supply: Dynamically update u_volt_min + - opp: ti-opp-supply: Correct the supply in _get_optimal_vdd_voltage call + - tools/power/cpupower: fix compilation with STATIC=true + - v9fs_dir_readdir: fix double-free on p9stat_read error + - selinux: Add __GFP_NOWARN to allocation at str_read() + - Input: synaptics - avoid using uninitialized variable when probing + - bfs: add sanity check at bfs_fill_super() + - sctp: clear the transport of some out_chunk_list chunks in + sctp_assoc_rm_peer + - gfs2: Don't leave s_fs_info pointing to freed memory in init_sbd + - llc: do not use sk_eat_skb() + - mm: don't warn about large allocations for slab + - mm/memory.c: recheck page table entry with page table lock held + - tcp: do not release socket ownership in tcp_close() + - drm/fb-helper: Blacklist writeback when adding connectors to fbdev + - drm/amdgpu: Add missing firmware entry for HAINAN + - drm/vc4: Set ->legacy_cursor_update to false when doing non-async updates + - drm/amdgpu: Fix oops when pp_funcs->switch_power_profile is unset + - drm/i915: Disable LP3 watermarks on all SNB machines + - drm/ast: change resolution may cause screen blurred + - drm/ast: fixed cursor may disappear sometimes + - drm/ast: Remove existing framebuffers before loading driver + - can: flexcan: Unlock the MB unconditionally + - can: dev: can_get_echo_skb(): factor out non sending code to + __can_get_echo_skb() + - can: dev: __can_get_echo_skb(): replace struct can_frame by canfd_frame to + access frame length + - can: dev: __can_get_echo_skb(): Don't crash the kernel if can_priv::echo_skb + is accessed out of bounds + - can: dev: __can_get_echo_skb(): print error message, if trying to echo non + existing skb + - can: rx-offload: introduce can_rx_offload_get_echo_skb() and + can_rx_offload_queue_sorted() functions + - can: rx-offload: rename can_rx_offload_irq_queue_err_skb() to + can_rx_offload_queue_tail() + - can: flexcan: use can_rx_offload_queue_sorted() for flexcan_irq_bus_*() + - can: flexcan: handle tx-complete CAN frames via rx-offload infrastructure + - can: raw: check for CAN FD capable netdev in raw_sendmsg() + - can: hi311x: Use level-triggered interrupt + - can: flexcan: Always use last mailbox for TX + - can: flexcan: remove not needed struct flexcan_priv::tx_mb and struct + flexcan_priv::tx_mb_idx + - ACPICA: AML interpreter: add region addresses in global list during + initialization + - IB/hfi1: Eliminate races in the SDMA send error path + - fsnotify: generalize handling of extra event flags + - fanotify: fix handling of events on child sub-directory + - pinctrl: meson: fix pinconf bias disable + - pinctrl: meson: fix gxbb ao pull register bits + - pinctrl: meson: fix gxl ao pull register bits + - pinctrl: meson: fix meson8 ao pull register bits + - pinctrl: meson: fix meson8b ao pull register bits + - tools/testing/nvdimm: Fix the array size for dimm devices. + - scsi: lpfc: fix remoteport access + - scsi: hisi_sas: Remove set but not used variable 'dq_list' + - KVM: PPC: Move and undef TRACE_INCLUDE_PATH/FILE + - cpufreq: imx6q: add return value check for voltage scale + - rtc: cmos: Do not export alarm rtc_ops when we do not support alarms + - rtc: pcf2127: fix a kmemleak caused in pcf2127_i2c_gather_write + - crypto: simd - correctly take reqsize of wrapped skcipher into account + - floppy: fix race condition in __floppy_read_block_0() + - powerpc/io: Fix the IO workarounds code to work with Radix + - sched/fair: Fix cpu_util_wake() for 'execl' type workloads + - perf/x86/intel/uncore: Add more IMC PCI IDs for KabyLake and CoffeeLake CPUs + - block: copy ioprio in __bio_clone_fast() and bounce + - SUNRPC: Fix a bogus get/put in generic_key_to_expire() + - riscv: add missing vdso_install target + - RISC-V: Silence some module warnings on 32-bit + - drm/amdgpu: fix bug with IH ring setup + - kdb: Use strscpy with destination buffer size + - NFSv4: Fix an Oops during delegation callbacks + - powerpc/numa: Suppress "VPHN is not supported" messages + - efi/arm: Revert deferred unmap of early memmap mapping + - z3fold: fix possible reclaim races + - mm, memory_hotplug: check zone_movable in has_unmovable_pages + - tmpfs: make lseek(SEEK_DATA/SEK_HOLE) return ENXIO with a negative offset + - mm, page_alloc: check for max order in hot path + - dax: Avoid losing wakeup in dax_lock_mapping_entry + - include/linux/pfn_t.h: force '~' to be parsed as an unary operator + - tty: wipe buffer. + - tty: wipe buffer if not echoing data + - gfs2: Fix iomap buffer head reference counting bug + - rcu: Make need_resched() respond to urgent RCU-QS needs + - media: ov5640: Re-work MIPI startup sequence + - media: ov5640: Fix timings setup code + - media: ov5640: fix exposure regression + - media: ov5640: fix auto gain & exposure when changing mode + - media: ov5640: fix wrong binning value in exposure calculation + - media: ov5640: fix auto controls values when switching to manual mode + - Linux 4.19.6 + + * linux-buildinfo: pull out ABI information into its own package + (LP: #1806380) + - [Packaging] limit preparation to linux-libc-dev in headers + - [Packaging] commonise debhelper invocation + - [Packaging] ABI -- accumulate abi information at the end of the build + - [Packaging] buildinfo -- add basic build information + - [Packaging] buildinfo -- add firmware information to the flavour ABI + - [Packaging] buildinfo -- add compiler information to the flavour ABI + - [Packaging] buildinfo -- add buildinfo support to getabis + - [Packaging] getabis -- handle all known package combinations + - [Packaging] getabis -- support parsing a simple version + + * linux packages should own /usr/lib/linux/triggers (LP: #1770256) + - [Packaging] own /usr/lib/linux/triggers + + * Miscellaneous upstream changes + - blk-mq: fix corruption with direct issue + + -- Seth Forshee Wed, 05 Dec 2018 09:18:30 -0600 + +linux (4.19.0-7.8) disco; urgency=medium + + * linux: 4.19.0-7.8 -proposed tracker (LP: #1805465) + + * Fix and issue that LG I2C touchscreen stops working after reboot + (LP: #1805085) + - HID: i2c-hid: Disable runtime PM for LG touchscreen + + * click/pop noise in the headphone on several lenovo laptops (LP: #1805079) // + click/pop noise in the headphone on several lenovo laptops (LP: #1805079) + - ALSA: hda/realtek - fix the pop noise on headphone for lenovo laptops + + * Regression: hinic performance degrades over time (LP: #1805248) + - Revert "net-next/hinic: add checksum offload and TSO support" + + * Disco update: 4.19.5 upstream stable release (LP: #1805461) + - drm/i915: Replace some PAGE_SIZE with I915_GTT_PAGE_SIZE + - cifs: don't dereference smb_file_target before null check + - cifs: fix return value for cifs_listxattr + - arm64: kprobe: make page to RO mode when allocate it + - block: brd: associate with queue until adding disk + - net: hns3: bugfix for rtnl_lock's range in the hclgevf_reset() + - net: hns3: bugfix for rtnl_lock's range in the hclge_reset() + - net: hns3: bugfix for handling mailbox while the command queue reinitialized + - net: hns3: bugfix for the initialization of command queue's spin lock + - ixgbe: fix MAC anti-spoofing filter after VFLR + - reiserfs: propagate errors from fill_with_dentries() properly + - hfs: prevent btree data loss on root split + - hfsplus: prevent btree data loss on root split + - perf unwind: Take pgoff into account when reporting elf to libdwfl + - um: Give start_idle_thread() a return code + - drm/edid: Add 6 bpc quirk for BOE panel. + - afs: Handle EIO from delivery function + - platform/x86: intel_telemetry: report debugfs failure + - clk: fixed-rate: fix of_node_get-put imbalance + - perf symbols: Set PLT entry/header sizes properly on Sparc + - fs/exofs: fix potential memory leak in mount option parsing + - clk: samsung: exynos5420: Enable PERIS clocks for suspend + - apparmor: Fix uninitialized value in aa_split_fqname + - x86/earlyprintk: Add a force option for pciserial device + - platform/x86: acerhdf: Add BIOS entry for Gateway LT31 v1.3307 + - clk: meson-axg: pcie: drop the mpll3 clock parent + - arm64: percpu: Initialize ret in the default case + - clk: meson: clk-pll: drop CLK_GET_RATE_NOCACHE where unnecessary + - clk: renesas: r9a06g032: Fix UART34567 clock rate + - clk: ti: fix OF child-node lookup + - serial: sh-sci: Fix receive on SCIFA/SCIFB variants with DMA + - netfilter: ipv6: fix oops when defragmenting locally generated fragments + - netfilter: bridge: define INT_MIN & INT_MAX in userspace + - s390/decompressor: add missing FORCE to build targets + - s390/vdso: add missing FORCE to build targets + - HID: i2c-hid: Add a small delay after sleep command for Raydium touchpanel + - Revert "HID: add NOGET quirk for Eaton Ellipse MAX UPS" + - HID: alps: allow incoming reports when only the trackstick is opened + - Revert "netfilter: nft_numgen: add map lookups for numgen random operations" + - netfilter: ipset: list:set: Decrease refcount synchronously on deletion and + replace + - netfilter: ipset: actually allow allowable CIDR 0 in hash:net,port,net + - netfilter: ipset: fix ip_set_list allocation failure + - s390/mm: fix mis-accounting of pgtable_bytes + - s390/mm: Fix ERROR: "__node_distance" undefined! + - bpf: fix bpf_prog_get_info_by_fd to return 0 func_lens for unpriv + - netfilter: ipset: Correct rcu_dereference() call in ip_set_put_comment() + - netfilter: xt_IDLETIMER: add sysfs filename checking routine + - netfilter: ipset: Fix calling ip_set() macro at dumping + - netfilter: nft_compat: ebtables 'nat' table is normal chain type + - s390/qeth: fix HiperSockets sniffer + - s390/qeth: unregister netdevice only when registered + - net: hns3: Fix for out-of-bounds access when setting pfc back pressure + - hwmon: (ibmpowernv) Remove bogus __init annotations + - ARM: dts: imx6sll: fix typo for fsl,imx6sll-i2c node + - ARM: dts: fsl: Fix improperly quoted stdout-path values + - Revert "drm/exynos/decon5433: implement frame counter" + - arm64: dts: renesas: r8a7795: add missing dma-names on hscif2 + - arm64: dts: renesas: condor: switch from EtherAVB to GEther + - xen/grant-table: Fix incorrect gnttab_dma_free_pages() pr_debug message + - clk: fixed-factor: fix of_node_get-put imbalance + - mtd: nand: Fix nanddev_pos_next_page() kernel-doc header + - lib/raid6: Fix arm64 test build + - drm/amd/display: Stop leaking planes + - block: Clear kernel memory before copying to user + - drm/amd/display: Drop reusing drm connector for MST + - drm/amd/amdgpu/dm: Fix dm_dp_create_fake_mst_encoder() + - s390/perf: Change CPUM_CF return code in event init function + - ceph: quota: fix null pointer dereference in quota check + - of/device: Really only set bus DMA mask when appropriate + - nvme: make sure ns head inherits underlying device limits + - i2c: omap: Enable for ARCH_K3 + - i2c: qcom-geni: Fix runtime PM mismatch with child devices + - sched/core: Take the hotplug lock in sched_init_smp() + - perf tools: Fix undefined symbol scnprintf in libperf-jvmti.so + - perf tools: Do not zero sample_id_all for group members + - ice: Fix dead device link issue with flow control + - ice: Fix the bytecount sent to netdev_tx_sent_queue + - ice: Change req_speeds to be u16 + - i40e: restore NETIF_F_GSO_IPXIP[46] to netdev features + - qed: Fix memory/entry leak in qed_init_sp_request() + - qed: Fix blocking/unlimited SPQ entries leak + - qed: Fix SPQ entries not returned to pool in error flows + - qed: Fix potential memory corruption + - net: stmmac: Fix RX packet size > 8191 + - net: aquantia: fix potential IOMMU fault after driver unbind + - net: aquantia: fixed enable unicast on 32 macvlan + - net: aquantia: invalid checksumm offload implementation + - kbuild: deb-pkg: fix too low build version number + - Revert "scripts/setlocalversion: git: Make -dirty check more robust" + - SUNRPC: drop pointless static qualifier in xdr_get_next_encode_buffer() + - x86/mm: Move LDT remap out of KASLR region on 5-level paging + - x86/ldt: Unmap PTEs for the slot before freeing LDT pages + - x86/ldt: Remove unused variable in map_ldt_struct() + - media: v4l: event: Add subscription to list before calling "add" operation + - MIPS: OCTEON: cavium_octeon_defconfig: re-enable OCTEON USB driver + - RISC-V: Fix raw_copy_{to,from}_user() + - uio: Fix an Oops on load + - ALSA: hda/realtek - Add quirk entry for HP Pavilion 15 + - ALSA: hda/ca0132 - Call pci_iounmap() instead of iounmap() + - can: kvaser_usb: Fix accessing freed memory in kvaser_usb_start_xmit() + - can: kvaser_usb: Fix potential uninitialized variable use + - usb: cdc-acm: add entry for Hiro (Conexant) modem + - USB: Wait for extra delay time after USB_PORT_FEAT_RESET for quirky hub + - usb: quirks: Add delay-init quirk for Corsair K70 LUX RGB + - misc: atmel-ssc: Fix section annotation on atmel_ssc_get_driver_data + - USB: misc: appledisplay: add 20" Apple Cinema Display + - gnss: serial: fix synchronous write timeout + - gnss: sirf: fix synchronous write timeout + - mtd: rawnand: atmel: fix OF child-node lookup + - drivers/misc/sgi-gru: fix Spectre v1 vulnerability + - ACPI / platform: Add SMB0001 HID to forbidden_id_list + - HID: uhid: forbid UHID_CREATE under KERNEL_DS or elevated privileges + - HID: Add quirk for Primax PIXART OEM mice + - HID: Add quirk for Microsoft PIXART OEM mouse + - libceph: fall back to sendmsg for slab pages + - mt76x0: run vco calibration for each channel configuration + - Linux 4.19.5 + + * Miscellaneous Ubuntu changes + - Revert "UBUNTU: Build signed kernels for arm64" + + -- Seth Forshee Tue, 27 Nov 2018 10:38:34 -0600 + +linux (4.19.0-6.7) disco; urgency=medium + + * linux: 4.19.0-6.7 -proposed tracker (LP: #1805195) + + * SecureBoot support for arm64 (LP: #1804481) + - Build signed kernels for arm64 + + * Add pointstick support for Cirque Touchpad (LP: #1805081) + - HID: multitouch: Add pointstick support for Cirque Touchpad + + * Power consumption during s2idle is higher than long idle (Intel SSDPEKKF) + (LP: #1804588) + - SAUCE: pci: prevent Intel NVMe SSDPEKKF from entering D3 + - SAUCE: nvme: add quirk to not call disable function when suspending + + * Disco update: 4.19.4 upstream stable release (LP: #1805159) + - flow_dissector: do not dissect l4 ports for fragments + - ibmvnic: fix accelerated VLAN handling + - ip_tunnel: don't force DF when MTU is locked + - ipv6: fix a dst leak when removing its exception + - ipv6: Fix PMTU updates for UDP/raw sockets in presence of VRF + - net: bcmgenet: protect stop from timeout + - net-gro: reset skb->pkt_type in napi_reuse_skb() + - sctp: not allow to set asoc prsctp_enable by sockopt + - tcp: Fix SOF_TIMESTAMPING_RX_HARDWARE to use the latest timestamp during TCP + coalescing + - tg3: Add PHY reset for 5717/5719/5720 in change ring and flow control paths + - tipc: don't assume linear buffer when reading ancillary data + - tipc: fix lockdep warning when reinitilaizing sockets + - tuntap: fix multiqueue rx + - net: systemport: Protect stop from timeout + - net/sched: act_pedit: fix memory leak when IDR allocation fails + - net: sched: cls_flower: validate nested enc_opts_policy to avoid warning + - tipc: fix link re-establish failure + - net/mlx5e: Don't match on vlan non-existence if ethertype is wildcarded + - net/mlx5e: Claim TC hw offloads support only under a proper build config + - net/mlx5e: Adjust to max number of channles when re-attaching + - net/mlx5e: RX, verify received packet size in Linear Striding RQ + - Revert "sctp: remove sctp_transport_pmtu_check" + - net/mlx5e: Always use the match level enum when parsing TC rule match + - net/mlx5e: Fix selftest for small MTUs + - net/mlx5e: Removed unnecessary warnings in FEC caps query + - inet: frags: better deal with smp races + - l2tp: fix a sock refcnt leak in l2tp_tunnel_register + - net/mlx5: IPSec, Fix the SA context hash key + - net/mlx5e: IPoIB, Reset QP after channels are closed + - net: dsa: mv88e6xxx: Fix clearing of stats counters + - net: phy: realtek: fix RTL8201F sysfs name + - sctp: define SCTP_SS_DEFAULT for Stream schedulers + - net: qualcomm: rmnet: Fix incorrect assignment of real_dev + - net: dsa: microchip: initialize mutex before use + - sctp: fix strchange_flags name for Stream Change Event + - net: phy: mdio-gpio: Fix working over slow can_sleep GPIOs + - sctp: not increase stream's incnt before sending addstrm_in request + - mlxsw: spectrum: Fix IP2ME CPU policer configuration + - net: smsc95xx: Fix MTU range + - rxrpc: Fix lockup due to no error backoff after ack transmit error + - usbnet: smsc95xx: disable carrier check while suspending + - Revert "x86/speculation: Enable cross-hyperthread spectre v2 STIBP + mitigation" + - Linux 4.19.4 + + * Disco update: 4.19.3 upstream stable release (LP: #1805158) + - powerpc/traps: restore recoverability of machine_check interrupts + - powerpc/64/module: REL32 relocation range check + - powerpc/mm: Fix page table dump to work on Radix + - powerpc/mm: fix always true/false warning in slice.c + - drm/amd/display: fix bug of accessing invalid memory + - Input: wm97xx-ts - fix exit path + - powerpc/Makefile: Fix PPC_BOOK3S_64 ASFLAGS + - powerpc/eeh: Fix possible null deref in eeh_dump_dev_log() + - tty: check name length in tty_find_polling_driver() + - tracing/kprobes: Check the probe on unloaded module correctly + - drm/nouveau/secboot/acr: fix memory leak + - drm/amdgpu/powerplay: fix missing break in switch statements + - ARM: imx_v6_v7_defconfig: Select CONFIG_TMPFS_POSIX_ACL + - powerpc/nohash: fix undefined behaviour when testing page size support + - drm/msm/gpu: fix parameters in function msm_gpu_crashstate_capture + - drm/msm/disp/dpu: Use proper define for drm_encoder_init() 'encoder_type' + - drm/msm: dpu: Allow planes to extend past active display + - powerpc/mm: Don't report hugepage tables as memory leaks when using kmemleak + - drm/omap: fix memory barrier bug in DMM driver + - drm/amd/display: Raise dispclk value for dce120 by 15% + - drm/amd/display: fix gamma not being applied + - drm/hisilicon: hibmc: Do not carry error code in HiBMC framebuffer pointer + - media: pci: cx23885: handle adding to list failure + - media: coda: don't overwrite h.264 profile_idc on decoder instance + - MIPS: kexec: Mark CPU offline before disabling local IRQ + - powerpc/boot: Ensure _zimage_start is a weak symbol + - powerpc/memtrace: Remove memory in chunks + - MIPS/PCI: Call pcie_bus_configure_settings() to set MPS/MRRS + - staging: erofs: fix a missing endian conversion + - serial: 8250_of: Fix for lack of interrupt support + - sc16is7xx: Fix for multi-channel stall + - media: tvp5150: fix width alignment during set_selection() + - powerpc/selftests: Wait all threads to join + - staging:iio:ad7606: fix voltage scales + - drm: rcar-du: Update Gen3 output limitations + - drm/amdgpu: Fix SDMA TO after GPU reset v3 + - staging: most: video: fix registration of an empty comp core_component + - 9p locks: fix glock.client_id leak in do_lock + - udf: Prevent write-unsupported filesystem to be remounted read-write + - ARM: dts: imx6ull: keep IMX6UL_ prefix for signals on both i.MX6UL and + i.MX6ULL + - media: ov5640: fix mode change regression + - 9p: clear dangling pointers in p9stat_free + - drm/amdgpu: fix integer overflow test in amdgpu_bo_list_create() + - media: ov5640: fix restore of last mode set + - cdrom: fix improper type cast, which can leat to information leak. + - ovl: fix error handling in ovl_verify_set_fh() + - ovl: fix recursive oi->lock in ovl_link() + - ovl: check whiteout in ovl_create_over_whiteout() + - ovl: automatically enable redirect_dir on metacopy=on + - serial: sh-sci: Fix could not remove dev_attr_rx_fifo_timeout + - scsi: qla2xxx: Fix incorrect port speed being set for FC adapters + - scsi: qla2xxx: Fix process response queue for ISP26XX and above + - scsi: qla2xxx: Remove stale debug trace message from tcm_qla2xxx + - scsi: qla2xxx: Fix early srb free on abort + - scsi: qla2xxx: shutdown chip if reset fail + - scsi: qla2xxx: Reject bsg request if chip is down. + - scsi: qla2xxx: Fix re-using LoopID when handle is in use + - scsi: qla2xxx: Fix for double free of SRB structure + - scsi: qla2xxx: Fix NVMe session hang on unload + - scsi: qla2xxx: Fix NVMe Target discovery + - scsi: qla2xxx: Fix duplicate switch database entries + - scsi: qla2xxx: Fix driver hang when FC-NVMe LUNs are configured + - vfs: fix FIGETBSZ ioctl on an overlayfs file + - fuse: Fix use-after-free in fuse_dev_do_read() + - fuse: Fix use-after-free in fuse_dev_do_write() + - fuse: fix blocked_waitq wakeup + - fuse: set FR_SENT while locked + - drm/msm: fix OF child-node lookup + - arm64: dts: stratix10: Support Ethernet Jumbo frame + - arm64: dts: stratix10: fix multicast filtering + - clk: meson-gxbb: set fclk_div3 as CLK_IS_CRITICAL + - clk: meson: axg: mark fdiv2 and fdiv3 as critical + - zram: close udev startup race condition as default groups + - MIPS: Loongson-3: Fix CPU UART irq delivery problem + - MIPS: Loongson-3: Fix BRIDGE irq delivery problem + - xtensa: add NOTES section to the linker script + - xtensa: make sure bFLT stack is 16 byte aligned + - xtensa: fix boot parameters address translation + - um: Drop own definition of PTRACE_SYSEMU/_SINGLESTEP + - clk: s2mps11: Fix matching when built as module and DT node contains + compatible + - clk: at91: Fix division by zero in PLL recalc_rate() + - clk: sunxi-ng: h6: fix bus clocks' divider position + - clk: rockchip: fix wrong mmc sample phase shift for rk3328 + - clk: rockchip: Fix static checker warning in rockchip_ddrclk_get_parent call + - libceph: bump CEPH_MSG_MAX_DATA_LEN + - Revert "ceph: fix dentry leak in splice_dentry()" + - thermal: core: Fix use-after-free in thermal_cooling_device_destroy_sysfs + - mach64: fix display corruption on big endian machines + - mach64: fix image corruption due to reading accelerator registers + - acpi/nfit, x86/mce: Handle only uncorrectable machine checks + - acpi/nfit, x86/mce: Validate a MCE's address before using it + - acpi, nfit: Fix ARS overflow continuation + - reset: hisilicon: fix potential NULL pointer dereference + - crypto: hisilicon - Fix NULL dereference for same dst and src + - crypto: hisilicon - Fix reference after free of memories on error path + - vhost/scsi: truncate T10 PI iov_iter to prot_bytes + - scsi: qla2xxx: Initialize port speed to avoid setting lower speed + - SCSI: fix queue cleanup race before queue initialization is done + - Revert "powerpc/8xx: Use L1 entry APG to handle _PAGE_ACCESSED for + CONFIG_SWAP" + - soc: ti: QMSS: Fix usage of irq_set_affinity_hint + - ocfs2: fix a misuse a of brelse after failing ocfs2_check_dir_entry + - ocfs2: free up write context when direct IO failed + - mm: thp: relax __GFP_THISNODE for MADV_HUGEPAGE mappings + - memory_hotplug: cond_resched in __remove_pages + - netfilter: conntrack: fix calculation of next bucket number in early_drop + - ARM: 8809/1: proc-v7: fix Thumb annotation of cpu_v7_hvc_switch_mm + - bonding/802.3ad: fix link_failure_count tracking + - mtd: spi-nor: cadence-quadspi: Return error code in + cqspi_direct_read_execute() + - mtd: nand: Fix nanddev_neraseblocks() + - mtd: docg3: don't set conflicting BCH_CONST_PARAMS option + - hwmon: (core) Fix double-free in __hwmon_device_register() + - perf cs-etm: Correct CPU mode for samples + - perf stat: Handle different PMU names with common prefix + - perf callchain: Honour the ordering of PERF_CONTEXT_{USER,KERNEL,etc} + - perf intel-pt/bts: Calculate cpumode for synthesized samples + - perf intel-pt: Insert callchain context into synthesized callchains + - of, numa: Validate some distance map rules + - x86/cpu/vmware: Do not trace vmware_sched_clock() + - x86/hyper-v: Enable PIT shutdown quirk + - termios, tty/tty_baudrate.c: fix buffer overrun + - arch/alpha, termios: implement BOTHER, IBSHIFT and termios2 + - watchdog/core: Add missing prototypes for weak functions + - btrfs: fix pinned underflow after transaction aborted + - Btrfs: fix missing data checksums after a ranged fsync (msync) + - Btrfs: fix cur_offset in the error case for nocow + - Btrfs: fix infinite loop on inode eviction after deduplication of eof block + - Btrfs: fix data corruption due to cloning of eof block + - btrfs: tree-checker: Fix misleading group system information + - clockevents/drivers/i8253: Add support for PIT shutdown quirk + - ext4: add missing brelse() update_backups()'s error path + - ext4: add missing brelse() in set_flexbg_block_bitmap()'s error path + - ext4: add missing brelse() add_new_gdb_meta_bg()'s error path + - ext4: avoid potential extra brelse in setup_new_flex_group_blocks() + - ext4: missing !bh check in ext4_xattr_inode_write() + - ext4: fix possible inode leak in the retry loop of ext4_resize_fs() + - ext4: avoid buffer leak on shutdown in ext4_mark_iloc_dirty() + - ext4: avoid buffer leak in ext4_orphan_add() after prior errors + - ext4: fix missing cleanup if ext4_alloc_flex_bg_array() fails while resizing + - ext4: avoid possible double brelse() in add_new_gdb() on error path + - ext4: fix possible leak of sbi->s_group_desc_leak in error path + - ext4: fix possible leak of s_journal_flag_rwsem in error path + - ext4: fix buffer leak in ext4_xattr_get_block() on error path + - ext4: release bs.bh before re-using in ext4_xattr_block_find() + - ext4: fix buffer leak in ext4_xattr_move_to_block() on error path + - ext4: fix buffer leak in ext4_expand_extra_isize_ea() on error path + - ext4: fix buffer leak in __ext4_read_dirblock() on error path + - mount: Prevent MNT_DETACH from disconnecting locked mounts + - mnt: fix __detach_mounts infinite loop + - uapi: fix linux/kfd_ioctl.h userspace compilation errors + - ARM: cpuidle: Don't register the driver when back-end init returns -ENXIO + - kdb: use correct pointer when 'btc' calls 'btt' + - kdb: print real address of pointers instead of hashed addresses + - sunrpc: correct the computation for page_ptr when truncating + - NFSv4: Don't exit the state manager without clearing + NFS4CLNT_MANAGER_RUNNING + - nfsd: COPY and CLONE operations require the saved filehandle to be set + - rtc: hctosys: Add missing range error reporting + - fuse: fix use-after-free in fuse_direct_IO() + - fuse: fix leaked notify reply + - fuse: fix possibly missed wake-up after abort + - selinux: check length properly in SCTP bind hook + - gfs2: Put bitmap buffers in put_super + - gfs2: Fix metadata read-ahead during truncate (2) + - libata: blacklist SAMSUNG MZ7TD256HAFV-000L9 SSD + - crypto: user - fix leaking uninitialized memory to userspace + - lib/ubsan.c: don't mark __ubsan_handle_builtin_unreachable as noreturn + - hugetlbfs: fix kernel BUG at fs/hugetlbfs/inode.c:444! + - mm/swapfile.c: use kvzalloc for swap_info_struct allocation + - efi/arm/libstub: Pack FDT after populating it + - mm: don't reclaim inodes with many attached pages + - scripts/spdxcheck.py: make python3 compliant + - drm/rockchip: Allow driver to be shutdown on reboot/kexec + - drm/amdgpu: Fix typo in amdgpu_vmid_mgr_init + - drm/amdgpu: add missing CHIP_HAINAN in amdgpu_ucode_get_load_type + - drm/amdgpu: Suppress keypresses from ACPI_VIDEO events + - drm/nouveau: Check backlight IDs are >= 0, not > 0 + - drm/nouveau: Fix nv50_mstc->best_encoder() + - drm/amd/powerplay: Enable/Disable NBPSTATE on On/OFF of UVD + - drm/etnaviv: fix bogus fence complete check in timeout handler + - drm/dp_mst: Check if primary mstb is null + - drm: panel-orientation-quirks: Add quirk for Acer One 10 (S1003) + - drm/i915/dp: Link train Fallback on eDP only if fallback link BW can fit + panel's native mode + - drm/i915: Use the correct crtc when sanitizing plane mapping + - drm/i915: Restore vblank interrupts earlier + - drm/i915: Don't unset intel_connector->mst_port + - drm/i915: Skip vcpi allocation for MSTB ports that are gone + - drm/i915: Large page offsets for pread/pwrite + - drm/i915/dp: Fix link retraining comment in intel_dp_long_pulse() + - drm/i915/dp: Restrict link retrain workaround to external monitors + - drm/i915/icl: Fix the macros for DFLEXDPMLE register bits + - drm/i915/hdmi: Add HDMI 2.0 audio clock recovery N values + - drm/i915: Mark up GTT sizes as u64 + - drm/i915: Fix error handling for the NV12 fb dimensions check + - drm/i915: Fix ilk+ watermarks when disabling pipes + - drm/i915: Compare user's 64b GTT offset even on 32b + - drm/i915: Don't oops during modeset shutdown after lpe audio deinit + - drm/i915: Mark pin flags as u64 + - drm/i915/ringbuffer: Delay after EMIT_INVALIDATE for gen4/gen5 + - drm/i915/execlists: Force write serialisation into context image vs + execution + - drm/i915: Fix possible race in intel_dp_add_mst_connector() + - drm/i915: Fix NULL deref when re-enabling HPD IRQs on systems with MST + - drm/i915: Fix hpd handling for pins with two encoders + - CONFIG_XEN_PV breaks xen_create_contiguous_region on ARM + - Revert "ACPICA: AML interpreter: add region addresses in global list during + initialization" + - Linux 4.19.3 + + * glibc 2.28-0ubuntu1 ADT test failure with linux 4.19.0-5.6 (LP: #1805154) + - SAUCE: Revert "x86: vdso: Use $LD instead of $CC to link" + + * Miscellaneous Ubuntu changes + - SAUCE: (noup) Update spl to 0.7.12-1ubuntu1, zfs to 0.7.12-1ubuntu1 + + -- Seth Forshee Mon, 26 Nov 2018 11:44:00 -0600 + +linux (4.19.0-5.6) disco; urgency=medium + + * crash in ENA driver on removing an interface (LP: #1802341) + - SAUCE: net: ena: fix crash during ena_remove() + + * Ubuntu 18.04.1 - [s390x] Kernel panic while stressing network bonding + (LP: #1797367) + - s390/qeth: sanitize strings in debug messages + + * Disco update: 4.19.2 upstream stable release (LP: #1803410) + - bpf: fix partial copy of map_ptr when dst is scalar + - MIPS: VDSO: Reduce VDSO_RANDOMIZE_SIZE to 64MB for 64bit + - gpio: mxs: Get rid of external API call + - mtd: rawnand: marvell: fix the IRQ handler complete() condition + - mtd: maps: gpio-addr-flash: Fix ioremapped size + - mtd: spi-nor: fsl-quadspi: fix read error for flash size larger than 16MB + - mtd: spi-nor: intel-spi: Add support for Intel Ice Lake SPI serial flash + - mtd: spi-nor: fsl-quadspi: Don't let -EINVAL on the bus + - spi: spi-mem: Adjust op len based on message/transfer size limitations + - spi: bcm-qspi: switch back to reading flash using smaller chunks + - spi: bcm-qspi: fix calculation of address length + - bcache: trace missed reading by cache_missed + - bcache: fix ioctl in flash device + - bcache: correct dirty data statistics + - bcache: fix miss key refill->end in writeback + - hwmon: (pmbus) Fix page count auto-detection. + - jffs2: free jffs2_sb_info through jffs2_kill_sb() + - block: setup bounce bio_sets properly + - block: make sure discard bio is aligned with logical block size + - block: make sure writesame bio is aligned with logical block size + - cpufreq: conservative: Take limits changes into account properly + - dma-mapping: fix panic caused by passing empty cma command line argument + - pcmcia: Implement CLKRUN protocol disabling for Ricoh bridges + - ACPI / OSL: Use 'jiffies' as the time bassis for acpi_os_get_timer() + - ACPICA: AML interpreter: add region addresses in global list during + initialization + - ACPICA: AML Parser: fix parse loop to correctly skip erroneous extended + opcodes + - acpi, nfit: Fix Address Range Scrub completion tracking + - kprobes/x86: Use preempt_enable() in optimized_callback() + - mailbox: PCC: handle parse error + - parisc: Fix address in HPMC IVA + - parisc: Fix map_pages() to not overwrite existing pte entries + - parisc: Fix exported address of os_hpmc handler + - ALSA: hda - Add quirk for ASUS G751 laptop + - ALSA: hda - Fix headphone pin config for ASUS G751 + - ALSA: hda - Add mic quirk for the Lenovo G50-30 (17aa:3905) + - ALSA: hda: Add 2 more models to the power_save blacklist + - ALSA: ca0106: Disable IZD on SB0570 DAC to fix audio pops + - ALSA: hda - Fix incorrect clearance of thinkpad_acpi hooks + - x86/speculation: Enable cross-hyperthread spectre v2 STIBP mitigation + - x86/xen: Fix boot loader version reported for PVH guests + - x86/corruption-check: Fix panic in memory_corruption_check() when boot + option without value is provided + - x86/kvm/nVMX: allow bare VMXON state migration + - x86/mm/pat: Disable preemption around __flush_tlb_all() + - x86/numa_emulation: Fix uniform-split numa emulation + - ARM: dts: exynos: Disable pull control for MAX8997 interrupts on Origen + - net: socionext: Reset tx queue in ndo_stop + - net: loopback: clear skb->tstamp before netif_rx() + - locking/lockdep: Fix debug_locks off performance problem + - netfilter: xt_nat: fix DNAT target for shifted portmap ranges + - ataflop: fix error handling during setup + - swim: fix cleanup on setup error + - arm64: cpufeature: ctr: Fix cpu capability check for late CPUs + - hv_netvsc: fix vf serial matching with pci slot info + - nfp: devlink port split support for 1x100G CXP NIC + - tun: Consistently configure generic netdev params via rtnetlink + - s390/sthyi: Fix machine name validity indication + - hwmon: (pwm-fan) Set fan speed to 0 on suspend + - lightnvm: pblk: fix race on sysfs line state + - lightnvm: pblk: fix two sleep-in-atomic-context bugs + - lightnvm: pblk: fix race condition on metadata I/O + - spi: spi-ep93xx: Use dma_data_direction for ep93xx_spi_dma_{finish,prepare} + - perf tools: Free temporary 'sys' string in read_event_files() + - perf tools: Cleanup trace-event-info 'tdata' leak + - perf tools: Free 'printk' string in parse_ftrace_printk() + - perf strbuf: Match va_{add,copy} with va_end + - cpupower: Fix coredump on VMWare + - bcache: Populate writeback_rate_minimum attribute + - mmc: sdhci-pci-o2micro: Add quirk for O2 Micro dev 0x8620 rev 0x01 + - sdhci: acpi: add free_slot callback + - mtd: rawnand: denali: set SPARE_AREA_SKIP_BYTES register to 8 if unset + - iwlwifi: pcie: avoid empty free RB queue + - iwlwifi: mvm: clear HW_RESTART_REQUESTED when stopping the interface + - iwlwifi: mvm: check for n_profiles validity in EWRD ACPI + - x86/olpc: Indicate that legacy PC XO-1 platform should not register RTC + - wlcore: Fix BUG with clear completion on timeout + - ACPI/PPTT: Handle architecturally unknown cache types + - ACPI / PM: LPIT: Register sysfs attributes based on FADT + - ACPI / processor: Fix the return value of acpi_processor_ids_walk() + - cpufreq: dt: Try freeing static OPPs only if we have added them + - x86/intel_rdt: Show missing resctrl mount options + - mtd: rawnand: atmel: Fix potential NULL pointer dereference + - nvme: call nvme_complete_rq when nvmf_check_ready fails for mpath I/O + - ath10k: fix tx status flag setting for management frames + - signal: Introduce COMPAT_SIGMINSTKSZ for use in compat_sys_sigaltstack + - ice: fix changing of ring descriptor size (ethtool -G) + - ice: update fw version check logic + - net: hns3: Fix for packet buffer setting bug + - Bluetooth: btbcm: Add entry for BCM4335C0 UART bluetooth + - Bluetooth: hci_qca: Remove hdev dereference in qca_close(). + - x86: boot: Fix EFI stub alignment + - net: hns3: Add nic state check before calling netif_tx_wake_queue + - net: hns3: Fix ets validate issue + - pinctrl: sunxi: fix 'pctrl->functions' allocation in + sunxi_pinctrl_build_state + - pinctrl: qcom: spmi-mpp: Fix err handling of pmic_mpp_set_mux + - brcmfmac: fix for proper support of 160MHz bandwidth + - net: hns3: Check hdev state when getting link status + - net: hns3: Set STATE_DOWN bit of hdev state when stopping net + - net: phy: phylink: ensure the carrier is off when starting phylink + - block, bfq: correctly charge and reset entity service in all cases + - arm64: entry: Allow handling of undefined instructions from EL1 + - kprobes: Return error if we fail to reuse kprobe instead of BUG_ON() + - spi: gpio: No MISO does not imply no RX + - ACPI / LPSS: Add alternative ACPI HIDs for Cherry Trail DMA controllers + - pinctrl: qcom: spmi-mpp: Fix drive strength setting + - bpf/verifier: fix verifier instability + - failover: Add missing check to validate 'slave_dev' in + net_failover_slave_unregister + - perf tests: Fix record+probe_libc_inet_pton.sh without ping's debuginfo + - pinctrl: spmi-mpp: Fix pmic_mpp_config_get() to be compliant + - pinctrl: ssbi-gpio: Fix pm8xxx_pin_config_get() to be compliant + - net: hns3: Preserve vlan 0 in hardware table + - net: hns3: Fix ping exited problem when doing lp selftest + - net: hns3: Fix for vf vlan delete failed problem + - net: dsa: mv88e6xxx: Fix writing to a PHY page. + - mt76x2u: run device cleanup routine if resume fails + - rsi: fix memory alignment issue in ARM32 platforms + - libertas_tf: prevent underflow in process_cmdrequest() + - iwlwifi: mvm: fix BAR seq ctrl reporting + - gpio: brcmstb: allow 0 width GPIO banks + - ixgbe: disallow IPsec Tx offload when in SR-IOV mode + - ixgbevf: VF2VF TCP RSS + - wil6210: fix RX buffers release and unmap + - ath10k: schedule hardware restart if WMI command times out + - libata: Apply NOLPM quirk for SAMSUNG MZ7TD256HAFV-000L9 + - thermal: rcar_thermal: Prevent doing work after unbind + - thermal: da9062/61: Prevent hardware access during system suspend + - cifs: fix a credits leak for compund commands + - cgroup, netclassid: add a preemption point to write_classid + - net: stmmac: dwmac-sun8i: fix OF child-node lookup + - f2fs: fix to account IO correctly for cgroup writeback + - MD: Memory leak when flush bio size is zero + - md: fix memleak for mempool + - of: Add missing exports of node name compare functions + - scsi: esp_scsi: Track residual for PIO transfers + - scsi: ufs: Schedule clk gating work on correct queue + - UAPI: ndctl: Fix g++-unsupported initialisation in headers + - KVM: nVMX: Clear reserved bits of #DB exit qualification + - scsi: megaraid_sas: fix a missing-check bug + - RDMA/core: Do not expose unsupported counters + - RDMA/cm: Respect returned status of cm_init_av_by_path + - IB/ipoib: Clear IPCB before icmp_send + - RDMA/bnxt_re: Avoid accessing nq->bar_reg_iomem in failure case + - RDMA/bnxt_re: Fix recursive lock warning in debug kernel + - usb: host: ohci-at91: fix request of irq for optional gpio + - PCI: mediatek: Fix mtk_pcie_find_port() endpoint/port matching logic + - PCI: cadence: Use AXI region 0 to signal interrupts from EP + - usb: typec: tcpm: Report back negotiated PPS voltage and current + - tpm: suppress transmit cmd error logs when TPM 1.2 is disabled/deactivated + - f2fs: clear PageError on the read path + - Drivers: hv: vmbus: Use cpumask_var_t for on-stack cpu mask + - VMCI: Resource wildcard match fixed + - PCI / ACPI: Enable wake automatically for power managed bridges + - xprtrdma: Reset credit grant properly after a disconnect + - irqchip/pdc: Setup all edge interrupts as rising edge at GIC + - usb: dwc2: fix call to vbus supply exit routine, call it unlocked + - usb: dwc2: fix a race with external vbus supply + - usb: gadget: udc: atmel: handle at91sam9rl PMC + - ext4: fix argument checking in EXT4_IOC_MOVE_EXT + - MD: fix invalid stored role for a disk + - PCI: cadence: Correct probe behaviour when failing to get PHY + - nvmem: check the return value of nvmem_add_cells() + - xhci: Avoid USB autosuspend when resuming USB2 ports. + - scsi: qla2xxx: Fix recursive mailbox timeout + - f2fs: fix to recover inode's crtime during POR + - f2fs: fix to recover inode's i_flags during POR + - PCI/MSI: Warn and return error if driver enables MSI/MSI-X twice + - coresight: etb10: Fix handling of perf mode + - PCI: dwc: pci-dra7xx: Enable errata i870 for both EP and RC mode + - crypto: caam - fix implicit casts in endianness helpers + - usb: chipidea: Prevent unbalanced IRQ disable + - Smack: ptrace capability use fixes + - driver/dma/ioat: Call del_timer_sync() without holding prep_lock + - ASoC: AMD: Fix capture unstable in beginning for some runs + - firmware: coreboot: Unmap ioregion after device population + - IB/ipoib: Use dev_port to expose network interface port numbers + - IB/mlx5: Allow transition of DCI QP to reset + - uio: ensure class is registered before devices + - scsi: lpfc: Correct soft lockup when running mds diagnostics + - scsi: lpfc: Correct race with abort on completion path + - f2fs: avoid sleeping under spin_lock + - f2fs: report error if quota off error during umount + - signal: Always deliver the kernel's SIGKILL and SIGSTOP to a pid namespace + init + - f2fs: fix to flush all dirty inodes recovered in readonly fs + - mfd: menelaus: Fix possible race condition and leak + - dmaengine: dma-jz4780: Return error if not probed from DT + - IB/rxe: fix for duplicate request processing and ack psns + - ALSA: hda: Check the non-cached stream buffers more explicitly + - cpupower: Fix AMD Family 0x17 msr_pstate size + - Revert "f2fs: fix to clear PG_checked flag in set_page_dirty()" + - f2fs: fix missing up_read + - f2fs: fix to recover cold bit of inode block during POR + - f2fs: fix to account IO correctly + - OPP: Free OPP table properly on performance state irregularities + - ARM: dts: exynos: Convert exynos5250.dtsi to opp-v2 bindings + - ARM: dts: exynos: Mark 1 GHz CPU OPP as suspend OPP on Exynos5250 + - xen-swiotlb: use actually allocated size on check physical continuous + - tpm: Restore functionality to xen vtpm driver. + - xen/blkfront: avoid NULL blkfront_info dereference on device removal + - xen/balloon: Support xend-based toolstack + - xen: fix race in xen_qlock_wait() + - xen: make xen_qlock_wait() nestable + - xen/pvh: increase early stack size + - xen/pvh: don't try to unplug emulated devices + - libertas: don't set URB_ZERO_PACKET on IN USB transfer + - usbip:vudc: BUG kmalloc-2048 (Not tainted): Poison overwritten + - usb: typec: tcpm: Fix APDO PPS order checking to be based on voltage + - usb: gadget: udc: renesas_usb3: Fix b-device mode for "workaround" + - mt76: mt76x2: fix multi-interface beacon configuration + - iwlwifi: mvm: check return value of rs_rate_from_ucode_rate() + - net/ipv4: defensive cipso option parsing + - dmaengine: ppc4xx: fix off-by-one build failure + - scsi: sched/wait: Add wait_event_lock_irq_timeout for TASK_UNINTERRUPTIBLE + usage + - scsi: target: Fix target_wait_for_sess_cmds breakage with active signals + - libnvdimm: Hold reference on parent while scheduling async init + - libnvdimm, region: Fail badblocks listing for inactive regions + - libnvdimm, pmem: Fix badblocks population for 'raw' namespaces + - ASoC: intel: skylake: Add missing break in skl_tplg_get_token() + - ASoC: sta32x: set ->component pointer in private struct + - IB/mlx5: Fix MR cache initialization + - IB/rxe: Revise the ib_wr_opcode enum + - jbd2: fix use after free in jbd2_log_do_checkpoint() + - gfs2_meta: ->mount() can get NULL dev_name + - ext4: fix EXT4_IOC_SWAP_BOOT + - ext4: initialize retries variable in ext4_da_write_inline_data_begin() + - ext4: fix setattr project check in fssetxattr ioctl + - ext4: propagate error from dquot_initialize() in EXT4_IOC_FSSETXATTR + - ext4: fix use-after-free race in ext4_remount()'s error path + - selinux: fix mounting of cgroup2 under older policies + - HID: wacom: Work around HID descriptor bug in DTK-2451 and DTH-2452 + - HID: hiddev: fix potential Spectre v1 + - EDAC, amd64: Add Family 17h, models 10h-2fh support + - EDAC, {i7core,sb,skx}_edac: Fix uncorrected error counting + - EDAC, skx_edac: Fix logical channel intermediate decoding + - ARM: dts: dra7: Fix up unaligned access setting for PCIe EP + - PCI/ASPM: Fix link_state teardown on device removal + - PCI: Add Device IDs for Intel GPU "spurious interrupt" quirk + - signal/GenWQE: Fix sending of SIGKILL + - signal: Guard against negative signal numbers in copy_siginfo_from_user32 + - crypto: lrw - Fix out-of bounds access on counter overflow + - crypto: tcrypt - fix ghash-generic speed test + - crypto: aesni - don't use GFP_ATOMIC allocation if the request doesn't cross + a page in gcm + - crypto: morus/generic - fix for big endian systems + - crypto: aegis/generic - fix for big endian systems + - crypto: speck - remove Speck + - mm: /proc/pid/smaps_rollup: fix NULL pointer deref in smaps_pte_range() + - userfaultfd: disable irqs when taking the waitqueue lock + - ima: fix showing large 'violations' or 'runtime_measurements_count' + - ima: open a new file instance if no read permissions + - hugetlbfs: dirty pages as they are added to pagecache + - mm/rmap: map_pte() was not handling private ZONE_DEVICE page properly + - mm/hmm: fix race between hmm_mirror_unregister() and mmu_notifier callback + - KVM: arm/arm64: Ensure only THP is candidate for adjustment + - KVM: arm64: Fix caching of host MDCR_EL2 value + - kbuild: fix kernel/bounds.c 'W=1' warning + - iio: ad5064: Fix regulator handling + - iio: adc: imx25-gcq: Fix leak of device_node in mx25_gcq_setup_cfgs() + - iio: adc: at91: fix acking DRDY irq on simple conversions + - iio: adc: at91: fix wrong channel number in triggered buffer mode + - w1: omap-hdq: fix missing bus unregister at removal + - smb3: allow stats which track session and share reconnects to be reset + - smb3: do not attempt cifs operation in smb3 query info error path + - smb3: on kerberos mount if server doesn't specify auth type use krb5 + - printk: Fix panic caused by passing log_buf_len to command line + - genirq: Fix race on spurious interrupt detection + - tpm: fix response size validation in tpm_get_random() + - NFC: nfcmrvl_uart: fix OF child-node lookup + - NFSv4.1: Fix the r/wsize checking + - nfs: Fix a missed page unlock after pg_doio() + - nfsd: correctly decrement odstate refcount in error path + - nfsd: Fix an Oops in free_session() + - lockd: fix access beyond unterminated strings in prints + - dm ioctl: harden copy_params()'s copy_from_user() from malicious users + - dm zoned: fix metadata block ref counting + - dm zoned: fix various dmz_get_mblock() issues + - media: ov7670: make "xclk" clock optional + - fsnotify: Fix busy inodes during unmount + - powerpc64/module elfv1: Set opd addresses after module relocation + - powerpc/msi: Fix compile error on mpc83xx + - powerpc/tm: Fix HFSCR bit for no suspend case + - powerpc/64s/hash: Do not use PPC_INVALIDATE_ERAT on CPUs before POWER9 + - MIPS: OCTEON: fix out of bounds array access on CN68XX + - rtc: ds1307: fix ds1339 wakealarm support + - rtc: cmos: Fix non-ACPI undefined reference to `hpet_rtc_interrupt' + - rtc: cmos: Remove the `use_acpi_alarm' module parameter for !ACPI + - power: supply: twl4030-charger: fix OF sibling-node lookup + - ocxl: Fix access to the AFU Descriptor Data + - iommu/arm-smmu: Ensure that page-table updates are visible before TLBI + - TC: Set DMA masks for devices + - net: bcmgenet: fix OF child-node lookup + - media: v4l2-tpg: fix kernel oops when enabling HFLIP and OSD + - Revert "media: dvbsky: use just one mutex for serializing device R/W ops" + - kgdboc: Passing ekgdboc to command line causes panic + - remoteproc: qcom: q6v5: Propagate EPROBE_DEFER + - media: cec: make cec_get_edid_spa_location() an inline function + - media: cec: integrate cec_validate_phys_addr() in cec-api.c + - xen: fix xen_qlock_wait() + - xen: remove size limit of privcmd-buf mapping interface + - xen-blkfront: fix kernel panic with negotiate_mq error path + - media: cec: add new tx/rx status bits to detect aborts/timeouts + - media: cec: fix the Signal Free Time calculation + - media: cec: forgot to cancel delayed work + - media: em28xx: use a default format if TRY_FMT fails + - media: tvp5150: avoid going past array on v4l2_querymenu() + - media: em28xx: fix input name for Terratec AV 350 + - media: em28xx: make v4l2-compliance happier by starting sequence on zero + - media: em28xx: fix handler for vidioc_s_input() + - media: adv7604: when the EDID is cleared, unconfigure CEC as well + - media: adv7842: when the EDID is cleared, unconfigure CEC as well + - drm/mediatek: fix OF sibling-node lookup + - media: media colorspaces*.rst: rename AdobeRGB to opRGB + - media: replace ADOBERGB by OPRGB + - media: hdmi.h: rename ADOBE_RGB to OPRGB and ADOBE_YCC to OPYCC + - arm64: lse: remove -fcall-used-x0 flag + - rpmsg: smd: fix memory leak on channel create + - Cramfs: fix abad comparison when wrap-arounds occur + - ARM: dts: socfpga: Fix SDRAM node address for Arria10 + - arm64: dts: stratix10: Correct System Manager register size + - soc: qcom: rmtfs-mem: Validate that scm is available + - soc/tegra: pmc: Fix child-node lookup + - selftests/ftrace: Fix synthetic event test to delete event correctly + - selftests/powerpc: Fix ptrace tm failure + - tracing: Return -ENOENT if there is no target synthetic event + - btrfs: qgroup: Avoid calling qgroup functions if qgroup is not enabled + - btrfs: Handle owner mismatch gracefully when walking up tree + - btrfs: locking: Add extra check in btrfs_init_new_buffer() to avoid deadlock + - btrfs: fix error handling in free_log_tree + - btrfs: fix error handling in btrfs_dev_replace_start + - btrfs: Enhance btrfs_trim_fs function to handle error better + - btrfs: Ensure btrfs_trim_fs can trim the whole filesystem + - btrfs: iterate all devices during trim, instead of fs_devices::alloc_list + - btrfs: don't attempt to trim devices that don't support it + - btrfs: keep trim from interfering with transaction commits + - btrfs: wait on caching when putting the bg cache + - Btrfs: don't clean dirty pages during buffered writes + - btrfs: release metadata before running delayed refs + - btrfs: protect space cache inode alloc with GFP_NOFS + - btrfs: reset max_extent_size on clear in a bitmap + - btrfs: make sure we create all new block groups + - Btrfs: fix warning when replaying log after fsync of a tmpfile + - Btrfs: fix wrong dentries after fsync of file that got its parent replaced + - btrfs: qgroup: Dirty all qgroups before rescan + - Btrfs: fix null pointer dereference on compressed write path error + - Btrfs: fix assertion on fsync of regular file when using no-holes feature + - Btrfs: fix deadlock when writing out free space caches + - btrfs: reset max_extent_size properly + - btrfs: set max_extent_size properly + - btrfs: don't use ctl->free_space for max_extent_size + - btrfs: only free reserved extent if we didn't insert it + - btrfs: fix insert_reserved error handling + - btrfs: don't run delayed_iputs in commit + - btrfs: move the dio_sem higher up the callchain + - Btrfs: fix use-after-free during inode eviction + - Btrfs: fix use-after-free when dumping free space + - net: sched: Remove TCA_OPTIONS from policy + - vt: fix broken display when running aptitude + - bpf: wait for running BPF programs when updating map-in-map + - vga_switcheroo: Fix missing gpu_bound call at audio client registration + - MD: fix invalid stored role for a disk - try2 + - Linux 4.19.2 + + * [FEAT] Guest-dedicated Crypto Adapters (LP: #1787405) + - KVM: s390: vsie: simulate VCPU SIE entry/exit + - KVM: s390: introduce and use KVM_REQ_VSIE_RESTART + - KVM: s390: refactor crypto initialization + - s390: vfio-ap: base implementation of VFIO AP device driver + - s390: vfio-ap: register matrix device with VFIO mdev framework + - s390: vfio-ap: sysfs interfaces to configure adapters + - s390: vfio-ap: sysfs interfaces to configure domains + - s390: vfio-ap: sysfs interfaces to configure control domains + - s390: vfio-ap: sysfs interface to view matrix mdev matrix + - KVM: s390: interface to clear CRYCB masks + - s390: vfio-ap: implement mediated device open callback + - s390: vfio-ap: implement VFIO_DEVICE_GET_INFO ioctl + - s390: vfio-ap: zeroize the AP queues + - s390: vfio-ap: implement VFIO_DEVICE_RESET ioctl + - KVM: s390: Clear Crypto Control Block when using vSIE + - KVM: s390: vsie: Do the CRYCB validation first + - KVM: s390: vsie: Make use of CRYCB FORMAT2 clear + - KVM: s390: vsie: Allow CRYCB FORMAT-2 + - KVM: s390: vsie: allow CRYCB FORMAT-1 + - KVM: s390: vsie: allow CRYCB FORMAT-0 + - KVM: s390: vsie: allow guest FORMAT-0 CRYCB on host FORMAT-1 + - KVM: s390: vsie: allow guest FORMAT-1 CRYCB on host FORMAT-2 + - KVM: s390: vsie: allow guest FORMAT-0 CRYCB on host FORMAT-2 + - KVM: s390: device attrs to enable/disable AP interpretation + - KVM: s390: CPU model support for AP virtualization + - s390: doc: detailed specifications for AP virtualization + - KVM: s390: fix locking for crypto setting error path + - KVM: s390: Tracing APCB changes + - s390: vfio-ap: setup APCB mask using KVM dedicated function + - [Config:] Enable CONFIG_S390_AP_IOMMU and set CONFIG_VFIO_AP to module. + + * Bypass of mount visibility through userns + mount propagation (LP: #1789161) + - mount: Retest MNT_LOCKED in do_umount + - mount: Don't allow copying MNT_UNBINDABLE|MNT_LOCKED mounts + + * CVE-2018-18955: nested user namespaces with more than five extents + incorrectly grant privileges over inode (LP: #1801924) // CVE-2018-18955 + - userns: also map extents in the reverse map to kernel IDs + + * kdump fail due to an IRQ storm (LP: #1797990) + - SAUCE: x86/PCI: Export find_cap() to be used in early PCI code + - SAUCE: x86/quirks: Add parameter to clear MSIs early on boot + - SAUCE: x86/quirks: Scan all busses for early PCI quirks + + * Disable LPM for Raydium Touchscreens (LP: #1802248) + - USB: quirks: Add no-lpm quirk for Raydium touchscreens + + * Power consumption during s2idle is higher than long idle(sk hynix) + (LP: #1801875) + - SAUCE: pci: prevent sk hynix nvme from entering D3 + - SAUCE: nvme: add quirk to not call disable function when suspending + + * Disco update: v4.19.1 upstream stable release (LP: #1801739) + - bridge: do not add port to router list when receives query with source + 0.0.0.0 + - ipv6/ndisc: Preserve IPv6 control buffer if protocol error handlers are + called + - net/mlx5e: fix csum adjustments caused by RXFCS + - net: sched: gred: pass the right attribute to gred_change_table_def() + - net: stmmac: Fix stmmac_mdio_reset() when building stmmac as modules + - net: udp: fix handling of CHECKSUM_COMPLETE packets + - Revert "net: simplify sock_poll_wait" + - rtnetlink: Disallow FDB configuration for non-Ethernet device + - vhost: Fix Spectre V1 vulnerability + - bonding: fix length of actor system + - openvswitch: Fix push/pop ethernet validation + - net/ipv6: Allow onlink routes to have a device mismatch if it is the default + route + - net/smc: fix smc_buf_unuse to use the lgr pointer + - mlxsw: spectrum_switchdev: Don't ignore deletions of learned MACs + - mlxsw: core: Fix devlink unregister flow + - net: drop skb on failure in ip_check_defrag() + - net: Properly unlink GRO packets on overflow. + - r8169: fix broken Wake-on-LAN from S5 (poweroff) + - Revert "be2net: remove desc field from be_eq_obj" + - sctp: check policy more carefully when getting pr status + - sparc64: Export __node_distance. + - sparc64: Make corrupted user stacks more debuggable. + - sparc64: Wire up compat getpeername and getsockname. + - net: bridge: remove ipv6 zero address check in mcast queries + - Linux 4.19.1 + + * Miscellaneous Ubuntu changes + - SAUCE: (noup) Update spl to 0.7.11-1ubuntu1, zfs to 0.7.11-3ubuntu1 + - [Config] updateconfigs after 4.19.2 stable update + - [Config] Disable unneded options for s390 + - [Config] Update annotations for 4.19 + + -- Seth Forshee Thu, 15 Nov 2018 09:55:37 -0800 + +linux (4.19.0-4.5) disco; urgency=medium + + * Add checksum offload and TSO support for HiNIC adapters (LP: #1800664) + - net-next/hinic: add checksum offload and TSO support + + * [Bionic][Cosmic] Fix to ipmi to support vendor specific messages greater + than 255 bytes (LP: #1799794) + - ipmi:ssif: Add support for multi-part transmit messages > 2 parts + + * Packaging resync (LP: #1786013) + - [Package] add support for specifying the primary makefile + + * Update ENA driver to version 2.0.1K (LP: #1798182) + - net: ena: minor performance improvement + - net: ena: complete host info to match latest ENA spec + - net: ena: introduce Low Latency Queues data structures according to ENA spec + - net: ena: add functions for handling Low Latency Queues in ena_com + - net: ena: add functions for handling Low Latency Queues in ena_netdev + - net: ena: use CSUM_CHECKED device indication to report skb's checksum status + - net: ena: explicit casting and initialization, and clearer error handling + - net: ena: limit refill Rx threshold to 256 to avoid latency issues + - net: ena: change rx copybreak default to reduce kernel memory pressure + - net: ena: remove redundant parameter in ena_com_admin_init() + - net: ena: update driver version to 2.0.1 + - net: ena: fix indentations in ena_defs for better readability + - net: ena: Fix Kconfig dependency on X86 + - net: ena: enable Low Latency Queues + - net: ena: fix compilation error in xtensa architecture + + * [Bionic][Cosmic] ipmi: Fix timer race with module unload (LP: #1799281) + - ipmi: Fix timer race with module unload + + * Overlayfs in user namespace leaks directory content of inaccessible + directories (LP: #1793458) // CVE-2018-6559 + - SAUCE: overlayfs: ensure mounter privileges when reading directories + + * not able to unwind the stack from within __kernel_clock_gettime in the Linux + vDSO (LP: #1797963) + - powerpc/vdso: Correct call frame information + + * Miscellaneous Ubuntu changes + - Revert "UBUNTU: SAUCE: (efi-lockdown) efi: Don't print secure boot state + from the efi stub" + - Revert "UBUNTU: SAUCE: (efi-lockdown) efi: Sanitize boot_params in efi stub" + - Revert "UBUNTU: SAUCE: (efi-lockdown) Make get_cert_list() use + efi_status_to_str() to print error messages." + - Revert "UBUNTU: SAUCE: (efi-lockdown) Add efi_status_to_str() and rework + efi_status_to_err()." + - Revert "UBUNTU: SAUCE: (efi-lockdown) Make get_cert_list() not complain + about cert lists that aren't present." + - Revert "UBUNTU: SAUCE: (efi-lockdown) MODSIGN: Allow the "db" UEFI variable + to be suppressed" + - Revert "UBUNTU: SAUCE: (efi-lockdown) MODSIGN: Import certificates from UEFI + Secure Boot" + - Revert "UBUNTU: SAUCE: (efi-lockdown) efi: Add an EFI signature blob parser" + - Revert "UBUNTU: SAUCE: (efi-lockdown) efi: Add EFI signature data types" + - Revert "UBUNTU: SAUCE: (efi-lockdown) KEYS: Allow unrestricted boot-time + addition of keys to secondary keyring" + - Revert "UBUNTU: SAUCE: (efi-lockdown) efi: Lock down the kernel if booted in + secure boot mode" + - Revert "UBUNTU: SAUCE: (efi-lockdown) efi: Add an EFI_SECURE_BOOT flag to + indicate secure boot mode" + - Revert "UBUNTU: SAUCE: (efi-lockdown) Copy secure_boot flag in boot params + across kexec reboot" + - Revert "UBUNTU: SAUCE: (efi-lockdown) debugfs: Restrict debugfs when the + kernel is locked down" + - Revert "UBUNTU: SAUCE: (efi-lockdown) Lock down perf" + - Revert "UBUNTU: SAUCE: (efi-lockdown) bpf: Restrict kernel image access + functions when the kernel is locked down" + - Revert "UBUNTU: SAUCE: (efi-lockdown) Lock down kprobes" + - Revert "UBUNTU: SAUCE: (efi-lockdown) Lock down /proc/kcore" + - Revert "UBUNTU: SAUCE: (efi-lockdown) x86/mmiotrace: Lock down the + testmmiotrace module" + - Revert "UBUNTU: SAUCE: (efi-lockdown) Lock down module params that specify + hardware parameters (eg. ioport)" + - Revert "UBUNTU: SAUCE: (efi-lockdown) Lock down TIOCSSERIAL" + - Revert "UBUNTU: SAUCE: (efi-lockdown) Prohibit PCMCIA CIS storage when the + kernel is locked down" + - Revert "UBUNTU: SAUCE: (efi-lockdown) acpi: Disable APEI error injection if + the kernel is locked down" + - Revert "UBUNTU: SAUCE: (efi-lockdown) acpi: Disable ACPI table override if + the kernel is locked down" + - Revert "UBUNTU: SAUCE: (efi-lockdown) acpi: Ignore acpi_rsdp kernel param + when the kernel has been locked down" + - Revert "UBUNTU: SAUCE: (efi-lockdown) ACPI: Limit access to custom_method + when the kernel is locked down" + - Revert "UBUNTU: SAUCE: (efi-lockdown) x86/msr: Restrict MSR access when the + kernel is locked down" + - Revert "UBUNTU: SAUCE: (efi-lockdown) x86: Lock down IO port access when the + kernel is locked down" + - Revert "UBUNTU: SAUCE: (efi-lockdown) PCI: Lock down BAR access when the + kernel is locked down" + - Revert "UBUNTU: SAUCE: (efi-lockdown) uswsusp: Disable when the kernel is + locked down" + - Revert "UBUNTU: SAUCE: (efi-lockdown) hibernate: Disable when the kernel is + locked down" + - Revert "UBUNTU: SAUCE: (efi-lockdown) kexec_load: Disable at runtime if the + kernel is locked down" + - Revert "UBUNTU: SAUCE: (efi-lockdown) Restrict /dev/{mem,kmem,port} when the + kernel is locked down" + - Revert "UBUNTU: SAUCE: (efi-lockdown) Enforce module signatures if the + kernel is locked down" + - Revert "UBUNTU: SAUCE: (efi-lockdown) Add a SysRq option to lift kernel + lockdown" + - Revert "UBUNTU: SAUCE: (efi-lockdown) Add the ability to lock down access to + the running kernel image" + - SAUCE: (efi-lockdown) Add the ability to lock down access to the running + kernel image + - SAUCE: (efi-lockdown) Add a SysRq option to lift kernel lockdown + - SAUCE: (efi-lockdown) Enforce module signatures if the kernel is locked down + - SAUCE: (efi-lockdown) Restrict /dev/{mem,kmem,port} when the kernel is + locked down + - SAUCE: (efi-lockdown) kexec_load: Disable at runtime if the kernel is locked + down + - SAUCE: (efi-lockdown) hibernate: Disable when the kernel is locked down + - SAUCE: (efi-lockdown) uswsusp: Disable when the kernel is locked down + - SAUCE: (efi-lockdown) PCI: Lock down BAR access when the kernel is locked + down + - SAUCE: (efi-lockdown) x86: Lock down IO port access when the kernel is + locked down + - SAUCE: (efi-lockdown) x86/msr: Restrict MSR access when the kernel is locked + down + - SAUCE: (efi-lockdown) ACPI: Limit access to custom_method when the kernel is + locked down + - SAUCE: (efi-lockdown) acpi: Ignore acpi_rsdp kernel param when the kernel + has been locked down + - SAUCE: (efi-lockdown) acpi: Disable ACPI table override if the kernel is + locked down + - SAUCE: (efi-lockdown) acpi: Disable APEI error injection if the kernel is + locked down + - SAUCE: (efi-lockdown) Prohibit PCMCIA CIS storage when the kernel is locked + down + - SAUCE: (efi-lockdown) Lock down TIOCSSERIAL + - SAUCE: (efi-lockdown) Lock down module params that specify hardware + parameters (eg. ioport) + - SAUCE: (efi-lockdown) x86/mmiotrace: Lock down the testmmiotrace module + - SAUCE: (efi-lockdown) Lock down /proc/kcore + - SAUCE: (efi-lockdown) Lock down kprobes + - SAUCE: (efi-lockdown) Lock down perf + - SAUCE: (efi-lockdown) debugfs: Restrict debugfs when the kernel is locked + down + - SAUCE: (efi-lockdown) KEYS: Allow unrestricted boot-time addition of keys to + secondary keyring + - SAUCE: (efi-lockdown) efi: Add EFI signature data types + - SAUCE: (efi-lockdown) efi: Add an EFI signature blob parser + - SAUCE: (efi-lockdown) MODSIGN: Import certificates from UEFI Secure Boot + - SAUCE: (efi-lockdown) MODSIGN: Allow the "db" UEFI variable to be suppressed + - SAUCE: (efi-lockdown) Make get_cert_list() not complain about cert lists + that aren't present. + - SAUCE: (efi-lockdown) Add efi_status_to_str() and rework + efi_status_to_err(). + - SAUCE: (efi-lockdown) Make get_cert_list() use efi_status_to_str() to print + error messages. + - SAUCE: (efi-lockdown) Copy secure_boot flag in boot params across kexec + reboot + - SAUCE: (efi-lockdown) efi: Add an EFI_SECURE_BOOT flag to indicate secure + boot mode + - SAUCE: (efi-lockdown) efi: Lock down the kernel if booted in secure boot + mode + - SAUCE: (efi-lockdown) efi/x86: Call efi_parse_options() from efi_main() + - SAUCE: (efi-lockdown) Fix for module sig verification + - SAUCE: (efi-lockdown) efi: Sanitize boot_params in efi stub + - SAUCE: (efi-lockdown) module: remove support for having IMA validate modules + - [Packaging] generate Vcs-Git url from changelog + - [Config] CONFIG_SCSI_MQ_DEFAULT=y + + -- Seth Forshee Fri, 02 Nov 2018 14:22:55 -0500 + +linux (4.19.0-3.4) cosmic; urgency=medium + + * Support Edge Gateway's Bluetooth LED (LP: #1798332) + - SAUCE: Bluetooth: Support for LED on Edge Gateways + + * Support Edge Gateway's WIFI LED (LP: #1798330) + - SAUCE: mwifiex: Switch WiFi LED state according to the device status + + [ Upstream Kernel Changes ] + + * Rebase to v4.19 + + -- Seth Forshee Mon, 22 Oct 2018 09:13:39 -0500 + +linux (4.19.0-2.3) cosmic; urgency=medium + + * fscache: bad refcounting in fscache_op_complete leads to OOPS (LP: #1797314) + - SAUCE: fscache: Fix race in decrementing refcount of op->npages + + * Provide mode where all vCPUs on a core must be the same VM (LP: #1792957) + - KVM: PPC: Book3S HV: Provide mode where all vCPUs on a core must be the same + VM + + * The front MIC can't work on the Lenovo M715 (LP: #1797292) + - ALSA: hda/realtek - Fix the problem of the front MIC on the Lenovo M715 + + * arm64: snapdragon: WARNING: CPU: 0 PID: 1 at drivers/irqchip/irq-gic.c:1016 + gic_irq_domain_translate (LP: #1797143) + - SAUCE: arm64: dts: msm8916: camms: fix gic_irq_domain_translate warnings + + * Dell new AIO requires a new uart backlight driver (LP: #1727235) + - SAUCE: platform/x86: dell-uart-backlight: new backlight driver for DELL AIO + - updateconfigs for Dell UART backlight driver + + * Please make CONFIG_PWM_LPSS_PCI and CONFIG_PWM_LPSS_PLATFORM built in to + make brightness adjustment working on various BayTrail/CherryTrail-based + devices (LP: #1783964) + - [Config]: Make PWM_LPSS_* built-in + + * check and fix zkey required kernel modules locations in debs, udebs, and + initramfs (LP: #1794346) + - [Config] add s390 crypto modules to crypt-modules udeb + + * Miscellaneous Ubuntu changes + - [Config] CONFIG_VBOXGUEST=n + - ubuntu: vbox -- update to 5.2.18-dfsg-2 + - ubuntu: enable vbox build + + [ Upstream Kernel Changes ] + + * Rebase to v4.19-rc8 + + -- Seth Forshee Mon, 15 Oct 2018 10:52:04 -0500 + +linux (4.19.0-1.2) cosmic; urgency=medium + + * Page leaking in cachefiles_read_backing_file while vmscan is active + (LP: #1793430) + - SAUCE: cachefiles: Page leaking in cachefiles_read_backing_file while vmscan + is active + + * SRU: Enable middle button of touchpad on ThinkPad P72 (LP: #1793463) + - Input: elantech - enable middle button of touchpad on ThinkPad P72 + + * Improvements to the kernel source package preparation (LP: #1793461) + - [Packaging] startnewrelease: add support for backport kernels + + * Fix unusable NVIDIA GPU after S3 (LP: #1793338) + - SAUCE: PCI: Reprogram bridge prefetch registers on resume + + * Error reported when creating ZFS pool with "-t" option, despite successful + pool creation (LP: #1769937) + - SAUCE: (noup) Update zfs to 0.7.9-3ubuntu6 + + * device hotplug of vfio devices can lead to deadlock in vfio_pci_release + (LP: #1792099) + - SAUCE: vfio -- release device lock before userspace requests + + * Miscellaneous Ubuntu changes + - [Packaging] retpoline -- fix temporary filenaming + - CONFIG_BCH_CONST_PARAMS=n + - Packaging: final-checks: remove trailing backport suffix + - SAUCE: import aufs driver + + [ Upstream Kernel Changes ] + + * Rebase to v4.19-rc5 + + -- Seth Forshee Tue, 25 Sep 2018 16:32:24 -0500 + +linux (4.19.0-0.1) cosmic; urgency=medium + + * Miscellaneous Ubuntu changes + - ubuntu -- disable vbox build + - Disable zfs build + - SAUCE: Import aufs driver + - Update dropped.txt + + [ Upstream Kernel Changes ] + + * Rebase to v4.19-rc3 + + -- Seth Forshee Thu, 13 Sep 2018 07:54:47 -0500 + +linux (4.19.0-0.0) cosmic; urgency=medium + + * Dummy entry. + + -- Seth Forshee Thu, 13 Sep 2018 06:44:09 -0500 + +linux (4.18.0-8.9) cosmic; urgency=medium + + * linux: 4.18.0-8.9 -proposed tracker (LP: #1791663) + + * Cosmic update to v4.18.7 stable release (LP: #1791660) + - rcu: Make expedited GPs handle CPU 0 being offline + - net: 6lowpan: fix reserved space for single frames + - net: mac802154: tx: expand tailroom if necessary + - 9p/net: Fix zero-copy path in the 9p virtio transport + - spi: davinci: fix a NULL pointer dereference + - spi: pxa2xx: Add support for Intel Ice Lake + - spi: spi-fsl-dspi: Fix imprecise abort on VF500 during probe + - spi: cadence: Change usleep_range() to udelay(), for atomic context + - mmc: block: Fix unsupported parallel dispatch of requests + - mmc: renesas_sdhi_internal_dmac: mask DMAC interrupts + - mmc: renesas_sdhi_internal_dmac: fix #define RST_RESERVED_BITS + - readahead: stricter check for bdi io_pages + - block: fix infinite loop if the device loses discard capability + - block: blk_init_allocated_queue() set q->fq as NULL in the fail case + - block: really disable runtime-pm for blk-mq + - blkcg: Introduce blkg_root_lookup() + - block: Introduce blk_exit_queue() + - block: Ensure that a request queue is dissociated from the cgroup controller + - apparmor: fix bad debug check in apparmor_secid_to_secctx() + - dma-buf: Move BUG_ON from _add_shared_fence to _add_shared_inplace + - libertas: fix suspend and resume for SDIO connected cards + - media: Revert "[media] tvp5150: fix pad format frame height" + - mailbox: xgene-slimpro: Fix potential NULL pointer dereference + - Replace magic for trusting the secondary keyring with #define + - Fix kexec forbidding kernels signed with keys in the secondary keyring to + boot + - powerpc/fadump: handle crash memory ranges array index overflow + - powerpc/64s: Fix page table fragment refcount race vs speculative references + - powerpc/pseries: Fix endianness while restoring of r3 in MCE handler. + - powerpc/pkeys: Give all threads control of their key permissions + - powerpc/pkeys: Deny read/write/execute by default + - powerpc/pkeys: key allocation/deallocation must not change pkey registers + - powerpc/pkeys: Save the pkey registers before fork + - powerpc/pkeys: Fix calculation of total pkeys. + - powerpc/pkeys: Preallocate execute-only key + - powerpc/nohash: fix pte_access_permitted() + - powerpc64/ftrace: Include ftrace.h needed for enable/disable calls + - powerpc/powernv/pci: Work around races in PCI bridge enabling + - cxl: Fix wrong comparison in cxl_adapter_context_get() + - IB/mlx5: Honor cnt_set_id_valid flag instead of set_id + - IB/mlx5: Fix leaking stack memory to userspace + - IB/srpt: Fix srpt_cm_req_recv() error path (1/2) + - IB/srpt: Fix srpt_cm_req_recv() error path (2/2) + - IB/srpt: Support HCAs with more than two ports + - overflow.h: Add arithmetic shift helper + - RDMA/mlx5: Fix shift overflow in mlx5_ib_create_wq + - ib_srpt: Fix a use-after-free in srpt_close_ch() + - ib_srpt: Fix a use-after-free in __srpt_close_all_ch() + - RDMA/rxe: Set wqe->status correctly if an unexpected response is received + - 9p: fix multiple NULL-pointer-dereferences + - fs/9p/xattr.c: catch the error of p9_client_clunk when setting xattr failed + - 9p/virtio: fix off-by-one error in sg list bounds check + - net/9p/client.c: version pointer uninitialized + - net/9p/trans_fd.c: fix race-condition by flushing workqueue before the + kfree() + - dm integrity: change 'suspending' variable from bool to int + - dm thin: stop no_space_timeout worker when switching to write-mode + - dm cache metadata: save in-core policy_hint_size to on-disk superblock + - dm cache metadata: set dirty on all cache blocks after a crash + - dm crypt: don't decrease device limits + - dm writecache: fix a crash due to reading past end of dirty_bitmap + - uart: fix race between uart_put_char() and uart_shutdown() + - Drivers: hv: vmbus: Fix the offer_in_progress in vmbus_process_offer() + - Drivers: hv: vmbus: Reset the channel callback in vmbus_onoffer_rescind() + - iio: sca3000: Fix missing return in switch + - iio: ad9523: Fix displayed phase + - iio: ad9523: Fix return value for ad952x_store() + - extcon: Release locking when sending the notification of connector state + - eventpoll.h: wrap casts in () properly + - vmw_balloon: fix inflation of 64-bit GFNs + - vmw_balloon: do not use 2MB without batching + - vmw_balloon: VMCI_DOORBELL_SET does not check status + - vmw_balloon: fix VMCI use when balloon built into kernel + - rtc: omap: fix resource leak in registration error path + - rtc: omap: fix potential crash on power off + - tracing: Do not call start/stop() functions when tracing_on does not change + - tracing/blktrace: Fix to allow setting same value + - printk/tracing: Do not trace printk_nmi_enter() + - livepatch: Validate module/old func name length + - uprobes: Use synchronize_rcu() not synchronize_sched() + - mfd: hi655x: Fix regmap area declared size for hi655x + - ovl: fix wrong use of impure dir cache in ovl_iterate() + - ACPICA: AML Parser: skip opcodes that open a scope upon parse failure + - ACPICA: Clear status of all events when entering sleep states + - drivers/block/zram/zram_drv.c: fix bug storing backing_dev + - sched: idle: Avoid retaining the tick when it has been stopped + - cpuidle: menu: Handle stopped tick more aggressively + - cpufreq: governor: Avoid accessing invalid governor_data + - PM / sleep: wakeup: Fix build error caused by missing SRCU support + - ALSA: ac97: fix device initialization in the compat layer + - ALSA: ac97: fix check of pm_runtime_get_sync failure + - ALSA: ac97: fix unbalanced pm_runtime_enable + - i2c: designware: Re-init controllers with pm_disabled set on resume + - KVM: VMX: fixes for vmentry_l1d_flush module parameter + - KVM: PPC: Book3S: Fix guest DMA when guest partially backed by THP pages + - xtensa: limit offsets in __loop_cache_{all,page} + - xtensa: increase ranges in ___invalidate_{i,d}cache_all + - block, bfq: return nbytes and not zero from struct cftype .write() method + - pnfs/blocklayout: off by one in bl_map_stripe() + - nfsd: fix leaked file lock with nfs exported overlayfs + - NFSv4 client live hangs after live data migration recovery + - NFSv4: Fix locking in pnfs_generic_recover_commit_reqs + - NFSv4: Fix a sleep in atomic context in nfs4_callback_sequence() + - ARM: tegra: Fix Tegra30 Cardhu PCA954x reset + - ARM: dts: am57xx-idk: Enable dual role for USB2 port + - pwm: omap-dmtimer: Return -EPROBE_DEFER if no dmtimer platform data + - mm/tlb: Remove tlb_remove_table() non-concurrent condition + - iommu/ipmmu-vmsa: Don't register as BUS IOMMU if machine doesn't have IPMMU- + VMSA + - iommu/vt-d: Add definitions for PFSID + - iommu/vt-d: Fix dev iotlb pfsid use + - sys: don't hold uts_sem while accessing userspace memory + - userns: move user access out of the mutex + - ubifs: Fix memory leak in lprobs self-check + - Revert "UBIFS: Fix potential integer overflow in allocation" + - ubifs: Check data node size before truncate + - ubifs: xattr: Don't operate on deleted inodes + - ubifs: Fix directory size calculation for symlinks + - ubifs: Fix synced_i_size calculation for xattr inodes + - pwm: tiehrpwm: Don't use emulation mode bits to control PWM output + - pwm: tiehrpwm: Fix disabling of output of PWMs + - fb: fix lost console when the user unplugs a USB adapter + - udlfb: fix semaphore value leak + - udlfb: fix display corruption of the last line + - udlfb: don't switch if we are switching to the same videomode + - udlfb: set optimal write delay + - udlfb: make a local copy of fb_ops + - udlfb: handle allocation failure + - udlfb: set line_length in dlfb_ops_set_par + - getxattr: use correct xattr length + - libnvdimm: Use max contiguous area for namespace size + - libnvdimm: fix ars_status output length calculation + - bcache: release dc->writeback_lock properly in bch_writeback_thread() + - kconfig: fix "Can't open ..." in parallel build + - perf auxtrace: Fix queue resize + - crypto: vmx - Fix sleep-in-atomic bugs + - crypto: aesni - Use unaligned loads from gcm_context_data + - crypto: arm64/sm4-ce - check for the right CPU feature bit + - crypto: caam - fix DMA mapping direction for RSA forms 2 & 3 + - crypto: caam/jr - fix descriptor DMA unmapping + - crypto: caam/qi - fix error path in xts setkey + - fs/quota: Fix spectre gadget in do_quotactl + - udf: Fix mounting of Win7 created UDF filesystems + - cpuidle: menu: Retain tick when shallow state is selected + - arm64: mm: always enable CONFIG_HOLES_IN_ZONE + - Linux 4.18.7 + + * CVE-2017-5715 + - s390: detect etoken facility + - KVM: s390: add etoken support for guests + + * Missing Intel GPU pci-id's (LP: #1789924) + - drm/i915/whl: Introducing Whiskey Lake platform + - drm/i915/aml: Introducing Amber Lake platform + - drm/i915/cfl: Add a new CFL PCI ID. + + * [18.10 FEAT] Add kernel config options for SMC-R/D (LP: #1789934) + - s390/ism: add device driver for internal shared memory + - CONFIG_ISM=y for s390 + + * Cosmic update to v4.18.6 stable release (LP: #1791105) + - PATCH scripts/kernel-doc + - scripts/kernel-doc: Escape all literal braces in regexes + - scsi: libsas: dynamically allocate and free ata host + - xprtrdma: Fix disconnect regression + - mei: don't update offset in write + - cifs: add missing support for ACLs in SMB 3.11 + - CIFS: fix uninitialized ptr deref in smb2 signing + - cifs: add missing debug entries for kconfig options + - cifs: use a refcount to protect open/closing the cached file handle + - cifs: check kmalloc before use + - smb3: enumerating snapshots was leaving part of the data off end + - smb3: Do not send SMB3 SET_INFO if nothing changed + - smb3: don't request leases in symlink creation and query + - smb3: fill in statfs fsid and correct namelen + - btrfs: use correct compare function of dirty_metadata_bytes + - btrfs: don't leak ret from do_chunk_alloc + - Btrfs: fix mount failure after fsync due to hard link recreation + - Btrfs: fix btrfs_write_inode vs delayed iput deadlock + - Btrfs: fix send failure when root has deleted files still open + - Btrfs: send, fix incorrect file layout after hole punching beyond eof + - hwmon: (k10temp) 27C Offset needed for Threadripper2 + - bpf, arm32: fix stack var offset in jit + - regulator: arizona-ldo1: Use correct device to get enable GPIO + - iommu/arm-smmu: Error out only if not enough context interrupts + - printk: Split the code for storing a message into the log buffer + - printk: Create helper function to queue deferred console handling + - printk/nmi: Prevent deadlock when accessing the main log buffer in NMI + - kprobes/arm64: Fix %p uses in error messages + - arm64: Fix mismatched cache line size detection + - arm64: Handle mismatched cache type + - arm64: mm: check for upper PAGE_SHIFT bits in pfn_valid() + - arm64: dts: rockchip: corrected uart1 clock-names for rk3328 + - KVM: arm/arm64: Fix potential loss of ptimer interrupts + - KVM: arm/arm64: Fix lost IRQs from emulated physcial timer when blocked + - KVM: arm/arm64: Skip updating PMD entry if no change + - KVM: arm/arm64: Skip updating PTE entry if no change + - s390/kvm: fix deadlock when killed by oom + - perf kvm: Fix subcommands on s390 + - stop_machine: Reflow cpu_stop_queue_two_works() + - stop_machine: Atomically queue and wake stopper threads + - ext4: check for NUL characters in extended attribute's name + - ext4: use ext4_warning() for sb_getblk failure + - ext4: sysfs: print ext4_super_block fields as little-endian + - ext4: reset error code in ext4_find_entry in fallback + - ext4: fix race when setting the bitmap corrupted flag + - x86/gpu: reserve ICL's graphics stolen memory + - platform/x86: wmi: Do not mix pages and kmalloc + - platform/x86: ideapad-laptop: Apply no_hw_rfkill to Y20-15IKBM, too + - mm: move tlb_table_flush to tlb_flush_mmu_free + - mm/tlb, x86/mm: Support invalidating TLB caches for RCU_TABLE_FREE + - x86/speculation/l1tf: Fix overflow in l1tf_pfn_limit() on 32bit + - x86/speculation/l1tf: Fix off-by-one error when warning that system has too + much RAM + - x86/speculation/l1tf: Suggest what to do on systems with too much RAM + - x86/vdso: Fix vDSO build if a retpoline is emitted + - x86/process: Re-export start_thread() + - KVM: x86: ensure all MSRs can always be KVM_GET/SET_MSR'd + - KVM: x86: SVM: Call x86_spec_ctrl_set_guest/host() with interrupts disabled + - fuse: Don't access pipe->buffers without pipe_lock() + - fuse: fix initial parallel dirops + - fuse: fix double request_end() + - fuse: fix unlocked access to processing queue + - fuse: umount should wait for all requests + - fuse: Fix oops at process_init_reply() + - fuse: Add missed unlock_page() to fuse_readpages_fill() + - lib/vsprintf: Do not handle %pO[^F] as %px + - udl-kms: change down_interruptible to down + - udl-kms: handle allocation failure + - udl-kms: fix crash due to uninitialized memory + - udl-kms: avoid division + - b43legacy/leds: Ensure NUL-termination of LED name string + - b43/leds: Ensure NUL-termination of LED name string + - ASoC: dpcm: don't merge format from invalid codec dai + - ASoC: zte: Fix incorrect PCM format bit usages + - ASoC: sirf: Fix potential NULL pointer dereference + - ASoC: wm_adsp: Correct DSP pointer for preloader control + - soc: qcom: rmtfs-mem: fix memleak in probe error paths + - pinctrl: freescale: off by one in imx1_pinconf_group_dbg_show() + - scsi: qla2xxx: Fix stalled relogin + - x86/vdso: Fix lsl operand order + - x86/nmi: Fix NMI uaccess race against CR3 switching + - x86/irqflags: Mark native_restore_fl extern inline + - x86/spectre: Add missing family 6 check to microcode check + - x86/speculation/l1tf: Increase l1tf memory limit for Nehalem+ + - hwmon: (nct6775) Fix potential Spectre v1 + - x86/entry/64: Wipe KASAN stack shadow before rewind_stack_do_exit() + - x86: Allow generating user-space headers without a compiler + - s390/mm: fix addressing exception after suspend/resume + - s390/lib: use expoline for all bcr instructions + - s390: fix br_r1_trampoline for machines without exrl + - s390/qdio: reset old sbal_state flags + - s390/numa: move initial setup of node_to_cpumask_map + - s390/purgatory: Fix crash with expoline enabled + - s390/purgatory: Add missing FORCE to Makefile targets + - kprobes: Show blacklist addresses as same as kallsyms does + - kprobes: Replace %p with other pointer types + - kprobes/arm: Fix %p uses in error messages + - kprobes: Make list and blacklist root user read only + - MIPS: Correct the 64-bit DSP accumulator register size + - MIPS: memset.S: Fix byte_fixup for MIPSr6 + - MIPS: Always use -march=, not - shortcuts + - MIPS: Change definition of cpu_relax() for Loongson-3 + - MIPS: lib: Provide MIPS64r6 __multi3() for GCC < 7 + - tpm: Return the actual size when receiving an unsupported command + - tpm: separate cmd_ready/go_idle from runtime_pm + - scsi: mpt3sas: Fix calltrace observed while running IO & reset + - scsi: mpt3sas: Fix _transport_smp_handler() error path + - scsi: sysfs: Introduce sysfs_{un,}break_active_protection() + - scsi: core: Avoid that SCSI device removal through sysfs triggers a deadlock + - iscsi target: fix session creation failure handling + - mtd: rawnand: hynix: Use ->exec_op() in hynix_nand_reg_write_op() + - mtd: rawnand: fsmc: Stop using chip->read_buf() + - mtd: rawnand: marvell: add suspend and resume hooks + - mtd: rawnand: qcom: wait for desc completion in all BAM channels + - clk: rockchip: fix clk_i2sout parent selection bits on rk3399 + - clk: npcm7xx: fix memory allocation + - PM / clk: signedness bug in of_pm_clk_add_clks() + - power: generic-adc-battery: fix out-of-bounds write when copying channel + properties + - power: generic-adc-battery: check for duplicate properties copied from iio + channels + - watchdog: Mark watchdog touch functions as notrace + - cdrom: Fix info leak/OOB read in cdrom_ioctl_drive_status + - x86/dumpstack: Don't dump kernel memory based on usermode RIP + - Linux 4.18.6 + - updateconfigs after v4.18.6 stable update + + * random oopses on s390 systems using NVMe devices (LP: #1790480) + - s390/pci: fix out of bounds access during irq setup + + * [18.10 FEAT] zcrypt DD: introduce APQN tags to support deterministic driver + binding (LP: #1784331) + - s390/zcrypt: code beautify + - s390/zcrypt: AP bus support for alternate driver(s) + - s390/zcrypt: hex string mask improvements for apmask and aqmask. + + * performance drop with ATS enabled (LP: #1788097) + - powerpc/powernv: Fix concurrency issue with npu->mmio_atsd_usage + + * Fix MCE handling for user access of poisoned device-dax mapping + (LP: #1774366) + - device-dax: Convert to vmf_insert_mixed and vm_fault_t + - device-dax: Enable page_mapping() + - device-dax: Set page->index + - filesystem-dax: Set page->index + - mm, madvise_inject_error: Disable MADV_SOFT_OFFLINE for ZONE_DEVICE pages + - mm, dev_pagemap: Do not clear ->mapping on final put + - mm, madvise_inject_error: Let memory_failure() optionally take a page + reference + - mm, memory_failure: Collect mapping size in collect_procs() + - filesystem-dax: Introduce dax_lock_mapping_entry() + - mm, memory_failure: Teach memory_failure() about dev_pagemap pages + - x86/mm/pat: Prepare {reserve, free}_memtype() for "decoy" addresses + - x86/memory_failure: Introduce {set, clear}_mce_nospec() + - libnvdimm, pmem: Restore page attributes when clearing errors + + * Reconcile hns3 SAUCE patches with upstream (LP: #1787477) + - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix comments for + hclge_get_ring_chain_from_mbx" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix for using wrong mask and + shift in hclge_get_ring_chain_from_mbx" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix for reset_level default + assignment probelm" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove unnecessary ring + configuration operation while resetting" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix return value error in + hns3_reset_notify_down_enet" + - Revert "UBUNTU: SAUCE: net: hns3: Fix for phy link issue when using marvell + phy driver" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: separate roce from nic when + resetting" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: correct reset event status + register" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: prevent to request reset + frequently" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: reset net device with rtnl_lock" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: modify the order of initializeing + command queue register" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: prevent sending command during + global or core reset" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: Use roce handle when calling roce + callback function" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove the warning when clear + reset cause" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix get_vector ops in + hclgevf_main module" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix warning bug when doing lp + selftest" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: Add configure for mac minimal + frame size" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix for mailbox message truncated + problem" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix for l4 checksum offload bug" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix for waterline not setting + correctly" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix for mac pause not disable in + pfc mode" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix tc setup when netdev is first + up" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: Add calling roce callback + function when link status change" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: optimize the process of notifying + roce client" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: Add pf reset for hip08 RoCE" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: Add SPDX tags to hns3 driver" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove unused struct member and + definition" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix mislead parameter name" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: modify inconsistent bit mask + macros" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: use decimal for bit offset + macros" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix unreasonable code comments" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove extra space and brackets" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: standardize the handle of return + value" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove some redundant + assignments" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: modify hnae_ to hnae3_" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: use dma_zalloc_coherent instead + of kzalloc/dma_map_single" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: give default option while + dependency HNS3 set" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove some unused members of + some structures" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove a redundant + hclge_cmd_csq_done" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: using modulo for cyclic counters + in hclge_cmd_send" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: simplify hclge_cmd_csq_clean" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove some redundant + assignments" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove useless code in + hclge_cmd_send" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove unused + hclge_ring_to_dma_dir" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: use lower_32_bits and + upper_32_bits" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove back in struct hclge_hw" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: add unlikely for error check" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove the Redundant put_vector + in hns3_client_uninit" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: print the ret value in error + information" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: extraction an interface for state + state init|uninit" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove unused head file in + hnae3.c" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: add l4_type check for both ipv4 + and ipv6" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: add vector status check before + free vector" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: rename the interface for + init_client_instance and uninit_client_instance" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove hclge_get_vector_index + from hclge_bind_ring_with_vector" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: RX BD information valid only in + last BD except VLD bit and buffer size" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: add support for serdes loopback + selftest" + - net: hns3: Updates RX packet info fetch in case of multi BD + - net: hns3: remove hclge_get_vector_index from hclge_bind_ring_with_vector + - net: hns3: rename the interface for init_client_instance and + uninit_client_instance + - net: hns3: add vector status check before free vector + - net: hns3: add l4_type check for both ipv4 and ipv6 + - net: hns3: add unlikely for error check + - net: hns3: remove unused head file in hnae3.c + - net: hns3: extraction an interface for state init|uninit + - net: hns3: print the ret value in error information + - net: hns3: remove the Redundant put_vector in hns3_client_uninit + - net: hns3: remove back in struct hclge_hw + - net: hns3: use lower_32_bits and upper_32_bits + - net: hns3: remove unused hclge_ring_to_dma_dir + - net: hns3: remove useless code in hclge_cmd_send + - net: hns3: remove some redundant assignments + - net: hns3: simplify hclge_cmd_csq_clean + - net: hns3: remove a redundant hclge_cmd_csq_done + - net: hns3: remove some unused members of some structures + - net: hns3: give default option while dependency HNS3 set + - net: hns3: use dma_zalloc_coherent instead of kzalloc/dma_map_single + - net: hns3: modify hnae_ to hnae3_ + - net: hns3: Fix tc setup when netdev is first up + - net: hns3: Fix for mac pause not disable in pfc mode + - net: hns3: Fix for waterline not setting correctly + - net: hns3: Fix for l4 checksum offload bug + - net: hns3: Fix for mailbox message truncated problem + - net: hns3: Add configure for mac minimal frame size + - net: hns3: Fix warning bug when doing lp selftest + - net: hns3: Fix get_vector ops in hclgevf_main module + - net: hns3: Remove the warning when clear reset cause + - net: hns3: Prevent sending command during global or core reset + - net: hns3: Modify the order of initializing command queue register + - net: hns3: Reset net device with rtnl_lock + - net: hns3: Prevent to request reset frequently + - net: hns3: Correct reset event status register + - net: hns3: Fix return value error in hns3_reset_notify_down_enet + - net: hns3: remove unnecessary ring configuration operation while resetting + - net: hns3: Fix for reset_level default assignment probelm + - net: hns3: Fix for using wrong mask and shift in + hclge_get_ring_chain_from_mbx + - net: hns3: Fix comments for hclge_get_ring_chain_from_mbx + - net: hns3: Remove some redundant assignments + - net: hns3: Standardize the handle of return value + - net: hns3: Remove extra space and brackets + - net: hns3: Correct unreasonable code comments + - net: hns3: Use decimal for bit offset macros + - net: hns3: Modify inconsistent bit mask macros + - net: hns3: Fix misleading parameter name + - net: hns3: Remove unused struct member and definition + - net: hns3: Add SPDX tags to HNS3 PF driver + - net: hns3: Add support for serdes loopback selftest + - net: hns3: Fix for phy link issue when using marvell phy driver + + * [Regression] kernel crashdump fails on arm64 (LP: #1786878) + - arm64: export memblock_reserve()d regions via /proc/iomem + - drivers: acpi: add dependency of EFI for arm64 + - efi/arm: preserve early mapping of UEFI memory map longer for BGRT + - efi/arm: map UEFI memory map even w/o runtime services enabled + - arm64: acpi: fix alignment fault in accessing ACPI + - [Config] CONFIG_ARCH_SUPPORTS_ACPI=y + - arm64: fix ACPI dependencies + - ACPI: fix menuconfig presentation of ACPI submenu + + * TB 16 issue on Dell Lattitude 7490 with large amount of data (LP: #1785780) + - r8152: disable RX aggregation on new Dell TB16 dock + + * Support Power Management for Thunderbolt Controller (LP: #1789358) + - thunderbolt: Use 64-bit DMA mask if supported by the platform + - thunderbolt: Do not unnecessarily call ICM get route + - thunderbolt: No need to take tb->lock in domain suspend/complete + - thunderbolt: Use correct ICM commands in system suspend + - thunderbolt: Add support for runtime PM + + * Enable AMD PCIe MP2 for AMDI0011 (LP: #1773940) + - SAUCE: i2c:amd I2C Driver based on PCI Interface for upcoming platform + - SAUCE: i2c:amd move out pointer in union i2c_event_base + - SAUCE: i2c:amd Depends on ACPI + - [Config] i2c: CONFIG_I2C_AMD_MP2=y on x86 + + * Microphone cannot be detected with front panel audio combo jack on HP Z8-G4 + machine (LP: #1789145) + - ALSA: hda/realtek - Fix HP Headset Mic can't record + + * Please enable CONFIG_PAGE_POISONING (LP: #1783651) + - [Config] Enable CONFIG_PAGE_POISONING configs + + * Tango platform uses __initcall without further checks (LP: #1787945) + - [Config] disable ARCH_TANGO + + * [18.10 FEAT] SMC-Direct (LP: #1786902) + - net/smc: determine port attributes independent from pnet table + - net/smc: add pnetid support + - net/smc: add base infrastructure for SMC-D and ISM + - net/smc: add pnetid support for SMC-D and ISM + - net/smc: add SMC-D support in CLC messages + - net/smc: add SMC-D support in data transfer + - net/smc: add SMC-D support in af_smc + - net/smc: add SMC-D diag support + - net/smc: provide smc mode in smc_diag.c + - net/smc: eliminate cursor read and write calls + - net/smc: add function to get link group from link + - net/smc: use DECLARE_BITMAP for rtokens_used_mask + - net/smc: remove local variable page in smc_rx_splice() + - net/smc: Remove a WARN_ON() statement + - net/smc: Simplify ib_post_(send|recv|srq_recv)() calls + - net/smc: fewer parameters for smc_llc_send_confirm_link() + - net/smc: use correct vlan gid of RoCE device + - net/smc: provide fallback reason code + - net/smc: improve delete link processing + - net: simplify sock_poll_wait + - net/smc: send response to test link signal + + * Miscellaneous Ubuntu changes + - [Config] update annotations for CONFIG_CRYPTO_SPECK_NEON + - [Config] fix up annotatios for CONFIG_CRYPTO_SPECK + + -- Seth Forshee Mon, 10 Sep 2018 07:08:38 -0500 + +linux (4.18.0-7.8) cosmic; urgency=medium + + * linux: 4.18.0-7.8 -proposed tracker (LP: #1789459) + + * pmtu.sh fails on 4.18 kernel (LP: #1789436) + - SAUCE: Revert "vti6: fix PMTU caching and reporting on xmit" + + -- Seth Forshee Tue, 28 Aug 2018 11:08:51 -0500 + +linux (4.18.0-6.7) cosmic; urgency=medium + + * linux: 4.18.0-6.7 -proposed tracker (LP: #1788881) + + * systemd 237-3ubuntu10 ADT test failure with linux 4.18.0-5.6 (LP: #1787440) + - Config: Disable BPF_JIT_ALWAYS_ON on i386 + + * execveat03 in ubuntu_ltp_syscalls failed on X/B (LP: #1786729) + - cap_inode_getsecurity: use d_find_any_alias() instead of d_find_alias() + + * Cosmic update to v4.18.5 stable release (LP: #1788874) + - EDAC: Add missing MEM_LRDDR4 entry in edac_mem_types[] + - pty: fix O_CLOEXEC for TIOCGPTPEER + - mm: Allow non-direct-map arguments to free_reserved_area() + - x86/mm/init: Pass unconverted symbol addresses to free_init_pages() + - x86/mm/init: Add helper for freeing kernel image pages + - x86/mm/init: Remove freed kernel image areas from alias mapping + - powerpc64s: Show ori31 availability in spectre_v1 sysfs file not v2 + - ext4: fix spectre gadget in ext4_mb_regular_allocator() + - drm/i915/kvmgt: Fix potential Spectre v1 + - drm/amdgpu/pm: Fix potential Spectre v1 + - parisc: Remove unnecessary barriers from spinlock.h + - parisc: Remove ordered stores from syscall.S + - PCI: Restore resized BAR state on resume + - PCI / ACPI / PM: Resume all bridges on suspend-to-RAM + - PCI: hotplug: Don't leak pci_slot on registration failure + - PCI: aardvark: Size bridges before resources allocation + - PCI: Skip MPS logic for Virtual Functions (VFs) + - PCI: pciehp: Fix use-after-free on unplug + - PCI: pciehp: Fix unprotected list iteration in IRQ handler + - i2c: core: ACPI: Properly set status byte to 0 for multi-byte writes + - i2c: imx: Fix race condition in dma read + - reiserfs: fix broken xattr handling (heap corruption, bad retval) + - Linux 4.18.5 + + * [18.10 FEAT] Add kernel config option "CONFIG_SCLP_OFB" (LP: #1787898) + - [Config] CONFIG_SCLP_OFB=y for s390x + + * errors when scanning partition table of corrupted AIX disk (LP: #1787281) + - partitions/aix: fix usage of uninitialized lv_info and lvname structures + - partitions/aix: append null character to print data from disk + + * Apply NVMe bugfix from Google that bjf asked for (LP: #1787635) + - nvme-pci: add a memory barrier to nvme_dbbuf_update_and_check_event + + * ThinkPad systems have no HDMI sound when using the nvidia GPU (LP: #1787058) + - ACPI / OSI: Add OEM _OSI string to enable NVidia HDMI audio + + * Cosmic update to v4.18.4 stable release (LP: #1788454) + - l2tp: use sk_dst_check() to avoid race on sk->sk_dst_cache + - net_sched: fix NULL pointer dereference when delete tcindex filter + - net_sched: Fix missing res info when create new tc_index filter + - r8169: don't use MSI-X on RTL8168g + - ALSA: hda - Sleep for 10ms after entering D3 on Conexant codecs + - ALSA: hda - Turn CX8200 into D3 as well upon reboot + - ALSA: vx222: Fix invalid endian conversions + - ALSA: virmidi: Fix too long output trigger loop + - ALSA: cs5535audio: Fix invalid endian conversion + - ALSA: dice: fix wrong copy to rx parameters for Alesis iO26 + - ALSA: hda: Correct Asrock B85M-ITX power_save blacklist entry + - ALSA: memalloc: Don't exceed over the requested size + - ALSA: vxpocket: Fix invalid endian conversions + - ALSA: seq: Fix poll() error return + - media: gl861: fix probe of dvb_usb_gl861 + - USB: serial: sierra: fix potential deadlock at close + - USB: serial: pl2303: add a new device id for ATEN + - USB: option: add support for DW5821e + - ACPI / PM: save NVS memory for ASUS 1025C laptop + - tty: serial: 8250: Revert NXP SC16C2552 workaround + - serial: 8250_exar: Read INT0 from slave device, too + - serial: 8250_dw: always set baud rate in dw8250_set_termios + - serial: 8250_dw: Add ACPI support for uart on Broadcom SoC + - uio: fix wrong return value from uio_mmap() + - misc: sram: fix resource leaks in probe error path + - Revert "uio: use request_threaded_irq instead" + - Bluetooth: avoid killing an already killed socket + - isdn: Disable IIOCDBGVAR + - net: sock_diag: Fix spectre v1 gadget in __sock_diag_cmd() + - hv/netvsc: Fix NULL dereference at single queue mode fallback + - r8169: don't use MSI-X on RTL8106e + - ip_vti: fix a null pointer deferrence when create vti fallback tunnel + - net: ethernet: mvneta: Fix napi structure mixup on armada 3700 + - net: mvneta: fix mvneta_config_rss on armada 3700 + - cls_matchall: fix tcf_unbind_filter missing + - Linux 4.18.4 + + * Cosmic update to v4.18.3 stable release (LP: #1788453) + - x86/speculation/l1tf: Exempt zeroed PTEs from inversion + - Linux 4.18.3 + + * Cosmic update to v4.18.2 stable release (LP: #1788452) + - x86/l1tf: Fix build error seen if CONFIG_KVM_INTEL is disabled + - x86: i8259: Add missing include file + - x86/hyper-v: Check for VP_INVAL in hyperv_flush_tlb_others() + - x86/platform/UV: Mark memblock related init code and data correctly + - x86/mm/pti: Clear Global bit more aggressively + - xen/pv: Call get_cpu_address_sizes to set x86_virt/phys_bits + - x86/mm: Disable ioremap free page handling on x86-PAE + - kbuild: verify that $DEPMOD is installed + - crypto: ccree - fix finup + - crypto: ccree - fix iv handling + - crypto: ccp - Check for NULL PSP pointer at module unload + - crypto: ccp - Fix command completion detection race + - crypto: x86/sha256-mb - fix digest copy in sha256_mb_mgr_get_comp_job_avx2() + - crypto: vmac - require a block cipher with 128-bit block size + - crypto: vmac - separate tfm and request context + - crypto: blkcipher - fix crash flushing dcache in error path + - crypto: ablkcipher - fix crash flushing dcache in error path + - crypto: skcipher - fix aligning block size in skcipher_copy_iv() + - crypto: skcipher - fix crash flushing dcache in error path + - ioremap: Update pgtable free interfaces with addr + - x86/mm: Add TLB purge to free pmd/pte page interfaces + - Linux 4.18.2 + + * Cosmic update to v4.18.2 stable release (LP: #1788452) // CVE-2018-9363 + - Bluetooth: hidp: buffer overflow in hidp_process_report + + * linux-cloud-tools-common: Ensure hv-kvp-daemon.service starts before + walinuxagent.service (LP: #1739107) + - [Debian] hyper-v -- Ensure that hv-kvp-daemon.service starts before + walinuxagent.service + + * Miscellaneous Ubuntu changes + - SAUCE: ipvs: remove nbsp characters from Kconfig + - [Config] CONFIG_MPROFILE_KERNEL=y for ppc64el + - [Config] CONFIG_DRM_RCAR_LVDS=m for snapdragon + - [Config] CONFIG_MDIO_MSCC_MIIM=n for s390x + - [Config] CONFIG_NET_VENDOR_MICROSEMI=n, CONFIG_NET_VENDOR_NI=n for s390x + - [Config] update annotations following config review + - [Debian] set CROSS_COMPILE when generating kernel configs + - [Config] Disable the Speck cipher + + -- Seth Forshee Fri, 24 Aug 2018 14:18:15 -0500 + +linux (4.18.0-5.6) cosmic; urgency=medium + + * Cosmic update to v4.18.1 stable release (LP: #1787264) + - x86/paravirt: Fix spectre-v2 mitigations for paravirt guests + - x86/speculation: Protect against userspace-userspace spectreRSB + - kprobes/x86: Fix %p uses in error messages + - x86/irqflags: Provide a declaration for native_save_fl + - x86/speculation/l1tf: Increase 32bit PAE __PHYSICAL_PAGE_SHIFT + - x86/speculation/l1tf: Change order of offset/type in swap entry + - x86/speculation/l1tf: Protect swap entries against L1TF + - x86/speculation/l1tf: Protect PROT_NONE PTEs against speculation + - x86/speculation/l1tf: Make sure the first page is always reserved + - x86/speculation/l1tf: Add sysfs reporting for l1tf + - x86/speculation/l1tf: Disallow non privileged high MMIO PROT_NONE mappings + - x86/speculation/l1tf: Limit swap file size to MAX_PA/2 + - x86/bugs: Move the l1tf function and define pr_fmt properly + - sched/smt: Update sched_smt_present at runtime + - x86/smp: Provide topology_is_primary_thread() + - x86/topology: Provide topology_smt_supported() + - cpu/hotplug: Make bringup/teardown of smp threads symmetric + - cpu/hotplug: Split do_cpu_down() + - cpu/hotplug: Provide knobs to control SMT + - x86/cpu: Remove the pointless CPU printout + - x86/cpu/AMD: Remove the pointless detect_ht() call + - x86/cpu/common: Provide detect_ht_early() + - x86/cpu/topology: Provide detect_extended_topology_early() + - x86/cpu/intel: Evaluate smp_num_siblings early + - x86/CPU/AMD: Do not check CPUID max ext level before parsing SMP info + - x86/cpu/AMD: Evaluate smp_num_siblings early + - x86/apic: Ignore secondary threads if nosmt=force + - x86/speculation/l1tf: Extend 64bit swap file size limit + - x86/cpufeatures: Add detection of L1D cache flush support. + - x86/CPU/AMD: Move TOPOEXT reenablement before reading smp_num_siblings + - x86/speculation/l1tf: Protect PAE swap entries against L1TF + - x86/speculation/l1tf: Fix up pte->pfn conversion for PAE + - Revert "x86/apic: Ignore secondary threads if nosmt=force" + - cpu/hotplug: Boot HT siblings at least once + - x86/KVM: Warn user if KVM is loaded SMT and L1TF CPU bug being present + - x86/KVM/VMX: Add module argument for L1TF mitigation + - x86/KVM/VMX: Add L1D flush algorithm + - x86/KVM/VMX: Add L1D MSR based flush + - x86/KVM/VMX: Add L1D flush logic + - x86/KVM/VMX: Split the VMX MSR LOAD structures to have an host/guest numbers + - x86/KVM/VMX: Add find_msr() helper function + - x86/KVM/VMX: Separate the VMX AUTOLOAD guest/host number accounting + - x86/KVM/VMX: Extend add_atomic_switch_msr() to allow VMENTER only MSRs + - x86/KVM/VMX: Use MSR save list for IA32_FLUSH_CMD if required + - cpu/hotplug: Online siblings when SMT control is turned on + - x86/litf: Introduce vmx status variable + - x86/kvm: Drop L1TF MSR list approach + - x86/l1tf: Handle EPT disabled state proper + - x86/kvm: Move l1tf setup function + - x86/kvm: Add static key for flush always + - x86/kvm: Serialize L1D flush parameter setter + - x86/kvm: Allow runtime control of L1D flush + - cpu/hotplug: Expose SMT control init function + - cpu/hotplug: Set CPU_SMT_NOT_SUPPORTED early + - x86/bugs, kvm: Introduce boot-time control of L1TF mitigations + - Documentation: Add section about CPU vulnerabilities + - x86/speculation/l1tf: Unbreak !__HAVE_ARCH_PFN_MODIFY_ALLOWED architectures + - x86/KVM/VMX: Initialize the vmx_l1d_flush_pages' content + - Documentation/l1tf: Fix typos + - cpu/hotplug: detect SMT disabled by BIOS + - x86/KVM/VMX: Don't set l1tf_flush_l1d to true from vmx_l1d_flush() + - x86/KVM/VMX: Replace 'vmx_l1d_flush_always' with 'vmx_l1d_flush_cond' + - x86/KVM/VMX: Move the l1tf_flush_l1d test to vmx_l1d_flush() + - x86/irq: Demote irq_cpustat_t::__softirq_pending to u16 + - x86/KVM/VMX: Introduce per-host-cpu analogue of l1tf_flush_l1d + - x86: Don't include linux/irq.h from asm/hardirq.h + - x86/irq: Let interrupt handlers set kvm_cpu_l1tf_flush_l1d + - x86/KVM/VMX: Don't set l1tf_flush_l1d from vmx_handle_external_intr() + - Documentation/l1tf: Remove Yonah processors from not vulnerable list + - x86/speculation: Simplify sysfs report of VMX L1TF vulnerability + - x86/speculation: Use ARCH_CAPABILITIES to skip L1D flush on vmentry + - KVM: VMX: Tell the nested hypervisor to skip L1D flush on vmentry + - cpu/hotplug: Fix SMT supported evaluation + - x86/speculation/l1tf: Invert all not present mappings + - x86/speculation/l1tf: Make pmd/pud_mknotpresent() invert + - x86/mm/pat: Make set_memory_np() L1TF safe + - x86/mm/kmmio: Make the tracer robust against L1TF + - tools headers: Synchronise x86 cpufeatures.h for L1TF additions + - x86/microcode: Allow late microcode loading with SMT disabled + - x86/smp: fix non-SMP broken build due to redefinition of + apic_id_is_primary_thread + - cpu/hotplug: Non-SMP machines do not make use of booted_once + - x86/init: fix build with CONFIG_SWAP=n + - Linux 4.18.1 + - [Config] updateconfigs after v4.18.1 stable update + + * Consider enabling CONFIG_NETWORK_PHY_TIMESTAMPING (LP: #1785816) + - [Config] Enable timestamping in network PHY devices + + * Miscellaneous Ubuntu changes + - [Config] CONFIG_SYSCTL_SYSCALL=n + + [ Upstream Kernel Changes ] + + * Rebase to v4.18 + + -- Seth Forshee Wed, 15 Aug 2018 14:20:59 -0500 + +linux (4.18.0-4.5) cosmic; urgency=medium + + [ Upstream Kernel Changes ] + + * Rebase to v4.18-rc8 + + -- Seth Forshee Mon, 06 Aug 2018 13:54:02 -0500 + +linux (4.18.0-3.4) cosmic; urgency=medium + + * Suspend fails in Ubuntu and Kubuntu 18.04 but works fine in Ubuntu and + Kubuntu 17.10 (and on Kubuntu 18.04 using kernel 4.14.47) (LP: #1774950) + - ACPI / LPSS: Avoid PM quirks on suspend and resume from hibernation + + * hinic interfaces aren't getting predictable names (LP: #1783138) + - hinic: Link the logical network device to the pci device in sysfs + + * libvirtd is unable to configure bridge devices inside of LXD containers + (LP: #1784501) + - kernfs: allow creating kernfs objects with arbitrary uid/gid + - sysfs, kobject: allow creating kobject belonging to arbitrary users + - kobject: kset_create_and_add() - fetch ownership info from parent + - driver core: set up ownership of class devices in sysfs + - net-sysfs: require net admin in the init ns for setting tx_maxrate + - net-sysfs: make sure objects belong to container's owner + - net: create reusable function for getting ownership info of sysfs inodes + - bridge: make sure objects belong to container's owner + - sysfs: Fix regression when adding a file to an existing group + + * locking sockets broken due to missing AppArmor socket mediation patches + (LP: #1780227) + - UBUNTU SAUCE: apparmor: fix apparmor mediating locking non-fs, unix sockets + + * Update2 for ocxl driver (LP: #1781436) + - ocxl: Fix page fault handler in case of fault on dying process + + * HDMI/DP audio can't work on the laptop of Dell Latitude 5495 (LP: #1782689) + - ALSA: hda: use PCI_BASE_CLASS_DISPLAY to replace PCI_CLASS_DISPLAY_VGA + - vga_switcheroo: set audio client id according to bound GPU id + + * Allow Raven Ridge's audio controller to be runtime suspended (LP: #1782540) + - ALSA: hda: Add AZX_DCAPS_PM_RUNTIME for AMD Raven Ridge + + * Invoking obsolete 'firmware_install' target breaks snap build (LP: #1782166) + - snapcraft.yaml: stop invoking the obsolete (and non-existing) + 'firmware_install' target + + * snapcraft.yaml: missing ubuntu-retpoline-extract-one script breaks the build + (LP: #1782116) + - snapcraft.yaml: copy retpoline-extract-one to scripts before build + + [ Upstream Kernel Changes ] + + * Rebase to v4.18-rc7 + + -- Seth Forshee Wed, 01 Aug 2018 08:49:40 -0500 + +linux (4.18.0-2.3) cosmic; urgency=medium + + * Kernel error "task zfs:pid blocked for more than 120 seconds" (LP: #1781364) + - SAUCE: (noup) zfs to 0.7.9-3ubuntu4 + + * [Regression] EXT4-fs error (device sda1): ext4_validate_inode_bitmap:99: + comm stress-ng: Corrupt inode bitmap (LP: #1780137) + - SAUCE: ext4: fix ext4_validate_inode_bitmap: comm stress-ng: Corrupt inode + bitmap + + * Cloud-init causes potentially huge boot delays with 4.15 kernels + (LP: #1780062) + - random: Make getrandom() ready earlier + + * hisi_sas_v3_hw: internal task abort: timeout and not done. (LP: #1777736) + - scsi: hisi_sas: Update a couple of register settings for v3 hw + + * hisi_sas: Add missing PHY spinlock init (LP: #1777734) + - scsi: hisi_sas: Add missing PHY spinlock init + + * hisi_sas: improve read performance by pre-allocating slot DMA buffers + (LP: #1777727) + - scsi: hisi_sas: Use dmam_alloc_coherent() + - scsi: hisi_sas: Pre-allocate slot DMA buffers + + * hisi_sas: Failures during host reset (LP: #1777696) + - scsi: hisi_sas: Only process broadcast change in phy_bcast_v3_hw() + - scsi: hisi_sas: Fix the conflict between dev gone and host reset + - scsi: hisi_sas: Adjust task reject period during host reset + - scsi: hisi_sas: Add a flag to filter PHY events during reset + - scsi: hisi_sas: Release all remaining resources in clear nexus ha + + * Miscellaneous Ubuntu changes + - SAUCE: (noup) Update spl to 0.7.9-3ubuntu2, zfs to 0.7.9-3ubuntu3 + - SAUCE: mm: Fix exports that inadvertently make put_page() EXPORT_SYMBOL_GPL + - Enable zfs build + - SAUCE: Import aufs driver + - Revert "UBUNTU: [Config]: set CONFIG_EDAC_DEBUG=y for ARM64" + - [Config] retpoline -- review and accept retpoline changes + + [ Upstream Kernel Changes ] + + * Rebase to v4.18-rc5 + * Rebase to v4.18-rc6 + + -- Seth Forshee Tue, 24 Jul 2018 08:41:22 -0500 + +linux (4.18.0-1.2) cosmic; urgency=medium + + [ Upstream Kernel Changes ] + + * Rebase to v4.18-rc4 + + -- Seth Forshee Mon, 09 Jul 2018 07:36:31 -0500 + +linux (4.18.0-0.1) cosmic; urgency=medium + + * Miscellaneous Ubuntu changes + - ubuntu -- disable vbox build + - Disable zfs build + - SAUCE: (efi-lockdown) Add the ability to lock down access to the running + kernel image + - SAUCE: (efi-lockdown) Add a SysRq option to lift kernel lockdown + - SAUCE: (efi-lockdown) ima: require secure_boot rules in lockdown mode + - SAUCE: (efi-lockdown) Enforce module signatures if the kernel is locked down + - SAUCE: (efi-lockdown) Restrict /dev/{mem,kmem,port} when the kernel is + locked down + - SAUCE: (efi-lockdown) kexec_load: Disable at runtime if the kernel is locked + down + - SAUCE: (efi-lockdown) hibernate: Disable when the kernel is locked down + - SAUCE: (efi-lockdown) uswsusp: Disable when the kernel is locked down + - SAUCE: (efi-lockdown) PCI: Lock down BAR access when the kernel is locked + down + - SAUCE: (efi-lockdown) x86: Lock down IO port access when the kernel is + locked down + - SAUCE: (efi-lockdown) x86/msr: Restrict MSR access when the kernel is locked + down + - SAUCE: (efi-lockdown) ACPI: Limit access to custom_method when the kernel is + locked down + - SAUCE: (efi-lockdown) acpi: Ignore acpi_rsdp kernel param when the kernel + has been locked down + - SAUCE: (efi-lockdown) acpi: Disable ACPI table override if the kernel is + locked down + - SAUCE: (efi-lockdown) acpi: Disable APEI error injection if the kernel is + locked down + - SAUCE: (efi-lockdown) Prohibit PCMCIA CIS storage when the kernel is locked + down + - SAUCE: (efi-lockdown) Lock down TIOCSSERIAL + - SAUCE: (efi-lockdown) Lock down module params that specify hardware + parameters (eg. ioport) + - SAUCE: (efi-lockdown) x86/mmiotrace: Lock down the testmmiotrace module + - SAUCE: (efi-lockdown) Lock down /proc/kcore + - SAUCE: (efi-lockdown) Lock down kprobes + - SAUCE: (efi-lockdown) bpf: Restrict kernel image access functions when the + kernel is locked down + - SAUCE: (efi-lockdown) Lock down perf + - SAUCE: (efi-lockdown) debugfs: Restrict debugfs when the kernel is locked + down + - SAUCE: (efi-lockdown) Copy secure_boot flag in boot params across kexec + reboot + - SAUCE: (efi-lockdown) efi: Add an EFI_SECURE_BOOT flag to indicate secure + boot mode + - SAUCE: (efi-lockdown) efi: Lock down the kernel if booted in secure boot + mode + - SAUCE: (efi-lockdown) KEYS: Allow unrestricted boot-time addition of keys to + secondary keyring + - SAUCE: (efi-lockdown) efi: Add EFI signature data types + - SAUCE: (efi-lockdown) efi: Add an EFI signature blob parser + - SAUCE: (efi-lockdown) MODSIGN: Import certificates from UEFI Secure Boot + - SAUCE: (efi-lockdown) MODSIGN: Allow the "db" UEFI variable to be suppressed + - SAUCE: (efi-lockdown) Make get_cert_list() not complain about cert lists + that aren't present. + - SAUCE: (efi-lockdown) Add efi_status_to_str() and rework + efi_status_to_err(). + - SAUCE: (efi-lockdown) Make get_cert_list() use efi_status_to_str() to print + error messages. + - SAUCE: (efi-lockdown) lockdown: fix coordination of kernel module signature + verification + - SAUCE: (efi-lockdown) efi: Sanitize boot_params in efi stub + - SAUCE: (efi-lockdown) efi: Don't print secure boot state from the efi stub + - SAUCE: (namespace) block_dev: Support checking inode permissions in + lookup_bdev() + - SAUCE: (namespace) block_dev: Check permissions towards block device inode + when mounting + - SAUCE: (namespace) mtd: Check permissions towards mtd block device inode + when mounting + - SAUCE: (namespace) ext4: Add support for unprivileged mounts from user + namespaces + - SAUCE: (namespace) ext4: Add module parameter to enable user namespace + mounts + - SAUCE: (namespace) block_dev: Forbid unprivileged mounting when device is + opened for writing + - SAUCE: Import aufs driver + - Update dropped.txt + - [Config] updateconfigs after 4.18-rc3 rebase + - SAUCE: (no-up): ASoC: Intel: bytcr-rt5660: Remove snd_soc_codec use for 4.18 + + [ Upstream Kernel Changes ] + + * Rebase to v4.18-rc3 + + -- Seth Forshee Fri, 06 Jul 2018 10:46:37 -0500 + +linux (4.18.0-0.0) cosmic; urgency=medium + + * Dummy entry. + + -- Seth Forshee Tue, 03 Jul 2018 11:10:33 -0500 + +linux (4.17.0-4.5) cosmic; urgency=medium + + * linux: 4.17.0-4.5 -proposed tracker (LP: #1779399) + + * Update to ocxl driver for 18.04.1 (LP: #1775786) + - powerpc: Add TIDR CPU feature for POWER9 + - powerpc: Use TIDR CPU feature to control TIDR allocation + - powerpc: use task_pid_nr() for TID allocation + - ocxl: Rename pnv_ocxl_spa_remove_pe to clarify it's action + - ocxl: Expose the thread_id needed for wait on POWER9 + - ocxl: Add an IOCTL so userspace knows what OCXL features are available + - ocxl: Document new OCXL IOCTLs + - ocxl: Fix missing unlock on error in afu_ioctl_enable_p9_wait() + + * Please include ax88179_178a and r8152 modules in d-i udeb (LP: #1771823) + - [Config:] d-i: Add ax88179_178a and r8152 to nic-modules + + * glibc pkeys test fail on powerpc (LP: #1776967) + - [Config] Temporarily disable CONFIG_PPC_MEM_KEYS + + * After update to 4.13-43 Intel Graphics are Laggy (LP: #1773520) + - Revert "drm/i915/edp: Allow alternate fixed mode for eDP if available." + + * Miscellaneous Ubuntu changes + - SAUCE: (noup) Update spl to 0.7.9-3ubuntu1, zfs to 0.7.9-3ubuntu1 + + -- Seth Forshee Fri, 29 Jun 2018 13:37:52 -0500 + +linux (4.17.0-3.4) cosmic; urgency=medium + + * linux: 4.17.0-3.4 -proposed tracker (LP: #1779124) + + * Cosmic update to v4.17.3 stable release (LP: #1778997) + - net: aquantia: fix unsigned numvecs comparison with less than zero + - bonding: re-evaluate force_primary when the primary slave name changes + - cdc_ncm: avoid padding beyond end of skb + - ipv6: allow PMTU exceptions to local routes + - net: dsa: add error handling for pskb_trim_rcsum + - net: phy: dp83822: use BMCR_ANENABLE instead of BMSR_ANEGCAPABLE for DP83620 + - net/sched: act_simple: fix parsing of TCA_DEF_DATA + - tcp: verify the checksum of the first data segment in a new connection + - tls: fix use-after-free in tls_push_record + - tls: fix waitall behavior in tls_sw_recvmsg + - socket: close race condition between sock_close() and sockfs_setattr() + - udp: fix rx queue len reported by diag and proc interface + - net: in virtio_net_hdr only add VLAN_HLEN to csum_start if payload holds + vlan + - hv_netvsc: Fix a network regression after ifdown/ifup + - ACPICA: AML parser: attempt to continue loading table after error + - ext4: fix hole length detection in ext4_ind_map_blocks() + - ext4: update mtime in ext4_punch_hole even if no blocks are released + - ext4: do not allow external inodes for inline data + - ext4: bubble errors from ext4_find_inline_data_nolock() up to ext4_iget() + - ext4: correctly handle a zero-length xattr with a non-zero e_value_offs + - ext4: fix fencepost error in check for inode count overflow during resize + - driver core: Don't ignore class_dir_create_and_add() failure. + - Btrfs: allow empty subvol= again + - Btrfs: fix clone vs chattr NODATASUM race + - Btrfs: fix memory and mount leak in btrfs_ioctl_rm_dev_v2() + - btrfs: return error value if create_io_em failed in cow_file_range + - btrfs: scrub: Don't use inode pages for device replace + - ALSA: usb-audio: Disable the quirk for Nura headset + - ALSA: hda/conexant - Add fixup for HP Z2 G4 workstation + - ALSA: hda - Handle kzalloc() failure in snd_hda_attach_pcm_stream() + - ALSA: hda: add dock and led support for HP EliteBook 830 G5 + - ALSA: hda: add dock and led support for HP ProBook 640 G4 + - x86/MCE: Fix stack out-of-bounds write in mce-inject.c: Flags_read() + - smb3: fix various xid leaks + - smb3: on reconnect set PreviousSessionId field + - CIFS: 511c54a2f69195b28afb9dd119f03787b1625bb4 adds a check for session + expiry + - cifs: For SMB2 security informaion query, check for minimum sized security + descriptor instead of sizeof FileAllInformation class + - nbd: fix nbd device deletion + - nbd: update size when connected + - nbd: use bd_set_size when updating disk size + - blk-mq: reinit q->tag_set_list entry only after grace period + - bdi: Move cgroup bdi_writeback to a dedicated low concurrency workqueue + - cpufreq: Fix new policy initialization during limits updates via sysfs + - cpufreq: ti-cpufreq: Fix an incorrect error return value + - cpufreq: governors: Fix long idle detection logic in load calculation + - libata: zpodd: small read overflow in eject_tray() + - libata: Drop SanDisk SD7UB3Q*G1001 NOLPM quirk + - nvme/pci: Sync controller reset for AER slot_reset + - w1: mxc_w1: Enable clock before calling clk_get_rate() on it + - x86/vector: Fix the args of vector_alloc tracepoint + - x86/apic/vector: Prevent hlist corruption and leaks + - x86/apic: Provide apic_ack_irq() + - x86/ioapic: Use apic_ack_irq() + - x86/platform/uv: Use apic_ack_irq() + - irq_remapping: Use apic_ack_irq() + - genirq/generic_pending: Do not lose pending affinity update + - genirq/affinity: Defer affinity setting if irq chip is busy + - genirq/migration: Avoid out of line call if pending is not set + - x86/intel_rdt: Enable CMT and MBM on new Skylake stepping + - media: uvcvideo: Prevent setting unavailable flags + - media: rc: ensure input/lirc device can be opened after register + - iwlwifi: fw: harden page loading code + - orangefs: set i_size on new symlink + - orangefs: report attributes_mask and attributes for statx + - HID: intel_ish-hid: ipc: register more pm callbacks to support hibernation + - HID: wacom: Correct logical maximum Y for 2nd-gen Intuos Pro large + - vhost: fix info leak due to uninitialized memory + - mm, page_alloc: do not break __GFP_THISNODE by zonelist reset + - Linux 4.17.3 + + * Use-after-free in sk_peer_label (LP: #1778646) + - SAUCE: apparmor: fix use after free in sk_peer_label + + * kernel: Fix memory leak on CCA and EP11 CPRB processing. (LP: #1775390) + - s390/zcrypt: Fix CCA and EP11 CPRB processing failure memory leak. + + * Various fixes for CXL kernel module (LP: #1774471) + - cxl: Configure PSL to not use APC virtual machines + - cxl: Disable prefault_mode in Radix mode + + * Bluetooth not working (LP: #1764645) + - Bluetooth: btusb: Apply QCA Rome patches for some ATH3012 models + + * Fake SAS addresses for SATA disks on HiSilicon D05 are non-unique + (LP: #1776750) + - scsi: hisi_sas: make SAS address of SATA disks unique + + * linux-snapdragon: wcn36xx: mac address generation on boot (LP: #1776491) + - [Config] arm64: snapdragon: WCN36XX_SNAPDRAGON_HACKS=y + - SAUCE: wcn36xx: read MAC from file or randomly generate one + + * Lenovo V330 needs patch in ideapad_laptop module for rfkill (LP: #1774636) + - SAUCE: Add Lenovo V330 to the ideapad_laptop rfkill blacklist + + * register on binfmt_misc may overflow and crash the system (LP: #1775856) + - fs/binfmt_misc.c: do not allow offset overflow + + * Network installs fail on SocioNext board (LP: #1775884) + - net: socionext: reset hardware in ndo_stop + - net: netsec: enable tx-irq during open callback + + * Fix several bugs in RDMA/hns driver (LP: #1770974) + - RDMA/hns: Drop local zgid in favor of core defined variable + - RDMA/hns: Add 64KB page size support for hip08 + - RDMA/hns: Rename the idx field of db + - RDMA/hns: Modify uar allocation algorithm to avoid bitmap exhaust + - RDMA/hns: Increase checking CMQ status timeout value + - RDMA/hns: Add reset process for RoCE in hip08 + - RDMA/hns: Fix the illegal memory operation when cross page + - RDMA/hns: Implement the disassociate_ucontext API + + * powerpc/livepatch: Implement reliable stack tracing for the consistency + model (LP: #1771844) + - powerpc/livepatch: Implement reliable stack tracing for the consistency + model + + * Adding back alx WoL feature (LP: #1772610) + - SAUCE: Revert "alx: remove WoL support" + - SAUCE: alx: add enable_wol paramenter + + * Lancer A0 Asic HBA's won't boot with 18.04 (LP: #1768103) + - scsi: lpfc: Fix WQ/CQ creation for older asic's. + - scsi: lpfc: Fix 16gb hbas failing cq create. + + * [LTCTest][OPAL][OP920] cpupower idle-info is not listing stop4 and stop5 + idle states when all CORES are guarded (LP: #1771780) + - powerpc/powernv/cpuidle: Init all present cpus for deep states + + * Huawei 25G/100G Network Adapters Unsupported (LP: #1770970) + - net-next/hinic: add pci device ids for 25ge and 100ge card + + * Expose arm64 CPU topology to userspace (LP: #1770231) + - drivers: base: cacheinfo: move cache_setup_of_node() + - drivers: base: cacheinfo: setup DT cache properties early + - cacheinfo: rename of_node to fw_token + - arm64/acpi: Create arch specific cpu to acpi id helper + - ACPI/PPTT: Add Processor Properties Topology Table parsing + - [Config] CONFIG_ACPI_PPTT=y + - ACPI: Enable PPTT support on ARM64 + - drivers: base cacheinfo: Add support for ACPI based firmware tables + - arm64: Add support for ACPI based firmware tables + - arm64: topology: rename cluster_id + - arm64: topology: enable ACPI/PPTT based CPU topology + - ACPI: Add PPTT to injectable table list + - arm64: topology: divorce MC scheduling domain from core_siblings + + * Vcs-Git header on bionic linux source package points to zesty git tree + (LP: #1766055) + - [Packaging]: Update Vcs-Git + + * Request to revert SAUCE patches in the 18.04 SRU and update with upstream + version (LP: #1768431) + - scsi: cxlflash: Handle spurious interrupts + - scsi: cxlflash: Remove commmands from pending list on timeout + - scsi: cxlflash: Synchronize reset and remove ops + - SAUCE: (no-up) cxlflash: OCXL diff between v2 and v3 + + * hisi_sas robustness fixes (LP: #1774466) + - scsi: hisi_sas: delete timer when removing hisi_sas driver + - scsi: hisi_sas: print device id for errors + - scsi: hisi_sas: Add some checks to avoid free'ing a sas_task twice + - scsi: hisi_sas: check host frozen before calling "done" function + - scsi: hisi_sas: check sas_dev gone earlier in hisi_sas_abort_task() + - scsi: hisi_sas: stop controller timer for reset + - scsi: hisi_sas: update PHY linkrate after a controller reset + - scsi: hisi_sas: change slot index allocation mode + - scsi: hisi_sas: Change common allocation mode of device id + - scsi: hisi_sas: Reset disks when discovered + - scsi: hisi_sas: Create a scsi_host_template per HW module + - scsi: hisi_sas: Init disks after controller reset + - scsi: hisi_sas: Try wait commands before before controller reset + - scsi: hisi_sas: Include TMF elements in struct hisi_sas_slot + - scsi: hisi_sas: Add v2 hw force PHY function for internal ATA command + - scsi: hisi_sas: Terminate STP reject quickly for v2 hw + - scsi: hisi_sas: Fix return value when get_free_slot() failed + - scsi: hisi_sas: Mark PHY as in reset for nexus reset + + * hisi_sas: Support newer v3 hardware (LP: #1774467) + - scsi: hisi_sas: update RAS feature for later revision of v3 HW + - scsi: hisi_sas: check IPTT is valid before using it for v3 hw + - scsi: hisi_sas: fix PI memory size + - scsi: hisi_sas: config ATA de-reset as an constrained command for v3 hw + - scsi: hisi_sas: remove redundant handling to event95 for v3 + - scsi: hisi_sas: add readl poll timeout helper wrappers + - scsi: hisi_sas: workaround a v3 hw hilink bug + - scsi: hisi_sas: Add LED feature for v3 hw + + * hisi_sas: improve performance by optimizing DQ locking (LP: #1774472) + - scsi: hisi_sas: optimise the usage of DQ locking + - scsi: hisi_sas: relocate smp sg map + - scsi: hisi_sas: make return type of prep functions void + - scsi: hisi_sas: allocate slot buffer earlier + - scsi: hisi_sas: Don't lock DQ for complete task sending + - scsi: hisi_sas: Use device lock to protect slot alloc/free + - scsi: hisi_sas: add check of device in hisi_sas_task_exec() + - scsi: hisi_sas: fix a typo in hisi_sas_task_prep() + + * FS-Cache: Assertion failed: FS-Cache: 6 == 5 is false (LP: #1774336) + - SAUCE: CacheFiles: fix a read_waiter/read_copier race + + * enable mic-mute hotkey and led on Lenovo M820z and M920z (LP: #1774306) + - ALSA: hda/realtek - Enable mic-mute hotkey for several Lenovo AIOs + + * hns3 driver updates (LP: #1768670) + - net: hns3: Remove error log when getting pfc stats fails + - net: hns3: fix to correctly fetch l4 protocol outer header + - net: hns3: Fixes the out of bounds access in hclge_map_tqp + - net: hns3: Fixes the error legs in hclge_init_ae_dev function + - net: hns3: fix for phy_addr error in hclge_mac_mdio_config + - net: hns3: Fix to support autoneg only for port attached with phy + - net: hns3: fix a dead loop in hclge_cmd_csq_clean + - net: hns3: Fix for packet loss due wrong filter config in VLAN tbls + - net: hns3: Remove packet statistics in the range of 8192~12287 + - net: hns3: Add support of hardware rx-vlan-offload to HNS3 VF driver + - net: hns3: Fix for setting mac address when resetting + - net: hns3: remove add/del_tunnel_udp in hns3_enet module + - net: hns3: fix for cleaning ring problem + - net: hns3: refactor the loopback related function + - net: hns3: Fix for deadlock problem occurring when unregistering ae_algo + - net: hns3: Fix for the null pointer problem occurring when initializing + ae_dev failed + - net: hns3: Add a check for client instance init state + - net: hns3: Change return type of hnae3_register_ae_dev + - net: hns3: Change return type of hnae3_register_ae_algo + - net: hns3: Change return value in hnae3_register_client + - net: hns3: Fixes the back pressure setting when sriov is enabled + - net: hns3: Fix for fiber link up problem + - net: hns3: Add support of .sriov_configure in HNS3 driver + - net: hns3: Fixes the missing PCI iounmap for various legs + - net: hns3: Fixes error reported by Kbuild and internal review + - net: hns3: Fixes API to fetch ethernet header length with kernel default + - net: hns3: cleanup of return values in hclge_init_client_instance() + - net: hns3: Fix the missing client list node initialization + - net: hns3: Fix for hns3 module is loaded multiple times problem + - net: hns3: Use enums instead of magic number in hclge_is_special_opcode + - net: hns3: Fix for netdev not running problem after calling net_stop and + net_open + - net: hns3: Fixes kernel panic issue during rmmod hns3 driver + - net: hns3: Fix for CMDQ and Misc. interrupt init order problem + - net: hns3: Updates RX packet info fetch in case of multi BD + - net: hns3: Add support for tx_accept_tag2 and tx_accept_untag2 config + - net: hns3: Add STRP_TAGP field support for hardware revision 0x21 + - net: hns3: Add support to enable TX/RX promisc mode for H/W rev(0x21) + - net: hns3: Fix for PF mailbox receving unknown message + - net: hns3: Fixes the state to indicate client-type initialization + - net: hns3: Fixes the init of the VALID BD info in the descriptor + - net: hns3: Removes unnecessary check when clearing TX/RX rings + - net: hns3: Clear TX/RX rings when stopping port & un-initializing client + - net: hns3: Remove unused led control code + - net: hns3: Adds support for led locate command for copper port + - net: hns3: Fixes initalization of RoCE handle and makes it conditional + - net: hns3: Disable vf vlan filter when vf vlan table is full + - net: hns3: Add support for IFF_ALLMULTI flag + - net: hns3: Add repeat address checking for setting mac address + - net: hns3: Fix setting mac address error + - net: hns3: Fix for service_task not running problem after resetting + - net: hns3: Fix for hclge_reset running repeatly problem + - net: hns3: Fix for phy not link up problem after resetting + - net: hns3: Add missing break in misc_irq_handle + - net: hns3: Fix for vxlan tx checksum bug + - net: hns3: Optimize the PF's process of updating multicast MAC + - net: hns3: Optimize the VF's process of updating multicast MAC + - SAUCE: {topost} net: hns3: add support for serdes loopback selftest + - SAUCE: {topost} net: hns3: RX BD information valid only in last BD except + VLD bit and buffer size + - SAUCE: {topost} net: hns3: remove hclge_get_vector_index from + hclge_bind_ring_with_vector + - SAUCE: {topost} net: hns3: rename the interface for init_client_instance and + uninit_client_instance + - SAUCE: {topost} net: hns3: add vector status check before free vector + - SAUCE: {topost} net: hns3: add l4_type check for both ipv4 and ipv6 + - SAUCE: {topost} net: hns3: remove unused head file in hnae3.c + - SAUCE: {topost} net: hns3: extraction an interface for state state + init|uninit + - SAUCE: {topost} net: hns3: print the ret value in error information + - SAUCE: {topost} net: hns3: remove the Redundant put_vector in + hns3_client_uninit + - SAUCE: {topost} net: hns3: add unlikely for error check + - SAUCE: {topost} net: hns3: remove back in struct hclge_hw + - SAUCE: {topost} net: hns3: use lower_32_bits and upper_32_bits + - SAUCE: {topost} net: hns3: remove unused hclge_ring_to_dma_dir + - SAUCE: {topost} net: hns3: remove useless code in hclge_cmd_send + - SAUCE: {topost} net: hns3: remove some redundant assignments + - SAUCE: {topost} net: hns3: simplify hclge_cmd_csq_clean + - SAUCE: {topost} net: hns3: using modulo for cyclic counters in + hclge_cmd_send + - SAUCE: {topost} net: hns3: remove a redundant hclge_cmd_csq_done + - SAUCE: {topost} net: hns3: remove some unused members of some structures + - SAUCE: {topost} net: hns3: give default option while dependency HNS3 set + - SAUCE: {topost} net: hns3: use dma_zalloc_coherent instead of + kzalloc/dma_map_single + - SAUCE: {topost} net: hns3: modify hnae_ to hnae3_ + - SAUCE: {topost} net: hns3: fix unused function warning in VF driver + - SAUCE: {topost} net: hns3: remove some redundant assignments + - SAUCE: {topost} net: hns3: standardize the handle of return value + - SAUCE: {topost} net: hns3: remove extra space and brackets + - SAUCE: {topost} net: hns3: fix unreasonable code comments + - SAUCE: {topost} net: hns3: use decimal for bit offset macros + - SAUCE: {topost} net: hns3: modify inconsistent bit mask macros + - SAUCE: {topost} net: hns3: fix mislead parameter name + - SAUCE: {topost} net: hns3: remove unused struct member and definition + - SAUCE: {topost} net: hns3: Add SPDX tags to hns3 driver + - SAUCE: {topost} net: hns3: Add pf reset for hip08 RoCE + - SAUCE: {topost} net: hns3: optimize the process of notifying roce client + - SAUCE: {topost} net: hns3: Add calling roce callback function when link + status change + - SAUCE: {topost} net: hns3: fix tc setup when netdev is first up + - SAUCE: {topost} net: hns3: fix for mac pause not disable in pfc mode + - SAUCE: {topost} net: hns3: fix for waterline not setting correctly + - SAUCE: {topost} net: hns3: fix for l4 checksum offload bug + - SAUCE: {topost} net: hns3: fix for mailbox message truncated problem + - SAUCE: {topost} net: hns3: Add configure for mac minimal frame size + - SAUCE: {topost} net: hns3: fix warning bug when doing lp selftest + - SAUCE: {topost} net: hns3: fix get_vector ops in hclgevf_main module + - SAUCE: {topost} net: hns3: remove the warning when clear reset cause + - SAUCE: {topost} net: hns3: Use roce handle when calling roce callback + function + - SAUCE: {topost} net: hns3: prevent sending command during global or core + reset + - SAUCE: {topost} net: hns3: modify the order of initializeing command queue + register + - SAUCE: {topost} net: hns3: reset net device with rtnl_lock + - SAUCE: {topost} net: hns3: prevent to request reset frequently + - SAUCE: {topost} net: hns3: correct reset event status register + - SAUCE: {topost} net: hns3: separate roce from nic when resetting + - SAUCE: net: hns3: Fix for phy link issue when using marvell phy driver + - SAUCE: {topost} net: hns3: fix return value error in + hns3_reset_notify_down_enet + - SAUCE: {topost} net: hns3: remove unnecessary ring configuration operation + while resetting + - SAUCE: {topost} net: hns3: fix for reset_level default assignment probelm + - SAUCE: {topost} net: hns3: fix for using wrong mask and shift in + hclge_get_ring_chain_from_mbx + - SAUCE: {topost} net: hns3: fix comments for hclge_get_ring_chain_from_mbx + - SAUCE: net: hns3: Fix for VF mailbox cannot receiving PF response + - SAUCE: net: hns3: Fix for VF mailbox receiving unknown message + - SAUCE: net: hns3: Optimize PF CMDQ interrupt switching process + + * CVE-2018-7755 + - SAUCE: floppy: Do not copy a kernel pointer to user memory in FDGETPRM ioctl + + * Incorrect blacklist of bcm2835_wdt (LP: #1766052) + - [Packaging] Fix missing watchdog for Raspberry Pi + + * kernel: Fix arch random implementation (LP: #1775391) + - s390/archrandom: Rework arch random implementation. + + * [Ubuntu 1804][boston][ixgbe] EEH causes kernel BUG at /build/linux- + jWa1Fv/linux-4.15.0/drivers/pci/msi.c:352 (i2S) (LP: #1776389) + - ixgbe/ixgbevf: Free IRQ when PCI error recovery removes the device + + * Cosmic update to v4.17.2 stable release (LP: #1779117) + - crypto: chelsio - request to HW should wrap + - blkdev_report_zones_ioctl(): Use vmalloc() to allocate large buffers + - KVM: X86: Fix reserved bits check for MOV to CR3 + - KVM: x86: introduce linear_{read,write}_system + - kvm: fix typo in flag name + - kvm: nVMX: Enforce cpl=0 for VMX instructions + - KVM: x86: pass kvm_vcpu to kvm_read_guest_virt and + kvm_write_guest_virt_system + - kvm: x86: use correct privilege level for sgdt/sidt/fxsave/fxrstor access + - staging: android: ion: Switch to pr_warn_once in ion_buffer_destroy + - NFC: pn533: don't send USB data off of the stack + - usbip: vhci_sysfs: fix potential Spectre v1 + - usb-storage: Add support for FL_ALWAYS_SYNC flag in the UAS driver + - usb-storage: Add compatibility quirk flags for G-Technologies G-Drive + - Input: xpad - add GPD Win 2 Controller USB IDs + - phy: qcom-qusb2: Fix crash if nvmem cell not specified + - usb: core: message: remove extra endianness conversion in + usb_set_isoch_delay + - usb: typec: wcove: Remove dependency on HW FSM + - usb: gadget: function: printer: avoid wrong list handling in printer_write() + - usb: gadget: udc: renesas_usb3: fix double phy_put() + - usb: gadget: udc: renesas_usb3: should remove debugfs + - usb: gadget: udc: renesas_usb3: should call pm_runtime_enable() before add + udc + - usb: gadget: udc: renesas_usb3: should call devm_phy_get() before add udc + - usb: gadget: udc: renesas_usb3: should fail if devm_phy_get() returns error + - usb: gadget: udc: renesas_usb3: disable the controller's irqs for + reconnecting + - serial: sh-sci: Stop using printk format %pCr + - tty/serial: atmel: use port->name as name in request_irq() + - serial: samsung: fix maxburst parameter for DMA transactions + - serial: 8250: omap: Fix idling of clocks for unused uarts + - vmw_balloon: fixing double free when batching mode is off + - doc: fix sysfs ABI documentation + - arm64: defconfig: Enable CONFIG_PINCTRL_MT7622 by default + - tty: pl011: Avoid spuriously stuck-off interrupts + - crypto: ccree - correct host regs offset + - Input: goodix - add new ACPI id for GPD Win 2 touch screen + - Input: elan_i2c - add ELAN0612 (Lenovo v330 14IKB) ACPI ID + - crypto: caam - strip input zeros from RSA input buffer + - crypto: caam - fix DMA mapping dir for generated IV + - crypto: caam - fix IV DMA mapping and updating + - crypto: caam/qi - fix IV DMA mapping and updating + - crypto: caam - fix size of RSA prime factor q + - crypto: cavium - Fix fallout from CONFIG_VMAP_STACK + - crypto: cavium - Limit result reading attempts + - crypto: vmx - Remove overly verbose printk from AES init routines + - crypto: vmx - Remove overly verbose printk from AES XTS init + - crypto: omap-sham - fix memleak + - Linux 4.17.2 + + * Cosmic update to v4.17.1 stable release (LP: #1779116) + - netfilter: nf_flow_table: attach dst to skbs + - bnx2x: use the right constant + - ip6mr: only set ip6mr_table from setsockopt when ip6mr_new_table succeeds + - ipv6: omit traffic class when calculating flow hash + - l2tp: fix refcount leakage on PPPoL2TP sockets + - netdev-FAQ: clarify DaveM's position for stable backports + - net: metrics: add proper netlink validation + - net/packet: refine check for priv area size + - rtnetlink: validate attributes in do_setlink() + - sctp: not allow transport timeout value less than HZ/5 for hb_timer + - team: use netdev_features_t instead of u32 + - vrf: check the original netdevice for generating redirect + - net: dsa: b53: Fix for brcm tag issue in Cygnus SoC + - ipmr: fix error path when ipmr_new_table fails + - PCI: hv: Do not wait forever on a device that has disappeared + - Linux 4.17.1 + + * Miscellaneous Ubuntu changes + - Revert "UBUNTU: SAUCE: crypto: thunderx_zip: Fix fallout from + CONFIG_VMAP_STACK" + - Revert "UBUNTU: SAUCE: cred: Add clone_cred() interface" + - SAUCE: apparmor: userspace queries + - SAUCE: apparmor: patch to provide compatibility with v2.x net rules + - SAUCE: apparmor: af_unix mediation + + -- Seth Forshee Thu, 28 Jun 2018 08:03:32 -0500 + +linux (4.17.0-2.3) cosmic; urgency=medium + + * linux: 4.17.0-2.3 -proposed tracker (LP: #1776276) + + * Miscellaneous Ubuntu changes + - Config: remove IrDA from annotations + - Config: remove scsi drivers from annotations + - Config: remove BT_HCIBTUART from annotations + - Config: pstore zlib support was renamed + - Config: disable NVRAM for armhf on annotations + - Config: Disable VT on s390x + - Config: Update SSB and B43/B44 options + - Config: some options not supported on some arches anymore + - Config: renamed and removed options + - Config: TCG_CRB is required for IMA on ACPI systems + - Config: EXTCON_AXP288 depends on X86 + - Config: CONFIG_FSI depends on OF + - Config: DRM_RCAR_LVDS now depends on DRM + - CONFIG: Allow CONFIG_LEDS_MLXCPLD for i386 + - Config: Enable HINIC on arm64 + - Config: Set PPS and PTP_1588_CLOCK as y + - Config: Some NF_TABLES options are built-in now + - Config: GENERIC_CPU for ppc64el + - Config: KEXEC_FILE=n for s390x + - Config: CRYPTO_DEFLATE is needed by PSTORE_DEFLATE_COMPRESS + - Config: Disable STM32 support + - Config: Enable FORTIFY_SOURCE for armhf + - Config: use STRONG instead of AUTO for CC_STACKPROTECTOR + + [ Upstream Kernel Changes ] + + * Rebase to v4.17 + + -- Thadeu Lima de Souza Cascardo Mon, 11 Jun 2018 15:22:10 -0300 + +linux (4.17.0-1.2) cosmic; urgency=medium + + [ Seth Forshee ] + * [Config] enable EDAC_DEBUG on ARM64 (LP: #1772516) + - [Config]: set CONFIG_EDAC_DEBUG=y for ARM64 + + * Ubuntu 18.04 kernel crashed while in degraded mode (LP: #1770849) + - SAUCE: powerpc/perf: Fix memory allocation for core-imc based on + num_possible_cpus() + + * Integrated Webcam Realtek Integrated_Webcam_HD (0bda:58f4) not working in + DELL XPS 13 9370 with firmware 1.50 (LP: #1763748) + - SAUCE: media: uvcvideo: Support realtek's UVC 1.5 device + + * Switch Build-Depends: transfig to fig2dev (LP: #1770770) + - [Config] update Build-Depends: transfig to fig2dev + + * update-initramfs not adding i915 GuC firmware for Kaby Lake, firmware fails + to load (LP: #1728238) + - Revert "UBUNTU: SAUCE: (no-up) i915: Remove MODULE_FIRMWARE statements for + unreleased firmware" + + * No driver for Huawei network adapters on arm64 (LP: #1769899) + - net-next/hinic: add arm64 support + + * linux-snapdragon: reduce EPROBEDEFER noise during boot (LP: #1768761) + - [Config] snapdragon: DRM_I2C_ADV7511=y + + * Add d-i support for Huawei NICs (LP: #1767490) + - d-i: add hinic to nic-modules udeb + + * Acer Swift sf314-52 power button not managed (LP: #1766054) + - SAUCE: platform/x86: acer-wmi: add another KEY_POWER keycode + + * Include nfp driver in linux-modules (LP: #1768526) + - [Config] Add nfp.ko to generic inclusion list + + * Miscellaneous Ubuntu changes + - SAUCE: Import aufs driver + - [Config] Enable AUFS config options + - SAUCE: (efi-lockdown) Fix for module sig verification + - SAUCE: (efi-lockdown) Copy secure_boot flag in boot params across kexec + reboot + - SAUCE: (efi-lockdown) efi: Add an EFI_SECURE_BOOT flag to indicate secure + boot mode + - SAUCE: (efi-lockdown) efi: Lock down the kernel if booted in secure boot + mode + - SAUCE: (efi-lockdown) efi: Sanitize boot_params in efi stub + - SAUCE: (efi-lockdown) efi: Don't print secure boot state from the efi stub + - [Config] CONFIG_LOCK_DOWN_IN_EFI_SECURE_BOOT=y + - SAUCE: (efi-lockdown) really lock down kernel under EFI secure boot + - SAUCE: (noup) Update spl to 0.7.5-1ubuntu3, zfs to 0.7.5-1ubuntu17 + - enable zfs build + + * Miscellaneous upstream changes + - Revert "UBUNTU: SAUCE: (efi-lockdown) ima: require secure_boot rules in + lockdown mode" + - Rebased to v4.17-rc6 + + -- Thadeu Lima de Souza Cascardo Tue, 22 May 2018 14:48:13 -0300 + +linux (4.17.0-0.1) bionic; urgency=medium + + [ Upstream Kernel Changes ] + + * Rebase to v4.17-rc4 + + -- Thadeu Lima de Souza Cascardo Tue, 08 May 2018 16:38:51 -0300 + +linux (4.17.0-0.0) bionic; urgency=medium + + * Dummy entry. + + -- Thadeu Lima de Souza Cascardo Fri, 27 Apr 2018 11:01:13 -0300 + +linux (4.16.0-4.5) bionic; urgency=medium + + * [18.04 FEAT] Add kvm_stat from kernel tree (LP: #1734130) + - tools/kvm_stat: Fix python3 syntax + - tools/kvm_stat: Don't use deprecated file() + - tools/kvm_stat: Remove unused function + - [Packaging] Add linux-tools-host package for VM host tools + - [Config] do_tools_host=true for amd64 + + * [Featire] CNL: Enable RAPL support (LP: #1685712) + - powercap: RAPL: Add support for Cannon Lake + + * Bionic update to v4.16.2 stable release (LP: #1763388) + - sparc64: Oracle DAX driver depends on SPARC64 + - arp: fix arp_filter on l3slave devices + - net: dsa: Discard frames from unused ports + - net/ipv6: Increment OUTxxx counters after netfilter hook + - net/sched: fix NULL dereference in the error path of tcf_bpf_init() + - pptp: remove a buggy dst release in pptp_connect() + - sctp: do not leak kernel memory to user space + - sctp: sctp_sockaddr_af must check minimal addr length for AF_INET6 + - vlan: also check phy_driver ts_info for vlan's real device + - net: fool proof dev_valid_name() + - ip_tunnel: better validate user provided tunnel names + - ipv6: sit: better validate user provided tunnel names + - ip6_gre: better validate user provided tunnel names + - ip6_tunnel: better validate user provided tunnel names + - vti6: better validate user provided tunnel names + - net_sched: fix a missing idr_remove() in u32_delete_key() + - nfp: use full 40 bits of the NSP buffer address + - Linux 4.16.2 + + * sky2 gigabit ethernet driver sometimes stops working after lid-open resume + from sleep (88E8055) (LP: #1758507) // Bionic update to v4.16.2 stable + release (LP: #1763388) + - sky2: Increase D3 delay to sky2 stops working after suspend + + * Merge the linux-snapdragon kernel into bionic master/snapdragon + (LP: #1763040) + - arm64: defconfig: enable REMOTEPROC + - arm64: defconfig: enable QCOM audio drivers for APQ8016 and DB410c + - kernel: configs; add distro.config + - arm64: configs: enable WCN36xx + - kernel: distro.config: enable debug friendly USB network adpater + - arm64: configs: enable QCOM Venus + - arm64: defconfig: Enable a53/apcs and avs + - arm64: defconfig: enable ondemand governor as default + - arm64: defconfig: enable QCOM_TSENS + - kernel: configs: enable dm_mod and dm_crypt + - Force the SMD regulator driver to be compiled-in + - arm64: defconfig: enable CFG80211_DEFAULT_PS by default + - arm64: configs: enable BT_QCOMSMD + - kernel: configs: add more USB net drivers + - arm64: defconfig: disable ANALOG_TV and DIGITAL_TV + - arm64: configs: Enable camera drivers + - kernel: configs: add freq stat to sysfs + - arm64: defconfig: enable CONFIG_USB_CONFIGFS_F_FS by default + - arm64: defconfig: Enable QRTR features + - kernel: configs: set USB_CONFIG_F_FS in distro.config + - kernel: distro.config: enable 'schedutil' CPUfreq governor + - kernel: distro.config: enable 'fq' and 'fq_codel' qdiscs + - kernel: distro.config: enable 'BBR' TCP congestion algorithm + - arm64: defconfig: enable LEDS_QCOM_LPG + - HACK: drm/msm/iommu: Remove runtime_put calls in map/unmap + - power: avs: Add support for CPR (Core Power Reduction) + - power: avs: cpr: Use raw mem access for qfprom + - power: avs: cpr: fix with new reg_sequence structures + - power: avs: cpr: Register with cpufreq-dt + - regulator: smd: Add floor and corner operations + - PM / OPP: Support adjusting OPP voltages at runtime + - PM / OPP: Drop RCU usage in dev_pm_opp_adjust_voltage() + - PM / OPP: HACK: Allow to set regulator without opp_list + - PM / OPP: Add a helper to get an opp regulator for device + - cpufreq: Add apq8016 to cpufreq-dt-platdev blacklist + - regulator: smd: Allow REGULATOR_QCOM_SMD_RPM=m + - ov5645: I2C address change + - i2c: Add Qualcomm Camera Control Interface driver + - camss: vfe: Skip first four frames from sensor + - camss: Do not register if no cameras are present + - i2c-qcom-cci: Fix run queue completion timeout + - i2c-qcom-cci: Fix I2C address bug + - media: ov5645: Fix I2C address + - drm/bridge/adv7511: Delay clearing of HPD interrupt status + - HACK: drm/msm/adv7511: Don't rely on interrupts for EDID parsing + - leds: Add driver for Qualcomm LPG + - wcn36xx: Fix warning due to duplicate scan_completed notification + - arm64: dts: Add CPR DT node for msm8916 + - arm64: dts: add spmi-regulator nodes + - arm64: dts: msm8916: Add cpufreq support + - arm64: dts: msm8916: Add a shared CPU opp table + - arm64: dts: msm8916: Add cpu cooling maps + - arm64: dts: pm8916: Mark the s2 regulator as always-on + - arm64: dts: qcom: msm8916: Add msm8916 A53 PLL DT node + - arm64: dts: qcom: msm8916: Use the new APCS mailbox driver + - arm64: dts: qcom: msm8916: Add clock properties to the APCS node + - dt-bindings: media: Binding document for Qualcomm Camera Control Interface + driver + - MAINTAINERS: Add Qualcomm Camera Control Interface driver + - DT: leds: Add Qualcomm Light Pulse Generator binding + - arm64: dts: qcom: msm8996: Add mpp and lpg blocks + - arm64: dts: qcom: Add pwm node for pm8916 + - arm64: dts: qcom: Add user LEDs on db820c + - arm64: dts: qcom: Add WiFI/BT LEDs on db820c + - ARM: dts: qcom: Add LPG node to pm8941 + - ARM: dts: qcom: honami: Add LPG node and RGB LED + - arm64: dts: qcom: Add Camera Control Interface support + - arm64: dts: qcom: Add apps_iommu vfe child node + - arm64: dts: qcom: Add camss device node + - arm64: dts: qcom: Add ov5645 device nodes + - arm64: dts: msm8916: Fix camera sensors I2C addresses + - arm: dts: qcom: db410c: Enable PWM signal on MPP4 + - packaging: arm64: add a uboot flavour - part1 + - packaging: arm64: add a uboot flavour - part2 + - packaging: arm64: add a uboot flavour - part3 + - packaging: arm64: add a uboot flavour - part4 + - packaging: arm64: add a uboot flavour - part5 + - packaging: arm64: rename uboot flavour to snapdragon + - [Config] updateconfigs after qcomlt import + - [Config] arm64: snapdragon: COMMON_CLK_QCOM=y + - [Config] arm64: snapdragon: MSM_GCC_8916=y + - [Config] arm64: snapdragon: REGULATOR_FIXED_VOLTAGE=y + - [Config] arm64: snapdragon: PINCTRL_MSM8916=y + - [Config] arm64: snapdragon: HWSPINLOCK_QCOM=y + - [Config] arm64: snapdragon: SPMI=y, SPMI_MSM_PMIC_ARB=y + - [Config] arm64: snapdragon: REGMAP_SPMI=y, PINCTRL_QCOM_SPMI_PMIC=y + - [Config] arm64: snapdragon: REGULATOR_QCOM_SPMI=y + - [Config] arm64: snapdragon: MFD_SPMI_PMIC=y + - [Config] arm64: snapdragon: QCOM_SMEM=y + - [Config] arm64: snapdragon: RPMSG=y, RPMSG_QCOM_SMD=y + - [Config] arm64: snapdragon: QCOM_SMD_RPM=y, REGULATOR_QCOM_SMD_RPM=y + - [Config] arm64: snapdragon: QCOM_CLK_SMD_RPM=y + - [Config] arm64: snapdragon: QCOM_BAM_DMA=y + - [Config] arm64: snapdragon: QCOM_HIDMA=y, QCOM_HIDMA_MGMT=y + - [Config] arm64: snapdragon: QCOM_CPR=y + - [Config] arm64: snapdragon: QCOM_QFPROM=y, QCOM_TSENS=y + - [Config] arm64: snapdragon: MMC_SDHCI=y, MMC_SDHCI_PLTFM=y, MMC_SDHCI_MSM=y + - [Config] turn off DRM_MSM_REGISTER_LOGGING + - [Config] arm64: snapdragon: I2C_QUP=y + - [Config] arm64: snapdragon: SPI_QUP=y + - [Config] arm64: snapdragon: USB_ULPI_BUS=y, PHY_QCOM_USB_HS=y + - [Config] arm64: snapdragon: QCOM_APCS_IPC=y + - [Config] arm64: snapdragon: QCOM_WCNSS_CTRL=y + - [Config] arm64: snapdragon: QCOM_SMSM=y + - [Config] arm64: snapdragon: QCOM_SMP2P=y + - [Config] arm64: snapdragon: DRM_MSM=y + - [Config] arm64: snapdragon: SND_SOC=y + - [Config] arm64: snapdragon: QCOM_WCNSS_PIL=m + - [Config] arm64: snapdragon: INPUT_PM8941_PWRKEY=y + - [Config] arm64: snapdragon: MEDIA_SUBDRV_AUTOSELECT=y, VIDEO_OV5645=m + - [Config] arm64: snapdragon: SND_SOC_APQ8016_SBC=y, SND_SOC_LPASS_APQ8016=y + - [Config] arm64: snapdragon: SND_SOC_MSM8916_WCD_ANALOG=y, + SND_SOC_MSM8916_WCD_DIGITAL=y + - SAUCE: media: ov5645: skip address change if dt addr == default addr + - SAUCE: drm/msm/adv7511: wrap hacks under CONFIG_ADV7511_SNAPDRAGON_HACKS + #ifdefs + - [Config] arm64: snapdragon: ADV7511_SNAPDRAGON_HACKS=y + - [Packaging] fix up snapdragon abi paths + + * LSM stacking patches for bionic (LP: #1763062) + - SAUCE: LSM stacking: procfs: add smack subdir to attrs + - SAUCE: LSM stacking: LSM: Manage credential security blobs + - SAUCE: LSM stacking: LSM: Manage file security blobs + - SAUCE: LSM stacking: LSM: Manage task security blobs + - SAUCE: LSM stacking: LSM: Manage remaining security blobs + - SAUCE: LSM stacking: LSM: General stacking + - SAUCE: LSM stacking: fixup initialize task->security + - SAUCE: LSM stacking: fixup: alloc_task_ctx is dead code + - SAUCE: LSM stacking: add support for stacking getpeersec_stream + - SAUCE: LSM stacking: add stacking support to apparmor network hooks + - SAUCE: LSM stacking: fixup apparmor stacking enablement + - SAUCE: LSM stacking: fixup stacking kconfig + - SAUCE: LSM stacking: allow selecting multiple LSMs using kernel boot params + - SAUCE: LSM stacking: provide prctl interface for setting context + - SAUCE: LSM stacking: inherit current display LSM + - SAUCE: LSM stacking: keep an index for each registered LSM + - SAUCE: LSM stacking: verify display LSM + - SAUCE: LSM stacking: provide a way to specify the default display lsm + - SAUCE: LSM stacking: make sure LSM blob align on 64 bit boundaries + - SAUCE: LSM stacking: add /proc//attr/display_lsm + - SAUCE: LSM stacking: add Kconfig to set default display LSM + - SAUCE: LSM stacking: add configs for LSM stacking + - SAUCE: LSM stacking: add apparmor and selinux proc dirs + - SAUCE: LSM stacking: remove procfs context interface + + * linux 4.13.0-13.14 ADT test failure with linux 4.13.0-13.14 + (LP: #1720779) // LSM stacking patches for bionic (LP: #1763062) + - SAUCE: LSM stacking: check for invalid zero sized writes + + * Support cq/rq record doorbell for RDMA on HSilicon hip08 systems + (LP: #1762755) + - RDMA/hns: Support rq record doorbell for the user space + - RDMA/hns: Support cq record doorbell for the user space + - RDMA/hns: Support rq record doorbell for kernel space + - RDMA/hns: Support cq record doorbell for kernel space + - RDMA/hns: Fix cqn type and init resp + - RDMA/hns: Fix init resp when alloc ucontext + - RDMA/hns: Fix cq record doorbell enable in kernel + + * Replace LPC patchset with upstream version (LP: #1762758) + - Revert "UBUNTU: SAUCE: MAINTAINERS: Add maintainer for HiSilicon LPC driver" + - Revert "UBUNTU: SAUCE: HISI LPC: Add ACPI support" + - Revert "UBUNTU: SAUCE: ACPI / scan: do not enumerate Indirect IO host + children" + - Revert "UBUNTU: SAUCE: HISI LPC: Support the LPC host on Hip06/Hip07 with DT + bindings" + - Revert "UBUNTU: SAUCE: OF: Add missing I/O range exception for indirect-IO + devices" + - Revert "UBUNTU: SAUCE: PCI: Apply the new generic I/O management on PCI IO + hosts" + - Revert "UBUNTU: SAUCE: PCI: Add fwnode handler as input param of + pci_register_io_range()" + - Revert "UBUNTU: SAUCE: PCI: Remove unused __weak attribute in + pci_register_io_range()" + - Revert "UBUNTU: SAUCE: LIB: Introduce a generic PIO mapping method" + - lib: Add generic PIO mapping method + - PCI: Remove __weak tag from pci_register_io_range() + - PCI: Add fwnode handler as input param of pci_register_io_range() + - PCI: Apply the new generic I/O management on PCI IO hosts + - of: Add missing I/O range exception for indirect-IO devices + - HISI LPC: Support the LPC host on Hip06/Hip07 with DT bindings + - ACPI / scan: Rename acpi_is_serial_bus_slave() for more general use + - ACPI / scan: Do not enumerate Indirect IO host children + - HISI LPC: Add ACPI support + - MAINTAINERS: Add John Garry as maintainer for HiSilicon LPC driver + + * Enable Tunneled Operations on POWER9 (LP: #1762448) + - powerpc/powernv: Enable tunneled operations + - cxl: read PHB indications from the device tree + + * PSL traces reset after PERST for debug AFU image (LP: #1762462) + - cxl: Enable NORST bit in PSL_DEBUG register for PSL9 + + * NFS + sec=krb5 is broken (LP: #1759791) + - sunrpc: remove incorrect HMAC request initialization + + * Raspberry Pi 3 microSD support missing from the installer (LP: #1729128) + - d-i: add bcm2835 to block-modules + + * Backport USB core quirks (LP: #1762695) + - usb: core: Add "quirks" parameter for usbcore + - usb: core: Copy parameter string correctly and remove superfluous null check + - usb: core: Add USB_QUIRK_DELAY_CTRL_MSG to usbcore quirks + + * [Ubuntu 18.04] cryptsetup: 'device-mapper: reload ioctl on failed' when + setting up a second end-to-end encrypted disk (LP: #1762353) + - SAUCE: s390/crypto: Adjust s390 aes and paes cipher + + * System Z {kernel} UBUNTU18.04 wrong kernel config (LP: #1762719) + - s390: move nobp parameter functions to nospec-branch.c + - s390: add automatic detection of the spectre defense + - s390: report spectre mitigation via syslog + - s390: add sysfs attributes for spectre + - [Config] CONFIG_EXPOLINE_AUTO=y, CONFIG_KERNEL_NOBP=n for s390 + - s390: correct nospec auto detection init order + + * Additional spectre and meltdown patches (LP: #1760099) // CVE-2017-5715 + - powerpc/64s: Wire up cpu_show_spectre_v2() + + * Additional spectre and meltdown patches (LP: #1760099) // CVE-2017-5753 + - powerpc/64s: Wire up cpu_show_spectre_v1() + + * Additional spectre and meltdown patches (LP: #1760099) // CVE-2017-5754 + - powerpc/rfi-flush: Move the logic to avoid a redo into the debugfs code + - powerpc/rfi-flush: Make it possible to call setup_rfi_flush() again + - powerpc/rfi-flush: Always enable fallback flush on pseries + - powerpc/rfi-flush: Differentiate enabled and patched flush types + - powerpc/rfi-flush: Call setup_rfi_flush() after LPM migration + - powerpc/64s: Move cpu_show_meltdown() + - powerpc/64s: Enhance the information in cpu_show_meltdown() + - powerpc/powernv: Use the security flags in pnv_setup_rfi_flush() + - powerpc/pseries: Use the security flags in pseries_setup_rfi_flush() + + * Additional spectre and meltdown patches (LP: #1760099) // CVE-2017-5715 // + CVE-2017-5753 // CVE-2017-5754 + - powerpc/pseries: Add new H_GET_CPU_CHARACTERISTICS flags + - powerpc: Add security feature flags for Spectre/Meltdown + - powerpc/pseries: Set or clear security feature flags + - powerpc/powernv: Set or clear security feature flags + + * Hisilicon network subsystem 3 support (LP: #1761610) + - net: hns3: export pci table of hclge and hclgevf to userspace + - d-i: Add hns3 drivers to nic-modules + + * "ip a" command on a guest VM shows UNKNOWN status (LP: #1761534) + - virtio-net: Fix operstate for virtio when no VIRTIO_NET_F_STATUS + + * perf vendor events arm64: Enable JSON events for ThunderX2 B0 (LP: #1760712) + - perf vendor events: Drop incomplete multiple mapfile support + - perf vendor events: Fix error code in json_events() + - perf vendor events: Drop support for unused topic directories + - perf vendor events: Add support for pmu events vendor subdirectory + - perf vendor events arm64: Relocate ThunderX2 JSON to cavium subdirectory + - perf vendor events arm64: Relocate Cortex A53 JSONs to arm subdirectory + - perf vendor events: Add support for arch standard events + - perf vendor events arm64: Add armv8-recommended.json + - perf vendor events arm64: Fixup ThunderX2 to use recommended events + - perf vendor events arm64: fixup A53 to use recommended events + - perf vendor events arm64: add HiSilicon hip08 JSON file + - perf vendor events arm64: Enable JSON events for ThunderX2 B0 + + * Warning "cache flush timed out!" seen when unloading the cxl driver + (LP: #1762367) + - cxl: Check if PSL data-cache is available before issue flush request + + * Bionic update to v4.16.1 stable release (LP: #1763170) + - bitmap: fix memset optimization on big-endian systems + - USB: serial: ftdi_sio: add RT Systems VX-8 cable + - USB: serial: ftdi_sio: add support for Harman FirmwareHubEmulator + - USB: serial: cp210x: add ELDAT Easywave RX09 id + - serial: 8250: Add Nuvoton NPCM UART + - mei: remove dev_err message on an unsupported ioctl + - /dev/mem: Avoid overwriting "err" in read_mem() + - media: usbtv: prevent double free in error case + - parport_pc: Add support for WCH CH382L PCI-E single parallel port card. + - crypto: lrw - Free rctx->ext with kzfree + - crypto: ccp - Fill the result buffer only on digest, finup, and final ops + - crypto: talitos - don't persistently map req_ctx->hw_context and + req_ctx->buf + - crypto: inside-secure - fix clock management + - crypto: testmgr - Fix incorrect values in PKCS#1 test vector + - crypto: talitos - fix IPsec cipher in length + - crypto: ahash - Fix early termination in hash walk + - crypto: caam - Fix null dereference at error path + - crypto: ccp - return an actual key size from RSA max_size callback + - crypto: arm,arm64 - Fix random regeneration of S_shipped + - crypto: x86/cast5-avx - fix ECB encryption when long sg follows short one + - Bluetooth: hci_bcm: Add 6 new ACPI HIDs + - Btrfs: fix unexpected cow in run_delalloc_nocow + - siox: fix possible buffer overflow in device_add_store + - staging: comedi: ni_mio_common: ack ai fifo error interrupts. + - Revert "base: arch_topology: fix section mismatch build warnings" + - Input: ALPS - fix TrackStick detection on Thinkpad L570 and Latitude 7370 + - Input: i8042 - add Lenovo ThinkPad L460 to i8042 reset list + - Input: i8042 - enable MUX on Sony VAIO VGN-CS series to fix touchpad + - vt: change SGR 21 to follow the standards + - Fix slab name "biovec-(1<<(21-12))" + - signal: Correct the offset of si_pkey and si_lower in struct siginfo on m68k + - Linux 4.16.1 + + * [18.04][config] regression: nvme and nvme_core couldn't be built as modules + starting 4.15-rc2 (LP: #1759893) + - SAUCE: Revert "lightnvm: include NVM Express driver if OCSSD is selected for + build" + - [Config] CONFIG_BLK_DEV_NMVE=m + + * FFe: Enable configuring resume offset via sysfs (LP: #1760106) + - PM / hibernate: Make passing hibernate offsets more friendly + + * Ubuntu18.04:POWER9:DD2.2 - Unable to start a KVM guest with default machine + type(pseries-bionic) complaining "KVM implementation does not support + Transactional Memory, try cap-htm=off" (kvm) (LP: #1752026) + - powerpc: Use feature bit for RTC presence rather than timebase presence + - powerpc: Book E: Remove unused CPU_FTR_L2CSR bit + - powerpc: Free up CPU feature bits on 64-bit machines + - powerpc: Add CPU feature bits for TM bug workarounds on POWER9 v2.2 + - powerpc/powernv: Provide a way to force a core into SMT4 mode + - KVM: PPC: Book3S HV: Work around transactional memory bugs in POWER9 + - KVM: PPC: Book3S HV: Work around XER[SO] bug in fake suspend mode + - KVM: PPC: Book3S HV: Work around TEXASR bug in fake suspend state + + * [Feature][CFL][ICL] [CNL]Thunderbolt support (Titan Ridge) (LP: #1730775) + - thunderbolt: Resume control channel after hibernation image is created + - thunderbolt: Serialize PCIe tunnel creation with PCI rescan + - thunderbolt: Handle connecting device in place of host properly + - thunderbolt: Do not overwrite error code when domain adding fails + - thunderbolt: Wait a bit longer for root switch config space + - thunderbolt: Wait a bit longer for ICM to authenticate the active NVM + - thunderbolt: Handle rejected Thunderbolt devices + - thunderbolt: Factor common ICM add and update operations out + - thunderbolt: Correct function name in kernel-doc comment + - thunderbolt: Add tb_switch_get() + - thunderbolt: Add tb_switch_find_by_route() + - thunderbolt: Add tb_xdomain_find_by_route() + - thunderbolt: Add constant for approval timeout + - thunderbolt: Move driver ready handling to struct icm + - thunderbolt: Add 'boot' attribute for devices + - thunderbolt: Add support for preboot ACL + - thunderbolt: Introduce USB only (SL4) security level + - thunderbolt: Add support for Intel Titan Ridge + + * QCA9377 requires more IRAM banks for its new firmware (LP: #1748345) + - ath10k: update the IRAM bank number for QCA9377 + + * Fix an issue that when system in S3, USB keyboard can't wake up the system. + (LP: #1759511) + - ACPI / PM: Allow deeper wakeup power states with no _SxD nor _SxW + + * cxl: Fix timebase synchronization status on POWER9 missing (CAPI) + (LP: #1757228) + - cxl: Fix timebase synchronization status on P9 + + * [Feature]Update Ubuntu 18.04 lpfc FC driver with 32/64GB HBA support and bug + fixes (LP: #1752182) + - scsi: lpfc: Fix frequency of Release WQE CQEs + - scsi: lpfc: Increase CQ and WQ sizes for SCSI + - scsi: lpfc: move placement of target destroy on driver detach + - scsi: lpfc: correct debug counters for abort + - scsi: lpfc: Add WQ Full Logic for NVME Target + - scsi: lpfc: Fix PRLI handling when topology type changes + - scsi: lpfc: Fix IO failure during hba reset testing with nvme io. + - scsi: lpfc: Fix RQ empty firmware trap + - scsi: lpfc: Allow set of maximum outstanding SCSI cmd limit for a target + - scsi: lpfc: Fix soft lockup in lpfc worker thread during LIP testing + - scsi: lpfc: Fix issue_lip if link is disabled + - scsi: lpfc: Indicate CONF support in NVMe PRLI + - scsi: lpfc: Fix SCSI io host reset causing kernel crash + - scsi: lpfc: Validate adapter support for SRIU option + - scsi: lpfc: Fix header inclusion in lpfc_nvmet + - scsi: lpfc: Treat SCSI Write operation Underruns as an error + - scsi: lpfc: Fix nonrecovery of NVME controller after cable swap. + - scsi: lpfc: update driver version to 11.4.0.7 + - scsi: lpfc: Update 11.4.0.7 modified files for 2018 Copyright + - scsi: lpfc: Rework lpfc to allow different sli4 cq and eq handlers + - scsi: lpfc: Rework sli4 doorbell infrastructure + - scsi: lpfc: Add SLI-4 if_type=6 support to the code base + - scsi: lpfc: Add push-to-adapter support to sli4 + - scsi: lpfc: Add PCI Ids for if_type=6 hardware + - scsi: lpfc: Add 64G link speed support + - scsi: lpfc: Add if_type=6 support for cycling valid bits + - scsi: lpfc: Enable fw download on if_type=6 devices + - scsi: lpfc: Add embedded data pointers for enhanced performance + - scsi: lpfc: Fix nvme embedded io length on new hardware + - scsi: lpfc: Work around NVME cmd iu SGL type + - scsi: lpfc: update driver version to 12.0.0.0 + - scsi: lpfc: Change Copyright of 12.0.0.0 modified files to 2018 + - scsi: lpfc: use __raw_writeX on DPP copies + - scsi: lpfc: Add missing unlock in WQ full logic + + * /dev/bcache/by-uuid links not created after reboot (LP: #1729145) + - SAUCE: (no-up) bcache: decouple emitting a cached_dev CHANGE uevent + + * DKMS driver builds fail with: Cannot use CONFIG_STACK_VALIDATION=y, please + install libelf-dev, libelf-devel or elfutils-libelf-devel (LP: #1760876) + - [Packaging] include the retpoline extractor in the headers + + * Use med_with_dipm SATA LPM to save more power for mobile platforms + (LP: #1759547) + - [Config] CONFIG_SATA_MOBILE_LPM_POLICY=3 + + * Miscellaneous Ubuntu changes + - [Packaging] Only install cloud init files when do_tools_common=true + - SAUCE: Import aufs driver + - [Config] Enable AUFS config options + + -- Seth Forshee Thu, 12 Apr 2018 09:30:56 -0500 + +linux (4.16.0-3.4) bionic; urgency=medium + + * Allow multiple mounts of zfs datasets (LP: #1759848) + - SAUCE: Allow mounting datasets more than once (LP: #1759848) + + * zfs system process hung on container stop/delete (LP: #1754584) + - SAUCE: Fix non-prefaulted page deadlock (LP: #1754584) + - Revert "UBUNTU: SAUCE: Fix non-prefaulted page deadlock (LP: #1754584)" + - SAUCE: Fix non-prefaulted page deadlock (LP: #1754584) + + * ubuntu_zram_smoke test will cause soft lockup on Artful ThunderX ARM64 + (LP: #1755073) + - SAUCE: crypto: thunderx_zip: Fix fallout from CONFIG_VMAP_STACK + + * CAPI Flash (cxlflash) update (LP: #1752672) + - SAUCE: cxlflash: Preserve number of interrupts for master contexts + - SAUCE: cxlflash: Avoid clobbering context control register value + - SAUCE: cxlflash: Add argument identifier names + - SAUCE: cxlflash: Introduce OCXL backend + - SAUCE: cxlflash: Hardware AFU for OCXL + - SAUCE: cxlflash: Read host function configuration + - SAUCE: cxlflash: Setup function acTag range + - SAUCE: cxlflash: Read host AFU configuration + - SAUCE: cxlflash: Setup AFU acTag range + - SAUCE: cxlflash: Setup AFU PASID + - SAUCE: cxlflash: Adapter context support for OCXL + - SAUCE: cxlflash: Use IDR to manage adapter contexts + - SAUCE: cxlflash: Support adapter file descriptors for OCXL + - SAUCE: cxlflash: Support adapter context discovery + - SAUCE: cxlflash: Support image reload policy modification + - SAUCE: cxlflash: MMIO map the AFU + - SAUCE: cxlflash: Support starting an adapter context + - SAUCE: cxlflash: Support process specific mappings + - SAUCE: cxlflash: Support AFU state toggling + - SAUCE: cxlflash: Support reading adapter VPD data + - SAUCE: cxlflash: Setup function OCXL link + - SAUCE: cxlflash: Setup OCXL transaction layer + - SAUCE: cxlflash: Support process element lifecycle + - SAUCE: cxlflash: Support AFU interrupt management + - SAUCE: cxlflash: Support AFU interrupt mapping and registration + - SAUCE: cxlflash: Support starting user contexts + - SAUCE: cxlflash: Support adapter context polling + - SAUCE: cxlflash: Support adapter context reading + - SAUCE: cxlflash: Support adapter context mmap and release + - SAUCE: cxlflash: Support file descriptor mapping + - SAUCE: cxlflash: Introduce object handle fop + - SAUCE: cxlflash: Setup LISNs for user contexts + - SAUCE: cxlflash: Setup LISNs for master contexts + - SAUCE: cxlflash: Update synchronous interrupt status bits + - SAUCE: cxlflash: Introduce OCXL context state machine + - SAUCE: cxlflash: Register for translation errors + - SAUCE: cxlflash: Support AFU reset + - SAUCE: cxlflash: Enable OCXL operations + + * [Artful][Wyse 3040] System hang when trying to enable an offlined CPU core + (LP: #1736393) + - SAUCE: drm/i915:Don't set chip specific data + - SAUCE: drm/i915: make previous commit affects Wyse 3040 only + + * zed process consuming 100% cpu (LP: #1751796) + - SAUCE: Fix ioctl loop-spin in zed (LP: #1751796) + + * Ubuntu18.04:PowerPC - Set Transparent Huge Pages (THP) by default to + "always" (LP: #1753708) + - Config: Set TRANSPARENT_HUGEPAGE_ALWAYS=y on ppc64el + + * retpoline hints: primary infrastructure and initial hints (LP: #1758856) + - [Packaging] retpoline -- add safe usage hint support + - [Packaging] retpoline-check -- only report additions + - [Packaging] retpoline -- widen indirect call/jmp detection + - [Packaging] retpoline -- elide %rip relative indirections + - [Packaging] retpoline -- clear hint information from packages + - SAUCE: apm -- annotate indirect calls within + firmware_restrict_branch_speculation_{start,end} + - SAUCE: EFI -- annotate indirect calls within + firmware_restrict_branch_speculation_{start,end} + - SAUCE: early/late -- annotate indirect calls in early/late initialisation + code + - SAUCE: vga_set_mode -- avoid jump tables + - [Config] retpoine -- switch to new format + + * Miscellaneous Ubuntu changes + - [Packaging] final-checks -- remove check for empty retpoline files + - [Packaging] skip cloud tools packaging when not building package + + [ Upstream Kernel Changes ] + + * Rebase to v4.16 + + -- Seth Forshee Mon, 02 Apr 2018 16:15:36 -0500 + +linux (4.16.0-2.3) bionic; urgency=medium + + * devpts: handle bind-mounts (LP: #1755857) + - SAUCE: devpts: hoist out check for DEVPTS_SUPER_MAGIC + - SAUCE: devpts: resolve devpts bind-mounts + - SAUCE: devpts: comment devpts_mntget() + - SAUCE: selftests: add devpts selftests + + * [bionic][arm64] d-i: add hisi_sas_v3_hw to scsi-modules (LP: #1756103) + - d-i: add hisi_sas_v3_hw to scsi-modules + + * [Bionic][ARM64] PCI and SAS driver patches for hip08 SoCs (LP: #1756094) + - SAUCE: scsi: hisi_sas: config for hip08 ES + - SAUCE: scsi: hisi_sas: export device table of v3 hw to userspace + + * s390/crypto: Fix kernel crash on aes_s390 module remove (LP: #1753424) + - SAUCE: s390/crypto: Fix kernel crash on aes_s390 module remove. + + * Fix ARC hit rate (LP: #1755158) + - SAUCE: Fix ARC hit rate (LP: #1755158) + + * ZFS setgid broken on 0.7 (LP: #1753288) + - SAUCE: Fix ZFS setgid + + * CONFIG_EFI=y on armhf (LP: #1726362) + - [Config] CONFIG_EFI=y on armhf, reconcile secureboot EFI settings + + * [Feature] Add xHCI debug device support in the driver (LP: #1730832) + - [Config] CONFIG_USB_XHCI_DBGCAP=y + + * retpoline: ignore %cs:0xNNN constant indirections (LP: #1752655) + - [Packaging] retpoline -- elide %cs:0xNNNN constants on i386 + - [Config] retpoline -- clean up i386 retpoline files + + * Miscellaneous Ubuntu changes + - [Packaging] retpoline-extract: flag *0xNNN(%reg) branches + - [Config] fix up retpoline abi files + - [Config] fix up retpoline abi files + - d-i: Add netsec to nic-modules + + [ Upstream Kernel Changes ] + + * Rebase to v4.16-rc6 + + -- Seth Forshee Mon, 19 Mar 2018 14:09:49 -0500 + +linux (4.16.0-1.2) bionic; urgency=medium + + * Driver not found in Ubuntu kernel does not detect interface (LP: #1745927) + - d-i: add cxgb4 to nic-modules + + * Support low-pin-count devices on Hisilicon SoCs (LP: #1677319) + - [Config] CONFIG_INDIRECT_PIO=y + - SAUCE: LIB: Introduce a generic PIO mapping method + - SAUCE: PCI: Remove unused __weak attribute in pci_register_io_range() + - SAUCE: PCI: Add fwnode handler as input param of pci_register_io_range() + - SAUCE: PCI: Apply the new generic I/O management on PCI IO hosts + - SAUCE: OF: Add missing I/O range exception for indirect-IO devices + - [Config] CONFIG_HISILICON_LPC=y + - SAUCE: HISI LPC: Support the LPC host on Hip06/Hip07 with DT bindings + - SAUCE: ACPI / scan: do not enumerate Indirect IO host children + - SAUCE: HISI LPC: Add ACPI support + - SAUCE: MAINTAINERS: Add maintainer for HiSilicon LPC driver + + * Miscellaneous Ubuntu changes + - SAUCE: tools: use CC for linking acpi tools + + [ Upstream Kernel Changes ] + + * Rebase to v4.16-rc3 + + -- Seth Forshee Wed, 28 Feb 2018 10:17:23 -0600 + +linux (4.16.0-0.1) bionic; urgency=medium + + * retpoline abi files are empty on i386 (LP: #1751021) + - [Packaging] retpoline-extract -- instantiate retpoline files for i386 + - [Packaging] final-checks -- sanity checking ABI contents + - [Packaging] final-checks -- check for empty retpoline files + + * Miscellaneous upstream changes + - disable vbox build + - Disable zfs build + + [ Upstream Kernel Changes ] + + * Rebase to v4.16-rc2 + + -- Seth Forshee Thu, 22 Feb 2018 08:58:57 -0600 + +linux (4.16.0-0.0) bionic; urgency=medium + + * Dummy entry + + -- Seth Forshee Wed, 21 Feb 2018 14:33:13 -0600 + +linux (4.15.0-10.11) bionic; urgency=medium + + * linux: 4.15.0-10.11 -proposed tracker (LP: #1749250) + + * "swiotlb: coherent allocation failed" dmesg spam with linux 4.15.0-9.10 + (LP: #1749202) + - swiotlb: suppress warning when __GFP_NOWARN is set + - drm/ttm: specify DMA_ATTR_NO_WARN for huge page pools + + * linux-tools: perf incorrectly linking libbfd (LP: #1748922) + - SAUCE: tools -- add ability to disable libbfd + - [Packaging] correct disablement of libbfd + + * [Artful] Realtek ALC225: 2 secs noise when a headset plugged in + (LP: #1744058) + - ALSA: hda/realtek - update ALC225 depop optimize + + * [Artful] Support headset mode for DELL WYSE (LP: #1723913) + - SAUCE: ALSA: hda/realtek - Add support headset mode for DELL WYSE + + * headset mic can't be detected on two Dell machines (LP: #1748807) + - ALSA: hda/realtek - Support headset mode for ALC215/ALC285/ALC289 + - ALSA: hda - Fix headset mic detection problem for two Dell machines + + * Bionic update to v4.15.3 stable release (LP: #1749191) + - ip6mr: fix stale iterator + - net: igmp: add a missing rcu locking section + - qlcnic: fix deadlock bug + - qmi_wwan: Add support for Quectel EP06 + - r8169: fix RTL8168EP take too long to complete driver initialization. + - tcp: release sk_frag.page in tcp_disconnect + - vhost_net: stop device during reset owner + - ipv6: addrconf: break critical section in addrconf_verify_rtnl() + - ipv6: change route cache aging logic + - Revert "defer call to mem_cgroup_sk_alloc()" + - net: ipv6: send unsolicited NA after DAD + - rocker: fix possible null pointer dereference in + rocker_router_fib_event_work + - tcp_bbr: fix pacing_gain to always be unity when using lt_bw + - cls_u32: add missing RCU annotation. + - ipv6: Fix SO_REUSEPORT UDP socket with implicit sk_ipv6only + - soreuseport: fix mem leak in reuseport_add_sock() + - net_sched: get rid of rcu_barrier() in tcf_block_put_ext() + - net: sched: fix use-after-free in tcf_block_put_ext + - media: mtk-vcodec: add missing MODULE_LICENSE/DESCRIPTION + - media: soc_camera: soc_scale_crop: add missing + MODULE_DESCRIPTION/AUTHOR/LICENSE + - media: tegra-cec: add missing MODULE_DESCRIPTION/AUTHOR/LICENSE + - gpio: uniphier: fix mismatch between license text and MODULE_LICENSE + - crypto: tcrypt - fix S/G table for test_aead_speed() + - Linux 4.15.3 + + * bnx2x_attn_int_deasserted3:4323 MC assert! (LP: #1715519) // + CVE-2018-1000026 + - net: create skb_gso_validate_mac_len() + - bnx2x: disable GSO where gso_size is too big for hardware + + * ethtool -p fails to light NIC LED on HiSilicon D05 systems (LP: #1748567) + - net: hns: add ACPI mode support for ethtool -p + + * CVE-2017-5715 (Spectre v2 Intel) + - [Packaging] retpoline files must be sorted + - [Packaging] pull in retpoline files + + * [Feature] PXE boot with Intel Omni-Path (LP: #1712031) + - d-i: Add hfi1 to nic-modules + + * CVE-2017-5715 (Spectre v2 retpoline) + - [Packaging] retpoline -- add call site validation + - [Config] disable retpoline checks for first upload + + * Do not duplicate changelog entries assigned to more than one bug or CVE + (LP: #1743383) + - [Packaging] git-ubuntu-log -- handle multiple bugs/cves better + + -- Seth Forshee Tue, 13 Feb 2018 11:33:58 -0600 + +linux (4.15.0-9.10) bionic; urgency=medium + + * linux: 4.15.0-9.10 -proposed tracker (LP: #1748244) + + * Miscellaneous Ubuntu changes + - [Debian] tests -- remove gcc-multilib dependency for arm64 + + -- Seth Forshee Thu, 08 Feb 2018 11:25:04 -0600 + +linux (4.15.0-8.9) bionic; urgency=medium + + * linux: 4.15.0-8.9 -proposed tracker (LP: #1748075) + + * Bionic update to v4.15.2 stable release (LP: #1748072) + - KVM: x86: Make indirect calls in emulator speculation safe + - KVM: VMX: Make indirect call speculation safe + - module/retpoline: Warn about missing retpoline in module + - x86/cpufeatures: Add CPUID_7_EDX CPUID leaf + - x86/cpufeatures: Add Intel feature bits for Speculation Control + - x86/cpufeatures: Add AMD feature bits for Speculation Control + - x86/msr: Add definitions for new speculation control MSRs + - x86/pti: Do not enable PTI on CPUs which are not vulnerable to Meltdown + - x86/cpufeature: Blacklist SPEC_CTRL/PRED_CMD on early Spectre v2 microcodes + - x86/speculation: Add basic IBPB (Indirect Branch Prediction Barrier) support + - x86/alternative: Print unadorned pointers + - x86/nospec: Fix header guards names + - x86/bugs: Drop one "mitigation" from dmesg + - x86/cpu/bugs: Make retpoline module warning conditional + - x86/cpufeatures: Clean up Spectre v2 related CPUID flags + - x86/retpoline: Simplify vmexit_fill_RSB() + - x86/speculation: Simplify indirect_branch_prediction_barrier() + - auxdisplay: img-ascii-lcd: add missing MODULE_DESCRIPTION/AUTHOR/LICENSE + - iio: adc/accel: Fix up module licenses + - pinctrl: pxa: pxa2xx: add missing MODULE_DESCRIPTION/AUTHOR/LICENSE + - ASoC: pcm512x: add missing MODULE_DESCRIPTION/AUTHOR/LICENSE + - KVM: nVMX: Eliminate vmcs02 pool + - KVM: VMX: introduce alloc_loaded_vmcs + - objtool: Improve retpoline alternative handling + - objtool: Add support for alternatives at the end of a section + - objtool: Warn on stripped section symbol + - x86/mm: Fix overlap of i386 CPU_ENTRY_AREA with FIX_BTMAP + - x86/spectre: Check CONFIG_RETPOLINE in command line parser + - x86/entry/64: Remove the SYSCALL64 fast path + - x86/entry/64: Push extra regs right away + - x86/asm: Move 'status' from thread_struct to thread_info + - Documentation: Document array_index_nospec + - array_index_nospec: Sanitize speculative array de-references + - x86: Implement array_index_mask_nospec + - x86: Introduce barrier_nospec + - x86: Introduce __uaccess_begin_nospec() and uaccess_try_nospec + - x86/usercopy: Replace open coded stac/clac with __uaccess_{begin, end} + - x86/uaccess: Use __uaccess_begin_nospec() and uaccess_try_nospec + - x86/get_user: Use pointer masking to limit speculation + - x86/syscall: Sanitize syscall table de-references under speculation + - vfs, fdtable: Prevent bounds-check bypass via speculative execution + - nl80211: Sanitize array index in parse_txq_params + - x86/spectre: Report get_user mitigation for spectre_v1 + - x86/spectre: Fix spelling mistake: "vunerable"-> "vulnerable" + - x86/cpuid: Fix up "virtual" IBRS/IBPB/STIBP feature bits on Intel + - x86/speculation: Use Indirect Branch Prediction Barrier in context switch + - x86/paravirt: Remove 'noreplace-paravirt' cmdline option + - KVM: VMX: make MSR bitmaps per-VCPU + - x86/kvm: Update spectre-v1 mitigation + - x86/retpoline: Avoid retpolines for built-in __init functions + - x86/spectre: Simplify spectre_v2 command line parsing + - x86/pti: Mark constant arrays as __initconst + - x86/speculation: Fix typo IBRS_ATT, which should be IBRS_ALL + - KVM/x86: Update the reverse_cpuid list to include CPUID_7_EDX + - KVM/x86: Add IBPB support + - KVM/VMX: Emulate MSR_IA32_ARCH_CAPABILITIES + - KVM/VMX: Allow direct access to MSR_IA32_SPEC_CTRL + - KVM/SVM: Allow direct access to MSR_IA32_SPEC_CTRL + - serial: core: mark port as initialized after successful IRQ change + - fpga: region: release of_parse_phandle nodes after use + - Linux 4.15.2 + + * Add support for the NIC on SynQuacer E-Series boards (LP: #1747792) + - net: phy: core: remove now uneeded disabling of interrupts + - [Config] CONFIG_NET_VENDOR_SOCIONEXT=y & CONFIG_SNI_NETSEC=m + - net: socionext: Add Synquacer NetSec driver + - net: socionext: include linux/io.h to fix build + - net: socionext: Fix error return code in netsec_netdev_open() + + * [Artful/Bionic] [Config] enable EDAC_GHES for ARM64 (LP: #1747746) + - [Config] CONFIG_EDAC_GHES=y + + * support thunderx2 vendor pmu events (LP: #1747523) + - perf pmu: Pass pmu as a parameter to get_cpuid_str() + - perf tools arm64: Add support for get_cpuid_str function. + - perf pmu: Add helper function is_pmu_core to detect PMU CORE devices + - perf vendor events arm64: Add ThunderX2 implementation defined pmu core + events + - perf pmu: Add check for valid cpuid in perf_pmu__find_map() + + * linux 4.14.0-7.9 ADT test failure with linux 4.14.0-7.9 (LP: #1732463) + - SAUCE: mm: disable vma based swap readahead by default + - SAUCE: mm: fix memory hotplug in ZONE_HIGHMEM + + * Miscellaneous Ubuntu changes + - [Config] Fix CONFIG_PROFILE_ALL_BRANCHES annotations + + -- Seth Forshee Wed, 07 Feb 2018 21:13:27 -0600 + +linux (4.15.0-7.8) bionic; urgency=medium + + * Bionic update to v4.15.1 stable release (LP: #1747169) + - Bluetooth: hci_serdev: Init hci_uart proto_lock to avoid oops + - tools/gpio: Fix build error with musl libc + - gpio: stmpe: i2c transfer are forbiden in atomic context + - gpio: Fix kernel stack leak to userspace + - ALSA: hda - Reduce the suspend time consumption for ALC256 + - crypto: ecdh - fix typo in KPP dependency of CRYPTO_ECDH + - crypto: aesni - handle zero length dst buffer + - crypto: aesni - fix typo in generic_gcmaes_decrypt + - crypto: aesni - add wrapper for generic gcm(aes) + - crypto: aesni - Fix out-of-bounds access of the data buffer in generic-gcm- + aesni + - crypto: aesni - Fix out-of-bounds access of the AAD buffer in generic-gcm- + aesni + - crypto: inside-secure - fix hash when length is a multiple of a block + - crypto: inside-secure - avoid unmapping DMA memory that was not mapped + - crypto: sha3-generic - fixes for alignment and big endian operation + - crypto: af_alg - whitelist mask and type + - HID: wacom: EKR: ensure devres groups at higher indexes are released + - HID: wacom: Fix reporting of touch toggle (WACOM_HID_WD_MUTE_DEVICE) events + - power: reset: zx-reboot: add missing MODULE_DESCRIPTION/AUTHOR/LICENSE + - gpio: iop: add missing MODULE_DESCRIPTION/AUTHOR/LICENSE + - gpio: ath79: add missing MODULE_DESCRIPTION/LICENSE + - mtd: nand: denali_pci: add missing MODULE_DESCRIPTION/AUTHOR/LICENSE + - igb: Free IRQs when device is hotplugged + - ima/policy: fix parsing of fsuuid + - scsi: aacraid: Fix udev inquiry race condition + - scsi: aacraid: Fix hang in kdump + - scsi: storvsc: missing error code in storvsc_probe() + - staging: lustre: separate a connection destroy from free struct kib_conn + - staging: ccree: NULLify backup_info when unused + - staging: ccree: fix fips event irq handling build + - tty: fix data race between tty_init_dev and flush of buf + - usb: option: Add support for FS040U modem + - USB: serial: pl2303: new device id for Chilitag + - USB: cdc-acm: Do not log urb submission errors on disconnect + - CDC-ACM: apply quirk for card reader + - USB: serial: io_edgeport: fix possible sleep-in-atomic + - usbip: prevent bind loops on devices attached to vhci_hcd + - usbip: list: don't list devices attached to vhci_hcd + - USB: serial: simple: add Motorola Tetra driver + - usb: f_fs: Prevent gadget unbind if it is already unbound + - usb: uas: unconditionally bring back host after reset + - usb/gadget: Fix "high bandwidth" check in usb_gadget_ep_match_desc() + - ANDROID: binder: remove waitqueue when thread exits. + - android: binder: use VM_ALLOC to get vm area + - mei: me: allow runtime pm for platform with D0i3 + - serial: 8250_of: fix return code when probe function fails to get reset + - serial: 8250_uniphier: fix error return code in uniphier_uart_probe() + - serial: 8250_dw: Revert "Improve clock rate setting" + - serial: imx: Only wakeup via RTSDEN bit if the system has RTS/CTS + - spi: imx: do not access registers while clocks disabled + - iio: adc: stm32: fix scan of multiple channels with DMA + - iio: chemical: ccs811: Fix output of IIO_CONCENTRATION channels + - test_firmware: fix missing unlock on error in config_num_requests_store() + - Input: synaptics-rmi4 - unmask F03 interrupts when port is opened + - Input: synaptics-rmi4 - do not delete interrupt memory too early + - x86/efi: Clarify that reset attack mitigation needs appropriate userspace + - Linux 4.15.1 + + * Dell XPS 13 9360 bluetooth (Atheros) won't connect after resume + (LP: #1744712) + - Revert "Bluetooth: btusb: fix QCA Rome suspend/resume" + - Bluetooth: btusb: Restore QCA Rome suspend/resume fix with a "rewritten" + version + + * apparmor profile load in stacked policy container fails (LP: #1746463) + - SAUCE: apparmor: fix display of .ns_name for containers + + -- Seth Forshee Sun, 04 Feb 2018 11:56:32 +0100 + +linux (4.15.0-6.7) bionic; urgency=low + + * upload urgency should be medium by default (LP: #1745338) + - [Packaging] update urgency to medium by default + + * Shutdown hang on 16.04 with iscsi targets (LP: #1569925) + - scsi: libiscsi: Allow sd_shutdown on bad transport + + * Miscellaneous Ubuntu changes + - SAUCE: (noup) Update spl to 0.7.5-1ubuntu1, zfs to 0.7.5-1ubuntu1 + - Revert "UBUNTU: SAUCE: mm: fix memory hotplug in ZONE_HIGHMEM" + - Revert "UBUNTU: SAUCE: mm: disable vma based swap readahead by default" + + [ Upstream Kernel Changes ] + + * Rebase to v4.15 + + -- Seth Forshee Mon, 29 Jan 2018 08:47:07 -0600 + +linux (4.15.0-5.6) bionic; urgency=low + + * $(LOCAL_ENV_CC) and $(LOCAL_ENV_DISTCC_HOSTS) should be properly quoted + (LP: #1744077) + - [Debian] pass LOCAL_ENV_CC and LOCAL_ENV_DISTCC_HOSTS properly + + * Missing install-time driver for QLogic QED 25/40/100Gb Ethernet NIC + (LP: #1743638) + - [d-i] Add qede to nic-modules udeb + + * boot failure on AMD Raven + WesternXT (LP: #1742759) + - SAUCE: drm/amdgpu: add atpx quirk handling (v2) + + * Unable to handle kernel NULL pointer dereference at isci_task_abort_task + (LP: #1726519) + - SAUCE: Revert "scsi: libsas: allow async aborts" + + * Update Ubuntu-4.15.0 config to support Intel Atom devices (LP: #1739939) + - [Config] CONFIG_SERIAL_DEV_BUS=y, CONFIG_SERIAL_DEV_CTRL_TTYPORT=y + + * Miscellaneous Ubuntu changes + - Rebase to v4.15-rc7 + - [Config] CONFIG_CPU_ISOLATION=y + - [Config] Update annotations following config review + - Revert "UBUNTU: SAUCE: Import aufs driver" + - SAUCE: Import aufs driver + - ubuntu: vbox -- update to 5.2.6-dfsg-1 + - ubuntu: vbox: build fixes for 4.15 + - ubuntu: vbox -- update to 5.2.6-dfsg-2 + - hio: updates for timer api changes in 4.15 + - enable hio build + - Rebase to v4.15-rc9 + + [ Upstream Kernel Changes ] + + * Rebase to v4.15-rc9 + + -- Seth Forshee Mon, 22 Jan 2018 10:16:05 -0600 + +linux (4.15.0-4.5) bionic; urgency=low + + * [0cf3:e010] QCA6174A XR failed to pair with bt 4.0 device (LP: #1741166) + - SAUCE: Bluetooth: btusb: Add support for 0cf3:e010 + + * External HDMI monitor failed to show screen on Lenovo X1 series + (LP: #1738523) + - SAUCE: drm/i915: Disable writing of TMDS_OE on Lenovo ThinkPad X1 series + + * Miscellaneous Ubuntu changes + - [Debian] autoreconstruct - add resoration of execute permissions + + [ Upstream Kernel Changes ] + + * Rebase to v4.15-rc4 + + -- Seth Forshee Wed, 10 Jan 2018 10:24:22 -0600 + +linux (4.15.0-3.4) bionic; urgency=low + + * ubuntu/xr-usb-serial didn't get built in zesty and artful (LP: #1733281) + - SAUCE: make sure ubuntu/xr-usb-serial builds for x86 + + [ Upstream Kernel Changes ] + + * Rebase to v4.15-rc6 + + -- Seth Forshee Wed, 03 Jan 2018 20:20:43 -0600 + +linux (4.15.0-2.3) bionic; urgency=low + + * nvidia-graphics-drivers-384 384.90-0ubuntu6 ADT test failure with linux + 4.15.0-1.2 (LP: #1737752) + - x86/mm: Unbreak modules that use the DMA API + + * Ubuntu 17.10 corrupting BIOS - many LENOVO laptops models (LP: #1734147) + - [Config] CONFIG_SPI_INTEL_SPI_*=n + + * power: commonise configs IBMVETH/IBMVSCSI and ensure both are in linux-image + and udebs (LP: #1521712) + - [Config] Include ibmvnic in nic-modules + + * Enable arm64 emulation of removed ARMv7 instructions (LP: #1545542) + - [Config] Enable support for emulation of deprecated ARMv8 instructions + + * Miscellaneous Ubuntu changes + - SAUCE: (noup) Update spl with 4.15 compat fix (LP:#1737761) + - Enable zfs build + - [Debian] add icp to zfs-modules.ignore + + [ Upstream Kernel Changes ] + + * Rebase to v4.15-rc4 + + -- Seth Forshee Mon, 18 Dec 2017 09:27:13 -0600 + +linux (4.15.0-1.2) bionic; urgency=low + + * Disabling zfs does not always disable module checks for the zfs modules + (LP: #1737176) + - [Packaging] disable zfs module checks when zfs is disabled + + * Miscellaneous Ubuntu changes + - [Config] CONFIG_UNWINDER_FRAME_POINTER=y for amd64 + + [ Upstream Kernel Changes ] + + * Rebase to v4.15-rc3 + + -- Seth Forshee Sun, 10 Dec 2017 22:07:19 -0600 + +linux (4.15.0-0.1) bionic; urgency=low + + * Miscellaneous Ubuntu changes + - ubuntu: vbox -- update to 5.2.2-dfsg-2 + - ubuntu: vbox: build fixes for 4.15 + - disable hio build + - [Config] Update kernel lockdown options to fix build errors + - Disable zfs build + - SAUCE: Import aufs driver + - [Config] Enable AUFS config options + + [ Upstream Kernel Changes ] + + * Rebase to v4.15-rc2 + + -- Seth Forshee Fri, 08 Dec 2017 13:55:42 -0600 + +linux (4.14.0-11.13) bionic; urgency=low + + * linux: 4.14.0-11.13 -proposed tracker (LP: #1736168) + + * CVE-2017-1000405 + - mm, thp: Do not make page table dirty unconditionally in touch_p[mu]d() + + * linux 4.14.0-7.9 ADT test failure with linux 4.14.0-7.9 (LP: #1732463) + - SAUCE: mm: disable vma based swap readahead by default + - SAUCE: mm: fix memory hotplug in ZONE_HIGHMEM + + * Bionic update to v4.14.3 stable release (LP: #1735843) + - s390: fix transactional execution control register handling + - s390/noexec: execute kexec datamover without DAT + - s390/runtime instrumention: fix possible memory corruption + - s390/guarded storage: fix possible memory corruption + - s390/disassembler: add missing end marker for e7 table + - s390/disassembler: increase show_code buffer size + - ACPI / PM: Fix acpi_pm_notifier_lock vs flush_workqueue() deadlock + - ACPI / EC: Fix regression related to triggering source of EC event handling + - cpufreq: schedutil: Reset cached_raw_freq when not in sync with next_freq + - serdev: fix registration of second slave + - sched: Make resched_cpu() unconditional + - lib/mpi: call cond_resched() from mpi_powm() loop + - x86/boot: Fix boot failure when SMP MP-table is based at 0 + - x86/decoder: Add new TEST instruction pattern + - x86/entry/64: Fix entry_SYSCALL_64_after_hwframe() IRQ tracing + - x86/entry/64: Add missing irqflags tracing to native_load_gs_index() + - perf/x86/intel: Hide TSX events when RTM is not supported + - arm64: Implement arch-specific pte_access_permitted() + - ARM: 8722/1: mm: make STRICT_KERNEL_RWX effective for LPAE + - ARM: 8721/1: mm: dump: check hardware RO bit for LPAE + - uapi: fix linux/tls.h userspace compilation error + - uapi: fix linux/rxrpc.h userspace compilation errors + - MIPS: cmpxchg64() and HAVE_VIRT_CPU_ACCOUNTING_GEN don't work for 32-bit SMP + - MIPS: ralink: Fix MT7628 pinmux + - MIPS: ralink: Fix typo in mt7628 pinmux function + - net: mvneta: fix handling of the Tx descriptor counter + - nbd: wait uninterruptible for the dead timeout + - nbd: don't start req until after the dead connection logic + - PM / OPP: Add missing of_node_put(np) + - PCI/ASPM: Account for downstream device's Port Common_Mode_Restore_Time + - PCI/ASPM: Use correct capability pointer to program LTR_L1.2_THRESHOLD + - PCI: hv: Use effective affinity mask + - PCI: Set Cavium ACS capability quirk flags to assert RR/CR/SV/UF + - PCI: Apply Cavium ThunderX ACS quirk to more Root Ports + - ALSA: hda: Add Raven PCI ID + - dm integrity: allow unaligned bv_offset + - dm cache: fix race condition in the writeback mode overwrite_bio + optimisation + - dm crypt: allow unaligned bv_offset + - dm zoned: ignore last smaller runt zone + - dm mpath: remove annoying message of 'blk_get_request() returned -11' + - dm bufio: fix integer overflow when limiting maximum cache size + - ovl: Put upperdentry if ovl_check_origin() fails + - dm: allocate struct mapped_device with kvzalloc + - sched/rt: Simplify the IPI based RT balancing logic + - MIPS: pci: Remove KERN_WARN instance inside the mt7620 driver + - dm: fix race between dm_get_from_kobject() and __dm_destroy() + - dm: discard support requires all targets in a table support discards + - MIPS: Fix odd fp register warnings with MIPS64r2 + - MIPS: Fix MIPS64 FP save/restore on 32-bit kernels + - MIPS: dts: remove bogus bcm96358nb4ser.dtb from dtb-y entry + - MIPS: Fix an n32 core file generation regset support regression + - MIPS: BCM47XX: Fix LED inversion for WRT54GSv1 + - MIPS: math-emu: Fix final emulation phase for certain instructions + - rt2x00usb: mark device removed when get ENOENT usb error + - mm/z3fold.c: use kref to prevent page free/compact race + - autofs: don't fail mount for transient error + - nilfs2: fix race condition that causes file system corruption + - fscrypt: lock mutex before checking for bounce page pool + - eCryptfs: use after free in ecryptfs_release_messaging() + - libceph: don't WARN() if user tries to add invalid key + - bcache: check ca->alloc_thread initialized before wake up it + - fs: guard_bio_eod() needs to consider partitions + - fanotify: fix fsnotify_prepare_user_wait() failure + - isofs: fix timestamps beyond 2027 + - btrfs: change how we decide to commit transactions during flushing + - f2fs: expose some sectors to user in inline data or dentry case + - NFS: Fix typo in nomigration mount option + - NFS: Revert "NFS: Move the flock open mode check into nfs_flock()" + - nfs: Fix ugly referral attributes + - NFS: Avoid RCU usage in tracepoints + - NFS: revalidate "." etc correctly on "open". + - nfsd: deal with revoked delegations appropriately + - rtlwifi: rtl8192ee: Fix memory leak when loading firmware + - rtlwifi: fix uninitialized rtlhal->last_suspend_sec time + - iwlwifi: fix firmware names for 9000 and A000 series hw + - md: fix deadlock error in recent patch. + - md: don't check MD_SB_CHANGE_CLEAN in md_allow_write + - Bluetooth: btqcomsmd: Add support for BD address setup + - md/bitmap: revert a patch + - fsnotify: clean up fsnotify_prepare/finish_user_wait() + - fsnotify: pin both inode and vfsmount mark + - fsnotify: fix pinning group in fsnotify_prepare_user_wait() + - ata: fixes kernel crash while tracing ata_eh_link_autopsy event + - ext4: fix interaction between i_size, fallocate, and delalloc after a crash + - ext4: prevent data corruption with inline data + DAX + - ext4: prevent data corruption with journaling + DAX + - ALSA: pcm: update tstamp only if audio_tstamp changed + - ALSA: usb-audio: Add sanity checks to FE parser + - ALSA: usb-audio: Fix potential out-of-bound access at parsing SU + - ALSA: usb-audio: Add sanity checks in v2 clock parsers + - ALSA: timer: Remove kernel warning at compat ioctl error paths + - ALSA: hda/realtek - Fix ALC275 no sound issue + - ALSA: hda: Fix too short HDMI/DP chmap reporting + - ALSA: hda - Fix yet remaining issue with vmaster 0dB initialization + - ALSA: hda/realtek - Fix ALC700 family no sound issue + - ASoC: sun8i-codec: Invert Master / Slave condition + - ASoC: sun8i-codec: Fix left and right channels inversion + - ASoC: sun8i-codec: Set the BCLK divider + - mfd: lpc_ich: Avoton/Rangeley uses SPI_BYT method + - fix a page leak in vhost_scsi_iov_to_sgl() error recovery + - 9p: Fix missing commas in mount options + - fs/9p: Compare qid.path in v9fs_test_inode + - net/9p: Switch to wait_event_killable() + - scsi: qla2xxx: Suppress a kernel complaint in qla_init_base_qpair() + - scsi: sd_zbc: Fix sd_zbc_read_zoned_characteristics() + - scsi: lpfc: fix pci hot plug crash in timer management routines + - scsi: lpfc: fix pci hot plug crash in list_add call + - scsi: lpfc: Fix crash receiving ELS while detaching driver + - scsi: lpfc: Fix FCP hba_wqidx assignment + - scsi: lpfc: Fix oops if nvmet_fc_register_targetport fails + - iscsi-target: Make TASK_REASSIGN use proper se_cmd->cmd_kref + - iscsi-target: Fix non-immediate TMR reference leak + - target: fix null pointer regression in core_tmr_drain_tmr_list + - target: fix buffer offset in core_scsi3_pri_read_full_status + - target: Fix QUEUE_FULL + SCSI task attribute handling + - target: Fix caw_sem leak in transport_generic_request_failure + - target: Fix quiese during transport_write_pending_qf endless loop + - target: Avoid early CMD_T_PRE_EXECUTE failures during ABORT_TASK + - mtd: Avoid probe failures when mtd->dbg.dfs_dir is invalid + - mtd: nand: Export nand_reset() symbol + - mtd: nand: atmel: Actually use the PM ops + - mtd: nand: omap2: Fix subpage write + - mtd: nand: Fix writing mtdoops to nand flash. + - mtd: nand: mtk: fix infinite ECC decode IRQ issue + - mailbox: bcm-flexrm-mailbox: Fix FlexRM ring flush sequence + - p54: don't unregister leds when they are not initialized + - block: Fix a race between blk_cleanup_queue() and timeout handling + - raid1: prevent freeze_array/wait_all_barriers deadlock + - genirq: Track whether the trigger type has been set + - irqchip/gic-v3: Fix ppi-partitions lookup + - lockd: double unregister of inetaddr notifiers + - KVM: PPC: Book3S HV: Don't call real-mode XICS hypercall handlers if not + enabled + - KVM: nVMX: set IDTR and GDTR limits when loading L1 host state + - KVM: SVM: obey guest PAT + - kvm: vmx: Reinstate support for CPUs without virtual NMI + - dax: fix PMD faults on zero-length files + - dax: fix general protection fault in dax_alloc_inode + - SUNRPC: Fix tracepoint storage issues with svc_recv and svc_rqst_status + - clk: ti: dra7-atl-clock: fix child-node lookups + - libnvdimm, dimm: clear 'locked' status on successful DIMM enable + - libnvdimm, pfn: make 'resource' attribute only readable by root + - libnvdimm, namespace: fix label initialization to use valid seq numbers + - libnvdimm, region : make 'resource' attribute only readable by root + - libnvdimm, namespace: make 'resource' attribute only readable by root + - svcrdma: Preserve CB send buffer across retransmits + - IB/srpt: Do not accept invalid initiator port names + - IB/cm: Fix memory corruption in handling CM request + - IB/hfi1: Fix incorrect available receive user context count + - IB/srp: Avoid that a cable pull can trigger a kernel crash + - IB/core: Avoid crash on pkey enforcement failed in received MADs + - IB/core: Only maintain real QPs in the security lists + - NFC: fix device-allocation error return + - spi-nor: intel-spi: Fix broken software sequencing codes + - i40e: Use smp_rmb rather than read_barrier_depends + - igb: Use smp_rmb rather than read_barrier_depends + - igbvf: Use smp_rmb rather than read_barrier_depends + - ixgbevf: Use smp_rmb rather than read_barrier_depends + - i40evf: Use smp_rmb rather than read_barrier_depends + - fm10k: Use smp_rmb rather than read_barrier_depends + - ixgbe: Fix skb list corruption on Power systems + - parisc: Fix validity check of pointer size argument in new CAS + implementation + - powerpc: Fix boot on BOOK3S_32 with CONFIG_STRICT_KERNEL_RWX + - powerpc/mm/radix: Fix crashes on Power9 DD1 with radix MMU and STRICT_RWX + - powerpc/perf/imc: Use cpu_to_node() not topology_physical_package_id() + - powerpc/signal: Properly handle return value from uprobe_deny_signal() + - powerpc/64s: Fix masking of SRR1 bits on instruction fault + - powerpc/64s/radix: Fix 128TB-512TB virtual address boundary case allocation + - powerpc/64s/hash: Fix 512T hint detection to use >= 128T + - powerpc/64s/hash: Fix 128TB-512TB virtual address boundary case allocation + - powerpc/64s/hash: Fix fork() with 512TB process address space + - powerpc/64s/hash: Allow MAP_FIXED allocations to cross 128TB boundary + - media: Don't do DMA on stack for firmware upload in the AS102 driver + - media: rc: check for integer overflow + - media: rc: nec decoder should not send both repeat and keycode + - cx231xx-cards: fix NULL-deref on missing association descriptor + - media: v4l2-ctrl: Fix flags field on Control events + - media: venus: fix wrong size on dma_free + - media: venus: venc: fix bytesused v4l2_plane field + - media: venus: reimplement decoder stop command + - ARM64: dts: meson-gxl: Add alternate ARM Trusted Firmware reserved memory + zone + - iwlwifi: fix wrong struct for a000 device + - iwlwifi: add a new a000 device + - iwlwifi: pcie: sort IDs for the 9000 series for easier comparisons + - iwlwifi: add new cards for a000 series + - iwlwifi: add new cards for 8265 series + - iwlwifi: add new cards for 8260 series + - iwlwifi: fix PCI IDs and configuration mapping for 9000 series + - iwlwifi: mvm: support version 7 of the SCAN_REQ_UMAC FW command + - e1000e: Fix error path in link detection + - e1000e: Fix return value test + - e1000e: Separate signaling for link check/link up + - e1000e: Avoid receiver overrun interrupt bursts + - e1000e: fix buffer overrun while the I219 is processing DMA transactions + - Linux 4.14.3 + + * Miscellaneous Ubuntu changes + - SAUCE: s390/topology: don't inline cpu_to_node + - SAUCE: (noup) Update spl to 0.7.3-1ubuntu1, zfs to 0.7.3-1ubuntu1 + + -- Seth Forshee Mon, 04 Dec 2017 09:08:07 -0600 + +linux (4.14.0-10.12) bionic; urgency=low + + * linux: 4.14.0-10.12 -proposed tracker (LP: #1734901) + + * Miscellaneous Ubuntu changes + - SAUCE: Enable the ACPI kernel debugger and acpidbg tool + - [Packaging] Include arch/arm64/kernel/ftrace-mod.o in headers package + + -- Seth Forshee Tue, 28 Nov 2017 08:46:49 -0600 + +linux (4.14.0-9.11) bionic; urgency=low + + * linux: 4.14.0-9.11 -proposed tracker (LP: #1734728) + + * Miscellaneous Ubuntu changes + - Revert "UBUNTU: SAUCE: (noup) Update spl to 0.7.3-1ubuntu1, zfs to + 0.7.3-1ubuntu1" + + -- Seth Forshee Mon, 27 Nov 2017 12:44:48 -0600 + +linux (4.14.0-8.10) bionic; urgency=low + + * linux: 4.14.0-8.10 -proposed tracker (LP: #1734695) + + * Bionic update to v4.14.2 stable release (LP: #1734694) + - bio: ensure __bio_clone_fast copies bi_partno + - af_netlink: ensure that NLMSG_DONE never fails in dumps + - vxlan: fix the issue that neigh proxy blocks all icmpv6 packets + - net: cdc_ncm: GetNtbFormat endian fix + - fealnx: Fix building error on MIPS + - net/sctp: Always set scope_id in sctp_inet6_skb_msgname + - ima: do not update security.ima if appraisal status is not INTEGRITY_PASS + - serial: omap: Fix EFR write on RTS deassertion + - serial: 8250_fintek: Fix finding base_port with activated SuperIO + - tpm-dev-common: Reject too short writes + - rcu: Fix up pending cbs check in rcu_prepare_for_idle + - mm/pagewalk.c: report holes in hugetlb ranges + - ocfs2: fix cluster hang after a node dies + - ocfs2: should wait dio before inode lock in ocfs2_setattr() + - ipmi: fix unsigned long underflow + - mm/page_alloc.c: broken deferred calculation + - mm/page_ext.c: check if page_ext is not prepared + - coda: fix 'kernel memory exposure attempt' in fsync + - ipmi: Prefer ACPI system interfaces over SMBIOS ones + - Linux 4.14.2 + + * Bionic update to v4.14.1 stable release (LP: #1734693) + - EDAC, sb_edac: Don't create a second memory controller if HA1 is not present + - dmaengine: dmatest: warn user when dma test times out + - media: imon: Fix null-ptr-deref in imon_probe + - media: dib0700: fix invalid dvb_detach argument + - crypto: dh - Fix double free of ctx->p + - crypto: dh - Don't permit 'p' to be 0 + - crypto: dh - Don't permit 'key' or 'g' size longer than 'p' + - crypto: brcm - Explicity ACK mailbox message + - USB: early: Use new USB product ID and strings for DbC device + - USB: usbfs: compute urb->actual_length for isochronous + - USB: Add delay-init quirk for Corsair K70 LUX keyboards + - usb: gadget: f_fs: Fix use-after-free in ffs_free_inst + - USB: serial: metro-usb: stop I/O after failed open + - USB: serial: Change DbC debug device binding ID + - USB: serial: qcserial: add pid/vid for Sierra Wireless EM7355 fw update + - USB: serial: garmin_gps: fix I/O after failed probe and remove + - USB: serial: garmin_gps: fix memory leak on probe errors + - selftests/x86/protection_keys: Fix syscall NR redefinition warnings + - x86/MCE/AMD: Always give panic severity for UC errors in kernel context + - platform/x86: peaq-wmi: Add DMI check before binding to the WMI interface + - platform/x86: peaq_wmi: Fix missing terminating entry for peaq_dmi_table + - HID: cp2112: add HIDRAW dependency + - HID: wacom: generic: Recognize WACOM_HID_WD_PEN as a type of pen collection + - rpmsg: glink: Add missing MODULE_LICENSE + - staging: wilc1000: Fix bssid buffer offset in Txq + - staging: sm750fb: Fix parameter mistake in poke32 + - staging: ccree: fix 64 bit scatter/gather DMA ops + - staging: greybus: spilib: fix use-after-free after deregistration + - staging: rtl8188eu: Revert 4 commits breaking ARP + - spi: fix use-after-free at controller deregistration + - sparc32: Add cmpxchg64(). + - sparc64: mmu_context: Add missing include files + - sparc64: Fix page table walk for PUD hugepages + - Linux 4.14.1 + + * Set PANIC_TIMEOUT=10 on Power Systems (LP: #1730660) + - [Config]: Set PANIC_TIMEOUT=10 on ppc64el + + * enable CONFIG_SND_SOC_INTEL_BYT_CHT_NOCODEC_MACH easily confuse users + (LP: #1732627) + - [Config] CONFIG_SND_SOC_INTEL_BYT_CHT_NOCODEC_MACH=n + + * Miscellaneous Ubuntu changes + - SAUCE: (noup) Update spl to 0.7.3-1ubuntu1, zfs to 0.7.3-1ubuntu1 + + -- Seth Forshee Mon, 27 Nov 2017 07:43:44 -0600 + +linux (4.14.0-7.9) bionic; urgency=low + + * Miscellaneous Ubuntu changes + - SAUCE: apparmor: add base infastructure for socket mediation + - SAUCE: apparmor: af_unix mediation + - SAUCE: LSM stacking: procfs: add smack subdir to attrs + - SAUCE: LSM stacking: LSM: manage credential security blobs + - SAUCE: LSM stacking: LSM: Manage file security blobs + - SAUCE: LSM stacking: LSM: manage task security blobs + - SAUCE: LSM stacking: LSM: Infrastructure management of the remaining blobs + - SAUCE: LSM stacking: LSM: general but not extreme module stacking + - SAUCE: LSM stacking: LSM: Complete task_alloc hook + - SAUCE: LSM stacking: fixup procsfs: add smack subdir to attrs + - SAUCE: LSM stacking: fixup initialize task->security + - SAUCE: LSM stacking: fixup: alloc_task_ctx is dead code + - SAUCE: LSM stacking: add support for stacking getpeersec_stream + - SAUCE: LSM stacking: add stacking support to apparmor network hooks + - SAUCE: LSM stacking: fixup apparmor stacking enablement + - SAUCE: LSM stacking: fixup stacking kconfig + - SAUCE: LSM stacking: allow selecting multiple LSMs using kernel boot params + - SAUCE: LSM stacking: provide prctl interface for setting context + - SAUCE: LSM stacking: inherit current display LSM + - SAUCE: LSM stacking: keep an index for each registered LSM + - SAUCE: LSM stacking: verify display LSM + - SAUCE: LSM stacking: provide a way to specify the default display lsm + - SAUCE: LSM stacking: make sure LSM blob align on 64 bit boundaries + - SAUCE: LSM stacking: add /proc//attr/display_lsm + - SAUCE: LSM stacking: add Kconfig to set default display LSM + - SAUCE: LSM stacking: add configs for LSM stacking + - SAUCE: LSM stacking: check for invalid zero sized writes + - [Config] Run updateconfigs after merging LSM stacking + - [Config] CONFIG_AMD_MEM_ENCRYPT=y + + [ Upstream Kernel Changes ] + + * Rebase to v4.14 + + -- Seth Forshee Mon, 13 Nov 2017 08:12:08 -0600 + +linux (4.14.0-6.8) bionic; urgency=low + + * Miscellaneous Ubuntu changes + - SAUCE: add workarounds to enable ZFS for 4.14 + + [ Upstream Kernel Changes ] + + * Rebase to v4.14-rc8 + + -- Seth Forshee Mon, 06 Nov 2017 11:39:00 -0600 + +linux (4.14.0-5.7) bionic; urgency=low + + * Miscellaneous Ubuntu changes + - [Debian] Fix invocation of dh_prep for dbgsym packages + + -- Seth Forshee Tue, 31 Oct 2017 07:07:23 -0500 + +linux (4.14.0-4.5) bionic; urgency=low + + * Miscellaneous Ubuntu changes + - [Packaging] virtualbox -- reduce in kernel module versions + - vbox-update: Fix up KERN_DIR definitions + - ubuntu: vbox -- update to 5.2.0-dfsg-2 + - [Config] CONFIG_AMD_MEM_ENCRYPT=n + + [ Upstream Kernel Changes ] + + * Rebase to v4.14-rc7 + + -- Seth Forshee Mon, 30 Oct 2017 13:29:20 -0500 + +linux (4.14.0-3.4) artful; urgency=low + + * Touchpad and TrackPoint Dose Not Work on Lenovo X1C6 and X280 (LP: #1723986) + - SAUCE: Input: synaptics-rmi4 - RMI4 can also use SMBUS version 3 + - SAUCE: Input: synaptics - Lenovo X1 Carbon 5 should use SMBUS/RMI + - SAUCE: Input: synaptics - add Intertouch support on X1 Carbon 6th and X280 + + * powerpc/64s: Add workaround for P9 vector CI load issuenext (LP: #1721070) + - powerpc/64s: Add workaround for P9 vector CI load issue + + * Miscellaneous Ubuntu changes + - SAUCE: staging: vboxvideo: Fix reporting invalid suggested-offset-properties + - [Config] CONFIG_DRM_VBOXVIDEO=m + - SAUCE: Import aufs driver + - [Config] Enable aufs + - [Config] Reorder annotations file after enabling aufs + - vbox-update: Disable imported vboxvideo module + - ubuntu: vbox -- update to 5.1.30-dfsg-1 + - Enable vbox + - hio: Use correct sizes when initializing ssd_index_bits* arrays + - hio: Update io stat accounting for 4.14 + - Enable hio + + [ Upstream Kernel Changes ] + + * Rebase to v4.14-rc5 + * Rebase to v4.14-rc6 + + -- Seth Forshee Mon, 23 Oct 2017 13:53:52 -0500 + +linux (4.14.0-2.3) artful; urgency=low + + * [Bug] USB controller failed to respond on Denverton after loading + intel_th_pci module (LP: #1715833) + - SAUCE: PCI: Disable broken RTIT_BAR of Intel TH + + * CONFIG_DEBUG_FS is not enabled by "make zfcpdump_defconfig" with Ubuntu + 17.10 (kernel 4.13) (LP: #1719290) + - SAUCE: s390: update zfcpdump_defconfig + + * Add installer support for Broadcom BCM573xx network drivers. (LP: #1720466) + - d-i: Add bnxt_en to nic-modules. + + * Miscellaneous Ubuntu changes + - [Config] Update annotations for 4.14-rc2 + + [ Upstream Kernel Changes ] + + * Rebase to v4.14-rc3 + * Rebase to v4.14-rc4 + + -- Seth Forshee Wed, 11 Oct 2017 16:04:27 -0500 + +linux (4.14.0-1.2) artful; urgency=low + + * [Bug] USB 3.1 Gen2 works as 5Gbps (LP: #1720045) + - xhci: set missing SuperSpeedPlus Link Protocol bit in roothub descriptor + + * Please make linux-libc-dev Provide: aufs-dev (LP: #1716091) + - [Packaging] Add aufs-dev to the Provides: for linux-libc-dev + + * Upgrade to 4.13.0-11.12 in artful amd64 VM breaks display on wayland + (LP: #1718679) + - [Config] CONFIG_DRM_VBOXVIDEO=n + + * ipmmu-vmsa driver breaks arm64 boots (LP: #1718734) + - [Config] Disable CONFIG_IPMMU_VMSA on arm64 + + * autopkgtest profile fails to build on armhf (LP: #1717920) + - [Packaging] autopkgtest -- disable d-i when dropping flavours + + * Miscellaneous Ubuntu changes + - [Config] CONFIG_I2C_XLP9XX=m + - [Packaging] Use SRCPKGNAME rather than hard-coding the source package name + + [ Upstream Kernel Changes ] + + * Rebase to v4.14-rc2 + + -- Seth Forshee Fri, 29 Sep 2017 09:09:11 -0400 + +linux (4.14.0-0.1) artful; urgency=low + + * Miscellaneous Ubuntu changes + - Disable vbox build + - Disable hio build + - Disable zfs build + + [ Upstream Kernel Changes ] + + * Rebase to v4.14-rc1 + + -- Seth Forshee Tue, 19 Sep 2017 20:22:29 -0500 + +linux (4.13.0-11.12) artful; urgency=low + + * linux: 4.13.0-11.12 -proposed tracker (LP: #1716699) + + * kernel panic -not syncing: Fatal exception: panic_on_oops (LP: #1708399) + - s390/mm: fix local TLB flushing vs. detach of an mm address space + - s390/mm: fix race on mm->context.flush_mm + + * CVE-2017-1000251 + - Bluetooth: Properly check L2CAP config option output buffer length + + -- Seth Forshee Tue, 12 Sep 2017 10:18:38 -0500 + +linux (4.13.0-10.11) artful; urgency=low + + * linux: 4.13.0-10.11 -proposed tracker (LP: #1716287) + + * please add aufs-dkms to the Provides: for the kernel packages (LP: #1716093) + - [Packaging] Add aufs-dkms to the Provides: for kernel packages + + * Artful update to v4.13.1 stable release (LP: #1716284) + - usb: quirks: add delay init quirk for Corsair Strafe RGB keyboard + - USB: serial: option: add support for D-Link DWM-157 C1 + - usb: Add device quirk for Logitech HD Pro Webcam C920-C + - usb:xhci:Fix regression when ATI chipsets detected + - USB: musb: fix external abort on suspend + - ANDROID: binder: add padding to binder_fd_array_object. + - ANDROID: binder: add hwbinder,vndbinder to BINDER_DEVICES. + - USB: core: Avoid race of async_completed() w/ usbdev_release() + - staging/rts5208: fix incorrect shift to extract upper nybble + - staging: ccree: save ciphertext for CTS IV + - staging: fsl-dpaa2/eth: fix off-by-one FD ctrl bitmaks + - iio: adc: ti-ads1015: fix incorrect data rate setting update + - iio: adc: ti-ads1015: fix scale information for ADS1115 + - iio: adc: ti-ads1015: enable conversion when CONFIG_PM is not set + - iio: adc: ti-ads1015: avoid getting stale result after runtime resume + - iio: adc: ti-ads1015: don't return invalid value from buffer setup callbacks + - iio: adc: ti-ads1015: add adequate wait time to get correct conversion + - driver core: bus: Fix a potential double free + - HID: wacom: Do not completely map WACOM_HID_WD_TOUCHRINGSTATUS usage + - binder: free memory on error + - crypto: caam/qi - fix compilation with CONFIG_DEBUG_FORCE_WEAK_PER_CPU=y + - crypto: caam/qi - fix compilation with DEBUG enabled + - thunderbolt: Fix reset response_type + - fpga: altera-hps2fpga: fix multiple init of l3_remap_lock + - intel_th: pci: Add Cannon Lake PCH-H support + - intel_th: pci: Add Cannon Lake PCH-LP support + - ath10k: fix memory leak in rx ring buffer allocation + - drm/vgem: Pin our pages for dmabuf exports + - drm/ttm: Fix accounting error when fail to get pages for pool + - drm/dp/mst: Handle errors from drm_atomic_get_private_obj_state() correctly + - rtlwifi: rtl_pci_probe: Fix fail path of _rtl_pci_find_adapter + - Bluetooth: Add support of 13d3:3494 RTL8723BE device + - iwlwifi: pci: add new PCI ID for 7265D + - dlm: avoid double-free on error path in dlm_device_{register,unregister} + - mwifiex: correct channel stat buffer overflows + - MCB: add support for SC31 to mcb-lpc + - s390/mm: avoid empty zero pages for KVM guests to avoid postcopy hangs + - drm/nouveau/pci/msi: disable MSI on big-endian platforms by default + - drm/nouveau: Fix error handling in nv50_disp_atomic_commit + - workqueue: Fix flag collision + - ahci: don't use MSI for devices with the silly Intel NVMe remapping scheme + - cs5536: add support for IDE controller variant + - scsi: sg: protect against races between mmap() and SG_SET_RESERVED_SIZE + - scsi: sg: recheck MMAP_IO request length with lock held + - of/device: Prevent buffer overflow in of_device_modalias() + - rtlwifi: Fix memory leak when firmware request fails + - rtlwifi: Fix fallback firmware loading + - Linux 4.13.1 + + * Kernel has trouble recognizing Corsair Strafe RGB keyboard (LP: #1678477) + - usb: quirks: add delay init quirk for Corsair Strafe RGB keyboard + + * SRIOV: warning if unload VFs (LP: #1715073) + - PCI: Disable VF decoding before pcibios_sriov_disable() updates resources + + * [Patch] network-i40e:NVM bug fixes (cherrypick from 4.14) (LP: #1715578) + - i40e: avoid NVM acquire deadlock during NVM update + - i40e: point wb_desc at the nvm_wb_desc during i40e_read_nvm_aq + + * [P9,POwer NV] Perf PMU event : pm_br_2path and pm_ld_miss_l1 is counted + twice when perf stat is done (perf:) (LP: #1714571) + - perf vendor events powerpc: Remove duplicate events + + * Unable to install Ubuntu on the NVMe disk under VMD PCI domain + (LP: #1703339) + - [Config] Include vmd in storage-core-modules udeb + + * 17.10 fails to boot on POWER9 DD2.0 with Deep stop states (LP: #1715064) + - powerpc/powernv: Save/Restore additional SPRs for stop4 cpuidle + - powerpc/powernv: Clear PECE1 in LPCR via stop-api only on Hotplug + - SAUCE: powerpc/powernv: Clear LPCR[PECE1] via stop-api only for deep state + offline + + * Miscellaneous Ubuntu changes + - SAUCE: selftests/seccomp: Support glibc 2.26 siginfo_t.h + - Revert "UBUNTU: SAUCE: Import aufs driver" + - SAUCE: Import aufs driver + + -- Seth Forshee Sun, 10 Sep 2017 17:48:59 -0500 + +linux (4.13.0-9.10) artful; urgency=low + + * linux: 4.13.0-9.10 -proposed tracker (LP: #1715145) + + * EDAC sbridge: Failed to register device with error -22. (LP: #1714112) + - [Config] CONFIG_EDAC_GHES=n + + * Miscellaneous Ubuntu changes + - ubuntu: vbox -- update to 5.1.26-dfsg-2 + + [ Upstream Kernel Changes ] + + * Rebase to v4.13 + + -- Seth Forshee Tue, 05 Sep 2017 07:51:19 -0500 + +linux (4.13.0-8.9) artful; urgency=low + + * snapd 2.27.3+17.10 ADT test failure with linux 4.13.0-6.7 (LP: #1713103) + - SAUCE: apparmor: fix apparmorfs DAC access, permissions + + * enable ARCH_SUNXI (and friends) in arm64 kernel .config (LP: #1701137) + - [Config] Enable CONFIG_ARCH_SUNXI and related options for arm64 + + * [Bug] Harrisonville: pnd2_edac always fail to load on B1 stepping + Harrisonville SDP (LP: #1709257) + - EDAC, pnd2: Build in a minimal sideband driver for Apollo Lake + - EDAC, pnd2: Mask off the lower four bits of a BAR + - EDAC, pnd2: Conditionally unhide/hide the P2SB PCI device to read BAR + - EDAC, pnd2: Properly toggle hidden state for P2SB PCI device + - SAUCE: i2c: i801: Restore the presence state of P2SB PCI device after + reading BAR + + * Miscellaneous Ubuntu changes + - Revert "UBUNTU: SAUCE: Import aufs driver" + - SAUCE: Import aufs driver + - SAUCE: selftests/powerpc: Disable some ptrace selftests + - [Config] CONFIG_CRYPTO_DEV_NITROX_CNN55XX=n for s390x + - [Config] CONFIG_I2C_SLAVE=n for amd64, i386, ppc64el + - [Config] Disable CONFIG_MDIO_* options for s390x + - [Config] CONFIG_SCSI_MQ_DEFAULT=n for s390x + - [Config] Update annotations for 4.13 + + -- Seth Forshee Thu, 31 Aug 2017 14:27:09 -0500 + +linux (4.13.0-7.8) artful; urgency=low + + * linux 4.12.0-11.12 ADT test failure with linux 4.12.0-11.12 (LP: #1710904) + - SAUCE: selftests/powerpc: Use snprintf to construct DSCR sysfs interface + paths + + * Miscellaneous Ubuntu changes + - Revert "UBUNTU: SAUCE: seccomp: log actions even when audit is disabled" + + * Miscellaneous upstream changes + - seccomp: Provide matching filter for introspection + - seccomp: Sysctl to display available actions + - seccomp: Operation for checking if an action is available + - seccomp: Sysctl to configure actions that are allowed to be logged + - seccomp: Selftest for detection of filter flag support + - seccomp: Filter flag to log all actions except SECCOMP_RET_ALLOW + - seccomp: Action to log before allowing + + [ Upstream Kernel Changes ] + + * Rebase to v4.13-rc7 + + -- Seth Forshee Mon, 28 Aug 2017 08:12:24 -0500 + +linux (4.13.0-6.7) artful; urgency=low + + * HID: multitouch: Support ALPS PTP Stick and Touchpad devices (LP: #1712481) + - SAUCE: HID: multitouch: Support ALPS PTP stick with pid 0x120A + + * sort ABI files with C.UTF-8 locale (LP: #1712345) + - [Packaging] sort ABI files with C.UTF-8 locale + + * igb: Support using Broadcom 54616 as PHY (LP: #1712024) + - SAUCE: igb: add support for using Broadcom 54616 as PHY + + * RPT related fixes missing in Ubuntu 16.04.3 (LP: #1709220) + - powerpc/mm/radix: Improve _tlbiel_pid to be usable for PWC flushes + - powerpc/mm/radix: Improve TLB/PWC flushes + - powerpc/mm/radix: Avoid flushing the PWC on every flush_tlb_range + + * Linux 4.12 refuses to load self-signed modules under Secure Boot with + properly enrolled keys (LP: #1712168) + - SAUCE: (efi-lockdown) MODSIGN: Fix module signature verification + + * [17.10 FEAT] Enable NVMe driver - kernel (LP: #1708432) + - [Config] CONFIG_BLK_DEV_NVME=m for s390 + + * Artful: 4.12.0-11.12: Boot panic in vlv2_plat_configure_clock+0x3b/0xa0 + (LP: #1711298) + - [Config] CONFIG_INTEL_ATOMISP=n + + * Miscellaneous Ubuntu changes + - SAUCE: apparmor: af_unix mediation + + * Miscellaneous upstream changes + - apparmor: Fix shadowed local variable in unpack_trans_table() + - apparmor: Fix logical error in verify_header() + - apparmor: Fix an error code in aafs_create() + - apparmor: Redundant condition: prev_ns. in [label.c:1498] + - apparmor: add the ability to mediate signals + - apparmor: add mount mediation + - apparmor: cleanup conditional check for label in label_print + - apparmor: add support for absolute root view based labels + - apparmor: make policy_unpack able to audit different info messages + - apparmor: add more debug asserts to apparmorfs + - apparmor: add base infastructure for socket mediation + - apparmor: move new_null_profile to after profile lookup fns() + - apparmor: fix race condition in null profile creation + - apparmor: ensure unconfined profiles have dfas initialized + - apparmor: fix incorrect type assignment when freeing proxies + + [ Upstream Kernel Changes ] + + * Rebase to v4.13-rc6 + + -- Seth Forshee Wed, 23 Aug 2017 08:10:38 -0500 + +linux (4.13.0-5.6) artful; urgency=low + + * Ubuntu17.10 - perf: Update Power9 PMU event JSON files (LP: #1708630) + - perf pmu-events: Support additional POWER8+ PVR in mapfile + - perf vendor events: Add POWER9 PMU events + - perf vendor events: Add POWER9 PVRs to mapfile + - SAUCE: perf vendor events powerpc: remove suffix in mapfile + - SAUCE: perf vendor events powerpc: Update POWER9 events + + * Disable CONFIG_MEMORY_HOTPLUG_DEFAULT_ONLINE (LP: #1709171) + - [Config] CONFIG_MEMORY_HOTPLUG_DEFAULT_ONLINE=n for ppc64el + + * Please only recommend or suggest initramfs-tools | linux-initramfs-tool for + kernels able to boot without initramfs (LP: #1700972) + - [Debian] Don't depend on initramfs-tools + + * Miscellaneous Ubuntu changes + - SAUCE: Import aufs driver + - SAUCE: aufs -- Add missing argument to loop_switch() call + - [Config] Enable aufs + - SAUCE: (noup) Update spl to 0.6.5.11-ubuntu1, zfs to 0.6.5.11-1ubuntu3 + - Enable zfs build + - SAUCE: powerpc: Always initialize input array when calling epapr_hypercall() + - [Packaging] switch up to debhelper 9 + + [ Upstream Kernel Changes ] + + * Rebase to v4.13-rc5 + + -- Seth Forshee Tue, 15 Aug 2017 09:24:16 -0500 + +linux (4.13.0-4.5) artful; urgency=low + + * Lenovo Yoga 910 Sensors (LP: #1708120) + - SAUCE: (no-up) HID: Add quirk for Lenovo Yoga 910 with ITE Chips + + * Unable to install Ubuntu on the NVMe disk under VMD PCI domain + (LP: #1703339) + - [Config] Add vmd driver to generic inclusion list + + * Set CONFIG_SATA_HIGHBANK=y on armhf (LP: #1703430) + - [Config] CONFIG_SATA_HIGHBANK=y + + * Miscellaneous Ubuntu changes + - ubuntu: vbox -- update to 5.1.26-dfsg-1 + - SAUCE: hio: Build fixes for 4.13 + - Enable hio build + - SAUCE: (noup) Update spl to 0.6.5.11-1, zfs to 0.6.5.11-1ubuntu1 + - [debian] use all rather than amd64 dkms debs for sync + + [ Upstream Kernel Changes ] + + * Rebase to v4.13-rc4 + + -- Seth Forshee Tue, 08 Aug 2017 11:31:48 -0500 + +linux (4.13.0-3.4) artful; urgency=low + + * Adt tests of src:linux time out often on armhf lxc containers (LP: #1705495) + - [Packaging] tests -- reduce rebuild test to one flavour + - [Packaging] tests -- reduce rebuild test to one flavour -- use filter + + * snapd 2.26.8+17.10 ADT test failure with linux 4.12.0-6.7 (LP: #1704158) + - SAUCE: virtio_net: Revert mergeable buffer handling rework + + [ Upstream Kernel Changes ] + + * Rebase to v4.13-rc3 + + -- Seth Forshee Mon, 31 Jul 2017 10:08:16 -0500 + +linux (4.13.0-2.3) artful; urgency=low + + * Change CONFIG_IBMVETH to module (LP: #1704479) + - [Config] CONFIG_IBMVETH=m + + [ Upstream Kernel Changes ] + + * Rebase to v4.13-rc2 + + -- Seth Forshee Mon, 24 Jul 2017 13:58:08 -0500 + +linux (4.13.0-1.2) artful; urgency=low + + * Miscellaneous Ubuntu changes + - [Debian] Support sphinx-based kernel documentation + + -- Seth Forshee Thu, 20 Jul 2017 09:18:33 -0500 + +linux (4.13.0-0.1) artful; urgency=low + + * Miscellaneous Ubuntu changes + - Disable hio + - Disable zfs build + - ubuntu: vbox -- update to 5.1.24-dfsg-1 + + [ Upstream Kernel Changes ] + + * Rebase to v4.13-rc1 + + -- Seth Forshee Wed, 19 Jul 2017 15:09:31 -0500 + +linux (4.12.0-7.8) artful; urgency=low + + * ThunderX: soft lockup on 4.8+ kernels when running qemu-efi with vhost=on + (LP: #1673564) + - arm64: Add a facility to turn an ESR syndrome into a sysreg encoding + - KVM: arm/arm64: vgic-v3: Add accessors for the ICH_APxRn_EL2 registers + - KVM: arm64: Make kvm_condition_valid32() accessible from EL2 + - KVM: arm64: vgic-v3: Add hook to handle guest GICv3 sysreg accesses at EL2 + - KVM: arm64: vgic-v3: Add ICV_BPR1_EL1 handler + - KVM: arm64: vgic-v3: Add ICV_IGRPEN1_EL1 handler + - KVM: arm64: vgic-v3: Add ICV_IAR1_EL1 handler + - KVM: arm64: vgic-v3: Add ICV_EOIR1_EL1 handler + - KVM: arm64: vgic-v3: Add ICV_AP1Rn_EL1 handler + - KVM: arm64: vgic-v3: Add ICV_HPPIR1_EL1 handler + - KVM: arm64: vgic-v3: Enable trapping of Group-1 system registers + - KVM: arm64: Enable GICv3 Group-1 sysreg trapping via command-line + - KVM: arm64: vgic-v3: Add ICV_BPR0_EL1 handler + - KVM: arm64: vgic-v3: Add ICV_IGNREN0_EL1 handler + - KVM: arm64: vgic-v3: Add misc Group-0 handlers + - KVM: arm64: vgic-v3: Enable trapping of Group-0 system registers + - KVM: arm64: Enable GICv3 Group-0 sysreg trapping via command-line + - arm64: Add MIDR values for Cavium cn83XX SoCs + - arm64: Add workaround for Cavium Thunder erratum 30115 + - KVM: arm64: vgic-v3: Add ICV_DIR_EL1 handler + - KVM: arm64: vgic-v3: Add ICV_RPR_EL1 handler + - KVM: arm64: vgic-v3: Add ICV_CTLR_EL1 handler + - KVM: arm64: vgic-v3: Add ICV_PMR_EL1 handler + - KVM: arm64: Enable GICv3 common sysreg trapping via command-line + - KVM: arm64: vgic-v3: Log which GICv3 system registers are trapped + - KVM: arm64: Log an error if trapping a read-from-write-only GICv3 access + - KVM: arm64: Log an error if trapping a write-to-read-only GICv3 access + + * hns: under heavy load, NIC may fail and require reboot (LP: #1704146) + - net: hns: Bugfix for Tx timeout handling in hns driver + + * New ACPI identifiers for ThunderX SMMU (LP: #1703437) + - iommu/arm-smmu: Plumb in new ACPI identifiers + + * Transparent hugepages should default to enabled=madvise (LP: #1703742) + - SAUCE: use CONFIG_TRANSPARENT_HUGEPAGE_MADVISE=y as default + + * Artful update to v4.12.1 stable release (LP: #1703858) + - driver core: platform: fix race condition with driver_override + - RDMA/uverbs: Check port number supplied by user verbs cmds + - usb: dwc3: replace %p with %pK + - USB: serial: cp210x: add ID for CEL EM3588 USB ZigBee stick + - usb: usbip: set buffer pointers to NULL after free + - Add USB quirk for HVR-950q to avoid intermittent device resets + - usb: Fix typo in the definition of Endpoint[out]Request + - USB: core: fix device node leak + - USB: serial: option: add two Longcheer device ids + - USB: serial: qcserial: new Sierra Wireless EM7305 device ID + - xhci: Limit USB2 port wake support for AMD Promontory hosts + - gfs2: Fix glock rhashtable rcu bug + - Add "shutdown" to "struct class". + - tpm: Issue a TPM2_Shutdown for TPM2 devices. + - tpm: fix a kernel memory leak in tpm-sysfs.c + - powerpc/powernv: Fix CPU_HOTPLUG=n idle.c compile error + - x86/uaccess: Optimize copy_user_enhanced_fast_string() for short strings + - sched/fair, cpumask: Export for_each_cpu_wrap() + - sched/core: Implement new approach to scale select_idle_cpu() + - sched/numa: Use down_read_trylock() for the mmap_sem + - sched/numa: Override part of migrate_degrades_locality() when idle balancing + - sched/fair: Simplify wake_affine() for the single socket case + - sched/numa: Implement NUMA node level wake_affine() + - sched/fair: Remove effective_load() + - sched/numa: Hide numa_wake_affine() from UP build + - xen: avoid deadlock in xenbus driver + - crypto: drbg - Fixes panic in wait_for_completion call + - Linux 4.12.1 + + * cxlflash update request in the Xenial SRU stream (LP: #1702521) + - scsi: cxlflash: Combine the send queue locks + - scsi: cxlflash: Update cxlflash_afu_sync() to return errno + - scsi: cxlflash: Reset hardware queue context via specified register + - scsi: cxlflash: Schedule asynchronous reset of the host + - scsi: cxlflash: Handle AFU sync failures + - scsi: cxlflash: Track pending scsi commands in each hardware queue + - scsi: cxlflash: Flush pending commands in cleanup path + - scsi: cxlflash: Add scsi command abort handler + - scsi: cxlflash: Create character device to provide host management interface + - scsi: cxlflash: Separate AFU internal command handling from AFU sync + specifics + - scsi: cxlflash: Introduce host ioctl support + - scsi: cxlflash: Refactor AFU capability checking + - scsi: cxlflash: Support LUN provisioning + - scsi: cxlflash: Support AFU debug + - scsi: cxlflash: Support WS16 unmap + - scsi: cxlflash: Remove zeroing of private command data + - scsi: cxlflash: Update TMF command processing + - scsi: cxlflash: Avoid double free of character device + - scsi: cxlflash: Update send_tmf() parameters + - scsi: cxlflash: Update debug prints in reset handlers + + * make snap-pkg support (LP: #1700747) + - make snap-pkg support + + * Quirk for non-compliant PCI bridge on HiSilicon D05 board (LP: #1698706) + - SAUCE: PCI: Support hibmc VGA cards behind a misbehaving HiSilicon bridge + + * arm64: fix crash reading /proc/kcore (LP: #1702749) + - fs/proc: kcore: use kcore_list type to check for vmalloc/module address + - arm64: mm: select CONFIG_ARCH_PROC_KCORE_TEXT + + * Opal and POWER9 DD2 (LP: #1702159) + - SAUCE: powerpc/powernv: Tell OPAL about our MMU mode on POWER9 + + * Data corruption with hio driver (LP: #1701316) + - SAUCE: hio: Fix incorrect use of enum req_opf values + + * Miscellaneous Ubuntu changes + - SAUCE: (noup) Update spl to 0.6.5.10-1, zfs to 0.6.5.10-1ubuntu2 + - snapcraft.yaml: Sync with xenial + - [Config] CONFIG_CAVIUM_ERRATUM_30115=y + + * Miscellaneous upstream changes + - Revert "UBUNTU: SAUCE: (efi-lockdown) efi: Add sysctls for secureboot and + MokSBState" + + -- Seth Forshee Fri, 14 Jul 2017 15:25:41 -0500 + +linux (4.12.0-6.7) artful; urgency=low + + * update ENA driver to 1.2.0k from net-next (LP: #1701575) + - net: ena: change return value for unsupported features unsupported return + value + - net: ena: add hardware hints capability to the driver + - net: ena: change sizeof() argument to be the type pointer + - net: ena: add reset reason for each device FLR + - net: ena: add support for out of order rx buffers refill + - net: ena: allow the driver to work with small number of msix vectors + - net: ena: use napi_schedule_irqoff when possible + - net: ena: separate skb allocation to dedicated function + - net: ena: use lower_32_bits()/upper_32_bits() to split dma address + - net: ena: update driver's rx drop statistics + - net: ena: update ena driver to version 1.2.0 + + * APST gets enabled against explicit kernel option (LP: #1699004) + - nvme: explicitly disable APST on quirked devices + + * Miscellaneous Ubuntu changes + - SAUCE: hio: Update to Huawei ES3000_V2 (2.1.0.40) + - SAUCE: hio updates for 4.12 + - SAUCE: Enable hio build + + -- Seth Forshee Wed, 05 Jul 2017 14:23:20 -0500 + +linux (4.12.0-5.6) artful; urgency=low + + * ERAT invalidate on context switch removal (LP: #1700819) + - powerpc: Only do ERAT invalidate on radix context switch on P9 DD1 + + * powerpc: Invalidate ERAT on powersave wakeup for POWER9 (LP: #1700521) + - SAUCE: powerpc: Invalidate ERAT on powersave wakeup for POWER9 + + * Miscellaneous Ubuntu changes + - d-i: Move qcom-emac from arm64 to shared nic-modules + + [ Upstream Kernel Changes ] + + * Rebase to v4.12 + + -- Seth Forshee Mon, 03 Jul 2017 07:52:02 -0500 + +linux (4.12.0-4.5) artful; urgency=low + + * aacraid driver may return uninitialized stack data to userspace + (LP: #1700077) + - SAUCE: scsi: aacraid: Don't copy uninitialized stack memory to userspace + + * KILLER1435-S[0489:e0a2] BT cannot search BT 4.0 device (LP: #1699651) + - Bluetooth: btusb: Add support for 0489:e0a2 QCA_ROME device + + * AACRAID for power9 platform (LP: #1689980) + - scsi: aacraid: Remove __GFP_DMA for raw srb memory + - scsi: aacraid: Fix DMAR issues with iommu=pt + - scsi: aacraid: Added 32 and 64 queue depth for arc natives + - scsi: aacraid: Set correct Queue Depth for HBA1000 RAW disks + - scsi: aacraid: Remove reset support from check_health + - scsi: aacraid: Change wait time for fib completion + - scsi: aacraid: Log count info of scsi cmds before reset + - scsi: aacraid: Print ctrl status before eh reset + - scsi: aacraid: Using single reset mask for IOP reset + - scsi: aacraid: Rework IOP reset + - scsi: aacraid: Add periodic checks to see IOP reset status + - scsi: aacraid: Rework SOFT reset code + - scsi: aacraid: Rework aac_src_restart + - scsi: aacraid: Use correct function to get ctrl health + - scsi: aacraid: Make sure ioctl returns on controller reset + - scsi: aacraid: Enable ctrl reset for both hba and arc + - scsi: aacraid: Add reset debugging statements + - scsi: aacraid: Remove reference to Series-9 + - scsi: aacraid: Update driver version to 50834 + + * hibmc driver does not include "pci:" prefix in bus ID (LP: #1698700) + - SAUCE: drm: hibmc: Use set_busid function from drm core + + * HiSilicon D05: installer doesn't appear on VGA (LP: #1698954) + - d-i: Add hibmc-drm to kernel-image udeb + + * Fix /proc/cpuinfo revision for POWER9 DD2 (LP: #1698844) + - SAUCE: powerpc: Fix /proc/cpuinfo revision for POWER9 DD2 + + * Miscellaneous Ubuntu changes + - [Config] CONFIG_SATA_MV=n and CONFIG_GENERIC_PHY=n for s390x + - [Config] CONFIG_ATA=n for s390x + - [Config] Update annotations for 4.12 + + [ Upstream Kernel Changes ] + + * Rebase to v4.12-rc7 + + -- Seth Forshee Mon, 26 Jun 2017 11:27:29 -0500 + +linux (4.12.0-3.4) artful; urgency=low + + * Miscellaneous upstream changes + - ufs: fix the logics for tail relocation + + [ Upstream Kernel Changes ] + + * Rebase to v4.12-rc6 + + -- Seth Forshee Mon, 19 Jun 2017 14:50:39 -0500 + +linux (4.12.0-2.3) artful; urgency=low + + * CVE-2014-9900 + - SAUCE: (no-up) net: Zeroing the structure ethtool_wolinfo in + ethtool_get_wol() + + * System doesn't boot properly on Gigabyte AM4 motherboards (AMD Ryzen) + (LP: #1671360) + - pinctrl/amd: Use regular interrupt instead of chained + + * extend-diff-ignore should use exact matches (LP: #1693504) + - [Packaging] exact extend-diff-ignore matches + + * Miscellaneous Ubuntu changes + - SAUCE: efi: Don't print secure boot state from the efi stub + - ubuntu: vbox -- Update to 5.1.22-dfsg-1 + - SAUCE: vbox fixes for 4.12 + - Re-enable virtualbox build + - [Config] CONFIG_ORANGEFS_FS=m + - SAUCE: (noup) Update spl to 0.6.5.9-1ubuntu2, zfs to 0.6.5.9-5ubuntu7 + - Enable zfs build + + [ Upstream Kernel Changes ] + + * Rebase to v4.12-rc4 + * Rebase to v4.12-rc5 + + -- Seth Forshee Sun, 11 Jun 2017 22:25:13 -0500 + +linux (4.12.0-1.2) artful; urgency=low + + * Enable Matrox driver for Ubuntu 16.04.3 (LP: #1693337) + - [Config] Enable CONFIG_DRM_MGAG200 as module + + * Support low-pin-count devices on Hisilicon SoCs (LP: #1677319) + - [Config] CONFIG_LIBIO=y on arm64 only + - SAUCE: LIBIO: Introduce a generic PIO mapping method + - SAUCE: OF: Add missing I/O range exception for indirect-IO devices + - [Config] CONFIG_HISILICON_LPC=y + - SAUCE: LPC: Support the device-tree LPC host on Hip06/Hip07 + - SAUCE: LIBIO: Support the dynamically logical PIO registration of ACPI host + I/O + - SAUCE: LPC: Add the ACPI LPC support + - SAUCE: PCI: Apply the new generic I/O management on PCI IO hosts + - SAUCE: PCI: Restore codepath for !CONFIG_LIBIO + + * POWER9: Additional patches for TTY and CPU_IDLE (LP: #1674325) + - SAUCE: tty: Fix ldisc crash on reopened tty + + * Miscellaneous Ubuntu changes + - [Debian] Add build-dep on libnuma-dev to enable 'perf bench numa' + - Rebase to v4.12-rc3 + + [ Upstream Kernel Changes ] + + * Rebase to v4.12-rc3 + + -- Seth Forshee Mon, 29 May 2017 20:56:29 -0500 + +linux (4.12.0-0.1) artful; urgency=low + + * please enable CONFIG_ARM64_LSE_ATOMICS (LP: #1691614) + - [Config] CONFIG_ARM64_LSE_ATOMICS=y + + * [Regression] NUMA_BALANCING disabled on arm64 (LP: #1690914) + - [Config] CONFIG_NUMA_BALANCING{,_DEFAULT_ENABLED}=y on arm64 + + * exec'ing a setuid binary from a threaded program sometimes fails to setuid + (LP: #1672819) + - SAUCE: exec: ensure file system accounting in check_unsafe_exec is correct + + * Miscellaneous Ubuntu changes + - Update find-missing-sauce.sh to compare to artful + - Update dropped.txt + - SAUCE: (efi-lockdown) efi: Add EFI_SECURE_BOOT bit + - SAUCE: (efi-lockdown) Add the ability to lock down access to the running + kernel image + - SAUCE: (efi-lockdown) efi: Lock down the kernel if booted in secure boot + mode + - SAUCE: (efi-lockdown) Enforce module signatures if the kernel is locked down + - SAUCE: (efi-lockdown) Restrict /dev/mem and /dev/kmem when the kernel is + locked down + - SAUCE: (efi-lockdown) Add a sysrq option to exit secure boot mode + - SAUCE: (efi-lockdown) kexec: Disable at runtime if the kernel is locked down + - SAUCE: (efi-lockdown) Copy secure_boot flag in boot params across kexec + reboot + - SAUCE: (efi-lockdown) kexec_file: Disable at runtime if securelevel has been + set + - SAUCE: (efi-lockdown) hibernate: Disable when the kernel is locked down + - SAUCE: (efi-lockdown) uswsusp: Disable when the kernel is locked down + - SAUCE: (efi-lockdown) PCI: Lock down BAR access when the kernel is locked + down + - SAUCE: (efi-lockdown) x86: Lock down IO port access when the kernel is + locked down + - SAUCE: (efi-lockdown) x86: Restrict MSR access when the kernel is locked + down + - SAUCE: (efi-lockdown) asus-wmi: Restrict debugfs interface when the kernel + is locked down + - SAUCE: (efi-lockdown) ACPI: Limit access to custom_method when the kernel is + locked down + - SAUCE: (efi-lockdown) acpi: Ignore acpi_rsdp kernel param when the kernel + has been locked down + - SAUCE: (efi-lockdown) acpi: Disable ACPI table override if the kernel is + locked down + - SAUCE: (efi-lockdown) acpi: Disable APEI error injection if the kernel is + locked down + - SAUCE: (efi-lockdown) Enable cold boot attack mitigation + - SAUCE: (efi-lockdown) bpf: Restrict kernel image access functions when the + kernel is locked down + - SAUCE: (efi-lockdown) scsi: Lock down the eata driver + - SAUCE: (efi-lockdown) Prohibit PCMCIA CIS storage when the kernel is locked + down + - SAUCE: (efi-lockdown) Lock down TIOCSSERIAL + - SAUCE: (efi-lockdown) KEYS: Allow unrestricted boot-time addition of keys to + secondary keyring + - SAUCE: (efi-lockdown) efi: Add EFI signature data types + - SAUCE: (efi-lockdown) efi: Add an EFI signature blob parser + - SAUCE: (efi-lockdown) MODSIGN: Import certificates from UEFI Secure Boot + - SAUCE: (efi-lockdown) MODSIGN: Allow the "db" UEFI variable to be suppressed + - SAUCE: (efi-lockdown) efi: Sanitize boot_params in efi stub + - SAUCE: (efi-lockdown) efi: Add secure_boot state and status bit for + MokSBState + - SAUCE: (efi-lockdown) efi: Add sysctls for secureboot and MokSBState + - [Config] Set values for UEFI secure boot lockdown options + - Disable virtualbox build + - Disable hio build + - SAUCE: securityfs: Replace CURRENT_TIME with current_time() + - Disable zfs build + - [Debian] Work out upstream tag for use with gen-auto-reconstruct + - SAUCE: Import aufs driver + - SAUCE: aufs -- Include linux/mm.h in fs/aufs/file.h + - [Config] Enable aufs + - SAUCE: perf callchain: Include errno.h on x86 unconditinally + + [ Upstream Kernel Changes ] + + * Rebase to v4.12-rc2 + + -- Seth Forshee Sun, 21 May 2017 23:44:44 -0500 + +linux (4.11.0-3.8) artful; urgency=low + + [ Seth Forshee ] + + * Release Tracking Bug + - LP: #1690999 + + * apparmor_parser hangs indefinitely when called by multiple threads + (LP: #1645037) + - SAUCE: apparmor: fix lock ordering for mkdir + + * apparmor leaking securityfs pin count (LP: #1660846) + - SAUCE: apparmor: fix leak on securityfs pin count + + * apparmor reference count leak when securityfs_setup_d_inode\ () fails + (LP: #1660845) + - SAUCE: apparmor: fix reference count leak when securityfs_setup_d_inode() + fails + + * apparmor not checking error if security_pin_fs() fails (LP: #1660842) + - SAUCE: apparmor: fix not handling error case when securityfs_pin_fs() fails + + * libvirt profile is blocking global setrlimit despite having no rlimit rule + (LP: #1679704) + - SAUCE: apparmor: fix complain mode failure for rlimit mediation + - apparmor: update auditing of rlimit check to provide capability information + + * apparmor: does not provide a way to detect policy updataes (LP: #1678032) + - SAUCE: apparmor: add policy revision file interface + + * apparmor does not make support of query data visible (LP: #1678023) + - SAUCE: apparmor: add label data availability to the feature set + + * apparmor query interface does not make supported query info available + (LP: #1678030) + - SAUCE: apparmor: add information about the query inteface to the feature set + + * change_profile incorrect when using namespaces with a compound stack + (LP: #1677959) + - SAUCE: apparmor: fix label parse for stacked labels + + * Regression in 4.4.0-65-generic causes very frequent system crashes + (LP: #1669611) + - apparmor: sync of apparmor 3.6+ (17.04) + + * Artful update to 4.11.1 stable release (LP: #1690814) + - dm ioctl: prevent stack leak in dm ioctl call + - drm/sti: fix GDP size to support up to UHD resolution + - power: supply: lp8788: prevent out of bounds array access + - brcmfmac: Ensure pointer correctly set if skb data location changes + - brcmfmac: Make skb header writable before use + - sparc64: fix fault handling in NGbzero.S and GENbzero.S + - refcount: change EXPORT_SYMBOL markings + - net: macb: fix phy interrupt parsing + - tcp: fix access to sk->sk_state in tcp_poll() + - geneve: fix incorrect setting of UDP checksum flag + - bpf: enhance verifier to understand stack pointer arithmetic + - bpf, arm64: fix jit branch offset related to ldimm64 + - tcp: fix wraparound issue in tcp_lp + - net: ipv6: Do not duplicate DAD on link up + - net: usb: qmi_wwan: add Telit ME910 support + - tcp: do not inherit fastopen_req from parent + - ipv4, ipv6: ensure raw socket message is big enough to hold an IP header + - rtnetlink: NUL-terminate IFLA_PHYS_PORT_NAME string + - ipv6: initialize route null entry in addrconf_init() + - ipv6: reorder ip6_route_dev_notifier after ipv6_dev_notf + - tcp: randomize timestamps on syncookies + - bnxt_en: allocate enough space for ->ntp_fltr_bmap + - bpf: don't let ldimm64 leak map addresses on unprivileged + - net: mdio-mux: bcm-iproc: call mdiobus_free() in error path + - f2fs: sanity check segment count + - xen/arm,arm64: fix xen_dma_ops after 815dd18 "Consolidate get_dma_ops..." + - xen: Revert commits da72ff5bfcb0 and 72a9b186292d + - block: get rid of blk_integrity_revalidate() + - Linux 4.11.1 + + * Module signing exclusion for staging drivers does not work properly + (LP: #1690908) + - SAUCE: Fix module signing exclusion in package builds + + * perf: qcom: Add L3 cache PMU driver (LP: #1689856) + - [Config] CONFIG_QCOM_L3_PMU=y + - perf: qcom: Add L3 cache PMU driver + + * No PMU support for ACPI-based arm64 systems (LP: #1689661) + - drivers/perf: arm_pmu: rework per-cpu allocation + - drivers/perf: arm_pmu: manage interrupts per-cpu + - drivers/perf: arm_pmu: split irq request from enable + - drivers/perf: arm_pmu: remove pointless PMU disabling + - drivers/perf: arm_pmu: define armpmu_init_fn + - drivers/perf: arm_pmu: fold init into alloc + - drivers/perf: arm_pmu: factor out pmu registration + - drivers/perf: arm_pmu: simplify cpu_pmu_request_irqs() + - drivers/perf: arm_pmu: handle no platform_device + - drivers/perf: arm_pmu: rename irq request/free functions + - drivers/perf: arm_pmu: split cpu-local irq request/free + - drivers/perf: arm_pmu: move irq request/free into probe + - drivers/perf: arm_pmu: split out platform device probe logic + - arm64: add function to get a cpu's MADT GICC table + - [Config] CONFIG_ARM_PMU_ACPI=y + - drivers/perf: arm_pmu: add ACPI framework + - arm64: pmuv3: handle !PMUv3 when probing + - arm64: pmuv3: use arm_pmu ACPI framework + + * Fix NVLINK2 TCE route (LP: #1690155) + - powerpc/powernv: Fix TCE kill on NVLink2 + + * CVE-2017-0605 + - tracing: Use strlcpy() instead of strcpy() in __trace_find_cmdline() + + * Miscellaneous Ubuntu changes + - [Config] Restore powerpc arch to annotations file + - [Config] Disable runtime testing modules + - [Config] Disable drivers not needed on s390x + - [Config] Update annotations for 4.11 + - [Config] updateconfigs after apparmor updates + + * Miscellaneous upstream changes + - apparmor: use SHASH_DESC_ON_STACK + - apparmor: fix invalid reference to index variable of iterator line 836 + - apparmor: fix parameters so that the permission test is bypassed at boot + - apparmor: Make path_max parameter readonly + - apparmorfs: Combine two function calls into one in aa_fs_seq_raw_abi_show() + - apparmorfs: Use seq_putc() in two functions + - apparmor: provide information about path buffer size at boot + - apparmor: add/use fns to print hash string hex value + + -- Seth Forshee Tue, 16 May 2017 00:39:13 -0500 + +linux (4.11.0-2.7) artful; urgency=low + + * kernel-wedge fails in artful due to leftover squashfs-modules d-i files + (LP: #1688259) + - Remove squashfs-modules files from d-i + - [Config] as squashfs-modules is builtin kernel-image must Provides: it + + * [Zesty] d-i: replace msm_emac with qcom_emac (LP: #1677297) + - Revert "UBUNTU: d-i: initrd needs msm_emac on amberwing platform." + - d-i: initrd needs qcom_emac on amberwing platform. + + * update for V3 kernel bits and improved multiple fan slice support + (LP: #1470091) + - SAUCE: fan: tunnel multiple mapping mode (v3) + + * Miscellaneous Ubuntu changes + - SAUCE: (noup) Update spl to 0.6.5.9-1ubuntu1, zfs to 0.6.5.9-5ubuntu5 + - Enable zfs + - SAUCE: fan: add VXLAN implementation + - SAUCE: (efi-lockdown) efi: Add EFI_SECURE_BOOT bit + - SAUCE: (efi-lockdown) Add the ability to lock down access to the running + kernel image + - SAUCE: (efi-lockdown) efi: Lock down the kernel if booted in secure boot + mode + - SAUCE: (efi-lockdown) Enforce module signatures if the kernel is locked down + - SAUCE: (efi-lockdown) Restrict /dev/mem and /dev/kmem when the kernel is + locked down + - SAUCE: (efi-lockdown) Add a sysrq option to exit secure boot mode + - SAUCE: (efi-lockdown) kexec: Disable at runtime if the kernel is locked down + - SAUCE: (efi-lockdown) Copy secure_boot flag in boot params across kexec + reboot + - SAUCE: (efi-lockdown) kexec_file: Disable at runtime if securelevel has been + set + - SAUCE: (efi-lockdown) hibernate: Disable when the kernel is locked down + - SAUCE: (efi-lockdown) uswsusp: Disable when the kernel is locked down + - SAUCE: (efi-lockdown) PCI: Lock down BAR access when the kernel is locked + down + - SAUCE: (efi-lockdown) x86: Lock down IO port access when the kernel is + locked down + - SAUCE: (efi-lockdown) x86: Restrict MSR access when the kernel is locked + down + - SAUCE: (efi-lockdown) asus-wmi: Restrict debugfs interface when the kernel + is locked down + - SAUCE: (efi-lockdown) ACPI: Limit access to custom_method when the kernel is + locked down + - SAUCE: (efi-lockdown) acpi: Ignore acpi_rsdp kernel param when the kernel + has been locked down + - SAUCE: (efi-lockdown) acpi: Disable ACPI table override if the kernel is + locked down + - SAUCE: (efi-lockdown) acpi: Disable APEI error injection if the kernel is + locked down + - SAUCE: (efi-lockdown) Enable cold boot attack mitigation + - SAUCE: (efi-lockdown) bpf: Restrict kernel image access functions when the + kernel is locked down + - SAUCE: (efi-lockdown) scsi: Lock down the eata driver + - SAUCE: (efi-lockdown) Prohibit PCMCIA CIS storage when the kernel is locked + down + - SAUCE: (efi-lockdown) Lock down TIOCSSERIAL + - SAUCE: (efi-lockdown) Add EFI signature data types + - SAUCE: (efi-lockdown) Add an EFI signature blob parser and key loader. + - SAUCE: (efi-lockdown) KEYS: Add a system blacklist keyring + - SAUCE: (efi-lockdown) MODSIGN: Import certificates from UEFI Secure Boot + - SAUCE: (efi-lockdown) MODSIGN: Support not importing certs from db + - SAUCE: (efi-lockdown) MODSIGN: Don't try secure boot if EFI runtime is + disabled + - SAUCE: (efi-lockdown) efi: Sanitize boot_params in efi stub + - SAUCE: (efi-lockdown) efi: Add secure_boot state and status bit for + MokSBState + - SAUCE: (efi-lockdown) efi: Add sysctls for secureboot and MokSBState + - [Config] Set values for UEFI secure boot lockdown options + - Update dropped.txt + + [ Upstream Kernel Changes ] + + * rebase to v4.11 + + -- Seth Forshee Fri, 05 May 2017 07:43:14 -0500 + +linux (4.11.0-1.6) artful; urgency=low + + * Miscellaneous Ubuntu changes + - [Debian] Use default compression for all packages + - SAUCE: (namespace) block_dev: Support checking inode permissions in + lookup_bdev() + - SAUCE: (namespace) block_dev: Check permissions towards block device inode + when mounting + - SAUCE: (namespace) mtd: Check permissions towards mtd block device inode + when mounting + - SAUCE: (namespace) fs: Allow superblock owner to change ownership of inodes + - SAUCE: (namespace) fs: Don't remove suid for CAP_FSETID for userns root + - SAUCE: (namespace) fs: Allow superblock owner to access do_remount_sb() + - SAUCE: (namespace) capabilities: Allow privileged user in s_user_ns to set + security.* xattrs + - SAUCE: (namespace) fs: Allow CAP_SYS_ADMIN in s_user_ns to freeze and thaw + filesystems + - SAUCE: (namespace) fuse: Add support for pid namespaces + - SAUCE: (namespace) fuse: Support fuse filesystems outside of init_user_ns + - SAUCE: (namespace) fuse: Restrict allow_other to the superblock's namespace + or a descendant + - SAUCE: (namespace) fuse: Allow user namespace mounts + - SAUCE: (namespace) ext4: Add support for unprivileged mounts from user + namespaces + - SAUCE: (namespace) evm: Don't update hmacs in user ns mounts + - SAUCE: (namespace) ext4: Add module parameter to enable user namespace + mounts + - SAUCE: (namespace) block_dev: Forbid unprivileged mounting when device is + opened for writing + + -- Seth Forshee Wed, 26 Apr 2017 10:08:29 -0500 + +linux (4.11.0-0.5) artful; urgency=low + + * [Hyper-V][SAUCE] pci-hyperv: Use only 16 bit integer for PCI domain + (LP: #1684971) + - SAUCE: pci-hyperv: Use only 16 bit integer for PCI domain + + * [Hyper-V] Ubuntu 14.04.2 LTS Generation 2 SCSI Errors on VSS Based Backups + (LP: #1470250) + - SAUCE: Tools: hv: vss: Thaw the filesystem and continue after freeze fails + + * Enable virtual scsi server driver for Power (LP: #1615665) + - SAUCE: Return TCMU-generated sense data to fabric module + + * include/linux/security.h header syntax error with !CONFIG_SECURITYFS + (LP: #1630990) + - SAUCE: (no-up) include/linux/security.h -- fix syntax error with + CONFIG_SECURITYFS=n + + * Miscellaneous Ubuntu changes + - SAUCE: Import aufs driver + - [Config] Enable aufs + - [Debian] Add script to update virtualbox + - ubuntu: vbox -- Update to 5.1.20-dfsg-2 + - Enable vbox + - SAUCE: aufs -- Include linux/mm.h in fs/aufs/file.h + + [ Upstream Kernel Changes ] + + * rebase to v4.11-rc8 + + -- Seth Forshee Tue, 25 Apr 2017 13:42:54 -0500 + +linux (4.11.0-0.4) zesty; urgency=low + + * POWER9: Improve performance on memory management (LP: #1681429) + - SAUCE: powerpc/mm/radix: Don't do page walk cache flush when doing full mm + flush + - SAUCE: powerpc/mm/radix: Remove unnecessary ptesync + + * Miscellaneous Ubuntu changes + - find-missing-sauce.sh + + [ Upstream Kernel Changes ] + + * rebase to v4.11-rc7 + + -- Seth Forshee Tue, 18 Apr 2017 08:19:43 -0500 + +linux (4.11.0-0.3) zesty; urgency=low + + * Disable CONFIG_HVC_UDBG on ppc64el (LP: #1680888) + - [Config] Disable CONFIG_HVC_UDBG on ppc64el + + * smartpqi driver needed in initram disk and installer (LP: #1680156) + - [Config] Add smartpqi to d-i + + * Disable CONFIG_SECURITY_SELINUX_DISABLE (LP: #1680315) + - [Config] CONFIG_SECURITY_SELINUX_DISABLE=n + + * Miscellaneous Ubuntu changes + - [Config] flash-kernel should be a Breaks + - [Config] drop the info directory + - [Config] drop NOTES as obsolete + - [Config] drop changelog.historical as obsolete + - rebase to v4.11-rc6 + + [ Upstream Kernel Changes ] + + * rebase to v4.11-rc6 + + -- Tim Gardner Tue, 11 Apr 2017 07:16:52 -0600 + +linux (4.11.0-0.2) zesty; urgency=low + + [ Upstream Kernel Changes ] + + * rebase to v4.11-rc5 + + -- Tim Gardner Mon, 03 Apr 2017 08:26:07 +0100 + +linux (4.11.0-0.1) zesty; urgency=low + + [ Upstream Kernel Changes ] + + * rebase to v4.11-rc4 + - LP: #1591053 + + -- Tim Gardner Mon, 20 Mar 2017 05:15:32 -0600 + +linux (4.11.0-0.0) zesty; urgency=low + + * dummy entry + + -- Tim Gardner Mon, 20 Mar 2017 05:15:32 -0600 --- linux-lowlatency-hwe-6.2-6.2.0.orig/debian.lowlatency/config/README.rst +++ linux-lowlatency-hwe-6.2-6.2.0/debian.lowlatency/config/README.rst @@ -0,0 +1,162 @@ +================== +Config Annotations +================== + +:Author: Andrea Righi + +Overview +======== + +Each Ubuntu kernel needs to maintain its own .config for each supported +architecture and each flavour. + +Every time a new patch is applied or a kernel is rebased on top of a new +one, we need to update the .config's accordingly (config options can be +added, removed and also renamed). + +So, we need to make sure that some critical config options are always +matching the desired value in order to have a functional kernel. + +State of the art +================ + +At the moment configs are maintained as a set of Kconfig chunks (inside +`debian./config/`): a global one, plus per-arch / per-flavour +chunks. + +In addition to that, we need to maintain also a file called +'annotations'; the purpose of this file is to make sure that some +critical config options are not silently removed or changed when the +real .config is re-generated (for example after a rebase or after +applying a new set of patches). + +The main problem with this approach is that, often, we have duplicate +information that is stored both in the Kconfig chunks *and* in the +annotations files and, at the same time, the whole .config's information +is distributed between Kconfig chunks and annotations, making it hard to +maintain, review and manage in general. + +Proposed solution +================= + +The proposed solution is to store all the config information into the +"annotations" format and get rid of the config chunks (basically the +real .config's can be produced "compiling" annotations). + +Implementation +============== + +To help the management of the annotations an helper script is provided +(`debian/scripts/misc/annotations`): + +``` +usage: annotations [-h] [--version] [--file FILE] [--arch ARCH] [--flavour FLAVOUR] [--config CONFIG] + (--query | --export | --import FILE | --update FILE | --check FILE) + +Manage Ubuntu kernel .config and annotations + +options: + -h, --help show this help message and exit + --version, -v show program's version number and exit + --file FILE, -f FILE Pass annotations or .config file to be parsed + --arch ARCH, -a ARCH Select architecture + --flavour FLAVOUR, -l FLAVOUR + Select flavour (default is "generic") + --config CONFIG, -c CONFIG + Select a specific config option + +Action: + --query, -q Query annotations + --export, -e Convert annotations to .config format + --import FILE, -i FILE + Import a full .config for a specific arch and flavour into annotations + --update FILE, -u FILE + Import a partial .config into annotations (only resync configs specified in FILE) + --check FILE, -k FILE + Validate kernel .config with annotations +``` + +This script allows to query config settings (per arch/flavour/config), +export them into the Kconfig format (generating the real .config files) +and check if the final .config matches the rules defined in the +annotations. + +Examples (annotations is defined as an alias to `debian/scripts/annotations`): + + - Show settings for `CONFIG_DEBUG_INFO_BTF` for master kernel across all the + supported architectures and flavours: + +``` +$ annotations --query --config CONFIG_DEBUG_INFO_BTF +{ + "policy": { + "amd64": "y", + "arm64": "y", + "armhf": "n", + "ppc64el": "y", + "riscv64": "y", + "s390x": "y" + }, + "note": "'Needs newer pahole for armhf'" +} +``` + + - Dump kernel .config for arm64 and flavour generic-64k: + +``` +$ annotations --arch arm64 --flavour generic-64k --export +CONFIG_DEBUG_FS=y +CONFIG_DEBUG_KERNEL=y +CONFIG_COMPAT=y +... +``` + + - Update annotations file with a new kernel .config for amd64 flavour + generic: + +``` +$ annotations --arch amd64 --flavour generic --import build/.config +``` + +Moreover, three additional kernelconfig commands are provided +(via debian/rules targets): + - `listnewconfigs`: allow to generate a list of new config options (e.g., + after a rebase) and store them in CONFIGS/new-- for + review + - `importconfigs`: after new .config's are generated and reviewed (in + CONFIGS/-) we can use this command to automatically + import all of them into the local annotations + - `migrateconfigs`: automatically merge all the previous configs into + annotations (local changes still need to be committed) + +Pros and Cons +============= + + Pros: + - avoid duplicate information in .config's and annotations + - allow to easily define groups of config settings (for a specific + environment or feature, such as annotations.clouds, annotations.ubuntu, + annotations.snapd, etc.) + - config options are more accessible, easy to change and review + - we can easily document how config options are managed (and external + contributors won't be discouraged anymore when they need to to change a + config option) + + Cons: + - potential regressions: the new tool/scripts can have potential bugs, + so we could experience regressions due to some missed config changes + - kernel team need to understand the new process (even if everything + is transparent, kernel cranking process is the same, there might be + corner cases that need to be addressed and resolved manually) + +TODO +==== + + - Migrate all flavour and arch definitions into annotations (rather + than having this information defined in multiple places inside + debian/scripts); right now this information is "partially" migrated, + meaning that we need to define arches and flavours in the headers + section of annotations (so that the annotations tool can figure out + the list of supported arches and flavours), but arches and flavours + are still defined elsewhere, ideally we would like to have arches and + flavours defined only in one place: annotations. --- linux-lowlatency-hwe-6.2-6.2.0.orig/debian.lowlatency/config/annotations +++ linux-lowlatency-hwe-6.2-6.2.0/debian.lowlatency/config/annotations @@ -0,0 +1,27 @@ +# Menu: HEADER +# FORMAT: 4 +# ARCH: amd64 arm64 +# FLAVOUR: amd64-lowlatency arm64-lowlatency arm64-lowlatency-64k +# FLAVOUR_DEP: {'amd64-lowlatency': 'amd64-generic', 'arm64-lowlatency': 'arm64-generic', 'arm64-lowlatency-64k': 'arm64-generic-64k'} + +include "../../debian.master/config/annotations" + +CONFIG_HZ_1000 policy<{'amd64': 'y', 'arm64': 'y'}> +CONFIG_HZ_1000 note<'HZ for lowlatency must be set to 1000 to provide better system responsiveness'> + +CONFIG_HZ_250 policy<{'amd64': 'n', 'arm64': 'n'}> +CONFIG_HZ_250 note<'Override default HZ used in generic'> + +CONFIG_LATENCYTOP policy<{'amd64': 'y', 'arm64': 'y'}> +CONFIG_LATENCYTOP note<'https://lists.ubuntu.com/archives/kernel-team/2014-July/045006.html, LP#1655986'> + +CONFIG_PREEMPT policy<{'amd64': 'y', 'arm64': 'y'}> +CONFIG_PREEMPT note<'Enable fully preemptible kernel'> + +CONFIG_PREEMPT_VOLUNTARY policy<{'amd64': 'n', 'arm64': 'n'}> +CONFIG_PREEMPT_VOLUNTARY note<'Disable voluntary preemption model'> + + +# ---- Annotations without notes ---- + +CONFIG_HZ policy<{'amd64': '1000', 'arm64': '1000'}> --- linux-lowlatency-hwe-6.2-6.2.0.orig/debian.lowlatency/control.d/flavour-control.stub +++ linux-lowlatency-hwe-6.2-6.2.0/debian.lowlatency/control.d/flavour-control.stub @@ -0,0 +1,153 @@ +# Items that get replaced: +# FLAVOUR +# DESC +# ARCH +# SUPPORTED +# TARGET +# BOOTLOADER +# =PROVIDES= +# +# Items marked with =FOO= are optional +# +# This file describes the template for packages that are created for each flavour +# in debian/control.d/vars.* +# +# This file gets edited in a couple of places. See the debian/control.stub rule in +# debian/rules. PGGVER, ABINUM, and SRCPKGNAME are all converted in the +# process of creating debian/control. +# +# The flavour specific strings (ARCH, DESC, etc) are converted using values from the various +# flavour files in debian/control.d/vars.* +# +# XXX: Leave the blank line before the first package!! + +Package: linux-image=SIGN-ME-PKG=-PKGVER-ABINUM-FLAVOUR +Build-Profiles: +Architecture: ARCH +Section: kernel +Priority: optional +Provides: linux-image, fuse-module, =PROVIDES=${linux:rprovides} +Depends: ${misc:Depends}, ${shlibs:Depends}, kmod, linux-base (>= 4.5ubuntu1~16.04.1), linux-modules-PKGVER-ABINUM-FLAVOUR +Recommends: BOOTLOADER, initramfs-tools | linux-initramfs-tool +Breaks: flash-kernel (<< 3.90ubuntu2) [arm64 armhf], s390-tools (<< 2.3.0-0ubuntu3) [s390x] +Conflicts: linux-image=SIGN-PEER-PKG=-PKGVER-ABINUM-FLAVOUR +Suggests: fdutils, linux-doc | SRCPKGNAME-source-PKGVER, SRCPKGNAME-tools, linux-headers-PKGVER-ABINUM-FLAVOUR, linux-modules-extra-PKGVER-ABINUM-FLAVOUR +Description: Linux kernel image for version PKGVER on DESC + This package contains the=SIGN-ME-TXT= Linux kernel image for version PKGVER on + DESC. + . + Supports SUPPORTED processors. + . + TARGET + . + You likely do not want to install this package directly. Instead, install + the linux-FLAVOUR meta-package, which will ensure that upgrades work + correctly, and that supporting packages are also installed. + +Package: linux-modules-PKGVER-ABINUM-FLAVOUR +Build-Profiles: +Architecture: ARCH +Section: kernel +Priority: optional +Depends: ${misc:Depends}, ${shlibs:Depends}, linux-image-PKGVER-ABINUM-FLAVOUR | linux-image-unsigned-PKGVER-ABINUM-FLAVOUR +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: SRCPKGNAME-lib-rust-PKGVER-ABINUM-FLAVOUR +Build-Profiles: +Architecture: amd64 +Multi-Arch: foreign +Section: devel +Priority: optional +Depends: ${misc:Depends}, coreutils +Description: Rust library files related to Linux kernel version PKGVER + This package provides kernel library files for version PKGVER, that allow to + compile out-of-tree kernel modules written in Rust. + +Package: linux-image=SIGN-ME-PKG=-PKGVER-ABINUM-FLAVOUR-dbgsym +Build-Profiles: +Architecture: ARCH +Section: devel +Priority: optional +Depends: ${misc:Depends} +Provides: linux-debug +Description: Linux kernel debug image for version PKGVER on DESC + This package provides the=SIGN-ME-TXT= kernel debug image for version PKGVER on + DESC. + . + This is for sites that wish to debug the kernel. + . + The kernel image contained in this package is NOT meant to boot from. It + is uncompressed, and unstripped. This package also includes the + unstripped modules. + +Package: linux-tools-PKGVER-ABINUM-FLAVOUR +Build-Profiles: +Architecture: ARCH +Section: devel +Priority: optional +Depends: ${misc:Depends}, SRCPKGNAME-tools-PKGVER-ABINUM +Description: Linux kernel version specific tools for version PKGVER-ABINUM + This package provides the architecture dependant parts for kernel + version locked tools (such as perf and x86_energy_perf_policy) for + version PKGVER-ABINUM on + =HUMAN=. + +Package: linux-cloud-tools-PKGVER-ABINUM-FLAVOUR +Build-Profiles: +Architecture: ARCH +Section: devel +Priority: optional +Depends: ${misc:Depends}, SRCPKGNAME-cloud-tools-PKGVER-ABINUM +Description: Linux kernel version specific cloud tools for version PKGVER-ABINUM + This package provides the architecture dependant parts for kernel + version locked tools for cloud for version PKGVER-ABINUM on + =HUMAN=. + --- linux-lowlatency-hwe-6.2-6.2.0.orig/debian.lowlatency/control.d/generic.inclusion-list +++ linux-lowlatency-hwe-6.2-6.2.0/debian.lowlatency/control.d/generic.inclusion-list @@ -0,0 +1,298 @@ +arch/*/{crypto,kernel,oprofile} +arch/*/kvm/kvm.ko +arch/powerpc/kvm/kvm-hv.ko +arch/powerpc/kvm/kvm-pr.ko +arch/powerpc/kvm/vfio.ko +arch/powerpc/platforms/powernv/opal-prd.ko +arch/s390/* +arch/x86/kvm/kvm-amd.ko +arch/x86/kvm/kvm-intel.ko +crypto/* +drivers/acpi/* +drivers/ata/acard-ahci.ko +drivers/ata/ahci.ko +drivers/ata/ahci_platform.ko +drivers/ata/ahci_tegra.ko +drivers/ata/ata_generic.ko +drivers/ata/libahci.ko +drivers/ata/libahci_platform.ko +drivers/block/brd.ko +drivers/block/cryptoloop.ko +drivers/block/floppy.ko +drivers/block/loop.ko +drivers/block/nbd.ko +drivers/block/rbd.ko +drivers/block/virtio_blk.ko +drivers/block/xen-blkfront.ko +drivers/bus/tegra-aconnect.ko +drivers/char/hangcheck-timer.ko +drivers/char/hw_random/powernv-rng.ko +drivers/char/hw_random/virtio-rng.ko +drivers/char/ipmi/* +drivers/char/ipmi/ipmi_msghandler.ko +drivers/char/lp.ko +drivers/char/nvram.ko +drivers/char/ppdev.ko +drivers/char/raw.ko +drivers/char/virtio_console.ko +drivers/clk/clk-max77686.ko +drivers/cpufreq/tegra186-cpufreq.ko +drivers/cpufreq/tegra194-cpufreq.ko +drivers/crypto/nx/* +drivers/crypto/vmx/vmx-crypto.ko +drivers/dma/tegra210-adma.ko +drivers/firmware/efi/* +drivers/firmware/iscsi_ibft.ko +drivers/gpio/gpio-max77620.ko +drivers/gpu/drm/ast/ast.ko +drivers/gpu/drm/drm.ko +drivers/gpu/drm/drm_kms_helper.ko +drivers/gpu/drm/tegra/tegra-drm.ko +drivers/gpu/drm/ttm/ttm.ko +drivers/gpu/drm/vboxvideo/vboxvideo.ko +drivers/gpu/host1x/host1x.ko +drivers/hid/hid-generic.ko +drivers/hid/hid-hyperv.ko +drivers/hid/hid.ko +drivers/hid/usbhid/usbhid.ko +drivers/hv/* +drivers/hwmon/ibmpowernv.ko +drivers/hwmon/pwm-fan.ko +drivers/i2c/busses/i2c-tegra-bpmp.ko +drivers/i2c/busses/i2c-tegra-bpmp.ko +drivers/i2c/busses/i2c-tegra.ko +drivers/infiniband/core/ib_addr.ko +drivers/infiniband/core/ib_cm.ko +drivers/infiniband/core/ib_core.ko +drivers/infiniband/core/ib_mad.ko +drivers/infiniband/core/ib_sa.ko +drivers/infiniband/core/iw_cm.ko +drivers/infiniband/core/rdma_cm.ko +drivers/infiniband/ulp/iser/ib_iser.ko +drivers/infiniband/ulp/isert/ib_isert.ko +drivers/input/evbug.ko +drivers/input/gameport/gameport.ko +drivers/input/input-leds.ko +drivers/input/joydev.ko +drivers/input/keyboard/gpio_keys.ko +drivers/input/misc/xen-kbdfront.ko +drivers/input/mouse/psmouse.ko +drivers/input/serio/hyperv-keyboard.ko +drivers/input/serio/serio_raw.ko +drivers/input/serio/serport.ko +drivers/input/touchscreen/usbtouchscreen.ko +drivers/leds/leds-powernv.ko +drivers/md/* +drivers/memory/tegra/tegra210-emc.ko +drivers/message/fusion* +drivers/misc/cxl/* +drivers/misc/eeprom/at24.ko +drivers/misc/vmw_balloon.ko +drivers/misc/vmw_vmci/vmw_vmci.ko +drivers/mmc/host/sdhci-tegra.ko +drivers/mtd/cmdlinepart.ko +drivers/mtd/devices/powernv_flash.ko +drivers/mtd/ofpart.ko +drivers/net/appletalk/ipddp.ko +drivers/net/bonding/bonding.ko +drivers/net/caif/caif_virtio.ko +drivers/net/dummy.ko +drivers/net/eql.ko +drivers/net/ethernet/8390/8390.ko +drivers/net/ethernet/8390/ne2k-pci.ko +drivers/net/ethernet/amazon/ena/ena.ko +drivers/net/ethernet/amd/pcnet32.ko +drivers/net/ethernet/broadcom/bnx2x/* +drivers/net/ethernet/broadcom/tg3.ko +drivers/net/ethernet/dec/tulip/* +drivers/net/ethernet/emulex/benet/* +drivers/net/ethernet/ibm/* +drivers/net/ethernet/intel/e1000/e1000.ko +drivers/net/ethernet/intel/e1000e/e1000e.ko +drivers/net/ethernet/intel/i40e/* +drivers/net/ethernet/intel/iavf/iavf.ko +drivers/net/ethernet/intel/igb/* +drivers/net/ethernet/intel/igbvf/igbvf.ko +drivers/net/ethernet/intel/ixgbe/* +drivers/net/ethernet/intel/ixgbevf/ixgbevf.ko +drivers/net/ethernet/mellanox/* +drivers/net/ethernet/netronome/nfp/nfp.ko +drivers/net/ethernet/realtek/8139cp.ko +drivers/net/ethernet/realtek/8139too.ko +drivers/net/ethernet/stmicro/stmmac/dwmac-dwc-qos-eth.ko +drivers/net/ethernet/stmicro/stmmac/stmmac-platform.ko +drivers/net/ethernet/stmicro/stmmac/stmmac.ko +drivers/net/fddi/* +drivers/net/geneve.ko +drivers/net/hyperv/hv_netvsc.ko +drivers/net/ifb.ko +drivers/net/ipvlan/* +drivers/net/macvlan.ko +drivers/net/macvtap.ko +drivers/net/mii.ko +drivers/net/netconsole.ko +drivers/net/pcs/pcs-xpcs.ko +drivers/net/phy/marvell.ko +drivers/net/phy/phylink.ko +drivers/net/ppp/* +drivers/net/ppp/bsd_comp.ko +drivers/net/slip/* +drivers/net/veth.ko +drivers/net/virtio_net.ko +drivers/net/vmxnet3/vmxnet3.ko +drivers/net/vxlan.ko +drivers/net/wireguard/wireguard.ko +drivers/net/xen-netback/* +drivers/net/xen-netfront.ko +drivers/nvme/host/nvme.ko +drivers/nvmem/nvmem_core.ko +drivers/parport/parport.ko +drivers/parport/parport_pc.ko +drivers/pci/controller/dwc/pcie-tegra194.ko +drivers/pci/host/vmd.ko +drivers/phy/tegra/phy-tegra194-p2u.ko +drivers/pinctrl/pinctrl-max77620.ko +drivers/platform/x86/pvpanic.ko +drivers/pps/pps_core.ko +drivers/ptp/ptp.ko +drivers/pwm/pwm-tegra.ko +drivers/regulator/fixed.ko +drivers/regulator/max77620-regulator.ko +drivers/rtc/rtc-max77686.ko +drivers/rtc/rtc-tegra.ko +drivers/s390/* +drivers/s390/block/xpram.ko +drivers/scsi/BusLogic.ko +drivers/scsi/aacraid/* +drivers/scsi/cxlflash/* +drivers/scsi/device_handler/scsi_dh_alua.ko +drivers/scsi/device_handler/scsi_dh_emc.ko +drivers/scsi/device_handler/scsi_dh_hp_sw.ko +drivers/scsi/device_handler/scsi_dh_rdac.ko +drivers/scsi/hv_storvsc.ko +drivers/scsi/ibmvscsi/* +drivers/scsi/ipr.ko +drivers/scsi/iscsi_boot_sysfs.ko +drivers/scsi/iscsi_tcp.ko +drivers/scsi/libiscsi.ko +drivers/scsi/libiscsi_tcp.ko +drivers/scsi/libsas/* +drivers/scsi/lpfc/* +drivers/scsi/megaraid/* +drivers/scsi/mpt3sas/* +drivers/scsi/osd/libosd.ko +drivers/scsi/osd/osd.ko +drivers/scsi/qla1280.ko +drivers/scsi/qla2xxx/* +drivers/scsi/raid_class.ko +drivers/scsi/scsi_transport_fc.ko +drivers/scsi/scsi_transport_iscsi.ko +drivers/scsi/scsi_transport_sas.ko +drivers/scsi/scsi_transport_spi.ko +drivers/scsi/sd_mod.ko +drivers/scsi/sr_mod.ko +drivers/scsi/virtio_scsi.ko +drivers/scsi/vmw_pvscsi.ko +drivers/spi/spi-tegra114.ko +drivers/staging/media/tegra-video/tegra-video.ko +drivers/target/loopback/tcm_loop.ko +drivers/target/target_core*.ko +drivers/thermal/tegra/tegra-bpmp-thermal.ko +drivers/tty/serial/jsm/* +drivers/tty/serial/serial-tegra.ko +drivers/uio/uio.ko +drivers/uio/uio_pdrv_genirq.ko +drivers/usb/gadget/udc/tegra-xudc.ko +drivers/usb/host/* +drivers/usb/storage/uas.ko +drivers/usb/storage/usb-storage.ko +drivers/vfio/* +drivers/vhost/* +drivers/video/fbdev/* +drivers/video/vgastate.ko +drivers/virt/vboxguest/vboxguest.ko +drivers/virtio/* +drivers/watchdog/softdog.ko +drivers/xen/* +fs/9p/* +fs/aufs/aufs.ko +fs/autofs/autofs4.ko +fs/binfmt_misc.ko +fs/btrfs/* +fs/cachefiles/cachefiles.ko +fs/ceph/* +fs/smb/client/* +fs/configfs/* +fs/dlm/dlm.ko +fs/ecryptfs/* +fs/efivarfs/* +fs/exofs/libore.ko +fs/ext4/* +fs/fat/* +fs/fscache/* +fs/fuse/* +fs/isofs/* +fs/lockd/* +fs/nfs/* +fs/nfs_common/* +fs/nfsd/* +fs/nls/nls_cp437.ko +fs/nls/nls_iso8859-1.ko +fs/overlayfs/* +fs/shiftfs.ko +fs/squashfs/* +fs/udf/* +fs/ufs/* +fs/vboxsf/vboxsf.ko +fs/xfs/* +lib/* +net/6lowpan/* +net/802/* +net/8021q/* +net/9p/* +net/appletalk/* +net/atm/* +net/ax25/* +net/bpfilter/* +net/bridge/* +net/can/* +net/ceph/libceph.ko +net/core/* +net/dccp/* +net/decnet/* +net/ieee802154/* +net/ipv4/* +net/ipv6/* +net/ipx/* +net/key/* +net/lapb/* +net/llc/* +net/netfilter/* +net/netlink/netlink_diag.ko +net/netrom/* +net/openvswitch/* +net/packet/af_packet_diag.ko +net/phonet/* +net/rose/* +net/rxrpc/* +net/sched/* +net/sctp/* +net/sunrpc/auth_gss/auth_rpcgss.ko +net/sunrpc/auth_gss/rpcsec_gss_krb5.ko +net/sunrpc/sunrpc.ko +net/tipc/* +net/unix/unix_diag.ko +net/vmw_vsock/* +net/x25/* +net/xfrm/* +! find sound/core -name oss -prune -o -name *.ko -print +sound/drivers/pcsp/snd-pcsp.ko +sound/pci/hda/snd-hda-tegra.ko +sound/pci/snd-ens1370.ko +sound/soc/tegra/snd-soc-tegra186-dspk.ko +sound/soc/tegra/snd-soc-tegra210-admaif.ko +sound/soc/tegra/snd-soc-tegra210-ahub.ko +sound/soc/tegra/snd-soc-tegra210-dmic.ko +sound/soc/tegra/snd-soc-tegra210-i2s.ko +sound/soundcore.ko +ubuntu/ubuntu-host/ubuntu-host.ko --- linux-lowlatency-hwe-6.2-6.2.0.orig/debian.lowlatency/control.d/linux-doc.stub +++ linux-lowlatency-hwe-6.2-6.2.0/debian.lowlatency/control.d/linux-doc.stub @@ -0,0 +1,12 @@ +Package: linux-doc +Build-Profiles: +Architecture: all +Section: doc +Priority: optional +Depends: ${misc:Depends} +Description: Linux kernel specific documentation for version PKGVER + This package provides the various documents in the PKGVER kernel + Documentation/ subdirectory. These document kernel subsystems, APIs, device + drivers, and so on. See + /usr/share/doc/SRCPKGNAME-doc/00-INDEX for a list of what is + contained in each file. --- linux-lowlatency-hwe-6.2-6.2.0.orig/debian.lowlatency/control.d/linux-libc-dev.stub +++ linux-lowlatency-hwe-6.2-6.2.0/debian.lowlatency/control.d/linux-libc-dev.stub @@ -0,0 +1,12 @@ +Package: linux-libc-dev +Architecture: amd64 armhf arm64 i386 ppc64el riscv64 s390x +Depends: ${misc:Depends} +Conflicts: linux-kernel-headers +Replaces: linux-kernel-headers +Provides: linux-kernel-headers, aufs-dev +Multi-Arch: same +Description: Linux Kernel Headers for development + This package provides headers from the Linux kernel. These headers + are used by the installed headers for GNU glibc and other system + libraries. They are NOT meant to be used to build third-party modules for + your kernel. Use SRCPKGNAME-headers-* packages for that. --- linux-lowlatency-hwe-6.2-6.2.0.orig/debian.lowlatency/control.d/vars.lowlatency +++ linux-lowlatency-hwe-6.2-6.2.0/debian.lowlatency/control.d/vars.lowlatency @@ -0,0 +1,6 @@ +arch="amd64 arm64" +supported="Lowlatency" +target="Geared toward desktop and server systems." +desc="=HUMAN= SMP" +bootloader="grub-pc [amd64] | grub-efi-amd64 [amd64] | grub-efi-ia32 [amd64] | grub [amd64] | lilo [amd64] | flash-kernel [armhf arm64] | grub-efi-arm64 [arm64] | grub-efi-arm [armhf]" +provides="kvm-api-4, redhat-cluster-modules, ivtv-modules, virtualbox-guest-modules [amd64]" --- linux-lowlatency-hwe-6.2-6.2.0.orig/debian.lowlatency/control.d/vars.lowlatency-64k +++ linux-lowlatency-hwe-6.2-6.2.0/debian.lowlatency/control.d/vars.lowlatency-64k @@ -0,0 +1,6 @@ +arch="arm64" +supported="Lowlatency 64K pages" +target="Geared toward desktop and server systems." +desc="=HUMAN= SMP" +bootloader="grub-efi-arm64 [arm64] | flash-kernel [arm64]" +provides="kvm-api-4, redhat-cluster-modules, ivtv-modules" --- linux-lowlatency-hwe-6.2-6.2.0.orig/debian.lowlatency/control.stub.in +++ linux-lowlatency-hwe-6.2-6.2.0/debian.lowlatency/control.stub.in @@ -0,0 +1,138 @@ +Source: SRCPKGNAME +Section: devel +Priority: optional +Maintainer: Ubuntu Kernel Team +Standards-Version: 3.9.4.0 +Build-Depends: + debhelper-compat (= 10), + cpio, + kmod , + makedumpfile [amd64] , + libcap-dev , + libelf-dev , + libnewt-dev , + libiberty-dev , + default-jdk-headless , + java-common , + rsync , + libdw-dev , + libpci-dev , + pkg-config , + python3 , + 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 [amd64 s390x] , + pahole [amd64 arm64 armhf ppc64el s390x riscv64] | dwarves (>= 1.21) [amd64 arm64 armhf ppc64el s390x riscv64] , + rustc-1.62 [amd64], + rust-1.62-src [amd64], + rustfmt-1.62 [amd64], + bindgen-0.56 [amd64], + clang [amd64], + llvm [amd64], +Build-Depends-Indep: + xmlto , + docbook-utils , + ghostscript , + fig2dev , + bzip2 , + sharutils , + asciidoc , + python3-sphinx , + python3-sphinx-rtd-theme , + fontconfig , + python3-docutils , + imagemagick , + graphviz , + dvipng , + fonts-noto-cjk , + latexmk , + librsvg2-bin , +Vcs-Git: git://git.launchpad.net/~ubuntu-kernel/ubuntu/+source/linux/+git/=SERIES= +XS-Testsuite: autopkgtest +#XS-Testsuite-Depends: gcc-4.7 binutils + +Package: SRCPKGNAME-headers-PKGVER-ABINUM +Build-Profiles: +Architecture: all +Multi-Arch: foreign +Section: devel +Priority: optional +Depends: ${misc:Depends}, coreutils +Description: Header files related to Linux kernel version PKGVER + This package provides kernel header files for version PKGVER, for sites + that want the latest kernel headers. Please read + /usr/share/doc/SRCPKGNAME-headers-PKGVER-ABINUM/debian.README.gz for details + +Package: SRCPKGNAME-tools-common +Build-Profiles: +Architecture: all +Multi-Arch: foreign +Section: kernel +Priority: optional +Depends: ${misc:Depends}, lsb-release +Description: Linux kernel version specific tools for version PKGVER + This package provides the architecture independent parts for kernel + version locked tools (such as perf and x86_energy_perf_policy) for + version PKGVER. + +Package: SRCPKGNAME-tools-PKGVER-ABINUM +Build-Profiles: +Architecture: amd64 arm64 +Section: devel +Priority: optional +Depends: ${misc:Depends}, ${shlibs:Depends}, linux-tools-common +Description: Linux kernel version specific tools for version PKGVER-ABINUM + This package provides the architecture dependant parts for kernel + version locked tools (such as perf and x86_energy_perf_policy) for + version PKGVER-ABINUM on + =HUMAN=. + You probably want to install linux-tools-PKGVER-ABINUM-. + +Package: SRCPKGNAME-cloud-tools-common +Build-Profiles: +Architecture: all +Multi-Arch: foreign +Section: kernel +Priority: optional +Depends: ${misc:Depends} +Description: Linux kernel version specific cloud tools for version PKGVER + This package provides the architecture independent parts for kernel + version locked tools for cloud tools for version PKGVER. + +Package: SRCPKGNAME-cloud-tools-PKGVER-ABINUM +Build-Profiles: +Architecture: amd64 arm64 +Section: devel +Priority: optional +Depends: ${misc:Depends}, ${shlibs:Depends}, linux-cloud-tools-common +Description: Linux kernel version specific cloud tools for version PKGVER-ABINUM + This package provides the architecture dependant parts for kernel + version locked tools for cloud tools for version PKGVER-ABINUM on + =HUMAN=. + You probably want to install linux-cloud-tools-PKGVER-ABINUM-. + +Package: SRCPKGNAME-tools-host +Build-Profiles: +Architecture: all +Multi-Arch: foreign +Section: kernel +Priority: optional +Depends: ${misc:Depends}, python3 +Description: Linux kernel VM host tools + This package provides kernel tools useful for VM hosts. + --- linux-lowlatency-hwe-6.2-6.2.0.orig/debian.lowlatency/copyright +++ linux-lowlatency-hwe-6.2-6.2.0/debian.lowlatency/copyright @@ -0,0 +1,29 @@ +This is the Ubuntu prepackaged version of the Linux kernel. +Linux was written by Linus Torvalds +and others. + +This package was put together by the Ubuntu Kernel Team, from +sources retrieved from upstream linux git. +The sources may be found at most Linux ftp sites, including +ftp://ftp.kernel.org/pub/linux/kernel/ + +This package is currently maintained by the +Ubuntu Kernel Team + +Linux is copyrighted by Linus Torvalds and others. + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; version 2 dated June, 1991. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +On Ubuntu Linux systems, the complete text of the GNU General +Public License v2 can be found in `/usr/share/common-licenses/GPL-2'. --- linux-lowlatency-hwe-6.2-6.2.0.orig/debian.lowlatency/etc/getabis +++ linux-lowlatency-hwe-6.2-6.2.0/debian.lowlatency/etc/getabis @@ -0,0 +1,13 @@ +repo_list=( + "http://archive.ubuntu.com/ubuntu/pool/main/l/linux-lowlatency" + "http://ports.ubuntu.com/ubuntu-ports/pool/main/l/linux-lowlatency" + "http://archive.ubuntu.com/ubuntu/pool/universe/l/linux-lowlatency" + "http://ports.ubuntu.com/ubuntu-ports/pool/universe/l/linux-lowlatency" + "http://ppa.launchpad.net/canonical-kernel-team/ppa/ubuntu/pool/main/l/linux-lowlatency" + "http://ppa.launchpad.net/canonical-kernel-team/ppa2/ubuntu/pool/main/l/linux-lowlatency" +) + +package_prefixes linux-buildinfo + +getall amd64 lowlatency +getall arm64 lowlatency lowlatency-64k --- linux-lowlatency-hwe-6.2-6.2.0.orig/debian.lowlatency/etc/kernelconfig +++ linux-lowlatency-hwe-6.2-6.2.0/debian.lowlatency/etc/kernelconfig @@ -0,0 +1,2 @@ +archs="amd64 armhf arm64 ppc64el s390x" +family='ubuntu' --- linux-lowlatency-hwe-6.2-6.2.0.orig/debian.lowlatency/etc/local.conf +++ linux-lowlatency-hwe-6.2-6.2.0/debian.lowlatency/etc/local.conf @@ -0,0 +1 @@ +FOREIGN_ARCHES="armhf ppc64el s390x" --- linux-lowlatency-hwe-6.2-6.2.0.orig/debian.lowlatency/etc/update.conf +++ linux-lowlatency-hwe-6.2-6.2.0/debian.lowlatency/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/lunar +SOURCE_RELEASE_BRANCH=master-next +DEBIAN_MASTER=debian.master --- linux-lowlatency-hwe-6.2-6.2.0.orig/debian.lowlatency/modprobe.d/common.conf +++ linux-lowlatency-hwe-6.2-6.2.0/debian.lowlatency/modprobe.d/common.conf @@ -0,0 +1,3 @@ +# LP:1434842 -- disable OSS drivers by default to allow pulseaudio to emulate +blacklist snd-mixer-oss +blacklist snd-pcm-oss --- linux-lowlatency-hwe-6.2-6.2.0.orig/debian.lowlatency/reconstruct +++ linux-lowlatency-hwe-6.2-6.2.0/debian.lowlatency/reconstruct @@ -0,0 +1,223 @@ +# Recreate any symlinks created since the orig. +# Remove any files deleted from the orig. +rm -f 'arch/alpha/include/asm/bugs.h' +rm -f 'arch/ia64/include/asm/bugs.h' +rm -f 'arch/m68k/include/asm/bugs.h' +rm -f 'arch/parisc/include/asm/bugs.h' +rm -f 'arch/powerpc/include/asm/bugs.h' +rm -f 'arch/sh/include/asm/bugs.h' +rm -f 'arch/sparc/include/asm/bugs.h' +rm -f 'arch/um/include/asm/bugs.h' +rm -f 'arch/xtensa/include/asm/bugs.h' +rm -f 'fs/cifs/Kconfig' +rm -f 'fs/cifs/Makefile' +rm -f 'fs/cifs/asn1.c' +rm -f 'fs/cifs/cached_dir.c' +rm -f 'fs/cifs/cached_dir.h' +rm -f 'fs/cifs/cifs_debug.c' +rm -f 'fs/cifs/cifs_debug.h' +rm -f 'fs/cifs/cifs_dfs_ref.c' +rm -f 'fs/cifs/cifs_fs_sb.h' +rm -f 'fs/cifs/cifs_ioctl.h' +rm -f 'fs/cifs/cifs_spnego.c' +rm -f 'fs/cifs/cifs_spnego.h' +rm -f 'fs/cifs/cifs_spnego_negtokeninit.asn1' +rm -f 'fs/cifs/cifs_swn.c' +rm -f 'fs/cifs/cifs_swn.h' +rm -f 'fs/cifs/cifs_unicode.c' +rm -f 'fs/cifs/cifs_unicode.h' +rm -f 'fs/cifs/cifs_uniupr.h' +rm -f 'fs/cifs/cifsacl.c' +rm -f 'fs/cifs/cifsacl.h' +rm -f 'fs/cifs/cifsencrypt.c' +rm -f 'fs/cifs/cifsfs.c' +rm -f 'fs/cifs/cifsfs.h' +rm -f 'fs/cifs/cifsglob.h' +rm -f 'fs/cifs/cifspdu.h' +rm -f 'fs/cifs/cifsproto.h' +rm -f 'fs/cifs/cifsroot.c' +rm -f 'fs/cifs/cifssmb.c' +rm -f 'fs/cifs/connect.c' +rm -f 'fs/cifs/dfs.c' +rm -f 'fs/cifs/dfs.h' +rm -f 'fs/cifs/dfs_cache.c' +rm -f 'fs/cifs/dfs_cache.h' +rm -f 'fs/cifs/dir.c' +rm -f 'fs/cifs/dns_resolve.c' +rm -f 'fs/cifs/dns_resolve.h' +rm -f 'fs/cifs/export.c' +rm -f 'fs/cifs/file.c' +rm -f 'fs/cifs/fs_context.c' +rm -f 'fs/cifs/fs_context.h' +rm -f 'fs/cifs/fscache.c' +rm -f 'fs/cifs/fscache.h' +rm -f 'fs/cifs/inode.c' +rm -f 'fs/cifs/ioctl.c' +rm -f 'fs/cifs/link.c' +rm -f 'fs/cifs/misc.c' +rm -f 'fs/cifs/netlink.c' +rm -f 'fs/cifs/netlink.h' +rm -f 'fs/cifs/netmisc.c' +rm -f 'fs/cifs/nterr.c' +rm -f 'fs/cifs/nterr.h' +rm -f 'fs/cifs/ntlmssp.h' +rm -f 'fs/cifs/readdir.c' +rm -f 'fs/cifs/rfc1002pdu.h' +rm -f 'fs/cifs/sess.c' +rm -f 'fs/cifs/smb1ops.c' +rm -f 'fs/cifs/smb2file.c' +rm -f 'fs/cifs/smb2glob.h' +rm -f 'fs/cifs/smb2inode.c' +rm -f 'fs/cifs/smb2maperror.c' +rm -f 'fs/cifs/smb2misc.c' +rm -f 'fs/cifs/smb2ops.c' +rm -f 'fs/cifs/smb2pdu.c' +rm -f 'fs/cifs/smb2pdu.h' +rm -f 'fs/cifs/smb2proto.h' +rm -f 'fs/cifs/smb2status.h' +rm -f 'fs/cifs/smb2transport.c' +rm -f 'fs/cifs/smbdirect.c' +rm -f 'fs/cifs/smbdirect.h' +rm -f 'fs/cifs/smbencrypt.c' +rm -f 'fs/cifs/smberr.h' +rm -f 'fs/cifs/trace.c' +rm -f 'fs/cifs/trace.h' +rm -f 'fs/cifs/transport.c' +rm -f 'fs/cifs/unc.c' +rm -f 'fs/cifs/winucase.c' +rm -f 'fs/cifs/xattr.c' +rm -f 'fs/erofs/tagptr.h' +rm -f 'fs/erofs/zdata.h' +rm -f 'fs/ksmbd/Kconfig' +rm -f 'fs/ksmbd/Makefile' +rm -f 'fs/ksmbd/asn1.c' +rm -f 'fs/ksmbd/asn1.h' +rm -f 'fs/ksmbd/auth.c' +rm -f 'fs/ksmbd/auth.h' +rm -f 'fs/ksmbd/connection.c' +rm -f 'fs/ksmbd/connection.h' +rm -f 'fs/ksmbd/crypto_ctx.c' +rm -f 'fs/ksmbd/crypto_ctx.h' +rm -f 'fs/ksmbd/glob.h' +rm -f 'fs/ksmbd/ksmbd_netlink.h' +rm -f 'fs/ksmbd/ksmbd_spnego_negtokeninit.asn1' +rm -f 'fs/ksmbd/ksmbd_spnego_negtokentarg.asn1' +rm -f 'fs/ksmbd/ksmbd_work.c' +rm -f 'fs/ksmbd/ksmbd_work.h' +rm -f 'fs/ksmbd/mgmt/ksmbd_ida.c' +rm -f 'fs/ksmbd/mgmt/ksmbd_ida.h' +rm -f 'fs/ksmbd/mgmt/share_config.c' +rm -f 'fs/ksmbd/mgmt/share_config.h' +rm -f 'fs/ksmbd/mgmt/tree_connect.c' +rm -f 'fs/ksmbd/mgmt/tree_connect.h' +rm -f 'fs/ksmbd/mgmt/user_config.c' +rm -f 'fs/ksmbd/mgmt/user_config.h' +rm -f 'fs/ksmbd/mgmt/user_session.c' +rm -f 'fs/ksmbd/mgmt/user_session.h' +rm -f 'fs/ksmbd/misc.c' +rm -f 'fs/ksmbd/misc.h' +rm -f 'fs/ksmbd/ndr.c' +rm -f 'fs/ksmbd/ndr.h' +rm -f 'fs/ksmbd/nterr.h' +rm -f 'fs/ksmbd/ntlmssp.h' +rm -f 'fs/ksmbd/oplock.c' +rm -f 'fs/ksmbd/oplock.h' +rm -f 'fs/ksmbd/server.c' +rm -f 'fs/ksmbd/server.h' +rm -f 'fs/ksmbd/smb2misc.c' +rm -f 'fs/ksmbd/smb2ops.c' +rm -f 'fs/ksmbd/smb2pdu.c' +rm -f 'fs/ksmbd/smb2pdu.h' +rm -f 'fs/ksmbd/smb_common.c' +rm -f 'fs/ksmbd/smb_common.h' +rm -f 'fs/ksmbd/smbacl.c' +rm -f 'fs/ksmbd/smbacl.h' +rm -f 'fs/ksmbd/smbfsctl.h' +rm -f 'fs/ksmbd/smbstatus.h' +rm -f 'fs/ksmbd/transport_ipc.c' +rm -f 'fs/ksmbd/transport_ipc.h' +rm -f 'fs/ksmbd/transport_rdma.c' +rm -f 'fs/ksmbd/transport_rdma.h' +rm -f 'fs/ksmbd/transport_tcp.c' +rm -f 'fs/ksmbd/transport_tcp.h' +rm -f 'fs/ksmbd/unicode.c' +rm -f 'fs/ksmbd/unicode.h' +rm -f 'fs/ksmbd/uniupr.h' +rm -f 'fs/ksmbd/vfs.c' +rm -f 'fs/ksmbd/vfs.h' +rm -f 'fs/ksmbd/vfs_cache.c' +rm -f 'fs/ksmbd/vfs_cache.h' +rm -f 'fs/ksmbd/xattr.h' +rm -f 'fs/smbfs_common/Makefile' +rm -f 'fs/smbfs_common/arc4.h' +rm -f 'fs/smbfs_common/cifs_arc4.c' +rm -f 'fs/smbfs_common/cifs_md4.c' +rm -f 'fs/smbfs_common/md4.h' +rm -f 'fs/smbfs_common/smb2pdu.h' +rm -f 'fs/smbfs_common/smbfsctl.h' +rm -f 'include/asm-generic/bugs.h' +rm -f 'net/core/devlink.c' +rm -f 'net/sched/cls_rsvp.c' +rm -f 'net/sched/cls_rsvp.h' +rm -f 'net/sched/cls_rsvp6.c' +rm -f 'net/sched/cls_tcindex.c' +rm -f 'scripts/is_rust_module.sh' +rm -f 'tools/testing/selftests/net/bpf/Makefile' +rm -f 'tools/testing/selftests/net/bpf/nat6to4.c' +rm -f 'tools/testing/selftests/tc-testing/tc-tests/filters/rsvp.json' +rm -f 'tools/testing/selftests/tc-testing/tc-tests/filters/tcindex.json' +chmod +x 'debian.lowlatency/scripts/helpers/copy-files' +chmod +x 'debian.lowlatency/scripts/helpers/local-mangle' +chmod +x 'debian/cloud-tools/hv_get_dhcp_info' +chmod +x 'debian/cloud-tools/hv_get_dns_info' +chmod +x 'debian/cloud-tools/hv_set_ifconfig' +chmod +x 'debian/rules' +chmod +x 'debian/scripts/checks/abi-check' +chmod +x 'debian/scripts/checks/config-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/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/migrate-annotations' +chmod +x 'debian/scripts/misc/retag' +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 'scripts/is_rust_module.sh' +chmod +x 'update-dkms-versions' +exit 0 --- linux-lowlatency-hwe-6.2-6.2.0.orig/debian.lowlatency/rules.d/amd64.mk +++ linux-lowlatency-hwe-6.2-6.2.0/debian.lowlatency/rules.d/amd64.mk @@ -0,0 +1,23 @@ +human_arch = 64 bit x86 +build_arch = x86 +header_arch = $(build_arch) +defconfig = defconfig +build_image = bzImage +kernel_file = arch/$(build_arch)/boot/bzImage +install_file = vmlinuz +vdso = vdso_install +no_dumpfile = true +uefi_signed = true +do_tools_usbip = true +do_tools_cpupower = true +do_tools_perf = true +do_tools_perf_jvmti = true +do_tools_bpftool = true +do_tools_x86 = true +do_tools_hyperv = true +do_tools_host = true +do_extras_package = true +do_tools_common = true +do_tools_acpidbg = true +do_odm_drivers = true +flavours = lowlatency --- linux-lowlatency-hwe-6.2-6.2.0.orig/debian.lowlatency/rules.d/arm64.mk +++ linux-lowlatency-hwe-6.2-6.2.0/debian.lowlatency/rules.d/arm64.mk @@ -0,0 +1,21 @@ +human_arch = ARMv8 +build_arch = arm64 +header_arch = arm64 +defconfig = defconfig +build_image = Image.gz +kernel_file = arch/$(build_arch)/boot/Image.gz +install_file = vmlinuz +no_dumpfile = true +uefi_signed = true + +vdso = vdso_install + +do_extras_package = true +do_tools_usbip = true +do_tools_cpupower = true +do_tools_perf = true +do_tools_perf_jvmti = true +do_tools_bpftool = true + +do_dtbs = true +flavours = lowlatency lowlatency-64k --- linux-lowlatency-hwe-6.2-6.2.0.orig/debian.lowlatency/rules.d/hooks.mk +++ linux-lowlatency-hwe-6.2-6.2.0/debian.lowlatency/rules.d/hooks.mk @@ -0,0 +1,6 @@ +do_enforce_all = true +do_libc_dev_package = false +do_doc_package = false +do_tools_common = false +do_tools_host = false +do_source_package = false --- linux-lowlatency-hwe-6.2-6.2.0.orig/debian.lowlatency/rules.d/i386.mk +++ linux-lowlatency-hwe-6.2-6.2.0/debian.lowlatency/rules.d/i386.mk @@ -0,0 +1,18 @@ +human_arch = 32 bit x86 +build_arch = i386 +header_arch = $(build_arch) +defconfig = defconfig +flavours = generic +build_image = bzImage +kernel_file = arch/$(build_arch)/boot/bzImage +install_file = vmlinuz +vdso = vdso_install +no_dumpfile = true +do_flavour_image_package = false +do_tools = false +do_tools_common = false +do_extras_package = false +do_source_package = false +do_doc_package = false +do_flavour_header_package = false +do_common_headers_indep = false --- linux-lowlatency-hwe-6.2-6.2.0.orig/debian.lowlatency/rules.d/riscv64.mk +++ linux-lowlatency-hwe-6.2-6.2.0/debian.lowlatency/rules.d/riscv64.mk @@ -0,0 +1,20 @@ +human_arch = RISC-V +build_arch = riscv +header_arch = $(build_arch) +defconfig = defconfig +flavours = generic +build_image = Image +kernel_file = arch/$(build_arch)/boot/Image +install_file = vmlinuz + +vdso = vdso_install +no_dumpfile = true + +do_flavour_image_package = false +do_tools = false +do_tools_common = false +do_extras_package = false +do_source_package = false +do_doc_package = false +do_flavour_header_package = false +do_common_headers_indep = false --- linux-lowlatency-hwe-6.2-6.2.0.orig/debian.lowlatency/rules.d/x32.mk +++ linux-lowlatency-hwe-6.2-6.2.0/debian.lowlatency/rules.d/x32.mk @@ -0,0 +1,13 @@ +human_arch = 64 bit x86 (32 bit userspace) +build_arch = x86 +header_arch = $(build_arch) +defconfig = defconfig +flavours = +build_image = bzImage +kernel_file = arch/$(build_arch)/boot/bzImage +install_file = vmlinuz +vdso = vdso_install +no_dumpfile = true +uefi_signed = true + +do_flavour_image_package = false --- linux-lowlatency-hwe-6.2-6.2.0.orig/debian.lowlatency/scripts/helpers/copy-files +++ linux-lowlatency-hwe-6.2-6.2.0/debian.lowlatency/scripts/helpers/copy-files @@ -0,0 +1,62 @@ +#!/bin/bash -eu + +if [ -f debian/debian.env ]; then + # shellcheck disable=SC1091 + . debian/debian.env +fi + +if [ ! -d "${DEBIAN}" ]; then + echo You must run this script from the top directory of this repository. + exit 1 +fi + +CONF="${DEBIAN}"/etc/update.conf +if [ -f "${CONF}" ]; then + # shellcheck disable=SC1090 + . "${CONF}" +fi + +FOREIGN_ARCHES="" +LOCAL_CONF="${DEBIAN}/etc/local.conf" +if [ -f "${LOCAL_CONF}" ]; then + # shellcheck disable=SC1090 + . "${LOCAL_CONF}" +fi + +SKIP_RULES_D=${SKIP_RULES_D:-} + +# +# Update configs from master +# +rsync -avc --exclude 'annotations' --exclude 'config.flavour.lowlatency' --exclude 'config.flavour.lowlatency-64k' --delete "${DEBIAN_MASTER}/config/" "${DEBIAN}/config" + +# +# Update package and DTB settings from master. +# +if [ -z "${SKIP_RULES_D}" ] ; then + rsync -avc "${DEBIAN_MASTER}/rules.d/"*.mk "${DEBIAN}/rules.d/" +fi + +# Remove the .mk files from the arch's that are not supported +for i in ${FOREIGN_ARCHES} +do + rm -f "${DEBIAN}/rules.d/${i}.mk" + git rm -f --ignore-unmatch "${DEBIAN}/rules.d/${i}.mk" || true +done + +# +# Update modprobe.d from master +# +# Some releases (trusty) don't have this directory, and rsync would fail +# without this check. +if [ -d "${DEBIAN}/modprobe.d/" ]; then + rsync -avc --delete "${DEBIAN_MASTER}/modprobe.d/" "${DEBIAN}/modprobe.d" +fi + +cp -p "${DEBIAN_MASTER}/control.d/"*.inclusion-list "${DEBIAN}/control.d" + +cp -p "${DEBIAN_MASTER}/reconstruct" "${DEBIAN}/reconstruct" + +if [ -x "${DEBIAN}/scripts/helpers/local-mangle" ]; then + "./${DEBIAN}/scripts/helpers/local-mangle" +fi --- linux-lowlatency-hwe-6.2-6.2.0.orig/debian.lowlatency/scripts/helpers/local-mangle +++ linux-lowlatency-hwe-6.2-6.2.0/debian.lowlatency/scripts/helpers/local-mangle @@ -0,0 +1,24 @@ +#!/bin/bash -eu + +. debian/debian.env + +# We only build the lowlatency/lowlatency-64k flavours +sed -i '/^flavours.*$/d' ${DEBIAN}/rules.d/amd64.mk +sed -i '/^flavours.*$/d' ${DEBIAN}/rules.d/arm64.mk +echo -e "flavours\t= lowlatency" >> ${DEBIAN}/rules.d/amd64.mk +echo -e "flavours\t= lowlatency lowlatency-64k" >> ${DEBIAN}/rules.d/arm64.mk + +# We only care about lowlatency/lowlatency-64k abis +sed -i /getall/d ${DEBIAN}/etc/getabis +echo "getall amd64 lowlatency" >> ${DEBIAN}/etc/getabis +echo "getall arm64 lowlatency lowlatency-64k" >> ${DEBIAN}/etc/getabis + +# Override options in rules.d/hooks.mk (normally master does not have this +# file but it got added for generic annotations enforcement. +cat <>${DEBIAN}/rules.d/hooks.mk +do_libc_dev_package = false +do_doc_package = false +do_tools_common = false +do_tools_host = false +do_source_package = false +EOD --- linux-lowlatency-hwe-6.2-6.2.0.orig/debian.lowlatency/tracking-bug +++ linux-lowlatency-hwe-6.2-6.2.0/debian.lowlatency/tracking-bug @@ -0,0 +1 @@ +2041547 2023.10.30-1 --- linux-lowlatency-hwe-6.2-6.2.0.orig/debian.lowlatency/variants +++ linux-lowlatency-hwe-6.2-6.2.0/debian.lowlatency/variants @@ -0,0 +1,3 @@ +-- +-hwe-22.04 +-hwe-22.04-edge --- linux-lowlatency-hwe-6.2-6.2.0.orig/debian.master/abi/abiname +++ linux-lowlatency-hwe-6.2-6.2.0/debian.master/abi/abiname @@ -0,0 +1 @@ +38 --- linux-lowlatency-hwe-6.2-6.2.0.orig/debian.master/abi/amd64/generic +++ linux-lowlatency-hwe-6.2-6.2.0/debian.master/abi/amd64/generic @@ -0,0 +1,28536 @@ +ACPI EXPORT_SYMBOL_GPL 0xa6af1390 acpi_table_parse_cedt vmlinux +BRCMFMAC EXPORT_SYMBOL_GPL 0x2c6b9bdd brcmf_fwvid_register_vendor drivers/net/wireless/broadcom/brcm80211/brcmfmac/brcmfmac +BRCMFMAC EXPORT_SYMBOL_GPL 0xd7b053fa brcmf_fwvid_unregister_vendor drivers/net/wireless/broadcom/brcm80211/brcmfmac/brcmfmac +COUNTER EXPORT_SYMBOL_GPL 0x0a43f242 counter_push_event drivers/counter/counter +COUNTER EXPORT_SYMBOL_GPL 0x0a59e5d2 devm_counter_alloc drivers/counter/counter +COUNTER EXPORT_SYMBOL_GPL 0x1fc07242 counter_add drivers/counter/counter +COUNTER EXPORT_SYMBOL_GPL 0x2dea38b4 counter_alloc drivers/counter/counter +COUNTER EXPORT_SYMBOL_GPL 0x343890b8 counter_priv drivers/counter/counter +COUNTER EXPORT_SYMBOL_GPL 0xb92547c8 counter_put drivers/counter/counter +COUNTER EXPORT_SYMBOL_GPL 0xc120abd0 counter_unregister drivers/counter/counter +COUNTER EXPORT_SYMBOL_GPL 0xf89d9b1b devm_counter_add drivers/counter/counter +CRYPTO_INTERNAL EXPORT_SYMBOL_GPL 0x7eb285a9 crypto_cipher_decrypt_one vmlinux +CRYPTO_INTERNAL EXPORT_SYMBOL_GPL 0x89b259a2 crypto_cipher_setkey vmlinux +CRYPTO_INTERNAL EXPORT_SYMBOL_GPL 0xd25ede56 crypto_cipher_encrypt_one vmlinux +CXL EXPORT_SYMBOL_GPL 0x005d5ba3 devm_cxl_port_enumerate_dports drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x055c6ee3 cxl_mem_active_inc vmlinux +CXL EXPORT_SYMBOL_GPL 0x0dbf1a74 devm_cxl_add_rch_dport drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x1fe2617c schedule_cxl_memdev_detach drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x23a5f91f cxl_decoder_autoremove drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x2698f99a cxl_dev_state_create drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x2873be7f devm_cxl_add_dport drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x3248b448 cxl_map_device_regs drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x33e2aa93 cxl_mem_active_dec vmlinux +CXL EXPORT_SYMBOL_GPL 0x3551fd19 cxl_decoder_add drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x3ab7e352 cxl_map_component_regs drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x3b029758 find_cxl_root drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x3da61fbb clear_exclusive_cxl_commands drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x499f3e3b cxl_find_nvdimm_bridge drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x4c9a902b devm_cxl_add_passthrough_decoder drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x4d7683af set_exclusive_cxl_commands drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x503f4723 is_cxl_region drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x5202d358 cxl_dev_state_identify drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x5926d416 devm_cxl_setup_hdm drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x5cf82aec cxl_endpoint_autoremove drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x5ed6188a cxl_root_decoder_alloc drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x6ea9cb27 devm_cxl_register_pci_bus drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x6f59e1b9 is_cxl_port drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x701bbaad cxl_bus_rescan drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x719f51e6 cxl_hb_modulo drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x7467dfe1 cxl_dpa_debug drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x76af9d38 is_cxl_memdev drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x77af1ac1 is_cxl_nvdimm_bridge drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x79d8ee1b cxl_find_regblock drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x7c573c0e cxl_decoder_add_locked drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x7ed3637c is_cxl_nvdimm 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 0x84bfcef1 cxl_await_media_ready drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x86370b53 cxl_switch_decoder_alloc drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x86983359 devm_cxl_add_port drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x8adc0d6e is_cxl_pmem_region drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x977c3a6f is_root_decoder drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x98628ac8 cxl_bus_drain drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x98ac1bb4 devm_cxl_add_nvdimm drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x9a46e4f0 read_cdat_data drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x9ca73a49 cxl_probe_device_regs drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xaac3f65a cxl_endpoint_decoder_alloc drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xac1caf22 devm_cxl_add_memdev drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xb3ae6e45 cxl_internal_send_cmd drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xb5459d30 __cxl_driver_register drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xb6654d67 to_cxl_endpoint_decoder drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xb77c1892 cxl_mem_find_port drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xb7dad28e cxl_probe_component_regs drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xb8d668e5 to_cxl_nvdimm drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xbe994221 cxl_rcrb_to_component drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xbfd6cd06 cxl_bus_type drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xc4227dd5 cxl_enumerate_cmds drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xc86b309c devm_cxl_add_nvdimm_bridge drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xcb2eb43f to_cxl_decoder drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xcb89f841 cxl_hdm_decode_init drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xcce1f297 cxl_mem_create_range_info drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xcddcad07 to_cxl_pmem_region drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xd04e5468 cxl_driver_unregister drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xd0a2153f to_cxl_root_decoder drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xd89e2aa1 devm_cxl_enumerate_decoders drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xda3f9f0b cxl_port_to_pci_bus drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xe4e532db to_cxl_nvdimm_bridge drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xe4e743c6 cxl_debugfs_create_dir drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xf0045ea6 devm_cxl_enumerate_ports drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xf4b1e3b2 to_cxl_port drivers/cxl/core/cxl_core +DEVMEM EXPORT_SYMBOL_GPL 0x3c804b25 cpu_cache_invalidate_memregion vmlinux +DEVMEM EXPORT_SYMBOL_GPL 0xd6551b9c cpu_cache_has_invalidate_memregion vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x055b634b dma_buf_begin_cpu_access vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x11e5d8e7 dma_buf_mmap vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x2fa7f246 dma_buf_vunmap vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x3905ce27 dma_buf_vmap_unlocked vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x428d33ab dma_buf_unmap_attachment vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x4aa76cbf dma_buf_vmap vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x4f9980b5 dma_buf_unmap_attachment_unlocked vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x58e403ca dma_buf_pin vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x5ec02fbf dma_buf_export vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x616383cc dma_buf_vunmap_unlocked vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x6738e3aa dma_buf_get vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x7bda88d3 dma_buf_dynamic_attach vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x9596c08d dma_buf_put vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x991c4ae3 dma_buf_end_cpu_access vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0xb41f2388 dma_buf_detach vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0xb82c17cf dma_buf_unpin vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0xba54f85a dma_buf_move_notify vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0xbd093f91 dma_buf_fd vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0xe1e4a693 dma_buf_attach vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0xebf07de9 dma_buf_map_attachment vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0xed0df9f5 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 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 0x488a9325 crypto_nhpoly1305_update +EXPORT_SYMBOL crypto/nhpoly1305 0x4f7b4716 crypto_nhpoly1305_final +EXPORT_SYMBOL crypto/nhpoly1305 0x6353e819 crypto_nhpoly1305_init +EXPORT_SYMBOL crypto/nhpoly1305 0x9d924629 crypto_nhpoly1305_final_helper +EXPORT_SYMBOL crypto/nhpoly1305 0x9d9d059f crypto_nhpoly1305_setkey +EXPORT_SYMBOL crypto/nhpoly1305 0xd2535c5e crypto_nhpoly1305_update_helper +EXPORT_SYMBOL crypto/sha3_generic 0x07faf59d crypto_sha3_update +EXPORT_SYMBOL crypto/sha3_generic 0x6ab934f3 crypto_sha3_init +EXPORT_SYMBOL crypto/sha3_generic 0x8bc74d1b crypto_sha3_final +EXPORT_SYMBOL crypto/sm2_generic 0xc14362c8 sm2_compute_z_digest +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 0x103735ba acpi_video_report_nolcd +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 0xc869f97d acpi_video_get_edid +EXPORT_SYMBOL drivers/acpi/video 0xe8436024 acpi_video_get_levels +EXPORT_SYMBOL drivers/atm/suni 0x039d111f suni_init +EXPORT_SYMBOL drivers/bcma/bcma 0x3da4a6ed bcma_core_dma_translation +EXPORT_SYMBOL drivers/bcma/bcma 0xa1aa7eec 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/block/paride/paride 0x105451a1 pi_release +EXPORT_SYMBOL drivers/block/paride/paride 0x4267110a pi_register_driver +EXPORT_SYMBOL drivers/block/paride/paride 0x4e99b8ee paride_unregister +EXPORT_SYMBOL drivers/block/paride/paride 0x75b6fab8 pi_do_claimed +EXPORT_SYMBOL drivers/block/paride/paride 0x7bc18c36 pi_write_block +EXPORT_SYMBOL drivers/block/paride/paride 0x93ff7334 pi_disconnect +EXPORT_SYMBOL drivers/block/paride/paride 0xae70b441 pi_connect +EXPORT_SYMBOL drivers/block/paride/paride 0xb14c945f pi_write_regr +EXPORT_SYMBOL drivers/block/paride/paride 0xb21ba07d pi_unregister_driver +EXPORT_SYMBOL drivers/block/paride/paride 0xb3b72dd2 pi_read_regr +EXPORT_SYMBOL drivers/block/paride/paride 0xbdccd6c4 pi_init +EXPORT_SYMBOL drivers/block/paride/paride 0xe5687b37 paride_register +EXPORT_SYMBOL drivers/block/paride/paride 0xf5c34497 pi_read_block +EXPORT_SYMBOL drivers/block/paride/paride 0xfe597f3d pi_schedule_claimed +EXPORT_SYMBOL drivers/bluetooth/btbcm 0x939ad211 btbcm_patchram +EXPORT_SYMBOL drivers/bluetooth/btrsi 0x11c571ba rsi_bt_ops +EXPORT_SYMBOL drivers/bus/mhi/host/mhi 0x12a701e4 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 0x0ddac7e4 ipmi_add_smi +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x12dd1e77 ipmi_set_maintenance_mode +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x1f65170f ipmi_alloc_smi_msg +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x230094ac ipmi_smi_watchdog_pretimeout +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x32c45679 ipmi_smi_watcher_unregister +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x3cd0a247 ipmi_get_smi_info +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x4c2054d7 ipmi_request_settime +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x50f65edf ipmi_set_gets_events +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x67369b42 ipmi_addr_src_to_str +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x70f55ada ipmi_smi_watcher_register +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x74778a80 ipmi_get_my_LUN +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x804f922a ipmi_addr_length +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x80aa4656 ipmi_free_recv_msg +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 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 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 0x40fafb75 st33zp24_pm_suspend +EXPORT_SYMBOL drivers/char/tpm/st33zp24/tpm_st33zp24 0x4f59d9da st33zp24_pm_resume +EXPORT_SYMBOL drivers/char/tpm/st33zp24/tpm_st33zp24 0xdd5a2e93 st33zp24_remove +EXPORT_SYMBOL drivers/char/tpm/st33zp24/tpm_st33zp24 0xfecc8687 st33zp24_probe +EXPORT_SYMBOL drivers/char/xillybus/xillybus_class 0x1634a26f xillybus_init_chrdev +EXPORT_SYMBOL drivers/char/xillybus/xillybus_class 0x3423bc47 xillybus_cleanup_chrdev +EXPORT_SYMBOL drivers/char/xillybus/xillybus_class 0x623e83d4 xillybus_find_inode +EXPORT_SYMBOL drivers/char/xillybus/xillybus_core 0x1ff2bab8 xillybus_endpoint_remove +EXPORT_SYMBOL drivers/char/xillybus/xillybus_core 0x20b28c92 xillybus_init_endpoint +EXPORT_SYMBOL drivers/char/xillybus/xillybus_core 0x25978d50 xillybus_isr +EXPORT_SYMBOL drivers/char/xillybus/xillybus_core 0x838b286f xillybus_endpoint_discovery +EXPORT_SYMBOL drivers/crypto/atmel-i2c 0x2d3cb43e atmel_i2c_enqueue +EXPORT_SYMBOL drivers/crypto/atmel-i2c 0x58ab7dca atmel_i2c_send_receive +EXPORT_SYMBOL drivers/crypto/atmel-i2c 0x80a11b1d atmel_i2c_init_read_cmd +EXPORT_SYMBOL drivers/crypto/atmel-i2c 0xa7807100 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/ccp/ccp 0x47d3c97f psp_check_tee_status +EXPORT_SYMBOL drivers/crypto/ccp/ccp 0xaa04056c psp_tee_process_cmd +EXPORT_SYMBOL drivers/firewire/firewire-core 0x038809b7 fw_iso_context_start +EXPORT_SYMBOL drivers/firewire/firewire-core 0x08d48fee fw_core_handle_bus_reset +EXPORT_SYMBOL drivers/firewire/firewire-core 0x0ac7e5a5 fw_core_handle_response +EXPORT_SYMBOL drivers/firewire/firewire-core 0x0bc6094c fw_core_remove_descriptor +EXPORT_SYMBOL drivers/firewire/firewire-core 0x195239b8 fw_iso_context_queue +EXPORT_SYMBOL drivers/firewire/firewire-core 0x1d773116 fw_send_response +EXPORT_SYMBOL drivers/firewire/firewire-core 0x243da214 fw_iso_context_destroy +EXPORT_SYMBOL drivers/firewire/firewire-core 0x2885fec5 fw_get_request_speed +EXPORT_SYMBOL drivers/firewire/firewire-core 0x292eb515 fw_core_remove_address_handler +EXPORT_SYMBOL drivers/firewire/firewire-core 0x3671035f 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 0x3f2d6351 fw_iso_context_stop +EXPORT_SYMBOL drivers/firewire/firewire-core 0x500ab5e8 fw_core_add_address_handler +EXPORT_SYMBOL drivers/firewire/firewire-core 0x525cd231 fw_iso_buffer_destroy +EXPORT_SYMBOL drivers/firewire/firewire-core 0x542edbdd fw_device_enable_phys_dma +EXPORT_SYMBOL drivers/firewire/firewire-core 0x5b265439 fw_iso_context_flush_completions +EXPORT_SYMBOL drivers/firewire/firewire-core 0x67111d42 fw_iso_resource_manage +EXPORT_SYMBOL drivers/firewire/firewire-core 0x6d8b6610 fw_iso_context_queue_flush +EXPORT_SYMBOL drivers/firewire/firewire-core 0x6dc50487 fw_csr_string +EXPORT_SYMBOL drivers/firewire/firewire-core 0x730d6fdb fw_iso_buffer_init +EXPORT_SYMBOL drivers/firewire/firewire-core 0x73f56860 fw_card_initialize +EXPORT_SYMBOL drivers/firewire/firewire-core 0x86468d44 fw_rcode_string +EXPORT_SYMBOL drivers/firewire/firewire-core 0x9b69fdad fw_iso_context_create +EXPORT_SYMBOL drivers/firewire/firewire-core 0xa6688367 fw_core_handle_request +EXPORT_SYMBOL drivers/firewire/firewire-core 0xaedf84ce fw_high_memory_region +EXPORT_SYMBOL drivers/firewire/firewire-core 0xb892fd92 fw_send_request +EXPORT_SYMBOL drivers/firewire/firewire-core 0xcd14be9e fw_run_transaction +EXPORT_SYMBOL drivers/firewire/firewire-core 0xd915bb5b fw_fill_response +EXPORT_SYMBOL drivers/firewire/firewire-core 0xe3fde125 fw_csr_iterator_next +EXPORT_SYMBOL drivers/firewire/firewire-core 0xe4734df4 fw_schedule_bus_reset +EXPORT_SYMBOL drivers/firewire/firewire-core 0xe80e5087 fw_csr_iterator_init +EXPORT_SYMBOL drivers/firewire/firewire-core 0xe84818d1 fw_card_add +EXPORT_SYMBOL drivers/firewire/firewire-core 0xf74690db fw_cancel_transaction +EXPORT_SYMBOL drivers/firewire/firewire-core 0xfec53d2a fw_core_remove_card +EXPORT_SYMBOL drivers/fpga/dfl 0x2dd57585 dfl_driver_unregister +EXPORT_SYMBOL drivers/fpga/dfl 0x569385bf __dfl_driver_register +EXPORT_SYMBOL drivers/fpga/lattice-sysconfig 0xe43e4bf1 sysconfig_probe +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 0x01d7a80d drm_dp_mst_atomic_setup_commit +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x033f58bb drm_dp_pcon_convert_rgb_to_ycbcr +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x07a76971 drm_dp_add_payload_part1 +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x07a945d9 drm_dp_mst_root_conn_atomic_check +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x08f5f94c drm_hdmi_avi_infoframe_bars +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x0d8dd7aa drm_dp_downstream_mode +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x11586804 drm_dp_pcon_frl_enable +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x13879417 drm_dp_cec_unset_edid +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x15d901d0 drm_dp_send_query_stream_enc_status +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 0x18cae760 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 0x1a888533 drm_dp_mst_get_port_malloc +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 0x1c1c3d0c drm_dp_pcon_is_frl_ready +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x1c5d2794 drm_dp_stop_crc +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x2179901d drm_dp_dual_mode_get_tmds_output +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x231f5ea1 drm_dp_mst_dump_topology +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x23961837 drm_dp_downstream_max_bpc +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x24663188 drm_dp_mst_connector_early_unregister +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 0x269979a9 drm_dp_downstream_id +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x2a48b159 drm_dp_mst_put_port_malloc +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x2fa94ef2 drm_dp_downstream_444_to_420_conversion +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x30311d1e drm_dp_remote_aux_init +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x3096b3b2 drm_dp_pcon_hdmi_frl_link_error_count +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x34896de7 drm_hdmi_avi_infoframe_content_type +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x392a838b drm_dp_downstream_max_dotclock +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x3db6aedf drm_dp_read_channel_eq_delay +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x41e79aaf drm_dp_read_lttpr_common_caps +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x43d5966f drm_dp_read_desc +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x43df96e7 drm_dp_set_phy_test_pattern +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x443886cb drm_dp_dpcd_write +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x4591608b drm_dp_send_power_updown_phy +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 0x46b59cf3 drm_scdc_get_scrambling_status +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x49b304af drm_dp_downstream_debug +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x4b0f11d9 drm_scdc_set_scrambling +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x4e368eea drm_scdc_read +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x4f35e5f5 drm_edp_backlight_set_level +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x4fa3e91f drm_dp_pcon_frl_prepare +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x4fe0b405 drm_edp_backlight_disable +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x507860f5 drm_dp_pcon_pps_override_buf +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x528681b0 drm_dp_aux_unregister +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 0x55495a8f drm_dp_mst_add_affected_dsc_crtcs +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 0x5996f08e drm_dp_atomic_release_time_slots +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 0x5def78f7 drm_dp_cec_register_connector +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x5eaccf88 drm_atomic_get_old_mst_topology_state +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x610d402b drm_dp_read_sink_count +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x61b8877a drm_dp_read_mst_cap +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 0x66bc59d6 drm_dp_dual_mode_detect +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x68d8dce7 drm_dp_downstream_is_tmds +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x695c9897 drm_atomic_get_mst_topology_state +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x69e4b7c1 drm_dp_mst_update_slots +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 0x6a5ebf3e drm_scdc_write +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x6a70a763 drm_dp_dpcd_read_phy_link_status +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 0x6d810aaf drm_lspcon_set_mode +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x6dc237fa drm_dp_mst_hpd_irq_handle_event +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x6dc59b09 drm_dp_send_real_edid_checksum +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x6fde6815 drm_dp_pcon_reset_frl_config +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 0x74f87822 drm_dp_dpcd_probe +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 0x7aa24bb4 drm_dp_cec_unregister_connector +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x7b6fb3d5 drm_dp_set_subconnector_property +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x7e9d08dc drm_dp_atomic_find_time_slots +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x80352aa6 drm_panel_dp_aux_backlight +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 0x84125b03 drm_dp_dpcd_read_link_status +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x859ac0c4 drm_dp_pcon_hdmi_link_mode +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x85e587b2 drm_dp_add_payload_part2 +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x8661baf2 drm_dp_get_phy_test_pattern +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x8725b164 drm_dp_mst_atomic_wait_for_dependencies +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 0x92b9835e drm_dp_128b132b_cds_interlane_align_done +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x92d6516b drm_dp_dpcd_read +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x9582eed9 drm_dp_pcon_pps_default +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x95bee208 drm_dp_aux_init +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x9bf67540 drm_dp_mst_atomic_enable_dsc +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x9df0ce69 drm_dp_mst_hpd_irq_send_new_request +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x9f9bd33a drm_dp_remove_payload +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xa1fefe6a drm_dp_psr_setup_time +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xa28816d1 drm_atomic_get_new_mst_topology_state +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xa2ca1047 drm_dp_aux_register +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xa5d74d16 drm_dp_read_downstream_info +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xa7c70f41 drm_scdc_set_high_tmds_clock_ratio +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 0xa8bb6557 drm_edp_backlight_enable +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xab09e155 drm_dp_128b132b_read_aux_rd_interval +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xab72e406 drm_dp_mst_topology_mgr_suspend +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xaf267620 drm_dp_lttpr_count +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xb0b81df5 drm_dp_pcon_pps_override_param +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xb2585d29 drm_dp_cec_set_edid +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xb33bdd50 drm_dp_mst_get_edid +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xb3f7b6e9 drm_dp_read_clock_recovery_delay +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xb8ddd242 drm_dp_vsc_sdp_log +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 0xc2807cd2 drm_dp_read_lttpr_phy_caps +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xc46932d5 drm_dp_mst_detect_port +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xc51fa898 drm_dp_mst_topology_mgr_set_mst +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xc571abb8 drm_dp_pcon_frl_configure_1 +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 0xc84aae75 drm_dp_lttpr_link_train_channel_eq_delay +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 0xc8bebfb7 drm_edp_backlight_init +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 0xcefdf1c6 drm_hdcp_update_content_protection +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xcf27ceb3 drm_hdmi_infoframe_set_hdr_metadata +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xd024abfa drm_dp_mst_topology_mgr_destroy +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 0xd6234bbf drm_dp_start_crc +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xda11cab5 drm_dp_link_train_channel_eq_delay +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xdc18ee82 drm_dp_get_vc_payload_bw +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xdca8b999 drm_dp_mst_connector_late_register +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xdcb454f3 drm_dp_mst_topology_mgr_init +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xe1736296 drm_dp_check_act_status +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xe2abc489 drm_hdmi_avi_infoframe_colorimetry +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xe3c2995c drm_connector_attach_content_protection_property +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 0xe7049d18 drm_dp_dual_mode_read +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xe72331b6 drm_dp_read_dpcd_caps +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xe95ce6e3 drm_dp_cec_irq +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xeca80627 drm_lspcon_get_mode +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xedcf81ce drm_dp_channel_eq_ok +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xee571a34 drm_dp_mst_dsc_aux_for_port +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xeea49d08 drm_atomic_get_mst_payload_state +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xf19dfc8b drm_dp_dual_mode_set_tmds_output +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xf1be574e drm_dp_read_sink_count_cap +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xf65ea531 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 0xf6b35c89 drm_dp_link_train_clock_recovery_delay +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xf77f5992 drm_dp_dual_mode_write +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 0xfc22d417 drm_dp_mst_atomic_check +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xfd5c88b5 drm_dp_mst_topology_state_funcs +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xfe12bcb9 drm_dsc_compute_rc_parameters +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xfe310f94 drm_dp_pcon_hdmi_link_active +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xff686bd1 drm_dp_dual_mode_max_tmds_clock +EXPORT_SYMBOL drivers/gpu/drm/drm 0x013cab8e drm_mode_parse_command_line_for_connector +EXPORT_SYMBOL drivers/gpu/drm/drm 0x01608794 drm_connector_atomic_hdr_metadata_equal +EXPORT_SYMBOL drivers/gpu/drm/drm 0x025d0db3 drm_atomic_private_obj_fini +EXPORT_SYMBOL drivers/gpu/drm/drm 0x03847d74 drm_plane_create_blend_mode_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x03873dea drm_universal_plane_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x03c63897 __drm_get_edid_firmware_path +EXPORT_SYMBOL drivers/gpu/drm/drm 0x03cbcc21 drm_open +EXPORT_SYMBOL drivers/gpu/drm/drm 0x03d08fd8 drm_bridge_chain_mode_set +EXPORT_SYMBOL drivers/gpu/drm/drm 0x04979b80 drm_hdmi_vendor_infoframe_from_display_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x04d7344d drm_atomic_state_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x04e4a42e drm_writeback_signal_completion +EXPORT_SYMBOL drivers/gpu/drm/drm 0x056f8c38 drm_writeback_connector_init_with_encoder +EXPORT_SYMBOL drivers/gpu/drm/drm 0x05c033bb drm_dev_set_unique +EXPORT_SYMBOL drivers/gpu/drm/drm 0x05de1819 drm_ioctl_kernel +EXPORT_SYMBOL drivers/gpu/drm/drm 0x06071e50 drm_syncobj_find +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0711a09c drm_client_framebuffer_delete +EXPORT_SYMBOL drivers/gpu/drm/drm 0x078df29b drm_ioctl +EXPORT_SYMBOL drivers/gpu/drm/drm 0x07b8a7aa drm_plane_create_rotation_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x07fb1dfe drm_modeset_unlock_all +EXPORT_SYMBOL drivers/gpu/drm/drm 0x07fb449a drm_vma_offset_manager_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0851f59e drm_mode_create_aspect_ratio_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x08ff0f0e drm_atomic_add_affected_connectors +EXPORT_SYMBOL drivers/gpu/drm/drm 0x08ffd3ca drm_gem_prime_export +EXPORT_SYMBOL drivers/gpu/drm/drm 0x091aaa87 drm_atomic_set_crtc_for_connector +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0a72f765 drm_clflush_virt_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0ac0eb95 drm_crtc_vblank_helper_get_vblank_timestamp_internal +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0ae9d892 drm_connector_has_possible_encoder +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0b0bfcd0 __devm_drm_dev_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0b0c763b drm_compat_ioctl +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0b29a8c7 drm_modeset_backoff +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0b87c142 drm_plane_enable_fb_damage_clips +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0c322710 drm_atomic_state_default_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0d698181 drm_modeset_acquire_fini +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0d7e35e2 drm_mode_is_420_only +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0d9b4753 drm_mode_equal +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0e02ff32 drm_gem_create_mmap_offset_size +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0eb7f5eb drm_privacy_screen_lookup_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0f2749fe drm_read +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 0x11e4ca1f drm_atomic_check_only +EXPORT_SYMBOL drivers/gpu/drm/drm 0x12249a43 drm_plane_force_disable +EXPORT_SYMBOL drivers/gpu/drm/drm 0x12e05b22 drm_gem_prime_handle_to_fd +EXPORT_SYMBOL drivers/gpu/drm/drm 0x131a2e7f drm_privacy_screen_get_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0x13506d65 drm_panel_prepare +EXPORT_SYMBOL drivers/gpu/drm/drm 0x13744167 drm_crtc_send_vblank_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0x15fa3027 drm_atomic_normalize_zpos +EXPORT_SYMBOL drivers/gpu/drm/drm 0x163ce2ca drm_gem_map_detach +EXPORT_SYMBOL drivers/gpu/drm/drm 0x166d4ddb devm_aperture_acquire_from_firmware +EXPORT_SYMBOL drivers/gpu/drm/drm 0x170c8531 drm_gem_vm_open +EXPORT_SYMBOL drivers/gpu/drm/drm 0x17db5526 drm_gtf_mode_complex +EXPORT_SYMBOL drivers/gpu/drm/drm 0x18a8a727 drm_event_reserve_init_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0x19b2ec45 drm_release_noglobal +EXPORT_SYMBOL drivers/gpu/drm/drm 0x19c9e8a5 drm_gem_prime_mmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1a411479 drm_syncobj_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1a4edc9a drm_privacy_screen_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1b009cc1 drm_mode_get_tile_group +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1b383622 drm_warn_on_modeset_not_all_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1b61a87c drm_bridge_chain_post_disable +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1b87b412 drm_panel_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1cf4bc20 drm_event_reserve_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1e1d3226 drm_set_preferred_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1e4748a2 drm_crtc_arm_vblank_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1e9dcd98 drm_vblank_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1ee9a29b drm_property_add_enum +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1fd2978c drm_atomic_get_new_bridge_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2108cfbc drm_client_modeset_dpms +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2183c08c drm_mm_scan_add_block +EXPORT_SYMBOL drivers/gpu/drm/drm 0x22048ae3 drm_vblank_work_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2248270c drm_property_create_signed_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x23edb3af drm_modeset_unlock +EXPORT_SYMBOL drivers/gpu/drm/drm 0x244754f5 drm_mode_create_tile_group +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 0x24f175f1 drm_crtc_from_index +EXPORT_SYMBOL drivers/gpu/drm/drm 0x25a33db5 drm_color_lut_check +EXPORT_SYMBOL drivers/gpu/drm/drm 0x25daad93 __drm_mm_interval_first +EXPORT_SYMBOL drivers/gpu/drm/drm 0x260e0c1c drm_gem_map_dma_buf +EXPORT_SYMBOL drivers/gpu/drm/drm 0x262e6299 drm_framebuffer_unregister_private +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2743888d drm_gem_map_attach +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2754dad8 drm_mm_reserve_node +EXPORT_SYMBOL drivers/gpu/drm/drm 0x27ba5188 drm_framebuffer_lookup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x28233475 drm_sysfs_connector_status_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0x28779e52 drm_printf +EXPORT_SYMBOL drivers/gpu/drm/drm 0x29524600 drm_mode_create_hdmi_colorspace_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x29d6300e drm_framebuffer_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x29f078d1 drm_mode_legacy_fb_format +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2a398d5a drm_plane_get_damage_clips +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2a53e3fe drm_driver_legacy_fb_format +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2a962499 drm_mm_scan_init_with_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2b54e467 drm_gem_vmap_unlocked +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2b656a77 drm_gem_handle_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2bb9f23e drm_crtc_vblank_off +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2bc6dd1d drm_connector_unregister +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2d6eb7c5 drm_atomic_nonblocking_commit +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2d908dbf drm_connector_update_edid_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2e4fca17 drm_send_event_timestamp_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2e5ca620 drm_connector_set_link_status_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2ec9cd1d drm_mode_set_config_internal +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2ed3c600 drm_mode_debug_printmodeline +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2f0667d8 drm_crtc_vblank_helper_get_vblank_timestamp +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2f476172 drm_privacy_screen_lookup_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3000def1 drm_privacy_screen_unregister +EXPORT_SYMBOL drivers/gpu/drm/drm 0x30037d06 drm_wait_one_vblank +EXPORT_SYMBOL drivers/gpu/drm/drm 0x31b8a5e3 __drm_set_edid_firmware_path +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3299c1a7 drm_aperture_remove_conflicting_pci_framebuffers +EXPORT_SYMBOL drivers/gpu/drm/drm 0x32a0cc37 drm_print_bits +EXPORT_SYMBOL drivers/gpu/drm/drm 0x33e7861d drm_mode_validate_driver +EXPORT_SYMBOL drivers/gpu/drm/drm 0x351032ed drm_atomic_set_crtc_for_plane +EXPORT_SYMBOL drivers/gpu/drm/drm 0x35844b07 drm_mode_create_dp_colorspace_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x35a8afc2 drm_client_modeset_commit +EXPORT_SYMBOL drivers/gpu/drm/drm 0x35e51841 drm_atomic_get_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0x36259d6a drm_crtc_wait_one_vblank +EXPORT_SYMBOL drivers/gpu/drm/drm 0x37b8a326 drm_crtc_enable_color_mgmt +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3867e8ec drm_crtc_init_with_planes +EXPORT_SYMBOL drivers/gpu/drm/drm 0x38690d99 drm_detect_hdmi_monitor +EXPORT_SYMBOL drivers/gpu/drm/drm 0x38b2b3bb drm_mode_create_tv_margin_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0x38e3d215 drm_crtc_vblank_restore +EXPORT_SYMBOL drivers/gpu/drm/drm 0x38e54d88 drm_atomic_commit +EXPORT_SYMBOL drivers/gpu/drm/drm 0x397c3d27 drm_edid_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0x39f32ab1 drm_plane_create_zpos_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3ab87110 drm_mode_equal_no_clocks +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3b0e5e9c __drm_puts_coredump +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3c22a4d8 drm_vma_offset_manager_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3cdc37e9 drm_edid_to_speaker_allocation +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3db9b9f1 drm_bridge_chain_enable +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3f3d2edb drm_modeset_drop_locks +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3f405489 __drm_printfn_err +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3f90e592 drm_send_event_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3fce3c71 drm_atomic_bridge_chain_check +EXPORT_SYMBOL drivers/gpu/drm/drm 0x402220a5 drm_atomic_get_crtc_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0x40996d3c drm_crtc_vblank_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0x41a02ee9 drm_connector_init_with_ddc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4261a9bc __drmm_mutex_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0x42d9896d drm_dev_unplug +EXPORT_SYMBOL drivers/gpu/drm/drm 0x43345815 drm_mode_validate_ycbcr420 +EXPORT_SYMBOL drivers/gpu/drm/drm 0x43e18397 drm_mode_plane_set_obj_prop +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4403a9c3 drm_mode_get_hv_timing +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4437192d devm_drm_bridge_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4489a5e9 drm_edid_raw +EXPORT_SYMBOL drivers/gpu/drm/drm 0x44eee1db drm_framebuffer_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x452d49d8 drm_mode_find_dmt +EXPORT_SYMBOL drivers/gpu/drm/drm 0x456dcc6f drm_client_buffer_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4575a0ca drm_mode_set_crtcinfo +EXPORT_SYMBOL drivers/gpu/drm/drm 0x46741764 drm_edid_read +EXPORT_SYMBOL drivers/gpu/drm/drm 0x46b877e4 drm_crtc_vblank_on +EXPORT_SYMBOL drivers/gpu/drm/drm 0x46dcbab8 drm_calc_timestamping_constants +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4831da6e drm_vma_offset_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0x49b343a8 drm_atomic_state_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4a35d30d drm_mode_set_name +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4a41804e drm_master_internal_acquire +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4a5b5d89 drm_modeset_acquire_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4b7ebf95 drm_mm_remove_node +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4ccd95c0 drm_privacy_screen_register +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4d4df140 drm_gem_get_pages +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4de6aa0c drm_atomic_get_connector_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4e2a621e drm_prime_sg_to_dma_addr_array +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4e4aa511 drm_gem_object_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4ea9cbe9 drm_atomic_set_fb_for_plane +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4f1216ab drm_atomic_state_clear +EXPORT_SYMBOL drivers/gpu/drm/drm 0x501dbe56 drm_atomic_state_default_clear +EXPORT_SYMBOL drivers/gpu/drm/drm 0x50674de7 drm_timeout_abs_to_jiffies +EXPORT_SYMBOL drivers/gpu/drm/drm 0x50a0e7e6 drm_cvt_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x50f2753c drm_clflush_pages +EXPORT_SYMBOL drivers/gpu/drm/drm 0x513072fe __drm_puts_seq_file +EXPORT_SYMBOL drivers/gpu/drm/drm 0x51aa2c3f drm_debugfs_remove_files +EXPORT_SYMBOL drivers/gpu/drm/drm 0x521ad6d0 drm_puts +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5221e653 drm_syncobj_find_fence +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5239f077 drm_property_create_bool +EXPORT_SYMBOL drivers/gpu/drm/drm 0x53960392 drm_mode_put_tile_group +EXPORT_SYMBOL drivers/gpu/drm/drm 0x54a35915 drm_mode_object_find +EXPORT_SYMBOL drivers/gpu/drm/drm 0x54cadec9 drm_gem_prime_import_dev +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5580f4f1 drm_vblank_work_schedule +EXPORT_SYMBOL drivers/gpu/drm/drm 0x55eb38da drm_format_info +EXPORT_SYMBOL drivers/gpu/drm/drm 0x560c23a4 __drmm_add_action +EXPORT_SYMBOL drivers/gpu/drm/drm 0x56f20e3f drm_dev_register +EXPORT_SYMBOL drivers/gpu/drm/drm 0x570fecf2 drm_atomic_set_mode_for_crtc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x572cdc8a drm_client_rotation +EXPORT_SYMBOL drivers/gpu/drm/drm 0x57698a50 drm_mm_takedown +EXPORT_SYMBOL drivers/gpu/drm/drm 0x578f19db drm_dev_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0x57b6efe3 drm_ioctl_flags +EXPORT_SYMBOL drivers/gpu/drm/drm 0x57d7637b drm_modeset_lock_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x58c0ae54 drm_panel_enable +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5902904e drm_vblank_work_cancel_sync +EXPORT_SYMBOL drivers/gpu/drm/drm 0x59056243 drm_mm_replace_node +EXPORT_SYMBOL drivers/gpu/drm/drm 0x591f7b84 drm_gem_lru_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5acf8f97 drm_gem_prime_import +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5b40c0c9 drm_gem_dmabuf_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5bffc441 drm_dev_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5c27811d drm_plane_create_scaling_filter_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5d2d4d55 drm_atomic_add_encoder_bridges +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5d36c01e drm_plane_from_index +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5ef37299 drm_gem_prime_fd_to_handle +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5efc012b drm_writeback_connector_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5f1207aa drm_client_framebuffer_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5f5ac583 drm_connector_oob_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5f6927c1 drm_gem_object_lookup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5f7985a5 drm_mm_scan_remove_block +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5fcf7aa4 drm_property_lookup_blob +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5fe4c1c1 drm_panel_disable +EXPORT_SYMBOL drivers/gpu/drm/drm 0x60e5be8c drm_property_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0x61703e76 drm_master_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6187aee8 __drm_atomic_helper_disable_plane +EXPORT_SYMBOL drivers/gpu/drm/drm 0x61ce167a __drmm_universal_plane_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x63bf2ca2 drm_handle_vblank +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6429e42d drm_gem_dma_resv_wait +EXPORT_SYMBOL drivers/gpu/drm/drm 0x64c4d5a2 drm_gem_vunmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x65702bd6 drm_default_rgb_quant_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x660ff7e4 drm_dev_unregister +EXPORT_SYMBOL drivers/gpu/drm/drm 0x66433cb0 __drm_universal_plane_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x670c8bdb drmm_crtc_init_with_planes +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6784afdc drm_crtc_vblank_count +EXPORT_SYMBOL drivers/gpu/drm/drm 0x67ebef4a drm_gem_put_pages +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6910e4cd drm_format_info_min_pitch +EXPORT_SYMBOL drivers/gpu/drm/drm 0x69353664 __drm_debug +EXPORT_SYMBOL drivers/gpu/drm/drm 0x69e1bf40 drm_clflush_sg +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6a94ce99 drm_connector_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6ac01ea8 drm_edid_to_sad +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6b114dd9 drm_gtf_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6beb0079 drm_connector_attach_hdr_output_metadata_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6cf76786 drm_connector_list_iter_begin +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6d82b439 drm_atomic_bridge_chain_disable +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6e300d38 drm_syncobj_get_fd +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6e47e292 drm_framebuffer_plane_width +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6f0d6bc9 drmm_kmalloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7036802e drm_mode_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0x70a6bc1d drm_property_replace_blob +EXPORT_SYMBOL drivers/gpu/drm/drm 0x71477d35 drm_client_modeset_probe +EXPORT_SYMBOL drivers/gpu/drm/drm 0x718259bf __drm_dev_dbg +EXPORT_SYMBOL drivers/gpu/drm/drm 0x71e1209b drm_connector_set_vrr_capable_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7299860f __drmm_encoder_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x73d1fc9b drm_aperture_remove_conflicting_framebuffers +EXPORT_SYMBOL drivers/gpu/drm/drm 0x74fc6fbd drm_format_info_block_width +EXPORT_SYMBOL drivers/gpu/drm/drm 0x75976371 drm_get_format_info +EXPORT_SYMBOL drivers/gpu/drm/drm 0x75a0c9d5 drm_plane_create_color_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0x75ca2db9 drm_prime_pages_to_sg +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7649d937 drm_probe_ddc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x772cbab9 drm_edid_override_connector_update +EXPORT_SYMBOL drivers/gpu/drm/drm 0x79114329 drm_framebuffer_plane_height +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7929806f drm_syncobj_replace_fence +EXPORT_SYMBOL drivers/gpu/drm/drm 0x797b31c1 drm_privacy_screen_register_notifier +EXPORT_SYMBOL drivers/gpu/drm/drm 0x79c00fa2 drm_edid_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7a912e39 drm_send_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7ac73317 drm_writeback_prepare_job +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7b2e2166 drm_vma_node_revoke +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7c545285 drm_edid_get_monitor_name +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7c93eb12 drm_atomic_get_bridge_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7d24451d drm_property_blob_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7d6c5190 drm_plane_create_alpha_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7e3277f8 ___drm_dbg +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7e8d73cf drm_writeback_queue_job +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7ec36d8d drm_atomic_get_private_obj_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7edf470b drm_edid_duplicate +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7f9c6fee drm_file_get_master +EXPORT_SYMBOL drivers/gpu/drm/drm 0x81446e9c drm_mode_create_scaling_mode_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x820ac5c0 drm_vma_node_allow_once +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8216eab0 drm_client_dev_hotplug +EXPORT_SYMBOL drivers/gpu/drm/drm 0x82612ff9 drm_gem_dmabuf_mmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x826c33ab drm_sysfs_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0x84891ca8 drm_property_create_blob +EXPORT_SYMBOL drivers/gpu/drm/drm 0x84f36eb4 drm_connector_update_privacy_screen +EXPORT_SYMBOL drivers/gpu/drm/drm 0x85799a3a drm_modeset_lock_single_interruptible +EXPORT_SYMBOL drivers/gpu/drm/drm 0x87003e9e drm_connector_set_panel_orientation_with_quirk +EXPORT_SYMBOL drivers/gpu/drm/drm 0x872de554 drm_bridge_chain_pre_enable +EXPORT_SYMBOL drivers/gpu/drm/drm 0x873f9f1b drm_panel_of_backlight +EXPORT_SYMBOL drivers/gpu/drm/drm 0x87592c36 drm_bridge_attach +EXPORT_SYMBOL drivers/gpu/drm/drm 0x87f88260 drm_mode_object_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0x898baa97 drm_event_cancel_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8992b9ef drm_syncobj_add_point +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8aa5f47b drm_syncobj_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8abbc091 drm_client_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8b7b4b05 drm_mode_object_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8c35d2cf drm_mode_is_420 +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8ce67c5b drm_mode_create_suggested_offset_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8ce8667a drm_prime_gem_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8d72789e drm_edid_is_valid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8d7ed590 drm_edid_get_panel_id +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8dfcc0a1 drm_invalid_op +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8efe4a32 drm_mode_create_tv_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8f3177e2 drm_atomic_bridge_chain_post_disable +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8f9139b6 drm_writeback_get_out_fence +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8ff8a291 drm_object_property_set_value +EXPORT_SYMBOL drivers/gpu/drm/drm 0x90143ea3 drm_plane_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x90539a25 drm_crtc_set_max_vblank_count +EXPORT_SYMBOL drivers/gpu/drm/drm 0x90d657c7 drm_mode_duplicate +EXPORT_SYMBOL drivers/gpu/drm/drm 0x911a3210 drmm_encoder_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x92485614 drm_client_modeset_check +EXPORT_SYMBOL drivers/gpu/drm/drm 0x934705f1 drm_connector_list_update +EXPORT_SYMBOL drivers/gpu/drm/drm 0x947d892d drm_plane_create_zpos_immutable_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x94f56486 drm_property_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0x96ac58e0 drm_encoder_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x96cab060 drm_any_plane_has_format +EXPORT_SYMBOL drivers/gpu/drm/drm 0x96e30b16 drm_mode_config_reset +EXPORT_SYMBOL drivers/gpu/drm/drm 0x96f76a98 drm_dev_enter +EXPORT_SYMBOL drivers/gpu/drm/drm 0x98066532 __drmm_add_action_or_reset +EXPORT_SYMBOL drivers/gpu/drm/drm 0x982d09b3 drm_format_info_block_height +EXPORT_SYMBOL drivers/gpu/drm/drm 0x985285af drm_is_current_master +EXPORT_SYMBOL drivers/gpu/drm/drm 0x98ee5717 drm_gem_vunmap_unlocked +EXPORT_SYMBOL drivers/gpu/drm/drm 0x98fdd574 drm_gem_mmap_obj +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9a045451 drm_gem_lru_move_tail +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9a5121fe drm_connector_attach_colorspace_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9b285573 drm_match_cea_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9b39728a drm_privacy_screen_unregister_notifier +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9b4962f2 drm_display_mode_from_cea_vic +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 0x9c4fb7e1 drm_get_edid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9cd1edfc drm_atomic_bridge_chain_enable +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9cd8a38d drm_privacy_screen_set_sw_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9ce050be drm_mode_copy +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9d5eb08a drm_connector_list_iter_end +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9ddd1432 drm_panel_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9f7fbed2 drm_mode_is_420_also +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa0017dc8 drm_connector_attach_dp_subconnector_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa1495b24 drm_gem_unmap_dma_buf +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa15404e3 drm_property_create_enum +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa15e2758 drm_noop +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa1f14f79 drm_connector_attach_content_type_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa248afde drm_detect_monitor_audio +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa38c4c94 drm_memcpy_from_wc +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa3dcefb2 drm_atomic_set_mode_prop_for_crtc +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa4b464ac drm_atomic_print_new_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa59cc988 drm_debugfs_create_files +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa61f5d36 drm_prime_sg_to_page_array +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa6bd128a drm_gem_objects_lookup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa7449d07 drmm_kfree +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa74ad5e0 drm_crtc_vblank_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa774f3b1 drm_edid_read_ddc +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa8498f15 drm_crtc_commit_wait +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa956955b drm_gem_lru_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa9c3d828 drm_connector_attach_privacy_screen_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0xaa738fa6 drm_put_dev +EXPORT_SYMBOL drivers/gpu/drm/drm 0xad4e902b drm_color_ctm_s31_32_to_qm_n +EXPORT_SYMBOL drivers/gpu/drm/drm 0xadb26a54 drm_edid_connector_update +EXPORT_SYMBOL drivers/gpu/drm/drm 0xae277372 __drm_crtc_commit_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0xae645f2d drm_crtc_vblank_reset +EXPORT_SYMBOL drivers/gpu/drm/drm 0xae6b819b drm_bridge_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0xae6d2a29 drm_connector_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xae93cfad drm_connector_create_privacy_screen_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0xaeb20bc1 drm_mode_prune_invalid +EXPORT_SYMBOL drivers/gpu/drm/drm 0xaec471cf drm_connector_attach_max_bpc_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xaf8084c1 drm_atomic_add_affected_planes +EXPORT_SYMBOL drivers/gpu/drm/drm 0xafe9bbd6 drm_gem_object_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb086c74b drm_panel_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb0d117e1 drm_connector_attach_tv_margin_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb11ac7a7 __drm_err +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb1d2dbea drm_property_create_bitmask +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb212dc3e drm_edid_dup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb2d4b066 drm_client_modeset_commit_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb30471e2 drm_dev_printk +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb322a718 drm_mode_create_dvi_i_properties +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 0xb42de1fa drm_add_modes_noedid +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb6127243 drm_need_swiotlb +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb6ee4ef5 drm_sysfs_connector_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb7db49c0 drm_syncobj_get_handle +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb97c4306 drm_modeset_lock_all_ctx +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb9cad492 __drm_atomic_state_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0xba8b8178 drm_gem_dmabuf_vunmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbb43f328 drm_panel_unprepare +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbc21b7c3 drm_connector_set_path_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbc3d31c4 drm_bridge_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbc6ca3da drm_connector_attach_encoder +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbc732d54 drm_connector_attach_vrr_capable_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbca1ee67 drm_mode_config_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbdac567a drm_display_info_set_bus_formats +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbdfb59d6 drm_privacy_screen_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbf8fd5a0 drm_poll +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbfec70cc drm_bridge_chain_mode_fixup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc05655fa drm_client_register +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc2db4e2d drm_gem_free_mmap_offset +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc3d59ad3 drm_add_edid_modes +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc41bf7b7 drm_gem_dmabuf_export +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc43b6911 drm_hdmi_avi_infoframe_from_display_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc574fc24 drm_atomic_get_old_bridge_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc619fc62 drmm_mode_config_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc6939bc3 drm_gem_dmabuf_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc6a86896 drm_atomic_private_obj_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc7910e38 drm_vma_offset_lookup_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc792f7aa drm_connector_list_iter_next +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc7c297e9 drm_connector_attach_privacy_screen_provider +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc7d04fc5 drm_vma_node_allow +EXPORT_SYMBOL drivers/gpu/drm/drm 0xca5ddd98 drm_gem_lock_reservations +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcbdc0d45 drm_framebuffer_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcc11ae55 drm_mode_probed_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcc6fc7d2 drm_get_edid_switcheroo +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcc91399b drm_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcd123a54 drm_gem_create_mmap_offset +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcdb99cc9 drm_mode_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcde984bc drm_connector_register +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcead6b5b drm_print_regset32 +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd023584a drm_property_replace_global_blob +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd04c29c7 drm_crtc_vblank_count_and_time +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd0e5a607 drm_master_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd13f9985 drm_edid_block_valid +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd1745768 drm_crtc_accurate_vblank_count +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd19e532d drm_edid_read_custom +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd1a495cf drm_dev_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd263d03b drm_crtc_check_viewport +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd2bb1679 drm_atomic_get_new_connector_for_encoder +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd3acc04e drm_client_buffer_vunmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd41320dd drm_connector_attach_edid_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd453133d drm_gem_vm_close +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd5210f45 drm_mode_crtc_set_gamma_size +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd537f845 drm_property_blob_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd593f125 drm_atomic_get_old_connector_for_encoder +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd680a377 drm_gem_object_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd741cc60 drm_bridge_chain_disable +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd7a9cf42 drm_mode_validate_size +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd7b340e3 drm_connector_attach_scaling_mode_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd7c754ce drm_crtc_vblank_waitqueue +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd7f85cf4 drm_gem_unlock_reservations +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd8f7773e drm_hdmi_avi_infoframe_quant_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0xda10fb62 drm_property_create_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0xda47665f drm_mode_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0xda8ecd79 __drm_atomic_helper_set_config +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdacdcef7 drm_client_framebuffer_flush +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdad9c8b1 drm_prime_get_contiguous_size +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdb37bdef drm_master_internal_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdbe4842b drm_privacy_screen_call_notifier_chain +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdc8066b5 drm_plane_get_damage_clips_count +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdca32768 drm_crtc_create_scaling_filter_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdd078576 drm_dev_has_vblank +EXPORT_SYMBOL drivers/gpu/drm/drm 0xddaa6013 drm_gem_lru_scan +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 0xdfec4d0a drmm_connector_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe2ce8879 drm_encoder_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe317082a __drm_printfn_info +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe3a676a6 drm_connector_set_panel_orientation +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe633a4cd drm_format_info_bpp +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe6e7c947 drm_mode_create_from_cmdline_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe735dc16 drm_panel_get_modes +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 0xe8cbd678 drm_atomic_get_new_private_obj_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe93f80b6 drm_vblank_work_flush +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe99a53dc drm_crtc_handle_vblank +EXPORT_SYMBOL drivers/gpu/drm/drm 0xea00fe81 __drm_printfn_coredump +EXPORT_SYMBOL drivers/gpu/drm/drm 0xea091220 drm_gem_mmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0xea398a28 drm_gem_handle_delete +EXPORT_SYMBOL drivers/gpu/drm/drm 0xeaf57552 drm_property_create_object +EXPORT_SYMBOL drivers/gpu/drm/drm 0xed1dfba6 drm_writeback_cleanup_job +EXPORT_SYMBOL drivers/gpu/drm/drm 0xeda3ecc7 drm_gem_private_object_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xee517e63 drm_client_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xef67ef29 drm_state_dump +EXPORT_SYMBOL drivers/gpu/drm/drm 0xef861d98 drm_connector_set_orientation_from_panel +EXPORT_SYMBOL drivers/gpu/drm/drm 0xefe33124 drm_atomic_get_old_private_obj_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf0517d7a drm_mm_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf0a672c4 drm_object_property_get_value +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 0xf1c6a8fa drm_object_property_get_default_value +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf1d83bd7 drm_modeset_lock +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf406e46a drm_get_connector_type_name +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf421ad05 drm_object_attach_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf44d305d drm_modeset_lock_all +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf58228ac drm_bridge_chain_mode_valid +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf5bb0707 drm_connector_set_tile_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf6fd9a8b drm_gem_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf824c7db __drm_printfn_debug +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfc59f1df drm_av_sync_delay +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfc61c4cd __drmm_crtc_alloc_with_planes +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfda6b6b2 drm_atomic_bridge_chain_pre_enable +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfeb953b1 __drm_printfn_seq_file +EXPORT_SYMBOL drivers/gpu/drm/drm 0xff5ea752 drm_crtc_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xffb0b3c4 drm_mode_create_content_type_property +EXPORT_SYMBOL drivers/gpu/drm/drm_buddy 0x22d53779 drm_buddy_free_list +EXPORT_SYMBOL drivers/gpu/drm/drm_buddy 0x2d9e9583 drm_buddy_print +EXPORT_SYMBOL drivers/gpu/drm/drm_buddy 0x40d76a49 drm_get_buddy +EXPORT_SYMBOL drivers/gpu/drm/drm_buddy 0x9f44c898 drm_buddy_init +EXPORT_SYMBOL drivers/gpu/drm/drm_buddy 0xabb5a026 drm_buddy_block_trim +EXPORT_SYMBOL drivers/gpu/drm/drm_buddy 0xbd5b3bcc drm_buddy_free_block +EXPORT_SYMBOL drivers/gpu/drm/drm_buddy 0xc30d71cc drm_buddy_block_print +EXPORT_SYMBOL drivers/gpu/drm/drm_buddy 0xfa150882 drm_buddy_fini +EXPORT_SYMBOL drivers/gpu/drm/drm_buddy 0xff748b76 drm_buddy_alloc_blocks +EXPORT_SYMBOL drivers/gpu/drm/drm_dma_helper 0x8bf95485 drm_gem_dma_print_info +EXPORT_SYMBOL drivers/gpu/drm/drm_dma_helper 0xe367b38c drm_gem_dma_prime_import_sg_table_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x00377288 drm_gem_simple_kms_duplicate_shadow_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x0066dbd7 __drm_atomic_helper_connector_destroy_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x01fccd93 drm_i2c_encoder_detect +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x02306073 drm_atomic_helper_disable_planes_on_crtc +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x02ecae69 __drm_atomic_helper_plane_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x032e6936 drm_gem_simple_kms_reset_shadow_plane +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x057bc390 drm_helper_encoder_in_use +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x07326cdf drm_mode_config_helper_suspend +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x09713be3 drm_connector_helper_get_modes_fixed +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x09956011 drm_fb_helper_cfb_write +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x0cc29d68 drm_crtc_helper_atomic_check +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x0d063358 drm_helper_disable_unused_functions +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x0e725e36 drm_helper_connector_dpms +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x0e78f592 drm_atomic_helper_check +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x0f2cc704 drm_fb_helper_sys_read +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x0fc11023 drm_fb_helper_debug_enter +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x127a8c6b drm_flip_work_queue +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x14d1bb25 drm_atomic_helper_plane_destroy_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x17202def drm_gem_simple_kms_end_shadow_fb_access +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x17a7becd drm_fb_helper_sys_imageblit +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x18b59626 drm_i2c_encoder_prepare +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x19b1218a drm_fb_swab +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x1b345563 drm_kms_helper_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x1c856609 drm_atomic_helper_commit_cleanup_done +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x1d5e91a3 drm_connector_helper_get_modes_from_ddc +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x1d80af14 __drm_atomic_helper_connector_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x1d96a2fd drm_crtc_helper_set_mode +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x1df71da7 drm_fb_helper_alloc_info +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x1f2499a7 drm_panel_bridge_remove +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x1f91d074 drm_fb_helper_fini +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x207574bd drm_kms_helper_poll_enable +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x209b6297 drm_atomic_helper_commit_planes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x21d541eb drm_flip_work_queue_task +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x22ef6e93 drm_atomic_helper_bridge_destroy_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x241f801c drm_fb_xrgb8888_to_rgb332 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x284dada2 drm_bridge_is_panel +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x29d45643 drm_self_refresh_helper_alter_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2ab4fc33 drm_atomic_helper_async_commit +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2d50570f drm_rect_calc_hscale +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2dac5755 drm_atomic_helper_set_config +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2dc1a9a6 drm_atomic_helper_fake_vblank +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2df7c372 __drm_gem_destroy_shadow_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2f5b6c13 drm_fb_build_fourcc_list +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x300e1560 drm_i2c_encoder_commit +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x306356a1 drm_atomic_helper_damage_iter_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x31035c42 drm_helper_probe_single_connector_modes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x356be6cf __drm_atomic_helper_bridge_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x37038e6f __drm_atomic_helper_plane_state_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x375654dd __drm_gem_duplicate_shadow_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x390b4cc4 drm_mode_config_helper_resume +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x39ec7cfa drm_fb_helper_check_var +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3b7f3fd0 drm_connector_helper_hpd_irq_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3cbf69ca drm_helper_mode_fill_fb_struct +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3dc1c28e drm_atomic_helper_setup_commit +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3f3dbb05 drm_kms_helper_poll_fini +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3f52aaad drm_fb_helper_blank +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3f957e07 drm_fb_helper_cfb_imageblit +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3fca9c49 drm_fb_helper_set_par +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x425da85a drm_atomic_helper_plane_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x43d94acc drm_plane_helper_update_primary +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x466df44d drm_atomic_helper_calc_timestamping_constants +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x47ad1154 drm_kms_helper_poll_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x48f7b517 drm_atomic_helper_dirtyfb +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4a2d5831 drm_fb_helper_output_poll_changed +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4aa75bc7 drm_i2c_encoder_dpms +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4b5680de __drm_atomic_helper_private_obj_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4c6eb708 drm_gem_simple_kms_begin_shadow_fb_access +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4de95e79 devm_drm_panel_bridge_add_typed +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4e11ceb3 drm_helper_crtc_in_use +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x507e313e drm_fb_helper_set_suspend_unlocked +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x51374f7a drm_atomic_helper_connector_destroy_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x54126715 drm_i2c_encoder_save +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5542443b drm_flip_work_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x587fc9b1 drm_fb_helper_cfb_copyarea +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5a4734d1 drm_kms_helper_is_poll_worker +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5b7cf172 drm_fb_helper_deferred_io +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5e760b4e drm_fb_helper_cfb_read +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5f3b51b2 drm_fb_xrgb8888_to_gray8 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5f5b0fed drm_atomic_helper_async_check +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5fb65f81 drm_helper_hpd_irq_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5ff5de8e drm_gem_destroy_shadow_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5ff7b994 drm_atomic_helper_commit_modeset_enables +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6017d136 drm_atomic_helper_prepare_planes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x61e3c79a drm_atomic_helper_bridge_propagate_bus_fmt +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x625f8e85 drm_fb_helper_setcmap +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x62f8c3f2 drm_atomic_helper_bridge_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6393740a drm_self_refresh_helper_update_avg_times +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x66201ab6 drm_atomic_helper_swap_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6713e21a drm_fb_xrgb8888_to_xrgb2101010 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x68ae8c8c __drm_atomic_helper_plane_destroy_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x69e39eff __drm_atomic_helper_bridge_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6aef47b4 drm_atomic_helper_check_modeset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6b5c2b06 drm_atomic_helper_damage_iter_next +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6bb36f48 drm_atomic_helper_damage_merged +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6cbcfb6d drm_fb_helper_restore_fbdev_mode_unlocked +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6e1d8b0f drm_panel_bridge_set_orientation +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6e30ba8e drm_rect_rotate_inv +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x713b0d85 drm_atomic_helper_connector_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x736fe91d drm_atomic_helper_connector_tv_margins_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x763d5b3f drm_atomic_helper_commit_tail +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x776408c6 __drm_gem_reset_shadow_plane +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x77fce010 drm_self_refresh_helper_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x78c0aa5e drm_gem_simple_kms_destroy_shadow_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7b8da73a drm_fb_helper_cfb_fillrect +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7d508544 drm_plane_helper_disable_primary +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7fb79145 __drm_atomic_helper_plane_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x80c742fa drm_simple_encoder_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x80ed64ad drm_atomic_helper_commit_hw_done +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x80fe318a drm_fb_helper_lastclose +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x817c77fe drm_i2c_encoder_restore +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x83e6dcf4 drm_atomic_helper_wait_for_flip_done +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x83f47dba drm_i2c_encoder_mode_fixup +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x842dd90c drm_flip_work_commit +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x871ab41a drm_rect_intersect +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x881b66f9 drm_crtc_helper_set_config +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x891387a1 drm_fb_helper_debug_leave +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x899b32d4 drm_fb_helper_initial_config +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x89e0d740 drm_atomic_helper_check_planes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8e5da9d9 drm_atomic_helper_check_wb_encoder_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8ed62b44 drm_fb_helper_sys_write +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8ee341fc drm_fb_xrgb8888_to_rgb565 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8ee860e7 drm_atomic_helper_check_plane_damage +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9086c98e drm_atomic_helper_crtc_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x91fec1cc drm_rect_calc_vscale +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x926304df drm_panel_bridge_add_typed +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x927a1df6 drm_fbdev_generic_setup +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x96f0b8a8 drm_gem_end_shadow_fb_access +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x971f7ffb drm_fb_xrgb8888_to_mono +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x973fa64c drm_atomic_helper_page_flip +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x98e76714 drm_fb_helper_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x99fd20aa drm_rect_clip_scaled +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9a06e914 drm_plane_helper_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9a40085b drm_atomic_helper_commit +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9d8da717 drm_atomic_helper_update_plane +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9e99e739 drm_atomic_helper_commit_duplicated_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa14b009a drm_fb_helper_ioctl +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa2340c87 __drm_atomic_helper_connector_state_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa6afaf95 drm_helper_probe_detect +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa6b9edf2 drm_atomic_helper_disable_all +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa6c1e088 drm_atomic_helper_crtc_destroy_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa75cec0d drm_atomic_helper_commit_modeset_disables +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa837592f drm_helper_resume_force_mode +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xac6bd59c drm_gem_simple_display_pipe_prepare_fb +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb053adda drm_rect_rotate +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb2e678e0 drm_gem_fb_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb359a9d6 drm_fb_helper_set_suspend +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb3968ff0 __drm_atomic_helper_crtc_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb4dac81d drm_gem_fb_vunmap +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb6198096 drm_gem_fb_begin_cpu_access +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb68562a3 drm_self_refresh_helper_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb6a6b711 drm_fb_clip_offset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb8c80eaf drm_atomic_helper_connector_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xbaacca8c drm_atomic_helper_plane_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xbc960f66 drm_atomic_helper_cleanup_planes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc094ee51 drm_gem_fb_create_handle +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc1891bc4 drm_kms_helper_poll_disable +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc1bfe4ad drm_plane_helper_atomic_check +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc1c31c55 drm_atomic_helper_disable_plane +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc3186bc2 drm_fb_helper_pan_display +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc6323239 drm_flip_work_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc64eba7d drm_gem_reset_shadow_plane +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc7ca5f4d drm_atomic_helper_crtc_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc9febf17 drm_atomic_helper_check_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xca089f86 drm_helper_move_panel_connectors_to_head +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xcb2340b8 drm_rect_debug_print +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xcbefff63 drm_atomic_helper_wait_for_fences +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xcc5a8ee5 __drm_atomic_helper_crtc_state_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xccad898d drm_atomic_helper_shutdown +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xccbf7817 drm_fb_blit +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xcde70145 drm_fb_helper_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xce0d2d34 drm_crtc_helper_mode_valid_fixed +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xcf11a549 drm_flip_work_allocate_task +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd0261f16 drm_i2c_encoder_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd05f8c92 drm_atomic_helper_wait_for_vblanks +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd1efa007 __drm_atomic_helper_connector_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd1fc727c drm_fb_helper_sys_fillrect +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd48f5809 drm_gem_fb_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd5110448 drm_crtc_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd6bf6518 drm_atomic_helper_bridge_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd7de440a drm_atomic_helper_page_flip_target +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd84959cc drm_simple_display_pipe_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xdaad98c9 drm_fb_memcpy +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xde8ac4cb drm_fb_helper_prepare +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xdf040ef6 drm_atomic_helper_commit_tail_rpm +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xdf43c2e7 drm_atomic_helper_wait_for_dependencies +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe1cb29f0 drm_atomic_helper_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe30bf7d1 drm_atomic_helper_suspend +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe348de4b drm_fb_helper_unregister_info +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe3565b7c drm_kms_helper_connector_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe6006c94 drm_fb_xrgb8888_to_rgb888 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe62e4631 drm_atomic_helper_update_legacy_modeset_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe66a3f0d drm_i2c_encoder_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe67f3e17 drm_helper_force_disable_all +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe6bf2b74 drm_gem_duplicate_shadow_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe864dc15 drm_i2c_encoder_mode_set +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe932eea5 drmm_panel_bridge_add +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe974f2f6 drm_atomic_helper_check_crtc_primary_plane +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xee5b71f6 __drm_atomic_helper_crtc_destroy_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xeff65d8e drm_atomic_helper_commit_planes_on_crtc +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf20e1cf7 drm_fb_helper_sys_copyarea +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf2a5bc9a drm_simple_display_pipe_attach_bridge +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf3eaf78d __drmm_simple_encoder_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf430b98a drm_fb_helper_fill_info +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf78da258 drm_panel_bridge_add +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf9d7a09e drm_panel_bridge_connector +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xfad86528 drm_connector_helper_get_modes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xfbfd52d5 drm_gem_fb_end_cpu_access +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xfc4c713a devm_drm_panel_bridge_add +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xfd2a185f __drm_atomic_helper_crtc_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xfddc6f90 drm_gem_begin_shadow_fb_access +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xfedbda88 drm_atomic_helper_resume +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x00c04faf mipi_dbi_hw_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x0233ed3c mipi_dbi_command_read +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x084c99ef mipi_dbi_dev_init_with_formats +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x230069ae mipi_dbi_debugfs_init +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x2d50f2c8 mipi_dbi_dev_init +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x2d5e1e62 mipi_dbi_command_buf +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x37194e29 mipi_dbi_spi_init +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x56022780 mipi_dbi_poweron_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x5a2ae493 mipi_dbi_buf_copy +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x75825cd2 mipi_dbi_spi_transfer +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x9aa53eb0 mipi_dbi_spi_cmd_max_speed +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x9ce0a52a mipi_dbi_pipe_disable +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xa161114a mipi_dbi_pipe_update +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xca237866 mipi_dbi_poweron_conditional_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xd62167a9 mipi_dbi_enable_flush +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xe60b0b3f mipi_dbi_pipe_mode_valid +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xf0bc5f73 mipi_dbi_command_stackbuf +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xf535d9b7 mipi_dbi_display_is_on +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0x258a9bc4 drm_gem_shmem_print_info +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0x3c49f392 drm_gem_shmem_purge +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0x55a0276a drm_gem_shmem_purge_locked +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0x6ae47c28 drm_gem_shmem_vunmap +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0x7732eb28 drm_gem_shmem_get_pages +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0x88a6ecd1 drm_gem_shmem_pin +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0x911ea365 drm_gem_shmem_madvise +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0xaad30447 drm_gem_shmem_unpin +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0xb61a50ed drm_gem_shmem_put_pages +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0xd119e2e8 drm_gem_shmem_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm_ttm_helper 0x5b5a42db drm_gem_ttm_mmap +EXPORT_SYMBOL drivers/gpu/drm/drm_ttm_helper 0x66572219 drm_gem_ttm_print_info +EXPORT_SYMBOL drivers/gpu/drm/drm_ttm_helper 0xdef6a25f drm_gem_ttm_dumb_map_offset +EXPORT_SYMBOL drivers/gpu/drm/drm_ttm_helper 0xdf69ec6b drm_gem_ttm_vunmap +EXPORT_SYMBOL drivers/gpu/drm/drm_ttm_helper 0xecb77d2d drm_gem_ttm_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x0cf268e6 drm_gem_vram_put +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x0e0fafb0 drm_gem_vram_create +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x215f7e27 drm_gem_vram_vunmap +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x31cff59c drm_gem_vram_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x3589c51f drm_gem_vram_simple_display_pipe_cleanup_fb +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x390c2438 drm_vram_helper_mode_valid +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x530b4e2c drm_gem_vram_unpin +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x81425716 drm_gem_vram_simple_display_pipe_prepare_fb +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x9659abb0 drm_gem_vram_plane_helper_cleanup_fb +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x993b8794 drm_gem_vram_fill_create_dumb +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0xa0920549 drm_gem_vram_driver_dumb_create +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0xb8e5d895 drm_gem_vram_offset +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0xd30d9fa5 drmm_vram_helper_init +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0xe6016295 drm_gem_vram_pin +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0xe7e0edc8 drm_vram_mm_debugfs_init +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0xedd32476 drm_gem_vram_plane_helper_prepare_fb +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x0117eeb0 drm_sched_resume_timeout +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x032f57b6 drm_sched_init +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x0a7bc4a9 drm_sched_job_cleanup +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x10c3dc67 drm_sched_entity_modify_sched +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x12ab8660 drm_sched_job_add_implicit_dependencies +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x1537cfef drm_sched_entity_fini +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x47bc1ffb drm_sched_entity_destroy +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x51fd39a6 drm_sched_entity_set_priority +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x5eba320b drm_sched_job_init +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x6a991884 drm_sched_increase_karma +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x6d0589bc drm_sched_job_add_dependency +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x71da52cb drm_sched_fini +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x76762eea drm_sched_job_arm +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x92f2b292 drm_sched_fault +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xc7effe6f drm_sched_start +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xcebcd8b0 drm_sched_entity_push_job +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xd2c60288 drm_sched_job_add_resv_dependencies +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xd9c8fd6b drm_sched_stop +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xdc811025 drm_sched_entity_init +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xe2fc1c04 drm_sched_entity_flush +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xe3e26120 drm_sched_suspend_timeout +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xebc68a2c drm_sched_pick_best +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xf16cbfd9 to_drm_sched_fence +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xf3a9d26a drm_sched_resubmit_jobs +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x000e13c0 ttm_pool_debugfs +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x01cbba48 ttm_agp_bind +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x095df63f ttm_bo_vm_fault_reserved +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x12965a12 ttm_agp_tt_create +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x17c8e32b ttm_bo_move_sync_cleanup +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x1a71d30c ttm_move_memcpy +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x1b1bfbf5 ttm_resource_manager_evict_all +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x21499e80 ttm_bo_vmap +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x21be804a ttm_bo_move_accel_cleanup +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x2237e314 ttm_eu_reserve_buffers +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x30f5a607 ttm_device_clear_dma_mappings +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x322d24cc ttm_kmap_iter_tt_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x3626c6b9 ttm_bo_vm_open +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x39ee2ac8 ttm_bo_lock_delayed_workqueue +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x425aa85b ttm_bo_vm_access +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x43e87284 ttm_lru_bulk_move_tail +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x44d616c0 ttm_bo_put +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x4717be61 ttm_bo_wait +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x48fdb4f0 ttm_bo_unpin +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x6372043d ttm_bo_kmap +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x63fec746 ttm_bo_pin +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x691eb7bf ttm_tt_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x6a847134 ttm_kmap_iter_iomap_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x6cfa93e0 ttm_eu_backoff_reservation +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x72bf7c11 ttm_agp_unbind +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x741b577c ttm_bo_vm_reserve +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x76db2421 ttm_resource_manager_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x8a73fba0 ttm_bo_set_bulk_move +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x8ad0687e ttm_resource_manager_create_debugfs +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x8ca9f5e0 ttm_resource_manager_debug +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x91877061 ttm_bo_mem_space +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x94c56acb ttm_bo_unlock_delayed_workqueue +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x98e2c5c2 ttm_range_man_init_nocheck +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x9aa11be6 ttm_bo_vunmap +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x9c672028 ttm_bo_init_reserved +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xa0461503 ttm_tt_populate +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xa1ba020f ttm_bo_vm_dummy_page +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xa9ac94ef ttm_resource_compat +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xaa538a9f ttm_global_swapout +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xaa8e9d00 ttm_bo_unmap_virtual +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xaab9d024 ttm_bo_move_to_lru_tail +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xacfee532 ttm_bo_move_memcpy +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xad0339ee ttm_bo_eviction_valuable +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xaf201c34 ttm_bo_vm_fault +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xb298ac03 ttm_bo_vm_close +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xb3070b95 ttm_device_fini +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xb7df34f0 ttm_sg_tt_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xb85f86eb ttm_agp_is_bound +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xba010f2b ttm_eu_fence_buffer_objects +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xba9085f1 ttm_lru_bulk_move_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xbc2b163d ttm_bo_validate +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xc16b4137 ttm_resource_fini +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xc1d7d895 ttm_device_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xccd817d4 ttm_resource_free +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xce0cc6d2 ttm_bo_mmap_obj +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xd11e466f ttm_resource_manager_usage +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xd161a2bb ttm_bo_kunmap +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xe0256d47 ttm_device_swapout +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xe16d69d4 ttm_io_prot +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xe2f0d192 ttm_bo_init_validate +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xec01e188 ttm_agp_destroy +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xee8b4bf4 ttm_range_man_fini_nocheck +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xf4e08156 ttm_glob +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xfca37a96 ttm_tt_fini +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xfcc76d7c ttm_resource_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xfd6a5a09 ttm_pool_alloc +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xff3b26e2 ttm_pool_free +EXPORT_SYMBOL drivers/hid/hid 0xe2c4d463 hid_bus_type +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0x04e54498 ishtp_cl_unlink +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0x07691b6f ishtp_send_resume +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0x0b007f7b ishtp_set_client_data +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0x11d2bfaf ishtp_set_connection_state +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0x1f00e82c ishtp_device +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0x20453102 ishtp_dev_to_cl_device +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0x2422c1f4 ishtp_set_tx_ring_size +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0x27f8d682 ishtp_cl_connect +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0x29212f31 ishtp_cl_io_rb_recycle +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0x2d2f5a7c ishtp_cl_link +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0x32c6f0ac ishtp_cl_set_fw_client_id +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0x4132e772 ishtp_device_init +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0x43b24e77 ishtp_get_ishtp_device +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0x492e720e ishtp_set_rx_ring_size +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0x4b60cfbb ishtp_cl_allocate +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0x4bab31f1 ishtp_fw_cl_get_client +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0x555b5dcb ishtp_get_client_data +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0x55e9458e ishtp_start +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0x5d8e2fa1 ishtp_cl_free +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0x5f9b0501 ishtp_get_fw_client_id +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0x6f825f4c ishtp_set_drvdata +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0x7337578c ishtp_cl_driver_register +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0x746f0ebb ishtp_get_pci_device +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0x82e52e12 ishtp_send_suspend +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0x8aa31398 ishtp_bus_remove_all_clients +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0x8b43f550 ish_hw_reset +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0x8b87697e ishtp_cl_driver_unregister +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0xa4fe99b9 ishtp_cl_get_tx_free_buffer_size +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0xb3ebcc12 ishtp_recv +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0xc005333d ishtp_cl_get_tx_free_rings +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0xc4c8518d ishtp_fw_cl_by_uuid +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0xc5d42afc ishtp_cl_flush_queues +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0xc9552841 ishtp_get_device +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0xc9b4d00e ishtp_cl_send +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0xcda0414c ishtp_trace_callback +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0xd0573934 ishtp_cl_rx_get_rb +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0xd54cb59f ishtp_put_device +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0xdae2e0b2 ishtp_cl_tx_empty +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0xde21742a ishtp_get_drvdata +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0xe10bca92 ishtp_cl_disconnect +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0xe5bbd444 ishtp_reset_compl_handler +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0xe8ec8e67 ishtp_register_event_cb +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0xedcf5a16 ishtp_reset_handler +EXPORT_SYMBOL drivers/hv/hv_vmbus 0x3978d358 vmbus_sendpacket +EXPORT_SYMBOL drivers/hv/hv_vmbus 0x42e06b76 vmbus_sendpacket_getid +EXPORT_SYMBOL drivers/hv/hv_vmbus 0x4500fd46 vmbus_recvpacket +EXPORT_SYMBOL drivers/hwmon/adt7x10 0x1762e62b 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 0x3f1d0341 ltc2947_pm_ops +EXPORT_SYMBOL drivers/hwmon/sch56xx-common 0x01568393 sch56xx_read_virtual_reg +EXPORT_SYMBOL drivers/hwmon/sch56xx-common 0x271c76da 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 0x162c7fb9 i2c_bit_add_numbered_bus +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-bit 0x45e88819 i2c_bit_add_bus +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-bit 0x999a23e4 i2c_bit_algo +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-pca 0x224fdcec i2c_pca_add_bus +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-pca 0x8cdcd652 i2c_pca_add_numbered_bus +EXPORT_SYMBOL drivers/i2c/busses/i2c-amd756 0xf3a9ff83 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 0x2021b384 iio_triggered_buffer_setup_ext +EXPORT_SYMBOL drivers/iio/buffer/industrialio-triggered-buffer 0xdcc512d8 iio_triggered_buffer_cleanup +EXPORT_SYMBOL drivers/iio/buffer/kfifo_buf 0x87436d03 iio_kfifo_allocate +EXPORT_SYMBOL drivers/iio/buffer/kfifo_buf 0xfbe2bfa3 iio_kfifo_free +EXPORT_SYMBOL drivers/iio/imu/fxos8700_core 0x180f6776 fxos8700_regmap_config +EXPORT_SYMBOL drivers/iio/industrialio 0x035995e3 iio_trigger_notify_done +EXPORT_SYMBOL drivers/iio/industrialio 0x09fed8b5 iio_trigger_poll +EXPORT_SYMBOL drivers/iio/industrialio 0x0f829746 iio_trigger_validate_own_device +EXPORT_SYMBOL drivers/iio/industrialio 0x17a98ff2 iio_trigger_free +EXPORT_SYMBOL drivers/iio/industrialio 0x1ae5f7b4 iio_read_mount_matrix +EXPORT_SYMBOL drivers/iio/industrialio 0x25129947 iio_trigger_poll_chained +EXPORT_SYMBOL drivers/iio/industrialio 0x280f7014 __iio_trigger_alloc +EXPORT_SYMBOL drivers/iio/industrialio 0x2d6bcdcb iio_trigger_generic_data_rdy_poll +EXPORT_SYMBOL drivers/iio/industrialio 0x3b93769e iio_trigger_unregister +EXPORT_SYMBOL drivers/iio/industrialio 0x3e9f7370 iio_get_time_ns +EXPORT_SYMBOL drivers/iio/industrialio 0x46cd5cad iio_bus_type +EXPORT_SYMBOL drivers/iio/industrialio 0x562df5c4 iio_trigger_set_immutable +EXPORT_SYMBOL drivers/iio/industrialio 0x652c53e0 iio_device_alloc +EXPORT_SYMBOL drivers/iio/industrialio 0x9943537d iio_push_event +EXPORT_SYMBOL drivers/iio/industrialio 0xa9ec10ef __iio_device_register +EXPORT_SYMBOL drivers/iio/industrialio 0xb593b5b8 iio_trigger_using_own +EXPORT_SYMBOL drivers/iio/industrialio 0xc1260836 iio_buffer_init +EXPORT_SYMBOL drivers/iio/industrialio 0xc2c096bf iio_read_const_attr +EXPORT_SYMBOL drivers/iio/industrialio 0xd975d726 iio_device_set_clock +EXPORT_SYMBOL drivers/iio/industrialio 0xdf76bbeb iio_pollfunc_store_time +EXPORT_SYMBOL drivers/iio/industrialio 0xe60e9321 iio_device_free +EXPORT_SYMBOL drivers/iio/industrialio 0xe89d3b2f iio_device_unregister +EXPORT_SYMBOL drivers/iio/industrialio 0xee158fd3 iio_device_get_clock +EXPORT_SYMBOL drivers/iio/industrialio 0xf3d77b2a iio_trigger_register +EXPORT_SYMBOL drivers/iio/industrialio-configfs 0x94a07899 iio_configfs_subsys +EXPORT_SYMBOL drivers/iio/industrialio-sw-device 0x2858a9a2 iio_register_sw_device_type +EXPORT_SYMBOL drivers/iio/industrialio-sw-device 0x3d5793a5 iio_unregister_sw_device_type +EXPORT_SYMBOL drivers/iio/industrialio-sw-device 0x5f2d8397 iio_sw_device_destroy +EXPORT_SYMBOL drivers/iio/industrialio-sw-device 0x7352dbe6 iio_sw_device_create +EXPORT_SYMBOL drivers/iio/industrialio-sw-trigger 0x0910872c iio_sw_trigger_destroy +EXPORT_SYMBOL drivers/iio/industrialio-sw-trigger 0xabf2b9f8 iio_sw_trigger_create +EXPORT_SYMBOL drivers/iio/industrialio-sw-trigger 0xd9ff51e5 iio_register_sw_trigger_type +EXPORT_SYMBOL drivers/iio/industrialio-sw-trigger 0xf14b942d iio_unregister_sw_trigger_type +EXPORT_SYMBOL drivers/iio/industrialio-triggered-event 0x74d9882a iio_triggered_event_setup +EXPORT_SYMBOL drivers/iio/industrialio-triggered-event 0xaf1feb62 iio_triggered_event_cleanup +EXPORT_SYMBOL drivers/iio/pressure/bmp280 0x9b947273 bmp280_dev_pm_ops +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x02a2f2e8 ib_send_cm_dreq +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x0b4db52d ib_send_cm_rtu +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x1e3957fb ib_cm_notify +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x30703e39 ib_send_cm_drep +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x5362914c ib_cm_insert_listen +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x5906a612 ib_cm_init_qp_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x69824a14 ibcm_reject_msg +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x6bf43945 ib_send_cm_req +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x6df2bde5 ib_send_cm_sidr_req +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x6ffb481e ib_send_cm_sidr_rep +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x7208ee8d ib_cm_listen +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x759ca0eb ib_send_cm_mra +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x91fd95f1 ib_destroy_cm_id +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xc551f72d ib_create_cm_id +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xd9dbff81 ib_send_cm_rep +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xf3ebc179 ib_send_cm_rej +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x00cd25ea ib_get_rdma_header_version +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x016fb8ef ibnl_put_msg +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x017d1332 ib_post_send_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0427d367 rdma_modify_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x046146f1 ibdev_emerg +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x051306c0 ib_register_event_handler +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x06a8cbf4 rdma_rw_ctx_wrs +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x070fff15 ib_free_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x07d1565f ib_sa_path_rec_get +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0b0c7742 ib_sa_join_multicast +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 0x0d5c1dc5 ib_drain_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0f873ddc ib_device_get_by_name +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0f973a47 rdma_query_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x10aba777 rdma_restrack_parent_name +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x10d43300 ib_sa_guid_info_rec_query +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x10db32ca ib_get_vf_stats +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x13789f9e ib_query_srq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x13f058d2 rdma_restrack_put +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x14c24be7 ib_dealloc_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1773dc7f ib_get_cached_port_state +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1832f86f ib_unregister_event_handler +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x18dcd131 ib_alloc_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x18dd78ec ib_mr_pool_put +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1959d04e ib_modify_qp_with_udata +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x19e7490f __rdma_block_iter_next +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1be81460 rdma_restrack_set_name +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1de8a072 ib_free_send_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1f9f6206 ib_resize_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x20200b1f rdma_restrack_get_byid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2077844c rdma_nl_put_driver_string +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x22f3cf93 ib_pack +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x23728369 ibdev_warn +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x23bddc4a ib_modify_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x23e760ee ib_unregister_device_queued +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x290b1fc4 ib_unregister_device_and_put +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2988c1c7 rdma_nl_unicast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2bb198b9 rdma_destroy_ah_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2c5605e9 rdma_nl_stat_hwcounter_entry +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2ca8545e ib_create_qp_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2cc34b86 rdma_dev_access_netns +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2e650fcd ib_init_ah_attr_from_path +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2f16bb5b rdma_nl_put_driver_u32 +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2fcb8bd2 ib_get_device_fw_str +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x305e5701 rdma_addr_size_kss +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x325d101f ib_process_cq_direct +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x339be277 ib_advise_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3495a664 rdma_restrack_new +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x34e565b7 ib_alloc_xrcd_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3540d73b rdma_read_gid_hw_context +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x35a3c5be ib_destroy_wq_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x384cce24 ib_cq_pool_put +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x39707d58 rdma_translate_ip +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x39f69429 ib_device_set_netdev +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3db0c60e rdma_hold_gid_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3db6a349 rdma_set_cq_moderation +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3ec90d16 ibdev_info +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3f09ad9b ibdev_notice +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3fc2387c ib_ud_header_unpack +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x40580e80 rdma_get_gid_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x408cbd2a __ib_alloc_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x417bbe0e rdma_nl_put_driver_u32_hex +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 0x43bd7cfb ib_register_mad_agent +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4471d41b rdma_query_gid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x458ee3e8 rdma_user_mmap_entry_get +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x45fb8985 rdma_nl_chk_listeners +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x471812b3 rdma_resolve_ip +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x47be46e0 ib_set_client_data +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4b86233a rdma_nl_register +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4c0bc6bb ib_drain_sq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4c499a41 ib_alloc_mr_integrity +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4e155af0 ib_response_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4e86003b ib_reg_user_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4e90435c ib_sa_free_multicast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x50081197 ib_port_sysfs_get_ibdev_kobj +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5056789f ib_create_ah_from_wc +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x51653020 ib_cq_pool_get +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x527d2f90 ib_mad_kernel_rmpp_agent +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x53ce7e02 rdma_read_gid_attr_ndev_rcu +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x547b0294 ib_attach_mcast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x54dcb821 ib_modify_port +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 0x57729839 ib_rdmacg_uncharge +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x57e26c92 ib_port_register_client_groups +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x58037b27 __ib_alloc_pd +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x58df5b94 ib_get_gids_from_rdma_hdr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x594411d7 roce_gid_type_mask_support +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x59f0a25f rdma_roce_rescan_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5b2f3ad1 ib_mr_pool_init +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5b71c874 ibdev_err +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5b98c155 ib_register_client +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5bb5046b rdma_rw_ctx_init +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5cd26810 ib_find_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5dd9d324 rdma_restrack_del +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5effe635 ib_find_exact_cached_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x60bcc5ec ib_mr_pool_destroy +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x613b1e2e ib_is_mad_class_rmpp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6154a6c1 ib_set_vf_link_state +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x61857e1f ibdev_printk +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x61d24c52 ib_rate_to_mbps +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x631514cc ibdev_crit +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x67808044 __ib_create_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6b87be56 ib_create_srq_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6b88362e rdma_replace_ah_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6b958320 ib_ud_ip4_csum +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6d423132 rdma_put_gid_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6d7a1edf ib_get_cached_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6f3614b6 rdma_is_zero_gid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x70432b21 rdma_copy_ah_attr +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 0x757f7f65 ib_sa_get_mcmember_rec +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x75a729a0 rdma_nl_unregister +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x764b224a rdma_restrack_get +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x76b180d6 ib_free_recv_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x78436245 ib_port_unregister_client_groups +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x787ccc4c ib_get_mad_data_offset +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x78e05623 ib_init_ah_attr_from_wc +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7c0dd7d3 ib_qp_usecnt_inc +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7c29343e rdma_link_unregister +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7f10040f ib_map_mr_sg_pi +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8142c637 ib_dereg_mr_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x81b2a045 ib_check_mr_status +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8300610e rdma_rw_ctx_signature_init +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8401cc29 rdma_find_gid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x85187f91 ib_dealloc_pd_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8ae5d10f ib_get_cached_subnet_prefix +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8c58d839 ib_map_mr_sg +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8d2ecf95 rdma_rw_mr_factor +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8dac5913 ib_rdmacg_try_charge +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x90e807c7 ib_cache_gid_parse_type_str +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x952b64f7 ib_create_send_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x961563b1 ib_find_cached_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9a56d961 rdma_umap_priv_init +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9b682254 ib_create_qp_kernel +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9e31d388 rdma_alloc_netdev +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9ea0f351 ib_query_port +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9f0a8e30 ib_dma_virt_map_sg +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9f4f0695 rdma_nl_multicast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9ff843b4 ib_detach_mcast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa1172c11 rdma_move_grh_sgid_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa432baf6 ib_unpack +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa5f91e79 ib_find_gid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa68fda46 rdma_addr_cancel +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa815b515 rdma_user_mmap_entry_insert +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xae77b68e ib_get_cached_lmc +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xae956dce ib_rate_to_mult +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb135288b rdma_user_mmap_entry_remove +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb17bea85 ib_unregister_client +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb258f935 rdma_restrack_count +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb32295dc rdma_create_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb34fef3a rdma_user_mmap_entry_put +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb4c40040 ib_sa_pack_path +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb5608ed0 ib_init_ah_from_mcmember +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb6857aa5 ib_device_put +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb7852a05 ib_ud_header_init +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb86abc9e rdma_nl_unicast_wait +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb8fff215 ib_unregister_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xba480904 ib_qp_usecnt_dec +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbb8ace71 rdma_port_get_link_layer +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbc7f4543 ib_get_rmpp_segment +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbc9f49d8 rdma_restrack_add +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbd7e18c1 rdma_user_mmap_entry_insert_range +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbe84654b ib_get_net_dev_by_params +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc0dd15cd ib_mr_pool_get +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc2376c36 ib_create_wq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc2527e9e _ib_alloc_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc357bae8 ib_modify_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc3ca9da6 ib_destroy_qp_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc3cabf8d rdma_user_mmap_io +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc403725c __ib_alloc_cq_any +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc442d521 ib_get_vf_config +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc82f6021 rdma_nl_put_driver_u64_hex +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc837d70a ib_create_qp_security +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc8d38664 rdma_free_hw_stats_struct +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc9f868f0 ib_register_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xcc7265ff ib_unregister_mad_agent +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xcd9996e4 ib_get_eth_speed +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xcda15215 rdma_destroy_ah_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xcf38cfc8 ibdev_alert +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xcfbe1530 ib_open_qp +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 0xd7a3f039 ib_modify_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd9606455 rdma_create_user_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xda0d50ec ib_sa_cancel_query +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xdb94b776 rdma_nl_put_driver_u64 +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xdbed127d ib_destroy_cq_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xdd01a438 rdma_copy_src_l2_addr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xddc6a6ab rdma_init_netdev +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xdfb10cfd ib_dispatch_event +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe0c0653a ib_dealloc_xrcd_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe121d9f3 ib_query_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe21e3cf3 ib_modify_srq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe22a5802 rdma_query_gid_table +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe25f5c79 ib_sg_to_pages +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe3f5a38e rdma_move_ah_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe4a76672 ib_drain_rq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe5840ec6 ib_wc_status_msg +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe6069b8d ib_port_immutable_read +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe7b52e5f mult_to_ib_rate +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe852e526 ib_device_get_by_netdev +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe951d1f3 ib_close_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe9e799fc ib_ud_header_pack +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xeaefe417 ib_get_vf_guid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xebec227b rdma_rw_ctx_destroy_signature +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xec142e7d ib_query_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xecea55a0 ibnl_put_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xefcad446 rdma_link_register +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf149e720 rdma_user_mmap_entry_get_pgoff +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf3b57a1c ib_destroy_srq_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf43e5873 ib_set_device_ops +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf45ec809 rdma_rw_ctx_destroy +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 0xf88e2034 rdma_find_gid_by_port +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xfbc35cbf rdma_rw_ctx_post +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xfce0923f ib_set_vf_guid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xfd2ebcc9 rdma_read_gid_l2_fields +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x28556336 ib_umem_dmabuf_get +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x2a79b258 ib_umem_odp_alloc_implicit +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x316ad56e ib_uverbs_flow_resources_free +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x36c34dc6 ib_copy_path_rec_to_user +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x3ca56827 ib_umem_dmabuf_get_pinned +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x3d38e61c _uverbs_get_const_unsigned +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x3f12f389 flow_resources_add +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x3f1b1bfb uverbs_fd_class +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x45bda5db uverbs_destroy_def_handler +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x466a2dfb uverbs_uobject_fd_release +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x4cbe7a28 flow_resources_alloc +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x5dc7fb01 uverbs_idr_class +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x5fd302f6 ib_umem_get_peer +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x63c531be ib_umem_release +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x754b0000 ib_copy_path_rec_from_user +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x780f1d8e uverbs_uobject_put +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x79cad19c ib_umem_find_best_pgsz +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x7d9f2412 uverbs_get_flags64 +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x841684ce _uverbs_alloc +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x86330bc7 ib_umem_stop_invalidation_notifier +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x93b60fbd ib_umem_activate_invalidation_notifier +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x96f92425 ib_umem_odp_release +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x9ca26398 uverbs_copy_to +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xa3377d5d ib_copy_qp_attr_to_user +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xa4fef239 ib_umem_odp_map_dma_and_lock +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xa55dd8f9 uverbs_get_flags32 +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xa685769e ib_umem_get +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xbb4f653a _uverbs_get_const_signed +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xbde5c050 ib_unregister_peer_memory_client +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xc1a82c6c ib_uverbs_get_ucontext_file +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xc8253ed5 ib_umem_odp_get +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xcd6d0b26 ib_register_peer_memory_client +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xce8726fb uverbs_finalize_uobj_create +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xdcf28086 ib_copy_ah_attr_to_user +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xe7bca5de ib_umem_copy_from +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xe8d171a5 ib_umem_dmabuf_unmap_pages +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xf05a7f9d uverbs_copy_to_struct_or_zero +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xf0d603aa ib_umem_odp_alloc_child +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xf52fe72c ib_umem_dmabuf_map_pages +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xf8f64d27 ib_umem_odp_unmap_dma_pages +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x0b4fdec2 iw_create_cm_id +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x115fc69f iw_cm_accept +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x3fd98aa1 iw_cm_disconnect +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x6509e8d6 iw_cm_reject +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x79fc1d83 iw_cm_connect +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x7d76d792 iw_cm_listen +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x806c7e59 iw_cm_init_qp_attr +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xb6c501ee iw_destroy_cm_id +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xf3df871f iwcm_reject_msg +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x056d6e98 rdma_set_service_type +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x13bb50e5 rdma_accept +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x16e7d599 rdma_set_ib_path +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x1a8d0665 rdma_disconnect +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x298e24cc rdma_connect_locked +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x2b614c4a rdma_destroy_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x2fd77182 rdma_destroy_qp +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x33b59636 rdma_unlock_handler +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x47f30e79 rdma_accept_ece +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x4e25bff2 rdma_bind_addr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x50edc3c3 rdma_lock_handler +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x51a385c7 rdma_resolve_route +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x642ebb67 rdma_get_service_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x6a131b37 rdma_notify +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x73768819 rdma_leave_multicast +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x7c095c8b rdma_create_user_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x8044c3da rdma_reject +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x907df803 rdma_event_msg +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x99431c6c rdma_listen +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xa14eca65 rdma_connect +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xad6c2d37 rdma_read_gids +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xb4553a8d rdma_iw_cm_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xb63f8afb rdma_create_qp +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xb9734896 rdma_reject_msg +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xc6c22e28 rdma_set_ack_timeout +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xc812b1f2 rdma_set_afonly +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xca0053c6 rdma_set_min_rnr_timer +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xd12793fa rdma_join_multicast +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xd94b771c rdma_resolve_addr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xe65697d6 rdma_consumer_reject_data +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xe9b19137 rdma_connect_ece +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xee4f5852 rdma_set_reuseaddr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xf1ea33b4 rdma_init_qp_attr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xf31d5213 __rdma_create_kernel_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xfe441bf3 rdma_res_to_id +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0x0e385842 ib_rvt_state_ops +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0x0f9c7566 rvt_send_complete +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0x1c40d77d rvt_get_rwqe +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0x20dd31a5 rvt_register_device +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0x283339b3 rvt_cq_enter +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0x2c62dbdd rvt_del_timers_sync +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0x3b165e19 rvt_add_retry_timer_ext +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0x3c3f930c rvt_mcast_find +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0x3ed442f1 rvt_get_credit +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0x451722ac rvt_qp_iter_init +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0x4d43c384 rvt_ruc_loopback +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0x559023dd rvt_alloc_device +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0x55e4613b rvt_invalidate_rkey +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0x560800e9 rvt_rkey_ok +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0x5aa784c2 rvt_error_qp +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0x60aee91b rvt_unregister_device +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0x82277678 rvt_compute_aeth +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0x92c01885 rvt_fast_reg_mr +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0x95854e21 rvt_comm_est +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0xad252514 rvt_qp_iter_next +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0xb60e5b8d rvt_dealloc_device +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0xb7ee98b2 rvt_rc_rnr_retry +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0xc10d001d rvt_qp_iter +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0xd64f6a5d rvt_copy_sge +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0xdbf1bfe8 rvt_rc_error +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0xe10178d1 rvt_init_port +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0xe19bdd49 rvt_restart_sge +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0xe3782151 rvt_check_ah +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0xe7222e69 rvt_stop_rc_timers +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0xe9cf3e43 rvt_rnr_tbl_to_usec +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0xf2b253d7 rvt_add_rnr_timer +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0xfdc45c1e rvt_lkey_ok +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-client 0x2f2028e3 rtrs_clt_query +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-client 0x459aadf8 rtrs_clt_rdma_cq_direct +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-client 0x7442b696 rtrs_clt_open +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-client 0x7a982b2d rtrs_clt_get_permit +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-client 0xae49128c rtrs_clt_close +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-client 0xc1e7c7cf rtrs_clt_request +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-client 0xf68f3e02 rtrs_clt_put_permit +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-core 0x242a8646 rtrs_addr_to_str +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-core 0x2fbf1edb rtrs_ib_dev_put +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-core 0x86501a75 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 0xb448af93 rtrs_rdma_dev_pd_init +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-core 0xe15357ef sockaddr_to_str +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-core 0xe64df8ad rtrs_ib_dev_find_or_add +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-server 0x1ef5f54e rtrs_srv_resp_rdma +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-server 0x22411296 rtrs_srv_open +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-server 0x3b60dda2 rtrs_srv_set_sess_priv +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-server 0x8f75994c rtrs_srv_get_queue_depth +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-server 0xa593932c rtrs_srv_close +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-server 0xaaeb56b2 rtrs_srv_get_path_name +EXPORT_SYMBOL drivers/input/gameport/gameport 0x068e19a5 __gameport_register_driver +EXPORT_SYMBOL drivers/input/gameport/gameport 0x2137353b __gameport_register_port +EXPORT_SYMBOL drivers/input/gameport/gameport 0x2c4e2f8a gameport_start_polling +EXPORT_SYMBOL drivers/input/gameport/gameport 0x63d99a3d gameport_open +EXPORT_SYMBOL drivers/input/gameport/gameport 0x69b46995 gameport_unregister_driver +EXPORT_SYMBOL drivers/input/gameport/gameport 0x70d6c732 gameport_set_phys +EXPORT_SYMBOL drivers/input/gameport/gameport 0x7c3a4e63 gameport_unregister_port +EXPORT_SYMBOL drivers/input/gameport/gameport 0xd1663447 gameport_close +EXPORT_SYMBOL drivers/input/gameport/gameport 0xfe60e65d gameport_stop_polling +EXPORT_SYMBOL drivers/input/joystick/iforce/iforce 0x1436ca44 iforce_init_device +EXPORT_SYMBOL drivers/input/joystick/iforce/iforce 0xe91ba9cd iforce_send_packet +EXPORT_SYMBOL drivers/input/joystick/iforce/iforce 0xed0cd3bc iforce_process_packet +EXPORT_SYMBOL drivers/input/matrix-keymap 0xede0523e matrix_keypad_build_keymap +EXPORT_SYMBOL drivers/input/misc/ad714x 0x0ac375e5 ad714x_disable +EXPORT_SYMBOL drivers/input/misc/ad714x 0x2c8ba67e ad714x_probe +EXPORT_SYMBOL drivers/input/misc/ad714x 0x88cfd59f ad714x_enable +EXPORT_SYMBOL drivers/input/misc/cma3000_d0x 0x284ed995 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 0x60611e63 rmi_unregister_transport_device +EXPORT_SYMBOL drivers/input/sparse-keymap 0x0a3ea46f sparse_keymap_setup +EXPORT_SYMBOL drivers/input/sparse-keymap 0x2fe3717e sparse_keymap_entry_from_keycode +EXPORT_SYMBOL drivers/input/sparse-keymap 0x5ec2f630 sparse_keymap_report_event +EXPORT_SYMBOL drivers/input/sparse-keymap 0x927444a2 sparse_keymap_report_entry +EXPORT_SYMBOL drivers/input/sparse-keymap 0xb4165d90 sparse_keymap_entry_from_scancode +EXPORT_SYMBOL drivers/input/touchscreen/ad7879 0x065f9ff2 ad7879_pm_ops +EXPORT_SYMBOL drivers/input/touchscreen/ad7879 0x801bf9f2 ad7879_probe +EXPORT_SYMBOL drivers/iommu/amd/iommu_v2 0x0b75d9f3 amd_iommu_unbind_pasid +EXPORT_SYMBOL drivers/iommu/amd/iommu_v2 0x13b1f0c3 amd_iommu_set_invalid_ppr_cb +EXPORT_SYMBOL drivers/iommu/amd/iommu_v2 0x172f9733 amd_iommu_set_invalidate_ctx_cb +EXPORT_SYMBOL drivers/iommu/amd/iommu_v2 0x79b08074 amd_iommu_bind_pasid +EXPORT_SYMBOL drivers/iommu/amd/iommu_v2 0xa23bee39 amd_iommu_free_device +EXPORT_SYMBOL drivers/iommu/amd/iommu_v2 0xd58d016a amd_iommu_init_device +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x86016c85 capi_ctr_ready +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xc1584c00 attach_capi_ctr +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xd2a09b7e capi_ctr_handle_message +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xdaca8672 detach_capi_ctr +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xe3bc8261 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 0x29d4e6c1 mISDNisac_irq +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNipac 0x783496d0 mISDNisac_init +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNipac 0xc2bf1919 mISDNipac_irq +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNipac 0xcf187756 mISDNipac_init +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNisar 0x17787966 mISDNisar_init +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNisar 0x90536ee6 mISDNisar_irq +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x03a68066 mISDN_FsmRestartTimer +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x14762188 mISDN_register_device +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 0x383afe53 create_l1 +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x3ffd6743 mISDN_unregister_device +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x497f79b2 mISDN_clear_bchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x50c2230c mISDN_FsmChangeState +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x588886a6 l1_event +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x6047df40 mISDN_FsmInitTimer +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x63634d23 get_next_bframe +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x743aea61 dchannel_senddata +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x74bbefc6 recv_Bchannel_skb +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x802a0320 bchannel_senddata +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x81bbbe5a get_next_dframe +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x9c928457 mISDN_FsmNew +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xa64f098a mISDN_initdchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xaec3a499 mISDN_register_Bprotocol +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xc3401729 mISDN_register_clock +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xc363e5c0 mISDN_ctrl_bchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xc3aa0975 mISDN_initbchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xc9458bdd mISDN_unregister_Bprotocol +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xcd048462 recv_Echannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xcd569d54 mISDN_freedchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xd285995f mISDN_clock_get +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xd39a5cb2 mISDNDevName4ch +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xd5145151 mISDN_FsmEvent +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xda6c335f recv_Dchannel_skb +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xe0c88519 bchannel_get_rxbuf +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xe632cb5b mISDN_freebchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xe8f617eb mISDN_unregister_clock +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xf2eed0c4 queue_ch_frame +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xfa5b32d8 recv_Bchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xff284b45 recv_Dchannel +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 0x4cd088d4 ti_lmu_common_get_brt_res +EXPORT_SYMBOL drivers/leds/leds-ti-lmu-common 0x54a12ec4 ti_lmu_common_set_ramp +EXPORT_SYMBOL drivers/leds/leds-ti-lmu-common 0x616e0cb1 ti_lmu_common_get_ramp_params +EXPORT_SYMBOL drivers/leds/leds-ti-lmu-common 0xced72aae ti_lmu_common_set_brightness +EXPORT_SYMBOL drivers/md/dm-log 0x17bbfff6 dm_dirty_log_type_unregister +EXPORT_SYMBOL drivers/md/dm-log 0x2d990833 dm_dirty_log_destroy +EXPORT_SYMBOL drivers/md/dm-log 0x451b841f dm_dirty_log_type_register +EXPORT_SYMBOL drivers/md/dm-log 0xad18020a dm_dirty_log_create +EXPORT_SYMBOL drivers/md/dm-snapshot 0x3827cb22 dm_snap_cow +EXPORT_SYMBOL drivers/md/dm-snapshot 0x478f58e9 dm_exception_store_destroy +EXPORT_SYMBOL drivers/md/dm-snapshot 0x5fcbefbd dm_exception_store_type_unregister +EXPORT_SYMBOL drivers/md/dm-snapshot 0x7eaf53c8 dm_exception_store_create +EXPORT_SYMBOL drivers/md/dm-snapshot 0xb7cce356 dm_snap_origin +EXPORT_SYMBOL drivers/md/dm-snapshot 0xea8d5aed dm_exception_store_type_register +EXPORT_SYMBOL drivers/md/raid456 0x846710b4 r5c_journal_mode_set +EXPORT_SYMBOL drivers/md/raid456 0xe50a668a raid5_set_cache_size +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x0bfd9a94 flexcop_device_kfree +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x3a8e43ea flexcop_pass_dmx_packets +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x3b6c7d5d flexcop_device_initialize +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x44eeca79 flexcop_sram_ctrl +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x5b9902ac flexcop_i2c_request +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x69cd22f3 flexcop_sram_set_dest +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x80ffd9e4 flexcop_wan_set_speed +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x8349c535 flexcop_pid_feed_control +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x9649c0f2 flexcop_pass_dmx_data +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xa0c8cd7c flexcop_eeprom_check_mac_addr +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xb46dff54 flexcop_device_exit +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xe073a7a5 flexcop_dump_reg +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xf3471dd8 flexcop_device_kmalloc +EXPORT_SYMBOL drivers/media/common/cx2341x 0x00c5072c cx2341x_ext_ctrls +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 0x43ecca93 cx2341x_handler_init +EXPORT_SYMBOL drivers/media/common/cx2341x 0x541364bd cx2341x_handler_set_50hz +EXPORT_SYMBOL drivers/media/common/cx2341x 0x55aa7c5f cx2341x_mpeg_ctrls +EXPORT_SYMBOL drivers/media/common/cx2341x 0x7b4dd2cb cx2341x_fill_defaults +EXPORT_SYMBOL drivers/media/common/cx2341x 0xbecbf41d 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/cx2341x 0xe4443c44 cx2341x_handler_set_busy +EXPORT_SYMBOL drivers/media/common/cypress_firmware 0x251939de cypress_load_firmware +EXPORT_SYMBOL drivers/media/common/ttpci-eeprom 0x6168fff8 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 0x9ffb68de 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 0x90297e66 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 0xeaecac6f vb2_verify_memory_type +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-dvb 0x17159baa vb2_dvb_get_frontend +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-dvb 0x27e75b9a vb2_dvb_find_frontend +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-dvb 0x6ffa0f1d vb2_dvb_alloc_frontend +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-dvb 0x93708e91 vb2_dvb_dealloc_frontends +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-dvb 0xd2b8efe8 vb2_dvb_unregister_bus +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-dvb 0xf23510c8 vb2_dvb_register_bus +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-memops 0xc7c2b85f vb2_create_framevec +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-memops 0xccd197c7 vb2_destroy_framevec +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-v4l2 0x6b3f8d77 vb2_querybuf +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x01e61ab7 dvb_ca_en50221_frda_irq +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x07f08bd6 dvb_net_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x08733236 intlog10 +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x1743b5ac dvb_generic_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x18acd31f dvb_dmx_swfilter_packets +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x2f5cdf80 dvb_ringbuffer_write +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x3b93d71a dvb_frontend_sleep_until +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x4045dc6d dvb_net_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x46609b6c dvb_device_get +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x48546dbf dvb_generic_open +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x54abe4ff dvb_dmx_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x5f2b1d95 intlog2 +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x6181aec0 dvb_ringbuffer_flush_spinlock_wakeup +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x6a9f708a dvb_dmx_swfilter_204 +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x6addd405 dvb_generic_ioctl +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x76701d33 dvb_register_device +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x80a93372 dvb_remove_device +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x81fb507e dvb_ca_en50221_camready_irq +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x8c54b0f8 dvb_dmx_swfilter +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x8e1f3236 dvb_register_adapter +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x91a6794b dvb_ringbuffer_read_user +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x9263a063 dvb_dmx_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x96d96d6d dvb_unregister_adapter +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x9ddf0703 dvb_dmxdev_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xa4235824 dvb_dmx_swfilter_raw +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xb18a0c8e dvb_dmxdev_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xb3352dd2 dvb_ringbuffer_empty +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xb954fbc9 dvb_frontend_resume +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xb95926ef dvb_ca_en50221_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xc3f679f9 dvb_ringbuffer_write_user +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xc9328aa7 dvb_frontend_detach +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xcfbf54b6 dvb_unregister_frontend +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xe138ce6b dvb_ringbuffer_avail +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xe8a04a93 dvb_unregister_device +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xe9ff6e5e dvb_frontend_reinitialise +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xebbc2d9b dvb_ringbuffer_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xec174e73 dvb_ca_en50221_camchange_irq +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xf2d30a13 dvb_frontend_suspend +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xf7b3e4ec dvb_register_frontend +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xf7bfb055 dvb_ca_en50221_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/ascot2e 0x75b75d38 ascot2e_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/atbm8830 0xe2dcc9ea atbm8830_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x0823cf82 au8522_analog_i2c_gate_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x0e477c60 au8522_init +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x4cd627d9 au8522_i2c_gate_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x6436d334 au8522_release_state +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x6c48c4dc au8522_readreg +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x6f7b9ac7 au8522_writereg +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x89ad1a86 au8522_get_state +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0xd8743cd2 au8522_led_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0xe1535b89 au8522_sleep +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_dig 0x2088d575 au8522_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/bcm3510 0x77e51bc6 bcm3510_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx22700 0x78916f9f cx22700_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx22702 0x81600532 cx22702_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24110 0xdc9ff830 cx24110_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24113 0xb5ef5a7f cx24113_agc_callback +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24113 0xe201f07d cx24113_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24116 0x9dbc8571 cx24116_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24120 0x810ecb91 cx24120_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24123 0x511cbd90 cx24123_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24123 0xcebcbc96 cx24123_get_tuner_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/cxd2820r 0x7e362244 cxd2820r_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cxd2841er 0x1105cf93 cxd2841er_attach_s +EXPORT_SYMBOL drivers/media/dvb-frontends/cxd2841er 0x13fdd6c0 cxd2841er_attach_t_c +EXPORT_SYMBOL drivers/media/dvb-frontends/cxd2880/cxd2880 0x703287cf cxd2880_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0x5b557134 dib0070_set_rf_output +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0x62ec2fca dib0070_ctrl_agc_filter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0x6acc7499 dib0070_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0x7e851d63 dib0070_get_rf_output +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0xcd0ea41e dib0070_wbd_offset +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x0f1b6655 dib0090_get_wbd_offset +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x1bcc6ab7 dib0090_dcc_freq +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x3085a891 dib0090_register +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x39388d5d dib0090_set_tune_state +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x4f606d0e dib0090_update_rframp_7090 +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x6f75914b dib0090_set_dc_servo +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x828d40ad dib0090_set_vga +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x85f556ee dib0090_set_switch +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xbb0fbd03 dib0090_gain_control +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xbe1ea610 dib0090_get_tune_state +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xcbeb054b dib0090_update_tuning_table_7090 +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xde37c6dd dib0090_fw_register +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xf04add2d dib0090_get_current_gain +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xf5272962 dib0090_get_wbd_target +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xf7ae4028 dib0090_pwm_gain_reset +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mb 0x86b23df8 dib3000mb_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0x01fd70a7 dib3000mc_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0x387dffe4 dib3000mc_pid_parse +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0x5baf416d dib3000mc_pid_control +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0xa91d5c8a dib3000mc_get_tuner_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0xbae2a1eb dib3000mc_set_config +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0xc84d9ee9 dib3000mc_i2c_enumeration +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000m 0x22582432 dib7000m_pid_filter_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000m 0x4a5d354f dib7000m_get_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000m 0x5644ff01 dib7000m_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000m 0x5a570f9a dib7000m_pid_filter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0xed71b591 dib7000p_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x13b9220f dib8000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0x03e08c52 dib9000_i2c_enumeration +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0x33472ab3 dib9000_fw_set_component_bus_speed +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0x38ca0505 dib9000_fw_pid_filter_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0x41dce0b3 dib9000_get_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0x4481c9db dib9000_get_tuner_interface +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0x6d9da2c1 dib9000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0x8e4a6acb dib9000_firmware_post_pll_init +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0x937922f1 dib9000_get_slave_frontend +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0x962081ea dib9000_set_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0xa921462c dib9000_get_component_bus_interface +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0xb97131b2 dib9000_fw_pid_filter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0xcdb8790c dib9000_set_slave_frontend +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0xe11dd814 dib9000_set_gpio +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0x1bbb640d dibx000_reset_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0x40366425 dibx000_i2c_set_speed +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0x54f81f4c dibx000_get_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0x74a22cf4 dibx000_init_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0x9195266e dibx000_exit_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/drx39xyj/drx39xyj 0x3a969af6 drx39xxj_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/drxd 0x04a7bcf3 drxd_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/drxk 0xd9db1c0f drxk_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/ds3000 0x4774908e ds3000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dvb-pll 0x78e01cf3 dvb_pll_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dvb_dummy_fe 0x23bb09b4 dvb_dummy_fe_ofdm_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dvb_dummy_fe 0x28afd760 dvb_dummy_fe_qam_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dvb_dummy_fe 0x88752ddc dvb_dummy_fe_qpsk_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/ec100 0x10a90259 ec100_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/helene 0x8240c942 helene_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/helene 0xc1d56aa2 helene_attach_s +EXPORT_SYMBOL drivers/media/dvb-frontends/horus3a 0xf034aa70 horus3a_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/isl6405 0xd366d876 isl6405_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/isl6421 0xa289fdf2 isl6421_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/isl6423 0x60f884ea isl6423_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/itd1000 0x5fcf0ae6 itd1000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/ix2505v 0x18886994 ix2505v_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/l64781 0xe93d0d4d l64781_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lg2160 0xcaa82d71 lg2160_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lgdt3305 0x60b9a542 lgdt3305_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lgdt3306a 0x77c130f2 lgdt3306a_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lgdt330x 0xc9c7761d lgdt330x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lgs8gl5 0x3239e4e5 lgs8gl5_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lgs8gxx 0x640bafe5 lgs8gxx_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lnbh25 0xe9bca757 lnbh25_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lnbh29 0xb1281ef2 lnbh29_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lnbp21 0x424b6b10 lnbp21_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lnbp21 0xf24acac8 lnbh24_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lnbp22 0xf68daa46 lnbp22_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/m88ds3103 0xaa0ff6bf m88ds3103_get_agc_pwm +EXPORT_SYMBOL drivers/media/dvb-frontends/m88ds3103 0xe04e0328 m88ds3103_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/m88rs2000 0x7c561ad1 m88rs2000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/mb86a16 0x6bf4341c mb86a16_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/mb86a20s 0x2877d4ef mb86a20s_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/mt312 0x0dd3dd99 mt312_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/mt352 0x576af349 mt352_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/nxt200x 0x7db42ade nxt200x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/nxt6000 0xefbbeca4 nxt6000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/or51132 0x8b38e208 or51132_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/or51211 0x110b7ec9 or51211_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/s5h1409 0xcc9a2c2c s5h1409_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/s5h1411 0xd9e256ad s5h1411_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/s5h1420 0x7c8c90bb s5h1420_get_tuner_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/s5h1420 0xbfc7f818 s5h1420_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/s5h1432 0x57e01a32 s5h1432_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/s921 0xa352af17 s921_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/si21xx 0x802d58e2 si21xx_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/sp887x 0x2c4b02bd sp887x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stb0899 0x67875c6a stb0899_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stb6000 0x7438c758 stb6000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stb6100 0x34586232 stb6100_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0288 0xc7e24b8b stv0288_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0297 0x39632a70 stv0297_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0299 0x083b5451 stv0299_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0367 0x26407dd8 stv0367ter_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0367 0x81889bff stv0367ddb_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0367 0xf2fcc89a stv0367cab_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0900 0xe84f2e41 stv0900_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv090x 0xbca960bc stv090x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv6110 0x7f1faab4 stv6110_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv6110x 0x0612f0de stv6110x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda10021 0x5a183ae3 tda10021_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda10023 0x7b7c2f52 tda10023_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda10048 0x30420d05 tda10048_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda1004x 0x70ed3a81 tda10045_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda1004x 0x848eecdb tda10046_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda10086 0xf7011815 tda10086_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda665x 0x0f73e844 tda665x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda8083 0x67e0b74e tda8083_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda8261 0xa157afcb tda8261_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda826x 0x5405d45d tda826x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/ts2020 0x2b018623 ts2020_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tua6100 0xd202323d tua6100_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/ves1820 0x61f4e605 ves1820_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/ves1x93 0x60ac2a8d ves1x93_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/zd1301_demod 0x0cbd6052 zd1301_demod_get_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/zd1301_demod 0xeacf0fd2 zd1301_demod_get_dvb_frontend +EXPORT_SYMBOL drivers/media/dvb-frontends/zl10036 0x2f9a8c50 zl10036_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/zl10039 0xebc71b83 zl10039_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/zl10353 0xea007f73 zl10353_attach +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x062df6c9 flexcop_dma_control_size_irq +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x094d7c2b flexcop_dma_config +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x9293e455 flexcop_dma_free +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x9f382ce9 flexcop_dma_control_timer_irq +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0xa40e433a flexcop_dma_config_timer +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0xdced5780 flexcop_dma_xfer_control +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0xf6abbf88 flexcop_dma_allocate +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0x604293ad bt878_start +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0x7ec77102 bt878_stop +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0x925c9b91 bt878_device_control +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0xd5d0bdef bt878_num +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0xf633787c bt878 +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0x11dc4b6d bttv_gpio_enable +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0x1c92a8e4 bttv_sub_unregister +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0x42898a99 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/bttv 0xdd78f3d2 bttv_sub_register +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x194f5487 dst_comm_init +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x43a983fd dst_check_sum +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x4c27eb95 dst_error_recovery +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x615896d8 dst_pio_disable +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x94b26274 dst_wait_dst_ready +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x9cc09a14 write_dst +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x9cfdd689 rdc_reset_state +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0xc9524344 read_dst +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0xd2ebd794 dst_error_bailout +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0xfd56d5ae dst_attach +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst_ca 0x8ffd5ef3 dst_ca_attach +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x2cdea06d cx18_reset_ir_gpio +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x98b5936f cx18_start_v4l2_encode_stream +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0xaec1e7bb cx18_claim_stream +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0xe0bac858 cx18_stop_v4l2_encode_stream +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0xe384034d cx18_ext_init +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0xfed4bf83 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 0x0d27d3a9 cx25821_sram_channel_dump_audio +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x22519f1a cx25821_riscmem_alloc +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x44b517f5 cx25821_print_irqbits +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x54ad065b cx25821_dev_get +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x5902a9dd cx25821_sram_channel_setup_audio +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x5c14e718 cx25821_dev_unregister +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x7271c194 cx25821_set_gpiopin_direction +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0xaaf6863d cx25821_risc_databuffer_audio +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0xe9050411 cx25821_sram_channels +EXPORT_SYMBOL drivers/media/pci/cx88/cx88-vp3054-i2c 0xa4247b10 vp3054_i2c_remove +EXPORT_SYMBOL drivers/media/pci/cx88/cx88-vp3054-i2c 0xd1e47518 vp3054_i2c_probe +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0x3f31a593 cx88_querycap +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0x5cbdb7ff cx88_enum_input +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0xa46024c1 cx88_video_mux +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0xc1108fea cx88_set_freq +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x026260ee cx8802_cancel_buffers +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x1347f316 cx8802_buf_queue +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x87867c18 cx8802_buf_prepare +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x968fe2d4 cx8802_register_driver +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0xe53b8599 cx8802_start_dma +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0xe9188396 cx8802_get_driver +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0xfbefd072 cx8802_unregister_driver +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x0a92b244 cx88_core_put +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x1022d8de cx88_set_tvnorm +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x31ea3d4d cx88_set_tvaudio +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x341b9540 cx88_vdev_init +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x4c3c0696 cx88_dsp_detect_stereo_sap +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x5321fe18 cx88_set_stereo +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x57e52f24 cx88_sram_channel_setup +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 0x66bc343a cx88_core_get +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x72f05543 cx88_wakeup +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x77366d21 cx88_get_stereo +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x79f8a31f cx88_core_irq +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x7f9db8c4 cx88_ir_stop +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 0x92d6dcbe cx88_risc_buffer +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xa9085378 cx88_sram_channel_dump +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xb1a00274 cx88_newstation +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xca9f2b16 cx88_reset +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xd11309a7 cx88_ir_start +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xd4fe2b43 cx88_shutdown +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xdfe101de cx88_set_scale +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xf66b572f cx88_risc_databuffer +EXPORT_SYMBOL drivers/media/pci/ddbridge/ddbridge-dummy-fe 0xba14c2ff ddbridge_dummy_fe_qam_attach +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x042b0004 ivtv_udma_prepare +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x07435009 ivtv_claim_stream +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x14f67530 ivtv_debug +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x1a5fe538 ivtv_udma_setup +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x24bece1b ivtv_api +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x78381154 ivtv_set_irq_mask +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x8191b0f3 ivtv_reset_ir_gpio +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x84d79d8e ivtv_ext_init +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x85c20dcb ivtv_stop_v4l2_encode_stream +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x87f199ac ivtv_release_stream +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x8e848a89 ivtv_start_v4l2_encode_stream +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x912c6b7c ivtv_udma_unmap +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x92945447 ivtv_clear_irq_mask +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xa3296204 ivtv_udma_alloc +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xb82bf821 ivtv_vapi +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xcf3da332 ivtv_vapi_result +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xe59c0c78 ivtv_init_on_first_open +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xfa1c4ac6 ivtv_firmware_check +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x044f44f6 saa7134_pgtable_alloc +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x04e83446 saa7134_tuner_callback +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x0c769219 saa7134_dmasound_exit +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x1211df5d saa7134_devlist +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x15ad4e9d saa7134_set_dmabits +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x239598c2 saa7134_set_gpio +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x333998a5 saa7134_ts_unregister +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x62a10b08 saa7134_ts_register +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x70906c19 saa7134_pgtable_free +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 0xa6b31f3a saa_dsp_writel +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xb05acb2c saa7134_pgtable_build +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xbabc3a96 saa7134_dmasound_init +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xc86d1e99 saa7134_tvaudio_setmute +EXPORT_SYMBOL drivers/media/radio/tea575x 0x121821c7 snd_tea575x_exit +EXPORT_SYMBOL drivers/media/radio/tea575x 0x367d5f4a snd_tea575x_hw_init +EXPORT_SYMBOL drivers/media/radio/tea575x 0x77a7e9b1 snd_tea575x_g_tuner +EXPORT_SYMBOL drivers/media/radio/tea575x 0x9c5d4a89 snd_tea575x_s_hw_freq_seek +EXPORT_SYMBOL drivers/media/radio/tea575x 0xd43680ed snd_tea575x_set_freq +EXPORT_SYMBOL drivers/media/radio/tea575x 0xe47dde09 snd_tea575x_init +EXPORT_SYMBOL drivers/media/radio/tea575x 0xea3f1b67 snd_tea575x_enum_freq_bands +EXPORT_SYMBOL drivers/media/rc/rc-core 0x01098f88 ir_raw_encode_scancode +EXPORT_SYMBOL drivers/media/rc/rc-core 0x21f7eca8 ir_raw_handler_register +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 0xd7b59d50 ir_raw_handler_unregister +EXPORT_SYMBOL drivers/media/tuners/fc0011 0xc92de34e fc0011_attach +EXPORT_SYMBOL drivers/media/tuners/fc0012 0x2ac6b9f8 fc0012_attach +EXPORT_SYMBOL drivers/media/tuners/fc0013 0xdbb90a29 fc0013_rc_cal_reset +EXPORT_SYMBOL drivers/media/tuners/fc0013 0xdde69558 fc0013_rc_cal_add +EXPORT_SYMBOL drivers/media/tuners/fc0013 0xe245d7e2 fc0013_attach +EXPORT_SYMBOL drivers/media/tuners/max2165 0x25fb41e6 max2165_attach +EXPORT_SYMBOL drivers/media/tuners/mc44s803 0x2445fbeb mc44s803_attach +EXPORT_SYMBOL drivers/media/tuners/mt2060 0xd0fefe6f mt2060_attach +EXPORT_SYMBOL drivers/media/tuners/mt2131 0x5f319fc6 mt2131_attach +EXPORT_SYMBOL drivers/media/tuners/mt2266 0x44dbae92 mt2266_attach +EXPORT_SYMBOL drivers/media/tuners/mxl5005s 0x12e0b7db mxl5005s_attach +EXPORT_SYMBOL drivers/media/tuners/qt1010 0x69716be2 qt1010_attach +EXPORT_SYMBOL drivers/media/tuners/tda18218 0x92168775 tda18218_attach +EXPORT_SYMBOL drivers/media/tuners/tuner-types 0x4c48939e tuners +EXPORT_SYMBOL drivers/media/tuners/tuner-types 0xc2821775 tuner_count +EXPORT_SYMBOL drivers/media/tuners/xc2028 0x5a910131 xc2028_attach +EXPORT_SYMBOL drivers/media/tuners/xc4000 0x9a390b28 xc4000_attach +EXPORT_SYMBOL drivers/media/tuners/xc5000 0x2750180c xc5000_attach +EXPORT_SYMBOL drivers/media/usb/cx231xx/cx231xx 0x44cda329 cx231xx_unregister_extension +EXPORT_SYMBOL drivers/media/usb/cx231xx/cx231xx 0x78ba9bbe cx231xx_register_extension +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x16a73d8e dvb_usbv2_generic_rw_locked +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x1c4764da dvb_usbv2_generic_write +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x20272c2d dvb_usbv2_probe +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x5d6f7286 dvb_usbv2_reset_resume +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0xa53a2cc7 dvb_usbv2_generic_rw +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0xb33e5e2f dvb_usbv2_resume +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0xb9bf9c38 dvb_usbv2_generic_write_locked +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0xdb1d6e51 dvb_usbv2_disconnect +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0xed0a76ce dvb_usbv2_suspend +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x495800cd usb_cypress_load_firmware +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x4fbfaaea dvb_usb_generic_rw +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x7a323aec 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 0x8d75d55a dvb_usb_device_init +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0xccd1a028 dvb_usb_nec_rc_key_to_event +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0xd225b47e 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 0x66aba7c9 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 0x00769576 dibusb_i2c_algo +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x3b31bf2f dibusb_power_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x424009d6 dibusb2_0_streaming_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x72257e60 dibusb_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 0xac66e082 dibusb_read_eeprom_byte +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xafc52b92 dibusb_pid_filter_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xb87319f8 dibusb2_0_power_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xcac8af2f dibusb_pid_filter +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xe2ed7d5b dibusb_rc_query +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-mc-common 0x05e0765b dibusb_dib3000mc_frontend_attach +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-mc-common 0xfcd992cd dibusb_dib3000mc_tuner_attach +EXPORT_SYMBOL drivers/media/usb/em28xx/em28xx 0x38e50f42 em28xx_unregister_extension +EXPORT_SYMBOL drivers/media/usb/em28xx/em28xx 0x4990ea17 em28xx_register_extension +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0x04171f52 go7007_snd_init +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0x081315ed go7007_boot_encoder +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0x3f34988d go7007_update_board +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0x68caee93 go7007_parse_video_stream +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0x6a736ff7 go7007_read_interrupt +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0x8c1afc0f go7007_register_encoder +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0xa50eb398 go7007_read_addr +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0xa893df5f go7007_snd_remove +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0xc1d87cfc go7007_alloc +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x293e4091 gspca_disconnect +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x2bd4e091 gspca_expo_autogain +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x7a3e0345 gspca_dev_probe2 +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x9670af2c gspca_debug +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0xa17cad42 gspca_resume +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0xb9276a30 gspca_suspend +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0xc78d6c2b gspca_coarse_grained_expo_autogain +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0xf4d6fe63 gspca_frame_add +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0xfa1bafa1 gspca_dev_probe +EXPORT_SYMBOL drivers/media/usb/ttusb-dec/ttusbdecfe 0xcda8f97e ttusbdecfe_dvbt_attach +EXPORT_SYMBOL drivers/media/usb/ttusb-dec/ttusbdecfe 0xe66ff8b4 ttusbdecfe_dvbs_attach +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-async 0x05b37ceb v4l2_async_unregister_subdev +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-async 0x07eb46cd v4l2_async_nf_init +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-async 0x45789e95 v4l2_async_nf_unregister +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-async 0x8a582877 v4l2_async_subdev_nf_register +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-async 0xb9351c40 v4l2_async_nf_register +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-async 0xe8374dce v4l2_async_register_subdev +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0x11938941 v4l2_m2m_get_vq +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0x1ce4a716 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 0x4629c6df v4l2_m2m_job_finish +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0x5352d022 v4l2_m2m_resume +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0x8402d325 v4l2_m2m_buf_done_and_job_finish +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0xf626dd03 v4l2_m2m_suspend +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x0047661e video_device_release +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x053f53f5 v4l2_ctrl_radio_filter +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 0x09cd8be5 v4l2_ctrl_new_custom +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x0cb9499d video_ioctl2 +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x0e914f15 __v4l2_ctrl_grab +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x0f3b4659 v4l2_ctrl_subdev_subscribe_event +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x123959a1 v4l2_type_names +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x12cc907f v4l2_ctrl_new_std_menu_items +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x15847315 v4l2_g_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x16244fe5 v4l2_prio_check +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x1646682f v4l2_ctrl_type_op_equal +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x1fb641e7 v4l2_ctrl_new_int_menu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x2342f1ae v4l2_prio_open +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x278bca5a v4l2_ctrl_auto_cluster +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x28b12cc9 v4l2_format_info +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x29c8c685 v4l2_query_ext_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x315de2cf v4l2_ctrl_get_menu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x32d43420 v4l2_ctrl_get_name +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x3530ba0e v4l2_s_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x36d4227c v4l2_s_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x3adbd595 v4l2_field_names +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x3bdd0f94 v4l2_prio_change +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x3c20c64b __v4l2_ctrl_modify_dimensions +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x3cacdbc7 v4l2_ctrl_new_fwnode_properties +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x4405eadc video_device_release_empty +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x452b2cfb v4l2_ctrl_new_std_compound +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x4ae9b9e5 v4l2_ctrl_new_std +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x4c51a8d1 __v4l2_ctrl_s_ctrl_compound +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x5328014a v4l2_subdev_init +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x543ea5b5 v4l2_ctrl_type_op_log +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x61586d80 v4l2_ctrl_handler_free +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x671b7bf2 __video_register_device +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x6788c96b v4l2_ctrl_notify +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x68805d73 v4l2_queryctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x6bcfea3f v4l2_ctrl_handler_log_status +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x6df5ddd4 video_device_alloc +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x703b5965 v4l2_ctrl_g_ctrl_int64 +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x7654f6a9 __v4l2_ctrl_s_ctrl_int64 +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x79dec72c v4l2_ctrl_cluster +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x7b7110f3 v4l2_ctrl_find +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x7dac4b77 v4l2_ctrl_log_status +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x8106095a v4l2_prio_max +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x84da16b5 __v4l2_ctrl_s_ctrl_string +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x85a4fab4 __v4l2_ctrl_s_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x89e3897d v4l2_ctrl_query_fill +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x8d2f9529 v4l2_ctrl_sub_ev_ops +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x915975e4 v4l2_ctrl_handler_init_class +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x93175fee v4l2_g_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x9d041d05 v4l2_ctrl_subdev_log_status +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x9db41a16 v4l2_ctrl_g_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xa2774fa7 v4l2_querymenu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xa2da87a2 v4l2_ctrl_subscribe_event +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xa5c04a9c v4l2_ctrl_request_complete +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xaedb4ae0 v4l2_ctrl_fill +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xb34cd778 v4l2_ctrl_type_op_validate +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xb42b5794 v4l2_ctrl_handler_setup +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 0xbd07b12c v4l2_ctrl_poll +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xc394f411 v4l2_try_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xcda04a5b v4l2_prio_close +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xd0f12195 video_devdata +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xd117acfc v4l2_ctrl_request_setup +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xd16d9c01 v4l2_ctrl_get_int_menu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xd9ca5978 video_unregister_device +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xdc37103f v4l2_ctrl_new_std_menu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xe1d90fe3 v4l2_ctrl_activate +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xe2b92059 v4l2_video_std_construct +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xf3251e7b v4l2_norm_to_name +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xf50fecbc v4l2_ctrl_replace +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xf732b994 v4l2_subdev_call_wrappers +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xfaed23be v4l2_ctrl_add_handler +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xfe2f23bf v4l2_ctrl_type_op_init +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xff115214 __v4l2_ctrl_modify_range +EXPORT_SYMBOL drivers/memstick/core/memstick 0x199305e6 memstick_init_req +EXPORT_SYMBOL drivers/memstick/core/memstick 0x1afbf654 memstick_set_rw_addr +EXPORT_SYMBOL drivers/memstick/core/memstick 0x27419026 memstick_next_req +EXPORT_SYMBOL drivers/memstick/core/memstick 0x287277cb memstick_init_req_sg +EXPORT_SYMBOL drivers/memstick/core/memstick 0x4c40c7c9 memstick_add_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0x5be4c4a7 memstick_unregister_driver +EXPORT_SYMBOL drivers/memstick/core/memstick 0x5eafbc8b memstick_alloc_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0x793652a4 memstick_suspend_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0x7e9d0fc7 memstick_detect_change +EXPORT_SYMBOL drivers/memstick/core/memstick 0x9b04ccb9 memstick_resume_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0xb0bec2a6 memstick_remove_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0xc61f29e1 memstick_register_driver +EXPORT_SYMBOL drivers/memstick/core/memstick 0xf0502bea memstick_free_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0xf6487187 memstick_new_req +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x064a1d5f mpt_device_driver_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x0b67e75d mpt_reset_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x0bac2cb4 mpt_detach +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x19bb0a89 mpt_alloc_fw_memory +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x4b2e27df mpt_resume +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x4b768cb2 mpt_verify_adapter +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x502108d0 mpt_fwfault_debug +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x52ea313c mpt_GetIocState +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x567bb8ee mpt_clear_taskmgmt_in_progress_flag +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x5a006871 mpt_halt_firmware +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x5e111506 mpt_raid_phys_disk_get_num_paths +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x600a3259 mpt_put_msg_frame_hi_pri +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x610b257e mpt_reset_deregister +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x6859d5bf mpt_suspend +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x726dc8db mpt_print_ioc_summary +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x74a0134a mpt_device_driver_deregister +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x7fb9dd74 mpt_raid_phys_disk_pg0 +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x8179c275 mpt_attach +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x82068dc3 mpt_event_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x8631ff43 mpt_free_msg_frame +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x973af561 mpt_HardResetHandler +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x981efe92 mpt_deregister +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xa0de863f mpt_raid_phys_disk_pg1 +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xaa1faa66 mpt_free_fw_memory +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xae54aac5 mpt_findImVolumes +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xb29f1564 mpt_send_handshake_request +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xbdf341a0 mpt_put_msg_frame +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xbee546d1 mptbase_sas_persist_operation +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xc16c6f7e mpt_set_taskmgmt_in_progress_flag +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xcb217df1 mpt_config +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xd01c3bdb mpt_get_msg_frame +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xdd805159 ioc_list +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xe0351b72 mpt_Soft_Hard_ResetHandler +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xe6c1e126 mpt_event_deregister +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xef7ef747 mpt_register +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x075ca82f mptscsih_taskmgmt_complete +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x0b0d3481 mptscsih_scandv_complete +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x173f3ccb mptscsih_host_reset +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x1ba6c1b8 mptscsih_info +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x25c1dac5 mptscsih_dev_reset +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x36561987 mptscsih_suspend +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x3c708e70 mptscsih_resume +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x52dcd0b8 mptscsih_io_done +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x54e8a1c8 mptscsih_slave_configure +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x56a27998 mptscsih_qcmd +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x5ab4adca mptscsih_IssueTaskMgmt +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x5be85b02 mptscsih_taskmgmt_response_code +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x62446238 mptscsih_flush_running_cmds +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x6fcbac96 mptscsih_slave_destroy +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x7655c062 mptscsih_bus_reset +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x806422fc mptscsih_raid_id_to_num +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x8c127d61 mptscsih_shutdown +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xb1a0e27d mptscsih_abort +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xb93b3539 mptscsih_show_info +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xc8e36e83 mptscsih_bios_param +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xcfe63508 mptscsih_event_process +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xe1b227fc mptscsih_host_attr_groups +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xe3aa292f mptscsih_ioc_reset +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xf63d8e05 mptscsih_get_scsi_lookup +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xf664d082 mptscsih_is_phys_disk +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xfe999ff9 mptscsih_change_queue_depth +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xffa1f4a9 mptscsih_remove +EXPORT_SYMBOL drivers/mfd/axp20x 0x458b0cd4 axp20x_device_remove +EXPORT_SYMBOL drivers/mfd/axp20x 0x7d649c83 axp20x_device_probe +EXPORT_SYMBOL drivers/mfd/axp20x 0xbdf0f885 axp20x_match_device +EXPORT_SYMBOL drivers/mfd/dln2 0x0523eaa5 dln2_unregister_event_cb +EXPORT_SYMBOL drivers/mfd/dln2 0x3c7ae294 dln2_register_event_cb +EXPORT_SYMBOL drivers/mfd/dln2 0x84bfae7d dln2_transfer +EXPORT_SYMBOL drivers/mfd/htc-pasic3 0x6bfac422 pasic3_read_register +EXPORT_SYMBOL drivers/mfd/htc-pasic3 0xb11ac9b7 pasic3_write_register +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x2ffa6967 mc13xxx_irq_status +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x36262787 mc13xxx_irq_free +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x5b4fa074 mc13xxx_lock +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x84173684 mc13xxx_irq_unmask +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x8d226a50 mc13xxx_reg_write +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x910fe476 mc13xxx_unlock +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x9cd63fd3 mc13xxx_irq_request +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xcb1a2e74 mc13xxx_reg_rmw +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xee68ddec mc13xxx_irq_mask +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xfe1d4ffb mc13xxx_get_flags +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xffebd455 mc13xxx_reg_read +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 0x465efe64 wm8994_irq_exit +EXPORT_SYMBOL drivers/mfd/wm8994 0x66787b75 wm1811_regmap_config +EXPORT_SYMBOL drivers/mfd/wm8994 0x7eaf0b03 wm8994_base_regmap_config +EXPORT_SYMBOL drivers/mfd/wm8994 0x80574b56 wm8994_irq_init +EXPORT_SYMBOL drivers/mfd/wm8994 0xcb20c2c1 wm8994_regmap_config +EXPORT_SYMBOL drivers/mfd/wm8994 0xf91a7958 wm8958_regmap_config +EXPORT_SYMBOL drivers/misc/ad525x_dpot 0x73783880 ad_dpot_remove +EXPORT_SYMBOL drivers/misc/ad525x_dpot 0xde372670 ad_dpot_probe +EXPORT_SYMBOL drivers/misc/altera-stapl/altera-stapl 0x5bafa76e altera_init +EXPORT_SYMBOL drivers/misc/c2port/core 0x4fa35c88 c2port_device_register +EXPORT_SYMBOL drivers/misc/c2port/core 0xa0c2a32c c2port_device_unregister +EXPORT_SYMBOL drivers/misc/mei/mei 0x0bb25295 __SCT__tp_func_mei_reg_write +EXPORT_SYMBOL drivers/misc/mei/mei 0x0c5077d3 __traceiter_mei_pci_cfg_read +EXPORT_SYMBOL drivers/misc/mei/mei 0x14dc7949 __SCT__tp_func_mei_pci_cfg_read +EXPORT_SYMBOL drivers/misc/mei/mei 0x1c1c47d5 __traceiter_mei_reg_write +EXPORT_SYMBOL drivers/misc/mei/mei 0x2b2286f2 __SCK__tp_func_mei_reg_read +EXPORT_SYMBOL drivers/misc/mei/mei 0x3b0a488d __SCT__tp_func_mei_reg_read +EXPORT_SYMBOL drivers/misc/mei/mei 0x3b12c5ac __SCK__tp_func_mei_pci_cfg_read +EXPORT_SYMBOL drivers/misc/mei/mei 0x5cbe5063 __tracepoint_mei_pci_cfg_read +EXPORT_SYMBOL drivers/misc/mei/mei 0x6c65940d __SCK__tp_func_mei_reg_write +EXPORT_SYMBOL drivers/misc/mei/mei 0x8171379a __tracepoint_mei_reg_write +EXPORT_SYMBOL drivers/misc/mei/mei 0x87023172 __tracepoint_mei_reg_read +EXPORT_SYMBOL drivers/misc/mei/mei 0x8e397581 __traceiter_mei_reg_read +EXPORT_SYMBOL drivers/misc/tifm_core 0x0dc04f96 tifm_map_sg +EXPORT_SYMBOL drivers/misc/tifm_core 0x0ffb277f tifm_queue_work +EXPORT_SYMBOL drivers/misc/tifm_core 0x21891efa tifm_has_ms_pif +EXPORT_SYMBOL drivers/misc/tifm_core 0x2ecb0681 tifm_remove_adapter +EXPORT_SYMBOL drivers/misc/tifm_core 0x4297273f tifm_unmap_sg +EXPORT_SYMBOL drivers/misc/tifm_core 0x780806f1 tifm_alloc_device +EXPORT_SYMBOL drivers/misc/tifm_core 0x7f37f5db tifm_register_driver +EXPORT_SYMBOL drivers/misc/tifm_core 0x87ace166 tifm_free_device +EXPORT_SYMBOL drivers/misc/tifm_core 0x8ec9b379 tifm_free_adapter +EXPORT_SYMBOL drivers/misc/tifm_core 0x912b8286 tifm_unregister_driver +EXPORT_SYMBOL drivers/misc/tifm_core 0xa78fa88e tifm_alloc_adapter +EXPORT_SYMBOL drivers/misc/tifm_core 0xc53f71d0 tifm_add_adapter +EXPORT_SYMBOL drivers/misc/tifm_core 0xda0d79b6 tifm_eject +EXPORT_SYMBOL drivers/mmc/host/cqhci 0x23b71e9c cqhci_irq +EXPORT_SYMBOL drivers/mmc/host/cqhci 0x3c1bfa8f cqhci_pltfm_init +EXPORT_SYMBOL drivers/mmc/host/cqhci 0x672e4bf8 cqhci_deactivate +EXPORT_SYMBOL drivers/mmc/host/cqhci 0x8bdf50c9 cqhci_init +EXPORT_SYMBOL drivers/mmc/host/cqhci 0xf835da4e cqhci_resume +EXPORT_SYMBOL drivers/mmc/host/of_mmc_spi 0x8fcd5ecf mmc_spi_get_pdata +EXPORT_SYMBOL drivers/mmc/host/of_mmc_spi 0xcb675bd1 mmc_spi_put_pdata +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0x2785261e cfi_merge_status +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0x32af2273 cfi_read_pri +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0x66b042e8 cfi_varsize_frob +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0x6d218bd7 cfi_build_cmd +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0x75364c47 cfi_build_cmd_addr +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0x8e8da6fc cfi_fixup +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0xce6b896f cfi_send_gen_cmd +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0xff9fa623 cfi_udelay +EXPORT_SYMBOL drivers/mtd/chips/chipreg 0x311b473f map_destroy +EXPORT_SYMBOL drivers/mtd/chips/chipreg 0x5a265f89 unregister_mtd_chip_driver +EXPORT_SYMBOL drivers/mtd/chips/chipreg 0x947d49c3 do_map_probe +EXPORT_SYMBOL drivers/mtd/chips/chipreg 0xe9baf8a3 register_mtd_chip_driver +EXPORT_SYMBOL drivers/mtd/chips/gen_probe 0xf38477f5 mtd_do_chip_probe +EXPORT_SYMBOL drivers/mtd/lpddr/lpddr_cmds 0x5b8ffb08 lpddr_cmdset +EXPORT_SYMBOL drivers/mtd/maps/map_funcs 0x7caea0aa simple_map_init +EXPORT_SYMBOL drivers/mtd/mtd 0x5741cc24 mtd_concat_create +EXPORT_SYMBOL drivers/mtd/mtd 0xdc3dae70 mtd_concat_destroy +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x066fc707 nand_ecc_sw_hamming_calculate +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x091cbb59 nand_ecc_register_on_host_hw_engine +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x1d64ab56 nand_ecc_get_on_die_hw_engine +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x23933fac nand_ecc_prepare_io_req +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x423b3260 nand_ecc_cleanup_ctx +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x4baabed6 nand_ecc_get_on_host_hw_engine +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x4c10ae72 nand_ecc_unregister_on_host_hw_engine +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x4fcf3c7a nand_ecc_get_sw_engine +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x856050f7 nand_ecc_sw_hamming_get_engine +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x8a9ee0b9 nand_ecc_is_strong_enough +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x8bfbd77d nand_ecc_sw_bch_calculate +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x90a71537 nand_ecc_sw_bch_get_engine +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xa73d41f2 of_get_nand_ecc_user_config +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xaf5f5ea4 nand_ecc_sw_bch_init_ctx +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xcf6352f7 nand_ecc_sw_bch_cleanup_ctx +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xdf035856 nand_ecc_put_on_host_hw_engine +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xe0207c7b nand_ecc_finish_io_req +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xe6db989b ecc_sw_hamming_correct +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xf21ab78d nand_ecc_init_ctx +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xf3273701 nand_ecc_sw_bch_correct +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xf36bf4a9 nand_ecc_sw_hamming_cleanup_ctx +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xfc875118 nand_ecc_sw_hamming_correct +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xfe958183 nand_ecc_sw_hamming_init_ctx +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xff4351b0 ecc_sw_hamming_calculate +EXPORT_SYMBOL drivers/mtd/nand/onenand/onenand 0x979956af flexonenand_region +EXPORT_SYMBOL drivers/mtd/nand/onenand/onenand 0xc280798c onenand_addr +EXPORT_SYMBOL drivers/mtd/nand/raw/denali 0x30db096f denali_calc_ecc_bytes +EXPORT_SYMBOL drivers/mtd/nand/raw/denali 0x5e792630 denali_remove +EXPORT_SYMBOL drivers/mtd/nand/raw/denali 0xd4756f68 denali_init +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x1b599c47 rawnand_sw_hamming_calculate +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x1d6da0bf nand_create_bbt +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x26067c93 rawnand_sw_bch_correct +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x30ce31b3 rawnand_dt_parse_gpio_cs +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x36ae8950 rawnand_sw_bch_init +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x3b911cc7 nand_monolithic_write_page_raw +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x4048811a rawnand_sw_hamming_init +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x5aae8662 rawnand_sw_hamming_correct +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x5c9e1b4f rawnand_sw_hamming_cleanup +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x7ed1842d nand_scan_with_ids +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x864806dc nand_read_page_raw +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x8ecbb3b8 nand_check_erased_ecc_chunk +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x8ffd9a64 nand_get_set_features_notsupp +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x9349d689 nand_write_oob_std +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0xc79f48d2 nand_write_page_raw +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0xe3340024 rawnand_sw_bch_cleanup +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0xe5c43a75 nand_monolithic_read_page_raw +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0xf524bb9d nand_read_oob_std +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x307607e1 free_arcdev +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x4a2fe18b arc_bcast_proto +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x52320a7e arcnet_open +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x571aa78f arc_raw_proto +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x5c347b6c arc_proto_default +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x62af1834 arcnet_unregister_proto +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x6534792a arcnet_debug +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x685c2f71 arcnet_timeout +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xa84df7da alloc_arcdev +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xd8ee2d60 arc_proto_map +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xebfcb0d4 arcnet_send_packet +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xecb730b0 arcnet_interrupt +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xf6cf1d92 arcnet_close +EXPORT_SYMBOL drivers/net/arcnet/com20020 0x4208c625 com20020_check +EXPORT_SYMBOL drivers/net/arcnet/com20020 0x7dc6415c com20020_netdev_ops +EXPORT_SYMBOL drivers/net/arcnet/com20020 0xd5047dee com20020_found +EXPORT_SYMBOL drivers/net/can/ctucanfd/ctucanfd 0x5e155617 ctucan_probe_common +EXPORT_SYMBOL drivers/net/can/ctucanfd/ctucanfd 0xb03ae6d0 ctucan_suspend +EXPORT_SYMBOL drivers/net/can/ctucanfd/ctucanfd 0xe716b173 ctucan_resume +EXPORT_SYMBOL drivers/net/can/dev/can-dev 0x6e7f4962 can_eth_ioctl_hwts +EXPORT_SYMBOL drivers/net/can/dev/can-dev 0xc371a98b can_ethtool_op_get_ts_info_hwts +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x0a01b086 b53_br_set_stp_state +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x0d0f4697 b53_br_fast_age +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x11667a3e b53_vlan_filtering +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x15d22344 b53_fdb_add +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x17751398 b53_br_flags_pre +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x17922ab9 b53_get_tag_protocol +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x210d9741 b53_phylink_mac_link_down +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x253e1d74 b53_phylink_mac_config +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x2d98436d b53_imp_vlan_setup +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x2f1bfc06 b53_mirror_del +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x3835c2fe b53_switch_register +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x405cf66b b53_setup_devlink_resources +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x48d9cc05 b53_enable_port +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x5fbb865a b53_port_event +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x655d2625 b53_set_mac_eee +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x66277f78 b53_br_join +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x680b520e b53_phylink_mac_link_up +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x6a5d809e b53_get_ethtool_stats +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x6e4a1d95 b53_vlan_add +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x6f43a4f6 b53_vlan_del +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x6f98e688 b53_disable_port +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x7212f322 b53_br_flags +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x7755745b b53_mdb_add +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x77c58a28 b53_configure_vlan +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x7d57c88f b53_get_ethtool_phy_stats +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x7d5d4262 b53_switch_alloc +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x7e02e669 b53_eee_enable_set +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x7f6c28c3 b53_get_strings +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x85e638fe b53_mirror_add +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x96a88887 b53_switch_detect +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x99fbdffb b53_brcm_hdr_setup +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x9beb51e8 b53_get_sset_count +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xa985a1bf b53_fdb_dump +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xda517331 b53_fdb_del +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xedee4785 b53_br_leave +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xf28616aa b53_mdb_del +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xf4c25730 b53_get_mac_eee +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xf911cfd8 b53_eee_init +EXPORT_SYMBOL drivers/net/dsa/b53/b53_serdes 0x50807eb4 b53_serdes_init +EXPORT_SYMBOL drivers/net/dsa/b53/b53_serdes 0x67cf8ad1 b53_serdes_phylink_get_caps +EXPORT_SYMBOL drivers/net/dsa/b53/b53_serdes 0xa78176a3 b53_serdes_link_set +EXPORT_SYMBOL drivers/net/dsa/b53/b53_serdes 0xd802b1ed b53_serdes_phylink_mac_select_pcs +EXPORT_SYMBOL drivers/net/dsa/lan9303-core 0x176a1da8 lan9303_remove +EXPORT_SYMBOL drivers/net/dsa/lan9303-core 0x2533fdc1 lan9303_shutdown +EXPORT_SYMBOL drivers/net/dsa/lan9303-core 0xada83f40 lan9303_register_set +EXPORT_SYMBOL drivers/net/dsa/lan9303-core 0xb958b999 lan9303_probe +EXPORT_SYMBOL drivers/net/dsa/microchip/ksz_switch 0x10c804f8 ksz_switch_register +EXPORT_SYMBOL drivers/net/dsa/microchip/ksz_switch 0xa1e7884e ksz_switch_remove +EXPORT_SYMBOL drivers/net/dsa/microchip/ksz_switch 0xb44ccb75 ksz_switch_alloc +EXPORT_SYMBOL drivers/net/dsa/vitesse-vsc73xx-core 0x05570e05 vsc73xx_remove +EXPORT_SYMBOL drivers/net/dsa/vitesse-vsc73xx-core 0x4346e6d9 vsc73xx_probe +EXPORT_SYMBOL drivers/net/dsa/vitesse-vsc73xx-core 0x5605ea3d vsc73xx_shutdown +EXPORT_SYMBOL drivers/net/dsa/vitesse-vsc73xx-core 0x99d242fe vsc73xx_is_addr_valid +EXPORT_SYMBOL drivers/net/dsa/xrs700x/xrs700x 0x18698437 xrs700x_switch_shutdown +EXPORT_SYMBOL drivers/net/dsa/xrs700x/xrs700x 0x45a40fd8 xrs700x_switch_alloc +EXPORT_SYMBOL drivers/net/dsa/xrs700x/xrs700x 0x64d5e605 xrs700x_switch_register +EXPORT_SYMBOL drivers/net/dsa/xrs700x/xrs700x 0x83b7b667 xrs7003f_info +EXPORT_SYMBOL drivers/net/dsa/xrs700x/xrs700x 0x8972bf7e xrs7004f_info +EXPORT_SYMBOL drivers/net/dsa/xrs700x/xrs700x 0xb25facfa xrs7003e_info +EXPORT_SYMBOL drivers/net/dsa/xrs700x/xrs700x 0xb89aa5e3 xrs7004e_info +EXPORT_SYMBOL drivers/net/dsa/xrs700x/xrs700x 0xf172f158 xrs700x_switch_remove +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x04906e43 __alloc_ei_netdev +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x119721ac ei_interrupt +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x1fd8d083 ei_close +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x2281dbd3 ei_set_multicast_list +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x2ba4bc52 ei_get_stats +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x32f52cd3 ei_open +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x5a856a59 ei_start_xmit +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0xab321d1a ei_tx_timeout +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0xb106f70c ei_netdev_ops +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0xcc85b9d2 NS8390_init +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0xe1fb5417 ei_poll +EXPORT_SYMBOL drivers/net/ethernet/aquantia/atlantic/atlantic 0x9b089d76 aq_xdp_locking_key +EXPORT_SYMBOL drivers/net/ethernet/broadcom/bnxt/bnxt_en 0xa3dba37a bnxt_ulp_probe +EXPORT_SYMBOL drivers/net/ethernet/broadcom/cnic 0x636af174 cnic_unregister_driver +EXPORT_SYMBOL drivers/net/ethernet/broadcom/cnic 0xaccb33c4 cnic_register_driver +EXPORT_SYMBOL drivers/net/ethernet/cavium/common/cavium_ptp 0x27286c90 cavium_ptp_get +EXPORT_SYMBOL drivers/net/ethernet/cavium/common/cavium_ptp 0x7e89302f 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 0x00a373fc cxgb3_unregister_client +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x07cb7035 t3_l2t_send_slow +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x34beb6e4 cxgb3_free_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x395222fb t3_l2t_send_event +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x4711617b t3_l2t_get +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x482f550c cxgb3_free_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x5d08edcc t3_register_cpl_handler +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x6685938d cxgb3_insert_tid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x6cca0541 cxgb3_alloc_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x8467ac82 cxgb3_remove_tid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x8928b27f cxgb3_ofld_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x8a93c5f9 cxgb3_register_client +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x9066f7a9 dev2t3cdev +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x9e65525e t3_l2e_free +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xcb4bef38 cxgb3_queue_tid_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xd6937bd5 cxgb3_alloc_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x0c20cbe9 cxgb4_reclaim_completed_tx +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x0f1a5528 cxgb4_unregister_uld +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x12f1fe3a cxgb4_remove_server +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x1b29bbe2 cxgb4_l2t_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x1bece735 cxgb4_ofld_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x2808af12 cxgb4_alloc_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x2b5ba35a cxgb4_iscsi_init +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x2fe9930c cxgb4_clip_get +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x315eaee5 cxgb4_immdata_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x325c45c7 cxgb4_create_server6 +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x3329ef8d cxgb4_crypto_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x34ef134c cxgb4_pktgl_to_skb +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x3ca6bbb7 cxgb4_create_server_filter +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x433a0b9f cxgb4_ring_tx_db +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x50ee5c07 cxgb4_best_aligned_mtu +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x60338443 cxgb4_smt_alloc_switching +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x661f1687 cxgb4_register_uld +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x67e07928 cxgb4_select_ntuple +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x6dc8b68a cxgb4_flush_eq_cache +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x784505b9 cxgb4_alloc_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x7a57a6a7 cxgb4_free_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x7aad2767 cxgb4_check_l2t_valid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x7b346d43 cxgb4_read_tpte +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x8a5721d9 cxgb4_get_tcp_stats +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x905d3734 cxgb4_update_root_dev_clip +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x90e98d8b cxgb4_port_idx +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x910edb00 cxgb4_create_server +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x92f5ecc1 cxgb4_sync_txq_pidx +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x99310bea cxgb4_remove_tid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x99d206b0 cxgb4_port_e2cchan +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x9a5a0d6c cxgb4_clip_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xa8db193f cxgb4_smt_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xa9bf5e5a cxgb4_inline_tx_skb +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xb00312e0 cxgb4_get_srq_entry +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xb079211a cxgb4_l2t_alloc_switching +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xb33b5b6f cxgb4_write_sgl +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xb649ce66 cxgb4_write_partial_sgl +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xb7d2203b cxgb4_bar2_sge_qregs +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xbaba64c8 cxgb4_port_chan +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xbaedaa1d cxgb4_l2t_get +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xd276eb6c cxgb4_free_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xd3940ac8 cxgb4_l2t_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xd69a0294 cxgb4_best_mtu +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xda511e14 cxgb4_dbfifo_count +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xdc5916b5 cxgb4_map_skb +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xe3d7540a cxgb4_port_viid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xeda0dbc3 cxgb4_alloc_sftid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xf34a9e9d cxgb4_remove_server_filter +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xfcbdd5d3 t4_cleanup_clip_tbl +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xffda21b6 cxgb4_read_sge_timestamp +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 0x329559ca cxgb_find_route6 +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0x357bf7be cxgbi_ppm_make_ppod_hdr +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0x3c46b922 cxgbi_ppm_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0x46a06dd1 cxgbi_ppm_init +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0x83c16e3c cxgbi_ppm_ppod_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0xb3554fee cxgb_find_route +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0xd0b11182 cxgbi_ppm_ppods_reserve +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x01004186 vnic_dev_get_res +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x0525fdbd vnic_dev_get_res_count +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x0d571742 vnic_dev_unregister +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x70ac3e6a enic_api_devcmd_proxy_by_index +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x845bb0dd vnic_dev_register +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0xc4bd5fdf vnic_dev_get_pdev +EXPORT_SYMBOL drivers/net/ethernet/emulex/benet/be2net 0x4e2e10d2 be_roce_mcc_cmd +EXPORT_SYMBOL drivers/net/ethernet/emulex/benet/be2net 0x55238176 be_roce_unregister_driver +EXPORT_SYMBOL drivers/net/ethernet/emulex/benet/be2net 0x6890cb47 be_roce_register_driver +EXPORT_SYMBOL drivers/net/ethernet/fungible/funcore/funcore 0x02d04329 fun_release_irqs +EXPORT_SYMBOL drivers/net/ethernet/fungible/funcore/funcore 0x6f979c0a fun_reserve_irqs +EXPORT_SYMBOL drivers/net/ethernet/fungible/funcore/funcore 0x716ea108 fun_dev_enable +EXPORT_SYMBOL drivers/net/ethernet/fungible/funcore/funcore 0xd9eff31d fun_dev_disable +EXPORT_SYMBOL drivers/net/ethernet/intel/iavf/iavf 0x51c1784f iavf_unregister_client +EXPORT_SYMBOL drivers/net/ethernet/intel/iavf/iavf 0x9b85d2f9 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 0x1cf34357 prestera_device_register +EXPORT_SYMBOL drivers/net/ethernet/marvell/prestera/prestera 0x58b540b2 prestera_device_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0e58bdc2 mlx4_SET_PORT_fcs_check +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0f3946ca mlx4_ALLOCATE_VPP_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1347749e mlx4_ALLOCATE_VPP_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x14f06b20 mlx4_tunnel_steer_add +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x18e64022 mlx4_max_tc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1d71119b mlx4_get_slave_from_roce_gid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2b3b17e4 mlx4_SET_MCAST_FLTR +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x42d4cd1b mlx4_gen_port_state_change_eqe +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x430eb150 mlx4_test_interrupt +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x46b2b6e1 mlx4_get_slave_port_state +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4c89673c mlx4_get_eqs_per_port +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4e69af29 get_phv_bit +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x60f801b5 mlx4_gen_guid_change_eqe +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x63308c21 mlx4_is_eq_vector_valid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x66c6e4e6 mlx4_assign_eq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6cd8ca5a mlx4_SET_PORT_BEACON +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x70abaadd mlx4_test_async +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x70f1f121 mlx4_put_slave_node_guid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7189352b mlx4_query_diag_counters +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7d6b4390 mlx4_gen_slaves_port_mgt_ev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7f5c448f mlx4_SET_VPORT_QOS_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7fdde0b4 mlx4_handle_eth_header_mcast_prio +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8eb51b72 mlx4_SET_PORT_VXLAN +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x924d00e1 mlx4_get_roce_gid_from_slave +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa2ed772a mlx4_SET_PORT_qpn_calc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xac6700b3 mlx4_get_slave_pkey_gid_tbl_len +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb2508edb mlx4_SET_PORT_user_mac +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xba9b1c41 mlx4_SET_PORT_PRIO2TC +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xbb6efb48 mlx4_get_parav_qkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xbe0f7ed4 mlx4_get_is_vlan_offload_disabled +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xbe39d8fd set_phv_bit +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xbe5accfe mlx4_get_cpu_rmap +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc16f7217 mlx4_sync_pkey_table +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc87125b1 mlx4_eq_get_irq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc89cc58e mlx4_get_slave_node_guid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xded0b3f9 set_and_calc_slave_port_state +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xdeeddca4 mlx4_SET_PORT_SCHEDULER +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe757d1ff mlx4_SET_PORT_general +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xecbd2d8e mlx4_get_module_info +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xeed87e6e mlx4_SET_VPORT_QOS_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf5becb81 mlx4_SET_PORT_user_mtu +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf78726a7 mlx4_is_eq_shared +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf8f648d2 mlx4_release_eq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xfe01ee90 mlx4_gen_pkey_eqe +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xffe56473 mlx4_is_slave_active +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x00a8db8f mlx5_fpga_mem_write +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x02c6e49f mlx5_fc_query +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0594a2ff __SCK__tp_func_mlx5_fs_add_fg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x06621669 mlx5_core_roce_gid_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x06cfcd45 mlx5_core_destroy_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x08e33729 mlx5_eq_disable +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0ce17f50 mlx5_core_destroy_tis +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0dad3888 mlx5_create_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0ecca417 mlx5_notifier_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0ed124df mlx5_lag_get_peer_mdev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x103257d7 mlx5_eswitch_vport_match_metadata_enabled +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x107a85dd mlx5_core_query_rq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x11d85dcf __traceiter_mlx5_fw +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x12151e73 mlx5_lag_is_active +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1342e38a mlx5_cmd_init_async_ctx +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x13c2c6ec mlx5_is_roce_on +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x13d565c7 mlx5_del_flow_rules +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x155e2d8b mlx5_put_uars_page +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x19a80e69 mlx5_cmd_create_vport_lag +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x19ef078a mlx5_core_create_tis +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1a0e82a7 mlx5_notifier_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1b06bd1d mlx5_debugfs_get_dev_root +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 0x1fe9be19 mlx5_core_create_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2030c2ea mlx5_core_modify_rq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x207aac8b mlx5_cmd_destroy_vport_lag +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x20f88ae6 __traceiter_mlx5_fs_del_fte +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x21bb7493 mlx5_fpga_get_sbu_caps +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x237dcaba mlx5_sriov_blocking_notifier_register +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 0x244526b9 mlx5_core_modify_tis +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x29706807 __tracepoint_mlx5_fs_del_fg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2c6dcc84 mlx5_nic_vport_disable_roce +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2f351166 mlx5_core_create_tir +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x33efe782 mlx5_lag_is_sriov +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x36cd19a7 mlx5_fs_add_rx_underlay_qpn +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3f2274b7 mlx5_core_dealloc_pd +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3f4f41a5 mlx5_core_destroy_tir +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x42adb71d mlx5_core_query_mkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x45b8ae94 mlx5_eswitch_get_encap_mode +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x47550d77 mlx5_packet_reformat_alloc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x47f4e069 mlx5_eq_notifier_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x489f2995 __tracepoint_mlx5_fs_del_ft +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4b7b0393 mlx5_rl_remove_rate +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4e323147 mlx5_core_modify_cq_moderation +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4fdce344 mlx5_core_create_rqt +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x50050831 mlx5_eswitch_get_vport_metadata_for_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5149465a mlx5_get_flow_namespace +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x51cec026 mlx5_get_fdb_sub_ns +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x54a9112b mlx5_core_destroy_psv +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x55c195be __SCK__tp_func_mlx5_fs_del_fte +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5ab7081a mlx5_free_bfreg +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 0x5ce4d222 mlx5_debug_qp_add +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5ec4f5ca mlx5_rsc_dump_next +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5fee5cc5 mlx5_lag_mode_is_hash +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6027d2ea __SCK__tp_func_mlx5_fw +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6042d410 mlx5_qp_debugfs_init +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 0x6274bb21 mlx5_core_destroy_rqt +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 0x62f35ace mlx5_query_ib_port_oper +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6336a8ed mlx5_vf_get_core_dev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x63fa357f mlx5_eswitch_uplink_get_proto_dev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6415592d mlx5_core_detach_mcg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x647be36d __SCK__tp_func_mlx5_fs_add_ft +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6482eeea __traceiter_mlx5_fs_del_rule +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6715f769 mlx5_debugfs_root +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x688438d6 mlx5_cmd_do +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6ae346b3 __SCK__tp_func_mlx5_fs_del_rule +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6d754a9e mlx5_fc_destroy +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x72b5f9b1 mlx5_cmd_out_err +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x73249fce mlx5_fc_create +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x74b3a92f mlx5_cmd_cleanup_async_ctx +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x78e521fa __tracepoint_mlx5_fs_del_rule +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7ac88397 mlx5_cmd_check +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7b123f10 mlx5_eswitch_get_vport_metadata_for_match +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7c9eeede mlx5_mpfs_del_mac +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7da46899 mlx5_eswitch_get_core_dev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7db43423 __tracepoint_mlx5_fs_set_fte +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7eaa334c mlx5_modify_header_dealloc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7ee995e2 mlx5_rsc_dump_cmd_create +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7f848f6d mlx5_get_uars_page +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8064dfc4 __tracepoint_mlx5_fs_add_fg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x80d11e7b mlx5_modify_header_alloc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x80d5da11 mlx5_core_attach_mcg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x856f7b8e mlx5_rl_add_rate +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 0x8ee8967d mlx5_qp_debugfs_cleanup +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8f9a3a5d mlx5_fpga_sbu_conn_destroy +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8fa71558 __tracepoint_mlx5_fw +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9502798f mlx5_cmd_exec_cb +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x96eb2c99 mlx5_fc_id +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x97bcefb4 mlx5_core_create_rq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9c01d10b mlx5_comp_vectors_count +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9d36ddd0 __SCT__tp_func_mlx5_fs_add_fg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9e618e8a mlx5_core_query_vendor_id +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9ebf287f mlx5_debug_qp_remove +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa037dbd0 mlx5_sriov_blocking_notifier_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa0fa5c72 mlx5_packet_reformat_dealloc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa23778f4 mlx5_mpfs_add_mac +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa85e04b7 mlx5_flow_table_id +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xab521f6e __traceiter_mlx5_fs_add_ft +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xac80153c __SCK__tp_func_mlx5_fs_del_fg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xaca962b7 __traceiter_mlx5_fs_set_fte +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 0xae9b282d mlx5_eswitch_register_vport_reps +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 0xb1f4dd7b mlx5_vector2eqn +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb2391b12 mlx5_eq_destroy_generic +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 0xb298fb5f mlx5_core_dealloc_transport_domain +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb45acbe3 mlx5_core_create_psv +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb4e976bb __SCT__tp_func_mlx5_fs_add_ft +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb94e26cd mlx5_fs_remove_rx_underlay_qpn +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb9d05bf6 mlx5_core_modify_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xba5c2f4f __traceiter_mlx5_fs_del_fg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xbbd82187 mlx5_eq_enable +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xbe7ab81a mlx5_fpga_mem_read +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xbf6759a8 mlx5_vf_put_core_dev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc45a9cf9 mlx5_fpga_sbu_conn_sendmsg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc8d5eb25 mlx5_lag_is_master +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc9269f77 mlx5_core_query_sq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc9ac2256 mlx5_lag_get_roce_netdev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xca17efa9 mlx5_core_create_mkey +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 0xcc3a2d7a __SCK__tp_func_mlx5_fs_set_fte +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xcd2f2fd2 mlx5_core_destroy_mkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xcd372a4c __tracepoint_mlx5_fs_add_rule +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xcd6f54ae __SCK__tp_func_mlx5_fs_del_ft +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xcf463256 mlx5_cmd_exec_polling +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xcf4d5ae6 mlx5_core_alloc_pd +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd015bba4 __traceiter_mlx5_fs_add_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 0xd1d83f68 mlx5_eq_create_generic +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd315690c mlx5_core_destroy_rq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd34abe83 mlx5_rl_add_rate_raw +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd6db307e mlx5_rdma_rn_get_params +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd737e4f1 mlx5_lag_is_shared_fdb +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd7d7dc2c mlx5_eq_get_eqe +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xda610ea0 mlx5_lag_query_cong_counters +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 0xdcb8ff35 mlx5_lag_get_num_ports +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xdf314d05 __SCK__tp_func_mlx5_fs_add_rule +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xdf4bdbfd mlx5_eswitch_unregister_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 0xe18b9e56 __tracepoint_mlx5_fs_add_ft +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 0xe3ff2102 mlx5_eswitch_reg_c1_loopback_enabled +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe44f8ce7 __tracepoint_mlx5_fs_del_fte +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe4580b33 mlx5_core_alloc_transport_domain +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe541d204 mlx5_lag_is_roce +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 0xe6efcb90 mlx5_core_query_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe88909ac mlx5_rl_remove_rate_raw +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xec94ef5a mlx5_eq_notifier_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xedc06700 mlx5_eq_update_ci +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xee8980b4 mlx5_rl_is_in_range +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf0d681b1 mlx5_eswitch_get_proto_dev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf44bb8d3 mlx5_fpga_sbu_conn_create +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf59d0d4f mlx5_add_flow_rules +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf693a35d mlx5_eswitch_vport_rep +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf96cd840 mlx5_core_modify_sq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xfa9da2ab mlx5_cmd_exec +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xfaf2f1f9 mlx5_comp_irq_get_affinity_mask +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xfc7dc606 mlx5_alloc_bfreg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xfe165fcf mlx5_eswitch_add_send_to_vport_rule +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xff66ea22 mlx5_lag_get_slave_port +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxfw/mlxfw 0xc4d702d9 mlxfw_firmware_flash +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x0137f952 mlxsw_afk_values_add_buf +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 0x031c08a3 mlxsw_core_driver_unregister +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 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 0x24b7cb4a mlxsw_core_skb_transmit +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x28d930cb mlxsw_core_port_netdev_link +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 0x32fb91a4 mlxsw_core_skb_receive +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x383bc49a mlxsw_afa_block_append_qos_dscp +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x39cfd214 mlxsw_core_ptp_transmitted +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x3f71bdfb mlxsw_core_port_devlink_port_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x4036254f mlxsw_linecards_event_ops_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x40e7ae51 mlxsw_core_traps_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x43a9b87e mlxsw_afa_block_terminate +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x47041e4e mlxsw_afk_key_info_blocks_count_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x4765b9f0 mlxsw_core_res_valid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x484489a4 mlxsw_cmd_exec +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x4866767a mlxsw_env_get_module_eeprom_by_page +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x49ec8a06 mlxsw_afa_block_append_police +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x4a558271 mlxsw_env_get_module_power_mode +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x50359cc0 mlxsw_core_kvd_sizes_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x508923e3 mlxsw_core_port_init +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x51b30907 mlxsw_core_bus_device_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 0x5a939205 mlxsw_afk_values_add_u32 +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 0x65e16da4 mlxsw_afk_key_info_get +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 0x749556a2 mlxsw_afk_key_info_subset +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x75339042 mlxsw_core_lag_mapping_clear +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x77d83398 mlxsw_core_read_frc_l +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x798305bd mlxsw_afa_block_append_mirror +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x7abd6f4b mlxsw_core_rx_listener_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x7b0bfeec mlxsw_core_port_fini +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x7e08c6e0 mlxsw_core_event_listener_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x81a541f0 mlxsw_core_trap_unregister +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 0x89093e4d mlxsw_afa_create +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 0x9bfc0706 mlxsw_core_trap_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x9cbf026d mlxsw_afa_destroy +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x9e41f494 mlxsw_afk_encode +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x9fa0d424 mlxsw_core_trap_state_set +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 0xb9661fc9 mlxsw_core_rx_listener_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xba05b3b0 mlxsw_core_emad_string_tlv_enable +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xbab28682 mlxsw_env_get_module_info +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xbc222a8d mlxsw_afk_clear +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xbda212df mlxsw_core_irq_event_handlers_call +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xbfb7df3c mlxsw_core_driver_priv +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xc31fbb6a mlxsw_core_res_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xc5eacafe mlxsw_afa_block_append_l4port +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xcbab836f mlxsw_core_fw_rev_minor_subminor_validate +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xd111d3e8 mlxsw_core_irq_event_handler_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 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 0xd955189a mlxsw_core_traps_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 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 0xdeab0691 mlxsw_afk_create +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 0xe4b4752e mlxsw_env_reset_module +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 0xed74f92a mlxsw_core_driver_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xf82bdc70 mlxsw_core_lag_mapping_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xfbfdbc4b mlxsw_env_get_module_eeprom +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 0xd1543098 mlxsw_i2c_driver_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_i2c 0xd75419a0 mlxsw_i2c_driver_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_pci 0x68c1ccc2 mlxsw_pci_driver_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_pci 0xe9c8e74b mlxsw_pci_driver_unregister +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x07999431 ocelot_port_policer_del +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x10f8acbd ocelot_port_inject_frame +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x16fa13c5 ocelot_fdb_add +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x1943d365 ocelot_vcap_filter_add +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x19453204 vsc7514_vcap_is1_keys +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x1d50072c ocelot_mact_lookup +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x1f3aff54 ocelot_ptp_verify +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x20f4359d ocelot_port_lag_join +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x23c843c3 ocelot_sb_occ_port_pool_get +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x246bc860 ocelot_get_strings +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x2af56c6d ocelot_port_bridge_flags +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x2e071f44 ocelot_ptp_adjfine +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x2e98f2b6 ocelot_deinit_port +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 0x33da20b2 ocelot_init_port +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x34adcb44 ocelot_port_bridge_join +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x38c14f40 ocelot_sb_port_pool_set +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x3f99ad60 ocelot_set_ageing_time +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x4271543f vsc7514_vcap_es0_keys +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x427d4e11 ocelot_can_inject +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x4c431d88 ocelot_port_lag_change +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x4e0fced4 ocelot_deinit +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x50595fda ocelot_ptp_adjtime +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x56c238bd ocelot_hwstamp_set +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x57d1001e ocelot_sb_pool_get +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x591b3301 ocelot_hwstamp_get +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x5abaed55 ocelot_init +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x5c763828 ocelot_port_mdb_add +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x5e620038 ocelot_get_ts_info +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x5ee6ef76 ocelot_sb_occ_max_clear +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x61166e72 ocelot_vlan_del +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x6202d15a ocelot_ptp_settime64 +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x627b7e74 ocelot_mrp_del_ring_role +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x6af883ec ocelot_devlink_sb_unregister +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x6c5a05ed ocelot_sb_tc_pool_bind_set +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x700929a3 ocelot_vlan_prepare +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x729514bb ocelot_bridge_stp_state_set +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x740297ce ocelot_xtr_poll_frame +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x7581a5fd ocelot_ptp_enable +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x769b4e62 ocelot_drain_cpu_queue +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x7be5630b ocelot_policer_validate +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x7d48e19b ocelot_get_sset_count +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x7fe87c9b ocelot_port_policer_add +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x80a75405 vsc7514_vcap_is2_keys +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x80be99ac ocelot_vcap_filter_replace +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x8a77c3b3 ocelot_sb_port_pool_get +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x8aae7977 ocelot_deinit_timestamp +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x8f6de9b4 ocelot_get_ethtool_stats +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x90cbb220 vsc7514_vcap_is2_actions +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x92741707 ocelot_fdb_dump +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x92868484 ocelot_port_bridge_leave +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x9381969d vsc7514_ana_regmap +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x9469b9c8 ocelot_get_max_mtu +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x94ea8faf ocelot_port_get_stats64 +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x973358fd ocelot_vcap_policer_del +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x9d442141 vsc7514_rew_regmap +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x9d7736ca ocelot_mrp_add_ring_role +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xa3afbb74 ocelot_init_timestamp +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xa79860a3 ocelot_vcap_policer_add +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xa8413d7e vsc7514_sys_regmap +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xb30c4b92 vsc7514_ptp_regmap +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xb4d2f724 ocelot_mrp_add +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xb559d78b ocelot_mrp_del +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xb618d7a0 ocelot_devlink_sb_register +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xbba17367 vsc7514_qsys_regmap +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xbf48ddc1 vsc7514_qs_regmap +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xc00e9034 ocelot_mact_learn +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xc51fd1ab ocelot_mact_learn_streamdata +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xcbf7bb9e ocelot_mact_forget +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xceed5e7e vsc7514_dev_gmii_regmap +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 0xd0f6d7ca ocelot_port_lag_leave +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xd2d59bf0 ocelot_ptp_gettime64 +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xd687a545 vsc7514_vcap_es0_actions +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xdab66ada ocelot_port_vlan_filtering +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xdcb1787d ocelot_port_mdb_del +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xddf35445 ocelot_sb_tc_pool_bind_get +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xe1a918dc ocelot_sb_occ_snapshot +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xe4d240c1 ocelot_port_pre_bridge_flags +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xe6d7cb6a ocelot_vcap_filter_del +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xe82c4906 ocelot_fdb_del +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xea1b5ac9 vsc7514_vcap_regmap +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xecaa97fb vsc7514_vcap_is1_actions +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xed50e6d1 ocelot_port_txtstamp_request +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xeef98070 ocelot_ptp_rx_timestamp +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xf06d5510 ocelot_port_set_maxlen +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xf43d14c3 ocelot_get_txtstamp +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xf947c391 ocelot_sb_pool_set +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xfcb87873 ocelot_vlan_add +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xff6b2cf0 ocelot_sb_occ_tc_port_bind_get +EXPORT_SYMBOL drivers/net/ethernet/qlogic/qed/qed 0x00fdf1bf qed_get_fcoe_ops +EXPORT_SYMBOL drivers/net/ethernet/qlogic/qed/qed 0x217165e5 qed_get_eth_ops +EXPORT_SYMBOL drivers/net/ethernet/qlogic/qed/qed 0x4f264472 qed_put_iscsi_ops +EXPORT_SYMBOL drivers/net/ethernet/qlogic/qed/qed 0x992e03d0 qed_put_fcoe_ops +EXPORT_SYMBOL drivers/net/ethernet/qlogic/qed/qed 0x9eeeef48 qed_put_eth_ops +EXPORT_SYMBOL drivers/net/ethernet/qlogic/qed/qed 0xb2818eb2 qed_get_rdma_ops +EXPORT_SYMBOL drivers/net/ethernet/qlogic/qed/qed 0xbeeadf6f qed_get_iscsi_ops +EXPORT_SYMBOL drivers/net/ethernet/qlogic/qede/qede 0x5428d312 qede_rdma_register_driver +EXPORT_SYMBOL drivers/net/ethernet/qlogic/qede/qede 0xe5793496 qede_rdma_unregister_driver +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x05e0bac8 wx_control_hw +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x07922a83 wx_host_interface_command +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x10b5e608 wx_set_rar +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x11ed851d wx_init_rx_addrs +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x203f0fb4 wx_stop_adapter +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x26979229 wx_disable_rx +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x2d355a8d wx_read_ee_hostif +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x3e2b0f77 wx_get_mac_addr +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x4bd9a09f wx_check_flash_load +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x6997d05e wx_read_ee_hostif_buffer +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x83c92d94 wx_sw_init +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x8f95f8d2 wx_clear_rar +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xacf7333f wx_init_eeprom_params +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xba141c18 wx_get_pcie_msix_counts +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xbc33ed9a wx_reset_hostif +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xd0c0b0a9 wx_reset_misc +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xe191d4c2 wx_disable_pcie_master +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xecf8e3d9 wx_mng_present +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0x027c3489 hdlcdrv_arbitrate +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0x48e2f398 hdlcdrv_receiver +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0x6f594d4c hdlcdrv_unregister +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0x8144b9f9 hdlcdrv_register +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0xcef89971 hdlcdrv_transmitter +EXPORT_SYMBOL drivers/net/mdio 0x3e17f466 mdio_set_flag +EXPORT_SYMBOL drivers/net/mdio 0x60443957 mdio45_probe +EXPORT_SYMBOL drivers/net/mdio 0x63e0fee5 mdio45_links_ok +EXPORT_SYMBOL drivers/net/mdio 0x7e8fabde mdio45_ethtool_ksettings_get_npage +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 0x2d52a67c mdiobb_read +EXPORT_SYMBOL drivers/net/mdio/mdio-bitbang 0x5ddeffcf free_mdio_bitbang +EXPORT_SYMBOL drivers/net/mdio/mdio-bitbang 0xcf79eff3 alloc_mdio_bitbang +EXPORT_SYMBOL drivers/net/mdio/mdio-bitbang 0xd197f48d mdiobb_write +EXPORT_SYMBOL drivers/net/mdio/mdio-cavium 0x7f8af438 cavium_mdiobus_write +EXPORT_SYMBOL drivers/net/mdio/mdio-cavium 0xc61e4815 cavium_mdiobus_read +EXPORT_SYMBOL drivers/net/mdio/mdio-mscc-miim 0xf79b63a4 mscc_miim_setup +EXPORT_SYMBOL drivers/net/mii 0x016c92a5 mii_ethtool_gset +EXPORT_SYMBOL drivers/net/mii 0x494c8fad mii_nway_restart +EXPORT_SYMBOL drivers/net/mii 0x5bc26007 mii_check_gmii_support +EXPORT_SYMBOL drivers/net/mii 0x5eae1224 mii_ethtool_set_link_ksettings +EXPORT_SYMBOL drivers/net/mii 0x6c8508e8 generic_mii_ioctl +EXPORT_SYMBOL drivers/net/mii 0x88314a1c mii_ethtool_get_link_ksettings +EXPORT_SYMBOL drivers/net/mii 0xbfaebb07 mii_link_ok +EXPORT_SYMBOL drivers/net/mii 0xc50e1e29 mii_ethtool_sset +EXPORT_SYMBOL drivers/net/mii 0xe6feabf6 mii_check_media +EXPORT_SYMBOL drivers/net/mii 0xedc50edc mii_check_link +EXPORT_SYMBOL drivers/net/pcs/pcs-lynx 0x0cad3e7a lynx_pcs_destroy +EXPORT_SYMBOL drivers/net/pcs/pcs-lynx 0x3a8ff9e0 lynx_get_mdio_device +EXPORT_SYMBOL drivers/net/pcs/pcs-lynx 0xc08f45a1 lynx_pcs_create +EXPORT_SYMBOL drivers/net/phy/bcm-phy-lib 0xba3299c0 bcm54xx_auxctl_write +EXPORT_SYMBOL drivers/net/ppp/pppox 0x5d1b6bc8 pppox_unbind_sock +EXPORT_SYMBOL drivers/net/ppp/pppox 0xb22dabfa pppox_compat_ioctl +EXPORT_SYMBOL drivers/net/ppp/pppox 0xb9d6691f pppox_ioctl +EXPORT_SYMBOL drivers/net/ppp/pppox 0xc8d3337a register_pppox_proto +EXPORT_SYMBOL drivers/net/ppp/pppox 0xe0ff7a18 unregister_pppox_proto +EXPORT_SYMBOL drivers/net/sungem_phy 0x9e28b014 sungem_phy_probe +EXPORT_SYMBOL drivers/net/team/team 0x47ae7e3f team_modeop_port_enter +EXPORT_SYMBOL drivers/net/team/team 0x6fcbdb54 team_mode_unregister +EXPORT_SYMBOL drivers/net/team/team 0x80ce9295 team_modeop_port_change_dev_addr +EXPORT_SYMBOL drivers/net/team/team 0x96aff5e7 team_options_change_check +EXPORT_SYMBOL drivers/net/team/team 0xa9835b52 team_mode_register +EXPORT_SYMBOL drivers/net/team/team 0xb514aa6c team_option_inst_set_change +EXPORT_SYMBOL drivers/net/team/team 0xbab7be63 team_options_register +EXPORT_SYMBOL drivers/net/team/team 0xd90aa88a team_options_unregister +EXPORT_SYMBOL drivers/net/usb/usbnet 0x053735e7 usbnet_device_suggests_idle +EXPORT_SYMBOL drivers/net/usb/usbnet 0xbc407cae usbnet_manage_power +EXPORT_SYMBOL drivers/net/usb/usbnet 0xc54b490c usbnet_link_change +EXPORT_SYMBOL drivers/net/wan/hdlc 0x0b64aed8 detach_hdlc_protocol +EXPORT_SYMBOL drivers/net/wan/hdlc 0x25824b10 unregister_hdlc_protocol +EXPORT_SYMBOL drivers/net/wan/hdlc 0x3f0cfcd9 hdlc_ioctl +EXPORT_SYMBOL drivers/net/wan/hdlc 0x56b42e70 unregister_hdlc_device +EXPORT_SYMBOL drivers/net/wan/hdlc 0x5d9aef2c hdlc_close +EXPORT_SYMBOL drivers/net/wan/hdlc 0x90e445f8 alloc_hdlcdev +EXPORT_SYMBOL drivers/net/wan/hdlc 0x9fab6001 register_hdlc_protocol +EXPORT_SYMBOL drivers/net/wan/hdlc 0xc3b9dd8c hdlc_open +EXPORT_SYMBOL drivers/net/wan/hdlc 0xe4130511 attach_hdlc_protocol +EXPORT_SYMBOL drivers/net/wan/hdlc 0xe6d3b32f hdlc_start_xmit +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x0b1ab353 ath_regd_get_band_ctl +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x0e863d1e dfs_pattern_detector_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x108b188f ath_is_49ghz_allowed +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x36513f21 ath_reg_notifier_apply +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x4159c989 ath_key_config +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x42617154 ath_rxbuf_alloc +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x4571aea8 ath_is_world_regd +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x534254f5 ath_hw_keyreset +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x595a0624 ath_printk +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x5df310b9 ath_key_delete +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x73457f71 ath_is_mybeacon +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x81cb7674 ath_hw_cycle_counters_update +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x8ffcd3b8 ath_hw_setbssidmask +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xa18f224e ath_regd_find_country_by_name +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xa23ca164 ath_hw_keysetmac +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xb6588ba6 ath_bus_type_strings +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xb9b31a22 ath_regd_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xffd3b539 ath_hw_get_listen_time +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x015e5db2 ath10k_debug_mask +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x03020dc1 ath10k_ce_deinit_pipe +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x0654277c ath10k_core_start_recovery +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x094e943f ath10k_info +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x0ab78340 ath10k_print_driver_info +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x122f75a6 ath10k_ce_disable_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x1252d8b8 ath10k_ce_alloc_pipe +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x12b04623 ath10k_bmi_read_memory +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x169cdfd9 ath10k_core_unregister +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x1dfef422 ath10k_ce_send +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x236b64c6 ath10k_mac_tx_push_pending +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x296935e8 ath10k_htt_t2h_msg_handler +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x2b4a8102 __tracepoint_ath10k_log_dbg +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x2bffbe97 ath10k_ce_num_free_src_entries +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x2c412519 ath10k_ce_enable_interrupt +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x339aab02 ath10k_ce_completed_recv_next_nolock +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x35aa77c7 ath10k_ce_send_nolock +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x3cdf04cf __ath10k_ce_rx_num_free_bufs +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x415e9b8d ath10k_ce_per_engine_service +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x41a490df ath10k_ce_per_engine_service_any +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x46f24ea8 ath10k_bmi_start +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x498980c7 ath10k_htt_hif_tx_complete +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x5cf625e5 ath10k_htc_notify_tx_completion +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x5e41211a ath10k_core_fetch_board_file +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x5e4e1c50 ath10k_core_check_dt +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x5faf3ecc ath10k_err +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x62c4a228 ath10k_htt_rx_pktlog_completion_handler +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x6767d0b0 ath10k_ce_completed_send_next_nolock +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x695b4781 ath10k_ce_disable_interrupt +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x71c9e45a ath10k_coredump_new +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x7216ce8d ath10k_ce_completed_recv_next +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x7682efbb ath10k_warn +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x7885b59f ath10k_ce_revoke_recv_next +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x91eb848f ath10k_ce_free_pipe +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xa01caab4 ath10k_htc_rx_completion_handler +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xa5ed12b1 ath10k_htc_tx_completion_handler +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xabd75fe2 ath10k_core_napi_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xaf698cbc ath10k_ce_alloc_rri +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xb844d24c ath10k_ce_completed_send_next +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xb85fe749 ath10k_ce_free_rri +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xbb24f024 ath10k_htt_txrx_compl_task +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xbbbb3a38 ath10k_coredump_get_mem_layout +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xbfbfc1ce ath10k_core_free_board_files +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xc0f8ce5c ath10k_core_start +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xc3a21b19 ath10k_ce_init_pipe +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xc5dcaa4e __ath10k_ce_send_revert +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xc73d93ef ath10k_ce_enable_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xcc04a19c ath10k_core_napi_sync_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xd2cd6fe0 ath10k_core_create +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xd794be2a ath10k_core_stop +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xde946835 ath10k_ce_rx_post_buf +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xe873d724 ath10k_ce_cancel_send_next +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xef50b945 ath10k_core_register +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xf017b12d ath10k_htt_rx_hl_indication +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xf0e47b54 ath10k_ce_dump_registers +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xf2bc4fbd ath10k_ce_rx_update_write_idx +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xfa06cfa8 ath10k_htc_process_trailer +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xfe8ec5f7 ath10k_core_destroy +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x051eb93e ath11k_core_suspend +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x0b6029f1 ath11k_core_pre_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x0ca83d3d ath11k_hal_srng_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x0dcfb7b2 ath11k_pci_enable_ce_irqs_except_wake_irq +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x108c5872 ath11k_pcic_map_service_to_pipe +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x1d6d63a9 ath11k_pcic_get_ce_msi_idx +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x2c9a676f ath11k_pcic_ext_irq_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x3761fb04 ath11k_pcic_ce_irqs_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x3bd7e774 ath11k_pcic_register_pci_ops +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x4cffdcdd ath11k_core_alloc +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x4e4c5a84 ath11k_qmi_deinit_service +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x52bd300f ath11k_pcic_get_user_msi_assignment +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x54e2766e ath11k_hal_srng_deinit +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x5d0b780d ath11k_warn +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x6683447a ath11k_pcic_start +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x69d35288 ath11k_ce_free_pipes +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x70dd5e56 ath11k_pcic_read32 +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x70e00b21 ath11k_pcic_get_msi_address +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x74b7653a ath11k_pcic_write32 +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x75de00d8 ath11k_pci_disable_ce_irqs_except_wake_irq +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x78b7c526 ath11k_pcic_free_irq +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x7ac2c1f1 __tracepoint_ath11k_log_dbg +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x8ad4aeae ath11k_pcic_read +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x980523b1 ath11k_debugfs_soc_destroy +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x9b7bbf52 ath11k_core_free +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x9c51bcc4 ath11k_debug_mask +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xa1e5248b ath11k_pcic_config_irq +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xaac5275a ath11k_ce_alloc_pipes +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xb1788173 ath11k_pcic_init_msi_config +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xbff54d7c ath11k_core_resume +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xc9613d4b ath11k_pcic_ce_irq_disable_sync +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xd0b8d311 ath11k_ce_rx_post_buf +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xd33006d6 ath11k_ce_per_engine_service +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xd4464f36 ath11k_err +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xda85595a ath11k_info +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xdee33d0e ath11k_pcic_ext_irq_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xdf8e3068 ath11k_ce_get_attr_flags +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xe0521bd0 ath11k_ce_cleanup_pipes +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xe619c071 ath11k_core_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xe679209d ath11k_ce_get_shadow_config +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xf0197188 ath11k_cold_boot_cal +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xf4b0c2dd ath11k_dp_service_srng +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xf4bcaafb ath11k_core_deinit +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xfb795592 ath11k_pcic_stop +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x0375306b ath6kl_stop_txrx +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x1354043d ath6kl_warn +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x1bbc4ea5 ath6kl_read_tgt_stats +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x23a3070b ath6kl_core_create +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x2cd92136 ath6kl_cfg80211_suspend +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x3502feef ath6kl_info +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x5bc0dcf6 ath6kl_core_rx_complete +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x75b97deb ath6kl_core_cleanup +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x91cfb84a ath6kl_hif_rw_comp_handler +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xb5a43623 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 0xbf146506 ath6kl_hif_intr_bh_handler +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xdc782b94 ath6kl_core_destroy +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xe15a996a ath6kl_cfg80211_resume +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xeb4c7e49 ath6kl_core_tx_complete +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x037be609 ath9k_cmn_spectral_init_debug +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x12e668d3 ath9k_cmn_init_channels_rates +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x179ca39d ath9k_cmn_spectral_scan_trigger +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x30649d84 ath9k_cmn_init_crypto +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x37a69e93 ath9k_cmn_spectral_deinit_debug +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x412beb39 ath9k_cmn_beacon_config_ap +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x41aae67b ath9k_cmn_debug_stat_rx +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x48eb0e77 ath9k_cmn_debug_phy_err +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x4c3582a3 ath9k_cmn_get_channel +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x4eae33b8 ath9k_cmn_debug_recv +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x55ed0260 ath9k_cmn_spectral_scan_config +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x5d5b99e5 ath9k_cmn_update_txpow +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x64e13758 ath9k_cmn_setup_ht_cap +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x6b59a5f2 ath9k_cmn_debug_base_eeprom +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x71115ff2 ath9k_cmn_beacon_config_adhoc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xa8dcd030 ath9k_cmn_rx_accept +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xb9acd12f ath9k_cmn_get_hw_crypto_keytype +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xbb3dfe17 ath9k_cmn_reload_chainmask +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xcbc25303 ath_cmn_process_fft +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xcc504ef3 ath9k_cmn_debug_modal_eeprom +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xcce89846 ath9k_cmn_process_rate +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xcd88857f ath9k_cmn_process_rssi +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xd2981357 ath9k_cmn_count_streams +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xe67fcfab ath9k_cmn_beacon_config_sta +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xe8b9af1a ath9k_cmn_rx_skb_postprocess +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x00402de9 ar9003_mci_set_bt_version +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x01f4b753 ath9k_hw_gen_timer_stop +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x044a7c95 ath9k_hw_txstart +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x052ceaed ath9k_hw_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x05fa2c68 ath9k_hw_gpio_get +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0ae40f8b ath9k_hw_getrxfilter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0f77dafc ath9k_hw_get_tsf_offset +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x12981664 ath9k_hw_updatetxtriglevel +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x154a5069 ath9k_hw_set_gpio +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x20aa1ade ath9k_hw_kill_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x218445fb ath9k_hw_computetxtime +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x2765f527 ar9003_get_pll_sqsum_dvc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x286bb142 ath9k_hw_gpio_request_in +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x28f2612f ath9k_hw_getnf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x2b45dc25 ath9k_hw_setup_statusring +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x2c920f24 ar9003_mci_get_next_gpm_offset +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x2ff8d41d ar9003_mci_setup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x31244579 ath9k_hw_btcoex_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x31a5332d ath9k_hw_beaconinit +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x31feb882 ath9k_hw_process_rxdesc_edma +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x322ac8eb ath9k_hw_setuptxqueue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x3230cba7 ath9k_hw_setpower +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x32d2a45f ath9k_hw_deinit +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x32dba4ce ath_gen_timer_isr +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x35c7ea1e ath9k_hw_btcoex_init_scheme +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x36193a0f ath9k_hw_puttxbuf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x389cbacd ath_gen_timer_alloc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x38ec7fe9 ath9k_hw_setrxabort +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x4054b203 ath9k_hw_wow_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x4a320512 ar9003_mci_send_wlan_channels +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x4b495257 ath9k_hw_set_txq_props +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x4ba8d5af ath9k_hw_get_txq_props +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x562b2048 ath9k_hw_set_sta_beacon_timers +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x56cb153e ath9k_hw_setuprxdesc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x578c39dc ath9k_hw_releasetxqueue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x59a4ba67 ath9k_hw_init_btcoex_hw +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x5ab0442f ar9003_is_paprd_enabled +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x5c1d5311 ath9k_hw_resettxqueue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x67036c1c ar9003_mci_send_message +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x675cf229 ath9k_hw_set_txpowerlimit +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x688556e0 ath9k_hw_reset +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6a45b09b ath9k_hw_wait +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6de82698 ath9k_hw_gettsf64 +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x705a04ad ath9k_hw_gen_timer_start +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x7371cd71 ath9k_hw_ani_monitor +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x781d36f8 ath9k_hw_setopmode +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x78be1e56 ath9k_hw_stop_dma_queue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x79597513 ath9k_hw_rxprocdesc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x79c274a9 ath9k_hw_phy_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x7bc4c3eb ath9k_hw_stopdmarecv +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x7bf00257 ath9k_hw_wow_wakeup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x7f52c4f2 ath9k_hw_set_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x7fd54b2a ath9k_hw_gpio_request_out +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x840a9f2b ath9k_hw_settsf64 +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x84349521 ath9k_hw_name +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x84829c40 ath9k_hw_wow_apply_pattern +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x84b6e992 ath9k_hw_check_nav +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x861f1c42 ath9k_hw_setantenna +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x8c014131 ath9k_hw_set_tsfadjust +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x8cbb4dbf ath9k_hw_btcoex_init_2wire +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x8e26ff6c ar9003_hw_bb_watchdog_dbg_info +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x94eb697b ath9k_hw_init_global_settings +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x94f1b192 ath9k_hw_disable_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x9944f6b3 ath9k_hw_set_rx_bufsize +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x9ac4c42b ath9k_hw_intrpend +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x9b683250 ar9003_paprd_init_table +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x9bade51e ath9k_hw_gpio_free +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x9f6a22da ath9k_hw_setrxfilter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa1fcb4c7 ath9k_hw_enable_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa2fd6975 ath9k_hw_btcoex_bt_stomp +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa37f934e ath9k_hw_abortpcurecv +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa41a7294 ath9k_hw_addrxbuf_edma +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa499d089 ath9k_hw_numtxpending +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa4bfc420 ath9k_hw_btcoex_deinit +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa7ae4419 ath9k_hw_btcoex_set_concur_txprio +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa7d5fb95 ath9k_hw_startpcureceive +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xaa5a604b ar9003_paprd_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xaa90a53f ath9k_hw_btcoex_init_3wire +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xaaa5ca9d ath9k_hw_disable_mib_counters +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xad359823 ath9k_hw_loadnf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb025d0c1 ath9k_hw_getchan_noise +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb5f29f4f ath9k_hw_putrxbuf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb6d921be ath_gen_timer_free +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xbfa95ce3 ar9003_paprd_setup_gain_table +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc68dae35 ar9003_hw_disable_phy_restart +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xcdc29c36 ar9003_mci_cleanup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd23e822a ar9003_paprd_populate_single_table +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd2d04c05 ath9k_hw_gettxbuf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd445552a ath9k_hw_btcoex_init_mci +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd8bdcda3 ath9k_hw_set_tx_filter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xdaa86541 ath9k_hw_reset_calvalid +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xdafb802b ath9k_hw_reset_tsf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xdd63b650 ath9k_hw_beaconq_setup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xde9e2d06 ar9003_paprd_is_done +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xdf00e4cc ath9k_hw_btcoex_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xdfaf7fcc ar9003_mci_get_interrupt +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xe06513c1 ar9003_mci_state +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xe0b262e5 ath9k_hw_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xe3aa127a ar9003_paprd_create_curve +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xea4b7d03 ath9k_hw_btcoex_set_weight +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf21b1cf4 ath9k_hw_abort_tx_dma +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf28be44c ath9k_hw_resume_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf6e582cd ath9k_hw_write_associd +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf817c40d ar9003_hw_bb_watchdog_check +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf8ca61f7 ath9k_hw_check_alive +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xfada711c ath9k_hw_setmcastfilter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xfdbc78c9 ath9k_hw_bstuck_nfcal +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xfded7c94 ath9k_hw_gettsf32 +EXPORT_SYMBOL drivers/net/wireless/atmel/atmel 0x804901f2 stop_atmel_card +EXPORT_SYMBOL drivers/net/wireless/atmel/atmel 0xc62e92f1 atmel_open +EXPORT_SYMBOL drivers/net/wireless/atmel/atmel 0xd53e81d3 init_atmel_card +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x0d3cb3fd 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 0x1b7109e0 brcmu_pktq_flush +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x4311eb28 brcmu_pktq_mlen +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x477b706b brcmu_pkt_buf_get_skb +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x4965d165 brcmu_pkt_buf_free_skb +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x50d35d31 brcmu_pktq_pdeq +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x6193b19f brcmu_pktq_pflush +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x63acdff7 brcmu_pktq_pdeq_match +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x668d67b2 brcmu_pktq_pdeq_tail +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0xa17c0ccf brcmu_dotrev_str +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0xbc46f2ed brcmu_pktq_peek_tail +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0xc7825770 brcmu_pktq_penq +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0xd6217d91 brcmu_d11_attach +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0xf4dfcf77 brcmu_pktq_penq_head +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0xff57f853 brcmu_pktq_init +EXPORT_SYMBOL drivers/net/wireless/cisco/airo 0x7729966b stop_airo_card +EXPORT_SYMBOL drivers/net/wireless/cisco/airo 0x9a648a10 init_airo_card +EXPORT_SYMBOL drivers/net/wireless/cisco/airo 0xdce7703f reset_airo_card +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x19265efe libipw_channel_to_freq +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x19923f55 libipw_wx_set_encodeext +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x22f3a82e libipw_txb_free +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x414e6446 libipw_wx_get_scan +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x430fb2cb libipw_networks_age +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x4c1528f3 libipw_rx +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x4efc300b alloc_libipw +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x5a8e605c libipw_wx_set_encode +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x7981e694 libipw_is_valid_channel +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x8d59068e libipw_wx_get_encode +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x8f02bcd0 libipw_xmit +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x964a67fd libipw_get_channel_flags +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0xb3270aa3 libipw_set_geo +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0xbbc42a37 libipw_freq_to_channel +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0xbc8f558a libipw_wx_get_encodeext +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0xc0530438 libipw_channel_to_index +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0xc572d123 libipw_rx_mgt +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0xc997015e libipw_get_geo +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0xcc8c8927 libipw_get_channel +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0xffca1d85 free_libipw +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x07245a08 il_update_stats +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x07382d66 il_full_rxon_required +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x0daab102 il_init_scan_params +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x0f890b28 il_dbgfs_unregister +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x0fedd20e il_set_rate +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x105491f7 il_tx_queue_reset +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x13a2ae60 il_txq_update_write_ptr +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x16e29258 il_get_single_channel_number +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x1e33db12 il_mac_config +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x1e6ded72 il_hdl_csa +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x22e1c224 il_restore_stations +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x23094a1c il_eeprom_query16 +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x24d0d7e1 il_cancel_scan_deferred_work +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x24d3831b il_leds_exit +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x25c58236 il_poll_bit +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x29042ce8 il_add_station_common +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x29fd1854 il_set_rxon_hwcrypto +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x2bf7eea6 il_queue_space +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x2ea1cfa0 il_set_decrypted_flag +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x30f749bc il_free_geos +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x310e40d0 il_wr_prph +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x331b2eae il_scan_cancel_timeout +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x34282eb3 _il_poll_bit +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x34582e57 il_get_free_ucode_key_idx +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x388ef689 il_tx_queue_free +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x38a8d320 il_tx_cmd_protection +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x393be95d il_apm_stop +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x3e2baa1d il_init_geos +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x3fb8bea5 il_clear_ucode_stations +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x3fce2b25 il_set_bit +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x410b9494 il_rx_queue_space +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x416bd26a il_debug_level +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x43de9741 il_chswitch_done +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x4403bda7 il_mac_sta_remove +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x46d8b380 il_connection_init_rx_config +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x4b569ea9 il_mac_hw_scan +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x50476d10 il_tx_cmd_complete +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x50a599c9 il_get_passive_dwell_time +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x50ee81c6 il_free_channel_map +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x538c010d il_usecs_to_beacons +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x5be2f6d4 il_is_ht40_tx_allowed +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x5dc79bb4 il_fill_probe_req +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x5f2bed0c il_mac_reset_tsf +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x6307229b il_rx_queue_alloc +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x631d1109 il_set_flags_for_band +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x64eb52ae il_tx_queue_init +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x662e6a64 il_set_rxon_channel +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x69b77c14 il_eeprom_query_addr +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x6e2067d7 il_alloc_txq_mem +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x6f5e69e8 il_check_rxon_cmd +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x717bb571 il_setup_rx_scan_handlers +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x72047813 il_clear_bit +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x730917b4 il_setup_scan_deferred_work +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x75527fad il_tx_queue_unmap +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x76bc0082 il_mac_remove_interface +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x77ffd55e il_dbgfs_register +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x7c8aac4c il_mac_conf_tx +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x7cd14966 il_pm_ops +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x81a22f6e il_get_active_dwell_time +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x8bc2c39f il_get_lowest_plcp +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x8c0fc4b2 il_hdl_pm_sleep +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x8d38d55b il_init_channel_map +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x8d5d2749 il_power_initialize +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x9cc714af il_bg_watchdog +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xa1143ed0 il_rx_queue_update_write_ptr +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xa356e97e il_hdl_pm_debug_stats +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xa6914413 il_cmd_queue_unmap +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xaa08ca28 il_rd_prph +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xaa9348e3 il_mac_change_interface +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xaaf50c44 il_cmd_queue_free +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xade4c7c9 il_send_bt_config +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xaeaaa108 il_eeprom_free +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xafc9028c il_add_beacon_time +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xb0604693 il_send_stats_request +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xb4be32b9 il_scan_cancel +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xb53933d6 il_mac_flush +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xb554985f il_get_channel_info +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 0xbfff436f il_send_cmd_pdu +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xc44406f7 il_irq_handle_error +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xc8c81674 il_setup_watchdog +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xcaa76348 il_set_rxon_ht +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xd0945282 il_send_cmd_sync +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xd2fe39f2 il_mac_bss_info_changed +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xd3e742ea il_free_txq_mem +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xd5c090ed il_power_update_mode +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xd86611b1 il_write_targ_mem +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xd8f0939b il_apm_init +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xd9d2c05f il_send_add_sta +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xdc59232a il_hdl_spectrum_measurement +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xdc748892 il_send_cmd_pdu_async +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xdd88c643 il_send_rxon_timing +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xe0a7e3f4 il_mac_add_interface +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xe1807974 il_hdl_error +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xe1b17b0c il_leds_init +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xe7181056 il_send_cmd +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xebfcf05d _il_apm_stop +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xf13ce3dd il_force_reset +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xf2eb7b3e il_read_targ_mem +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xf59bde32 il_eeprom_init +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xf5bdaf75 il_set_tx_power +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xf70a693b il_bcast_addr +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xfb709c0f il_send_lq_cmd +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 0x5c92709b __SCK__tp_func_iwlwifi_dev_ucode_cont_event +EXPORT_SYMBOL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x5d2d8318 __traceiter_iwlwifi_dev_ucode_event +EXPORT_SYMBOL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x5ee3ecf3 __SCK__tp_func_iwlwifi_dev_ucode_event +EXPORT_SYMBOL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x6591c988 __tracepoint_iwlwifi_dev_ucode_cont_event +EXPORT_SYMBOL drivers/net/wireless/intel/iwlwifi/iwlwifi 0xa7ba1326 __tracepoint_iwlwifi_dev_ucode_event +EXPORT_SYMBOL drivers/net/wireless/intel/iwlwifi/iwlwifi 0xaa718547 __traceiter_iwlwifi_dev_ucode_cont_event +EXPORT_SYMBOL drivers/net/wireless/intel/iwlwifi/iwlwifi 0xad9df896 __traceiter_iwlwifi_dev_ucode_wrap_event +EXPORT_SYMBOL drivers/net/wireless/intel/iwlwifi/iwlwifi 0xcb1e0ca1 __SCK__tp_func_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 0xec133744 iwl_trans_pcie_remove +EXPORT_SYMBOL drivers/net/wireless/intel/iwlwifi/iwlwifi 0xf21db5b2 __tracepoint_iwlwifi_dev_ucode_wrap_event +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x04de7793 hostap_handle_sta_tx_exc +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x08d9b605 hostap_set_auth_algs +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x1de091f1 hostap_free_data +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x216d9218 hostap_set_string +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x2ed76827 hostap_set_antsel +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x37e109b0 prism2_update_comms_qual +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x3a688792 hostap_set_hostapd_sta +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x3e53b1a9 hostap_master_start_xmit +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x66fef917 hostap_set_roaming +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x6bd41410 hostap_set_encryption +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x730f085e hostap_init_data +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x742b7e4c 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 0xa63d6f42 hostap_set_hostapd +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xb4b77c8b hostap_80211_get_hdrlen +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xb8d85c5f hostap_80211_rx +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xb8dceef3 hostap_80211_ops +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xbf0701ec hostap_remove_interface +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xcdafa761 hostap_info_init +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xddc950a2 hostap_init_ap_proc +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xe472474b hostap_check_sta_fw_version +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xe8e7224f hostap_setup_dev +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xf0a1e472 hostap_info_process +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xf84315ca hostap_add_interface +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xf91c03e2 hostap_dump_tx_header +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xfa13d74a hostap_init_proc +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xfaf8c150 hostap_remove_proc +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xfe47eeaf hostap_set_word +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x101b3ca6 __orinoco_ev_rx +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x34584ede alloc_orinocodev +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x3bd2acb2 free_orinocodev +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x3d49595b orinoco_down +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x3fe982aa __orinoco_ev_info +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x473eca55 orinoco_process_xmit_skb +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x47f6b12a orinoco_if_del +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x7eb1c173 orinoco_init +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x91dc4989 orinoco_change_mtu +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0xa5cadeec orinoco_up +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0xa74c2dc5 hermes_struct_init +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0xb6cc533b orinoco_stop +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0xce716542 orinoco_tx_timeout +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0xd04234d6 orinoco_if_add +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0xdd3e385f orinoco_open +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0xffe27bca orinoco_interrupt +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0xffebbc3d orinoco_set_multicast_list +EXPORT_SYMBOL drivers/net/wireless/mediatek/mt76/mt76 0x327a9822 mt76_rx_signal +EXPORT_SYMBOL drivers/net/wireless/mediatek/mt76/mt76 0x6c9f51d3 mt76_wcid_key_setup +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/btcoexist/btcoexist 0x4f6e9bee rtl_btc_get_ops_pointer +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x00bc28a6 rtl92c_dm_bt_coexist +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x0224ee55 rtl92c_set_fw_rsvdpagepkt +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x056af1a0 rtl92c_download_fw +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x10a3494f _rtl92c_phy_init_bb_rf_register_definition +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x15acf258 rtl92c_phy_iq_calibrate +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x1ad328ec rtl92c_set_fw_joinbss_report_cmd +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x1be145a1 _rtl92c_phy_rf_serial_write +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x2327d91c _rtl92c_phy_calculate_bit_shift +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x285c2313 _rtl92c_phy_rf_serial_read +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x2a25d79f rtl92c_phy_ap_calibrate +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x2f6ac360 rtl92c_phy_sw_chnl +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x3308c40f rtl92c_phy_set_io +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x390b7bfd _rtl92c_phy_fw_rf_serial_read +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x46d3f609 _rtl92c_phy_dbm_to_txpwr_idx +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x4bd68f34 rtl92c_phy_query_bb_reg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x4ca0a6f2 rtl92c_phy_set_txpower_level +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x52f68d95 _rtl92c_store_pwrindex_diffrate_offset +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x57f3787a _rtl92c_phy_fw_rf_serial_write +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x586c0ddd rtl92c_phy_set_io_cmd +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x666e58cb rtl92c_phy_sw_chnl_callback +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x6d5c9de5 rtl92c_phy_lc_calibrate +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x755a53e5 rtl92c_dm_watchdog +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x82c3b61a rtl92c_dm_write_dig +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x84bd06ad rtl8192_phy_check_is_legal_rfpath +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x85b98318 _rtl92c_phy_set_rf_sleep +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x87891aba rtl92c_phy_set_bb_reg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x891e0e7c rtl92c_dm_check_txpower_tracking +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x8c809741 rtl92c_phy_set_bw_mode +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x97b0d72d _rtl92c_phy_bb8192c_config_parafile +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xa64f26ed rtl92c_phy_set_rfpath_switch +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xa7421328 rtl92c_dm_init +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xaf1cd4da rtl92c_firmware_selfreset +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xaf689bce rtl92ce_phy_set_rf_on +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xb14d1cb9 rtl92c_dm_init_edca_turbo +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xb33f637d rtl92c_bt_rssi_state_change +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xb81fb5bf rtl92c_phy_update_txpower_dbm +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xbcc8c8e2 rtl92c_dm_rf_saving +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xc8bda7b3 _rtl92c_phy_txpwr_idx_to_dbm +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xd5d2a37c rtl92c_fill_h2c_cmd +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xdfbf6fb0 rtl92c_dm_init_rate_adaptive_mask +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xea2f18f2 rtl92c_phy_rf_config +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xeb78d8c3 rtl92c_set_fw_pwrmode_cmd +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_pci 0x4572f64a rtl_pci_resume +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_pci 0x959ff40c rtl_pci_suspend +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_pci 0xd9fb6682 rtl_pci_disconnect +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_pci 0xdf2fae40 rtl_pci_probe +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_usb 0x4773bfd9 rtl_usb_suspend +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_usb 0x5d41d8ee rtl_usb_disconnect +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_usb 0x62e7f472 rtl_usb_probe +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_usb 0x669474f5 rtl_usb_resume +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x0b038e24 channel5g_80m +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x0ec18297 rtl_efuse_shadow_map_update +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x166812c6 rtl_process_phyinfo +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x1b945315 rtl_addr_delay +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x22423cff rtl_ps_enable_nic +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x2d698542 rtl_dm_diginit +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x306f2289 efuse_power_switch +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x30a956d7 rtl_query_rxpwrpercentage +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x330c2192 rtl_cam_add_one_entry +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x39833c72 rtl_rx_ampdu_apply +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x47b55418 rtl_init_rfkill +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x4aede4e5 rtl_cam_delete_one_entry +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x4dd4b71f rtl_c2hcmd_enqueue +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x54824f58 channel5g +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x5c302983 rtl_send_smps_action +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x60169945 rtl_cam_reset_all_entry +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x7b4e5031 rtl_cam_empty_entry +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x87c4ee7b rtl_phy_scan_operation_backup +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x8ea60059 rtl_fw_cb +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x93933a20 rtl_signal_scale_mapping +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x94766733 rtl_cam_del_entry +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x97ec66e4 rtl_mrate_idx_to_arfr_id +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x98c67194 rtl_cmd_send_packet +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xa5744253 rtl_cam_mark_invalid +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xbb395dda efuse_shadow_read +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xbc5196bd rtl_bb_delay +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xc09da327 efuse_read_1byte +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xc7c78b96 rtlwifi_rate_mapping +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xd21d9ffc rtl_ps_disable_nic +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xd44ace7d efuse_one_byte_read +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xe95bf5fe rtl_get_tcb_desc +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xebedfe5f rtl_wowlan_fw_cb +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xeccabc34 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 0xf19adb49 rtl_cam_get_free_entry +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xf2e1dcaf rtl_hal_pwrseqcmdparsing +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xf432325c rtl_collect_scan_list +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_8723d 0xa1dfc9e9 rtw8723d_hw_spec +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_8821c 0x3c1fbe64 rtw8821c_hw_spec +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_8822b 0x4a3fb35b rtw8822b_hw_spec +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_8822c 0xa5fdd865 rtw8822c_hw_spec +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x04977356 rtw_set_channel_mac +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x06b35636 rtw_phy_pwrtrack_get_delta +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x075ae3aa rtw_phy_config_swing_table +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x119e6b76 rtw_core_init +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x168f0806 rtw_dump_reg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x18bd75c6 rtw_chip_info_setup +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x1c1066d5 rtw_core_deinit +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x1e1ce00c rtw_parse_tbl_phy_cond +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x2da06d26 rtw_phy_read_rf +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x3075e4c5 rtw_regd_get +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x3274e66b rtw_coex_write_scbd +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x33b3f3c0 rtw_debug_mask +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x3403d460 rtw_phy_set_edcca_th +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x36c5bfca rtw_disable_lps_deep_mode +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x3949caa7 rtw_fw_inform_rfk_status +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x3956e52d rtw_fw_c2h_cmd_rx_irqsafe +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x3e209dd5 rtw_phy_read_rf_sipi +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x41607976 rtw_phy_parsing_cfo +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x424773a2 rtw_fw_do_iqk +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x440b7589 rtw_phy_rf_power_2_rssi +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x48fb9ae3 rtw_bf_enable_bfee_mu +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x4b66f761 rtw_parse_tbl_txpwr_lmt +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x4f0d0caa rtw_phy_pwrtrack_need_lck +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x519c8ba9 rtw_rate_size +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x533dc3b8 rtw_phy_get_tx_power_index +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x58210e60 rtw_rate_section +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x597dd0eb rtw_phy_write_rf_reg_mix +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x5a3e433e rtw_tx_write_data_rsvd_page_get +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x6a5b2a0f rtw_tx_fill_tx_desc +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x733c33bc rtw_read8_physical_efuse +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x80feeea0 rtw_power_mode_change +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x835c939f rtw_rx_stats +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x838b1f9f rtw_dump_fw +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x8779a82c rtw_parse_tbl_bb_pg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x8967ba95 rtw_register_hw +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x8b46d1be __rtw_dbg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x8dda3931 rtw_bf_enable_bfee_su +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x8fc63ca1 rtw_phy_pwrtrack_get_pwridx +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x95c709da rtw_bf_cfg_csi_rate +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x999138bd rtw_coex_read_indirect_reg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xa34feb61 rtw_phy_write_rf_reg_sipi +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xa48b462d rtw_coex_write_indirect_reg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xa95c0d74 rtw_bf_set_gid_table +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xad94912c rtw_tx_write_data_h2c_get +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xaf6bfafe rtw_phy_cfg_mac +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xb2d8c95c rtw_phy_cfg_rf +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xb5c759ac rtw_tx_report_enqueue +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xb9d17873 rtw_bf_remove_bfee_su +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xbb1e6f56 rtw_unregister_hw +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xc2c637d3 rtw_phy_set_tx_power_level +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xc68b855f rtw_phy_cfg_agc +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xc6b7f2f2 rtw_bf_phy_init +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xcf5cf3ef rtw_phy_init +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xd03f6f46 check_hw_ready +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xd1fb2c01 rtw_bf_remove_bfee_mu +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xd2b344c7 rtw_rx_fill_rx_status +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xd2d5a281 rtw_phy_pwrtrack_avg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xd49100cd rtw_fw_c2h_cmd_isr +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xd78f611b rtw_ops +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xdd2056d1 rtw_set_rx_freq_band +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xde7a5af5 rtw_phy_pwrtrack_thermal_changed +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xe066c7b4 rtw_phy_pwrtrack_need_iqk +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xe23870d1 rtw_restore_reg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xf225df56 rtw_phy_cfg_bb +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xffc2e3e1 rtw_phy_load_tables +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_pci 0x1892d9bb rtw_pci_probe +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_pci 0x648aba08 rtw_pci_remove +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_pci 0x98201c9a rtw_pm_ops +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_pci 0xac8df29a rtw_pci_shutdown +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_usb 0x4873addc rtw_usb_probe +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_usb 0xdec5166d rtw_usb_disconnect +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_8852a 0x9ae77a67 rtw8852a_chip_info +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_8852b 0xed79a897 rtw8852b_chip_info +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_8852c 0x76dce4f8 rtw8852c_chip_info +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x00705ebb rtw89_core_fill_txdesc +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x02d1407e rtw89_core_rx +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x0512fec6 rtw89_phy_tssi_ctrl_set_bandedge_cfg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x062839a4 rtw89_mac_cfg_ctrl_path_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x07131004 rtw89_mac_get_txpwr_cr +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x0802beaf rtw89_phy_load_txpwr_byrate +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x0aae2b56 rtw89_mac_size +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x1a237f1c rtw89_btc_set_policy_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x1a9d1f2a rtw89_phy_config_rf_reg_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x1aa4b80b rtw89_phy_write_reg3_tbl +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x204691d6 rtw89_phy_set_txpwr_limit_ru +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x2aff64d4 rtw89_mac_read_xtal_si +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x3589a3b4 rtw89_core_query_rxdesc +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x40a4f6de rtw89_mac_enable_bb_rf +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x467e52b1 rtw89_mac_disable_bb_rf +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x46ac17e5 rtw89_rfk_parser +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x49b78fc1 rtw89_phy_read_rf +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x4c02b21a rtw89_ops +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x4ceba8ea rtw89_phy_read_rf_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x564bd337 rtw89_mac_coex_init +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x59cd9ae0 rtw89_core_napi_stop +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x5eee3a58 rtw89_btc_set_policy +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x61153b40 rtw89_phy_write_rf +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x6815b44b __rtw89_debug +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x696a95b1 rtw89_phy_write32_idx +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x6d353a94 rtw89_free_ieee80211_hw +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x6d3c4b36 rtw89_core_fill_txdesc_fwcmd_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x6e26c24f rtw89_phy_set_txpwr_limit +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x75e93370 rtw89_core_napi_init +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x79d219a6 rtw89_phy_set_txpwr_offset +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x7e120df9 rtw89_mac_coex_init_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x7e921c72 rtw89_core_init +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x866a1518 rtw89_phy_read_txpwr_limit +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x8d133e72 rtw89_chip_info_setup +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x91b0634b rtw89_mac_cfg_gnt +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x92b03fd8 rtw89_fw_h2c_rf_ntfy_mcc +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x956efeb3 rtw89_ser_notify +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xa1e5ef39 rtw89_alloc_ieee80211_hw +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xa507d04f rtw89_core_unregister +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xa55b0ecf rtw89_phy_read32_idx +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xaf9d8413 rtw89_mac_cfg_gnt_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xb1f49299 rtw89_mac_cfg_ppdu_status +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xb4dfd675 rtw89_mac_stop_sch_tx +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xbb23368a rtw89_core_register +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xbca60935 rtw89_mac_cfg_ctrl_path +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xc2345793 rtw89_core_napi_deinit +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xc6dd467a rtw89_mac_resume_sch_tx_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xc7ed7adb rtw89_mac_get_err_status +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xca923157 rtw89_core_deinit +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xcfbb07fc rtw89_mac_write_xtal_si +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xd1228950 rtw89_mac_stop_sch_tx_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xd5e4f884 rtw89_btc_ntfy_wl_rfk +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xd85b3c68 rtw89_mac_resume_sch_tx +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xe2a667a0 rtw89_core_fill_txdesc_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xe3f57b04 rtw89_debug_mask +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xe5b2becf rtw89_phy_write_rf_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xefcce997 rtw89_mac_set_err_status +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xf6342ad8 rtw89_phy_set_txpwr_byrate +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xfaa2283f rtw89_fw_h2c_dctl_sec_cam_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xfb6eaac2 rtw89_core_napi_start +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xfc0f39f0 rtw89_phy_get_txsc +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x0a4dda19 rtw89_pci_ltr_set +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x2637d694 rtw89_pm_ops +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x3d406861 rtw89_pci_recognize_intrs +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x5f153877 rtw89_pci_enable_intr +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 0x759e5be8 rtw89_pci_fill_txaddr_info +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x84051301 rtw89_pci_config_intr_mask_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x9ce0961b rtw89_pci_ch_dma_addr_set +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0xa547e8ea rtw89_pci_recognize_intrs_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0xab1ee49e rtw89_pci_disable_intr +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0xb0726e81 rtw89_pci_ltr_set_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0xb7c911c3 rtw89_pci_remove +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0xef499b75 rtw89_pci_enable_intr_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0xf3252335 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/realtek/rtw89/rtw89_pci 0xfedb541c rtw89_pci_probe +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0xffaef60f rtw89_pci_fill_txaddr_info_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0xfff0d9ca rtw89_pci_config_intr_mask +EXPORT_SYMBOL drivers/net/wireless/rsi/rsi_91x 0xe1af9ce0 rsi_config_wowlan +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0x3ed920ee wlcore_tx_complete +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0x47a9c8ce wlcore_calc_packet_alignment +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0x63ca6dbf wl1271_free_tx_id +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0x64e89161 wl12xx_is_dummy_packet +EXPORT_SYMBOL drivers/nfc/fdp/fdp 0x04ff5053 fdp_nci_probe +EXPORT_SYMBOL drivers/nfc/fdp/fdp 0xd0646226 fdp_nci_remove +EXPORT_SYMBOL drivers/nfc/microread/microread 0x107750f7 microread_probe +EXPORT_SYMBOL drivers/nfc/microread/microread 0xe925cac4 microread_remove +EXPORT_SYMBOL drivers/nfc/nxp-nci/nxp-nci 0x18e7f4c8 nxp_nci_fw_recv_frame +EXPORT_SYMBOL drivers/nfc/nxp-nci/nxp-nci 0x6bc01c1a nxp_nci_remove +EXPORT_SYMBOL drivers/nfc/nxp-nci/nxp-nci 0xb03ed36a nxp_nci_probe +EXPORT_SYMBOL drivers/nfc/pn533/pn533 0x02aa919d pn533_recv_frame +EXPORT_SYMBOL drivers/nfc/pn544/pn544 0x5a18d3ed pn544_hci_remove +EXPORT_SYMBOL drivers/nfc/pn544/pn544 0xde473ed3 pn544_hci_probe +EXPORT_SYMBOL drivers/nfc/s3fwrn5/s3fwrn5 0x59d2c472 s3fwrn5_probe +EXPORT_SYMBOL drivers/nfc/s3fwrn5/s3fwrn5 0x7392be64 s3fwrn5_phy_power_ctrl +EXPORT_SYMBOL drivers/nfc/s3fwrn5/s3fwrn5 0x774203fc s3fwrn5_phy_set_wake +EXPORT_SYMBOL drivers/nfc/s3fwrn5/s3fwrn5 0x84b00dbc s3fwrn5_recv_frame +EXPORT_SYMBOL drivers/nfc/s3fwrn5/s3fwrn5 0x897d9524 s3fwrn5_remove +EXPORT_SYMBOL drivers/nfc/s3fwrn5/s3fwrn5 0xedb12f10 s3fwrn5_phy_set_mode +EXPORT_SYMBOL drivers/nfc/s3fwrn5/s3fwrn5 0xf2ab60da s3fwrn5_phy_get_mode +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0x2cbd3f35 st_nci_se_init +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0x5e7dda57 ndlc_recv +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0x7739dea1 st_nci_se_io +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0x9a4c4db9 st_nci_vendor_cmds_init +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0xb34b7f1a ndlc_close +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0xbc4a804c ndlc_open +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0xc236f0c8 ndlc_remove +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0xced9ca15 ndlc_send +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0xd90309cf ndlc_probe +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0xfeecc009 st_nci_se_deinit +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x0be1c441 st21nfca_hci_loopback_event_received +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x151b84aa st21nfca_im_send_dep_req +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x1e7ecb20 st21nfca_hci_enable_se +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x484aa06a st21nfca_connectivity_event_received +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x528d4523 st21nfca_hci_disable_se +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x5710e6af st21nfca_hci_se_io +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x6318b091 st21nfca_dep_event_received +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x6cd82d09 st21nfca_apdu_reader_event_received +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x768b0a13 st21nfca_hci_remove +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x76b34a49 st21nfca_se_deinit +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x79eefc2b st21nfca_vendor_cmds_init +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x9082326a st21nfca_hci_probe +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0xa551a73f st21nfca_tm_send_dep_res +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0xc903f181 st21nfca_se_init +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0xcf0a9469 st21nfca_dep_init +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0xddcca073 st21nfca_dep_deinit +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0xec8be650 st21nfca_im_send_atr_req +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0xfe9a8323 st21nfca_hci_discover_se +EXPORT_SYMBOL drivers/ntb/ntb 0x072c028a ntb_clear_ctx +EXPORT_SYMBOL drivers/ntb/ntb 0x0bb5f6ec __ntb_register_client +EXPORT_SYMBOL drivers/ntb/ntb 0x0bd96143 ntb_msi_peer_trigger +EXPORT_SYMBOL drivers/ntb/ntb 0x106ca7aa ntb_set_ctx +EXPORT_SYMBOL drivers/ntb/ntb 0x241abd42 ntbm_msi_free_irq +EXPORT_SYMBOL drivers/ntb/ntb 0x26e7fc16 ntb_msg_event +EXPORT_SYMBOL drivers/ntb/ntb 0x283c0746 ntbm_msi_request_threaded_irq +EXPORT_SYMBOL drivers/ntb/ntb 0x4e532e06 ntb_default_port_number +EXPORT_SYMBOL drivers/ntb/ntb 0x4fb3db28 ntb_msi_init +EXPORT_SYMBOL drivers/ntb/ntb 0x7267a817 ntb_default_peer_port_count +EXPORT_SYMBOL drivers/ntb/ntb 0x7d31f11d ntb_msi_setup_mws +EXPORT_SYMBOL drivers/ntb/ntb 0x8dcc2b73 ntb_unregister_device +EXPORT_SYMBOL drivers/ntb/ntb 0x94b1de53 ntb_msi_peer_addr +EXPORT_SYMBOL drivers/ntb/ntb 0x9dd06be7 ntb_register_device +EXPORT_SYMBOL drivers/ntb/ntb 0xa3c35f42 ntb_msi_clear_mws +EXPORT_SYMBOL drivers/ntb/ntb 0xd7e182fa ntb_link_event +EXPORT_SYMBOL drivers/ntb/ntb 0xe191c813 ntb_unregister_client +EXPORT_SYMBOL drivers/ntb/ntb 0xed08c4f0 ntb_default_peer_port_number +EXPORT_SYMBOL drivers/ntb/ntb 0xf6c0e9f6 ntb_default_peer_port_idx +EXPORT_SYMBOL drivers/ntb/ntb 0xf763e8fa ntb_db_event +EXPORT_SYMBOL drivers/nvdimm/nd_btt 0x559ba21d nvdimm_namespace_detach_btt +EXPORT_SYMBOL drivers/nvdimm/nd_btt 0x65497a16 nvdimm_namespace_attach_btt +EXPORT_SYMBOL drivers/parport/parport 0x01992011 parport_ieee1284_epp_write_addr +EXPORT_SYMBOL drivers/parport/parport 0x2407f96c parport_claim_or_block +EXPORT_SYMBOL drivers/parport/parport 0x26776ac4 parport_negotiate +EXPORT_SYMBOL drivers/parport/parport 0x27e1e867 parport_register_dev_model +EXPORT_SYMBOL drivers/parport/parport 0x3cacaebf __parport_register_driver +EXPORT_SYMBOL drivers/parport/parport 0x3e0bb0e5 parport_ieee1284_read_nibble +EXPORT_SYMBOL drivers/parport/parport 0x4cfa5c5a parport_put_port +EXPORT_SYMBOL drivers/parport/parport 0x4d2a941b parport_ieee1284_interrupt +EXPORT_SYMBOL drivers/parport/parport 0x512d3d8a parport_unregister_device +EXPORT_SYMBOL drivers/parport/parport 0x541dcc62 parport_remove_port +EXPORT_SYMBOL drivers/parport/parport 0x5a3e72df parport_release +EXPORT_SYMBOL drivers/parport/parport 0x5e3a3912 parport_irq_handler +EXPORT_SYMBOL drivers/parport/parport 0x625243de parport_ieee1284_epp_write_data +EXPORT_SYMBOL drivers/parport/parport 0x664fd571 parport_del_port +EXPORT_SYMBOL drivers/parport/parport 0x7b47de66 parport_write +EXPORT_SYMBOL drivers/parport/parport 0x83ba07b3 parport_unregister_driver +EXPORT_SYMBOL drivers/parport/parport 0x85c5a307 parport_find_base +EXPORT_SYMBOL drivers/parport/parport 0xa29eefff parport_wait_peripheral +EXPORT_SYMBOL drivers/parport/parport 0xa84c5662 parport_claim +EXPORT_SYMBOL drivers/parport/parport 0xaaa6e2d1 parport_set_timeout +EXPORT_SYMBOL drivers/parport/parport 0xaecc81db parport_register_port +EXPORT_SYMBOL drivers/parport/parport 0xb34a6785 parport_ieee1284_read_byte +EXPORT_SYMBOL drivers/parport/parport 0xb7064a00 parport_announce_port +EXPORT_SYMBOL drivers/parport/parport 0xb8eb40a2 parport_ieee1284_ecp_write_addr +EXPORT_SYMBOL drivers/parport/parport 0xb9dc5995 parport_get_port +EXPORT_SYMBOL drivers/parport/parport 0xbc8f4155 parport_find_number +EXPORT_SYMBOL drivers/parport/parport 0xd5cf03bf parport_ieee1284_ecp_read_data +EXPORT_SYMBOL drivers/parport/parport 0xdb20236d parport_ieee1284_ecp_write_data +EXPORT_SYMBOL drivers/parport/parport 0xde9858d4 parport_ieee1284_epp_read_addr +EXPORT_SYMBOL drivers/parport/parport 0xe6b5ade0 parport_read +EXPORT_SYMBOL drivers/parport/parport 0xf0fd8223 parport_wait_event +EXPORT_SYMBOL drivers/parport/parport 0xf382e70c parport_ieee1284_epp_read_data +EXPORT_SYMBOL drivers/parport/parport 0xf8862b48 parport_ieee1284_write_compat +EXPORT_SYMBOL drivers/parport/parport_pc 0x96b2a96f parport_pc_unregister_port +EXPORT_SYMBOL drivers/parport/parport_pc 0xe494ed92 parport_pc_probe_port +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x04219644 pcmcia_loop_config +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x0acb94df pcmcia_request_io +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x1b413d7e pcmcia_unregister_driver +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x20a20047 pcmcia_get_mac_from_cis +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x460b5459 pcmcia_read_config_byte +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x572ac5e3 pcmcia_fixup_vpp +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x5afd132c pcmcia_disable_device +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x5c698e5c pcmcia_dev_present +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x65921757 pcmcia_request_irq +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x6833ec47 pcmcia_get_tuple +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x6e39ae42 pcmcia_fixup_iowidth +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0xa193ccc4 pcmcia_map_mem_page +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0xbb312663 pcmcia_parse_tuple +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0xc2bfd2ad pcmcia_write_config_byte +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0xd30402f5 pcmcia_register_driver +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0xd680292b pcmcia_request_window +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0xd8140d11 pcmcia_enable_device +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0xf8c5e402 pcmcia_loop_tuple +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0xfba22dd4 pcmcia_release_window +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x0be9afd2 pcmcia_register_socket +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x212db8d2 pcmcia_socket_list +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x385d8f95 pcmcia_unregister_socket +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x50bf4d8f pcmcia_socket_class +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x749c50f2 pccard_register_pcmcia +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xb7025238 pcmcia_parse_events +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xba82363e pcmcia_reset_card +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xcf97f3bd dead_socket +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xe3f26c72 pcmcia_parse_uevents +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xe8054817 pcmcia_get_socket +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xf039afa4 pcmcia_get_socket_by_nr +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xf5198741 pcmcia_put_socket +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xf942709b pcmcia_socket_list_rwsem +EXPORT_SYMBOL drivers/pcmcia/pcmcia_rsrc 0xc1c99b9b pccard_nonstatic_ops +EXPORT_SYMBOL drivers/pcmcia/pcmcia_rsrc 0xcbdb1d14 pccard_static_ops +EXPORT_SYMBOL drivers/platform/chrome/cros_ec 0x1325bf06 cros_ec_unregister +EXPORT_SYMBOL drivers/platform/chrome/cros_ec 0x3405edfa cros_ec_suspend +EXPORT_SYMBOL drivers/platform/chrome/cros_ec 0xb157a9f5 cros_ec_register +EXPORT_SYMBOL drivers/platform/chrome/cros_ec 0xb4dfdb74 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 0x772e8f67 __wmi_driver_register +EXPORT_SYMBOL drivers/platform/x86/wmi 0xe7c03c44 wmi_driver_unregister +EXPORT_SYMBOL drivers/rpmsg/rpmsg_char 0x8379be33 rpmsg_chrdev_eptdev_destroy +EXPORT_SYMBOL drivers/rpmsg/rpmsg_char 0xb85027af rpmsg_chrdev_eptdev_create +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x0b4ae4fa rpmsg_send +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x0daba778 rpmsg_send_offchannel +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x14fb6f8f rpmsg_class +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x44502c04 rpmsg_create_channel +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x4b14ac8a rpmsg_create_ept +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x4ed055ce rpmsg_find_device +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x544e2c60 rpmsg_release_channel +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x6405cd29 rpmsg_trysend +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x6fcf1a30 unregister_rpmsg_driver +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x7a731c09 rpmsg_register_device_override +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x883ee2af rpmsg_unregister_device +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x8ba87b95 rpmsg_get_mtu +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x90c0d657 rpmsg_destroy_ept +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0xb9f9a1b9 rpmsg_trysend_offchannel +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0xd5063484 rpmsg_trysendto +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0xd7eeacf7 rpmsg_register_device +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0xdd7d02e0 rpmsg_poll +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0xe2dd6111 rpmsg_sendto +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0xead7661f __register_rpmsg_driver +EXPORT_SYMBOL drivers/rpmsg/rpmsg_ns 0xbfbc9b8d rpmsg_ns_register_device +EXPORT_SYMBOL drivers/scsi/53c700 0x3d9cece0 NCR_700_intr +EXPORT_SYMBOL drivers/scsi/53c700 0x7e38cd3a NCR_700_release +EXPORT_SYMBOL drivers/scsi/53c700 0xf997d5f3 NCR_700_detect +EXPORT_SYMBOL drivers/scsi/esp_scsi 0x0ab59b90 scsi_esp_template +EXPORT_SYMBOL drivers/scsi/esp_scsi 0x1602e9b8 scsi_esp_unregister +EXPORT_SYMBOL drivers/scsi/esp_scsi 0x1fb012b7 scsi_esp_cmd +EXPORT_SYMBOL drivers/scsi/esp_scsi 0x4a29ab38 scsi_esp_intr +EXPORT_SYMBOL drivers/scsi/esp_scsi 0x6d80d686 scsi_esp_register +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x1f9594b6 fcoe_ctlr_link_up +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x3deac785 fcoe_ctlr_els_send +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x3fbaac2e fcoe_transport_detach +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x50e52961 fcoe_ctlr_recv_flogi +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x69056c27 fcoe_ctlr_link_down +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x6db2b9e4 fcoe_ctlr_set_fip_mode +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x7a432aa8 fcoe_ctlr_init +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xa412c1fd fcoe_ctlr_recv +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xb26e1a70 fcoe_fcf_get_selected +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xc0a36dbb fcoe_ctlr_destroy +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xdea0e2e8 fcoe_transport_attach +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x09138306 fc_rport_lookup +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x095c8ba4 fc_frame_alloc_fill +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x0e9b9684 fc_rport_terminate_io +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x14068e18 fc_lport_set_local_id +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x154d9c54 fc_disc_config +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x1801077a fc_lport_logo_resp +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x198eca67 fc_lport_bsg_request +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x1a02f772 fc_exch_mgr_alloc +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x1b087150 fc_get_host_speed +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x22b90986 fc_exch_mgr_del +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x28c09cb7 fc_exch_mgr_free +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x2be24764 fc_exch_update_stats +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x315e6614 fc_exch_mgr_add +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x331f6460 fc_fabric_logoff +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x33de5f0f fc_exch_seq_send +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x35299dd6 _fc_frame_alloc +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x423f8c46 fc_frame_crc_check +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x4c49b08d fc_vport_setlink +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x4ce0da4e fc_seq_set_resp +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x53c3912a fc_set_mfs +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x5700de0d fc_linkdown +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x5feb0e13 fc_linkup +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x62f5fb5a fc_exch_mgr_reset +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x63e89388 fc_lport_flogi_resp +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x6b6bf0c5 fc_get_host_port_state +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x70f23165 fc_fabric_login +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x752a22d6 fc_lport_iterate +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x7705b4e8 fc_queuecommand +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x7edbee99 fc_set_rport_loss_tmo +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 0x8c1a68e1 fc_rport_recv_req +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x91832ef0 fc_exch_recv +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x91ac46b9 fc_rport_create +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x9417da36 fc_rport_login +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x9a3d7d1d fc_disc_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x9d50ed7e fc_rport_destroy +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x9db6fd2d fc_lport_recv +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xa1bcd198 fc_cpu_mask +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xab73c26d fc_seq_assign +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xabe250b8 fc_lport_reset +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xacceac5a fc_eh_abort +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xb0ae0115 fc_vport_id_lookup +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xb0ddd5a1 fc_rport_flush_queue +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xb62ff58a fc_lport_destroy +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xba1255e2 fc_slave_alloc +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xbc0c8348 fc_lport_config +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xbfce6329 fc_fcp_destroy +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xc0d080bf fc_exch_mgr_list_clone +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xc30d3be7 fc_fill_hdr +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xc7479567 fc_lport_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xcc344865 libfc_vport_create +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xccee8e59 fc_fcp_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xcd003d4d fc_fill_reply_hdr +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xd41776f0 fc_exch_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xd6f8b642 fc_fc4_deregister_provider +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xd75d547c fc_eh_host_reset +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xe5cf06b5 fc_lport_notifier_head +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xecb584f1 fc_elsct_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xee88d95e fc_elsct_send +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xf173fdb1 fc_seq_send +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xf23bea33 fc_fc4_register_provider +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xf6248dae fc_get_host_stats +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xfa4667d1 fc_seq_release +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xfdbe7fd8 fc_eh_device_reset +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xfed791b1 fc_rport_logoff +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0x204f51c0 sas_resume_ha +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0x4a8e3d34 try_test_sas_gpio_gp_bit +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0x5122647d sas_suspend_ha +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0x63d87d75 sas_prep_resume_ha +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0x8e8d673e 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 0xe200f116 mraid_mm_register_adp +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x04726073 qlt_enable_vha +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x2a4d92f3 qlt_lport_deregister +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x4cb05807 qlt_free_cmd +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x5adb20a8 qlt_free_mcmd +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xb23206d8 qlt_lport_register +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xc5ec2454 qlt_rdy_to_xfer +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xd7a9141d qlt_abort_cmd +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xda97e9e5 qlt_xmit_tm_rsp +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xe3819192 qlt_stop_phase2 +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xebd8980e qlt_unreg_sess +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xf158c521 qlt_stop_phase1 +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xf70ffc51 qlt_xmit_response +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0x1f55cd70 qlogicfas408_ihandl +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0x3dd7e83e qlogicfas408_host_reset +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0x3fd8cd71 qlogicfas408_detect +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0x4342c9df qlogicfas408_disable_ints +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0x91cb58dd qlogicfas408_queuecommand +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0xa0e0fec8 qlogicfas408_biosparam +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0xa7c868cd qlogicfas408_info +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0xaa38e1c7 qlogicfas408_abort +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0xe76b3b20 qlogicfas408_get_chip_type +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0xf2b95199 qlogicfas408_setup +EXPORT_SYMBOL drivers/scsi/raid_class 0x123b54aa raid_class_release +EXPORT_SYMBOL drivers/scsi/raid_class 0xcb4a9b46 raid_class_attach +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x0878479b fc_remote_port_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x23046fe8 fc_attach_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x2d9264c9 fc_host_post_vendor_event +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x353fa38b fc_eh_timed_out +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x375f8bbd fc_get_event_number +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x3ddf9421 fc_block_scsi_eh +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x6761554d fc_host_fpin_rcv +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x79e2f7ae fc_remote_port_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x847f735c fc_host_post_event +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x87d48439 fc_host_post_fc_event +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x8cfb9980 fc_release_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x9d3f75fa fc_find_rport_by_wwpn +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xa5ff036c scsi_is_fc_rport +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xa7f178c6 fc_remote_port_rolechg +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xa866f018 fc_remove_host +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xb2cc5a23 fc_vport_create +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xe7b88a0f fc_block_rport +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xfd6d7c3b fc_vport_terminate +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x13a3cfc2 sas_rphy_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x1503cf8f sas_rphy_unlink +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x18aa9fca sas_phy_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x35f7d61d sas_release_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x3e10f721 sas_port_free +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x4b3e15b2 sas_port_delete_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x63e19924 sas_phy_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x66dee17e scsi_is_sas_port +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x68879093 sas_port_get_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x6f140f8f sas_get_address +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x738e1768 sas_phy_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x7fb04f4b sas_rphy_remove +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x8fab7ab5 sas_expander_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x9f019001 scsi_is_sas_rphy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x9ff18005 sas_end_device_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xbb7bd3a6 scsi_is_sas_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xbe19c726 sas_port_alloc_num +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xc0d19016 sas_phy_free +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xc8823e0f sas_port_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xc99f55eb sas_remove_host +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xcba45662 sas_port_add_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xcf772bbe sas_attach_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xcfec096b sas_port_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xda1ec0cf sas_port_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xf0323da1 sas_port_mark_backlink +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xf243d83a sas_read_port_mode_page +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xfc04ec2d sas_rphy_free +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xfecc965a sas_remove_children +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xff048d98 sas_rphy_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0x306f4230 spi_display_xfer_agreement +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0x32ef49a3 spi_attach_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0x3686ea09 spi_print_msg +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0x663f6665 spi_release_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0x89453a74 spi_schedule_dv_device +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0xdf1c7803 spi_dv_device +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0x1743c47c srp_timed_out +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0x405b6e05 srp_parse_tmo +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0x87d64b06 srp_start_tl_fail_timers +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0xb087f1f5 srp_rport_put +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0xbf996699 srp_reconnect_rport +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0xc7df9027 srp_rport_get +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0x03489a18 qmi_txn_wait +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0x095205aa qmi_send_response +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0x12f87c08 qmi_handle_release +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0x28ac2fd2 qmi_encode_message +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0x42b7a9be 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 0x66ddf33b qmi_add_server +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0x73a62066 qmi_txn_init +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0xa359e44f qmi_add_lookup +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0xacfa0480 qmi_txn_cancel +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0xe3514651 qmi_handle_init +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0xe996c4a0 qmi_send_request +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x0e2c4685 sdw_handle_slave_status +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x16d1706b sdw_prepare_stream +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x183ba6c1 sdw_write +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x1deee061 sdw_find_row_index +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x2ed827f7 sdw_nread +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x375a6649 sdw_bus_prep_clk_stop +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x3848236f sdw_bus_exit_clk_stop +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x3b0a8582 sdw_startup_stream +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x466a3b0d sdw_stream_add_master +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x4cde88bf sdw_disable_stream +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x5e0056f4 sdw_bus_master_add +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x60e31fbb sdw_find_col_index +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x6e8edf19 sdw_extract_slave_id +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 0x7a985d5f sdw_bus_clk_stop +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x7af46f12 sdw_show_ping_status +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x80a78cef sdw_stream_add_slave +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x8a8c68bc sdw_stream_remove_slave +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x90e1b947 sdw_slave_add +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x9918339a sdw_nwrite +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x9e122d79 sdw_alloc_stream +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xa05435ad sdw_update_no_pm +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xa24eac83 sdw_stream_remove_master +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xab1a6189 sdw_read +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xad4b9baf sdw_bus_master_delete +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xb2cbec05 sdw_update +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 0xbf490488 sdw_bwrite_no_pm_unlocked +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xc2b91fd4 sdw_read_no_pm +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xc5437c66 sdw_clear_slave_status +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xda5bce09 sdw_release_stream +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xdf9975fe sdw_master_read_prop +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xe0b36d59 sdw_slave_read_prop +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xe45c50c6 sdw_write_no_pm +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xe77ce69c sdw_bread_no_pm_unlocked +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xf53ba0b8 sdw_rows +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xfd111bd3 sdw_compare_devid +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x1fe595f2 sdw_cdns_alloc_pdi +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x2326b470 cdns_reset_page_addr +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x34712074 sdw_cdns_irq +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x438926f0 sdw_cdns_clock_stop +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x5521d456 cdns_xfer_msg_defer +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x598230fd sdw_cdns_check_self_clearing_bits +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x72687ae6 sdw_cdns_exit_reset +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x8d114ceb sdw_cdns_init +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x904222a3 cdns_set_sdw_stream +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x985e917f cdns_bus_conf +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0xab1af3b7 sdw_cdns_pdi_init +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0xaccc4c52 cdns_read_ping_status +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0xbf54e313 sdw_cdns_enable_interrupt +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0xcbfba98d sdw_cdns_is_clock_stop +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0xcd300331 sdw_cdns_config_stream +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0xcde63d14 sdw_cdns_clock_restart +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0xd13bc374 sdw_cdns_probe +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0xdfca92fb cdns_xfer_msg +EXPORT_SYMBOL drivers/soundwire/soundwire-generic-allocation 0xf0c6b72d sdw_compute_params +EXPORT_SYMBOL drivers/ssb/ssb 0x0156e248 ssb_pcihost_register +EXPORT_SYMBOL drivers/ssb/ssb 0x120c775b ssb_commit_settings +EXPORT_SYMBOL drivers/ssb/ssb 0x15fe9033 ssb_device_disable +EXPORT_SYMBOL drivers/ssb/ssb 0x55739324 ssb_device_enable +EXPORT_SYMBOL drivers/ssb/ssb 0x5aa39b02 ssb_clockspeed +EXPORT_SYMBOL drivers/ssb/ssb 0x72463f0f ssb_bus_resume +EXPORT_SYMBOL drivers/ssb/ssb 0x79bbb4bf ssb_set_devtypedata +EXPORT_SYMBOL drivers/ssb/ssb 0x7a7d4526 ssb_bus_unregister +EXPORT_SYMBOL drivers/ssb/ssb 0x8be27c63 ssb_bus_sdiobus_register +EXPORT_SYMBOL drivers/ssb/ssb 0x9653c782 ssb_bus_may_powerdown +EXPORT_SYMBOL drivers/ssb/ssb 0x98e9f1fe ssb_pcicore_dev_irqvecs_enable +EXPORT_SYMBOL drivers/ssb/ssb 0x9bc2abd5 ssb_driver_unregister +EXPORT_SYMBOL drivers/ssb/ssb 0xad7c310b ssb_pmu_set_ldo_voltage +EXPORT_SYMBOL drivers/ssb/ssb 0xc0b8cc26 ssb_pmu_set_ldo_paref +EXPORT_SYMBOL drivers/ssb/ssb 0xc295c407 ssb_bus_powerup +EXPORT_SYMBOL drivers/ssb/ssb 0xc3866b47 ssb_bus_suspend +EXPORT_SYMBOL drivers/ssb/ssb 0xcb0e6676 ssb_dma_translation +EXPORT_SYMBOL drivers/ssb/ssb 0xcb17f1cb ssb_admatch_base +EXPORT_SYMBOL drivers/ssb/ssb 0xd3623937 ssb_device_is_enabled +EXPORT_SYMBOL drivers/ssb/ssb 0xdfc7c6ef ssb_admatch_size +EXPORT_SYMBOL drivers/ssb/ssb 0xe3c0a64b __ssb_driver_register +EXPORT_SYMBOL drivers/ssb/ssb 0xed94ac1b ssb_chipco_gpio_control +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x03a3c702 fbtft_framebuffer_alloc +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x05d1bb25 fbtft_write_reg16_bus16 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x05f0a4d6 fbtft_unregister_framebuffer +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x16de5e18 fbtft_write_buf_dc +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x1b04b7a6 fbtft_read_spi +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x3544b56b fbtft_write_vmem16_bus8 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x3980618c fbtft_write_reg8_bus8 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x42caa189 fbtft_write_vmem8_bus8 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x55948218 fbtft_init_display +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x58a0233f fbtft_framebuffer_release +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x6539cbe8 fbtft_write_spi +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x6c7ae00e fbtft_write_gpio16_wr +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x8bdd9366 fbtft_remove_common +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x9138bdab fbtft_register_framebuffer +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x9447a33b fbtft_write_reg8_bus9 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x99d0ccda fbtft_write_gpio8_wr +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x9b643591 fbtft_write_vmem16_bus9 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xa3a835c7 fbtft_register_backlight +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xab3a180f fbtft_write_reg16_bus8 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xc2e3795c fbtft_write_spi_emulate_9 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xdc9ed357 fbtft_dbg_hex +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xdd20d4be fbtft_unregister_backlight +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xde0ced8f fbtft_probe_common +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xe0f25892 fbtft_write_vmem16_bus16 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xec695f08 fbtft_write_gpio16_wr_latched +EXPORT_SYMBOL drivers/staging/greybus/gb-audio-codec 0x13eb3134 gbaudio_unregister_module +EXPORT_SYMBOL drivers/staging/greybus/gb-audio-codec 0xc35986e3 gbaudio_register_module +EXPORT_SYMBOL drivers/staging/greybus/gb-audio-codec 0xcfd5eaa8 gbaudio_module_update +EXPORT_SYMBOL drivers/staging/iio/addac/adt7316 0x76811689 adt7316_probe +EXPORT_SYMBOL drivers/staging/iio/meter/ade7854 0x3c26ec0c ade7854_probe +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x081277f8 rtllib_wx_set_power +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x0ad3bcef rtllib_legal_channel +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x12f086a3 rtllib_wx_get_essid +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x13a46d8c rtllib_wx_get_wap +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x16c15e8a rtllib_DisableIntelPromiscuousMode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x1d5b2138 rtllib_softmac_stop_protocol +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x1e8caf8a dot11d_channel_map +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x20a1631b rtllib_wx_set_auth +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x20ebca4f rtllib_sta_ps_send_null_frame +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x22166084 rt_global_debug_component +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x22999888 alloc_rtllib +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x244ca069 rtllib_EnableIntelPromiscuousMode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x2e48540a rtllib_MgntDisconnect +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x3255a740 rtllib_wx_set_encode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x3dddda0e rtllib_wx_set_rate +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x4315847c rtllib_wx_get_rts +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x48915545 rtllib_softmac_start_protocol +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x4a681561 rtllib_wx_set_encode_ext +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x519e18c3 rtllib_start_send_beacons +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x51edae5e notify_wx_assoc_event +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x596de97c rtllib_wx_get_freq +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x5a165fa6 rtllib_get_beacon +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x5a53f28f rtllib_stop_scan +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x6c33c662 rtllib_wx_set_scan +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x6cb03e01 rtllib_reset_queue +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x7229c315 rtllib_wx_get_encode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x7e89e2be rtllib_wx_set_mode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x83b0bd31 rtllib_xmit +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x8a5e771e rtllib_wx_set_freq +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x93a7d14a rtllib_stop_scan_syncro +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x9c738615 dot11d_init +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xa67f1d1b rtllib_wx_set_rts +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xa7de1793 rtllib_wx_get_name +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xab15683f HT_update_self_and_peer_setting +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xab7d4412 rtllib_wx_get_power +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xadba7cdc rtllib_wx_get_mode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xaf453dc0 rtllib_stop_send_beacons +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xb19fb549 rtllib_wx_set_essid +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xb627624d rtllib_wx_set_gen_ie +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xba0c7f20 rtllib_ps_tx_ack +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xbf005800 rtllib_wx_get_scan +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xc9d87a8a rtllib_start_scan_syncro +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xd5496f4f rtllib_wx_set_rawtx +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xd5c723bb RemovePeerTS +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xd71cd3b1 rtllib_act_scanning +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xdad1dcc9 rtllib_rx +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xdf78f620 rtllib_wlan_frequencies +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xe5151357 free_rtllib +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xeeee446c rtllib_wx_get_rate +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xf6cef4eb rtllib_wx_set_wap +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xf85e62cd rtllib_wx_set_mlme +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x011f75a9 dot11d_scan_complete +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x074b22bd ieee80211_softmac_start_protocol +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x0ff57348 ieee80211_disassociate +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x188c2e1b dot11d_update_country_ie +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x208ebc34 ieee80211_wx_get_mode +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x232e7944 ieee80211_wlan_frequencies +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x24cc5ff3 ieee80211_wx_set_mlme +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x25103335 ieee80211_wx_set_freq +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x2bfa38fd ieee80211_wake_queue_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x375ccabb ieee80211_stop_send_beacons +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x3d035a0f ieee80211_rx_mgt +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x4621718e rtl8192u_dot11d_init +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x5ef91307 ieee80211_wx_set_rawtx +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x5f4db1eb ieee80211_softmac_scan_syncro +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x6651f895 ieee80211_is_shortslot +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x6b18eaa9 dot11d_get_max_tx_pwr_in_dbm +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x6fa63207 is_legal_channel +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x711350be ieee80211_wx_set_mode +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x748ddfbf ieee80211_wx_get_freq +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x76550208 ieee80211_wpa_supplicant_ioctl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x798b5a79 ieee80211_ps_tx_ack +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x7ec8f4dc ieee80211_wx_set_gen_ie +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x7fb412db ieee80211_softmac_stop_protocol +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x81762754 ieee80211_wx_set_scan +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x834a29d1 ieee80211_wx_get_essid +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x87127020 ieee80211_wx_set_encode_ext +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x8904b048 ieee80211_get_beacon +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x8e76de03 ieee80211_wx_set_essid +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x909258d2 ieee80211_wx_set_rate +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x912bfc75 ieee80211_txb_free +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x9566a848 ieee80211_wx_set_wap +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x9653c557 ieee80211_wx_set_power +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x9b49e25d ieee80211_reset_queue +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x9b6f3285 ieee80211_wx_get_power +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x9d57a6d3 ieee80211_rx +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xa02a5862 ieee80211_start_scan_syncro +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xa887a59d ieee80211_start_send_beacons +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xa88e7499 ieee80211_stop_queue_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xaa356256 to_legal_channel +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xacc3c098 dot11d_reset +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xb395d995 ieee80211_wx_set_rts +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xb5514c08 ieee80211_wx_get_encode +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xc10fb458 ieee80211_wx_get_rate +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xcdc4343a HTUpdateSelfAndPeerSetting +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xce54b2d5 ieee80211_stop_scan +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xd07d9305 ieee80211_wx_set_auth +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xd0ebcbde ieee80211_wx_get_scan +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xd46344a7 SendDisassociation_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xd68a1879 ieee80211_wx_get_wap +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xdd81c307 ieee80211_wx_set_encode +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xe3372510 ieee80211_is_54g +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xe3e33f5e ieee80211_wx_get_name +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xf07969a4 ieee80211_wx_get_rts +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xf74910be ieee80211_wx_get_encode_ext +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xf9c23e68 ieee80211_softmac_xmit +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xfff8ced9 notify_wx_assoc_event_rsl +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x01145762 iscsit_find_cmd_from_itt +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x130dd449 iscsit_handle_snack +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x1a7ad848 iscsit_logout_post_handler +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x1cc767fd iscsit_add_reject +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x1d0e793e iscsit_increment_maxcmdsn +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x1e00d09d iscsit_build_datain_pdu +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x1ebef370 iscsit_set_unsolicited_dataout +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x2f9bee1e iscsit_build_text_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x3597fcda iscsi_change_param_sprintf +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x3974ed18 iscsit_reject_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x411fb107 iscsit_setup_scsi_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x4f57f09c iscsit_setup_nop_out +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x54019441 iscsit_check_dataout_payload +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x5d5eecc7 iscsit_sequence_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x5fa80626 iscsit_release_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x62cdd0b8 iscsit_response_queue +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x63dda11a iscsit_build_task_mgt_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x6487e337 iscsit_build_nopin_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x745cbc80 iscsit_process_scsi_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x75391101 iscsit_check_dataout_hdr +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x781f0395 __iscsit_check_dataout_hdr +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x78cf39f6 iscsit_build_rsp_pdu +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x7b2ff096 iscsit_add_cmd_to_immediate_queue +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x7f462497 iscsit_build_r2ts_for_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x81f6356f iscsit_handle_task_mgt_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x877357be iscsit_free_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x89021625 iscsit_build_reject +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x8a8a434e iscsit_get_datain_values +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x8cb90c28 iscsit_queue_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x90ec89d9 iscsi_target_check_login_request +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xb41ba448 iscsit_register_transport +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xb65dab9d iscsit_build_logout_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xb94db637 iscsit_process_nop_out +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xbacc867b iscsit_unregister_transport +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xc6c6bf40 iscsit_stop_dataout_timer +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xce309ee3 iscsit_immediate_queue +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xd73b6510 iscsit_process_text_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xd7879603 iscsit_tmr_post_handler +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xdc89a9eb iscsit_find_cmd_from_itt_or_dump +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xe506356d iscsit_cause_connection_reinstatement +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xe630b32b iscsit_setup_text_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xf266e0cf iscsit_aborted_task +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xf34332f0 iscsi_find_param_from_key +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xf46ba59b iscsit_handle_logout_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xf5f1a3c7 iscsit_allocate_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xf88b65cf iscsit_thread_check_cpumask +EXPORT_SYMBOL drivers/target/target_core_mod 0x0871ffd6 transport_set_vpd_ident +EXPORT_SYMBOL drivers/target/target_core_mod 0x0bc31328 spc_emulate_report_luns +EXPORT_SYMBOL drivers/target/target_core_mod 0x0c2c5b47 transport_register_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x0e47bbdd passthrough_attrib_attrs +EXPORT_SYMBOL drivers/target/target_core_mod 0x0f8ebf55 transport_generic_handle_tmr +EXPORT_SYMBOL drivers/target/target_core_mod 0x142072c0 transport_set_vpd_assoc +EXPORT_SYMBOL drivers/target/target_core_mod 0x19b94ac1 target_execute_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x1b3b1e7a core_allocate_nexus_loss_ua +EXPORT_SYMBOL drivers/target/target_core_mod 0x1c4552bd target_configure_unmap_from_queue +EXPORT_SYMBOL drivers/target/target_core_mod 0x23a6ed78 transport_backend_register +EXPORT_SYMBOL drivers/target/target_core_mod 0x29e449c7 transport_kunmap_data_sg +EXPORT_SYMBOL drivers/target/target_core_mod 0x2d704406 __transport_register_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x2db654cb target_to_linux_sector +EXPORT_SYMBOL drivers/target/target_core_mod 0x34c73703 target_undepend_item +EXPORT_SYMBOL drivers/target/target_core_mod 0x34daba13 core_tmr_alloc_req +EXPORT_SYMBOL drivers/target/target_core_mod 0x3a20a9d7 transport_set_vpd_ident_type +EXPORT_SYMBOL drivers/target/target_core_mod 0x3b3ef498 sbc_attrib_attrs +EXPORT_SYMBOL drivers/target/target_core_mod 0x3eba8a73 target_nacl_find_deve +EXPORT_SYMBOL drivers/target/target_core_mod 0x45631823 core_alua_check_nonop_delay +EXPORT_SYMBOL drivers/target/target_core_mod 0x48c948b8 sbc_get_write_same_sectors +EXPORT_SYMBOL drivers/target/target_core_mod 0x4f39247c target_cmd_parse_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0x5494e2e8 target_send_busy +EXPORT_SYMBOL drivers/target/target_core_mod 0x55295ddf target_show_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x5923c695 target_unregister_template +EXPORT_SYMBOL drivers/target/target_core_mod 0x5a76f9c8 core_tpg_set_initiator_node_tag +EXPORT_SYMBOL drivers/target/target_core_mod 0x5bdb610a target_free_sgl +EXPORT_SYMBOL drivers/target/target_core_mod 0x62101d89 transport_handle_cdb_direct +EXPORT_SYMBOL drivers/target/target_core_mod 0x63b51f17 transport_init_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x65bf9747 core_tpg_check_initiator_node_acl +EXPORT_SYMBOL drivers/target/target_core_mod 0x6c7169c6 transport_alloc_session_tags +EXPORT_SYMBOL drivers/target/target_core_mod 0x75f0abc5 __target_init_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x78d09f24 target_cmd_init_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0x78e654f2 target_register_template +EXPORT_SYMBOL drivers/target/target_core_mod 0x7b5393df target_submit_tmr +EXPORT_SYMBOL drivers/target/target_core_mod 0x826bcc7c target_depend_item +EXPORT_SYMBOL drivers/target/target_core_mod 0x852edd70 spc_parse_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0x858d4153 target_complete_cmd_with_length +EXPORT_SYMBOL drivers/target/target_core_mod 0x8b9b3872 spc_emulate_evpd_83 +EXPORT_SYMBOL drivers/target/target_core_mod 0x8ce9a3b8 target_stop_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x8fd3fe41 transport_wait_for_tasks +EXPORT_SYMBOL drivers/target/target_core_mod 0x9133d836 target_set_cmd_data_length +EXPORT_SYMBOL drivers/target/target_core_mod 0x9eaf0829 passthrough_pr_attrib_attrs +EXPORT_SYMBOL drivers/target/target_core_mod 0xa2c6c2c7 sbc_dif_copy_prot +EXPORT_SYMBOL drivers/target/target_core_mod 0xa30d1fd7 transport_lookup_tmr_lun +EXPORT_SYMBOL drivers/target/target_core_mod 0xa3ec8156 passthrough_parse_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0xa463c1f9 target_setup_session +EXPORT_SYMBOL drivers/target/target_core_mod 0xa60f66b1 transport_copy_sense_to_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xaa4b085e transport_generic_free_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xaedc4c48 target_complete_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xaefbcacd target_alloc_sgl +EXPORT_SYMBOL drivers/target/target_core_mod 0xaf78ca47 sbc_dif_verify +EXPORT_SYMBOL drivers/target/target_core_mod 0xb9f60b0e target_put_sess_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xba99c827 transport_free_session +EXPORT_SYMBOL drivers/target/target_core_mod 0xbeb53d31 target_submit_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xc162a0bb transport_generic_new_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xc4746e69 transport_deregister_session_configfs +EXPORT_SYMBOL drivers/target/target_core_mod 0xc74144ec target_put_nacl +EXPORT_SYMBOL drivers/target/target_core_mod 0xc8fa2a5d target_get_sess_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xca157bb9 transport_deregister_session +EXPORT_SYMBOL drivers/target/target_core_mod 0xcf655ece target_complete_cmd_with_sense +EXPORT_SYMBOL drivers/target/target_core_mod 0xd0d5ca7a spc_emulate_inquiry_std +EXPORT_SYMBOL drivers/target/target_core_mod 0xd1124ea0 target_show_dynamic_sessions +EXPORT_SYMBOL drivers/target/target_core_mod 0xd25e60df target_backend_unregister +EXPORT_SYMBOL drivers/target/target_core_mod 0xd6006959 target_wait_for_sess_cmds +EXPORT_SYMBOL drivers/target/target_core_mod 0xd7c668cd target_remove_session +EXPORT_SYMBOL drivers/target/target_core_mod 0xe2161cbc transport_generic_request_failure +EXPORT_SYMBOL drivers/target/target_core_mod 0xe37e64c0 transport_send_check_condition_and_sense +EXPORT_SYMBOL drivers/target/target_core_mod 0xe446f7ef core_tpg_get_initiator_node_acl +EXPORT_SYMBOL drivers/target/target_core_mod 0xe88fda12 transport_kmap_data_sg +EXPORT_SYMBOL drivers/target/target_core_mod 0xedf67661 core_tpg_deregister +EXPORT_SYMBOL drivers/target/target_core_mod 0xedfc66e1 core_tpg_set_initiator_node_queue_depth +EXPORT_SYMBOL drivers/target/target_core_mod 0xf3c2dfe0 transport_set_vpd_proto_id +EXPORT_SYMBOL drivers/target/target_core_mod 0xf442eda3 sbc_get_device_type +EXPORT_SYMBOL drivers/target/target_core_mod 0xf7af6290 transport_lookup_cmd_lun +EXPORT_SYMBOL drivers/target/target_core_mod 0xf8eddc62 core_tpg_register +EXPORT_SYMBOL drivers/target/target_core_mod 0xf96d1d6c target_tpg_has_node_acl +EXPORT_SYMBOL drivers/target/target_core_mod 0xfb26853b transport_alloc_session +EXPORT_SYMBOL drivers/target/target_core_mod 0xfc1162de sbc_parse_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0xff1f154d target_lun_is_rdonly +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 0x100649fd ufshcd_system_suspend +EXPORT_SYMBOL drivers/ufs/core/ufshcd-core 0x1240218e ufshcd_runtime_resume +EXPORT_SYMBOL drivers/ufs/core/ufshcd-core 0x1b8696f0 ufshcd_runtime_suspend +EXPORT_SYMBOL drivers/ufs/core/ufshcd-core 0x1d7fa2fc ufshcd_map_desc_id_to_length +EXPORT_SYMBOL drivers/ufs/core/ufshcd-core 0x368f7204 ufshcd_get_local_unipro_ver +EXPORT_SYMBOL drivers/ufs/core/ufshcd-core 0x49400d41 ufshcd_system_resume +EXPORT_SYMBOL drivers/ufs/core/ufshcd-core 0x6874649c ufshcd_shutdown +EXPORT_SYMBOL drivers/ufs/core/ufshcd-core 0xa8d2012a ufshcd_alloc_host +EXPORT_SYMBOL drivers/ufs/host/tc-dwc-g210 0x592554da tc_dwc_g210_config_40_bit +EXPORT_SYMBOL drivers/ufs/host/tc-dwc-g210 0xf7cc8592 tc_dwc_g210_config_20_bit +EXPORT_SYMBOL drivers/ufs/host/ufshcd-dwc 0x5167662b ufshcd_dwc_link_startup_notify +EXPORT_SYMBOL drivers/ufs/host/ufshcd-dwc 0xf9e39c60 ufshcd_dwc_dme_set_attrs +EXPORT_SYMBOL drivers/usb/class/cdc-wdm 0xa5340517 usb_cdc_wdm_register +EXPORT_SYMBOL drivers/usb/gadget/libcomposite 0xb6bf1b41 usb_os_desc_prepare_interf_dir +EXPORT_SYMBOL drivers/usb/host/sl811-hcd 0x6c06716f sl811h_driver +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x1877c38e usb_wwan_close +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x439dd3ed usb_wwan_port_remove +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x451917fc usb_wwan_tiocmget +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x686a7be2 usb_wwan_tiocmset +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x82746521 usb_wwan_open +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x937b3f68 usb_wwan_resume +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x9816c6fe usb_wwan_dtr_rts +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xb569164b usb_wwan_chars_in_buffer +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xbe58aa99 usb_wwan_write +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xdf0095e4 usb_wwan_suspend +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xe2881146 usb_wwan_write_room +EXPORT_SYMBOL drivers/usb/serial/usbserial 0x21488ed0 usb_serial_suspend +EXPORT_SYMBOL drivers/usb/serial/usbserial 0x7caefab0 usb_serial_resume +EXPORT_SYMBOL drivers/vdpa/vdpa 0x5e57353b vdpa_set_status +EXPORT_SYMBOL drivers/vfio/mdev/mdev 0x3748865d mdev_unregister_parent +EXPORT_SYMBOL drivers/vfio/mdev/mdev 0x474ebb53 mdev_register_parent +EXPORT_SYMBOL drivers/vfio/mdev/mdev 0x5a6948de mdev_unregister_driver +EXPORT_SYMBOL drivers/vfio/mdev/mdev 0x924d6199 mdev_register_driver +EXPORT_SYMBOL drivers/vfio/vfio 0x19567d06 vfio_info_cap_shift +EXPORT_SYMBOL drivers/vfio/vfio 0x36954fdc vfio_pin_pages +EXPORT_SYMBOL drivers/vfio/vfio 0x6c28be5a vfio_info_add_capability +EXPORT_SYMBOL drivers/vfio/vfio 0x77c87414 vfio_unpin_pages +EXPORT_SYMBOL drivers/vfio/vfio 0x89d016b6 vfio_dma_rw +EXPORT_SYMBOL drivers/vfio/vfio 0xadc044b7 vfio_set_irqs_validate_and_prepare +EXPORT_SYMBOL drivers/vhost/vhost 0x6c32a3a4 vhost_chr_poll +EXPORT_SYMBOL drivers/vhost/vhost 0xbd0be802 vhost_chr_write_iter +EXPORT_SYMBOL drivers/vhost/vringh 0x0c46f5fb vringh_iov_pull_iotlb +EXPORT_SYMBOL drivers/vhost/vringh 0x18f3ddc2 vringh_iov_push_iotlb +EXPORT_SYMBOL drivers/vhost/vringh 0x19c24590 vringh_notify_disable_kern +EXPORT_SYMBOL drivers/vhost/vringh 0x1fe50c1a vringh_abandon_kern +EXPORT_SYMBOL drivers/vhost/vringh 0x2890c460 vringh_getdesc_kern +EXPORT_SYMBOL drivers/vhost/vringh 0x2d2babc9 vringh_complete_kern +EXPORT_SYMBOL drivers/vhost/vringh 0x3684d8af vringh_complete_iotlb +EXPORT_SYMBOL drivers/vhost/vringh 0x3b304ebb vringh_iov_push_user +EXPORT_SYMBOL drivers/vhost/vringh 0x3ee1955e vringh_init_iotlb +EXPORT_SYMBOL drivers/vhost/vringh 0x4311cd91 vringh_iov_pull_user +EXPORT_SYMBOL drivers/vhost/vringh 0x4504adc9 vringh_abandon_iotlb +EXPORT_SYMBOL drivers/vhost/vringh 0x5bd469c0 vringh_getdesc_user +EXPORT_SYMBOL drivers/vhost/vringh 0x5f586ca2 vringh_init_kern +EXPORT_SYMBOL drivers/vhost/vringh 0x61e3831b vringh_getdesc_iotlb +EXPORT_SYMBOL drivers/vhost/vringh 0x660779c8 vringh_kiov_advance +EXPORT_SYMBOL drivers/vhost/vringh 0x6a693a25 vringh_need_notify_user +EXPORT_SYMBOL drivers/vhost/vringh 0x90e93e3c vringh_complete_multi_user +EXPORT_SYMBOL drivers/vhost/vringh 0x97fa07e9 vringh_iov_push_kern +EXPORT_SYMBOL drivers/vhost/vringh 0x9b30452e vringh_complete_user +EXPORT_SYMBOL drivers/vhost/vringh 0xa7ce8bd6 vringh_notify_disable_user +EXPORT_SYMBOL drivers/vhost/vringh 0xa8efaeb9 vringh_set_iotlb +EXPORT_SYMBOL drivers/vhost/vringh 0xc0bb1581 vringh_need_notify_iotlb +EXPORT_SYMBOL drivers/vhost/vringh 0xc87491c8 vringh_notify_enable_iotlb +EXPORT_SYMBOL drivers/vhost/vringh 0xd465f463 vringh_need_notify_kern +EXPORT_SYMBOL drivers/vhost/vringh 0xde804bb9 vringh_iov_pull_kern +EXPORT_SYMBOL drivers/vhost/vringh 0xe4c21196 vringh_notify_disable_iotlb +EXPORT_SYMBOL drivers/vhost/vringh 0xeb2ec139 vringh_notify_enable_kern +EXPORT_SYMBOL drivers/vhost/vringh 0xf1e32cc0 vringh_init_user +EXPORT_SYMBOL drivers/vhost/vringh 0xf8605294 vringh_notify_enable_user +EXPORT_SYMBOL drivers/vhost/vringh 0xf9d0dd07 vringh_abandon_user +EXPORT_SYMBOL drivers/video/backlight/lcd 0x97de1090 devm_lcd_device_register +EXPORT_SYMBOL drivers/video/backlight/lcd 0xbd8d178b lcd_device_register +EXPORT_SYMBOL drivers/video/backlight/lcd 0xca5418e1 devm_lcd_device_unregister +EXPORT_SYMBOL drivers/video/backlight/lcd 0xdbcb4ab4 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 0x3ae8475a svga_get_tilemax +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x4ab38ef2 svga_set_default_crt_regs +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x83a41489 svga_set_timings +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x84c337c2 svga_wcrt_multi +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x84c97d2a svga_match_format +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x87066c8c svga_settile +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x9ba53ef1 svga_tilefill +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xb0ab2b2e svga_check_timings +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xc5d1a5b7 svga_tileblit +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xd22ca511 svga_set_default_atc_regs +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xd6ec2c44 svga_compute_pll +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xdcc5a013 svga_wseq_multi +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xdd633573 svga_tilecursor +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xddde2ba2 svga_tilecopy +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xe28d2a49 svga_set_default_gfx_regs +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xf40fdbb1 svga_get_caps +EXPORT_SYMBOL drivers/video/fbdev/core/syscopyarea 0xe4ebe6a9 sys_copyarea +EXPORT_SYMBOL drivers/video/fbdev/core/sysfillrect 0x996be08f sys_fillrect +EXPORT_SYMBOL drivers/video/fbdev/core/sysimgblt 0xe6e2a16c sys_imageblit +EXPORT_SYMBOL drivers/video/fbdev/cyber2000fb 0x0146382c cyber2000fb_attach +EXPORT_SYMBOL drivers/video/fbdev/cyber2000fb 0x0cc3ede5 cyber2000fb_detach +EXPORT_SYMBOL drivers/video/fbdev/cyber2000fb 0x534b6f18 cyber2000fb_disable_extregs +EXPORT_SYMBOL drivers/video/fbdev/cyber2000fb 0xb39f68d1 cyber2000fb_enable_extregs +EXPORT_SYMBOL drivers/video/fbdev/macmodes 0x233917d1 mac_vmode_to_var +EXPORT_SYMBOL drivers/video/fbdev/macmodes 0xe2304303 mac_map_monitor_sense +EXPORT_SYMBOL drivers/video/fbdev/macmodes 0xeee236ed mac_find_mode +EXPORT_SYMBOL drivers/video/fbdev/matrox/g450_pll 0x358f88a4 g450_mnp2f +EXPORT_SYMBOL drivers/video/fbdev/matrox/g450_pll 0xb85bf402 matroxfb_g450_setclk +EXPORT_SYMBOL drivers/video/fbdev/matrox/g450_pll 0xcd511b4b matroxfb_g450_setpll_cond +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0x411c1875 DAC1064_global_restore +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0xc2c51693 matrox_mystique +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0xd2110cb5 matrox_G100 +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0xf7135cc8 DAC1064_global_init +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_Ti3026 0xfd64800c matrox_millennium +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_accel 0xb0942787 matrox_cfbX_init +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0x39b51d68 matroxfb_register_driver +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0x630983a2 matroxfb_unregister_driver +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0x8d28ef27 matroxfb_wait_for_sync +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0xdcd51565 matroxfb_enable_irq +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_g450 0x0f6c0c77 matroxfb_g450_shutdown +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_g450 0xfa53f5e6 matroxfb_g450_connect +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x25cf8049 matroxfb_PLL_calcclock +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x44167fd9 matroxfb_read_pins +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0xb473ce06 matroxfb_DAC_out +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0xcdc90c64 matroxfb_var2my +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0xd3c35dfc matroxfb_vgaHWrestore +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0xd92e9945 matroxfb_DAC_in +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0xf496cc5c matroxfb_vgaHWinit +EXPORT_SYMBOL drivers/video/fbdev/sis/sisfb 0x3037658e sis_malloc +EXPORT_SYMBOL drivers/video/fbdev/sis/sisfb 0xfe963115 sis_free +EXPORT_SYMBOL drivers/video/vgastate 0x686de290 restore_vga +EXPORT_SYMBOL drivers/video/vgastate 0xe7a2620e save_vga +EXPORT_SYMBOL drivers/virt/vboxguest/vboxguest 0x1357886f vbg_put_gdev +EXPORT_SYMBOL drivers/virt/vboxguest/vboxguest 0x22ce514f vbg_hgcm_disconnect +EXPORT_SYMBOL drivers/virt/vboxguest/vboxguest 0x25a1b870 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 0x7da32bbe vbg_get_gdev +EXPORT_SYMBOL drivers/virt/vboxguest/vboxguest 0x9c072aa8 vbg_status_code_to_errno +EXPORT_SYMBOL drivers/virt/vboxguest/vboxguest 0xdd5813e2 vbg_hgcm_connect +EXPORT_SYMBOL drivers/virtio/virtio_dma_buf 0x069395d4 virtio_dma_buf_attach +EXPORT_SYMBOL drivers/virtio/virtio_dma_buf 0x337d913a virtio_dma_buf_export +EXPORT_SYMBOL drivers/virtio/virtio_dma_buf 0xb2ce8411 is_virtio_dma_buf +EXPORT_SYMBOL drivers/virtio/virtio_dma_buf 0xe4048ee9 virtio_dma_buf_get_uuid +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2780 0x9aad8c74 w1_ds2780_eeprom_cmd +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2780 0xfa6a0d3b w1_ds2780_io +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2781 0x006a1bc7 w1_ds2781_eeprom_cmd +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2781 0x0a8475aa w1_ds2781_io +EXPORT_SYMBOL drivers/w1/wire 0x1361aa18 w1_remove_master_device +EXPORT_SYMBOL drivers/w1/wire 0x4b1be69a w1_add_master_device +EXPORT_SYMBOL drivers/w1/wire 0xb04091ba w1_unregister_family +EXPORT_SYMBOL drivers/w1/wire 0xc34ea388 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 0x02532c30 __fscache_clear_page_bits +EXPORT_SYMBOL fs/fscache/fscache 0x0ddcccc3 fscache_end_cookie_access +EXPORT_SYMBOL fs/fscache/fscache 0x1546c182 __fscache_unuse_cookie +EXPORT_SYMBOL fs/fscache/fscache 0x1a0d09e7 fscache_n_write +EXPORT_SYMBOL fs/fscache/fscache 0x234a140d __traceiter_fscache_access_volume +EXPORT_SYMBOL fs/fscache/fscache 0x29f9bac1 fscache_wait_for_operation +EXPORT_SYMBOL fs/fscache/fscache 0x2aa4f79d __fscache_acquire_volume +EXPORT_SYMBOL fs/fscache/fscache 0x2dc2af9e fscache_acquire_cache +EXPORT_SYMBOL fs/fscache/fscache 0x3596364a __fscache_write_to_cache +EXPORT_SYMBOL fs/fscache/fscache 0x3aaf908a __fscache_begin_write_operation +EXPORT_SYMBOL fs/fscache/fscache 0x4404d2aa fscache_n_no_create_space +EXPORT_SYMBOL fs/fscache/fscache 0x45c1946d __tracepoint_fscache_access_cache +EXPORT_SYMBOL fs/fscache/fscache 0x4996bd29 fscache_n_updates +EXPORT_SYMBOL fs/fscache/fscache 0x499f11bc fscache_withdraw_volume +EXPORT_SYMBOL fs/fscache/fscache 0x4e10a77a __SCK__tp_func_fscache_access +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 0x5a2cd887 fscache_resume_after_invalidation +EXPORT_SYMBOL fs/fscache/fscache 0x66561805 fscache_withdraw_cache +EXPORT_SYMBOL fs/fscache/fscache 0x6e249659 fscache_cookie_lookup_negative +EXPORT_SYMBOL fs/fscache/fscache 0x6e3c0e31 __tracepoint_fscache_access +EXPORT_SYMBOL fs/fscache/fscache 0x750eaf60 __fscache_begin_read_operation +EXPORT_SYMBOL fs/fscache/fscache 0x76f83346 __tracepoint_fscache_access_volume +EXPORT_SYMBOL fs/fscache/fscache 0x77699cf1 __fscache_relinquish_volume +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 0x8acf69ed __fscache_invalidate +EXPORT_SYMBOL fs/fscache/fscache 0x8c2d6da7 fscache_clearance_waiters +EXPORT_SYMBOL fs/fscache/fscache 0x8fc0c543 __SCK__tp_func_fscache_access_cache +EXPORT_SYMBOL fs/fscache/fscache 0x90d447f3 fscache_n_culled +EXPORT_SYMBOL fs/fscache/fscache 0x96e77343 __fscache_resize_cookie +EXPORT_SYMBOL fs/fscache/fscache 0x9859144f fscache_end_volume_access +EXPORT_SYMBOL fs/fscache/fscache 0x9ffefcb2 fscache_n_read +EXPORT_SYMBOL fs/fscache/fscache 0xaae43fd8 __SCK__tp_func_fscache_access_volume +EXPORT_SYMBOL fs/fscache/fscache 0xaca26a58 fscache_withdraw_cookie +EXPORT_SYMBOL fs/fscache/fscache 0xae6040a5 __traceiter_fscache_access_cache +EXPORT_SYMBOL fs/fscache/fscache 0xb39ee1d8 fscache_get_cookie +EXPORT_SYMBOL fs/fscache/fscache 0xb679d2d4 fscache_dirty_folio +EXPORT_SYMBOL fs/fscache/fscache 0xb6877136 __fscache_relinquish_cookie +EXPORT_SYMBOL fs/fscache/fscache 0xbca46908 fscache_wq +EXPORT_SYMBOL fs/fscache/fscache 0xbebd76e3 fscache_io_error +EXPORT_SYMBOL fs/fscache/fscache 0xcce11a60 fscache_n_no_write_space +EXPORT_SYMBOL fs/fscache/fscache 0xcf31fd10 fscache_add_cache +EXPORT_SYMBOL fs/fscache/fscache 0xdcb87498 __traceiter_fscache_access +EXPORT_SYMBOL fs/fscache/fscache 0xde34d7de fscache_relinquish_cache +EXPORT_SYMBOL fs/fscache/fscache 0xe9280c20 fscache_put_cookie +EXPORT_SYMBOL fs/fscache/fscache 0xea694df8 __fscache_acquire_cookie +EXPORT_SYMBOL fs/fscache/fscache 0xf78007b1 fscache_caching_failed +EXPORT_SYMBOL fs/fscache/fscache 0xf84d83c5 __fscache_use_cookie +EXPORT_SYMBOL fs/netfs/netfs 0x237205f5 netfs_read_folio +EXPORT_SYMBOL fs/netfs/netfs 0x46d31d09 netfs_stats_show +EXPORT_SYMBOL fs/netfs/netfs 0x7d12f0ec netfs_write_begin +EXPORT_SYMBOL fs/netfs/netfs 0x7fe0add3 netfs_readahead +EXPORT_SYMBOL fs/netfs/netfs 0x8b6d02c2 netfs_subreq_terminated +EXPORT_SYMBOL fs/ocfs2/cluster/ocfs2_nodemanager 0xbfd7d7a2 o2hb_global_heartbeat_active +EXPORT_SYMBOL fs/quota/quota_tree 0x00608591 qtree_delete_dquot +EXPORT_SYMBOL fs/quota/quota_tree 0x11811fd2 qtree_write_dquot +EXPORT_SYMBOL fs/quota/quota_tree 0x977bde82 qtree_get_next_id +EXPORT_SYMBOL fs/quota/quota_tree 0xc8288392 qtree_entry_unused +EXPORT_SYMBOL fs/quota/quota_tree 0xe1c8effc qtree_read_dquot +EXPORT_SYMBOL fs/quota/quota_tree 0xe1dd1f17 qtree_release_dquot +EXPORT_SYMBOL lib/crc-itu-t 0x09a34a2b crc_itu_t +EXPORT_SYMBOL lib/crc-itu-t 0xd819a524 crc_itu_t_table +EXPORT_SYMBOL lib/crc7 0x65aaf037 crc7_be_syndrome_table +EXPORT_SYMBOL lib/crc7 0xba55d23e crc7_be +EXPORT_SYMBOL lib/crc8 0x9c5d5b94 crc8 +EXPORT_SYMBOL lib/crc8 0xaa8106bc crc8_populate_msb +EXPORT_SYMBOL lib/crc8 0xc3cd034d crc8_populate_lsb +EXPORT_SYMBOL lib/crypto/libarc4 0x2bb32ad1 arc4_setkey +EXPORT_SYMBOL lib/crypto/libarc4 0xcd47fcc4 arc4_crypt +EXPORT_SYMBOL lib/crypto/libchacha 0xcec122d7 chacha_crypt_generic +EXPORT_SYMBOL lib/crypto/libchacha20poly1305 0x147c3f2e chacha20poly1305_encrypt +EXPORT_SYMBOL lib/crypto/libchacha20poly1305 0x521c7102 xchacha20poly1305_decrypt +EXPORT_SYMBOL lib/crypto/libchacha20poly1305 0x6c713da5 chacha20poly1305_encrypt_sg_inplace +EXPORT_SYMBOL lib/crypto/libchacha20poly1305 0x916491ac chacha20poly1305_decrypt_sg_inplace +EXPORT_SYMBOL lib/crypto/libchacha20poly1305 0xc20134e7 chacha20poly1305_decrypt +EXPORT_SYMBOL lib/crypto/libchacha20poly1305 0xce15a526 xchacha20poly1305_encrypt +EXPORT_SYMBOL lib/crypto/libcurve25519-generic 0x12627f15 curve25519_generic +EXPORT_SYMBOL lib/crypto/libcurve25519-generic 0x4a5a8811 curve25519_null_point +EXPORT_SYMBOL lib/crypto/libcurve25519-generic 0x7e6fdbfc curve25519_base_point +EXPORT_SYMBOL lib/crypto/libpoly1305 0x021f3700 poly1305_core_blocks +EXPORT_SYMBOL lib/crypto/libpoly1305 0xbcb90cb3 poly1305_core_emit +EXPORT_SYMBOL lib/crypto/libpoly1305 0xd45b9cf4 poly1305_core_setkey +EXPORT_SYMBOL lib/libcrc32c 0x89a0cd52 crc32c_impl +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 0x2dac0f9f 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 0xd3c60ffc 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 0x785d34ac lowpan_register_netdev +EXPORT_SYMBOL net/6lowpan/6lowpan 0x98c9c505 lowpan_unregister_netdevice +EXPORT_SYMBOL net/6lowpan/6lowpan 0x9b89042c lowpan_nhc_add +EXPORT_SYMBOL net/6lowpan/6lowpan 0xadec3f52 lowpan_register_netdevice +EXPORT_SYMBOL net/6lowpan/6lowpan 0xc25dcdcb lowpan_unregister_netdev +EXPORT_SYMBOL net/6lowpan/6lowpan 0xd2fa80e8 lowpan_nhc_del +EXPORT_SYMBOL net/802/p8022 0xcbcada29 unregister_8022_client +EXPORT_SYMBOL net/802/p8022 0xf8538d76 register_8022_client +EXPORT_SYMBOL net/802/psnap 0xb3de2f09 register_snap_client +EXPORT_SYMBOL net/802/psnap 0xb52a4c0d unregister_snap_client +EXPORT_SYMBOL net/9p/9pnet 0x01102ddc __SCK__tp_func_9p_fid_ref +EXPORT_SYMBOL net/9p/9pnet 0x01124196 p9_client_clunk +EXPORT_SYMBOL net/9p/9pnet 0x02736149 p9_client_disconnect +EXPORT_SYMBOL net/9p/9pnet 0x08a4312d __traceiter_9p_fid_ref +EXPORT_SYMBOL net/9p/9pnet 0x0d526b6e p9_is_proto_dotu +EXPORT_SYMBOL net/9p/9pnet 0x1abf9995 p9_show_client_options +EXPORT_SYMBOL net/9p/9pnet 0x1d4e63eb p9_client_begin_disconnect +EXPORT_SYMBOL net/9p/9pnet 0x212e2e99 p9_client_unlinkat +EXPORT_SYMBOL net/9p/9pnet 0x22ddc63b v9fs_register_trans +EXPORT_SYMBOL net/9p/9pnet 0x3091f250 v9fs_unregister_trans +EXPORT_SYMBOL net/9p/9pnet 0x325f5c50 do_trace_9p_fid_get +EXPORT_SYMBOL net/9p/9pnet 0x354ec6a8 __tracepoint_9p_fid_ref +EXPORT_SYMBOL net/9p/9pnet 0x3d73a797 p9_errstr2errno +EXPORT_SYMBOL net/9p/9pnet 0x3e7a9dd1 p9_client_mknod_dotl +EXPORT_SYMBOL net/9p/9pnet 0x41cc441d p9_client_fsync +EXPORT_SYMBOL net/9p/9pnet 0x41ce9823 p9stat_read +EXPORT_SYMBOL net/9p/9pnet 0x472c89a7 p9_client_create_dotl +EXPORT_SYMBOL net/9p/9pnet 0x48bae286 do_trace_9p_fid_put +EXPORT_SYMBOL net/9p/9pnet 0x49a47144 p9_client_getattr_dotl +EXPORT_SYMBOL net/9p/9pnet 0x4b6974d6 p9_client_write +EXPORT_SYMBOL net/9p/9pnet 0x4ba99359 p9_fcall_fini +EXPORT_SYMBOL net/9p/9pnet 0x567710c2 p9_client_remove +EXPORT_SYMBOL net/9p/9pnet 0x57fbffe5 p9_client_setattr +EXPORT_SYMBOL net/9p/9pnet 0x5d682085 p9_tag_lookup +EXPORT_SYMBOL net/9p/9pnet 0x613664ed p9_client_destroy +EXPORT_SYMBOL net/9p/9pnet 0x65327639 p9_client_renameat +EXPORT_SYMBOL net/9p/9pnet 0x6d53d8e9 p9_client_stat +EXPORT_SYMBOL net/9p/9pnet 0x700aa7b1 p9_client_wstat +EXPORT_SYMBOL net/9p/9pnet 0x761cad64 p9_parse_header +EXPORT_SYMBOL net/9p/9pnet 0x7a878352 p9_client_open +EXPORT_SYMBOL net/9p/9pnet 0x91c4db82 p9_client_cb +EXPORT_SYMBOL net/9p/9pnet 0x9490c64b v9fs_get_default_trans +EXPORT_SYMBOL net/9p/9pnet 0x95bd8f96 p9dirent_read +EXPORT_SYMBOL net/9p/9pnet 0x969bf8c6 p9_client_readdir +EXPORT_SYMBOL net/9p/9pnet 0x987dff80 p9_client_rename +EXPORT_SYMBOL net/9p/9pnet 0x996d09e7 p9_client_read_once +EXPORT_SYMBOL net/9p/9pnet 0x99b391a7 p9_client_lock_dotl +EXPORT_SYMBOL net/9p/9pnet 0xa57d4dfa p9_client_read +EXPORT_SYMBOL net/9p/9pnet 0xa9188be1 p9_client_fcreate +EXPORT_SYMBOL net/9p/9pnet 0xabf94c7b p9_client_link +EXPORT_SYMBOL net/9p/9pnet 0xaf4579e8 p9_client_readlink +EXPORT_SYMBOL net/9p/9pnet 0xb0bd32b3 p9_client_walk +EXPORT_SYMBOL net/9p/9pnet 0xb798a888 __SCT__tp_func_9p_fid_ref +EXPORT_SYMBOL net/9p/9pnet 0xbf1999b3 p9_client_getlock_dotl +EXPORT_SYMBOL net/9p/9pnet 0xcdc2b435 p9_is_proto_dotl +EXPORT_SYMBOL net/9p/9pnet 0xd14beedb p9_release_pages +EXPORT_SYMBOL net/9p/9pnet 0xd384c683 p9stat_free +EXPORT_SYMBOL net/9p/9pnet 0xd6022aaa p9_client_symlink +EXPORT_SYMBOL net/9p/9pnet 0xd8c82e90 v9fs_get_trans_by_name +EXPORT_SYMBOL net/9p/9pnet 0xdb72af98 p9_req_put +EXPORT_SYMBOL net/9p/9pnet 0xe1cca534 p9_client_create +EXPORT_SYMBOL net/9p/9pnet 0xe33fd943 p9_client_statfs +EXPORT_SYMBOL net/9p/9pnet 0xe58a3360 p9_error_init +EXPORT_SYMBOL net/9p/9pnet 0xef02d250 p9_client_attach +EXPORT_SYMBOL net/9p/9pnet 0xfb5d019a p9_client_mkdir_dotl +EXPORT_SYMBOL net/appletalk/appletalk 0x1d6fa4fb atrtr_get_dev +EXPORT_SYMBOL net/appletalk/appletalk 0x33b0e9ba atalk_find_dev_addr +EXPORT_SYMBOL net/appletalk/appletalk 0x46f9d2d8 aarp_send_ddp +EXPORT_SYMBOL net/appletalk/appletalk 0xbc70eed6 alloc_ltalkdev +EXPORT_SYMBOL net/atm/atm 0x1a9c7b12 vcc_release_async +EXPORT_SYMBOL net/atm/atm 0x2cc2d52d vcc_hash +EXPORT_SYMBOL net/atm/atm 0x32d8af6b atm_alloc_charge +EXPORT_SYMBOL net/atm/atm 0x43b504bf atm_dev_release_vccs +EXPORT_SYMBOL net/atm/atm 0x4443d399 atm_proc_root +EXPORT_SYMBOL net/atm/atm 0x44c6e633 vcc_sklist_lock +EXPORT_SYMBOL net/atm/atm 0x44d63820 vcc_process_recv_queue +EXPORT_SYMBOL net/atm/atm 0x549dbb71 deregister_atm_ioctl +EXPORT_SYMBOL net/atm/atm 0x61c6ef09 atm_dev_signal_change +EXPORT_SYMBOL net/atm/atm 0x7a9f7c0b atm_dev_lookup +EXPORT_SYMBOL net/atm/atm 0x9163cfde atm_dev_register +EXPORT_SYMBOL net/atm/atm 0x9feaf287 sonet_subtract_stats +EXPORT_SYMBOL net/atm/atm 0xaa024146 sonet_copy_stats +EXPORT_SYMBOL net/atm/atm 0xab1d2267 vcc_insert_socket +EXPORT_SYMBOL net/atm/atm 0xd001b2e8 atm_dev_deregister +EXPORT_SYMBOL net/atm/atm 0xd9ad0d8d atm_init_aal5 +EXPORT_SYMBOL net/atm/atm 0xf0796157 register_atm_ioctl +EXPORT_SYMBOL net/atm/atm 0xf49bc67a atm_pcr_goal +EXPORT_SYMBOL net/atm/atm 0xf6b4eb66 atm_charge +EXPORT_SYMBOL net/ax25/ax25 0x064277c1 ax25_ip_xmit +EXPORT_SYMBOL net/ax25/ax25 0x14cecd59 ax25_display_timer +EXPORT_SYMBOL net/ax25/ax25 0x163e9a54 ax25_linkfail_register +EXPORT_SYMBOL net/ax25/ax25 0x1d84ce9a ax25_listen_release +EXPORT_SYMBOL net/ax25/ax25 0x242852b9 ax25_uid_policy +EXPORT_SYMBOL net/ax25/ax25 0x4502c65a asc2ax +EXPORT_SYMBOL net/ax25/ax25 0x53dea1ff ax2asc +EXPORT_SYMBOL net/ax25/ax25 0x7334f747 ax25_linkfail_release +EXPORT_SYMBOL net/ax25/ax25 0x7755b839 ax25_find_cb +EXPORT_SYMBOL net/ax25/ax25 0x7b8eb710 ax25_listen_register +EXPORT_SYMBOL net/ax25/ax25 0x8ede9e26 ax25_protocol_release +EXPORT_SYMBOL net/ax25/ax25 0xc1444946 ax25cmp +EXPORT_SYMBOL net/ax25/ax25 0xd43ecbf1 null_ax25_address +EXPORT_SYMBOL net/ax25/ax25 0xd7209bb2 ax25_header_ops +EXPORT_SYMBOL net/ax25/ax25 0xee02e420 ax25_findbyuid +EXPORT_SYMBOL net/ax25/ax25 0xf75ca92b ax25_send_frame +EXPORT_SYMBOL net/bluetooth/bluetooth 0x030b716d bt_accept_unlink +EXPORT_SYMBOL net/bluetooth/bluetooth 0x0541eaf1 hci_release_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x0718b8b7 bt_info +EXPORT_SYMBOL net/bluetooth/bluetooth 0x09808a44 hci_get_route +EXPORT_SYMBOL net/bluetooth/bluetooth 0x126f024d bt_sock_ioctl +EXPORT_SYMBOL net/bluetooth/bluetooth 0x1d8329a9 hci_cmd_sync_queue +EXPORT_SYMBOL net/bluetooth/bluetooth 0x214e4265 bt_warn +EXPORT_SYMBOL net/bluetooth/bluetooth 0x2170fd49 hci_recv_frame +EXPORT_SYMBOL net/bluetooth/bluetooth 0x24cd95b1 hci_resume_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x2c803e48 __hci_cmd_sync_status_sk +EXPORT_SYMBOL net/bluetooth/bluetooth 0x33cb96ab hci_mgmt_chan_register +EXPORT_SYMBOL net/bluetooth/bluetooth 0x35e4b85f hci_mgmt_chan_unregister +EXPORT_SYMBOL net/bluetooth/bluetooth 0x3c35e2b9 hci_set_fw_info +EXPORT_SYMBOL net/bluetooth/bluetooth 0x405a000f bt_sock_wait_ready +EXPORT_SYMBOL net/bluetooth/bluetooth 0x416d0077 l2cap_unregister_user +EXPORT_SYMBOL net/bluetooth/bluetooth 0x48221d27 hci_unregister_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x4f4a83a0 hci_register_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x5214b837 bt_accept_dequeue +EXPORT_SYMBOL net/bluetooth/bluetooth 0x55422fa8 bt_sock_wait_state +EXPORT_SYMBOL net/bluetooth/bluetooth 0x55ffcb3a bt_sock_poll +EXPORT_SYMBOL net/bluetooth/bluetooth 0x60ebc902 hci_cmd_sync +EXPORT_SYMBOL net/bluetooth/bluetooth 0x61c2b644 bt_procfs_cleanup +EXPORT_SYMBOL net/bluetooth/bluetooth 0x6455df9d bt_sock_register +EXPORT_SYMBOL net/bluetooth/bluetooth 0x6950e9bb l2cap_conn_get +EXPORT_SYMBOL net/bluetooth/bluetooth 0x6e346e91 l2cap_is_socket +EXPORT_SYMBOL net/bluetooth/bluetooth 0x702873d9 hci_conn_check_secure +EXPORT_SYMBOL net/bluetooth/bluetooth 0x71038cc8 __hci_cmd_sync +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 0x7ffe7230 bt_accept_enqueue +EXPORT_SYMBOL net/bluetooth/bluetooth 0x8369e0d5 __hci_cmd_send +EXPORT_SYMBOL net/bluetooth/bluetooth 0x884e1a89 bt_sock_stream_recvmsg +EXPORT_SYMBOL net/bluetooth/bluetooth 0x8ae764f6 bt_sock_unlink +EXPORT_SYMBOL net/bluetooth/bluetooth 0x8fea24bd bt_sock_unregister +EXPORT_SYMBOL net/bluetooth/bluetooth 0x91caa016 hci_alloc_dev_priv +EXPORT_SYMBOL net/bluetooth/bluetooth 0x923b9a8a hci_register_cb +EXPORT_SYMBOL net/bluetooth/bluetooth 0x92bb1385 hci_reset_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x98528bc7 hci_conn_switch_role +EXPORT_SYMBOL net/bluetooth/bluetooth 0x9c3081ee hci_unregister_cb +EXPORT_SYMBOL net/bluetooth/bluetooth 0xa0a4afdf bt_procfs_init +EXPORT_SYMBOL net/bluetooth/bluetooth 0xa1943b72 hci_recv_diag +EXPORT_SYMBOL net/bluetooth/bluetooth 0xa199672f hci_conn_security +EXPORT_SYMBOL net/bluetooth/bluetooth 0xae96ed4b hci_suspend_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0xb0d312cb hci_free_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0xc170f507 bt_sock_link +EXPORT_SYMBOL net/bluetooth/bluetooth 0xc27e729a l2cap_chan_close +EXPORT_SYMBOL net/bluetooth/bluetooth 0xceebc9e9 bt_sock_recvmsg +EXPORT_SYMBOL net/bluetooth/bluetooth 0xd14ccf5b __hci_cmd_sync_status +EXPORT_SYMBOL net/bluetooth/bluetooth 0xd5721d11 hci_cmd_sync_cancel +EXPORT_SYMBOL net/bluetooth/bluetooth 0xd6f8e407 __hci_cmd_sync_sk +EXPORT_SYMBOL net/bluetooth/bluetooth 0xd7613212 bt_err_ratelimited +EXPORT_SYMBOL net/bluetooth/bluetooth 0xddacccf6 bt_warn_ratelimited +EXPORT_SYMBOL net/bluetooth/bluetooth 0xe499a746 hci_set_hw_info +EXPORT_SYMBOL net/bluetooth/bluetooth 0xe5bdcc55 l2cap_register_user +EXPORT_SYMBOL net/bluetooth/bluetooth 0xedf31566 l2cap_conn_put +EXPORT_SYMBOL net/bluetooth/bluetooth 0xeee7e8e0 bt_sock_reclassify_lock +EXPORT_SYMBOL net/bluetooth/bluetooth 0xfb2e0c60 __hci_cmd_sync_ev +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0x1f78fa61 ebt_register_table +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0x27bf11e5 ebt_unregister_template +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0x5b73b322 ebt_do_table +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0xdf287666 ebt_register_template +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0xe34b0040 ebt_unregister_table_pre_exit +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0xe6ae9d57 ebt_unregister_table +EXPORT_SYMBOL net/caif/caif 0x06afa1a0 cfcnfg_add_phy_layer +EXPORT_SYMBOL net/caif/caif 0x1446b60a caif_client_register_refcnt +EXPORT_SYMBOL net/caif/caif 0x2a09f713 cfpkt_fromnative +EXPORT_SYMBOL net/caif/caif 0x329dbd06 cfpkt_info +EXPORT_SYMBOL net/caif/caif 0x38701a7c cfcnfg_del_phy_layer +EXPORT_SYMBOL net/caif/caif 0x3fa84493 cfpkt_add_head +EXPORT_SYMBOL net/caif/caif 0x40babbe0 cfpkt_extr_head +EXPORT_SYMBOL net/caif/caif 0x4a237e57 cfpkt_tonative +EXPORT_SYMBOL net/caif/caif 0x839ddb7b cfcnfg_set_phy_state +EXPORT_SYMBOL net/caif/caif 0x9e3e305d cfpkt_set_prio +EXPORT_SYMBOL net/caif/caif 0xac3258a2 caif_disconnect_client +EXPORT_SYMBOL net/caif/caif 0xb78f2f54 caif_enroll_dev +EXPORT_SYMBOL net/caif/caif 0xb7b6874e caif_free_client +EXPORT_SYMBOL net/caif/caif 0xbc7345a7 caif_connect_client +EXPORT_SYMBOL net/caif/caif 0xe2708547 get_cfcnfg +EXPORT_SYMBOL net/can/can 0x0c925b9e can_proto_unregister +EXPORT_SYMBOL net/can/can 0x5d4d680a can_proto_register +EXPORT_SYMBOL net/can/can 0x89c66791 can_rx_register +EXPORT_SYMBOL net/can/can 0xa4e95aa7 can_send +EXPORT_SYMBOL net/can/can 0xeaa8ccd5 can_rx_unregister +EXPORT_SYMBOL net/can/can 0xf88675dc can_sock_destruct +EXPORT_SYMBOL net/ceph/libceph 0x00176846 osd_req_op_extent_osd_data +EXPORT_SYMBOL net/ceph/libceph 0x04cad6f0 ceph_pg_poolid_by_name +EXPORT_SYMBOL net/ceph/libceph 0x04f93641 ceph_wait_for_latest_osdmap +EXPORT_SYMBOL net/ceph/libceph 0x0506c07e ceph_con_close +EXPORT_SYMBOL net/ceph/libceph 0x07c1805a ceph_cls_break_lock +EXPORT_SYMBOL net/ceph/libceph 0x1378aba3 ceph_pg_pool_name_by_id +EXPORT_SYMBOL net/ceph/libceph 0x14444d9c ceph_con_init +EXPORT_SYMBOL net/ceph/libceph 0x1526a2ad ceph_osdc_alloc_messages +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 0x19120b37 ceph_osdc_maybe_request_map +EXPORT_SYMBOL net/ceph/libceph 0x19838234 ceph_monc_init +EXPORT_SYMBOL net/ceph/libceph 0x1bb8e5e8 ceph_release_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x1d1d03f2 ceph_copy_from_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x1d50c9ab ceph_osdc_list_watchers +EXPORT_SYMBOL net/ceph/libceph 0x1df11573 ceph_msg_new +EXPORT_SYMBOL net/ceph/libceph 0x2087719e ceph_oid_copy +EXPORT_SYMBOL net/ceph/libceph 0x2101cbc9 ceph_oid_destroy +EXPORT_SYMBOL net/ceph/libceph 0x23fe6722 osd_req_op_raw_data_in_pages +EXPORT_SYMBOL net/ceph/libceph 0x243575f9 ceph_monc_want_map +EXPORT_SYMBOL net/ceph/libceph 0x2901d399 ceph_cls_set_cookie +EXPORT_SYMBOL net/ceph/libceph 0x29bfe592 ceph_osdc_sync +EXPORT_SYMBOL net/ceph/libceph 0x2a74dd17 ceph_print_client_options +EXPORT_SYMBOL net/ceph/libceph 0x2a983d26 ceph_pagelist_release +EXPORT_SYMBOL net/ceph/libceph 0x2b77e087 ceph_client_addr +EXPORT_SYMBOL net/ceph/libceph 0x2be99527 ceph_zero_page_vector_range +EXPORT_SYMBOL net/ceph/libceph 0x2d08a456 ceph_monc_got_map +EXPORT_SYMBOL net/ceph/libceph 0x376f1689 ceph_msg_data_add_pagelist +EXPORT_SYMBOL net/ceph/libceph 0x38f2d94e ceph_file_to_extents +EXPORT_SYMBOL net/ceph/libceph 0x3c8d7111 ceph_get_num_objects +EXPORT_SYMBOL net/ceph/libceph 0x409cc41e ceph_auth_invalidate_authorizer +EXPORT_SYMBOL net/ceph/libceph 0x417a9131 ceph_oloc_destroy +EXPORT_SYMBOL net/ceph/libceph 0x418cf85a osd_req_op_copy_from_init +EXPORT_SYMBOL net/ceph/libceph 0x466b85b8 libceph_compatible +EXPORT_SYMBOL net/ceph/libceph 0x4756ef32 ceph_osdc_get_request +EXPORT_SYMBOL net/ceph/libceph 0x486e71f7 ceph_osdc_start_request +EXPORT_SYMBOL net/ceph/libceph 0x4affd6c2 ceph_parse_fsid +EXPORT_SYMBOL net/ceph/libceph 0x4b082d34 ceph_monc_blocklist_add +EXPORT_SYMBOL net/ceph/libceph 0x4d72745d ceph_monc_stop +EXPORT_SYMBOL net/ceph/libceph 0x4e77267c osd_req_op_init +EXPORT_SYMBOL net/ceph/libceph 0x4f3e5b8c ceph_put_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x50603ce3 ceph_decode_entity_addrvec +EXPORT_SYMBOL net/ceph/libceph 0x51af4787 osd_req_op_cls_request_data_bvecs +EXPORT_SYMBOL net/ceph/libceph 0x52f05953 ceph_reset_client_addr +EXPORT_SYMBOL net/ceph/libceph 0x53227e99 ceph_monc_wait_osdmap +EXPORT_SYMBOL net/ceph/libceph 0x57baf885 ceph_str_hash +EXPORT_SYMBOL net/ceph/libceph 0x5a935b88 ceph_cls_lock_info +EXPORT_SYMBOL net/ceph/libceph 0x5aeeee62 ceph_oid_aprintf +EXPORT_SYMBOL net/ceph/libceph 0x5b40ce1c ceph_osdc_alloc_request +EXPORT_SYMBOL net/ceph/libceph 0x605c1cee ceph_osdc_unwatch +EXPORT_SYMBOL net/ceph/libceph 0x617c8e39 ceph_osdc_notify +EXPORT_SYMBOL net/ceph/libceph 0x629db864 ceph_cls_assert_locked +EXPORT_SYMBOL net/ceph/libceph 0x63758856 ceph_str_hash_name +EXPORT_SYMBOL net/ceph/libceph 0x63ae3ff8 ceph_osdc_wait_request +EXPORT_SYMBOL net/ceph/libceph 0x65c20780 ceph_check_fsid +EXPORT_SYMBOL net/ceph/libceph 0x6a7a38a0 ceph_pr_addr +EXPORT_SYMBOL net/ceph/libceph 0x6c7787e5 osd_req_op_cls_request_data_pages +EXPORT_SYMBOL net/ceph/libceph 0x6e131888 osd_req_op_cls_response_data_pages +EXPORT_SYMBOL net/ceph/libceph 0x6fa6b1ea ceph_compare_options +EXPORT_SYMBOL net/ceph/libceph 0x74f8edb3 ceph_msg_data_add_bvecs +EXPORT_SYMBOL net/ceph/libceph 0x76d70629 ceph_osdc_update_epoch_barrier +EXPORT_SYMBOL net/ceph/libceph 0x779044c0 osd_req_op_extent_osd_data_bio +EXPORT_SYMBOL net/ceph/libceph 0x7c91e57b ceph_cls_lock +EXPORT_SYMBOL net/ceph/libceph 0x7fe49ef1 ceph_auth_is_authenticated +EXPORT_SYMBOL net/ceph/libceph 0x81717b56 ceph_cls_unlock +EXPORT_SYMBOL net/ceph/libceph 0x837af423 ceph_osdc_flush_notifies +EXPORT_SYMBOL net/ceph/libceph 0x868705ca ceph_osdc_abort_requests +EXPORT_SYMBOL net/ceph/libceph 0x86fca7e4 ceph_put_snap_context +EXPORT_SYMBOL net/ceph/libceph 0x883ba969 ceph_osdc_watch +EXPORT_SYMBOL net/ceph/libceph 0x88582ca8 osd_req_op_xattr_init +EXPORT_SYMBOL net/ceph/libceph 0x8af00d28 osd_req_op_extent_update +EXPORT_SYMBOL net/ceph/libceph 0x8d5acad9 osd_req_op_extent_osd_data_pages +EXPORT_SYMBOL net/ceph/libceph 0x8ed3a9dc ceph_msg_get +EXPORT_SYMBOL net/ceph/libceph 0x911d7885 ceph_alloc_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x92b7b4ce ceph_pg_pool_flags +EXPORT_SYMBOL net/ceph/libceph 0x979df531 ceph_auth_add_authorizer_challenge +EXPORT_SYMBOL net/ceph/libceph 0x987d3968 ceph_alloc_options +EXPORT_SYMBOL net/ceph/libceph 0x9983b643 __ceph_auth_get_authorizer +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 0x9e5be6bc osd_req_op_extent_dup_last +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 0xa2c6de83 osd_req_op_extent_osd_data_bvecs +EXPORT_SYMBOL net/ceph/libceph 0xa423da1b ceph_con_keepalive +EXPORT_SYMBOL net/ceph/libceph 0xa698f998 ceph_free_lockers +EXPORT_SYMBOL net/ceph/libceph 0xa85d3b1c osd_req_op_extent_osd_data_pagelist +EXPORT_SYMBOL net/ceph/libceph 0xa9b464a3 osd_req_op_cls_init +EXPORT_SYMBOL net/ceph/libceph 0xab0686bb ceph_con_send +EXPORT_SYMBOL net/ceph/libceph 0xad703657 ceph_auth_destroy_authorizer +EXPORT_SYMBOL net/ceph/libceph 0xae4a4557 ceph_msg_dump +EXPORT_SYMBOL net/ceph/libceph 0xaef3df4b ceph_monc_validate_auth +EXPORT_SYMBOL net/ceph/libceph 0xaf092c70 ceph_auth_handle_svc_reply_more +EXPORT_SYMBOL net/ceph/libceph 0xafb8a407 ceph_msgr_flush +EXPORT_SYMBOL net/ceph/libceph 0xb54676fa ceph_msg_type_name +EXPORT_SYMBOL net/ceph/libceph 0xb5583069 ceph_monc_renew_subs +EXPORT_SYMBOL net/ceph/libceph 0xb72c162e ceph_buffer_release +EXPORT_SYMBOL net/ceph/libceph 0xb79db50c ceph_osdc_put_request +EXPORT_SYMBOL net/ceph/libceph 0xb7b3f16d ceph_create_client +EXPORT_SYMBOL net/ceph/libceph 0xba20d6df ceph_open_session +EXPORT_SYMBOL net/ceph/libceph 0xba84f9b3 ceph_parse_mon_ips +EXPORT_SYMBOL net/ceph/libceph 0xbb07d83c ceph_copy_user_to_page_vector +EXPORT_SYMBOL net/ceph/libceph 0xbca552b9 ceph_msg_data_add_pages +EXPORT_SYMBOL net/ceph/libceph 0xbd1ba0b0 ceph_copy_to_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 0xbf07053d ceph_msg_new2 +EXPORT_SYMBOL net/ceph/libceph 0xbfb7cbc5 osd_req_op_extent_init +EXPORT_SYMBOL net/ceph/libceph 0xc18ae2f2 ceph_osdc_new_request +EXPORT_SYMBOL net/ceph/libceph 0xc366bfa1 ceph_pagelist_truncate +EXPORT_SYMBOL net/ceph/libceph 0xc41adf18 ceph_msg_data_add_bio +EXPORT_SYMBOL net/ceph/libceph 0xc6f19335 osd_req_op_extent_osd_data_bvec_pos +EXPORT_SYMBOL net/ceph/libceph 0xc8e74ec4 ceph_osdc_cancel_request +EXPORT_SYMBOL net/ceph/libceph 0xca80437b ceph_extent_to_file +EXPORT_SYMBOL net/ceph/libceph 0xcc97c4d2 ceph_destroy_client +EXPORT_SYMBOL net/ceph/libceph 0xd4d736db ceph_destroy_options +EXPORT_SYMBOL net/ceph/libceph 0xd4eb7735 ceph_decode_entity_addr +EXPORT_SYMBOL net/ceph/libceph 0xd6bee2f7 ceph_con_open +EXPORT_SYMBOL net/ceph/libceph 0xd9330cc0 ceph_parse_param +EXPORT_SYMBOL net/ceph/libceph 0xdd7c8f41 ceph_msg_put +EXPORT_SYMBOL net/ceph/libceph 0xddef962b __ceph_open_session +EXPORT_SYMBOL net/ceph/libceph 0xde912591 ceph_auth_get_authorizer +EXPORT_SYMBOL net/ceph/libceph 0xdf6ef4a1 ceph_oid_printf +EXPORT_SYMBOL net/ceph/libceph 0xdfc091f9 ceph_entity_type_name +EXPORT_SYMBOL net/ceph/libceph 0xe34a59f2 ceph_object_locator_to_pg +EXPORT_SYMBOL net/ceph/libceph 0xe49e1d3c ceph_monc_get_version +EXPORT_SYMBOL net/ceph/libceph 0xe76e7226 ceph_pagelist_alloc +EXPORT_SYMBOL net/ceph/libceph 0xe79136e1 ceph_osdc_call +EXPORT_SYMBOL net/ceph/libceph 0xe7c3d41e ceph_auth_handle_bad_authorizer +EXPORT_SYMBOL net/ceph/libceph 0xe8ca04ee ceph_client_gid +EXPORT_SYMBOL net/ceph/libceph 0xea624246 ceph_osdc_clear_abort_err +EXPORT_SYMBOL net/ceph/libceph 0xed88ab25 osd_req_op_alloc_hint_init +EXPORT_SYMBOL net/ceph/libceph 0xee120c03 ceph_release_string +EXPORT_SYMBOL net/ceph/libceph 0xee153579 ceph_auth_verify_authorizer_reply +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 0xf9c8d2e8 ceph_monc_open_session +EXPORT_SYMBOL net/ceph/libceph 0xfae238c4 osd_req_op_cls_request_data_pagelist +EXPORT_SYMBOL net/ceph/libceph 0xfbb56538 ceph_osdc_notify_ack +EXPORT_SYMBOL net/ceph/libceph 0xfda31ab5 ceph_auth_handle_svc_reply_done +EXPORT_SYMBOL net/ceph/libceph 0xfe1fa37d ceph_monc_do_statfs +EXPORT_SYMBOL net/ceph/libceph 0xff9237a9 ceph_monc_get_version_async +EXPORT_SYMBOL net/dccp/dccp_ipv4 0x3be4be57 dccp_syn_ack_timeout +EXPORT_SYMBOL net/dccp/dccp_ipv4 0xeee0fa73 dccp_req_err +EXPORT_SYMBOL net/hsr/hsr 0x6adad1c9 is_hsr_master +EXPORT_SYMBOL net/hsr/hsr 0xbd4eb809 hsr_get_version +EXPORT_SYMBOL net/ieee802154/ieee802154 0x6f266d26 wpan_phy_find +EXPORT_SYMBOL net/ieee802154/ieee802154 0x7dfb3842 wpan_phy_unregister +EXPORT_SYMBOL net/ieee802154/ieee802154 0x8339e842 wpan_phy_free +EXPORT_SYMBOL net/ieee802154/ieee802154 0x9e027dca wpan_phy_for_each +EXPORT_SYMBOL net/ieee802154/ieee802154 0xb09882ee wpan_phy_new +EXPORT_SYMBOL net/ieee802154/ieee802154 0xbb1ffed4 wpan_phy_register +EXPORT_SYMBOL net/ipv4/fou 0x1757d1a4 fou_encap_hlen +EXPORT_SYMBOL net/ipv4/fou 0xe8c462b7 __fou_build_header +EXPORT_SYMBOL net/ipv4/fou 0xf13914b3 gue_encap_hlen +EXPORT_SYMBOL net/ipv4/fou 0xfaf092e1 __gue_build_header +EXPORT_SYMBOL net/ipv4/gre 0x13084f7a gre_parse_header +EXPORT_SYMBOL net/ipv4/ip_tunnel 0x23c6b24c ip_tunnel_get_link_net +EXPORT_SYMBOL net/ipv4/ip_tunnel 0x261bd83f ip_tunnel_get_iflink +EXPORT_SYMBOL net/ipv4/ip_tunnel 0x6621cf14 ip_tunnel_encap_del_ops +EXPORT_SYMBOL net/ipv4/ip_tunnel 0x7785579c ip_tunnel_encap_add_ops +EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0x54e3fd50 arpt_unregister_table_pre_exit +EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0x61289c81 arpt_do_table +EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0xdf27a5f3 arpt_register_table +EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0xe93298ea arpt_unregister_table +EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0x0f6f3160 ipt_register_table +EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0x14bc018e ipt_do_table +EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0x42fcc82b ipt_unregister_table_pre_exit +EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0x5f446898 ipt_unregister_table_exit +EXPORT_SYMBOL net/ipv4/tunnel4 0xa5d22870 xfrm4_tunnel_register +EXPORT_SYMBOL net/ipv4/tunnel4 0xe533c5cc xfrm4_tunnel_deregister +EXPORT_SYMBOL net/ipv4/udp_tunnel 0xd21e0adb udp_sock_create4 +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x0761a6b2 ip6_tnl_get_link_net +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x5cea172e ip6_tnl_encap_del_ops +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x6e33f530 ip6_tnl_rcv +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x817a2ade ip6_tnl_encap_add_ops +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x933575f6 ip6_tnl_get_cap +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x9fb3fc93 ip6_tnl_get_iflink +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0xc390adbe ip6_tnl_change_mtu +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0xc72aab6c ip6_tnl_xmit +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0xf1b68798 ip6_tnl_parse_tlv_enc_lim +EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0x1d4deac2 ip6t_do_table +EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0x25783f54 ip6t_unregister_table_pre_exit +EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0x6dbadb93 ip6t_register_table +EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0xa7242f8a ip6t_unregister_table_exit +EXPORT_SYMBOL net/ipv6/tunnel6 0x1cebcd0b xfrm6_tunnel_deregister +EXPORT_SYMBOL net/ipv6/tunnel6 0x2b9b62c5 xfrm6_tunnel_register +EXPORT_SYMBOL net/ipv6/xfrm6_tunnel 0x0ea9bc60 xfrm6_tunnel_spi_lookup +EXPORT_SYMBOL net/ipv6/xfrm6_tunnel 0xe0aeb380 xfrm6_tunnel_alloc_spi +EXPORT_SYMBOL net/lapb/lapb 0x0299c29a lapb_disconnect_request +EXPORT_SYMBOL net/lapb/lapb 0x297ebfbc lapb_data_request +EXPORT_SYMBOL net/lapb/lapb 0x7d9a6291 lapb_register +EXPORT_SYMBOL net/lapb/lapb 0x8bb02386 lapb_getparms +EXPORT_SYMBOL net/lapb/lapb 0x8ecf754d lapb_unregister +EXPORT_SYMBOL net/lapb/lapb 0x9506d76c lapb_setparms +EXPORT_SYMBOL net/lapb/lapb 0xb6df84c1 lapb_connect_request +EXPORT_SYMBOL net/lapb/lapb 0xf6f7a6d1 lapb_data_received +EXPORT_SYMBOL net/llc/llc 0x1a803faf llc_sap_open +EXPORT_SYMBOL net/llc/llc 0x1d1204dc llc_build_and_send_ui_pkt +EXPORT_SYMBOL net/llc/llc 0x2f8ccca1 llc_add_pack +EXPORT_SYMBOL net/llc/llc 0x38b92846 llc_remove_pack +EXPORT_SYMBOL net/llc/llc 0x3ec856ef llc_sap_close +EXPORT_SYMBOL net/llc/llc 0x4fd60638 llc_sap_find +EXPORT_SYMBOL net/llc/llc 0x52d7b2fd llc_sap_list +EXPORT_SYMBOL net/llc/llc 0xabb34951 llc_set_station_handler +EXPORT_SYMBOL net/llc/llc 0xb62bf993 llc_mac_hdr_init +EXPORT_SYMBOL net/mac80211/mac80211 0x01c0a865 ieee80211_start_tx_ba_cb_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0x07e1e7a5 ieee80211_get_buffered_bc +EXPORT_SYMBOL net/mac80211/mac80211 0x08a1266e ieee80211_tx_status_ext +EXPORT_SYMBOL net/mac80211/mac80211 0x0f05118d ieee80211_start_tx_ba_session +EXPORT_SYMBOL net/mac80211/mac80211 0x1115ba76 ieee80211_stop_tx_ba_cb_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0x12b720d3 ieee80211_tx_dequeue +EXPORT_SYMBOL net/mac80211/mac80211 0x164b9d20 ieee80211_pspoll_get +EXPORT_SYMBOL net/mac80211/mac80211 0x19f37f0d ieee80211_update_p2p_noa +EXPORT_SYMBOL net/mac80211/mac80211 0x1cf75d45 ieee80211_get_tkip_p1k_iv +EXPORT_SYMBOL net/mac80211/mac80211 0x1e207325 ieee80211_handle_wake_tx_queue +EXPORT_SYMBOL net/mac80211/mac80211 0x1f745edb ieee80211_next_txq +EXPORT_SYMBOL net/mac80211/mac80211 0x200a227a ieee80211_sta_set_buffered +EXPORT_SYMBOL net/mac80211/mac80211 0x213b1da3 ieee80211_channel_switch_disconnect +EXPORT_SYMBOL net/mac80211/mac80211 0x21526752 ieee80211_stop_rx_ba_session +EXPORT_SYMBOL net/mac80211/mac80211 0x2280a49a ieee80211_rate_control_register +EXPORT_SYMBOL net/mac80211/mac80211 0x22fdf0e6 ieee80211_beacon_get_template +EXPORT_SYMBOL net/mac80211/mac80211 0x263232ef ieee80211_manage_rx_ba_offl +EXPORT_SYMBOL net/mac80211/mac80211 0x29f14a46 ieee80211_rts_get +EXPORT_SYMBOL net/mac80211/mac80211 0x2d65a5d3 ieee80211_free_txskb +EXPORT_SYMBOL net/mac80211/mac80211 0x36a5ee73 ieee80211_wake_queues +EXPORT_SYMBOL net/mac80211/mac80211 0x391eda45 ieee80211_get_tkip_rx_p1k +EXPORT_SYMBOL net/mac80211/mac80211 0x39b88b38 ieee80211_tdls_oper_request +EXPORT_SYMBOL net/mac80211/mac80211 0x3ed539c3 ieee80211_tx_status_8023 +EXPORT_SYMBOL net/mac80211/mac80211 0x40765952 wiphy_to_ieee80211_hw +EXPORT_SYMBOL net/mac80211/mac80211 0x419bdaeb ieee80211_sched_scan_results +EXPORT_SYMBOL net/mac80211/mac80211 0x427e64ab ieee80211_ctstoself_duration +EXPORT_SYMBOL net/mac80211/mac80211 0x4332ea52 __ieee80211_get_radio_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0x4504cc2d ieee80211_queue_delayed_work +EXPORT_SYMBOL net/mac80211/mac80211 0x46eb8b78 __ieee80211_schedule_txq +EXPORT_SYMBOL net/mac80211/mac80211 0x471c85c8 ieee80211_nan_func_match +EXPORT_SYMBOL net/mac80211/mac80211 0x48b8020b ieee80211_beacon_update_cntdwn +EXPORT_SYMBOL net/mac80211/mac80211 0x48c86f73 ieee80211_ctstoself_get +EXPORT_SYMBOL net/mac80211/mac80211 0x51519a77 ieee80211_register_hw +EXPORT_SYMBOL net/mac80211/mac80211 0x546f82d9 ieee80211_queue_work +EXPORT_SYMBOL net/mac80211/mac80211 0x58225243 ieee80211_get_tx_rates +EXPORT_SYMBOL net/mac80211/mac80211 0x5a2961d6 ieee80211_tx_status_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0x5b59ea57 __ieee80211_get_assoc_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0x5e61e838 ieee80211_txq_airtime_check +EXPORT_SYMBOL net/mac80211/mac80211 0x62b628c2 ieee80211_sta_recalc_aggregates +EXPORT_SYMBOL net/mac80211/mac80211 0x673c398b ieee80211_ap_probereq_get +EXPORT_SYMBOL net/mac80211/mac80211 0x6a130b45 ieee80211_connection_loss +EXPORT_SYMBOL net/mac80211/mac80211 0x6c4c6a7a ieee80211_cqm_beacon_loss_notify +EXPORT_SYMBOL net/mac80211/mac80211 0x6dae2a4a ieee80211_rx_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0x6e432f24 ieee80211_beacon_get_tim +EXPORT_SYMBOL net/mac80211/mac80211 0x6ff78f23 ieee80211_proberesp_get +EXPORT_SYMBOL net/mac80211/mac80211 0x70bd0702 ieee80211_send_bar +EXPORT_SYMBOL net/mac80211/mac80211 0x70d2e643 ieee80211_sched_scan_stopped +EXPORT_SYMBOL net/mac80211/mac80211 0x711c2688 ieee80211_report_low_ack +EXPORT_SYMBOL net/mac80211/mac80211 0x74b4df7a ieee80211_tx_rate_update +EXPORT_SYMBOL net/mac80211/mac80211 0x74c23f4f ieee80211_rate_control_unregister +EXPORT_SYMBOL net/mac80211/mac80211 0x76151e9a ieee80211_sta_ps_transition +EXPORT_SYMBOL net/mac80211/mac80211 0x77e7898d ieee80211_free_hw +EXPORT_SYMBOL net/mac80211/mac80211 0x78122ea8 ieee80211_txq_get_depth +EXPORT_SYMBOL net/mac80211/mac80211 0x7fe0fd33 __ieee80211_create_tpt_led_trigger +EXPORT_SYMBOL net/mac80211/mac80211 0x817dc8eb ieee80211_enable_rssi_reports +EXPORT_SYMBOL net/mac80211/mac80211 0x84132f1c ieee80211_mark_rx_ba_filtered_frames +EXPORT_SYMBOL net/mac80211/mac80211 0x86b1e1ff ieee80211_send_eosp_nullfunc +EXPORT_SYMBOL net/mac80211/mac80211 0x873ee23f ieee80211_report_wowlan_wakeup +EXPORT_SYMBOL net/mac80211/mac80211 0x87e9cba7 ieee80211_get_fils_discovery_tmpl +EXPORT_SYMBOL net/mac80211/mac80211 0x890d09ff ieee80211_rx_ba_timer_expired +EXPORT_SYMBOL net/mac80211/mac80211 0x8fd3c6de ieee80211_scan_completed +EXPORT_SYMBOL net/mac80211/mac80211 0x925c9612 ieee80211_tx_status +EXPORT_SYMBOL net/mac80211/mac80211 0x93dddb63 ieee80211_unreserve_tid +EXPORT_SYMBOL net/mac80211/mac80211 0x95febea6 ieee80211_get_bssid +EXPORT_SYMBOL net/mac80211/mac80211 0x9668959c ieee80211_disconnect +EXPORT_SYMBOL net/mac80211/mac80211 0x991a0ca0 ieee80211_parse_p2p_noa +EXPORT_SYMBOL net/mac80211/mac80211 0x9fb5b1b9 __ieee80211_get_tx_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0xa12389cb ieee80211_stop_queues +EXPORT_SYMBOL net/mac80211/mac80211 0xa258cb5e ieee80211_queue_stopped +EXPORT_SYMBOL net/mac80211/mac80211 0xa6098492 __ieee80211_get_rx_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0xa79755b1 ieee80211_tx_prepare_skb +EXPORT_SYMBOL net/mac80211/mac80211 0xa92373fe ieee80211_stop_queue +EXPORT_SYMBOL net/mac80211/mac80211 0xaeb9a917 ieee80211_get_key_rx_seq +EXPORT_SYMBOL net/mac80211/mac80211 0xb38e20ba ieee80211_rts_duration +EXPORT_SYMBOL net/mac80211/mac80211 0xb3d05376 ieee80211_beacon_loss +EXPORT_SYMBOL net/mac80211/mac80211 0xb77f6708 ieee80211_restart_hw +EXPORT_SYMBOL net/mac80211/mac80211 0xb840e9f9 ieee80211_find_sta +EXPORT_SYMBOL net/mac80211/mac80211 0xbba178e2 ieee80211_cqm_rssi_notify +EXPORT_SYMBOL net/mac80211/mac80211 0xc01fea70 ieee80211_sta_block_awake +EXPORT_SYMBOL net/mac80211/mac80211 0xc5bca209 ieee80211_beacon_cntdwn_is_complete +EXPORT_SYMBOL net/mac80211/mac80211 0xc7a593d7 ieee80211_sta_uapsd_trigger +EXPORT_SYMBOL net/mac80211/mac80211 0xc88f49dc ieee80211_radar_detected +EXPORT_SYMBOL net/mac80211/mac80211 0xcda3bbd1 ieee80211_iter_keys +EXPORT_SYMBOL net/mac80211/mac80211 0xcdafebe1 ieee80211_sta_eosp +EXPORT_SYMBOL net/mac80211/mac80211 0xce5ed6f8 ieee80211_sta_pspoll +EXPORT_SYMBOL net/mac80211/mac80211 0xd2d06253 ieee80211_unregister_hw +EXPORT_SYMBOL net/mac80211/mac80211 0xd544c17a ieee80211_csa_finish +EXPORT_SYMBOL net/mac80211/mac80211 0xdbc79d8f ieee80211_alloc_hw_nm +EXPORT_SYMBOL net/mac80211/mac80211 0xdeedf033 ieee80211_probereq_get +EXPORT_SYMBOL net/mac80211/mac80211 0xe01b7485 ieee80211_txq_may_transmit +EXPORT_SYMBOL net/mac80211/mac80211 0xe59ebb18 ieee80211_reserve_tid +EXPORT_SYMBOL net/mac80211/mac80211 0xe8133d99 ieee80211_get_tkip_p2k +EXPORT_SYMBOL net/mac80211/mac80211 0xe85ff93b ieee80211_generic_frame_duration +EXPORT_SYMBOL net/mac80211/mac80211 0xe8ee46b5 ieee80211_beacon_set_cntdwn +EXPORT_SYMBOL net/mac80211/mac80211 0xeae2f12b ieee80211_stop_tx_ba_session +EXPORT_SYMBOL net/mac80211/mac80211 0xeb263b51 ieee80211_chswitch_done +EXPORT_SYMBOL net/mac80211/mac80211 0xec05ac07 ieee80211_nan_func_terminated +EXPORT_SYMBOL net/mac80211/mac80211 0xed746094 ieee80211_txq_schedule_start +EXPORT_SYMBOL net/mac80211/mac80211 0xedd3ee88 ieee80211_sta_register_airtime +EXPORT_SYMBOL net/mac80211/mac80211 0xef1291db ieee80211_nullfunc_get +EXPORT_SYMBOL net/mac80211/mac80211 0xef3c7aa2 ieee80211_get_unsol_bcast_probe_resp_tmpl +EXPORT_SYMBOL net/mac80211/mac80211 0xf23d1d8e ieee80211_rx_list +EXPORT_SYMBOL net/mac80211/mac80211 0xf2530877 ieee80211_rx_napi +EXPORT_SYMBOL net/mac80211/mac80211 0xf3589c87 ieee80211_iter_keys_rcu +EXPORT_SYMBOL net/mac80211/mac80211 0xf4dd847e ieee80211_wake_queue +EXPORT_SYMBOL net/mac80211/mac80211 0xf6b1054b ieee80211_disable_rssi_reports +EXPORT_SYMBOL net/mac80211/mac80211 0xfa6bdb9e rate_control_set_rates +EXPORT_SYMBOL net/mac802154/mac802154 0x0bc809b3 ieee802154_xmit_error +EXPORT_SYMBOL net/mac802154/mac802154 0x50d95736 ieee802154_register_hw +EXPORT_SYMBOL net/mac802154/mac802154 0x5c5d6be6 ieee802154_configure_durations +EXPORT_SYMBOL net/mac802154/mac802154 0x7860b52c ieee802154_unregister_hw +EXPORT_SYMBOL net/mac802154/mac802154 0x932048e1 ieee802154_alloc_hw +EXPORT_SYMBOL net/mac802154/mac802154 0x94b78a66 ieee802154_xmit_hw_error +EXPORT_SYMBOL net/mac802154/mac802154 0xd2421aa5 ieee802154_free_hw +EXPORT_SYMBOL net/mac802154/mac802154 0xe6478922 ieee802154_xmit_complete +EXPORT_SYMBOL net/mac802154/mac802154 0xfd79624f ieee802154_rx_irqsafe +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x0d139062 ip_vs_proto_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x0e46ee4f register_ip_vs_scheduler +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x225ff2c5 unregister_ip_vs_app +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x3aae09b6 register_ip_vs_app_inc +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x4a65bcbb ip_vs_nfct_expect_related +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x54c8534b ip_vs_conn_in_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x8017bc19 unregister_ip_vs_scheduler +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xa339752f ip_vs_scheduler_err +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xa7be4355 ip_vs_new_conn_out +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xaf0aa051 ip_vs_conn_new +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xc142b8d2 ip_vs_conn_put +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xc1fc9c81 ip_vs_conn_out_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xcbbe6739 ip_vs_proto_data_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xd12d93bf ip_vs_tcp_conn_listen +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xd831a1a2 ip_vs_proto_name +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xdcf7c18a register_ip_vs_app +EXPORT_SYMBOL net/netfilter/nf_conntrack 0x3b08a8f0 nf_ct_destroy +EXPORT_SYMBOL net/netfilter/nf_conntrack 0x89d99ee1 __nf_ct_ext_find +EXPORT_SYMBOL net/netfilter/nf_conntrack 0xeb357f42 nf_ct_ext_add +EXPORT_SYMBOL net/netfilter/nf_conntrack_pptp 0xf2a36612 pptp_msg_name +EXPORT_SYMBOL net/netfilter/nf_nat 0xa0d6d221 nf_nat_setup_info +EXPORT_SYMBOL net/netfilter/nf_nat 0xa9d3c3c2 __nf_nat_mangle_tcp_packet +EXPORT_SYMBOL net/netfilter/nf_nat 0xc1032c4b nf_nat_mangle_udp_packet +EXPORT_SYMBOL net/netfilter/nf_nat 0xfd93ac21 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 0x21834697 xt_find_table +EXPORT_SYMBOL net/netfilter/x_tables 0x350aac80 xt_register_target +EXPORT_SYMBOL net/netfilter/x_tables 0x39bf6351 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 0x54fd6142 xt_unregister_match +EXPORT_SYMBOL net/netfilter/x_tables 0x5d4c97ef xt_register_match +EXPORT_SYMBOL net/netfilter/x_tables 0x7a7d30bc xt_unregister_target +EXPORT_SYMBOL net/netfilter/x_tables 0x93082373 xt_register_targets +EXPORT_SYMBOL net/netfilter/x_tables 0x977fd4bf xt_alloc_table_info +EXPORT_SYMBOL net/netfilter/x_tables 0x9f7d2e53 xt_unregister_targets +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 0xda300867 xt_find_match +EXPORT_SYMBOL net/netfilter/x_tables 0xe204e042 xt_free_table_info +EXPORT_SYMBOL net/netfilter/x_tables 0xfaa97b9a xt_register_matches +EXPORT_SYMBOL net/netfilter/x_tables 0xfef779fa xt_find_jump_offset +EXPORT_SYMBOL net/nfc/hci/hci 0x030c4f8a nfc_llc_stop +EXPORT_SYMBOL net/nfc/hci/hci 0x10c6b323 nfc_hci_set_clientdata +EXPORT_SYMBOL net/nfc/hci/hci 0x149f3d56 nfc_hci_register_device +EXPORT_SYMBOL net/nfc/hci/hci 0x3f73710a nfc_hci_allocate_device +EXPORT_SYMBOL net/nfc/hci/hci 0x4108b073 nfc_hci_unregister_device +EXPORT_SYMBOL net/nfc/hci/hci 0x45a5bb7c nfc_hci_send_cmd_async +EXPORT_SYMBOL net/nfc/hci/hci 0x66a93b69 nfc_hci_get_param +EXPORT_SYMBOL net/nfc/hci/hci 0x695199fb nfc_hci_disconnect_gate +EXPORT_SYMBOL net/nfc/hci/hci 0x74fe3670 nfc_hci_result_to_errno +EXPORT_SYMBOL net/nfc/hci/hci 0x789e6b89 nfc_hci_set_param +EXPORT_SYMBOL net/nfc/hci/hci 0x7f625ff5 nfc_hci_send_cmd +EXPORT_SYMBOL net/nfc/hci/hci 0x867cd485 nfc_hci_disconnect_all_gates +EXPORT_SYMBOL net/nfc/hci/hci 0x93df6fc2 nfc_hci_connect_gate +EXPORT_SYMBOL net/nfc/hci/hci 0x9dec679e nfc_hci_reset_pipes +EXPORT_SYMBOL net/nfc/hci/hci 0x9e8ddd8d nfc_hci_free_device +EXPORT_SYMBOL net/nfc/hci/hci 0xb13ccda3 nfc_hci_get_clientdata +EXPORT_SYMBOL net/nfc/hci/hci 0xc77c268f nfc_hci_driver_failure +EXPORT_SYMBOL net/nfc/hci/hci 0xda678b29 nfc_hci_send_event +EXPORT_SYMBOL net/nfc/hci/hci 0xdb4fb177 nfc_hci_target_discovered +EXPORT_SYMBOL net/nfc/hci/hci 0xdd231c55 nfc_hci_sak_to_protocol +EXPORT_SYMBOL net/nfc/hci/hci 0xde7c5de0 nfc_hci_reset_pipes_per_host +EXPORT_SYMBOL net/nfc/hci/hci 0xe2315d2c nfc_llc_start +EXPORT_SYMBOL net/nfc/hci/hci 0xf01c8e6d nfc_hci_recv_frame +EXPORT_SYMBOL net/nfc/nci/nci 0x04b80210 nci_set_config +EXPORT_SYMBOL net/nfc/nci/nci 0x0ab25d60 nci_get_conn_info_by_dest_type_params +EXPORT_SYMBOL net/nfc/nci/nci 0x18ea2dc5 nci_req_complete +EXPORT_SYMBOL net/nfc/nci/nci 0x272e77af nci_hci_set_param +EXPORT_SYMBOL net/nfc/nci/nci 0x2ba52d2b nci_hci_get_param +EXPORT_SYMBOL net/nfc/nci/nci 0x2d0f60af nci_nfcee_mode_set +EXPORT_SYMBOL net/nfc/nci/nci 0x43120559 nci_hci_send_cmd +EXPORT_SYMBOL net/nfc/nci/nci 0x4358fcd2 nci_send_data +EXPORT_SYMBOL net/nfc/nci/nci 0x49fe85df nci_core_conn_close +EXPORT_SYMBOL net/nfc/nci/nci 0x4fb6e690 nci_hci_open_pipe +EXPORT_SYMBOL net/nfc/nci/nci 0x51ee616d nci_send_frame +EXPORT_SYMBOL net/nfc/nci/nci 0x7f006e9a nci_send_cmd +EXPORT_SYMBOL net/nfc/nci/nci 0x81fc05bf nci_recv_frame +EXPORT_SYMBOL net/nfc/nci/nci 0x8cc376a0 nci_hci_send_event +EXPORT_SYMBOL net/nfc/nci/nci 0x905d2d33 nci_allocate_device +EXPORT_SYMBOL net/nfc/nci/nci 0x9185f5e8 nci_nfcee_discover +EXPORT_SYMBOL net/nfc/nci/nci 0x92838fbb nci_nfcc_loopback +EXPORT_SYMBOL net/nfc/nci/nci 0x9e27c374 nci_hci_clear_all_pipes +EXPORT_SYMBOL net/nfc/nci/nci 0xa8c319e1 nci_register_device +EXPORT_SYMBOL net/nfc/nci/nci 0xb104822e nci_prop_cmd +EXPORT_SYMBOL net/nfc/nci/nci 0xba490602 nci_to_errno +EXPORT_SYMBOL net/nfc/nci/nci 0xbc006717 nci_core_cmd +EXPORT_SYMBOL net/nfc/nci/nci 0xc0110df6 nci_core_reset +EXPORT_SYMBOL net/nfc/nci/nci 0xd378f80b nci_core_conn_create +EXPORT_SYMBOL net/nfc/nci/nci 0xd3d65da1 nci_hci_dev_session_init +EXPORT_SYMBOL net/nfc/nci/nci 0xdbc1f2d5 nci_core_init +EXPORT_SYMBOL net/nfc/nci/nci 0xe0d18c5f nci_unregister_device +EXPORT_SYMBOL net/nfc/nci/nci 0xe277f319 nci_hci_connect_gate +EXPORT_SYMBOL net/nfc/nci/nci 0xf6047b97 nci_conn_max_data_pkt_payload_size +EXPORT_SYMBOL net/nfc/nci/nci 0xff4dc96b nci_free_device +EXPORT_SYMBOL net/nfc/nfc 0x013d8629 nfc_proto_unregister +EXPORT_SYMBOL net/nfc/nfc 0x0aaa2cca nfc_remove_se +EXPORT_SYMBOL net/nfc/nfc 0x1ddaba69 nfc_find_se +EXPORT_SYMBOL net/nfc/nfc 0x1f8c9a4b nfc_se_connectivity +EXPORT_SYMBOL net/nfc/nfc 0x299c7697 nfc_unregister_device +EXPORT_SYMBOL net/nfc/nfc 0x377f6890 nfc_proto_register +EXPORT_SYMBOL net/nfc/nfc 0x37fb83a4 nfc_driver_failure +EXPORT_SYMBOL net/nfc/nfc 0x386ef2e4 nfc_targets_found +EXPORT_SYMBOL net/nfc/nfc 0x3cd1880a nfc_register_device +EXPORT_SYMBOL net/nfc/nfc 0x4ade4a66 nfc_get_local_general_bytes +EXPORT_SYMBOL net/nfc/nfc 0x4cc94efd nfc_tm_deactivated +EXPORT_SYMBOL net/nfc/nfc 0x558fe135 nfc_tm_activated +EXPORT_SYMBOL net/nfc/nfc 0x61460b19 nfc_target_lost +EXPORT_SYMBOL net/nfc/nfc 0x7255bda2 nfc_allocate_device +EXPORT_SYMBOL net/nfc/nfc 0xa456997b nfc_alloc_recv_skb +EXPORT_SYMBOL net/nfc/nfc 0xa4e95720 nfc_add_se +EXPORT_SYMBOL net/nfc/nfc 0xac8640d2 nfc_set_remote_general_bytes +EXPORT_SYMBOL net/nfc/nfc 0xc1a2588f nfc_vendor_cmd_reply +EXPORT_SYMBOL net/nfc/nfc 0xc77fe7fb nfc_se_transaction +EXPORT_SYMBOL net/nfc/nfc 0xcc9f1c90 __nfc_alloc_vendor_cmd_reply_skb +EXPORT_SYMBOL net/nfc/nfc 0xd6bc8c40 nfc_tm_data_received +EXPORT_SYMBOL net/nfc/nfc 0xd8b3d784 nfc_dep_link_is_up +EXPORT_SYMBOL net/nfc/nfc 0xda437efa nfc_fw_download_done +EXPORT_SYMBOL net/nfc/nfc 0xe6e30b16 nfc_send_to_raw_sock +EXPORT_SYMBOL net/nfc/nfc 0xfd61bfb7 nfc_class +EXPORT_SYMBOL net/nfc/nfc_digital 0x301a7e3e nfc_digital_free_device +EXPORT_SYMBOL net/nfc/nfc_digital 0x3179c92c nfc_digital_allocate_device +EXPORT_SYMBOL net/nfc/nfc_digital 0x7e538800 nfc_digital_register_device +EXPORT_SYMBOL net/nfc/nfc_digital 0xd5c4740b nfc_digital_unregister_device +EXPORT_SYMBOL net/phonet/phonet 0x155028dc phonet_proto_register +EXPORT_SYMBOL net/phonet/phonet 0x256230b0 pn_sock_get_port +EXPORT_SYMBOL net/phonet/phonet 0x4e3cfb87 pn_sock_unhash +EXPORT_SYMBOL net/phonet/phonet 0x5348181e pn_skb_send +EXPORT_SYMBOL net/phonet/phonet 0x6331f5be phonet_proto_unregister +EXPORT_SYMBOL net/phonet/phonet 0xc2283aa7 pn_sock_hash +EXPORT_SYMBOL net/phonet/phonet 0xd626fc79 phonet_header_ops +EXPORT_SYMBOL net/phonet/phonet 0xf634a42b phonet_stream_ops +EXPORT_SYMBOL net/rxrpc/rxrpc 0x2391fb6b rxrpc_kernel_charge_accept +EXPORT_SYMBOL net/rxrpc/rxrpc 0x31bf3ca3 rxrpc_debug_id +EXPORT_SYMBOL net/rxrpc/rxrpc 0x3380c49e rxrpc_kernel_get_srtt +EXPORT_SYMBOL net/rxrpc/rxrpc 0x3f071f33 rxrpc_sock_set_security_keyring +EXPORT_SYMBOL net/rxrpc/rxrpc 0x3f955555 rxrpc_get_null_key +EXPORT_SYMBOL net/rxrpc/rxrpc 0x49347805 rxrpc_kernel_get_peer +EXPORT_SYMBOL net/rxrpc/rxrpc 0x49487632 rxrpc_kernel_abort_call +EXPORT_SYMBOL net/rxrpc/rxrpc 0x52597f05 rxrpc_kernel_get_epoch +EXPORT_SYMBOL net/rxrpc/rxrpc 0x5b87348e rxrpc_kernel_begin_call +EXPORT_SYMBOL net/rxrpc/rxrpc 0x646e0c47 rxrpc_kernel_set_max_life +EXPORT_SYMBOL net/rxrpc/rxrpc 0xa26204a6 rxrpc_sock_set_min_security_level +EXPORT_SYMBOL net/rxrpc/rxrpc 0xa3fdc4ae rxrpc_kernel_end_call +EXPORT_SYMBOL net/rxrpc/rxrpc 0xb0d31b86 rxrpc_kernel_check_life +EXPORT_SYMBOL net/rxrpc/rxrpc 0xc6ebdd35 rxrpc_kernel_recv_data +EXPORT_SYMBOL net/rxrpc/rxrpc 0xcb0ecaef rxrpc_get_server_data_key +EXPORT_SYMBOL net/rxrpc/rxrpc 0xccdcb8d9 key_type_rxrpc +EXPORT_SYMBOL net/rxrpc/rxrpc 0xd3cf2da1 rxrpc_kernel_new_call_notification +EXPORT_SYMBOL net/rxrpc/rxrpc 0xd71c1f48 rxrpc_kernel_set_tx_length +EXPORT_SYMBOL net/rxrpc/rxrpc 0xe55e2681 rxrpc_kernel_send_data +EXPORT_SYMBOL net/sctp/sctp 0x40c242b1 sctp_do_peeloff +EXPORT_SYMBOL net/smc/smc 0x0281f19c __tracepoint_smc_switch_to_fallback +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 0x4c66e9a2 __SCK__tp_func_smc_rx_recvmsg +EXPORT_SYMBOL net/smc/smc 0x5d27cf1e __tracepoint_smc_rx_recvmsg +EXPORT_SYMBOL net/smc/smc 0x7106fd1c __traceiter_smc_switch_to_fallback +EXPORT_SYMBOL net/smc/smc 0x75d5bf57 __traceiter_smc_tx_sendmsg +EXPORT_SYMBOL net/smc/smc 0x87ccd0c7 __SCT__tp_func_smc_tx_sendmsg +EXPORT_SYMBOL net/smc/smc 0x8baec801 __tracepoint_smcr_link_down +EXPORT_SYMBOL net/smc/smc 0x9aefeebd __SCK__tp_func_smcr_link_down +EXPORT_SYMBOL net/smc/smc 0xa2d25106 __traceiter_smcr_link_down +EXPORT_SYMBOL net/smc/smc 0xb6315929 __SCK__tp_func_smc_switch_to_fallback +EXPORT_SYMBOL net/smc/smc 0xcec7f443 __SCK__tp_func_smc_tx_sendmsg +EXPORT_SYMBOL net/smc/smc 0xdba9e473 __traceiter_smc_rx_recvmsg +EXPORT_SYMBOL net/smc/smc 0xdf86d2ff __tracepoint_smc_tx_sendmsg +EXPORT_SYMBOL net/sunrpc/auth_gss/auth_rpcgss 0x1ab74b60 gss_mech_get +EXPORT_SYMBOL net/sunrpc/auth_gss/auth_rpcgss 0x2ff5eb72 gss_pseudoflavor_to_service +EXPORT_SYMBOL net/sunrpc/auth_gss/auth_rpcgss 0x55cd29f5 gss_mech_put +EXPORT_SYMBOL net/sunrpc/sunrpc 0x4e90de49 xdr_truncate_encode +EXPORT_SYMBOL net/sunrpc/sunrpc 0x6050529f xdr_restrict_buflen +EXPORT_SYMBOL net/sunrpc/sunrpc 0xfdcde17b svc_pool_stats_open +EXPORT_SYMBOL net/tipc/tipc 0x635d1387 tipc_nl_sk_walk +EXPORT_SYMBOL net/tipc/tipc 0x64d6a8ff tipc_sk_fill_sock_diag +EXPORT_SYMBOL net/tipc/tipc 0xd6b730bb tipc_dump_start +EXPORT_SYMBOL net/tipc/tipc 0xe832da0a tipc_dump_done +EXPORT_SYMBOL net/tls/tls 0xda20c1e5 tls_get_record +EXPORT_SYMBOL net/wireless/cfg80211 0x00628ed9 __cfg80211_radar_event +EXPORT_SYMBOL net/wireless/cfg80211 0x00a7f865 wiphy_new_nm +EXPORT_SYMBOL net/wireless/cfg80211 0x01aae843 cfg80211_remain_on_channel_expired +EXPORT_SYMBOL net/wireless/cfg80211 0x05227dd5 cfg80211_mgmt_tx_status_ext +EXPORT_SYMBOL net/wireless/cfg80211 0x05e8191b wiphy_rfkill_start_polling +EXPORT_SYMBOL net/wireless/cfg80211 0x06154cf4 cfg80211_roamed +EXPORT_SYMBOL net/wireless/cfg80211 0x065e5c4d ieee80211_data_to_8023_exthdr +EXPORT_SYMBOL net/wireless/cfg80211 0x06ca71fd cfg80211_chandef_create +EXPORT_SYMBOL net/wireless/cfg80211 0x06e05086 __cfg80211_alloc_event_skb +EXPORT_SYMBOL net/wireless/cfg80211 0x06f7264f cfg80211_rx_spurious_frame +EXPORT_SYMBOL net/wireless/cfg80211 0x0cc95bc2 ieee80211_s1g_channel_width +EXPORT_SYMBOL net/wireless/cfg80211 0x116614d1 cfg80211_any_usable_channels +EXPORT_SYMBOL net/wireless/cfg80211 0x11703c98 cfg80211_iter_combinations +EXPORT_SYMBOL net/wireless/cfg80211 0x117aca91 cfg80211_merge_profile +EXPORT_SYMBOL net/wireless/cfg80211 0x14564603 cfg80211_sta_opmode_change_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x1879fcbd bridge_tunnel_header +EXPORT_SYMBOL net/wireless/cfg80211 0x18b7805e cfg80211_tx_mlme_mgmt +EXPORT_SYMBOL net/wireless/cfg80211 0x1a122328 cfg80211_inform_bss_frame_data +EXPORT_SYMBOL net/wireless/cfg80211 0x1a9ef907 freq_reg_info +EXPORT_SYMBOL net/wireless/cfg80211 0x1b5a3a7e cfg80211_sinfo_alloc_tid_stats +EXPORT_SYMBOL net/wireless/cfg80211 0x1c72b8f7 wiphy_apply_custom_regulatory +EXPORT_SYMBOL net/wireless/cfg80211 0x1c97dda2 cfg80211_cqm_beacon_loss_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x1ce2497f reg_query_regdb_wmm +EXPORT_SYMBOL net/wireless/cfg80211 0x1dec5518 wdev_chandef +EXPORT_SYMBOL net/wireless/cfg80211 0x20b97b33 cfg80211_report_obss_beacon_khz +EXPORT_SYMBOL net/wireless/cfg80211 0x24929e5b cfg80211_tdls_oper_request +EXPORT_SYMBOL net/wireless/cfg80211 0x26d3d302 __cfg80211_send_event_skb +EXPORT_SYMBOL net/wireless/cfg80211 0x275269b3 ieee80211_ie_split_ric +EXPORT_SYMBOL net/wireless/cfg80211 0x275c97f0 cfg80211_get_ies_channel_number +EXPORT_SYMBOL net/wireless/cfg80211 0x28f6b1b9 cfg80211_stop_iface +EXPORT_SYMBOL net/wireless/cfg80211 0x3643b80f ieee80211_chandef_to_operating_class +EXPORT_SYMBOL net/wireless/cfg80211 0x3686f635 __cfg80211_alloc_reply_skb +EXPORT_SYMBOL net/wireless/cfg80211 0x3b450747 cfg80211_notify_new_peer_candidate +EXPORT_SYMBOL net/wireless/cfg80211 0x3c1a30ab cfg80211_gtk_rekey_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x429c0c31 ieee80211_bss_get_elem +EXPORT_SYMBOL net/wireless/cfg80211 0x43afadee ieee80211_radiotap_iterator_init +EXPORT_SYMBOL net/wireless/cfg80211 0x46ff300c ieee80211_get_response_rate +EXPORT_SYMBOL net/wireless/cfg80211 0x474d02f4 cfg80211_cqm_rssi_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x495e5ab0 cfg80211_rx_mgmt_ext +EXPORT_SYMBOL net/wireless/cfg80211 0x4d38b9f8 ieee80211_get_num_supported_channels +EXPORT_SYMBOL net/wireless/cfg80211 0x4d888bc1 cfg80211_calculate_bitrate +EXPORT_SYMBOL net/wireless/cfg80211 0x4eb61fd9 cfg80211_background_cac_abort +EXPORT_SYMBOL net/wireless/cfg80211 0x50d86df2 cfg80211_probe_status +EXPORT_SYMBOL net/wireless/cfg80211 0x5199b045 cfg80211_control_port_tx_status +EXPORT_SYMBOL net/wireless/cfg80211 0x53342d44 cfg80211_update_owe_info_event +EXPORT_SYMBOL net/wireless/cfg80211 0x5584448a ieee80211_channel_to_freq_khz +EXPORT_SYMBOL net/wireless/cfg80211 0x56328ddf cfg80211_check_station_change +EXPORT_SYMBOL net/wireless/cfg80211 0x56b3dc39 wiphy_rfkill_set_hw_state_reason +EXPORT_SYMBOL net/wireless/cfg80211 0x57798117 cfg80211_classify8021d +EXPORT_SYMBOL net/wireless/cfg80211 0x57ed58c8 cfg80211_put_bss +EXPORT_SYMBOL net/wireless/cfg80211 0x5a879804 cfg80211_nan_func_terminated +EXPORT_SYMBOL net/wireless/cfg80211 0x5dce40f4 cfg80211_reg_can_beacon +EXPORT_SYMBOL net/wireless/cfg80211 0x5f2ba477 cfg80211_rx_unprot_mlme_mgmt +EXPORT_SYMBOL net/wireless/cfg80211 0x67a61c08 regulatory_hint +EXPORT_SYMBOL net/wireless/cfg80211 0x69b18f43 rfc1042_header +EXPORT_SYMBOL net/wireless/cfg80211 0x6ad88789 regulatory_pre_cac_allowed +EXPORT_SYMBOL net/wireless/cfg80211 0x6bedf402 ieee80211_freq_khz_to_channel +EXPORT_SYMBOL net/wireless/cfg80211 0x6f01f701 cfg80211_sched_scan_results +EXPORT_SYMBOL net/wireless/cfg80211 0x74993d55 cfg80211_sched_scan_stopped_locked +EXPORT_SYMBOL net/wireless/cfg80211 0x76e06f91 regulatory_set_wiphy_regd_sync +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 0x7ada0d38 cfg80211_get_drvinfo +EXPORT_SYMBOL net/wireless/cfg80211 0x7af74f3a cfg80211_ready_on_channel +EXPORT_SYMBOL net/wireless/cfg80211 0x7c3ac925 ieee80211_get_vht_max_nss +EXPORT_SYMBOL net/wireless/cfg80211 0x7ef39823 ieee80211_hdrlen +EXPORT_SYMBOL net/wireless/cfg80211 0x7ef5bffa cfg80211_unlink_bss +EXPORT_SYMBOL net/wireless/cfg80211 0x8fa02936 cfg80211_free_nan_func +EXPORT_SYMBOL net/wireless/cfg80211 0x9051b863 cfg80211_register_netdevice +EXPORT_SYMBOL net/wireless/cfg80211 0x90d41771 cfg80211_rx_unexpected_4addr_frame +EXPORT_SYMBOL net/wireless/cfg80211 0x9632490c cfg80211_external_auth_request +EXPORT_SYMBOL net/wireless/cfg80211 0x96db0a43 cfg80211_bss_color_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x96e76466 cfg80211_assoc_failure +EXPORT_SYMBOL net/wireless/cfg80211 0x973b6739 ieee80211_get_channel_khz +EXPORT_SYMBOL net/wireless/cfg80211 0x97b516c7 ieee80211_mandatory_rates +EXPORT_SYMBOL net/wireless/cfg80211 0x9b7356b8 cfg80211_send_layer2_update +EXPORT_SYMBOL net/wireless/cfg80211 0x9d6cba30 cfg80211_find_elem_match +EXPORT_SYMBOL net/wireless/cfg80211 0xa3449771 cfg80211_reg_can_beacon_relax +EXPORT_SYMBOL net/wireless/cfg80211 0xa7fba6e1 cfg80211_cac_event +EXPORT_SYMBOL net/wireless/cfg80211 0xacab8721 cfg80211_get_bss +EXPORT_SYMBOL net/wireless/cfg80211 0xadafc67d cfg80211_sched_scan_stopped +EXPORT_SYMBOL net/wireless/cfg80211 0xadc14e75 wiphy_register +EXPORT_SYMBOL net/wireless/cfg80211 0xb17857ff cfg80211_cqm_pktloss_notify +EXPORT_SYMBOL net/wireless/cfg80211 0xb5fc6fd9 cfg80211_pmksa_candidate_notify +EXPORT_SYMBOL net/wireless/cfg80211 0xb9890bd3 cfg80211_ibss_joined +EXPORT_SYMBOL net/wireless/cfg80211 0xbca72c6e regulatory_set_wiphy_regd +EXPORT_SYMBOL net/wireless/cfg80211 0xbcf653dc cfg80211_ft_event +EXPORT_SYMBOL net/wireless/cfg80211 0xbd5ad9c7 cfg80211_tx_mgmt_expired +EXPORT_SYMBOL net/wireless/cfg80211 0xbd89462e cfg80211_scan_done +EXPORT_SYMBOL net/wireless/cfg80211 0xbe3afc24 cfg80211_new_sta +EXPORT_SYMBOL net/wireless/cfg80211 0xbf01ca79 ieee80211_amsdu_to_8023s +EXPORT_SYMBOL net/wireless/cfg80211 0xbfd08635 cfg80211_connect_done +EXPORT_SYMBOL net/wireless/cfg80211 0xc04ab11b cfg80211_rx_mlme_mgmt +EXPORT_SYMBOL net/wireless/cfg80211 0xc07a56ac cfg80211_bss_flush +EXPORT_SYMBOL net/wireless/cfg80211 0xc4406db3 cfg80211_ref_bss +EXPORT_SYMBOL net/wireless/cfg80211 0xc4b4fc27 cfg80211_chandef_valid +EXPORT_SYMBOL net/wireless/cfg80211 0xcc1a7c48 cfg80211_is_element_inherited +EXPORT_SYMBOL net/wireless/cfg80211 0xcca606fc cfg80211_port_authorized +EXPORT_SYMBOL net/wireless/cfg80211 0xcf8126c1 get_wiphy_regdom +EXPORT_SYMBOL net/wireless/cfg80211 0xd083e66d cfg80211_ch_switch_started_notify +EXPORT_SYMBOL net/wireless/cfg80211 0xd3cb5ee6 wiphy_unregister +EXPORT_SYMBOL net/wireless/cfg80211 0xd56d55f3 ieee80211_get_mesh_hdrlen +EXPORT_SYMBOL net/wireless/cfg80211 0xd613fde3 cfg80211_unregister_wdev +EXPORT_SYMBOL net/wireless/cfg80211 0xd653cb10 ieee80211_get_hdrlen_from_skb +EXPORT_SYMBOL net/wireless/cfg80211 0xd9212f56 cfg80211_bss_iter +EXPORT_SYMBOL net/wireless/cfg80211 0xd9326dc8 cfg80211_assoc_comeback +EXPORT_SYMBOL net/wireless/cfg80211 0xd97eaad4 cfg80211_chandef_compatible +EXPORT_SYMBOL net/wireless/cfg80211 0xdba126c1 reg_initiator_name +EXPORT_SYMBOL net/wireless/cfg80211 0xdc99ba0c cfg80211_rx_assoc_resp +EXPORT_SYMBOL net/wireless/cfg80211 0xdd527f74 cfg80211_nan_match +EXPORT_SYMBOL net/wireless/cfg80211 0xe080179e cfg80211_get_iftype_ext_capa +EXPORT_SYMBOL net/wireless/cfg80211 0xe182135c cfg80211_iftype_allowed +EXPORT_SYMBOL net/wireless/cfg80211 0xe5472d10 cfg80211_chandef_usable +EXPORT_SYMBOL net/wireless/cfg80211 0xe589a02c wiphy_free +EXPORT_SYMBOL net/wireless/cfg80211 0xe636abba cfg80211_rx_control_port +EXPORT_SYMBOL net/wireless/cfg80211 0xe67b2957 cfg80211_conn_failed +EXPORT_SYMBOL net/wireless/cfg80211 0xe6ca7fe2 cfg80211_del_sta_sinfo +EXPORT_SYMBOL net/wireless/cfg80211 0xe8268352 cfg80211_get_station +EXPORT_SYMBOL net/wireless/cfg80211 0xe988d80c cfg80211_check_combinations +EXPORT_SYMBOL net/wireless/cfg80211 0xe9e3bdc5 cfg80211_cqm_txe_notify +EXPORT_SYMBOL net/wireless/cfg80211 0xea79cb36 cfg80211_chandef_dfs_required +EXPORT_SYMBOL net/wireless/cfg80211 0xecdf0c30 cfg80211_auth_timeout +EXPORT_SYMBOL net/wireless/cfg80211 0xef86ffd0 cfg80211_disconnected +EXPORT_SYMBOL net/wireless/cfg80211 0xf2b26346 cfg80211_crit_proto_stopped +EXPORT_SYMBOL net/wireless/cfg80211 0xf30f14c2 cfg80211_report_wowlan_wakeup +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 0xf58757bc cfg80211_inform_bss_data +EXPORT_SYMBOL net/wireless/cfg80211 0xf8cd7788 cfg80211_ch_switch_notify +EXPORT_SYMBOL net/wireless/cfg80211 0xfd9431ee cfg80211_michael_mic_failure +EXPORT_SYMBOL net/wireless/lib80211 0x2027080f lib80211_unregister_crypto_ops +EXPORT_SYMBOL net/wireless/lib80211 0x240c4c60 lib80211_crypt_info_init +EXPORT_SYMBOL net/wireless/lib80211 0x3320a7e8 lib80211_crypt_info_free +EXPORT_SYMBOL net/wireless/lib80211 0x61268e88 lib80211_register_crypto_ops +EXPORT_SYMBOL net/wireless/lib80211 0x79d65588 lib80211_crypt_delayed_deinit +EXPORT_SYMBOL net/wireless/lib80211 0x815f1e3f lib80211_get_crypto_ops +EXPORT_SYMBOL sound/ac97_bus 0xb20563d2 ac97_bus_type +EXPORT_SYMBOL sound/core/oss/snd-mixer-oss 0xa3ee755a 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 0x3061c52d snd_use_lock_sync_helper +EXPORT_SYMBOL sound/core/seq/snd-seq 0x3fb4d161 snd_seq_kernel_client_dispatch +EXPORT_SYMBOL sound/core/seq/snd-seq 0x4720d8b0 snd_seq_event_port_attach +EXPORT_SYMBOL sound/core/seq/snd-seq 0x5b7e3e7f snd_seq_kernel_client_write_poll +EXPORT_SYMBOL sound/core/seq/snd-seq 0x6bb71038 snd_seq_delete_kernel_client +EXPORT_SYMBOL sound/core/seq/snd-seq 0x7ac2f329 snd_seq_expand_var_event +EXPORT_SYMBOL sound/core/seq/snd-seq 0x7b8699eb snd_seq_event_port_detach +EXPORT_SYMBOL sound/core/seq/snd-seq 0x94fd99d2 snd_seq_create_kernel_client +EXPORT_SYMBOL sound/core/seq/snd-seq 0x99352f66 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 0xe934da1d snd_seq_dump_var_event +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-emul 0x6ea09972 snd_midi_channel_alloc_set +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-emul 0xf912f0c8 snd_midi_process_event +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0x734e4fba 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 0xdd70dbf6 snd_midi_event_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 0x6b7cfb4b snd_virmidi_new +EXPORT_SYMBOL sound/core/snd 0x02d9a7f6 snd_ctl_remove +EXPORT_SYMBOL sound/core/snd 0x03620805 snd_card_disconnect +EXPORT_SYMBOL sound/core/snd 0x09e4e7c8 snd_seq_root +EXPORT_SYMBOL sound/core/snd 0x0ab18494 snd_ctl_register_ioctl +EXPORT_SYMBOL sound/core/snd 0x0c6c676c snd_unregister_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 0x1b95264f snd_unregister_oss_device +EXPORT_SYMBOL sound/core/snd 0x212488be snd_jack_set_key +EXPORT_SYMBOL sound/core/snd 0x2401d60b snd_power_wait +EXPORT_SYMBOL sound/core/snd 0x24a94b26 snd_info_get_line +EXPORT_SYMBOL sound/core/snd 0x2ee5361f snd_ctl_remove_id +EXPORT_SYMBOL sound/core/snd 0x3353b7ef snd_device_free +EXPORT_SYMBOL sound/core/snd 0x342a2354 copy_to_user_fromio +EXPORT_SYMBOL sound/core/snd 0x3971b4df snd_ecards_limit +EXPORT_SYMBOL sound/core/snd 0x459e5fd7 snd_mixer_oss_notify_callback +EXPORT_SYMBOL sound/core/snd 0x4a3ea5c0 snd_request_card +EXPORT_SYMBOL sound/core/snd 0x4bca0b67 snd_ctl_notify +EXPORT_SYMBOL sound/core/snd 0x4f44122e snd_info_register +EXPORT_SYMBOL sound/core/snd 0x5222c2d0 snd_ctl_find_numid +EXPORT_SYMBOL sound/core/snd 0x6366d17a snd_ctl_notify_one +EXPORT_SYMBOL sound/core/snd 0x64d1d9ac _snd_ctl_add_follower +EXPORT_SYMBOL sound/core/snd 0x7091b01e snd_info_create_card_entry +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 0x731deec0 snd_ctl_free_one +EXPORT_SYMBOL sound/core/snd 0x7615de58 snd_ctl_boolean_mono_info +EXPORT_SYMBOL sound/core/snd 0x7996a8da snd_ctl_new1 +EXPORT_SYMBOL sound/core/snd 0x82d55d92 snd_jack_add_new_kctl +EXPORT_SYMBOL sound/core/snd 0x83e96975 snd_ctl_make_virtual_master +EXPORT_SYMBOL sound/core/snd 0x887c661e snd_ctl_register_ioctl_compat +EXPORT_SYMBOL sound/core/snd 0x8df3789f snd_oss_info_register +EXPORT_SYMBOL sound/core/snd 0x8f595b11 snd_major +EXPORT_SYMBOL sound/core/snd 0x90c924ac snd_card_free +EXPORT_SYMBOL sound/core/snd 0x9e6d79f8 snd_info_get_str +EXPORT_SYMBOL sound/core/snd 0xa0eb527d snd_ctl_unregister_ioctl_compat +EXPORT_SYMBOL sound/core/snd 0xa2a12ae7 snd_pci_quirk_lookup +EXPORT_SYMBOL sound/core/snd 0xa2f78082 snd_card_file_add +EXPORT_SYMBOL sound/core/snd 0xa85d86f8 snd_ctl_add +EXPORT_SYMBOL sound/core/snd 0xb11d8c62 snd_ctl_rename_id +EXPORT_SYMBOL sound/core/snd 0xb2e5ae4a snd_lookup_minor_data +EXPORT_SYMBOL sound/core/snd 0xb4138176 snd_jack_report +EXPORT_SYMBOL sound/core/snd 0xb439de08 snd_info_free_entry +EXPORT_SYMBOL sound/core/snd 0xb4ece37a snd_card_register +EXPORT_SYMBOL sound/core/snd 0xb71be436 snd_device_new +EXPORT_SYMBOL sound/core/snd 0xc5a6d10b release_and_free_resource +EXPORT_SYMBOL sound/core/snd 0xc66a2d20 snd_ctl_unregister_ioctl +EXPORT_SYMBOL sound/core/snd 0xc6c9bf13 snd_jack_set_parent +EXPORT_SYMBOL sound/core/snd 0xcc6a729f snd_ctl_enum_info +EXPORT_SYMBOL sound/core/snd 0xce445353 snd_card_set_id +EXPORT_SYMBOL sound/core/snd 0xd4fae14e snd_jack_new +EXPORT_SYMBOL sound/core/snd 0xdd6c549e snd_component_add +EXPORT_SYMBOL sound/core/snd 0xdeacbc83 snd_card_free_when_closed +EXPORT_SYMBOL sound/core/snd 0xe0763aa4 snd_register_device +EXPORT_SYMBOL sound/core/snd 0xe702594a snd_register_oss_device +EXPORT_SYMBOL sound/core/snd 0xea6c75ea snd_device_register +EXPORT_SYMBOL sound/core/snd 0xf05ec229 snd_ctl_replace +EXPORT_SYMBOL sound/core/snd 0xf3dfe7bc snd_card_new +EXPORT_SYMBOL sound/core/snd 0xf497b7bd snd_card_file_remove +EXPORT_SYMBOL sound/core/snd 0xf62dd52b snd_ctl_rename +EXPORT_SYMBOL sound/core/snd 0xf7313909 snd_info_create_module_entry +EXPORT_SYMBOL sound/core/snd 0xfa719b03 snd_ctl_boolean_stereo_info +EXPORT_SYMBOL sound/core/snd 0xfd5080c1 snd_ctl_find_id +EXPORT_SYMBOL sound/core/snd 0xfffd89db copy_from_user_toio +EXPORT_SYMBOL sound/core/snd-compress 0x672b832a snd_compr_free_pages +EXPORT_SYMBOL sound/core/snd-compress 0xc7c873be snd_compr_malloc_pages +EXPORT_SYMBOL sound/core/snd-hwdep 0x2651435b snd_hwdep_new +EXPORT_SYMBOL sound/core/snd-pcm 0x0283dfe3 _snd_pcm_hw_params_any +EXPORT_SYMBOL sound/core/snd-pcm 0x035141c1 snd_pcm_new_internal +EXPORT_SYMBOL sound/core/snd-pcm 0x03d90a24 snd_dma_alloc_pages_fallback +EXPORT_SYMBOL sound/core/snd-pcm 0x04cda566 snd_interval_refine +EXPORT_SYMBOL sound/core/snd-pcm 0x11eba48e snd_pcm_create_iec958_consumer_hw_params +EXPORT_SYMBOL sound/core/snd-pcm 0x14cfc36c snd_pcm_open_substream +EXPORT_SYMBOL sound/core/snd-pcm 0x16619ffd snd_pcm_release_substream +EXPORT_SYMBOL sound/core/snd-pcm 0x1cbdb538 _snd_pcm_lib_alloc_vmalloc_buffer +EXPORT_SYMBOL sound/core/snd-pcm 0x1d027e4b snd_pcm_format_signed +EXPORT_SYMBOL sound/core/snd-pcm 0x1ffeb3c3 snd_pcm_mmap_data +EXPORT_SYMBOL sound/core/snd-pcm 0x23a9abdf snd_pcm_set_managed_buffer_all +EXPORT_SYMBOL sound/core/snd-pcm 0x23dd3249 snd_pcm_new_stream +EXPORT_SYMBOL sound/core/snd-pcm 0x244e75df snd_pcm_hw_constraint_minmax +EXPORT_SYMBOL sound/core/snd-pcm 0x30082f3b snd_pcm_hw_constraint_integer +EXPORT_SYMBOL sound/core/snd-pcm 0x31f3e35d snd_pcm_period_elapsed +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 0x3da2094f snd_sgbuf_get_chunk_size +EXPORT_SYMBOL sound/core/snd-pcm 0x45933438 snd_pcm_lib_preallocate_pages +EXPORT_SYMBOL sound/core/snd-pcm 0x495404e5 snd_pcm_lib_free_vmalloc_buffer +EXPORT_SYMBOL sound/core/snd-pcm 0x4f816e9b snd_pcm_format_big_endian +EXPORT_SYMBOL sound/core/snd-pcm 0x4ff7fdf2 snd_pcm_lib_free_pages +EXPORT_SYMBOL sound/core/snd-pcm 0x503bd137 snd_interval_ranges +EXPORT_SYMBOL sound/core/snd-pcm 0x519bc03f snd_dma_buffer_mmap +EXPORT_SYMBOL sound/core/snd-pcm 0x52e3e4a5 snd_pcm_hw_param_value +EXPORT_SYMBOL sound/core/snd-pcm 0x5d88032e snd_dma_free_pages +EXPORT_SYMBOL sound/core/snd-pcm 0x5e7f4920 snd_pcm_format_set_silence +EXPORT_SYMBOL sound/core/snd-pcm 0x641b60f8 snd_pcm_suspend_all +EXPORT_SYMBOL sound/core/snd-pcm 0x650f8603 snd_pcm_format_silence_64 +EXPORT_SYMBOL sound/core/snd-pcm 0x66e97bba snd_pcm_hw_constraint_list +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 0x6ccf9da1 snd_pcm_hw_constraint_step +EXPORT_SYMBOL sound/core/snd-pcm 0x6ef8fcd8 snd_pcm_format_linear +EXPORT_SYMBOL sound/core/snd-pcm 0x709fe738 snd_pcm_new +EXPORT_SYMBOL sound/core/snd-pcm 0x73377461 snd_sgbuf_get_addr +EXPORT_SYMBOL sound/core/snd-pcm 0x82acc587 snd_pcm_hw_constraint_ratdens +EXPORT_SYMBOL sound/core/snd-pcm 0x834dc955 snd_pcm_format_size +EXPORT_SYMBOL sound/core/snd-pcm 0x876eb965 snd_pcm_hw_rule_noresample +EXPORT_SYMBOL sound/core/snd-pcm 0x881b6a35 snd_pcm_lib_malloc_pages +EXPORT_SYMBOL sound/core/snd-pcm 0x8f0a7234 snd_pcm_hw_constraint_ranges +EXPORT_SYMBOL sound/core/snd-pcm 0x94098ff8 snd_interval_list +EXPORT_SYMBOL sound/core/snd-pcm 0x95b3ee8c snd_pcm_kernel_ioctl +EXPORT_SYMBOL sound/core/snd-pcm 0x9a6db91a snd_pcm_lib_get_vmalloc_page +EXPORT_SYMBOL sound/core/snd-pcm 0x9cbc2b73 snd_pcm_hw_rule_add +EXPORT_SYMBOL sound/core/snd-pcm 0xa0e229a7 snd_pcm_hw_constraint_ratnums +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 0xb83a7ae2 snd_pcm_hw_param_last +EXPORT_SYMBOL sound/core/snd-pcm 0xb8dd9df3 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 0xbfd9932b snd_pcm_create_iec958_consumer +EXPORT_SYMBOL sound/core/snd-pcm 0xc1f245e2 snd_pcm_lib_preallocate_pages_for_all +EXPORT_SYMBOL sound/core/snd-pcm 0xc9000ad2 snd_pcm_hw_constraint_pow2 +EXPORT_SYMBOL sound/core/snd-pcm 0xcf44ad91 snd_pcm_hw_refine +EXPORT_SYMBOL sound/core/snd-pcm 0xd1340772 snd_pcm_lib_preallocate_free_for_all +EXPORT_SYMBOL sound/core/snd-pcm 0xd37f960b snd_pcm_set_ops +EXPORT_SYMBOL sound/core/snd-pcm 0xd444efeb snd_pcm_stop +EXPORT_SYMBOL sound/core/snd-pcm 0xd47e539d snd_pcm_lib_ioctl +EXPORT_SYMBOL sound/core/snd-pcm 0xd5bca7f2 snd_pcm_lib_mmap_iomem +EXPORT_SYMBOL sound/core/snd-pcm 0xd996f223 snd_pcm_set_managed_buffer +EXPORT_SYMBOL sound/core/snd-pcm 0xe56a9336 snd_pcm_format_width +EXPORT_SYMBOL sound/core/snd-pcm 0xe9e912ec snd_sgbuf_get_page +EXPORT_SYMBOL sound/core/snd-pcm 0xeb60637f snd_dma_alloc_dir_pages +EXPORT_SYMBOL sound/core/snd-pcm 0xebd03284 snd_pcm_hw_param_first +EXPORT_SYMBOL sound/core/snd-pcm 0xf5d3111f snd_pcm_set_sync +EXPORT_SYMBOL sound/core/snd-pcm 0xf61c2097 __snd_pcm_lib_xfer +EXPORT_SYMBOL sound/core/snd-pcm 0xf7d57b32 snd_pcm_hw_constraint_msbits +EXPORT_SYMBOL sound/core/snd-pcm 0xf8dd9463 snd_pcm_hw_constraint_mask64 +EXPORT_SYMBOL sound/core/snd-pcm 0xff6104d0 snd_pcm_rate_bit_to_rate +EXPORT_SYMBOL sound/core/snd-rawmidi 0x063b8035 snd_rawmidi_kernel_open +EXPORT_SYMBOL sound/core/snd-rawmidi 0x0989aa32 snd_rawmidi_drop_output +EXPORT_SYMBOL sound/core/snd-rawmidi 0x3733203b snd_rawmidi_input_params +EXPORT_SYMBOL sound/core/snd-rawmidi 0x4b42df2b snd_rawmidi_kernel_read +EXPORT_SYMBOL sound/core/snd-rawmidi 0x4fc0892f snd_rawmidi_set_ops +EXPORT_SYMBOL sound/core/snd-rawmidi 0x58d1e4ba snd_rawmidi_transmit_ack +EXPORT_SYMBOL sound/core/snd-rawmidi 0x62b49e27 snd_rawmidi_new +EXPORT_SYMBOL sound/core/snd-rawmidi 0x6ede905e snd_rawmidi_proceed +EXPORT_SYMBOL sound/core/snd-rawmidi 0x98331f3d snd_rawmidi_drain_output +EXPORT_SYMBOL sound/core/snd-rawmidi 0x9cdf157a snd_rawmidi_kernel_write +EXPORT_SYMBOL sound/core/snd-rawmidi 0xa16f20d9 snd_rawmidi_info_select +EXPORT_SYMBOL sound/core/snd-rawmidi 0xa6e4627e snd_rawmidi_drain_input +EXPORT_SYMBOL sound/core/snd-rawmidi 0xb0ad3cb6 snd_rawmidi_kernel_release +EXPORT_SYMBOL sound/core/snd-rawmidi 0xb5d3dd06 snd_rawmidi_receive +EXPORT_SYMBOL sound/core/snd-rawmidi 0xbca3a681 snd_rawmidi_output_params +EXPORT_SYMBOL sound/core/snd-rawmidi 0xc8ffbfb3 snd_rawmidi_transmit_empty +EXPORT_SYMBOL sound/core/snd-rawmidi 0xd28cd7eb snd_rawmidi_transmit_peek +EXPORT_SYMBOL sound/core/snd-rawmidi 0xe88ccb48 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 0xb79b502e snd_seq_device_new +EXPORT_SYMBOL sound/core/snd-timer 0x00ad7b94 snd_timer_global_new +EXPORT_SYMBOL sound/core/snd-timer 0x2a267866 snd_timer_open +EXPORT_SYMBOL sound/core/snd-timer 0x3394f506 snd_timer_new +EXPORT_SYMBOL sound/core/snd-timer 0x43b88e3c snd_timer_pause +EXPORT_SYMBOL sound/core/snd-timer 0x4b235d35 snd_timer_global_free +EXPORT_SYMBOL sound/core/snd-timer 0x9194cfb1 snd_timer_notify +EXPORT_SYMBOL sound/core/snd-timer 0x9dea8aa3 snd_timer_global_register +EXPORT_SYMBOL sound/core/snd-timer 0xa0e64488 snd_timer_resolution +EXPORT_SYMBOL sound/core/snd-timer 0xa52e1955 snd_timer_close +EXPORT_SYMBOL sound/core/snd-timer 0xa566f0c2 snd_timer_start +EXPORT_SYMBOL sound/core/snd-timer 0xa7f1d3fc snd_timer_stop +EXPORT_SYMBOL sound/core/snd-timer 0xc1c05d60 snd_timer_instance_new +EXPORT_SYMBOL sound/core/snd-timer 0xe02d252e snd_timer_instance_free +EXPORT_SYMBOL sound/core/snd-timer 0xe7d076e5 snd_timer_interrupt +EXPORT_SYMBOL sound/core/snd-timer 0xf31063e1 snd_timer_continue +EXPORT_SYMBOL sound/drivers/mpu401/snd-mpu401-uart 0x6d629c59 snd_mpu401_uart_interrupt_tx +EXPORT_SYMBOL sound/drivers/mpu401/snd-mpu401-uart 0x7ca3b794 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 0x2128833d snd_opl3_interrupt +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x3f6c148c snd_opl3_reset +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x43235c0a snd_opl3_find_patch +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x468caacc snd_opl3_hwdep_new +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x702f8a61 snd_opl3_create +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x7fd93d77 snd_opl3_timer_new +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x82fbb841 snd_opl3_init +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0xbcffb7f9 snd_opl3_new +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0xe510b1cb snd_opl3_load_patch +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x059a2aff snd_vx_free_firmware +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x1786b8f3 snd_vx_setup_firmware +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x1e0eabb9 snd_vx_load_boot_image +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x1f5159a2 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 0x234eaa9c snd_vx_dsp_load +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x41393991 snd_vx_resume +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x5aeb9047 snd_vx_suspend +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xd574cf37 snd_vx_create +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xddd2bf88 snd_vx_dsp_boot +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xf1f04d23 snd_vx_irq_handler +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x05d9a921 amdtp_stream_pcm_abort +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x0d239a19 fw_iso_resources_allocate +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x0fc729ad amdtp_stream_init +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x11a70a5d cmp_connection_establish +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x17a8adba amdtp_stream_update +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x1ef91549 avc_general_set_sig_fmt +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x20254e45 amdtp_syt_intervals +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x216dced9 snd_fw_transaction +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x2a51b5c9 fw_iso_resources_update +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x2cd41b29 cmp_connection_reserve +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x2cff63f2 cmp_connection_break +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x4c780dbd amdtp_stream_set_parameters +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x53ca18e8 amdtp_rate_table +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x61116980 cmp_connection_check_used +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x64b3f893 cmp_connection_destroy +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x6e280aaa avc_general_get_sig_fmt +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x6f19d612 iso_packets_buffer_init +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x727ee5e6 cmp_connection_update +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x7b206487 fcp_bus_reset +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x7bba9948 amdtp_stream_destroy +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x7c29e88e fw_iso_resources_init +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x8115145a amdtp_stream_pcm_prepare +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x8f8201fe fw_iso_resources_free +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x95eec37f amdtp_stream_get_max_payload +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xa467001c fcp_avc_transaction +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xa7fef75e fw_iso_resources_destroy +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xb6a85838 avc_general_get_plug_info +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xcf87865e iso_packets_buffer_destroy +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xdf084bb0 cmp_connection_release +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xee92a2fa cmp_connection_init +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xfd1fa161 amdtp_stream_add_pcm_hw_constraints +EXPORT_SYMBOL sound/hda/snd-intel-dspcfg 0x41a05c36 intel_nhlt_has_endpoint_type +EXPORT_SYMBOL sound/hda/snd-intel-dspcfg 0x66fd6169 intel_nhlt_ssp_endpoint_mask +EXPORT_SYMBOL sound/hda/snd-intel-dspcfg 0xb7b836b3 intel_nhlt_ssp_mclk_mask +EXPORT_SYMBOL sound/hda/snd-intel-dspcfg 0xdd20aedb intel_nhlt_get_endpoint_blob +EXPORT_SYMBOL sound/i2c/other/snd-ak4113 0x69019302 snd_ak4113_suspend +EXPORT_SYMBOL sound/i2c/other/snd-ak4113 0xc0efc216 snd_ak4113_resume +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x0f46d4bb snd_ak4114_create +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x2ddec6a3 snd_ak4114_suspend +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x66f4a8e1 snd_ak4114_resume +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x69c5262c snd_ak4114_build +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x7d4a3b87 snd_ak4114_reg_write +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x9dd174b8 snd_ak4114_reinit +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0xa4a1a5cf snd_ak4114_external_rate +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0xfabe077e snd_ak4114_check_rate_and_errors +EXPORT_SYMBOL sound/i2c/other/snd-ak4117 0x2c168f5c snd_ak4117_create +EXPORT_SYMBOL sound/i2c/other/snd-ak4117 0x853f275e snd_ak4117_reinit +EXPORT_SYMBOL sound/i2c/other/snd-ak4117 0xaa2fdf3f snd_ak4117_external_rate +EXPORT_SYMBOL sound/i2c/other/snd-ak4117 0xb0d0278b snd_ak4117_check_rate_and_errors +EXPORT_SYMBOL sound/i2c/other/snd-ak4117 0xc2c48afe snd_ak4117_build +EXPORT_SYMBOL sound/i2c/other/snd-ak4117 0xefee129b snd_ak4117_reg_write +EXPORT_SYMBOL sound/i2c/other/snd-ak4xxx-adda 0x5c51572b snd_akm4xxx_write +EXPORT_SYMBOL sound/i2c/other/snd-ak4xxx-adda 0x5cd4d5bb snd_akm4xxx_reset +EXPORT_SYMBOL sound/i2c/other/snd-ak4xxx-adda 0x97af22c9 snd_akm4xxx_init +EXPORT_SYMBOL sound/i2c/other/snd-ak4xxx-adda 0x991154b3 snd_akm4xxx_build_controls +EXPORT_SYMBOL sound/i2c/other/snd-pt2258 0xc28b266e snd_pt2258_build_controls +EXPORT_SYMBOL sound/i2c/other/snd-pt2258 0xf1fd8b79 snd_pt2258_reset +EXPORT_SYMBOL sound/i2c/snd-cs8427 0x0bac5a55 snd_cs8427_iec958_build +EXPORT_SYMBOL sound/i2c/snd-cs8427 0x43466954 snd_cs8427_create +EXPORT_SYMBOL sound/i2c/snd-cs8427 0x58029d15 snd_cs8427_iec958_active +EXPORT_SYMBOL sound/i2c/snd-cs8427 0x5dd286c3 snd_cs8427_reg_write +EXPORT_SYMBOL sound/i2c/snd-cs8427 0x6fe65ed7 snd_cs8427_init +EXPORT_SYMBOL sound/i2c/snd-cs8427 0x94f091a3 snd_cs8427_iec958_pcm +EXPORT_SYMBOL sound/i2c/snd-i2c 0x0d47c38d snd_i2c_device_free +EXPORT_SYMBOL sound/i2c/snd-i2c 0x0fecc739 snd_i2c_bus_create +EXPORT_SYMBOL sound/i2c/snd-i2c 0x5e06d5c2 snd_i2c_readbytes +EXPORT_SYMBOL sound/i2c/snd-i2c 0xa3fd086d snd_i2c_probeaddr +EXPORT_SYMBOL sound/i2c/snd-i2c 0xbc856e12 snd_i2c_sendbytes +EXPORT_SYMBOL sound/i2c/snd-i2c 0xeabdcc10 snd_i2c_device_create +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0x1792fd79 snd_sbdsp_create +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0x37fb9dfc snd_sbdsp_get_byte +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0x3d761e06 snd_sbdsp_reset +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0x42094d93 snd_sbmixer_read +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0x70e6277d snd_sbmixer_resume +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0x9ff5f341 snd_sbmixer_write +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0xa7303af9 snd_sbdsp_command +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0xa850404f snd_sbmixer_new +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0xb3b3eca6 snd_sbmixer_suspend +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0xd2b8c1da snd_sbmixer_add_ctl +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x0364d249 snd_ac97_pcm_open +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x05b8cf96 snd_ac97_get_short_name +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x14cd06cf snd_ac97_pcm_assign +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x1df404a6 snd_ac97_tune_hardware +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x34701934 snd_ac97_set_rate +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x34accc45 snd_ac97_update_power +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x8d98dcd4 snd_ac97_write_cache +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x93343860 snd_ac97_suspend +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x9e7d43fa snd_ac97_bus +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xa8a4cd21 snd_ac97_update +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xb5d15a60 snd_ac97_pcm_close +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xb98dd0aa snd_ac97_resume +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xbb39e63e snd_ac97_write +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xd215e4be snd_ac97_mixer +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xde61366e snd_ac97_pcm_double_rate_rules +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xe5fedee3 snd_ac97_read +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xef9fd2fb snd_ac97_update_bits +EXPORT_SYMBOL sound/pci/asihpi/snd-asihpi 0x80c9e202 hpi_send_recv +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x0a752488 snd_emu10k1_synth_free +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x15991bd9 snd_emu10k1_memblk_map +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x2c23569c snd_emu10k1_voice_free +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x2edb3ba7 snd_emu10k1_ptr_read +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x44c2a24d snd_emu10k1_voice_alloc +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x7e0bdf82 snd_emu10k1_synth_alloc +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x9a8ab1ec snd_emu10k1_synth_bzero +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0xc0f480e9 snd_emu10k1_ptr_write +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0xdb7d8a2a snd_emu10k1_synth_copy_from_user +EXPORT_SYMBOL sound/pci/ice1712/snd-ice17xx-ak4xxx 0x326925d8 snd_ice1712_akm4xxx_free +EXPORT_SYMBOL sound/pci/ice1712/snd-ice17xx-ak4xxx 0x49f56f5a snd_ice1712_akm4xxx_build_controls +EXPORT_SYMBOL sound/pci/ice1712/snd-ice17xx-ak4xxx 0x69cb6e03 snd_ice1712_akm4xxx_init +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x005b0713 oxygen_read_ac97 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x01ad5f50 oxygen_write16_masked +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x065be5b8 oxygen_reset_uart +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x2135772f oxygen_write_ac97_masked +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x217f3816 oxygen_pci_probe +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x375350d6 oxygen_write_ac97 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x3d5f53c1 oxygen_write_spi +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x40a815dc oxygen_read8 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x4d12371b oxygen_write32_masked +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x526cf6d3 oxygen_read32 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x70c28030 oxygen_write_i2c +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x78935b68 oxygen_write_uart +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x7db2f22b oxygen_read16 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xc6cf483a oxygen_update_dac_routing +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xce9e0b13 oxygen_pci_pm +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xe1910ec6 oxygen_write8_masked +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xe36a8ede oxygen_write32 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xe93b183b oxygen_write16 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xf55cecbe oxygen_pci_shutdown +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xfa8202de oxygen_write8 +EXPORT_SYMBOL sound/pci/trident/snd-trident 0x2df821e9 snd_trident_free_voice +EXPORT_SYMBOL sound/pci/trident/snd-trident 0x32eb3e02 snd_trident_alloc_voice +EXPORT_SYMBOL sound/pci/trident/snd-trident 0x6f59621c snd_trident_stop_voice +EXPORT_SYMBOL sound/pci/trident/snd-trident 0xc6b5a0e2 snd_trident_write_voice_regs +EXPORT_SYMBOL sound/pci/trident/snd-trident 0xdd09e1dd 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 0x54620014 snd_amd_acp_find_config +EXPORT_SYMBOL sound/soc/amd/snd-acp-config 0x84d457ef snd_soc_acpi_amd_sof_machines +EXPORT_SYMBOL sound/soc/amd/snd-acp-config 0xff5890de snd_soc_acpi_amd_rmb_sof_machines +EXPORT_SYMBOL sound/soc/codecs/snd-soc-adau1372 0xb21bbf92 adau1372_probe +EXPORT_SYMBOL sound/soc/codecs/snd-soc-lpass-wsa-macro 0x4bbb0731 wsa_macro_set_spkr_mode +EXPORT_SYMBOL sound/soc/codecs/snd-soc-pcm3060 0x600b4560 pcm3060_probe +EXPORT_SYMBOL sound/soc/codecs/snd-soc-pcm3060 0x8799e5f9 pcm3060_regmap +EXPORT_SYMBOL sound/soc/codecs/snd-soc-rt715 0xed2acb24 hda_to_sdw +EXPORT_SYMBOL sound/soc/codecs/snd-soc-tlv320aic23 0x74cd7ea6 tlv320aic23_probe +EXPORT_SYMBOL sound/soc/codecs/snd-soc-tlv320aic23 0xc3cc94e5 tlv320aic23_regmap +EXPORT_SYMBOL sound/soc/codecs/snd-soc-tlv320aic32x4 0x2bab90ff aic32x4_remove +EXPORT_SYMBOL sound/soc/codecs/snd-soc-tlv320aic32x4 0x7fc916f6 aic32x4_probe +EXPORT_SYMBOL sound/soc/codecs/snd-soc-tlv320aic32x4 0xcd1a6016 aic32x4_regmap_config +EXPORT_SYMBOL sound/soc/codecs/snd-soc-tlv320aic3x 0x10d975ba aic3x_probe +EXPORT_SYMBOL sound/soc/codecs/snd-soc-tlv320aic3x 0x2f9b6c4b aic3x_remove +EXPORT_SYMBOL sound/soc/codecs/snd-soc-wcd-mbhc 0x3322b567 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 0x40da7854 wcd_mbhc_init +EXPORT_SYMBOL sound/soc/codecs/snd-soc-wcd-mbhc 0x789ebe56 wcd_mbhc_set_hph_type +EXPORT_SYMBOL sound/soc/codecs/snd-soc-wcd-mbhc 0xa5758a49 wcd_mbhc_get_hph_type +EXPORT_SYMBOL sound/soc/codecs/snd-soc-wcd-mbhc 0xd094df47 wcd_mbhc_deinit +EXPORT_SYMBOL sound/soc/codecs/snd-soc-wcd-mbhc 0xe2beca26 wcd_mbhc_stop +EXPORT_SYMBOL sound/soc/codecs/snd-soc-wcd-mbhc 0xf1772d78 wcd_mbhc_start +EXPORT_SYMBOL sound/soc/fsl/snd-soc-fsl-utils 0x1dd74c5b fsl_asoc_reparent_pll_clocks +EXPORT_SYMBOL sound/soc/fsl/snd-soc-fsl-utils 0x2c1266d9 fsl_asoc_get_dma_channel +EXPORT_SYMBOL sound/soc/fsl/snd-soc-fsl-utils 0xf984973d fsl_asoc_get_pll_clocks +EXPORT_SYMBOL sound/soc/snd-soc-core 0xbacd23b3 snd_soc_alloc_ac97_component +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x041dfa15 snd_sof_load_firmware_memcpy +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x049ddd43 snd_sof_dsp_update_bits64 +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x084dbc32 sof_block_write +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x0c2c7f8a snd_sof_dsp_panic +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x10ffbba1 snd_sof_dsp_update_bits +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x117e941f sof_block_read +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x136a2c1e snd_sof_pcm_period_elapsed +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x1cca9336 snd_sof_prepare +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x1e929251 sof_machine_check +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x1ee680c4 sof_widget_free +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x23bdb9dd sof_ipc_set_get_data +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x258c735a snd_sof_runtime_suspend +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x27988d22 snd_sof_runtime_idle +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x2d80de12 sof_stream_pcm_open +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x2dfaba5e snd_sof_run_firmware +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x32b57bf2 snd_sof_load_firmware_raw +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x34004093 sof_dai_get_bclk +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x368c6727 sof_debug_check_flag +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x3f374202 sof_io_write64 +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x4c258b12 snd_sof_device_probe +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x56a6f5b2 sof_ipc_tx_message +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x58215c02 snd_sof_device_remove +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x5a0dfb73 snd_sof_ipc_get_reply +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x62ee092e snd_sof_dsp_update_bits_unlocked +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x6365b120 snd_sof_fw_unload +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x69f82880 sof_stream_pcm_close +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x6ffde51f snd_sof_ipc_reply +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x704f0891 sof_mailbox_write +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x7112bdcc sof_machine_unregister +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x7347d70f snd_sof_load_topology +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x79145f0c snd_sof_dsp_dbg_dump +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x7b116f79 snd_sof_complete +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x80b619cc sof_ipc_tx_message_no_pm +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x831aad22 sof_machine_register +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x87ef4930 snd_sof_dsp_only_d0i3_compatible_stream_active +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x88b04802 sof_mailbox_read +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x8a9e7a95 snd_sof_device_probe_completed +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x8ceb3df2 sof_io_read64 +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x8ea843b8 sof_widget_setup +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x91acb585 snd_sof_ipc_init +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x931788e4 snd_sof_handle_fw_exception +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x98b9aab8 snd_sof_resume +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x9c1b81d2 sof_ipc4_set_pipeline_state +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x9ef3ef92 sof_io_write +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xbcabfb0c snd_sof_ipc_free +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xbe5d0a1c snd_sof_runtime_resume +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xc44f6379 sof_io_read +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xcb6e12fb snd_sof_dsp_update_bits_forced +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xcf12de79 sof_dai_get_mclk +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xd880e0e9 sof_print_oops_and_stack +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xdead8e8f sof_pcm_dai_link_fixup +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xe716722b snd_sof_dsp_update_bits64_unlocked +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xeb795844 sof_ipc_msg_data +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xebc08d33 sof_set_stream_data_offset +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xebc959ae sof_set_fw_state +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xf411f00b snd_sof_suspend +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xf6e03918 snd_sof_pci_update_bits +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xfc413be9 snd_sof_device_shutdown +EXPORT_SYMBOL sound/soc/sof/snd-sof-utils 0x699bd38a snd_sof_create_page_table +EXPORT_SYMBOL sound/soundcore 0x2e3288c1 register_sound_mixer +EXPORT_SYMBOL sound/soundcore 0x7afc9d8a unregister_sound_mixer +EXPORT_SYMBOL sound/soundcore 0x95b360d5 register_sound_special_device +EXPORT_SYMBOL sound/soundcore 0x99c95fa5 unregister_sound_special +EXPORT_SYMBOL sound/soundcore 0xaee52db0 register_sound_dsp +EXPORT_SYMBOL sound/soundcore 0xc0b21d8c register_sound_special +EXPORT_SYMBOL sound/soundcore 0xc3232a28 sound_class +EXPORT_SYMBOL sound/soundcore 0xcd083b10 unregister_sound_dsp +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0x55fc6dd0 snd_emux_terminate_all +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0x5a5359b6 snd_emux_free +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0x655cb202 snd_sf_linear_to_log +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0x79b45c82 snd_emux_register +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0x8c0c8025 snd_emux_new +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0x9abf25bc snd_emux_unlock_voice +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0xf4c40fae snd_emux_lock_voice +EXPORT_SYMBOL sound/synth/snd-util-mem 0x0eda33fa snd_util_memhdr_new +EXPORT_SYMBOL sound/synth/snd-util-mem 0x2a48197f snd_util_mem_alloc +EXPORT_SYMBOL sound/synth/snd-util-mem 0x6517719f __snd_util_mem_free +EXPORT_SYMBOL sound/synth/snd-util-mem 0x914f3491 snd_util_memhdr_free +EXPORT_SYMBOL sound/synth/snd-util-mem 0x9223e14b snd_util_mem_free +EXPORT_SYMBOL sound/synth/snd-util-mem 0x9adc8c44 __snd_util_memblk_new +EXPORT_SYMBOL sound/synth/snd-util-mem 0xc59655e4 snd_util_mem_avail +EXPORT_SYMBOL sound/synth/snd-util-mem 0xd28dc0da __snd_util_mem_alloc +EXPORT_SYMBOL sound/usb/snd-usbmidi-lib 0x16756dc0 snd_usbmidi_input_start +EXPORT_SYMBOL sound/usb/snd-usbmidi-lib 0x373bda4f __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 0x0007e589 dget_parent +EXPORT_SYMBOL vmlinux 0x00148653 vsnprintf +EXPORT_SYMBOL vmlinux 0x0017c8a8 i2c_del_adapter +EXPORT_SYMBOL vmlinux 0x003b12f2 folio_end_writeback +EXPORT_SYMBOL vmlinux 0x006a042a ip_route_me_harder +EXPORT_SYMBOL vmlinux 0x008069f5 dev_vprintk_emit +EXPORT_SYMBOL vmlinux 0x008efa21 inode_permission +EXPORT_SYMBOL vmlinux 0x00a4b044 amd_iommu_deactivate_guest_mode +EXPORT_SYMBOL vmlinux 0x00b4e615 posix_acl_equiv_mode +EXPORT_SYMBOL vmlinux 0x00c67192 send_sig_mceerr +EXPORT_SYMBOL vmlinux 0x00d7e722 vme_lm_count +EXPORT_SYMBOL vmlinux 0x00ec252a jbd2_complete_transaction +EXPORT_SYMBOL vmlinux 0x01000e51 schedule +EXPORT_SYMBOL vmlinux 0x01010f2d serio_rescan +EXPORT_SYMBOL vmlinux 0x010f62dc mdio_device_register +EXPORT_SYMBOL vmlinux 0x01115367 phy_attach +EXPORT_SYMBOL vmlinux 0x01156ae4 utf8_strncasecmp_folded +EXPORT_SYMBOL vmlinux 0x013c6ba0 kmalloc_node_trace +EXPORT_SYMBOL vmlinux 0x013f26ae dma_fence_get_stub +EXPORT_SYMBOL vmlinux 0x0147812c kblockd_mod_delayed_work_on +EXPORT_SYMBOL vmlinux 0x016f123e sg_copy_to_buffer +EXPORT_SYMBOL vmlinux 0x01740c89 pci_get_subsys +EXPORT_SYMBOL vmlinux 0x01757935 rdmacg_register_device +EXPORT_SYMBOL vmlinux 0x017aba4d flow_rule_match_enc_ipv6_addrs +EXPORT_SYMBOL vmlinux 0x017de3d5 nr_cpu_ids +EXPORT_SYMBOL vmlinux 0x0188cd88 vme_alloc_consistent +EXPORT_SYMBOL vmlinux 0x018dd011 skb_get_hash_perturb +EXPORT_SYMBOL vmlinux 0x01a2abbb jbd2__journal_start +EXPORT_SYMBOL vmlinux 0x01b6865c xa_get_mark +EXPORT_SYMBOL vmlinux 0x01bf55fc paddr_vmcoreinfo_note +EXPORT_SYMBOL vmlinux 0x01c316c9 blk_mq_kick_requeue_list +EXPORT_SYMBOL vmlinux 0x01e61d6c __x86_indirect_call_thunk_r12 +EXPORT_SYMBOL vmlinux 0x01e871d9 twl6040_clear_bits +EXPORT_SYMBOL vmlinux 0x01fd5e7d netdev_port_same_parent_id +EXPORT_SYMBOL vmlinux 0x02089b4e input_free_device +EXPORT_SYMBOL vmlinux 0x0209f3a7 secure_ipv6_port_ephemeral +EXPORT_SYMBOL vmlinux 0x020dbf27 bitmap_alloc +EXPORT_SYMBOL vmlinux 0x021add1f __traceiter_mmap_lock_acquire_returned +EXPORT_SYMBOL vmlinux 0x0228925f iowrite64_hi_lo +EXPORT_SYMBOL vmlinux 0x02293ac3 dma_fence_chain_ops +EXPORT_SYMBOL vmlinux 0x022efe0e get_bitmap_from_slot +EXPORT_SYMBOL vmlinux 0x0237b57a arch_unregister_cpu +EXPORT_SYMBOL vmlinux 0x02389bf5 inode_add_bytes +EXPORT_SYMBOL vmlinux 0x023d1b90 wrmsr_on_cpu +EXPORT_SYMBOL vmlinux 0x0248efd3 kstrtobool_from_user +EXPORT_SYMBOL vmlinux 0x0274dc2b netif_get_num_default_rss_queues +EXPORT_SYMBOL vmlinux 0x02778962 xfrm_trans_queue_net +EXPORT_SYMBOL vmlinux 0x0296695f refcount_warn_saturate +EXPORT_SYMBOL vmlinux 0x02a48840 ethtool_notify +EXPORT_SYMBOL vmlinux 0x02b96ef6 pci_dev_get +EXPORT_SYMBOL vmlinux 0x02c656b6 acpi_enable_all_runtime_gpes +EXPORT_SYMBOL vmlinux 0x02dbbd39 generic_splice_sendpage +EXPORT_SYMBOL vmlinux 0x02e1a0bf neigh_ifdown +EXPORT_SYMBOL vmlinux 0x02e6fcea max8998_write_reg +EXPORT_SYMBOL vmlinux 0x02e7407d register_netdevice +EXPORT_SYMBOL vmlinux 0x030d5188 xfrm_alloc_spi +EXPORT_SYMBOL vmlinux 0x032eebca genphy_check_and_restart_aneg +EXPORT_SYMBOL vmlinux 0x0334da4e scsi_command_size_tbl +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 0x037f9e5d generic_file_open +EXPORT_SYMBOL vmlinux 0x03815f35 ledtrig_disk_activity +EXPORT_SYMBOL vmlinux 0x0385221e bio_integrity_trim +EXPORT_SYMBOL vmlinux 0x038b324f pci_disable_device +EXPORT_SYMBOL vmlinux 0x0397edd5 fb_edid_to_monspecs +EXPORT_SYMBOL vmlinux 0x0398a8e6 __invalidate_device +EXPORT_SYMBOL vmlinux 0x039ab8b1 skb_pull_data +EXPORT_SYMBOL vmlinux 0x03b814ca bpf_dispatcher_xdp_func +EXPORT_SYMBOL vmlinux 0x03b8a1ac nla_reserve_nohdr +EXPORT_SYMBOL vmlinux 0x03bf0e5a acpi_walk_resource_buffer +EXPORT_SYMBOL vmlinux 0x03c5ad6d __vfs_setxattr +EXPORT_SYMBOL vmlinux 0x03c99809 param_get_dyndbg_classes +EXPORT_SYMBOL vmlinux 0x03e9ebe4 fb_get_buffer_offset +EXPORT_SYMBOL vmlinux 0x03fd2571 vm_unmap_ram +EXPORT_SYMBOL vmlinux 0x040bfdf3 xen_alloc_ballooned_pages +EXPORT_SYMBOL vmlinux 0x0418d621 input_grab_device +EXPORT_SYMBOL vmlinux 0x04271616 handle_edge_irq +EXPORT_SYMBOL vmlinux 0x04271af8 iov_iter_pipe +EXPORT_SYMBOL vmlinux 0x04366266 mmc_unregister_driver +EXPORT_SYMBOL vmlinux 0x043b0f40 vfs_fileattr_get +EXPORT_SYMBOL vmlinux 0x044154c6 tc_skb_ext_tc +EXPORT_SYMBOL vmlinux 0x04482cdb __refrigerator +EXPORT_SYMBOL vmlinux 0x044f0ad9 get_random_u16 +EXPORT_SYMBOL vmlinux 0x0466824d vlan_dev_vlan_id +EXPORT_SYMBOL vmlinux 0x0474edef kstrtou16_from_user +EXPORT_SYMBOL vmlinux 0x04754dfa xfrm_register_km +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 0x0496f0b9 scsi_scan_target +EXPORT_SYMBOL vmlinux 0x04afe0c3 flow_rule_match_enc_keyid +EXPORT_SYMBOL vmlinux 0x04b6972f scsi_block_when_processing_errors +EXPORT_SYMBOL vmlinux 0x04c62fd7 __memset +EXPORT_SYMBOL vmlinux 0x04d24402 iwe_stream_add_point +EXPORT_SYMBOL vmlinux 0x04d8c750 release_perfctr_nmi +EXPORT_SYMBOL vmlinux 0x04d8cc44 fs_param_is_blockdev +EXPORT_SYMBOL vmlinux 0x04df47e7 serio_interrupt +EXPORT_SYMBOL vmlinux 0x04ea5d10 ksize +EXPORT_SYMBOL vmlinux 0x04f54e05 skb_put +EXPORT_SYMBOL vmlinux 0x050877b9 dmi_first_match +EXPORT_SYMBOL vmlinux 0x051d58e8 dma_fence_wait_any_timeout +EXPORT_SYMBOL vmlinux 0x051df3f6 acpi_pm_device_sleep_state +EXPORT_SYMBOL vmlinux 0x05240ee7 percpu_counter_batch +EXPORT_SYMBOL vmlinux 0x05264d87 nvdimm_namespace_locked +EXPORT_SYMBOL vmlinux 0x053671d4 amd_iommu_snp_en +EXPORT_SYMBOL vmlinux 0x0536aff3 input_mt_report_slot_state +EXPORT_SYMBOL vmlinux 0x054496b4 schedule_timeout_interruptible +EXPORT_SYMBOL vmlinux 0x05469115 tty_hangup +EXPORT_SYMBOL vmlinux 0x0551d8b8 dev_loopback_xmit +EXPORT_SYMBOL vmlinux 0x055e77e8 jiffies_64 +EXPORT_SYMBOL vmlinux 0x0562dc30 __sg_page_iter_start +EXPORT_SYMBOL vmlinux 0x056bcf7b dm_read_arg +EXPORT_SYMBOL vmlinux 0x0586a02a eth_get_headlen +EXPORT_SYMBOL vmlinux 0x059e1482 __traceiter_dma_fence_emit +EXPORT_SYMBOL vmlinux 0x05a42c5f proc_symlink +EXPORT_SYMBOL vmlinux 0x05af5db0 tcp_stream_memory_free +EXPORT_SYMBOL vmlinux 0x05c4cb7f security_sk_clone +EXPORT_SYMBOL vmlinux 0x05f20b7b nla_reserve +EXPORT_SYMBOL vmlinux 0x06052f8d __memmove +EXPORT_SYMBOL vmlinux 0x060ba97c gen_pool_free_owner +EXPORT_SYMBOL vmlinux 0x061651be strcat +EXPORT_SYMBOL vmlinux 0x0634100a bitmap_parselist_user +EXPORT_SYMBOL vmlinux 0x0641acb1 copy_page_to_iter +EXPORT_SYMBOL vmlinux 0x0646e475 kobject_put +EXPORT_SYMBOL vmlinux 0x0651c1ad napi_gro_frags +EXPORT_SYMBOL vmlinux 0x06595b26 dev_trans_start +EXPORT_SYMBOL vmlinux 0x065b99a6 dev_mc_add_global +EXPORT_SYMBOL vmlinux 0x065cdbda ethtool_rx_flow_rule_create +EXPORT_SYMBOL vmlinux 0x0668b595 _kstrtoul +EXPORT_SYMBOL vmlinux 0x06857cfc pci_enable_device +EXPORT_SYMBOL vmlinux 0x06886919 wake_up_process +EXPORT_SYMBOL vmlinux 0x0690b75e address_space_init_once +EXPORT_SYMBOL vmlinux 0x06a86bc1 iowrite16 +EXPORT_SYMBOL vmlinux 0x06aee9c3 neigh_sysctl_unregister +EXPORT_SYMBOL vmlinux 0x06bd88b5 ucs2_strnlen +EXPORT_SYMBOL vmlinux 0x06d11488 __bitmap_equal +EXPORT_SYMBOL vmlinux 0x06efa075 phy_drivers_unregister +EXPORT_SYMBOL vmlinux 0x07098248 xz_dec_microlzma_alloc +EXPORT_SYMBOL vmlinux 0x0710884f phy_loopback +EXPORT_SYMBOL vmlinux 0x07138f2c vfs_iocb_iter_read +EXPORT_SYMBOL vmlinux 0x072f901c vme_master_rmw +EXPORT_SYMBOL vmlinux 0x0745a981 xa_erase +EXPORT_SYMBOL vmlinux 0x0745af67 devm_release_resource +EXPORT_SYMBOL vmlinux 0x074d103f set_capacity +EXPORT_SYMBOL vmlinux 0x07737a31 netdev_offload_xstats_enable +EXPORT_SYMBOL vmlinux 0x077d8f32 submit_bh +EXPORT_SYMBOL vmlinux 0x078e2ac3 tcp_seq_stop +EXPORT_SYMBOL vmlinux 0x078f659d nf_register_sockopt +EXPORT_SYMBOL vmlinux 0x07a1a43a pci_bus_alloc_resource +EXPORT_SYMBOL vmlinux 0x07a890c8 fb_alloc_cmap +EXPORT_SYMBOL vmlinux 0x07bf0da4 config_item_put +EXPORT_SYMBOL vmlinux 0x07c413da generic_cont_expand_simple +EXPORT_SYMBOL vmlinux 0x07cc4a5d printk_timed_ratelimit +EXPORT_SYMBOL vmlinux 0x07ce80a9 file_modified +EXPORT_SYMBOL vmlinux 0x07ceeac9 panic_notifier_list +EXPORT_SYMBOL vmlinux 0x07e21e65 proc_remove +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 0x08268530 tcp_timewait_state_process +EXPORT_SYMBOL vmlinux 0x082c3213 pci_root_buses +EXPORT_SYMBOL vmlinux 0x083eb21c rfkill_unregister +EXPORT_SYMBOL vmlinux 0x084368ad ata_print_version +EXPORT_SYMBOL vmlinux 0x08524c15 d_splice_alias +EXPORT_SYMBOL vmlinux 0x0853cd0f ps2_sendbyte +EXPORT_SYMBOL vmlinux 0x086e881b fwnode_mdiobus_register_phy +EXPORT_SYMBOL vmlinux 0x087b59bd cros_ec_get_host_event +EXPORT_SYMBOL vmlinux 0x087da3c7 __dev_get_by_flags +EXPORT_SYMBOL vmlinux 0x0887be96 devfreq_remove_device +EXPORT_SYMBOL vmlinux 0x08d39cdb textsearch_register +EXPORT_SYMBOL vmlinux 0x08e399bc sock_edemux +EXPORT_SYMBOL vmlinux 0x08f717de vfs_getattr_nosec +EXPORT_SYMBOL vmlinux 0x09017eef flow_rule_match_ct +EXPORT_SYMBOL vmlinux 0x090ebb6b xfrm_state_delete +EXPORT_SYMBOL vmlinux 0x091372b4 tcf_action_dump_1 +EXPORT_SYMBOL vmlinux 0x0919c25f tcf_get_next_chain +EXPORT_SYMBOL vmlinux 0x092e26bf acpi_remove_address_space_handler +EXPORT_SYMBOL vmlinux 0x093712e5 acpi_purge_cached_objects +EXPORT_SYMBOL vmlinux 0x09390163 inet_release +EXPORT_SYMBOL vmlinux 0x094671b1 sk_send_sigurg +EXPORT_SYMBOL vmlinux 0x096208a3 iov_iter_get_pages2 +EXPORT_SYMBOL vmlinux 0x0966e107 __x86_indirect_call_thunk_r9 +EXPORT_SYMBOL vmlinux 0x096bf882 do_splice_direct +EXPORT_SYMBOL vmlinux 0x096d47f1 netdev_printk +EXPORT_SYMBOL vmlinux 0x09769037 dmt_modes +EXPORT_SYMBOL vmlinux 0x097af021 neigh_proc_dointvec_jiffies +EXPORT_SYMBOL vmlinux 0x097faea1 ip_frag_init +EXPORT_SYMBOL vmlinux 0x098b71c6 fb_dealloc_cmap +EXPORT_SYMBOL vmlinux 0x0998cc3c hdmi_infoframe_unpack +EXPORT_SYMBOL vmlinux 0x09a74b7c __phy_write_mmd +EXPORT_SYMBOL vmlinux 0x09aa0443 seq_escape_mem +EXPORT_SYMBOL vmlinux 0x09ad964f tcp_mtu_to_mss +EXPORT_SYMBOL vmlinux 0x09d44df9 in_lock_functions +EXPORT_SYMBOL vmlinux 0x09da0ba4 xa_set_mark +EXPORT_SYMBOL vmlinux 0x09e131c6 fifo_set_limit +EXPORT_SYMBOL vmlinux 0x09fb73d9 filemap_invalidate_lock_two +EXPORT_SYMBOL vmlinux 0x0a012f73 mb_cache_entry_touch +EXPORT_SYMBOL vmlinux 0x0a019b17 discard_new_inode +EXPORT_SYMBOL vmlinux 0x0a0ebc08 __xa_cmpxchg +EXPORT_SYMBOL vmlinux 0x0a15557d input_inject_event +EXPORT_SYMBOL vmlinux 0x0a19b956 __stack_chk_fail +EXPORT_SYMBOL vmlinux 0x0a1e8769 utf8_casefold_hash +EXPORT_SYMBOL vmlinux 0x0a262eef d_set_fallthru +EXPORT_SYMBOL vmlinux 0x0a3b8c83 netdev_upper_dev_link +EXPORT_SYMBOL vmlinux 0x0a3ca709 pci_alloc_irq_vectors_affinity +EXPORT_SYMBOL vmlinux 0x0a770832 register_memory_notifier +EXPORT_SYMBOL vmlinux 0x0a84b15d zstd_init_cctx +EXPORT_SYMBOL vmlinux 0x0a869d80 udp_read_skb +EXPORT_SYMBOL vmlinux 0x0a924d90 mmc_alloc_host +EXPORT_SYMBOL vmlinux 0x0a9ba04f srso_untrain_ret +EXPORT_SYMBOL vmlinux 0x0a9c54d3 ioc_lookup_icq +EXPORT_SYMBOL vmlinux 0x0aa309cf synchronize_hardirq +EXPORT_SYMBOL vmlinux 0x0aaccc92 pci_remap_iospace +EXPORT_SYMBOL vmlinux 0x0ab7c757 scsi_is_sdev_device +EXPORT_SYMBOL vmlinux 0x0acdc861 scsi_device_quiesce +EXPORT_SYMBOL vmlinux 0x0acf7679 dma_issue_pending_all +EXPORT_SYMBOL vmlinux 0x0ade22cd tc_setup_cb_add +EXPORT_SYMBOL vmlinux 0x0b11d6bb neigh_sysctl_register +EXPORT_SYMBOL vmlinux 0x0b19b445 ioread8 +EXPORT_SYMBOL vmlinux 0x0b1beb31 vmalloc_32_user +EXPORT_SYMBOL vmlinux 0x0b25a829 folio_end_private_2 +EXPORT_SYMBOL vmlinux 0x0b25eab4 inet6_del_protocol +EXPORT_SYMBOL vmlinux 0x0b26b8c8 acpi_run_osc +EXPORT_SYMBOL vmlinux 0x0b290ada dma_fence_chain_walk +EXPORT_SYMBOL vmlinux 0x0b2aa269 simple_recursive_removal +EXPORT_SYMBOL vmlinux 0x0b2ef5fe padata_free_shell +EXPORT_SYMBOL vmlinux 0x0b39187e blk_queue_max_segment_size +EXPORT_SYMBOL vmlinux 0x0b5c81ef simple_rename +EXPORT_SYMBOL vmlinux 0x0b637410 cr4_update_irqsoff +EXPORT_SYMBOL vmlinux 0x0b6b15d1 xfrm_unregister_type_offload +EXPORT_SYMBOL vmlinux 0x0b714686 dev_uc_add +EXPORT_SYMBOL vmlinux 0x0b742fd7 simple_strtol +EXPORT_SYMBOL vmlinux 0x0b80aa68 mpage_writepages +EXPORT_SYMBOL vmlinux 0x0b9d4eb0 padata_do_parallel +EXPORT_SYMBOL vmlinux 0x0ba0b938 vm_brk +EXPORT_SYMBOL vmlinux 0x0bc477a2 irq_set_irq_type +EXPORT_SYMBOL vmlinux 0x0bcb8f35 netdev_crit +EXPORT_SYMBOL vmlinux 0x0bcd9343 dma_fence_array_create +EXPORT_SYMBOL vmlinux 0x0bd394d8 tty_termios_baud_rate +EXPORT_SYMBOL vmlinux 0x0bd8fabf fs_param_is_u32 +EXPORT_SYMBOL vmlinux 0x0bf1289b kfree_skb_partial +EXPORT_SYMBOL vmlinux 0x0bfc1d1a check_zeroed_user +EXPORT_SYMBOL vmlinux 0x0c010223 dev_uc_del +EXPORT_SYMBOL vmlinux 0x0c146e16 cros_ec_cmd_xfer_status +EXPORT_SYMBOL vmlinux 0x0c25ec48 secure_tcpv6_seq +EXPORT_SYMBOL vmlinux 0x0c2ef143 inet6_register_protosw +EXPORT_SYMBOL vmlinux 0x0c2f724d ps2_drain +EXPORT_SYMBOL vmlinux 0x0c3690fc _raw_spin_lock_bh +EXPORT_SYMBOL vmlinux 0x0c38b62f __netdev_alloc_skb +EXPORT_SYMBOL vmlinux 0x0c500692 flow_block_cb_decref +EXPORT_SYMBOL vmlinux 0x0c575719 __cond_resched_rwlock_write +EXPORT_SYMBOL vmlinux 0x0c5967f9 blk_start_plug +EXPORT_SYMBOL vmlinux 0x0c6bdc3f vme_master_read +EXPORT_SYMBOL vmlinux 0x0c82fc19 cdrom_dummy_generic_packet +EXPORT_SYMBOL vmlinux 0x0c952266 max8925_bulk_read +EXPORT_SYMBOL vmlinux 0x0ca47ed5 ndo_dflt_fdb_dump +EXPORT_SYMBOL vmlinux 0x0ca5e561 __blk_mq_alloc_disk +EXPORT_SYMBOL vmlinux 0x0cc4aae5 unix_detach_fds +EXPORT_SYMBOL vmlinux 0x0cc4b4b6 crc_ccitt_false +EXPORT_SYMBOL vmlinux 0x0cca9261 jbd2_journal_errno +EXPORT_SYMBOL vmlinux 0x0cd0dbe5 folio_alloc +EXPORT_SYMBOL vmlinux 0x0cd5835b ipv6_flowlabel_exclusive +EXPORT_SYMBOL vmlinux 0x0cdce87c rfkill_set_hw_state_reason +EXPORT_SYMBOL vmlinux 0x0cfa051f generic_file_llseek +EXPORT_SYMBOL vmlinux 0x0d05524d mmc_is_req_done +EXPORT_SYMBOL vmlinux 0x0d07f543 get_anon_bdev +EXPORT_SYMBOL vmlinux 0x0d0a81bb dcache_readdir +EXPORT_SYMBOL vmlinux 0x0d127d12 jbd2_fc_get_buf +EXPORT_SYMBOL vmlinux 0x0d27fe29 build_skb +EXPORT_SYMBOL vmlinux 0x0d333b64 zstd_end_stream +EXPORT_SYMBOL vmlinux 0x0d542439 __ipv6_addr_type +EXPORT_SYMBOL vmlinux 0x0d769fea nf_ip6_checksum +EXPORT_SYMBOL vmlinux 0x0d91afb1 jbd2_journal_submit_inode_data_buffers +EXPORT_SYMBOL vmlinux 0x0d99675a set_security_override_from_ctx +EXPORT_SYMBOL vmlinux 0x0dabf73c md_bitmap_update_sb +EXPORT_SYMBOL vmlinux 0x0daf8df1 xfrm_state_walk_done +EXPORT_SYMBOL vmlinux 0x0de58ff4 vme_master_request +EXPORT_SYMBOL vmlinux 0x0e1175a8 kmem_cache_alloc_bulk +EXPORT_SYMBOL vmlinux 0x0e17678a siphash_4u64 +EXPORT_SYMBOL vmlinux 0x0e23b37f alloc_cpumask_var_node +EXPORT_SYMBOL vmlinux 0x0e3ad69c max8925_reg_read +EXPORT_SYMBOL vmlinux 0x0e4262c6 __siphash_unaligned +EXPORT_SYMBOL vmlinux 0x0e6d83c5 udp_ioctl +EXPORT_SYMBOL vmlinux 0x0e75d62c __tty_alloc_driver +EXPORT_SYMBOL vmlinux 0x0ea3c74e tasklet_kill +EXPORT_SYMBOL vmlinux 0x0ea593f6 hdmi_drm_infoframe_init +EXPORT_SYMBOL vmlinux 0x0eb60fdd netlink_ack +EXPORT_SYMBOL vmlinux 0x0eb6eb87 add_taint +EXPORT_SYMBOL vmlinux 0x0ebb3ab6 skb_copy_and_hash_datagram_iter +EXPORT_SYMBOL vmlinux 0x0ec5babe vme_dma_free +EXPORT_SYMBOL vmlinux 0x0ecb838f __do_once_done +EXPORT_SYMBOL vmlinux 0x0eede2a2 register_framebuffer +EXPORT_SYMBOL vmlinux 0x0ef3830e folio_add_lru +EXPORT_SYMBOL vmlinux 0x0f094e78 pci_scan_slot +EXPORT_SYMBOL vmlinux 0x0f09cc34 schedule_timeout_killable +EXPORT_SYMBOL vmlinux 0x0f162f4e rproc_da_to_va +EXPORT_SYMBOL vmlinux 0x0f16fe3b rtc_add_groups +EXPORT_SYMBOL vmlinux 0x0f1ad8e2 seq_list_start_rcu +EXPORT_SYMBOL vmlinux 0x0f200088 km_report +EXPORT_SYMBOL vmlinux 0x0f2b834e kobject_set_name +EXPORT_SYMBOL vmlinux 0x0f37ca89 lockref_put_not_zero +EXPORT_SYMBOL vmlinux 0x0f424bcc ethtool_op_get_link +EXPORT_SYMBOL vmlinux 0x0f4cfe32 tcf_idr_create_from_flags +EXPORT_SYMBOL vmlinux 0x0f630261 gen_replace_estimator +EXPORT_SYMBOL vmlinux 0x0f6b3f81 inet_csk_reset_keepalive_timer +EXPORT_SYMBOL vmlinux 0x0f86f560 kthread_delayed_work_timer_fn +EXPORT_SYMBOL vmlinux 0x0fab1ab0 hdmi_spd_infoframe_pack +EXPORT_SYMBOL vmlinux 0x0fb2f8a4 mktime64 +EXPORT_SYMBOL vmlinux 0x0fb8ef8b touchscreen_parse_properties +EXPORT_SYMBOL vmlinux 0x0fbfc3d9 input_register_handle +EXPORT_SYMBOL vmlinux 0x0fd0ce59 phy_get_eee_err +EXPORT_SYMBOL vmlinux 0x0fd902db mb_cache_entry_create +EXPORT_SYMBOL vmlinux 0x0fe2262b genphy_read_abilities +EXPORT_SYMBOL vmlinux 0x0fe4a865 vga_set_legacy_decoding +EXPORT_SYMBOL vmlinux 0x0fe73742 i2c_smbus_write_word_data +EXPORT_SYMBOL vmlinux 0x0fff5afc time64_to_tm +EXPORT_SYMBOL vmlinux 0x10017aa5 kernel_cpustat +EXPORT_SYMBOL vmlinux 0x10171adf redraw_screen +EXPORT_SYMBOL vmlinux 0x101a0fe7 skb_vlan_untag +EXPORT_SYMBOL vmlinux 0x101f9f6f netpoll_parse_options +EXPORT_SYMBOL vmlinux 0x1035c7c2 __release_region +EXPORT_SYMBOL vmlinux 0x104dbbfa call_usermodehelper_exec +EXPORT_SYMBOL vmlinux 0x1052250b readahead_expand +EXPORT_SYMBOL vmlinux 0x1057a279 bsearch +EXPORT_SYMBOL vmlinux 0x1068004b gf128mul_bbe +EXPORT_SYMBOL vmlinux 0x10700e26 scsi_remove_device +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 0x109f026a jbd2_journal_force_commit_nested +EXPORT_SYMBOL vmlinux 0x10a8cd1d devm_devfreq_unregister_notifier +EXPORT_SYMBOL vmlinux 0x10aea696 file_fdatawait_range +EXPORT_SYMBOL vmlinux 0x10baf9ab __xfrm_route_forward +EXPORT_SYMBOL vmlinux 0x10d53061 icmp_ndo_send +EXPORT_SYMBOL vmlinux 0x10d9f885 scsi_sense_desc_find +EXPORT_SYMBOL vmlinux 0x10e6f74a free_contig_range +EXPORT_SYMBOL vmlinux 0x10e717ce xfrm6_rcv_tnl +EXPORT_SYMBOL vmlinux 0x1105fba7 flow_rule_match_enc_ports +EXPORT_SYMBOL vmlinux 0x11089ac7 _ctype +EXPORT_SYMBOL vmlinux 0x11117364 xsk_clear_tx_need_wakeup +EXPORT_SYMBOL vmlinux 0x1114b522 jbd2_journal_start_commit +EXPORT_SYMBOL vmlinux 0x112b876b empty_aops +EXPORT_SYMBOL vmlinux 0x113ee4ca sock_no_listen +EXPORT_SYMBOL vmlinux 0x11447fd6 inode_sub_bytes +EXPORT_SYMBOL vmlinux 0x116c495b vme_irq_free +EXPORT_SYMBOL vmlinux 0x116cd7b5 dquot_commit_info +EXPORT_SYMBOL vmlinux 0x117093be qdisc_class_hash_init +EXPORT_SYMBOL vmlinux 0x117315ea mdiobus_scan +EXPORT_SYMBOL vmlinux 0x117d893e xsk_get_pool_from_qid +EXPORT_SYMBOL vmlinux 0x117ea8cd generic_parse_monolithic +EXPORT_SYMBOL vmlinux 0x117ffeaa blk_mq_rq_cpu +EXPORT_SYMBOL vmlinux 0x11843a50 rproc_add_carveout +EXPORT_SYMBOL vmlinux 0x11936534 tcf_exts_dump_stats +EXPORT_SYMBOL vmlinux 0x119f6675 __put_devmap_managed_page_refs +EXPORT_SYMBOL vmlinux 0x11a026e7 input_allocate_device +EXPORT_SYMBOL vmlinux 0x11aaa117 can_nice +EXPORT_SYMBOL vmlinux 0x11b6041e scsi_eh_finish_cmd +EXPORT_SYMBOL vmlinux 0x11befdba dquot_get_dqblk +EXPORT_SYMBOL vmlinux 0x11d21910 param_set_bool +EXPORT_SYMBOL vmlinux 0x11e30762 chacha_block_generic +EXPORT_SYMBOL vmlinux 0x11e7456c ip_generic_getfrag +EXPORT_SYMBOL vmlinux 0x11ee104e dquot_quota_on_mount +EXPORT_SYMBOL vmlinux 0x120a907b fbcon_update_vcs +EXPORT_SYMBOL vmlinux 0x120b336a __rb_insert_augmented +EXPORT_SYMBOL vmlinux 0x120bf7e1 request_firmware +EXPORT_SYMBOL vmlinux 0x120e43e0 remap_pfn_range +EXPORT_SYMBOL vmlinux 0x122c3a7e _printk +EXPORT_SYMBOL vmlinux 0x122cc4ea tcf_action_update_stats +EXPORT_SYMBOL vmlinux 0x124bad4d kstrtobool +EXPORT_SYMBOL vmlinux 0x127d83ea security_locked_down +EXPORT_SYMBOL vmlinux 0x1286948b alloc_anon_inode +EXPORT_SYMBOL vmlinux 0x12931fec ip6_output +EXPORT_SYMBOL vmlinux 0x12956679 phy_modify_paged +EXPORT_SYMBOL vmlinux 0x1299cb5a blkdev_issue_flush +EXPORT_SYMBOL vmlinux 0x12ab939a request_key_rcu +EXPORT_SYMBOL vmlinux 0x12be0dec blk_integrity_register +EXPORT_SYMBOL vmlinux 0x12c58ef3 acpi_bus_unregister_driver +EXPORT_SYMBOL vmlinux 0x12cabc89 siphash_2u64 +EXPORT_SYMBOL vmlinux 0x12cc51ba pci_bus_write_config_word +EXPORT_SYMBOL vmlinux 0x12d13667 netdev_has_upper_dev_all_rcu +EXPORT_SYMBOL vmlinux 0x12ea2714 unregister_md_personality +EXPORT_SYMBOL vmlinux 0x12f6f69c fb_videomode_to_var +EXPORT_SYMBOL vmlinux 0x13069fd1 skb_ext_add +EXPORT_SYMBOL vmlinux 0x130af27c devfreq_monitor_stop +EXPORT_SYMBOL vmlinux 0x130afd75 acpi_get_sleep_type_data +EXPORT_SYMBOL vmlinux 0x13110126 request_resource +EXPORT_SYMBOL vmlinux 0x131a6146 xa_clear_mark +EXPORT_SYMBOL vmlinux 0x1344d7e6 acpi_enable_gpe +EXPORT_SYMBOL vmlinux 0x136c6be8 notify_change +EXPORT_SYMBOL vmlinux 0x1389619c __max_die_per_package +EXPORT_SYMBOL vmlinux 0x13972e8b skb_copy_and_csum_bits +EXPORT_SYMBOL vmlinux 0x139c1a97 __traceiter_mmap_lock_released +EXPORT_SYMBOL vmlinux 0x139f2189 __kfifo_alloc +EXPORT_SYMBOL vmlinux 0x13bc9fb4 inet_del_protocol +EXPORT_SYMBOL vmlinux 0x13c49cc2 _copy_from_user +EXPORT_SYMBOL vmlinux 0x13c6912a sockfd_lookup +EXPORT_SYMBOL vmlinux 0x13cf0fcd d_delete +EXPORT_SYMBOL vmlinux 0x13d0adf7 __kfifo_out +EXPORT_SYMBOL vmlinux 0x13d47de1 __breadahead +EXPORT_SYMBOL vmlinux 0x13f10a8b free_inode_nonrcu +EXPORT_SYMBOL vmlinux 0x13f42152 system_entering_hibernation +EXPORT_SYMBOL vmlinux 0x13fae110 current_time +EXPORT_SYMBOL vmlinux 0x1408a37b input_register_device +EXPORT_SYMBOL vmlinux 0x141271bf acpi_dev_found +EXPORT_SYMBOL vmlinux 0x14166c16 dev_alloc_name +EXPORT_SYMBOL vmlinux 0x14360439 inode_update_time +EXPORT_SYMBOL vmlinux 0x14464d78 d_instantiate_anon +EXPORT_SYMBOL vmlinux 0x1446db17 sock_dequeue_err_skb +EXPORT_SYMBOL vmlinux 0x144bbaa0 param_get_ulong +EXPORT_SYMBOL vmlinux 0x1457b0f7 agp_copy_info +EXPORT_SYMBOL vmlinux 0x14605535 dma_fence_context_alloc +EXPORT_SYMBOL vmlinux 0x146285b1 param_set_charp +EXPORT_SYMBOL vmlinux 0x146289b7 crc16_table +EXPORT_SYMBOL vmlinux 0x14629030 fscrypt_setup_filename +EXPORT_SYMBOL vmlinux 0x1469b272 __post_watch_notification +EXPORT_SYMBOL vmlinux 0x146c493b fs_param_is_fd +EXPORT_SYMBOL vmlinux 0x148b2d9a inet_sk_rx_dst_set +EXPORT_SYMBOL vmlinux 0x1493f499 devm_arch_phys_wc_add +EXPORT_SYMBOL vmlinux 0x14a64a87 acpi_install_address_space_handler_no_reg +EXPORT_SYMBOL vmlinux 0x14ba147a dcache_dir_open +EXPORT_SYMBOL vmlinux 0x14bc6378 vme_slave_request +EXPORT_SYMBOL vmlinux 0x14bcf769 end_buffer_write_sync +EXPORT_SYMBOL vmlinux 0x14c3897f skb_headers_offset_update +EXPORT_SYMBOL vmlinux 0x14c67e3e tcp_tx_delay_enabled +EXPORT_SYMBOL vmlinux 0x14d7477f console_list_unlock +EXPORT_SYMBOL vmlinux 0x14f8dfaa blk_mq_alloc_disk_for_queue +EXPORT_SYMBOL vmlinux 0x1506dfc1 fb_is_primary_device +EXPORT_SYMBOL vmlinux 0x151a72f3 mdiobus_free +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 0x1557b2b5 netdev_adjacent_change_prepare +EXPORT_SYMBOL vmlinux 0x155f5e85 get_tree_single +EXPORT_SYMBOL vmlinux 0x15709eef mipi_dsi_dcs_set_display_on +EXPORT_SYMBOL vmlinux 0x157d0b56 bpf_map_get +EXPORT_SYMBOL vmlinux 0x15871540 dquot_scan_active +EXPORT_SYMBOL vmlinux 0x15a41d1b vmalloc_to_page +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 0x15dfdc5c blk_post_runtime_resume +EXPORT_SYMBOL vmlinux 0x15f90688 slhc_init +EXPORT_SYMBOL vmlinux 0x160fcf20 ps2_end_command +EXPORT_SYMBOL vmlinux 0x161c875f fget_raw +EXPORT_SYMBOL vmlinux 0x162630bd gro_cells_init +EXPORT_SYMBOL vmlinux 0x16280646 simple_dir_inode_operations +EXPORT_SYMBOL vmlinux 0x16286538 iowrite64be_lo_hi +EXPORT_SYMBOL vmlinux 0x162893fd hashlen_string +EXPORT_SYMBOL vmlinux 0x16301b34 wrmsrl_on_cpu +EXPORT_SYMBOL vmlinux 0x163106f6 ip6_xmit +EXPORT_SYMBOL vmlinux 0x1632bc21 kvasprintf_const +EXPORT_SYMBOL vmlinux 0x163e7d80 devfreq_get_freq_range +EXPORT_SYMBOL vmlinux 0x16421563 inode_nohighmem +EXPORT_SYMBOL vmlinux 0x1663472e __page_frag_cache_drain +EXPORT_SYMBOL vmlinux 0x1672b300 simple_setattr +EXPORT_SYMBOL vmlinux 0x167c5967 print_hex_dump +EXPORT_SYMBOL vmlinux 0x167e7f9d __get_user_1 +EXPORT_SYMBOL vmlinux 0x1683e8c5 tcp_v4_mtu_reduced +EXPORT_SYMBOL vmlinux 0x16899513 blkdev_get_by_dev +EXPORT_SYMBOL vmlinux 0x16914b85 sk_wait_data +EXPORT_SYMBOL vmlinux 0x169773b7 pci_enable_device_io +EXPORT_SYMBOL vmlinux 0x169938c1 __sysfs_match_string +EXPORT_SYMBOL vmlinux 0x169e62f5 phy_drivers_register +EXPORT_SYMBOL vmlinux 0x16a7b16f __traceiter_kmalloc +EXPORT_SYMBOL vmlinux 0x16b92487 kthread_create_on_node +EXPORT_SYMBOL vmlinux 0x16cdc340 acpi_get_table +EXPORT_SYMBOL vmlinux 0x16dee44d dma_fence_init +EXPORT_SYMBOL vmlinux 0x16e297c3 bit_wait +EXPORT_SYMBOL vmlinux 0x17029585 device_get_ethdev_address +EXPORT_SYMBOL vmlinux 0x17038a8e __getblk_gfp +EXPORT_SYMBOL vmlinux 0x170ddf79 acpi_install_notify_handler +EXPORT_SYMBOL vmlinux 0x17176b25 flow_rule_match_ipv4_addrs +EXPORT_SYMBOL vmlinux 0x171ee87b tcf_idr_cleanup +EXPORT_SYMBOL vmlinux 0x17207afa request_firmware_nowait +EXPORT_SYMBOL vmlinux 0x17255530 tty_devnum +EXPORT_SYMBOL vmlinux 0x1736f5ba ww_mutex_unlock +EXPORT_SYMBOL vmlinux 0x173c8831 skb_store_bits +EXPORT_SYMBOL vmlinux 0x1758da43 setup_new_exec +EXPORT_SYMBOL vmlinux 0x175e33fb dma_spin_lock +EXPORT_SYMBOL vmlinux 0x175e596a __scm_destroy +EXPORT_SYMBOL vmlinux 0x177a82c3 entry_untrain_ret +EXPORT_SYMBOL vmlinux 0x1787dd09 key_unlink +EXPORT_SYMBOL vmlinux 0x1797ee00 md_unregister_thread +EXPORT_SYMBOL vmlinux 0x17ba36ea param_ops_uint +EXPORT_SYMBOL vmlinux 0x17be68ca acpi_clear_event +EXPORT_SYMBOL vmlinux 0x17cde5f2 inet_csk_init_xmit_timers +EXPORT_SYMBOL vmlinux 0x17d25de3 netdev_offload_xstats_get +EXPORT_SYMBOL vmlinux 0x17dc290b dev_get_by_index_rcu +EXPORT_SYMBOL vmlinux 0x17ef01a1 hdmi_infoframe_log +EXPORT_SYMBOL vmlinux 0x17f341a0 i8042_lock_chip +EXPORT_SYMBOL vmlinux 0x17f5f43e inet_bind +EXPORT_SYMBOL vmlinux 0x17f813a9 __SCT__tp_func_kmalloc +EXPORT_SYMBOL vmlinux 0x180f4899 page_symlink +EXPORT_SYMBOL vmlinux 0x1819888d neigh_xmit +EXPORT_SYMBOL vmlinux 0x18320ea1 __dquot_alloc_space +EXPORT_SYMBOL vmlinux 0x18345b8e __bitmap_replace +EXPORT_SYMBOL vmlinux 0x183854f3 send_sig_info +EXPORT_SYMBOL vmlinux 0x184083d7 __tracepoint_write_msr +EXPORT_SYMBOL vmlinux 0x18424466 cfb_fillrect +EXPORT_SYMBOL vmlinux 0x18456ed4 __mark_inode_dirty +EXPORT_SYMBOL vmlinux 0x185d46d5 clear_user_rep_good +EXPORT_SYMBOL vmlinux 0x186c9275 ps2_command +EXPORT_SYMBOL vmlinux 0x18720744 iget_locked +EXPORT_SYMBOL vmlinux 0x18888d00 downgrade_write +EXPORT_SYMBOL vmlinux 0x188ea314 jiffies_to_timespec64 +EXPORT_SYMBOL vmlinux 0x1891e075 ipmr_rule_default +EXPORT_SYMBOL vmlinux 0x189bffdb __tracepoint_spi_transfer_stop +EXPORT_SYMBOL vmlinux 0x18b72573 register_kmmio_probe +EXPORT_SYMBOL vmlinux 0x18b9a4bd vga_switcheroo_register_handler +EXPORT_SYMBOL vmlinux 0x18ccdc9e sync_inodes_sb +EXPORT_SYMBOL vmlinux 0x18e4b6d8 mdio_driver_register +EXPORT_SYMBOL vmlinux 0x18e60984 __do_once_start +EXPORT_SYMBOL vmlinux 0x18e6666d end_buffer_read_sync +EXPORT_SYMBOL vmlinux 0x18fca0a3 elv_rb_former_request +EXPORT_SYMBOL vmlinux 0x18fd2c2d __x86_indirect_call_thunk_r13 +EXPORT_SYMBOL vmlinux 0x18ff41f0 mmc_set_data_timeout +EXPORT_SYMBOL vmlinux 0x192d6866 sg_miter_skip +EXPORT_SYMBOL vmlinux 0x192ea14f __SCT__tp_func_dma_fence_signaled +EXPORT_SYMBOL vmlinux 0x1951ea7a dev_set_mtu +EXPORT_SYMBOL vmlinux 0x1953c958 mempool_create +EXPORT_SYMBOL vmlinux 0x1965bfd9 __vlan_find_dev_deep_rcu +EXPORT_SYMBOL vmlinux 0x196809b2 __SCK__tp_func_mmap_lock_start_locking +EXPORT_SYMBOL vmlinux 0x1984d421 out_of_line_wait_on_bit +EXPORT_SYMBOL vmlinux 0x199ed0cd net_disable_timestamp +EXPORT_SYMBOL vmlinux 0x19b37c8c pci_release_region +EXPORT_SYMBOL vmlinux 0x19bd383b security_secmark_refcount_dec +EXPORT_SYMBOL vmlinux 0x19d0bdc7 vme_register_driver +EXPORT_SYMBOL vmlinux 0x19dce7ff cdrom_number_of_slots +EXPORT_SYMBOL vmlinux 0x19df99b9 acpi_finish_gpe +EXPORT_SYMBOL vmlinux 0x19dff6ca tty_insert_flip_string_flags +EXPORT_SYMBOL vmlinux 0x1a0a51d6 simple_symlink_inode_operations +EXPORT_SYMBOL vmlinux 0x1a1fbbd1 __netlink_kernel_create +EXPORT_SYMBOL vmlinux 0x1a309aab sk_filter_trim_cap +EXPORT_SYMBOL vmlinux 0x1a458b39 vfs_setpos +EXPORT_SYMBOL vmlinux 0x1a45cb6c acpi_disabled +EXPORT_SYMBOL vmlinux 0x1a5dd257 phy_driver_register +EXPORT_SYMBOL vmlinux 0x1a63af34 vga_switcheroo_process_delayed_switch +EXPORT_SYMBOL vmlinux 0x1a79c8e9 __x86_indirect_thunk_r13 +EXPORT_SYMBOL vmlinux 0x1a8a5ccf serio_unregister_driver +EXPORT_SYMBOL vmlinux 0x1a8cbb67 ipv4_dst_check +EXPORT_SYMBOL vmlinux 0x1a8f1c59 security_inode_copy_up +EXPORT_SYMBOL vmlinux 0x1a9a433c prandom_u32_state +EXPORT_SYMBOL vmlinux 0x1aa7d252 ip_route_input_noref +EXPORT_SYMBOL vmlinux 0x1aadb909 netif_device_detach +EXPORT_SYMBOL vmlinux 0x1ac2c48c phy_free_interrupt +EXPORT_SYMBOL vmlinux 0x1ac5d3cb strcspn +EXPORT_SYMBOL vmlinux 0x1ac63840 flow_block_cb_incref +EXPORT_SYMBOL vmlinux 0x1af4aaf0 scsi_track_queue_full +EXPORT_SYMBOL vmlinux 0x1afc9566 dquot_file_open +EXPORT_SYMBOL vmlinux 0x1afec53d pci_restore_state +EXPORT_SYMBOL vmlinux 0x1b015d25 bitmap_parselist +EXPORT_SYMBOL vmlinux 0x1b0a1ada phy_support_asym_pause +EXPORT_SYMBOL vmlinux 0x1b1652e7 dec_zone_page_state +EXPORT_SYMBOL vmlinux 0x1b182d6b netdev_upper_dev_unlink +EXPORT_SYMBOL vmlinux 0x1b1a7ada dquot_get_next_id +EXPORT_SYMBOL vmlinux 0x1b3772dc udp_seq_start +EXPORT_SYMBOL vmlinux 0x1b4042d3 pci_scan_root_bus_bridge +EXPORT_SYMBOL vmlinux 0x1b4c048e locks_copy_conflock +EXPORT_SYMBOL vmlinux 0x1b4e8cae tcp_recv_skb +EXPORT_SYMBOL vmlinux 0x1b51b7fc cdev_device_add +EXPORT_SYMBOL vmlinux 0x1b56914b kmem_cache_create_usercopy +EXPORT_SYMBOL vmlinux 0x1b589d8b dev_uc_unsync +EXPORT_SYMBOL vmlinux 0x1b597b7a swake_up_all +EXPORT_SYMBOL vmlinux 0x1b5cc9d8 dma_fence_array_first +EXPORT_SYMBOL vmlinux 0x1b60fbbb ping_prot +EXPORT_SYMBOL vmlinux 0x1b6314fd in_aton +EXPORT_SYMBOL vmlinux 0x1b6b589c xsk_clear_rx_need_wakeup +EXPORT_SYMBOL vmlinux 0x1b777357 rdmacg_unregister_device +EXPORT_SYMBOL vmlinux 0x1b813b62 jbd2_journal_dirty_metadata +EXPORT_SYMBOL vmlinux 0x1b8b95ad i8042_unlock_chip +EXPORT_SYMBOL vmlinux 0x1b8f068e dev_get_iflink +EXPORT_SYMBOL vmlinux 0x1b908d85 _raw_write_lock_nested +EXPORT_SYMBOL vmlinux 0x1ba59527 __kmalloc_node +EXPORT_SYMBOL vmlinux 0x1bad1938 mmc_free_host +EXPORT_SYMBOL vmlinux 0x1badbf07 kern_unmount_array +EXPORT_SYMBOL vmlinux 0x1bb1055c mipi_dsi_dcs_get_pixel_format +EXPORT_SYMBOL vmlinux 0x1bb13c1e dev_get_by_name +EXPORT_SYMBOL vmlinux 0x1bb51249 tcp_have_smc +EXPORT_SYMBOL vmlinux 0x1bc9f049 ptp_clock_event +EXPORT_SYMBOL vmlinux 0x1bd59dbe vme_free_consistent +EXPORT_SYMBOL vmlinux 0x1bdd15a1 vmf_insert_mixed +EXPORT_SYMBOL vmlinux 0x1be1b876 rproc_add +EXPORT_SYMBOL vmlinux 0x1bee8c61 phy_stop +EXPORT_SYMBOL vmlinux 0x1bf799ee super_setup_bdi_name +EXPORT_SYMBOL vmlinux 0x1bfedb33 inet6_protos +EXPORT_SYMBOL vmlinux 0x1bff7354 scsi_host_put +EXPORT_SYMBOL vmlinux 0x1c408c7d t10_pi_type1_ip +EXPORT_SYMBOL vmlinux 0x1c563aa3 pci_map_rom +EXPORT_SYMBOL vmlinux 0x1c58427f acpi_remove_notify_handler +EXPORT_SYMBOL vmlinux 0x1c7da9a1 phy_start +EXPORT_SYMBOL vmlinux 0x1c8d4c39 put_cmsg_scm_timestamping +EXPORT_SYMBOL vmlinux 0x1c8f2bf7 _dev_err +EXPORT_SYMBOL vmlinux 0x1ca527fa ioread64be_hi_lo +EXPORT_SYMBOL vmlinux 0x1cac1526 register_tcf_proto_ops +EXPORT_SYMBOL vmlinux 0x1cb11044 inetpeer_invalidate_tree +EXPORT_SYMBOL vmlinux 0x1cb22cb8 agp_generic_enable +EXPORT_SYMBOL vmlinux 0x1cbfc4ba amd_iommu_domain_enable_v2 +EXPORT_SYMBOL vmlinux 0x1cd3675f param_ops_hexint +EXPORT_SYMBOL vmlinux 0x1cd8438b pxm_to_node +EXPORT_SYMBOL vmlinux 0x1ce36dbc tty_write_room +EXPORT_SYMBOL vmlinux 0x1d07c436 dcb_ieee_getapp_prio_dscp_mask_map +EXPORT_SYMBOL vmlinux 0x1d07e365 memdup_user_nul +EXPORT_SYMBOL vmlinux 0x1d0b8027 jbd2_journal_free_reserved +EXPORT_SYMBOL vmlinux 0x1d19f77b physical_mask +EXPORT_SYMBOL vmlinux 0x1d1abdf0 acpi_get_physical_device_location +EXPORT_SYMBOL vmlinux 0x1d24c881 ___ratelimit +EXPORT_SYMBOL vmlinux 0x1d368600 tty_register_driver +EXPORT_SYMBOL vmlinux 0x1d40b6f3 idr_for_each +EXPORT_SYMBOL vmlinux 0x1d7ea3df netlink_rcv_skb +EXPORT_SYMBOL vmlinux 0x1d93ef73 udp_lib_setsockopt +EXPORT_SYMBOL vmlinux 0x1d9672bd fault_in_subpage_writeable +EXPORT_SYMBOL vmlinux 0x1daa1177 seq_release_private +EXPORT_SYMBOL vmlinux 0x1dab7957 agp_backend_acquire +EXPORT_SYMBOL vmlinux 0x1db7706b __copy_user_nocache +EXPORT_SYMBOL vmlinux 0x1db8035c phy_ethtool_set_wol +EXPORT_SYMBOL vmlinux 0x1dbfac19 devm_of_iomap +EXPORT_SYMBOL vmlinux 0x1dc6c93b lookup_user_key +EXPORT_SYMBOL vmlinux 0x1dca842f netif_set_tso_max_segs +EXPORT_SYMBOL vmlinux 0x1dd3b409 iov_iter_bvec +EXPORT_SYMBOL vmlinux 0x1dd571e6 fb_copy_cmap +EXPORT_SYMBOL vmlinux 0x1de4ccb2 get_sg_io_hdr +EXPORT_SYMBOL vmlinux 0x1df0cfc8 md_bitmap_free +EXPORT_SYMBOL vmlinux 0x1df8ef81 dev_mc_flush +EXPORT_SYMBOL vmlinux 0x1dfac8dc no_seek_end_llseek_size +EXPORT_SYMBOL vmlinux 0x1e0a0c24 mod_timer_pending +EXPORT_SYMBOL vmlinux 0x1e0cd7fe acpi_detach_data +EXPORT_SYMBOL vmlinux 0x1e20d091 vlan_uses_dev +EXPORT_SYMBOL vmlinux 0x1e29e4a6 inc_zone_page_state +EXPORT_SYMBOL vmlinux 0x1e2edcb0 tty_flip_buffer_push +EXPORT_SYMBOL vmlinux 0x1e376773 sock_cmsg_send +EXPORT_SYMBOL vmlinux 0x1e3b6dee put_cmsg_scm_timestamping64 +EXPORT_SYMBOL vmlinux 0x1e4fb703 get_tree_keyed +EXPORT_SYMBOL vmlinux 0x1e5a43ce md_bitmap_startwrite +EXPORT_SYMBOL vmlinux 0x1e6adaa0 bitmap_print_bitmask_to_buf +EXPORT_SYMBOL vmlinux 0x1e6d26a8 strstr +EXPORT_SYMBOL vmlinux 0x1e77954b kobject_add +EXPORT_SYMBOL vmlinux 0x1e7e707f validate_slab_cache +EXPORT_SYMBOL vmlinux 0x1e9edfb7 seq_hlist_start_head_rcu +EXPORT_SYMBOL vmlinux 0x1ea0c4f6 input_set_poll_interval +EXPORT_SYMBOL vmlinux 0x1eb922a3 IO_APIC_get_PCI_irq_vector +EXPORT_SYMBOL vmlinux 0x1ebe318c generic_read_dir +EXPORT_SYMBOL vmlinux 0x1ec4db82 skb_expand_head +EXPORT_SYMBOL vmlinux 0x1ed4c3c6 set_blocksize +EXPORT_SYMBOL vmlinux 0x1ed7bf37 tty_kref_put +EXPORT_SYMBOL vmlinux 0x1edb69d6 ktime_get_raw_ts64 +EXPORT_SYMBOL vmlinux 0x1ee6b6e2 dst_alloc +EXPORT_SYMBOL vmlinux 0x1ee7c765 __do_once_sleepable_done +EXPORT_SYMBOL vmlinux 0x1ee88b62 scsi_add_host_with_dma +EXPORT_SYMBOL vmlinux 0x1ee92afd sg_miter_stop +EXPORT_SYMBOL vmlinux 0x1ef3a6f6 ip_output +EXPORT_SYMBOL vmlinux 0x1efde965 skb_queue_purge +EXPORT_SYMBOL vmlinux 0x1f06e928 amd_iommu_flush_page +EXPORT_SYMBOL vmlinux 0x1f1821ae efi +EXPORT_SYMBOL vmlinux 0x1f199d24 copy_user_generic_string +EXPORT_SYMBOL vmlinux 0x1f27a8e0 vfs_iter_write +EXPORT_SYMBOL vmlinux 0x1f3079ef dup_iter +EXPORT_SYMBOL vmlinux 0x1f52fdab key_type_keyring +EXPORT_SYMBOL vmlinux 0x1f557414 gen_pool_has_addr +EXPORT_SYMBOL vmlinux 0x1f57fb6e intel_gmch_probe +EXPORT_SYMBOL vmlinux 0x1f7b622d udp_push_pending_frames +EXPORT_SYMBOL vmlinux 0x1f84dda9 iterate_dir +EXPORT_SYMBOL vmlinux 0x1f9a8d63 seg6_hmac_info_lookup +EXPORT_SYMBOL vmlinux 0x1fbd16da ip_tos2prio +EXPORT_SYMBOL vmlinux 0x1fca24b7 __skb_checksum +EXPORT_SYMBOL vmlinux 0x1fd07fff kdb_grepping_flag +EXPORT_SYMBOL vmlinux 0x1fd54ded blkdev_compat_ptr_ioctl +EXPORT_SYMBOL vmlinux 0x20000329 simple_strtoul +EXPORT_SYMBOL vmlinux 0x200b2041 in6addr_any +EXPORT_SYMBOL vmlinux 0x20319e82 kern_unmount +EXPORT_SYMBOL vmlinux 0x20459c4d open_exec +EXPORT_SYMBOL vmlinux 0x20463df4 wait_for_completion_killable +EXPORT_SYMBOL vmlinux 0x204af52f __sock_queue_rcv_skb +EXPORT_SYMBOL vmlinux 0x204c19f5 tcp_alloc_md5sig_pool +EXPORT_SYMBOL vmlinux 0x204c5067 scsi_dev_info_add_list +EXPORT_SYMBOL vmlinux 0x20514a4c ppp_unregister_compressor +EXPORT_SYMBOL vmlinux 0x205c80b9 __scsi_execute +EXPORT_SYMBOL vmlinux 0x207b373f param_ops_short +EXPORT_SYMBOL vmlinux 0x207b4704 eth_gro_complete +EXPORT_SYMBOL vmlinux 0x208d545d xp_free +EXPORT_SYMBOL vmlinux 0x209b631d pldmfw_flash_image +EXPORT_SYMBOL vmlinux 0x20a6d0ff folio_migrate_flags +EXPORT_SYMBOL vmlinux 0x20a789ac irq_set_chip_data +EXPORT_SYMBOL vmlinux 0x20abe289 bio_chain +EXPORT_SYMBOL vmlinux 0x20ba4f3e rdmsr_on_cpu +EXPORT_SYMBOL vmlinux 0x20bcbe4f blake2s_compress +EXPORT_SYMBOL vmlinux 0x20cbb30a __percpu_counter_init +EXPORT_SYMBOL vmlinux 0x20d65e40 fb_find_nearest_mode +EXPORT_SYMBOL vmlinux 0x20e28383 md_error +EXPORT_SYMBOL vmlinux 0x20eadeb6 ip_compute_csum +EXPORT_SYMBOL vmlinux 0x21058873 iw_handler_set_spy +EXPORT_SYMBOL vmlinux 0x2117bb91 vga_get +EXPORT_SYMBOL vmlinux 0x21216706 phy_suspend +EXPORT_SYMBOL vmlinux 0x21271fd0 copy_user_enhanced_fast_string +EXPORT_SYMBOL vmlinux 0x2134989a blk_mq_run_hw_queues +EXPORT_SYMBOL vmlinux 0x213a738d memregion_alloc +EXPORT_SYMBOL vmlinux 0x213e4965 ps2_is_keyboard_id +EXPORT_SYMBOL vmlinux 0x214f33ec param_get_ushort +EXPORT_SYMBOL vmlinux 0x21578363 skb_ensure_writable +EXPORT_SYMBOL vmlinux 0x216209a8 flow_rule_match_enc_control +EXPORT_SYMBOL vmlinux 0x2177bd71 acpi_disable_event +EXPORT_SYMBOL vmlinux 0x21823caf register_qdisc +EXPORT_SYMBOL vmlinux 0x2182c65e is_nd_pfn +EXPORT_SYMBOL vmlinux 0x218e600b pci_add_resource_offset +EXPORT_SYMBOL vmlinux 0x2190e7c0 nd_region_acquire_lane +EXPORT_SYMBOL vmlinux 0x219775f5 dma_resv_iter_next_unlocked +EXPORT_SYMBOL vmlinux 0x219f6d7b ipv4_mtu +EXPORT_SYMBOL vmlinux 0x21bb14cc bioset_integrity_create +EXPORT_SYMBOL vmlinux 0x21bdb523 errseq_check_and_advance +EXPORT_SYMBOL vmlinux 0x21be37e1 hdmi_avi_infoframe_check +EXPORT_SYMBOL vmlinux 0x21bf11cc __sync_dirty_buffer +EXPORT_SYMBOL vmlinux 0x21db3c46 pnp_stop_dev +EXPORT_SYMBOL vmlinux 0x21dd48a5 unix_attach_fds +EXPORT_SYMBOL vmlinux 0x21e131f5 cdrom_mode_select +EXPORT_SYMBOL vmlinux 0x21e13cb3 inet_peer_xrlim_allow +EXPORT_SYMBOL vmlinux 0x21e715b8 mdiobus_alloc_size +EXPORT_SYMBOL vmlinux 0x21ea5251 __bitmap_weight +EXPORT_SYMBOL vmlinux 0x21ef374c try_wait_for_completion +EXPORT_SYMBOL vmlinux 0x21fc4242 md_reload_sb +EXPORT_SYMBOL vmlinux 0x220ab491 jbd2_journal_put_journal_head +EXPORT_SYMBOL vmlinux 0x22113abd iget_failed +EXPORT_SYMBOL vmlinux 0x22190e91 tcf_idr_search +EXPORT_SYMBOL vmlinux 0x222e7ce2 sysfs_streq +EXPORT_SYMBOL vmlinux 0x2234ca51 acpi_match_platform_list +EXPORT_SYMBOL vmlinux 0x225e9662 elv_rb_latter_request +EXPORT_SYMBOL vmlinux 0x226e96b1 fscrypt_decrypt_pagecache_blocks +EXPORT_SYMBOL vmlinux 0x2280968f pldmfw_op_pci_match_record +EXPORT_SYMBOL vmlinux 0x228c7fe9 __blk_alloc_disk +EXPORT_SYMBOL vmlinux 0x22a1422d percpu_counter_sum_all +EXPORT_SYMBOL vmlinux 0x22b325d5 kd_mksound +EXPORT_SYMBOL vmlinux 0x22b8b994 vfs_iter_read +EXPORT_SYMBOL vmlinux 0x22bbe0cb submit_bio_wait +EXPORT_SYMBOL vmlinux 0x22c35cd3 __SCK__tp_func_module_get +EXPORT_SYMBOL vmlinux 0x22cb6eeb sk_error_report +EXPORT_SYMBOL vmlinux 0x22cff23a phy_start_cable_test +EXPORT_SYMBOL vmlinux 0x22de4931 amd_iommu_register_ga_log_notifier +EXPORT_SYMBOL vmlinux 0x22e9bc64 skb_page_frag_refill +EXPORT_SYMBOL vmlinux 0x23015456 dquot_alloc_inode +EXPORT_SYMBOL vmlinux 0x2314dec2 __free_pages +EXPORT_SYMBOL vmlinux 0x2321cb70 blk_rq_map_user_iov +EXPORT_SYMBOL vmlinux 0x2323125d __vfs_getxattr +EXPORT_SYMBOL vmlinux 0x23453e22 configfs_remove_default_groups +EXPORT_SYMBOL vmlinux 0x2349ab51 devm_request_threaded_irq +EXPORT_SYMBOL vmlinux 0x234dba27 vmap +EXPORT_SYMBOL vmlinux 0x2360a3de vme_init_bridge +EXPORT_SYMBOL vmlinux 0x2364c85a tasklet_init +EXPORT_SYMBOL vmlinux 0x237a0b5c __traceiter_dma_fence_signaled +EXPORT_SYMBOL vmlinux 0x23867eb0 set_disk_ro +EXPORT_SYMBOL vmlinux 0x238b099f mipi_dsi_packet_format_is_short +EXPORT_SYMBOL vmlinux 0x239a5e03 unregister_qdisc +EXPORT_SYMBOL vmlinux 0x23ad3f45 __destroy_inode +EXPORT_SYMBOL vmlinux 0x23b4a816 netif_receive_skb_core +EXPORT_SYMBOL vmlinux 0x23b9d6e2 mangle_path +EXPORT_SYMBOL vmlinux 0x23bd325b __tracepoint_mmap_lock_released +EXPORT_SYMBOL vmlinux 0x23cabbb1 register_sysctl_paths +EXPORT_SYMBOL vmlinux 0x23da0086 msi_desc_to_pci_dev +EXPORT_SYMBOL vmlinux 0x23daa989 mipi_dsi_create_packet +EXPORT_SYMBOL vmlinux 0x23e2ab02 ip_sock_set_mtu_discover +EXPORT_SYMBOL vmlinux 0x23f8516e nf_setsockopt +EXPORT_SYMBOL vmlinux 0x23f9938b filemap_get_folios_contig +EXPORT_SYMBOL vmlinux 0x23fb1dc1 filemap_fdatawrite_wbc +EXPORT_SYMBOL vmlinux 0x23fd3028 vmalloc_node +EXPORT_SYMBOL vmlinux 0x24004898 pci_ep_cfs_remove_epf_group +EXPORT_SYMBOL vmlinux 0x240ca826 mmc_register_driver +EXPORT_SYMBOL vmlinux 0x24158996 bio_copy_data +EXPORT_SYMBOL vmlinux 0x242b0a24 set_page_dirty_lock +EXPORT_SYMBOL vmlinux 0x242b2f19 rproc_remove_subdev +EXPORT_SYMBOL vmlinux 0x2452ed11 devm_ioport_map +EXPORT_SYMBOL vmlinux 0x2459bbcc console_set_on_cmdline +EXPORT_SYMBOL vmlinux 0x2463de4e flow_indr_dev_setup_offload +EXPORT_SYMBOL vmlinux 0x24691dc6 skb_free_datagram +EXPORT_SYMBOL vmlinux 0x24772c89 sock_init_data +EXPORT_SYMBOL vmlinux 0x2484adc3 __kfifo_to_user_r +EXPORT_SYMBOL vmlinux 0x24a0ec43 xfrm_register_type_offload +EXPORT_SYMBOL vmlinux 0x24a11e17 cpumask_any_distribute +EXPORT_SYMBOL vmlinux 0x24a48b11 call_netdevice_notifiers +EXPORT_SYMBOL vmlinux 0x24a79c27 tty_port_put +EXPORT_SYMBOL vmlinux 0x24b58fc6 security_sb_clone_mnt_opts +EXPORT_SYMBOL vmlinux 0x24bf21a4 balance_dirty_pages_ratelimited +EXPORT_SYMBOL vmlinux 0x24bfa04c try_to_free_buffers +EXPORT_SYMBOL vmlinux 0x24c7ff67 override_creds +EXPORT_SYMBOL vmlinux 0x24cbbb3d netdev_sk_get_lowest_dev +EXPORT_SYMBOL vmlinux 0x24cfad46 filemap_fdatawrite_range +EXPORT_SYMBOL vmlinux 0x24d273d1 add_timer +EXPORT_SYMBOL vmlinux 0x24d55c35 rproc_mem_entry_init +EXPORT_SYMBOL vmlinux 0x24e1b558 seg6_hmac_compute +EXPORT_SYMBOL vmlinux 0x24f68c56 xfrm_lookup_route +EXPORT_SYMBOL vmlinux 0x2505bf18 kstrtol_from_user +EXPORT_SYMBOL vmlinux 0x250cd5fc blk_queue_bounce_limit +EXPORT_SYMBOL vmlinux 0x25208009 flow_block_cb_setup_simple +EXPORT_SYMBOL vmlinux 0x2521823d i2c_smbus_write_i2c_block_data +EXPORT_SYMBOL vmlinux 0x2523132e ip_cmsg_recv_offset +EXPORT_SYMBOL vmlinux 0x252b591c ipv6_setsockopt +EXPORT_SYMBOL vmlinux 0x2546d29e tcp_sock_set_user_timeout +EXPORT_SYMBOL vmlinux 0x2546f8f7 inet6_unregister_protosw +EXPORT_SYMBOL vmlinux 0x2557f0c4 napi_complete_done +EXPORT_SYMBOL vmlinux 0x2560be22 mdio_device_reset +EXPORT_SYMBOL vmlinux 0x2560e2cd generic_delete_inode +EXPORT_SYMBOL vmlinux 0x2566204b security_binder_transfer_binder +EXPORT_SYMBOL vmlinux 0x256727d7 nd_device_notify +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 0x258e0fb5 iov_iter_gap_alignment +EXPORT_SYMBOL vmlinux 0x25974000 wait_for_completion +EXPORT_SYMBOL vmlinux 0x25986fb3 fixed_size_llseek +EXPORT_SYMBOL vmlinux 0x259cf976 phy_register_fixup_for_uid +EXPORT_SYMBOL vmlinux 0x259ebd47 security_sock_rcv_skb +EXPORT_SYMBOL vmlinux 0x25adccd4 netdev_err +EXPORT_SYMBOL vmlinux 0x25bb16b4 __ip_options_compile +EXPORT_SYMBOL vmlinux 0x25bdee11 tcp_set_rcvlowat +EXPORT_SYMBOL vmlinux 0x25c15bea fscrypt_put_encryption_info +EXPORT_SYMBOL vmlinux 0x25c89adb scsi_host_alloc +EXPORT_SYMBOL vmlinux 0x25d07f5d ether_setup +EXPORT_SYMBOL vmlinux 0x25d1b48e mdiobus_register_device +EXPORT_SYMBOL vmlinux 0x25db1577 do_trace_write_msr +EXPORT_SYMBOL vmlinux 0x25e58a09 hdmi_avi_infoframe_init +EXPORT_SYMBOL vmlinux 0x25e9d4bd resource_list_free +EXPORT_SYMBOL vmlinux 0x25f0e720 ip_sock_set_recverr +EXPORT_SYMBOL vmlinux 0x26066fc9 __skb_flow_dissect +EXPORT_SYMBOL vmlinux 0x26128060 ethtool_op_get_ts_info +EXPORT_SYMBOL vmlinux 0x263beb75 ecryptfs_get_versions +EXPORT_SYMBOL vmlinux 0x263c3152 bcmp +EXPORT_SYMBOL vmlinux 0x2643cb9b tso_build_hdr +EXPORT_SYMBOL vmlinux 0x264a365c bioset_exit +EXPORT_SYMBOL vmlinux 0x2652b287 qdisc_watchdog_init +EXPORT_SYMBOL vmlinux 0x2652c80b pci_msi_vec_count +EXPORT_SYMBOL vmlinux 0x2674d807 blk_queue_logical_block_size +EXPORT_SYMBOL vmlinux 0x2688ec10 bitmap_zalloc +EXPORT_SYMBOL vmlinux 0x26897b52 mb_cache_entry_get +EXPORT_SYMBOL vmlinux 0x2694e309 __pskb_pull_tail +EXPORT_SYMBOL vmlinux 0x26e298e0 unregister_memory_notifier +EXPORT_SYMBOL vmlinux 0x26e2a821 __tracepoint_kfree +EXPORT_SYMBOL vmlinux 0x26e349a2 pcim_enable_device +EXPORT_SYMBOL vmlinux 0x26ed10ea inet_addr_type_table +EXPORT_SYMBOL vmlinux 0x26f8f0b8 iowrite16be +EXPORT_SYMBOL vmlinux 0x26f9f79f dev_pre_changeaddr_notify +EXPORT_SYMBOL vmlinux 0x2705b649 pcim_pin_device +EXPORT_SYMBOL vmlinux 0x270cf88f dump_stack_lvl +EXPORT_SYMBOL vmlinux 0x271cba95 acpi_bus_private_data_handler +EXPORT_SYMBOL vmlinux 0x2721bbea udp_prot +EXPORT_SYMBOL vmlinux 0x272a8933 udp_memory_allocated +EXPORT_SYMBOL vmlinux 0x2733eaf7 scsi_dev_info_list_add_keyed +EXPORT_SYMBOL vmlinux 0x27448ec7 inode_init_owner +EXPORT_SYMBOL vmlinux 0x27475a4d md_set_array_sectors +EXPORT_SYMBOL vmlinux 0x27479d14 param_free_charp +EXPORT_SYMBOL vmlinux 0x275f3d49 hdmi_vendor_infoframe_check +EXPORT_SYMBOL vmlinux 0x27756bc8 scsi_sanitize_inquiry_string +EXPORT_SYMBOL vmlinux 0x27810361 acpi_os_wait_events_complete +EXPORT_SYMBOL vmlinux 0x2782b393 xfrm_state_walk_init +EXPORT_SYMBOL vmlinux 0x27864d57 memparse +EXPORT_SYMBOL vmlinux 0x278a289a d_instantiate_new +EXPORT_SYMBOL vmlinux 0x27b672ba sk_mc_loop +EXPORT_SYMBOL vmlinux 0x27bbf221 disable_irq_nosync +EXPORT_SYMBOL vmlinux 0x27cb4b88 pci_disable_link_state_locked +EXPORT_SYMBOL vmlinux 0x27cdca93 pci_add_resource +EXPORT_SYMBOL vmlinux 0x27d23d96 dma_find_channel +EXPORT_SYMBOL vmlinux 0x27d55aea softnet_data +EXPORT_SYMBOL vmlinux 0x27d94a89 unregister_netdevice_notifier_dev_net +EXPORT_SYMBOL vmlinux 0x27ee26b0 neigh_table_clear +EXPORT_SYMBOL vmlinux 0x281823c5 __kfifo_out_peek +EXPORT_SYMBOL vmlinux 0x282222b6 tcf_em_tree_destroy +EXPORT_SYMBOL vmlinux 0x2824236e generic_file_fsync +EXPORT_SYMBOL vmlinux 0x28256e2f vfs_link +EXPORT_SYMBOL vmlinux 0x283b771e param_set_hexint +EXPORT_SYMBOL vmlinux 0x28487fc0 agp_generic_free_gatt_table +EXPORT_SYMBOL vmlinux 0x284faa6b __x86_indirect_thunk_r11 +EXPORT_SYMBOL vmlinux 0x2856e63c skb_copy_expand +EXPORT_SYMBOL vmlinux 0x2875a315 utf32_to_utf8 +EXPORT_SYMBOL vmlinux 0x28850885 fscrypt_ioctl_get_policy +EXPORT_SYMBOL vmlinux 0x289771bb commit_creds +EXPORT_SYMBOL vmlinux 0x28abb5af iov_iter_alignment +EXPORT_SYMBOL vmlinux 0x28be2c51 __check_sticky +EXPORT_SYMBOL vmlinux 0x28c39ea0 audit_log_start +EXPORT_SYMBOL vmlinux 0x28d1e8da proc_mkdir +EXPORT_SYMBOL vmlinux 0x28d401de phy_ethtool_get_wol +EXPORT_SYMBOL vmlinux 0x28e09af1 iosf_mbi_available +EXPORT_SYMBOL vmlinux 0x28f5e3ba max8998_read_reg +EXPORT_SYMBOL vmlinux 0x28f94604 __ubsan_handle_builtin_unreachable +EXPORT_SYMBOL vmlinux 0x28fb0e21 gnet_stats_copy_basic +EXPORT_SYMBOL vmlinux 0x29117367 get_fs_type +EXPORT_SYMBOL vmlinux 0x291d0032 security_binder_set_context_mgr +EXPORT_SYMBOL vmlinux 0x29265fb3 rtnetlink_put_metrics +EXPORT_SYMBOL vmlinux 0x29332499 __x86_indirect_thunk_rsi +EXPORT_SYMBOL vmlinux 0x293af348 cdev_alloc +EXPORT_SYMBOL vmlinux 0x29604158 napi_busy_loop +EXPORT_SYMBOL vmlinux 0x29678940 backlight_device_register +EXPORT_SYMBOL vmlinux 0x296b8bbf __kfifo_dma_in_prepare +EXPORT_SYMBOL vmlinux 0x2975facb unlock_page +EXPORT_SYMBOL vmlinux 0x297c8a7d dma_fence_allocate_private_stub +EXPORT_SYMBOL vmlinux 0x2989487b nla_append +EXPORT_SYMBOL vmlinux 0x299daf4e nf_ct_attach +EXPORT_SYMBOL vmlinux 0x29ab48d1 napi_disable +EXPORT_SYMBOL vmlinux 0x29ad8e33 x86_hyper_type +EXPORT_SYMBOL vmlinux 0x29c51c30 flow_block_cb_priv +EXPORT_SYMBOL vmlinux 0x29cb4354 dev_get_by_name_rcu +EXPORT_SYMBOL vmlinux 0x29d40351 ip_options_rcv_srr +EXPORT_SYMBOL vmlinux 0x29ddc6be register_shrinker +EXPORT_SYMBOL vmlinux 0x29e1e204 hdmi_audio_infoframe_pack +EXPORT_SYMBOL vmlinux 0x29e4eab1 __traceiter_module_get +EXPORT_SYMBOL vmlinux 0x29ee4703 dquot_destroy +EXPORT_SYMBOL vmlinux 0x29f5f2e5 wireless_send_event +EXPORT_SYMBOL vmlinux 0x2a2c8d52 phy_get_internal_delay +EXPORT_SYMBOL vmlinux 0x2a303d4d check_signature +EXPORT_SYMBOL vmlinux 0x2a4f0849 phy_ethtool_nway_reset +EXPORT_SYMBOL vmlinux 0x2a4f16e5 skb_split +EXPORT_SYMBOL vmlinux 0x2a51e2e6 pci_iomap_range +EXPORT_SYMBOL vmlinux 0x2a59e2b4 pm8606_osc_enable +EXPORT_SYMBOL vmlinux 0x2a6a5aac sockopt_capable +EXPORT_SYMBOL vmlinux 0x2a6fa0d0 __SCT__tp_func_module_get +EXPORT_SYMBOL vmlinux 0x2a85b203 cpumask_any_and_distribute +EXPORT_SYMBOL vmlinux 0x2a8e551d blk_set_stacking_limits +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 0x2aa63de0 skb_clone +EXPORT_SYMBOL vmlinux 0x2aabcdc8 vmalloc_array +EXPORT_SYMBOL vmlinux 0x2acb4eaf __x86_indirect_call_thunk_r11 +EXPORT_SYMBOL vmlinux 0x2accbc36 vfs_tmpfile_open +EXPORT_SYMBOL vmlinux 0x2ae1d75e fput +EXPORT_SYMBOL vmlinux 0x2aec7a87 vme_new_dma_list +EXPORT_SYMBOL vmlinux 0x2b1596e7 mipi_dsi_dcs_set_pixel_format +EXPORT_SYMBOL vmlinux 0x2b2597d9 mmc_release_host +EXPORT_SYMBOL vmlinux 0x2b292980 consume_skb +EXPORT_SYMBOL vmlinux 0x2b34cda0 page_get_link +EXPORT_SYMBOL vmlinux 0x2b4e0396 sock_set_mark +EXPORT_SYMBOL vmlinux 0x2b593aa8 gen_pool_alloc_algo_owner +EXPORT_SYMBOL vmlinux 0x2b637779 netdev_bonding_info_change +EXPORT_SYMBOL vmlinux 0x2b6f0962 __cpu_dying_mask +EXPORT_SYMBOL vmlinux 0x2b9da7a4 genl_lock +EXPORT_SYMBOL vmlinux 0x2ba05151 dquot_alloc +EXPORT_SYMBOL vmlinux 0x2bae204e mt_find +EXPORT_SYMBOL vmlinux 0x2bb6099e dq_data_lock +EXPORT_SYMBOL vmlinux 0x2bb7c05d __x86_indirect_call_thunk_rsi +EXPORT_SYMBOL vmlinux 0x2bb8a906 __generic_file_fsync +EXPORT_SYMBOL vmlinux 0x2bbc8e99 inode_owner_or_capable +EXPORT_SYMBOL vmlinux 0x2bc3a3f2 __sk_mem_schedule +EXPORT_SYMBOL vmlinux 0x2bc92e10 devm_register_reboot_notifier +EXPORT_SYMBOL vmlinux 0x2bc93c22 reuseport_migrate_sock +EXPORT_SYMBOL vmlinux 0x2bd60ab9 acpi_reset +EXPORT_SYMBOL vmlinux 0x2c002ac0 tcp_sendmsg +EXPORT_SYMBOL vmlinux 0x2c199429 __dev_set_mtu +EXPORT_SYMBOL vmlinux 0x2c256e1f input_scancode_to_scalar +EXPORT_SYMBOL vmlinux 0x2c2f2fce cros_ec_cmd_xfer +EXPORT_SYMBOL vmlinux 0x2c438847 agp_free_memory +EXPORT_SYMBOL vmlinux 0x2c529247 vfs_parse_fs_string +EXPORT_SYMBOL vmlinux 0x2c541e7b radix_tree_next_chunk +EXPORT_SYMBOL vmlinux 0x2c5816f1 mdiobus_unregister +EXPORT_SYMBOL vmlinux 0x2c6276db netdev_set_num_tc +EXPORT_SYMBOL vmlinux 0x2c68162b ppp_register_net_channel +EXPORT_SYMBOL vmlinux 0x2c6b8ee6 start_tty +EXPORT_SYMBOL vmlinux 0x2c71fbfb proc_dobool +EXPORT_SYMBOL vmlinux 0x2c82c36a security_secmark_relabel_packet +EXPORT_SYMBOL vmlinux 0x2c98c191 devfreq_unregister_notifier +EXPORT_SYMBOL vmlinux 0x2c9f1d40 key_invalidate +EXPORT_SYMBOL vmlinux 0x2caf63d1 topology_phys_to_logical_die +EXPORT_SYMBOL vmlinux 0x2cb2c0b1 jbd2_journal_wipe +EXPORT_SYMBOL vmlinux 0x2cbfd0e7 fwnode_phy_find_device +EXPORT_SYMBOL vmlinux 0x2cc34a80 tc_setup_cb_destroy +EXPORT_SYMBOL vmlinux 0x2ccd059a dim_on_top +EXPORT_SYMBOL vmlinux 0x2cdf87a1 proc_dointvec_minmax +EXPORT_SYMBOL vmlinux 0x2cf0c910 sg_init_table +EXPORT_SYMBOL vmlinux 0x2cf56265 __dynamic_pr_debug +EXPORT_SYMBOL vmlinux 0x2cff6417 mark_buffer_dirty +EXPORT_SYMBOL vmlinux 0x2d140a58 genl_unlock +EXPORT_SYMBOL vmlinux 0x2d1bc921 xfrm_find_acq_byseq +EXPORT_SYMBOL vmlinux 0x2d1df0ce d_rehash +EXPORT_SYMBOL vmlinux 0x2d30596c from_kqid_munged +EXPORT_SYMBOL vmlinux 0x2d3385d3 system_wq +EXPORT_SYMBOL vmlinux 0x2d39b0a7 kstrdup +EXPORT_SYMBOL vmlinux 0x2d473336 blackhole_netdev +EXPORT_SYMBOL vmlinux 0x2d4c773a hdmi_spd_infoframe_init +EXPORT_SYMBOL vmlinux 0x2d4daef5 find_font +EXPORT_SYMBOL vmlinux 0x2d5c0b9e crypto_sha512_finup +EXPORT_SYMBOL vmlinux 0x2d75d7b1 make_bad_inode +EXPORT_SYMBOL vmlinux 0x2d912bca dmi_get_bios_year +EXPORT_SYMBOL vmlinux 0x2d994605 security_inode_copy_up_xattr +EXPORT_SYMBOL vmlinux 0x2dc4e51b netdev_alert +EXPORT_SYMBOL vmlinux 0x2dc66719 __skb_gso_segment +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 0x2df814da set_pages_uc +EXPORT_SYMBOL vmlinux 0x2e030011 inet_sendpage +EXPORT_SYMBOL vmlinux 0x2e05a034 security_sctp_sk_clone +EXPORT_SYMBOL vmlinux 0x2e0b1deb dma_fence_get_status +EXPORT_SYMBOL vmlinux 0x2e0ca484 agp_generic_remove_memory +EXPORT_SYMBOL vmlinux 0x2e12cfd7 dquot_get_next_dqblk +EXPORT_SYMBOL vmlinux 0x2e1ca751 clk_put +EXPORT_SYMBOL vmlinux 0x2e2b40d2 strncat +EXPORT_SYMBOL vmlinux 0x2e3bcce2 wait_for_completion_interruptible +EXPORT_SYMBOL vmlinux 0x2e439142 drm_get_panel_orientation_quirk +EXPORT_SYMBOL vmlinux 0x2e514ca7 blk_mq_stop_hw_queues +EXPORT_SYMBOL vmlinux 0x2e52342c ppp_input_error +EXPORT_SYMBOL vmlinux 0x2e5db603 netif_carrier_on +EXPORT_SYMBOL vmlinux 0x2e5fe036 __skb_ext_put +EXPORT_SYMBOL vmlinux 0x2e612aee blk_rq_map_kern +EXPORT_SYMBOL vmlinux 0x2e7f856c xfrm_dst_ifdown +EXPORT_SYMBOL vmlinux 0x2e92467f xen_free_ballooned_pages +EXPORT_SYMBOL vmlinux 0x2eb3a563 fs_param_is_s32 +EXPORT_SYMBOL vmlinux 0x2ec6bba0 errseq_set +EXPORT_SYMBOL vmlinux 0x2ed3e7e1 mipi_dsi_dcs_set_tear_on +EXPORT_SYMBOL vmlinux 0x2edd9a19 jbd2_journal_force_commit +EXPORT_SYMBOL vmlinux 0x2ee180d0 dcb_ieee_setapp +EXPORT_SYMBOL vmlinux 0x2ee4c2b1 hdmi_avi_infoframe_pack_only +EXPORT_SYMBOL vmlinux 0x2ee82589 set_pages_wb +EXPORT_SYMBOL vmlinux 0x2ef00f0c d_obtain_alias +EXPORT_SYMBOL vmlinux 0x2ef098cb scsi_alloc_sgtables +EXPORT_SYMBOL vmlinux 0x2ef6990d xfrm_spd_getinfo +EXPORT_SYMBOL vmlinux 0x2f03fc4b security_secmark_refcount_inc +EXPORT_SYMBOL vmlinux 0x2f1c15e2 config_group_find_item +EXPORT_SYMBOL vmlinux 0x2f2e91b2 security_ib_alloc_security +EXPORT_SYMBOL vmlinux 0x2f32482f path_is_mountpoint +EXPORT_SYMBOL vmlinux 0x2f357d78 devm_devfreq_register_opp_notifier +EXPORT_SYMBOL vmlinux 0x2f36a938 serial8250_do_set_termios +EXPORT_SYMBOL vmlinux 0x2f36a964 mfd_add_devices +EXPORT_SYMBOL vmlinux 0x2f384db3 acpi_is_video_device +EXPORT_SYMBOL vmlinux 0x2f41d851 serio_bus +EXPORT_SYMBOL vmlinux 0x2f5d06b4 skb_eth_pop +EXPORT_SYMBOL vmlinux 0x2f7754a8 dma_pool_free +EXPORT_SYMBOL vmlinux 0x2f90588d scm_fp_dup +EXPORT_SYMBOL vmlinux 0x2fa5b1df pci_bus_find_capability +EXPORT_SYMBOL vmlinux 0x2fb15b4e tcp_ioctl +EXPORT_SYMBOL vmlinux 0x2fc992ef vm_insert_page +EXPORT_SYMBOL vmlinux 0x2fcef4b1 jbd2_fc_release_bufs +EXPORT_SYMBOL vmlinux 0x2fded7d4 tty_insert_flip_string_fixed_flag +EXPORT_SYMBOL vmlinux 0x2fe252cc unregister_inet6addr_notifier +EXPORT_SYMBOL vmlinux 0x2ff887f8 __hw_addr_unsync_dev +EXPORT_SYMBOL vmlinux 0x2ff94ea0 iov_iter_init +EXPORT_SYMBOL vmlinux 0x301304c2 __get_user_nocheck_8 +EXPORT_SYMBOL vmlinux 0x30159f5c devm_get_clk_from_child +EXPORT_SYMBOL vmlinux 0x301fc653 bdev_end_io_acct +EXPORT_SYMBOL vmlinux 0x302784b6 fwnode_irq_get +EXPORT_SYMBOL vmlinux 0x305a916c __x86_indirect_thunk_rdi +EXPORT_SYMBOL vmlinux 0x305e2ede devm_pci_remap_cfg_resource +EXPORT_SYMBOL vmlinux 0x3068af9b mmc_add_host +EXPORT_SYMBOL vmlinux 0x30841430 dma_mmap_attrs +EXPORT_SYMBOL vmlinux 0x3096be16 names_cachep +EXPORT_SYMBOL vmlinux 0x30a80826 __kfifo_from_user +EXPORT_SYMBOL vmlinux 0x30acfde9 hsiphash_2u32 +EXPORT_SYMBOL vmlinux 0x30ad31a5 dump_skip +EXPORT_SYMBOL vmlinux 0x30d7b8a5 jbd2_wait_inode_data +EXPORT_SYMBOL vmlinux 0x30dd0d30 dmaengine_get_unmap_data +EXPORT_SYMBOL vmlinux 0x30e539cf put_ipc_ns +EXPORT_SYMBOL vmlinux 0x30fd11b1 file_write_and_wait_range +EXPORT_SYMBOL vmlinux 0x30fe3331 __tcf_em_tree_match +EXPORT_SYMBOL vmlinux 0x31000c7a twl6040_get_vibralr_status +EXPORT_SYMBOL vmlinux 0x3125690b key_revoke +EXPORT_SYMBOL vmlinux 0x3126a9e8 siphash_1u64 +EXPORT_SYMBOL vmlinux 0x312d0cde iget5_locked +EXPORT_SYMBOL vmlinux 0x312d1f2a pcie_capability_write_word +EXPORT_SYMBOL vmlinux 0x312ed932 verify_spi_info +EXPORT_SYMBOL vmlinux 0x313da79c arp_tbl +EXPORT_SYMBOL vmlinux 0x314b86ca __traceiter_mmap_lock_start_locking +EXPORT_SYMBOL vmlinux 0x314c5eec eisa_driver_register +EXPORT_SYMBOL vmlinux 0x31549b2a __x86_indirect_thunk_r10 +EXPORT_SYMBOL vmlinux 0x31621ce3 __break_lease +EXPORT_SYMBOL vmlinux 0x317574ed genphy_handle_interrupt_no_ack +EXPORT_SYMBOL vmlinux 0x3176526f dquot_claim_space_nodirty +EXPORT_SYMBOL vmlinux 0x31898142 skb_add_rx_frag +EXPORT_SYMBOL vmlinux 0x319d493d proc_dostring +EXPORT_SYMBOL vmlinux 0x319ea788 phy_ethtool_ksettings_get +EXPORT_SYMBOL vmlinux 0x31a24367 netif_set_real_num_queues +EXPORT_SYMBOL vmlinux 0x31b44d48 fs_bio_set +EXPORT_SYMBOL vmlinux 0x31bcd981 tcp_shutdown +EXPORT_SYMBOL vmlinux 0x31de55de arp_xmit +EXPORT_SYMBOL vmlinux 0x31ed4a94 generic_write_checks_count +EXPORT_SYMBOL vmlinux 0x31fcaf0a devfreq_monitor_suspend +EXPORT_SYMBOL vmlinux 0x3213f038 mutex_unlock +EXPORT_SYMBOL vmlinux 0x3217cd95 cros_ec_get_next_event +EXPORT_SYMBOL vmlinux 0x3218078e pm860x_page_bulk_read +EXPORT_SYMBOL vmlinux 0x3221df67 __bitmap_subset +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 0x32a09593 scsi_scan_host +EXPORT_SYMBOL vmlinux 0x32a46955 has_capability +EXPORT_SYMBOL vmlinux 0x32a551ed copy_string_kernel +EXPORT_SYMBOL vmlinux 0x32b5f979 inet_frag_destroy +EXPORT_SYMBOL vmlinux 0x32ca871f qdisc_create_dflt +EXPORT_SYMBOL vmlinux 0x32cd8c8e tcf_qevent_handle +EXPORT_SYMBOL vmlinux 0x32ce3777 radix_tree_preload +EXPORT_SYMBOL vmlinux 0x32d4d5a4 filemap_get_folios +EXPORT_SYMBOL vmlinux 0x32d5bb63 padata_set_cpumask +EXPORT_SYMBOL vmlinux 0x32d7800f flow_rule_match_vlan +EXPORT_SYMBOL vmlinux 0x32de75a8 __x86_indirect_call_thunk_rdi +EXPORT_SYMBOL vmlinux 0x32df0d48 fault_in_iov_iter_readable +EXPORT_SYMBOL vmlinux 0x32e518c3 nd_btt_version +EXPORT_SYMBOL vmlinux 0x32e6f1a0 acpi_video_backlight_string +EXPORT_SYMBOL vmlinux 0x32e8cfea mtree_load +EXPORT_SYMBOL vmlinux 0x32f38835 pci_fixup_cardbus +EXPORT_SYMBOL vmlinux 0x32f3ff39 pci_setup_cardbus +EXPORT_SYMBOL vmlinux 0x32ff6b12 _dev_emerg +EXPORT_SYMBOL vmlinux 0x33069dba inet_sk_set_state +EXPORT_SYMBOL vmlinux 0x331fdc17 __mmc_claim_host +EXPORT_SYMBOL vmlinux 0x3324ef3b acpi_set_firmware_waking_vector +EXPORT_SYMBOL vmlinux 0x3327b532 qdisc_hash_del +EXPORT_SYMBOL vmlinux 0x332cb265 nf_log_bind_pf +EXPORT_SYMBOL vmlinux 0x33312393 napi_build_skb +EXPORT_SYMBOL vmlinux 0x3334e182 vfs_rmdir +EXPORT_SYMBOL vmlinux 0x3355560d jbd2_transaction_committed +EXPORT_SYMBOL vmlinux 0x33628a3d __SCK__tp_func_read_msr +EXPORT_SYMBOL vmlinux 0x3369ea44 mtree_insert_range +EXPORT_SYMBOL vmlinux 0x336d6a77 dev_mc_add +EXPORT_SYMBOL vmlinux 0x336ed1f7 blk_integrity_unregister +EXPORT_SYMBOL vmlinux 0x33736a1d __genradix_ptr_alloc +EXPORT_SYMBOL vmlinux 0x33888af2 scsi_test_unit_ready +EXPORT_SYMBOL vmlinux 0x339ef660 kmem_cache_alloc_node +EXPORT_SYMBOL vmlinux 0x33a54805 __SCK__tp_func_spi_transfer_stop +EXPORT_SYMBOL vmlinux 0x33b84f74 copy_page +EXPORT_SYMBOL vmlinux 0x33bf79d5 xfrm_state_delete_tunnel +EXPORT_SYMBOL vmlinux 0x33d07fee __x86_indirect_call_thunk_r10 +EXPORT_SYMBOL vmlinux 0x33e083c4 udp_poll +EXPORT_SYMBOL vmlinux 0x33e6b25e del_gendisk +EXPORT_SYMBOL vmlinux 0x33f0768c cpufreq_quick_get_max +EXPORT_SYMBOL vmlinux 0x33f2480e __traceiter_kmem_cache_alloc +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 0x340d5814 pnp_device_detach +EXPORT_SYMBOL vmlinux 0x340f7989 ww_mutex_lock +EXPORT_SYMBOL vmlinux 0x341d2adb inet6_offloads +EXPORT_SYMBOL vmlinux 0x341d2ed2 dev_mc_del +EXPORT_SYMBOL vmlinux 0x341d39a2 debugfs_create_automount +EXPORT_SYMBOL vmlinux 0x342030c9 agp_generic_type_to_mask_type +EXPORT_SYMBOL vmlinux 0x3424daf8 __traceiter_dma_fence_enable_signal +EXPORT_SYMBOL vmlinux 0x3441445f msrs_free +EXPORT_SYMBOL vmlinux 0x34558342 new_inode +EXPORT_SYMBOL vmlinux 0x34871d3d dec_node_page_state +EXPORT_SYMBOL vmlinux 0x3489859f acpi_enter_sleep_state_s4bios +EXPORT_SYMBOL vmlinux 0x34983b0f configfs_depend_item_unlocked +EXPORT_SYMBOL vmlinux 0x349cba85 strchr +EXPORT_SYMBOL vmlinux 0x34a1f7e3 acpi_processor_get_psd +EXPORT_SYMBOL vmlinux 0x34a3f14d gnet_stats_start_copy +EXPORT_SYMBOL vmlinux 0x34b40b9d add_to_page_cache_lru +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 0x34f39cbf mini_qdisc_pair_swap +EXPORT_SYMBOL vmlinux 0x34f89363 acpi_terminate_debugger +EXPORT_SYMBOL vmlinux 0x3503f535 ip_tunnel_header_ops +EXPORT_SYMBOL vmlinux 0x350ea558 dma_fence_default_wait +EXPORT_SYMBOL vmlinux 0x3517383e register_reboot_notifier +EXPORT_SYMBOL vmlinux 0x3517c178 d_alloc_parallel +EXPORT_SYMBOL vmlinux 0x3539f11b match_strlcpy +EXPORT_SYMBOL vmlinux 0x354909ff tcf_block_put +EXPORT_SYMBOL vmlinux 0x354b4a1e acpi_ut_trace +EXPORT_SYMBOL vmlinux 0x35553552 tcp_rtx_synack +EXPORT_SYMBOL vmlinux 0x355b855c tcp_sock_set_cork +EXPORT_SYMBOL vmlinux 0x356461c8 rtc_time64_to_tm +EXPORT_SYMBOL vmlinux 0x356e2547 pci_release_selected_regions +EXPORT_SYMBOL vmlinux 0x3582d634 bio_put +EXPORT_SYMBOL vmlinux 0x35a88f28 zlib_inflateInit2 +EXPORT_SYMBOL vmlinux 0x35a9eba3 max8998_update_reg +EXPORT_SYMBOL vmlinux 0x35b0ee08 vme_lm_request +EXPORT_SYMBOL vmlinux 0x35b5b3bc xp_raw_get_dma +EXPORT_SYMBOL vmlinux 0x35bc8e10 rt_mutex_base_init +EXPORT_SYMBOL vmlinux 0x35bdc817 mdiobus_read_nested +EXPORT_SYMBOL vmlinux 0x35c75b7c param_set_short +EXPORT_SYMBOL vmlinux 0x35d2b521 fasync_helper +EXPORT_SYMBOL vmlinux 0x35e35a63 seg6_hmac_validate_skb +EXPORT_SYMBOL vmlinux 0x35ee2bb9 arch_debugfs_dir +EXPORT_SYMBOL vmlinux 0x3604d9d9 scsi_register_interface +EXPORT_SYMBOL vmlinux 0x3609860e blk_mq_destroy_queue +EXPORT_SYMBOL vmlinux 0x360b1afe probe_irq_mask +EXPORT_SYMBOL vmlinux 0x362234f9 unmap_mapping_range +EXPORT_SYMBOL vmlinux 0x3622ece6 xsk_uses_need_wakeup +EXPORT_SYMBOL vmlinux 0x3634a22f i2c_get_adapter +EXPORT_SYMBOL vmlinux 0x363770e3 netdev_update_features +EXPORT_SYMBOL vmlinux 0x364850b1 down_write_killable +EXPORT_SYMBOL vmlinux 0x364af50b netdev_notify_peers +EXPORT_SYMBOL vmlinux 0x364c23ad mutex_is_locked +EXPORT_SYMBOL vmlinux 0x364c86dc dquot_reclaim_space_nodirty +EXPORT_SYMBOL vmlinux 0x365acda7 set_normalized_timespec64 +EXPORT_SYMBOL vmlinux 0x365e7911 kstrdup_const +EXPORT_SYMBOL vmlinux 0x36747ec4 blkdev_issue_secure_erase +EXPORT_SYMBOL vmlinux 0x36800e49 from_kprojid +EXPORT_SYMBOL vmlinux 0x3686fef8 pci_ep_cfs_remove_epc_group +EXPORT_SYMBOL vmlinux 0x368a0869 nla_put_64bit +EXPORT_SYMBOL vmlinux 0x3690e3b1 ata_scsi_cmd_error_handler +EXPORT_SYMBOL vmlinux 0x36922b6d jbd2_journal_start +EXPORT_SYMBOL vmlinux 0x369cbcfd mr_dump +EXPORT_SYMBOL vmlinux 0x369f59fd acpi_dev_hid_uid_match +EXPORT_SYMBOL vmlinux 0x36a0ed8f rproc_free +EXPORT_SYMBOL vmlinux 0x36a54eab vm_map_ram +EXPORT_SYMBOL vmlinux 0x36b6ebbf down_killable +EXPORT_SYMBOL vmlinux 0x36d53bf3 bdi_alloc +EXPORT_SYMBOL vmlinux 0x36deef1a fd_install +EXPORT_SYMBOL vmlinux 0x36ea6d0d scsi_print_sense +EXPORT_SYMBOL vmlinux 0x36fa682f dm_table_run_md_queue_async +EXPORT_SYMBOL vmlinux 0x37071fb2 pcix_set_mmrbc +EXPORT_SYMBOL vmlinux 0x37110088 remove_wait_queue +EXPORT_SYMBOL vmlinux 0x3719b54f inet_frag_reasm_prepare +EXPORT_SYMBOL vmlinux 0x371e1953 __printk_cpu_sync_wait +EXPORT_SYMBOL vmlinux 0x37255d09 nf_unregister_sockopt +EXPORT_SYMBOL vmlinux 0x3730b4c5 ndo_dflt_fdb_add +EXPORT_SYMBOL vmlinux 0x374313a1 ipv6_find_hdr +EXPORT_SYMBOL vmlinux 0x3744cf36 vmalloc_to_pfn +EXPORT_SYMBOL vmlinux 0x37454869 mmc_erase +EXPORT_SYMBOL vmlinux 0x3755f990 gf128mul_init_64k_bbe +EXPORT_SYMBOL vmlinux 0x375f110e gro_find_complete_by_type +EXPORT_SYMBOL vmlinux 0x377d8004 acpi_error +EXPORT_SYMBOL vmlinux 0x37833d49 param_get_charp +EXPORT_SYMBOL vmlinux 0x378c0964 tty_unregister_driver +EXPORT_SYMBOL vmlinux 0x379f5bc0 tty_unregister_device +EXPORT_SYMBOL vmlinux 0x37a18df6 input_alloc_absinfo +EXPORT_SYMBOL vmlinux 0x37abf42b devm_clk_hw_register_clkdev +EXPORT_SYMBOL vmlinux 0x37b4ab46 xfrm4_rcv_encap +EXPORT_SYMBOL vmlinux 0x37b809ab dma_alloc_attrs +EXPORT_SYMBOL vmlinux 0x37b8b39e screen_info +EXPORT_SYMBOL vmlinux 0x37befc70 jiffies_to_msecs +EXPORT_SYMBOL vmlinux 0x37c7ac7b mmc_wait_for_req +EXPORT_SYMBOL vmlinux 0x37cf9946 md_wakeup_thread +EXPORT_SYMBOL vmlinux 0x37d2f365 sock_no_sendpage +EXPORT_SYMBOL vmlinux 0x37db8f19 dmi_get_date +EXPORT_SYMBOL vmlinux 0x37e674f6 fscrypt_decrypt_bio +EXPORT_SYMBOL vmlinux 0x37ee8758 acpi_bus_register_driver +EXPORT_SYMBOL vmlinux 0x37f887f7 xfrm_dev_policy_flush +EXPORT_SYMBOL vmlinux 0x38161b38 vme_unregister_driver +EXPORT_SYMBOL vmlinux 0x381a798a setup_max_cpus +EXPORT_SYMBOL vmlinux 0x381d7b8f rtnl_unicast +EXPORT_SYMBOL vmlinux 0x38258d5d netdev_has_upper_dev +EXPORT_SYMBOL vmlinux 0x38368876 tcp_get_md5sig_pool +EXPORT_SYMBOL vmlinux 0x383af3b8 pci_ep_cfs_add_epc_group +EXPORT_SYMBOL vmlinux 0x3851875a rproc_elf_find_loaded_rsc_table +EXPORT_SYMBOL vmlinux 0x3854774b kstrtoll +EXPORT_SYMBOL vmlinux 0x38593c63 pm860x_page_reg_write +EXPORT_SYMBOL vmlinux 0x38869d88 kstat +EXPORT_SYMBOL vmlinux 0x388aa3c9 neigh_proc_dointvec_ms_jiffies +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 0x38bef119 ip_sock_set_freebind +EXPORT_SYMBOL vmlinux 0x38d79699 tty_port_carrier_raised +EXPORT_SYMBOL vmlinux 0x38e46431 mempool_exit +EXPORT_SYMBOL vmlinux 0x38e876ab agp_bind_memory +EXPORT_SYMBOL vmlinux 0x38ea1c36 dquot_initialize_needed +EXPORT_SYMBOL vmlinux 0x3903d6ec tcf_exts_change +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 0x39360706 acpi_processor_notify_smm +EXPORT_SYMBOL vmlinux 0x3939f8f0 rfkill_pause_polling +EXPORT_SYMBOL vmlinux 0x39461d6a in_egroup_p +EXPORT_SYMBOL vmlinux 0x394a1e11 phy_sfp_attach +EXPORT_SYMBOL vmlinux 0x394c04ed security_inode_invalidate_secctx +EXPORT_SYMBOL vmlinux 0x3955fcf6 __kfifo_in_r +EXPORT_SYMBOL vmlinux 0x39615717 ipv6_sock_mc_join +EXPORT_SYMBOL vmlinux 0x39991865 icmp_global_allow +EXPORT_SYMBOL vmlinux 0x399ad043 __kfifo_dma_out_finish_r +EXPORT_SYMBOL vmlinux 0x399e4b88 km_policy_notify +EXPORT_SYMBOL vmlinux 0x39b12223 __acpi_handle_debug +EXPORT_SYMBOL vmlinux 0x39c74235 dm_read_arg_group +EXPORT_SYMBOL vmlinux 0x39d95ca4 zstd_reset_cstream +EXPORT_SYMBOL vmlinux 0x39e3c030 do_trace_read_msr +EXPORT_SYMBOL vmlinux 0x39f17967 simple_empty +EXPORT_SYMBOL vmlinux 0x39f7c45f truncate_inode_pages_range +EXPORT_SYMBOL vmlinux 0x3a08475f platform_thermal_notify +EXPORT_SYMBOL vmlinux 0x3a099605 __get_user_nocheck_4 +EXPORT_SYMBOL vmlinux 0x3a0b6091 trace_raw_output_prep +EXPORT_SYMBOL vmlinux 0x3a102993 skb_tx_error +EXPORT_SYMBOL vmlinux 0x3a1edf2d blk_rq_map_user +EXPORT_SYMBOL vmlinux 0x3a269d73 sock_recv_errqueue +EXPORT_SYMBOL vmlinux 0x3a2d1dfa rdmsr_safe_regs_on_cpu +EXPORT_SYMBOL vmlinux 0x3a3511b8 tcp_md5_do_add +EXPORT_SYMBOL vmlinux 0x3a4f9d28 rng_is_initialized +EXPORT_SYMBOL vmlinux 0x3a63c71e fb_find_mode +EXPORT_SYMBOL vmlinux 0x3a7a40f7 retire_super +EXPORT_SYMBOL vmlinux 0x3a8fdcdd flow_rule_match_pppoe +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 0x3ae34aeb zstd_init_dctx +EXPORT_SYMBOL vmlinux 0x3afab16a phy_init_eee +EXPORT_SYMBOL vmlinux 0x3afb6b58 _copy_from_iter +EXPORT_SYMBOL vmlinux 0x3aff3200 acpi_evaluate_object_typed +EXPORT_SYMBOL vmlinux 0x3b029f48 acpi_install_fixed_event_handler +EXPORT_SYMBOL vmlinux 0x3b20fb95 dma_fence_remove_callback +EXPORT_SYMBOL vmlinux 0x3b28ece8 security_inode_init_security +EXPORT_SYMBOL vmlinux 0x3b321462 LZ4_setStreamDecode +EXPORT_SYMBOL vmlinux 0x3b40afda vfs_dedupe_file_range +EXPORT_SYMBOL vmlinux 0x3b644591 __bitmap_shift_left +EXPORT_SYMBOL vmlinux 0x3b64b73b vga_remove_vgacon +EXPORT_SYMBOL vmlinux 0x3b6c41ea kstrtouint +EXPORT_SYMBOL vmlinux 0x3b72f08d preempt_schedule_notrace_thunk +EXPORT_SYMBOL vmlinux 0x3b83610f cpu_sibling_map +EXPORT_SYMBOL vmlinux 0x3b8ce139 pcie_get_width_cap +EXPORT_SYMBOL vmlinux 0x3b9144c9 acpi_get_current_resources +EXPORT_SYMBOL vmlinux 0x3ba10227 tc_setup_offload_action +EXPORT_SYMBOL vmlinux 0x3bb76dfe phy_do_ioctl_running +EXPORT_SYMBOL vmlinux 0x3bb9c344 xfrm6_rcv_spi +EXPORT_SYMBOL vmlinux 0x3bc05872 ipmi_platform_add +EXPORT_SYMBOL vmlinux 0x3be556fd rawv6_mh_filter_unregister +EXPORT_SYMBOL vmlinux 0x3be981f0 phy_remove_link_mode +EXPORT_SYMBOL vmlinux 0x3c185c61 page_put_link +EXPORT_SYMBOL vmlinux 0x3c380e07 tcf_idr_check_alloc +EXPORT_SYMBOL vmlinux 0x3c3fce39 __local_bh_enable_ip +EXPORT_SYMBOL vmlinux 0x3c3ff9fd sprintf +EXPORT_SYMBOL vmlinux 0x3c427f67 cpu_die_map +EXPORT_SYMBOL vmlinux 0x3c952fd5 irq_domain_set_info +EXPORT_SYMBOL vmlinux 0x3cb23db3 console_srcu_read_unlock +EXPORT_SYMBOL vmlinux 0x3cbb940b zstd_init_dstream +EXPORT_SYMBOL vmlinux 0x3cc51578 vfs_fsync_range +EXPORT_SYMBOL vmlinux 0x3ce4ca6f disable_irq +EXPORT_SYMBOL vmlinux 0x3ce9c457 seq_bprintf +EXPORT_SYMBOL vmlinux 0x3d00bc6a pagecache_isize_extended +EXPORT_SYMBOL vmlinux 0x3d02cd70 dma_fence_signal_locked +EXPORT_SYMBOL vmlinux 0x3d114e42 memory_cgrp_subsys +EXPORT_SYMBOL vmlinux 0x3d200a1f scsi_dma_map +EXPORT_SYMBOL vmlinux 0x3d210724 gen_pool_dma_zalloc_align +EXPORT_SYMBOL vmlinux 0x3d30d7bf xfrm_unregister_type +EXPORT_SYMBOL vmlinux 0x3d344379 __dev_get_by_index +EXPORT_SYMBOL vmlinux 0x3d38d3ec __blkdev_issue_zeroout +EXPORT_SYMBOL vmlinux 0x3d41b3da try_to_writeback_inodes_sb +EXPORT_SYMBOL vmlinux 0x3d610b8f t10_pi_type3_crc +EXPORT_SYMBOL vmlinux 0x3d6bbdf3 keyring_alloc +EXPORT_SYMBOL vmlinux 0x3d897aef key_put +EXPORT_SYMBOL vmlinux 0x3da171f9 pci_mem_start +EXPORT_SYMBOL vmlinux 0x3da2e65f generic_file_write_iter +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 0x3db91d19 rproc_get_by_phandle +EXPORT_SYMBOL vmlinux 0x3dc619d3 swake_up_locked +EXPORT_SYMBOL vmlinux 0x3dcb88a0 irq_set_handler_data +EXPORT_SYMBOL vmlinux 0x3dd08d54 dm_table_event +EXPORT_SYMBOL vmlinux 0x3dd42b9d tcp_conn_request +EXPORT_SYMBOL vmlinux 0x3dd9b230 proc_dointvec_userhz_jiffies +EXPORT_SYMBOL vmlinux 0x3ddc6c04 x86_bios_cpu_apicid +EXPORT_SYMBOL vmlinux 0x3de3e6df tcp_md5_hash_skb_data +EXPORT_SYMBOL vmlinux 0x3dfb86b9 resource_list_create_entry +EXPORT_SYMBOL vmlinux 0x3dfc897c seq_hlist_start_head +EXPORT_SYMBOL vmlinux 0x3e004815 __put_user_ns +EXPORT_SYMBOL vmlinux 0x3e0e0afa vfs_ioctl +EXPORT_SYMBOL vmlinux 0x3e1bb928 blk_mq_alloc_request +EXPORT_SYMBOL vmlinux 0x3e3bad0a __tasklet_hi_schedule +EXPORT_SYMBOL vmlinux 0x3e52020f input_open_device +EXPORT_SYMBOL vmlinux 0x3e9293a8 tcp_check_req +EXPORT_SYMBOL vmlinux 0x3ea38399 bio_alloc_bioset +EXPORT_SYMBOL vmlinux 0x3ea887bd xfrm_input +EXPORT_SYMBOL vmlinux 0x3ec8d003 unix_get_socket +EXPORT_SYMBOL vmlinux 0x3eccbe2c __find_nth_bit +EXPORT_SYMBOL vmlinux 0x3ecedd57 param_ops_long +EXPORT_SYMBOL vmlinux 0x3ecf4c2c tcf_exts_terse_dump +EXPORT_SYMBOL vmlinux 0x3ed1b702 __sk_receive_skb +EXPORT_SYMBOL vmlinux 0x3ed2e911 __phy_resume +EXPORT_SYMBOL vmlinux 0x3ee0994b d_alloc_anon +EXPORT_SYMBOL vmlinux 0x3eec7e78 mdio_device_remove +EXPORT_SYMBOL vmlinux 0x3ef39f95 bio_integrity_prep +EXPORT_SYMBOL vmlinux 0x3ef456b0 dev_add_pack +EXPORT_SYMBOL vmlinux 0x3efd6754 acpi_dev_get_first_match_dev +EXPORT_SYMBOL vmlinux 0x3efe1703 phy_unregister_fixup_for_id +EXPORT_SYMBOL vmlinux 0x3f0597d9 capable_wrt_inode_uidgid +EXPORT_SYMBOL vmlinux 0x3f0eabd2 xxh64_update +EXPORT_SYMBOL vmlinux 0x3f22ca17 sock_i_ino +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 0x3f6f3ef5 devm_ioport_unmap +EXPORT_SYMBOL vmlinux 0x3f89071b security_ib_pkey_access +EXPORT_SYMBOL vmlinux 0x3f98b7b5 inode_set_bytes +EXPORT_SYMBOL vmlinux 0x3f9c19a3 xfrm_policy_alloc +EXPORT_SYMBOL vmlinux 0x3fa56845 pci_fixup_device +EXPORT_SYMBOL vmlinux 0x3fb0e70d generic_pipe_buf_get +EXPORT_SYMBOL vmlinux 0x3fbf3c89 vme_slave_set +EXPORT_SYMBOL vmlinux 0x3fcda333 scsi_register_driver +EXPORT_SYMBOL vmlinux 0x3fcdfc7b udp_pre_connect +EXPORT_SYMBOL vmlinux 0x3fce3498 vfs_fsync +EXPORT_SYMBOL vmlinux 0x3fd78f3b register_chrdev_region +EXPORT_SYMBOL vmlinux 0x3fdacd06 mdiobus_write +EXPORT_SYMBOL vmlinux 0x3fe2ccbe memweight +EXPORT_SYMBOL vmlinux 0x4000877f phy_ethtool_get_strings +EXPORT_SYMBOL vmlinux 0x400de121 security_socket_socketpair +EXPORT_SYMBOL vmlinux 0x40235c98 _raw_write_unlock +EXPORT_SYMBOL vmlinux 0x4023f4d3 unpin_user_pages +EXPORT_SYMBOL vmlinux 0x402d44e7 devm_pci_remap_iospace +EXPORT_SYMBOL vmlinux 0x40378ed4 vc_cons +EXPORT_SYMBOL vmlinux 0x403d2986 blk_queue_flag_clear +EXPORT_SYMBOL vmlinux 0x4055a920 acpi_remove_fixed_event_handler +EXPORT_SYMBOL vmlinux 0x4055f9b5 qdisc_class_hash_grow +EXPORT_SYMBOL vmlinux 0x405759e3 mmc_retune_pause +EXPORT_SYMBOL vmlinux 0x4081c2c6 input_set_timestamp +EXPORT_SYMBOL vmlinux 0x40821378 dma_resv_reserve_fences +EXPORT_SYMBOL vmlinux 0x408714ee mipi_dsi_dcs_nop +EXPORT_SYMBOL vmlinux 0x408ba15c fib_notifier_ops_register +EXPORT_SYMBOL vmlinux 0x40973662 sysctl_udp_mem +EXPORT_SYMBOL vmlinux 0x40a5a4bb d_hash_and_lookup +EXPORT_SYMBOL vmlinux 0x40a62432 __nla_validate +EXPORT_SYMBOL vmlinux 0x40a9b349 vzalloc +EXPORT_SYMBOL vmlinux 0x40bd167c tcp_v4_do_rcv +EXPORT_SYMBOL vmlinux 0x40bd67b9 set_user_nice +EXPORT_SYMBOL vmlinux 0x40be842a is_acpi_device_node +EXPORT_SYMBOL vmlinux 0x40bf9bb2 pci_get_domain_bus_and_slot +EXPORT_SYMBOL vmlinux 0x40c2abeb skb_copy_header +EXPORT_SYMBOL vmlinux 0x40c5b898 kern_path_create +EXPORT_SYMBOL vmlinux 0x40c7247c si_meminfo +EXPORT_SYMBOL vmlinux 0x40d04664 console_trylock +EXPORT_SYMBOL vmlinux 0x40d59096 unregister_restart_handler +EXPORT_SYMBOL vmlinux 0x40df49bd phy_connect_direct +EXPORT_SYMBOL vmlinux 0x40edcf42 pci_enable_link_state +EXPORT_SYMBOL vmlinux 0x40f70292 skb_try_coalesce +EXPORT_SYMBOL vmlinux 0x40f76a86 __vcalloc +EXPORT_SYMBOL vmlinux 0x40f88b66 udp_gro_complete +EXPORT_SYMBOL vmlinux 0x40fe0625 phy_attached_info +EXPORT_SYMBOL vmlinux 0x410c2708 nf_ct_get_tuple_skb +EXPORT_SYMBOL vmlinux 0x410fe4e9 register_nexthop_notifier +EXPORT_SYMBOL vmlinux 0x412f893c page_offline_begin +EXPORT_SYMBOL vmlinux 0x41482d8b strndup_user +EXPORT_SYMBOL vmlinux 0x414e0584 __ethtool_get_link_ksettings +EXPORT_SYMBOL vmlinux 0x415c8705 ptp_find_pin_unlocked +EXPORT_SYMBOL vmlinux 0x41605bd7 cont_write_begin +EXPORT_SYMBOL vmlinux 0x4188d439 neigh_rand_reach_time +EXPORT_SYMBOL vmlinux 0x41946e77 inet_get_local_port_range +EXPORT_SYMBOL vmlinux 0x41a30bef mtree_store_range +EXPORT_SYMBOL vmlinux 0x41a4553b generic_pipe_buf_try_steal +EXPORT_SYMBOL vmlinux 0x41a70f23 blk_put_queue +EXPORT_SYMBOL vmlinux 0x41aa0927 rw_verify_area +EXPORT_SYMBOL vmlinux 0x41be6fdb unlock_new_inode +EXPORT_SYMBOL vmlinux 0x41bed8bf find_vma_intersection +EXPORT_SYMBOL vmlinux 0x41dc30ea truncate_inode_pages +EXPORT_SYMBOL vmlinux 0x41ed3709 get_random_bytes +EXPORT_SYMBOL vmlinux 0x41efdeaf radix_tree_lookup_slot +EXPORT_SYMBOL vmlinux 0x41f6d11b rdmacg_try_charge +EXPORT_SYMBOL vmlinux 0x41f95658 __tracepoint_mmap_lock_acquire_returned +EXPORT_SYMBOL vmlinux 0x422c121e xfrm4_udp_encap_rcv +EXPORT_SYMBOL vmlinux 0x4248ae3c single_task_running +EXPORT_SYMBOL vmlinux 0x424d3620 zlib_inflateIncomp +EXPORT_SYMBOL vmlinux 0x42578e80 acpi_get_type +EXPORT_SYMBOL vmlinux 0x425906aa twl6030_mmc_card_detect +EXPORT_SYMBOL vmlinux 0x426b580d serial8250_set_isa_configurator +EXPORT_SYMBOL vmlinux 0x42726034 dst_cow_metrics_generic +EXPORT_SYMBOL vmlinux 0x427c3118 regset_get +EXPORT_SYMBOL vmlinux 0x427e6368 pci_bus_read_config_word +EXPORT_SYMBOL vmlinux 0x429117eb napi_get_frags +EXPORT_SYMBOL vmlinux 0x42bb5e8d netif_receive_skb +EXPORT_SYMBOL vmlinux 0x42bed8d4 unix_gc_lock +EXPORT_SYMBOL vmlinux 0x42bfe003 sock_kmalloc +EXPORT_SYMBOL vmlinux 0x42f1b900 fb_pad_unaligned_buffer +EXPORT_SYMBOL vmlinux 0x42fa93c3 clocksource_unregister +EXPORT_SYMBOL vmlinux 0x43011367 rtnl_kfree_skbs +EXPORT_SYMBOL vmlinux 0x4302d0eb free_pages +EXPORT_SYMBOL vmlinux 0x43115cf4 make_kgid +EXPORT_SYMBOL vmlinux 0x432861b1 mr_rtm_dumproute +EXPORT_SYMBOL vmlinux 0x4336fcca ucs2_as_utf8 +EXPORT_SYMBOL vmlinux 0x433cabfb acpi_decode_pld_buffer +EXPORT_SYMBOL vmlinux 0x4351577a fb_parse_edid +EXPORT_SYMBOL vmlinux 0x43762f94 blk_finish_plug +EXPORT_SYMBOL vmlinux 0x437a0d6d __sock_tx_timestamp +EXPORT_SYMBOL vmlinux 0x437f9be6 locks_delete_block +EXPORT_SYMBOL vmlinux 0x4381dede pnp_request_card_device +EXPORT_SYMBOL vmlinux 0x438610bd security_tun_dev_alloc_security +EXPORT_SYMBOL vmlinux 0x438c635d phy_attach_direct +EXPORT_SYMBOL vmlinux 0x4394fc22 tcp_initialize_rcv_mss +EXPORT_SYMBOL vmlinux 0x439b53fa take_dentry_name_snapshot +EXPORT_SYMBOL vmlinux 0x439d1cc7 security_old_inode_init_security +EXPORT_SYMBOL vmlinux 0x43b0c9c3 preempt_schedule +EXPORT_SYMBOL vmlinux 0x43b2d4dd i2c_transfer_buffer_flags +EXPORT_SYMBOL vmlinux 0x43babd19 sg_init_one +EXPORT_SYMBOL vmlinux 0x43beaa09 kmem_cache_alloc_lru +EXPORT_SYMBOL vmlinux 0x43d22fb9 groups_alloc +EXPORT_SYMBOL vmlinux 0x43d6a7ee fc_mount +EXPORT_SYMBOL vmlinux 0x43f9ebc8 slhc_remember +EXPORT_SYMBOL vmlinux 0x440023a6 ndisc_mc_map +EXPORT_SYMBOL vmlinux 0x4401f9b5 unregister_cdrom +EXPORT_SYMBOL vmlinux 0x44071605 flow_rule_alloc +EXPORT_SYMBOL vmlinux 0x442aefa3 inet_recvmsg +EXPORT_SYMBOL vmlinux 0x44414ff2 iosf_mbi_unblock_punit_i2c_access +EXPORT_SYMBOL vmlinux 0x44469a76 crc_ccitt_false_table +EXPORT_SYMBOL vmlinux 0x4462d35e cpufreq_get_hw_max_freq +EXPORT_SYMBOL vmlinux 0x446480b8 pcie_capability_read_word +EXPORT_SYMBOL vmlinux 0x4464e9cd phy_read_paged +EXPORT_SYMBOL vmlinux 0x4466d1c5 i2c_smbus_read_block_data +EXPORT_SYMBOL vmlinux 0x44705547 inode_init_always +EXPORT_SYMBOL vmlinux 0x448090ee inet_rtx_syn_ack +EXPORT_SYMBOL vmlinux 0x44827eef unregister_tcf_proto_ops +EXPORT_SYMBOL vmlinux 0x4489c3c3 sock_no_shutdown +EXPORT_SYMBOL vmlinux 0x44902cff acpi_enable_event +EXPORT_SYMBOL vmlinux 0x44984437 pcim_iomap_table +EXPORT_SYMBOL vmlinux 0x449ad0a7 memcmp +EXPORT_SYMBOL vmlinux 0x44a6e90a irq_cpu_rmap_add +EXPORT_SYMBOL vmlinux 0x44aaf30f tsc_khz +EXPORT_SYMBOL vmlinux 0x44c836cd param_get_byte +EXPORT_SYMBOL vmlinux 0x44cee83b uart_update_timeout +EXPORT_SYMBOL vmlinux 0x44d2a657 finalize_exec +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 0x4514cbe2 bdi_unregister +EXPORT_SYMBOL vmlinux 0x45230f2f mptcp_subflow_reqsk_alloc +EXPORT_SYMBOL vmlinux 0x452ba683 ipv6_ext_hdr +EXPORT_SYMBOL vmlinux 0x452c8f20 __fput_sync +EXPORT_SYMBOL vmlinux 0x452e953f convert_art_to_tsc +EXPORT_SYMBOL vmlinux 0x453c8403 pci_msi_enabled +EXPORT_SYMBOL vmlinux 0x45535485 xxh32_update +EXPORT_SYMBOL vmlinux 0x456874bf posix_acl_from_xattr +EXPORT_SYMBOL vmlinux 0x4578f528 __kfifo_to_user +EXPORT_SYMBOL vmlinux 0x45931ced ppp_register_channel +EXPORT_SYMBOL vmlinux 0x4599a38c inet_frag_pull_head +EXPORT_SYMBOL vmlinux 0x459c374d configfs_undepend_item +EXPORT_SYMBOL vmlinux 0x459ce256 ipv6_sock_mc_drop +EXPORT_SYMBOL vmlinux 0x45a70824 dma_resv_add_fence +EXPORT_SYMBOL vmlinux 0x45aaa32b agp_generic_alloc_page +EXPORT_SYMBOL vmlinux 0x45cbb52b simple_get_link +EXPORT_SYMBOL vmlinux 0x45d246da node_to_cpumask_map +EXPORT_SYMBOL vmlinux 0x45dc39c2 tty_port_close +EXPORT_SYMBOL vmlinux 0x45e4b906 input_copy_abs +EXPORT_SYMBOL vmlinux 0x45e8d7b5 native_write_cr0 +EXPORT_SYMBOL vmlinux 0x45ef9818 fwnode_mdio_find_device +EXPORT_SYMBOL vmlinux 0x45fc19d2 retbleed_untrain_ret +EXPORT_SYMBOL vmlinux 0x460c2ae5 iw_handler_get_thrspy +EXPORT_SYMBOL vmlinux 0x460f4a34 flow_hash_from_keys +EXPORT_SYMBOL vmlinux 0x4624255f fb_firmware_edid +EXPORT_SYMBOL vmlinux 0x46451cee zstd_get_frame_header +EXPORT_SYMBOL vmlinux 0x465e24ff ucs2_utf8size +EXPORT_SYMBOL vmlinux 0x466251e8 dma_unmap_page_attrs +EXPORT_SYMBOL vmlinux 0x466c14a7 __delay +EXPORT_SYMBOL vmlinux 0x4676818a secpath_set +EXPORT_SYMBOL vmlinux 0x467df16d netdev_rss_key_fill +EXPORT_SYMBOL vmlinux 0x468490ee truncate_pagecache +EXPORT_SYMBOL vmlinux 0x468ae3e4 pcie_get_speed_cap +EXPORT_SYMBOL vmlinux 0x4693e51d lookup_one_positive_unlocked +EXPORT_SYMBOL vmlinux 0x4698de0f security_inode_getsecctx +EXPORT_SYMBOL vmlinux 0x469a6ec7 tcp_parse_md5sig_option +EXPORT_SYMBOL vmlinux 0x46bb022a pci_read_config_word +EXPORT_SYMBOL vmlinux 0x46bf2752 pci_find_parent_resource +EXPORT_SYMBOL vmlinux 0x46c47fb6 __node_distance +EXPORT_SYMBOL vmlinux 0x46c98dde sync_blockdev +EXPORT_SYMBOL vmlinux 0x46cf10eb cachemode2protval +EXPORT_SYMBOL vmlinux 0x46d5acd2 ip_queue_xmit +EXPORT_SYMBOL vmlinux 0x46e34356 netdev_offload_xstats_enabled +EXPORT_SYMBOL vmlinux 0x47108923 tcp_v4_destroy_sock +EXPORT_SYMBOL vmlinux 0x47140039 page_pool_destroy +EXPORT_SYMBOL vmlinux 0x4715a909 acpi_load_table +EXPORT_SYMBOL vmlinux 0x47275147 mfd_cell_enable +EXPORT_SYMBOL vmlinux 0x47312d73 eth_header +EXPORT_SYMBOL vmlinux 0x4740b3bc xen_arch_unregister_cpu +EXPORT_SYMBOL vmlinux 0x474a315f vmf_insert_pfn_prot +EXPORT_SYMBOL vmlinux 0x47502395 dma_sync_wait +EXPORT_SYMBOL vmlinux 0x475393cd nf_register_net_hook +EXPORT_SYMBOL vmlinux 0x475dd780 simple_unlink +EXPORT_SYMBOL vmlinux 0x47612b32 input_unregister_handler +EXPORT_SYMBOL vmlinux 0x476d381c __dynamic_netdev_dbg +EXPORT_SYMBOL vmlinux 0x47709e42 free_anon_bdev +EXPORT_SYMBOL vmlinux 0x477a3042 dma_get_sgtable_attrs +EXPORT_SYMBOL vmlinux 0x4785a032 eisa_bus_type +EXPORT_SYMBOL vmlinux 0x47960bc4 proc_do_large_bitmap +EXPORT_SYMBOL vmlinux 0x47a018d5 d_move +EXPORT_SYMBOL vmlinux 0x47b5b4c4 keyring_clear +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 0x47dcf82d inet_pton_with_scope +EXPORT_SYMBOL vmlinux 0x47e035d5 xfrm_replay_seqhi +EXPORT_SYMBOL vmlinux 0x47e11b85 sock_wmalloc +EXPORT_SYMBOL vmlinux 0x47f6ce5a __xfrm_state_destroy +EXPORT_SYMBOL vmlinux 0x47fd5c35 inc_nlink +EXPORT_SYMBOL vmlinux 0x47fea2cd gnet_stats_copy_app +EXPORT_SYMBOL vmlinux 0x480c9c76 pcie_set_mps +EXPORT_SYMBOL vmlinux 0x4810593e xfrm_sad_getinfo +EXPORT_SYMBOL vmlinux 0x48112d76 _raw_read_lock_irq +EXPORT_SYMBOL vmlinux 0x481438f2 nf_log_unbind_pf +EXPORT_SYMBOL vmlinux 0x481814c4 mb_cache_entry_find_next +EXPORT_SYMBOL vmlinux 0x48193639 acpi_lid_open +EXPORT_SYMBOL vmlinux 0x4824c7bc filemap_map_pages +EXPORT_SYMBOL vmlinux 0x4829cf6b fscrypt_enqueue_decrypt_work +EXPORT_SYMBOL vmlinux 0x4841bdee strnchr +EXPORT_SYMBOL vmlinux 0x484631b9 pci_prepare_to_sleep +EXPORT_SYMBOL vmlinux 0x4848cfb1 phy_mipi_dphy_get_default_config +EXPORT_SYMBOL vmlinux 0x484b669a pci_iomap +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 0x4868862f find_inode_by_ino_rcu +EXPORT_SYMBOL vmlinux 0x487713e2 __mod_node_page_state +EXPORT_SYMBOL vmlinux 0x488089e8 I_BDEV +EXPORT_SYMBOL vmlinux 0x489f6e0b rdma_dim +EXPORT_SYMBOL vmlinux 0x48a91171 string_get_size +EXPORT_SYMBOL vmlinux 0x48abe427 __module_put_and_kthread_exit +EXPORT_SYMBOL vmlinux 0x48b99a13 vme_lm_free +EXPORT_SYMBOL vmlinux 0x48baa575 folio_wait_bit_killable +EXPORT_SYMBOL vmlinux 0x48bf4472 __dec_zone_page_state +EXPORT_SYMBOL vmlinux 0x48c093fb _atomic_dec_and_lock_irqsave +EXPORT_SYMBOL vmlinux 0x48d05711 scsi_device_set_state +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 0x48d54ca9 invalidate_inode_buffers +EXPORT_SYMBOL vmlinux 0x48d88a2c __SCT__preempt_schedule +EXPORT_SYMBOL vmlinux 0x48f40b32 __tty_insert_flip_char +EXPORT_SYMBOL vmlinux 0x48f821f0 __serio_register_driver +EXPORT_SYMBOL vmlinux 0x48ffbb87 mtree_alloc_range +EXPORT_SYMBOL vmlinux 0x49045426 icmp_err_convert +EXPORT_SYMBOL vmlinux 0x4913ce17 mmc_gpiod_request_cd +EXPORT_SYMBOL vmlinux 0x491ea66c fscrypt_fname_disk_to_usr +EXPORT_SYMBOL vmlinux 0x4922a2da tcp_sock_set_keepintvl +EXPORT_SYMBOL vmlinux 0x494e3393 vm_get_page_prot +EXPORT_SYMBOL vmlinux 0x49517f83 trace_event_printf +EXPORT_SYMBOL vmlinux 0x495e378d __pv_queued_spin_lock_slowpath +EXPORT_SYMBOL vmlinux 0x4966c918 pci_iounmap +EXPORT_SYMBOL vmlinux 0x4967e79f radix_tree_iter_resume +EXPORT_SYMBOL vmlinux 0x496a67b0 tcp_md5_key_copy +EXPORT_SYMBOL vmlinux 0x4977c498 stack_depot_get_extra_bits +EXPORT_SYMBOL vmlinux 0x499ca7ba file_open_root +EXPORT_SYMBOL vmlinux 0x499f0ecf nd_sb_checksum +EXPORT_SYMBOL vmlinux 0x49b163b8 acpi_bus_scan +EXPORT_SYMBOL vmlinux 0x49bbc1d9 vga_switcheroo_init_domain_pm_ops +EXPORT_SYMBOL vmlinux 0x49c9f718 jbd2_fc_end_commit_fallback +EXPORT_SYMBOL vmlinux 0x49d1e65f jbd2__journal_restart +EXPORT_SYMBOL vmlinux 0x49dffe7e __sk_mem_reclaim +EXPORT_SYMBOL vmlinux 0x49e2456f ipv6_dev_mc_dec +EXPORT_SYMBOL vmlinux 0x49e76d0b inet_stream_connect +EXPORT_SYMBOL vmlinux 0x4a16bb72 sock_create +EXPORT_SYMBOL vmlinux 0x4a1aa2d9 fib_notifier_ops_unregister +EXPORT_SYMBOL vmlinux 0x4a208901 xsk_tx_peek_release_desc_batch +EXPORT_SYMBOL vmlinux 0x4a26fb8a pci_release_regions +EXPORT_SYMBOL vmlinux 0x4a37ecb3 param_set_dyndbg_classes +EXPORT_SYMBOL vmlinux 0x4a3ad70e wait_for_completion_timeout +EXPORT_SYMBOL vmlinux 0x4a449259 nvdimm_namespace_common_probe +EXPORT_SYMBOL vmlinux 0x4a453f53 iowrite32 +EXPORT_SYMBOL vmlinux 0x4a5abaa8 dma_pool_create +EXPORT_SYMBOL vmlinux 0x4a783d02 device_get_mac_address +EXPORT_SYMBOL vmlinux 0x4a96a8eb xxh32_digest +EXPORT_SYMBOL vmlinux 0x4a983df3 tcf_em_tree_dump +EXPORT_SYMBOL vmlinux 0x4ab87881 dev_getfirstbyhwtype +EXPORT_SYMBOL vmlinux 0x4abb7d10 cpu_rmap_update +EXPORT_SYMBOL vmlinux 0x4acedfc2 xp_can_alloc +EXPORT_SYMBOL vmlinux 0x4ad0f073 d_instantiate +EXPORT_SYMBOL vmlinux 0x4adb859b i2c_smbus_read_word_data +EXPORT_SYMBOL vmlinux 0x4adda0f0 unregister_mii_timestamper +EXPORT_SYMBOL vmlinux 0x4aea463f crc32_le_shift +EXPORT_SYMBOL vmlinux 0x4af18120 refresh_frequency_limits +EXPORT_SYMBOL vmlinux 0x4af5a569 sock_no_getname +EXPORT_SYMBOL vmlinux 0x4af6ddf0 kstrtou16 +EXPORT_SYMBOL vmlinux 0x4afb2238 add_wait_queue +EXPORT_SYMBOL vmlinux 0x4b085dbf agp3_generic_configure +EXPORT_SYMBOL vmlinux 0x4b28488f ip_setsockopt +EXPORT_SYMBOL vmlinux 0x4b2b5695 __blk_rq_map_sg +EXPORT_SYMBOL vmlinux 0x4b35439f nlmsg_notify +EXPORT_SYMBOL vmlinux 0x4b401817 iwe_stream_add_value +EXPORT_SYMBOL vmlinux 0x4b555812 i2c_clients_command +EXPORT_SYMBOL vmlinux 0x4b5e3a47 __get_user_nocheck_1 +EXPORT_SYMBOL vmlinux 0x4b6df007 acpi_evaluate_reg +EXPORT_SYMBOL vmlinux 0x4b6e325a phy_init_hw +EXPORT_SYMBOL vmlinux 0x4b750f53 _raw_spin_unlock_irq +EXPORT_SYMBOL vmlinux 0x4b7eb21c n_tty_ioctl_helper +EXPORT_SYMBOL vmlinux 0x4b87c1e1 seq_file_path +EXPORT_SYMBOL vmlinux 0x4b8a96f1 unix_destruct_scm +EXPORT_SYMBOL vmlinux 0x4b904711 neigh_carrier_down +EXPORT_SYMBOL vmlinux 0x4ba0b894 devfreq_register_opp_notifier +EXPORT_SYMBOL vmlinux 0x4ba98786 page_zero_new_buffers +EXPORT_SYMBOL vmlinux 0x4bb78d1c lock_two_nondirectories +EXPORT_SYMBOL vmlinux 0x4bcaf57b put_fs_context +EXPORT_SYMBOL vmlinux 0x4bcc2662 mempool_init_node +EXPORT_SYMBOL vmlinux 0x4bd439de tcp_recvmsg +EXPORT_SYMBOL vmlinux 0x4bef1c67 empty_name +EXPORT_SYMBOL vmlinux 0x4c07a7e0 acpi_processor_unregister_performance +EXPORT_SYMBOL vmlinux 0x4c080126 ipv6_chk_custom_prefix +EXPORT_SYMBOL vmlinux 0x4c236f6f __x86_indirect_thunk_r15 +EXPORT_SYMBOL vmlinux 0x4c416eb9 LZ4_decompress_fast +EXPORT_SYMBOL vmlinux 0x4c658186 proto_register +EXPORT_SYMBOL vmlinux 0x4c6d3154 dev_set_threaded +EXPORT_SYMBOL vmlinux 0x4c874f8d get_tree_nodev +EXPORT_SYMBOL vmlinux 0x4c9a6fbd blk_queue_update_dma_alignment +EXPORT_SYMBOL vmlinux 0x4c9d28b0 phys_base +EXPORT_SYMBOL vmlinux 0x4c9f34d0 gro_cells_receive +EXPORT_SYMBOL vmlinux 0x4cb9fb94 sock_set_reuseaddr +EXPORT_SYMBOL vmlinux 0x4cbc54b5 pci_find_capability +EXPORT_SYMBOL vmlinux 0x4cd5bc5e rdmsr_safe_regs +EXPORT_SYMBOL vmlinux 0x4cdfcea4 jbd2_journal_check_used_features +EXPORT_SYMBOL vmlinux 0x4ce3af65 vga_switcheroo_fini_domain_pm_ops +EXPORT_SYMBOL vmlinux 0x4d0bb6c7 rproc_elf_sanity_check +EXPORT_SYMBOL vmlinux 0x4d14b3ee xp_dma_map +EXPORT_SYMBOL vmlinux 0x4d25aea3 pm860x_bulk_write +EXPORT_SYMBOL vmlinux 0x4d2c7133 acpi_info +EXPORT_SYMBOL vmlinux 0x4d317f82 rproc_add_subdev +EXPORT_SYMBOL vmlinux 0x4d3f2d9d nf_ip_checksum +EXPORT_SYMBOL vmlinux 0x4d7aec57 genphy_read_mmd_unsupported +EXPORT_SYMBOL vmlinux 0x4d80f233 __inc_zone_page_state +EXPORT_SYMBOL vmlinux 0x4d860dc7 bio_integrity_add_page +EXPORT_SYMBOL vmlinux 0x4d901bbc i2c_smbus_read_i2c_block_data +EXPORT_SYMBOL vmlinux 0x4d924f20 memremap +EXPORT_SYMBOL vmlinux 0x4d9521d2 register_key_type +EXPORT_SYMBOL vmlinux 0x4d96a5e2 sock_queue_rcv_skb_reason +EXPORT_SYMBOL vmlinux 0x4d9b652b rb_erase +EXPORT_SYMBOL vmlinux 0x4db1dc4d scsi_bios_ptable +EXPORT_SYMBOL vmlinux 0x4dc6bc3a scsi_is_target_device +EXPORT_SYMBOL vmlinux 0x4dca08ee sync_file_get_fence +EXPORT_SYMBOL vmlinux 0x4dca8549 __folio_cancel_dirty +EXPORT_SYMBOL vmlinux 0x4dd89ae8 flow_rule_match_mpls +EXPORT_SYMBOL vmlinux 0x4de103a2 xfrm4_rcv +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 0x4e0b44f1 devm_ioremap +EXPORT_SYMBOL vmlinux 0x4e1a6a62 simple_release_fs +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 0x4e44f55e is_free_buddy_page +EXPORT_SYMBOL vmlinux 0x4e46eea0 ppp_output_wakeup +EXPORT_SYMBOL vmlinux 0x4e4be2d0 __seq_open_private +EXPORT_SYMBOL vmlinux 0x4e4f0f16 dma_fence_chain_find_seqno +EXPORT_SYMBOL vmlinux 0x4e547048 __kmalloc_node_track_caller +EXPORT_SYMBOL vmlinux 0x4e57d344 pnp_register_card_driver +EXPORT_SYMBOL vmlinux 0x4e580e6b configfs_unregister_group +EXPORT_SYMBOL vmlinux 0x4e64e039 mipi_dsi_dcs_enter_sleep_mode +EXPORT_SYMBOL vmlinux 0x4e68e9be rb_next_postorder +EXPORT_SYMBOL vmlinux 0x4e6b5871 md_bitmap_close_sync +EXPORT_SYMBOL vmlinux 0x4e6e4b41 radix_tree_delete +EXPORT_SYMBOL vmlinux 0x4e6e8ea7 fg_console +EXPORT_SYMBOL vmlinux 0x4e8e241b neigh_table_init +EXPORT_SYMBOL vmlinux 0x4ea25709 dql_reset +EXPORT_SYMBOL vmlinux 0x4ea2d294 acpi_dev_uid_to_integer +EXPORT_SYMBOL vmlinux 0x4ea78bab __x86_indirect_call_thunk_r15 +EXPORT_SYMBOL vmlinux 0x4eaced1e dma_sync_sg_for_cpu +EXPORT_SYMBOL vmlinux 0x4eada8f7 security_secid_to_secctx +EXPORT_SYMBOL vmlinux 0x4ec54e78 bitmap_to_arr32 +EXPORT_SYMBOL vmlinux 0x4ef5c6ad vga_switcheroo_unregister_client +EXPORT_SYMBOL vmlinux 0x4ef6b030 fs_context_for_mount +EXPORT_SYMBOL vmlinux 0x4f0924d9 pcim_iomap_regions_request_all +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 0x4f22d5de ip_mc_leave_group +EXPORT_SYMBOL vmlinux 0x4f533c9d page_pool_alloc_pages +EXPORT_SYMBOL vmlinux 0x4f536630 register_fib_notifier +EXPORT_SYMBOL vmlinux 0x4f55166f acpi_set_current_resources +EXPORT_SYMBOL vmlinux 0x4f711f84 intel_scu_ipc_dev_iowrite8 +EXPORT_SYMBOL vmlinux 0x4f7a0fe1 backlight_force_update +EXPORT_SYMBOL vmlinux 0x4f7c1c4d xfrm_state_register_afinfo +EXPORT_SYMBOL vmlinux 0x4f7dc548 netif_napi_add_weight +EXPORT_SYMBOL vmlinux 0x4f86da9b pci_wait_for_pending_transaction +EXPORT_SYMBOL vmlinux 0x4f91c9a0 security_binder_transaction +EXPORT_SYMBOL vmlinux 0x4fb1c1a4 kern_sys_bpf +EXPORT_SYMBOL vmlinux 0x4fc9ac58 rproc_del +EXPORT_SYMBOL vmlinux 0x4fdab474 pci_unregister_driver +EXPORT_SYMBOL vmlinux 0x4fdc725e skb_clone_sk +EXPORT_SYMBOL vmlinux 0x4fdee897 i8042_command +EXPORT_SYMBOL vmlinux 0x4fe7c27b ns_capable_setid +EXPORT_SYMBOL vmlinux 0x4fec4d71 _dev_crit +EXPORT_SYMBOL vmlinux 0x4ffb377b __nla_put +EXPORT_SYMBOL vmlinux 0x500230cd wait_for_key_construction +EXPORT_SYMBOL vmlinux 0x50097088 security_tun_dev_free_security +EXPORT_SYMBOL vmlinux 0x5009c71d glob_match +EXPORT_SYMBOL vmlinux 0x501ec5cf tty_port_close_start +EXPORT_SYMBOL vmlinux 0x50209572 unload_nls +EXPORT_SYMBOL vmlinux 0x5021bd81 _raw_write_lock_irqsave +EXPORT_SYMBOL vmlinux 0x5027bde2 acpi_acquire_mutex +EXPORT_SYMBOL vmlinux 0x50501699 devm_arch_io_reserve_memtype_wc +EXPORT_SYMBOL vmlinux 0x505ebeb4 param_set_long +EXPORT_SYMBOL vmlinux 0x50624917 sha1_init +EXPORT_SYMBOL vmlinux 0x506dff1a __genradix_free +EXPORT_SYMBOL vmlinux 0x50734391 pskb_expand_head +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 0x50945987 napi_enable +EXPORT_SYMBOL vmlinux 0x509b64ea acpi_has_method +EXPORT_SYMBOL vmlinux 0x50a4698c fb_videomode_to_modelist +EXPORT_SYMBOL vmlinux 0x50a58153 unregister_netdevice_notifier_net +EXPORT_SYMBOL vmlinux 0x50aa6d27 remap_vmalloc_range +EXPORT_SYMBOL vmlinux 0x50ac34dd sk_free +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 0x50c73800 mr_mfc_find_any +EXPORT_SYMBOL vmlinux 0x50c7928e pci_write_config_byte +EXPORT_SYMBOL vmlinux 0x50cf7585 hex2bin +EXPORT_SYMBOL vmlinux 0x50d035c2 vsscanf +EXPORT_SYMBOL vmlinux 0x50d68377 arch_phys_wc_del +EXPORT_SYMBOL vmlinux 0x50df8aee sock_efree +EXPORT_SYMBOL vmlinux 0x50e61d18 mipi_dsi_dcs_get_power_mode +EXPORT_SYMBOL vmlinux 0x50ef3133 tcp_v4_syn_recv_sock +EXPORT_SYMBOL vmlinux 0x50f91491 __genradix_ptr +EXPORT_SYMBOL vmlinux 0x5102a30b do_wait_intr_irq +EXPORT_SYMBOL vmlinux 0x51148f3b __task_pid_nr_ns +EXPORT_SYMBOL vmlinux 0x511dc18d acpi_device_hid +EXPORT_SYMBOL vmlinux 0x512612e7 security_inet_conn_established +EXPORT_SYMBOL vmlinux 0x513b28f4 first_ec +EXPORT_SYMBOL vmlinux 0x515083bf acpi_release_mutex +EXPORT_SYMBOL vmlinux 0x515f08a9 input_mt_report_finger_count +EXPORT_SYMBOL vmlinux 0x5163ef4a blk_mq_delay_run_hw_queue +EXPORT_SYMBOL vmlinux 0x51641162 opal_unlock_from_suspend +EXPORT_SYMBOL vmlinux 0x5175b6a5 pm_vt_switch_required +EXPORT_SYMBOL vmlinux 0x51818704 inet_ioctl +EXPORT_SYMBOL vmlinux 0x5186991f __neigh_create +EXPORT_SYMBOL vmlinux 0x519c15d5 devm_alloc_etherdev_mqs +EXPORT_SYMBOL vmlinux 0x51a511eb _raw_write_lock_bh +EXPORT_SYMBOL vmlinux 0x51a779b0 inet_proto_csum_replace16 +EXPORT_SYMBOL vmlinux 0x51aef97d devm_pci_alloc_host_bridge +EXPORT_SYMBOL vmlinux 0x51b3be4f ipv6_select_ident +EXPORT_SYMBOL vmlinux 0x51bacbfe pin_user_pages +EXPORT_SYMBOL vmlinux 0x51ccf088 inet_sk_get_local_port_range +EXPORT_SYMBOL vmlinux 0x51d12d4e acpi_pci_disabled +EXPORT_SYMBOL vmlinux 0x51eb6d31 mount_single +EXPORT_SYMBOL vmlinux 0x51f298e0 intel_scu_ipc_dev_ioread8 +EXPORT_SYMBOL vmlinux 0x51f601e3 vga_switcheroo_register_audio_client +EXPORT_SYMBOL vmlinux 0x5217b2a2 netpoll_send_udp +EXPORT_SYMBOL vmlinux 0x521e5882 dev_remove_pack +EXPORT_SYMBOL vmlinux 0x5226008d __SCK__tp_func_mmap_lock_acquire_returned +EXPORT_SYMBOL vmlinux 0x52276361 folio_wait_private_2_killable +EXPORT_SYMBOL vmlinux 0x523715ea key_task_permission +EXPORT_SYMBOL vmlinux 0x524516da scsi_device_lookup +EXPORT_SYMBOL vmlinux 0x524c6204 scsi_device_put +EXPORT_SYMBOL vmlinux 0x52520eea bioset_init +EXPORT_SYMBOL vmlinux 0x526eef2c hdmi_vendor_infoframe_pack +EXPORT_SYMBOL vmlinux 0x527e1366 pcie_ptm_enabled +EXPORT_SYMBOL vmlinux 0x52983a4f vme_master_write +EXPORT_SYMBOL vmlinux 0x52999cec input_set_min_poll_interval +EXPORT_SYMBOL vmlinux 0x52c5657c devfreq_register_notifier +EXPORT_SYMBOL vmlinux 0x52c77a38 pci_enable_device_mem +EXPORT_SYMBOL vmlinux 0x52ccd924 xfrm_init_replay +EXPORT_SYMBOL vmlinux 0x52cd41d1 tcp_setsockopt +EXPORT_SYMBOL vmlinux 0x52d717da xz_dec_init +EXPORT_SYMBOL vmlinux 0x52e39232 nd_region_release_lane +EXPORT_SYMBOL vmlinux 0x52e9acde jbd2_journal_restart +EXPORT_SYMBOL vmlinux 0x52ecbc75 crc_ccitt +EXPORT_SYMBOL vmlinux 0x530533c7 tty_driver_flush_buffer +EXPORT_SYMBOL vmlinux 0x530b1e98 pm_suspend +EXPORT_SYMBOL vmlinux 0x530c3515 __udp_disconnect +EXPORT_SYMBOL vmlinux 0x53126ecc __percpu_counter_sum +EXPORT_SYMBOL vmlinux 0x531b604e __virt_addr_valid +EXPORT_SYMBOL vmlinux 0x5321126a simple_dir_operations +EXPORT_SYMBOL vmlinux 0x53378f2e vfs_create_mount +EXPORT_SYMBOL vmlinux 0x5338184f ethtool_sprintf +EXPORT_SYMBOL vmlinux 0x533b3732 ww_mutex_trylock +EXPORT_SYMBOL vmlinux 0x53519b22 xsk_set_rx_need_wakeup +EXPORT_SYMBOL vmlinux 0x53569707 this_cpu_off +EXPORT_SYMBOL vmlinux 0x536f8112 blkdev_issue_zeroout +EXPORT_SYMBOL vmlinux 0x538772d2 skb_copy_and_csum_datagram_msg +EXPORT_SYMBOL vmlinux 0x538ea562 qdisc_put +EXPORT_SYMBOL vmlinux 0x5396495d get_watch_queue +EXPORT_SYMBOL vmlinux 0x53a1e8d9 _find_next_bit +EXPORT_SYMBOL vmlinux 0x53b954a2 up_read +EXPORT_SYMBOL vmlinux 0x53c1cfa9 rproc_detach +EXPORT_SYMBOL vmlinux 0x53ce8a5f tty_check_change +EXPORT_SYMBOL vmlinux 0x53e7f0b1 blk_mq_delay_kick_requeue_list +EXPORT_SYMBOL vmlinux 0x53f6da36 amd_iommu_domain_clear_gcr3 +EXPORT_SYMBOL vmlinux 0x540e88ee pcim_iounmap_regions +EXPORT_SYMBOL vmlinux 0x54175c5f acpi_read_bit_register +EXPORT_SYMBOL vmlinux 0x542f5951 tcp_seq_next +EXPORT_SYMBOL vmlinux 0x5431ca33 page_pool_update_nid +EXPORT_SYMBOL vmlinux 0x54363a4c __aperture_remove_legacy_vga_devices +EXPORT_SYMBOL vmlinux 0x5439d378 begin_new_exec +EXPORT_SYMBOL vmlinux 0x543ef284 seq_hlist_start +EXPORT_SYMBOL vmlinux 0x544350eb jbd2_journal_clear_features +EXPORT_SYMBOL vmlinux 0x54512dcc folio_clear_dirty_for_io +EXPORT_SYMBOL vmlinux 0x547e3344 acpi_disable +EXPORT_SYMBOL vmlinux 0x5484e2c3 is_nd_dax +EXPORT_SYMBOL vmlinux 0x548bf9d8 current_in_userns +EXPORT_SYMBOL vmlinux 0x549b394d __napi_schedule +EXPORT_SYMBOL vmlinux 0x549dfdcc sock_kzfree_s +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 0x54b704a2 ps2_begin_command +EXPORT_SYMBOL vmlinux 0x54ceb5fb netdev_pick_tx +EXPORT_SYMBOL vmlinux 0x54cfacd5 __ctzdi2 +EXPORT_SYMBOL vmlinux 0x54d930de inet_dgram_ops +EXPORT_SYMBOL vmlinux 0x54d94150 dump_page +EXPORT_SYMBOL vmlinux 0x54e6fcdd net_enable_timestamp +EXPORT_SYMBOL vmlinux 0x54ea6dfe xen_start_flags +EXPORT_SYMBOL vmlinux 0x54f4f0d0 jbd2_journal_stop +EXPORT_SYMBOL vmlinux 0x5506b8f7 netlbl_bitmap_setbit +EXPORT_SYMBOL vmlinux 0x550c898e tcp_rcv_state_process +EXPORT_SYMBOL vmlinux 0x551bd071 __rb_erase_color +EXPORT_SYMBOL vmlinux 0x55213f87 pci_get_slot +EXPORT_SYMBOL vmlinux 0x552214ae tcp_read_skb +EXPORT_SYMBOL vmlinux 0x55278899 security_sctp_bind_connect +EXPORT_SYMBOL vmlinux 0x552f3ead security_unix_stream_connect +EXPORT_SYMBOL vmlinux 0x55336418 fwnode_mdiobus_phy_device_register +EXPORT_SYMBOL vmlinux 0x55385e2e __x86_indirect_thunk_r14 +EXPORT_SYMBOL vmlinux 0x553c7da0 fs_param_is_blob +EXPORT_SYMBOL vmlinux 0x5546bed3 block_page_mkwrite +EXPORT_SYMBOL vmlinux 0x554a3fdf slab_build_skb +EXPORT_SYMBOL vmlinux 0x554ae3a4 irq_poll_sched +EXPORT_SYMBOL vmlinux 0x554d2968 pagevec_lookup_range_tag +EXPORT_SYMBOL vmlinux 0x555209da clk_hw_register_clkdev +EXPORT_SYMBOL vmlinux 0x5557f26b cdrom_check_events +EXPORT_SYMBOL vmlinux 0x55614474 devm_backlight_device_register +EXPORT_SYMBOL vmlinux 0x55637614 pcim_iomap +EXPORT_SYMBOL vmlinux 0x556422b3 ioremap_cache +EXPORT_SYMBOL vmlinux 0x5564a326 clk_hw_get_clk +EXPORT_SYMBOL vmlinux 0x556a66d6 dmaenginem_async_device_register +EXPORT_SYMBOL vmlinux 0x556cca46 x86_apple_machine +EXPORT_SYMBOL vmlinux 0x5570f77b freeze_bdev +EXPORT_SYMBOL vmlinux 0x558b281d aes_expandkey +EXPORT_SYMBOL vmlinux 0x558c17f8 dev_open +EXPORT_SYMBOL vmlinux 0x5597f120 pci_request_selected_regions +EXPORT_SYMBOL vmlinux 0x559de6b6 devm_devfreq_add_governor +EXPORT_SYMBOL vmlinux 0x55c53880 netif_rx +EXPORT_SYMBOL vmlinux 0x55c8959f pnp_activate_dev +EXPORT_SYMBOL vmlinux 0x55cd8085 blk_queue_update_dma_pad +EXPORT_SYMBOL vmlinux 0x55cfab59 ip6_dst_hoplimit +EXPORT_SYMBOL vmlinux 0x55de7c55 bio_alloc_clone +EXPORT_SYMBOL vmlinux 0x55dffcc8 vm_mmap +EXPORT_SYMBOL vmlinux 0x55e31703 ethtool_convert_link_mode_to_legacy_u32 +EXPORT_SYMBOL vmlinux 0x55f62932 mmc_retune_timer_stop +EXPORT_SYMBOL vmlinux 0x55f95e07 ioremap_prot +EXPORT_SYMBOL vmlinux 0x55fd8ebb mark_buffer_dirty_inode +EXPORT_SYMBOL vmlinux 0x5611547e tcp_enter_quickack_mode +EXPORT_SYMBOL vmlinux 0x5623b188 blk_execute_rq +EXPORT_SYMBOL vmlinux 0x562e72fa generic_write_end +EXPORT_SYMBOL vmlinux 0x5635a60a vmalloc_user +EXPORT_SYMBOL vmlinux 0x56470118 __warn_printk +EXPORT_SYMBOL vmlinux 0x564f7608 acpi_reconfig_notifier_register +EXPORT_SYMBOL vmlinux 0x5654cb0e pci_try_set_mwi +EXPORT_SYMBOL vmlinux 0x5675c82a dquot_disable +EXPORT_SYMBOL vmlinux 0x56802ae8 rps_cpu_mask +EXPORT_SYMBOL vmlinux 0x568193f8 phy_trigger_machine +EXPORT_SYMBOL vmlinux 0x5683d8bf init_task +EXPORT_SYMBOL vmlinux 0x569bde6f udplite_prot +EXPORT_SYMBOL vmlinux 0x56bd2cc4 security_sctp_assoc_established +EXPORT_SYMBOL vmlinux 0x56c8799d scsi_kunmap_atomic_sg +EXPORT_SYMBOL vmlinux 0x56cf61ba vga_put +EXPORT_SYMBOL vmlinux 0x56cf8b77 __inet_hash +EXPORT_SYMBOL vmlinux 0x56d328df inet_csk_clear_xmit_timers +EXPORT_SYMBOL vmlinux 0x56fbc9ed amd_iommu_device_info +EXPORT_SYMBOL vmlinux 0x5721b9d7 csum_and_copy_to_iter +EXPORT_SYMBOL vmlinux 0x572b3b53 rdmacg_uncharge +EXPORT_SYMBOL vmlinux 0x5731395e dev_add_offload +EXPORT_SYMBOL vmlinux 0x574c2e74 bitmap_release_region +EXPORT_SYMBOL vmlinux 0x57507c59 unregister_filesystem +EXPORT_SYMBOL vmlinux 0x57575f08 dmaengine_put +EXPORT_SYMBOL vmlinux 0x576363e4 device_match_acpi_dev +EXPORT_SYMBOL vmlinux 0x57741e32 genphy_config_eee_advert +EXPORT_SYMBOL vmlinux 0x57773fd1 tcp_v4_send_check +EXPORT_SYMBOL vmlinux 0x57900416 gen_pool_fixed_alloc +EXPORT_SYMBOL vmlinux 0x579274a3 flow_rule_match_arp +EXPORT_SYMBOL vmlinux 0x5792f848 strlcpy +EXPORT_SYMBOL vmlinux 0x57a272d3 xfrm_policy_destroy +EXPORT_SYMBOL vmlinux 0x57b2a561 get_cached_acl +EXPORT_SYMBOL vmlinux 0x57bc19d2 down_write +EXPORT_SYMBOL vmlinux 0x57bcbaea __x86_indirect_call_thunk_r14 +EXPORT_SYMBOL vmlinux 0x57cb522c tcp_poll +EXPORT_SYMBOL vmlinux 0x57db8fd6 utf8_normalize +EXPORT_SYMBOL vmlinux 0x57e47a48 phy_aneg_done +EXPORT_SYMBOL vmlinux 0x57eab09e uart_add_one_port +EXPORT_SYMBOL vmlinux 0x57eac584 fs_param_is_path +EXPORT_SYMBOL vmlinux 0x5817792a setattr_prepare +EXPORT_SYMBOL vmlinux 0x5818fe3c posix_acl_from_mode +EXPORT_SYMBOL vmlinux 0x581bad6e remove_watch_from_object +EXPORT_SYMBOL vmlinux 0x581f98da zlib_inflate +EXPORT_SYMBOL vmlinux 0x582b6275 xfrm_if_unregister_cb +EXPORT_SYMBOL vmlinux 0x5838f6c9 rtc_valid_tm +EXPORT_SYMBOL vmlinux 0x584ec58b uart_match_port +EXPORT_SYMBOL vmlinux 0x5851175a register_netdevice_notifier_dev_net +EXPORT_SYMBOL vmlinux 0x585d59f0 input_mt_init_slots +EXPORT_SYMBOL vmlinux 0x58775503 key_payload_reserve +EXPORT_SYMBOL vmlinux 0x587b0954 kvasprintf +EXPORT_SYMBOL vmlinux 0x587f22d7 devmap_managed_key +EXPORT_SYMBOL vmlinux 0x58815cdf security_sock_graft +EXPORT_SYMBOL vmlinux 0x58869226 netlink_net_capable +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 0x58ba2cf1 sock_i_uid +EXPORT_SYMBOL vmlinux 0x58bab694 skb_dump +EXPORT_SYMBOL vmlinux 0x58bcd978 bio_init_clone +EXPORT_SYMBOL vmlinux 0x58d1d991 con_copy_unimap +EXPORT_SYMBOL vmlinux 0x58d67569 proc_create_seq_private +EXPORT_SYMBOL vmlinux 0x58de1b34 blk_stack_limits +EXPORT_SYMBOL vmlinux 0x58e3306d bit_wait_io +EXPORT_SYMBOL vmlinux 0x58ecf746 sg_alloc_table_from_pages_segment +EXPORT_SYMBOL vmlinux 0x58f612fb dentry_path_raw +EXPORT_SYMBOL vmlinux 0x5905875d kernel_getsockname +EXPORT_SYMBOL vmlinux 0x592bb0da xsk_set_tx_need_wakeup +EXPORT_SYMBOL vmlinux 0x592ec65d phy_register_fixup +EXPORT_SYMBOL vmlinux 0x593edc4b cpu_tlbstate_shared +EXPORT_SYMBOL vmlinux 0x594bf15b ioport_map +EXPORT_SYMBOL vmlinux 0x594fe25e phy_start_aneg +EXPORT_SYMBOL vmlinux 0x595a1845 napi_consume_skb +EXPORT_SYMBOL vmlinux 0x595d8002 hdmi_infoframe_pack +EXPORT_SYMBOL vmlinux 0x597b2c07 blk_mq_unique_tag +EXPORT_SYMBOL vmlinux 0x59976db5 md_write_end +EXPORT_SYMBOL vmlinux 0x599fb41c kvmalloc_node +EXPORT_SYMBOL vmlinux 0x59a2f0ee packing +EXPORT_SYMBOL vmlinux 0x59ac1d62 dma_resv_iter_first_unlocked +EXPORT_SYMBOL vmlinux 0x59aec5d2 set_nlink +EXPORT_SYMBOL vmlinux 0x59b09b77 bio_endio +EXPORT_SYMBOL vmlinux 0x59b4ac3e tcp_memory_allocated +EXPORT_SYMBOL vmlinux 0x59c71bf1 devfreq_unregister_opp_notifier +EXPORT_SYMBOL vmlinux 0x59cf7eac input_get_timestamp +EXPORT_SYMBOL vmlinux 0x59d08efc pci_disable_msi +EXPORT_SYMBOL vmlinux 0x59e4fc6f da903x_query_status +EXPORT_SYMBOL vmlinux 0x5a0b73d0 zlib_deflateInit2 +EXPORT_SYMBOL vmlinux 0x5a290250 hdmi_drm_infoframe_pack_only +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 0x5a89c96f scsi_target_quiesce +EXPORT_SYMBOL vmlinux 0x5a921311 strncmp +EXPORT_SYMBOL vmlinux 0x5a99a0d7 flow_get_u32_dst +EXPORT_SYMBOL vmlinux 0x5aaccbf2 __dev_kfree_skb_any +EXPORT_SYMBOL vmlinux 0x5aaf2641 may_umount_tree +EXPORT_SYMBOL vmlinux 0x5abeffef jbd2_journal_init_jbd_inode +EXPORT_SYMBOL vmlinux 0x5acca6a8 inet6_ioctl +EXPORT_SYMBOL vmlinux 0x5ad44f94 netif_set_real_num_rx_queues +EXPORT_SYMBOL vmlinux 0x5ae1154b __traceiter_kfree +EXPORT_SYMBOL vmlinux 0x5af1f822 tcf_exts_validate +EXPORT_SYMBOL vmlinux 0x5af5348d eth_header_parse +EXPORT_SYMBOL vmlinux 0x5aff9883 user_path_at_empty +EXPORT_SYMBOL vmlinux 0x5b2f27fb do_wait_intr +EXPORT_SYMBOL vmlinux 0x5b388a2d __cgroup_bpf_run_filter_skb +EXPORT_SYMBOL vmlinux 0x5b3b64f5 netpoll_print_options +EXPORT_SYMBOL vmlinux 0x5b3e282f xa_store +EXPORT_SYMBOL vmlinux 0x5b46e65d xfrm_input_register_afinfo +EXPORT_SYMBOL vmlinux 0x5b48b1ad tty_do_resize +EXPORT_SYMBOL vmlinux 0x5b499fd2 fs_param_is_u64 +EXPORT_SYMBOL vmlinux 0x5b56860c vm_munmap +EXPORT_SYMBOL vmlinux 0x5b641283 arch_phys_wc_add +EXPORT_SYMBOL vmlinux 0x5b6514ac blk_set_runtime_active +EXPORT_SYMBOL vmlinux 0x5b6c8178 fb_show_logo +EXPORT_SYMBOL vmlinux 0x5b733a80 netdev_rx_csum_fault +EXPORT_SYMBOL vmlinux 0x5b8239ca __x86_return_thunk +EXPORT_SYMBOL vmlinux 0x5b8c9d1b d_exact_alias +EXPORT_SYMBOL vmlinux 0x5bc36da7 dm_table_get_size +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 0x5bdc55ee fiemap_prep +EXPORT_SYMBOL vmlinux 0x5be63c5b crc32c_csum_stub +EXPORT_SYMBOL vmlinux 0x5be943d2 unpin_user_pages_dirty_lock +EXPORT_SYMBOL vmlinux 0x5c01396b acpi_get_hp_hw_control_from_firmware +EXPORT_SYMBOL vmlinux 0x5c096736 __sock_cmsg_send +EXPORT_SYMBOL vmlinux 0x5c0db055 mipi_dsi_attach +EXPORT_SYMBOL vmlinux 0x5c1829a0 bio_split_to_limits +EXPORT_SYMBOL vmlinux 0x5c26a53b wait_for_completion_io_timeout +EXPORT_SYMBOL vmlinux 0x5c2c1f63 security_inode_listsecurity +EXPORT_SYMBOL vmlinux 0x5c2ff6be truncate_setsize +EXPORT_SYMBOL vmlinux 0x5c35d3b3 get_tree_bdev +EXPORT_SYMBOL vmlinux 0x5c3c7387 kstrtoull +EXPORT_SYMBOL vmlinux 0x5c585224 iw_handler_set_thrspy +EXPORT_SYMBOL vmlinux 0x5c861e68 mark_info_dirty +EXPORT_SYMBOL vmlinux 0x5ca67532 sock_queue_err_skb +EXPORT_SYMBOL vmlinux 0x5ca7e6b5 eth_type_trans +EXPORT_SYMBOL vmlinux 0x5caddbe0 xp_dma_unmap +EXPORT_SYMBOL vmlinux 0x5cc75f15 mmc_command_done +EXPORT_SYMBOL vmlinux 0x5ceeef21 locks_copy_lock +EXPORT_SYMBOL vmlinux 0x5cef545c forget_all_cached_acls +EXPORT_SYMBOL vmlinux 0x5cf53ce2 input_free_minor +EXPORT_SYMBOL vmlinux 0x5cfb26a0 acpi_enter_sleep_state +EXPORT_SYMBOL vmlinux 0x5d000149 ip_tunnel_parse_protocol +EXPORT_SYMBOL vmlinux 0x5d186c68 netpoll_setup +EXPORT_SYMBOL vmlinux 0x5d33b304 ptp_clock_register +EXPORT_SYMBOL vmlinux 0x5d372755 dev_mc_sync +EXPORT_SYMBOL vmlinux 0x5d3e3f65 dcbnl_cee_notify +EXPORT_SYMBOL vmlinux 0x5d48e4d9 configfs_register_default_group +EXPORT_SYMBOL vmlinux 0x5d49aabc init_wait_var_entry +EXPORT_SYMBOL vmlinux 0x5d613415 single_release +EXPORT_SYMBOL vmlinux 0x5d6d8fb9 iov_iter_single_seg_count +EXPORT_SYMBOL vmlinux 0x5d788ef0 tag_pages_for_writeback +EXPORT_SYMBOL vmlinux 0x5da71fb6 input_event +EXPORT_SYMBOL vmlinux 0x5dbca681 ipv6_getsockopt +EXPORT_SYMBOL vmlinux 0x5dcc9aa1 __skb_ext_del +EXPORT_SYMBOL vmlinux 0x5dcce72f serio_unregister_child_port +EXPORT_SYMBOL vmlinux 0x5dcfb4fc neigh_destroy +EXPORT_SYMBOL vmlinux 0x5de8421a lease_get_mtime +EXPORT_SYMBOL vmlinux 0x5de8e07e zpool_unregister_driver +EXPORT_SYMBOL vmlinux 0x5dfa0d4f xfrm_stateonly_find +EXPORT_SYMBOL vmlinux 0x5dfbca8a generic_set_encrypted_ci_d_ops +EXPORT_SYMBOL vmlinux 0x5e06bc5c refcount_dec_and_lock +EXPORT_SYMBOL vmlinux 0x5e0ccb9f sha1_transform +EXPORT_SYMBOL vmlinux 0x5e1d6e70 __mmap_lock_do_trace_start_locking +EXPORT_SYMBOL vmlinux 0x5e2a4d61 acpi_bus_get_status +EXPORT_SYMBOL vmlinux 0x5e332b52 __var_waitqueue +EXPORT_SYMBOL vmlinux 0x5e373fb4 gf128mul_64k_bbe +EXPORT_SYMBOL vmlinux 0x5e3e05cb fqdir_exit +EXPORT_SYMBOL vmlinux 0x5e500f41 insert_inode_locked4 +EXPORT_SYMBOL vmlinux 0x5e5a3436 phy_resume +EXPORT_SYMBOL vmlinux 0x5e7f6761 serio_close +EXPORT_SYMBOL vmlinux 0x5e855e56 gen_pool_first_fit_align +EXPORT_SYMBOL vmlinux 0x5e879fe3 flow_rule_match_enc_ip +EXPORT_SYMBOL vmlinux 0x5e934fc7 sgl_alloc +EXPORT_SYMBOL vmlinux 0x5e95b1cd current_umask +EXPORT_SYMBOL vmlinux 0x5e9a01ce gen_new_estimator +EXPORT_SYMBOL vmlinux 0x5eb3516b kernel_listen +EXPORT_SYMBOL vmlinux 0x5ec4aee6 put_sg_io_hdr +EXPORT_SYMBOL vmlinux 0x5ec5477b security_socket_getpeersec_dgram +EXPORT_SYMBOL vmlinux 0x5ed040b0 pm_set_vt_switch +EXPORT_SYMBOL vmlinux 0x5ed90adc int_to_scsilun +EXPORT_SYMBOL vmlinux 0x5ef6a672 gen_pool_for_each_chunk +EXPORT_SYMBOL vmlinux 0x5efde8e6 proc_doulongvec_ms_jiffies_minmax +EXPORT_SYMBOL vmlinux 0x5f098b2a in6addr_interfacelocal_allrouters +EXPORT_SYMBOL vmlinux 0x5f0fd3ca tcp_simple_retransmit +EXPORT_SYMBOL vmlinux 0x5f15bda2 sock_wake_async +EXPORT_SYMBOL vmlinux 0x5f2ba55e security_req_classify_flow +EXPORT_SYMBOL vmlinux 0x5f371539 neigh_direct_output +EXPORT_SYMBOL vmlinux 0x5f4f9146 blk_mq_delay_run_hw_queues +EXPORT_SYMBOL vmlinux 0x5f5441c8 __ubsan_handle_alignment_assumption +EXPORT_SYMBOL vmlinux 0x5f560cd2 kernel_sendpage_locked +EXPORT_SYMBOL vmlinux 0x5f56663b rdmsrl_on_cpu +EXPORT_SYMBOL vmlinux 0x5f62c63d __pskb_copy_fclone +EXPORT_SYMBOL vmlinux 0x5f6b889c rproc_va_to_pa +EXPORT_SYMBOL vmlinux 0x5f81668f inet_addr_type_dev_table +EXPORT_SYMBOL vmlinux 0x5f93525c acpi_extract_package +EXPORT_SYMBOL vmlinux 0x5f99383a ioread64_hi_lo +EXPORT_SYMBOL vmlinux 0x5faa597e register_md_cluster_operations +EXPORT_SYMBOL vmlinux 0x5fb695ee clocksource_change_rating +EXPORT_SYMBOL vmlinux 0x5fc67252 ioread16_rep +EXPORT_SYMBOL vmlinux 0x5fc72f0e alloc_pages_exact +EXPORT_SYMBOL vmlinux 0x5fda8b08 folio_redirty_for_writepage +EXPORT_SYMBOL vmlinux 0x5fe13529 __SCT__tp_func_spi_transfer_start +EXPORT_SYMBOL vmlinux 0x5ff1cd30 sb_min_blocksize +EXPORT_SYMBOL vmlinux 0x5ff2b5d7 md_finish_reshape +EXPORT_SYMBOL vmlinux 0x5ff2ee29 __phy_read_mmd +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 0x601c95bf sock_common_recvmsg +EXPORT_SYMBOL vmlinux 0x601f665f dm_io_client_create +EXPORT_SYMBOL vmlinux 0x6034086e __dynamic_ibdev_dbg +EXPORT_SYMBOL vmlinux 0x60352082 register_inet6addr_notifier +EXPORT_SYMBOL vmlinux 0x603a3cb4 __lock_buffer +EXPORT_SYMBOL vmlinux 0x605790dc fiemap_fill_next_extent +EXPORT_SYMBOL vmlinux 0x606e1972 flow_rule_match_l2tpv3 +EXPORT_SYMBOL vmlinux 0x60715c6d open_with_fake_path +EXPORT_SYMBOL vmlinux 0x608741b5 __init_swait_queue_head +EXPORT_SYMBOL vmlinux 0x608d0267 zstd_get_error_code +EXPORT_SYMBOL vmlinux 0x60907f68 udp_sk_rx_dst_set +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 0x60b100fe ptp_clock_index +EXPORT_SYMBOL vmlinux 0x60b3071f neigh_proc_dointvec +EXPORT_SYMBOL vmlinux 0x60d3662f forget_cached_acl +EXPORT_SYMBOL vmlinux 0x60d8ab30 vme_lm_get +EXPORT_SYMBOL vmlinux 0x60ff629e dev_remove_offload +EXPORT_SYMBOL vmlinux 0x61073e4a acpi_os_map_generic_address +EXPORT_SYMBOL vmlinux 0x610756b8 __x86_indirect_call_thunk_rdx +EXPORT_SYMBOL vmlinux 0x611be4f8 mipi_dsi_picture_parameter_set +EXPORT_SYMBOL vmlinux 0x6128b5fc __printk_ratelimit +EXPORT_SYMBOL vmlinux 0x61347034 mb_cache_entry_delete_or_get +EXPORT_SYMBOL vmlinux 0x6152da5f passthru_features_check +EXPORT_SYMBOL vmlinux 0x615911d7 __bitmap_set +EXPORT_SYMBOL vmlinux 0x615d97eb jbd2_journal_forget +EXPORT_SYMBOL vmlinux 0x61600bce pv_ops +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 0x618c6823 drop_super +EXPORT_SYMBOL vmlinux 0x619cb7dd simple_read_from_buffer +EXPORT_SYMBOL vmlinux 0x619dfcdc intel_scu_ipc_dev_readv +EXPORT_SYMBOL vmlinux 0x61a0d7af proto_unregister +EXPORT_SYMBOL vmlinux 0x61b4f8b0 devm_request_any_context_irq +EXPORT_SYMBOL vmlinux 0x61b7b126 simple_strtoull +EXPORT_SYMBOL vmlinux 0x61e272c9 sha256_final +EXPORT_SYMBOL vmlinux 0x61e54720 padata_free +EXPORT_SYMBOL vmlinux 0x61ea189b fb_pad_aligned_buffer +EXPORT_SYMBOL vmlinux 0x61f8bf2a generic_error_remove_page +EXPORT_SYMBOL vmlinux 0x62064ca9 pci_enable_atomic_ops_to_root +EXPORT_SYMBOL vmlinux 0x6207cfd2 _copy_to_iter +EXPORT_SYMBOL vmlinux 0x6214aef2 cpufreq_unregister_notifier +EXPORT_SYMBOL vmlinux 0x6216e926 __skb_flow_get_ports +EXPORT_SYMBOL vmlinux 0x62193fd9 __filemap_get_folio +EXPORT_SYMBOL vmlinux 0x6226b9fa machine_to_phys_mapping +EXPORT_SYMBOL vmlinux 0x6228c21f smp_call_function_single +EXPORT_SYMBOL vmlinux 0x622beed6 flow_rule_match_cvlan +EXPORT_SYMBOL vmlinux 0x622e8269 config_item_get +EXPORT_SYMBOL vmlinux 0x6251970e twl6040_power +EXPORT_SYMBOL vmlinux 0x625f4aba __mmap_lock_do_trace_acquire_returned +EXPORT_SYMBOL vmlinux 0x62737e1d sock_unregister +EXPORT_SYMBOL vmlinux 0x6276af56 migrate_device_range +EXPORT_SYMBOL vmlinux 0x627b1570 agp_collect_device_status +EXPORT_SYMBOL vmlinux 0x62849ac7 dev_valid_name +EXPORT_SYMBOL vmlinux 0x629079b3 dma_fence_signal_timestamp +EXPORT_SYMBOL vmlinux 0x62949074 acpi_buffer_to_resource +EXPORT_SYMBOL vmlinux 0x62963b22 redirty_page_for_writepage +EXPORT_SYMBOL vmlinux 0x62cdc0cb qdisc_hash_add +EXPORT_SYMBOL vmlinux 0x62e5128e vfs_fadvise +EXPORT_SYMBOL vmlinux 0x62e8c478 kill_litter_super +EXPORT_SYMBOL vmlinux 0x62f6e47e vlan_vid_del +EXPORT_SYMBOL vmlinux 0x62f7e207 down_read_killable +EXPORT_SYMBOL vmlinux 0x6301d87e pci_request_regions_exclusive +EXPORT_SYMBOL vmlinux 0x6315c42c zstd_get_params +EXPORT_SYMBOL vmlinux 0x631d06aa cpu_rmap_put +EXPORT_SYMBOL vmlinux 0x633a30eb sk_stream_wait_close +EXPORT_SYMBOL vmlinux 0x634d6f41 __SCK__tp_func_rdpmc +EXPORT_SYMBOL vmlinux 0x6356c2c5 uart_remove_one_port +EXPORT_SYMBOL vmlinux 0x636257f7 get_ibs_caps +EXPORT_SYMBOL vmlinux 0x63672190 dquot_resume +EXPORT_SYMBOL vmlinux 0x636b5b37 mipi_dsi_host_unregister +EXPORT_SYMBOL vmlinux 0x63769644 tcp_rcv_established +EXPORT_SYMBOL vmlinux 0x6383b27c __x86_indirect_thunk_rdx +EXPORT_SYMBOL vmlinux 0x63893cf8 jbd2_journal_blocks_per_page +EXPORT_SYMBOL vmlinux 0x6394125b i2c_smbus_read_byte +EXPORT_SYMBOL vmlinux 0x6395240c dmam_free_coherent +EXPORT_SYMBOL vmlinux 0x639c3c00 pci_pme_capable +EXPORT_SYMBOL vmlinux 0x63a11930 xfrm4_protocol_deregister +EXPORT_SYMBOL vmlinux 0x63a58370 flow_action_cookie_destroy +EXPORT_SYMBOL vmlinux 0x63a7c28c bitmap_find_free_region +EXPORT_SYMBOL vmlinux 0x63a87c85 dst_dev_put +EXPORT_SYMBOL vmlinux 0x63b52cf7 ilookup5 +EXPORT_SYMBOL vmlinux 0x63c8d0ca param_ops_bool +EXPORT_SYMBOL vmlinux 0x63ea005d udp_lib_getsockopt +EXPORT_SYMBOL vmlinux 0x63eb9355 panic_blink +EXPORT_SYMBOL vmlinux 0x63f835ba on_each_cpu_cond_mask +EXPORT_SYMBOL vmlinux 0x641097dd reuseport_stop_listen_sock +EXPORT_SYMBOL vmlinux 0x64127b67 bitmap_find_next_zero_area_off +EXPORT_SYMBOL vmlinux 0x6415142b security_sb_set_mnt_opts +EXPORT_SYMBOL vmlinux 0x642eb5c6 xen_poll_irq_timeout +EXPORT_SYMBOL vmlinux 0x6430e60e kill_pgrp +EXPORT_SYMBOL vmlinux 0x6431ed6d kernel_read +EXPORT_SYMBOL vmlinux 0x6431ee67 kill_pid +EXPORT_SYMBOL vmlinux 0x644383ff pcpu_hot +EXPORT_SYMBOL vmlinux 0x6448403d __x86_indirect_call_thunk_rcx +EXPORT_SYMBOL vmlinux 0x6454671d dev_printk_emit +EXPORT_SYMBOL vmlinux 0x6455298a security_xfrm_policy_free +EXPORT_SYMBOL vmlinux 0x64604e78 scsi_report_opcode +EXPORT_SYMBOL vmlinux 0x647864ce seg6_push_hmac +EXPORT_SYMBOL vmlinux 0x6481ffe0 hsiphash_1u32 +EXPORT_SYMBOL vmlinux 0x64847189 __skb_recv_datagram +EXPORT_SYMBOL vmlinux 0x648eb59d gc_inflight_list +EXPORT_SYMBOL vmlinux 0x64939695 netdev_get_xmit_slave +EXPORT_SYMBOL vmlinux 0x64a9c928 default_blu +EXPORT_SYMBOL vmlinux 0x64bbc288 string_unescape +EXPORT_SYMBOL vmlinux 0x64bd9d29 i2c_register_driver +EXPORT_SYMBOL vmlinux 0x64c38cb0 vfs_getattr +EXPORT_SYMBOL vmlinux 0x64c5f6f3 fwnode_get_phy_id +EXPORT_SYMBOL vmlinux 0x64ce7376 __module_get +EXPORT_SYMBOL vmlinux 0x64f80d01 __devm_mdiobus_register +EXPORT_SYMBOL vmlinux 0x6512355d mmc_gpio_get_cd +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 0x652c314f nvdimm_bus_unlock +EXPORT_SYMBOL vmlinux 0x652ce9aa nla_memcmp +EXPORT_SYMBOL vmlinux 0x65370d38 sync_mapping_buffers +EXPORT_SYMBOL vmlinux 0x653a8b92 __inode_sub_bytes +EXPORT_SYMBOL vmlinux 0x65408378 zlib_inflate_blob +EXPORT_SYMBOL vmlinux 0x65487097 __x86_indirect_thunk_rax +EXPORT_SYMBOL vmlinux 0x655c698b simple_rmdir +EXPORT_SYMBOL vmlinux 0x655ee717 security_task_getsecid_obj +EXPORT_SYMBOL vmlinux 0x6563a707 dev_addr_add +EXPORT_SYMBOL vmlinux 0x656a76b0 free_task +EXPORT_SYMBOL vmlinux 0x656c1a0e string_escape_mem +EXPORT_SYMBOL vmlinux 0x656e4a6e snprintf +EXPORT_SYMBOL vmlinux 0x656e60cb dev_get_flags +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 0x65970043 blk_queue_segment_boundary +EXPORT_SYMBOL vmlinux 0x659ded26 xfrm_flush_gc +EXPORT_SYMBOL vmlinux 0x65a9a09a mipi_dsi_shutdown_peripheral +EXPORT_SYMBOL vmlinux 0x65b8224c xfrm_policy_walk_done +EXPORT_SYMBOL vmlinux 0x65b992ac xen_alloc_p2m_entry +EXPORT_SYMBOL vmlinux 0x65b9c72a _dev_notice +EXPORT_SYMBOL vmlinux 0x65c24240 cfb_copyarea +EXPORT_SYMBOL vmlinux 0x65d07fbf param_ops_invbool +EXPORT_SYMBOL vmlinux 0x65d1bab2 acpi_bios_warning +EXPORT_SYMBOL vmlinux 0x65d9a0a8 bio_free_pages +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 0x660c294d pci_ep_cfs_add_epf_group +EXPORT_SYMBOL vmlinux 0x660c4866 ptp_clock_unregister +EXPORT_SYMBOL vmlinux 0x6626afca down +EXPORT_SYMBOL vmlinux 0x662ee061 sk_capable +EXPORT_SYMBOL vmlinux 0x663182c9 acpi_get_gpe_status +EXPORT_SYMBOL vmlinux 0x66552ce6 tty_port_lower_dtr_rts +EXPORT_SYMBOL vmlinux 0x665e2513 zstd_max_clevel +EXPORT_SYMBOL vmlinux 0x66628bf3 ip_tunnel_metadata_cnt +EXPORT_SYMBOL vmlinux 0x666f4017 mipi_dsi_generic_read +EXPORT_SYMBOL vmlinux 0x6673f96d xxh32_reset +EXPORT_SYMBOL vmlinux 0x6680df1d t10_pi_type3_ip +EXPORT_SYMBOL vmlinux 0x668b19a1 down_read +EXPORT_SYMBOL vmlinux 0x669c191b dm_consume_args +EXPORT_SYMBOL vmlinux 0x669c23a4 fwnode_graph_parse_endpoint +EXPORT_SYMBOL vmlinux 0x66af1fd1 lockref_put_or_lock +EXPORT_SYMBOL vmlinux 0x66b4cc41 kmemdup +EXPORT_SYMBOL vmlinux 0x66bbe35f nf_log_register +EXPORT_SYMBOL vmlinux 0x66c33dca sock_release +EXPORT_SYMBOL vmlinux 0x66cca4f9 __x86_indirect_thunk_rcx +EXPORT_SYMBOL vmlinux 0x670733a4 inode_newsize_ok +EXPORT_SYMBOL vmlinux 0x670ecece __x86_indirect_thunk_rbx +EXPORT_SYMBOL vmlinux 0x67199032 __ip_dev_find +EXPORT_SYMBOL vmlinux 0x671e4f0d update_region +EXPORT_SYMBOL vmlinux 0x672137aa vme_dma_request +EXPORT_SYMBOL vmlinux 0x6729d3df __get_user_4 +EXPORT_SYMBOL vmlinux 0x672c6a90 ip_check_defrag +EXPORT_SYMBOL vmlinux 0x673f815e agp_bridges +EXPORT_SYMBOL vmlinux 0x6749d53f hdmi_vendor_infoframe_init +EXPORT_SYMBOL vmlinux 0x6779e6f0 netlink_unicast +EXPORT_SYMBOL vmlinux 0x677f0843 sk_stream_wait_memory +EXPORT_SYMBOL vmlinux 0x67863c2d d_set_d_op +EXPORT_SYMBOL vmlinux 0x678b96ec dma_pool_alloc +EXPORT_SYMBOL vmlinux 0x678c9030 nf_register_queue_handler +EXPORT_SYMBOL vmlinux 0x6797d568 intel_gmch_gtt_get +EXPORT_SYMBOL vmlinux 0x679eebf6 dev_set_promiscuity +EXPORT_SYMBOL vmlinux 0x67ab7a23 vma_set_file +EXPORT_SYMBOL vmlinux 0x67b27ec1 tty_std_termios +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 0x67f17f9d jbd2_journal_ack_err +EXPORT_SYMBOL vmlinux 0x67f3ee7a posix_test_lock +EXPORT_SYMBOL vmlinux 0x67ff7488 tcp_v4_connect +EXPORT_SYMBOL vmlinux 0x6829c5e9 sync_inode_metadata +EXPORT_SYMBOL vmlinux 0x682fddd2 ip6_fraglist_init +EXPORT_SYMBOL vmlinux 0x6838e84c get_ipc_ns_exported +EXPORT_SYMBOL vmlinux 0x684e955e get_thermal_instance +EXPORT_SYMBOL vmlinux 0x6851664e wrmsrl_safe_on_cpu +EXPORT_SYMBOL vmlinux 0x68721883 mod_zone_page_state +EXPORT_SYMBOL vmlinux 0x687817bf dquot_transfer +EXPORT_SYMBOL vmlinux 0x687b6a16 kdbgetsymval +EXPORT_SYMBOL vmlinux 0x6881cd7a __inc_node_page_state +EXPORT_SYMBOL vmlinux 0x688b0bdc mipi_dsi_generic_write +EXPORT_SYMBOL vmlinux 0x688e72e1 __SCT__preempt_schedule_notrace +EXPORT_SYMBOL vmlinux 0x689671d5 dcb_ieee_getapp_mask +EXPORT_SYMBOL vmlinux 0x68d2e988 __napi_alloc_skb +EXPORT_SYMBOL vmlinux 0x68e260e8 genl_register_family +EXPORT_SYMBOL vmlinux 0x68e6d8ef reuseport_has_conns_set +EXPORT_SYMBOL vmlinux 0x69049cd2 radix_tree_replace_slot +EXPORT_SYMBOL vmlinux 0x69161d63 filemap_alloc_folio +EXPORT_SYMBOL vmlinux 0x691644c7 alloc_fcdev +EXPORT_SYMBOL vmlinux 0x69238b93 sb_set_blocksize +EXPORT_SYMBOL vmlinux 0x6931434c register_cdrom +EXPORT_SYMBOL vmlinux 0x6931b1b0 eth_mac_addr +EXPORT_SYMBOL vmlinux 0x694000f1 tcp_connect +EXPORT_SYMBOL vmlinux 0x69639f92 keyring_search +EXPORT_SYMBOL vmlinux 0x69668826 netdev_increment_features +EXPORT_SYMBOL vmlinux 0x6970445e seq_vprintf +EXPORT_SYMBOL vmlinux 0x6971447a rtc_month_days +EXPORT_SYMBOL vmlinux 0x6972e413 __bitmap_weight_and +EXPORT_SYMBOL vmlinux 0x697503f1 path_has_submounts +EXPORT_SYMBOL vmlinux 0x697ed5f0 memcpy_and_pad +EXPORT_SYMBOL vmlinux 0x697f0293 ip_mc_inc_group +EXPORT_SYMBOL vmlinux 0x6984182e qdisc_watchdog_schedule_range_ns +EXPORT_SYMBOL vmlinux 0x6988d0ca cpu_dr7 +EXPORT_SYMBOL vmlinux 0x698edf5d agp3_generic_tlbflush +EXPORT_SYMBOL vmlinux 0x6991a4be ethtool_get_phc_vclocks +EXPORT_SYMBOL vmlinux 0x6998710b __dev_remove_pack +EXPORT_SYMBOL vmlinux 0x69a10402 mmc_set_blocklen +EXPORT_SYMBOL vmlinux 0x69acdf38 memcpy +EXPORT_SYMBOL vmlinux 0x69dd3b5b crc32_le +EXPORT_SYMBOL vmlinux 0x69de8757 vme_check_window +EXPORT_SYMBOL vmlinux 0x69f121b4 genphy_loopback +EXPORT_SYMBOL vmlinux 0x69f12dc4 framebuffer_release +EXPORT_SYMBOL vmlinux 0x69f4f582 nosteal_pipe_buf_ops +EXPORT_SYMBOL vmlinux 0x6a037cf1 mempool_kfree +EXPORT_SYMBOL vmlinux 0x6a3214d5 pcie_get_readrq +EXPORT_SYMBOL vmlinux 0x6a326199 pci_bus_size_bridges +EXPORT_SYMBOL vmlinux 0x6a3c3ddd dma_resv_init +EXPORT_SYMBOL vmlinux 0x6a3d8b21 fscrypt_free_bounce_page +EXPORT_SYMBOL vmlinux 0x6a42ccce __ip4_datagram_connect +EXPORT_SYMBOL vmlinux 0x6a449c4f register_sysctl_table +EXPORT_SYMBOL vmlinux 0x6a4b90c9 migrate_vma_finalize +EXPORT_SYMBOL vmlinux 0x6a578c56 proc_mkdir_mode +EXPORT_SYMBOL vmlinux 0x6a5cb5ee __get_free_pages +EXPORT_SYMBOL vmlinux 0x6a5ecb18 unregister_module_notifier +EXPORT_SYMBOL vmlinux 0x6a5fa363 sigprocmask +EXPORT_SYMBOL vmlinux 0x6a650309 simple_transaction_get +EXPORT_SYMBOL vmlinux 0x6a6e05bf kstrtou8 +EXPORT_SYMBOL vmlinux 0x6a8c2da7 tcf_em_unregister +EXPORT_SYMBOL vmlinux 0x6a9cc947 vfs_mkdir +EXPORT_SYMBOL vmlinux 0x6aa708da buffer_migrate_folio +EXPORT_SYMBOL vmlinux 0x6aad419e blk_rq_map_integrity_sg +EXPORT_SYMBOL vmlinux 0x6ab16cf0 folio_account_redirty +EXPORT_SYMBOL vmlinux 0x6aca8d6f sock_no_sendmsg_locked +EXPORT_SYMBOL vmlinux 0x6adbd7b8 rproc_get_by_child +EXPORT_SYMBOL vmlinux 0x6add5c9a dmi_find_device +EXPORT_SYMBOL vmlinux 0x6ae40d6f tty_port_alloc_xmit_buf +EXPORT_SYMBOL vmlinux 0x6aeefac4 zlib_deflateReset +EXPORT_SYMBOL vmlinux 0x6b106774 vfs_create +EXPORT_SYMBOL vmlinux 0x6b10bcc8 xfrm6_input_addr +EXPORT_SYMBOL vmlinux 0x6b10bee1 _copy_to_user +EXPORT_SYMBOL vmlinux 0x6b2716c7 get_phy_device +EXPORT_SYMBOL vmlinux 0x6b27729b radix_tree_gang_lookup +EXPORT_SYMBOL vmlinux 0x6b2dc060 dump_stack +EXPORT_SYMBOL vmlinux 0x6b33542b devm_memremap +EXPORT_SYMBOL vmlinux 0x6b3b2b43 tc_cleanup_offload_action +EXPORT_SYMBOL vmlinux 0x6b55acd0 rtnl_lock_killable +EXPORT_SYMBOL vmlinux 0x6b6e3ccd flow_rule_match_ipv6_addrs +EXPORT_SYMBOL vmlinux 0x6b70b7f1 mr_mfc_seq_idx +EXPORT_SYMBOL vmlinux 0x6b853d06 ns_to_kernel_old_timeval +EXPORT_SYMBOL vmlinux 0x6b8bf149 netif_receive_skb_list +EXPORT_SYMBOL vmlinux 0x6ba0f39b platform_get_ethdev_address +EXPORT_SYMBOL vmlinux 0x6bbae565 block_invalidate_folio +EXPORT_SYMBOL vmlinux 0x6bbc3287 dput +EXPORT_SYMBOL vmlinux 0x6bc3fbc0 __unregister_chrdev +EXPORT_SYMBOL vmlinux 0x6bd0e573 down_interruptible +EXPORT_SYMBOL vmlinux 0x6bd2d744 dquot_drop +EXPORT_SYMBOL vmlinux 0x6bd7094b rtc_add_group +EXPORT_SYMBOL vmlinux 0x6be1c1f8 acpi_install_method +EXPORT_SYMBOL vmlinux 0x6beb1389 pnp_release_card_device +EXPORT_SYMBOL vmlinux 0x6bee8a38 follow_down_one +EXPORT_SYMBOL vmlinux 0x6bf07e1e fsync_bdev +EXPORT_SYMBOL vmlinux 0x6c0019ac import_single_range +EXPORT_SYMBOL vmlinux 0x6c0d3839 __SCK__tp_func_write_msr +EXPORT_SYMBOL vmlinux 0x6c224cda gen_pool_destroy +EXPORT_SYMBOL vmlinux 0x6c257ac0 tty_termios_hw_change +EXPORT_SYMBOL vmlinux 0x6c4523e1 mmc_start_request +EXPORT_SYMBOL vmlinux 0x6c46bb69 fault_in_iov_iter_writeable +EXPORT_SYMBOL vmlinux 0x6c49f46d filemap_fdatawait_keep_errors +EXPORT_SYMBOL vmlinux 0x6c5b3c42 mmc_gpiod_request_ro +EXPORT_SYMBOL vmlinux 0x6c601bdb __splice_from_pipe +EXPORT_SYMBOL vmlinux 0x6c61ce70 num_registered_fb +EXPORT_SYMBOL vmlinux 0x6c6df9b9 complete_request_key +EXPORT_SYMBOL vmlinux 0x6c98698e pci_map_biosrom +EXPORT_SYMBOL vmlinux 0x6cb46525 netlbl_catmap_walk +EXPORT_SYMBOL vmlinux 0x6cbc9c84 udp_gro_receive +EXPORT_SYMBOL vmlinux 0x6cc09945 ioread32_rep +EXPORT_SYMBOL vmlinux 0x6cfcdaee config_group_init_type_name +EXPORT_SYMBOL vmlinux 0x6cfd59a4 find_vma +EXPORT_SYMBOL vmlinux 0x6d03752b tcp_child_process +EXPORT_SYMBOL vmlinux 0x6d0602cb sock_alloc_file +EXPORT_SYMBOL vmlinux 0x6d16c104 mutex_lock_killable +EXPORT_SYMBOL vmlinux 0x6d294e43 clock_t_to_jiffies +EXPORT_SYMBOL vmlinux 0x6d3013c7 d_path +EXPORT_SYMBOL vmlinux 0x6d30557c skb_checksum_trimmed +EXPORT_SYMBOL vmlinux 0x6d334118 __get_user_8 +EXPORT_SYMBOL vmlinux 0x6d352321 __dev_get_by_name +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 0x6d608829 module_refcount +EXPORT_SYMBOL vmlinux 0x6d62f0e2 ptp_schedule_worker +EXPORT_SYMBOL vmlinux 0x6d7c7dcc bitmap_cut +EXPORT_SYMBOL vmlinux 0x6d8637ba vfs_dup_fs_context +EXPORT_SYMBOL vmlinux 0x6d8ad331 zerocopy_sg_from_iter +EXPORT_SYMBOL vmlinux 0x6d8b6d9d __SCK__tp_func_dma_fence_signaled +EXPORT_SYMBOL vmlinux 0x6db8475a cros_ec_prepare_tx +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 0x6ddffa5a twl6040_set_bits +EXPORT_SYMBOL vmlinux 0x6df1aaf1 kernel_sigaction +EXPORT_SYMBOL vmlinux 0x6df31390 intel_gmch_gtt_clear_range +EXPORT_SYMBOL vmlinux 0x6df97853 blk_mq_run_hw_queue +EXPORT_SYMBOL vmlinux 0x6e203481 rproc_elf_load_segments +EXPORT_SYMBOL vmlinux 0x6e315ae6 max8925_bulk_write +EXPORT_SYMBOL vmlinux 0x6e4f8199 phy_attached_print +EXPORT_SYMBOL vmlinux 0x6e5b8651 xz_dec_run +EXPORT_SYMBOL vmlinux 0x6e6ca340 netdev_lower_get_next +EXPORT_SYMBOL vmlinux 0x6e720ff2 rtnl_unlock +EXPORT_SYMBOL vmlinux 0x6e7eb144 ilookup +EXPORT_SYMBOL vmlinux 0x6e7fd3b8 seq_lseek +EXPORT_SYMBOL vmlinux 0x6e85a6e2 con_set_default_unimap +EXPORT_SYMBOL vmlinux 0x6e9dd606 __symbol_put +EXPORT_SYMBOL vmlinux 0x6ea415ed nvdimm_namespace_capacity +EXPORT_SYMBOL vmlinux 0x6ea7575d acpi_dispatch_gpe +EXPORT_SYMBOL vmlinux 0x6ea9363b force_sig +EXPORT_SYMBOL vmlinux 0x6eb745ca tc_setup_cb_reoffload +EXPORT_SYMBOL vmlinux 0x6ebb4240 pci_choose_state +EXPORT_SYMBOL vmlinux 0x6ec2008b __skb_recv_udp +EXPORT_SYMBOL vmlinux 0x6ecd7512 param_ops_dyndbg_classes +EXPORT_SYMBOL vmlinux 0x6ed0ca7d dm_mq_kick_requeue_list +EXPORT_SYMBOL vmlinux 0x6ed23b12 mark_page_accessed +EXPORT_SYMBOL vmlinux 0x6eecfaf4 sg_copy_buffer +EXPORT_SYMBOL vmlinux 0x6ef03bdd is_nvdimm_bus_locked +EXPORT_SYMBOL vmlinux 0x6f14e9db console_list_lock +EXPORT_SYMBOL vmlinux 0x6f17c573 agp_generic_create_gatt_table +EXPORT_SYMBOL vmlinux 0x6f254b81 of_find_mipi_dsi_device_by_node +EXPORT_SYMBOL vmlinux 0x6f2e0401 vm_map_pages +EXPORT_SYMBOL vmlinux 0x6f3185a3 filemap_page_mkwrite +EXPORT_SYMBOL vmlinux 0x6f382c10 filemap_range_has_page +EXPORT_SYMBOL vmlinux 0x6f41a428 acpi_get_vendor_resource +EXPORT_SYMBOL vmlinux 0x6f4a59e4 sort_r +EXPORT_SYMBOL vmlinux 0x6f5ab52f acpi_get_local_address +EXPORT_SYMBOL vmlinux 0x6f603464 dm_unregister_target +EXPORT_SYMBOL vmlinux 0x6f67da12 add_to_pipe +EXPORT_SYMBOL vmlinux 0x6f75da16 __tracepoint_module_get +EXPORT_SYMBOL vmlinux 0x6f7e8128 mini_qdisc_pair_init +EXPORT_SYMBOL vmlinux 0x6f8aed37 generic_listxattr +EXPORT_SYMBOL vmlinux 0x6f915a45 dqstats +EXPORT_SYMBOL vmlinux 0x6fb49676 queue_rcu_work +EXPORT_SYMBOL vmlinux 0x6fbbaa3a lease_modify +EXPORT_SYMBOL vmlinux 0x6fbc6a00 radix_tree_insert +EXPORT_SYMBOL vmlinux 0x6fbf0b8d __skb_gro_checksum_complete +EXPORT_SYMBOL vmlinux 0x6fcb87a1 touch_softlockup_watchdog +EXPORT_SYMBOL vmlinux 0x6fe559da free_netdev +EXPORT_SYMBOL vmlinux 0x6fe9d31d param_get_invbool +EXPORT_SYMBOL vmlinux 0x6ff4a2c5 timestamp_truncate +EXPORT_SYMBOL vmlinux 0x70002fe8 siphash_1u32 +EXPORT_SYMBOL vmlinux 0x7011dced register_mii_tstamp_controller +EXPORT_SYMBOL vmlinux 0x7023bea8 unregister_acpi_notifier +EXPORT_SYMBOL vmlinux 0x702946da ucs2_strlen +EXPORT_SYMBOL vmlinux 0x7040fff9 rtc_lock +EXPORT_SYMBOL vmlinux 0x70415294 md_bitmap_end_sync +EXPORT_SYMBOL vmlinux 0x704a7e52 inode_needs_sync +EXPORT_SYMBOL vmlinux 0x7054a3e4 request_dma +EXPORT_SYMBOL vmlinux 0x70563a6b pci_dev_put +EXPORT_SYMBOL vmlinux 0x707313f9 pci_stop_and_remove_bus_device +EXPORT_SYMBOL vmlinux 0x708f2981 inet_frag_queue_insert +EXPORT_SYMBOL vmlinux 0x709d3f57 devm_mfd_add_devices +EXPORT_SYMBOL vmlinux 0x70a9aa84 t10_pi_type1_crc +EXPORT_SYMBOL vmlinux 0x70ad75fb radix_tree_lookup +EXPORT_SYMBOL vmlinux 0x70b597f3 __ip_mc_inc_group +EXPORT_SYMBOL vmlinux 0x70bb7de2 __x86_indirect_jump_thunk_rbp +EXPORT_SYMBOL vmlinux 0x70d8d602 genlmsg_put +EXPORT_SYMBOL vmlinux 0x70e38327 pnpacpi_protocol +EXPORT_SYMBOL vmlinux 0x70e9c5de eth_validate_addr +EXPORT_SYMBOL vmlinux 0x70ef0795 proc_create +EXPORT_SYMBOL vmlinux 0x70f48734 __folio_alloc +EXPORT_SYMBOL vmlinux 0x710056ac abort +EXPORT_SYMBOL vmlinux 0x710668b6 iommu_put_resv_regions +EXPORT_SYMBOL vmlinux 0x711ca5a6 serial8250_register_8250_port +EXPORT_SYMBOL vmlinux 0x7129e5f8 hex_asc +EXPORT_SYMBOL vmlinux 0x712c934b path_get +EXPORT_SYMBOL vmlinux 0x7149f41c xen_free_unpopulated_pages +EXPORT_SYMBOL vmlinux 0x714a469c kmalloc_caches +EXPORT_SYMBOL vmlinux 0x7153d223 skb_kill_datagram +EXPORT_SYMBOL vmlinux 0x715a5ed0 vprintk +EXPORT_SYMBOL vmlinux 0x715f224a rt_dst_alloc +EXPORT_SYMBOL vmlinux 0x7171121c overflowgid +EXPORT_SYMBOL vmlinux 0x7183b6ff xfrm_lookup +EXPORT_SYMBOL vmlinux 0x718a4693 __SCT__tp_func_mmap_lock_start_locking +EXPORT_SYMBOL vmlinux 0x718d4840 nd_device_unregister +EXPORT_SYMBOL vmlinux 0x7193a1c6 ps2_handle_ack +EXPORT_SYMBOL vmlinux 0x71a118da setup_arg_pages +EXPORT_SYMBOL vmlinux 0x71a672ef dmam_pool_destroy +EXPORT_SYMBOL vmlinux 0x71d65ed0 reuseport_alloc +EXPORT_SYMBOL vmlinux 0x71d86242 clear_page_dirty_for_io +EXPORT_SYMBOL vmlinux 0x71dfc095 acpi_walk_resources +EXPORT_SYMBOL vmlinux 0x71e92a26 configfs_register_subsystem +EXPORT_SYMBOL vmlinux 0x71efdd4f jbd2_journal_try_to_free_buffers +EXPORT_SYMBOL vmlinux 0x71f15d12 nvdimm_bus_lock +EXPORT_SYMBOL vmlinux 0x720a27a7 __register_blkdev +EXPORT_SYMBOL vmlinux 0x720e9f04 posix_acl_update_mode +EXPORT_SYMBOL vmlinux 0x722a4bcc netdev_upper_get_next_dev_rcu +EXPORT_SYMBOL vmlinux 0x7248876d iov_iter_zero +EXPORT_SYMBOL vmlinux 0x724eef78 devfreq_add_governor +EXPORT_SYMBOL vmlinux 0x726bc3c7 wait_for_completion_killable_timeout +EXPORT_SYMBOL vmlinux 0x72741d14 devfreq_suspend_device +EXPORT_SYMBOL vmlinux 0x727521c6 sock_init_data_uid +EXPORT_SYMBOL vmlinux 0x7285c7a4 udp_seq_next +EXPORT_SYMBOL vmlinux 0x728d6ee8 ppp_register_compressor +EXPORT_SYMBOL vmlinux 0x72952c56 mpage_readahead +EXPORT_SYMBOL vmlinux 0x72adbae0 sget_fc +EXPORT_SYMBOL vmlinux 0x72b243d4 free_dma +EXPORT_SYMBOL vmlinux 0x72b9d287 default_grn +EXPORT_SYMBOL vmlinux 0x72c32c6c __register_chrdev +EXPORT_SYMBOL vmlinux 0x72c9cdbd mr_mfc_find_parent +EXPORT_SYMBOL vmlinux 0x72d79d83 pgdir_shift +EXPORT_SYMBOL vmlinux 0x72ea7b2d scsi_device_type +EXPORT_SYMBOL vmlinux 0x72f14ff7 acpi_get_object_info +EXPORT_SYMBOL vmlinux 0x7307c429 prepare_kernel_cred +EXPORT_SYMBOL vmlinux 0x730c843b _dev_info +EXPORT_SYMBOL vmlinux 0x7315a4e9 twl6030_mmc_card_detect_config +EXPORT_SYMBOL vmlinux 0x731a58bc scsi_host_get +EXPORT_SYMBOL vmlinux 0x731c4a9c dma_fence_signal +EXPORT_SYMBOL vmlinux 0x731ed074 inet6_add_protocol +EXPORT_SYMBOL vmlinux 0x73284832 backlight_device_get_by_name +EXPORT_SYMBOL vmlinux 0x732dd326 groups_free +EXPORT_SYMBOL vmlinux 0x732e23ee phy_write_paged +EXPORT_SYMBOL vmlinux 0x73302553 mfd_cell_disable +EXPORT_SYMBOL vmlinux 0x7349aa67 vlan_dev_vlan_proto +EXPORT_SYMBOL vmlinux 0x735a0bd5 native_io_delay +EXPORT_SYMBOL vmlinux 0x735e6a81 acpi_evaluate_integer +EXPORT_SYMBOL vmlinux 0x7365f153 pps_register_source +EXPORT_SYMBOL vmlinux 0x737ae83f pm860x_reg_write +EXPORT_SYMBOL vmlinux 0x7380dffa argv_split +EXPORT_SYMBOL vmlinux 0x739923c3 vfs_get_tree +EXPORT_SYMBOL vmlinux 0x73a225b9 pci_rebar_get_possible_sizes +EXPORT_SYMBOL vmlinux 0x73a4846c dev_mc_sync_multiple +EXPORT_SYMBOL vmlinux 0x73a55533 fb_set_cmap +EXPORT_SYMBOL vmlinux 0x73a7ecf5 give_up_console +EXPORT_SYMBOL vmlinux 0x73abb180 alloc_contig_range +EXPORT_SYMBOL vmlinux 0x73caff04 super_setup_bdi +EXPORT_SYMBOL vmlinux 0x73dd54eb irq_fpu_usable +EXPORT_SYMBOL vmlinux 0x740a1b95 reserve_evntsel_nmi +EXPORT_SYMBOL vmlinux 0x740c5d75 mipi_dsi_turn_on_peripheral +EXPORT_SYMBOL vmlinux 0x7410aba2 strreplace +EXPORT_SYMBOL vmlinux 0x7412ed5b kvfree_sensitive +EXPORT_SYMBOL vmlinux 0x7413793a EISA_bus +EXPORT_SYMBOL vmlinux 0x7419c1a0 rtnl_create_link +EXPORT_SYMBOL vmlinux 0x742181a4 dquot_free_inode +EXPORT_SYMBOL vmlinux 0x742578a5 wait_for_random_bytes +EXPORT_SYMBOL vmlinux 0x7429e20c kstrtos8 +EXPORT_SYMBOL vmlinux 0x7431e979 inet_csk_complete_hashdance +EXPORT_SYMBOL vmlinux 0x7432316b input_close_device +EXPORT_SYMBOL vmlinux 0x7453d3e8 security_release_secctx +EXPORT_SYMBOL vmlinux 0x745b2dae set_pages_array_wb +EXPORT_SYMBOL vmlinux 0x74754435 acpi_bus_generate_netlink_event +EXPORT_SYMBOL vmlinux 0x747a919f vme_bus_num +EXPORT_SYMBOL vmlinux 0x7483dc59 pci_dev_present +EXPORT_SYMBOL vmlinux 0x74931625 security_d_instantiate +EXPORT_SYMBOL vmlinux 0x74ad7886 pci_get_device +EXPORT_SYMBOL vmlinux 0x74b6ce39 scsi_host_busy +EXPORT_SYMBOL vmlinux 0x74b8e674 slhc_toss +EXPORT_SYMBOL vmlinux 0x74be64b4 sg_miter_next +EXPORT_SYMBOL vmlinux 0x74c134b9 __sw_hweight32 +EXPORT_SYMBOL vmlinux 0x74e02a8f console_start +EXPORT_SYMBOL vmlinux 0x74e5ff1a udpv6_encap_enable +EXPORT_SYMBOL vmlinux 0x75177bae tcp_add_backlog +EXPORT_SYMBOL vmlinux 0x7517fb64 __dev_queue_xmit +EXPORT_SYMBOL vmlinux 0x7530bb0c __SCT__tp_func_write_msr +EXPORT_SYMBOL vmlinux 0x753282e0 pid_task +EXPORT_SYMBOL vmlinux 0x7538b132 agp_off +EXPORT_SYMBOL vmlinux 0x754c3b6c netif_carrier_off +EXPORT_SYMBOL vmlinux 0x754d539c strlen +EXPORT_SYMBOL vmlinux 0x755f4ba3 blake2s_compress_generic +EXPORT_SYMBOL vmlinux 0x75710120 vm_event_states +EXPORT_SYMBOL vmlinux 0x7575aa5c security_inet_conn_request +EXPORT_SYMBOL vmlinux 0x75871f5e acpi_get_next_object +EXPORT_SYMBOL vmlinux 0x75943e25 i8253_lock +EXPORT_SYMBOL vmlinux 0x759c9cfe xfrm6_rcv_encap +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 0x75e31b90 blk_queue_physical_block_size +EXPORT_SYMBOL vmlinux 0x7605c67d devm_devfreq_remove_device +EXPORT_SYMBOL vmlinux 0x760a0f4f yield +EXPORT_SYMBOL vmlinux 0x7618af39 hdmi_infoframe_check +EXPORT_SYMBOL vmlinux 0x76192343 filemap_write_and_wait_range +EXPORT_SYMBOL vmlinux 0x761fad27 submit_bio_noacct +EXPORT_SYMBOL vmlinux 0x7624249e dim_park_tired +EXPORT_SYMBOL vmlinux 0x7639d16e security_unix_may_send +EXPORT_SYMBOL vmlinux 0x763cb4dc kobject_get_unless_zero +EXPORT_SYMBOL vmlinux 0x76400bea mipi_dsi_dcs_get_display_brightness_large +EXPORT_SYMBOL vmlinux 0x76402de7 task_work_add +EXPORT_SYMBOL vmlinux 0x76466fb1 __inode_add_bytes +EXPORT_SYMBOL vmlinux 0x7647726c handle_sysrq +EXPORT_SYMBOL vmlinux 0x764ad6cb vme_master_mmap +EXPORT_SYMBOL vmlinux 0x76502036 fs_lookup_param +EXPORT_SYMBOL vmlinux 0x76528bb0 __kfree_skb +EXPORT_SYMBOL vmlinux 0x765dfb54 skb_dequeue +EXPORT_SYMBOL vmlinux 0x765ff474 crc_t10dif_generic +EXPORT_SYMBOL vmlinux 0x766a0927 mempool_alloc_pages +EXPORT_SYMBOL vmlinux 0x767dce4b acpi_disable_all_gpes +EXPORT_SYMBOL vmlinux 0x767ddb02 set_memory_wc +EXPORT_SYMBOL vmlinux 0x7682ba4e __copy_overflow +EXPORT_SYMBOL vmlinux 0x7695d12c generic_file_read_iter +EXPORT_SYMBOL vmlinux 0x7695f935 netdev_reset_tc +EXPORT_SYMBOL vmlinux 0x769f6e64 errseq_check +EXPORT_SYMBOL vmlinux 0x76a5ceb7 sock_no_recvmsg +EXPORT_SYMBOL vmlinux 0x76b17935 xfrm6_rcv +EXPORT_SYMBOL vmlinux 0x76b4be8c inode_maybe_inc_iversion +EXPORT_SYMBOL vmlinux 0x76cda4e5 skb_tunnel_check_pmtu +EXPORT_SYMBOL vmlinux 0x76d3cd60 laptop_mode +EXPORT_SYMBOL vmlinux 0x76efc249 _atomic_dec_and_raw_lock_irqsave +EXPORT_SYMBOL vmlinux 0x76f47ab7 uart_register_driver +EXPORT_SYMBOL vmlinux 0x76fb08a7 amd_iommu_unregister_ppr_notifier +EXPORT_SYMBOL vmlinux 0x770bd920 clear_inode +EXPORT_SYMBOL vmlinux 0x77187a01 inode_to_bdi +EXPORT_SYMBOL vmlinux 0x7732159c free_irq_cpu_rmap +EXPORT_SYMBOL vmlinux 0x7732405c fb_validate_mode +EXPORT_SYMBOL vmlinux 0x77358855 iomem_resource +EXPORT_SYMBOL vmlinux 0x773e34d6 bpf_empty_prog_array +EXPORT_SYMBOL vmlinux 0x773fa409 __kfifo_dma_in_finish_r +EXPORT_SYMBOL vmlinux 0x77456e0a acpi_root_dir +EXPORT_SYMBOL vmlinux 0x776ca93a __clzdi2 +EXPORT_SYMBOL vmlinux 0x776db3e6 pci_write_vpd +EXPORT_SYMBOL vmlinux 0x77716964 param_ops_ulong +EXPORT_SYMBOL vmlinux 0x778db892 generic_fadvise +EXPORT_SYMBOL vmlinux 0x77a87fe0 pci_msix_vec_count +EXPORT_SYMBOL vmlinux 0x77bc13a0 strim +EXPORT_SYMBOL vmlinux 0x77ce3f4e scsi_dma_unmap +EXPORT_SYMBOL vmlinux 0x77d0cf32 sock_wfree +EXPORT_SYMBOL vmlinux 0x77d64bab sock_no_mmap +EXPORT_SYMBOL vmlinux 0x77e9eb37 aes_encrypt +EXPORT_SYMBOL vmlinux 0x77ed16aa devm_rproc_add +EXPORT_SYMBOL vmlinux 0x77f7136f proc_create_data +EXPORT_SYMBOL vmlinux 0x7807f0f8 schedule_timeout_idle +EXPORT_SYMBOL vmlinux 0x783440ff blk_sync_queue +EXPORT_SYMBOL vmlinux 0x7846af3e __kfifo_len_r +EXPORT_SYMBOL vmlinux 0x786da70a sk_stop_timer_sync +EXPORT_SYMBOL vmlinux 0x7874a607 uart_unregister_driver +EXPORT_SYMBOL vmlinux 0x7884bdd5 mipi_dsi_dcs_set_display_off +EXPORT_SYMBOL vmlinux 0x7887c8f1 pipe_unlock +EXPORT_SYMBOL vmlinux 0x78a1155b nla_put_nohdr +EXPORT_SYMBOL vmlinux 0x78a16f48 aes_decrypt +EXPORT_SYMBOL vmlinux 0x78a185f4 d_drop +EXPORT_SYMBOL vmlinux 0x78a365b7 inet_confirm_addr +EXPORT_SYMBOL vmlinux 0x78b4ea95 finish_swait +EXPORT_SYMBOL vmlinux 0x78b4fd7a fwnode_iomap +EXPORT_SYMBOL vmlinux 0x78b887ed vsprintf +EXPORT_SYMBOL vmlinux 0x78d14012 scsi_remove_host +EXPORT_SYMBOL vmlinux 0x78dbb397 pcie_capability_write_dword +EXPORT_SYMBOL vmlinux 0x78df6bd7 no_pci_devices +EXPORT_SYMBOL vmlinux 0x78fe6910 pci_bus_read_dev_vendor_id +EXPORT_SYMBOL vmlinux 0x792bfa6f xfrm_if_register_cb +EXPORT_SYMBOL vmlinux 0x792e24f9 pci_biosrom_size +EXPORT_SYMBOL vmlinux 0x794d4b50 mipi_dsi_device_register_full +EXPORT_SYMBOL vmlinux 0x794fca42 freezing_slow_path +EXPORT_SYMBOL vmlinux 0x79525168 sock_pfree +EXPORT_SYMBOL vmlinux 0x7953daa6 pcim_iomap_regions +EXPORT_SYMBOL vmlinux 0x7958f0d7 kthread_stop +EXPORT_SYMBOL vmlinux 0x795a9366 sdev_disable_disk_events +EXPORT_SYMBOL vmlinux 0x795ed7a9 dev_pick_tx_cpu_id +EXPORT_SYMBOL vmlinux 0x79607957 fb_set_var +EXPORT_SYMBOL vmlinux 0x79609a1f phy_print_status +EXPORT_SYMBOL vmlinux 0x7982b909 phy_validate_pause +EXPORT_SYMBOL vmlinux 0x7984eefc key_update +EXPORT_SYMBOL vmlinux 0x798cdc3c config_group_init +EXPORT_SYMBOL vmlinux 0x79a33f85 vme_get_size +EXPORT_SYMBOL vmlinux 0x79afafd7 d_alloc_name +EXPORT_SYMBOL vmlinux 0x79df9633 ioremap_encrypted +EXPORT_SYMBOL vmlinux 0x79ed2e9b neigh_parms_release +EXPORT_SYMBOL vmlinux 0x79f1454b __skb_free_datagram_locked +EXPORT_SYMBOL vmlinux 0x79fa7f95 ptp_find_pin +EXPORT_SYMBOL vmlinux 0x79ff9a28 blk_dump_rq_flags +EXPORT_SYMBOL vmlinux 0x7a0080a5 filemap_dirty_folio +EXPORT_SYMBOL vmlinux 0x7a010d46 ip6_dst_alloc +EXPORT_SYMBOL vmlinux 0x7a05e351 kernel_sock_shutdown +EXPORT_SYMBOL vmlinux 0x7a1bcd59 gf128mul_x8_ble +EXPORT_SYMBOL vmlinux 0x7a2ff57e security_current_getsecid_subj +EXPORT_SYMBOL vmlinux 0x7a3d14e6 netdev_has_any_upper_dev +EXPORT_SYMBOL vmlinux 0x7a3e381f generic_file_readonly_mmap +EXPORT_SYMBOL vmlinux 0x7a53a06d flow_indr_dev_exists +EXPORT_SYMBOL vmlinux 0x7a5fa280 netlbl_calipso_ops_register +EXPORT_SYMBOL vmlinux 0x7a88da87 iosf_mbi_write +EXPORT_SYMBOL vmlinux 0x7a95e5ae do_settimeofday64 +EXPORT_SYMBOL vmlinux 0x7aa1756e kvfree +EXPORT_SYMBOL vmlinux 0x7aaf2470 thread_group_exited +EXPORT_SYMBOL vmlinux 0x7abb127c flow_rule_match_eth_addrs +EXPORT_SYMBOL vmlinux 0x7abf74bc genlmsg_multicast_allns +EXPORT_SYMBOL vmlinux 0x7ad050b9 qid_lt +EXPORT_SYMBOL vmlinux 0x7ad3aa92 is_nd_btt +EXPORT_SYMBOL vmlinux 0x7adc0fbf rb_replace_node_rcu +EXPORT_SYMBOL vmlinux 0x7aea3388 jbd2_journal_finish_inode_data_buffers +EXPORT_SYMBOL vmlinux 0x7aff77a3 __cpu_present_mask +EXPORT_SYMBOL vmlinux 0x7b0f1d0a mtree_store +EXPORT_SYMBOL vmlinux 0x7b18dbd9 reuseport_add_sock +EXPORT_SYMBOL vmlinux 0x7b37d4a7 _find_first_zero_bit +EXPORT_SYMBOL vmlinux 0x7b3b1af9 iptun_encaps +EXPORT_SYMBOL vmlinux 0x7b4da6ff __init_rwsem +EXPORT_SYMBOL vmlinux 0x7b520269 mpage_read_folio +EXPORT_SYMBOL vmlinux 0x7b527db5 input_release_device +EXPORT_SYMBOL vmlinux 0x7b5b8f31 sha256_update +EXPORT_SYMBOL vmlinux 0x7b6c906f netdev_lower_get_next_private +EXPORT_SYMBOL vmlinux 0x7b82b9a1 idr_replace +EXPORT_SYMBOL vmlinux 0x7ba07ed6 phy_device_remove +EXPORT_SYMBOL vmlinux 0x7bb50b88 acpi_write +EXPORT_SYMBOL vmlinux 0x7bbccd05 nr_node_ids +EXPORT_SYMBOL vmlinux 0x7bc55051 devm_clk_put +EXPORT_SYMBOL vmlinux 0x7bcdc549 poll_freewait +EXPORT_SYMBOL vmlinux 0x7bf6b324 bdi_register +EXPORT_SYMBOL vmlinux 0x7bfe6a38 register_mii_timestamper +EXPORT_SYMBOL vmlinux 0x7c0144c2 clear_nlink +EXPORT_SYMBOL vmlinux 0x7c04625e hmm_range_fault +EXPORT_SYMBOL vmlinux 0x7c05ee91 ppp_input +EXPORT_SYMBOL vmlinux 0x7c0e51f5 unregister_shrinker +EXPORT_SYMBOL vmlinux 0x7c173634 __bitmap_complement +EXPORT_SYMBOL vmlinux 0x7c1d2fa6 elv_bio_merge_ok +EXPORT_SYMBOL vmlinux 0x7c24dbb6 pnp_disable_dev +EXPORT_SYMBOL vmlinux 0x7c2f57ca sk_common_release +EXPORT_SYMBOL vmlinux 0x7c30dfa2 device_add_disk +EXPORT_SYMBOL vmlinux 0x7c3df618 filemap_check_errors +EXPORT_SYMBOL vmlinux 0x7c46233a cpufreq_quick_get +EXPORT_SYMBOL vmlinux 0x7c7c2779 cros_ec_query_all +EXPORT_SYMBOL vmlinux 0x7c88635e phy_sfp_probe +EXPORT_SYMBOL vmlinux 0x7c9d5ee1 phy_find_first +EXPORT_SYMBOL vmlinux 0x7cb98657 tty_port_free_xmit_buf +EXPORT_SYMBOL vmlinux 0x7cbc84cb seq_put_decimal_ull +EXPORT_SYMBOL vmlinux 0x7cd320ee unregister_netdev +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 0x7cf6cf6c __skb_checksum_complete +EXPORT_SYMBOL vmlinux 0x7cf85eea tcf_register_action +EXPORT_SYMBOL vmlinux 0x7cf8f19f generic_fillattr +EXPORT_SYMBOL vmlinux 0x7cfe368d net_dim_get_def_tx_moderation +EXPORT_SYMBOL vmlinux 0x7d04f14e crypto_sha256_update +EXPORT_SYMBOL vmlinux 0x7d058e4c kmalloc_trace +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 0x7d280485 bio_split +EXPORT_SYMBOL vmlinux 0x7d3976b2 netlink_ns_capable +EXPORT_SYMBOL vmlinux 0x7d3e3554 sock_rfree +EXPORT_SYMBOL vmlinux 0x7d3eab65 scsi_command_normalize_sense +EXPORT_SYMBOL vmlinux 0x7d4b176a netlbl_catmap_setbit +EXPORT_SYMBOL vmlinux 0x7d51863a jbd2_journal_destroy +EXPORT_SYMBOL vmlinux 0x7d5c1198 dma_fence_describe +EXPORT_SYMBOL vmlinux 0x7d5e1008 __crc32c_le_shift +EXPORT_SYMBOL vmlinux 0x7d628444 memcpy_fromio +EXPORT_SYMBOL vmlinux 0x7d6527dc tcf_action_update_hw_stats +EXPORT_SYMBOL vmlinux 0x7d74d522 kstrtoull_from_user +EXPORT_SYMBOL vmlinux 0x7d8f3099 ip6_frag_init +EXPORT_SYMBOL vmlinux 0x7da5a9e9 pci_alloc_irq_vectors +EXPORT_SYMBOL vmlinux 0x7daece67 quota_send_warning +EXPORT_SYMBOL vmlinux 0x7dbdaa72 xfrm_state_check_expire +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 0x7dd89a2d udp_lib_get_port +EXPORT_SYMBOL vmlinux 0x7de997e2 scsi_device_resume +EXPORT_SYMBOL vmlinux 0x7df81176 filemap_fault +EXPORT_SYMBOL vmlinux 0x7dfba87f devm_extcon_register_notifier_all +EXPORT_SYMBOL vmlinux 0x7e01adbd simple_open +EXPORT_SYMBOL vmlinux 0x7e0b255f hdmi_audio_infoframe_pack_for_dp +EXPORT_SYMBOL vmlinux 0x7e3191f6 try_to_del_timer_sync +EXPORT_SYMBOL vmlinux 0x7e34e967 devfreq_recommended_opp +EXPORT_SYMBOL vmlinux 0x7e42bdc5 skb_queue_head +EXPORT_SYMBOL vmlinux 0x7e4d577f generic_key_instantiate +EXPORT_SYMBOL vmlinux 0x7e5c9cbd migrate_device_finalize +EXPORT_SYMBOL vmlinux 0x7e7bcf26 acpi_map_cpu +EXPORT_SYMBOL vmlinux 0x7e8c1623 pci_match_id +EXPORT_SYMBOL vmlinux 0x7e9153e0 sync_blockdev_range +EXPORT_SYMBOL vmlinux 0x7eaff630 netdev_emerg +EXPORT_SYMBOL vmlinux 0x7ed8ed1f dev_uc_add_excl +EXPORT_SYMBOL vmlinux 0x7ef09804 netdev_txq_to_tc +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 0x7f04e744 inet_rcv_saddr_equal +EXPORT_SYMBOL vmlinux 0x7f0584d5 vme_unregister_bridge +EXPORT_SYMBOL vmlinux 0x7f15f5be dm_table_get_mode +EXPORT_SYMBOL vmlinux 0x7f193ecb md_register_thread +EXPORT_SYMBOL vmlinux 0x7f24de73 jiffies_to_usecs +EXPORT_SYMBOL vmlinux 0x7f32a9b7 generic_write_checks +EXPORT_SYMBOL vmlinux 0x7f34c8c0 tcf_block_netif_keep_dst +EXPORT_SYMBOL vmlinux 0x7f3767b6 __skb_warn_lro_forwarding +EXPORT_SYMBOL vmlinux 0x7f50c579 xfrm_lookup_with_ifid +EXPORT_SYMBOL vmlinux 0x7f52071a net_dim +EXPORT_SYMBOL vmlinux 0x7f59311c __sk_backlog_rcv +EXPORT_SYMBOL vmlinux 0x7f5b25f9 fscrypt_decrypt_block_inplace +EXPORT_SYMBOL vmlinux 0x7f62eaa4 sgl_free +EXPORT_SYMBOL vmlinux 0x7f63e280 mini_qdisc_pair_block_init +EXPORT_SYMBOL vmlinux 0x7f7f7bb4 irq_poll_disable +EXPORT_SYMBOL vmlinux 0x7f811e1d tcf_idrinfo_destroy +EXPORT_SYMBOL vmlinux 0x7fce1194 xfrm_state_lookup +EXPORT_SYMBOL vmlinux 0x7fe32873 rb_replace_node +EXPORT_SYMBOL vmlinux 0x7ffa9e7a bio_add_page +EXPORT_SYMBOL vmlinux 0x80104613 inet_reqsk_alloc +EXPORT_SYMBOL vmlinux 0x803c7000 PageMovable +EXPORT_SYMBOL vmlinux 0x803ddbb6 __posix_acl_create +EXPORT_SYMBOL vmlinux 0x804af87c wrmsr_safe_on_cpu +EXPORT_SYMBOL vmlinux 0x8055b5ce udp_set_csum +EXPORT_SYMBOL vmlinux 0x80663f51 netdev_features_change +EXPORT_SYMBOL vmlinux 0x806a3867 put_cmsg +EXPORT_SYMBOL vmlinux 0x80762048 _atomic_dec_and_raw_lock +EXPORT_SYMBOL vmlinux 0x807b3dcc phy_device_create +EXPORT_SYMBOL vmlinux 0x80816f26 get_user_ifreq +EXPORT_SYMBOL vmlinux 0x80924617 xfrm4_protocol_register +EXPORT_SYMBOL vmlinux 0x809712ff hdmi_avi_infoframe_pack +EXPORT_SYMBOL vmlinux 0x80985cbe neigh_parms_alloc +EXPORT_SYMBOL vmlinux 0x809e71e5 tso_start +EXPORT_SYMBOL vmlinux 0x80a717a8 __percpu_counter_compare +EXPORT_SYMBOL vmlinux 0x80abd43c dcb_ieee_getapp_default_prio_mask +EXPORT_SYMBOL vmlinux 0x80ca5026 _bin2bcd +EXPORT_SYMBOL vmlinux 0x80d68d3e fb_register_client +EXPORT_SYMBOL vmlinux 0x80e5f86f fscrypt_fname_alloc_buffer +EXPORT_SYMBOL vmlinux 0x80eae66e blk_rq_map_user_io +EXPORT_SYMBOL vmlinux 0x8112b3d2 scsi_build_sense_buffer +EXPORT_SYMBOL vmlinux 0x8113b02e generic_file_mmap +EXPORT_SYMBOL vmlinux 0x81188c30 match_string +EXPORT_SYMBOL vmlinux 0x813dd395 tcp_sock_set_nodelay +EXPORT_SYMBOL vmlinux 0x81436678 path_put +EXPORT_SYMBOL vmlinux 0x814873f3 iov_iter_xarray +EXPORT_SYMBOL vmlinux 0x814dce99 security_sk_classify_flow +EXPORT_SYMBOL vmlinux 0x81533963 sysfs_format_mac +EXPORT_SYMBOL vmlinux 0x815b5dd4 match_octal +EXPORT_SYMBOL vmlinux 0x815f2897 empty_zero_page +EXPORT_SYMBOL vmlinux 0x816177ec pskb_trim_rcsum_slow +EXPORT_SYMBOL vmlinux 0x816347c6 agp_device_command +EXPORT_SYMBOL vmlinux 0x816f8bb3 sock_register +EXPORT_SYMBOL vmlinux 0x81702008 invalidate_bdev +EXPORT_SYMBOL vmlinux 0x81736501 kmem_cache_shrink +EXPORT_SYMBOL vmlinux 0x8180fd13 agp_generic_alloc_pages +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 0x81ca8b49 _dev_warn +EXPORT_SYMBOL vmlinux 0x81ce9941 intel_scu_ipc_dev_writev +EXPORT_SYMBOL vmlinux 0x81cfb552 path_is_under +EXPORT_SYMBOL vmlinux 0x81db6ebb xz_dec_reset +EXPORT_SYMBOL vmlinux 0x81e2a038 __tracepoint_kmem_cache_free +EXPORT_SYMBOL vmlinux 0x81e6b37f dmi_get_system_info +EXPORT_SYMBOL vmlinux 0x81ea69ac blk_queue_max_hw_sectors +EXPORT_SYMBOL vmlinux 0x8208e7e2 folio_migrate_mapping +EXPORT_SYMBOL vmlinux 0x8210d789 folio_mark_accessed +EXPORT_SYMBOL vmlinux 0x82141584 regset_get_alloc +EXPORT_SYMBOL vmlinux 0x821c14de devfreq_update_status +EXPORT_SYMBOL vmlinux 0x822e7c64 phy_ethtool_get_eee +EXPORT_SYMBOL vmlinux 0x823c19ea iosf_mbi_unregister_pmic_bus_access_notifier_unlocked +EXPORT_SYMBOL vmlinux 0x824dec6b ppp_dev_name +EXPORT_SYMBOL vmlinux 0x825971ad phy_mipi_dphy_get_default_config_for_hsclk +EXPORT_SYMBOL vmlinux 0x825e9d01 genphy_resume +EXPORT_SYMBOL vmlinux 0x825f2c1c nf_unregister_net_hooks +EXPORT_SYMBOL vmlinux 0x8263a6d9 proc_douintvec +EXPORT_SYMBOL vmlinux 0x826e8044 tcf_classify +EXPORT_SYMBOL vmlinux 0x827162a3 skb_condense +EXPORT_SYMBOL vmlinux 0x8280662a __SCK__tp_func_kmalloc +EXPORT_SYMBOL vmlinux 0x829321f0 iterate_fd +EXPORT_SYMBOL vmlinux 0x82945788 __insert_inode_hash +EXPORT_SYMBOL vmlinux 0x82ab8e49 tty_unregister_ldisc +EXPORT_SYMBOL vmlinux 0x82bcd31d thaw_bdev +EXPORT_SYMBOL vmlinux 0x82bdf7b6 __netif_schedule +EXPORT_SYMBOL vmlinux 0x82c87ad5 nr_online_nodes +EXPORT_SYMBOL vmlinux 0x82ee90dc timer_delete_sync +EXPORT_SYMBOL vmlinux 0x8306c2c3 inc_node_page_state +EXPORT_SYMBOL vmlinux 0x8307cf2f mmc_hw_reset +EXPORT_SYMBOL vmlinux 0x830d7566 vm_iomap_memory +EXPORT_SYMBOL vmlinux 0x831a3c7e ip6_frag_next +EXPORT_SYMBOL vmlinux 0x832ec30b dquot_load_quota_sb +EXPORT_SYMBOL vmlinux 0x83383dec __xfrm_state_delete +EXPORT_SYMBOL vmlinux 0x8342899f __traceiter_spi_transfer_stop +EXPORT_SYMBOL vmlinux 0x83581089 gf128mul_init_4k_lle +EXPORT_SYMBOL vmlinux 0x8363479b dev_addr_del +EXPORT_SYMBOL vmlinux 0x8366e156 jbd2_journal_set_features +EXPORT_SYMBOL vmlinux 0x8370bf8f set_security_override +EXPORT_SYMBOL vmlinux 0x838d2bc8 siphash_3u32 +EXPORT_SYMBOL vmlinux 0x8393938a devfreq_update_interval +EXPORT_SYMBOL vmlinux 0x839bc382 md_bitmap_sync_with_cluster +EXPORT_SYMBOL vmlinux 0x83a7808a dma_resv_copy_fences +EXPORT_SYMBOL vmlinux 0x83a81ba9 pneigh_lookup +EXPORT_SYMBOL vmlinux 0x83ae964e __i2c_transfer +EXPORT_SYMBOL vmlinux 0x83e72385 __tracepoint_rdpmc +EXPORT_SYMBOL vmlinux 0x83fe0194 sock_diag_put_filterinfo +EXPORT_SYMBOL vmlinux 0x83ff22fb set_pages_array_wc +EXPORT_SYMBOL vmlinux 0x84274dac xsk_tx_release +EXPORT_SYMBOL vmlinux 0x8427cc7b _raw_spin_lock_irq +EXPORT_SYMBOL vmlinux 0x842c8e9d ioread16 +EXPORT_SYMBOL vmlinux 0x843ce92a no_seek_end_llseek +EXPORT_SYMBOL vmlinux 0x843d8fd0 qdisc_tree_reduce_backlog +EXPORT_SYMBOL vmlinux 0x8455e3a7 dma_fence_signal_timestamp_locked +EXPORT_SYMBOL vmlinux 0x8461b57b pci_disable_ptm +EXPORT_SYMBOL vmlinux 0x846673e5 __SetPageMovable +EXPORT_SYMBOL vmlinux 0x846fcaee phy_modify_paged_changed +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 0x8493b98d pci_enable_msix_range +EXPORT_SYMBOL vmlinux 0x849d08d8 jbd2_journal_invalidate_folio +EXPORT_SYMBOL vmlinux 0x849e7453 phy_ethtool_get_stats +EXPORT_SYMBOL vmlinux 0x84a0ca4d bitmap_zalloc_node +EXPORT_SYMBOL vmlinux 0x84c1c552 proc_dointvec_ms_jiffies +EXPORT_SYMBOL vmlinux 0x84c5ef85 security_tun_dev_attach +EXPORT_SYMBOL vmlinux 0x84d8bdbf rproc_shutdown +EXPORT_SYMBOL vmlinux 0x84fd728d backlight_device_get_by_type +EXPORT_SYMBOL vmlinux 0x8518a4a6 _raw_spin_trylock_bh +EXPORT_SYMBOL vmlinux 0x8522d6bc strncpy_from_user +EXPORT_SYMBOL vmlinux 0x8536447e locks_free_lock +EXPORT_SYMBOL vmlinux 0x85376fb3 jbd2_journal_inode_ranged_write +EXPORT_SYMBOL vmlinux 0x8545cbc4 generic_ro_fops +EXPORT_SYMBOL vmlinux 0x854fe18d generic_fill_statx_attr +EXPORT_SYMBOL vmlinux 0x85670f1d rtnl_is_locked +EXPORT_SYMBOL vmlinux 0x85809c70 dquot_writeback_dquots +EXPORT_SYMBOL vmlinux 0x85875d18 xfrm_register_type +EXPORT_SYMBOL vmlinux 0x858dee53 skb_copy_and_csum_dev +EXPORT_SYMBOL vmlinux 0x85901c35 jbd2_journal_start_reserved +EXPORT_SYMBOL vmlinux 0x8591d7d5 ledtrig_mtd_activity +EXPORT_SYMBOL vmlinux 0x85b5e625 rfkill_set_states +EXPORT_SYMBOL vmlinux 0x85bd1608 __request_region +EXPORT_SYMBOL vmlinux 0x85c5e4f3 tcp_make_synack +EXPORT_SYMBOL vmlinux 0x85df9b6c strsep +EXPORT_SYMBOL vmlinux 0x85e311ab tcp_ld_RTO_revert +EXPORT_SYMBOL vmlinux 0x85efc7e0 zero_pfn +EXPORT_SYMBOL vmlinux 0x85f331df dma_sync_single_for_cpu +EXPORT_SYMBOL vmlinux 0x8600261d vlan_dev_real_dev +EXPORT_SYMBOL vmlinux 0x861035d4 __hw_addr_ref_sync_dev +EXPORT_SYMBOL vmlinux 0x86163e03 devm_request_resource +EXPORT_SYMBOL vmlinux 0x861ffd67 cfb_imageblit +EXPORT_SYMBOL vmlinux 0x862b0629 pci_dev_driver +EXPORT_SYMBOL vmlinux 0x862c8035 bitmap_alloc_node +EXPORT_SYMBOL vmlinux 0x863a276a color_table +EXPORT_SYMBOL vmlinux 0x864884e5 __folio_put +EXPORT_SYMBOL vmlinux 0x864ee271 netdev_next_lower_dev_rcu +EXPORT_SYMBOL vmlinux 0x864f82a7 netdev_bind_sb_channel_queue +EXPORT_SYMBOL vmlinux 0x86508077 inet_sock_destruct +EXPORT_SYMBOL vmlinux 0x86517312 __dev_kfree_skb_irq +EXPORT_SYMBOL vmlinux 0x8655533e __sock_create +EXPORT_SYMBOL vmlinux 0x866a62b2 gnet_stats_basic_sync_init +EXPORT_SYMBOL vmlinux 0x866f501b generic_setlease +EXPORT_SYMBOL vmlinux 0x867d49ca tcp_filter +EXPORT_SYMBOL vmlinux 0x867f5be3 genphy_read_status +EXPORT_SYMBOL vmlinux 0x868acba5 get_options +EXPORT_SYMBOL vmlinux 0x86928644 vfs_fileattr_set +EXPORT_SYMBOL vmlinux 0x86a2dc30 locks_init_lock +EXPORT_SYMBOL vmlinux 0x86ab6641 xsk_tx_peek_desc +EXPORT_SYMBOL vmlinux 0x86b1ccf4 mipi_dsi_dcs_set_display_brightness_large +EXPORT_SYMBOL vmlinux 0x86bb29f7 tty_port_close_end +EXPORT_SYMBOL vmlinux 0x86c7272b iosf_mbi_read +EXPORT_SYMBOL vmlinux 0x86c8865b jbd2_journal_abort +EXPORT_SYMBOL vmlinux 0x86d52ba5 lookup_constant +EXPORT_SYMBOL vmlinux 0x86dd708d tc_skb_ext_tc_enable +EXPORT_SYMBOL vmlinux 0x86e1b259 __put_cred +EXPORT_SYMBOL vmlinux 0x86f27420 iosf_mbi_block_punit_i2c_access +EXPORT_SYMBOL vmlinux 0x86fb9b05 bitmap_parse_user +EXPORT_SYMBOL vmlinux 0x86febfac dma_ops +EXPORT_SYMBOL vmlinux 0x8716447a elv_rb_add +EXPORT_SYMBOL vmlinux 0x871b6819 phy_set_sym_pause +EXPORT_SYMBOL vmlinux 0x87234472 ipv6_push_frag_opts +EXPORT_SYMBOL vmlinux 0x872ad2c3 devm_of_find_backlight +EXPORT_SYMBOL vmlinux 0x872cc4b0 netpoll_poll_enable +EXPORT_SYMBOL vmlinux 0x873f7757 skb_seq_read +EXPORT_SYMBOL vmlinux 0x87465d84 serio_open +EXPORT_SYMBOL vmlinux 0x874a2520 km_policy_expired +EXPORT_SYMBOL vmlinux 0x87502a88 qdisc_offload_query_caps +EXPORT_SYMBOL vmlinux 0x875e9bf2 generic_perform_write +EXPORT_SYMBOL vmlinux 0x8761c87b rps_needed +EXPORT_SYMBOL vmlinux 0x87706d4e __put_user_nocheck_8 +EXPORT_SYMBOL vmlinux 0x877e4fa3 genl_unregister_family +EXPORT_SYMBOL vmlinux 0x877fddd0 phy_ethtool_set_eee +EXPORT_SYMBOL vmlinux 0x87809aeb put_user_ifreq +EXPORT_SYMBOL vmlinux 0x8781a41f __tracepoint_mmap_lock_start_locking +EXPORT_SYMBOL vmlinux 0x87836264 serial8250_do_pm +EXPORT_SYMBOL vmlinux 0x878e6285 pmem_sector_size +EXPORT_SYMBOL vmlinux 0x879b4fec max8998_bulk_read +EXPORT_SYMBOL vmlinux 0x87a21cb3 __ubsan_handle_out_of_bounds +EXPORT_SYMBOL vmlinux 0x87bb469c phy_disconnect +EXPORT_SYMBOL vmlinux 0x87be10c4 vmf_insert_pfn +EXPORT_SYMBOL vmlinux 0x87bf5cfe netif_device_attach +EXPORT_SYMBOL vmlinux 0x87d4d547 unlock_two_nondirectories +EXPORT_SYMBOL vmlinux 0x87d99f87 seq_puts +EXPORT_SYMBOL vmlinux 0x87e0237d param_get_string +EXPORT_SYMBOL vmlinux 0x87e0697d page_pool_alloc_frag +EXPORT_SYMBOL vmlinux 0x87e75a67 devm_extcon_unregister_notifier_all +EXPORT_SYMBOL vmlinux 0x87e82465 __inet6_lookup_established +EXPORT_SYMBOL vmlinux 0x87f21ee3 make_kprojid +EXPORT_SYMBOL vmlinux 0x8810754a _find_first_bit +EXPORT_SYMBOL vmlinux 0x8817af43 tcp_disconnect +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 0x883f6759 security_sb_mnt_opts_compat +EXPORT_SYMBOL vmlinux 0x8864180c tcp_parse_options +EXPORT_SYMBOL vmlinux 0x88780a5e tty_port_tty_get +EXPORT_SYMBOL vmlinux 0x88822d38 unregister_blocking_lsm_notifier +EXPORT_SYMBOL vmlinux 0x8888f1fe xxh32 +EXPORT_SYMBOL vmlinux 0x889b1370 _raw_read_trylock +EXPORT_SYMBOL vmlinux 0x88aa0da6 netpoll_poll_dev +EXPORT_SYMBOL vmlinux 0x88b47bd8 unlock_rename +EXPORT_SYMBOL vmlinux 0x88bec51f key_validate +EXPORT_SYMBOL vmlinux 0x88c2c07a uart_resume_port +EXPORT_SYMBOL vmlinux 0x88d5d8fc bdi_put +EXPORT_SYMBOL vmlinux 0x88db9f48 __check_object_size +EXPORT_SYMBOL vmlinux 0x88e1d0f0 page_frag_free +EXPORT_SYMBOL vmlinux 0x88fe8554 inet6_add_offload +EXPORT_SYMBOL vmlinux 0x891dbb8f sgl_free_order +EXPORT_SYMBOL vmlinux 0x892048b5 devfreq_monitor_resume +EXPORT_SYMBOL vmlinux 0x892dc4b5 twl6040_reg_read +EXPORT_SYMBOL vmlinux 0x89405df5 simple_transaction_release +EXPORT_SYMBOL vmlinux 0x89434b4b radix_tree_tag_clear +EXPORT_SYMBOL vmlinux 0x8950f16b inet_listen +EXPORT_SYMBOL vmlinux 0x89590e58 tty_port_open +EXPORT_SYMBOL vmlinux 0x89615331 phy_detach +EXPORT_SYMBOL vmlinux 0x897e6090 default_qdisc_ops +EXPORT_SYMBOL vmlinux 0x8987952a scsi_print_result +EXPORT_SYMBOL vmlinux 0x89940875 mutex_lock_interruptible +EXPORT_SYMBOL vmlinux 0x89b30faa security_sctp_assoc_request +EXPORT_SYMBOL vmlinux 0x89d348f8 devm_backlight_device_unregister +EXPORT_SYMBOL vmlinux 0x89ef0bb4 filp_close +EXPORT_SYMBOL vmlinux 0x8a0b92f9 ip6_fraglist_prepare +EXPORT_SYMBOL vmlinux 0x8a1e229a iput +EXPORT_SYMBOL vmlinux 0x8a35622c __nla_reserve +EXPORT_SYMBOL vmlinux 0x8a35b432 sme_me_mask +EXPORT_SYMBOL vmlinux 0x8a449425 mq_change_real_num_tx +EXPORT_SYMBOL vmlinux 0x8a47043d LZ4_decompress_safe_continue +EXPORT_SYMBOL vmlinux 0x8a4733ac phy_reset_after_clk_enable +EXPORT_SYMBOL vmlinux 0x8a490c90 rfkill_set_sw_state +EXPORT_SYMBOL vmlinux 0x8a4cf174 inet_accept +EXPORT_SYMBOL vmlinux 0x8a54670a __x86_indirect_jump_thunk_r14 +EXPORT_SYMBOL vmlinux 0x8a6c7139 acpi_mask_gpe +EXPORT_SYMBOL vmlinux 0x8a7094ba vm_brk_flags +EXPORT_SYMBOL vmlinux 0x8a7d1c31 high_memory +EXPORT_SYMBOL vmlinux 0x8a8ca0fc kobject_get +EXPORT_SYMBOL vmlinux 0x8a950cb5 fscrypt_zeroout_range +EXPORT_SYMBOL vmlinux 0x8a99a016 mempool_free_slab +EXPORT_SYMBOL vmlinux 0x8aa25797 blk_rq_init +EXPORT_SYMBOL vmlinux 0x8aaf86d0 tty_wait_until_sent +EXPORT_SYMBOL vmlinux 0x8ab7191d security_inode_notifysecctx +EXPORT_SYMBOL vmlinux 0x8ac260b0 tcp_openreq_init_rwin +EXPORT_SYMBOL vmlinux 0x8ac3334b net_dim_get_def_rx_moderation +EXPORT_SYMBOL vmlinux 0x8acdaa38 pci_claim_resource +EXPORT_SYMBOL vmlinux 0x8ae69161 copy_page_from_iter_atomic +EXPORT_SYMBOL vmlinux 0x8af3f376 blk_queue_max_write_zeroes_sectors +EXPORT_SYMBOL vmlinux 0x8b0088d1 LZ4_decompress_safe_usingDict +EXPORT_SYMBOL vmlinux 0x8b0ed31a tcf_action_check_ctrlact +EXPORT_SYMBOL vmlinux 0x8b4a709c eth_header_parse_protocol +EXPORT_SYMBOL vmlinux 0x8b56332e md_check_recovery +EXPORT_SYMBOL vmlinux 0x8b618d08 overflowuid +EXPORT_SYMBOL vmlinux 0x8b682fb4 __cgroup_bpf_run_filter_sock_addr +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 0x8ba257a9 get_inode_acl +EXPORT_SYMBOL vmlinux 0x8babc8e6 security_sb_remount +EXPORT_SYMBOL vmlinux 0x8bc19b7e sdev_enable_disk_events +EXPORT_SYMBOL vmlinux 0x8bd577d0 acpi_ut_exit +EXPORT_SYMBOL vmlinux 0x8bdbbd8f devfreq_remove_governor +EXPORT_SYMBOL vmlinux 0x8bdfc47c __mb_cache_entry_free +EXPORT_SYMBOL vmlinux 0x8bebe0fc sk_stream_kill_queues +EXPORT_SYMBOL vmlinux 0x8c0efeab user_path_create +EXPORT_SYMBOL vmlinux 0x8c12ac43 pci_read_config_byte +EXPORT_SYMBOL vmlinux 0x8c17aa03 neigh_seq_next +EXPORT_SYMBOL vmlinux 0x8c1cfc2a vga_switcheroo_register_client +EXPORT_SYMBOL vmlinux 0x8c1e2dd7 _dev_alert +EXPORT_SYMBOL vmlinux 0x8c26d495 prepare_to_wait_event +EXPORT_SYMBOL vmlinux 0x8c2afbca close_fd_get_file +EXPORT_SYMBOL vmlinux 0x8c30bf67 zstd_dctx_workspace_bound +EXPORT_SYMBOL vmlinux 0x8c30bf96 netdev_refcnt_read +EXPORT_SYMBOL vmlinux 0x8c490841 __cpuhp_remove_state +EXPORT_SYMBOL vmlinux 0x8c5848b5 ipv6_chk_addr +EXPORT_SYMBOL vmlinux 0x8c5a766b seq_release +EXPORT_SYMBOL vmlinux 0x8c5d41aa pcix_get_max_mmrbc +EXPORT_SYMBOL vmlinux 0x8c684cc8 __starget_for_each_device +EXPORT_SYMBOL vmlinux 0x8c7558ed blk_pm_runtime_init +EXPORT_SYMBOL vmlinux 0x8c7cbf02 blk_set_queue_depth +EXPORT_SYMBOL vmlinux 0x8c8569cb kstrtoint +EXPORT_SYMBOL vmlinux 0x8c86de93 fib_default_rule_add +EXPORT_SYMBOL vmlinux 0x8c8ca104 jbd2_fc_end_commit +EXPORT_SYMBOL vmlinux 0x8c9e338f acpi_bios_error +EXPORT_SYMBOL vmlinux 0x8caae075 drop_super_exclusive +EXPORT_SYMBOL vmlinux 0x8caf9305 uuid_is_valid +EXPORT_SYMBOL vmlinux 0x8cc379ce __nla_reserve_64bit +EXPORT_SYMBOL vmlinux 0x8cc79cab iowrite16_rep +EXPORT_SYMBOL vmlinux 0x8cda8029 xen_clear_irq_pending +EXPORT_SYMBOL vmlinux 0x8ce296f1 block_write_end +EXPORT_SYMBOL vmlinux 0x8ce7071f param_set_bint +EXPORT_SYMBOL vmlinux 0x8cf0e782 neigh_seq_start +EXPORT_SYMBOL vmlinux 0x8d0b18b9 tcf_action_exec +EXPORT_SYMBOL vmlinux 0x8d14cbfa tcp_peek_len +EXPORT_SYMBOL vmlinux 0x8d1b65ed pcie_get_mps +EXPORT_SYMBOL vmlinux 0x8d27dd80 scsi_block_requests +EXPORT_SYMBOL vmlinux 0x8d33e672 __find_nth_andnot_bit +EXPORT_SYMBOL vmlinux 0x8d35b0b1 dev_change_flags +EXPORT_SYMBOL vmlinux 0x8d3e7621 do_SAK +EXPORT_SYMBOL vmlinux 0x8d43b844 dcb_getapp +EXPORT_SYMBOL vmlinux 0x8d523128 rtnl_link_get_net +EXPORT_SYMBOL vmlinux 0x8d55bb8a qid_eq +EXPORT_SYMBOL vmlinux 0x8d5a02dd md_write_inc +EXPORT_SYMBOL vmlinux 0x8d60652c __SCT__tp_func_mmap_lock_released +EXPORT_SYMBOL vmlinux 0x8d64a283 netlink_kernel_release +EXPORT_SYMBOL vmlinux 0x8d6aff89 __put_user_nocheck_4 +EXPORT_SYMBOL vmlinux 0x8d6dfea5 input_register_handler +EXPORT_SYMBOL vmlinux 0x8d73278e hex_asc_upper +EXPORT_SYMBOL vmlinux 0x8d830f26 netif_set_tso_max_size +EXPORT_SYMBOL vmlinux 0x8d909253 scm_detach_fds +EXPORT_SYMBOL vmlinux 0x8d989eb2 dma_set_mask +EXPORT_SYMBOL vmlinux 0x8d9c199c component_match_add_release +EXPORT_SYMBOL vmlinux 0x8d9ca0e6 dma_fence_enable_sw_signaling +EXPORT_SYMBOL vmlinux 0x8da7e7de _dev_printk +EXPORT_SYMBOL vmlinux 0x8daacfd6 xfrm_input_resume +EXPORT_SYMBOL vmlinux 0x8db22efe acpi_setup_gpe_for_wake +EXPORT_SYMBOL vmlinux 0x8dd7ba4c agp_find_bridge +EXPORT_SYMBOL vmlinux 0x8ddd8aad schedule_timeout +EXPORT_SYMBOL vmlinux 0x8dde27e5 seq_open_private +EXPORT_SYMBOL vmlinux 0x8de80b5c xfrm_state_walk +EXPORT_SYMBOL vmlinux 0x8decb92a tcp_inbound_md5_hash +EXPORT_SYMBOL vmlinux 0x8dee722d _raw_read_lock_bh +EXPORT_SYMBOL vmlinux 0x8df8b28f block_read_full_folio +EXPORT_SYMBOL vmlinux 0x8df92f66 memchr_inv +EXPORT_SYMBOL vmlinux 0x8df9dd10 guid_null +EXPORT_SYMBOL vmlinux 0x8e0b3cfb neigh_resolve_output +EXPORT_SYMBOL vmlinux 0x8e121396 scsi_report_device_reset +EXPORT_SYMBOL vmlinux 0x8e17b3ae idr_destroy +EXPORT_SYMBOL vmlinux 0x8e21c9a1 dma_fence_add_callback +EXPORT_SYMBOL vmlinux 0x8e303e2a mmc_retune_unpause +EXPORT_SYMBOL vmlinux 0x8e326b55 vme_dma_list_add +EXPORT_SYMBOL vmlinux 0x8e3e0f7d fault_in_readable +EXPORT_SYMBOL vmlinux 0x8e44973c gnet_stats_copy_basic_hw +EXPORT_SYMBOL vmlinux 0x8e455543 __dquot_transfer +EXPORT_SYMBOL vmlinux 0x8e46e845 touch_atime +EXPORT_SYMBOL vmlinux 0x8e61b889 page_symlink_inode_operations +EXPORT_SYMBOL vmlinux 0x8e82ce97 cdrom_get_last_written +EXPORT_SYMBOL vmlinux 0x8e897ead phy_set_max_speed +EXPORT_SYMBOL vmlinux 0x8e8df4d8 dev_graft_qdisc +EXPORT_SYMBOL vmlinux 0x8e93bd24 security_secctx_to_secid +EXPORT_SYMBOL vmlinux 0x8e96088e phy_request_interrupt +EXPORT_SYMBOL vmlinux 0x8ea00210 framebuffer_alloc +EXPORT_SYMBOL vmlinux 0x8eae7ed3 scsi_done_direct +EXPORT_SYMBOL vmlinux 0x8eaf2a5f vga_switcheroo_unregister_handler +EXPORT_SYMBOL vmlinux 0x8eb1786e nf_log_trace +EXPORT_SYMBOL vmlinux 0x8ec65026 kill_fasync +EXPORT_SYMBOL vmlinux 0x8ec760b0 cgroup_bpf_enabled_key +EXPORT_SYMBOL vmlinux 0x8ec7e565 mmc_wait_for_cmd +EXPORT_SYMBOL vmlinux 0x8ed9e3d1 ipv6_dev_get_saddr +EXPORT_SYMBOL vmlinux 0x8edcb4cb agp_put_bridge +EXPORT_SYMBOL vmlinux 0x8f01afd6 twl6030_interrupt_mask +EXPORT_SYMBOL vmlinux 0x8f021ccd vfs_parse_fs_param_source +EXPORT_SYMBOL vmlinux 0x8f024f6b flow_rule_match_ports_range +EXPORT_SYMBOL vmlinux 0x8f07e643 phy_get_c45_ids +EXPORT_SYMBOL vmlinux 0x8f241689 simple_transaction_set +EXPORT_SYMBOL vmlinux 0x8f2703b7 wbinvd_on_all_cpus +EXPORT_SYMBOL vmlinux 0x8f2a09ef zpool_register_driver +EXPORT_SYMBOL vmlinux 0x8f3debf8 phy_mac_interrupt +EXPORT_SYMBOL vmlinux 0x8f3e0c8f __mdiobus_read +EXPORT_SYMBOL vmlinux 0x8f449630 ndo_dflt_fdb_del +EXPORT_SYMBOL vmlinux 0x8f56b3ac generic_block_bmap +EXPORT_SYMBOL vmlinux 0x8f80bf11 acpi_install_gpe_raw_handler +EXPORT_SYMBOL vmlinux 0x8f82fd43 jbd2_journal_grab_journal_head +EXPORT_SYMBOL vmlinux 0x8f8b27f6 __alloc_pages +EXPORT_SYMBOL vmlinux 0x8f93c606 import_iovec +EXPORT_SYMBOL vmlinux 0x8f996a30 ethtool_convert_legacy_u32_to_link_mode +EXPORT_SYMBOL vmlinux 0x8f9c199c __get_user_2 +EXPORT_SYMBOL vmlinux 0x8f9d8cd4 devm_ioremap_wc +EXPORT_SYMBOL vmlinux 0x8f9f5b16 blk_mq_start_hw_queues +EXPORT_SYMBOL vmlinux 0x8fa25c24 xa_find +EXPORT_SYMBOL vmlinux 0x8fabca34 edac_mc_find +EXPORT_SYMBOL vmlinux 0x8fbb1697 rproc_coredump_add_segment +EXPORT_SYMBOL vmlinux 0x8fc855f2 mipi_dsi_dcs_set_tear_off +EXPORT_SYMBOL vmlinux 0x8fd3aa4f revert_creds +EXPORT_SYMBOL vmlinux 0x8fd77d9d stop_tty +EXPORT_SYMBOL vmlinux 0x8fdb2686 posix_lock_file +EXPORT_SYMBOL vmlinux 0x8ff2d292 seg6_hmac_info_add +EXPORT_SYMBOL vmlinux 0x8ff89ed0 seg6_hmac_exit +EXPORT_SYMBOL vmlinux 0x8ffaaed3 sockopt_release_sock +EXPORT_SYMBOL vmlinux 0x90006be6 dm_kcopyd_client_flush +EXPORT_SYMBOL vmlinux 0x9001c0b5 flow_rule_match_ports +EXPORT_SYMBOL vmlinux 0x902d8722 vme_slave_get +EXPORT_SYMBOL vmlinux 0x9034a696 mempool_destroy +EXPORT_SYMBOL vmlinux 0x903d8f9d mdio_find_bus +EXPORT_SYMBOL vmlinux 0x9048c1cf d_mark_dontcache +EXPORT_SYMBOL vmlinux 0x90555a9f pci_add_new_bus +EXPORT_SYMBOL vmlinux 0x90576ec4 vmemdup_user +EXPORT_SYMBOL vmlinux 0x9057cce5 inet_csk_prepare_forced_close +EXPORT_SYMBOL vmlinux 0x90788f18 dm_kcopyd_copy +EXPORT_SYMBOL vmlinux 0x90937168 tcp_init_sock +EXPORT_SYMBOL vmlinux 0x909f8001 scsi_host_lookup +EXPORT_SYMBOL vmlinux 0x90b0465b bmap +EXPORT_SYMBOL vmlinux 0x90b1a176 drop_reasons +EXPORT_SYMBOL vmlinux 0x90caf749 iommu_dma_get_resv_regions +EXPORT_SYMBOL vmlinux 0x90d69d34 input_mt_assign_slots +EXPORT_SYMBOL vmlinux 0x90e193e0 seg6_hmac_info_del +EXPORT_SYMBOL vmlinux 0x910ea51c netdev_core_stats_alloc +EXPORT_SYMBOL vmlinux 0x9114b616 __xa_alloc +EXPORT_SYMBOL vmlinux 0x912a7b17 request_key_tag +EXPORT_SYMBOL vmlinux 0x912b8466 cad_pid +EXPORT_SYMBOL vmlinux 0x913d46b4 i2c_smbus_read_i2c_block_data_or_emulated +EXPORT_SYMBOL vmlinux 0x913dd47d mmc_can_secure_erase_trim +EXPORT_SYMBOL vmlinux 0x91410cca sock_alloc_send_pskb +EXPORT_SYMBOL vmlinux 0x91496cbc put_disk +EXPORT_SYMBOL vmlinux 0x914999ef __SCK__tp_func_dma_fence_enable_signal +EXPORT_SYMBOL vmlinux 0x91607d95 set_memory_wb +EXPORT_SYMBOL vmlinux 0x9166fada strncpy +EXPORT_SYMBOL vmlinux 0x9166fc03 __flush_workqueue +EXPORT_SYMBOL vmlinux 0x9176145b acpi_install_global_event_handler +EXPORT_SYMBOL vmlinux 0x9190faff i2c_smbus_write_byte +EXPORT_SYMBOL vmlinux 0x9198f3d7 set_bh_page +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 0x91be7928 __bforget +EXPORT_SYMBOL vmlinux 0x91f44510 idr_alloc_cyclic +EXPORT_SYMBOL vmlinux 0x91f68ea1 __hw_addr_sync +EXPORT_SYMBOL vmlinux 0x921a19d0 vga_switcheroo_get_client_state +EXPORT_SYMBOL vmlinux 0x922f45a6 __bitmap_clear +EXPORT_SYMBOL vmlinux 0x923b1276 dmaengine_get +EXPORT_SYMBOL vmlinux 0x923b8f1c fscrypt_has_permitted_context +EXPORT_SYMBOL vmlinux 0x923cd14d tty_name +EXPORT_SYMBOL vmlinux 0x923dd5ea dst_discard_out +EXPORT_SYMBOL vmlinux 0x92540fbf finish_wait +EXPORT_SYMBOL vmlinux 0x92546efd input_get_keycode +EXPORT_SYMBOL vmlinux 0x92566898 rtnl_configure_link +EXPORT_SYMBOL vmlinux 0x9258c776 hdmi_vendor_infoframe_pack_only +EXPORT_SYMBOL vmlinux 0x92774cf8 __kfence_pool +EXPORT_SYMBOL vmlinux 0x92897e3d default_idle +EXPORT_SYMBOL vmlinux 0x9291cd3b memdup_user +EXPORT_SYMBOL vmlinux 0x92923f89 skb_flow_dissect_meta +EXPORT_SYMBOL vmlinux 0x92a3445c agp_allocate_memory +EXPORT_SYMBOL vmlinux 0x92a4110d console_force_preferred_locked +EXPORT_SYMBOL vmlinux 0x92a51e56 acpi_debug_print_raw +EXPORT_SYMBOL vmlinux 0x92b99a33 acpi_put_table +EXPORT_SYMBOL vmlinux 0x92b9b180 slash_name +EXPORT_SYMBOL vmlinux 0x92c1e48b block_commit_write +EXPORT_SYMBOL vmlinux 0x92c856a3 iwe_stream_add_event +EXPORT_SYMBOL vmlinux 0x92d5838e request_threaded_irq +EXPORT_SYMBOL vmlinux 0x92dad992 dm_table_get_md +EXPORT_SYMBOL vmlinux 0x92db4a11 dma_sync_sg_for_device +EXPORT_SYMBOL vmlinux 0x92e683f5 down_timeout +EXPORT_SYMBOL vmlinux 0x92ec510d jiffies64_to_msecs +EXPORT_SYMBOL vmlinux 0x92ed04a5 end_buffer_async_write +EXPORT_SYMBOL vmlinux 0x92f87276 param_get_int +EXPORT_SYMBOL vmlinux 0x92fa5abb vme_lm_detach +EXPORT_SYMBOL vmlinux 0x93022ba6 __scsi_format_command +EXPORT_SYMBOL vmlinux 0x9305f8e6 cpufreq_get +EXPORT_SYMBOL vmlinux 0x9306f60f padata_alloc_shell +EXPORT_SYMBOL vmlinux 0x9324ca1d dump_skip_to +EXPORT_SYMBOL vmlinux 0x93340284 bio_copy_data_iter +EXPORT_SYMBOL vmlinux 0x93367d4b pnp_register_driver +EXPORT_SYMBOL vmlinux 0x933ef90b __SCK__tp_func_mmap_lock_released +EXPORT_SYMBOL vmlinux 0x934065ee tc_setup_cb_call +EXPORT_SYMBOL vmlinux 0x934e29d9 ndisc_send_skb +EXPORT_SYMBOL vmlinux 0x934f564b __x86_indirect_jump_thunk_r15 +EXPORT_SYMBOL vmlinux 0x93529bdf cdrom_release +EXPORT_SYMBOL vmlinux 0x937733e3 qid_valid +EXPORT_SYMBOL vmlinux 0x938e2ea5 pcie_relaxed_ordering_enabled +EXPORT_SYMBOL vmlinux 0x93931fdb __pci_register_driver +EXPORT_SYMBOL vmlinux 0x9397daa0 devm_rproc_alloc +EXPORT_SYMBOL vmlinux 0x93a6e0b2 io_schedule +EXPORT_SYMBOL vmlinux 0x93b3fc74 register_dcbevent_notifier +EXPORT_SYMBOL vmlinux 0x93c96120 ww_mutex_lock_interruptible +EXPORT_SYMBOL vmlinux 0x93d0c1ea folio_wait_bit +EXPORT_SYMBOL vmlinux 0x93d6dd8c complete_all +EXPORT_SYMBOL vmlinux 0x93de27d7 blk_integrity_compare +EXPORT_SYMBOL vmlinux 0x93f2d6e5 __ps2_command +EXPORT_SYMBOL vmlinux 0x94027595 write_cache_pages +EXPORT_SYMBOL vmlinux 0x9419e327 reuseport_detach_prog +EXPORT_SYMBOL vmlinux 0x941b264d __bread_gfp +EXPORT_SYMBOL vmlinux 0x9428f816 dim_turn +EXPORT_SYMBOL vmlinux 0x942c14dc bdi_set_max_ratio +EXPORT_SYMBOL vmlinux 0x94313577 ata_std_end_eh +EXPORT_SYMBOL vmlinux 0x94320446 devm_kvasprintf +EXPORT_SYMBOL vmlinux 0x94322f99 sk_stream_error +EXPORT_SYMBOL vmlinux 0x94429f81 inet_frags_init +EXPORT_SYMBOL vmlinux 0x944375db _totalram_pages +EXPORT_SYMBOL vmlinux 0x944a564d is_console_locked +EXPORT_SYMBOL vmlinux 0x945b2433 scsi_device_lookup_by_target +EXPORT_SYMBOL vmlinux 0x9493fc86 node_states +EXPORT_SYMBOL vmlinux 0x94961283 vunmap +EXPORT_SYMBOL vmlinux 0x949716a2 pci_scan_bus +EXPORT_SYMBOL vmlinux 0x94a00a30 inode_set_flags +EXPORT_SYMBOL vmlinux 0x94a324a7 ip_local_deliver +EXPORT_SYMBOL vmlinux 0x94ab630c blk_rq_append_bio +EXPORT_SYMBOL vmlinux 0x94bb7ec3 gen_pool_dma_zalloc_algo +EXPORT_SYMBOL vmlinux 0x94bf03ca utf8_to_utf32 +EXPORT_SYMBOL vmlinux 0x94c42581 pci_find_bus +EXPORT_SYMBOL vmlinux 0x94e007f9 ip_fraglist_init +EXPORT_SYMBOL vmlinux 0x94eb9e78 __sock_i_ino +EXPORT_SYMBOL vmlinux 0x94f250fe __blk_mq_end_request +EXPORT_SYMBOL vmlinux 0x94f7adf6 d_obtain_root +EXPORT_SYMBOL vmlinux 0x9507c90f copy_fsxattr_to_user +EXPORT_SYMBOL vmlinux 0x9520c585 phy_set_asym_pause +EXPORT_SYMBOL vmlinux 0x9524f2a7 kthread_destroy_worker +EXPORT_SYMBOL vmlinux 0x953d2426 utf8_strncmp +EXPORT_SYMBOL vmlinux 0x9549222c km_state_expired +EXPORT_SYMBOL vmlinux 0x954cef6f init_on_alloc +EXPORT_SYMBOL vmlinux 0x954e699a vfs_get_link +EXPORT_SYMBOL vmlinux 0x954f099c idr_preload +EXPORT_SYMBOL vmlinux 0x9559230b set_anon_super_fc +EXPORT_SYMBOL vmlinux 0x955beed5 release_pages +EXPORT_SYMBOL vmlinux 0x95860ac5 netpoll_poll_disable +EXPORT_SYMBOL vmlinux 0x95a07bb5 acpi_execute_reg_methods +EXPORT_SYMBOL vmlinux 0x95a55e99 vlan_vids_add_by_dev +EXPORT_SYMBOL vmlinux 0x95a59947 xfrm_state_alloc +EXPORT_SYMBOL vmlinux 0x95a67b07 udp_table +EXPORT_SYMBOL vmlinux 0x95b405a9 tcf_qevent_init +EXPORT_SYMBOL vmlinux 0x95b932e9 pci_bus_read_config_dword +EXPORT_SYMBOL vmlinux 0x95c2e123 rproc_of_parse_firmware +EXPORT_SYMBOL vmlinux 0x95e762be kernel_bind +EXPORT_SYMBOL vmlinux 0x95fbe8fb tcf_chain_put_by_act +EXPORT_SYMBOL vmlinux 0x95ff1c53 xfrm6_protocol_deregister +EXPORT_SYMBOL vmlinux 0x9620256f nd_pfn_probe +EXPORT_SYMBOL vmlinux 0x9625695d acpi_install_gpe_block +EXPORT_SYMBOL vmlinux 0x9641c2dc generic_remap_file_range_prep +EXPORT_SYMBOL vmlinux 0x9650d6e0 udp_skb_destructor +EXPORT_SYMBOL vmlinux 0x96628638 xfrm_find_acq +EXPORT_SYMBOL vmlinux 0x9664a820 nd_btt_arena_is_valid +EXPORT_SYMBOL vmlinux 0x96848186 scnprintf +EXPORT_SYMBOL vmlinux 0x9696243d dev_pick_tx_zero +EXPORT_SYMBOL vmlinux 0x96972bb9 gnet_stats_copy_queue +EXPORT_SYMBOL vmlinux 0x96af09d4 mmc_of_parse_clk_phase +EXPORT_SYMBOL vmlinux 0x96b080d4 skb_checksum +EXPORT_SYMBOL vmlinux 0x96b29254 strncasecmp +EXPORT_SYMBOL vmlinux 0x96b4b8be vme_register_bridge +EXPORT_SYMBOL vmlinux 0x96c17136 fb_var_to_videomode +EXPORT_SYMBOL vmlinux 0x96cc092a kthread_create_worker_on_cpu +EXPORT_SYMBOL vmlinux 0x96cd2b04 scsi_sense_key_string +EXPORT_SYMBOL vmlinux 0x96d813a1 __remove_inode_hash +EXPORT_SYMBOL vmlinux 0x96e0182d pci_pme_active +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 0x96fb9c41 sock_common_setsockopt +EXPORT_SYMBOL vmlinux 0x96fd84d2 pipe_lock +EXPORT_SYMBOL vmlinux 0x97054847 rio_query_mport +EXPORT_SYMBOL vmlinux 0x971249db mipi_dsi_host_register +EXPORT_SYMBOL vmlinux 0x9716368b alloc_buffer_head +EXPORT_SYMBOL vmlinux 0x9725b030 inet_unregister_protosw +EXPORT_SYMBOL vmlinux 0x972e8004 simple_dentry_operations +EXPORT_SYMBOL vmlinux 0x973fa82e register_acpi_notifier +EXPORT_SYMBOL vmlinux 0x974bd2fa ptp_cancel_worker_sync +EXPORT_SYMBOL vmlinux 0x97651e6c vmemmap_base +EXPORT_SYMBOL vmlinux 0x9774e0d1 pnp_is_active +EXPORT_SYMBOL vmlinux 0x97775873 genphy_restart_aneg +EXPORT_SYMBOL vmlinux 0x97796289 vm_node_stat +EXPORT_SYMBOL vmlinux 0x97a52630 noop_fsync +EXPORT_SYMBOL vmlinux 0x97a57333 crc_t10dif_update +EXPORT_SYMBOL vmlinux 0x97adb487 utf8s_to_utf16s +EXPORT_SYMBOL vmlinux 0x97bb8af8 jbd2_journal_get_write_access +EXPORT_SYMBOL vmlinux 0x97bdfa60 scsi_dev_info_remove_list +EXPORT_SYMBOL vmlinux 0x97be6d86 call_fib_notifiers +EXPORT_SYMBOL vmlinux 0x97c403da put_watch_queue +EXPORT_SYMBOL vmlinux 0x97c8d30a pci_disable_link_state +EXPORT_SYMBOL vmlinux 0x97dca8a9 from_kgid +EXPORT_SYMBOL vmlinux 0x97e50637 dquot_release +EXPORT_SYMBOL vmlinux 0x97e6fe37 skb_dequeue_tail +EXPORT_SYMBOL vmlinux 0x97ef3ead xfrm_trans_queue +EXPORT_SYMBOL vmlinux 0x97fb1f82 blk_queue_flag_set +EXPORT_SYMBOL vmlinux 0x98010c99 phy_ethtool_ksettings_set +EXPORT_SYMBOL vmlinux 0x98236a19 inet_add_offload +EXPORT_SYMBOL vmlinux 0x9829fc11 __kfifo_out_peek_r +EXPORT_SYMBOL vmlinux 0x98314bb1 netif_tx_lock +EXPORT_SYMBOL vmlinux 0x984cb738 netdev_name_in_use +EXPORT_SYMBOL vmlinux 0x984d9c39 cpumask_next_wrap +EXPORT_SYMBOL vmlinux 0x9855e093 __neigh_set_probe_once +EXPORT_SYMBOL vmlinux 0x9858f364 get_random_u8 +EXPORT_SYMBOL vmlinux 0x985bdf04 amd_iommu_complete_ppr +EXPORT_SYMBOL vmlinux 0x986074d3 scsi_change_queue_depth +EXPORT_SYMBOL vmlinux 0x986bc443 mmc_of_parse +EXPORT_SYMBOL vmlinux 0x9877d004 simple_statfs +EXPORT_SYMBOL vmlinux 0x987cd5b2 rt6_lookup +EXPORT_SYMBOL vmlinux 0x987f3a3e generic_copy_file_range +EXPORT_SYMBOL vmlinux 0x989434bd i8042_remove_filter +EXPORT_SYMBOL vmlinux 0x98ba5d27 devm_aperture_acquire_for_platform_device +EXPORT_SYMBOL vmlinux 0x98c039dc dma_fence_wait_timeout +EXPORT_SYMBOL vmlinux 0x98c37c16 mipi_dsi_dcs_read +EXPORT_SYMBOL vmlinux 0x98c89ade security_xfrm_state_alloc +EXPORT_SYMBOL vmlinux 0x98e508ef ignore_console_lock_warning +EXPORT_SYMBOL vmlinux 0x98ee5833 iov_iter_get_pages_alloc2 +EXPORT_SYMBOL vmlinux 0x99078b39 trace_print_flags_seq +EXPORT_SYMBOL vmlinux 0x992f51a6 tcf_em_register +EXPORT_SYMBOL vmlinux 0x992fc553 pnp_possible_config +EXPORT_SYMBOL vmlinux 0x9939eba0 backlight_unregister_notifier +EXPORT_SYMBOL vmlinux 0x993ca684 rproc_of_resm_mem_entry_init +EXPORT_SYMBOL vmlinux 0x9940c6a0 genphy_suspend +EXPORT_SYMBOL vmlinux 0x994476e1 lookup_positive_unlocked +EXPORT_SYMBOL vmlinux 0x99517682 udp_encap_enable +EXPORT_SYMBOL vmlinux 0x9952298d alloc_skb_with_frags +EXPORT_SYMBOL vmlinux 0x99599897 vif_device_init +EXPORT_SYMBOL vmlinux 0x99627ab2 iov_iter_discard +EXPORT_SYMBOL vmlinux 0x9963f7e9 mmc_calc_max_discard +EXPORT_SYMBOL vmlinux 0x996726ee generic_file_llseek_size +EXPORT_SYMBOL vmlinux 0x99680dbc ip_sock_set_pktinfo +EXPORT_SYMBOL vmlinux 0x9975dc22 acpi_get_handle +EXPORT_SYMBOL vmlinux 0x9977ff22 seq_hex_dump +EXPORT_SYMBOL vmlinux 0x99997964 configfs_depend_item +EXPORT_SYMBOL vmlinux 0x999e8297 vfree +EXPORT_SYMBOL vmlinux 0x99a6805e kthread_create_on_cpu +EXPORT_SYMBOL vmlinux 0x99b174b2 iterate_supers_type +EXPORT_SYMBOL vmlinux 0x99d472b1 net_dim_get_rx_moderation +EXPORT_SYMBOL vmlinux 0x99d912f7 dev_uc_sync +EXPORT_SYMBOL vmlinux 0x99daa9bf try_offline_node +EXPORT_SYMBOL vmlinux 0x99e23b9f xfrm_state_unregister_afinfo +EXPORT_SYMBOL vmlinux 0x99ea0010 mntget +EXPORT_SYMBOL vmlinux 0x99f068d5 x86_cpu_to_node_map +EXPORT_SYMBOL vmlinux 0x99f20f91 d_find_any_alias +EXPORT_SYMBOL vmlinux 0x99f7371c refcount_dec_and_mutex_lock +EXPORT_SYMBOL vmlinux 0x99f9638f __napi_alloc_frag_align +EXPORT_SYMBOL vmlinux 0x9a0c3a18 vme_unregister_error_handler +EXPORT_SYMBOL vmlinux 0x9a1dfd65 strpbrk +EXPORT_SYMBOL vmlinux 0x9a22391e radix_tree_gang_lookup_tag_slot +EXPORT_SYMBOL vmlinux 0x9a2c088f irq_stat +EXPORT_SYMBOL vmlinux 0x9a2f4335 skb_coalesce_rx_frag +EXPORT_SYMBOL vmlinux 0x9a3bdf49 mr_vif_seq_idx +EXPORT_SYMBOL vmlinux 0x9a583306 netlbl_bitmap_walk +EXPORT_SYMBOL vmlinux 0x9a6a0e68 migrate_vma_setup +EXPORT_SYMBOL vmlinux 0x9a737547 __nd_driver_register +EXPORT_SYMBOL vmlinux 0x9a9a2115 convert_art_ns_to_tsc +EXPORT_SYMBOL vmlinux 0x9aaee3de mnt_drop_write_file +EXPORT_SYMBOL vmlinux 0x9aaeefce sysctl_nf_log_all_netns +EXPORT_SYMBOL vmlinux 0x9aaf509a devm_iounmap +EXPORT_SYMBOL vmlinux 0x9acd3f6f get_cpu_entry_area +EXPORT_SYMBOL vmlinux 0x9ad7a582 iosf_mbi_assert_punit_acquired +EXPORT_SYMBOL vmlinux 0x9adf2766 param_ops_string +EXPORT_SYMBOL vmlinux 0x9adf5c23 key_reject_and_link +EXPORT_SYMBOL vmlinux 0x9ae47436 _find_last_bit +EXPORT_SYMBOL vmlinux 0x9aea46ec request_partial_firmware_into_buf +EXPORT_SYMBOL vmlinux 0x9b0f26aa d_tmpfile +EXPORT_SYMBOL vmlinux 0x9b2560b9 gf128mul_init_4k_bbe +EXPORT_SYMBOL vmlinux 0x9b3308c4 __devm_release_region +EXPORT_SYMBOL vmlinux 0x9b33e0d7 unregister_dcbevent_notifier +EXPORT_SYMBOL vmlinux 0x9b3e646a dcb_setapp +EXPORT_SYMBOL vmlinux 0x9b496b21 posix_acl_alloc +EXPORT_SYMBOL vmlinux 0x9b72478f acpi_unload_parent_table +EXPORT_SYMBOL vmlinux 0x9b815760 scsi_vpd_lun_id +EXPORT_SYMBOL vmlinux 0x9b8ad839 input_setup_polling +EXPORT_SYMBOL vmlinux 0x9ba61a03 generic_update_time +EXPORT_SYMBOL vmlinux 0x9ba71571 netif_inherit_tso_max +EXPORT_SYMBOL vmlinux 0x9bb052d2 dma_resv_fini +EXPORT_SYMBOL vmlinux 0x9bb4e317 ioread32be +EXPORT_SYMBOL vmlinux 0x9bc25e03 mroute6_is_socket +EXPORT_SYMBOL vmlinux 0x9bcde607 skb_checksum_help +EXPORT_SYMBOL vmlinux 0x9be51d38 napi_gro_flush +EXPORT_SYMBOL vmlinux 0x9beda5ec udp6_seq_ops +EXPORT_SYMBOL vmlinux 0x9c0dd6f8 agp_enable +EXPORT_SYMBOL vmlinux 0x9c122bcf mempool_create_node +EXPORT_SYMBOL vmlinux 0x9c1d1e23 sock_no_linger +EXPORT_SYMBOL vmlinux 0x9c284457 __SCK__tp_func_dma_fence_emit +EXPORT_SYMBOL vmlinux 0x9c58e36b __netif_rx +EXPORT_SYMBOL vmlinux 0x9c65b78a csum_partial_copy_nocheck +EXPORT_SYMBOL vmlinux 0x9c691cd2 fscrypt_encrypt_block_inplace +EXPORT_SYMBOL vmlinux 0x9c86b9ab fileattr_fill_flags +EXPORT_SYMBOL vmlinux 0x9c8957dc __quota_error +EXPORT_SYMBOL vmlinux 0x9c8ba343 agp_create_memory +EXPORT_SYMBOL vmlinux 0x9c9a133f __ip_queue_xmit +EXPORT_SYMBOL vmlinux 0x9c9aa3b9 parse_int_array_user +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 0x9cd634cb tcp_enter_cwr +EXPORT_SYMBOL vmlinux 0x9cd91791 register_sysctl +EXPORT_SYMBOL vmlinux 0x9cdfb3f7 sysctl_fb_tunnels_only_for_init_net +EXPORT_SYMBOL vmlinux 0x9ce0ff5c xfrm_state_insert +EXPORT_SYMBOL vmlinux 0x9ced41ad __SCT__tp_func_read_msr +EXPORT_SYMBOL vmlinux 0x9cf77a2d csum_and_copy_from_iter +EXPORT_SYMBOL vmlinux 0x9cfe7b43 pm8606_osc_disable +EXPORT_SYMBOL vmlinux 0x9d088653 xfrm_state_flush +EXPORT_SYMBOL vmlinux 0x9d099a39 acpi_remove_gpe_handler +EXPORT_SYMBOL vmlinux 0x9d0a580c input_get_poll_interval +EXPORT_SYMBOL vmlinux 0x9d0d6206 unregister_netdevice_notifier +EXPORT_SYMBOL vmlinux 0x9d0e32b1 pci_wake_from_d3 +EXPORT_SYMBOL vmlinux 0x9d26675e zstd_cstream_workspace_bound +EXPORT_SYMBOL vmlinux 0x9d288499 param_get_hexint +EXPORT_SYMBOL vmlinux 0x9d2ab8ac __tasklet_schedule +EXPORT_SYMBOL vmlinux 0x9d2b5f71 simple_getattr +EXPORT_SYMBOL vmlinux 0x9d2c0389 __filemap_set_wb_err +EXPORT_SYMBOL vmlinux 0x9d2e7707 unregister_sysrq_key +EXPORT_SYMBOL vmlinux 0x9d350d23 kernel_recvmsg +EXPORT_SYMBOL vmlinux 0x9d5a17cb mdio_driver_unregister +EXPORT_SYMBOL vmlinux 0x9d61e994 ucs2_strncmp +EXPORT_SYMBOL vmlinux 0x9d70541a native_save_fl +EXPORT_SYMBOL vmlinux 0x9d81bc1d logfc +EXPORT_SYMBOL vmlinux 0x9d8f569f block_truncate_page +EXPORT_SYMBOL vmlinux 0x9d92f3ad __wait_on_bit_lock +EXPORT_SYMBOL vmlinux 0x9dbb14fb __dynamic_dev_dbg +EXPORT_SYMBOL vmlinux 0x9dd8cf59 __dev_direct_xmit +EXPORT_SYMBOL vmlinux 0x9dd9df13 dm_kcopyd_client_create +EXPORT_SYMBOL vmlinux 0x9de06376 vfs_mknod +EXPORT_SYMBOL vmlinux 0x9dfaef07 vlan_vid_add +EXPORT_SYMBOL vmlinux 0x9dfd12b7 cookie_ecn_ok +EXPORT_SYMBOL vmlinux 0x9e0b5270 _copy_from_iter_nocache +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 0x9e2c47bb tcp_v4_conn_request +EXPORT_SYMBOL vmlinux 0x9e35db97 phy_read_mmd +EXPORT_SYMBOL vmlinux 0x9e41d593 md_reap_sync_thread +EXPORT_SYMBOL vmlinux 0x9e4faeef dm_io_client_destroy +EXPORT_SYMBOL vmlinux 0x9e561640 rt_dst_clone +EXPORT_SYMBOL vmlinux 0x9e61b76a module_layout +EXPORT_SYMBOL vmlinux 0x9e61bb05 set_freezable +EXPORT_SYMBOL vmlinux 0x9e64fbfe rtc_cmos_read +EXPORT_SYMBOL vmlinux 0x9e683f75 __cpu_possible_mask +EXPORT_SYMBOL vmlinux 0x9e7d6bd0 __udelay +EXPORT_SYMBOL vmlinux 0x9e84a534 jbd2_journal_get_create_access +EXPORT_SYMBOL vmlinux 0x9e9a4ef0 netif_skb_features +EXPORT_SYMBOL vmlinux 0x9e9eab95 devcgroup_check_permission +EXPORT_SYMBOL vmlinux 0x9e9fdd9d memunmap +EXPORT_SYMBOL vmlinux 0x9eacf8a5 kstrndup +EXPORT_SYMBOL vmlinux 0x9eb0c85e pci_disable_msix +EXPORT_SYMBOL vmlinux 0x9ec0e639 twl6030_interrupt_unmask +EXPORT_SYMBOL vmlinux 0x9ec6ca96 ktime_get_real_ts64 +EXPORT_SYMBOL vmlinux 0x9ed12e20 kmalloc_large +EXPORT_SYMBOL vmlinux 0x9ed189f2 twl6040_reg_write +EXPORT_SYMBOL vmlinux 0x9ed89545 try_lookup_one_len +EXPORT_SYMBOL vmlinux 0x9ed978de vme_lm_set +EXPORT_SYMBOL vmlinux 0x9edcaaac inet_twsk_deschedule_put +EXPORT_SYMBOL vmlinux 0x9ef0eee7 __SCT__tp_func_spi_transfer_stop +EXPORT_SYMBOL vmlinux 0x9ef3bd00 fs_context_for_reconfigure +EXPORT_SYMBOL vmlinux 0x9f079522 phy_error +EXPORT_SYMBOL vmlinux 0x9f0afc18 dma_map_sg_attrs +EXPORT_SYMBOL vmlinux 0x9f27d5c8 scsi_add_device +EXPORT_SYMBOL vmlinux 0x9f46b099 inet_dev_addr_type +EXPORT_SYMBOL vmlinux 0x9f46ced8 __sw_hweight64 +EXPORT_SYMBOL vmlinux 0x9f49728e jbd2_journal_clear_err +EXPORT_SYMBOL vmlinux 0x9f4cef62 build_skb_around +EXPORT_SYMBOL vmlinux 0x9f4f2aa3 acpi_gbl_FADT +EXPORT_SYMBOL vmlinux 0x9f50b770 keyring_restrict +EXPORT_SYMBOL vmlinux 0x9f54ead7 gro_cells_destroy +EXPORT_SYMBOL vmlinux 0x9f58fab5 posix_acl_chmod +EXPORT_SYMBOL vmlinux 0x9f76baf4 _raw_write_unlock_irq +EXPORT_SYMBOL vmlinux 0x9f78a09d phy_connect +EXPORT_SYMBOL vmlinux 0x9f7a5824 __genphy_config_aneg +EXPORT_SYMBOL vmlinux 0x9f7e1bcf tty_unthrottle +EXPORT_SYMBOL vmlinux 0x9f8c78c0 d_alloc +EXPORT_SYMBOL vmlinux 0x9f984513 strrchr +EXPORT_SYMBOL vmlinux 0x9fa7184a cancel_delayed_work_sync +EXPORT_SYMBOL vmlinux 0x9fa9a23a bh_uptodate_or_lock +EXPORT_SYMBOL vmlinux 0x9fb343b7 ps2_init +EXPORT_SYMBOL vmlinux 0x9fb41842 netdev_offload_xstats_report_delta +EXPORT_SYMBOL vmlinux 0x9fc053ba would_dump +EXPORT_SYMBOL vmlinux 0x9fc4e69e genphy_read_master_slave +EXPORT_SYMBOL vmlinux 0x9fc8a756 __netif_napi_del +EXPORT_SYMBOL vmlinux 0x9fdb995e flow_rule_match_enc_ipv4_addrs +EXPORT_SYMBOL vmlinux 0x9fdc1d83 inet_csk_destroy_sock +EXPORT_SYMBOL vmlinux 0x9fdecc31 unregister_netdevice_many +EXPORT_SYMBOL vmlinux 0x9fe2e99d param_ops_ushort +EXPORT_SYMBOL vmlinux 0x9feed7ce timer_reduce +EXPORT_SYMBOL vmlinux 0x9ff36d4c nd_btt_probe +EXPORT_SYMBOL vmlinux 0x9ffa3a75 netdev_max_backlog +EXPORT_SYMBOL vmlinux 0x9ffe51c6 d_make_root +EXPORT_SYMBOL vmlinux 0xa00aca2a dql_completed +EXPORT_SYMBOL vmlinux 0xa018370f xp_raw_get_data +EXPORT_SYMBOL vmlinux 0xa01d3df6 font_vga_8x16 +EXPORT_SYMBOL vmlinux 0xa025f692 param_get_long +EXPORT_SYMBOL vmlinux 0xa02aa74a __cond_resched_lock +EXPORT_SYMBOL vmlinux 0xa02b3778 set_page_dirty +EXPORT_SYMBOL vmlinux 0xa033d747 next_arg +EXPORT_SYMBOL vmlinux 0xa0399f42 kernel_sendmsg +EXPORT_SYMBOL vmlinux 0xa0436e98 in6addr_linklocal_allnodes +EXPORT_SYMBOL vmlinux 0xa044f19e iov_iter_revert +EXPORT_SYMBOL vmlinux 0xa057df8f twl_set_regcache_bypass +EXPORT_SYMBOL vmlinux 0xa05b6be2 psched_ppscfg_precompute +EXPORT_SYMBOL vmlinux 0xa061725d ip_fraglist_prepare +EXPORT_SYMBOL vmlinux 0xa061d6c4 pci_scan_single_device +EXPORT_SYMBOL vmlinux 0xa06efe16 elv_rb_find +EXPORT_SYMBOL vmlinux 0xa073eff4 find_inode_rcu +EXPORT_SYMBOL vmlinux 0xa079708e pci_request_regions +EXPORT_SYMBOL vmlinux 0xa07a37f0 memchr +EXPORT_SYMBOL vmlinux 0xa07cfca7 inet6_release +EXPORT_SYMBOL vmlinux 0xa07d1b3c tasklet_setup +EXPORT_SYMBOL vmlinux 0xa084422d page_pool_return_skb_page +EXPORT_SYMBOL vmlinux 0xa084749a __bitmap_or +EXPORT_SYMBOL vmlinux 0xa086840e init_pseudo +EXPORT_SYMBOL vmlinux 0xa095e02e generic_check_addressable +EXPORT_SYMBOL vmlinux 0xa0ae1e73 siphash_3u64 +EXPORT_SYMBOL vmlinux 0xa0b04675 vmalloc_32 +EXPORT_SYMBOL vmlinux 0xa0c5be2b inet_put_port +EXPORT_SYMBOL vmlinux 0xa0dad88e netdev_adjacent_get_private +EXPORT_SYMBOL vmlinux 0xa0e7df07 mmc_put_card +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 0xa101f94a bio_init +EXPORT_SYMBOL vmlinux 0xa108eb4d sysctl_optmem_max +EXPORT_SYMBOL vmlinux 0xa11f7673 dm_kobject_release +EXPORT_SYMBOL vmlinux 0xa1475721 cdev_add +EXPORT_SYMBOL vmlinux 0xa161f16a tcp_sync_mss +EXPORT_SYMBOL vmlinux 0xa175c3dc genphy_update_link +EXPORT_SYMBOL vmlinux 0xa18ca67b __tracepoint_dma_fence_signaled +EXPORT_SYMBOL vmlinux 0xa191a62b skb_eth_push +EXPORT_SYMBOL vmlinux 0xa19b868d __d_drop +EXPORT_SYMBOL vmlinux 0xa19d1836 page_pool_put_page_bulk +EXPORT_SYMBOL vmlinux 0xa1a09f67 xfrm_input_unregister_afinfo +EXPORT_SYMBOL vmlinux 0xa1a38a30 __xfrm_dst_lookup +EXPORT_SYMBOL vmlinux 0xa1adcbac mdiobus_get_phy +EXPORT_SYMBOL vmlinux 0xa1bedd72 amd_iommu_pc_get_max_counters +EXPORT_SYMBOL vmlinux 0xa1c60e7d phy_device_register +EXPORT_SYMBOL vmlinux 0xa1cc4b8b get_mem_cgroup_from_mm +EXPORT_SYMBOL vmlinux 0xa1e7c35c padata_alloc +EXPORT_SYMBOL vmlinux 0xa1f1a41e __bio_advance +EXPORT_SYMBOL vmlinux 0xa1f2d9cc sget +EXPORT_SYMBOL vmlinux 0xa1fa221c pci_bus_claim_resources +EXPORT_SYMBOL vmlinux 0xa2060911 inet_current_timestamp +EXPORT_SYMBOL vmlinux 0xa2242720 pmem_should_map_pages +EXPORT_SYMBOL vmlinux 0xa2275d4c mmc_gpio_get_ro +EXPORT_SYMBOL vmlinux 0xa2326c49 acpi_remove_table_handler +EXPORT_SYMBOL vmlinux 0xa234ef69 cros_ec_check_result +EXPORT_SYMBOL vmlinux 0xa23d0969 seq_pad +EXPORT_SYMBOL vmlinux 0xa23ffc04 groups_sort +EXPORT_SYMBOL vmlinux 0xa24f23d8 __request_module +EXPORT_SYMBOL vmlinux 0xa251b39b blkdev_issue_discard +EXPORT_SYMBOL vmlinux 0xa263892b fscrypt_fname_free_buffer +EXPORT_SYMBOL vmlinux 0xa28cfcc0 gen_estimator_active +EXPORT_SYMBOL vmlinux 0xa2b12f7f fscrypt_ioctl_set_policy +EXPORT_SYMBOL vmlinux 0xa2c2b512 __bh_read_batch +EXPORT_SYMBOL vmlinux 0xa2dacdbc noop_llseek +EXPORT_SYMBOL vmlinux 0xa2fc952e xfrm_policy_delete +EXPORT_SYMBOL vmlinux 0xa2ff203d param_set_uint +EXPORT_SYMBOL vmlinux 0xa3077ca7 remove_proc_entry +EXPORT_SYMBOL vmlinux 0xa32e9c91 dev_set_mac_address +EXPORT_SYMBOL vmlinux 0xa33a9c26 sg_alloc_append_table_from_pages +EXPORT_SYMBOL vmlinux 0xa34b0e62 inet6_del_offload +EXPORT_SYMBOL vmlinux 0xa34d89f1 unregister_framebuffer +EXPORT_SYMBOL vmlinux 0xa3537f61 adjust_managed_page_count +EXPORT_SYMBOL vmlinux 0xa37be87e dma_map_page_attrs +EXPORT_SYMBOL vmlinux 0xa38f21b9 amd_iommu_update_ga +EXPORT_SYMBOL vmlinux 0xa3af9f67 devm_nvmem_cell_put +EXPORT_SYMBOL vmlinux 0xa3b02ed5 blk_mq_init_queue +EXPORT_SYMBOL vmlinux 0xa3be0021 inet_offloads +EXPORT_SYMBOL vmlinux 0xa3be8342 __ubsan_handle_type_mismatch +EXPORT_SYMBOL vmlinux 0xa3cefaa0 blake2s_update +EXPORT_SYMBOL vmlinux 0xa3db2c2e __ip_mc_dec_group +EXPORT_SYMBOL vmlinux 0xa3e2ab3b pcim_set_mwi +EXPORT_SYMBOL vmlinux 0xa3e4f871 acpi_initialize_debugger +EXPORT_SYMBOL vmlinux 0xa3fea172 sha224_final +EXPORT_SYMBOL vmlinux 0xa4072c97 max8925_reg_write +EXPORT_SYMBOL vmlinux 0xa40ff01b acpi_dbg_layer +EXPORT_SYMBOL vmlinux 0xa4191c0b memset_io +EXPORT_SYMBOL vmlinux 0xa428d6f5 mem_cgroup_from_task +EXPORT_SYMBOL vmlinux 0xa42c72eb inet_csk_accept +EXPORT_SYMBOL vmlinux 0xa43ae9de gpiochip_irq_relres +EXPORT_SYMBOL vmlinux 0xa443be3b security_cred_getsecid +EXPORT_SYMBOL vmlinux 0xa455558d ip_frag_next +EXPORT_SYMBOL vmlinux 0xa474c7b9 dev_lstats_read +EXPORT_SYMBOL vmlinux 0xa47d69b5 pci_back_from_sleep +EXPORT_SYMBOL vmlinux 0xa482fd35 __mod_zone_page_state +EXPORT_SYMBOL vmlinux 0xa4938393 bprm_change_interp +EXPORT_SYMBOL vmlinux 0xa495ff07 vme_slot_num +EXPORT_SYMBOL vmlinux 0xa498ac42 netdev_state_change +EXPORT_SYMBOL vmlinux 0xa4a85693 nd_dax_probe +EXPORT_SYMBOL vmlinux 0xa4ac9b7b fifo_create_dflt +EXPORT_SYMBOL vmlinux 0xa4ad4cc6 is_subdir +EXPORT_SYMBOL vmlinux 0xa4b1f17a tty_port_tty_set +EXPORT_SYMBOL vmlinux 0xa4b94fea iowrite8_rep +EXPORT_SYMBOL vmlinux 0xa4b9a58f __SCK__tp_func_spi_transfer_start +EXPORT_SYMBOL vmlinux 0xa4bb26ee pci_bus_read_config_byte +EXPORT_SYMBOL vmlinux 0xa4bf9829 unregister_quota_format +EXPORT_SYMBOL vmlinux 0xa4ced25a dma_free_attrs +EXPORT_SYMBOL vmlinux 0xa4d48282 folio_mark_dirty +EXPORT_SYMBOL vmlinux 0xa4d4f0e6 global_cache_flush +EXPORT_SYMBOL vmlinux 0xa4df8dd4 skb_udp_tunnel_segment +EXPORT_SYMBOL vmlinux 0xa4f6ea0b padata_do_serial +EXPORT_SYMBOL vmlinux 0xa4faf62a acpi_disable_gpe +EXPORT_SYMBOL vmlinux 0xa505c146 vfs_unlink +EXPORT_SYMBOL vmlinux 0xa507125e acpi_clear_gpe +EXPORT_SYMBOL vmlinux 0xa50bcff0 x86_cpu_to_apicid +EXPORT_SYMBOL vmlinux 0xa50f3b65 __netdev_notify_peers +EXPORT_SYMBOL vmlinux 0xa52bedf6 xenbus_dev_request_and_reply +EXPORT_SYMBOL vmlinux 0xa5434ce0 iommu_get_msi_cookie +EXPORT_SYMBOL vmlinux 0xa549dc2a reuseport_detach_sock +EXPORT_SYMBOL vmlinux 0xa5526619 rb_insert_color +EXPORT_SYMBOL vmlinux 0xa553e2f2 sk_page_frag_refill +EXPORT_SYMBOL vmlinux 0xa55bba0a agp_generic_free_by_type +EXPORT_SYMBOL vmlinux 0xa57f5978 pcie_set_readrq +EXPORT_SYMBOL vmlinux 0xa5838fda lookup_one_len_unlocked +EXPORT_SYMBOL vmlinux 0xa58af0a6 _raw_read_unlock_irq +EXPORT_SYMBOL vmlinux 0xa5976e4f dev_base_lock +EXPORT_SYMBOL vmlinux 0xa5db4a2a netdev_set_sb_channel +EXPORT_SYMBOL vmlinux 0xa5e255e0 security_path_rename +EXPORT_SYMBOL vmlinux 0xa5e55057 rdmsrl_safe_on_cpu +EXPORT_SYMBOL vmlinux 0xa5ff1a05 proc_create_single_data +EXPORT_SYMBOL vmlinux 0xa6079a4a rproc_alloc +EXPORT_SYMBOL vmlinux 0xa61ced89 qdisc_put_rtab +EXPORT_SYMBOL vmlinux 0xa6257a2f complete +EXPORT_SYMBOL vmlinux 0xa62c3353 __register_nls +EXPORT_SYMBOL vmlinux 0xa637f616 mmc_card_alternative_gpt_sector +EXPORT_SYMBOL vmlinux 0xa6383be3 kernel_sendpage +EXPORT_SYMBOL vmlinux 0xa6449088 scsi_print_sense_hdr +EXPORT_SYMBOL vmlinux 0xa648e561 __ubsan_handle_shift_out_of_bounds +EXPORT_SYMBOL vmlinux 0xa64c7249 __printk_cpu_sync_try_get +EXPORT_SYMBOL vmlinux 0xa6520bc1 icmp6_send +EXPORT_SYMBOL vmlinux 0xa66516c3 unpin_user_page_range_dirty_lock +EXPORT_SYMBOL vmlinux 0xa66c33a9 i2c_verify_client +EXPORT_SYMBOL vmlinux 0xa67cc3be deactivate_locked_super +EXPORT_SYMBOL vmlinux 0xa680f8ce tcp_sock_set_keepidle +EXPORT_SYMBOL vmlinux 0xa681fe88 generate_random_uuid +EXPORT_SYMBOL vmlinux 0xa68359d7 devm_input_allocate_device +EXPORT_SYMBOL vmlinux 0xa68b77c8 prepare_to_swait_exclusive +EXPORT_SYMBOL vmlinux 0xa691b593 fget +EXPORT_SYMBOL vmlinux 0xa697276a dev_uc_flush +EXPORT_SYMBOL vmlinux 0xa69ed606 flow_keys_dissector +EXPORT_SYMBOL vmlinux 0xa6de003a init_net +EXPORT_SYMBOL vmlinux 0xa70ed9dc tcp_hashinfo +EXPORT_SYMBOL vmlinux 0xa70fabbe release_evntsel_nmi +EXPORT_SYMBOL vmlinux 0xa71bdbb7 tty_port_block_til_ready +EXPORT_SYMBOL vmlinux 0xa71d2e2c ioread16be +EXPORT_SYMBOL vmlinux 0xa71e8793 param_ops_charp +EXPORT_SYMBOL vmlinux 0xa72035f9 xa_get_order +EXPORT_SYMBOL vmlinux 0xa72cfb7d ioremap_wt +EXPORT_SYMBOL vmlinux 0xa74139c9 proc_set_user +EXPORT_SYMBOL vmlinux 0xa74c9877 refcount_dec_and_rtnl_lock +EXPORT_SYMBOL vmlinux 0xa77483d0 dcb_ieee_delapp +EXPORT_SYMBOL vmlinux 0xa77bfd29 register_inet6addr_validator_notifier +EXPORT_SYMBOL vmlinux 0xa7846f89 tcp_get_cookie_sock +EXPORT_SYMBOL vmlinux 0xa788ba85 ipv6_dev_mc_inc +EXPORT_SYMBOL vmlinux 0xa78af5f3 ioread32 +EXPORT_SYMBOL vmlinux 0xa792f349 pm_vt_switch_unregister +EXPORT_SYMBOL vmlinux 0xa796679d __SCT__tp_func_dma_fence_emit +EXPORT_SYMBOL vmlinux 0xa7d5f92e ida_destroy +EXPORT_SYMBOL vmlinux 0xa7eedcc4 call_usermodehelper +EXPORT_SYMBOL vmlinux 0xa7efa4a1 generic_pipe_buf_release +EXPORT_SYMBOL vmlinux 0xa7f347bf sock_from_file +EXPORT_SYMBOL vmlinux 0xa7f637c9 dm_get_device +EXPORT_SYMBOL vmlinux 0xa7fa563e cdev_device_del +EXPORT_SYMBOL vmlinux 0xa805ecfc acpi_release_global_lock +EXPORT_SYMBOL vmlinux 0xa80a6f9a mipi_dsi_dcs_write +EXPORT_SYMBOL vmlinux 0xa8181adf proc_dointvec +EXPORT_SYMBOL vmlinux 0xa818edea __traceiter_spi_transfer_start +EXPORT_SYMBOL vmlinux 0xa836ba02 wrmsr_safe_regs +EXPORT_SYMBOL vmlinux 0xa838822c unregister_console +EXPORT_SYMBOL vmlinux 0xa83c3c1c xfrm_policy_bysel_ctx +EXPORT_SYMBOL vmlinux 0xa83ffbc1 d_prune_aliases +EXPORT_SYMBOL vmlinux 0xa843805a get_unused_fd_flags +EXPORT_SYMBOL vmlinux 0xa84ce9e0 crypto_aes_inv_sbox +EXPORT_SYMBOL vmlinux 0xa853396b xa_extract +EXPORT_SYMBOL vmlinux 0xa853eb41 __traceiter_kmem_cache_free +EXPORT_SYMBOL vmlinux 0xa85a3e6d xa_load +EXPORT_SYMBOL vmlinux 0xa863b2dd of_find_mipi_dsi_host_by_node +EXPORT_SYMBOL vmlinux 0xa8662f68 vga_con +EXPORT_SYMBOL vmlinux 0xa8694ecd kblockd_schedule_work +EXPORT_SYMBOL vmlinux 0xa88123a1 tcp_time_wait +EXPORT_SYMBOL vmlinux 0xa88ccc45 nd_integrity_init +EXPORT_SYMBOL vmlinux 0xa893677a tcf_qevent_destroy +EXPORT_SYMBOL vmlinux 0xa897e3e7 mempool_free +EXPORT_SYMBOL vmlinux 0xa89a1cf1 ipmi_dmi_get_slave_addr +EXPORT_SYMBOL vmlinux 0xa8b96ec8 __find_get_block +EXPORT_SYMBOL vmlinux 0xa8caa845 clk_bulk_put_all +EXPORT_SYMBOL vmlinux 0xa8e6933a qdf2400_e44_present +EXPORT_SYMBOL vmlinux 0xa8f15aba __tracepoint_kmem_cache_alloc +EXPORT_SYMBOL vmlinux 0xa8f6c843 ip_frag_ecn_table +EXPORT_SYMBOL vmlinux 0xa9021d21 nf_log_packet +EXPORT_SYMBOL vmlinux 0xa90423f6 pci_write_config_word +EXPORT_SYMBOL vmlinux 0xa907c033 fwnode_irq_get_byname +EXPORT_SYMBOL vmlinux 0xa90ca0de flush_rcu_work +EXPORT_SYMBOL vmlinux 0xa916b694 strnlen +EXPORT_SYMBOL vmlinux 0xa931af8a asm_load_gs_index +EXPORT_SYMBOL vmlinux 0xa94a09bb mem_section +EXPORT_SYMBOL vmlinux 0xa94fd2a4 phy_get_pause +EXPORT_SYMBOL vmlinux 0xa965ca81 reciprocal_value +EXPORT_SYMBOL vmlinux 0xa972936c udp6_set_csum +EXPORT_SYMBOL vmlinux 0xa976957d bitmap_remap +EXPORT_SYMBOL vmlinux 0xa9785b49 cpu_core_map +EXPORT_SYMBOL vmlinux 0xa97e2efe cdev_init +EXPORT_SYMBOL vmlinux 0xa9a05409 from_kuid_munged +EXPORT_SYMBOL vmlinux 0xa9a385a3 sk_net_capable +EXPORT_SYMBOL vmlinux 0xa9aa9035 clk_bulk_get +EXPORT_SYMBOL vmlinux 0xa9aef89f i2c_verify_adapter +EXPORT_SYMBOL vmlinux 0xa9c72303 amd_iommu_pc_get_max_banks +EXPORT_SYMBOL vmlinux 0xa9e9af1d tcp_create_openreq_child +EXPORT_SYMBOL vmlinux 0xa9e9d1a9 sock_set_priority +EXPORT_SYMBOL vmlinux 0xa9f41ceb f_setown +EXPORT_SYMBOL vmlinux 0xaa00fdc0 ec_transaction +EXPORT_SYMBOL vmlinux 0xaa09abb7 sock_no_socketpair +EXPORT_SYMBOL vmlinux 0xaa09b523 dquot_commit +EXPORT_SYMBOL vmlinux 0xaa0c318b vscnprintf +EXPORT_SYMBOL vmlinux 0xaa19e4aa _kstrtol +EXPORT_SYMBOL vmlinux 0xaa334b57 scsi_eh_restore_cmnd +EXPORT_SYMBOL vmlinux 0xaa341905 acpi_bios_exception +EXPORT_SYMBOL vmlinux 0xaa3a87f0 tty_lock +EXPORT_SYMBOL vmlinux 0xaa6f23ad rfkill_get_led_trigger_name +EXPORT_SYMBOL vmlinux 0xaa7244fe qdisc_warn_nonwc +EXPORT_SYMBOL vmlinux 0xaa7ed81a agp_generic_alloc_by_type +EXPORT_SYMBOL vmlinux 0xaa8180cc ip6_dst_check +EXPORT_SYMBOL vmlinux 0xaa8f1b71 inet_addr_is_any +EXPORT_SYMBOL vmlinux 0xaaa4b9bc hchacha_block_generic +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 0xaadc978b make_kuid +EXPORT_SYMBOL vmlinux 0xaae8ab0e acpi_bus_power_manageable +EXPORT_SYMBOL vmlinux 0xaaeaed43 param_set_invbool +EXPORT_SYMBOL vmlinux 0xaafce2d6 tcf_get_next_proto +EXPORT_SYMBOL vmlinux 0xaafdc258 strcasecmp +EXPORT_SYMBOL vmlinux 0xab14ea9d pneigh_enqueue +EXPORT_SYMBOL vmlinux 0xab1f3f1a qdisc_put_unlocked +EXPORT_SYMBOL vmlinux 0xab244d59 __d_lookup_unhash_wake +EXPORT_SYMBOL vmlinux 0xab246ff1 dquot_set_dqblk +EXPORT_SYMBOL vmlinux 0xab28c485 vc_resize +EXPORT_SYMBOL vmlinux 0xab2e22bc tcp_fastopen_defer_connect +EXPORT_SYMBOL vmlinux 0xab3105dd simple_lookup +EXPORT_SYMBOL vmlinux 0xab3697e4 irq_poll_init +EXPORT_SYMBOL vmlinux 0xab38042c flow_rule_match_basic +EXPORT_SYMBOL vmlinux 0xab3b75ea vme_dma_pattern_attribute +EXPORT_SYMBOL vmlinux 0xab4c043f processors +EXPORT_SYMBOL vmlinux 0xab59ab54 jbd2_submit_inode_data +EXPORT_SYMBOL vmlinux 0xab600421 probe_irq_off +EXPORT_SYMBOL vmlinux 0xab61d023 skb_realloc_headroom +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 0xab6da971 gnet_stats_finish_copy +EXPORT_SYMBOL vmlinux 0xab754b05 is_bad_inode +EXPORT_SYMBOL vmlinux 0xab781570 fb_get_options +EXPORT_SYMBOL vmlinux 0xaba54113 xattr_supported_namespace +EXPORT_SYMBOL vmlinux 0xabaf0949 xfrm_state_lookup_byaddr +EXPORT_SYMBOL vmlinux 0xabb42425 set_groups +EXPORT_SYMBOL vmlinux 0xabc1b1eb ethtool_intersect_link_masks +EXPORT_SYMBOL vmlinux 0xabc88ae9 tcf_exts_validate_ex +EXPORT_SYMBOL vmlinux 0xabcf2388 peernet2id +EXPORT_SYMBOL vmlinux 0xabe45964 md_flush_request +EXPORT_SYMBOL vmlinux 0xabe8b856 blk_rq_unmap_user +EXPORT_SYMBOL vmlinux 0xabec1f23 rproc_put +EXPORT_SYMBOL vmlinux 0xabefa797 pci_enable_msi +EXPORT_SYMBOL vmlinux 0xabf01ea0 cdc_parse_cdc_header +EXPORT_SYMBOL vmlinux 0xabf32f29 utf16s_to_utf8s +EXPORT_SYMBOL vmlinux 0xabf82112 set_anon_super +EXPORT_SYMBOL vmlinux 0xac06baf2 inet_proto_csum_replace_by_diff +EXPORT_SYMBOL vmlinux 0xac1a55be unregister_reboot_notifier +EXPORT_SYMBOL vmlinux 0xac2ad222 release_sock +EXPORT_SYMBOL vmlinux 0xac3201b0 udp_flow_hashrnd +EXPORT_SYMBOL vmlinux 0xac52a423 mmc_request_done +EXPORT_SYMBOL vmlinux 0xac537ac2 percpu_counter_destroy +EXPORT_SYMBOL vmlinux 0xac5fcec0 in4_pton +EXPORT_SYMBOL vmlinux 0xac783eb1 mmc_can_trim +EXPORT_SYMBOL vmlinux 0xac88dd0e qdisc_offload_dump_helper +EXPORT_SYMBOL vmlinux 0xaca28d29 blk_queue_dma_alignment +EXPORT_SYMBOL vmlinux 0xacaa4c72 dma_fence_match_context +EXPORT_SYMBOL vmlinux 0xacab29b7 seq_hlist_start_percpu +EXPORT_SYMBOL vmlinux 0xacb3b283 folio_migrate_copy +EXPORT_SYMBOL vmlinux 0xacd81eb3 jbd2_inode_cache +EXPORT_SYMBOL vmlinux 0xacddd806 ptp_get_vclocks_index +EXPORT_SYMBOL vmlinux 0xace794e1 devm_register_netdev +EXPORT_SYMBOL vmlinux 0xacea8173 acpi_debug_print +EXPORT_SYMBOL vmlinux 0xacf4d843 match_strdup +EXPORT_SYMBOL vmlinux 0xacf649bf audit_log_task_info +EXPORT_SYMBOL vmlinux 0xacfcbc2b reuseport_select_sock +EXPORT_SYMBOL vmlinux 0xad0413d4 match_hex +EXPORT_SYMBOL vmlinux 0xad04bc08 get_vm_area +EXPORT_SYMBOL vmlinux 0xad0621a9 ip_sock_set_tos +EXPORT_SYMBOL vmlinux 0xad1036a2 amd_iommu_activate_guest_mode +EXPORT_SYMBOL vmlinux 0xad161748 phy_support_sym_pause +EXPORT_SYMBOL vmlinux 0xad2292b2 set_create_files_as +EXPORT_SYMBOL vmlinux 0xad3df2f7 dev_uc_sync_multiple +EXPORT_SYMBOL vmlinux 0xad43a99e xfrm_parse_spi +EXPORT_SYMBOL vmlinux 0xad536c91 x86_cpu_to_acpiid +EXPORT_SYMBOL vmlinux 0xad53a002 __x86_indirect_call_thunk_rbp +EXPORT_SYMBOL vmlinux 0xad6ba40e radix_tree_tag_get +EXPORT_SYMBOL vmlinux 0xad73041f autoremove_wake_function +EXPORT_SYMBOL vmlinux 0xad780efa kmem_cache_free +EXPORT_SYMBOL vmlinux 0xad9901ae bit_waitqueue +EXPORT_SYMBOL vmlinux 0xad9cb372 udp6_csum_init +EXPORT_SYMBOL vmlinux 0xada31e57 gen_pool_dma_alloc_align +EXPORT_SYMBOL vmlinux 0xada94c68 pci_enable_ptm +EXPORT_SYMBOL vmlinux 0xadae6df8 blake2s_final +EXPORT_SYMBOL vmlinux 0xadbeed61 mipi_dsi_packet_format_is_long +EXPORT_SYMBOL vmlinux 0xadc4d840 ip6_mtu +EXPORT_SYMBOL vmlinux 0xadc74be6 pci_write_vpd_any +EXPORT_SYMBOL vmlinux 0xadd139d4 rfs_needed +EXPORT_SYMBOL vmlinux 0xadd486d4 __mdiobus_register +EXPORT_SYMBOL vmlinux 0xadde2826 tcp_mtup_init +EXPORT_SYMBOL vmlinux 0xadf4d08c mipi_dsi_driver_unregister +EXPORT_SYMBOL vmlinux 0xae04012c __vmalloc +EXPORT_SYMBOL vmlinux 0xae154efb scsi_ioctl +EXPORT_SYMBOL vmlinux 0xae1d2c5e fb_modesetting_disabled +EXPORT_SYMBOL vmlinux 0xae2f9316 netif_set_xps_queue +EXPORT_SYMBOL vmlinux 0xae316c11 icmpv6_err_convert +EXPORT_SYMBOL vmlinux 0xae511011 ip_getsockopt +EXPORT_SYMBOL vmlinux 0xae532930 ip6_route_me_harder +EXPORT_SYMBOL vmlinux 0xae5a04bb acpi_evaluate_dsm +EXPORT_SYMBOL vmlinux 0xae66472b scsi_kmap_atomic_sg +EXPORT_SYMBOL vmlinux 0xae6bea1d mntput +EXPORT_SYMBOL vmlinux 0xae7cf632 tc_setup_cb_replace +EXPORT_SYMBOL vmlinux 0xae9690e9 amd_iommu_domain_set_gcr3 +EXPORT_SYMBOL vmlinux 0xae9bb46f dev_deactivate +EXPORT_SYMBOL vmlinux 0xaeac049a generate_random_guid +EXPORT_SYMBOL vmlinux 0xaeaf2601 mmc_sw_reset +EXPORT_SYMBOL vmlinux 0xaeb082ad _raw_read_unlock_bh +EXPORT_SYMBOL vmlinux 0xaebd12f0 acpi_get_name +EXPORT_SYMBOL vmlinux 0xaebf6da5 napi_gro_receive +EXPORT_SYMBOL vmlinux 0xaec24cdc __set_page_dirty_nobuffers +EXPORT_SYMBOL vmlinux 0xaec490aa xfrm_policy_unregister_afinfo +EXPORT_SYMBOL vmlinux 0xaecb958a mmc_detect_card_removed +EXPORT_SYMBOL vmlinux 0xaee538ca bfifo_qdisc_ops +EXPORT_SYMBOL vmlinux 0xaee61308 pci_irq_get_affinity +EXPORT_SYMBOL vmlinux 0xaee6ee58 gro_find_receive_by_type +EXPORT_SYMBOL vmlinux 0xaef98ad1 kill_block_super +EXPORT_SYMBOL vmlinux 0xaf09db6a inet_protos +EXPORT_SYMBOL vmlinux 0xaf11eb80 tso_build_data +EXPORT_SYMBOL vmlinux 0xaf1d9d29 param_set_ulong +EXPORT_SYMBOL vmlinux 0xaf1e185a textsearch_find_continuous +EXPORT_SYMBOL vmlinux 0xaf208d2d blk_queue_max_discard_sectors +EXPORT_SYMBOL vmlinux 0xaf2cf7b8 user_revoke +EXPORT_SYMBOL vmlinux 0xaf33fea8 pci_read_vpd +EXPORT_SYMBOL vmlinux 0xaf354bbe cpu_tss_rw +EXPORT_SYMBOL vmlinux 0xaf3dd7dc scsi_logging_level +EXPORT_SYMBOL vmlinux 0xaf4503e1 to_ndd +EXPORT_SYMBOL vmlinux 0xaf714515 vga_switcheroo_lock_ddc +EXPORT_SYMBOL vmlinux 0xaf7af768 inet_addr_type +EXPORT_SYMBOL vmlinux 0xaf95a556 __nla_put_64bit +EXPORT_SYMBOL vmlinux 0xaf9984d2 dma_set_coherent_mask +EXPORT_SYMBOL vmlinux 0xafa629fa agp_alloc_bridge +EXPORT_SYMBOL vmlinux 0xafa6b263 genphy_write_mmd_unsupported +EXPORT_SYMBOL vmlinux 0xafa8f5e5 blk_queue_virt_boundary +EXPORT_SYMBOL vmlinux 0xafaa6031 _find_next_and_bit +EXPORT_SYMBOL vmlinux 0xafb49bd3 kfree_skb_reason +EXPORT_SYMBOL vmlinux 0xafb864c1 refcount_dec_and_lock_irqsave +EXPORT_SYMBOL vmlinux 0xafc08054 dotdot_name +EXPORT_SYMBOL vmlinux 0xafc6c68e zstd_is_error +EXPORT_SYMBOL vmlinux 0xafcc0cb0 file_ns_capable +EXPORT_SYMBOL vmlinux 0xafd55382 jbd2_fc_wait_bufs +EXPORT_SYMBOL vmlinux 0xafd5ff2c amd_iommu_v2_supported +EXPORT_SYMBOL vmlinux 0xafd744c6 __x86_indirect_thunk_rbp +EXPORT_SYMBOL vmlinux 0xb007af1c gnet_stats_copy_rate_est +EXPORT_SYMBOL vmlinux 0xb01bebf9 xfrm_get_acqseq +EXPORT_SYMBOL vmlinux 0xb02747ad freeze_super +EXPORT_SYMBOL vmlinux 0xb02df2d6 __traceiter_rdpmc +EXPORT_SYMBOL vmlinux 0xb032c658 qdisc_watchdog_init_clockid +EXPORT_SYMBOL vmlinux 0xb03954de cdrom_open +EXPORT_SYMBOL vmlinux 0xb04a43ad __xa_alloc_cyclic +EXPORT_SYMBOL vmlinux 0xb04cca69 param_get_bool +EXPORT_SYMBOL vmlinux 0xb058ca07 dim_calc_stats +EXPORT_SYMBOL vmlinux 0xb05fc310 sysctl_rmem_max +EXPORT_SYMBOL vmlinux 0xb060bcd4 inet_shutdown +EXPORT_SYMBOL vmlinux 0xb0617db4 wait_for_completion_state +EXPORT_SYMBOL vmlinux 0xb099d7aa vfs_llseek +EXPORT_SYMBOL vmlinux 0xb09daf2e lookup_one_len +EXPORT_SYMBOL vmlinux 0xb0a0da0c rational_best_approximation +EXPORT_SYMBOL vmlinux 0xb0b76945 __x86_indirect_call_thunk_rsp +EXPORT_SYMBOL vmlinux 0xb0bca371 phy_do_ioctl +EXPORT_SYMBOL vmlinux 0xb0c5e247 lockref_put_return +EXPORT_SYMBOL vmlinux 0xb0e10781 get_option +EXPORT_SYMBOL vmlinux 0xb0e602eb memmove +EXPORT_SYMBOL vmlinux 0xb0f3e603 nd_device_register +EXPORT_SYMBOL vmlinux 0xb105a989 ___pskb_trim +EXPORT_SYMBOL vmlinux 0xb10a9bca mr_table_alloc +EXPORT_SYMBOL vmlinux 0xb118ea1d sock_no_accept +EXPORT_SYMBOL vmlinux 0xb11d2b8a skb_vlan_push +EXPORT_SYMBOL vmlinux 0xb11e6d8f skb_flow_dissector_init +EXPORT_SYMBOL vmlinux 0xb121390a probe_irq_on +EXPORT_SYMBOL vmlinux 0xb12cbacb fb_unregister_client +EXPORT_SYMBOL vmlinux 0xb12fd881 seq_open +EXPORT_SYMBOL vmlinux 0xb1342cdb _raw_read_lock_irqsave +EXPORT_SYMBOL vmlinux 0xb13e260a __blkdev_issue_discard +EXPORT_SYMBOL vmlinux 0xb14ab1ef hdmi_audio_infoframe_init +EXPORT_SYMBOL vmlinux 0xb14e440b pskb_extract +EXPORT_SYMBOL vmlinux 0xb14fc46a find_next_clump8 +EXPORT_SYMBOL vmlinux 0xb1518e15 cancel_work +EXPORT_SYMBOL vmlinux 0xb158b8ce mdio_bus_type +EXPORT_SYMBOL vmlinux 0xb185dece mr_table_dump +EXPORT_SYMBOL vmlinux 0xb1933a1d jbd2_journal_begin_ordered_truncate +EXPORT_SYMBOL vmlinux 0xb19a5453 __per_cpu_offset +EXPORT_SYMBOL vmlinux 0xb1a9e30c mipi_dsi_dcs_set_tear_scanline +EXPORT_SYMBOL vmlinux 0xb1b06de1 tcp_req_err +EXPORT_SYMBOL vmlinux 0xb1b3def7 blk_rq_count_integrity_sg +EXPORT_SYMBOL vmlinux 0xb1bee424 dm_io +EXPORT_SYMBOL vmlinux 0xb1bfdd79 rc5t583_ext_power_req_config +EXPORT_SYMBOL vmlinux 0xb1c120f4 jbd2_journal_load +EXPORT_SYMBOL vmlinux 0xb1c3a01a oops_in_progress +EXPORT_SYMBOL vmlinux 0xb1c63981 netdev_offload_xstats_push_delta +EXPORT_SYMBOL vmlinux 0xb1d3004c dev_uc_init +EXPORT_SYMBOL vmlinux 0xb1ddf995 jiffies_64_to_clock_t +EXPORT_SYMBOL vmlinux 0xb2060db4 do_clone_file_range +EXPORT_SYMBOL vmlinux 0xb219d56c wbinvd_on_cpu +EXPORT_SYMBOL vmlinux 0xb2201e02 devm_mdiobus_alloc_size +EXPORT_SYMBOL vmlinux 0xb2297873 rproc_elf_get_boot_addr +EXPORT_SYMBOL vmlinux 0xb22a92af rproc_coredump_using_sections +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 0xb2396679 xfrm_state_lookup_byspi +EXPORT_SYMBOL vmlinux 0xb23e65f2 netdev_set_tc_queue +EXPORT_SYMBOL vmlinux 0xb2565e12 mmc_of_parse_voltage +EXPORT_SYMBOL vmlinux 0xb2568bb9 end_page_writeback +EXPORT_SYMBOL vmlinux 0xb2601486 __SCT__tp_func_dma_fence_enable_signal +EXPORT_SYMBOL vmlinux 0xb2702c90 tcp_md5_do_del +EXPORT_SYMBOL vmlinux 0xb272bef2 i2c_smbus_xfer +EXPORT_SYMBOL vmlinux 0xb2a9f62c agp_bridge +EXPORT_SYMBOL vmlinux 0xb2b0113d mmc_can_erase +EXPORT_SYMBOL vmlinux 0xb2bcb088 acpi_current_gpe_count +EXPORT_SYMBOL vmlinux 0xb2d355bd d_lookup +EXPORT_SYMBOL vmlinux 0xb2f35c6a xxh64 +EXPORT_SYMBOL vmlinux 0xb2f74fb6 intel_gmch_remove +EXPORT_SYMBOL vmlinux 0xb2fb7f91 input_flush_device +EXPORT_SYMBOL vmlinux 0xb2fcb56d queue_delayed_work_on +EXPORT_SYMBOL vmlinux 0xb2fd5ceb __put_user_4 +EXPORT_SYMBOL vmlinux 0xb304e628 nd_pfn_validate +EXPORT_SYMBOL vmlinux 0xb306ec50 __sg_alloc_table +EXPORT_SYMBOL vmlinux 0xb308c97d wait_woken +EXPORT_SYMBOL vmlinux 0xb30b9822 vme_master_set +EXPORT_SYMBOL vmlinux 0xb30c2abb kill_anon_super +EXPORT_SYMBOL vmlinux 0xb30e0df1 skb_unlink +EXPORT_SYMBOL vmlinux 0xb3258f79 __ubsan_handle_type_mismatch_v1 +EXPORT_SYMBOL vmlinux 0xb32a5973 acpi_ut_status_exit +EXPORT_SYMBOL vmlinux 0xb35b3065 alloc_file_pseudo +EXPORT_SYMBOL vmlinux 0xb3687850 out_of_line_wait_on_bit_lock +EXPORT_SYMBOL vmlinux 0xb3707e6e flow_keys_basic_dissector +EXPORT_SYMBOL vmlinux 0xb3771763 jbd2_journal_set_triggers +EXPORT_SYMBOL vmlinux 0xb379be37 kernel_getpeername +EXPORT_SYMBOL vmlinux 0xb37a6480 kernel_accept +EXPORT_SYMBOL vmlinux 0xb3863a67 acpi_set_gpe_wake_mask +EXPORT_SYMBOL vmlinux 0xb3867e6d mtree_insert +EXPORT_SYMBOL vmlinux 0xb38ed4b6 __netlink_ns_capable +EXPORT_SYMBOL vmlinux 0xb396e12f inet_del_offload +EXPORT_SYMBOL vmlinux 0xb3a062cf bpf_link_put +EXPORT_SYMBOL vmlinux 0xb3a2dfdf nmi_panic +EXPORT_SYMBOL vmlinux 0xb3ae396d neigh_seq_stop +EXPORT_SYMBOL vmlinux 0xb3b066e1 dev_activate +EXPORT_SYMBOL vmlinux 0xb3c7dacf d_find_alias +EXPORT_SYMBOL vmlinux 0xb3d2c76d scsi_hostbyte_string +EXPORT_SYMBOL vmlinux 0xb3d7273d scsi_done +EXPORT_SYMBOL vmlinux 0xb3ec3677 file_remove_privs +EXPORT_SYMBOL vmlinux 0xb3f0afc8 nf_register_net_hooks +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 0xb4132013 set_pages_array_uc +EXPORT_SYMBOL vmlinux 0xb422e24f scsi_rescan_device +EXPORT_SYMBOL vmlinux 0xb423dba1 console_blanked +EXPORT_SYMBOL vmlinux 0xb442f18f key_instantiate_and_link +EXPORT_SYMBOL vmlinux 0xb4483504 tcp_md5_hash_key +EXPORT_SYMBOL vmlinux 0xb44eeced kfree_skb_list_reason +EXPORT_SYMBOL vmlinux 0xb4577003 acpi_dev_present +EXPORT_SYMBOL vmlinux 0xb47cca30 csum_ipv6_magic +EXPORT_SYMBOL vmlinux 0xb47cf0b4 kern_path +EXPORT_SYMBOL vmlinux 0xb47dcd10 __dquot_free_space +EXPORT_SYMBOL vmlinux 0xb4865529 __tcp_md5_do_lookup +EXPORT_SYMBOL vmlinux 0xb4878928 eth_commit_mac_addr_change +EXPORT_SYMBOL vmlinux 0xb48d4d22 security_sb_eat_lsm_opts +EXPORT_SYMBOL vmlinux 0xb493d710 nvdimm_namespace_disk_name +EXPORT_SYMBOL vmlinux 0xb495fccb unregister_mii_tstamp_controller +EXPORT_SYMBOL vmlinux 0xb49601a1 sg_zero_buffer +EXPORT_SYMBOL vmlinux 0xb4a79898 blk_limits_io_opt +EXPORT_SYMBOL vmlinux 0xb4bc3e19 bpf_prog_get_type_path +EXPORT_SYMBOL vmlinux 0xb4ca5e2e blk_mq_complete_request +EXPORT_SYMBOL vmlinux 0xb4f135a4 inet_getname +EXPORT_SYMBOL vmlinux 0xb4f5cb50 mipi_dsi_set_maximum_return_packet_size +EXPORT_SYMBOL vmlinux 0xb4f61d7f dev_get_stats +EXPORT_SYMBOL vmlinux 0xb4f6af71 input_set_capability +EXPORT_SYMBOL vmlinux 0xb5050860 ip4_datagram_connect +EXPORT_SYMBOL vmlinux 0xb50c8c05 fuse_dequeue_forget +EXPORT_SYMBOL vmlinux 0xb511f289 bdev_start_io_acct +EXPORT_SYMBOL vmlinux 0xb51cdb6e to_nd_btt +EXPORT_SYMBOL vmlinux 0xb51eee01 skb_eth_gso_segment +EXPORT_SYMBOL vmlinux 0xb53f2810 tcp_sockets_allocated +EXPORT_SYMBOL vmlinux 0xb53f3bd6 locks_lock_inode_wait +EXPORT_SYMBOL vmlinux 0xb54bfe4c pcie_bandwidth_available +EXPORT_SYMBOL vmlinux 0xb54c371c __skb_wait_for_more_packets +EXPORT_SYMBOL vmlinux 0xb5532898 sched_autogroup_detach +EXPORT_SYMBOL vmlinux 0xb55fbbae netdev_unbind_sb_channel +EXPORT_SYMBOL vmlinux 0xb56e7dcb pci_assign_resource +EXPORT_SYMBOL vmlinux 0xb586668f serio_unregister_port +EXPORT_SYMBOL vmlinux 0xb58736dc filemap_invalidate_unlock_two +EXPORT_SYMBOL vmlinux 0xb58c611e sockopt_ns_capable +EXPORT_SYMBOL vmlinux 0xb58f0134 dump_align +EXPORT_SYMBOL vmlinux 0xb598da34 __napi_schedule_irqoff +EXPORT_SYMBOL vmlinux 0xb5a459dc unregister_blkdev +EXPORT_SYMBOL vmlinux 0xb5aa7165 dma_pool_destroy +EXPORT_SYMBOL vmlinux 0xb5ab892d uv_undefined +EXPORT_SYMBOL vmlinux 0xb5b142f5 crypto_sha1_finup +EXPORT_SYMBOL vmlinux 0xb5b54b34 _raw_spin_unlock +EXPORT_SYMBOL vmlinux 0xb5b63711 fileattr_fill_xflags +EXPORT_SYMBOL vmlinux 0xb5e73116 flush_delayed_work +EXPORT_SYMBOL vmlinux 0xb60d4b2f acpi_match_device_ids +EXPORT_SYMBOL vmlinux 0xb61d6fc2 down_read_interruptible +EXPORT_SYMBOL vmlinux 0xb62548c3 genl_notify +EXPORT_SYMBOL vmlinux 0xb633f115 irq_poll_enable +EXPORT_SYMBOL vmlinux 0xb654ef65 acpi_os_read_port +EXPORT_SYMBOL vmlinux 0xb659bee7 __block_write_begin +EXPORT_SYMBOL vmlinux 0xb666bcbc i2c_smbus_write_block_data +EXPORT_SYMBOL vmlinux 0xb66e96d8 netlbl_audit_start +EXPORT_SYMBOL vmlinux 0xb670e0e1 sock_sendmsg +EXPORT_SYMBOL vmlinux 0xb674a534 acpi_unmap_cpu +EXPORT_SYMBOL vmlinux 0xb678366f int_sqrt +EXPORT_SYMBOL vmlinux 0xb678efb6 always_delete_dentry +EXPORT_SYMBOL vmlinux 0xb67fec0e uuid_parse +EXPORT_SYMBOL vmlinux 0xb68669a0 blk_queue_io_min +EXPORT_SYMBOL vmlinux 0xb68a6851 rproc_resource_cleanup +EXPORT_SYMBOL vmlinux 0xb6936ffe _bcd2bin +EXPORT_SYMBOL vmlinux 0xb696e312 inet_sk_rebuild_header +EXPORT_SYMBOL vmlinux 0xb69af7e3 d_genocide +EXPORT_SYMBOL vmlinux 0xb6acaa13 phy_sfp_detach +EXPORT_SYMBOL vmlinux 0xb6adf74b tty_port_init +EXPORT_SYMBOL vmlinux 0xb6b3544a tcp_mss_to_mtu +EXPORT_SYMBOL vmlinux 0xb6cb556a _find_first_and_bit +EXPORT_SYMBOL vmlinux 0xb6e36ce2 psched_ratecfg_precompute +EXPORT_SYMBOL vmlinux 0xb6e7c100 mipi_dsi_driver_register_full +EXPORT_SYMBOL vmlinux 0xb6fde909 close_fd +EXPORT_SYMBOL vmlinux 0xb712160c kobject_del +EXPORT_SYMBOL vmlinux 0xb71589f0 skip_spaces +EXPORT_SYMBOL vmlinux 0xb71ed69f __hw_addr_unsync +EXPORT_SYMBOL vmlinux 0xb72339b3 shrink_dcache_parent +EXPORT_SYMBOL vmlinux 0xb72f6a1f acpi_notifier_call_chain +EXPORT_SYMBOL vmlinux 0xb737b185 gen_pool_best_fit +EXPORT_SYMBOL vmlinux 0xb752eb7e abort_creds +EXPORT_SYMBOL vmlinux 0xb7593ddc iosf_mbi_unregister_pmic_bus_access_notifier +EXPORT_SYMBOL vmlinux 0xb75a8add inet_frag_find +EXPORT_SYMBOL vmlinux 0xb75acd1c read_cache_page_gfp +EXPORT_SYMBOL vmlinux 0xb76c7ed0 eth_platform_get_mac_address +EXPORT_SYMBOL vmlinux 0xb772484b vma_alloc_folio +EXPORT_SYMBOL vmlinux 0xb77f9511 input_handler_for_each_handle +EXPORT_SYMBOL vmlinux 0xb78debe3 LZ4_decompress_fast_usingDict +EXPORT_SYMBOL vmlinux 0xb7980baa netpoll_send_skb +EXPORT_SYMBOL vmlinux 0xb7b71a39 nd_region_to_nstype +EXPORT_SYMBOL vmlinux 0xb7c0f443 sort +EXPORT_SYMBOL vmlinux 0xb7c6db70 sysctl_max_skb_frags +EXPORT_SYMBOL vmlinux 0xb7dc8c62 page_cache_prev_miss +EXPORT_SYMBOL vmlinux 0xb7fdb7c9 netdev_notice +EXPORT_SYMBOL vmlinux 0xb80b4a18 zstd_compress_bound +EXPORT_SYMBOL vmlinux 0xb862f7ea __x86_indirect_jump_thunk_rbx +EXPORT_SYMBOL vmlinux 0xb868ac5c register_sysrq_key +EXPORT_SYMBOL vmlinux 0xb868f521 default_llseek +EXPORT_SYMBOL vmlinux 0xb86f74c5 free_cpumask_var +EXPORT_SYMBOL vmlinux 0xb88074d9 hash_and_copy_to_iter +EXPORT_SYMBOL vmlinux 0xb8974181 generic_shutdown_super +EXPORT_SYMBOL vmlinux 0xb89b6e6b guid_parse +EXPORT_SYMBOL vmlinux 0xb89c26e9 find_inode_nowait +EXPORT_SYMBOL vmlinux 0xb89e5437 phy_write_mmd +EXPORT_SYMBOL vmlinux 0xb8b043f2 kfree_link +EXPORT_SYMBOL vmlinux 0xb8d3fb4a filp_open +EXPORT_SYMBOL vmlinux 0xb8e27ac4 vga_switcheroo_client_probe_defer +EXPORT_SYMBOL vmlinux 0xb8e7ce2c __put_user_8 +EXPORT_SYMBOL vmlinux 0xb9047b9e mmc_remove_host +EXPORT_SYMBOL vmlinux 0xb907513f unpoison_memory +EXPORT_SYMBOL vmlinux 0xb90b940b ndisc_ns_create +EXPORT_SYMBOL vmlinux 0xb90c75db devfreq_monitor_start +EXPORT_SYMBOL vmlinux 0xb911bb58 minmax_running_max +EXPORT_SYMBOL vmlinux 0xb920db49 acpi_tb_install_and_load_table +EXPORT_SYMBOL vmlinux 0xb93b2ee8 dev_driver_string +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 0xb975ea87 has_capability_noaudit +EXPORT_SYMBOL vmlinux 0xb97f7045 acpi_install_gpe_handler +EXPORT_SYMBOL vmlinux 0xb98980ef blk_queue_alignment_offset +EXPORT_SYMBOL vmlinux 0xb9a09ddd __x86_indirect_jump_thunk_rcx +EXPORT_SYMBOL vmlinux 0xb9aba8a6 flow_rule_match_meta +EXPORT_SYMBOL vmlinux 0xb9af1d0d __xa_clear_mark +EXPORT_SYMBOL vmlinux 0xb9c35e59 key_link +EXPORT_SYMBOL vmlinux 0xb9d62f30 jbd2_journal_unlock_updates +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 0xba0031dc i2c_del_driver +EXPORT_SYMBOL vmlinux 0xba0676e2 vm_zone_stat +EXPORT_SYMBOL vmlinux 0xba1008c8 __crc32c_le +EXPORT_SYMBOL vmlinux 0xba161628 sk_reset_timer +EXPORT_SYMBOL vmlinux 0xba1e7c70 unregister_key_type +EXPORT_SYMBOL vmlinux 0xba2449b3 __x86_indirect_jump_thunk_rax +EXPORT_SYMBOL vmlinux 0xba497f13 loops_per_jiffy +EXPORT_SYMBOL vmlinux 0xba4a4200 file_check_and_advance_wb_err +EXPORT_SYMBOL vmlinux 0xba584d96 dm_put_device +EXPORT_SYMBOL vmlinux 0xba5aad4e send_sig +EXPORT_SYMBOL vmlinux 0xba7e6c61 dev_set_alias +EXPORT_SYMBOL vmlinux 0xba88439e simple_fill_super +EXPORT_SYMBOL vmlinux 0xba8fbd64 _raw_spin_lock +EXPORT_SYMBOL vmlinux 0xbaa4007b tcp_mmap +EXPORT_SYMBOL vmlinux 0xbabcc23a page_readlink +EXPORT_SYMBOL vmlinux 0xbac8aeea sg_nents_for_len +EXPORT_SYMBOL vmlinux 0xbaf6a770 udpv6_sendmsg +EXPORT_SYMBOL vmlinux 0xbafa632e __do_once_sleepable_start +EXPORT_SYMBOL vmlinux 0xbb04ddc1 inet_csk_reqsk_queue_drop_and_put +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 0xbb34cdd0 filemap_flush +EXPORT_SYMBOL vmlinux 0xbb41d6c2 tcp_sock_set_quickack +EXPORT_SYMBOL vmlinux 0xbb4f4766 simple_write_to_buffer +EXPORT_SYMBOL vmlinux 0xbb617fb2 devm_clk_get +EXPORT_SYMBOL vmlinux 0xbb6f25c2 tcf_generic_walker +EXPORT_SYMBOL vmlinux 0xbb7a0af3 inet_csk_reqsk_queue_add +EXPORT_SYMBOL vmlinux 0xbb86f7a6 param_set_ushort +EXPORT_SYMBOL vmlinux 0xbb8e169a vga_switcheroo_handler_flags +EXPORT_SYMBOL vmlinux 0xbb98f02d xfrm_dev_state_flush +EXPORT_SYMBOL vmlinux 0xbb9ad1ca textsearch_unregister +EXPORT_SYMBOL vmlinux 0xbb9ed3bf mutex_trylock +EXPORT_SYMBOL vmlinux 0xbba7f2f2 __cpuhp_setup_state_cpuslocked +EXPORT_SYMBOL vmlinux 0xbbada571 md_check_no_bitmap +EXPORT_SYMBOL vmlinux 0xbbfda8e6 scsi_eh_prep_cmnd +EXPORT_SYMBOL vmlinux 0xbc11a75c scsi_device_get +EXPORT_SYMBOL vmlinux 0xbc11af45 jbd2_journal_release_jbd_inode +EXPORT_SYMBOL vmlinux 0xbc2031de acpi_processor_get_bios_limit +EXPORT_SYMBOL vmlinux 0xbc2553c6 mark_buffer_write_io_error +EXPORT_SYMBOL vmlinux 0xbc2ffeac secure_tcpv6_ts_off +EXPORT_SYMBOL vmlinux 0xbc54bf17 __acpi_mdiobus_register +EXPORT_SYMBOL vmlinux 0xbca880fa ip_defrag +EXPORT_SYMBOL vmlinux 0xbcab6ee6 sscanf +EXPORT_SYMBOL vmlinux 0xbcac57bb pci_bus_write_config_byte +EXPORT_SYMBOL vmlinux 0xbcb0fcc3 aperture_remove_conflicting_pci_devices +EXPORT_SYMBOL vmlinux 0xbcb36fe4 hugetlb_optimize_vmemmap_key +EXPORT_SYMBOL vmlinux 0xbcc426d0 __scsi_add_device +EXPORT_SYMBOL vmlinux 0xbccfb93f tcp_gro_complete +EXPORT_SYMBOL vmlinux 0xbcd36e2a may_setattr +EXPORT_SYMBOL vmlinux 0xbce47ada scsicam_bios_param +EXPORT_SYMBOL vmlinux 0xbce8dde3 tcp_select_initial_window +EXPORT_SYMBOL vmlinux 0xbce9bcc4 netlink_set_err +EXPORT_SYMBOL vmlinux 0xbceb197f udp_seq_stop +EXPORT_SYMBOL vmlinux 0xbcef8b58 __x86_indirect_jump_thunk_rdx +EXPORT_SYMBOL vmlinux 0xbd0270f7 ipv6_chk_prefix +EXPORT_SYMBOL vmlinux 0xbd068fcb alloc_netdev_mqs +EXPORT_SYMBOL vmlinux 0xbd110778 page_pool_release_page +EXPORT_SYMBOL vmlinux 0xbd189371 scsi_target_resume +EXPORT_SYMBOL vmlinux 0xbd393ca3 ioread64be_lo_hi +EXPORT_SYMBOL vmlinux 0xbd462b55 __kfifo_init +EXPORT_SYMBOL vmlinux 0xbd6841d4 crc16 +EXPORT_SYMBOL vmlinux 0xbd6b06c0 dma_fence_chain_init +EXPORT_SYMBOL vmlinux 0xbd710e84 sk_stop_timer +EXPORT_SYMBOL vmlinux 0xbd897a74 sock_gettstamp +EXPORT_SYMBOL vmlinux 0xbd929d65 ip6tun_encaps +EXPORT_SYMBOL vmlinux 0xbda028ef bio_reset +EXPORT_SYMBOL vmlinux 0xbda5c519 vfs_symlink +EXPORT_SYMBOL vmlinux 0xbda6048f security_skb_classify_flow +EXPORT_SYMBOL vmlinux 0xbda8b451 fscrypt_free_inode +EXPORT_SYMBOL vmlinux 0xbdd6fe7c mmc_erase_group_aligned +EXPORT_SYMBOL vmlinux 0xbde66f5b tcf_em_tree_validate +EXPORT_SYMBOL vmlinux 0xbdfb6dbb __fentry__ +EXPORT_SYMBOL vmlinux 0xbdfc4eba __devm_request_region +EXPORT_SYMBOL vmlinux 0xbe0110e7 acpi_set_gpe +EXPORT_SYMBOL vmlinux 0xbe137738 irq_set_chip +EXPORT_SYMBOL vmlinux 0xbe16de54 vme_dma_list_exec +EXPORT_SYMBOL vmlinux 0xbe263f36 cred_fscmp +EXPORT_SYMBOL vmlinux 0xbe49252c acpi_os_write_port +EXPORT_SYMBOL vmlinux 0xbe493a78 qdisc_watchdog_cancel +EXPORT_SYMBOL vmlinux 0xbe4e7498 flow_block_cb_alloc +EXPORT_SYMBOL vmlinux 0xbe4eb6ed secure_dccpv6_sequence_number +EXPORT_SYMBOL vmlinux 0xbe58b2bb mipi_dsi_dcs_exit_sleep_mode +EXPORT_SYMBOL vmlinux 0xbe5a24e9 xxh32_copy_state +EXPORT_SYMBOL vmlinux 0xbe6933b9 md_integrity_add_rdev +EXPORT_SYMBOL vmlinux 0xbe6a866f __wait_on_bit +EXPORT_SYMBOL vmlinux 0xbe6a8c96 zstd_cctx_workspace_bound +EXPORT_SYMBOL vmlinux 0xbe88483b udp_sendmsg +EXPORT_SYMBOL vmlinux 0xbe9591e6 add_watch_to_object +EXPORT_SYMBOL vmlinux 0xbeb312b3 mipi_dsi_dcs_set_column_address +EXPORT_SYMBOL vmlinux 0xbec0cbc1 netdev_lower_dev_get_private +EXPORT_SYMBOL vmlinux 0xbecab81f clear_user_erms +EXPORT_SYMBOL vmlinux 0xbeceda5f mmc_can_discard +EXPORT_SYMBOL vmlinux 0xbed3cdf0 pci_find_next_bus +EXPORT_SYMBOL vmlinux 0xbef43296 console_conditional_schedule +EXPORT_SYMBOL vmlinux 0xbef984b0 finish_open +EXPORT_SYMBOL vmlinux 0xbefa51a3 gen_pool_add_owner +EXPORT_SYMBOL vmlinux 0xbf03c79a tcp_read_sock +EXPORT_SYMBOL vmlinux 0xbf067f4b tty_port_raise_dtr_rts +EXPORT_SYMBOL vmlinux 0xbf278542 pin_user_pages_remote +EXPORT_SYMBOL vmlinux 0xbf3193ec acpi_unregister_ioapic +EXPORT_SYMBOL vmlinux 0xbf417f85 lock_rename +EXPORT_SYMBOL vmlinux 0xbf57aadf sdev_prefix_printk +EXPORT_SYMBOL vmlinux 0xbf59c419 posix_acl_init +EXPORT_SYMBOL vmlinux 0xbf61fc9c seq_read_iter +EXPORT_SYMBOL vmlinux 0xbf77b585 md_wait_for_blocked_rdev +EXPORT_SYMBOL vmlinux 0xbf9bcc8d __cap_empty_set +EXPORT_SYMBOL vmlinux 0xbfad8cea tcp_sock_set_keepcnt +EXPORT_SYMBOL vmlinux 0xbfae9e07 utf8_validate +EXPORT_SYMBOL vmlinux 0xbfc177bc iowrite32_rep +EXPORT_SYMBOL vmlinux 0xbfc48cb8 pci_scan_root_bus +EXPORT_SYMBOL vmlinux 0xbfc69775 free_cgroup_ns +EXPORT_SYMBOL vmlinux 0xbfd16ebb con_is_visible +EXPORT_SYMBOL vmlinux 0xc018d158 sock_no_bind +EXPORT_SYMBOL vmlinux 0xc0364007 fault_in_writeable +EXPORT_SYMBOL vmlinux 0xc03e94cf done_path_create +EXPORT_SYMBOL vmlinux 0xc044b417 pcibios_resource_to_bus +EXPORT_SYMBOL vmlinux 0xc056e961 pci_bus_set_ops +EXPORT_SYMBOL vmlinux 0xc058aae5 con_is_bound +EXPORT_SYMBOL vmlinux 0xc07351b3 __SCT__cond_resched +EXPORT_SYMBOL vmlinux 0xc074e9e6 mipi_dsi_compression_mode +EXPORT_SYMBOL vmlinux 0xc0763484 rfkill_blocked +EXPORT_SYMBOL vmlinux 0xc078d22c zstd_init_cstream +EXPORT_SYMBOL vmlinux 0xc07b0863 fb_destroy_modedb +EXPORT_SYMBOL vmlinux 0xc07b1e72 tcp_prot +EXPORT_SYMBOL vmlinux 0xc07d1325 alloc_etherdev_mqs +EXPORT_SYMBOL vmlinux 0xc0845690 read_cache_folio +EXPORT_SYMBOL vmlinux 0xc084abbd jbd2_journal_extend +EXPORT_SYMBOL vmlinux 0xc086000a netdev_master_upper_dev_get +EXPORT_SYMBOL vmlinux 0xc08bb88e __scsi_iterate_devices +EXPORT_SYMBOL vmlinux 0xc08c9952 skb_prepare_seq_read +EXPORT_SYMBOL vmlinux 0xc0a8a1b7 poll_initwait +EXPORT_SYMBOL vmlinux 0xc0c8c23d blk_mq_start_hw_queue +EXPORT_SYMBOL vmlinux 0xc0cba6f3 nexthop_bucket_set_hw_flags +EXPORT_SYMBOL vmlinux 0xc0e33131 flow_block_cb_lookup +EXPORT_SYMBOL vmlinux 0xc0ea5dab drop_nlink +EXPORT_SYMBOL vmlinux 0xc0ee3160 device_match_acpi_handle +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 0xc0ffe0d9 icmpv6_ndo_send +EXPORT_SYMBOL vmlinux 0xc106d891 pm860x_bulk_read +EXPORT_SYMBOL vmlinux 0xc1198662 __warn_flushing_systemwide_wq +EXPORT_SYMBOL vmlinux 0xc1231dab mmc_can_gpio_cd +EXPORT_SYMBOL vmlinux 0xc1286c6f generic_file_splice_read +EXPORT_SYMBOL vmlinux 0xc12b1b1c sync_filesystem +EXPORT_SYMBOL vmlinux 0xc12e00cf __qdisc_calculate_pkt_len +EXPORT_SYMBOL vmlinux 0xc1365323 acpi_enable_all_wakeup_gpes +EXPORT_SYMBOL vmlinux 0xc149480c param_ops_int +EXPORT_SYMBOL vmlinux 0xc14dc168 acpi_get_data +EXPORT_SYMBOL vmlinux 0xc1514a3b free_irq +EXPORT_SYMBOL vmlinux 0xc152f476 mmc_detect_change +EXPORT_SYMBOL vmlinux 0xc15f4d0e in_dev_finish_destroy +EXPORT_SYMBOL vmlinux 0xc16be39d iter_div_u64_rem +EXPORT_SYMBOL vmlinux 0xc192c7e2 ps2_cmd_aborted +EXPORT_SYMBOL vmlinux 0xc1b3b97f linkwatch_fire_event +EXPORT_SYMBOL vmlinux 0xc1c93e95 skb_set_owner_w +EXPORT_SYMBOL vmlinux 0xc1cdb805 md_bitmap_unplug +EXPORT_SYMBOL vmlinux 0xc1d5d504 scsi_cmd_allowed +EXPORT_SYMBOL vmlinux 0xc1d8cfaf __fdget +EXPORT_SYMBOL vmlinux 0xc212a91c mdio_device_free +EXPORT_SYMBOL vmlinux 0xc213cae4 tcf_action_set_ctrlact +EXPORT_SYMBOL vmlinux 0xc223fb41 bio_integrity_alloc +EXPORT_SYMBOL vmlinux 0xc22736c8 dst_destroy +EXPORT_SYMBOL vmlinux 0xc22f6693 call_fib_notifier +EXPORT_SYMBOL vmlinux 0xc23a4ef8 mdiobus_unregister_device +EXPORT_SYMBOL vmlinux 0xc2424641 agp3_generic_cleanup +EXPORT_SYMBOL vmlinux 0xc243ea62 xattr_full_name +EXPORT_SYMBOL vmlinux 0xc264d68a mmc_get_card +EXPORT_SYMBOL vmlinux 0xc2734ff0 i2c_smbus_read_byte_data +EXPORT_SYMBOL vmlinux 0xc278c965 cpu_all_bits +EXPORT_SYMBOL vmlinux 0xc2960b2f tcf_idr_create +EXPORT_SYMBOL vmlinux 0xc29bf967 strspn +EXPORT_SYMBOL vmlinux 0xc29dae8c block_write_begin +EXPORT_SYMBOL vmlinux 0xc2ab0cc4 rps_may_expire_flow +EXPORT_SYMBOL vmlinux 0xc2af0b19 seq_path +EXPORT_SYMBOL vmlinux 0xc2b3060e shrink_dcache_sb +EXPORT_SYMBOL vmlinux 0xc2bab35d skb_find_text +EXPORT_SYMBOL vmlinux 0xc2cb862e sgl_alloc_order +EXPORT_SYMBOL vmlinux 0xc2e587d1 reset_devices +EXPORT_SYMBOL vmlinux 0xc3055d20 usleep_range_state +EXPORT_SYMBOL vmlinux 0xc310b981 strnstr +EXPORT_SYMBOL vmlinux 0xc31db0ce is_vmalloc_addr +EXPORT_SYMBOL vmlinux 0xc32c71af register_inetaddr_validator_notifier +EXPORT_SYMBOL vmlinux 0xc33ba812 devm_extcon_register_notifier +EXPORT_SYMBOL vmlinux 0xc35881c8 __skb_checksum_complete_head +EXPORT_SYMBOL vmlinux 0xc3762aec mempool_alloc +EXPORT_SYMBOL vmlinux 0xc378dc94 skb_append +EXPORT_SYMBOL vmlinux 0xc37f9c6e cpufreq_update_policy +EXPORT_SYMBOL vmlinux 0xc389fc9f genphy_read_status_fixed +EXPORT_SYMBOL vmlinux 0xc38c83b8 mod_timer +EXPORT_SYMBOL vmlinux 0xc3aaf0a9 __put_user_1 +EXPORT_SYMBOL vmlinux 0xc3bb4c67 agp_generic_alloc_user +EXPORT_SYMBOL vmlinux 0xc3bc72ad trace_print_array_seq +EXPORT_SYMBOL vmlinux 0xc3c2a4dd i2c_transfer +EXPORT_SYMBOL vmlinux 0xc3f8fd16 tcp_release_cb +EXPORT_SYMBOL vmlinux 0xc3ff2190 dmam_pool_create +EXPORT_SYMBOL vmlinux 0xc3ff38c2 down_read_trylock +EXPORT_SYMBOL vmlinux 0xc40a0962 cpufreq_generic_suspend +EXPORT_SYMBOL vmlinux 0xc4212ab9 qdisc_class_hash_insert +EXPORT_SYMBOL vmlinux 0xc42dcb99 acpi_evaluate_ost +EXPORT_SYMBOL vmlinux 0xc44a2772 scsi_print_command +EXPORT_SYMBOL vmlinux 0xc452212c utf8_strncasecmp +EXPORT_SYMBOL vmlinux 0xc45d5f88 uart_write_wakeup +EXPORT_SYMBOL vmlinux 0xc463af6d tty_vhangup +EXPORT_SYMBOL vmlinux 0xc464ecda stream_open +EXPORT_SYMBOL vmlinux 0xc4777aa9 __ctzsi2 +EXPORT_SYMBOL vmlinux 0xc4ae915e arch_touch_nmi_watchdog +EXPORT_SYMBOL vmlinux 0xc4b85c10 __nla_put_nohdr +EXPORT_SYMBOL vmlinux 0xc4c9ad59 bio_uninit +EXPORT_SYMBOL vmlinux 0xc4d6f9fc pci_request_selected_regions_exclusive +EXPORT_SYMBOL vmlinux 0xc4ea8ea7 __skb_vlan_pop +EXPORT_SYMBOL vmlinux 0xc501452a iw_handler_get_spy +EXPORT_SYMBOL vmlinux 0xc50a8124 mount_nodev +EXPORT_SYMBOL vmlinux 0xc50db308 dentry_open +EXPORT_SYMBOL vmlinux 0xc5152917 km_new_mapping +EXPORT_SYMBOL vmlinux 0xc515f1cd __x86_indirect_jump_thunk_r13 +EXPORT_SYMBOL vmlinux 0xc522dc0b pci_set_power_state +EXPORT_SYMBOL vmlinux 0xc528a49a queued_write_lock_slowpath +EXPORT_SYMBOL vmlinux 0xc52a3a8a mdiobus_setup_mdiodev_from_board_info +EXPORT_SYMBOL vmlinux 0xc52b898d may_umount +EXPORT_SYMBOL vmlinux 0xc541c530 dma_map_resource +EXPORT_SYMBOL vmlinux 0xc558530d profile_pc +EXPORT_SYMBOL vmlinux 0xc560fef6 xfrm_user_policy +EXPORT_SYMBOL vmlinux 0xc56c3609 xz_dec_microlzma_reset +EXPORT_SYMBOL vmlinux 0xc56f6017 tty_driver_kref_put +EXPORT_SYMBOL vmlinux 0xc56fe323 brioctl_set +EXPORT_SYMBOL vmlinux 0xc576f8d1 blk_mq_init_allocated_queue +EXPORT_SYMBOL vmlinux 0xc57a7d78 param_ops_bint +EXPORT_SYMBOL vmlinux 0xc57c48a3 idr_get_next +EXPORT_SYMBOL vmlinux 0xc57d0733 skb_copy_bits +EXPORT_SYMBOL vmlinux 0xc5832e23 udp_flush_pending_frames +EXPORT_SYMBOL vmlinux 0xc588d49a pci_enable_wake +EXPORT_SYMBOL vmlinux 0xc58d5a90 kstrtoll_from_user +EXPORT_SYMBOL vmlinux 0xc599a772 security_xfrm_state_delete +EXPORT_SYMBOL vmlinux 0xc5a36357 pcibios_bus_to_resource +EXPORT_SYMBOL vmlinux 0xc5a3fe10 sock_common_getsockopt +EXPORT_SYMBOL vmlinux 0xc5b24423 devm_pci_remap_cfgspace +EXPORT_SYMBOL vmlinux 0xc5b6f236 queue_work_on +EXPORT_SYMBOL vmlinux 0xc5d69c27 blk_queue_chunk_sectors +EXPORT_SYMBOL vmlinux 0xc5d9c46c agp_try_unsupported_boot +EXPORT_SYMBOL vmlinux 0xc5e1ef62 nvdimm_check_and_set_ro +EXPORT_SYMBOL vmlinux 0xc5e74216 release_resource +EXPORT_SYMBOL vmlinux 0xc5f49822 phy_queue_state_machine +EXPORT_SYMBOL vmlinux 0xc5f964eb __tracepoint_spi_transfer_start +EXPORT_SYMBOL vmlinux 0xc60d0620 __num_online_cpus +EXPORT_SYMBOL vmlinux 0xc617fc57 i2c_put_adapter +EXPORT_SYMBOL vmlinux 0xc61ca65e iowrite64be_hi_lo +EXPORT_SYMBOL vmlinux 0xc622556f prepare_to_wait_exclusive +EXPORT_SYMBOL vmlinux 0xc631580a console_unlock +EXPORT_SYMBOL vmlinux 0xc633c280 blk_mq_start_request +EXPORT_SYMBOL vmlinux 0xc633d82d phy_unregister_fixup +EXPORT_SYMBOL vmlinux 0xc637d799 register_netdev +EXPORT_SYMBOL vmlinux 0xc64e5fb9 __cgroup_bpf_run_filter_sk +EXPORT_SYMBOL vmlinux 0xc65e4e97 secure_dccp_sequence_number +EXPORT_SYMBOL vmlinux 0xc666a132 crc_t10dif +EXPORT_SYMBOL vmlinux 0xc6670726 dev_pm_opp_unregister_notifier +EXPORT_SYMBOL vmlinux 0xc66a8304 cpu_rmap_add +EXPORT_SYMBOL vmlinux 0xc68c0098 filemap_fdatawrite +EXPORT_SYMBOL vmlinux 0xc6910aa0 do_trace_rdpmc +EXPORT_SYMBOL vmlinux 0xc6b85e2a __mdiobus_write +EXPORT_SYMBOL vmlinux 0xc6bb9586 cpufreq_get_policy +EXPORT_SYMBOL vmlinux 0xc6cb465a __kfifo_max_r +EXPORT_SYMBOL vmlinux 0xc6cbbc89 capable +EXPORT_SYMBOL vmlinux 0xc6d09aa9 release_firmware +EXPORT_SYMBOL vmlinux 0xc6d5311b inetdev_by_index +EXPORT_SYMBOL vmlinux 0xc6ef12b4 skb_pull +EXPORT_SYMBOL vmlinux 0xc6f3b3fc refcount_dec_if_one +EXPORT_SYMBOL vmlinux 0xc6f46339 init_timer_key +EXPORT_SYMBOL vmlinux 0xc6f938f9 writeback_inodes_sb_nr +EXPORT_SYMBOL vmlinux 0xc6fb4b70 __brelse +EXPORT_SYMBOL vmlinux 0xc6ff516b ppp_channel_index +EXPORT_SYMBOL vmlinux 0xc708f1fe ec_write +EXPORT_SYMBOL vmlinux 0xc7100964 rproc_vq_interrupt +EXPORT_SYMBOL vmlinux 0xc7208c3a serial8250_resume_port +EXPORT_SYMBOL vmlinux 0xc728d623 inet_dgram_connect +EXPORT_SYMBOL vmlinux 0xc73d9807 dqget +EXPORT_SYMBOL vmlinux 0xc756cf0f __register_binfmt +EXPORT_SYMBOL vmlinux 0xc771e078 acpi_dev_get_next_match_dev +EXPORT_SYMBOL vmlinux 0xc77faba1 netif_schedule_queue +EXPORT_SYMBOL vmlinux 0xc781bd9f rfkill_resume_polling +EXPORT_SYMBOL vmlinux 0xc782f1e3 skb_vlan_pop +EXPORT_SYMBOL vmlinux 0xc7856a3d inet6addr_notifier_call_chain +EXPORT_SYMBOL vmlinux 0xc7a09335 cdrom_mode_sense +EXPORT_SYMBOL vmlinux 0xc7a4fbed rtnl_lock +EXPORT_SYMBOL vmlinux 0xc7a55695 iov_iter_advance +EXPORT_SYMBOL vmlinux 0xc7ae1903 security_lock_kernel_down +EXPORT_SYMBOL vmlinux 0xc7b00d49 netdev_offload_xstats_disable +EXPORT_SYMBOL vmlinux 0xc7b123f4 nf_hook_slow +EXPORT_SYMBOL vmlinux 0xc7c1107a LZ4_decompress_safe +EXPORT_SYMBOL vmlinux 0xc7d14e11 sock_no_connect +EXPORT_SYMBOL vmlinux 0xc7de6df7 dma_unmap_resource +EXPORT_SYMBOL vmlinux 0xc805d2e6 filemap_fdatawait_range +EXPORT_SYMBOL vmlinux 0xc8062e6c request_key_with_auxdata +EXPORT_SYMBOL vmlinux 0xc80a4862 clk_bulk_get_all +EXPORT_SYMBOL vmlinux 0xc80ab559 swake_up_one +EXPORT_SYMBOL vmlinux 0xc81c1dd6 sched_autogroup_create_attach +EXPORT_SYMBOL vmlinux 0xc8259b4c flow_indr_dev_register +EXPORT_SYMBOL vmlinux 0xc82d21d8 vme_irq_handler +EXPORT_SYMBOL vmlinux 0xc833956d genphy_setup_forced +EXPORT_SYMBOL vmlinux 0xc839afed hdmi_audio_infoframe_check +EXPORT_SYMBOL vmlinux 0xc846134c from_kprojid_munged +EXPORT_SYMBOL vmlinux 0xc846adeb mmc_gpiod_request_cd_irq +EXPORT_SYMBOL vmlinux 0xc84a0a7e seq_hlist_start_rcu +EXPORT_SYMBOL vmlinux 0xc872fd85 in6addr_interfacelocal_allnodes +EXPORT_SYMBOL vmlinux 0xc8768258 devm_devfreq_unregister_opp_notifier +EXPORT_SYMBOL vmlinux 0xc880af7d dump_emit +EXPORT_SYMBOL vmlinux 0xc8827b75 sysctl_vals +EXPORT_SYMBOL vmlinux 0xc88ca108 dev_pm_opp_register_notifier +EXPORT_SYMBOL vmlinux 0xc890c008 zlib_deflateEnd +EXPORT_SYMBOL vmlinux 0xc8972e9d pci_unmap_rom +EXPORT_SYMBOL vmlinux 0xc8a91f5b cpumask_local_spread +EXPORT_SYMBOL vmlinux 0xc8c85086 sg_free_table +EXPORT_SYMBOL vmlinux 0xc8d8894e devm_devfreq_add_device +EXPORT_SYMBOL vmlinux 0xc8dcc62a krealloc +EXPORT_SYMBOL vmlinux 0xc911165d tty_port_destroy +EXPORT_SYMBOL vmlinux 0xc914fb3a pci_reenable_device +EXPORT_SYMBOL vmlinux 0xc9216a82 recalibrate_cpu_khz +EXPORT_SYMBOL vmlinux 0xc93e8461 acpi_get_event_resources +EXPORT_SYMBOL vmlinux 0xc93fb8d4 mmc_gpio_set_cd_wake +EXPORT_SYMBOL vmlinux 0xc9634df9 in6addr_linklocal_allrouters +EXPORT_SYMBOL vmlinux 0xc972449f mempool_alloc_slab +EXPORT_SYMBOL vmlinux 0xc975df0e invalidate_disk +EXPORT_SYMBOL vmlinux 0xc980bb4f ppp_unregister_channel +EXPORT_SYMBOL vmlinux 0xc9822234 clk_register_clkdev +EXPORT_SYMBOL vmlinux 0xc985f374 ip6_find_1stfragopt +EXPORT_SYMBOL vmlinux 0xc987498d skb_checksum_setup +EXPORT_SYMBOL vmlinux 0xc98fbec8 io_uring_get_socket +EXPORT_SYMBOL vmlinux 0xc9903735 pci_bus_assign_resources +EXPORT_SYMBOL vmlinux 0xc9929b33 nonseekable_open +EXPORT_SYMBOL vmlinux 0xc99b68c5 pci_release_resource +EXPORT_SYMBOL vmlinux 0xc99e2a55 twl_rev +EXPORT_SYMBOL vmlinux 0xc9a8ffc4 in6_dev_finish_destroy +EXPORT_SYMBOL vmlinux 0xc9b97732 sock_bind_add +EXPORT_SYMBOL vmlinux 0xc9c224fe nf_reinject +EXPORT_SYMBOL vmlinux 0xc9d889b0 dev_getbyhwaddr_rcu +EXPORT_SYMBOL vmlinux 0xc9dc7013 kthread_bind +EXPORT_SYMBOL vmlinux 0xc9df055a xfrm_policy_walk_init +EXPORT_SYMBOL vmlinux 0xc9f34c1d acpi_acquire_global_lock +EXPORT_SYMBOL vmlinux 0xc9f9dcbb page_pool_create +EXPORT_SYMBOL vmlinux 0xca0395c7 genphy_read_lpa +EXPORT_SYMBOL vmlinux 0xca138d03 mmc_wait_for_req_done +EXPORT_SYMBOL vmlinux 0xca1648d4 zstd_decompress_dctx +EXPORT_SYMBOL vmlinux 0xca17ac01 _find_next_andnot_bit +EXPORT_SYMBOL vmlinux 0xca21ebd3 bitmap_free +EXPORT_SYMBOL vmlinux 0xca431c05 wake_bit_function +EXPORT_SYMBOL vmlinux 0xca4aef38 __serio_register_port +EXPORT_SYMBOL vmlinux 0xca4c21d9 pci_bus_add_devices +EXPORT_SYMBOL vmlinux 0xca9360b5 rb_next +EXPORT_SYMBOL vmlinux 0xca9beaa4 __xa_store +EXPORT_SYMBOL vmlinux 0xcab8024a alloc_pages +EXPORT_SYMBOL vmlinux 0xcabc5bbe km_state_notify +EXPORT_SYMBOL vmlinux 0xcad1aca8 acpi_exception +EXPORT_SYMBOL vmlinux 0xcae61f03 param_get_ullong +EXPORT_SYMBOL vmlinux 0xcb0288ea ledtrig_cpu +EXPORT_SYMBOL vmlinux 0xcb174915 skb_flow_get_icmp_tci +EXPORT_SYMBOL vmlinux 0xcb38bbe0 audit_log +EXPORT_SYMBOL vmlinux 0xcb3ae215 call_blocking_lsm_notifier +EXPORT_SYMBOL vmlinux 0xcb50c14b filemap_release_folio +EXPORT_SYMBOL vmlinux 0xcb556a38 ip_mc_join_group +EXPORT_SYMBOL vmlinux 0xcb6829da tcp_syn_ack_timeout +EXPORT_SYMBOL vmlinux 0xcb733bf2 acpi_bus_set_power +EXPORT_SYMBOL vmlinux 0xcb805466 netdev_lower_get_next_private_rcu +EXPORT_SYMBOL vmlinux 0xcb847614 alloc_fddidev +EXPORT_SYMBOL vmlinux 0xcb85f1ef vm_insert_pages +EXPORT_SYMBOL vmlinux 0xcb8c2d01 inode_get_bytes +EXPORT_SYMBOL vmlinux 0xcb95291d __SCK__tp_func_kmem_cache_alloc +EXPORT_SYMBOL vmlinux 0xcb9dfdb1 inet6_bind +EXPORT_SYMBOL vmlinux 0xcba88fa1 pci_write_config_dword +EXPORT_SYMBOL vmlinux 0xcbbf0a6f audit_log_task_context +EXPORT_SYMBOL vmlinux 0xcbd4898c fortify_panic +EXPORT_SYMBOL vmlinux 0xcbdb7227 pci_free_host_bridge +EXPORT_SYMBOL vmlinux 0xcbe14877 fs_param_is_string +EXPORT_SYMBOL vmlinux 0xcbf048d5 blk_post_runtime_suspend +EXPORT_SYMBOL vmlinux 0xcbfb33e4 init_opal_dev +EXPORT_SYMBOL vmlinux 0xcc1ad40f cdev_del +EXPORT_SYMBOL vmlinux 0xcc1b882a idr_get_next_ul +EXPORT_SYMBOL vmlinux 0xcc23002a hdmi_infoframe_pack_only +EXPORT_SYMBOL vmlinux 0xcc248d26 serial8250_suspend_port +EXPORT_SYMBOL vmlinux 0xcc2b25eb call_usermodehelper_setup +EXPORT_SYMBOL vmlinux 0xcc328a5c reservation_ww_class +EXPORT_SYMBOL vmlinux 0xcc36b8b6 nla_reserve_64bit +EXPORT_SYMBOL vmlinux 0xcc392eea kmalloc_size_roundup +EXPORT_SYMBOL vmlinux 0xcc411ed1 ptp_convert_timestamp +EXPORT_SYMBOL vmlinux 0xcc5005fe msleep_interruptible +EXPORT_SYMBOL vmlinux 0xcc5c2df4 trace_print_symbols_seq +EXPORT_SYMBOL vmlinux 0xcc5d22d9 can_do_mlock +EXPORT_SYMBOL vmlinux 0xcc6d15e8 simple_link +EXPORT_SYMBOL vmlinux 0xcc7681de blk_mq_free_tag_set +EXPORT_SYMBOL vmlinux 0xcca54b6e inet_add_protocol +EXPORT_SYMBOL vmlinux 0xcca5839d xen_vcpu_id +EXPORT_SYMBOL vmlinux 0xccb25650 tty_hung_up_p +EXPORT_SYMBOL vmlinux 0xccb705f1 pcie_capability_clear_and_set_word +EXPORT_SYMBOL vmlinux 0xccd4e45e ethtool_virtdev_set_link_ksettings +EXPORT_SYMBOL vmlinux 0xccf1f9d1 netdev_class_remove_file_ns +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 0xcd1db7f8 block_is_partially_uptodate +EXPORT_SYMBOL vmlinux 0xcd279169 nla_find +EXPORT_SYMBOL vmlinux 0xcd3ef3de read_cache_page +EXPORT_SYMBOL vmlinux 0xcd4b840b nf_unregister_net_hook +EXPORT_SYMBOL vmlinux 0xcd569083 netpoll_cleanup +EXPORT_SYMBOL vmlinux 0xcd5bd457 dquot_quota_off +EXPORT_SYMBOL vmlinux 0xcd67be8a nf_getsockopt +EXPORT_SYMBOL vmlinux 0xcd716ad3 configfs_register_group +EXPORT_SYMBOL vmlinux 0xcd71f53a param_set_ullong +EXPORT_SYMBOL vmlinux 0xcd7dd7df dns_query +EXPORT_SYMBOL vmlinux 0xcd8ce890 acpi_format_exception +EXPORT_SYMBOL vmlinux 0xcd9c0515 jbd2_journal_lock_updates +EXPORT_SYMBOL vmlinux 0xcd9ffd30 dquot_quotactl_sysfile_ops +EXPORT_SYMBOL vmlinux 0xcdb238b4 tty_register_ldisc +EXPORT_SYMBOL vmlinux 0xcdb6a1ef blk_pre_runtime_suspend +EXPORT_SYMBOL vmlinux 0xcdbaccfc pps_event +EXPORT_SYMBOL vmlinux 0xcdc39c9e security_ismaclabel +EXPORT_SYMBOL vmlinux 0xcdcb8a30 uart_suspend_port +EXPORT_SYMBOL vmlinux 0xcde38540 uart_get_baud_rate +EXPORT_SYMBOL vmlinux 0xcde77bcc free_opal_dev +EXPORT_SYMBOL vmlinux 0xcde7eb40 mr_mfc_seq_next +EXPORT_SYMBOL vmlinux 0xcdf09f6a thaw_super +EXPORT_SYMBOL vmlinux 0xcdfcd661 sk_ns_capable +EXPORT_SYMBOL vmlinux 0xce0743f9 devfreq_resume_device +EXPORT_SYMBOL vmlinux 0xce2840e7 irq_set_irq_wake +EXPORT_SYMBOL vmlinux 0xce399431 tcf_exts_destroy +EXPORT_SYMBOL vmlinux 0xce425483 follow_down +EXPORT_SYMBOL vmlinux 0xce42f7a4 __nlmsg_put +EXPORT_SYMBOL vmlinux 0xce45db3f xfrm_state_add +EXPORT_SYMBOL vmlinux 0xce4cdb8e fb_find_best_mode +EXPORT_SYMBOL vmlinux 0xce4d6e41 vfs_iocb_iter_write +EXPORT_SYMBOL vmlinux 0xce4e47b6 __kfifo_skip_r +EXPORT_SYMBOL vmlinux 0xce4f6bb6 single_open +EXPORT_SYMBOL vmlinux 0xce5ac24f zlib_inflate_workspacesize +EXPORT_SYMBOL vmlinux 0xce6d0dd4 param_set_byte +EXPORT_SYMBOL vmlinux 0xce720f28 mtree_destroy +EXPORT_SYMBOL vmlinux 0xce76c257 acpi_get_irq_routing_table +EXPORT_SYMBOL vmlinux 0xce77c6ee vfs_path_lookup +EXPORT_SYMBOL vmlinux 0xce807a25 up_write +EXPORT_SYMBOL vmlinux 0xce8a78a9 pci_set_mwi +EXPORT_SYMBOL vmlinux 0xce9c3944 phy_mii_ioctl +EXPORT_SYMBOL vmlinux 0xcea381dd x86_match_cpu +EXPORT_SYMBOL vmlinux 0xceab0311 strchrnul +EXPORT_SYMBOL vmlinux 0xcec175c2 clean_bdev_aliases +EXPORT_SYMBOL vmlinux 0xcec7b705 skb_copy_datagram_iter +EXPORT_SYMBOL vmlinux 0xced0f4d4 gen_pool_create +EXPORT_SYMBOL vmlinux 0xcedff080 crypto_sha256_finup +EXPORT_SYMBOL vmlinux 0xceedc57b __folio_lock +EXPORT_SYMBOL vmlinux 0xcefb0c9f __mutex_init +EXPORT_SYMBOL vmlinux 0xcefcd99a serial8250_unregister_port +EXPORT_SYMBOL vmlinux 0xcefe7a53 dentry_create +EXPORT_SYMBOL vmlinux 0xcf0b592a netdev_adjacent_change_abort +EXPORT_SYMBOL vmlinux 0xcf0bfebe __tracepoint_read_msr +EXPORT_SYMBOL vmlinux 0xcf11e6e5 rproc_elf_load_rsc_table +EXPORT_SYMBOL vmlinux 0xcf1317df blkdev_get_by_path +EXPORT_SYMBOL vmlinux 0xcf26cc6c dm_kcopyd_zero +EXPORT_SYMBOL vmlinux 0xcf2a6966 up +EXPORT_SYMBOL vmlinux 0xcf3b69b3 netdev_stats_to_stats64 +EXPORT_SYMBOL vmlinux 0xcf4fdd4d _atomic_dec_and_lock +EXPORT_SYMBOL vmlinux 0xcf622337 pfifo_qdisc_ops +EXPORT_SYMBOL vmlinux 0xcf661cf5 load_nls +EXPORT_SYMBOL vmlinux 0xcf6a0b53 pci_resize_resource +EXPORT_SYMBOL vmlinux 0xcf7effd3 mnt_set_expiry +EXPORT_SYMBOL vmlinux 0xcf863ad4 vfs_mkobj +EXPORT_SYMBOL vmlinux 0xcf8e7bcc pci_save_state +EXPORT_SYMBOL vmlinux 0xcf9b558d touchscreen_set_mt_pos +EXPORT_SYMBOL vmlinux 0xcfb3825c dm_register_target +EXPORT_SYMBOL vmlinux 0xcfb6ef4b lookup_one +EXPORT_SYMBOL vmlinux 0xcfc9deaf atomic_dec_and_mutex_lock +EXPORT_SYMBOL vmlinux 0xcfd73a74 xfrm_init_state +EXPORT_SYMBOL vmlinux 0xcfd884a8 __hsiphash_unaligned +EXPORT_SYMBOL vmlinux 0xcffa737e dev_set_allmulti +EXPORT_SYMBOL vmlinux 0xd002e57c block_dirty_folio +EXPORT_SYMBOL vmlinux 0xd010cce4 ip6_err_gen_icmpv6_unreach +EXPORT_SYMBOL vmlinux 0xd03e83cb dev_get_by_napi_id +EXPORT_SYMBOL vmlinux 0xd04c1a64 sysctl_devconf_inherit_init_net +EXPORT_SYMBOL vmlinux 0xd05608b9 eisa_driver_unregister +EXPORT_SYMBOL vmlinux 0xd0654aba woken_wake_function +EXPORT_SYMBOL vmlinux 0xd06f2904 scsi_remove_target +EXPORT_SYMBOL vmlinux 0xd0714f18 vme_dma_list_free +EXPORT_SYMBOL vmlinux 0xd0760fc0 kfree_sensitive +EXPORT_SYMBOL vmlinux 0xd08abe92 kthread_create_worker +EXPORT_SYMBOL vmlinux 0xd08adb2b trace_seq_hex_dump +EXPORT_SYMBOL vmlinux 0xd09b37ba phy_ethtool_get_sset_count +EXPORT_SYMBOL vmlinux 0xd0acae4b nd_dev_to_uuid +EXPORT_SYMBOL vmlinux 0xd0b74705 acpi_install_interface +EXPORT_SYMBOL vmlinux 0xd0bfa6b9 get_user_pages +EXPORT_SYMBOL vmlinux 0xd0e79451 get_tree_single_reconf +EXPORT_SYMBOL vmlinux 0xd0f284b8 mmiotrace_printk +EXPORT_SYMBOL vmlinux 0xd0fef3b2 agp_free_key +EXPORT_SYMBOL vmlinux 0xd1246ab9 get_task_cred +EXPORT_SYMBOL vmlinux 0xd12f0918 nf_hook_slow_list +EXPORT_SYMBOL vmlinux 0xd1363cc1 ucs2_strsize +EXPORT_SYMBOL vmlinux 0xd13c9bdc __mod_lruvec_page_state +EXPORT_SYMBOL vmlinux 0xd13e05d0 neigh_app_ns +EXPORT_SYMBOL vmlinux 0xd147adef pci_read_vpd_any +EXPORT_SYMBOL vmlinux 0xd14c71da netif_set_real_num_tx_queues +EXPORT_SYMBOL vmlinux 0xd1635ac2 inet_register_protosw +EXPORT_SYMBOL vmlinux 0xd163d9c6 phy_device_free +EXPORT_SYMBOL vmlinux 0xd16950d2 pci_get_class +EXPORT_SYMBOL vmlinux 0xd16c7e6c netif_tx_wake_queue +EXPORT_SYMBOL vmlinux 0xd1887ad8 eth_prepare_mac_addr_change +EXPORT_SYMBOL vmlinux 0xd194ddf9 acpi_gpe_count +EXPORT_SYMBOL vmlinux 0xd19e9ae8 dma_unmap_sg_attrs +EXPORT_SYMBOL vmlinux 0xd1b542a3 udp_lib_rehash +EXPORT_SYMBOL vmlinux 0xd1d6e0b7 boot_cpu_data +EXPORT_SYMBOL vmlinux 0xd1d87e92 scsi_mlreturn_string +EXPORT_SYMBOL vmlinux 0xd1da432d dev_mc_unsync +EXPORT_SYMBOL vmlinux 0xd1f60a89 arch_io_free_memtype_wc +EXPORT_SYMBOL vmlinux 0xd1f6c5f3 smp_num_siblings +EXPORT_SYMBOL vmlinux 0xd1f88f05 skb_push +EXPORT_SYMBOL vmlinux 0xd213d529 tcf_exts_num_actions +EXPORT_SYMBOL vmlinux 0xd21c5139 iowrite64_lo_hi +EXPORT_SYMBOL vmlinux 0xd2237016 radix_tree_delete_item +EXPORT_SYMBOL vmlinux 0xd22b5866 d_add_ci +EXPORT_SYMBOL vmlinux 0xd24108d4 rfkill_soft_blocked +EXPORT_SYMBOL vmlinux 0xd241d0c8 task_lookup_next_fd_rcu +EXPORT_SYMBOL vmlinux 0xd259ea7c vme_irq_generate +EXPORT_SYMBOL vmlinux 0xd25d4f74 console_blank_hook +EXPORT_SYMBOL vmlinux 0xd27aeaf5 napi_schedule_prep +EXPORT_SYMBOL vmlinux 0xd27b25dd blk_check_plugged +EXPORT_SYMBOL vmlinux 0xd2800691 nf_conntrack_destroy +EXPORT_SYMBOL vmlinux 0xd2b0ed61 set_trace_device +EXPORT_SYMBOL vmlinux 0xd2bc5c46 __get_user_nocheck_2 +EXPORT_SYMBOL vmlinux 0xd2d1faa5 get_agp_version +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 0xd2e6a816 kthread_associate_blkcg +EXPORT_SYMBOL vmlinux 0xd2ea49b8 acpi_leave_sleep_state_prep +EXPORT_SYMBOL vmlinux 0xd31fbfad unpin_user_page +EXPORT_SYMBOL vmlinux 0xd3296b27 netdev_change_features +EXPORT_SYMBOL vmlinux 0xd338ea7e __SCT__tp_func_kmem_cache_alloc +EXPORT_SYMBOL vmlinux 0xd33a827e __scsi_print_sense +EXPORT_SYMBOL vmlinux 0xd33da3fd vfs_statfs +EXPORT_SYMBOL vmlinux 0xd3543063 memcg_kmem_enabled_key +EXPORT_SYMBOL vmlinux 0xd35a132e disk_stack_limits +EXPORT_SYMBOL vmlinux 0xd35a6d31 mempool_kmalloc +EXPORT_SYMBOL vmlinux 0xd35cce70 _raw_spin_unlock_irqrestore +EXPORT_SYMBOL vmlinux 0xd36dc10c get_random_u32 +EXPORT_SYMBOL vmlinux 0xd36e3d59 prandom_bytes_state +EXPORT_SYMBOL vmlinux 0xd36f28e9 xfrm_policy_flush +EXPORT_SYMBOL vmlinux 0xd3713d05 scsi_is_host_device +EXPORT_SYMBOL vmlinux 0xd38cd261 __default_kernel_pte_mask +EXPORT_SYMBOL vmlinux 0xd38ee2c7 __get_hash_from_flowi6 +EXPORT_SYMBOL vmlinux 0xd3920a87 kiocb_set_cancel_fn +EXPORT_SYMBOL vmlinux 0xd3a1c072 inet_select_addr +EXPORT_SYMBOL vmlinux 0xd3a8dd57 pcix_get_mmrbc +EXPORT_SYMBOL vmlinux 0xd3c69c43 devfreq_update_target +EXPORT_SYMBOL vmlinux 0xd3e38a23 jbd2_journal_init_dev +EXPORT_SYMBOL vmlinux 0xd3fcfc03 register_filesystem +EXPORT_SYMBOL vmlinux 0xd406d266 fb_mode_is_equal +EXPORT_SYMBOL vmlinux 0xd4203992 netlink_broadcast +EXPORT_SYMBOL vmlinux 0xd421728d pci_alloc_host_bridge +EXPORT_SYMBOL vmlinux 0xd43739d8 page_cache_next_miss +EXPORT_SYMBOL vmlinux 0xd44f0b74 watchdog_unregister_governor +EXPORT_SYMBOL vmlinux 0xd457d577 agp_unbind_memory +EXPORT_SYMBOL vmlinux 0xd45cc6ca bin2hex +EXPORT_SYMBOL vmlinux 0xd46489b8 scsi_mode_sense +EXPORT_SYMBOL vmlinux 0xd46bbe86 __folio_start_writeback +EXPORT_SYMBOL vmlinux 0xd46d7e86 netif_stacked_transfer_operstate +EXPORT_SYMBOL vmlinux 0xd4835ef8 dmi_check_system +EXPORT_SYMBOL vmlinux 0xd484acac dma_async_device_unregister +EXPORT_SYMBOL vmlinux 0xd4851b61 flow_rule_match_icmp +EXPORT_SYMBOL vmlinux 0xd497a356 rproc_boot +EXPORT_SYMBOL vmlinux 0xd4a4c298 neigh_changeaddr +EXPORT_SYMBOL vmlinux 0xd4bb4a82 inet6addr_validator_notifier_call_chain +EXPORT_SYMBOL vmlinux 0xd4d1983c udplite_table +EXPORT_SYMBOL vmlinux 0xd4e03f99 dst_release +EXPORT_SYMBOL vmlinux 0xd4f02d43 kernel_sock_ip_overhead +EXPORT_SYMBOL vmlinux 0xd504ee14 input_set_keycode +EXPORT_SYMBOL vmlinux 0xd5260b1e tcp_sock_set_syncnt +EXPORT_SYMBOL vmlinux 0xd5263820 mb_cache_destroy +EXPORT_SYMBOL vmlinux 0xd52b03be finish_no_open +EXPORT_SYMBOL vmlinux 0xd53039c2 devm_memunmap +EXPORT_SYMBOL vmlinux 0xd5346bfc acpi_get_possible_resources +EXPORT_SYMBOL vmlinux 0xd5416afd mmc_cqe_start_req +EXPORT_SYMBOL vmlinux 0xd55a0c5c inode_insert5 +EXPORT_SYMBOL vmlinux 0xd55ce8f9 dev_mc_init +EXPORT_SYMBOL vmlinux 0xd563713b copy_page_from_iter +EXPORT_SYMBOL vmlinux 0xd5637b7c skb_flow_dissect_ct +EXPORT_SYMBOL vmlinux 0xd57a8a38 dev_set_mac_address_user +EXPORT_SYMBOL vmlinux 0xd59068d0 skb_flow_dissect_hash +EXPORT_SYMBOL vmlinux 0xd5ae61c4 ilookup5_nowait +EXPORT_SYMBOL vmlinux 0xd5af58d0 mmc_gpio_set_cd_isr +EXPORT_SYMBOL vmlinux 0xd5b28f60 ipv6_mc_check_mld +EXPORT_SYMBOL vmlinux 0xd5b3d0d5 xxh64_copy_state +EXPORT_SYMBOL vmlinux 0xd5d2e0e3 jbd2_trans_will_send_data_barrier +EXPORT_SYMBOL vmlinux 0xd5def146 xen_alloc_unpopulated_pages +EXPORT_SYMBOL vmlinux 0xd5e86eb4 touchscreen_report_pos +EXPORT_SYMBOL vmlinux 0xd5fd90f1 prepare_to_wait +EXPORT_SYMBOL vmlinux 0xd60736ec gf128mul_free_64k +EXPORT_SYMBOL vmlinux 0xd62ecd49 rps_sock_flow_table +EXPORT_SYMBOL vmlinux 0xd642f3f6 video_firmware_drivers_only +EXPORT_SYMBOL vmlinux 0xd643239a acpi_leave_sleep_state +EXPORT_SYMBOL vmlinux 0xd6468d2c vga_switcheroo_unlock_ddc +EXPORT_SYMBOL vmlinux 0xd65b4e21 seq_printf +EXPORT_SYMBOL vmlinux 0xd6615c5e sock_alloc +EXPORT_SYMBOL vmlinux 0xd66c8184 add_device_randomness +EXPORT_SYMBOL vmlinux 0xd6742002 preempt_schedule_thunk +EXPORT_SYMBOL vmlinux 0xd68c5a1f adjust_resource +EXPORT_SYMBOL vmlinux 0xd691c6a9 unregister_sysctl_table +EXPORT_SYMBOL vmlinux 0xd69fad8a sock_enable_timestamps +EXPORT_SYMBOL vmlinux 0xd6a91f54 twl_i2c_read +EXPORT_SYMBOL vmlinux 0xd6ac52c7 show_init_ipc_ns +EXPORT_SYMBOL vmlinux 0xd6aef4ad nf_log_unregister +EXPORT_SYMBOL vmlinux 0xd6b133c5 neigh_connected_output +EXPORT_SYMBOL vmlinux 0xd6b2ed5f generate_pm_trace +EXPORT_SYMBOL vmlinux 0xd6b33026 cpu_khz +EXPORT_SYMBOL vmlinux 0xd6d62aef input_unregister_device +EXPORT_SYMBOL vmlinux 0xd6e4bfea jbd2_fc_begin_commit +EXPORT_SYMBOL vmlinux 0xd6e5120f fuse_mount_destroy +EXPORT_SYMBOL vmlinux 0xd6eaaea1 full_name_hash +EXPORT_SYMBOL vmlinux 0xd6ee688f vmalloc +EXPORT_SYMBOL vmlinux 0xd6f65b79 __lock_sock_fast +EXPORT_SYMBOL vmlinux 0xd6fde043 is_module_sig_enforced +EXPORT_SYMBOL vmlinux 0xd7065bb8 rtnl_notify +EXPORT_SYMBOL vmlinux 0xd7085e2a __scsi_device_lookup_by_target +EXPORT_SYMBOL vmlinux 0xd70b2f51 param_ops_byte +EXPORT_SYMBOL vmlinux 0xd70d35a1 gf128mul_4k_bbe +EXPORT_SYMBOL vmlinux 0xd70f62b6 acpi_os_execute +EXPORT_SYMBOL vmlinux 0xd71dfd9c set_posix_acl +EXPORT_SYMBOL vmlinux 0xd73653c4 freezer_active +EXPORT_SYMBOL vmlinux 0xd738ca1b phy_unregister_fixup_for_uid +EXPORT_SYMBOL vmlinux 0xd739e1b1 sk_dst_check +EXPORT_SYMBOL vmlinux 0xd73a294f mtree_erase +EXPORT_SYMBOL vmlinux 0xd73c8c2b synchronize_shrinkers +EXPORT_SYMBOL vmlinux 0xd73f5e87 d_add +EXPORT_SYMBOL vmlinux 0xd7482f05 vcalloc +EXPORT_SYMBOL vmlinux 0xd787991f create_empty_buffers +EXPORT_SYMBOL vmlinux 0xd78eaebc rproc_coredump_add_custom_segment +EXPORT_SYMBOL vmlinux 0xd7987177 utf8_load +EXPORT_SYMBOL vmlinux 0xd7aa550a tcf_idr_release +EXPORT_SYMBOL vmlinux 0xd7ca1b28 vfs_parse_fs_param +EXPORT_SYMBOL vmlinux 0xd7d280ad irq_poll_complete +EXPORT_SYMBOL vmlinux 0xd7da7574 flow_rule_match_ip +EXPORT_SYMBOL vmlinux 0xd7dd777b reserve_perfctr_nmi +EXPORT_SYMBOL vmlinux 0xd7e0cb96 tty_register_device +EXPORT_SYMBOL vmlinux 0xd7e1bc65 rfkill_alloc +EXPORT_SYMBOL vmlinux 0xd7e56a4e simple_strtoll +EXPORT_SYMBOL vmlinux 0xd7ea7094 nf_unregister_queue_handler +EXPORT_SYMBOL vmlinux 0xd81178ec __skb_get_hash +EXPORT_SYMBOL vmlinux 0xd823b91f kernel_param_lock +EXPORT_SYMBOL vmlinux 0xd828136b iov_iter_npages +EXPORT_SYMBOL vmlinux 0xd8299476 genphy_soft_reset +EXPORT_SYMBOL vmlinux 0xd83898d5 nf_hooks_needed +EXPORT_SYMBOL vmlinux 0xd841eb15 rproc_set_firmware +EXPORT_SYMBOL vmlinux 0xd846c315 acpi_write_bit_register +EXPORT_SYMBOL vmlinux 0xd84b9aff generic_file_direct_write +EXPORT_SYMBOL vmlinux 0xd850685f xfrm_state_free +EXPORT_SYMBOL vmlinux 0xd85be177 pm860x_reg_read +EXPORT_SYMBOL vmlinux 0xd8996d22 mmc_cqe_post_req +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 0xd8cb35d0 truncate_inode_pages_final +EXPORT_SYMBOL vmlinux 0xd8df08ac acpi_handle_printk +EXPORT_SYMBOL vmlinux 0xd8e1f858 xfrm_policy_walk +EXPORT_SYMBOL vmlinux 0xd8e57183 seq_read +EXPORT_SYMBOL vmlinux 0xd8f76cb4 register_quota_format +EXPORT_SYMBOL vmlinux 0xd90954c9 xfrm_unregister_km +EXPORT_SYMBOL vmlinux 0xd90affc0 fs_param_is_bool +EXPORT_SYMBOL vmlinux 0xd91f6ab6 strnlen_user +EXPORT_SYMBOL vmlinux 0xd9269214 max8998_bulk_write +EXPORT_SYMBOL vmlinux 0xd92deb6b acpi_evaluate_object +EXPORT_SYMBOL vmlinux 0xd933f209 __SCT__tp_func_rdpmc +EXPORT_SYMBOL vmlinux 0xd93f6acf splice_direct_to_actor +EXPORT_SYMBOL vmlinux 0xd942acf6 pci_select_bars +EXPORT_SYMBOL vmlinux 0xd9491c14 xa_destroy +EXPORT_SYMBOL vmlinux 0xd967dd70 netlink_capable +EXPORT_SYMBOL vmlinux 0xd971c6c4 xen_arch_register_cpu +EXPORT_SYMBOL vmlinux 0xd981d34c inet_csk_delete_keepalive_timer +EXPORT_SYMBOL vmlinux 0xd985dc99 mempool_free_pages +EXPORT_SYMBOL vmlinux 0xd9a5ea54 __init_waitqueue_head +EXPORT_SYMBOL vmlinux 0xd9a5f24a simple_transaction_read +EXPORT_SYMBOL vmlinux 0xd9b85ef6 lockref_get +EXPORT_SYMBOL vmlinux 0xd9b90a2e config_item_get_unless_zero +EXPORT_SYMBOL vmlinux 0xd9cbb479 from_kgid_munged +EXPORT_SYMBOL vmlinux 0xd9ce165a fddi_type_trans +EXPORT_SYMBOL vmlinux 0xd9d8fd16 register_restart_handler +EXPORT_SYMBOL vmlinux 0xd9d952d1 crypto_aes_sbox +EXPORT_SYMBOL vmlinux 0xd9dbc4b7 pcie_print_link_status +EXPORT_SYMBOL vmlinux 0xda0f29c2 prepare_to_swait_event +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 0xda437485 devm_free_irq +EXPORT_SYMBOL vmlinux 0xda52ae60 cdrom_get_media_event +EXPORT_SYMBOL vmlinux 0xda782baf crypto_sha512_update +EXPORT_SYMBOL vmlinux 0xdaa6ce0a kernel_connect +EXPORT_SYMBOL vmlinux 0xdab44b19 fb_get_mode +EXPORT_SYMBOL vmlinux 0xdabfbd45 mr_vif_seq_next +EXPORT_SYMBOL vmlinux 0xdac1653e fb_set_suspend +EXPORT_SYMBOL vmlinux 0xdac4913a bitmap_allocate_region +EXPORT_SYMBOL vmlinux 0xdacab1e1 acpi_device_set_power +EXPORT_SYMBOL vmlinux 0xdacef698 flow_indr_block_cb_alloc +EXPORT_SYMBOL vmlinux 0xdad13544 ptrs_per_p4d +EXPORT_SYMBOL vmlinux 0xdad1fc3f zstd_flush_stream +EXPORT_SYMBOL vmlinux 0xdad64277 __fib6_flush_trees +EXPORT_SYMBOL vmlinux 0xdaedf4c2 param_array_ops +EXPORT_SYMBOL vmlinux 0xdafca2a1 tcp_getsockopt +EXPORT_SYMBOL vmlinux 0xdaff1595 ipv6_skip_exthdr +EXPORT_SYMBOL vmlinux 0xdb0d8cf2 simple_pin_fs +EXPORT_SYMBOL vmlinux 0xdb127ada mmc_can_gpio_ro +EXPORT_SYMBOL vmlinux 0xdb133fee sock_set_keepalive +EXPORT_SYMBOL vmlinux 0xdb16b170 topology_phys_to_logical_pkg +EXPORT_SYMBOL vmlinux 0xdb19dea5 reuseport_attach_prog +EXPORT_SYMBOL vmlinux 0xdb353767 __xfrm_decode_session +EXPORT_SYMBOL vmlinux 0xdb3c5352 fs_param_is_enum +EXPORT_SYMBOL vmlinux 0xdb45583c seq_dentry +EXPORT_SYMBOL vmlinux 0xdb68bbad rfkill_destroy +EXPORT_SYMBOL vmlinux 0xdb760f52 __kfifo_free +EXPORT_SYMBOL vmlinux 0xdb76eba8 pnp_start_dev +EXPORT_SYMBOL vmlinux 0xdb80323c eth_header_cache +EXPORT_SYMBOL vmlinux 0xdb8d4c83 compat_ptr_ioctl +EXPORT_SYMBOL vmlinux 0xdb8d7da4 tcf_qevent_validate_change +EXPORT_SYMBOL vmlinux 0xdb95e185 intel_scu_ipc_dev_command_with_size +EXPORT_SYMBOL vmlinux 0xdb95f24c pci_alloc_dev +EXPORT_SYMBOL vmlinux 0xdba32f22 __nla_reserve_nohdr +EXPORT_SYMBOL vmlinux 0xdbafa1f0 phy_ethtool_get_link_ksettings +EXPORT_SYMBOL vmlinux 0xdbb43f47 ppp_unit_number +EXPORT_SYMBOL vmlinux 0xdbc43e6a qdisc_get_rtab +EXPORT_SYMBOL vmlinux 0xdbcc5074 pci_clear_mwi +EXPORT_SYMBOL vmlinux 0xdbcf041a acpi_install_address_space_handler +EXPORT_SYMBOL vmlinux 0xdbdcf229 input_mt_sync_frame +EXPORT_SYMBOL vmlinux 0xdbdf6c92 ioport_resource +EXPORT_SYMBOL vmlinux 0xdbe820c3 netdev_lower_get_first_private_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 0xdc20aa67 mdiobus_read +EXPORT_SYMBOL vmlinux 0xdc42db3e inet_frag_rbtree_purge +EXPORT_SYMBOL vmlinux 0xdc45a6a9 submit_bio +EXPORT_SYMBOL vmlinux 0xdc46c350 md_update_sb +EXPORT_SYMBOL vmlinux 0xdc49c198 reciprocal_value_adv +EXPORT_SYMBOL vmlinux 0xdc4c0a90 filemap_fdatawait_range_keep_errors +EXPORT_SYMBOL vmlinux 0xdc512134 backlight_register_notifier +EXPORT_SYMBOL vmlinux 0xdc5736d5 acpi_register_ioapic +EXPORT_SYMBOL vmlinux 0xdc5f5441 register_console +EXPORT_SYMBOL vmlinux 0xdc647f94 netif_tx_unlock +EXPORT_SYMBOL vmlinux 0xdc71dc9b __ip_select_ident +EXPORT_SYMBOL vmlinux 0xdc77e8ae dquot_operations +EXPORT_SYMBOL vmlinux 0xdc988470 sg_miter_start +EXPORT_SYMBOL vmlinux 0xdca45a7b pci_clear_master +EXPORT_SYMBOL vmlinux 0xdcaabc05 phy_register_fixup_for_id +EXPORT_SYMBOL vmlinux 0xdcbeba1d sg_copy_from_buffer +EXPORT_SYMBOL vmlinux 0xdccb8be0 skb_orphan_partial +EXPORT_SYMBOL vmlinux 0xdcdc0040 slhc_compress +EXPORT_SYMBOL vmlinux 0xdce1cf10 mode_strip_sgid +EXPORT_SYMBOL vmlinux 0xdcea344e gpiochip_irq_reqres +EXPORT_SYMBOL vmlinux 0xdcee379b inet_frags_fini +EXPORT_SYMBOL vmlinux 0xdcf4923f seg6_hmac_net_exit +EXPORT_SYMBOL vmlinux 0xdd00447a acpi_resource_to_address64 +EXPORT_SYMBOL vmlinux 0xdd012775 security_path_mkdir +EXPORT_SYMBOL vmlinux 0xdd0172c4 deactivate_super +EXPORT_SYMBOL vmlinux 0xdd0e982a vme_register_error_handler +EXPORT_SYMBOL vmlinux 0xdd17beba xfrm6_protocol_register +EXPORT_SYMBOL vmlinux 0xdd18a993 acpi_check_dsm +EXPORT_SYMBOL vmlinux 0xdd2c169b mb_cache_create +EXPORT_SYMBOL vmlinux 0xdd389f92 watchdog_register_governor +EXPORT_SYMBOL vmlinux 0xdd4d55b6 _raw_read_unlock +EXPORT_SYMBOL vmlinux 0xdd5349ea vfs_readlink +EXPORT_SYMBOL vmlinux 0xdd5e4cea rtnl_nla_parse_ifinfomsg +EXPORT_SYMBOL vmlinux 0xdd64e639 strscpy +EXPORT_SYMBOL vmlinux 0xdd80cf35 sync_dirty_buffer +EXPORT_SYMBOL vmlinux 0xdd8166a1 dma_fence_free +EXPORT_SYMBOL vmlinux 0xdd849d51 scsi_get_sense_info_fld +EXPORT_SYMBOL vmlinux 0xdd9f497a vfs_rename +EXPORT_SYMBOL vmlinux 0xddad7952 acpi_dbg_level +EXPORT_SYMBOL vmlinux 0xddc21fe7 skb_mac_gso_segment +EXPORT_SYMBOL vmlinux 0xddc6d6c7 input_mt_drop_unused +EXPORT_SYMBOL vmlinux 0xddcbe1f3 acpi_ut_value_exit +EXPORT_SYMBOL vmlinux 0xddf6ad7a completion_done +EXPORT_SYMBOL vmlinux 0xddfdb8ac tcp_md5_needed +EXPORT_SYMBOL vmlinux 0xde293f9e add_wait_queue_exclusive +EXPORT_SYMBOL vmlinux 0xde2d626e devfreq_add_device +EXPORT_SYMBOL vmlinux 0xde4eeab5 __register_nmi_handler +EXPORT_SYMBOL vmlinux 0xde6644a2 agp_generic_insert_memory +EXPORT_SYMBOL vmlinux 0xde80cd09 ioremap +EXPORT_SYMBOL vmlinux 0xde9b17ed agp3_generic_fetch_size +EXPORT_SYMBOL vmlinux 0xdec633a7 agp_generic_destroy_pages +EXPORT_SYMBOL vmlinux 0xdec9de85 get_user_pages_remote +EXPORT_SYMBOL vmlinux 0xded39a6b gen_kill_estimator +EXPORT_SYMBOL vmlinux 0xdeef53e2 lookup_one_unlocked +EXPORT_SYMBOL vmlinux 0xdef7c893 fb_match_mode +EXPORT_SYMBOL vmlinux 0xdef8d0ae __SCT__tp_func_kfree +EXPORT_SYMBOL vmlinux 0xdf001284 __dec_node_page_state +EXPORT_SYMBOL vmlinux 0xdf10d424 get_unmapped_area +EXPORT_SYMBOL vmlinux 0xdf13b66a dcbnl_ieee_notify +EXPORT_SYMBOL vmlinux 0xdf141d28 clk_get +EXPORT_SYMBOL vmlinux 0xdf1441ac pci_find_resource +EXPORT_SYMBOL vmlinux 0xdf20c831 ps2_sliced_command +EXPORT_SYMBOL vmlinux 0xdf256037 kstrtou8_from_user +EXPORT_SYMBOL vmlinux 0xdf2c2742 rb_last +EXPORT_SYMBOL vmlinux 0xdf2ebb87 _raw_read_unlock_irqrestore +EXPORT_SYMBOL vmlinux 0xdf35fa0c bio_add_pc_page +EXPORT_SYMBOL vmlinux 0xdf36914b xa_find_after +EXPORT_SYMBOL vmlinux 0xdf4c0d9c blk_mq_stop_hw_queue +EXPORT_SYMBOL vmlinux 0xdf521442 _find_next_zero_bit +EXPORT_SYMBOL vmlinux 0xdf54a8f7 netlink_unregister_notifier +EXPORT_SYMBOL vmlinux 0xdf6b082f proc_dointvec_jiffies +EXPORT_SYMBOL vmlinux 0xdf6de5d1 load_nls_default +EXPORT_SYMBOL vmlinux 0xdf7dc305 phy_driver_unregister +EXPORT_SYMBOL vmlinux 0xdf8159ca pcie_capability_clear_and_set_dword +EXPORT_SYMBOL vmlinux 0xdf851791 dcache_dir_lseek +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 0xdfbe0d75 misc_deregister +EXPORT_SYMBOL vmlinux 0xdfc12ef1 zstd_decompress_stream +EXPORT_SYMBOL vmlinux 0xdfcc992c current_work +EXPORT_SYMBOL vmlinux 0xdfd0771c kmem_cache_destroy +EXPORT_SYMBOL vmlinux 0xdfd8110c flow_block_cb_is_busy +EXPORT_SYMBOL vmlinux 0xdfdc7120 xfrm_policy_register_afinfo +EXPORT_SYMBOL vmlinux 0xdfdce324 cpu_info +EXPORT_SYMBOL vmlinux 0xdff905e5 vme_slave_free +EXPORT_SYMBOL vmlinux 0xdff906bd sock_set_rcvbuf +EXPORT_SYMBOL vmlinux 0xdffc80fc vesa_modes +EXPORT_SYMBOL vmlinux 0xe0112fc4 __x86_indirect_thunk_r9 +EXPORT_SYMBOL vmlinux 0xe0163ce5 i8042_install_filter +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 0xe03a689d dma_fence_array_ops +EXPORT_SYMBOL vmlinux 0xe0419ac4 kstrtos16 +EXPORT_SYMBOL vmlinux 0xe0781270 key_alloc +EXPORT_SYMBOL vmlinux 0xe0787eab pci_free_irq +EXPORT_SYMBOL vmlinux 0xe07c227b set_binfmt +EXPORT_SYMBOL vmlinux 0xe07d808c crypto_sha1_update +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 0xe0a03d5a backlight_device_unregister +EXPORT_SYMBOL vmlinux 0xe0b13336 argv_free +EXPORT_SYMBOL vmlinux 0xe0b9065b security_xfrm_policy_alloc +EXPORT_SYMBOL vmlinux 0xe0ce35f9 elv_rb_del +EXPORT_SYMBOL vmlinux 0xe0d5c8b8 tcp_v4_md5_lookup +EXPORT_SYMBOL vmlinux 0xe113bbbc csum_partial +EXPORT_SYMBOL vmlinux 0xe1197dcb devm_gen_pool_create +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 0xe147de43 mmc_run_bkops +EXPORT_SYMBOL vmlinux 0xe1576024 dquot_set_dqinfo +EXPORT_SYMBOL vmlinux 0xe17b818f md_bitmap_cond_end_sync +EXPORT_SYMBOL vmlinux 0xe1aacc3c setattr_should_drop_sgid +EXPORT_SYMBOL vmlinux 0xe1b0bb74 netdev_lower_state_changed +EXPORT_SYMBOL vmlinux 0xe1b15bf3 vga_switcheroo_client_fb_set +EXPORT_SYMBOL vmlinux 0xe1b43349 inet6_getname +EXPORT_SYMBOL vmlinux 0xe1bee700 __traceiter_read_msr +EXPORT_SYMBOL vmlinux 0xe1d66404 blk_pre_runtime_resume +EXPORT_SYMBOL vmlinux 0xe1dc20ca vlan_filter_drop_vids +EXPORT_SYMBOL vmlinux 0xe1dcf64a audit_log_format +EXPORT_SYMBOL vmlinux 0xe1e3ef01 sock_setsockopt +EXPORT_SYMBOL vmlinux 0xe20444e4 folio_mapping +EXPORT_SYMBOL vmlinux 0xe21d3c2a input_mt_report_pointer_emulation +EXPORT_SYMBOL vmlinux 0xe21f18ac __genradix_iter_peek +EXPORT_SYMBOL vmlinux 0xe2368794 pci_request_irq +EXPORT_SYMBOL vmlinux 0xe25749f4 blk_queue_io_opt +EXPORT_SYMBOL vmlinux 0xe25f622b bdev_check_media_change +EXPORT_SYMBOL vmlinux 0xe273d75d alloc_cpu_rmap +EXPORT_SYMBOL vmlinux 0xe2964344 __wake_up +EXPORT_SYMBOL vmlinux 0xe2ada4ef dquot_get_state +EXPORT_SYMBOL vmlinux 0xe2b3ffc0 get_user_pages_unlocked +EXPORT_SYMBOL vmlinux 0xe2c17b5d __SCT__might_resched +EXPORT_SYMBOL vmlinux 0xe2cadd46 skb_queue_tail +EXPORT_SYMBOL vmlinux 0xe2d5255a strcmp +EXPORT_SYMBOL vmlinux 0xe2e28fc0 __traceiter_write_msr +EXPORT_SYMBOL vmlinux 0xe2e55df6 dqput +EXPORT_SYMBOL vmlinux 0xe30499f7 dmam_alloc_attrs +EXPORT_SYMBOL vmlinux 0xe304f563 dev_mc_del_global +EXPORT_SYMBOL vmlinux 0xe30b1a42 vlan_filter_push_vids +EXPORT_SYMBOL vmlinux 0xe30fd827 kernel_param_unlock +EXPORT_SYMBOL vmlinux 0xe31b9301 intel_gmch_gtt_flush +EXPORT_SYMBOL vmlinux 0xe31e611c dquot_quota_on +EXPORT_SYMBOL vmlinux 0xe32ab4d8 xxh64_digest +EXPORT_SYMBOL vmlinux 0xe32b7aca tcp_sendpage +EXPORT_SYMBOL vmlinux 0xe35dbc07 ip_do_fragment +EXPORT_SYMBOL vmlinux 0xe3665a57 configfs_unregister_subsystem +EXPORT_SYMBOL vmlinux 0xe3926ab4 scmd_printk +EXPORT_SYMBOL vmlinux 0xe3991d31 try_module_get +EXPORT_SYMBOL vmlinux 0xe39b2ea5 sha256 +EXPORT_SYMBOL vmlinux 0xe3ad3046 __sg_page_iter_dma_next +EXPORT_SYMBOL vmlinux 0xe3af0058 pci_bus_type +EXPORT_SYMBOL vmlinux 0xe3cb629b dev_mc_add_excl +EXPORT_SYMBOL vmlinux 0xe3d857ea __cpu_active_mask +EXPORT_SYMBOL vmlinux 0xe3da861f page_mapping +EXPORT_SYMBOL vmlinux 0xe3dc2a1e mmc_cqe_request_done +EXPORT_SYMBOL vmlinux 0xe3ec2f2b alloc_chrdev_region +EXPORT_SYMBOL vmlinux 0xe3f7317f vlan_for_each +EXPORT_SYMBOL vmlinux 0xe3fdde25 __SCK__tp_func_kmem_cache_free +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 0xe437aa02 register_netdevice_notifier_net +EXPORT_SYMBOL vmlinux 0xe4544b06 dma_resv_replace_fences +EXPORT_SYMBOL vmlinux 0xe458d889 agp_generic_destroy_page +EXPORT_SYMBOL vmlinux 0xe46021ca _raw_spin_unlock_bh +EXPORT_SYMBOL vmlinux 0xe46480c1 setattr_copy +EXPORT_SYMBOL vmlinux 0xe4657608 posix_acl_valid +EXPORT_SYMBOL vmlinux 0xe47d5741 phy_start_cable_test_tdr +EXPORT_SYMBOL vmlinux 0xe48eb5ab migrate_folio +EXPORT_SYMBOL vmlinux 0xe48fe978 skb_recv_datagram +EXPORT_SYMBOL vmlinux 0xe49457c4 ipv6_chk_addr_and_flags +EXPORT_SYMBOL vmlinux 0xe4a8837d console_stop +EXPORT_SYMBOL vmlinux 0xe4bc2c2f hdmi_drm_infoframe_pack +EXPORT_SYMBOL vmlinux 0xe4d80bf4 acpi_enable +EXPORT_SYMBOL vmlinux 0xe4f0be23 skb_trim +EXPORT_SYMBOL vmlinux 0xe521ffa2 bio_kmalloc +EXPORT_SYMBOL vmlinux 0xe523ad75 synchronize_irq +EXPORT_SYMBOL vmlinux 0xe52f8108 __f_setown +EXPORT_SYMBOL vmlinux 0xe531a9c2 module_put +EXPORT_SYMBOL vmlinux 0xe5346aa7 __zerocopy_sg_from_iter +EXPORT_SYMBOL vmlinux 0xe53d4b80 input_unregister_handle +EXPORT_SYMBOL vmlinux 0xe552a3ff mipi_dsi_device_unregister +EXPORT_SYMBOL vmlinux 0xe572dea9 agp_generic_mask_memory +EXPORT_SYMBOL vmlinux 0xe58090ca security_ib_endport_manage_subnet +EXPORT_SYMBOL vmlinux 0xe5819c8b input_mt_get_slot_by_key +EXPORT_SYMBOL vmlinux 0xe58771ef scsi_vpd_tpg_id +EXPORT_SYMBOL vmlinux 0xe58d12c8 dquot_quota_sync +EXPORT_SYMBOL vmlinux 0xe590dea3 sk_busy_loop_end +EXPORT_SYMBOL vmlinux 0xe5aa4d83 dquot_acquire +EXPORT_SYMBOL vmlinux 0xe5b176e4 configfs_unregister_default_group +EXPORT_SYMBOL vmlinux 0xe5b25c9f tcf_block_get +EXPORT_SYMBOL vmlinux 0xe5c60bd2 percpu_counter_set +EXPORT_SYMBOL vmlinux 0xe5c78a99 do_blank_screen +EXPORT_SYMBOL vmlinux 0xe5d32eb4 follow_pfn +EXPORT_SYMBOL vmlinux 0xe5f1135b shmem_aops +EXPORT_SYMBOL vmlinux 0xe5f11ff5 tcp_close +EXPORT_SYMBOL vmlinux 0xe6021399 rtnl_set_sk_err +EXPORT_SYMBOL vmlinux 0xe62a347e __xfrm_init_state +EXPORT_SYMBOL vmlinux 0xe63aa6b5 dev_disable_lro +EXPORT_SYMBOL vmlinux 0xe64016c1 inet_frag_reasm_finish +EXPORT_SYMBOL vmlinux 0xe6550092 utf8_casefold +EXPORT_SYMBOL vmlinux 0xe65c500f rproc_coredump_set_elf_info +EXPORT_SYMBOL vmlinux 0xe666ead6 phy_attached_info_irq +EXPORT_SYMBOL vmlinux 0xe67564dd setattr_should_drop_suidgid +EXPORT_SYMBOL vmlinux 0xe68ab554 xp_alloc +EXPORT_SYMBOL vmlinux 0xe68efe41 _raw_write_lock +EXPORT_SYMBOL vmlinux 0xe69c63a3 xfrm_policy_byid +EXPORT_SYMBOL vmlinux 0xe6a3d137 md_bitmap_endwrite +EXPORT_SYMBOL vmlinux 0xe6b40646 pps_unregister_source +EXPORT_SYMBOL vmlinux 0xe6b7ea35 __fs_parse +EXPORT_SYMBOL vmlinux 0xe6c2adc0 scsi_partsize +EXPORT_SYMBOL vmlinux 0xe6cba532 blk_mq_requeue_request +EXPORT_SYMBOL vmlinux 0xe6d2458e do_trace_netlink_extack +EXPORT_SYMBOL vmlinux 0xe6da4fd2 blk_queue_max_secure_erase_sectors +EXPORT_SYMBOL vmlinux 0xe6eb20c7 nexthop_res_grp_activity_update +EXPORT_SYMBOL vmlinux 0xe6ec14af set_page_writeback +EXPORT_SYMBOL vmlinux 0xe6f8862a pci_set_master +EXPORT_SYMBOL vmlinux 0xe6f99c36 kset_unregister +EXPORT_SYMBOL vmlinux 0xe6fa06a2 rename_lock +EXPORT_SYMBOL vmlinux 0xe70877d4 acpi_remove_sci_handler +EXPORT_SYMBOL vmlinux 0xe70c7614 netdev_master_upper_dev_get_rcu +EXPORT_SYMBOL vmlinux 0xe71727ed xp_set_rxq_info +EXPORT_SYMBOL vmlinux 0xe71c87ef __pagevec_release +EXPORT_SYMBOL vmlinux 0xe722a096 __neigh_for_each_release +EXPORT_SYMBOL vmlinux 0xe7257ab8 xa_store_range +EXPORT_SYMBOL vmlinux 0xe72cb169 inet_csk_reqsk_queue_drop +EXPORT_SYMBOL vmlinux 0xe73008f5 set_cached_acl +EXPORT_SYMBOL vmlinux 0xe736df65 pnp_get_resource +EXPORT_SYMBOL vmlinux 0xe7378071 devm_clk_get_optional +EXPORT_SYMBOL vmlinux 0xe73a2aaf ethtool_rx_flow_rule_destroy +EXPORT_SYMBOL vmlinux 0xe7623799 jbd2_journal_inode_ranged_wait +EXPORT_SYMBOL vmlinux 0xe76ec3de unlock_buffer +EXPORT_SYMBOL vmlinux 0xe76f6fd7 bd_abort_claiming +EXPORT_SYMBOL vmlinux 0xe787698f acpi_processor_register_performance +EXPORT_SYMBOL vmlinux 0xe79e03ca nf_log_unset +EXPORT_SYMBOL vmlinux 0xe7a02573 ida_alloc_range +EXPORT_SYMBOL vmlinux 0xe7a6c367 flow_rule_match_enc_opts +EXPORT_SYMBOL vmlinux 0xe7ab1ecc _raw_write_unlock_bh +EXPORT_SYMBOL vmlinux 0xe7b00609 xp_dma_sync_for_device_slow +EXPORT_SYMBOL vmlinux 0xe7bb81d4 xfrm_policy_hash_rebuild +EXPORT_SYMBOL vmlinux 0xe7d4daac seq_list_next +EXPORT_SYMBOL vmlinux 0xe7e868df devm_extcon_unregister_notifier +EXPORT_SYMBOL vmlinux 0xe801bf79 prepare_creds +EXPORT_SYMBOL vmlinux 0xe816048f tty_termios_copy_hw +EXPORT_SYMBOL vmlinux 0xe81fa5eb blk_mq_end_request +EXPORT_SYMBOL vmlinux 0xe8318aad vme_bus_error_handler +EXPORT_SYMBOL vmlinux 0xe83efe8d twl6040_get_pll +EXPORT_SYMBOL vmlinux 0xe8590aa6 jbd2_journal_revoke +EXPORT_SYMBOL vmlinux 0xe85f2123 acpi_tb_unload_table +EXPORT_SYMBOL vmlinux 0xe8741d85 pnp_unregister_card_driver +EXPORT_SYMBOL vmlinux 0xe8816c2e crypto_kdf108_ctr_generate +EXPORT_SYMBOL vmlinux 0xe895a678 xsk_tx_completed +EXPORT_SYMBOL vmlinux 0xe897ea86 follow_up +EXPORT_SYMBOL vmlinux 0xe897f82d mipi_dsi_detach +EXPORT_SYMBOL vmlinux 0xe8b5e467 mount_subtree +EXPORT_SYMBOL vmlinux 0xe8bbf65c pci_remove_bus +EXPORT_SYMBOL vmlinux 0xe8ca5436 udp_seq_ops +EXPORT_SYMBOL vmlinux 0xe8d285b2 nla_policy_len +EXPORT_SYMBOL vmlinux 0xe8d4cb81 kmem_cache_size +EXPORT_SYMBOL vmlinux 0xe8e07b3d flow_rule_match_control +EXPORT_SYMBOL vmlinux 0xe8f70aad migrate_vma_pages +EXPORT_SYMBOL vmlinux 0xe8fbf4fa __alloc_bucket_spinlocks +EXPORT_SYMBOL vmlinux 0xe9094060 fwnode_get_mac_address +EXPORT_SYMBOL vmlinux 0xe909997a bitmap_print_list_to_buf +EXPORT_SYMBOL vmlinux 0xe914e41e strcpy +EXPORT_SYMBOL vmlinux 0xe92c0c20 param_get_short +EXPORT_SYMBOL vmlinux 0xe9385b98 md_write_start +EXPORT_SYMBOL vmlinux 0xe9533e57 tty_unlock +EXPORT_SYMBOL vmlinux 0xe953b21f get_next_ino +EXPORT_SYMBOL vmlinux 0xe95df0c4 crypto_kdf108_setkey +EXPORT_SYMBOL vmlinux 0xe95e676e __sk_dst_check +EXPORT_SYMBOL vmlinux 0xe9a37a4f pci_scan_bridge +EXPORT_SYMBOL vmlinux 0xe9a5d47f flow_indr_dev_unregister +EXPORT_SYMBOL vmlinux 0xe9a5e67f intel_graphics_stolen_res +EXPORT_SYMBOL vmlinux 0xe9af7397 __xa_set_mark +EXPORT_SYMBOL vmlinux 0xe9d51ccd input_set_max_poll_interval +EXPORT_SYMBOL vmlinux 0xe9dc12a4 zstd_get_error_name +EXPORT_SYMBOL vmlinux 0xe9e42cf8 tty_port_hangup +EXPORT_SYMBOL vmlinux 0xe9e8faeb efi_tpm_final_log_size +EXPORT_SYMBOL vmlinux 0xe9eea567 pm860x_set_bits +EXPORT_SYMBOL vmlinux 0xe9f684c7 qdisc_offload_graft_helper +EXPORT_SYMBOL vmlinux 0xe9f7149c zlib_deflate_workspacesize +EXPORT_SYMBOL vmlinux 0xe9ffc063 down_trylock +EXPORT_SYMBOL vmlinux 0xea13fc74 kset_register +EXPORT_SYMBOL vmlinux 0xea26962c unregister_binfmt +EXPORT_SYMBOL vmlinux 0xea280fc9 textsearch_prepare +EXPORT_SYMBOL vmlinux 0xea3c8e4e scsilun_to_int +EXPORT_SYMBOL vmlinux 0xea6875d3 xfrm_policy_insert +EXPORT_SYMBOL vmlinux 0xea6f9a36 zlib_deflate_dfltcc_enabled +EXPORT_SYMBOL vmlinux 0xea821d83 __scsi_device_lookup +EXPORT_SYMBOL vmlinux 0xea89447c flow_rule_match_tcp +EXPORT_SYMBOL vmlinux 0xea8f3a66 remove_arg_zero +EXPORT_SYMBOL vmlinux 0xea9fed17 input_enable_softrepeat +EXPORT_SYMBOL vmlinux 0xeab6f4c4 acpi_check_resource_conflict +EXPORT_SYMBOL vmlinux 0xeac6c1fc clk_add_alias +EXPORT_SYMBOL vmlinux 0xeaca9862 xfrm_state_update +EXPORT_SYMBOL vmlinux 0xeae182a0 legacy_pic +EXPORT_SYMBOL vmlinux 0xeae3dfd6 __const_udelay +EXPORT_SYMBOL vmlinux 0xeafc141f __posix_acl_chmod +EXPORT_SYMBOL vmlinux 0xeafcef90 request_firmware_into_buf +EXPORT_SYMBOL vmlinux 0xeb04e772 ipv6_dev_find +EXPORT_SYMBOL vmlinux 0xeb078aee _raw_write_unlock_irqrestore +EXPORT_SYMBOL vmlinux 0xeb11ed2f sk_alloc +EXPORT_SYMBOL vmlinux 0xeb1f9a12 dcb_ieee_getapp_dscp_prio_mask_map +EXPORT_SYMBOL vmlinux 0xeb1fef15 dma_async_tx_descriptor_init +EXPORT_SYMBOL vmlinux 0xeb233a45 __kmalloc +EXPORT_SYMBOL vmlinux 0xeb2e7c0e write_inode_now +EXPORT_SYMBOL vmlinux 0xeb31aee8 acpi_trace_point +EXPORT_SYMBOL vmlinux 0xeb35bdc5 node_data +EXPORT_SYMBOL vmlinux 0xeb37101c audit_log_end +EXPORT_SYMBOL vmlinux 0xeb40bd89 __sk_queue_drop_skb +EXPORT_SYMBOL vmlinux 0xeb44339a free_pages_exact +EXPORT_SYMBOL vmlinux 0xeb5afd7a lock_sock_nested +EXPORT_SYMBOL vmlinux 0xeb5cefa8 tcf_qevent_dump +EXPORT_SYMBOL vmlinux 0xeb672a3c security_inode_setsecctx +EXPORT_SYMBOL vmlinux 0xeb6cfd70 inode_io_list_del +EXPORT_SYMBOL vmlinux 0xeb7f6046 acpi_get_devices +EXPORT_SYMBOL vmlinux 0xeb8f62f3 xp_alloc_batch +EXPORT_SYMBOL vmlinux 0xeb9cf520 registered_fb +EXPORT_SYMBOL vmlinux 0xeb9d2ac1 is_acpi_data_node +EXPORT_SYMBOL vmlinux 0xeb9eef52 match_uint +EXPORT_SYMBOL vmlinux 0xebad8f26 free_buffer_head +EXPORT_SYMBOL vmlinux 0xebd6c825 dquot_load_quota_inode +EXPORT_SYMBOL vmlinux 0xebe7239b __inet_stream_connect +EXPORT_SYMBOL vmlinux 0xebe8b479 register_sysctl_mount_point +EXPORT_SYMBOL vmlinux 0xec25602b vme_irq_request +EXPORT_SYMBOL vmlinux 0xec2b8a42 acpi_walk_namespace +EXPORT_SYMBOL vmlinux 0xec2e1c8f proc_doulongvec_minmax +EXPORT_SYMBOL vmlinux 0xec31e495 param_ops_ullong +EXPORT_SYMBOL vmlinux 0xec33ed75 mipi_dsi_dcs_write_buffer +EXPORT_SYMBOL vmlinux 0xec4d9e3a clk_get_sys +EXPORT_SYMBOL vmlinux 0xec56849a __cpuhp_setup_state +EXPORT_SYMBOL vmlinux 0xec69568e __cpuhp_remove_state_cpuslocked +EXPORT_SYMBOL vmlinux 0xec6ed141 __tracepoint_kmalloc +EXPORT_SYMBOL vmlinux 0xec855e3f mfd_remove_devices +EXPORT_SYMBOL vmlinux 0xeca957d1 __bitmap_and +EXPORT_SYMBOL vmlinux 0xeca98520 __scm_send +EXPORT_SYMBOL vmlinux 0xecac8407 __memcpy +EXPORT_SYMBOL vmlinux 0xecad3600 proc_create_mount_point +EXPORT_SYMBOL vmlinux 0xecb6a306 mark_buffer_async_write +EXPORT_SYMBOL vmlinux 0xecc7c868 __x86_indirect_jump_thunk_r9 +EXPORT_SYMBOL vmlinux 0xeccb3757 input_match_device_id +EXPORT_SYMBOL vmlinux 0xecdcabd2 copy_user_generic_unrolled +EXPORT_SYMBOL vmlinux 0xece784c2 rb_first +EXPORT_SYMBOL vmlinux 0xecfd68ef acpi_get_node +EXPORT_SYMBOL vmlinux 0xed00c4fb acpi_os_printf +EXPORT_SYMBOL vmlinux 0xed018274 km_query +EXPORT_SYMBOL vmlinux 0xed03cf69 mmc_card_is_blockaddr +EXPORT_SYMBOL vmlinux 0xed06ff22 netdev_master_upper_dev_link +EXPORT_SYMBOL vmlinux 0xed189ec7 acpi_register_debugger +EXPORT_SYMBOL vmlinux 0xed2a304b tcp_read_done +EXPORT_SYMBOL vmlinux 0xed34ebbc acpi_any_gpe_status_set +EXPORT_SYMBOL vmlinux 0xed4c4b16 blk_mq_start_stopped_hw_queues +EXPORT_SYMBOL vmlinux 0xed548903 sock_no_sendpage_locked +EXPORT_SYMBOL vmlinux 0xed55f929 acpi_os_unmap_generic_address +EXPORT_SYMBOL vmlinux 0xed656e30 udp_encap_disable +EXPORT_SYMBOL vmlinux 0xed6cc035 generic_permission +EXPORT_SYMBOL vmlinux 0xed7bed7e buffer_check_dirty_writeback +EXPORT_SYMBOL vmlinux 0xed87ab4d genphy_c37_read_status +EXPORT_SYMBOL vmlinux 0xed981aa5 fb_blank +EXPORT_SYMBOL vmlinux 0xed9f318b security_path_mknod +EXPORT_SYMBOL vmlinux 0xedb1ca57 mipi_dsi_dcs_set_page_address +EXPORT_SYMBOL vmlinux 0xedbaee5e nla_strcmp +EXPORT_SYMBOL vmlinux 0xedc01a25 kobject_init +EXPORT_SYMBOL vmlinux 0xedc03953 iounmap +EXPORT_SYMBOL vmlinux 0xedcf69c5 inet6_csk_route_req +EXPORT_SYMBOL vmlinux 0xedd17b31 sock_get_timeout +EXPORT_SYMBOL vmlinux 0xedddd3b3 dst_release_immediate +EXPORT_SYMBOL vmlinux 0xede4061b tty_chars_in_buffer +EXPORT_SYMBOL vmlinux 0xedea469c amd_iommu_domain_direct_map +EXPORT_SYMBOL vmlinux 0xee0118df aperture_remove_conflicting_devices +EXPORT_SYMBOL vmlinux 0xee2067e4 fs_context_for_submount +EXPORT_SYMBOL vmlinux 0xee2d0fc7 _local_bh_enable +EXPORT_SYMBOL vmlinux 0xee341fdb pps_lookup_dev +EXPORT_SYMBOL vmlinux 0xee38a20e __x86_indirect_jump_thunk_r10 +EXPORT_SYMBOL vmlinux 0xee3911e0 ip_mc_check_igmp +EXPORT_SYMBOL vmlinux 0xee55eff9 vfs_copy_file_range +EXPORT_SYMBOL vmlinux 0xee58e970 fb_add_videomode +EXPORT_SYMBOL vmlinux 0xee5f6f76 fscrypt_encrypt_pagecache_blocks +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 0xee8c3133 md_done_sync +EXPORT_SYMBOL vmlinux 0xee8d74d6 jiffies64_to_nsecs +EXPORT_SYMBOL vmlinux 0xee91879b rb_first_postorder +EXPORT_SYMBOL vmlinux 0xee9645fe tcf_block_put_ext +EXPORT_SYMBOL vmlinux 0xeea9dbaf bitmap_bitremap +EXPORT_SYMBOL vmlinux 0xeeb0ca78 sock_bindtoindex +EXPORT_SYMBOL vmlinux 0xeeb6cde4 param_set_int +EXPORT_SYMBOL vmlinux 0xeebe0310 fib6_info_hw_flags_set +EXPORT_SYMBOL vmlinux 0xeebff054 max8925_set_bits +EXPORT_SYMBOL vmlinux 0xeec1e898 genphy_c37_config_aneg +EXPORT_SYMBOL vmlinux 0xeec5b792 neigh_lookup +EXPORT_SYMBOL vmlinux 0xeedfe3e7 phy_config_aneg +EXPORT_SYMBOL vmlinux 0xeeed2a20 qdisc_reset +EXPORT_SYMBOL vmlinux 0xeeeefc8c serio_reconnect +EXPORT_SYMBOL vmlinux 0xeef3cdd8 d_invalidate +EXPORT_SYMBOL vmlinux 0xef319637 iov_iter_kvec +EXPORT_SYMBOL vmlinux 0xef36a848 __x86_indirect_jump_thunk_rdi +EXPORT_SYMBOL vmlinux 0xef36c14e phy_advertise_supported +EXPORT_SYMBOL vmlinux 0xef384b13 neigh_for_each +EXPORT_SYMBOL vmlinux 0xef56d0c3 jbd2_journal_check_available_features +EXPORT_SYMBOL vmlinux 0xef615724 write_dirty_buffer +EXPORT_SYMBOL vmlinux 0xef9364d1 invalidate_mapping_pages +EXPORT_SYMBOL vmlinux 0xef9aedfc boot_option_idle_override +EXPORT_SYMBOL vmlinux 0xefa1a4cc md_cluster_ops +EXPORT_SYMBOL vmlinux 0xefa31815 tcf_chain_get_by_act +EXPORT_SYMBOL vmlinux 0xefaf2e4f tcf_queue_work +EXPORT_SYMBOL vmlinux 0xefc842be fb_pan_display +EXPORT_SYMBOL vmlinux 0xefcea2e7 acpi_warning +EXPORT_SYMBOL vmlinux 0xefdcfc4a unregister_nexthop_notifier +EXPORT_SYMBOL vmlinux 0xefebc8f6 devm_devfreq_register_notifier +EXPORT_SYMBOL vmlinux 0xefee932c acpi_get_data_full +EXPORT_SYMBOL vmlinux 0xefef1e12 __netlink_dump_start +EXPORT_SYMBOL vmlinux 0xeffe317f mmc_cqe_recovery +EXPORT_SYMBOL vmlinux 0xf0009fee put_pages_list +EXPORT_SYMBOL vmlinux 0xf009eb5a jbd2_journal_get_undo_access +EXPORT_SYMBOL vmlinux 0xf023fa70 jbd2_journal_update_sb_errno +EXPORT_SYMBOL vmlinux 0xf02aa937 wait_for_completion_interruptible_timeout +EXPORT_SYMBOL vmlinux 0xf05c32ad rdmsr_on_cpus +EXPORT_SYMBOL vmlinux 0xf0765f52 pcie_capability_read_dword +EXPORT_SYMBOL vmlinux 0xf07b07f6 sg_free_append_table +EXPORT_SYMBOL vmlinux 0xf0892112 blk_get_queue +EXPORT_SYMBOL vmlinux 0xf0924da2 mdiobus_write_nested +EXPORT_SYMBOL vmlinux 0xf09b5d9a get_zeroed_page +EXPORT_SYMBOL vmlinux 0xf0b11940 pci_free_irq_vectors +EXPORT_SYMBOL vmlinux 0xf0b85bc7 zero_fill_bio +EXPORT_SYMBOL vmlinux 0xf0e52e56 clear_user_original +EXPORT_SYMBOL vmlinux 0xf10ce6b2 ihold +EXPORT_SYMBOL vmlinux 0xf1129eda dev_close +EXPORT_SYMBOL vmlinux 0xf1180505 register_md_personality +EXPORT_SYMBOL vmlinux 0xf11bd957 kmem_cache_create +EXPORT_SYMBOL vmlinux 0xf11dd46e _page_poisoning_enabled_early +EXPORT_SYMBOL vmlinux 0xf11e97d4 __i2c_smbus_xfer +EXPORT_SYMBOL vmlinux 0xf134d72e config_item_set_name +EXPORT_SYMBOL vmlinux 0xf147bbab netdev_info +EXPORT_SYMBOL vmlinux 0xf153eeac blk_mq_tagset_wait_completed_request +EXPORT_SYMBOL vmlinux 0xf15d4c0c __generic_file_write_iter +EXPORT_SYMBOL vmlinux 0xf16f3c56 jbd2_journal_init_inode +EXPORT_SYMBOL vmlinux 0xf174ea4d folio_unlock +EXPORT_SYMBOL vmlinux 0xf1779e2e single_open_size +EXPORT_SYMBOL vmlinux 0xf17cf6e1 mdio_device_create +EXPORT_SYMBOL vmlinux 0xf17f25a3 jbd2_journal_flush +EXPORT_SYMBOL vmlinux 0xf1848ee2 acpi_install_sci_handler +EXPORT_SYMBOL vmlinux 0xf18b8b83 update_devfreq +EXPORT_SYMBOL vmlinux 0xf195c682 fb_invert_cmaps +EXPORT_SYMBOL vmlinux 0xf1965c8d pagecache_get_page +EXPORT_SYMBOL vmlinux 0xf1969a8e __usecs_to_jiffies +EXPORT_SYMBOL vmlinux 0xf19f5aca skb_csum_hwoffload_help +EXPORT_SYMBOL vmlinux 0xf1a6205b uart_get_divisor +EXPORT_SYMBOL vmlinux 0xf1a65f7b zstd_reset_dstream +EXPORT_SYMBOL vmlinux 0xf1a68107 acpi_processor_preregister_performance +EXPORT_SYMBOL vmlinux 0xf1ad6015 unregister_netdevice_queue +EXPORT_SYMBOL vmlinux 0xf1afa063 seq_put_decimal_ll +EXPORT_SYMBOL vmlinux 0xf1db1704 nla_memcpy +EXPORT_SYMBOL vmlinux 0xf1e046cc panic +EXPORT_SYMBOL vmlinux 0xf1e1ed0c eth_header_cache_update +EXPORT_SYMBOL vmlinux 0xf1e98c74 avenrun +EXPORT_SYMBOL vmlinux 0xf1f88a0e dm_kcopyd_prepare_callback +EXPORT_SYMBOL vmlinux 0xf1f9ba14 agp_alloc_page_array +EXPORT_SYMBOL vmlinux 0xf20e9dea blkdev_put +EXPORT_SYMBOL vmlinux 0xf2193f69 mipi_dsi_dcs_soft_reset +EXPORT_SYMBOL vmlinux 0xf22467bc thermal_zone_device_critical +EXPORT_SYMBOL vmlinux 0xf22b9364 amd_iommu_flush_tlb +EXPORT_SYMBOL vmlinux 0xf235c6db vlan_vids_del_by_dev +EXPORT_SYMBOL vmlinux 0xf23fcb99 __kfifo_in +EXPORT_SYMBOL vmlinux 0xf24d18a9 iunique +EXPORT_SYMBOL vmlinux 0xf25ee773 __SCK__tp_func_kfree +EXPORT_SYMBOL vmlinux 0xf2605c1d vfs_get_fsid +EXPORT_SYMBOL vmlinux 0xf2628676 zstd_compress_cctx +EXPORT_SYMBOL vmlinux 0xf262a049 backlight_device_set_brightness +EXPORT_SYMBOL vmlinux 0xf267f4fc mfd_remove_devices_late +EXPORT_SYMBOL vmlinux 0xf2771be6 sock_create_lite +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 0xf29c578f __vfs_removexattr +EXPORT_SYMBOL vmlinux 0xf2a8efae dm_kcopyd_do_callback +EXPORT_SYMBOL vmlinux 0xf2ae5613 __tracepoint_dma_fence_emit +EXPORT_SYMBOL vmlinux 0xf2b462d2 textsearch_destroy +EXPORT_SYMBOL vmlinux 0xf2b81b64 arch_io_reserve_memtype_wc +EXPORT_SYMBOL vmlinux 0xf2c43f3f zlib_deflate +EXPORT_SYMBOL vmlinux 0xf2de1414 starget_for_each_device +EXPORT_SYMBOL vmlinux 0xf2e5bd87 security_free_mnt_opts +EXPORT_SYMBOL vmlinux 0xf2e88c34 blk_queue_max_segments +EXPORT_SYMBOL vmlinux 0xf2f3dbb1 page_pool_put_defragged_page +EXPORT_SYMBOL vmlinux 0xf2f53617 memregion_free +EXPORT_SYMBOL vmlinux 0xf2ff1d4f mipi_dsi_dcs_set_display_brightness +EXPORT_SYMBOL vmlinux 0xf300a035 cookie_timestamp_decode +EXPORT_SYMBOL vmlinux 0xf30965ac iosf_mbi_register_pmic_bus_access_notifier +EXPORT_SYMBOL vmlinux 0xf3107926 sha224_update +EXPORT_SYMBOL vmlinux 0xf31a6939 sockopt_lock_sock +EXPORT_SYMBOL vmlinux 0xf327ece0 blk_limits_io_min +EXPORT_SYMBOL vmlinux 0xf33984f5 unregister_fib_notifier +EXPORT_SYMBOL vmlinux 0xf346231f seq_list_start_head +EXPORT_SYMBOL vmlinux 0xf353a698 register_module_notifier +EXPORT_SYMBOL vmlinux 0xf35b478a get_cached_acl_rcu +EXPORT_SYMBOL vmlinux 0xf3621fe2 mtree_alloc_rrange +EXPORT_SYMBOL vmlinux 0xf36d6d5d __mmap_lock_do_trace_released +EXPORT_SYMBOL vmlinux 0xf36f42a9 slhc_uncompress +EXPORT_SYMBOL vmlinux 0xf37f35d8 blk_mq_alloc_tag_set +EXPORT_SYMBOL vmlinux 0xf37ff94b insert_inode_locked +EXPORT_SYMBOL vmlinux 0xf3884623 sock_set_sndtimeo +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 0xf3a064c0 md_integrity_register +EXPORT_SYMBOL vmlinux 0xf3a491e4 agp_backend_release +EXPORT_SYMBOL vmlinux 0xf3a57892 release_dentry_name_snapshot +EXPORT_SYMBOL vmlinux 0xf3d4345f inode_dio_wait +EXPORT_SYMBOL vmlinux 0xf3d48fac inet_stream_ops +EXPORT_SYMBOL vmlinux 0xf3e0e1df allocate_resource +EXPORT_SYMBOL vmlinux 0xf3e27e30 nla_put +EXPORT_SYMBOL vmlinux 0xf3e339ef sk_stream_wait_connect +EXPORT_SYMBOL vmlinux 0xf3e35c9f arp_send +EXPORT_SYMBOL vmlinux 0xf4144ef2 ipv4_specific +EXPORT_SYMBOL vmlinux 0xf421b673 input_reset_device +EXPORT_SYMBOL vmlinux 0xf43abbff vme_bus_type +EXPORT_SYMBOL vmlinux 0xf43d2caa acpi_remove_interface +EXPORT_SYMBOL vmlinux 0xf43fff17 simple_write_begin +EXPORT_SYMBOL vmlinux 0xf4462355 ps2_handle_response +EXPORT_SYMBOL vmlinux 0xf4498f74 mr_mfc_find_any_parent +EXPORT_SYMBOL vmlinux 0xf44a904a net_ns_barrier +EXPORT_SYMBOL vmlinux 0xf465c926 skb_copy +EXPORT_SYMBOL vmlinux 0xf474c21c bitmap_print_to_pagebuf +EXPORT_SYMBOL vmlinux 0xf474fdcb kfree_const +EXPORT_SYMBOL vmlinux 0xf496101a ns_capable_noaudit +EXPORT_SYMBOL vmlinux 0xf4a565fd wrmsr_on_cpus +EXPORT_SYMBOL vmlinux 0xf4b754fd acpi_resources_are_enforced +EXPORT_SYMBOL vmlinux 0xf4cf2b05 md_bitmap_start_sync +EXPORT_SYMBOL vmlinux 0xf4cfaed0 __cgroup_bpf_run_filter_sock_ops +EXPORT_SYMBOL vmlinux 0xf4db35bc stpcpy +EXPORT_SYMBOL vmlinux 0xf4f00f70 mmc_retune_release +EXPORT_SYMBOL vmlinux 0xf4f14de6 rtnl_trylock +EXPORT_SYMBOL vmlinux 0xf4f9938d remove_proc_subtree +EXPORT_SYMBOL vmlinux 0xf515cc9e dma_async_device_register +EXPORT_SYMBOL vmlinux 0xf51d6f3d fb_prepare_logo +EXPORT_SYMBOL vmlinux 0xf5271cbb rproc_report_crash +EXPORT_SYMBOL vmlinux 0xf53d4c26 qdisc_class_hash_destroy +EXPORT_SYMBOL vmlinux 0xf546d819 __block_write_full_page +EXPORT_SYMBOL vmlinux 0xf54d697a simple_nosetlease +EXPORT_SYMBOL vmlinux 0xf54e6ef6 twl6040_get_sysclk +EXPORT_SYMBOL vmlinux 0xf55bbe92 udp_lib_unhash +EXPORT_SYMBOL vmlinux 0xf5727c0f vfs_clone_file_range +EXPORT_SYMBOL vmlinux 0xf5744491 scsi_report_bus_reset +EXPORT_SYMBOL vmlinux 0xf5797fb1 iter_file_splice_write +EXPORT_SYMBOL vmlinux 0xf58451f0 security_dentry_create_files_as +EXPORT_SYMBOL vmlinux 0xf5914c50 __tracepoint_dma_fence_enable_signal +EXPORT_SYMBOL vmlinux 0xf593fef8 zap_page_range +EXPORT_SYMBOL vmlinux 0xf598a1b4 sock_kfree_s +EXPORT_SYMBOL vmlinux 0xf59be14b i2c_add_adapter +EXPORT_SYMBOL vmlinux 0xf5a20ed2 __genradix_prealloc +EXPORT_SYMBOL vmlinux 0xf5a5c84c msrs_alloc +EXPORT_SYMBOL vmlinux 0xf5b8fb6e mount_bdev +EXPORT_SYMBOL vmlinux 0xf5c99c9b __skb_pad +EXPORT_SYMBOL vmlinux 0xf5dcf929 __x86_indirect_jump_thunk_r8 +EXPORT_SYMBOL vmlinux 0xf5e7ea40 ktime_get_coarse_ts64 +EXPORT_SYMBOL vmlinux 0xf5eb3ed5 security_binder_transfer_file +EXPORT_SYMBOL vmlinux 0xf5f6249c from_kuid +EXPORT_SYMBOL vmlinux 0xf60ab926 acpi_get_event_status +EXPORT_SYMBOL vmlinux 0xf60aba7f neigh_event_ns +EXPORT_SYMBOL vmlinux 0xf63ac34f i2c_smbus_write_byte_data +EXPORT_SYMBOL vmlinux 0xf643d104 hsiphash_4u32 +EXPORT_SYMBOL vmlinux 0xf65e35f8 block_write_full_page +EXPORT_SYMBOL vmlinux 0xf65f1dbd __x86_indirect_jump_thunk_rsi +EXPORT_SYMBOL vmlinux 0xf665f74f sock_load_diag_module +EXPORT_SYMBOL vmlinux 0xf677fbac mr_fill_mroute +EXPORT_SYMBOL vmlinux 0xf68285c0 register_inetaddr_notifier +EXPORT_SYMBOL vmlinux 0xf69673fa eth_gro_receive +EXPORT_SYMBOL vmlinux 0xf6d42925 find_get_pages_range_tag +EXPORT_SYMBOL vmlinux 0xf6d960ff param_set_copystring +EXPORT_SYMBOL vmlinux 0xf6dab84a arp_create +EXPORT_SYMBOL vmlinux 0xf6df0a0e security_dentry_init_security +EXPORT_SYMBOL vmlinux 0xf6ebc03b net_ratelimit +EXPORT_SYMBOL vmlinux 0xf6f9d58d init_on_free +EXPORT_SYMBOL vmlinux 0xf6fc8791 __bitmap_xor +EXPORT_SYMBOL vmlinux 0xf70a778a param_get_uint +EXPORT_SYMBOL vmlinux 0xf7113687 devm_ioremap_resource +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 0xf7439012 __blockdev_direct_IO +EXPORT_SYMBOL vmlinux 0xf763873b kernel_write +EXPORT_SYMBOL vmlinux 0xf784bd47 datagram_poll +EXPORT_SYMBOL vmlinux 0xf79ca3bb acpi_remove_gpe_block +EXPORT_SYMBOL vmlinux 0xf7cf483b __neigh_event_send +EXPORT_SYMBOL vmlinux 0xf7d31de9 kstrtoul_from_user +EXPORT_SYMBOL vmlinux 0xf7d73f18 __alloc_skb +EXPORT_SYMBOL vmlinux 0xf7da6e6f acpi_unload_table +EXPORT_SYMBOL vmlinux 0xf7db1c55 dev_load +EXPORT_SYMBOL vmlinux 0xf7e36e76 folio_wait_private_2 +EXPORT_SYMBOL vmlinux 0xf7e81912 pnp_unregister_driver +EXPORT_SYMBOL vmlinux 0xf7ef9a79 iosf_mbi_punit_release +EXPORT_SYMBOL vmlinux 0xf7fc8c44 gnet_stats_start_copy_compat +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 0xf8276bce pci_irq_vector +EXPORT_SYMBOL vmlinux 0xf82ec573 rb_prev +EXPORT_SYMBOL vmlinux 0xf83cdd8e vfs_dedupe_file_range_one +EXPORT_SYMBOL vmlinux 0xf847820a input_set_abs_params +EXPORT_SYMBOL vmlinux 0xf84bd6ee bpf_stats_enabled_key +EXPORT_SYMBOL vmlinux 0xf86d64b4 genphy_aneg_done +EXPORT_SYMBOL vmlinux 0xf8721793 ns_capable +EXPORT_SYMBOL vmlinux 0xf87f193f tcf_block_get_ext +EXPORT_SYMBOL vmlinux 0xf896ca9c phy_ethtool_set_link_ksettings +EXPORT_SYMBOL vmlinux 0xf89e470c vm_map_pages_zero +EXPORT_SYMBOL vmlinux 0xf8c7f073 netdev_class_create_file_ns +EXPORT_SYMBOL vmlinux 0xf8d07858 bitmap_from_arr32 +EXPORT_SYMBOL vmlinux 0xf8d2bc2c zstd_find_frame_compressed_size +EXPORT_SYMBOL vmlinux 0xf8e9cad9 cdrom_ioctl +EXPORT_SYMBOL vmlinux 0xf8ed1c69 tcp_seq_start +EXPORT_SYMBOL vmlinux 0xf8ed7f38 ip6mr_rule_default +EXPORT_SYMBOL vmlinux 0xf8f61ebc wake_up_var +EXPORT_SYMBOL vmlinux 0xf90a1e85 __x86_indirect_thunk_r8 +EXPORT_SYMBOL vmlinux 0xf90ea1be sock_recvmsg +EXPORT_SYMBOL vmlinux 0xf9309657 dquot_mark_dquot_dirty +EXPORT_SYMBOL vmlinux 0xf93fd09c fb_find_mode_cvt +EXPORT_SYMBOL vmlinux 0xf94a1ebd sock_no_sendmsg +EXPORT_SYMBOL vmlinux 0xf952e0d1 init_special_inode +EXPORT_SYMBOL vmlinux 0xf965f22b tcp_splice_read +EXPORT_SYMBOL vmlinux 0xf969e188 dma_fence_array_next +EXPORT_SYMBOL vmlinux 0xf9722676 twl_i2c_write +EXPORT_SYMBOL vmlinux 0xf974b132 config_item_init_type_name +EXPORT_SYMBOL vmlinux 0xf97f9f4b skb_copy_datagram_from_iter +EXPORT_SYMBOL vmlinux 0xf98954e9 inode_init_once +EXPORT_SYMBOL vmlinux 0xf992a2d9 folio_write_one +EXPORT_SYMBOL vmlinux 0xf9931b35 dev_get_by_index +EXPORT_SYMBOL vmlinux 0xf9a482f9 msleep +EXPORT_SYMBOL vmlinux 0xf9aa4f8e __wait_on_buffer +EXPORT_SYMBOL vmlinux 0xf9b56969 tcp_v4_md5_hash_skb +EXPORT_SYMBOL vmlinux 0xf9b7f6c1 cdev_set_parent +EXPORT_SYMBOL vmlinux 0xf9bf304d mod_node_page_state +EXPORT_SYMBOL vmlinux 0xf9c0b663 strlcat +EXPORT_SYMBOL vmlinux 0xf9ca2eb4 kstrtoint_from_user +EXPORT_SYMBOL vmlinux 0xf9e363a3 pnp_device_attach +EXPORT_SYMBOL vmlinux 0xf9e3b0a9 inet_proto_csum_replace4 +EXPORT_SYMBOL vmlinux 0xf9e73a0f twl6040_set_pll +EXPORT_SYMBOL vmlinux 0xf9f19d28 netdev_adjacent_change_commit +EXPORT_SYMBOL vmlinux 0xfa042227 gnet_stats_add_basic +EXPORT_SYMBOL vmlinux 0xfa08c34a page_offline_end +EXPORT_SYMBOL vmlinux 0xfa0c02ec nexthop_set_hw_flags +EXPORT_SYMBOL vmlinux 0xfa182fe6 kmem_cache_alloc +EXPORT_SYMBOL vmlinux 0xfa297415 acpi_map_pxm_to_node +EXPORT_SYMBOL vmlinux 0xfa2d36f5 vmf_insert_mixed_mkwrite +EXPORT_SYMBOL vmlinux 0xfa2e5f32 i2c_smbus_pec +EXPORT_SYMBOL vmlinux 0xfa4d2f03 __nla_parse +EXPORT_SYMBOL vmlinux 0xfa5862ba netdev_warn +EXPORT_SYMBOL vmlinux 0xfa599bb2 netlink_register_notifier +EXPORT_SYMBOL vmlinux 0xfa905e67 __icmp_send +EXPORT_SYMBOL vmlinux 0xfaaa12d0 _page_poisoning_enabled +EXPORT_SYMBOL vmlinux 0xfab9a04d fqdir_init +EXPORT_SYMBOL vmlinux 0xfabc6892 pcim_iounmap +EXPORT_SYMBOL vmlinux 0xfac8865f sysctl_wmem_max +EXPORT_SYMBOL vmlinux 0xfad1ed94 pci_bus_write_config_dword +EXPORT_SYMBOL vmlinux 0xfaea69f1 ram_aops +EXPORT_SYMBOL vmlinux 0xfb06e7b4 mdiobus_is_registered_device +EXPORT_SYMBOL vmlinux 0xfb0c532c component_match_add_typed +EXPORT_SYMBOL vmlinux 0xfb0d8288 blk_mq_tagset_busy_iter +EXPORT_SYMBOL vmlinux 0xfb1090c6 dev_addr_mod +EXPORT_SYMBOL vmlinux 0xfb218962 grab_cache_page_write_begin +EXPORT_SYMBOL vmlinux 0xfb258fce wireless_spy_update +EXPORT_SYMBOL vmlinux 0xfb25be06 noop_qdisc +EXPORT_SYMBOL vmlinux 0xfb348fea fault_in_safe_writeable +EXPORT_SYMBOL vmlinux 0xfb357534 kernel_sendmsg_locked +EXPORT_SYMBOL vmlinux 0xfb365692 to_nd_dax +EXPORT_SYMBOL vmlinux 0xfb384d37 kasprintf +EXPORT_SYMBOL vmlinux 0xfb3b0294 pfifo_fast_ops +EXPORT_SYMBOL vmlinux 0xfb3cd446 noop_dirty_folio +EXPORT_SYMBOL vmlinux 0xfb3ce749 unregister_nls +EXPORT_SYMBOL vmlinux 0xfb55c398 neigh_update +EXPORT_SYMBOL vmlinux 0xfb578fc5 memset +EXPORT_SYMBOL vmlinux 0xfb64c51b tcf_exts_dump +EXPORT_SYMBOL vmlinux 0xfb67e5f2 __xfrm_policy_check +EXPORT_SYMBOL vmlinux 0xfb6af58d recalc_sigpending +EXPORT_SYMBOL vmlinux 0xfb86e758 md_handle_request +EXPORT_SYMBOL vmlinux 0xfb87d6e3 to_nd_pfn +EXPORT_SYMBOL vmlinux 0xfb8c0194 rtnl_offload_xstats_notify +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 0xfbaec0b3 __skb_try_recv_datagram +EXPORT_SYMBOL vmlinux 0xfbb399e8 generic_writepages +EXPORT_SYMBOL vmlinux 0xfbb8a761 strscpy_pad +EXPORT_SYMBOL vmlinux 0xfbc4f89e io_schedule_timeout +EXPORT_SYMBOL vmlinux 0xfbd1886e posix_acl_to_xattr +EXPORT_SYMBOL vmlinux 0xfbd52fde __hw_addr_ref_unsync_dev +EXPORT_SYMBOL vmlinux 0xfbe215e4 sg_next +EXPORT_SYMBOL vmlinux 0xfbe5d951 rawv6_mh_filter_register +EXPORT_SYMBOL vmlinux 0xfbe8ee28 acpi_get_table_by_index +EXPORT_SYMBOL vmlinux 0xfbecdf52 input_mt_destroy_slots +EXPORT_SYMBOL vmlinux 0xfbf554ab __ClearPageMovable +EXPORT_SYMBOL vmlinux 0xfc0d6a13 sock_no_ioctl +EXPORT_SYMBOL vmlinux 0xfc17560d vga_client_register +EXPORT_SYMBOL vmlinux 0xfc177a6b seq_putc +EXPORT_SYMBOL vmlinux 0xfc292c0f file_update_time +EXPORT_SYMBOL vmlinux 0xfc32c023 mipi_dsi_dcs_get_display_brightness +EXPORT_SYMBOL vmlinux 0xfc336d2e __wake_up_bit +EXPORT_SYMBOL vmlinux 0xfc39da23 proc_set_size +EXPORT_SYMBOL vmlinux 0xfc39e32f ioport_unmap +EXPORT_SYMBOL vmlinux 0xfc3d35dd locks_remove_posix +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 0xfc51820a kmem_cache_free_bulk +EXPORT_SYMBOL vmlinux 0xfc56998b truncate_pagecache_range +EXPORT_SYMBOL vmlinux 0xfc6004e7 inet_sendmsg +EXPORT_SYMBOL vmlinux 0xfc848962 udp_disconnect +EXPORT_SYMBOL vmlinux 0xfc9e94eb seq_write +EXPORT_SYMBOL vmlinux 0xfca2d24c dev_get_mac_address +EXPORT_SYMBOL vmlinux 0xfcbba51b misc_register +EXPORT_SYMBOL vmlinux 0xfcd1819a hdmi_spd_infoframe_check +EXPORT_SYMBOL vmlinux 0xfcd3dbc6 __bh_read +EXPORT_SYMBOL vmlinux 0xfcec0987 enable_irq +EXPORT_SYMBOL vmlinux 0xfd0e0361 vlan_ioctl_set +EXPORT_SYMBOL vmlinux 0xfd26c71e dev_get_port_parent_id +EXPORT_SYMBOL vmlinux 0xfd28637e inet_frag_kill +EXPORT_SYMBOL vmlinux 0xfd3001b4 pci_request_region +EXPORT_SYMBOL vmlinux 0xfd33c78b file_path +EXPORT_SYMBOL vmlinux 0xfd4f8cdb __dst_destroy_metrics_generic +EXPORT_SYMBOL vmlinux 0xfd564cc4 __hw_addr_sync_dev +EXPORT_SYMBOL vmlinux 0xfd5ec3af dcache_dir_close +EXPORT_SYMBOL vmlinux 0xfd7c1b07 xp_dma_sync_for_cpu_slow +EXPORT_SYMBOL vmlinux 0xfd808684 sock_set_reuseport +EXPORT_SYMBOL vmlinux 0xfd8af089 scsi_get_device_flags_keyed +EXPORT_SYMBOL vmlinux 0xfd936718 sync_file_create +EXPORT_SYMBOL vmlinux 0xfd93ee35 ioremap_wc +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 0xfdd40166 pci_read_config_dword +EXPORT_SYMBOL vmlinux 0xfdd4216d pcibios_align_resource +EXPORT_SYMBOL vmlinux 0xfdd71f6f nf_log_set +EXPORT_SYMBOL vmlinux 0xfdf25f8f sock_create_kern +EXPORT_SYMBOL vmlinux 0xfdfb792f amd_iommu_pc_supported +EXPORT_SYMBOL vmlinux 0xfe029963 unregister_inetaddr_notifier +EXPORT_SYMBOL vmlinux 0xfe030682 flush_signals +EXPORT_SYMBOL vmlinux 0xfe052363 ioread64_lo_hi +EXPORT_SYMBOL vmlinux 0xfe1c9ea5 sg_pcopy_from_buffer +EXPORT_SYMBOL vmlinux 0xfe1d2e94 key_create_or_update +EXPORT_SYMBOL vmlinux 0xfe1f0450 elevator_alloc +EXPORT_SYMBOL vmlinux 0xfe2d2b52 scsi_unblock_requests +EXPORT_SYMBOL vmlinux 0xfe2e878a skb_abort_seq_read +EXPORT_SYMBOL vmlinux 0xfe482220 dma_sync_single_for_device +EXPORT_SYMBOL vmlinux 0xfe487975 init_wait_entry +EXPORT_SYMBOL vmlinux 0xfe5d4bb2 sys_tz +EXPORT_SYMBOL vmlinux 0xfe8c61f0 _raw_read_lock +EXPORT_SYMBOL vmlinux 0xfe9005b9 tcf_unregister_action +EXPORT_SYMBOL vmlinux 0xfe916dc6 hex_dump_to_buffer +EXPORT_SYMBOL vmlinux 0xfe9ebbbb acpi_osi_is_win8 +EXPORT_SYMBOL vmlinux 0xfeb96abc writeback_inodes_sb +EXPORT_SYMBOL vmlinux 0xfebdfc4d jbd2_log_wait_commit +EXPORT_SYMBOL vmlinux 0xfeda034c vmf_insert_mixed_prot +EXPORT_SYMBOL vmlinux 0xfedcdb60 seq_hlist_next_percpu +EXPORT_SYMBOL vmlinux 0xfedda1db flow_block_cb_free +EXPORT_SYMBOL vmlinux 0xfeea0d61 key_move +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 0xff1ca4e4 scsi_set_medium_removal +EXPORT_SYMBOL vmlinux 0xff1e935b netif_tx_stop_all_queues +EXPORT_SYMBOL vmlinux 0xff1e9dd8 seq_list_start +EXPORT_SYMBOL vmlinux 0xff282521 rfkill_register +EXPORT_SYMBOL vmlinux 0xff332583 fb_class +EXPORT_SYMBOL vmlinux 0xff52848a __SCT__tp_func_kmem_cache_free +EXPORT_SYMBOL vmlinux 0xff6878cf fb_default_cmap +EXPORT_SYMBOL vmlinux 0xff72fb61 bpf_link_get_from_fd +EXPORT_SYMBOL vmlinux 0xff845e61 pin_user_pages_unlocked +EXPORT_SYMBOL vmlinux 0xff87cd18 lockref_get_not_dead +EXPORT_SYMBOL vmlinux 0xff9032f0 security_path_unlink +EXPORT_SYMBOL vmlinux 0xffb3821a skb_flow_dissect_tunnel_info +EXPORT_SYMBOL vmlinux 0xffb70d15 touch_buffer +EXPORT_SYMBOL vmlinux 0xffb7c514 ida_free +EXPORT_SYMBOL vmlinux 0xffc0a2e4 ip_options_compile +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 0xffd1feca dst_init +EXPORT_SYMBOL vmlinux 0xffe63a98 igrab +EXPORT_SYMBOL vmlinux 0xffee7f8a dquot_initialize +EXPORT_SYMBOL vmlinux 0xffeedf6a delayed_work_timer_fn +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 0x296c1b49 sm4_cfb_encrypt +EXPORT_SYMBOL_GPL arch/x86/crypto/sm4-aesni-avx-x86_64 0x29951b52 sm4_avx_cfb_decrypt +EXPORT_SYMBOL_GPL arch/x86/crypto/sm4-aesni-avx-x86_64 0x6a477bd5 sm4_avx_ecb_encrypt +EXPORT_SYMBOL_GPL arch/x86/crypto/sm4-aesni-avx-x86_64 0x7aa96d0b sm4_avx_cbc_decrypt +EXPORT_SYMBOL_GPL arch/x86/crypto/sm4-aesni-avx-x86_64 0x8174e8cd sm4_avx_ctr_crypt +EXPORT_SYMBOL_GPL arch/x86/crypto/sm4-aesni-avx-x86_64 0x87e7d9e2 sm4_cbc_encrypt +EXPORT_SYMBOL_GPL arch/x86/crypto/sm4-aesni-avx-x86_64 0xc2c6290c sm4_avx_ecb_decrypt +EXPORT_SYMBOL_GPL arch/x86/crypto/twofish-x86_64 0x1f491d36 twofish_dec_blk +EXPORT_SYMBOL_GPL arch/x86/crypto/twofish-x86_64 0x7c7bf6e0 twofish_enc_blk +EXPORT_SYMBOL_GPL arch/x86/crypto/twofish-x86_64-3way 0x92a51c43 twofish_dec_blk_cbc_3way +EXPORT_SYMBOL_GPL arch/x86/crypto/twofish-x86_64-3way 0xb4e98a46 twofish_dec_blk_3way +EXPORT_SYMBOL_GPL arch/x86/crypto/twofish-x86_64-3way 0xe4ae7508 __twofish_enc_blk_3way +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x005c089e kvm_apic_set_eoi_accelerated +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x00f697f3 __SCK__tp_func_kvm_apicv_accept_irq +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x0370a2ae __SCK__tp_func_kvm_pi_irte_update +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x03721e5d kvm_vcpu_gfn_to_pfn_atomic +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x0402222a kvm_emulate_monitor +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x040de9e6 kvm_init_shadow_npt_mmu +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x049a1ad9 kvm_apic_has_interrupt +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x04e17d30 kvm_vcpu_kick +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x0526bcd7 __SCK__tp_func_kvm_avic_unaccelerated_access +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x053614ec kvm_set_user_return_msr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x05814b03 kvm_vcpu_unmap +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x0594ed15 kvm_gpc_activate +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x05e38d27 gfn_to_pfn +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x06cdc8d1 kvm_configure_mmu +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x09252a28 kvm_arch_start_assignment +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x0a997221 gfn_to_page +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 0x0c457d9e kvm_set_rflags +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x0ca8df68 __traceiter_kvm_vmgexit_msr_protocol_enter +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x0ccad54b kvm_get_linear_rip +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x0cff45f4 __SCT__tp_func_kvm_vmgexit_msr_protocol_exit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x0e13af48 __SCK__tp_func_kvm_pml_full +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x0ffca6f6 kvm_queue_exception_e +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x113d5771 kvm_emulate_wbinvd +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x114eb824 __traceiter_kvm_nested_vmexit_inject +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x12858d2f __tracepoint_kvm_avic_unaccelerated_access +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x12ff07c2 hv_remote_flush_tlb +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x1412f042 __traceiter_kvm_ple_window_update +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x14889118 kvm_get_msr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x159b8d5e host_efer +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x15d6fd13 kvm_vcpu_reset +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x16432513 kvm_sev_es_mmio_write +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x16cd9258 kvm_mtrr_valid +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x17f9cfe3 __traceiter_kvm_cr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x18040095 __SCK__tp_func_kvm_ple_window_update +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x18618eeb kvm_arch_has_assigned_device +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x18e6952a handle_fastpath_set_msr_irqoff +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x1ac927eb kvm_read_l1_tsc +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x1b9d036d kvm_get_cr8 +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x1c86d91b kvm_apic_update_ppr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x1cd72b7d __tracepoint_kvm_skinit +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 0x1de5b182 kvm_gpc_deactivate +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x1f322b5c __SCK__tp_func_kvm_entry +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x1f8e9483 __SCT__tp_func_kvm_avic_doorbell +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x202c176b gfn_to_hva +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x20e9e5aa __traceiter_kvm_entry +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x210a4960 kvm_gpc_refresh +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x21734fb0 kvm_vcpu_write_guest +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x2190a819 gfn_to_pfn_prot +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x23263c0a __traceiter_kvm_nested_vmenter_failed +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x238433db kvm_io_bus_get_dev +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x2393d3c0 __kvm_prepare_emulation_failure_exit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x2510fc6d __SCT__tp_func_kvm_nested_vmexit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x2584177f kvm_handle_invalid_op +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x25a9683d __tracepoint_kvm_nested_vmenter_failed +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x25c07225 __traceiter_kvm_vmgexit_msr_protocol_exit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x260f5952 kvm_queue_exception +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x27046576 kvm_exit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x28738ffe kvm_debugfs_dir +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x28bdba83 kvm_emulate_mwait +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x2a07329b __SCK__tp_func_kvm_avic_incomplete_ipi +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x2a98adfe kvm_arch_register_noncoherent_dma +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x2ad48ffd __tracepoint_kvm_invlpga +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x2ba452c8 kvm_fixup_and_inject_pf_error +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x2c5f0936 kvm_vcpu_is_visible_gfn +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x2d2631d6 kvm_post_set_cr4 +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x2d82cc24 kvm_spec_ctrl_test_value +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x2fa21454 kvm_gpc_check +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x2ff977b4 kvm_apic_match_dest +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x30deb7cd kvm_set_or_clear_apicv_inhibit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x30e23a4d kvm_set_msi_irq +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x32bb6013 kvm_hv_assist_page_enabled +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x369a8912 __tracepoint_kvm_exit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x37ecd9cd kvm_find_cpuid_entry_index +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x388e0e10 __SCT__tp_func_kvm_pi_irte_update +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x38c4534b __tracepoint_kvm_entry +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x38d38905 kvm_arch_no_poll +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x39fd83db halt_poll_ns_shrink +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x3ab2794c kvm_find_user_return_msr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x3ab604fb kvm_lapic_expired_hv_timer +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x3ad2afeb kvm_lmsw +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x3b30fc65 kvm_load_guest_xsave_state +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x3ba2ea5d kvm_vcpu_mark_page_dirty +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x3d93fb92 __traceiter_kvm_apicv_accept_irq +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x3ddcd361 kvm_irq_has_notifier +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x3eeda7c1 kvm_write_guest_page +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x3f510ff5 kvm_has_noapic_vcpu +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x3fe2a5f1 kvm_cpu_get_interrupt +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x44a82c56 kvm_slot_page_track_add_page +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x45dbc6f7 kvm_read_guest +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 0x47e8ba9c __SCK__tp_func_kvm_vmgexit_exit +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 0x4942be67 __SCT__tp_func_kvm_avic_incomplete_ipi +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x4a1c261b __SCT__tp_func_kvm_invlpga +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x4adf9729 kvm_put_kvm +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x4bcb00b5 kvm_deliver_exception_payload +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x4bddccd1 gfn_to_page_many_atomic +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x4c8fa787 kvm_read_guest_cached +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x4e3fd1b4 kvm_release_pfn_clean +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x4f0d9e0c kvm_vcpu_read_guest +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x52c3ce5c kvm_handle_invpcid +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x52dabeeb kvm_service_local_tlb_flush_requests +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x53d9f927 __SCT__kvm_x86_get_cs_db_l_bits +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x573436cc kvm_hv_get_assist_page +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x576462de kvm_read_guest_virt +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x581c3d1f kvm_skip_emulated_instruction +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x58275860 gfn_to_memslot +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x59387ba3 __SCT__kvm_x86_cache_reg +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x594cc504 __x86_set_memory_region +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x596d10e7 mark_page_dirty_in_slot +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x59aa7c67 kvm_emulate_invd +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x59cab27f kvm_read_guest_page +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 0x5c7e9f84 __SCT__tp_func_kvm_apicv_accept_irq +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x5c7f311f __tracepoint_kvm_avic_kick_vcpu_slowpath +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x5d996b31 kvm_set_cpu_caps +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x5dcd38f4 kvm_mmu_new_pgd +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x5e343f14 __tracepoint_kvm_cr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x5e8be598 __tracepoint_kvm_nested_vmenter +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 0x602982fc kvm_emulate_wrmsr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x60d0c2cf kvm_set_cr3 +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x616e6c95 __SCT__tp_func_kvm_exit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x6185bf2b kvm_vcpu_gfn_to_pfn +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x61b6c905 kvm_emulate_ap_reset_hold +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x61d8b6fc kvm_io_bus_write +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x6243ac82 __kvm_apic_update_irr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x62a95078 __SCK__tp_func_kvm_nested_intercepts +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x6303c089 kvm_calc_nested_tsc_offset +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x63ae6518 kvm_write_guest_offset_cached +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x650f6538 kvm_emulate_halt +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x65bf626a kvm_init_shadow_ept_mmu +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x67544a0a gfn_to_pfn_memslot +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x675e3cc6 __SCK__tp_func_kvm_nested_vmexit_inject +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x6871be61 kvm_vcpu_apicv_activated +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 0x69040c5b kvm_mtrr_get_guest_memory_type +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x6979f2b7 kvm_wait_lapic_expire +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x6a07a4e6 __SCK__tp_func_kvm_vmgexit_msr_protocol_exit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x6ad14b97 kvm_page_track_register_notifier +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x6ada8f59 kvm_mmu_set_mmio_spte_mask +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x6b1a7dfd kvm_emulate_instruction_from_buffer +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 0x6c87925a kvm_page_track_unregister_notifier +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x6c95726c host_xss +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x6d018f8c kvm_requeue_exception_e +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x6d2c9437 __SCT__tp_func_kvm_nested_vmenter +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x6e7bf389 kvm_handle_memory_failure +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x6f0cf267 kvm_get_running_vcpu +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x6f3f74a0 kvm_vcpu_halt +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x709cd8cb kvm_spurious_fault +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x70c029f3 kvm_put_kvm_no_destroy +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x70d4f478 __SCK__tp_func_kvm_inj_virq +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x70d9bb5e __traceiter_kvm_exit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x70e0c7f7 kvm_set_cr4 +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x7189d593 __SCK__tp_func_kvm_invlpga +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x7289061b mark_page_dirty +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x72e17cd5 kvm_vcpu_deliver_sipi_vector +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x74910627 __traceiter_kvm_nested_vmenter +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x74fa5288 __tracepoint_kvm_apicv_accept_irq +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 0x76a960c1 kvm_vcpu_update_apicv +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x77702dc3 __SCK__tp_func_kvm_msr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x778e30b9 __SCT__tp_func_kvm_cr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x77adeccd kvm_emulate_instruction +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x77ee2e09 kvm_update_dr7 +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x782ea6d9 kvm_arch_has_noncoherent_dma +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x78d5945d __SCK__tp_func_kvm_vmgexit_msr_protocol_enter +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x790fc0ce kvm_read_guest_offset_cached +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x79e39fef kvm_get_kvm_safe +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 0x7bef583c kvm_x86_vendor_init +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x7c674271 x86_decode_emulated_instruction +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x7c94c99a kvm_release_pfn_dirty +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x7d1a023d __kvm_set_memory_region +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x7da4951e __tracepoint_kvm_vmgexit_msr_protocol_exit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x7de36eef kvm_get_apic_mode +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x7ef04509 kvm_prepare_emulation_failure_exit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x7f51547e __traceiter_kvm_inj_virq +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x7fe19488 kvm_add_user_return_msr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x7fe93fa6 kvm_lapic_set_eoi +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x7ff2a104 __SCT__tp_func_kvm_page_fault +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x808751e9 kvm_get_dr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x81fcb676 __traceiter_kvm_nested_vmexit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x82d61a65 kvm_vcpu_read_guest_page +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x83320c30 kvm_set_memory_region +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x83d66cd4 kvm_get_rflags +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x84289bd3 hv_remote_flush_tlb_with_range +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x84ea65bd kvm_is_visible_gfn +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x86ee1ce9 kvm_mmu_free_roots +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x88551ff2 kvm_get_kvm +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x8879a81f kvm_requeue_exception +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x88c40534 hv_track_root_tdp +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x8a37d05d kvm_cpuid +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 0x8c72e6dc kvm_apic_write_nodecode +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x8d87953b kvm_release_page_dirty +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x8d8cc0f9 __tracepoint_kvm_write_tsc_offset +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x8dae0639 kvm_inject_realmode_interrupt +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x8dfc58c1 kvm_post_set_cr0 +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x8f3a890e __traceiter_kvm_vmgexit_enter +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x8fb32570 __SCK__tp_func_kvm_fast_mmio +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x912a9286 __traceiter_kvm_nested_intr_vmexit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x9189929d kvm_mmu_free_guest_mode_roots +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x91a7f96c kvm_require_dr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x93a3e40e __SCT__tp_func_kvm_ple_window_update +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x94e66d5f kvm_update_cpuid_runtime +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x9764f5e2 kvm_destroy_vcpus +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x979e43fd kvm_set_dr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x989e7957 kvm_mmu_page_fault +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x99cda3cc kvm_vcpu_on_spin +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x9a780dd5 __tracepoint_kvm_msr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x9cd626b0 kvm_mmu_reset_context +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 0x9f174222 kvm_msr_allowed +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x9f2358c2 __SCK__tp_func_kvm_skinit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x9f68faa3 __traceiter_kvm_avic_unaccelerated_access +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xa091cffb kvm_emulate_rdmsr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xa1c4231f kvm_set_pfn_dirty +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xa2e83600 kvm_mmu_gva_to_gpa_read +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xa3565978 kvm_gpc_init +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xa442be4d __tracepoint_kvm_pml_full +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xa477e9b0 __SCK__tp_func_kvm_avic_doorbell +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xa49075fa kvm_set_cr0 +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xa4eea161 __kvm_is_valid_cr4 +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xa50af409 __tracepoint_kvm_nested_intercepts +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xa588ef67 __SCT__tp_func_kvm_nested_intercepts +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xa5e9d549 kvm_inject_emulated_page_fault +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xa6a50230 __traceiter_kvm_nested_intercepts +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xa6e2fa4d kvm_lapic_find_highest_irr +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 0xa871e241 __SCK__tp_func_kvm_nested_vmenter_failed +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xa938672b kvm_handle_page_fault +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xa9633d5e __tracepoint_kvm_pi_irte_update +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xaa26de16 kvm_task_switch +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xaa8460ac kvm_emulate_hypercall +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xab120546 kvm_mmu_gva_to_gpa_write +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xabe85c0b __SCK__tp_func_kvm_avic_ga_log +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xb0364cff kvm_intr_is_single_vcpu +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xb0589394 kvm_slot_page_track_remove_page +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xb075da30 kvm_emulate_halt_noskip +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xb19fb8e2 kvm_queue_exception_p +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xb1a7dffe kvm_write_guest_cached +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xb332b817 gfn_to_hva_memslot +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xb3816a58 kvm_vcpu_wake_up +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xb5e73ba2 kvm_get_msr_common +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xb5ed87e1 kvm_valid_efer +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xb61b252e kvm_cpu_has_injectable_intr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xb7d9b5d9 __tracepoint_kvm_nested_vmexit_inject +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 0xb9a0e468 kvm_emulate_rdpmc +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xbaab209e kvm_write_guest_virt_system +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xbd9d6dfc kvm_mmu_set_me_spte_mask +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xbda446de __tracepoint_kvm_avic_doorbell +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xbde2370a kvm_cpu_has_interrupt +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xbfbe46e1 kvm_mmu_invlpg +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xc0368c16 __tracepoint_kvm_page_fault +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xc071e99f __SCT__tp_func_kvm_entry +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xc1c0a593 __SCK__kvm_x86_cache_reg +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xc2a33463 __SCK__tp_func_kvm_exit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xc35dab0c __SCK__kvm_x86_get_cs_db_l_bits +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xc557dd95 load_pdptrs +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xc60d7d0c __traceiter_kvm_pml_full +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xc7fe55ac __traceiter_kvm_avic_doorbell +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xc828e361 __SCK__tp_func_kvm_vmgexit_enter +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xc96d35f4 report_ignored_msrs +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xcba44d42 __tracepoint_kvm_vmgexit_msr_protocol_enter +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xccd6839b kvm_complete_insn_gp +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xcd2fd4e9 kvm_vcpu_write_guest_page +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xcd98da7e __tracepoint_kvm_avic_incomplete_ipi +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xce576a13 enable_apicv +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xcec20d92 __tracepoint_kvm_nested_intr_vmexit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xcf42ed21 kvm_vcpu_yield_to +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xcfedac2c kvm_is_linear_rip +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xd09da48b __SCT__tp_func_kvm_nested_intr_vmexit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xd0c4b343 kvm_fast_pio +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xd0dc69b0 kvm_sev_es_string_io +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xd180d2a7 kvm_init +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xd1fb4c0f __tracepoint_kvm_vmgexit_enter +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xd298e003 __SCK__tp_func_kvm_avic_kick_vcpu_slowpath +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xd2bb015e kvm_emulate_cpuid +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xd475c188 kvm_pmu_cap +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xd645a404 kvm_make_all_cpus_request +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xd6dbef8b kvm_find_cpuid_entry +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xd70017a1 kvm_set_cr8 +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xd7304d2a handle_ud +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xd7f1f2f0 __SCK__tp_func_kvm_page_fault +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xd90fb1fa kvm_apic_clear_irr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xd94f04d7 kvm_apic_send_ipi +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xda85e57d __tracepoint_kvm_inj_virq +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xdb010111 file_is_kvm +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xdb05bf6d kvm_vcpu_map +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xdba37ff6 kvm_cpu_caps +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xdc7369fe __traceiter_kvm_msr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xdfa7a4e4 __tracepoint_kvm_ple_window_update +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xe0a175c2 kvm_set_msr_common +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xe0e786a7 __SCT__tp_func_kvm_skinit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xe296dc38 __tracepoint_kvm_avic_ga_log +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xe342dbd5 __traceiter_kvm_page_fault +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xe907ef9c __SCK__tp_func_kvm_nested_intr_vmexit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xe93dfc8c __SCT__tp_func_kvm_nested_vmenter_failed +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xe9aa427e kvm_load_host_xsave_state +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xe9e82036 __kvm_request_immediate_exit +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 0xea726685 kvm_emulate_xsetbv +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xebb85174 kvm_clear_guest +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xed46cdd6 __tracepoint_kvm_nested_vmexit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xed9daca6 vcpu_put +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xee970994 __SCK__tp_func_kvm_cr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xeee57d36 kvm_set_msr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xef14fd98 kvm_calc_nested_tsc_multiplier +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xf084b57d __SCT__tp_func_kvm_msr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xf0b87e76 kvm_init_mmu +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xf16fa644 kvm_vcpu_gfn_to_hva +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xf2575a85 vcpu_load +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 0xf3e4507e kvm_gfn_to_hva_cache_init +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xf49562b8 __SCK__tp_func_kvm_nested_vmexit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xf4987a68 __SCK__tp_func_kvm_nested_vmenter +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xf4e34ea7 kvm_flush_remote_tlbs +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xf54e2886 __SCT__tp_func_kvm_vmgexit_msr_protocol_enter +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xf690d9e8 kvm_write_guest +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xf6d2030a kvm_arch_unregister_noncoherent_dma +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xf6d4c5ad kvm_apicv_activated +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xf7b1b497 kvm_pmu_trigger_event +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xf871a50a __tracepoint_kvm_vmgexit_exit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xf8f752c6 kvm_arch_end_assignment +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xf9800582 __SCK__tp_func_kvm_write_tsc_offset +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xfab33e4c enable_mmio_caching +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xfd97d4e1 kvm_sev_es_mmio_read +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xfe36da9c kvm_vcpu_read_guest_atomic +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xfe672dcd kvm_apic_update_irr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xff10d886 kvm_release_page_clean +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xff7380ee __tracepoint_kvm_fast_mmio +EXPORT_SYMBOL_GPL crypto/af_alg 0x0a415df5 af_alg_make_sg +EXPORT_SYMBOL_GPL crypto/af_alg 0x0f9bbdb8 af_alg_release +EXPORT_SYMBOL_GPL crypto/af_alg 0x172d06e5 af_alg_wmem_wakeup +EXPORT_SYMBOL_GPL crypto/af_alg 0x30172601 af_alg_sendmsg +EXPORT_SYMBOL_GPL crypto/af_alg 0x37405055 af_alg_release_parent +EXPORT_SYMBOL_GPL crypto/af_alg 0x41081f94 af_alg_pull_tsgl +EXPORT_SYMBOL_GPL crypto/af_alg 0x491b2849 af_alg_sendpage +EXPORT_SYMBOL_GPL crypto/af_alg 0x7a35ff88 af_alg_poll +EXPORT_SYMBOL_GPL crypto/af_alg 0x858eb986 af_alg_wait_for_data +EXPORT_SYMBOL_GPL crypto/af_alg 0x8d2f0a62 af_alg_accept +EXPORT_SYMBOL_GPL crypto/af_alg 0x941a845f af_alg_register_type +EXPORT_SYMBOL_GPL crypto/af_alg 0xa3df4638 af_alg_alloc_areq +EXPORT_SYMBOL_GPL crypto/af_alg 0xa43610f1 af_alg_async_cb +EXPORT_SYMBOL_GPL crypto/af_alg 0xa61dab7b af_alg_get_rsgl +EXPORT_SYMBOL_GPL crypto/af_alg 0xa9f5b524 af_alg_count_tsgl +EXPORT_SYMBOL_GPL crypto/af_alg 0xceb09eff af_alg_free_sg +EXPORT_SYMBOL_GPL crypto/af_alg 0xd29855e2 af_alg_unregister_type +EXPORT_SYMBOL_GPL crypto/af_alg 0xf69d40e8 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 0xd9a44a1a aria_set_key +EXPORT_SYMBOL_GPL crypto/async_tx/async_memcpy 0x253c5fe8 async_memcpy +EXPORT_SYMBOL_GPL crypto/async_tx/async_pq 0x35e53d71 async_gen_syndrome +EXPORT_SYMBOL_GPL crypto/async_tx/async_pq 0xa8a3bc37 async_syndrome_val +EXPORT_SYMBOL_GPL crypto/async_tx/async_raid6_recov 0x4a3b1a61 async_raid6_2data_recov +EXPORT_SYMBOL_GPL crypto/async_tx/async_raid6_recov 0xbd511d85 async_raid6_datap_recov +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0x03c257cf async_trigger_callback +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0x2b5cc933 async_tx_quiesce +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0x4486f35b async_tx_submit +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0x7a61db5b __async_tx_find_channel +EXPORT_SYMBOL_GPL crypto/async_tx/async_xor 0x47c0258b async_xor_val +EXPORT_SYMBOL_GPL crypto/async_tx/async_xor 0x8d98b4b2 async_xor_offs +EXPORT_SYMBOL_GPL crypto/async_tx/async_xor 0x99b08c5d async_xor_val_offs +EXPORT_SYMBOL_GPL crypto/async_tx/async_xor 0xdae9e4ad async_xor +EXPORT_SYMBOL_GPL crypto/authenc 0x2479193e crypto_authenc_extractkeys +EXPORT_SYMBOL_GPL crypto/blowfish_common 0xd6929b6e blowfish_setkey +EXPORT_SYMBOL_GPL crypto/cast5_generic 0x188d9d26 __cast5_decrypt +EXPORT_SYMBOL_GPL crypto/cast5_generic 0xef81a4af __cast5_encrypt +EXPORT_SYMBOL_GPL crypto/cast5_generic 0xf42a1597 cast5_setkey +EXPORT_SYMBOL_GPL crypto/cast6_generic 0x3dbae082 __cast6_decrypt +EXPORT_SYMBOL_GPL crypto/cast6_generic 0xb841a3b5 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 0x0547849e cryptd_alloc_skcipher +EXPORT_SYMBOL_GPL crypto/cryptd 0x0829818c cryptd_ahash_child +EXPORT_SYMBOL_GPL crypto/cryptd 0x13a8a2bf cryptd_shash_desc +EXPORT_SYMBOL_GPL crypto/cryptd 0x16cc6653 cryptd_aead_child +EXPORT_SYMBOL_GPL crypto/cryptd 0x1c87c24a cryptd_skcipher_child +EXPORT_SYMBOL_GPL crypto/cryptd 0x26583601 cryptd_alloc_aead +EXPORT_SYMBOL_GPL crypto/cryptd 0x352e995c cryptd_free_ahash +EXPORT_SYMBOL_GPL crypto/cryptd 0x3fb9736b cryptd_free_aead +EXPORT_SYMBOL_GPL crypto/cryptd 0x867ff12a cryptd_aead_queued +EXPORT_SYMBOL_GPL crypto/cryptd 0x8a818955 cryptd_ahash_queued +EXPORT_SYMBOL_GPL crypto/cryptd 0xe705f7cd cryptd_free_skcipher +EXPORT_SYMBOL_GPL crypto/cryptd 0xea77343e cryptd_alloc_ahash +EXPORT_SYMBOL_GPL crypto/cryptd 0xf99760c3 cryptd_skcipher_queued +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x03f4f5d2 crypto_transfer_skcipher_request_to_engine +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x0b16d2a4 crypto_finalize_skcipher_request +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x42edf99f crypto_finalize_kpp_request +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x6f73516b crypto_engine_start +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x761f2ef3 crypto_finalize_akcipher_request +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x8aba8d48 crypto_engine_alloc_init +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x8edb12bb crypto_finalize_hash_request +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x9343f09c crypto_finalize_aead_request +EXPORT_SYMBOL_GPL crypto/crypto_engine 0xb004137b crypto_engine_stop +EXPORT_SYMBOL_GPL crypto/crypto_engine 0xb050051c crypto_transfer_aead_request_to_engine +EXPORT_SYMBOL_GPL crypto/crypto_engine 0xb3aafac2 crypto_engine_alloc_init_and_set +EXPORT_SYMBOL_GPL crypto/crypto_engine 0xcbdeb447 crypto_transfer_hash_request_to_engine +EXPORT_SYMBOL_GPL crypto/crypto_engine 0xd785cdb8 crypto_transfer_kpp_request_to_engine +EXPORT_SYMBOL_GPL crypto/crypto_engine 0xf5ae08b5 crypto_engine_exit +EXPORT_SYMBOL_GPL crypto/crypto_engine 0xf5e3b1a5 crypto_transfer_akcipher_request_to_engine +EXPORT_SYMBOL_GPL crypto/crypto_simd 0x504cb053 simd_aead_create_compat +EXPORT_SYMBOL_GPL crypto/crypto_simd 0x5bba7981 simd_unregister_aeads +EXPORT_SYMBOL_GPL crypto/crypto_simd 0x66983e96 simd_skcipher_create +EXPORT_SYMBOL_GPL crypto/crypto_simd 0x851c747c simd_aead_create +EXPORT_SYMBOL_GPL crypto/crypto_simd 0x88638552 simd_skcipher_create_compat +EXPORT_SYMBOL_GPL crypto/crypto_simd 0xbfd26f15 simd_aead_free +EXPORT_SYMBOL_GPL crypto/crypto_simd 0xd986972f simd_register_skciphers_compat +EXPORT_SYMBOL_GPL crypto/crypto_simd 0xe54d016f simd_register_aeads_compat +EXPORT_SYMBOL_GPL crypto/crypto_simd 0xefe73979 simd_skcipher_free +EXPORT_SYMBOL_GPL crypto/crypto_simd 0xf52d74ef simd_unregister_skciphers +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 0x3d9b43a8 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/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 0x56630b62 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 0x097acfe3 synth_current +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x1e39eb14 synth_putws +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x1e47dfe4 spk_ttyio_synth_immediate +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x2fc38233 spk_var_show +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x371f199a spk_ttyio_ops +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x41a160e5 synth_buffer_empty +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x4449e1dd synth_buffer_clear +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x45eda959 spk_get_var +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x466f5eb7 synth_putwc +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x4c4cd769 spk_ttyio_synth_probe +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x76d40046 synth_buffer_skip_nonlatin1 +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x8057e83c spk_synth_is_alive_restart +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x84dad068 synth_buffer_getc +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x8b6068ac synth_add +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 0x98b97e36 spk_synth_is_alive_nop +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xa8c94a37 synth_remove +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xaadb0612 synth_buffer_peek +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xb16453fe spk_var_store +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xb734cb9d speakup_event +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xb73e68a7 spk_ttyio_release +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 0xc3414f82 spk_do_catch_up +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xc58f6e50 spk_get_var_header +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xd8abb24a spk_synth_get_index +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xd8fd86cf synth_release_region +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xd93829dd speakup_info +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xe194d0ef synth_printf +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xf3be6f52 spk_do_catch_up_unicode +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xfb04267c spk_synth_flush +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 0x5cdd47b8 __acpi_nfit_notify +EXPORT_SYMBOL_GPL drivers/acpi/nfit/nfit 0x82a1e337 acpi_nfit_init +EXPORT_SYMBOL_GPL drivers/acpi/nfit/nfit 0x8c8ed7d8 __acpi_nvdimm_notify +EXPORT_SYMBOL_GPL drivers/acpi/nfit/nfit 0x987175f4 acpi_nfit_desc_init +EXPORT_SYMBOL_GPL drivers/acpi/nfit/nfit 0xafbc36cb 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/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 0x172fdc88 ahci_stop_engine +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x1b4438f9 ahci_ops +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x1ed2aef2 ahci_host_activate +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x321d245b ahci_qc_issue +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x387d9fb6 ahci_start_fis_rx +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x40ee8062 ahci_error_handler +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x4252eea3 ahci_print_info +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x5ae13a5c ahci_reset_controller +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x60a16615 ahci_init_controller +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x6b3d2fb1 ahci_shost_groups +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x6ef0cc7c ahci_save_initial_config +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x8cd199c3 ahci_do_hardreset +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xa18642f0 ahci_set_em_messages +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xa220a0f8 ahci_sdev_groups +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xb39d2dcb ahci_do_softreset +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xc3eb5898 ahci_port_resume +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xea391147 ahci_kick_engine +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xea50dad3 ahci_ignore_sss +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xeb60d558 ahci_handle_port_intr +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xf0ae786a ahci_fill_cmd_slot +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xf1d195b5 ahci_start_engine +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xf21f6236 ahci_dev_classify +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xfb5e0271 ahci_check_ready +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xfcde1c23 ahci_reset_em +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xff83648f ahci_pmp_retry_srst_ops +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x09e2a875 ahci_platform_suspend +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x0b522705 ahci_platform_ops +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x10cc2d0e ahci_platform_enable_clks +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x34a8531c ahci_platform_shutdown +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x4e8c5b1a ahci_platform_enable_phys +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x53fbecb5 ahci_platform_init_host +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x6e2b46b4 ahci_platform_resume +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x931cb742 ahci_platform_disable_phys +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x98bf3fa3 ahci_platform_enable_resources +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x9df82cdc ahci_platform_resume_host +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0xa0292024 ahci_platform_assert_rsts +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0xb971aacc ahci_platform_find_clk +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0xc5f0468b ahci_platform_disable_resources +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0xcbef8b13 ahci_platform_suspend_host +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0xcd5cc156 ahci_platform_disable_clks +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0xcf7f22ef ahci_platform_enable_regulators +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0xd60f6bb6 ahci_platform_deassert_rsts +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0xe59d8419 ahci_platform_get_resources +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0xfa97c56c ahci_platform_disable_regulators +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 0xb8a829b2 linedisp_unregister +EXPORT_SYMBOL_GPL drivers/auxdisplay/line-display 0xd2388751 linedisp_register +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-i3c 0xcc960093 __devm_regmap_init_i3c +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-sccb 0x377df750 __devm_regmap_init_sccb +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-sccb 0xea9e2524 __regmap_init_sccb +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-sdw 0x2540176d __devm_regmap_init_sdw +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-sdw 0xa82660e7 __regmap_init_sdw +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-sdw-mbq 0x91ca77ba __devm_regmap_init_sdw_mbq +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-sdw-mbq 0xe23e6c8c __regmap_init_sdw_mbq +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-slimbus 0x469fdd33 __devm_regmap_init_slimbus +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-slimbus 0xa29682f8 __regmap_init_slimbus +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-spi-avmm 0x84515109 __regmap_init_spi_avmm +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-spi-avmm 0x875b2166 __devm_regmap_init_spi_avmm +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-spmi 0x585c4dd2 __regmap_init_spmi_ext +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-spmi 0xcf55fe24 __devm_regmap_init_spmi_base +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-spmi 0xec3a55a6 __regmap_init_spmi_base +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-spmi 0xee907025 __devm_regmap_init_spmi_ext +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-w1 0xeaa78861 __regmap_init_w1 +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-w1 0xf2345a46 __devm_regmap_init_w1 +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x2aa1c86b bcma_core_disable +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x2b523244 bcma_chipco_pll_read +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x3686b639 bcma_chipco_pll_maskset +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x37e0b704 bcma_core_set_clockmode +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x39a28c31 bcma_core_pci_power_save +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x3a6fd473 bcma_pmu_spuravoid_pllupdate +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x3b3da0ec bcma_core_enable +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x43fee2d7 __bcma_driver_register +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x47de535e bcma_pmu_get_bus_clock +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x5ce07f64 bcma_chipco_b_mii_write +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x617da37d bcma_find_core_unit +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x676925c2 bcma_chipco_gpio_control +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x67a3a78d bcma_host_pci_down +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x73abae63 bcma_core_is_enabled +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x76150316 bcma_chipco_pll_write +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x9135acf1 bcma_chipco_gpio_out +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x976c859c bcma_driver_unregister +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x984ac935 bcma_host_pci_up +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xa4be148c bcma_host_pci_irq_ctl +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xcd7eea2a bcma_chipco_chipctl_maskset +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xcdd10bfc bcma_core_pll_ctl +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xd2e7c8a8 bcma_chipco_regctl_maskset +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xe42f4259 bcma_chipco_gpio_outen +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xf0624ba9 bcma_chipco_get_alp_clock +EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0x070e37f3 btbcm_setup_patchram +EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0x0f6e1b6d btbcm_finalize +EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0x119be325 btbcm_set_bdaddr +EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0x32beeeeb btbcm_check_bdaddr +EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0x3f20515c btbcm_read_pcm_int_params +EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0x4c6cd870 btbcm_setup_apple +EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0x53214f54 btbcm_write_pcm_int_params +EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0x567bfeba btbcm_initialize +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x0d3536c5 btintel_secure_send_result +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x0db27dd2 btintel_enter_mfg +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x16e724a7 btintel_read_boot_params +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x525cc6b9 btintel_set_diag +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x57e771ed btintel_bootup +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x58364adf btintel_regmap_init +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x5ae95ad0 btintel_version_info +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x611380b2 btintel_load_ddc_config +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x8c656c07 btintel_exit_mfg +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x8fa2cca7 btintel_send_intel_reset +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x93f0103a btintel_set_event_mask_mfg +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0xa9690a6a btintel_set_bdaddr +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0xaaefe17f btintel_check_bdaddr +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0xb00d61c6 btintel_download_firmware +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0xbddb5ec2 btintel_set_quality_report +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0xbf9eca3b btintel_read_version +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0xde0f85a9 btintel_configure_setup +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x0277d635 btmrvl_pscan_window_reporting +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x1d29cab0 btmrvl_check_evtpkt +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x20666af1 btmrvl_enable_ps +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x2233ab7a btmrvl_interrupt +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x385c20f5 btmrvl_remove_card +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x57bd5c14 btmrvl_send_module_cfg_cmd +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x721d2a72 btmrvl_register_hdev +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0xa3e09c63 btmrvl_add_card +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0xc8994a41 btmrvl_process_event +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0xcbed9d77 btmrvl_send_hscfg_cmd +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0xdd256506 btmrvl_enable_hs +EXPORT_SYMBOL_GPL drivers/bluetooth/btmtk 0x0a64c8d0 btmtk_set_bdaddr +EXPORT_SYMBOL_GPL drivers/bluetooth/btmtk 0xb349c552 btmtk_setup_firmware +EXPORT_SYMBOL_GPL drivers/bluetooth/btmtk 0xe36f7c7d btmtk_setup_firmware_79xx +EXPORT_SYMBOL_GPL drivers/bluetooth/btqca 0x0e448412 qca_send_pre_shutdown_cmd +EXPORT_SYMBOL_GPL drivers/bluetooth/btqca 0x1fa6944e qca_set_bdaddr +EXPORT_SYMBOL_GPL drivers/bluetooth/btqca 0x443196a6 qca_set_bdaddr_rome +EXPORT_SYMBOL_GPL drivers/bluetooth/btqca 0x62d0089c qca_uart_setup +EXPORT_SYMBOL_GPL drivers/bluetooth/btqca 0xba5a981b qca_read_soc_version +EXPORT_SYMBOL_GPL drivers/bluetooth/btrtl 0x001ee3b6 btrtl_get_uart_settings +EXPORT_SYMBOL_GPL drivers/bluetooth/btrtl 0x68ba483d btrtl_setup_realtek +EXPORT_SYMBOL_GPL drivers/bluetooth/btrtl 0x72b811a2 btrtl_shutdown_realtek +EXPORT_SYMBOL_GPL drivers/bluetooth/btrtl 0xaf78f260 btrtl_free +EXPORT_SYMBOL_GPL drivers/bluetooth/btrtl 0xc2992537 btrtl_initialize +EXPORT_SYMBOL_GPL drivers/bluetooth/btrtl 0xcd65bcdd btrtl_set_quirks +EXPORT_SYMBOL_GPL drivers/bluetooth/btrtl 0xd7c10889 btrtl_download_firmware +EXPORT_SYMBOL_GPL drivers/bluetooth/hci_uart 0x237a16c4 hci_uart_unregister_device +EXPORT_SYMBOL_GPL drivers/bluetooth/hci_uart 0x6a5ac49f h4_recv_buf +EXPORT_SYMBOL_GPL drivers/bluetooth/hci_uart 0x9ea3ebbd hci_uart_tx_wakeup +EXPORT_SYMBOL_GPL drivers/bluetooth/hci_uart 0xe1728402 hci_uart_register_device +EXPORT_SYMBOL_GPL drivers/bus/mhi/ep/mhi_ep 0x1390de8d mhi_ep_driver_unregister +EXPORT_SYMBOL_GPL drivers/bus/mhi/ep/mhi_ep 0x2e39c03a mhi_ep_unregister_controller +EXPORT_SYMBOL_GPL drivers/bus/mhi/ep/mhi_ep 0x37d543d9 __mhi_ep_driver_register +EXPORT_SYMBOL_GPL drivers/bus/mhi/ep/mhi_ep 0x61f2c62d mhi_ep_power_down +EXPORT_SYMBOL_GPL drivers/bus/mhi/ep/mhi_ep 0x6398d93f mhi_ep_queue_is_empty +EXPORT_SYMBOL_GPL drivers/bus/mhi/ep/mhi_ep 0xbd0240b9 mhi_ep_register_controller +EXPORT_SYMBOL_GPL drivers/bus/mhi/ep/mhi_ep 0xd4601bba mhi_ep_power_up +EXPORT_SYMBOL_GPL drivers/bus/mhi/ep/mhi_ep 0xe7589b10 mhi_ep_queue_skb +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x0113599a mhi_prepare_for_power_up +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x05d0e6f8 mhi_prepare_for_transfer_autoqueue +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x0662d39d mhi_driver_unregister +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x08cc926b mhi_device_get_sync +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x14e6dd3e mhi_force_rddm_mode +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x15f76258 mhi_device_put +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x29ea635a mhi_notify +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x2d7bb982 mhi_device_get +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x2f3be624 mhi_queue_buf +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x3415c1b6 mhi_get_free_desc_count +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x49af0b9d mhi_unprepare_after_power_down +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x4fb820cd mhi_register_controller +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x53b12477 mhi_download_rddm_image +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x648d2dd5 mhi_alloc_controller +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x6c938470 __mhi_driver_register +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x798288e5 mhi_queue_dma +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x7ee67bc4 mhi_pm_suspend +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x816f979c mhi_get_mhi_state +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x92cbc1c4 mhi_pm_resume_force +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x93342fbd mhi_power_down +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xb37ebaaf mhi_soc_reset +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xb63ee5b4 mhi_prepare_for_transfer +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xbb07cd1b mhi_queue_skb +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xbe97d956 mhi_free_controller +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xc7c265e1 mhi_queue_is_full +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xcb851d8e mhi_pm_resume +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xd0aad898 mhi_unregister_controller +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xe0020d6f mhi_get_exec_env +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xec367edb mhi_poll +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xf47738c8 mhi_unprepare_from_transfer +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xfbe720bb mhi_async_power_up +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x022032e5 comedi_dev_put +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x064548eb comedi_buf_read_free +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x070faded comedi_buf_read_n_available +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x0cd330f4 range_unknown +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x19f45209 comedi_set_hw_dev +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x1c3529cf comedi_handle_events +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x21102f87 range_0_32mA +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x293a1ca3 comedi_buf_read_samples +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x2f0ad9d3 range_bipolar5 +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x3e25d0f9 comedi_nsamples_left +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x3eedba18 comedi_request_region +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x4236eaaf range_4_20mA +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x479dc332 comedi_driver_unregister +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x4fe634f3 range_bipolar2_5 +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x53e1d34b comedi_driver_register +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x5c2d8cf3 comedi_nscans_left +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x5c96371b comedi_event +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x5ee8300a comedi_legacy_detach +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x6056ec2e comedi_is_subdevice_running +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x6291dc66 comedi_timeout +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x67bd4e15 comedi_set_spriv_auto_free +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x68087fce comedi_bytes_per_scan_cmd +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x75ee75af comedi_readback_insn_read +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x7c79bd58 comedi_alloc_spriv +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x8113872c range_unipolar10 +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x826da3c4 comedi_bytes_per_scan +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x869dc861 comedi_auto_config +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x8aa23f68 comedi_alloc_subdev_readback +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x909b9566 comedi_buf_read_alloc +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x9b9c5a0a comedi_buf_write_alloc +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xabbb0ca8 comedi_load_firmware +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xac002bf8 comedi_alloc_devpriv +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xadba29f1 comedi_check_chanlist +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xaf9299b4 comedi_alloc_subdevices +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 0xc2bbc5cd comedi_dev_get_from_minor +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xc4cb42ae comedi_dio_insn_config +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xc8e7d591 comedi_auto_unconfig +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xda550524 comedi_buf_write_free +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xdb2044b2 range_unipolar5 +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xe57da45a comedi_dio_update_state +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xe7aabe82 comedi_buf_write_samples +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xf51ffd92 __comedi_request_region +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xf7a4bd58 comedi_inc_scan_progress +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pci 0x072b6d77 comedi_pci_driver_unregister +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pci 0x08dec822 comedi_pci_detach +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pci 0xa4b165bd comedi_to_pci_dev +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pci 0xc14cb30b comedi_pci_enable +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pci 0xcdbbbeee comedi_pci_auto_config +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pci 0xd448fdc7 comedi_pci_driver_register +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pci 0xde94f185 comedi_pci_auto_unconfig +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pci 0xe8398fb3 comedi_pci_disable +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pcmcia 0x020aa1b5 comedi_pcmcia_enable +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pcmcia 0x19024c12 comedi_to_pcmcia_dev +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pcmcia 0x267c958b comedi_pcmcia_driver_register +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pcmcia 0x2bb7d27f comedi_pcmcia_auto_unconfig +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pcmcia 0x2c9cf29b comedi_pcmcia_disable +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pcmcia 0x52251f15 comedi_pcmcia_driver_unregister +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pcmcia 0x77da2f3a comedi_pcmcia_auto_config +EXPORT_SYMBOL_GPL drivers/comedi/comedi_usb 0x0a85bb22 comedi_usb_auto_config +EXPORT_SYMBOL_GPL drivers/comedi/comedi_usb 0x10fd7e86 comedi_to_usb_dev +EXPORT_SYMBOL_GPL drivers/comedi/comedi_usb 0x54c5cb99 comedi_to_usb_interface +EXPORT_SYMBOL_GPL drivers/comedi/comedi_usb 0xa4ec2cee comedi_usb_driver_unregister +EXPORT_SYMBOL_GPL drivers/comedi/comedi_usb 0xe68ba6ba comedi_usb_driver_register +EXPORT_SYMBOL_GPL drivers/comedi/comedi_usb 0xf4b5fd30 comedi_usb_auto_unconfig +EXPORT_SYMBOL_GPL drivers/comedi/drivers/addi_watchdog 0x79f4a6cf addi_watchdog_reset +EXPORT_SYMBOL_GPL drivers/comedi/drivers/addi_watchdog 0xb22e57d6 addi_watchdog_init +EXPORT_SYMBOL_GPL drivers/comedi/drivers/amplc_dio200_common 0x0d21e16f amplc_dio200_set_enhance +EXPORT_SYMBOL_GPL drivers/comedi/drivers/amplc_dio200_common 0x6bb6d3f9 amplc_dio200_common_attach +EXPORT_SYMBOL_GPL drivers/comedi/drivers/amplc_pc236_common 0xba5a0e50 amplc_pc236_common_attach +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0x1a01a7ac comedi_8254_write +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0x20ed2d45 comedi_8254_load +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0x3d72d98b comedi_8254_mm_init +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0x4b384d41 comedi_8254_pacer_enable +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0x58ecb153 comedi_8254_update_divisors +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0x6854fffb comedi_8254_set_busy +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0x85840903 comedi_8254_subdevice_init +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0xb2718206 comedi_8254_cascade_ns_to_timer +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0xbca8a644 comedi_8254_status +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0xc09dbefe comedi_8254_set_mode +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0xc3515b06 comedi_8254_init +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0xc9bb8a7f comedi_8254_ns_to_timer +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0xf2e9f928 comedi_8254_read +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8255 0x61f83cc8 subdev_8255_init +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8255 0x81804711 subdev_8255_regbase +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8255 0xcca20f16 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 0xa4b691d2 comedi_isadma_free +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_isadma 0xaa3f920a comedi_isadma_alloc +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_isadma 0xca784d4b comedi_isadma_set_mode +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_isadma 0xe1049ba6 comedi_isadma_poll +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_isadma 0xea878430 comedi_isadma_program +EXPORT_SYMBOL_GPL drivers/comedi/drivers/das08 0x08fe0d98 das08_common_attach +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x0a2e5e6f mite_bytes_in_transit +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x2adcd1f8 mite_attach +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x61ca2302 mite_release_channel +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x85ecd8de mite_dma_disarm +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x8759fe5a mite_sync_dma +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x88e88cc0 mite_detach +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x914bb41d mite_done +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x9f2755b6 mite_prep_dma +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0xa23333ff mite_request_channel_in_range +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0xa6f0dd99 mite_ack_linkc +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0xa9a0bf38 mite_free_ring +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0xcdceb1a2 mite_buf_change +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0xd2ee64fc mite_init_ring_descriptors +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0xd79c0114 mite_dma_arm +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0xdddf6564 mite_request_channel +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0xf458562e mite_alloc_ring +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_labpc_common 0xcf675654 labpc_common_detach +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_labpc_common 0xeb23530c labpc_common_attach +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_labpc_isadma 0x09eb2cdc labpc_init_dma_chan +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_labpc_isadma 0x4a3ad60b labpc_free_dma_chan +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_labpc_isadma 0x7f8d83a5 labpc_handle_dma_status +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_labpc_isadma 0xceb96268 labpc_drain_dma +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_labpc_isadma 0xe4b5c516 labpc_setup_dma +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_routing 0x076bc308 ni_find_route_source +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_routing 0x0921123e ni_lookup_route_register +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_routing 0x1facf7f8 ni_is_cmd_dest +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_routing 0x64443d67 ni_get_valid_routes +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_routing 0x6c18c54e ni_count_valid_routes +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_routing 0x85e75c94 ni_assign_device_routes +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_routing 0x863a306d ni_sort_device_routes +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_routing 0x8ab47ba4 ni_route_set_has_source +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_routing 0x8f0f0901 ni_find_route_set +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_routing 0xb3e302a3 ni_route_to_register +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x15dae743 ni_tio_unset_routing +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x36e705c9 ni_tio_insn_write +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x415f7493 ni_gpct_device_construct +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x5112a565 ni_tio_insn_read +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x52cd9e36 ni_gpct_device_destroy +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x616161f0 ni_tio_arm +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x7bf5adf8 ni_tio_get_soft_copy +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x7c6021e2 ni_tio_insn_config +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x82a91c9d ni_tio_init_counter +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x837f457e ni_tio_set_gate_src_raw +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x8b2bb537 ni_tio_set_bits +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x98494161 ni_tio_read +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x9f851c10 ni_tio_write +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0xba98b3c2 ni_tio_set_routing +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0xbae9f753 ni_tio_get_routing +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0xfcd1c7e4 ni_tio_set_gate_src +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tiocmd 0x03507f5d ni_tio_cmd +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tiocmd 0xa590ddc1 ni_tio_cancel +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tiocmd 0xb66d4373 ni_tio_cmdtest +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tiocmd 0xf734bb54 ni_tio_set_mite_channel +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tiocmd 0xf97c7c31 ni_tio_handle_interrupt +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tiocmd 0xfcb9c886 ni_tio_acknowledge +EXPORT_SYMBOL_GPL drivers/comedi/kcomedilib/kcomedilib 0x18242470 comedi_dio_get_config +EXPORT_SYMBOL_GPL drivers/comedi/kcomedilib/kcomedilib 0x1ad65529 comedi_close +EXPORT_SYMBOL_GPL drivers/comedi/kcomedilib/kcomedilib 0x54344799 comedi_find_subdevice_by_type +EXPORT_SYMBOL_GPL drivers/comedi/kcomedilib/kcomedilib 0x6197d4ba comedi_dio_bitfield2 +EXPORT_SYMBOL_GPL drivers/comedi/kcomedilib/kcomedilib 0x68d393c8 comedi_open +EXPORT_SYMBOL_GPL drivers/comedi/kcomedilib/kcomedilib 0x6b06e61b comedi_get_n_channels +EXPORT_SYMBOL_GPL drivers/comedi/kcomedilib/kcomedilib 0xe043940b comedi_dio_config +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 0x12f54a63 sev_issue_cmd_external_user +EXPORT_SYMBOL_GPL drivers/crypto/ccp/ccp 0x2e6a6147 psp_copy_user_blob +EXPORT_SYMBOL_GPL drivers/crypto/ccp/ccp 0x3a1a3979 ccp_version +EXPORT_SYMBOL_GPL drivers/crypto/ccp/ccp 0x3e059f28 sev_guest_activate +EXPORT_SYMBOL_GPL drivers/crypto/ccp/ccp 0x4073e924 sev_guest_deactivate +EXPORT_SYMBOL_GPL drivers/crypto/ccp/ccp 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 0xb86b77bb ccp_enqueue_cmd +EXPORT_SYMBOL_GPL drivers/crypto/ccp/ccp 0xd02e197f sev_platform_init +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x0131032e adf_dev_init +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x01cdfd4e adf_gen4_set_ssm_wdtimer +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x03c84d33 adf_gen2_init_pf_pfvf_ops +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x04639c03 adf_enable_aer +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x050b3f57 adf_init_admin_comms +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x06648d5c adf_vf_isr_resource_free +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x0907b66c adf_reset_sbr +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x1ff8c209 adf_dev_down +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x2be4e269 adf_gen2_get_arb_info +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x2e98061d adf_gen2_get_accel_cap +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x30b5f30c adf_gen2_cfg_iov_thds +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x38abcdfc adf_gen2_get_num_aes +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x3cf0b61c adf_isr_resource_free +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x3e707f37 adf_gen2_get_admin_info +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x40acca2d adf_disable_sriov +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x422d40a3 adf_sysfs_init +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x4d09ae42 adf_disable_aer +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x4e9be03b adf_devmgr_update_class_index +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x4f881bb4 adf_gen2_get_num_accels +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x51c0b14d adf_dev_up +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x5a4316d5 adf_init_etr_data +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x6445e11e adf_dev_in_use +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x6ad1dcc5 adf_reset_flr +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x6c0481f8 adf_cfg_dev_add +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x6d449273 adf_gen4_enable_pm +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x7769da06 adf_devmgr_rm_dev +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x77b5c4d9 adf_isr_resource_alloc +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x7e1a141b adf_flush_vf_wq +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x7f348918 adf_err_handler +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x80f63a49 adf_vf2pf_notify_init +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x824c94da adf_vf_isr_resource_alloc +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x83e35bb6 adf_exit_arb +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x8a593e55 adf_dev_stop +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x8e566e16 adf_send_admin_init +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x8edcfb34 adf_dev_start +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x9416d2b2 adf_gen2_set_ssm_wdtimer +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x942c04f0 adf_cfg_add_key_value_param +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x95647ddd adf_devmgr_in_reset +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x961362cf adf_gen4_init_pf_pfvf_ops +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x9f6f15e8 adf_dev_put +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xa1bbddc7 adf_pfvf_comms_disabled +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xa8de4882 adf_devmgr_add_dev +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xa9ab6b5e adf_exit_admin_comms +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xb19545bc adf_dev_started +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xb3828e02 adf_enable_vf2pf_comms +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xb3ce6fc7 adf_devmgr_pci_to_accel_dev +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xb55b7966 adf_init_admin_pm +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xb59868b7 adf_gen2_dev_config +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xc03ce9f8 adf_gen2_init_vf_pfvf_ops +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xc501ac82 adf_gen4_init_hw_csr_ops +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xc722e4f7 adf_cfg_dev_remove +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xcc3b167a adf_clean_vf_map +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xcda2edff adf_cleanup_etr_data +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xce82a9d7 adf_vf2pf_notify_shutdown +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xd205a202 adf_sriov_configure +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xd4e41db6 adf_gen4_ring_pair_reset +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xd64519f1 adf_gen2_init_hw_csr_ops +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xd85fb466 adf_dev_get +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xddcd15b5 adf_gen2_enable_error_correction +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xe327f1f1 adf_gen4_init_dc_ops +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xe3da7641 adf_disable_pf2vf_interrupts +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xe45f3512 adf_gen2_init_dc_ops +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xeb318879 adf_cfg_section_add +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xedca8a16 adf_cfg_get_param_value +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xf6827121 adf_init_arb +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xf733f543 adf_enable_pf2vf_comms +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xf832a342 adf_gen2_enable_ints +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xfdefc40c adf_dev_shutdown +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xfe6f7e95 adf_gen4_handle_pm_interrupt +EXPORT_SYMBOL_GPL drivers/dax/device_dax 0xde0d1611 dev_dax_probe +EXPORT_SYMBOL_GPL drivers/dca/dca 0x01a33ab9 dca_unregister_notify +EXPORT_SYMBOL_GPL drivers/dca/dca 0x0219005a dca_add_requester +EXPORT_SYMBOL_GPL drivers/dca/dca 0x1713968d register_dca_provider +EXPORT_SYMBOL_GPL drivers/dca/dca 0x2d5becf0 dca3_get_tag +EXPORT_SYMBOL_GPL drivers/dca/dca 0x40977699 unregister_dca_provider +EXPORT_SYMBOL_GPL drivers/dca/dca 0x5e25a911 free_dca_provider +EXPORT_SYMBOL_GPL drivers/dca/dca 0x5f2c7738 dca_remove_requester +EXPORT_SYMBOL_GPL drivers/dca/dca 0x6782264b 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/dma/dw-edma/dw-edma 0xac974343 dw_edma_probe +EXPORT_SYMBOL_GPL drivers/dma/dw-edma/dw-edma 0xaf17376d dw_edma_remove +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0x0a09db7c idma32_dma_remove +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0x1f62b955 dw_dma_acpi_controller_register +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0x364ae35b dw_dma_filter +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0x5f547844 dw_dma_probe +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0x90837451 dw_dma_acpi_controller_free +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0xaad88f80 do_dw_dma_enable +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0xb08a8588 do_dw_dma_disable +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0xddc0d2dc idma32_dma_probe +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0xf673edc9 dw_dma_remove +EXPORT_SYMBOL_GPL drivers/dma/qcom/hdma_mgmt 0x26682b34 hidma_mgmt_setup +EXPORT_SYMBOL_GPL drivers/dma/qcom/hdma_mgmt 0x8099ba47 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 0x4224341b 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/fpga/altera-pr-ip-core 0xb82a0865 alt_pr_register +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x0a0e5b58 dfl_fpga_enum_info_alloc +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x1395b06c dfl_fpga_cdev_config_ports_pf +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x142a368a dfl_fpga_dev_ops_register +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x150ed461 dfl_fpga_feature_devs_enumerate +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x1b757119 dfl_fpga_dev_ops_unregister +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x1cddef93 dfl_fpga_cdev_config_ports_vf +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x304b0761 dfl_fpga_port_ops_put +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x3798e61d dfl_fpga_enum_info_add_irq +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x426a5811 dfl_fpga_dev_feature_init +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x5938ed56 dfl_fpga_cdev_assign_port +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x6cb741eb dfl_fpga_check_port_id +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x8af93c54 dfl_fpga_enum_info_add_dfl +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x8b03590a dfl_fpga_dev_feature_uinit +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xa1143d77 dfl_fpga_port_ops_add +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xc0c5ee9e dfl_fpga_feature_devs_remove +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xdcb077a4 dfl_fpga_set_irq_triggers +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xe0a8abc2 dfl_feature_ioctl_set_irq +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xe5980713 dfl_fpga_port_ops_del +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xed073bfd __dfl_fpga_cdev_find_port +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xed165203 dfl_feature_ioctl_get_num_irqs +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xedba9d41 dfl_fpga_cdev_release_port +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xf00aed71 dfl_fpga_enum_info_free +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xfdf7667e dfl_fpga_port_ops_get +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 0x15dbebdb fpga_bridge_put +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0x29516b92 fpga_bridge_disable +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0x2c8167cf fpga_bridges_disable +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0x3a361d6a fpga_bridge_get +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0x469015ff fpga_bridge_register +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0x7eae84cd of_fpga_bridge_get +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0xb255841b fpga_bridge_enable +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0xb4662f55 fpga_bridge_get_to_list +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0xea9a793c of_fpga_bridge_get_to_list +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0xfa3fdec0 fpga_bridge_unregister +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x16da3d08 fpga_mgr_lock +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x3bf50e29 fpga_mgr_unlock +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x543f2edf fpga_mgr_register_full +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x9eb4bafa fpga_image_info_alloc +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0xa6823831 devm_fpga_mgr_register_full +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0xa6cc6914 of_fpga_mgr_get +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0xb45e3873 fpga_mgr_put +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0xc21d439a fpga_mgr_register +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0xc3d7ab06 fpga_mgr_unregister +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0xc8fc7e6b fpga_mgr_get +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0xd5e66b6d fpga_image_info_free +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0xd6f144ea devm_fpga_mgr_register +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0xd734b6dd fpga_mgr_load +EXPORT_SYMBOL_GPL drivers/fpga/fpga-region 0x05da9841 fpga_region_register +EXPORT_SYMBOL_GPL drivers/fpga/fpga-region 0x9856c758 fpga_region_class_find +EXPORT_SYMBOL_GPL drivers/fpga/fpga-region 0xb81c850f fpga_region_register_full +EXPORT_SYMBOL_GPL drivers/fpga/fpga-region 0xcfffb631 fpga_region_program_fpga +EXPORT_SYMBOL_GPL drivers/fpga/fpga-region 0xe3565256 fpga_region_unregister +EXPORT_SYMBOL_GPL drivers/gnss/gnss 0x03ff6200 gnss_insert_raw +EXPORT_SYMBOL_GPL drivers/gnss/gnss 0x0573e939 gnss_register_device +EXPORT_SYMBOL_GPL drivers/gnss/gnss 0x5f5ed9dc gnss_put_device +EXPORT_SYMBOL_GPL drivers/gnss/gnss 0x733a51fe gnss_allocate_device +EXPORT_SYMBOL_GPL drivers/gnss/gnss 0x83175e79 gnss_deregister_device +EXPORT_SYMBOL_GPL drivers/gnss/gnss-serial 0x1b072f0d gnss_serial_allocate +EXPORT_SYMBOL_GPL drivers/gnss/gnss-serial 0x2b90fa87 gnss_serial_pm_ops +EXPORT_SYMBOL_GPL drivers/gnss/gnss-serial 0x2dafea05 gnss_serial_free +EXPORT_SYMBOL_GPL drivers/gnss/gnss-serial 0x8c5563e1 gnss_serial_deregister +EXPORT_SYMBOL_GPL drivers/gnss/gnss-serial 0xb887eb6d gnss_serial_register +EXPORT_SYMBOL_GPL drivers/gpio/gpio-idio-16 0x5d0e4276 idio_16_set +EXPORT_SYMBOL_GPL drivers/gpio/gpio-idio-16 0x6495f119 idio_16_get_multiple +EXPORT_SYMBOL_GPL drivers/gpio/gpio-idio-16 0x68830314 idio_16_state_init +EXPORT_SYMBOL_GPL drivers/gpio/gpio-idio-16 0x70e2b625 idio_16_get +EXPORT_SYMBOL_GPL drivers/gpio/gpio-idio-16 0xae1139f5 idio_16_set_multiple +EXPORT_SYMBOL_GPL drivers/gpio/gpio-max730x 0x2113b4b8 __max730x_probe +EXPORT_SYMBOL_GPL drivers/gpio/gpio-max730x 0xa8046318 __max730x_remove +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/analogix/analogix_dp 0x0657b435 analogix_dp_start_crc +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/analogix/analogix_dp 0x176820ee analogix_dp_remove +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/analogix/analogix_dp 0x23d7f284 analogix_dp_stop_crc +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/analogix/analogix_dp 0x3651ce59 analogix_dp_resume +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/analogix/analogix_dp 0x3ee0dd60 anx_dp_aux_transfer +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/analogix/analogix_dp 0x51268fa6 analogix_dp_probe +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/analogix/analogix_dp 0x5c915da9 analogix_dp_unbind +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/analogix/analogix_dp 0x79a9b381 analogix_dp_suspend +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/analogix/analogix_dp 0x89c6d99c analogix_dp_bind +EXPORT_SYMBOL_GPL drivers/gpu/drm/display/drm_display_helper 0x0799149f drm_hdcp_check_ksvs_revoked +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x135c94de drm_bridge_detect +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x1e6028a9 drm_bridge_get_modes +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x3b8b8e96 drm_class_device_register +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x42727349 drm_bridge_hpd_disable +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x53705523 drm_bridge_get_edid +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x6307fc31 drm_gem_dumb_map_offset +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x66cf2f64 drm_display_mode_from_videomode +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x692c1a5c accel_open +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x71b7b89c drm_class_device_unregister +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x72b4f620 drmm_kstrdup +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x9b809b13 drm_crtc_add_crc_entry +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xad885165 drm_bus_flags_from_videomode +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xe638f7cd drm_do_get_edid +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xfd7e1fae drm_bridge_hpd_enable +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xfdfdcedf drm_bridge_hpd_notify +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xfe9f72f3 drm_display_mode_to_videomode +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0x02855bdc drm_fb_dma_get_gem_addr +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0x12123a8a drm_fb_dma_get_gem_obj +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0x13586ae6 drm_gem_dma_free +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0x20bbb37b drm_gem_dma_mmap +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0x5249e073 drm_gem_dma_get_sg_table +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0x7597ef5e drm_gem_dma_prime_import_sg_table +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0x76987647 drm_gem_dma_create +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0x82279e0b drm_gem_dma_vmap +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0xb1e0a007 drm_gem_dma_dumb_create +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0xc69a83ac drm_gem_dma_dumb_create_internal +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0xfa794a6e drm_fb_dma_sync_non_coherent +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0xfdad468b drm_gem_dma_vm_ops +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0x0b12b91c drm_gem_fb_init_with_funcs +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0x0b6a2826 drm_bridge_connector_init +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0x1c709795 drm_gem_plane_helper_prepare_fb +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0x34eaef55 drm_gem_fb_afbc_init +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0x71d7fba6 drm_gem_fb_create +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0x72b1a6c4 drm_gem_fb_get_obj +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0xc3e31d22 drm_gem_fb_create_with_dirty +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0xc49fa489 drm_bridge_connector_enable_hpd +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0xd1d7e7af drm_gem_fb_create_with_funcs +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0xdaa2042a drm_bridge_connector_disable_hpd +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0x59c5b005 drm_gem_shmem_mmap +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0x887b7929 drm_gem_shmem_vm_ops +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0x98df1523 drm_gem_shmem_get_sg_table +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0xaa0c0288 drm_gem_shmem_create +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0xac85746d drm_gem_shmem_get_pages_sgt +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0xc02fa4a4 drm_gem_shmem_prime_import_sg_table +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0xcdfecfa3 drm_gem_shmem_free +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0xd44c4987 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 0x1fa587ae ssd130x_shutdown +EXPORT_SYMBOL_GPL drivers/gpu/drm/solomon/ssd130x 0x2ec863e0 ssd130x_probe +EXPORT_SYMBOL_GPL drivers/gpu/drm/solomon/ssd130x 0x69708d4a ssd130x_remove +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x01de523a gb_connection_enable +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x03a6acf9 gb_operation_request_send +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x0447518c gb_hd_cport_reserve +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x06219ded __traceiter_gb_hd_in +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x0990dfcf gb_operation_unidirectional_timeout +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x0dd2d69f gb_connection_create_flags +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x10d1b03e __SCT__tp_func_gb_hd_in +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x132f7733 gb_hd_shutdown +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x14684646 gb_connection_latency_tag_enable +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x15d1942f greybus_disabled +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x16dd78e4 __SCK__tp_func_gb_hd_del +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x2a9b96fa __SCK__tp_func_gb_hd_in +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x309f89b1 __tracepoint_gb_hd_release +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x30e03fa0 gb_operation_get_payload_size_max +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x32ce6c1d gb_connection_destroy +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x36ebe275 gb_operation_result +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x3ef72848 __SCK__tp_func_gb_hd_release +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x42438dd5 gb_connection_create_offloaded +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x56be17c9 __tracepoint_gb_hd_in +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x57b42c7e __tracepoint_gb_hd_add +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x674e146e gb_connection_disable_rx +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x6b7f479d __traceiter_gb_hd_add +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x6c89d337 gb_operation_get +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x71388694 greybus_register_driver +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x71c51987 gb_operation_response_alloc +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x74aba9bd gb_connection_disable_forced +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x78d719c5 __tracepoint_gb_hd_create +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x78fedb98 __SCT__tp_func_gb_message_submit +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x79114cb2 gb_hd_add +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x8e673751 gb_interface_request_mode_switch +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x940eeae4 gb_connection_create +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xa16b12ca __tracepoint_gb_message_submit +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xa50e376c greybus_data_rcvd +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xa6267843 gb_operation_create_flags +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xa9713c73 __tracepoint_gb_hd_del +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xadd7926d __SCT__tp_func_gb_hd_create +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xae5ded3a greybus_message_sent +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xae877457 __SCT__tp_func_gb_hd_release +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xb145a3e0 gb_operation_sync_timeout +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xb300d2a5 gb_hd_cport_release_reserved +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xb678f68d gb_hd_create +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xb8351bb1 gb_operation_put +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xba6e5ec8 gb_hd_put +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xbfb52284 __SCT__tp_func_gb_hd_del +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xc2ad35dd gb_debugfs_get +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xc3332794 greybus_deregister_driver +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xc3cc21a7 gb_connection_disable +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xc7f559f2 gb_svc_intf_set_power_mode +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xc819436b gb_hd_del +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xc823b018 __SCK__tp_func_gb_message_submit +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xca64cb64 gb_operation_request_send_sync_timeout +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xcbfed2cd __SCK__tp_func_gb_hd_create +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xd48ad6be gb_connection_enable_tx +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xd560144a gb_operation_cancel +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xd5a5b4c8 gb_connection_latency_tag_disable +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xd82946ff __traceiter_gb_hd_create +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xdec6d57e __traceiter_gb_hd_del +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xe6b45fb6 __SCT__tp_func_gb_hd_add +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xe782e8db __traceiter_gb_message_submit +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xe81868e9 __SCK__tp_func_gb_hd_add +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xf4b9d599 __traceiter_gb_hd_release +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xfad87503 gb_hd_output +EXPORT_SYMBOL_GPL drivers/hid/hid 0x016637c9 hid_ignore +EXPORT_SYMBOL_GPL drivers/hid/hid 0x05495392 hid_debug +EXPORT_SYMBOL_GPL drivers/hid/hid 0x07292d1b hid_validate_values +EXPORT_SYMBOL_GPL drivers/hid/hid 0x0d5c1ae9 hid_check_keys_pressed +EXPORT_SYMBOL_GPL drivers/hid/hid 0x0ec0c64f hid_open_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0x1170612c hid_hw_request +EXPORT_SYMBOL_GPL drivers/hid/hid 0x128dc1a5 hidinput_count_leds +EXPORT_SYMBOL_GPL drivers/hid/hid 0x12ef8b20 hidinput_connect +EXPORT_SYMBOL_GPL drivers/hid/hid 0x13fb9d3a hid_disconnect +EXPORT_SYMBOL_GPL drivers/hid/hid 0x1710138d hidinput_disconnect +EXPORT_SYMBOL_GPL drivers/hid/hid 0x19d52f1f hid_quirks_exit +EXPORT_SYMBOL_GPL drivers/hid/hid 0x1c11b4a4 hid_driver_suspend +EXPORT_SYMBOL_GPL drivers/hid/hid 0x1c8d18e5 hid_alloc_report_buf +EXPORT_SYMBOL_GPL drivers/hid/hid 0x2c28bc82 hid_match_id +EXPORT_SYMBOL_GPL drivers/hid/hid 0x362956b0 hid_hw_start +EXPORT_SYMBOL_GPL drivers/hid/hid 0x37bfa2a6 hid_driver_resume +EXPORT_SYMBOL_GPL drivers/hid/hid 0x47964fe5 hid_lookup_quirk +EXPORT_SYMBOL_GPL drivers/hid/hid 0x490ad604 __hid_register_driver +EXPORT_SYMBOL_GPL drivers/hid/hid 0x4c10b0af hid_dump_field +EXPORT_SYMBOL_GPL drivers/hid/hid 0x501c5bb8 hid_register_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0x514e07da hid_set_field +EXPORT_SYMBOL_GPL drivers/hid/hid 0x51e0c754 hidinput_report_event +EXPORT_SYMBOL_GPL drivers/hid/hid 0x51e72e76 hid_hw_close +EXPORT_SYMBOL_GPL drivers/hid/hid 0x54b48ebf hidraw_connect +EXPORT_SYMBOL_GPL drivers/hid/hid 0x572d0350 hid_compare_device_paths +EXPORT_SYMBOL_GPL drivers/hid/hid 0x58ff7b3f __hid_request +EXPORT_SYMBOL_GPL drivers/hid/hid 0x5d5392fb hid_hw_stop +EXPORT_SYMBOL_GPL drivers/hid/hid 0x64bf6f38 hidinput_calc_abs_res +EXPORT_SYMBOL_GPL drivers/hid/hid 0x6a849fcb hidraw_disconnect +EXPORT_SYMBOL_GPL drivers/hid/hid 0x71c8555b hid_hw_open +EXPORT_SYMBOL_GPL drivers/hid/hid 0x726ecad8 hid_connect +EXPORT_SYMBOL_GPL drivers/hid/hid 0x7e9fbe14 hid_match_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0x8b13a8b8 hid_snto32 +EXPORT_SYMBOL_GPL drivers/hid/hid 0x8c479beb hidinput_get_led_field +EXPORT_SYMBOL_GPL drivers/hid/hid 0xb2f45691 hid_report_raw_event +EXPORT_SYMBOL_GPL drivers/hid/hid 0xb3b4b271 hid_field_extract +EXPORT_SYMBOL_GPL drivers/hid/hid 0xb4560e47 hid_add_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0xb7eda0aa hid_input_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0xc56f9ce9 hid_dump_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0xc6238295 hid_hw_raw_request +EXPORT_SYMBOL_GPL drivers/hid/hid 0xcc4e1182 hid_debug_event +EXPORT_SYMBOL_GPL drivers/hid/hid 0xcc73028e hid_driver_reset_resume +EXPORT_SYMBOL_GPL drivers/hid/hid 0xcd0b0fca hidraw_report_event +EXPORT_SYMBOL_GPL drivers/hid/hid 0xcdce80d8 hid_dump_input +EXPORT_SYMBOL_GPL drivers/hid/hid 0xdd112ce1 hid_hw_output_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0xe0d78d20 hid_dump_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0xe2a92e45 hid_setup_resolution_multiplier +EXPORT_SYMBOL_GPL drivers/hid/hid 0xe83bf38c hid_destroy_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0xf02dc132 hid_output_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0xf5c8700a hid_resolv_usage +EXPORT_SYMBOL_GPL drivers/hid/hid 0xfa355613 hid_quirks_init +EXPORT_SYMBOL_GPL drivers/hid/hid 0xfb1ee16d hid_unregister_driver +EXPORT_SYMBOL_GPL drivers/hid/hid 0xfd4ecd4c hid_allocate_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0xfe697cfb hid_parse_report +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat 0x2f622ea1 roccat_disconnect +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat 0x35ba290e roccat_connect +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat 0x3e4427c8 roccat_report_event +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0x252a3e8a roccat_common2_send_with_status +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0x2758fd02 roccat_common2_sysfs_write +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0x350061c8 roccat_common2_device_init_struct +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0xa06ee639 roccat_common2_receive +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0xe1e95f0b roccat_common2_sysfs_read +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0xe60a0847 roccat_common2_send +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x072b9e43 sensor_hub_register_callback +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x0cbfa6ff sensor_hub_get_feature +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x2491e0b7 sensor_hub_set_feature +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x4781f04d hid_sensor_get_usage_index +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x550f49f3 sensor_hub_input_attr_get_raw_value +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0xa9f9b5aa sensor_hub_input_get_attribute_info +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0xb6f65e73 sensor_hub_device_open +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0xb75a466a sensor_hub_device_close +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0xf5828f82 sensor_hub_remove_callback +EXPORT_SYMBOL_GPL drivers/hid/hid-vivaldi-common 0x43d77c8d vivaldi_feature_mapping +EXPORT_SYMBOL_GPL drivers/hid/hid-vivaldi-common 0xf8f0d610 vivaldi_attribute_groups +EXPORT_SYMBOL_GPL drivers/hid/i2c-hid/i2c-hid 0x1105cc0e i2c_hid_ll_driver +EXPORT_SYMBOL_GPL drivers/hid/i2c-hid/i2c-hid 0x95c3d77f i2c_hid_core_remove +EXPORT_SYMBOL_GPL drivers/hid/i2c-hid/i2c-hid 0xe8c2ff9d i2c_hid_core_shutdown +EXPORT_SYMBOL_GPL drivers/hid/i2c-hid/i2c-hid 0xedb38dac i2c_hid_core_probe +EXPORT_SYMBOL_GPL drivers/hid/i2c-hid/i2c-hid 0xffa11257 i2c_hid_core_pm +EXPORT_SYMBOL_GPL drivers/hid/intel-ish-hid/intel-ishtp 0x59cbf519 ishtp_wait_resume +EXPORT_SYMBOL_GPL drivers/hid/surface-hid/surface_hid_core 0x90f522ac surface_hid_device_destroy +EXPORT_SYMBOL_GPL drivers/hid/surface-hid/surface_hid_core 0xea1a59c0 surface_hid_device_add +EXPORT_SYMBOL_GPL drivers/hid/surface-hid/surface_hid_core 0xef656b87 surface_hid_pm_ops +EXPORT_SYMBOL_GPL drivers/hid/uhid 0x9ab13930 uhid_hid_driver +EXPORT_SYMBOL_GPL drivers/hid/usbhid/usbhid 0x810281b6 hiddev_hid_event +EXPORT_SYMBOL_GPL drivers/hid/usbhid/usbhid 0xccf029aa usb_hid_driver +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x0c735d86 hsi_put_controller +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x20179015 hsi_claim_port +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x3ce52fa4 hsi_register_port_event +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x4b2d80a4 hsi_port_unregister_clients +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x4ca446cf hsi_register_controller +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x5210a5bf hsi_board_list +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x5a04c8da hsi_unregister_controller +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x6fc4b75a hsi_free_msg +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x706cf427 hsi_alloc_controller +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x71eefc00 hsi_release_port +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x96e58ba2 hsi_remove_client +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x97774a70 hsi_register_client_driver +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x9d1ac6f2 hsi_get_channel_id_by_name +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xb74fa61c hsi_new_client +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xcdefed1b hsi_event +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xd4759f74 hsi_unregister_port_event +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xdcd022f8 hsi_alloc_msg +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xf9ff87da hsi_async +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x03736919 vmbus_establish_gpadl +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x06c5edf0 __vmbus_driver_register +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 0x321f269b vmbus_setevent +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x39c97fea __hv_pkt_iter_next +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x3cf6491c vmbus_set_sc_create_callback +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x3cf77a61 vmbus_request_addr +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x4283655c vmbus_next_request_id +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x46a417ca vmbus_proto_version +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x4a4d152f hv_pkt_iter_first +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x4b2210b8 vmbus_send_tl_connect_request +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x4d606afc vmbus_driver_unregister +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x5e6f417a vmbus_connection +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x61968b32 vmbus_free_ring +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x674e657e hv_ringbuffer_get_debuginfo +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x67b15071 vmbus_allocate_mmio +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x6c7a1c3c vmbus_connect_ring +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x762e0a79 hv_ringbuffer_spinlock_busy +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x7cdcc8e0 hv_pkt_iter_close +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xa929ed80 vmbus_set_event +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xaa27b72b vmbus_close +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xbc6b4172 vmbus_teardown_gpadl +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xbc8d9010 vmbus_send_modifychannel +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xbd3b9636 vmbus_request_addr_match +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xc1c6aa94 vmbus_disconnect_ring +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xcd421eff vmbus_recvpacket_raw +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xcfbfdddd __vmbus_request_addr_match +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xd615010c vmbus_alloc_ring +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xe018afb1 vmbus_sendpacket_pagebuffer +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xe5672307 vmbus_hvsock_device_unregister +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xe6da60d0 vmbus_sendpacket_mpb_desc +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xf077e059 vmbus_open +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xfffc199e vmbus_set_chn_rescind_callback +EXPORT_SYMBOL_GPL drivers/hwmon/adt7x10 0x329fd1b5 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 0x5bf01eff nct6775_reg_is_word_sized +EXPORT_SYMBOL_GPL drivers/hwmon/nct6775-core 0x79d9db81 nct6775_show_beep +EXPORT_SYMBOL_GPL drivers/hwmon/nct6775-core 0x7c63da6b nct6775_update_device +EXPORT_SYMBOL_GPL drivers/hwmon/nct6775-core 0x8eee4869 nct6775_store_beep +EXPORT_SYMBOL_GPL drivers/hwmon/nct6775-core 0xd31f928c nct6775_probe +EXPORT_SYMBOL_GPL drivers/hwmon/nct6775-core 0xe0f4b0d3 nct6775_show_alarm +EXPORT_SYMBOL_GPL drivers/hwmon/occ/occ-hwmon-common 0x3514d4fa occ_setup +EXPORT_SYMBOL_GPL drivers/hwmon/occ/occ-hwmon-common 0xa1607b7c occ_shutdown +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0x1fdbcf04 intel_th_trace_enable +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0x7873649f intel_th_set_output +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0x83fb18e8 intel_th_trace_disable +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0xa4e2137b intel_th_alloc +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0xb01f62d6 intel_th_driver_register +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0xce5c1186 intel_th_free +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0xd2ecd97b intel_th_output_enable +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0xd534024d intel_th_trace_switch +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0xe714bd35 intel_th_driver_unregister +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th_msu 0x1f1a9060 intel_th_msu_buffer_register +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th_msu 0xa87059cf intel_th_msu_buffer_unregister +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th_msu 0xf9640b42 intel_th_msc_window_unlock +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0x4098d83e to_pdrv_policy_node +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0x500b0779 stm_unregister_protocol +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0x6c4647d6 stm_source_write +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0x6d497619 stm_register_protocol +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0x71226e16 stm_register_device +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0x7411fe25 stm_unregister_device +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0x90cf7753 stm_source_register_device +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0xd2e31033 stm_source_unregister_device +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0xea8220cb stm_data_write +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-amd-mp2-pci 0x2b7b948b amd_mp2_bus_enable_set +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-amd-mp2-pci 0x399f5851 amd_mp2_find_device +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-amd-mp2-pci 0x46fe56b6 amd_mp2_rw_timeout +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-amd-mp2-pci 0x6e5c49bc amd_mp2_process_event +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-amd-mp2-pci 0x72b186fb amd_mp2_register_cb +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-amd-mp2-pci 0xb19a2c66 amd_mp2_rw +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-amd-mp2-pci 0xbf3679d6 amd_mp2_unregister_cb +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-ccgx-ucsi 0xc1ebbe47 i2c_new_ccgx_ucsi +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-nforce2 0x69cf24e4 nforce2_smbus +EXPORT_SYMBOL_GPL drivers/i2c/i2c-mux 0x4a8bd6de i2c_mux_del_adapters +EXPORT_SYMBOL_GPL drivers/i2c/i2c-mux 0x8096fe2c i2c_mux_alloc +EXPORT_SYMBOL_GPL drivers/i2c/i2c-mux 0xb4674b56 i2c_mux_add_adapter +EXPORT_SYMBOL_GPL drivers/i2c/i2c-mux 0xea365103 i2c_root_adapter +EXPORT_SYMBOL_GPL drivers/i2c/i2c-smbus 0x1fce3f69 i2c_register_spd +EXPORT_SYMBOL_GPL drivers/i2c/i2c-smbus 0xb9f5ee25 i2c_handle_smbus_alert +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x00d952d3 i3c_device_do_priv_xfers +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x037c9464 i3c_device_match_id +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x07709783 i3c_device_disable_ibi +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x0a51b02f i3c_master_disec_locked +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x0cb4229d i3c_device_request_ibi +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x0d9fc7b3 i3c_master_entdaa_locked +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x1020119b i3c_generic_ibi_get_free_slot +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x1356337a i3c_driver_unregister +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x276a2abb i3c_master_register +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x390d1a56 i3c_master_do_daa +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x3ac7384d i3c_driver_register_with_owner +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x407e86d0 i3c_master_get_free_addr +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x5d117e6a i3c_device_do_setdasa +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x5ed81bff i3c_device_free_ibi +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x6e9a312b i3cdev_to_dev +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x75b33a72 i3c_generic_ibi_alloc_pool +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x76fe3e05 i3c_generic_ibi_free_pool +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x80fe3295 i3c_device_enable_ibi +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x84cf5240 i3c_master_queue_ibi +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x8d7a4fe1 i3c_master_add_i3c_dev_locked +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x8f2f6afa dev_to_i3cdev +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x9159a153 i3c_master_set_info +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xafc441df i3c_master_unregister +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xd11ff9fe i3c_device_get_info +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xd1d8a6d9 i3c_master_defslvs_locked +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xd8b3bfab i3c_master_enec_locked +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xf15b7271 i3c_generic_ibi_recycle_slot +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 0x4a15d7c8 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 0xa0c4215e iio_channel_get_all_cb +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-cb 0xdcb38e71 iio_channel_cb_get_iio_dev +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0x20045eae iio_dma_buffer_read +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0x293fa540 iio_dma_buffer_request_update +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0x39a757ea iio_dma_buffer_exit +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0x4071decb iio_dma_buffer_release +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0x88430c97 iio_dma_buffer_disable +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0x8ea011f2 iio_dma_buffer_block_done +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0xa94ccc08 iio_dma_buffer_data_available +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0xb2e44fc5 iio_dma_buffer_init +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0xbda81a56 iio_dma_buffer_enable +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0xc77698b3 iio_dma_buffer_set_length +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0xdfbc0a4a iio_dma_buffer_set_bytes_per_datum +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0xfb3d9cee iio_dma_buffer_block_list_abort +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dmaengine 0x7fa5bbc8 devm_iio_dmaengine_buffer_setup +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-hw-consumer 0x231eed4e 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 0x4bd0b4f3 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 0x3f870088 devm_iio_triggered_buffer_setup_ext +EXPORT_SYMBOL_GPL drivers/iio/buffer/kfifo_buf 0x16c7bf5c devm_iio_kfifo_buffer_setup_ext +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0x2805c6d7 cros_ec_sensors_core_read_avail +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0x2ae55b5f cros_ec_sensors_core_init +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0x4c70d16b cros_ec_sensors_core_read +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0x7e2667fa cros_ec_sensors_read_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 0xa2735500 cros_ec_sensors_core_register +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0xa74eab75 cros_ec_sensors_push_data +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0xbcdbabe9 cros_ec_motion_send_host_cmd +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0xc6fd3921 cros_ec_sensors_read_lpc +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0xe80df19d cros_ec_sensors_ext_info +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0xf1554dd5 cros_ec_sensors_pm_ops +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0xf5a29937 cros_ec_sensors_core_write +EXPORT_SYMBOL_GPL drivers/iio/gyro/bmg160_core 0xa05b8867 bmg160_pm_ops +EXPORT_SYMBOL_GPL drivers/iio/gyro/bmg160_core 0xf5da7c37 bmg160_core_probe +EXPORT_SYMBOL_GPL drivers/iio/gyro/bmg160_core 0xfff93ffe bmg160_core_remove +EXPORT_SYMBOL_GPL drivers/iio/imu/fxos8700_core 0xe7489801 fxos8700_core_probe +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x05d78c38 devm_iio_device_alloc +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x0a3e91a0 devm_iio_channel_get_all +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x0bf8b426 iio_read_channel_offset +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x26f6b499 iio_str_to_fixpoint +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x2939d23d devm_iio_channel_get +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x300a5230 iio_device_release_direct_mode +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x30ad89d2 iio_device_release_buffer_mode +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x318e03ae iio_read_channel_average_raw +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x37270e6a iio_channel_release_all +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x413b85d8 iio_write_channel_raw +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x43c3d6e0 iio_device_attach_buffer +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x45d84633 iio_push_to_buffers_with_ts_unaligned +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x45fc8ec6 iio_get_debugfs_dentry +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x4d29b575 iio_enum_read +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x4dce7dd4 iio_format_value +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x52ed54c5 iio_device_get_current_mode +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x54d70bbc devm_iio_trigger_register +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x559b1bd7 iio_convert_raw_to_processed +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x5d05837e iio_channel_get_all +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x60663b3e devm_iio_map_array_register +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x61297e4a iio_get_channel_ext_info_count +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x69091648 iio_pop_from_buffer +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x71c2fb45 iio_get_channel_type +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x75bbb043 iio_read_max_channel_raw +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x75fb6010 iio_push_to_buffers +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x7cb3772d fwnode_iio_channel_get_by_name +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x87c3d8db iio_channel_release +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x8c90d1ce iio_read_channel_ext_info +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x8e3ab09c iio_write_channel_ext_info +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x93687894 iio_update_buffers +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x93dad4be iio_buffer_get +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x963e88e0 iio_validate_scan_mask_onehot +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x97d9d8d3 __devm_iio_device_register +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xa3494da2 iio_read_channel_processed +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xa3734a2d iio_read_channel_scale +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xa3eb15fb iio_enum_write +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xa4cce485 iio_channel_get +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xa9803f3c iio_read_channel_attribute +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xb7188fbf iio_device_claim_direct_mode +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xb7bf545d iio_device_claim_buffer_mode +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xbbce94ac iio_device_id +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xbd50173e iio_read_avail_channel_attribute +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xc0621d92 iio_read_channel_raw +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xc82e0567 iio_read_avail_channel_raw +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xcd16e0c4 __devm_iio_trigger_alloc +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xd1468c0c iio_alloc_pollfunc +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xd479d5d1 iio_buffer_put +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xdd5728a3 iio_read_channel_processed_scale +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xddc576d5 iio_write_channel_attribute +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xde8c8710 iio_dealloc_pollfunc +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xdf9efe75 iio_buffer_enabled +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xe4f8c96e iio_enum_available_read +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xf5156f1e devm_fwnode_iio_channel_get_by_name +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xf87d293a iio_map_array_register +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xf90f85b0 iio_map_array_unregister +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xff142e02 iio_show_mount_matrix +EXPORT_SYMBOL_GPL drivers/infiniband/core/ib_core 0xdbd019c4 ib_wq +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0x03e31902 rtrs_cq_qp_destroy +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0x142fecec rtrs_iu_post_rdma_write_imm +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0x1b0f88c9 rtrs_iu_alloc +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0x2bd8658c rtrs_send_hb_ack +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0x5ae4279d rtrs_iu_post_send +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0x7abd3ae6 rtrs_iu_free +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0x8812a8b1 rtrs_start_hb +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0x8920c7db rtrs_stop_hb +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0xbc862a59 rtrs_iu_post_recv +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0xbdd3f343 rtrs_init_hb +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0xe4cd1531 rtrs_post_recv_empty +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0xff87b419 rtrs_cq_qp_create +EXPORT_SYMBOL_GPL drivers/input/ff-memless 0x11f83243 input_ff_create_memless +EXPORT_SYMBOL_GPL drivers/input/matrix-keymap 0x4c91a09a matrix_keypad_parse_properties +EXPORT_SYMBOL_GPL drivers/input/misc/adxl34x 0x0ec32593 adxl34x_probe +EXPORT_SYMBOL_GPL drivers/input/misc/adxl34x 0x66535a18 adxl34x_suspend +EXPORT_SYMBOL_GPL drivers/input/misc/adxl34x 0xe4586827 adxl34x_resume +EXPORT_SYMBOL_GPL drivers/input/misc/adxl34x 0xec511022 adxl34x_remove +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x1aab3af7 rmi_register_transport_device +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x267aa7f8 rmi_of_property_read_u32 +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x294f632c rmi_2d_sensor_of_probe +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x3df70846 rmi_2d_sensor_abs_report +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x6b543f7b rmi_2d_sensor_configure_input +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x7afeb59e rmi_set_attn_data +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x8300262d rmi_driver_suspend +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0xa0c35a63 __rmi_register_function_handler +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0xa4dc7ccf rmi_2d_sensor_rel_report +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0xe686afa8 rmi_unregister_function_handler +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0xf4306c9f rmi_2d_sensor_abs_process +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0xf4eef9ac rmi_driver_resume +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0xfca7316d rmi_dbg +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp4_core 0x7957c4f5 cyttsp4_pm_ops +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp4_core 0x803dd7cf cyttsp4_probe +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp4_core 0xbe2c8694 cyttsp4_remove +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_core 0x1624046d cyttsp_probe +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_core 0xd670ac87 cyttsp_pm_ops +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_i2c_common 0x317bdd9e cyttsp_i2c_read_block_data +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_i2c_common 0x56befa51 cyttsp_i2c_write_block_data +EXPORT_SYMBOL_GPL drivers/input/touchscreen/tsc200x-core 0x38cbf2eb tsc200x_remove +EXPORT_SYMBOL_GPL drivers/input/touchscreen/tsc200x-core 0x9562a7ff tsc200x_pm_ops +EXPORT_SYMBOL_GPL drivers/input/touchscreen/tsc200x-core 0xb72a3dfc tsc200x_regmap_config +EXPORT_SYMBOL_GPL drivers/input/touchscreen/tsc200x-core 0xdefbd4c0 tsc200x_probe +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x048672a9 wm97xx_get_gpio +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x4f0d18f0 wm97xx_set_gpio +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x5ff2388b wm9713_codec +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x875da178 wm97xx_unregister_mach_ops +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x8ee6254f wm9705_codec +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x90e132f5 wm97xx_reg_read +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x93583815 wm9712_codec +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x96121bc4 wm97xx_register_mach_ops +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xe615dbe4 wm97xx_config_gpio +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xf766a1dc wm97xx_read_aux_adc +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xf81fc3e0 wm97xx_set_suspend_mode +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xfd00f525 wm97xx_reg_write +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x042416a7 ipack_driver_unregister +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x05d7abbb ipack_driver_register +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x1b77e6d0 ipack_bus_register +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x26e8aa85 ipack_put_device +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x4e76ffdb ipack_device_init +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x7e89b6ea ipack_get_device +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x9413d533 ipack_device_del +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0xc3ea56d1 ipack_device_add +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0xeabd09de ipack_bus_unregister +EXPORT_SYMBOL_GPL drivers/leds/led-class-flash 0x20698cb4 led_classdev_flash_register_ext +EXPORT_SYMBOL_GPL drivers/leds/led-class-flash 0x2b25bd27 led_update_flash_brightness +EXPORT_SYMBOL_GPL drivers/leds/led-class-flash 0x304c6e46 led_classdev_flash_unregister +EXPORT_SYMBOL_GPL drivers/leds/led-class-flash 0xa157a748 led_get_flash_fault +EXPORT_SYMBOL_GPL drivers/leds/led-class-flash 0xa857a10d led_set_flash_brightness +EXPORT_SYMBOL_GPL drivers/leds/led-class-flash 0xb672d655 led_set_flash_timeout +EXPORT_SYMBOL_GPL drivers/leds/led-class-flash 0xd2af5d07 devm_led_classdev_flash_register_ext +EXPORT_SYMBOL_GPL drivers/leds/led-class-flash 0xe5b4c8e6 devm_led_classdev_flash_unregister +EXPORT_SYMBOL_GPL drivers/leds/led-class-multicolor 0x0e1c8549 devm_led_classdev_multicolor_register_ext +EXPORT_SYMBOL_GPL drivers/leds/led-class-multicolor 0x4cfd6907 led_classdev_multicolor_register_ext +EXPORT_SYMBOL_GPL drivers/leds/led-class-multicolor 0x70d158a3 led_mc_calc_color_components +EXPORT_SYMBOL_GPL drivers/leds/led-class-multicolor 0x9724340f led_classdev_multicolor_unregister +EXPORT_SYMBOL_GPL drivers/leds/led-class-multicolor 0x99c77884 devm_led_classdev_multicolor_unregister +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 0x03c01e57 __tracepoint_bcache_journal_entry_full +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x0474f32c __SCK__tp_func_bcache_btree_node_compact +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x07ad4126 __traceiter_bcache_btree_node_alloc_fail +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x0cc5e658 __traceiter_bcache_invalidate +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x11a85948 __traceiter_bcache_journal_full +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x167ef2bf __traceiter_bcache_btree_cache_cannibalize +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x1788a0de __SCK__tp_func_bcache_btree_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x17a83e40 __traceiter_bcache_writeback +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x19bb4c37 __SCK__tp_func_bcache_writeback_collision +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x1c599ebe __traceiter_bcache_btree_gc_coalesce +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x1d05dceb __SCK__tp_func_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 0x21f98b75 __tracepoint_bcache_bypass_congested +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x24084da6 __SCK__tp_func_bcache_read_retry +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x248c8a62 __SCK__tp_func_bcache_gc_copy_collision +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x25cacb14 __SCT__tp_func_bcache_btree_set_root +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x2766fb04 __traceiter_bcache_journal_replay_key +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x287090dc __SCT__tp_func_bcache_journal_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x288c83de __SCK__tp_func_bcache_btree_node_split +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x28e5b13d __tracepoint_bcache_cache_insert +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x28f5e540 __SCK__tp_func_bcache_request_start +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x297e0da3 __SCT__tp_func_bcache_btree_node_alloc_fail +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x2e725088 __traceiter_bcache_gc_start +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x300c8ff4 __SCT__tp_func_bcache_alloc_fail +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x35623c3f __traceiter_bcache_read +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x36f317a4 __SCT__tp_func_bcache_gc_copy +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x3a0d05c5 __tracepoint_bcache_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x3adaf42a __SCK__tp_func_bcache_gc_end +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x3bfca57b __traceiter_bcache_btree_read +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x3c200c47 __traceiter_bcache_request_end +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x3ec5f4a5 __SCK__tp_func_bcache_journal_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x414e88b4 __traceiter_bcache_bypass_congested +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x424d8cf6 __tracepoint_bcache_btree_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x43662a7b __SCK__tp_func_bcache_gc_start +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x43e1d8ae __tracepoint_bcache_writeback +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x4543b49b __SCT__tp_func_bcache_writeback_collision +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x477072cc __tracepoint_bcache_request_start +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x4c3a0129 __SCK__tp_func_bcache_btree_node_free +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x50769626 __tracepoint_bcache_alloc_fail +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x51406329 __tracepoint_bcache_journal_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x52023cd5 __traceiter_bcache_journal_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x52da34da __SCK__tp_func_bcache_journal_entry_full +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x53203df4 __traceiter_bcache_btree_set_root +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x556ed9a1 __tracepoint_bcache_btree_node_compact +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x56a287a7 __SCK__tp_func_bcache_bypass_sequential +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x57c304df __SCK__tp_func_bcache_btree_set_root +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x59b331d0 __tracepoint_bcache_invalidate +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x5b9110bf __SCK__tp_func_bcache_read +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x5bded343 __SCK__tp_func_bcache_btree_gc_coalesce +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x5dd80bd5 __SCT__tp_func_bcache_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x629c9180 __SCT__tp_func_bcache_btree_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x63710a27 __tracepoint_bcache_btree_node_split +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x64781ab6 __SCK__tp_func_bcache_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 0x6a04028c __SCK__tp_func_bcache_bypass_congested +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x6bff4c38 __traceiter_bcache_btree_node_free +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x751025b3 __traceiter_bcache_read_retry +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x752f7fa4 __SCT__tp_func_bcache_cache_insert +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x7547a313 __SCK__tp_func_bcache_gc_copy +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x773dfb38 __SCK__tp_func_bcache_btree_read +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x787810b2 __SCT__tp_func_bcache_read_retry +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x7cff94e4 __traceiter_bcache_gc_end +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 0x841f0f94 __traceiter_bcache_bypass_sequential +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x89712b10 __tracepoint_bcache_btree_node_alloc +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x8ae3a980 __tracepoint_bcache_writeback_collision +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x907c9191 __SCK__tp_func_bcache_alloc_fail +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x92883096 __tracepoint_bcache_bypass_sequential +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x937ee1df __tracepoint_bcache_request_end +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x972aa384 __SCT__tp_func_bcache_btree_insert_key +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x99b93667 __SCK__tp_func_bcache_invalidate +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x9d28d153 __SCT__tp_func_bcache_btree_node_split +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x9d5766f8 __traceiter_bcache_alloc_fail +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x9ff46472 __tracepoint_bcache_btree_gc_coalesce +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xa15bd7c4 __SCT__tp_func_bcache_btree_gc_coalesce +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xa784e073 __SCT__tp_func_bcache_btree_node_compact +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xaa60d141 __traceiter_bcache_request_start +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xad6440b4 __traceiter_bcache_gc_copy +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xb363243d __traceiter_bcache_btree_node_split +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xb3a24e43 __tracepoint_bcache_btree_set_root +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xb43f3096 __tracepoint_bcache_btree_node_alloc_fail +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xb567bf0c __tracepoint_bcache_btree_node_free +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xb5a62a8c __traceiter_bcache_cache_insert +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xb737fc8f __tracepoint_bcache_btree_read +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xb7e5379d __SCT__tp_func_bcache_journal_replay_key +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xb87d7f32 __SCK__tp_func_bcache_journal_replay_key +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xba36e98c __traceiter_bcache_btree_node_compact +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xbcb43483 __tracepoint_bcache_btree_insert_key +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xc28ca2e9 __SCK__tp_func_bcache_btree_node_alloc +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xc6bbcdf7 __SCK__tp_func_bcache_request_end +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xc73e0c99 __SCT__tp_func_bcache_invalidate +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xcad909f6 __traceiter_bcache_btree_insert_key +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xce451ad8 __SCT__tp_func_bcache_btree_read +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xcfdb8d46 __SCK__tp_func_bcache_btree_node_alloc_fail +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xd30206ff __SCT__tp_func_bcache_gc_copy_collision +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xd3380a11 __tracepoint_bcache_journal_full +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xd7a376b3 __SCT__tp_func_bcache_gc_end +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xd7a7fbec __SCT__tp_func_bcache_request_start +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xda8c32bc __tracepoint_bcache_btree_cache_cannibalize +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xdb0682eb __SCT__tp_func_bcache_journal_full +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xe0a63d53 __tracepoint_bcache_gc_copy_collision +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xe4024a11 __tracepoint_bcache_read_retry +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xe6d867c7 __SCK__tp_func_bcache_journal_full +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xe96755bf __tracepoint_bcache_journal_replay_key +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xec29e22a __traceiter_bcache_gc_copy_collision +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xec6a60bd __traceiter_bcache_btree_node_alloc +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xedf90bb3 __SCT__tp_func_bcache_read +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xee644376 __SCK__tp_func_bcache_btree_cache_cannibalize +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xeeb10df4 __traceiter_bcache_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xf0776dc7 __tracepoint_bcache_read +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xf388a1b3 __tracepoint_bcache_gc_end +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xf38ac2d1 __SCK__tp_func_bcache_writeback +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xf57f81ae __SCT__tp_func_bcache_bypass_sequential +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xf6439ac8 __traceiter_bcache_btree_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xf749bd7a __SCK__tp_func_bcache_btree_insert_key +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xf7a5edc7 __SCT__tp_func_bcache_journal_entry_full +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xf8e47701 __tracepoint_bcache_gc_start +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xfb767f16 __SCT__tp_func_bcache_writeback +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xfc5ddaa6 __tracepoint_bcache_gc_copy +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xfce76b1e __SCT__tp_func_bcache_request_end +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xfffa2b60 __traceiter_bcache_journal_entry_full +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x0f466983 dm_cell_release_no_holder +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x168f14fb 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 0x2eb01e04 dm_deferred_set_destroy +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x373f455b dm_bio_detain +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x440097cd dm_cell_unlock_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x44c6e42a dm_bio_prison_alloc_cell_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x46f66e22 dm_bio_prison_free_cell +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x6791a44e dm_deferred_entry_dec +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x68c0406e dm_cell_visit_release +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x6fc50947 dm_cell_lock_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x753e20b2 dm_bio_prison_create +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x88e9877a dm_cell_release +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x95545d19 dm_cell_lock_promote_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xa0c4fc30 dm_get_cell +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xace9b57b dm_bio_prison_destroy_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xb6d5c65d dm_deferred_set_add_work +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xb70b342a dm_bio_prison_destroy +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xc669e438 dm_cell_get_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xca2e3a88 dm_deferred_entry_inc +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xcea9b7dd dm_cell_error +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xd99e003d dm_bio_prison_create_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xdc4952d0 dm_bio_prison_free_cell_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xed874777 dm_cell_promote_or_release +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xf465949c dm_bio_prison_alloc_cell +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xfd6dab54 dm_cell_put_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x0ad0dc4f dm_bufio_mark_buffer_dirty +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x24772bfe dm_bufio_get +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x2e0774dc dm_bufio_get_block_number +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x4749e643 dm_bufio_client_create +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 0xb2438d54 dm_bufio_release_move +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 0x0d50e4d5 dm_cache_policy_register +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x0daa3b35 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 0xf9f3e74b dm_cache_policy_destroy +EXPORT_SYMBOL_GPL drivers/md/dm-multipath 0x6fc9cd7a dm_register_path_selector +EXPORT_SYMBOL_GPL drivers/md/dm-multipath 0x938a7f1c dm_unregister_path_selector +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x01d2f9ac dm_rh_recovery_start +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 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 0x69ce9de7 dm_rh_mark_nosync +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x6fe672db dm_rh_bio_to_region +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 0x9c67c8ee dm_rh_delay +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 0xab970868 dm_rh_inc_pending +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xbe38a431 dm_rh_recovery_prepare +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xd093349e dm_region_hash_create +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xd8aa4284 dm_rh_region_context +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xec726bc8 dm_rh_dirty_log +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xf92b8a3d dm_rh_get_region_size +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xfd93482e dm_rh_recovery_in_flight +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x0054f69d dm_tm_pre_commit +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x01f7c2b0 dm_btree_cursor_begin +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x0211c39e dm_tm_with_runs +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x07ed9022 dm_bitset_del +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x088a5b30 dm_btree_find_lowest_key +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 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 0x4bc9f27c 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 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 0x064e43a7 cec_register_adapter +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x08f308e4 cec_notifier_cec_adap_register +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x0d98df8c cec_s_phys_addr_from_edid +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x116608a2 cec_pin_changed +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x32ed0948 cec_transmit_attempt_done_ts +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x40d239cd cec_notifier_parse_hdmi_phandle +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x44cd068d cec_transmit_msg +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x4b88b48a cec_s_conn_info +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x56b91c74 cec_notifier_conn_register +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x636227d7 cec_queue_pin_cec_event +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x66cdea19 cec_notifier_cec_adap_unregister +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x6cd2842e cec_s_phys_addr +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x875e4cae cec_queue_pin_hpd_event +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x8c7f1af6 cec_fill_conn_info_from_drm +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x92284f16 cec_transmit_done_ts +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xa01fbb6b cec_notifier_set_phys_addr +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xa17217df cec_allocate_adapter +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xaee236c6 cec_notifier_conn_unregister +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xb8f363dc cec_queue_pin_5v_event +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 0xd2bcff93 cec_unregister_adapter +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xd700d48e cec_pin_allocate_adapter +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xf5339eca cec_s_log_addrs +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xf65e900b cec_delete_adapter +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xf9543bb8 cec_received_msg_ts +EXPORT_SYMBOL_GPL drivers/media/common/b2c2/b2c2-flexcop 0x66c0289a b2c2_flexcop_debug +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x00524052 smscore_getbuffer +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x036797a8 smscore_register_client +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x093418d4 sms_board_lna_control +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x0fc1605e smscore_onresponse +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x1a07a43a smscore_get_device_mode +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x21e36bf2 smscore_registry_getmode +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x2f92a1a7 smscore_register_hotplug +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x34bf0e61 smscore_translate_msg +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x37d91069 smsendian_handle_tx_message +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x45284ae9 smsendian_handle_rx_message +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x4b594601 smscore_putbuffer +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x4d387a5e sms_board_power +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x53455e32 sms_board_led_feedback +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 0x9c2062ed smscore_start_device +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xb652e873 smscore_register_device +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xb7cb0bd9 smscore_get_board_id +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xbbdb5c42 smscore_unregister_client +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xcfedcc59 sms_board_event +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xd3676201 smscore_unregister_device +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xd3a943c0 smscore_unregister_hotplug +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xdcc4c5b6 sms_board_setup +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xf28263e4 smscore_set_board_id +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 0x106ff5a3 __tracepoint_vb2_buf_done +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x10a0183c vb2_core_dqbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x17a08f47 vb2_queue_error +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x1da8a7b0 vb2_thread_start +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x22e62616 __tracepoint_vb2_dqbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x260c9ac7 __traceiter_vb2_dqbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x28fc34a8 __SCK__tp_func_vb2_qbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x2b4617e3 vb2_read +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 0x309ffc5d __SCK__tp_func_vb2_dqbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x33cecf93 vb2_request_object_is_buffer +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x37ed2599 vb2_plane_cookie +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x3eae739d __SCK__tp_func_vb2_buf_done +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x41723666 vb2_core_streamon +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x47294960 vb2_core_poll +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x4788673d vb2_plane_vaddr +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x4a6d9c77 vb2_write +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x4d5392ba vb2_core_streamoff +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x4ea98bcd vb2_core_reqbufs +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 0x548e7a2b __traceiter_vb2_buf_done +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x588e0df5 __SCK__tp_func_vb2_buf_queue +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x6729a08f __traceiter_vb2_qbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x743045a8 vb2_mmap +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x777af25b vb2_core_querybuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x779c1ab2 vb2_core_create_bufs +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x7e74ff6f __traceiter_vb2_buf_queue +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x87499239 vb2_core_queue_release +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x99c1d1d8 __tracepoint_vb2_buf_queue +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x9d6d261a vb2_buffer_done +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x9f612b3f vb2_thread_stop +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xa1f60402 vb2_core_prepare_buf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xb0b2980d vb2_wait_for_all_buffers +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xb21d795a vb2_request_buffer_cnt +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xb2c4e8a2 vb2_core_queue_init +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 0xe6cf2ff1 __tracepoint_vb2_qbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xe84e20bc vb2_discard_done +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xef14a623 vb2_core_expbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xfd7d77b7 vb2_core_qbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-dma-contig 0x4fd5f399 vb2_dma_contig_set_max_seg_size +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-dma-contig 0xd82712b0 vb2_dma_contig_memops +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-dma-sg 0x3d77300d vb2_dma_sg_memops +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-memops 0x1a78c5a3 vb2_common_vm_ops +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x04e61ca8 vb2_find_buffer +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x0629d11a vb2_ops_wait_finish +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x06ee1f60 vb2_prepare_buf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x1363730a vb2_streamon +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x21aa603c vb2_ioctl_streamoff +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x21eba110 vb2_ioctl_qbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x2c31d6d6 vb2_ioctl_streamon +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x2f96efad vb2_create_bufs +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x35b6fa52 _vb2_fop_release +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x3c8f6024 vb2_ops_wait_prepare +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x3d40cdb1 vb2_qbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x3f95996b vb2_queue_change_type +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x454a288b vb2_ioctl_expbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x460cc4fc vb2_queue_init +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x4850aa16 vb2_ioctl_reqbufs +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x50cc01ea vb2_dqbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x53ff4c2c vb2_fop_release +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x54a40183 vb2_fop_write +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x55f1dc21 vb2_queue_init_name +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x57688b0e vb2_ioctl_dqbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x5c98f422 vb2_fop_poll +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x658d0d35 vb2_expbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x68244ae4 vb2_poll +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x74260195 vb2_ioctl_create_bufs +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x7fa35361 vb2_queue_release +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x99af1377 vb2_request_queue +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xa3430586 vb2_fop_mmap +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xa6b6b255 vb2_fop_read +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xafe612f1 vb2_ioctl_prepare_buf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xb9668ffc vb2_streamoff +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xcc56cdbe vb2_reqbufs +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xd5fb6d61 vb2_video_unregister_device +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xef414920 vb2_ioctl_querybuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xf2a77428 vb2_request_validate +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-vmalloc 0x075171b0 vb2_vmalloc_memops +EXPORT_SYMBOL_GPL drivers/media/dvb-core/dvb-core 0x3c869650 dvb_module_probe +EXPORT_SYMBOL_GPL drivers/media/dvb-core/dvb-core 0xc4455712 dvb_module_release +EXPORT_SYMBOL_GPL drivers/media/dvb-core/dvb-core 0xc5671322 dvb_create_media_graph +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/as102_fe 0x9f4f226c as102_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/cx24117 0x37ef7c37 cx24117_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/gp8psk-fe 0x8cd1ed74 gp8psk_fe_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/mxl5xx 0x27412990 mxl5xx_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stv0910 0x2e4f6ef2 stv0910_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stv6111 0xd86dccbc stv6111_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tda18271c2dd 0xa017b75a tda18271c2dd_attach +EXPORT_SYMBOL_GPL drivers/media/i2c/aptina-pll 0xd2aeecb8 aptina_pll_calculate +EXPORT_SYMBOL_GPL drivers/media/i2c/ccs-pll 0x80200fc9 ccs_pll_calculate +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0x225be961 max9271_set_serial_link +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0x22825963 max9271_enable_gpios +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0x2b97a9b2 max9271_wake_up +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0x2f6331a0 max9271_configure_i2c +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0x357407dc max9271_set_address +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0x5da5777c max9271_verify_id +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0x738ef698 max9271_configure_gmsl_link +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0x88d7f8e9 max9271_disable_gpios +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0x89c1c167 max9271_set_translation +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0xb0871da0 max9271_set_high_threshold +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0xb1f36675 max9271_clear_gpios +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0xbe9631c3 max9271_set_deserializer_address +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0xf4b5b8dc max9271_set_gpios +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x007e0d0d media_create_intf_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x07cc1436 media_entity_remote_pad_unique +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x07fe700c media_graph_walk_start +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x09c90649 __media_entity_remove_links +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x0adc9b74 media_remove_intf_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x0fe75469 media_pipeline_stop +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x1168cd1a media_entity_remove_links +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x1425ad6e media_device_init +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x143da6b8 __media_remove_intf_links +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x1b8a27a6 media_device_register_entity +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x24c7ae4f media_devnode_remove +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x264b6f4f media_entity_get_fwnode_pad +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x274c3d17 media_request_object_init +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x288df031 media_request_object_find +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x2d8d423d media_create_ancillary_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x2f14c45f media_request_object_complete +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x3c73d48e media_pipeline_start +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x52367027 media_entity_pads_init +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x53722ed9 media_create_pad_links +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x5483c3a8 media_entity_setup_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x56e55ce4 media_device_delete +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x58b26a8b media_graph_walk_cleanup +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x60a50588 media_request_get_by_fd +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x63c5e655 media_create_pad_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x66203529 __media_remove_intf_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x71644f42 media_request_object_unbind +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x7363b5d7 media_devnode_create +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x7c934bd8 media_request_put +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x820e2fe1 __media_pipeline_stop +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x827cb1a8 __media_device_register +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x8411b46c media_entity_pipeline +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x851cb2a2 media_pad_pipeline +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x8d8c4030 media_device_unregister_entity_notify +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x8dbcaf02 media_entity_find_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x9ec5c0c1 media_pad_remote_pad_unique +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xa07b407e __media_entity_setup_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xa423fae8 media_device_unregister_entity +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xa77dbde9 media_device_usb_allocate +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xab9ed580 media_device_unregister +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xaf675cbd media_get_pad_index +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xb9384ed7 media_graph_walk_init +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xbdf4169c __media_device_usb_init +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xc2c8961f media_device_register_entity_notify +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xc750567a media_device_pci_init +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xc899d341 __media_pipeline_start +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xcbfe48ba media_pipeline_alloc_start +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xd2e9b026 media_graph_walk_next +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xd5e53902 media_pad_remote_pad_first +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xdc5982b3 media_request_object_put +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xe0c40178 media_device_cleanup +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xe5ceecd6 media_entity_enum_cleanup +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xe614ee55 media_request_object_bind +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xe647073d media_remove_intf_links +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xf6ba5595 media_entity_enum_init +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xfb366e52 __media_entity_next_link +EXPORT_SYMBOL_GPL drivers/media/pci/cx88/cx88xx 0x8a53bf28 cx88_setup_xc3028 +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x01e7cddb mantis_input_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x07bc0331 mantis_pci_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x160c115e mantis_ca_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x182e8081 mantis_uart_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x1cd9b358 mantis_get_mac +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x35146c83 mantis_i2c_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x45bf4359 mantis_gpio_set_bits +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x5064406a mantis_uart_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x72b5dc6d mantis_i2c_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x783f41c3 mantis_frontend_power +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x801010ae mantis_dma_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xab948296 mantis_pci_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xb46e02e6 mantis_dvb_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xc32088f0 mantis_frontend_soft_reset +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xc7b1a040 mantis_dma_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xc7d4ca57 mantis_stream_control +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xd6aad775 mantis_ca_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xdbb385cd mantis_input_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xf3cfb208 mantis_dvb_exit +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x0130ef58 saa7134_s_frequency +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x0225cd1f saa7134_ts_buffer_prepare +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x129f6f1e saa7134_stop_streaming +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x300f5931 saa7134_g_frequency +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x4c178cdd saa7134_g_tuner +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x58dac830 saa7134_querystd +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x59a35e44 saa7134_ts_queue_setup +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x7c2c6000 saa7134_ts_stop_streaming +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x7fe09294 saa7134_s_input +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x8553843c saa7134_ts_start_streaming +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x8977395a saa7134_s_tuner +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xa0a95fc2 saa7134_g_input +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xa1ad140b saa7134_s_std +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xa6f21c1f saa7134_querycap +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xabc706dd saa7134_vb2_buffer_queue +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xabe9bafe saa7134_g_std +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xc20bda28 saa7134_enum_input +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xdda08a83 saa7134_ts_qops +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xe0dac31a saa7134_ts_buffer_init +EXPORT_SYMBOL_GPL drivers/media/platform/marvell/mcam-core 0x212b75bf mccic_resume +EXPORT_SYMBOL_GPL drivers/media/platform/marvell/mcam-core 0x31dfc0ea mccic_irq +EXPORT_SYMBOL_GPL drivers/media/platform/marvell/mcam-core 0x75ad60fe mccic_suspend +EXPORT_SYMBOL_GPL drivers/media/platform/marvell/mcam-core 0x76d74fac mccic_register +EXPORT_SYMBOL_GPL drivers/media/platform/marvell/mcam-core 0xa4851617 mccic_shutdown +EXPORT_SYMBOL_GPL drivers/media/radio/shark2 0x8647ff8f radio_tea5777_exit +EXPORT_SYMBOL_GPL drivers/media/radio/shark2 0xc2d19942 radio_tea5777_init +EXPORT_SYMBOL_GPL drivers/media/radio/si470x/radio-si470x-common 0x1743574b si470x_viddev_template +EXPORT_SYMBOL_GPL drivers/media/radio/si470x/radio-si470x-common 0x229e82bc si470x_start +EXPORT_SYMBOL_GPL drivers/media/radio/si470x/radio-si470x-common 0x8399b9b6 si470x_set_freq +EXPORT_SYMBOL_GPL drivers/media/radio/si470x/radio-si470x-common 0x8ccc6a8e si470x_ctrl_ops +EXPORT_SYMBOL_GPL drivers/media/radio/si470x/radio-si470x-common 0xae9fccdd si470x_stop +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x0e1414d8 ir_raw_event_store_with_timeout +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x1dfe0020 rc_keydown +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x2ed90ced rc_map_unregister +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x2fc1d417 rc_repeat +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x3d96beec rc_register_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x42fe1703 rc_unregister_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x4482d120 devm_rc_allocate_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x472b7554 rc_g_keycode_from_table +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x4f746569 rc_allocate_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x60dd9f1a lirc_scancode_event +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xa9356d93 rc_keyup +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xac64db39 rc_free_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xb3d60dbc ir_raw_event_store +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xb61018a6 ir_raw_event_handle +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xb960f15c rc_map_register +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xbbbc11bb devm_rc_register_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xca5e8a02 ir_raw_event_store_with_filter +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xda7c711f rc_keydown_notimeout +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xea3b5322 ir_raw_event_set_idle +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xf1bbc49b ir_raw_event_store_edge +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xfc5d3079 rc_map_get +EXPORT_SYMBOL_GPL drivers/media/tuners/mt2063 0x8d753238 mt2063_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/mt20xx 0xfc566d14 microtune_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/mxl5007t 0x960a276c mxl5007t_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/r820t 0x7717e0ea r820t_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda18271 0x7354d43c tda18271_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda827x 0x03caa41a tda827x_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda8290 0x4da5781a tda829x_probe +EXPORT_SYMBOL_GPL drivers/media/tuners/tda8290 0x7f444a48 tda829x_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda9887 0x23053be6 tda9887_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tea5761 0x05e43d29 tea5761_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tea5761 0x69ab0883 tea5761_autodetection +EXPORT_SYMBOL_GPL drivers/media/tuners/tea5767 0x1f278adb tea5767_autodetection +EXPORT_SYMBOL_GPL drivers/media/tuners/tea5767 0x799ae159 tea5767_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tuner-simple 0xef14b59d simple_tuner_attach +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x017ea7c7 cx231xx_tuner_callback +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x1818924d is_fw_load +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x184bd5b6 cx231xx_set_mode +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x19601a66 cx231xx_disable656 +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x2fe3b714 cx231xx_send_usb_command +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x3f84679f cx231xx_init_vbi_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x4ef2d683 cx231xx_demod_reset +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x69e50ee2 cx231xx_init_bulk +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x74110ee7 cx231xx_unmute_audio +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x7e45114e cx231xx_init_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x823ae958 cx231xx_capture_start +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x9e4c2dee cx231xx_enable656 +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xafb10ed4 cx231xx_uninit_vbi_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xb2be7092 cx231xx_dev_init +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xb95f00f5 cx231xx_get_i2c_adap +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xc1459607 cx231xx_send_gpio_cmd +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xc2eca1a1 cx231xx_uninit_bulk +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xcae56a66 cx231xx_uninit_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xe38d9ee9 cx231xx_dev_uninit +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xe64ac6fc cx231xx_set_alt_setting +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xe82da33f cx231xx_enable_i2c_port_3 +EXPORT_SYMBOL_GPL drivers/media/usb/dvb-usb-v2/mxl111sf-demod 0x42025d39 mxl111sf_demod_attach +EXPORT_SYMBOL_GPL drivers/media/usb/dvb-usb-v2/mxl111sf-tuner 0xc0d8989a mxl111sf_tuner_attach +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x0a3238e8 em28xx_write_reg_bits +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x1a23306f em28xx_setup_xc3028 +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x2aa39637 em28xx_find_led +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x3d8cca5a em28xx_toggle_reg_bits +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x3de895a3 em28xx_read_reg +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x41883e2f em28xx_alloc_urbs +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x6362a9e9 em28xx_uninit_usb_xfer +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x721f7cc7 em28xx_free_device +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x7babf5b0 em28xx_audio_setup +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x7c56d8e9 em28xx_write_regs +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 0x947caddf em28xx_init_usb_xfer +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xa14d5c76 em28xx_gpio_set +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xa695f3d3 em28xx_audio_analog_set +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xa7f90c48 em28xx_stop_urbs +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xbad7c2a8 em28xx_write_reg +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xef5eecf7 em28xx_write_ac97 +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xf191c366 em28xx_read_ac97 +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xf5b0a891 em28xx_set_mode +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xf757ad63 em28xx_init_camera +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-async 0x290f3924 __v4l2_async_nf_add_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-async 0x8c088546 v4l2_async_nf_cleanup +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-async 0xb2240eda __v4l2_async_nf_add_i2c +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-async 0xb651b850 __v4l2_async_nf_add_fwnode_remote +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-async 0xd68e5a3e __v4l2_async_nf_add_fwnode +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x01612c0b v4l2_detect_gtf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x08402862 v4l2_print_dv_timings +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x0958448b v4l2_set_edid_phys_addr +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x0af3d134 v4l2_valid_dv_timings +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x1b4af4a6 v4l2_hdmi_rx_colorimetry +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 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 0x6eefc5c2 v4l2_flash_indicator_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-flash-led-class 0xa62b09af v4l2_flash_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-flash-led-class 0xf54bda18 v4l2_flash_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0x0315ddca v4l2_fwnode_endpoint_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0x050b90b0 v4l2_fwnode_connector_add_link +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0x2f318efe v4l2_fwnode_endpoint_alloc_parse +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0x570baf53 v4l2_fwnode_put_link +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0x5b13c572 v4l2_fwnode_parse_link +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0x612ddce5 v4l2_fwnode_connector_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0x8154b3b5 v4l2_async_nf_parse_fwnode_endpoints +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0x84c2dee9 v4l2_fwnode_device_parse +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0xc087c1f3 v4l2_fwnode_endpoint_parse +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0xc636ebd5 v4l2_async_register_subdev_sensor +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0xd1adde2d v4l2_fwnode_connector_parse +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x08313491 v4l2_m2m_reqbufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x0d2381f1 v4l2_m2m_ctx_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x0e7c922f v4l2_m2m_ioctl_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x20385c47 v4l2_m2m_buf_copy_metadata +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x2151cfb4 v4l2_m2m_last_buffer_done +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x28717b64 v4l2_m2m_fop_mmap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x28799fad v4l2_m2m_prepare_buf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x2c1e887c v4l2_m2m_ioctl_stateless_decoder_cmd +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x41a715fb v4l2_m2m_create_bufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x4250ffbc v4l2_m2m_ioctl_try_encoder_cmd +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x4ee0e584 v4l2_m2m_streamon +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x51bf0786 v4l2_m2m_last_buf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x52e7a53d v4l2_m2m_buf_remove_by_idx +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x6909d0f2 v4l2_m2m_buf_remove +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x6c5ef6a4 v4l2_m2m_ioctl_streamon +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x6f4c206a v4l2_m2m_encoder_cmd +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x6fb38d74 v4l2_m2m_ioctl_reqbufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x730f2eae v4l2_m2m_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x73e6005b v4l2_m2m_querybuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x75a28b13 v4l2_m2m_ioctl_create_bufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x8025e811 v4l2_m2m_poll +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x852271d3 v4l2_m2m_request_queue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x88da89c7 v4l2_m2m_buf_remove_by_buf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x8b87f943 v4l2_m2m_fop_poll +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x9f84bbfd v4l2_m2m_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x9fe11f0c v4l2_m2m_ioctl_streamoff +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xa0cfd34d v4l2_m2m_ctx_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xa1b9a27c v4l2_m2m_ioctl_stateless_try_decoder_cmd +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xaf195362 v4l2_m2m_ioctl_try_decoder_cmd +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xb0090c89 v4l2_m2m_expbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xb5020d58 v4l2_m2m_streamoff +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xbb424d99 v4l2_m2m_ioctl_decoder_cmd +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xbde1d77e v4l2_m2m_update_start_streaming_state +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xc534e7a3 v4l2_m2m_register_media_controller +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xc6fca5ad v4l2_m2m_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xd3ccc866 v4l2_m2m_ioctl_expbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xdddce1f8 v4l2_m2m_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xe1213100 v4l2_m2m_ioctl_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xe61a35bb v4l2_m2m_ioctl_encoder_cmd +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xe854f621 v4l2_m2m_ioctl_prepare_buf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xeb876cfb v4l2_m2m_try_schedule +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xef41305a v4l2_m2m_decoder_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 0xf4f5db9a v4l2_m2m_ioctl_querybuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xf9b0daef v4l2_m2m_update_stop_streaming_state +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xfd884ec5 v4l2_m2m_next_buf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xff2b8e98 v4l2_m2m_buf_queue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x023367ae videobuf_read_start +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x0fab56a9 videobuf_iolock +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x221c5f8d videobuf_querybuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x302b47f4 videobuf_read_stream +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x3340fa36 videobuf_waiton +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x36c2b3c7 videobuf_streamoff +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x64b85673 videobuf_mmap_setup +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x69079d1d videobuf_queue_to_vaddr +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x6bd9711c videobuf_queue_core_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x6da60eff videobuf_mmap_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x7822e3d5 videobuf_queue_is_busy +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x8088d4a8 videobuf_next_field +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x8715d074 videobuf_poll_stream +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x8d431af4 videobuf_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x9691579a videobuf_streamon +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x987d67f7 videobuf_queue_cancel +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x9a0890d7 videobuf_read_stop +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xb424d209 videobuf_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xbe27706a __videobuf_mmap_setup +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xd3a6193d videobuf_stop +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xdc610250 videobuf_alloc_vb +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xe14ed97e videobuf_reqbufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xea2fe92a videobuf_read_one +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xedd2d29b videobuf_mmap_mapper +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0x0cadb187 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 0x62c14f7f videobuf_queue_sg_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0x87d394fe videobuf_dma_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0xf33a9b0d videobuf_dma_unmap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-vmalloc 0x2a72d6c9 videobuf_to_vmalloc +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-vmalloc 0x2deb2784 videobuf_queue_vmalloc_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-vmalloc 0x9defab5b videobuf_vmalloc_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x00cde8d6 v4l2_fh_del +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x097b3a89 v4l2_subdev_get_fmt +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x0de65e1c v4l2_g_parm_cap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x0f3ce4f4 __v4l2_device_register_subdev_nodes +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x1015988c v4l2_i2c_new_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x121b3616 __v4l2_subdev_state_alloc +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x1885c1f6 __v4l2_subdev_state_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x1c13506c v4l2_event_queue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x2340918d video_device_pipeline_start +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x29a995fe v4l2_get_link_freq +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x2afb8964 v4l2_event_queue_fh +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x2d38a9bc v4l2_pipeline_pm_put +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x33947e92 v4l2_event_unsubscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x3a2e2f40 v4l2_spi_new_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x3b20f847 v4l2_event_subdev_unsubscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x3c30c35e v4l2_mc_create_media_graph +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x3de52625 v4l_vb2q_enable_media_source +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x471bf402 __v4l2_ctrl_handler_setup +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x4ab4a1ac v4l2_subdev_link_validate_default +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x4b893338 v4l2_pipeline_link_notify +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x4b8aa1bf v4l2_i2c_subdev_addr +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x4c7cafcb v4l2_spi_subdev_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x4fd893c7 v4l2_fh_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x5074e573 v4l2_fraction_to_interval +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x557da335 v4l2_subdev_cleanup +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x5dc75641 v4l_enable_media_source +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x5e82233f v4l2_pipeline_pm_get +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x5f6d8546 __tracepoint_vb2_v4l2_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x62cd1995 v4l2_s_parm_cap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x650fb04a v4l2_fh_add +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x6543ec0c v4l2_src_change_event_subdev_subscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x6aa98e75 __tracepoint_vb2_v4l2_buf_done +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x6c9d2c11 v4l2_i2c_new_subdev_board +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x6d3d6bc6 __SCT__tp_func_vb2_v4l2_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x6e50e805 v4l2_device_put +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x6e9acc41 v4l2_fill_pixfmt_mp +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x6ec60a07 v4l2_device_register_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x6ee50353 v4l2_ctrl_request_hdl_ctrl_find +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x76a8d513 v4l2_fh_open +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x76ab5137 v4l2_fh_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x775aa293 __tracepoint_vb2_v4l2_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x7da2f095 v4l2_event_dequeue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x7f18251a v4l2_device_unregister_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x812488a9 v4l2_src_change_event_subscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x82ab2a04 video_device_pipeline_stop +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x838a0c13 v4l2_subdev_get_fwnode_pad_1_to_1 +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x857dbaf1 v4l2_fh_exit +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x88d24f02 v4l2_event_pending +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x8e0079d4 v4l2_ctrl_request_hdl_find +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x9bd8c64f __traceiter_vb2_v4l2_buf_done +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x9d52b7c7 __traceiter_vb2_v4l2_dqbuf +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 0xa2e0a3d2 v4l2_event_subscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xa4e3d70a v4l2_device_set_name +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xa65f2926 v4l2_subdev_notify_event +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xad5c3c93 v4l2_simplify_fraction +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xadbe45d0 v4l2_device_unregister +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xae69797f __v4l2_subdev_init_finalize +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xaf0a3f72 v4l2_event_wake_all +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xb4f13241 __SCK__tp_func_vb2_v4l2_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xb72c84e3 v4l2_device_register +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xb8f093ad __traceiter_vb2_v4l2_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xc793aa0b __video_device_pipeline_stop +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xc8db5f88 __SCK__tp_func_vb2_v4l2_buf_queue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xc8dd867f __SCT__tp_func_vb2_v4l2_buf_queue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xcb341a0c v4l2_subdev_link_validate +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xcb63c1cc v4l2_fh_is_singular +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xcc501597 v4l2_fill_pixfmt +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xce5e2666 __traceiter_vb2_v4l2_buf_queue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xd4e19f92 __SCK__tp_func_vb2_v4l2_buf_done +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xd541e31a __SCT__tp_func_vb2_v4l2_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xd9571a03 __video_device_pipeline_start +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xe1bf4acd v4l2_event_unsubscribe_all +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xe1e7d286 v4l2_device_disconnect +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xe2822320 __v4l2_find_nearest_size +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xed7f3e3a video_device_pipeline_alloc_start +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xedaa64ed v4l2_create_fwnode_links +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xf28be572 v4l2_i2c_subdev_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xf2a353ac v4l2_i2c_tuner_addrs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xf2d52098 v4l_disable_media_source +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xf5ef842e v4l_bound_align_image +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xf60b6042 __tracepoint_vb2_v4l2_buf_queue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xf6b500f3 video_device_pipeline +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xf873f6bb __SCK__tp_func_vb2_v4l2_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xfb2b2c19 v4l2_i2c_subdev_set_name +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xfc651428 v4l2_compat_ioctl32 +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xffeeaff4 v4l2_create_fwnode_links_to_pad +EXPORT_SYMBOL_GPL drivers/mfd/88pm80x 0x18dc7452 pm80x_regmap_config +EXPORT_SYMBOL_GPL drivers/mfd/88pm80x 0xaab8e157 pm80x_pm_ops +EXPORT_SYMBOL_GPL drivers/mfd/88pm80x 0xd99fd720 pm80x_deinit +EXPORT_SYMBOL_GPL drivers/mfd/88pm80x 0xf75b6ce3 pm80x_init +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x08230a14 wm8998_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x19d1dce0 wm5102_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x213da88d wm5110_patch +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x2527806e wm5110_revd_irq +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x2f53df21 wm8997_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x3f136156 arizona_dev_exit +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x3f40ab56 arizona_pm_ops +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x45044d0b wm8997_patch +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x549c0565 wm5110_irq +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x58dc8758 wm8997_irq +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x5a08aad0 cs47l24_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x5ae91dac wm5102_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x7c8c71b9 arizona_request_irq +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x80f4ce39 cs47l24_patch +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x88b6aa3e cs47l24_irq +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x9d43c67f arizona_free_irq +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xa7ba4991 wm5110_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xaaeb0188 arizona_clk32k_disable +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xb263fbbd wm5110_aod +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xbe237980 wm8997_aod +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xe48288dd wm5110_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xebe5b2d3 arizona_set_irq_wake +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xf34c77ac arizona_clk32k_enable +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xfc388e2d arizona_dev_init +EXPORT_SYMBOL_GPL drivers/mfd/atc260x-core 0xa9c5ed38 atc260x_device_probe +EXPORT_SYMBOL_GPL drivers/mfd/atc260x-core 0xde350c0a atc260x_match_device +EXPORT_SYMBOL_GPL drivers/mfd/da9150-core 0x017e79ee da9150_bulk_read +EXPORT_SYMBOL_GPL drivers/mfd/da9150-core 0x3a8a8b49 da9150_reg_read +EXPORT_SYMBOL_GPL drivers/mfd/da9150-core 0x3df1d7d4 da9150_read_qif +EXPORT_SYMBOL_GPL drivers/mfd/da9150-core 0x3f625a57 da9150_write_qif +EXPORT_SYMBOL_GPL drivers/mfd/da9150-core 0x9c7475f0 da9150_set_bits +EXPORT_SYMBOL_GPL drivers/mfd/da9150-core 0xf094cc5c da9150_reg_write +EXPORT_SYMBOL_GPL drivers/mfd/da9150-core 0xf1ddf517 da9150_bulk_write +EXPORT_SYMBOL_GPL drivers/mfd/intel-lpss 0x1489f9d7 intel_lpss_remove +EXPORT_SYMBOL_GPL drivers/mfd/intel-lpss 0x2bb90608 intel_lpss_probe +EXPORT_SYMBOL_GPL drivers/mfd/intel-lpss 0x87d08875 intel_lpss_resume +EXPORT_SYMBOL_GPL drivers/mfd/intel-lpss 0xa7299e29 intel_lpss_suspend +EXPORT_SYMBOL_GPL drivers/mfd/intel-lpss 0xd7ecd908 intel_lpss_prepare +EXPORT_SYMBOL_GPL drivers/mfd/intel_pmc_bxt 0x51550a1e intel_pmc_gcr_read64 +EXPORT_SYMBOL_GPL drivers/mfd/intel_pmc_bxt 0x92e4c823 intel_pmc_s0ix_counter_read +EXPORT_SYMBOL_GPL drivers/mfd/intel_pmc_bxt 0xdb9b72f0 intel_pmc_gcr_update +EXPORT_SYMBOL_GPL drivers/mfd/iqs62x 0xa436f4de iqs62x_events +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x07a679d4 kempld_write16 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x19be694a kempld_read8 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x68fea99a kempld_release_mutex +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x6dee2017 kempld_write32 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x796a4fd5 kempld_write8 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x7a11b4a9 kempld_read16 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x977a2d6a kempld_read32 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0xe8440f2f kempld_get_mutex +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-core 0x769d501a lm3533_read +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-core 0xbe456f9e lm3533_write +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-core 0xe658061d lm3533_update +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x216631d6 lm3533_ctrlbank_enable +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x248b0289 lm3533_ctrlbank_set_max_current +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x4c38965c lm3533_ctrlbank_get_brightness +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x61796da0 lm3533_ctrlbank_set_brightness +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x7379edc0 lm3533_ctrlbank_get_pwm +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0xb4411b2a lm3533_ctrlbank_disable +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0xe47d80ce lm3533_ctrlbank_set_pwm +EXPORT_SYMBOL_GPL drivers/mfd/lp3943 0x05c9aedf lp3943_write_byte +EXPORT_SYMBOL_GPL drivers/mfd/lp3943 0x5f1763d5 lp3943_update_bits +EXPORT_SYMBOL_GPL drivers/mfd/lp3943 0xdf41faa7 lp3943_read_byte +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x0f379262 madera_of_match +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x259102ab cs47l15_16bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x259cdeeb cs47l15_32bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x4ae19a7b cs47l35_patch +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x52a99d0b cs47l90_patch +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x53b0de80 cs47l15_patch +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x66a41fa7 cs47l15_32bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x66a9c3e7 cs47l15_16bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x6fdb179d cs47l92_patch +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x84b2e90b madera_pm_ops +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x86c059a3 cs47l90_16bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x86cd85e3 cs47l90_32bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x8dccd914 madera_dev_exit +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x9e152e13 cs47l85_16bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x9e18f253 cs47l85_32bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xac67b56b cs47l35_16bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xac6a692b cs47l35_32bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xb141425e cs47l92_32bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xb14c9e1e cs47l92_16bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xc5f544af cs47l90_32bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xc5f898ef cs47l90_16bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xd7e5ec31 cs47l85_patch +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xdd20331f cs47l85_32bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xdd2def5f cs47l85_16bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xea9e4b32 madera_dev_init +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xebe384cb madera_name_from_type +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xef52a867 cs47l35_32bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xef5f7427 cs47l35_16bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xf2745f52 cs47l92_16bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xf2798312 cs47l92_32bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0x3ac5baeb mc13xxx_common_exit +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0x6e0afff6 mc13xxx_common_init +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0xa7fbc7de mc13xxx_variant_mc34708 +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0xb5f432b6 mc13xxx_variant_mc13783 +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0xf54e7996 mc13xxx_variant_mc13892 +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0xf9ddc34b mc13xxx_adc_do_conversion +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x06785af7 pcf50633_register_irq +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x3cc584d7 pcf50633_free_irq +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x5af3633d pcf50633_write_block +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x66786b78 pcf50633_irq_mask_get +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x931060fa pcf50633_reg_set_bit_mask +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xb8ceb8a3 pcf50633_irq_mask +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xbed89e08 pcf50633_read_block +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xc3eb0ae0 pcf50633_reg_clear_bits +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xd270b862 pcf50633_reg_write +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xd8d1b871 pcf50633_reg_read +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xf236f1c3 pcf50633_pm +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xfad83c2c pcf50633_irq_unmask +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-adc 0x06c9eeb1 pcf50633_adc_sync_read +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-adc 0xa292f5c3 pcf50633_adc_async_read +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0x19334955 pcf50633_gpio_get +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0x60651e68 pcf50633_gpio_set +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0xd90d13e0 pcf50633_gpio_invert_set +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0xe869546f pcf50633_gpio_invert_get +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0xf5ed1801 pcf50633_gpio_power_supply_set +EXPORT_SYMBOL_GPL drivers/mfd/rave-sp 0x43e53ef9 rave_sp_exec +EXPORT_SYMBOL_GPL drivers/mfd/rave-sp 0xe4deb561 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 0x1058962c si476x_core_cmd_fm_rds_blockcount +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x1681d49f si476x_core_cmd_am_seek_start +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x26db8e54 si476x_core_cmd_get_property +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x29bf9c89 si476x_core_cmd_power_down +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x2e2c624f si476x_core_cmd_ic_link_gpo_ctl_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x30a58333 si476x_core_i2c_xfer +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x3327c130 si476x_core_cmd_fm_phase_diversity +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x37841e12 si476x_core_cmd_power_up +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x3b98f7a1 si476x_core_cmd_fm_rds_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x492bcde7 si476x_core_cmd_set_property +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x499686ac si476x_core_cmd_zif_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x4b9b266f si476x_core_start +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x4ecc734f si476x_core_is_a_primary_tuner +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x58c94361 devm_regmap_init_si476x +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x620cada8 si476x_core_has_diversity +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x62f29ddc si476x_core_is_a_secondary_tuner +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x73552a10 si476x_core_cmd_am_acf_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x745424ba si476x_core_cmd_fm_acf_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x7fa8fac0 si476x_core_stop +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x80cc678d si476x_core_cmd_fm_phase_div_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x844062e9 si476x_core_cmd_fm_tune_freq +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x91296d3d si476x_core_cmd_ana_audio_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xa9568d70 si476x_core_cmd_am_tune_freq +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xb9012f22 si476x_core_cmd_agc_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xba878807 si476x_core_cmd_am_rsq_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xbcf98ec0 si476x_core_cmd_func_info +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xcb0bc04d si476x_core_cmd_fm_seek_start +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xcb5da087 si476x_core_cmd_fm_rsq_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xd0731f7e si476x_core_set_power_state +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xd12dc613 si476x_core_is_powered_up +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xe0c9bf2f si476x_core_cmd_dig_audio_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xed6782ce si476x_core_has_am +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xf139b322 si476x_core_is_in_am_receiver_mode +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xf38892f1 si476x_core_cmd_intb_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0x28cbd5c4 sm501_modify_reg +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0x56a6c6e6 sm501_set_clock +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0x73813f74 sm501_find_clock +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0x90090f2d sm501_misc_control +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0xdab05912 sm501_unit_power +EXPORT_SYMBOL_GPL drivers/mfd/ti_am335x_tscadc 0x3275f530 am335x_tsc_se_adc_done +EXPORT_SYMBOL_GPL drivers/mfd/ti_am335x_tscadc 0xa5587a02 am335x_tsc_se_set_once +EXPORT_SYMBOL_GPL drivers/mfd/ti_am335x_tscadc 0xbcb30686 am335x_tsc_se_set_cache +EXPORT_SYMBOL_GPL drivers/mfd/ti_am335x_tscadc 0xd4a987fc am335x_tsc_se_clr +EXPORT_SYMBOL_GPL drivers/mfd/ucb1400_core 0x06d6a888 ucb1400_adc_read +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0x0ff6e470 alcor_write8 +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0x1855d458 alcor_read8 +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0x4bc11add alcor_read32 +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0x6627aac0 alcor_read32be +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0x6f868961 alcor_write32be +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0x85f0e227 alcor_write32 +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0xbbb27471 alcor_write16 +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x08afd803 rtsx_pci_dma_unmap_sg +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x0d7ffb0b rtsx_pci_complete_unfinished_transfer +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x15dd3699 rtsx_pci_switch_output_voltage +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x1c179a80 rtsx_pci_read_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x45cb57b4 rtsx_pci_switch_clock +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x473422f8 rtsx_pci_card_power_on +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x4c8aab9c rtsx_pci_card_pull_ctl_enable +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x591bd9ba rtsx_pci_start_run +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x5b9b0d8b rtsx_pci_write_ppbuf +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x62b25ce5 rtsx_pci_dma_transfer +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x64b21ea3 rtsx_pci_write_phy_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x74dfcd34 rtsx_pci_send_cmd_no_wait +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x7f3e6f8b rtsx_pci_card_power_off +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x807925f7 rtsx_pci_read_phy_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x9123eaef rtsx_pci_send_cmd +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x949771fd rtsx_pci_write_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x9600776f rtsx_pci_dma_map_sg +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xa13ad554 rtsx_pci_add_cmd +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xa84872d5 rtsx_pci_read_ppbuf +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xb478a594 rtsx_pci_card_exist +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xc2d6d60a rtsx_pci_stop_cmd +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xc5f3f31c rtsx_pci_card_exclusive_check +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xd2a461d3 rtsx_pci_card_pull_ctl_disable +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xe500d556 rtsx_pci_transfer_data +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x13954052 rtsx_usb_card_exclusive_check +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x493390c4 rtsx_usb_add_cmd +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x87657c33 rtsx_usb_get_card_status +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x9f813b16 rtsx_usb_transfer_data +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0xa01c7d46 rtsx_usb_ep0_read_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0xadde5f5b rtsx_usb_switch_clock +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0xb078b119 rtsx_usb_send_cmd +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0xb1028ff0 rtsx_usb_read_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0xb27fdada rtsx_usb_get_rsp +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0xdc6aa876 rtsx_usb_ep0_write_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0xdfcda73d rtsx_usb_write_ppbuf +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0xecc201a3 rtsx_usb_write_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0xf1f10022 rtsx_usb_read_ppbuf +EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0x7af0f061 cb710_set_irq_handler +EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0x8e5f74be cb710_sg_dwiter_read_next_block +EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0xbf17fdbf cb710_pci_update_config_reg +EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0xd19c5c45 cb710_sg_dwiter_write_next_block +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0x0b008db0 oslec_hpf_tx +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0x296a8983 oslec_update +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0x3115970d oslec_create +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0x4b711f77 oslec_adaption_mode +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0x5909e701 oslec_snapshot +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0x780d3f01 oslec_flush +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0x84eba96d oslec_free +EXPORT_SYMBOL_GPL drivers/misc/eeprom/eeprom_93cx6 0x3cb83d5b eeprom_93cx6_multireadb +EXPORT_SYMBOL_GPL drivers/misc/eeprom/eeprom_93cx6 0x63d2ff63 eeprom_93cx6_wren +EXPORT_SYMBOL_GPL drivers/misc/eeprom/eeprom_93cx6 0x870b53e9 eeprom_93cx6_write +EXPORT_SYMBOL_GPL drivers/misc/eeprom/eeprom_93cx6 0x884deb9d eeprom_93cx6_read +EXPORT_SYMBOL_GPL drivers/misc/eeprom/eeprom_93cx6 0xc9c6bb25 eeprom_93cx6_readb +EXPORT_SYMBOL_GPL drivers/misc/eeprom/eeprom_93cx6 0xff7a0fdf eeprom_93cx6_multiread +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x009858ff enclosure_component_alloc +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x05674815 enclosure_unregister +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x906873ec enclosure_for_each_device +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0xbe02f158 enclosure_remove_device +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0xcc06ea75 enclosure_add_device +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0xcdccdb0a enclosure_component_register +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0xe142a2f5 enclosure_find +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0xef6ea6ec enclosure_register +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x023e4b0d lis3lv02d_joystick_enable +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x0bfc4dff lis3lv02d_remove_fs +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x1bdc5c8d lis3lv02d_init_device +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x1e2cd360 lis3lv02d_init_dt +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x5ded7823 lis3lv02d_poweroff +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x615ec02b lis3lv02d_poweron +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x6a67f4ec lis3_dev +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0xc5dda2b6 lis3lv02d_joystick_disable +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x02082d11 mei_cldev_enabled +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x03b0b05d mei_hbm_pg +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x05cea92c mei_irq_compl_handler +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x16b49cea mei_cldev_recv_nonblock +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x174cc0ea mei_cldev_driver_unregister +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x1d92d51c mei_cldev_get_drvdata +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x22128616 mei_cldev_recv_nonblock_vtag +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x274442b9 mei_cldev_send_gsc_command +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x28d4de3b mei_cldev_send_vtag +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x2914e94b mei_device_init +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x294f77bc mei_start +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x3c26e152 mei_reset +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x53a0d408 mei_cancel_work +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x59d6c045 mei_irq_read_handler +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x69967f70 mei_cldev_dma_map +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x740183e1 mei_cldev_register_notif_cb +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x79eda249 mei_hbm_pg_resume +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x8669770e mei_cldev_register_rx_cb +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x86e3a87d mei_cldev_uuid +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x888ed1b6 mei_register +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x903ad9d6 mei_cldev_recv_vtag +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x90a24af4 mei_fw_status2str +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x951912c6 mei_cl_all_disconnect +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x9683b72d mei_deregister +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x98269918 mei_cldev_recv +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0xa29b23f1 mei_stop +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0xa30dc00d __mei_cldev_driver_register +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0xba7b4d02 mei_cldev_dma_unmap +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0xca6bfddb mei_irq_write_handler +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0xeb66f942 mei_write_is_idle +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0xf157abe1 mei_cldev_set_drvdata +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0xf680c138 mei_cldev_send +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0xf762c6ce mei_restart +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0xf8dcb8ae mei_cldev_ver +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0xfb04b815 mei_cldev_enable +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0xfd101246 mei_cldev_disable +EXPORT_SYMBOL_GPL drivers/misc/mei/mei-me 0x051f202c mei_me_polling_thread +EXPORT_SYMBOL_GPL drivers/misc/mei/mei-me 0x4939cb0b mei_me_get_cfg +EXPORT_SYMBOL_GPL drivers/misc/mei/mei-me 0x6cec7532 mei_me_dev_init +EXPORT_SYMBOL_GPL drivers/misc/mei/mei-me 0x922c6ae5 mei_me_irq_quick_handler +EXPORT_SYMBOL_GPL drivers/misc/mei/mei-me 0xd0eef98f mei_me_irq_thread_handler +EXPORT_SYMBOL_GPL drivers/misc/pvpanic/pvpanic 0x2da729e0 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 0x3a8dd3bd st_unregister +EXPORT_SYMBOL_GPL drivers/misc/ti-st/st_drv 0x9d3ddcb4 st_register +EXPORT_SYMBOL_GPL drivers/misc/uacce/uacce 0x066f5c20 uacce_register +EXPORT_SYMBOL_GPL drivers/misc/uacce/uacce 0x84d6d24e uacce_remove +EXPORT_SYMBOL_GPL drivers/misc/uacce/uacce 0xf89b6ab7 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 0x325a1c56 vmci_qpair_dequev +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x3a22fa8a vmci_datagram_destroy_handle +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x4ba5c46b vmci_qpair_peek +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x5591b58e vmci_context_get_priv_flags +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x5e949e0a vmci_doorbell_destroy +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x612df9ae vmci_qpair_detach +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x676bd843 vmci_qpair_consume_free_space +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x75fe065a vmci_send_datagram +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x787f0fe8 vmci_register_vsock_callback +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x7c74d7a6 vmci_qpair_consume_buf_ready +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x81d61eef vmci_qpair_dequeue +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 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 0xbf69c9db vmci_qpair_enquev +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 0xe0a1145e vmci_qpair_peekv +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0xe0cc9c92 vmci_qpair_alloc +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0xe11895c1 vmci_event_unsubscribe +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0xe67343c1 vmci_qpair_enqueue +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0xea143610 vmci_datagram_send +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0xea61eefe vmci_qpair_produce_buf_ready +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x03c1a343 sdhci_reset_tuning +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x049356d3 sdhci_remove_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x085472d5 sdhci_adma_write_desc +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x0af9eae0 sdhci_add_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x0d382ede sdhci_cleanup_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x18170a50 sdhci_set_power +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x1fb56bd6 sdhci_cqe_enable +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x23a9b2e7 sdhci_set_data_timeout_irq +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x2b0019db sdhci_reset +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x33d03d48 sdhci_end_tuning +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x3420d6f1 sdhci_get_cd_nogpio +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x48152061 sdhci_setup_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x4869118f sdhci_runtime_resume_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x4dea8805 sdhci_abort_tuning +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x519551f2 sdhci_request +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x5d581fbc sdhci_enable_sdio_irq +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x5f438b19 sdhci_enable_clk +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x65d00d44 sdhci_free_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x6f9cc813 sdhci_calc_clk +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x765e1804 __sdhci_read_caps +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x7ab4350b sdhci_start_tuning +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x7d2a28e6 sdhci_set_bus_width +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x7e440023 sdhci_dumpregs +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x8a2cb8bd sdhci_send_tuning +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x8a2e1f4f sdhci_switch_external_dma +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x9d11159c sdhci_resume_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x9f8b1adf sdhci_start_signal_voltage_switch +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xa1b71093 sdhci_cqe_irq +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xabbb7329 sdhci_set_power_noreg +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xb3f72969 sdhci_runtime_suspend_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xb404ec80 __sdhci_add_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xc2e0d23b sdhci_set_clock +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xc96e5dcc sdhci_set_power_and_bus_voltage +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xccddf68a sdhci_set_uhs_signaling +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xdddec011 __sdhci_set_timeout +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xdf6dff97 sdhci_request_atomic +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xe753ca77 sdhci_enable_v4_mode +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xee142034 sdhci_alloc_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xfabaf20a sdhci_cqe_disable +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xfcb64205 sdhci_execute_tuning +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xfdd46c48 sdhci_set_ios +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xfe7d148a sdhci_suspend_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x0c54e41f sdhci_get_property +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x5963ef51 sdhci_pltfm_init +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x7503ed05 sdhci_pltfm_unregister +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0xb5d1eef9 sdhci_pltfm_suspend +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0xccccf954 sdhci_pltfm_resume +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0xd8aa8398 sdhci_pltfm_free +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0xe7d27731 sdhci_pltfm_pmops +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0xe8486b3a sdhci_pltfm_register +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0xf362b98c sdhci_pltfm_clk_get_max_clock +EXPORT_SYMBOL_GPL drivers/most/most_core 0x17d88334 channel_has_mbo +EXPORT_SYMBOL_GPL drivers/most/most_core 0x18c6f4b7 most_resume_enqueue +EXPORT_SYMBOL_GPL drivers/most/most_core 0x1b0af637 most_register_configfs_subsys +EXPORT_SYMBOL_GPL drivers/most/most_core 0x317bf84a most_deregister_component +EXPORT_SYMBOL_GPL drivers/most/most_core 0x57ad6b67 most_deregister_configfs_subsys +EXPORT_SYMBOL_GPL drivers/most/most_core 0x79729ec4 most_submit_mbo +EXPORT_SYMBOL_GPL drivers/most/most_core 0x7fd54be8 most_register_interface +EXPORT_SYMBOL_GPL drivers/most/most_core 0x829f8170 most_put_mbo +EXPORT_SYMBOL_GPL drivers/most/most_core 0x86d7b72c most_deregister_interface +EXPORT_SYMBOL_GPL drivers/most/most_core 0xab83fd76 most_stop_channel +EXPORT_SYMBOL_GPL drivers/most/most_core 0xb4ab2ced most_start_channel +EXPORT_SYMBOL_GPL drivers/most/most_core 0xb979b8f8 most_register_component +EXPORT_SYMBOL_GPL drivers/most/most_core 0xbdcecb76 most_stop_enqueue +EXPORT_SYMBOL_GPL drivers/most/most_core 0xf7311bc9 most_get_mbo +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0001 0x1aa47291 cfi_cmdset_0200 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0001 0xd89372ef cfi_cmdset_0001 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0001 0xe7ba5707 cfi_cmdset_0003 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0002 0x0bd70a75 cfi_cmdset_0701 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0002 0x867c8e23 cfi_cmdset_0006 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0002 0xf82ec5f3 cfi_cmdset_0002 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0020 0x69e9a374 cfi_cmdset_0020 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_util 0x0785c0b3 cfi_qry_mode_off +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_util 0x993e3063 cfi_qry_present +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_util 0x9f2e0317 cfi_qry_mode_on +EXPORT_SYMBOL_GPL drivers/mtd/hyperbus/hyperbus-core 0x445d50da hyperbus_unregister_device +EXPORT_SYMBOL_GPL drivers/mtd/hyperbus/hyperbus-core 0x8c61214d hyperbus_register_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x0ac6a99b mtd_get_unmapped_area +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x0d09aed6 mtd_panic_write +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x13d050b3 mtd_ooblayout_find_eccregion +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x184aa686 mtd_ooblayout_count_eccbytes +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x1d325ccc mtd_write +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x1e8490ab get_mtd_device_nm +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x2867e3d7 mtd_read_fact_prot_reg +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x2a9962f8 mtd_block_isreserved +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x3c2ad88f __register_mtd_parser +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x41944378 mtd_read_user_prot_reg +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x419d95b6 mtd_ooblayout_get_databytes +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x50dabc2f mtd_table_mutex +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x519fa29b unregister_mtd_user +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x51bbe524 of_get_mtd_device_by_node +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x51d12413 mtd_ooblayout_set_eccbytes +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x56069b51 mtd_device_unregister +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x5b405df6 __put_mtd_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x5c3c8341 get_tree_mtd +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x60139741 mtd_read +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x611a7895 mtd_get_device_size +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x648ee6c5 mtd_ooblayout_count_freebytes +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x6df9b3e9 __get_mtd_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x6ef971eb mtd_point +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x7140d065 mtd_ooblayout_get_eccbytes +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x753b7ae5 mtd_erase +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x85269558 register_mtd_user +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x89ba0777 mtd_ooblayout_ecc +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x961bc8a3 mtd_ooblayout_free +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x977c5d1a mtd_get_user_prot_info +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x99b4e1cc mtd_writev +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x9ad137a9 mtd_del_partition +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x9d0f3071 mtd_lock_user_prot_reg +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xa32a46fb mtd_unlock +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xa79996ba mtd_kmalloc_up_to +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xa8a14ef7 deregister_mtd_parser +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xac30e478 mtd_wunit_to_pairing_info +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xb3f11f4c mtd_unpoint +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xb7075882 mtd_check_expert_analysis_mode +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xc3fd97e3 put_mtd_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xc5d871ae __mtd_next_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xc79b7d56 mtd_write_user_prot_reg +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xcbe02319 kill_mtd_super +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xcc38ef4f mtd_block_isbad +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xcc8c3728 mtd_device_parse_register +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xd069f0ff mtd_write_oob +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xd17c10c3 mtd_get_fact_prot_info +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xd9bd5912 mtd_erase_user_prot_reg +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xde42bfcd mtd_ooblayout_set_databytes +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xe3f03572 get_mtd_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xe49eb419 mtd_block_markbad +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xe675bcfd mtd_is_locked +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xeb5e804e mtd_add_partition +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xedc9f938 mtd_pairing_groups +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xf3519d7f mtd_lock +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xf9962e57 mtd_read_oob +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xfca54f45 mtd_pairing_info_to_wunit +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0x33eb4224 add_mtd_blktrans_dev +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0x48bee6b4 deregister_mtd_blktrans +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0x6ef2782c mtd_blktrans_cease_background +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0x73776da7 del_mtd_blktrans_dev +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0x9f401313 register_mtd_blktrans +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x25b53431 nanddev_init +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x28294c21 nanddev_bbt_init +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x43339aae nanddev_ecc_engine_init +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x4f02d73c nand_get_small_page_ooblayout +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x51ee8404 nand_ecc_restore_req +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x535f9bcd nanddev_markbad +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x5a5a903a nand_ecc_init_req_tweaking +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x5cd99de5 nanddev_mtd_max_bad_blocks +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x5cdc1a8c nanddev_bbt_update +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x7605159c nanddev_bbt_set_block_status +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x8509a75a mxic_ecc_get_pipelined_ops +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x8ac80cdc nand_get_large_page_hamming_ooblayout +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x91ab5de1 nand_get_large_page_ooblayout +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x99524571 nanddev_isreserved +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0xa48faebd nand_ecc_cleanup_req_tweaking +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0xa92679eb mxic_ecc_process_data_pipelined +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0xaf39d8c8 nanddev_bbt_get_block_status +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0xb1e4ff66 nanddev_ecc_engine_cleanup +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0xbc70c23e nanddev_bbt_cleanup +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0xc3983af2 nanddev_cleanup +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0xc621d222 nanddev_isbad +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0xd79d88b7 nanddev_mtd_erase +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0xe96ba3a9 nand_ecc_tweak_req +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0xf5a31544 mxic_ecc_put_pipelined_engine +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0xfc0c848e mxic_ecc_get_pipelined_engine +EXPORT_SYMBOL_GPL drivers/mtd/nand/onenand/onenand 0x65ee7f3b onenand_scan +EXPORT_SYMBOL_GPL drivers/mtd/nand/onenand/onenand 0xe886e6af onenand_release +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/denali 0x407f6874 denali_chip_init +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x03b83a3b nand_readid_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x0d0ff001 nand_reset +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x10dc7816 nand_read_data_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x11091291 nand_extract_bits +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x1452c9fe nand_change_read_column_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x1cb64398 nand_cleanup +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x232d26eb nand_change_write_column_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x2d368c4c nand_subop_get_addr_start_off +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x313c8c10 nand_status_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x315396aa nand_reset_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x3431c6e7 nand_gpio_waitrdy +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x3c791830 nand_read_page_hwecc_oob_first +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x3ec08878 nand_soft_waitrdy +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x450a4a6b nand_wait_ready +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x535f7496 nand_write_data_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x54e24b8e nand_op_parser_exec_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x5632e63d nand_subop_get_num_addr_cyc +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x5680e9d3 nand_erase_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x581a543d nand_prog_page_end_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x6c382e87 nand_deselect_target +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x79c42f08 nand_prog_page_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x7d0f7201 nand_prog_page_begin_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xa3c43e4e nand_decode_ext_id +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xc12a7d73 nand_ecc_choose_conf +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xd3c672b8 nand_subop_get_data_len +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xd41ff2ac nand_subop_get_data_start_off +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xea2e9e85 nand_read_page_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xea6daa6a nand_read_oob_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xf9d5b2be nand_select_target +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/sm_common 0xcb9df344 sm_register_device +EXPORT_SYMBOL_GPL drivers/mtd/spi-nor/spi-nor 0x35f7a3cf spi_nor_scan +EXPORT_SYMBOL_GPL drivers/mtd/spi-nor/spi-nor 0x706f38be spi_nor_restore +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x2263399c ubi_open_volume +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x2298569d ubi_leb_write +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x308dce29 ubi_is_mapped +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x35a0717b ubi_open_volume_nm +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 0x4aa50487 ubi_leb_change +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x531c33b7 ubi_leb_map +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x66011ab6 ubi_get_device_info +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x6f60fea3 ubi_do_get_device_info +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x7184ac74 ubi_leb_erase +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x796213d9 ubi_leb_read +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x85a8ee76 ubi_unregister_volume_notifier +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x8e4e890c ubi_open_volume_path +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xa9cc41c3 ubi_leb_unmap +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xc9e3db39 ubi_leb_read_sg +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xd927c278 ubi_close_volume +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xf05114f1 ubi_get_volume_info +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 0x2fa353f7 devm_mux_state_get +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x488591dd devm_mux_control_get +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x6939c456 mux_chip_unregister +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x7cf08396 mux_state_deselect +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x7ef22e0e mux_control_put +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x8736ce2b mux_control_deselect +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x98741ffe mux_chip_alloc +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x98bbe427 mux_control_states +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x9e0bdb5f mux_control_get +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0xa56d9a89 mux_chip_free +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0xb9fa719a mux_control_try_select_delay +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0xdbed2147 mux_chip_register +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0xdd880b9a devm_mux_chip_register +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0xdff2f555 devm_mux_chip_alloc +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0xed7c5304 mux_control_select_delay +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0xfa76e911 mux_state_select_delay +EXPORT_SYMBOL_GPL drivers/net/arcnet/arcnet 0x13e6008f arcnet_led_event +EXPORT_SYMBOL_GPL drivers/net/arcnet/arcnet 0x7c9e4d97 devm_arcnet_led_init +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0x13f10122 c_can_power_down +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0x383ab42b c_can_power_up +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0xa32cf027 register_c_can_dev +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0xcf187d75 alloc_c_can_dev +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0xcf72012b free_c_can_dev +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0xd3c0db53 unregister_c_can_dev +EXPORT_SYMBOL_GPL drivers/net/can/cc770/cc770 0x23b08dbe register_cc770dev +EXPORT_SYMBOL_GPL drivers/net/can/cc770/cc770 0xc6c95798 free_cc770dev +EXPORT_SYMBOL_GPL drivers/net/can/cc770/cc770 0xcf1ee868 alloc_cc770dev +EXPORT_SYMBOL_GPL drivers/net/can/cc770/cc770 0xe3df5c91 unregister_cc770dev +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x0293714e can_rx_offload_del +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x06256c90 can_change_mtu +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x0bcc1ffa can_bus_off +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x10d892eb can_get_state_str +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x21ea6bb4 free_candev +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x22f81193 alloc_candev_mqs +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x25ad9446 can_rx_offload_threaded_irq_finish +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x2dea8946 can_dropped_invalid_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x2eaf8dc2 can_free_echo_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x32958891 can_rx_offload_irq_offload_fifo +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x418d3337 alloc_canxl_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x4aa65f17 can_get_echo_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x4f76198f unregister_candev +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x52d88900 alloc_can_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x53b4db4b can_rx_offload_queue_tail +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x5e0598ec close_candev +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x6047ede6 can_fd_len2dlc +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x7a73a2e4 safe_candev_priv +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x831c18a7 can_rx_offload_add_manual +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x8610a614 can_rx_offload_irq_offload_timestamp +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x8af8bace can_rx_offload_irq_finish +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x9b974244 can_rx_offload_get_echo_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x9c0b7ca5 can_rx_offload_add_timestamp +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xa8ec0658 alloc_can_err_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xb9d7d37e can_change_state +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xba3a9410 open_candev +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xcb0b9e17 register_candev +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xd931e429 can_skb_get_frame_len +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xdb29d77d can_rx_offload_enable +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xde251190 can_rx_offload_queue_timestamp +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xea89c70d can_rx_offload_add_fifo +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xf12d9387 can_fd_dlc2len +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xf824936f alloc_canfd_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xfc527f43 can_put_echo_skb +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0x2565a8d7 m_can_class_free_dev +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0x65f8356f m_can_class_register +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0x9e2c1e13 m_can_class_suspend +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0xa8ee196a m_can_class_resume +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0xbd18e8d6 m_can_init_ram +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0xbf0b1863 m_can_class_get_clocks +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0xf0cc6b76 m_can_class_allocate_dev +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0xfaa84736 m_can_class_unregister +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0x21feee37 free_sja1000dev +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0x32fbb431 alloc_sja1000dev +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0x49ebd0d2 sja1000_interrupt +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0x67eea9e0 unregister_sja1000dev +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0x8426b3a0 register_sja1000dev +EXPORT_SYMBOL_GPL drivers/net/dsa/lan9303-core 0x9e8160dc lan9303_indirect_phy_ops +EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_switch 0x8180b114 ksz_switch_chips +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8365mb 0x82630477 rtl8365mb_variant +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0x08770117 rtl8366_reset_vlan +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0x2af15a1e rtl8366_set_pvid +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0x2b84431b rtl8366_vlan_del +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0x31e4c347 rtl8366_get_strings +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0x388a71e0 rtl8366_vlan_add +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0x4ff73b35 rtl8366_get_ethtool_stats +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0x5608a94b rtl8366_get_sset_count +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0x6c576384 rtl8366_mc_is_used +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0xbe495232 rtl8366_enable_vlan +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0xc8f3e68a rtl8366rb_variant +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0xdb27e629 rtl8366_enable_vlan4k +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0xf11b9779 rtl8366_set_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0x31727864 fun_free_ring_mem +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0x3be58d41 fun_sq_create +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0x481750b8 fun_res_destroy +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0x6b63565f fun_alloc_ring_mem +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0x7644ac39 fun_serv_restart +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0x7a8cb4e3 fun_get_res_count +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0x8a13fa77 fun_cq_create +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0xa8894b7b fun_serv_stop +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0xc014ad5d fun_submit_admin_sync_cmd +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0xdd4a1533 fun_bind +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0xf243b315 fun_serv_sched +EXPORT_SYMBOL_GPL drivers/net/ethernet/intel/i40e/i40e 0x5ca4642e i40e_client_device_unregister +EXPORT_SYMBOL_GPL drivers/net/ethernet/intel/i40e/i40e 0x89725b33 i40e_client_device_register +EXPORT_SYMBOL_GPL drivers/net/ethernet/intel/ice/ice 0x0bf9b85c ice_rdma_request_reset +EXPORT_SYMBOL_GPL drivers/net/ethernet/intel/ice/ice 0x5b44902d ice_rdma_update_vsi_filter +EXPORT_SYMBOL_GPL drivers/net/ethernet/intel/ice/ice 0x7c5ab6f3 ice_del_rdma_qset +EXPORT_SYMBOL_GPL drivers/net/ethernet/intel/ice/ice 0xc3ae0787 ice_get_qos_params +EXPORT_SYMBOL_GPL drivers/net/ethernet/intel/ice/ice 0xe50dea2d ice_add_rdma_qset +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x059d1922 mlx4_mr_rereg_mem_write +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0712dccf mlx4_register_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x08237976 mlx4_SYNC_TPT +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x09514142 mlx4_get_vf_config +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0977336f mlx4_INIT_PORT +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0a060c7b mlx4_free_hwq_res +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0e75d665 mlx4_map_sw_to_hw_steering_mode +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0fa2f7d7 mlx4_qp_release_range +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0ffb5142 mlx4_multicast_promisc_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x101b30b1 mlx4_alloc_cmd_mailbox +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x15e16137 mlx4_find_cached_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x183288d0 mlx4_FLOW_STEERING_IB_UC_QP_RANGE +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1a0d2e8b mlx4_srq_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1a1100c1 mlx4_qp_query +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1b8d6367 mlx4_uar_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1cd34ef8 mlx4_mr_enable +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1ce9531f mlx4_phys_to_slaves_pport_actv +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1d551b88 mlx4_mr_hw_write_mpt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1ff8d687 mlx4_wol_read +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1ffc5b72 mlx4_db_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x223c4830 mlx4_ACCESS_PTYS_REG +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x260b0edd mlx4_pd_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x28131e8c mlx4_config_roce_v2_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x28a5c291 mlx4_qp_reserve_range +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x293286c8 mlx4_mr_hw_put_mpt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x30909b5a mlx4_get_admin_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x309cdba1 mlx4_qp_modify +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3275967b mlx4_mw_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x329beecf mlx4_xrcd_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x33040400 mlx4_mr_hw_change_access +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x357bbffb mlx4_replace_zero_macs +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3821df2d mlx4_get_counter_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3d488d05 mlx4_unregister_interface +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3e602d9b mlx4_set_vf_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3ef4926c mlx4_qp_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x415d984b mlx4_flow_steer_promisc_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x45c8bb61 mlx4_set_vf_rate +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x463f8f09 mlx4_srq_query +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4e2d1f22 mlx4_phys_to_slave_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4f5e91b2 mlx4_mr_rereg_mem_cleanup +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x50691838 mlx4_qp_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x50bb1a20 mlx4_register_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x59702aff mlx4_qp_to_ready +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5e695aff mlx4_read_clock +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5e841034 mlx4_flow_steer_promisc_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5ea15c4c mlx4_counter_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5eabb84f mlx4_config_dev_retrieval +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5f5ab68c mlx4_qp_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x62bf41b6 mlx4_multicast_promisc_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6594c294 mlx4_get_protocol_dev +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x68237379 mlx4_bf_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6869017e mlx4_get_internal_clock_params +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x693b416e mlx4_map_sw_to_hw_steering_id +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6d0191ce mlx4_vf_set_enable_smi_admin +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6d562b79 mlx4_multicast_detach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6eb0da39 mlx4_mtt_init +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6fa44212 __mlx4_register_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7d0bbd12 mlx4_xrcd_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x825d9a68 mlx4_set_vf_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x83494e67 mlx4_get_devlink_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8455a145 mlx4_db_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x84f2c298 mlx4_bond +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x886deb58 mlx4_vf_smi_enabled +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8a1ddf94 mlx4_srq_arm +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8b6cfccd mlx4_unbond +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8b7ca5d9 mlx4_get_base_gid_ix +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8bc964e8 mlx4_cq_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8f6c6677 mlx4_buf_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x940cbcfd mlx4_mr_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x95175e68 mlx4_counter_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9600ba2a mlx4_unregister_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x97f93728 mlx4_phys_to_slaves_pport +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x98a8c40b mlx4_srq_lookup +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9a9f1f54 mlx4_mtt_cleanup +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9aee123d mlx4_vf_get_enable_smi_admin +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9b7f5ff5 mlx4_unicast_detach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9bc90dc1 mlx4_port_map_set +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9f1fcdda mlx4_cq_resize +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa3532113 mlx4_mr_hw_change_pd +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa3df1dd1 mlx4_mr_hw_get_mpt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa47f3a29 mlx4_get_base_qpn +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa7c67f3a mlx4_flow_attach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa9be4e61 mlx4_wol_write +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xaa682191 mlx4_write_mtt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xabee30eb mlx4_cq_modify +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xaccbe5d6 mlx4_CLOSE_PORT +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xaee55312 mlx4_get_vf_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xaffdb3d2 mlx4_buf_write_mtt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb0d8e3ce mlx4_cq_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb174ac3a __mlx4_cmd +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb1ba266e mlx4_set_vf_spoofchk +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb6e0c400 mlx4_register_interface +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb7c19169 mlx4_multicast_attach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb92a37ed mlx4_srq_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xbb980212 mlx4_hw_rule_sz +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc0c5172f mlx4_mw_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc2d10232 mlx4_get_default_counter_index +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc40e9ab4 mlx4_unicast_promisc_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc4e3b0b7 mlx4_flow_detach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xccf98ec1 mlx4_buf_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xcd0127b4 mlx4_mr_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xcd62f7a2 mlx4_slave_convert_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xce177930 mlx4_uar_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd0d60b26 mlx4_bf_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd2d51a44 mlx4_unicast_promisc_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd517e1ce mlx4_unicast_attach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd5b6ae94 mlx4_find_cached_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xdb9aa90d mlx4_get_active_ports +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xdde9ba01 mlx4_alloc_hwq_res +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xde25691b mlx4_unregister_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe2251fab mlx4_pd_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe3010b61 mlx4_update_qp +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe56a931c mlx4_mtt_addr +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe7214022 mlx4_config_vxlan_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe8a89a3e mlx4_free_cmd_mailbox +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xeaf9c000 mlx4_set_admin_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xedc17295 mlx4_mw_enable +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf145bb6b __mlx4_unregister_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xfbf84a8c mlx4_set_vf_link_state +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xfdd10074 mlx4_get_slave_default_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xff4450c7 __mlx4_replace_mac +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 0x0c1cde37 mlx5_core_access_reg +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x15a8e269 mlx5_frag_buf_alloc_node +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x186da7e7 mlx5_modify_nic_vport_mac_address +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1b8c5a7c mlx5_set_port_wol +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x26bf08c6 mlx5_query_port_admin_status +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x281bdbff mlx5_query_hca_vport_gid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3010ed86 mlx5_core_reserved_gids_count +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x36bd06af mlx5_query_hca_vport_pkey +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3f6c8888 mlx5_query_port_wol +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3fcce2fd mlx5_query_nic_vport_node_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3ff7e299 mlx5_query_nic_vport_qkey_viol_cntr +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4c8b293e mlx5_vport_get_other_func_cap +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4f4302e0 mlx5_query_port_ptys +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x56367f9a mlx5_core_query_sq_state +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x571d4b27 mlx5_query_port_ets_rate_limit +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x57aa2fa0 mlx5_eswitch_mode +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x57ffe528 mlx5_query_nic_vport_mtu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x58ec8c07 mlx5_nic_vport_unaffiliate_multiport +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x66634ead mlx5_core_query_vport_counter +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x69498f04 mlx5_dm_sw_icm_dealloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6a20b90e mlx5_db_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6d2628aa mlx5_set_port_mtu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6f9cb668 mlx5_access_reg +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x76bfa969 mlx5_set_port_caps +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7776f38d mlx5_eswitch_get_total_vports +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7841d414 mlx5_query_hca_vport_system_image_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x80a5b593 mlx5_query_hca_vport_node_guid +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 0x87171314 mlx5_nic_vport_query_local_lb +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x87dc628b mlx5_frag_buf_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x884d116e mlx5_db_alloc_node +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x89d8d432 mlx5_dm_sw_icm_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x90f01ee9 mlx5_query_nic_vport_promisc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x995bd34c mlx5_query_min_inline +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9ae9f08b mlx5_modify_nic_vport_vlans +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9d51396f mlx5_ipsec_device_caps +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9e46d6ff mlx5_query_nic_vport_mac_list +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9fd4698f mlx5_set_port_admin_status +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa6e6981d mlx5_query_hca_vport_context +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xab4a90f6 mlx5_nic_vport_enable_roce +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xabffeca3 mlx5_set_port_pfc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb1d391bc mlx5_query_port_oper_mtu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb2050b7a mlx5_modify_nic_vport_mtu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb372d2cc mlx5_nic_vport_affiliate_multiport +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb7d70eb2 mlx5_toggle_port_link +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb9d33987 mlx5_query_nic_vport_mac_address +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xba0b65db mlx5_query_port_max_mtu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xba8303d0 mlx5_core_modify_hca_vport_context +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xbdf68a0b mlx5_query_port_pause +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xbf10eee9 mlx5_query_port_prio_tc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc0177fa6 mlx5_set_port_tc_bw_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc5de9576 mlx5_modify_nic_vport_mac_list +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc83f974c mlx5_set_port_pause +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc9f2a80b mlx5_query_nic_system_image_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd3f0681e mlx5_query_port_vl_hw_cap +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd8306793 mlx5_query_port_pfc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd9ac1d1d mlx5_query_nic_vport_min_inline +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xda00094c mlx5_query_module_eeprom_by_page +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xdaf79325 mlx5_set_port_tc_group +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe59ca0a6 mlx5_query_port_tc_group +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe63e70f3 mlx5_query_nic_vport_system_image_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe949d809 mlx5_query_module_eeprom +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xeb066d67 mlx5_nic_vport_update_local_lb +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf38dd0e9 mlx5_set_port_prio_tc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xfb09b377 mlx5_modify_port_ets_rate_limit +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xfc9b2688 mlx5_query_mac_address +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xff2a6a77 mlx5_modify_nic_vport_promisc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xfffe66ce mlx5_query_port_tc_bw_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/micrel/ks8851_common 0x40e9ac4d ks8851_resume +EXPORT_SYMBOL_GPL drivers/net/ethernet/micrel/ks8851_common 0x70d97ec6 ks8851_probe_common +EXPORT_SYMBOL_GPL drivers/net/ethernet/micrel/ks8851_common 0xac7a4997 ks8851_remove_common +EXPORT_SYMBOL_GPL drivers/net/ethernet/micrel/ks8851_common 0xf023efd7 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 0xebf4dddd devm_regmap_init_encx24j600 +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x09768793 ocelot_port_del_dscp_prio +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x0d00b8e0 ocelot_port_assigned_dsa_8021q_cpu_mask +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x0e98c0d3 ocelot_cls_flower_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x0f806811 ocelot_port_readl +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x15b8c6e0 ocelot_bridge_num_find +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x2ef3608b ocelot_port_mirror_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x3ab20740 ocelot_cls_flower_destroy +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x42d8acbf ocelot_port_get_pause_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x466effc9 ocelot_port_setup_dsa_8021q_cpu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x4b604c78 ocelot_port_get_rmon_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x4da04875 ocelot_regmap_init +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x5dfb0244 ocelot_port_assign_dsa_8021q_cpu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x6a1c135f ocelot_port_set_default_prio +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x6cc6e3d9 ocelot_port_get_eth_mac_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x6e3c00c0 ocelot_port_unassign_dsa_8021q_cpu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x7b74d366 ocelot_port_teardown_dsa_8021q_cpu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x815d1ab0 ocelot_migrate_mdbs +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x87d038a5 ocelot_get_bridge_fwd_mask +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x87dffeb9 ocelot_port_writel +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x8b82900d ocelot_port_get_default_prio +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x8dede92c ocelot_port_add_dscp_prio +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x8df33f0e ocelot_phylink_mac_link_down +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x92bc0ae5 ocelot_cls_flower_replace +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xad79a8ab __ocelot_read_ix +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xb43e0864 __ocelot_write_ix +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xb578fe6f ocelot_port_get_eth_phy_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xbf774f90 ocelot_phylink_mac_link_up +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xc7c0d50a ocelot_port_get_dscp_prio +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xd0ed6354 ocelot_port_rmwl +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xd0f28954 __ocelot_bulk_read_ix +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xd263a3aa ocelot_lag_fdb_del +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xd6743a03 ocelot_port_get_eth_ctrl_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xdc7caf98 ocelot_lag_fdb_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xe0a96ea9 ocelot_mact_flush +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xe575be23 __ocelot_rmw_ix +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xe6522276 ocelot_port_mirror_del +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xf231aef3 ocelot_bond_get_id +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xf2fbb9cd ocelot_regfields_init +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac 0x0bc3c850 stmmac_bus_clks_config +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac 0x114205c2 stmmac_suspend +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac 0x3ab0d6ec stmmac_dvr_probe +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac 0x3c827eac stmmac_dvr_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac 0x4860b43a stmmac_resume +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac 0x545572d4 stmmac_set_mac_addr +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac 0x92d778bb stmmac_get_mac_addr +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac 0xda695190 stmmac_init_tstamp_counter +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0x1433cc5e stmmac_remove_config_dt +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0x3e66b3dd stmmac_probe_config_dt +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0xb350c569 stmmac_pltfr_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0xda25688a stmmac_get_platform_resources +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0xe515ec60 stmmac_pltfr_pm_ops +EXPORT_SYMBOL_GPL drivers/net/ethernet/wiznet/w5100 0x035d1984 w5100_ops_priv +EXPORT_SYMBOL_GPL drivers/net/ethernet/wiznet/w5100 0x98b85e99 w5100_pm_ops +EXPORT_SYMBOL_GPL drivers/net/ethernet/wiznet/w5100 0xedd4f56b w5100_probe +EXPORT_SYMBOL_GPL drivers/net/ethernet/wiznet/w5100 0xf551bc89 w5100_remove +EXPORT_SYMBOL_GPL drivers/net/geneve 0xfa5f1536 geneve_dev_create_fb +EXPORT_SYMBOL_GPL drivers/net/ipvlan/ipvlan 0x2f29b868 ipvlan_link_delete +EXPORT_SYMBOL_GPL drivers/net/ipvlan/ipvlan 0x576dce2b ipvlan_count_rx +EXPORT_SYMBOL_GPL drivers/net/ipvlan/ipvlan 0x7ee20206 ipvlan_link_register +EXPORT_SYMBOL_GPL drivers/net/ipvlan/ipvlan 0xa50cdb85 ipvlan_link_new +EXPORT_SYMBOL_GPL drivers/net/ipvlan/ipvlan 0xdf67634b ipvlan_link_setup +EXPORT_SYMBOL_GPL drivers/net/macsec 0x38f5f958 macsec_pn_wrapped +EXPORT_SYMBOL_GPL drivers/net/macvlan 0x4410cf6a macvlan_common_setup +EXPORT_SYMBOL_GPL drivers/net/macvlan 0x6721ef2b macvlan_link_register +EXPORT_SYMBOL_GPL drivers/net/macvlan 0x7a5cbb0d macvlan_dellink +EXPORT_SYMBOL_GPL drivers/net/macvlan 0xb4528285 macvlan_common_newlink +EXPORT_SYMBOL_GPL drivers/net/mdio/mdio-i2c 0x959e1e8b mdio_i2c_alloc +EXPORT_SYMBOL_GPL drivers/net/net_failover 0x61a7d1f4 net_failover_destroy +EXPORT_SYMBOL_GPL drivers/net/net_failover 0xd3df2a29 net_failover_create +EXPORT_SYMBOL_GPL drivers/net/pcs/pcs-altera-tse 0x2a06f9ef alt_tse_pcs_create +EXPORT_SYMBOL_GPL drivers/net/pcs/pcs_xpcs 0x0a8e14b4 xpcs_destroy +EXPORT_SYMBOL_GPL drivers/net/pcs/pcs_xpcs 0x16d9f4bc xpcs_do_config +EXPORT_SYMBOL_GPL drivers/net/pcs/pcs_xpcs 0xa199d068 xpcs_get_interfaces +EXPORT_SYMBOL_GPL drivers/net/pcs/pcs_xpcs 0xaa2f3c14 xpcs_link_up +EXPORT_SYMBOL_GPL drivers/net/pcs/pcs_xpcs 0xb3a5a8ee xpcs_config_eee +EXPORT_SYMBOL_GPL drivers/net/pcs/pcs_xpcs 0xce4db3fe xpcs_get_an_mode +EXPORT_SYMBOL_GPL drivers/net/pcs/pcs_xpcs 0xdc3a35dc xpcs_create +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x0a725fb5 bcm_phy_write_misc +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x0b4ef4ce __bcm_phy_write_exp +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x0c677fd1 __bcm_phy_write_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x18554a0c bcm_phy_handle_interrupt +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x1c349ca5 bcm_phy_read_misc +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x2340dae2 __bcm_phy_modify_exp +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x292722cf bcm_phy_cable_test_start_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x2c7d1d50 bcm_phy_modify_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x314c3cc0 bcm_phy_set_eee +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x39b39c87 bcm_phy_enable_apd +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x3c50826a bcm_phy_downshift_get +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x48465c5a bcm_phy_write_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x4d3db24a bcm_phy_enable_jumbo +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x4f6fd745 bcm_phy_write_exp +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x50551f1d bcm_phy_write_shadow +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x5820a231 bcm_phy_cable_test_get_status_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x5c16d96a bcm_phy_get_sset_count +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x612289ae bcm_phy_cable_test_start +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x79ba58a6 bcm_phy_get_stats +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xa48cda1a bcm_phy_28nm_a0b0_afe_config_init +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xbaa744b1 bcm_phy_cable_test_get_status +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xc0141477 bcm_phy_r_rc_cal_reset +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xc0bedaac bcm_phy_modify_exp +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xc788801c bcm_phy_config_intr +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xcc328601 bcm54xx_auxctl_read +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xcf831d1e __bcm_phy_modify_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xd114c5ce bcm_phy_read_exp +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xd775d857 __bcm_phy_read_exp +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xda136c71 bcm_phy_read_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xdb457405 bcm_phy_ack_intr +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xdc7271e8 __bcm_phy_read_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xef3b7128 bcm_phy_read_shadow +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xfa024b5a bcm_phy_downshift_set +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xfdcf9d27 bcm_phy_get_strings +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-ptp 0x552a3882 bcm_ptp_probe +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-ptp 0x78b2e890 bcm_ptp_config_init +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-ptp 0xe54c4503 bcm_ptp_stop +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x08213956 phylink_ethtool_get_wol +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x12135396 phylink_mac_change +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x15c4e3e2 phylink_ethtool_set_pauseparam +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x16ca1a8a phylink_suspend +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x18826882 phylink_of_phy_connect +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x2c8e28ee phylink_ethtool_get_eee +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x3f3a174a phylink_ethtool_ksettings_get +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 0x64a1a5ce phylink_decode_usxgmii_word +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x66e8b5b0 phylink_caps_to_linkmodes +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x6d7886cb phylink_fwnode_phy_connect +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x6fa426d2 phylink_ethtool_nway_reset +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x70a8ad86 phylink_mii_c22_pcs_an_restart +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x81c2d4bb phylink_connect_phy +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x825c7340 phylink_get_eee_err +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x859b1ff6 phylink_validate_mask_caps +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x875b1429 phylink_generic_validate +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x911fcd6c phylink_start +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x95ea06a1 phylink_ethtool_ksettings_set +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x983276da phylink_disconnect_phy +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0xa4383759 phylink_mii_c45_pcs_get_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 0xcc23c661 phylink_mii_c22_pcs_get_state +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 0xe544e742 phylink_create +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0xec02ebe0 phylink_init_eee +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0xf05a8ac8 phylink_mii_c22_pcs_config +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0xf3083a1d phylink_destroy +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0xf8fe5642 phylink_ethtool_get_pauseparam +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0xf926a606 phylink_mii_c22_pcs_decode_state +EXPORT_SYMBOL_GPL drivers/net/tap 0x065aad7d tap_free_minor +EXPORT_SYMBOL_GPL drivers/net/tap 0x0b9d6b45 tap_create_cdev +EXPORT_SYMBOL_GPL drivers/net/tap 0x356d66cb tap_get_socket +EXPORT_SYMBOL_GPL drivers/net/tap 0x53ee71ce tap_get_ptr_ring +EXPORT_SYMBOL_GPL drivers/net/tap 0x9520cbb6 tap_del_queues +EXPORT_SYMBOL_GPL drivers/net/tap 0xb8ac8864 tap_destroy_cdev +EXPORT_SYMBOL_GPL drivers/net/tap 0xd653abb2 tap_handle_frame +EXPORT_SYMBOL_GPL drivers/net/tap 0xd719fd30 tap_get_minor +EXPORT_SYMBOL_GPL drivers/net/tap 0xfdc560fa tap_queue_resize +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0x37aead3f usbnet_generic_cdc_bind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0x432e1af7 usbnet_cdc_zte_rx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0x433243d2 usbnet_cdc_status +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0xb09478bb usbnet_ether_cdc_bind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0xc6c9009b usbnet_cdc_bind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0xe2c2b788 usbnet_cdc_update_filter +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0xe81273cf usbnet_cdc_unbind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x0c7157bd cdc_ncm_rx_verify_ndp16 +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x2941c8a2 cdc_ncm_rx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x2b85fda4 cdc_ncm_change_mtu +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x2c4042d7 cdc_ncm_rx_verify_ndp32 +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x5b07cb8e cdc_ncm_fill_tx_frame +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x60d5952a cdc_ncm_select_altsetting +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x68b548e8 cdc_ncm_rx_verify_nth16 +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x776808d6 cdc_ncm_tx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x7a561ced cdc_ncm_unbind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x9ec8ede6 cdc_ncm_rx_verify_nth32 +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0xca89c397 cdc_ncm_bind_common +EXPORT_SYMBOL_GPL drivers/net/usb/r8152 0x8a0d5e33 rtl8152_get_version +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0x097f35be rndis_command +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0x46c851bf rndis_rx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0x5812ee08 rndis_unbind +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0x75efaea3 generic_rndis_bind +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0x77f9ab96 rndis_tx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0xf0841792 rndis_status +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x059f38e6 usbnet_probe +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x0a3e6c56 usbnet_suspend +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x196bbe45 usbnet_disconnect +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x1e65d09a usbnet_write_cmd_nopm +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x207668ac usbnet_status_start +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x27489293 usbnet_get_link_ksettings_internal +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x349f29c7 usbnet_set_msglevel +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x3cbf7f83 usbnet_get_msglevel +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x40bf830b usbnet_get_link +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x449429aa usbnet_nway_reset +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x4b599084 usbnet_resume_rx +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x4ba0ded0 usbnet_get_endpoints +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x51fd2e81 usbnet_pause_rx +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x66e664ff usbnet_defer_kevent +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x688c420a usbnet_stop +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x6d3060c7 usbnet_resume +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x772abe26 usbnet_skb_return +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x8186e373 usbnet_unlink_rx_urbs +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x868d81ed usbnet_start_xmit +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x878f5959 usbnet_write_cmd +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x8d396c27 usbnet_write_cmd_async +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x99ff6d34 usbnet_tx_timeout +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xb79866d4 usbnet_update_max_qlen +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xbbaa7034 usbnet_change_mtu +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xbd095bda usbnet_purge_paused_rxq +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xd46855cc usbnet_status_stop +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xd9698b73 usbnet_read_cmd_nopm +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xdf87074f usbnet_read_cmd +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xe431f905 usbnet_get_drvinfo +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xe8d9e85e usbnet_set_link_ksettings_mii +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xecd02020 usbnet_open +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xecf34c46 usbnet_get_link_ksettings_mii +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xee35fc5e usbnet_set_rx_mode +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xf86518e6 usbnet_get_ethernet_addr +EXPORT_SYMBOL_GPL drivers/net/vxlan/vxlan 0x02f870d5 vxlan_fdb_find_uc +EXPORT_SYMBOL_GPL drivers/net/vxlan/vxlan 0x4b8aa6ef vxlan_dev_create +EXPORT_SYMBOL_GPL drivers/net/vxlan/vxlan 0x51166b8e vxlan_fdb_replay +EXPORT_SYMBOL_GPL drivers/net/vxlan/vxlan 0xad9d2b4e vxlan_fdb_clear_offload +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/ipw2x00/libipw 0xa0980f69 libipw_rx_any +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x06681cc8 _il_grab_nic_access +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x4dd6e54b il_prep_station +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x5c3ae9f1 il_remove_station +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x9dd620be il_dealloc_bcast_stations +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xf90a604a il_mac_tx_last_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x5987fe45 iwl_fw_lookup_assert_desc +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x71118edc iwl_fw_lookup_cmd_ver +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x74778a2f iwl_fw_lookup_notif_ver +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0x0b5ffaed p54_free_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0x2204ebd1 p54_unregister_common +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0x68799702 p54_free_common +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0x7f70f6a8 p54_parse_eeprom +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0x8f56f98d p54_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0x90a7be1c p54_init_common +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0xd8d6c7f4 p54_parse_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0xe1e2a16b p54_read_eeprom +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0xfeb96fdc p54_register_common +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x021e28be lbs_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x0c10b964 lbs_queue_event +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x1c784552 __lbs_cmd +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x206ce18a lbs_cmd_copyback +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x25258d08 lbs_host_to_card_done +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x2eb06df5 lbs_stop_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x4c0d3fbf lbs_get_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0xadafc464 lbs_notify_command_response +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0xbb7608e3 lbs_host_sleep_cfg +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0xc231e584 lbs_start_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0xc7b04758 lbs_get_firmware_async +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0xda51ba8b lbs_remove_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0xdf03242c lbs_process_rxed_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0xe6331dc5 lbs_resume +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0xf2c0200e lbs_send_tx_feedback +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0xf5da6c01 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 0x387a33e8 lbtf_cmd_response_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0x544b9c23 lbtf_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0x59d683f9 lbtf_bcn_sent +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0x72507f25 __lbtf_cmd +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0x87496964 lbtf_remove_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0x880f952c lbtf_add_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0x9cbea2c3 lbtf_cmd_copyback +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0x9f48e857 lbtf_send_tx_feedback +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0xc85e6899 lbtf_debug +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x0fe455fb mwifiex_handle_rx_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x1115d862 mwifiex_deauthenticate_all +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x16c5b123 mwifiex_process_sleep_confirm_resp +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x2793a11d mwifiex_prepare_fw_dump_info +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x30c70a71 mwifiex_enable_hs +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x483d72c9 mwifiex_shutdown_sw +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x4a8af0d0 mwifiex_write_data_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x561770c6 mwifiex_multi_chan_resync +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x63b69ffc mwifiex_main_process +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x63fb4c94 mwifiex_disable_auto_ds +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x68ecbe6a mwifiex_del_virtual_intf +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x6a041611 mwifiex_init_shutdown_fw +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x6dedbc36 mwifiex_add_virtual_intf +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x73394f05 mwifiex_add_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x75adf975 mwifiex_dnld_fw +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x7becf5b4 mwifiex_fw_dump_event +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x8c3fcf35 mwifiex_drv_info_dump +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x9f15a2b0 mwifiex_reinit_sw +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xaa95d233 _mwifiex_dbg +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xb891fae6 mwifiex_cancel_hs +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xc52da53e mwifiex_remove_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xcc1f4912 mwifiex_upload_device_dump +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xcc691f47 mwifiex_queue_main_work +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xce80a959 mwifiex_process_hs_config +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xd4dad9f3 mwifiex_alloc_dma_align_buf +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x00504319 mt76_sta_state +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x007d776c mt76_sw_scan_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x01a010f3 __SCK__tp_func_dev_irq +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x024e05e3 __mt76_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x0376d827 mt76_register_phy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x055cad5d mt76_get_survey +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x08e81703 __mt76_set_tx_blocked +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x0963674c mt76_get_rate +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x0b5cdd08 mt76_alloc_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x0f18ca2e mt76_rx_poll_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x14fd304f mt76_mcu_skb_send_and_get_msg +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x15617fbf __mt76_sta_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x179f8b67 mt76_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x17f568e9 mt76_rates +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x1df8a1b3 mt76_tx_status_skb_add +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x1ec57b4f __mt76_worker_fn +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x24936524 mt76_mcu_rx_event +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x25384e22 mt76_rx_aggr_stop +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x299d2a55 mt76_csa_check +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x2ed1ad03 mt76_tx_status_unlock +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x2f04c48b mt76_mcu_get_response +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x324ca740 mt76_get_rate_power_limits +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x34263331 mt76_set_tim +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x34d52910 mt76_unregister_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x35a14d0c mt76_release_buffered_frames +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x3850a42b mt76_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x3a28f07a mt76_free_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x3bedd406 mt76_sta_pre_rcu_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x3c333abf mt76_sw_scan +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x41a2b6bd __traceiter_mac_txdone +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x43423bb6 ____mt76_poll_msec +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x4582dede mt76_get_rxwi +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x467b193c mt76_eeprom_override +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x4bb39d85 mt76_skb_adjust_pad +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x5016dbba mt76_wake_tx_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x510c1633 mt76_update_survey +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x52e006b0 mt76_put_rxwi +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x587bd03e __traceiter_dev_irq +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x594f2026 mt76_dma_attach +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x5a9a6f62 mt76_rx_token_consume +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x5fd3074e mt76_tx_status_check +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x64d1a885 mt76_register_debugfs_fops +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x687bebca mt76_txq_schedule_all +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x688c363e mt76_tx_status_skb_get +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x6d1a1b6a mt76_mcu_send_and_get_msg +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x71a4ec5d mt76_eeprom_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x78ade6ad mt76_seq_puts_array +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x80fd5788 mt76_get_antenna +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x8d9af1f9 __mt76_tx_complete_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x8dfbf82d mt76_set_stream_caps +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x93c0fcb2 __tracepoint_mac_txdone +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x952ae7c8 __tracepoint_dev_irq +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x95751aa3 __mt76_mcu_msg_alloc +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x97b4d25f mt76_tx_status_skb_done +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x9ac53d55 mt76_dma_cleanup +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x9accd451 mt76_get_sar_power +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x9feb3606 mt76_tx_worker_run +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xa2cd8339 mt76_insert_ccmp_hdr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xa44cdfa1 mt76_init_sar_power +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xa651e7d8 mt76_get_min_avg_rssi +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xa6dda206 mt76_rx_token_release +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xade244b9 mt76_token_release +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xae7912a6 mt76_update_survey_active_time +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xb0545d03 mt76_set_channel +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xb09049c4 mt76_phy_dfs_state +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xb4f49854 mt76_put_txwi +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xb9e44d58 mt76_set_irq_mask +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xbaa838da mt76_csa_finish +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xbb31a266 __SCT__tp_func_mac_txdone +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xbca24efc mt76_get_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xbdd6efd7 mt76_dma_rx_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xc06b69ed mt76_stop_tx_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xc6634315 mt76_ac_to_hwq +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xc79daf86 mt76_ethtool_worker +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xca969e2c mt76_unregister_phy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xcb532b11 mt76_alloc_phy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xcc3ffd45 mt76_queues_read +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xccf0aa69 mt76_calculate_default_rate +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xcf8f9f48 mt76_init_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xd52e0d63 mt76_tx_status_lock +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xd9c25095 mt76_rx_aggr_start +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xe19047c6 mt76_register_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xe40b66ef mt76_wcid_alloc +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xe45628cb __SCT__tp_func_dev_irq +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xe5e48f1f mt76_tx_check_agg_ssn +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xea3b7710 mt76_pci_disable_aspm +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xed6eeb13 __SCK__tp_func_mac_txdone +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xeda7c577 mt76_txq_schedule +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xf0f8d069 __mt76_mcu_send_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xf3908a00 mt76_token_consume +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xfbf54c60 mt76_has_tx_pending +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xfcbf8cf4 mt76_queue_tx_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xfd89b78c mt76_get_of_eeprom +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xffb83fd0 mt76_mmio_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x0268639f mt76_connac_mcu_reg_rr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x054297f7 mt76_connac_pm_queue_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x07217b9f mt76_connac_pm_dequeue_skbs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x09035bc7 mt76_connac_mcu_sta_ba_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x0d4ef6b0 mt76_connac_tx_complete_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x0d72cb42 mt76_connac_mcu_sched_scan_enable +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x0ea7b570 mt76_connac_mcu_wtbl_ba_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x11e4b97a mt76_connac2_reverse_frag0_hdr_trans +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x1ba2b987 mt76_connac_init_tx_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x1cca2dcc mt76_connac_mcu_set_hif_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x226779b7 mt76_connac_mcu_hw_scan +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x2575d123 mt76_connac_sta_state_dp +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x26712969 mt76_connac_mcu_sta_basic_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x2ae60738 mt76_connac_mcu_update_gtk_rekey +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x397621be mt76_connac2_load_ram +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x3fd62071 mt76_connac_mcu_bss_basic_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x4001011e mt76_connac_mcu_add_key +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x42348ef4 mt76_connac2_mac_fill_rx_rate +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x449697f6 mt76_connac_mcu_start_patch +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x4801956d mt76_connac_mcu_wtbl_generic_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x49c4175e mt76_connac_mcu_wtbl_hdr_trans_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x4ab66fe3 mt76_connac_mcu_add_nested_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x4dc0db94 mt76_connac_mcu_uni_add_bss +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x4fdfac2a mt76_connac_get_phy_mode +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x5144adeb mt76_connac_mcu_set_p2p_oppps +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x515023eb mt76_connac_mcu_sta_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x5369bfcd mt76_connac_mcu_beacon_loss_iter +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x538b139c mt76_connac_mcu_restart +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x53fe3074 mt76_connac2_mac_tx_rate_val +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x5608d034 mt76_connac_mcu_coredump_event +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x573db6c6 mt76_connac_pm_wake +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x5de64b1b mt76_connac_mcu_update_arp_filter +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x5eb2bd51 mt76_connac_mcu_sta_uapsd +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x60a22bbc mt76_connac_mcu_sta_wed_update +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x66959adf mt76_connac_mcu_sta_ba +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x688ac2f7 mt76_connac_mcu_set_channel_domain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x6a4d8102 mt76_connac_mcu_set_pm +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x6c3999ea mt76_connac_mcu_chip_config +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x6c8db356 mt76_connac_mcu_set_rate_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x729826b4 mt76_connac2_mac_write_txwi +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x731d391d mt76_connac_mcu_uni_add_dev +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x76220550 mt76_connac_mcu_rdd_cmd +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x7ac6db0e mt76_connac_mcu_reg_wr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x7eaa2101 mt76_connac_mcu_get_nic_capability +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x805e7013 mt76_connac_mcu_patch_sem_ctrl +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x83fefc00 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 0x92db0bd2 mt76_connac_mcu_bss_omac_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x9f9e452a mt76_connac2_mcu_fill_message +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x9fd6c580 mt76_connac_mcu_bss_ext_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xa3a71b4b mt76_connac_mcu_wtbl_smps_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xade4f26c mt76_connac_mcu_sched_scan_req +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xb0ae99a4 mt76_connac_mcu_set_deep_sleep +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xb45d1295 mt76_connac_mcu_set_vif_ps +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xb8ccd61d mt76_connac_mcu_alloc_wtbl_req +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xbbb5cc83 mt76_connac_mcu_set_suspend_iter +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xc47e04cc mt76_connac_mcu_start_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xc6885cf7 mt76_connac_mcu_init_download +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xd1a48c51 mt76_connac_mcu_set_rts_thresh +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xd4d17241 mt76_connac_mcu_sta_cmd +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xd513804c mt76_connac_free_pending_tx_skbs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xdd088ef4 mt76_connac_mcu_wtbl_update_hdr_trans +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xdd0a5c34 mt76_connac2_mac_decode_he_radiotap +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xdfff4286 mt76_connac_mcu_sta_update_hdr_trans +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xe1c0b6a7 mt76_connac_mcu_wtbl_ht_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xe3563383 mt76_connac_write_hw_txp +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xe35cab2e mt76_connac_txp_skb_unmap +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xe4c93a8e mt76_connac_mcu_set_mac_enable +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xea13c03e mt76_connac_mcu_cancel_hw_scan +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xedda956d mt76_connac_get_he_phy_cap +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xf330fb6c mt76_connac2_load_patch +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xf6b78b58 mt76_connac_mcu_uni_set_chctx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xfc0f7b89 mt76_connac_power_save_sched +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xfc27a400 mt76_connac2_mac_fill_txs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xfd4e63f6 __mt76_connac_mcu_alloc_sta_req +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x050564b2 mt76s_read_pcr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x0895d9c6 mt76s_txrx_worker +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x08b03d7e mt76s_write_copy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x17241bc0 mt76s_rmw +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x282765b8 mt76s_wr_rp +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x304d5480 mt76s_rr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x59db311a mt76s_wr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x79f24b67 mt76s_deinit +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x87cb8faf mt76s_sdio_irq +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x99fe64ef mt76s_rd_rp +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0xb267be91 mt76s_read_copy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0xb2903f3d mt76s_alloc_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0xbe4d9c36 mt76s_txqs_empty +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0xcc5cee0e mt76s_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0xe9b218cb mt76s_hw_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0xf87f5704 mt76s_alloc_rx_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x00393110 mt76u_stop_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x3bea2068 mt76u_alloc_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x46b7f2f9 mt76u_stop_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x4d3f2ada __mt76u_vendor_request +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x4fc3f302 mt76u_read_copy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x55358768 mt76u_resume_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x5e6c8b38 ___mt76u_wr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x87ed623f mt76u_alloc_mcu_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x913fab46 mt76u_vendor_request +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x972070f9 mt76u_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x9c20765a ___mt76u_rr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0xd01e8016 __mt76u_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0xd445a60c mt76u_single_wr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0xed78692b mt76u_queues_deinit +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x01641ea6 mt7615_ops +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x0333cef4 mt7615_mcu_restart +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x074e7a99 mt7615_unregister_ext_phy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x0b803869 mt7615_init_work +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x0e260807 mt7615_thermal_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x24197dd7 mt7615_mac_sta_add +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x42bc0d4b mt7615_mac_enable_rtscts +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x44846119 mt7615_register_ext_phy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x4f3186a0 mt7615_mac_sta_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x4f678e9d mt7622_trigger_hif_int +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x66d177be mt7615_init_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x69e92f20 mt7615_wait_for_mcu_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x6d28815d mt7615_mac_write_txwi +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x85c97931 mt7615_eeprom_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x87556285 mt7615_mcu_parse_response +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x877fbf9a mt7615_sta_ps +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x8e4734dc mt7615_mcu_fill_msg +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x94a9c84d mt7615_rx_check +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x94de4c28 __mt7663_load_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x9aacb373 mt7615_init_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xb22663e9 mt7615_update_channel +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xbaccb044 mt7615_mac_set_rates +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xc7ea44b9 mt7615_mcu_exit +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xd61e0c6d mt7615_mcu_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xda1a798d mt7615_init_debugfs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xf0898457 mt7615_mac_sta_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xf7149148 mt7615_queue_rx_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xfdb3a701 mt7615_tx_token_put +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615e 0x46027f75 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 0x24bde11d mt7663_usb_sdio_tx_status_data +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7663-usb-sdio-common 0x84c53ce9 mt7663_usb_sdio_tx_prepare_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7663-usb-sdio-common 0x94c537e6 mt7663_usb_sdio_register_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7663-usb-sdio-common 0xff0fafd0 mt7663_usb_sdio_tx_complete_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0x2442e176 mt76x0_config +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0x2a2c92c0 mt76x0_phy_calibrate +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0x2e446c39 mt76x0_register_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0x34f522b0 mt76x0_init_hardware +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0x4289fcb5 mt76x0_chip_onoff +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0x5963b947 mt76x0_set_sar_specs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0x7c3ddd28 mt76x0_mac_stop +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x0bbfda0c mt76x02_mcu_set_radio_state +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x0d862b46 mt76x02_mac_reset_counters +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x114d1a2a mt76x02_phy_set_bw +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x14935051 mt76x02_set_ethtool_fwver +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x14b6664a mt76x02_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x15180571 mt76x02_dma_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x1ac2f1b7 mt76x02_mac_write_txwi +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x2375369b mt76x02_set_tx_ackto +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x2405f46f mt76x02_mcu_calibrate +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x279bec77 mt76x02_bss_info_changed +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x29ad9daf mt76x02_edcca_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x2ea53c82 mt76x02_sta_rate_tbl_update +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x2f3dcd3f mt76x02_mac_set_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x3340c033 mt76x02e_init_beacon_config +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x34084eb2 mt76x02_mcu_function_select +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x358d62c1 mt76x02_enqueue_buffered_bc +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x3595588b mt76x02_init_agc_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x36fc0af9 mt76x02_phy_set_band +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x39b1ce03 mt76x02_reconfig_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x3b270769 mt76x02_mac_shared_key_setup +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x46256ce3 mt76x02_config_mac_addr_list +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x4b6d0ba4 mt76x02_init_debugfs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x4de48f48 mt76x02_phy_set_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x5110de8a mt76x02_mcu_msg_send +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x53f37fff mt76x02_rx_poll_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x54c308d3 mt76x02_mcu_cleanup +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x5523c253 mt76x02_ext_pa_enabled +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x555e9f3b mt76x02_conf_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x5bd84fd5 mt76x02_rates +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x5c4876e9 mt76x02_tx_prepare_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x5cc26d57 mt76x02_ampdu_action +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x65e68c24 mt76x02_remove_hdr_pad +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x68dd9a81 mt76x02_update_channel +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 0x79aa0a66 mt76x02_set_coverage_class +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x7cda6dc8 mt76x02_update_beacon_iter +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x8099667c mt76x02_tx_set_txpwr_auto +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x80dfb2af mt76x02_remove_interface +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x81859e1a mt76x02_configure_filter +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x83c345b1 mt76x02_init_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x85528f0c mt76x02_eeprom_parse_hw_cap +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x8761e72f mt76x02_add_interface +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x91d5b9ee mt76x02_irq_handler +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x93c479bc mt76x02_limit_rate_power +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x9432b39e mt76x02_mac_setaddr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x953cd278 mt76x02_tx_status_data +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x9557a950 mt76x02_phy_set_rxpath +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x95e40cc2 mt76x02_phy_dfs_adjust_agc +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x99ea4588 mt76x02_tx_complete_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x9d870072 mt76x02_phy_set_txdac +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xa807d970 mt76x02_mcu_parse_response +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 0xb3b0d86a mt76x02_get_lna_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xb9a7c285 mt76x02_dfs_init_params +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xba1d9293 mt76x02_set_rts_threshold +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xbfa63b81 mt76x02_mac_start +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xc02b75fd mt76x02_sta_add +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xc43999af mt76x02_set_key +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xc77b26dc mt76x02_sta_ps +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xd05e0b85 mt76x02_resync_beacon_timer +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xd0d91268 mt76x02_queue_rx_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xd2020b71 mt76x02_phy_adjust_vga_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xd52e1fc0 mt76x02_init_beacon_config +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xdd11890b mt76x02_mac_wcid_setup +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xe42ad822 mt76x02_dma_disable +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xee01a1d0 mt76x02_sw_scan_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xf1a45357 mt76x02_eeprom_copy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xf805e03e mt76x02_get_rx_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xf9440247 mt76x02_mac_cc_reset +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xfc672a0a mt76x02_sta_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xffd69d69 mt76x02_get_efuse_data +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0x065cf51c mt76x02u_tx_complete_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0x1dffa9bb mt76x02u_init_beacon_config +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0x3a788d56 mt76x02u_exit_beacon_config +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0x57e811dc mt76x02u_mcu_fw_reset +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0x75b59a99 mt76x02u_mcu_fw_send_data +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0x9f2ee7c5 mt76x02u_init_mcu +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0xa94e5f4c mt76x02u_tx_prepare_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0xb4d7afd0 mt76x02u_mac_start +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x088d83a0 mt76x2_get_temp_comp +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x34518f44 mt76x2_read_rx_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x35cd050b mt76x2_get_power_info +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x514d83cc mt76x2_phy_tssi_compensate +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x53378d42 mt76x2_set_sar_specs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x5f2df8dd mt76x2_mcu_init_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x8c751926 mt76_write_mac_initvals +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x8f7e4c38 mt76x2_init_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x9e34e8fd mt76x2_phy_update_channel_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xa0da14cf mt76x2_phy_set_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xa44952ed mt76x2_apply_gain_adj +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xa62cf60d mt76x2_mac_stop +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xad396c41 mt76x2_mcu_tssi_comp +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xb297b3f2 mt76x2_eeprom_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xbe60efbe mt76x2_configure_tx_delay +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xe022bca7 mt76x2_mcu_load_cr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xe773427e mt76x2_phy_set_txpower_regs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xf5b1b4f6 mt76x2_mcu_set_channel +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xfc318290 mt76x2_reset_wlan +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xfca23064 mt76x2_get_rate_power +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x0408d99b mt7921_usb_sdio_tx_prepare_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x0fbc0104 mt7921_sta_ps +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x258ab908 mt7921_mcu_drv_pmctrl +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x2b959755 mt7921_mac_sta_add +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x3718b66a mt7921_mac_sta_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x39c3c12a mt7921_check_offload_capability +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x4049d89f mt7921_mcu_parse_response +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x454e72c3 mt7921_stop +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x50286bef mt7921_mcu_set_eeprom +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x5bb8a19e mt7921_mcu_fw_pmctrl +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x6b39820d mt7921_mac_sta_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x6b650f9d mt7921_queue_rx_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x742f159d mt7921_run_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x801205d7 __mt7921_start +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x9b859907 mt7921_txwi_free +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x9fba241a mt7921_usb_sdio_tx_status_data +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0xa6abb080 mt7921_usb_sdio_tx_complete_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0xb6a18e50 mt7921_mac_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0xcda20f70 mt7921_register_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0xcf8aa43c mt7921_reset +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0xd3bea0d6 mt7921_update_channel +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0xe3611a7f mt7921_rx_check +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0xe9419511 mt7921_ops +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0xeada98d0 mt7921_mac_sta_assoc +EXPORT_SYMBOL_GPL drivers/net/wireless/microchip/wilc1000/wilc1000 0x10ff1974 host_wakeup_notify +EXPORT_SYMBOL_GPL drivers/net/wireless/microchip/wilc1000/wilc1000 0x29870538 wilc_netdev_cleanup +EXPORT_SYMBOL_GPL drivers/net/wireless/microchip/wilc1000/wilc1000 0x7ce41b90 wilc_handle_isr +EXPORT_SYMBOL_GPL drivers/net/wireless/microchip/wilc1000/wilc1000 0x83c99b1e host_sleep_notify +EXPORT_SYMBOL_GPL drivers/net/wireless/microchip/wilc1000/wilc1000 0x8787d1d4 chip_wakeup +EXPORT_SYMBOL_GPL drivers/net/wireless/microchip/wilc1000/wilc1000 0x9441fd0f chip_allow_sleep +EXPORT_SYMBOL_GPL drivers/net/wireless/microchip/wilc1000/wilc1000 0xbac8e057 wilc_cfg80211_init +EXPORT_SYMBOL_GPL drivers/net/wireless/quantenna/qtnfmac/qtnfmac 0x06d24f1e qtnf_core_detach +EXPORT_SYMBOL_GPL drivers/net/wireless/quantenna/qtnfmac/qtnfmac 0x2f3077d1 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 0x4bfd4c67 qtnf_classify_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/quantenna/qtnfmac/qtnfmac 0x78270d16 qtnf_wake_all_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/quantenna/qtnfmac/qtnfmac 0x92aac4c3 qtnf_trans_handle_rx_ctl_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/quantenna/qtnfmac/qtnfmac 0xa9d367ae qtnf_core_attach +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x00a201dd rt2800_get_txwi_rxwi_size +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x1049f721 rt2800_wait_wpdma_ready +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x132d4cc0 rt2800_config_erp +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x14288274 rt2800_link_stats +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x1ab0bead rt2800_sta_add +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x28809491 rt2800_config_ant +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x41fcdc61 rt2800_config_shared_key +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x4289e5e1 rt2800_config +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x4360d4ba rt2800_get_tsf +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x46499591 rt2800_txdone_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x4734b7db rt2800_vco_calibration +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x502aa33e rt2800_txdone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x59948fe5 rt2800_enable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x59a0d99b rt2800_efuse_detect +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x5f23de54 rt2800_check_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x67b920c9 rt2800_disable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x7804d7e9 rt2800_txstatus_pending +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x81a71830 rt2800_get_key_seq +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x8305f0d2 rt2800_txstatus_timeout +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x86f5f5b8 rt2800_probe_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x87561414 rt2800_conf_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x91ef6462 rt2800_txdone_nostatus +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x94be68c5 rt2800_ampdu_action +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x96f373cb rt2800_get_survey +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xa07581e9 rt2800_sta_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xa2370e98 rt2800_pre_reset_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xa4cdf74a rt2800_gain_calibration +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xa89c89f0 rt2800_write_tx_data +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xaf69b073 rt2800_mcu_request +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xb4936c88 rt2800_config_filter +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xbd5a1901 rt2800_config_pairwise_key +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xc1ae2f6e rt2800_clear_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xc406e8df rt2800_load_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xc5dd7b4c rt2800_wait_csr_ready +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xc66fc681 rt2800_disable_wpdma +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xcadad291 rt2800_config_intf +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xd8717a0b rt2800_set_rts_threshold +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xd9a1621f rt2800_write_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xe38f0a92 rt2800_rfkill_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xeaac8a84 rt2800_link_tuner +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xefaf1ac2 rt2800_read_eeprom_efuse +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xfb76cbb2 rt2800_watchdog +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xfc13b500 rt2800_process_rxwi +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xfe042969 rt2800_reset_tuner +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x081fe753 rt2800mmio_get_txwi +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x0b2faf2a rt2800mmio_get_entry_state +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x13bf6722 rt2800mmio_stop_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x32ac3645 rt2800mmio_rxdone_tasklet +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x3d741c87 rt2800mmio_pretbtt_tasklet +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x46652469 rt2800mmio_enable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x48ed99af rt2800mmio_write_tx_desc +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x5028bbb2 rt2800mmio_tbtt_tasklet +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x53053a35 rt2800mmio_toggle_irq +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x5f2534b7 rt2800mmio_init_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x5f494f25 rt2800mmio_queue_init +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x5fa4db64 rt2800mmio_interrupt +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x7245f081 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 0x9c010afb rt2800mmio_get_dma_done +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x9f3c8921 rt2800mmio_txstatus_tasklet +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xb9c4df5c rt2800mmio_kick_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xc52578b3 rt2800mmio_start_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xca0f1583 rt2800mmio_probe_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xd57e777b rt2800mmio_clear_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xdc96258d rt2800mmio_flush_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xf1bc3e03 rt2800mmio_fill_rxdone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x0e7ff92e rt2x00queue_flush_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x127f83ef rt2x00mac_rfkill_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x182f5e15 rt2x00queue_get_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x1e9b370c rt2x00mac_remove_interface +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x208bcd06 rt2x00mac_configure_filter +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x24795c58 rt2x00mac_config +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x2bb0e591 rt2x00mac_start +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x2d7eda45 rt2x00queue_unpause_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x34b53f31 rt2x00lib_dmastart +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x46a91e71 rt2x00mac_get_antenna +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x4b9336fd rt2x00queue_flush_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x51f4ea00 rt2x00mac_set_tim +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x56c1cc01 rt2x00lib_get_bssidx +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x58adb961 rt2x00mac_conf_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x66341517 rt2x00mac_reconfig_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x673d0cf7 rt2x00queue_start_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x6a71e319 rt2x00lib_pretbtt +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x6cba5101 rt2x00queue_stop_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x6d965320 rt2x00mac_get_ringparam +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x6e85c38a rt2x00queue_map_txskb +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x712580b9 rt2x00queue_unmap_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x7e79846c rt2x00mac_set_antenna +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x7f9d3bdc rt2x00lib_txdone_nomatch +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x831f0942 rt2x00queue_pause_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x88b95ec6 rt2x00mac_tx_frames_pending +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x89d29d95 rt2x00mac_set_key +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x9925fceb rt2x00mac_stop +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xa17faeef rt2x00mac_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xa4204fbe rt2x00lib_txdone_noinfo +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xa8844b3b rt2x00mac_flush +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xadaf59e0 rt2x00queue_stop_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xaec2e2bd rt2x00lib_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xb2c7a897 rt2x00mac_get_stats +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xb356dd13 rt2x00lib_txdone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xbe39d3d0 rt2x00mac_bss_info_changed +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xd01fa29c rt2x00lib_resume +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xd8ff7dd7 rt2x00lib_rxdone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xd9c22e1d rt2x00lib_beacondone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xe002f3d5 rt2x00lib_set_mac_address +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xe4e5bbaf rt2x00lib_dmadone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xe78841ae rt2x00lib_remove_dev +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xf339b83c rt2x00mac_add_interface +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xf471cf3a rt2x00queue_for_each_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xf97a8994 rt2x00queue_start_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xfa0ec19c rt2x00mac_sw_scan_start +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xfca163c1 rt2x00lib_probe_dev +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xfe5d5c4a rt2x00mac_sw_scan_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00mmio 0x2f599f22 rt2x00mmio_regbusy_read +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00mmio 0x485d2c30 rt2x00mmio_uninitialize +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00mmio 0x4a6c2a2e rt2x00mmio_initialize +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00mmio 0xce606fba rt2x00mmio_rxdone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00mmio 0xf67b161a rt2x00mmio_flush_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00pci 0x314745a9 rt2x00pci_pm_ops +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00pci 0x33d087dd rt2x00pci_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00pci 0xe56b7315 rt2x00pci_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x05031e68 rt2x00usb_resume +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x16c6b894 rt2x00usb_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x25682bc0 rt2x00usb_uninitialize +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x370bad0a rt2x00usb_watchdog +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x3f397e17 rt2x00usb_vendor_req_buff_lock +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x4361907b rt2x00usb_kick_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x534eb131 rt2x00usb_initialize +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x6177208c rt2x00usb_vendor_request +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x6225a882 rt2x00usb_disable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x757c2b01 rt2x00usb_vendor_request_buff +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x7bbead5a rt2x00usb_regbusy_read +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x9fa8e47d rt2x00usb_register_read_async +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xba0e30ce rt2x00usb_disconnect +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xd63383f3 rt2x00usb_flush_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xe2e7d9c1 rt2x00usb_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xe9d863ba rt2x00usb_clear_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x33a729ba dm_writepowerindex +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x684c2998 dm_savepowerindex +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x6b09614c rtl92c_set_p2p_ps_offload_cmd +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xe50c7097 dm_restorepowerindex +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x106ece03 rtl8723_phy_mac_setting_calibration +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x12f66eb3 rtl8723_dm_init_dynamic_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x29e462fb rtl8723_phy_reload_adda_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x3104319c rtl8723ae_firmware_selfreset +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 0x474a564a rtl8723_phy_init_bb_rf_reg_def +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x4cd21945 rtl8723_phy_pi_mode_switch +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x698a56e0 rtl8723_phy_path_adda_on +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x6c2062a5 rtl8723_fw_free_to_go +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x79e6bc06 rtl8723_write_fw +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x7f11425d rtl8723_enable_fw_download +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x897c61a1 rtl8723_dm_init_dynamic_bb_powersaving +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x89acab34 rtl8723_phy_path_a_standby +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x8baf8913 rtl8723_phy_set_sw_chnl_cmdarray +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x8da5ef33 rtl8723_phy_rf_serial_write +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x8e7715d1 rtl8723_save_adda_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x963c94f0 rtl8723_phy_path_a_fill_iqk_matrix +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xac1fab17 rtl8723_phy_rf_serial_read +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xc7963cda rtl8723_dm_init_edca_turbo +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xce2046f0 rtl8723_download_fw +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xd9ec6211 rtl8723_phy_txpwr_idx_to_dbm +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xda23cc94 rtl8723_phy_query_bb_reg +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xe72f702f rtl8723_cmd_send_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xe74be7ef rtl8723_phy_save_mac_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xee90130b rtl8723_phy_reload_mac_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xf53c555f rtl8723be_firmware_selfreset +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xfff2f2ef rtl8723_phy_set_bb_reg +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x184aad4e read_efuse_byte +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x1af050c4 rtl_deinit_rfkill +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x2330dbcb 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 0x2e8a82f7 rtl_p2p_info +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x2f8e20ba rtl_recognize_peer +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x3345acdd rtl_fw_block_write +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x435cbf31 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 0x4ff2fba8 rtl_lps_enter +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x52944285 rtl_beacon_statistic +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x6db3ba37 rtl_update_beacon_work_callback +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x74f85103 rtl_init_rx_config +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x7ee1b24e rtl_efuse_ops_init +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x83e645c9 rtl_tx_report_handler +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x94d70bc7 rtl_deinit_deferred_work +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x97e05663 rtl_tid_to_ac +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xae703f0f rtl_get_hwinfo +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xb1684047 rtl_deinit_core +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xd15874c0 rtl_lps_leave +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xd75d35ad rtl_init_core +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xd90ae51c rtl_action_proc +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xdb15868a rtl_tx_ackqueue +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xe803015f rtl_ops +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xeff30b25 rtl_get_hal_edca_param +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xf665962f rtl_is_special_data +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xf6e726ee rtl_set_tx_report +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xf7108b90 rtl_tx_mgmt_proc +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xf8833f05 rtl_ips_nic_on +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x0b855018 rsi_mac80211_detach +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x0f5c3ce9 rsi_zone_enabled +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x6562ac58 rsi_91x_deinit +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x78dd264c rsi_read_pkt +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0xc23dff01 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 0xe45bdda2 rsi_91x_init +EXPORT_SYMBOL_GPL drivers/net/wireless/st/cw1200/cw1200_core 0x668a913e cw1200_can_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/st/cw1200/cw1200_core 0x6869cf0f cw1200_irq_handler +EXPORT_SYMBOL_GPL drivers/net/wireless/st/cw1200/cw1200_core 0x871b8c15 cw1200_core_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/st/cw1200/cw1200_core 0xdb86f05c cw1200_core_release +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wl1251/wl1251 0x6b78ebc4 wl1251_free_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wl1251/wl1251 0x6edaa9bd wl1251_init_ieee80211 +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wl1251/wl1251 0x7f04a07e wl1251_alloc_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x00b174b0 wlcore_event_rssi_trigger +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x01a48517 wlcore_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x05cf0470 wl1271_cmd_test +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x06d3b27e wl12xx_debug_level +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x0a567609 wlcore_event_beacon_loss +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x10f0bc68 wlcore_event_dummy_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x1570b681 wlcore_boot_upload_nvs +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x20351125 wlcore_get_native_channel_type +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x222f7103 wlcore_event_max_tx_failure +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x27323fc6 wl1271_tx_flush +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x2fd3b296 wlcore_event_roc_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x4c7d77c8 wlcore_set_scan_chan_params +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x50d45d99 wl1271_acx_init_mem_config +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x5dbf0de9 wlcore_disable_interrupts +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x60119d9f wlcore_translate_addr +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x632049ab wlcore_cmd_wait_for_event_or_timeout +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x65a3a586 wlcore_scan_sched_scan_ssid_list +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x66dd53f0 wl12xx_acx_mem_cfg +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x71c02401 wlcore_event_inactive_sta +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x74d3b223 wlcore_boot_run_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x79365824 wlcore_event_sched_scan_completed +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x7aeb57fa wlcore_free_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x7efc86d6 wl1271_acx_sleep_auth +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x80f61682 wlcore_synchronize_interrupts +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x85498cd1 wl1271_format_buffer +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x890d0d5e wl1271_cmd_configure +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x9adab53e wl1271_tx_min_rate_get +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x9b540266 wlcore_scan_sched_scan_results +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xa231cea6 wl1271_acx_pm_config +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xa3de8791 wlcore_event_channel_switch +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xa85ca58f wlcore_event_ba_rx_constraint +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xbea594a3 wl1271_cmd_data_path +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xc0839cbf wlcore_enable_interrupts +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xd0cd92d2 wlcore_disable_interrupts_nosync +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xd8440c58 wl1271_acx_set_ht_capabilities +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xd8c47a74 wlcore_boot_upload_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xdc9a65c2 wl12xx_cmd_build_probe_req +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xdde123af wl1271_cmd_send +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xe5fbce24 wlcore_set_key +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xeb64b108 wlcore_set_partition +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xec6de140 wlcore_alloc_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xf0e4877c wlcore_event_soft_gemini_sense +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xf700b8df wlcore_event_fw_logger +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xf70e59c8 wlcore_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xf825c1e1 wl1271_debugfs_update_stats +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xffc691b3 wlcore_cmd_generic_cfg +EXPORT_SYMBOL_GPL drivers/net/wwan/wwan 0x20670bff wwan_port_rx +EXPORT_SYMBOL_GPL drivers/net/wwan/wwan 0x34c53353 wwan_register_ops +EXPORT_SYMBOL_GPL drivers/net/wwan/wwan 0x3d9bbf75 wwan_port_txon +EXPORT_SYMBOL_GPL drivers/net/wwan/wwan 0x4dff61e5 wwan_port_txoff +EXPORT_SYMBOL_GPL drivers/net/wwan/wwan 0x526bcf2a wwan_port_get_drvdata +EXPORT_SYMBOL_GPL drivers/net/wwan/wwan 0x7a03cb09 wwan_unregister_ops +EXPORT_SYMBOL_GPL drivers/net/wwan/wwan 0x8f27eb06 wwan_get_debugfs_dir +EXPORT_SYMBOL_GPL drivers/net/wwan/wwan 0xae115bfc wwan_put_debugfs_dir +EXPORT_SYMBOL_GPL drivers/net/wwan/wwan 0xb74c31cd wwan_remove_port +EXPORT_SYMBOL_GPL drivers/net/wwan/wwan 0xd0bc6209 wwan_create_port +EXPORT_SYMBOL_GPL drivers/nfc/mei_phy 0x3bc4dd1a nfc_mei_phy_free +EXPORT_SYMBOL_GPL drivers/nfc/mei_phy 0x9c06891b mei_phy_ops +EXPORT_SYMBOL_GPL drivers/nfc/mei_phy 0xbe3f57cb nfc_mei_phy_alloc +EXPORT_SYMBOL_GPL drivers/nfc/nfcmrvl/nfcmrvl 0x19563073 nfcmrvl_nci_register_dev +EXPORT_SYMBOL_GPL drivers/nfc/nfcmrvl/nfcmrvl 0x1a7f0c2e nfcmrvl_nci_recv_frame +EXPORT_SYMBOL_GPL drivers/nfc/nfcmrvl/nfcmrvl 0x5404ab1e nfcmrvl_parse_dt +EXPORT_SYMBOL_GPL drivers/nfc/nfcmrvl/nfcmrvl 0xfd77d267 nfcmrvl_nci_unregister_dev +EXPORT_SYMBOL_GPL drivers/nfc/pn533/pn533 0x057ac193 pn533_finalize_setup +EXPORT_SYMBOL_GPL drivers/nfc/pn533/pn533 0x0b5c49fb pn533_rx_frame_is_cmd_response +EXPORT_SYMBOL_GPL drivers/nfc/pn533/pn533 0x157d40c8 pn53x_common_clean +EXPORT_SYMBOL_GPL drivers/nfc/pn533/pn533 0x1c8f7612 pn53x_common_init +EXPORT_SYMBOL_GPL drivers/nfc/pn533/pn533 0x20d46631 pn53x_register_nfc +EXPORT_SYMBOL_GPL drivers/nfc/pn533/pn533 0x9bbfd834 pn532_i2c_nfc_alloc +EXPORT_SYMBOL_GPL drivers/nfc/pn533/pn533 0xc40494ed 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 0x03e3e736 st_nci_remove +EXPORT_SYMBOL_GPL drivers/nfc/st-nci/st-nci 0x1dcacc31 st_nci_hci_event_received +EXPORT_SYMBOL_GPL drivers/nfc/st-nci/st-nci 0x2b84ef26 st_nci_hci_load_session +EXPORT_SYMBOL_GPL drivers/nfc/st-nci/st-nci 0x4216ff65 st_nci_disable_se +EXPORT_SYMBOL_GPL drivers/nfc/st-nci/st-nci 0x561b52b5 st_nci_discover_se +EXPORT_SYMBOL_GPL drivers/nfc/st-nci/st-nci 0x7ae52181 st_nci_probe +EXPORT_SYMBOL_GPL drivers/nfc/st-nci/st-nci 0xa4c7db0a st_nci_hci_cmd_received +EXPORT_SYMBOL_GPL drivers/nfc/st-nci/st-nci 0xa5b40772 st_nci_enable_se +EXPORT_SYMBOL_GPL drivers/nfc/st95hf/st95hf 0x06c031bb st95hf_spi_recv_echo_res +EXPORT_SYMBOL_GPL drivers/nfc/st95hf/st95hf 0x74097c18 st95hf_spi_send +EXPORT_SYMBOL_GPL drivers/nfc/st95hf/st95hf 0xdcdb80dd 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 0x51dafdc2 ntb_transport_register_client +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0x551c9f2a 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 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 0xff37d4d2 ntb_transport_create_queue +EXPORT_SYMBOL_GPL drivers/nvdimm/nd_virtio 0x5f106cbe virtio_pmem_host_ack +EXPORT_SYMBOL_GPL drivers/nvdimm/nd_virtio 0xc6692801 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 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 0x88800e72 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 0xa6b3417a nvme_auth_gen_shared_secret +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0xc9bb48ac nvme_auth_dhgroup_name +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0xcb39603c nvme_auth_hmac_id +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0xf0ccf2d4 nvme_auth_dhgroup_kpp +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0xfa9fe505 nvme_auth_gen_privkey +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x0448b02e nvme_setup_cmd +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x0bc42ed6 nvme_remove_namespaces +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x0dfb339b nvme_init_request +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x0e2cd440 nvme_init_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x124fa6cf nvme_set_queue_count +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x12646667 nvme_sync_io_queues +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x1579ddef __SCK__tp_func_nvme_sq +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x1cda2ada nvme_alloc_io_tag_set +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x2198355a nvme_mpath_start_request +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x29eb02b7 nvme_dev_attrs_group +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x2ffc41ff nvme_try_sched_reset +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x33038805 nvme_uninit_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x377e3f7e __tracepoint_nvme_sq +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x3aa392e4 nvme_auth_init_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x3bac0d6b nvme_cancel_request +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x3bf2393a __SCT__tp_func_nvme_sq +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x418bb339 nvme_wait_freeze_timeout +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x48310ebf nvme_submit_sync_cmd +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x49224181 nvme_reset_wq +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x495827ac nvme_alloc_admin_tag_set +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x4ab58441 nvme_reset_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x4b61adc1 nvme_complete_rq +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x56d85eae nvme_unfreeze +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x56f1373b nvme_remove_admin_tag_set +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x588b1a5b nvme_unquiesce_admin_queue +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x594875c4 __traceiter_nvme_sq +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x5dcbc395 nvme_fail_nonready_command +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x5fbe46d6 nvme_start_freeze +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x62fa66d5 nvme_quiesce_admin_queue +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x64b62862 nvme_wq +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x6b2fda2a nvme_change_ctrl_state +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x73994a41 nvme_set_features +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x773a31a9 nvme_complete_async_event +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x7a8d65ff nvme_cleanup_cmd +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x813cf212 nvme_io_timeout +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x822dcaee nvme_auth_wait +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x84c2f724 nvme_delete_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x85380175 nvme_disable_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x86f88caf nvme_host_path_error +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x8c4ee1ce nvme_cancel_tagset +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x8ec60fb8 nvme_quiesce_io_queues +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x93b19fc9 nvme_cancel_admin_tagset +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x978dc8a2 nvme_remove_io_tag_set +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x998b6613 nvme_stop_keep_alive +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x9a5e7033 nvme_mark_namespaces_dead +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x9df375f4 nvme_wait_reset +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xa5725e42 nvme_sync_queues +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xbc505400 nvme_auth_stop +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xc06785e1 nvme_enable_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xc2ccd641 nvme_unquiesce_io_queues +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xc8ead434 nvme_init_ctrl_finish +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xcf01b163 nvme_start_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xcfb57d4c __nvme_check_ready +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 0xda318b5d nvme_wait_freeze +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xdb244b3d nvme_stop_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xe2bbdbe3 nvme_complete_batch_req +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xe4eafa1d __nvme_submit_sync_cmd +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xedfea72f nvme_auth_free +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xf21b04a2 nvme_get_features +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xf46071cd nvme_auth_negotiate +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x57444441 nvmf_connect_io_queue +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x7498de97 nvmf_free_options +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x763be601 nvmf_ip_options_match +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x86decdf9 nvmf_reg_read32 +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x93c279b5 nvmf_should_reconnect +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x9fced928 nvmf_reg_read64 +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0xcc294f32 nvmf_register_transport +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0xde99f550 nvmf_get_address +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0xec3aaabe nvmf_reg_write32 +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0xf4ee1444 nvmf_unregister_transport +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0xfc6cb71c nvmf_connect_admin_queue +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fc 0x0d12e564 nvme_fc_register_remoteport +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fc 0x21e609f7 nvme_fc_io_getuuid +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 0xf304bd60 nvme_fc_register_localport +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fc 0xfca9dc99 nvme_fc_unregister_remoteport +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x0c2c3646 nvmet_sq_init +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x11f8b62f nvmet_register_transport +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x21c35f1e nvmet_sq_destroy +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x3220b637 nvmet_req_alloc_sgls +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x347d57dd nvmet_unregister_transport +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x3e0ef07a nvmet_wq +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x5740a1ab nvmet_req_free_sgls +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x837abb64 nvmet_check_transfer_len +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x8e8480e4 nvmet_req_init +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0xc781ad98 nvmet_req_complete +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0xf27af8ce nvmet_req_uninit +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0xff35e5bb nvmet_ctrl_fatal_error +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet-fc 0x0b98123d nvmet_fc_rcv_ls_req +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet-fc 0x4a013682 nvmet_fc_invalidate_host +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet-fc 0x561ba751 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 0x981b01c0 switchtec_class +EXPORT_SYMBOL_GPL drivers/pinctrl/pinctrl-mcp23s08 0x07028410 mcp23x17_regmap +EXPORT_SYMBOL_GPL drivers/pinctrl/pinctrl-mcp23s08 0x377920ff mcp23x08_regmap +EXPORT_SYMBOL_GPL drivers/pinctrl/pinctrl-mcp23s08 0x3f34d52b mcp23s08_probe_one +EXPORT_SYMBOL_GPL drivers/platform/chrome/cros-ec-sensorhub 0xb11aa60d cros_ec_sensorhub_register_push_data +EXPORT_SYMBOL_GPL drivers/platform/chrome/cros-ec-sensorhub 0xf1c756c5 cros_ec_sensorhub_unregister_push_data +EXPORT_SYMBOL_GPL drivers/platform/chrome/cros_usbpd_notify 0x6b1be500 cros_usbpd_unregister_notify +EXPORT_SYMBOL_GPL drivers/platform/chrome/cros_usbpd_notify 0x8bda2df3 cros_usbpd_register_notify +EXPORT_SYMBOL_GPL drivers/platform/chrome/wilco_ec/wilco_ec 0x112134ec wilco_ec_set_property +EXPORT_SYMBOL_GPL drivers/platform/chrome/wilco_ec/wilco_ec 0x24eef51f wilco_ec_get_byte_property +EXPORT_SYMBOL_GPL drivers/platform/chrome/wilco_ec/wilco_ec 0x3a77aee2 wilco_ec_mailbox +EXPORT_SYMBOL_GPL drivers/platform/chrome/wilco_ec/wilco_ec 0x75bf4d33 wilco_ec_get_property +EXPORT_SYMBOL_GPL drivers/platform/chrome/wilco_ec/wilco_ec 0x8b8ae425 wilco_ec_set_byte_property +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x06d5f584 ssam_controller_put +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x1371aa15 ssam_request_sync_with_buffer +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x188d17e8 __ssam_register_clients +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x1e17c6c6 ssam_device_remove +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x253d03e5 ssam_device_get_match +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x3103f1da __ssam_device_driver_register +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x3df5227d ssam_controller_statelock +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x40a4839b ssam_controller_get +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x508ef9bd ssam_request_sync_init +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x54897a5a ssam_controller_event_enable +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x58b0a69d ssh_packet_put +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x61c9b5d8 ssam_device_add +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x645653ff ssam_device_alloc +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x7359d154 ssam_controller_event_disable +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x7be0dce8 ssam_client_link +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x80bbddc6 ssam_device_get_match_data +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x83c590db ssam_bus_type +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x853e7eee ssam_remove_clients +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xa0b9efde ssam_controller_device +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xac185913 ssam_device_type +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xb169d989 ssam_request_sync +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xb35c9438 ssam_request_sync_submit +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xc2bd582d ssam_device_id_match +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xc81a4703 ssam_device_driver_unregister +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xd7812b6a ssam_controller_stateunlock +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xd9068df2 ssam_request_write_data +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xd9ab4aed ssam_notifier_register +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xe5163c59 ssam_request_sync_free +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xe649b0e6 ssam_request_sync_alloc +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xe7ab60ec ssh_packet_get +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xeb4236d5 __ssam_notifier_unregister +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xec5ef71f ssam_get_controller +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xf43364a5 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 0xcf3b38cc 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 0x0857f634 asus_wmi_unregister_driver +EXPORT_SYMBOL_GPL drivers/platform/x86/asus-wmi 0x31d75011 asus_wmi_register_driver +EXPORT_SYMBOL_GPL drivers/platform/x86/asus-wmi 0x57c46ceb asus_wmi_evaluate_method +EXPORT_SYMBOL_GPL drivers/platform/x86/dell/dcdbas 0xd9146b52 dcdbas_smi_free +EXPORT_SYMBOL_GPL drivers/platform/x86/dell/dcdbas 0xf1a06655 dcdbas_smi_alloc +EXPORT_SYMBOL_GPL drivers/platform/x86/dell/dell-rbtn 0x51552fca dell_rbtn_notifier_unregister +EXPORT_SYMBOL_GPL drivers/platform/x86/dell/dell-rbtn 0xa060fe7d dell_rbtn_notifier_register +EXPORT_SYMBOL_GPL drivers/platform/x86/dell/dell-smbios 0x1b0b3141 dell_laptop_register_notifier +EXPORT_SYMBOL_GPL drivers/platform/x86/dell/dell-smbios 0x45170471 dell_smbios_call +EXPORT_SYMBOL_GPL drivers/platform/x86/dell/dell-smbios 0x7fd2ce06 dell_smbios_find_token +EXPORT_SYMBOL_GPL drivers/platform/x86/dell/dell-smbios 0x8fc8a5b0 dell_smbios_unregister_device +EXPORT_SYMBOL_GPL drivers/platform/x86/dell/dell-smbios 0x93552943 dell_smbios_call_filter +EXPORT_SYMBOL_GPL drivers/platform/x86/dell/dell-smbios 0xb9400dbf dell_laptop_call_notifier +EXPORT_SYMBOL_GPL drivers/platform/x86/dell/dell-smbios 0xc2871e79 dell_smbios_error +EXPORT_SYMBOL_GPL drivers/platform/x86/dell/dell-smbios 0xc7cf306f dell_smbios_register_device +EXPORT_SYMBOL_GPL drivers/platform/x86/dell/dell-smbios 0xd6c6b12d dell_laptop_unregister_notifier +EXPORT_SYMBOL_GPL drivers/platform/x86/dell/dell-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 0x25b9fd78 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/pmt/pmt_class 0x7298adab intel_pmt_dev_create +EXPORT_SYMBOL_GPL drivers/platform/x86/intel/pmt/pmt_class 0xb63d4512 intel_pmt_is_early_client_hw +EXPORT_SYMBOL_GPL drivers/platform/x86/intel/pmt/pmt_class 0xd4b5fa60 intel_pmt_dev_destroy +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 0x80686f2d isst_if_cdev_register +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 0xcb805b2a isst_if_get_pci_dev +EXPORT_SYMBOL_GPL drivers/platform/x86/intel/speed_select_if/isst_if_common 0xe18f42a5 isst_if_cdev_unregister +EXPORT_SYMBOL_GPL drivers/platform/x86/intel/telemetry/intel_telemetry_core 0x1c7565c2 telemetry_read_events +EXPORT_SYMBOL_GPL drivers/platform/x86/intel/telemetry/intel_telemetry_core 0x35db93a6 telemetry_get_trace_verbosity +EXPORT_SYMBOL_GPL drivers/platform/x86/intel/telemetry/intel_telemetry_core 0x5847f501 telemetry_clear_pltdata +EXPORT_SYMBOL_GPL drivers/platform/x86/intel/telemetry/intel_telemetry_core 0x5bb8e91a telemetry_raw_read_eventlog +EXPORT_SYMBOL_GPL drivers/platform/x86/intel/telemetry/intel_telemetry_core 0x665cd407 telemetry_read_eventlog +EXPORT_SYMBOL_GPL drivers/platform/x86/intel/telemetry/intel_telemetry_core 0x6b892524 telemetry_set_sampling_period +EXPORT_SYMBOL_GPL drivers/platform/x86/intel/telemetry/intel_telemetry_core 0x82bb2dbe telemetry_get_evtname +EXPORT_SYMBOL_GPL drivers/platform/x86/intel/telemetry/intel_telemetry_core 0x90551504 telemetry_add_events +EXPORT_SYMBOL_GPL drivers/platform/x86/intel/telemetry/intel_telemetry_core 0x9deec96c telemetry_set_pltdata +EXPORT_SYMBOL_GPL drivers/platform/x86/intel/telemetry/intel_telemetry_core 0xb75bd1e6 telemetry_raw_read_events +EXPORT_SYMBOL_GPL drivers/platform/x86/intel/telemetry/intel_telemetry_core 0xbb9a2726 telemetry_reset_events +EXPORT_SYMBOL_GPL drivers/platform/x86/intel/telemetry/intel_telemetry_core 0xd14ffffc telemetry_update_events +EXPORT_SYMBOL_GPL drivers/platform/x86/intel/telemetry/intel_telemetry_core 0xe1eb4be1 telemetry_set_trace_verbosity +EXPORT_SYMBOL_GPL drivers/platform/x86/intel/telemetry/intel_telemetry_core 0xe8847f53 telemetry_get_sampling_period +EXPORT_SYMBOL_GPL drivers/platform/x86/intel/telemetry/intel_telemetry_core 0xf00771b0 telemetry_get_eventconfig +EXPORT_SYMBOL_GPL drivers/platform/x86/intel/telemetry/intel_telemetry_core 0xf9d5ad60 telemetry_get_pltdata +EXPORT_SYMBOL_GPL drivers/platform/x86/intel_ips 0x46809fa9 ips_link_to_i915_driver +EXPORT_SYMBOL_GPL drivers/platform/x86/mxm-wmi 0x232b5238 mxm_wmi_supported +EXPORT_SYMBOL_GPL drivers/platform/x86/mxm-wmi 0x61cdf799 mxm_wmi_call_mxds +EXPORT_SYMBOL_GPL drivers/platform/x86/mxm-wmi 0xe26032eb mxm_wmi_call_mxmx +EXPORT_SYMBOL_GPL drivers/platform/x86/wmi 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 0x366f621a wmidev_evaluate_method +EXPORT_SYMBOL_GPL drivers/platform/x86/wmi 0x46d434b0 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 0xaba842fe wmi_query_block +EXPORT_SYMBOL_GPL drivers/platform/x86/wmi 0xc9d4d6d1 wmi_has_guid +EXPORT_SYMBOL_GPL drivers/platform/x86/wmi 0xd7752b86 wmi_set_block +EXPORT_SYMBOL_GPL drivers/platform/x86/wmi 0xda6d5983 set_required_buffer_size +EXPORT_SYMBOL_GPL drivers/platform/x86/wmi 0xf18bdd75 wmi_install_notify_handler +EXPORT_SYMBOL_GPL drivers/power/supply/bq27xxx_battery 0x57efd18c bq27xxx_battery_teardown +EXPORT_SYMBOL_GPL drivers/power/supply/bq27xxx_battery 0x8b2afa1c bq27xxx_battery_update +EXPORT_SYMBOL_GPL drivers/power/supply/bq27xxx_battery 0xa0d3d0d2 bq27xxx_battery_setup +EXPORT_SYMBOL_GPL drivers/power/supply/pcf50633-charger 0x0f4e7312 pcf50633_mbc_usb_curlim_set +EXPORT_SYMBOL_GPL drivers/power/supply/pcf50633-charger 0x856bfe2a pcf50633_mbc_get_usb_online_status +EXPORT_SYMBOL_GPL drivers/power/supply/pcf50633-charger 0xbf3aa86d pcf50633_mbc_get_status +EXPORT_SYMBOL_GPL drivers/powercap/intel_rapl_common 0x1784c56f rapl_add_package +EXPORT_SYMBOL_GPL drivers/powercap/intel_rapl_common 0x33f788b8 rapl_remove_package +EXPORT_SYMBOL_GPL drivers/powercap/intel_rapl_common 0x8deff751 rapl_find_package_domain +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0x08a3fc1d mc13xxx_fixed_regulator_ops +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0xb4c317fd mc13xxx_fixed_regulator_set_voltage +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0xe7894ea3 mc13xxx_regulator_ops +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0x4deb27c5 wm8350_dcdc_set_slot +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0x51d777fb wm8350_dcdc25_set_mode +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0x7179cac3 wm8350_isink_set_flash +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0x993ea5d9 wm8350_register_regulator +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0x9a831055 wm8350_register_led +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0xf2e750d5 wm8350_ldo_set_slot +EXPORT_SYMBOL_GPL drivers/regulator/wm8400-regulator 0x48a75043 wm8400_register_regulator +EXPORT_SYMBOL_GPL drivers/rpmsg/qcom_glink 0x149236da qcom_glink_native_remove +EXPORT_SYMBOL_GPL drivers/rpmsg/qcom_glink 0xdc0138c4 qcom_glink_native_probe +EXPORT_SYMBOL_GPL drivers/rpmsg/qcom_glink 0xf14f5684 qcom_glink_ssr_notify +EXPORT_SYMBOL_GPL drivers/rpmsg/qcom_glink 0xfd2d5a1d qcom_glink_native_unregister +EXPORT_SYMBOL_GPL drivers/rtc/rtc-ds1685 0xe04de4cf ds1685_rtc_poweroff +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x099d2bac cxgbi_sock_closed +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x0e0ccd77 cxgbi_device_find_by_lldev +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x0fa56459 cxgbi_sock_act_open_req_arp_failure +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x14e6090f cxgbi_sock_fail_act_open +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x178c2d17 cxgbi_create_conn +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x1903ee0c cxgbi_hbas_add +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x1cf9287e cxgbi_conn_tx_open +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x1fde7d3d cxgbi_hbas_remove +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x247e413d cxgbi_bind_conn +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x2acffdaf cxgbi_iscsi_cleanup +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x2b1ba8b5 cxgbi_sock_rcv_peer_close +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x2e3c7a19 cxgbi_conn_init_pdu +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x38869c12 cxgbi_sock_rcv_wr_ack +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x4cbd190c cxgbi_sock_skb_entail +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x4d9b4931 cxgbi_sock_rcv_close_conn_rpl +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x517827bb cxgbi_device_portmap_create +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x55472c92 cxgbi_sock_established +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x65b10a12 cxgbi_device_unregister +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x6dc2c508 cxgbi_ep_connect +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x7182a255 cxgbi_cleanup_task +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x797ca1a0 cxgbi_iscsi_init +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x7c6d8c72 cxgbi_create_session +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x7fdb6004 cxgbi_device_unregister_all +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x8319f739 cxgbi_ddp_set_one_ppod +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x84633906 cxgbi_set_conn_param +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x85603c27 cxgbi_ep_disconnect +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x859ad0f9 cxgbi_get_ep_param +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x8d89f16d cxgbi_destroy_session +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x96dce9cb cxgbi_device_register +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x9c1f14c4 cxgbi_device_find_by_netdev +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xab2eadf9 cxgbi_sock_rcv_abort_rpl +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xb7c95fd0 cxgbi_ep_poll +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xcaa36b75 cxgbi_get_host_param +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xcafb5b7a cxgbi_device_portmap_cleanup +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xcb1ab406 cxgbi_set_host_param +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xd238c708 cxgbi_sock_select_mss +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xd70c6c7e cxgbi_conn_pdu_ready +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xd875db2c cxgbi_parse_pdu_itt +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xda1e0c09 cxgbi_sock_purge_wr_queue +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xe9987958 cxgbi_device_find_by_netdev_rcu +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xedbc77c6 cxgbi_get_conn_stats +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xef346615 cxgbi_attr_is_visible +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xf1fe2466 cxgbi_conn_xmit_pdu +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xf274b291 cxgbi_conn_alloc_pdu +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xf5c85bae cxgbi_sock_check_wr_invariants +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xfa3bca9c cxgbi_ddp_ppm_setup +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xfde09521 cxgbi_sock_free_cpl_skbs +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x18a9cf1a __fcoe_get_lesb +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x1a6d8b23 fcoe_ctlr_device_delete +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x24e9879c fcoe_fcf_device_add +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x258a533b fcoe_validate_vport_create +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x664c9619 fcoe_check_wait_queue +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x70500149 fcoe_clean_pending_queue +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x70ad9869 fcoe_get_wwn +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x84ce6475 fcoe_get_lesb +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x8ae59918 fcoe_link_speed_update +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x90612129 fcoe_fcf_device_delete +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x9b0bc26a fcoe_get_paged_crc_eof +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xaa4d71a0 fcoe_libfc_config +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xb4db5397 fcoe_start_io +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xb8035b1a fcoe_ctlr_get_lesb +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xbac58840 fcoe_queue_timer +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xc3f30cc0 fcoe_wwn_from_mac +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xca702e1a fcoe_ctlr_device_add +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xda13aa85 fcoe_fc_crc +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xf167cb7a fcoe_wwn_to_str +EXPORT_SYMBOL_GPL drivers/scsi/fdomain 0x9523feea fdomain_create +EXPORT_SYMBOL_GPL drivers/scsi/fdomain 0x9628d043 fdomain_destroy +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x3d52705f iscsi_boot_destroy_kset +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x63cf536c iscsi_boot_create_ethernet +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x71973502 iscsi_boot_create_host_kset +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0xa84fc697 iscsi_boot_create_acpitbl +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0xbffda9e3 iscsi_boot_create_target +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0xf19c0628 iscsi_boot_create_initiator +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0xf978c2f3 iscsi_boot_create_kset +EXPORT_SYMBOL_GPL drivers/scsi/libfc/libfc 0x5b449075 fc_seq_els_rsp_send +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x0170fd7d iscsi_conn_send_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x10786b56 iscsi_conn_teardown +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x12b2ad06 iscsi_switch_str_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x22bc9c12 iscsi_prep_data_out_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x27ab7e61 iscsi_host_remove +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x2909a4b0 __iscsi_put_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x2e783fa3 iscsi_conn_get_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x3554f3e1 __iscsi_complete_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x3aebbcba iscsi_target_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x3bef2f73 iscsi_pool_init +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x3c7a6538 iscsi_conn_queue_xmit +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x3cd8ed49 iscsi_conn_queue_recv +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x5855afc1 iscsi_set_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x5b60b42b iscsi_suspend_queue +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x5e48d496 iscsi_conn_failure +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x5f6cc5d6 iscsi_host_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x61a3c4e2 iscsi_session_free +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x62f9277c iscsi_itt_to_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x67f1b5bb iscsi_host_add +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x7258516f iscsi_session_remove +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x7585f0f4 iscsi_session_failure +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x75af41f5 iscsi_itt_to_ctask +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x78401f3b iscsi_requeue_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x7871b061 iscsi_suspend_tx +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x89feb45c iscsi_eh_session_reset +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x8a68af49 iscsi_complete_scsi_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x8d303b1b iscsi_pool_free +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xa5d27c4c iscsi_queuecommand +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xa76d384f iscsi_update_cmdsn +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xaa386855 iscsi_host_get_max_scsi_cmds +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xbaa82fec iscsi_conn_start +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xbdde563c iscsi_session_get_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xc563d229 iscsi_session_setup +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xc94ca44f iscsi_complete_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xcb3798e2 iscsi_conn_stop +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xcc243927 iscsi_verify_itt +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xccbd1f69 iscsi_conn_unbind +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xd03a1170 iscsi_eh_abort +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xd2d5df18 iscsi_host_get_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xd8d0233f iscsi_put_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xdf5e4623 iscsi_eh_recover_target +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xe0893000 iscsi_host_set_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xe27eadd3 iscsi_session_recovery_timedout +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xe37189b1 iscsi_eh_cmd_timed_out +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xe374336d iscsi_host_free +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xe6e9b2e6 iscsi_conn_bind +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xe6eebbd2 iscsi_suspend_rx +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xea6f120b iscsi_conn_setup +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xeab9cbd5 iscsi_conn_get_addr_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xed472523 iscsi_eh_device_reset +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xf0cf7072 iscsi_session_teardown +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xf21da885 iscsi_get_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x0079559a iscsi_tcp_task_xmit +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x2640274f iscsi_tcp_task_init +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x5c7fff04 iscsi_tcp_recv_skb +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x7d02869e iscsi_tcp_hdr_recv_prep +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x81b4d1cb iscsi_segment_seek_sg +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x8232148b iscsi_tcp_segment_unmap +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x88a5d925 iscsi_tcp_conn_get_stats +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x936fb530 iscsi_tcp_cleanup_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x96b21a14 iscsi_tcp_segment_done +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xa2f54aa5 iscsi_tcp_conn_setup +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xb7412c58 iscsi_tcp_r2tpool_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xbc728805 iscsi_segment_init_linear +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xc65980a7 iscsi_tcp_conn_teardown +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xed7b9aba iscsi_tcp_recv_segment_is_hdr +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xee865257 iscsi_tcp_dgst_header +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xf9535166 iscsi_tcp_set_max_r2t +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xfae4f63d iscsi_tcp_r2tpool_free +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x075688ad sas_phy_reset +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x092db28f sas_execute_ata_cmd +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x097c273e sas_abort_task +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x0c4a603d sas_eh_device_reset_handler +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x0de0aba2 sas_phy_enable +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x0f0d24e2 sas_bios_param +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x1e7b7f47 sas_get_local_phy +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x39df70b1 sas_target_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x3c333872 sas_ata_device_link_abort +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x3e57eec4 sas_lu_reset +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x407ff944 sas_target_destroy +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x432c6112 sas_change_queue_depth +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x4898766d sas_ata_schedule_reset +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x53884c9f sas_domain_attach_transport +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x541f5cea sas_execute_internal_abort_single +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x5877d77a sas_find_attached_phy_id +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x64202c89 sas_unregister_ha +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x754f2e68 sas_register_ha +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x79cbcf3d sas_execute_internal_abort_dev +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x7e43ebe2 sas_eh_target_reset_handler +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x8b7a2692 smp_ata_check_ready_type +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x9384fec3 sas_query_task +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x964f1282 sas_slave_configure +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x9b7d3be1 sas_abort_task_set +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x9eddb466 dev_attr_phy_event_threshold +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xa98fd42c sas_notify_phy_event +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xac0384a2 sas_queuecommand +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xb3327aa0 sas_task_abort +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xb3b82026 sas_ssp_task_response +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xbf688c28 sas_drain_work +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xcd5c4d06 sas_eh_abort_handler +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xdc484bbc sas_notify_port_event +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xe0180301 sas_clear_task_set +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xe5091578 sas_slave_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xe6a70836 sas_request_addr +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xf46feae2 sas_ioctl +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_fc 0x94677dcd fc_eh_should_retry_cmd +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x00629c79 iscsi_conn_error_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x1020d05e iscsi_free_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x15dc8bab __SCT__tp_func_iscsi_dbg_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x17b4cdb8 iscsi_lookup_endpoint +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x17b6c29d iscsi_destroy_flashnode_sess +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x18a03e3b __traceiter_iscsi_dbg_tcp +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x238a5455 __tracepoint_iscsi_dbg_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x2f0fb8da __SCK__tp_func_iscsi_dbg_tcp +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x31c8ad06 iscsi_unblock_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x3592aa3e iscsi_add_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x3aeba499 __traceiter_iscsi_dbg_eh +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x3bc6b544 iscsi_add_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x3ca85154 iscsi_conn_login_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x3f320311 __tracepoint_iscsi_dbg_eh +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x40eed2c0 iscsi_remove_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x45f41978 iscsi_block_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x52575134 __SCT__tp_func_iscsi_dbg_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x58126ccf iscsi_put_endpoint +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x5892b61f iscsi_find_flashnode_sess +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x594e9985 iscsi_session_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x6177cfb8 iscsi_alloc_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x62843ade __traceiter_iscsi_dbg_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x64f10c27 iscsi_ping_comp_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x66f9ebfd iscsi_dbg_trace +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x692f3e66 iscsi_force_destroy_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x699fe53e iscsi_get_discovery_parent_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x6a3fde32 iscsi_register_transport +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x6e99621c iscsi_alloc_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x6f11e3ec __SCK__tp_func_iscsi_dbg_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x6f2cc812 iscsi_get_port_state_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x731573d4 iscsi_destroy_all_flashnode +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x73c565c6 iscsi_flashnode_bus_match +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x7d05ae66 iscsi_session_chkready +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x84a005f1 iscsi_get_router_state_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x8b5cd93f iscsi_get_port_speed_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x8bffbb4a iscsi_host_for_each_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x93541528 iscsi_block_scsi_eh +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x961b11c5 iscsi_offload_mesg +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x97ac3cf6 iscsi_create_endpoint +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x9d996ed1 iscsi_create_iface +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xa7205ddb __tracepoint_iscsi_dbg_sw_tcp +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xa7fe17a4 iscsi_unregister_transport +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xa8c4b5e1 __SCT__tp_func_iscsi_dbg_tcp +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xb0d80774 __traceiter_iscsi_dbg_sw_tcp +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xb1f155d0 iscsi_find_flashnode_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xb717a6f8 iscsi_remove_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xb874ac5f iscsi_create_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xba1fa826 iscsi_is_session_dev +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xbc071179 iscsi_get_ipaddress_state_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xbdafcd48 __traceiter_iscsi_dbg_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xc71d3f35 iscsi_get_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xc722229e __SCK__tp_func_iscsi_dbg_sw_tcp +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xcfd5e40b iscsi_create_flashnode_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xd09c1b83 iscsi_put_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xd0eccbf1 iscsi_create_flashnode_sess +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xd6884b22 iscsi_is_session_online +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xda2ea13c __SCK__tp_func_iscsi_dbg_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xdcf8165c __tracepoint_iscsi_dbg_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xdda85ffb __tracepoint_iscsi_dbg_tcp +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xdf515c49 __SCT__tp_func_iscsi_dbg_sw_tcp +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xebc8af40 iscsi_destroy_endpoint +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xeda6363e iscsi_destroy_iface +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xf5b80b7a iscsi_recv_pdu +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xf7e749fb __SCT__tp_func_iscsi_dbg_eh +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xfad56c42 __SCK__tp_func_iscsi_dbg_eh +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xfd56756a iscsi_post_host_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0x4d06ee86 sas_enable_tlr +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0x94440066 sas_tlr_supported +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0xaa8b2d4a sas_disable_tlr +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0xe79eef99 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 0x1d909dbb 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 0x0f91b616 srp_release_transport +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0x11b404f3 srp_attach_transport +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0x1902178a srp_tmo_valid +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0x6042c5ae srp_rport_del +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0x642db9cd srp_stop_rport_timers +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0xade8d6ee srp_remove_host +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0xd6cae6fb srp_rport_add +EXPORT_SYMBOL_GPL drivers/siox/siox-core 0x0bea0776 __siox_driver_register +EXPORT_SYMBOL_GPL drivers/siox/siox-core 0x100d3fc8 siox_master_unregister +EXPORT_SYMBOL_GPL drivers/siox/siox-core 0x1f7fb80d siox_master_alloc +EXPORT_SYMBOL_GPL drivers/siox/siox-core 0x90b3bdcb siox_device_connected +EXPORT_SYMBOL_GPL drivers/siox/siox-core 0xb0c75e32 siox_master_register +EXPORT_SYMBOL_GPL drivers/siox/siox-core 0xc5f341de siox_device_synced +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x07b6fc63 slimbus_bus +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x177038a4 slim_get_logical_addr +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x19140b7f slim_report_absent +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x2b179022 slim_stream_enable +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x3952ea94 slim_alloc_txn_tid +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x3f89b6fd slim_write +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x59438481 slim_stream_unprepare +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x62ce296d slim_writeb +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x693e8d48 slim_register_controller +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x7612df57 slim_get_device +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x92450069 slim_stream_allocate +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x92b0cfd2 slim_stream_disable +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xa0839500 of_slim_get_device +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xa472eee7 __slim_driver_register +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xa6c8749f slim_readb +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xaa8ef039 slim_stream_free +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xae7db58c slim_do_transfer +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xafc5c115 slim_driver_unregister +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xb06a20a6 slim_free_txn_tid +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xb3b36334 slim_stream_prepare +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xb5304f2e slim_device_report_present +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xb751d0bf slim_xfer_msg +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xd3ccf717 slim_ctrl_clk_pause +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xd6a22e6d slim_msg_response +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xd84c4b88 slim_unregister_controller +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xe69f7fe1 slim_read +EXPORT_SYMBOL_GPL drivers/soundwire/soundwire-bus 0x50d0ee4f __sdw_register_driver +EXPORT_SYMBOL_GPL drivers/soundwire/soundwire-bus 0xbcb460f2 sdw_bus_type +EXPORT_SYMBOL_GPL drivers/soundwire/soundwire-bus 0xfe50324f sdw_unregister_driver +EXPORT_SYMBOL_GPL drivers/soundwire/soundwire-cadence 0x77a701fc sdw_cdns_debugfs_init +EXPORT_SYMBOL_GPL drivers/spi/spi-altera-core 0xb9edd149 altera_spi_irq +EXPORT_SYMBOL_GPL drivers/spi/spi-altera-core 0xd949e488 altera_spi_init_master +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0x054f4bb9 spi_bitbang_init +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0x53edc050 spi_bitbang_setup_transfer +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0x94bd0f48 spi_bitbang_start +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0xc5d56a28 spi_bitbang_stop +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0xe8b066e1 spi_bitbang_setup +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0xe902e7bc spi_bitbang_cleanup +EXPORT_SYMBOL_GPL drivers/spi/spi-intel 0xd7caf4ef intel_spi_probe +EXPORT_SYMBOL_GPL drivers/spi/spi-loopback-test 0x2befb2f9 spi_test_execute_msg +EXPORT_SYMBOL_GPL drivers/spi/spi-loopback-test 0x588fca91 spi_test_run_tests +EXPORT_SYMBOL_GPL drivers/spi/spi-loopback-test 0x9f98ff5c spi_test_run_test +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x24f87861 spmi_device_from_of +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x366a43d4 spmi_register_write +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x57c5f4fe spmi_command_wakeup +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x5ae2f3b0 spmi_command_reset +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x7c4b9b72 spmi_register_zero_write +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x916e167a spmi_command_shutdown +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xa5e7c896 spmi_device_add +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xa848a2c3 spmi_ext_register_readl +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xaad09683 spmi_ext_register_writel +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xb0e23781 spmi_ext_register_write +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xb784f780 spmi_command_sleep +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xbfd0c161 spmi_controller_alloc +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xc2ce35e6 __spmi_driver_register +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xd4053e0a spmi_device_alloc +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xd9f1957a spmi_register_read +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xdf883eaa spmi_ext_register_read +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xedfcfdef spmi_device_remove +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xf33c8534 spmi_controller_add +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xf455069a spmi_controller_remove +EXPORT_SYMBOL_GPL drivers/ssb/ssb 0x550f449e ssb_pmu_spuravoid_pllupdate +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/fieldbus_dev 0x44a9db78 fieldbus_dev_unregister +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/fieldbus_dev 0xb0da56f1 fieldbus_dev_online_changed +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/fieldbus_dev 0xd8ed880f fieldbus_dev_register +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/fieldbus_dev 0xddc30030 fieldbus_dev_area_updated +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0x5153d8ba gb_audio_apbridgea_shutdown_tx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0x62315304 gb_audio_apbridgea_set_config +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0x6285d40d gb_audio_apbridgea_prepare_tx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0x682a6402 gb_audio_apbridgea_set_rx_data_size +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0x7418d9b8 gb_audio_apbridgea_start_rx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0x75210f93 gb_audio_apbridgea_stop_rx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0x873d153f gb_audio_apbridgea_prepare_rx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0x8da74367 gb_audio_apbridgea_unregister_cport +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0x9099cea1 gb_audio_apbridgea_stop_tx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0x9fbfb27d gb_audio_apbridgea_set_tx_data_size +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0xb4eb1988 gb_audio_apbridgea_shutdown_rx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0xf4827f8d gb_audio_apbridgea_start_tx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0xff0e03f9 gb_audio_apbridgea_register_cport +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0x03533bba gb_audio_gb_disable_widget +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0x03e8ae44 gb_audio_gb_set_tx_data_size +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0x271626c0 gb_audio_gb_get_pcm +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0x3acf9e83 gb_audio_gb_set_control +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0x3c42b5b7 gb_audio_gb_activate_rx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0x4cdf3263 gb_audio_gb_deactivate_tx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0x5367672e gb_audio_gb_get_topology +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0x597cfd2b gb_audio_gb_set_pcm +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0x9e9993a2 gb_audio_gb_activate_tx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0xada1639b gb_audio_gb_set_rx_data_size +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0xb3953a2c gb_audio_gb_get_control +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0xc163d8bf gb_audio_gb_enable_widget +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0xee041476 gb_audio_gb_deactivate_rx +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 0x41825ea3 gb_audio_manager_get_module +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-manager 0x5a108b0f gb_audio_manager_add +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-manager 0x79eef2f8 gb_audio_manager_dump_all +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-manager 0xaeac8ca2 gb_audio_manager_dump_module +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-manager 0xe6fd676a gb_audio_manager_put_module +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-gbphy 0x87a4389c gb_gbphy_register_driver +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-gbphy 0xb5a971a4 gb_gbphy_deregister_driver +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-spilib 0x0d724ed5 gb_spilib_master_exit +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-spilib 0xd12ef5b8 gb_spilib_master_init +EXPORT_SYMBOL_GPL drivers/staging/iio/addac/adt7316 0x4dece13d adt7316_pm_ops +EXPORT_SYMBOL_GPL drivers/target/target_core_mod 0x2b1a66c9 target_queue_submission +EXPORT_SYMBOL_GPL drivers/target/target_core_mod 0x2b9b3376 target_stop_cmd_counter +EXPORT_SYMBOL_GPL drivers/target/target_core_mod 0x5209be8b target_submit_prep +EXPORT_SYMBOL_GPL drivers/target/target_core_mod 0x5d24150b target_free_cmd_counter +EXPORT_SYMBOL_GPL drivers/target/target_core_mod 0x80ed0a5d target_submit +EXPORT_SYMBOL_GPL drivers/target/target_core_mod 0x8419d857 target_init_cmd +EXPORT_SYMBOL_GPL drivers/target/target_core_mod 0xb4489234 target_wait_for_cmds +EXPORT_SYMBOL_GPL drivers/target/target_core_mod 0xc65e34a6 target_alloc_cmd_counter +EXPORT_SYMBOL_GPL drivers/tee/tee 0x0d916390 tee_shm_alloc_kernel_buf +EXPORT_SYMBOL_GPL drivers/tee/tee 0x1823cf03 tee_client_open_session +EXPORT_SYMBOL_GPL drivers/tee/tee 0x21bf0a54 teedev_close_context +EXPORT_SYMBOL_GPL drivers/tee/tee 0x22b6bae5 tee_client_open_context +EXPORT_SYMBOL_GPL drivers/tee/tee 0x23b617cb tee_shm_put +EXPORT_SYMBOL_GPL drivers/tee/tee 0x3fef1dcc tee_shm_pool_alloc_res_mem +EXPORT_SYMBOL_GPL drivers/tee/tee 0x5e16ec79 tee_get_drvdata +EXPORT_SYMBOL_GPL drivers/tee/tee 0x5f415490 teedev_open +EXPORT_SYMBOL_GPL drivers/tee/tee 0x6b90ea38 tee_device_register +EXPORT_SYMBOL_GPL drivers/tee/tee 0x761b1436 tee_client_invoke_func +EXPORT_SYMBOL_GPL drivers/tee/tee 0x85fd9922 tee_session_calc_client_uuid +EXPORT_SYMBOL_GPL drivers/tee/tee 0x8a68d153 tee_device_unregister +EXPORT_SYMBOL_GPL drivers/tee/tee 0x8b910701 tee_device_alloc +EXPORT_SYMBOL_GPL drivers/tee/tee 0x9169c6b8 tee_shm_get_va +EXPORT_SYMBOL_GPL drivers/tee/tee 0x98de01e1 tee_shm_free +EXPORT_SYMBOL_GPL drivers/tee/tee 0xc4debfec tee_shm_alloc_priv_buf +EXPORT_SYMBOL_GPL drivers/tee/tee 0xcae44ca7 tee_bus_type +EXPORT_SYMBOL_GPL drivers/tee/tee 0xcda82ec9 tee_shm_register_kernel_buf +EXPORT_SYMBOL_GPL drivers/tee/tee 0xd86d79a6 tee_shm_get_from_id +EXPORT_SYMBOL_GPL drivers/tee/tee 0xd99f2bd9 tee_client_close_context +EXPORT_SYMBOL_GPL drivers/tee/tee 0xf804df20 tee_client_close_session +EXPORT_SYMBOL_GPL drivers/tee/tee 0xfaf9a9b5 tee_shm_get_pa +EXPORT_SYMBOL_GPL drivers/tee/tee 0xfe65f23a tee_client_get_version +EXPORT_SYMBOL_GPL drivers/thermal/intel/int340x_thermal/int340x_thermal_zone 0x1b874fe2 int340x_thermal_zone_remove +EXPORT_SYMBOL_GPL drivers/thermal/intel/int340x_thermal/int340x_thermal_zone 0x6dffd571 int340x_thermal_read_trips +EXPORT_SYMBOL_GPL drivers/thermal/intel/int340x_thermal/int340x_thermal_zone 0x8da4df98 int340x_thermal_zone_add +EXPORT_SYMBOL_GPL drivers/thermal/intel/int340x_thermal/processor_thermal_device 0x1e7eea3d proc_thermal_remove +EXPORT_SYMBOL_GPL drivers/thermal/intel/int340x_thermal/processor_thermal_device 0x337aaf18 proc_thermal_mmio_remove +EXPORT_SYMBOL_GPL drivers/thermal/intel/int340x_thermal/processor_thermal_device 0x541fc3e6 proc_thermal_add +EXPORT_SYMBOL_GPL drivers/thermal/intel/int340x_thermal/processor_thermal_device 0xb6e5b24d proc_thermal_mmio_add +EXPORT_SYMBOL_GPL drivers/thermal/intel/int340x_thermal/processor_thermal_device 0xc699cb19 proc_thermal_resume +EXPORT_SYMBOL_GPL drivers/thermal/intel/int340x_thermal/processor_thermal_device 0xe9a0ec16 proc_thermal_suspend +EXPORT_SYMBOL_GPL drivers/thermal/intel/int340x_thermal/processor_thermal_mbox 0xa1125880 proc_thermal_mbox_remove +EXPORT_SYMBOL_GPL drivers/thermal/intel/int340x_thermal/processor_thermal_mbox 0xbbd94fce 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 0x6c213f3e proc_thermal_rapl_add +EXPORT_SYMBOL_GPL drivers/thermal/intel/int340x_thermal/processor_thermal_rfim 0x35b912f0 proc_thermal_rfim_add +EXPORT_SYMBOL_GPL drivers/thermal/intel/int340x_thermal/processor_thermal_rfim 0x7dcf1403 proc_thermal_rfim_remove +EXPORT_SYMBOL_GPL drivers/thermal/intel/intel_soc_dts_iosf 0x3d6dbe35 intel_soc_dts_iosf_exit +EXPORT_SYMBOL_GPL drivers/thermal/intel/intel_soc_dts_iosf 0x4c7fce7a intel_soc_dts_iosf_interrupt_handler +EXPORT_SYMBOL_GPL drivers/thermal/intel/intel_soc_dts_iosf 0xb5aec9b3 intel_soc_dts_iosf_add_read_only_critical_trip +EXPORT_SYMBOL_GPL drivers/thermal/intel/intel_soc_dts_iosf 0xba39f91f intel_soc_dts_iosf_init +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x01d23ee1 tb_property_create_dir +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x118b130c tb_xdomain_release_out_hopid +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x2280a9b7 tb_ring_poll_complete +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x375bf3dc tb_xdomain_type +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 0x5233833f tb_ring_stop +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x561c8bb0 tb_xdomain_request +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x5d76daac tb_xdomain_enable_paths +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x5e32da6a __tb_ring_enqueue +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x603249ed tb_unregister_property_dir +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x6102a1ad tb_xdomain_lane_bonding_enable +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x658e3d97 tb_property_add_immediate +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x696d19fc tb_ring_start +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x70731f28 tb_xdomain_find_by_route +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x73ad2acb tb_property_get_next +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x749ee99c tb_xdomain_lane_bonding_disable +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x785eb82c tb_property_remove +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x7c168ffe tb_ring_alloc_rx +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x8b62f95e tb_property_add_dir +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x98f5d592 tb_xdomain_response +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x9a736c77 tb_ring_poll +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xa3d2b403 tb_property_add_data +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xa771513e tb_ring_alloc_tx +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xa8e2ce16 tb_register_service_driver +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xad146e56 tb_xdomain_find_by_uuid +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xb3504292 tb_ring_free +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xb4e8f858 tb_xdomain_disable_paths +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xb7c7cdce tb_property_add_text +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xd90419e9 tb_service_type +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xd9fe26c9 tb_unregister_service_driver +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xe3005c44 tb_xdomain_alloc_in_hopid +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 0xfa7881c4 tb_xdomain_release_in_hopid +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xfc2ae8f1 tb_xdomain_alloc_out_hopid +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x08025046 ufshcd_dump_regs +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x0dacc489 ufshcd_dme_configure_adapt +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x18ce7379 __ufshcd_suspend_prepare +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x21dccfb8 ufshcd_config_pwr_mode +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x434bd729 ufshcd_clkgate_delay_set +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x4de89c84 ufshcd_init +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x4ec59dd1 ufshcd_uic_change_pwr_mode +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x52e70fd9 ufshcd_suspend_prepare +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x5aff2499 ufshcd_release +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x5d3b6116 ufshcd_link_recovery +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x7189bfc7 ufshcd_auto_hibern8_update +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x723b1abf ufshcd_delay_us +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x81683598 ufshcd_remove +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x83fffb46 ufshcd_dme_get_attr +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x931d5051 ufshcd_dealloc_host +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x987b6590 ufshcd_dme_set_attr +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xa26d993d ufshcd_uic_hibern8_exit +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xae47e086 ufshcd_hold +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xaeb4c9db ufshcd_uic_hibern8_enter +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xc4372cc7 ufshcd_update_evt_hist +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xd17faee5 ufshcd_hba_stop +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xd19bd762 ufshcd_make_hba_operational +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xdd4d0ae8 ufshcd_resume_complete +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xe1bfe1c8 ufshcd_fixup_dev_quirks +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xf15186f3 ufshcd_hba_enable +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xf7696cb7 ufshcd_get_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 0xa6e64cb8 ufshcd_pltfrm_init +EXPORT_SYMBOL_GPL drivers/ufs/host/ufshcd-pltfrm 0xba57d3c2 ufshcd_populate_vreg +EXPORT_SYMBOL_GPL drivers/ufs/host/ufshcd-pltfrm 0xd19e1664 ufshcd_pltfrm_shutdown +EXPORT_SYMBOL_GPL drivers/uio/uio 0x2b21fec0 uio_event_notify +EXPORT_SYMBOL_GPL drivers/uio/uio 0x8f7fccba __devm_uio_register_device +EXPORT_SYMBOL_GPL drivers/uio/uio 0x9ad02f5f uio_unregister_device +EXPORT_SYMBOL_GPL drivers/uio/uio 0xa7407cae __uio_register_device +EXPORT_SYMBOL_GPL drivers/usb/atm/usbatm 0x6bdfcaa0 usbatm_usb_probe +EXPORT_SYMBOL_GPL drivers/usb/atm/usbatm 0xb24cb966 usbatm_usb_disconnect +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0x1306a426 cdns_init +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0x2e89c0f5 cdns_set_vbus +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0x66a0795a cdns_drd_gadget_off +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0x6a179a0f cdns_drd_gadget_on +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0x70a0c754 cdns_power_is_lost +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0x84a79c72 cdns_clear_vbus +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0x98db39ac cdns_suspend +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0x9fadef19 cdns_remove +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0xfecc5645 cdns_resume +EXPORT_SYMBOL_GPL drivers/usb/chipidea/ci_hdrc 0xc312d6c4 ci_hdrc_remove_device +EXPORT_SYMBOL_GPL drivers/usb/chipidea/ci_hdrc 0xc8f91a25 hw_phymode_configure +EXPORT_SYMBOL_GPL drivers/usb/chipidea/ci_hdrc 0xdd346371 ci_hdrc_add_device +EXPORT_SYMBOL_GPL drivers/usb/chipidea/ci_hdrc 0xee47ea7c ci_hdrc_query_available_role +EXPORT_SYMBOL_GPL drivers/usb/common/ulpi 0x1d25ac65 ulpi_register_interface +EXPORT_SYMBOL_GPL drivers/usb/common/ulpi 0x263386d6 ulpi_read +EXPORT_SYMBOL_GPL drivers/usb/common/ulpi 0x550adf1f ulpi_unregister_interface +EXPORT_SYMBOL_GPL drivers/usb/common/ulpi 0x89a3f96a __ulpi_register_driver +EXPORT_SYMBOL_GPL drivers/usb/common/ulpi 0xb2964da8 ulpi_write +EXPORT_SYMBOL_GPL drivers/usb/common/ulpi 0xda7c6b32 ulpi_unregister_driver +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x14d65314 u_audio_set_playback_srate +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x25ab73c8 u_audio_start_playback +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x501dcd0e g_audio_setup +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x6bcb2bc9 u_audio_get_volume +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x6d71385e u_audio_set_mute +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x6ee0d65d u_audio_set_capture_srate +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x70dfd478 u_audio_suspend +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x774a295a u_audio_get_capture_srate +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x78eea5eb u_audio_stop_playback +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x803e1619 u_audio_start_capture +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x8cbea3f6 g_audio_cleanup +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0xadf337e3 u_audio_stop_capture +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0xb3ad4981 u_audio_get_playback_srate +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0xeb5737b1 u_audio_set_volume +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0xf538a9d3 u_audio_get_mute +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x12794bd9 gether_get_host_addr +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x4cd41637 gether_connect +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x5da7ad94 gether_set_host_addr +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x642ee0e6 gether_setup_name +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x802642b0 gether_register_netdev +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x8068693c gether_set_gadget +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x8878cfa6 gether_cleanup +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x9530885e gether_set_ifname +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x9d602d32 gether_get_dev_addr +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0xa5aef352 gether_set_dev_addr +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0xb7151ee8 gether_set_qmult +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0xb717921f gether_setup_name_default +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0xd02b404b gether_get_host_addr_u8 +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0xeec03d9d gether_disconnect +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0xf09699e0 gether_get_host_addr_cdc +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0xf2ef1b78 gether_get_ifname +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0xfb3550bb gether_get_qmult +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_serial 0x29f04359 gserial_connect +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_serial 0x33bfdca2 gserial_alloc_line +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_serial 0x4602727c gserial_disconnect +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_serial 0x60db48f5 gserial_get_console +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_serial 0x704135f4 gserial_suspend +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_serial 0x77268a68 gs_free_req +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_serial 0xa2ad466d 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 0xfb78a286 gs_alloc_req +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_fs 0x35eb7d60 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 0xe257f8d4 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 0x16ccc927 fsg_store_ro +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 0x2369f068 fsg_show_inquiry_string +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x26b1bc2e fsg_show_cdrom +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x2933ee1d fsg_ss_bulk_in_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x33560ca1 fsg_store_nofua +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x398778e1 fsg_ss_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x3c6a07d0 fsg_common_create_lun +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x404f5905 fsg_common_remove_lun +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x423845e4 fsg_ss_bulk_in_comp_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x56344daf fsg_hs_bulk_out_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x56c0a458 fsg_show_ro +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x5ebade64 fsg_store_removable +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 0x79cc6cfc fsg_lun_close +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x7e26d4a5 fsg_common_set_sysfs +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x857b6dc2 fsg_hs_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x88e7a73e fsg_show_removable +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x8f3cce78 fsg_show_nofua +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x93b23a12 fsg_store_forced_eject +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 0x95e32d9b fsg_lun_open +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 0xb21b4f5e fsg_store_inquiry_string +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xb3adf38d store_cdrom_address +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xb52ba28a fsg_intf_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xb54d0d95 fsg_fs_bulk_in_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xd1a3e8e0 fsg_common_create_luns +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xd7bc3fcc fsg_store_file +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xdfb64418 fsg_lun_fsync_sub +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 0xfdc2b02b fsg_common_set_cdev +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xfe252998 fsg_show_file +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xffd8674d fsg_store_cdrom +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x1b182155 rndis_set_param_vendor +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x2f2c340a rndis_register +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x56f97eca rndis_uninit +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x63215ec5 rndis_borrow_net +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x6a8f4bae rndis_rm_hdr +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x6dfd2bbd rndis_set_param_medium +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x6e97bc7f rndis_free_response +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x7133e580 rndis_add_hdr +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x800c2b10 rndis_signal_connect +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x8a3988a7 rndis_signal_disconnect +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x8bed0dd8 rndis_get_next_response +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x8f983f2f rndis_deregister +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0xb8381ac6 rndis_set_host_mac +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0xea26f06c rndis_set_param_dev +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0xed57954c rndis_msg_parser +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x05fbd715 usb_add_config +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x0c589aba usb_validate_langid +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x0de01025 usb_function_unregister +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x1328c776 usb_assign_descriptors +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x15d3ec87 usb_interface_id +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x19dc18d3 usb_free_all_descriptors +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x1bcc54ef usb_string_ids_tab +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x200c538b usb_otg_descriptor_init +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 0x3281ee48 usb_put_function_instance +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x33196a06 usb_string_id +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x3490aaeb usb_composite_unregister +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x407a3427 usb_function_deactivate +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x42ad22a5 unregister_gadget_item +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x4beb505d usb_gadget_get_string +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x5c18ae9c usb_ep_autoconfig +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x7148ceb2 usb_ep_autoconfig_release +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x7ffbdaa9 usb_ep_autoconfig_ss +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x845b3f1a usb_remove_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x882a6bfe usb_string_ids_n +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x8bfccf90 config_ep_by_speed +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xa0ad1a3e usb_ep_autoconfig_reset +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xaf6b7c0f usb_gstrings_attach +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xb9c36f58 config_ep_by_speed_and_alt +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xbab5e587 usb_get_function_instance +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xbc37ee33 usb_add_config_only +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xc21bb016 usb_function_register +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xc498ed5d usb_function_activate +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xc8714f09 usb_add_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xd2ea2134 usb_descriptor_fillbuf +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xd69ff8d6 usb_composite_setup_continue +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xdb0c53dd usb_get_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xe600508a usb_composite_overwrite_options +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xf474a207 usb_gadget_config_buf +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xfa9f4f9b usb_put_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xfcb96709 usb_composite_probe +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xff72f247 usb_otg_descriptor_alloc +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x0475f27f udc_mask_unused_interrupts +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x072f2b45 udc_probe +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x3e6ad7fd empty_req_queue +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x55f103ce 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 0x676fb2b9 init_dma_pools +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0xbe878642 udc_remove +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0xc0f012c6 free_dma_pools +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0xc63dd7ac gadget_release +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0xff989dea udc_basic_init +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x004c6380 usb_ep_fifo_flush +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x19f7bcb0 usb_gadget_disconnect +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x1afdcd32 usb_gadget_register_driver_owner +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x21441950 usb_gadget_wakeup +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x25e3ce62 usb_gadget_clear_selfpowered +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x2946ced5 usb_udc_vbus_handler +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 0x2e4605c2 usb_gadget_map_request +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x335e329f usb_initialize_gadget +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x34817a60 usb_del_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 0x449eb285 usb_gadget_map_request_by_dev +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x48d4c279 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 0x532c7d5f usb_gadget_check_config +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x59b25da2 usb_gadget_udc_reset +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x5e490964 usb_gadget_unmap_request +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 0x79db7050 usb_gadget_ep_match_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x7b1c437e usb_gadget_unregister_driver +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x93d5fdc4 usb_gadget_giveback_request +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x977b7061 usb_add_gadget_udc +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x9b2e9fe8 gadget_find_ep_by_name +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xa7348f39 usb_add_gadget +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xa841f3f0 usb_gadget_vbus_draw +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xac5667d9 usb_ep_queue +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xae60a0cb usb_gadget_unmap_request_by_dev +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xb3b734b9 usb_gadget_frame_number +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xbee6af28 usb_ep_set_halt +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xbf3279f3 usb_gadget_vbus_connect +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xc3d4d06b usb_ep_set_maxpacket_limit +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xc5ab884f usb_del_gadget_udc +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xc8ac2c4f usb_ep_clear_halt +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xcb1fa541 usb_gadget_set_selfpowered +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xcf284814 usb_add_gadget_udc_release +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xd576a260 usb_gadget_activate +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xd91801a2 usb_gadget_connect +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xe1f2a6c6 usb_gadget_set_state +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xe4b045c3 usb_gadget_deactivate +EXPORT_SYMBOL_GPL drivers/usb/host/xhci-pci-renesas 0xb3990e63 renesas_xhci_check_request_fw +EXPORT_SYMBOL_GPL drivers/usb/misc/ezusb 0x2dc9311a ezusb_fx1_ihex_firmware_download +EXPORT_SYMBOL_GPL drivers/usb/misc/ezusb 0xc4118c0a ezusb_fx1_set_reset +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0x34332546 usb_ftdi_elan_write_pcimem +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0x5ad3cae7 usb_ftdi_elan_edset_single +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0x6e7a7b0f usb_ftdi_elan_edset_input +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0x70341439 ftdi_elan_gone_away +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0x7a7e8f5c usb_ftdi_elan_edset_flush +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0x7b4a1e6f usb_ftdi_elan_edset_empty +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0xa553e638 usb_ftdi_elan_read_pcimem +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0xa600fa85 usb_ftdi_elan_edset_setup +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0xc276a848 usb_ftdi_elan_edset_output +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0x09492220 musb_mailbox +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0x0afe22a7 musb_set_host +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 0x57fe2486 musb_get_mode +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0x60294d3b musb_root_disconnect +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0x669594ad musb_clearw +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0x6af8c6dc musb_writel +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0x719a5e41 musb_readw +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0x74c74572 musb_interrupt +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0xade3e56c musb_writew +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0xc172a074 musb_queue_resume_work +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 0xfe26cf6d musb_set_peripheral +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-generic 0x4869548c usb_gen_phy_shutdown +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-generic 0x74c90a78 usb_phy_generic_register +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-generic 0x7abff453 usb_phy_gen_create_phy +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-generic 0x8235e402 usb_gen_phy_init +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-generic 0xca9476aa usb_phy_generic_unregister +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-isp1301 0x1fffe8f1 isp1301_get_client +EXPORT_SYMBOL_GPL drivers/usb/serial/usb_wwan 0xc206d06d usb_wwan_port_probe +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x203f31c8 usb_serial_generic_write_bulk_callback +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x22ad6538 usb_serial_claim_interface +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x3b4f9dbb usb_serial_generic_throttle +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x41c02676 usb_serial_generic_tiocmiwait +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x41e6472c usb_serial_generic_open +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x5145352d usb_serial_generic_wait_until_sent +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x6ced8fb4 usb_serial_generic_read_bulk_callback +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x73c07c68 usb_serial_generic_submit_read_urbs +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x7dfc9594 usb_serial_generic_write +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x95c77641 usb_serial_generic_unthrottle +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xa8580768 usb_serial_generic_process_read_urb +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xad465aa6 usb_serial_handle_dcd_change +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xaebf7e90 usb_serial_generic_chars_in_buffer +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xb0277f12 usb_serial_register_drivers +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xb645c14d usb_serial_generic_get_icount +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xd65b6c11 usb_serial_generic_write_start +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xd7aebfa8 usb_serial_port_softint +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xd8529de4 usb_serial_generic_resume +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xea9280c9 usb_serial_generic_close +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xfb7ff2ff usb_serial_deregister_drivers +EXPORT_SYMBOL_GPL drivers/usb/typec/altmodes/typec_displayport 0x6cfb65bd dp_altmode_probe +EXPORT_SYMBOL_GPL drivers/usb/typec/altmodes/typec_displayport 0xc6fb7126 dp_altmode_remove +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpci 0x6f497a3c tcpci_irq +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpci 0x9b160974 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 0x7e900f57 tcpm_register_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 0xea220941 tcpm_tcpc_reset +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpm 0xeb779665 tcpm_sourcing_vbus +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x0a97c220 typec_cable_get +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x0dc015a0 typec_altmode_exit +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x102ba187 typec_cable_put +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x15b58a89 fwnode_typec_retimer_get +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x17b47684 typec_cable_set_identity +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x1aacafde typec_mux_unregister +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x1fd0d3fd typec_plug_register_altmode +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x2820cfa3 usb_power_delivery_register_capabilities +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x28d3544b typec_altmode_notify +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x2d1e301d typec_find_power_role +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x326e4dbc typec_altmode_get_plug +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x380a54ab typec_port_register_altmode +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x38fcb1c7 typec_get_negotiated_svdm_version +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x3d8209f4 typec_mux_register +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x3ede7f23 typec_unregister_altmode +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x3f61f84f typec_altmode_unregister_driver +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x4957101e typec_partner_set_pd_revision +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x4cac0d6f typec_switch_get_drvdata +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x4f7cebf3 typec_switch_unregister +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x4face9af typec_retimer_set +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x50eff054 typec_mux_get_drvdata +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x513190f7 typec_altmode_get_partner +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x53d2c12f fwnode_typec_mux_get +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x546e0e92 typec_retimer_register +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x574c382e typec_set_pwr_opmode +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x577c2e61 typec_switch_register +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x578f964c usb_power_delivery_link_device +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x625f030c typec_set_orientation +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x6aca8518 typec_unregister_partner +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x6b3d9465 typec_mux_set +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x6dff72e3 typec_partner_set_usb_power_delivery +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x762c549d typec_port_set_usb_power_delivery +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x798de854 typec_altmode_vdm +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x7a04f28e typec_altmode_attention +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x819cf4d8 typec_altmode_put_plug +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x86521d45 typec_switch_put +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x874e71de typec_set_mode +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x8f96c73a typec_unregister_port +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x8fe0e906 typec_retimer_put +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x9049491e typec_find_port_data_role +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x95826df3 typec_register_port +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x97ff988f typec_get_drvdata +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x98cd9e11 typec_get_fw_cap +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x98f8b813 typec_set_vconn_role +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xa254de98 typec_find_orientation +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xa571c21a typec_set_pwr_role +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xa75e40db typec_match_altmode +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xae808855 typec_partner_usb_power_delivery_register +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xaee8cb56 typec_partner_set_identity +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xaf6f550d typec_register_partner +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xb010399e typec_retimer_unregister +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xb1ffe4c5 typec_partner_set_num_altmodes +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xb438b713 typec_register_cable +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xb45e925d typec_partner_register_altmode +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xb5dcd67c typec_plug_set_num_altmodes +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xb5ffb8ce typec_unregister_plug +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xbbe5e493 typec_set_data_role +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xbc51f0d8 usb_power_delivery_register +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xbccb5699 typec_altmode_update_active +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xbe0ad622 typec_cable_is_active +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xbe20c914 usb_power_delivery_unregister +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xbeeb2e07 __typec_altmode_register_driver +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xc9037224 usb_power_delivery_unlink_device +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xcae66e19 typec_unregister_cable +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xcda71d70 typec_altmode2port +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xd2fa1286 typec_switch_set +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xd5dbc352 typec_altmode_enter +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xdaa578e5 usb_power_delivery_unregister_capabilities +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xde48ec39 typec_get_orientation +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xe3b3e7b2 typec_partner_set_svdm_version +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xe745c841 fwnode_typec_switch_get +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xeafc1eb8 typec_find_port_power_role +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xed83529a typec_mux_set_drvdata +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xf1234a8b typec_find_pwr_opmode +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xf18ce410 typec_switch_set_drvdata +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xf32c5394 typec_port_register_altmodes +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xf6fd53d9 typec_register_plug +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xfa23df8c typec_retimer_get_drvdata +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xfc8df340 typec_mux_put +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0x4df722c5 ucsi_create +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0x6af3c9e5 ucsi_resume +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0x6ef65fef ucsi_send_command +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0x7d220646 ucsi_unregister +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0x7ddb27dd ucsi_get_drvdata +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0x7de7267e ucsi_destroy +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0x9227c36c ucsi_register +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0xbfa1ea23 ucsi_connector_change +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0xeea5b2f6 ucsi_set_drvdata +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x0aba70a9 usbip_recv_xbuff +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x155a78b5 usbip_start_eh +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x29b4d159 usbip_stop_eh +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x37df47d5 usbip_pack_pdu +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x415997ca dev_attr_usbip_debug +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x4fac143f usbip_dump_urb +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x6172f289 usbip_recv +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x78b72f44 usbip_debug_flag +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x8853bef1 usbip_recv_iso +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x9a1d08fb usbip_event_happened +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x9f6e035f usbip_event_add +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xb713eb53 usbip_in_eh +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xcd66e9c0 usbip_alloc_iso_desc_pdu +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xd02753dc usbip_header_correct_endian +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xe1ea0586 usbip_dump_header +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xfe6c81d9 usbip_pad_iso +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0x092ccc9d vdpa_register_device +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0x2020d821 _vdpa_register_device +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0x559cead0 vdpa_unregister_driver +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0x5ce206cb vdpa_set_config +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0x7a4b67c0 _vdpa_unregister_device +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0x8af991fd vdpa_unregister_device +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0x8b0b5ee6 vdpa_mgmtdev_unregister +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0x9845338e vdpa_mgmtdev_register +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0xa927f205 __vdpa_alloc_device +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0xbbb47316 __vdpa_register_driver +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0xc6a8052e vdpa_get_config +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa_sim/vdpa_sim 0x1de9d9ec vdpasim_create +EXPORT_SYMBOL_GPL drivers/vfio/mdev/mdev 0x170cbbb7 mdev_bus_type +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x0c03643c vfio_pci_core_request +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x1355cabe vfio_pci_core_sriov_configure +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x2c1b97f8 vfio_pci_core_release_dev +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x30a708db vfio_pci_core_match +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x30b3f90e vfio_pci_core_close_device +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x361feeb9 vfio_pci_core_err_handlers +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x3e484ecc vfio_pci_core_write +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x3f91818e vfio_pci_core_ioctl +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x41b6479d 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 0x6199ecaf vfio_pci_core_unregister_device +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x6d8cd858 vfio_pci_core_init_dev +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x7fd500ab vfio_pci_core_register_device +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0xb1050c3d vfio_pci_core_disable +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0xb34ecba8 vfio_pci_core_aer_err_detected +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0xb8084b00 vfio_pci_core_enable +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0xdb2e8dfe vfio_pci_core_read +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0xe152298c vfio_pci_core_mmap +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0xf888afcd vfio_pci_core_register_dev_region +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0xfbc23bdc vfio_pci_core_ioctl_feature +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x000bdb14 vfio_assign_device_set +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x0e7f0c5a vfio_iommufd_physical_unbind +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x158ac89b vfio_file_has_dev +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x318e804f vfio_register_iommu_driver +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x3e676aa9 vfio_iommufd_emulated_unbind +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x3f0da91b vfio_virqfd_disable +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x48ee7465 vfio_device_set_open_count +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x5bba9dee vfio_iommufd_emulated_bind +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x5dbf711c vfio_register_group_dev +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x60a634c4 vfio_info_cap_add +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x6207a200 vfio_file_iommu_group +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x77f083cf vfio_unregister_iommu_driver +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x7d2ed4c3 iova_bitmap_set +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x7fc437a7 vfio_file_is_group +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x861d4ed3 vfio_mig_get_next_state +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x9d13c429 _vfio_alloc_device +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xa7d7ca8c vfio_file_enforced_coherent +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xb87b5125 vfio_unregister_group_dev +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xc4ac4e90 vfio_file_set_kvm +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xd244580d vfio_iommufd_physical_bind +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xd596cfbe vfio_virqfd_enable +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xde1744d5 vfio_register_emulated_iommu_dev +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xef836715 vfio_iommufd_emulated_attach_ioas +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xf37e3c16 vfio_iommufd_physical_attach_ioas +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x0dcc1092 vhost_poll_init +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x1991b987 vhost_enqueue_msg +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x1b9aa394 vhost_add_used +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x1f253f47 vq_meta_prefetch +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x2f64d19e vhost_log_access_ok +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x347fcef6 vhost_dev_reset_owner +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x38efad85 vhost_vq_is_setup +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x39aa04e8 vhost_vq_init_access +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x39f6c100 vhost_disable_notify +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x3eb209d2 vhost_poll_stop +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x438cbf23 vhost_vq_avail_empty +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x44b68100 vhost_dev_cleanup +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x47d3a303 vhost_discard_vq_desc +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x4b92c87a vhost_chr_read_iter +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x4e2c37a8 vhost_vq_access_ok +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x5652961b vhost_get_vq_desc +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x570ca849 vhost_add_used_and_signal +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x587c1d72 vhost_log_write +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x74089c10 vhost_dev_check_owner +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x806047d2 vhost_signal +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x81ca35ee vhost_dev_has_owner +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x89041072 vhost_new_msg +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x8f7a721e vhost_add_used_and_signal_n +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x9dcff72a vhost_dev_flush +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xa79daddd vhost_poll_start +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xa909cfc5 vhost_work_init +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xabef99b5 vhost_dev_set_owner +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xae0c828f vhost_dev_init +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xb37aaa92 vhost_work_queue +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xbd2d4879 vhost_vring_ioctl +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xd36d1ea3 vhost_set_backend_features +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xd55863c2 vhost_enable_notify +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xd571ac77 vhost_add_used_n +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xdaaf4c68 vhost_dequeue_msg +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xdbd8b23e vhost_dev_stop +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xec3e869e vhost_clear_msg +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xeca3e6f7 vhost_dev_ioctl +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xed99721d vhost_poll_queue +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xedcdf789 vhost_has_work +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xf391ef78 vhost_exceeds_weight +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xf8d38881 vhost_init_device_iotlb +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xfd2b3e45 vhost_dev_reset_owner_prepare +EXPORT_SYMBOL_GPL drivers/vhost/vhost_iotlb 0x38ff875f vhost_iotlb_add_range +EXPORT_SYMBOL_GPL drivers/vhost/vhost_iotlb 0x5f4e5249 vhost_iotlb_reset +EXPORT_SYMBOL_GPL drivers/vhost/vhost_iotlb 0x69e872f9 vhost_iotlb_itree_first +EXPORT_SYMBOL_GPL drivers/vhost/vhost_iotlb 0x6bec0e66 vhost_iotlb_del_range +EXPORT_SYMBOL_GPL drivers/vhost/vhost_iotlb 0x83be64b9 vhost_iotlb_itree_next +EXPORT_SYMBOL_GPL drivers/vhost/vhost_iotlb 0x885512a2 vhost_iotlb_add_range_ctx +EXPORT_SYMBOL_GPL drivers/vhost/vhost_iotlb 0x8a7d8ee9 vhost_iotlb_init +EXPORT_SYMBOL_GPL drivers/vhost/vhost_iotlb 0xa24517eb vhost_iotlb_free +EXPORT_SYMBOL_GPL drivers/vhost/vhost_iotlb 0xc577832d vhost_iotlb_alloc +EXPORT_SYMBOL_GPL drivers/vhost/vhost_iotlb 0xf9deb0db vhost_iotlb_map_free +EXPORT_SYMBOL_GPL drivers/video/backlight/apple_bl 0x2c63e051 apple_bl_register +EXPORT_SYMBOL_GPL drivers/video/backlight/apple_bl 0xdab0f892 apple_bl_unregister +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0x226089bb ili9320_suspend +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0x4465c260 ili9320_probe_spi +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0x5e8bea12 ili9320_remove +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0xc4b7100f ili9320_shutdown +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0xccce1dd5 ili9320_write_regs +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0xdc7437bf ili9320_resume +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0xe72570bb ili9320_write +EXPORT_SYMBOL_GPL drivers/video/fbdev/core/fb_ddc 0xedd10c03 fb_ddc_read +EXPORT_SYMBOL_GPL drivers/video/fbdev/core/fb_sys_fops 0xd0f819c4 fb_sys_read +EXPORT_SYMBOL_GPL drivers/video/fbdev/core/fb_sys_fops 0xf27309b7 fb_sys_write +EXPORT_SYMBOL_GPL drivers/video/fbdev/sis/sisfb 0x61871833 sis_free_new +EXPORT_SYMBOL_GPL drivers/video/fbdev/sis/sisfb 0xdfc67be4 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 0x6bd260e3 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/video/fbdev/via/viafb 0xfff2dfd2 viafb_gpio_lookup +EXPORT_SYMBOL_GPL drivers/w1/wire 0x11cd7e78 w1_read_8 +EXPORT_SYMBOL_GPL drivers/w1/wire 0x160452a6 w1_triplet +EXPORT_SYMBOL_GPL drivers/w1/wire 0x243e1db4 w1_reset_bus +EXPORT_SYMBOL_GPL drivers/w1/wire 0x264968e3 w1_touch_bit +EXPORT_SYMBOL_GPL drivers/w1/wire 0x4da4aeea w1_write_8 +EXPORT_SYMBOL_GPL drivers/w1/wire 0x63757e92 w1_calc_crc8 +EXPORT_SYMBOL_GPL drivers/w1/wire 0x8099f785 w1_touch_block +EXPORT_SYMBOL_GPL drivers/w1/wire 0x810ae1bb w1_read_block +EXPORT_SYMBOL_GPL drivers/w1/wire 0x887826bb w1_reset_resume_command +EXPORT_SYMBOL_GPL drivers/w1/wire 0x8b142807 w1_write_block +EXPORT_SYMBOL_GPL drivers/w1/wire 0x9763b309 w1_next_pullup +EXPORT_SYMBOL_GPL drivers/w1/wire 0x9d380912 w1_reset_select_slave +EXPORT_SYMBOL_GPL drivers/xen/xen-front-pgdir-shbuf 0x01309e57 xen_front_pgdir_shbuf_alloc +EXPORT_SYMBOL_GPL drivers/xen/xen-front-pgdir-shbuf 0x402e6466 xen_front_pgdir_shbuf_unmap +EXPORT_SYMBOL_GPL drivers/xen/xen-front-pgdir-shbuf 0xb9c10e3f xen_front_pgdir_shbuf_map +EXPORT_SYMBOL_GPL drivers/xen/xen-front-pgdir-shbuf 0xe2b091a2 xen_front_pgdir_shbuf_free +EXPORT_SYMBOL_GPL drivers/xen/xen-front-pgdir-shbuf 0xfbc9309a xen_front_pgdir_shbuf_get_dir_start +EXPORT_SYMBOL_GPL drivers/xen/xen-privcmd 0x26a84386 xen_privcmd_fops +EXPORT_SYMBOL_GPL drivers/xen/xen-privcmd 0x2ff0fbd3 xen_privcmdbuf_fops +EXPORT_SYMBOL_GPL fs/dlm/dlm 0x4b62826c dlm_unlock +EXPORT_SYMBOL_GPL fs/dlm/dlm 0x5cb6e247 dlm_posix_get +EXPORT_SYMBOL_GPL fs/dlm/dlm 0x6769c4ae dlm_posix_unlock +EXPORT_SYMBOL_GPL fs/dlm/dlm 0x8a6c5f1b dlm_lock +EXPORT_SYMBOL_GPL fs/dlm/dlm 0xb26613ae 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 0x1fe817f0 nlmsvc_unlock_all_by_sb +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x6e70a2d4 nlmclnt_proc +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x7316deca nlmsvc_ops +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x9cbde0a0 nlmsvc_unlock_all_by_ip +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x9f4837c2 nlmclnt_init +EXPORT_SYMBOL_GPL fs/lockd/lockd 0xd3c8c26e lockd_up +EXPORT_SYMBOL_GPL fs/lockd/lockd 0xd6feec93 lockd_down +EXPORT_SYMBOL_GPL fs/lockd/lockd 0xfcc2f44a nlmclnt_done +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0294c6a2 nfs_callback_nr_threads +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x03a0d262 nfs_check_cache_invalid +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x03eacb8c nfs_fattr_init +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0562038c nfs_access_get_cached +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x09d5825d nfs_alloc_fattr_with_label +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0ab4c6ca nfs_server_remove_lists +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0e5d4536 nfs_async_iocounter_wait +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0e7c2f03 nfs_post_op_update_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x10962bc2 nfs_auth_info_match +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x122edd7c nfs_server_insert_lists +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x13057b91 nfs4_label_alloc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x14919251 nfs_setattr_update_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1a1351ff nfs_mknod +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1a914491 nfs_put_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1df4b56b nfs_show_stats +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x202d89b9 nfs_flock +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x20b3f786 nfs_fhget +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x216b7e9b nfs_pageio_init_write +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x22d795a8 _nfs_display_fhandle_hash +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x25984095 nfs_revalidate_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2649a88b nfs_free_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x26884ff7 nfs_alloc_fhandle +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2785b8d2 nfs_get_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x29bf5052 nfs_dreq_bytes_left +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2b0754be nfs_set_cache_invalid +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2d988d4b nfs_setsecurity +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x31d8b17a nfs_setattr +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x343d698b nfs_permission +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3490842b nfs4_dentry_operations +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x36d68c36 nfs_filemap_write_and_wait_range +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x37239e6d __SCT__tp_func_nfs_xdr_bad_filehandle +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x389a2c02 nfs_add_or_obtain +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x391d0d82 nfs_commitdata_release +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x39e05ac3 nfs_idmap_cache_timeout +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3b5fa7c9 nfs_pageio_reset_write_mds +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3b65e24c nfs_initiate_pgio +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3d5c8f6b unregister_nfs_version +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 0x43849720 nfs_commitdata_alloc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x45cfbb05 nfs_reconfigure +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4903018a nfs_inode_attach_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4a3cc6ea nfs_get_lock_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4b28f1a6 nfs_wait_client_init_complete +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4b919eda nfs4_fs_type +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4c448694 nfs_invalidate_atime +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4cb9e001 recover_lost_locks +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4cd4e471 nfs_init_server_rpcclient +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4ce09703 nfs_file_write +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4dbee876 nfs_mkdir +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4dd952f7 nfs_initiate_commit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4e09d454 nfs_atomic_open +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x51892d61 nfs_callback_set_tcpport +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x523da359 get_nfs_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x53186eaa nfs_alloc_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x53f7f793 nfs_clear_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x544215c3 nfs_sync_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x566cbd69 nfs_lock +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x584b8482 nfs_inc_attr_generation_counter +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x58f87dc4 nfs_umount_begin +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x59706ddb nfs_generic_pgio +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5b231457 nfs_pgio_current_mirror +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5f3444e1 nfs_client_init_is_complete +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x60a08c2b nfs_pgio_header_free +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x60b57289 nfs_writeback_update_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x66b38d61 nfs_unlink +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x67d3e428 nfs_rename +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x68b32d40 nfs_sb_deactive +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6901c279 nfs_file_release +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6ab71dbc nfs_file_fsync +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6bb3d608 nfs_client_init_status +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6c414a08 nfs_init_cinfo +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6dc9cd1b nfs_wb_all +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x72750817 nfs_dentry_operations +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x79e1b935 nfs_create_rpc_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7b6f18a0 __SCK__tp_func_nfs_xdr_bad_filehandle +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7c40cd3c nfs_access_zap_cache +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7c6ceeee nfs_submount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7c98f41e nfs_link +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7eeed915 nfs_scan_commit_list +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7fa38310 nfs_create_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x82b975c9 nfs_set_verifier +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8499de4f nfs_alloc_fattr +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8705e5fc nfs_access_add_cache +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x87ddce5b __tracepoint_nfs_fsync_exit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x87f6325e nfs_alloc_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x89c730a0 alloc_nfs_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8beeb505 nfs_request_add_commit_list +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8c4f36d8 __traceiter_nfs_fsync_enter +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8dee6b0b nfs_sb_active +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 0x92d021a5 nfs_release_request +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x92d5c7f5 nfs_create +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x936ace0e nfs_clear_verifier_delegated +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x938b3c9a nfs_getattr +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x948c3c8f nfs_init_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x950f0e84 nfs_probe_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x96216754 nfs_file_read +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x97e16a08 nfs_server_copy_userdata +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x98b0ece8 nfs_init_timeout_values +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x99d8f2c0 nfs_symlink +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9a83caa9 __tracepoint_nfs_xdr_status +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9afa0b93 nfs_file_set_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9b7226ce __traceiter_nfs_xdr_bad_filehandle +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9d919c44 __SCT__tp_func_nfs_fsync_exit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9f1bc6f2 nfs_init_commit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa8570426 nfs_retry_commit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa8e9e1ae send_implementation_id +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa984a937 nfs_commit_free +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xaafd4acc max_session_cb_slots +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xab1cc054 nfs_free_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xabeea061 nfs_close_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xabfc2e7a nfs_fscache_open_file +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xac54d241 nfs_path +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb0ed05c7 nfs_instantiate +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb121183d nfs_try_get_tree +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb166d580 nfs_write_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb3962c42 nfs_rmdir +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb427d134 nfs_show_options +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb46450d4 __SCK__tp_func_nfs_fsync_enter +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb5dd7c5f nfs_pgio_header_alloc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb63d338a nfs_clone_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb9108cb1 nfs_alloc_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xba5e6111 nfs_zap_acl_cache +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xbaf185c4 nfs_request_add_commit_list_locked +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xbb3b8e2f nfs_generic_pg_test +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc04888aa nfs_pageio_init_read +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc22b2693 nfs_post_op_update_inode_force_wcc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc3a2be67 nfs_net_id +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc3ac641c __traceiter_nfs_fsync_exit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc5d3e2d2 nfs_wait_on_request +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc6c8b8f1 nfs_access_set_mask +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc724e7a5 nfs_statfs +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xcaeabca0 __SCK__tp_func_nfs_xdr_status +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xcb4c2902 nfs_may_open +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xcd832c85 nfs_pageio_resend +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xcdc87dde nfs_file_llseek +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xcde88106 __tracepoint_nfs_fsync_enter +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xcdedbcae nfs_commit_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd0a15b6e nfs_file_operations +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd2e86f11 nfs_show_path +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd72351ef nfs_show_devname +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd7b4b852 __SCK__tp_func_nfs_fsync_exit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd7c73d13 nfs_kill_super +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xdae9b5d7 nfs4_disable_idmapping +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xdc73b224 register_nfs_version +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xdf754b41 nfs_drop_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe094b0d8 nfs_request_remove_commit_list +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe1b56264 nfs_fs_type +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe319a332 nfs_d_prune_case_insensitive_aliases +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe6abaf2c nfs_put_lock_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe7a4ef22 nfs_sops +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe7cc52b1 put_nfs_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xebb0de6e nfs_pageio_reset_read_mds +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xee047fea nfs_force_lookup_revalidate +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xef01f2c2 __traceiter_nfs_xdr_status +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf05e8a59 nfs_refresh_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf29d7b07 nfs_do_submount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf2b81e07 nfs_free_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf2ef764a nfs_lookup +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf4c6b1e1 nfs_client_for_each_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf60e06ae nfs_pgheader_init +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf76a176a nfs_mark_client_ready +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfc619abd _nfs_display_fhandle +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfc7077c3 __tracepoint_nfs_xdr_bad_filehandle +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 0xffb33e31 nfs_file_mmap +EXPORT_SYMBOL_GPL fs/nfs/nfsv3 0xe99f6072 nfs3_set_ds_client +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x00f5b2d1 __traceiter_ff_layout_commit_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x047c11e0 pnfs_generic_search_commit_reqs +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x054bef45 layoutstats_timer +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x0de964f1 __tracepoint_pnfs_mds_fallback_read_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x0f1706bd pnfs_ld_read_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x0f225598 __traceiter_pnfs_mds_fallback_read_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x155bd4f0 nfs4_put_deviceid_node +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x1802b22c nfs4_find_or_create_ds_client +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x18e75751 __SCT__tp_func_pnfs_mds_fallback_write_pagelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x18f7cfc0 __traceiter_pnfs_mds_fallback_write_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x19f4fe95 __SCK__tp_func_pnfs_mds_fallback_read_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x1ca14f1a pnfs_report_layoutstat +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x1d9b27f1 pnfs_generic_recover_commit_reqs +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x26d608d8 pnfs_unregister_layoutdriver +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x2b16e909 __SCT__tp_func_nfs4_pnfs_commit_ds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x2c43da56 nfs4_init_ds_session +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x2cf8f6af nfs4_sequence_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x2dd4fa54 __tracepoint_pnfs_mds_fallback_read_pagelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x2e8d5d7e nfs4_schedule_session_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x2fb78791 __traceiter_pnfs_mds_fallback_read_pagelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x30404df7 __SCK__tp_func_nfs4_pnfs_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x32a388c5 __SCK__tp_func_pnfs_mds_fallback_pg_init_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x32cf85b5 pnfs_generic_clear_request_commit +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x33e4d7f1 pnfs_generic_write_commit_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x36cff637 __SCK__tp_func_pnfs_mds_fallback_write_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x370bf00e pnfs_generic_sync +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x391631d3 pnfs_nfs_generic_sync +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x3941b154 pnfs_read_resend_pnfs +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x413d39d3 pnfs_generic_prepare_to_resend_writes +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x47065ac9 __tracepoint_ff_layout_write_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x4a267190 pnfs_layoutcommit_inode +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x4f13d137 pnfs_generic_ds_cinfo_destroy +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x50960ca1 pnfs_alloc_commit_array +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x5302f874 nfs4_set_ds_client +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x55390cc7 pnfs_generic_pg_init_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x559b45e9 __SCK__tp_func_ff_layout_commit_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x5767ef0d __SCK__tp_func_pnfs_mds_fallback_pg_get_mirror_count +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x584320d2 __traceiter_pnfs_mds_fallback_pg_init_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x5a0e548f __traceiter_ff_layout_write_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x5b5e9c74 pnfs_add_commit_array +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x5e79ff80 pnfs_generic_pg_check_layout +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x5f19fddf pnfs_generic_pg_check_range +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x6085edbd nfs_map_string_to_numeric +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x624a8e6a nfs4_pnfs_ds_put +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x63826d35 __SCT__tp_func_nfs4_pnfs_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x69d3558d pnfs_generic_rw_release +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x69f415c6 __tracepoint_nfs4_pnfs_write +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 0x6af4f06a nfs4_init_deviceid_node +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x706a7ece __tracepoint_nfs4_pnfs_commit_ds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x70d04907 pnfs_set_lo_fail +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x713ec639 __SCK__tp_func_ff_layout_write_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x71cd35bf nfs4_pnfs_ds_add +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x75b7551f __tracepoint_pnfs_mds_fallback_pg_init_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x76af7a2b __tracepoint_pnfs_mds_fallback_write_pagelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x79dc6d34 pnfs_destroy_layout +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x7c044eec __tracepoint_pnfs_mds_fallback_write_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x7e399e5e pnfs_put_lseg +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x7e42bd3f __SCT__tp_func_ff_layout_read_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x8172f20c pnfs_register_layoutdriver +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x882b8bcb __traceiter_ff_layout_read_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x8ca21f47 __SCK__tp_func_pnfs_mds_fallback_read_pagelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x930a94fd __SCT__tp_func_pnfs_mds_fallback_write_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x95d5e564 __tracepoint_pnfs_mds_fallback_pg_init_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x96c4643f __SCT__tp_func_pnfs_mds_fallback_pg_get_mirror_count +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x9fd46da2 pnfs_generic_pg_writepages +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xa1146bea pnfs_generic_layout_insert_lseg +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xa495b726 nfs_remove_bad_delegation +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xa4ff1f80 __tracepoint_pnfs_mds_fallback_pg_get_mirror_count +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xa5eab800 nfs4_delete_deviceid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xa5f46364 __traceiter_nfs4_pnfs_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xa8047ac6 nfs42_proc_layouterror +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xa852ecba nfs4_schedule_lease_moved_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xab4642bd pnfs_generic_commit_pagelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xac1f1ac5 nfs41_sequence_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xac27508a nfs4_decode_mp_ds_addr +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xadeca730 __SCT__tp_func_nfs4_pnfs_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xae162967 __traceiter_pnfs_mds_fallback_write_pagelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xaedb8f21 __traceiter_pnfs_mds_fallback_pg_get_mirror_count +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xb22ba3b0 nfs4_schedule_lease_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xb6e46464 pnfs_generic_ds_cinfo_release_lseg +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xb70cf11e nfs4_test_deviceid_unavailable +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xbaf45e35 __tracepoint_nfs4_pnfs_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xbc58dc54 pnfs_generic_pg_readpages +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xbc9483eb nfs4_schedule_stateid_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xbccb00f8 pnfs_free_commit_array +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xbd917849 __SCK__tp_func_nfs4_pnfs_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xbfa5c15a __traceiter_nfs4_pnfs_commit_ds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xbfa9525b pnfs_set_layoutcommit +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xc00ed293 nfs4_test_session_trunk +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xc361c3c5 __SCT__tp_func_pnfs_mds_fallback_read_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xc3e400e7 pnfs_read_done_resend_to_mds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xc54a55a8 pnfs_layout_mark_request_commit +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xc84c1cee __SCK__tp_func_nfs4_pnfs_commit_ds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xcbba4b7a nfs4_find_get_deviceid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xcc21ce5c __SCT__tp_func_ff_layout_commit_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xcc28f7c2 nfs4_proc_getdeviceinfo +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd2096ba7 nfs4_mark_deviceid_unavailable +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd4c1b00c __SCK__tp_func_pnfs_mds_fallback_pg_init_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd9077961 nfs4_pnfs_ds_connect +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xda95d9ea __traceiter_pnfs_mds_fallback_pg_init_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xdb88e8f6 nfs4_schedule_migration_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xdbb5193d pnfs_update_layout +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xdccbb114 pnfs_generic_pg_cleanup +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xdd7c9aaa __tracepoint_ff_layout_read_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xdeb5edce __SCT__tp_func_pnfs_mds_fallback_pg_init_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xe1838122 pnfs_ld_write_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xe5d8bdcd __traceiter_nfs4_pnfs_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xe6aa9c00 __SCK__tp_func_ff_layout_read_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xe8108f69 __tracepoint_ff_layout_commit_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xed15fb41 nfs4_print_deviceid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xee89cd5a nfs4_mark_deviceid_available +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf02ca659 pnfs_generic_scan_commit_lists +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf252f81b nfs4_setup_sequence +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf2b04d10 __SCK__tp_func_pnfs_mds_fallback_write_pagelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf32fa2b7 __SCT__tp_func_ff_layout_write_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf3ab1341 pnfs_write_done_resend_to_mds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf3c2eda5 pnfs_generic_pg_test +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf7801360 nfs41_maxgetdevinfo_overhead +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf7b597ba pnfs_generic_pg_init_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf7d3e6ba nfs4_set_rw_stateid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf999267e pnfs_generic_commit_release +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xfd64ed2e pnfs_error_mark_layout_for_return +EXPORT_SYMBOL_GPL fs/nfs_common/grace 0x1fe1e1ad locks_end_grace +EXPORT_SYMBOL_GPL fs/nfs_common/grace 0x549354b1 opens_in_grace +EXPORT_SYMBOL_GPL fs/nfs_common/grace 0x5a1971dc locks_start_grace +EXPORT_SYMBOL_GPL fs/nfs_common/grace 0xf9888db3 locks_in_grace +EXPORT_SYMBOL_GPL fs/nfs_common/nfs_acl 0x432c6cc5 nfs_stream_decode_acl +EXPORT_SYMBOL_GPL fs/nfs_common/nfs_acl 0x4fee8c84 nfsacl_encode +EXPORT_SYMBOL_GPL fs/nfs_common/nfs_acl 0x7425cb42 nfs_stream_encode_acl +EXPORT_SYMBOL_GPL fs/nfs_common/nfs_acl 0x8ec0da08 nfsacl_decode +EXPORT_SYMBOL_GPL fs/nfsd/nfsd 0x4b34a28e nfsd4_ssc_init_umount_work +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x26063784 o2nm_get_node_by_ip +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x27326ad9 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 0x5e95a4b2 o2net_send_message_vec +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x6a0c3847 __mlog_printk +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x747e50bb o2hb_setup_callback +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x81a17396 mlog_and_bits +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xa6fd5c4f o2nm_get_node_by_num +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xa87bc9e7 o2nm_configured_node_map +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xa941cb47 o2hb_fill_node_map +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xb6ebf62a o2nm_this_node +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xb756231b 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 0xcf2ce144 o2hb_unregister_callback +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xd859ac8c o2net_fill_node_map +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xee81128d 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 0x1dc4b8e3 dlmunlock +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0x3ec47e48 dlm_unregister_domain +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0x73bc9f09 dlm_register_domain +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0x7a1211f8 dlm_setup_eviction_cb +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0x8284adcc 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 0xe18d4634 dlm_register_eviction_cb +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0xf1f32c53 dlmlock +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0xfb86b96f dlm_errname +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x009b1e8a ocfs2_stack_glue_unregister +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x0a726931 ocfs2_cluster_this_node +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x0cfd3fc5 ocfs2_cluster_connect_agnostic +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x1475f64b ocfs2_dlm_lvb_valid +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x453272c4 ocfs2_kset +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 0xa368f061 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 0xeb204225 ocfs2_plock +EXPORT_SYMBOL_GPL fs/pstore/pstore_blk 0x43cc3d4b pstore_blk_get_config +EXPORT_SYMBOL_GPL fs/pstore/pstore_blk 0xe8065af4 unregister_pstore_device +EXPORT_SYMBOL_GPL fs/pstore/pstore_blk 0xf732778e register_pstore_device +EXPORT_SYMBOL_GPL fs/pstore/pstore_zone 0x00a7031d register_pstore_zone +EXPORT_SYMBOL_GPL fs/pstore/pstore_zone 0x205312ce 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 0x8fd62db7 notifier_err_inject_dir +EXPORT_SYMBOL_GPL lib/notifier-error-inject 0xf2e1645c 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 0x0f0938d9 lowpan_header_compress +EXPORT_SYMBOL_GPL net/6lowpan/6lowpan 0xc0aa42a5 lowpan_header_decompress +EXPORT_SYMBOL_GPL net/802/garp 0x2060b567 garp_request_join +EXPORT_SYMBOL_GPL net/802/garp 0xa402fbe2 garp_register_application +EXPORT_SYMBOL_GPL net/802/garp 0xabe5a0cc garp_unregister_application +EXPORT_SYMBOL_GPL net/802/garp 0xdd3240b4 garp_init_applicant +EXPORT_SYMBOL_GPL net/802/garp 0xf7f19090 garp_uninit_applicant +EXPORT_SYMBOL_GPL net/802/garp 0xfb2a258b garp_request_leave +EXPORT_SYMBOL_GPL net/802/mrp 0x080b31d5 mrp_request_join +EXPORT_SYMBOL_GPL net/802/mrp 0x3ac809c5 mrp_unregister_application +EXPORT_SYMBOL_GPL net/802/mrp 0x560dcf30 mrp_register_application +EXPORT_SYMBOL_GPL net/802/mrp 0x6bc8a4d3 mrp_init_applicant +EXPORT_SYMBOL_GPL net/802/mrp 0xdf6400bf mrp_request_leave +EXPORT_SYMBOL_GPL net/802/mrp 0xe6ac6dc7 mrp_uninit_applicant +EXPORT_SYMBOL_GPL net/802/stp 0x67a74b60 stp_proto_register +EXPORT_SYMBOL_GPL net/802/stp 0x7f0ee6ac stp_proto_unregister +EXPORT_SYMBOL_GPL net/9p/9pnet 0xbee37ed7 p9_client_xattrwalk +EXPORT_SYMBOL_GPL net/9p/9pnet 0xcb532df2 p9_client_xattrcreate +EXPORT_SYMBOL_GPL net/atm/atm 0xb09faf79 register_atmdevice_notifier +EXPORT_SYMBOL_GPL net/atm/atm 0xcfb6a3da unregister_atmdevice_notifier +EXPORT_SYMBOL_GPL net/ax25/ax25 0xac93ae05 ax25_bcast +EXPORT_SYMBOL_GPL net/ax25/ax25 0xaeb7451e ax25_defaddr +EXPORT_SYMBOL_GPL net/ax25/ax25 0xc01209d4 ax25_register_pid +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0x0b87ab8a l2cap_chan_send +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0x2c94ff81 l2cap_chan_connect +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0x6ebddbc2 l2cap_chan_create +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0x7d77048e l2cap_chan_del +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0x92eabc76 l2cap_chan_list +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0xada56897 l2cap_chan_set_defaults +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0xc1e13aa6 l2cap_chan_put +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0xdfa0b609 l2cap_add_psm +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0xf8d1a5c9 bt_debugfs +EXPORT_SYMBOL_GPL net/bluetooth/hidp/hidp 0x571305cc hidp_hid_driver +EXPORT_SYMBOL_GPL net/bridge/bridge 0x0e98a06d br_vlan_get_pvid_rcu +EXPORT_SYMBOL_GPL net/bridge/bridge 0x0f548a81 br_mst_get_state +EXPORT_SYMBOL_GPL net/bridge/bridge 0x16395ba0 br_fdb_find_port +EXPORT_SYMBOL_GPL net/bridge/bridge 0x173f6919 br_vlan_get_info +EXPORT_SYMBOL_GPL net/bridge/bridge 0x23404369 br_multicast_has_querier_adjacent +EXPORT_SYMBOL_GPL net/bridge/bridge 0x235cd6a8 br_fdb_clear_offload +EXPORT_SYMBOL_GPL net/bridge/bridge 0x30bfeb25 br_multicast_list_adjacent +EXPORT_SYMBOL_GPL net/bridge/bridge 0x3aaf1492 br_vlan_get_info_rcu +EXPORT_SYMBOL_GPL net/bridge/bridge 0x4448613b br_port_flag_is_set +EXPORT_SYMBOL_GPL net/bridge/bridge 0x45c2fe4d br_mst_enabled +EXPORT_SYMBOL_GPL net/bridge/bridge 0x4729a658 br_port_get_stp_state +EXPORT_SYMBOL_GPL net/bridge/bridge 0x501dc749 br_multicast_has_querier_anywhere +EXPORT_SYMBOL_GPL net/bridge/bridge 0x59d233f7 br_handle_frame_finish +EXPORT_SYMBOL_GPL net/bridge/bridge 0x66e7305e br_forward_finish +EXPORT_SYMBOL_GPL net/bridge/bridge 0x67a96dfd br_multicast_enabled +EXPORT_SYMBOL_GPL net/bridge/bridge 0x69c9771b br_vlan_get_proto +EXPORT_SYMBOL_GPL net/bridge/bridge 0x916eeb86 nf_br_ops +EXPORT_SYMBOL_GPL net/bridge/bridge 0x927327ab br_mst_get_info +EXPORT_SYMBOL_GPL net/bridge/bridge 0xa975cb39 br_vlan_get_pvid +EXPORT_SYMBOL_GPL net/bridge/bridge 0xb42f75b0 br_forward +EXPORT_SYMBOL_GPL net/bridge/bridge 0xba60e7ea br_vlan_enabled +EXPORT_SYMBOL_GPL net/bridge/bridge 0xd319f38e br_get_ageing_time +EXPORT_SYMBOL_GPL net/bridge/bridge 0xe8b42ab7 br_multicast_router +EXPORT_SYMBOL_GPL net/bridge/bridge 0xeaf64ce2 br_dev_queue_push_xmit +EXPORT_SYMBOL_GPL net/bridge/bridge 0xf7688721 br_multicast_has_router_adjacent +EXPORT_SYMBOL_GPL net/core/failover 0x26b80745 failover_register +EXPORT_SYMBOL_GPL net/core/failover 0x75b969d7 failover_unregister +EXPORT_SYMBOL_GPL net/core/failover 0xd01ec5a4 failover_slave_unregister +EXPORT_SYMBOL_GPL net/dccp/dccp 0x07dda5e4 dccp_ioctl +EXPORT_SYMBOL_GPL net/dccp/dccp 0x0b724b4c dccp_destroy_sock +EXPORT_SYMBOL_GPL net/dccp/dccp 0x0c9a8df3 dccp_reqsk_send_ack +EXPORT_SYMBOL_GPL net/dccp/dccp 0x182e2b43 dccp_disconnect +EXPORT_SYMBOL_GPL net/dccp/dccp 0x182ec2bf dccp_ackvec_parsed_add +EXPORT_SYMBOL_GPL net/dccp/dccp 0x30fc57ee dccp_close +EXPORT_SYMBOL_GPL net/dccp/dccp 0x3171d650 dccp_rcv_state_process +EXPORT_SYMBOL_GPL net/dccp/dccp 0x32c2ea71 dccp_shutdown +EXPORT_SYMBOL_GPL net/dccp/dccp 0x339afcb2 dccp_sync_mss +EXPORT_SYMBOL_GPL net/dccp/dccp 0x33a96126 inet_dccp_listen +EXPORT_SYMBOL_GPL net/dccp/dccp 0x39dec0bd dccp_child_process +EXPORT_SYMBOL_GPL net/dccp/dccp 0x3d638e88 dccp_getsockopt +EXPORT_SYMBOL_GPL net/dccp/dccp 0x41cc3582 dccp_send_ack +EXPORT_SYMBOL_GPL net/dccp/dccp 0x4cdd391d dccp_feat_list_purge +EXPORT_SYMBOL_GPL net/dccp/dccp 0x4df80643 dccp_check_req +EXPORT_SYMBOL_GPL net/dccp/dccp 0x59814a84 dccp_statistics +EXPORT_SYMBOL_GPL net/dccp/dccp 0x6a3ca03b dccp_feat_nn_get +EXPORT_SYMBOL_GPL net/dccp/dccp 0x6d85e259 dccp_reqsk_init +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 0x81c6f023 dccp_poll +EXPORT_SYMBOL_GPL net/dccp/dccp 0x86be7924 dccp_packet_name +EXPORT_SYMBOL_GPL net/dccp/dccp 0x87a2f1f3 dccp_create_openreq_child +EXPORT_SYMBOL_GPL net/dccp/dccp 0x8d8224af dccp_make_response +EXPORT_SYMBOL_GPL net/dccp/dccp 0x8ed3ae7d dccp_set_state +EXPORT_SYMBOL_GPL net/dccp/dccp 0x9598d24d dccp_ackvec_parsed_cleanup +EXPORT_SYMBOL_GPL net/dccp/dccp 0x9d536e8b dccp_connect +EXPORT_SYMBOL_GPL net/dccp/dccp 0xa555c005 dccp_parse_options +EXPORT_SYMBOL_GPL net/dccp/dccp 0xa8d32ba5 dccp_recvmsg +EXPORT_SYMBOL_GPL net/dccp/dccp 0xac4ac7c8 dccp_feat_signal_nn_change +EXPORT_SYMBOL_GPL net/dccp/dccp 0xacae3bf0 dccp_destruct_common +EXPORT_SYMBOL_GPL net/dccp/dccp 0xc2ca536a dccp_rcv_established +EXPORT_SYMBOL_GPL net/dccp/dccp 0xd451d608 dccp_setsockopt +EXPORT_SYMBOL_GPL net/dccp/dccp 0xd4b989be dccp_done +EXPORT_SYMBOL_GPL net/dccp/dccp 0xd75b7072 dccp_orphan_count +EXPORT_SYMBOL_GPL net/dccp/dccp 0xd7cdb975 dccp_hashinfo +EXPORT_SYMBOL_GPL net/dccp/dccp 0xdf9d064d dccp_init_sock +EXPORT_SYMBOL_GPL net/dccp/dccp 0xe2ea8e76 dccp_ctl_make_reset +EXPORT_SYMBOL_GPL net/dccp/dccp 0xe36cea9c dccp_sendmsg +EXPORT_SYMBOL_GPL net/dccp/dccp 0xe69836ac dccp_insert_option +EXPORT_SYMBOL_GPL net/dccp/dccp 0xfe65110c dccp_send_sync +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x0bae62ed dccp_v4_send_check +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x395971e8 dccp_v4_request_recv_sock +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x4508da06 dccp_invalid_packet +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x888ce00b dccp_v4_connect +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0xc3295f87 dccp_v4_do_rcv +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0xdea51797 dccp_v4_conn_request +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x022dee04 dsa_switch_suspend +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x0a34b1e6 dsa_tag_8021q_unregister +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x0c6039ac dsa_flush_workqueue +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x13a67453 dsa_tag_drivers_unregister +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x190bde1c dsa_slave_dev_check +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x20444cf6 dsa_tag_8021q_standalone_vid +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x2f9b5151 dsa_tag_8021q_find_port_by_vbid +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x373bf261 dsa_devlink_region_create +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x3c25737a dsa_tag_8021q_bridge_join +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x4135d51b 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 0x45ca5090 dsa_tag_8021q_bridge_vid +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x4712bdf7 dsa_devlink_params_register +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x4731f560 dsa_devlink_resources_unregister +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x4dd875fd dsa_8021q_rcv +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x515bb18e dsa_devlink_port_region_create +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x53037ad2 dsa_mdb_present_in_other_db +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x550f0320 dsa_switch_find +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x65f71a7b dsa_devlink_resource_register +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x78238fc3 dsa_devlink_resource_occ_get_unregister +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x7a76016c dsa_devlink_params_unregister +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x7ba36764 dsa_tag_8021q_register +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x7d2db51c dsa_register_switch +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x9e59271d dsa_8021q_rx_source_port +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xa676f9ef dsa_enqueue_skb +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xba8c5a19 dsa_switch_shutdown +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xc23e8d5f dsa_devlink_region_destroy +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xcd374579 dsa_switch_resume +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xd077e855 dsa_devlink_param_get +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xd1598ac8 dsa_tag_drivers_register +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xd512f32f dsa_devlink_resource_occ_get_register +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xe1ea6015 dsa_port_phylink_mac_change +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xe74a4a7a dsa_port_from_netdev +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xed5f8b9e dsa_unregister_switch +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xf13e1803 vid_is_dsa_8021q +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xf6adf96e dsa_8021q_xmit +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xfd3e2b67 dsa_devlink_param_set +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xfe53ace9 dsa_fdb_present_in_other_db +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x2094d724 ieee802154_hdr_peek_addrs +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x83f07f03 ieee802154_hdr_pull +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x87e2553b ieee802154_max_payload +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0xae11b9be nl802154_scan_event +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0xf08e352b ieee802154_hdr_push +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0xf2b266c2 ieee802154_hdr_peek +EXPORT_SYMBOL_GPL net/ife/ife 0x3a3c589a 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/ife/ife 0xef912b73 ife_decode +EXPORT_SYMBOL_GPL net/ipv4/esp4 0x2d4257b1 esp_output_tail +EXPORT_SYMBOL_GPL net/ipv4/esp4 0xae6649a9 esp_input_done2 +EXPORT_SYMBOL_GPL net/ipv4/esp4 0xc1be6da7 esp_output_head +EXPORT_SYMBOL_GPL net/ipv4/gre 0x8bd4bb18 gre_add_protocol +EXPORT_SYMBOL_GPL net/ipv4/gre 0xfa19cb7d gre_del_protocol +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x41ae6de6 inet_diag_msg_common_fill +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x4a9e9de4 inet_diag_bc_sk +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x5d75d327 inet_diag_dump_icsk +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x788e119e inet_diag_dump_one_icsk +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x7cc71988 inet_diag_unregister +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x9efa67cb inet_sk_diag_fill +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0xc5648dbb inet_diag_register +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0xc91c0e14 inet_diag_find_one_icsk +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0xde4a052b inet_diag_msg_attrs_fill +EXPORT_SYMBOL_GPL net/ipv4/ip_gre 0x4983bf1f gretap_fb_dev_create +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x1fe22557 ip_tunnel_xmit +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x489d6d06 __ip_tunnel_change_mtu +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x5192a857 ip_tunnel_delete_nets +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x51d3556d ip_tunnel_changelink +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x5ad9dc4b ip_tunnel_init_net +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x666ad9a8 ip_tunnel_ctl +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x826af743 ip_tunnel_encap_setup +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x8e5bdc92 ip_tunnel_setup +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x9a30fc80 ip_md_tunnel_xmit +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x9e4c0287 ip_tunnel_rcv +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xa05a801d ip_tunnel_lookup +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xa4dbaba5 ip_tunnel_newlink +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xadf38447 ip_tunnel_siocdevprivate +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xb3bd0da2 ip_tunnel_uninit +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xe2595a56 ip_tunnel_dellink +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xf5c20415 ip_tunnel_change_mtu +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xfac60eb2 ip_tunnel_init +EXPORT_SYMBOL_GPL net/ipv4/netfilter/arp_tables 0x7c78c6ea arpt_alloc_initial_table +EXPORT_SYMBOL_GPL net/ipv4/netfilter/ip_tables 0x629e728b ipt_alloc_initial_table +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_defrag_ipv4 0x557231d6 nf_defrag_ipv4_enable +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_defrag_ipv4 0x8224b5ae nf_defrag_ipv4_disable +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_dup_ipv4 0xc1a462a8 nf_dup_ipv4 +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0x06eac058 nf_reject_iphdr_put +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0x156e9962 nf_send_reset +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0x39f8402a nf_reject_skb_v4_unreach +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0x4f7e73e2 nf_reject_ip_tcphdr_get +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0x6a4b5b19 nf_reject_ip_tcphdr_put +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0xd65ef459 nf_reject_skb_v4_tcp_reset +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0xf43e09a0 nf_send_unreach +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_socket_ipv4 0xec520223 nf_sk_lookup_slow_v4 +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_tproxy_ipv4 0x00a676ff nf_tproxy_handle_time_wait4 +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_tproxy_ipv4 0x1a610b0f nf_tproxy_get_sock_v4 +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_tproxy_ipv4 0x1c71de45 nf_tproxy_laddr4 +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nft_fib_ipv4 0x56cc4f15 nft_fib4_eval_type +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nft_fib_ipv4 0x7798c7f4 nft_fib4_eval +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x0023a606 tcp_vegas_get_info +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x1d388f60 tcp_vegas_state +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x255a83b8 tcp_vegas_cwnd_event +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x5464f753 tcp_vegas_init +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x5d68d2d8 tcp_vegas_pkts_acked +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0x223e9c03 udp_tun_rx_dst +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0x40c7feab udp_tunnel_sock_release +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0x5cfc4219 udp_tunnel_notify_del_rx_port +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0x9433424b udp_tunnel_xmit_skb +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0xa213a737 udp_tunnel_drop_rx_port +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0xbb4bc69c setup_udp_tunnel_sock +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0xc6d52075 udp_tunnel_notify_add_rx_port +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0xce921e69 udp_tunnel_push_rx_port +EXPORT_SYMBOL_GPL net/ipv6/esp6 0x0270528c esp6_input_done2 +EXPORT_SYMBOL_GPL net/ipv6/esp6 0xb1d65589 esp6_output_tail +EXPORT_SYMBOL_GPL net/ipv6/esp6 0xf9d04fb9 esp6_output_head +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0x961f5212 ip6_tnl_xmit_ctl +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0xddb80739 ip6_tnl_rcv_ctl +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0xec37d3db ip6_tnl_encap_setup +EXPORT_SYMBOL_GPL net/ipv6/ip6_udp_tunnel 0x582cf1d8 udp_tunnel6_xmit_skb +EXPORT_SYMBOL_GPL net/ipv6/ip6_udp_tunnel 0xf8058417 udp_sock_create6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/ip6_tables 0x5383e753 ip6t_alloc_initial_table +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_defrag_ipv6 0x1c5d0603 nf_defrag_ipv6_enable +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_defrag_ipv6 0x2d505ec0 nf_ct_frag6_gather +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_defrag_ipv6 0x97ea4a59 nf_defrag_ipv6_disable +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_dup_ipv6 0x0c527e60 nf_dup_ipv6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0x12618bfb nf_reject_skb_v6_tcp_reset +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0x2b4ee5d7 nf_reject_ip6_tcphdr_put +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0x96483253 nf_send_unreach6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0xe2e19fc8 nf_reject_ip6hdr_put +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0xed9dab8b nf_reject_ip6_tcphdr_get +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0xf239ace6 nf_send_reset6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0xfdc581e4 nf_reject_skb_v6_unreach +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_socket_ipv6 0x6b35a34a nf_sk_lookup_slow_v6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_tproxy_ipv6 0x1efb3150 nf_tproxy_get_sock_v6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_tproxy_ipv6 0x512cb72b nf_tproxy_handle_time_wait6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_tproxy_ipv6 0xa9c14085 nf_tproxy_laddr6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nft_fib_ipv6 0x6527af6d nft_fib6_eval +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nft_fib_ipv6 0xabb960e9 nft_fib6_eval_type +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x06bea83c l2tp_session_register +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x16b8d9e8 l2tp_session_set_header_len +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x1d512ad4 l2tp_udp_encap_recv +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x24c57a51 l2tp_tunnel_get_session +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x30440f14 l2tp_tunnel_get_nth +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x424bacc0 l2tp_tunnel_delete +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x457e7a64 l2tp_tunnel_register +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x4c4f73aa l2tp_session_dec_refcount +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x50d608fd l2tp_tunnel_get +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x833825be l2tp_tunnel_create +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x92ce79ae l2tp_session_get_nth +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xa31106fd l2tp_session_inc_refcount +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xaa76bd29 l2tp_tunnel_inc_refcount +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xd0f622a7 l2tp_session_create +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xd95b1ab6 l2tp_session_get +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xdac7730d l2tp_xmit_skb +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xe27b07de l2tp_recv_common +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xe7b53534 l2tp_session_delete +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xe835aa3d l2tp_tunnel_dec_refcount +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xe8f9e83f l2tp_sk_to_tunnel +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xeaf81d08 l2tp_session_get_by_ifname +EXPORT_SYMBOL_GPL net/l2tp/l2tp_ip 0x8a13c4d9 l2tp_ioctl +EXPORT_SYMBOL_GPL net/l2tp/l2tp_netlink 0x14dcaffc l2tp_nl_register_ops +EXPORT_SYMBOL_GPL net/l2tp/l2tp_netlink 0x337f2432 l2tp_nl_unregister_ops +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x05fa6d92 ieee80211_remain_on_channel_expired +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x119ad506 ieee80211_hw_restart_disconnect +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x15bf67e5 ieee80211_calc_rx_airtime +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x16ad7c5f ieee80211_tkip_add_iv +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x17d724a1 ieee80211_gtk_rekey_add +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x19b01316 ieee80211_set_active_links +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x1dab0efe ieee80211_set_key_rx_seq +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x1fcdcbc2 ieee80211_request_smps +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x2a693b89 ieee80211_vif_to_wdev +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x2e9b26e5 ieee80211_iterate_active_interfaces_atomic +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x40b4b28a ieee80211_color_change_finish +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x6f7cd8cf ieeee80211_obss_color_collision_notify +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x78e6cbb9 ieee80211_update_mu_groups +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x7dc94042 wdev_to_ieee80211_vif +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x9831cdf1 ieee80211_gtk_rekey_notify +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x9e1c1431 ieee80211_key_replay +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xa4506496 ieee80211_iterate_interfaces +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xa68bb538 ieee80211_ready_on_channel +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xaf3eb14c ieee80211_iterate_active_interfaces_mtx +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xb4747ae4 ieee80211_resume_disconnect +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xb57cf940 ieee80211_iter_chan_contexts_atomic +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xba44c29e ieee80211_iterate_stations +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xbedcc7b9 ieee80211_find_sta_by_link_addrs +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xcf81f8e6 ieee80211_ave_rssi +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xcfebc65b ieee80211_iterate_stations_atomic +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xd004ea88 ieee80211_key_mic_failure +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xda3a2d55 ieee80211_set_active_links_async +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xe59226e2 ieee80211_find_sta_by_ifaddr +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xea792270 ieee80211_remove_key +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xf7190d90 ieee80211_calc_tx_airtime +EXPORT_SYMBOL_GPL net/mpls/mpls_router 0x58e8d1c7 mpls_pkt_too_big +EXPORT_SYMBOL_GPL net/mpls/mpls_router 0x8cbb3a9d mpls_output_possible +EXPORT_SYMBOL_GPL net/mpls/mpls_router 0x8ee316eb nla_get_labels +EXPORT_SYMBOL_GPL net/mpls/mpls_router 0x9f4f4af4 mpls_dev_mtu +EXPORT_SYMBOL_GPL net/mpls/mpls_router 0xcd93e80a nla_put_labels +EXPORT_SYMBOL_GPL net/mpls/mpls_router 0xeb466b92 mpls_stats_inc_outucastpkts +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x0836e777 ip_set_init_comment +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x13ee9b10 ip_set_test +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x180d6115 ip_set_put_byindex +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x18de5e92 ip_set_type_register +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x1a50ef67 ip_set_put_flags +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x1ac92d4d 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 0x397f6231 ip_set_free +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x479f8836 ip_set_type_unregister +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x4d55ff35 ip_set_get_byname +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x5257fdd9 ip_set_match_extensions +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x67d0c55c ip_set_nfnl_put +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x72b46b57 ip_set_extensions +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x7924b6de ip_set_hostmask_map +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x7a6b5f20 ip_set_get_ip6_port +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x81fff2d1 ip_set_netmask_map +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x888eaaaf ip_set_get_extensions +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x8ebdf229 ip_set_get_ip4_port +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x9e98722b ip_set_get_ipaddr6 +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xa2353ddd ip_set_name_byindex +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xa293f8a6 ip_set_get_ipaddr4 +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xb1aef8a4 ip_set_put_extensions +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xbd856bee ip_set_add +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xc4dea687 ip_set_elem_len +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xc5792e3c ip_set_nfnl_get_byindex +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xf3b4d4ae ip_set_alloc +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0x1753350d register_ip_vs_pe +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0x2ad17b2c ip_vs_conn_in_get_proto +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0xd3fefba8 unregister_ip_vs_pe +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0xf866ba44 ip_vs_conn_out_get_proto +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0x4bd5020f nf_conncount_add +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0x50ca4405 nf_conncount_init +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0x57de39d8 nf_conncount_gc_list +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0x86cc1b46 nf_conncount_count +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0xce0f4a0e 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 0x017339ea nf_nat_helper_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x031bfc08 nf_conntrack_helpers_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x03b8193d nf_conntrack_unregister_notifier +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0460ec0f nf_ct_invert_tuple +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x09661a68 nf_ct_change_status_common +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0bc00f80 nf_nat_helper_try_module_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0df4c45c nf_conntrack_eventmask_report +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x10bdf80f nf_ct_expect_iterate_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x11ef50e5 nf_confirm +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x19fe675d nf_ct_helper_expectfn_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x1aa32d7d nf_ct_seqadj_set +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x1accfb83 nf_ct_deliver_cached_events +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x1f9013b0 __nf_ct_expect_find +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x2068f193 nf_connlabels_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x2178852d nf_ct_expect_iterate_net +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x23b0be8b nf_ct_helper_log +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 0x2f524b62 nf_conn_pernet_ecache +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x2f8f54f8 nf_conntrack_alloc +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x2fbca527 nf_conntrack_helpers_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x30961484 nf_ct_expect_find_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x32921830 nf_conntrack_helper_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x3c1152a9 nf_ct_destroy_timeout +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x3d717a94 nf_ct_remove_expect +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x3fb2c911 __nf_conntrack_helper_find +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x43b95f1c nf_ct_add_helper +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x4587b917 nf_ct_expect_alloc +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x489b249e nf_ct_bridge_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x4d9e169e nf_ct_netns_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x4e923044 nf_ct_tmpl_free +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x521e649a nf_ct_timeout_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x525acc22 nf_connlabels_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x5c719b44 __nf_ct_change_timeout +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x5e888214 nf_conntrack_register_notifier +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x6035a8bf nf_conntrack_find_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x63487597 nf_ct_expect_init +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x6472142d nf_ct_remove_expectations +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x64dcdc06 nf_l4proto_log_invalid +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x675deb52 nf_conntrack_hash_check_insert +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x6813135b nf_conntrack_count +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x69053c3e nf_ct_delete +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x693c3961 nf_ct_helper_hash +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x69d00bf6 nf_ct_iterate_cleanup_net +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x6a928bb9 nf_ct_gre_keymap_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x6b6d411d nf_ct_tmpl_alloc +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x752f0aa2 nf_ct_port_nlattr_to_tuple +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x788f3e0b nf_conntrack_helper_try_module_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x7b18daf8 nf_ct_helper +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x819c918d nf_conntrack_in +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x84270ffc nf_ct_helper_expectfn_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8548b302 nf_ct_expect_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8c23150a nf_ct_expect_related_report +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8ffe7e89 nf_conntrack_htable_size +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x97192022 nf_ct_helper_init +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x992451ff nf_ct_helper_expectfn_find_by_name +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x9adb7399 nf_conntrack_expect_lock +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x9aff4a42 nf_conntrack_helper_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x9b4dfe61 nf_ct_tcp_seqadj_set +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x9d19f0f3 nf_ct_l4proto_find +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x9f5dd6c8 nf_ct_gre_keymap_add +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x9fb07cb9 nf_ct_helper_expectfn_find_by_symbol +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xa09a6c8b nf_ct_netns_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xa970229e nf_ct_set_timeout +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xaa404d7b nf_conntrack_free +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xab5de01b nf_ct_seq_adjust +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xaf0847f0 nf_conntrack_locks +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb275607d nf_connlabels_replace +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb39356f5 nf_ct_port_nla_policy +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xbe44ce90 nf_ct_iterate_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc0279017 __nf_ct_try_assign_helper +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc0538cc8 nf_ct_ecache_ext_add +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 0xc4cc4b0d nf_ct_get_tuplepr +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc5f6402d nf_conntrack_alter_reply +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc97e9916 nf_nat_helper_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd505c3e0 nf_ct_port_nlattr_tuple_size +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd6013919 nf_ct_seqadj_init +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd62e53ba __nf_ct_change_status +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xda507ebc nf_conntrack_helper_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xdba7326b nf_conntrack_lock +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xe0387fbc nf_ct_kill_acct +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xe1889e5c nf_ct_unexpect_related +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xe3c32435 nf_nat_helper_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xe4753aab nf_ct_bridge_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xe5865edf nf_ct_unlink_expect_report +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xe5a327b9 __nf_conntrack_confirm +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xe6306f54 nf_ct_seq_offset +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xe98a0517 nf_conntrack_tuple_taken +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xeab2f2b5 nf_ct_untimeout +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xec8beba6 nf_ct_expect_hash +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xedfdd94d nf_ct_acct_add +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xef73e4d3 __nf_ct_refresh_acct +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xefd3d0fc nf_ct_l4proto_log_invalid +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf15f1dfe nf_ct_get_id +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf17a33b4 nf_ct_port_tuple_to_nlattr +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf38bcdf3 nf_conntrack_max +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf79e1773 nf_ct_helper_ext_add +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_amanda 0x6318e865 nf_nat_amanda_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_broadcast 0xb36207c2 nf_conntrack_broadcast_help +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_ftp 0x0afb955c nf_nat_ftp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x3ad11fb3 get_h225_addr +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x7c1c7b02 nfct_h323_nat_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_irc 0xcb79d031 nf_nat_irc_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_pptp 0xa2817a7a nf_nat_pptp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x2f52b62e ct_sip_parse_address_param +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x4310f3ff nf_nat_sip_hooks +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x4ccd6e62 ct_sip_parse_numerical_param +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x5154c9c9 ct_sip_get_sdp_header +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x6a547d3c ct_sip_parse_request +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0xe8d7b804 ct_sip_get_header +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0xe92de094 ct_sip_parse_header_uri +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_snmp 0xeae83b24 nf_nat_snmp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_tftp 0x5a229763 nf_nat_tftp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_dup_netdev 0x81f688ab nf_dup_netdev_egress +EXPORT_SYMBOL_GPL net/netfilter/nf_dup_netdev 0xc4a48f0a nft_fwd_dup_netdev_offload +EXPORT_SYMBOL_GPL net/netfilter/nf_dup_netdev 0xc4b4305a nf_fwd_netdev_egress +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x1f545ab0 nf_flow_table_free +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x21ea8552 nf_flow_offload_ip_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x256792cd nf_flow_snat_port +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x48831af3 flow_offload_alloc +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x4ade8ce4 nf_flow_table_offload_setup +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x5221f331 nf_flow_dnat_port +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x62b2ba53 flow_offload_lookup +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x8eea4fef nf_flow_table_cleanup +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x9f61635b nf_flow_offload_ipv6_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xa194ae59 nf_flow_table_init +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xa6e4a91c flow_offload_add +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xbaa16dae flow_offload_route_init +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xce6e847a flow_offload_refresh +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xda01c70e nf_flow_rule_route_ipv4 +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xdfa06f35 nf_flow_rule_route_ipv6 +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xe697697a flow_offload_teardown +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xea2116e0 flow_offload_free +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x0101c323 nf_nat_ipv6_unregister_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x0468738f nf_nat_icmpv6_reply_translation +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x0d8d7774 nf_nat_ipv4_register_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x29cce82b nf_nat_masquerade_ipv4 +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x2a43f7f0 nf_nat_packet +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x3bc17c49 nf_nat_masquerade_inet_register_notifiers +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x47f12ca8 nf_nat_alloc_null_binding +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x5c492913 nf_nat_ipv6_register_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x6486208b nf_nat_inet_unregister_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x74c62907 nf_nat_exp_find_port +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x7c01669d nf_ct_nat +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x89cd0f7b nf_ct_nat_ext_add +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xa76e1374 nf_nat_ipv4_unregister_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xb9823c9d nf_nat_redirect_ipv6 +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xba6d94a5 nf_nat_inet_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xbe1c81f8 nf_nat_inet_register_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xcfa3d1f1 nf_nat_redirect_ipv4 +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xd7f6d608 nf_nat_icmp_reply_translation +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xd9c25654 nf_nat_masquerade_inet_unregister_notifiers +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xf2dfd4ee nf_nat_masquerade_ipv6 +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x051f1280 synproxy_recv_client_ack +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x05a567e4 synproxy_send_client_synack_ipv6 +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x15128fab 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 0x23339754 synproxy_send_client_synack +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x280449df nf_synproxy_ipv4_init +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x4372bb45 ipv4_synproxy_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xaccaf5ff 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 0xd58e9176 nf_synproxy_ipv6_fini +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xd751cd0d ipv6_synproxy_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xdc2e9487 synproxy_parse_options +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xe8985702 nf_synproxy_ipv6_init +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x0e942584 nft_register_flowtable_type +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x1524b7ed nft_do_chain +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x1852cbaf nft_unregister_flowtable_type +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x20538f2f nft_obj_notify +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x238533f2 nf_tables_bind_set +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x259a9a26 nft_set_elem_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x31a3a797 nft_meta_get_init +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x3251d762 nf_tables_trans_destroy_flush_work +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x3aa13731 nft_expr_reduce_bitwise +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x41b71e65 nft_trace_enabled +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x481b7407 __nft_release_basechain +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x4a83fa52 nft_meta_set_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x4cecbb60 nft_meta_policy +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x4d9461fd nft_unregister_chain_type +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x50be4bca nft_set_do_lookup +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x5d0f4059 nft_chain_validate_dependency +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x5d76c9f4 nf_tables_activate_set +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x5fb53a4c nft_data_release +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x67791012 nft_unregister_expr +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x845a831b nft_reg_track_update +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x86ea03f7 nft_register_chain_type +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x90be2bb8 nft_meta_inner_eval +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x97a2bbab nft_set_catchall_lookup +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x99846b6c nft_meta_get_eval +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x9bc2ce5a nft_data_dump +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xa27b0749 nft_request_module +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xa66c06af nft_flowtable_lookup +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xa72db5ae nft_meta_get_reduce +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xae47eb8d nft_chain_validate_hooks +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xb13e38ce nft_register_obj +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xbcf7eb3b nft_set_lookup_global +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xbf894c4d nft_meta_set_init +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xc725ded6 nft_meta_set_eval +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xcc2a8516 nft_meta_set_validate +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xd0845db2 nft_meta_set_dump +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xd155b61b nf_tables_destroy_set +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xd4587b41 __nft_reg_track_cancel +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xd544a61e nft_obj_lookup +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xd88a7139 nft_meta_get_dump +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xd93bf78a nft_unregister_obj +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xde498768 nft_data_init +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xde57b5f5 nft_parse_u32_check +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xe04bda3d nft_reg_track_cancel +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xe2b8cc13 nft_parse_register_load +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xe425ae20 nf_tables_deactivate_flowtable +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xe6008018 nft_chain_validate +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xecf51d46 nft_parse_register_store +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xeea1f238 nft_dump_register +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xf4d2b6db nft_register_expr +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xff00fdc1 nf_tables_deactivate_set +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x05a50ba0 nfnetlink_send +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x09af4e5b nfnetlink_subsys_unregister +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x5ce3b588 nfnl_lock +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x663848d2 nfnetlink_unicast +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x83398a0e nfnetlink_has_listeners +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x99ac1074 nfnetlink_subsys_register +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0xa92087fa nfnetlink_set_err +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0xba6109be nfnetlink_broadcast +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0xdb065657 nfnl_unlock +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0x4c8d39c8 nfnl_acct_update +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0x60382a35 nfnl_acct_overquota +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0x806aa3fa nfnl_acct_find_get +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0xbecf5d14 nfnl_acct_put +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_osf 0x2318f954 nf_osf_find +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_osf 0x35eff5e0 nf_osf_fingers +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_osf 0xf96e5aad nf_osf_match +EXPORT_SYMBOL_GPL net/netfilter/nft_fib 0x8733e4d5 nft_fib_reduce +EXPORT_SYMBOL_GPL net/netfilter/nft_fib 0x9da9c921 nft_fib_store_result +EXPORT_SYMBOL_GPL net/netfilter/nft_fib 0xbca0b2e6 nft_fib_dump +EXPORT_SYMBOL_GPL net/netfilter/nft_fib 0xcb3e441b nft_fib_init +EXPORT_SYMBOL_GPL net/netfilter/nft_fib 0xee38e88f nft_fib_validate +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0x1de558c1 nft_reject_icmpv6_code +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0x6954b2d7 nft_reject_init +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0x79c2eb93 nft_reject_dump +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0x9d46ccf8 nft_reject_policy +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0xd0a7b240 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 0x0f599ff5 xt_hook_ops_alloc +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x10e47749 xt_check_match +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x135392a8 xt_compat_match_to_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x1bc5a9f4 xt_compat_target_to_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x248849df xt_replace_table +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x35dc8cf5 xt_check_target +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x3e147894 xt_request_find_target +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x3e9d2daf xt_register_table +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x4096ade0 xt_compat_match_offset +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x5177e275 xt_target_to_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x52f5b507 xt_compat_match_from_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x58b7cd90 xt_compat_target_from_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x5f0a5624 xt_request_find_table_lock +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x60585b48 xt_request_find_match +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x68b790af 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 0x81a8ce28 xt_match_to_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x823edea5 xt_compat_add_offset +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x93df1c7c xt_proto_fini +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x96ec0a5c xt_compat_target_offset +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x9bac7a2e xt_unregister_template +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x9bb389c0 xt_table_unlock +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 0xbfacb837 xt_percpu_counter_free +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xc14d1076 xt_register_template +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xc7fae024 xt_compat_calc_jump +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xd1e246a2 xt_compat_unlock +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xd3fcc511 xt_tee_enabled +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xddf68fc6 xt_find_revision +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xdf5efbc7 xt_unregister_table +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xe5712975 xt_proto_init +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xf6abeb06 xt_copy_counters +EXPORT_SYMBOL_GPL net/netfilter/xt_RATEEST 0x44218927 xt_rateest_put +EXPORT_SYMBOL_GPL net/netfilter/xt_RATEEST 0x469b4e98 xt_rateest_lookup +EXPORT_SYMBOL_GPL net/nfc/nci/nci_spi 0x6664ae7c nci_spi_read +EXPORT_SYMBOL_GPL net/nfc/nci/nci_spi 0x7edb56c8 nci_spi_send +EXPORT_SYMBOL_GPL net/nfc/nci/nci_spi 0xe440c84d nci_spi_allocate_spi +EXPORT_SYMBOL_GPL net/nfc/nci/nci_uart 0x73484d70 nci_uart_set_config +EXPORT_SYMBOL_GPL net/nfc/nci/nci_uart 0x828c7782 nci_uart_register +EXPORT_SYMBOL_GPL net/nfc/nci/nci_uart 0xd32f2c24 nci_uart_unregister +EXPORT_SYMBOL_GPL net/nsh/nsh 0xa0b34090 nsh_pop +EXPORT_SYMBOL_GPL net/nsh/nsh 0xd05b6a0e nsh_push +EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0x0fa6c5d4 ovs_vport_alloc +EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0x2d791cda ovs_vport_ops_unregister +EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0x3591cbfb __ovs_vport_ops_register +EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0x5e1d5557 ovs_vport_free +EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0x704aed33 ovs_netdev_tunnel_destroy +EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0x9281491d ovs_netdev_link +EXPORT_SYMBOL_GPL net/psample/psample 0x35a0748d psample_sample_packet +EXPORT_SYMBOL_GPL net/psample/psample 0x94a103b4 psample_group_get +EXPORT_SYMBOL_GPL net/psample/psample 0xaba09d14 psample_group_take +EXPORT_SYMBOL_GPL net/psample/psample 0xea1028ae psample_group_put +EXPORT_SYMBOL_GPL net/qrtr/qrtr 0x10a6d6be qrtr_endpoint_post +EXPORT_SYMBOL_GPL net/qrtr/qrtr 0x380ab350 qrtr_endpoint_register +EXPORT_SYMBOL_GPL net/qrtr/qrtr 0x4cd95182 qrtr_endpoint_unregister +EXPORT_SYMBOL_GPL net/qrtr/qrtr 0x8d25501f qrtr_ns_remove +EXPORT_SYMBOL_GPL net/qrtr/qrtr 0xa47e91ba qrtr_ns_init +EXPORT_SYMBOL_GPL net/rds/rds 0x00a467af rds_wq +EXPORT_SYMBOL_GPL net/rds/rds 0x03df53b8 rds_for_each_conn_info +EXPORT_SYMBOL_GPL net/rds/rds 0x20c5e653 rds_cong_map_updated +EXPORT_SYMBOL_GPL net/rds/rds 0x2b0d543c rds_message_add_extension +EXPORT_SYMBOL_GPL net/rds/rds 0x2c67e9e8 rds_conn_destroy +EXPORT_SYMBOL_GPL net/rds/rds 0x36087aa4 rds_stats +EXPORT_SYMBOL_GPL net/rds/rds 0x384e7267 rds_trans_register +EXPORT_SYMBOL_GPL net/rds/rds 0x4214d375 rds_info_deregister_func +EXPORT_SYMBOL_GPL net/rds/rds 0x44065d01 rds_conn_path_connect_if_down +EXPORT_SYMBOL_GPL net/rds/rds 0x45a032eb rds_message_unmapped +EXPORT_SYMBOL_GPL net/rds/rds 0x45a4781e rds_addr_cmp +EXPORT_SYMBOL_GPL net/rds/rds 0x4b06ab76 rds_connect_complete +EXPORT_SYMBOL_GPL net/rds/rds 0x5486acb6 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 0x626fb201 rds_rdma_send_complete +EXPORT_SYMBOL_GPL net/rds/rds 0x6b6d5faa rds_send_path_reset +EXPORT_SYMBOL_GPL net/rds/rds 0x6f74b451 rds_message_addref +EXPORT_SYMBOL_GPL net/rds/rds 0x716b3baf rds_message_put +EXPORT_SYMBOL_GPL net/rds/rds 0x723a7f1c rds_atomic_send_complete +EXPORT_SYMBOL_GPL net/rds/rds 0x79917d6d rds_send_xmit +EXPORT_SYMBOL_GPL net/rds/rds 0x839c186d rds_send_path_drop_acked +EXPORT_SYMBOL_GPL net/rds/rds 0x85e4e520 rds_stats_info_copy +EXPORT_SYMBOL_GPL net/rds/rds 0x88f5308d rds_send_ping +EXPORT_SYMBOL_GPL net/rds/rds 0x9633b3b0 rds_conn_connect_if_down +EXPORT_SYMBOL_GPL net/rds/rds 0x9d9c11d4 rds_inc_init +EXPORT_SYMBOL_GPL net/rds/rds 0x9dcbbbf0 rds_page_remainder_alloc +EXPORT_SYMBOL_GPL net/rds/rds 0xa607210b rds_inc_put +EXPORT_SYMBOL_GPL net/rds/rds 0xbd283064 rds_recv_incoming +EXPORT_SYMBOL_GPL net/rds/rds 0xc2dab779 rds_info_copy +EXPORT_SYMBOL_GPL net/rds/rds 0xc9052bd9 rds_send_drop_acked +EXPORT_SYMBOL_GPL net/rds/rds 0xcb54474a rds_conn_create +EXPORT_SYMBOL_GPL net/rds/rds 0xdea21f2b rds_conn_create_outgoing +EXPORT_SYMBOL_GPL net/rds/rds 0xe4d6ec04 rds_conn_path_drop +EXPORT_SYMBOL_GPL net/rds/rds 0xe53427d9 rds_info_register_func +EXPORT_SYMBOL_GPL net/rds/rds 0xe8e02227 rds_conn_drop +EXPORT_SYMBOL_GPL net/rds/rds 0xeefd4b96 rds_connect_path_complete +EXPORT_SYMBOL_GPL net/rds/rds 0xfee39554 rds_inc_path_init +EXPORT_SYMBOL_GPL net/sched/sch_pie 0x6ce9b467 pie_calculate_probability +EXPORT_SYMBOL_GPL net/sched/sch_pie 0x7427f9b2 pie_drop_early +EXPORT_SYMBOL_GPL net/sched/sch_pie 0xbda23fe9 pie_process_dequeue +EXPORT_SYMBOL_GPL net/sched/sch_taprio 0x19fe655b taprio_offload_free +EXPORT_SYMBOL_GPL net/sched/sch_taprio 0x78555058 taprio_offload_get +EXPORT_SYMBOL_GPL net/sctp/sctp 0x7595a5b2 sctp_transport_lookup_process +EXPORT_SYMBOL_GPL net/sctp/sctp 0x7b6cd79b sctp_for_each_endpoint +EXPORT_SYMBOL_GPL net/sctp/sctp 0xb0b2cb53 sctp_transport_traverse_process +EXPORT_SYMBOL_GPL net/sctp/sctp 0xf77cd3c5 sctp_get_sctp_info +EXPORT_SYMBOL_GPL net/smc/smc 0x0f9d87d4 smc_unhash_sk +EXPORT_SYMBOL_GPL net/smc/smc 0x2c5bf3cc smcd_unregister_dev +EXPORT_SYMBOL_GPL net/smc/smc 0x490a7271 smcd_alloc_dev +EXPORT_SYMBOL_GPL net/smc/smc 0x6d7ffe76 smcd_handle_irq +EXPORT_SYMBOL_GPL net/smc/smc 0x7bb07637 smc_hash_sk +EXPORT_SYMBOL_GPL net/smc/smc 0x8f05482a smcd_handle_event +EXPORT_SYMBOL_GPL net/smc/smc 0x954a61f6 smcd_free_dev +EXPORT_SYMBOL_GPL net/smc/smc 0xbd8f4ffe smc_proto6 +EXPORT_SYMBOL_GPL net/smc/smc 0xc90327a7 smc_proto +EXPORT_SYMBOL_GPL net/smc/smc 0xcbf5ea2d smcd_register_dev +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x1ea05d86 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 0x7ac3c5ae svcauth_gss_register_pseudoflavor +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x97328e88 svcauth_gss_flavor +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x991073dc gss_mech_register +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0xd7673035 g_verify_token_header +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0181fd49 rpc_create +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x01c1fe79 sunrpc_cache_update +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x05e807a9 xdr_encode_string +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x05e8a735 xprt_setup_backchannel +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x06168a65 rpc_clnt_xprt_switch_has_addr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x065994f1 xdr_encode_opaque_fixed +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x07a26a34 rpc_clnt_probe_trunked_xprts +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x08935e7c xdr_init_encode_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0a005e62 rpc_clnt_xprt_switch_put +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0b9b5a96 xprt_lock_connect +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0be29f44 xdr_terminate_string +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0c617b23 svc_reserve +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0f576700 sunrpc_init_cache_detail +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x11a1d224 svc_reg_xprt_class +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x125b3a9c cache_register_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x12c67fc6 rpcauth_create +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x15d777b2 sunrpc_cache_pipe_upcall +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1c8b7fd6 auth_domain_find +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1cb479c8 unix_domain_find +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1e119a79 rpcauth_get_pseudoflavor +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1e5d459f cache_create_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1ecfb4e3 xprt_unpin_rqst +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2090559d rpc_call_null +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x23fac64c rpc_mkpipe_dentry +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x24771717 rpcauth_stringify_acceptor +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x24f0f262 rpc_killall_tasks +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x25f5b335 svcauth_unix_purge +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x26c62e6d rpc_release_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2707ef26 rpc_clnt_show_stats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x283ae070 xprt_add_backlog +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2844c2e6 xdr_stream_decode_string +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2919b156 xdr_decode_string_inplace +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2995a4b8 rpc_count_iostats_metrics +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2a3673d0 xprt_wait_for_reply_request_rtt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2a629f39 xprt_unregister_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2b9dcc41 rpc_call_sync +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2d6ae054 xprt_reconnect_delay +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2e5def91 svc_create +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2f178e53 svc_xprt_close +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2fa22140 xdr_stream_pos +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x304fa652 xdr_stream_subsegment +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x31106463 svc_xprt_names +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3169e0c1 xprt_free_slot +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x31a89d59 rpc_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x31beec8a svc_set_num_threads +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x33af06c5 rpc_exit +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x34055068 svc_xprt_create +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3414c521 rpc_sleep_on_priority +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x34b26098 rpc_cancel_tasks +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x34c0a731 xdr_stream_decode_opaque +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x34d184de rpc_wake_up_status +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3633974e rpc_num_bc_slots +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x37d757fc rpc_clnt_xprt_switch_remove_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x387e1639 rpc_pipefs_notifier_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x388c0034 rpc_sleep_on_timeout +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x39dc920f svc_create_pooled +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3a7af137 svc_sock_update_bufs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3b405de5 xprt_adjust_cwnd +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3bb2e0f5 rpc_clnt_add_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3c3cae96 sunrpc_cache_lookup_rcu +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3d0384cd rpc_init_pipe_dir_head +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3d2c201d xdr_enter_page +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3e738708 xdr_read_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3f9a2b0b rpcauth_get_gssinfo +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3fba7d77 cache_unregister_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4021020f svc_proc_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x40a30be0 svc_rqst_free +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x40b03464 svc_addsock +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x41658dcf svcauth_unix_set_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x428576e2 svc_age_temp_xprts_now +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4360b4ea rpc_count_iostats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4406a541 rpc_wait_for_completion_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x455782dd rpcauth_lookup_credcache +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x457cb8eb rpc_d_lookup_sb +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x45a6034e svc_wake_up +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x45a875ba xdr_decode_word +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x46060b03 sunrpc_cache_unhash +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x477ec1b5 cache_seq_stop_rcu +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x48b68ca3 xdr_init_encode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x49a25923 rpc_restart_call_prepare +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x49d698ea cache_seq_start_rcu +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4a196441 rpc_clnt_setup_test_and_add_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4afedab1 xprtiod_workqueue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4c787241 put_rpccred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4d5df0b5 rpc_wake_up_first +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4d71c75b rpc_wake_up_queued_task +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 0x4f7ba9b2 rpc_task_timeout +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4fc381cf rpc_clnt_xprt_switch_add_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x50af130b rpc_init_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x52099bf8 xdr_inline_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x52ea73af cache_purge +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x53445f68 nlm_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x53abf655 xprt_wait_for_reply_request_def +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5442b1f5 rpc_proc_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x549c0738 rpc_ntop +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x54bc04f3 read_bytes_from_xdr_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x57075b1f svc_rpcb_setup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5893527a svc_unreg_xprt_class +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5a2dcade rpcauth_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5a45ba31 svc_auth_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5d050682 xdr_buf_trim +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5fd8477e csum_partial_copy_to_xdr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5ff98816 xprt_get +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x609202f9 rpc_task_gfp_mask +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x62972bed xprt_release_rqst_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x63b86288 svc_seq_show +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x63ea2a54 svc_xprt_copy_addrs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x65663c95 rpc_run_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x657ddadd xprt_register_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x65b67a58 svc_xprt_destroy_all +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x66ed2439 rpc_destroy_wait_queue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x66f2ab3d svc_process +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6c11908b rpc_proc_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6c844515 xdr_buf_from_iov +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6ce04d69 bc_svc_process +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6e27c551 svc_generic_init_request +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6e80581e xdr_init_decode_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6f521478 rpc_remove_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6fc54c99 rpc_clnt_manage_trunked_xprts +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x70306894 xdr_inline_decode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7060a873 xprt_force_disconnect +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x70d3be08 rpc_queue_upcall +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x70df9d2a rpc_malloc +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 0x73ac32d8 rpc_uaddr2sockaddr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x74864c75 xprt_wake_pending_tasks +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x74abb2f3 svc_xprt_put +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x74acd44a rpc_clnt_swap_deactivate +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x74fa1d91 xprt_disconnect_done +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x75d349bd rpcauth_lookupcred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x76605541 rpc_shutdown_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x766f371f svc_encode_result_payload +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7745b429 rpc_alloc_iostats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x77d0016d cache_seq_next_rcu +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7a47d61c write_bytes_to_xdr_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7aece60f rpc_clnt_disconnect +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7c91cd31 xprt_request_get_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7de53067 rpc_init_rtt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7ed14785 rpc_put_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7f379dd3 svc_xprt_deferred_close +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7f8e2558 rpc_clone_client_set_auth +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8068c96d xprt_write_space +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x81dcbf89 sunrpc_cache_register_pipefs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x834e594b rpc_find_or_alloc_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x844969b1 rpc_call_start +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x85936b9f rpc_clnt_swap_activate +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x85eb1df5 rpc_restart_call +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x864d7121 xdr_reserve_space_vec +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x86b8de87 xprt_free +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x87147d07 xprt_lookup_rqst +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x87ba8396 xdr_write_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x87d92150 xprt_destroy_backchannel +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x886ceefd xprt_release_xprt_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8a05ba10 rpc_clnt_test_and_add_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8aee412f xprt_wait_for_buffer_space +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8b175583 rpc_free +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8ee7fa4e xprt_pin_rqst +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8ef2c92e svc_recv +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9085482b svc_drop +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x90b3e27e xprt_reconnect_backoff +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x911fbd3f svc_find_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x92417e1d xprt_unlock_connect +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x928d589a rpc_clone_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x944a9bd8 xdr_page_pos +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9635f7a8 _copy_from_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9670b5a1 rpc_free_iostats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x980df65d rpc_delay +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x98638352 cache_destroy_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x988eeeed xdr_init_decode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x98936eac svc_rqst_replace_page +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x99463db8 auth_domain_lookup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x99aee353 rpc_init_priority_wait_queue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9acd596e xprt_alloc_slot +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9c18dede xdr_process_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9c57b555 rpc_localaddr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9dbfbf91 sunrpc_cache_unregister_pipefs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9df5c114 xdr_decode_array2 +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9eba04d1 xdr_reserve_space +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa18f45bd rpc_set_connect_timeout +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa1e2d45e xprt_put +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa214e2ab rpcauth_unwrap_resp_decode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa39cc55d xdr_encode_word +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa48ca503 rpc_pton +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa5fbc34b xprt_release_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa63f36dd svc_generic_rpcbind_set +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa81fde3b xprt_wake_up_backlog +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xaa4fe606 rpcauth_wrap_req_encode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xaaf18a8b svc_rqst_alloc +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xad2bde57 rpc_mkpipe_data +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xad5bcfe6 svc_rpcb_cleanup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xad941fb5 rpcb_getport_async +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xad9d96e3 xprt_reserve_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xaec7dba9 svc_fill_symlink_pathname +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xaef7626c svc_proc_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xaf5bf6ef nfs_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb05d110f rpc_net_ns +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb06a8313 rpc_put_sb_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb06bf8a0 xprt_reserve_xprt_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb11b95c6 xprt_update_rtt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb51a3724 rpc_pipefs_notifier_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb77c115c xdr_set_pagelen +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xba6daac3 rpc_get_sb_net +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 0xc3d2ccd6 auth_domain_put +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc48d1637 rpc_machine_cred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc6e68db3 svc_set_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc79c90c1 svc_bind +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc872ff1d rpc_peeraddr2str +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc8e96dea qword_addhex +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcb493432 svc_rpcbind_set_version +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcb6791f3 svc_max_payload +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcb7f3bba cache_check +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcc1db771 rpc_put_task_async +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xccb2a082 rpc_bind_new_program +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcd3fca2d sunrpc_cache_pipe_upcall_timeout +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcda44c29 xdr_stream_move_subsegment +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xce678a59 xdr_decode_netobj +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd368e906 xdr_stream_zero +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd42d33d8 xprt_complete_rqst +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd434625a rpcauth_destroy_credcache +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd45d1d5c xdr_stream_decode_opaque_dup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd76ffeeb rpc_unlink +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd8400124 rpcauth_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd8feaf9f rpcauth_init_credcache +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd9ba339c rpc_sleep_on_priority_timeout +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd9ebfcd5 rpc_add_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdd691402 xprt_find_transport_ident +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xddf461af rpc_destroy_pipe_data +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdf66d792 rpcauth_init_cred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe145ab36 rpc_sleep_on +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe5919cb1 xdr_encode_opaque +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe5c73e7d rpc_wake_up_next +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe766696a rpc_peeraddr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe83bc669 svc_xprt_received +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe8882cb2 svc_xprt_init +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe90cbbb2 svc_fill_write_vector +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe93aa5e4 rpc_prepare_reply_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe97f4ce5 qword_get +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xebd1c23a rpc_task_release_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xec4e4ec3 svc_exit_thread +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xed8f2b75 rpc_pipe_generic_upcall +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xedcf6be4 qword_add +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xedf94478 svc_print_addr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xee3c1071 rpc_force_rebind +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xeeacab69 rpc_update_rtt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xeedb7753 svc_authenticate +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xef70b48c rpc_max_payload +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xef890f2b xdr_shift_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf04a7e0c xdr_encode_array2 +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf0b7775d rpc_init_wait_queue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf27ddfd1 rpc_setbufsize +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf346c9d6 __xdr_commit_encode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf375a8b5 xdr_stream_decode_string_dup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf38986c8 rpc_switch_client_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf44e7a6a xdr_buf_subsegment +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf4eaf68e svc_auth_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf549ab27 gssd_running +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf875d57f rpc_max_bc_payload +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf8c32019 xprt_alloc +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf912cd47 rpc_clnt_iterate_for_each_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfc6ee752 rpc_call_async +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfe9184c0 svc_xprt_enqueue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfec272e0 sunrpc_destroy_cache_detail +EXPORT_SYMBOL_GPL net/tls/tls 0x25d3ee3a tls_device_sk_destruct +EXPORT_SYMBOL_GPL net/tls/tls 0x503b9ae4 tls_validate_xmit_skb +EXPORT_SYMBOL_GPL net/tls/tls 0x6b68c3eb tls_encrypt_skb +EXPORT_SYMBOL_GPL net/tls/tls 0xc1ead202 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 0x15d9d138 virtio_transport_notify_poll_in +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x1e1ec4a9 virtio_transport_destruct +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x201be86c virtio_transport_notify_recv_pre_dequeue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x25586636 virtio_transport_notify_poll_out +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x2f2afe44 virtio_transport_connect +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x32465dcb virtio_transport_shutdown +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x346b5cb2 virtio_transport_inc_tx_pkt +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x3b2a7b3e virtio_transport_stream_has_space +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x423cff62 virtio_transport_notify_buffer_size +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x4f84595d virtio_transport_stream_rcvhiwat +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x5bbabc7b virtio_transport_release +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x5e8e04eb virtio_transport_stream_has_data +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x64646600 virtio_transport_notify_send_pre_enqueue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x694de314 virtio_transport_notify_send_post_enqueue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x704a50df virtio_transport_seqpacket_enqueue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x7790ce95 virtio_transport_stream_enqueue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x80e586e7 virtio_transport_stream_is_active +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x924d7750 virtio_transport_get_credit +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x9d4b6174 virtio_transport_dgram_enqueue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x9d70da1b virtio_transport_stream_dequeue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xa77cdeb1 virtio_transport_recv_pkt +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xaadfb9ac virtio_transport_put_credit +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xac52517a virtio_transport_notify_recv_post_dequeue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xb331a496 virtio_transport_dgram_dequeue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xb86b1b6e virtio_transport_notify_recv_pre_block +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 0xc2932e1f virtio_transport_notify_send_init +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xc522cd50 virtio_transport_notify_send_pre_block +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xc83b37cb virtio_transport_notify_recv_init +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xd6905f42 virtio_transport_seqpacket_dequeue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xd8c92d76 virtio_transport_do_socket_init +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xe7bacfa3 virtio_transport_deliver_tap_pkt +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xe9b3d942 virtio_transport_free_pkt +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xf556be88 virtio_transport_dgram_bind +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xfad4b6a6 virtio_transport_seqpacket_has_data +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x00c96831 vsock_stream_has_space +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x0e9bc9b6 vsock_addr_unbind +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x15e9bf65 vsock_add_tap +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x196d5317 vsock_remove_pending +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x260cfe37 vsock_create_connected +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x27bf1425 vsock_find_connected_socket +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x284e07d8 vsock_bind_table +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x378a1ac3 vsock_core_register +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x3d4b0fca vsock_addr_init +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x3f769f6a vsock_find_bound_socket +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x419d3f77 vsock_core_unregister +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x4326da1e vsock_stream_has_data +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x4469f119 vsock_remove_bound +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x4b99648c vsock_addr_bound +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x67cb90be vsock_data_ready +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x90aa8549 vsock_find_cid +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x943fd58d vsock_deliver_tap +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x9a496a5d vsock_remove_sock +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x9bb6fd09 vsock_connected_table +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x9d9b4d37 vsock_for_each_connected_socket +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xaf2674b5 vsock_addr_equals_addr +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xb0d7bda7 vsock_addr_cast +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xc92f7f50 vsock_table_lock +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xcbcfb39c vsock_remove_tap +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xd36efb18 vsock_insert_connected +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xec96eadf vsock_addr_validate +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xed005e06 vsock_assign_transport +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xef8ea710 vsock_core_get_transport +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xf5768aaf vsock_add_pending +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xf8eae878 vsock_remove_connected +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xffdc56b4 vsock_enqueue_accept +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x15fd2244 cfg80211_wext_siwscan +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x5ca46b07 cfg80211_vendor_cmd_reply +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x6788694b cfg80211_pmsr_report +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x7a14b99e cfg80211_wext_siwrts +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x8585e498 cfg80211_wext_siwfrag +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x89f43b28 cfg80211_vendor_cmd_get_sender +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x9df4f5e8 cfg80211_wext_giwretry +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xaa5a3cd6 cfg80211_wext_giwrts +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xbd0c9201 cfg80211_wext_siwmode +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xc5db1526 cfg80211_wext_giwmode +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xc8d311ea cfg80211_wext_giwrange +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xccc847c0 cfg80211_shutdown_all_interfaces +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xec3a7265 cfg80211_pmsr_complete +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xee2d4d2a cfg80211_wext_giwscan +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xfc1197f6 cfg80211_wext_giwname +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xfd5263bf cfg80211_wext_giwfrag +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 0x6cb4ca43 ipcomp_input +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0xd151988a ipcomp_destroy +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0xdf1564ea ipcomp_init_state +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0xe34368b1 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 0x5c4bb534 snd_ac97_reset +EXPORT_SYMBOL_GPL sound/core/seq/snd-seq 0xadb51cff snd_seq_client_ioctl_unlock +EXPORT_SYMBOL_GPL sound/core/seq/snd-seq 0xe50413d7 snd_seq_client_ioctl_lock +EXPORT_SYMBOL_GPL sound/core/snd 0x1134905a snd_fasync_helper +EXPORT_SYMBOL_GPL sound/core/snd 0x1262d2fa snd_devm_request_dma +EXPORT_SYMBOL_GPL sound/core/snd 0x164b534c snd_ctl_apply_vmaster_followers +EXPORT_SYMBOL_GPL sound/core/snd 0x17fdc32c snd_power_ref_and_wait +EXPORT_SYMBOL_GPL sound/core/snd 0x225b023c snd_card_rw_proc_new +EXPORT_SYMBOL_GPL sound/core/snd 0x3682aef9 snd_card_ref +EXPORT_SYMBOL_GPL sound/core/snd 0x40dc8ea8 snd_card_free_on_error +EXPORT_SYMBOL_GPL sound/core/snd 0x4adf3571 snd_device_get_state +EXPORT_SYMBOL_GPL sound/core/snd 0x4f0e37dc snd_ctl_add_vmaster_hook +EXPORT_SYMBOL_GPL sound/core/snd 0x5af762f1 snd_fasync_free +EXPORT_SYMBOL_GPL sound/core/snd 0x8b2625d2 snd_card_disconnect_sync +EXPORT_SYMBOL_GPL sound/core/snd 0xa8d3ee12 snd_ctl_activate_id +EXPORT_SYMBOL_GPL sound/core/snd 0xc0f4e404 snd_device_disconnect +EXPORT_SYMBOL_GPL sound/core/snd 0xcf409e08 snd_ctl_register_layer +EXPORT_SYMBOL_GPL sound/core/snd 0xd5da2841 snd_devm_card_new +EXPORT_SYMBOL_GPL sound/core/snd 0xe1bdab22 snd_ctl_get_preferred_subdevice +EXPORT_SYMBOL_GPL sound/core/snd 0xf0c11421 snd_ctl_sync_vmaster +EXPORT_SYMBOL_GPL sound/core/snd 0xf8f2a4eb snd_kill_fasync +EXPORT_SYMBOL_GPL sound/core/snd 0xf9a3e28a snd_device_initialize +EXPORT_SYMBOL_GPL sound/core/snd 0xf9ca8145 snd_ctl_disconnect_layer +EXPORT_SYMBOL_GPL sound/core/snd 0xfaf598c6 snd_ctl_request_layer +EXPORT_SYMBOL_GPL sound/core/snd 0xfb55d53b snd_card_add_dev_attr +EXPORT_SYMBOL_GPL sound/core/snd-compress 0x61648cdf snd_compr_stop_error +EXPORT_SYMBOL_GPL sound/core/snd-compress 0x8fcf606b snd_compress_new +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x04e1b99f snd_pcm_std_chmaps +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x08adc17d _snd_pcm_stream_lock_irqsave_nested +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x09e913c1 snd_pcm_alt_chmaps +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x18b79970 snd_pcm_stream_lock +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x1d022e13 snd_pcm_hw_constraint_eld +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x395daa22 snd_pcm_stream_lock_irq +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x48367d3f snd_devm_alloc_dir_pages +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x48fe9413 snd_pcm_add_chmap_ctls +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x5c407196 snd_pcm_fill_iec958_consumer_hw_params +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x5d7f3d53 snd_pcm_lib_default_mmap +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x649892e8 snd_pcm_create_iec958_consumer_default +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x695f4141 snd_pcm_stop_xrun +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x866604f5 snd_dma_buffer_sync +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x8d864069 snd_pcm_rate_range_to_bits +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x989ce055 snd_pcm_stream_unlock_irq +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 0xb5181ed7 snd_pcm_stream_unlock_irqrestore +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0xbb1aa5c8 snd_pcm_stream_unlock +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0xce410f4e snd_pcm_fill_iec958_consumer +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0xfa7a304a _snd_pcm_stream_lock_irqsave +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x286eeb48 snd_dmaengine_pcm_set_config_from_dai_data +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x2d41714e snd_dmaengine_pcm_open_request_chan +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x42fb869b snd_dmaengine_pcm_request_channel +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x585d5eb7 snd_dmaengine_pcm_pointer_no_residue +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x776fdca0 snd_dmaengine_pcm_trigger +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x7c7f22f2 snd_dmaengine_pcm_refine_runtime_hwparams +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x7c80d373 snd_hwparams_to_dma_slave_config +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0xa28d675c snd_dmaengine_pcm_pointer +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0xa78f6a1d snd_dmaengine_pcm_get_chan +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0xc63af293 snd_dmaengine_pcm_close +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0xd41455ba snd_dmaengine_pcm_open +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0xe37f9f01 snd_dmaengine_pcm_close_release_chan +EXPORT_SYMBOL_GPL sound/core/snd-seq-device 0xb367f8f4 snd_seq_driver_unregister +EXPORT_SYMBOL_GPL sound/core/snd-seq-device 0xcf453272 __snd_seq_driver_register +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0x14e79ff6 amdtp_domain_stop +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0x1fdc14ce amdtp_domain_destroy +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0x4a561d54 amdtp_am824_add_pcm_hw_constraints +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0x5b69838b amdtp_domain_init +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0x66ec72c7 amdtp_am824_midi_trigger +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0x6ba1a813 amdtp_am824_set_midi_position +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0x93e8bbdc amdtp_domain_start +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0x98a279bc amdtp_domain_add_stream +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0x993165d9 amdtp_domain_stream_pcm_pointer +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0x9d4c0e3e amdtp_am824_set_pcm_position +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0xa520532b amdtp_domain_stream_pcm_ack +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0xd525a0b8 amdtp_am824_set_parameters +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0xf4ede05f amdtp_am824_init +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x0d32debb snd_hdac_ext_bus_link_put +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x0d8dc00c snd_hdac_ext_stream_clear +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x144fe804 snd_hdac_ext_bus_link_clear_stream_id +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x156c8835 snd_hdac_ext_bus_ppcap_int_enable +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x16e27927 snd_hdac_ext_bus_link_power_up +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x1eecee71 snd_hdac_ext_bus_device_remove +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x1f5f9c06 snd_hdac_ext_bus_get_hlink_by_name +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x2a722b77 snd_hdac_ext_stream_free_all +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x2c7566f0 snd_hdac_ext_stream_decouple +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x3e386670 snd_hdac_ext_bus_link_set_stream_id +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x47c44021 snd_hdac_ext_stream_decouple_locked +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x5dc409cf snd_hdac_ext_bus_init +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x5f19477b snd_hda_ext_driver_register +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x5f231946 snd_hdac_ext_bus_get_ml_capabilities +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x6f33502a snd_hdac_ext_stream_setup +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x7379373c snd_hdac_ext_bus_ppcap_enable +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x837ffb39 snd_hdac_ext_stream_start +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x84bc6a11 snd_hda_ext_driver_unregister +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x87d26f3f snd_hdac_ext_stream_reset +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x8f54f831 snd_hdac_ext_stream_release +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xa3f9f1d8 snd_hdac_ext_bus_link_power_down +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xa48f3c2a snd_hdac_ext_stream_init_all +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xadd3ca2a snd_hdac_ext_bus_get_hlink_by_addr +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xba16b653 snd_hdac_ext_bus_link_get +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xbd8f5abb snd_hdac_ext_link_free_all +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xcf290f0a snd_hdac_ext_stream_assign +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xd4da4791 snd_hdac_ext_cstream_assign +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xdb53fcc7 snd_hdac_ext_bus_link_power_down_all +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xdf09638d snd_hdac_ext_bus_exit +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xefa9cc25 snd_hdac_ext_bus_link_power +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xffcaf360 snd_hdac_ext_bus_link_power_up_all +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x01a561b1 snd_hdac_regmap_write_raw +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x01b12143 snd_hdac_stop_streams_and_chip +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x04833c25 snd_hdac_stream_timecounter_init +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x06b1ceee snd_hdac_stream_wait_drsm +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x06dd62b9 snd_hdac_stream_release +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x0d2c8245 snd_hdac_stream_spbcap_enable +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x12a07116 snd_hdac_stream_drsm_enable +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x17362944 snd_hdac_stream_release_locked +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x1928014c snd_hdac_power_down_pm +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x1b0cb09b snd_hdac_stream_start +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x24753d22 snd_hdac_check_power_state +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x27cf9f6f snd_hdac_bus_stop_chip +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x29fde617 snd_hdac_codec_modalias +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x2b9ca39a snd_hdac_stream_assign +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x2bdf4931 snd_hdac_codec_link_down +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x2d4cbbec snd_hdac_bus_exec_verb_unlocked +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x315a4485 snd_hda_bus_type +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x3a087d67 snd_hdac_stream_sync +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x3b4033d5 snd_hdac_bus_send_cmd +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x3bd544c2 snd_hdac_get_active_channels +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x3d0d54da snd_hdac_refresh_widgets +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x3ed3c8a6 snd_hdac_regmap_add_vendor_verb +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x442be96d snd_hdac_stream_sync_trigger +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x4493629d snd_hdac_stream_cleanup +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x46d32633 snd_hdac_stream_set_lpib +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x4723f169 snd_hdac_acomp_get_eld +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x48458179 snd_hdac_power_up_pm +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x4882ac4b snd_hdac_bus_init_cmd_io +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x4bc5e6d7 snd_hdac_dsp_trigger +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x4c7ec4b6 snd_hdac_get_ch_alloc_from_ca +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x505fbe44 snd_hdac_query_supported_pcm +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x5180e0cc snd_hdac_stream_setup +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x5246f3ad snd_hdac_device_exit +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x5a077427 snd_hdac_stream_set_spib +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x5c07cb49 snd_hdac_calc_stream_format +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x5dc7a892 snd_hdac_i915_init +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x5ebc4adc snd_hdac_acomp_exit +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x67bfe791 snd_hdac_spk_to_chmap +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x6ae7140a _snd_hdac_read_parm +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x6ba4a0bb snd_hdac_get_stream_stripe_ctl +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x6cdeb0a0 snd_hdac_bus_exit +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x6fcb30f5 snd_hdac_codec_read +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x71568089 snd_hdac_bus_enter_link_reset +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x7413af10 snd_hdac_bus_handle_stream_irq +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x77c754a8 snd_hdac_chmap_to_spk_mask +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x798c2954 snd_hdac_bus_update_rirb +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x8032adfe snd_hdac_power_up +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x836d2ed1 snd_hdac_device_set_chip_name +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x85daec6b snd_hdac_bus_init_chip +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x860caba7 snd_hdac_regmap_sync +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x86f6a364 snd_hdac_device_register +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x879bad0f snd_hdac_codec_write +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x89f9aad3 snd_hdac_stream_get_spbmaxfifo +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x8b3ff8de snd_hdac_bus_exit_link_reset +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x8f278430 snd_hdac_read +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x909313e3 snd_hdac_regmap_update_raw_once +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x92c0fde9 snd_hdac_get_connections +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x967154b1 snd_hdac_power_down +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x96c2ceaf snd_hdac_get_sub_nodes +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x9768c228 snd_hdac_dsp_cleanup +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x9863b28a snd_hdac_sync_power_state +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x9a8e1877 snd_array_free +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x9b55b167 snd_hdac_stream_init +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x9ea10cf7 snd_hdac_regmap_init +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xa300e7b9 snd_hdac_regmap_exit +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xa35b3c2f snd_hdac_bus_init +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xa3e8c144 snd_hdac_register_chmap_ops +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xa95b3d97 snd_hdac_dsp_prepare +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xa9d67510 snd_hdac_is_supported_format +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xb1165f09 snd_hdac_stream_stop +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xba63e00c snd_hdac_bus_stop_cmd_io +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xbbc139f4 snd_hdac_channel_allocation +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xbe7dd7dc snd_array_new +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xc068b790 snd_hdac_add_chmap_ctls +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xc0c50db4 snd_hdac_stream_reset +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xc19126b2 snd_hdac_codec_link_up +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xc1fd4d6d snd_hdac_stream_set_params +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xc61dfe16 snd_hdac_bus_free_stream_pages +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xc7e8964c snd_hdac_device_unregister +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xca7afe22 snd_hdac_setup_channel_mapping +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xcb6922d6 snd_hdac_acomp_register_notifier +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xcfdd7479 snd_hdac_get_stream +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xd0a0aa77 snd_hdac_stream_set_dpibr +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xd0e4a7da snd_hdac_display_power +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xd1ea7bc6 snd_hdac_sync_audio_rate +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xda10ba98 snd_hdac_override_parm +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xde472117 snd_hdac_device_init +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xe17ace26 snd_hdac_i915_set_bclk +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xe2cebd80 snd_hdac_bus_parse_capabilities +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xe4e07754 snd_hdac_print_channel_allocation +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xe553d3d6 snd_hdac_bus_get_response +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xe7de544b snd_hdac_set_codec_wakeup +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xe8bd2aa7 snd_hdac_acomp_init +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xeb336a4f snd_hdac_bus_alloc_stream_pages +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xeb4a02cf snd_hdac_stream_setup_periods +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xebd5bb28 hdac_get_device_id +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xec915c99 snd_hdac_bus_reset_link +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xef13babb snd_hdac_regmap_read_raw +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xf5dd0c1b snd_hdac_stop_streams +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xf6f66cd8 snd_hdac_regmap_update_raw +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xfa10bcbc snd_hdac_read_parm_uncached +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xfa79ba37 snd_hdac_bus_link_power +EXPORT_SYMBOL_GPL sound/hda/snd-intel-dspcfg 0x2afa7447 intel_nhlt_get_dmic_geo +EXPORT_SYMBOL_GPL sound/hda/snd-intel-dspcfg 0x4e859456 intel_nhlt_free +EXPORT_SYMBOL_GPL sound/hda/snd-intel-dspcfg 0x5246a468 snd_intel_dsp_driver_probe +EXPORT_SYMBOL_GPL sound/hda/snd-intel-dspcfg 0x73cdc995 intel_nhlt_init +EXPORT_SYMBOL_GPL sound/hda/snd-intel-dspcfg 0xe436d7c6 snd_intel_acpi_dsp_driver_probe +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0xad4bab15 snd_ak4113_reinit +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0xbaa922c3 snd_ak4113_reg_write +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0xca0a1a9a snd_ak4113_build +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0xd659e913 snd_ak4113_check_rate_and_errors +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0xd7929e92 snd_ak4113_external_rate +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0xddafaf61 snd_ak4113_create +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x00d50eae snd_hda_codec_parse_pcms +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x0240df14 snd_hda_get_connections +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x05555424 snd_hda_mixer_amp_tlv +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x066c01aa snd_hda_get_conn_index +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 0x08dcb695 snd_hda_find_mixer_ctl +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x0b41a0e8 snd_hda_codec_set_pincfg +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x0c66aa78 snd_hda_jack_tbl_get_mst +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x0e670a59 snd_hda_codec_new +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x0edef297 snd_hda_codec_amp_init_stereo +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x14b775cb snd_hda_jack_poll_all +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x14bce315 __snd_hda_apply_fixup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x158f0007 snd_hda_get_conn_list +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x170b7fda snd_hda_codec_amp_stereo +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x1bbbc995 snd_hda_attach_beep_device +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x1d973b29 snd_hda_spdif_ctls_unassign +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x231356fb snd_hda_add_new_ctls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x2344e35d hda_codec_driver_unregister +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x24fb36f3 snd_hda_codec_prepare +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x26406df7 snd_hda_codec_load_dsp_trigger +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x275331f7 azx_stop_all_streams +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x2982c2a5 snd_hda_create_spdif_in_ctls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x2e80d74e snd_hda_get_dev_select +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x2ea6b494 snd_hda_jack_set_dirty_all +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x2f952bcb snd_hda_pick_fixup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x3029ae7a snd_hda_add_imux_item +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x31e250b2 azx_bus_init +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x3220d51a snd_hda_codec_cleanup_for_unbind +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x35a21984 snd_hda_codec_amp_init +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x37b442a3 snd_hda_jack_pin_sense +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x38ce402b azx_interrupt +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x41dc174a snd_hda_codec_load_dsp_prepare +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x44f15523 snd_hda_codec_device_new +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4988beab snd_hda_spdif_ctls_assign +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4a2eaa59 snd_hda_jack_unsol_event +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4aa81a16 snd_hda_create_spdif_share_sw +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4c28ab34 snd_hda_get_num_devices +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4ea9d572 snd_hda_multi_out_dig_open +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x509ebbcb snd_hda_codec_update_widgets +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x5399d782 is_jack_detectable +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x5469e431 snd_hda_multi_out_dig_prepare +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x55c7f46c snd_hda_multi_out_dig_cleanup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x55e53983 snd_hda_mixer_amp_volume_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x572df3bb snd_hda_get_bool_hint +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x57e6d308 snd_hda_mixer_amp_volume_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x59293119 snd_hda_codec_device_init +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x5948122b snd_hda_codec_cleanup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x59a2b404 snd_hda_mixer_amp_switch_get +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x5eea97bc snd_hda_get_pin_label +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x5eefa054 snd_hda_codec_set_name +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x63eeba97 snd_hda_load_patch +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x6c98821d azx_get_pos_lpib +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x6df278f6 snd_hda_unlock_devices +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x6df2fb4c snd_hda_jack_tbl_get_from_tag +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x6f91631d hda_get_autocfg_input_label +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x71470d40 snd_hda_mixer_amp_switch_put_beep +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x74758585 snd_hda_add_verbs +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x74ef7552 snd_hda_jack_detect_enable +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x7a7185b2 __snd_hda_add_vmaster +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x7b44f8be snd_hda_multi_out_analog_cleanup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x7c5a7bcf snd_hda_codec_get_pin_target +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x81813a6a snd_hda_jack_detect_enable_callback_mst +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x820f7383 snd_hda_codec_eapd_power_filter +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x847550ee snd_hda_jack_set_gating_jack +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x85ad50b2 snd_hda_pick_pin_fixup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x8ab61a00 snd_hda_multi_out_analog_open +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x8d18946b snd_hda_jack_report_sync +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x8fe2b6fd snd_hda_detach_beep_device +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x91f6186e snd_hda_add_vmaster_hook +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x93fbbb21 snd_hda_get_default_vref +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x9523be61 snd_hda_codec_pcm_new +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x95d81182 snd_hda_apply_pincfgs +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x97368b4b snd_hda_enum_helper_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x9812f7ef snd_hda_add_nid +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x98c6c10c snd_hda_jack_add_kctl_mst +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x99ff050c snd_hda_codec_set_power_save +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x9aeefa67 snd_hda_sync_vmaster_hook +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x9edb2aaf __snd_hda_codec_cleanup_stream +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa536d922 snd_hda_check_amp_list_power +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa57bf576 azx_codec_configure +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa81ba179 snd_hda_jack_add_kctls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa83cd767 snd_hda_enable_beep_device +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa8f34dbf snd_hda_correct_pin_ctl +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa953e823 snd_hda_override_conn_list +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xac9083da snd_hda_shutup_pins +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xaf84ac45 snd_hda_codec_set_pin_target +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb0ce5059 azx_probe_codecs +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb1179d6f snd_hda_apply_fixup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb25ba845 snd_hda_multi_out_analog_prepare +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb4995f28 snd_hda_jack_bind_keymap +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb580a803 snd_hda_override_amp_caps +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb715e532 snd_hda_codec_setup_stream +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb838b731 snd_hda_codec_amp_update +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb9499251 __hda_codec_driver_register +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xba9b6f00 query_amp_caps +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xbacfe553 snd_hda_lock_devices +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xbc98e2f2 snd_hda_create_dig_out_ctls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc01d3c60 snd_hda_get_hint +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc2a77436 snd_hda_mixer_amp_switch_get_beep +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc3893141 snd_hda_set_vmaster_tlv +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc3946a75 snd_hda_codec_get_pincfg +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc3e0411f snd_hda_codec_configure +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc47d0874 snd_hda_jack_detect_state_mst +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc48e5dd8 snd_hda_sequence_write +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc5ee1e5b snd_hda_codec_register +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc6c81fde azx_stop_chip +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xcb296fe4 snd_hda_apply_verbs +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xcc8946c0 snd_hda_codec_build_controls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xce82e990 snd_hda_check_amp_caps +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd56f2c52 snd_hda_set_power_save +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd63cdce3 _snd_hda_set_pin_ctl +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd6cd1331 snd_hda_codec_unregister +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd8fe474b snd_hda_codec_load_dsp_cleanup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd9741da4 snd_hda_codec_pcm_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe118de5d snd_pcm_2_1_chmaps +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe1a3ae66 azx_init_chip +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe22a7d4b snd_hda_mixer_amp_volume_get +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe410b365 snd_hda_ctl_add +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe4d0b2d8 snd_hda_codec_set_power_to_all +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe8de1ed1 snd_hda_set_dev_select +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe933423e snd_hda_get_int_hint +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe98076d6 azx_init_streams +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xeaeedb3b snd_hda_jack_set_button_state +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xec6e1a47 snd_hda_mixer_amp_switch_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xeda3a721 snd_print_pcm_bits +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xee6df0cc snd_hda_mixer_amp_switch_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf1df3b75 azx_get_position +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf21ca853 azx_free_streams +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf2719357 snd_hda_parse_pin_defcfg +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf614dbd3 snd_hda_input_mux_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf62883ad snd_hda_spdif_out_of_nid +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf85ac535 snd_hda_multi_out_dig_close +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf8dc35ac snd_hda_input_mux_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xfb73cc86 azx_get_pos_posbuf +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x1b875c7b snd_hda_gen_mic_autoswitch +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x222f85c3 snd_hda_get_path_idx +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x2d822a8a snd_hda_gen_build_controls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x3bef2a1e snd_hda_gen_free +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x431f41b6 snd_hda_gen_fix_pin_power +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x43bbc0cc snd_hda_get_path_from_idx +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x52e9f1a9 snd_hda_gen_spec_init +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x547f25b1 snd_hda_gen_parse_auto_config +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x6c6ed5d9 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 0x7ffbdd97 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 0x8e15a795 snd_hda_gen_add_mute_led_cdev +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x9854a72d snd_hda_gen_stream_pm +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x9864fc11 snd_hda_gen_line_automute +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xa6d7602e snd_hda_activate_path +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xa8cad755 snd_hda_gen_build_pcms +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xb96256fd snd_hda_gen_add_micmute_led_cdev +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xba138249 snd_hda_gen_update_outputs +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xba7a6321 snd_hda_gen_init +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xd905818e snd_hda_gen_path_power_filter +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xdfb6dc44 snd_hda_gen_check_power_status +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xf9f2fa1e snd_hda_add_new_path +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau-utils 0xae620be9 adau_calc_pll_cfg +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau1372 0x5b22ba57 adau1372_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau1761 0xbffde5a9 adau1761_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau1761 0xd86e0edc adau1761_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0x12307159 adau17x1_precious_register +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0x2f038ef4 adau17x1_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0x3e723cc1 adau17x1_set_micbias_voltage +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0x651a9c72 adau17x1_resume +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0x72b179c8 adau17x1_readable_register +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0x7452fe0b adau17x1_add_widgets +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0x840643af adau17x1_volatile_register +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0x8427490c adau17x1_add_routes +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0x9954c596 adau17x1_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0x9cf9c1b3 adau17x1_dai_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau7118 0x7a86274c adau7118_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x058c1951 arizona_out_ev +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x1189360b arizona_lhpf4_mode +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x1443d406 arizona_ng_hold +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x15954e87 arizona_out_vi_ramp +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x1ab6e588 arizona_init_mono +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x2c9ad054 arizona_anc_ng_enum +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x343ab4db arizona_in_vi_ramp +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x34539c7a arizona_dvfs_up +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x3c3516b4 arizona_init_spk +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x3c9c7e0b arizona_init_dvfs +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x418ad30a arizona_set_sysclk +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x43b119ac arizona_lhpf1_mode +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x456be8c3 arizona_eq_coeff_put +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x46277216 arizona_rate_val +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x49dd5431 arizona_set_fll_refclk +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x4ef89cec arizona_free_spk_irqs +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x51671a8c arizona_dvfs_down +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x54db358e arizona_isrc_fsh +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x55edd51b arizona_in_vd_ramp +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x59d4f0fd arizona_init_dai +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x5a178ba0 arizona_init_spk_irqs +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x5f44c230 arizona_anc_ev +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x60f958a1 arizona_adsp2_rate_controls +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x69102a20 arizona_sample_rate_text +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x6b7ba168 arizona_dvfs_sysclk_ev +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x6c902cb9 arizona_jack_codec_dev_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x72590331 arizona_lhpf2_mode +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x729a5ef3 arizona_mixer_values +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x7394d291 arizona_lhpf_coeff_put +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x74422f47 arizona_out_vd_ramp +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x792969fc arizona_of_get_audio_pdata +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 0x8e1577fa arizona_input_analog +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x96744994 arizona_output_anc_src +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x9fcfe2fa arizona_dai_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0xa3e6e32e arizona_jack_set_jack +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0xa46cc5af arizona_set_output_mode +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0xa92c16ca arizona_hp_ev +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0xab4d845c arizona_rate_text +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0xad59c6e5 arizona_set_fll +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0xb2aa0d5c arizona_in_hpf_cut_enum +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0xbc3338a8 arizona_init_gpio +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0xc1435f59 arizona_voice_trigger_switch +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0xc9c29637 arizona_mixer_tlv +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0xcb4830b3 arizona_in_ev +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0xcc3be6fe arizona_asrc_rate1 +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0xcf3a57cc arizona_anc_input_src +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0xcf4a7798 arizona_isrc_fsl +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0xd42e0885 arizona_lhpf3_mode +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0xd4dd7b5e arizona_jack_codec_dev_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0xd7009cf8 arizona_init_vol_limit +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0xdfe804b8 arizona_sample_rate_val +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0xe2acfd84 arizona_in_dmic_osr +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0xe72d44af arizona_init_common +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0xe80f2603 arizona_clk_ev +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0xef687bc8 arizona_simple_dai_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0xfe570be4 arizona_init_fll +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41 0x635f05a0 cs35l41_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41 0xa33aea1a cs35l41_pm_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41 0xc1b832fe cs35l41_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x01b16868 cs35l41_configure_cs_dsp +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x0fb7906c cs35l41_exit_hibernate +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x1ee63640 cs35l41_otp_unpack +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x24277b17 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 0x402867a1 cs35l41_regmap_spi +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x43433c6a cs35l41_write_fs_errata +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x4a8766d3 cs35l41_test_key_unlock +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x696c56ec cs35l41_set_channels +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x6a1cb05c cs35l41_global_enable +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x82785f55 cs35l41_init_boost +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0xc618ba2d cs35l41_set_cspl_mbox_cmd +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0xce03aaa9 cs35l41_register_errata_patch +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0xe92ff6ad cs35l41_gpio_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0xf615573b cs35l41_enter_hibernate +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0xf67d617e cs35l41_regmap_i2c +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs4271 0x235ac543 cs4271_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs4271 0xd412ca74 cs4271_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42l51 0x56549ed0 cs42l51_regmap +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42l51 0x8c4f876d cs42l51_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42l51 0xa70bdc36 cs42l51_resume +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42l51 0xb50c25cf cs42l51_suspend +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42l51 0xc274577a cs42l51_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0x7cac7292 cs42888_data +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0xc0bc6bd4 cs42xx8_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0xcb42dd77 cs42xx8_pm +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0xcd3794c9 cs42448_data +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0xdda9f564 cs42xx8_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-es8328 0x6b736059 es8328_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-es8328 0xd685811d es8328_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-hda-codec 0x006fe4b8 soc_hda_ext_bus_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-hda-codec 0xf140ff6b hda_codec_probe_complete +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-hda-codec 0xff10dc26 snd_soc_hda_codec_dai_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-hdac-hda 0xab970848 snd_soc_hdac_hda_get_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-hdac-hdmi 0xa10f048f hdac_hdmi_jack_port_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-hdac-hdmi 0xe4d7709f hdac_hdmi_jack_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-lpass-macro-common 0x633954c7 lpass_macro_pds_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-lpass-macro-common 0xeb911bc8 lpass_macro_pds_exit +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-max98090 0xe704ef24 max98090_mic_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-max98373 0x1385519b max98373_slot_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-max98373 0x21dfa12a max98373_reset +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-max98373 0x2e0a8eeb soc_codec_dev_max98373_sdw +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-max98373 0xbde75f85 soc_codec_dev_max98373 +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-mt6358 0x5abf0e26 mt6358_mtkaif_calibration_disable +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-mt6358 0x744f118a mt6358_set_mtkaif_protocol +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-mt6358 0x77df52f6 mt6358_set_mtkaif_calibration_phase +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-mt6358 0x902589f0 mt6358_mtkaif_calibration_enable +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-nau8821 0xe100fb69 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 0xc91d5053 nau8824_enable_jack_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-nau8825 0x1a7b248b nau8825_enable_jack_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm1789-codec 0x76b87daa pcm1789_common_exit +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm1789-codec 0xd7493f44 pcm1789_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm1789-codec 0xebabd766 pcm1789_common_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm179x-codec 0xd0f9936c pcm179x_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm179x-codec 0xe7cb438c pcm179x_common_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm186x 0xc71cb8cd pcm186x_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm186x 0xcd19181a pcm186x_regmap +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm3168a 0x165d1bff pcm3168a_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm3168a 0x654826a7 pcm3168a_regmap +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm3168a 0x9ba130b6 pcm3168a_pm_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm3168a 0xaa4c40d7 pcm3168a_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm512x 0x6ba97280 pcm512x_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm512x 0x75dd5066 pcm512x_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm512x 0xbcb9bd9a pcm512x_regmap +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm512x 0xdc6b8b4b pcm512x_pm_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rl6231 0x5dc92cdf rl6231_pll_calc +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rl6231 0x70617a04 rl6231_get_clk_info +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rl6231 0x8d7fa148 rl6231_get_pre_div +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rl6231 0xdba4502f rl6231_calc_dmic_clk +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rl6347a 0xa7aa810f rl6347a_hw_write +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rl6347a 0xade4bf4c rl6347a_hw_read +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5514-spi 0x61ff58e3 rt5514_spi_burst_read +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5514-spi 0xff87892f rt5514_spi_burst_write +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5640 0x1bdc7608 rt5640_set_ovcd_params +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5640 0x63359fb5 rt5640_enable_micbias1_for_ovcd +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5640 0x8a9a4437 rt5640_sel_asrc_clk_src +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5640 0x8b76e32f rt5640_dmic_enable +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5640 0xda918954 rt5640_disable_micbias1_for_ovcd +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5640 0xf1138c30 rt5640_detect_headset +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5645 0xa72db0fa rt5645_sel_asrc_clk_src +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5645 0xe677bfb2 rt5645_set_jack_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5659 0x9759f883 rt5659_set_jack_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5663 0xc122f964 rt5663_sel_asrc_clk_src +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5670 0x056bfee7 rt5670_sel_asrc_clk_src +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5670 0x2f5ee4db rt5670_components +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5670 0x6ff7359e rt5670_set_jack_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5670 0xac171953 rt5670_jack_suspend +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5670 0xdc4b7226 rt5670_jack_resume +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5677 0xa8f4bfed 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 0x18ec7dc7 rt5682_readable_register +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0x25521af3 rt5682_register_dai_clks +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0x4b9d2c57 rt5682_volatile_register +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0x50b8d992 rt5682_calibrate +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0x5538e516 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 0x67bd07be rt5682_soc_component_dev +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0x87d23fc7 rt5682_sel_asrc_clk_src +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0x90c6e935 rt5682_reset +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0xb897de56 rt5682_reg +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0xbe0f5e15 rt5682_aif1_dai_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0xcf356ffc rt5682_parse_dt +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0xdb976082 rt5682_apply_patch_list +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682s 0xb057a0c6 rt5682s_sel_asrc_clk_src +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-sigmadsp 0x1ec76614 sigmadsp_setup +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-sigmadsp 0x9737d2de devm_sigmadsp_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-sigmadsp 0x9b36b494 sigmadsp_restrict_params +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-sigmadsp 0xa11c2aa0 sigmadsp_attach +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-sigmadsp 0xc0bc331f sigmadsp_reset +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-sigmadsp-i2c 0xc229ceac devm_sigmadsp_init_i2c +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-sigmadsp-regmap 0x2c5bff66 devm_sigmadsp_init_regmap +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-src4xxx 0x16897253 src4xxx_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-src4xxx 0x8cdf133c src4xxx_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-ssm2602 0x551ad483 ssm2602_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-ssm2602 0x75be3bfd ssm2602_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tlv320aic32x4 0xac8ce2d4 aic32x4_register_clocks +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tlv320aic3x 0xcba15dc0 aic3x_regmap +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-ts3a227e 0xd476f5da 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 0x288f3c73 wcd938x_sdw_device_get +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wcd938x-sdw 0x49006a44 wcd938x_sdw_set_sdw_stream +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wcd938x-sdw 0x4968e352 wcd938x_swr_get_current_bank +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wcd938x-sdw 0x6df9c33f wcd938x_sdw_hw_params +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wcd938x-sdw 0xc2795d26 wcd938x_sdw_free +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x0ea8ef40 wm_adsp2_preloader_get +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x12a96a65 wm_adsp_fw_get +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x2298c793 wm_halo_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x23ec1f5c wm_adsp_compr_trigger +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x25d5b509 wm_adsp2_component_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x2e7da37e wm_adsp2_component_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x3a655c30 wm_adsp_write_ctl +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x475fa65c wm_adsp_compr_open +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x4def78b7 wm_adsp_compr_handle_irq +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x52c16479 wm_halo_wdt_expire +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x53fb99c2 wm_adsp_compr_pointer +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x59d76430 wm_adsp_early_event +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x5cca45c9 wm_adsp_read_ctl +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x6ea2d037 wm_adsp_fw_enum +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x705f9e0c wm_adsp_compr_set_params +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x73954dfc wm_adsp1_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x7e0481ae wm_adsp2_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x84fdd3c7 wm_adsp_compr_free +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x85733ee7 wm_adsp_compr_get_caps +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x92158427 wm_adsp2_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x98cbb0ed wm_adsp2_set_dspclk +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xb6c7f68d 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 0xdee7073a wm_adsp_compr_copy +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xe92ad389 wm_adsp_event +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xea38ee07 wm_halo_bus_error +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xeefa87a4 wm_adsp_fw_put +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xf2fb0281 wm_adsp2_preloader_put +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8731 0xe96c1756 wm8731_regmap +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8731 0xeed2ac97 wm8731_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8804 0x075d8b8c wm8804_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8804 0x3bba5670 wm8804_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8804 0x8975dbd9 wm8804_pm +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8804 0xb3a4a3eb wm8804_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8903 0xf9240dc8 wm8903_mic_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8962 0x8ec9f603 wm8962_mic_detect +EXPORT_SYMBOL_GPL sound/soc/fsl/snd-soc-fsl-asrc 0xe7424629 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 0x187d1615 asoc_simple_parse_pin_switches +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x1a2737f8 asoc_simple_set_dailink_name +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x239aa761 asoc_simple_be_hw_params_fixup +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x26170c0a asoc_simple_canonicalize_platform +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x26fce13a asoc_simple_parse_routing +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x344fb20b asoc_simple_parse_convert +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x40a9cfcc asoc_simple_hw_params +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x4d4ba49c asoc_simple_startup +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x77dd2d36 asoc_simple_init_priv +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x79181371 asoc_simple_dai_init +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x7a254728 asoc_simple_remove +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x9bc73426 asoc_graph_is_ports0 +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xa6fae3bf asoc_simple_parse_tdm_width_map +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xa9ffe6db asoc_simple_shutdown +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xadb8aec2 asoc_simple_parse_widgets +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xb12e4ccc asoc_simple_parse_card_name +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xc1a6b716 asoc_simple_parse_daifmt +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xce6a8bd4 asoc_simple_clean_reference +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xe1dfdbb8 asoc_simple_init_jack +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xedf8efab asoc_simple_parse_clk +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xf6270d4b asoc_simple_canonicalize_cpu +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xf68620e3 asoc_graph_card_probe +EXPORT_SYMBOL_GPL sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform 0xb4be78c0 sst_register_dsp +EXPORT_SYMBOL_GPL sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform 0xfc208f24 sst_unregister_dsp +EXPORT_SYMBOL_GPL sound/soc/intel/atom/sst/snd-intel-sst-core 0x2cd2431a intel_sst_pm +EXPORT_SYMBOL_GPL sound/soc/intel/atom/sst/snd-intel-sst-core 0x5636bd25 sst_alloc_drv_context +EXPORT_SYMBOL_GPL sound/soc/intel/atom/sst/snd-intel-sst-core 0x680a996d sst_context_init +EXPORT_SYMBOL_GPL sound/soc/intel/atom/sst/snd-intel-sst-core 0x709cd25f relocate_imr_addr_mrfld +EXPORT_SYMBOL_GPL sound/soc/intel/atom/sst/snd-intel-sst-core 0x7d7a3474 sst_context_cleanup +EXPORT_SYMBOL_GPL sound/soc/intel/atom/sst/snd-intel-sst-core 0x837cc77d sst_configure_runtime_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 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 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 0x3bf535b5 snd_soc_acpi_intel_hda_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 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 0x72673763 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 0x86c2e98f snd_soc_acpi_intel_cnl_machines +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-acpi-intel-match 0x9571f970 snd_soc_acpi_intel_icl_sdw_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 0xbda4748f snd_soc_acpi_intel_icl_machines +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-acpi-intel-match 0xc7f075d9 snd_soc_acpi_intel_kbl_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 0xe216f7d6 snd_soc_acpi_intel_cnl_sdw_machines +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-acpi-intel-match 0xebcaade4 snd_soc_acpi_intel_skl_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-sst-dsp 0x0cbf68b5 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 0x2f0193d2 sst_dsp_shim_update_bits +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-sst-dsp 0x3e6bff0d sst_dsp_shim_read_unlocked +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-sst-dsp 0x60171204 sst_dsp_shim_write_unlocked +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-sst-dsp 0x68297243 sst_dsp_shim_update_bits_forced_unlocked +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-sst-dsp 0x84eab236 sst_dsp_outbox_write +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-sst-dsp 0x87cdf7d2 sst_shim32_write64 +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-sst-dsp 0x98e2f45a sst_dsp_inbox_read +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-sst-dsp 0x9fda01d5 sst_dsp_mailbox_init +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-sst-dsp 0xb4cb1043 sst_dsp_inbox_write +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-sst-dsp 0xb710f8a8 sst_dsp_register_poll +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 0xe83805f3 sst_dsp_shim_update_bits_unlocked +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-sst-dsp 0xe843e6da sst_dsp_shim_update_bits_forced +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-sst-dsp 0xe9c6de99 sst_shim32_write +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-sst-dsp 0xe9f06b3f sst_dsp_shim_write +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-sst-dsp 0xf16d74ac sst_dsp_shim_read +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-sst-ipc 0x11d11cab sst_ipc_tx_message_nopm +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-sst-ipc 0x32965155 sst_ipc_tx_message_wait +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-sst-ipc 0x670ae7b5 sst_ipc_tx_msg_reply_complete +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-sst-ipc 0x6a1e74cb sst_ipc_reply_find_msg +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-sst-ipc 0x85c0e851 sst_ipc_init +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-sst-ipc 0xe68e1226 sst_ipc_fini +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-sst-ipc 0xff025977 sst_ipc_tx_message_nowait +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0x075d1328 skl_dsp_get_core +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0x1898f5d9 skl_ipc_set_pipeline_state +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0x1ca702af skl_dsp_set_dma_control +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0x25a26a44 bxt_sst_dsp_init +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0x29234100 skl_clear_module_cnt +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0x2b3aea43 skl_dsp_sleep +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0x32f27af3 skl_ipc_set_dx +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0x3cd6f397 is_skl_dsp_running +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0x40e78d21 skl_sst_init_fw +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0x45d83b71 cnl_dsp_free +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0x4667bc4f skl_ipc_create_pipeline +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0x4d791675 skl_sst_ipc_load_library +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0x4eb7e91f cnl_sst_init_fw +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0x4fbfb69d skl_ipc_restore_pipeline +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0x5db3b487 skl_ipc_delete_pipeline +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0x5df4b796 cnl_sst_dsp_init +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0x5f15231f bxt_sst_init_fw +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0x5f284dce skl_ipc_set_large_config +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0x636e98a9 skl_dsp_wake +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0x696cc02f skl_ipc_bind_unbind +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0x8b6893d0 skl_ipc_load_modules +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0x9605e8ec skl_ipc_init_instance +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0xa73317a7 skl_get_pvt_instance_id_map +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0xa9844fa9 skl_get_pvt_id +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0xae6f671e bxt_sst_dsp_cleanup +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0xb451efb2 skl_ipc_save_pipeline +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0xbe0dcb6d skl_ipc_get_large_config +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0xc4d68a11 cnl_sst_dsp_cleanup +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0xc52ed774 skl_ipc_set_d0ix +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0xc6ff162c skl_sst_dsp_cleanup +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0xd41368a5 skl_dsp_put_core +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0xe6b2ccb4 skl_put_pvt_id +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0xe86ee527 skl_sst_dsp_init +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0xe92ac44d skl_ipc_unload_modules +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0xf5d859ba skl_dsp_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-core 0x0034d6ef snd_soc_dapm_force_enable_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x00a68ddd snd_soc_component_compr_get_metadata +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x04dbb344 snd_soc_lookup_component_nolocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x05864e67 snd_soc_component_update_bits_async +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x0706c50a snd_soc_component_enable_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x070e536f devm_snd_soc_register_card +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x07ab2514 snd_soc_bytes_get +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x07c81bab snd_soc_bytes_info_ext +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x0d976203 snd_soc_dai_compr_shutdown +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x0dcc7d10 snd_soc_bytes_info +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x0df105c2 snd_soc_of_parse_audio_simple_widgets +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x0ff96862 dapm_mark_endpoints_dirty +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x102f5c7c snd_soc_dapm_free_widget +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x10301a8f snd_soc_component_force_enable_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x136cca55 snd_soc_dai_active +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1555fd29 snd_dmaengine_pcm_unregister +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x15994f22 snd_soc_component_compr_set_params +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x16f36da6 snd_soc_dapm_new_controls +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1803e75f snd_soc_set_ac97_ops_of_reset +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x19687903 snd_soc_dapm_get_volsw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x19e6b07f snd_soc_dai_set_tristate +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1c10d0e3 snd_soc_dapm_new_dai_widgets +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1e77ab47 snd_soc_dai_compr_get_metadata +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1f3c7d5d snd_soc_tplg_component_remove +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2038055c snd_soc_put_strobe +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x21bdd621 snd_soc_dapm_del_routes +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2288b2e7 snd_soc_link_compr_shutdown +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x22cf8823 snd_soc_dapm_update_dai +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x22fa499d snd_soc_bytes_put +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2342163e snd_soc_component_initialize +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2346de57 snd_soc_dapm_enable_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2525a696 snd_soc_dapm_ignore_suspend +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2541a979 snd_soc_calc_frame_size +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2a00e555 snd_soc_dai_set_sysclk +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2a4fdf1f snd_soc_dapm_put_volsw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2b86f324 dapm_clock_event +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2be5ab1b snd_soc_get_volsw_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2e1afd48 snd_soc_component_enable_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2f9da9bb snd_soc_set_ac97_ops +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x31a921bd snd_soc_of_parse_audio_routing +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x33b27a24 snd_soc_add_component_controls +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x34797187 snd_soc_component_read +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x35abd12d snd_soc_dapm_new_control +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x365d982f snd_soc_dapm_nc_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3ab2e6ee snd_soc_dapm_get_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3ac2488c snd_soc_dapm_info_pin_switch +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3b16898c snd_soc_dai_digital_mute +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3e459280 snd_soc_component_compr_pointer +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3e49c9d4 snd_soc_of_parse_card_name +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x41aadd3d snd_soc_of_put_dai_link_codecs +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x47334f67 snd_soc_dai_set_channel_map +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x489273d2 snd_soc_of_put_dai_link_cpus +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x493e3ab0 snd_soc_dpcm_runtime_update +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x49a15690 snd_soc_register_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4a758422 snd_soc_rtdcom_lookup +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4adfaedf snd_soc_unregister_dai +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4b78e39b snd_soc_component_disable_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4f644cf7 dapm_regulator_event +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4f8c4e72 snd_soc_dapm_force_bias_level +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4fa1782d snd_soc_tdm_params_to_bclk +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4fbc7d9e snd_soc_component_read_field +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x50c391f7 snd_soc_card_jack_new +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x50d9155f dapm_kcontrol_get_value +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5110ea82 snd_soc_find_dai +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x515645e4 snd_soc_jack_add_pins +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x51a126f8 snd_soc_get_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x51e89973 snd_soc_add_dai_controls +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x529c9a34 snd_soc_dapm_stream_stop +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5410d1c6 snd_soc_component_compr_get_params +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x54d4c0ea snd_soc_component_compr_get_caps +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x54f6e5b2 dpcm_be_dai_trigger +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x56a415be snd_soc_jack_add_gpiods +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x577186b2 snd_soc_of_parse_tdm_slot +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5a75b529 snd_soc_set_dmi_name +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6030bae8 snd_soc_jack_report +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x61c7a70f snd_soc_component_set_pll +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6445da3f snd_soc_daifmt_parse_clock_provider_raw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x65b1277b snd_soc_component_compr_ack +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x664d29d7 snd_soc_info_volsw_range +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x68b15dec snd_soc_put_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6a841516 snd_soc_add_pcm_runtime +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6aef253c snd_soc_dai_compr_trigger +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6b4c85b6 snd_soc_set_runtime_hwparams +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6be0aa1a snd_soc_dapm_get_pin_status +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6cdff0eb snd_soc_dai_set_clkdiv +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6e4a411c snd_soc_dai_link_set_capabilities +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x70db8781 snd_soc_dapm_enable_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7109b35f snd_soc_info_volsw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x71756216 snd_soc_dapm_new_widgets +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x71e05503 snd_soc_poweroff +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x723b9ef5 snd_soc_new_compress +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x73698965 snd_soc_dapm_weak_routes +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x74796b7c snd_soc_component_nc_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x749152b3 snd_soc_card_remove_dai_link +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x77b46be2 snd_soc_of_get_dai_link_cpus +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7815151c snd_soc_dpcm_get_substream +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x79e888b0 snd_soc_link_compr_startup +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7b684f43 snd_soc_dai_compr_set_metadata +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7b72278e snd_soc_jack_free_gpios +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7b9c5e4b snd_soc_add_card_controls +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7c095a1c dpcm_end_walk_at_be +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7d1512c5 snd_soc_dai_set_tdm_slot +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7d87cf19 snd_soc_resume +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7e0addeb snd_soc_unregister_card +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7e369841 snd_soc_daifmt_parse_format +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7e606130 snd_soc_calc_bclk +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x837c65b8 snd_soc_dpcm_fe_can_update +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x83b2a4bd snd_soc_component_async_complete +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x84d5c9e1 snd_soc_register_card +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x88508f2a snd_soc_bytes_tlv_callback +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8851697e snd_soc_component_compr_copy +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x88f7fa4a snd_soc_dapm_free +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8a3db934 snd_soc_close_delayed_work +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8b01f63f snd_soc_dapm_get_pin_switch +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8bece7cd snd_soc_of_get_dai_link_codecs +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8caeab6d snd_soc_pm_ops +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8dc98313 snd_soc_component_disable_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8f78ff30 snd_soc_dapm_put_pin_switch +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x901c0540 snd_soc_component_test_bits +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x921e3a6a snd_soc_get_volsw_range +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9350e5d9 snd_soc_tplg_widget_bind_event +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x956a43e6 snd_soc_component_nc_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x95c7a7fa snd_soc_component_compr_set_metadata +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x95f9b806 snd_soc_runtime_set_dai_fmt +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x969dc00a snd_soc_jack_get_type +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9750afbb snd_soc_component_update_bits +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x987c9217 snd_soc_dapm_nc_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x99b3a7fb snd_soc_dapm_mux_update_power +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9a565ac1 snd_soc_runtime_action +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9acaa2e9 snd_soc_dai_compr_get_params +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9ad06eee snd_soc_component_write +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9cd9517b snd_soc_component_exit_regmap +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9d2ad429 snd_soc_get_volsw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9d67582c snd_soc_of_get_slot_mask +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9d76a49b snd_soc_limit_volume +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9e279e00 snd_soc_component_get_pin_status +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa12059bd snd_soc_dapm_sync +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa1798b21 snd_soc_dai_compr_set_params +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa2603031 snd_soc_dapm_disable_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa5ea6ba0 snd_soc_dapm_sync_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa7cbff7b snd_soc_dpcm_can_be_free_stop +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xaa098276 snd_soc_dapm_put_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xab0e417e snd_soc_put_volsw_range +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xace95d04 snd_soc_of_parse_node_prefix +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xad0227ac snd_soc_dapm_add_routes +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xafccdf33 snd_soc_component_compr_free +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb0453eff snd_soc_unregister_component_by_driver +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb07d8cfb snd_soc_component_compr_trigger +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb1a8c637 snd_soc_info_xr_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb1dcec6f snd_soc_jack_add_gpios +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb494de7d snd_soc_put_volsw_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb559e0da snd_soc_dai_set_fmt +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb560e7b9 snd_soc_put_volsw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb675edd6 snd_soc_find_dai_with_mutex +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb749bf87 snd_soc_dai_set_pll +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb83a026e snd_soc_component_compr_get_codec_caps +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb93ea046 snd_soc_dai_compr_ack +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xba6f944d snd_soc_of_get_dai_name +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xbafd6b2a snd_soc_tplg_component_load +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xbb60f1c8 dapm_pinctrl_event +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xbeb53848 devm_snd_soc_register_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xbf521556 snd_soc_dapm_mixer_update_power +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xbf76d45d snd_soc_link_compr_set_params +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc11972e9 snd_soc_of_parse_pin_switches +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc2427efe snd_soc_dpcm_be_can_update +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc27887c5 snd_soc_debugfs_root +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc317a15e snd_soc_daifmt_clock_provider_flipped +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc3567540 snd_soc_component_write_field +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc47b05ab snd_dmaengine_pcm_prepare_slave_config +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc56bcebd snd_soc_card_jack_new_pins +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc5c0fc88 snd_soc_dapm_dai_get_connected_widgets +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc7448f0f snd_soc_register_dai +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc747312a snd_soc_jack_add_zones +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc8269f94 snd_soc_params_to_frame_size +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc84a6814 snd_soc_component_compr_open +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc9ed78df soc_ac97_ops +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xca95670a snd_soc_dapm_disable_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xccfefbbd snd_soc_component_set_jack +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xcd539598 snd_soc_dapm_dai_free_widgets +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd01fdc2b snd_soc_get_strobe +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd0a1ac06 snd_soc_dapm_force_enable_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd3faa448 snd_soc_of_parse_aux_devs +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd42d4214 snd_soc_new_ac97_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd579a74a snd_soc_dai_compr_startup +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd5df1a2a snd_soc_info_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd615ca9f snd_soc_dai_set_bclk_ratio +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd66e72c9 snd_soc_dapm_init +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd83354d5 snd_soc_component_force_enable_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd91f47de snd_soc_component_init_regmap +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xdb5cbc7b snd_soc_cnew +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xdc1d663e snd_dmaengine_pcm_register +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xde5b2ac2 snd_soc_unregister_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xde839c36 snd_soc_get_xr_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xdf0d1c39 snd_soc_card_add_dai_link +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe185224c snd_soc_dpcm_can_be_prepared +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe1bccdab snd_soc_jack_notifier_unregister +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe1f67e63 snd_soc_jack_notifier_register +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe35e6410 snd_soc_dpcm_can_be_params +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe401076c snd_soc_card_get_kcontrol +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe4b3e933 snd_soc_get_pcm_runtime +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe79804e2 snd_soc_free_ac97_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe80b1f6c devm_snd_soc_register_dai +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe95965d9 snd_soc_dai_action +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xeaf5e144 devm_snd_dmaengine_pcm_register +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xeb069035 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 0xed175f70 snd_soc_info_volsw_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xee68c10e snd_soc_dai_compr_pointer +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf0b43159 snd_soc_suspend +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf1497bdc snd_soc_dapm_kcontrol_widget +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf1c5f97f snd_soc_add_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf5c7d19e snd_soc_component_set_sysclk +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf6b5fe2b snd_soc_dai_get_channel_map +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf6c9afa6 snd_soc_put_xr_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf72073f5 snd_soc_remove_pcm_runtime +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf78aaca7 null_dailink_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf85026ae snd_soc_get_dai_id +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf9622dd1 snd_soc_daifmt_clock_provider_from_bitmap +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf9b4325d snd_soc_runtime_calc_hw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xfb69627a snd_soc_lookup_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xfd6ec162 snd_soc_get_dai_name +EXPORT_SYMBOL_GPL sound/soc/sof/snd-sof 0x0af95040 snd_sof_dbg_memory_info_init +EXPORT_SYMBOL_GPL sound/soc/sof/snd-sof 0x4cd794ad snd_sof_debugfs_add_region_item_iomem +EXPORT_SYMBOL_GPL sound/soc/sof/snd-sof 0x7ccfef3a snd_sof_free_debug +EXPORT_SYMBOL_GPL sound/soc/sof/snd-sof 0x9cf581cc snd_sof_debugfs_buf_item +EXPORT_SYMBOL_GPL sound/soc/sof/snd-sof 0xd27dd058 snd_sof_dbg_init +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x0853a3cf line6_pcm_release +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x0962b2dd line6_version_request_async +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x0e48230e line6_init_midi +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x0f23217d line6_resume +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x15b0a79e line6_send_raw_message +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x202a1b1b line6_midi_id +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x4312555c line6_send_raw_message_async +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x4323d074 line6_read_serial_number +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x4da40de9 line6_init_pcm +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x5da522be line6_suspend +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x84664250 line6_pcm_acquire +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0xa8ced312 line6_disconnect +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0xab83d5b9 line6_read_data +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0xb7418da2 line6_alloc_sysex_buffer +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0xbcc4fa1f line6_probe +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0xd6c25d98 line6_send_sysex_message +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0xfa9366ff line6_write_data +EXPORT_SYMBOL_GPL virt/lib/irqbypass 0x3fe35aea irq_bypass_unregister_consumer +EXPORT_SYMBOL_GPL virt/lib/irqbypass 0x418873cc irq_bypass_register_producer +EXPORT_SYMBOL_GPL virt/lib/irqbypass 0x888c5be5 irq_bypass_register_consumer +EXPORT_SYMBOL_GPL virt/lib/irqbypass 0xf6e772c3 irq_bypass_unregister_producer +EXPORT_SYMBOL_GPL vmlinux 0x0004e2e5 component_master_del +EXPORT_SYMBOL_GPL vmlinux 0x001b074f mce_is_correctable +EXPORT_SYMBOL_GPL vmlinux 0x0024439e rtc_read_time +EXPORT_SYMBOL_GPL vmlinux 0x0024471c task_cgroup_path +EXPORT_SYMBOL_GPL vmlinux 0x0034f3b6 xen_has_pv_nic_devices +EXPORT_SYMBOL_GPL vmlinux 0x004a0d5c clk_hw_get_flags +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 0x00659c6e _RNvXs1N_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_10tss_structNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x008539f0 klp_shadow_alloc +EXPORT_SYMBOL_GPL vmlinux 0x00891c07 rio_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0x009bd97e fpu_alloc_guest_fpstate +EXPORT_SYMBOL_GPL vmlinux 0x00c0cf28 msi_domain_get_virq +EXPORT_SYMBOL_GPL vmlinux 0x00ce15b5 acpi_unbind_one +EXPORT_SYMBOL_GPL vmlinux 0x00d4c500 usb_decode_interval +EXPORT_SYMBOL_GPL vmlinux 0x00df9837 ioasid_register_allocator +EXPORT_SYMBOL_GPL vmlinux 0x00f1f328 crypto_ahash_final +EXPORT_SYMBOL_GPL vmlinux 0x0103af41 ata_sas_port_stop +EXPORT_SYMBOL_GPL vmlinux 0x01054cff pinctrl_find_and_add_gpio_range +EXPORT_SYMBOL_GPL vmlinux 0x010db083 _RNvXs3v_NtNtCs9WMcp1Hn5Bv_4core9core_arch4simdNtB6_6i16x16NtNtBa_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x011a15d4 gnttab_dma_free_pages +EXPORT_SYMBOL_GPL vmlinux 0x012e730e apei_exec_noop +EXPORT_SYMBOL_GPL vmlinux 0x0146b45e __SCK__tp_func_rpm_resume +EXPORT_SYMBOL_GPL vmlinux 0x0156b605 tpm_get_random +EXPORT_SYMBOL_GPL vmlinux 0x015c55ab dev_attr_em_message +EXPORT_SYMBOL_GPL vmlinux 0x015cc087 sdev_evt_send_simple +EXPORT_SYMBOL_GPL vmlinux 0x016472e7 _RNvXsF_NtNtCs9WMcp1Hn5Bv_4core3str7patternNtB5_12CharSearcherNtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x016aa1ee _RNvXsa_NtCs9WMcp1Hn5Bv_4core7convertNtB5_10InfallibleNtNtB7_5clone5Clone5clone +EXPORT_SYMBOL_GPL vmlinux 0x017385d4 regmap_check_range_table +EXPORT_SYMBOL_GPL vmlinux 0x0182dd44 _RNvXsV_NtNtCs9WMcp1Hn5Bv_4core3fmt3nummNtB7_5Octal3fmt +EXPORT_SYMBOL_GPL vmlinux 0x01848a8e local_apic_timer_c2_ok +EXPORT_SYMBOL_GPL vmlinux 0x01866a57 ezx_pcap_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x018cad35 ata_sff_wait_after_reset +EXPORT_SYMBOL_GPL vmlinux 0x0194b9d4 _RNvXs6_NtCs9WMcp1Hn5Bv_4core4charNtB5_11EscapeDebugNtNtNtNtB7_4iter6traits8iterator8Iterator9size_hint +EXPORT_SYMBOL_GPL vmlinux 0x01976cb7 hwspin_lock_free +EXPORT_SYMBOL_GPL vmlinux 0x01a0cb78 property_entries_free +EXPORT_SYMBOL_GPL vmlinux 0x01b8ad58 clk_gate_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0x01c12c32 cpu_bit_bitmap +EXPORT_SYMBOL_GPL vmlinux 0x01c6edab usb_get_dev +EXPORT_SYMBOL_GPL vmlinux 0x01d65697 dev_pm_qos_hide_flags +EXPORT_SYMBOL_GPL vmlinux 0x01e1a8de kgdb_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0x01e2dae0 _RNvMNtCs9WMcp1Hn5Bv_4core3f32f8classify +EXPORT_SYMBOL_GPL vmlinux 0x01ea5564 _RNvXs5_NtCsiTPnVqBGVaY_6kernel5errorNtB5_5ErrorINtNtCs9WMcp1Hn5Bv_4core7convert4FromNtBM_10InfallibleE4from +EXPORT_SYMBOL_GPL vmlinux 0x01ee5532 smp_call_function_any +EXPORT_SYMBOL_GPL vmlinux 0x01ee75db ip6_dst_lookup_tunnel +EXPORT_SYMBOL_GPL vmlinux 0x01efbbdd __tracepoint_block_rq_remap +EXPORT_SYMBOL_GPL vmlinux 0x01f35bf4 syscon_regmap_lookup_by_phandle_args +EXPORT_SYMBOL_GPL vmlinux 0x01f84680 spi_setup +EXPORT_SYMBOL_GPL vmlinux 0x0207a6c6 reset_control_bulk_acquire +EXPORT_SYMBOL_GPL vmlinux 0x020fafcb iommu_domain_alloc +EXPORT_SYMBOL_GPL vmlinux 0x0218125f ehci_hub_control +EXPORT_SYMBOL_GPL vmlinux 0x02292fa4 _RNvMNtNtCs9WMcp1Hn5Bv_4core3str5lossyNtB2_9Utf8Lossy10from_bytes +EXPORT_SYMBOL_GPL vmlinux 0x022a96cc cpci_hp_unregister_bus +EXPORT_SYMBOL_GPL vmlinux 0x022e5b75 _RNvXsq_NtCs796HB7yPNRt_8bindings12bindings_rawNtB5_10static_keyNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x0238eb6d sysfs_create_file_ns +EXPORT_SYMBOL_GPL vmlinux 0x02394899 play_idle_precise +EXPORT_SYMBOL_GPL vmlinux 0x0244628e _RNvNvXs1_NtNtCs9WMcp1Hn5Bv_4core5slice5indexINtNtNtBb_3ops5range5RangejEINtB7_10SliceIndexSpE17get_unchecked_mut8comptime +EXPORT_SYMBOL_GPL vmlinux 0x02495b8f gnttab_alloc_grant_reference_seq +EXPORT_SYMBOL_GPL vmlinux 0x024d13dd request_free_mem_region +EXPORT_SYMBOL_GPL vmlinux 0x024d75a5 devm_pm_runtime_enable +EXPORT_SYMBOL_GPL vmlinux 0x025d3198 rio_local_get_device_id +EXPORT_SYMBOL_GPL vmlinux 0x0273d472 spi_mem_dirmap_write +EXPORT_SYMBOL_GPL vmlinux 0x027ca8c2 acpi_dev_get_dma_resources +EXPORT_SYMBOL_GPL vmlinux 0x02912881 rio_unmap_outb_region +EXPORT_SYMBOL_GPL vmlinux 0x02a44ac0 events_hybrid_sysfs_show +EXPORT_SYMBOL_GPL vmlinux 0x02a69cf8 __blk_req_zone_write_unlock +EXPORT_SYMBOL_GPL vmlinux 0x02ad9201 to_software_node +EXPORT_SYMBOL_GPL vmlinux 0x02af9c6a __traceiter_block_rq_remap +EXPORT_SYMBOL_GPL vmlinux 0x02b554e9 ata_sff_dma_pause +EXPORT_SYMBOL_GPL vmlinux 0x02b8a4c5 ata_sff_port_ops +EXPORT_SYMBOL_GPL vmlinux 0x02bab11f vcap_rule_mod_action_u32 +EXPORT_SYMBOL_GPL vmlinux 0x02c5c501 power_supply_find_ocv2cap_table +EXPORT_SYMBOL_GPL vmlinux 0x02c83ba6 trace_define_field +EXPORT_SYMBOL_GPL vmlinux 0x02e20fa5 sysfs_remove_files +EXPORT_SYMBOL_GPL vmlinux 0x02fccbeb acpi_device_update_power +EXPORT_SYMBOL_GPL vmlinux 0x030cbca2 ata_id_xfermask +EXPORT_SYMBOL_GPL vmlinux 0x0312b3b0 reset_controller_add_lookup +EXPORT_SYMBOL_GPL vmlinux 0x03376674 devm_release_action +EXPORT_SYMBOL_GPL vmlinux 0x033832c7 usb_amd_hang_symptom_quirk +EXPORT_SYMBOL_GPL vmlinux 0x033a1993 finish_rcuwait +EXPORT_SYMBOL_GPL vmlinux 0x033f1644 adp5520_clr_bits +EXPORT_SYMBOL_GPL vmlinux 0x0343bdf1 __i2c_board_list +EXPORT_SYMBOL_GPL vmlinux 0x034d5e03 __pm_runtime_suspend +EXPORT_SYMBOL_GPL vmlinux 0x03503f59 rio_pw_enable +EXPORT_SYMBOL_GPL vmlinux 0x0358fcf5 usb_enable_autosuspend +EXPORT_SYMBOL_GPL vmlinux 0x036662cc register_virtio_device +EXPORT_SYMBOL_GPL vmlinux 0x036c06ff acomp_request_alloc +EXPORT_SYMBOL_GPL vmlinux 0x036de383 perf_event_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0x0373766a sbitmap_queue_clear +EXPORT_SYMBOL_GPL vmlinux 0x03822bdd spi_unregister_controller +EXPORT_SYMBOL_GPL vmlinux 0x0385ec99 _RNvXs3D_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_16lru_gen_mm_stateNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x038f508e bio_blkcg_css +EXPORT_SYMBOL_GPL vmlinux 0x03925442 _RNvXs1z_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_18avx_512_hi16_stateNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x03952887 ktime_add_safe +EXPORT_SYMBOL_GPL vmlinux 0x039dc407 _RNvNtCs9WMcp1Hn5Bv_4core6option13expect_failed +EXPORT_SYMBOL_GPL vmlinux 0x03a70550 blk_mq_sched_mark_restart_hctx +EXPORT_SYMBOL_GPL vmlinux 0x03bc5953 gpiochip_relres_irq +EXPORT_SYMBOL_GPL vmlinux 0x03c12dfe cancel_work_sync +EXPORT_SYMBOL_GPL vmlinux 0x03c1c035 acrn_remove_intr_handler +EXPORT_SYMBOL_GPL vmlinux 0x03c4b117 __traceiter_br_fdb_external_learn_add +EXPORT_SYMBOL_GPL vmlinux 0x03ce7234 sched_smt_present +EXPORT_SYMBOL_GPL vmlinux 0x03d81329 fwnode_find_reference +EXPORT_SYMBOL_GPL vmlinux 0x03da8979 xenbus_unmap_ring_vfree +EXPORT_SYMBOL_GPL vmlinux 0x03dfe8f1 __netif_set_xps_queue +EXPORT_SYMBOL_GPL vmlinux 0x03f76e51 fat_remove_entries +EXPORT_SYMBOL_GPL vmlinux 0x0402cbbf preempt_notifier_inc +EXPORT_SYMBOL_GPL vmlinux 0x040ddbc9 __traceiter_napi_poll +EXPORT_SYMBOL_GPL vmlinux 0x04104820 ata_pci_sff_init_host +EXPORT_SYMBOL_GPL vmlinux 0x041b01b5 ip6_sk_redirect +EXPORT_SYMBOL_GPL vmlinux 0x04248b96 _RNvXs28_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_20tlbflush_unmap_batchNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x0426cb38 dev_attr_sw_activity +EXPORT_SYMBOL_GPL vmlinux 0x04370806 l3mdev_update_flow +EXPORT_SYMBOL_GPL vmlinux 0x04559aea ksm_madvise +EXPORT_SYMBOL_GPL vmlinux 0x0459a122 usb_store_new_id +EXPORT_SYMBOL_GPL vmlinux 0x0465a073 regmap_reg_in_ranges +EXPORT_SYMBOL_GPL vmlinux 0x046c3221 regmap_field_bulk_free +EXPORT_SYMBOL_GPL vmlinux 0x04802117 crypto_find_alg +EXPORT_SYMBOL_GPL vmlinux 0x048b5f8d twl4030_audio_get_mclk +EXPORT_SYMBOL_GPL vmlinux 0x0495dead __cpuhp_state_add_instance +EXPORT_SYMBOL_GPL vmlinux 0x049cbdbd security_kernel_read_file +EXPORT_SYMBOL_GPL vmlinux 0x049e5156 gnttab_try_end_foreign_access +EXPORT_SYMBOL_GPL vmlinux 0x04a35eca _RNvXs1O_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_9irq_stackNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x04a5542b _RNvXs2K_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_13rcu_segcblistNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x04aab781 fscrypt_get_symlink +EXPORT_SYMBOL_GPL vmlinux 0x04b61200 scsi_mode_select +EXPORT_SYMBOL_GPL vmlinux 0x04bf0092 io_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0x04c41c60 devlink_flash_update_status_notify +EXPORT_SYMBOL_GPL vmlinux 0x04c4f603 mpi_get_buffer +EXPORT_SYMBOL_GPL vmlinux 0x04c6f70c pcie_flr +EXPORT_SYMBOL_GPL vmlinux 0x04c8aebf console_verbose +EXPORT_SYMBOL_GPL vmlinux 0x04d12679 _RNvXs3u_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_14vm_area_structNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x04daf468 sysfs_add_link_to_group +EXPORT_SYMBOL_GPL vmlinux 0x04df8fbc lzo1x_decompress_safe +EXPORT_SYMBOL_GPL vmlinux 0x05040edc _RNvXs6_NtNtCs9WMcp1Hn5Bv_4core3str5lossyNtB5_14Utf8LossyChunkNtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x051085e3 lock_system_sleep +EXPORT_SYMBOL_GPL vmlinux 0x051a0bc1 stack_depot_fetch +EXPORT_SYMBOL_GPL vmlinux 0x051cc4fa vfs_cancel_lock +EXPORT_SYMBOL_GPL vmlinux 0x051d379b led_trigger_register +EXPORT_SYMBOL_GPL vmlinux 0x052b4013 register_vmcore_cb +EXPORT_SYMBOL_GPL vmlinux 0x052c9aed ktime_get_real_fast_ns +EXPORT_SYMBOL_GPL vmlinux 0x053f8d3f _RNvXs37_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_46page__bindgen_ty_1__bindgen_ty_2__bindgen_ty_1NtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x054e550b kernel_halt +EXPORT_SYMBOL_GPL vmlinux 0x0557bedb pwm_lpss_bxt_info +EXPORT_SYMBOL_GPL vmlinux 0x055e139e nvdimm_bus_check_dimm_count +EXPORT_SYMBOL_GPL vmlinux 0x0564c135 cpu_device_create +EXPORT_SYMBOL_GPL vmlinux 0x056cc4e8 tty_wakeup +EXPORT_SYMBOL_GPL vmlinux 0x056fde3e gnttab_page_cache_shrink +EXPORT_SYMBOL_GPL vmlinux 0x058659d3 _RNvXs2G_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_8rcu_workNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x05883efb __traceiter_suspend_resume +EXPORT_SYMBOL_GPL vmlinux 0x058f9366 apei_exec_collect_resources +EXPORT_SYMBOL_GPL vmlinux 0x05a36048 devl_resource_occ_get_unregister +EXPORT_SYMBOL_GPL vmlinux 0x05b797a0 _RNvMNtCs9WMcp1Hn5Bv_4core3stre12escape_debug +EXPORT_SYMBOL_GPL vmlinux 0x05b99460 _RNvXs11_NtNtCs9WMcp1Hn5Bv_4core3fmt3numxNtB8_8UpperHex3fmt +EXPORT_SYMBOL_GPL vmlinux 0x05e4551d _RNvXs29_NtNtCs9WMcp1Hn5Bv_4core9core_arch4simdNtB6_5i32x4NtNtBa_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x05e52937 _RNvMsi_NtCs9WMcp1Hn5Bv_4core4charNtB5_15CaseMappingIter3new +EXPORT_SYMBOL_GPL vmlinux 0x05e7227a clone_private_mount +EXPORT_SYMBOL_GPL vmlinux 0x05e725c1 devm_pwmchip_add +EXPORT_SYMBOL_GPL vmlinux 0x05e97482 inet_ctl_sock_create +EXPORT_SYMBOL_GPL vmlinux 0x05f6c8d1 crypto_inst_setname +EXPORT_SYMBOL_GPL vmlinux 0x05feb9e5 _RNvXs3d_NtNtCs9WMcp1Hn5Bv_4core9core_arch4simdNtB6_5u32x8NtNtBa_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x061336ae blocking_notifier_chain_register_unique_prio +EXPORT_SYMBOL_GPL vmlinux 0x061ebbf3 percpu_free_rwsem +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 0x06386cf0 pci_msix_free_irq +EXPORT_SYMBOL_GPL vmlinux 0x06448cf0 sdio_claim_irq +EXPORT_SYMBOL_GPL vmlinux 0x064db9a5 mark_mounts_for_expiry +EXPORT_SYMBOL_GPL vmlinux 0x065bacff __ip6_datagram_connect +EXPORT_SYMBOL_GPL vmlinux 0x066821cc _RNvXs3_NtNtCs9WMcp1Hn5Bv_4core9core_simd7swizzleNtB5_5WhichNtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x067b1289 _RNvXs4_NtNtCs9WMcp1Hn5Bv_4core4char7convertNtB5_14ParseCharErrorNtNtB9_3fmt7Display3fmt +EXPORT_SYMBOL_GPL vmlinux 0x06a97350 crypto_stats_skcipher_encrypt +EXPORT_SYMBOL_GPL vmlinux 0x06a9ffa3 devm_regulator_irq_helper +EXPORT_SYMBOL_GPL vmlinux 0x06aa215a synth_event_trace_end +EXPORT_SYMBOL_GPL vmlinux 0x06cca30b ring_buffer_record_off +EXPORT_SYMBOL_GPL vmlinux 0x06e05576 _RNvXs0_NtCsiTPnVqBGVaY_6kernel3strNtB5_4CStrNtNtCs9WMcp1Hn5Bv_4core3fmt7Display3fmt +EXPORT_SYMBOL_GPL vmlinux 0x06e43807 _RNvXs1G_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_9fpu_guestNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x06e8a265 fib_alias_hw_flags_set +EXPORT_SYMBOL_GPL vmlinux 0x06ee1dad _RNvNvMNtCs9WMcp1Hn5Bv_4core5sliceSp23as_chunks_unchecked_mut8comptime +EXPORT_SYMBOL_GPL vmlinux 0x06ee68c6 gpiochip_irq_domain_deactivate +EXPORT_SYMBOL_GPL vmlinux 0x06ef00de _RNvXsa_NtNtCs9WMcp1Hn5Bv_4core3fmt3numoNtB5_10DisplayInt6to_u16 +EXPORT_SYMBOL_GPL vmlinux 0x06f5e981 phy_gbit_all_ports_features +EXPORT_SYMBOL_GPL vmlinux 0x0707a89d phy_led_triggers_register +EXPORT_SYMBOL_GPL vmlinux 0x071403ce debugfs_print_regs32 +EXPORT_SYMBOL_GPL vmlinux 0x0721b272 anon_transport_class_register +EXPORT_SYMBOL_GPL vmlinux 0x07242d92 put_dax +EXPORT_SYMBOL_GPL vmlinux 0x0732edc7 devm_kasprintf_strarray +EXPORT_SYMBOL_GPL vmlinux 0x07393ffd nvdimm_flush +EXPORT_SYMBOL_GPL vmlinux 0x0745bbbe blk_mq_flush_busy_ctxs +EXPORT_SYMBOL_GPL vmlinux 0x07483e13 cn_del_callback +EXPORT_SYMBOL_GPL vmlinux 0x074f98db synth_event_add_field +EXPORT_SYMBOL_GPL vmlinux 0x0756a31c register_platform_power_off +EXPORT_SYMBOL_GPL vmlinux 0x0758bccd pci_set_host_bridge_release +EXPORT_SYMBOL_GPL vmlinux 0x0760d20c power_supply_get_property +EXPORT_SYMBOL_GPL vmlinux 0x07630ee0 rt_mutex_trylock +EXPORT_SYMBOL_GPL vmlinux 0x076356e7 sfp_may_have_phy +EXPORT_SYMBOL_GPL vmlinux 0x07722e2f switchdev_handle_port_obj_del_foreign +EXPORT_SYMBOL_GPL vmlinux 0x077ed359 pm_runtime_get_if_active +EXPORT_SYMBOL_GPL vmlinux 0x07842461 disk_alloc_independent_access_ranges +EXPORT_SYMBOL_GPL vmlinux 0x07871a87 pci_epc_add_epf +EXPORT_SYMBOL_GPL vmlinux 0x0792a3bf _RNvNvXs0_NtNtCs9WMcp1Hn5Bv_4core5slice5indexjINtB7_10SliceIndexSpE13get_unchecked8comptime +EXPORT_SYMBOL_GPL vmlinux 0x079519e2 attribute_container_classdev_to_container +EXPORT_SYMBOL_GPL vmlinux 0x07997fb5 __tracepoint_sched_util_est_se_tp +EXPORT_SYMBOL_GPL vmlinux 0x07b21f85 kdb_get_kbd_char +EXPORT_SYMBOL_GPL vmlinux 0x07b22799 __mmc_poll_for_busy +EXPORT_SYMBOL_GPL vmlinux 0x07b52e38 rtnl_unregister +EXPORT_SYMBOL_GPL vmlinux 0x07b64d81 hyperv_stop_tsc_emulation +EXPORT_SYMBOL_GPL vmlinux 0x07b84da0 devm_kstrdup_const +EXPORT_SYMBOL_GPL vmlinux 0x07be6905 net_inc_egress_queue +EXPORT_SYMBOL_GPL vmlinux 0x07c97022 genphy_c45_baset1_read_status +EXPORT_SYMBOL_GPL vmlinux 0x07d18184 iommu_report_device_fault +EXPORT_SYMBOL_GPL vmlinux 0x07ea1aca usb_reset_configuration +EXPORT_SYMBOL_GPL vmlinux 0x07edc059 usb_alloc_coherent +EXPORT_SYMBOL_GPL vmlinux 0x07f92885 irq_alloc_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0x07f96daf netlink_add_tap +EXPORT_SYMBOL_GPL vmlinux 0x080e205a __percpu_init_rwsem +EXPORT_SYMBOL_GPL vmlinux 0x08135613 dax_write_cache +EXPORT_SYMBOL_GPL vmlinux 0x081c445b driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0x08390cbd iommu_device_sysfs_add +EXPORT_SYMBOL_GPL vmlinux 0x08475f96 _RNvXs0_NtCs9WMcp1Hn5Bv_4core3anyDNtB5_3AnyNtNtB7_6marker4SendEL_NtNtB7_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x0865891c _RNvXs4g_NtNtCs9WMcp1Hn5Bv_4core3num7nonzeroNtB6_10NonZeroU32NtNtNtBa_3str6traits7FromStr8from_str +EXPORT_SYMBOL_GPL vmlinux 0x0866437d usb_get_from_anchor +EXPORT_SYMBOL_GPL vmlinux 0x086643cf ata_sas_tport_add +EXPORT_SYMBOL_GPL vmlinux 0x0873624d crypto_stats_init +EXPORT_SYMBOL_GPL vmlinux 0x087f5dc5 wm831x_of_match +EXPORT_SYMBOL_GPL vmlinux 0x08935034 ptdump_walk_pgd_level_debugfs +EXPORT_SYMBOL_GPL vmlinux 0x08a0fc3e _RNvXs3N_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_10mhp_paramsNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x08a123eb wm831x_bulk_read +EXPORT_SYMBOL_GPL vmlinux 0x08a32d46 clk_divider_ops +EXPORT_SYMBOL_GPL vmlinux 0x08bd8580 acpi_dev_remove_driver_gpios +EXPORT_SYMBOL_GPL vmlinux 0x08c61932 devl_region_create +EXPORT_SYMBOL_GPL vmlinux 0x08c78cf7 offline_and_remove_memory +EXPORT_SYMBOL_GPL vmlinux 0x08c869ae _RNvXs3b_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_46page__bindgen_ty_1__bindgen_ty_6__bindgen_ty_1NtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x08c8e70f usb_hcd_poll_rh_status +EXPORT_SYMBOL_GPL vmlinux 0x08cf5bd3 dev_pm_disable_wake_irq +EXPORT_SYMBOL_GPL vmlinux 0x08d91cfc cpuidle_register +EXPORT_SYMBOL_GPL vmlinux 0x08eeaf14 bdev_nr_zones +EXPORT_SYMBOL_GPL vmlinux 0x08fc7756 wbc_account_cgroup_owner +EXPORT_SYMBOL_GPL vmlinux 0x0907d14d blocking_notifier_chain_register +EXPORT_SYMBOL_GPL vmlinux 0x09088c41 da9052_disable_irq_nosync +EXPORT_SYMBOL_GPL vmlinux 0x0911305d crypto_alloc_rng +EXPORT_SYMBOL_GPL vmlinux 0x0916180d sk_msg_recvmsg +EXPORT_SYMBOL_GPL vmlinux 0x091cff76 devm_rtc_nvmem_register +EXPORT_SYMBOL_GPL vmlinux 0x091eb9b4 round_jiffies +EXPORT_SYMBOL_GPL vmlinux 0x09237f20 fib_table_lookup +EXPORT_SYMBOL_GPL vmlinux 0x0925493f clear_page_orig +EXPORT_SYMBOL_GPL vmlinux 0x092aace3 devm_clk_bulk_get_optional +EXPORT_SYMBOL_GPL vmlinux 0x092c5d66 noop_direct_IO +EXPORT_SYMBOL_GPL vmlinux 0x09337cd0 __wake_up_locked_key +EXPORT_SYMBOL_GPL vmlinux 0x093786cf synth_event_add_field_str +EXPORT_SYMBOL_GPL vmlinux 0x093edf05 sata_pmp_error_handler +EXPORT_SYMBOL_GPL vmlinux 0x0947837d _RNvMs7_NtCs9WMcp1Hn5Bv_4core3numy14from_str_radix +EXPORT_SYMBOL_GPL vmlinux 0x0952a3cb crypto_enqueue_request +EXPORT_SYMBOL_GPL vmlinux 0x096a7e6f x86_spec_ctrl_base +EXPORT_SYMBOL_GPL vmlinux 0x0976822d sfp_get_module_eeprom_by_page +EXPORT_SYMBOL_GPL vmlinux 0x0979c476 netdev_is_rx_handler_busy +EXPORT_SYMBOL_GPL vmlinux 0x09853309 pci_epc_get_msi +EXPORT_SYMBOL_GPL vmlinux 0x0987abf7 _RNvXso_NtCs9WMcp1Hn5Bv_4core3numjNtNtNtB7_3str6traits7FromStr8from_str +EXPORT_SYMBOL_GPL vmlinux 0x099c2638 ata_std_sched_eh +EXPORT_SYMBOL_GPL vmlinux 0x09a6d152 rio_get_comptag +EXPORT_SYMBOL_GPL vmlinux 0x09a95d9e fib4_rule_default +EXPORT_SYMBOL_GPL vmlinux 0x09af023c usb_kill_urb +EXPORT_SYMBOL_GPL vmlinux 0x09b53e14 interval_tree_remove +EXPORT_SYMBOL_GPL vmlinux 0x09c70217 bpf_trace_run10 +EXPORT_SYMBOL_GPL vmlinux 0x09f29466 blk_execute_rq_nowait +EXPORT_SYMBOL_GPL vmlinux 0x09f60243 _copy_from_iter_flushcache +EXPORT_SYMBOL_GPL vmlinux 0x0a030d15 posix_acl_access_xattr_handler +EXPORT_SYMBOL_GPL vmlinux 0x0a18bd1c pwm_request +EXPORT_SYMBOL_GPL vmlinux 0x0a3a5f04 cpufreq_enable_fast_switch +EXPORT_SYMBOL_GPL vmlinux 0x0a3f218f _RNvMNtNtCs9WMcp1Hn5Bv_4core3num3fmtNtB2_4Part3len +EXPORT_SYMBOL_GPL vmlinux 0x0a47553f tdx_kvm_hypercall +EXPORT_SYMBOL_GPL vmlinux 0x0a4aa2d6 _RNvXs3f_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_18page__bindgen_ty_2NtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x0a4ec451 vp_legacy_probe +EXPORT_SYMBOL_GPL vmlinux 0x0a502c98 dmar_platform_optin +EXPORT_SYMBOL_GPL vmlinux 0x0a52c511 hv_query_ext_cap +EXPORT_SYMBOL_GPL vmlinux 0x0a538cbf _RNvXsD_NtNtCs9WMcp1Hn5Bv_4core9core_arch3x86NtB5_8___m128bhNtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x0a5e2330 irq_chip_release_resources_parent +EXPORT_SYMBOL_GPL vmlinux 0x0a643db4 iommu_detach_device +EXPORT_SYMBOL_GPL vmlinux 0x0a804e9a component_unbind_all +EXPORT_SYMBOL_GPL vmlinux 0x0a8162a8 raw_v4_hashinfo +EXPORT_SYMBOL_GPL vmlinux 0x0a86e9c7 tcp_twsk_unique +EXPORT_SYMBOL_GPL vmlinux 0x0a8d46ae _RNvXs3_NtNtCs9WMcp1Hn5Bv_4core3num5errorNtB5_13ParseIntErrorNtNtB9_3fmt7Display3fmt +EXPORT_SYMBOL_GPL vmlinux 0x0a91f6f6 class_unregister +EXPORT_SYMBOL_GPL vmlinux 0x0aa1cd82 sock_diag_register +EXPORT_SYMBOL_GPL vmlinux 0x0aa56f05 _RNvXs7_NtNtCs9WMcp1Hn5Bv_4core4sync6atomicNtB5_10AtomicBoolNtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x0aac6c66 crypto_alg_mod_lookup +EXPORT_SYMBOL_GPL vmlinux 0x0ab55623 find_ge_pid +EXPORT_SYMBOL_GPL vmlinux 0x0ab63303 usb_control_msg_recv +EXPORT_SYMBOL_GPL vmlinux 0x0ab63c91 devm_fwnode_pwm_get +EXPORT_SYMBOL_GPL vmlinux 0x0abdc439 cc_platform_has +EXPORT_SYMBOL_GPL vmlinux 0x0ad137d3 lpit_read_residency_count_address +EXPORT_SYMBOL_GPL vmlinux 0x0ad55d8b irq_gc_mask_clr_bit +EXPORT_SYMBOL_GPL vmlinux 0x0adb59d2 fat_attach +EXPORT_SYMBOL_GPL vmlinux 0x0ae0e767 dma_map_sgtable +EXPORT_SYMBOL_GPL vmlinux 0x0aea6d12 subsys_interface_unregister +EXPORT_SYMBOL_GPL vmlinux 0x0aecf131 dev_pm_qos_expose_flags +EXPORT_SYMBOL_GPL vmlinux 0x0b0124c1 sata_link_resume +EXPORT_SYMBOL_GPL vmlinux 0x0b07abe2 unshare_fs_struct +EXPORT_SYMBOL_GPL vmlinux 0x0b17cbb4 __tracepoint_neigh_update +EXPORT_SYMBOL_GPL vmlinux 0x0b195d35 _RNvXs5_NtNtCs9WMcp1Hn5Bv_4core3fmt3numiNtB5_10DisplayInt4zero +EXPORT_SYMBOL_GPL vmlinux 0x0b1bb9f9 synchronize_rcu_tasks +EXPORT_SYMBOL_GPL vmlinux 0x0b2db2d5 remove_resource +EXPORT_SYMBOL_GPL vmlinux 0x0b2e0635 bd_prepare_to_claim +EXPORT_SYMBOL_GPL vmlinux 0x0b52e502 apei_resources_add +EXPORT_SYMBOL_GPL vmlinux 0x0b53801f power_supply_put_battery_info +EXPORT_SYMBOL_GPL vmlinux 0x0b55285c blkcg_policy_unregister +EXPORT_SYMBOL_GPL vmlinux 0x0b563b4d skb_consume_udp +EXPORT_SYMBOL_GPL vmlinux 0x0b6408a2 pin_get_name +EXPORT_SYMBOL_GPL vmlinux 0x0b6734b9 bus_find_device +EXPORT_SYMBOL_GPL vmlinux 0x0b69e104 pse_ethtool_get_status +EXPORT_SYMBOL_GPL vmlinux 0x0b6ffcb7 devlink_dpipe_entry_ctx_prepare +EXPORT_SYMBOL_GPL vmlinux 0x0b714909 securityfs_create_dir +EXPORT_SYMBOL_GPL vmlinux 0x0b769a62 devres_for_each_res +EXPORT_SYMBOL_GPL vmlinux 0x0b79d07f fat_search_long +EXPORT_SYMBOL_GPL vmlinux 0x0b81d79f _RNvXs3i_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_47folio__bindgen_ty_1__bindgen_ty_1__bindgen_ty_1NtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x0b828d18 pinctrl_register +EXPORT_SYMBOL_GPL vmlinux 0x0b8c8a23 static_key_fast_inc_not_disabled +EXPORT_SYMBOL_GPL vmlinux 0x0b8ddfbf tcf_dev_queue_xmit +EXPORT_SYMBOL_GPL vmlinux 0x0b94565f tun_get_tx_ring +EXPORT_SYMBOL_GPL vmlinux 0x0ba023c5 _RNvXs2_NtCs9WMcp1Hn5Bv_4core4timeNtB5_8DurationNtNtNtB7_3ops5arith9SubAssign10sub_assign +EXPORT_SYMBOL_GPL vmlinux 0x0ba7eb85 _RNvNtNtCs9WMcp1Hn5Bv_4core3str5count23char_count_general_case +EXPORT_SYMBOL_GPL vmlinux 0x0bb79eab pci_iomap_wc_range +EXPORT_SYMBOL_GPL vmlinux 0x0bb8beb1 __scsi_init_queue +EXPORT_SYMBOL_GPL vmlinux 0x0bbcf825 pci_epf_create +EXPORT_SYMBOL_GPL vmlinux 0x0bbdc9b2 remove_memory +EXPORT_SYMBOL_GPL vmlinux 0x0bbeaeba uv_bios_enum_ports +EXPORT_SYMBOL_GPL vmlinux 0x0bdd25ff efivars_kobject +EXPORT_SYMBOL_GPL vmlinux 0x0bed3968 devm_hwmon_sanitize_name +EXPORT_SYMBOL_GPL vmlinux 0x0bed78eb _RNvXs_NtNtCs9WMcp1Hn5Bv_4core5alloc6layoutNtB4_11LayoutErrorNtNtB8_3fmt7Display3fmt +EXPORT_SYMBOL_GPL vmlinux 0x0bf055f5 led_sysfs_enable +EXPORT_SYMBOL_GPL vmlinux 0x0c0aa3d1 pci_num_vf +EXPORT_SYMBOL_GPL vmlinux 0x0c104bcc devm_regulator_get +EXPORT_SYMBOL_GPL vmlinux 0x0c197964 xen_pci_frontend +EXPORT_SYMBOL_GPL vmlinux 0x0c1ce3e5 sock_map_unhash +EXPORT_SYMBOL_GPL vmlinux 0x0c20570d _RNvMNtCs9WMcp1Hn5Bv_4core3f64d16partial_classify +EXPORT_SYMBOL_GPL vmlinux 0x0c24b669 max8997_bulk_read +EXPORT_SYMBOL_GPL vmlinux 0x0c2c5802 work_busy +EXPORT_SYMBOL_GPL vmlinux 0x0c32ff8a edac_pci_alloc_index +EXPORT_SYMBOL_GPL vmlinux 0x0c3bd1f5 class_remove_file_ns +EXPORT_SYMBOL_GPL vmlinux 0x0c524ae2 _RNvXs34_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_46page__bindgen_ty_1__bindgen_ty_1__bindgen_ty_1NtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x0c558696 usb_deregister +EXPORT_SYMBOL_GPL vmlinux 0x0c58107f _RNvXs_NtCs9WMcp1Hn5Bv_4core4timeNtB4_8DurationNtNtNtB6_3ops5arith3Add3add +EXPORT_SYMBOL_GPL vmlinux 0x0c7836d7 _RNvXs3p_NtNtCs9WMcp1Hn5Bv_4core9core_arch4simdNtB6_5i8x32NtNtBa_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x0c805ea3 pkcs7_parse_message +EXPORT_SYMBOL_GPL vmlinux 0x0c805f93 clflush_cache_range +EXPORT_SYMBOL_GPL vmlinux 0x0c88c1c3 pci_vpd_find_id_string +EXPORT_SYMBOL_GPL vmlinux 0x0c92f09c _RNvNtNtCs9WMcp1Hn5Bv_4core5slice5index27slice_end_index_len_fail_rt +EXPORT_SYMBOL_GPL vmlinux 0x0c93143b kiocb_modified +EXPORT_SYMBOL_GPL vmlinux 0x0ca8d480 noop_backing_dev_info +EXPORT_SYMBOL_GPL vmlinux 0x0ca93255 crypto_alloc_aead +EXPORT_SYMBOL_GPL vmlinux 0x0caff6d9 dm_audit_log_bio +EXPORT_SYMBOL_GPL vmlinux 0x0cb22b5a vp_modern_set_status +EXPORT_SYMBOL_GPL vmlinux 0x0cb9f115 _RNvXs23_NtNtCs9WMcp1Hn5Bv_4core9core_arch4simdNtB6_5i16x8NtNtBa_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x0cbac084 _RNvXs7_NtNtCs9WMcp1Hn5Bv_4core3fmt3numtNtB5_10DisplayInt6to_u16 +EXPORT_SYMBOL_GPL vmlinux 0x0cbe3ee2 software_node_unregister +EXPORT_SYMBOL_GPL vmlinux 0x0cc5ef53 irq_domain_remove_sim +EXPORT_SYMBOL_GPL vmlinux 0x0cc9d36c iommu_group_claim_dma_owner +EXPORT_SYMBOL_GPL vmlinux 0x0cd4fd1c disk_update_readahead +EXPORT_SYMBOL_GPL vmlinux 0x0cdc3fac ptp_parse_header +EXPORT_SYMBOL_GPL vmlinux 0x0cde89c7 iommu_present +EXPORT_SYMBOL_GPL vmlinux 0x0cf61c29 devm_ioremap_uc +EXPORT_SYMBOL_GPL vmlinux 0x0cfd82cb nd_region_dev +EXPORT_SYMBOL_GPL vmlinux 0x0cfe59cb hyperv_fill_flush_guest_mapping_list +EXPORT_SYMBOL_GPL vmlinux 0x0d0643fb simple_attr_release +EXPORT_SYMBOL_GPL vmlinux 0x0d09285a clk_gate_ops +EXPORT_SYMBOL_GPL vmlinux 0x0d155329 irq_domain_associate_many +EXPORT_SYMBOL_GPL vmlinux 0x0d188a97 rio_route_get_entry +EXPORT_SYMBOL_GPL vmlinux 0x0d27331f acpi_subsys_suspend +EXPORT_SYMBOL_GPL vmlinux 0x0d31376a ata_sas_port_suspend +EXPORT_SYMBOL_GPL vmlinux 0x0d387360 _RNvXs1B_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_11xregs_stateNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x0d3fb7d4 phy_interface_num_ports +EXPORT_SYMBOL_GPL vmlinux 0x0d459213 work_on_cpu_safe +EXPORT_SYMBOL_GPL vmlinux 0x0d466a63 _RNvXs3_NtNtCs9WMcp1Hn5Bv_4core3fmt3numxNtB5_10DisplayInt6to_u16 +EXPORT_SYMBOL_GPL vmlinux 0x0d4961de nf_log_buf_open +EXPORT_SYMBOL_GPL vmlinux 0x0d4d1a42 extcon_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x0d4e3f8c iopf_queue_alloc +EXPORT_SYMBOL_GPL vmlinux 0x0d51e084 __xenmem_reservation_va_mapping_update +EXPORT_SYMBOL_GPL vmlinux 0x0d573d99 pci_epf_alloc_space +EXPORT_SYMBOL_GPL vmlinux 0x0d5cecc6 ima_measure_critical_data +EXPORT_SYMBOL_GPL vmlinux 0x0d5dc877 component_release_of +EXPORT_SYMBOL_GPL vmlinux 0x0d5f3a17 spi_mem_driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0x0d619c08 _RNvMNtNtCs9WMcp1Hn5Bv_4core3num5errorNtB2_15TryFromIntError13___description +EXPORT_SYMBOL_GPL vmlinux 0x0d6a49d4 tcp_memory_per_cpu_fw_alloc +EXPORT_SYMBOL_GPL vmlinux 0x0d8983ae cpu_subsys +EXPORT_SYMBOL_GPL vmlinux 0x0d8de3e1 _RNvXss_NtNtCs9WMcp1Hn5Bv_4core3fmt3numiNtB7_6Binary3fmt +EXPORT_SYMBOL_GPL vmlinux 0x0d9569df pci_epc_get_features +EXPORT_SYMBOL_GPL vmlinux 0x0d9d975c umd_cleanup_helper +EXPORT_SYMBOL_GPL vmlinux 0x0da5ce10 sched_set_fifo +EXPORT_SYMBOL_GPL vmlinux 0x0db0f08e iommu_map_atomic +EXPORT_SYMBOL_GPL vmlinux 0x0dbd9e93 _RNvNvMsZ_NtNtCs9WMcp1Hn5Bv_4core3num7nonzeroNtB7_10NonZeroI6413new_unchecked8comptime +EXPORT_SYMBOL_GPL vmlinux 0x0dc3b61b _RNvXs3E_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_15lru_gen_mm_walkNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x0dd674a4 _RNvXsE_NtNtCs9WMcp1Hn5Bv_4core3fmt3numhNtB7_6Binary3fmt +EXPORT_SYMBOL_GPL vmlinux 0x0ddadea2 __SCT__tp_func_pelt_thermal_tp +EXPORT_SYMBOL_GPL vmlinux 0x0ddb1cd7 llist_reverse_order +EXPORT_SYMBOL_GPL vmlinux 0x0de3df11 scsi_host_complete_all_commands +EXPORT_SYMBOL_GPL vmlinux 0x0dece3dc devm_kmemdup +EXPORT_SYMBOL_GPL vmlinux 0x0df43d22 skb_complete_tx_timestamp +EXPORT_SYMBOL_GPL vmlinux 0x0dfd5171 usb_hcd_map_urb_for_dma +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 0x0e1699f4 pci_msix_alloc_irq_at +EXPORT_SYMBOL_GPL vmlinux 0x0e1fc8ef __SCT__tp_func_non_standard_event +EXPORT_SYMBOL_GPL vmlinux 0x0e2b82d0 crypto_stats_get +EXPORT_SYMBOL_GPL vmlinux 0x0e45c69a usb_sg_wait +EXPORT_SYMBOL_GPL vmlinux 0x0e5c0627 _RNvNtNtNtCs9WMcp1Hn5Bv_4core7unicode12unicode_data9lowercase6lookup +EXPORT_SYMBOL_GPL vmlinux 0x0e5cc9d7 xdp_unreg_mem_model +EXPORT_SYMBOL_GPL vmlinux 0x0e6b79af static_key_disable_cpuslocked +EXPORT_SYMBOL_GPL vmlinux 0x0e76ade6 ncsi_start_dev +EXPORT_SYMBOL_GPL vmlinux 0x0e7eba1d dst_cache_get_ip6 +EXPORT_SYMBOL_GPL vmlinux 0x0e8b694a __of_reset_control_get +EXPORT_SYMBOL_GPL vmlinux 0x0e95e75e regmap_get_raw_read_max +EXPORT_SYMBOL_GPL vmlinux 0x0e9c463b dev_attr_ncq_prio_enable +EXPORT_SYMBOL_GPL vmlinux 0x0e9f6505 regmap_field_update_bits_base +EXPORT_SYMBOL_GPL vmlinux 0x0ea5cbce xen_irq_lateeoi +EXPORT_SYMBOL_GPL vmlinux 0x0eaff1b2 device_match_name +EXPORT_SYMBOL_GPL vmlinux 0x0ebb03a4 devlink_trap_groups_unregister +EXPORT_SYMBOL_GPL vmlinux 0x0ec096b0 hv_read_reference_counter +EXPORT_SYMBOL_GPL vmlinux 0x0ecb4eec ethnl_cable_test_fault_length +EXPORT_SYMBOL_GPL vmlinux 0x0ecf7179 rio_unlock_device +EXPORT_SYMBOL_GPL vmlinux 0x0ecfea88 btf_type_by_id +EXPORT_SYMBOL_GPL vmlinux 0x0eddb8ac iomap_truncate_page +EXPORT_SYMBOL_GPL vmlinux 0x0eeae3e8 key_type_encrypted +EXPORT_SYMBOL_GPL vmlinux 0x0efe593e iommu_dev_disable_feature +EXPORT_SYMBOL_GPL vmlinux 0x0f0b21fe pm_trace_rtc_abused +EXPORT_SYMBOL_GPL vmlinux 0x0f180070 ring_buffer_free_read_page +EXPORT_SYMBOL_GPL vmlinux 0x0f207236 __devm_regmap_init_mmio_clk +EXPORT_SYMBOL_GPL vmlinux 0x0f219692 dm_start_time_ns_from_clone +EXPORT_SYMBOL_GPL vmlinux 0x0f2262d9 tty_ldisc_receive_buf +EXPORT_SYMBOL_GPL vmlinux 0x0f28e361 vp_legacy_set_features +EXPORT_SYMBOL_GPL vmlinux 0x0f2d7d87 mce_unregister_decode_chain +EXPORT_SYMBOL_GPL vmlinux 0x0f340d23 security_kernel_post_read_file +EXPORT_SYMBOL_GPL vmlinux 0x0f3932bd sysfs_merge_group +EXPORT_SYMBOL_GPL vmlinux 0x0f3be8bc ohci_setup +EXPORT_SYMBOL_GPL vmlinux 0x0f45d230 regmap_get_val_bytes +EXPORT_SYMBOL_GPL vmlinux 0x0f4b637a __tracepoint_pelt_rt_tp +EXPORT_SYMBOL_GPL vmlinux 0x0f522fdf _RNvXs3C_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_14lru_gen_structNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x0f552131 edac_mc_handle_error +EXPORT_SYMBOL_GPL vmlinux 0x0f55ef28 nf_ipv6_ops +EXPORT_SYMBOL_GPL vmlinux 0x0f701432 crypto_get_default_null_skcipher +EXPORT_SYMBOL_GPL vmlinux 0x0f72ada1 acpi_dev_resource_io +EXPORT_SYMBOL_GPL vmlinux 0x0f767fd7 sk_msg_memcopy_from_iter +EXPORT_SYMBOL_GPL vmlinux 0x0f770d27 regulator_bulk_free +EXPORT_SYMBOL_GPL vmlinux 0x0f7ca236 dmi_memdev_name +EXPORT_SYMBOL_GPL vmlinux 0x0f87b8a4 trace_get_event_file +EXPORT_SYMBOL_GPL vmlinux 0x0f917303 regmap_read +EXPORT_SYMBOL_GPL vmlinux 0x0f9fc04e uv_get_archtype +EXPORT_SYMBOL_GPL vmlinux 0x0fa60641 _RNvXsH_NtCs796HB7yPNRt_8bindings12bindings_rawNtB5_55restart_block__bindgen_ty_1__bindgen_ty_2__bindgen_ty_1NtNtCs9WMcp1Hn5Bv_4core7default7Default7default +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 0x0fc7c434 lwtunnel_state_alloc +EXPORT_SYMBOL_GPL vmlinux 0x0fcc1969 copy_from_user_nmi +EXPORT_SYMBOL_GPL vmlinux 0x0fd4610e kmem_dump_obj +EXPORT_SYMBOL_GPL vmlinux 0x0ff8be9b irq_domain_translate_onecell +EXPORT_SYMBOL_GPL vmlinux 0x10091b7b sbitmap_add_wait_queue +EXPORT_SYMBOL_GPL vmlinux 0x1010b1cf usb_free_coherent +EXPORT_SYMBOL_GPL vmlinux 0x10138352 tracing_on +EXPORT_SYMBOL_GPL vmlinux 0x102f972a icc_set_tag +EXPORT_SYMBOL_GPL vmlinux 0x103020a2 crypto_register_instance +EXPORT_SYMBOL_GPL vmlinux 0x1036d11a devm_of_phy_get +EXPORT_SYMBOL_GPL vmlinux 0x1038b96f adxl_get_component_names +EXPORT_SYMBOL_GPL vmlinux 0x103f3cd5 ata_host_init +EXPORT_SYMBOL_GPL vmlinux 0x1044c40b device_match_of_node +EXPORT_SYMBOL_GPL vmlinux 0x105abf40 devm_clk_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0x10622782 wb_writeout_inc +EXPORT_SYMBOL_GPL vmlinux 0x107e685e ata_ncq_sdev_groups +EXPORT_SYMBOL_GPL vmlinux 0x10833cd3 devfreq_event_reset_event +EXPORT_SYMBOL_GPL vmlinux 0x1086019d blkcg_deactivate_policy +EXPORT_SYMBOL_GPL vmlinux 0x108a0acd bstr_printf +EXPORT_SYMBOL_GPL vmlinux 0x108d1a7a handle_level_irq +EXPORT_SYMBOL_GPL vmlinux 0x108e54aa dma_vmap_noncontiguous +EXPORT_SYMBOL_GPL vmlinux 0x1091b251 __fscrypt_prepare_readdir +EXPORT_SYMBOL_GPL vmlinux 0x10a0d411 devm_spi_register_controller +EXPORT_SYMBOL_GPL vmlinux 0x10ab5fc4 sk_msg_return +EXPORT_SYMBOL_GPL vmlinux 0x10b3e69d ip6_local_out +EXPORT_SYMBOL_GPL vmlinux 0x10b89330 crypto_has_shash +EXPORT_SYMBOL_GPL vmlinux 0x10bea8c3 page_endio +EXPORT_SYMBOL_GPL vmlinux 0x10c867b4 crypto_shoot_alg +EXPORT_SYMBOL_GPL vmlinux 0x10c9b80a _RNvXse_NtCs9WMcp1Hn5Bv_4core4cellNtB5_11BorrowErrorNtNtB7_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x10d9f317 stack_depot_init +EXPORT_SYMBOL_GPL vmlinux 0x10ddd0cb __SCT__perf_lopwr_cb +EXPORT_SYMBOL_GPL vmlinux 0x10e0412a dev_forward_skb +EXPORT_SYMBOL_GPL vmlinux 0x10ecc52c usb_amd_quirk_pll_enable +EXPORT_SYMBOL_GPL vmlinux 0x110106c1 cper_severity_to_aer +EXPORT_SYMBOL_GPL vmlinux 0x110cd223 pwm_capture +EXPORT_SYMBOL_GPL vmlinux 0x111771e2 sata_sff_hardreset +EXPORT_SYMBOL_GPL vmlinux 0x111ec6ca tpm_pcr_extend +EXPORT_SYMBOL_GPL vmlinux 0x115b30a9 icc_nodes_remove +EXPORT_SYMBOL_GPL vmlinux 0x115cea01 _RNvXs35_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_46page__bindgen_ty_1__bindgen_ty_1__bindgen_ty_2NtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x116180b5 hv_current_partition_id +EXPORT_SYMBOL_GPL vmlinux 0x116403ed __SCK__tp_func_neigh_event_send_done +EXPORT_SYMBOL_GPL vmlinux 0x116dc4ca irq_chip_set_type_parent +EXPORT_SYMBOL_GPL vmlinux 0x116eb8a2 devm_watchdog_register_device +EXPORT_SYMBOL_GPL vmlinux 0x1173eb1b tcp_enter_memory_pressure +EXPORT_SYMBOL_GPL vmlinux 0x117639db _RNvNtNtCs9WMcp1Hn5Bv_4core5slice5index27slice_end_index_len_fail_ct +EXPORT_SYMBOL_GPL vmlinux 0x11b2015c _RNvXs25_NtNtCs9WMcp1Hn5Bv_4core3str4iterNtB6_13EscapeUnicodeNtNtBa_3fmt7Display3fmt +EXPORT_SYMBOL_GPL vmlinux 0x11b7c731 uart_console_write +EXPORT_SYMBOL_GPL vmlinux 0x11bca902 sdio_disable_func +EXPORT_SYMBOL_GPL vmlinux 0x11c1806d blk_mq_freeze_queue_wait +EXPORT_SYMBOL_GPL vmlinux 0x11c4c78f _RNvXsA_NtCs9WMcp1Hn5Bv_4core3fmtNtB5_5ErrorNtB5_5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x11dbf6c9 ata_sff_error_handler +EXPORT_SYMBOL_GPL vmlinux 0x11dd32e9 regulator_set_current_limit +EXPORT_SYMBOL_GPL vmlinux 0x11dd4273 wbt_enable_default +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 0x11e78aa2 ata_std_error_handler +EXPORT_SYMBOL_GPL vmlinux 0x11fc1d74 device_get_child_node_count +EXPORT_SYMBOL_GPL vmlinux 0x12047ab5 __tracepoint_tcp_send_reset +EXPORT_SYMBOL_GPL vmlinux 0x12056e53 mas_store_gfp +EXPORT_SYMBOL_GPL vmlinux 0x120ba71c gpiochip_line_is_persistent +EXPORT_SYMBOL_GPL vmlinux 0x120c2b32 crypto_alloc_tfm_node +EXPORT_SYMBOL_GPL vmlinux 0x12189359 __SCT__tp_func_block_unplug +EXPORT_SYMBOL_GPL vmlinux 0x121d958a unregister_die_notifier +EXPORT_SYMBOL_GPL vmlinux 0x122b8971 governor_sysfs_ops +EXPORT_SYMBOL_GPL vmlinux 0x1234e483 get_cpu_iowait_time_us +EXPORT_SYMBOL_GPL vmlinux 0x1234ffa1 cper_estatus_check_header +EXPORT_SYMBOL_GPL vmlinux 0x1252bf0a ip_build_and_send_pkt +EXPORT_SYMBOL_GPL vmlinux 0x12571ab5 lwtunnel_encap_del_ops +EXPORT_SYMBOL_GPL vmlinux 0x125e29ed _RNvXsp_NtNtCs9WMcp1Hn5Bv_4core4sync6atomicNtB5_8AtomicU8NtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x12612427 regulator_force_disable +EXPORT_SYMBOL_GPL vmlinux 0x1269c275 _RNvXsP_NtNtCs9WMcp1Hn5Bv_4core3fmt3numtNtB7_8UpperHex3fmt +EXPORT_SYMBOL_GPL vmlinux 0x126cb6e4 tpm_chip_bootstrap +EXPORT_SYMBOL_GPL vmlinux 0x1273bce3 virtqueue_add_outbuf +EXPORT_SYMBOL_GPL vmlinux 0x127c109b __SCT__tp_func_suspend_resume +EXPORT_SYMBOL_GPL vmlinux 0x12835609 __nf_ip6_route +EXPORT_SYMBOL_GPL vmlinux 0x128a7397 clkdev_hw_create +EXPORT_SYMBOL_GPL vmlinux 0x1293a8cc debugfs_remove +EXPORT_SYMBOL_GPL vmlinux 0x12949e8b disk_uevent +EXPORT_SYMBOL_GPL vmlinux 0x129b927f devm_gpiod_unhinge +EXPORT_SYMBOL_GPL vmlinux 0x12a5da3e gpiod_export +EXPORT_SYMBOL_GPL vmlinux 0x12ada1c8 __traceiter_sched_overutilized_tp +EXPORT_SYMBOL_GPL vmlinux 0x12b48f05 _RNvXs_NtNtCs9WMcp1Hn5Bv_4core3fmt7nofloatdNtB6_5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x12ccea23 trace_event_buffer_reserve +EXPORT_SYMBOL_GPL vmlinux 0x12db3a8b kvm_clock +EXPORT_SYMBOL_GPL vmlinux 0x12e285ec is_uv_system +EXPORT_SYMBOL_GPL vmlinux 0x12e47bf2 pci_epf_type_add_cfs +EXPORT_SYMBOL_GPL vmlinux 0x12e81025 regmap_field_alloc +EXPORT_SYMBOL_GPL vmlinux 0x12ee1173 memory_group_unregister +EXPORT_SYMBOL_GPL vmlinux 0x12f01aa4 folio_invalidate +EXPORT_SYMBOL_GPL vmlinux 0x12faa379 regulator_set_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x13090724 add_vmfork_randomness +EXPORT_SYMBOL_GPL vmlinux 0x130a1d0f devlink_params_register +EXPORT_SYMBOL_GPL vmlinux 0x131a5ed7 regmap_del_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0x131db64a system_long_wq +EXPORT_SYMBOL_GPL vmlinux 0x13239975 pci_dev_trylock +EXPORT_SYMBOL_GPL vmlinux 0x1325362c gpiochip_enable_irq +EXPORT_SYMBOL_GPL vmlinux 0x13270951 vfs_submount +EXPORT_SYMBOL_GPL vmlinux 0x1330c330 regulator_desc_list_voltage_linear_range +EXPORT_SYMBOL_GPL vmlinux 0x133969d7 __trace_printk +EXPORT_SYMBOL_GPL vmlinux 0x1340790a acpi_register_gsi +EXPORT_SYMBOL_GPL vmlinux 0x1356303d _RNvXsL_NtNtCs9WMcp1Hn5Bv_4core3fmt3numsNtB7_8UpperHex3fmt +EXPORT_SYMBOL_GPL vmlinux 0x135af5e3 sysfs_remove_link_from_group +EXPORT_SYMBOL_GPL vmlinux 0x136209db power_supply_reg_notifier +EXPORT_SYMBOL_GPL vmlinux 0x1364507e i2c_adapter_type +EXPORT_SYMBOL_GPL vmlinux 0x13684142 _RNvXs0_NtNtCs9WMcp1Hn5Bv_4core5panic10panic_infoNtB5_9PanicInfoNtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x1369650a _RNvXs8_NtNtCs9WMcp1Hn5Bv_4core4task4wakeNtB5_5WakerNtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x1377293b _RNvXsf_NtCs9WMcp1Hn5Bv_4core4cellNtB5_11BorrowErrorNtNtB7_3fmt7Display3fmt +EXPORT_SYMBOL_GPL vmlinux 0x1379b5f9 fsstack_copy_attr_all +EXPORT_SYMBOL_GPL vmlinux 0x1384193e nd_tbl +EXPORT_SYMBOL_GPL vmlinux 0x138ae95b l3mdev_link_scope_lookup +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 0x13955327 _RNvXs18_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_25__fpstate_32__bindgen_ty_1NtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x13ac1622 unregister_virtio_device +EXPORT_SYMBOL_GPL vmlinux 0x13ad017c fpu_swap_kvm_fpstate +EXPORT_SYMBOL_GPL vmlinux 0x13b1710a bus_for_each_drv +EXPORT_SYMBOL_GPL vmlinux 0x13ba8344 devm_nvdimm_memremap +EXPORT_SYMBOL_GPL vmlinux 0x13c17615 device_property_read_u8_array +EXPORT_SYMBOL_GPL vmlinux 0x13cd16f5 device_property_read_string_array +EXPORT_SYMBOL_GPL vmlinux 0x13ce87e8 asn1_ber_decoder +EXPORT_SYMBOL_GPL vmlinux 0x13ed8784 sdev_evt_alloc +EXPORT_SYMBOL_GPL vmlinux 0x13fab921 cpuidle_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0x1403ad09 cpufreq_add_update_util_hook +EXPORT_SYMBOL_GPL vmlinux 0x140acdf4 serial8250_do_set_divisor +EXPORT_SYMBOL_GPL vmlinux 0x1413d255 usb_find_interface +EXPORT_SYMBOL_GPL vmlinux 0x141cc869 _RNvMs_NtNtCs9WMcp1Hn5Bv_4core4task4wakeNtB4_14RawWakerVTable3new +EXPORT_SYMBOL_GPL vmlinux 0x141f38bf ktime_get_raw_fast_ns +EXPORT_SYMBOL_GPL vmlinux 0x1435379e device_store_int +EXPORT_SYMBOL_GPL vmlinux 0x14460bdf fuse_conn_put +EXPORT_SYMBOL_GPL vmlinux 0x1452e0b1 _RNvXsa_NtNtCs9WMcp1Hn5Bv_4core3fmt3numoNtB5_10DisplayInt4zero +EXPORT_SYMBOL_GPL vmlinux 0x145671f1 __SCK__tp_func_br_fdb_add +EXPORT_SYMBOL_GPL vmlinux 0x14617306 usb_hub_release_port +EXPORT_SYMBOL_GPL vmlinux 0x1463b23f sdio_get_host_pm_caps +EXPORT_SYMBOL_GPL vmlinux 0x146626a0 mas_find_rev +EXPORT_SYMBOL_GPL vmlinux 0x146cc88f bpf_master_redirect_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0x1475d603 xstate_get_guest_group_perm +EXPORT_SYMBOL_GPL vmlinux 0x14775384 bpf_verifier_log_write +EXPORT_SYMBOL_GPL vmlinux 0x149bb4bc ata_qc_complete_multiple +EXPORT_SYMBOL_GPL vmlinux 0x14b226c0 clk_register_divider_table +EXPORT_SYMBOL_GPL vmlinux 0x14b254cb vfs_removexattr +EXPORT_SYMBOL_GPL vmlinux 0x14b28372 _RNvXs1A_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_10xtile_dataNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x14c3cc82 __SCK__tp_func_extlog_mem_event +EXPORT_SYMBOL_GPL vmlinux 0x14cb646b md_bitmap_load +EXPORT_SYMBOL_GPL vmlinux 0x14cd56b5 usb_put_intf +EXPORT_SYMBOL_GPL vmlinux 0x14e7722c clk_hw_set_rate_range +EXPORT_SYMBOL_GPL vmlinux 0x14ec4fdb evtchn_put +EXPORT_SYMBOL_GPL vmlinux 0x14f45671 rdev_get_id +EXPORT_SYMBOL_GPL vmlinux 0x14fa963f _RNvNtNtCs9WMcp1Hn5Bv_4core5slice5index29slice_end_index_overflow_fail +EXPORT_SYMBOL_GPL vmlinux 0x14fb7856 is_software_node +EXPORT_SYMBOL_GPL vmlinux 0x15021b4a xa_delete_node +EXPORT_SYMBOL_GPL vmlinux 0x150f7b7d fib_rules_dump +EXPORT_SYMBOL_GPL vmlinux 0x1510c78f i2c_client_get_device_id +EXPORT_SYMBOL_GPL vmlinux 0x1512efe3 _RNvNtNtCs9WMcp1Hn5Bv_4core5slice5index10into_range +EXPORT_SYMBOL_GPL vmlinux 0x151b1ddd scsi_register_device_handler +EXPORT_SYMBOL_GPL vmlinux 0x1539e555 wm8350_block_write +EXPORT_SYMBOL_GPL vmlinux 0x153b60a6 klist_del +EXPORT_SYMBOL_GPL vmlinux 0x153cd2df usb_get_descriptor +EXPORT_SYMBOL_GPL vmlinux 0x15510a89 devlink_fmsg_binary_put +EXPORT_SYMBOL_GPL vmlinux 0x155e2994 _RNvMs1_NtCs9WMcp1Hn5Bv_4core3fmtNtB5_10ArgumentV110from_usize +EXPORT_SYMBOL_GPL vmlinux 0x155e8d51 _RNvXsO_NtNtCs9WMcp1Hn5Bv_4core3fmt3numtNtB7_8LowerHex3fmt +EXPORT_SYMBOL_GPL vmlinux 0x156e8afe __SCT__tp_func_fib6_table_lookup +EXPORT_SYMBOL_GPL vmlinux 0x15747101 gpiochip_generic_config +EXPORT_SYMBOL_GPL vmlinux 0x15759e33 _RNvNvNtNtNtCs9WMcp1Hn5Bv_4core9core_arch3x868avx512bw19__mm512_bslli_epi1284mask +EXPORT_SYMBOL_GPL vmlinux 0x158024cb _RNvXs3a_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_32page__bindgen_ty_1__bindgen_ty_5NtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x15835a53 agp_add_bridge +EXPORT_SYMBOL_GPL vmlinux 0x15886f48 hte_disable_ts +EXPORT_SYMBOL_GPL vmlinux 0x15961bc4 __auxiliary_driver_register +EXPORT_SYMBOL_GPL vmlinux 0x1596b24b blk_req_needs_zone_write_lock +EXPORT_SYMBOL_GPL vmlinux 0x159d5a81 devlink_resource_occ_get_register +EXPORT_SYMBOL_GPL vmlinux 0x15ade1cc filter_irq_stacks +EXPORT_SYMBOL_GPL vmlinux 0x15b783db wakeup_source_add +EXPORT_SYMBOL_GPL vmlinux 0x15bd7435 psi_memstall_leave +EXPORT_SYMBOL_GPL vmlinux 0x15c219b5 n_tty_inherit_ops +EXPORT_SYMBOL_GPL vmlinux 0x15c32c08 set_primary_fwnode +EXPORT_SYMBOL_GPL vmlinux 0x15dbf2f7 make_device_exclusive_range +EXPORT_SYMBOL_GPL vmlinux 0x15e23e56 _copy_mc_to_iter +EXPORT_SYMBOL_GPL vmlinux 0x15ea2648 hwpoison_filter_flags_mask +EXPORT_SYMBOL_GPL vmlinux 0x15ebdac4 regulator_bulk_enable +EXPORT_SYMBOL_GPL vmlinux 0x15f5e560 _RNvXs4p_NtNtCs9WMcp1Hn5Bv_4core3num7nonzeroNtB6_12NonZeroIsizeNtNtNtBa_3str6traits7FromStr8from_str +EXPORT_SYMBOL_GPL vmlinux 0x15ff9fa0 clk_register_composite +EXPORT_SYMBOL_GPL vmlinux 0x16031ffa transport_setup_device +EXPORT_SYMBOL_GPL vmlinux 0x161b91ee reset_controller_register +EXPORT_SYMBOL_GPL vmlinux 0x162a9c6b dev_get_regmap +EXPORT_SYMBOL_GPL vmlinux 0x162b1b3c vp_modern_config_vector +EXPORT_SYMBOL_GPL vmlinux 0x164154fc __list_lru_init +EXPORT_SYMBOL_GPL vmlinux 0x16422a6e xdp_reg_mem_model +EXPORT_SYMBOL_GPL vmlinux 0x16516798 osc_pc_lpi_support_confirmed +EXPORT_SYMBOL_GPL vmlinux 0x165201f4 xfrm_dev_state_add +EXPORT_SYMBOL_GPL vmlinux 0x16584a0c raw_abort +EXPORT_SYMBOL_GPL vmlinux 0x16664fd3 sched_numa_find_nth_cpu +EXPORT_SYMBOL_GPL vmlinux 0x166884b8 __devm_regmap_init_i2c +EXPORT_SYMBOL_GPL vmlinux 0x166db1b5 sched_clock_idle_wakeup_event +EXPORT_SYMBOL_GPL vmlinux 0x167d7113 acpi_bus_register_early_device +EXPORT_SYMBOL_GPL vmlinux 0x168765fd ipv6_find_tlv +EXPORT_SYMBOL_GPL vmlinux 0x1687ec20 tty_get_frame_size +EXPORT_SYMBOL_GPL vmlinux 0x1690b503 usb_role_switch_get_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x1692be3c hwmon_device_register_with_groups +EXPORT_SYMBOL_GPL vmlinux 0x169d8386 fuse_fill_super_common +EXPORT_SYMBOL_GPL vmlinux 0x16a9b1bf _RNvXs8_NtCs9WMcp1Hn5Bv_4core3ffiNtB5_6VaListNtNtB7_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x16abbc92 ftrace_ops_set_global_filter +EXPORT_SYMBOL_GPL vmlinux 0x16da1f88 devlink_fmsg_u32_put +EXPORT_SYMBOL_GPL vmlinux 0x16dfbf36 add_interrupt_randomness +EXPORT_SYMBOL_GPL vmlinux 0x16e8cb82 iommu_device_release_dma_owner +EXPORT_SYMBOL_GPL vmlinux 0x16f15139 bind_evtchn_to_irq +EXPORT_SYMBOL_GPL vmlinux 0x16f6607c irq_chip_eoi_parent +EXPORT_SYMBOL_GPL vmlinux 0x17066558 _RNvXs1u_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_12swregs_stateNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x170ae9d9 mmc_regulator_set_ocr +EXPORT_SYMBOL_GPL vmlinux 0x170cc36c put_timespec64 +EXPORT_SYMBOL_GPL vmlinux 0x1733fd24 nexthop_for_each_fib6_nh +EXPORT_SYMBOL_GPL vmlinux 0x173ed5f1 _RNvNtCs9WMcp1Hn5Bv_4core3str16slice_error_fail +EXPORT_SYMBOL_GPL vmlinux 0x1741ddee trace_seq_puts +EXPORT_SYMBOL_GPL vmlinux 0x174c0768 vfs_fallocate +EXPORT_SYMBOL_GPL vmlinux 0x174c3088 gpiod_get_raw_array_value +EXPORT_SYMBOL_GPL vmlinux 0x174c6274 ring_buffer_time_stamp +EXPORT_SYMBOL_GPL vmlinux 0x174e6c46 inet_ehash_locks_alloc +EXPORT_SYMBOL_GPL vmlinux 0x174fd848 _RNvXs7_NtNtCs9WMcp1Hn5Bv_4core3fmt3numtNtB5_10DisplayInt5to_u8 +EXPORT_SYMBOL_GPL vmlinux 0x17560983 _RNvXsm_NtNtCs9WMcp1Hn5Bv_4core3ffi5c_strNtB5_25FromBytesWithNulErrorKindNtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x175a2fee _RNvXsb_NtNtCs9WMcp1Hn5Bv_4core3fmt3numjNtB5_10DisplayInt6to_u32 +EXPORT_SYMBOL_GPL vmlinux 0x175fdc8e extcon_get_state +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 0x177c338d twl_get_version +EXPORT_SYMBOL_GPL vmlinux 0x1782ee7f _RNvXsE_NtCs796HB7yPNRt_8bindings12bindings_rawNtB5_22pcpu_hot__bindgen_ty_1NtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x1789ad8d xen_xenbus_fops +EXPORT_SYMBOL_GPL vmlinux 0x178e1c53 sfp_bus_find_fwnode +EXPORT_SYMBOL_GPL vmlinux 0x17a12279 kgdb_register_io_module +EXPORT_SYMBOL_GPL vmlinux 0x17add64b gdt_page +EXPORT_SYMBOL_GPL vmlinux 0x17b95ab9 devm_platform_get_and_ioremap_resource +EXPORT_SYMBOL_GPL vmlinux 0x17c68769 cpufreq_cpu_get +EXPORT_SYMBOL_GPL vmlinux 0x17c8570e _RNvXs3p_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_15page_frag_cacheNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x17cd9cd0 _RNvXs3R_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_19x86_legacy_featuresNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x17ce64c9 _RNvXs2k_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_38maple_node__bindgen_ty_1__bindgen_ty_1NtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x17d3eca1 mptcp_pm_get_local_addr_max +EXPORT_SYMBOL_GPL vmlinux 0x17e01f11 erst_clear +EXPORT_SYMBOL_GPL vmlinux 0x17e981fb __percpu_down_read +EXPORT_SYMBOL_GPL vmlinux 0x18008c59 ring_buffer_resize +EXPORT_SYMBOL_GPL vmlinux 0x180bbd97 ip4_datagram_release_cb +EXPORT_SYMBOL_GPL vmlinux 0x180e63bc dev_pm_opp_get_max_clock_latency +EXPORT_SYMBOL_GPL vmlinux 0x18189d26 msg_zerocopy_callback +EXPORT_SYMBOL_GPL vmlinux 0x181be435 irq_gc_noop +EXPORT_SYMBOL_GPL vmlinux 0x18209904 thermal_zone_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x1823727d crypto_grab_skcipher +EXPORT_SYMBOL_GPL vmlinux 0x18273b0b device_store_ulong +EXPORT_SYMBOL_GPL vmlinux 0x182bb323 fat_sync_inode +EXPORT_SYMBOL_GPL vmlinux 0x182e2f09 cn_netlink_send_mult +EXPORT_SYMBOL_GPL vmlinux 0x18428692 __cookie_v6_init_sequence +EXPORT_SYMBOL_GPL vmlinux 0x1849e577 genphy_c45_read_pma +EXPORT_SYMBOL_GPL vmlinux 0x1854e0e4 _RNvXs0_NtNtCs9WMcp1Hn5Bv_4core5slice5asciiNtB5_11EscapeAsciiNtNtNtNtB9_4iter6traits12double_ended19DoubleEndedIterator9next_back +EXPORT_SYMBOL_GPL vmlinux 0x18582826 amd_pmu_disable_virt +EXPORT_SYMBOL_GPL vmlinux 0x18615d35 efivar_supports_writes +EXPORT_SYMBOL_GPL vmlinux 0x186ba277 usb_add_hcd +EXPORT_SYMBOL_GPL vmlinux 0x187c31e9 power_supply_class +EXPORT_SYMBOL_GPL vmlinux 0x1881e770 spi_mem_dirmap_destroy +EXPORT_SYMBOL_GPL vmlinux 0x18897d8d _RNvXs1q_NtNtCs9WMcp1Hn5Bv_4core3fmt3numnNtB8_8LowerExp3fmt +EXPORT_SYMBOL_GPL vmlinux 0x188ed38e rio_request_outb_dbell +EXPORT_SYMBOL_GPL vmlinux 0x18954e25 lwtunnel_build_state +EXPORT_SYMBOL_GPL vmlinux 0x18adfae3 __page_file_index +EXPORT_SYMBOL_GPL vmlinux 0x18b2790f uv_bios_obj_count +EXPORT_SYMBOL_GPL vmlinux 0x18b2f31a pciserial_init_ports +EXPORT_SYMBOL_GPL vmlinux 0x18b4375c __tracepoint_pelt_cfs_tp +EXPORT_SYMBOL_GPL vmlinux 0x18bae8f6 ext_pi_type1_crc64 +EXPORT_SYMBOL_GPL vmlinux 0x18cc7039 devm_namespace_disable +EXPORT_SYMBOL_GPL vmlinux 0x18de2d28 anon_transport_class_unregister +EXPORT_SYMBOL_GPL vmlinux 0x18e4a8d2 ata_sff_tf_read +EXPORT_SYMBOL_GPL vmlinux 0x18e4f8aa swphy_read_reg +EXPORT_SYMBOL_GPL vmlinux 0x18eebe23 _RNvXs7_NtNtCs9WMcp1Hn5Bv_4core4char7convertNtB5_16CharTryFromErrorNtNtB9_3fmt7Display3fmt +EXPORT_SYMBOL_GPL vmlinux 0x18f137ae pci_walk_bus +EXPORT_SYMBOL_GPL vmlinux 0x18fb2caf cpus_read_unlock +EXPORT_SYMBOL_GPL vmlinux 0x18fcd476 da9055_regmap_config +EXPORT_SYMBOL_GPL vmlinux 0x1904fbee rio_mport_write_config_8 +EXPORT_SYMBOL_GPL vmlinux 0x1909ab2b fib_add_nexthop +EXPORT_SYMBOL_GPL vmlinux 0x191658b0 decrypt_blob +EXPORT_SYMBOL_GPL vmlinux 0x1918ca27 hrtimer_init_sleeper +EXPORT_SYMBOL_GPL vmlinux 0x1927f7fa tracepoint_srcu +EXPORT_SYMBOL_GPL vmlinux 0x1932ebf0 rio_unregister_mport +EXPORT_SYMBOL_GPL vmlinux 0x193dfdf6 klp_get_prev_state +EXPORT_SYMBOL_GPL vmlinux 0x1947b629 _RNvXs32_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_12mm_context_tNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x194b5ab9 _RNvXs1_NtCs9WMcp1Hn5Bv_4core4charNtB5_13EscapeUnicodeNtNtB7_3fmt7Display3fmt +EXPORT_SYMBOL_GPL vmlinux 0x194cecc4 _RNvXs3x_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_9mm_structNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x195010f0 _RNvXs44_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_39local_apic__bindgen_ty_29__bindgen_ty_1NtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x1953c215 usb_get_current_frame_number +EXPORT_SYMBOL_GPL vmlinux 0x195a40a6 _RNvXsI_NtCs796HB7yPNRt_8bindings12bindings_rawNtB5_41restart_block__bindgen_ty_1__bindgen_ty_2NtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x195d61e7 blk_mq_start_stopped_hw_queue +EXPORT_SYMBOL_GPL vmlinux 0x196614ce hw_breakpoint_restore +EXPORT_SYMBOL_GPL vmlinux 0x19815654 devm_extcon_dev_unregister +EXPORT_SYMBOL_GPL vmlinux 0x1981fe3c scsi_unregister_device_handler +EXPORT_SYMBOL_GPL vmlinux 0x1986d1d8 pci_p2pmem_publish +EXPORT_SYMBOL_GPL vmlinux 0x19915c9f reset_simple_ops +EXPORT_SYMBOL_GPL vmlinux 0x1991ec9e dev_pm_opp_remove_all_dynamic +EXPORT_SYMBOL_GPL vmlinux 0x19963111 __xdp_rxq_info_reg +EXPORT_SYMBOL_GPL vmlinux 0x199c4833 __irq_apply_affinity_hint +EXPORT_SYMBOL_GPL vmlinux 0x19a304ba usb_disabled +EXPORT_SYMBOL_GPL vmlinux 0x19a7004a uhci_reset_hc +EXPORT_SYMBOL_GPL vmlinux 0x19b8b966 vfs_set_acl +EXPORT_SYMBOL_GPL vmlinux 0x19befea8 regmap_irq_get_domain +EXPORT_SYMBOL_GPL vmlinux 0x19c42957 blk_op_str +EXPORT_SYMBOL_GPL vmlinux 0x19c628a8 nf_queue_nf_hook_drop +EXPORT_SYMBOL_GPL vmlinux 0x19cb3dff devm_register_power_off_handler +EXPORT_SYMBOL_GPL vmlinux 0x19daf104 vp_modern_get_features +EXPORT_SYMBOL_GPL vmlinux 0x19db6cb5 regulator_get_hardware_vsel_register +EXPORT_SYMBOL_GPL vmlinux 0x19dbd13e vcap_lookup_rule_by_cookie +EXPORT_SYMBOL_GPL vmlinux 0x19e0ae50 __SCT__tp_func_br_fdb_external_learn_add +EXPORT_SYMBOL_GPL vmlinux 0x19e81304 btree_alloc +EXPORT_SYMBOL_GPL vmlinux 0x19ec2877 dst_blackhole_mtu +EXPORT_SYMBOL_GPL vmlinux 0x19ece6ab sis_info133_for_sata +EXPORT_SYMBOL_GPL vmlinux 0x19edd064 blkg_rwstat_exit +EXPORT_SYMBOL_GPL vmlinux 0x19f33626 nf_ctnetlink_has_listener +EXPORT_SYMBOL_GPL vmlinux 0x1a067801 em_dev_unregister_perf_domain +EXPORT_SYMBOL_GPL vmlinux 0x1a10c32b crypto_ft_tab +EXPORT_SYMBOL_GPL vmlinux 0x1a10d273 sysfs_groups_change_owner +EXPORT_SYMBOL_GPL vmlinux 0x1a146ec3 usb_ep_type_string +EXPORT_SYMBOL_GPL vmlinux 0x1a16aa94 tty_ldisc_ref_wait +EXPORT_SYMBOL_GPL vmlinux 0x1a1764f0 regmap_write_async +EXPORT_SYMBOL_GPL vmlinux 0x1a1ecb6b device_remove_file_self +EXPORT_SYMBOL_GPL vmlinux 0x1a3f3441 register_pernet_device +EXPORT_SYMBOL_GPL vmlinux 0x1a5487e9 nd_cmd_out_size +EXPORT_SYMBOL_GPL vmlinux 0x1a68fb50 _RNvXsa_NtNtCs9WMcp1Hn5Bv_4core3fmt3numoNtB5_10DisplayInt7to_u128 +EXPORT_SYMBOL_GPL vmlinux 0x1a6bf28f fsnotify_get_cookie +EXPORT_SYMBOL_GPL vmlinux 0x1a782127 _RNvXs3q_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_9vm_regionNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x1a7c57c6 usb_register_dev +EXPORT_SYMBOL_GPL vmlinux 0x1a82368d ZSTD_customCalloc +EXPORT_SYMBOL_GPL vmlinux 0x1a8f5467 _RNvMNtNtCs9WMcp1Hn5Bv_4core5slice5asciiSh10trim_ascii +EXPORT_SYMBOL_GPL vmlinux 0x1aac12d6 pci_msi_create_irq_domain +EXPORT_SYMBOL_GPL vmlinux 0x1ab147d9 _RNvMsb_NtCs9WMcp1Hn5Bv_4core4timeNtB5_18FromFloatSecsError11description +EXPORT_SYMBOL_GPL vmlinux 0x1ab2584c _RNvXs8_NtNtCs9WMcp1Hn5Bv_4core3fmt3nummNtB5_10DisplayInt6to_u64 +EXPORT_SYMBOL_GPL vmlinux 0x1acd18c8 cpuset_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0x1ad3516b synth_event_gen_cmd_array_start +EXPORT_SYMBOL_GPL vmlinux 0x1adc78ef __clk_hw_register_fixed_rate +EXPORT_SYMBOL_GPL vmlinux 0x1ae12137 regmap_get_raw_write_max +EXPORT_SYMBOL_GPL vmlinux 0x1ae8164a __SCK__tp_func_ata_exec_command +EXPORT_SYMBOL_GPL vmlinux 0x1af267f8 int_pow +EXPORT_SYMBOL_GPL vmlinux 0x1af2856c ata_ehi_clear_desc +EXPORT_SYMBOL_GPL vmlinux 0x1af3a318 __traceiter_ata_bmdma_status +EXPORT_SYMBOL_GPL vmlinux 0x1aff3d55 mce_register_injector_chain +EXPORT_SYMBOL_GPL vmlinux 0x1b03d9d7 _RNvXst_NtCs9WMcp1Hn5Bv_4core3numoNtNtNtB7_3str6traits7FromStr8from_str +EXPORT_SYMBOL_GPL vmlinux 0x1b0602c1 cond_synchronize_rcu_full +EXPORT_SYMBOL_GPL vmlinux 0x1b0a56d8 pci_user_read_config_word +EXPORT_SYMBOL_GPL vmlinux 0x1b127cfd platform_get_resource +EXPORT_SYMBOL_GPL vmlinux 0x1b1eab20 devlink_port_init +EXPORT_SYMBOL_GPL vmlinux 0x1b2217dd crypto_destroy_tfm +EXPORT_SYMBOL_GPL vmlinux 0x1b28b21d bus_register +EXPORT_SYMBOL_GPL vmlinux 0x1b31e91e xfrm_local_error +EXPORT_SYMBOL_GPL vmlinux 0x1b4f7a9c dev_fill_metadata_dst +EXPORT_SYMBOL_GPL vmlinux 0x1b561ada ata_bmdma_qc_issue +EXPORT_SYMBOL_GPL vmlinux 0x1b59b2f5 irq_chip_set_vcpu_affinity_parent +EXPORT_SYMBOL_GPL vmlinux 0x1b5cdea2 ata_bmdma_port_intr +EXPORT_SYMBOL_GPL vmlinux 0x1b5d8be6 regulator_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x1b5f4377 trace_seq_putc +EXPORT_SYMBOL_GPL vmlinux 0x1b75c985 of_hte_req_count +EXPORT_SYMBOL_GPL vmlinux 0x1b76e692 tcp_unregister_ulp +EXPORT_SYMBOL_GPL vmlinux 0x1b8822d8 pinctrl_gpio_direction_output +EXPORT_SYMBOL_GPL vmlinux 0x1b88df62 kernfs_get +EXPORT_SYMBOL_GPL vmlinux 0x1b92e41d inet_putpeer +EXPORT_SYMBOL_GPL vmlinux 0x1b9d6586 _RNvXs0_NtNtCs9WMcp1Hn5Bv_4core3fmt3numaNtB5_10DisplayInt7from_u8 +EXPORT_SYMBOL_GPL vmlinux 0x1ba237b0 default_cpu_present_to_apicid +EXPORT_SYMBOL_GPL vmlinux 0x1ba2bf52 icc_provider_del +EXPORT_SYMBOL_GPL vmlinux 0x1ba49eae _RNvXsl_NtCs796HB7yPNRt_8bindings12bindings_rawNtB5_7qrwlockNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x1bbf588a fwnode_property_read_u16_array +EXPORT_SYMBOL_GPL vmlinux 0x1bc5eebe pinctrl_gpio_direction_input +EXPORT_SYMBOL_GPL vmlinux 0x1bc64087 xas_split +EXPORT_SYMBOL_GPL vmlinux 0x1bce255f _RNvNtCs9WMcp1Hn5Bv_4core9panicking15panic_no_unwind +EXPORT_SYMBOL_GPL vmlinux 0x1bdd7bb2 serial8250_read_char +EXPORT_SYMBOL_GPL vmlinux 0x1bde17d1 dev_pm_genpd_resume +EXPORT_SYMBOL_GPL vmlinux 0x1beddb70 vp_modern_queue_address +EXPORT_SYMBOL_GPL vmlinux 0x1bf3d517 _RNvXsu_NtCs796HB7yPNRt_8bindings12bindings_rawNtB5_7__ddebugNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x1bf4e7e6 inet_twsk_hashdance +EXPORT_SYMBOL_GPL vmlinux 0x1c09238e blk_add_driver_data +EXPORT_SYMBOL_GPL vmlinux 0x1c0a0a45 _RNvXs10_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_20paravirt_callee_saveNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x1c1d4582 ip_icmp_error_rfc4884 +EXPORT_SYMBOL_GPL vmlinux 0x1c21e623 devl_dpipe_headers_unregister +EXPORT_SYMBOL_GPL vmlinux 0x1c30635e relay_switch_subbuf +EXPORT_SYMBOL_GPL vmlinux 0x1c3c2434 component_compare_of +EXPORT_SYMBOL_GPL vmlinux 0x1c484688 perf_pmu_migrate_context +EXPORT_SYMBOL_GPL vmlinux 0x1c4c7802 i2c_match_id +EXPORT_SYMBOL_GPL vmlinux 0x1c5541bd cpufreq_boost_enabled +EXPORT_SYMBOL_GPL vmlinux 0x1c5b1f28 irq_free_descs +EXPORT_SYMBOL_GPL vmlinux 0x1c5d20df tcp_reno_cong_avoid +EXPORT_SYMBOL_GPL vmlinux 0x1c5ff742 clk_get_phase +EXPORT_SYMBOL_GPL vmlinux 0x1c629fce cgroup_get_from_id +EXPORT_SYMBOL_GPL vmlinux 0x1c64e6e6 ata_bmdma_stop +EXPORT_SYMBOL_GPL vmlinux 0x1c7169dc ZSTD_customFree +EXPORT_SYMBOL_GPL vmlinux 0x1c764526 __SCT__tp_func_rpm_suspend +EXPORT_SYMBOL_GPL vmlinux 0x1c7835db pci_disable_ats +EXPORT_SYMBOL_GPL vmlinux 0x1c78ac3b devl_assert_locked +EXPORT_SYMBOL_GPL vmlinux 0x1c80d27d btree_geo128 +EXPORT_SYMBOL_GPL vmlinux 0x1c87a811 __round_jiffies_up +EXPORT_SYMBOL_GPL vmlinux 0x1c911848 kthread_data +EXPORT_SYMBOL_GPL vmlinux 0x1c9e1007 ata_acpi_gtm +EXPORT_SYMBOL_GPL vmlinux 0x1ca3aa97 alarm_forward +EXPORT_SYMBOL_GPL vmlinux 0x1cb7c983 apei_exec_read_register_value +EXPORT_SYMBOL_GPL vmlinux 0x1cb9a1c8 xenbus_gather +EXPORT_SYMBOL_GPL vmlinux 0x1cbd92b0 cpu_mitigations_off +EXPORT_SYMBOL_GPL vmlinux 0x1cdd0605 xhci_port_state_to_neutral +EXPORT_SYMBOL_GPL vmlinux 0x1ceaebf3 sdio_readsb +EXPORT_SYMBOL_GPL vmlinux 0x1ced8374 _RNvXs_NtNtCs9WMcp1Hn5Bv_4core3ffi5c_strNtB4_22FromBytesUntilNulErrorNtNtB8_3fmt7Display3fmt +EXPORT_SYMBOL_GPL vmlinux 0x1cf27db9 _RNvXs3H_NtNtCs9WMcp1Hn5Bv_4core9core_arch4simdNtB6_5i64x4NtNtBa_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x1cff8eab sbitmap_init_node +EXPORT_SYMBOL_GPL vmlinux 0x1d190d2c tty_port_tty_hangup +EXPORT_SYMBOL_GPL vmlinux 0x1d1d870a pci_ignore_hotplug +EXPORT_SYMBOL_GPL vmlinux 0x1d21450f ipv6_dup_options +EXPORT_SYMBOL_GPL vmlinux 0x1d222ced irq_get_irqchip_state +EXPORT_SYMBOL_GPL vmlinux 0x1d25c083 usb_phy_roothub_suspend +EXPORT_SYMBOL_GPL vmlinux 0x1d3b325c devl_resource_register +EXPORT_SYMBOL_GPL vmlinux 0x1d446e62 dev_pm_genpd_suspend +EXPORT_SYMBOL_GPL vmlinux 0x1d4a7066 _RNvMs1_NtNtCs9WMcp1Hn5Bv_4core3fmt8buildersNtB5_11DebugStruct21finish_non_exhaustive +EXPORT_SYMBOL_GPL vmlinux 0x1d5ec1f8 _RNvXsc_NtNtCs9WMcp1Hn5Bv_4core9core_arch3x86NtB5_7___m128iNtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x1d733ab8 pci_dev_unlock +EXPORT_SYMBOL_GPL vmlinux 0x1d7e7315 crypto_grab_kpp +EXPORT_SYMBOL_GPL vmlinux 0x1d7f75a5 bd_link_disk_holder +EXPORT_SYMBOL_GPL vmlinux 0x1d94a218 dmi_memdev_handle +EXPORT_SYMBOL_GPL vmlinux 0x1da02bd1 task_active_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0x1dab2769 phy_create_lookup +EXPORT_SYMBOL_GPL vmlinux 0x1db5174e _RNvNtNtCsiTPnVqBGVaY_6kernel5print14format_strings7WARNING +EXPORT_SYMBOL_GPL vmlinux 0x1db682d2 register_asymmetric_key_parser +EXPORT_SYMBOL_GPL vmlinux 0x1dd89e59 rio_request_dma +EXPORT_SYMBOL_GPL vmlinux 0x1def9b29 _RNvXs1_NtNtCs9WMcp1Hn5Bv_4core3fmt3numsNtB5_10DisplayInt4zero +EXPORT_SYMBOL_GPL vmlinux 0x1df3ba35 pstore_register +EXPORT_SYMBOL_GPL vmlinux 0x1df6614d nvmem_cell_read_variable_le_u64 +EXPORT_SYMBOL_GPL vmlinux 0x1dfa5dbd mpi_invm +EXPORT_SYMBOL_GPL vmlinux 0x1dfa7f6a pci_dev_lock +EXPORT_SYMBOL_GPL vmlinux 0x1e03c72f _RNvXs2_NtCs9WMcp1Hn5Bv_4core4charNtB5_13EscapeDefaultNtNtNtNtB7_4iter6traits8iterator8Iterator4last +EXPORT_SYMBOL_GPL vmlinux 0x1e0670c6 reset_control_release +EXPORT_SYMBOL_GPL vmlinux 0x1e19b116 vcap_rule_set_counter_id +EXPORT_SYMBOL_GPL vmlinux 0x1e1e5f10 _RNvXs3o_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_5folioNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x1e357fc3 spi_new_ancillary_device +EXPORT_SYMBOL_GPL vmlinux 0x1e3817a3 sched_numa_hop_mask +EXPORT_SYMBOL_GPL vmlinux 0x1e38a67d kill_dev_dax +EXPORT_SYMBOL_GPL vmlinux 0x1e3bc77c xas_create_range +EXPORT_SYMBOL_GPL vmlinux 0x1e408312 xenbus_watch_pathfmt +EXPORT_SYMBOL_GPL vmlinux 0x1e424d61 user_preparse +EXPORT_SYMBOL_GPL vmlinux 0x1e44d8c2 devm_clk_get_enabled +EXPORT_SYMBOL_GPL vmlinux 0x1e4e98c0 acpi_dev_filter_resource_type +EXPORT_SYMBOL_GPL vmlinux 0x1e51f914 kthread_func +EXPORT_SYMBOL_GPL vmlinux 0x1e53f827 stack_depot_print +EXPORT_SYMBOL_GPL vmlinux 0x1e5a5f22 sn_partition_id +EXPORT_SYMBOL_GPL vmlinux 0x1e605c98 devm_reset_controller_register +EXPORT_SYMBOL_GPL vmlinux 0x1e67af60 unix_outq_len +EXPORT_SYMBOL_GPL vmlinux 0x1e707b8a acpi_dev_ready_for_enumeration +EXPORT_SYMBOL_GPL vmlinux 0x1e743e98 spi_new_device +EXPORT_SYMBOL_GPL vmlinux 0x1e777264 _RNvXs36_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_32page__bindgen_ty_1__bindgen_ty_1NtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x1e7bbcb3 kernel_restart +EXPORT_SYMBOL_GPL vmlinux 0x1e816597 usb_sg_init +EXPORT_SYMBOL_GPL vmlinux 0x1e8fac8e wireless_nlevent_flush +EXPORT_SYMBOL_GPL vmlinux 0x1e912415 uv_bios_get_heapsize +EXPORT_SYMBOL_GPL vmlinux 0x1e9bc719 freq_qos_update_request +EXPORT_SYMBOL_GPL vmlinux 0x1e9c590a usb_find_common_endpoints_reverse +EXPORT_SYMBOL_GPL vmlinux 0x1ead109c crypto_shash_finup +EXPORT_SYMBOL_GPL vmlinux 0x1ead8fb8 _RNvXs39_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_32page__bindgen_ty_1__bindgen_ty_4NtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x1eb74225 put_device +EXPORT_SYMBOL_GPL vmlinux 0x1eb9516e round_jiffies_relative +EXPORT_SYMBOL_GPL vmlinux 0x1ebde2fc devl_trap_policers_unregister +EXPORT_SYMBOL_GPL vmlinux 0x1ebf6c2a pci_power_names +EXPORT_SYMBOL_GPL vmlinux 0x1ecd91a8 tty_buffer_unlock_exclusive +EXPORT_SYMBOL_GPL vmlinux 0x1ed43c28 __tracepoint_unmap +EXPORT_SYMBOL_GPL vmlinux 0x1ed4d2eb percpu_ref_kill_and_confirm +EXPORT_SYMBOL_GPL vmlinux 0x1ef20793 stop_core_cpuslocked +EXPORT_SYMBOL_GPL vmlinux 0x1ef2c200 devm_phy_package_join +EXPORT_SYMBOL_GPL vmlinux 0x1ef6062f device_create +EXPORT_SYMBOL_GPL vmlinux 0x1f155b4d pci_epc_write_header +EXPORT_SYMBOL_GPL vmlinux 0x1f1e6be4 _RNvMs0_NtCs9WMcp1Hn5Bv_4core3numl14from_str_radix +EXPORT_SYMBOL_GPL vmlinux 0x1f38a4f6 mpi_set_highbit +EXPORT_SYMBOL_GPL vmlinux 0x1f449588 mctrl_gpio_disable_ms +EXPORT_SYMBOL_GPL vmlinux 0x1f44ef1d _RNvXs10_NtNtCs9WMcp1Hn5Bv_4core3fmt3numxNtB8_8LowerHex3fmt +EXPORT_SYMBOL_GPL vmlinux 0x1f48b0af _RNvXs1_NtNtCs9WMcp1Hn5Bv_4core3fmt3numsNtB5_10DisplayInt6to_u32 +EXPORT_SYMBOL_GPL vmlinux 0x1f4b5c25 bus_rescan_devices +EXPORT_SYMBOL_GPL vmlinux 0x1f4bf0b5 _RNvMs2_NtNtCs9WMcp1Hn5Bv_4core3fmt8buildersNtB5_10DebugTuple5field +EXPORT_SYMBOL_GPL vmlinux 0x1f4f0014 __acpi_node_get_property_reference +EXPORT_SYMBOL_GPL vmlinux 0x1f563160 bpf_offload_dev_priv +EXPORT_SYMBOL_GPL vmlinux 0x1f5ece97 cond_wakeup_cpu0 +EXPORT_SYMBOL_GPL vmlinux 0x1f7174e0 __tracepoint_fib6_table_lookup +EXPORT_SYMBOL_GPL vmlinux 0x1f768998 _RNvXsJ_NtNtCs9WMcp1Hn5Bv_4core9core_arch3x86NtB5_8___m512bhNtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x1f8544b8 panic_timeout +EXPORT_SYMBOL_GPL vmlinux 0x1fa1d95c sha256_zero_message_hash +EXPORT_SYMBOL_GPL vmlinux 0x1fb21813 query_asymmetric_key +EXPORT_SYMBOL_GPL vmlinux 0x1fc6d8b3 _RNvMNtNtCs9WMcp1Hn5Bv_4core5panic10panic_infoNtB2_9PanicInfo7message +EXPORT_SYMBOL_GPL vmlinux 0x1fcc0934 _RNvXs2p_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_8ma_stateNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x1fe6e504 gpiod_add_hogs +EXPORT_SYMBOL_GPL vmlinux 0x1fe70bc3 _RNvXsd_NtCs9WMcp1Hn5Bv_4core3fmtbNtB5_7Display3fmt +EXPORT_SYMBOL_GPL vmlinux 0x1fe8fb16 _RNvXsU_NtNtCs9WMcp1Hn5Bv_4core3str7patternNtB5_11EmptyNeedleNtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x1fef66af gpio_to_desc +EXPORT_SYMBOL_GPL vmlinux 0x20004530 __put_net +EXPORT_SYMBOL_GPL vmlinux 0x2009e400 devlink_info_board_serial_number_put +EXPORT_SYMBOL_GPL vmlinux 0x2019870f devm_hwrng_unregister +EXPORT_SYMBOL_GPL vmlinux 0x202d4ed6 nvmem_cell_write +EXPORT_SYMBOL_GPL vmlinux 0x203201b8 xen_remap_pfn +EXPORT_SYMBOL_GPL vmlinux 0x203a5827 bpf_trace_run5 +EXPORT_SYMBOL_GPL vmlinux 0x204f2c5c gnttab_free_grant_reference +EXPORT_SYMBOL_GPL vmlinux 0x2060bf28 _RNvNvMsx_NtNtCs9WMcp1Hn5Bv_4core3num7nonzeroNtB7_12NonZeroUsize13new_unchecked8comptime +EXPORT_SYMBOL_GPL vmlinux 0x2063c045 dax_inode +EXPORT_SYMBOL_GPL vmlinux 0x20835a9f __xdp_release_frame +EXPORT_SYMBOL_GPL vmlinux 0x20857721 _RNvXs3S_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_16x86_platform_opsNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x20899467 hv_stimer0_isr +EXPORT_SYMBOL_GPL vmlinux 0x20922e9f usb_unlink_urb +EXPORT_SYMBOL_GPL vmlinux 0x20978fb9 idr_find +EXPORT_SYMBOL_GPL vmlinux 0x20a4e01a HUF_readStats_wksp +EXPORT_SYMBOL_GPL vmlinux 0x20b325a3 iomap_seek_data +EXPORT_SYMBOL_GPL vmlinux 0x20cc78d4 regmap_exit +EXPORT_SYMBOL_GPL vmlinux 0x20dcff5b pci_try_reset_function +EXPORT_SYMBOL_GPL vmlinux 0x20e800ec folio_mkclean +EXPORT_SYMBOL_GPL vmlinux 0x20e8f669 _RNvXsw_NtCs796HB7yPNRt_8bindings12bindings_rawNtB5_16ddebug_class_mapNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x20f02cf5 regulator_set_current_limit_regmap +EXPORT_SYMBOL_GPL vmlinux 0x20f5c5de pci_enable_rom +EXPORT_SYMBOL_GPL vmlinux 0x20fc44ac serdev_acpi_get_uart_resource +EXPORT_SYMBOL_GPL vmlinux 0x2107a504 nf_nat_hook +EXPORT_SYMBOL_GPL vmlinux 0x21147da4 _RNvXs5_NtNtCs9WMcp1Hn5Bv_4core3cmp5implszNtB7_10PartialOrd11partial_cmp +EXPORT_SYMBOL_GPL vmlinux 0x2123979e _RNvXs12_NtNtCs9WMcp1Hn5Bv_4core3fmt3numyNtB8_6Binary3fmt +EXPORT_SYMBOL_GPL vmlinux 0x212734c5 vcap_netbytes_copy +EXPORT_SYMBOL_GPL vmlinux 0x212b5032 uhci_check_and_reset_hc +EXPORT_SYMBOL_GPL vmlinux 0x213b8bde tty_ldisc_deref +EXPORT_SYMBOL_GPL vmlinux 0x21437e3f ata_sff_prereset +EXPORT_SYMBOL_GPL vmlinux 0x214772af pci_host_probe +EXPORT_SYMBOL_GPL vmlinux 0x214f5855 gpiochip_generic_request +EXPORT_SYMBOL_GPL vmlinux 0x216de4e1 rcu_get_gp_kthreads_prio +EXPORT_SYMBOL_GPL vmlinux 0x2176e42a hwpoison_filter_memcg +EXPORT_SYMBOL_GPL vmlinux 0x217b2c1a _RNvXs19_NtNtCs9WMcp1Hn5Bv_4core3fmt3numnNtB8_8UpperHex3fmt +EXPORT_SYMBOL_GPL vmlinux 0x217c7930 policy_has_boost_freq +EXPORT_SYMBOL_GPL vmlinux 0x217fbaef _RNvXs1U_NtNtCs9WMcp1Hn5Bv_4core3str4iterNtB6_11EscapeDebugNtNtBa_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x21a563da clk_get_accuracy +EXPORT_SYMBOL_GPL vmlinux 0x21ac8b77 iommu_group_get_by_id +EXPORT_SYMBOL_GPL vmlinux 0x21b120c9 _RNvXs5_NtNtNtCs9WMcp1Hn5Bv_4core3fmt3num3impyNtB9_7Display3fmt +EXPORT_SYMBOL_GPL vmlinux 0x21b5a19d iommu_attach_device +EXPORT_SYMBOL_GPL vmlinux 0x21ca306f vcap_rule_add_action_u32 +EXPORT_SYMBOL_GPL vmlinux 0x21cd536a crypto_put_default_null_skcipher +EXPORT_SYMBOL_GPL vmlinux 0x21e21200 shake_page +EXPORT_SYMBOL_GPL vmlinux 0x21e337e5 _RNvNtNtNtCs9WMcp1Hn5Bv_4core7unicode12unicode_data10alphabetic6lookup +EXPORT_SYMBOL_GPL vmlinux 0x21e935a0 __SCK__tp_func_fib6_table_lookup +EXPORT_SYMBOL_GPL vmlinux 0x21fea857 regulator_desc_list_voltage_linear +EXPORT_SYMBOL_GPL vmlinux 0x22019841 __pci_reset_function_locked +EXPORT_SYMBOL_GPL vmlinux 0x2207742e __tracepoint_rpm_idle +EXPORT_SYMBOL_GPL vmlinux 0x221b230a platform_get_mem_or_io +EXPORT_SYMBOL_GPL vmlinux 0x22286173 blk_mq_sched_try_merge +EXPORT_SYMBOL_GPL vmlinux 0x22546021 dev_pm_domain_set +EXPORT_SYMBOL_GPL vmlinux 0x226c394f _RNvXs4o_NtNtCs9WMcp1Hn5Bv_4core3num7nonzeroNtB6_11NonZeroI128NtNtNtBa_3str6traits7FromStr8from_str +EXPORT_SYMBOL_GPL vmlinux 0x226d415d rio_mport_class +EXPORT_SYMBOL_GPL vmlinux 0x22731273 pm_generic_suspend_late +EXPORT_SYMBOL_GPL vmlinux 0x2277aad4 _RNvMs_CsiTPnVqBGVaY_6kernelNtB4_10ThisModule8from_ptr +EXPORT_SYMBOL_GPL vmlinux 0x227e0249 spi_get_device_id +EXPORT_SYMBOL_GPL vmlinux 0x2285bd2f clean_acked_data_disable +EXPORT_SYMBOL_GPL vmlinux 0x228f74de devm_phy_get +EXPORT_SYMBOL_GPL vmlinux 0x2290148f inet_twsk_purge +EXPORT_SYMBOL_GPL vmlinux 0x2299d38e espintcp_queue_out +EXPORT_SYMBOL_GPL vmlinux 0x22a49ec7 mmc_cmdq_enable +EXPORT_SYMBOL_GPL vmlinux 0x22ab7517 devl_unlock +EXPORT_SYMBOL_GPL vmlinux 0x22abb826 _RNvXs4_NtNtCs9WMcp1Hn5Bv_4core3fmt3numnNtB5_10DisplayInt4zero +EXPORT_SYMBOL_GPL vmlinux 0x22bd1e59 wbt_disable_default +EXPORT_SYMBOL_GPL vmlinux 0x22c0e182 __reset_control_get +EXPORT_SYMBOL_GPL vmlinux 0x22ca661c fuse_dev_release +EXPORT_SYMBOL_GPL vmlinux 0x22d38afe acpi_pci_check_ejectable +EXPORT_SYMBOL_GPL vmlinux 0x22d3e1ee usb_autopm_get_interface +EXPORT_SYMBOL_GPL vmlinux 0x22d60537 tcf_frag_xmit_count +EXPORT_SYMBOL_GPL vmlinux 0x22d9409b iomap_sort_ioends +EXPORT_SYMBOL_GPL vmlinux 0x22e522fd devm_namespace_enable +EXPORT_SYMBOL_GPL vmlinux 0x22ec5205 cpu_latency_qos_remove_request +EXPORT_SYMBOL_GPL vmlinux 0x22fb3527 _RNvXs1l_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_10saved_msrsNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x22fd08ba cpuacct_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0x23017cdb nvdimm_bus_add_badrange +EXPORT_SYMBOL_GPL vmlinux 0x231ad617 acomp_request_free +EXPORT_SYMBOL_GPL vmlinux 0x231ae228 __netdev_watchdog_up +EXPORT_SYMBOL_GPL vmlinux 0x231ddd57 regulator_list_voltage_pickable_linear_range +EXPORT_SYMBOL_GPL vmlinux 0x232acaa0 acpi_find_child_by_adr +EXPORT_SYMBOL_GPL vmlinux 0x23412816 rtc_tm_to_ktime +EXPORT_SYMBOL_GPL vmlinux 0x2341884f task_cputime_adjusted +EXPORT_SYMBOL_GPL vmlinux 0x234cf416 devlink_fmsg_string_pair_put +EXPORT_SYMBOL_GPL vmlinux 0x2351d4ea md_allow_write +EXPORT_SYMBOL_GPL vmlinux 0x23524da9 spi_delay_exec +EXPORT_SYMBOL_GPL vmlinux 0x235cb855 bus_create_file +EXPORT_SYMBOL_GPL vmlinux 0x235dbec1 _RNvXs2_NtNtNtCs9WMcp1Hn5Bv_4core3fmt3num3implNtB9_7Display3fmt +EXPORT_SYMBOL_GPL vmlinux 0x235f9089 _RNvNvMNtCs9WMcp1Hn5Bv_4core3f32f7to_bits13ct_f32_to_u32 +EXPORT_SYMBOL_GPL vmlinux 0x23722719 _RNvMs7_NtCs9WMcp1Hn5Bv_4core3fmtNtB5_9Formatter9debug_set +EXPORT_SYMBOL_GPL vmlinux 0x2379dfa7 _RNvXs2c_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_42maple_range_64__bindgen_ty_1__bindgen_ty_1NtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x2384614a usb_hcd_platform_shutdown +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 0x23a59117 xdp_do_redirect_frame +EXPORT_SYMBOL_GPL vmlinux 0x23b4e0d7 clear_page_rep +EXPORT_SYMBOL_GPL vmlinux 0x23b85d54 __devm_rtc_register_device +EXPORT_SYMBOL_GPL vmlinux 0x23e0fdfb sysfs_create_groups +EXPORT_SYMBOL_GPL vmlinux 0x23e48098 kobject_create_and_add +EXPORT_SYMBOL_GPL vmlinux 0x23e5f32d crypto_mod_put +EXPORT_SYMBOL_GPL vmlinux 0x23f6aa40 ata_port_classify +EXPORT_SYMBOL_GPL vmlinux 0x23f80a83 md_bitmap_copy_from_slot +EXPORT_SYMBOL_GPL vmlinux 0x24148396 devm_hwrng_register +EXPORT_SYMBOL_GPL vmlinux 0x24195a06 devm_request_pci_bus_resources +EXPORT_SYMBOL_GPL vmlinux 0x2421097b mpi_const +EXPORT_SYMBOL_GPL vmlinux 0x243481a0 devm_regulator_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x24413343 erst_read_record +EXPORT_SYMBOL_GPL vmlinux 0x2448e779 mmc_sanitize +EXPORT_SYMBOL_GPL vmlinux 0x2464da17 gen_pool_size +EXPORT_SYMBOL_GPL vmlinux 0x2469810f __rcu_read_unlock +EXPORT_SYMBOL_GPL vmlinux 0x246cb790 regmap_can_raw_write +EXPORT_SYMBOL_GPL vmlinux 0x246e0788 _RNvXs13_NtNtCs9WMcp1Hn5Bv_4core3fmt3numyNtB8_5Octal3fmt +EXPORT_SYMBOL_GPL vmlinux 0x246f6b84 iommu_set_fault_handler +EXPORT_SYMBOL_GPL vmlinux 0x24709b2f trace_seq_putmem +EXPORT_SYMBOL_GPL vmlinux 0x2470f753 devm_clk_hw_get_clk +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 0x2497ec9e key_type_user +EXPORT_SYMBOL_GPL vmlinux 0x249f0d42 crypto_spawn_tfm +EXPORT_SYMBOL_GPL vmlinux 0x24ad11db wakeup_sources_read_unlock +EXPORT_SYMBOL_GPL vmlinux 0x24bff5b1 bpf_offload_dev_netdev_register +EXPORT_SYMBOL_GPL vmlinux 0x24c2691c ima_inode_hash +EXPORT_SYMBOL_GPL vmlinux 0x24c9d718 pci_epc_set_msix +EXPORT_SYMBOL_GPL vmlinux 0x24d5b298 cdrom_read_tocentry +EXPORT_SYMBOL_GPL vmlinux 0x24da0093 rcu_inkernel_boot_has_ended +EXPORT_SYMBOL_GPL vmlinux 0x24e74ca7 platform_device_add_data +EXPORT_SYMBOL_GPL vmlinux 0x24eb7e32 leds_list +EXPORT_SYMBOL_GPL vmlinux 0x24eb7f0b ipv4_sk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0x24f39c39 reset_control_reset +EXPORT_SYMBOL_GPL vmlinux 0x24fa0375 lwtunnel_get_encap_size +EXPORT_SYMBOL_GPL vmlinux 0x24fc50f4 kdb_unregister +EXPORT_SYMBOL_GPL vmlinux 0x2519c873 pm_generic_runtime_suspend +EXPORT_SYMBOL_GPL vmlinux 0x25301bc6 arch_wb_cache_pmem +EXPORT_SYMBOL_GPL vmlinux 0x25379e73 clk_set_min_rate +EXPORT_SYMBOL_GPL vmlinux 0x253fe777 dev_pm_opp_adjust_voltage +EXPORT_SYMBOL_GPL vmlinux 0x25406e80 bpf_trace_run1 +EXPORT_SYMBOL_GPL vmlinux 0x25465bf6 fat_add_entries +EXPORT_SYMBOL_GPL vmlinux 0x254d07c9 _RNvXs2u_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_10completionNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x25525eec blk_queue_rq_timeout +EXPORT_SYMBOL_GPL vmlinux 0x2563437c _RNvXs0_NtNtCs9WMcp1Hn5Bv_4core3str5errorNtB5_14ParseBoolErrorNtNtB9_3fmt7Display3fmt +EXPORT_SYMBOL_GPL vmlinux 0x2570a13d generic_device_group +EXPORT_SYMBOL_GPL vmlinux 0x2571d9d8 devl_rate_leaf_destroy +EXPORT_SYMBOL_GPL vmlinux 0x25798454 nvdimm_has_flush +EXPORT_SYMBOL_GPL vmlinux 0x257eb69d efivars_unregister +EXPORT_SYMBOL_GPL vmlinux 0x2585003e phy_pm_runtime_get +EXPORT_SYMBOL_GPL vmlinux 0x258711c2 da903x_reads +EXPORT_SYMBOL_GPL vmlinux 0x2592fc6c console_printk +EXPORT_SYMBOL_GPL vmlinux 0x2596246d ata_sff_freeze +EXPORT_SYMBOL_GPL vmlinux 0x25b1bac4 ata_pci_sff_prepare_host +EXPORT_SYMBOL_GPL vmlinux 0x25bbfa9a security_kernel_load_data +EXPORT_SYMBOL_GPL vmlinux 0x25cd0613 ptp_msg_is_sync +EXPORT_SYMBOL_GPL vmlinux 0x25d31e72 sock_map_close +EXPORT_SYMBOL_GPL vmlinux 0x25d8104c _RNvXs7_NtCs8dagVACJQAP_5alloc11collectionsNtB5_15TryReserveErrorNtNtCs9WMcp1Hn5Bv_4core3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x25e70989 devlink_params_unregister +EXPORT_SYMBOL_GPL vmlinux 0x25e9e5ca cpufreq_cpu_put +EXPORT_SYMBOL_GPL vmlinux 0x25f02c87 xen_p2m_addr +EXPORT_SYMBOL_GPL vmlinux 0x25f0359a crypto_unregister_instance +EXPORT_SYMBOL_GPL vmlinux 0x25f1036b _RNvXs0_NtCs9WMcp1Hn5Bv_4core4timeNtB5_8DurationNtNtNtB7_3ops5arith9AddAssign10add_assign +EXPORT_SYMBOL_GPL vmlinux 0x25f3a67b _RNvNtNtCs9WMcp1Hn5Bv_4core5slice6memchr19memchr_general_case +EXPORT_SYMBOL_GPL vmlinux 0x260b6412 sata_std_hardreset +EXPORT_SYMBOL_GPL vmlinux 0x260dd385 devm_regulator_get_enable +EXPORT_SYMBOL_GPL vmlinux 0x26131e81 ata_cable_ignore +EXPORT_SYMBOL_GPL vmlinux 0x261693ee pingv6_ops +EXPORT_SYMBOL_GPL vmlinux 0x2619258a gnttab_free_pages +EXPORT_SYMBOL_GPL vmlinux 0x26197f06 auxiliary_device_init +EXPORT_SYMBOL_GPL vmlinux 0x26220964 clk_register_gate +EXPORT_SYMBOL_GPL vmlinux 0x2626ca04 rdev_get_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x262a7063 xen_start_info +EXPORT_SYMBOL_GPL vmlinux 0x262a9976 hv_vp_assist_page +EXPORT_SYMBOL_GPL vmlinux 0x262e08b7 _RNvXs37_NtNtCs9WMcp1Hn5Bv_4core9core_arch4simdNtB6_6u16x16NtNtBa_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x264535fc devm_nvmem_device_put +EXPORT_SYMBOL_GPL vmlinux 0x26520970 vm_memory_committed +EXPORT_SYMBOL_GPL vmlinux 0x265ac032 _RNvMs7_NtCs9WMcp1Hn5Bv_4core3fmtNtB5_9Formatter15debug_lower_hex +EXPORT_SYMBOL_GPL vmlinux 0x265b6e29 hyperv_flush_guest_mapping_range +EXPORT_SYMBOL_GPL vmlinux 0x265bbef9 kexec_crash_loaded +EXPORT_SYMBOL_GPL vmlinux 0x26687d4c scsi_host_block +EXPORT_SYMBOL_GPL vmlinux 0x2668c10b __irq_alloc_domain_generic_chips +EXPORT_SYMBOL_GPL vmlinux 0x266a4b08 tasklet_unlock +EXPORT_SYMBOL_GPL vmlinux 0x267ce598 acpi_dev_for_each_child +EXPORT_SYMBOL_GPL vmlinux 0x267df662 smp_call_on_cpu +EXPORT_SYMBOL_GPL vmlinux 0x2683191d _RNvXsF_NtCs796HB7yPNRt_8bindings12bindings_rawNtB5_8pcpu_hotNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x268bcf81 dev_xdp_prog_count +EXPORT_SYMBOL_GPL vmlinux 0x269f24ba __traceiter_block_bio_complete +EXPORT_SYMBOL_GPL vmlinux 0x26a93eb2 verify_pkcs7_signature +EXPORT_SYMBOL_GPL vmlinux 0x26a9871a _RNvNtNtCsiTPnVqBGVaY_6kernel5print14format_strings6NOTICE +EXPORT_SYMBOL_GPL vmlinux 0x26ab4755 put_old_itimerspec32 +EXPORT_SYMBOL_GPL vmlinux 0x26bbc09d cpufreq_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0x26c90ea4 scsi_eh_get_sense +EXPORT_SYMBOL_GPL vmlinux 0x26cda94f e820__mapped_raw_any +EXPORT_SYMBOL_GPL vmlinux 0x26d9ccb6 _RNvXs6_NtCs9WMcp1Hn5Bv_4core3ffiNtB5_10VaListImplNtNtNtB7_3ops4drop4Drop4drop +EXPORT_SYMBOL_GPL vmlinux 0x26dc715a __SCK__tp_func_attach_device_to_domain +EXPORT_SYMBOL_GPL vmlinux 0x26df1f65 tty_put_char +EXPORT_SYMBOL_GPL vmlinux 0x26ed2186 register_vmap_purge_notifier +EXPORT_SYMBOL_GPL vmlinux 0x26f3121e irq_domain_alloc_irqs_parent +EXPORT_SYMBOL_GPL vmlinux 0x27022a99 dm_audit_log_ti +EXPORT_SYMBOL_GPL vmlinux 0x27111483 serial8250_init_port +EXPORT_SYMBOL_GPL vmlinux 0x27147821 _RNvXs4e_NtNtCs9WMcp1Hn5Bv_4core3num7nonzeroNtB6_9NonZeroU8NtNtNtBa_3str6traits7FromStr8from_str +EXPORT_SYMBOL_GPL vmlinux 0x271c814b _RNvNtNtCs9WMcp1Hn5Bv_4core5slice6memchr7memrchr +EXPORT_SYMBOL_GPL vmlinux 0x271e5272 input_class +EXPORT_SYMBOL_GPL vmlinux 0x272b3e92 list_lru_walk_one +EXPORT_SYMBOL_GPL vmlinux 0x272f138c proc_get_parent_data +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 0x274eb3d4 extcon_get_property_capability +EXPORT_SYMBOL_GPL vmlinux 0x27551b1a _RNvMsr_NtNtCs9WMcp1Hn5Bv_4core3str7patternNtB5_11StrSearcher3new +EXPORT_SYMBOL_GPL vmlinux 0x27590292 device_initialize +EXPORT_SYMBOL_GPL vmlinux 0x275b9093 usb_get_urb +EXPORT_SYMBOL_GPL vmlinux 0x2768d170 dma_get_any_slave_channel +EXPORT_SYMBOL_GPL vmlinux 0x2773c485 __wake_up_locked +EXPORT_SYMBOL_GPL vmlinux 0x278d8124 wm831x_auxadc_read +EXPORT_SYMBOL_GPL vmlinux 0x27905443 spi_slave_abort +EXPORT_SYMBOL_GPL vmlinux 0x27c0ec77 gpiod_get +EXPORT_SYMBOL_GPL vmlinux 0x27d31f34 gpiod_disable_hw_timestamp_ns +EXPORT_SYMBOL_GPL vmlinux 0x27da789d xfrm_audit_state_add +EXPORT_SYMBOL_GPL vmlinux 0x27e7f6be unregister_pernet_subsys +EXPORT_SYMBOL_GPL vmlinux 0x27eb1068 handle_untracked_irq +EXPORT_SYMBOL_GPL vmlinux 0x27eca58b devm_regulator_register +EXPORT_SYMBOL_GPL vmlinux 0x27f4f029 ftrace_set_global_filter +EXPORT_SYMBOL_GPL vmlinux 0x27fa66e1 nr_free_buffer_pages +EXPORT_SYMBOL_GPL vmlinux 0x28009599 devlink_port_health_reporter_create +EXPORT_SYMBOL_GPL vmlinux 0x2803554e extcon_set_property +EXPORT_SYMBOL_GPL vmlinux 0x280bbba3 nvdimm_region_delete +EXPORT_SYMBOL_GPL vmlinux 0x2817f7fd cppc_get_desired_perf +EXPORT_SYMBOL_GPL vmlinux 0x28269718 put_io_context +EXPORT_SYMBOL_GPL vmlinux 0x282cdabc usb_led_activity +EXPORT_SYMBOL_GPL vmlinux 0x28310bcd kasprintf_strarray +EXPORT_SYMBOL_GPL vmlinux 0x28363007 acpi_get_and_request_gpiod +EXPORT_SYMBOL_GPL vmlinux 0x283759a0 netif_carrier_event +EXPORT_SYMBOL_GPL vmlinux 0x2864abc9 klist_node_attached +EXPORT_SYMBOL_GPL vmlinux 0x286cc647 async_synchronize_cookie_domain +EXPORT_SYMBOL_GPL vmlinux 0x286d4af6 pm_generic_thaw_noirq +EXPORT_SYMBOL_GPL vmlinux 0x286e6c7f genphy_c45_pma_read_abilities +EXPORT_SYMBOL_GPL vmlinux 0x288147bd _RNvXsx_NtNtCs9WMcp1Hn5Bv_4core9core_arch3x86NtB5_6___m512NtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x2882d40e usb_role_switch_unregister +EXPORT_SYMBOL_GPL vmlinux 0x2885f862 shmem_read_mapping_page_gfp +EXPORT_SYMBOL_GPL vmlinux 0x28aa6a67 call_rcu +EXPORT_SYMBOL_GPL vmlinux 0x28ab4fb9 pinctrl_gpio_free +EXPORT_SYMBOL_GPL vmlinux 0x28acd435 sata_lpm_ignore_phy_events +EXPORT_SYMBOL_GPL vmlinux 0x28afbb08 cpu_latency_qos_add_request +EXPORT_SYMBOL_GPL vmlinux 0x28be0cef misc_cg_res_total_usage +EXPORT_SYMBOL_GPL vmlinux 0x28e64c64 xen_has_pv_and_legacy_disk_devices +EXPORT_SYMBOL_GPL vmlinux 0x28f0840a iopf_queue_flush_dev +EXPORT_SYMBOL_GPL vmlinux 0x28fc0db8 _RNvXsl_NtNtCs9WMcp1Hn5Bv_4core4hash3sipNtB5_11Sip13RoundsNtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x2901389b ip6_route_output_flags_noref +EXPORT_SYMBOL_GPL vmlinux 0x2901e38a _RNvNtNtCs9WMcp1Hn5Bv_4core5slice5index22slice_index_order_fail +EXPORT_SYMBOL_GPL vmlinux 0x290ad66d pci_free_p2pmem +EXPORT_SYMBOL_GPL vmlinux 0x2915cc30 bus_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0x291876f3 mpi_ec_get_affine +EXPORT_SYMBOL_GPL vmlinux 0x29366b61 register_ftrace_direct +EXPORT_SYMBOL_GPL vmlinux 0x294baf34 dev_pm_opp_enable +EXPORT_SYMBOL_GPL vmlinux 0x2951a872 trace_clock_local +EXPORT_SYMBOL_GPL vmlinux 0x2952ae36 bpf_prog_free +EXPORT_SYMBOL_GPL vmlinux 0x29560eac pci_disable_pasid +EXPORT_SYMBOL_GPL vmlinux 0x295c7ef9 acpi_gpiochip_request_interrupts +EXPORT_SYMBOL_GPL vmlinux 0x295e83ba power_supply_powers +EXPORT_SYMBOL_GPL vmlinux 0x2973b6da devm_pinctrl_put +EXPORT_SYMBOL_GPL vmlinux 0x2975b30d dpm_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0x2976d2ce __spi_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x29782f7e _RNvMNtNtCs9WMcp1Hn5Bv_4core3ffi5c_strNtB2_21FromBytesWithNulError13___description +EXPORT_SYMBOL_GPL vmlinux 0x2986ff97 ping_rcv +EXPORT_SYMBOL_GPL vmlinux 0x2991ba84 _RNvXsd_NtNtNtCs9WMcp1Hn5Bv_4core3fmt3num3impmNtB9_8LowerExp3fmt +EXPORT_SYMBOL_GPL vmlinux 0x2996e3e7 vp_modern_get_driver_features +EXPORT_SYMBOL_GPL vmlinux 0x299dfa4b clk_gate_restore_context +EXPORT_SYMBOL_GPL vmlinux 0x29a3471f _RNvXsx_NtNtCs9WMcp1Hn5Bv_4core3fmt3numjNtB7_5Octal3fmt +EXPORT_SYMBOL_GPL vmlinux 0x29a91190 mddev_unlock +EXPORT_SYMBOL_GPL vmlinux 0x29b05079 extcon_dev_free +EXPORT_SYMBOL_GPL vmlinux 0x29b84823 pci_disable_pri +EXPORT_SYMBOL_GPL vmlinux 0x29c04eab __traceiter_ata_exec_command +EXPORT_SYMBOL_GPL vmlinux 0x29c35f77 __traceiter_ata_bmdma_setup +EXPORT_SYMBOL_GPL vmlinux 0x29c4df62 genphy_c45_read_link +EXPORT_SYMBOL_GPL vmlinux 0x29d00d6b ethtool_params_from_link_mode +EXPORT_SYMBOL_GPL vmlinux 0x29dbe808 netlink_remove_tap +EXPORT_SYMBOL_GPL vmlinux 0x29de0346 acpi_create_platform_device +EXPORT_SYMBOL_GPL vmlinux 0x29eba37f current_is_async +EXPORT_SYMBOL_GPL vmlinux 0x2a0f599e device_link_del +EXPORT_SYMBOL_GPL vmlinux 0x2a126824 fwnode_graph_get_remote_endpoint +EXPORT_SYMBOL_GPL vmlinux 0x2a2f04fa ip_tunnel_netlink_parms +EXPORT_SYMBOL_GPL vmlinux 0x2a36650e _RNvXsi_NtNtCs9WMcp1Hn5Bv_4core9core_arch3x86NtB5_7___m128dNtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x2a4dc74f class_dev_iter_next +EXPORT_SYMBOL_GPL vmlinux 0x2a56b28a devres_release +EXPORT_SYMBOL_GPL vmlinux 0x2a5831f2 PageHeadHuge +EXPORT_SYMBOL_GPL vmlinux 0x2a5888a5 __rtnl_link_unregister +EXPORT_SYMBOL_GPL vmlinux 0x2a5ea9ef rhashtable_destroy +EXPORT_SYMBOL_GPL vmlinux 0x2a62cb3a ring_buffer_overrun_cpu +EXPORT_SYMBOL_GPL vmlinux 0x2a7973ad sk_clear_memalloc +EXPORT_SYMBOL_GPL vmlinux 0x2a92dd98 _RNvMs_NtNtCs9WMcp1Hn5Bv_4core5panic8locationNtB4_8Location20internal_constructor +EXPORT_SYMBOL_GPL vmlinux 0x2a93ce51 user_describe +EXPORT_SYMBOL_GPL vmlinux 0x2a976d1c dax_synchronous +EXPORT_SYMBOL_GPL vmlinux 0x2a9b236b rtm_getroute_parse_ip_proto +EXPORT_SYMBOL_GPL vmlinux 0x2aa8000d da9052_enable_irq +EXPORT_SYMBOL_GPL vmlinux 0x2aadad1a efi_capsule_update +EXPORT_SYMBOL_GPL vmlinux 0x2ab4068d skb_to_sgvec +EXPORT_SYMBOL_GPL vmlinux 0x2ac91735 ohci_hub_control +EXPORT_SYMBOL_GPL vmlinux 0x2ae63a19 gnttab_alloc_pages +EXPORT_SYMBOL_GPL vmlinux 0x2ae7a973 blk_mq_end_request_batch +EXPORT_SYMBOL_GPL vmlinux 0x2af3dbe4 blkcg_get_fc_appid +EXPORT_SYMBOL_GPL vmlinux 0x2af888e8 ata_scsi_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x2b0017b7 gpiochip_line_is_open_drain +EXPORT_SYMBOL_GPL vmlinux 0x2b0cb42e dm_post_suspending +EXPORT_SYMBOL_GPL vmlinux 0x2b0fe000 gnttab_cancel_free_callback +EXPORT_SYMBOL_GPL vmlinux 0x2b1127d7 _RNvNvNtCs9WMcp1Hn5Bv_4core3ptr13read_volatile8comptime +EXPORT_SYMBOL_GPL vmlinux 0x2b14e5da clk_register_mux_table +EXPORT_SYMBOL_GPL vmlinux 0x2b174811 __traceiter_sched_util_est_cfs_tp +EXPORT_SYMBOL_GPL vmlinux 0x2b18b530 _RNvXsr_NtCs796HB7yPNRt_8bindings12bindings_rawNtB5_15static_key_trueNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x2b3acc3b __SCT__tp_func_remove_device_from_group +EXPORT_SYMBOL_GPL vmlinux 0x2b43d4e4 sysfs_remove_file_ns +EXPORT_SYMBOL_GPL vmlinux 0x2b4509dd devlink_health_reporter_state_update +EXPORT_SYMBOL_GPL vmlinux 0x2b491422 _RNvXss_NtNtCs9WMcp1Hn5Bv_4core3ffi5c_strNtB5_22FromBytesUntilNulErrorNtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x2b6150fb power_supply_temp2resist_simple +EXPORT_SYMBOL_GPL vmlinux 0x2b652a7e _RNvXse_NtNtCs9WMcp1Hn5Bv_4core4hash3sipNtB5_9SipHasherNtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x2b67b6b7 mds_idle_clear +EXPORT_SYMBOL_GPL vmlinux 0x2b6d960d synth_event_cmd_init +EXPORT_SYMBOL_GPL vmlinux 0x2b71aad1 devfreq_cooling_unregister +EXPORT_SYMBOL_GPL vmlinux 0x2b76646e pkcs7_free_message +EXPORT_SYMBOL_GPL vmlinux 0x2b7af1cc shmem_file_setup +EXPORT_SYMBOL_GPL vmlinux 0x2b7da2c2 _RNvXs4k_NtNtCs9WMcp1Hn5Bv_4core3num7nonzeroNtB6_9NonZeroI8NtNtNtBa_3str6traits7FromStr8from_str +EXPORT_SYMBOL_GPL vmlinux 0x2b80015b dw_pcie_ep_init_complete +EXPORT_SYMBOL_GPL vmlinux 0x2b961fbd __SCK__tp_func_ata_bmdma_status +EXPORT_SYMBOL_GPL vmlinux 0x2b9997fb atomic_notifier_chain_register +EXPORT_SYMBOL_GPL vmlinux 0x2ba93d1b __traceiter_devlink_trap_report +EXPORT_SYMBOL_GPL vmlinux 0x2bae411c rio_request_mport_dma +EXPORT_SYMBOL_GPL vmlinux 0x2bae9f7f usb_hcd_end_port_resume +EXPORT_SYMBOL_GPL vmlinux 0x2bd78606 rtc_initialize_alarm +EXPORT_SYMBOL_GPL vmlinux 0x2bd8a8bb blk_fill_rwbs +EXPORT_SYMBOL_GPL vmlinux 0x2bdd084e mbox_client_txdone +EXPORT_SYMBOL_GPL vmlinux 0x2bdf5ab0 pm_wakeup_pending +EXPORT_SYMBOL_GPL vmlinux 0x2c00e4f9 blk_trace_setup +EXPORT_SYMBOL_GPL vmlinux 0x2c07b1fb pci_probe_reset_slot +EXPORT_SYMBOL_GPL vmlinux 0x2c09b293 _RNvXs_NtNtCs9WMcp1Hn5Bv_4core3num5errorNtB4_15TryFromIntErrorNtNtB8_3fmt7Display3fmt +EXPORT_SYMBOL_GPL vmlinux 0x2c0a7122 rtc_read_alarm +EXPORT_SYMBOL_GPL vmlinux 0x2c0d2cb1 nvmem_add_cell_table +EXPORT_SYMBOL_GPL vmlinux 0x2c1155d5 register_btf_id_dtor_kfuncs +EXPORT_SYMBOL_GPL vmlinux 0x2c14269e kernel_kobj +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 0x2c337e17 _RNvNvMNtCs9WMcp1Hn5Bv_4core5sliceSp15copy_from_slice17len_mismatch_fail +EXPORT_SYMBOL_GPL vmlinux 0x2c415d53 _RNvXs3d_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_32page__bindgen_ty_1__bindgen_ty_7NtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x2c51d855 gpiod_get_index +EXPORT_SYMBOL_GPL vmlinux 0x2c526ed0 irqchip_fwnode_ops +EXPORT_SYMBOL_GPL vmlinux 0x2c61bb09 uv_bios_get_pci_topology +EXPORT_SYMBOL_GPL vmlinux 0x2c635527 arch_invalidate_pmem +EXPORT_SYMBOL_GPL vmlinux 0x2c66729f phy_basic_features +EXPORT_SYMBOL_GPL vmlinux 0x2c66ac85 devlink_info_serial_number_put +EXPORT_SYMBOL_GPL vmlinux 0x2c66b2c4 serdev_controller_alloc +EXPORT_SYMBOL_GPL vmlinux 0x2c6d8616 cpufreq_freq_transition_begin +EXPORT_SYMBOL_GPL vmlinux 0x2c70bb8d wm831x_reg_unlock +EXPORT_SYMBOL_GPL vmlinux 0x2c715c65 usb_hub_claim_port +EXPORT_SYMBOL_GPL vmlinux 0x2c76e9d1 blk_queue_flag_test_and_set +EXPORT_SYMBOL_GPL vmlinux 0x2c7c5a79 _RNvXs4_NtNtCs9WMcp1Hn5Bv_4core3fmt3numnNtB5_10DisplayInt5to_u8 +EXPORT_SYMBOL_GPL vmlinux 0x2c7db649 irq_dispose_mapping +EXPORT_SYMBOL_GPL vmlinux 0x2c834418 static_key_slow_inc +EXPORT_SYMBOL_GPL vmlinux 0x2c8dd6b8 edac_mem_types +EXPORT_SYMBOL_GPL vmlinux 0x2ca89fe7 snp_issue_guest_request +EXPORT_SYMBOL_GPL vmlinux 0x2cb67855 _RNvXsa_NtCs9WMcp1Hn5Bv_4core3fmtzNtB5_5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x2cb9a9a8 __devm_clk_hw_register_gate +EXPORT_SYMBOL_GPL vmlinux 0x2cc1791c _RNvXs_NtNtCs9WMcp1Hn5Bv_4core5panic10panic_infoNtB4_9PanicInfoNtNtB8_3fmt7Display3fmt +EXPORT_SYMBOL_GPL vmlinux 0x2cca8a24 set_task_ioprio +EXPORT_SYMBOL_GPL vmlinux 0x2cccd9f9 __SCK__tp_func_devlink_hwerr +EXPORT_SYMBOL_GPL vmlinux 0x2ccce1e9 battery_hook_unregister +EXPORT_SYMBOL_GPL vmlinux 0x2cd6efc5 pci_acpi_set_companion_lookup_hook +EXPORT_SYMBOL_GPL vmlinux 0x2cd7ed0c scsi_schedule_eh +EXPORT_SYMBOL_GPL vmlinux 0x2cdcf725 led_classdev_register_ext +EXPORT_SYMBOL_GPL vmlinux 0x2cefbbd3 tps6586x_reads +EXPORT_SYMBOL_GPL vmlinux 0x2cfbb2b5 __SCT__tp_func_pelt_dl_tp +EXPORT_SYMBOL_GPL vmlinux 0x2cfd5e34 pci_hp_del +EXPORT_SYMBOL_GPL vmlinux 0x2d0684a9 hrtimer_init +EXPORT_SYMBOL_GPL vmlinux 0x2d1035ae gpiod_put +EXPORT_SYMBOL_GPL vmlinux 0x2d140151 blk_steal_bios +EXPORT_SYMBOL_GPL vmlinux 0x2d16166a vcap_get_rule +EXPORT_SYMBOL_GPL vmlinux 0x2d1b02d2 usermodehelper_read_lock_wait +EXPORT_SYMBOL_GPL vmlinux 0x2d2ca55c mmc_send_tuning +EXPORT_SYMBOL_GPL vmlinux 0x2d2dd36f kobj_ns_grab_current +EXPORT_SYMBOL_GPL vmlinux 0x2d33b794 dev_pm_opp_set_config +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 0x2d46a33a xfrm_put_translator +EXPORT_SYMBOL_GPL vmlinux 0x2d49a77d fuse_dev_alloc +EXPORT_SYMBOL_GPL vmlinux 0x2d5e8db9 crypto_remove_spawns +EXPORT_SYMBOL_GPL vmlinux 0x2d609547 dax_direct_access +EXPORT_SYMBOL_GPL vmlinux 0x2d7cc084 blk_mq_free_request +EXPORT_SYMBOL_GPL vmlinux 0x2d7d0e3c debugfs_create_symlink +EXPORT_SYMBOL_GPL vmlinux 0x2d81a8a6 _RNvXs31_NtNtCs9WMcp1Hn5Bv_4core9core_arch4simdNtB6_5u8x32NtNtBa_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x2d862a1c uart_handle_cts_change +EXPORT_SYMBOL_GPL vmlinux 0x2d89b1ad __SCT__tp_func_attach_device_to_domain +EXPORT_SYMBOL_GPL vmlinux 0x2d973ae8 switchdev_handle_fdb_event_to_device +EXPORT_SYMBOL_GPL vmlinux 0x2da2d24f ata_bmdma_post_internal_cmd +EXPORT_SYMBOL_GPL vmlinux 0x2db602bb __SCK__tp_func_ata_tf_load +EXPORT_SYMBOL_GPL vmlinux 0x2dbcf545 clk_hw_unregister_gate +EXPORT_SYMBOL_GPL vmlinux 0x2dbf2688 dev_pm_opp_get_supplies +EXPORT_SYMBOL_GPL vmlinux 0x2dc651d8 crypto_register_acomp +EXPORT_SYMBOL_GPL vmlinux 0x2dcb2c4b _RNvXs8_NtNtCs9WMcp1Hn5Bv_4core3fmt3nummNtB5_10DisplayInt6to_u16 +EXPORT_SYMBOL_GPL vmlinux 0x2dd1416d split_page +EXPORT_SYMBOL_GPL vmlinux 0x2dd53c2c _RNvXs3j_NtNtCs9WMcp1Hn5Bv_4core9core_arch4simdNtB6_5u64x4NtNtBa_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x2dda249f __rio_local_read_config_16 +EXPORT_SYMBOL_GPL vmlinux 0x2ddd5b55 devlink_is_reload_failed +EXPORT_SYMBOL_GPL vmlinux 0x2de1bc37 device_property_read_u64_array +EXPORT_SYMBOL_GPL vmlinux 0x2de92fb3 phy_driver_is_genphy_10g +EXPORT_SYMBOL_GPL vmlinux 0x2e028ae6 rcutorture_get_gp_data +EXPORT_SYMBOL_GPL vmlinux 0x2e08226d badrange_add +EXPORT_SYMBOL_GPL vmlinux 0x2e09b1de __tracepoint_br_fdb_add +EXPORT_SYMBOL_GPL vmlinux 0x2e2360b1 ftrace_set_global_notrace +EXPORT_SYMBOL_GPL vmlinux 0x2e2df7f4 irq_remapping_cap +EXPORT_SYMBOL_GPL vmlinux 0x2e3463a8 phy_package_leave +EXPORT_SYMBOL_GPL vmlinux 0x2e368168 gnttab_dma_alloc_pages +EXPORT_SYMBOL_GPL vmlinux 0x2e5032a4 _RNvXs3K_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_8zonelistNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x2e5175ce dma_resv_wait_timeout +EXPORT_SYMBOL_GPL vmlinux 0x2e5caf47 usb_phy_set_charger_state +EXPORT_SYMBOL_GPL vmlinux 0x2e5d2a05 rio_mport_send_doorbell +EXPORT_SYMBOL_GPL vmlinux 0x2e68f3f3 _RNvNtCs9WMcp1Hn5Bv_4core3str19slice_error_fail_rt +EXPORT_SYMBOL_GPL vmlinux 0x2e754a96 usb_urb_ep_type_check +EXPORT_SYMBOL_GPL vmlinux 0x2e7a17d4 vmap_pfn +EXPORT_SYMBOL_GPL vmlinux 0x2e7bb6be phy_create +EXPORT_SYMBOL_GPL vmlinux 0x2e93a5c0 gpiochip_irq_unmap +EXPORT_SYMBOL_GPL vmlinux 0x2e9ec24d free_iova +EXPORT_SYMBOL_GPL vmlinux 0x2ea9cd3d fsl_mc_device_group +EXPORT_SYMBOL_GPL vmlinux 0x2ebb19fd execute_in_process_context +EXPORT_SYMBOL_GPL vmlinux 0x2ebe3135 cpu_is_hotpluggable +EXPORT_SYMBOL_GPL vmlinux 0x2ec96364 _RNvXs2b_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_14rb_root_cachedNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x2eda4807 is_uv_hubbed +EXPORT_SYMBOL_GPL vmlinux 0x2edeaa01 led_compose_name +EXPORT_SYMBOL_GPL vmlinux 0x2ee7c52b btree_visitor +EXPORT_SYMBOL_GPL vmlinux 0x2eea4e16 fuse_dax_cancel_work +EXPORT_SYMBOL_GPL vmlinux 0x2f00c3e2 sk_psock_tls_strp_read +EXPORT_SYMBOL_GPL vmlinux 0x2f02ee8a do_unbind_con_driver +EXPORT_SYMBOL_GPL vmlinux 0x2f0698d0 ata_host_start +EXPORT_SYMBOL_GPL vmlinux 0x2f0d9053 usb_otg_state_string +EXPORT_SYMBOL_GPL vmlinux 0x2f2c95c4 flush_work +EXPORT_SYMBOL_GPL vmlinux 0x2f435a17 ehci_init_driver +EXPORT_SYMBOL_GPL vmlinux 0x2f4880df static_key_slow_dec +EXPORT_SYMBOL_GPL vmlinux 0x2f4ec360 devres_open_group +EXPORT_SYMBOL_GPL vmlinux 0x2f5a7916 rdev_get_dev +EXPORT_SYMBOL_GPL vmlinux 0x2f5df748 fscrypt_symlink_getattr +EXPORT_SYMBOL_GPL vmlinux 0x2f5e7d0e pfn_to_online_page +EXPORT_SYMBOL_GPL vmlinux 0x2f61d8a4 sysfs_group_change_owner +EXPORT_SYMBOL_GPL vmlinux 0x2f638173 xenbus_dev_is_online +EXPORT_SYMBOL_GPL vmlinux 0x2f64415f unregister_acpi_hed_notifier +EXPORT_SYMBOL_GPL vmlinux 0x2f7364c0 tty_buffer_set_limit +EXPORT_SYMBOL_GPL vmlinux 0x2f78c07c _RNvMNtCs9WMcp1Hn5Bv_4core3stre14escape_default +EXPORT_SYMBOL_GPL vmlinux 0x2f7a3405 iommu_sva_unbind_device +EXPORT_SYMBOL_GPL vmlinux 0x2f87fc48 irq_chip_request_resources_parent +EXPORT_SYMBOL_GPL vmlinux 0x2fa64626 __SCK__tp_func_suspend_resume +EXPORT_SYMBOL_GPL vmlinux 0x2fb0e404 blk_crypto_register +EXPORT_SYMBOL_GPL vmlinux 0x2fb864c5 edac_mc_find_csrow_by_page +EXPORT_SYMBOL_GPL vmlinux 0x2fc1e0fe kmem_valid_obj +EXPORT_SYMBOL_GPL vmlinux 0x2fc635cb crypto_mod_get +EXPORT_SYMBOL_GPL vmlinux 0x2fc668ff handle_fasteoi_irq +EXPORT_SYMBOL_GPL vmlinux 0x2fd93a24 _RNvXsc_NtCs9WMcp1Hn5Bv_4core4timeNtB5_18FromFloatSecsErrorNtNtB7_3fmt7Display3fmt +EXPORT_SYMBOL_GPL vmlinux 0x30012dba __dma_request_channel +EXPORT_SYMBOL_GPL vmlinux 0x3012c1d6 badblocks_store +EXPORT_SYMBOL_GPL vmlinux 0x303efef4 i2c_dw_prepare_clk +EXPORT_SYMBOL_GPL vmlinux 0x3061cfce ring_buffer_entries_cpu +EXPORT_SYMBOL_GPL vmlinux 0x30711b40 __reset_control_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0x3079e20b dev_pm_opp_get_voltage +EXPORT_SYMBOL_GPL vmlinux 0x30943909 _RNvXs3_NtNtCs9WMcp1Hn5Bv_4core3fmt3numxNtB5_10DisplayInt5to_u8 +EXPORT_SYMBOL_GPL vmlinux 0x309ce994 dma_get_slave_channel +EXPORT_SYMBOL_GPL vmlinux 0x30a67ebe dm_accept_partial_bio +EXPORT_SYMBOL_GPL vmlinux 0x30a70a59 usb_submit_urb +EXPORT_SYMBOL_GPL vmlinux 0x30bbbd10 __virtqueue_break +EXPORT_SYMBOL_GPL vmlinux 0x30bc90c5 vcap_debugfs +EXPORT_SYMBOL_GPL vmlinux 0x30bee0b8 fwnode_gpiod_get_index +EXPORT_SYMBOL_GPL vmlinux 0x30c46f7a phy_pm_runtime_forbid +EXPORT_SYMBOL_GPL vmlinux 0x30cad63c rio_request_inb_mbox +EXPORT_SYMBOL_GPL vmlinux 0x30cf804f slow_virt_to_phys +EXPORT_SYMBOL_GPL vmlinux 0x30e0bea7 usb_create_shared_hcd +EXPORT_SYMBOL_GPL vmlinux 0x30e1ec25 apei_map_generic_address +EXPORT_SYMBOL_GPL vmlinux 0x30ec2858 spi_mem_dirmap_create +EXPORT_SYMBOL_GPL vmlinux 0x30f29d52 acpi_data_fwnode_ops +EXPORT_SYMBOL_GPL vmlinux 0x30fd1b12 gpiod_direction_input +EXPORT_SYMBOL_GPL vmlinux 0x31019477 __ftrace_vbprintk +EXPORT_SYMBOL_GPL vmlinux 0x31036ddb tracepoint_probe_register_prio +EXPORT_SYMBOL_GPL vmlinux 0x31128b8e hv_remove_kexec_handler +EXPORT_SYMBOL_GPL vmlinux 0x31162955 page_cache_async_ra +EXPORT_SYMBOL_GPL vmlinux 0x311c6da4 put_iova_domain +EXPORT_SYMBOL_GPL vmlinux 0x31266931 con_debug_leave +EXPORT_SYMBOL_GPL vmlinux 0x3130d139 virtqueue_get_buf_ctx +EXPORT_SYMBOL_GPL vmlinux 0x31315a15 fwnode_property_read_u32_array +EXPORT_SYMBOL_GPL vmlinux 0x313577d7 regulator_bulk_unregister_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0x3135e9fa fpu_copy_guest_fpstate_to_uabi +EXPORT_SYMBOL_GPL vmlinux 0x3144f52f synth_event_add_val +EXPORT_SYMBOL_GPL vmlinux 0x3154f635 pinctrl_utils_free_map +EXPORT_SYMBOL_GPL vmlinux 0x315fa0b4 _RNvXs25_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_15pcpu_alloc_infoNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x3165daa3 arbitrary_virt_to_machine +EXPORT_SYMBOL_GPL vmlinux 0x31706316 __SCT__tp_func_error_report_end +EXPORT_SYMBOL_GPL vmlinux 0x3170f446 _RNvNtNtCs9WMcp1Hn5Bv_4core7unicode9printable12is_printable +EXPORT_SYMBOL_GPL vmlinux 0x3174f2b7 pci_epc_destroy +EXPORT_SYMBOL_GPL vmlinux 0x31759c42 usb_autopm_get_interface_async +EXPORT_SYMBOL_GPL vmlinux 0x31839ad3 software_node_register_nodes +EXPORT_SYMBOL_GPL vmlinux 0x318599cf inet_csk_reqsk_queue_hash_add +EXPORT_SYMBOL_GPL vmlinux 0x3192d768 cpufreq_remove_update_util_hook +EXPORT_SYMBOL_GPL vmlinux 0x319674d9 _RNvXsa_NtNtCs9WMcp1Hn5Bv_4core3fmt3numoNtB5_10DisplayInt6to_u64 +EXPORT_SYMBOL_GPL vmlinux 0x3198bd55 __SCT__tp_func_detach_device_from_domain +EXPORT_SYMBOL_GPL vmlinux 0x319e6828 _RNvXsT_NtNtCs9WMcp1Hn5Bv_4core3str4iterNtB5_5BytesNtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x31a76d61 mas_destroy +EXPORT_SYMBOL_GPL vmlinux 0x31a95e8b ring_buffer_record_enable_cpu +EXPORT_SYMBOL_GPL vmlinux 0x31c7970f pciserial_suspend_ports +EXPORT_SYMBOL_GPL vmlinux 0x31d34278 xas_load +EXPORT_SYMBOL_GPL vmlinux 0x31dca4d8 gnttab_claim_grant_reference +EXPORT_SYMBOL_GPL vmlinux 0x31e9e5e7 bpf_map_inc +EXPORT_SYMBOL_GPL vmlinux 0x32071638 fixed_phy_unregister +EXPORT_SYMBOL_GPL vmlinux 0x320b2019 ethnl_cable_test_step +EXPORT_SYMBOL_GPL vmlinux 0x321b7947 wakeup_source_remove +EXPORT_SYMBOL_GPL vmlinux 0x32295715 dev_pm_opp_clear_config +EXPORT_SYMBOL_GPL vmlinux 0x3236a213 ip_fib_metrics_init +EXPORT_SYMBOL_GPL vmlinux 0x32530bf3 __devm_intel_scu_ipc_register +EXPORT_SYMBOL_GPL vmlinux 0x32649bda nfs42_ssc_register +EXPORT_SYMBOL_GPL vmlinux 0x326cefe5 hwpoison_filter_dev_minor +EXPORT_SYMBOL_GPL vmlinux 0x327165b4 spi_controller_dma_unmap_mem_op_data +EXPORT_SYMBOL_GPL vmlinux 0x3276d4c0 debugfs_create_blob +EXPORT_SYMBOL_GPL vmlinux 0x32772b89 _RNvXs1F_NtNtCs9WMcp1Hn5Bv_4core9core_arch4simdNtB6_5u16x8NtNtBa_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x327a2687 bind_evtchn_to_irq_lateeoi +EXPORT_SYMBOL_GPL vmlinux 0x32836981 public_key_verify_signature +EXPORT_SYMBOL_GPL vmlinux 0x328ac26b driver_deferred_probe_check_state +EXPORT_SYMBOL_GPL vmlinux 0x328b3908 dev_pm_domain_attach_by_id +EXPORT_SYMBOL_GPL vmlinux 0x328e3354 __memcpy_flushcache +EXPORT_SYMBOL_GPL vmlinux 0x329c9be9 devlink_linecard_nested_dl_set +EXPORT_SYMBOL_GPL vmlinux 0x32a15a92 wm8350_clear_bits +EXPORT_SYMBOL_GPL vmlinux 0x32ab06cc irq_percpu_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0x32b8721f rtc_update_irq_enable +EXPORT_SYMBOL_GPL vmlinux 0x32bc0fcf preempt_notifier_dec +EXPORT_SYMBOL_GPL vmlinux 0x32c3cb4e class_compat_register +EXPORT_SYMBOL_GPL vmlinux 0x32c4a483 _RNvXs3_NtCs9WMcp1Hn5Bv_4core5asciiNtB5_13EscapeDefaultNtNtB7_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x32d71a33 iommu_fwspec_add_ids +EXPORT_SYMBOL_GPL vmlinux 0x32df33e7 x509_cert_parse +EXPORT_SYMBOL_GPL vmlinux 0x32e00969 fuse_conn_init +EXPORT_SYMBOL_GPL vmlinux 0x32e1bc6b gpiod_toggle_active_low +EXPORT_SYMBOL_GPL vmlinux 0x32e3b076 mxcsr_feature_mask +EXPORT_SYMBOL_GPL vmlinux 0x32e4d1e0 sgx_virt_ecreate +EXPORT_SYMBOL_GPL vmlinux 0x330010b6 cpuset_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0x330b0e01 sbitmap_queue_min_shallow_depth +EXPORT_SYMBOL_GPL vmlinux 0x330c4d8e hwspin_lock_get_id +EXPORT_SYMBOL_GPL vmlinux 0x330f6116 set_dax_synchronous +EXPORT_SYMBOL_GPL vmlinux 0x334925a7 rt_mutex_lock_interruptible +EXPORT_SYMBOL_GPL vmlinux 0x3350fdd7 md_start +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 0x3367ff1e regulator_is_enabled_regmap +EXPORT_SYMBOL_GPL vmlinux 0x337113b3 regmap_get_device +EXPORT_SYMBOL_GPL vmlinux 0x338599f9 fat_get_dotdot_entry +EXPORT_SYMBOL_GPL vmlinux 0x338c3ab4 _RNvNtCs9WMcp1Hn5Bv_4core3str19slice_error_fail_ct +EXPORT_SYMBOL_GPL vmlinux 0x339894da ata_wait_register +EXPORT_SYMBOL_GPL vmlinux 0x33bdd6cd usb_get_status +EXPORT_SYMBOL_GPL vmlinux 0x33bf4443 acpi_quirk_skip_acpi_ac_and_battery +EXPORT_SYMBOL_GPL vmlinux 0x33cdbaf9 edac_pci_handle_pe +EXPORT_SYMBOL_GPL vmlinux 0x33d44b1c crypto_stats_akcipher_encrypt +EXPORT_SYMBOL_GPL vmlinux 0x33d6c5c8 sdio_writel +EXPORT_SYMBOL_GPL vmlinux 0x33e6d359 fwnode_property_match_string +EXPORT_SYMBOL_GPL vmlinux 0x34013bfc i2c_probe_func_quick_read +EXPORT_SYMBOL_GPL vmlinux 0x340584eb srcutorture_get_gp_data +EXPORT_SYMBOL_GPL vmlinux 0x34181c17 netdev_cmd_to_name +EXPORT_SYMBOL_GPL vmlinux 0x341d5e3c _RNvXs1m_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_17trace_print_flagsNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x341e062b iommu_unregister_device_fault_handler +EXPORT_SYMBOL_GPL vmlinux 0x341f8bd4 _RNvXs1P_NtNtCs9WMcp1Hn5Bv_4core3str4iterNtB6_15SplitWhitespaceNtNtBa_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x342e07cc __SCK__tp_func_napi_poll +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 0x3442a6d6 regulator_bulk_disable +EXPORT_SYMBOL_GPL vmlinux 0x344361a1 kdb_register +EXPORT_SYMBOL_GPL vmlinux 0x3443a5d8 class_dev_iter_exit +EXPORT_SYMBOL_GPL vmlinux 0x3448a1ab pm_runtime_force_suspend +EXPORT_SYMBOL_GPL vmlinux 0x344a2c84 iomap_dio_complete +EXPORT_SYMBOL_GPL vmlinux 0x3450ad94 mpi_set_ui +EXPORT_SYMBOL_GPL vmlinux 0x345ad9b6 devm_serdev_device_open +EXPORT_SYMBOL_GPL vmlinux 0x345e280d dev_pm_opp_set_rate +EXPORT_SYMBOL_GPL vmlinux 0x3466ce63 x86_msi_msg_get_destid +EXPORT_SYMBOL_GPL vmlinux 0x3476ac5b list_lru_walk_node +EXPORT_SYMBOL_GPL vmlinux 0x34897f12 alloc_dax_region +EXPORT_SYMBOL_GPL vmlinux 0x3491f3c7 inet_pernet_hashinfo_free +EXPORT_SYMBOL_GPL vmlinux 0x3496b489 lwtstate_free +EXPORT_SYMBOL_GPL vmlinux 0x34a4d440 xenbus_dev_cancel +EXPORT_SYMBOL_GPL vmlinux 0x34a580e1 devm_regulator_register_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0x34acdff2 gpiod_get_index_optional +EXPORT_SYMBOL_GPL vmlinux 0x34b20285 clk_hw_get_parent_by_index +EXPORT_SYMBOL_GPL vmlinux 0x34b47afd spi_delay_to_ns +EXPORT_SYMBOL_GPL vmlinux 0x34cad01f set_capacity_and_notify +EXPORT_SYMBOL_GPL vmlinux 0x34db475d device_node_to_regmap +EXPORT_SYMBOL_GPL vmlinux 0x34dccfb2 context_tracking +EXPORT_SYMBOL_GPL vmlinux 0x34e4ace6 __rg_realloc +EXPORT_SYMBOL_GPL vmlinux 0x34e621d3 ata_bmdma_port_start +EXPORT_SYMBOL_GPL vmlinux 0x34eab46d bind_evtchn_to_irqhandler +EXPORT_SYMBOL_GPL vmlinux 0x34f0498d _RNvXsm_NtCs9WMcp1Hn5Bv_4core3numxNtNtNtB7_3str6traits7FromStr8from_str +EXPORT_SYMBOL_GPL vmlinux 0x34f9ae78 scsi_free_sgtables +EXPORT_SYMBOL_GPL vmlinux 0x350f6ce5 tasklet_unlock_wait +EXPORT_SYMBOL_GPL vmlinux 0x35138b68 __blkg_prfill_rwstat +EXPORT_SYMBOL_GPL vmlinux 0x351c07bb user_destroy +EXPORT_SYMBOL_GPL vmlinux 0x351ecf4e cpci_hp_unregister_controller +EXPORT_SYMBOL_GPL vmlinux 0x352b3813 maxim_charger_calc_reg_current +EXPORT_SYMBOL_GPL vmlinux 0x352cd446 vma_kernel_pagesize +EXPORT_SYMBOL_GPL vmlinux 0x352da2ef thermal_of_cooling_device_register +EXPORT_SYMBOL_GPL vmlinux 0x352ec68b bpf_offload_dev_destroy +EXPORT_SYMBOL_GPL vmlinux 0x35300ba6 __SCK__tp_func_pelt_rt_tp +EXPORT_SYMBOL_GPL vmlinux 0x3539994e ping_hash +EXPORT_SYMBOL_GPL vmlinux 0x353cfd86 mmput_async +EXPORT_SYMBOL_GPL vmlinux 0x354c67ae debugfs_real_fops +EXPORT_SYMBOL_GPL vmlinux 0x3552a5c3 dw_pcie_ep_linkup +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 0x3572dcd0 acpi_quirk_skip_i2c_client_enumeration +EXPORT_SYMBOL_GPL vmlinux 0x3574cd0a ping_getfrag +EXPORT_SYMBOL_GPL vmlinux 0x358ff60f twl_get_hfclk_rate +EXPORT_SYMBOL_GPL vmlinux 0x35a0d685 acpi_subsys_suspend_late +EXPORT_SYMBOL_GPL vmlinux 0x35aa4c7d pinctrl_force_sleep +EXPORT_SYMBOL_GPL vmlinux 0x35bff3a8 iomap_readahead +EXPORT_SYMBOL_GPL vmlinux 0x35cfbd37 phy_validate +EXPORT_SYMBOL_GPL vmlinux 0x35d0f834 xenbus_dev_changed +EXPORT_SYMBOL_GPL vmlinux 0x35d3dc46 crypto_alg_sem +EXPORT_SYMBOL_GPL vmlinux 0x35e640b8 md_rdev_init +EXPORT_SYMBOL_GPL vmlinux 0x35ee0b00 _RNvXs20_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_16wait_queue_entryNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x35ef519d crypto_unregister_rng +EXPORT_SYMBOL_GPL vmlinux 0x35fad539 rio_dev_get +EXPORT_SYMBOL_GPL vmlinux 0x3601041d edac_pci_handle_npe +EXPORT_SYMBOL_GPL vmlinux 0x36173c1d phys_to_target_node +EXPORT_SYMBOL_GPL vmlinux 0x361d97b8 irq_domain_set_hwirq_and_chip +EXPORT_SYMBOL_GPL vmlinux 0x36242943 switchdev_deferred_process +EXPORT_SYMBOL_GPL vmlinux 0x36284df5 PageHuge +EXPORT_SYMBOL_GPL vmlinux 0x3649b8a8 devm_pinctrl_register +EXPORT_SYMBOL_GPL vmlinux 0x365dc11e spi_take_timestamp_post +EXPORT_SYMBOL_GPL vmlinux 0x366598ca _RNvXsj_NtNtNtCs9WMcp1Hn5Bv_4core3fmt3num3imphNtB9_8UpperExp3fmt +EXPORT_SYMBOL_GPL vmlinux 0x3668609e usb_choose_configuration +EXPORT_SYMBOL_GPL vmlinux 0x366e2389 phy_power_on +EXPORT_SYMBOL_GPL vmlinux 0x366f3bdf pwm_lpss_tng_info +EXPORT_SYMBOL_GPL vmlinux 0x36898d6f gpiod_remove_hogs +EXPORT_SYMBOL_GPL vmlinux 0x369a5a90 pm_schedule_suspend +EXPORT_SYMBOL_GPL vmlinux 0x369fcd70 tracing_snapshot +EXPORT_SYMBOL_GPL vmlinux 0x36a5ae56 generic_fh_to_dentry +EXPORT_SYMBOL_GPL vmlinux 0x36ac17ab alloc_iova_fast +EXPORT_SYMBOL_GPL vmlinux 0x36b3c33f sata_scr_write_flush +EXPORT_SYMBOL_GPL vmlinux 0x36b40493 _RNvMs2_NtNtCs9WMcp1Hn5Bv_4core3num5errorNtB5_13ParseIntError13___description +EXPORT_SYMBOL_GPL vmlinux 0x36b5497e intel_iommu_enabled +EXPORT_SYMBOL_GPL vmlinux 0x36bf67bb dev_pm_opp_get_level +EXPORT_SYMBOL_GPL vmlinux 0x36ced4bf gpiochip_get_data +EXPORT_SYMBOL_GPL vmlinux 0x36dc9820 _RNvMs7_NtCs9WMcp1Hn5Bv_4core3fmtNtB5_9Formatter19sign_aware_zero_pad +EXPORT_SYMBOL_GPL vmlinux 0x3701988a tcp_unregister_congestion_control +EXPORT_SYMBOL_GPL vmlinux 0x37091ee8 dmaengine_unmap_put +EXPORT_SYMBOL_GPL vmlinux 0x37169f79 cpu_latency_qos_update_request +EXPORT_SYMBOL_GPL vmlinux 0x371ffb81 devlink_traps_unregister +EXPORT_SYMBOL_GPL vmlinux 0x3744d224 devm_devfreq_event_add_edev +EXPORT_SYMBOL_GPL vmlinux 0x3750d770 erst_read +EXPORT_SYMBOL_GPL vmlinux 0x37523f15 _RNvNtNtCs9WMcp1Hn5Bv_4core5slice5index26slice_start_index_len_fail +EXPORT_SYMBOL_GPL vmlinux 0x376b2512 vcap_lookup_keyfield +EXPORT_SYMBOL_GPL vmlinux 0x3778263e spi_get_device_match_data +EXPORT_SYMBOL_GPL vmlinux 0x3779b3f9 pinctrl_find_gpio_range_from_pin +EXPORT_SYMBOL_GPL vmlinux 0x377bbcbc pm_suspend_target_state +EXPORT_SYMBOL_GPL vmlinux 0x37914025 xenbus_write +EXPORT_SYMBOL_GPL vmlinux 0x3798e027 xfrm_audit_state_replay_overflow +EXPORT_SYMBOL_GPL vmlinux 0x3799aa30 raw_seq_start +EXPORT_SYMBOL_GPL vmlinux 0x3799e41a _RNvXs1F_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_3fpuNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x379fe2cd _RNvNtNtCsiTPnVqBGVaY_6kernel5print14format_strings4CONT +EXPORT_SYMBOL_GPL vmlinux 0x37a7da32 fixed_phy_register_with_gpiod +EXPORT_SYMBOL_GPL vmlinux 0x37a8ed4b rio_mport_write_config_32 +EXPORT_SYMBOL_GPL vmlinux 0x37aea9af _RNvXs1_NtCs9WMcp1Hn5Bv_4core3anyDNtB5_3AnyNtNtB7_6marker4SyncNtBG_4SendEL_NtNtB7_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x37b0e1e2 br_fdb_test_addr_hook +EXPORT_SYMBOL_GPL vmlinux 0x37bf7be3 percpu_ref_exit +EXPORT_SYMBOL_GPL vmlinux 0x37c2ec46 unwind_next_frame +EXPORT_SYMBOL_GPL vmlinux 0x37c61dbd unregister_ftrace_direct_multi +EXPORT_SYMBOL_GPL vmlinux 0x37c97541 devres_find +EXPORT_SYMBOL_GPL vmlinux 0x37e5002a rtnl_link_register +EXPORT_SYMBOL_GPL vmlinux 0x37fccaaf icc_set_bw +EXPORT_SYMBOL_GPL vmlinux 0x3801776b __ioread32_copy +EXPORT_SYMBOL_GPL vmlinux 0x38092dac cpufreq_dbs_governor_init +EXPORT_SYMBOL_GPL vmlinux 0x380dde36 power_supply_batinfo_ocv2cap +EXPORT_SYMBOL_GPL vmlinux 0x38126fa1 dev_queue_xmit_nit +EXPORT_SYMBOL_GPL vmlinux 0x3818f2dd pm_runtime_set_autosuspend_delay +EXPORT_SYMBOL_GPL vmlinux 0x381af34b crypto_unregister_acomps +EXPORT_SYMBOL_GPL vmlinux 0x381b004d sdio_release_irq +EXPORT_SYMBOL_GPL vmlinux 0x38212791 __SCK__tp_func_powernv_throttle +EXPORT_SYMBOL_GPL vmlinux 0x38268b62 icc_bulk_enable +EXPORT_SYMBOL_GPL vmlinux 0x3834d89a balloon_page_dequeue +EXPORT_SYMBOL_GPL vmlinux 0x38374815 clear_selection +EXPORT_SYMBOL_GPL vmlinux 0x384e0f56 kick_process +EXPORT_SYMBOL_GPL vmlinux 0x384e7984 _RNvNtNtCsiTPnVqBGVaY_6kernel5print14format_strings5ALERT +EXPORT_SYMBOL_GPL vmlinux 0x384e7a1a ohci_resume +EXPORT_SYMBOL_GPL vmlinux 0x38578ded crypto_unregister_templates +EXPORT_SYMBOL_GPL vmlinux 0x3866e217 nvmem_device_write +EXPORT_SYMBOL_GPL vmlinux 0x386ea074 to_nd_desc +EXPORT_SYMBOL_GPL vmlinux 0x38708e25 inet_peer_base_init +EXPORT_SYMBOL_GPL vmlinux 0x38722f80 kernel_fpu_end +EXPORT_SYMBOL_GPL vmlinux 0x388264ea amd_clear_divider +EXPORT_SYMBOL_GPL vmlinux 0x3888b48d ata_sff_qc_fill_rtf +EXPORT_SYMBOL_GPL vmlinux 0x388af32e dst_blackhole_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0x38918ef2 tpm2_get_tpm_pt +EXPORT_SYMBOL_GPL vmlinux 0x389b64a2 static_key_count +EXPORT_SYMBOL_GPL vmlinux 0x38aa1397 gpiod_add_lookup_table +EXPORT_SYMBOL_GPL vmlinux 0x38ac3fe1 vp_modern_generation +EXPORT_SYMBOL_GPL vmlinux 0x38b39121 fsverity_file_open +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 0x38c47021 _RNvXNtNtNtCs9WMcp1Hn5Bv_4core3fmt3num3impaNtB6_7Display3fmt +EXPORT_SYMBOL_GPL vmlinux 0x38caef07 __rio_local_read_config_32 +EXPORT_SYMBOL_GPL vmlinux 0x38e1fde7 mpi_set +EXPORT_SYMBOL_GPL vmlinux 0x38e2cf56 acpi_dma_configure_id +EXPORT_SYMBOL_GPL vmlinux 0x38e5bc5a clk_set_rate_range +EXPORT_SYMBOL_GPL vmlinux 0x38e6b9d9 _RNvXs3c_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_32page__bindgen_ty_1__bindgen_ty_6NtNtCs9WMcp1Hn5Bv_4core7default7Default7default +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 0x38fc9d95 rtc_set_time +EXPORT_SYMBOL_GPL vmlinux 0x38fd5c53 bdev_alignment_offset +EXPORT_SYMBOL_GPL vmlinux 0x390491e7 crypto_ahash_finup +EXPORT_SYMBOL_GPL vmlinux 0x3912c324 xen_register_device_domain_owner +EXPORT_SYMBOL_GPL vmlinux 0x3918350d sock_diag_destroy +EXPORT_SYMBOL_GPL vmlinux 0x391c8aa2 crypto_unregister_rngs +EXPORT_SYMBOL_GPL vmlinux 0x391d5ab7 blk_mq_unquiesce_queue +EXPORT_SYMBOL_GPL vmlinux 0x39426213 aead_init_geniv +EXPORT_SYMBOL_GPL vmlinux 0x395b8b90 sbitmap_prepare_to_wait +EXPORT_SYMBOL_GPL vmlinux 0x39652aba __pm_runtime_use_autosuspend +EXPORT_SYMBOL_GPL vmlinux 0x396b24c8 fsnotify_put_group +EXPORT_SYMBOL_GPL vmlinux 0x3998cd10 get_dev_pagemap +EXPORT_SYMBOL_GPL vmlinux 0x39a7affc driver_deferred_probe_timeout +EXPORT_SYMBOL_GPL vmlinux 0x39a996a0 od_register_powersave_bias_handler +EXPORT_SYMBOL_GPL vmlinux 0x39aa4888 usb_role_string +EXPORT_SYMBOL_GPL vmlinux 0x39bf59a9 init_node_memory_type +EXPORT_SYMBOL_GPL vmlinux 0x39c9d88c xas_find +EXPORT_SYMBOL_GPL vmlinux 0x39ded098 rdma_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0x39ded14f __SCT__tp_func_unmap +EXPORT_SYMBOL_GPL vmlinux 0x39ed35ff tpm_default_chip +EXPORT_SYMBOL_GPL vmlinux 0x39f7091a crypto_register_aead +EXPORT_SYMBOL_GPL vmlinux 0x3a11ff61 dev_pm_opp_get_power +EXPORT_SYMBOL_GPL vmlinux 0x3a15013b ata_pack_xfermask +EXPORT_SYMBOL_GPL vmlinux 0x3a1977e9 devm_create_dev_dax +EXPORT_SYMBOL_GPL vmlinux 0x3a1d4ff7 posix_clock_register +EXPORT_SYMBOL_GPL vmlinux 0x3a1f1bcb _RNvXs2T_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_25arch_uprobe__bindgen_ty_1NtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x3a24fb2f percpu_ref_resurrect +EXPORT_SYMBOL_GPL vmlinux 0x3a26ed11 sched_clock +EXPORT_SYMBOL_GPL vmlinux 0x3a2acc6e serdev_device_set_parity +EXPORT_SYMBOL_GPL vmlinux 0x3a2ad08c gpiod_to_irq +EXPORT_SYMBOL_GPL vmlinux 0x3a3f1e64 _RNvXs3_NtNtCs9WMcp1Hn5Bv_4core3fmt3numxNtB5_10DisplayInt6to_u64 +EXPORT_SYMBOL_GPL vmlinux 0x3a4f6a32 ata_sff_interrupt +EXPORT_SYMBOL_GPL vmlinux 0x3a536bd7 ring_buffer_read_finish +EXPORT_SYMBOL_GPL vmlinux 0x3a53b074 irq_domain_create_simple +EXPORT_SYMBOL_GPL vmlinux 0x3a55981a static_key_enable_cpuslocked +EXPORT_SYMBOL_GPL vmlinux 0x3a5dca4e _RNvXs1M_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_13x86_io_bitmapNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x3a602ad1 nf_hook_entries_delete_raw +EXPORT_SYMBOL_GPL vmlinux 0x3a6d48f2 dev_pm_opp_xlate_required_opp +EXPORT_SYMBOL_GPL vmlinux 0x3a72e3bf __traceiter_wbc_writepage +EXPORT_SYMBOL_GPL vmlinux 0x3a74567f fsnotify_alloc_group +EXPORT_SYMBOL_GPL vmlinux 0x3a7d80f9 xen_max_p2m_pfn +EXPORT_SYMBOL_GPL vmlinux 0x3a8bbb8e trace_clock_jiffies +EXPORT_SYMBOL_GPL vmlinux 0x3a9aa7d7 __tracepoint_neigh_cleanup_and_release +EXPORT_SYMBOL_GPL vmlinux 0x3a9be019 asymmetric_key_id_partial +EXPORT_SYMBOL_GPL vmlinux 0x3a9e8610 acpi_remove_cmos_rtc_space_handler +EXPORT_SYMBOL_GPL vmlinux 0x3aa382ee acpi_kobj +EXPORT_SYMBOL_GPL vmlinux 0x3ab7e256 _RNvXs4_NtNtCs9WMcp1Hn5Bv_4core3fmt3numnNtB5_10DisplayInt6to_u32 +EXPORT_SYMBOL_GPL vmlinux 0x3abacaff __SCK__tp_func_cpu_frequency +EXPORT_SYMBOL_GPL vmlinux 0x3abb3570 bpf_warn_invalid_xdp_action +EXPORT_SYMBOL_GPL vmlinux 0x3abdc17a cper_dimm_err_location +EXPORT_SYMBOL_GPL vmlinux 0x3ac3feba rhltable_init +EXPORT_SYMBOL_GPL vmlinux 0x3ac88110 inet_twsk_put +EXPORT_SYMBOL_GPL vmlinux 0x3acdf325 twl4030_audio_enable_resource +EXPORT_SYMBOL_GPL vmlinux 0x3acf7151 usb_enable_ltm +EXPORT_SYMBOL_GPL vmlinux 0x3af578f5 hyperv_report_panic +EXPORT_SYMBOL_GPL vmlinux 0x3afaedb0 mbox_request_channel +EXPORT_SYMBOL_GPL vmlinux 0x3afc4a8f sbitmap_resize +EXPORT_SYMBOL_GPL vmlinux 0x3b29d069 __traceiter_pelt_dl_tp +EXPORT_SYMBOL_GPL vmlinux 0x3b2a8f81 _RNvXs1L_NtNtCs9WMcp1Hn5Bv_4core9core_arch4simdNtB6_5u32x4NtNtBa_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x3b2c50c5 perf_event_pause +EXPORT_SYMBOL_GPL vmlinux 0x3b34e625 adp5520_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x3b36c6ed kobject_uevent +EXPORT_SYMBOL_GPL vmlinux 0x3b37da4a kernfs_path_from_node +EXPORT_SYMBOL_GPL vmlinux 0x3b3ac07a _RNvXs9_NtNtCs9WMcp1Hn5Bv_4core3fmt3numyNtB5_10DisplayInt5to_u8 +EXPORT_SYMBOL_GPL vmlinux 0x3b3b65f8 usb_cache_string +EXPORT_SYMBOL_GPL vmlinux 0x3b4c240a display_timings_release +EXPORT_SYMBOL_GPL vmlinux 0x3b5f57f8 isa_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0x3b7466e6 mptcp_pm_get_add_addr_signal_max +EXPORT_SYMBOL_GPL vmlinux 0x3b74cb3c dev_pm_qos_expose_latency_tolerance +EXPORT_SYMBOL_GPL vmlinux 0x3b7a7163 __static_call_return0 +EXPORT_SYMBOL_GPL vmlinux 0x3b7fcae7 regulator_is_equal +EXPORT_SYMBOL_GPL vmlinux 0x3b865767 _RNvXs18_NtNtCs9WMcp1Hn5Bv_4core3fmt3numnNtB8_8LowerHex3fmt +EXPORT_SYMBOL_GPL vmlinux 0x3b91db5b intel_pt_handle_vmx +EXPORT_SYMBOL_GPL vmlinux 0x3b95f543 klp_shadow_free +EXPORT_SYMBOL_GPL vmlinux 0x3b97b9fa watchdog_set_restart_priority +EXPORT_SYMBOL_GPL vmlinux 0x3ba01b47 get_compat_sigset +EXPORT_SYMBOL_GPL vmlinux 0x3ba775a7 bpf_prog_get_type_dev +EXPORT_SYMBOL_GPL vmlinux 0x3bb33501 devl_sb_register +EXPORT_SYMBOL_GPL vmlinux 0x3bb89c19 dev_coredumpsg +EXPORT_SYMBOL_GPL vmlinux 0x3bbcc679 i2c_parse_fw_timings +EXPORT_SYMBOL_GPL vmlinux 0x3bc3b483 _RNvXs7_NtNtCs9WMcp1Hn5Bv_4core3fmt3numtNtB5_10DisplayInt6to_u64 +EXPORT_SYMBOL_GPL vmlinux 0x3bdafc89 _RNvNvNtCs9WMcp1Hn5Bv_4core3ptr7replace8comptime +EXPORT_SYMBOL_GPL vmlinux 0x3bdb5d28 alg_test +EXPORT_SYMBOL_GPL vmlinux 0x3bde966c mbox_flush +EXPORT_SYMBOL_GPL vmlinux 0x3be1a57b blk_stat_disable_accounting +EXPORT_SYMBOL_GPL vmlinux 0x3be8de56 clockevents_unbind_device +EXPORT_SYMBOL_GPL vmlinux 0x3bf159a3 __devm_reset_control_get +EXPORT_SYMBOL_GPL vmlinux 0x3bf17755 mpi_read_buffer +EXPORT_SYMBOL_GPL vmlinux 0x3bf79fb3 _RNvXs1_NtNtCs9WMcp1Hn5Bv_4core3num5errorNtB5_15TryFromIntErrorINtNtB9_7convert4FromzE4from +EXPORT_SYMBOL_GPL vmlinux 0x3bff4999 rdev_get_name +EXPORT_SYMBOL_GPL vmlinux 0x3c08bb70 device_show_ulong +EXPORT_SYMBOL_GPL vmlinux 0x3c0e8050 hyperv_pcpu_input_arg +EXPORT_SYMBOL_GPL vmlinux 0x3c10e605 screen_pos +EXPORT_SYMBOL_GPL vmlinux 0x3c1c3725 rcu_fwd_progress_check +EXPORT_SYMBOL_GPL vmlinux 0x3c2bfe42 crypto_stats_compress +EXPORT_SYMBOL_GPL vmlinux 0x3c36ba45 _RNvXsO_NtCs796HB7yPNRt_8bindings12bindings_rawNtB5_17edd_device_paramsNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x3c4c7213 scsi_template_proc_dir +EXPORT_SYMBOL_GPL vmlinux 0x3c5d543a hrtimer_start_range_ns +EXPORT_SYMBOL_GPL vmlinux 0x3c5e4ba0 iomap_swapfile_activate +EXPORT_SYMBOL_GPL vmlinux 0x3c642974 __rust_dealloc +EXPORT_SYMBOL_GPL vmlinux 0x3c666f5b cpufreq_dbs_governor_exit +EXPORT_SYMBOL_GPL vmlinux 0x3c681dc4 ring_buffer_record_disable +EXPORT_SYMBOL_GPL vmlinux 0x3c73e708 mnt_want_write +EXPORT_SYMBOL_GPL vmlinux 0x3c819c45 arch_apei_report_mem_error +EXPORT_SYMBOL_GPL vmlinux 0x3c985b70 _RNvXs1L_NtNtCs9WMcp1Hn5Bv_4core3str4iterNtB6_5LinesNtNtBa_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x3ca3e04c dm_set_target_max_io_len +EXPORT_SYMBOL_GPL vmlinux 0x3cb76b59 __tcp_send_ack +EXPORT_SYMBOL_GPL vmlinux 0x3cc07be9 pv_info +EXPORT_SYMBOL_GPL vmlinux 0x3cc373eb rtc_alarm_irq_enable +EXPORT_SYMBOL_GPL vmlinux 0x3cc4b494 key_type_trusted +EXPORT_SYMBOL_GPL vmlinux 0x3ccbf4af trace_array_get_by_name +EXPORT_SYMBOL_GPL vmlinux 0x3cd06035 add_input_randomness +EXPORT_SYMBOL_GPL vmlinux 0x3cd1b510 trace_vbprintk +EXPORT_SYMBOL_GPL vmlinux 0x3cd5f2bd acpi_is_pnp_device +EXPORT_SYMBOL_GPL vmlinux 0x3cdd54fe __dev_change_net_namespace +EXPORT_SYMBOL_GPL vmlinux 0x3ce22399 __skb_get_hash_symmetric +EXPORT_SYMBOL_GPL vmlinux 0x3cff6d71 vcap_rule_add_key_u72 +EXPORT_SYMBOL_GPL vmlinux 0x3d030b89 icc_link_create +EXPORT_SYMBOL_GPL vmlinux 0x3d050f99 __fscrypt_prepare_rename +EXPORT_SYMBOL_GPL vmlinux 0x3d06106b ohci_suspend +EXPORT_SYMBOL_GPL vmlinux 0x3d0baeea clk_hw_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0x3d13921e sata_pmp_port_ops +EXPORT_SYMBOL_GPL vmlinux 0x3d1d0d0d led_trigger_unregister +EXPORT_SYMBOL_GPL vmlinux 0x3d1daca4 __udp6_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0x3d29524c eventfd_fget +EXPORT_SYMBOL_GPL vmlinux 0x3d388324 dpm_resume_end +EXPORT_SYMBOL_GPL vmlinux 0x3d3d8355 phy_set_mode_ext +EXPORT_SYMBOL_GPL vmlinux 0x3d510a7b rcu_jiffies_till_stall_check +EXPORT_SYMBOL_GPL vmlinux 0x3d512c4e pm_clk_runtime_suspend +EXPORT_SYMBOL_GPL vmlinux 0x3d52c2da crypto_enqueue_request_head +EXPORT_SYMBOL_GPL vmlinux 0x3d54e1b7 mmu_interval_notifier_insert_locked +EXPORT_SYMBOL_GPL vmlinux 0x3d62688c dst_cache_get_ip4 +EXPORT_SYMBOL_GPL vmlinux 0x3d64d619 fwnode_graph_get_endpoint_by_id +EXPORT_SYMBOL_GPL vmlinux 0x3d67c4fc shash_ahash_digest +EXPORT_SYMBOL_GPL vmlinux 0x3d79e591 bio_end_io_acct_remapped +EXPORT_SYMBOL_GPL vmlinux 0x3d8baf3b zs_huge_class_size +EXPORT_SYMBOL_GPL vmlinux 0x3d9eeded _RNvNtNtNtCs9WMcp1Hn5Bv_4core7unicode12unicode_data5cased6lookup +EXPORT_SYMBOL_GPL vmlinux 0x3daa2540 nf_hooks_lwtunnel_enabled +EXPORT_SYMBOL_GPL vmlinux 0x3dab9e23 pm_clk_remove_clk +EXPORT_SYMBOL_GPL vmlinux 0x3db7b1a5 iptunnel_xmit +EXPORT_SYMBOL_GPL vmlinux 0x3dbd26bd ata_pci_bmdma_prepare_host +EXPORT_SYMBOL_GPL vmlinux 0x3dbdf379 _RNvXs13_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_10pv_mmu_opsNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x3dcd1e5d ata_pci_shutdown_one +EXPORT_SYMBOL_GPL vmlinux 0x3dd4927e bpf_trace_run9 +EXPORT_SYMBOL_GPL vmlinux 0x3de9cae1 crypto_remove_final +EXPORT_SYMBOL_GPL vmlinux 0x3df81fcf cdrom_multisession +EXPORT_SYMBOL_GPL vmlinux 0x3df82d00 mce_log +EXPORT_SYMBOL_GPL vmlinux 0x3dfdd079 devm_clk_hw_register_fixed_factor_index +EXPORT_SYMBOL_GPL vmlinux 0x3e0a087f inet_hashinfo2_init_mod +EXPORT_SYMBOL_GPL vmlinux 0x3e17cc25 ata_qc_complete +EXPORT_SYMBOL_GPL vmlinux 0x3e25dfb6 __inode_attach_wb +EXPORT_SYMBOL_GPL vmlinux 0x3e281a4d dm_submit_bio_remap +EXPORT_SYMBOL_GPL vmlinux 0x3e411ace sfp_select_interface +EXPORT_SYMBOL_GPL vmlinux 0x3e460536 securityfs_remove +EXPORT_SYMBOL_GPL vmlinux 0x3e4a0d6b _RNvXs0_NtNtCs9WMcp1Hn5Bv_4core3fmt3numaNtB5_10DisplayInt5to_u8 +EXPORT_SYMBOL_GPL vmlinux 0x3e5a3689 spi_mem_supports_op +EXPORT_SYMBOL_GPL vmlinux 0x3e5ddc97 trace_array_set_clr_event +EXPORT_SYMBOL_GPL vmlinux 0x3e6d2ce6 fwnode_usb_role_switch_get +EXPORT_SYMBOL_GPL vmlinux 0x3e7080cb mpi_read_from_buffer +EXPORT_SYMBOL_GPL vmlinux 0x3e7272f2 devm_request_free_mem_region +EXPORT_SYMBOL_GPL vmlinux 0x3e78e99b vcap_val_rule +EXPORT_SYMBOL_GPL vmlinux 0x3e7b26e7 devm_gpiod_get_index +EXPORT_SYMBOL_GPL vmlinux 0x3e84fed9 _RNvXs27_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_9page_fragNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x3e8623aa pinctrl_enable +EXPORT_SYMBOL_GPL vmlinux 0x3e8bc5df rtnl_register_module +EXPORT_SYMBOL_GPL vmlinux 0x3e8d6567 netdev_sw_irq_coalesce_default_on +EXPORT_SYMBOL_GPL vmlinux 0x3e903560 ip_tunnel_netlink_encap_parms +EXPORT_SYMBOL_GPL vmlinux 0x3ea5196d apei_osc_setup +EXPORT_SYMBOL_GPL vmlinux 0x3ea5cca3 switchdev_port_attr_set +EXPORT_SYMBOL_GPL vmlinux 0x3ea9a6fd _RNvXs1o_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_15tracepoint_funcNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x3eb28587 cpuidle_get_driver +EXPORT_SYMBOL_GPL vmlinux 0x3eb81f60 rio_dev_put +EXPORT_SYMBOL_GPL vmlinux 0x3ec0fa33 wp_shared_mapping_range +EXPORT_SYMBOL_GPL vmlinux 0x3ec1acb6 device_get_dma_attr +EXPORT_SYMBOL_GPL vmlinux 0x3ec93255 hv_get_isolation_type +EXPORT_SYMBOL_GPL vmlinux 0x3ed3b4ca device_property_present +EXPORT_SYMBOL_GPL vmlinux 0x3edb086b pse_control_put +EXPORT_SYMBOL_GPL vmlinux 0x3edc1dad xenbus_read_otherend_details +EXPORT_SYMBOL_GPL vmlinux 0x3ee3b948 _RNvNvMs_NtCs8dagVACJQAP_5alloc3vecINtB6_3VecppE11swap_remove13assert_failed +EXPORT_SYMBOL_GPL vmlinux 0x3ee77cce _RNvNvMNtCs9WMcp1Hn5Bv_4core5sliceSp14swap_unchecked8comptime +EXPORT_SYMBOL_GPL vmlinux 0x3eec7935 free_vm_area +EXPORT_SYMBOL_GPL vmlinux 0x3ef051c8 crypto_inc +EXPORT_SYMBOL_GPL vmlinux 0x3efa5315 blk_queue_max_discard_segments +EXPORT_SYMBOL_GPL vmlinux 0x3f18d337 __traceiter_rpm_resume +EXPORT_SYMBOL_GPL vmlinux 0x3f2147a1 find_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0x3f2ddf83 pm_clk_suspend +EXPORT_SYMBOL_GPL vmlinux 0x3f3712fb __tracepoint_cpu_idle +EXPORT_SYMBOL_GPL vmlinux 0x3f491f49 reset_control_bulk_reset +EXPORT_SYMBOL_GPL vmlinux 0x3f4ff08b pinctrl_get_group_pins +EXPORT_SYMBOL_GPL vmlinux 0x3f5d0ee4 tcp_register_congestion_control +EXPORT_SYMBOL_GPL vmlinux 0x3f672bb3 pwm_get +EXPORT_SYMBOL_GPL vmlinux 0x3f68cefa ata_sff_tf_load +EXPORT_SYMBOL_GPL vmlinux 0x3f7c3863 phy_package_join +EXPORT_SYMBOL_GPL vmlinux 0x3f7c4355 relay_flush +EXPORT_SYMBOL_GPL vmlinux 0x3f84bcd7 dax_alive +EXPORT_SYMBOL_GPL vmlinux 0x3f8acdf3 crypto_ahash_digest +EXPORT_SYMBOL_GPL vmlinux 0x3f9bba0c uprobe_unregister +EXPORT_SYMBOL_GPL vmlinux 0x3fa39f63 _RNvMNtNtCs9WMcp1Hn5Bv_4core3str5lossyNtB2_9Utf8Lossy6chunks +EXPORT_SYMBOL_GPL vmlinux 0x3fabf517 _RNvXs_NtNtCs9WMcp1Hn5Bv_4core3str5lossyNtB4_19Utf8LossyChunksIterNtNtNtNtB8_4iter6traits8iterator8Iterator4next +EXPORT_SYMBOL_GPL vmlinux 0x3fae6ab0 hv_vp_index +EXPORT_SYMBOL_GPL vmlinux 0x3fafb33a fscrypt_ioctl_get_policy_ex +EXPORT_SYMBOL_GPL vmlinux 0x3fb094a4 devm_kfree +EXPORT_SYMBOL_GPL vmlinux 0x3fc7dcd3 regulator_set_soft_start_regmap +EXPORT_SYMBOL_GPL vmlinux 0x3fc91fbf __tracepoint_remove_device_from_group +EXPORT_SYMBOL_GPL vmlinux 0x3fd173f3 subsys_dev_iter_init +EXPORT_SYMBOL_GPL vmlinux 0x3fd43140 receive_fd +EXPORT_SYMBOL_GPL vmlinux 0x3fd8bfdb kgdb_unregister_io_module +EXPORT_SYMBOL_GPL vmlinux 0x3fe62276 hwmon_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x3fe6c346 devlink_fmsg_binary_pair_put +EXPORT_SYMBOL_GPL vmlinux 0x3ff2e349 hte_request_ts_ns +EXPORT_SYMBOL_GPL vmlinux 0x3ffdacf3 timerqueue_iterate_next +EXPORT_SYMBOL_GPL vmlinux 0x400a024b acpi_scan_lock_release +EXPORT_SYMBOL_GPL vmlinux 0x4014e9be _RNvNvMs5_NtNtCs9WMcp1Hn5Bv_4core3num7nonzeroNtB7_10NonZeroU1613new_unchecked8comptime +EXPORT_SYMBOL_GPL vmlinux 0x40267068 usb_anchor_resume_wakeups +EXPORT_SYMBOL_GPL vmlinux 0x40385542 gpiod_set_consumer_name +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 0x4044f2fd pkcs7_get_content_data +EXPORT_SYMBOL_GPL vmlinux 0x40466cf4 pinctrl_pm_select_sleep_state +EXPORT_SYMBOL_GPL vmlinux 0x4046eabe fuse_dev_operations +EXPORT_SYMBOL_GPL vmlinux 0x404d9992 _RNvXsA_NtCs796HB7yPNRt_8bindings12bindings_rawNtB5_29static_call_key__bindgen_ty_1NtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x4065d168 pm_print_active_wakeup_sources +EXPORT_SYMBOL_GPL vmlinux 0x406713e2 srcu_notifier_chain_unregister +EXPORT_SYMBOL_GPL vmlinux 0x406c4cb1 hrtimer_resolution +EXPORT_SYMBOL_GPL vmlinux 0x406e9342 devm_kstrdup +EXPORT_SYMBOL_GPL vmlinux 0x4071b517 out_of_line_wait_on_bit_timeout +EXPORT_SYMBOL_GPL vmlinux 0x40733a67 ata_host_alloc_pinfo +EXPORT_SYMBOL_GPL vmlinux 0x407af304 usb_wait_anchor_empty_timeout +EXPORT_SYMBOL_GPL vmlinux 0x407c0442 _RNvXs2g_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_11maple_allocNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x40927af7 ata_bmdma_port_start32 +EXPORT_SYMBOL_GPL vmlinux 0x40936822 _RNvXs42_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_25local_apic__bindgen_ty_20NtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x4099f919 tun_ptr_free +EXPORT_SYMBOL_GPL vmlinux 0x40a0aafc __flush_tlb_all +EXPORT_SYMBOL_GPL vmlinux 0x40a4df29 dw_pcie_ep_init_notify +EXPORT_SYMBOL_GPL vmlinux 0x40acf711 acpi_dma_request_slave_chan_by_index +EXPORT_SYMBOL_GPL vmlinux 0x40af1ca7 em_dev_register_perf_domain +EXPORT_SYMBOL_GPL vmlinux 0x40afc2e5 sock_diag_register_inet_compat +EXPORT_SYMBOL_GPL vmlinux 0x40c7a6fe _RNvNvNtNtNtCs9WMcp1Hn5Bv_4core9core_arch3x864sse219__mm_srli_si128_impl4mask +EXPORT_SYMBOL_GPL vmlinux 0x40cd6863 _RNvXs15_NtNtCs9WMcp1Hn5Bv_4core3fmt3numyNtB8_8UpperHex3fmt +EXPORT_SYMBOL_GPL vmlinux 0x40cdfbce __platform_register_drivers +EXPORT_SYMBOL_GPL vmlinux 0x40d70fcf device_find_child_by_name +EXPORT_SYMBOL_GPL vmlinux 0x40d84ed2 do_xdp_generic +EXPORT_SYMBOL_GPL vmlinux 0x40dcf23d crypto_shash_final +EXPORT_SYMBOL_GPL vmlinux 0x40f0683e reset_control_put +EXPORT_SYMBOL_GPL vmlinux 0x40f1b6a4 _RNvXs_NtNtCs9WMcp1Hn5Bv_4core3str4iterNtB4_5CharsNtNtB8_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x40f8b94e ring_buffer_iter_dropped +EXPORT_SYMBOL_GPL vmlinux 0x40f8bd4e klist_add_before +EXPORT_SYMBOL_GPL vmlinux 0x40f9be9f rio_mport_initialize +EXPORT_SYMBOL_GPL vmlinux 0x40fdf349 elv_rqhash_del +EXPORT_SYMBOL_GPL vmlinux 0x4100a662 clk_get_scaled_duty_cycle +EXPORT_SYMBOL_GPL vmlinux 0x4101b234 iomap_release_folio +EXPORT_SYMBOL_GPL vmlinux 0x41074b1f debugfs_create_bool +EXPORT_SYMBOL_GPL vmlinux 0x41078df3 clk_hw_unregister +EXPORT_SYMBOL_GPL vmlinux 0x4113b52b usb_register_device_driver +EXPORT_SYMBOL_GPL vmlinux 0x4114e1bd da9052_regmap_config +EXPORT_SYMBOL_GPL vmlinux 0x4118ea38 vp_modern_get_queue_enable +EXPORT_SYMBOL_GPL vmlinux 0x411a8cb4 blk_insert_cloned_request +EXPORT_SYMBOL_GPL vmlinux 0x411b96a2 of_phandle_args_to_fwspec +EXPORT_SYMBOL_GPL vmlinux 0x411d0bea _RNvXs_NtNtNtCs9WMcp1Hn5Bv_4core3fmt3num3imphNtB8_7Display3fmt +EXPORT_SYMBOL_GPL vmlinux 0x412222fe led_trigger_remove +EXPORT_SYMBOL_GPL vmlinux 0x4129f5ee kernel_fpu_begin_mask +EXPORT_SYMBOL_GPL vmlinux 0x412bc681 ring_buffer_empty_cpu +EXPORT_SYMBOL_GPL vmlinux 0x414d119a videomode_from_timings +EXPORT_SYMBOL_GPL vmlinux 0x414ef4d4 udp_bpf_update_proto +EXPORT_SYMBOL_GPL vmlinux 0x41511fbf acpi_dev_get_resources +EXPORT_SYMBOL_GPL vmlinux 0x4154690c pci_epc_mem_free_addr +EXPORT_SYMBOL_GPL vmlinux 0x41551347 devm_hwspin_lock_free +EXPORT_SYMBOL_GPL vmlinux 0x415521ec __tracepoint_extlog_mem_event +EXPORT_SYMBOL_GPL vmlinux 0x415b4931 blk_rq_is_poll +EXPORT_SYMBOL_GPL vmlinux 0x415e9531 virtqueue_add_inbuf +EXPORT_SYMBOL_GPL vmlinux 0x4179f33d pci_epc_clear_bar +EXPORT_SYMBOL_GPL vmlinux 0x417d8207 pm_generic_poweroff +EXPORT_SYMBOL_GPL vmlinux 0x41814cb8 dirty_writeback_interval +EXPORT_SYMBOL_GPL vmlinux 0x41947633 usb_acpi_port_lpm_incapable +EXPORT_SYMBOL_GPL vmlinux 0x4195e1f0 devm_rtc_device_register +EXPORT_SYMBOL_GPL vmlinux 0x419e7efd sfp_module_stop +EXPORT_SYMBOL_GPL vmlinux 0x419ef230 fscrypt_set_context +EXPORT_SYMBOL_GPL vmlinux 0x41ac5855 balloon_page_list_dequeue +EXPORT_SYMBOL_GPL vmlinux 0x41b66a60 __traceiter_pelt_rt_tp +EXPORT_SYMBOL_GPL vmlinux 0x41b9a6e6 bsg_unregister_queue +EXPORT_SYMBOL_GPL vmlinux 0x41bce49a ghes_register_vendor_record_notifier +EXPORT_SYMBOL_GPL vmlinux 0x41c4fdbf dev_pm_opp_find_level_exact +EXPORT_SYMBOL_GPL vmlinux 0x41ccdd46 serial8250_em485_destroy +EXPORT_SYMBOL_GPL vmlinux 0x41d5adaa debugfs_create_file_unsafe +EXPORT_SYMBOL_GPL vmlinux 0x41ed3cec eventfd_ctx_remove_wait_queue +EXPORT_SYMBOL_GPL vmlinux 0x41f83a83 __devm_clk_hw_register_divider +EXPORT_SYMBOL_GPL vmlinux 0x420358a3 iommu_iova_to_phys +EXPORT_SYMBOL_GPL vmlinux 0x42041512 i2c_get_dma_safe_msg_buf +EXPORT_SYMBOL_GPL vmlinux 0x4204a4e5 __tracepoint_attach_device_to_domain +EXPORT_SYMBOL_GPL vmlinux 0x420bf0b0 wakeup_sources_walk_start +EXPORT_SYMBOL_GPL vmlinux 0x420ebc2a adp5520_write +EXPORT_SYMBOL_GPL vmlinux 0x420f3d01 nvmem_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x4210601e nfs_ssc_register +EXPORT_SYMBOL_GPL vmlinux 0x4213fed9 pm_runtime_autosuspend_expiration +EXPORT_SYMBOL_GPL vmlinux 0x42157680 clk_hw_init_rate_request +EXPORT_SYMBOL_GPL vmlinux 0x42203add relay_late_setup_files +EXPORT_SYMBOL_GPL vmlinux 0x4221a5c6 _RNvXsa_NtNtCs9WMcp1Hn5Bv_4core3fmt3numoNtB5_10DisplayInt5to_u8 +EXPORT_SYMBOL_GPL vmlinux 0x4223c3b6 __kthread_init_worker +EXPORT_SYMBOL_GPL vmlinux 0x4224530f platform_device_register_full +EXPORT_SYMBOL_GPL vmlinux 0x422e578a __SCT__tp_func_add_device_to_group +EXPORT_SYMBOL_GPL vmlinux 0x42341ce4 _RNvXs9_NtNtNtCs9WMcp1Hn5Bv_4core3fmt3num3imphNtB9_8LowerExp3fmt +EXPORT_SYMBOL_GPL vmlinux 0x4239118e start_poll_synchronize_srcu +EXPORT_SYMBOL_GPL vmlinux 0x4240ffd9 gpiod_set_debounce +EXPORT_SYMBOL_GPL vmlinux 0x4248c84b rio_dma_prep_slave_sg +EXPORT_SYMBOL_GPL vmlinux 0x424d0145 _RNvXsM_NtCs796HB7yPNRt_8bindings12bindings_rawNtB5_31edd_device_params__bindgen_ty_1NtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x424d3de7 acpi_find_child_device +EXPORT_SYMBOL_GPL vmlinux 0x424d84c3 _RNvXs3L_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_14deferred_splitNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x42551fdf balloon_page_alloc +EXPORT_SYMBOL_GPL vmlinux 0x42599858 of_pm_clk_add_clk +EXPORT_SYMBOL_GPL vmlinux 0x42635d55 pm_suspend_global_flags +EXPORT_SYMBOL_GPL vmlinux 0x426452a3 acpi_evaluation_failure_warn +EXPORT_SYMBOL_GPL vmlinux 0x426f9eca ipv6_recv_error +EXPORT_SYMBOL_GPL vmlinux 0x4271a233 crypto_hash_alg_has_setkey +EXPORT_SYMBOL_GPL vmlinux 0x4279de8d pm_generic_runtime_resume +EXPORT_SYMBOL_GPL vmlinux 0x42825ce2 rcu_scheduler_active +EXPORT_SYMBOL_GPL vmlinux 0x4292a6ca regulator_get_voltage_rdev +EXPORT_SYMBOL_GPL vmlinux 0x429c3f9c reboot_mode +EXPORT_SYMBOL_GPL vmlinux 0x429ee31b fat_time_unix2fat +EXPORT_SYMBOL_GPL vmlinux 0x42b3f453 _RNvXsv_NtNtCs9WMcp1Hn5Bv_4core3fmt3numiNtB7_8UpperHex3fmt +EXPORT_SYMBOL_GPL vmlinux 0x42bf8fe1 list_lru_del +EXPORT_SYMBOL_GPL vmlinux 0x42d1a728 xen_xlate_unmap_gfn_range +EXPORT_SYMBOL_GPL vmlinux 0x42d4a91d led_set_brightness_nopm +EXPORT_SYMBOL_GPL vmlinux 0x42d4ab5d da903x_clr_bits +EXPORT_SYMBOL_GPL vmlinux 0x42d93521 _RNvXs1N_NtNtCs9WMcp1Hn5Bv_4core3str4iterNtB6_8LinesAnyNtNtBa_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x42ef1e69 tty_register_device_attr +EXPORT_SYMBOL_GPL vmlinux 0x42f1647e fsnotify_put_mark +EXPORT_SYMBOL_GPL vmlinux 0x42f3c581 debugfs_create_x64 +EXPORT_SYMBOL_GPL vmlinux 0x42f728aa mctrl_gpio_get_outputs +EXPORT_SYMBOL_GPL vmlinux 0x42f96813 ehci_handshake +EXPORT_SYMBOL_GPL vmlinux 0x42fdea98 sched_set_fifo_low +EXPORT_SYMBOL_GPL vmlinux 0x430315fb skb_zerocopy_headlen +EXPORT_SYMBOL_GPL vmlinux 0x430d88ec __traceiter_arm_event +EXPORT_SYMBOL_GPL vmlinux 0x431b2064 __tracepoint_suspend_resume +EXPORT_SYMBOL_GPL vmlinux 0x431fb137 _RNvMs3_NtNtCs9WMcp1Hn5Bv_4core4char7convertNtB5_14ParseCharError13___description +EXPORT_SYMBOL_GPL vmlinux 0x43245734 ipv4_redirect +EXPORT_SYMBOL_GPL vmlinux 0x43265b24 dev_attr_unload_heads +EXPORT_SYMBOL_GPL vmlinux 0x43373a8d ata_pci_device_do_suspend +EXPORT_SYMBOL_GPL vmlinux 0x434bd655 software_node_fwnode +EXPORT_SYMBOL_GPL vmlinux 0x434f5a0e is_nvdimm_sync +EXPORT_SYMBOL_GPL vmlinux 0x4357074b fpstate_clear_xstate_component +EXPORT_SYMBOL_GPL vmlinux 0x436d817f mpi_clear_bit +EXPORT_SYMBOL_GPL vmlinux 0x437401a0 get_task_mm +EXPORT_SYMBOL_GPL vmlinux 0x437eb1df ipv6_mod_enabled +EXPORT_SYMBOL_GPL vmlinux 0x437f9ddf attribute_container_find_class_device +EXPORT_SYMBOL_GPL vmlinux 0x438d8df2 iova_cache_get +EXPORT_SYMBOL_GPL vmlinux 0x438eef56 iommu_group_add_device +EXPORT_SYMBOL_GPL vmlinux 0x43a66b29 pci_bridge_secondary_bus_reset +EXPORT_SYMBOL_GPL vmlinux 0x43aa319e lease_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x43b1e88a nfct_btf_struct_access +EXPORT_SYMBOL_GPL vmlinux 0x43c58ff1 tcp_get_info +EXPORT_SYMBOL_GPL vmlinux 0x43c71692 i2c_recover_bus +EXPORT_SYMBOL_GPL vmlinux 0x43caa7c0 regmap_irq_get_irq_reg_linear +EXPORT_SYMBOL_GPL vmlinux 0x43d09510 pci_find_next_ht_capability +EXPORT_SYMBOL_GPL vmlinux 0x43d22c85 fat_time_fat2unix +EXPORT_SYMBOL_GPL vmlinux 0x43d5c892 _RNvXs1p_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_10tracepointNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x43eb7539 tpm_transmit_cmd +EXPORT_SYMBOL_GPL vmlinux 0x43f4e24b hwpoison_filter +EXPORT_SYMBOL_GPL vmlinux 0x43f61ce3 i2c_new_scanned_device +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 0x440ff43c _RNvNvMsS_NtNtCs9WMcp1Hn5Bv_4core3num7nonzeroNtB7_10NonZeroI3213new_unchecked8comptime +EXPORT_SYMBOL_GPL vmlinux 0x441db4a8 sdio_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0x44241f44 _RNvXs2s_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_16swait_queue_headNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x442471eb phy_get_rate_matching +EXPORT_SYMBOL_GPL vmlinux 0x442deaa9 poll_state_synchronize_rcu +EXPORT_SYMBOL_GPL vmlinux 0x442ff861 param_ops_bool_enable_only +EXPORT_SYMBOL_GPL vmlinux 0x44342b7a tpm_pm_resume +EXPORT_SYMBOL_GPL vmlinux 0x4435efc3 pm_clk_init +EXPORT_SYMBOL_GPL vmlinux 0x4435f924 debugfs_create_x8 +EXPORT_SYMBOL_GPL vmlinux 0x444c0970 rio_register_mport +EXPORT_SYMBOL_GPL vmlinux 0x447ef617 gpiod_set_transitory +EXPORT_SYMBOL_GPL vmlinux 0x447f5a42 max8997_bulk_write +EXPORT_SYMBOL_GPL vmlinux 0x44819eb4 bsg_job_put +EXPORT_SYMBOL_GPL vmlinux 0x4481b505 tty_set_ldisc +EXPORT_SYMBOL_GPL vmlinux 0x448390a2 irq_domain_free_fwnode +EXPORT_SYMBOL_GPL vmlinux 0x4484a5a4 wait_for_device_probe +EXPORT_SYMBOL_GPL vmlinux 0x448bfc03 usb_get_maximum_speed +EXPORT_SYMBOL_GPL vmlinux 0x4490eba8 phy_gbit_fibre_features +EXPORT_SYMBOL_GPL vmlinux 0x449347e7 tcpv6_prot +EXPORT_SYMBOL_GPL vmlinux 0x449350eb devm_hwspin_lock_request_specific +EXPORT_SYMBOL_GPL vmlinux 0x449ed4bc _RNvXs30_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_13uprobes_stateNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x44a3726e perf_tp_event +EXPORT_SYMBOL_GPL vmlinux 0x44a6ea84 inverse_translate +EXPORT_SYMBOL_GPL vmlinux 0x44b4dc28 rtnl_link_unregister +EXPORT_SYMBOL_GPL vmlinux 0x44b65f89 iomap_file_buffered_write_punch_delalloc +EXPORT_SYMBOL_GPL vmlinux 0x44bac6bf pci_alloc_p2pmem +EXPORT_SYMBOL_GPL vmlinux 0x44bae227 bit_wait_timeout +EXPORT_SYMBOL_GPL vmlinux 0x44c29a9c gpiod_set_array_value +EXPORT_SYMBOL_GPL vmlinux 0x44cf8cf0 blk_zone_cond_str +EXPORT_SYMBOL_GPL vmlinux 0x44da3db5 acpi_device_fix_up_power_extended +EXPORT_SYMBOL_GPL vmlinux 0x44e1e9aa balloon_stats +EXPORT_SYMBOL_GPL vmlinux 0x44e46233 devres_add +EXPORT_SYMBOL_GPL vmlinux 0x44e7a892 ata_sff_dev_classify +EXPORT_SYMBOL_GPL vmlinux 0x44f0e0f1 ata_do_dev_read_id +EXPORT_SYMBOL_GPL vmlinux 0x44f1ccf3 report_iommu_fault +EXPORT_SYMBOL_GPL vmlinux 0x44f64905 device_match_fwnode +EXPORT_SYMBOL_GPL vmlinux 0x450110e8 perf_assign_events +EXPORT_SYMBOL_GPL vmlinux 0x4507f4a8 cpuhp_tasks_frozen +EXPORT_SYMBOL_GPL vmlinux 0x4511dd0d _RNvXs0_NtNtCs9WMcp1Hn5Bv_4core4char6decodeNtB5_16DecodeUtf16ErrorNtNtB9_3fmt7Display3fmt +EXPORT_SYMBOL_GPL vmlinux 0x451618d0 sbitmap_del_wait_queue +EXPORT_SYMBOL_GPL vmlinux 0x451b78fe blk_set_pm_only +EXPORT_SYMBOL_GPL vmlinux 0x4520596c kernfs_put +EXPORT_SYMBOL_GPL vmlinux 0x4523cba7 mm_kobj +EXPORT_SYMBOL_GPL vmlinux 0x4528a8e0 ata_sff_data_xfer32 +EXPORT_SYMBOL_GPL vmlinux 0x4531624f usb_decode_ctrl +EXPORT_SYMBOL_GPL vmlinux 0x4531ab62 copy_from_kernel_nofault +EXPORT_SYMBOL_GPL vmlinux 0x453c6c41 edac_mc_add_mc_with_groups +EXPORT_SYMBOL_GPL vmlinux 0x4541fe0d mtrr_state +EXPORT_SYMBOL_GPL vmlinux 0x4553ae6c tcp_set_keepalive +EXPORT_SYMBOL_GPL vmlinux 0x45558f56 clk_unregister_fixed_factor +EXPORT_SYMBOL_GPL vmlinux 0x455fbb11 handle_mm_fault +EXPORT_SYMBOL_GPL vmlinux 0x4560c83b __xdp_build_skb_from_frame +EXPORT_SYMBOL_GPL vmlinux 0x4562e4a6 firmware_request_cache +EXPORT_SYMBOL_GPL vmlinux 0x457594fa crypto_alg_list +EXPORT_SYMBOL_GPL vmlinux 0x459e6151 mm_unaccount_pinned_pages +EXPORT_SYMBOL_GPL vmlinux 0x45a25ee5 locks_owner_has_blockers +EXPORT_SYMBOL_GPL vmlinux 0x45a2aad9 task_user_regset_view +EXPORT_SYMBOL_GPL vmlinux 0x45aa16fa led_trigger_register_simple +EXPORT_SYMBOL_GPL vmlinux 0x45b99cd3 skb_pull_rcsum +EXPORT_SYMBOL_GPL vmlinux 0x45cf6f10 bpf_sk_storage_diag_put +EXPORT_SYMBOL_GPL vmlinux 0x45d14bdf hypercall_page +EXPORT_SYMBOL_GPL vmlinux 0x45d2eefe regulator_unregister_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0x45d5c108 dma_run_dependencies +EXPORT_SYMBOL_GPL vmlinux 0x45da12a0 regulator_list_voltage_linear +EXPORT_SYMBOL_GPL vmlinux 0x45dbf953 __tracepoint_pelt_thermal_tp +EXPORT_SYMBOL_GPL vmlinux 0x45f1780d wbc_attach_and_unlock_inode +EXPORT_SYMBOL_GPL vmlinux 0x4600f6db pci_load_and_free_saved_state +EXPORT_SYMBOL_GPL vmlinux 0x46013233 net_dec_ingress_queue +EXPORT_SYMBOL_GPL vmlinux 0x46030074 __hrtimer_get_remaining +EXPORT_SYMBOL_GPL vmlinux 0x460375c7 tcp_is_ulp_esp +EXPORT_SYMBOL_GPL vmlinux 0x46047827 __SCT__tp_func_ata_exec_command +EXPORT_SYMBOL_GPL vmlinux 0x460e683f __pci_hp_register +EXPORT_SYMBOL_GPL vmlinux 0x461e3a63 sysfs_create_bin_file +EXPORT_SYMBOL_GPL vmlinux 0x46275130 mas_expected_entries +EXPORT_SYMBOL_GPL vmlinux 0x4627b6d4 xfer_to_guest_mode_handle_work +EXPORT_SYMBOL_GPL vmlinux 0x46290890 _RNvXse_NtCs796HB7yPNRt_8bindings12bindings_rawNtB5_10hlist_headNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x4633e7eb _RNvXsB_NtCs9WMcp1Hn5Bv_4core4charNtB5_11ToUppercaseNtNtB7_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x46397a49 powercap_unregister_zone +EXPORT_SYMBOL_GPL vmlinux 0x46467568 ata_pci_remove_one +EXPORT_SYMBOL_GPL vmlinux 0x4661765a xdp_master_redirect +EXPORT_SYMBOL_GPL vmlinux 0x466449d9 dw_pcie_write_dbi +EXPORT_SYMBOL_GPL vmlinux 0x466614a4 dw_pcie_ep_init +EXPORT_SYMBOL_GPL vmlinux 0x4670c3ad crypto_alloc_sync_skcipher +EXPORT_SYMBOL_GPL vmlinux 0x4676a20c strp_check_rcv +EXPORT_SYMBOL_GPL vmlinux 0x46790fa1 _RNvXs2w_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_14___kernel_timexNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x4687fe60 ehci_suspend +EXPORT_SYMBOL_GPL vmlinux 0x4688ccc2 _RNvNvMNtCs9WMcp1Hn5Bv_4core3f64d7to_bits13ct_f64_to_u64 +EXPORT_SYMBOL_GPL vmlinux 0x4688d7ec pvclock_gtod_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x46933339 irq_create_mapping_affinity +EXPORT_SYMBOL_GPL vmlinux 0x469a46ae vcap_enable_lookups +EXPORT_SYMBOL_GPL vmlinux 0x469be3e4 rdev_clear_badblocks +EXPORT_SYMBOL_GPL vmlinux 0x46a4b118 hrtimer_cancel +EXPORT_SYMBOL_GPL vmlinux 0x46a6c9ef hv_get_tsc_page +EXPORT_SYMBOL_GPL vmlinux 0x46c14e93 xfrm_audit_state_replay +EXPORT_SYMBOL_GPL vmlinux 0x46c61de3 acpi_install_cmos_rtc_space_handler +EXPORT_SYMBOL_GPL vmlinux 0x46c9addb scsi_queue_work +EXPORT_SYMBOL_GPL vmlinux 0x46d52a7a scsi_nl_sock +EXPORT_SYMBOL_GPL vmlinux 0x46da532a intel_pinctrl_probe_by_uid +EXPORT_SYMBOL_GPL vmlinux 0x46dc5a5f pci_user_write_config_dword +EXPORT_SYMBOL_GPL vmlinux 0x46ef7191 spi_controller_dma_map_mem_op_data +EXPORT_SYMBOL_GPL vmlinux 0x46ef8703 phy_basic_t1_features +EXPORT_SYMBOL_GPL vmlinux 0x46f6266a _RNvMs1_NtNtCs9WMcp1Hn5Bv_4core3fmt8buildersNtB5_11DebugStruct5field +EXPORT_SYMBOL_GPL vmlinux 0x46fb9913 hvc_remove +EXPORT_SYMBOL_GPL vmlinux 0x46fe24aa irq_gc_ack_set_bit +EXPORT_SYMBOL_GPL vmlinux 0x4700faf3 _RNvXs1t_NtNtCs9WMcp1Hn5Bv_4core3fmt3numoNtB8_8UpperExp3fmt +EXPORT_SYMBOL_GPL vmlinux 0x4707aa0e virtqueue_enable_cb_prepare +EXPORT_SYMBOL_GPL vmlinux 0x47136cfc bio_start_io_acct +EXPORT_SYMBOL_GPL vmlinux 0x47229b5c gpio_request +EXPORT_SYMBOL_GPL vmlinux 0x472ede4c ping_init_sock +EXPORT_SYMBOL_GPL vmlinux 0x47404b4e dma_resv_get_fences +EXPORT_SYMBOL_GPL vmlinux 0x4741f5dd debugfs_create_u8 +EXPORT_SYMBOL_GPL vmlinux 0x474ae0f5 ata_scsi_queuecmd +EXPORT_SYMBOL_GPL vmlinux 0x474b5b62 ehci_setup +EXPORT_SYMBOL_GPL vmlinux 0x4761f17c register_netevent_notifier +EXPORT_SYMBOL_GPL vmlinux 0x4779062a phy_configure +EXPORT_SYMBOL_GPL vmlinux 0x47857738 register_net_sysctl +EXPORT_SYMBOL_GPL vmlinux 0x47884890 system_power_efficient_wq +EXPORT_SYMBOL_GPL vmlinux 0x478986a7 ata_noop_qc_prep +EXPORT_SYMBOL_GPL vmlinux 0x478e81f8 tcp_orphan_count +EXPORT_SYMBOL_GPL vmlinux 0x4791cb91 apei_mce_report_mem_error +EXPORT_SYMBOL_GPL vmlinux 0x4794af9e gpiod_get_raw_array_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x479803b9 base64_encode +EXPORT_SYMBOL_GPL vmlinux 0x4799db06 usb_sg_cancel +EXPORT_SYMBOL_GPL vmlinux 0x479f7d4b clk_bulk_disable +EXPORT_SYMBOL_GPL vmlinux 0x47a418b8 _RNvXsh_NtNtCs9WMcp1Hn5Bv_4core3num5errorNtB5_12IntErrorKindNtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x47a50149 dev_pm_opp_get_opp_count +EXPORT_SYMBOL_GPL vmlinux 0x47aad3b9 have_governor_per_policy +EXPORT_SYMBOL_GPL vmlinux 0x47c9fdec pm_clk_remove +EXPORT_SYMBOL_GPL vmlinux 0x47ca54b7 bdev_disk_changed +EXPORT_SYMBOL_GPL vmlinux 0x47cb4a83 _RNvXsb_NtNtCs9WMcp1Hn5Bv_4core3fmt3numjNtB5_10DisplayInt6to_u64 +EXPORT_SYMBOL_GPL vmlinux 0x47d0eea2 acpi_lpat_temp_to_raw +EXPORT_SYMBOL_GPL vmlinux 0x47d89f15 usb_hcd_unmap_urb_for_dma +EXPORT_SYMBOL_GPL vmlinux 0x47de0dc7 clk_unregister_mux +EXPORT_SYMBOL_GPL vmlinux 0x47defaaf rio_add_device +EXPORT_SYMBOL_GPL vmlinux 0x47ec54c0 pm_generic_restore_early +EXPORT_SYMBOL_GPL vmlinux 0x480305ca kmsg_dump_rewind +EXPORT_SYMBOL_GPL vmlinux 0x4812b68c tty_ldisc_flush +EXPORT_SYMBOL_GPL vmlinux 0x48152e92 _RNvXsm_NtCs796HB7yPNRt_8bindings12bindings_rawNtB5_12raw_spinlockNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x481c4be4 uprobe_register_refctr +EXPORT_SYMBOL_GPL vmlinux 0x481d008d iov_iter_is_aligned +EXPORT_SYMBOL_GPL vmlinux 0x481f9b7d mpi_mulm +EXPORT_SYMBOL_GPL vmlinux 0x48203853 em_cpu_get +EXPORT_SYMBOL_GPL vmlinux 0x48246987 reset_control_get_count +EXPORT_SYMBOL_GPL vmlinux 0x4828e77b acpi_scan_lock_acquire +EXPORT_SYMBOL_GPL vmlinux 0x483d4a72 edac_get_sysfs_subsys +EXPORT_SYMBOL_GPL vmlinux 0x48566068 tpm2_get_cc_attrs_tbl +EXPORT_SYMBOL_GPL vmlinux 0x485e4452 iommu_fwspec_free +EXPORT_SYMBOL_GPL vmlinux 0x486dedc3 ghes_unregister_vendor_record_notifier +EXPORT_SYMBOL_GPL vmlinux 0x487e2d6d _RNvXsp_NtNtCs9WMcp1Hn5Bv_4core9core_arch4simdNtB5_4i8x4NtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x48813faf vcap_del_rules +EXPORT_SYMBOL_GPL vmlinux 0x488bcd45 _RNvXs3G_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_13per_cpu_pagesNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x488e6a7d generic_online_page +EXPORT_SYMBOL_GPL vmlinux 0x48a3d20b mctrl_gpio_get +EXPORT_SYMBOL_GPL vmlinux 0x48ab767e _RNvXs3H_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_16per_cpu_nodestatNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x48b96e93 gpiod_get_raw_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x48cdb0e3 ipv6_bpf_stub +EXPORT_SYMBOL_GPL vmlinux 0x48d56b2b modify_ftrace_direct_multi_nolock +EXPORT_SYMBOL_GPL vmlinux 0x48e080b1 x86_virt_spec_ctrl +EXPORT_SYMBOL_GPL vmlinux 0x48eab138 _RNvXsb_NtNtCs9WMcp1Hn5Bv_4core3num5errorNtB5_13ParseIntErrorNtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x48f228de debugfs_rename +EXPORT_SYMBOL_GPL vmlinux 0x48f93a1a __fat_fs_error +EXPORT_SYMBOL_GPL vmlinux 0x48fdbb0d ip6_datagram_release_cb +EXPORT_SYMBOL_GPL vmlinux 0x48ff8767 devlink_dpipe_match_put +EXPORT_SYMBOL_GPL vmlinux 0x4904c8a9 fl6_update_dst +EXPORT_SYMBOL_GPL vmlinux 0x4904cacd sata_set_spd +EXPORT_SYMBOL_GPL vmlinux 0x490710b4 balance_dirty_pages_ratelimited_flags +EXPORT_SYMBOL_GPL vmlinux 0x491285d8 devres_remove +EXPORT_SYMBOL_GPL vmlinux 0x4916bb6c device_add +EXPORT_SYMBOL_GPL vmlinux 0x49242bc7 freezer_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0x49249866 iommu_group_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0x4930fdfc dw_pcie_own_conf_map_bus +EXPORT_SYMBOL_GPL vmlinux 0x4934bdd0 crypto_check_attr_type +EXPORT_SYMBOL_GPL vmlinux 0x4939ebcd numa_map_to_online_node +EXPORT_SYMBOL_GPL vmlinux 0x495a4221 __SCT__tp_func_rpm_return_int +EXPORT_SYMBOL_GPL vmlinux 0x49608959 migrate_disable +EXPORT_SYMBOL_GPL vmlinux 0x4968cdc5 mddev_suspend +EXPORT_SYMBOL_GPL vmlinux 0x497465e5 pm_generic_resume_early +EXPORT_SYMBOL_GPL vmlinux 0x49811fcb perf_pmu_register +EXPORT_SYMBOL_GPL vmlinux 0x499043d3 crypto_init_queue +EXPORT_SYMBOL_GPL vmlinux 0x49927d25 page_reporting_unregister +EXPORT_SYMBOL_GPL vmlinux 0x49936233 i2c_client_type +EXPORT_SYMBOL_GPL vmlinux 0x49979a4a virtqueue_kick +EXPORT_SYMBOL_GPL vmlinux 0x499cb422 crypto_rng_reset +EXPORT_SYMBOL_GPL vmlinux 0x49c6c4fc pci_pasid_features +EXPORT_SYMBOL_GPL vmlinux 0x49cd25ed alloc_workqueue +EXPORT_SYMBOL_GPL vmlinux 0x49e96999 cond_synchronize_rcu +EXPORT_SYMBOL_GPL vmlinux 0x49e9e542 __inet_lookup_listener +EXPORT_SYMBOL_GPL vmlinux 0x49ee7b44 xdp_build_skb_from_frame +EXPORT_SYMBOL_GPL vmlinux 0x49fda0d8 splice_to_pipe +EXPORT_SYMBOL_GPL vmlinux 0x4a0d29f7 fpu_free_guest_fpstate +EXPORT_SYMBOL_GPL vmlinux 0x4a17ed66 sysrq_mask +EXPORT_SYMBOL_GPL vmlinux 0x4a233d21 _RNvXs8_NtNtCs9WMcp1Hn5Bv_4core3fmt3nummNtB5_10DisplayInt6to_u32 +EXPORT_SYMBOL_GPL vmlinux 0x4a2a67eb sdio_f0_readb +EXPORT_SYMBOL_GPL vmlinux 0x4a340a2e _RNvXsX_NtNtCs9WMcp1Hn5Bv_4core3fmt3nummNtB7_8UpperHex3fmt +EXPORT_SYMBOL_GPL vmlinux 0x4a37946b __traceiter_rpm_return_int +EXPORT_SYMBOL_GPL vmlinux 0x4a420d09 acpi_bus_detach_private_data +EXPORT_SYMBOL_GPL vmlinux 0x4a55c1ec pci_msi_mask_irq +EXPORT_SYMBOL_GPL vmlinux 0x4a5ba76c rio_map_inb_region +EXPORT_SYMBOL_GPL vmlinux 0x4a6a34b1 udp4_hwcsum +EXPORT_SYMBOL_GPL vmlinux 0x4a88aadc debugfs_create_x16 +EXPORT_SYMBOL_GPL vmlinux 0x4aa577b2 xfrm_audit_state_delete +EXPORT_SYMBOL_GPL vmlinux 0x4ab02365 tcp_sendpage_locked +EXPORT_SYMBOL_GPL vmlinux 0x4ab0bc15 gpiod_direction_output_raw +EXPORT_SYMBOL_GPL vmlinux 0x4acbcce1 ip_local_out +EXPORT_SYMBOL_GPL vmlinux 0x4ae65814 devm_gpiod_get_array_optional +EXPORT_SYMBOL_GPL vmlinux 0x4afe811b pci_create_slot +EXPORT_SYMBOL_GPL vmlinux 0x4b004cb4 amd_iommu_is_attach_deferred +EXPORT_SYMBOL_GPL vmlinux 0x4b18871f da9052_request_irq +EXPORT_SYMBOL_GPL vmlinux 0x4b1cfa14 fwnode_graph_get_next_endpoint +EXPORT_SYMBOL_GPL vmlinux 0x4b27e9cd acpi_cppc_processor_probe +EXPORT_SYMBOL_GPL vmlinux 0x4b30a80f ipv4_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0x4b332df8 hv_get_tsc_pfn +EXPORT_SYMBOL_GPL vmlinux 0x4b37e9e5 dev_err_probe +EXPORT_SYMBOL_GPL vmlinux 0x4b3f6fb0 tpm_chip_unregister +EXPORT_SYMBOL_GPL vmlinux 0x4b4cd691 __serdev_device_driver_register +EXPORT_SYMBOL_GPL vmlinux 0x4b4f749c tpm_tis_core_init +EXPORT_SYMBOL_GPL vmlinux 0x4b5115e5 crypto_unregister_scomps +EXPORT_SYMBOL_GPL vmlinux 0x4b56ce05 xenmem_reservation_increase +EXPORT_SYMBOL_GPL vmlinux 0x4b5acf74 rhashtable_init +EXPORT_SYMBOL_GPL vmlinux 0x4b5f346f ata_bmdma_error_handler +EXPORT_SYMBOL_GPL vmlinux 0x4b6575b6 gpiod_direction_output +EXPORT_SYMBOL_GPL vmlinux 0x4b6d62ae usb_set_interface +EXPORT_SYMBOL_GPL vmlinux 0x4b717f82 blk_req_zone_write_trylock +EXPORT_SYMBOL_GPL vmlinux 0x4b762828 start_thread +EXPORT_SYMBOL_GPL vmlinux 0x4b78ac28 raw_hash_sk +EXPORT_SYMBOL_GPL vmlinux 0x4b931968 xen_features +EXPORT_SYMBOL_GPL vmlinux 0x4badf4da dw_pcie_read_dbi +EXPORT_SYMBOL_GPL vmlinux 0x4bc82708 mbox_request_channel_byname +EXPORT_SYMBOL_GPL vmlinux 0x4bc8727f xen_balloon_init +EXPORT_SYMBOL_GPL vmlinux 0x4bd6f08b misc_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0x4bdb8dcc housekeeping_test_cpu +EXPORT_SYMBOL_GPL vmlinux 0x4be58c6c xen_unmap_domain_gfn_range +EXPORT_SYMBOL_GPL vmlinux 0x4bf2f3eb ata_scsi_slave_config +EXPORT_SYMBOL_GPL vmlinux 0x4bfd398d hwrng_msleep +EXPORT_SYMBOL_GPL vmlinux 0x4bfe3cb5 blk_queue_required_elevator_features +EXPORT_SYMBOL_GPL vmlinux 0x4c0e8c94 devm_regulator_bulk_put +EXPORT_SYMBOL_GPL vmlinux 0x4c217881 bus_sort_breadthfirst +EXPORT_SYMBOL_GPL vmlinux 0x4c2468fc _RNvXsp_NtNtCs9WMcp1Hn5Bv_4core3fmt3numNtB5_5OctalNtB5_12GenericRadix5digit +EXPORT_SYMBOL_GPL vmlinux 0x4c2a70e3 devm_pm_clk_create +EXPORT_SYMBOL_GPL vmlinux 0x4c2b351d start_poll_synchronize_rcu_expedited +EXPORT_SYMBOL_GPL vmlinux 0x4c2c0ea7 evtchn_make_refcounted +EXPORT_SYMBOL_GPL vmlinux 0x4c3100fe _RNvXs5_NtNtCs9WMcp1Hn5Bv_4core3fmt3numiNtB5_10DisplayInt7to_u128 +EXPORT_SYMBOL_GPL vmlinux 0x4c3910f3 tracing_snapshot_cond_disable +EXPORT_SYMBOL_GPL vmlinux 0x4c49f1de hv_clock_per_cpu +EXPORT_SYMBOL_GPL vmlinux 0x4c4cc789 power_supply_register_no_ws +EXPORT_SYMBOL_GPL vmlinux 0x4c4d2711 fsverity_cleanup_inode +EXPORT_SYMBOL_GPL vmlinux 0x4c549b36 __traceiter_xhci_dbg_quirks +EXPORT_SYMBOL_GPL vmlinux 0x4c553499 devm_clk_get_optional_prepared +EXPORT_SYMBOL_GPL vmlinux 0x4c5c986b ptp_classify_raw +EXPORT_SYMBOL_GPL vmlinux 0x4c762b5c x86_stepping +EXPORT_SYMBOL_GPL vmlinux 0x4c8adfe1 hv_root_partition +EXPORT_SYMBOL_GPL vmlinux 0x4c8fa5aa genphy_c45_pma_setup_forced +EXPORT_SYMBOL_GPL vmlinux 0x4c9a98fb dm_internal_suspend_fast +EXPORT_SYMBOL_GPL vmlinux 0x4c9ceb1e devm_regmap_del_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0x4ca5590e mas_prev +EXPORT_SYMBOL_GPL vmlinux 0x4cab3484 find_asymmetric_key +EXPORT_SYMBOL_GPL vmlinux 0x4cb27100 ktime_get_snapshot +EXPORT_SYMBOL_GPL vmlinux 0x4cc51653 xfrm_audit_state_icvfail +EXPORT_SYMBOL_GPL vmlinux 0x4cdd22ba vp_legacy_get_queue_enable +EXPORT_SYMBOL_GPL vmlinux 0x4cf23d49 inet_csk_route_req +EXPORT_SYMBOL_GPL vmlinux 0x4cf2adaa gpiochip_disable_irq +EXPORT_SYMBOL_GPL vmlinux 0x4cf885c4 usb_device_match_id +EXPORT_SYMBOL_GPL vmlinux 0x4d0015e2 cpu_hotplug_disable +EXPORT_SYMBOL_GPL vmlinux 0x4d0e5f94 nf_ct_hook +EXPORT_SYMBOL_GPL vmlinux 0x4d14bc1d dax_remap_file_range_prep +EXPORT_SYMBOL_GPL vmlinux 0x4d24a1e4 sbitmap_finish_wait +EXPORT_SYMBOL_GPL vmlinux 0x4d386ed8 phy_driver_is_genphy +EXPORT_SYMBOL_GPL vmlinux 0x4d6377e2 sata_link_scr_lpm +EXPORT_SYMBOL_GPL vmlinux 0x4d69641f dev_pm_opp_sync_regulators +EXPORT_SYMBOL_GPL vmlinux 0x4d6d0bbc iommu_group_ref_get +EXPORT_SYMBOL_GPL vmlinux 0x4d7272e4 migrate_enable +EXPORT_SYMBOL_GPL vmlinux 0x4d7ed047 __fl6_sock_lookup +EXPORT_SYMBOL_GPL vmlinux 0x4d98e248 serial8250_rpm_get +EXPORT_SYMBOL_GPL vmlinux 0x4dae01d8 devlink_linecard_create +EXPORT_SYMBOL_GPL vmlinux 0x4dae16e4 i2c_put_dma_safe_msg_buf +EXPORT_SYMBOL_GPL vmlinux 0x4ddac73a irq_gc_mask_disable_reg +EXPORT_SYMBOL_GPL vmlinux 0x4ddcfd0f trace_event_raw_init +EXPORT_SYMBOL_GPL vmlinux 0x4de17ab3 usb_state_string +EXPORT_SYMBOL_GPL vmlinux 0x4de65f8e pci_p2pmem_alloc_sgl +EXPORT_SYMBOL_GPL vmlinux 0x4dea3a89 pci_create_root_bus +EXPORT_SYMBOL_GPL vmlinux 0x4e07e6e8 _RNvMs4_NtNtCs9WMcp1Hn5Bv_4core3fmt8buildersNtB5_8DebugSet6finish +EXPORT_SYMBOL_GPL vmlinux 0x4e096702 power_supply_set_property +EXPORT_SYMBOL_GPL vmlinux 0x4e0efd2a i2c_new_client_device +EXPORT_SYMBOL_GPL vmlinux 0x4e13299b get_user_pages_fast +EXPORT_SYMBOL_GPL vmlinux 0x4e138b0c pci_epc_get_msix +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 0x4e4474dd regulator_get_mode +EXPORT_SYMBOL_GPL vmlinux 0x4e48abc2 msi_next_desc +EXPORT_SYMBOL_GPL vmlinux 0x4e4c37e2 freq_qos_remove_notifier +EXPORT_SYMBOL_GPL vmlinux 0x4e50a9ed device_set_wakeup_capable +EXPORT_SYMBOL_GPL vmlinux 0x4e53e4c4 devlink_param_value_changed +EXPORT_SYMBOL_GPL vmlinux 0x4e657485 free_io_pgtable_ops +EXPORT_SYMBOL_GPL vmlinux 0x4e68b768 synchronize_srcu +EXPORT_SYMBOL_GPL vmlinux 0x4e76830f iomap_page_mkwrite +EXPORT_SYMBOL_GPL vmlinux 0x4e7be599 acpi_spi_count_resources +EXPORT_SYMBOL_GPL vmlinux 0x4e83ebc4 max8997_write_reg +EXPORT_SYMBOL_GPL vmlinux 0x4eac5fc1 cpu_mitigations_auto_nosmt +EXPORT_SYMBOL_GPL vmlinux 0x4eb0b36b power_supply_property_is_writeable +EXPORT_SYMBOL_GPL vmlinux 0x4eb42f92 inet6_sock_destruct +EXPORT_SYMBOL_GPL vmlinux 0x4eb5aca5 _RNvXs3F_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_6lruvecNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x4ece3615 blocking_notifier_chain_unregister +EXPORT_SYMBOL_GPL vmlinux 0x4ed92394 devlink_port_linecard_set +EXPORT_SYMBOL_GPL vmlinux 0x4eeab98f zone_device_page_init +EXPORT_SYMBOL_GPL vmlinux 0x4eec8ddf _RNvXs6_NtNtNtCs9WMcp1Hn5Bv_4core3fmt3num3impjNtB9_7Display3fmt +EXPORT_SYMBOL_GPL vmlinux 0x4ef5bcf4 perf_swevent_get_recursion_context +EXPORT_SYMBOL_GPL vmlinux 0x4ef95ff1 __unwind_start +EXPORT_SYMBOL_GPL vmlinux 0x4efc8427 ata_link_online +EXPORT_SYMBOL_GPL vmlinux 0x4efcf021 mpi_normalize +EXPORT_SYMBOL_GPL vmlinux 0x4efea120 irq_domain_xlate_twocell +EXPORT_SYMBOL_GPL vmlinux 0x4f1e3582 __blk_req_zone_write_lock +EXPORT_SYMBOL_GPL vmlinux 0x4f242181 fuse_mount_remove +EXPORT_SYMBOL_GPL vmlinux 0x4f2593f0 btree_update +EXPORT_SYMBOL_GPL vmlinux 0x4f2c996d kmsg_dump_get_line +EXPORT_SYMBOL_GPL vmlinux 0x4f383e14 get_cpu_device +EXPORT_SYMBOL_GPL vmlinux 0x4f38472c genphy_c45_pma_resume +EXPORT_SYMBOL_GPL vmlinux 0x4f3b9b10 edac_device_del_device +EXPORT_SYMBOL_GPL vmlinux 0x4f42f347 _RNvNtCs9WMcp1Hn5Bv_4core9panicking5panic +EXPORT_SYMBOL_GPL vmlinux 0x4f4e1840 extcon_get_edev_name +EXPORT_SYMBOL_GPL vmlinux 0x4f5a6512 _RNvXs3h_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_61folio__bindgen_ty_1__bindgen_ty_1__bindgen_ty_1__bindgen_ty_1NtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x4f6778a7 _RNvXsT_NtNtCs9WMcp1Hn5Bv_4core3fmt3numlNtB7_8UpperHex3fmt +EXPORT_SYMBOL_GPL vmlinux 0x4f6a07fe show_rcu_gp_kthreads +EXPORT_SYMBOL_GPL vmlinux 0x4f70cbd8 phy_init +EXPORT_SYMBOL_GPL vmlinux 0x4f72a987 uart_parse_options +EXPORT_SYMBOL_GPL vmlinux 0x4f820d98 skcipher_walk_aead_decrypt +EXPORT_SYMBOL_GPL vmlinux 0x4f8546af cpuidle_poll_state_init +EXPORT_SYMBOL_GPL vmlinux 0x4f8e4863 _RNvXst_NtNtCs9WMcp1Hn5Bv_4core9core_simd5masksxNtNtB5_6sealed6Sealed2eq +EXPORT_SYMBOL_GPL vmlinux 0x4f91b0fb of_icc_get_by_index +EXPORT_SYMBOL_GPL vmlinux 0x4f936855 rtc_update_irq +EXPORT_SYMBOL_GPL vmlinux 0x4fa345cc list_lru_count_one +EXPORT_SYMBOL_GPL vmlinux 0x4fb5da55 fs_put_dax +EXPORT_SYMBOL_GPL vmlinux 0x4fc4d81c udp_tunnel_nic_ops +EXPORT_SYMBOL_GPL vmlinux 0x4fc6ff14 _RNvNtCsiTPnVqBGVaY_6kernel5print16call_printk_cont +EXPORT_SYMBOL_GPL vmlinux 0x4fc96269 spi_controller_suspend +EXPORT_SYMBOL_GPL vmlinux 0x4fd0019b xenbus_dev_probe +EXPORT_SYMBOL_GPL vmlinux 0x4fd9d5c2 _RNvXs1_NtNtCs9WMcp1Hn5Bv_4core3fmt3numsNtB5_10DisplayInt6to_u64 +EXPORT_SYMBOL_GPL vmlinux 0x4fda6854 _RNvXsY_NtNtCs9WMcp1Hn5Bv_4core3fmt3numxNtB7_6Binary3fmt +EXPORT_SYMBOL_GPL vmlinux 0x4fdc945d sata_deb_timing_normal +EXPORT_SYMBOL_GPL vmlinux 0x4fe1eddf unregister_netevent_notifier +EXPORT_SYMBOL_GPL vmlinux 0x4fe8c8ec iommu_device_register +EXPORT_SYMBOL_GPL vmlinux 0x4ff73f2e gpiochip_unlock_as_irq +EXPORT_SYMBOL_GPL vmlinux 0x500c768c apei_exec_read_register +EXPORT_SYMBOL_GPL vmlinux 0x50138cc5 input_ff_erase +EXPORT_SYMBOL_GPL vmlinux 0x50146641 sysfs_remove_link +EXPORT_SYMBOL_GPL vmlinux 0x501c2c68 sysfs_remove_mount_point +EXPORT_SYMBOL_GPL vmlinux 0x501d5a26 ata_bmdma_start +EXPORT_SYMBOL_GPL vmlinux 0x501f2011 nvdimm_volatile_region_create +EXPORT_SYMBOL_GPL vmlinux 0x5022d8a1 _RNvXs1_NtCs9WMcp1Hn5Bv_4core4timeNtB5_8DurationNtNtNtB7_3ops5arith3Sub3sub +EXPORT_SYMBOL_GPL vmlinux 0x5026585c xen_irq_from_gsi +EXPORT_SYMBOL_GPL vmlinux 0x50285b1d bpf_prog_alloc +EXPORT_SYMBOL_GPL vmlinux 0x502ac078 da9052_adc_read_temp +EXPORT_SYMBOL_GPL vmlinux 0x502fdba0 bpfilter_ops +EXPORT_SYMBOL_GPL vmlinux 0x504455e0 acpi_dev_state_d0 +EXPORT_SYMBOL_GPL vmlinux 0x5051d4c3 gnttab_unmap_refs_async +EXPORT_SYMBOL_GPL vmlinux 0x50616e69 devlink_resources_unregister +EXPORT_SYMBOL_GPL vmlinux 0x5066f60f __iomap_dio_rw +EXPORT_SYMBOL_GPL vmlinux 0x506cfeb6 br_ip6_fragment +EXPORT_SYMBOL_GPL vmlinux 0x50712b9a _RNvXs7_NtNtCs9WMcp1Hn5Bv_4core3ffi5c_strNtB5_4CStrNtNtB9_3cmp3Ord3cmp +EXPORT_SYMBOL_GPL vmlinux 0x5075c456 skb_copy_ubufs +EXPORT_SYMBOL_GPL vmlinux 0x50811ee6 gpiod_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x5082ddc0 xen_unregister_device_domain_owner +EXPORT_SYMBOL_GPL vmlinux 0x50912b7e fsnotify_find_mark +EXPORT_SYMBOL_GPL vmlinux 0x5091b823 ring_buffer_read_start +EXPORT_SYMBOL_GPL vmlinux 0x50a13cf2 tpm_tis_resume +EXPORT_SYMBOL_GPL vmlinux 0x50b03f5d l1tf_vmx_mitigation +EXPORT_SYMBOL_GPL vmlinux 0x50b42ba1 entry_ibpb +EXPORT_SYMBOL_GPL vmlinux 0x50c89157 tpmm_chip_alloc +EXPORT_SYMBOL_GPL vmlinux 0x50ca23c9 mdiobus_modify +EXPORT_SYMBOL_GPL vmlinux 0x50d0313b perf_aux_output_begin +EXPORT_SYMBOL_GPL vmlinux 0x50d1f870 pgprot_writecombine +EXPORT_SYMBOL_GPL vmlinux 0x50dc522b is_swiotlb_active +EXPORT_SYMBOL_GPL vmlinux 0x50df94f5 btree_insert +EXPORT_SYMBOL_GPL vmlinux 0x50e7193a __i2c_first_dynamic_bus_num +EXPORT_SYMBOL_GPL vmlinux 0x50fad434 round_jiffies_up +EXPORT_SYMBOL_GPL vmlinux 0x511253f1 _RNvXsp_NtCs796HB7yPNRt_8bindings12bindings_rawNtB5_24static_key__bindgen_ty_1NtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x511f44c4 pci_iov_virtfn_devfn +EXPORT_SYMBOL_GPL vmlinux 0x51204de2 of_hwspin_lock_get_id +EXPORT_SYMBOL_GPL vmlinux 0x5129a2c8 extcon_set_state +EXPORT_SYMBOL_GPL vmlinux 0x5129e8ae _RNvMs3_NtNtCs9WMcp1Hn5Bv_4core3ffi5c_strNtB5_4CStr20from_bytes_until_nul +EXPORT_SYMBOL_GPL vmlinux 0x512c9a08 xdp_return_buff +EXPORT_SYMBOL_GPL vmlinux 0x512ec43a dev_pm_opp_find_bw_ceil +EXPORT_SYMBOL_GPL vmlinux 0x51390c96 rcu_barrier_tasks_rude +EXPORT_SYMBOL_GPL vmlinux 0x5139d73b relay_close +EXPORT_SYMBOL_GPL vmlinux 0x513d56bc dev_pm_set_wake_irq +EXPORT_SYMBOL_GPL vmlinux 0x51447703 gpiod_get_array +EXPORT_SYMBOL_GPL vmlinux 0x51465c1d thermal_zone_device_disable +EXPORT_SYMBOL_GPL vmlinux 0x514f396e _RNvNtNtCs9WMcp1Hn5Bv_4core3str8converts9from_utf8 +EXPORT_SYMBOL_GPL vmlinux 0x5156c062 dm_internal_resume_fast +EXPORT_SYMBOL_GPL vmlinux 0x51636fd8 debugfs_file_put +EXPORT_SYMBOL_GPL vmlinux 0x517aa01a sata_link_hardreset +EXPORT_SYMBOL_GPL vmlinux 0x517f53da ip6_route_lookup +EXPORT_SYMBOL_GPL vmlinux 0x5187ac4b xen_store_evtchn +EXPORT_SYMBOL_GPL vmlinux 0x518c2fc6 hpet_rtc_dropped_irq +EXPORT_SYMBOL_GPL vmlinux 0x51a348cc usb_role_switch_set_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x51b4be01 ata_acpi_stm +EXPORT_SYMBOL_GPL vmlinux 0x51cc222d component_bind_all +EXPORT_SYMBOL_GPL vmlinux 0x51d13875 nf_hooks_lwtunnel_sysctl_handler +EXPORT_SYMBOL_GPL vmlinux 0x51ea5c19 iomap_is_partially_uptodate +EXPORT_SYMBOL_GPL vmlinux 0x51fa6807 filemap_read +EXPORT_SYMBOL_GPL vmlinux 0x521f9648 xhci_run +EXPORT_SYMBOL_GPL vmlinux 0x522276de _RNvXs1_NtNtCs9WMcp1Hn5Bv_4core3fmt3numsNtB5_10DisplayInt7from_u8 +EXPORT_SYMBOL_GPL vmlinux 0x52252316 clk_unregister_fixed_rate +EXPORT_SYMBOL_GPL vmlinux 0x522854d6 __clk_hw_register_mux +EXPORT_SYMBOL_GPL vmlinux 0x5234503b unregister_nvdimm_pmu +EXPORT_SYMBOL_GPL vmlinux 0x52431348 xenbus_transaction_start +EXPORT_SYMBOL_GPL vmlinux 0x52551cb3 phy_resolve_aneg_pause +EXPORT_SYMBOL_GPL vmlinux 0x525cff1d usb_init_urb +EXPORT_SYMBOL_GPL vmlinux 0x525d0aa3 trace_seq_printf +EXPORT_SYMBOL_GPL vmlinux 0x5261f6bf pskb_put +EXPORT_SYMBOL_GPL vmlinux 0x52647db1 ct_idle_exit +EXPORT_SYMBOL_GPL vmlinux 0x5265eaeb __suspend_report_result +EXPORT_SYMBOL_GPL vmlinux 0x527f06db blk_mq_queue_inflight +EXPORT_SYMBOL_GPL vmlinux 0x528b6087 devm_acpi_dma_controller_free +EXPORT_SYMBOL_GPL vmlinux 0x52918417 regmap_noinc_read +EXPORT_SYMBOL_GPL vmlinux 0x5297aa81 iov_iter_get_pages_alloc +EXPORT_SYMBOL_GPL vmlinux 0x52aa3019 inet6_csk_xmit +EXPORT_SYMBOL_GPL vmlinux 0x52b1e3c7 pci_flags +EXPORT_SYMBOL_GPL vmlinux 0x52c35e83 call_rcu_tasks_trace +EXPORT_SYMBOL_GPL vmlinux 0x52c74c5f account_locked_vm +EXPORT_SYMBOL_GPL vmlinux 0x52cd52f6 acpi_dev_get_property +EXPORT_SYMBOL_GPL vmlinux 0x52d54fce devlink_info_version_stored_put +EXPORT_SYMBOL_GPL vmlinux 0x52e3dc0e _RNvXs2h_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_13maple_topiaryNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x52ed1fc6 ata_sas_slave_configure +EXPORT_SYMBOL_GPL vmlinux 0x52eda518 tcp_bpf_update_proto +EXPORT_SYMBOL_GPL vmlinux 0x52eddb69 raw_v6_hashinfo +EXPORT_SYMBOL_GPL vmlinux 0x52f47b8f crypto_alg_extsize +EXPORT_SYMBOL_GPL vmlinux 0x52f728bc pci_platform_power_transition +EXPORT_SYMBOL_GPL vmlinux 0x52f92926 power_supply_external_power_changed +EXPORT_SYMBOL_GPL vmlinux 0x5317a5cc strp_process +EXPORT_SYMBOL_GPL vmlinux 0x5318620c irq_domain_push_irq +EXPORT_SYMBOL_GPL vmlinux 0x531e5aa1 edac_pci_alloc_ctl_info +EXPORT_SYMBOL_GPL vmlinux 0x532b90b5 kprobe_event_cmd_init +EXPORT_SYMBOL_GPL vmlinux 0x533c54b8 i2c_new_ancillary_device +EXPORT_SYMBOL_GPL vmlinux 0x53462f72 fb_bl_default_curve +EXPORT_SYMBOL_GPL vmlinux 0x5358864e devlink_fmsg_binary_pair_nest_end +EXPORT_SYMBOL_GPL vmlinux 0x535ef98b simple_attr_open +EXPORT_SYMBOL_GPL vmlinux 0x53619b99 mbox_controller_register +EXPORT_SYMBOL_GPL vmlinux 0x5367dd10 _RNvXs3_NtCsiTPnVqBGVaY_6kernel5errorNtB5_5ErrorINtNtCs9WMcp1Hn5Bv_4core7convert4FromNtNtNtBO_5alloc6layout11LayoutErrorE4from +EXPORT_SYMBOL_GPL vmlinux 0x537e5ddf user_read +EXPORT_SYMBOL_GPL vmlinux 0x538a0d52 pwmchip_remove +EXPORT_SYMBOL_GPL vmlinux 0x538bc6e9 mmc_send_status +EXPORT_SYMBOL_GPL vmlinux 0x538d073d phy_duplex_to_str +EXPORT_SYMBOL_GPL vmlinux 0x538d1db9 _RNvXs7_NtNtCs9WMcp1Hn5Bv_4core3fmt3numtNtB5_10DisplayInt7from_u8 +EXPORT_SYMBOL_GPL vmlinux 0x5397fcd4 bpf_prog_put +EXPORT_SYMBOL_GPL vmlinux 0x5397fcd6 transport_configure_device +EXPORT_SYMBOL_GPL vmlinux 0x539f157b pci_xen_swiotlb_init_late +EXPORT_SYMBOL_GPL vmlinux 0x53b1709c _RNvXs4f_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_11physid_maskNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x53c089f5 property_entries_dup +EXPORT_SYMBOL_GPL vmlinux 0x53d6b66a _RNvXsn_NtNtCs9WMcp1Hn5Bv_4core4char7convertNtB5_16CharTryFromErrorNtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x53d7c01e __traceiter_cpu_idle +EXPORT_SYMBOL_GPL vmlinux 0x53e1b55e xdp_return_frame_rx_napi +EXPORT_SYMBOL_GPL vmlinux 0x53e44fb0 tps6586x_write +EXPORT_SYMBOL_GPL vmlinux 0x53e5da18 iommu_attach_device_pasid +EXPORT_SYMBOL_GPL vmlinux 0x53f11547 _RNvXsb_NtNtCs9WMcp1Hn5Bv_4core3fmt3numjNtB5_10DisplayInt7from_u8 +EXPORT_SYMBOL_GPL vmlinux 0x5403998f virtqueue_is_broken +EXPORT_SYMBOL_GPL vmlinux 0x541bd60a irq_work_run +EXPORT_SYMBOL_GPL vmlinux 0x541e02a0 ata_pci_bmdma_init +EXPORT_SYMBOL_GPL vmlinux 0x54215db5 visitor64 +EXPORT_SYMBOL_GPL vmlinux 0x54354780 sata_scr_write +EXPORT_SYMBOL_GPL vmlinux 0x5437c8f7 _RNvXs4_NtNtCs9WMcp1Hn5Bv_4core3fmt3numnNtB5_10DisplayInt7to_u128 +EXPORT_SYMBOL_GPL vmlinux 0x543b0f8f dev_pm_put_subsys_data +EXPORT_SYMBOL_GPL vmlinux 0x544daad7 virtqueue_detach_unused_buf +EXPORT_SYMBOL_GPL vmlinux 0x5450c7ba _RNvXsl_NtNtCs9WMcp1Hn5Bv_4core9core_arch3x86NtB5_7___m256iNtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x545b046d hwspin_lock_request_specific +EXPORT_SYMBOL_GPL vmlinux 0x54651f9b rhashtable_walk_next +EXPORT_SYMBOL_GPL vmlinux 0x546d5808 __clocksource_update_freq_scale +EXPORT_SYMBOL_GPL vmlinux 0x5473d092 _RNvXsc_NtCs796HB7yPNRt_8bindings12bindings_rawNtB5_18ftrace_likely_dataNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x5474108c evm_verifyxattr +EXPORT_SYMBOL_GPL vmlinux 0x548f1057 _RNvXsq_NtCs9WMcp1Hn5Bv_4core4charNtB5_13EscapeUnicodeNtNtB7_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x5490837a __SCK__tp_func_kfree_skb +EXPORT_SYMBOL_GPL vmlinux 0x5490cee0 bpf_offload_dev_netdev_unregister +EXPORT_SYMBOL_GPL vmlinux 0x549525ef handle_nested_irq +EXPORT_SYMBOL_GPL vmlinux 0x5501606a tcp_slow_start +EXPORT_SYMBOL_GPL vmlinux 0x550ce709 pat_enabled +EXPORT_SYMBOL_GPL vmlinux 0x550f3e05 i2c_freq_mode_string +EXPORT_SYMBOL_GPL vmlinux 0x55187521 sbitmap_bitmap_show +EXPORT_SYMBOL_GPL vmlinux 0x5522f11a _RNvXsf_NtNtNtCs9WMcp1Hn5Bv_4core3fmt3num3impyNtB9_8LowerExp3fmt +EXPORT_SYMBOL_GPL vmlinux 0x55300228 _RNvXs1r_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_26fxregs_state__bindgen_ty_1NtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x55339365 flush_delayed_fput +EXPORT_SYMBOL_GPL vmlinux 0x5536f832 metadata_dst_free +EXPORT_SYMBOL_GPL vmlinux 0x553b49a4 cpufreq_get_driver_data +EXPORT_SYMBOL_GPL vmlinux 0x553ba0e7 pm_genpd_remove +EXPORT_SYMBOL_GPL vmlinux 0x5540189e wm8350_reg_read +EXPORT_SYMBOL_GPL vmlinux 0x55417264 unregister_vt_notifier +EXPORT_SYMBOL_GPL vmlinux 0x55462474 fpu_copy_uabi_to_guest_fpstate +EXPORT_SYMBOL_GPL vmlinux 0x55475073 _RNvNvNtNtNtCs9WMcp1Hn5Bv_4core9core_arch3x864avx219__mm256_bslli_epi1284mask +EXPORT_SYMBOL_GPL vmlinux 0x555cc7a5 ip6_datagram_send_ctl +EXPORT_SYMBOL_GPL vmlinux 0x55673005 tty_save_termios +EXPORT_SYMBOL_GPL vmlinux 0x55686119 tps6586x_irq_get_virq +EXPORT_SYMBOL_GPL vmlinux 0x556e4390 clk_get_rate +EXPORT_SYMBOL_GPL vmlinux 0x556f3bc8 scsi_dh_set_params +EXPORT_SYMBOL_GPL vmlinux 0x557360c1 _RNvXs7_NtCs9WMcp1Hn5Bv_4core4timeNtB5_8DurationINtNtNtB7_3ops5arith9DivAssignmE10div_assign +EXPORT_SYMBOL_GPL vmlinux 0x55757253 sock_diag_save_cookie +EXPORT_SYMBOL_GPL vmlinux 0x55784228 regmap_irq_get_virq +EXPORT_SYMBOL_GPL vmlinux 0x557877fb device_show_bool +EXPORT_SYMBOL_GPL vmlinux 0x557928b6 crypto_alloc_acomp_node +EXPORT_SYMBOL_GPL vmlinux 0x557b4b19 pinctrl_dev_get_name +EXPORT_SYMBOL_GPL vmlinux 0x55800c88 devlink_trap_report +EXPORT_SYMBOL_GPL vmlinux 0x55880477 debugfs_file_get +EXPORT_SYMBOL_GPL vmlinux 0x5597ff90 tcp_leave_memory_pressure +EXPORT_SYMBOL_GPL vmlinux 0x5599da9a debugfs_create_u32 +EXPORT_SYMBOL_GPL vmlinux 0x559fbe59 devm_regulator_bulk_get_exclusive +EXPORT_SYMBOL_GPL vmlinux 0x55b2d06b extcon_set_state_sync +EXPORT_SYMBOL_GPL vmlinux 0x55b4ff7a fib6_check_nexthop +EXPORT_SYMBOL_GPL vmlinux 0x55b6af1f vchan_find_desc +EXPORT_SYMBOL_GPL vmlinux 0x55bce478 xhci_init_driver +EXPORT_SYMBOL_GPL vmlinux 0x55be94bc regulator_register_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0x55c016f5 devlink_net +EXPORT_SYMBOL_GPL vmlinux 0x55c53375 _RNvXse_NtCs9WMcp1Hn5Bv_4core3fmteNtB5_5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x55c76a23 ksys_sync_helper +EXPORT_SYMBOL_GPL vmlinux 0x55eecff4 bit_wait_io_timeout +EXPORT_SYMBOL_GPL vmlinux 0x55ff86c6 usb_enable_lpm +EXPORT_SYMBOL_GPL vmlinux 0x56054c05 crypto_it_tab +EXPORT_SYMBOL_GPL vmlinux 0x5612cab2 register_fprobe_syms +EXPORT_SYMBOL_GPL vmlinux 0x56173654 pcap_set_ts_bits +EXPORT_SYMBOL_GPL vmlinux 0x561a6e3b sdio_writew +EXPORT_SYMBOL_GPL vmlinux 0x5624f826 power_supply_notifier +EXPORT_SYMBOL_GPL vmlinux 0x56256e8a orderly_poweroff +EXPORT_SYMBOL_GPL vmlinux 0x5627bde0 edac_device_free_ctl_info +EXPORT_SYMBOL_GPL vmlinux 0x56286538 mmc_app_cmd +EXPORT_SYMBOL_GPL vmlinux 0x5628dff3 pci_generic_config_read32 +EXPORT_SYMBOL_GPL vmlinux 0x562ed097 _RNvXsr_NtNtCs9WMcp1Hn5Bv_4core9core_simd5maskslNtNtB5_6sealed6Sealed2eq +EXPORT_SYMBOL_GPL vmlinux 0x56310925 regulator_mode_to_status +EXPORT_SYMBOL_GPL vmlinux 0x56398615 mark_tsc_unstable +EXPORT_SYMBOL_GPL vmlinux 0x563cb012 ping_err +EXPORT_SYMBOL_GPL vmlinux 0x5641485b tty_termios_encode_baud_rate +EXPORT_SYMBOL_GPL vmlinux 0x5651734f skb_gso_validate_mac_len +EXPORT_SYMBOL_GPL vmlinux 0x5652a754 _RNvMs7_NtCs9WMcp1Hn5Bv_4core3fmtNtB5_9Formatter3pad +EXPORT_SYMBOL_GPL vmlinux 0x565b4405 blk_stat_enable_accounting +EXPORT_SYMBOL_GPL vmlinux 0x566e1da3 devm_blk_crypto_profile_init +EXPORT_SYMBOL_GPL vmlinux 0x56764440 _RNvXsT_NtCs796HB7yPNRt_8bindings12bindings_rawNtB5_20jailhouse_setup_dataNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x569455df devlink_to_dev +EXPORT_SYMBOL_GPL vmlinux 0x56948896 spec_ctrl_current +EXPORT_SYMBOL_GPL vmlinux 0x56957def __trace_array_puts +EXPORT_SYMBOL_GPL vmlinux 0x56a86b0e __vfs_setxattr_locked +EXPORT_SYMBOL_GPL vmlinux 0x56a8d250 raw_v6_match +EXPORT_SYMBOL_GPL vmlinux 0x56ac0571 _RNvXs23_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_5mutexNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x56e6f9f4 i2c_dw_acpi_configure +EXPORT_SYMBOL_GPL vmlinux 0x56f66fcc devm_usb_get_phy_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0x56f864d7 debugfs_attr_write_signed +EXPORT_SYMBOL_GPL vmlinux 0x56fbb130 no_hash_pointers +EXPORT_SYMBOL_GPL vmlinux 0x570d68fe __tracepoint_sched_update_nr_running_tp +EXPORT_SYMBOL_GPL vmlinux 0x570fb604 invalidate_inode_pages2_range +EXPORT_SYMBOL_GPL vmlinux 0x5714acef rcuwait_wake_up +EXPORT_SYMBOL_GPL vmlinux 0x5718a618 pci_disable_rom +EXPORT_SYMBOL_GPL vmlinux 0x573a38e7 vp_modern_get_queue_size +EXPORT_SYMBOL_GPL vmlinux 0x5740d5c8 raw_seq_stop +EXPORT_SYMBOL_GPL vmlinux 0x574609c5 apei_exec_write_register_value +EXPORT_SYMBOL_GPL vmlinux 0x574a1f2a wm831x_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x574dba18 serial8250_handle_irq +EXPORT_SYMBOL_GPL vmlinux 0x574e25d3 pstore_unregister +EXPORT_SYMBOL_GPL vmlinux 0x575068c3 usb_set_device_state +EXPORT_SYMBOL_GPL vmlinux 0x575d8440 sdio_retune_release +EXPORT_SYMBOL_GPL vmlinux 0x576d4d3f pinctrl_unregister +EXPORT_SYMBOL_GPL vmlinux 0x57719632 gnttab_grant_foreign_access +EXPORT_SYMBOL_GPL vmlinux 0x5781b022 relay_reset +EXPORT_SYMBOL_GPL vmlinux 0x57861a5c gds_ucode_mitigated +EXPORT_SYMBOL_GPL vmlinux 0x578eeb4d hugetlb_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0x5790e7a0 pci_unlock_rescan_remove +EXPORT_SYMBOL_GPL vmlinux 0x5796e937 apply_to_page_range +EXPORT_SYMBOL_GPL vmlinux 0x5799ea46 vcap_alloc_rule +EXPORT_SYMBOL_GPL vmlinux 0x579e0bf5 rtnl_unregister_all +EXPORT_SYMBOL_GPL vmlinux 0x57a1ec8c of_led_get +EXPORT_SYMBOL_GPL vmlinux 0x57a20719 _RNvXse_NtCs9WMcp1Hn5Bv_4core4charNtB5_11ToUppercaseNtNtNtNtB7_4iter6traits8iterator8Iterator9size_hint +EXPORT_SYMBOL_GPL vmlinux 0x57a2b816 devfreq_event_add_edev +EXPORT_SYMBOL_GPL vmlinux 0x57a6a792 call_switchdev_notifiers +EXPORT_SYMBOL_GPL vmlinux 0x57b016fd phy_set_speed +EXPORT_SYMBOL_GPL vmlinux 0x57c81c7d transport_destroy_device +EXPORT_SYMBOL_GPL vmlinux 0x57cb2293 _RNvXsq_NtCs9WMcp1Hn5Bv_4core3numtNtNtNtB7_3str6traits7FromStr8from_str +EXPORT_SYMBOL_GPL vmlinux 0x57d4050a xhci_get_endpoint_index +EXPORT_SYMBOL_GPL vmlinux 0x57d771db vmf_insert_pfn_pud_prot +EXPORT_SYMBOL_GPL vmlinux 0x57da922d acpi_device_fix_up_power +EXPORT_SYMBOL_GPL vmlinux 0x57dc4851 mas_erase +EXPORT_SYMBOL_GPL vmlinux 0x57deb4b2 __SCK__tp_func_br_fdb_external_learn_add +EXPORT_SYMBOL_GPL vmlinux 0x57e8f408 set_cpus_allowed_ptr +EXPORT_SYMBOL_GPL vmlinux 0x57ebe276 device_pm_wait_for_dev +EXPORT_SYMBOL_GPL vmlinux 0x57f0cbff usb_hub_find_child +EXPORT_SYMBOL_GPL vmlinux 0x57f576b9 mpi_ec_curve_point +EXPORT_SYMBOL_GPL vmlinux 0x57f78b1d pm_generic_suspend +EXPORT_SYMBOL_GPL vmlinux 0x5803ce0f dax_region_put +EXPORT_SYMBOL_GPL vmlinux 0x5810faa9 fwnode_device_is_available +EXPORT_SYMBOL_GPL vmlinux 0x58123b7a devm_spi_mem_dirmap_destroy +EXPORT_SYMBOL_GPL vmlinux 0x5813ba7f gpiochip_irq_domain_activate +EXPORT_SYMBOL_GPL vmlinux 0x581891d6 blkdev_report_zones +EXPORT_SYMBOL_GPL vmlinux 0x58211faa aead_exit_geniv +EXPORT_SYMBOL_GPL vmlinux 0x58264414 __SCK__tp_func_sched_util_est_se_tp +EXPORT_SYMBOL_GPL vmlinux 0x58264d55 apei_get_debugfs_dir +EXPORT_SYMBOL_GPL vmlinux 0x58276f93 cper_next_record_id +EXPORT_SYMBOL_GPL vmlinux 0x5829e979 mas_pause +EXPORT_SYMBOL_GPL vmlinux 0x582dbd82 bpf_prog_create_from_user +EXPORT_SYMBOL_GPL vmlinux 0x5831e062 cpus_read_trylock +EXPORT_SYMBOL_GPL vmlinux 0x5847dad2 ata_port_desc +EXPORT_SYMBOL_GPL vmlinux 0x584c1531 edac_pci_add_device +EXPORT_SYMBOL_GPL vmlinux 0x585126d1 __tracepoint_io_page_fault +EXPORT_SYMBOL_GPL vmlinux 0x58698e51 fscrypt_prepare_symlink +EXPORT_SYMBOL_GPL vmlinux 0x586a2d4b _RNvXs3_NtNtCs9WMcp1Hn5Bv_4core3cmp5implszNtB7_9PartialEq2eq +EXPORT_SYMBOL_GPL vmlinux 0x586bfc8a alarm_restart +EXPORT_SYMBOL_GPL vmlinux 0x586efd02 bpf_map_put +EXPORT_SYMBOL_GPL vmlinux 0x58723811 mctrl_gpio_free +EXPORT_SYMBOL_GPL vmlinux 0x5872a786 _RNvNvNtNtCs9WMcp1Hn5Bv_4core5slice3raw14from_raw_parts8comptime +EXPORT_SYMBOL_GPL vmlinux 0x5877b374 _RNvXs8_NtNtCs9WMcp1Hn5Bv_4core3fmt3nummNtB5_10DisplayInt7from_u8 +EXPORT_SYMBOL_GPL vmlinux 0x5879a27d sfp_get_module_info +EXPORT_SYMBOL_GPL vmlinux 0x589550f8 fwnode_create_software_node +EXPORT_SYMBOL_GPL vmlinux 0x58a2fcaa __SCT__tp_func_udp_fail_queue_rcv_skb +EXPORT_SYMBOL_GPL vmlinux 0x58a5b107 _RNvMs7_NtCs9WMcp1Hn5Bv_4core3fmtNtB5_9Formatter11debug_tuple +EXPORT_SYMBOL_GPL vmlinux 0x58ab0969 _RNvXs1g_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_17msr__bindgen_ty_1NtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x58ae011e blk_rq_unprep_clone +EXPORT_SYMBOL_GPL vmlinux 0x58b30ccd pci_user_write_config_word +EXPORT_SYMBOL_GPL vmlinux 0x58b9aaf3 __traceiter_block_rq_insert +EXPORT_SYMBOL_GPL vmlinux 0x58c2ad99 pci_device_group +EXPORT_SYMBOL_GPL vmlinux 0x58cffdb9 __SCK__tp_func_mc_event +EXPORT_SYMBOL_GPL vmlinux 0x58d266e5 da903x_read +EXPORT_SYMBOL_GPL vmlinux 0x58d6311d trace_clock +EXPORT_SYMBOL_GPL vmlinux 0x58db1176 ata_xfer_mode2shift +EXPORT_SYMBOL_GPL vmlinux 0x58dc18ea dev_pm_qos_expose_latency_limit +EXPORT_SYMBOL_GPL vmlinux 0x58def6ca sfp_module_remove +EXPORT_SYMBOL_GPL vmlinux 0x58e61fcf wm8350_reg_write +EXPORT_SYMBOL_GPL vmlinux 0x58e92415 ip6_append_data +EXPORT_SYMBOL_GPL vmlinux 0x58e93945 gpiochip_populate_parent_fwspec_fourcell +EXPORT_SYMBOL_GPL vmlinux 0x58eeeef8 _RNvXsD_NtCs796HB7yPNRt_8bindings12bindings_rawNtB5_36pcpu_hot__bindgen_ty_1__bindgen_ty_1NtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x58f722cb bpf_prog_add +EXPORT_SYMBOL_GPL vmlinux 0x58ff02fd blk_trace_remove +EXPORT_SYMBOL_GPL vmlinux 0x59016668 _RNvNvNtCs9WMcp1Hn5Bv_4core10intrinsics11write_bytes8comptime +EXPORT_SYMBOL_GPL vmlinux 0x5920a29f fuse_dev_fiq_ops +EXPORT_SYMBOL_GPL vmlinux 0x5932c353 pci_user_write_config_byte +EXPORT_SYMBOL_GPL vmlinux 0x593733b0 mnt_want_write_file +EXPORT_SYMBOL_GPL vmlinux 0x59386463 dw_pcie_upconfig_setup +EXPORT_SYMBOL_GPL vmlinux 0x5942b7b4 pci_create_ims_domain +EXPORT_SYMBOL_GPL vmlinux 0x5947dbe5 fork_usermode_driver +EXPORT_SYMBOL_GPL vmlinux 0x5949bc4b alloc_memory_type +EXPORT_SYMBOL_GPL vmlinux 0x5957cddb zs_lookup_class_index +EXPORT_SYMBOL_GPL vmlinux 0x595acd9e __pci_epf_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x59648077 sdio_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x5986d190 kdb_printf +EXPORT_SYMBOL_GPL vmlinux 0x599516a2 crypto_stats_skcipher_decrypt +EXPORT_SYMBOL_GPL vmlinux 0x5996885c exportfs_decode_fh +EXPORT_SYMBOL_GPL vmlinux 0x599bef5d _RNvXs17_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_13math_emu_infoNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x59ae655d devm_platform_ioremap_resource_byname +EXPORT_SYMBOL_GPL vmlinux 0x59b063ba start_poll_synchronize_rcu_expedited_full +EXPORT_SYMBOL_GPL vmlinux 0x59b1bc6d smp_ops +EXPORT_SYMBOL_GPL vmlinux 0x59b2adbf input_ff_effect_from_user +EXPORT_SYMBOL_GPL vmlinux 0x59b7a2be devfreq_event_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0x59b8ff97 skcipher_walk_virt +EXPORT_SYMBOL_GPL vmlinux 0x59bde211 fscrypt_fname_encrypt +EXPORT_SYMBOL_GPL vmlinux 0x59be74a2 input_ff_destroy +EXPORT_SYMBOL_GPL vmlinux 0x59c2c8c6 tps6586x_update +EXPORT_SYMBOL_GPL vmlinux 0x59c43dc9 __traceiter_non_standard_event +EXPORT_SYMBOL_GPL vmlinux 0x59cd49ef clk_hw_register_fixed_factor +EXPORT_SYMBOL_GPL vmlinux 0x59e051ac metadata_dst_alloc +EXPORT_SYMBOL_GPL vmlinux 0x59e318d0 iocb_bio_iopoll +EXPORT_SYMBOL_GPL vmlinux 0x59e6f998 phy_remove_lookup +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 0x5a0f90aa ping_close +EXPORT_SYMBOL_GPL vmlinux 0x5a1d134a rcu_momentary_dyntick_idle +EXPORT_SYMBOL_GPL vmlinux 0x5a229368 arch_apei_enable_cmcff +EXPORT_SYMBOL_GPL vmlinux 0x5a30131e _RNvXs14_NtNtCs9WMcp1Hn5Bv_4core3fmt3numyNtB8_8LowerHex3fmt +EXPORT_SYMBOL_GPL vmlinux 0x5a30a34c acpi_dma_request_slave_chan_by_name +EXPORT_SYMBOL_GPL vmlinux 0x5a3c6115 __tracepoint_rpm_resume +EXPORT_SYMBOL_GPL vmlinux 0x5a3f0769 register_trace_event +EXPORT_SYMBOL_GPL vmlinux 0x5a4990e9 blk_bio_list_merge +EXPORT_SYMBOL_GPL vmlinux 0x5a49dbc9 timerqueue_del +EXPORT_SYMBOL_GPL vmlinux 0x5a55d394 _RNvXs2_NtNtCs9WMcp1Hn5Bv_4core3fmt3numlNtB5_10DisplayInt7to_u128 +EXPORT_SYMBOL_GPL vmlinux 0x5a5a4c77 __tracepoint_devlink_trap_report +EXPORT_SYMBOL_GPL vmlinux 0x5a67debe sdio_writeb_readb +EXPORT_SYMBOL_GPL vmlinux 0x5a6cdb52 nf_ct_zone_dflt +EXPORT_SYMBOL_GPL vmlinux 0x5a70bb36 pinctrl_lookup_state +EXPORT_SYMBOL_GPL vmlinux 0x5a72152d phy_set_media +EXPORT_SYMBOL_GPL vmlinux 0x5a7bfe41 crypto_probing_notify +EXPORT_SYMBOL_GPL vmlinux 0x5a831ec0 extcon_get_property +EXPORT_SYMBOL_GPL vmlinux 0x5a8b0bd0 pci_cfg_access_trylock +EXPORT_SYMBOL_GPL vmlinux 0x5a907da2 bsg_job_done +EXPORT_SYMBOL_GPL vmlinux 0x5a9f4d40 irq_create_of_mapping +EXPORT_SYMBOL_GPL vmlinux 0x5a9fef8b ext_pi_type3_crc64 +EXPORT_SYMBOL_GPL vmlinux 0x5aa70984 acpi_reduced_hardware +EXPORT_SYMBOL_GPL vmlinux 0x5ab09745 edac_get_owner +EXPORT_SYMBOL_GPL vmlinux 0x5ab0f12a sk_msg_is_readable +EXPORT_SYMBOL_GPL vmlinux 0x5ae062a1 bio_associate_blkg_from_css +EXPORT_SYMBOL_GPL vmlinux 0x5ae287cf devm_regmap_field_bulk_free +EXPORT_SYMBOL_GPL vmlinux 0x5ae28caa wm831x_auxadc_read_uv +EXPORT_SYMBOL_GPL vmlinux 0x5b14e6af _RNvNvNtCs9WMcp1Hn5Bv_4core10intrinsics4copy8comptime +EXPORT_SYMBOL_GPL vmlinux 0x5b19320e kthread_unpark +EXPORT_SYMBOL_GPL vmlinux 0x5b20a1ce crypto_unregister_acomp +EXPORT_SYMBOL_GPL vmlinux 0x5b21ceff ring_buffer_iter_peek +EXPORT_SYMBOL_GPL vmlinux 0x5b25074e device_register +EXPORT_SYMBOL_GPL vmlinux 0x5b2c38b8 dev_pm_opp_free_cpufreq_table +EXPORT_SYMBOL_GPL vmlinux 0x5b2dfe26 klp_get_state +EXPORT_SYMBOL_GPL vmlinux 0x5b37e7d2 device_for_each_child_reverse +EXPORT_SYMBOL_GPL vmlinux 0x5b44e437 css_next_descendant_pre +EXPORT_SYMBOL_GPL vmlinux 0x5b4753a2 serial8250_update_uartclk +EXPORT_SYMBOL_GPL vmlinux 0x5b576170 fib_nh_common_release +EXPORT_SYMBOL_GPL vmlinux 0x5b62327a _RNvXsh_NtCs9WMcp1Hn5Bv_4core4cellNtB5_14BorrowMutErrorNtNtB7_3fmt7Display3fmt +EXPORT_SYMBOL_GPL vmlinux 0x5b65a52a fwnode_property_read_string +EXPORT_SYMBOL_GPL vmlinux 0x5b6b0329 swiotlb_max_segment +EXPORT_SYMBOL_GPL vmlinux 0x5b6dd74f ncsi_register_dev +EXPORT_SYMBOL_GPL vmlinux 0x5b8aa061 __tracepoint_xdp_bulk_tx +EXPORT_SYMBOL_GPL vmlinux 0x5b966d9a _RNvXsT_NtNtCs9WMcp1Hn5Bv_4core4sync6atomicNtB5_9AtomicU64NtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x5b9a0dc7 pm_generic_poweroff_noirq +EXPORT_SYMBOL_GPL vmlinux 0x5b9c3828 spi_write_then_read +EXPORT_SYMBOL_GPL vmlinux 0x5ba9c87f blk_crypto_keyslot_index +EXPORT_SYMBOL_GPL vmlinux 0x5bb96c59 apply_to_existing_page_range +EXPORT_SYMBOL_GPL vmlinux 0x5bc7f516 __SCK__tp_func_block_rq_remap +EXPORT_SYMBOL_GPL vmlinux 0x5bc950fe regulator_irq_helper_cancel +EXPORT_SYMBOL_GPL vmlinux 0x5bcc0df7 ata_dev_classify +EXPORT_SYMBOL_GPL vmlinux 0x5bce6520 rio_release_inb_dbell +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 0x5bdeab2d __SCK__tp_func_rpm_suspend +EXPORT_SYMBOL_GPL vmlinux 0x5beb1cee __dev_fwnode_const +EXPORT_SYMBOL_GPL vmlinux 0x5bedf76e dm_path_uevent +EXPORT_SYMBOL_GPL vmlinux 0x5befb401 virtqueue_enable_cb_delayed +EXPORT_SYMBOL_GPL vmlinux 0x5c070f62 cper_mem_err_status_str +EXPORT_SYMBOL_GPL vmlinux 0x5c0c165e __SCT__tp_func_neigh_update +EXPORT_SYMBOL_GPL vmlinux 0x5c0eaf31 acpi_dev_resource_interrupt +EXPORT_SYMBOL_GPL vmlinux 0x5c1d6fe7 regulator_set_mode +EXPORT_SYMBOL_GPL vmlinux 0x5c224bb9 screen_glyph +EXPORT_SYMBOL_GPL vmlinux 0x5c2f1546 devlink_sb_register +EXPORT_SYMBOL_GPL vmlinux 0x5c2f2347 vring_transport_features +EXPORT_SYMBOL_GPL vmlinux 0x5c2f3766 dma_need_sync +EXPORT_SYMBOL_GPL vmlinux 0x5c309e65 hibernate_quiet_exec +EXPORT_SYMBOL_GPL vmlinux 0x5c34c03d xdp_rxq_info_unreg +EXPORT_SYMBOL_GPL vmlinux 0x5c39b011 crypto_larval_kill +EXPORT_SYMBOL_GPL vmlinux 0x5c3ccdea regulator_is_supported_voltage +EXPORT_SYMBOL_GPL vmlinux 0x5c472bf0 kstrdup_quotable_cmdline +EXPORT_SYMBOL_GPL vmlinux 0x5c4d2e61 pcc_mbox_free_channel +EXPORT_SYMBOL_GPL vmlinux 0x5c5a1b16 tick_broadcast_control +EXPORT_SYMBOL_GPL vmlinux 0x5c60920d perf_event_sysfs_show +EXPORT_SYMBOL_GPL vmlinux 0x5c6ed42a vfs_setxattr +EXPORT_SYMBOL_GPL vmlinux 0x5c745ab7 handle_simple_irq +EXPORT_SYMBOL_GPL vmlinux 0x5c7908bb _RNvNtNtCs9WMcp1Hn5Bv_4core5slice5index31slice_start_index_overflow_fail +EXPORT_SYMBOL_GPL vmlinux 0x5c91c9de dev_pm_opp_remove_table +EXPORT_SYMBOL_GPL vmlinux 0x5c95f30a __SCK__tp_func_wbc_writepage +EXPORT_SYMBOL_GPL vmlinux 0x5caa2cec gpiod_get_value +EXPORT_SYMBOL_GPL vmlinux 0x5cab9945 unregister_xenbus_watch +EXPORT_SYMBOL_GPL vmlinux 0x5cad8fc3 power_supply_ocv2cap_simple +EXPORT_SYMBOL_GPL vmlinux 0x5cb4bf98 _RNvXs2N_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_11srcu_structNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x5cba0f1e crypto_stats_kpp_generate_public_key +EXPORT_SYMBOL_GPL vmlinux 0x5cc77c45 led_colors +EXPORT_SYMBOL_GPL vmlinux 0x5cd17c64 blk_rq_prep_clone +EXPORT_SYMBOL_GPL vmlinux 0x5cd60edb l3mdev_fib_table_by_index +EXPORT_SYMBOL_GPL vmlinux 0x5cede0a7 xdp_flush_frame_bulk +EXPORT_SYMBOL_GPL vmlinux 0x5cf7b83a syscon_regmap_lookup_by_phandle_optional +EXPORT_SYMBOL_GPL vmlinux 0x5cfd11eb _RNvXs_NtNtCs9WMcp1Hn5Bv_4core3fmt3numnNtB6_7Display3fmt +EXPORT_SYMBOL_GPL vmlinux 0x5cfe0220 fscrypt_parse_test_dummy_encryption +EXPORT_SYMBOL_GPL vmlinux 0x5d0113e0 x86_pred_cmd +EXPORT_SYMBOL_GPL vmlinux 0x5d0a84ca _RNvXs3B_NtNtCs9WMcp1Hn5Bv_4core9core_arch4simdNtB6_5i32x8NtNtBa_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x5d17148b apei_write +EXPORT_SYMBOL_GPL vmlinux 0x5d2670de inet6_hash_connect +EXPORT_SYMBOL_GPL vmlinux 0x5d2aa5fb rhashtable_walk_peek +EXPORT_SYMBOL_GPL vmlinux 0x5d2bc42a reset_control_rearm +EXPORT_SYMBOL_GPL vmlinux 0x5d36cc6c extcon_set_property_capability +EXPORT_SYMBOL_GPL vmlinux 0x5d380d93 _RNvNtNtCsiTPnVqBGVaY_6kernel5print14format_strings8generate +EXPORT_SYMBOL_GPL vmlinux 0x5d483d7e gpiod_set_config +EXPORT_SYMBOL_GPL vmlinux 0x5d48a1cb __SCK__tp_func_sched_overutilized_tp +EXPORT_SYMBOL_GPL vmlinux 0x5d58c63e ipv4_sk_redirect +EXPORT_SYMBOL_GPL vmlinux 0x5d5ff33c _RNvXs4_NtNtCs9WMcp1Hn5Bv_4core3fmt3numnNtB5_10DisplayInt6to_u16 +EXPORT_SYMBOL_GPL vmlinux 0x5d6413b7 pci_generic_config_write32 +EXPORT_SYMBOL_GPL vmlinux 0x5d6e228c acpi_bus_trim +EXPORT_SYMBOL_GPL vmlinux 0x5d781ad3 __device_reset +EXPORT_SYMBOL_GPL vmlinux 0x5d8476d3 bpf_sk_storage_diag_alloc +EXPORT_SYMBOL_GPL vmlinux 0x5d850910 thermal_zone_device_update +EXPORT_SYMBOL_GPL vmlinux 0x5d894ca3 ata_sas_port_start +EXPORT_SYMBOL_GPL vmlinux 0x5d9317d7 uv_teardown_irq +EXPORT_SYMBOL_GPL vmlinux 0x5da2d0e2 __traceiter_devlink_hwerr +EXPORT_SYMBOL_GPL vmlinux 0x5da67adc zs_compact +EXPORT_SYMBOL_GPL vmlinux 0x5db239a0 _RNvXs1b_NtNtCs9WMcp1Hn5Bv_4core9core_arch4simdNtB6_5i32x2NtNtBa_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x5dbcfa4f boot_cpu_physical_apicid +EXPORT_SYMBOL_GPL vmlinux 0x5dc3434f gnttab_pages_set_private +EXPORT_SYMBOL_GPL vmlinux 0x5dd85cf4 _RNvXs1n_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_21trace_print_flags_u64NtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x5de2d654 class_find_device +EXPORT_SYMBOL_GPL vmlinux 0x5df877ee tcp_set_state +EXPORT_SYMBOL_GPL vmlinux 0x5e02b571 check_move_unevictable_pages +EXPORT_SYMBOL_GPL vmlinux 0x5e0395a2 thermal_zone_device_register_with_trips +EXPORT_SYMBOL_GPL vmlinux 0x5e0d96ca usb_alloc_streams +EXPORT_SYMBOL_GPL vmlinux 0x5e0da97c ata_ehi_push_desc +EXPORT_SYMBOL_GPL vmlinux 0x5e173309 cpu_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0x5e32730c proc_create_net_single_write +EXPORT_SYMBOL_GPL vmlinux 0x5e437bff __tracepoint_pelt_irq_tp +EXPORT_SYMBOL_GPL vmlinux 0x5e4532c0 devlink_port_attrs_pci_pf_set +EXPORT_SYMBOL_GPL vmlinux 0x5e4f4497 devm_phy_optional_get +EXPORT_SYMBOL_GPL vmlinux 0x5e515be6 ktime_get_ts64 +EXPORT_SYMBOL_GPL vmlinux 0x5e798ffb divider_get_val +EXPORT_SYMBOL_GPL vmlinux 0x5e84b4b7 fbcon_modechange_possible +EXPORT_SYMBOL_GPL vmlinux 0x5e85415b ring_buffer_consume +EXPORT_SYMBOL_GPL vmlinux 0x5e8b1e98 pm_wakeup_dev_event +EXPORT_SYMBOL_GPL vmlinux 0x5e97d284 sysfs_create_group +EXPORT_SYMBOL_GPL vmlinux 0x5e9d6a3e sk_msg_trim +EXPORT_SYMBOL_GPL vmlinux 0x5e9da6fb regulator_set_voltage_time_sel +EXPORT_SYMBOL_GPL vmlinux 0x5ea675de _RNvXsB_NtCs796HB7yPNRt_8bindings12bindings_rawNtB5_15static_call_keyNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x5ea70e34 _RNvXNtNtCs9WMcp1Hn5Bv_4core3fmt8buildersNtB2_15PadAdapterStateNtNtB6_7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x5eaa14b3 tpm_chip_alloc +EXPORT_SYMBOL_GPL vmlinux 0x5eae5408 clk_is_enabled_when_prepared +EXPORT_SYMBOL_GPL vmlinux 0x5ebfa2c6 __tracepoint_powernv_throttle +EXPORT_SYMBOL_GPL vmlinux 0x5ec21176 acpi_dev_suspend +EXPORT_SYMBOL_GPL vmlinux 0x5ec299f6 nf_ip_route +EXPORT_SYMBOL_GPL vmlinux 0x5ece6390 iommu_device_link +EXPORT_SYMBOL_GPL vmlinux 0x5ee2aa12 list_lru_count_node +EXPORT_SYMBOL_GPL vmlinux 0x5ee6eef4 crypto_stats_ahash_update +EXPORT_SYMBOL_GPL vmlinux 0x5eea07ad fsnotify_add_mark +EXPORT_SYMBOL_GPL vmlinux 0x5ef32156 pcie_aspm_capable +EXPORT_SYMBOL_GPL vmlinux 0x5f12e3b5 relay_buf_full +EXPORT_SYMBOL_GPL vmlinux 0x5f192a9b trace_output_call +EXPORT_SYMBOL_GPL vmlinux 0x5f1ede92 nvdimm_bus_unregister +EXPORT_SYMBOL_GPL vmlinux 0x5f228dc8 trace_array_printk +EXPORT_SYMBOL_GPL vmlinux 0x5f23e3fa insert_resource +EXPORT_SYMBOL_GPL vmlinux 0x5f2c5260 __dax_driver_register +EXPORT_SYMBOL_GPL vmlinux 0x5f2da8c4 check_tsc_unstable +EXPORT_SYMBOL_GPL vmlinux 0x5f2fcc83 ioremap_uc +EXPORT_SYMBOL_GPL vmlinux 0x5f31b337 devm_extcon_dev_allocate +EXPORT_SYMBOL_GPL vmlinux 0x5f4e3cd3 vfs_test_lock +EXPORT_SYMBOL_GPL vmlinux 0x5f5194d4 x86_platform +EXPORT_SYMBOL_GPL vmlinux 0x5f554c99 irq_work_sync +EXPORT_SYMBOL_GPL vmlinux 0x5f5ce875 skb_cow_data +EXPORT_SYMBOL_GPL vmlinux 0x5f6f1b06 devm_clk_get_optional_enabled +EXPORT_SYMBOL_GPL vmlinux 0x5f6f1e9e dax_get_private +EXPORT_SYMBOL_GPL vmlinux 0x5f8125b6 acpi_device_uevent_modalias +EXPORT_SYMBOL_GPL vmlinux 0x5f82bc58 devm_thermal_add_hwmon_sysfs +EXPORT_SYMBOL_GPL vmlinux 0x5f88d6b1 kernfs_find_and_get_ns +EXPORT_SYMBOL_GPL vmlinux 0x5f8d3f24 devlink_param_driverinit_value_set +EXPORT_SYMBOL_GPL vmlinux 0x5f9b1b8d inode_dax +EXPORT_SYMBOL_GPL vmlinux 0x5fa3e25a __SCK__tp_func_non_standard_event +EXPORT_SYMBOL_GPL vmlinux 0x5fa625ed mpi_ec_mul_point +EXPORT_SYMBOL_GPL vmlinux 0x5fa955fc anon_inode_getfile +EXPORT_SYMBOL_GPL vmlinux 0x5fb579fe pm_runtime_forbid +EXPORT_SYMBOL_GPL vmlinux 0x5fc7bb87 _RNvNvMNtNtCs9WMcp1Hn5Bv_4core3ptr9const_ptrPp7sub_ptr8comptime +EXPORT_SYMBOL_GPL vmlinux 0x5fde6261 cgroup_attach_task_all +EXPORT_SYMBOL_GPL vmlinux 0x5fdf7b32 smca_get_bank_type +EXPORT_SYMBOL_GPL vmlinux 0x5fdfa2c1 amd_pmu_enable_virt +EXPORT_SYMBOL_GPL vmlinux 0x5feb3e84 mmu_interval_notifier_remove +EXPORT_SYMBOL_GPL vmlinux 0x5febfcf6 bpf_trace_run8 +EXPORT_SYMBOL_GPL vmlinux 0x5ffcb8ad __sock_recv_timestamp +EXPORT_SYMBOL_GPL vmlinux 0x60059599 find_get_pid +EXPORT_SYMBOL_GPL vmlinux 0x60091316 clk_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0x600be255 tcp_reno_undo_cwnd +EXPORT_SYMBOL_GPL vmlinux 0x60228c7e gpiod_enable_hw_timestamp_ns +EXPORT_SYMBOL_GPL vmlinux 0x602e3b6e cpufreq_dbs_governor_start +EXPORT_SYMBOL_GPL vmlinux 0x603c4f49 gnttab_map_refs +EXPORT_SYMBOL_GPL vmlinux 0x603d0d51 acpi_os_map_iomem +EXPORT_SYMBOL_GPL vmlinux 0x604722fd devices_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0x6056882a nvmem_cell_read_variable_le_u32 +EXPORT_SYMBOL_GPL vmlinux 0x606b437e acpi_dev_add_driver_gpios +EXPORT_SYMBOL_GPL vmlinux 0x606b4aba devlink_linecard_provision_set +EXPORT_SYMBOL_GPL vmlinux 0x60736a0b led_trigger_blink +EXPORT_SYMBOL_GPL vmlinux 0x607c4683 devlink_info_version_fixed_put +EXPORT_SYMBOL_GPL vmlinux 0x608c7432 intel_cpu_collect_info +EXPORT_SYMBOL_GPL vmlinux 0x608d25d6 __xas_prev +EXPORT_SYMBOL_GPL vmlinux 0x6091797f synchronize_rcu +EXPORT_SYMBOL_GPL vmlinux 0x60923c59 _RNvXs2f_NtNtCs9WMcp1Hn5Bv_4core9core_arch4simdNtB6_5i64x2NtNtBa_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x60a0fedb fwnode_connection_find_matches +EXPORT_SYMBOL_GPL vmlinux 0x60a13e90 rcu_barrier +EXPORT_SYMBOL_GPL vmlinux 0x60ae0922 power_supply_vbat2ri +EXPORT_SYMBOL_GPL vmlinux 0x60b384c0 perf_event_period +EXPORT_SYMBOL_GPL vmlinux 0x60c03a96 xen_find_device_domain_owner +EXPORT_SYMBOL_GPL vmlinux 0x60c9b280 elv_unregister +EXPORT_SYMBOL_GPL vmlinux 0x60e0a6b1 sysfs_break_active_protection +EXPORT_SYMBOL_GPL vmlinux 0x60e2fd75 pci_epf_free_space +EXPORT_SYMBOL_GPL vmlinux 0x60e544ee ip6_flush_pending_frames +EXPORT_SYMBOL_GPL vmlinux 0x60ebc96f ring_buffer_read_prepare +EXPORT_SYMBOL_GPL vmlinux 0x60f02355 _RNvXs1d_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_11__ymmh_stateNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x60f4e484 pci_restore_msi_state +EXPORT_SYMBOL_GPL vmlinux 0x60f99e1b cppc_set_perf +EXPORT_SYMBOL_GPL vmlinux 0x610711b4 _RNvXsa_NtNtCs9WMcp1Hn5Bv_4core3fmt3numoNtB5_10DisplayInt6to_u32 +EXPORT_SYMBOL_GPL vmlinux 0x611b363b i2c_new_dummy_device +EXPORT_SYMBOL_GPL vmlinux 0x611cfa85 klist_add_tail +EXPORT_SYMBOL_GPL vmlinux 0x611eff30 kobject_move +EXPORT_SYMBOL_GPL vmlinux 0x6129fb93 sfp_remove_phy +EXPORT_SYMBOL_GPL vmlinux 0x612bfd89 errno_to_blk_status +EXPORT_SYMBOL_GPL vmlinux 0x612fa7dc kthread_flush_worker +EXPORT_SYMBOL_GPL vmlinux 0x614b689c _RNvXs1f_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_7cpumaskNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x61577f3d devm_memremap_pages +EXPORT_SYMBOL_GPL vmlinux 0x6157d35c crypto_hash_walk_done +EXPORT_SYMBOL_GPL vmlinux 0x6158262a attribute_container_register +EXPORT_SYMBOL_GPL vmlinux 0x61628dbf inet6_hash +EXPORT_SYMBOL_GPL vmlinux 0x617730bf srcu_notifier_chain_register +EXPORT_SYMBOL_GPL vmlinux 0x6178cd11 cros_ec_get_sensor_count +EXPORT_SYMBOL_GPL vmlinux 0x617d6dcc iomap_zero_range +EXPORT_SYMBOL_GPL vmlinux 0x617f7e81 _RNvXs2D_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_10timer_listNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x6181e79f timerqueue_add +EXPORT_SYMBOL_GPL vmlinux 0x618a93b4 __kernel_write +EXPORT_SYMBOL_GPL vmlinux 0x618fede9 i2c_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x6198dfea __ring_buffer_alloc +EXPORT_SYMBOL_GPL vmlinux 0x6199ad5d crypto_has_skcipher +EXPORT_SYMBOL_GPL vmlinux 0x619d2eca acpi_gpio_get_irq_resource +EXPORT_SYMBOL_GPL vmlinux 0x61a05cc1 devm_clk_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0x61b443f8 x86_spec_ctrl_current +EXPORT_SYMBOL_GPL vmlinux 0x61bd0bd0 get_completed_synchronize_rcu_full +EXPORT_SYMBOL_GPL vmlinux 0x61bd3b4a sdio_signal_irq +EXPORT_SYMBOL_GPL vmlinux 0x61c4ea23 power_supply_set_battery_charged +EXPORT_SYMBOL_GPL vmlinux 0x61c58e9e cpufreq_dbs_governor_stop +EXPORT_SYMBOL_GPL vmlinux 0x61cbfe15 wm831x_reg_read +EXPORT_SYMBOL_GPL vmlinux 0x61de81c6 trace_remove_event_call +EXPORT_SYMBOL_GPL vmlinux 0x61ea0404 gpiod_unexport +EXPORT_SYMBOL_GPL vmlinux 0x61f55397 dax_iomap_fault +EXPORT_SYMBOL_GPL vmlinux 0x61f67c92 phy_gbit_features_array +EXPORT_SYMBOL_GPL vmlinux 0x61fde8c8 iommu_setup_dma_ops +EXPORT_SYMBOL_GPL vmlinux 0x61fe14d1 dev_pm_set_dedicated_wake_irq_reverse +EXPORT_SYMBOL_GPL vmlinux 0x6206c6df vcap_rule_add_key_u48 +EXPORT_SYMBOL_GPL vmlinux 0x62258e98 shash_ahash_finup +EXPORT_SYMBOL_GPL vmlinux 0x622c4e1f _RNvXs4j_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_13___va_list_tagNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x622c7922 register_oom_notifier +EXPORT_SYMBOL_GPL vmlinux 0x62377a7b blk_io_schedule +EXPORT_SYMBOL_GPL vmlinux 0x6246a629 synchronize_rcu_tasks_trace +EXPORT_SYMBOL_GPL vmlinux 0x62497a35 devl_dpipe_headers_register +EXPORT_SYMBOL_GPL vmlinux 0x6257dda7 clk_rate_exclusive_get +EXPORT_SYMBOL_GPL vmlinux 0x6259d291 clk_restore_context +EXPORT_SYMBOL_GPL vmlinux 0x625e8dc5 pm_runtime_no_callbacks +EXPORT_SYMBOL_GPL vmlinux 0x62728e9e blkcg_activate_policy +EXPORT_SYMBOL_GPL vmlinux 0x6274d407 devm_clk_hw_register +EXPORT_SYMBOL_GPL vmlinux 0x6283aeb3 pm_runtime_set_memalloc_noio +EXPORT_SYMBOL_GPL vmlinux 0x628b3080 _RNvXs45_NtNtCs9WMcp1Hn5Bv_4core9core_arch4simdNtB6_6i16x32NtNtBa_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x62a39cab __class_register +EXPORT_SYMBOL_GPL vmlinux 0x62a6df0f xdp_rxq_info_reg_mem_model +EXPORT_SYMBOL_GPL vmlinux 0x62b6072b _RNvNtNtCsiTPnVqBGVaY_6kernel5print14format_strings4INFO +EXPORT_SYMBOL_GPL vmlinux 0x62bb09bf clocks_calc_mult_shift +EXPORT_SYMBOL_GPL vmlinux 0x62beccba bind_interdomain_evtchn_to_irq_lateeoi +EXPORT_SYMBOL_GPL vmlinux 0x62cb4085 folio_wait_writeback_killable +EXPORT_SYMBOL_GPL vmlinux 0x62dfad3b debugfs_create_u32_array +EXPORT_SYMBOL_GPL vmlinux 0x63026490 unregister_kprobe +EXPORT_SYMBOL_GPL vmlinux 0x630a3018 _RNvXs1L_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_16entry_stack_pageNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x63150e06 clk_get_parent +EXPORT_SYMBOL_GPL vmlinux 0x63164691 __traceiter_tcp_send_reset +EXPORT_SYMBOL_GPL vmlinux 0x63197685 s2idle_wake +EXPORT_SYMBOL_GPL vmlinux 0x6326a0b8 platform_msi_domain_free_irqs +EXPORT_SYMBOL_GPL vmlinux 0x6340434e x86_model +EXPORT_SYMBOL_GPL vmlinux 0x635a650d strp_done +EXPORT_SYMBOL_GPL vmlinux 0x63610b31 crypto_lookup_template +EXPORT_SYMBOL_GPL vmlinux 0x6366ba34 ata_link_next +EXPORT_SYMBOL_GPL vmlinux 0x636f40e5 _RNvXs3Q_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_12cpu_topologyNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x63775a0e bdi_dev_name +EXPORT_SYMBOL_GPL vmlinux 0x638a9653 memory_add_physaddr_to_nid +EXPORT_SYMBOL_GPL vmlinux 0x638aff11 proc_douintvec_minmax +EXPORT_SYMBOL_GPL vmlinux 0x6395fbbd devm_usb_put_phy +EXPORT_SYMBOL_GPL vmlinux 0x6396b63f __netpoll_setup +EXPORT_SYMBOL_GPL vmlinux 0x639d38cf _RNvNtCs9WMcp1Hn5Bv_4core9panicking18panic_bounds_check +EXPORT_SYMBOL_GPL vmlinux 0x63ae5950 _RNvXsn_NtNtNtCs9WMcp1Hn5Bv_4core3fmt3num3impmNtB9_8UpperExp3fmt +EXPORT_SYMBOL_GPL vmlinux 0x63c08029 clk_bulk_unprepare +EXPORT_SYMBOL_GPL vmlinux 0x63cac4ec clk_hw_get_parent_index +EXPORT_SYMBOL_GPL vmlinux 0x63d03992 ata_scsi_port_error_handler +EXPORT_SYMBOL_GPL vmlinux 0x63dcdd67 irq_remove_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0x63dd54e2 __clk_get_hw +EXPORT_SYMBOL_GPL vmlinux 0x63e7f600 iommu_domain_free +EXPORT_SYMBOL_GPL vmlinux 0x63ea80b3 cper_mem_err_type_str +EXPORT_SYMBOL_GPL vmlinux 0x63ecfa85 skb_segment_list +EXPORT_SYMBOL_GPL vmlinux 0x63f8768d switchdev_handle_port_obj_add +EXPORT_SYMBOL_GPL vmlinux 0x63faaf7d xenbus_alloc_evtchn +EXPORT_SYMBOL_GPL vmlinux 0x63fe88dc pci_epc_multi_mem_init +EXPORT_SYMBOL_GPL vmlinux 0x64068f01 ip_icmp_error +EXPORT_SYMBOL_GPL vmlinux 0x640e80ad tty_get_icount +EXPORT_SYMBOL_GPL vmlinux 0x643291d5 _RNvXsn_NtCs9WMcp1Hn5Bv_4core6markerNtB5_13PhantomPinnedNtNtB7_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x6437b76e relay_file_operations +EXPORT_SYMBOL_GPL vmlinux 0x645cb5da crypto_shash_update +EXPORT_SYMBOL_GPL vmlinux 0x6472884d _RNvXs1q_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_17bpf_raw_event_mapNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x64736977 __SCK__tp_func_remove_device_from_group +EXPORT_SYMBOL_GPL vmlinux 0x6473a026 __SCK__tp_func_map +EXPORT_SYMBOL_GPL vmlinux 0x64851caf xfrm_audit_policy_add +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 0x64ae3d88 serial8250_do_set_mctrl +EXPORT_SYMBOL_GPL vmlinux 0x64bd72d4 regulator_bulk_force_disable +EXPORT_SYMBOL_GPL vmlinux 0x64cc991c mmc_get_ext_csd +EXPORT_SYMBOL_GPL vmlinux 0x64cfc914 sysfs_remove_bin_file +EXPORT_SYMBOL_GPL vmlinux 0x64e27c4f synth_event_delete +EXPORT_SYMBOL_GPL vmlinux 0x64e4b4aa __SCK__tp_func_cpu_idle +EXPORT_SYMBOL_GPL vmlinux 0x64e6e3fe _RNvMs7_NtCs9WMcp1Hn5Bv_4core3fmtNtB5_9Formatter5width +EXPORT_SYMBOL_GPL vmlinux 0x64e985ac _RNvXs6_NtNtCs9WMcp1Hn5Bv_4core3fmt3numhNtB5_10DisplayInt7from_u8 +EXPORT_SYMBOL_GPL vmlinux 0x64f36620 dax_flush +EXPORT_SYMBOL_GPL vmlinux 0x64ffcab5 iommu_fwspec_init +EXPORT_SYMBOL_GPL vmlinux 0x65006b37 mnt_idmap_owner +EXPORT_SYMBOL_GPL vmlinux 0x6502d9c2 xenbus_scanf +EXPORT_SYMBOL_GPL vmlinux 0x65192138 _RNvXNtCs9WMcp1Hn5Bv_4core4charNtB2_13EscapeUnicodeNtNtNtNtB4_4iter6traits8iterator8Iterator4next +EXPORT_SYMBOL_GPL vmlinux 0x651d10e5 ktime_get_tai_fast_ns +EXPORT_SYMBOL_GPL vmlinux 0x6527a231 dbgp_external_startup +EXPORT_SYMBOL_GPL vmlinux 0x652a2446 _RNvXs2r_NtNtCs9WMcp1Hn5Bv_4core9core_arch4simdNtB6_5f64x2NtNtBa_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x652ea57c shmem_truncate_range +EXPORT_SYMBOL_GPL vmlinux 0x6531a37f mpi_add +EXPORT_SYMBOL_GPL vmlinux 0x653b195a housekeeping_affine +EXPORT_SYMBOL_GPL vmlinux 0x6545200d xfrm_audit_state_notfound +EXPORT_SYMBOL_GPL vmlinux 0x6550ed09 usb_hcd_pci_shutdown +EXPORT_SYMBOL_GPL vmlinux 0x65525c38 ghes_register_report_chain +EXPORT_SYMBOL_GPL vmlinux 0x655fff35 __SCK__tp_func_xdp_bulk_tx +EXPORT_SYMBOL_GPL vmlinux 0x6561e639 dev_pm_genpd_remove_notifier +EXPORT_SYMBOL_GPL vmlinux 0x6567b012 fuse_file_poll +EXPORT_SYMBOL_GPL vmlinux 0x65704d22 hv_stimer_cleanup +EXPORT_SYMBOL_GPL vmlinux 0x65841fbc _RNvXsZ_NtNtCs9WMcp1Hn5Bv_4core3fmt3numxNtB7_5Octal3fmt +EXPORT_SYMBOL_GPL vmlinux 0x658a09d8 _RNvXs1H_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_25cpuinfo_x86__bindgen_ty_1NtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x658aad19 perf_aux_output_flag +EXPORT_SYMBOL_GPL vmlinux 0x658bdff2 iomap_invalidate_folio +EXPORT_SYMBOL_GPL vmlinux 0x658e2782 __clk_mux_determine_rate +EXPORT_SYMBOL_GPL vmlinux 0x65acf90c sbitmap_weight +EXPORT_SYMBOL_GPL vmlinux 0x65b0ece2 _RNvMs_NtNtCs9WMcp1Hn5Bv_4core3num3fmtNtB4_9Formatted3len +EXPORT_SYMBOL_GPL vmlinux 0x65b192cb bpf_offload_dev_match +EXPORT_SYMBOL_GPL vmlinux 0x65c529df power_supply_am_i_supplied +EXPORT_SYMBOL_GPL vmlinux 0x65ccb6f0 call_netevent_notifiers +EXPORT_SYMBOL_GPL vmlinux 0x65eec97e pinctrl_utils_reserve_map +EXPORT_SYMBOL_GPL vmlinux 0x65eed209 usb_unanchor_urb +EXPORT_SYMBOL_GPL vmlinux 0x65f4659d event_triggers_post_call +EXPORT_SYMBOL_GPL vmlinux 0x6606f943 of_devfreq_cooling_register +EXPORT_SYMBOL_GPL vmlinux 0x660eb6bd devlink_free +EXPORT_SYMBOL_GPL vmlinux 0x661601de sprint_symbol +EXPORT_SYMBOL_GPL vmlinux 0x661dbba3 pci_get_dsn +EXPORT_SYMBOL_GPL vmlinux 0x66230d47 pm_genpd_add_device +EXPORT_SYMBOL_GPL vmlinux 0x6636c3c9 irq_set_vcpu_affinity +EXPORT_SYMBOL_GPL vmlinux 0x663bb448 devlink_fmsg_obj_nest_end +EXPORT_SYMBOL_GPL vmlinux 0x663fe715 disk_set_independent_access_ranges +EXPORT_SYMBOL_GPL vmlinux 0x6644d566 rtnl_put_cacheinfo +EXPORT_SYMBOL_GPL vmlinux 0x6644e37d regmap_multi_reg_write_bypassed +EXPORT_SYMBOL_GPL vmlinux 0x6646b278 usb_phy_set_charger_current +EXPORT_SYMBOL_GPL vmlinux 0x665e92a0 clk_set_duty_cycle +EXPORT_SYMBOL_GPL vmlinux 0x665f0167 regulator_get_current_limit_regmap +EXPORT_SYMBOL_GPL vmlinux 0x66676111 devres_destroy +EXPORT_SYMBOL_GPL vmlinux 0x666d2f1a regulator_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x668402aa crypto_put_default_rng +EXPORT_SYMBOL_GPL vmlinux 0x66899515 _RNvXsG_NtNtCs9WMcp1Hn5Bv_4core3fmt3numhNtB7_8LowerHex3fmt +EXPORT_SYMBOL_GPL vmlinux 0x668b9da6 ata_pci_device_resume +EXPORT_SYMBOL_GPL vmlinux 0x668f7d0b thermal_cooling_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x66929299 sysfs_create_mount_point +EXPORT_SYMBOL_GPL vmlinux 0x66a0eba5 regulator_list_hardware_vsel +EXPORT_SYMBOL_GPL vmlinux 0x66a74a23 pci_hp_create_module_link +EXPORT_SYMBOL_GPL vmlinux 0x66adfc8e __traceiter_pelt_irq_tp +EXPORT_SYMBOL_GPL vmlinux 0x66af3ae9 fat_getattr +EXPORT_SYMBOL_GPL vmlinux 0x66b11a4f _RNvMs5_NtCs9WMcp1Hn5Bv_4core3numt14from_str_radix +EXPORT_SYMBOL_GPL vmlinux 0x66b6a26a icc_node_create +EXPORT_SYMBOL_GPL vmlinux 0x66b97421 sfp_link_up +EXPORT_SYMBOL_GPL vmlinux 0x66c2bc0b vcap_rule_get_key_u32 +EXPORT_SYMBOL_GPL vmlinux 0x66d09785 sbitmap_queue_show +EXPORT_SYMBOL_GPL vmlinux 0x66d87d38 symbol_put_addr +EXPORT_SYMBOL_GPL vmlinux 0x66deb919 clk_hw_rate_is_protected +EXPORT_SYMBOL_GPL vmlinux 0x66f1a8cd __SCK__tp_func_devlink_trap_report +EXPORT_SYMBOL_GPL vmlinux 0x670b339c ghes_get_devices +EXPORT_SYMBOL_GPL vmlinux 0x6722c340 dma_alloc_pages +EXPORT_SYMBOL_GPL vmlinux 0x6733dc19 __tracepoint_rpm_return_int +EXPORT_SYMBOL_GPL vmlinux 0x6739a503 balloon_set_new_target +EXPORT_SYMBOL_GPL vmlinux 0x6744534d ethnl_cable_test_pulse +EXPORT_SYMBOL_GPL vmlinux 0x675163b3 rtnl_get_net_ns_capable +EXPORT_SYMBOL_GPL vmlinux 0x6759bd00 __SCT__tp_func_rpm_idle +EXPORT_SYMBOL_GPL vmlinux 0x6759eba9 skb_zerocopy_iter_stream +EXPORT_SYMBOL_GPL vmlinux 0x6773bdf9 _RNvXsY_NtNtCs9WMcp1Hn5Bv_4core4sync6atomicNtB5_11AtomicIsizeNtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x677c9f68 blk_queue_write_cache +EXPORT_SYMBOL_GPL vmlinux 0x677ff88c xas_store +EXPORT_SYMBOL_GPL vmlinux 0x678097b5 blkg_conf_finish +EXPORT_SYMBOL_GPL vmlinux 0x6780c340 vcap_keyset_list_add +EXPORT_SYMBOL_GPL vmlinux 0x6790ebd3 mce_is_memory_error +EXPORT_SYMBOL_GPL vmlinux 0x67955ce6 profile_hits +EXPORT_SYMBOL_GPL vmlinux 0x679a9ff6 aead_geniv_alloc +EXPORT_SYMBOL_GPL vmlinux 0x67a307dd syscon_regmap_lookup_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0x67ae4f76 __pci_epc_create +EXPORT_SYMBOL_GPL vmlinux 0x67baa693 regcache_mark_dirty +EXPORT_SYMBOL_GPL vmlinux 0x67bcf924 _RNvXs3z_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_12vma_iteratorNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x67c3c795 get_state_synchronize_rcu_full +EXPORT_SYMBOL_GPL vmlinux 0x67cb229f sata_port_ops +EXPORT_SYMBOL_GPL vmlinux 0x67d02b33 tcp_abort +EXPORT_SYMBOL_GPL vmlinux 0x67d3dfca ethtool_set_ethtool_phy_ops +EXPORT_SYMBOL_GPL vmlinux 0x67d4cce6 platform_msi_domain_alloc_irqs +EXPORT_SYMBOL_GPL vmlinux 0x67da9f7c sha512_zero_message_hash +EXPORT_SYMBOL_GPL vmlinux 0x67dcd76b uv_setup_irq +EXPORT_SYMBOL_GPL vmlinux 0x67f36b30 _RNvNvMsq_NtNtCs9WMcp1Hn5Bv_4core3num7nonzeroNtB7_11NonZeroU12813new_unchecked8comptime +EXPORT_SYMBOL_GPL vmlinux 0x67f4eb6a sdio_release_host +EXPORT_SYMBOL_GPL vmlinux 0x67fee707 device_release_driver +EXPORT_SYMBOL_GPL vmlinux 0x680384fb mmc_cmdq_disable +EXPORT_SYMBOL_GPL vmlinux 0x682d6785 iommu_sva_bind_device +EXPORT_SYMBOL_GPL vmlinux 0x682f0bc5 wm831x_reg_lock +EXPORT_SYMBOL_GPL vmlinux 0x682ff057 ring_buffer_commit_overrun_cpu +EXPORT_SYMBOL_GPL vmlinux 0x683386d9 _RNvXsy_NtCs9WMcp1Hn5Bv_4core4charNtB5_11EscapeDebugNtNtB7_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x68460527 blkcg_set_fc_appid +EXPORT_SYMBOL_GPL vmlinux 0x68491bfc skb_zerocopy +EXPORT_SYMBOL_GPL vmlinux 0x685bd379 _RNvXs1h_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_3msrNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x686e5e32 sysfs_update_groups +EXPORT_SYMBOL_GPL vmlinux 0x687162f6 udp4_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0x6886f113 _RNvXs1U_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_10llist_nodeNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x68952493 rcu_note_context_switch +EXPORT_SYMBOL_GPL vmlinux 0x6896e30a regmap_fields_read +EXPORT_SYMBOL_GPL vmlinux 0x689ec334 trace_event_ignore_this_pid +EXPORT_SYMBOL_GPL vmlinux 0x68a5cace dbs_update +EXPORT_SYMBOL_GPL vmlinux 0x68accc5b nfs_ssc_client_tbl +EXPORT_SYMBOL_GPL vmlinux 0x68ad272d fib_nl_newrule +EXPORT_SYMBOL_GPL vmlinux 0x68b6070e regulator_get_optional +EXPORT_SYMBOL_GPL vmlinux 0x68b7d0d9 spi_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0x68bebcb0 of_pm_clk_add_clks +EXPORT_SYMBOL_GPL vmlinux 0x68bf4f3f _RNvXsQ_NtCs796HB7yPNRt_8bindings12bindings_rawNtB5_3eddNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x68ddbe79 mbox_free_channel +EXPORT_SYMBOL_GPL vmlinux 0x68ee5b00 devm_irq_setup_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0x68f975df cgroup_get_from_fd +EXPORT_SYMBOL_GPL vmlinux 0x690e688e pci_p2pdma_enable_show +EXPORT_SYMBOL_GPL vmlinux 0x690f585e phy_basic_ports_array +EXPORT_SYMBOL_GPL vmlinux 0x69152fa0 _RNvXs2Z_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_15return_instanceNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x6918620b sk_set_memalloc +EXPORT_SYMBOL_GPL vmlinux 0x692087a1 page_cache_sync_ra +EXPORT_SYMBOL_GPL vmlinux 0x6954e8c9 _RNvXs4_NtCs9WMcp1Hn5Bv_4core3fmtNtB5_9ArgumentsNtB5_5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x695b04e5 led_trigger_blink_oneshot +EXPORT_SYMBOL_GPL vmlinux 0x696340a5 __i2c_board_lock +EXPORT_SYMBOL_GPL vmlinux 0x6963791a sfp_register_socket +EXPORT_SYMBOL_GPL vmlinux 0x69637b2c __traceiter_powernv_throttle +EXPORT_SYMBOL_GPL vmlinux 0x6963b9ff usb_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x696d7e0b l1tf_mitigation +EXPORT_SYMBOL_GPL vmlinux 0x6971ae92 tty_ldisc_ref +EXPORT_SYMBOL_GPL vmlinux 0x697c5d0d tracing_snapshot_alloc +EXPORT_SYMBOL_GPL vmlinux 0x6999858c _RNvXs1T_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_10llist_headNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x69a283a3 devm_nvmem_device_get +EXPORT_SYMBOL_GPL vmlinux 0x69a76095 _RNvXsP_NtCs796HB7yPNRt_8bindings12bindings_rawNtB5_8edd_infoNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x69b14c9b devfreq_cooling_em_register +EXPORT_SYMBOL_GPL vmlinux 0x69b4b911 security_inode_mkdir +EXPORT_SYMBOL_GPL vmlinux 0x69cf0632 mpi_fromstr +EXPORT_SYMBOL_GPL vmlinux 0x69d5b810 pwm_lpss_bsw_info +EXPORT_SYMBOL_GPL vmlinux 0x69df2687 relay_open +EXPORT_SYMBOL_GPL vmlinux 0x69e4af66 spi_add_device +EXPORT_SYMBOL_GPL vmlinux 0x69e65968 _RNvXs1w_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_13reg_1024_byteNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x69e683de uuid_gen +EXPORT_SYMBOL_GPL vmlinux 0x69e83605 mc146818_get_time +EXPORT_SYMBOL_GPL vmlinux 0x69e8ff22 tty_kopen_shared +EXPORT_SYMBOL_GPL vmlinux 0x69ee2220 linear_range_get_selector_high +EXPORT_SYMBOL_GPL vmlinux 0x69fc983f regulator_set_voltage_sel_pickable_regmap +EXPORT_SYMBOL_GPL vmlinux 0x69ff9078 bpf_map_inc_with_uref +EXPORT_SYMBOL_GPL vmlinux 0x6a001cde eventfd_ctx_fileget +EXPORT_SYMBOL_GPL vmlinux 0x6a05b65b fb_videomode_from_videomode +EXPORT_SYMBOL_GPL vmlinux 0x6a06708e get_net_ns +EXPORT_SYMBOL_GPL vmlinux 0x6a0e821d irq_chip_mask_ack_parent +EXPORT_SYMBOL_GPL vmlinux 0x6a0f4f70 ipv6_opt_accepted +EXPORT_SYMBOL_GPL vmlinux 0x6a14d3af unregister_random_vmfork_notifier +EXPORT_SYMBOL_GPL vmlinux 0x6a17080e pci_p2pmem_virt_to_bus +EXPORT_SYMBOL_GPL vmlinux 0x6a26873b _RNvXs4_NtNtCs9WMcp1Hn5Bv_4core3fmt3numnNtB5_10DisplayInt6to_u64 +EXPORT_SYMBOL_GPL vmlinux 0x6a2ed5d1 cpufreq_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x6a36ff74 __traceiter_devlink_hwmsg +EXPORT_SYMBOL_GPL vmlinux 0x6a414e21 __fscrypt_prepare_setattr +EXPORT_SYMBOL_GPL vmlinux 0x6a421062 memory_failure_queue +EXPORT_SYMBOL_GPL vmlinux 0x6a460dc5 schedule_hrtimeout +EXPORT_SYMBOL_GPL vmlinux 0x6a4a1b5b _RNvXs1h_NtNtCs9WMcp1Hn5Bv_4core9core_arch4simdNtB6_5i64x1NtNtBa_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x6a4f623b mmu_notifier_synchronize +EXPORT_SYMBOL_GPL vmlinux 0x6a609c6d pm_generic_freeze +EXPORT_SYMBOL_GPL vmlinux 0x6a62eba9 _RNvXsy_NtNtCs9WMcp1Hn5Bv_4core3fmt3numjNtB7_8LowerHex3fmt +EXPORT_SYMBOL_GPL vmlinux 0x6a65a87b usb_hcd_pci_remove +EXPORT_SYMBOL_GPL vmlinux 0x6a68c0ea acpi_pm_set_device_wakeup +EXPORT_SYMBOL_GPL vmlinux 0x6a6bdf4c _RNvXsu_NtNtCs9WMcp1Hn5Bv_4core4sync6atomicNtB5_9AtomicI16NtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x6a82e825 __tracepoint_sched_cpu_capacity_tp +EXPORT_SYMBOL_GPL vmlinux 0x6a8441be cpci_hp_start +EXPORT_SYMBOL_GPL vmlinux 0x6a88e086 x86_vector_domain +EXPORT_SYMBOL_GPL vmlinux 0x6a8efa6a devm_spi_mem_dirmap_create +EXPORT_SYMBOL_GPL vmlinux 0x6a8f9d76 find_mci_by_dev +EXPORT_SYMBOL_GPL vmlinux 0x6a969d4c tcp_plb_update_state_upon_rto +EXPORT_SYMBOL_GPL vmlinux 0x6a9e90af ata_mode_string +EXPORT_SYMBOL_GPL vmlinux 0x6aa2a877 xenbus_printf +EXPORT_SYMBOL_GPL vmlinux 0x6aabeaa4 kthread_flush_work +EXPORT_SYMBOL_GPL vmlinux 0x6aad9152 xen_set_callback_via +EXPORT_SYMBOL_GPL vmlinux 0x6aae7b09 _RNvXs3_NtNtCs9WMcp1Hn5Bv_4core3fmt3numxNtB5_10DisplayInt6to_u32 +EXPORT_SYMBOL_GPL vmlinux 0x6aaf5ba5 bpf_prog_select_runtime +EXPORT_SYMBOL_GPL vmlinux 0x6ad4d273 usb_ifnum_to_if +EXPORT_SYMBOL_GPL vmlinux 0x6aeeb840 lwtunnel_encap_add_ops +EXPORT_SYMBOL_GPL vmlinux 0x6aef4bab __traceiter_kfree_skb +EXPORT_SYMBOL_GPL vmlinux 0x6af11bf4 misc_cg_try_charge +EXPORT_SYMBOL_GPL vmlinux 0x6af2d36b dev_pm_qos_remove_notifier +EXPORT_SYMBOL_GPL vmlinux 0x6afad836 _RNvNvNtNtNtCs9WMcp1Hn5Bv_4core9core_arch3x865ssse315__mm_alignr_epi84mask +EXPORT_SYMBOL_GPL vmlinux 0x6b008ba7 usb_amd_pt_check_port +EXPORT_SYMBOL_GPL vmlinux 0x6b01bc7f power_supply_get_battery_info +EXPORT_SYMBOL_GPL vmlinux 0x6b05d58d _RNvXs46_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_25local_apic__bindgen_ty_29NtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x6b0d9ef0 _RNvXsz_NtNtCs9WMcp1Hn5Bv_4core4sync6atomicNtB5_9AtomicU16NtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x6b0dc565 xen_set_irq_priority +EXPORT_SYMBOL_GPL vmlinux 0x6b0eaa18 hv_ghcb_msr_read +EXPORT_SYMBOL_GPL vmlinux 0x6b18059d fwnode_get_named_child_node +EXPORT_SYMBOL_GPL vmlinux 0x6b21a892 _RNvXsS_NtNtCs9WMcp1Hn5Bv_4core3str7patternNtB5_15StrSearcherImplNtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x6b21adfa dev_pm_genpd_set_performance_state +EXPORT_SYMBOL_GPL vmlinux 0x6b27710c tpm1_getcap +EXPORT_SYMBOL_GPL vmlinux 0x6b2b69f7 static_key_enable +EXPORT_SYMBOL_GPL vmlinux 0x6b35a16b intel_scu_ipc_dev_get +EXPORT_SYMBOL_GPL vmlinux 0x6b36e07d devlink_linecard_destroy +EXPORT_SYMBOL_GPL vmlinux 0x6b3ae022 acpi_os_unmap_iomem +EXPORT_SYMBOL_GPL vmlinux 0x6b413c9b sfp_link_down +EXPORT_SYMBOL_GPL vmlinux 0x6b52d1ee _RNvXs7_NtNtCs9WMcp1Hn5Bv_4core3fmt3numtNtB5_10DisplayInt6to_u32 +EXPORT_SYMBOL_GPL vmlinux 0x6b542845 locks_alloc_lock +EXPORT_SYMBOL_GPL vmlinux 0x6b5532eb usb_set_configuration +EXPORT_SYMBOL_GPL vmlinux 0x6b6cf98a crypto_grab_ahash +EXPORT_SYMBOL_GPL vmlinux 0x6b7a4335 hyperv_cleanup +EXPORT_SYMBOL_GPL vmlinux 0x6b81b626 crypto_alloc_kpp +EXPORT_SYMBOL_GPL vmlinux 0x6b81c38b power_supply_unreg_notifier +EXPORT_SYMBOL_GPL vmlinux 0x6b858cc9 usb_hcd_unmap_urb_setup_for_dma +EXPORT_SYMBOL_GPL vmlinux 0x6b9afd8d inet6_lookup +EXPORT_SYMBOL_GPL vmlinux 0x6ba36c6a hwpoison_filter_flags_value +EXPORT_SYMBOL_GPL vmlinux 0x6ba43638 alloc_dax +EXPORT_SYMBOL_GPL vmlinux 0x6bb119f5 _RNvNtCs9WMcp1Hn5Bv_4core3fmt5write +EXPORT_SYMBOL_GPL vmlinux 0x6bbd8324 perf_unregister_guest_info_callbacks +EXPORT_SYMBOL_GPL vmlinux 0x6bc464ef dax_iomap_rw +EXPORT_SYMBOL_GPL vmlinux 0x6bccae87 _RNvXsA_NtNtCs9WMcp1Hn5Bv_4core3fmt3numaNtB7_6Binary3fmt +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 0x6be1cfc1 _RNvXsW_NtNtCs9WMcp1Hn5Bv_4core3str7patternNtB5_14TwoWaySearcherNtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x6be3a96b hv_remove_vmbus_handler +EXPORT_SYMBOL_GPL vmlinux 0x6bea8e97 usb_get_hcd +EXPORT_SYMBOL_GPL vmlinux 0x6bf9cf03 __traceiter_xdp_exception +EXPORT_SYMBOL_GPL vmlinux 0x6bfac1c6 gov_update_cpu_data +EXPORT_SYMBOL_GPL vmlinux 0x6bffd1a5 sdio_readl +EXPORT_SYMBOL_GPL vmlinux 0x6c0dba1d _RNvNvMNtNtCs9WMcp1Hn5Bv_4core3num7nonzeroNtB4_9NonZeroU813new_unchecked8comptime +EXPORT_SYMBOL_GPL vmlinux 0x6c175a21 regulator_get_current_limit +EXPORT_SYMBOL_GPL vmlinux 0x6c205008 mpi_print +EXPORT_SYMBOL_GPL vmlinux 0x6c3735ea class_destroy +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 0x6c56481a bpf_prog_create +EXPORT_SYMBOL_GPL vmlinux 0x6c583357 gnttab_page_cache_put +EXPORT_SYMBOL_GPL vmlinux 0x6c5a2f3e devlink_port_attrs_set +EXPORT_SYMBOL_GPL vmlinux 0x6c5ad0cd kmsg_dump_register +EXPORT_SYMBOL_GPL vmlinux 0x6c5c629c devm_mipi_dsi_attach +EXPORT_SYMBOL_GPL vmlinux 0x6c619998 lwtunnel_input +EXPORT_SYMBOL_GPL vmlinux 0x6c623267 fscrypt_ioctl_get_key_status +EXPORT_SYMBOL_GPL vmlinux 0x6c634628 folio_wait_writeback +EXPORT_SYMBOL_GPL vmlinux 0x6c655913 register_acpi_hed_notifier +EXPORT_SYMBOL_GPL vmlinux 0x6c70dda0 perf_event_read_value +EXPORT_SYMBOL_GPL vmlinux 0x6c7b435f mc146818_does_rtc_work +EXPORT_SYMBOL_GPL vmlinux 0x6c92e516 generic_handle_domain_irq_safe +EXPORT_SYMBOL_GPL vmlinux 0x6c948d65 fsverity_ioctl_enable +EXPORT_SYMBOL_GPL vmlinux 0x6c9a04b1 _RNvXso_NtNtCs9WMcp1Hn5Bv_4core4hash3sipNtB5_11Sip24RoundsNtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x6c9e95f5 __SCK__tp_func_neigh_event_send_dead +EXPORT_SYMBOL_GPL vmlinux 0x6ca14946 tpm_try_get_ops +EXPORT_SYMBOL_GPL vmlinux 0x6ca4bf88 async_synchronize_full_domain +EXPORT_SYMBOL_GPL vmlinux 0x6cb5f319 __rg_alloc +EXPORT_SYMBOL_GPL vmlinux 0x6cc41fa7 serial8250_rx_chars +EXPORT_SYMBOL_GPL vmlinux 0x6cd37bc6 dev_pm_opp_disable +EXPORT_SYMBOL_GPL vmlinux 0x6ce82eee crypto_stats_akcipher_decrypt +EXPORT_SYMBOL_GPL vmlinux 0x6cf9d760 _RNvNtNtCs9WMcp1Hn5Bv_4core5slice5index24slice_end_index_len_fail +EXPORT_SYMBOL_GPL vmlinux 0x6cfe6ae1 da9052_adc_manual_read +EXPORT_SYMBOL_GPL vmlinux 0x6d04891d inet_getpeer +EXPORT_SYMBOL_GPL vmlinux 0x6d09843f copy_bpf_fprog_from_user +EXPORT_SYMBOL_GPL vmlinux 0x6d0ab776 usb_remove_phy +EXPORT_SYMBOL_GPL vmlinux 0x6d0ae550 pinctrl_gpio_request +EXPORT_SYMBOL_GPL vmlinux 0x6d1bad6e pci_remove_root_bus +EXPORT_SYMBOL_GPL vmlinux 0x6d20611c xhci_reset_bandwidth +EXPORT_SYMBOL_GPL vmlinux 0x6d2713b0 pinctrl_pm_select_default_state +EXPORT_SYMBOL_GPL vmlinux 0x6d2cf990 devm_devfreq_event_remove_edev +EXPORT_SYMBOL_GPL vmlinux 0x6d2e899d mce_usable_address +EXPORT_SYMBOL_GPL vmlinux 0x6d2fc5a6 net_namespace_list +EXPORT_SYMBOL_GPL vmlinux 0x6d4258d3 irq_chip_enable_parent +EXPORT_SYMBOL_GPL vmlinux 0x6d476817 __devm_reset_control_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0x6d4ba5a8 device_set_node +EXPORT_SYMBOL_GPL vmlinux 0x6d4e831b acpi_dma_simple_xlate +EXPORT_SYMBOL_GPL vmlinux 0x6d518efa devl_traps_register +EXPORT_SYMBOL_GPL vmlinux 0x6d51b64c led_update_brightness +EXPORT_SYMBOL_GPL vmlinux 0x6d672fbe watchdog_register_device +EXPORT_SYMBOL_GPL vmlinux 0x6d6d74f2 public_key_signature_free +EXPORT_SYMBOL_GPL vmlinux 0x6d6fec1f ktime_mono_to_any +EXPORT_SYMBOL_GPL vmlinux 0x6d7b50f7 wm831x_reg_write +EXPORT_SYMBOL_GPL vmlinux 0x6d7e951e rcu_exp_batches_completed +EXPORT_SYMBOL_GPL vmlinux 0x6da31233 __tracepoint_devlink_hwerr +EXPORT_SYMBOL_GPL vmlinux 0x6dbaafd3 put_old_timespec32 +EXPORT_SYMBOL_GPL vmlinux 0x6dbd0f50 __virtqueue_unbreak +EXPORT_SYMBOL_GPL vmlinux 0x6dd333d3 ata_sff_data_xfer +EXPORT_SYMBOL_GPL vmlinux 0x6dd5680d sprint_symbol_build_id +EXPORT_SYMBOL_GPL vmlinux 0x6dd57957 _RNvXNvNtCs9WMcp1Hn5Bv_4core9panicking21assert_matches_failedNtB2_7PatternNtNtB6_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x6dd615a2 unix_peer_get +EXPORT_SYMBOL_GPL vmlinux 0x6ddf7ced ata_host_detach +EXPORT_SYMBOL_GPL vmlinux 0x6ddfcf6d gpiochip_generic_free +EXPORT_SYMBOL_GPL vmlinux 0x6de296c8 _RNvXs3_NtNtCs9WMcp1Hn5Bv_4core3fmt3numxNtB5_10DisplayInt7from_u8 +EXPORT_SYMBOL_GPL vmlinux 0x6df8f92e pci_scan_child_bus +EXPORT_SYMBOL_GPL vmlinux 0x6dfaa4ad bpf_trace_run7 +EXPORT_SYMBOL_GPL vmlinux 0x6dfc5c35 __traceiter_neigh_update_done +EXPORT_SYMBOL_GPL vmlinux 0x6e00fcfb modify_ftrace_direct +EXPORT_SYMBOL_GPL vmlinux 0x6e09e04d fat_setattr +EXPORT_SYMBOL_GPL vmlinux 0x6e21a632 clockevents_config_and_register +EXPORT_SYMBOL_GPL vmlinux 0x6e276720 device_iommu_capable +EXPORT_SYMBOL_GPL vmlinux 0x6e28aced pcc_mbox_request_channel +EXPORT_SYMBOL_GPL vmlinux 0x6e3347ec devlink_priv +EXPORT_SYMBOL_GPL vmlinux 0x6e353c26 mpi_rshift +EXPORT_SYMBOL_GPL vmlinux 0x6e3bd2fe crypto_stats_kpp_compute_shared_secret +EXPORT_SYMBOL_GPL vmlinux 0x6e3ff83a edac_device_alloc_index +EXPORT_SYMBOL_GPL vmlinux 0x6e64add4 inet6_csk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0x6e6f276c _RNvNtNtCs9WMcp1Hn5Bv_4core5slice5index29slice_start_index_len_fail_ct +EXPORT_SYMBOL_GPL vmlinux 0x6e7943ec iommu_group_id +EXPORT_SYMBOL_GPL vmlinux 0x6e80d606 l3mdev_table_lookup_unregister +EXPORT_SYMBOL_GPL vmlinux 0x6e85b00b local_touch_nmi +EXPORT_SYMBOL_GPL vmlinux 0x6e85d29b intel_pinctrl_suspend_noirq +EXPORT_SYMBOL_GPL vmlinux 0x6e88c7d6 pm_generic_suspend_noirq +EXPORT_SYMBOL_GPL vmlinux 0x6e89a560 regmap_irq_chip_get_base +EXPORT_SYMBOL_GPL vmlinux 0x6e914514 acpi_dev_irq_flags +EXPORT_SYMBOL_GPL vmlinux 0x6e9d9d58 ata_sas_sync_probe +EXPORT_SYMBOL_GPL vmlinux 0x6ea395b8 virtio_reset_device +EXPORT_SYMBOL_GPL vmlinux 0x6eab862b bpf_prog_inc_not_zero +EXPORT_SYMBOL_GPL vmlinux 0x6eb04f46 register_random_vmfork_notifier +EXPORT_SYMBOL_GPL vmlinux 0x6ebe0de2 iommu_group_remove_device +EXPORT_SYMBOL_GPL vmlinux 0x6ebe366f ktime_get_mono_fast_ns +EXPORT_SYMBOL_GPL vmlinux 0x6ecb4d88 gpiochip_find +EXPORT_SYMBOL_GPL vmlinux 0x6ed77e9f tps6586x_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x6ed9e0d9 scsi_build_sense +EXPORT_SYMBOL_GPL vmlinux 0x6eda40a0 xhci_add_endpoint +EXPORT_SYMBOL_GPL vmlinux 0x6ee3787e sysfs_chmod_file +EXPORT_SYMBOL_GPL vmlinux 0x6ef6b54f ktime_get_boot_fast_ns +EXPORT_SYMBOL_GPL vmlinux 0x6efa8fb9 _RNvXs17_NtNtCs9WMcp1Hn5Bv_4core3fmt3numnNtB8_5Octal3fmt +EXPORT_SYMBOL_GPL vmlinux 0x6f08e4c0 _RNvXs3_NtNtCs9WMcp1Hn5Bv_4core4char6decodeNtB5_16DecodeUtf16ErrorNtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x6f12560a get_old_timespec32 +EXPORT_SYMBOL_GPL vmlinux 0x6f23ac84 dma_release_channel +EXPORT_SYMBOL_GPL vmlinux 0x6f3598cd devm_reset_control_array_get +EXPORT_SYMBOL_GPL vmlinux 0x6f495c9b ncsi_unregister_dev +EXPORT_SYMBOL_GPL vmlinux 0x6f49e452 rust_begin_unwind +EXPORT_SYMBOL_GPL vmlinux 0x6f513fae dax_remove_host +EXPORT_SYMBOL_GPL vmlinux 0x6f542e1f wm8400_reset_codec_reg_cache +EXPORT_SYMBOL_GPL vmlinux 0x6f5a124c regulator_get_voltage_sel_pickable_regmap +EXPORT_SYMBOL_GPL vmlinux 0x6f5e9f6d ata_dev_pair +EXPORT_SYMBOL_GPL vmlinux 0x6f62f048 _RNvXsG_NtNtCs9WMcp1Hn5Bv_4core9core_arch3x86NtB5_8___m256bhNtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x6f65dd8b regulator_set_suspend_voltage +EXPORT_SYMBOL_GPL vmlinux 0x6f6b52e9 __ipv6_fixup_options +EXPORT_SYMBOL_GPL vmlinux 0x6f6c9854 __SCK__tp_func_detach_device_from_domain +EXPORT_SYMBOL_GPL vmlinux 0x6f7e6040 irq_has_action +EXPORT_SYMBOL_GPL vmlinux 0x6f7f8cae kthread_cancel_work_sync +EXPORT_SYMBOL_GPL vmlinux 0x6f800816 fscrypt_set_bio_crypt_ctx_bh +EXPORT_SYMBOL_GPL vmlinux 0x6f871512 fb_deferred_io_fsync +EXPORT_SYMBOL_GPL vmlinux 0x6f878ea8 _RNvMs_NtNtCs9WMcp1Hn5Bv_4core4char6decodeNtB4_16DecodeUtf16Error18unpaired_surrogate +EXPORT_SYMBOL_GPL vmlinux 0x6f9617cf wakeup_sources_walk_next +EXPORT_SYMBOL_GPL vmlinux 0x6f9e763b timecounter_read +EXPORT_SYMBOL_GPL vmlinux 0x6f9f7c27 edac_device_alloc_ctl_info +EXPORT_SYMBOL_GPL vmlinux 0x6faf1115 _RNvXs2x_NtNtCs9WMcp1Hn5Bv_4core9core_arch4simdNtB6_5f64x4NtNtBa_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x6fc0f628 _RNvXs9_NtNtCs9WMcp1Hn5Bv_4core3fmt3numyNtB5_10DisplayInt7to_u128 +EXPORT_SYMBOL_GPL vmlinux 0x6fcef6ab ring_buffer_reset +EXPORT_SYMBOL_GPL vmlinux 0x6fda8ad3 ioc_find_get_icq +EXPORT_SYMBOL_GPL vmlinux 0x6fe4b78d balloon_page_enqueue +EXPORT_SYMBOL_GPL vmlinux 0x6fe6d560 devl_rate_node_create +EXPORT_SYMBOL_GPL vmlinux 0x6fe89ec3 _RNvXs7_NtNtCs9WMcp1Hn5Bv_4core9core_arch4simdNtB5_4i8x2NtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x6ff607b6 crypto_get_default_rng +EXPORT_SYMBOL_GPL vmlinux 0x6ff89e70 icc_node_del +EXPORT_SYMBOL_GPL vmlinux 0x6ffce680 x86_cpu_has_min_microcode_rev +EXPORT_SYMBOL_GPL vmlinux 0x700321a3 dev_attr_link_power_management_policy +EXPORT_SYMBOL_GPL vmlinux 0x70058032 pci_epc_set_bar +EXPORT_SYMBOL_GPL vmlinux 0x7006586e iommu_get_group_resv_regions +EXPORT_SYMBOL_GPL vmlinux 0x7012c7de regcache_cache_only +EXPORT_SYMBOL_GPL vmlinux 0x701a8849 blk_mq_unfreeze_queue +EXPORT_SYMBOL_GPL vmlinux 0x7023992e wm8350_read_auxadc +EXPORT_SYMBOL_GPL vmlinux 0x7027c6a7 sched_show_task +EXPORT_SYMBOL_GPL vmlinux 0x702996bc serdev_device_write +EXPORT_SYMBOL_GPL vmlinux 0x7038ec61 tty_port_register_device_serdev +EXPORT_SYMBOL_GPL vmlinux 0x70390aa9 __rt_mutex_init +EXPORT_SYMBOL_GPL vmlinux 0x704ea74b crypto_dequeue_request +EXPORT_SYMBOL_GPL vmlinux 0x70576fee acpi_processor_ffh_cstate_probe +EXPORT_SYMBOL_GPL vmlinux 0x70711bbf i2c_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0x7073c04f phy_10_100_features_array +EXPORT_SYMBOL_GPL vmlinux 0x7076835d crypto_shash_setkey +EXPORT_SYMBOL_GPL vmlinux 0x707904b5 of_pse_control_get +EXPORT_SYMBOL_GPL vmlinux 0x70ad0860 blk_mq_pci_map_queues +EXPORT_SYMBOL_GPL vmlinux 0x70b03b41 __xenmem_reservation_va_mapping_reset +EXPORT_SYMBOL_GPL vmlinux 0x70b23e84 _RNvXsb_NtNtCs9WMcp1Hn5Bv_4core3fmt3numjNtB5_10DisplayInt6to_u16 +EXPORT_SYMBOL_GPL vmlinux 0x70b7032c _RNvXs16_NtNtCs9WMcp1Hn5Bv_4core3fmt3numnNtB8_6Binary3fmt +EXPORT_SYMBOL_GPL vmlinux 0x70c2c7ea pids_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0x70c52dc5 nf_skb_duplicated +EXPORT_SYMBOL_GPL vmlinux 0x70c5a3e9 ata_sff_dev_select +EXPORT_SYMBOL_GPL vmlinux 0x70c6d827 mc146818_set_time +EXPORT_SYMBOL_GPL vmlinux 0x70c836cd __traceiter_neigh_event_send_dead +EXPORT_SYMBOL_GPL vmlinux 0x70ca9bdb mmc_switch +EXPORT_SYMBOL_GPL vmlinux 0x70cf032f usb_hcd_irq +EXPORT_SYMBOL_GPL vmlinux 0x70d253a5 usb_reset_device +EXPORT_SYMBOL_GPL vmlinux 0x70f0a947 sysfs_remove_file_from_group +EXPORT_SYMBOL_GPL vmlinux 0x70f0b27e hsu_dma_remove +EXPORT_SYMBOL_GPL vmlinux 0x70f1713e fat_fill_super +EXPORT_SYMBOL_GPL vmlinux 0x70fbae4d cppc_allow_fast_switch +EXPORT_SYMBOL_GPL vmlinux 0x7106db1e ata_scsi_dma_need_drain +EXPORT_SYMBOL_GPL vmlinux 0x710c73b6 crypto_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x710dfed1 fib6_rule_default +EXPORT_SYMBOL_GPL vmlinux 0x710f3d6e usb_put_dev +EXPORT_SYMBOL_GPL vmlinux 0x71194427 firmware_request_nowarn +EXPORT_SYMBOL_GPL vmlinux 0x7129a6f4 osc_sb_native_usb4_support_confirmed +EXPORT_SYMBOL_GPL vmlinux 0x71352165 ata_platform_remove_one +EXPORT_SYMBOL_GPL vmlinux 0x713e8c6c rtnl_delete_link +EXPORT_SYMBOL_GPL vmlinux 0x7141ca24 lp8788_write_byte +EXPORT_SYMBOL_GPL vmlinux 0x714ce812 spi_mem_poll_status +EXPORT_SYMBOL_GPL vmlinux 0x714d1463 __SCK__tp_func_sched_update_nr_running_tp +EXPORT_SYMBOL_GPL vmlinux 0x714f51ef _RNvXs1c_NtNtCs9WMcp1Hn5Bv_4core3fmt3numoNtB8_8LowerHex3fmt +EXPORT_SYMBOL_GPL vmlinux 0x715a43ce priv_to_devlink +EXPORT_SYMBOL_GPL vmlinux 0x716265c7 debugfs_initialized +EXPORT_SYMBOL_GPL vmlinux 0x71683ecf led_set_brightness +EXPORT_SYMBOL_GPL vmlinux 0x716c55a5 tps65912_regmap_config +EXPORT_SYMBOL_GPL vmlinux 0x7171cac4 pin_user_pages_fast +EXPORT_SYMBOL_GPL vmlinux 0x71724493 mctrl_gpio_enable_irq_wake +EXPORT_SYMBOL_GPL vmlinux 0x7181db30 atomic_notifier_chain_unregister +EXPORT_SYMBOL_GPL vmlinux 0x718b9218 devlink_port_fini +EXPORT_SYMBOL_GPL vmlinux 0x718c5d5d xhci_get_ep_ctx +EXPORT_SYMBOL_GPL vmlinux 0x718f18db cpufreq_freq_attr_scaling_boost_freqs +EXPORT_SYMBOL_GPL vmlinux 0x7190f9fd pm_genpd_remove_device +EXPORT_SYMBOL_GPL vmlinux 0x7195940a mctrl_gpio_disable_irq_wake +EXPORT_SYMBOL_GPL vmlinux 0x719a6928 acpiphp_unregister_attention +EXPORT_SYMBOL_GPL vmlinux 0x719e17ff clk_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0x71aab2f3 xdp_rxq_info_is_reg +EXPORT_SYMBOL_GPL vmlinux 0x71ae9931 irq_create_fwspec_mapping +EXPORT_SYMBOL_GPL vmlinux 0x71b35fd3 fscrypt_dio_supported +EXPORT_SYMBOL_GPL vmlinux 0x71b6cf94 dst_cache_reset_now +EXPORT_SYMBOL_GPL vmlinux 0x71bca0cc __SCK__tp_func_block_unplug +EXPORT_SYMBOL_GPL vmlinux 0x71c059d8 __traceiter_map +EXPORT_SYMBOL_GPL vmlinux 0x71cbb429 iptunnel_metadata_reply +EXPORT_SYMBOL_GPL vmlinux 0x71db9c52 devfreq_get_devfreq_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0x71e95dbc msi_lock_descs +EXPORT_SYMBOL_GPL vmlinux 0x71f152d8 pci_epf_add_vepf +EXPORT_SYMBOL_GPL vmlinux 0x720ac676 dax_file_unshare +EXPORT_SYMBOL_GPL vmlinux 0x7214af42 crypto_register_ahashes +EXPORT_SYMBOL_GPL vmlinux 0x72152589 generic_access_phys +EXPORT_SYMBOL_GPL vmlinux 0x721f0c6a _RNvXss_NtCs9WMcp1Hn5Bv_4core3numyNtNtNtB7_3str6traits7FromStr8from_str +EXPORT_SYMBOL_GPL vmlinux 0x7223f56c irq_domain_add_legacy +EXPORT_SYMBOL_GPL vmlinux 0x7226c946 regcache_cache_bypass +EXPORT_SYMBOL_GPL vmlinux 0x7237e950 pkcs7_verify +EXPORT_SYMBOL_GPL vmlinux 0x723fab4a skb_defer_rx_timestamp +EXPORT_SYMBOL_GPL vmlinux 0x7243a722 tty_port_register_device_attr +EXPORT_SYMBOL_GPL vmlinux 0x724ed952 ata_acpi_cbl_80wire +EXPORT_SYMBOL_GPL vmlinux 0x724f801d devm_intel_scu_ipc_dev_get +EXPORT_SYMBOL_GPL vmlinux 0x7255b421 virtio_max_dma_size +EXPORT_SYMBOL_GPL vmlinux 0x7258feef phy_modify_mmd +EXPORT_SYMBOL_GPL vmlinux 0x7265f2b0 pci_vpd_check_csum +EXPORT_SYMBOL_GPL vmlinux 0x726bb321 badblocks_exit +EXPORT_SYMBOL_GPL vmlinux 0x726edb34 __devm_regmap_init_spi +EXPORT_SYMBOL_GPL vmlinux 0x72746a43 dev_pm_qos_add_ancestor_request +EXPORT_SYMBOL_GPL vmlinux 0x72784bef fscrypt_drop_inode +EXPORT_SYMBOL_GPL vmlinux 0x72789958 __pneigh_lookup +EXPORT_SYMBOL_GPL vmlinux 0x7278d328 all_vm_events +EXPORT_SYMBOL_GPL vmlinux 0x727ed304 _RNvXs1Q_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_13thread_structNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x7283161b percpu_ref_switch_to_percpu +EXPORT_SYMBOL_GPL vmlinux 0x72832056 tracing_snapshot_cond +EXPORT_SYMBOL_GPL vmlinux 0x72872828 __traceiter_neigh_timer_handler +EXPORT_SYMBOL_GPL vmlinux 0x72ae1839 base64_decode +EXPORT_SYMBOL_GPL vmlinux 0x72bf1eec _RNvXNtCs9WMcp1Hn5Bv_4core3ffiNtB2_6c_voidNtNtB4_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x72c29383 _RNvXs4t_NtNtCs9WMcp1Hn5Bv_4core9core_arch4simdNtB6_6f32x16NtNtBa_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x72c5c3c0 __skb_zcopy_downgrade_managed +EXPORT_SYMBOL_GPL vmlinux 0x72cbfd10 fwnode_handle_get +EXPORT_SYMBOL_GPL vmlinux 0x72d267dc nvmem_del_cell_lookups +EXPORT_SYMBOL_GPL vmlinux 0x72ed5d85 crypto_comp_decompress +EXPORT_SYMBOL_GPL vmlinux 0x72fb091d device_store_bool +EXPORT_SYMBOL_GPL vmlinux 0x73011204 _RNvXsg_NtNtNtCs9WMcp1Hn5Bv_4core3fmt3num3impjNtB9_8LowerExp3fmt +EXPORT_SYMBOL_GPL vmlinux 0x73103b2d __fib_lookup +EXPORT_SYMBOL_GPL vmlinux 0x73116c54 serial8250_do_get_mctrl +EXPORT_SYMBOL_GPL vmlinux 0x7314437d fwnode_get_parent +EXPORT_SYMBOL_GPL vmlinux 0x731c90d1 device_for_each_child +EXPORT_SYMBOL_GPL vmlinux 0x731dba7a xen_domain_type +EXPORT_SYMBOL_GPL vmlinux 0x732852fe xenbus_transaction_end +EXPORT_SYMBOL_GPL vmlinux 0x73295b6e inet_hash_connect +EXPORT_SYMBOL_GPL vmlinux 0x73398301 regmap_update_bits_base +EXPORT_SYMBOL_GPL vmlinux 0x733c637b iommu_map_sg +EXPORT_SYMBOL_GPL vmlinux 0x733ec33e __SCT__tp_func_fdb_delete +EXPORT_SYMBOL_GPL vmlinux 0x73492231 spi_split_transfers_maxsize +EXPORT_SYMBOL_GPL vmlinux 0x7351fcb1 devlink_remote_reload_actions_performed +EXPORT_SYMBOL_GPL vmlinux 0x735fe230 tpm1_do_selftest +EXPORT_SYMBOL_GPL vmlinux 0x736dcebe _RNvMNtCs9WMcp1Hn5Bv_4core3f32f13classify_bits +EXPORT_SYMBOL_GPL vmlinux 0x7381287f trace_handle_return +EXPORT_SYMBOL_GPL vmlinux 0x738bee2b _RNvNtNtCs9WMcp1Hn5Bv_4core5slice5index29slice_start_index_len_fail_rt +EXPORT_SYMBOL_GPL vmlinux 0x738fe32b amd_get_nodes_per_socket +EXPORT_SYMBOL_GPL vmlinux 0x739dbdb8 icc_std_aggregate +EXPORT_SYMBOL_GPL vmlinux 0x73a45a97 fib_rules_unregister +EXPORT_SYMBOL_GPL vmlinux 0x73a48b4a ata_sff_std_ports +EXPORT_SYMBOL_GPL vmlinux 0x73b9f2b5 __udp4_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0x73c2554f __iowrite64_copy +EXPORT_SYMBOL_GPL vmlinux 0x73cc8631 oiap +EXPORT_SYMBOL_GPL vmlinux 0x73e0378a root_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x73e4edb8 phy_gbit_features +EXPORT_SYMBOL_GPL vmlinux 0x73fb8ba0 strp_stop +EXPORT_SYMBOL_GPL vmlinux 0x7429297b interval_tree_span_iter_next +EXPORT_SYMBOL_GPL vmlinux 0x7429d88e tpm_pm_suspend +EXPORT_SYMBOL_GPL vmlinux 0x7431b67c dev_pm_domain_attach +EXPORT_SYMBOL_GPL vmlinux 0x7434d0de sched_setattr_nocheck +EXPORT_SYMBOL_GPL vmlinux 0x74408752 _RNvXsa_NtCs9WMcp1Hn5Bv_4core4charNtB5_11ToLowercaseNtNtNtNtB7_4iter6traits8iterator8Iterator4next +EXPORT_SYMBOL_GPL vmlinux 0x7443ab23 mddev_resume +EXPORT_SYMBOL_GPL vmlinux 0x7444e1a3 gnttab_batch_copy +EXPORT_SYMBOL_GPL vmlinux 0x74457e56 apei_resources_fini +EXPORT_SYMBOL_GPL vmlinux 0x744b65a4 blkcg_root +EXPORT_SYMBOL_GPL vmlinux 0x7452adff user_return_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0x7460c6e3 l3mdev_table_lookup_register +EXPORT_SYMBOL_GPL vmlinux 0x747135ca pci_disable_sriov +EXPORT_SYMBOL_GPL vmlinux 0x747143cf addrconf_prefix_rcv_add_addr +EXPORT_SYMBOL_GPL vmlinux 0x748f8529 vcap_rule_iter +EXPORT_SYMBOL_GPL vmlinux 0x7495cfbb usb_lock_device_for_reset +EXPORT_SYMBOL_GPL vmlinux 0x749681d5 _RNvMNtCs9WMcp1Hn5Bv_4core3stre14escape_unicode +EXPORT_SYMBOL_GPL vmlinux 0x74b42568 _RNvXsr_NtNtCs9WMcp1Hn5Bv_4core3fmt3numNtB5_8UpperHexNtB5_12GenericRadix5digit +EXPORT_SYMBOL_GPL vmlinux 0x74b5ea68 lcm_not_zero +EXPORT_SYMBOL_GPL vmlinux 0x74baf17a tracing_is_on +EXPORT_SYMBOL_GPL vmlinux 0x74c7bffa stack_trace_snprint +EXPORT_SYMBOL_GPL vmlinux 0x74d42632 mas_empty_area +EXPORT_SYMBOL_GPL vmlinux 0x74d8591e vchan_tx_desc_free +EXPORT_SYMBOL_GPL vmlinux 0x74df4e71 _RNvXs8_NtNtCs9WMcp1Hn5Bv_4core3ffi5c_strNtB5_4CStrINtNtNtB9_3ops5index5IndexINtNtBR_5range9RangeFromjEE5index +EXPORT_SYMBOL_GPL vmlinux 0x74e73871 housekeeping_overridden +EXPORT_SYMBOL_GPL vmlinux 0x74ff6b35 get_kernel_pages +EXPORT_SYMBOL_GPL vmlinux 0x75032cf5 pinctrl_get +EXPORT_SYMBOL_GPL vmlinux 0x750d7b2d _RNvXsi_NtNtNtCs9WMcp1Hn5Bv_4core3fmt3num3impaNtB9_8UpperExp3fmt +EXPORT_SYMBOL_GPL vmlinux 0x7510859a thermal_remove_hwmon_sysfs +EXPORT_SYMBOL_GPL vmlinux 0x75133f6e visitor128 +EXPORT_SYMBOL_GPL vmlinux 0x751dbc98 pinctrl_select_state +EXPORT_SYMBOL_GPL vmlinux 0x7521afb6 leave_mm +EXPORT_SYMBOL_GPL vmlinux 0x7522f3ba irq_modify_status +EXPORT_SYMBOL_GPL vmlinux 0x75293842 vcap_is_next_lookup +EXPORT_SYMBOL_GPL vmlinux 0x752d9fbd pm_clk_add +EXPORT_SYMBOL_GPL vmlinux 0x75349cd2 __traceiter_ata_bmdma_start +EXPORT_SYMBOL_GPL vmlinux 0x754c57b0 _RNvXsd_NtCsiTPnVqBGVaY_6kernel3strNtB5_7CStringNtNtNtCs9WMcp1Hn5Bv_4core3ops5deref5Deref5deref +EXPORT_SYMBOL_GPL vmlinux 0x755f0b27 crypto_register_templates +EXPORT_SYMBOL_GPL vmlinux 0x756a53ff extcon_get_edev_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0x757c1bbb housekeeping_any_cpu +EXPORT_SYMBOL_GPL vmlinux 0x759bfe36 btree_destroy +EXPORT_SYMBOL_GPL vmlinux 0x75c241c0 fuse_dev_alloc_install +EXPORT_SYMBOL_GPL vmlinux 0x75c6b589 devm_nvmem_register +EXPORT_SYMBOL_GPL vmlinux 0x75c790e8 _RNvXs4z_NtNtCs9WMcp1Hn5Bv_4core9core_arch4simdNtB6_5i64x8NtNtBa_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x75cecdfe dm_send_uevents +EXPORT_SYMBOL_GPL vmlinux 0x75e00954 _RNvXs3_NtCs9WMcp1Hn5Bv_4core4charNtB5_13EscapeDefaultNtNtNtNtB7_4iter6traits10exact_size17ExactSizeIterator3len +EXPORT_SYMBOL_GPL vmlinux 0x75e9c735 pci_ats_disabled +EXPORT_SYMBOL_GPL vmlinux 0x75eeb161 pcie_update_link_speed +EXPORT_SYMBOL_GPL vmlinux 0x761333e5 sk_free_unlock_clone +EXPORT_SYMBOL_GPL vmlinux 0x76156125 regulator_enable +EXPORT_SYMBOL_GPL vmlinux 0x761b77a4 pinctrl_utils_add_map_configs +EXPORT_SYMBOL_GPL vmlinux 0x761dbd64 crypto_alloc_skcipher +EXPORT_SYMBOL_GPL vmlinux 0x762640ab __SCT__tp_func_sched_cpu_capacity_tp +EXPORT_SYMBOL_GPL vmlinux 0x7627bd91 of_phy_put +EXPORT_SYMBOL_GPL vmlinux 0x763c26f2 dev_pm_get_subsys_data +EXPORT_SYMBOL_GPL vmlinux 0x7649a42e ata_pci_bmdma_clear_simplex +EXPORT_SYMBOL_GPL vmlinux 0x76517f03 interval_tree_span_iter_advance +EXPORT_SYMBOL_GPL vmlinux 0x76542132 blockdev_superblock +EXPORT_SYMBOL_GPL vmlinux 0x7656410c mpi_sub +EXPORT_SYMBOL_GPL vmlinux 0x7659e02c i2c_get_device_id +EXPORT_SYMBOL_GPL vmlinux 0x765aa2e0 pci_epf_remove_vepf +EXPORT_SYMBOL_GPL vmlinux 0x765f8830 __SCT__tp_func_neigh_event_send_dead +EXPORT_SYMBOL_GPL vmlinux 0x7665a95b idr_remove +EXPORT_SYMBOL_GPL vmlinux 0x766ad23b dm_table_set_type +EXPORT_SYMBOL_GPL vmlinux 0x767ba81a xhci_check_bandwidth +EXPORT_SYMBOL_GPL vmlinux 0x7681946c unregister_pm_notifier +EXPORT_SYMBOL_GPL vmlinux 0x7684bfdd _RNvMNtNtCs9WMcp1Hn5Bv_4core5slice5asciiSh14trim_ascii_end +EXPORT_SYMBOL_GPL vmlinux 0x76889088 crypto_drop_spawn +EXPORT_SYMBOL_GPL vmlinux 0x768896d2 usb_create_hcd +EXPORT_SYMBOL_GPL vmlinux 0x7693b8ff bio_associate_blkg +EXPORT_SYMBOL_GPL vmlinux 0x769cefb5 percpu_ref_switch_to_atomic +EXPORT_SYMBOL_GPL vmlinux 0x76ba7c1d __mdiobus_modify_changed +EXPORT_SYMBOL_GPL vmlinux 0x76bfdf97 crypto_unregister_akcipher +EXPORT_SYMBOL_GPL vmlinux 0x76c42fbb _RNvXs2a_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_7rb_rootNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x76c83afe md_run +EXPORT_SYMBOL_GPL vmlinux 0x76d680f6 acpi_dev_resource_memory +EXPORT_SYMBOL_GPL vmlinux 0x76d9b876 clk_set_rate +EXPORT_SYMBOL_GPL vmlinux 0x76dc031e asm_exc_nmi_noist +EXPORT_SYMBOL_GPL vmlinux 0x76e85b92 gnttab_request_free_callback +EXPORT_SYMBOL_GPL vmlinux 0x76e88dfe dev_pm_opp_remove +EXPORT_SYMBOL_GPL vmlinux 0x76eeeb0f sha384_zero_message_hash +EXPORT_SYMBOL_GPL vmlinux 0x76ef08aa devfreq_event_get_edev_count +EXPORT_SYMBOL_GPL vmlinux 0x76f9ffa5 _RNvXsj_NtCs9WMcp1Hn5Bv_4core3numaNtNtNtB7_3str6traits7FromStr8from_str +EXPORT_SYMBOL_GPL vmlinux 0x7704b609 ata_cable_unknown +EXPORT_SYMBOL_GPL vmlinux 0x770ed1e0 inet_csk_listen_stop +EXPORT_SYMBOL_GPL vmlinux 0x770f359b hwspin_lock_unregister +EXPORT_SYMBOL_GPL vmlinux 0x771228e8 pinconf_generic_dump_config +EXPORT_SYMBOL_GPL vmlinux 0x7712771a unbind_from_irqhandler +EXPORT_SYMBOL_GPL vmlinux 0x771d132c __ip6_local_out +EXPORT_SYMBOL_GPL vmlinux 0x771ff2de acpi_storage_d3 +EXPORT_SYMBOL_GPL vmlinux 0x77222306 ring_buffer_read_page +EXPORT_SYMBOL_GPL vmlinux 0x772b0f64 __wake_up_pollfree +EXPORT_SYMBOL_GPL vmlinux 0x772b362c sock_inuse_get +EXPORT_SYMBOL_GPL vmlinux 0x77413e73 ata_msleep +EXPORT_SYMBOL_GPL vmlinux 0x77522cf6 sbitmap_get_shallow +EXPORT_SYMBOL_GPL vmlinux 0x7757b51a clk_unregister +EXPORT_SYMBOL_GPL vmlinux 0x775a149a rio_unregister_scan +EXPORT_SYMBOL_GPL vmlinux 0x776e1903 driver_set_override +EXPORT_SYMBOL_GPL vmlinux 0x7778e25d _RNvMs7_NtCs9WMcp1Hn5Bv_4core3fmtNtB5_9Formatter9precision +EXPORT_SYMBOL_GPL vmlinux 0x777bd8c0 ata_std_prereset +EXPORT_SYMBOL_GPL vmlinux 0x7791e066 dw_pcie_read +EXPORT_SYMBOL_GPL vmlinux 0x77a1aec5 scsi_autopm_put_device +EXPORT_SYMBOL_GPL vmlinux 0x77a2bf59 _RNvXse_NtCs9WMcp1Hn5Bv_4core4charNtB5_11ToUppercaseNtNtNtNtB7_4iter6traits8iterator8Iterator4next +EXPORT_SYMBOL_GPL vmlinux 0x77ae495d usb_speed_string +EXPORT_SYMBOL_GPL vmlinux 0x77af5144 _RNvMNtCsiTPnVqBGVaY_6kernel5errorNtB2_5Error15to_kernel_errno +EXPORT_SYMBOL_GPL vmlinux 0x77bf49b8 scsi_check_sense +EXPORT_SYMBOL_GPL vmlinux 0x77d0d273 usb_poison_urb +EXPORT_SYMBOL_GPL vmlinux 0x77d3d894 clk_hw_get_name +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 0x77f33de4 _RNvMs7_NtCs9WMcp1Hn5Bv_4core3fmtNtB5_9Formatter12pad_integral +EXPORT_SYMBOL_GPL vmlinux 0x77fcde59 __tracepoint_tcp_bad_csum +EXPORT_SYMBOL_GPL vmlinux 0x780392b1 crypto_alloc_acomp +EXPORT_SYMBOL_GPL vmlinux 0x78041b8f byte_rev_table +EXPORT_SYMBOL_GPL vmlinux 0x780d2293 dm_get_md +EXPORT_SYMBOL_GPL vmlinux 0x780f28b3 xenbus_dev_groups +EXPORT_SYMBOL_GPL vmlinux 0x781b05e0 __tracepoint_mc_event +EXPORT_SYMBOL_GPL vmlinux 0x782adb74 hpet_rtc_interrupt +EXPORT_SYMBOL_GPL vmlinux 0x78406e72 __netpoll_free +EXPORT_SYMBOL_GPL vmlinux 0x7847c621 sfp_parse_support +EXPORT_SYMBOL_GPL vmlinux 0x78488153 mptcp_token_iter_next +EXPORT_SYMBOL_GPL vmlinux 0x784c47e8 badblocks_check +EXPORT_SYMBOL_GPL vmlinux 0x784fde2f dev_pm_set_dedicated_wake_irq +EXPORT_SYMBOL_GPL vmlinux 0x785a93b4 si_mem_available +EXPORT_SYMBOL_GPL vmlinux 0x785e557a mf_dax_kill_procs +EXPORT_SYMBOL_GPL vmlinux 0x785ef3b0 icc_provider_add +EXPORT_SYMBOL_GPL vmlinux 0x7863d288 irq_gc_unmask_enable_reg +EXPORT_SYMBOL_GPL vmlinux 0x786b8aa8 edac_mc_alloc +EXPORT_SYMBOL_GPL vmlinux 0x786f9789 _RNvXNtNtCs9WMcp1Hn5Bv_4core3fmt7nofloatfNtB4_5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x7875ca43 __hwspin_trylock +EXPORT_SYMBOL_GPL vmlinux 0x787a2b69 pci_assign_unassigned_bridge_resources +EXPORT_SYMBOL_GPL vmlinux 0x787b821a gpiod_is_active_low +EXPORT_SYMBOL_GPL vmlinux 0x787c882b lzo1x_1_compress +EXPORT_SYMBOL_GPL vmlinux 0x788bfbad ring_buffer_empty +EXPORT_SYMBOL_GPL vmlinux 0x789850e3 gpiod_get_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x789c73d9 rcu_cpu_stall_suppress_at_boot +EXPORT_SYMBOL_GPL vmlinux 0x78a0a1c5 _RNvXs1_NtNtCs9WMcp1Hn5Bv_4core3fmt3numsNtB5_10DisplayInt6to_u16 +EXPORT_SYMBOL_GPL vmlinux 0x78a0f0f2 serial8250_request_dma +EXPORT_SYMBOL_GPL vmlinux 0x78ae84eb irq_generic_chip_ops +EXPORT_SYMBOL_GPL vmlinux 0x78bab66b irq_force_affinity +EXPORT_SYMBOL_GPL vmlinux 0x78c6aaf9 wait_on_page_writeback +EXPORT_SYMBOL_GPL vmlinux 0x78ce8348 lp8788_read_multi_bytes +EXPORT_SYMBOL_GPL vmlinux 0x78d0b03c dm_report_zones +EXPORT_SYMBOL_GPL vmlinux 0x78d5d6e8 fscrypt_fname_siphash +EXPORT_SYMBOL_GPL vmlinux 0x78d62215 xhci_update_hub_device +EXPORT_SYMBOL_GPL vmlinux 0x78ddb76b dmi_match +EXPORT_SYMBOL_GPL vmlinux 0x790017dd devfreq_get_devfreq_by_node +EXPORT_SYMBOL_GPL vmlinux 0x790be0b9 usb_bus_idr +EXPORT_SYMBOL_GPL vmlinux 0x7912fc4d _RNvXsw_NtNtCs9WMcp1Hn5Bv_4core3fmt3numjNtB7_6Binary3fmt +EXPORT_SYMBOL_GPL vmlinux 0x79138f09 device_show_int +EXPORT_SYMBOL_GPL vmlinux 0x7915cee5 do_machine_check +EXPORT_SYMBOL_GPL vmlinux 0x791748c8 adxl_decode +EXPORT_SYMBOL_GPL vmlinux 0x7918d817 memory_failure +EXPORT_SYMBOL_GPL vmlinux 0x79190435 of_pwm_single_xlate +EXPORT_SYMBOL_GPL vmlinux 0x7931fefe xfrm_dev_resume +EXPORT_SYMBOL_GPL vmlinux 0x79374743 blk_mq_update_nr_hw_queues +EXPORT_SYMBOL_GPL vmlinux 0x7939948e tun_get_socket +EXPORT_SYMBOL_GPL vmlinux 0x793aaaa4 dma_resv_get_singleton +EXPORT_SYMBOL_GPL vmlinux 0x793d0fbe inet6_sk_rebuild_header +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 0x794cf668 fib_rules_seq_read +EXPORT_SYMBOL_GPL vmlinux 0x796798e9 fuse_send_init +EXPORT_SYMBOL_GPL vmlinux 0x7979631e _RNvXsD_NtNtCs9WMcp1Hn5Bv_4core3fmt3numaNtB7_8UpperHex3fmt +EXPORT_SYMBOL_GPL vmlinux 0x797d5112 devm_power_supply_register_no_ws +EXPORT_SYMBOL_GPL vmlinux 0x798658f3 md_do_sync +EXPORT_SYMBOL_GPL vmlinux 0x798b7682 klist_prev +EXPORT_SYMBOL_GPL vmlinux 0x7991fd8d crash_vmclear_loaded_vmcss +EXPORT_SYMBOL_GPL vmlinux 0x799f5199 debugfs_attr_write +EXPORT_SYMBOL_GPL vmlinux 0x79bab9d9 led_put +EXPORT_SYMBOL_GPL vmlinux 0x79bc842c usb_anchor_suspend_wakeups +EXPORT_SYMBOL_GPL vmlinux 0x79c0b55d mbox_chan_txdone +EXPORT_SYMBOL_GPL vmlinux 0x79d16798 dev_pm_opp_find_level_ceil +EXPORT_SYMBOL_GPL vmlinux 0x79d99437 virtio_check_mem_acc_cb +EXPORT_SYMBOL_GPL vmlinux 0x79daf4de __SCT__tp_func_tcp_send_reset +EXPORT_SYMBOL_GPL vmlinux 0x79defbe1 kthread_should_park +EXPORT_SYMBOL_GPL vmlinux 0x79e1353d _RNvXsK_NtCs796HB7yPNRt_8bindings12bindings_rawNtB5_27restart_block__bindgen_ty_1NtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x79e5e1f8 adp5520_read +EXPORT_SYMBOL_GPL vmlinux 0x79e964fc pci_epc_init_notify +EXPORT_SYMBOL_GPL vmlinux 0x79ec672f crypto_register_skciphers +EXPORT_SYMBOL_GPL vmlinux 0x79f1aa44 find_iova +EXPORT_SYMBOL_GPL vmlinux 0x79f697e4 lzorle1x_1_compress +EXPORT_SYMBOL_GPL vmlinux 0x79ffdd8e ata_pio_need_iordy +EXPORT_SYMBOL_GPL vmlinux 0x7a155cfa device_create_managed_software_node +EXPORT_SYMBOL_GPL vmlinux 0x7a19167a _RNvNtNtCsiTPnVqBGVaY_6kernel5print14format_strings3ERR +EXPORT_SYMBOL_GPL vmlinux 0x7a25c4f3 ima_file_hash +EXPORT_SYMBOL_GPL vmlinux 0x7a3f16a2 devl_region_destroy +EXPORT_SYMBOL_GPL vmlinux 0x7a422c7a icc_get +EXPORT_SYMBOL_GPL vmlinux 0x7a4260f2 _RNvXsd_NtCs796HB7yPNRt_8bindings12bindings_rawNtB5_9list_headNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x7a4ecb26 cpufreq_generic_init +EXPORT_SYMBOL_GPL vmlinux 0x7a655f68 acpi_processor_claim_cst_control +EXPORT_SYMBOL_GPL vmlinux 0x7a666f20 __tracepoint_non_standard_event +EXPORT_SYMBOL_GPL vmlinux 0x7a73e605 wm831x_isinkv_values +EXPORT_SYMBOL_GPL vmlinux 0x7a7a90c8 __pm_runtime_idle +EXPORT_SYMBOL_GPL vmlinux 0x7a81541b async_synchronize_cookie +EXPORT_SYMBOL_GPL vmlinux 0x7a8540b5 kthread_queue_work +EXPORT_SYMBOL_GPL vmlinux 0x7a8cbe3c blk_crypto_intersect_capabilities +EXPORT_SYMBOL_GPL vmlinux 0x7a8de811 badblocks_clear +EXPORT_SYMBOL_GPL vmlinux 0x7a9421b1 blk_next_bio +EXPORT_SYMBOL_GPL vmlinux 0x7a98f4b4 copy_from_user_nofault +EXPORT_SYMBOL_GPL vmlinux 0x7a9e4c23 software_node_register_node_group +EXPORT_SYMBOL_GPL vmlinux 0x7aad63d8 acpi_dev_get_next_consumer_dev +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 0x7ad43aff crypto_aead_setkey +EXPORT_SYMBOL_GPL vmlinux 0x7ad544ef netdev_set_default_ethtool_ops +EXPORT_SYMBOL_GPL vmlinux 0x7afa7c70 __traceiter_tcp_bad_csum +EXPORT_SYMBOL_GPL vmlinux 0x7afcb7db __kprobe_event_add_fields +EXPORT_SYMBOL_GPL vmlinux 0x7b09464a extcon_dev_register +EXPORT_SYMBOL_GPL vmlinux 0x7b0b9e3d usb_phy_roothub_alloc +EXPORT_SYMBOL_GPL vmlinux 0x7b182c13 _RNvXs2Q_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_22blocking_notifier_headNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x7b19bd04 shmem_file_setup_with_mnt +EXPORT_SYMBOL_GPL vmlinux 0x7b1db408 pse_controller_unregister +EXPORT_SYMBOL_GPL vmlinux 0x7b353105 kset_create_and_add +EXPORT_SYMBOL_GPL vmlinux 0x7b4638ba xenbus_dev_resume +EXPORT_SYMBOL_GPL vmlinux 0x7b4805a0 seg6_do_srh_encap +EXPORT_SYMBOL_GPL vmlinux 0x7b499bc9 cpufreq_generic_attr +EXPORT_SYMBOL_GPL vmlinux 0x7b5452b8 acpi_unregister_gsi +EXPORT_SYMBOL_GPL vmlinux 0x7b593881 da903x_update +EXPORT_SYMBOL_GPL vmlinux 0x7b5a4926 sha1_zero_message_hash +EXPORT_SYMBOL_GPL vmlinux 0x7b5ad387 _RNvMNtCs9WMcp1Hn5Bv_4core3f32f16partial_classify +EXPORT_SYMBOL_GPL vmlinux 0x7b68266f buffer_migrate_folio_norefs +EXPORT_SYMBOL_GPL vmlinux 0x7b691c41 vc_scrolldelta_helper +EXPORT_SYMBOL_GPL vmlinux 0x7b6f9536 acpi_register_wakeup_handler +EXPORT_SYMBOL_GPL vmlinux 0x7b7c2143 __phy_modify +EXPORT_SYMBOL_GPL vmlinux 0x7b7e9ab0 genphy_c45_read_status +EXPORT_SYMBOL_GPL vmlinux 0x7b8910f4 kfence_sample_interval +EXPORT_SYMBOL_GPL vmlinux 0x7b90d1a9 bind_virq_to_irqhandler +EXPORT_SYMBOL_GPL vmlinux 0x7b95aac1 __devm_alloc_percpu +EXPORT_SYMBOL_GPL vmlinux 0x7b9793a2 get_cpu_idle_time_us +EXPORT_SYMBOL_GPL vmlinux 0x7baeb545 icc_node_add +EXPORT_SYMBOL_GPL vmlinux 0x7bb045a7 __request_percpu_irq +EXPORT_SYMBOL_GPL vmlinux 0x7bb7e773 serdev_device_close +EXPORT_SYMBOL_GPL vmlinux 0x7bc5cd8c regulator_set_voltage_rdev +EXPORT_SYMBOL_GPL vmlinux 0x7bdd5f8a ip6_sk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0x7bffa760 xfrm_unregister_translator +EXPORT_SYMBOL_GPL vmlinux 0x7c0c04eb trace_array_init_printk +EXPORT_SYMBOL_GPL vmlinux 0x7c0d6b38 virtio_break_device +EXPORT_SYMBOL_GPL vmlinux 0x7c16e616 md_find_rdev_rcu +EXPORT_SYMBOL_GPL vmlinux 0x7c20b6a0 load_direct_gdt +EXPORT_SYMBOL_GPL vmlinux 0x7c23f9b4 _RNvNvXs0_NtNtCs9WMcp1Hn5Bv_4core5slice5indexjINtB7_10SliceIndexSpE17get_unchecked_mut8comptime +EXPORT_SYMBOL_GPL vmlinux 0x7c26033d crypto_register_shash +EXPORT_SYMBOL_GPL vmlinux 0x7c291e86 show_rcu_tasks_trace_gp_kthread +EXPORT_SYMBOL_GPL vmlinux 0x7c3ba9f7 __synth_event_gen_cmd_start +EXPORT_SYMBOL_GPL vmlinux 0x7c3d8a4b icc_bulk_put +EXPORT_SYMBOL_GPL vmlinux 0x7c58331b md_stop_writes +EXPORT_SYMBOL_GPL vmlinux 0x7c5f3711 ioasid_unregister_allocator +EXPORT_SYMBOL_GPL vmlinux 0x7c7088b1 serial8250_do_shutdown +EXPORT_SYMBOL_GPL vmlinux 0x7c86cbcc thermal_cooling_device_register +EXPORT_SYMBOL_GPL vmlinux 0x7c8fd0f3 dev_pm_opp_set_sharing_cpus +EXPORT_SYMBOL_GPL vmlinux 0x7c9683db tpm2_flush_context +EXPORT_SYMBOL_GPL vmlinux 0x7c983a5d dmi_walk +EXPORT_SYMBOL_GPL vmlinux 0x7c9a7371 clk_prepare +EXPORT_SYMBOL_GPL vmlinux 0x7ca0b797 tty_kclose +EXPORT_SYMBOL_GPL vmlinux 0x7ca44b67 irq_chip_ack_parent +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 0x7cb96bca fw_devlink_purge_absent_suppliers +EXPORT_SYMBOL_GPL vmlinux 0x7cbab6e5 blk_mq_virtio_map_queues +EXPORT_SYMBOL_GPL vmlinux 0x7cbb7e0f iomap_finish_ioends +EXPORT_SYMBOL_GPL vmlinux 0x7cbf7e7b tty_port_register_device +EXPORT_SYMBOL_GPL vmlinux 0x7cceaf92 zs_pool_stats +EXPORT_SYMBOL_GPL vmlinux 0x7cd2a007 _RNvXs4f_NtNtCs9WMcp1Hn5Bv_4core3num7nonzeroNtB6_10NonZeroU16NtNtNtBa_3str6traits7FromStr8from_str +EXPORT_SYMBOL_GPL vmlinux 0x7cd6f042 cpufreq_get_current_driver +EXPORT_SYMBOL_GPL vmlinux 0x7cd7ba1d kernel_read_file_from_fd +EXPORT_SYMBOL_GPL vmlinux 0x7ce75054 _proc_mkdir +EXPORT_SYMBOL_GPL vmlinux 0x7ceaf0d5 generic_handle_irq +EXPORT_SYMBOL_GPL vmlinux 0x7cf7939f pci_ioremap_wc_bar +EXPORT_SYMBOL_GPL vmlinux 0x7d00c65b nd_synchronize +EXPORT_SYMBOL_GPL vmlinux 0x7d02d545 usb_get_role_switch_default_mode +EXPORT_SYMBOL_GPL vmlinux 0x7d0e1d95 hv_setup_crash_handler +EXPORT_SYMBOL_GPL vmlinux 0x7d1bb1d4 tnum_strn +EXPORT_SYMBOL_GPL vmlinux 0x7d23e772 devm_gpio_request +EXPORT_SYMBOL_GPL vmlinux 0x7d35961c file_ra_state_init +EXPORT_SYMBOL_GPL vmlinux 0x7d381deb ip6_redirect +EXPORT_SYMBOL_GPL vmlinux 0x7d50459d platform_get_resource_byname +EXPORT_SYMBOL_GPL vmlinux 0x7d53a3c4 usb_clear_halt +EXPORT_SYMBOL_GPL vmlinux 0x7d59dd46 pm_wq +EXPORT_SYMBOL_GPL vmlinux 0x7d632ae3 tty_port_register_device_attr_serdev +EXPORT_SYMBOL_GPL vmlinux 0x7d7e421d dma_vunmap_noncontiguous +EXPORT_SYMBOL_GPL vmlinux 0x7d7f2d52 device_property_read_u32_array +EXPORT_SYMBOL_GPL vmlinux 0x7d81e5cc sk_psock_msg_verdict +EXPORT_SYMBOL_GPL vmlinux 0x7d9ae0eb __tracepoint_sched_util_est_cfs_tp +EXPORT_SYMBOL_GPL vmlinux 0x7db9a30a power_supply_get_by_name +EXPORT_SYMBOL_GPL vmlinux 0x7dc59185 pci_test_config_bits +EXPORT_SYMBOL_GPL vmlinux 0x7dc99491 __rtnl_link_register +EXPORT_SYMBOL_GPL vmlinux 0x7dce44cf fb_deferred_io_release +EXPORT_SYMBOL_GPL vmlinux 0x7dd42dcc blk_mq_wait_quiesce_done +EXPORT_SYMBOL_GPL vmlinux 0x7dda30af unregister_tracepoint_module_notifier +EXPORT_SYMBOL_GPL vmlinux 0x7de39e07 phy_basic_t1_features_array +EXPORT_SYMBOL_GPL vmlinux 0x7de3c390 sock_diag_check_cookie +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 0x7def0eba vfs_inode_has_locks +EXPORT_SYMBOL_GPL vmlinux 0x7defc870 gnttab_end_foreign_access_ref +EXPORT_SYMBOL_GPL vmlinux 0x7df101cd free_fib_info +EXPORT_SYMBOL_GPL vmlinux 0x7dfd068c __clk_mux_determine_rate_closest +EXPORT_SYMBOL_GPL vmlinux 0x7e06badd _RNvXsC_NtCs796HB7yPNRt_8bindings12bindings_rawNtB5_17cacheline_paddingNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x7e07a2d9 strp_data_ready +EXPORT_SYMBOL_GPL vmlinux 0x7e09d025 add_disk_randomness +EXPORT_SYMBOL_GPL vmlinux 0x7e21c5a7 ata_link_offline +EXPORT_SYMBOL_GPL vmlinux 0x7e296bd3 irq_domain_create_hierarchy +EXPORT_SYMBOL_GPL vmlinux 0x7e3bdecd __ftrace_vprintk +EXPORT_SYMBOL_GPL vmlinux 0x7e4a506d pci_dev_run_wake +EXPORT_SYMBOL_GPL vmlinux 0x7e4f5842 fuse_do_open +EXPORT_SYMBOL_GPL vmlinux 0x7e5db80b pstore_name_to_type +EXPORT_SYMBOL_GPL vmlinux 0x7e64181d usb_calc_bus_time +EXPORT_SYMBOL_GPL vmlinux 0x7e7a4280 switchdev_bridge_port_unoffload +EXPORT_SYMBOL_GPL vmlinux 0x7e7a47c9 pci_acpi_clear_companion_lookup_hook +EXPORT_SYMBOL_GPL vmlinux 0x7e7e3f58 ring_buffer_reset_cpu +EXPORT_SYMBOL_GPL vmlinux 0x7e801073 usb_debug_root +EXPORT_SYMBOL_GPL vmlinux 0x7e80a14b ping_seq_start +EXPORT_SYMBOL_GPL vmlinux 0x7e86183e serial8250_rpm_get_tx +EXPORT_SYMBOL_GPL vmlinux 0x7e8aeb20 of_icc_xlate_onecell +EXPORT_SYMBOL_GPL vmlinux 0x7e8d8619 usb_anchor_empty +EXPORT_SYMBOL_GPL vmlinux 0x7e95155d pm_runtime_suspended_time +EXPORT_SYMBOL_GPL vmlinux 0x7e99d96d ata_bmdma_setup +EXPORT_SYMBOL_GPL vmlinux 0x7ea75c24 __wake_up_locked_key_bookmark +EXPORT_SYMBOL_GPL vmlinux 0x7eac2364 class_dev_iter_init +EXPORT_SYMBOL_GPL vmlinux 0x7eb808d0 add_cpu +EXPORT_SYMBOL_GPL vmlinux 0x7ecfd8e2 ata_common_sdev_groups +EXPORT_SYMBOL_GPL vmlinux 0x7ed53a36 regmap_add_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0x7ed736ea kpp_register_instance +EXPORT_SYMBOL_GPL vmlinux 0x7ed806a4 _RNvXs3w_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_23mm_struct__bindgen_ty_1NtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x7ee225b9 usb_alloc_dev +EXPORT_SYMBOL_GPL vmlinux 0x7ee5f619 evict_inodes +EXPORT_SYMBOL_GPL vmlinux 0x7eea6b8b pcap_adc_async +EXPORT_SYMBOL_GPL vmlinux 0x7f00bdac devlink_resource_register +EXPORT_SYMBOL_GPL vmlinux 0x7f04b9c6 tty_port_tty_wakeup +EXPORT_SYMBOL_GPL vmlinux 0x7f094106 _RNvXs7_NtNtCs9WMcp1Hn5Bv_4core3fmt3numtNtB5_10DisplayInt4zero +EXPORT_SYMBOL_GPL vmlinux 0x7f0a78bb msi_unlock_descs +EXPORT_SYMBOL_GPL vmlinux 0x7f1cf164 extcon_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x7f2cf0eb dev_pm_opp_find_freq_floor +EXPORT_SYMBOL_GPL vmlinux 0x7f430b7d regulator_enable_regmap +EXPORT_SYMBOL_GPL vmlinux 0x7f476a37 devm_kasprintf +EXPORT_SYMBOL_GPL vmlinux 0x7f5cadda relay_subbufs_consumed +EXPORT_SYMBOL_GPL vmlinux 0x7f5d3208 devm_acpi_dma_controller_register +EXPORT_SYMBOL_GPL vmlinux 0x7f6cee89 rhashtable_free_and_destroy +EXPORT_SYMBOL_GPL vmlinux 0x7f70b220 percpu_is_read_locked +EXPORT_SYMBOL_GPL vmlinux 0x7f7a2334 component_compare_dev_name +EXPORT_SYMBOL_GPL vmlinux 0x7f7b338a __devm_of_phy_provider_register +EXPORT_SYMBOL_GPL vmlinux 0x7f7cbc64 ip_tunnel_need_metadata +EXPORT_SYMBOL_GPL vmlinux 0x7f7e7a6b trace_array_put +EXPORT_SYMBOL_GPL vmlinux 0x7f7f8898 umd_unload_blob +EXPORT_SYMBOL_GPL vmlinux 0x7f7ffdba badblocks_show +EXPORT_SYMBOL_GPL vmlinux 0x7f81ae27 __irq_resolve_mapping +EXPORT_SYMBOL_GPL vmlinux 0x7f84f35d rcu_gp_slow_unregister +EXPORT_SYMBOL_GPL vmlinux 0x7f88c6af regulator_disable_deferred +EXPORT_SYMBOL_GPL vmlinux 0x7f8995cd net_ns_type_operations +EXPORT_SYMBOL_GPL vmlinux 0x7f8ce0ff _RNvXsY_NtCs796HB7yPNRt_8bindings12bindings_rawNtB5_8idt_dataNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x7f8ceed2 follow_pte +EXPORT_SYMBOL_GPL vmlinux 0x7f91d7fa metadata_dst_free_percpu +EXPORT_SYMBOL_GPL vmlinux 0x7f952d90 _RNvXss_NtCs9WMcp1Hn5Bv_4core4charNtB5_18EscapeUnicodeStateNtNtB7_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x7f9b1879 osc_cpc_flexible_adr_space_confirmed +EXPORT_SYMBOL_GPL vmlinux 0x7f9d4e8c regulator_get_exclusive +EXPORT_SYMBOL_GPL vmlinux 0x7fa96509 erst_get_record_id_next +EXPORT_SYMBOL_GPL vmlinux 0x7fb2e51d io_cgrp_subsys +EXPORT_SYMBOL_GPL vmlinux 0x7fb2ee93 icc_link_destroy +EXPORT_SYMBOL_GPL vmlinux 0x7fbcb720 gpiod_set_raw_array_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x7fc52d28 clk_register_fractional_divider +EXPORT_SYMBOL_GPL vmlinux 0x7fd643ba tps6586x_read +EXPORT_SYMBOL_GPL vmlinux 0x800442b1 devm_regulator_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x8046712e divider_round_rate_parent +EXPORT_SYMBOL_GPL vmlinux 0x8047aba8 __tracepoint_fdb_delete +EXPORT_SYMBOL_GPL vmlinux 0x804c79ba bio_iov_iter_get_pages +EXPORT_SYMBOL_GPL vmlinux 0x804f1af8 ata_port_wait_eh +EXPORT_SYMBOL_GPL vmlinux 0x80507e76 phy_speed_down +EXPORT_SYMBOL_GPL vmlinux 0x805be09a dev_pm_opp_is_turbo +EXPORT_SYMBOL_GPL vmlinux 0x805ccd22 _RNvXNtNtCs9WMcp1Hn5Bv_4core3fmt3numoNtB4_7Display3fmt +EXPORT_SYMBOL_GPL vmlinux 0x805de95d spi_mem_exec_op +EXPORT_SYMBOL_GPL vmlinux 0x8068eb00 securityfs_create_symlink +EXPORT_SYMBOL_GPL vmlinux 0x807140c5 _RNvXNvXss_NtCs9WMcp1Hn5Bv_4core3fmtINtNtBa_4cell7RefCellpENtB8_5Debug3fmtNtB2_19BorrowedPlaceholderBU_3fmt +EXPORT_SYMBOL_GPL vmlinux 0x807766ea usb_scuttle_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0x807a4a30 inet_ehash_nolisten +EXPORT_SYMBOL_GPL vmlinux 0x807aa385 srcu_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x807c5014 _RNvXs21_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_15wait_queue_headNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x807fdcc4 call_rcu_tasks_rude +EXPORT_SYMBOL_GPL vmlinux 0x808a8088 handle_guest_split_lock +EXPORT_SYMBOL_GPL vmlinux 0x808beac1 sdio_retune_hold_now +EXPORT_SYMBOL_GPL vmlinux 0x808ec1a3 crypto_alg_tested +EXPORT_SYMBOL_GPL vmlinux 0x80978a9e rio_mport_get_efb +EXPORT_SYMBOL_GPL vmlinux 0x809a3489 lp8788_read_byte +EXPORT_SYMBOL_GPL vmlinux 0x809b5d82 skcipher_walk_complete +EXPORT_SYMBOL_GPL vmlinux 0x80a095d8 scatterwalk_ffwd +EXPORT_SYMBOL_GPL vmlinux 0x80b50f36 pci_load_saved_state +EXPORT_SYMBOL_GPL vmlinux 0x80b5e408 trace_event_buffer_lock_reserve +EXPORT_SYMBOL_GPL vmlinux 0x80c46e57 pci_find_dvsec_capability +EXPORT_SYMBOL_GPL vmlinux 0x80c68137 nf_log_buf_close +EXPORT_SYMBOL_GPL vmlinux 0x80ce1865 pm_clk_destroy +EXPORT_SYMBOL_GPL vmlinux 0x80d5cbb4 __SCK__tp_func_tcp_send_reset +EXPORT_SYMBOL_GPL vmlinux 0x80d5e57a mpi_free +EXPORT_SYMBOL_GPL vmlinux 0x80df0e58 device_move +EXPORT_SYMBOL_GPL vmlinux 0x80e48327 genphy_c45_an_disable_aneg +EXPORT_SYMBOL_GPL vmlinux 0x80ee0430 _RNvXs2P_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_20atomic_notifier_headNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x80f1cc36 mctp_unregister_netdev +EXPORT_SYMBOL_GPL vmlinux 0x810de651 dev_pm_opp_put +EXPORT_SYMBOL_GPL vmlinux 0x8110a73a cond_synchronize_rcu_expedited_full +EXPORT_SYMBOL_GPL vmlinux 0x81147136 platform_device_put +EXPORT_SYMBOL_GPL vmlinux 0x81179621 device_reprobe +EXPORT_SYMBOL_GPL vmlinux 0x8119b062 dw_pcie_setup_rc +EXPORT_SYMBOL_GPL vmlinux 0x811dc334 usb_unregister_notify +EXPORT_SYMBOL_GPL vmlinux 0x811dd633 _RNvXs1s_NtNtCs9WMcp1Hn5Bv_4core3fmt3numnNtB8_8UpperExp3fmt +EXPORT_SYMBOL_GPL vmlinux 0x81203b3c clk_hw_round_rate +EXPORT_SYMBOL_GPL vmlinux 0x81221cad amd_nb_num +EXPORT_SYMBOL_GPL vmlinux 0x813c3489 tty_standard_install +EXPORT_SYMBOL_GPL vmlinux 0x8140b6fa regulator_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x8142f027 thermal_zone_get_temp +EXPORT_SYMBOL_GPL vmlinux 0x8144f3b6 iommu_sva_find +EXPORT_SYMBOL_GPL vmlinux 0x814965ab __tracepoint_cpu_frequency +EXPORT_SYMBOL_GPL vmlinux 0x815588a6 clk_enable +EXPORT_SYMBOL_GPL vmlinux 0x815fda83 sed_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x81641e72 clk_hw_get_rate_range +EXPORT_SYMBOL_GPL vmlinux 0x8164e8fa tpm_pcr_read +EXPORT_SYMBOL_GPL vmlinux 0x816a17c0 kernel_read_file +EXPORT_SYMBOL_GPL vmlinux 0x816a41ca cpufreq_update_limits +EXPORT_SYMBOL_GPL vmlinux 0x817de158 sysfs_create_link +EXPORT_SYMBOL_GPL vmlinux 0x8180cede asn1_encode_sequence +EXPORT_SYMBOL_GPL vmlinux 0x819d72cb klist_iter_exit +EXPORT_SYMBOL_GPL vmlinux 0x81a0e4a6 mmu_notifier_get_locked +EXPORT_SYMBOL_GPL vmlinux 0x81a54a2d pinctrl_find_gpio_range_from_pin_nolock +EXPORT_SYMBOL_GPL vmlinux 0x81a73a64 __SCK__tp_func_udp_fail_queue_rcv_skb +EXPORT_SYMBOL_GPL vmlinux 0x81a7f541 percpu_ref_init +EXPORT_SYMBOL_GPL vmlinux 0x81bccda4 __traceiter_remove_device_from_group +EXPORT_SYMBOL_GPL vmlinux 0x81beac40 nvmem_cell_read_u64 +EXPORT_SYMBOL_GPL vmlinux 0x81c6b1fb _RNvXs1Z_NtNtCs9WMcp1Hn5Bv_4core3str4iterNtB6_11EscapeDebugNtNtBa_3fmt7Display3fmt +EXPORT_SYMBOL_GPL vmlinux 0x81d10485 ioasid_free +EXPORT_SYMBOL_GPL vmlinux 0x81d43155 regmap_field_bulk_alloc +EXPORT_SYMBOL_GPL vmlinux 0x81de4650 register_ftrace_direct_multi +EXPORT_SYMBOL_GPL vmlinux 0x81e2bdf4 generic_handle_irq_safe +EXPORT_SYMBOL_GPL vmlinux 0x81e56a44 fwnode_get_next_available_child_node +EXPORT_SYMBOL_GPL vmlinux 0x81f372a2 unregister_ftrace_export +EXPORT_SYMBOL_GPL vmlinux 0x82092899 badrange_forget +EXPORT_SYMBOL_GPL vmlinux 0x82126e2e _RNvXs1R_NtNtCs9WMcp1Hn5Bv_4core9core_arch4simdNtB6_5u64x2NtNtBa_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x82226c53 pinctrl_unregister_mappings +EXPORT_SYMBOL_GPL vmlinux 0x822e2f0f fscrypt_mergeable_bio_bh +EXPORT_SYMBOL_GPL vmlinux 0x823e22fd led_trigger_write +EXPORT_SYMBOL_GPL vmlinux 0x823eae06 blocking_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x8247f388 fat_flush_inodes +EXPORT_SYMBOL_GPL vmlinux 0x826f0b36 __SCK__tp_func_neigh_update +EXPORT_SYMBOL_GPL vmlinux 0x82735af7 acct_bioset_exit +EXPORT_SYMBOL_GPL vmlinux 0x827e61f8 acpi_has_watchdog +EXPORT_SYMBOL_GPL vmlinux 0x82864f02 _RNvXs3A_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_18vm_special_mappingNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x828e22f4 hrtimer_forward +EXPORT_SYMBOL_GPL vmlinux 0x8298bc46 phy_destroy +EXPORT_SYMBOL_GPL vmlinux 0x829abd88 ata_timing_compute +EXPORT_SYMBOL_GPL vmlinux 0x82bb2af8 regmap_test_bits +EXPORT_SYMBOL_GPL vmlinux 0x82d79b51 sysctl_vfs_cache_pressure +EXPORT_SYMBOL_GPL vmlinux 0x82d97d40 dm_device_name +EXPORT_SYMBOL_GPL vmlinux 0x8305d2e6 xfrm_output_resume +EXPORT_SYMBOL_GPL vmlinux 0x83154b1b _RNvXso_NtNtCs9WMcp1Hn5Bv_4core3fmt3numNtB5_6BinaryNtB5_12GenericRadix5digit +EXPORT_SYMBOL_GPL vmlinux 0x8320ee01 iommu_alloc_resv_region +EXPORT_SYMBOL_GPL vmlinux 0x8324b35e _RNvXs2_NtNtCs9WMcp1Hn5Bv_4core3fmt3numlNtB5_10DisplayInt6to_u32 +EXPORT_SYMBOL_GPL vmlinux 0x8327e664 of_reset_control_array_get +EXPORT_SYMBOL_GPL vmlinux 0x8328673f uv_bios_get_master_nasid +EXPORT_SYMBOL_GPL vmlinux 0x83297868 usb_hcd_amd_remote_wakeup_quirk +EXPORT_SYMBOL_GPL vmlinux 0x8335ca43 __SCT__tp_func_io_page_fault +EXPORT_SYMBOL_GPL vmlinux 0x8339df73 klist_add_behind +EXPORT_SYMBOL_GPL vmlinux 0x83465c17 spi_async +EXPORT_SYMBOL_GPL vmlinux 0x8349a895 nvmem_device_put +EXPORT_SYMBOL_GPL vmlinux 0x8353dfff acpi_os_get_iomem +EXPORT_SYMBOL_GPL vmlinux 0x8365dba5 component_master_add_with_match +EXPORT_SYMBOL_GPL vmlinux 0x836d652f poll_state_synchronize_rcu_full +EXPORT_SYMBOL_GPL vmlinux 0x8375a04f xdp_rxq_info_unreg_mem_model +EXPORT_SYMBOL_GPL vmlinux 0x839e6d3b bpf_prog_inc +EXPORT_SYMBOL_GPL vmlinux 0x83b19be9 _RNvXsx_NtCs9WMcp1Hn5Bv_4core3fmtNtB5_9AlignmentNtB5_5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x83b9431e genphy_c45_read_mdix +EXPORT_SYMBOL_GPL vmlinux 0x83bdc473 _RNvMs2_NtNtCs9WMcp1Hn5Bv_4core3num5errorNtB5_13ParseIntError4kind +EXPORT_SYMBOL_GPL vmlinux 0x83d5b5af led_trigger_event +EXPORT_SYMBOL_GPL vmlinux 0x83da0717 dax_driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0x83ef33ba regulator_get_bypass_regmap +EXPORT_SYMBOL_GPL vmlinux 0x84066eee sata_async_notification +EXPORT_SYMBOL_GPL vmlinux 0x84106f36 devlink_trap_ctx_priv +EXPORT_SYMBOL_GPL vmlinux 0x8425b9c3 xas_split_alloc +EXPORT_SYMBOL_GPL vmlinux 0x84264ced fs_umode_to_ftype +EXPORT_SYMBOL_GPL vmlinux 0x842f046d usb_poison_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0x843d70ef acpi_is_root_bridge +EXPORT_SYMBOL_GPL vmlinux 0x843f3260 usb_get_maximum_ssp_rate +EXPORT_SYMBOL_GPL vmlinux 0x84453c03 irq_chip_set_wake_parent +EXPORT_SYMBOL_GPL vmlinux 0x844ba2e4 irqd_cfg +EXPORT_SYMBOL_GPL vmlinux 0x84502a47 blk_status_to_errno +EXPORT_SYMBOL_GPL vmlinux 0x84525741 _RNvXNtCs9WMcp1Hn5Bv_4core9panickingNtB2_10AssertKindNtNtB4_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x845dc939 __usb_create_hcd +EXPORT_SYMBOL_GPL vmlinux 0x845deea9 _RNvMs7_NtCs9WMcp1Hn5Bv_4core3fmtNtB5_9Formatter15debug_upper_hex +EXPORT_SYMBOL_GPL vmlinux 0x8462cb62 atapi_cmd_type +EXPORT_SYMBOL_GPL vmlinux 0x847d1a4d _RNvXsa_NtCsiTPnVqBGVaY_6kernel3strNtB5_9FormatterNtNtNtCs9WMcp1Hn5Bv_4core3ops5deref5Deref5deref +EXPORT_SYMBOL_GPL vmlinux 0x847ed276 skcipher_walk_async +EXPORT_SYMBOL_GPL vmlinux 0x849371c5 ip6_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0x84a32fd3 tpm_send +EXPORT_SYMBOL_GPL vmlinux 0x84b268cf sn_coherency_id +EXPORT_SYMBOL_GPL vmlinux 0x84bc6035 _RNvXs3_NtNtCs9WMcp1Hn5Bv_4core5panic8locationNtB5_8LocationNtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x84d18905 gnttab_foreach_grant_in_range +EXPORT_SYMBOL_GPL vmlinux 0x84db7b51 pm_generic_freeze_late +EXPORT_SYMBOL_GPL vmlinux 0x84e18794 switchdev_handle_port_attr_set +EXPORT_SYMBOL_GPL vmlinux 0x84e9b9b5 ip6_route_output_flags +EXPORT_SYMBOL_GPL vmlinux 0x84ea4d8e debugfs_write_file_bool +EXPORT_SYMBOL_GPL vmlinux 0x84ee4147 rio_del_mport_pw_handler +EXPORT_SYMBOL_GPL vmlinux 0x84ef27f5 synth_event_add_fields +EXPORT_SYMBOL_GPL vmlinux 0x84f48222 dax_writeback_mapping_range +EXPORT_SYMBOL_GPL vmlinux 0x84f98b55 destroy_memory_type +EXPORT_SYMBOL_GPL vmlinux 0x8500b23f __bio_release_pages +EXPORT_SYMBOL_GPL vmlinux 0x8506baa8 clk_unregister_gate +EXPORT_SYMBOL_GPL vmlinux 0x850bb6db devlink_health_reporter_destroy +EXPORT_SYMBOL_GPL vmlinux 0x850d282e irq_domain_free_irqs_parent +EXPORT_SYMBOL_GPL vmlinux 0x8511f95b pm_generic_poweroff_late +EXPORT_SYMBOL_GPL vmlinux 0x85142df4 sbitmap_queue_init_node +EXPORT_SYMBOL_GPL vmlinux 0x851e6003 usb_phy_roothub_calibrate +EXPORT_SYMBOL_GPL vmlinux 0x85219289 _RNvNvMNtCs9WMcp1Hn5Bv_4core3f32f9from_bits13ct_u32_to_f32 +EXPORT_SYMBOL_GPL vmlinux 0x8527f5c6 crypto_register_algs +EXPORT_SYMBOL_GPL vmlinux 0x852c8a2f kthread_queue_delayed_work +EXPORT_SYMBOL_GPL vmlinux 0x8537825f ata_bmdma_dumb_qc_prep +EXPORT_SYMBOL_GPL vmlinux 0x85499625 nf_queue +EXPORT_SYMBOL_GPL vmlinux 0x855340ab pci_epf_bind +EXPORT_SYMBOL_GPL vmlinux 0x85540ebc nvmem_cell_put +EXPORT_SYMBOL_GPL vmlinux 0x855fa0ed fpu_update_guest_xfd +EXPORT_SYMBOL_GPL vmlinux 0x857c3682 pci_pri_supported +EXPORT_SYMBOL_GPL vmlinux 0x85862277 ioasid_find +EXPORT_SYMBOL_GPL vmlinux 0x858e2628 dax_holder +EXPORT_SYMBOL_GPL vmlinux 0x85963349 skb_gso_validate_network_len +EXPORT_SYMBOL_GPL vmlinux 0x85964ae7 _RNvXs2V_NtNtCs9WMcp1Hn5Bv_4core9core_arch4simdNtB6_5m64x2NtNtBa_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x859ea68d io_uring_cmd_done +EXPORT_SYMBOL_GPL vmlinux 0x85a0e99c pm_generic_resume_noirq +EXPORT_SYMBOL_GPL vmlinux 0x85b15444 arch_set_max_freq_ratio +EXPORT_SYMBOL_GPL vmlinux 0x85b19fd0 is_dock_device +EXPORT_SYMBOL_GPL vmlinux 0x85b26435 udp_destruct_common +EXPORT_SYMBOL_GPL vmlinux 0x85b5cd0f iommu_device_claim_dma_owner +EXPORT_SYMBOL_GPL vmlinux 0x85bf67a1 vfs_remove_acl +EXPORT_SYMBOL_GPL vmlinux 0x85bfc5f9 __SCT__tp_func_block_rq_insert +EXPORT_SYMBOL_GPL vmlinux 0x85c081c7 get_net_ns_by_id +EXPORT_SYMBOL_GPL vmlinux 0x85c0d6ca perf_get_aux +EXPORT_SYMBOL_GPL vmlinux 0x85cb2c45 xen_has_pv_devices +EXPORT_SYMBOL_GPL vmlinux 0x85d05362 virtqueue_add_sgs +EXPORT_SYMBOL_GPL vmlinux 0x85d25dbe irq_domain_reset_irq_data +EXPORT_SYMBOL_GPL vmlinux 0x85d7edfd hpet_set_periodic_freq +EXPORT_SYMBOL_GPL vmlinux 0x85e335e4 phy_modify_mmd_changed +EXPORT_SYMBOL_GPL vmlinux 0x85e6f63c devm_acpi_dev_add_driver_gpios +EXPORT_SYMBOL_GPL vmlinux 0x85eed1be iopf_queue_discard_partial +EXPORT_SYMBOL_GPL vmlinux 0x85f05c72 acpi_debugfs_dir +EXPORT_SYMBOL_GPL vmlinux 0x85f17a9e virtqueue_get_avail_addr +EXPORT_SYMBOL_GPL vmlinux 0x85fa1d28 tracing_cond_snapshot_data +EXPORT_SYMBOL_GPL vmlinux 0x85fc4d9d rio_request_inb_dbell +EXPORT_SYMBOL_GPL vmlinux 0x86012b8c debugfs_create_regset32 +EXPORT_SYMBOL_GPL vmlinux 0x861450cc of_clk_hw_register +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 0x86267585 clean_record_shared_mapping_range +EXPORT_SYMBOL_GPL vmlinux 0x8629ce50 __inet_inherit_port +EXPORT_SYMBOL_GPL vmlinux 0x862bb17b linear_range_values_in_range_array +EXPORT_SYMBOL_GPL vmlinux 0x86323723 hwmon_notify_event +EXPORT_SYMBOL_GPL vmlinux 0x8637eacd sock_diag_put_meminfo +EXPORT_SYMBOL_GPL vmlinux 0x863c7601 fb_deferred_io_mmap +EXPORT_SYMBOL_GPL vmlinux 0x863ce334 devlink_param_register +EXPORT_SYMBOL_GPL vmlinux 0x8640bf77 debugfs_create_u16 +EXPORT_SYMBOL_GPL vmlinux 0x86585a33 devlink_fmsg_obj_nest_start +EXPORT_SYMBOL_GPL vmlinux 0x8660b5e7 _RNvXs4n_NtNtCs9WMcp1Hn5Bv_4core9core_arch4simdNtB6_6u32x16NtNtBa_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x86623fd7 notify_remote_via_irq +EXPORT_SYMBOL_GPL vmlinux 0x866574c1 shash_no_setkey +EXPORT_SYMBOL_GPL vmlinux 0x8666976c ip_route_output_flow +EXPORT_SYMBOL_GPL vmlinux 0x866892e9 find_vpid +EXPORT_SYMBOL_GPL vmlinux 0x8668a09b usb_driver_claim_interface +EXPORT_SYMBOL_GPL vmlinux 0x866e7034 tps65912_device_init +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 0x8677fa59 proc_create_net_single +EXPORT_SYMBOL_GPL vmlinux 0x8679f943 watchdog_init_timeout +EXPORT_SYMBOL_GPL vmlinux 0x867e1c8a __irq_alloc_descs +EXPORT_SYMBOL_GPL vmlinux 0x86871b40 devlink_info_version_stored_put_ext +EXPORT_SYMBOL_GPL vmlinux 0x868784cb __symbol_get +EXPORT_SYMBOL_GPL vmlinux 0x868a66fa pwm_free +EXPORT_SYMBOL_GPL vmlinux 0x868acf40 ip6_datagram_connect +EXPORT_SYMBOL_GPL vmlinux 0x868f67f1 ata_pci_device_do_resume +EXPORT_SYMBOL_GPL vmlinux 0x869756be _RNvMs2_NtCs9WMcp1Hn5Bv_4core3numn14from_str_radix +EXPORT_SYMBOL_GPL vmlinux 0x8698327f i2c_acpi_find_bus_speed +EXPORT_SYMBOL_GPL vmlinux 0x86a0adf4 pci_epf_unbind +EXPORT_SYMBOL_GPL vmlinux 0x86a44b25 _RNvXs1b_NtNtCs9WMcp1Hn5Bv_4core3fmt3numoNtB8_5Octal3fmt +EXPORT_SYMBOL_GPL vmlinux 0x86b011d8 __rust_realloc +EXPORT_SYMBOL_GPL vmlinux 0x86b13d2a usb_unpoison_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0x86bd3151 __fscrypt_prepare_lookup +EXPORT_SYMBOL_GPL vmlinux 0x86c43a8c cper_estatus_check +EXPORT_SYMBOL_GPL vmlinux 0x86d5b573 skcipher_register_instance +EXPORT_SYMBOL_GPL vmlinux 0x86f34a20 fat_alloc_new_dir +EXPORT_SYMBOL_GPL vmlinux 0x86f6b99d synchronize_rcu_expedited +EXPORT_SYMBOL_GPL vmlinux 0x86f85114 net_dec_egress_queue +EXPORT_SYMBOL_GPL vmlinux 0x870d51ee fwnode_get_nth_parent +EXPORT_SYMBOL_GPL vmlinux 0x870e16b7 xen_test_irq_shared +EXPORT_SYMBOL_GPL vmlinux 0x87195867 led_trigger_rename_static +EXPORT_SYMBOL_GPL vmlinux 0x871fc402 dev_pm_opp_set_opp +EXPORT_SYMBOL_GPL vmlinux 0x87206bd7 fat_detach +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 0x87415206 xdp_return_frame +EXPORT_SYMBOL_GPL vmlinux 0x8741b88f _RNvXs1Y_NtNtCs9WMcp1Hn5Bv_4core3str4iterNtB6_13EscapeUnicodeNtNtBa_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x87605168 _RNvXs6_NtNtCs9WMcp1Hn5Bv_4core3fmt3numhNtB5_10DisplayInt6to_u64 +EXPORT_SYMBOL_GPL vmlinux 0x87609fd0 pci_hp_deregister +EXPORT_SYMBOL_GPL vmlinux 0x87809bc7 irq_domain_update_bus_token +EXPORT_SYMBOL_GPL vmlinux 0x87887ae3 _RNvXs4j_NtNtCs9WMcp1Hn5Bv_4core3num7nonzeroNtB6_12NonZeroUsizeNtNtNtBa_3str6traits7FromStr8from_str +EXPORT_SYMBOL_GPL vmlinux 0x878a67b2 tcp_reno_ssthresh +EXPORT_SYMBOL_GPL vmlinux 0x87908767 xas_clear_mark +EXPORT_SYMBOL_GPL vmlinux 0x87977c68 ata_dev_disable +EXPORT_SYMBOL_GPL vmlinux 0x87979588 ehci_resume +EXPORT_SYMBOL_GPL vmlinux 0x87985b58 devm_gpiod_put +EXPORT_SYMBOL_GPL vmlinux 0x879a4d99 irq_set_chained_handler_and_data +EXPORT_SYMBOL_GPL vmlinux 0x87b210d0 clkdev_create +EXPORT_SYMBOL_GPL vmlinux 0x87b889d5 _RNvXsQ_NtNtCs9WMcp1Hn5Bv_4core3str7patternNtB5_11StrSearcherNtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x87c87c26 nexthop_select_path +EXPORT_SYMBOL_GPL vmlinux 0x87d3784c device_set_of_node_from_dev +EXPORT_SYMBOL_GPL vmlinux 0x87e64181 amd_nb_has_feature +EXPORT_SYMBOL_GPL vmlinux 0x87f34e99 disable_kprobe +EXPORT_SYMBOL_GPL vmlinux 0x87f7c9e4 usb_hcd_unlink_urb_from_ep +EXPORT_SYMBOL_GPL vmlinux 0x87f8d3c3 _RNvXsh_NtCs796HB7yPNRt_8bindings12bindings_rawNtB5_15callthunk_sitesNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x88041b07 shash_register_instance +EXPORT_SYMBOL_GPL vmlinux 0x8838a41d _RNvXsS_NtNtCs9WMcp1Hn5Bv_4core3fmt3numlNtB7_8LowerHex3fmt +EXPORT_SYMBOL_GPL vmlinux 0x8839b518 rio_mport_read_config_16 +EXPORT_SYMBOL_GPL vmlinux 0x88419830 _RNvMs7_NtCs9WMcp1Hn5Bv_4core3fmtNtB5_9Formatter12debug_struct +EXPORT_SYMBOL_GPL vmlinux 0x88476f9f devl_lock +EXPORT_SYMBOL_GPL vmlinux 0x8849977b ata_slave_link_init +EXPORT_SYMBOL_GPL vmlinux 0x885528a6 ring_buffer_discard_commit +EXPORT_SYMBOL_GPL vmlinux 0x8861abb7 clean_acked_data_enable +EXPORT_SYMBOL_GPL vmlinux 0x886dc096 devm_free_percpu +EXPORT_SYMBOL_GPL vmlinux 0x8870ddb5 posix_acl_create +EXPORT_SYMBOL_GPL vmlinux 0x88756dba regulator_set_ramp_delay_regmap +EXPORT_SYMBOL_GPL vmlinux 0x8876c19e tpm_get_timeouts +EXPORT_SYMBOL_GPL vmlinux 0x8879109b serdev_device_add +EXPORT_SYMBOL_GPL vmlinux 0x887fd076 inet_bhash2_update_saddr +EXPORT_SYMBOL_GPL vmlinux 0x88822686 sdio_retune_crc_disable +EXPORT_SYMBOL_GPL vmlinux 0x8886351a net_selftest +EXPORT_SYMBOL_GPL vmlinux 0x8895a648 __SCK__tp_func_rpm_idle +EXPORT_SYMBOL_GPL vmlinux 0x88ab6fe3 kgdb_active +EXPORT_SYMBOL_GPL vmlinux 0x88b4ae92 ring_buffer_normalize_time_stamp +EXPORT_SYMBOL_GPL vmlinux 0x88b6fc09 _RNvXsc_NtNtCs9WMcp1Hn5Bv_4core4sync6atomicNtB5_8OrderingNtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x88b755fc tcp_register_ulp +EXPORT_SYMBOL_GPL vmlinux 0x88bca25d xenbus_free_evtchn +EXPORT_SYMBOL_GPL vmlinux 0x88c86976 edac_device_add_device +EXPORT_SYMBOL_GPL vmlinux 0x88cbba54 devm_nvmem_cell_get +EXPORT_SYMBOL_GPL vmlinux 0x88cce6a0 xas_find_marked +EXPORT_SYMBOL_GPL vmlinux 0x88d5de82 ata_eh_analyze_ncq_error +EXPORT_SYMBOL_GPL vmlinux 0x88d924f2 _RNvXsf_NtCs9WMcp1Hn5Bv_4core7convertNtB5_10InfallibleNtNtB7_3cmp10PartialOrd11partial_cmp +EXPORT_SYMBOL_GPL vmlinux 0x88d9defd class_interface_unregister +EXPORT_SYMBOL_GPL vmlinux 0x88e171e5 fat_truncate_time +EXPORT_SYMBOL_GPL vmlinux 0x88eb7783 poll_state_synchronize_srcu +EXPORT_SYMBOL_GPL vmlinux 0x88f018f2 wakeup_source_unregister +EXPORT_SYMBOL_GPL vmlinux 0x88f2adcc pci_vfs_assigned +EXPORT_SYMBOL_GPL vmlinux 0x88f32e2b xenbus_dev_error +EXPORT_SYMBOL_GPL vmlinux 0x88fdaee7 regmap_get_max_register +EXPORT_SYMBOL_GPL vmlinux 0x88ffbbbf __rio_local_write_config_32 +EXPORT_SYMBOL_GPL vmlinux 0x8900b245 power_supply_get_property_from_supplier +EXPORT_SYMBOL_GPL vmlinux 0x89085887 _RNvXs_NtNtCs9WMcp1Hn5Bv_4core3str5errorNtB4_9Utf8ErrorNtNtB8_3fmt7Display3fmt +EXPORT_SYMBOL_GPL vmlinux 0x8909a941 usb_match_id +EXPORT_SYMBOL_GPL vmlinux 0x890c8194 crypto_wait_for_test +EXPORT_SYMBOL_GPL vmlinux 0x890d5208 usb_unpoison_urb +EXPORT_SYMBOL_GPL vmlinux 0x890da05e __traceiter_pelt_thermal_tp +EXPORT_SYMBOL_GPL vmlinux 0x890dedfe __SCK__tp_func_rpm_return_int +EXPORT_SYMBOL_GPL vmlinux 0x890f4f97 __kprobe_event_gen_cmd_start +EXPORT_SYMBOL_GPL vmlinux 0x890fa0fa btree_get_prev +EXPORT_SYMBOL_GPL vmlinux 0x89129773 gnttab_page_cache_get +EXPORT_SYMBOL_GPL vmlinux 0x89175f5c gpiochip_line_is_irq +EXPORT_SYMBOL_GPL vmlinux 0x89184fac scsi_alloc_request +EXPORT_SYMBOL_GPL vmlinux 0x891a5a7f gnttab_max_grant_frames +EXPORT_SYMBOL_GPL vmlinux 0x8924eb1e rcu_force_quiescent_state +EXPORT_SYMBOL_GPL vmlinux 0x892bdb1c rt_mutex_lock +EXPORT_SYMBOL_GPL vmlinux 0x892dd316 regulator_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0x892f9f04 __SCT__tp_func_devlink_hwerr +EXPORT_SYMBOL_GPL vmlinux 0x8932600c xhci_drop_endpoint +EXPORT_SYMBOL_GPL vmlinux 0x893a1314 debugfs_create_devm_seqfile +EXPORT_SYMBOL_GPL vmlinux 0x893abbdd devlink_fmsg_u32_pair_put +EXPORT_SYMBOL_GPL vmlinux 0x893c5ddb unlock_system_sleep +EXPORT_SYMBOL_GPL vmlinux 0x893e3af0 sk_msg_free_partial +EXPORT_SYMBOL_GPL vmlinux 0x89485687 iommu_group_put +EXPORT_SYMBOL_GPL vmlinux 0x89495529 _RNvNvMNtCs9WMcp1Hn5Bv_4core5sliceSp19as_chunks_unchecked8comptime +EXPORT_SYMBOL_GPL vmlinux 0x895cf0a5 crypto_unregister_ahash +EXPORT_SYMBOL_GPL vmlinux 0x89639e54 _RNvXsc_NtNtNtCs9WMcp1Hn5Bv_4core3fmt3num3implNtB9_8LowerExp3fmt +EXPORT_SYMBOL_GPL vmlinux 0x89839495 ata_cable_sata +EXPORT_SYMBOL_GPL vmlinux 0x89916141 devm_led_trigger_register +EXPORT_SYMBOL_GPL vmlinux 0x899283e0 _RNvXs1W_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_18___call_single_nodeNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x899aac2a crypto_alloc_base +EXPORT_SYMBOL_GPL vmlinux 0x89aac57d _RNvMs_NtNtCs9WMcp1Hn5Bv_4core3num3fmtNtB4_9Formatted5write +EXPORT_SYMBOL_GPL vmlinux 0x89ae7aa0 rsa_parse_pub_key +EXPORT_SYMBOL_GPL vmlinux 0x89b5b339 devfreq_event_enable_edev +EXPORT_SYMBOL_GPL vmlinux 0x89bbafc6 usb_register_notify +EXPORT_SYMBOL_GPL vmlinux 0x89cb7e95 scsi_host_busy_iter +EXPORT_SYMBOL_GPL vmlinux 0x89e1ec9d acpi_get_subsystem_id +EXPORT_SYMBOL_GPL vmlinux 0x89e340cf acpi_bus_get_ejd +EXPORT_SYMBOL_GPL vmlinux 0x89fb3212 rio_mport_read_config_32 +EXPORT_SYMBOL_GPL vmlinux 0x89fee0b1 devm_hwspin_lock_register +EXPORT_SYMBOL_GPL vmlinux 0x8a065a37 fwnode_get_name +EXPORT_SYMBOL_GPL vmlinux 0x8a14cf07 spi_mem_default_supports_op +EXPORT_SYMBOL_GPL vmlinux 0x8a2b8a31 _RNvXNtNtCs9WMcp1Hn5Bv_4core3ops5rangeNtB2_9RangeFullNtNtB6_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x8a335726 sb800_prefetch +EXPORT_SYMBOL_GPL vmlinux 0x8a3ea91c ata_host_activate +EXPORT_SYMBOL_GPL vmlinux 0x8a3f84ba linear_range_get_selector_low +EXPORT_SYMBOL_GPL vmlinux 0x8a41ed2f __SCK__tp_func_pelt_thermal_tp +EXPORT_SYMBOL_GPL vmlinux 0x8a45a555 acpi_unregister_wakeup_handler +EXPORT_SYMBOL_GPL vmlinux 0x8a46cb6c mc146818_avoid_UIP +EXPORT_SYMBOL_GPL vmlinux 0x8a545ebf __tracepoint_pelt_dl_tp +EXPORT_SYMBOL_GPL vmlinux 0x8a62b81b sfp_upstream_stop +EXPORT_SYMBOL_GPL vmlinux 0x8a7cabfe cpufreq_table_index_unsorted +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 0x8a8ba46c blk_queue_zone_write_granularity +EXPORT_SYMBOL_GPL vmlinux 0x8a8cc8ae fat_dir_empty +EXPORT_SYMBOL_GPL vmlinux 0x8a90ab80 rdev_set_badblocks +EXPORT_SYMBOL_GPL vmlinux 0x8a9670ee pci_doe_supports_prot +EXPORT_SYMBOL_GPL vmlinux 0x8a9a8e85 device_find_child +EXPORT_SYMBOL_GPL vmlinux 0x8ab3faa0 debugfs_read_file_bool +EXPORT_SYMBOL_GPL vmlinux 0x8ab7a0bd tpm_chip_register +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 0x8adc30f9 acpi_subsys_runtime_resume +EXPORT_SYMBOL_GPL vmlinux 0x8ae1c0de dm_internal_resume +EXPORT_SYMBOL_GPL vmlinux 0x8ae1c156 clk_hw_get_rate +EXPORT_SYMBOL_GPL vmlinux 0x8afacd22 _RNvXs1s_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_26fxregs_state__bindgen_ty_2NtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x8afe771c _RNvNtCs9WMcp1Hn5Bv_4core9panicking15const_panic_fmt +EXPORT_SYMBOL_GPL vmlinux 0x8b036d95 bus_get_device_klist +EXPORT_SYMBOL_GPL vmlinux 0x8b149c36 clk_is_match +EXPORT_SYMBOL_GPL vmlinux 0x8b2dfa10 kill_device +EXPORT_SYMBOL_GPL vmlinux 0x8b3592b9 mmc_send_abort_tuning +EXPORT_SYMBOL_GPL vmlinux 0x8b389c81 _RNvXs5_NtNtCs9WMcp1Hn5Bv_4core3fmt3numiNtB5_10DisplayInt6to_u32 +EXPORT_SYMBOL_GPL vmlinux 0x8b38d8b9 pm_generic_restore_noirq +EXPORT_SYMBOL_GPL vmlinux 0x8b3d60cc vp_modern_get_queue_reset +EXPORT_SYMBOL_GPL vmlinux 0x8b4149e4 cppc_perf_ctrs_in_pcc +EXPORT_SYMBOL_GPL vmlinux 0x8b4393e3 tty_perform_flush +EXPORT_SYMBOL_GPL vmlinux 0x8b47ea1d __SCT__tp_func_extlog_mem_event +EXPORT_SYMBOL_GPL vmlinux 0x8b4a0ecb dw_pcie_host_deinit +EXPORT_SYMBOL_GPL vmlinux 0x8b529759 iommu_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x8b5340fc ftrace_free_filter +EXPORT_SYMBOL_GPL vmlinux 0x8b6bb487 iommu_get_domain_for_dev_pasid +EXPORT_SYMBOL_GPL vmlinux 0x8b774d39 _RNvNtNtNtCs9WMcp1Hn5Bv_4core7unicode12unicode_data9uppercase6lookup +EXPORT_SYMBOL_GPL vmlinux 0x8b7e21f2 tpm_calc_ordinal_duration +EXPORT_SYMBOL_GPL vmlinux 0x8b8327e8 pci_has_p2pmem +EXPORT_SYMBOL_GPL vmlinux 0x8b89f01c hv_ghcb_hypercall +EXPORT_SYMBOL_GPL vmlinux 0x8b8a9f5c handle_fasteoi_nmi +EXPORT_SYMBOL_GPL vmlinux 0x8b8cc689 enable_kprobe +EXPORT_SYMBOL_GPL vmlinux 0x8b90b7a0 __SCK__tp_func_arm_event +EXPORT_SYMBOL_GPL vmlinux 0x8b91c44f _RNvXse_NtNtNtCs9WMcp1Hn5Bv_4core3fmt3num3impxNtB9_8LowerExp3fmt +EXPORT_SYMBOL_GPL vmlinux 0x8b9200fd lookup_address +EXPORT_SYMBOL_GPL vmlinux 0x8b95e6a2 __SCT__tp_func_pelt_irq_tp +EXPORT_SYMBOL_GPL vmlinux 0x8ba3cdac pwm_get_chip_data +EXPORT_SYMBOL_GPL vmlinux 0x8bab7d7b devm_pwm_lpss_probe +EXPORT_SYMBOL_GPL vmlinux 0x8bae32e0 blkcg_policy_register +EXPORT_SYMBOL_GPL vmlinux 0x8bb09499 _RNvXs1y_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_16mpx_bndcsr_stateNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x8bcb73ce platform_add_devices +EXPORT_SYMBOL_GPL vmlinux 0x8bd928b7 __mmc_send_status +EXPORT_SYMBOL_GPL vmlinux 0x8bf351f2 rcu_tasks_trace_qs_blkd +EXPORT_SYMBOL_GPL vmlinux 0x8bf3a8a2 virtqueue_resize +EXPORT_SYMBOL_GPL vmlinux 0x8bf97ae8 cpuidle_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0x8bfb5206 pci_status_get_and_clear_errors +EXPORT_SYMBOL_GPL vmlinux 0x8c0215f2 pm_system_wakeup +EXPORT_SYMBOL_GPL vmlinux 0x8c03d20c destroy_workqueue +EXPORT_SYMBOL_GPL vmlinux 0x8c0ed103 rcu_check_boost_fail +EXPORT_SYMBOL_GPL vmlinux 0x8c0ed427 phy_pm_runtime_allow +EXPORT_SYMBOL_GPL vmlinux 0x8c102820 bpf_prog_destroy +EXPORT_SYMBOL_GPL vmlinux 0x8c12d99a devm_platform_get_irqs_affinity +EXPORT_SYMBOL_GPL vmlinux 0x8c2266ec blk_queue_max_zone_append_sectors +EXPORT_SYMBOL_GPL vmlinux 0x8c296b7c folio_wait_stable +EXPORT_SYMBOL_GPL vmlinux 0x8c341c48 current_save_fsgs +EXPORT_SYMBOL_GPL vmlinux 0x8c364e2d pci_doe_submit_task +EXPORT_SYMBOL_GPL vmlinux 0x8c4232b6 synchronize_srcu_expedited +EXPORT_SYMBOL_GPL vmlinux 0x8c484409 gnttab_release_grant_reference +EXPORT_SYMBOL_GPL vmlinux 0x8c49cb78 power_supply_unregister +EXPORT_SYMBOL_GPL vmlinux 0x8c4a21cf devfreq_event_disable_edev +EXPORT_SYMBOL_GPL vmlinux 0x8c4c7386 uart_get_rs485_mode +EXPORT_SYMBOL_GPL vmlinux 0x8c4d2428 mt_prev +EXPORT_SYMBOL_GPL vmlinux 0x8c4fded2 sgx_virt_einit +EXPORT_SYMBOL_GPL vmlinux 0x8c566b38 spi_sync_locked +EXPORT_SYMBOL_GPL vmlinux 0x8c5bdba8 _RNvXsg_NtCs796HB7yPNRt_8bindings12bindings_rawNtB5_13callback_headNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x8c743fb6 reset_control_status +EXPORT_SYMBOL_GPL vmlinux 0x8c808c4d device_driver_attach +EXPORT_SYMBOL_GPL vmlinux 0x8c89e3b8 usb_phy_roothub_power_off +EXPORT_SYMBOL_GPL vmlinux 0x8c8dc9e8 memunmap_pages +EXPORT_SYMBOL_GPL vmlinux 0x8c98d248 unregister_vmcore_cb +EXPORT_SYMBOL_GPL vmlinux 0x8c9cfad3 devl_dpipe_table_resource_set +EXPORT_SYMBOL_GPL vmlinux 0x8c9e54d3 devlink_info_version_running_put_ext +EXPORT_SYMBOL_GPL vmlinux 0x8ca9eaca _RNvXs3B_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_9free_areaNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x8cafc55f spi_controller_resume +EXPORT_SYMBOL_GPL vmlinux 0x8cce25f0 wakeup_source_register +EXPORT_SYMBOL_GPL vmlinux 0x8cd59721 bpf_trace_run2 +EXPORT_SYMBOL_GPL vmlinux 0x8cdbbb7b vp_modern_probe +EXPORT_SYMBOL_GPL vmlinux 0x8ce77d44 blk_update_request +EXPORT_SYMBOL_GPL vmlinux 0x8cea8257 cgroup_get_from_path +EXPORT_SYMBOL_GPL vmlinux 0x8cfe3ed8 ata_sas_queuecmd +EXPORT_SYMBOL_GPL vmlinux 0x8d04acf5 __devm_irq_alloc_descs +EXPORT_SYMBOL_GPL vmlinux 0x8d170a8c platform_msi_create_irq_domain +EXPORT_SYMBOL_GPL vmlinux 0x8d20378c regulator_list_voltage +EXPORT_SYMBOL_GPL vmlinux 0x8d22bb58 iommu_group_alloc +EXPORT_SYMBOL_GPL vmlinux 0x8d2ef056 _RNvXsz_NtNtCs9WMcp1Hn5Bv_4core3fmt3numjNtB7_8UpperHex3fmt +EXPORT_SYMBOL_GPL vmlinux 0x8d3330b6 cpuacct_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0x8d3cc6fb _RNvXs1X_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_18___call_single_dataNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x8d466b31 acpi_spi_device_alloc +EXPORT_SYMBOL_GPL vmlinux 0x8d522714 __rcu_read_lock +EXPORT_SYMBOL_GPL vmlinux 0x8d7643b0 powercap_register_zone +EXPORT_SYMBOL_GPL vmlinux 0x8d7e3373 hwpoison_filter_dev_major +EXPORT_SYMBOL_GPL vmlinux 0x8d80cfac pci_generic_config_read +EXPORT_SYMBOL_GPL vmlinux 0x8d80f4a9 acpi_gpiochip_free_interrupts +EXPORT_SYMBOL_GPL vmlinux 0x8d8602a7 sk_msg_free +EXPORT_SYMBOL_GPL vmlinux 0x8d908ebf power_supply_get_maintenance_charging_setting +EXPORT_SYMBOL_GPL vmlinux 0x8d91db16 l3mdev_master_ifindex_rcu +EXPORT_SYMBOL_GPL vmlinux 0x8d936097 _RNvXsQ_NtNtCs9WMcp1Hn5Bv_4core3fmt3numlNtB7_6Binary3fmt +EXPORT_SYMBOL_GPL vmlinux 0x8d9c6a29 pci_p2pdma_distance_many +EXPORT_SYMBOL_GPL vmlinux 0x8d9dad66 _RNvXsk_NtNtNtCs9WMcp1Hn5Bv_4core3fmt3num3impsNtB9_8UpperExp3fmt +EXPORT_SYMBOL_GPL vmlinux 0x8da6d551 ip_route_output_tunnel +EXPORT_SYMBOL_GPL vmlinux 0x8dae3520 phy_led_triggers_unregister +EXPORT_SYMBOL_GPL vmlinux 0x8db73801 __traceiter_neigh_cleanup_and_release +EXPORT_SYMBOL_GPL vmlinux 0x8dcac60e i2c_dw_probe_master +EXPORT_SYMBOL_GPL vmlinux 0x8dcd3284 devm_regulator_put +EXPORT_SYMBOL_GPL vmlinux 0x8dd218b0 icc_bulk_disable +EXPORT_SYMBOL_GPL vmlinux 0x8dde97db devm_led_classdev_unregister +EXPORT_SYMBOL_GPL vmlinux 0x8de6817a acpi_dev_resource_address_space +EXPORT_SYMBOL_GPL vmlinux 0x8de83dfc acpi_subsys_restore_early +EXPORT_SYMBOL_GPL vmlinux 0x8df5c0d3 _RNvXsr_NtNtNtCs9WMcp1Hn5Bv_4core3fmt3num3impiNtB9_8UpperExp3fmt +EXPORT_SYMBOL_GPL vmlinux 0x8df71160 crypto_stats_kpp_set_secret +EXPORT_SYMBOL_GPL vmlinux 0x8e0d8485 _RNvXs6_NtNtCs9WMcp1Hn5Bv_4core3num3fmtNtB5_4PartNtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x8e126c9d fb_deferred_io_init +EXPORT_SYMBOL_GPL vmlinux 0x8e265ab0 pm_genpd_init +EXPORT_SYMBOL_GPL vmlinux 0x8e30944a __rg_dealloc +EXPORT_SYMBOL_GPL vmlinux 0x8e309933 input_device_enabled +EXPORT_SYMBOL_GPL vmlinux 0x8e3b52df devm_pm_opp_set_config +EXPORT_SYMBOL_GPL vmlinux 0x8e3bd02a debugfs_create_u64 +EXPORT_SYMBOL_GPL vmlinux 0x8e3d911b arch_phys_wc_index +EXPORT_SYMBOL_GPL vmlinux 0x8e4ab31e nvmem_device_get +EXPORT_SYMBOL_GPL vmlinux 0x8e4cf6da dma_resv_iter_next +EXPORT_SYMBOL_GPL vmlinux 0x8e4eb451 bpf_sk_storage_diag_free +EXPORT_SYMBOL_GPL vmlinux 0x8e510ee4 regulator_bulk_register_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0x8e528187 dax_zero_range +EXPORT_SYMBOL_GPL vmlinux 0x8e5b708f __rio_local_write_config_8 +EXPORT_SYMBOL_GPL vmlinux 0x8e600b3d _RNvXs5_NtNtCs9WMcp1Hn5Bv_4core3fmt3numiNtB5_10DisplayInt7from_u8 +EXPORT_SYMBOL_GPL vmlinux 0x8e669b1d ata_scsi_unlock_native_capacity +EXPORT_SYMBOL_GPL vmlinux 0x8e6b1a9e net_selftest_get_count +EXPORT_SYMBOL_GPL vmlinux 0x8e6fa8b5 apei_exec_pre_map_gars +EXPORT_SYMBOL_GPL vmlinux 0x8e73cd97 bpfilter_umh_cleanup +EXPORT_SYMBOL_GPL vmlinux 0x8e74f80c class_interface_register +EXPORT_SYMBOL_GPL vmlinux 0x8e92cd3e devm_pinctrl_get +EXPORT_SYMBOL_GPL vmlinux 0x8e941d6e fwnode_property_read_u64_array +EXPORT_SYMBOL_GPL vmlinux 0x8e9e5bc3 ehci_adjust_port_wakeup_flags +EXPORT_SYMBOL_GPL vmlinux 0x8ea4c991 pcie_bus_configure_settings +EXPORT_SYMBOL_GPL vmlinux 0x8ea775d4 md_rdev_clear +EXPORT_SYMBOL_GPL vmlinux 0x8ea7c33f tpm_put_ops +EXPORT_SYMBOL_GPL vmlinux 0x8ead800c user_free_preparse +EXPORT_SYMBOL_GPL vmlinux 0x8eba54f9 acpi_get_acpi_dev +EXPORT_SYMBOL_GPL vmlinux 0x8ebe0c0f ata_acpi_gtm_xfermask +EXPORT_SYMBOL_GPL vmlinux 0x8ee5d763 __traceiter_attach_device_to_domain +EXPORT_SYMBOL_GPL vmlinux 0x8eee3399 dax_read_unlock +EXPORT_SYMBOL_GPL vmlinux 0x8f0748af rcu_expedite_gp +EXPORT_SYMBOL_GPL vmlinux 0x8f0b2ccf devm_hte_register_chip +EXPORT_SYMBOL_GPL vmlinux 0x8f0b781d iova_domain_init_rcaches +EXPORT_SYMBOL_GPL vmlinux 0x8f0f893b _RNvXsi_NtCs796HB7yPNRt_8bindings12bindings_rawNtB5_23qspinlock__bindgen_ty_1NtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x8f17653a gpiochip_request_own_desc +EXPORT_SYMBOL_GPL vmlinux 0x8f26f53d devlink_port_attrs_pci_sf_set +EXPORT_SYMBOL_GPL vmlinux 0x8f2eb429 kvm_arch_para_hints +EXPORT_SYMBOL_GPL vmlinux 0x8f3e37c4 vring_del_virtqueue +EXPORT_SYMBOL_GPL vmlinux 0x8f5eae40 dw_pcie_host_init +EXPORT_SYMBOL_GPL vmlinux 0x8f6cee77 __round_jiffies_relative +EXPORT_SYMBOL_GPL vmlinux 0x8f70ffd5 dmaengine_desc_attach_metadata +EXPORT_SYMBOL_GPL vmlinux 0x8f786bee fs_umode_to_dtype +EXPORT_SYMBOL_GPL vmlinux 0x8f7bd0a6 btree_init_mempool +EXPORT_SYMBOL_GPL vmlinux 0x8f7cf358 unregister_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0x8f9fb934 dm_table_device_name +EXPORT_SYMBOL_GPL vmlinux 0x8fa1597f __blk_trace_note_message +EXPORT_SYMBOL_GPL vmlinux 0x8fa3a820 dma_mmap_pages +EXPORT_SYMBOL_GPL vmlinux 0x8fa5a6ee dev_fetch_sw_netstats +EXPORT_SYMBOL_GPL vmlinux 0x8fa63f1d dma_free_pages +EXPORT_SYMBOL_GPL vmlinux 0x8fa9d9e8 __SCT__tp_func_xdp_exception +EXPORT_SYMBOL_GPL vmlinux 0x8faa800d acpi_cpc_valid +EXPORT_SYMBOL_GPL vmlinux 0x8fc12788 software_node_unregister_node_group +EXPORT_SYMBOL_GPL vmlinux 0x8fc5d268 spi_target_abort +EXPORT_SYMBOL_GPL vmlinux 0x8fc936fa serdev_device_write_wakeup +EXPORT_SYMBOL_GPL vmlinux 0x8fd12247 edac_pci_free_ctl_info +EXPORT_SYMBOL_GPL vmlinux 0x8fda202f _RNvMs6_NtCs9WMcp1Hn5Bv_4core3numm14from_str_radix +EXPORT_SYMBOL_GPL vmlinux 0x8fdec766 ata_host_suspend +EXPORT_SYMBOL_GPL vmlinux 0x8fe0f6b2 rio_release_inb_pwrite +EXPORT_SYMBOL_GPL vmlinux 0x8fe28a42 key_type_asymmetric +EXPORT_SYMBOL_GPL vmlinux 0x8ff1d873 devm_phy_create +EXPORT_SYMBOL_GPL vmlinux 0x8ff60436 mpi_ec_add_points +EXPORT_SYMBOL_GPL vmlinux 0x8ff7ea2f devlink_region_snapshot_id_get +EXPORT_SYMBOL_GPL vmlinux 0x8ffb1df7 acpi_get_psd_map +EXPORT_SYMBOL_GPL vmlinux 0x9006d620 blk_mq_quiesce_queue_nowait +EXPORT_SYMBOL_GPL vmlinux 0x900b0fa0 ipv6_icmp_error +EXPORT_SYMBOL_GPL vmlinux 0x900cd254 dev_pm_opp_put_opp_table +EXPORT_SYMBOL_GPL vmlinux 0x9017ce5d irq_get_default_host +EXPORT_SYMBOL_GPL vmlinux 0x901c48cd do_tcp_sendpages +EXPORT_SYMBOL_GPL vmlinux 0x901c698a _RNvXs2B_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_9debug_objNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x901f677c fwnode_get_phy_mode +EXPORT_SYMBOL_GPL vmlinux 0x9024f443 mds_user_clear +EXPORT_SYMBOL_GPL vmlinux 0x903a4158 gpiod_get_array_optional +EXPORT_SYMBOL_GPL vmlinux 0x903b627c list_lru_isolate_move +EXPORT_SYMBOL_GPL vmlinux 0x903eeb39 devres_release_group +EXPORT_SYMBOL_GPL vmlinux 0x904060e5 crypto_register_shashes +EXPORT_SYMBOL_GPL vmlinux 0x9046c547 pm_genpd_remove_subdomain +EXPORT_SYMBOL_GPL vmlinux 0x90478dca ata_pci_sff_activate_host +EXPORT_SYMBOL_GPL vmlinux 0x90737d1d _RNvXs1_NtNtCs9WMcp1Hn5Bv_4core3fmt3numsNtB5_10DisplayInt7to_u128 +EXPORT_SYMBOL_GPL vmlinux 0x9084b044 clear_page_erms +EXPORT_SYMBOL_GPL vmlinux 0x9086787f usb_hcd_pci_probe +EXPORT_SYMBOL_GPL vmlinux 0x90a37b0a _RNvNtNtCsiTPnVqBGVaY_6kernel5print14format_strings4CRIT +EXPORT_SYMBOL_GPL vmlinux 0x90a5f1a2 usb_block_urb +EXPORT_SYMBOL_GPL vmlinux 0x90a9d8cc hv_is_hyperv_initialized +EXPORT_SYMBOL_GPL vmlinux 0x90ad66b1 software_node_unregister_nodes +EXPORT_SYMBOL_GPL vmlinux 0x90b022da inet_pernet_hashinfo_alloc +EXPORT_SYMBOL_GPL vmlinux 0x90be234f __traceiter_fdb_delete +EXPORT_SYMBOL_GPL vmlinux 0x90c72d99 devm_regmap_field_bulk_alloc +EXPORT_SYMBOL_GPL vmlinux 0x90c8498c apei_exec_write_register +EXPORT_SYMBOL_GPL vmlinux 0x90ce6e45 devm_register_restart_handler +EXPORT_SYMBOL_GPL vmlinux 0x90dc18b1 serial8250_em485_start_tx +EXPORT_SYMBOL_GPL vmlinux 0x90de0452 platform_thermal_package_notify +EXPORT_SYMBOL_GPL vmlinux 0x90e92daf inet_send_prepare +EXPORT_SYMBOL_GPL vmlinux 0x91030274 mctrl_gpio_init_noauto +EXPORT_SYMBOL_GPL vmlinux 0x91072c99 _RNvXNtCs9WMcp1Hn5Bv_4core5asciiNtB2_13EscapeDefaultNtNtNtNtB4_4iter6traits8iterator8Iterator9size_hint +EXPORT_SYMBOL_GPL vmlinux 0x9107d224 __SCT__tp_func_arm_event +EXPORT_SYMBOL_GPL vmlinux 0x91083cb9 proc_create_net_data +EXPORT_SYMBOL_GPL vmlinux 0x910996b3 ping_bind +EXPORT_SYMBOL_GPL vmlinux 0x910bdf6b trace_seq_vprintf +EXPORT_SYMBOL_GPL vmlinux 0x9110b2b7 ata_sff_wait_ready +EXPORT_SYMBOL_GPL vmlinux 0x91245be5 spi_get_next_queued_message +EXPORT_SYMBOL_GPL vmlinux 0x913ebd32 stack_depot_save +EXPORT_SYMBOL_GPL vmlinux 0x91493fda gpiod_get_raw_value +EXPORT_SYMBOL_GPL vmlinux 0x91582afa vp_legacy_get_status +EXPORT_SYMBOL_GPL vmlinux 0x91621dc1 _RNvXsg_NtNtCs9WMcp1Hn5Bv_4core4char7convertNtB5_13CharErrorKindNtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x917a5c9b balloon_mops +EXPORT_SYMBOL_GPL vmlinux 0x917d953b __SCT__tp_func_wbc_writepage +EXPORT_SYMBOL_GPL vmlinux 0x91942961 iomap_dio_bio_end_io +EXPORT_SYMBOL_GPL vmlinux 0x9194e18f xenbus_mkdir +EXPORT_SYMBOL_GPL vmlinux 0x91955a9f start_poll_synchronize_rcu +EXPORT_SYMBOL_GPL vmlinux 0x91a01e84 _RNvXsb_NtNtCs9WMcp1Hn5Bv_4core3fmt3numjNtB5_10DisplayInt7to_u128 +EXPORT_SYMBOL_GPL vmlinux 0x91a71e57 blk_freeze_queue_start +EXPORT_SYMBOL_GPL vmlinux 0x91a93182 fwnode_get_next_child_node +EXPORT_SYMBOL_GPL vmlinux 0x91aeef44 usb_acpi_set_power_state +EXPORT_SYMBOL_GPL vmlinux 0x91b408eb cpufreq_cpu_get_raw +EXPORT_SYMBOL_GPL vmlinux 0x91b4eafe _RNvXsk_NtCs9WMcp1Hn5Bv_4core3numsNtNtNtB7_3str6traits7FromStr8from_str +EXPORT_SYMBOL_GPL vmlinux 0x91b774a1 mpi_scanval +EXPORT_SYMBOL_GPL vmlinux 0x91b9a4ba e820__mapped_any +EXPORT_SYMBOL_GPL vmlinux 0x91c6e5b0 pcap_to_irq +EXPORT_SYMBOL_GPL vmlinux 0x91c9313c acpi_gpio_get_io_resource +EXPORT_SYMBOL_GPL vmlinux 0x91cc28b1 perf_pmu_unregister +EXPORT_SYMBOL_GPL vmlinux 0x91cf2bef rio_alloc_net +EXPORT_SYMBOL_GPL vmlinux 0x91d1314a gpiochip_add_pin_range +EXPORT_SYMBOL_GPL vmlinux 0x91d84576 pci_epf_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0x91dc167a _RNvXs7_NtNtCs9WMcp1Hn5Bv_4core3fmt3numtNtB5_10DisplayInt7to_u128 +EXPORT_SYMBOL_GPL vmlinux 0x91ea8726 asn1_encode_boolean +EXPORT_SYMBOL_GPL vmlinux 0x92024026 extcon_unregister_notifier_all +EXPORT_SYMBOL_GPL vmlinux 0x92084c31 mmc_poll_for_busy +EXPORT_SYMBOL_GPL vmlinux 0x92096c46 tty_init_termios +EXPORT_SYMBOL_GPL vmlinux 0x920cc389 visitorl +EXPORT_SYMBOL_GPL vmlinux 0x920d0230 ip_valid_fib_dump_req +EXPORT_SYMBOL_GPL vmlinux 0x920e7568 _RNvNtNtNtCs9WMcp1Hn5Bv_4core7unicode12unicode_data11white_space6lookup +EXPORT_SYMBOL_GPL vmlinux 0x92141343 kvm_async_pf_task_wake +EXPORT_SYMBOL_GPL vmlinux 0x92212a01 lwtunnel_xmit +EXPORT_SYMBOL_GPL vmlinux 0x92265aa4 pci_iomap_wc +EXPORT_SYMBOL_GPL vmlinux 0x922af317 __tracepoint_neigh_timer_handler +EXPORT_SYMBOL_GPL vmlinux 0x922eae0a irq_domain_pop_irq +EXPORT_SYMBOL_GPL vmlinux 0x922edb70 devm_gpiod_get_optional +EXPORT_SYMBOL_GPL vmlinux 0x92341be6 sata_scr_read +EXPORT_SYMBOL_GPL vmlinux 0x923c9f62 __udp_gso_segment +EXPORT_SYMBOL_GPL vmlinux 0x923e42aa sysfb_disable +EXPORT_SYMBOL_GPL vmlinux 0x92414cb5 virtqueue_kick_prepare +EXPORT_SYMBOL_GPL vmlinux 0x9241b358 __static_key_slow_dec_deferred +EXPORT_SYMBOL_GPL vmlinux 0x924b37c0 _RNvXs4_NtNtCs9WMcp1Hn5Bv_4core5slice5asciiNtB5_11EscapeAsciiNtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x924c46f8 zs_unmap_object +EXPORT_SYMBOL_GPL vmlinux 0x92523f75 blkdev_zone_mgmt +EXPORT_SYMBOL_GPL vmlinux 0x925c6263 gov_attr_set_init +EXPORT_SYMBOL_GPL vmlinux 0x92668daf nvdimm_badblocks_populate +EXPORT_SYMBOL_GPL vmlinux 0x926e5ee2 dma_resv_test_signaled +EXPORT_SYMBOL_GPL vmlinux 0x9280dfee xen_remap_vma_range +EXPORT_SYMBOL_GPL vmlinux 0x9286487e mmput +EXPORT_SYMBOL_GPL vmlinux 0x929c6b8f show_class_attr_string +EXPORT_SYMBOL_GPL vmlinux 0x929e95cf psi_memstall_enter +EXPORT_SYMBOL_GPL vmlinux 0x92aad277 inet_twsk_alloc +EXPORT_SYMBOL_GPL vmlinux 0x92aaf042 regmap_write +EXPORT_SYMBOL_GPL vmlinux 0x92b40354 __cpufreq_driver_target +EXPORT_SYMBOL_GPL vmlinux 0x92b8c78b hyperv_pcpu_output_arg +EXPORT_SYMBOL_GPL vmlinux 0x92bcf18e sock_map_destroy +EXPORT_SYMBOL_GPL vmlinux 0x92c1ba49 battery_hook_register +EXPORT_SYMBOL_GPL vmlinux 0x92c26094 dw8250_setup_port +EXPORT_SYMBOL_GPL vmlinux 0x92d31cfb fixed_phy_add +EXPORT_SYMBOL_GPL vmlinux 0x92d9eea7 memremap_pages +EXPORT_SYMBOL_GPL vmlinux 0x92db8f68 do_trace_rcu_torture_read +EXPORT_SYMBOL_GPL vmlinux 0x92e8e9ab fsverity_enqueue_verify_work +EXPORT_SYMBOL_GPL vmlinux 0x92f404bc devfreq_event_get_edev_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0x92f7a353 _RNvMs_NtCsiTPnVqBGVaY_6kernel3strNtB4_4CStr19from_bytes_with_nul +EXPORT_SYMBOL_GPL vmlinux 0x9316e318 register_kretprobe +EXPORT_SYMBOL_GPL vmlinux 0x93255b2b ring_buffer_lock_reserve +EXPORT_SYMBOL_GPL vmlinux 0x93261a84 net_ns_get_ownership +EXPORT_SYMBOL_GPL vmlinux 0x932c8d7a linear_range_get_value_array +EXPORT_SYMBOL_GPL vmlinux 0x9334a695 _RNvXs2P_NtNtCs9WMcp1Hn5Bv_4core9core_arch4simdNtB6_5m32x4NtNtBa_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x933f75e0 usb_unlink_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0x934872f2 cpuidle_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x93523d31 sk_clone_lock +EXPORT_SYMBOL_GPL vmlinux 0x935346fe __sbitmap_queue_get +EXPORT_SYMBOL_GPL vmlinux 0x936148b0 virtqueue_notify +EXPORT_SYMBOL_GPL vmlinux 0x936815d3 thermal_add_hwmon_sysfs +EXPORT_SYMBOL_GPL vmlinux 0x936e5296 regulator_get_error_flags +EXPORT_SYMBOL_GPL vmlinux 0x9378a3ec __alloc_pages_bulk +EXPORT_SYMBOL_GPL vmlinux 0x93a35170 __of_phy_provider_register +EXPORT_SYMBOL_GPL vmlinux 0x93ae1232 dev_pm_opp_get_suspend_opp_freq +EXPORT_SYMBOL_GPL vmlinux 0x93b3aeb9 acpi_processor_get_performance_info +EXPORT_SYMBOL_GPL vmlinux 0x93c7edeb usb_find_common_endpoints +EXPORT_SYMBOL_GPL vmlinux 0x93d05095 sbitmap_show +EXPORT_SYMBOL_GPL vmlinux 0x93d1d424 gnttab_free_grant_references +EXPORT_SYMBOL_GPL vmlinux 0x93d80a54 vchan_init +EXPORT_SYMBOL_GPL vmlinux 0x93dc2586 pgprot_writethrough +EXPORT_SYMBOL_GPL vmlinux 0x93ddb325 clockevent_delta2ns +EXPORT_SYMBOL_GPL vmlinux 0x93dffb12 __fscrypt_inode_uses_inline_crypto +EXPORT_SYMBOL_GPL vmlinux 0x93ebdf96 mt_next +EXPORT_SYMBOL_GPL vmlinux 0x93edef07 devlink_health_report +EXPORT_SYMBOL_GPL vmlinux 0x93f044ea __tracepoint_block_rq_insert +EXPORT_SYMBOL_GPL vmlinux 0x93f17762 device_link_add +EXPORT_SYMBOL_GPL vmlinux 0x93ff8b90 sysfs_add_file_to_group +EXPORT_SYMBOL_GPL vmlinux 0x9403df5e rio_register_scan +EXPORT_SYMBOL_GPL vmlinux 0x940e52ae usb_find_alt_setting +EXPORT_SYMBOL_GPL vmlinux 0x941f2aaa eventfd_ctx_put +EXPORT_SYMBOL_GPL vmlinux 0x94235551 dev_pm_opp_init_cpufreq_table +EXPORT_SYMBOL_GPL vmlinux 0x9424058f arch_haltpoll_disable +EXPORT_SYMBOL_GPL vmlinux 0x9425bb34 nvmem_dev_name +EXPORT_SYMBOL_GPL vmlinux 0x942d85a4 dw_pcie_wait_for_link +EXPORT_SYMBOL_GPL vmlinux 0x9430b198 trace_dump_stack +EXPORT_SYMBOL_GPL vmlinux 0x9436e405 memory_group_register_dynamic +EXPORT_SYMBOL_GPL vmlinux 0x94390c51 __traceiter_udp_fail_queue_rcv_skb +EXPORT_SYMBOL_GPL vmlinux 0x943fc708 xen_setup_shutdown_event +EXPORT_SYMBOL_GPL vmlinux 0x944040b5 irq_find_matching_fwspec +EXPORT_SYMBOL_GPL vmlinux 0x944097ef adp5520_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x9442ff2b xdp_return_frame_bulk +EXPORT_SYMBOL_GPL vmlinux 0x9452fee8 sdio_align_size +EXPORT_SYMBOL_GPL vmlinux 0x946721e7 __SCK__tp_func_error_report_end +EXPORT_SYMBOL_GPL vmlinux 0x9468ea70 schedule_hrtimeout_range_clock +EXPORT_SYMBOL_GPL vmlinux 0x946b84cd sync_blockdev_nowait +EXPORT_SYMBOL_GPL vmlinux 0x946c0028 devlink_unregister +EXPORT_SYMBOL_GPL vmlinux 0x946dd559 sha224_zero_message_hash +EXPORT_SYMBOL_GPL vmlinux 0x94723a5f crypto_register_kpp +EXPORT_SYMBOL_GPL vmlinux 0x947b40c6 cpu_smt_possible +EXPORT_SYMBOL_GPL vmlinux 0x947f8eee serdev_device_write_flush +EXPORT_SYMBOL_GPL vmlinux 0x94849d11 tty_port_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0x948f94c7 pci_find_ext_capability +EXPORT_SYMBOL_GPL vmlinux 0x949b5176 devlink_region_snapshot_create +EXPORT_SYMBOL_GPL vmlinux 0x949d6e6e _RNvNtCsiTPnVqBGVaY_6kernel5print11call_printk +EXPORT_SYMBOL_GPL vmlinux 0x949e463a xenbus_match +EXPORT_SYMBOL_GPL vmlinux 0x949f7342 __alloc_percpu +EXPORT_SYMBOL_GPL vmlinux 0x94a6b14b _RNvXsa_NtCs9WMcp1Hn5Bv_4core4charNtB5_11ToLowercaseNtNtNtNtB7_4iter6traits8iterator8Iterator9size_hint +EXPORT_SYMBOL_GPL vmlinux 0x94bccb02 _RNvNtNtNtCs9WMcp1Hn5Bv_4core7unicode12unicode_data11conversions8to_lower +EXPORT_SYMBOL_GPL vmlinux 0x94bf5b8e crypto_stats_akcipher_sign +EXPORT_SYMBOL_GPL vmlinux 0x94c74929 init_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0x94d9f1b4 device_get_match_data +EXPORT_SYMBOL_GPL vmlinux 0x94e451a0 cpufreq_driver_resolve_freq +EXPORT_SYMBOL_GPL vmlinux 0x94ef4d05 cpci_hp_stop +EXPORT_SYMBOL_GPL vmlinux 0x94ef97b6 bpf_trace_run3 +EXPORT_SYMBOL_GPL vmlinux 0x9504df26 irq_wake_thread +EXPORT_SYMBOL_GPL vmlinux 0x951a2773 crypto_has_alg +EXPORT_SYMBOL_GPL vmlinux 0x9528d45d rio_map_outb_region +EXPORT_SYMBOL_GPL vmlinux 0x952e90cd _RNvXs11_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_7pv_infoNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x9537e126 call_switchdev_blocking_notifiers +EXPORT_SYMBOL_GPL vmlinux 0x953e1b9e ktime_get_real_seconds +EXPORT_SYMBOL_GPL vmlinux 0x9542e86e platform_device_del +EXPORT_SYMBOL_GPL vmlinux 0x954ce595 regulator_list_voltage_linear_range +EXPORT_SYMBOL_GPL vmlinux 0x9550eac3 ata_cable_40wire +EXPORT_SYMBOL_GPL vmlinux 0x955b0e2e kthread_worker_fn +EXPORT_SYMBOL_GPL vmlinux 0x955dc1b9 crypto_unregister_template +EXPORT_SYMBOL_GPL vmlinux 0x956ac400 ring_buffer_dropped_events_cpu +EXPORT_SYMBOL_GPL vmlinux 0x956ff74f usb_unlocked_disable_lpm +EXPORT_SYMBOL_GPL vmlinux 0x95843030 mpi_ec_init +EXPORT_SYMBOL_GPL vmlinux 0x95868d2f _RNvMs7_NtCs9WMcp1Hn5Bv_4core3fmtNtB5_9Formatter10debug_list +EXPORT_SYMBOL_GPL vmlinux 0x958df3ac zs_free +EXPORT_SYMBOL_GPL vmlinux 0x95901f36 irq_chip_get_parent_state +EXPORT_SYMBOL_GPL vmlinux 0x9593ef31 register_ftrace_export +EXPORT_SYMBOL_GPL vmlinux 0x959ec5f5 call_rcu_tasks +EXPORT_SYMBOL_GPL vmlinux 0x95a1a6a2 mdiobus_modify_changed +EXPORT_SYMBOL_GPL vmlinux 0x95bbf9be smpboot_register_percpu_thread +EXPORT_SYMBOL_GPL vmlinux 0x95bc183e nvdimm_to_bus +EXPORT_SYMBOL_GPL vmlinux 0x95bc9078 btree_free +EXPORT_SYMBOL_GPL vmlinux 0x95e4e808 pci_enable_ats +EXPORT_SYMBOL_GPL vmlinux 0x95e825a2 _RNvXse_NtCs9WMcp1Hn5Bv_4core3anyNtB5_6TypeIdNtNtB7_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x95ea097b sdio_enable_func +EXPORT_SYMBOL_GPL vmlinux 0x95ef1ccc dmi_memdev_size +EXPORT_SYMBOL_GPL vmlinux 0x96119358 devm_gpiochip_add_data_with_key +EXPORT_SYMBOL_GPL vmlinux 0x961286e0 ring_buffer_read_events_cpu +EXPORT_SYMBOL_GPL vmlinux 0x96157921 fib_new_table +EXPORT_SYMBOL_GPL vmlinux 0x9615b005 hv_map_ioapic_interrupt +EXPORT_SYMBOL_GPL vmlinux 0x9621d738 alarm_start_relative +EXPORT_SYMBOL_GPL vmlinux 0x96252a9f iopf_queue_add_device +EXPORT_SYMBOL_GPL vmlinux 0x962c8ae1 usb_kill_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0x963547ca _RNvMs6_NtNtCs9WMcp1Hn5Bv_4core3fmt8buildersNtB5_8DebugMap5entry +EXPORT_SYMBOL_GPL vmlinux 0x96554810 register_keyboard_notifier +EXPORT_SYMBOL_GPL vmlinux 0x96566aa5 pm_runtime_irq_safe +EXPORT_SYMBOL_GPL vmlinux 0x9662476f seg6_do_srh_inline +EXPORT_SYMBOL_GPL vmlinux 0x9666c334 _RNvXs4_NtNtCs9WMcp1Hn5Bv_4core3fmt3numnNtB5_10DisplayInt7from_u8 +EXPORT_SYMBOL_GPL vmlinux 0x967b4015 devm_gpiod_get +EXPORT_SYMBOL_GPL vmlinux 0x96a11ed7 power_supply_get_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x96a55fda list_lru_destroy +EXPORT_SYMBOL_GPL vmlinux 0x96ab52b4 fscrypt_ioctl_remove_key +EXPORT_SYMBOL_GPL vmlinux 0x96b15a9b serial8250_rx_dma_flush +EXPORT_SYMBOL_GPL vmlinux 0x96b5ac4b vcap_set_rule_set_actionset +EXPORT_SYMBOL_GPL vmlinux 0x96c19ff5 fuse_abort_conn +EXPORT_SYMBOL_GPL vmlinux 0x96c3d66f generic_fh_to_parent +EXPORT_SYMBOL_GPL vmlinux 0x96ce11b6 hrtimer_sleeper_start_expires +EXPORT_SYMBOL_GPL vmlinux 0x96e09b5f __devm_spi_alloc_controller +EXPORT_SYMBOL_GPL vmlinux 0x96fc8d71 iommu_device_sysfs_remove +EXPORT_SYMBOL_GPL vmlinux 0x970230a0 mbox_controller_unregister +EXPORT_SYMBOL_GPL vmlinux 0x9703f682 devm_gpiod_put_array +EXPORT_SYMBOL_GPL vmlinux 0x97098555 usb_role_switch_find_by_fwnode +EXPORT_SYMBOL_GPL vmlinux 0x970a90b3 mmc_crypto_prepare_req +EXPORT_SYMBOL_GPL vmlinux 0x9714e0bb ktime_get_raw +EXPORT_SYMBOL_GPL vmlinux 0x971b5d71 _RNvXs6_NtNtCs9WMcp1Hn5Bv_4core3cmp5implszNtB7_3Ord3cmp +EXPORT_SYMBOL_GPL vmlinux 0x972ca17d sock_prot_inuse_get +EXPORT_SYMBOL_GPL vmlinux 0x97366fef md_submit_discard_bio +EXPORT_SYMBOL_GPL vmlinux 0x973b1000 dax_layout_busy_page_range +EXPORT_SYMBOL_GPL vmlinux 0x9749748d dm_suspended +EXPORT_SYMBOL_GPL vmlinux 0x975519c1 asymmetric_key_id_same +EXPORT_SYMBOL_GPL vmlinux 0x9756b808 unregister_wide_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0x975fe39c uart_handle_dcd_change +EXPORT_SYMBOL_GPL vmlinux 0x976950c9 kernfs_notify +EXPORT_SYMBOL_GPL vmlinux 0x977b8e4f blkcg_print_blkgs +EXPORT_SYMBOL_GPL vmlinux 0x977be5c7 klist_iter_init_node +EXPORT_SYMBOL_GPL vmlinux 0x978b622a _RNvMNtNtCs9WMcp1Hn5Bv_4core5panic10panic_infoNtB2_9PanicInfo10can_unwind +EXPORT_SYMBOL_GPL vmlinux 0x978cd4f9 _RNvXs4i_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_10percpu_refNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x9798f6b5 led_classdev_unregister +EXPORT_SYMBOL_GPL vmlinux 0x97a76f46 _RNvMNtCs9WMcp1Hn5Bv_4core3f64d13classify_bits +EXPORT_SYMBOL_GPL vmlinux 0x97a92983 kobject_rename +EXPORT_SYMBOL_GPL vmlinux 0x97ab3ca7 nvmem_device_cell_read +EXPORT_SYMBOL_GPL vmlinux 0x97abfa0f dax_recovery_write +EXPORT_SYMBOL_GPL vmlinux 0x97ca47f0 transport_class_unregister +EXPORT_SYMBOL_GPL vmlinux 0x97d35a6f __sock_recv_wifi_status +EXPORT_SYMBOL_GPL vmlinux 0x97de2b83 debug_locks_silent +EXPORT_SYMBOL_GPL vmlinux 0x97e19906 ZSTD_getErrorCode +EXPORT_SYMBOL_GPL vmlinux 0x97e88f20 posix_acl_default_xattr_handler +EXPORT_SYMBOL_GPL vmlinux 0x97ebd2cb __SCK__tp_func_pelt_cfs_tp +EXPORT_SYMBOL_GPL vmlinux 0x9804d857 _RNvXs2_NtNtCs9WMcp1Hn5Bv_4core3fmt3numlNtB5_10DisplayInt7from_u8 +EXPORT_SYMBOL_GPL vmlinux 0x980e07c6 platform_get_irq_byname +EXPORT_SYMBOL_GPL vmlinux 0x981da11e _RNvXs3j_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_33folio__bindgen_ty_1__bindgen_ty_1NtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x983081cd rio_local_set_device_id +EXPORT_SYMBOL_GPL vmlinux 0x9833bc0c hvc_kick +EXPORT_SYMBOL_GPL vmlinux 0x98378a1d cc_mkdec +EXPORT_SYMBOL_GPL vmlinux 0x983b2a3d _RNvXs3T_NtNtCs9WMcp1Hn5Bv_4core9core_arch4simdNtB6_5i8x64NtNtBa_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x9842cc9b __tracepoint_ata_bmdma_setup +EXPORT_SYMBOL_GPL vmlinux 0x9843f501 __cookie_v4_check +EXPORT_SYMBOL_GPL vmlinux 0x98503a63 mpi_alloc +EXPORT_SYMBOL_GPL vmlinux 0x985453e1 lease_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x9855a3fe edac_mc_del_mc +EXPORT_SYMBOL_GPL vmlinux 0x985c9878 usb_reset_endpoint +EXPORT_SYMBOL_GPL vmlinux 0x985ffb5f clk_mux_val_to_index +EXPORT_SYMBOL_GPL vmlinux 0x9861e440 ata_port_schedule_eh +EXPORT_SYMBOL_GPL vmlinux 0x98702169 vring_create_virtqueue +EXPORT_SYMBOL_GPL vmlinux 0x9879932b crypto_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x987e5c1f iomap_bmap +EXPORT_SYMBOL_GPL vmlinux 0x98803d68 vcap_free_rule +EXPORT_SYMBOL_GPL vmlinux 0x98819de5 _RNvXsJ_NtNtCs9WMcp1Hn5Bv_4core4sync6atomicNtB5_9AtomicU32NtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x988a1a00 sn_region_size +EXPORT_SYMBOL_GPL vmlinux 0x989074ff kmsg_dump_reason_str +EXPORT_SYMBOL_GPL vmlinux 0x98a0691f pci_stop_root_bus +EXPORT_SYMBOL_GPL vmlinux 0x98a51ab4 get_device_system_crosststamp +EXPORT_SYMBOL_GPL vmlinux 0x98b66290 nvdimm_provider_data +EXPORT_SYMBOL_GPL vmlinux 0x98b93e7c raw_unhash_sk +EXPORT_SYMBOL_GPL vmlinux 0x98c97457 xhci_shutdown +EXPORT_SYMBOL_GPL vmlinux 0x98e6feec device_get_named_child_node +EXPORT_SYMBOL_GPL vmlinux 0x98ee62b2 ring_buffer_record_disable_cpu +EXPORT_SYMBOL_GPL vmlinux 0x98f4d306 hyperv_flush_guest_mapping +EXPORT_SYMBOL_GPL vmlinux 0x99078a08 __tracepoint_arm_event +EXPORT_SYMBOL_GPL vmlinux 0x990b5d8a pcie_aspm_enabled +EXPORT_SYMBOL_GPL vmlinux 0x991fd689 _RNvXNtCsiTPnVqBGVaY_6kernel9allocatorNtB2_15KernelAllocatorNtNtNtCs9WMcp1Hn5Bv_4core5alloc6global11GlobalAlloc7dealloc +EXPORT_SYMBOL_GPL vmlinux 0x9930f8a3 uv_bios_change_memprotect +EXPORT_SYMBOL_GPL vmlinux 0x99383ebe _RNvXsD_NtCs9WMcp1Hn5Bv_4core4charNtB5_15CaseMappingIterNtNtB7_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x994187b7 iommu_unmap +EXPORT_SYMBOL_GPL vmlinux 0x99430ba2 acpi_get_phys_id +EXPORT_SYMBOL_GPL vmlinux 0x9951cf31 debugfs_create_x32 +EXPORT_SYMBOL_GPL vmlinux 0x99560797 power_supply_register +EXPORT_SYMBOL_GPL vmlinux 0x99567084 iomap_read_folio +EXPORT_SYMBOL_GPL vmlinux 0x995d1071 prof_on +EXPORT_SYMBOL_GPL vmlinux 0x9968aacb __audit_log_nfcfg +EXPORT_SYMBOL_GPL vmlinux 0x9974d98a fscrypt_context_for_new_inode +EXPORT_SYMBOL_GPL vmlinux 0x99754252 pci_ims_alloc_irq +EXPORT_SYMBOL_GPL vmlinux 0x997c550a preempt_model_none +EXPORT_SYMBOL_GPL vmlinux 0x9980739f pm_generic_thaw +EXPORT_SYMBOL_GPL vmlinux 0x9983c8b6 _RNvMs1_NtCs9WMcp1Hn5Bv_4core3numx14from_str_radix +EXPORT_SYMBOL_GPL vmlinux 0x9988830a _RNvXsq_NtNtNtCs9WMcp1Hn5Bv_4core3fmt3num3impjNtB9_8UpperExp3fmt +EXPORT_SYMBOL_GPL vmlinux 0x998d79d6 x509_decode_time +EXPORT_SYMBOL_GPL vmlinux 0x998dc024 _RNvXs0_NtNtCs9WMcp1Hn5Bv_4core3fmt3numaNtB5_10DisplayInt6to_u64 +EXPORT_SYMBOL_GPL vmlinux 0x9994f456 gpiochip_irqchip_irq_valid +EXPORT_SYMBOL_GPL vmlinux 0x99970eed __tracepoint_pelt_se_tp +EXPORT_SYMBOL_GPL vmlinux 0x999bfc3c fsverity_verify_bio +EXPORT_SYMBOL_GPL vmlinux 0x99a03078 dax_holder_notify_failure +EXPORT_SYMBOL_GPL vmlinux 0x99bbc3d3 nf_hook_entries_insert_raw +EXPORT_SYMBOL_GPL vmlinux 0x99bd6d83 __tracepoint_br_fdb_external_learn_add +EXPORT_SYMBOL_GPL vmlinux 0x99bfd81f __SCK__tp_func_ata_bmdma_setup +EXPORT_SYMBOL_GPL vmlinux 0x99c22b66 crypto_register_rng +EXPORT_SYMBOL_GPL vmlinux 0x99c52982 _RNvXs2t_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_11swait_queueNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x99d84440 xhci_find_slot_id_by_port +EXPORT_SYMBOL_GPL vmlinux 0x99e7dc59 _RNvXsE_NtNtCs9WMcp1Hn5Bv_4core4sync6atomicNtB5_9AtomicI32NtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x99e99ad6 sk_set_peek_off +EXPORT_SYMBOL_GPL vmlinux 0x99f018c4 nvmem_cell_read +EXPORT_SYMBOL_GPL vmlinux 0x99f179ac clk_bulk_get_optional +EXPORT_SYMBOL_GPL vmlinux 0x99f2d00a sysfs_emit_at +EXPORT_SYMBOL_GPL vmlinux 0x99fc6a33 ata_eh_freeze_port +EXPORT_SYMBOL_GPL vmlinux 0x9a11a0fc crypto_attr_alg_name +EXPORT_SYMBOL_GPL vmlinux 0x9a23691d acct_bioset_init +EXPORT_SYMBOL_GPL vmlinux 0x9a23ea6b alarm_expires_remaining +EXPORT_SYMBOL_GPL vmlinux 0x9a26b8b7 _RNvXs8_NtNtCs9WMcp1Hn5Bv_4core3fmt3nummNtB5_10DisplayInt7to_u128 +EXPORT_SYMBOL_GPL vmlinux 0x9a2851ef __SCT__tp_func_ata_bmdma_setup +EXPORT_SYMBOL_GPL vmlinux 0x9a3208a7 pci_destroy_slot +EXPORT_SYMBOL_GPL vmlinux 0x9a3efb98 sock_gen_put +EXPORT_SYMBOL_GPL vmlinux 0x9a40997d fuse_simple_background +EXPORT_SYMBOL_GPL vmlinux 0x9a40f442 _RNvXsb_NtCsiTPnVqBGVaY_6kernel3strNtB5_9FormatterNtNtCs9WMcp1Hn5Bv_4core3fmt5Write9write_str +EXPORT_SYMBOL_GPL vmlinux 0x9a426ab2 synth_event_create +EXPORT_SYMBOL_GPL vmlinux 0x9a42f148 irq_setup_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0x9a53fde7 _RNvXs15_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_23paravirt_patch_templateNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x9a5502a7 raw_seq_next +EXPORT_SYMBOL_GPL vmlinux 0x9a568bfe debugfs_create_file_size +EXPORT_SYMBOL_GPL vmlinux 0x9a58dd2d trace_print_bitmask_seq +EXPORT_SYMBOL_GPL vmlinux 0x9a5a03de vcap_chain_id_to_lookup +EXPORT_SYMBOL_GPL vmlinux 0x9a5dce5c rhashtable_walk_start_check +EXPORT_SYMBOL_GPL vmlinux 0x9a82b72a inet_csk_get_port +EXPORT_SYMBOL_GPL vmlinux 0x9a845487 xfrm_bpf_md_dst +EXPORT_SYMBOL_GPL vmlinux 0x9a859aa5 _RNvXsM_NtNtCs9WMcp1Hn5Bv_4core3str4iterNtB5_11EncodeUtf16NtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x9a895e1e sdio_retune_crc_enable +EXPORT_SYMBOL_GPL vmlinux 0x9a8a8c81 dev_fill_forward_path +EXPORT_SYMBOL_GPL vmlinux 0x9aa3be45 cleanup_srcu_struct +EXPORT_SYMBOL_GPL vmlinux 0x9aa6ce27 crypto_stats_ahash_final +EXPORT_SYMBOL_GPL vmlinux 0x9aa71c2a efi_query_variable_store +EXPORT_SYMBOL_GPL vmlinux 0x9aaac699 dev_pm_opp_cpumask_remove_table +EXPORT_SYMBOL_GPL vmlinux 0x9ac11b74 suspend_set_ops +EXPORT_SYMBOL_GPL vmlinux 0x9ac5eae6 genphy_c45_fast_retrain +EXPORT_SYMBOL_GPL vmlinux 0x9acf31c6 mas_find +EXPORT_SYMBOL_GPL vmlinux 0x9acf5fbb vcap_add_rule +EXPORT_SYMBOL_GPL vmlinux 0x9ad55b99 clk_hw_unregister_fixed_factor +EXPORT_SYMBOL_GPL vmlinux 0x9adb56b0 nf_queue_entry_get_refs +EXPORT_SYMBOL_GPL vmlinux 0x9aeacb87 ring_buffer_iter_empty +EXPORT_SYMBOL_GPL vmlinux 0x9af49514 icc_bulk_set_bw +EXPORT_SYMBOL_GPL vmlinux 0x9afefdd9 class_compat_remove_link +EXPORT_SYMBOL_GPL vmlinux 0x9b033fa5 usb_bulk_msg +EXPORT_SYMBOL_GPL vmlinux 0x9b173a9b iommu_unmap_fast +EXPORT_SYMBOL_GPL vmlinux 0x9b1f64bd ping_seq_stop +EXPORT_SYMBOL_GPL vmlinux 0x9b279df6 debugfs_create_file +EXPORT_SYMBOL_GPL vmlinux 0x9b2be930 ip6_pol_route +EXPORT_SYMBOL_GPL vmlinux 0x9b36f959 bus_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x9b4a6a72 pm_clk_create +EXPORT_SYMBOL_GPL vmlinux 0x9b4c9702 i2c_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0x9b4f206a _RNvNtCs9WMcp1Hn5Bv_4core6result13unwrap_failed +EXPORT_SYMBOL_GPL vmlinux 0x9b539f00 __traceiter_sched_util_est_se_tp +EXPORT_SYMBOL_GPL vmlinux 0x9b555c8c pm_suspend_default_s2idle +EXPORT_SYMBOL_GPL vmlinux 0x9b60a45c skb_splice_bits +EXPORT_SYMBOL_GPL vmlinux 0x9b6142d5 driver_remove_file +EXPORT_SYMBOL_GPL vmlinux 0x9b651e51 xenbus_teardown_ring +EXPORT_SYMBOL_GPL vmlinux 0x9b698c42 ioasid_set_data +EXPORT_SYMBOL_GPL vmlinux 0x9b6b2a9f mptcp_subflow_init_cookie_req +EXPORT_SYMBOL_GPL vmlinux 0x9b6ec967 ring_buffer_size +EXPORT_SYMBOL_GPL vmlinux 0x9b768201 modify_ftrace_direct_multi +EXPORT_SYMBOL_GPL vmlinux 0x9b8f65a4 cpufreq_register_governor +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 0x9ba0b128 devl_trap_groups_unregister +EXPORT_SYMBOL_GPL vmlinux 0x9ba2bb2b gpio_request_array +EXPORT_SYMBOL_GPL vmlinux 0x9bad141d hv_hypercall_pg +EXPORT_SYMBOL_GPL vmlinux 0x9bb92ffd cpufreq_driver_target +EXPORT_SYMBOL_GPL vmlinux 0x9bc43c6d _RNvXs3P_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_15scale_freq_dataNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x9bcdb60c acpi_dev_gpio_irq_wake_get_by +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 0x9bf641c4 thermal_zone_unbind_cooling_device +EXPORT_SYMBOL_GPL vmlinux 0x9bfcc3a5 trace_put_event_file +EXPORT_SYMBOL_GPL vmlinux 0x9c0edc9d crypto_stats_decompress +EXPORT_SYMBOL_GPL vmlinux 0x9c1755ba _RNvXsk_NtCs796HB7yPNRt_8bindings12bindings_rawNtB5_21qrwlock__bindgen_ty_1NtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x9c4121b2 __rio_local_read_config_8 +EXPORT_SYMBOL_GPL vmlinux 0x9c426ca7 pinctrl_add_gpio_ranges +EXPORT_SYMBOL_GPL vmlinux 0x9c4302ea _RNvXsJ_NtCs796HB7yPNRt_8bindings12bindings_rawNtB5_41restart_block__bindgen_ty_1__bindgen_ty_3NtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x9c4b1942 nvmem_cell_read_u16 +EXPORT_SYMBOL_GPL vmlinux 0x9c4c0057 yield_to +EXPORT_SYMBOL_GPL vmlinux 0x9c500087 _RNvXs3_NtNtCs9WMcp1Hn5Bv_4core5slice5asciiNtB5_11EscapeAsciiNtNtB9_3fmt7Display3fmt +EXPORT_SYMBOL_GPL vmlinux 0x9c54132f xenbus_frontend_closed +EXPORT_SYMBOL_GPL vmlinux 0x9c5c274f metadata_dst_alloc_percpu +EXPORT_SYMBOL_GPL vmlinux 0x9c5d0af0 device_property_match_string +EXPORT_SYMBOL_GPL vmlinux 0x9c6fd5ec scsi_flush_work +EXPORT_SYMBOL_GPL vmlinux 0x9c6febfc add_uevent_var +EXPORT_SYMBOL_GPL vmlinux 0x9c749077 _RNvXs2U_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_25arch_uprobe__bindgen_ty_2NtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x9c79ca00 ohci_init_driver +EXPORT_SYMBOL_GPL vmlinux 0x9c803020 usb_phy_roothub_power_on +EXPORT_SYMBOL_GPL vmlinux 0x9c8a167f lwtunnel_cmp_encap +EXPORT_SYMBOL_GPL vmlinux 0x9c964c80 free_uid +EXPORT_SYMBOL_GPL vmlinux 0x9c973d40 espintcp_push_skb +EXPORT_SYMBOL_GPL vmlinux 0x9c9ceae6 blkg_prfill_rwstat +EXPORT_SYMBOL_GPL vmlinux 0x9c9dac87 xfrm_state_mtu +EXPORT_SYMBOL_GPL vmlinux 0x9ca6e11f cper_mem_err_location +EXPORT_SYMBOL_GPL vmlinux 0x9cc07974 _RNvXs2v_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_15uprobe_consumerNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x9cc4f70a register_pm_notifier +EXPORT_SYMBOL_GPL vmlinux 0x9cd7551a rhashtable_walk_stop +EXPORT_SYMBOL_GPL vmlinux 0x9cd93876 dev_pm_opp_config_clks_simple +EXPORT_SYMBOL_GPL vmlinux 0x9cdb5f07 _RNvXs9_NtCs9WMcp1Hn5Bv_4core3fmtNtB5_5ErrorNtB5_7Display3fmt +EXPORT_SYMBOL_GPL vmlinux 0x9cdd6a66 sysctl_long_vals +EXPORT_SYMBOL_GPL vmlinux 0x9ce05629 devl_traps_unregister +EXPORT_SYMBOL_GPL vmlinux 0x9ce4e5e8 _RNvNtNtCsiTPnVqBGVaY_6kernel5print14format_strings5DEBUG +EXPORT_SYMBOL_GPL vmlinux 0x9cee0aee _RNvXNtCs9WMcp1Hn5Bv_4core4charNtB2_13EscapeUnicodeNtNtNtNtB4_4iter6traits8iterator8Iterator4last +EXPORT_SYMBOL_GPL vmlinux 0x9cf37c44 __iowrite32_copy +EXPORT_SYMBOL_GPL vmlinux 0x9cf5e6e7 edac_device_handle_ce_count +EXPORT_SYMBOL_GPL vmlinux 0x9d054a16 _RNvXs1_NtCsiTPnVqBGVaY_6kernel3strNtB5_4CStrNtNtCs9WMcp1Hn5Bv_4core3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x9d09b5b8 __ndisc_fill_addr_option +EXPORT_SYMBOL_GPL vmlinux 0x9d09e8ae ring_buffer_event_data +EXPORT_SYMBOL_GPL vmlinux 0x9d0cf4d3 devm_gpiod_get_index_optional +EXPORT_SYMBOL_GPL vmlinux 0x9d14205c cr4_read_shadow +EXPORT_SYMBOL_GPL vmlinux 0x9d180824 regulator_set_bypass_regmap +EXPORT_SYMBOL_GPL vmlinux 0x9d31cd71 shash_ahash_update +EXPORT_SYMBOL_GPL vmlinux 0x9d32b047 device_remove_software_node +EXPORT_SYMBOL_GPL vmlinux 0x9d32e632 _RNvXsb_NtNtNtCs9WMcp1Hn5Bv_4core3fmt3num3imptNtB9_8LowerExp3fmt +EXPORT_SYMBOL_GPL vmlinux 0x9d366f99 page_reporting_register +EXPORT_SYMBOL_GPL vmlinux 0x9d3ede65 _RNvXNtCs9WMcp1Hn5Bv_4core5allocNtB2_10AllocErrorNtNtB4_3fmt7Display3fmt +EXPORT_SYMBOL_GPL vmlinux 0x9d4894c8 x2apic_mode +EXPORT_SYMBOL_GPL vmlinux 0x9d578fb5 devm_hwmon_device_register_with_groups +EXPORT_SYMBOL_GPL vmlinux 0x9d5a30d0 _RNvXsc_NtNtNtCs9WMcp1Hn5Bv_4core9core_simd5masks9mask_implmNtB5_11ReverseBits12reverse_bits +EXPORT_SYMBOL_GPL vmlinux 0x9d5dbe37 devm_bitmap_zalloc +EXPORT_SYMBOL_GPL vmlinux 0x9d608607 _RNvXs0_NtNtNtCs9WMcp1Hn5Bv_4core9core_arch3x865cpuidNtB5_11CpuidResultNtNtBb_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x9d61caf1 handle_bad_irq +EXPORT_SYMBOL_GPL vmlinux 0x9d6776bf skb_partial_csum_set +EXPORT_SYMBOL_GPL vmlinux 0x9d86d258 _RNvXs4g_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_15percpu_ref_dataNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x9d8bb00e set_dax_nocache +EXPORT_SYMBOL_GPL vmlinux 0x9d9910a1 atomic_notifier_chain_register_unique_prio +EXPORT_SYMBOL_GPL vmlinux 0x9daf5b00 _RNvXs2m_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_24maple_node__bindgen_ty_1NtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x9db61781 iommu_group_get +EXPORT_SYMBOL_GPL vmlinux 0x9dbd18ab gpiod_get_array_value +EXPORT_SYMBOL_GPL vmlinux 0x9dbeffdb blk_mq_alloc_sq_tag_set +EXPORT_SYMBOL_GPL vmlinux 0x9dc2ac2f pci_generic_config_write +EXPORT_SYMBOL_GPL vmlinux 0x9dcc15d7 regcache_drop_region +EXPORT_SYMBOL_GPL vmlinux 0x9de0bb06 devm_memunmap_pages +EXPORT_SYMBOL_GPL vmlinux 0x9def35a1 alarmtimer_get_rtcdev +EXPORT_SYMBOL_GPL vmlinux 0x9df07632 param_set_uint_minmax +EXPORT_SYMBOL_GPL vmlinux 0x9e005e6f cppc_get_perf_caps +EXPORT_SYMBOL_GPL vmlinux 0x9e04bb2f rio_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x9e10094a _RNvXsn_NtNtCs9WMcp1Hn5Bv_4core9core_simd5masksaNtNtB5_6sealed6Sealed2eq +EXPORT_SYMBOL_GPL vmlinux 0x9e125950 _RNvXsN_NtNtCs9WMcp1Hn5Bv_4core3str7patternNtB5_17CharSliceSearcherNtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x9e151910 _RNvNvXsi_NtCs9WMcp1Hn5Bv_4core3fmtPpNtB7_7Pointer3fmt5inner +EXPORT_SYMBOL_GPL vmlinux 0x9e229c49 sg_alloc_table_chained +EXPORT_SYMBOL_GPL vmlinux 0x9e3a1a83 _RNvXsR_NtCs796HB7yPNRt_8bindings12bindings_rawNtB5_9edid_infoNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x9e472f5f snmp_fold_field +EXPORT_SYMBOL_GPL vmlinux 0x9e60b6ff __tracepoint_devlink_hwmsg +EXPORT_SYMBOL_GPL vmlinux 0x9e7fe230 linear_hugepage_index +EXPORT_SYMBOL_GPL vmlinux 0x9e9c4f24 set_dax_nomc +EXPORT_SYMBOL_GPL vmlinux 0x9e9ea421 _RNvXs13_NtNtCs9WMcp1Hn5Bv_4core4sync6atomicNtB6_11AtomicUsizeNtNtBa_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x9eadef51 isa_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x9eaf7375 strp_init +EXPORT_SYMBOL_GPL vmlinux 0x9ebfa907 _RNvXs2i_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_24maple_tree__bindgen_ty_1NtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x9ec35df7 ata_do_set_mode +EXPORT_SYMBOL_GPL vmlinux 0x9ed07eaf pci_p2pdma_add_resource +EXPORT_SYMBOL_GPL vmlinux 0x9ed554b3 unregister_keyboard_notifier +EXPORT_SYMBOL_GPL vmlinux 0x9eebdde7 mpi_point_new +EXPORT_SYMBOL_GPL vmlinux 0x9ef3444e gov_attr_set_get +EXPORT_SYMBOL_GPL vmlinux 0x9efc8fc3 to_nd_region +EXPORT_SYMBOL_GPL vmlinux 0x9f07990c sata_link_debounce +EXPORT_SYMBOL_GPL vmlinux 0x9f08c714 scatterwalk_copychunks +EXPORT_SYMBOL_GPL vmlinux 0x9f180617 cgrp_dfl_root +EXPORT_SYMBOL_GPL vmlinux 0x9f1c779c __SCK__tp_func_block_rq_insert +EXPORT_SYMBOL_GPL vmlinux 0x9f2d8416 vp_modern_get_status +EXPORT_SYMBOL_GPL vmlinux 0x9f482e02 devm_power_supply_register +EXPORT_SYMBOL_GPL vmlinux 0x9f49639b iommu_map +EXPORT_SYMBOL_GPL vmlinux 0x9f5c6dc2 __cookie_v6_check +EXPORT_SYMBOL_GPL vmlinux 0x9f628795 _RNvXs2y_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_11old_timex32NtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x9f632fc7 skcipher_walk_aead_encrypt +EXPORT_SYMBOL_GPL vmlinux 0x9f700a8f synth_event_trace_start +EXPORT_SYMBOL_GPL vmlinux 0x9f854ea4 genphy_c45_an_config_aneg +EXPORT_SYMBOL_GPL vmlinux 0x9f886774 regulator_set_voltage +EXPORT_SYMBOL_GPL vmlinux 0x9fa4564a timer_shutdown +EXPORT_SYMBOL_GPL vmlinux 0x9fae8b19 blk_trace_startstop +EXPORT_SYMBOL_GPL vmlinux 0x9fb5bb46 regulator_set_active_discharge_regmap +EXPORT_SYMBOL_GPL vmlinux 0x9fbfebab erst_write +EXPORT_SYMBOL_GPL vmlinux 0x9fc944fb is_skb_forwardable +EXPORT_SYMBOL_GPL vmlinux 0x9fce80db fb_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x9fd33dbd _RNvXs7_NtCs9WMcp1Hn5Bv_4core3ffiNtB5_10VaListImplNtNtB7_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x9fdfa87c blk_mq_quiesce_tagset +EXPORT_SYMBOL_GPL vmlinux 0x9fe131f1 xen_store_interface +EXPORT_SYMBOL_GPL vmlinux 0x9fe29d5a vp_legacy_set_status +EXPORT_SYMBOL_GPL vmlinux 0x9fe899b7 get_cpu_idle_time +EXPORT_SYMBOL_GPL vmlinux 0x9fe939e1 mpi_powm +EXPORT_SYMBOL_GPL vmlinux 0x9ff07418 dev_pm_opp_get_opp_table +EXPORT_SYMBOL_GPL vmlinux 0x9ffa8761 acpi_cppc_processor_exit +EXPORT_SYMBOL_GPL vmlinux 0xa01a8d9b nd_cmd_bus_desc +EXPORT_SYMBOL_GPL vmlinux 0xa0295cfa icc_provider_init +EXPORT_SYMBOL_GPL vmlinux 0xa029d865 skb_tstamp_tx +EXPORT_SYMBOL_GPL vmlinux 0xa0305fb7 __pm_runtime_set_status +EXPORT_SYMBOL_GPL vmlinux 0xa034f686 _RNvXsb_NtNtCs9WMcp1Hn5Bv_4core4hash3sipNtB5_11SipHasher24NtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xa041a619 nf_conn_btf_access_lock +EXPORT_SYMBOL_GPL vmlinux 0xa04f945a cpus_read_lock +EXPORT_SYMBOL_GPL vmlinux 0xa0693cd1 ata_scsi_change_queue_depth +EXPORT_SYMBOL_GPL vmlinux 0xa07304cb dev_set_name +EXPORT_SYMBOL_GPL vmlinux 0xa076a1d0 perf_event_release_kernel +EXPORT_SYMBOL_GPL vmlinux 0xa079b82a crypto_register_scomps +EXPORT_SYMBOL_GPL vmlinux 0xa080c5e5 smp_call_function_single_async +EXPORT_SYMBOL_GPL vmlinux 0xa09c5f0d regmap_irq_set_type_config_simple +EXPORT_SYMBOL_GPL vmlinux 0xa0b6a730 pingv6_prot +EXPORT_SYMBOL_GPL vmlinux 0xa0c0f1d7 __SCT__tp_func_neigh_timer_handler +EXPORT_SYMBOL_GPL vmlinux 0xa0c78a6f dev_pm_qos_update_request +EXPORT_SYMBOL_GPL vmlinux 0xa0d3456d nr_swap_pages +EXPORT_SYMBOL_GPL vmlinux 0xa0d81b76 __SCT__tp_func_devlink_hwmsg +EXPORT_SYMBOL_GPL vmlinux 0xa0de7d6e vcap_rule_add_key_u32 +EXPORT_SYMBOL_GPL vmlinux 0xa0e4f8a4 regmap_get_reg_stride +EXPORT_SYMBOL_GPL vmlinux 0xa0e671d8 __SCT__tp_func_sched_update_nr_running_tp +EXPORT_SYMBOL_GPL vmlinux 0xa0eb11eb regmap_raw_read +EXPORT_SYMBOL_GPL vmlinux 0xa0f2e57c bpf_prog_sub +EXPORT_SYMBOL_GPL vmlinux 0xa0f34ddc _RNvXsf_NtNtCs9WMcp1Hn5Bv_4core9core_arch3x86NtB5_6___m128NtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xa0fb9f15 _RNvXs3I_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_4zoneNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xa0ffebe4 lwtunnel_output +EXPORT_SYMBOL_GPL vmlinux 0xa10b0166 dev_pm_genpd_set_next_wakeup +EXPORT_SYMBOL_GPL vmlinux 0xa11216be xen_store_domain_type +EXPORT_SYMBOL_GPL vmlinux 0xa1183b10 ftrace_set_notrace +EXPORT_SYMBOL_GPL vmlinux 0xa1240984 cgroup_get_e_css +EXPORT_SYMBOL_GPL vmlinux 0xa1248341 debugfs_lookup +EXPORT_SYMBOL_GPL vmlinux 0xa1305a21 kthread_mod_delayed_work +EXPORT_SYMBOL_GPL vmlinux 0xa133c155 klp_enable_patch +EXPORT_SYMBOL_GPL vmlinux 0xa138616b iomap_seek_hole +EXPORT_SYMBOL_GPL vmlinux 0xa13b2e0d _RNvXsn_NtCs9WMcp1Hn5Bv_4core3numnNtNtNtB7_3str6traits7FromStr8from_str +EXPORT_SYMBOL_GPL vmlinux 0xa147309b phy_10gbit_full_features +EXPORT_SYMBOL_GPL vmlinux 0xa147ca2c kobject_init_and_add +EXPORT_SYMBOL_GPL vmlinux 0xa151044a i2c_add_numbered_adapter +EXPORT_SYMBOL_GPL vmlinux 0xa156a1f2 erst_get_record_id_end +EXPORT_SYMBOL_GPL vmlinux 0xa1570f22 irq_domain_remove +EXPORT_SYMBOL_GPL vmlinux 0xa158be42 device_unregister +EXPORT_SYMBOL_GPL vmlinux 0xa161e0fe pm_genpd_add_subdomain +EXPORT_SYMBOL_GPL vmlinux 0xa16e57e4 __static_call_update +EXPORT_SYMBOL_GPL vmlinux 0xa16f794b fwnode_graph_get_remote_port_parent +EXPORT_SYMBOL_GPL vmlinux 0xa1756436 driver_create_file +EXPORT_SYMBOL_GPL vmlinux 0xa18bbbff devm_hte_request_ts_ns +EXPORT_SYMBOL_GPL vmlinux 0xa19b4ca4 register_virtio_driver +EXPORT_SYMBOL_GPL vmlinux 0xa19f075c _RNvXs2M_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_9srcu_nodeNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xa1a43629 netlink_has_listeners +EXPORT_SYMBOL_GPL vmlinux 0xa1ad8e37 device_get_next_child_node +EXPORT_SYMBOL_GPL vmlinux 0xa1c3f8a8 __SCT__tp_func_ata_bmdma_start +EXPORT_SYMBOL_GPL vmlinux 0xa1c944c3 rio_add_net +EXPORT_SYMBOL_GPL vmlinux 0xa1cf0d9e pm_clk_add_notifier +EXPORT_SYMBOL_GPL vmlinux 0xa1d8004a videomode_from_timing +EXPORT_SYMBOL_GPL vmlinux 0xa1dca52a device_phy_find_device +EXPORT_SYMBOL_GPL vmlinux 0xa1e37f32 kthread_use_mm +EXPORT_SYMBOL_GPL vmlinux 0xa1e56488 iommu_register_device_fault_handler +EXPORT_SYMBOL_GPL vmlinux 0xa1e6b00f xen_xlate_remap_gfn_array +EXPORT_SYMBOL_GPL vmlinux 0xa1fa0efe clk_hw_forward_rate_request +EXPORT_SYMBOL_GPL vmlinux 0xa20d01ba __trace_bprintk +EXPORT_SYMBOL_GPL vmlinux 0xa20d5376 _RNvNvMs1d_NtNtCs9WMcp1Hn5Bv_4core3num7nonzeroNtB8_12NonZeroIsize13new_unchecked8comptime +EXPORT_SYMBOL_GPL vmlinux 0xa21f2ce7 clk_mux_index_to_val +EXPORT_SYMBOL_GPL vmlinux 0xa22dd42b _RNvXst_NtCs796HB7yPNRt_8bindings12bindings_rawNtB5_21__ddebug__bindgen_ty_1NtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xa236e0c5 pci_epc_linkup +EXPORT_SYMBOL_GPL vmlinux 0xa23e8b67 ipv6_stub +EXPORT_SYMBOL_GPL vmlinux 0xa2493984 register_user_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0xa24cc3f5 ata_pci_device_suspend +EXPORT_SYMBOL_GPL vmlinux 0xa259e373 usb_hcd_giveback_urb +EXPORT_SYMBOL_GPL vmlinux 0xa2697a98 gpiod_set_raw_value +EXPORT_SYMBOL_GPL vmlinux 0xa26d9b4f workqueue_congested +EXPORT_SYMBOL_GPL vmlinux 0xa27ba087 vring_new_virtqueue +EXPORT_SYMBOL_GPL vmlinux 0xa27d9348 gpiochip_free_own_desc +EXPORT_SYMBOL_GPL vmlinux 0xa28dec4f validate_xmit_skb_list +EXPORT_SYMBOL_GPL vmlinux 0xa2a1c32e _RNvXs3J_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_7zonerefNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xa2aabe5c ip6_sk_dst_lookup_flow +EXPORT_SYMBOL_GPL vmlinux 0xa2abf175 rio_release_dma +EXPORT_SYMBOL_GPL vmlinux 0xa2af54b3 irq_from_evtchn +EXPORT_SYMBOL_GPL vmlinux 0xa2b99209 alarm_start +EXPORT_SYMBOL_GPL vmlinux 0xa2bb302b cpci_hp_register_controller +EXPORT_SYMBOL_GPL vmlinux 0xa2c0f59a ct_idle_enter +EXPORT_SYMBOL_GPL vmlinux 0xa2c30fec __hwspin_unlock +EXPORT_SYMBOL_GPL vmlinux 0xa2d0b59d mmio_stale_data_clear +EXPORT_SYMBOL_GPL vmlinux 0xa2d27e4c __vfs_removexattr_locked +EXPORT_SYMBOL_GPL vmlinux 0xa2e1b3ef trace_printk_init_buffers +EXPORT_SYMBOL_GPL vmlinux 0xa2e6e403 regulator_get_voltage +EXPORT_SYMBOL_GPL vmlinux 0xa2f7487f hv_is_hibernation_supported +EXPORT_SYMBOL_GPL vmlinux 0xa2f8bc18 fib_rules_lookup +EXPORT_SYMBOL_GPL vmlinux 0xa315fa7f _RNvXs0_NtNtCs9WMcp1Hn5Bv_4core3fmt3numaNtB5_10DisplayInt4zero +EXPORT_SYMBOL_GPL vmlinux 0xa333f020 gpiochip_irqchip_add_domain +EXPORT_SYMBOL_GPL vmlinux 0xa3343f2c pci_msi_prepare +EXPORT_SYMBOL_GPL vmlinux 0xa337b111 phy_reset +EXPORT_SYMBOL_GPL vmlinux 0xa33fd46f hv_map_memory +EXPORT_SYMBOL_GPL vmlinux 0xa3463a01 ata_sff_pause +EXPORT_SYMBOL_GPL vmlinux 0xa34de61c check_move_unevictable_folios +EXPORT_SYMBOL_GPL vmlinux 0xa3536042 hwspin_lock_register +EXPORT_SYMBOL_GPL vmlinux 0xa35760af add_swap_extent +EXPORT_SYMBOL_GPL vmlinux 0xa35c315f usb_control_msg +EXPORT_SYMBOL_GPL vmlinux 0xa35d1f5e _RNvXs2S_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_18srcu_notifier_headNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xa36bef14 netlink_strict_get_check +EXPORT_SYMBOL_GPL vmlinux 0xa36f50fb is_binary_blacklisted +EXPORT_SYMBOL_GPL vmlinux 0xa3706ec2 perf_event_update_userpage +EXPORT_SYMBOL_GPL vmlinux 0xa372ae7a __srcu_read_unlock +EXPORT_SYMBOL_GPL vmlinux 0xa3731678 serdev_device_set_flow_control +EXPORT_SYMBOL_GPL vmlinux 0xa3735a1e tcp_done +EXPORT_SYMBOL_GPL vmlinux 0xa3776ba7 pwm_apply_state +EXPORT_SYMBOL_GPL vmlinux 0xa37822b3 tcp_cong_avoid_ai +EXPORT_SYMBOL_GPL vmlinux 0xa381ef10 serdev_controller_add +EXPORT_SYMBOL_GPL vmlinux 0xa38602cd drain_workqueue +EXPORT_SYMBOL_GPL vmlinux 0xa38a9f71 get_itimerspec64 +EXPORT_SYMBOL_GPL vmlinux 0xa38d1fcd nvmem_device_cell_write +EXPORT_SYMBOL_GPL vmlinux 0xa3a04602 btree_geo64 +EXPORT_SYMBOL_GPL vmlinux 0xa3a9f576 _RNvXs9_NtNtCs9WMcp1Hn5Bv_4core3fmt3numyNtB5_10DisplayInt6to_u32 +EXPORT_SYMBOL_GPL vmlinux 0xa3aa6f9b regmap_field_read +EXPORT_SYMBOL_GPL vmlinux 0xa3af3e19 usb_wakeup_enabled_descendants +EXPORT_SYMBOL_GPL vmlinux 0xa3b9033c cpufreq_frequency_table_get_index +EXPORT_SYMBOL_GPL vmlinux 0xa3b958ce reset_hung_task_detector +EXPORT_SYMBOL_GPL vmlinux 0xa3bb0dc5 irq_chip_unmask_parent +EXPORT_SYMBOL_GPL vmlinux 0xa3c1efa2 usb_intf_get_dma_device +EXPORT_SYMBOL_GPL vmlinux 0xa3c34ebe _RNvXs6_NtNtCs9WMcp1Hn5Bv_4core3fmt3numhNtB5_10DisplayInt4zero +EXPORT_SYMBOL_GPL vmlinux 0xa3c7f4eb _RNvXs15_NtNtCs9WMcp1Hn5Bv_4core9core_arch4simdNtB6_5i16x4NtNtBa_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xa3c9d31a _RNvXsj_NtCs9WMcp1Hn5Bv_4core4charNtB5_15CaseMappingIterNtNtNtNtB7_4iter6traits8iterator8Iterator9size_hint +EXPORT_SYMBOL_GPL vmlinux 0xa3e7a8b7 _RNvXsN_NtNtCs9WMcp1Hn5Bv_4core3fmt3numtNtB7_5Octal3fmt +EXPORT_SYMBOL_GPL vmlinux 0xa3ec6631 __SCK__tp_func_pelt_se_tp +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 0xa407f176 _RNvXs1t_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_12fxregs_stateNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xa410a295 devlink_region_destroy +EXPORT_SYMBOL_GPL vmlinux 0xa41ee3e1 __rg_alloc_zeroed +EXPORT_SYMBOL_GPL vmlinux 0xa423fde6 regulator_sync_voltage +EXPORT_SYMBOL_GPL vmlinux 0xa4365ef5 __tracepoint_br_fdb_update +EXPORT_SYMBOL_GPL vmlinux 0xa443e0ac virtqueue_get_desc_addr +EXPORT_SYMBOL_GPL vmlinux 0xa44a1307 interval_tree_iter_first +EXPORT_SYMBOL_GPL vmlinux 0xa452c297 hpet_mask_rtc_irq_bit +EXPORT_SYMBOL_GPL vmlinux 0xa452f2a4 xen_pirq_from_irq +EXPORT_SYMBOL_GPL vmlinux 0xa45c7b90 stack_trace_print +EXPORT_SYMBOL_GPL vmlinux 0xa45f0914 put_pid +EXPORT_SYMBOL_GPL vmlinux 0xa462d5a6 __SCT__tp_func_sched_overutilized_tp +EXPORT_SYMBOL_GPL vmlinux 0xa46c9bdd _RNvXsc_NtCs9WMcp1Hn5Bv_4core7convertNtB5_10InfallibleNtNtB7_3fmt7Display3fmt +EXPORT_SYMBOL_GPL vmlinux 0xa46ca285 _RNvMs4_NtNtCs9WMcp1Hn5Bv_4core3fmt8buildersNtB5_8DebugSet5entry +EXPORT_SYMBOL_GPL vmlinux 0xa472e3f4 _RNvXs2I_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_12execute_workNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xa4744edd regmap_mmio_attach_clk +EXPORT_SYMBOL_GPL vmlinux 0xa48196c8 kdb_poll_idx +EXPORT_SYMBOL_GPL vmlinux 0xa48f9643 dma_get_slave_caps +EXPORT_SYMBOL_GPL vmlinux 0xa4998869 __SCK__tp_func_block_bio_complete +EXPORT_SYMBOL_GPL vmlinux 0xa4ab7c1c ring_buffer_overruns +EXPORT_SYMBOL_GPL vmlinux 0xa4b07fe7 ring_buffer_change_overwrite +EXPORT_SYMBOL_GPL vmlinux 0xa4b525d0 iommu_get_domain_for_dev +EXPORT_SYMBOL_GPL vmlinux 0xa4b6da0b _RNvXsZ_NtNtCs9WMcp1Hn5Bv_4core9core_arch4simdNtB5_4i8x8NtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xa4b7d36c vp_modern_set_queue_reset +EXPORT_SYMBOL_GPL vmlinux 0xa4c00324 asn1_encode_octet_string +EXPORT_SYMBOL_GPL vmlinux 0xa4c085f8 ata_tf_from_fis +EXPORT_SYMBOL_GPL vmlinux 0xa4c15981 crypto_skcipher_encrypt +EXPORT_SYMBOL_GPL vmlinux 0xa4ed555d platform_unregister_drivers +EXPORT_SYMBOL_GPL vmlinux 0xa4ef8ad2 iomap_file_unshare +EXPORT_SYMBOL_GPL vmlinux 0xa4f2440a fwnode_property_get_reference_args +EXPORT_SYMBOL_GPL vmlinux 0xa4fa1536 rio_mport_read_config_8 +EXPORT_SYMBOL_GPL vmlinux 0xa4fc338c _RNvXsh_NtCs9WMcp1Hn5Bv_4core3fmtcNtB5_7Display3fmt +EXPORT_SYMBOL_GPL vmlinux 0xa506ef43 acpi_dev_resume +EXPORT_SYMBOL_GPL vmlinux 0xa50b8a1b iommu_set_pgtable_quirks +EXPORT_SYMBOL_GPL vmlinux 0xa50c830e blk_mq_alloc_request_hctx +EXPORT_SYMBOL_GPL vmlinux 0xa526ef45 __traceiter_io_page_fault +EXPORT_SYMBOL_GPL vmlinux 0xa526fec8 crypto_unregister_scomp +EXPORT_SYMBOL_GPL vmlinux 0xa52c421c _RNvXs8_NtCsiTPnVqBGVaY_6kernel3strNtB5_12RawFormatterNtNtCs9WMcp1Hn5Bv_4core3fmt5Write9write_str +EXPORT_SYMBOL_GPL vmlinux 0xa531471e clk_save_context +EXPORT_SYMBOL_GPL vmlinux 0xa535cbcf dma_request_chan +EXPORT_SYMBOL_GPL vmlinux 0xa54a2cba devlink_linecard_provision_clear +EXPORT_SYMBOL_GPL vmlinux 0xa554545e pci_hp_add +EXPORT_SYMBOL_GPL vmlinux 0xa557b02f netdev_rx_handler_register +EXPORT_SYMBOL_GPL vmlinux 0xa5619776 _RNvXs0_NtCs9WMcp1Hn5Bv_4core6futureNtB5_8ResumeTyNtNtB7_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xa5655c54 driver_find_device +EXPORT_SYMBOL_GPL vmlinux 0xa56a74e0 devm_regulator_bulk_get_enable +EXPORT_SYMBOL_GPL vmlinux 0xa56e1a52 sg_free_table_chained +EXPORT_SYMBOL_GPL vmlinux 0xa57a3a89 mas_empty_area_rev +EXPORT_SYMBOL_GPL vmlinux 0xa5ac19f5 _RNvXsg_NtNtCs9WMcp1Hn5Bv_4core3ffi5c_strNtB5_21FromBytesWithNulErrorNtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xa5bda8a1 efi_capsule_supported +EXPORT_SYMBOL_GPL vmlinux 0xa5c11e17 udp6_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0xa5c2ac87 regulator_disable_regmap +EXPORT_SYMBOL_GPL vmlinux 0xa5d1f4b8 stack_depot_snprint +EXPORT_SYMBOL_GPL vmlinux 0xa5d6846d pci_set_pcie_reset_state +EXPORT_SYMBOL_GPL vmlinux 0xa5d7c388 pstore_type_to_name +EXPORT_SYMBOL_GPL vmlinux 0xa5edb61d of_phy_provider_unregister +EXPORT_SYMBOL_GPL vmlinux 0xa5efbf4c async_synchronize_full +EXPORT_SYMBOL_GPL vmlinux 0xa5fd0f6c wbc_detach_inode +EXPORT_SYMBOL_GPL vmlinux 0xa5ffefac _RNvXsu_NtNtCs9WMcp1Hn5Bv_4core3fmt3numiNtB7_8LowerHex3fmt +EXPORT_SYMBOL_GPL vmlinux 0xa6243d64 acpi_bind_one +EXPORT_SYMBOL_GPL vmlinux 0xa63136c5 regulator_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0xa64041ae _RNvXs4_NtCs9WMcp1Hn5Bv_4core4timemINtNtNtB7_3ops5arith3MulNtB5_8DurationE3mul +EXPORT_SYMBOL_GPL vmlinux 0xa643875a compat_only_sysfs_link_entry_to_kobj +EXPORT_SYMBOL_GPL vmlinux 0xa64ad5b0 vcap_rule_add_key_u128 +EXPORT_SYMBOL_GPL vmlinux 0xa64dbbeb intel_pinctrl_get_soc_data +EXPORT_SYMBOL_GPL vmlinux 0xa651346e gpiod_count +EXPORT_SYMBOL_GPL vmlinux 0xa65efb51 _RNvXsf_NtCs796HB7yPNRt_8bindings12bindings_rawNtB5_10hlist_nodeNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xa68c7a28 _RNvXs9_NtNtCs9WMcp1Hn5Bv_4core4char7convertNtB5_14ParseCharErrorNtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xa68cd018 _RNvXs22_NtNtCs9WMcp1Hn5Bv_4core3str4iterNtB6_13EscapeDefaultNtNtBa_3fmt7Display3fmt +EXPORT_SYMBOL_GPL vmlinux 0xa68dd3b0 usb_match_one_id +EXPORT_SYMBOL_GPL vmlinux 0xa6984136 icc_disable +EXPORT_SYMBOL_GPL vmlinux 0xa6a088b7 fscrypt_match_name +EXPORT_SYMBOL_GPL vmlinux 0xa6a1f4b9 _RNvXsg_NtCs9WMcp1Hn5Bv_4core3fmtcNtB5_5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xa6a7925c mas_walk +EXPORT_SYMBOL_GPL vmlinux 0xa6a92f30 pm_stay_awake +EXPORT_SYMBOL_GPL vmlinux 0xa6a9aa77 _RNvXs3_NtNtCs9WMcp1Hn5Bv_4core3fmt3numxNtB5_10DisplayInt4zero +EXPORT_SYMBOL_GPL vmlinux 0xa6b06f65 ata_sff_queue_work +EXPORT_SYMBOL_GPL vmlinux 0xa6b10a40 tpm_tis_remove +EXPORT_SYMBOL_GPL vmlinux 0xa6b21ef2 dpm_suspend_end +EXPORT_SYMBOL_GPL vmlinux 0xa6b88e6f _RNvXs6_NtNtCs9WMcp1Hn5Bv_4core3fmt3numhNtB5_10DisplayInt7to_u128 +EXPORT_SYMBOL_GPL vmlinux 0xa6e1a69d kick_all_cpus_sync +EXPORT_SYMBOL_GPL vmlinux 0xa6e8cd14 _RNvXs9_NtCs9WMcp1Hn5Bv_4core4charNtB5_11EscapeDebugNtNtB7_3fmt7Display3fmt +EXPORT_SYMBOL_GPL vmlinux 0xa6f73806 gpiod_to_chip +EXPORT_SYMBOL_GPL vmlinux 0xa6f83798 rcu_trc_cmpxchg_need_qs +EXPORT_SYMBOL_GPL vmlinux 0xa6f9bbb6 pwm_request_from_chip +EXPORT_SYMBOL_GPL vmlinux 0xa708c685 serdev_device_wait_until_sent +EXPORT_SYMBOL_GPL vmlinux 0xa708ca58 mas_store_prealloc +EXPORT_SYMBOL_GPL vmlinux 0xa709c439 __SCK__tp_func_br_fdb_update +EXPORT_SYMBOL_GPL vmlinux 0xa709c835 fib6_info_destroy_rcu +EXPORT_SYMBOL_GPL vmlinux 0xa70e8b9e _RNvXs7_NtNtCs9WMcp1Hn5Bv_4core3str5errorNtB5_9Utf8ErrorNtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xa7127da7 mce_unregister_injector_chain +EXPORT_SYMBOL_GPL vmlinux 0xa718f74f _RNvXso_NtCs796HB7yPNRt_8bindings12bindings_rawNtB5_9va_formatNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xa7218eba irq_set_affinity +EXPORT_SYMBOL_GPL vmlinux 0xa72c7a53 sdio_writesb +EXPORT_SYMBOL_GPL vmlinux 0xa731f387 nl_table_lock +EXPORT_SYMBOL_GPL vmlinux 0xa73fefaf vcap_find_admin +EXPORT_SYMBOL_GPL vmlinux 0xa7496bbe dev_pm_genpd_get_next_hrtimer +EXPORT_SYMBOL_GPL vmlinux 0xa74cb8cb _RNvXs31_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_14percpu_counterNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xa75e4f51 regulator_map_voltage_pickable_linear_range +EXPORT_SYMBOL_GPL vmlinux 0xa7619e6a pci_find_next_ext_capability +EXPORT_SYMBOL_GPL vmlinux 0xa7677529 nfs42_ssc_unregister +EXPORT_SYMBOL_GPL vmlinux 0xa768677c tracepoint_probe_register +EXPORT_SYMBOL_GPL vmlinux 0xa7696c37 irq_domain_create_sim +EXPORT_SYMBOL_GPL vmlinux 0xa7785c23 _RNvXs2X_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_25uprobe_task__bindgen_ty_1NtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xa77b2a00 unmap_mapping_pages +EXPORT_SYMBOL_GPL vmlinux 0xa77d04e5 _RNvXs7_NtNtNtCs9WMcp1Hn5Bv_4core3fmt3num3impiNtB9_7Display3fmt +EXPORT_SYMBOL_GPL vmlinux 0xa77f5003 __tracepoint_wbc_writepage +EXPORT_SYMBOL_GPL vmlinux 0xa788193e mctrl_gpio_init +EXPORT_SYMBOL_GPL vmlinux 0xa789181b usb_hcd_pci_pm_ops +EXPORT_SYMBOL_GPL vmlinux 0xa795f022 __iptunnel_pull_header +EXPORT_SYMBOL_GPL vmlinux 0xa79b11ce pci_epf_destroy +EXPORT_SYMBOL_GPL vmlinux 0xa79c9dd5 msi_domain_first_desc +EXPORT_SYMBOL_GPL vmlinux 0xa7b2cf8e tracepoint_probe_register_prio_may_exist +EXPORT_SYMBOL_GPL vmlinux 0xa7df4aa9 acpi_bus_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0xa7f8425f __skb_tstamp_tx +EXPORT_SYMBOL_GPL vmlinux 0xa7f91ac1 _RNvXsI_NtNtCs9WMcp1Hn5Bv_4core3fmt3numsNtB7_6Binary3fmt +EXPORT_SYMBOL_GPL vmlinux 0xa7f96746 bus_get_kset +EXPORT_SYMBOL_GPL vmlinux 0xa7fe502d rio_add_mport_pw_handler +EXPORT_SYMBOL_GPL vmlinux 0xa820bf0d fwnode_get_phy_node +EXPORT_SYMBOL_GPL vmlinux 0xa821dac7 __clk_hw_register_divider +EXPORT_SYMBOL_GPL vmlinux 0xa827af49 devm_rtc_allocate_device +EXPORT_SYMBOL_GPL vmlinux 0xa82eacd1 perf_event_create_kernel_counter +EXPORT_SYMBOL_GPL vmlinux 0xa834972a _RNvXsd_NtNtCs9WMcp1Hn5Bv_4core9core_arch4simdNtB5_4u8x4NtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xa842594a pid_nr_ns +EXPORT_SYMBOL_GPL vmlinux 0xa84853b9 dev_attr_ncq_prio_supported +EXPORT_SYMBOL_GPL vmlinux 0xa84dcb38 phy_led_trigger_change_speed +EXPORT_SYMBOL_GPL vmlinux 0xa851973a raw_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0xa851c7d0 _RNvXsu_NtNtCs9WMcp1Hn5Bv_4core9core_arch3x86NtB5_7___m512iNtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xa856e30c _RNvMs6_NtNtCs9WMcp1Hn5Bv_4core3fmt8buildersNtB5_8DebugMap6finish +EXPORT_SYMBOL_GPL vmlinux 0xa85a6fdb tty_buffer_space_avail +EXPORT_SYMBOL_GPL vmlinux 0xa85b7aac _RNvXss_NtCs796HB7yPNRt_8bindings12bindings_rawNtB5_16static_key_falseNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xa85c51de _RNvXs8_NtNtCs9WMcp1Hn5Bv_4core3str5errorNtB5_14ParseBoolErrorNtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xa8691f15 _RNvXs1R_NtNtCs9WMcp1Hn5Bv_4core3str4iterNtB6_20SplitAsciiWhitespaceNtNtBa_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xa86e9971 _RNvXs2_NtNtCs9WMcp1Hn5Bv_4core3fmt3numlNtB5_10DisplayInt4zero +EXPORT_SYMBOL_GPL vmlinux 0xa871d43f bpf_trace_run4 +EXPORT_SYMBOL_GPL vmlinux 0xa87435b2 _RNvXs4h_NtNtCs9WMcp1Hn5Bv_4core9core_arch4simdNtB6_6i32x16NtNtBa_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xa87ed865 _RNvMs5_NtNtCs9WMcp1Hn5Bv_4core3fmt8buildersNtB5_9DebugList6finish +EXPORT_SYMBOL_GPL vmlinux 0xa880faaa devm_irq_domain_create_sim +EXPORT_SYMBOL_GPL vmlinux 0xa8841cc6 mas_next +EXPORT_SYMBOL_GPL vmlinux 0xa89926dc crypto_dh_decode_key +EXPORT_SYMBOL_GPL vmlinux 0xa89dfd09 md_stop +EXPORT_SYMBOL_GPL vmlinux 0xa8a6364c xas_get_mark +EXPORT_SYMBOL_GPL vmlinux 0xa8be3ba8 apic +EXPORT_SYMBOL_GPL vmlinux 0xa8cae2c2 fwnode_graph_get_endpoint_count +EXPORT_SYMBOL_GPL vmlinux 0xa8cd3216 phy_restore_page +EXPORT_SYMBOL_GPL vmlinux 0xa8d11a73 _RNvXs2C_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_15debug_obj_descrNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xa8d252a7 clk_hw_register_fixed_factor_parent_hw +EXPORT_SYMBOL_GPL vmlinux 0xa8d4b531 _RNvXs3s_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_18vm_userfaultfd_ctxNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xa8d5e579 fscrypt_show_test_dummy_encryption +EXPORT_SYMBOL_GPL vmlinux 0xa8e37fa8 perf_aux_output_end +EXPORT_SYMBOL_GPL vmlinux 0xa8eba942 _RNvXs5_NtNtCs9WMcp1Hn5Bv_4core3fmt3numiNtB5_10DisplayInt5to_u8 +EXPORT_SYMBOL_GPL vmlinux 0xa8fc1dd0 rio_set_port_lockout +EXPORT_SYMBOL_GPL vmlinux 0xa8fe10af crypto_alloc_ahash +EXPORT_SYMBOL_GPL vmlinux 0xa9017069 clk_hw_unregister_divider +EXPORT_SYMBOL_GPL vmlinux 0xa90a83a5 __traceiter_block_split +EXPORT_SYMBOL_GPL vmlinux 0xa90be570 tpm2_probe +EXPORT_SYMBOL_GPL vmlinux 0xa9126bff hpet_set_rtc_irq_bit +EXPORT_SYMBOL_GPL vmlinux 0xa91464bf _RNvXs2F_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_12delayed_workNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xa91ca3a5 blk_crypto_reprogram_all_keys +EXPORT_SYMBOL_GPL vmlinux 0xa92d28f5 mnt_drop_write +EXPORT_SYMBOL_GPL vmlinux 0xa9320d27 ktime_get_seconds +EXPORT_SYMBOL_GPL vmlinux 0xa93257e4 __tracepoint_block_bio_complete +EXPORT_SYMBOL_GPL vmlinux 0xa94c1463 _RNvXsl_NtNtNtCs9WMcp1Hn5Bv_4core3fmt3num3imptNtB9_8UpperExp3fmt +EXPORT_SYMBOL_GPL vmlinux 0xa952792d _RNvXs2E_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_11work_structNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xa9592e90 encrypt_blob +EXPORT_SYMBOL_GPL vmlinux 0xa95b5c77 hwmon_sanitize_name +EXPORT_SYMBOL_GPL vmlinux 0xa96e8b4e hv_setup_vmbus_handler +EXPORT_SYMBOL_GPL vmlinux 0xa973aa7e platform_irq_count +EXPORT_SYMBOL_GPL vmlinux 0xa9762a91 nf_checksum_partial +EXPORT_SYMBOL_GPL vmlinux 0xa97d3cd5 ata_wait_after_reset +EXPORT_SYMBOL_GPL vmlinux 0xa98a10c1 usb_role_switch_get +EXPORT_SYMBOL_GPL vmlinux 0xa99ef899 devlink_fmsg_bool_pair_put +EXPORT_SYMBOL_GPL vmlinux 0xa9a0958d dma_can_mmap +EXPORT_SYMBOL_GPL vmlinux 0xa9a629c8 led_trigger_set_default +EXPORT_SYMBOL_GPL vmlinux 0xa9b0c164 virtqueue_enable_cb +EXPORT_SYMBOL_GPL vmlinux 0xa9b35595 _RNvXsu_NtCs9WMcp1Hn5Bv_4core4charNtB5_13EscapeDefaultNtNtB7_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xa9bcee0d percpu_down_write +EXPORT_SYMBOL_GPL vmlinux 0xa9c81efc crypto_grab_akcipher +EXPORT_SYMBOL_GPL vmlinux 0xa9cdba2f __platform_driver_register +EXPORT_SYMBOL_GPL vmlinux 0xa9d019fd subsys_system_register +EXPORT_SYMBOL_GPL vmlinux 0xa9d67535 pm_runtime_allow +EXPORT_SYMBOL_GPL vmlinux 0xa9da12fc _RNvXs2_NtNtCs9WMcp1Hn5Bv_4core3ffi5c_strNtB5_21FromBytesWithNulErrorNtNtB9_3fmt7Display3fmt +EXPORT_SYMBOL_GPL vmlinux 0xa9dac2e0 _RNvXs2A_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_19system_counterval_tNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xa9f4826a ip6_push_pending_frames +EXPORT_SYMBOL_GPL vmlinux 0xaa1b66bd ip6_datagram_recv_ctl +EXPORT_SYMBOL_GPL vmlinux 0xaa1df6bf clk_hw_is_prepared +EXPORT_SYMBOL_GPL vmlinux 0xaa1e7992 component_compare_dev +EXPORT_SYMBOL_GPL vmlinux 0xaa24c3b6 preempt_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0xaa36fcd6 rio_enable_rx_tx_port +EXPORT_SYMBOL_GPL vmlinux 0xaa3db5c5 _RNvXs14_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_11pv_lock_opsNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xaa42ca06 pci_reset_bus +EXPORT_SYMBOL_GPL vmlinux 0xaa4ab7ae _RNvXsf_NtCs9WMcp1Hn5Bv_4core3fmteNtB5_7Display3fmt +EXPORT_SYMBOL_GPL vmlinux 0xaa4b1767 devm_extcon_dev_register +EXPORT_SYMBOL_GPL vmlinux 0xaa4bb1f2 dst_blackhole_redirect +EXPORT_SYMBOL_GPL vmlinux 0xaa563168 acpi_subsys_suspend_noirq +EXPORT_SYMBOL_GPL vmlinux 0xaa5a0dd3 pm_wakeup_ws_event +EXPORT_SYMBOL_GPL vmlinux 0xaa5aee1c uv_bios_mq_watchlist_alloc +EXPORT_SYMBOL_GPL vmlinux 0xaa63651e skb_mpls_update_lse +EXPORT_SYMBOL_GPL vmlinux 0xaa6949f5 dst_cache_set_ip4 +EXPORT_SYMBOL_GPL vmlinux 0xaa6a50f9 __static_key_deferred_flush +EXPORT_SYMBOL_GPL vmlinux 0xaa6b081e devlink_port_register +EXPORT_SYMBOL_GPL vmlinux 0xaa7bad8c usb_autopm_put_interface_async +EXPORT_SYMBOL_GPL vmlinux 0xaa801980 sk_psock_drop +EXPORT_SYMBOL_GPL vmlinux 0xaa80aef8 events_sysfs_show +EXPORT_SYMBOL_GPL vmlinux 0xaa853e38 dma_resv_iter_first +EXPORT_SYMBOL_GPL vmlinux 0xaa86cfb5 uv_possible_blades +EXPORT_SYMBOL_GPL vmlinux 0xaaa918c9 ftrace_dump +EXPORT_SYMBOL_GPL vmlinux 0xaaaaf21f xhci_ext_cap_init +EXPORT_SYMBOL_GPL vmlinux 0xaaab791e iommu_dev_enable_feature +EXPORT_SYMBOL_GPL vmlinux 0xaab0b455 virtio_device_freeze +EXPORT_SYMBOL_GPL vmlinux 0xaab6d11c _RNvNtCs9WMcp1Hn5Bv_4core3fmt12USIZE_MARKER +EXPORT_SYMBOL_GPL vmlinux 0xaab9bc50 xenbus_probe_node +EXPORT_SYMBOL_GPL vmlinux 0xaab9c421 clk_multiplier_ops +EXPORT_SYMBOL_GPL vmlinux 0xaaf9d2d9 device_create_with_groups +EXPORT_SYMBOL_GPL vmlinux 0xab05071d _RNvMs1_NtNtCs9WMcp1Hn5Bv_4core3fmt8buildersNtB5_11DebugStruct6finish +EXPORT_SYMBOL_GPL vmlinux 0xab05324b irq_chip_retrigger_hierarchy +EXPORT_SYMBOL_GPL vmlinux 0xab091ea9 ata_port_abort +EXPORT_SYMBOL_GPL vmlinux 0xab09c25e fwnode_property_read_u8_array +EXPORT_SYMBOL_GPL vmlinux 0xab1351db skb_morph +EXPORT_SYMBOL_GPL vmlinux 0xab1e0e93 hv_setup_kexec_handler +EXPORT_SYMBOL_GPL vmlinux 0xab3fbb6d _RNvXsn_NtCs9WMcp1Hn5Bv_4core4charNtB5_11ToUppercaseNtNtB7_3fmt7Display3fmt +EXPORT_SYMBOL_GPL vmlinux 0xab46d50b _RNvXs1j_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_13msr_regs_infoNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xab596ec8 gpiod_get_array_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0xab5a5b97 _RNvXsa_NtNtNtCs9WMcp1Hn5Bv_4core9core_simd5masks9mask_implhNtB5_11ReverseBits12reverse_bits +EXPORT_SYMBOL_GPL vmlinux 0xab5d354b pm_generic_resume +EXPORT_SYMBOL_GPL vmlinux 0xab680a71 fib_info_nh_uses_dev +EXPORT_SYMBOL_GPL vmlinux 0xab85296e ata_host_put +EXPORT_SYMBOL_GPL vmlinux 0xab8e996e security_inode_setattr +EXPORT_SYMBOL_GPL vmlinux 0xab9c75d2 _RNvMNtCs9WMcp1Hn5Bv_4core3f64d8classify +EXPORT_SYMBOL_GPL vmlinux 0xaba4116a __tracepoint_map +EXPORT_SYMBOL_GPL vmlinux 0xabada2b9 __get_task_ioprio +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 0xabdf7126 pci_reset_function_locked +EXPORT_SYMBOL_GPL vmlinux 0xabe4afef gen10g_config_aneg +EXPORT_SYMBOL_GPL vmlinux 0xabf03fc3 __SCT__tp_func_xhci_dbg_quirks +EXPORT_SYMBOL_GPL vmlinux 0xac00e7ec md_bitmap_resize +EXPORT_SYMBOL_GPL vmlinux 0xac12477f led_get_default_pattern +EXPORT_SYMBOL_GPL vmlinux 0xac21b8f5 register_wide_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0xac2b00e0 vp_legacy_get_driver_features +EXPORT_SYMBOL_GPL vmlinux 0xac2bd774 rio_lock_device +EXPORT_SYMBOL_GPL vmlinux 0xac306cd7 _RNvXs2H_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_15workqueue_attrsNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xac3b0350 set_online_page_callback +EXPORT_SYMBOL_GPL vmlinux 0xac42ac8b rust_helper_BUG +EXPORT_SYMBOL_GPL vmlinux 0xac430ac5 irq_gc_mask_set_bit +EXPORT_SYMBOL_GPL vmlinux 0xac4ec613 _RNvNvMNtCs9WMcp1Hn5Bv_4core3f64d9from_bits13ct_u64_to_f64 +EXPORT_SYMBOL_GPL vmlinux 0xac5d1808 transport_add_device +EXPORT_SYMBOL_GPL vmlinux 0xac5d94ce dm_noflush_suspending +EXPORT_SYMBOL_GPL vmlinux 0xac70e2d2 fuse_conn_get +EXPORT_SYMBOL_GPL vmlinux 0xac7da556 ping_unhash +EXPORT_SYMBOL_GPL vmlinux 0xac7efe13 ata_port_freeze +EXPORT_SYMBOL_GPL vmlinux 0xac993507 ata_sff_check_status +EXPORT_SYMBOL_GPL vmlinux 0xaca0d505 rio_mport_get_physefb +EXPORT_SYMBOL_GPL vmlinux 0xacb4d88c clk_rate_exclusive_put +EXPORT_SYMBOL_GPL vmlinux 0xacb797a9 bpf_trace_run6 +EXPORT_SYMBOL_GPL vmlinux 0xacc60acd _RNvNvNtNtCs9WMcp1Hn5Bv_4core5slice3raw18from_raw_parts_mut8comptime +EXPORT_SYMBOL_GPL vmlinux 0xacc77045 hsu_dma_do_irq +EXPORT_SYMBOL_GPL vmlinux 0xacc977ac alarm_forward_now +EXPORT_SYMBOL_GPL vmlinux 0xace37d68 device_find_any_child +EXPORT_SYMBOL_GPL vmlinux 0xacf05b47 dm_put +EXPORT_SYMBOL_GPL vmlinux 0xacf3af9a edac_pci_create_generic_ctl +EXPORT_SYMBOL_GPL vmlinux 0xacfd2ea3 crypto_unregister_shash +EXPORT_SYMBOL_GPL vmlinux 0xad02da42 devlink_alloc_ns +EXPORT_SYMBOL_GPL vmlinux 0xad05af50 usb_put_phy +EXPORT_SYMBOL_GPL vmlinux 0xad09d8a4 _RNvXs1_NtCsiTPnVqBGVaY_6kernel5errorNtB5_5ErrorINtNtCs9WMcp1Hn5Bv_4core7convert4FromNtNtNtBO_3str5error9Utf8ErrorE4from +EXPORT_SYMBOL_GPL vmlinux 0xad1a7c99 ata_bmdma_qc_prep +EXPORT_SYMBOL_GPL vmlinux 0xad1b09b9 _RNvXs1b_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_25__fpstate_64__bindgen_ty_1NtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xad1bc736 uart_console_device +EXPORT_SYMBOL_GPL vmlinux 0xad263357 _RNvXsm_NtCs9WMcp1Hn5Bv_4core4charNtB5_11ToLowercaseNtNtB7_3fmt7Display3fmt +EXPORT_SYMBOL_GPL vmlinux 0xad266cb3 _RNvXsN_NtNtCs9WMcp1Hn5Bv_4core9core_arch4simdNtB5_5u32x2NtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xad395dd9 mm_account_pinned_pages +EXPORT_SYMBOL_GPL vmlinux 0xad46eaf8 vcap_port_debugfs +EXPORT_SYMBOL_GPL vmlinux 0xad4e6259 remove_cpu +EXPORT_SYMBOL_GPL vmlinux 0xad4fcf7c srcu_batches_completed +EXPORT_SYMBOL_GPL vmlinux 0xad591c3b bus_remove_file +EXPORT_SYMBOL_GPL vmlinux 0xad5f0017 perf_trace_buf_alloc +EXPORT_SYMBOL_GPL vmlinux 0xad645234 register_switchdev_notifier +EXPORT_SYMBOL_GPL vmlinux 0xad83ce29 xas_find_conflict +EXPORT_SYMBOL_GPL vmlinux 0xad91fdeb _RNvXs9_NtNtCs9WMcp1Hn5Bv_4core3fmt3numyNtB5_10DisplayInt7from_u8 +EXPORT_SYMBOL_GPL vmlinux 0xad92dddd rio_mport_write_config_16 +EXPORT_SYMBOL_GPL vmlinux 0xad9827ba _RNvXs2z_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_20system_time_snapshotNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xad9e00f9 extcon_register_notifier_all +EXPORT_SYMBOL_GPL vmlinux 0xad9fb247 lwtunnel_valid_encap_type_attr +EXPORT_SYMBOL_GPL vmlinux 0xada38766 dst_cache_destroy +EXPORT_SYMBOL_GPL vmlinux 0xadb6d3d8 _RNvXs0_NtNtCs9WMcp1Hn5Bv_4core3ffi5c_strNtB5_4CStrNtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xadc3bf49 ping_queue_rcv_skb +EXPORT_SYMBOL_GPL vmlinux 0xadc42b6e fsnotify +EXPORT_SYMBOL_GPL vmlinux 0xade5339b hte_get_clk_src_info +EXPORT_SYMBOL_GPL vmlinux 0xadedf228 fwnode_remove_software_node +EXPORT_SYMBOL_GPL vmlinux 0xadf9cda9 devm_free_pages +EXPORT_SYMBOL_GPL vmlinux 0xadfaa0be __irq_domain_add +EXPORT_SYMBOL_GPL vmlinux 0xadfbacee class_create_file_ns +EXPORT_SYMBOL_GPL vmlinux 0xadfd0201 pci_ims_free_irq +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 0xae12ae8a _RNvMs9_NtCs9WMcp1Hn5Bv_4core3numj14from_str_radix +EXPORT_SYMBOL_GPL vmlinux 0xae1feb86 clk_mux_ro_ops +EXPORT_SYMBOL_GPL vmlinux 0xae380361 cgroup_path_ns +EXPORT_SYMBOL_GPL vmlinux 0xae39f80e dst_cache_init +EXPORT_SYMBOL_GPL vmlinux 0xae3bdae9 vcap_keyfieldset +EXPORT_SYMBOL_GPL vmlinux 0xae4adce3 wait_for_stable_page +EXPORT_SYMBOL_GPL vmlinux 0xae5afbfe bpf_event_output +EXPORT_SYMBOL_GPL vmlinux 0xae61e97e irq_domain_translate_twocell +EXPORT_SYMBOL_GPL vmlinux 0xae69b1c1 usermodehelper_read_unlock +EXPORT_SYMBOL_GPL vmlinux 0xae77b229 gpiochip_line_is_valid +EXPORT_SYMBOL_GPL vmlinux 0xae787e92 rt_mutex_lock_killable +EXPORT_SYMBOL_GPL vmlinux 0xae78f87f device_change_owner +EXPORT_SYMBOL_GPL vmlinux 0xae7c231d mpi_cmp +EXPORT_SYMBOL_GPL vmlinux 0xae82bcf8 class_compat_create_link +EXPORT_SYMBOL_GPL vmlinux 0xae883fc9 usb_autopm_get_interface_no_resume +EXPORT_SYMBOL_GPL vmlinux 0xae89ff33 _RNvXsl_NtCs9WMcp1Hn5Bv_4core4charNtB5_15CaseMappingIterNtNtB7_3fmt7Display3fmt +EXPORT_SYMBOL_GPL vmlinux 0xae9852a0 housekeeping_cpumask +EXPORT_SYMBOL_GPL vmlinux 0xae9f0145 _RNvNtNtCs9WMcp1Hn5Bv_4core3str6traits23str_index_overflow_fail +EXPORT_SYMBOL_GPL vmlinux 0xaea7f1ef devlink_sb_unregister +EXPORT_SYMBOL_GPL vmlinux 0xaeadf795 irq_chip_set_affinity_parent +EXPORT_SYMBOL_GPL vmlinux 0xaec7d196 serial8250_modem_status +EXPORT_SYMBOL_GPL vmlinux 0xaed107b4 platform_device_add_resources +EXPORT_SYMBOL_GPL vmlinux 0xaee0f1b9 rdev_get_regmap +EXPORT_SYMBOL_GPL vmlinux 0xaef4b423 _RNvXs0_NtNtCs9WMcp1Hn5Bv_4core3fmt3numaNtB5_10DisplayInt6to_u16 +EXPORT_SYMBOL_GPL vmlinux 0xaf076aec nd_fletcher64 +EXPORT_SYMBOL_GPL vmlinux 0xaf0b6ba7 blkg_rwstat_init +EXPORT_SYMBOL_GPL vmlinux 0xaf12820d acpi_pm_wakeup_event +EXPORT_SYMBOL_GPL vmlinux 0xaf141d31 __SCK__tp_func_add_device_to_group +EXPORT_SYMBOL_GPL vmlinux 0xaf2ab4a8 rt_mutex_unlock +EXPORT_SYMBOL_GPL vmlinux 0xaf3a58f1 devl_dpipe_table_unregister +EXPORT_SYMBOL_GPL vmlinux 0xaf3b5519 key_type_logon +EXPORT_SYMBOL_GPL vmlinux 0xaf4014ff usb_amd_quirk_pll_check +EXPORT_SYMBOL_GPL vmlinux 0xaf47ea75 icc_get_name +EXPORT_SYMBOL_GPL vmlinux 0xaf4b262c vfs_truncate +EXPORT_SYMBOL_GPL vmlinux 0xaf52e5e8 devm_usb_get_phy +EXPORT_SYMBOL_GPL vmlinux 0xaf54a805 iomap_fiemap +EXPORT_SYMBOL_GPL vmlinux 0xaf793668 __alloc_percpu_gfp +EXPORT_SYMBOL_GPL vmlinux 0xaf8054c7 ip6_dst_lookup +EXPORT_SYMBOL_GPL vmlinux 0xaf852873 cpuidle_register_device +EXPORT_SYMBOL_GPL vmlinux 0xaf93139c dax_layout_busy_page +EXPORT_SYMBOL_GPL vmlinux 0xafa0d4fd vga_default_device +EXPORT_SYMBOL_GPL vmlinux 0xafb39d0b _RNvXs3_NtNtCs9WMcp1Hn5Bv_4core3fmt3numxNtB5_10DisplayInt7to_u128 +EXPORT_SYMBOL_GPL vmlinux 0xafb3d5ee debugfs_create_atomic_t +EXPORT_SYMBOL_GPL vmlinux 0xafb5d533 of_icc_get_from_provider +EXPORT_SYMBOL_GPL vmlinux 0xafb7b7e2 max8997_update_reg +EXPORT_SYMBOL_GPL vmlinux 0xafbebf47 icc_put +EXPORT_SYMBOL_GPL vmlinux 0xafddd545 ata_id_c_string +EXPORT_SYMBOL_GPL vmlinux 0xafe76cb6 _RNvXsh_NtCs9WMcp1Hn5Bv_4core3numNtB5_10FpCategoryNtNtB7_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xaff1aa09 pci_bus_resource_n +EXPORT_SYMBOL_GPL vmlinux 0xaff4c4f4 _RNvMs7_NtCs9WMcp1Hn5Bv_4core3fmtNtB5_9Formatter10sign_minus +EXPORT_SYMBOL_GPL vmlinux 0xaff9b1c8 clk_hw_get_parent +EXPORT_SYMBOL_GPL vmlinux 0xaffa6361 _RNvXsl_NtCs9WMcp1Hn5Bv_4core3numlNtNtNtB7_3str6traits7FromStr8from_str +EXPORT_SYMBOL_GPL vmlinux 0xafff176a dma_async_device_channel_unregister +EXPORT_SYMBOL_GPL vmlinux 0xb0063321 power_supply_put +EXPORT_SYMBOL_GPL vmlinux 0xb007617a devm_device_add_group +EXPORT_SYMBOL_GPL vmlinux 0xb0122d1b pci_d3cold_enable +EXPORT_SYMBOL_GPL vmlinux 0xb019256f _RNvXs6_NtNtCs9WMcp1Hn5Bv_4core3fmt3numhNtB5_10DisplayInt6to_u16 +EXPORT_SYMBOL_GPL vmlinux 0xb0229f1d intel_pinctrl_probe_by_hid +EXPORT_SYMBOL_GPL vmlinux 0xb02ac411 register_xenstore_notifier +EXPORT_SYMBOL_GPL vmlinux 0xb02c0a93 _RNvXsS_NtCs796HB7yPNRt_8bindings12bindings_rawNtB5_34jailhouse_setup_data__bindgen_ty_2NtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xb02f3663 __SCK__tp_func_pelt_dl_tp +EXPORT_SYMBOL_GPL vmlinux 0xb033a08d _RNvXs3m_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_33folio__bindgen_ty_3__bindgen_ty_1NtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xb03caab4 mmu_interval_read_begin +EXPORT_SYMBOL_GPL vmlinux 0xb049f265 _RNvNvMsj_NtNtCs9WMcp1Hn5Bv_4core3num7nonzeroNtB7_10NonZeroU6413new_unchecked8comptime +EXPORT_SYMBOL_GPL vmlinux 0xb051478b usb_string +EXPORT_SYMBOL_GPL vmlinux 0xb05cd10b vp_modern_set_features +EXPORT_SYMBOL_GPL vmlinux 0xb062dd09 gpiochip_remove_pin_ranges +EXPORT_SYMBOL_GPL vmlinux 0xb0641384 _RNvXsp_NtNtCs9WMcp1Hn5Bv_4core9core_simd5maskssNtNtB5_6sealed6Sealed2eq +EXPORT_SYMBOL_GPL vmlinux 0xb069bd8c _RNvXsf_NtCs9WMcp1Hn5Bv_4core4charNtB5_11ToUppercaseNtNtNtNtB7_4iter6traits12double_ended19DoubleEndedIterator9next_back +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 0xb07fa7af ncsi_vlan_rx_kill_vid +EXPORT_SYMBOL_GPL vmlinux 0xb0b2c506 __put_task_struct +EXPORT_SYMBOL_GPL vmlinux 0xb0b85f47 ring_buffer_iter_reset +EXPORT_SYMBOL_GPL vmlinux 0xb0b97519 ata_link_abort +EXPORT_SYMBOL_GPL vmlinux 0xb0bd33de zap_vma_ptes +EXPORT_SYMBOL_GPL vmlinux 0xb0cffdda tracing_snapshot_cond_enable +EXPORT_SYMBOL_GPL vmlinux 0xb0d1656c gpio_free_array +EXPORT_SYMBOL_GPL vmlinux 0xb0df0b49 tps6586x_get_version +EXPORT_SYMBOL_GPL vmlinux 0xb0e28465 ip6_datagram_connect_v6_only +EXPORT_SYMBOL_GPL vmlinux 0xb0e8e671 xenbus_otherend_changed +EXPORT_SYMBOL_GPL vmlinux 0xb0edbf09 cn_add_callback +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 0xb1234737 dev_pm_opp_get_required_pstate +EXPORT_SYMBOL_GPL vmlinux 0xb145fca2 unregister_trace_event +EXPORT_SYMBOL_GPL vmlinux 0xb146457b devm_of_phy_provider_unregister +EXPORT_SYMBOL_GPL vmlinux 0xb1515152 nvdimm_name +EXPORT_SYMBOL_GPL vmlinux 0xb158f894 devm_phy_destroy +EXPORT_SYMBOL_GPL vmlinux 0xb15d6f3f edac_pci_del_device +EXPORT_SYMBOL_GPL vmlinux 0xb1647fc2 devlink_info_version_running_put +EXPORT_SYMBOL_GPL vmlinux 0xb18f74cf request_firmware_direct +EXPORT_SYMBOL_GPL vmlinux 0xb1964440 get_net_ns_by_fd +EXPORT_SYMBOL_GPL vmlinux 0xb19e50b5 devlink_dpipe_entry_ctx_close +EXPORT_SYMBOL_GPL vmlinux 0xb1baa71a devlink_linecard_provision_fail +EXPORT_SYMBOL_GPL vmlinux 0xb1bed25d dpm_resume_start +EXPORT_SYMBOL_GPL vmlinux 0xb1cf6579 virtqueue_get_buf +EXPORT_SYMBOL_GPL vmlinux 0xb1d4c566 user_update +EXPORT_SYMBOL_GPL vmlinux 0xb1e25684 __trace_bputs +EXPORT_SYMBOL_GPL vmlinux 0xb1e3427e usb_enable_intel_xhci_ports +EXPORT_SYMBOL_GPL vmlinux 0xb1e6673b gpiochip_irq_map +EXPORT_SYMBOL_GPL vmlinux 0xb1eb4940 clk_hw_register +EXPORT_SYMBOL_GPL vmlinux 0xb1f9da80 fib_rules_register +EXPORT_SYMBOL_GPL vmlinux 0xb1fc1782 pci_speed_string +EXPORT_SYMBOL_GPL vmlinux 0xb202f0d7 rht_bucket_nested_insert +EXPORT_SYMBOL_GPL vmlinux 0xb2131093 elv_rqhash_add +EXPORT_SYMBOL_GPL vmlinux 0xb21930f8 nvmem_register +EXPORT_SYMBOL_GPL vmlinux 0xb21d00c6 hte_ts_put +EXPORT_SYMBOL_GPL vmlinux 0xb2210d64 reset_control_deassert +EXPORT_SYMBOL_GPL vmlinux 0xb23b2a95 dax_finish_sync_fault +EXPORT_SYMBOL_GPL vmlinux 0xb23b7691 start_poll_synchronize_rcu_full +EXPORT_SYMBOL_GPL vmlinux 0xb2405efc secure_tcp_seq +EXPORT_SYMBOL_GPL vmlinux 0xb2441a47 fscrypt_fname_encrypted_size +EXPORT_SYMBOL_GPL vmlinux 0xb2457c90 ata_sff_softreset +EXPORT_SYMBOL_GPL vmlinux 0xb251fbb7 kobj_sysfs_ops +EXPORT_SYMBOL_GPL vmlinux 0xb255c1af _RNvMNtNtCs9WMcp1Hn5Bv_4core5panic10panic_infoNtB2_9PanicInfo7payload +EXPORT_SYMBOL_GPL vmlinux 0xb26066fe ibft_phys_addr +EXPORT_SYMBOL_GPL vmlinux 0xb26a1add elfcorehdr_addr +EXPORT_SYMBOL_GPL vmlinux 0xb273766b devm_regulator_bulk_get_const +EXPORT_SYMBOL_GPL vmlinux 0xb294cdcb wm831x_regmap_config +EXPORT_SYMBOL_GPL vmlinux 0xb29533ee zs_malloc +EXPORT_SYMBOL_GPL vmlinux 0xb29b0f46 xdp_rxq_info_unused +EXPORT_SYMBOL_GPL vmlinux 0xb29d00d1 mmu_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0xb2a9cf7d dst_cache_set_ip6 +EXPORT_SYMBOL_GPL vmlinux 0xb2b0d79c acpi_quirk_skip_serdev_enumeration +EXPORT_SYMBOL_GPL vmlinux 0xb2b6cbd2 _RNvMNtCs9WMcp1Hn5Bv_4core3numa14from_str_radix +EXPORT_SYMBOL_GPL vmlinux 0xb2c1732e rcu_gp_set_torture_wait +EXPORT_SYMBOL_GPL vmlinux 0xb2cf9604 irq_domain_simple_ops +EXPORT_SYMBOL_GPL vmlinux 0xb2e269ab iomap_ioend_try_merge +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 0xb3225cbf xfrm_dev_policy_add +EXPORT_SYMBOL_GPL vmlinux 0xb3253ed9 hpet_rtc_timer_init +EXPORT_SYMBOL_GPL vmlinux 0xb32e7e56 xenbus_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0xb3422abd ndo_dflt_bridge_getlink +EXPORT_SYMBOL_GPL vmlinux 0xb3439cda vp_modern_map_vq_notify +EXPORT_SYMBOL_GPL vmlinux 0xb3571eb8 ack_all_badblocks +EXPORT_SYMBOL_GPL vmlinux 0xb360dfb0 devm_add_action +EXPORT_SYMBOL_GPL vmlinux 0xb3699d32 kset_find_obj +EXPORT_SYMBOL_GPL vmlinux 0xb36e5f6a _RNvXs_NtNtCs9WMcp1Hn5Bv_4core3mem11valid_alignNtB4_10ValidAlignNtNtB8_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xb3784cdb _RNvNvXs1_NtNtCs9WMcp1Hn5Bv_4core5slice5indexINtNtNtBb_3ops5range5RangejEINtB7_10SliceIndexSpE13get_unchecked8comptime +EXPORT_SYMBOL_GPL vmlinux 0xb3816894 perf_trace_run_bpf_submit +EXPORT_SYMBOL_GPL vmlinux 0xb385fcae regulator_set_load +EXPORT_SYMBOL_GPL vmlinux 0xb3b5fa12 phy_speed_up +EXPORT_SYMBOL_GPL vmlinux 0xb3c53e71 fsverity_ioctl_read_metadata +EXPORT_SYMBOL_GPL vmlinux 0xb3c5a47a mmu_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0xb3c94ac1 _RNvXs1_NtNtCs9WMcp1Hn5Bv_4core4task4wakeNtB5_7ContextNtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xb3d862a2 pci_ioremap_bar +EXPORT_SYMBOL_GPL vmlinux 0xb3eea037 phy_pm_runtime_get_sync +EXPORT_SYMBOL_GPL vmlinux 0xb3f556c1 irq_domain_disconnect_hierarchy +EXPORT_SYMBOL_GPL vmlinux 0xb3fba3b0 _RNvXs8_NtNtCs9WMcp1Hn5Bv_4core4hash3sipNtB5_11SipHasher13NtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xb3fd8fe6 kernel_read_file_from_path +EXPORT_SYMBOL_GPL vmlinux 0xb3fdd5e2 subsys_virtual_register +EXPORT_SYMBOL_GPL vmlinux 0xb404fb7e _RNvXs1D_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_7fpstateNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xb408ac5d dequeue_signal +EXPORT_SYMBOL_GPL vmlinux 0xb40a7cf7 crypto_stats_aead_encrypt +EXPORT_SYMBOL_GPL vmlinux 0xb43f9365 ktime_get +EXPORT_SYMBOL_GPL vmlinux 0xb4429b64 acpi_dev_resource_ext_address_space +EXPORT_SYMBOL_GPL vmlinux 0xb44e18ea audit_enabled +EXPORT_SYMBOL_GPL vmlinux 0xb45e78a8 irq_domain_get_irq_data +EXPORT_SYMBOL_GPL vmlinux 0xb46331a2 _RNvXsb_NtCs9WMcp1Hn5Bv_4core7convertNtB5_10InfallibleNtNtB7_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xb467c3f7 rio_unmap_inb_region +EXPORT_SYMBOL_GPL vmlinux 0xb4685ee5 vfs_listxattr +EXPORT_SYMBOL_GPL vmlinux 0xb472f44a sk_setup_caps +EXPORT_SYMBOL_GPL vmlinux 0xb484179c pci_slots_kset +EXPORT_SYMBOL_GPL vmlinux 0xb48f0638 software_node_register +EXPORT_SYMBOL_GPL vmlinux 0xb4a54464 _RNvNtCs9WMcp1Hn5Bv_4core5ascii14escape_default +EXPORT_SYMBOL_GPL vmlinux 0xb4aebb9a rio_request_inb_pwrite +EXPORT_SYMBOL_GPL vmlinux 0xb4b4e7fc crypto_register_alg +EXPORT_SYMBOL_GPL vmlinux 0xb4b97c90 pvclock_gtod_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0xb4bc820a da903x_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0xb4d0f251 cpufreq_driver_fast_switch +EXPORT_SYMBOL_GPL vmlinux 0xb4de91c4 usb_check_int_endpoints +EXPORT_SYMBOL_GPL vmlinux 0xb4ea7cf7 kgdb_connected +EXPORT_SYMBOL_GPL vmlinux 0xb4eda0da ring_buffer_event_length +EXPORT_SYMBOL_GPL vmlinux 0xb4f7a92f pci_epc_put +EXPORT_SYMBOL_GPL vmlinux 0xb5016861 crypto_stats_rng_generate +EXPORT_SYMBOL_GPL vmlinux 0xb501b2df nd_cmd_dimm_desc +EXPORT_SYMBOL_GPL vmlinux 0xb5093dd3 console_list +EXPORT_SYMBOL_GPL vmlinux 0xb50b70de __xenbus_register_frontend +EXPORT_SYMBOL_GPL vmlinux 0xb5185f0f _RNvXsi_NtCs9WMcp1Hn5Bv_4core3numiNtNtNtB7_3str6traits7FromStr8from_str +EXPORT_SYMBOL_GPL vmlinux 0xb51fbd64 edac_op_state +EXPORT_SYMBOL_GPL vmlinux 0xb520eb79 btree_merge +EXPORT_SYMBOL_GPL vmlinux 0xb5458546 __SCK__tp_func_io_page_fault +EXPORT_SYMBOL_GPL vmlinux 0xb55139f6 HUF_readStats +EXPORT_SYMBOL_GPL vmlinux 0xb55c0f14 acpi_subsys_prepare +EXPORT_SYMBOL_GPL vmlinux 0xb561c490 mpi_mul +EXPORT_SYMBOL_GPL vmlinux 0xb57893c5 ata_host_alloc +EXPORT_SYMBOL_GPL vmlinux 0xb5812a58 _RNvXsz_NtCs9WMcp1Hn5Bv_4core4charNtB5_11ToLowercaseNtNtB7_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xb589e353 iptunnel_handle_offloads +EXPORT_SYMBOL_GPL vmlinux 0xb592874f usb_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0xb59b30ea gpiod_put_array +EXPORT_SYMBOL_GPL vmlinux 0xb5a83e35 gnttab_setup_auto_xlat_frames +EXPORT_SYMBOL_GPL vmlinux 0xb5a8c226 acpi_gsi_to_irq +EXPORT_SYMBOL_GPL vmlinux 0xb5aa0d7c sysfs_remove_group +EXPORT_SYMBOL_GPL vmlinux 0xb5ad2c15 _RNvXsm_NtCs9WMcp1Hn5Bv_4core5arrayNtB5_17TryFromSliceErrorNtNtB7_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xb5b4204c dev_pm_qos_flags +EXPORT_SYMBOL_GPL vmlinux 0xb5db2e28 ehci_reset +EXPORT_SYMBOL_GPL vmlinux 0xb5dc569b crypto_register_akcipher +EXPORT_SYMBOL_GPL vmlinux 0xb5e74f9e badblocks_init +EXPORT_SYMBOL_GPL vmlinux 0xb5e95ada sched_set_normal +EXPORT_SYMBOL_GPL vmlinux 0xb6045fef _RNvNtNtCs9WMcp1Hn5Bv_4core5slice5index20into_range_unchecked +EXPORT_SYMBOL_GPL vmlinux 0xb606d22c create_signature +EXPORT_SYMBOL_GPL vmlinux 0xb6108d55 _RNvXs1d_NtNtCs9WMcp1Hn5Bv_4core3fmt3numoNtB8_8UpperHex3fmt +EXPORT_SYMBOL_GPL vmlinux 0xb6261484 register_die_notifier +EXPORT_SYMBOL_GPL vmlinux 0xb6262f9c __devm_clk_hw_register_mux +EXPORT_SYMBOL_GPL vmlinux 0xb6357e53 cpuidle_enable_device +EXPORT_SYMBOL_GPL vmlinux 0xb63716fb ata_sas_port_resume +EXPORT_SYMBOL_GPL vmlinux 0xb63e2793 iomap_file_buffered_write +EXPORT_SYMBOL_GPL vmlinux 0xb6401e47 _RNvXs4F_NtNtCs9WMcp1Hn5Bv_4core9core_arch4simdNtB6_5u64x8NtNtBa_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xb6410433 mpi_addm +EXPORT_SYMBOL_GPL vmlinux 0xb655f91b pci_epc_get_next_free_bar +EXPORT_SYMBOL_GPL vmlinux 0xb65cdba1 ip6_input +EXPORT_SYMBOL_GPL vmlinux 0xb6784e39 dev_pm_domain_attach_by_name +EXPORT_SYMBOL_GPL vmlinux 0xb6787346 sfp_unregister_socket +EXPORT_SYMBOL_GPL vmlinux 0xb6888188 klp_shadow_get_or_alloc +EXPORT_SYMBOL_GPL vmlinux 0xb690910d dev_pm_opp_get_freq +EXPORT_SYMBOL_GPL vmlinux 0xb69afbb0 devlink_linecard_deactivate +EXPORT_SYMBOL_GPL vmlinux 0xb69b6dc9 dev_pm_qos_hide_latency_tolerance +EXPORT_SYMBOL_GPL vmlinux 0xb6a809df rio_route_add_entry +EXPORT_SYMBOL_GPL vmlinux 0xb6b141c9 ip6_dst_lookup_flow +EXPORT_SYMBOL_GPL vmlinux 0xb6b7ed8f regulator_suspend_disable +EXPORT_SYMBOL_GPL vmlinux 0xb6bee92e _RNvMNtCs9WMcp1Hn5Bv_4core3stre12encode_utf16 +EXPORT_SYMBOL_GPL vmlinux 0xb6c11f6d regmap_mmio_detach_clk +EXPORT_SYMBOL_GPL vmlinux 0xb6c5d2a2 inode_sb_list_add +EXPORT_SYMBOL_GPL vmlinux 0xb6c5e614 acpi_processor_evaluate_cst +EXPORT_SYMBOL_GPL vmlinux 0xb6df084d sbitmap_queue_get_shallow +EXPORT_SYMBOL_GPL vmlinux 0xb6e28f62 fib6_get_table +EXPORT_SYMBOL_GPL vmlinux 0xb6e6d99d clk_disable +EXPORT_SYMBOL_GPL vmlinux 0xb6eabe37 register_kprobes +EXPORT_SYMBOL_GPL vmlinux 0xb6ef55ab sch_frag_xmit_hook +EXPORT_SYMBOL_GPL vmlinux 0xb6fb87b2 dw_pcie_ep_reset_bar +EXPORT_SYMBOL_GPL vmlinux 0xb7064b69 fib_nexthop_info +EXPORT_SYMBOL_GPL vmlinux 0xb70d5c1b regulator_set_voltage_time +EXPORT_SYMBOL_GPL vmlinux 0xb71451e7 ata_sff_qc_issue +EXPORT_SYMBOL_GPL vmlinux 0xb724b1a2 regulator_map_voltage_linear +EXPORT_SYMBOL_GPL vmlinux 0xb7281699 virtio_add_status +EXPORT_SYMBOL_GPL vmlinux 0xb7329c06 clk_set_phase +EXPORT_SYMBOL_GPL vmlinux 0xb73713d7 nvmem_add_cell_lookups +EXPORT_SYMBOL_GPL vmlinux 0xb7436c00 skcipher_walk_done +EXPORT_SYMBOL_GPL vmlinux 0xb745c22f sk_msg_free_nocharge +EXPORT_SYMBOL_GPL vmlinux 0xb75041d1 hv_stimer_legacy_init +EXPORT_SYMBOL_GPL vmlinux 0xb754e5af agp_remove_bridge +EXPORT_SYMBOL_GPL vmlinux 0xb75a4f8c tty_prepare_flip_string +EXPORT_SYMBOL_GPL vmlinux 0xb7692244 irq_domain_associate +EXPORT_SYMBOL_GPL vmlinux 0xb778c67c fwnode_property_present +EXPORT_SYMBOL_GPL vmlinux 0xb7827877 _RNvXs3l_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_19folio__bindgen_ty_2NtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xb7890246 nvdimm_in_overwrite +EXPORT_SYMBOL_GPL vmlinux 0xb7a387fc synchronize_rcu_tasks_rude +EXPORT_SYMBOL_GPL vmlinux 0xb7bfe55b devm_get_free_pages +EXPORT_SYMBOL_GPL vmlinux 0xb7c50fd2 dw8250_do_set_termios +EXPORT_SYMBOL_GPL vmlinux 0xb7c69a63 unregister_vmap_purge_notifier +EXPORT_SYMBOL_GPL vmlinux 0xb7cd1887 intel_pinctrl_resume_noirq +EXPORT_SYMBOL_GPL vmlinux 0xb7d0c4c8 edac_mc_free +EXPORT_SYMBOL_GPL vmlinux 0xb7d7c12e hpet_set_alarm_time +EXPORT_SYMBOL_GPL vmlinux 0xb7dd2ddf bpf_trace_run12 +EXPORT_SYMBOL_GPL vmlinux 0xb7de0cd2 wm8350_block_read +EXPORT_SYMBOL_GPL vmlinux 0xb7e608b1 preempt_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0xb7e87f88 gpiochip_remove +EXPORT_SYMBOL_GPL vmlinux 0xb7ec2c8c rtc_set_alarm +EXPORT_SYMBOL_GPL vmlinux 0xb7f42b1e ethnl_cable_test_amplitude +EXPORT_SYMBOL_GPL vmlinux 0xb7f82076 xfrm_dev_offload_ok +EXPORT_SYMBOL_GPL vmlinux 0xb7f990e9 rht_bucket_nested +EXPORT_SYMBOL_GPL vmlinux 0xb7ffea0e bio_add_zone_append_page +EXPORT_SYMBOL_GPL vmlinux 0xb80d6596 pci_intx +EXPORT_SYMBOL_GPL vmlinux 0xb812acea xdp_attachment_setup +EXPORT_SYMBOL_GPL vmlinux 0xb8273d0b __wake_up_sync +EXPORT_SYMBOL_GPL vmlinux 0xb829cf23 blk_clear_pm_only +EXPORT_SYMBOL_GPL vmlinux 0xb83af151 sdio_set_host_pm_flags +EXPORT_SYMBOL_GPL vmlinux 0xb84a632a pci_iov_vf_id +EXPORT_SYMBOL_GPL vmlinux 0xb84e59ad icc_provider_register +EXPORT_SYMBOL_GPL vmlinux 0xb85042e5 gnttab_free_grant_reference_seq +EXPORT_SYMBOL_GPL vmlinux 0xb85732e0 dma_get_merge_boundary +EXPORT_SYMBOL_GPL vmlinux 0xb8609463 _RNvXs38_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_32page__bindgen_ty_1__bindgen_ty_2NtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xb86e6773 get_user_pages_fast_only +EXPORT_SYMBOL_GPL vmlinux 0xb8785cf7 thermal_zone_get_zone_by_name +EXPORT_SYMBOL_GPL vmlinux 0xb87ae6a4 hv_ghcb_msr_write +EXPORT_SYMBOL_GPL vmlinux 0xb87dcd6d xenbus_probe_devices +EXPORT_SYMBOL_GPL vmlinux 0xb87f40fe cppc_set_enable +EXPORT_SYMBOL_GPL vmlinux 0xb8810ac3 pinctrl_remove_gpio_range +EXPORT_SYMBOL_GPL vmlinux 0xb88167cc ping_common_sendmsg +EXPORT_SYMBOL_GPL vmlinux 0xb88dbfce irq_set_irqchip_state +EXPORT_SYMBOL_GPL vmlinux 0xb894121e trace_seq_path +EXPORT_SYMBOL_GPL vmlinux 0xb896dd12 _RNvXs1I_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_11cpuinfo_x86NtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xb89e69b1 jump_label_update_timeout +EXPORT_SYMBOL_GPL vmlinux 0xb8a32157 __tracepoint_neigh_event_send_dead +EXPORT_SYMBOL_GPL vmlinux 0xb8a60bcb debugfs_create_dir +EXPORT_SYMBOL_GPL vmlinux 0xb8ab68df intel_microcode_sanity_check +EXPORT_SYMBOL_GPL vmlinux 0xb8b2b1f7 mce_register_decode_chain +EXPORT_SYMBOL_GPL vmlinux 0xb8c37ee5 nfs_ssc_unregister +EXPORT_SYMBOL_GPL vmlinux 0xb8c79b6e devres_get +EXPORT_SYMBOL_GPL vmlinux 0xb8cc996e akcipher_register_instance +EXPORT_SYMBOL_GPL vmlinux 0xb8cd3a7f nf_logger_put +EXPORT_SYMBOL_GPL vmlinux 0xb8e6de74 _RNvXs1v_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_11reg_512_bitNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xb8ed7b78 clk_register +EXPORT_SYMBOL_GPL vmlinux 0xb8efa005 i2c_generic_scl_recovery +EXPORT_SYMBOL_GPL vmlinux 0xb8f11603 idr_alloc +EXPORT_SYMBOL_GPL vmlinux 0xb8f429a7 ata_sas_tport_delete +EXPORT_SYMBOL_GPL vmlinux 0xb8faef53 devres_close_group +EXPORT_SYMBOL_GPL vmlinux 0xb8fe4cdf xenbus_map_ring_valloc +EXPORT_SYMBOL_GPL vmlinux 0xb8fe7c3b dax_truncate_page +EXPORT_SYMBOL_GPL vmlinux 0xb9067f1f __rust_alloc +EXPORT_SYMBOL_GPL vmlinux 0xb90ad19a nvdimm_clear_poison +EXPORT_SYMBOL_GPL vmlinux 0xb912560d static_key_disable +EXPORT_SYMBOL_GPL vmlinux 0xb9176240 devm_extcon_dev_free +EXPORT_SYMBOL_GPL vmlinux 0xb91d85dd perf_event_addr_filters_sync +EXPORT_SYMBOL_GPL vmlinux 0xb931be2d usb_free_urb +EXPORT_SYMBOL_GPL vmlinux 0xb940d90d hte_enable_ts +EXPORT_SYMBOL_GPL vmlinux 0xb951f13f sdio_claim_host +EXPORT_SYMBOL_GPL vmlinux 0xb9565030 ethnl_cable_test_alloc +EXPORT_SYMBOL_GPL vmlinux 0xb9578070 regmap_raw_write +EXPORT_SYMBOL_GPL vmlinux 0xb95be3db crypto_stats_rng_seed +EXPORT_SYMBOL_GPL vmlinux 0xb96671ac gpiochip_is_requested +EXPORT_SYMBOL_GPL vmlinux 0xb966997c devfreq_event_remove_edev +EXPORT_SYMBOL_GPL vmlinux 0xb9681621 xdp_do_flush +EXPORT_SYMBOL_GPL vmlinux 0xb968b2b1 regmap_add_irq_chip_fwnode +EXPORT_SYMBOL_GPL vmlinux 0xb96dff26 icc_provider_deregister +EXPORT_SYMBOL_GPL vmlinux 0xb9852d11 __traceiter_mc_event +EXPORT_SYMBOL_GPL vmlinux 0xb98b62fe ata_sff_exec_command +EXPORT_SYMBOL_GPL vmlinux 0xb9944971 fscrypt_ioctl_add_key +EXPORT_SYMBOL_GPL vmlinux 0xb99634de cpufreq_policy_transition_delay_us +EXPORT_SYMBOL_GPL vmlinux 0xb99666bd crypto_aead_encrypt +EXPORT_SYMBOL_GPL vmlinux 0xb9996bdd register_fprobe +EXPORT_SYMBOL_GPL vmlinux 0xb99a3b00 sbitmap_queue_recalculate_wake_batch +EXPORT_SYMBOL_GPL vmlinux 0xb9a5f3ad dev_pm_qos_update_user_latency_tolerance +EXPORT_SYMBOL_GPL vmlinux 0xb9abc514 __tracepoint_udp_fail_queue_rcv_skb +EXPORT_SYMBOL_GPL vmlinux 0xb9b1a7f2 pci_stop_and_remove_bus_device_locked +EXPORT_SYMBOL_GPL vmlinux 0xb9b243ed _RNvXs5_NtCs9WMcp1Hn5Bv_4core3fmtNtB5_9ArgumentsNtB5_7Display3fmt +EXPORT_SYMBOL_GPL vmlinux 0xb9b98967 da903x_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0xb9b9df41 usb_amd_dev_put +EXPORT_SYMBOL_GPL vmlinux 0xb9c0eb11 pci_epc_mem_alloc_addr +EXPORT_SYMBOL_GPL vmlinux 0xb9c16f51 hv_max_vp_index +EXPORT_SYMBOL_GPL vmlinux 0xb9c425de register_syscore_ops +EXPORT_SYMBOL_GPL vmlinux 0xb9c94d9f _RNvXs3M_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_11pglist_dataNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xb9d025c9 llist_del_first +EXPORT_SYMBOL_GPL vmlinux 0xb9daa408 pci_sriov_get_totalvfs +EXPORT_SYMBOL_GPL vmlinux 0xb9dd00b2 dev_pm_opp_find_bw_floor +EXPORT_SYMBOL_GPL vmlinux 0xb9f946bc _RNvNvNtNtNtCs9WMcp1Hn5Bv_4core9core_arch3x864sse219__mm_slli_si128_impl4mask +EXPORT_SYMBOL_GPL vmlinux 0xba01ec83 hv_stimer_global_cleanup +EXPORT_SYMBOL_GPL vmlinux 0xba043eb6 tcp_sendmsg_locked +EXPORT_SYMBOL_GPL vmlinux 0xba05e3a0 tty_buffer_lock_exclusive +EXPORT_SYMBOL_GPL vmlinux 0xba0a12c1 usb_get_dr_mode +EXPORT_SYMBOL_GPL vmlinux 0xba186b87 __SCK__tp_func_fdb_delete +EXPORT_SYMBOL_GPL vmlinux 0xba220db7 __wake_up_sync_key +EXPORT_SYMBOL_GPL vmlinux 0xba2b7f64 cpufreq_generic_get +EXPORT_SYMBOL_GPL vmlinux 0xba335e9a _RNvXs1_NtNtCs9WMcp1Hn5Bv_4core3ffi5c_strRNtB5_4CStrNtNtB9_7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xba494238 __inet_lookup_established +EXPORT_SYMBOL_GPL vmlinux 0xba4a947d i2c_dw_validate_speed +EXPORT_SYMBOL_GPL vmlinux 0xba4f3a40 pci_p2pmem_find_many +EXPORT_SYMBOL_GPL vmlinux 0xba4fc316 blk_crypto_has_capabilities +EXPORT_SYMBOL_GPL vmlinux 0xba73e8a0 _RNvXs0_NtNtCs9WMcp1Hn5Bv_4core3str5lossyNtB5_9Utf8LossyNtNtB9_3fmt7Display3fmt +EXPORT_SYMBOL_GPL vmlinux 0xba743868 do_unregister_con_driver +EXPORT_SYMBOL_GPL vmlinux 0xba811bbf _RNvXsk_NtNtCs9WMcp1Hn5Bv_4core4sync6atomicNtB5_8AtomicI8NtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xba82f246 uv_bios_install_heap +EXPORT_SYMBOL_GPL vmlinux 0xba861abf extcon_find_edev_by_node +EXPORT_SYMBOL_GPL vmlinux 0xba8b49e0 __tracepoint_rpm_suspend +EXPORT_SYMBOL_GPL vmlinux 0xba91229f fat_build_inode +EXPORT_SYMBOL_GPL vmlinux 0xba9507a4 _RNvNvMs16_NtNtCs9WMcp1Hn5Bv_4core3num7nonzeroNtB8_11NonZeroI12813new_unchecked8comptime +EXPORT_SYMBOL_GPL vmlinux 0xba96b348 phy_10gbit_fec_features +EXPORT_SYMBOL_GPL vmlinux 0xbaad9a18 genphy_c45_aneg_done +EXPORT_SYMBOL_GPL vmlinux 0xbab0c965 __traceiter_add_device_to_group +EXPORT_SYMBOL_GPL vmlinux 0xbab0d5a8 devm_i2c_add_adapter +EXPORT_SYMBOL_GPL vmlinux 0xbab58fbb ata_sff_thaw +EXPORT_SYMBOL_GPL vmlinux 0xbab9a9f0 maxim_charger_currents +EXPORT_SYMBOL_GPL vmlinux 0xbaf22757 kvfree_call_rcu +EXPORT_SYMBOL_GPL vmlinux 0xbaf61aba blkcg_root_css +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 0xbb0ebb68 smpboot_unregister_percpu_thread +EXPORT_SYMBOL_GPL vmlinux 0xbb12ac43 crypto_register_skcipher +EXPORT_SYMBOL_GPL vmlinux 0xbb20aa7a subsys_dev_iter_exit +EXPORT_SYMBOL_GPL vmlinux 0xbb212ea8 netdev_walk_all_lower_dev +EXPORT_SYMBOL_GPL vmlinux 0xbb2f53cf sdio_set_block_size +EXPORT_SYMBOL_GPL vmlinux 0xbb3a38a0 skb_send_sock_locked +EXPORT_SYMBOL_GPL vmlinux 0xbb4146b3 get_completed_synchronize_rcu +EXPORT_SYMBOL_GPL vmlinux 0xbb4e2e5b pm_generic_freeze_noirq +EXPORT_SYMBOL_GPL vmlinux 0xbb4f6bab dm_per_bio_data +EXPORT_SYMBOL_GPL vmlinux 0xbb505dfd simple_attr_write +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 0xbb6f025a asymmetric_key_generate_id +EXPORT_SYMBOL_GPL vmlinux 0xbb7195a5 xdp_warn +EXPORT_SYMBOL_GPL vmlinux 0xbb727960 perf_event_refresh +EXPORT_SYMBOL_GPL vmlinux 0xbb93eec5 ioasid_alloc +EXPORT_SYMBOL_GPL vmlinux 0xbb9b6c6a call_srcu +EXPORT_SYMBOL_GPL vmlinux 0xbb9f360a rio_register_driver +EXPORT_SYMBOL_GPL vmlinux 0xbbb98859 edid_info +EXPORT_SYMBOL_GPL vmlinux 0xbbc4e7c8 _RNvXs3y_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_15lru_gen_mm_listNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xbbdaee76 __fscrypt_prepare_link +EXPORT_SYMBOL_GPL vmlinux 0xbbe49632 ata_sas_port_destroy +EXPORT_SYMBOL_GPL vmlinux 0xbbe5611b crc64_rocksoft_update +EXPORT_SYMBOL_GPL vmlinux 0xbbe56404 sprint_OID +EXPORT_SYMBOL_GPL vmlinux 0xbc1a7c4a register_btf_kfunc_id_set +EXPORT_SYMBOL_GPL vmlinux 0xbc2ac706 dax_add_host +EXPORT_SYMBOL_GPL vmlinux 0xbc2b9d01 register_kretprobes +EXPORT_SYMBOL_GPL vmlinux 0xbc2c0115 _RNvMNtNtCs9WMcp1Hn5Bv_4core3num3fmtNtB2_4Part5write +EXPORT_SYMBOL_GPL vmlinux 0xbc314156 nop_mnt_idmap +EXPORT_SYMBOL_GPL vmlinux 0xbc3a356b rcu_read_unlock_trace_special +EXPORT_SYMBOL_GPL vmlinux 0xbc3f2cb0 timecounter_cyc2time +EXPORT_SYMBOL_GPL vmlinux 0xbc4377bb pwm_put +EXPORT_SYMBOL_GPL vmlinux 0xbc4898df pci_enable_pasid +EXPORT_SYMBOL_GPL vmlinux 0xbc4e24bb copy_mc_to_kernel +EXPORT_SYMBOL_GPL vmlinux 0xbc528099 udp_abort +EXPORT_SYMBOL_GPL vmlinux 0xbc54c808 __platform_create_bundle +EXPORT_SYMBOL_GPL vmlinux 0xbc54fa30 _RNvXs1t_NtNtCs9WMcp1Hn5Bv_4core9core_arch4simdNtB6_5f64x1NtNtBa_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xbc596301 regmap_bulk_write +EXPORT_SYMBOL_GPL vmlinux 0xbc600dc9 preempt_model_voluntary +EXPORT_SYMBOL_GPL vmlinux 0xbc60dc37 cpufreq_show_cpus +EXPORT_SYMBOL_GPL vmlinux 0xbc6bec66 free_percpu_irq +EXPORT_SYMBOL_GPL vmlinux 0xbc72fc0f nvdimm_pmem_region_create +EXPORT_SYMBOL_GPL vmlinux 0xbc84daf6 efivars_register +EXPORT_SYMBOL_GPL vmlinux 0xbc854b4f fsverity_ioctl_measure +EXPORT_SYMBOL_GPL vmlinux 0xbc92596d intel_pt_validate_cap +EXPORT_SYMBOL_GPL vmlinux 0xbc94af02 _RNvXs4_NtNtNtCs9WMcp1Hn5Bv_4core3fmt3num3impxNtB9_7Display3fmt +EXPORT_SYMBOL_GPL vmlinux 0xbc979c54 regmap_field_free +EXPORT_SYMBOL_GPL vmlinux 0xbc9b8588 ehci_cf_port_reset_rwsem +EXPORT_SYMBOL_GPL vmlinux 0xbcb26612 auxiliary_driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0xbcb295b9 sdio_f0_writeb +EXPORT_SYMBOL_GPL vmlinux 0xbcb838a1 amd_flush_garts +EXPORT_SYMBOL_GPL vmlinux 0xbcbc9dc3 __blk_mq_debugfs_rq_show +EXPORT_SYMBOL_GPL vmlinux 0xbcbe3339 devlink_set_features +EXPORT_SYMBOL_GPL vmlinux 0xbcc15e75 ktime_get_coarse_with_offset +EXPORT_SYMBOL_GPL vmlinux 0xbcd84267 ftrace_set_filter_ips +EXPORT_SYMBOL_GPL vmlinux 0xbcdc0cbe spi_register_controller +EXPORT_SYMBOL_GPL vmlinux 0xbcdd5b99 iommu_group_set_name +EXPORT_SYMBOL_GPL vmlinux 0xbce0d7fa clk_fractional_divider_ops +EXPORT_SYMBOL_GPL vmlinux 0xbce12556 clk_divider_ro_ops +EXPORT_SYMBOL_GPL vmlinux 0xbcea2a72 page_cache_ra_unbounded +EXPORT_SYMBOL_GPL vmlinux 0xbcefdff8 _RNvXs4L_NtNtCs9WMcp1Hn5Bv_4core9core_arch4simdNtB6_5f64x8NtNtBa_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xbcf1f0e6 zs_create_pool +EXPORT_SYMBOL_GPL vmlinux 0xbcfba44d tpm_is_tpm2 +EXPORT_SYMBOL_GPL vmlinux 0xbcfc03cb _RNvXs1_NtNtCs9WMcp1Hn5Bv_4core3fmt3numsNtB5_10DisplayInt5to_u8 +EXPORT_SYMBOL_GPL vmlinux 0xbcfcce0b xenbus_watch_path +EXPORT_SYMBOL_GPL vmlinux 0xbd01030d phy_check_downshift +EXPORT_SYMBOL_GPL vmlinux 0xbd0215ff _RNvXs4l_NtNtCs9WMcp1Hn5Bv_4core3num7nonzeroNtB6_10NonZeroI16NtNtNtBa_3str6traits7FromStr8from_str +EXPORT_SYMBOL_GPL vmlinux 0xbd06f3a9 ata_get_cmd_name +EXPORT_SYMBOL_GPL vmlinux 0xbd1a4b31 rio_dma_prep_xfer +EXPORT_SYMBOL_GPL vmlinux 0xbd1d6c05 _RNvXsm_NtNtNtCs9WMcp1Hn5Bv_4core3fmt3num3implNtB9_8UpperExp3fmt +EXPORT_SYMBOL_GPL vmlinux 0xbd286276 _RNvXs26_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_25arch_tlbflush_unmap_batchNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xbd30758e _RNvMs2_NtNtCs9WMcp1Hn5Bv_4core3fmt8buildersNtB5_10DebugTuple6finish +EXPORT_SYMBOL_GPL vmlinux 0xbd3fe1e3 disable_hardirq +EXPORT_SYMBOL_GPL vmlinux 0xbd412fa8 devm_clk_hw_register_fixed_factor +EXPORT_SYMBOL_GPL vmlinux 0xbd483a25 pci_sriov_set_totalvfs +EXPORT_SYMBOL_GPL vmlinux 0xbd4a9518 anon_inode_getfd +EXPORT_SYMBOL_GPL vmlinux 0xbd4d5b41 genphy_c45_read_lpa +EXPORT_SYMBOL_GPL vmlinux 0xbd4e4414 skb_complete_wifi_ack +EXPORT_SYMBOL_GPL vmlinux 0xbd5d6e94 _RNvXs_NtCsiTPnVqBGVaY_6kernel5errorNtB4_5ErrorINtNtCs9WMcp1Hn5Bv_4core7convert4FromNtNtBN_5alloc10AllocErrorE4from +EXPORT_SYMBOL_GPL vmlinux 0xbd5eafe1 clk_hw_register_composite +EXPORT_SYMBOL_GPL vmlinux 0xbd787477 ata_sff_hsm_move +EXPORT_SYMBOL_GPL vmlinux 0xbd7aaaee add_memory +EXPORT_SYMBOL_GPL vmlinux 0xbd832a57 gnttab_page_cache_init +EXPORT_SYMBOL_GPL vmlinux 0xbd8cdae3 usb_control_msg_send +EXPORT_SYMBOL_GPL vmlinux 0xbd99e873 __SCT__tp_func_cpu_idle +EXPORT_SYMBOL_GPL vmlinux 0xbd9b50dc pci_user_read_config_dword +EXPORT_SYMBOL_GPL vmlinux 0xbd9b9825 xfrm_output +EXPORT_SYMBOL_GPL vmlinux 0xbd9f2669 virtqueue_get_used_addr +EXPORT_SYMBOL_GPL vmlinux 0xbda04a91 cond_synchronize_rcu_expedited +EXPORT_SYMBOL_GPL vmlinux 0xbdab08e4 _RNvXs6_NtCs9WMcp1Hn5Bv_4core4charNtB5_11EscapeDebugNtNtNtNtB7_4iter6traits8iterator8Iterator4next +EXPORT_SYMBOL_GPL vmlinux 0xbdb2217d hv_is_isolation_supported +EXPORT_SYMBOL_GPL vmlinux 0xbdb2dfd5 uv_bios_reserved_page_pa +EXPORT_SYMBOL_GPL vmlinux 0xbdb60b04 genphy_c45_config_aneg +EXPORT_SYMBOL_GPL vmlinux 0xbdba0aa8 da9052_free_irq +EXPORT_SYMBOL_GPL vmlinux 0xbdbabccb ata_sff_irq_on +EXPORT_SYMBOL_GPL vmlinux 0xbdbc439e unregister_kretprobe +EXPORT_SYMBOL_GPL vmlinux 0xbdd148bf tcp_rate_check_app_limited +EXPORT_SYMBOL_GPL vmlinux 0xbdd785e1 get_net_ns_by_pid +EXPORT_SYMBOL_GPL vmlinux 0xbdda1b5f vmalloc_huge +EXPORT_SYMBOL_GPL vmlinux 0xbdeeef3b pinctrl_register_and_init +EXPORT_SYMBOL_GPL vmlinux 0xbdf55030 skb_to_sgvec_nomark +EXPORT_SYMBOL_GPL vmlinux 0xbe01621b __tracepoint_kfree_skb +EXPORT_SYMBOL_GPL vmlinux 0xbe069085 to_nvdimm_bus +EXPORT_SYMBOL_GPL vmlinux 0xbe0e2eca _RNvMs5_NtNtCs9WMcp1Hn5Bv_4core3fmt8buildersNtB5_9DebugList5entry +EXPORT_SYMBOL_GPL vmlinux 0xbe1b5358 wm8350_reg_lock +EXPORT_SYMBOL_GPL vmlinux 0xbe26bfa4 _RNvXsC_NtNtCs9WMcp1Hn5Bv_4core3fmt3numaNtB7_8LowerHex3fmt +EXPORT_SYMBOL_GPL vmlinux 0xbe2ba5e4 _RNvXs2W_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_39uprobe_task__bindgen_ty_1__bindgen_ty_2NtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xbe307f87 event_triggers_call +EXPORT_SYMBOL_GPL vmlinux 0xbe34499a nvdimm_setup_pfn +EXPORT_SYMBOL_GPL vmlinux 0xbe4391c9 ata_sff_port_intr +EXPORT_SYMBOL_GPL vmlinux 0xbe4a87f2 led_trigger_set +EXPORT_SYMBOL_GPL vmlinux 0xbe4ae38e sdio_readb +EXPORT_SYMBOL_GPL vmlinux 0xbe5c888b crypto_chain +EXPORT_SYMBOL_GPL vmlinux 0xbe65e182 max_cswd_read_retries +EXPORT_SYMBOL_GPL vmlinux 0xbe672e83 filemap_add_folio +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 0xbe78310a _RNvXs3_NtNtNtCs9WMcp1Hn5Bv_4core3fmt3num3impmNtB9_7Display3fmt +EXPORT_SYMBOL_GPL vmlinux 0xbe80b36f gpiod_set_raw_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0xbe87b014 _RNvXs2D_NtNtCs9WMcp1Hn5Bv_4core9core_arch4simdNtB6_5m8x16NtNtBa_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xbe8d345f put_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0xbe9a83d5 dw_pcie_write +EXPORT_SYMBOL_GPL vmlinux 0xbea59373 vcap_rule_add_action_bit +EXPORT_SYMBOL_GPL vmlinux 0xbea5ff1e static_key_initialized +EXPORT_SYMBOL_GPL vmlinux 0xbeaab143 crypto_aes_set_key +EXPORT_SYMBOL_GPL vmlinux 0xbeb736bd tty_port_link_device +EXPORT_SYMBOL_GPL vmlinux 0xbec3c80a _RNvXs_NtCs9WMcp1Hn5Bv_4core5asciiNtB4_13EscapeDefaultNtNtNtNtB6_4iter6traits12double_ended19DoubleEndedIterator9next_back +EXPORT_SYMBOL_GPL vmlinux 0xbec66c3a __apei_exec_run +EXPORT_SYMBOL_GPL vmlinux 0xbed99ccc inet_csk_addr2sockaddr +EXPORT_SYMBOL_GPL vmlinux 0xbee0b6b4 dev_get_tstats64 +EXPORT_SYMBOL_GPL vmlinux 0xbee2000e virtio_device_restore +EXPORT_SYMBOL_GPL vmlinux 0xbef58be6 _RNvXs3n_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_19folio__bindgen_ty_3NtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xbef5cd1b dev_coredumpv +EXPORT_SYMBOL_GPL vmlinux 0xbf041102 register_vt_notifier +EXPORT_SYMBOL_GPL vmlinux 0xbf0bab37 usb_disable_ltm +EXPORT_SYMBOL_GPL vmlinux 0xbf165dec __SCT__tp_func_pelt_se_tp +EXPORT_SYMBOL_GPL vmlinux 0xbf1b1a66 clk_register_fixed_factor +EXPORT_SYMBOL_GPL vmlinux 0xbf1fac5f pci_cfg_access_unlock +EXPORT_SYMBOL_GPL vmlinux 0xbf29101f _RNvXs2o_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_10ma_topiaryNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xbf2e2e71 housekeeping_enabled +EXPORT_SYMBOL_GPL vmlinux 0xbf44d12f vcap_keyfield_name +EXPORT_SYMBOL_GPL vmlinux 0xbf4513c3 devlink_linecard_activate +EXPORT_SYMBOL_GPL vmlinux 0xbf60ba96 get_device +EXPORT_SYMBOL_GPL vmlinux 0xbf6c8722 powercap_unregister_control_type +EXPORT_SYMBOL_GPL vmlinux 0xbf78dbb7 usb_free_streams +EXPORT_SYMBOL_GPL vmlinux 0xbf89a563 hwspin_lock_request +EXPORT_SYMBOL_GPL vmlinux 0xbf8f8a6b md_account_bio +EXPORT_SYMBOL_GPL vmlinux 0xbf967ace usb_wakeup_notification +EXPORT_SYMBOL_GPL vmlinux 0xbf9f1523 irq_domain_xlate_onecell +EXPORT_SYMBOL_GPL vmlinux 0xbfa5a276 devres_remove_group +EXPORT_SYMBOL_GPL vmlinux 0xbfab6014 _RNvXsp_NtNtNtCs9WMcp1Hn5Bv_4core3fmt3num3impyNtB9_8UpperExp3fmt +EXPORT_SYMBOL_GPL vmlinux 0xbfb8636f _RNvMs_NtCs9WMcp1Hn5Bv_4core3fmtNtB4_9Formatter3new +EXPORT_SYMBOL_GPL vmlinux 0xbfbc5434 pciserial_resume_ports +EXPORT_SYMBOL_GPL vmlinux 0xbfca14f1 synth_event_trace +EXPORT_SYMBOL_GPL vmlinux 0xbfe5616d tick_broadcast_oneshot_control +EXPORT_SYMBOL_GPL vmlinux 0xbfeb371f static_dev_dax +EXPORT_SYMBOL_GPL vmlinux 0xbfed2cd9 __wait_rcu_gp +EXPORT_SYMBOL_GPL vmlinux 0xc0058410 pm_clk_add_clk +EXPORT_SYMBOL_GPL vmlinux 0xc01c8a5b irq_get_domain_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0xc01f148f usb_altnum_to_altsetting +EXPORT_SYMBOL_GPL vmlinux 0xc029b368 fscrypt_set_bio_crypt_ctx +EXPORT_SYMBOL_GPL vmlinux 0xc0382cd8 usb_driver_set_configuration +EXPORT_SYMBOL_GPL vmlinux 0xc045a615 param_set_bool_enable_only +EXPORT_SYMBOL_GPL vmlinux 0xc0468e99 crypto_register_acomps +EXPORT_SYMBOL_GPL vmlinux 0xc05786ba tcp_bpf_sendmsg_redir +EXPORT_SYMBOL_GPL vmlinux 0xc06836fb _RNvXsG_NtCs796HB7yPNRt_8bindings12bindings_rawNtB5_41restart_block__bindgen_ty_1__bindgen_ty_1NtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xc06c844c srcu_torture_stats_print +EXPORT_SYMBOL_GPL vmlinux 0xc071bb37 sysfs_notify +EXPORT_SYMBOL_GPL vmlinux 0xc089708d da903x_writes +EXPORT_SYMBOL_GPL vmlinux 0xc08bbce6 irq_get_percpu_devid_partition +EXPORT_SYMBOL_GPL vmlinux 0xc08f5d7c pci_epc_unmap_addr +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 0xc0bc9759 simple_attr_read +EXPORT_SYMBOL_GPL vmlinux 0xc0ce49a3 dev_pm_domain_detach +EXPORT_SYMBOL_GPL vmlinux 0xc0cf9250 ip6_route_input_lookup +EXPORT_SYMBOL_GPL vmlinux 0xc0d16861 locks_release_private +EXPORT_SYMBOL_GPL vmlinux 0xc0dcb59e edac_layer_name +EXPORT_SYMBOL_GPL vmlinux 0xc0ef0401 wakeup_source_create +EXPORT_SYMBOL_GPL vmlinux 0xc0ef05f1 xfrm_audit_policy_delete +EXPORT_SYMBOL_GPL vmlinux 0xc0f0458a ip_tunnel_unneed_metadata +EXPORT_SYMBOL_GPL vmlinux 0xc1086e0c sysrq_toggle_support +EXPORT_SYMBOL_GPL vmlinux 0xc10fddb8 name_to_dev_t +EXPORT_SYMBOL_GPL vmlinux 0xc113d5fa of_devfreq_cooling_register_power +EXPORT_SYMBOL_GPL vmlinux 0xc114b146 nvdimm_cmd_mask +EXPORT_SYMBOL_GPL vmlinux 0xc11d5859 device_match_any +EXPORT_SYMBOL_GPL vmlinux 0xc12b2e1c ata_bmdma32_port_ops +EXPORT_SYMBOL_GPL vmlinux 0xc12fee2b xenbus_dev_suspend +EXPORT_SYMBOL_GPL vmlinux 0xc1350923 pci_check_and_unmask_intx +EXPORT_SYMBOL_GPL vmlinux 0xc136424b nf_route +EXPORT_SYMBOL_GPL vmlinux 0xc13a922b scsi_ioctl_block_when_processing_errors +EXPORT_SYMBOL_GPL vmlinux 0xc13b40df __devm_regmap_init +EXPORT_SYMBOL_GPL vmlinux 0xc142a590 __tracepoint_ata_bmdma_status +EXPORT_SYMBOL_GPL vmlinux 0xc15e78aa device_link_remove +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 0xc1904721 acpi_device_modalias +EXPORT_SYMBOL_GPL vmlinux 0xc19887f0 _RNvXs2O_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_14notifier_blockNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xc1ad5dd5 _RNvXsh_NtCs9WMcp1Hn5Bv_4core7convertNtB5_10InfallibleINtB5_4FromzE4from +EXPORT_SYMBOL_GPL vmlinux 0xc1ae279b _RNvXso_NtNtNtCs9WMcp1Hn5Bv_4core3fmt3num3impxNtB9_8UpperExp3fmt +EXPORT_SYMBOL_GPL vmlinux 0xc1ba69ab devfreq_event_set_event +EXPORT_SYMBOL_GPL vmlinux 0xc1c43a3b fscrypt_d_revalidate +EXPORT_SYMBOL_GPL vmlinux 0xc1c5282e pid_vnr +EXPORT_SYMBOL_GPL vmlinux 0xc1e6986e interval_tree_span_iter_first +EXPORT_SYMBOL_GPL vmlinux 0xc1fbf784 gpiod_set_value +EXPORT_SYMBOL_GPL vmlinux 0xc1fd0840 phy_10gbit_features +EXPORT_SYMBOL_GPL vmlinux 0xc200dcfd irq_domain_create_legacy +EXPORT_SYMBOL_GPL vmlinux 0xc2033d9f amd_get_highest_perf +EXPORT_SYMBOL_GPL vmlinux 0xc20cab44 unregister_pernet_device +EXPORT_SYMBOL_GPL vmlinux 0xc210865a pwm_set_chip_data +EXPORT_SYMBOL_GPL vmlinux 0xc21405b7 debugfs_create_size_t +EXPORT_SYMBOL_GPL vmlinux 0xc217bb55 phy_get +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 0xc2383ae9 usb_check_bulk_endpoints +EXPORT_SYMBOL_GPL vmlinux 0xc25b8971 hv_remove_crash_handler +EXPORT_SYMBOL_GPL vmlinux 0xc2692173 wakeup_sources_read_lock +EXPORT_SYMBOL_GPL vmlinux 0xc26c4e41 device_get_phy_mode +EXPORT_SYMBOL_GPL vmlinux 0xc27ab54b _RNvXs_NtCs9WMcp1Hn5Bv_4core3anyDNtB4_3AnyEL_NtNtB6_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xc282d703 tcp_get_syncookie_mss +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 0xc2909222 wm8350_device_init +EXPORT_SYMBOL_GPL vmlinux 0xc294df23 pci_epc_mem_init +EXPORT_SYMBOL_GPL vmlinux 0xc2a06f0a security_file_ioctl +EXPORT_SYMBOL_GPL vmlinux 0xc2a3e570 errata +EXPORT_SYMBOL_GPL vmlinux 0xc2a814db tcp_memory_pressure +EXPORT_SYMBOL_GPL vmlinux 0xc2bc22d8 dw_pcie_find_ext_capability +EXPORT_SYMBOL_GPL vmlinux 0xc2c1c427 perf_event_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0xc2c225c3 uart_set_options +EXPORT_SYMBOL_GPL vmlinux 0xc2d75d2c attribute_container_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc2daa81a _RNvXs3e_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_18page__bindgen_ty_1NtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xc2db1201 __SCK__tp_func_ata_bmdma_start +EXPORT_SYMBOL_GPL vmlinux 0xc2de27ca hest_disable +EXPORT_SYMBOL_GPL vmlinux 0xc2ec4bfb fib_nh_common_init +EXPORT_SYMBOL_GPL vmlinux 0xc2f62f9b _RNvXs8_NtCs9WMcp1Hn5Bv_4core3fmtNtB5_9FormatterNtB5_5Write9write_fmt +EXPORT_SYMBOL_GPL vmlinux 0xc2fb483f __SCT__tp_func_tcp_bad_csum +EXPORT_SYMBOL_GPL vmlinux 0xc302aca4 irq_domain_xlate_onetwocell +EXPORT_SYMBOL_GPL vmlinux 0xc307b2d1 percpu_up_write +EXPORT_SYMBOL_GPL vmlinux 0xc30d34a3 dev_pm_qos_add_notifier +EXPORT_SYMBOL_GPL vmlinux 0xc31545d8 ata_sas_port_alloc +EXPORT_SYMBOL_GPL vmlinux 0xc325468f led_set_brightness_nosleep +EXPORT_SYMBOL_GPL vmlinux 0xc3260685 __tracepoint_ata_bmdma_start +EXPORT_SYMBOL_GPL vmlinux 0xc32f1d59 fb_deferred_io_open +EXPORT_SYMBOL_GPL vmlinux 0xc3308056 _RNvMs_NtCs9WMcp1Hn5Bv_4core3nums14from_str_radix +EXPORT_SYMBOL_GPL vmlinux 0xc3337b7d _RNvXsv_NtNtCs9WMcp1Hn5Bv_4core9core_simd5masksiNtNtB5_6sealed6Sealed2eq +EXPORT_SYMBOL_GPL vmlinux 0xc3363fd6 bgpio_init +EXPORT_SYMBOL_GPL vmlinux 0xc3374127 _RNvNtCs9WMcp1Hn5Bv_4core9panicking19assert_failed_inner +EXPORT_SYMBOL_GPL vmlinux 0xc33ef0b5 subsys_find_device_by_id +EXPORT_SYMBOL_GPL vmlinux 0xc341ae6d zs_map_object +EXPORT_SYMBOL_GPL vmlinux 0xc34a8637 elv_register +EXPORT_SYMBOL_GPL vmlinux 0xc34ba34a _RNvXs1c_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_11__fpstate_64NtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xc35383da acpi_dev_get_memory_resources +EXPORT_SYMBOL_GPL vmlinux 0xc35e6f86 _RNvXsb_NtNtCs9WMcp1Hn5Bv_4core3fmt3numjNtB5_10DisplayInt5to_u8 +EXPORT_SYMBOL_GPL vmlinux 0xc3708747 trace_vprintk +EXPORT_SYMBOL_GPL vmlinux 0xc37c13e2 fs_dax_get_by_bdev +EXPORT_SYMBOL_GPL vmlinux 0xc3805cd1 fs_ftype_to_dtype +EXPORT_SYMBOL_GPL vmlinux 0xc3824b6d _RNvXsa_NtCs796HB7yPNRt_8bindings12bindings_rawNtB5_32ftrace_branch_data__bindgen_ty_1NtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xc3876c1a hv_isolation_type_snp +EXPORT_SYMBOL_GPL vmlinux 0xc388ad04 fuse_conn_destroy +EXPORT_SYMBOL_GPL vmlinux 0xc389459b platform_get_irq_optional +EXPORT_SYMBOL_GPL vmlinux 0xc3980367 fwnode_count_parents +EXPORT_SYMBOL_GPL vmlinux 0xc3997d9d mpi_read_raw_from_sgl +EXPORT_SYMBOL_GPL vmlinux 0xc39ead38 ima_file_check +EXPORT_SYMBOL_GPL vmlinux 0xc3acbb56 dma_opt_mapping_size +EXPORT_SYMBOL_GPL vmlinux 0xc3b0ba7d irq_chip_mask_parent +EXPORT_SYMBOL_GPL vmlinux 0xc3b548f2 gen_pool_get +EXPORT_SYMBOL_GPL vmlinux 0xc3bc5666 da903x_set_bits +EXPORT_SYMBOL_GPL vmlinux 0xc3bcd3f2 ata_sff_postreset +EXPORT_SYMBOL_GPL vmlinux 0xc3c1053e led_set_brightness_sync +EXPORT_SYMBOL_GPL vmlinux 0xc3c4c6cc hash_algo_name +EXPORT_SYMBOL_GPL vmlinux 0xc3cc4300 smca_get_long_name +EXPORT_SYMBOL_GPL vmlinux 0xc3cd6929 dma_fence_unwrap_first +EXPORT_SYMBOL_GPL vmlinux 0xc3d9ef7a _RNvMs7_NtCs9WMcp1Hn5Bv_4core3fmtNtB5_9Formatter5align +EXPORT_SYMBOL_GPL vmlinux 0xc3de65ff ring_buffer_bytes_cpu +EXPORT_SYMBOL_GPL vmlinux 0xc3e1021c __SCT__tp_func_ata_bmdma_status +EXPORT_SYMBOL_GPL vmlinux 0xc3e6f089 wm8350_set_bits +EXPORT_SYMBOL_GPL vmlinux 0xc3e9a0cf _RNvXs1_NtNtCs9WMcp1Hn5Bv_4core3str5lossyNtB5_9Utf8LossyNtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xc3ea5305 iommu_default_passthrough +EXPORT_SYMBOL_GPL vmlinux 0xc4008d55 xen_have_vector_callback +EXPORT_SYMBOL_GPL vmlinux 0xc41f4356 __tracepoint_xhci_dbg_quirks +EXPORT_SYMBOL_GPL vmlinux 0xc4263440 component_add_typed +EXPORT_SYMBOL_GPL vmlinux 0xc426c51f klp_shadow_free_all +EXPORT_SYMBOL_GPL vmlinux 0xc428068d sata_deb_timing_long +EXPORT_SYMBOL_GPL vmlinux 0xc4288a62 ip_route_output_key_hash +EXPORT_SYMBOL_GPL vmlinux 0xc42dbf2a vcap_rule_mod_key_u32 +EXPORT_SYMBOL_GPL vmlinux 0xc42f7496 _RNvMs3_NtCs9WMcp1Hn5Bv_4core3numi14from_str_radix +EXPORT_SYMBOL_GPL vmlinux 0xc43716d7 icc_sync_state +EXPORT_SYMBOL_GPL vmlinux 0xc439609f _RNvXs5_NtCs8dagVACJQAP_5alloc5allocNtB5_6GlobalNtNtCs9WMcp1Hn5Bv_4core3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xc43a3e9d vp_modern_set_queue_size +EXPORT_SYMBOL_GPL vmlinux 0xc43d75d6 xenbus_dev_remove +EXPORT_SYMBOL_GPL vmlinux 0xc43e92b9 trace_seq_bprintf +EXPORT_SYMBOL_GPL vmlinux 0xc441e41c _RNvXs9_NtNtCs9WMcp1Hn5Bv_4core3fmt3numyNtB5_10DisplayInt6to_u16 +EXPORT_SYMBOL_GPL vmlinux 0xc44377e1 _RNvXs3v_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_37mm_struct__bindgen_ty_1__bindgen_ty_1NtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xc44992ee devlink_param_driverinit_value_get +EXPORT_SYMBOL_GPL vmlinux 0xc44afc48 pse_ethtool_set_config +EXPORT_SYMBOL_GPL vmlinux 0xc44b9c84 devl_resources_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc454fc7b twl_get_type +EXPORT_SYMBOL_GPL vmlinux 0xc4573c13 wm8350_reg_unlock +EXPORT_SYMBOL_GPL vmlinux 0xc4578339 watchdog_notify_pretimeout +EXPORT_SYMBOL_GPL vmlinux 0xc45d0d13 injectm +EXPORT_SYMBOL_GPL vmlinux 0xc46324f6 dynevent_create +EXPORT_SYMBOL_GPL vmlinux 0xc471c67a twl4030_audio_disable_resource +EXPORT_SYMBOL_GPL vmlinux 0xc47a90b9 bpf_fentry_test1 +EXPORT_SYMBOL_GPL vmlinux 0xc48fe6a4 key_set_timeout +EXPORT_SYMBOL_GPL vmlinux 0xc498bdc9 devlink_register +EXPORT_SYMBOL_GPL vmlinux 0xc4a06278 _RNvXsq_NtNtCs9WMcp1Hn5Bv_4core3fmt3numNtB5_8LowerHexNtB5_12GenericRadix5digit +EXPORT_SYMBOL_GPL vmlinux 0xc4a31146 rdma_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0xc4a5d2a4 vp_legacy_remove +EXPORT_SYMBOL_GPL vmlinux 0xc4a72936 trusted_tpm_send +EXPORT_SYMBOL_GPL vmlinux 0xc4c211c3 dummy_con +EXPORT_SYMBOL_GPL vmlinux 0xc4c6699e crypto_register_scomp +EXPORT_SYMBOL_GPL vmlinux 0xc4c7aa25 fuse_free_conn +EXPORT_SYMBOL_GPL vmlinux 0xc4d022cb __SCT__tp_func_napi_poll +EXPORT_SYMBOL_GPL vmlinux 0xc4d13e13 unix_inq_len +EXPORT_SYMBOL_GPL vmlinux 0xc4d93294 usb_hcd_is_primary_hcd +EXPORT_SYMBOL_GPL vmlinux 0xc4d96cee tty_encode_baud_rate +EXPORT_SYMBOL_GPL vmlinux 0xc4dbc766 serdev_device_open +EXPORT_SYMBOL_GPL vmlinux 0xc4e3b538 cpufreq_freq_transition_end +EXPORT_SYMBOL_GPL vmlinux 0xc4ea7ef6 mmc_crypto_setup_queue +EXPORT_SYMBOL_GPL vmlinux 0xc4efb6e0 perf_aux_output_skip +EXPORT_SYMBOL_GPL vmlinux 0xc4f0da12 ktime_get_with_offset +EXPORT_SYMBOL_GPL vmlinux 0xc50dca33 __SCT__tp_func_neigh_cleanup_and_release +EXPORT_SYMBOL_GPL vmlinux 0xc512626a __supported_pte_mask +EXPORT_SYMBOL_GPL vmlinux 0xc51941cc _RNvXs0_NtCsiTPnVqBGVaY_6kernel5errorNtB5_5ErrorINtNtCs9WMcp1Hn5Bv_4core7convert4FromNtNtNtBO_3num5error15TryFromIntErrorE4from +EXPORT_SYMBOL_GPL vmlinux 0xc519d4ec of_phy_get +EXPORT_SYMBOL_GPL vmlinux 0xc5258424 hte_ts_get +EXPORT_SYMBOL_GPL vmlinux 0xc53d1fa8 serial8250_rpm_put +EXPORT_SYMBOL_GPL vmlinux 0xc53f8718 devlink_region_create +EXPORT_SYMBOL_GPL vmlinux 0xc559b74f __tracepoint_neigh_event_send_done +EXPORT_SYMBOL_GPL vmlinux 0xc559c785 devm_clk_bulk_get_all +EXPORT_SYMBOL_GPL vmlinux 0xc55d6330 access_process_vm +EXPORT_SYMBOL_GPL vmlinux 0xc55f5b37 _RNvXs2V_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_11arch_uprobeNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +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 0xc58ab72f _RNvMNtNtCs9WMcp1Hn5Bv_4core5slice5asciiSh12escape_ascii +EXPORT_SYMBOL_GPL vmlinux 0xc5a0e75d __traceiter_rpm_idle +EXPORT_SYMBOL_GPL vmlinux 0xc5a5c678 uart_parse_earlycon +EXPORT_SYMBOL_GPL vmlinux 0xc5b844c7 __SCK__tp_func_neigh_timer_handler +EXPORT_SYMBOL_GPL vmlinux 0xc5c919fe nvdimm_kobj +EXPORT_SYMBOL_GPL vmlinux 0xc5d11a90 nf_queue_entry_free +EXPORT_SYMBOL_GPL vmlinux 0xc5d88508 __SCK__tp_func_block_bio_remap +EXPORT_SYMBOL_GPL vmlinux 0xc5dd6c58 blk_crypto_profile_init +EXPORT_SYMBOL_GPL vmlinux 0xc6011122 _RNvXsU_NtCs796HB7yPNRt_8bindings12bindings_rawNtB5_11boot_paramsNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xc604ab28 __SCT__tp_func_kfree_skb +EXPORT_SYMBOL_GPL vmlinux 0xc6098c75 platform_bus_type +EXPORT_SYMBOL_GPL vmlinux 0xc60ab507 spi_finalize_current_message +EXPORT_SYMBOL_GPL vmlinux 0xc617f82c unregister_oom_notifier +EXPORT_SYMBOL_GPL vmlinux 0xc623d94d __SCK__tp_func_xhci_dbg_quirks +EXPORT_SYMBOL_GPL vmlinux 0xc6250576 ZSTD_isError +EXPORT_SYMBOL_GPL vmlinux 0xc62611e1 scatterwalk_map_and_copy +EXPORT_SYMBOL_GPL vmlinux 0xc641e03b acpi_get_first_physical_node +EXPORT_SYMBOL_GPL vmlinux 0xc64fd66a add_hwgenerator_randomness +EXPORT_SYMBOL_GPL vmlinux 0xc6569014 clk_fixed_rate_ops +EXPORT_SYMBOL_GPL vmlinux 0xc6572a90 xenbus_read_unsigned +EXPORT_SYMBOL_GPL vmlinux 0xc66019cc xen_resume_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc66ad03f device_rename +EXPORT_SYMBOL_GPL vmlinux 0xc66b77b1 iommu_group_set_iommudata +EXPORT_SYMBOL_GPL vmlinux 0xc66ee761 dma_mmap_noncontiguous +EXPORT_SYMBOL_GPL vmlinux 0xc6712b14 regulator_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc6779093 ring_buffer_record_enable +EXPORT_SYMBOL_GPL vmlinux 0xc683da81 set_memory_decrypted +EXPORT_SYMBOL_GPL vmlinux 0xc6879ca1 tty_port_install +EXPORT_SYMBOL_GPL vmlinux 0xc688a7f7 i2c_acpi_waive_d0_probe +EXPORT_SYMBOL_GPL vmlinux 0xc68f7c93 kstrdup_quotable_file +EXPORT_SYMBOL_GPL vmlinux 0xc69211c5 _RNvXs5_NtCs9WMcp1Hn5Bv_4core4timeNtB5_8DurationINtNtNtB7_3ops5arith9MulAssignmE10mul_assign +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 0xc6a6dfb7 clockevents_register_device +EXPORT_SYMBOL_GPL vmlinux 0xc6ad0400 devl_trap_groups_register +EXPORT_SYMBOL_GPL vmlinux 0xc6c8815f sdio_readw +EXPORT_SYMBOL_GPL vmlinux 0xc6c9944f vp_modern_queue_vector +EXPORT_SYMBOL_GPL vmlinux 0xc6dd46dd edac_pci_release_generic_ctl +EXPORT_SYMBOL_GPL vmlinux 0xc6def34b gnttab_empty_grant_references +EXPORT_SYMBOL_GPL vmlinux 0xc6e023d9 spi_alloc_device +EXPORT_SYMBOL_GPL vmlinux 0xc6e5bcf3 linear_range_get_selector_within +EXPORT_SYMBOL_GPL vmlinux 0xc6ea63e0 _RNvXs1a_NtNtCs9WMcp1Hn5Bv_4core3fmt3numoNtB8_6Binary3fmt +EXPORT_SYMBOL_GPL vmlinux 0xc6ee8e98 led_classdev_suspend +EXPORT_SYMBOL_GPL vmlinux 0xc6ef5f0c pm_runtime_enable +EXPORT_SYMBOL_GPL vmlinux 0xc6ff4ab9 sysfs_remove_groups +EXPORT_SYMBOL_GPL vmlinux 0xc7061ef3 iova_cache_put +EXPORT_SYMBOL_GPL vmlinux 0xc70669a5 __intel_scu_ipc_register +EXPORT_SYMBOL_GPL vmlinux 0xc70b21dc _RNvNtNtCs9WMcp1Hn5Bv_4core5slice5index16into_slice_range +EXPORT_SYMBOL_GPL vmlinux 0xc7151b29 _RNvXsb_NtNtCs9WMcp1Hn5Bv_4core4task4wakeNtB5_8RawWakerNtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xc7195df2 fwnode_graph_get_remote_port +EXPORT_SYMBOL_GPL vmlinux 0xc71c2879 pci_device_is_present +EXPORT_SYMBOL_GPL vmlinux 0xc7224d2f devl_sb_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc72bc6b7 __fsnotify_inode_delete +EXPORT_SYMBOL_GPL vmlinux 0xc7438239 devm_mbox_controller_register +EXPORT_SYMBOL_GPL vmlinux 0xc7586cc1 usb_anchor_urb +EXPORT_SYMBOL_GPL vmlinux 0xc75ae151 rio_release_inb_mbox +EXPORT_SYMBOL_GPL vmlinux 0xc7609ce2 rio_inb_pwrite_handler +EXPORT_SYMBOL_GPL vmlinux 0xc76f125a extcon_get_extcon_dev +EXPORT_SYMBOL_GPL vmlinux 0xc7722a08 cros_ec_cmd +EXPORT_SYMBOL_GPL vmlinux 0xc7812a60 _RNvXsn_NtCs796HB7yPNRt_8bindings12bindings_rawNtB5_15ratelimit_stateNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xc782cbc7 devm_pinctrl_register_and_init +EXPORT_SYMBOL_GPL vmlinux 0xc7856e74 __wake_up_locked_sync_key +EXPORT_SYMBOL_GPL vmlinux 0xc786129c mptcp_pm_get_subflows_max +EXPORT_SYMBOL_GPL vmlinux 0xc7952b3d usb_pipe_type_check +EXPORT_SYMBOL_GPL vmlinux 0xc7973a87 _RNvXs1x_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_30mpx_bndcsr_state__bindgen_ty_1NtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xc7a1840e llist_add_batch +EXPORT_SYMBOL_GPL vmlinux 0xc7a24eb2 _RNvXsa_NtNtNtCs9WMcp1Hn5Bv_4core3fmt3num3impsNtB9_8LowerExp3fmt +EXPORT_SYMBOL_GPL vmlinux 0xc7a7e770 clk_bulk_enable +EXPORT_SYMBOL_GPL vmlinux 0xc7ab8d58 alloc_io_pgtable_ops +EXPORT_SYMBOL_GPL vmlinux 0xc7c23ff0 xenbus_exists +EXPORT_SYMBOL_GPL vmlinux 0xc7cb0b39 unregister_virtio_driver +EXPORT_SYMBOL_GPL vmlinux 0xc7e16a4f _RNvXsB_NtNtCs9WMcp1Hn5Bv_4core3fmt3numaNtB7_5Octal3fmt +EXPORT_SYMBOL_GPL vmlinux 0xc7e2362c devl_port_register +EXPORT_SYMBOL_GPL vmlinux 0xc7e64fc2 asn1_encode_integer +EXPORT_SYMBOL_GPL vmlinux 0xc7f63b15 dev_pm_opp_find_freq_ceil +EXPORT_SYMBOL_GPL vmlinux 0xc7fa4aa9 kobj_ns_drop +EXPORT_SYMBOL_GPL vmlinux 0xc80f8e4a devlink_resource_occ_get_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc8126340 clear_mce_nospec +EXPORT_SYMBOL_GPL vmlinux 0xc824d7ec iomap_writepages +EXPORT_SYMBOL_GPL vmlinux 0xc82c721f klist_remove +EXPORT_SYMBOL_GPL vmlinux 0xc82f716f regmap_noinc_write +EXPORT_SYMBOL_GPL vmlinux 0xc839c1ce trace_seq_to_user +EXPORT_SYMBOL_GPL vmlinux 0xc8511d80 _RNvNvMNtCs9WMcp1Hn5Bv_4core5sliceSp22split_at_mut_unchecked8comptime +EXPORT_SYMBOL_GPL vmlinux 0xc8594d3d reset_control_acquire +EXPORT_SYMBOL_GPL vmlinux 0xc862e09b crypto_skcipher_setkey +EXPORT_SYMBOL_GPL vmlinux 0xc869e5e2 acpi_match_device +EXPORT_SYMBOL_GPL vmlinux 0xc86ad4fb pcie_port_bus_type +EXPORT_SYMBOL_GPL vmlinux 0xc8737ab6 vp_legacy_get_queue_size +EXPORT_SYMBOL_GPL vmlinux 0xc874d710 hv_unmap_ioapic_interrupt +EXPORT_SYMBOL_GPL vmlinux 0xc87e487a sched_clock_idle_sleep_event +EXPORT_SYMBOL_GPL vmlinux 0xc8811343 dmaengine_desc_set_metadata_len +EXPORT_SYMBOL_GPL vmlinux 0xc8912669 blk_mq_complete_request_remote +EXPORT_SYMBOL_GPL vmlinux 0xc8950e12 vcap_rule_find_keysets +EXPORT_SYMBOL_GPL vmlinux 0xc8d297a9 regulator_list_voltage_table +EXPORT_SYMBOL_GPL vmlinux 0xc8ddd5b5 kstrdup_quotable +EXPORT_SYMBOL_GPL vmlinux 0xc8de8246 fsverity_prepare_setattr +EXPORT_SYMBOL_GPL vmlinux 0xc8e26fbd ata_sff_lost_interrupt +EXPORT_SYMBOL_GPL vmlinux 0xc8e2c285 ncsi_vlan_rx_add_vid +EXPORT_SYMBOL_GPL vmlinux 0xc8e995b3 irq_setup_alt_chip +EXPORT_SYMBOL_GPL vmlinux 0xc8fba560 fuse_sync_release +EXPORT_SYMBOL_GPL vmlinux 0xc90e1772 __traceiter_xdp_bulk_tx +EXPORT_SYMBOL_GPL vmlinux 0xc91ca549 _RNvXs0_NtNtCs9WMcp1Hn5Bv_4core3fmt3numaNtB5_10DisplayInt6to_u32 +EXPORT_SYMBOL_GPL vmlinux 0xc91cc048 mptcp_diag_fill_info +EXPORT_SYMBOL_GPL vmlinux 0xc91cd84a acpi_pci_find_root +EXPORT_SYMBOL_GPL vmlinux 0xc91ee1b5 __SCT__tp_func_mc_event +EXPORT_SYMBOL_GPL vmlinux 0xc91fdf58 percpu_ref_is_zero +EXPORT_SYMBOL_GPL vmlinux 0xc92ac5ed regulator_get +EXPORT_SYMBOL_GPL vmlinux 0xc930ebd4 regulator_irq_helper +EXPORT_SYMBOL_GPL vmlinux 0xc933af40 xdp_do_redirect +EXPORT_SYMBOL_GPL vmlinux 0xc9345c0f digsig_verify +EXPORT_SYMBOL_GPL vmlinux 0xc934b67e __tracepoint_block_bio_remap +EXPORT_SYMBOL_GPL vmlinux 0xc936cfd5 subsys_interface_register +EXPORT_SYMBOL_GPL vmlinux 0xc93a9c72 inet_unhash +EXPORT_SYMBOL_GPL vmlinux 0xc93d41d2 samsung_sdi_battery_get_info +EXPORT_SYMBOL_GPL vmlinux 0xc93ee1e7 usb_phy_roothub_init +EXPORT_SYMBOL_GPL vmlinux 0xc9447802 genphy_c45_restart_aneg +EXPORT_SYMBOL_GPL vmlinux 0xc9497454 ata_bmdma_port_ops +EXPORT_SYMBOL_GPL vmlinux 0xc952df43 bus_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0xc9555595 _RNvXs6_NtCs9WMcp1Hn5Bv_4core4timeNtB5_8DurationINtNtNtB7_3ops5arith3DivmE3div +EXPORT_SYMBOL_GPL vmlinux 0xc9561772 fb_destroy_modelist +EXPORT_SYMBOL_GPL vmlinux 0xc9641b48 visitor32 +EXPORT_SYMBOL_GPL vmlinux 0xc9661c57 _RNvXs4_NtNtCs9WMcp1Hn5Bv_4core3ffi5c_strNtB5_4CStrNtNtB9_3cmp9PartialEq2eq +EXPORT_SYMBOL_GPL vmlinux 0xc9827693 __bpf_call_base +EXPORT_SYMBOL_GPL vmlinux 0xc9905adc udp_cmsg_send +EXPORT_SYMBOL_GPL vmlinux 0xc99341ee hypervisor_kobj +EXPORT_SYMBOL_GPL vmlinux 0xc9a4b416 copy_to_user_nofault +EXPORT_SYMBOL_GPL vmlinux 0xc9b53ce4 _RNvXs4m_NtNtCs9WMcp1Hn5Bv_4core3num7nonzeroNtB6_10NonZeroI32NtNtNtBa_3str6traits7FromStr8from_str +EXPORT_SYMBOL_GPL vmlinux 0xc9bbb343 nvdimm_has_cache +EXPORT_SYMBOL_GPL vmlinux 0xc9c14338 to_nvdimm +EXPORT_SYMBOL_GPL vmlinux 0xc9c3f176 hpet_register_irq_handler +EXPORT_SYMBOL_GPL vmlinux 0xc9c5004e cpufreq_dbs_governor_limits +EXPORT_SYMBOL_GPL vmlinux 0xc9ca295e cpuidle_get_cpu_driver +EXPORT_SYMBOL_GPL vmlinux 0xc9ceea06 clk_has_parent +EXPORT_SYMBOL_GPL vmlinux 0xc9d078b6 ata_bmdma_status +EXPORT_SYMBOL_GPL vmlinux 0xc9e2ba35 __traceiter_sched_cpu_capacity_tp +EXPORT_SYMBOL_GPL vmlinux 0xc9e3b661 ata_dummy_port_info +EXPORT_SYMBOL_GPL vmlinux 0xc9eaee3d ata_pci_sff_init_one +EXPORT_SYMBOL_GPL vmlinux 0xc9ec4e21 free_percpu +EXPORT_SYMBOL_GPL vmlinux 0xc9f1dcb7 __irq_set_handler +EXPORT_SYMBOL_GPL vmlinux 0xc9f6d2df skb_mpls_pop +EXPORT_SYMBOL_GPL vmlinux 0xc9fa2d7b vcap_set_tc_exterr +EXPORT_SYMBOL_GPL vmlinux 0xc9fd634a usb_role_switch_put +EXPORT_SYMBOL_GPL vmlinux 0xc9fdbe45 pwm_lpss_byt_info +EXPORT_SYMBOL_GPL vmlinux 0xca10cf93 of_phy_simple_xlate +EXPORT_SYMBOL_GPL vmlinux 0xca11e402 devm_pse_controller_register +EXPORT_SYMBOL_GPL vmlinux 0xca1a2f92 devlink_dpipe_action_put +EXPORT_SYMBOL_GPL vmlinux 0xca1e8cb8 blk_mq_debugfs_rq_show +EXPORT_SYMBOL_GPL vmlinux 0xca28a854 cpufreq_unregister_governor +EXPORT_SYMBOL_GPL vmlinux 0xca2a9f56 fscrypt_file_open +EXPORT_SYMBOL_GPL vmlinux 0xca454a34 vt_get_leds +EXPORT_SYMBOL_GPL vmlinux 0xca467318 hibernation_set_ops +EXPORT_SYMBOL_GPL vmlinux 0xca4ac80b _RNvXs1C_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_12fpregs_stateNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xca500464 ZSTD_getErrorName +EXPORT_SYMBOL_GPL vmlinux 0xca6fb815 devm_fwnode_gpiod_get_index +EXPORT_SYMBOL_GPL vmlinux 0xca7d8764 kthread_freezable_should_stop +EXPORT_SYMBOL_GPL vmlinux 0xca7d88e0 gpiod_set_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0xca8032c3 acpi_subsys_poweroff +EXPORT_SYMBOL_GPL vmlinux 0xca824115 pm_clk_runtime_resume +EXPORT_SYMBOL_GPL vmlinux 0xca914c37 wm831x_device_shutdown +EXPORT_SYMBOL_GPL vmlinux 0xca92c8db _RNvNtNtCs9WMcp1Hn5Bv_4core5slice5index25slice_index_order_fail_ct +EXPORT_SYMBOL_GPL vmlinux 0xca944f4e __netpoll_cleanup +EXPORT_SYMBOL_GPL vmlinux 0xca9a1d5e ring_buffer_free +EXPORT_SYMBOL_GPL vmlinux 0xcaa68533 cpu_has_xfeatures +EXPORT_SYMBOL_GPL vmlinux 0xcaab1ce3 _RNvXs2_NtCs9WMcp1Hn5Bv_4core4charNtB5_13EscapeDefaultNtNtNtNtB7_4iter6traits8iterator8Iterator3nth +EXPORT_SYMBOL_GPL vmlinux 0xcab7ed81 pktgen_xfrm_outer_mode_output +EXPORT_SYMBOL_GPL vmlinux 0xcabe04de cpuidle_resume_and_unlock +EXPORT_SYMBOL_GPL vmlinux 0xcac8ba26 acpi_initialize_hp_context +EXPORT_SYMBOL_GPL vmlinux 0xcad31f16 tty_find_polling_driver +EXPORT_SYMBOL_GPL vmlinux 0xcadd599d rio_release_outb_dbell +EXPORT_SYMBOL_GPL vmlinux 0xcaf1d958 evtchn_get +EXPORT_SYMBOL_GPL vmlinux 0xcaf3a7be adp5520_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0xcaf3d82a sysfs_unmerge_group +EXPORT_SYMBOL_GPL vmlinux 0xcaf7bee0 unregister_fprobe +EXPORT_SYMBOL_GPL vmlinux 0xcaf86280 __kthread_should_park +EXPORT_SYMBOL_GPL vmlinux 0xcafad69d to_nvdimm_bus_dev +EXPORT_SYMBOL_GPL vmlinux 0xcafc2aa4 tracepoint_probe_unregister +EXPORT_SYMBOL_GPL vmlinux 0xcafe428c serial8250_tx_chars +EXPORT_SYMBOL_GPL vmlinux 0xcb0cc460 __SCK__tp_func_sched_cpu_capacity_tp +EXPORT_SYMBOL_GPL vmlinux 0xcb0ecec9 io_uring_cmd_import_fixed +EXPORT_SYMBOL_GPL vmlinux 0xcb102e00 __clk_determine_rate +EXPORT_SYMBOL_GPL vmlinux 0xcb186931 pkcs7_validate_trust +EXPORT_SYMBOL_GPL vmlinux 0xcb1a2600 __nvdimm_create +EXPORT_SYMBOL_GPL vmlinux 0xcb2bfe2b nvmem_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0xcb30872e crypto_register_rngs +EXPORT_SYMBOL_GPL vmlinux 0xcb33212e ata_std_postreset +EXPORT_SYMBOL_GPL vmlinux 0xcb3367dc _RNvXsV_NtCs796HB7yPNRt_8bindings12bindings_rawNtB5_19paravirt_patch_siteNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xcb349fa4 clk_mux_ops +EXPORT_SYMBOL_GPL vmlinux 0xcb419e1d clk_hw_register_fractional_divider +EXPORT_SYMBOL_GPL vmlinux 0xcb561441 mem_dump_obj +EXPORT_SYMBOL_GPL vmlinux 0xcb5a6d26 gnttab_end_foreign_access +EXPORT_SYMBOL_GPL vmlinux 0xcb74daa1 inet_csk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0xcb8a461c hv_stimer_legacy_cleanup +EXPORT_SYMBOL_GPL vmlinux 0xcb8d5be4 devm_of_icc_get +EXPORT_SYMBOL_GPL vmlinux 0xcb970751 stop_machine +EXPORT_SYMBOL_GPL vmlinux 0xcbaefc0f phy_pm_runtime_put_sync +EXPORT_SYMBOL_GPL vmlinux 0xcbb46ca0 misc_cg_set_capacity +EXPORT_SYMBOL_GPL vmlinux 0xcbd46bb8 rio_release_outb_mbox +EXPORT_SYMBOL_GPL vmlinux 0xcbd6ccca __pm_stay_awake +EXPORT_SYMBOL_GPL vmlinux 0xcbe37199 devm_thermal_of_cooling_device_register +EXPORT_SYMBOL_GPL vmlinux 0xcbe56bc2 zs_get_total_pages +EXPORT_SYMBOL_GPL vmlinux 0xcbe90ab0 sock_diag_unregister_inet_compat +EXPORT_SYMBOL_GPL vmlinux 0xcbecf16c skb_mpls_push +EXPORT_SYMBOL_GPL vmlinux 0xcbfbf2ae __get_task_comm +EXPORT_SYMBOL_GPL vmlinux 0xcbfff89f simple_attr_write_signed +EXPORT_SYMBOL_GPL vmlinux 0xcc026a9c spi_mem_dirmap_read +EXPORT_SYMBOL_GPL vmlinux 0xcc057720 powercap_register_control_type +EXPORT_SYMBOL_GPL vmlinux 0xcc0f8016 __traceiter_br_fdb_update +EXPORT_SYMBOL_GPL vmlinux 0xcc115acc regmap_might_sleep +EXPORT_SYMBOL_GPL vmlinux 0xcc1392ea crypto_grab_spawn +EXPORT_SYMBOL_GPL vmlinux 0xcc2dbfd8 irq_domain_check_msi_remap +EXPORT_SYMBOL_GPL vmlinux 0xcc39c03e nvmem_unregister +EXPORT_SYMBOL_GPL vmlinux 0xcc44b8d5 devm_hwspin_lock_request +EXPORT_SYMBOL_GPL vmlinux 0xcc4ec270 dma_max_mapping_size +EXPORT_SYMBOL_GPL vmlinux 0xcc5dd177 pci_user_read_config_byte +EXPORT_SYMBOL_GPL vmlinux 0xcc5f9c2d _RNvXs19_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_25__fpstate_32__bindgen_ty_2NtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xcc6b8041 device_remove_file +EXPORT_SYMBOL_GPL vmlinux 0xcc6e1937 bsg_register_queue +EXPORT_SYMBOL_GPL vmlinux 0xcc742888 genphy_c45_pma_suspend +EXPORT_SYMBOL_GPL vmlinux 0xcc795932 devlink_region_snapshot_id_put +EXPORT_SYMBOL_GPL vmlinux 0xcc8537f6 spi_bus_type +EXPORT_SYMBOL_GPL vmlinux 0xcc9268fc hwpoison_filter_enable +EXPORT_SYMBOL_GPL vmlinux 0xcc927b89 __mnt_is_readonly +EXPORT_SYMBOL_GPL vmlinux 0xcc9281f4 _RNvNvNtCs9WMcp1Hn5Bv_4core10intrinsics19copy_nonoverlapping8comptime +EXPORT_SYMBOL_GPL vmlinux 0xcc935375 walk_iomem_res_desc +EXPORT_SYMBOL_GPL vmlinux 0xcca13ac9 sysfs_create_files +EXPORT_SYMBOL_GPL vmlinux 0xcca98c3e phy_modify +EXPORT_SYMBOL_GPL vmlinux 0xccabde6f crc64_rocksoft_generic +EXPORT_SYMBOL_GPL vmlinux 0xccaf5907 mmu_interval_notifier_insert +EXPORT_SYMBOL_GPL vmlinux 0xccc49087 _RNvXs1Z_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_8rwlock_tNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xcccfb2fa sata_deb_timing_hotplug +EXPORT_SYMBOL_GPL vmlinux 0xccd3f2f7 _RNvXsj_NtCs9WMcp1Hn5Bv_4core4charNtB5_15CaseMappingIterNtNtNtNtB7_4iter6traits8iterator8Iterator4next +EXPORT_SYMBOL_GPL vmlinux 0xccd86806 ata_id_string +EXPORT_SYMBOL_GPL vmlinux 0xcce03fc4 pci_probe_reset_bus +EXPORT_SYMBOL_GPL vmlinux 0xcce9bd20 _RNvXsw_NtCs9WMcp1Hn5Bv_4core4charNtB5_18EscapeDefaultStateNtNtB7_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xccf52bc9 sfp_upstream_start +EXPORT_SYMBOL_GPL vmlinux 0xcd0a3ffd devm_gpiod_get_array +EXPORT_SYMBOL_GPL vmlinux 0xcd0aaa26 nvdimm_delete +EXPORT_SYMBOL_GPL vmlinux 0xcd111f6d __fsnotify_parent +EXPORT_SYMBOL_GPL vmlinux 0xcd24e146 hash_digest_size +EXPORT_SYMBOL_GPL vmlinux 0xcd31524d vcap_copy_rule +EXPORT_SYMBOL_GPL vmlinux 0xcd3ebfc5 ata_dev_next +EXPORT_SYMBOL_GPL vmlinux 0xcd4c581e _RNvXsW_NtNtCs9WMcp1Hn5Bv_4core3fmt3nummNtB7_8LowerHex3fmt +EXPORT_SYMBOL_GPL vmlinux 0xcd4ff9d5 irq_set_default_host +EXPORT_SYMBOL_GPL vmlinux 0xcd66124c platform_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0xcd6f2dc9 nf_log_buf_add +EXPORT_SYMBOL_GPL vmlinux 0xcd81a945 switch_fpu_return +EXPORT_SYMBOL_GPL vmlinux 0xcd84786f ata_host_register +EXPORT_SYMBOL_GPL vmlinux 0xcd8c78fe xenbus_switch_state +EXPORT_SYMBOL_GPL vmlinux 0xcd8e8f82 uv_bios_enum_objs +EXPORT_SYMBOL_GPL vmlinux 0xcd91b127 system_highpri_wq +EXPORT_SYMBOL_GPL vmlinux 0xcd9cd2ff wakeme_after_rcu +EXPORT_SYMBOL_GPL vmlinux 0xcda5000b __root_device_register +EXPORT_SYMBOL_GPL vmlinux 0xcda5bf69 proc_create_net_data_write +EXPORT_SYMBOL_GPL vmlinux 0xcda76994 nvmem_cell_get +EXPORT_SYMBOL_GPL vmlinux 0xcdab0aad usb_hcd_check_unlink_urb +EXPORT_SYMBOL_GPL vmlinux 0xcdb6adcc ras_userspace_consumers +EXPORT_SYMBOL_GPL vmlinux 0xcdca3691 nr_irqs +EXPORT_SYMBOL_GPL vmlinux 0xcddb00a3 usb_phy_set_event +EXPORT_SYMBOL_GPL vmlinux 0xcde26600 cppc_get_transition_latency +EXPORT_SYMBOL_GPL vmlinux 0xcdf5c64b _RNvNvMsL_NtNtCs9WMcp1Hn5Bv_4core3num7nonzeroNtB7_10NonZeroI1613new_unchecked8comptime +EXPORT_SYMBOL_GPL vmlinux 0xce0a4020 xenbus_directory +EXPORT_SYMBOL_GPL vmlinux 0xce0aeefb clk_hw_get_num_parents +EXPORT_SYMBOL_GPL vmlinux 0xce13e4d1 _RNvXs0_NtNtCs9WMcp1Hn5Bv_4core3num5errorNtB5_15TryFromIntErrorINtNtB9_7convert4FromNtB11_10InfallibleE4from +EXPORT_SYMBOL_GPL vmlinux 0xce1bb895 skb_clone_tx_timestamp +EXPORT_SYMBOL_GPL vmlinux 0xce1e85ca cpuidle_unregister +EXPORT_SYMBOL_GPL vmlinux 0xce23f28a serial8250_clear_and_reinit_fifos +EXPORT_SYMBOL_GPL vmlinux 0xce2539cf crypto_unregister_kpp +EXPORT_SYMBOL_GPL vmlinux 0xce3d9906 _RNvXs2_NtNtCs9WMcp1Hn5Bv_4core5alloc6layoutNtB5_6LayoutNtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xce543415 ftrace_set_filter_ip +EXPORT_SYMBOL_GPL vmlinux 0xce6d5442 bio_poll +EXPORT_SYMBOL_GPL vmlinux 0xce6d92b1 __phy_modify_mmd_changed +EXPORT_SYMBOL_GPL vmlinux 0xce6db656 rcu_is_watching +EXPORT_SYMBOL_GPL vmlinux 0xce71b3ab nvdimm_security_setup_events +EXPORT_SYMBOL_GPL vmlinux 0xce721336 serdev_device_remove +EXPORT_SYMBOL_GPL vmlinux 0xce73bf66 regulator_map_voltage_ascend +EXPORT_SYMBOL_GPL vmlinux 0xce7e237d fixed_phy_register +EXPORT_SYMBOL_GPL vmlinux 0xce8216ea crypto_default_rng +EXPORT_SYMBOL_GPL vmlinux 0xceb1f126 mpi_read_raw_data +EXPORT_SYMBOL_GPL vmlinux 0xceb28405 _RNvMs3_NtNtCs9WMcp1Hn5Bv_4core3ffi5c_strNtB5_4CStr19from_bytes_with_nul +EXPORT_SYMBOL_GPL vmlinux 0xceb577e7 _RNvXs2L_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_9srcu_dataNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xceb66bec sched_clock_cpu +EXPORT_SYMBOL_GPL vmlinux 0xcec9122d _RNvXNtCs9WMcp1Hn5Bv_4core5asciiNtB2_13EscapeDefaultNtNtNtNtB4_4iter6traits8iterator8Iterator4last +EXPORT_SYMBOL_GPL vmlinux 0xcecdae4a _RNvXsF_NtCs9WMcp1Hn5Bv_4core4charNtB5_16TryFromCharErrorNtNtB7_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xced90f6f _RNvMNtNtCs9WMcp1Hn5Bv_4core5panic10panic_infoNtB2_9PanicInfo8location +EXPORT_SYMBOL_GPL vmlinux 0xcee1641c kgdb_unregister_nmi_console +EXPORT_SYMBOL_GPL vmlinux 0xcee6b20b dma_wait_for_async_tx +EXPORT_SYMBOL_GPL vmlinux 0xcef0cbc0 _RNvXsb_NtNtNtCs9WMcp1Hn5Bv_4core9core_simd5masks9mask_impltNtB5_11ReverseBits12reverse_bits +EXPORT_SYMBOL_GPL vmlinux 0xcf02a0bb _RNvNtNtNtCs9WMcp1Hn5Bv_4core7unicode12unicode_data11conversions8to_upper +EXPORT_SYMBOL_GPL vmlinux 0xcf02ab71 __SCT__tp_func_block_rq_remap +EXPORT_SYMBOL_GPL vmlinux 0xcf131fde fscrypt_ioctl_remove_key_all_users +EXPORT_SYMBOL_GPL vmlinux 0xcf18d138 mptcp_pm_get_add_addr_accept_max +EXPORT_SYMBOL_GPL vmlinux 0xcf2b93c8 __SCT__tp_func_ata_tf_load +EXPORT_SYMBOL_GPL vmlinux 0xcf2b9c2a __phy_modify_mmd +EXPORT_SYMBOL_GPL vmlinux 0xcf2f2acc serial8250_get_port +EXPORT_SYMBOL_GPL vmlinux 0xcf3c3aa0 blk_mq_quiesce_queue +EXPORT_SYMBOL_GPL vmlinux 0xcf709db4 mbox_send_message +EXPORT_SYMBOL_GPL vmlinux 0xcf713ae6 _RNvXsy_NtCs796HB7yPNRt_8bindings12bindings_rawNtB5_32ddebug_class_param__bindgen_ty_1NtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xcf7313b9 component_add +EXPORT_SYMBOL_GPL vmlinux 0xcf7bf7cd virtqueue_get_vring_size +EXPORT_SYMBOL_GPL vmlinux 0xcf858939 _RNvMs7_NtCs9WMcp1Hn5Bv_4core3fmtNtB5_9Formatter9alternate +EXPORT_SYMBOL_GPL vmlinux 0xcf865569 regulator_allow_bypass +EXPORT_SYMBOL_GPL vmlinux 0xcf910ca9 io_uring_cmd_complete_in_task +EXPORT_SYMBOL_GPL vmlinux 0xcf9887e6 devlink_port_type_eth_set +EXPORT_SYMBOL_GPL vmlinux 0xcfa01f29 transport_class_register +EXPORT_SYMBOL_GPL vmlinux 0xcfa93037 gpiod_set_raw_array_value +EXPORT_SYMBOL_GPL vmlinux 0xcfa9852e subsys_dev_iter_next +EXPORT_SYMBOL_GPL vmlinux 0xcfc5108a devlink_fmsg_u8_pair_put +EXPORT_SYMBOL_GPL vmlinux 0xcfc57271 bpf_trace_run11 +EXPORT_SYMBOL_GPL vmlinux 0xcfc7b4e4 rcu_barrier_tasks_trace +EXPORT_SYMBOL_GPL vmlinux 0xcfcac39a get_state_synchronize_srcu +EXPORT_SYMBOL_GPL vmlinux 0xcfd30d71 acpi_os_map_memory +EXPORT_SYMBOL_GPL vmlinux 0xcfde652a thermal_zone_get_slope +EXPORT_SYMBOL_GPL vmlinux 0xcfdfe6bd ata_std_qc_defer +EXPORT_SYMBOL_GPL vmlinux 0xcffd313d crypto_shash_digest +EXPORT_SYMBOL_GPL vmlinux 0xd0177a65 acrn_setup_intr_handler +EXPORT_SYMBOL_GPL vmlinux 0xd01d19f3 devm_clk_get_prepared +EXPORT_SYMBOL_GPL vmlinux 0xd0242f27 platform_device_add +EXPORT_SYMBOL_GPL vmlinux 0xd0256b34 pci_epc_get +EXPORT_SYMBOL_GPL vmlinux 0xd03b5ca0 usb_disable_lpm +EXPORT_SYMBOL_GPL vmlinux 0xd03e01b6 crypto_unregister_alg +EXPORT_SYMBOL_GPL vmlinux 0xd03e6a36 exportfs_encode_inode_fh +EXPORT_SYMBOL_GPL vmlinux 0xd03eaf4c schedule_hrtimeout_range +EXPORT_SYMBOL_GPL vmlinux 0xd044b88b pci_bus_add_device +EXPORT_SYMBOL_GPL vmlinux 0xd04587e1 usb_hub_clear_tt_buffer +EXPORT_SYMBOL_GPL vmlinux 0xd0458ccb xenbus_strstate +EXPORT_SYMBOL_GPL vmlinux 0xd04af902 usb_disable_xhci_ports +EXPORT_SYMBOL_GPL vmlinux 0xd0595e50 bpf_map_inc_not_zero +EXPORT_SYMBOL_GPL vmlinux 0xd05a9b02 regulator_map_voltage_iterate +EXPORT_SYMBOL_GPL vmlinux 0xd05c8d2d xhci_gen_setup +EXPORT_SYMBOL_GPL vmlinux 0xd06524ba raw_notifier_chain_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd067d3c5 system_freezable_power_efficient_wq +EXPORT_SYMBOL_GPL vmlinux 0xd07173c8 __crypto_alloc_tfm +EXPORT_SYMBOL_GPL vmlinux 0xd091722a pinctrl_pm_select_idle_state +EXPORT_SYMBOL_GPL vmlinux 0xd09911a6 acpi_dev_get_irq_type +EXPORT_SYMBOL_GPL vmlinux 0xd09e344a __traceiter_ata_tf_load +EXPORT_SYMBOL_GPL vmlinux 0xd0afc707 get_task_pid +EXPORT_SYMBOL_GPL vmlinux 0xd0b268b9 regulator_get_voltage_sel_regmap +EXPORT_SYMBOL_GPL vmlinux 0xd0c05159 emergency_restart +EXPORT_SYMBOL_GPL vmlinux 0xd0c0fea2 uart_try_toggle_sysrq +EXPORT_SYMBOL_GPL vmlinux 0xd0c636b7 con_debug_enter +EXPORT_SYMBOL_GPL vmlinux 0xd0ca0081 serial8250_rpm_put_tx +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 0xd0de1ce4 crypto_unregister_aead +EXPORT_SYMBOL_GPL vmlinux 0xd0de6075 _RNvXs2R_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_17raw_notifier_headNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xd0df12ba __SCT__tp_func_powernv_throttle +EXPORT_SYMBOL_GPL vmlinux 0xd0e0d8b3 proc_mkdir_data +EXPORT_SYMBOL_GPL vmlinux 0xd0ed528f __tracepoint_block_split +EXPORT_SYMBOL_GPL vmlinux 0xd0eee19e dst_cache_get +EXPORT_SYMBOL_GPL vmlinux 0xd0f94f66 securityfs_create_file +EXPORT_SYMBOL_GPL vmlinux 0xd0fd7085 hwrng_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd11c9e68 __SCK__tp_func_pelt_irq_tp +EXPORT_SYMBOL_GPL vmlinux 0xd131ba26 device_create_file +EXPORT_SYMBOL_GPL vmlinux 0xd13848ec pinctrl_add_gpio_range +EXPORT_SYMBOL_GPL vmlinux 0xd138c08a free_iova_fast +EXPORT_SYMBOL_GPL vmlinux 0xd13a94d1 __SCT__tp_func_devlink_trap_report +EXPORT_SYMBOL_GPL vmlinux 0xd13e4af8 dma_fence_unwrap_next +EXPORT_SYMBOL_GPL vmlinux 0xd14755aa _RNvXsR_NtNtCs9WMcp1Hn5Bv_4core3str4iterNtB5_11CharIndicesNtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xd1481de7 mpi_clear +EXPORT_SYMBOL_GPL vmlinux 0xd159586c net_prio_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0xd18df7dd serial8250_em485_stop_tx +EXPORT_SYMBOL_GPL vmlinux 0xd18fadbe ethnl_cable_test_result +EXPORT_SYMBOL_GPL vmlinux 0xd1950914 pci_disable_pcie_error_reporting +EXPORT_SYMBOL_GPL vmlinux 0xd1ad55eb debugfs_attr_read +EXPORT_SYMBOL_GPL vmlinux 0xd1b8d298 crypto_alloc_shash +EXPORT_SYMBOL_GPL vmlinux 0xd1c6eea5 blkg_conf_prep +EXPORT_SYMBOL_GPL vmlinux 0xd1c6fedd iommu_page_response +EXPORT_SYMBOL_GPL vmlinux 0xd1c98d72 pci_hp_add_bridge +EXPORT_SYMBOL_GPL vmlinux 0xd1cac7bf unregister_ftrace_direct +EXPORT_SYMBOL_GPL vmlinux 0xd1cbc23c add_timer_on +EXPORT_SYMBOL_GPL vmlinux 0xd1cfc9f6 pci_set_cacheline_size +EXPORT_SYMBOL_GPL vmlinux 0xd1e959ed __blkg_prfill_u64 +EXPORT_SYMBOL_GPL vmlinux 0xd1e9a5c7 gpiochip_populate_parent_fwspec_twocell +EXPORT_SYMBOL_GPL vmlinux 0xd1e9b2ad __SCT__tp_func_rpm_resume +EXPORT_SYMBOL_GPL vmlinux 0xd1f2eee2 nf_logger_find_get +EXPORT_SYMBOL_GPL vmlinux 0xd1ffa035 trace_event_buffer_commit +EXPORT_SYMBOL_GPL vmlinux 0xd20c66ab __SCT__tp_func_sched_util_est_se_tp +EXPORT_SYMBOL_GPL vmlinux 0xd210b113 regmap_reinit_cache +EXPORT_SYMBOL_GPL vmlinux 0xd217e9e6 trace_set_clr_event +EXPORT_SYMBOL_GPL vmlinux 0xd21b61bd async_schedule_node_domain +EXPORT_SYMBOL_GPL vmlinux 0xd228030e _RNvXs2e_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_14maple_range_64NtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xd22929f9 _RNvXs6_NtNtCs9WMcp1Hn5Bv_4core3fmt3numhNtB5_10DisplayInt5to_u8 +EXPORT_SYMBOL_GPL vmlinux 0xd229feec pci_d3cold_disable +EXPORT_SYMBOL_GPL vmlinux 0xd230885b balloon_page_list_enqueue +EXPORT_SYMBOL_GPL vmlinux 0xd2423f76 i2c_acpi_get_i2c_resource +EXPORT_SYMBOL_GPL vmlinux 0xd24e9e8c klist_init +EXPORT_SYMBOL_GPL vmlinux 0xd257a27c _RNvXs8_NtNtCs9WMcp1Hn5Bv_4core3fmt3nummNtB5_10DisplayInt5to_u8 +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 0xd27bf8cf _RNvXsj_NtNtCs9WMcp1Hn5Bv_4core9core_arch4simdNtB5_5u16x2NtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xd27eeb4b alloc_iova +EXPORT_SYMBOL_GPL vmlinux 0xd27f215d gnttab_alloc_grant_references +EXPORT_SYMBOL_GPL vmlinux 0xd28c2c51 fsnotify_init_mark +EXPORT_SYMBOL_GPL vmlinux 0xd28c4832 __audit_inode_child +EXPORT_SYMBOL_GPL vmlinux 0xd28d738c hvc_alloc +EXPORT_SYMBOL_GPL vmlinux 0xd2931f43 led_sysfs_disable +EXPORT_SYMBOL_GPL vmlinux 0xd29c1f10 __traceiter_error_report_end +EXPORT_SYMBOL_GPL vmlinux 0xd2a085db crypto_aead_setauthsize +EXPORT_SYMBOL_GPL vmlinux 0xd2a63eed rio_request_outb_mbox +EXPORT_SYMBOL_GPL vmlinux 0xd2b10a05 ata_timing_find_mode +EXPORT_SYMBOL_GPL vmlinux 0xd2bf0b13 _RNvXs2J_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_10rcu_cblistNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xd2d7e59b unregister_platform_power_off +EXPORT_SYMBOL_GPL vmlinux 0xd2e0f5c7 dm_get_queue_limits +EXPORT_SYMBOL_GPL vmlinux 0xd2ec4686 perf_event_enable +EXPORT_SYMBOL_GPL vmlinux 0xd2fdc70c crypto_spawn_tfm2 +EXPORT_SYMBOL_GPL vmlinux 0xd302621b divider_determine_rate +EXPORT_SYMBOL_GPL vmlinux 0xd309f6ef phy_select_page +EXPORT_SYMBOL_GPL vmlinux 0xd313bc7b xas_nomem +EXPORT_SYMBOL_GPL vmlinux 0xd319909c mbox_client_peek_data +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 0xd3249315 power_supply_changed +EXPORT_SYMBOL_GPL vmlinux 0xd3254012 extcon_dev_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd328e2e5 _RNvXs2Y_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_11uprobe_taskNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xd33937b6 crypto_type_has_alg +EXPORT_SYMBOL_GPL vmlinux 0xd33b2e08 device_destroy +EXPORT_SYMBOL_GPL vmlinux 0xd34056e4 mddev_init_writes_pending +EXPORT_SYMBOL_GPL vmlinux 0xd36760ef __usb_get_extra_descriptor +EXPORT_SYMBOL_GPL vmlinux 0xd374f0a6 _RNvXsD_NtNtCs9WMcp1Hn5Bv_4core3str7patternNtB5_10SearchStepNtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xd3752c27 atomic_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0xd38bcdfa fixed_phy_set_link_update +EXPORT_SYMBOL_GPL vmlinux 0xd38ff8b8 _RNvXs9_NtNtCs9WMcp1Hn5Bv_4core3fmt3numyNtB5_10DisplayInt4zero +EXPORT_SYMBOL_GPL vmlinux 0xd39c261e dw_pcie_ep_raise_legacy_irq +EXPORT_SYMBOL_GPL vmlinux 0xd39e9848 put_itimerspec64 +EXPORT_SYMBOL_GPL vmlinux 0xd3aaac47 phy_optional_get +EXPORT_SYMBOL_GPL vmlinux 0xd3b5d633 _RNvXs2_NtNtCs9WMcp1Hn5Bv_4core3fmt3numlNtB5_10DisplayInt6to_u64 +EXPORT_SYMBOL_GPL vmlinux 0xd3bdbe3e crypto_ahash_setkey +EXPORT_SYMBOL_GPL vmlinux 0xd3c0944f _RNvXse_NtCsiTPnVqBGVaY_6kernel3strNtB5_16CStrConvertErrorNtNtCs9WMcp1Hn5Bv_4core3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xd3c4f4e1 _RNvXs8_NtNtNtCs9WMcp1Hn5Bv_4core3fmt3num3impaNtB9_8LowerExp3fmt +EXPORT_SYMBOL_GPL vmlinux 0xd3e1e7ec pci_epc_map_addr +EXPORT_SYMBOL_GPL vmlinux 0xd3eaf1ed devlink_dpipe_entry_clear +EXPORT_SYMBOL_GPL vmlinux 0xd3ec851c __traceiter_unmap +EXPORT_SYMBOL_GPL vmlinux 0xd4034828 system_freezable_wq +EXPORT_SYMBOL_GPL vmlinux 0xd409ec87 _RNvXsK_NtNtCs9WMcp1Hn5Bv_4core3fmt3numsNtB7_8LowerHex3fmt +EXPORT_SYMBOL_GPL vmlinux 0xd416cfec perf_guest_get_msrs +EXPORT_SYMBOL_GPL vmlinux 0xd41b5b3f __dev_fwnode +EXPORT_SYMBOL_GPL vmlinux 0xd426dbc4 erst_get_record_count +EXPORT_SYMBOL_GPL vmlinux 0xd42906bf pci_enable_pcie_error_reporting +EXPORT_SYMBOL_GPL vmlinux 0xd42f1d4e show_rcu_tasks_rude_gp_kthread +EXPORT_SYMBOL_GPL vmlinux 0xd43b829b alloc_page_buffers +EXPORT_SYMBOL_GPL vmlinux 0xd43e9981 _RNvXs1_NtCs8dagVACJQAP_5alloc11collectionsNtB5_15TryReserveErrorNtNtCs9WMcp1Hn5Bv_4core3fmt7Display3fmt +EXPORT_SYMBOL_GPL vmlinux 0xd43f23d2 fib_rule_matchall +EXPORT_SYMBOL_GPL vmlinux 0xd4404350 __SCT__tp_func_block_split +EXPORT_SYMBOL_GPL vmlinux 0xd44916cd _RNvXs22_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_20optimistic_spin_nodeNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xd44a5eac kgdb_register_nmi_console +EXPORT_SYMBOL_GPL vmlinux 0xd44f058a _RNvXs33_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_60page__bindgen_ty_1__bindgen_ty_1__bindgen_ty_1__bindgen_ty_1NtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xd450d9e2 iopf_queue_remove_device +EXPORT_SYMBOL_GPL vmlinux 0xd4670eb8 acpi_unregister_lps0_dev +EXPORT_SYMBOL_GPL vmlinux 0xd46af5ef cppc_get_perf_ctrs +EXPORT_SYMBOL_GPL vmlinux 0xd46e4a60 pci_aer_clear_nonfatal_status +EXPORT_SYMBOL_GPL vmlinux 0xd47f12a9 clk_mux_determine_rate_flags +EXPORT_SYMBOL_GPL vmlinux 0xd48b3d77 devm_regulator_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0xd48d9cab rio_route_clr_table +EXPORT_SYMBOL_GPL vmlinux 0xd490c840 devlink_health_reporter_create +EXPORT_SYMBOL_GPL vmlinux 0xd4a6748f xhci_dbg_trace +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 0xd4c1c54a gpiod_export_link +EXPORT_SYMBOL_GPL vmlinux 0xd4c4ab02 pci_p2pmem_free_sgl +EXPORT_SYMBOL_GPL vmlinux 0xd4c92d28 _RNvXs3_NtCs9WMcp1Hn5Bv_4core4timeNtB5_8DurationINtNtNtB7_3ops5arith3MulmE3mul +EXPORT_SYMBOL_GPL vmlinux 0xd4d54d01 devl_dpipe_table_register +EXPORT_SYMBOL_GPL vmlinux 0xd4d9eb21 rtnl_af_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd4e6d7e0 linear_range_get_value +EXPORT_SYMBOL_GPL vmlinux 0xd4ec0ea1 __tracepoint_xdp_exception +EXPORT_SYMBOL_GPL vmlinux 0xd4ec6c4e __rio_local_write_config_16 +EXPORT_SYMBOL_GPL vmlinux 0xd4ede215 _RNvXs4b_NtNtCs9WMcp1Hn5Bv_4core9core_arch4simdNtB6_6u16x32NtNtBa_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xd4f5bfa5 iommu_queue_iopf +EXPORT_SYMBOL_GPL vmlinux 0xd51a5ff4 _RNvXsp_NtCs9WMcp1Hn5Bv_4core3numhNtNtNtB7_3str6traits7FromStr8from_str +EXPORT_SYMBOL_GPL vmlinux 0xd51e4e10 devlink_port_type_clear +EXPORT_SYMBOL_GPL vmlinux 0xd5231cac phy_pm_runtime_put +EXPORT_SYMBOL_GPL vmlinux 0xd52a3826 acpi_device_fwnode_ops +EXPORT_SYMBOL_GPL vmlinux 0xd52f355e __folio_lock_killable +EXPORT_SYMBOL_GPL vmlinux 0xd5301b2c linear_range_get_max_value +EXPORT_SYMBOL_GPL vmlinux 0xd5319b72 serdev_device_write_room +EXPORT_SYMBOL_GPL vmlinux 0xd5355d4f dm_disk +EXPORT_SYMBOL_GPL vmlinux 0xd536d5bf sysfs_remove_file_self +EXPORT_SYMBOL_GPL vmlinux 0xd5383b6f _RNvNtNtNtCs9WMcp1Hn5Bv_4core7unicode12unicode_data2cc6lookup +EXPORT_SYMBOL_GPL vmlinux 0xd53c67b3 unregister_net_sysctl_table +EXPORT_SYMBOL_GPL vmlinux 0xd544789a swapcache_mapping +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 0xd55e6193 usb_remove_hcd +EXPORT_SYMBOL_GPL vmlinux 0xd56ae4cd pin_user_pages_fast_only +EXPORT_SYMBOL_GPL vmlinux 0xd5787987 devlink_trap_groups_register +EXPORT_SYMBOL_GPL vmlinux 0xd5815380 mptcp_token_get_sock +EXPORT_SYMBOL_GPL vmlinux 0xd58ac072 _RNvXNtCsiTPnVqBGVaY_6kernel9allocatorNtB2_15KernelAllocatorNtNtNtCs9WMcp1Hn5Bv_4core5alloc6global11GlobalAlloc5alloc +EXPORT_SYMBOL_GPL vmlinux 0xd58e01b0 phy_modify_changed +EXPORT_SYMBOL_GPL vmlinux 0xd58e6d65 _RNvXsb_NtNtCs9WMcp1Hn5Bv_4core3fmt3numjNtB5_10DisplayInt4zero +EXPORT_SYMBOL_GPL vmlinux 0xd5980f11 srcu_barrier +EXPORT_SYMBOL_GPL vmlinux 0xd59a1587 linkmode_resolve_pause +EXPORT_SYMBOL_GPL vmlinux 0xd5b11bca crypto_stats_akcipher_verify +EXPORT_SYMBOL_GPL vmlinux 0xd5dae4df set_secondary_fwnode +EXPORT_SYMBOL_GPL vmlinux 0xd5eeec56 trace_add_event_call +EXPORT_SYMBOL_GPL vmlinux 0xd5f3bb7b set_memory_encrypted +EXPORT_SYMBOL_GPL vmlinux 0xd5fcb993 kthread_park +EXPORT_SYMBOL_GPL vmlinux 0xd60b7fbb component_del +EXPORT_SYMBOL_GPL vmlinux 0xd60e14da device_wakeup_enable +EXPORT_SYMBOL_GPL vmlinux 0xd6118a61 serdev_device_write_buf +EXPORT_SYMBOL_GPL vmlinux 0xd61d4978 _RNvXs4_NtNtCs9WMcp1Hn5Bv_4core3num5errorNtB5_15TryFromIntErrorNtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xd620232a regmap_async_complete +EXPORT_SYMBOL_GPL vmlinux 0xd6249e99 _RNvXs4_NtCsiTPnVqBGVaY_6kernel5errorNtB5_5ErrorINtNtCs9WMcp1Hn5Bv_4core7convert4FromNtNtBO_3fmt5ErrorE4from +EXPORT_SYMBOL_GPL vmlinux 0xd634c644 phy_resolve_aneg_linkmode +EXPORT_SYMBOL_GPL vmlinux 0xd648bcc5 desc_to_gpio +EXPORT_SYMBOL_GPL vmlinux 0xd64ed259 __memcat_p +EXPORT_SYMBOL_GPL vmlinux 0xd66927a2 bus_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd66a7a35 sbitmap_queue_wake_all +EXPORT_SYMBOL_GPL vmlinux 0xd67364f7 eventfd_ctx_fdget +EXPORT_SYMBOL_GPL vmlinux 0xd6855d3b platform_bus +EXPORT_SYMBOL_GPL vmlinux 0xd69c0ac7 _RNvXsN_NtCs796HB7yPNRt_8bindings12bindings_rawNtB5_31edd_device_params__bindgen_ty_2NtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xd6aafb42 crc64_rocksoft +EXPORT_SYMBOL_GPL vmlinux 0xd6af1bba ata_cable_80wire +EXPORT_SYMBOL_GPL vmlinux 0xd6af7731 nl_table +EXPORT_SYMBOL_GPL vmlinux 0xd6b27e8a xas_set_mark +EXPORT_SYMBOL_GPL vmlinux 0xd6b4988e iommu_enable_nesting +EXPORT_SYMBOL_GPL vmlinux 0xd6b8dc1c _RNvXs2l_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_38maple_node__bindgen_ty_1__bindgen_ty_2NtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xd6bd9cf3 spi_bus_lock +EXPORT_SYMBOL_GPL vmlinux 0xd6be4b7c virtqueue_get_vring +EXPORT_SYMBOL_GPL vmlinux 0xd6bf81e8 dev_attr_em_message_type +EXPORT_SYMBOL_GPL vmlinux 0xd6df01f7 perf_get_hw_event_config +EXPORT_SYMBOL_GPL vmlinux 0xd6e17959 device_create_bin_file +EXPORT_SYMBOL_GPL vmlinux 0xd6e46e6f _RNvXs6_NtNtCs9WMcp1Hn5Bv_4core3ffi5c_strNtB5_4CStrNtNtB9_3cmp10PartialOrd11partial_cmp +EXPORT_SYMBOL_GPL vmlinux 0xd6ed25f0 acpi_register_lps0_dev +EXPORT_SYMBOL_GPL vmlinux 0xd6feefa5 agp_num_entries +EXPORT_SYMBOL_GPL vmlinux 0xd70c57aa usb_hcd_start_port_resume +EXPORT_SYMBOL_GPL vmlinux 0xd71534ec iommu_device_unlink +EXPORT_SYMBOL_GPL vmlinux 0xd718b1d7 inet_csk_listen_start +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 0xd736e464 pci_sriov_configure_simple +EXPORT_SYMBOL_GPL vmlinux 0xd73b4325 __irq_domain_alloc_fwnode +EXPORT_SYMBOL_GPL vmlinux 0xd73f8b4f device_remove_groups +EXPORT_SYMBOL_GPL vmlinux 0xd74e400f show_rcu_tasks_classic_gp_kthread +EXPORT_SYMBOL_GPL vmlinux 0xd75b20aa rsa_parse_priv_key +EXPORT_SYMBOL_GPL vmlinux 0xd75fffb4 ohci_hub_status_data +EXPORT_SYMBOL_GPL vmlinux 0xd768e985 regulator_has_full_constraints +EXPORT_SYMBOL_GPL vmlinux 0xd7700789 crypto_req_done +EXPORT_SYMBOL_GPL vmlinux 0xd7754e4b sfp_bus_add_upstream +EXPORT_SYMBOL_GPL vmlinux 0xd776019c _RNvNtNtCs9WMcp1Hn5Bv_4core5slice5index25slice_index_order_fail_rt +EXPORT_SYMBOL_GPL vmlinux 0xd787f896 aead_register_instance +EXPORT_SYMBOL_GPL vmlinux 0xd78e54ab bind_interdomain_evtchn_to_irqhandler_lateeoi +EXPORT_SYMBOL_GPL vmlinux 0xd79ad81e validate_xmit_xfrm +EXPORT_SYMBOL_GPL vmlinux 0xd79d11c0 _RNvNtNtCs9WMcp1Hn5Bv_4core3str8converts13from_utf8_mut +EXPORT_SYMBOL_GPL vmlinux 0xd7a8508d perf_msr_probe +EXPORT_SYMBOL_GPL vmlinux 0xd7a86ea4 tcp_twsk_purge +EXPORT_SYMBOL_GPL vmlinux 0xd7a8c28e trace_array_destroy +EXPORT_SYMBOL_GPL vmlinux 0xd7aea26e kernel_read_file_from_path_initns +EXPORT_SYMBOL_GPL vmlinux 0xd7b62f09 scsi_dh_attached_handler_name +EXPORT_SYMBOL_GPL vmlinux 0xd7b6f08d srcu_init_notifier_head +EXPORT_SYMBOL_GPL vmlinux 0xd7c57933 get_pid_task +EXPORT_SYMBOL_GPL vmlinux 0xd7c89c3d blk_crypto_evict_key +EXPORT_SYMBOL_GPL vmlinux 0xd7cdbb5a crypto_aead_decrypt +EXPORT_SYMBOL_GPL vmlinux 0xd7cea889 edac_mod_work +EXPORT_SYMBOL_GPL vmlinux 0xd7d7f2a7 devlink_port_health_reporter_destroy +EXPORT_SYMBOL_GPL vmlinux 0xd7e25741 of_css +EXPORT_SYMBOL_GPL vmlinux 0xd7eebb93 blk_mq_unquiesce_tagset +EXPORT_SYMBOL_GPL vmlinux 0xd7f13405 _RNvXs6_NtNtCs9WMcp1Hn5Bv_4core3fmt3numhNtB5_10DisplayInt6to_u32 +EXPORT_SYMBOL_GPL vmlinux 0xd808dedf fwnode_connection_find_match +EXPORT_SYMBOL_GPL vmlinux 0xd839f093 _RNvXsa_NtNtCs9WMcp1Hn5Bv_4core3fmt3numoNtB5_10DisplayInt7from_u8 +EXPORT_SYMBOL_GPL vmlinux 0xd84ace5c devm_clk_hw_register_fixed_factor_parent_hw +EXPORT_SYMBOL_GPL vmlinux 0xd84d35bd dax_read_lock +EXPORT_SYMBOL_GPL vmlinux 0xd84d5a2b pci_hp_destroy +EXPORT_SYMBOL_GPL vmlinux 0xd8592e39 nd_region_provider_data +EXPORT_SYMBOL_GPL vmlinux 0xd86dbb1d dev_pm_enable_wake_irq +EXPORT_SYMBOL_GPL vmlinux 0xd86dfab1 serdev_controller_remove +EXPORT_SYMBOL_GPL vmlinux 0xd86f2ca8 ata_std_bios_param +EXPORT_SYMBOL_GPL vmlinux 0xd87fc0a0 usb_amd_prefetch_quirk +EXPORT_SYMBOL_GPL vmlinux 0xd885958c _RNvXs29_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_7rb_nodeNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xd8865ab4 debugfs_create_ulong +EXPORT_SYMBOL_GPL vmlinux 0xd88defca __dma_fence_unwrap_merge +EXPORT_SYMBOL_GPL vmlinux 0xd8a10d83 phy_calibrate +EXPORT_SYMBOL_GPL vmlinux 0xd8aa5cb3 inet_csk_route_child_sock +EXPORT_SYMBOL_GPL vmlinux 0xd8ad0934 fscrypt_mergeable_bio +EXPORT_SYMBOL_GPL vmlinux 0xd8b0a3e5 ping_recvmsg +EXPORT_SYMBOL_GPL vmlinux 0xd8bdbc41 set_selection_kernel +EXPORT_SYMBOL_GPL vmlinux 0xd8cdd1ab pinctrl_put +EXPORT_SYMBOL_GPL vmlinux 0xd8ced26b _RNvXsM_NtNtCs9WMcp1Hn5Bv_4core3fmt3numtNtB7_6Binary3fmt +EXPORT_SYMBOL_GPL vmlinux 0xd8d065dd hv_stimer_alloc +EXPORT_SYMBOL_GPL vmlinux 0xd8d136be dev_pm_qos_add_request +EXPORT_SYMBOL_GPL vmlinux 0xd8d68ab1 dmi_memdev_type +EXPORT_SYMBOL_GPL vmlinux 0xd8f4ca63 regmap_multi_reg_write +EXPORT_SYMBOL_GPL vmlinux 0xd8fbb14d net_cls_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0xd908f943 pci_epc_start +EXPORT_SYMBOL_GPL vmlinux 0xd90de65e sk_msg_zerocopy_from_iter +EXPORT_SYMBOL_GPL vmlinux 0xd912f3d4 devl_port_unregister +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 0xd9315513 devm_platform_ioremap_resource +EXPORT_SYMBOL_GPL vmlinux 0xd93b9ffe rio_del_device +EXPORT_SYMBOL_GPL vmlinux 0xd9413a32 irq_set_chip_and_handler_name +EXPORT_SYMBOL_GPL vmlinux 0xd9429beb sync_page_io +EXPORT_SYMBOL_GPL vmlinux 0xd94880c7 alloc_skb_for_msg +EXPORT_SYMBOL_GPL vmlinux 0xd94d14bd nfnl_ct_hook +EXPORT_SYMBOL_GPL vmlinux 0xd94d8f0c lp8788_update_bits +EXPORT_SYMBOL_GPL vmlinux 0xd94eb3a1 tcp_twsk_destructor +EXPORT_SYMBOL_GPL vmlinux 0xd951d90d ata_sas_async_probe +EXPORT_SYMBOL_GPL vmlinux 0xd95b23b0 __auxiliary_device_add +EXPORT_SYMBOL_GPL vmlinux 0xd96babb4 interval_tree_iter_next +EXPORT_SYMBOL_GPL vmlinux 0xd98f0dba tpm_chip_start +EXPORT_SYMBOL_GPL vmlinux 0xd9916c3a idr_alloc_u32 +EXPORT_SYMBOL_GPL vmlinux 0xd9992eb4 uv_bios_get_geoinfo +EXPORT_SYMBOL_GPL vmlinux 0xd99c6e4c device_add_software_node +EXPORT_SYMBOL_GPL vmlinux 0xd9a42123 simple_rename_exchange +EXPORT_SYMBOL_GPL vmlinux 0xd9adf130 pse_controller_register +EXPORT_SYMBOL_GPL vmlinux 0xd9ba614a hwmon_device_register_with_info +EXPORT_SYMBOL_GPL vmlinux 0xd9cc6e45 _RNvXs0_NtNtCs9WMcp1Hn5Bv_4core3fmt3numaNtB5_10DisplayInt7to_u128 +EXPORT_SYMBOL_GPL vmlinux 0xd9d0a2af devlink_flash_update_timeout_notify +EXPORT_SYMBOL_GPL vmlinux 0xd9d61ece umd_load_blob +EXPORT_SYMBOL_GPL vmlinux 0xd9e24457 ring_buffer_peek +EXPORT_SYMBOL_GPL vmlinux 0xd9e6774f __inet_twsk_schedule +EXPORT_SYMBOL_GPL vmlinux 0xd9ed96d7 transport_remove_device +EXPORT_SYMBOL_GPL vmlinux 0xd9f95b0f _RNvXs2_NtNtCs9WMcp1Hn5Bv_4core3fmt3numlNtB5_10DisplayInt5to_u8 +EXPORT_SYMBOL_GPL vmlinux 0xd9fd33b4 public_key_subtype +EXPORT_SYMBOL_GPL vmlinux 0xd9febee8 pcim_doe_create_mb +EXPORT_SYMBOL_GPL vmlinux 0xd9ff2172 ezx_pcap_write +EXPORT_SYMBOL_GPL vmlinux 0xda015aed __fscrypt_encrypt_symlink +EXPORT_SYMBOL_GPL vmlinux 0xda070195 platform_driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0xda0947de kmsg_dump_unregister +EXPORT_SYMBOL_GPL vmlinux 0xda09ce0f _RNvXs1z_NtNtCs9WMcp1Hn5Bv_4core9core_arch4simdNtB6_5u8x16NtNtBa_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xda0d1713 vcap_rule_get_counter +EXPORT_SYMBOL_GPL vmlinux 0xda189b06 scsi_internal_device_block_nowait +EXPORT_SYMBOL_GPL vmlinux 0xda1f78ee clear_hv_tscchange_cb +EXPORT_SYMBOL_GPL vmlinux 0xda21a012 vcap_addr_keysets +EXPORT_SYMBOL_GPL vmlinux 0xda21ea62 _RNvMs7_NtCs9WMcp1Hn5Bv_4core3fmtNtB5_9Formatter9write_str +EXPORT_SYMBOL_GPL vmlinux 0xda24161a _RNvXs0_NtNtCs9WMcp1Hn5Bv_4core3fmt8buildersNtB5_10PadAdapterNtB7_5Write9write_str +EXPORT_SYMBOL_GPL vmlinux 0xda320d31 sfp_module_start +EXPORT_SYMBOL_GPL vmlinux 0xda379684 sysfs_create_link_nowarn +EXPORT_SYMBOL_GPL vmlinux 0xda42fad5 _RNvMs6_NtNtCs9WMcp1Hn5Bv_4core3fmt8buildersNtB5_8DebugMap3key +EXPORT_SYMBOL_GPL vmlinux 0xda47f949 regmap_field_test_bits +EXPORT_SYMBOL_GPL vmlinux 0xda5684ac reset_controller_unregister +EXPORT_SYMBOL_GPL vmlinux 0xda606d6b spi_finalize_current_transfer +EXPORT_SYMBOL_GPL vmlinux 0xda684331 ping_get_port +EXPORT_SYMBOL_GPL vmlinux 0xda6adf3e pci_hp_remove_module_link +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 0xdaa06dc1 acpi_lpat_raw_to_temp +EXPORT_SYMBOL_GPL vmlinux 0xdab5a1eb interval_tree_insert +EXPORT_SYMBOL_GPL vmlinux 0xdabf315e xfrm_get_translator +EXPORT_SYMBOL_GPL vmlinux 0xdac4adc5 sk_psock_init +EXPORT_SYMBOL_GPL vmlinux 0xdac764b3 __pm_runtime_disable +EXPORT_SYMBOL_GPL vmlinux 0xdaca8fee bpf_offload_dev_create +EXPORT_SYMBOL_GPL vmlinux 0xdae31154 crypto_alloc_akcipher +EXPORT_SYMBOL_GPL vmlinux 0xdaf4dfb3 fb_mode_option +EXPORT_SYMBOL_GPL vmlinux 0xdaf9bdae blk_mq_hctx_set_fq_lock_class +EXPORT_SYMBOL_GPL vmlinux 0xdafb1b2d _RNvXs2_NtCsiTPnVqBGVaY_6kernel5errorNtB5_5ErrorINtNtCs9WMcp1Hn5Bv_4core7convert4FromNtNtCs8dagVACJQAP_5alloc11collections15TryReserveErrorE4from +EXPORT_SYMBOL_GPL vmlinux 0xdaffe6a1 devlink_port_attrs_pci_vf_set +EXPORT_SYMBOL_GPL vmlinux 0xdb008395 _RNvXsF_NtNtCs9WMcp1Hn5Bv_4core3fmt3numhNtB7_5Octal3fmt +EXPORT_SYMBOL_GPL vmlinux 0xdb0ecdc3 devl_resource_occ_get_register +EXPORT_SYMBOL_GPL vmlinux 0xdb1a88d1 __traceiter_neigh_event_send_done +EXPORT_SYMBOL_GPL vmlinux 0xdb1aaf9b arch_is_platform_page +EXPORT_SYMBOL_GPL vmlinux 0xdb5a6a10 tcp_ca_openreq_child +EXPORT_SYMBOL_GPL vmlinux 0xdb5dfbec icmp_build_probe +EXPORT_SYMBOL_GPL vmlinux 0xdb62dc67 __SCT__tp_func_map +EXPORT_SYMBOL_GPL vmlinux 0xdb63a944 acpi_lpat_get_conversion_table +EXPORT_SYMBOL_GPL vmlinux 0xdb6f1f4f __strp_unpause +EXPORT_SYMBOL_GPL vmlinux 0xdb727637 vcap_set_rule_set_keyset +EXPORT_SYMBOL_GPL vmlinux 0xdb8a1b3f usermodehelper_read_trylock +EXPORT_SYMBOL_GPL vmlinux 0xdba0e344 machine_check_poll +EXPORT_SYMBOL_GPL vmlinux 0xdba9f9ec _RNvXs5_NtNtCs9WMcp1Hn5Bv_4core3fmt3numiNtB5_10DisplayInt6to_u64 +EXPORT_SYMBOL_GPL vmlinux 0xdbb44325 gnttab_unmap_refs +EXPORT_SYMBOL_GPL vmlinux 0xdbb5b4d2 usb_role_switch_register +EXPORT_SYMBOL_GPL vmlinux 0xdbcbf6a1 debugfs_lookup_and_remove +EXPORT_SYMBOL_GPL vmlinux 0xdbdb0e8b request_any_context_irq +EXPORT_SYMBOL_GPL vmlinux 0xdbe286d6 pm_clk_resume +EXPORT_SYMBOL_GPL vmlinux 0xdbf4283e fuse_request_end +EXPORT_SYMBOL_GPL vmlinux 0xdbf55b3f usb_put_hcd +EXPORT_SYMBOL_GPL vmlinux 0xdbf7cb70 mpi_get_nbits +EXPORT_SYMBOL_GPL vmlinux 0xdbfa2500 devl_trylock +EXPORT_SYMBOL_GPL vmlinux 0xdc017705 phy_start_machine +EXPORT_SYMBOL_GPL vmlinux 0xdc02eb39 dmi_available +EXPORT_SYMBOL_GPL vmlinux 0xdc12c5e9 _RNvXs2l_NtNtCs9WMcp1Hn5Bv_4core9core_arch4simdNtB6_5f32x4NtNtBa_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xdc14a211 xen_hvm_evtchn_do_upcall +EXPORT_SYMBOL_GPL vmlinux 0xdc14ccae __SCK__tp_func_sched_util_est_cfs_tp +EXPORT_SYMBOL_GPL vmlinux 0xdc229dab _RNvXsz_NtCs796HB7yPNRt_8bindings12bindings_rawNtB5_18ddebug_class_paramNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xdc280923 acpi_dev_pm_attach +EXPORT_SYMBOL_GPL vmlinux 0xdc3733f4 _RNvMsc_NtCsiTPnVqBGVaY_6kernel3strNtB5_7CString12try_from_fmt +EXPORT_SYMBOL_GPL vmlinux 0xdc3c6479 devm_regmap_add_irq_chip_fwnode +EXPORT_SYMBOL_GPL vmlinux 0xdc3d6aee __sock_recv_cmsgs +EXPORT_SYMBOL_GPL vmlinux 0xdc41901e skb_mpls_dec_ttl +EXPORT_SYMBOL_GPL vmlinux 0xdc43bdc6 pci_vpd_find_ro_info_keyword +EXPORT_SYMBOL_GPL vmlinux 0xdc45a5db edac_stop_work +EXPORT_SYMBOL_GPL vmlinux 0xdc5c6a9b __clocksource_register_scale +EXPORT_SYMBOL_GPL vmlinux 0xdc6596fa irq_set_parent +EXPORT_SYMBOL_GPL vmlinux 0xdc6699cb acpi_dev_free_resource_list +EXPORT_SYMBOL_GPL vmlinux 0xdc67a010 task_cls_state +EXPORT_SYMBOL_GPL vmlinux 0xdc75d916 _RNvXsc_NtNtCs9WMcp1Hn5Bv_4core5alloc6layoutNtB5_11LayoutErrorNtNtB9_3fmt5Debug3fmt +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 0xdc8e3eb6 __dev_forward_skb +EXPORT_SYMBOL_GPL vmlinux 0xdc97af2e syscore_suspend +EXPORT_SYMBOL_GPL vmlinux 0xdc9b68c3 usb_asmedia_modifyflowcontrol +EXPORT_SYMBOL_GPL vmlinux 0xdc9e96c1 exportfs_decode_fh_raw +EXPORT_SYMBOL_GPL vmlinux 0xdc9fa232 raw_notifier_chain_register +EXPORT_SYMBOL_GPL vmlinux 0xdcb23997 synth_event_trace_array +EXPORT_SYMBOL_GPL vmlinux 0xdcc25097 _RNvMs3_NtNtCs9WMcp1Hn5Bv_4core3ffi5c_strNtB5_4CStr6to_str +EXPORT_SYMBOL_GPL vmlinux 0xdcccdcc3 firmware_request_platform +EXPORT_SYMBOL_GPL vmlinux 0xdcd44628 devlink_port_region_create +EXPORT_SYMBOL_GPL vmlinux 0xdce245c1 ping_seq_next +EXPORT_SYMBOL_GPL vmlinux 0xdce35f6b devm_pinctrl_unregister +EXPORT_SYMBOL_GPL vmlinux 0xdceb5362 efi_status_to_err +EXPORT_SYMBOL_GPL vmlinux 0xdcf30abe pinctrl_utils_add_map_mux +EXPORT_SYMBOL_GPL vmlinux 0xdcf34552 blkg_rwstat_recursive_sum +EXPORT_SYMBOL_GPL vmlinux 0xdcfd47a1 fwnode_get_next_parent +EXPORT_SYMBOL_GPL vmlinux 0xdd01039f vmf_insert_pfn_pmd_prot +EXPORT_SYMBOL_GPL vmlinux 0xdd0762df set_worker_desc +EXPORT_SYMBOL_GPL vmlinux 0xdd0fd439 unregister_acpi_bus_type +EXPORT_SYMBOL_GPL vmlinux 0xdd150193 __regmap_init_spi +EXPORT_SYMBOL_GPL vmlinux 0xdd18cfef irq_get_irq_data +EXPORT_SYMBOL_GPL vmlinux 0xdd450ef1 x509_free_certificate +EXPORT_SYMBOL_GPL vmlinux 0xdd48cbbe _RNvXs8_NtNtCs9WMcp1Hn5Bv_4core3fmt3nummNtB5_10DisplayInt4zero +EXPORT_SYMBOL_GPL vmlinux 0xdd54eb2e unregister_kretprobes +EXPORT_SYMBOL_GPL vmlinux 0xdd621f80 inet6_compat_ioctl +EXPORT_SYMBOL_GPL vmlinux 0xdd626ee3 fuse_len_args +EXPORT_SYMBOL_GPL vmlinux 0xdd6b5b57 verify_signature +EXPORT_SYMBOL_GPL vmlinux 0xdd6edddc cookie_tcp_reqsk_alloc +EXPORT_SYMBOL_GPL vmlinux 0xdd8e6895 i2c_handle_smbus_host_notify +EXPORT_SYMBOL_GPL vmlinux 0xdd94cba7 restore_online_page_callback +EXPORT_SYMBOL_GPL vmlinux 0xdd9dd80d xen_pvh +EXPORT_SYMBOL_GPL vmlinux 0xdda8c7a7 _RNvMs7_NtCs9WMcp1Hn5Bv_4core3fmtNtB5_9Formatter9sign_plus +EXPORT_SYMBOL_GPL vmlinux 0xdda97e0b vfs_getxattr +EXPORT_SYMBOL_GPL vmlinux 0xddbb92d0 l3mdev_fib_table_rcu +EXPORT_SYMBOL_GPL vmlinux 0xddbeeecc pci_lock_rescan_remove +EXPORT_SYMBOL_GPL vmlinux 0xddd0f6a4 scsi_dh_attach +EXPORT_SYMBOL_GPL vmlinux 0xdde1bd09 ethnl_cable_test_free +EXPORT_SYMBOL_GPL vmlinux 0xdde37eda nvmem_del_cell_table +EXPORT_SYMBOL_GPL vmlinux 0xddeaf837 tty_port_default_client_ops +EXPORT_SYMBOL_GPL vmlinux 0xddf4d465 _RNvXsd_NtNtNtCs9WMcp1Hn5Bv_4core9core_simd5masks9mask_implyNtB5_11ReverseBits12reverse_bits +EXPORT_SYMBOL_GPL vmlinux 0xde0af24f udp_memory_per_cpu_fw_alloc +EXPORT_SYMBOL_GPL vmlinux 0xde0d61f7 _RNvXs2n_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_10maple_nodeNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xde1014a8 genphy_c45_pma_baset1_read_master_slave +EXPORT_SYMBOL_GPL vmlinux 0xde11becc device_wakeup_disable +EXPORT_SYMBOL_GPL vmlinux 0xde148734 regulator_count_voltages +EXPORT_SYMBOL_GPL vmlinux 0xde154aee _RNvNvMsE_NtNtCs9WMcp1Hn5Bv_4core3num7nonzeroNtB7_9NonZeroI813new_unchecked8comptime +EXPORT_SYMBOL_GPL vmlinux 0xde1b55b6 fl6_merge_options +EXPORT_SYMBOL_GPL vmlinux 0xde1eb463 posix_clock_unregister +EXPORT_SYMBOL_GPL vmlinux 0xde31bf7e unregister_sys_off_handler +EXPORT_SYMBOL_GPL vmlinux 0xde39c6b8 clk_hw_unregister_mux +EXPORT_SYMBOL_GPL vmlinux 0xde39ffc0 devm_init_badblocks +EXPORT_SYMBOL_GPL vmlinux 0xde473ad4 _RNvXso_NtCs9WMcp1Hn5Bv_4core4charNtB5_16TryFromCharErrorNtNtB7_3fmt7Display3fmt +EXPORT_SYMBOL_GPL vmlinux 0xde592219 _RNvNtNtNtCs9WMcp1Hn5Bv_4core7unicode12unicode_data1n6lookup +EXPORT_SYMBOL_GPL vmlinux 0xde5b8270 _RNvXsO_NtNtCs9WMcp1Hn5Bv_4core4sync6atomicNtB5_9AtomicI64NtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xde619ec3 pci_epc_raise_irq +EXPORT_SYMBOL_GPL vmlinux 0xde6f1851 TSS_checkhmac1 +EXPORT_SYMBOL_GPL vmlinux 0xde7f007e usb_add_phy +EXPORT_SYMBOL_GPL vmlinux 0xde8036a1 device_set_wakeup_enable +EXPORT_SYMBOL_GPL vmlinux 0xde8368f4 ata_dev_set_feature +EXPORT_SYMBOL_GPL vmlinux 0xde9510cb filemap_migrate_folio +EXPORT_SYMBOL_GPL vmlinux 0xde9ab8c7 xenbus_rm +EXPORT_SYMBOL_GPL vmlinux 0xdead2e78 reserve_iova +EXPORT_SYMBOL_GPL vmlinux 0xdeb9c1be _RNvXsd_NtCs8dagVACJQAP_5alloc11collectionsNtB5_19TryReserveErrorKindNtNtCs9WMcp1Hn5Bv_4core3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xdebfe6ad __tracepoint_napi_poll +EXPORT_SYMBOL_GPL vmlinux 0xdec07267 _RNvXsb_NtCs9WMcp1Hn5Bv_4core3fmtzNtB5_7Display3fmt +EXPORT_SYMBOL_GPL vmlinux 0xded38e25 switchdev_handle_port_obj_add_foreign +EXPORT_SYMBOL_GPL vmlinux 0xdef47d55 unwind_get_return_address +EXPORT_SYMBOL_GPL vmlinux 0xdefda2a6 xfrm_state_afinfo_get_rcu +EXPORT_SYMBOL_GPL vmlinux 0xdeffa0a7 edac_raw_mc_handle_error +EXPORT_SYMBOL_GPL vmlinux 0xdf01e457 hsu_dma_get_status +EXPORT_SYMBOL_GPL vmlinux 0xdf06ac51 gpiod_set_array_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0xdf084222 tps65912_device_exit +EXPORT_SYMBOL_GPL vmlinux 0xdf0908e6 crypto_hash_walk_first +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 0xdf0f7d35 __SCK__tp_func_devlink_hwmsg +EXPORT_SYMBOL_GPL vmlinux 0xdf1882af dbgp_reset_prep +EXPORT_SYMBOL_GPL vmlinux 0xdf1be5e1 __free_iova +EXPORT_SYMBOL_GPL vmlinux 0xdf237453 timer_shutdown_sync +EXPORT_SYMBOL_GPL vmlinux 0xdf2738bb cpu_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0xdf2787cf regulator_suspend_enable +EXPORT_SYMBOL_GPL vmlinux 0xdf31898f cper_mem_err_pack +EXPORT_SYMBOL_GPL vmlinux 0xdf32aba4 extcon_set_property_sync +EXPORT_SYMBOL_GPL vmlinux 0xdf35c1da led_stop_software_blink +EXPORT_SYMBOL_GPL vmlinux 0xdf41f8ce __traceiter_rpm_suspend +EXPORT_SYMBOL_GPL vmlinux 0xdf448313 regulator_disable +EXPORT_SYMBOL_GPL vmlinux 0xdf448d1c fanout_mutex +EXPORT_SYMBOL_GPL vmlinux 0xdf47fa96 __regmap_init_mmio_clk +EXPORT_SYMBOL_GPL vmlinux 0xdf4d687b __srcu_read_lock +EXPORT_SYMBOL_GPL vmlinux 0xdf54037e pci_p2pdma_enable_store +EXPORT_SYMBOL_GPL vmlinux 0xdf81924d uv_bios_mq_watchlist_free +EXPORT_SYMBOL_GPL vmlinux 0xdf90775a pci_pr3_present +EXPORT_SYMBOL_GPL vmlinux 0xdfb3bec7 pm_runtime_force_resume +EXPORT_SYMBOL_GPL vmlinux 0xdfb64ff1 rio_attach_device +EXPORT_SYMBOL_GPL vmlinux 0xdfb94caf __regmap_init +EXPORT_SYMBOL_GPL vmlinux 0xdfbd8112 inet_csk_clone_lock +EXPORT_SYMBOL_GPL vmlinux 0xdfcb6c90 mctrl_gpio_set +EXPORT_SYMBOL_GPL vmlinux 0xdfda2bae _RNvNtNtCs9WMcp1Hn5Bv_4core3str5count14do_count_chars +EXPORT_SYMBOL_GPL vmlinux 0xdfe77d09 __devres_alloc_node +EXPORT_SYMBOL_GPL vmlinux 0xdfe8c614 pinctrl_select_default_state +EXPORT_SYMBOL_GPL vmlinux 0xdffa9d5d devlink_dpipe_entry_ctx_append +EXPORT_SYMBOL_GPL vmlinux 0xdfff87ab devfreq_cooling_register +EXPORT_SYMBOL_GPL vmlinux 0xe0100dad _RNvXsA_NtNtCs9WMcp1Hn5Bv_4core9core_arch3x86NtB5_7___m512dNtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xe01da079 of_icc_get +EXPORT_SYMBOL_GPL vmlinux 0xe021263b regulator_set_pull_down_regmap +EXPORT_SYMBOL_GPL vmlinux 0xe0313d71 rhashtable_insert_slow +EXPORT_SYMBOL_GPL vmlinux 0xe04c78db __SCT__tp_func_neigh_event_send_done +EXPORT_SYMBOL_GPL vmlinux 0xe05318e5 thermal_zone_device_register +EXPORT_SYMBOL_GPL vmlinux 0xe05c85da bsg_setup_queue +EXPORT_SYMBOL_GPL vmlinux 0xe05e2f85 nexthop_free_rcu +EXPORT_SYMBOL_GPL vmlinux 0xe06b85c3 usb_autopm_put_interface_no_suspend +EXPORT_SYMBOL_GPL vmlinux 0xe089cfcc agp_memory_reserved +EXPORT_SYMBOL_GPL vmlinux 0xe08e7663 mmu_notifier_put +EXPORT_SYMBOL_GPL vmlinux 0xe0950e7e __mmu_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0xe09cb74f _RNvXs8_NtCs9WMcp1Hn5Bv_4core3fmtNtB5_9FormatterNtB5_5Write9write_str +EXPORT_SYMBOL_GPL vmlinux 0xe0a175e5 devlink_port_type_ib_set +EXPORT_SYMBOL_GPL vmlinux 0xe0a6db33 _RNvXsk_NtCs9WMcp1Hn5Bv_4core4charNtB5_15CaseMappingIterNtNtNtNtB7_4iter6traits12double_ended19DoubleEndedIterator9next_back +EXPORT_SYMBOL_GPL vmlinux 0xe0afc730 tty_release_struct +EXPORT_SYMBOL_GPL vmlinux 0xe0b1c103 clk_set_max_rate +EXPORT_SYMBOL_GPL vmlinux 0xe0b1df3d _RNvXsj_NtCs796HB7yPNRt_8bindings12bindings_rawNtB5_9qspinlockNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xe0bdb36d pci_iov_get_pf_drvdata +EXPORT_SYMBOL_GPL vmlinux 0xe0c4e14d hwrng_register +EXPORT_SYMBOL_GPL vmlinux 0xe0c6fd76 vfs_get_acl +EXPORT_SYMBOL_GPL vmlinux 0xe0c77bb5 mce_notify_irq +EXPORT_SYMBOL_GPL vmlinux 0xe0d39f1c sgx_set_attribute +EXPORT_SYMBOL_GPL vmlinux 0xe0def840 cros_ec_check_features +EXPORT_SYMBOL_GPL vmlinux 0xe0e2e683 fs_kobj +EXPORT_SYMBOL_GPL vmlinux 0xe0e32070 irq_domain_free_irqs_common +EXPORT_SYMBOL_GPL vmlinux 0xe0e6ef02 perf_get_x86_pmu_capability +EXPORT_SYMBOL_GPL vmlinux 0xe0f223cb _RNvMs7_NtCs9WMcp1Hn5Bv_4core3fmtNtB5_9Formatter4fill +EXPORT_SYMBOL_GPL vmlinux 0xe10b9cab kthread_cancel_delayed_work_sync +EXPORT_SYMBOL_GPL vmlinux 0xe10cd6ad erst_get_record_id_begin +EXPORT_SYMBOL_GPL vmlinux 0xe112383b usb_autopm_put_interface +EXPORT_SYMBOL_GPL vmlinux 0xe12730e1 fuse_init_fs_context_submount +EXPORT_SYMBOL_GPL vmlinux 0xe128597c rtc_class_open +EXPORT_SYMBOL_GPL vmlinux 0xe1288d10 modify_user_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0xe12d8cc6 pci_ats_supported +EXPORT_SYMBOL_GPL vmlinux 0xe14085e2 usb_hcd_link_urb_to_ep +EXPORT_SYMBOL_GPL vmlinux 0xe1454f4a ahash_register_instance +EXPORT_SYMBOL_GPL vmlinux 0xe14a92dc spi_bus_unlock +EXPORT_SYMBOL_GPL vmlinux 0xe14fabb8 _RNvXsB_NtNtCs9WMcp1Hn5Bv_4core9core_arch4simdNtB5_4u8x8NtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xe1529b22 __SCK__tp_func_neigh_update_done +EXPORT_SYMBOL_GPL vmlinux 0xe155c449 _RNvXs1k_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_9saved_msrNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xe1606aed __traceiter_neigh_update +EXPORT_SYMBOL_GPL vmlinux 0xe164f674 register_acpi_bus_type +EXPORT_SYMBOL_GPL vmlinux 0xe19bac19 __mmdrop +EXPORT_SYMBOL_GPL vmlinux 0xe1a8d7c9 net_rwsem +EXPORT_SYMBOL_GPL vmlinux 0xe1aa2d62 set_hv_tscchange_cb +EXPORT_SYMBOL_GPL vmlinux 0xe1b43c23 _RNvXsr_NtNtCs9WMcp1Hn5Bv_4core9core_arch3x86NtB5_7___m256dNtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xe1bcf26f fscrypt_prepare_new_inode +EXPORT_SYMBOL_GPL vmlinux 0xe1bd6c99 rio_init_mports +EXPORT_SYMBOL_GPL vmlinux 0xe1c878c8 vcap_del_rule +EXPORT_SYMBOL_GPL vmlinux 0xe1c87a2f kernel_can_power_off +EXPORT_SYMBOL_GPL vmlinux 0xe1e5959c pinctrl_utils_add_config +EXPORT_SYMBOL_GPL vmlinux 0xe1f1c725 _RNvXsH_NtNtCs9WMcp1Hn5Bv_4core3fmt3numhNtB7_8UpperHex3fmt +EXPORT_SYMBOL_GPL vmlinux 0xe22dea20 acpi_driver_match_device +EXPORT_SYMBOL_GPL vmlinux 0xe233762a input_event_from_user +EXPORT_SYMBOL_GPL vmlinux 0xe234f25a regmap_fields_update_bits_base +EXPORT_SYMBOL_GPL vmlinux 0xe23e5326 spi_take_timestamp_pre +EXPORT_SYMBOL_GPL vmlinux 0xe2506011 sk_msg_clone +EXPORT_SYMBOL_GPL vmlinux 0xe25ca7d5 usb_unlocked_enable_lpm +EXPORT_SYMBOL_GPL vmlinux 0xe25d23f3 blocking_notifier_call_chain_robust +EXPORT_SYMBOL_GPL vmlinux 0xe263f572 scsi_dh_activate +EXPORT_SYMBOL_GPL vmlinux 0xe2684f3a spi_mem_get_name +EXPORT_SYMBOL_GPL vmlinux 0xe26c1393 usb_interrupt_msg +EXPORT_SYMBOL_GPL vmlinux 0xe271f20c __SCT__tp_func_pelt_rt_tp +EXPORT_SYMBOL_GPL vmlinux 0xe276541e bpf_preload_ops +EXPORT_SYMBOL_GPL vmlinux 0xe27a14f4 thp_get_unmapped_area +EXPORT_SYMBOL_GPL vmlinux 0xe27d7184 vp_modern_remove +EXPORT_SYMBOL_GPL vmlinux 0xe27efa9e mddev_init +EXPORT_SYMBOL_GPL vmlinux 0xe281602f gpiochip_add_pingroup_range +EXPORT_SYMBOL_GPL vmlinux 0xe283d333 __tracepoint_block_unplug +EXPORT_SYMBOL_GPL vmlinux 0xe285c08a _RNvXsa_NtCs9WMcp1Hn5Bv_4core4timeNtB5_8DurationNtNtB7_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xe28e3d04 device_add_groups +EXPORT_SYMBOL_GPL vmlinux 0xe295c0ff is_hpet_enabled +EXPORT_SYMBOL_GPL vmlinux 0xe29b51c6 devm_remove_action +EXPORT_SYMBOL_GPL vmlinux 0xe29f7bef pci_epc_set_msi +EXPORT_SYMBOL_GPL vmlinux 0xe2b08146 sysfs_rename_link_ns +EXPORT_SYMBOL_GPL vmlinux 0xe2b3207a unregister_switchdev_notifier +EXPORT_SYMBOL_GPL vmlinux 0xe2b5d47d ata_sff_queue_pio_task +EXPORT_SYMBOL_GPL vmlinux 0xe2c1491c blk_mq_sched_try_insert_merge +EXPORT_SYMBOL_GPL vmlinux 0xe2c254d0 devm_hwmon_device_register_with_info +EXPORT_SYMBOL_GPL vmlinux 0xe2c97ca4 nexthop_find_by_id +EXPORT_SYMBOL_GPL vmlinux 0xe2ce2b4d evm_set_key +EXPORT_SYMBOL_GPL vmlinux 0xe2ec293b sbitmap_queue_wake_up +EXPORT_SYMBOL_GPL vmlinux 0xe2f6fe44 iommu_attach_group +EXPORT_SYMBOL_GPL vmlinux 0xe2fc0959 screen_glyph_unicode +EXPORT_SYMBOL_GPL vmlinux 0xe304245c __traceiter_sched_update_nr_running_tp +EXPORT_SYMBOL_GPL vmlinux 0xe3050641 fuse_do_ioctl +EXPORT_SYMBOL_GPL vmlinux 0xe30bc200 blk_revalidate_disk_zones +EXPORT_SYMBOL_GPL vmlinux 0xe33ecc85 folio_add_wait_queue +EXPORT_SYMBOL_GPL vmlinux 0xe34deeb0 sata_pmp_qc_defer_cmd_switch +EXPORT_SYMBOL_GPL vmlinux 0xe36f7fbf pci_epc_remove_epf +EXPORT_SYMBOL_GPL vmlinux 0xe3795c6e usb_root_hub_lost_power +EXPORT_SYMBOL_GPL vmlinux 0xe3840e18 secure_ipv4_port_ephemeral +EXPORT_SYMBOL_GPL vmlinux 0xe388982c switchdev_port_obj_add +EXPORT_SYMBOL_GPL vmlinux 0xe397caf5 seq_buf_printf +EXPORT_SYMBOL_GPL vmlinux 0xe39d0794 usb_phy_roothub_exit +EXPORT_SYMBOL_GPL vmlinux 0xe3b09712 kprobe_event_delete +EXPORT_SYMBOL_GPL vmlinux 0xe3bc7fd4 hpet_unregister_irq_handler +EXPORT_SYMBOL_GPL vmlinux 0xe3be67b1 ata_bmdma_irq_clear +EXPORT_SYMBOL_GPL vmlinux 0xe3bff29f __ata_ehi_push_desc +EXPORT_SYMBOL_GPL vmlinux 0xe3cd5fae klist_iter_init +EXPORT_SYMBOL_GPL vmlinux 0xe3d0a0ea regmap_get_val_endian +EXPORT_SYMBOL_GPL vmlinux 0xe3d68333 devm_hwspin_lock_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe3dc59cc irq_work_queue +EXPORT_SYMBOL_GPL vmlinux 0xe3e423ac iommu_group_release_dma_owner +EXPORT_SYMBOL_GPL vmlinux 0xe3e88acb __get_current_cr3_fast +EXPORT_SYMBOL_GPL vmlinux 0xe3eb5cc4 dev_pm_opp_get_max_volt_latency +EXPORT_SYMBOL_GPL vmlinux 0xe3f50ea9 devm_bitmap_alloc +EXPORT_SYMBOL_GPL vmlinux 0xe4049b31 _RNvMs7_NtCs9WMcp1Hn5Bv_4core3fmtNtB5_9Formatter5flags +EXPORT_SYMBOL_GPL vmlinux 0xe40bb23e devlink_health_reporter_priv +EXPORT_SYMBOL_GPL vmlinux 0xe40d87f3 regcache_sync +EXPORT_SYMBOL_GPL vmlinux 0xe41d50e5 fsnotify_destroy_mark +EXPORT_SYMBOL_GPL vmlinux 0xe423035b devm_led_classdev_register_ext +EXPORT_SYMBOL_GPL vmlinux 0xe4248980 cper_estatus_print +EXPORT_SYMBOL_GPL vmlinux 0xe4309905 syscore_resume +EXPORT_SYMBOL_GPL vmlinux 0xe437df81 kill_pid_usb_asyncio +EXPORT_SYMBOL_GPL vmlinux 0xe440fa32 tps6586x_writes +EXPORT_SYMBOL_GPL vmlinux 0xe44a93b7 rio_free_net +EXPORT_SYMBOL_GPL vmlinux 0xe44aafef l3mdev_master_upper_ifindex_by_index_rcu +EXPORT_SYMBOL_GPL vmlinux 0xe4501fd9 xhci_resume +EXPORT_SYMBOL_GPL vmlinux 0xe452f954 clk_fixed_factor_ops +EXPORT_SYMBOL_GPL vmlinux 0xe45394b0 usb_queue_reset_device +EXPORT_SYMBOL_GPL vmlinux 0xe465873b dma_free_noncontiguous +EXPORT_SYMBOL_GPL vmlinux 0xe46b08e5 _RNvXs2j_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_10maple_treeNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xe46d73fb register_fprobe_ips +EXPORT_SYMBOL_GPL vmlinux 0xe46dc485 dev_pm_opp_get_max_transition_latency +EXPORT_SYMBOL_GPL vmlinux 0xe48611ac trace_clock_global +EXPORT_SYMBOL_GPL vmlinux 0xe48fa126 usb_hc_died +EXPORT_SYMBOL_GPL vmlinux 0xe4971ade tracing_alloc_snapshot +EXPORT_SYMBOL_GPL vmlinux 0xe4acbd54 ata_sff_drain_fifo +EXPORT_SYMBOL_GPL vmlinux 0xe4b064f9 pcie_link_speed +EXPORT_SYMBOL_GPL vmlinux 0xe4b818c3 phy_speed_to_str +EXPORT_SYMBOL_GPL vmlinux 0xe4b9c68f pm_generic_thaw_early +EXPORT_SYMBOL_GPL vmlinux 0xe4ba50cd _RNvXsL_NtCs796HB7yPNRt_8bindings12bindings_rawNtB5_13restart_blockNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xe4c2c66c rtc_ktime_to_tm +EXPORT_SYMBOL_GPL vmlinux 0xe4c47967 dma_request_chan_by_mask +EXPORT_SYMBOL_GPL vmlinux 0xe4cbc8b0 raw_v4_match +EXPORT_SYMBOL_GPL vmlinux 0xe4cca234 _RNvXs2_NtNtCs9WMcp1Hn5Bv_4core3fmt3numlNtB5_10DisplayInt6to_u16 +EXPORT_SYMBOL_GPL vmlinux 0xe4ccfd20 _RNvXs1S_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_16preempt_notifierNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xe4cebe57 skb_segment +EXPORT_SYMBOL_GPL vmlinux 0xe4e1489a _RNvXsb_NtCs9WMcp1Hn5Bv_4core4charNtB5_11ToLowercaseNtNtNtNtB7_4iter6traits12double_ended19DoubleEndedIterator9next_back +EXPORT_SYMBOL_GPL vmlinux 0xe4e48b12 swphy_validate_state +EXPORT_SYMBOL_GPL vmlinux 0xe4f8239f __cpuhp_state_remove_instance +EXPORT_SYMBOL_GPL vmlinux 0xe4fe7057 acpi_device_get_match_data +EXPORT_SYMBOL_GPL vmlinux 0xe50e1b1b pci_max_pasids +EXPORT_SYMBOL_GPL vmlinux 0xe51a7136 vfs_kern_mount +EXPORT_SYMBOL_GPL vmlinux 0xe53ba5e1 dw_pcie_link_up +EXPORT_SYMBOL_GPL vmlinux 0xe53e188a dma_alloc_noncontiguous +EXPORT_SYMBOL_GPL vmlinux 0xe53e9b9b fsverity_verify_page +EXPORT_SYMBOL_GPL vmlinux 0xe53f1e41 platform_device_register +EXPORT_SYMBOL_GPL vmlinux 0xe57249dc md_find_rdev_nr_rcu +EXPORT_SYMBOL_GPL vmlinux 0xe58567f3 devm_regulator_bulk_register_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0xe5864849 _RNvNvMs_NtCs8dagVACJQAP_5alloc3vecINtB6_3VecppE6remove13assert_failed +EXPORT_SYMBOL_GPL vmlinux 0xe5883bd9 class_compat_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe58de287 of_icc_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0xe58eb9d7 FSE_readNCount +EXPORT_SYMBOL_GPL vmlinux 0xe5b14c69 __pm_runtime_resume +EXPORT_SYMBOL_GPL vmlinux 0xe5bf6352 _RNvXsh_NtNtNtCs9WMcp1Hn5Bv_4core3fmt3num3impiNtB9_8LowerExp3fmt +EXPORT_SYMBOL_GPL vmlinux 0xe5c02b64 freq_qos_remove_request +EXPORT_SYMBOL_GPL vmlinux 0xe5c3be99 vchan_dma_desc_free_list +EXPORT_SYMBOL_GPL vmlinux 0xe5cb0bfb __traceiter_fib6_table_lookup +EXPORT_SYMBOL_GPL vmlinux 0xe5ce1a56 rhashtable_walk_enter +EXPORT_SYMBOL_GPL vmlinux 0xe5e0e9ae __devm_pci_epc_create +EXPORT_SYMBOL_GPL vmlinux 0xe5ee05e8 int_active_memcg +EXPORT_SYMBOL_GPL vmlinux 0xe5f76b0d regulator_map_voltage_linear_range +EXPORT_SYMBOL_GPL vmlinux 0xe5fd8407 cpufreq_disable_fast_switch +EXPORT_SYMBOL_GPL vmlinux 0xe60632a9 edac_queue_work +EXPORT_SYMBOL_GPL vmlinux 0xe606668b sk_detach_filter +EXPORT_SYMBOL_GPL vmlinux 0xe60a5e8d pids_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0xe60de996 devm_pwm_get +EXPORT_SYMBOL_GPL vmlinux 0xe60e0c23 _RNvXs0_NtNtNtCs9WMcp1Hn5Bv_4core3fmt3num3impsNtB9_7Display3fmt +EXPORT_SYMBOL_GPL vmlinux 0xe620264a sfp_add_phy +EXPORT_SYMBOL_GPL vmlinux 0xe628bb9f phy_fibre_port_array +EXPORT_SYMBOL_GPL vmlinux 0xe629b8d1 d_same_name +EXPORT_SYMBOL_GPL vmlinux 0xe62c6ade fscrypt_limit_io_blocks +EXPORT_SYMBOL_GPL vmlinux 0xe631a756 _RNvXs5_NtCs9WMcp1Hn5Bv_4core4charNtB5_13EscapeDefaultNtNtB7_3fmt7Display3fmt +EXPORT_SYMBOL_GPL vmlinux 0xe638530d led_blink_set +EXPORT_SYMBOL_GPL vmlinux 0xe641d15b __trace_trigger_soft_disabled +EXPORT_SYMBOL_GPL vmlinux 0xe64ad8ea unregister_nmi_handler +EXPORT_SYMBOL_GPL vmlinux 0xe651e5a8 fixed_phy_change_carrier +EXPORT_SYMBOL_GPL vmlinux 0xe655f634 _RNvXs2J_NtNtCs9WMcp1Hn5Bv_4core9core_arch4simdNtB6_5m16x8NtNtBa_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xe656a0f6 i2c_new_smbus_alert_device +EXPORT_SYMBOL_GPL vmlinux 0xe65f80d2 inet6_lookup_listener +EXPORT_SYMBOL_GPL vmlinux 0xe65ffd04 dm_bio_get_target_bio_nr +EXPORT_SYMBOL_GPL vmlinux 0xe660c581 usb_alloc_urb +EXPORT_SYMBOL_GPL vmlinux 0xe6613002 __SCK__tp_func_block_split +EXPORT_SYMBOL_GPL vmlinux 0xe6866147 fscrypt_ioctl_get_nonce +EXPORT_SYMBOL_GPL vmlinux 0xe693c592 __traceiter_pelt_cfs_tp +EXPORT_SYMBOL_GPL vmlinux 0xe69561e0 rtnl_af_register +EXPORT_SYMBOL_GPL vmlinux 0xe696956b pci_msix_can_alloc_dyn +EXPORT_SYMBOL_GPL vmlinux 0xe6981e48 pci_store_saved_state +EXPORT_SYMBOL_GPL vmlinux 0xe6a39222 blk_mq_freeze_queue_wait_timeout +EXPORT_SYMBOL_GPL vmlinux 0xe6a9146c dma_async_device_channel_register +EXPORT_SYMBOL_GPL vmlinux 0xe6b15db7 __tracepoint_add_device_to_group +EXPORT_SYMBOL_GPL vmlinux 0xe6b4eb94 bpf_log +EXPORT_SYMBOL_GPL vmlinux 0xe6d2a9b1 sysfs_unbreak_active_protection +EXPORT_SYMBOL_GPL vmlinux 0xe6d53c66 hvc_instantiate +EXPORT_SYMBOL_GPL vmlinux 0xe6deba8f vchan_tx_submit +EXPORT_SYMBOL_GPL vmlinux 0xe6e2bae1 _RNvXsT_NtNtCs9WMcp1Hn5Bv_4core9core_arch4simdNtB5_5u64x1NtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xe6e40502 rcu_get_gp_seq +EXPORT_SYMBOL_GPL vmlinux 0xe6e5ecd6 paste_selection +EXPORT_SYMBOL_GPL vmlinux 0xe6e6b684 md_new_event +EXPORT_SYMBOL_GPL vmlinux 0xe6edf291 virtio_check_driver_offered_feature +EXPORT_SYMBOL_GPL vmlinux 0xe6f52443 klist_add_head +EXPORT_SYMBOL_GPL vmlinux 0xe6f788fb _RNvXs1_NtNtNtCs9WMcp1Hn5Bv_4core3fmt3num3imptNtB9_7Display3fmt +EXPORT_SYMBOL_GPL vmlinux 0xe6f804be fuse_dev_free +EXPORT_SYMBOL_GPL vmlinux 0xe6f83837 acpi_bus_attach_private_data +EXPORT_SYMBOL_GPL vmlinux 0xe700184d virtqueue_add_inbuf_ctx +EXPORT_SYMBOL_GPL vmlinux 0xe700d767 reset_control_bulk_deassert +EXPORT_SYMBOL_GPL vmlinux 0xe7014f5c mmc_regulator_set_vqmmc +EXPORT_SYMBOL_GPL vmlinux 0xe7232e0f user_return_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe72a13cd dev_pm_genpd_add_notifier +EXPORT_SYMBOL_GPL vmlinux 0xe735cb40 nd_cmd_in_size +EXPORT_SYMBOL_GPL vmlinux 0xe737715b devm_clk_register +EXPORT_SYMBOL_GPL vmlinux 0xe753b68d devlink_fmsg_arr_pair_nest_end +EXPORT_SYMBOL_GPL vmlinux 0xe75af991 _RNvXs4e_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_10local_apicNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xe762451c _RNvXso_NtCs9WMcp1Hn5Bv_4core4timeNtB5_18FromFloatSecsErrorNtNtB7_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xe769232e sprint_symbol_no_offset +EXPORT_SYMBOL_GPL vmlinux 0xe769eb1c _RNvXs1i_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_8msr_infoNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xe77d5ef3 ata_xfer_mode2mask +EXPORT_SYMBOL_GPL vmlinux 0xe782151d gpiochip_get_desc +EXPORT_SYMBOL_GPL vmlinux 0xe783e261 sysfs_emit +EXPORT_SYMBOL_GPL vmlinux 0xe786fb4d pci_reset_function +EXPORT_SYMBOL_GPL vmlinux 0xe78d550c hsu_dma_probe +EXPORT_SYMBOL_GPL vmlinux 0xe79bf0c4 klp_shadow_get +EXPORT_SYMBOL_GPL vmlinux 0xe7a3fb91 __traceiter_detach_device_from_domain +EXPORT_SYMBOL_GPL vmlinux 0xe7b29486 _RNvMs6_NtNtCs9WMcp1Hn5Bv_4core3fmt8buildersNtB5_8DebugMap5value +EXPORT_SYMBOL_GPL vmlinux 0xe7b96be0 tdx_mcall_get_report0 +EXPORT_SYMBOL_GPL vmlinux 0xe7d6d2d4 filter_match_preds +EXPORT_SYMBOL_GPL vmlinux 0xe7dc6548 crypto_register_ahash +EXPORT_SYMBOL_GPL vmlinux 0xe7ddc734 dev_pm_opp_get_sharing_cpus +EXPORT_SYMBOL_GPL vmlinux 0xe7e82b0e sampling_rate_store +EXPORT_SYMBOL_GPL vmlinux 0xe7f08758 xhci_suspend +EXPORT_SYMBOL_GPL vmlinux 0xe7f2df3b acpi_get_pci_dev +EXPORT_SYMBOL_GPL vmlinux 0xe7f4ecf9 _RNvXs2_NtCs9WMcp1Hn5Bv_4core4charNtB5_13EscapeDefaultNtNtNtNtB7_4iter6traits8iterator8Iterator4next +EXPORT_SYMBOL_GPL vmlinux 0xe8145d58 init_user_ns +EXPORT_SYMBOL_GPL vmlinux 0xe818b32b ata_bmdma_interrupt +EXPORT_SYMBOL_GPL vmlinux 0xe83069dc __sk_flush_backlog +EXPORT_SYMBOL_GPL vmlinux 0xe83be151 sysfs_change_owner +EXPORT_SYMBOL_GPL vmlinux 0xe83eba32 itlb_multihit_kvm_mitigation +EXPORT_SYMBOL_GPL vmlinux 0xe83fa1b6 __clk_hw_register_gate +EXPORT_SYMBOL_GPL vmlinux 0xe84503ca ata_host_resume +EXPORT_SYMBOL_GPL vmlinux 0xe84f6e5c pciserial_remove_ports +EXPORT_SYMBOL_GPL vmlinux 0xe8513917 __rust_alloc_zeroed +EXPORT_SYMBOL_GPL vmlinux 0xe854be18 driver_for_each_device +EXPORT_SYMBOL_GPL vmlinux 0xe85cc49c blk_mq_freeze_queue +EXPORT_SYMBOL_GPL vmlinux 0xe862c4b7 dpm_suspend_start +EXPORT_SYMBOL_GPL vmlinux 0xe865de25 filemap_range_has_writeback +EXPORT_SYMBOL_GPL vmlinux 0xe8680163 fuse_direct_io +EXPORT_SYMBOL_GPL vmlinux 0xe87bb86e device_remove_bin_file +EXPORT_SYMBOL_GPL vmlinux 0xe8848cd0 generic_handle_domain_irq +EXPORT_SYMBOL_GPL vmlinux 0xe8891c96 devm_mipi_dsi_device_register_full +EXPORT_SYMBOL_GPL vmlinux 0xe890dd50 gpiochip_add_data_with_key +EXPORT_SYMBOL_GPL vmlinux 0xe8bc40c5 cn_netlink_send +EXPORT_SYMBOL_GPL vmlinux 0xe8c0065d memory_group_register_static +EXPORT_SYMBOL_GPL vmlinux 0xe8d78642 dm_internal_suspend_noflush +EXPORT_SYMBOL_GPL vmlinux 0xe8de9b23 _RNvXs1_NtNtCs9WMcp1Hn5Bv_4core9core_arch4simdNtB5_4u8x2NtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xe8e235c8 arch_static_call_transform +EXPORT_SYMBOL_GPL vmlinux 0xe8e40c07 netdev_rx_handler_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe8e80fdd crypto_skcipher_decrypt +EXPORT_SYMBOL_GPL vmlinux 0xe8f6aa7b blk_queue_can_use_dma_map_merging +EXPORT_SYMBOL_GPL vmlinux 0xe8f8ae56 regulator_get_drvdata +EXPORT_SYMBOL_GPL vmlinux 0xe911df29 eventfd_ctx_do_read +EXPORT_SYMBOL_GPL vmlinux 0xe9152686 _RNvXsr_NtCs9WMcp1Hn5Bv_4core3nummNtNtNtB7_3str6traits7FromStr8from_str +EXPORT_SYMBOL_GPL vmlinux 0xe9166081 _RNvXsb_NtCs796HB7yPNRt_8bindings12bindings_rawNtB5_18ftrace_branch_dataNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xe91b3845 xenbus_register_driver_common +EXPORT_SYMBOL_GPL vmlinux 0xe91efa25 dev_pm_opp_add +EXPORT_SYMBOL_GPL vmlinux 0xe92263f7 _RNvXsd_NtCs9WMcp1Hn5Bv_4core7convertNtB5_10InfallibleNtNtB7_3cmp9PartialEq2eq +EXPORT_SYMBOL_GPL vmlinux 0xe92fc4e0 netdev_walk_all_lower_dev_rcu +EXPORT_SYMBOL_GPL vmlinux 0xe9360f94 tty_buffer_request_room +EXPORT_SYMBOL_GPL vmlinux 0xe937d5e5 platform_find_device_by_driver +EXPORT_SYMBOL_GPL vmlinux 0xe93e49c3 devres_free +EXPORT_SYMBOL_GPL vmlinux 0xe94758f9 mbox_chan_received_data +EXPORT_SYMBOL_GPL vmlinux 0xe94a03e7 tty_get_pgrp +EXPORT_SYMBOL_GPL vmlinux 0xe9507ac2 devm_gpiod_get_from_of_node +EXPORT_SYMBOL_GPL vmlinux 0xe9531ac8 wakeup_source_destroy +EXPORT_SYMBOL_GPL vmlinux 0xe95417df driver_attach +EXPORT_SYMBOL_GPL vmlinux 0xe97ee721 _RNvMs8_NtCs9WMcp1Hn5Bv_4core3numo14from_str_radix +EXPORT_SYMBOL_GPL vmlinux 0xe9859f32 _RNvXsv_NtNtCs9WMcp1Hn5Bv_4core9core_arch4simdNtB5_5i16x2NtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xe9889d31 peernet2id_alloc +EXPORT_SYMBOL_GPL vmlinux 0xe999ea81 i2c_dw_adjust_bus_speed +EXPORT_SYMBOL_GPL vmlinux 0xe9a24e91 led_trigger_unregister_simple +EXPORT_SYMBOL_GPL vmlinux 0xe9a5f58e clk_hw_unregister_composite +EXPORT_SYMBOL_GPL vmlinux 0xe9c93b67 fb_deferred_io_cleanup +EXPORT_SYMBOL_GPL vmlinux 0xe9ce931a kvm_para_available +EXPORT_SYMBOL_GPL vmlinux 0xe9d1b7cf irq_to_pcap +EXPORT_SYMBOL_GPL vmlinux 0xe9ec9f1a pci_add_dynid +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 0xe9fe8d5c rio_mport_chk_dev_access +EXPORT_SYMBOL_GPL vmlinux 0xea018bbb mpi_test_bit +EXPORT_SYMBOL_GPL vmlinux 0xea0306c4 iov_iter_get_pages +EXPORT_SYMBOL_GPL vmlinux 0xea0a2eb4 iommu_sva_alloc_pasid +EXPORT_SYMBOL_GPL vmlinux 0xea10a3e5 serdev_device_alloc +EXPORT_SYMBOL_GPL vmlinux 0xea124bd1 gcd +EXPORT_SYMBOL_GPL vmlinux 0xea189fd3 thermal_zone_device_enable +EXPORT_SYMBOL_GPL vmlinux 0xea38036f ring_buffer_entries +EXPORT_SYMBOL_GPL vmlinux 0xea38b304 fat_scan +EXPORT_SYMBOL_GPL vmlinux 0xea3a23f3 public_key_free +EXPORT_SYMBOL_GPL vmlinux 0xea446f63 xenbus_setup_ring +EXPORT_SYMBOL_GPL vmlinux 0xea4e21fb __traceiter_pelt_se_tp +EXPORT_SYMBOL_GPL vmlinux 0xea53ef09 crypto_unregister_algs +EXPORT_SYMBOL_GPL vmlinux 0xea541130 led_init_default_state_get +EXPORT_SYMBOL_GPL vmlinux 0xea63638e skb_append_pagefrags +EXPORT_SYMBOL_GPL vmlinux 0xea6404b0 sdio_memcpy_toio +EXPORT_SYMBOL_GPL vmlinux 0xea790c4b pinctrl_dev_get_devname +EXPORT_SYMBOL_GPL vmlinux 0xea7dade9 sdio_writeb +EXPORT_SYMBOL_GPL vmlinux 0xea899d3f firmware_kobj +EXPORT_SYMBOL_GPL vmlinux 0xea8bbe33 init_srcu_struct +EXPORT_SYMBOL_GPL vmlinux 0xea906a73 device_attach +EXPORT_SYMBOL_GPL vmlinux 0xeaa01f67 tty_kopen_exclusive +EXPORT_SYMBOL_GPL vmlinux 0xeaad2625 thermal_zone_bind_cooling_device +EXPORT_SYMBOL_GPL vmlinux 0xeab05f39 watchdog_set_last_hw_keepalive +EXPORT_SYMBOL_GPL vmlinux 0xeabfe9e1 dev_pm_domain_start +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 0xeae67a4d _RNvXsg_NtNtCs9WMcp1Hn5Bv_4core4task4wakeNtB5_14RawWakerVTableNtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xeaef1022 pci_epc_stop +EXPORT_SYMBOL_GPL vmlinux 0xeaef1760 ata_sas_scsi_ioctl +EXPORT_SYMBOL_GPL vmlinux 0xeaf0a57c look_up_OID +EXPORT_SYMBOL_GPL vmlinux 0xeaf3cb23 crc64_be +EXPORT_SYMBOL_GPL vmlinux 0xeafa7527 _RNvXsa_NtCs9WMcp1Hn5Bv_4core3cmpNtB5_8OrderingNtNtB7_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xeafde624 __udp_enqueue_schedule_skb +EXPORT_SYMBOL_GPL vmlinux 0xeb07eae9 crypto_unregister_skciphers +EXPORT_SYMBOL_GPL vmlinux 0xeb100734 _RNvXs3Z_NtNtCs9WMcp1Hn5Bv_4core9core_arch4simdNtB6_5u8x64NtNtBa_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xeb14df1d usb_ep0_reinit +EXPORT_SYMBOL_GPL vmlinux 0xeb1b1dbd i2c_adapter_depth +EXPORT_SYMBOL_GPL vmlinux 0xeb28e90c evm_inode_init_security +EXPORT_SYMBOL_GPL vmlinux 0xeb28fb6d __bio_add_page +EXPORT_SYMBOL_GPL vmlinux 0xeb2a2302 phy_restart_aneg +EXPORT_SYMBOL_GPL vmlinux 0xeb2e8f9a _RNvXs1X_NtNtCs9WMcp1Hn5Bv_4core9core_arch4simdNtB6_5i8x16NtNtBa_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xeb302252 scsi_host_unblock +EXPORT_SYMBOL_GPL vmlinux 0xeb361905 crypto_stats_aead_decrypt +EXPORT_SYMBOL_GPL vmlinux 0xeb6020d8 usb_get_intf +EXPORT_SYMBOL_GPL vmlinux 0xeb6ea730 iommu_sva_get_pasid +EXPORT_SYMBOL_GPL vmlinux 0xeb833c22 xen_has_pv_disk_devices +EXPORT_SYMBOL_GPL vmlinux 0xeb83de43 syscon_node_to_regmap +EXPORT_SYMBOL_GPL vmlinux 0xeb8471ca driver_find +EXPORT_SYMBOL_GPL vmlinux 0xebb1f830 acpi_quirk_skip_gpio_event_handlers +EXPORT_SYMBOL_GPL vmlinux 0xebb40208 devm_pci_epc_destroy +EXPORT_SYMBOL_GPL vmlinux 0xebbe62fa badblocks_set +EXPORT_SYMBOL_GPL vmlinux 0xebc729cf hwmon_device_register +EXPORT_SYMBOL_GPL vmlinux 0xebce8ad8 _RNvNtCs9WMcp1Hn5Bv_4core9panicking9panic_fmt +EXPORT_SYMBOL_GPL vmlinux 0xebd4cc11 mctrl_gpio_enable_ms +EXPORT_SYMBOL_GPL vmlinux 0xebdfd8c9 _RNvXs1V_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_32___call_single_node__bindgen_ty_1NtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xebe165d0 spi_sync +EXPORT_SYMBOL_GPL vmlinux 0xebf260d1 scsi_autopm_get_device +EXPORT_SYMBOL_GPL vmlinux 0xebf78f7b switchdev_handle_port_obj_del +EXPORT_SYMBOL_GPL vmlinux 0xec034d95 _RNvNvNtCs9WMcp1Hn5Bv_4core3ptr19swap_nonoverlapping8comptime +EXPORT_SYMBOL_GPL vmlinux 0xec296440 gpiochip_reqres_irq +EXPORT_SYMBOL_GPL vmlinux 0xec2b1314 phy_put +EXPORT_SYMBOL_GPL vmlinux 0xec2cce06 scsi_get_vpd_page +EXPORT_SYMBOL_GPL vmlinux 0xec500d3c __traceiter_br_fdb_add +EXPORT_SYMBOL_GPL vmlinux 0xec5668f6 dax_zero_page_range +EXPORT_SYMBOL_GPL vmlinux 0xec5ad73b trace_seq_bitmask +EXPORT_SYMBOL_GPL vmlinux 0xec774acb cpufreq_frequency_table_verify +EXPORT_SYMBOL_GPL vmlinux 0xec788566 acpi_target_system_state +EXPORT_SYMBOL_GPL vmlinux 0xec7da707 dma_get_required_mask +EXPORT_SYMBOL_GPL vmlinux 0xec863e1e devm_regmap_field_free +EXPORT_SYMBOL_GPL vmlinux 0xec89eb16 serdev_device_set_baudrate +EXPORT_SYMBOL_GPL vmlinux 0xec90b1da serial8250_release_dma +EXPORT_SYMBOL_GPL vmlinux 0xec9a8c3c __tracepoint_neigh_update_done +EXPORT_SYMBOL_GPL vmlinux 0xecba092b usb_acpi_power_manageable +EXPORT_SYMBOL_GPL vmlinux 0xecba68e3 gnttab_batch_map +EXPORT_SYMBOL_GPL vmlinux 0xecbd55d6 pci_find_host_bridge +EXPORT_SYMBOL_GPL vmlinux 0xecd08deb _RNvXs5_NtNtCs9WMcp1Hn5Bv_4core3fmt3numiNtB5_10DisplayInt6to_u16 +EXPORT_SYMBOL_GPL vmlinux 0xecd0940d _RNvXs2d_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_28maple_range_64__bindgen_ty_1NtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xecd22522 bio_trim +EXPORT_SYMBOL_GPL vmlinux 0xecd8f23d xenbus_read +EXPORT_SYMBOL_GPL vmlinux 0xece1cfa1 devm_of_led_get +EXPORT_SYMBOL_GPL vmlinux 0xece469d7 pci_check_and_mask_intx +EXPORT_SYMBOL_GPL vmlinux 0xece554e4 serial8250_em485_config +EXPORT_SYMBOL_GPL vmlinux 0xecf33591 pm_relax +EXPORT_SYMBOL_GPL vmlinux 0xecf4d915 pci_msi_unmask_irq +EXPORT_SYMBOL_GPL vmlinux 0xed025a0e ata_change_queue_depth +EXPORT_SYMBOL_GPL vmlinux 0xed180bb9 addrconf_add_linklocal +EXPORT_SYMBOL_GPL vmlinux 0xed2c5bcf power_supply_charge_behaviour_parse +EXPORT_SYMBOL_GPL vmlinux 0xed39b7b8 parse_OID +EXPORT_SYMBOL_GPL vmlinux 0xed3c7e44 mptcp_get_reset_option +EXPORT_SYMBOL_GPL vmlinux 0xed486ad4 ohci_restart +EXPORT_SYMBOL_GPL vmlinux 0xed4f9891 nf_checksum +EXPORT_SYMBOL_GPL vmlinux 0xed51b6a9 bsg_job_get +EXPORT_SYMBOL_GPL vmlinux 0xed5e02d2 auxiliary_find_device +EXPORT_SYMBOL_GPL vmlinux 0xed62e5e9 acpi_dev_clear_dependencies +EXPORT_SYMBOL_GPL vmlinux 0xed6d8cab genphy_c45_loopback +EXPORT_SYMBOL_GPL vmlinux 0xed70f864 vp_modern_set_queue_enable +EXPORT_SYMBOL_GPL vmlinux 0xed7743e3 get_governor_parent_kobj +EXPORT_SYMBOL_GPL vmlinux 0xed8c384b netdev_xmit_skip_txqueue +EXPORT_SYMBOL_GPL vmlinux 0xed8d45dd usb_deregister_device_driver +EXPORT_SYMBOL_GPL vmlinux 0xed901bcc led_blink_set_oneshot +EXPORT_SYMBOL_GPL vmlinux 0xed918dde hte_init_line_attr +EXPORT_SYMBOL_GPL vmlinux 0xed95d76b pci_enable_sriov +EXPORT_SYMBOL_GPL vmlinux 0xedb0029d dm_bio_from_per_bio_data +EXPORT_SYMBOL_GPL vmlinux 0xedb95c56 sk_attach_filter +EXPORT_SYMBOL_GPL vmlinux 0xedd62f02 regulator_irq_map_event_simple +EXPORT_SYMBOL_GPL vmlinux 0xeddf890c devl_rate_leaf_create +EXPORT_SYMBOL_GPL vmlinux 0xede7ba0e switchdev_bridge_port_offload +EXPORT_SYMBOL_GPL vmlinux 0xede8537c watchdog_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0xede9a09a btree_lookup +EXPORT_SYMBOL_GPL vmlinux 0xee0c3f10 acpi_set_modalias +EXPORT_SYMBOL_GPL vmlinux 0xee13e3b3 spi_mem_driver_register_with_owner +EXPORT_SYMBOL_GPL vmlinux 0xee13e697 set_personality_ia32 +EXPORT_SYMBOL_GPL vmlinux 0xee24e491 ata_qc_get_active +EXPORT_SYMBOL_GPL vmlinux 0xee25d080 uart_insert_char +EXPORT_SYMBOL_GPL vmlinux 0xee26256d regmap_attach_dev +EXPORT_SYMBOL_GPL vmlinux 0xee2884fd _RNvXs0_NtCs9WMcp1Hn5Bv_4core5arrayNtB5_17TryFromSliceErrorINtNtB7_7convert4FromNtBX_10InfallibleE4from +EXPORT_SYMBOL_GPL vmlinux 0xee2b8a56 tty_set_termios +EXPORT_SYMBOL_GPL vmlinux 0xee2fa1e2 sk_msg_return_zero +EXPORT_SYMBOL_GPL vmlinux 0xee3694b2 dw_pcie_ep_raise_msi_irq +EXPORT_SYMBOL_GPL vmlinux 0xee38ef57 register_switchdev_blocking_notifier +EXPORT_SYMBOL_GPL vmlinux 0xee3f77b3 regulator_register +EXPORT_SYMBOL_GPL vmlinux 0xee48b185 usb_phy_roothub_resume +EXPORT_SYMBOL_GPL vmlinux 0xee4f82b5 gpiod_get_direction +EXPORT_SYMBOL_GPL vmlinux 0xee518148 kmsg_dump_get_buffer +EXPORT_SYMBOL_GPL vmlinux 0xee6127fa _RNvXs4i_NtNtCs9WMcp1Hn5Bv_4core3num7nonzeroNtB6_11NonZeroU128NtNtNtBa_3str6traits7FromStr8from_str +EXPORT_SYMBOL_GPL vmlinux 0xee64d613 gpiochip_lock_as_irq +EXPORT_SYMBOL_GPL vmlinux 0xee6ae822 __irq_domain_alloc_irqs +EXPORT_SYMBOL_GPL vmlinux 0xee6b71c4 syscon_regmap_lookup_by_compatible +EXPORT_SYMBOL_GPL vmlinux 0xee6be33b thermal_zone_get_offset +EXPORT_SYMBOL_GPL vmlinux 0xee6c633a devices_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0xee711c57 ata_scsi_slave_destroy +EXPORT_SYMBOL_GPL vmlinux 0xee8363a9 _RNvXsu_NtCs9WMcp1Hn5Bv_4core4timeNtB5_22FromFloatSecsErrorKindNtNtB7_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xee90ce15 devm_regmap_field_alloc +EXPORT_SYMBOL_GPL vmlinux 0xeea76283 divider_ro_determine_rate +EXPORT_SYMBOL_GPL vmlinux 0xeeb3ef05 shash_free_singlespawn_instance +EXPORT_SYMBOL_GPL vmlinux 0xeeb5da2b serdev_device_get_tiocm +EXPORT_SYMBOL_GPL vmlinux 0xeebd5b1b gpiod_get_optional +EXPORT_SYMBOL_GPL vmlinux 0xeedbc25e disk_force_media_change +EXPORT_SYMBOL_GPL vmlinux 0xeedd987e phy_10gbit_features_array +EXPORT_SYMBOL_GPL vmlinux 0xeee56198 input_ff_upload +EXPORT_SYMBOL_GPL vmlinux 0xeee667d3 fpregs_assert_state_consistent +EXPORT_SYMBOL_GPL vmlinux 0xeeec4c66 device_property_read_string +EXPORT_SYMBOL_GPL vmlinux 0xeef0f10d devlink_traps_register +EXPORT_SYMBOL_GPL vmlinux 0xeef68434 acpi_ec_remove_query_handler +EXPORT_SYMBOL_GPL vmlinux 0xeef7fdae acpi_subsys_freeze +EXPORT_SYMBOL_GPL vmlinux 0xef0d8285 _RNvXs3k_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_19folio__bindgen_ty_1NtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xef0deb99 devl_trap_policers_register +EXPORT_SYMBOL_GPL vmlinux 0xef0e2010 msg_zerocopy_put_abort +EXPORT_SYMBOL_GPL vmlinux 0xef1f6e23 apei_resources_request +EXPORT_SYMBOL_GPL vmlinux 0xef2960eb mctp_register_netdev +EXPORT_SYMBOL_GPL vmlinux 0xef29fcdd clk_bulk_put +EXPORT_SYMBOL_GPL vmlinux 0xef2c5dbe usb_mon_register +EXPORT_SYMBOL_GPL vmlinux 0xef33f451 dev_coredumpm +EXPORT_SYMBOL_GPL vmlinux 0xef34bf3e hrtimer_active +EXPORT_SYMBOL_GPL vmlinux 0xef3db78c exportfs_encode_fh +EXPORT_SYMBOL_GPL vmlinux 0xef3e9b20 crypto_create_tfm_node +EXPORT_SYMBOL_GPL vmlinux 0xef4528eb _RNvXs3O_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_11mem_sectionNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xef464c28 getboottime64 +EXPORT_SYMBOL_GPL vmlinux 0xef512f5d node_to_amd_nb +EXPORT_SYMBOL_GPL vmlinux 0xef530596 power_supply_charge_behaviour_show +EXPORT_SYMBOL_GPL vmlinux 0xef5c97a7 acpi_fetch_acpi_dev +EXPORT_SYMBOL_GPL vmlinux 0xef5ce251 register_btf_fmodret_id_set +EXPORT_SYMBOL_GPL vmlinux 0xef5db66d regulator_get_init_drvdata +EXPORT_SYMBOL_GPL vmlinux 0xef615d74 regmap_async_complete_cb +EXPORT_SYMBOL_GPL vmlinux 0xef6c3f70 round_jiffies_up_relative +EXPORT_SYMBOL_GPL vmlinux 0xef70eb7e ring_buffer_iter_advance +EXPORT_SYMBOL_GPL vmlinux 0xef831b9d crypto_unregister_ahashes +EXPORT_SYMBOL_GPL vmlinux 0xef85d3c3 dm_copy_name_and_uuid +EXPORT_SYMBOL_GPL vmlinux 0xef8be482 dmi_kobj +EXPORT_SYMBOL_GPL vmlinux 0xef8fc95f kvm_async_pf_task_wait_schedule +EXPORT_SYMBOL_GPL vmlinux 0xef92ef33 btree_last +EXPORT_SYMBOL_GPL vmlinux 0xefa2c27d register_tracepoint_module_notifier +EXPORT_SYMBOL_GPL vmlinux 0xefa33350 vfs_lock_file +EXPORT_SYMBOL_GPL vmlinux 0xefa6b13b kthread_unuse_mm +EXPORT_SYMBOL_GPL vmlinux 0xefaa1c91 usb_phy_get_charger_current +EXPORT_SYMBOL_GPL vmlinux 0xefad156b clocksource_verify_percpu +EXPORT_SYMBOL_GPL vmlinux 0xefb5f674 uprobe_register +EXPORT_SYMBOL_GPL vmlinux 0xefc26ee1 crypto_larval_alloc +EXPORT_SYMBOL_GPL vmlinux 0xefc66703 fixup_user_fault +EXPORT_SYMBOL_GPL vmlinux 0xefcd6dd1 _RNvXs6_NtCs9WMcp1Hn5Bv_4core5allocNtB5_10AllocErrorNtNtB7_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xefeafcf1 edac_has_mcs +EXPORT_SYMBOL_GPL vmlinux 0xeff5f3a9 lwtunnel_valid_encap_type +EXPORT_SYMBOL_GPL vmlinux 0xeffc15f1 init_dummy_netdev +EXPORT_SYMBOL_GPL vmlinux 0xf00340aa pci_assign_unassigned_bus_resources +EXPORT_SYMBOL_GPL vmlinux 0xf0061d3d pci_epc_map_msi_irq +EXPORT_SYMBOL_GPL vmlinux 0xf0131f89 usb_disable_autosuspend +EXPORT_SYMBOL_GPL vmlinux 0xf014e98a device_dma_supported +EXPORT_SYMBOL_GPL vmlinux 0xf020a442 of_pwm_xlate_with_flags +EXPORT_SYMBOL_GPL vmlinux 0xf02da3cd kern_mount +EXPORT_SYMBOL_GPL vmlinux 0xf03cac67 __tracepoint_ata_exec_command +EXPORT_SYMBOL_GPL vmlinux 0xf040ba5e do_take_over_console +EXPORT_SYMBOL_GPL vmlinux 0xf0440030 devm_regmap_add_irq_chip +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 0xf06a487c init_uts_ns +EXPORT_SYMBOL_GPL vmlinux 0xf07be0d3 platform_get_irq_byname_optional +EXPORT_SYMBOL_GPL vmlinux 0xf0910075 sfp_bus_del_upstream +EXPORT_SYMBOL_GPL vmlinux 0xf0936730 led_init_core +EXPORT_SYMBOL_GPL vmlinux 0xf09f7f85 __platform_driver_probe +EXPORT_SYMBOL_GPL vmlinux 0xf0a6d7cc devm_krealloc +EXPORT_SYMBOL_GPL vmlinux 0xf0aac509 crypto_register_template +EXPORT_SYMBOL_GPL vmlinux 0xf0d16a6d _RNvMs7_NtCs9WMcp1Hn5Bv_4core3fmtNtB5_9Formatter9debug_map +EXPORT_SYMBOL_GPL vmlinux 0xf0e74980 phy_save_page +EXPORT_SYMBOL_GPL vmlinux 0xf0ebed97 da903x_write +EXPORT_SYMBOL_GPL vmlinux 0xf0ecc6d5 inet6_cleanup_sock +EXPORT_SYMBOL_GPL vmlinux 0xf0ecde45 vfs_setlease +EXPORT_SYMBOL_GPL vmlinux 0xf0fd0b61 x86_perf_get_lbr +EXPORT_SYMBOL_GPL vmlinux 0xf11f04c1 tty_mode_ioctl +EXPORT_SYMBOL_GPL vmlinux 0xf1206a31 cpci_hp_register_bus +EXPORT_SYMBOL_GPL vmlinux 0xf14317ef devl_rate_nodes_destroy +EXPORT_SYMBOL_GPL vmlinux 0xf14f3b50 dmaengine_desc_get_metadata_ptr +EXPORT_SYMBOL_GPL vmlinux 0xf15160c8 _RNvXs2_NtCs9WMcp1Hn5Bv_4core5asciiNtB5_13EscapeDefaultNtNtB7_3fmt7Display3fmt +EXPORT_SYMBOL_GPL vmlinux 0xf155bf0d devl_resource_size_get +EXPORT_SYMBOL_GPL vmlinux 0xf158ec0a fuse_dev_install +EXPORT_SYMBOL_GPL vmlinux 0xf17c7f38 msg_zerocopy_realloc +EXPORT_SYMBOL_GPL vmlinux 0xf17f6bc4 device_del +EXPORT_SYMBOL_GPL vmlinux 0xf184d189 kernel_power_off +EXPORT_SYMBOL_GPL vmlinux 0xf188a662 rhashtable_walk_exit +EXPORT_SYMBOL_GPL vmlinux 0xf1914727 __pm_relax +EXPORT_SYMBOL_GPL vmlinux 0xf1a60532 input_ff_flush +EXPORT_SYMBOL_GPL vmlinux 0xf1b3d98f lwtunnel_fill_encap +EXPORT_SYMBOL_GPL vmlinux 0xf1cd8929 kvm_read_and_reset_apf_flags +EXPORT_SYMBOL_GPL vmlinux 0xf1dd1c25 fwnode_property_read_string_array +EXPORT_SYMBOL_GPL vmlinux 0xf1e09c6b devm_device_add_groups +EXPORT_SYMBOL_GPL vmlinux 0xf1e90b12 regulator_get_linear_step +EXPORT_SYMBOL_GPL vmlinux 0xf1efe441 __SCK__tp_func_xdp_exception +EXPORT_SYMBOL_GPL vmlinux 0xf1f245ed divider_ro_round_rate_parent +EXPORT_SYMBOL_GPL vmlinux 0xf204353a _RNvNvNtCs9WMcp1Hn5Bv_4core3ptr14write_volatile8comptime +EXPORT_SYMBOL_GPL vmlinux 0xf2066469 virtio_config_changed +EXPORT_SYMBOL_GPL vmlinux 0xf2140c4f _RNvNtNtNtCs9WMcp1Hn5Bv_4core7unicode12unicode_data15grapheme_extend6lookup +EXPORT_SYMBOL_GPL vmlinux 0xf21a3094 gov_attr_set_put +EXPORT_SYMBOL_GPL vmlinux 0xf21cea44 __traceiter_block_unplug +EXPORT_SYMBOL_GPL vmlinux 0xf21e1f9b disable_percpu_irq +EXPORT_SYMBOL_GPL vmlinux 0xf225b3d1 blk_mark_disk_dead +EXPORT_SYMBOL_GPL vmlinux 0xf226cf0e scsi_target_block +EXPORT_SYMBOL_GPL vmlinux 0xf2332a33 open_related_ns +EXPORT_SYMBOL_GPL vmlinux 0xf23affa4 cpufreq_freq_attr_scaling_available_freqs +EXPORT_SYMBOL_GPL vmlinux 0xf23b6c14 vcap_rule_set_counter +EXPORT_SYMBOL_GPL vmlinux 0xf25dd960 misc_cg_uncharge +EXPORT_SYMBOL_GPL vmlinux 0xf27d0a7b gnttab_grant_foreign_access_ref +EXPORT_SYMBOL_GPL vmlinux 0xf28404cf devlink_dpipe_header_ipv6 +EXPORT_SYMBOL_GPL vmlinux 0xf29111da crypto_comp_compress +EXPORT_SYMBOL_GPL vmlinux 0xf2967796 ring_buffer_record_on +EXPORT_SYMBOL_GPL vmlinux 0xf29f54c6 class_for_each_device +EXPORT_SYMBOL_GPL vmlinux 0xf2b33cb7 memory_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0xf2bb712e dev_pm_clear_wake_irq +EXPORT_SYMBOL_GPL vmlinux 0xf2c16032 wm8350_gpio_config +EXPORT_SYMBOL_GPL vmlinux 0xf2c53d53 pci_write_msi_msg +EXPORT_SYMBOL_GPL vmlinux 0xf2d3f467 acpi_subsys_complete +EXPORT_SYMBOL_GPL vmlinux 0xf2e350c4 _RNvXs_NtNtNtCs9WMcp1Hn5Bv_4core4iter6traits7collectuINtB4_6ExtenduE10extend_one +EXPORT_SYMBOL_GPL vmlinux 0xf2ef7d4d usb_driver_release_interface +EXPORT_SYMBOL_GPL vmlinux 0xf2fb61bd vprintk_default +EXPORT_SYMBOL_GPL vmlinux 0xf2fc434c acpi_subsys_runtime_suspend +EXPORT_SYMBOL_GPL vmlinux 0xf2ff4bc2 serial8250_em485_supported +EXPORT_SYMBOL_GPL vmlinux 0xf304b9d8 ipv6_proxy_select_ident +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 0xf321ddba _RNvXsH_NtNtCs9WMcp1Hn5Bv_4core9core_arch4simdNtB5_5u16x4NtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xf32bdc5d unregister_xenstore_notifier +EXPORT_SYMBOL_GPL vmlinux 0xf331236f btree_geo32 +EXPORT_SYMBOL_GPL vmlinux 0xf338901b _RNvXs9_NtNtCs9WMcp1Hn5Bv_4core3fmt3numyNtB5_10DisplayInt6to_u64 +EXPORT_SYMBOL_GPL vmlinux 0xf33c2f36 unregister_ftrace_function +EXPORT_SYMBOL_GPL vmlinux 0xf341e792 virtio_require_restricted_mem_acc +EXPORT_SYMBOL_GPL vmlinux 0xf349fd50 nvdimm_region_notify +EXPORT_SYMBOL_GPL vmlinux 0xf351cf9a pci_find_next_capability +EXPORT_SYMBOL_GPL vmlinux 0xf352023f memory_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0xf35289b8 blk_crypto_profile_destroy +EXPORT_SYMBOL_GPL vmlinux 0xf352c817 tcp_plb_check_rehash +EXPORT_SYMBOL_GPL vmlinux 0xf35aba8b skcipher_alloc_instance_simple +EXPORT_SYMBOL_GPL vmlinux 0xf3797506 mpi_ec_deinit +EXPORT_SYMBOL_GPL vmlinux 0xf37ad8c5 ata_pci_bmdma_init_one +EXPORT_SYMBOL_GPL vmlinux 0xf3808cb1 get_state_synchronize_rcu +EXPORT_SYMBOL_GPL vmlinux 0xf380ba3d regulator_put +EXPORT_SYMBOL_GPL vmlinux 0xf3916bb0 usb_deregister_dev +EXPORT_SYMBOL_GPL vmlinux 0xf39f1ffd trace_event_reg +EXPORT_SYMBOL_GPL vmlinux 0xf3a09fe7 crypto_has_kpp +EXPORT_SYMBOL_GPL vmlinux 0xf3abedec clk_hw_set_parent +EXPORT_SYMBOL_GPL vmlinux 0xf3b451ca kdb_poll_funcs +EXPORT_SYMBOL_GPL vmlinux 0xf3b6a021 mmc_regulator_get_supply +EXPORT_SYMBOL_GPL vmlinux 0xf3b70047 irq_chip_disable_parent +EXPORT_SYMBOL_GPL vmlinux 0xf3b95d79 btree_remove +EXPORT_SYMBOL_GPL vmlinux 0xf3c082ff perf_event_disable +EXPORT_SYMBOL_GPL vmlinux 0xf3cbb428 __tracepoint_error_report_end +EXPORT_SYMBOL_GPL vmlinux 0xf3d32366 tcp_plb_update_state +EXPORT_SYMBOL_GPL vmlinux 0xf3df5653 dev_pm_opp_find_freq_exact +EXPORT_SYMBOL_GPL vmlinux 0xf3e234d1 anon_inode_getfd_secure +EXPORT_SYMBOL_GPL vmlinux 0xf3e8a3d0 dev_pm_qos_hide_latency_limit +EXPORT_SYMBOL_GPL vmlinux 0xf3ed03ed devm_of_phy_get_by_index +EXPORT_SYMBOL_GPL vmlinux 0xf3ed8313 _RNvXs3t_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_28vm_area_struct__bindgen_ty_1NtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xf4180125 fsstack_copy_inode_size +EXPORT_SYMBOL_GPL vmlinux 0xf41b1c1e replace_page_cache_folio +EXPORT_SYMBOL_GPL vmlinux 0xf41ea257 devm_kmalloc +EXPORT_SYMBOL_GPL vmlinux 0xf421468c crypto_grab_aead +EXPORT_SYMBOL_GPL vmlinux 0xf4394d03 blk_mq_rdma_map_queues +EXPORT_SYMBOL_GPL vmlinux 0xf43d2762 irq_chip_set_parent_state +EXPORT_SYMBOL_GPL vmlinux 0xf44bee17 ethnl_cable_test_finished +EXPORT_SYMBOL_GPL vmlinux 0xf4689d50 linkmode_set_pause +EXPORT_SYMBOL_GPL vmlinux 0xf46a7b38 devm_gpio_request_one +EXPORT_SYMBOL_GPL vmlinux 0xf46c707e unregister_asymmetric_key_parser +EXPORT_SYMBOL_GPL vmlinux 0xf46f8b62 max8997_read_reg +EXPORT_SYMBOL_GPL vmlinux 0xf47654df irq_check_status_bit +EXPORT_SYMBOL_GPL vmlinux 0xf47cf18e devlink_param_unregister +EXPORT_SYMBOL_GPL vmlinux 0xf47eb766 l3mdev_ifindex_lookup_by_table_id +EXPORT_SYMBOL_GPL vmlinux 0xf4ab0b4a dev_pm_qos_remove_request +EXPORT_SYMBOL_GPL vmlinux 0xf4af35c2 rcu_gp_is_normal +EXPORT_SYMBOL_GPL vmlinux 0xf4cd9f8f reset_control_bulk_release +EXPORT_SYMBOL_GPL vmlinux 0xf4d29db3 nvdimm_bus_register +EXPORT_SYMBOL_GPL vmlinux 0xf4dd89bf uv_get_hubless_system +EXPORT_SYMBOL_GPL vmlinux 0xf4f97ee6 __SCK__tp_func_neigh_cleanup_and_release +EXPORT_SYMBOL_GPL vmlinux 0xf4fea2c5 devlink_port_unregister +EXPORT_SYMBOL_GPL vmlinux 0xf514769c da9052_disable_irq +EXPORT_SYMBOL_GPL vmlinux 0xf52c0dcf crypto_unregister_shashes +EXPORT_SYMBOL_GPL vmlinux 0xf52fe02f devfreq_event_get_event +EXPORT_SYMBOL_GPL vmlinux 0xf541713b vcap_filter_rule_keys +EXPORT_SYMBOL_GPL vmlinux 0xf547edc4 fwnode_handle_put +EXPORT_SYMBOL_GPL vmlinux 0xf54bd49b lcm +EXPORT_SYMBOL_GPL vmlinux 0xf553318d cpuidle_pause_and_lock +EXPORT_SYMBOL_GPL vmlinux 0xf56755ab __virtio_unbreak_device +EXPORT_SYMBOL_GPL vmlinux 0xf58457d8 vp_legacy_queue_vector +EXPORT_SYMBOL_GPL vmlinux 0xf59fb907 _RNvXs0_NtNtCs9WMcp1Hn5Bv_4core5panic8locationNtB5_8LocationNtNtB9_3fmt7Display3fmt +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 0xf5c13eab scsi_internal_device_unblock_nowait +EXPORT_SYMBOL_GPL vmlinux 0xf5db4dac rust_fmt_argument +EXPORT_SYMBOL_GPL vmlinux 0xf5f214b9 thermal_clear_package_intr_status +EXPORT_SYMBOL_GPL vmlinux 0xf5f370e0 async_schedule_node +EXPORT_SYMBOL_GPL vmlinux 0xf5f59043 _RNvXs1Y_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_22spinlock__bindgen_ty_1NtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xf60fcc23 i2c_acpi_new_device_by_fwnode +EXPORT_SYMBOL_GPL vmlinux 0xf61b3101 _RNvXs12_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_10pv_irq_opsNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xf63c0d23 fpu_enable_guest_xfd_features +EXPORT_SYMBOL_GPL vmlinux 0xf64aaa25 alarm_init +EXPORT_SYMBOL_GPL vmlinux 0xf64af477 pci_epc_mem_exit +EXPORT_SYMBOL_GPL vmlinux 0xf65d92ff crypto_unregister_aeads +EXPORT_SYMBOL_GPL vmlinux 0xf663ee2f pcap_adc_sync +EXPORT_SYMBOL_GPL vmlinux 0xf6698e86 rio_mport_get_feature +EXPORT_SYMBOL_GPL vmlinux 0xf6a10394 crypto_register_aeads +EXPORT_SYMBOL_GPL vmlinux 0xf6a28554 region_intersects +EXPORT_SYMBOL_GPL vmlinux 0xf6ba74f2 devm_phy_put +EXPORT_SYMBOL_GPL vmlinux 0xf6bb731d devm_regulator_get_optional +EXPORT_SYMBOL_GPL vmlinux 0xf6bfe0a4 _RNvXs1P_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_17fixed_percpu_dataNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xf6c71a25 cper_severity_str +EXPORT_SYMBOL_GPL vmlinux 0xf6c8dc62 cpu_hotplug_enable +EXPORT_SYMBOL_GPL vmlinux 0xf6e712a6 em_pd_get +EXPORT_SYMBOL_GPL vmlinux 0xf6e874f5 ata_timing_merge +EXPORT_SYMBOL_GPL vmlinux 0xf6f16c56 rcu_barrier_tasks +EXPORT_SYMBOL_GPL vmlinux 0xf6fe6dec _RNvNtNtNtCs9WMcp1Hn5Bv_4core7unicode12unicode_data14case_ignorable6lookup +EXPORT_SYMBOL_GPL vmlinux 0xf70da304 regulator_set_voltage_sel_regmap +EXPORT_SYMBOL_GPL vmlinux 0xf70e4a4d preempt_schedule_notrace +EXPORT_SYMBOL_GPL vmlinux 0xf7115b35 usb_add_phy_dev +EXPORT_SYMBOL_GPL vmlinux 0xf71658ae pm_generic_restore +EXPORT_SYMBOL_GPL vmlinux 0xf717c3d7 usb_get_phy +EXPORT_SYMBOL_GPL vmlinux 0xf7289108 _RNvXs3N_NtNtCs9WMcp1Hn5Bv_4core9core_arch4simdNtB6_5f32x8NtNtBa_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xf72a65ea tty_get_char_size +EXPORT_SYMBOL_GPL vmlinux 0xf744298f hv_unmap_memory +EXPORT_SYMBOL_GPL vmlinux 0xf7444a06 pci_vpd_alloc +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 0xf75a9df0 fscrypt_add_test_dummy_key +EXPORT_SYMBOL_GPL vmlinux 0xf75f4013 pinctrl_dev_get_drvdata +EXPORT_SYMBOL_GPL vmlinux 0xf767ca35 fixed_percpu_data +EXPORT_SYMBOL_GPL vmlinux 0xf7687826 invalidate_inode_pages2 +EXPORT_SYMBOL_GPL vmlinux 0xf76bd4f8 is_virtio_device +EXPORT_SYMBOL_GPL vmlinux 0xf76d2651 platform_device_alloc +EXPORT_SYMBOL_GPL vmlinux 0xf7772bde xas_init_marks +EXPORT_SYMBOL_GPL vmlinux 0xf77d1711 _RNvMs4_NtCs9WMcp1Hn5Bv_4core3numh14from_str_radix +EXPORT_SYMBOL_GPL vmlinux 0xf782fb07 percpu_ref_switch_to_atomic_sync +EXPORT_SYMBOL_GPL vmlinux 0xf784bb87 __traceiter_block_bio_remap +EXPORT_SYMBOL_GPL vmlinux 0xf7866b4f bind_evtchn_to_irqhandler_lateeoi +EXPORT_SYMBOL_GPL vmlinux 0xf7902c62 _RNvXs1n_NtNtCs9WMcp1Hn5Bv_4core9core_arch4simdNtB6_5f32x2NtNtBa_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xf791aa58 regmap_raw_write_async +EXPORT_SYMBOL_GPL vmlinux 0xf791ef25 sk_msg_alloc +EXPORT_SYMBOL_GPL vmlinux 0xf7a4d536 gpiochip_line_is_open_source +EXPORT_SYMBOL_GPL vmlinux 0xf7a993a1 __hwspin_lock_timeout +EXPORT_SYMBOL_GPL vmlinux 0xf7afb369 btree_init +EXPORT_SYMBOL_GPL vmlinux 0xf7b2d4e6 sysfs_update_group +EXPORT_SYMBOL_GPL vmlinux 0xf7b33470 vcap_find_keystream_keysets +EXPORT_SYMBOL_GPL vmlinux 0xf7b72cd2 devm_usb_get_phy_by_node +EXPORT_SYMBOL_GPL vmlinux 0xf7bc95b0 devlink_fmsg_pair_nest_start +EXPORT_SYMBOL_GPL vmlinux 0xf7c3f273 xen_resume_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0xf7d8d750 pci_bus_max_busnr +EXPORT_SYMBOL_GPL vmlinux 0xf7d9af2c ncsi_stop_dev +EXPORT_SYMBOL_GPL vmlinux 0xf7da5411 usb_hcd_resume_root_hub +EXPORT_SYMBOL_GPL vmlinux 0xf7ece521 blk_abort_request +EXPORT_SYMBOL_GPL vmlinux 0xf80ba43e sdev_evt_send +EXPORT_SYMBOL_GPL vmlinux 0xf818361a synth_event_add_next_val +EXPORT_SYMBOL_GPL vmlinux 0xf81dce70 thermal_genl_cpu_capability_event +EXPORT_SYMBOL_GPL vmlinux 0xf82f3657 work_on_cpu +EXPORT_SYMBOL_GPL vmlinux 0xf83c2783 iomap_dio_rw +EXPORT_SYMBOL_GPL vmlinux 0xf842ba27 ata_sas_port_init +EXPORT_SYMBOL_GPL vmlinux 0xf84b72b6 _RNvMs7_NtCs9WMcp1Hn5Bv_4core3fmtNtB5_9Formatter9write_fmt +EXPORT_SYMBOL_GPL vmlinux 0xf8540d8c sbitmap_any_bit_set +EXPORT_SYMBOL_GPL vmlinux 0xf85dbf37 phy_power_off +EXPORT_SYMBOL_GPL vmlinux 0xf8645729 _RNvXs8_NtCs9WMcp1Hn5Bv_4core3fmtNtB5_9FormatterNtB5_5Write10write_char +EXPORT_SYMBOL_GPL vmlinux 0xf86a26f4 scsi_eh_ready_devs +EXPORT_SYMBOL_GPL vmlinux 0xf87dbec5 blk_lld_busy +EXPORT_SYMBOL_GPL vmlinux 0xf87f1734 xfrm_audit_state_notfound_simple +EXPORT_SYMBOL_GPL vmlinux 0xf881cecd load_fixmap_gdt +EXPORT_SYMBOL_GPL vmlinux 0xf883bf93 crypto_dh_key_len +EXPORT_SYMBOL_GPL vmlinux 0xf8ac51d8 __tracepoint_ata_tf_load +EXPORT_SYMBOL_GPL vmlinux 0xf8b1730f vcap_rule_add_key_bit +EXPORT_SYMBOL_GPL vmlinux 0xf8bc0beb clear_node_memory_type +EXPORT_SYMBOL_GPL vmlinux 0xf8c15907 genphy_c45_check_and_restart_aneg +EXPORT_SYMBOL_GPL vmlinux 0xf8c2ba79 pci_common_swizzle +EXPORT_SYMBOL_GPL vmlinux 0xf8c639d7 __regmap_init_i2c +EXPORT_SYMBOL_GPL vmlinux 0xf8d3a270 pinctrl_force_default +EXPORT_SYMBOL_GPL vmlinux 0xf8d8dfe2 get_current_tty +EXPORT_SYMBOL_GPL vmlinux 0xf8e0f781 pm_runtime_barrier +EXPORT_SYMBOL_GPL vmlinux 0xf8f3a0fb ata_ratelimit +EXPORT_SYMBOL_GPL vmlinux 0xf8f6b27e _RNvXs2r_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_12rw_semaphoreNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xf8fbbe65 _RNvXs1a_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_11__fpstate_32NtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xf8fd8a06 fwnode_graph_get_port_parent +EXPORT_SYMBOL_GPL vmlinux 0xf8fdc54c pci_find_vsec_capability +EXPORT_SYMBOL_GPL vmlinux 0xf8fe3986 pat_pfn_immune_to_uc_mtrr +EXPORT_SYMBOL_GPL vmlinux 0xf8ffa01f for_each_kernel_tracepoint +EXPORT_SYMBOL_GPL vmlinux 0xf90268bf dw_pcie_find_capability +EXPORT_SYMBOL_GPL vmlinux 0xf90b3748 __pci_hp_initialize +EXPORT_SYMBOL_GPL vmlinux 0xf9122de0 hte_push_ts_ns +EXPORT_SYMBOL_GPL vmlinux 0xf919ac2f fat_update_time +EXPORT_SYMBOL_GPL vmlinux 0xf920de63 virtqueue_poll +EXPORT_SYMBOL_GPL vmlinux 0xf927daf2 led_classdev_notify_brightness_hw_changed +EXPORT_SYMBOL_GPL vmlinux 0xf9348164 _RNvXs2q_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_11ma_wr_stateNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xf95322f4 kthread_parkme +EXPORT_SYMBOL_GPL vmlinux 0xf955e9c5 bprintf +EXPORT_SYMBOL_GPL vmlinux 0xf9618c63 pci_cfg_access_lock +EXPORT_SYMBOL_GPL vmlinux 0xf96ac4bc disk_set_zoned +EXPORT_SYMBOL_GPL vmlinux 0xf9705cb0 crypto_unregister_skcipher +EXPORT_SYMBOL_GPL vmlinux 0xf9810f23 _RNvXso_NtNtCs9WMcp1Hn5Bv_4core9core_arch3x86NtB5_6___m256NtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xf9a054b5 __round_jiffies +EXPORT_SYMBOL_GPL vmlinux 0xf9a8ff34 tps6586x_clr_bits +EXPORT_SYMBOL_GPL vmlinux 0xf9aa0330 skb_scrub_packet +EXPORT_SYMBOL_GPL vmlinux 0xf9acf6ce register_nvdimm_pmu +EXPORT_SYMBOL_GPL vmlinux 0xf9b34a0b iopf_queue_free +EXPORT_SYMBOL_GPL vmlinux 0xf9b5bbd4 platform_get_irq +EXPORT_SYMBOL_GPL vmlinux 0xf9badcbd xdp_convert_zc_to_xdp_frame +EXPORT_SYMBOL_GPL vmlinux 0xf9bb2709 of_hwspin_lock_get_id_byname +EXPORT_SYMBOL_GPL vmlinux 0xf9be9fa9 _RNvXs24_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_15pcpu_group_infoNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xf9cedcf8 devm_irq_alloc_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0xf9e62cd6 _RNvXsg_NtCs9WMcp1Hn5Bv_4core4cellNtB5_14BorrowMutErrorNtNtB7_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xf9f4d84e clk_register_fixed_rate +EXPORT_SYMBOL_GPL vmlinux 0xf9f8f630 _RNvXsx_NtCs796HB7yPNRt_8bindings12bindings_rawNtB5_12__ddebug_infoNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xf9fb98ca _RNvNvMsc_NtNtCs9WMcp1Hn5Bv_4core3num7nonzeroNtB7_10NonZeroU3213new_unchecked8comptime +EXPORT_SYMBOL_GPL vmlinux 0xf9fe0cf4 sock_diag_unregister +EXPORT_SYMBOL_GPL vmlinux 0xfa070139 vp_legacy_set_queue_address +EXPORT_SYMBOL_GPL vmlinux 0xfa14b2db regmap_parse_val +EXPORT_SYMBOL_GPL vmlinux 0xfa19b798 _RNvXs4n_NtNtCs9WMcp1Hn5Bv_4core3num7nonzeroNtB6_10NonZeroI64NtNtNtBa_3str6traits7FromStr8from_str +EXPORT_SYMBOL_GPL vmlinux 0xfa1eb910 unregister_syscore_ops +EXPORT_SYMBOL_GPL vmlinux 0xfa20488d tcp_parse_mss_option +EXPORT_SYMBOL_GPL vmlinux 0xfa23ad6a device_match_devt +EXPORT_SYMBOL_GPL vmlinux 0xfa349688 aer_recover_queue +EXPORT_SYMBOL_GPL vmlinux 0xfa35044a alternatives_patched +EXPORT_SYMBOL_GPL vmlinux 0xfa37fb11 vcap_mod_rule +EXPORT_SYMBOL_GPL vmlinux 0xfa43cefc is_hash_blacklisted +EXPORT_SYMBOL_GPL vmlinux 0xfa5ca1e7 _RNvXs3g_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_4pageNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xfa666974 queue_work_node +EXPORT_SYMBOL_GPL vmlinux 0xfa8868a0 __tracepoint_detach_device_from_domain +EXPORT_SYMBOL_GPL vmlinux 0xfa9e5f5c sdio_memcpy_fromio +EXPORT_SYMBOL_GPL vmlinux 0xfaa5dcd4 vcap_keyset_name +EXPORT_SYMBOL_GPL vmlinux 0xfaaf8621 power_supply_battery_bti_in_range +EXPORT_SYMBOL_GPL vmlinux 0xfab1e0c9 iommu_detach_device_pasid +EXPORT_SYMBOL_GPL vmlinux 0xfab30dc0 mdio_bus_exit +EXPORT_SYMBOL_GPL vmlinux 0xfab53ed9 pinctrl_gpio_can_use_line +EXPORT_SYMBOL_GPL vmlinux 0xfab67539 __spi_alloc_controller +EXPORT_SYMBOL_GPL vmlinux 0xfabe9242 netdev_walk_all_upper_dev_rcu +EXPORT_SYMBOL_GPL vmlinux 0xfacca6b6 vp_legacy_get_features +EXPORT_SYMBOL_GPL vmlinux 0xfad6c1db inet6_csk_addr2sockaddr +EXPORT_SYMBOL_GPL vmlinux 0xfad9c827 kill_dax +EXPORT_SYMBOL_GPL vmlinux 0xfae027f4 acpi_dma_controller_free +EXPORT_SYMBOL_GPL vmlinux 0xfb0794c8 _RNvXsi_NtNtCs9WMcp1Hn5Bv_4core4hash3sipNtB5_5StateNtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xfb22a9fa i2c_dw_configure_master +EXPORT_SYMBOL_GPL vmlinux 0xfb247ae9 nvmem_device_find +EXPORT_SYMBOL_GPL vmlinux 0xfb32b30f ring_buffer_read_prepare_sync +EXPORT_SYMBOL_GPL vmlinux 0xfb376585 blk_crypto_update_capabilities +EXPORT_SYMBOL_GPL vmlinux 0xfb531a60 pcie_port_find_device +EXPORT_SYMBOL_GPL vmlinux 0xfb60faf5 posix_acl_clone +EXPORT_SYMBOL_GPL vmlinux 0xfb6eedf9 power_group_name +EXPORT_SYMBOL_GPL vmlinux 0xfb70972c _RNvXs4h_NtNtCs9WMcp1Hn5Bv_4core3num7nonzeroNtB6_10NonZeroU64NtNtNtBa_3str6traits7FromStr8from_str +EXPORT_SYMBOL_GPL vmlinux 0xfb737b00 _RNvXsR_NtNtCs9WMcp1Hn5Bv_4core3fmt3numlNtB7_5Octal3fmt +EXPORT_SYMBOL_GPL vmlinux 0xfb933935 devm_regulator_get_enable_optional +EXPORT_SYMBOL_GPL vmlinux 0xfb968cb4 regcache_sync_region +EXPORT_SYMBOL_GPL vmlinux 0xfba1f6eb regmap_bulk_read +EXPORT_SYMBOL_GPL vmlinux 0xfbbd0226 devm_regulator_get_exclusive +EXPORT_SYMBOL_GPL vmlinux 0xfbbd41ca no_action +EXPORT_SYMBOL_GPL vmlinux 0xfbcb3190 mnt_user_ns +EXPORT_SYMBOL_GPL vmlinux 0xfbd9205b dma_pci_p2pdma_supported +EXPORT_SYMBOL_GPL vmlinux 0xfbde0714 hvc_poll +EXPORT_SYMBOL_GPL vmlinux 0xfbe8780e crypto_grab_shash +EXPORT_SYMBOL_GPL vmlinux 0xfbfb8a1e bio_clone_blkg_association +EXPORT_SYMBOL_GPL vmlinux 0xfbffd601 net_prio_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0xfc00e022 ftrace_set_filter +EXPORT_SYMBOL_GPL vmlinux 0xfc03a4ca proc_dou8vec_minmax +EXPORT_SYMBOL_GPL vmlinux 0xfc03d97a page_is_ram +EXPORT_SYMBOL_GPL vmlinux 0xfc0a373a security_inode_create +EXPORT_SYMBOL_GPL vmlinux 0xfc1064ae ata_dummy_port_ops +EXPORT_SYMBOL_GPL vmlinux 0xfc14bb2e dm_get_dev_t +EXPORT_SYMBOL_GPL vmlinux 0xfc1e4527 nvmem_cell_read_u32 +EXPORT_SYMBOL_GPL vmlinux 0xfc201b66 sprint_oid +EXPORT_SYMBOL_GPL vmlinux 0xfc209519 dm_hold +EXPORT_SYMBOL_GPL vmlinux 0xfc254d15 gnttab_free_auto_xlat_frames +EXPORT_SYMBOL_GPL vmlinux 0xfc3b4246 acpi_bus_update_power +EXPORT_SYMBOL_GPL vmlinux 0xfc41e2c4 _RNvMNtNtCs9WMcp1Hn5Bv_4core5slice5asciiSh16trim_ascii_start +EXPORT_SYMBOL_GPL vmlinux 0xfc45b6b5 inet_hash +EXPORT_SYMBOL_GPL vmlinux 0xfc545a7f input_ff_create +EXPORT_SYMBOL_GPL vmlinux 0xfc60ea42 _RNvXs1K_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_11entry_stackNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xfc61fa37 _RNvXsg_NtCs9WMcp1Hn5Bv_4core7convertNtB5_10InfallibleNtNtB7_3cmp3Ord3cmp +EXPORT_SYMBOL_GPL vmlinux 0xfc6709e3 serdev_device_set_tiocm +EXPORT_SYMBOL_GPL vmlinux 0xfc6cece0 vp_modern_get_num_queues +EXPORT_SYMBOL_GPL vmlinux 0xfc8686ba devm_mbox_controller_unregister +EXPORT_SYMBOL_GPL vmlinux 0xfc8ef1bc regulator_bulk_set_supply_names +EXPORT_SYMBOL_GPL vmlinux 0xfc978a6b bdev_discard_alignment +EXPORT_SYMBOL_GPL vmlinux 0xfc98c8dc xen_percpu_upcall +EXPORT_SYMBOL_GPL vmlinux 0xfc9ce582 scsi_target_unblock +EXPORT_SYMBOL_GPL vmlinux 0xfca7ed43 dev_nit_active +EXPORT_SYMBOL_GPL vmlinux 0xfcb8dcd2 gnttab_unmap_refs_sync +EXPORT_SYMBOL_GPL vmlinux 0xfcbfec70 add_memory_driver_managed +EXPORT_SYMBOL_GPL vmlinux 0xfcc1edd3 memory_block_size_bytes +EXPORT_SYMBOL_GPL vmlinux 0xfcc68d8e __tracepoint_sched_overutilized_tp +EXPORT_SYMBOL_GPL vmlinux 0xfcca5424 register_kprobe +EXPORT_SYMBOL_GPL vmlinux 0xfccb0dbd icc_enable +EXPORT_SYMBOL_GPL vmlinux 0xfcd524b7 pci_find_ht_capability +EXPORT_SYMBOL_GPL vmlinux 0xfcd814b8 _RNvXsU_NtNtCs9WMcp1Hn5Bv_4core3fmt3nummNtB7_6Binary3fmt +EXPORT_SYMBOL_GPL vmlinux 0xfce867cc kobject_uevent_env +EXPORT_SYMBOL_GPL vmlinux 0xfcf9ef73 hw_protection_shutdown +EXPORT_SYMBOL_GPL vmlinux 0xfcfd26ce __hvc_resize +EXPORT_SYMBOL_GPL vmlinux 0xfcfef0e6 pcie_reset_flr +EXPORT_SYMBOL_GPL vmlinux 0xfd03957a uart_xchar_out +EXPORT_SYMBOL_GPL vmlinux 0xfd134651 ata_port_pbar_desc +EXPORT_SYMBOL_GPL vmlinux 0xfd2c62ad devlink_dpipe_table_counter_enabled +EXPORT_SYMBOL_GPL vmlinux 0xfd50b61a sata_scr_valid +EXPORT_SYMBOL_GPL vmlinux 0xfd5bf1f2 devm_of_icc_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0xfd5e0c41 usb_hcd_setup_local_mem +EXPORT_SYMBOL_GPL vmlinux 0xfd5f15b5 serial8250_do_set_ldisc +EXPORT_SYMBOL_GPL vmlinux 0xfd655cf6 extcon_sync +EXPORT_SYMBOL_GPL vmlinux 0xfd6f9f09 fat_free_clusters +EXPORT_SYMBOL_GPL vmlinux 0xfd7243c7 erst_disable +EXPORT_SYMBOL_GPL vmlinux 0xfd77e268 register_sys_off_handler +EXPORT_SYMBOL_GPL vmlinux 0xfd896da8 switchdev_port_obj_del +EXPORT_SYMBOL_GPL vmlinux 0xfda82cea serial8250_set_defaults +EXPORT_SYMBOL_GPL vmlinux 0xfdb15655 fuse_get_unique +EXPORT_SYMBOL_GPL vmlinux 0xfdb7b43b regmap_register_patch +EXPORT_SYMBOL_GPL vmlinux 0xfdb9a80e devm_hwmon_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0xfdbc95bf sysfs_file_change_owner +EXPORT_SYMBOL_GPL vmlinux 0xfdbd1896 bsg_remove_queue +EXPORT_SYMBOL_GPL vmlinux 0xfdbd7a17 crypto_get_attr_type +EXPORT_SYMBOL_GPL vmlinux 0xfdbfc012 pwm_adjust_config +EXPORT_SYMBOL_GPL vmlinux 0xfdc0ab92 _RNvXst_NtNtCs9WMcp1Hn5Bv_4core3fmt3numiNtB7_5Octal3fmt +EXPORT_SYMBOL_GPL vmlinux 0xfdea2d04 alarm_cancel +EXPORT_SYMBOL_GPL vmlinux 0xfdf130ae serial8250_do_startup +EXPORT_SYMBOL_GPL vmlinux 0xfe0167d1 nvmem_cell_read_u8 +EXPORT_SYMBOL_GPL vmlinux 0xfe0550ee pci_rescan_bus +EXPORT_SYMBOL_GPL vmlinux 0xfe0c4478 device_bind_driver +EXPORT_SYMBOL_GPL vmlinux 0xfe0c531c i2c_acpi_find_adapter_by_handle +EXPORT_SYMBOL_GPL vmlinux 0xfe0e7cd3 apei_exec_post_unmap_gars +EXPORT_SYMBOL_GPL vmlinux 0xfe14e85d acpiphp_register_attention +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 0xfe1e4293 _RNvXs1e_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_7__xstateNtNtCs9WMcp1Hn5Bv_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xfe202707 register_ftrace_function +EXPORT_SYMBOL_GPL vmlinux 0xfe22b9fb _RNvXsJ_NtNtCs9WMcp1Hn5Bv_4core3fmt3numsNtB7_5Octal3fmt +EXPORT_SYMBOL_GPL vmlinux 0xfe3a6de3 alarm_try_to_cancel +EXPORT_SYMBOL_GPL vmlinux 0xfe453b31 spi_mem_adjust_op_size +EXPORT_SYMBOL_GPL vmlinux 0xfe476039 ktime_get_resolution_ns +EXPORT_SYMBOL_GPL vmlinux 0xfe4bac04 mmu_notifier_range_update_to_read_only +EXPORT_SYMBOL_GPL vmlinux 0xfe528af9 xenbus_dev_fatal +EXPORT_SYMBOL_GPL vmlinux 0xfe5e47b7 gnttab_pages_clear_private +EXPORT_SYMBOL_GPL vmlinux 0xfe62edab bpf_redirect_info +EXPORT_SYMBOL_GPL vmlinux 0xfe727411 get_phys_to_machine +EXPORT_SYMBOL_GPL vmlinux 0xfe7e70ec __SCK__tp_func_unmap +EXPORT_SYMBOL_GPL vmlinux 0xfe841edb __SCK__tp_func_tcp_bad_csum +EXPORT_SYMBOL_GPL vmlinux 0xfe879608 _RNvXs1r_NtNtCs9WMcp1Hn5Bv_4core3fmt3numoNtB8_8LowerExp3fmt +EXPORT_SYMBOL_GPL vmlinux 0xfe87bf5c strp_unpause +EXPORT_SYMBOL_GPL vmlinux 0xfe8cdb84 ring_buffer_alloc_read_page +EXPORT_SYMBOL_GPL vmlinux 0xfe990052 gpio_free +EXPORT_SYMBOL_GPL vmlinux 0xfea72b13 phy_exit +EXPORT_SYMBOL_GPL vmlinux 0xfeaf8a3b vp_legacy_config_vector +EXPORT_SYMBOL_GPL vmlinux 0xfeb0dbbb inet_bhash2_reset_saddr +EXPORT_SYMBOL_GPL vmlinux 0xfeb1c53d edac_device_handle_ue_count +EXPORT_SYMBOL_GPL vmlinux 0xfebb13fa kobject_get_path +EXPORT_SYMBOL_GPL vmlinux 0xfec37ebb __xenbus_register_backend +EXPORT_SYMBOL_GPL vmlinux 0xfec8bc55 intel_pmic_install_opregion_handler +EXPORT_SYMBOL_GPL vmlinux 0xfeca2cd0 _RNvXs1W_NtNtCs9WMcp1Hn5Bv_4core3str4iterNtB6_13EscapeDefaultNtNtBa_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xfed11ed1 usb_mon_deregister +EXPORT_SYMBOL_GPL vmlinux 0xfed52acf genphy_c45_pma_baset1_setup_master_slave +EXPORT_SYMBOL_GPL vmlinux 0xfee374f3 driver_register +EXPORT_SYMBOL_GPL vmlinux 0xfee81518 acpi_dma_controller_register +EXPORT_SYMBOL_GPL vmlinux 0xfee89789 devm_i2c_new_dummy_device +EXPORT_SYMBOL_GPL vmlinux 0xfeeecd05 apei_read +EXPORT_SYMBOL_GPL vmlinux 0xff05fa13 vring_interrupt +EXPORT_SYMBOL_GPL vmlinux 0xff07a033 pwmchip_add +EXPORT_SYMBOL_GPL vmlinux 0xff0ad69e __account_locked_vm +EXPORT_SYMBOL_GPL vmlinux 0xff0bed6e fib_nl_delrule +EXPORT_SYMBOL_GPL vmlinux 0xff0f8bce bd_unlink_disk_holder +EXPORT_SYMBOL_GPL vmlinux 0xff1555ed p2sb_bar +EXPORT_SYMBOL_GPL vmlinux 0xff1666f3 reset_control_bulk_assert +EXPORT_SYMBOL_GPL vmlinux 0xff19daee hv_setup_dma_ops +EXPORT_SYMBOL_GPL vmlinux 0xff1e67b9 setup_APIC_eilvt +EXPORT_SYMBOL_GPL vmlinux 0xff1f990a irq_gc_set_wake +EXPORT_SYMBOL_GPL vmlinux 0xff291ecf clk_unregister_divider +EXPORT_SYMBOL_GPL vmlinux 0xff2c9bde rtc_class_close +EXPORT_SYMBOL_GPL vmlinux 0xff42c374 usb_role_switch_get_role +EXPORT_SYMBOL_GPL vmlinux 0xff4599d2 led_trigger_read +EXPORT_SYMBOL_GPL vmlinux 0xff4a7414 virtqueue_disable_cb +EXPORT_SYMBOL_GPL vmlinux 0xff5053b0 _RNvNtNtCsiTPnVqBGVaY_6kernel5print14format_strings5EMERG +EXPORT_SYMBOL_GPL vmlinux 0xff51e6ed tpm_chip_stop +EXPORT_SYMBOL_GPL vmlinux 0xff54b321 xfrm_register_translator +EXPORT_SYMBOL_GPL vmlinux 0xff5a527a iommu_detach_group +EXPORT_SYMBOL_GPL vmlinux 0xff5f62ad __class_create +EXPORT_SYMBOL_GPL vmlinux 0xff6270df palmas_ext_control_req_config +EXPORT_SYMBOL_GPL vmlinux 0xff692791 i2c_acpi_client_count +EXPORT_SYMBOL_GPL vmlinux 0xff6953bb dma_resv_describe +EXPORT_SYMBOL_GPL vmlinux 0xff6e16aa _RNvXs2f_NtCs796HB7yPNRt_8bindings12bindings_rawNtB6_15maple_arange_64NtNtCs9WMcp1Hn5Bv_4core7default7Default7default +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 0xffa5e700 devm_register_sys_off_handler +EXPORT_SYMBOL_GPL vmlinux 0xffae8e8b nsecs_to_jiffies +EXPORT_SYMBOL_GPL vmlinux 0xffbe85bb crypto_shash_tfm_digest +EXPORT_SYMBOL_GPL vmlinux 0xffc31016 __stack_depot_save +EXPORT_SYMBOL_GPL vmlinux 0xffc61132 led_classdev_resume +EXPORT_SYMBOL_GPL vmlinux 0xffc86f14 __xas_next +EXPORT_SYMBOL_GPL vmlinux 0xffd469bb register_pernet_subsys +EXPORT_SYMBOL_GPL vmlinux 0xffdda73b fib6_new_table +EXPORT_SYMBOL_GPL vmlinux 0xffdfcc1e device_property_read_u16_array +EXPORT_SYMBOL_GPL vmlinux 0xffef063a input_ff_event +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 0x0ab568ed cs_dsp_power_up drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x0f7544de cs_dsp_power_down drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x130fb680 cs_dsp_halo_bus_error 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 0x19a8f95a cs_dsp_write_data_word drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x22b57db9 cs_dsp_adsp1_power_up drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x4e3d89b7 cs_dsp_stop 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 0x57848aff cs_dsp_coeff_read_ctrl drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x596ea6cd cs_dsp_cleanup_debugfs drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x5ab60836 cs_dsp_run drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x5c5ccb8d cs_dsp_adsp1_init drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x5f6bb537 cs_dsp_set_dspclk drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x69e3250c cs_dsp_init_debugfs drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x6aad9d80 cs_dsp_halo_init drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x6e0cce2d cs_dsp_chunk_write drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x6ffa7479 cs_dsp_coeff_write_acked_control drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x74b0a3d0 cs_dsp_find_alg_region drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x863cc533 cs_dsp_adsp2_bus_error drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x99dbc777 cs_dsp_read_data_word drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x9afc871d cs_dsp_remove 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 0xa2ed841c cs_dsp_get_ctl drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0xb21ed6a6 cs_dsp_adsp1_power_down drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0xb23ea555 cs_dsp_read_raw_data_block 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 0xc4b6645c cs_dsp_coeff_write_ctrl drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0xf7c32cc4 cs_dsp_halo_wdt_expire drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0xffa696d5 cs_dsp_adsp2_init drivers/firmware/cirrus/cs_dsp +HWMON_THERMAL EXPORT_SYMBOL_GPL 0x89034989 hwmon_device_register_for_thermal vmlinux +I8255 EXPORT_SYMBOL_GPL 0x1ef35449 i8255_mode0_output drivers/gpio/gpio-i8255 +I8255 EXPORT_SYMBOL_GPL 0x77c830ef i8255_state_init drivers/gpio/gpio-i8255 +I8255 EXPORT_SYMBOL_GPL 0x7fe2aa71 i8255_direction_input drivers/gpio/gpio-i8255 +I8255 EXPORT_SYMBOL_GPL 0xa62b7b4d i8255_set drivers/gpio/gpio-i8255 +I8255 EXPORT_SYMBOL_GPL 0xb7712fc5 i8255_direction_output drivers/gpio/gpio-i8255 +I8255 EXPORT_SYMBOL_GPL 0xd0600412 i8255_get_direction drivers/gpio/gpio-i8255 +I8255 EXPORT_SYMBOL_GPL 0xd5e79ff5 i8255_get drivers/gpio/gpio-i8255 +I8255 EXPORT_SYMBOL_GPL 0xf2519b77 i8255_set_multiple drivers/gpio/gpio-i8255 +I8255 EXPORT_SYMBOL_GPL 0xffed47ff i8255_get_multiple drivers/gpio/gpio-i8255 +I915_GVT EXPORT_SYMBOL_GPL 0x03f96f08 intel_gvt_iterate_mmio_table drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0x0b15c87c i915_request_add drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0x1d76111c i915_fence_ops drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0x21283c1b _i915_vma_move_to_active drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0x25189419 __px_dma drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0x280c3118 i915_gem_gtt_insert drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0x2b41cfb8 i915_gem_ww_ctx_fini drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0x2e316da3 i915_gem_ww_ctx_backoff drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0x415552a1 intel_ring_begin drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0x5035922b i915_gem_ww_ctx_init drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0x537521c2 intel_uncore_forcewake_get drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0x54c03930 i915_request_create drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0x67fb7a54 i915_gem_object_create_shmem drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0x6fba598e i915_gem_prime_export drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0x74a54f3a intel_runtime_pm_get drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0x78790124 intel_runtime_pm_put_unchecked drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0x7bb4da3e shmem_pin_map drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0x885bed51 __i915_gem_object_flush_map drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0x890fc889 i915_vm_release drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0x8d62f03d i915_request_wait drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0x91d8e578 intel_gvt_clear_ops drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0x9352888b intel_uncore_forcewake_for_reg drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0xa06c9285 __intel_context_do_unpin drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0xb4a9075b i915_gem_object_pin_map drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0xcf92090e intel_uncore_forcewake_put drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0xd062c715 i915_ppgtt_create drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0xd18a1ff2 i915_gem_object_ggtt_pin_ww drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0xd2bf7412 __intel_context_do_pin drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0xdfe534e0 i915_gem_object_init drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0xe05b4c73 intel_gvt_set_ops drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0xeba347e5 intel_context_create drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0xedb82274 __i915_gem_object_set_pages drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0xee8e1009 i915_gem_object_set_to_cpu_domain drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0xf0848ec1 shmem_unpin_map drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0xf5910ba6 i915_gem_object_alloc drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0xf7cd6814 i915_reserve_fence drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0xfedbed19 i915_unreserve_fence drivers/gpu/drm/i915/i915 +IDXD EXPORT_SYMBOL_GPL 0x0d026c3a idxd_drv drivers/dma/idxd/idxd +IDXD EXPORT_SYMBOL_GPL 0x66e68e33 idxd_driver_unregister drivers/dma/idxd/idxd_bus +IDXD EXPORT_SYMBOL_GPL 0x6fc694b1 dsa_bus_type drivers/dma/idxd/idxd_bus +IDXD EXPORT_SYMBOL_GPL 0x99fcc865 __idxd_driver_register drivers/dma/idxd/idxd_bus +IDXD EXPORT_SYMBOL_GPL 0xe9571c1c idxd_dmaengine_drv drivers/dma/idxd/idxd +IDXD EXPORT_SYMBOL_GPL 0xf56f669d idxd_user_drv drivers/dma/idxd/idxd +IIO_AD5592R EXPORT_SYMBOL_GPL 0x1a68d986 ad5592r_probe drivers/iio/dac/ad5592r-base +IIO_AD5592R EXPORT_SYMBOL_GPL 0x8e68df18 ad5592r_remove drivers/iio/dac/ad5592r-base +IIO_AD5686 EXPORT_SYMBOL_GPL 0x3cf811ae ad5686_probe drivers/iio/dac/ad5686 +IIO_AD5686 EXPORT_SYMBOL_GPL 0x62fed64a ad5686_remove drivers/iio/dac/ad5686 +IIO_AD7091R EXPORT_SYMBOL_GPL 0x822b1371 ad7091r_regmap_config drivers/iio/adc/ad7091r-base +IIO_AD7091R EXPORT_SYMBOL_GPL 0xf0b832ee ad7091r_probe drivers/iio/adc/ad7091r-base +IIO_AD7606 EXPORT_SYMBOL_GPL 0x591b7bc6 ad7606_probe drivers/iio/adc/ad7606 +IIO_AD7606 EXPORT_SYMBOL_GPL 0xb5ea84ec ad7606_pm_ops drivers/iio/adc/ad7606 +IIO_ADISLIB EXPORT_SYMBOL 0x65d3be34 __adis_enable_irq drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL 0xdd3cecf8 adis_debugfs_reg_access drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0x3682d261 __adis_write_reg drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0x40f1d405 __adis_update_bits_base drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0x4d6765e5 __adis_initial_startup drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0x690419e8 adis_update_scan_mode drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0x7f28e3db adis_init drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0x84c8d57a devm_adis_probe_trigger drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0x9512cbd3 __adis_read_reg drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0xd0540a92 devm_adis_setup_buffer_and_trigger drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0xf411fd17 __adis_check_status drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0xfa959df4 adis_single_conversion drivers/iio/imu/adis_lib +IIO_ADIS_LIB EXPORT_SYMBOL_GPL 0xa057c3d1 __adis_reset drivers/iio/imu/adis_lib +IIO_ADXL313 EXPORT_SYMBOL_GPL 0x178df040 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 0xbf30d50b adxl313_core_probe drivers/iio/accel/adxl313_core +IIO_ADXL313 EXPORT_SYMBOL_GPL 0xe1d8d09c adxl314_readable_regs_table drivers/iio/accel/adxl313_core +IIO_ADXL313 EXPORT_SYMBOL_GPL 0xe1dfdd33 adxl312_writable_regs_table drivers/iio/accel/adxl313_core +IIO_ADXL313 EXPORT_SYMBOL_GPL 0xf6f7b9f3 adxl313_writable_regs_table drivers/iio/accel/adxl313_core +IIO_ADXL355 EXPORT_SYMBOL_GPL 0x4d2f5e0f adxl35x_chip_info drivers/iio/accel/adxl355_core +IIO_ADXL355 EXPORT_SYMBOL_GPL 0x6f2b4ee6 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 0x323d0b89 adxl367_probe drivers/iio/accel/adxl367 +IIO_ADXL372 EXPORT_SYMBOL_GPL 0x18829638 adxl372_probe drivers/iio/accel/adxl372 +IIO_ADXL372 EXPORT_SYMBOL_GPL 0xaded30a0 adxl372_readable_noinc_reg drivers/iio/accel/adxl372 +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0x06608857 ad_sigma_delta_single_conversion drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0x14ba5017 ad_sd_calibrate_all drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0x81a9e95c devm_ad_sd_setup_buffer_and_trigger drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0x93f2d328 ad_sd_validate_trigger drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0x9551a0e1 ad_sd_write_reg drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0x97febfa3 ad_sd_reset drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0xb7ff9cda ad_sd_calibrate drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0xc11b5144 ad_sd_init drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0xcbb50b37 ad_sd_read_reg drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0xf2ff07f7 ad_sd_set_comm drivers/iio/adc/ad_sigma_delta +IIO_BMA400 EXPORT_SYMBOL 0x7d19e570 bma400_regmap_config drivers/iio/accel/bma400_core +IIO_BMA400 EXPORT_SYMBOL 0xcd77973e bma400_probe drivers/iio/accel/bma400_core +IIO_BMC150 EXPORT_SYMBOL_GPL 0x7c9acd4b bmc150_accel_core_remove drivers/iio/accel/bmc150-accel-core +IIO_BMC150 EXPORT_SYMBOL_GPL 0xa20993fe bmc150_regmap_conf drivers/iio/accel/bmc150-accel-core +IIO_BMC150 EXPORT_SYMBOL_GPL 0xb0d4b266 bmc150_accel_core_probe drivers/iio/accel/bmc150-accel-core +IIO_BMC150 EXPORT_SYMBOL_GPL 0xb65ad8db bmc150_accel_pm_ops drivers/iio/accel/bmc150-accel-core +IIO_BMC150_MAGN EXPORT_SYMBOL 0x0d4a7498 bmc150_magn_remove drivers/iio/magnetometer/bmc150_magn +IIO_BMC150_MAGN EXPORT_SYMBOL 0x7a20b72f bmc150_magn_regmap_config drivers/iio/magnetometer/bmc150_magn +IIO_BMC150_MAGN EXPORT_SYMBOL 0x8d47f4f7 bmc150_magn_pm_ops drivers/iio/magnetometer/bmc150_magn +IIO_BMC150_MAGN EXPORT_SYMBOL 0x95e29f78 bmc150_magn_probe drivers/iio/magnetometer/bmc150_magn +IIO_BME680 EXPORT_SYMBOL 0x5e0012a1 bme680_regmap_config drivers/iio/chemical/bme680_core +IIO_BME680 EXPORT_SYMBOL_GPL 0x9b39b01f bme680_core_probe drivers/iio/chemical/bme680_core +IIO_BMI088 EXPORT_SYMBOL_GPL 0x4313ecf4 bmi088_accel_core_remove drivers/iio/accel/bmi088-accel-core +IIO_BMI088 EXPORT_SYMBOL_GPL 0x85974849 bmi088_regmap_conf drivers/iio/accel/bmi088-accel-core +IIO_BMI088 EXPORT_SYMBOL_GPL 0xa403d17a bmi088_accel_pm_ops drivers/iio/accel/bmi088-accel-core +IIO_BMI088 EXPORT_SYMBOL_GPL 0xe7936123 bmi088_accel_core_probe drivers/iio/accel/bmi088-accel-core +IIO_BMI160 EXPORT_SYMBOL 0x7b8d162f 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 0xe9b7961f bmi160_core_probe drivers/iio/imu/bmi160/bmi160_core +IIO_BMP280 EXPORT_SYMBOL 0x681a64a1 bmp280_regmap_config drivers/iio/pressure/bmp280 +IIO_BMP280 EXPORT_SYMBOL 0x829cb9c3 bmp180_regmap_config drivers/iio/pressure/bmp280 +IIO_BMP280 EXPORT_SYMBOL 0x8748d240 bmp380_regmap_config drivers/iio/pressure/bmp280 +IIO_BMP280 EXPORT_SYMBOL 0xdbe7bffb bmp280_common_probe drivers/iio/pressure/bmp280 +IIO_BNO055 EXPORT_SYMBOL_GPL 0x13538937 bno055_probe drivers/iio/imu/bno055/bno055 +IIO_BNO055 EXPORT_SYMBOL_GPL 0x46eded62 bno055_regmap_config drivers/iio/imu/bno055/bno055 +IIO_FXAS21002C EXPORT_SYMBOL_GPL 0x1a4a558b fxas21002c_pm_ops drivers/iio/gyro/fxas21002c_core +IIO_FXAS21002C EXPORT_SYMBOL_GPL 0x63674aa6 fxas21002c_core_remove drivers/iio/gyro/fxas21002c_core +IIO_FXAS21002C EXPORT_SYMBOL_GPL 0x736549d8 fxas21002c_core_probe drivers/iio/gyro/fxas21002c_core +IIO_FXLS8962AF EXPORT_SYMBOL_GPL 0x17dfc3e7 fxls8962af_pm_ops drivers/iio/accel/fxls8962af-core +IIO_FXLS8962AF EXPORT_SYMBOL_GPL 0x71a2775e fxls8962af_spi_regmap_conf drivers/iio/accel/fxls8962af-core +IIO_FXLS8962AF EXPORT_SYMBOL_GPL 0xbf82bc07 fxls8962af_core_probe drivers/iio/accel/fxls8962af-core +IIO_FXLS8962AF EXPORT_SYMBOL_GPL 0xd37ce39b fxls8962af_i2c_regmap_conf drivers/iio/accel/fxls8962af-core +IIO_HID EXPORT_SYMBOL 0x346df5ee hid_sensor_convert_timestamp drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID EXPORT_SYMBOL 0x3c8a4a8a hid_sensor_read_raw_hyst_rel_value drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID EXPORT_SYMBOL 0x5b0e6e20 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 0x8db3aac3 hid_sensor_pm_ops drivers/iio/common/hid-sensors/hid-sensor-trigger +IIO_HID EXPORT_SYMBOL 0x8dee9819 hid_sensor_parse_common_attributes drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID EXPORT_SYMBOL 0x8fba100d hid_sensor_write_raw_hyst_value drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID EXPORT_SYMBOL 0x91ab6267 hid_sensor_read_raw_hyst_value drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID EXPORT_SYMBOL 0x9c242908 hid_sensor_power_state drivers/iio/common/hid-sensors/hid-sensor-trigger +IIO_HID EXPORT_SYMBOL 0xa061d7a7 hid_sensor_setup_trigger drivers/iio/common/hid-sensors/hid-sensor-trigger +IIO_HID EXPORT_SYMBOL 0xceb363fd hid_sensor_write_raw_hyst_rel_value drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID EXPORT_SYMBOL 0xddff4fdb hid_sensor_read_samp_freq_value drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID EXPORT_SYMBOL 0xff57a553 hid_sensor_remove_trigger drivers/iio/common/hid-sensors/hid-sensor-trigger +IIO_HID_ATTRIBUTES EXPORT_SYMBOL 0x236558a8 hid_sensor_set_report_latency drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID_ATTRIBUTES EXPORT_SYMBOL 0x61784dbe hid_sensor_get_report_latency drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID_ATTRIBUTES EXPORT_SYMBOL 0xc136d0c6 hid_sensor_read_poll_value drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID_ATTRIBUTES EXPORT_SYMBOL 0xff22efa3 hid_sensor_batch_mode_supported drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HMC5843 EXPORT_SYMBOL 0x23da5ba4 hmc5843_common_remove drivers/iio/magnetometer/hmc5843_core +IIO_HMC5843 EXPORT_SYMBOL 0x82ea7e69 hmc5843_pm_ops drivers/iio/magnetometer/hmc5843_core +IIO_HMC5843 EXPORT_SYMBOL 0xfabf712f hmc5843_common_probe drivers/iio/magnetometer/hmc5843_core +IIO_HTS221 EXPORT_SYMBOL 0x0cea7ea2 hts221_pm_ops drivers/iio/humidity/hts221 +IIO_HTS221 EXPORT_SYMBOL 0x6610815f hts221_probe drivers/iio/humidity/hts221 +IIO_ICM42600 EXPORT_SYMBOL_GPL 0x5377e154 inv_icm42600_regmap_config drivers/iio/imu/inv_icm42600/inv-icm42600 +IIO_ICM42600 EXPORT_SYMBOL_GPL 0x8319d98b inv_icm42600_core_probe drivers/iio/imu/inv_icm42600/inv-icm42600 +IIO_ICM42600 EXPORT_SYMBOL_GPL 0xae9122d6 inv_icm42600_pm_ops drivers/iio/imu/inv_icm42600/inv-icm42600 +IIO_KX022A EXPORT_SYMBOL_GPL 0x4d88f1b1 kx022a_regmap drivers/iio/accel/kionix-kx022a +IIO_KX022A EXPORT_SYMBOL_GPL 0xc1151b2f kx022a_probe_internal drivers/iio/accel/kionix-kx022a +IIO_KXSD9 EXPORT_SYMBOL 0x3a8bb3ad kxsd9_common_probe drivers/iio/accel/kxsd9 +IIO_KXSD9 EXPORT_SYMBOL 0xbf494825 kxsd9_dev_pm_ops drivers/iio/accel/kxsd9 +IIO_KXSD9 EXPORT_SYMBOL 0xf550fad8 kxsd9_common_remove drivers/iio/accel/kxsd9 +IIO_LSM6DSX EXPORT_SYMBOL 0xb34accc6 st_lsm6dsx_pm_ops drivers/iio/imu/st_lsm6dsx/st_lsm6dsx +IIO_LSM6DSX EXPORT_SYMBOL 0xe20a0abf 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 0x344b88b5 ms_sensors_ht_read_temperature drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0x34d0c46a ms_sensors_read_temp_and_pressure drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0x42b6a050 ms_sensors_convert_and_read drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0x54ce59b8 ms_sensors_show_battery_low drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0x5d9a20e7 ms_sensors_read_serial drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0x71cf9752 ms_sensors_ht_read_humidity drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0x7f17a226 ms_sensors_write_heater drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0xba3f928d ms_sensors_show_heater drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0xe7087196 ms_sensors_tp_read_prom drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0xed368dc7 ms_sensors_write_resolution drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MMA7455 EXPORT_SYMBOL_GPL 0x47c2772b mma7455_core_regmap drivers/iio/accel/mma7455_core +IIO_MMA7455 EXPORT_SYMBOL_GPL 0x4a678d24 mma7455_core_remove drivers/iio/accel/mma7455_core +IIO_MMA7455 EXPORT_SYMBOL_GPL 0xfd8c8d3c mma7455_core_probe drivers/iio/accel/mma7455_core +IIO_MMA9551 EXPORT_SYMBOL 0x1b6ea057 mma9551_read_status_words drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x2701d407 mma9551_read_config_byte drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x2b24bd89 mma9551_read_version drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x2f1f7cd9 mma9551_read_accel_chan drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x3ef50d5d 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 0x428f1b1a mma9551_write_config_words drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x56743b6a mma9551_set_power_state drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x67cc8d97 mma9551_gpio_config drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x7d7c9a9e mma9551_write_config_word drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x7fde6029 mma9551_app_reset drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x8d3bc280 mma9551_read_status_word drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x8f0109d0 mma9551_read_config_words drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x8fb427ff mma9551_read_status_byte drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x99b23af8 mma9551_write_config_byte drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x9af82655 mma9551_update_config_bits drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0xbad43198 mma9551_set_device_state drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0xbcd7fe96 mma9551_sleep drivers/iio/accel/mma9551_core +IIO_MPL115 EXPORT_SYMBOL 0x7791c410 mpl115_dev_pm_ops drivers/iio/pressure/mpl115 +IIO_MPL115 EXPORT_SYMBOL_GPL 0x616f562a mpl115_probe drivers/iio/pressure/mpl115 +IIO_MPU6050 EXPORT_SYMBOL_GPL 0x6d3a7019 inv_mpu_pmops drivers/iio/imu/inv_mpu6050/inv-mpu6050 +IIO_MPU6050 EXPORT_SYMBOL_GPL 0xdef07826 inv_mpu_core_probe drivers/iio/imu/inv_mpu6050/inv-mpu6050 +IIO_MS5611 EXPORT_SYMBOL 0x14d79cf6 ms5611_remove drivers/iio/pressure/ms5611_core +IIO_MS5611 EXPORT_SYMBOL 0x54ac80dc ms5611_probe drivers/iio/pressure/ms5611_core +IIO_RESCALE EXPORT_SYMBOL_GPL 0x6211f2dc rescale_process_offset drivers/iio/afe/iio-rescale +IIO_RESCALE EXPORT_SYMBOL_GPL 0x63036d15 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 0xaf8d075c rm3100_common_probe drivers/iio/magnetometer/rm3100-core +IIO_RM3100 EXPORT_SYMBOL_GPL 0xcc7209be rm3100_writable_table drivers/iio/magnetometer/rm3100-core +IIO_SCD30 EXPORT_SYMBOL 0x1ccb4f2a scd30_probe drivers/iio/chemical/scd30_core +IIO_SCD30 EXPORT_SYMBOL 0x989b2b09 scd30_pm_ops drivers/iio/chemical/scd30_core +IIO_SPS30 EXPORT_SYMBOL_GPL 0x42ce737e sps30_probe drivers/iio/chemical/sps30 +IIO_SSP_SENSORS EXPORT_SYMBOL 0x45b867e4 ssp_common_process_data drivers/iio/common/ssp_sensors/ssp_iio +IIO_SSP_SENSORS EXPORT_SYMBOL 0x4dd54ec8 ssp_get_sensor_delay drivers/iio/common/ssp_sensors/sensorhub +IIO_SSP_SENSORS EXPORT_SYMBOL 0x542985f8 ssp_change_delay drivers/iio/common/ssp_sensors/sensorhub +IIO_SSP_SENSORS EXPORT_SYMBOL 0x5f35212c ssp_common_buffer_postenable drivers/iio/common/ssp_sensors/ssp_iio +IIO_SSP_SENSORS EXPORT_SYMBOL 0x70758501 ssp_register_consumer drivers/iio/common/ssp_sensors/sensorhub +IIO_SSP_SENSORS EXPORT_SYMBOL 0x772d27b4 ssp_disable_sensor drivers/iio/common/ssp_sensors/sensorhub +IIO_SSP_SENSORS EXPORT_SYMBOL 0xb98d190d ssp_common_buffer_postdisable drivers/iio/common/ssp_sensors/ssp_iio +IIO_SSP_SENSORS EXPORT_SYMBOL 0xe10335d8 ssp_enable_sensor drivers/iio/common/ssp_sensors/sensorhub +IIO_ST_SENSORS EXPORT_SYMBOL 0x074d7047 st_sensors_trigger_handler drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x07c3a49f st_sensors_set_fullscale_by_gain drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x0b79988b st_sensors_dev_name_probe drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x548b8c75 st_accel_common_probe drivers/iio/accel/st_accel +IIO_ST_SENSORS EXPORT_SYMBOL 0x59cde034 st_sensors_validate_device drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x654c5387 st_sensors_i2c_configure drivers/iio/common/st_sensors/st_sensors_i2c +IIO_ST_SENSORS EXPORT_SYMBOL 0x72435b07 st_sensors_verify_id drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x72bebf77 st_press_common_probe drivers/iio/pressure/st_pressure +IIO_ST_SENSORS EXPORT_SYMBOL 0x76b6e940 st_magn_get_settings drivers/iio/magnetometer/st_magn +IIO_ST_SENSORS EXPORT_SYMBOL 0x7d1606ff st_gyro_common_probe drivers/iio/gyro/st_gyro +IIO_ST_SENSORS EXPORT_SYMBOL 0x7dc76107 st_sensors_set_axis_enable drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x82a78ed3 st_sensors_sysfs_sampling_frequency_avail drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x96cc0e84 st_sensors_set_enable drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0xa6faeab6 st_sensors_set_dataready_irq drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0xb299d9b6 st_magn_common_probe drivers/iio/magnetometer/st_magn +IIO_ST_SENSORS EXPORT_SYMBOL 0xb3bce6bf st_sensors_read_info_raw drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0xb52c11c5 st_sensors_spi_configure drivers/iio/common/st_sensors/st_sensors_spi +IIO_ST_SENSORS EXPORT_SYMBOL 0xb99ec100 st_sensors_set_odr drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0xbd690ea3 st_sensors_debugfs_reg_access drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0xbe046295 st_sensors_get_settings_index drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0xca6afb57 st_sensors_allocate_trigger drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0xd052ee0e st_sensors_init_sensor drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0xd7a539c1 st_sensors_power_enable drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0xe025e1ef st_press_get_settings drivers/iio/pressure/st_pressure +IIO_ST_SENSORS EXPORT_SYMBOL 0xe388f957 st_sensors_sysfs_scale_avail drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0xe641cba1 st_accel_get_settings drivers/iio/accel/st_accel +IIO_ST_SENSORS EXPORT_SYMBOL 0xe74222e1 st_gyro_get_settings drivers/iio/gyro/st_gyro +IIO_ST_SENSORS EXPORT_SYMBOL_GPL 0x0678a4a5 st_lsm9ds0_probe drivers/iio/imu/st_lsm9ds0/st_lsm9ds0 +IIO_UVIS25 EXPORT_SYMBOL 0x0a068002 st_uvis25_probe drivers/iio/light/st_uvis25_core +IIO_UVIS25 EXPORT_SYMBOL 0x2997807c st_uvis25_pm_ops drivers/iio/light/st_uvis25_core +IIO_ZPA2326 EXPORT_SYMBOL_GPL 0x36ad8dfc zpa2326_isreg_writeable drivers/iio/pressure/zpa2326 +IIO_ZPA2326 EXPORT_SYMBOL_GPL 0x409f6e23 zpa2326_probe drivers/iio/pressure/zpa2326 +IIO_ZPA2326 EXPORT_SYMBOL_GPL 0x40fb9920 zpa2326_remove drivers/iio/pressure/zpa2326 +IIO_ZPA2326 EXPORT_SYMBOL_GPL 0x745a5cd1 zpa2326_isreg_precious drivers/iio/pressure/zpa2326 +IIO_ZPA2326 EXPORT_SYMBOL_GPL 0x7fb46244 zpa2326_pm_ops drivers/iio/pressure/zpa2326 +IIO_ZPA2326 EXPORT_SYMBOL_GPL 0x9b4c8608 zpa2326_isreg_readable drivers/iio/pressure/zpa2326 +INT340X_THERMAL EXPORT_SYMBOL_GPL 0x4aabf928 processor_thermal_send_mbox_read_cmd drivers/thermal/intel/int340x_thermal/processor_thermal_mbox +INT340X_THERMAL EXPORT_SYMBOL_GPL 0x4b08aec4 processor_thermal_send_mbox_write_cmd drivers/thermal/intel/int340x_thermal/processor_thermal_mbox +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 0xc9f4f2b4 uncore_freq_add_entry drivers/platform/x86/intel/uncore-frequency/intel-uncore-frequency-common +INTEL_UNCORE_FREQUENCY EXPORT_SYMBOL_GPL 0xd498b077 uncore_freq_common_init drivers/platform/x86/intel/uncore-frequency/intel-uncore-frequency-common +INTEL_UNCORE_FREQUENCY EXPORT_SYMBOL_GPL 0xf0e6898f uncore_freq_remove_die_entry drivers/platform/x86/intel/uncore-frequency/intel-uncore-frequency-common +IOMMUFD EXPORT_SYMBOL_GPL 0x325effd9 iommufd_device_unbind drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0x3712e59a iommufd_ctx_from_file drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0x3ec286bb iommufd_ctx_get drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0x40429629 iommufd_ctx_put drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0x4b5301b2 iommufd_device_detach drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0x588ade48 iommufd_access_pin_pages drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0x6dc94658 iommufd_access_unpin_pages drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0xa40663e6 iommufd_device_bind drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0xc3d029c0 iommufd_access_destroy drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0xe6584bcb iommufd_access_create drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0xea75bfb6 iommufd_access_rw drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0xfe01a59f iommufd_device_attach drivers/iommu/iommufd/iommufd +IOMMUFD_VFIO EXPORT_SYMBOL_GPL 0x900344f6 iommufd_vfio_compat_ioas_id drivers/iommu/iommufd/iommufd +IWLWIFI EXPORT_SYMBOL_GPL 0x036a9fd1 iwl_fw_dbg_stop_sync drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x04de77cf iwl_set_bits_mask_prph drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x099b77ba iwl_configure_rxq drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x0e95141b iwl_write32 drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x118e26fb iwl_sar_get_ewrd_table drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x1332e4de iwl_abort_notification_waits drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x138cd7ab iwl_sar_geo_support drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x1b5f1ecf iwl_sar_get_wrds_table drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x1daaa7e8 iwl_fw_dbg_collect drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x1e202409 iwl_fw_runtime_init drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x2071de5c iwl_sar_geo_init drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x23e90ed2 iwl_force_nmi drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x25399b57 iwl_write_prph_delay drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x25a62e15 iwl_parse_mei_nvm_data drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x2710c362 iwl_dump_desc_assert drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x2b735eab iwl_acpi_get_lari_config_bitmap drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x2dded7e9 iwl_write8 drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x3358413c iwl_read_prph_no_grab 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 0x42e773a6 iwl_fw_dbg_stop_restart_recording drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x444cdeaa iwl_get_nvm drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x4764a34b iwl_poll_direct_bit drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x47e82e16 iwl_fw_runtime_resume drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x482fcc07 iwl_sar_get_wgds_table drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x4853fba7 iwl_poll_bit drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x485fde3f iwl_acpi_get_tas drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x48d2e157 iwl_fw_runtime_suspend drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x49e0135d iwl_new_rate_from_v1 drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x4a40aa9f iwl_get_shared_mem_conf drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x4f3f6be4 iwl_pnvm_load drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x507f527f iwl_acpi_is_ppag_approved drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x56b84b3b iwl_read_prph drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x5988395c iwl_notification_wait_init drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x5c52e109 iwl_opmode_deregister drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x5ce1dee4 iwl_trans_send_cmd drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x5eb91fa2 iwl_init_paging drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x5fbaea75 iwl_fw_start_dbg_conf drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x66b8afad iwl_parse_nvm_data drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x693bc799 __iwl_crit drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x6b683c89 iwl_acpi_get_wifi_pkg_range drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x6b98209e iwl_get_cmd_string drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x6f00543b iwl_write_direct64 drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x7301ca9b iwl_acpi_get_object 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 0x79af5216 __iwl_err drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x79d63538 iwl_dbg_tlv_del_timers drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x7b109c94 iwl_read32 drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x7b90c0c8 iwl_opmode_register 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 0x862339c6 iwl_read_ppag_table drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x864d1132 iwl_phy_db_init 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 0x8883af07 iwl_set_soc_latency drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x8976196e iwl_acpi_get_eckv drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x8dc694ad iwl_free_fw_paging drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x9038811a iwl_rfi_guid drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x937ffbe4 iwl_acpi_get_dsm_u32 drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x9e3df990 iwl_parse_eeprom_data drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xaa6a667a _iwl_dbg_tlv_time_point drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xadc697ea iwl_write64 drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xafea358a iwl_cmd_groups_verify_sorted drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xb1217247 iwl_fw_dbg_error_collect drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xb2017a03 iwl_fwrt_dump_error_logs drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xb37b318c iwl_rs_pretty_bw drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xb7d5ffb1 iwl_rate_mcs drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xbafc8994 iwl_wait_notification drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xc3961da4 iwl_read_external_nvm drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xc3d2a563 __iwl_dbg drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xc5209056 iwl_parse_nvm_mcc_info drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xc70c710a iwl_write_prph_no_grab drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xc7ca3de1 __iwl_info drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xcc53d7ca iwl_write_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 0xd071f019 iwl_clear_bits_prph drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xd364caf0 iwl_acpi_get_dsm_u8 drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xd36dcc74 iwl_acpi_get_mcc drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xdaa9932e iwl_write_prph64_no_grab drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xde1d1418 iwl_acpi_get_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 0xe38ec3a4 iwl_finish_nic_init drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xe488333b iwl_sar_select_profile drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xe75b7e77 iwl_notification_wait drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xe9c9ffcf iwl_fw_dbg_collect_trig drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xea1b26fc iwl_nvm_fixups drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xeeaf3a5f iwl_fw_dbg_read_d3_debug_data drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xeeb349dd __iwl_warn drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xf2a510d3 iwl_uefi_get_sgom_table drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xf3b785aa iwl_read_eeprom drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xf781d1d6 iwl_acpi_get_pwr_limit drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xf88964e4 iwl_remove_notification drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xfc1e6f41 iwl_guid drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xfca148b6 iwl_read_direct32 drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xfe625573 iwl_set_bits_prph drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xff86a5fd iwl_fw_dbg_collect_desc drivers/net/wireless/intel/iwlwifi/iwlwifi +LTC2497 EXPORT_SYMBOL 0x405694db ltc2497core_remove drivers/iio/adc/ltc2497-core +LTC2497 EXPORT_SYMBOL 0xc7b26d62 ltc2497core_probe drivers/iio/adc/ltc2497-core +MCB EXPORT_SYMBOL_GPL 0x0ab88aef mcb_bus_put drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0x2cab970c mcb_bus_get drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0x46d9f581 mcb_release_bus drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0x4a8109fc mcb_alloc_dev drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0x678cef37 mcb_device_register drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0x6bdbea48 mcb_free_dev drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0x6eef246d __mcb_register_driver drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0x8f896536 mcb_bus_add_devices drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0x94f91441 mcb_get_resource drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0xa08040fd mcb_unregister_driver drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0xd21b7819 mcb_get_irq drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0xdc33328f mcb_alloc_bus drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0xe33fce96 mcb_request_mem drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0xeb2c8905 mcb_release_mem drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0xf9e12397 chameleon_parse_cells drivers/mcb/mcb +MFD_OCELOT EXPORT_SYMBOL 0x4f36309b ocelot_chip_reset drivers/mfd/ocelot-soc +MFD_OCELOT EXPORT_SYMBOL 0xc83432ad ocelot_core_init drivers/mfd/ocelot-soc +MFD_OCELOT_SPI EXPORT_SYMBOL 0x0da39f8b ocelot_spi_init_regmap drivers/mfd/ocelot-soc +NET_MANA EXPORT_SYMBOL 0x22f198bb mana_destroy_wq_obj drivers/net/ethernet/microsoft/mana/mana +NET_MANA EXPORT_SYMBOL 0x292a4b62 mana_gd_destroy_dma_region drivers/net/ethernet/microsoft/mana/mana +NET_MANA EXPORT_SYMBOL 0x2f63438d mana_gd_send_request drivers/net/ethernet/microsoft/mana/mana +NET_MANA EXPORT_SYMBOL 0x661a211d mana_create_wq_obj drivers/net/ethernet/microsoft/mana/mana +NET_MANA EXPORT_SYMBOL 0xa4be437e mana_cfg_vport drivers/net/ethernet/microsoft/mana/mana +NET_MANA EXPORT_SYMBOL 0xddb3ec36 mana_uncfg_vport drivers/net/ethernet/microsoft/mana/mana +NVME_TARGET_PASSTHRU EXPORT_SYMBOL_GPL 0x44ede18f nvme_find_get_ns drivers/nvme/host/nvme-core +NVME_TARGET_PASSTHRU EXPORT_SYMBOL_GPL 0x5b73b8a4 nvme_passthru_end drivers/nvme/host/nvme-core +NVME_TARGET_PASSTHRU EXPORT_SYMBOL_GPL 0x5baee47d nvme_ctrl_from_file drivers/nvme/host/nvme-core +NVME_TARGET_PASSTHRU EXPORT_SYMBOL_GPL 0x847bc8fc nvme_command_effects drivers/nvme/host/nvme-core +NVME_TARGET_PASSTHRU EXPORT_SYMBOL_GPL 0xc9f44e02 nvme_execute_passthru_rq drivers/nvme/host/nvme-core +NVME_TARGET_PASSTHRU EXPORT_SYMBOL_GPL 0xfce4001b nvme_put_ns drivers/nvme/host/nvme-core +PECI EXPORT_SYMBOL_GPL 0x0150fd9d peci_xfer_ep_pci_cfg_local_readw drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x0f698042 peci_xfer_pci_cfg_local_readw drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x12b914c5 peci_xfer_pci_cfg_local_readl drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x19eccd70 peci_xfer_pkg_cfg_readw drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x1b9c3bf7 devm_peci_controller_add drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x29242ac6 peci_request_dib_read drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x2fc3414a peci_request_data_readb drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x3b602146 peci_xfer_ep_pci_cfg_readb drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x4251bec0 peci_xfer_ep_pci_cfg_local_readl drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x56d7c4ec peci_xfer_pkg_cfg_readl drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x5a43bdcd peci_driver_unregister drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x63b98778 peci_request_data_readw drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x7a663eb4 peci_xfer_pkg_cfg_readb drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x823ccdbe peci_xfer_pkg_cfg_readq drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x969e11c5 peci_xfer_get_temp drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x972f8f48 peci_xfer_get_dib drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xa207155a peci_xfer_ep_mmio32_readl drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xa6e5080b peci_xfer_ep_pci_cfg_readl drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xa833e2f5 peci_request_alloc drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xa9e31eac peci_xfer_pci_cfg_local_readb drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xb43cb2a9 peci_request_data_readl drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xb9eb73b8 peci_request_temp_read drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xd88be71b peci_xfer_ep_mmio64_readl drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xdfd4978d peci_xfer_ep_pci_cfg_local_readb drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xe237539a peci_request_data_readq drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xe32f88a4 peci_request_status drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xe5e44b56 peci_xfer_ep_pci_cfg_readw drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xe8df4ca6 peci_request_free drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xfcbf10a2 __peci_driver_register drivers/peci/peci +PECI_CPU EXPORT_SYMBOL_GPL 0x2a87a0b9 peci_temp_read drivers/peci/peci-cpu +PECI_CPU EXPORT_SYMBOL_GPL 0x2bdc64c7 peci_ep_pci_local_read drivers/peci/peci-cpu +PECI_CPU EXPORT_SYMBOL_GPL 0x62260857 peci_pci_local_read drivers/peci/peci-cpu +PECI_CPU EXPORT_SYMBOL_GPL 0xa60fc486 peci_pcs_read drivers/peci/peci-cpu +PECI_CPU EXPORT_SYMBOL_GPL 0xd9fa4681 peci_mmio_read drivers/peci/peci-cpu +PMBUS EXPORT_SYMBOL_GPL 0x09450816 pmbus_write_word_data drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x14052d7c pmbus_read_byte_data drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x140a45ab pmbus_update_fan drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x27faed6f pmbus_check_word_register drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x5629c123 pmbus_check_byte_register drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x67952052 pmbus_write_byte_data drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x68994f23 pmbus_do_probe drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x83213b52 pmbus_set_page drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x85133823 pmbus_write_byte drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x8fce8f1e pmbus_regulator_ops drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x966a4a5a pmbus_update_byte_data drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x9b2ac835 pmbus_clear_faults drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0xad35ec7b pmbus_get_debugfs_dir drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0xb74064a9 pmbus_get_driver_info drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0xb7a298a2 pmbus_set_update drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0xb80b764f pmbus_read_word_data drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0xbd4e7617 pmbus_clear_cache drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0xd4794a22 pmbus_get_fan_rate_cached drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0xe2e44685 pmbus_get_fan_rate_device drivers/hwmon/pmbus/pmbus_core +SEMTECH_PROX EXPORT_SYMBOL_GPL 0x2c6e0a33 sx_common_probe drivers/iio/proximity/sx_common +SEMTECH_PROX EXPORT_SYMBOL_GPL 0xa103ce02 sx_common_events drivers/iio/proximity/sx_common +SEMTECH_PROX EXPORT_SYMBOL_GPL 0xa90cf1c8 sx_common_read_proximity drivers/iio/proximity/sx_common +SEMTECH_PROX EXPORT_SYMBOL_GPL 0xb685d085 sx_common_write_event_config drivers/iio/proximity/sx_common +SEMTECH_PROX EXPORT_SYMBOL_GPL 0xc8e41a43 sx_common_read_event_config drivers/iio/proximity/sx_common +SND_HDA_CS_DSP_CONTROLS EXPORT_SYMBOL_GPL 0x047dafb9 hda_cs_dsp_write_ctl sound/pci/hda/snd-hda-cs-dsp-ctls +SND_HDA_CS_DSP_CONTROLS EXPORT_SYMBOL_GPL 0x1feb0f37 hda_cs_dsp_read_ctl sound/pci/hda/snd-hda-cs-dsp-ctls +SND_HDA_CS_DSP_CONTROLS EXPORT_SYMBOL_GPL 0x2b707546 hda_cs_dsp_fw_ids sound/pci/hda/snd-hda-cs-dsp-ctls +SND_HDA_CS_DSP_CONTROLS EXPORT_SYMBOL_GPL 0x45bffbd3 hda_cs_dsp_add_controls sound/pci/hda/snd-hda-cs-dsp-ctls +SND_HDA_CS_DSP_CONTROLS EXPORT_SYMBOL_GPL 0x759c4c28 hda_cs_dsp_control_remove sound/pci/hda/snd-hda-cs-dsp-ctls +SND_HDA_SCODEC_CS35L41 EXPORT_SYMBOL_GPL 0x8eb3f87a cs35l41_hda_probe sound/pci/hda/snd-hda-scodec-cs35l41 +SND_HDA_SCODEC_CS35L41 EXPORT_SYMBOL_GPL 0x96bb1dd9 cs35l41_hda_remove sound/pci/hda/snd-hda-scodec-cs35l41 +SND_HDA_SCODEC_CS35L41 EXPORT_SYMBOL_GPL 0xe5b0c690 cs35l41_hda_pm_ops sound/pci/hda/snd-hda-scodec-cs35l41 +SND_INTEL_SOUNDWIRE_ACPI EXPORT_SYMBOL 0xbb4f9d1f sdw_intel_acpi_scan sound/hda/snd-intel-sdw-acpi +SND_SOC_ACP_COMMON EXPORT_SYMBOL_GPL 0x2e502a52 asoc_acp_i2s_probe sound/soc/amd/acp/snd-acp-i2s +SND_SOC_ACP_COMMON EXPORT_SYMBOL_GPL 0x2ece20e5 asoc_acp_cpu_dai_ops sound/soc/amd/acp/snd-acp-i2s +SND_SOC_ACP_COMMON EXPORT_SYMBOL_GPL 0x3d4a29a8 acp_dmic_dai_ops sound/soc/amd/acp/snd-acp-pdm +SND_SOC_ACP_COMMON EXPORT_SYMBOL_GPL 0x78195c46 acp_platform_unregister sound/soc/amd/acp/snd-acp-pcm +SND_SOC_ACP_COMMON EXPORT_SYMBOL_GPL 0xdc7c0cad acp_platform_register sound/soc/amd/acp/snd-acp-pcm +SND_SOC_ACP_COMMON EXPORT_SYMBOL_GPL 0xe320cdb4 acp_machine_select sound/soc/amd/acp/snd-acp-pcm +SND_SOC_AMD_MACH EXPORT_SYMBOL_GPL 0xc82545bc acp_legacy_dai_links_create sound/soc/amd/acp/snd-acp-mach +SND_SOC_AMD_MACH EXPORT_SYMBOL_GPL 0xd21e227e acp_sofdsp_dai_links_create sound/soc/amd/acp/snd-acp-mach +SND_SOC_CS35L45 EXPORT_SYMBOL_GPL 0x42da2e54 cs35l45_probe sound/soc/codecs/snd-soc-cs35l45 +SND_SOC_CS35L45 EXPORT_SYMBOL_GPL 0x8d437de4 cs35l45_pm_ops sound/soc/codecs/snd-soc-cs35l45 +SND_SOC_CS35L45 EXPORT_SYMBOL_GPL 0xb323dd9c cs35l45_remove sound/soc/codecs/snd-soc-cs35l45 +SND_SOC_CS35L45_TABLES EXPORT_SYMBOL_GPL 0x3431c8ad cs35l45_get_clk_freq_id sound/soc/codecs/snd-soc-cs35l45-tables +SND_SOC_CS35L45_TABLES EXPORT_SYMBOL_GPL 0xaed48e5f cs35l45_spi_regmap sound/soc/codecs/snd-soc-cs35l45-tables +SND_SOC_CS35L45_TABLES EXPORT_SYMBOL_GPL 0xeb7c97c1 cs35l45_apply_patch sound/soc/codecs/snd-soc-cs35l45-tables +SND_SOC_CS35L45_TABLES EXPORT_SYMBOL_GPL 0xedec4f13 cs35l45_i2c_regmap sound/soc/codecs/snd-soc-cs35l45-tables +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0x30c170ec cs42l42_common_probe sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0x86494d6c cs42l42_soc_component sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0x8d2f0f8a cs42l42_common_remove sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0xa8cc9405 cs42l42_init sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0xbcdff1b2 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 0xc1d90f52 cs42l42_suspend sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0xc46b3adf cs42l42_dai sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0xefaea022 cs42l42_readable_register sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0xf15a9df4 cs42l42_resume sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0xf338f91b cs42l42_resume_restore sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0xf75870c6 cs42l42_regmap sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_INTEL_HDA_DSP_COMMON EXPORT_SYMBOL 0x47396633 hda_dsp_hdmi_build_controls sound/soc/intel/boards/snd-soc-intel-hda-dsp-common +SND_SOC_INTEL_SOF_CIRRUS_COMMON EXPORT_SYMBOL 0xc170a3fc cs35l41_set_dai_link sound/soc/intel/boards/snd-soc-intel-sof-cirrus-common +SND_SOC_INTEL_SOF_CIRRUS_COMMON EXPORT_SYMBOL 0xed872faf cs35l41_set_codec_conf sound/soc/intel/boards/snd-soc-intel-sof-cirrus-common +SND_SOC_INTEL_SOF_MAXIM_COMMON EXPORT_SYMBOL 0x01a55334 max_98390_set_codec_conf sound/soc/intel/boards/snd-soc-intel-sof-maxim-common +SND_SOC_INTEL_SOF_MAXIM_COMMON EXPORT_SYMBOL 0x1420f8e0 max_98373_components sound/soc/intel/boards/snd-soc-intel-sof-maxim-common +SND_SOC_INTEL_SOF_MAXIM_COMMON EXPORT_SYMBOL 0x1af70c16 max_98373_dapm_routes sound/soc/intel/boards/snd-soc-intel-sof-maxim-common +SND_SOC_INTEL_SOF_MAXIM_COMMON EXPORT_SYMBOL 0x1bee0c23 max_98373_trigger sound/soc/intel/boards/snd-soc-intel-sof-maxim-common +SND_SOC_INTEL_SOF_MAXIM_COMMON EXPORT_SYMBOL 0x32892807 max_98373_ops sound/soc/intel/boards/snd-soc-intel-sof-maxim-common +SND_SOC_INTEL_SOF_MAXIM_COMMON EXPORT_SYMBOL 0x3a57a21f max_98390_ops sound/soc/intel/boards/snd-soc-intel-sof-maxim-common +SND_SOC_INTEL_SOF_MAXIM_COMMON EXPORT_SYMBOL 0x687142e5 max_98360a_dai_link sound/soc/intel/boards/snd-soc-intel-sof-maxim-common +SND_SOC_INTEL_SOF_MAXIM_COMMON EXPORT_SYMBOL 0x89d87f7f max_98390_4spk_components sound/soc/intel/boards/snd-soc-intel-sof-maxim-common +SND_SOC_INTEL_SOF_MAXIM_COMMON EXPORT_SYMBOL 0xa0d9c613 max_98357a_dai_link sound/soc/intel/boards/snd-soc-intel-sof-maxim-common +SND_SOC_INTEL_SOF_MAXIM_COMMON EXPORT_SYMBOL 0xae8e352e max_98390_components sound/soc/intel/boards/snd-soc-intel-sof-maxim-common +SND_SOC_INTEL_SOF_MAXIM_COMMON EXPORT_SYMBOL 0xbd5631e0 max_98390_spk_codec_init sound/soc/intel/boards/snd-soc-intel-sof-maxim-common +SND_SOC_INTEL_SOF_MAXIM_COMMON EXPORT_SYMBOL 0xbd68a7ae max_98373_set_codec_conf sound/soc/intel/boards/snd-soc-intel-sof-maxim-common +SND_SOC_INTEL_SOF_MAXIM_COMMON EXPORT_SYMBOL 0xee65e1f4 max_98373_spk_codec_init sound/soc/intel/boards/snd-soc-intel-sof-maxim-common +SND_SOC_INTEL_SOF_REALTEK_COMMON EXPORT_SYMBOL 0x06d8df6d sof_rt1015_dai_link sound/soc/intel/boards/snd-soc-intel-sof-realtek-common +SND_SOC_INTEL_SOF_REALTEK_COMMON EXPORT_SYMBOL 0x1d30005e sof_rt1015p_codec_conf sound/soc/intel/boards/snd-soc-intel-sof-realtek-common +SND_SOC_INTEL_SOF_REALTEK_COMMON EXPORT_SYMBOL 0x5142fbec sof_rt1015_codec_conf sound/soc/intel/boards/snd-soc-intel-sof-realtek-common +SND_SOC_INTEL_SOF_REALTEK_COMMON EXPORT_SYMBOL 0x6598fff3 sof_rt1011_codec_conf sound/soc/intel/boards/snd-soc-intel-sof-realtek-common +SND_SOC_INTEL_SOF_REALTEK_COMMON EXPORT_SYMBOL 0xc5745b68 sof_rt1019p_dai_link sound/soc/intel/boards/snd-soc-intel-sof-realtek-common +SND_SOC_INTEL_SOF_REALTEK_COMMON EXPORT_SYMBOL 0xccef2130 sof_rt1011_dai_link sound/soc/intel/boards/snd-soc-intel-sof-realtek-common +SND_SOC_INTEL_SOF_REALTEK_COMMON EXPORT_SYMBOL 0xfa4474b1 sof_rt1015p_dai_link sound/soc/intel/boards/snd-soc-intel-sof-realtek-common +SND_SOC_INTEL_SOF_REALTEK_COMMON EXPORT_SYMBOL 0xfd2875f6 sof_rt1308_dai_link sound/soc/intel/boards/snd-soc-intel-sof-realtek-common +SND_SOC_SOF_ACPI_DEV EXPORT_SYMBOL 0x053e1a0f sof_acpi_probe sound/soc/sof/snd-sof-acpi +SND_SOC_SOF_ACPI_DEV EXPORT_SYMBOL 0x17f59f2a sof_acpi_remove sound/soc/sof/snd-sof-acpi +SND_SOC_SOF_ACPI_DEV EXPORT_SYMBOL 0x50737fd5 sof_acpi_pm sound/soc/sof/snd-sof-acpi +SND_SOC_SOF_AMD_COMMON EXPORT_SYMBOL 0x02b2d39e acp_dai_probe sound/soc/sof/amd/snd-sof-amd-acp +SND_SOC_SOF_AMD_COMMON EXPORT_SYMBOL 0x0cb028e4 acp_sof_ipc_send_msg sound/soc/sof/amd/snd-sof-amd-acp +SND_SOC_SOF_AMD_COMMON EXPORT_SYMBOL 0x1406fcb2 acp_sof_ipc_get_window_offset sound/soc/sof/amd/snd-sof-amd-acp +SND_SOC_SOF_AMD_COMMON EXPORT_SYMBOL 0x1db67b2d acp_get_bar_index sound/soc/sof/amd/snd-sof-amd-acp +SND_SOC_SOF_AMD_COMMON EXPORT_SYMBOL 0x217ef9d4 acp_sof_trace_release 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 0x3621d0bf acp_pcm_hw_params sound/soc/sof/amd/snd-sof-amd-acp +SND_SOC_SOF_AMD_COMMON EXPORT_SYMBOL 0x44eda237 sof_acp_common_ops sound/soc/sof/amd/snd-sof-amd-acp +SND_SOC_SOF_AMD_COMMON EXPORT_SYMBOL 0x49028e93 acp_mailbox_write sound/soc/sof/amd/snd-sof-amd-acp +SND_SOC_SOF_AMD_COMMON EXPORT_SYMBOL 0x494fd575 acp_dsp_stream_init sound/soc/sof/amd/snd-sof-amd-acp +SND_SOC_SOF_AMD_COMMON EXPORT_SYMBOL 0x584842fe acp_dsp_block_write sound/soc/sof/amd/snd-sof-amd-acp +SND_SOC_SOF_AMD_COMMON EXPORT_SYMBOL 0x5c3051c5 amd_sof_acp_suspend sound/soc/sof/amd/snd-sof-amd-acp +SND_SOC_SOF_AMD_COMMON EXPORT_SYMBOL 0x65fc90ed acp_set_stream_data_offset sound/soc/sof/amd/snd-sof-amd-acp +SND_SOC_SOF_AMD_COMMON EXPORT_SYMBOL 0x700a13ee acp_dsp_stream_get sound/soc/sof/amd/snd-sof-amd-acp +SND_SOC_SOF_AMD_COMMON EXPORT_SYMBOL 0x77c7eb2d sof_renoir_ops sound/soc/sof/amd/snd-sof-amd-renoir +SND_SOC_SOF_AMD_COMMON EXPORT_SYMBOL 0x7a396874 acp_pcm_close sound/soc/sof/amd/snd-sof-amd-acp +SND_SOC_SOF_AMD_COMMON EXPORT_SYMBOL 0x80587c0a acp_pcm_open sound/soc/sof/amd/snd-sof-amd-acp +SND_SOC_SOF_AMD_COMMON EXPORT_SYMBOL 0x81349eb3 acp_dsp_block_read sound/soc/sof/amd/snd-sof-amd-acp +SND_SOC_SOF_AMD_COMMON EXPORT_SYMBOL 0x8a32140b amd_sof_acp_resume sound/soc/sof/amd/snd-sof-amd-acp +SND_SOC_SOF_AMD_COMMON EXPORT_SYMBOL 0x959a48d5 amd_sof_acp_remove sound/soc/sof/amd/snd-sof-amd-acp +SND_SOC_SOF_AMD_COMMON EXPORT_SYMBOL 0xa04d0d54 amd_sof_acp_probe sound/soc/sof/amd/snd-sof-amd-acp +SND_SOC_SOF_AMD_COMMON EXPORT_SYMBOL 0xa4e9b82b acp_sof_ipc_msg_data sound/soc/sof/amd/snd-sof-amd-acp +SND_SOC_SOF_AMD_COMMON EXPORT_SYMBOL 0xb2b64e7e acp_sof_dsp_run sound/soc/sof/amd/snd-sof-amd-acp +SND_SOC_SOF_AMD_COMMON EXPORT_SYMBOL 0xb3a6e832 acp_dsp_pre_fw_run sound/soc/sof/amd/snd-sof-amd-acp +SND_SOC_SOF_AMD_COMMON EXPORT_SYMBOL 0xb909acee acp_sof_trace_init sound/soc/sof/amd/snd-sof-amd-acp +SND_SOC_SOF_AMD_COMMON EXPORT_SYMBOL 0xc68588e1 acp_mailbox_read sound/soc/sof/amd/snd-sof-amd-acp +SND_SOC_SOF_AMD_COMMON EXPORT_SYMBOL 0xea4a0366 acp_sof_ipc_get_mailbox_offset sound/soc/sof/amd/snd-sof-amd-acp +SND_SOC_SOF_AMD_COMMON EXPORT_SYMBOL 0xec7587a6 acp_dsp_stream_put sound/soc/sof/amd/snd-sof-amd-acp +SND_SOC_SOF_AMD_COMMON EXPORT_SYMBOL 0xfd6d4772 sof_rembrandt_ops sound/soc/sof/amd/snd-sof-amd-rembrandt +SND_SOC_SOF_CLIENT EXPORT_SYMBOL_GPL 0x0fb7f161 sof_client_unregister_fw_state_handler sound/soc/sof/snd-sof +SND_SOC_SOF_CLIENT EXPORT_SYMBOL_GPL 0x11cb4f5a sof_client_ipc4_find_module sound/soc/sof/snd-sof +SND_SOC_SOF_CLIENT EXPORT_SYMBOL_GPL 0x33ba1b89 sof_suspend_clients sound/soc/sof/snd-sof +SND_SOC_SOF_CLIENT EXPORT_SYMBOL_GPL 0x3dccfb5a sof_client_core_module_put sound/soc/sof/snd-sof +SND_SOC_SOF_CLIENT EXPORT_SYMBOL_GPL 0x3e9b053f sof_client_get_fw_state sound/soc/sof/snd-sof +SND_SOC_SOF_CLIENT EXPORT_SYMBOL_GPL 0x53eec82d sof_client_register_ipc_rx_handler sound/soc/sof/snd-sof +SND_SOC_SOF_CLIENT EXPORT_SYMBOL_GPL 0x59c28c5b sof_client_get_debugfs_root sound/soc/sof/snd-sof +SND_SOC_SOF_CLIENT EXPORT_SYMBOL_GPL 0x64d15faa sof_client_core_module_get sound/soc/sof/snd-sof +SND_SOC_SOF_CLIENT EXPORT_SYMBOL_GPL 0x7f0277f9 sof_client_unregister_ipc_rx_handler sound/soc/sof/snd-sof +SND_SOC_SOF_CLIENT EXPORT_SYMBOL_GPL 0x8b36c23f sof_client_get_dma_dev sound/soc/sof/snd-sof +SND_SOC_SOF_CLIENT EXPORT_SYMBOL_GPL 0x8c9a906a sof_client_ipc_set_get_data sound/soc/sof/snd-sof +SND_SOC_SOF_CLIENT EXPORT_SYMBOL_GPL 0xb3b9d5a0 sof_client_get_ipc_max_payload_size sound/soc/sof/snd-sof +SND_SOC_SOF_CLIENT EXPORT_SYMBOL_GPL 0xb73dbca6 sof_resume_clients sound/soc/sof/snd-sof +SND_SOC_SOF_CLIENT EXPORT_SYMBOL_GPL 0xc2085360 sof_client_register_fw_state_handler sound/soc/sof/snd-sof +SND_SOC_SOF_CLIENT EXPORT_SYMBOL_GPL 0xc2331b21 sof_client_dev_unregister sound/soc/sof/snd-sof +SND_SOC_SOF_CLIENT EXPORT_SYMBOL_GPL 0xdb9b181b sof_client_get_fw_version sound/soc/sof/snd-sof +SND_SOC_SOF_CLIENT EXPORT_SYMBOL_GPL 0xe3b4b786 sof_client_dev_register sound/soc/sof/snd-sof +SND_SOC_SOF_CLIENT EXPORT_SYMBOL_GPL 0xf0afb257 sof_client_get_ipc_type sound/soc/sof/snd-sof +SND_SOC_SOF_CLIENT EXPORT_SYMBOL_GPL 0xfb99e2c3 sof_client_ipc_tx_message sound/soc/sof/snd-sof +SND_SOC_SOF_HDA_AUDIO_CODEC EXPORT_SYMBOL_GPL 0x063f556a hda_codec_probe_bus sound/soc/sof/intel/snd-sof-intel-hda +SND_SOC_SOF_HDA_AUDIO_CODEC EXPORT_SYMBOL_GPL 0x0661a039 hda_codec_detect_mask sound/soc/sof/intel/snd-sof-intel-hda +SND_SOC_SOF_HDA_AUDIO_CODEC EXPORT_SYMBOL_GPL 0x17220821 hda_codec_resume_cmd_io sound/soc/sof/intel/snd-sof-intel-hda +SND_SOC_SOF_HDA_AUDIO_CODEC EXPORT_SYMBOL_GPL 0x594da07c hda_codec_stop_cmd_io sound/soc/sof/intel/snd-sof-intel-hda +SND_SOC_SOF_HDA_AUDIO_CODEC EXPORT_SYMBOL_GPL 0x59e83135 hda_codec_jack_check sound/soc/sof/intel/snd-sof-intel-hda +SND_SOC_SOF_HDA_AUDIO_CODEC EXPORT_SYMBOL_GPL 0x78993fb3 hda_codec_check_rirb_status sound/soc/sof/intel/snd-sof-intel-hda +SND_SOC_SOF_HDA_AUDIO_CODEC EXPORT_SYMBOL_GPL 0xa5ad09e4 hda_codec_rirb_status_clear sound/soc/sof/intel/snd-sof-intel-hda +SND_SOC_SOF_HDA_AUDIO_CODEC EXPORT_SYMBOL_GPL 0xbc439a19 hda_codec_init_cmd_io sound/soc/sof/intel/snd-sof-intel-hda +SND_SOC_SOF_HDA_AUDIO_CODEC EXPORT_SYMBOL_GPL 0xbc9313bc hda_codec_jack_wake_enable sound/soc/sof/intel/snd-sof-intel-hda +SND_SOC_SOF_HDA_AUDIO_CODEC EXPORT_SYMBOL_GPL 0xcc4b3244 hda_codec_device_remove sound/soc/sof/intel/snd-sof-intel-hda +SND_SOC_SOF_HDA_AUDIO_CODEC EXPORT_SYMBOL_GPL 0xda9ecaca hda_codec_check_for_state_change sound/soc/sof/intel/snd-sof-intel-hda +SND_SOC_SOF_HDA_AUDIO_CODEC EXPORT_SYMBOL_GPL 0xee96ee7c hda_codec_suspend_cmd_io sound/soc/sof/intel/snd-sof-intel-hda +SND_SOC_SOF_HDA_AUDIO_CODEC EXPORT_SYMBOL_GPL 0xf381793b hda_codec_set_codec_wakeup sound/soc/sof/intel/snd-sof-intel-hda +SND_SOC_SOF_HDA_AUDIO_CODEC_I915 EXPORT_SYMBOL_GPL 0x5b39d198 hda_codec_i915_init sound/soc/sof/intel/snd-sof-intel-hda +SND_SOC_SOF_HDA_AUDIO_CODEC_I915 EXPORT_SYMBOL_GPL 0x60a8ce15 hda_codec_i915_exit sound/soc/sof/intel/snd-sof-intel-hda +SND_SOC_SOF_HDA_AUDIO_CODEC_I915 EXPORT_SYMBOL_GPL 0x7d3105d4 hda_codec_i915_display_power sound/soc/sof/intel/snd-sof-intel-hda +SND_SOC_SOF_INTEL_ATOM_HIFI_EP EXPORT_SYMBOL 0x101be4aa atom_dai sound/soc/sof/intel/snd-sof-intel-atom +SND_SOC_SOF_INTEL_ATOM_HIFI_EP EXPORT_SYMBOL 0x28a38865 atom_reset sound/soc/sof/intel/snd-sof-intel-atom +SND_SOC_SOF_INTEL_ATOM_HIFI_EP EXPORT_SYMBOL 0x3503e0b1 atom_irq_thread sound/soc/sof/intel/snd-sof-intel-atom +SND_SOC_SOF_INTEL_ATOM_HIFI_EP EXPORT_SYMBOL 0x6504630f atom_get_mailbox_offset sound/soc/sof/intel/snd-sof-intel-atom +SND_SOC_SOF_INTEL_ATOM_HIFI_EP EXPORT_SYMBOL 0x7119988a atom_dump sound/soc/sof/intel/snd-sof-intel-atom +SND_SOC_SOF_INTEL_ATOM_HIFI_EP EXPORT_SYMBOL 0x9d5df3d9 atom_send_msg sound/soc/sof/intel/snd-sof-intel-atom +SND_SOC_SOF_INTEL_ATOM_HIFI_EP EXPORT_SYMBOL 0xa4934419 atom_machine_select sound/soc/sof/intel/snd-sof-intel-atom +SND_SOC_SOF_INTEL_ATOM_HIFI_EP EXPORT_SYMBOL 0xcdbc2336 atom_run sound/soc/sof/intel/snd-sof-intel-atom +SND_SOC_SOF_INTEL_ATOM_HIFI_EP EXPORT_SYMBOL 0xec1bc80d 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 0xfa15e7a2 atom_set_mach_params sound/soc/sof/intel/snd-sof-intel-atom +SND_SOC_SOF_INTEL_HDA_COMMON EXPORT_SYMBOL 0x28c6b6cd sof_tgl_ops_init sound/soc/sof/intel/snd-sof-intel-hda-common +SND_SOC_SOF_INTEL_HDA_COMMON EXPORT_SYMBOL 0x30fd0cd6 hda_ops_free sound/soc/sof/intel/snd-sof-intel-hda-common +SND_SOC_SOF_INTEL_HDA_COMMON EXPORT_SYMBOL 0x322426e1 sof_apl_ops sound/soc/sof/intel/snd-sof-intel-hda-common +SND_SOC_SOF_INTEL_HDA_COMMON EXPORT_SYMBOL 0x342dbcc9 jsl_chip_info sound/soc/sof/intel/snd-sof-intel-hda-common +SND_SOC_SOF_INTEL_HDA_COMMON EXPORT_SYMBOL 0x3882cf2b ehl_chip_info sound/soc/sof/intel/snd-sof-intel-hda-common +SND_SOC_SOF_INTEL_HDA_COMMON EXPORT_SYMBOL 0x4dad6625 hda_pci_intel_probe sound/soc/sof/intel/snd-sof-intel-hda-common +SND_SOC_SOF_INTEL_HDA_COMMON EXPORT_SYMBOL 0x6950852d cnl_chip_info sound/soc/sof/intel/snd-sof-intel-hda-common +SND_SOC_SOF_INTEL_HDA_COMMON EXPORT_SYMBOL 0x700a92c0 sof_cnl_ops sound/soc/sof/intel/snd-sof-intel-hda-common +SND_SOC_SOF_INTEL_HDA_COMMON EXPORT_SYMBOL 0x76866c2f skl_chip_info sound/soc/sof/intel/snd-sof-intel-hda-common +SND_SOC_SOF_INTEL_HDA_COMMON EXPORT_SYMBOL 0x7df20c7d sof_apl_ops_init sound/soc/sof/intel/snd-sof-intel-hda-common +SND_SOC_SOF_INTEL_HDA_COMMON EXPORT_SYMBOL 0x806ca34e sof_icl_ops_init sound/soc/sof/intel/snd-sof-intel-hda-common +SND_SOC_SOF_INTEL_HDA_COMMON EXPORT_SYMBOL 0xa406bbee sof_tgl_ops sound/soc/sof/intel/snd-sof-intel-hda-common +SND_SOC_SOF_INTEL_HDA_COMMON EXPORT_SYMBOL 0xabee0331 sof_mtl_ops_init sound/soc/sof/intel/snd-sof-intel-hda-common +SND_SOC_SOF_INTEL_HDA_COMMON EXPORT_SYMBOL 0xb237fbed adls_chip_info sound/soc/sof/intel/snd-sof-intel-hda-common +SND_SOC_SOF_INTEL_HDA_COMMON EXPORT_SYMBOL 0xb7f7bb07 sof_icl_ops sound/soc/sof/intel/snd-sof-intel-hda-common +SND_SOC_SOF_INTEL_HDA_COMMON EXPORT_SYMBOL 0xbcfbb497 sof_skl_ops_init sound/soc/sof/intel/snd-sof-intel-hda-common +SND_SOC_SOF_INTEL_HDA_COMMON EXPORT_SYMBOL 0xc439b600 tglh_chip_info sound/soc/sof/intel/snd-sof-intel-hda-common +SND_SOC_SOF_INTEL_HDA_COMMON EXPORT_SYMBOL 0xcf2a3587 apl_chip_info sound/soc/sof/intel/snd-sof-intel-hda-common +SND_SOC_SOF_INTEL_HDA_COMMON EXPORT_SYMBOL 0xd874ad5f mtl_chip_info sound/soc/sof/intel/snd-sof-intel-hda-common +SND_SOC_SOF_INTEL_HDA_COMMON EXPORT_SYMBOL 0xe0476fbb sof_cnl_ops_init sound/soc/sof/intel/snd-sof-intel-hda-common +SND_SOC_SOF_INTEL_HDA_COMMON EXPORT_SYMBOL 0xe44fc704 tgl_chip_info sound/soc/sof/intel/snd-sof-intel-hda-common +SND_SOC_SOF_INTEL_HDA_COMMON EXPORT_SYMBOL 0xe7def554 sof_mtl_ops sound/soc/sof/intel/snd-sof-intel-hda-common +SND_SOC_SOF_INTEL_HDA_COMMON EXPORT_SYMBOL 0xe89bff73 sof_skl_ops sound/soc/sof/intel/snd-sof-intel-hda-common +SND_SOC_SOF_INTEL_HDA_COMMON EXPORT_SYMBOL 0xf5bee1a5 icl_chip_info sound/soc/sof/intel/snd-sof-intel-hda-common +SND_SOC_SOF_PCI_DEV EXPORT_SYMBOL 0x2f2e622e sof_pci_probe sound/soc/sof/snd-sof-pci +SND_SOC_SOF_PCI_DEV EXPORT_SYMBOL 0x9f085828 sof_pci_remove sound/soc/sof/snd-sof-pci +SND_SOC_SOF_PCI_DEV EXPORT_SYMBOL 0xc46d0c6e sof_pci_pm sound/soc/sof/snd-sof-pci +SND_SOC_SOF_PCI_DEV EXPORT_SYMBOL 0xe5cfb260 sof_pci_shutdown sound/soc/sof/snd-sof-pci +SND_SOC_SOF_XTENSA EXPORT_SYMBOL 0x74a15795 sof_xtensa_arch_ops sound/soc/sof/xtensa/snd-sof-xtensa-dsp +SOUNDWIRE_INTEL EXPORT_SYMBOL 0x776154ba sdw_intel_cnl_hw_ops drivers/soundwire/soundwire-intel +SOUNDWIRE_INTEL_INIT EXPORT_SYMBOL 0x155f2e5b 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 0xb253f811 sdw_intel_probe drivers/soundwire/soundwire-intel +SOUNDWIRE_INTEL_INIT EXPORT_SYMBOL 0xc5e2cdb1 sdw_intel_startup drivers/soundwire/soundwire-intel +SOUNDWIRE_INTEL_INIT EXPORT_SYMBOL 0xdc534bf8 sdw_intel_process_wakeen_event drivers/soundwire/soundwire-intel +SPI_DW_CORE EXPORT_SYMBOL_GPL 0x25f94d2a dw_spi_suspend_host drivers/spi/spi-dw +SPI_DW_CORE EXPORT_SYMBOL_GPL 0x5c9ffe9e dw_spi_remove_host drivers/spi/spi-dw +SPI_DW_CORE EXPORT_SYMBOL_GPL 0x5f3ffbd9 dw_spi_dma_setup_mfld drivers/spi/spi-dw +SPI_DW_CORE EXPORT_SYMBOL_GPL 0x6b68deb9 dw_spi_dma_setup_generic drivers/spi/spi-dw +SPI_DW_CORE EXPORT_SYMBOL_GPL 0x84f94945 dw_spi_set_cs drivers/spi/spi-dw +SPI_DW_CORE EXPORT_SYMBOL_GPL 0xb1ab6748 dw_spi_update_config drivers/spi/spi-dw +SPI_DW_CORE EXPORT_SYMBOL_GPL 0xca714d43 dw_spi_add_host drivers/spi/spi-dw +SPI_DW_CORE EXPORT_SYMBOL_GPL 0xdce23419 dw_spi_resume_host drivers/spi/spi-dw +SPI_DW_CORE EXPORT_SYMBOL_GPL 0xf329ff52 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 0x0dd9de7f fill_inquiry_response drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x0e582aaf usb_stor_CB_reset drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x1239f8d5 usb_stor_set_xfer_buf drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x151a843c 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 0x1f2f512d usb_stor_probe1 drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x339fda1c usb_stor_suspend drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x360fef71 usb_stor_bulk_transfer_sg drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x6fe27dd3 usb_stor_resume drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x76d5ada5 usb_stor_post_reset drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x835442d7 usb_stor_adjust_quirks drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x96dd29ee usb_stor_bulk_srb drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x9ccd72c8 usb_stor_reset_resume drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x9dc845d6 usb_stor_probe2 drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x9f3a9188 usb_stor_disconnect drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xa6112197 usb_stor_bulk_transfer_buf drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xacd570be usb_stor_pre_reset drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xb2b2d2b2 usb_stor_Bulk_reset drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xb4dd4d8e usb_stor_CB_transport drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xb5a85af5 usb_stor_clear_halt drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xccd10ace usb_stor_Bulk_transport drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xdba9404c usb_stor_control_msg drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xe40a25f1 usb_stor_ctrl_transfer drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xfc9cbe29 usb_stor_host_template_init drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xfe845c6b usb_stor_access_xfer_buf drivers/usb/storage/usb-storage --- linux-lowlatency-hwe-6.2-6.2.0.orig/debian.master/abi/amd64/generic.compiler +++ linux-lowlatency-hwe-6.2-6.2.0/debian.master/abi/amd64/generic.compiler @@ -0,0 +1 @@ +GCC: (Ubuntu 12.3.0-1ubuntu1~23.04) 12.3.0 --- linux-lowlatency-hwe-6.2-6.2.0.orig/debian.master/abi/amd64/generic.modules +++ linux-lowlatency-hwe-6.2-6.2.0/debian.master/abi/amd64/generic.modules @@ -0,0 +1,6290 @@ +104-quad-8 +3c509 +3c574_cs +3c589_cs +3c59x +3w-9xxx +3w-sas +3w-xxxx +53c700 +6lowpan +6pack +8021q +8139cp +8139too +8250_dw +8250_exar +8250_lpss +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 +9pnet_xen +BusLogic +a100u2w +a3d +a8293 +aacraid +aat2870-regulator +aat2870_bl +abituguru +abituguru3 +abp060mg +ac97_bus +acard-ahci +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 +ad9389b +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 +ade7854 +ade7854-i2c +ade7854-spi +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 +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_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 +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 +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 +btqca +btrfs +btrsi +btrtl +btsdio +bttv +btusb +bu21013_ts +bu21029_ts +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 +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 +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 +cm4000_cs +cm4040_cs +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 +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_typec +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_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_hmem +dax_pmem +db9 +dc395x +dca +dccp +dccp_diag +dccp_ipv4 +dccp_ipv6 +dcdbas +ddbridge +ddbridge-dummy-fe +de2104x +defxx +dell-laptop +dell-rbtn +dell-smbios +dell-smm-hwmon +dell-smo8800 +dell-uart-backlight +dell-wmi +dell-wmi-aio +dell-wmi-ddv +dell-wmi-descriptor +dell-wmi-led +dell-wmi-sysman +dell_rbu +delta-ahe50dc-fan +denali +denali_pci +des3_ede-x86_64 +des_generic +designware_i2s +device_dax +dfl +dfl-afu +dfl-emif +dfl-fme +dfl-fme-br +dfl-fme-mgr +dfl-fme-region +dfl-n3000-nios +dfl-pci +dht11 +diag +dib0070 +dib0090 +dib3000mb +dib3000mc +dib7000m +dib7000p +dib8000 +dib9000 +dibx000_common +digi_acceleport +diskonchip +dl2k +dlhl60d +dlink-dir685-touchkeys +dlm +dln2 +dln2-adc +dm-bio-prison +dm-bufio +dm-cache +dm-cache-smq +dm-clone +dm-crypt +dm-delay +dm-ebs +dm-era +dm-flakey +dm-historical-service-time +dm-integrity +dm-io-affinity +dm-log +dm-log-userspace +dm-log-writes +dm-mirror +dm-multipath +dm-persistent-data +dm-queue-length +dm-raid +dm-region-hash +dm-round-robin +dm-service-time +dm-snapshot +dm-switch +dm-thin-pool +dm-unstripe +dm-verity +dm-writecache +dm-zero +dm-zoned +dm1105 +dm9601 +dmard06 +dmard09 +dmard10 +dme1737 +dmfe +dmi-sysfs +dmm32at +dmx3191d +dnet +dp83640 +dp83822 +dp83848 +dp83867 +dp83869 +dp83tc811 +dp83td510 +dpot-dac +dps310 +dps920ab +dptf_pch_fivr +dptf_power +drbd +drivetemp +drm +drm_buddy +drm_display_helper +drm_dma_helper +drm_kms_helper +drm_mipi_dbi +drm_shmem_helper +drm_ttm_helper +drm_vram_helper +drm_xen_front +drv260x +drv2665 +drv2667 +drx39xyj +drxd +drxk +ds1621 +ds1682 +ds1803 +ds1wm +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-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 +failover +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_sys_fops +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-elan +ftdi_sio +ftl +ftrace-direct +ftrace-direct-modify +ftrace-direct-too +ftsteutates +fujitsu-laptop +fujitsu-tablet +fujitsu_ts +funcore +funeth +fusb302 +fxas21002c_core +fxas21002c_i2c +fxas21002c_spi +fxls8962af-core +fxls8962af-i2c +fxls8962af-spi +fxos8700_core +fxos8700_i2c +fxos8700_spi +g450_pll +g760a +g762 +g_acm_ms +g_audio +g_cdc +g_dbgp +g_ether +g_ffs +g_hid +g_mass_storage +g_midi +g_ncm +g_nokia +g_printer +g_serial +g_webcam +g_zero +gadgetfs +gamecon +gameport +garmin_gps +garp +gb-audio-apbridgea +gb-audio-codec +gb-audio-gb +gb-audio-manager +gb-audio-module +gb-bootrom +gb-es2 +gb-firmware +gb-gbphy +gb-gpio +gb-hid +gb-i2c +gb-light +gb-log +gb-loopback +gb-power-supply +gb-pwm +gb-raw +gb-sdio +gb-spi +gb-spilib +gb-uart +gb-usb +gb-vibrator +gdmtty +gdmulte +gen_probe +generic +generic-adc-battery +genet +geneve +genwqe_card +gf2k +gfs2 +ghash-clmulni-intel +gigabyte-wmi +gl518sm +gl520sm +gl620a +gluebi +gm12u320 +gma500_gfx +gnss +gnss-mtk +gnss-serial +gnss-sirf +gnss-ubx +gnss-usb +go7007 +go7007-loader +go7007-usb +goku_udc +goldfish_battery +goodix_ts +gp2ap002 +gp2ap020a00f +gp8psk-fe +gpd-pocket-fan +gpio +gpio-104-dio-48e +gpio-104-idi-48 +gpio-104-idio-16 +gpio-aaeon +gpio-adp5520 +gpio-aggregator +gpio-amd-fch +gpio-amd8111 +gpio-amdpt +gpio-arizona +gpio-bd9571mwv +gpio-beeper +gpio-charger +gpio-da9052 +gpio-da9055 +gpio-dln2 +gpio-dwapb +gpio-exar +gpio-f7188x +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-regulator +gpio-sch +gpio-sch311x +gpio-sim +gpio-siox +gpio-tpic2810 +gpio-tps65086 +gpio-tps65912 +gpio-tps68470 +gpio-tqmx86 +gpio-twl4030 +gpio-twl6040 +gpio-ucb1400 +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 +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-ezkey +hid-ft260 +hid-gaff +hid-gembird +hid-generic +hid-gfrm +hid-glorious +hid-google-hammer +hid-gt683r +hid-gyration +hid-holtek-kbd +hid-holtek-mouse +hid-holtekff +hid-hyperv +hid-icade +hid-ite +hid-jabra +hid-kensington +hid-keytouch +hid-kye +hid-lcpower +hid-led +hid-lenovo +hid-letsketch +hid-lg-g15 +hid-logitech +hid-logitech-dj +hid-logitech-hidpp +hid-macally +hid-magicmouse +hid-maltron +hid-mcp2221 +hid-megaworld +hid-mf +hid-microsoft +hid-monterey +hid-multitouch +hid-nintendo +hid-nti +hid-ntrig +hid-ortek +hid-penmount +hid-petalynx +hid-picolcd +hid-pl +hid-plantronics +hid-playstation +hid-primax +hid-prodikeys +hid-pxrc +hid-razer +hid-redragon +hid-retrode +hid-rmi +hid-roccat +hid-roccat-arvo +hid-roccat-common +hid-roccat-isku +hid-roccat-kone +hid-roccat-koneplus +hid-roccat-konepure +hid-roccat-kovaplus +hid-roccat-lua +hid-roccat-pyra +hid-roccat-ryos +hid-roccat-savu +hid-saitek +hid-samsung +hid-semitek +hid-sensor-accel-3d +hid-sensor-als +hid-sensor-custom +hid-sensor-custom-intel-hinge +hid-sensor-gyro-3d +hid-sensor-hub +hid-sensor-humidity +hid-sensor-iio-common +hid-sensor-incl-3d +hid-sensor-magn-3d +hid-sensor-press +hid-sensor-prox +hid-sensor-rotation +hid-sensor-temperature +hid-sensor-trigger +hid-sigmamicro +hid-sjoy +hid-sony +hid-speedlink +hid-steam +hid-steelseries +hid-sunplus +hid-thrustmaster +hid-tivo +hid-tmff +hid-topre +hid-topseed +hid-twinhan +hid-u2fzero +hid-uclogic +hid-udraw-ps3 +hid-viewsonic +hid-vivaldi +hid-vivaldi-common +hid-vrc2 +hid-waltop +hid-wiimote +hid-xiaomi +hid-xinmo +hid-zpff +hid-zydacron +hideep +hidp +hih6130 +himax_hx83112b +hinic +hisi-spmi-controller +hmc425a +hmc5843_core +hmc5843_i2c +hmc5843_spi +hmc6352 +hopper +horus3a +hostap +hostap_cs +hostap_pci +hostap_plx +hp-wmi +hp03 +hp206c +hp_accel +hpfs +hpilo +hpsa +hptiop +hpwdt +hsi +hsi_char +hso +hsr +ht16k33 +htc-pasic3 +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-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 +icp +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 +imx319 +imx355 +ina209 +ina238 +ina2xx +ina2xx-adc +ina3221 +industrialio +industrialio-buffer-cb +industrialio-buffer-dma +industrialio-buffer-dmaengine +industrialio-configfs +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 +intel-m10-bmc-hwmon +intel-qep +intel-rng +intel-rst +intel-smartconnect +intel-uncore-frequency +intel-uncore-frequency-common +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_chtdc_ti_pwrbtn +intel_chtwc_int33fe +intel_crystal_cove_charger +intel_ifs +intel_int0002_vgpio +intel_ips +intel_menlow +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_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_vr_nor +intel_vsec +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_CLUSTERIP +ipt_ECN +ipt_REJECT +ipt_SYNPROXY +ipt_ah +ipt_rpfilter +iptable_filter +iptable_mangle +iptable_nat +iptable_raw +iptable_security +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 +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 +ixgb +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 +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-bd2802 +leds-blinkm +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-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-gpio +ledtrig-heartbeat +ledtrig-netdev +ledtrig-oneshot +ledtrig-pattern +ledtrig-timer +ledtrig-transient +ledtrig-tty +ledtrig-usbport +legousbtower +lenovo-yogabook-wmi +lg-laptop +lg-vl600 +lg2160 +lgdt3305 +lgdt3306a +lgdt330x +lgs8gl5 +lgs8gxx +lib80211 +lib80211_crypt_ccmp +lib80211_crypt_tkip +lib80211_crypt_wep +libahci +libahci_platform +libarc4 +libceph +libchacha +libchacha20poly1305 +libcomposite +libcrc32c +libcurve25519 +libcurve25519-generic +libcxgb +libcxgbi +libdes +libertas +libertas_cs +libertas_sdio +libertas_spi +libertas_tf +libertas_tf_usb +libfc +libfcoe +libipw +libiscsi +libiscsi_tcp +libpoly1305 +libsas +libwx +lightning +line-display +lineage-pem +linear +liquidio +liquidio_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 +m5mols +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 +max20730 +max20751 +max2165 +max2175 +max30100 +max30102 +max30208 +max3100 +max31722 +max31730 +max31760 +max31785 +max31790 +max31856 +max31865 +max3420_udc +max3421-hcd +max34440 +max44000 +max44009 +max517 +max5432 +max5481 +max5487 +max5821 +max63xx_wdt +max6620 +max6621 +max6639 +max6650 +max6697 +max6875 +max7359_keypad +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 +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-thunder +me4000 +me_daq +mediatek-ge +megaraid +megaraid_mbox +megaraid_mm +megaraid_sas +mei +mei-gsc +mei-me +mei-txe +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 +microread +microread_i2c +microread_mei +microtek +mii +minix +mip6 +mipi-i3c-hci +mite +mk712 +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 +mpr121_touchkey +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_ocelot_switch_lib +mscc_seville +msdos +mse102x +msg2638 +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 +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 +mt9m032 +mt9m111 +mt9p031 +mt9t001 +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 +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 +nbd +nci +nci_spi +nci_uart +nct6683 +nct6775 +nct6775-core +nct6775-i2c +nct7802 +nct7904 +nd_btt +nd_pmem +nd_virtio +ne2k-pci +neofb +net1080 +net2272 +net2280 +net_failover +netconsole +netdevsim +netfs +netjet +netlink_diag +netrom +nettel +netup-unidvb +netxen_nic +newtonkbd +nf_conncount +nf_conntrack +nf_conntrack_amanda +nf_conntrack_bridge +nf_conntrack_broadcast +nf_conntrack_ftp +nf_conntrack_h323 +nf_conntrack_irc +nf_conntrack_netbios_ns +nf_conntrack_netlink +nf_conntrack_pptp +nf_conntrack_sane +nf_conntrack_sip +nf_conntrack_snmp +nf_conntrack_tftp +nf_defrag_ipv4 +nf_defrag_ipv6 +nf_dup_ipv4 +nf_dup_ipv6 +nf_dup_netdev +nf_flow_table +nf_flow_table_inet +nf_log_syslog +nf_nat +nf_nat_amanda +nf_nat_ftp +nf_nat_h323 +nf_nat_irc +nf_nat_pptp +nf_nat_sip +nf_nat_snmp_basic +nf_nat_tftp +nf_reject_ipv4 +nf_reject_ipv6 +nf_socket_ipv4 +nf_socket_ipv6 +nf_synproxy_core +nf_tables +nf_tproxy_ipv4 +nf_tproxy_ipv6 +nfc +nfc_digital +nfcmrvl +nfcmrvl_i2c +nfcmrvl_spi +nfcmrvl_uart +nfcmrvl_usb +nfcsim +nfit +nfnetlink +nfnetlink_acct +nfnetlink_cthelper +nfnetlink_cttimeout +nfnetlink_hook +nfnetlink_log +nfnetlink_osf +nfnetlink_queue +nfp +nfs +nfs_acl +nfs_layout_flexfiles +nfs_layout_nfsv41_files +nfsd +nfsv2 +nfsv3 +nfsv4 +nft_chain_nat +nft_compat +nft_connlimit +nft_ct +nft_dup_ipv4 +nft_dup_ipv6 +nft_dup_netdev +nft_fib +nft_fib_inet +nft_fib_ipv4 +nft_fib_ipv6 +nft_fib_netdev +nft_flow_offload +nft_fwd_netdev +nft_hash +nft_limit +nft_log +nft_masq +nft_meta_bridge +nft_nat +nft_numgen +nft_osf +nft_queue +nft_quota +nft_redir +nft_reject +nft_reject_bridge +nft_reject_inet +nft_reject_ipv4 +nft_reject_ipv6 +nft_reject_netdev +nft_socket +nft_synproxy +nft_tproxy +nft_tunnel +nft_xfrm +nftl +ngbe +ngene +nhc_dest +nhc_fragment +nhc_hop +nhc_ipv6 +nhc_mobility +nhc_routing +nhc_udp +nhpoly1305 +nhpoly1305-avx2 +nhpoly1305-sse2 +ni903x_wdt +ni_6527 +ni_65xx +ni_660x +ni_670x +ni_at_a2150 +ni_at_ao +ni_atmio +ni_atmio16d +ni_daq_700 +ni_daq_dio24 +ni_labpc +ni_labpc_common +ni_labpc_cs +ni_labpc_isadma +ni_labpc_pci +ni_mio_cs +ni_pcidio +ni_pcimio +ni_routes_test +ni_routing +ni_tio +ni_tiocmd +ni_usb6501 +nic7018_wdt +nicpf +nicstar +nicvf +nilfs2 +nitro_enclaves +niu +nixge +nlmon +nls_ascii +nls_cp1250 +nls_cp1251 +nls_cp1255 +nls_cp737 +nls_cp775 +nls_cp850 +nls_cp852 +nls_cp855 +nls_cp857 +nls_cp860 +nls_cp861 +nls_cp862 +nls_cp863 +nls_cp864 +nls_cp865 +nls_cp866 +nls_cp869 +nls_cp874 +nls_cp932 +nls_cp936 +nls_cp949 +nls_cp950 +nls_euc-jp +nls_iso8859-1 +nls_iso8859-13 +nls_iso8859-14 +nls_iso8859-15 +nls_iso8859-2 +nls_iso8859-3 +nls_iso8859-4 +nls_iso8859-5 +nls_iso8859-6 +nls_iso8859-7 +nls_iso8859-9 +nls_koi8-r +nls_koi8-ru +nls_koi8-u +nls_utf8 +nmclan_cs +noa1305 +noon010pc30 +nosy +notifier-error-inject +nouveau +nozomi +npcm750-pwm-fan +ns558 +ns83820 +nsh +ntb +ntb_hw_epf +ntb_hw_idt +ntb_hw_intel +ntb_hw_switchtec +ntb_netdev +ntb_perf +ntb_pingpong +ntb_tool +ntb_transport +ntc_thermistor +ntfs +ntfs3 +null_blk +nuvoton-cir +nv_tco +nvidia-wmi-ec-backlight +nvidiafb +nvme +nvme-common +nvme-core +nvme-fabrics +nvme-fc +nvme-loop +nvme-rdma +nvme-tcp +nvmem-rave-sp-eeprom +nvmem-rmem +nvmem_qcom-spmi-sdam +nvmet +nvmet-fc +nvmet-rdma +nvmet-tcp +nvram +nvsw-sn2201 +nxp-c45-tja11xx +nxp-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 +opa_vnic +opencores-kbd +openvswitch +opt3001 +opticon +option +or51132 +or51211 +orangefs +orinoco +orinoco_cs +orinoco_nortel +orinoco_plx +orinoco_tmd +orinoco_usb +oti6858 +otm3225a +ov02a10 +ov08d10 +ov08x40 +ov13858 +ov13b10 +ov2640 +ov2659 +ov2680 +ov2685 +ov2740 +ov4689 +ov5647 +ov5648 +ov5670 +ov5675 +ov5693 +ov5695 +ov6650 +ov7251 +ov7640 +ov7670 +ov772x +ov7740 +ov8856 +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-mipi-dbi +panel-raspberrypi-touchscreen +panel-widechips-ws2401 +paride +parkbd +parman +parport +parport_ax88796 +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_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 +pcd +pcengines-apuv2 +pcf50633 +pcf50633-adc +pcf50633-backlight +pcf50633-charger +pcf50633-gpio +pcf50633-input +pcf50633-regulator +pcf8574_keypad +pcf8591 +pch_udc +pci +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-altera-tse +pcs-lynx +pcs_xpcs +pcspkr +pcwd_pci +pcwd_usb +pd +pd6729 +pda_power +pdc_adma +peak_pci +peak_pciefd +peak_pcmcia +peak_usb +peaq-wmi +peci +peci-cpu +peci-cputemp +peci-dimmtemp +pegasus +pegasus_notetaker +penmount +pf +pfr_telemetry +pfr_update +pg +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 +pt +ptdma +ptp_clockmatrix +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 +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 +r8188eu +r8192e_pci +r8192u_usb +r820t +r852 +r8712u +r8723bs +r8a66597-hcd +r8a66597-udc +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-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-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_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 +rt4831 +rt4831-backlight +rt4831-regulator +rt5033 +rt5033-regulator +rt5033_battery +rt5120 +rt5120-pwrkey +rt5120-regulator +rt5190a-regulator +rt5759-regulator +rt6160-regulator +rt6190-regulator +rt61pci +rt6245-regulator +rt73usb +rt9455_charger +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-v3020 +rtc-wilco-ec +rtc-wm831x +rtc-wm8350 +rtc-x1205 +rtd520 +rti800 +rti802 +rtl2830 +rtl2832 +rtl2832_sdr +rtl8150 +rtl8187 +rtl8188ee +rtl818x_pci +rtl8192c-common +rtl8192ce +rtl8192cu +rtl8192de +rtl8192ee +rtl8192se +rtl8365mb +rtl8366 +rtl8723-common +rtl8723ae +rtl8723be +rtl8821ae +rtl8xxxu +rtl_pci +rtl_usb +rtllib +rtllib_crypt_ccmp +rtllib_crypt_tkip +rtllib_crypt_wep +rtlwifi +rtmv20-regulator +rtq2134-regulator +rtq6056 +rtq6752-regulator +rtrs-client +rtrs-core +rtrs-server +rts5208 +rtsx_pci +rtsx_pci_ms +rtsx_pci_sdmmc +rtsx_usb +rtsx_usb_ms +rtsx_usb_sdmmc +rtw88_8723d +rtw88_8723de +rtw88_8723du +rtw88_8821c +rtw88_8821ce +rtw88_8821cu +rtw88_8822b +rtw88_8822be +rtw88_8822bu +rtw88_8822c +rtw88_8822ce +rtw88_8822cu +rtw88_core +rtw88_pci +rtw88_usb +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 +s5k6aa +s626 +s6sy761 +s921 +saa6588 +saa6752hs +saa7110 +saa7115 +saa7127 +saa7134 +saa7134-alsa +saa7134-dvb +saa7134-empress +saa7134-go7007 +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_atm +sch_cake +sch_cbq +sch_cbs +sch_choke +sch_codel +sch_drr +sch_dsmark +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_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 +scr24x_cs +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 +sha3_generic +sha512-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 +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 +sl811-hcd +sl811_cs +slcan +slg51000-regulator +slicoss +slim-qcom-ctrl +slimbus +slip +slram +sm2_generic +sm3 +sm3-avx-x86_64 +sm3_generic +sm4 +sm4-aesni-avx-x86_64 +sm4-aesni-avx2-x86_64 +sm4_generic +sm501 +sm501fb +sm712fb +sm750fb +sm_common +sm_ftl +smartpqi +smb347-charger +smc +smc91c92_cs +smc_diag +smipcie +smm665 +smpro-core +smpro-errmon +smpro-hwmon +smpro-misc +smsc +smsc37b787_wdt +smsc47b397 +smsc47m1 +smsc47m192 +smsc75xx +smsc911x +smsc9420 +smsc95xx +smscufx +smsdvb +smsmdtv +smssdio +smsusb +snd +snd-ac97-codec +snd-acp-config +snd-acp-i2s +snd-acp-legacy-mach +snd-acp-mach +snd-acp-pci +snd-acp-pcm +snd-acp-pdm +snd-acp-rembrandt +snd-acp-renoir +snd-acp-sof-mach +snd-acp3x-i2s +snd-acp3x-pcm-dma +snd-acp3x-pdm-dma +snd-acp3x-rn +snd-acp5x-i2s +snd-acp5x-pcm-dma +snd-acp6x-pdm-dma +snd-ad1889 +snd-ak4113 +snd-ak4114 +snd-ak4117 +snd-ak4xxx-adda +snd-ali5451 +snd-aloop +snd-als300 +snd-als4000 +snd-asihpi +snd-atiixp +snd-atiixp-modem +snd-au8810 +snd-au8820 +snd-au8830 +snd-aw2 +snd-azt3328 +snd-bcd2000 +snd-bebob +snd-bt87x +snd-ca0106 +snd-cmipci +snd-compress +snd-cs4281 +snd-cs46xx +snd-cs8427 +snd-ctl-led +snd-ctxfi +snd-darla20 +snd-darla24 +snd-dice +snd-dummy +snd-echo3g +snd-emu10k1 +snd-emu10k1-synth +snd-emu10k1x +snd-emux-synth +snd-ens1370 +snd-ens1371 +snd-es1938 +snd-es1968 +snd-fireface +snd-firewire-digi00x +snd-firewire-lib +snd-firewire-motu +snd-firewire-tascam +snd-fireworks +snd-fm801 +snd-gina20 +snd-gina24 +snd-hda-codec +snd-hda-codec-analog +snd-hda-codec-ca0110 +snd-hda-codec-ca0132 +snd-hda-codec-cirrus +snd-hda-codec-cmedia +snd-hda-codec-conexant +snd-hda-codec-cs8409 +snd-hda-codec-generic +snd-hda-codec-hdmi +snd-hda-codec-idt +snd-hda-codec-realtek +snd-hda-codec-si3054 +snd-hda-codec-via +snd-hda-core +snd-hda-cs-dsp-ctls +snd-hda-ext-core +snd-hda-intel +snd-hda-scodec-cs35l41 +snd-hda-scodec-cs35l41-i2c +snd-hda-scodec-cs35l41-spi +snd-hdmi-lpe-audio +snd-hdsp +snd-hdspm +snd-hrtimer +snd-hwdep +snd-i2c +snd-ice1712 +snd-ice1724 +snd-ice17xx-ak4xxx +snd-indigo +snd-indigodj +snd-indigodjx +snd-indigoio +snd-indigoiox +snd-intel-dspcfg +snd-intel-sdw-acpi +snd-intel-sst-acpi +snd-intel-sst-core +snd-intel-sst-pci +snd-intel8x0 +snd-intel8x0m +snd-isight +snd-korg1212 +snd-layla20 +snd-layla24 +snd-lola +snd-lx6464es +snd-maestro3 +snd-mia +snd-mixart +snd-mixer-oss +snd-mona +snd-mpu401 +snd-mpu401-uart +snd-mtpav +snd-mts64 +snd-nm256 +snd-opl3-lib +snd-opl3-synth +snd-oxfw +snd-oxygen +snd-oxygen-lib +snd-pci-acp3x +snd-pci-acp5x +snd-pci-acp6x +snd-pci-ps +snd-pcm +snd-pcm-dmaengine +snd-pcsp +snd-pcxhr +snd-pdaudiocf +snd-portman2x4 +snd-ps-pdm-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-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-bd28623 +snd-soc-bdw-rt286 +snd-soc-bt-sco +snd-soc-catpt +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-cs35l45-tables +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-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-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-max98373 +snd-soc-max98373-i2c +snd-soc-max98373-sdw +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-ps-mach +snd-soc-rk3328 +snd-soc-rl6231 +snd-soc-rl6347a +snd-soc-rt1011 +snd-soc-rt1015 +snd-soc-rt1015p +snd-soc-rt1019 +snd-soc-rt1308 +snd-soc-rt1308-sdw +snd-soc-rt1316-sdw +snd-soc-rt1318-sdw +snd-soc-rt274 +snd-soc-rt286 +snd-soc-rt298 +snd-soc-rt5514 +snd-soc-rt5514-spi +snd-soc-rt5616 +snd-soc-rt5631 +snd-soc-rt5640 +snd-soc-rt5645 +snd-soc-rt5651 +snd-soc-rt5659 +snd-soc-rt5660 +snd-soc-rt5663 +snd-soc-rt5670 +snd-soc-rt5677 +snd-soc-rt5677-spi +snd-soc-rt5682 +snd-soc-rt5682-i2c +snd-soc-rt5682-sdw +snd-soc-rt5682s +snd-soc-rt700 +snd-soc-rt711 +snd-soc-rt711-sdca +snd-soc-rt715 +snd-soc-rt715-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-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-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-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-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-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 +snic +snps_udc_core +soc_button_array +softdog +softing +softing_cs +solo6x10 +solos-pci +sony-btf-mpx +sony-laptop +soundcore +soundwire-bus +soundwire-cadence +soundwire-generic-allocation +soundwire-intel +soundwire-qcom +sp2 +sp5100_tco +sp887x +spaceball +spaceorb +sparse-keymap +spcp8x5 +speakup +speakup_acntsa +speakup_apollo +speakup_audptr +speakup_bns +speakup_decext +speakup_dectlk +speakup_dummy +speakup_ltlk +speakup_soft +speakup_spkout +speakup_txprt +spectrum_cs +speedfax +speedstep-lib +speedtch +spi-altera-core +spi-altera-dfl +spi-altera-platform +spi-amd +spi-axi-spi-engine +spi-bitbang +spi-butterfly +spi-cadence +spi-dln2 +spi-dw +spi-dw-mmio +spi-dw-pci +spi-gpio +spi-intel +spi-intel-pci +spi-intel-platform +spi-lantiq-ssc +spi-lm70llp +spi-loopback-test +spi-microchip-core +spi-microchip-core-qspi +spi-mux +spi-mxic +spi-nor +spi-nxp-fspi +spi-oc-tiny +spi-pci1xxxx +spi-pxa2xx-pci +spi-pxa2xx-platform +spi-rockchip +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 +sr030pc30 +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_cs +synclink_gt +syscopyarea +sysfillrect +sysimgblt +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 +tc-dwc-g210-pltfrm +tc358743 +tc358746 +tc654 +tc74 +tc90522 +tca6416-keypad +tca8418_keypad +tcan4x5x +tcm_fc +tcm_loop +tcm_qla2xxx +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 +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-ads124s08 +ti-ads131e08 +ti-ads7950 +ti-ads8344 +ti-ads8688 +ti-dac082s085 +ti-dac5571 +ti-dac7311 +ti-dac7612 +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 +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 +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 +u132-hcd +uPD60620 +u_audio +u_ether +u_serial +uacce +uartlite +uas +ubi +ubifs +ubuntu-host +ucan +ucb1400_core +ucb1400_ts +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 +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 +videobuf-vmalloc +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_blk +virtio_bt +virtio_crypto +virtio_dma_buf +virtio_input +virtio_mem +virtio_net +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 +vs6624 +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 +wusb3801 +wwan +wwan_hwsim +x25 +x38_edac +x86-android-tablets +x86_pkg_temp_thermal +x_tables +xbox_remote +xc2028 +xc4000 +xc5000 +xcbc +xctr +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 +zavl +zcommon +zd1201 +zd1211rw +zd1301 +zd1301_demod +zet6223 +zforce_ts +zfs +zhenhua +ziirave_wdt +zinitix +zl10036 +zl10039 +zl10353 +zl6100 +zlua +znvpair +zonefs +zopt2201 +zpa2326 +zpa2326_i2c +zpa2326_spi +zram +zstd +zunicode +zzstd --- linux-lowlatency-hwe-6.2-6.2.0.orig/debian.master/abi/amd64/generic.modules.builtin +++ linux-lowlatency-hwe-6.2-6.2.0/debian.master/abi/amd64/generic.modules.builtin @@ -0,0 +1,321 @@ +8250 +8250_base +8250_mid +8250_pci +88pm860x +ac +acpi-cpufreq +acpi_dbg +acpi_mdio +acpiphp +aead +aes_generic +af_packet +agpgart +akcipher +amd64-agp +amd_pstate +asiliantfb +asn1_decoder +asn1_encoder +asymmetric_keys +ata_generic +ata_piix +atkbd +backlight +battery +bcm84881 +binfmt_elf +binfmt_script +bitrev +bsg +btree +button +cbc +cdrom +cfbcopyarea +cfbfillrect +cfbimgblt +charger-manager +cn +compat_binfmt_elf +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 +da903x +da9052-core +da9052-i2c +da9052-spi +da9055 +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 +ezx-pcap +fan +fat +fb +fbdev +fddi +firmware_class +fixed_phy +font +freq_table +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 +hmac +hsu_dma +hwmon +hwspinlock_core +i2c-core +i2c-designware-core +i2c-designware-platform +i2c-dev +i8042 +icc-core +imsttfb +input-core +intel-agp +intel-gtt +intel-uncore +intel_pmc_core +intel_pmc_core_pltdrv +intel_pstate +intel_soc_pmic_crc +ioasid +iosf_mbi +iova +ipv6 +jbd2 +jitterentropy_rng +kdf_sp800108 +kgdboc +kpp +led-class +libaes +libata +libblake2s +libblake2s-x86_64 +libcryptoutils +libnvdimm +libphy +libps2 +libsha1 +libsha256 +linear_ranges +loop +lp8788 +lz4_decompress +lzo +lzo-rle +lzo_compress +lzo_decompress +max14577 +max310x +max77693 +mbcache +mctp +md-mod +md5 +mdio_devres +mfd-core +mmc_core +mousedev +mpi +mq-deadline +mt6323-poweroff +n_null +nd_e820 +nfs_ssc +nls_base +nls_cp437 +nvmem_core +ohci-hcd +ohci-pci +ohci-platform +oid_registry +packing +palmas +pata_sis +pcc-cpufreq +pci-ep-cfs +pci-epc-core +pci-epc-mem +pci-epf-core +pinctrl-amd +pinctrl-cherryview +pinctrl-intel +pkcs7_message +pldmfw +power_supply +powercap_sys +powernow-k8 +ppp_generic +pps_core +pretimeout_noop +processor +pstore +ptp +public_key +pwm-lpss +pwm-lpss-pci +pwm-lpss-platform +rapidio +rational +reactor_panic +reactor_printk +regmap-i2c +regmap-mmio +regmap-spi +remoteproc +restart-poweroff +rfkill +rng +rng-core +roles +rsa_generic +rtc-cmos +sccnxp +scsi_common +scsi_mod +sd_mod +selftests +seqiv +serdev +serial_core +serial_mctrl_gpio +serio +sg +sha1_generic +sha256_generic +sha512_generic +shpchp +skcipher +slhc +speedstep-centrino +squashfs +sr_mod +system_heap +t10-pi +tcp_cubic +thermal +tpm +tpm_crb +tpm_tis +tpm_tis_core +tps65086-restart +tps6586x +tps65912-core +tps65912-i2c +tps65912-spi +trusted +ttyprintk +tun +twl4030-audio +twl6040 +ucs2_string +udmabuf +uhci-hcd +uinput +unicode +unix +usb-common +usbcore +utf8data +vesafb +vfat +vgacon +via-agp +virt-dma +virtio +virtio-iommu +virtio_balloon +virtio_console +virtio_mmio +virtio_pci +virtio_pci_legacy_dev +virtio_pci_modern_dev +virtio_ring +virtio_scsi +vivaldi-fmap +watch_queue +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 +zpool +zsmalloc +zstd_common +zstd_compress +zstd_decompress +zswap --- linux-lowlatency-hwe-6.2-6.2.0.orig/debian.master/abi/amd64/generic.retpoline +++ linux-lowlatency-hwe-6.2-6.2.0/debian.master/abi/amd64/generic.retpoline @@ -0,0 +1 @@ +# retpoline v1.0 --- linux-lowlatency-hwe-6.2-6.2.0.orig/debian.master/abi/arm64/generic +++ linux-lowlatency-hwe-6.2-6.2.0/debian.master/abi/arm64/generic @@ -0,0 +1,28059 @@ +ACPI EXPORT_SYMBOL_GPL 0xa6af1390 acpi_table_parse_cedt vmlinux +BRCMFMAC EXPORT_SYMBOL_GPL 0x4b8fec33 brcmf_fwvid_unregister_vendor drivers/net/wireless/broadcom/brcm80211/brcmfmac/brcmfmac +BRCMFMAC EXPORT_SYMBOL_GPL 0xfc7e99ff brcmf_fwvid_register_vendor drivers/net/wireless/broadcom/brcm80211/brcmfmac/brcmfmac +COUNTER EXPORT_SYMBOL_GPL 0x0c980aca counter_put drivers/counter/counter +COUNTER EXPORT_SYMBOL_GPL 0x36bcac98 devm_counter_alloc drivers/counter/counter +COUNTER EXPORT_SYMBOL_GPL 0x3a538f86 counter_add drivers/counter/counter +COUNTER EXPORT_SYMBOL_GPL 0x5d81440c counter_unregister drivers/counter/counter +COUNTER EXPORT_SYMBOL_GPL 0xcc827497 counter_alloc drivers/counter/counter +COUNTER EXPORT_SYMBOL_GPL 0xcccc19b0 devm_counter_add drivers/counter/counter +COUNTER EXPORT_SYMBOL_GPL 0xcd90d67f counter_push_event drivers/counter/counter +COUNTER EXPORT_SYMBOL_GPL 0xf9e00ba8 counter_priv drivers/counter/counter +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0x2750edb5 otx2_cptlf_shutdown drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0x41a088f7 otx2_cpt_send_ready_msg drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0x598d6725 otx2_cpt_read_af_reg drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0x61bbffe6 otx2_cpt_detach_rsrcs_msg drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0x6a67da6e otx2_cpt_write_af_reg drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0x7d7dc986 otx2_cptlf_register_interrupts drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0x87a8eedb otx2_cptlf_init drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0x91fb9be8 otx2_cpt_send_mbox_msg drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0x96dbf8e5 otx2_cpt_send_af_reg_requests drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0xb0e5c8b4 otx2_cptlf_set_irqs_affinity drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0xb5f9684b otx2_cptlf_free_irqs_affinity drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0xc771ce05 otx2_cpt_sync_mbox_msg drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0xc9daa63a cn10k_cptpf_lmtst_init drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0xca81686d otx2_cpt_add_write_af_reg drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0xcaafca54 otx2_cpt_msix_offset_msg drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0xd706fdf0 cn10k_cptvf_lmtst_init drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0xea0d610e otx2_cptlf_unregister_interrupts drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_INTERNAL EXPORT_SYMBOL_GPL 0x6f9cb1c5 crypto_cipher_decrypt_one vmlinux +CRYPTO_INTERNAL EXPORT_SYMBOL_GPL 0x7bb9fe12 crypto_cipher_encrypt_one vmlinux +CRYPTO_INTERNAL EXPORT_SYMBOL_GPL 0xe0f263af crypto_cipher_setkey vmlinux +CXL EXPORT_SYMBOL_GPL 0x013dbe95 cxl_decoder_add drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x055c6ee3 cxl_mem_active_inc vmlinux +CXL EXPORT_SYMBOL_GPL 0x11d98701 cxl_dev_state_identify drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x1581ef98 to_cxl_decoder drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x1f24e09a cxl_find_nvdimm_bridge drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x272584f0 set_exclusive_cxl_commands drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x27e9db2d devm_cxl_enumerate_ports drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x2ccee8ea devm_cxl_register_pci_bus drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x2d643003 read_cdat_data drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x3129b256 cxl_root_decoder_alloc drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x33770dd3 devm_cxl_port_enumerate_dports drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x339aca33 find_cxl_root drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x33e2aa93 cxl_mem_active_dec vmlinux +CXL EXPORT_SYMBOL_GPL 0x43c1e058 to_cxl_endpoint_decoder drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x4ef555ed to_cxl_nvdimm drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x51cf6554 cxl_decoder_add_locked drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x55356221 cxl_internal_send_cmd drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x56c3f42b devm_cxl_add_rch_dport drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x5bd8bd80 cxl_map_device_regs drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x5cc4df1a cxl_debugfs_create_dir drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x5de5df85 cxl_port_to_pci_bus drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x6acd24fb to_cxl_pmem_region drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x701bbaad cxl_bus_rescan drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x71bdbef6 cxl_enumerate_cmds drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x7e5ee31a cxl_mem_find_port drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x7fa19cc4 alloc_free_mem_region vmlinux +CXL EXPORT_SYMBOL_GPL 0x8109f891 cxl_endpoint_decoder_alloc drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x82c89975 devm_cxl_setup_hdm drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x84b45156 insert_resource_expand_to_fit vmlinux +CXL EXPORT_SYMBOL_GPL 0x85590421 __cxl_driver_register drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x8c11a9ac cxl_dpa_debug drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x8f30c453 clear_exclusive_cxl_commands drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x9091441f cxl_rcrb_to_component drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x935a2a96 to_cxl_nvdimm_bridge drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x9536ce87 is_cxl_nvdimm_bridge drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x984b5e7c is_cxl_pmem_region drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x98628ac8 cxl_bus_drain drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x99cf4787 cxl_driver_unregister drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x9b032a77 cxl_bus_type drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x9b33f9e5 to_cxl_port drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x9bf47c1c devm_cxl_add_passthrough_decoder drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xa007784c cxl_map_component_regs drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xa5ba61ee devm_cxl_add_port drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xa7064264 devm_cxl_add_memdev drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xaea07e0a schedule_cxl_memdev_detach drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xaf8cd7e7 cxl_dev_state_create drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xb6e5cc57 cxl_probe_device_regs drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xbfbb20dc is_cxl_region drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xbff88a3d devm_cxl_add_nvdimm_bridge drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xc2a74831 cxl_decoder_autoremove drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xc56143fc cxl_find_regblock drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xcb2c31ad cxl_await_media_ready drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xcc8e2213 cxl_hdm_decode_init drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xccf9fa11 to_cxl_root_decoder drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xd69399ce cxl_probe_component_regs drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xd8e30105 devm_cxl_enumerate_decoders drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xd95f07ae devm_cxl_add_nvdimm drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xdaeb9cd1 is_cxl_memdev drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xdd91d314 devm_cxl_add_dport drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xde3a9ee8 cxl_switch_decoder_alloc drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xde96a77c is_cxl_port drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xe56cfd40 is_root_decoder drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xed9aa5bb cxl_hb_modulo drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xedf2df57 is_cxl_nvdimm drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xf06d48ae cxl_mem_create_range_info drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xfbde6e25 cxl_endpoint_autoremove drivers/cxl/core/cxl_core +DMA_BUF EXPORT_SYMBOL_GPL 0x08c54ab6 dma_buf_map_attachment vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x0ab6c16a dma_buf_get vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x16308bc7 dma_buf_vmap_unlocked vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x1ed51002 dma_buf_map_attachment_unlocked vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x235b170d dma_buf_detach vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x2e877bdd dma_buf_put vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x3920ed11 dma_buf_pin vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x4bd22cf2 dma_buf_move_notify vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x5107f350 dma_buf_unmap_attachment_unlocked vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x54b8b17a dma_buf_unpin vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x6de2098b dma_buf_unmap_attachment vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x7117d422 dma_buf_vunmap_unlocked vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x7dd3b3ef dma_buf_export vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x852daa7e dma_buf_attach vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x960f3b05 dma_buf_begin_cpu_access vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0xa22448c1 dma_buf_vmap vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0xac0863d5 dma_buf_vunmap vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0xb2481c98 dma_buf_fd vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0xc35f6cad dma_buf_dynamic_attach vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0xd4a2e37e dma_buf_end_cpu_access vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0xee8eae18 dma_buf_mmap 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 0xefc77711 efivar_set_variable_locked vmlinux +EXPORT_SYMBOL arch/arm64/crypto/aes-ce-cipher 0x68f275ad ce_aes_expandkey +EXPORT_SYMBOL arch/arm64/crypto/aes-ce-cipher 0x9440402c ce_aes_setkey +EXPORT_SYMBOL arch/arm64/crypto/aes-neon-blk 0x52d67a4e neon_aes_cbc_encrypt +EXPORT_SYMBOL arch/arm64/crypto/aes-neon-blk 0xb8c706a6 neon_aes_ctr_encrypt +EXPORT_SYMBOL arch/arm64/crypto/aes-neon-blk 0xd5f41819 neon_aes_ecb_encrypt +EXPORT_SYMBOL arch/arm64/crypto/aes-neon-blk 0xea11590c neon_aes_xts_encrypt +EXPORT_SYMBOL arch/arm64/crypto/aes-neon-blk 0xefc32a9b neon_aes_xts_decrypt +EXPORT_SYMBOL arch/arm64/crypto/chacha-neon 0x220b49ab chacha_crypt_arch +EXPORT_SYMBOL arch/arm64/crypto/chacha-neon 0xdc94f829 chacha_init_arch +EXPORT_SYMBOL arch/arm64/crypto/chacha-neon 0xdd8ec6bd hchacha_block_arch +EXPORT_SYMBOL arch/arm64/crypto/poly1305-neon 0x1c3e6e5b poly1305_init_arch +EXPORT_SYMBOL arch/arm64/crypto/poly1305-neon 0x6ddf27bc poly1305_update_arch +EXPORT_SYMBOL arch/arm64/crypto/poly1305-neon 0xf39f5240 poly1305_final_arch +EXPORT_SYMBOL arch/arm64/crypto/sha256-arm64 0xb455924d sha256_block_data_order +EXPORT_SYMBOL arch/arm64/crypto/sha512-arm64 0x6402c8df sha512_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 0x0212c347 crypto_nhpoly1305_final_helper +EXPORT_SYMBOL crypto/nhpoly1305 0x22256907 crypto_nhpoly1305_init +EXPORT_SYMBOL crypto/nhpoly1305 0x33dd1a96 crypto_nhpoly1305_setkey +EXPORT_SYMBOL crypto/nhpoly1305 0x6fbe8375 crypto_nhpoly1305_final +EXPORT_SYMBOL crypto/nhpoly1305 0xac85083b crypto_nhpoly1305_update_helper +EXPORT_SYMBOL crypto/nhpoly1305 0xcdb777c3 crypto_nhpoly1305_update +EXPORT_SYMBOL crypto/sha3_generic 0x35ddc1e0 crypto_sha3_update +EXPORT_SYMBOL crypto/sha3_generic 0x9dc2054f crypto_sha3_final +EXPORT_SYMBOL crypto/sha3_generic 0xa25fe570 crypto_sha3_init +EXPORT_SYMBOL crypto/sm2_generic 0x87503796 sm2_compute_z_digest +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 0x055a6bb2 acpi_video_get_edid +EXPORT_SYMBOL drivers/acpi/video 0x103735ba acpi_video_report_nolcd +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 0xb5707ff4 acpi_video_get_levels +EXPORT_SYMBOL drivers/atm/suni 0x0e74118b suni_init +EXPORT_SYMBOL drivers/bcma/bcma 0x36413294 bcma_core_dma_translation +EXPORT_SYMBOL drivers/bcma/bcma 0x808b5b9a 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/block/paride/paride 0x0244189d paride_register +EXPORT_SYMBOL drivers/block/paride/paride 0x4267110a pi_register_driver +EXPORT_SYMBOL drivers/block/paride/paride 0x5443a2e4 paride_unregister +EXPORT_SYMBOL drivers/block/paride/paride 0x8acd6c08 pi_write_block +EXPORT_SYMBOL drivers/block/paride/paride 0x8b49cdaf pi_write_regr +EXPORT_SYMBOL drivers/block/paride/paride 0x8cf41dbb pi_release +EXPORT_SYMBOL drivers/block/paride/paride 0x9a37755d pi_init +EXPORT_SYMBOL drivers/block/paride/paride 0x9ce72d29 pi_read_regr +EXPORT_SYMBOL drivers/block/paride/paride 0xb21ba07d pi_unregister_driver +EXPORT_SYMBOL drivers/block/paride/paride 0xb4aa367b pi_disconnect +EXPORT_SYMBOL drivers/block/paride/paride 0xc2f3cb35 pi_schedule_claimed +EXPORT_SYMBOL drivers/block/paride/paride 0xc462bfd8 pi_connect +EXPORT_SYMBOL drivers/block/paride/paride 0xe0ddc077 pi_read_block +EXPORT_SYMBOL drivers/block/paride/paride 0xef2edd49 pi_do_claimed +EXPORT_SYMBOL drivers/bluetooth/btbcm 0xede76601 btbcm_patchram +EXPORT_SYMBOL drivers/bluetooth/btrsi 0x1eb417ba rsi_bt_ops +EXPORT_SYMBOL drivers/bus/mhi/host/mhi 0x623af653 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 0x37d201c5 ipmi_smi_watcher_unregister +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x48744247 ipmi_add_smi +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x4c2054d7 ipmi_request_settime +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x50f65edf ipmi_set_gets_events +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x67369b42 ipmi_addr_src_to_str +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x74778a80 ipmi_get_my_LUN +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x804f922a ipmi_addr_length +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x80aa4656 ipmi_free_recv_msg +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x89a5279a ipmi_get_version +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 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 0xdf2bcc2b ipmi_get_smi_info +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 0xe9a5adc6 ipmi_smi_watcher_register +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 0x11287ce2 kcs_bmc_write_data +EXPORT_SYMBOL drivers/char/ipmi/kcs_bmc 0x27b75a67 kcs_bmc_disable_device +EXPORT_SYMBOL drivers/char/ipmi/kcs_bmc 0x306d44f5 kcs_bmc_write_status +EXPORT_SYMBOL drivers/char/ipmi/kcs_bmc 0x3cd18607 kcs_bmc_read_status +EXPORT_SYMBOL drivers/char/ipmi/kcs_bmc 0x3ddf82b5 kcs_bmc_register_driver +EXPORT_SYMBOL drivers/char/ipmi/kcs_bmc 0x3e4453fe kcs_bmc_unregister_driver +EXPORT_SYMBOL drivers/char/ipmi/kcs_bmc 0xa5010428 kcs_bmc_update_event_mask +EXPORT_SYMBOL drivers/char/ipmi/kcs_bmc 0xab1d6810 kcs_bmc_update_status +EXPORT_SYMBOL drivers/char/ipmi/kcs_bmc 0xbdcbd3ec kcs_bmc_handle_event +EXPORT_SYMBOL drivers/char/ipmi/kcs_bmc 0xcf84e47e kcs_bmc_enable_device +EXPORT_SYMBOL drivers/char/ipmi/kcs_bmc 0xf10b396c kcs_bmc_remove_device +EXPORT_SYMBOL drivers/char/ipmi/kcs_bmc 0xf3339461 kcs_bmc_add_device +EXPORT_SYMBOL drivers/char/ipmi/kcs_bmc 0xffa25386 kcs_bmc_read_data +EXPORT_SYMBOL drivers/char/tpm/st33zp24/tpm_st33zp24 0x3baa6760 st33zp24_probe +EXPORT_SYMBOL drivers/char/tpm/st33zp24/tpm_st33zp24 0x82eb1db2 st33zp24_pm_suspend +EXPORT_SYMBOL drivers/char/tpm/st33zp24/tpm_st33zp24 0xf1443005 st33zp24_pm_resume +EXPORT_SYMBOL drivers/char/tpm/st33zp24/tpm_st33zp24 0xf6d1d2f1 st33zp24_remove +EXPORT_SYMBOL drivers/char/xillybus/xillybus_class 0x82242d36 xillybus_init_chrdev +EXPORT_SYMBOL drivers/char/xillybus/xillybus_class 0xaec7d21f xillybus_find_inode +EXPORT_SYMBOL drivers/char/xillybus/xillybus_class 0xcdbc6367 xillybus_cleanup_chrdev +EXPORT_SYMBOL drivers/char/xillybus/xillybus_core 0x25978d50 xillybus_isr +EXPORT_SYMBOL drivers/char/xillybus/xillybus_core 0x58f4f474 xillybus_endpoint_remove +EXPORT_SYMBOL drivers/char/xillybus/xillybus_core 0x88573b20 xillybus_endpoint_discovery +EXPORT_SYMBOL drivers/char/xillybus/xillybus_core 0x8a47764a xillybus_init_endpoint +EXPORT_SYMBOL drivers/crypto/atmel-i2c 0x098ee33f atmel_i2c_enqueue +EXPORT_SYMBOL drivers/crypto/atmel-i2c 0x51546596 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 0xe5eb9dfe atmel_i2c_send_receive +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 0x18fa7cd6 caam_qi_enqueue +EXPORT_SYMBOL drivers/crypto/caam/caam 0x37734e06 caam_dpaa2 +EXPORT_SYMBOL drivers/crypto/caam/caam 0x3f2ce88c caam_drv_ctx_init +EXPORT_SYMBOL drivers/crypto/caam/caam 0x44ae4bc4 qi_cache_free +EXPORT_SYMBOL drivers/crypto/caam/caam 0x62007793 caam_drv_ctx_rel +EXPORT_SYMBOL drivers/crypto/caam/caam 0xa22aa7ed caam_drv_ctx_update +EXPORT_SYMBOL drivers/crypto/caam/caam 0xc0eaa792 qi_cache_alloc +EXPORT_SYMBOL drivers/crypto/caam/caam_jr 0x19f28000 caam_jr_alloc +EXPORT_SYMBOL drivers/crypto/caam/caam_jr 0x71fd3750 caam_jr_enqueue +EXPORT_SYMBOL drivers/crypto/caam/caam_jr 0x838883e2 gen_split_key +EXPORT_SYMBOL drivers/crypto/caam/caam_jr 0xd79b291f split_key_done +EXPORT_SYMBOL drivers/crypto/caam/caam_jr 0xf85ac04c 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/dpaa2_caam 0x000c02b0 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 0xb183d821 caam_strstatus +EXPORT_SYMBOL drivers/crypto/caam/error 0xbd67c092 caam_imx +EXPORT_SYMBOL drivers/dma/xilinx/xilinx_dma 0x1b70114a xilinx_vdma_channel_set_config +EXPORT_SYMBOL drivers/firewire/firewire-core 0x0bc6094c fw_core_remove_descriptor +EXPORT_SYMBOL drivers/firewire/firewire-core 0x0cd7987c 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 0x405c4a95 fw_device_enable_phys_dma +EXPORT_SYMBOL drivers/firewire/firewire-core 0x4dd5f9cf fw_iso_context_queue +EXPORT_SYMBOL drivers/firewire/firewire-core 0x4ddb72c7 fw_core_add_address_handler +EXPORT_SYMBOL drivers/firewire/firewire-core 0x50ffa020 fw_bus_type +EXPORT_SYMBOL drivers/firewire/firewire-core 0x5236b9ed fw_iso_context_stop +EXPORT_SYMBOL drivers/firewire/firewire-core 0x52acd193 fw_iso_context_destroy +EXPORT_SYMBOL drivers/firewire/firewire-core 0x57ff7dbc fw_run_transaction +EXPORT_SYMBOL drivers/firewire/firewire-core 0x6dc50487 fw_csr_string +EXPORT_SYMBOL drivers/firewire/firewire-core 0x70d59a3b fw_core_remove_card +EXPORT_SYMBOL drivers/firewire/firewire-core 0x7265f558 fw_card_initialize +EXPORT_SYMBOL drivers/firewire/firewire-core 0x7d7fc889 fw_fill_response +EXPORT_SYMBOL drivers/firewire/firewire-core 0x86468d44 fw_rcode_string +EXPORT_SYMBOL drivers/firewire/firewire-core 0x93b86412 fw_iso_buffer_destroy +EXPORT_SYMBOL drivers/firewire/firewire-core 0x95c4b7bb fw_core_handle_response +EXPORT_SYMBOL drivers/firewire/firewire-core 0x9a5871be fw_card_add +EXPORT_SYMBOL drivers/firewire/firewire-core 0xa78d83b6 fw_iso_context_flush_completions +EXPORT_SYMBOL drivers/firewire/firewire-core 0xaedf84ce fw_high_memory_region +EXPORT_SYMBOL drivers/firewire/firewire-core 0xb0536ab5 fw_send_request +EXPORT_SYMBOL drivers/firewire/firewire-core 0xbd52de54 fw_core_handle_request +EXPORT_SYMBOL drivers/firewire/firewire-core 0xc1f15246 fw_send_response +EXPORT_SYMBOL drivers/firewire/firewire-core 0xc2ebe37a fw_iso_context_start +EXPORT_SYMBOL drivers/firewire/firewire-core 0xc30a5a1b fw_iso_buffer_init +EXPORT_SYMBOL drivers/firewire/firewire-core 0xd1998ccf fw_cancel_transaction +EXPORT_SYMBOL drivers/firewire/firewire-core 0xdb6f5b88 fw_iso_resource_manage +EXPORT_SYMBOL drivers/firewire/firewire-core 0xdd608d83 fw_core_handle_bus_reset +EXPORT_SYMBOL drivers/firewire/firewire-core 0xe3dc87a8 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 0xea43cca3 fw_iso_context_create +EXPORT_SYMBOL drivers/firewire/firewire-core 0xf5807165 fw_schedule_bus_reset +EXPORT_SYMBOL drivers/firmware/imx/imx-dsp 0x357f1dbe imx_dsp_free_channel +EXPORT_SYMBOL drivers/firmware/imx/imx-dsp 0x39d28032 imx_dsp_request_channel +EXPORT_SYMBOL drivers/firmware/imx/imx-dsp 0x7a6feab8 imx_dsp_ring_doorbell +EXPORT_SYMBOL drivers/fpga/dfl 0xa4e78b5e dfl_driver_unregister +EXPORT_SYMBOL drivers/fpga/dfl 0xfbb52659 __dfl_driver_register +EXPORT_SYMBOL drivers/fpga/lattice-sysconfig 0x39f6d4fc sysconfig_probe +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x01593db3 drm_dp_pcon_hdmi_frl_link_error_count +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 0x02099e1f drm_scdc_set_high_tmds_clock_ratio +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x02bbaee9 drm_dp_read_channel_eq_delay +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x04e58ff5 drm_dp_mst_atomic_setup_commit +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x09842b1d drm_dp_dpcd_read +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x0c295f23 drm_dp_mst_hpd_irq_send_new_request +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x0cbe7153 drm_dp_mst_topology_mgr_resume +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x0d2b16fb drm_dp_mst_get_port_malloc +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x0e1f2df1 drm_atomic_get_old_mst_topology_state +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x1271fa88 drm_connector_attach_content_protection_property +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x1318a6ec drm_dp_read_lttpr_common_caps +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x1455838c drm_dp_pcon_pps_override_param +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 0x19a8b942 drm_dp_128b132b_read_aux_rd_interval +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x19dfb3ad drm_dp_mst_get_edid +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 0x1abd74e2 drm_dp_pcon_frl_enable +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 0x1b6586f1 drm_edp_backlight_set_level +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x1db4fc15 drm_dp_dual_mode_read +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x2130f36e drm_edp_backlight_init +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x23961837 drm_dp_downstream_max_bpc +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x2482be88 drm_dp_downstream_mode +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x26815dbc drm_dp_link_rate_to_bw_code +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x271842cf drm_dp_read_downstream_info +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x2a2435b2 drm_scdc_get_scrambling_status +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x2e5a036e drm_dp_pcon_frl_configure_2 +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 0x32118396 drm_dp_add_payload_part1 +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x329d60ae drm_dp_mst_topology_mgr_suspend +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x38f41d01 drm_dp_mst_root_conn_atomic_check +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x392a838b drm_dp_downstream_max_dotclock +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x395415ae drm_dp_dpcd_write +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x397e0c22 drm_dp_mst_topology_mgr_set_mst +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x3c22d09e drm_dp_lttpr_link_train_channel_eq_delay +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x3d1fea70 drm_dp_cec_irq +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x3d7e030c drm_atomic_get_mst_topology_state +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x3dfdc12b drm_dp_start_crc +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x4276ce2f drm_dp_set_phy_test_pattern +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x44015547 drm_scdc_read +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x4603c416 drm_dp_pcon_dsc_bpp_incr +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x46f793d1 drm_dp_aux_register +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x49abb8e7 drm_dp_downstream_debug +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x4ae68c6e drm_dp_remote_aux_init +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x4f30ddb6 drm_dp_send_power_updown_phy +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x5044ac46 drm_dp_pcon_frl_configure_1 +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x50bca460 drm_scdc_write +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x51734c1d drm_dp_mst_atomic_enable_dsc +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 0x54487d2c drm_dp_read_sink_count_cap +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x54706869 drm_dp_mst_connector_late_register +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 0x571185d1 drm_dp_cec_register_connector +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 0x59cba5e2 drm_hdmi_avi_infoframe_colorimetry +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 0x5a0f1746 drm_dp_send_query_stream_enc_status +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x5a86f411 drm_dp_phy_name +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x5f3bbb1a drm_edp_backlight_disable +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 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 0x6ac7ed63 drm_dp_atomic_release_time_slots +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 0x6c5945da drm_dp_vsc_sdp_log +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x6f715071 drm_dp_dual_mode_get_tmds_output +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 0x70eecbb4 drm_dp_mst_atomic_wait_for_dependencies +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x72423e7a drm_dp_read_mst_cap +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 0x7702d709 drm_dp_aux_init +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x7738d031 drm_hdmi_avi_infoframe_bars +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x784fa5cb drm_dp_add_payload_part2 +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x792f895d drm_dp_mst_connector_early_unregister +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x79ad6418 drm_dp_mst_topology_state_funcs +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x7b84a568 drm_hdcp_update_content_protection +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x7c3b4078 drm_dp_downstream_id +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x7f9f65d9 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 0x8ad91f76 drm_dp_mst_detect_port +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 0x91614ffb drm_dp_pcon_pps_default +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x91a492a9 drm_dp_atomic_find_time_slots +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x921110b6 drm_dp_read_sink_count +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 0x92bb4b28 drm_hdmi_avi_infoframe_content_type +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x932eb90c drm_dp_stop_crc +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x94357a79 drm_dp_aux_unregister +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x95ae3eda drm_dp_link_train_channel_eq_delay +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x966159d1 drm_dp_pcon_reset_frl_config +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x9c892173 drm_dp_cec_unregister_connector +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xa1fefe6a drm_dp_psr_setup_time +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xa33309b4 drm_dp_cec_set_edid +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 0xa8a42f1d drm_panel_dp_aux_backlight +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xa8aa1fee drm_dp_set_subconnector_property +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xaa86892e drm_dp_pcon_frl_prepare +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xac06dc67 drm_hdmi_infoframe_set_hdr_metadata +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xad020172 drm_dp_mst_update_slots +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xaf267620 drm_dp_lttpr_count +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xb04d9b0c drm_dp_pcon_pps_override_buf +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xb26e4b28 drm_dp_get_phy_test_pattern +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xb445c29e drm_dp_dual_mode_max_tmds_clock +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xb4c7db94 drm_dp_dual_mode_write +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xb5b15751 drm_dp_mst_dsc_aux_for_port +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xbc0eafe5 drm_dp_dual_mode_detect +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xbf9553f7 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 0xc3108b05 drm_dp_dpcd_read_link_status +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xc3f710d0 drm_edp_backlight_enable +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xc5b61d9c drm_lspcon_get_mode +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 0xc75651d7 drm_dp_mst_add_affected_dsc_crtcs +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 0xcb56be88 drm_dp_remove_payload +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xcbe74f70 drm_dp_check_act_status +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 0xd0de9004 drm_dp_dpcd_read_phy_link_status +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xd17762c3 drm_dp_link_train_clock_recovery_delay +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xd5459888 drm_dp_pcon_convert_rgb_to_ycbcr +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 0xd660d6fe drm_dp_pcon_is_frl_ready +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xd681b84b drm_dp_mst_atomic_check +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xd94f5937 drm_dp_get_vc_payload_bw +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xe0c21fa2 drm_dp_mst_dump_topology +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xe1db46dc drm_dp_cec_unset_edid +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xe1fd016f drm_dp_send_real_edid_checksum +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 0xe7e77dc2 drm_dp_mst_put_port_malloc +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xe7eaee1d drm_dp_read_desc +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xeaf5ad00 drm_dp_pcon_hdmi_link_active +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xedcf81ce drm_dp_channel_eq_ok +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xf162f2fd drm_lspcon_set_mode +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xf23bf4a8 drm_atomic_get_new_mst_topology_state +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xf4683a32 drm_dp_pcon_hdmi_link_mode +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xf505d259 drm_dp_dual_mode_set_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 0xf7ba66bf drm_dp_read_clock_recovery_delay +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xfa6bd1dd drm_dp_read_lttpr_phy_caps +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xfa766389 drm_scdc_set_scrambling +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 0xfc2101c8 drm_dp_read_dpcd_caps +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xfe12bcb9 drm_dsc_compute_rc_parameters +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xfef1f4f0 drm_dp_dpcd_probe +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xff26b9ca drm_dp_mst_topology_mgr_destroy +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xffa6ad5b drm_dp_mst_hpd_irq_handle_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0x00181739 devm_drm_bridge_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0x002a20dc drm_framebuffer_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x013957e8 drm_syncobj_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0x03c63897 __drm_get_edid_firmware_path +EXPORT_SYMBOL drivers/gpu/drm/drm 0x03e88c49 drm_put_dev +EXPORT_SYMBOL drivers/gpu/drm/drm 0x03f2c586 drm_mode_create_suggested_offset_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0x042ab4a9 drm_property_create_bitmask +EXPORT_SYMBOL drivers/gpu/drm/drm 0x045b651e drm_crtc_handle_vblank +EXPORT_SYMBOL drivers/gpu/drm/drm 0x046b80ba drm_gtf_mode_complex +EXPORT_SYMBOL drivers/gpu/drm/drm 0x04f2ef36 drm_driver_legacy_fb_format +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0562d506 drm_debugfs_create_files +EXPORT_SYMBOL drivers/gpu/drm/drm 0x05714bd1 drm_modeset_acquire_fini +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0584fa55 drm_panel_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0x07fb449a drm_vma_offset_manager_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0x087ab544 drm_atomic_state_default_clear +EXPORT_SYMBOL drivers/gpu/drm/drm 0x097d7e8b drm_gem_handle_delete +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0997e631 drm_mode_crtc_set_gamma_size +EXPORT_SYMBOL drivers/gpu/drm/drm 0x09a21ef5 drm_connector_register +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0a72f765 drm_clflush_virt_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0a88704f drm_privacy_screen_unregister +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0b060aba drm_atomic_get_old_connector_for_encoder +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0b2a6bf3 drm_plane_create_zpos_immutable_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0b910d85 drm_dev_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0c2eede6 drm_atomic_get_new_connector_for_encoder +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0c89069f drm_syncobj_get_fd +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0ca88c57 drm_atomic_get_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0d7e35e2 drm_mode_is_420_only +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 0x0ec155ad drm_atomic_print_new_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0f7acb66 drm_mm_print +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0f941988 drmm_encoder_init +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 0x108e3186 drm_property_create_object +EXPORT_SYMBOL drivers/gpu/drm/drm 0x109b1f9f drm_atomic_state_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x127f818a drm_privacy_screen_get_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0x15713f16 drm_mode_duplicate +EXPORT_SYMBOL drivers/gpu/drm/drm 0x160ed2cf drm_client_register +EXPORT_SYMBOL drivers/gpu/drm/drm 0x16342819 drm_gem_prime_fd_to_handle +EXPORT_SYMBOL drivers/gpu/drm/drm 0x16572f63 drm_syncobj_find_fence +EXPORT_SYMBOL drivers/gpu/drm/drm 0x17414662 drm_debugfs_remove_files +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1760aa99 drm_atomic_add_encoder_bridges +EXPORT_SYMBOL drivers/gpu/drm/drm 0x17e36cca drm_client_modeset_commit_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0x17fd2862 drm_connector_attach_colorspace_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x18bf6659 drm_plane_create_color_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0x18f23e52 drm_connector_attach_vrr_capable_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x19b68cea drm_cvt_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x19d80a3e drm_atomic_nonblocking_commit +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1a411479 drm_syncobj_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1a63b67c drm_gem_lru_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1ab7bcae drm_crtc_init_with_planes +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1d3fe052 drm_sysfs_connector_status_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1d475310 drm_plane_create_alpha_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1d579a4a drm_atomic_set_fb_for_plane +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1d816bff drm_av_sync_delay +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1dacabc3 drm_wait_one_vblank +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1dcdadf2 drm_crtc_enable_color_mgmt +EXPORT_SYMBOL drivers/gpu/drm/drm 0x217805fc drm_property_blob_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2183c08c drm_mm_scan_add_block +EXPORT_SYMBOL drivers/gpu/drm/drm 0x22505a08 drm_writeback_connector_init_with_encoder +EXPORT_SYMBOL drivers/gpu/drm/drm 0x22ec4e81 drm_atomic_commit +EXPORT_SYMBOL drivers/gpu/drm/drm 0x23448376 drm_of_crtc_port_mask +EXPORT_SYMBOL drivers/gpu/drm/drm 0x23aabad4 drm_display_mode_from_cea_vic +EXPORT_SYMBOL drivers/gpu/drm/drm 0x23b5b2b2 drm_client_framebuffer_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0x23ba96cf drm_vblank_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x24308be2 drm_privacy_screen_register +EXPORT_SYMBOL drivers/gpu/drm/drm 0x243d8ae6 drm_gem_vunmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2455a856 __devm_drm_dev_alloc +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 0x24ead266 drm_gem_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x25daad93 __drm_mm_interval_first +EXPORT_SYMBOL drivers/gpu/drm/drm 0x26a9626a drm_compat_ioctl +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2754dad8 drm_mm_reserve_node +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2825311f drm_vblank_work_schedule +EXPORT_SYMBOL drivers/gpu/drm/drm 0x28779e52 drm_printf +EXPORT_SYMBOL drivers/gpu/drm/drm 0x29f003c4 drm_syncobj_find +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 0x2bcf16ce drm_gem_mmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2c1dc7f9 drm_plane_get_damage_clips_count +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2c275112 drm_crtc_vblank_count_and_time +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2df4c0bc drm_connector_attach_max_bpc_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2e1ab38d drm_crtc_accurate_vblank_count +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 0x2f51d6a7 drm_connector_update_edid_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2fd4f0f6 __drmm_universal_plane_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x31180312 drm_clflush_pages +EXPORT_SYMBOL drivers/gpu/drm/drm 0x31717e4b drm_atomic_state_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x31b8a5e3 __drm_set_edid_firmware_path +EXPORT_SYMBOL drivers/gpu/drm/drm 0x32082863 drm_dev_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0x324e11b7 drm_gem_object_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0x327e25a9 drm_gem_object_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x32a0cc37 drm_print_bits +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3323c06b drm_connector_attach_hdr_output_metadata_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3381a8b7 drm_syncobj_add_point +EXPORT_SYMBOL drivers/gpu/drm/drm 0x34bd0993 drm_writeback_get_out_fence +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3546647d drm_vblank_work_flush +EXPORT_SYMBOL drivers/gpu/drm/drm 0x36325a4c drm_gem_unmap_dma_buf +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3675d030 drm_gem_unlock_reservations +EXPORT_SYMBOL drivers/gpu/drm/drm 0x37366d00 drm_atomic_add_affected_planes +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3748ce00 drm_atomic_state_default_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0x37f41354 __drm_atomic_helper_set_config +EXPORT_SYMBOL drivers/gpu/drm/drm 0x38567432 devm_aperture_acquire_from_firmware +EXPORT_SYMBOL drivers/gpu/drm/drm 0x38690d99 drm_detect_hdmi_monitor +EXPORT_SYMBOL drivers/gpu/drm/drm 0x391a913c drm_connector_attach_content_type_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x392565d3 drm_modeset_lock_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x397c3d27 drm_edid_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0x39ca6ee0 drm_crtc_check_viewport +EXPORT_SYMBOL drivers/gpu/drm/drm 0x39d08301 drm_send_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3aae7322 drm_mode_config_reset +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3ab87110 drm_mode_equal_no_clocks +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3ad56f54 drm_modeset_unlock_all +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3b0e5e9c __drm_puts_coredump +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3bb8155d drm_add_modes_noedid +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 0x3cf7dcdf drm_crtc_vblank_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3d1c3d38 drm_event_reserve_init_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3d925dde drm_object_attach_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3e03e577 drm_framebuffer_plane_height +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3e489b11 drm_atomic_get_old_bridge_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3ea06e0b drm_property_create_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3ea9ef29 drm_gem_lock_reservations +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3f405489 __drm_printfn_err +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3f4fc00b __drmm_mutex_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3f6964ee drm_gem_create_mmap_offset +EXPORT_SYMBOL drivers/gpu/drm/drm 0x406649b7 drm_ioctl_kernel +EXPORT_SYMBOL drivers/gpu/drm/drm 0x40e265f8 drm_property_replace_blob +EXPORT_SYMBOL drivers/gpu/drm/drm 0x40efdfda drm_gem_map_attach +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4135561b drm_crtc_vblank_waitqueue +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4204928c drm_poll +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4250d5c0 drm_atomic_bridge_chain_disable +EXPORT_SYMBOL drivers/gpu/drm/drm 0x42d6c172 drm_object_property_set_value +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4403a9c3 drm_mode_get_hv_timing +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4462b311 drm_dev_printk +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 0x45890847 drm_panel_get_modes +EXPORT_SYMBOL drivers/gpu/drm/drm 0x45feb449 drm_modeset_acquire_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4831da6e drm_vma_offset_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0x487dd952 drm_connector_attach_encoder +EXPORT_SYMBOL drivers/gpu/drm/drm 0x49041033 __drm_atomic_helper_disable_plane +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4972b31b drm_object_property_get_default_value +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4a35d30d drm_mode_set_name +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4ab51454 drm_add_edid_modes +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4aea8385 drm_privacy_screen_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4aebe278 drm_crtc_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4b1be37f __drmm_add_action +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4b7ebf95 drm_mm_remove_node +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4bb0b168 drm_gem_vunmap_unlocked +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4bbbc84f drm_crtc_vblank_helper_get_vblank_timestamp_internal +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4c707fc9 drm_property_create_enum +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4cebc063 drm_mode_get_tile_group +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4d557eb2 drm_dev_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4d73e29f drm_ioctl +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4d8f6e1d drm_any_plane_has_format +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4e2a621e drm_prime_sg_to_dma_addr_array +EXPORT_SYMBOL drivers/gpu/drm/drm 0x503f642f drm_aperture_remove_conflicting_framebuffers +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 0x51f8ef7f drm_bridge_attach +EXPORT_SYMBOL drivers/gpu/drm/drm 0x521ad6d0 drm_puts +EXPORT_SYMBOL drivers/gpu/drm/drm 0x528578f0 drm_event_reserve_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x52c11953 drm_read +EXPORT_SYMBOL drivers/gpu/drm/drm 0x531ef4bb drm_set_preferred_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x53b4d55d drm_mode_parse_command_line_for_connector +EXPORT_SYMBOL drivers/gpu/drm/drm 0x54ee0b1c drm_gem_objects_lookup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5543ca75 drm_atomic_set_mode_prop_for_crtc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x55eb38da drm_format_info +EXPORT_SYMBOL drivers/gpu/drm/drm 0x56476f4f drm_mode_plane_set_obj_prop +EXPORT_SYMBOL drivers/gpu/drm/drm 0x56c3abc2 drm_panel_unprepare +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 0x5839d0b0 drm_client_modeset_check +EXPORT_SYMBOL drivers/gpu/drm/drm 0x583fb031 drm_crtc_commit_wait +EXPORT_SYMBOL drivers/gpu/drm/drm 0x58a4d635 drm_edid_connector_update +EXPORT_SYMBOL drivers/gpu/drm/drm 0x59056243 drm_mm_replace_node +EXPORT_SYMBOL drivers/gpu/drm/drm 0x590bc99e drm_vblank_work_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5920acc5 drm_hdmi_avi_infoframe_quant_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5971af57 drm_mode_find_dmt +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5a3ec447 drm_crtc_set_max_vblank_count +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5b7673af drm_dev_set_unique +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5c426f2a drm_state_dump +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5c427966 drm_universal_plane_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5d192eff drm_mode_create_from_cmdline_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5d30b40e drm_gem_map_dma_buf +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5e01ac1d drm_modeset_unlock +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5e2b7e93 drm_panel_prepare +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5f6085ce drm_get_edid_switcheroo +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5f7985a5 drm_mm_scan_remove_block +EXPORT_SYMBOL drivers/gpu/drm/drm 0x60405dac drm_connector_attach_privacy_screen_provider +EXPORT_SYMBOL drivers/gpu/drm/drm 0x60567015 of_drm_find_panel +EXPORT_SYMBOL drivers/gpu/drm/drm 0x616d2cee drm_panel_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0x625925db drm_client_framebuffer_delete +EXPORT_SYMBOL drivers/gpu/drm/drm 0x625b4aab drmm_kfree +EXPORT_SYMBOL drivers/gpu/drm/drm 0x62e3c658 drm_panel_enable +EXPORT_SYMBOL drivers/gpu/drm/drm 0x634fb5e8 drm_prime_gem_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0x63aef787 drm_atomic_bridge_chain_pre_enable +EXPORT_SYMBOL drivers/gpu/drm/drm 0x63c6c54e drm_mode_create_scaling_mode_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6454ece4 drm_mode_create_tv_margin_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6486a266 drm_master_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0x64ad449f drm_syncobj_replace_fence +EXPORT_SYMBOL drivers/gpu/drm/drm 0x64ba4419 drm_property_create_signed_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6531d10f drm_atomic_get_private_obj_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0x65598d22 drm_property_replace_global_blob +EXPORT_SYMBOL drivers/gpu/drm/drm 0x65702bd6 drm_default_rgb_quant_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x68429831 drm_noop +EXPORT_SYMBOL drivers/gpu/drm/drm 0x685b7f35 drm_mode_create_dp_colorspace_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6871541e drm_atomic_state_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 0x69b512ae drm_edid_read_custom +EXPORT_SYMBOL drivers/gpu/drm/drm 0x69e1bf40 drm_clflush_sg +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6a00a0c6 drm_framebuffer_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6a8c4504 drm_privacy_screen_call_notifier_chain +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6ac01ea8 drm_edid_to_sad +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6ca0f73e drm_modeset_backoff +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6cdf5476 drm_connector_oob_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6d64c655 drm_bridge_chain_mode_set +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6f2f43b2 drm_prime_pages_to_sg +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6fccba2b of_drm_find_bridge +EXPORT_SYMBOL drivers/gpu/drm/drm 0x70ff09c8 drm_crtc_vblank_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0x72d72001 drm_plane_enable_fb_damage_clips +EXPORT_SYMBOL drivers/gpu/drm/drm 0x730bb3ec drm_crtc_vblank_count +EXPORT_SYMBOL drivers/gpu/drm/drm 0x735f0765 drm_connector_set_panel_orientation_with_quirk +EXPORT_SYMBOL drivers/gpu/drm/drm 0x74928068 drm_atomic_bridge_chain_enable +EXPORT_SYMBOL drivers/gpu/drm/drm 0x74fc6fbd drm_format_info_block_width +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7533540c drm_gem_map_detach +EXPORT_SYMBOL drivers/gpu/drm/drm 0x75616abd drm_writeback_cleanup_job +EXPORT_SYMBOL drivers/gpu/drm/drm 0x75dc0663 drm_mode_create_content_type_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x76aaeb0b drm_crtc_arm_vblank_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0x76b47b3b drm_atomic_private_obj_fini +EXPORT_SYMBOL drivers/gpu/drm/drm 0x76d5a44f drm_gem_prime_import +EXPORT_SYMBOL drivers/gpu/drm/drm 0x77c13637 drm_panel_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x77fc2607 drm_is_current_master +EXPORT_SYMBOL drivers/gpu/drm/drm 0x780a8d86 drm_writeback_signal_completion +EXPORT_SYMBOL drivers/gpu/drm/drm 0x782dc31d drm_plane_create_zpos_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x787d2e87 drm_plane_create_scaling_filter_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x796713a5 drm_gem_prime_import_dev +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 0x7c2b3850 drm_edid_read_ddc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7c545285 drm_edid_get_monitor_name +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7cd61545 drm_gem_vm_open +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7cdba5c3 drm_aperture_remove_conflicting_pci_framebuffers +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7dcc7911 drm_atomic_add_affected_connectors +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7e3277f8 ___drm_dbg +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7ed6d79c drm_gem_mmap_obj +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7edf470b drm_edid_duplicate +EXPORT_SYMBOL drivers/gpu/drm/drm 0x81927de8 drm_framebuffer_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x820ac5c0 drm_vma_node_allow_once +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8241d90c drm_mode_prune_invalid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x84198540 drm_connector_attach_dp_subconnector_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8496bbca drm_modeset_lock +EXPORT_SYMBOL drivers/gpu/drm/drm 0x865e3bab drm_file_get_master +EXPORT_SYMBOL drivers/gpu/drm/drm 0x86cf9f1a drm_mode_object_find +EXPORT_SYMBOL drivers/gpu/drm/drm 0x86fd6936 drm_gem_prime_handle_to_fd +EXPORT_SYMBOL drivers/gpu/drm/drm 0x87a48aff drm_master_internal_acquire +EXPORT_SYMBOL drivers/gpu/drm/drm 0x87fbde38 drm_vblank_work_cancel_sync +EXPORT_SYMBOL drivers/gpu/drm/drm 0x88094035 drm_crtc_create_scaling_filter_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x881eb140 drm_mode_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0x88449ef6 drm_connector_set_tile_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x885230c9 drm_connector_list_iter_end +EXPORT_SYMBOL drivers/gpu/drm/drm 0x886512d1 drm_mode_validate_driver +EXPORT_SYMBOL drivers/gpu/drm/drm 0x88e95de3 drm_client_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x88f3c65e drm_gem_private_object_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x89004c6c drm_atomic_set_crtc_for_plane +EXPORT_SYMBOL drivers/gpu/drm/drm 0x896d32ee __drmm_add_action_or_reset +EXPORT_SYMBOL drivers/gpu/drm/drm 0x898ecf3c drm_client_dev_hotplug +EXPORT_SYMBOL drivers/gpu/drm/drm 0x89979d0f drm_gem_dmabuf_vunmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8abc5939 drm_encoder_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8acf09ab drm_warn_on_modeset_not_all_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8ad9884e drm_hdmi_avi_infoframe_from_display_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8c35d2cf drm_mode_is_420 +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8d478efc drm_connector_unregister +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8d72789e drm_edid_is_valid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8de9ba06 drm_bridge_chain_enable +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8e01344e drm_gem_dmabuf_export +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8fdd7663 drm_dev_enter +EXPORT_SYMBOL drivers/gpu/drm/drm 0x907b1ed9 drm_send_event_timestamp_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0x90893478 drm_property_lookup_blob +EXPORT_SYMBOL drivers/gpu/drm/drm 0x947eeb00 drm_invalid_op +EXPORT_SYMBOL drivers/gpu/drm/drm 0x948033b6 drm_connector_attach_edid_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x948ff258 drm_connector_update_privacy_screen +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9627265d drmm_connector_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x974aa9dd drm_gem_lru_move_tail +EXPORT_SYMBOL drivers/gpu/drm/drm 0x98203392 drm_framebuffer_unregister_private +EXPORT_SYMBOL drivers/gpu/drm/drm 0x98216062 drm_event_cancel_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0x982d09b3 drm_format_info_block_height +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9877688a drm_connector_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x98abdd7e drm_client_modeset_probe +EXPORT_SYMBOL drivers/gpu/drm/drm 0x98e3e6d3 drm_gtf_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9a19d1ee drm_bridge_chain_pre_enable +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9a676872 drm_atomic_set_crtc_for_connector +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 0x9c195277 drm_privacy_screen_set_sw_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9cab46c3 drm_gem_handle_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9ce050be drm_mode_copy +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9d79e549 drm_hdmi_vendor_infoframe_from_display_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9d7cc049 drm_mode_set_config_internal +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9d9d50f9 drm_gem_dmabuf_mmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9dda9837 drm_mode_create_hdmi_colorspace_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9f2b3b25 drm_crtc_vblank_on +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9f3a08dc drm_object_property_get_value +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9f7fbed2 drm_mode_is_420_also +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa0915fed drm_dev_register +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa1115fc6 drm_encoder_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa248afde drm_detect_monitor_audio +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa2b57229 drm_release_noglobal +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa36c48a8 drm_connector_has_possible_encoder +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa38c4c94 drm_memcpy_from_wc +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa442b81e drm_bridge_chain_mode_valid +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa47bf079 drm_connector_create_privacy_screen_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa4d62754 drm_calc_timestamping_constants +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa67b7f1e drmm_mode_config_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa7976164 drm_client_buffer_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa82c540e drm_framebuffer_plane_width +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa83decf7 drm_gem_vm_close +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa86dd38e drm_connector_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa8ae4747 drm_atomic_get_new_private_obj_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa8b634f8 drm_atomic_get_crtc_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa954ef56 drm_sysfs_connector_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa956955b drm_gem_lru_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xaa0d94bf drm_print_regset32 +EXPORT_SYMBOL drivers/gpu/drm/drm 0xaa7e1406 drm_panel_disable +EXPORT_SYMBOL drivers/gpu/drm/drm 0xab31a6c1 drm_atomic_normalize_zpos +EXPORT_SYMBOL drivers/gpu/drm/drm 0xabfb4649 drm_of_component_probe +EXPORT_SYMBOL drivers/gpu/drm/drm 0xad081c12 drm_connector_attach_privacy_screen_properties +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 0xaedc046f __drmm_encoder_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0xaee4b62c drm_atomic_get_connector_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0xaf24c96a drm_property_create_bool +EXPORT_SYMBOL drivers/gpu/drm/drm 0xaf86a01b drm_atomic_get_old_private_obj_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0xaf9c78bf drm_mode_create_tv_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb105bd4f drm_atomic_bridge_chain_post_disable +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb11ac7a7 __drm_err +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb1b8bf50 drm_mode_object_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb212dc3e drm_edid_dup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb2d6972b drm_mode_validate_ycbcr420 +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 0xb5a8a571 drm_handle_vblank +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb6127243 drm_need_swiotlb +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb79662d5 drm_client_rotation +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb7f6d1fe drm_gem_prime_mmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb85f6fa3 drm_connector_set_vrr_capable_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb867e4b2 drm_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb90225c5 drm_dev_unregister +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb9281393 drm_gem_free_mmap_offset +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb9669906 drm_plane_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb9c8f664 __drm_dev_dbg +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb9cad492 __drm_atomic_state_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0xba168f78 drm_dev_has_vblank +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbae0f538 drm_connector_set_path_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbd2ab63f drm_edid_read +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbdac567a drm_display_info_set_bus_formats +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbdb8e2d4 __drm_universal_plane_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbdfb176c drm_writeback_connector_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbe0fba71 drm_atomic_check_only +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc1394066 drm_writeback_prepare_job +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc2c06618 drm_crtc_vblank_off +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc542649f drm_gem_vmap_unlocked +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc54f2e67 drm_modeset_drop_locks +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc5e8b3f2 drm_master_internal_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc5ec0dc4 drm_privacy_screen_unregister_notifier +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc630e3c6 drm_get_edid +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 0xc7e43f63 drm_privacy_screen_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc803d050 drm_connector_attach_tv_margin_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc808379d drm_prime_sg_to_page_array +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc8aa2df9 drm_client_framebuffer_flush +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcb6241a2 drm_send_event_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcb8be548 drm_modeset_lock_single_interruptible +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcbb2a0fb drm_gem_dmabuf_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcbea2b78 __drmm_crtc_alloc_with_planes +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcd272354 drm_mode_config_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcd364823 drm_gem_object_lookup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcdb99cc9 drm_mode_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcec6bdae drm_gem_put_pages +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcf37cc9b drm_master_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcf9140e3 drm_crtc_from_index +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcfbe6706 drm_privacy_screen_register_notifier +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd0ab9fbd of_drm_get_panel_orientation +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd10aa58c drm_gem_get_pages +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd13f9985 drm_edid_block_valid +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd1ce3147 drm_plane_create_blend_mode_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd1fae3a4 drm_crtc_vblank_helper_get_vblank_timestamp +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd2051d07 drm_bridge_chain_post_disable +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd221d1af drm_gem_create_mmap_offset_size +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd2617374 drm_connector_list_update +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd2c93768 drm_atomic_private_obj_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd4215d02 drm_connector_list_iter_next +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd4ad72e1 drm_modeset_lock_all_ctx +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd51c9cfd drm_mode_create_aspect_ratio_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd53c79c0 drm_connector_init_with_ddc +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd58fb83c drm_edid_get_panel_id +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd5fc8557 drm_crtc_vblank_restore +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd680a377 drm_gem_object_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd700edb4 drm_plane_from_index +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd704b6a7 drm_open +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd746da10 drm_get_format_info +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd7a9cf42 drm_mode_validate_size +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd7c21ded drm_client_buffer_vunmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd81b3b83 drm_modeset_lock_all +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd86e3e4a drm_property_add_enum +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd97ce75c drm_atomic_set_mode_for_crtc +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd9c8555b drm_property_create_blob +EXPORT_SYMBOL drivers/gpu/drm/drm 0xda518617 drm_gem_prime_export +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdad9c8b1 drm_prime_get_contiguous_size +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdb17ee63 drm_dev_unplug +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdb1af211 drm_gem_lru_scan +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdcce8082 drm_crtc_vblank_reset +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdcd048df drm_plane_create_rotation_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xde2cfa62 drm_bridge_chain_mode_fixup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdeeaafcc drm_plane_force_disable +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 0xdf6df404 drm_mode_create_tile_group +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe317082a __drm_printfn_info +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe41cd513 drm_connector_atomic_hdr_metadata_equal +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe42b8ff6 drmm_kmalloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe4eef0b9 drm_atomic_get_new_bridge_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe4f14820 drm_mode_object_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe5296ee7 drm_crtc_send_vblank_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe633a4cd drm_format_info_bpp +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe6ce8ae3 drm_edid_override_connector_update +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe744930d drm_atomic_get_bridge_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe779b15f drm_mode_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe811f459 drm_gem_dmabuf_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe81fcead drm_mode_probed_add +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 0xe92ea7df drm_crtc_wait_one_vblank +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe975dc95 drm_atomic_bridge_chain_check +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe99c488e drm_connector_attach_scaling_mode_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe9fc0521 drm_writeback_queue_job +EXPORT_SYMBOL drivers/gpu/drm/drm 0xea00fe81 __drm_printfn_coredump +EXPORT_SYMBOL drivers/gpu/drm/drm 0xeadf5613 drm_color_lut_check +EXPORT_SYMBOL drivers/gpu/drm/drm 0xec6349d9 drm_probe_ddc +EXPORT_SYMBOL drivers/gpu/drm/drm 0xed90c5a0 drm_client_modeset_dpms +EXPORT_SYMBOL drivers/gpu/drm/drm 0xee63bb73 drm_connector_list_iter_begin +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf0517d7a drm_mm_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf0c8565b drm_connector_set_panel_orientation +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf1421d13 drm_mode_sort +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf1665d33 drm_bridge_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf1b5340a drm_mode_vrefresh +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf2b8a823 drm_plane_get_damage_clips +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf35d68a2 drm_gem_dma_resv_wait +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf406e46a drm_get_connector_type_name +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf411f31e drm_syncobj_get_handle +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf4d46798 drm_mode_put_tile_group +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf58a6392 drm_client_modeset_commit +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf5baec10 drm_connector_set_orientation_from_panel +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf5f920ca drm_property_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf65c6a2f drm_client_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf70e1566 drm_property_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf8143570 drm_sysfs_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf824c7db __drm_printfn_debug +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf904716a drm_of_find_possible_crtcs +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf9876e2c drm_framebuffer_lookup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf9f03f69 drm_property_blob_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfbfd5fed drm_connector_set_link_status_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfca32c30 drm_bridge_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfd0c6a90 drmm_crtc_init_with_planes +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfd968a33 drm_mode_create_dvi_i_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfe202751 drm_panel_of_backlight +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfeb953b1 __drm_printfn_seq_file +EXPORT_SYMBOL drivers/gpu/drm/drm 0xff93db0d drm_bridge_chain_disable +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 0x317b2c1e drm_gem_dma_prime_import_sg_table_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm_dma_helper 0xafa20cea drm_gem_dma_print_info +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x01ebcac3 drm_atomic_helper_check_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x02acaf95 drm_fb_helper_blank +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x03643a22 drm_atomic_helper_bridge_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x0371b59f __drm_atomic_helper_plane_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x0630c879 drm_crtc_helper_set_mode +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x06581636 drm_panel_bridge_connector +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x089cfbfd drm_gem_simple_kms_reset_shadow_plane +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x08c78d13 drm_crtc_helper_atomic_check +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x08f0b383 drm_self_refresh_helper_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x0aee3c2b drm_gem_simple_kms_duplicate_shadow_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x1054274e drm_atomic_helper_suspend +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x127a8c6b drm_flip_work_queue +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x12b262ef drm_atomic_helper_plane_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x14475dbd drm_gem_begin_shadow_fb_access +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x148cf687 drm_fb_helper_cfb_copyarea +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x14cc1a70 drm_i2c_encoder_mode_set +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x15da6ba3 drm_gem_simple_kms_destroy_shadow_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x16f16a30 drm_fb_swab +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x1b65515f drm_atomic_helper_async_commit +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x1c125b5a drm_atomic_helper_commit_tail +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x1dd98450 __drm_atomic_helper_plane_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x1f35720f drm_fb_helper_set_suspend +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x20ab049f __drm_atomic_helper_plane_state_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x21d541eb drm_flip_work_queue_task +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x223c6b12 drm_atomic_helper_disable_all +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x22892df0 drm_atomic_helper_swap_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x229343a2 drm_atomic_helper_page_flip +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x25769de9 drm_atomic_helper_check +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x265ac95b drm_fb_helper_setcmap +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2abf3260 drm_atomic_helper_page_flip_target +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2bc8b8e8 drm_plane_helper_atomic_check +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2d50570f drm_rect_calc_hscale +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2db050a2 drm_bridge_is_panel +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x328cf801 drm_atomic_helper_check_crtc_primary_plane +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x38c23391 drm_fb_helper_sys_imageblit +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3a0bcf98 drm_i2c_encoder_commit +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3af50a0e drm_kms_helper_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3bd1aef4 drm_atomic_helper_wait_for_vblanks +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3bd33a43 drm_fb_helper_fini +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3c183e19 drm_fb_helper_unregister_info +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3c692c49 drm_fb_helper_alloc_info +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3cf81d95 __drm_atomic_helper_crtc_destroy_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3e9ece80 drm_atomic_helper_plane_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3fa624f2 drm_fb_helper_fill_info +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4229ef42 drm_atomic_helper_commit_duplicated_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x42de9e3e __drm_atomic_helper_connector_destroy_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x43472863 drm_helper_probe_detect +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x49f81daf drm_atomic_helper_disable_planes_on_crtc +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4a006df1 drm_connector_helper_get_modes_from_ddc +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4c70446c drm_atomic_helper_fake_vblank +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4eb47eea drm_fb_memcpy +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x515653d0 drm_helper_mode_fill_fb_struct +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x515ce1b3 __drm_atomic_helper_connector_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x51e9fb3a drm_helper_crtc_in_use +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x52e412f8 drm_gem_fb_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5317432a __drmm_simple_encoder_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5352715c drm_atomic_helper_wait_for_flip_done +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x54531f75 drm_crtc_helper_set_config +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x54946a2a drm_gem_duplicate_shadow_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5542443b drm_flip_work_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5630cc7b drm_atomic_helper_commit_planes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x586e8aea drm_fb_helper_cfb_read +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5930bd51 drm_atomic_helper_set_config +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5a4734d1 drm_kms_helper_is_poll_worker +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5b7953bf drm_atomic_helper_bridge_destroy_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5ce59cd8 drm_atomic_helper_async_check +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5d069249 drm_fb_helper_set_par +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5d79355f drm_atomic_helper_wait_for_dependencies +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5e6f686d __drm_atomic_helper_crtc_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5f6068b6 drm_atomic_helper_commit_planes_on_crtc +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x60821de3 drm_gem_simple_display_pipe_prepare_fb +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6425af89 drm_mode_config_helper_resume +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x64ce234a drm_kms_helper_poll_enable +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x64f9428d __drm_gem_reset_shadow_plane +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x652ca943 drm_self_refresh_helper_alter_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x698921fa drm_atomic_helper_connector_tv_margins_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x69a3b6c6 drm_i2c_encoder_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x69c8866b drm_plane_helper_disable_primary +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6a430fc1 drm_fb_helper_debug_leave +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6b186be2 drm_panel_bridge_add +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6b5c2b06 drm_atomic_helper_damage_iter_next +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6b9b491d drm_i2c_encoder_dpms +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6ca0b526 drm_atomic_helper_calc_timestamping_constants +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6df09e94 drm_self_refresh_helper_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6e30ba8e drm_rect_rotate_inv +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6e7417cc drm_panel_bridge_set_orientation +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6f1ac3ae drm_simple_encoder_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6f9667d6 drm_atomic_helper_connector_destroy_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x70e98595 drm_atomic_helper_commit_modeset_disables +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x71f8f7a4 drm_i2c_encoder_save +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7402baf3 drm_self_refresh_helper_update_avg_times +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x75b2ac0f drm_kms_helper_connector_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7644b2e4 drm_fb_helper_ioctl +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x76aa4c8a drm_atomic_helper_commit_cleanup_done +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x77e447eb drm_helper_encoder_in_use +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x78a4aaf2 drm_fb_helper_sys_read +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x796717e6 drm_mode_config_helper_suspend +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x79b9f480 drm_atomic_helper_commit_tail_rpm +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7ac48b50 drm_atomic_helper_check_planes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7b8faee0 drm_fb_helper_pan_display +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7bd52a8a drm_fb_build_fourcc_list +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7bdc95ed drm_plane_helper_update_primary +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7c91b682 drm_fb_helper_cfb_fillrect +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7cfe456f drm_atomic_helper_setup_commit +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7cffde0d __drm_atomic_helper_crtc_state_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7e508d8d drm_fb_helper_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x80556145 drm_connector_helper_get_modes_fixed +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x80bbdd9f drm_crtc_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x815569ce __drm_atomic_helper_plane_destroy_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x82ff77d1 drm_atomic_helper_dirtyfb +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x833c7c9b drm_helper_connector_dpms +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x842dd90c drm_flip_work_commit +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8692ce13 drm_atomic_helper_resume +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x86b4e180 drm_gem_fb_vunmap +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x871ab41a drm_rect_intersect +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8769f471 drm_atomic_helper_update_legacy_modeset_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8a2a59b4 drm_atomic_helper_plane_destroy_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8b93d31a drm_atomic_helper_update_plane +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8ba3389e drmm_panel_bridge_add +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8e4de6b2 drm_fb_helper_prepare +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8e55fc99 drm_atomic_helper_check_wb_encoder_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8f0699f5 drm_i2c_encoder_restore +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8ff10176 drm_atomic_helper_crtc_destroy_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9192fc4f drm_helper_force_disable_all +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x91e12107 drm_fb_helper_sys_fillrect +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x91fec1cc drm_rect_calc_vscale +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9344a47e devm_drm_panel_bridge_add_typed +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x95259e8f drm_fb_helper_restore_fbdev_mode_unlocked +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x96cfc5b7 drm_fb_xrgb8888_to_rgb332 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x96ecb040 drm_atomic_helper_disable_plane +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9852e941 drm_i2c_encoder_detect +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x99fd20aa drm_rect_clip_scaled +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9a10d0c0 drm_atomic_helper_commit +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9a22295a drm_atomic_helper_bridge_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9b7f8451 drm_fb_helper_cfb_write +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9c5cd7d6 drm_fb_xrgb8888_to_mono +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9cd20e46 drm_helper_resume_force_mode +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9edda701 devm_drm_panel_bridge_add +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa0c71eab drm_gem_fb_create_handle +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa3f98384 drm_fb_helper_deferred_io +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa47378fa drm_helper_probe_single_connector_modes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa47e9ce8 drm_helper_hpd_irq_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa4d14d71 drm_atomic_helper_crtc_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa67b9a65 drm_helper_move_panel_connectors_to_head +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa7a4370e drm_i2c_encoder_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa902c7f4 drm_fb_blit +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xaa514cad 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 0xb203a585 devm_drm_of_get_bridge +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb221bbd7 drm_fb_helper_lastclose +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb3761ba2 drm_crtc_helper_mode_valid_fixed +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb4f1223c drm_gem_destroy_shadow_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb54d61a9 drm_gem_end_shadow_fb_access +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb6a6b711 drm_fb_clip_offset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb8859234 drm_atomic_helper_crtc_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xbc0fcc39 drm_gem_fb_end_cpu_access +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xbc430460 drm_atomic_helper_bridge_propagate_bus_fmt +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xbf4b82c2 __drm_atomic_helper_connector_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xbfae8fd7 drm_fb_xrgb8888_to_rgb888 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xbfc6eb2f __drm_atomic_helper_connector_state_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc1075c68 drm_kms_helper_poll_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc3eded02 drm_atomic_helper_damage_merged +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc63057c2 drm_connector_helper_get_modes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc6323239 drm_flip_work_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc6e2e4c1 drm_atomic_helper_cleanup_planes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc7162f57 drm_atomic_helper_shutdown +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc871eadc __drm_atomic_helper_private_obj_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc8e61524 drm_fbdev_generic_setup +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xcac257d5 drmm_of_get_bridge +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xcb2340b8 drm_rect_debug_print +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xcb64a9ba drm_fb_helper_debug_enter +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xcb750c8a drm_fb_helper_sys_write +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xcbb81769 drm_gem_simple_kms_end_shadow_fb_access +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xcc17a9a7 drm_atomic_helper_connector_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xcd36dba5 __drm_atomic_helper_bridge_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xce300829 __drm_atomic_helper_crtc_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xcf11a549 drm_flip_work_allocate_task +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd07152c8 __drm_gem_destroy_shadow_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd0e617a8 drm_connector_helper_hpd_irq_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd2ccf57b drm_fb_helper_initial_config +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd45b8bc8 drm_simple_display_pipe_attach_bridge +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd4d3df1f drm_atomic_helper_check_plane_damage +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd5269823 drm_fb_helper_set_suspend_unlocked +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd63b4999 drm_fb_helper_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd8c0b421 drm_atomic_helper_check_modeset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd9ad4d18 drm_kms_helper_poll_fini +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xdc8030ee drm_kms_helper_poll_disable +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xdd17dce7 drm_atomic_helper_wait_for_fences +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xdd7d5528 drm_panel_bridge_add_typed +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe29e95b3 drm_gem_fb_begin_cpu_access +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe2c23f87 drm_gem_fb_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe4af48b2 drm_fb_helper_output_poll_changed +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe5fd1b18 drm_helper_disable_unused_functions +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe627ad93 drm_i2c_encoder_mode_fixup +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe971155a drm_atomic_helper_damage_iter_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xec84a0e4 drm_gem_simple_kms_begin_shadow_fb_access +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xedd0c8ea drm_fb_xrgb8888_to_xrgb2101010 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xee4d8b9f drm_atomic_helper_prepare_planes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf233a5a8 drm_gem_reset_shadow_plane +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf326cac3 drm_atomic_helper_commit_hw_done +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf3d16153 drm_simple_display_pipe_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf47696ea drm_fb_xrgb8888_to_rgb565 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf6e6222e drm_fb_helper_check_var +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf7bb6178 drm_atomic_helper_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf982fd74 drm_panel_bridge_remove +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf9fc6102 drm_fb_helper_sys_copyarea +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xfb3633a3 drm_fb_helper_cfb_imageblit +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xfc89668d drm_i2c_encoder_prepare +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xfcdbd535 __drm_atomic_helper_bridge_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xfdef2089 drm_atomic_helper_commit_modeset_enables +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xfe40c992 __drm_gem_duplicate_shadow_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xff0f40e0 drm_plane_helper_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xffdb7c30 drm_fb_xrgb8888_to_gray8 +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x03ceb73c mipi_dbi_pipe_mode_valid +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x0dfc176b mipi_dbi_poweron_conditional_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x18ae44c1 mipi_dbi_command_read +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x1d492820 mipi_dbi_dev_init +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x20737371 mipi_dbi_spi_transfer +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x28292482 mipi_dbi_debugfs_init +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x3b547d8c mipi_dbi_command_buf +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x5896cfe8 mipi_dbi_enable_flush +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x694540e2 mipi_dbi_pipe_disable +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x73c7d84d mipi_dbi_poweron_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x9b5c9a9c mipi_dbi_pipe_update +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xa93f3aaf mipi_dbi_hw_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xaf4d9701 mipi_dbi_command_stackbuf +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xdc3ca57f mipi_dbi_spi_init +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xdf37b618 mipi_dbi_display_is_on +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xe833f1df mipi_dbi_dev_init_with_formats +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xf2071c00 mipi_dbi_spi_cmd_max_speed +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xf36df754 mipi_dbi_buf_copy +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0x0978fce3 drm_gem_shmem_vunmap +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0x34c9fc13 drm_gem_shmem_print_info +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0x68661743 drm_gem_shmem_get_pages +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0x8ea94582 drm_gem_shmem_purge +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0x95efc056 drm_gem_shmem_madvise +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0xb8f449ea drm_gem_shmem_put_pages +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0xc7f07d13 drm_gem_shmem_unpin +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0xcc0320b4 drm_gem_shmem_purge_locked +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0xd3f410f6 drm_gem_shmem_pin +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0xf8fc2dc5 drm_gem_shmem_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm_ttm_helper 0x38f725d7 drm_gem_ttm_dumb_map_offset +EXPORT_SYMBOL drivers/gpu/drm/drm_ttm_helper 0xb07f2100 drm_gem_ttm_mmap +EXPORT_SYMBOL drivers/gpu/drm/drm_ttm_helper 0xb591e3af drm_gem_ttm_print_info +EXPORT_SYMBOL drivers/gpu/drm/drm_ttm_helper 0xf282484b drm_gem_ttm_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm_ttm_helper 0xff52dd01 drm_gem_ttm_vunmap +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x086c2941 drm_gem_vram_create +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x0903e51a drm_gem_vram_plane_helper_prepare_fb +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x3404145c drm_gem_vram_offset +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x3f27f6b0 drm_gem_vram_pin +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x5132484c drm_gem_vram_unpin +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x615311fe drm_gem_vram_plane_helper_cleanup_fb +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x6c00d023 drm_gem_vram_fill_create_dumb +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x82615cf1 drm_vram_helper_mode_valid +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x8a76172d drm_gem_vram_put +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x93895a2e drm_gem_vram_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x94840fac drm_gem_vram_simple_display_pipe_cleanup_fb +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0xb11215a2 drm_vram_mm_debugfs_init +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0xbe0a8c8e drm_gem_vram_vunmap +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0xca9b3154 drm_gem_vram_driver_dumb_create +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0xdfae01b0 drm_gem_vram_simple_display_pipe_prepare_fb +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0xeed34b7c drmm_vram_helper_init +EXPORT_SYMBOL drivers/gpu/drm/rockchip/rockchipdrm 0x3a0513e0 rockchip_drm_wait_vact_end +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x12fc40b9 to_drm_sched_fence +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x23d8ca10 drm_sched_job_arm +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x260385db drm_sched_entity_flush +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x2f0d15ac drm_sched_entity_init +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x37e5f67f drm_sched_job_add_implicit_dependencies +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x40b8d7c9 drm_sched_resubmit_jobs +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x427e258b drm_sched_stop +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x5d428a1f drm_sched_start +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x68e28688 drm_sched_entity_set_priority +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x6cadb7a1 drm_sched_entity_modify_sched +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x6de55766 drm_sched_init +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x8b975504 drm_sched_entity_fini +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x98c4cc01 drm_sched_suspend_timeout +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xb8f03d48 drm_sched_job_init +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xbd504738 drm_sched_fault +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xc06eef65 drm_sched_entity_push_job +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xc30e715d drm_sched_fini +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xc5faa179 drm_sched_entity_destroy +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xcfd0a3f8 drm_sched_pick_best +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xdf55f56a drm_sched_job_add_resv_dependencies +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xe8114193 drm_sched_resume_timeout +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xedc4ebf9 drm_sched_job_cleanup +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xfc25da27 drm_sched_job_add_dependency +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xfdfc1d4a drm_sched_increase_karma +EXPORT_SYMBOL drivers/gpu/drm/sun4i/sun4i-tcon 0x59488016 sun4i_lvds_init +EXPORT_SYMBOL drivers/gpu/drm/sun4i/sun4i-tcon 0x6c10c7a7 sun4i_tcon_of_table +EXPORT_SYMBOL drivers/gpu/drm/sun4i/sun4i-tcon 0x9179771d sun4i_rgb_init +EXPORT_SYMBOL drivers/gpu/drm/sun4i/sun4i-tcon 0xa3065047 sun4i_dclk_create +EXPORT_SYMBOL drivers/gpu/drm/sun4i/sun4i-tcon 0xa40e1a7c sun4i_tcon_enable_vblank +EXPORT_SYMBOL drivers/gpu/drm/sun4i/sun4i-tcon 0xb70c1e66 sun4i_tcon_mode_set +EXPORT_SYMBOL drivers/gpu/drm/sun4i/sun4i-tcon 0xc31e4316 sun4i_dclk_free +EXPORT_SYMBOL drivers/gpu/drm/sun4i/sun8i_tcon_top 0x350e5dcd sun8i_tcon_top_of_table +EXPORT_SYMBOL drivers/gpu/drm/sun4i/sun8i_tcon_top 0x82e62590 sun8i_tcon_top_de_config +EXPORT_SYMBOL drivers/gpu/drm/sun4i/sun8i_tcon_top 0x9d6fa043 sun8i_tcon_top_set_hdmi_src +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x003aae9d ttm_bo_move_memcpy +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x0a3336b7 ttm_device_swapout +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x0c231474 ttm_kmap_iter_iomap_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x13ce7809 ttm_resource_manager_debug +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x1425695c ttm_resource_free +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x1a71d30c ttm_move_memcpy +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x1c4f2404 ttm_bo_eviction_valuable +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x22488d8b ttm_bo_init_validate +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x28a6df21 ttm_bo_put +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x29b25071 ttm_device_fini +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x2a61063c ttm_bo_init_reserved +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x2f65c4f0 ttm_bo_unmap_virtual +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x2fc31bfb ttm_bo_move_to_lru_tail +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x31816de9 ttm_bo_unlock_delayed_workqueue +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x37cc4525 ttm_bo_vm_close +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x3c133db6 ttm_io_prot +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x400f42e6 ttm_bo_mem_space +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x444d73f2 ttm_bo_wait +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x4a1fcc84 ttm_bo_kunmap +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x4b498a3f ttm_bo_lock_delayed_workqueue +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x4eb7511f ttm_bo_mmap_obj +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x51ce8269 ttm_resource_manager_evict_all +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x5670e5e0 ttm_device_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x57569fde ttm_tt_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x588a2377 ttm_lru_bulk_move_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x677feb88 ttm_bo_vm_dummy_page +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x684f8258 ttm_bo_move_sync_cleanup +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x6996edda ttm_global_swapout +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x6c7cf653 ttm_bo_validate +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x6e289b4c ttm_device_clear_dma_mappings +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x704dc3c1 ttm_bo_set_bulk_move +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x72515090 ttm_pool_free +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x77d3a8be ttm_range_man_fini_nocheck +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x790bc206 ttm_bo_vm_fault_reserved +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x7a5946ac ttm_tt_populate +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x825db92b ttm_resource_fini +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x85913dbe ttm_pool_debugfs +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x875e1180 ttm_sg_tt_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x8f0f3f48 ttm_range_man_init_nocheck +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x9656c9ac ttm_kmap_iter_tt_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x9c608ad0 ttm_bo_pin +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xa6882f84 ttm_eu_fence_buffer_objects +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xaf5ce9cb ttm_resource_manager_create_debugfs +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xaff58e4f ttm_pool_alloc +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xb1110960 ttm_glob +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xb739f5b1 ttm_bo_vmap +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xb7f8fa80 ttm_bo_vunmap +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xc0c8c551 ttm_bo_vm_reserve +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xc2c2b4ca ttm_bo_move_accel_cleanup +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xc3ffd96e ttm_bo_vm_fault +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xc5875f80 ttm_resource_manager_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xca0d0ff9 ttm_resource_compat +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xcdde062b ttm_lru_bulk_move_tail +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xcfc320fe ttm_bo_vm_open +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xd0c18e96 ttm_tt_fini +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xd5196cc0 ttm_eu_backoff_reservation +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xdd975378 ttm_bo_unpin +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xe079828a ttm_bo_kmap +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xe857b2a2 ttm_eu_reserve_buffers +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xf3aaf59c ttm_resource_manager_usage +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xf8951fce ttm_bo_vm_access +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xfd1c23a1 ttm_resource_init +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x06f7b35a host1x_bo_pin +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x0a5e5045 host1x_get_dma_mask +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x0d2961ae host1x_device_init +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x0f882e6a host1x_syncpt_get_by_id +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x121fe687 host1x_channel_get +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x13452026 host1x_job_pin +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x1e61d1b7 host1x_client_suspend +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x1f79cc3d host1x_syncpt_put +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x250045a1 host1x_job_unpin +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x27338e6d tegra_mipi_request +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x2b32ae96 host1x_syncpt_id +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x2b44a3f4 host1x_syncpt_wait +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x323489ac host1x_job_put +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x40f0c49d host1x_client_exit +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x41131f9b host1x_job_submit +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x453f944b host1x_syncpt_request +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x462c9191 host1x_job_add_wait +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x4a737de8 host1x_syncpt_incr +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x4bdb0eec host1x_client_resume +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x4fd3948d host1x_fence_create +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x50530957 host1x_syncpt_incr_max +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x51de13ce host1x_syncpt_base_id +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x631ad9d7 host1x_driver_register_full +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x67a14d8f host1x_client_unregister +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x6da4d642 host1x_syncpt_alloc +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x72e78e54 tegra_mipi_start_calibration +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x76dfa2e6 host1x_job_get +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x7fca2ee8 __host1x_client_register +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x84b0cbc9 host1x_job_add_gather +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x911d63a6 host1x_channel_put +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x9451a33e tegra_mipi_free +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x9f64599e host1x_device_exit +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xa4f1ccb3 host1x_channel_request +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xa733ff60 tegra_mipi_disable +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xac4c37ea host1x_syncpt_read_min +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xb59abde0 host1x_job_alloc +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xb7f163ec host1x_driver_unregister +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xbcbe65a0 tegra_mipi_finish_calibration +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xc24f5d26 host1x_syncpt_read_max +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xc4e83047 host1x_syncpt_get_base +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xcd03a33c host1x_channel_stop +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xcd17d858 __host1x_client_init +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xcd8fab0c host1x_syncpt_get_by_id_noref +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xd4359c4f host1x_bo_unpin +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xda5e49f4 host1x_syncpt_get +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xf6b4f1ea host1x_syncpt_read +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xf8a79b19 tegra_mipi_enable +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xf8eb152f host1x_syncpt_release_vblank_reservation +EXPORT_SYMBOL drivers/hid/hid 0x2218366d hid_bus_type +EXPORT_SYMBOL drivers/hv/hv_vmbus 0xad0e7981 vmbus_recvpacket +EXPORT_SYMBOL drivers/hv/hv_vmbus 0xe99f6831 vmbus_sendpacket_getid +EXPORT_SYMBOL drivers/hv/hv_vmbus 0xee2f6bc1 vmbus_sendpacket +EXPORT_SYMBOL drivers/hwmon/adt7x10 0x48141f84 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 0x8a84c55f ltc2947_pm_ops +EXPORT_SYMBOL drivers/hwmon/sch56xx-common 0x01568393 sch56xx_read_virtual_reg +EXPORT_SYMBOL drivers/hwmon/sch56xx-common 0x96ec3b26 sch56xx_read_virtual_reg12 +EXPORT_SYMBOL drivers/hwmon/sch56xx-common 0xaa17a737 sch56xx_write_virtual_reg +EXPORT_SYMBOL drivers/hwmon/sch56xx-common 0xb37b9b81 sch56xx_read_virtual_reg16 +EXPORT_SYMBOL drivers/hwmon/sch56xx-common 0xe700c7eb sch56xx_watchdog_register +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-bit 0x0915c7e4 i2c_bit_add_bus +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-bit 0x14f8e919 i2c_bit_add_numbered_bus +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-bit 0x65b3b3f8 i2c_bit_algo +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-pca 0x13c1e4e2 i2c_pca_add_numbered_bus +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-pca 0xc8698946 i2c_pca_add_bus +EXPORT_SYMBOL drivers/i2c/busses/i2c-amd756 0x89f25e8c 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 0x435bc002 iio_triggered_buffer_cleanup +EXPORT_SYMBOL drivers/iio/buffer/industrialio-triggered-buffer 0x5475821d iio_triggered_buffer_setup_ext +EXPORT_SYMBOL drivers/iio/buffer/kfifo_buf 0x896afd46 iio_kfifo_free +EXPORT_SYMBOL drivers/iio/buffer/kfifo_buf 0xed7be572 iio_kfifo_allocate +EXPORT_SYMBOL drivers/iio/imu/fxos8700_core 0x08f64749 fxos8700_regmap_config +EXPORT_SYMBOL drivers/iio/industrialio 0x02986d09 iio_trigger_free +EXPORT_SYMBOL drivers/iio/industrialio 0x1b50b08f iio_trigger_notify_done +EXPORT_SYMBOL drivers/iio/industrialio 0x257b3f41 iio_get_time_ns +EXPORT_SYMBOL drivers/iio/industrialio 0x2cd9aa22 __iio_trigger_alloc +EXPORT_SYMBOL drivers/iio/industrialio 0x2d6bcdcb iio_trigger_generic_data_rdy_poll +EXPORT_SYMBOL drivers/iio/industrialio 0x5526282a __iio_device_register +EXPORT_SYMBOL drivers/iio/industrialio 0x56c54328 iio_read_const_attr +EXPORT_SYMBOL drivers/iio/industrialio 0x6896f0c4 iio_device_get_clock +EXPORT_SYMBOL drivers/iio/industrialio 0x68c99169 iio_trigger_unregister +EXPORT_SYMBOL drivers/iio/industrialio 0x908ddadf iio_trigger_set_immutable +EXPORT_SYMBOL drivers/iio/industrialio 0x94c037ac iio_device_unregister +EXPORT_SYMBOL drivers/iio/industrialio 0x9bd0d702 iio_buffer_init +EXPORT_SYMBOL drivers/iio/industrialio 0xa2839f3c iio_bus_type +EXPORT_SYMBOL drivers/iio/industrialio 0xa4ff275e iio_trigger_poll +EXPORT_SYMBOL drivers/iio/industrialio 0xaa117f05 iio_device_alloc +EXPORT_SYMBOL drivers/iio/industrialio 0xb141b8a9 iio_device_set_clock +EXPORT_SYMBOL drivers/iio/industrialio 0xb664c01d iio_push_event +EXPORT_SYMBOL drivers/iio/industrialio 0xbfa06fec iio_trigger_register +EXPORT_SYMBOL drivers/iio/industrialio 0xc7be1bb3 iio_trigger_validate_own_device +EXPORT_SYMBOL drivers/iio/industrialio 0xd761670f iio_trigger_using_own +EXPORT_SYMBOL drivers/iio/industrialio 0xdf76bbeb iio_pollfunc_store_time +EXPORT_SYMBOL drivers/iio/industrialio 0xf02311c9 iio_read_mount_matrix +EXPORT_SYMBOL drivers/iio/industrialio 0xf3ad3f71 iio_trigger_poll_chained +EXPORT_SYMBOL drivers/iio/industrialio 0xfd7f59aa iio_device_free +EXPORT_SYMBOL drivers/iio/industrialio-configfs 0xcd5bec1e iio_configfs_subsys +EXPORT_SYMBOL drivers/iio/industrialio-sw-device 0x124b423c iio_sw_device_create +EXPORT_SYMBOL drivers/iio/industrialio-sw-device 0x818dd5f5 iio_register_sw_device_type +EXPORT_SYMBOL drivers/iio/industrialio-sw-device 0x8c59f33f iio_sw_device_destroy +EXPORT_SYMBOL drivers/iio/industrialio-sw-device 0xbc8e71cf iio_unregister_sw_device_type +EXPORT_SYMBOL drivers/iio/industrialio-sw-trigger 0x131bbacc iio_sw_trigger_destroy +EXPORT_SYMBOL drivers/iio/industrialio-sw-trigger 0x42e4c3d1 iio_sw_trigger_create +EXPORT_SYMBOL drivers/iio/industrialio-sw-trigger 0xa1e06586 iio_register_sw_trigger_type +EXPORT_SYMBOL drivers/iio/industrialio-sw-trigger 0xbca19bbb iio_unregister_sw_trigger_type +EXPORT_SYMBOL drivers/iio/industrialio-triggered-event 0x90c00ce0 iio_triggered_event_setup +EXPORT_SYMBOL drivers/iio/industrialio-triggered-event 0x947635ec iio_triggered_event_cleanup +EXPORT_SYMBOL drivers/iio/pressure/bmp280 0x315c92e5 bmp280_dev_pm_ops +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x00c9bb87 ib_cm_init_qp_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x14dd3737 ib_send_cm_mra +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x357a52c4 ib_send_cm_rej +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x390e27cf ib_send_cm_req +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x521e1504 ib_cm_notify +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x56153d15 ib_send_cm_rtu +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x69824a14 ibcm_reject_msg +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x6c4aad40 ib_send_cm_dreq +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x75f6f8ce ib_cm_listen +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x8cac1e73 ib_destroy_cm_id +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x91affcd9 ib_cm_insert_listen +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x91b8a76e ib_send_cm_sidr_req +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xbe9f92f2 ib_send_cm_drep +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xec5979db ib_create_cm_id +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xee378537 ib_send_cm_rep +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xf70e9881 ib_send_cm_sidr_rep +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x003204ff ib_device_get_by_name +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x00cd25ea ib_get_rdma_header_version +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0426e6d8 rdma_user_mmap_io +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x052338be rdma_rw_ctx_init +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x05609a24 ibdev_info +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x05c4da91 ib_mr_pool_put +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x08111bc0 rdma_copy_src_l2_addr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x083e58c5 rdma_nl_put_driver_u32 +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x095ed748 rdma_user_mmap_entry_get_pgoff +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x09f8061a ibdev_printk +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0ba2ab2f ib_create_send_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0c176a97 __ib_create_cq +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 0x0f7adcf6 ib_map_mr_sg_pi +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0fea3696 rdma_nl_register +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x12c864af rdma_get_gid_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1301b02d ib_modify_port +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x131b56aa ib_get_eth_speed +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x152dbbc9 ib_query_srq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x152ef96b rdma_destroy_ah_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1558d740 ib_port_immutable_read +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x17443051 ib_destroy_qp_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x19a5dea2 rdma_addr_cancel +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x19e7490f __rdma_block_iter_next +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1c28f4be rdma_restrack_get_byid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1eb83bed ib_set_vf_guid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1f549cd0 ib_register_mad_agent +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x20b3ca22 ib_set_client_data +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x210159bd rdma_rw_ctx_post +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x22f3cf93 ib_pack +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x22fe746b ib_get_cached_lmc +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x283db566 rdma_query_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x28579b52 ib_drain_rq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2992272c rdma_user_mmap_entry_get +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2eacc92f rdma_put_gid_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2ecf6dd7 ib_qp_usecnt_inc +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2f32c7db rdma_read_gid_attr_ndev_rcu +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2f67122b rdma_link_register +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x305e5701 rdma_addr_size_kss +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3121267c ibdev_alert +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3539eaf7 ib_rdmacg_try_charge +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x38aadf73 ib_qp_usecnt_dec +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x39403ef6 ib_free_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3fc2387c ib_ud_header_unpack +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x40a7b837 rdma_user_mmap_entry_remove +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 0x44bef711 rdma_user_mmap_entry_put +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x45b65486 ib_dealloc_pd_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x45fb8985 rdma_nl_chk_listeners +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x49aed20c ib_sg_to_pages +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4ab7c1c4 ib_device_get_by_netdev +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4cc2749c rdma_resolve_ip +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4e155af0 ib_response_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4e5b9caf rdma_dev_access_netns +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4e6fa5ec ib_create_qp_security +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4e90435c ib_sa_free_multicast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4e937ed6 rdma_user_mmap_entry_insert_range +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4eff9821 ib_get_device_fw_str +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4f7eef83 ib_mr_pool_get +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4fe84e65 ib_post_send_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5142897a ib_destroy_cq_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x53af2aef rdma_rw_ctx_destroy +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x542bac1f ib_modify_srq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5474b246 ibdev_crit +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x555f7a89 ib_get_rmpp_segment +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x55bb02f3 ib_cache_gid_type_str +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x56308f44 rdma_read_gid_hw_context +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x571470da __rdma_block_iter_start +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x57a871cb ib_query_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x57dcc4c4 ib_register_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x57f59d7e ib_process_cq_direct +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x582d082a ib_sa_join_multicast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x58cfcd75 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 0x5a187865 rdma_rw_ctx_wrs +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5a2f1f63 ib_port_sysfs_get_ibdev_kobj +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5b8380c0 rdma_find_gid_by_port +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5e2f60c6 ib_cq_pool_put +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 0x623a1d41 ib_dealloc_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6313faf7 ib_device_set_netdev +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x64433fbe ib_find_cached_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x64da58eb ib_port_unregister_client_groups +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x670d5592 ib_dealloc_xrcd_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x67506468 rdma_umap_priv_init +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x67613b90 ib_modify_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x68a32272 rdma_link_unregister +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6b958320 ib_ud_ip4_csum +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6cfa0455 rdma_restrack_count +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6db6a5ac ib_register_event_handler +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6e0d2296 rdma_query_gid +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 0x70d271ef ib_init_ah_attr_from_path +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7198dce2 ib_mr_pool_init +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x71cb5c8a ib_free_recv_mad +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 0x75c93667 rdma_copy_ah_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x76b41340 ib_query_port +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x772fda2d ib_get_cached_port_state +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x776e02c0 rdma_init_netdev +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x77db9813 ib_mad_kernel_rmpp_agent +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x787ccc4c ib_get_mad_data_offset +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x79e9f59c ib_set_device_ops +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7a7d7ed1 ib_attach_mcast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7c3dad35 rdma_restrack_new +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7c52f56c ib_dma_virt_map_sg +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7f1058ac ib_unregister_event_handler +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7faa04ee ib_unregister_mad_agent +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x806f003b rdma_nl_put_driver_u32_hex +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x809df394 rdma_modify_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x814aeb5b ib_sa_path_rec_get +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x81b730db ib_port_register_client_groups +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x81cd7116 ib_create_qp_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x82148a4b ib_dispatch_event +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x82d9ad5c rdma_read_gid_l2_fields +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x84a762b0 ib_alloc_xrcd_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x862c5ddc rdma_restrack_del +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x874a45e6 ib_alloc_mr_integrity +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x89047fff rdma_restrack_parent_name +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8a6ec5cd ib_init_ah_attr_from_wc +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8a73238b rdma_set_cq_moderation +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8a945b59 rdma_user_mmap_entry_insert +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8c0c47c2 rdma_roce_rescan_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8e1905a8 ib_get_cached_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x90e807c7 ib_cache_gid_parse_type_str +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x93be38b0 __ib_alloc_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x958ef9fa rdma_destroy_ah_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x990d44aa rdma_query_gid_table +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x99674fa2 rdma_nl_unicast_wait +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9a3fd9e4 rdma_move_grh_sgid_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9b2f6cd5 ib_create_srq_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9b3d064b rdma_create_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9b532c3d ib_find_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9be11c05 ib_modify_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9db7b23f ib_get_cached_subnet_prefix +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9e3a7faa ib_create_ah_from_wc +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9e60c322 rdma_nl_put_driver_u64_hex +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9ea9c194 ib_sa_guid_info_rec_query +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa14f7963 ib_init_ah_from_mcmember +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa29e6874 rdma_nl_multicast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa37b4a48 ib_rdmacg_uncharge +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa432baf6 ib_unpack +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa50cf0a3 rdma_nl_stat_hwcounter_entry +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa8405fd0 ib_detach_mcast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa8b701e9 ib_create_qp_kernel +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa8d28f57 rdma_replace_ah_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xab70735e rdma_nl_put_driver_u64 +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xab987235 ib_resize_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xaba69932 rdma_nl_put_driver_string +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xacd65af8 rdma_rw_ctx_signature_init +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xad29e9a1 ib_unregister_client +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xada0c16a roce_gid_type_mask_support +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xae956dce ib_rate_to_mult +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb1cd5dac ib_unregister_device_and_put +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb223d3bb rdma_find_gid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb34ad3b1 ib_find_gid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb4c40040 ib_sa_pack_path +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb765adc4 rdma_hold_gid_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb7852a05 ib_ud_header_init +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xba3d01bd ib_register_client +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbb54cccf rdma_rw_mr_factor +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbb6cb430 ib_check_mr_status +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbbad1ed0 __ib_alloc_cq_any +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbbf874a3 ib_unregister_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbbfedba8 rdma_restrack_add +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbe319444 ibdev_err +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbff69e31 ib_close_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc220ff66 ibnl_put_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc293d459 ib_device_put +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc3a5b22d ib_create_wq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc3e7c771 ibdev_warn +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc5bc2525 rdma_create_user_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc614e238 ib_dereg_mr_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc6600c25 rdma_restrack_put +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc68a89a7 ib_unregister_device_queued +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc6aa2595 ib_destroy_srq_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc72b8ad3 ib_map_mr_sg +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc76cfe1b ib_sa_get_mcmember_rec +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc8782732 ib_drain_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc8d38664 rdma_free_hw_stats_struct +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc9084505 ib_query_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc9530258 ib_mr_pool_destroy +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd00053c2 rdma_nl_unicast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd0478dc4 ib_unregister_driver +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd0f8ed1a ib_cq_pool_get +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd21bb37a ib_sa_unpack_path +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd29f4425 rdma_translate_ip +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd43f9573 ibnl_put_msg +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd6636ca6 rdma_addr_size_in6 +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd6f8707f ibdev_emerg +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd72183aa ib_modify_qp_with_udata +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd8427921 ib_get_vf_guid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd8fe5aae ib_reg_user_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xda0d50ec ib_sa_cancel_query +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xdf0ccfd8 rdma_restrack_get +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xdfefcd12 ib_get_vf_stats +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe0a3c524 ib_get_vf_config +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe12046f6 ib_advise_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe5840ec6 ib_wc_status_msg +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe5f0eb53 _ib_alloc_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe7b52e5f mult_to_ib_rate +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe931df33 ib_destroy_wq_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe9e799fc ib_ud_header_pack +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xea3d9b47 ib_modify_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xead26a87 rdma_port_get_link_layer +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xef7f5ad2 __ib_alloc_pd +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xefeb1ef8 ibdev_notice +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xeff6ff59 ib_alloc_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf1e81c14 rdma_rw_ctx_destroy_signature +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf2b71128 ib_find_exact_cached_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf3082f98 ib_set_vf_link_state +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf45ecd02 ib_free_send_mad +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 0xf76d6529 ib_drain_sq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf8856661 rdma_restrack_set_name +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xfba8d4ee ib_open_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xfd4b78af rdma_alloc_netdev +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xfeefd555 ib_get_net_dev_by_params +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x043f5678 uverbs_copy_to_struct_or_zero +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x047fce6d ib_umem_copy_from +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x071f11a1 uverbs_copy_to +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x0d696b53 uverbs_idr_class +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x1b3b9632 _uverbs_get_const_unsigned +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x1f325adb ib_umem_stop_invalidation_notifier +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x1f9c6fbb ib_umem_dmabuf_unmap_pages +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x2f674d98 ib_umem_find_best_pgsz +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x34137c52 ib_umem_get +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x36c34dc6 ib_copy_path_rec_to_user +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x3a238ec1 uverbs_finalize_uobj_create +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x43321f42 ib_umem_dmabuf_get_pinned +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x491ba25a ib_umem_odp_unmap_dma_pages +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x4c2b9701 ib_umem_release +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x4d3b954a ib_umem_activate_invalidation_notifier +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x4f3f599c uverbs_get_flags32 +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x555b47d3 uverbs_uobject_put +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x5ffedfc8 ib_umem_odp_release +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x680c4604 ib_umem_get_peer +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x6a3d309e ib_umem_dmabuf_map_pages +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x71cc1ce0 ib_umem_odp_alloc_implicit +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x754b0000 ib_copy_path_rec_from_user +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x86db5bf4 ib_umem_dmabuf_get +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x90e911bc uverbs_uobject_fd_release +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x94d35e62 uverbs_get_flags64 +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x94fa758b uverbs_fd_class +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xa5a5cc53 ib_copy_ah_attr_to_user +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xa811c2e7 flow_resources_add +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xa82638d9 ib_umem_odp_get +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xa8e75766 uverbs_destroy_def_handler +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xabf6e633 ib_uverbs_flow_resources_free +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xac1b4eb9 ib_umem_odp_map_dma_and_lock +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xb6b2e60b _uverbs_alloc +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xbc7945d9 flow_resources_alloc +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xbde5c050 ib_unregister_peer_memory_client +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xd2213893 ib_uverbs_get_ucontext_file +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xd812f23b ib_umem_odp_alloc_child +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xe976cd77 _uverbs_get_const_signed +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xed88656a ib_register_peer_memory_client +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xedb0db84 ib_copy_qp_attr_to_user +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x149c7a7b iw_cm_init_qp_attr +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x24c1a4d7 iw_create_cm_id +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x2a69e28c iw_destroy_cm_id +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x445aa785 iw_cm_disconnect +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x6f196560 iw_cm_connect +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x94f45558 iw_cm_accept +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xa8393d92 iw_cm_reject +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xdbd3063c iw_cm_listen +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xf3df871f iwcm_reject_msg +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x0951a16a rdma_resolve_addr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x1e98befe rdma_set_service_type +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x215a75b4 rdma_destroy_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x22baacb8 rdma_set_afonly +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x36b3d7a1 rdma_connect_ece +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x4d06ca51 rdma_consumer_reject_data +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x5594230b rdma_set_ack_timeout +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x58fbb2af rdma_leave_multicast +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x5993b12e rdma_bind_addr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x5ad69ed7 __rdma_create_kernel_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x653e074d rdma_create_qp +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x6572c16f rdma_res_to_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x6eee380f rdma_reject_msg +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x7623d62c rdma_read_gids +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x7cf06e98 rdma_connect_locked +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x7e1309f6 rdma_resolve_route +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x80a67641 rdma_set_reuseaddr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x83e1259a rdma_join_multicast +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x8bb3bbcf rdma_set_ib_path +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x8bd6a54e rdma_unlock_handler +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x907df803 rdma_event_msg +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xa920fdba rdma_lock_handler +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xa9c9123e rdma_accept_ece +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xaef1b627 rdma_create_user_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xb32df90f rdma_accept +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xb5fc7bf8 rdma_init_qp_attr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xc5ed2823 rdma_connect +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xc98c9e29 rdma_disconnect +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xdba703c0 rdma_reject +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xdbf70136 rdma_get_service_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xe267bb67 rdma_notify +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xe2b95983 rdma_iw_cm_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xe7b88037 rdma_listen +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xef299f89 rdma_destroy_qp +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xf440e73a rdma_set_min_rnr_timer +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-client 0x236f8f66 rtrs_clt_close +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-client 0x294be459 rtrs_clt_request +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-client 0x42b218bf rtrs_clt_query +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-client 0x4fa33970 rtrs_clt_put_permit +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-client 0xbcd25d72 rtrs_clt_open +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-client 0xcec53b39 rtrs_clt_rdma_cq_direct +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-client 0xd5983778 rtrs_clt_get_permit +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-core 0x119d9676 rtrs_ib_dev_find_or_add +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-core 0x242a8646 rtrs_addr_to_str +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-core 0x49d96b63 rtrs_rdma_dev_pd_deinit +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-core 0x85f95e0d 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 0xe15357ef sockaddr_to_str +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-core 0xed9b9449 rtrs_rdma_dev_pd_init +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-server 0x032630a3 rtrs_srv_open +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-server 0x15b48f93 rtrs_srv_set_sess_priv +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-server 0x1de81ba7 rtrs_srv_get_queue_depth +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-server 0x1df74259 rtrs_srv_get_path_name +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-server 0x92050278 rtrs_srv_resp_rdma +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-server 0xd773de7a rtrs_srv_close +EXPORT_SYMBOL drivers/input/gameport/gameport 0x1cd2db34 gameport_unregister_port +EXPORT_SYMBOL drivers/input/gameport/gameport 0x5b44eb11 __gameport_register_port +EXPORT_SYMBOL drivers/input/gameport/gameport 0x786d347f gameport_open +EXPORT_SYMBOL drivers/input/gameport/gameport 0xac31087b gameport_start_polling +EXPORT_SYMBOL drivers/input/gameport/gameport 0xaf6377f5 __gameport_register_driver +EXPORT_SYMBOL drivers/input/gameport/gameport 0xb0d175dd gameport_close +EXPORT_SYMBOL drivers/input/gameport/gameport 0xb90afb21 gameport_unregister_driver +EXPORT_SYMBOL drivers/input/gameport/gameport 0xc0e8dcb1 gameport_set_phys +EXPORT_SYMBOL drivers/input/gameport/gameport 0xc9874884 gameport_stop_polling +EXPORT_SYMBOL drivers/input/joystick/iforce/iforce 0x064823af iforce_process_packet +EXPORT_SYMBOL drivers/input/joystick/iforce/iforce 0x62a29813 iforce_send_packet +EXPORT_SYMBOL drivers/input/joystick/iforce/iforce 0xf24cb1b6 iforce_init_device +EXPORT_SYMBOL drivers/input/matrix-keymap 0x12292a16 matrix_keypad_build_keymap +EXPORT_SYMBOL drivers/input/misc/ad714x 0x0753d9cf ad714x_enable +EXPORT_SYMBOL drivers/input/misc/ad714x 0x0ba89c6b ad714x_disable +EXPORT_SYMBOL drivers/input/misc/ad714x 0xc239f479 ad714x_probe +EXPORT_SYMBOL drivers/input/misc/cma3000_d0x 0x892d76b2 cma3000_resume +EXPORT_SYMBOL drivers/input/misc/cma3000_d0x 0x89d9444e cma3000_exit +EXPORT_SYMBOL drivers/input/misc/cma3000_d0x 0xca3f100a cma3000_suspend +EXPORT_SYMBOL drivers/input/misc/cma3000_d0x 0xe5680bc7 cma3000_init +EXPORT_SYMBOL drivers/input/rmi4/rmi_core 0x1624f05f rmi_unregister_transport_device +EXPORT_SYMBOL drivers/input/sparse-keymap 0x3c9f7cc4 sparse_keymap_report_entry +EXPORT_SYMBOL drivers/input/sparse-keymap 0x5441ac91 sparse_keymap_entry_from_keycode +EXPORT_SYMBOL drivers/input/sparse-keymap 0x89c20888 sparse_keymap_report_event +EXPORT_SYMBOL drivers/input/sparse-keymap 0x93d7af6a sparse_keymap_entry_from_scancode +EXPORT_SYMBOL drivers/input/sparse-keymap 0xf5db26af sparse_keymap_setup +EXPORT_SYMBOL drivers/input/touchscreen/ad7879 0xa9ade81b ad7879_probe +EXPORT_SYMBOL drivers/input/touchscreen/ad7879 0xc737adba ad7879_pm_ops +EXPORT_SYMBOL drivers/interconnect/qcom/icc-smd-rpm 0x237e6d34 qnoc_probe +EXPORT_SYMBOL drivers/interconnect/qcom/icc-smd-rpm 0x7182745f qnoc_remove +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x1ddae0ff attach_capi_ctr +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x7e2c6320 detach_capi_ctr +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x7fa028cf capi_ctr_down +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xb041b000 capi_ctr_handle_message +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xfd0cf712 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 0x329351ad mISDNisac_irq +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNipac 0x6b556afa mISDNipac_init +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNipac 0xd555f961 mISDNisac_init +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNipac 0xf9d15e39 mISDNipac_irq +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNisar 0xd6a6ec90 mISDNisar_init +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNisar 0xe11f318e mISDNisar_irq +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x012eae05 recv_Dchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x03a68066 mISDN_FsmRestartTimer +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x106320b7 mISDN_register_device +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x17de64cf mISDN_unregister_Bprotocol +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x1dfc64c9 get_next_bframe +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 0x29d2c960 recv_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 0x38a9595b mISDN_initbchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x4105413b dchannel_senddata +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x4eb4ead7 mISDN_freedchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x50c2230c mISDN_FsmChangeState +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x588886a6 l1_event +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x593f6f64 mISDN_unregister_device +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x5fc078cb mISDN_freebchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x6047df40 mISDN_FsmInitTimer +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x613f5f24 create_l1 +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x6bfd722c mISDN_initdchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x79ae8a20 bchannel_senddata +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x7b246f33 recv_Dchannel_skb +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x84f60b92 mISDNDevName4ch +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x8ac36c45 get_next_dframe +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x8b78d252 recv_Bchannel_skb +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x9c928457 mISDN_FsmNew +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xb64279a0 recv_Echannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xc3401729 mISDN_register_clock +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xcd4fa9ce 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 0xd55e3d22 bchannel_get_rxbuf +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xd8cb335a mISDN_clear_bchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xe8e44f1d mISDN_ctrl_bchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xe8f617eb mISDN_unregister_clock +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xf001a7e4 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 0x2cff0ee0 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 0x8862edd6 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 0xc3df3b11 cmdq_get_shift_pa +EXPORT_SYMBOL drivers/mailbox/omap-mailbox 0xcfe568a2 omap_mbox_disable_irq +EXPORT_SYMBOL drivers/mailbox/omap-mailbox 0xdcd9d1a2 omap_mbox_request_channel +EXPORT_SYMBOL drivers/mailbox/omap-mailbox 0xedbb706c omap_mbox_enable_irq +EXPORT_SYMBOL drivers/md/dm-log 0xaa6923fb dm_dirty_log_type_unregister +EXPORT_SYMBOL drivers/md/dm-log 0xc64a4c81 dm_dirty_log_create +EXPORT_SYMBOL drivers/md/dm-log 0xcad5e903 dm_dirty_log_type_register +EXPORT_SYMBOL drivers/md/dm-log 0xdb924847 dm_dirty_log_destroy +EXPORT_SYMBOL drivers/md/dm-snapshot 0x1db85681 dm_snap_cow +EXPORT_SYMBOL drivers/md/dm-snapshot 0x6e0f82a8 dm_exception_store_create +EXPORT_SYMBOL drivers/md/dm-snapshot 0x93512230 dm_exception_store_type_register +EXPORT_SYMBOL drivers/md/dm-snapshot 0xc453eb19 dm_exception_store_type_unregister +EXPORT_SYMBOL drivers/md/dm-snapshot 0xc8ad7ac8 dm_snap_origin +EXPORT_SYMBOL drivers/md/dm-snapshot 0xf7dd1c82 dm_exception_store_destroy +EXPORT_SYMBOL drivers/md/raid456 0x92345a64 r5c_journal_mode_set +EXPORT_SYMBOL drivers/md/raid456 0xeb4f2fac raid5_set_cache_size +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x094ca016 flexcop_pass_dmx_packets +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x2029ab87 flexcop_device_exit +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x2bf98551 flexcop_device_initialize +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x5d47c7ac flexcop_device_kfree +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x85544f8e flexcop_sram_ctrl +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x90179387 flexcop_eeprom_check_mac_addr +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x9e8f19d7 flexcop_device_kmalloc +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xa2f2c749 flexcop_pid_feed_control +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xaad98763 flexcop_dump_reg +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xb72aaa1d flexcop_sram_set_dest +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xd6f875da flexcop_i2c_request +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xe1af2c06 flexcop_pass_dmx_data +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xe9959e2c flexcop_wan_set_speed +EXPORT_SYMBOL drivers/media/common/cx2341x 0x00c5072c cx2341x_ext_ctrls +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 0x63200859 cx2341x_handler_setup +EXPORT_SYMBOL drivers/media/common/cx2341x 0x6f1fe4ca cx2341x_handler_set_busy +EXPORT_SYMBOL drivers/media/common/cx2341x 0x7b4dd2cb cx2341x_fill_defaults +EXPORT_SYMBOL drivers/media/common/cx2341x 0x9474479c cx2341x_handler_init +EXPORT_SYMBOL drivers/media/common/cx2341x 0xdbc5583a cx2341x_update +EXPORT_SYMBOL drivers/media/common/cx2341x 0xe1fe1432 cx2341x_log_status +EXPORT_SYMBOL drivers/media/common/cx2341x 0xf8a5301e cx2341x_handler_set_50hz +EXPORT_SYMBOL drivers/media/common/cypress_firmware 0x0b01f090 cypress_load_firmware +EXPORT_SYMBOL drivers/media/common/ttpci-eeprom 0x693e74ba ttpci_eeprom_decode_mac +EXPORT_SYMBOL drivers/media/common/ttpci-eeprom 0x8a9dba42 ttpci_eeprom_parse_mac +EXPORT_SYMBOL drivers/media/common/tveeprom 0x0dbf0296 tveeprom_hauppauge_analog +EXPORT_SYMBOL drivers/media/common/tveeprom 0x61073d74 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 0x7e1e241f vb2_buffer_in_use +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-common 0xb677d1ca 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 0xc39613bf vb2_dvb_unregister_bus +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-dvb 0xc6253c16 vb2_dvb_register_bus +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-dvb 0xdfb519c7 vb2_dvb_find_frontend +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-dvb 0xdfff02ce vb2_dvb_get_frontend +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-dvb 0xe3a73a10 vb2_dvb_dealloc_frontends +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-dvb 0xe7b842b4 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 0x1c5485fe vb2_querybuf +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x08733236 intlog10 +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x0fcb2f42 dvb_unregister_device +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x125c2bc6 dvb_register_frontend +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x18acd31f dvb_dmx_swfilter_packets +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x1ee519a5 dvb_net_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x2f5cdf80 dvb_ringbuffer_write +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x33ac6eec dvb_frontend_detach +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x3733d820 dvb_frontend_reinitialise +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x3ad5b0f0 dvb_generic_ioctl +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 0x5d069dea dvb_register_adapter +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x5f2b1d95 intlog2 +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x60ec307b dvb_remove_device +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x6181aec0 dvb_ringbuffer_flush_spinlock_wakeup +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x62ee283a dvb_dmxdev_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x6a9f708a dvb_dmx_swfilter_204 +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x6ebc16b1 dvb_ca_en50221_camchange_irq +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x7cf67a2d dvb_unregister_frontend +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x89390f3d dvb_ca_en50221_camready_irq +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 0x9339778d dvb_ca_en50221_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x9fdee44e dvb_net_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xa1027874 dvb_ca_en50221_frda_irq +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xa4235824 dvb_dmx_swfilter_raw +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xb0a8a3f9 dvb_dmxdev_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xb3352dd2 dvb_ringbuffer_empty +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xc0171533 dvb_generic_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xc3f679f9 dvb_ringbuffer_write_user +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xce5fd43b dvb_generic_open +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xd007b7fe dvb_unregister_adapter +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xd814f8c1 dvb_frontend_resume +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 0xef6f2ad5 dvb_device_get +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xf4c59284 dvb_register_device +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xfa875f2d dvb_frontend_suspend +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 0xfc35d228 dvb_ca_en50221_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xfc6380e5 dvb_ringbuffer_free +EXPORT_SYMBOL drivers/media/dvb-frontends/ascot2e 0x98b53aba ascot2e_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/atbm8830 0xd6474530 atbm8830_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x039bc36e au8522_i2c_gate_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x1aea2fee au8522_led_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x25a8bc00 au8522_sleep +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x5fda49ad au8522_release_state +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x6ad43575 au8522_init +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x878b3d0a au8522_get_state +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0xaf15e84c au8522_readreg +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0xde8561bc au8522_writereg +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0xef6f796f au8522_analog_i2c_gate_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_dig 0xef9c8a0a au8522_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/bcm3510 0x46324d84 bcm3510_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx22700 0x72bd50db cx22700_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx22702 0x59406968 cx22702_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24110 0x69ad1ab4 cx24110_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24113 0x67161848 cx24113_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24113 0xbc83e381 cx24113_agc_callback +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24116 0xf4506d9a cx24116_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24120 0xff9e3bc7 cx24120_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24123 0x24e2e3ae cx24123_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24123 0xf37bedab cx24123_get_tuner_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/cxd2820r 0x4803a737 cxd2820r_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cxd2841er 0x73cc808e cxd2841er_attach_s +EXPORT_SYMBOL drivers/media/dvb-frontends/cxd2841er 0xd2550057 cxd2841er_attach_t_c +EXPORT_SYMBOL drivers/media/dvb-frontends/cxd2880/cxd2880 0xf5c91067 cxd2880_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0x26b3b23f dib0070_set_rf_output +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0x31eba940 dib0070_ctrl_agc_filter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0x428781f3 dib0070_wbd_offset +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0x5103eba5 dib0070_get_rf_output +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0x9b920f27 dib0070_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x258c08af dib0090_fw_register +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x2b5fd3ca dib0090_set_tune_state +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x37e9ffd4 dib0090_get_current_gain +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x55bfd048 dib0090_set_switch +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x814d5611 dib0090_gain_control +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x9603263f dib0090_pwm_gain_reset +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xbaa34546 dib0090_update_tuning_table_7090 +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xc0d92c91 dib0090_dcc_freq +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xc7ead941 dib0090_set_vga +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xcc4b0cdc dib0090_set_dc_servo +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xe0f1fb57 dib0090_register +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xea95b11e dib0090_update_rframp_7090 +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xead9a680 dib0090_get_wbd_target +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xeedf3400 dib0090_get_tune_state +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xf65d0c2e dib0090_get_wbd_offset +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mb 0x3a35bde5 dib3000mb_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0x43f6f1ae dib3000mc_pid_control +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0x55c3ec26 dib3000mc_set_config +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0x76a38332 dib3000mc_pid_parse +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0x868131ab dib3000mc_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0xb2b1313a dib3000mc_i2c_enumeration +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0xfe0f57fd dib3000mc_get_tuner_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000m 0x09acee6c dib7000m_pid_filter_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000m 0x1620bb1b dib7000m_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000m 0x34e04cd5 dib7000m_get_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000m 0xecb6dfc4 dib7000m_pid_filter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x9d27da3d dib7000p_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x1d39f05d dib8000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0x06119e4c dib9000_firmware_post_pll_init +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0x3c3d3c42 dib9000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0x4dd9c7be dib9000_get_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0x52364d7c dib9000_fw_set_component_bus_speed +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0x52aac311 dib9000_get_slave_frontend +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0x5ae8c208 dib9000_get_tuner_interface +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0x69569003 dib9000_set_slave_frontend +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0x697383bf dib9000_i2c_enumeration +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0x7a1db2ab dib9000_set_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0xc5804a24 dib9000_fw_pid_filter_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0xd39f1458 dib9000_get_component_bus_interface +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0xf5a849e4 dib9000_set_gpio +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0xf84b1131 dib9000_fw_pid_filter +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0x40821f4d dibx000_exit_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0x81749946 dibx000_init_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0x8a03f8e5 dibx000_i2c_set_speed +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0x955e4c91 dibx000_get_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0xa87c844e dibx000_reset_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/drx39xyj/drx39xyj 0x337b8ef4 drx39xxj_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/drxd 0x05324058 drxd_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/drxk 0x2cf6cb55 drxk_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/ds3000 0x6cdeed33 ds3000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dvb-pll 0xe7b6b66e dvb_pll_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dvb_dummy_fe 0x3f4b805c dvb_dummy_fe_qpsk_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dvb_dummy_fe 0x9485a434 dvb_dummy_fe_ofdm_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dvb_dummy_fe 0xab5e6c1e dvb_dummy_fe_qam_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/ec100 0xece1e9c2 ec100_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/helene 0x498ca797 helene_attach_s +EXPORT_SYMBOL drivers/media/dvb-frontends/helene 0xff760c9a helene_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/horus3a 0x272750b1 horus3a_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/isl6405 0xedfab125 isl6405_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/isl6421 0x81683e7a isl6421_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/isl6423 0xfb971549 isl6423_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/itd1000 0xbae4e99d itd1000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/ix2505v 0x46110b7c ix2505v_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/l64781 0xe7cb6d54 l64781_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lg2160 0x183ad12b lg2160_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lgdt3305 0x01b508d7 lgdt3305_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lgdt3306a 0x9896de5e lgdt3306a_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lgdt330x 0x0f4ac2f4 lgdt330x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lgs8gl5 0x2b454c57 lgs8gl5_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lgs8gxx 0x21f9465e lgs8gxx_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lnbh25 0xa6acfcaf lnbh25_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lnbh29 0xc564dacd lnbh29_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lnbp21 0x7e2b17e7 lnbp21_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lnbp21 0x9c0a103f lnbh24_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lnbp22 0xfbdff560 lnbp22_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/m88ds3103 0x7f8dc844 m88ds3103_get_agc_pwm +EXPORT_SYMBOL drivers/media/dvb-frontends/m88ds3103 0x9dd057f1 m88ds3103_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/m88rs2000 0x8df65236 m88rs2000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/mb86a16 0x64538379 mb86a16_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/mb86a20s 0xc068fb4f mb86a20s_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/mt312 0x12091763 mt312_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/mt352 0xd8809991 mt352_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/nxt200x 0x4a0b02e3 nxt200x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/nxt6000 0x79faa60a nxt6000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/or51132 0xa8b8723f or51132_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/or51211 0x3f52efb1 or51211_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/s5h1409 0x701921af s5h1409_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/s5h1411 0xd5ff6d62 s5h1411_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/s5h1420 0x3e6f01d3 s5h1420_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/s5h1420 0x414bc186 s5h1420_get_tuner_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/s5h1432 0xdb4e40be s5h1432_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/s921 0x49e3a90e s921_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/si21xx 0x57aba5e2 si21xx_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/sp887x 0xea4b01fd sp887x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stb0899 0x0f0451de stb0899_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stb6000 0x537b3692 stb6000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stb6100 0x3dd8059c stb6100_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0288 0x18def889 stv0288_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0297 0x1f92a761 stv0297_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0299 0x71ae0e46 stv0299_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0367 0x403dab05 stv0367cab_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0367 0xc10f5168 stv0367ter_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0367 0xf1ff4f52 stv0367ddb_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0900 0x75346a5a stv0900_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv090x 0x0a69a32a stv090x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv6110 0xb5c529d6 stv6110_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv6110x 0xf58ade8e stv6110x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda10021 0x33187205 tda10021_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda10023 0x1d3ae65c tda10023_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda10048 0xd839d885 tda10048_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda1004x 0x0df6eb92 tda10045_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda1004x 0x367bf4e6 tda10046_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda10086 0xbb483d4d tda10086_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda665x 0x880d8e61 tda665x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda8083 0x1dbca49d tda8083_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda8261 0x73f787e5 tda8261_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda826x 0x836bb245 tda826x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/ts2020 0xae6d4ac7 ts2020_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tua6100 0xc1b70676 tua6100_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/ves1820 0xec6d2b70 ves1820_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/ves1x93 0xd5d7c008 ves1x93_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/zd1301_demod 0xdf4eb4b4 zd1301_demod_get_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/zd1301_demod 0xf9a43974 zd1301_demod_get_dvb_frontend +EXPORT_SYMBOL drivers/media/dvb-frontends/zl10036 0xba0d8522 zl10036_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/zl10039 0xba7086e9 zl10039_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/zl10353 0x53441958 zl10353_attach +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x1d70eeea flexcop_dma_config +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x27fa812a flexcop_dma_free +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x47f5a9a2 flexcop_dma_allocate +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0xa03e1a20 flexcop_dma_control_timer_irq +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0xaa9c2ee4 flexcop_dma_control_size_irq +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0xc77a8d06 flexcop_dma_config_timer +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0xca58eb3c flexcop_dma_xfer_control +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0x3189dfa1 bt878 +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0xd5d0bdef bt878_num +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0xd70ab233 bt878_device_control +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0xd88cab47 bt878_stop +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0xf7cf7a0c bt878_start +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0x11dc4b6d bttv_gpio_enable +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0x7669cd0f bttv_sub_unregister +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0x7b9e1b53 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/bttv 0xda53961e bttv_sub_register +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x0513e258 dst_comm_init +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x1aed5da4 rdc_reset_state +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x3d2d0203 dst_wait_dst_ready +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x43a983fd dst_check_sum +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x462eb0dc dst_error_bailout +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x64e4a022 dst_pio_disable +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x90a0ef83 dst_error_recovery +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0xb448f8cc dst_attach +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0xeaa7ff31 read_dst +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0xfd5ffff5 write_dst +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst_ca 0x8db7cfc4 dst_ca_attach +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x1e9f3ad9 cx18_ext_init +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x2cdea06d cx18_reset_ir_gpio +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x3fa2e10f cx18_stop_v4l2_encode_stream +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x4ab18501 cx18_release_stream +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x9969188a cx18_claim_stream +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0xd807cf3a 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 0x3abc2976 cx25821_sram_channel_dump_audio +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x44b517f5 cx25821_print_irqbits +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x4cf91275 cx25821_set_gpiopin_direction +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0xa5f6e1d3 cx25821_dev_get +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0xaeaa65fc cx25821_sram_channel_setup_audio +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0xbb4b58f2 cx25821_risc_databuffer_audio +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0xc70ad5bd cx25821_riscmem_alloc +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0xe9050411 cx25821_sram_channels +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0xeff156df cx25821_dev_unregister +EXPORT_SYMBOL drivers/media/pci/cx88/cx88-vp3054-i2c 0xb5465f9c vp3054_i2c_probe +EXPORT_SYMBOL drivers/media/pci/cx88/cx88-vp3054-i2c 0xfb9ac1b7 vp3054_i2c_remove +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0x39fc10c1 cx88_querycap +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0x631aaf1b cx88_set_freq +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0x63819bd2 cx88_enum_input +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0x8e28fbb4 cx88_video_mux +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x01f53ce5 cx8802_register_driver +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x0a16a060 cx8802_buf_queue +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x38c24641 cx8802_get_driver +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x92514cb5 cx8802_unregister_driver +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0xbc69c7fe cx8802_start_dma +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0xc478e9a7 cx8802_cancel_buffers +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0xdff2d426 cx8802_buf_prepare +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x017f2e3d cx88_shutdown +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x0215ffca cx88_ir_stop +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x10ca65da cx88_set_tvnorm +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x2dc202fc cx88_core_irq +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x48272fd7 cx88_set_stereo +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x5edb7ae5 cx88_print_irqbits +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x5f866fda cx88_risc_databuffer +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x5f97e793 cx88_core_get +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x6096969f cx88_core_put +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x6141c8c5 cx88_tuner_callback +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x63a12a54 cx88_ir_start +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x8d88137a cx88_sram_channels +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x8dcd3c72 cx88_risc_buffer +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x904b8696 cx88_audio_thread +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x9ca3d39b cx88_sram_channel_dump +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xad2db79b cx88_newstation +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xbe04fc8e cx88_set_scale +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xc09dc999 cx88_vdev_init +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xc4e7a752 cx88_set_tvaudio +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xe81a71c2 cx88_reset +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xecb8b5ca cx88_wakeup +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xf714512c cx88_dsp_detect_stereo_sap +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xfe863d4d cx88_sram_channel_setup +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xfecf748c cx88_get_stereo +EXPORT_SYMBOL drivers/media/pci/ddbridge/ddbridge-dummy-fe 0x922d87a5 ddbridge_dummy_fe_qam_attach +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x14f67530 ivtv_debug +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x1b42c3e4 ivtv_claim_stream +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x1dbc11c8 ivtv_release_stream +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x303a9a80 ivtv_udma_setup +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x3fe663e1 ivtv_udma_prepare +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x41239bb6 ivtv_clear_irq_mask +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x460f0c40 ivtv_stop_v4l2_encode_stream +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x467961a0 ivtv_init_on_first_open +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x6027404a ivtv_vapi_result +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xa758d74c ivtv_set_irq_mask +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xa956d1f8 ivtv_udma_unmap +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xb5a1d791 ivtv_udma_alloc +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xc8cecaa9 ivtv_ext_init +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xcfa4994d ivtv_firmware_check +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xd70faed6 ivtv_api +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xdb61e79e ivtv_start_v4l2_encode_stream +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xec3661b2 ivtv_vapi +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xf3eeb2b5 ivtv_reset_ir_gpio +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x04e83446 saa7134_tuner_callback +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x1211df5d saa7134_devlist +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x2bb654ff saa7134_pgtable_alloc +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x2c874f1c saa7134_tvaudio_setmute +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x31bf353a saa7134_pgtable_build +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x3b778d1f saa7134_ts_unregister +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x4656d088 saa7134_set_gpio +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x5fa5184a saa7134_set_dmabits +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x717493d8 saa7134_ts_register +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x730c4be3 saa7134_boards +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x8b17dd25 saa_dsp_writel +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x8f1ad46b saa7134_devlist_lock +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x9c6fdfce saa7134_dmasound_init +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xacf963e3 saa7134_pgtable_free +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xff371d46 saa7134_dmasound_exit +EXPORT_SYMBOL drivers/media/platform/allegro-dvt/allegro 0x2c79d0f2 msg_type_name +EXPORT_SYMBOL drivers/media/radio/tea575x 0x00e32c50 snd_tea575x_g_tuner +EXPORT_SYMBOL drivers/media/radio/tea575x 0x07713704 snd_tea575x_init +EXPORT_SYMBOL drivers/media/radio/tea575x 0x2031390a snd_tea575x_hw_init +EXPORT_SYMBOL drivers/media/radio/tea575x 0x2fc776ef snd_tea575x_set_freq +EXPORT_SYMBOL drivers/media/radio/tea575x 0x62febd63 snd_tea575x_exit +EXPORT_SYMBOL drivers/media/radio/tea575x 0x963146b0 snd_tea575x_enum_freq_bands +EXPORT_SYMBOL drivers/media/radio/tea575x 0xbf9d5127 snd_tea575x_s_hw_freq_seek +EXPORT_SYMBOL drivers/media/rc/rc-core 0x01098f88 ir_raw_encode_scancode +EXPORT_SYMBOL drivers/media/rc/rc-core 0x133db1c3 ir_raw_handler_register +EXPORT_SYMBOL drivers/media/rc/rc-core 0x2d0731ce 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/fc0011 0xea6cd335 fc0011_attach +EXPORT_SYMBOL drivers/media/tuners/fc0012 0x38608e6e fc0012_attach +EXPORT_SYMBOL drivers/media/tuners/fc0013 0x0b76e89f fc0013_rc_cal_reset +EXPORT_SYMBOL drivers/media/tuners/fc0013 0x3953e6f9 fc0013_attach +EXPORT_SYMBOL drivers/media/tuners/fc0013 0x91219247 fc0013_rc_cal_add +EXPORT_SYMBOL drivers/media/tuners/max2165 0x96ba577b max2165_attach +EXPORT_SYMBOL drivers/media/tuners/mc44s803 0x1d336ddf mc44s803_attach +EXPORT_SYMBOL drivers/media/tuners/mt2060 0x2b87af1f mt2060_attach +EXPORT_SYMBOL drivers/media/tuners/mt2131 0x361b3d17 mt2131_attach +EXPORT_SYMBOL drivers/media/tuners/mt2266 0xc988002b mt2266_attach +EXPORT_SYMBOL drivers/media/tuners/mxl5005s 0x12c13214 mxl5005s_attach +EXPORT_SYMBOL drivers/media/tuners/qt1010 0x649e532f qt1010_attach +EXPORT_SYMBOL drivers/media/tuners/tda18218 0xf0eee6a4 tda18218_attach +EXPORT_SYMBOL drivers/media/tuners/tuner-types 0x4c48939e tuners +EXPORT_SYMBOL drivers/media/tuners/tuner-types 0xc2821775 tuner_count +EXPORT_SYMBOL drivers/media/tuners/xc2028 0xd1870e56 xc2028_attach +EXPORT_SYMBOL drivers/media/tuners/xc4000 0x5fd9d489 xc4000_attach +EXPORT_SYMBOL drivers/media/tuners/xc5000 0x6b312414 xc5000_attach +EXPORT_SYMBOL drivers/media/usb/cx231xx/cx231xx 0x8c74c2ca cx231xx_register_extension +EXPORT_SYMBOL drivers/media/usb/cx231xx/cx231xx 0xc115da9b cx231xx_unregister_extension +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x61bbadbd dvb_usbv2_disconnect +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x6bdea7d2 dvb_usbv2_probe +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x7c41b741 dvb_usbv2_generic_rw +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x7cb2ab3c dvb_usbv2_resume +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0xa0a00486 dvb_usbv2_suspend +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0xa7a01977 dvb_usbv2_generic_write_locked +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0xb6461f92 dvb_usbv2_generic_rw_locked +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0xdf322dcb dvb_usbv2_generic_write +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0xef88fa24 dvb_usbv2_reset_resume +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x1717c0b2 dvb_usb_device_exit +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x2dbc6bac dvb_usb_generic_write +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x697044a6 dvb_usb_generic_rw +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x8374a8f3 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 0x8ed46f45 dvb_usb_nec_rc_key_to_event +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0xf963046b 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 0xd4e288db rc_map_af9005_table_size +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-af9005-remote 0xeae9b04a af9005_rc_decode +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x175a20ef dibusb_read_eeprom_byte +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x17984d76 dibusb_power_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x695912bf dibusb_i2c_algo +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x847b7abe dibusb_streaming_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x874ce7f8 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 0x98b8c46d dibusb2_0_power_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xb4babd82 dibusb_pid_filter +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xd628dfe0 dibusb_rc_query +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xda03a776 dibusb_pid_filter_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-mc-common 0x11843871 dibusb_dib3000mc_frontend_attach +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-mc-common 0xb33613d2 dibusb_dib3000mc_tuner_attach +EXPORT_SYMBOL drivers/media/usb/em28xx/em28xx 0x43097fc5 em28xx_register_extension +EXPORT_SYMBOL drivers/media/usb/em28xx/em28xx 0xdfae7d3d em28xx_unregister_extension +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0x02b81eee go7007_read_interrupt +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0x0bf8329e go7007_snd_remove +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0x263e80bf go7007_register_encoder +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0x719b89ef go7007_alloc +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0x840b4c3f go7007_snd_init +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0x8a30b3c5 go7007_read_addr +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0xae3afb68 go7007_parse_video_stream +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0xb7aee338 go7007_update_board +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0xcf0b33ba go7007_boot_encoder +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x170d53a0 gspca_disconnect +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x2043c822 gspca_dev_probe2 +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x37f0ac1a gspca_expo_autogain +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x5ccf0f24 gspca_frame_add +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x9670af2c gspca_debug +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0xa3a042e6 gspca_resume +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0xb724ca35 gspca_coarse_grained_expo_autogain +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0xc6b7572c gspca_suspend +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0xeec4d4aa gspca_dev_probe +EXPORT_SYMBOL drivers/media/usb/ttusb-dec/ttusbdecfe 0x42327d92 ttusbdecfe_dvbs_attach +EXPORT_SYMBOL drivers/media/usb/ttusb-dec/ttusbdecfe 0x69f57c58 ttusbdecfe_dvbt_attach +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-async 0x2907481b v4l2_async_subdev_nf_register +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-async 0x2b6dc969 v4l2_async_register_subdev +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-async 0x4866c1b2 v4l2_async_nf_register +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-async 0x8c38d428 v4l2_async_nf_unregister +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-async 0xcd4e2839 v4l2_async_nf_init +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-async 0xd462d8ae v4l2_async_unregister_subdev +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0x073138ba 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 0x501f3f44 v4l2_m2m_job_finish +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0x5352d022 v4l2_m2m_resume +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0x57b985e4 v4l2_m2m_get_vq +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0xc21aac78 v4l2_m2m_mmap +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0xf626dd03 v4l2_m2m_suspend +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x0614dd5a v4l2_video_std_frame_period +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x082737e8 v4l2_ctrl_merge +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x0f962737 v4l2_ctrl_sub_ev_ops +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x123959a1 v4l2_type_names +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x152807e0 v4l2_ctrl_cluster +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x16244fe5 v4l2_prio_check +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x178f7c61 v4l2_try_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x1f3097ec video_unregister_device +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x1fd1e6dd v4l2_s_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x2342f1ae v4l2_prio_open +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x28b12cc9 v4l2_format_info +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 0x3adbd595 v4l2_field_names +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x3bdd0f94 v4l2_prio_change +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x3dca0017 v4l2_ctrl_request_setup +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x446491e5 __video_register_device +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x4550cbe6 __v4l2_ctrl_s_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x4ea43d64 v4l2_ctrl_g_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x5249c7d2 v4l2_ctrl_new_std_compound +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x568ef606 v4l2_ctrl_new_int_menu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x5ae2d7bf v4l2_g_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x5d95a58c v4l2_ctrl_new_fwnode_properties +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x5df7f465 video_device_release +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x619c0e21 v4l2_ctrl_type_op_init +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x643f4c1f v4l2_querymenu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x68089106 v4l2_ctrl_log_status +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x694d44b2 v4l2_ctrl_type_op_validate +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x6ad68308 v4l2_subdev_call_wrappers +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x6c91cb84 video_device_alloc +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x705225a1 v4l2_query_ext_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x7679300b __v4l2_ctrl_modify_range +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x767d1a5e v4l2_ctrl_type_op_log +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x78e50c49 v4l2_ctrl_activate +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x7ddf3266 v4l2_ctrl_notify +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x8034e11d v4l2_ctrl_add_handler +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x8106095a v4l2_prio_max +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x83328808 v4l2_ctrl_new_custom +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x878641e0 v4l2_ctrl_handler_setup +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x89e3897d v4l2_ctrl_query_fill +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x8a1165f7 v4l2_ctrl_find +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x8f8faece v4l2_subdev_init +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x959020aa video_device_release_empty +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x95c049c4 v4l2_ctrl_new_std_menu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x9f9e299e __v4l2_ctrl_grab +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xaec01273 __v4l2_ctrl_s_ctrl_compound +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xaedb4ae0 v4l2_ctrl_fill +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xb270950b v4l2_g_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xb28a1458 v4l2_ctrl_handler_init_class +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xb77b0159 v4l2_prio_init +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xb8cadf27 v4l2_ctrl_poll +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xbbd8a43f v4l2_ctrl_new_std +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xbc5671dc v4l_printk_ioctl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xbcd671b1 __v4l2_ctrl_modify_dimensions +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xbcdf7249 v4l2_ctrl_subdev_subscribe_event +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xc09ebeae v4l2_queryctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xc5136f2e video_ioctl2 +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xcda04a5b v4l2_prio_close +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xd037b0e9 video_devdata +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xd16d9c01 v4l2_ctrl_get_int_menu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xd1772e2d v4l2_ctrl_type_op_equal +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xd2eac3ec v4l2_ctrl_new_std_menu_items +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xd836b244 v4l2_ctrl_request_complete +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xdd53e5a3 v4l2_ctrl_auto_cluster +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xdef6c64b v4l2_ctrl_radio_filter +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xdf73bf4e v4l2_s_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xdfa4e932 v4l2_ctrl_subscribe_event +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xe117fc77 v4l2_ctrl_g_ctrl_int64 +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xe2b92059 v4l2_video_std_construct +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xe4fb728f __v4l2_ctrl_s_ctrl_string +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xe6378453 v4l2_ctrl_subdev_log_status +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xea3a0e08 v4l2_ctrl_handler_log_status +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xec3e2334 __v4l2_ctrl_s_ctrl_int64 +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xf3251e7b v4l2_norm_to_name +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xf3b1d019 v4l2_ctrl_handler_free +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xf50fecbc v4l2_ctrl_replace +EXPORT_SYMBOL drivers/memory/renesas-rpc-if 0x1bdac13b rpcif_prepare +EXPORT_SYMBOL drivers/memory/renesas-rpc-if 0x2b62a927 rpcif_manual_xfer +EXPORT_SYMBOL drivers/memory/renesas-rpc-if 0x62cb2c26 rpcif_sw_init +EXPORT_SYMBOL drivers/memory/renesas-rpc-if 0xc6877ef1 rpcif_dirmap_read +EXPORT_SYMBOL drivers/memory/renesas-rpc-if 0xc84526be rpcif_hw_init +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 0x2d2c9e9a memstick_resume_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0x2e4fc6f1 memstick_add_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0x4edc9857 memstick_free_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0x520e60d9 memstick_suspend_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0x53311c24 memstick_remove_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0x5cbbf315 memstick_next_req +EXPORT_SYMBOL drivers/memstick/core/memstick 0x71640837 memstick_detect_change +EXPORT_SYMBOL drivers/memstick/core/memstick 0xabc0ecc5 memstick_set_rw_addr +EXPORT_SYMBOL drivers/memstick/core/memstick 0xaf13fe95 memstick_unregister_driver +EXPORT_SYMBOL drivers/memstick/core/memstick 0xcd7476e6 memstick_new_req +EXPORT_SYMBOL drivers/memstick/core/memstick 0xd197d1f6 memstick_register_driver +EXPORT_SYMBOL drivers/memstick/core/memstick 0xda8cbb12 memstick_alloc_host +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x03f49147 mpt_raid_phys_disk_pg1 +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x0c10fa41 mpt_send_handshake_request +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x117a4bb6 mpt_event_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x1297ea00 mpt_free_msg_frame +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x1a42291e mpt_raid_phys_disk_get_num_paths +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x1bfb0561 mpt_suspend +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x353b6b3e mpt_detach +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x3788cc70 mpt_clear_taskmgmt_in_progress_flag +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x390d3a7d mpt_print_ioc_summary +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x44c72bf9 mpt_verify_adapter +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x502108d0 mpt_fwfault_debug +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x5c02e95b mpt_attach +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x610b257e mpt_reset_deregister +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x629a6aba mpt_resume +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x6d6c6279 mpt_put_msg_frame +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x6f60aa55 mpt_put_msg_frame_hi_pri +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x6fddcc6b mpt_get_msg_frame +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x70c27775 mpt_device_driver_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x74a0134a mpt_device_driver_deregister +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x7b18aa0a mpt_free_fw_memory +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x7e4d8607 mpt_set_taskmgmt_in_progress_flag +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x80a6813b mpt_halt_firmware +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x981efe92 mpt_deregister +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x9d2ed898 mpt_raid_phys_disk_pg0 +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xa0a6ce99 mpt_GetIocState +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xac8bae11 mpt_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xb9a05607 mpt_alloc_fw_memory +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xbd8184f9 mptbase_sas_persist_operation +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xd7e47340 mpt_findImVolumes +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 0xe8e6cca7 mpt_HardResetHandler +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xed4af260 mpt_config +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xfe5aaf2f mpt_reset_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xfe7ee365 mpt_Soft_Hard_ResetHandler +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x119ab853 mptscsih_suspend +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x1fbc8afc mptscsih_show_info +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x254c2002 mptscsih_flush_running_cmds +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x2c52eb9a mptscsih_IssueTaskMgmt +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x3e0114f0 mptscsih_abort +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x3eb2899d mptscsih_bios_param +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x3f1d31e0 mptscsih_change_queue_depth +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x40048d62 mptscsih_remove +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x59474903 mptscsih_event_process +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x5d7bf501 mptscsih_info +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x68df3b1c mptscsih_host_attr_groups +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x6dc3bf15 mptscsih_get_scsi_lookup +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x7303a7a9 mptscsih_ioc_reset +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x7e5af364 mptscsih_dev_reset +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x8e011dc4 mptscsih_shutdown +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x9013ceda mptscsih_bus_reset +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x9952381b mptscsih_raid_id_to_num +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xaf7db65f mptscsih_taskmgmt_response_code +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xc93d26a2 mptscsih_slave_configure +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xe40b6d37 mptscsih_qcmd +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xe93666e7 mptscsih_slave_destroy +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xebdd5c62 mptscsih_resume +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xf08bf68f mptscsih_taskmgmt_complete +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xf34afcce mptscsih_host_reset +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xf4f5d5b0 mptscsih_io_done +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xfd192247 mptscsih_is_phys_disk +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xffea12a7 mptscsih_scandv_complete +EXPORT_SYMBOL drivers/mfd/axp20x 0x7c3d3e18 axp20x_device_probe +EXPORT_SYMBOL drivers/mfd/axp20x 0xbfbc7bc9 axp20x_device_remove +EXPORT_SYMBOL drivers/mfd/axp20x 0xcb846d32 axp20x_match_device +EXPORT_SYMBOL drivers/mfd/dln2 0x58aad478 dln2_transfer +EXPORT_SYMBOL drivers/mfd/dln2 0x8e5edf3a dln2_unregister_event_cb +EXPORT_SYMBOL drivers/mfd/dln2 0xbd24f7ed dln2_register_event_cb +EXPORT_SYMBOL drivers/mfd/htc-pasic3 0xa4323612 pasic3_write_register +EXPORT_SYMBOL drivers/mfd/htc-pasic3 0xd39a0044 pasic3_read_register +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x133557da mc13xxx_reg_write +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x155ba3c8 mc13xxx_unlock +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x1a2eb9b0 mc13xxx_reg_read +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x43a10293 mc13xxx_lock +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x5170d37b mc13xxx_irq_free +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x7d37d9ca mc13xxx_get_flags +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x801f5573 mc13xxx_irq_mask +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x9f45b34a mc13xxx_reg_rmw +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xa53dcbf2 mc13xxx_irq_status +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xadc26f5b mc13xxx_irq_unmask +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xebf8b0c2 mc13xxx_irq_request +EXPORT_SYMBOL drivers/mfd/qcom-spmi-pmic 0x99547f8c 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 0x510e7cf9 wm8994_regmap_config +EXPORT_SYMBOL drivers/mfd/wm8994 0x6334c760 wm8958_regmap_config +EXPORT_SYMBOL drivers/mfd/wm8994 0x7eebb2e7 wm8994_irq_init +EXPORT_SYMBOL drivers/mfd/wm8994 0xab2ec897 wm8994_base_regmap_config +EXPORT_SYMBOL drivers/mfd/wm8994 0xe4a4a855 wm8994_irq_exit +EXPORT_SYMBOL drivers/mfd/wm8994 0xfc56c54d wm1811_regmap_config +EXPORT_SYMBOL drivers/misc/ad525x_dpot 0x5104c3eb ad_dpot_probe +EXPORT_SYMBOL drivers/misc/ad525x_dpot 0xa3b33160 ad_dpot_remove +EXPORT_SYMBOL drivers/misc/altera-stapl/altera-stapl 0x5bafa76e altera_init +EXPORT_SYMBOL drivers/misc/c2port/core 0x30bbfd45 c2port_device_register +EXPORT_SYMBOL drivers/misc/c2port/core 0xf7aadc48 c2port_device_unregister +EXPORT_SYMBOL drivers/misc/tifm_core 0x0e53e4ea tifm_add_adapter +EXPORT_SYMBOL drivers/misc/tifm_core 0x0ffb277f tifm_queue_work +EXPORT_SYMBOL drivers/misc/tifm_core 0x19138345 tifm_free_device +EXPORT_SYMBOL drivers/misc/tifm_core 0x26e28c37 tifm_unmap_sg +EXPORT_SYMBOL drivers/misc/tifm_core 0x27df582a tifm_has_ms_pif +EXPORT_SYMBOL drivers/misc/tifm_core 0x4ccc63f7 tifm_register_driver +EXPORT_SYMBOL drivers/misc/tifm_core 0x864e2564 tifm_eject +EXPORT_SYMBOL drivers/misc/tifm_core 0x9d6ad247 tifm_map_sg +EXPORT_SYMBOL drivers/misc/tifm_core 0xb7409d1f tifm_alloc_adapter +EXPORT_SYMBOL drivers/misc/tifm_core 0xd3885bd6 tifm_unregister_driver +EXPORT_SYMBOL drivers/misc/tifm_core 0xd498b938 tifm_remove_adapter +EXPORT_SYMBOL drivers/misc/tifm_core 0xe20fdd8c tifm_alloc_device +EXPORT_SYMBOL drivers/misc/tifm_core 0xf8b13189 tifm_free_adapter +EXPORT_SYMBOL drivers/mmc/host/cqhci 0x0655a267 cqhci_deactivate +EXPORT_SYMBOL drivers/mmc/host/cqhci 0x32695264 cqhci_pltfm_init +EXPORT_SYMBOL drivers/mmc/host/cqhci 0x5a3fe1d0 cqhci_irq +EXPORT_SYMBOL drivers/mmc/host/cqhci 0x6d3b9d73 cqhci_resume +EXPORT_SYMBOL drivers/mmc/host/cqhci 0xdd9ebf7b cqhci_init +EXPORT_SYMBOL drivers/mmc/host/dw_mmc 0x52452ddd dw_mci_probe +EXPORT_SYMBOL drivers/mmc/host/dw_mmc 0xa085d203 dw_mci_runtime_resume +EXPORT_SYMBOL drivers/mmc/host/dw_mmc 0xbf2cba33 dw_mci_remove +EXPORT_SYMBOL drivers/mmc/host/dw_mmc 0xe66ae913 dw_mci_runtime_suspend +EXPORT_SYMBOL drivers/mmc/host/of_mmc_spi 0x20d9a8b2 mmc_spi_put_pdata +EXPORT_SYMBOL drivers/mmc/host/of_mmc_spi 0xc07728e7 mmc_spi_get_pdata +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0x27408c9c cfi_varsize_frob +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0x344f3eab cfi_merge_status +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0x4c38a5cf cfi_send_gen_cmd +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0x52a55704 cfi_build_cmd_addr +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0xab5c78c3 cfi_build_cmd +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0xb5a44fb8 cfi_read_pri +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0xd521f724 cfi_fixup +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0xff9fa623 cfi_udelay +EXPORT_SYMBOL drivers/mtd/chips/chipreg 0x0952989c do_map_probe +EXPORT_SYMBOL drivers/mtd/chips/chipreg 0x0d0056f4 register_mtd_chip_driver +EXPORT_SYMBOL drivers/mtd/chips/chipreg 0x3e5aa158 map_destroy +EXPORT_SYMBOL drivers/mtd/chips/chipreg 0x6830d553 unregister_mtd_chip_driver +EXPORT_SYMBOL drivers/mtd/chips/gen_probe 0xd3219b93 mtd_do_chip_probe +EXPORT_SYMBOL drivers/mtd/lpddr/lpddr_cmds 0x1aff2175 lpddr_cmdset +EXPORT_SYMBOL drivers/mtd/maps/map_funcs 0x230055fa simple_map_init +EXPORT_SYMBOL drivers/mtd/mtd 0x293205ef mtd_concat_create +EXPORT_SYMBOL drivers/mtd/mtd 0xf57aedac 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 0xda64ef4a mtk_ecc_adjust_strength +EXPORT_SYMBOL drivers/mtd/nand/ecc-mtk 0xdab8001a of_mtk_ecc_get +EXPORT_SYMBOL drivers/mtd/nand/ecc-mtk 0xec8b9207 mtk_ecc_encode +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x06c3c333 nand_ecc_prepare_io_req +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x1d541976 nand_ecc_get_sw_engine +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x211ef6d0 nand_ecc_finish_io_req +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x2578b3de nand_ecc_sw_bch_correct +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x29bd40da nand_ecc_sw_hamming_calculate +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x4701496b nand_ecc_sw_bch_calculate +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x4a77848f nand_ecc_get_on_die_hw_engine +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x5ccf5da0 nand_ecc_sw_hamming_get_engine +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x6d49ba28 nand_ecc_sw_bch_get_engine +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x7ab71199 nand_ecc_unregister_on_host_hw_engine +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x81243c23 nand_ecc_cleanup_ctx +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xa6b52d77 nand_ecc_sw_hamming_cleanup_ctx +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xb23f11d2 nand_ecc_sw_hamming_correct +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xb4f2c789 nand_ecc_get_on_host_hw_engine +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xb5f9e095 nand_ecc_register_on_host_hw_engine +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xcacbf0f9 nand_ecc_is_strong_enough +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xcba5529b of_get_nand_ecc_user_config +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xce947529 nand_ecc_init_ctx +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xdb40ec02 nand_ecc_sw_bch_cleanup_ctx +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xe6db989b ecc_sw_hamming_correct +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xebb3322d nand_ecc_sw_hamming_init_ctx +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xee8426de nand_ecc_put_on_host_hw_engine +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xf495845f nand_ecc_sw_bch_init_ctx +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xff4351b0 ecc_sw_hamming_calculate +EXPORT_SYMBOL drivers/mtd/nand/onenand/onenand 0x822a976d flexonenand_region +EXPORT_SYMBOL drivers/mtd/nand/onenand/onenand 0x93a93e28 onenand_addr +EXPORT_SYMBOL drivers/mtd/nand/raw/denali 0x30db096f denali_calc_ecc_bytes +EXPORT_SYMBOL drivers/mtd/nand/raw/denali 0x4c3013a0 denali_init +EXPORT_SYMBOL drivers/mtd/nand/raw/denali 0xed48b29c denali_remove +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x0e966f4d rawnand_sw_hamming_init +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x244ed215 nand_create_bbt +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x245160da rawnand_sw_bch_init +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x3a606dc5 nand_write_page_raw +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x724ac20d rawnand_sw_hamming_calculate +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x7cd89bf0 nand_write_oob_std +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x8ecbb3b8 nand_check_erased_ecc_chunk +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x941556bd rawnand_dt_parse_gpio_cs +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x96135dd1 nand_monolithic_write_page_raw +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0xaae57dfc rawnand_sw_bch_cleanup +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0xb83a1074 rawnand_sw_hamming_correct +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0xbae02deb nand_read_page_raw +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0xc459ece5 rawnand_sw_bch_correct +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0xc6bfd383 nand_read_oob_std +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0xdb4ec8ea nand_monolithic_read_page_raw +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0xe387a3c6 nand_scan_with_ids +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0xfafd6087 rawnand_sw_hamming_cleanup +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0xfb6780a1 nand_get_set_features_notsupp +EXPORT_SYMBOL drivers/mtd/nand/raw/omap_elm 0x49722f09 elm_decode_bch_error_page +EXPORT_SYMBOL drivers/mtd/nand/raw/omap_elm 0xc4be6269 elm_config +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x250d7dd8 arcnet_open +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x3ae6f0a6 arcnet_send_packet +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x4422b1f4 arcnet_unregister_proto +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x605f7e8f free_arcdev +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x6534792a arcnet_debug +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x6f67de8e arc_bcast_proto +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x881f0d32 arcnet_timeout +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x964c121b arcnet_close +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x9725875c arc_proto_default +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xb80d1447 alloc_arcdev +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xb8febffe arc_raw_proto +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xcb74675d arc_proto_map +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xecb730b0 arcnet_interrupt +EXPORT_SYMBOL drivers/net/arcnet/com20020 0x1f88638d com20020_netdev_ops +EXPORT_SYMBOL drivers/net/arcnet/com20020 0x561d8eb6 com20020_found +EXPORT_SYMBOL drivers/net/arcnet/com20020 0xd7dbb97e com20020_check +EXPORT_SYMBOL drivers/net/can/ctucanfd/ctucanfd 0x6ab81a15 ctucan_suspend +EXPORT_SYMBOL drivers/net/can/ctucanfd/ctucanfd 0x8b84f932 ctucan_probe_common +EXPORT_SYMBOL drivers/net/can/ctucanfd/ctucanfd 0xbef58b46 ctucan_resume +EXPORT_SYMBOL drivers/net/can/dev/can-dev 0x7ee7595b can_eth_ioctl_hwts +EXPORT_SYMBOL drivers/net/can/dev/can-dev 0xd7fe7160 can_ethtool_op_get_ts_info_hwts +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x05918942 b53_mdb_add +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x0fa47ea0 b53_get_tag_protocol +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x152c479d b53_switch_detect +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x1f1253da b53_fdb_del +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x2a431eee b53_br_join +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x3d8b53e7 b53_get_ethtool_phy_stats +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x46fc8565 b53_enable_port +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x48218863 b53_switch_alloc +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x49452e5b b53_port_event +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x4cb50a0b b53_configure_vlan +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x577d6488 b53_br_leave +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x6a9190c2 b53_mirror_add +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x6d7bd2da b53_get_strings +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x6ef9924e b53_get_sset_count +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x762bcf8b b53_eee_enable_set +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x81ac591b b53_switch_register +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x82e983c0 b53_phylink_mac_link_up +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x8e53ba7e b53_fdb_add +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x98c7a18a b53_br_flags_pre +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x9f3faba2 b53_mdb_del +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xa1f3eefa b53_br_flags +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xa7646294 b53_mirror_del +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xa79e2305 b53_brcm_hdr_setup +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xb3df2fe9 b53_set_mac_eee +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xb46d5b25 b53_phylink_mac_link_down +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xb7e105e5 b53_setup_devlink_resources +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xbe429ab7 b53_vlan_del +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xc55eaa98 b53_br_fast_age +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xcd317455 b53_disable_port +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xd45249d5 b53_phylink_mac_config +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xd82effb0 b53_vlan_filtering +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xddff074a b53_get_mac_eee +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xdf5e86c1 b53_eee_init +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xebc41c2d b53_imp_vlan_setup +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xec8e083a b53_vlan_add +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xf2b72ecc b53_get_ethtool_stats +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xf53c6e01 b53_br_set_stp_state +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xfa27af3b b53_fdb_dump +EXPORT_SYMBOL drivers/net/dsa/b53/b53_serdes 0x524fbe3d b53_serdes_phylink_get_caps +EXPORT_SYMBOL drivers/net/dsa/b53/b53_serdes 0x70c228c1 b53_serdes_link_set +EXPORT_SYMBOL drivers/net/dsa/b53/b53_serdes 0x8589664c b53_serdes_init +EXPORT_SYMBOL drivers/net/dsa/b53/b53_serdes 0xa15ca456 b53_serdes_phylink_mac_select_pcs +EXPORT_SYMBOL drivers/net/dsa/lan9303-core 0x2085cf58 lan9303_probe +EXPORT_SYMBOL drivers/net/dsa/lan9303-core 0x4fd8f730 lan9303_remove +EXPORT_SYMBOL drivers/net/dsa/lan9303-core 0xa2923afc lan9303_shutdown +EXPORT_SYMBOL drivers/net/dsa/lan9303-core 0xada83f40 lan9303_register_set +EXPORT_SYMBOL drivers/net/dsa/microchip/ksz_switch 0x33eee7d8 ksz_switch_remove +EXPORT_SYMBOL drivers/net/dsa/microchip/ksz_switch 0xbba260ce ksz_switch_alloc +EXPORT_SYMBOL drivers/net/dsa/microchip/ksz_switch 0xec420ad4 ksz_switch_register +EXPORT_SYMBOL drivers/net/dsa/vitesse-vsc73xx-core 0x07dae43b vsc73xx_shutdown +EXPORT_SYMBOL drivers/net/dsa/vitesse-vsc73xx-core 0x7229433d vsc73xx_remove +EXPORT_SYMBOL drivers/net/dsa/vitesse-vsc73xx-core 0x8b510fa3 vsc73xx_probe +EXPORT_SYMBOL drivers/net/dsa/vitesse-vsc73xx-core 0x99d242fe vsc73xx_is_addr_valid +EXPORT_SYMBOL drivers/net/dsa/xrs700x/xrs700x 0x1ab0f12c xrs700x_switch_register +EXPORT_SYMBOL drivers/net/dsa/xrs700x/xrs700x 0x1e1744c3 xrs700x_switch_alloc +EXPORT_SYMBOL drivers/net/dsa/xrs700x/xrs700x 0x209dc3b3 xrs700x_switch_shutdown +EXPORT_SYMBOL drivers/net/dsa/xrs700x/xrs700x 0x76ef37d3 xrs700x_switch_remove +EXPORT_SYMBOL drivers/net/dsa/xrs700x/xrs700x 0x83b7b667 xrs7003f_info +EXPORT_SYMBOL drivers/net/dsa/xrs700x/xrs700x 0x8972bf7e xrs7004f_info +EXPORT_SYMBOL drivers/net/dsa/xrs700x/xrs700x 0xb25facfa xrs7003e_info +EXPORT_SYMBOL drivers/net/dsa/xrs700x/xrs700x 0xb89aa5e3 xrs7004e_info +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x0993c850 ei_open +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x119721ac ei_interrupt +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x2ae47a5f ei_set_multicast_list +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x472786db ei_netdev_ops +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x4cb08a0b ei_get_stats +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x550919a9 ei_tx_timeout +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x75d9f89b ei_poll +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x9453d38b ei_start_xmit +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0xaaf8a746 __alloc_ei_netdev +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0xb5557251 NS8390_init +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0xbdd0588a ei_close +EXPORT_SYMBOL drivers/net/ethernet/aquantia/atlantic/atlantic 0x9b089d76 aq_xdp_locking_key +EXPORT_SYMBOL drivers/net/ethernet/broadcom/bnxt/bnxt_en 0xe70049bb bnxt_ulp_probe +EXPORT_SYMBOL drivers/net/ethernet/broadcom/cnic 0x636af174 cnic_unregister_driver +EXPORT_SYMBOL drivers/net/ethernet/broadcom/cnic 0x914d1d39 cnic_register_driver +EXPORT_SYMBOL drivers/net/ethernet/cavium/common/cavium_ptp 0x42056b28 cavium_ptp_put +EXPORT_SYMBOL drivers/net/ethernet/cavium/common/cavium_ptp 0x50a78962 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 0x1fe32036 t3_l2t_get +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x28780b98 cxgb3_insert_tid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x2da17a6d cxgb3_queue_tid_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x3f9add0c t3_l2t_send_event +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x588a3f41 cxgb3_unregister_client +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x68ec11f2 dev2t3cdev +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x769ded66 t3_l2t_send_slow +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x8c7a69cb cxgb3_remove_tid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x8e38c9e0 cxgb3_ofld_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x98c3d06c t3_register_cpl_handler +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x9f264fbf cxgb3_alloc_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xa528e9c0 cxgb3_register_client +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xc9afb2db cxgb3_free_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xcff44b95 t3_l2e_free +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xd64df845 cxgb3_free_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xe5e60681 cxgb3_alloc_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x0f1a5528 cxgb4_unregister_uld +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x0fe0c476 cxgb4_l2t_get +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x10c5e697 cxgb4_check_l2t_valid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x13386ce4 cxgb4_remove_server_filter +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x1f9800a3 cxgb4_pktgl_to_skb +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x25491711 cxgb4_flush_eq_cache +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x2f86e5e5 cxgb4_inline_tx_skb +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x30d62a6e cxgb4_create_server6 +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x36b5d098 cxgb4_port_e2cchan +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x3d28acb3 cxgb4_write_partial_sgl +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x3f3005c9 cxgb4_remove_tid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x4322c7a8 cxgb4_create_server_filter +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x43f675c6 cxgb4_write_sgl +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x44ad8694 cxgb4_l2t_alloc_switching +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x4faf0ae8 cxgb4_alloc_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x502a5537 cxgb4_select_ntuple +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x504f67f9 cxgb4_get_tcp_stats +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x50ee5c07 cxgb4_best_aligned_mtu +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x51c1ab85 cxgb4_map_skb +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x5fa78b41 cxgb4_create_server +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x61b1bb70 cxgb4_iscsi_init +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x6d3a0d94 cxgb4_port_chan +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x72e701d7 cxgb4_dbfifo_count +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x81f9ce73 cxgb4_sync_txq_pidx +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x8397e26b cxgb4_get_srq_entry +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x882b9eb6 cxgb4_free_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x8e52c26f cxgb4_remove_server +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x9fc9dc74 cxgb4_smt_alloc_switching +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xa0100e3f cxgb4_l2t_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xa66a7a42 cxgb4_register_uld +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xa8db193f cxgb4_smt_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xa9dddd14 cxgb4_ofld_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xacb9cd17 cxgb4_reclaim_completed_tx +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xae86e027 cxgb4_free_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xb14d8687 cxgb4_read_tpte +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xb2f42e8e cxgb4_update_root_dev_clip +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xb5012c82 cxgb4_ring_tx_db +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xb5d70e27 cxgb4_immdata_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xb8caa8e4 cxgb4_alloc_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xbc4cadd3 cxgb4_l2t_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xc7e38737 cxgb4_bar2_sge_qregs +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xd392c0a1 cxgb4_port_viid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xd3cb3bd8 cxgb4_read_sge_timestamp +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xd52cce6b cxgb4_alloc_sftid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xd69a0294 cxgb4_best_mtu +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xd9d54c37 t4_cleanup_clip_tbl +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xe37b81ee cxgb4_crypto_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xe4db1e09 cxgb4_port_idx +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xe570a285 cxgb4_clip_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xec574bbb cxgb4_clip_get +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 0x54f55b6d cxgbi_ppm_ppods_reserve +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0x825d3ed0 cxgb_find_route +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0x9151d2ed cxgbi_ppm_make_ppod_hdr +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0xa18ad676 cxgbi_ppm_ppod_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0xbac46758 cxgbi_ppm_init +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0xbd06e625 cxgb_find_route6 +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0xf2935e7b cxgbi_ppm_release +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x108cc94f enic_api_devcmd_proxy_by_index +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x2c271372 vnic_dev_get_res_count +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x4ca50515 vnic_dev_unregister +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x75af5f50 vnic_dev_register +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x95a71f35 vnic_dev_get_pdev +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0xbb7ce8a1 vnic_dev_get_res +EXPORT_SYMBOL drivers/net/ethernet/emulex/benet/be2net 0x34b25a81 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 0xc5f913f3 be_roce_register_driver +EXPORT_SYMBOL drivers/net/ethernet/freescale/dpaa2/fsl-dpaa2-eth 0x02ae9265 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 0x71a18cba enetc_ierb_register_pf +EXPORT_SYMBOL drivers/net/ethernet/fungible/funcore/funcore 0x0419965f fun_dev_disable +EXPORT_SYMBOL drivers/net/ethernet/fungible/funcore/funcore 0x1089594e fun_reserve_irqs +EXPORT_SYMBOL drivers/net/ethernet/fungible/funcore/funcore 0x2a15fe29 fun_dev_enable +EXPORT_SYMBOL drivers/net/ethernet/fungible/funcore/funcore 0x7d54a16f fun_release_irqs +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns/hnae 0x20580492 hnae_put_handle +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns/hnae 0x24fab541 hnae_get_handle +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns/hnae 0x43a03e6e hnae_ae_register +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns/hnae 0x446ea28c hnae_reinit_handle +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns/hnae 0x4f7807e1 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 0x8788afae hns_dsaf_roce_reset +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns3/hnae3 0x475ff264 hnae3_unregister_ae_algo +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns3/hnae3 0x5ee2b2e6 hnae3_register_ae_algo +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns3/hnae3 0x89c47dd1 hnae3_unregister_client +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns3/hnae3 0x98d2bf05 hnae3_set_client_init_flag +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns3/hnae3 0xa9c21d84 hnae3_unregister_ae_dev +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns3/hnae3 0xd81f0abe hnae3_register_client +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns3/hnae3 0xdec336a7 hnae3_unregister_ae_algo_prepare +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns3/hnae3 0xf8196aeb hnae3_register_ae_dev +EXPORT_SYMBOL drivers/net/ethernet/intel/iavf/iavf 0x0df617ad iavf_register_client +EXPORT_SYMBOL drivers/net/ethernet/intel/iavf/iavf 0x65cc4ac1 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 0x189ec027 otx2_mbox_msg_send +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0x2a081733 otx2_mbox_alloc_msg_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 0x49286d3c __tracepoint_otx2_msg_alloc +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0x4d90631b __tracepoint_otx2_msg_interrupt +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0x53d18b2d otx2_mbox_destroy +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0x6365a74f __SCK__tp_func_otx2_msg_alloc +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0x68cb04ec otx2_mbox_check_rsp_msgs +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0x7ebcbef2 __otx2_mbox_reset +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0x8169684f __traceiter_otx2_msg_process +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0x8f005750 __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 0x933bf6b9 __traceiter_otx2_msg_interrupt +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0x9f3ac23b otx2_mbox_wait_for_rsp +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0xa1a6eccd otx2_reply_invalid_msg +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0xa2d69fe9 otx2_mbox_regions_init +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0xb150b38c __tracepoint_otx2_msg_process +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0xb301e978 otx2_mbox_init +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 0xd58c1329 otx2_mbox_reset +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0xe4c7ed4a otx2_mbox_busy_poll_for_rsp +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0xf2f6cafd otx2_mbox_nonempty +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0xff3f10be otx2_mbox_get_rsp +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x027a9b05 otx2_get_mac_from_af +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x0592c2e4 otx2_tc_alloc_ent_bitmap +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x0d4687d0 otx2_sq_append_skb +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x1a6b45d6 otx2vf_mcam_flow_init +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x24cff05e otx2_set_mac_address +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x27d63217 otx2_mbox_up_handler_cgx_link_event +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x2fd96693 otx2vf_set_ethtool_ops +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x3c053afe otx2_tx_timeout +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x41932661 otx2_stop +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x5817ccca otx2_init_tc +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x5ac1cafb otx2_attach_npa_nix +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x5b1b09ca mbox_handler_msix_offset +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x5f9e5548 otx2_ioctl +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x74449bf1 otx2_open +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x79ce2f39 otx2_set_real_num_queues +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x84e15aec otx2_get_maxflows +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x866f16d0 otx2_config_pause_frm +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x8b642862 otx2_mcam_flow_del +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x99d9f8dd otx2_alloc_mcam_entries +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0xa343f70f otx2_handle_ntuple_tc_features +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0xb1fc5479 cn10k_lmtst_init +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0xc0be6635 mbox_handler_nix_bp_enable +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0xc7483d88 otx2_shutdown_tc +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0xc8854128 mbox_handler_nix_txsch_alloc +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0xc8dda3e0 otx2_get_max_mtu +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0xd4b8249b otx2_config_hwtstamp +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0xd8f7712f otx2_txschq_config +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0xd91169c3 mbox_handler_npa_lf_alloc +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0xda0d4f40 otx2_smq_flush +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0xdd2c8696 otx2_nix_config_bp +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0xe0a28952 mbox_handler_nix_lf_alloc +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0xe4e8e159 otx2_setup_tc +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0xf5e7248e otx2_detach_resources +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0xfe272397 otx2_get_stats64 +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0xfe97c8a5 otx2_mbox_up_handler_mcs_intr_notify +EXPORT_SYMBOL drivers/net/ethernet/marvell/prestera/prestera 0x53d16dbe prestera_device_register +EXPORT_SYMBOL drivers/net/ethernet/marvell/prestera/prestera 0xfeff21fe prestera_device_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x098ab810 mlx4_test_interrupt +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0ebffec5 mlx4_get_roce_gid_from_slave +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0f2dabec mlx4_query_diag_counters +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x207162c5 mlx4_get_parav_qkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x223c4959 mlx4_is_slave_active +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x23602a7a mlx4_release_eq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x292af83b mlx4_tunnel_steer_add +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2bd63963 get_phv_bit +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2c24ae09 mlx4_SET_PORT_BEACON +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3d4be5a3 mlx4_ALLOCATE_VPP_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3eda72cc mlx4_SET_PORT_VXLAN +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4094fcfa mlx4_put_slave_node_guid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x45b44cd4 mlx4_SET_VPORT_QOS_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4a433f20 mlx4_SET_VPORT_QOS_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x583f965a mlx4_gen_guid_change_eqe +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5930fdaa mlx4_get_module_info +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6b7daefb mlx4_get_cpu_rmap +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x79946173 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 0x7fff5d1b mlx4_gen_pkey_eqe +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x81ba70ef mlx4_max_tc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8388bec0 mlx4_sync_pkey_table +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8835303b set_and_calc_slave_port_state +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x90ccdbec mlx4_get_slave_pkey_gid_tbl_len +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x936e9a4c mlx4_SET_PORT_qpn_calc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x93facde1 mlx4_get_slave_port_state +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9d2c2366 mlx4_get_slave_from_roce_gid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9e38bef2 mlx4_SET_MCAST_FLTR +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa03821d0 mlx4_get_slave_node_guid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa488796c mlx4_test_async +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa8f76040 set_phv_bit +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xaa65090f mlx4_SET_PORT_fcs_check +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xaa81633a mlx4_gen_slaves_port_mgt_ev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xaaeaf7e9 mlx4_get_is_vlan_offload_disabled +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb1a41f2d mlx4_is_eq_vector_valid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb1fc74c7 mlx4_SET_PORT_user_mtu +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc39d2c12 mlx4_SET_PORT_user_mac +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc7856a14 mlx4_SET_PORT_SCHEDULER +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd4186fb2 mlx4_assign_eq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xde9fcac3 mlx4_get_eqs_per_port +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xdf28cadb mlx4_SET_PORT_general +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe89a84c0 mlx4_is_eq_shared +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xea300bac mlx4_gen_port_state_change_eqe +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xfe131cbd mlx4_ALLOCATE_VPP_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xfe9c454e mlx4_SET_PORT_PRIO2TC +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x000de909 mlx5_rl_remove_rate_raw +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x031ac127 mlx5_core_query_sq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0408c09f mlx5_core_query_rq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x077ad90a mlx5_eswitch_get_encap_mode +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0d770da8 mlx5_notifier_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0f1e1978 mlx5_core_modify_cq_moderation +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0f7cbcaf mlx5_qp_debugfs_cleanup +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0fa42831 mlx5_eq_create_generic +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x119d3206 mlx5_eswitch_get_proto_dev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x12c73d77 mlx5_vector2eqn +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1310fe4d mlx5_core_modify_rq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x13d565c7 mlx5_del_flow_rules +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1402fff5 mlx5_core_modify_sq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x146934f9 mlx5_lag_is_sriov +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x15002ebe mlx5_packet_reformat_alloc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1780e43c mlx5_comp_vectors_count +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x17d8e24a mlx5_get_fdb_sub_ns +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1885c44d mlx5_put_uars_page +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1a02b1d3 mlx5_core_query_mkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1b792d26 mlx5_eswitch_get_vport_metadata_for_match +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 0x1c66a1ee mlx5_get_flow_namespace +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1cc60583 mlx5_lag_is_master +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1e38486c __tracepoint_mlx5_fs_add_ft +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1e722610 mlx5_cmd_create_vport_lag +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x212dcebe mlx5_rsc_dump_cmd_create +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x21800e0f mlx5_core_detach_mcg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x22bce683 __tracepoint_mlx5_fs_del_fte +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x23bb3f50 mlx5_create_flow_table +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x249926c4 mlx5_eswitch_register_vport_reps +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2c1a5949 mlx5_modify_header_alloc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2ea2a1a3 mlx5_core_create_tis +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x321e1cb5 mlx5_cmd_check +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x32fc77d1 __tracepoint_mlx5_fs_del_rule +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x340fc43b mlx5_lag_is_shared_fdb +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 0x37ccfee9 mlx5_eswitch_vport_rep +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x38854233 mlx5_query_ib_port_oper +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x38defb0b mlx5_cmd_cleanup_async_ctx +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x39d2309f mlx5_eswitch_unregister_vport_reps +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3bbb4762 mlx5_fpga_sbu_conn_create +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3c3d001b mlx5_eswitch_get_core_dev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3de1dc59 mlx5_lag_get_slave_port +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3edce861 mlx5_debugfs_root +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x41adc07d mlx5_core_attach_mcg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x43944ca4 mlx5_lag_get_num_ports +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x44d02fc2 mlx5_lag_get_peer_mdev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4547cb15 mlx5_vf_put_core_dev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x45d62aff mlx5_core_destroy_tir +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x484bce17 mlx5_eq_notifier_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4aa3bcf9 mlx5_nic_vport_disable_roce +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4b51657d mlx5_core_query_vendor_id +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 0x4d66aad9 mlx5_fpga_mem_read +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4ec30dee mlx5_cmd_init_async_ctx +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x50a43929 mlx5_fc_create +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x50bba017 mlx5_packet_reformat_dealloc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x559ac38d __SCK__tp_func_mlx5_fs_add_fg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5a25c0e7 mlx5_eswitch_add_send_to_vport_rule +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5b16442e mlx5_fpga_sbu_conn_sendmsg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5b34f42a mlx5_fc_destroy +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 0x5ce4bb3a mlx5_fpga_get_sbu_caps +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5ec4e162 mlx5_core_create_mkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5f75204b mlx5_cmd_exec_cb +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x60edc04f mlx5_eq_enable +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 0x629a6b12 mlx5_rl_is_in_range +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6482eeea __traceiter_mlx5_fs_del_rule +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x66b36ef9 mlx5_core_alloc_transport_domain +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x66d42dac mlx5_core_dealloc_pd +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x67347fb8 mlx5_lag_is_active +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6fb029b6 mlx5_core_destroy_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x712d467a mlx5_lag_mode_is_hash +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 0x72fd803d mlx5_get_uars_page +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x743b78d1 mlx5_sriov_blocking_notifier_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7445c58f mlx5_fpga_sbu_conn_destroy +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x76bae55f mlx5_core_query_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x78e0df6b __traceiter_mlx5_fs_set_fte +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x79239e5d __traceiter_mlx5_fw +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 0x7e13f730 mlx5_core_create_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7fd709fe __tracepoint_mlx5_fs_add_fg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x815b8f46 mlx5_eswitch_vport_match_metadata_enabled +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x830805eb mlx5_rdma_rn_get_params +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x85b1b5ea mlx5_eq_destroy_generic +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x86410c8e mlx5_core_destroy_rqt +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x86adbf1c mlx5_sriov_blocking_notifier_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x87191d08 mlx5_rl_add_rate +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x872e7c67 __tracepoint_mlx5_fs_add_rule +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x87d2fcd5 mlx5_core_destroy_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 0x88ab0c62 mlx5_core_create_psv +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x94e76917 mlx5_free_bfreg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x961a4eb8 mlx5_core_create_rqt +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x96eb2c99 mlx5_fc_id +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x972f9c4c mlx5_rl_add_rate_raw +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x99722275 mlx5_vf_get_core_dev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9a99a850 mlx5_lag_is_roce +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9b4f76ae mlx5_eq_get_eqe +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 0x9f6d8cca mlx5_core_destroy_rq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9fd7e8df mlx5_core_dealloc_transport_domain +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa0828f79 mlx5_cmd_exec +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa1273152 mlx5_lag_get_roce_netdev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa2da788e mlx5_core_alloc_pd +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa36ee33b mlx5_eswitch_uplink_get_proto_dev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa46bb4dc mlx5_is_roce_on +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa63f5fee mlx5_eq_update_ci +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa6dabd09 __traceiter_mlx5_fs_del_fte +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa85e04b7 mlx5_flow_table_id +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa9e5cbd4 mlx5_cmd_do +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 0xaf993589 mlx5_cmd_out_err +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb2856fe9 mlx5_create_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb28dbbe8 mlx5_destroy_flow_group +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb72cffaf __tracepoint_mlx5_fs_del_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 0xbb475e47 __tracepoint_mlx5_fs_set_fte +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xbb8a7122 mlx5_debugfs_get_dev_root +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xbe79183e mlx5_add_flow_rules +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc0b6abd0 mlx5_core_destroy_tis +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc3227f29 mlx5_eq_disable +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc87b345a mlx5_rsc_dump_next +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc8ebabdc mlx5_mpfs_add_mac +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xcaadcd47 mlx5_debug_qp_remove +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xcbd75238 mlx5_fs_add_rx_underlay_qpn +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xcc002b85 mlx5_destroy_flow_table +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xcd8ff9bc mlx5_eswitch_reg_c1_loopback_enabled +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd015bba4 __traceiter_mlx5_fs_add_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 0xd07c96e2 mlx5_mpfs_del_mac +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd13eb8cf mlx5_core_modify_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd58bdc6c mlx5_debug_qp_add +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd60b6fac mlx5_fpga_mem_write +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd6c3be3d __tracepoint_mlx5_fs_del_fg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd73531c1 mlx5_comp_irq_get_affinity_mask +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd8357dd9 mlx5_notifier_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd9e0a3a3 mlx5_fs_remove_rx_underlay_qpn +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xdd89aac9 mlx5_core_destroy_psv +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xddc624ed mlx5_cmd_exec_polling +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe4e09c2b __tracepoint_mlx5_fw +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe55cb709 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 0xe90159c2 mlx5_core_create_rq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xeb1f881c mlx5_core_create_tir +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 0xee3ae339 mlx5_fc_query +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xee4535dd mlx5_rl_remove_rate +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xefbe4429 mlx5_cmd_destroy_vport_lag +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf05dd4e0 mlx5_qp_debugfs_init +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf0aba3a3 mlx5_alloc_bfreg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf380464f mlx5_modify_header_dealloc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf3ca8ebd mlx5_lag_query_cong_counters +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf7e19086 mlx5_eswitch_get_vport_metadata_for_set +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 0xfadb35e2 mlx5_eq_notifier_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xfaedaa4b mlx5_core_modify_tis +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 0x0137f952 mlxsw_afk_values_add_buf +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 0x0791cd0f mlxsw_env_get_module_eeprom +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x07abcc0c mlxsw_afa_block_append_trap +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x0a90acca mlxsw_env_get_module_info +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 0x15197386 mlxsw_core_driver_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x15801382 mlxsw_afk_key_info_put +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x16f4221d mlxsw_core_irq_event_handler_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x19fa5852 mlxsw_core_flush_owq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x1cb8f858 mlxsw_reg_trans_query +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x202693f0 mlxsw_afa_block_cur_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x23eddc68 mlxsw_core_cpu_port_init +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x27a99446 mlxsw_core_traps_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x2c68ced3 mlxsw_core_read_frc_h +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x2f303cd3 mlxsw_afa_block_append_qos_dsfield +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x32556267 mlxsw_core_traps_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x383bc49a mlxsw_afa_block_append_qos_dscp +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x4036254f mlxsw_linecards_event_ops_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x43a9b87e mlxsw_afa_block_terminate +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x47041e4e mlxsw_afk_key_info_blocks_count_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x4765b9f0 mlxsw_core_res_valid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x484489a4 mlxsw_cmd_exec +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x4866767a mlxsw_env_get_module_eeprom_by_page +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x49ec8a06 mlxsw_afa_block_append_police +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x4a558271 mlxsw_env_get_module_power_mode +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x4ed6b9e3 mlxsw_core_port_devlink_port_get +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 0x598e54b3 mlxsw_core_trap_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x5a939205 mlxsw_afk_values_add_u32 +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 0x65e16da4 mlxsw_afk_key_info_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x68727c40 mlxsw_core_trap_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x6929f2b4 mlxsw_env_module_port_map +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x6ef03506 mlxsw_core_ptp_transmitted +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 0x749556a2 mlxsw_afk_key_info_subset +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x75339042 mlxsw_core_lag_mapping_clear +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x77d83398 mlxsw_core_read_frc_l +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x7b0bfeec mlxsw_core_port_fini +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x7e08c6e0 mlxsw_core_event_listener_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x827a2f1f mlxsw_afa_block_jump +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x829e8851 mlxsw_afa_block_first_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x83fb69af mlxsw_core_lag_mapping_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x858c30d0 mlxsw_afa_block_create +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x86817014 mlxsw_core_read_utc_nsec +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x8854d198 mlxsw_reg_write +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x902c3533 mlxsw_core_schedule_dw +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x9661a884 mlxsw_core_rx_listener_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x984199cf mlxsw_afa_create +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x996c5d6d mlxsw_reg_trans_bulk_wait +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x9cbf026d mlxsw_afa_destroy +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x9e41f494 mlxsw_afk_encode +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x9e9a31f3 mlxsw_core_skb_receive +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xa509fafd mlxsw_afa_block_append_counter +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xa5f02982 mlxsw_env_reset_module +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 0xba05b3b0 mlxsw_core_emad_string_tlv_enable +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xba162281 mlxsw_core_port_netdev_link +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xba7f2e6d mlxsw_core_bus_device_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xbc222a8d mlxsw_afk_clear +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xbda212df mlxsw_core_irq_event_handlers_call +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xbfb7df3c mlxsw_core_driver_priv +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xc31fbb6a mlxsw_core_res_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xc5eacafe mlxsw_afa_block_append_l4port +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xc9622257 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 0xcf47ac98 mlxsw_core_rx_listener_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xd111d3e8 mlxsw_core_irq_event_handler_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 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 0xdeab0691 mlxsw_afk_create +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 0xdefdf5eb mlxsw_core_trap_state_set +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 0xf4e70b59 mlxsw_core_driver_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xf82bdc70 mlxsw_core_lag_mapping_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xfeb6d042 mlxsw_core_skb_transmit +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 0xa8045a54 mlxsw_i2c_driver_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_i2c 0xacb0cb91 mlxsw_i2c_driver_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_pci 0x48a5db6b mlxsw_pci_driver_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_pci 0xdd55d876 mlxsw_pci_driver_unregister +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x00233920 ocelot_port_vlan_filtering +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x039b4758 ocelot_port_get_stats64 +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x0a4b7274 ocelot_sb_occ_snapshot +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x0cbfdfd1 ocelot_bridge_stp_state_set +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x0d0dbe5b ocelot_sb_occ_max_clear +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x10832c8c ocelot_init_timestamp +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x1265bfa0 ocelot_devlink_sb_register +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x17835068 ocelot_drain_cpu_queue +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x19453204 vsc7514_vcap_is1_keys +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x1a49194c ocelot_port_lag_join +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x1bcbc8cd ocelot_vlan_del +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x1db7628a ocelot_port_lag_change +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x2674ed30 ocelot_port_policer_add +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x2de8b9d1 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 0x2f2649fa ocelot_ptp_settime64 +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x30cd10de ocelot_get_strings +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x325eca1b ocelot_mrp_del +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x33c8937b ocelot_sb_occ_tc_port_bind_get +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x37898278 ocelot_port_pre_bridge_flags +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x3815395a ocelot_sb_tc_pool_bind_get +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x3a811f9f ocelot_set_ageing_time +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x3c63c366 ocelot_vcap_policer_add +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x3cbce95d ocelot_port_set_maxlen +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x3e7c9e38 ocelot_port_inject_frame +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x4271543f vsc7514_vcap_es0_keys +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x43dda7de ocelot_mact_lookup +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x44c714e8 ocelot_deinit_port +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x471406d5 ocelot_policer_validate +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x4da464b2 ocelot_ptp_adjfine +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x4fb21638 ocelot_fdb_del +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x50035fca ocelot_init_port +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x6325286d ocelot_vcap_filter_del +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x695c93f2 ocelot_vlan_prepare +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x75544503 ocelot_port_mdb_add +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x75984ff4 ocelot_get_ethtool_stats +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x773974e3 ocelot_port_bridge_leave +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x7776723d ocelot_get_sset_count +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x7a88df5c ocelot_ptp_rx_timestamp +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x7b8b6781 ocelot_port_bridge_join +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x7c5fc93d ocelot_mact_learn +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x7d1f29a5 ocelot_mrp_add +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x80a75405 vsc7514_vcap_is2_keys +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x81a2d8d2 ocelot_get_ts_info +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x8855ab6a ocelot_mrp_add_ring_role +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x88c79934 ocelot_ptp_enable +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x90cbb220 vsc7514_vcap_is2_actions +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x9381969d vsc7514_ana_regmap +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x94f40e0a ocelot_sb_pool_get +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x9558fd71 ocelot_devlink_sb_unregister +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x96ba236e ocelot_deinit +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x9a929f42 ocelot_port_txtstamp_request +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x9c9b10a9 ocelot_vcap_filter_add +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x9cb60f6a ocelot_mrp_del_ring_role +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x9d442141 vsc7514_rew_regmap +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x9e362e50 ocelot_port_mdb_del +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x9e8dff2a ocelot_port_policer_del +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xa08c859d ocelot_sb_port_pool_get +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xa68ed5be ocelot_ptp_gettime64 +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xa8413d7e vsc7514_sys_regmap +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xaae5fa7b ocelot_sb_pool_set +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xad659367 ocelot_vcap_policer_del +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xaeecd705 ocelot_sb_port_pool_set +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xb24e7d09 ocelot_port_bridge_flags +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xb30c4b92 vsc7514_ptp_regmap +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xb3107a07 ocelot_hwstamp_set +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xb845b9ca ocelot_hwstamp_get +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xbba17367 vsc7514_qsys_regmap +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xbcdadc03 ocelot_fdb_add +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xbf48ddc1 vsc7514_qs_regmap +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xbffd8f8f ocelot_init +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xc1ce1cfe ocelot_sb_occ_port_pool_get +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xc438b961 ocelot_mact_learn_streamdata +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xc497cf27 ocelot_sb_tc_pool_bind_set +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xca6841c0 ocelot_get_txtstamp +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xce301c34 ocelot_get_max_mtu +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xcee59fdc ocelot_fdb_dump +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xceed5e7e vsc7514_dev_gmii_regmap +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xd00a0835 ocelot_xtr_poll_frame +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 0xd687a545 vsc7514_vcap_es0_actions +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xdcf447c8 ocelot_ptp_adjtime +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xe135f7ba ocelot_vcap_filter_replace +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xe8550cdb ocelot_deinit_timestamp +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xea1b5ac9 vsc7514_vcap_regmap +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xeb9cc9b4 ocelot_mact_forget +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xec4ad1f2 ocelot_ptp_verify +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xecaa97fb vsc7514_vcap_is1_actions +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xf0e261aa ocelot_vlan_add +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xfdc7fafc ocelot_can_inject +EXPORT_SYMBOL drivers/net/ethernet/qlogic/qed/qed 0x15aa4e28 qed_get_eth_ops +EXPORT_SYMBOL drivers/net/ethernet/qlogic/qed/qed 0x2d9c2dec qed_get_iscsi_ops +EXPORT_SYMBOL drivers/net/ethernet/qlogic/qed/qed 0x356cd70c 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 0x74608281 qed_get_rdma_ops +EXPORT_SYMBOL drivers/net/ethernet/qlogic/qed/qed 0x992e03d0 qed_put_fcoe_ops +EXPORT_SYMBOL drivers/net/ethernet/qlogic/qed/qed 0x9eeeef48 qed_put_eth_ops +EXPORT_SYMBOL drivers/net/ethernet/qlogic/qede/qede 0x65b79d59 qede_rdma_unregister_driver +EXPORT_SYMBOL drivers/net/ethernet/qlogic/qede/qede 0x716276ad qede_rdma_register_driver +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x057a56a3 wx_clear_rar +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x16584727 wx_disable_pcie_master +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x1c9f60d0 wx_sw_init +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x21ff9d09 wx_set_rar +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x4532dca5 wx_init_eeprom_params +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x4f2b5025 wx_disable_rx +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x507fb196 wx_mng_present +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x85a0ee09 wx_check_flash_load +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x8f5b2d3b wx_stop_adapter +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x96f53141 wx_control_hw +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x9e16a153 wx_reset_hostif +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xc5750196 wx_read_ee_hostif +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xc9f694ae wx_reset_misc +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xd32f7733 wx_get_mac_addr +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xd54c4ec4 wx_init_rx_addrs +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xda81110a wx_get_pcie_msix_counts +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xdad36ace wx_host_interface_command +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xed18983d wx_read_ee_hostif_buffer +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0x47e06462 hdlcdrv_register +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0x9c12db2d hdlcdrv_receiver +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0xa11f25d9 hdlcdrv_transmitter +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0xcd792ce9 hdlcdrv_arbitrate +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0xfc377ec2 hdlcdrv_unregister +EXPORT_SYMBOL drivers/net/mdio 0x3e17f466 mdio_set_flag +EXPORT_SYMBOL drivers/net/mdio 0x60443957 mdio45_probe +EXPORT_SYMBOL drivers/net/mdio 0x63e0fee5 mdio45_links_ok +EXPORT_SYMBOL drivers/net/mdio 0x7e8fabde mdio45_ethtool_ksettings_get_npage +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 0x2fefbf12 cavium_mdiobus_write +EXPORT_SYMBOL drivers/net/mdio/mdio-cavium 0x95e57796 cavium_mdiobus_read +EXPORT_SYMBOL drivers/net/mdio/mdio-mscc-miim 0xe1c2c241 mscc_miim_setup +EXPORT_SYMBOL drivers/net/mdio/mdio-xgene 0x58d8f901 xgene_mdio_rgmii_write +EXPORT_SYMBOL drivers/net/mdio/mdio-xgene 0x86ba3894 xgene_mdio_wr_mac +EXPORT_SYMBOL drivers/net/mdio/mdio-xgene 0xc8862243 xgene_mdio_rgmii_read +EXPORT_SYMBOL drivers/net/mdio/mdio-xgene 0xc8af92b1 xgene_enet_phy_register +EXPORT_SYMBOL drivers/net/mdio/mdio-xgene 0xf55184e9 xgene_mdio_rd_mac +EXPORT_SYMBOL drivers/net/phy/bcm-phy-lib 0x9c5e5d17 bcm54xx_auxctl_write +EXPORT_SYMBOL drivers/net/ppp/pppox 0x538133f8 pppox_unbind_sock +EXPORT_SYMBOL drivers/net/ppp/pppox 0x756cdf93 pppox_ioctl +EXPORT_SYMBOL drivers/net/ppp/pppox 0x8974d1ce pppox_compat_ioctl +EXPORT_SYMBOL drivers/net/ppp/pppox 0xb35b651f register_pppox_proto +EXPORT_SYMBOL drivers/net/ppp/pppox 0xe0ff7a18 unregister_pppox_proto +EXPORT_SYMBOL drivers/net/sungem_phy 0xfd7fae33 sungem_phy_probe +EXPORT_SYMBOL drivers/net/team/team 0x0eb96f4a team_options_register +EXPORT_SYMBOL drivers/net/team/team 0x313f8f09 team_modeop_port_enter +EXPORT_SYMBOL drivers/net/team/team 0x3d2c1856 team_mode_unregister +EXPORT_SYMBOL drivers/net/team/team 0x5a096978 team_options_change_check +EXPORT_SYMBOL drivers/net/team/team 0x730e27da team_mode_register +EXPORT_SYMBOL drivers/net/team/team 0x8f61aed3 team_option_inst_set_change +EXPORT_SYMBOL drivers/net/team/team 0x923d5982 team_modeop_port_change_dev_addr +EXPORT_SYMBOL drivers/net/team/team 0xde183bf4 team_options_unregister +EXPORT_SYMBOL drivers/net/usb/usbnet 0x36035604 usbnet_device_suggests_idle +EXPORT_SYMBOL drivers/net/usb/usbnet 0xbcf023be usbnet_link_change +EXPORT_SYMBOL drivers/net/usb/usbnet 0xd7d8a240 usbnet_manage_power +EXPORT_SYMBOL drivers/net/wan/hdlc 0x04709828 hdlc_ioctl +EXPORT_SYMBOL drivers/net/wan/hdlc 0x2d09f710 detach_hdlc_protocol +EXPORT_SYMBOL drivers/net/wan/hdlc 0x4f6890cf hdlc_start_xmit +EXPORT_SYMBOL drivers/net/wan/hdlc 0x5656f5aa hdlc_open +EXPORT_SYMBOL drivers/net/wan/hdlc 0x6bc3115d unregister_hdlc_protocol +EXPORT_SYMBOL drivers/net/wan/hdlc 0x723e387f unregister_hdlc_device +EXPORT_SYMBOL drivers/net/wan/hdlc 0x7d61c56c alloc_hdlcdev +EXPORT_SYMBOL drivers/net/wan/hdlc 0x9dbd668e hdlc_close +EXPORT_SYMBOL drivers/net/wan/hdlc 0xe17e596f register_hdlc_protocol +EXPORT_SYMBOL drivers/net/wan/hdlc 0xf8b67947 attach_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 0x1f4d4b60 ath_key_delete +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x23259bda ath_hw_keysetmac +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x440b1c17 ath_is_mybeacon +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x4571aea8 ath_is_world_regd +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x4915b66d ath_key_config +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x49a38b5c ath_printk +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x4c8f668f ath_regd_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x6f8a153a ath_hw_get_listen_time +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x952c2fd1 ath_rxbuf_alloc +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 0xbcf335c0 ath_hw_keyreset +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xc466c711 dfs_pattern_detector_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xd4d1b244 ath_hw_cycle_counters_update +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xef7b7be3 ath_reg_notifier_apply +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xf2ed0432 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 0x022f9b21 ath10k_htt_txrx_compl_task +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x05fdaa9f ath10k_core_free_board_files +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x0db7282b ath10k_htt_hif_tx_complete +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x0ea2c6d4 ath10k_htc_rx_completion_handler +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x0ef31508 ath10k_ce_completed_send_next_nolock +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x121393b1 ath10k_core_start_recovery +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x124a9923 ath10k_htc_tx_completion_handler +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x16eb61e3 ath10k_ce_alloc_pipe +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x19f877a3 ath10k_core_napi_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x1c35730f ath10k_print_driver_info +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x249baf7d ath10k_ce_completed_recv_next_nolock +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x24ad3ffa ath10k_ce_per_engine_service_any +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x26d80e9e ath10k_ce_disable_interrupt +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x2ec3b06b ath10k_core_unregister +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x31eba157 ath10k_ce_enable_interrupt +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x326a691c __ath10k_ce_rx_num_free_bufs +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x3320dfde ath10k_coredump_new +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x3652217b ath10k_htt_rx_hl_indication +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x3a4296f9 ath10k_ce_completed_recv_next +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x3a8fe34d ath10k_htc_notify_tx_completion +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x3eb0fdff ath10k_ce_per_engine_service +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x4518fc05 ath10k_htc_process_trailer +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x477c7ae2 ath10k_core_check_dt +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x486ce9a0 ath10k_ce_dump_registers +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x556082c9 ath10k_ce_send +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x5b03ba62 ath10k_bmi_start +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x5b3412ba ath10k_core_stop +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x5cd8c0b0 ath10k_coredump_get_mem_layout +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x5d290dd7 ath10k_ce_deinit_pipe +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x5d7c0797 ath10k_ce_disable_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x6f712df7 ath10k_ce_completed_send_next +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x7393b3bf ath10k_bmi_read_memory +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x76ed1f35 ath10k_core_create +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x7e6ce84b ath10k_core_destroy +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x819978f8 ath10k_info +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x87159f74 ath10k_htt_t2h_msg_handler +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x876a2cbf ath10k_ce_free_pipe +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x88267409 __ath10k_ce_send_revert +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x8ba2a308 ath10k_htt_rx_pktlog_completion_handler +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x935bbb08 ath10k_ce_revoke_recv_next +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x961afb8e ath10k_ce_num_free_src_entries +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x9d52410d ath10k_core_register +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x9fe8b915 ath10k_ce_free_rri +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xa1e4849a __tracepoint_ath10k_log_dbg +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xaa2ff7f6 ath10k_ce_enable_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xaa5eda06 ath10k_ce_cancel_send_next +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xadcbaf76 ath10k_err +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xadfae021 ath10k_mac_tx_push_pending +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xbe4a0bed ath10k_ce_init_pipe +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xd5927174 ath10k_ce_send_nolock +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xd5cd6a31 ath10k_ce_rx_update_write_idx +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xda3c9493 ath10k_core_fetch_board_file +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xdedf16d8 ath10k_warn +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xe080acb8 ath10k_ce_alloc_rri +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xeca0bd7a ath10k_core_start +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xf0ea5981 ath10k_core_napi_sync_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xf9563f0a ath10k_ce_rx_post_buf +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x075b2768 ath11k_ce_alloc_pipes +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x0ba7d490 ath11k_pcic_register_pci_ops +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x17eca9cc ath11k_pcic_get_user_msi_assignment +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x1b66c8b2 ath11k_ce_get_attr_flags +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x2d9f926a ath11k_pcic_get_ce_msi_idx +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x313a6d96 ath11k_core_pre_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x3320ad61 ath11k_pcic_ext_irq_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x36376f98 ath11k_ce_per_engine_service +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x3b0923b7 ath11k_core_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x3fdf6fef ath11k_hal_srng_deinit +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x47ac7525 ath11k_pcic_ce_irqs_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x481413b1 ath11k_pcic_read32 +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x4fa6e6f4 ath11k_core_alloc +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x52944e15 ath11k_info +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x5361de4f ath11k_qmi_deinit_service +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x555966eb ath11k_pcic_free_irq +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x598597dc ath11k_core_suspend +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x5b68ff31 ath11k_pcic_stop +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x5c52b33c ath11k_pcic_map_service_to_pipe +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x606a5b5a __tracepoint_ath11k_log_dbg +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x650eb0b5 ath11k_ce_get_shadow_config +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x7044db58 ath11k_err +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x81708208 ath11k_ce_free_pipes +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x84a7a55c ath11k_pci_disable_ce_irqs_except_wake_irq +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x870d99cb ath11k_pcic_init_msi_config +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x91388a44 ath11k_ce_rx_post_buf +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x9c51bcc4 ath11k_debug_mask +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xa2e9df75 ath11k_pcic_write32 +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xa91a27a0 ath11k_warn +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xad144f3c ath11k_ce_cleanup_pipes +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xae426f7f ath11k_pcic_get_msi_address +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xb0aa0441 ath11k_core_resume +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xb2a835d4 ath11k_pcic_ce_irq_disable_sync +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xb6653a8c ath11k_pcic_ext_irq_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xc0c04a56 ath11k_core_free +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xc9755a79 ath11k_pcic_read +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xd51f4054 ath11k_pcic_start +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xd896aef4 ath11k_hal_srng_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xdacf81c2 ath11k_pci_enable_ce_irqs_except_wake_irq +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xe05506cb ath11k_debugfs_soc_destroy +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xe9cf5544 ath11k_pcic_config_irq +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xead8eb32 ath11k_dp_service_srng +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xf0197188 ath11k_cold_boot_cal +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xf4c429a9 ath11k_core_deinit +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x097cec33 ath6kl_core_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x1354043d ath6kl_warn +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x33516146 ath6kl_cfg80211_resume +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x3502feef ath6kl_info +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x420063aa ath6kl_read_tgt_stats +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x57995e7a ath6kl_core_destroy +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x8da775fe ath6kl_core_cleanup +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x91cfb84a ath6kl_hif_rw_comp_handler +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x96e34134 ath6kl_core_tx_complete +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x9f7d2390 ath6kl_cfg80211_suspend +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xb881b1a9 ath6kl_printk +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xb9a689dd ath6kl_err +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xc2535df9 ath6kl_core_rx_complete +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xcc1f975c ath6kl_core_create +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xd50c8daf ath6kl_hif_intr_bh_handler +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xe5ed7f1b ath6kl_stop_txrx +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x149ca983 ath9k_cmn_get_channel +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x167c15db ath9k_cmn_rx_skb_postprocess +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x170664c2 ath9k_cmn_beacon_config_ap +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x18972e66 ath9k_cmn_init_crypto +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x41aae67b ath9k_cmn_debug_stat_rx +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x481cc5ca ath9k_cmn_spectral_deinit_debug +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x4c68a6fa ath9k_cmn_spectral_scan_config +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x56cff15f ath9k_cmn_beacon_config_adhoc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x5d13f49d ath9k_cmn_spectral_scan_trigger +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x6dbeec62 ath9k_cmn_spectral_init_debug +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x7862ea7a ath9k_cmn_debug_base_eeprom +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x8e911d41 ath9k_cmn_update_txpow +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x95163c3b ath_cmn_process_fft +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x9ccc59ee ath9k_cmn_debug_modal_eeprom +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xa9481bf1 ath9k_cmn_process_rate +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xb7735f01 ath9k_cmn_setup_ht_cap +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xba157e4b ath9k_cmn_init_channels_rates +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xc800f949 ath9k_cmn_debug_recv +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xc8da0a6c ath9k_cmn_get_hw_crypto_keytype +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xd10be70e 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 0xd4a280d3 ath9k_cmn_reload_chainmask +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xe0d03e9b ath9k_cmn_process_rssi +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xe2049d30 ath9k_cmn_beacon_config_sta +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xf71dd558 ath9k_cmn_rx_accept +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x09f8e190 ath9k_hw_setrxabort +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0a033720 ath9k_hw_abortpcurecv +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0c50f539 ath9k_hw_stopdmarecv +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0e7056ea ar9003_mci_send_wlan_channels +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0f170abb ath9k_hw_settsf64 +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0f77dafc ath9k_hw_get_tsf_offset +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x13a491a5 ath9k_hw_gettxbuf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x1b7521af ath9k_hw_set_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x1db54bf7 ath9k_hw_check_alive +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x1dd72334 ath9k_hw_wow_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x1f8ad221 ath9k_hw_gettsf64 +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x26eea3c3 ath9k_hw_resettxqueue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x27a66f87 ath9k_hw_puttxbuf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x29cb8496 ath9k_hw_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x303c25fc ath9k_hw_reset_calvalid +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x30f3cff3 ar9003_paprd_create_curve +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x318c26e1 ath9k_hw_btcoex_set_concur_txprio +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x322e33eb ath9k_hw_getnf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x329efa67 ath9k_hw_bstuck_nfcal +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x3ee746de ath9k_hw_enable_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x40166f13 ath9k_hw_get_txq_props +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x40bb9fc6 ath9k_hw_gpio_free +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x41a476e1 ath9k_hw_loadnf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x443292b9 ath9k_hw_setrxfilter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x459090d1 ath9k_hw_intrpend +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x47ace80c ar9003_hw_disable_phy_restart +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x4aabb817 ar9003_is_paprd_enabled +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x4ec6b48e ath9k_hw_set_tx_filter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x4f94bd60 ath9k_hw_wait +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x5011a19d ar9003_mci_state +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x50c0dcb1 ath9k_hw_btcoex_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x529e4fa4 ath9k_hw_setup_statusring +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x52f892a6 ar9003_paprd_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x54872b06 ath9k_hw_setuprxdesc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x54ce81e0 ath9k_hw_addrxbuf_edma +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x5629c9dc ath9k_hw_abort_tx_dma +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x5688edb5 ath9k_hw_gpio_get +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x573082f9 ar9003_paprd_is_done +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x5fdc8d8f ar9003_hw_bb_watchdog_check +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6197743a ath9k_hw_btcoex_init_mci +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x63ef626a ath9k_hw_init_btcoex_hw +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x64173e6b ath9k_hw_gpio_request_in +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x65e4edef ath9k_hw_btcoex_init_3wire +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x65e73afe ath9k_hw_set_gpio +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x69cd2a6f ath9k_hw_gpio_request_out +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6b372025 ath9k_hw_gen_timer_start +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6d004073 ar9003_mci_get_interrupt +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6e88cc46 ath9k_hw_init_global_settings +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x71757325 ath9k_hw_btcoex_deinit +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x72960299 ath9k_hw_startpcureceive +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x7742e1bf ar9003_mci_cleanup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x7a87992c ath9k_hw_wow_apply_pattern +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x7aeec6d2 ath_gen_timer_free +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x7db51956 ath9k_hw_reset +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x7e280c7f ar9003_mci_send_message +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x8055475b ath9k_hw_set_tsfadjust +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x812fecbe ar9003_mci_set_bt_version +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x82476cbc ath9k_hw_putrxbuf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x89b2b417 ath9k_hw_disable_mib_counters +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x8a5e234a ath9k_hw_setantenna +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x8afef864 ath9k_hw_deinit +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x8b29f174 ath9k_hw_name +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x9024a651 ath9k_hw_ani_monitor +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x91599a7b ar9003_paprd_init_table +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x927eba53 ath9k_hw_phy_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x9295425b ath9k_hw_set_rx_bufsize +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x964777e6 ath9k_hw_wow_wakeup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x9ade00f6 ath9k_hw_write_associd +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa1ef6e9b ath9k_hw_stop_dma_queue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa2433673 ath_gen_timer_alloc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xaacab4df ath9k_hw_check_nav +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xab2f0857 ath9k_hw_setopmode +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xacd94424 ath9k_hw_set_sta_beacon_timers +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xbb4c8874 ath9k_hw_btcoex_set_weight +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xbc382dcf ar9003_get_pll_sqsum_dvc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xbd6c540a ath9k_hw_beaconq_setup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc08cec2d ar9003_paprd_setup_gain_table +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc274cca9 ath9k_hw_rxprocdesc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc44a7273 ath9k_hw_releasetxqueue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc4a3cefe ath9k_hw_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc6cfcfc0 ath9k_hw_btcoex_init_2wire +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc7a98de1 ath9k_hw_set_txq_props +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xca7efebd ath9k_hw_resume_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xcc3f7310 ar9003_paprd_populate_single_table +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xccb83805 ath9k_hw_beaconinit +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xcd8910f9 ath9k_hw_txstart +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xcf186e07 ath9k_hw_gettsf32 +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd400727a ar9003_hw_bb_watchdog_dbg_info +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd511019a ath9k_hw_process_rxdesc_edma +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd99204bb ath9k_hw_setpower +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xda96c05c ath9k_hw_updatetxtriglevel +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xdcf364ce ath9k_hw_kill_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xdfa4724d ath9k_hw_btcoex_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xdfa7763d ar9003_mci_get_next_gpm_offset +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xe0592477 ath9k_hw_btcoex_bt_stomp +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xe1fa24a2 ath9k_hw_set_txpowerlimit +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xe53a5154 ath9k_hw_setmcastfilter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xe5c689a7 ath_gen_timer_isr +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xe618d3af ath9k_hw_computetxtime +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xe69ecfa5 ath9k_hw_disable_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xef1ee94b ath9k_hw_btcoex_init_scheme +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xef3b0a4c ath9k_hw_getchan_noise +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf219a401 ath9k_hw_reset_tsf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf637ac75 ath9k_hw_numtxpending +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf8e962f0 ath9k_hw_getrxfilter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf9a431ba ath9k_hw_gen_timer_stop +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xfce3b21c ar9003_mci_setup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xffdcf06d ath9k_hw_setuptxqueue +EXPORT_SYMBOL drivers/net/wireless/atmel/atmel 0x8de3e82c init_atmel_card +EXPORT_SYMBOL drivers/net/wireless/atmel/atmel 0xc8bf8faa atmel_open +EXPORT_SYMBOL drivers/net/wireless/atmel/atmel 0xf4d4097f stop_atmel_card +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x002e9e41 brcmu_pktq_penq_head +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x1906648e brcmu_boardrev_str +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x20b87c52 brcmu_pktq_penq +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x2396a7e9 brcmu_pktq_pdeq +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x23e16d69 brcmu_pkt_buf_free_skb +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x41f73b72 brcmu_pkt_buf_get_skb +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x4490c0f7 brcmu_pktq_pdeq_tail +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x567b1bf8 brcmu_pktq_mdeq +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x625683a3 brcmu_pktq_pdeq_match +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x79fa5dfb brcmu_pktq_peek_tail +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x809715b5 brcmu_pktq_pflush +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x9cc8bad5 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 0xd6217d91 brcmu_d11_attach +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0xe5be6b94 brcmu_pktq_flush +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0xe9993c6e brcmu_pktq_mlen +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x10770a49 libipw_channel_to_freq +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x13248d80 libipw_rx +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x2485c358 libipw_wx_get_encode +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x2a882d2d alloc_libipw +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x4ea221f5 free_libipw +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x4ed7fd17 libipw_wx_get_encodeext +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x660802df libipw_get_channel_flags +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x67d471e8 libipw_set_geo +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x79e366c9 libipw_wx_set_encodeext +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x8eaf120c libipw_wx_get_scan +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0xa9ff7bd9 libipw_channel_to_index +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0xada4ce8a libipw_rx_mgt +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0xcc66ac41 libipw_get_channel +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0xd50d29f9 libipw_networks_age +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0xdcacf6fe libipw_txb_free +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0xe2da3fba libipw_freq_to_channel +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0xe56dc245 libipw_get_geo +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0xe688b8cf libipw_xmit +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0xecddb57a libipw_is_valid_channel +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0xf4c6a3a5 libipw_wx_set_encode +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x000ae8cb il_init_geos +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x0037e055 il_add_station_common +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x01d9b065 il_is_ht40_tx_allowed +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x03711885 il_mac_remove_interface +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x0798011a il_cmd_queue_unmap +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x09345468 il_set_rxon_channel +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x0988bb56 il_leds_exit +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x1402df92 il_get_passive_dwell_time +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x176870b1 il_dbgfs_register +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x182a97ad il_free_txq_mem +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x1ca50eaa il_scan_cancel_timeout +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x1d3ded59 il_read_targ_mem +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x1e4b4654 il_irq_handle_error +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x1e62e168 il_mac_reset_tsf +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x20e7add2 il_add_beacon_time +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x2136627e il_eeprom_query16 +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x228fe83c il_poll_bit +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x23598788 il_connection_init_rx_config +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x251853c5 il_get_single_channel_number +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x2711bfb5 il_free_geos +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x2745fbf6 il_set_rate +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x2bb2e47a il_hdl_error +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x2bf7eea6 il_queue_space +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x2df42cac il_set_rxon_hwcrypto +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x30a8eb05 il_mac_flush +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x3451fb49 il_tx_queue_init +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x34ca7d77 il_eeprom_init +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x36928cca il_set_tx_power +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x387d764f il_hdl_spectrum_measurement +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x39cb5b22 il_hdl_pm_sleep +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x3f0586ed il_force_reset +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x416bd26a il_debug_level +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x4825e781 il_get_free_ucode_key_idx +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x4acef15a il_txq_update_write_ptr +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x4aecd28b il_rx_queue_alloc +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x4b53a1be il_rx_queue_space +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x4c41e20b il_send_cmd_sync +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x4cf9cf3b il_chswitch_done +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x4d4efa60 il_power_update_mode +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x502adf76 il_send_rxon_timing +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x51ae9280 il_hdl_pm_debug_stats +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x52520a5d il_setup_watchdog +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x52d234ba il_tx_queue_free +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x557c71a2 il_send_cmd +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x565e519c il_rx_queue_update_write_ptr +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x56cf4512 il_mac_conf_tx +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x5848e911 il_init_scan_params +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x5b5e0dee il_leds_init +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x5cc281cf il_free_channel_map +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x5e1daf1d il_get_active_dwell_time +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x609a865c il_tx_cmd_protection +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x64e27a5e il_update_stats +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x669d1f08 il_set_decrypted_flag +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x67148174 il_setup_rx_scan_handlers +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x69dea6a4 il_apm_init +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x6f0b8826 _il_poll_bit +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x74024145 il_setup_scan_deferred_work +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x7745498c _il_apm_stop +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x78898e07 il_eeprom_query_addr +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x83151393 il_send_lq_cmd +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x881cde33 il_clear_bit +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x89dc3073 il_mac_bss_info_changed +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x8b32e0b2 il_power_initialize +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x8cfb0420 il_mac_sta_remove +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x8e9426db il_hdl_csa +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x939a2a91 il_check_rxon_cmd +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x981762f0 il_mac_change_interface +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x984bd155 il_send_cmd_pdu_async +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x9a45406b il_send_stats_request +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x9c8e4f5a il_rd_prph +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x9cc714af il_bg_watchdog +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xad867dd3 il_full_rxon_required +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xb0875a78 il_mac_config +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xb36a518b il_write_targ_mem +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xb442496a il_cancel_scan_deferred_work +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 0xb80cbf05 il_clear_ucode_stations +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xb967d98e il_scan_cancel +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xb98a96a2 il_get_channel_info +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xbf71edfb il_pm_ops +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xc1499e14 il_wr_prph +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xc47adde8 il_set_flags_for_band +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xc7a8a57b il_alloc_txq_mem +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xd1387f4f il_mac_add_interface +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xd14dbe2d il_mac_hw_scan +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xd29598c0 il_restore_stations +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xd51155e5 il_cmd_queue_free +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xd7d4c9a1 il_set_bit +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xd9e14957 il_set_rxon_ht +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xdbcb23e2 il_init_channel_map +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xde280fa2 il_tx_queue_reset +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xdfc38817 il_send_add_sta +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xe3673aa1 il_tx_cmd_complete +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xe89931a5 il_fill_probe_req +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xeaf1ee99 il_send_bt_config +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xee2dc3ef il_send_cmd_pdu +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xf128fef9 il_usecs_to_beacons +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xf622f622 il_apm_stop +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xf70a693b il_bcast_addr +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xf92b190b il_get_lowest_plcp +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xf9fd7043 il_dbgfs_unregister +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xfc13ec65 il_tx_queue_unmap +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xff556667 il_eeprom_free +EXPORT_SYMBOL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x36a862e9 __tracepoint_iwlwifi_dev_ucode_event +EXPORT_SYMBOL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x3d23c104 __tracepoint_iwlwifi_dev_ucode_wrap_event +EXPORT_SYMBOL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x4248cfe8 __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 0x7f0cc928 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 0xaaafbd3e __tracepoint_iwlwifi_dev_ucode_cont_event +EXPORT_SYMBOL drivers/net/wireless/intel/iwlwifi/iwlwifi 0xb172918b __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/intel/iwlwifi/iwlwifi 0xe77d6e48 __traceiter_iwlwifi_dev_ucode_wrap_event +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x02613222 hostap_init_proc +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x1ce5a3de hostap_get_porttype +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x1fa539d3 hostap_init_ap_proc +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x20389ecb prism2_update_comms_qual +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x2d63ee63 hostap_free_data +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x517424cb hostap_set_antsel +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x51ee8aaf hostap_handle_sta_tx_exc +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x5f1bbcc4 hostap_set_word +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x64123b67 hostap_add_interface +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x73e9baef hostap_set_hostapd +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 0x8d012e73 hostap_set_auth_algs +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x94f0182b hostap_remove_proc +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x98e3a061 hostap_master_start_xmit +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xa0a7ec81 hostap_setup_dev +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xaa6dec5b hostap_info_init +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xab770691 hostap_remove_interface +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xacac8a38 hostap_set_hostapd_sta +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xb48e6413 hostap_info_process +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xb4b77c8b hostap_80211_get_hdrlen +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xd80a7801 hostap_set_roaming +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xd97aff83 hostap_set_string +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xdae1fa14 hostap_80211_ops +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xe0c0ef93 hostap_check_sta_fw_version +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xf8a3a6fe hostap_80211_rx +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xf91c03e2 hostap_dump_tx_header +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xfba344c4 hostap_init_data +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xfc1606a0 hostap_set_encryption +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x2602d420 __orinoco_ev_rx +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x3404d9df orinoco_change_mtu +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x50019dd2 orinoco_process_xmit_skb +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x50183fb5 orinoco_tx_timeout +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x73b983b0 orinoco_if_del +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x7beae7a0 orinoco_if_add +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x96a0b014 orinoco_stop +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0xa74c2dc5 hermes_struct_init +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0xdb064c4a alloc_orinocodev +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0xef68e85e free_orinocodev +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0xf59ae7ac orinoco_set_multicast_list +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0xfd9b00ee orinoco_init +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0xfe47048f orinoco_up +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0xfe992934 __orinoco_ev_info +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0xfed7f5f4 orinoco_down +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0xffcd14fe orinoco_open +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0xffe27bca orinoco_interrupt +EXPORT_SYMBOL drivers/net/wireless/mediatek/mt76/mt76 0x0462a116 mt76_wcid_key_setup +EXPORT_SYMBOL drivers/net/wireless/mediatek/mt76/mt76 0x327a9822 mt76_rx_signal +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/btcoexist/btcoexist 0xb7e101bf rtl_btc_get_ops_pointer +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x0ce05d43 rtl92c_set_fw_pwrmode_cmd +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x1954ca5d rtl92c_bt_rssi_state_change +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x1f15507d _rtl92c_store_pwrindex_diffrate_offset +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x1fa8828a rtl92c_dm_init_rate_adaptive_mask +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 0x2db0cef2 rtl92c_phy_set_io +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x2f23feed rtl92c_phy_rf_config +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x310394bf rtl92c_phy_set_io_cmd +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x31f6d7e0 rtl92c_phy_set_txpower_level +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x35d85955 _rtl92c_phy_set_rf_sleep +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x38c12680 rtl92c_phy_set_bw_mode +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x391b188c rtl92c_phy_set_bb_reg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x3c4ede50 _rtl92c_phy_rf_serial_write +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x3cd8ec03 _rtl92c_phy_txpwr_idx_to_dbm +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x3fff29f2 _rtl92c_phy_rf_serial_read +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x4ea51a56 rtl92ce_phy_set_rf_on +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x5745f010 _rtl92c_phy_dbm_to_txpwr_idx +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x58c47c5e _rtl92c_phy_fw_rf_serial_read +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x5d1fdac8 rtl92c_phy_set_rfpath_switch +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x6c47591d rtl92c_dm_watchdog +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x73d2a5d1 rtl92c_dm_init_edca_turbo +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x86abb26a rtl92c_dm_check_txpower_tracking +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x8b1a27e1 rtl92c_phy_sw_chnl +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x8cfb1dfe rtl8192_phy_check_is_legal_rfpath +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x8de18aa3 rtl92c_fill_h2c_cmd +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x9f07e204 rtl92c_phy_update_txpower_dbm +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x9fa0bd99 rtl92c_phy_sw_chnl_callback +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xa02aa3f0 _rtl92c_phy_init_bb_rf_register_definition +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xa1df19b5 rtl92c_phy_query_bb_reg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xc011cf21 rtl92c_phy_iq_calibrate +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xc2c38840 rtl92c_phy_ap_calibrate +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xc65540cc rtl92c_set_fw_rsvdpagepkt +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xc972c185 rtl92c_download_fw +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xcd167104 _rtl92c_phy_bb8192c_config_parafile +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xe048ac12 _rtl92c_phy_fw_rf_serial_write +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xe2656f9b rtl92c_dm_bt_coexist +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xe3345dbb rtl92c_dm_rf_saving +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xe42bf0f5 rtl92c_dm_write_dig +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xe796af4a rtl92c_dm_init +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xeea2164c rtl92c_phy_lc_calibrate +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xf215910d rtl92c_firmware_selfreset +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xfb3c76d4 rtl92c_set_fw_joinbss_report_cmd +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_pci 0x16a005b2 rtl_pci_suspend +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_pci 0x28e06b70 rtl_pci_probe +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_pci 0x9a89ad25 rtl_pci_disconnect +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_pci 0xc4d749be rtl_pci_resume +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_usb 0x0e761b4b rtl_usb_suspend +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_usb 0x5cf8c73a rtl_usb_probe +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_usb 0xac20182c rtl_usb_disconnect +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_usb 0xf6ea3b87 rtl_usb_resume +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x0286d2ad rtl_send_smps_action +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x07443f4a rtl_get_tcb_desc +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x0b038e24 channel5g_80m +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x0f0bf446 rtl_phy_scan_operation_backup +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x19137411 rtl_cam_mark_invalid +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x1b945315 rtl_addr_delay +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x25d94c47 rtl_cam_empty_entry +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x2ea18c17 rtl_hal_pwrseqcmdparsing +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x2ea977c6 rtl_signal_scale_mapping +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x30a956d7 rtl_query_rxpwrpercentage +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x32eb2aee rtl_efuse_shadow_map_update +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x366d3f61 rtl_dm_diginit +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x39aabd29 rtl_rx_ampdu_apply +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x4a2d8662 efuse_shadow_read +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x54824f58 channel5g +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x5940bd80 rtl_init_rfkill +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x5ce81ceb efuse_power_switch +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x6050088c rtl_ps_disable_nic +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x62eed622 rtl_mrate_idx_to_arfr_id +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x6600544b rtl_process_phyinfo +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x66326c7b rtl_cmd_send_packet +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x7b038762 rtl_cam_del_entry +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x8ea60059 rtl_fw_cb +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x971a2bc2 rtl_c2hcmd_enqueue +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x9cba4473 efuse_one_byte_read +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xaa3dcfcc rtlwifi_rate_mapping +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xb5c480c9 rtl_cam_get_free_entry +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xbfa0b4b9 rtl_rfreg_delay +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xc482c8a6 rtl_cam_delete_one_entry +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xccd7b8d1 rtl_cam_reset_all_entry +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xd6b5910e rtl_cam_add_one_entry +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xe350fe67 rtl_ps_enable_nic +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xe7319da8 rtl_collect_scan_list +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 0xfdcaa0e9 efuse_read_1byte +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xff48dee2 rtl_bb_delay +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_8723d 0xcc60dd4c rtw8723d_hw_spec +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_8821c 0x51a0aac1 rtw8821c_hw_spec +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_8822b 0x2780a7fe rtw8822b_hw_spec +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_8822c 0xc842ccc0 rtw8822c_hw_spec +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x032c3cba rtw_ops +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x0f999d86 rtw_fw_c2h_cmd_isr +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x19abaa13 rtw_power_mode_change +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x1e892b7b rtw_coex_write_scbd +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x238fbbcd rtw_phy_pwrtrack_get_delta +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x25e7cb3e rtw_phy_config_swing_table +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x29bbabb0 rtw_tx_report_enqueue +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x29d2d779 __rtw_dbg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x2ab65509 rtw_phy_set_edcca_th +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x31437019 rtw_bf_cfg_csi_rate +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 0x39b59a33 rtw_phy_pwrtrack_avg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x3dafa860 rtw_phy_pwrtrack_thermal_changed +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x3e9880f9 rtw_fw_do_iqk +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x40a99177 rtw_phy_cfg_agc +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x41a65999 rtw_unregister_hw +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 0x445eebb4 rtw_phy_pwrtrack_need_iqk +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 0x5e46da91 rtw_phy_set_tx_power_level +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x66de319f rtw_chip_info_setup +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x6b4ee6cf rtw_core_init +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x71f68692 rtw_phy_write_rf_reg_sipi +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x745f1761 rtw_phy_get_tx_power_index +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x76c34e1c rtw_core_deinit +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x7ac24909 rtw_phy_cfg_bb +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x7ea351a6 rtw_restore_reg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x7f0f27a6 rtw_phy_read_rf_sipi +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x8473fc76 rtw_phy_init +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x8c4d6e66 rtw_bf_remove_bfee_su +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x906a845f rtw_bf_set_gid_table +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x90e3ea4f rtw_phy_parsing_cfo +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x92480a34 rtw_coex_write_indirect_reg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x9405dd89 rtw_phy_read_rf +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x985ea778 rtw_parse_tbl_phy_cond +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x9bc6e920 rtw_phy_load_tables +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xa01516b8 rtw_phy_pwrtrack_get_pwridx +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xa17d72ef rtw_bf_enable_bfee_su +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xa52faa71 rtw_bf_phy_init +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xb02de45e rtw_bf_enable_bfee_mu +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xb7a36d33 rtw_regd_get +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xbb334c0b rtw_tx_write_data_h2c_get +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xbc071580 rtw_read8_physical_efuse +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xc116cd3a rtw_fw_c2h_cmd_rx_irqsafe +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xc669301f rtw_dump_fw +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xc6a32a48 rtw_set_channel_mac +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xca3fa55b rtw_rx_stats +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xcbc3bf54 rtw_phy_cfg_rf +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xce19509b rtw_coex_read_indirect_reg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xd2552e2e rtw_phy_pwrtrack_need_lck +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xd3ba3780 rtw_phy_cfg_mac +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xd46aa1a8 rtw_rx_fill_rx_status +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xd4cc84b1 rtw_dump_reg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xd729350a rtw_phy_write_rf_reg_mix +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xd9e30af7 rtw_set_rx_freq_band +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xda8f81f5 rtw_register_hw +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xddbbd882 rtw_fw_inform_rfk_status +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xe58c5e4c rtw_parse_tbl_txpwr_lmt +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xe88df64d rtw_bf_remove_bfee_mu +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xedd2cfcc rtw_parse_tbl_bb_pg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xef5ec11a check_hw_ready +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xf2725300 rtw_tx_fill_tx_desc +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xf9e53326 rtw_tx_write_data_rsvd_page_get +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_pci 0x165d53c7 rtw_pm_ops +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_pci 0x297564c7 rtw_pci_remove +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_pci 0x488f38dd rtw_pci_probe +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_pci 0xdd3297d4 rtw_pci_shutdown +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_usb 0x9aff6761 rtw_usb_probe +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_usb 0xc69a7eae rtw_usb_disconnect +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_8852a 0x6565fe54 rtw8852a_chip_info +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_8852b 0x12fb2ca4 rtw8852b_chip_info +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_8852c 0x895e60cb rtw8852c_chip_info +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x0279eae0 rtw89_phy_config_rf_reg_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x053fd9b7 rtw89_mac_disable_bb_rf +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x07dabb62 rtw89_core_napi_start +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x084cc833 rtw89_phy_set_txpwr_offset +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x0aae2b56 rtw89_mac_size +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x0d726100 rtw89_phy_set_txpwr_limit_ru +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x14a100e8 rtw89_core_fill_txdesc_fwcmd_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x1da2c0bd rtw89_mac_cfg_gnt +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x213cc7fb rtw89_mac_cfg_ctrl_path_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x2a3ea243 rtw89_mac_resume_sch_tx_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x2b3aa72a rtw89_phy_write32_idx +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x2bee553f rtw89_core_unregister +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x2cdc82e4 rtw89_core_deinit +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x2f68b112 rtw89_core_napi_deinit +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x35496a15 rtw89_core_rx +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x35f4988f rtw89_phy_load_txpwr_byrate +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x37410ec5 rtw89_phy_tssi_ctrl_set_bandedge_cfg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x3b5a4a2b rtw89_mac_coex_init +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x3d8fe3c1 rtw89_phy_set_txpwr_limit +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x3fad49b2 rtw89_mac_cfg_gnt_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x40c7b0ef __rtw89_debug +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x4439cf6a rtw89_phy_get_txsc +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x4546fa28 rtw89_alloc_ieee80211_hw +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x49a0b7f3 rtw89_free_ieee80211_hw +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x49fe925f rtw89_mac_cfg_ppdu_status +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x4d8d70e8 rtw89_mac_enable_bb_rf +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x53c02722 rtw89_phy_read_rf_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x556797b8 rtw89_fw_h2c_rf_ntfy_mcc +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x5fe01e33 rtw89_mac_read_xtal_si +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x7442748b rtw89_phy_read_txpwr_limit +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x868a5168 rtw89_phy_write_rf +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x86c027f0 rtw89_mac_stop_sch_tx_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x8a5ae757 rtw89_mac_get_txpwr_cr +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x94b221da rtw89_phy_read32_idx +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x9942e4ae rtw89_core_fill_txdesc_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x996f430b rtw89_core_register +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x99a4889c rtw89_phy_read_rf +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x9a68de8d rtw89_fw_h2c_dctl_sec_cam_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x9ad55892 rtw89_core_query_rxdesc +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x9c2d2675 rtw89_mac_get_err_status +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x9fd56773 rtw89_rfk_parser +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xa519648f rtw89_core_init +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xa8a2be1e rtw89_phy_set_txpwr_byrate +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xb07cd71c rtw89_core_fill_txdesc +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xb8f0330b rtw89_mac_write_xtal_si +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xb9bda490 rtw89_mac_coex_init_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xc0caa6b8 rtw89_mac_set_err_status +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xc504b3d7 rtw89_core_napi_init +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xd3c43106 rtw89_btc_set_policy_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xd6eda446 rtw89_core_napi_stop +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xd8cc71db rtw89_mac_stop_sch_tx +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xdbdd42b7 rtw89_btc_ntfy_wl_rfk +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xe3f57b04 rtw89_debug_mask +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xeb3d05f9 rtw89_btc_set_policy +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xeec4c658 rtw89_ops +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xef034bb0 rtw89_phy_write_rf_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xf522681d rtw89_mac_cfg_ctrl_path +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xf75b0e46 rtw89_phy_write_reg3_tbl +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xfbc8f0c9 rtw89_mac_resume_sch_tx +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xfe8be0bb rtw89_chip_info_setup +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xffaa63a5 rtw89_ser_notify +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x088952a7 rtw89_pci_disable_intr_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x106fe117 rtw89_pci_enable_intr_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x29212d5e rtw89_pci_enable_intr +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x6b17fb3c rtw89_pci_remove +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 0x81e788a5 rtw89_pci_disable_intr +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x8dd4d7f1 rtw89_pci_ltr_set +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 0xb84cedb2 rtw89_pci_config_intr_mask +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0xbf7cea91 rtw89_pci_recognize_intrs +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0xc90c8b6f rtw89_pci_fill_txaddr_info_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0xcf29b818 rtw89_pci_ltr_set_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0xcf4127f1 rtw89_pm_ops +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0xd0dc9510 rtw89_pci_probe +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0xd71fd16f rtw89_pci_fill_txaddr_info +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0xdc0ead7d rtw89_pci_config_intr_mask_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0xe81e0f19 rtw89_pci_recognize_intrs_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0xf630d9a9 rtw89_pci_ch_dma_addr_set_v1 +EXPORT_SYMBOL drivers/net/wireless/rsi/rsi_91x 0xdb4c0c28 rsi_config_wowlan +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0x02505204 wl1271_free_tx_id +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0x4b45a78d wlcore_calc_packet_alignment +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0x892b6447 wl12xx_is_dummy_packet +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0xdc8a6a50 wlcore_tx_complete +EXPORT_SYMBOL drivers/nfc/fdp/fdp 0x444883df fdp_nci_probe +EXPORT_SYMBOL drivers/nfc/fdp/fdp 0x4d3c9862 fdp_nci_remove +EXPORT_SYMBOL drivers/nfc/microread/microread 0x8c38d512 microread_probe +EXPORT_SYMBOL drivers/nfc/microread/microread 0x8da5a79b microread_remove +EXPORT_SYMBOL drivers/nfc/nxp-nci/nxp-nci 0x70cec2a0 nxp_nci_remove +EXPORT_SYMBOL drivers/nfc/nxp-nci/nxp-nci 0x7be4cb8d nxp_nci_probe +EXPORT_SYMBOL drivers/nfc/nxp-nci/nxp-nci 0xaeef999d nxp_nci_fw_recv_frame +EXPORT_SYMBOL drivers/nfc/pn533/pn533 0x691a3266 pn533_recv_frame +EXPORT_SYMBOL drivers/nfc/pn544/pn544 0x2f6f2f4d pn544_hci_probe +EXPORT_SYMBOL drivers/nfc/pn544/pn544 0xf3914575 pn544_hci_remove +EXPORT_SYMBOL drivers/nfc/s3fwrn5/s3fwrn5 0x125178ad s3fwrn5_phy_power_ctrl +EXPORT_SYMBOL drivers/nfc/s3fwrn5/s3fwrn5 0x5ca2f3c3 s3fwrn5_probe +EXPORT_SYMBOL drivers/nfc/s3fwrn5/s3fwrn5 0x707cbb5d s3fwrn5_remove +EXPORT_SYMBOL drivers/nfc/s3fwrn5/s3fwrn5 0x774203fc s3fwrn5_phy_set_wake +EXPORT_SYMBOL drivers/nfc/s3fwrn5/s3fwrn5 0xc75a0f15 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 0x02f4c78b st_nci_vendor_cmds_init +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0x25e6a71b ndlc_send +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0x4979cabb st_nci_se_init +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0x4c073265 st_nci_se_deinit +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0x5092c5ce ndlc_open +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0x5a38fadb ndlc_close +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0x8d97be07 ndlc_recv +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0xb7688e8d ndlc_remove +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0xe47460b6 ndlc_probe +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0xfb3639c0 st_nci_se_io +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x1f3cb783 st21nfca_hci_loopback_event_received +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x3cd8a356 st21nfca_hci_discover_se +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x62961ece st21nfca_hci_probe +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x62b29305 st21nfca_im_send_atr_req +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x62f76e83 st21nfca_hci_enable_se +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x6b3d7a19 st21nfca_hci_remove +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x76ad4abd st21nfca_hci_se_io +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x8a93ff43 st21nfca_se_init +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x8ab3c4f8 st21nfca_im_send_dep_req +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x8f76ca0d st21nfca_connectivity_event_received +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0xa1397c89 st21nfca_dep_init +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0xa8c2f97b st21nfca_dep_deinit +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0xb4e6aa98 st21nfca_hci_disable_se +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0xbbc7836c st21nfca_apdu_reader_event_received +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0xcc89064b st21nfca_tm_send_dep_res +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0xe1952703 st21nfca_dep_event_received +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0xed663f8f st21nfca_se_deinit +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0xfe4c5705 st21nfca_vendor_cmds_init +EXPORT_SYMBOL drivers/ntb/ntb 0x03767046 ntb_msi_init +EXPORT_SYMBOL drivers/ntb/ntb 0x1ccf80ff ntb_unregister_device +EXPORT_SYMBOL drivers/ntb/ntb 0x1d87e05f ntbm_msi_request_threaded_irq +EXPORT_SYMBOL drivers/ntb/ntb 0x1ee72080 ntb_msi_setup_mws +EXPORT_SYMBOL drivers/ntb/ntb 0x2928d046 ntb_default_peer_port_idx +EXPORT_SYMBOL drivers/ntb/ntb 0x2cfc9264 ntb_link_event +EXPORT_SYMBOL drivers/ntb/ntb 0x338b0357 ntb_msi_clear_mws +EXPORT_SYMBOL drivers/ntb/ntb 0x43940b0b ntb_clear_ctx +EXPORT_SYMBOL drivers/ntb/ntb 0x533b32b2 ntb_default_port_number +EXPORT_SYMBOL drivers/ntb/ntb 0x5fe80158 ntb_msi_peer_addr +EXPORT_SYMBOL drivers/ntb/ntb 0x6bbe4929 ntb_unregister_client +EXPORT_SYMBOL drivers/ntb/ntb 0x9bddebe4 ntb_set_ctx +EXPORT_SYMBOL drivers/ntb/ntb 0xab42e14e ntbm_msi_free_irq +EXPORT_SYMBOL drivers/ntb/ntb 0xb2331ba8 ntb_db_event +EXPORT_SYMBOL drivers/ntb/ntb 0xb47a2769 ntb_default_peer_port_count +EXPORT_SYMBOL drivers/ntb/ntb 0xb4a7d898 __ntb_register_client +EXPORT_SYMBOL drivers/ntb/ntb 0xbf0716bf ntb_default_peer_port_number +EXPORT_SYMBOL drivers/ntb/ntb 0xe2358b45 ntb_msi_peer_trigger +EXPORT_SYMBOL drivers/ntb/ntb 0xe867c190 ntb_register_device +EXPORT_SYMBOL drivers/ntb/ntb 0xf9a0dd2f ntb_msg_event +EXPORT_SYMBOL drivers/nvdimm/nd_btt 0x8a31b0a0 nvdimm_namespace_attach_btt +EXPORT_SYMBOL drivers/nvdimm/nd_btt 0xd7d5598f nvdimm_namespace_detach_btt +EXPORT_SYMBOL drivers/parport/parport 0x01cdebe8 __parport_register_driver +EXPORT_SYMBOL drivers/parport/parport 0x0228af12 parport_ieee1284_read_byte +EXPORT_SYMBOL drivers/parport/parport 0x07388b57 parport_ieee1284_read_nibble +EXPORT_SYMBOL drivers/parport/parport 0x0806868f parport_announce_port +EXPORT_SYMBOL drivers/parport/parport 0x10301058 parport_ieee1284_write_compat +EXPORT_SYMBOL drivers/parport/parport 0x25fa7777 parport_claim +EXPORT_SYMBOL drivers/parport/parport 0x29c9e10d parport_release +EXPORT_SYMBOL drivers/parport/parport 0x2e51e5a4 parport_wait_peripheral +EXPORT_SYMBOL drivers/parport/parport 0x392668f2 parport_ieee1284_epp_read_data +EXPORT_SYMBOL drivers/parport/parport 0x3ac1931e parport_wait_event +EXPORT_SYMBOL drivers/parport/parport 0x4d2a941b parport_ieee1284_interrupt +EXPORT_SYMBOL drivers/parport/parport 0x4de1d690 parport_ieee1284_ecp_write_data +EXPORT_SYMBOL drivers/parport/parport 0x4dffa13a parport_get_port +EXPORT_SYMBOL drivers/parport/parport 0x4ebec632 parport_ieee1284_epp_write_data +EXPORT_SYMBOL drivers/parport/parport 0x50a85956 parport_claim_or_block +EXPORT_SYMBOL drivers/parport/parport 0x582b6f77 parport_remove_port +EXPORT_SYMBOL drivers/parport/parport 0x59b690b9 parport_negotiate +EXPORT_SYMBOL drivers/parport/parport 0x5e3a3912 parport_irq_handler +EXPORT_SYMBOL drivers/parport/parport 0x5ef4615d parport_find_number +EXPORT_SYMBOL drivers/parport/parport 0x712eecb1 parport_register_port +EXPORT_SYMBOL drivers/parport/parport 0x844f2ddc parport_del_port +EXPORT_SYMBOL drivers/parport/parport 0x8b53c86f parport_unregister_device +EXPORT_SYMBOL drivers/parport/parport 0x8d1305f1 parport_put_port +EXPORT_SYMBOL drivers/parport/parport 0x93031d28 parport_set_timeout +EXPORT_SYMBOL drivers/parport/parport 0x943d432c parport_ieee1284_epp_write_addr +EXPORT_SYMBOL drivers/parport/parport 0x9762538e parport_ieee1284_ecp_write_addr +EXPORT_SYMBOL drivers/parport/parport 0xaa6ce893 parport_find_base +EXPORT_SYMBOL drivers/parport/parport 0xadd65792 parport_register_dev_model +EXPORT_SYMBOL drivers/parport/parport 0xafa52c27 parport_ieee1284_ecp_read_data +EXPORT_SYMBOL drivers/parport/parport 0xb1c3f663 parport_read +EXPORT_SYMBOL drivers/parport/parport 0xc014a123 parport_unregister_driver +EXPORT_SYMBOL drivers/parport/parport 0xf9652e93 parport_write +EXPORT_SYMBOL drivers/parport/parport 0xfec91377 parport_ieee1284_epp_read_addr +EXPORT_SYMBOL drivers/parport/parport_pc 0x6a8cd59a parport_pc_unregister_port +EXPORT_SYMBOL drivers/parport/parport_pc 0x99a296bb parport_pc_probe_port +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x187b94cc pcmcia_get_socket +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x212db8d2 pcmcia_socket_list +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x2d4771c0 pcmcia_register_socket +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x70c53e6f pccard_register_pcmcia +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x75b3f253 pcmcia_reset_card +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x8784c820 pcmcia_put_socket +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x93efa8d3 pcmcia_get_socket_by_nr +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x9f82298c pcmcia_socket_class +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xa8796f65 pcmcia_unregister_socket +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xa87b363e pcmcia_parse_uevents +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xcf97f3bd dead_socket +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xe8b63bf4 pcmcia_parse_events +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xf942709b pcmcia_socket_list_rwsem +EXPORT_SYMBOL drivers/pcmcia/pcmcia_rsrc 0xf0cbcd0f pccard_static_ops +EXPORT_SYMBOL drivers/platform/chrome/cros_ec 0x073a8fa3 cros_ec_resume +EXPORT_SYMBOL drivers/platform/chrome/cros_ec 0x2310ddce cros_ec_register +EXPORT_SYMBOL drivers/platform/chrome/cros_ec 0x5341b16e cros_ec_suspend +EXPORT_SYMBOL drivers/platform/chrome/cros_ec 0xc51e81c8 cros_ec_unregister +EXPORT_SYMBOL drivers/platform/chrome/cros_ec 0xf25aacf5 cros_ec_irq_thread +EXPORT_SYMBOL drivers/regulator/rohm-regulator 0xf61904fd rohm_regulator_set_dvs_levels +EXPORT_SYMBOL drivers/rpmsg/qcom_smd 0x3330a1c8 qcom_smd_unregister_edge +EXPORT_SYMBOL drivers/rpmsg/qcom_smd 0xc7e20e4a qcom_smd_register_edge +EXPORT_SYMBOL drivers/rpmsg/rpmsg_char 0x24245b29 rpmsg_chrdev_eptdev_create +EXPORT_SYMBOL drivers/rpmsg/rpmsg_char 0x7cfec908 rpmsg_chrdev_eptdev_destroy +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x11d30e56 rpmsg_trysendto +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x22fd753e rpmsg_get_mtu +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x2df425a5 rpmsg_register_device_override +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x3424cea8 rpmsg_release_channel +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x3667f7e4 rpmsg_find_device +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x39094f87 rpmsg_trysend +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x58b97b84 rpmsg_create_channel +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x716f4fcf rpmsg_send_offchannel +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x717a11ac rpmsg_sendto +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x7276ed15 rpmsg_destroy_ept +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0xa70a84fc rpmsg_unregister_device +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0xad306617 rpmsg_create_ept +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0xb65c4b1e rpmsg_class +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0xd24e9856 rpmsg_trysend_offchannel +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0xde94d085 rpmsg_send +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0xe36db132 rpmsg_poll +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0xe4e466e6 rpmsg_register_device +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0xf107e768 unregister_rpmsg_driver +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0xf5442537 __register_rpmsg_driver +EXPORT_SYMBOL drivers/rpmsg/rpmsg_ns 0x40332cc9 rpmsg_ns_register_device +EXPORT_SYMBOL drivers/scsi/esp_scsi 0x4a29ab38 scsi_esp_intr +EXPORT_SYMBOL drivers/scsi/esp_scsi 0x6df84ce3 scsi_esp_register +EXPORT_SYMBOL drivers/scsi/esp_scsi 0x9ee58465 scsi_esp_template +EXPORT_SYMBOL drivers/scsi/esp_scsi 0xb5cbfa87 scsi_esp_unregister +EXPORT_SYMBOL drivers/scsi/esp_scsi 0xc6575f6d scsi_esp_cmd +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x05e032f1 fcoe_fcf_get_selected +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x19c7699a fcoe_ctlr_set_fip_mode +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x2e997dbf fcoe_ctlr_link_down +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x4f30eaa6 fcoe_ctlr_recv +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x66bde88e fcoe_ctlr_destroy +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x6ca0ab20 fcoe_ctlr_init +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x8d8c1589 fcoe_ctlr_link_up +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x8e3b43a2 fcoe_ctlr_els_send +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xa29cc6d4 fcoe_transport_attach +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xea3cd0dd fcoe_transport_detach +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xf308d70e fcoe_ctlr_recv_flogi +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x037572bd fc_lport_bsg_request +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x071fdc63 fc_linkdown +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x086c6eff fc_fabric_login +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x0b510ad9 fc_eh_device_reset +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x107c1fd0 fc_exch_mgr_list_clone +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x1c2c73f5 fc_lport_set_local_id +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x1d674f0a fc_vport_setlink +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x1defb8e0 fc_lport_flogi_resp +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x22b90986 fc_exch_mgr_del +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x2324833c fc_exch_update_stats +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x28b416dc fc_exch_mgr_free +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x29cd9524 fc_lport_iterate +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x2c599d39 fc_fill_hdr +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x328cfb57 fc_lport_recv +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x3d288a83 fc_exch_mgr_reset +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x3da82745 fc_exch_mgr_add +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x4b1ed394 fc_exch_seq_send +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x4f078094 fc_linkup +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x4f883935 fc_lport_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x4ff5685a fc_elsct_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x569dd730 fc_frame_alloc_fill +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x58a95489 fc_fc4_deregister_provider +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x66062c12 fc_lport_logo_resp +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x6d9a3267 fc_rport_lookup +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x6f92716d fc_eh_abort +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x70f762c4 fc_set_mfs +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x79bdb3a2 fc_lport_destroy +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x7e5d2247 fc_rport_logoff +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x7f3407a7 fc_seq_start_next +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x7fcf7da0 fc_fill_reply_hdr +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x80daa904 fc_lport_config +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x811811e0 fc_exch_done +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x82ebaf2a fc_set_rport_loss_tmo +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x851ff036 fc_rport_create +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x8d4878c3 fc_lport_reset +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x8df599b9 fc_get_host_speed +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x8e39436e fc_exch_mgr_alloc +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x9256b812 fc_fabric_logoff +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x929a452c fc_get_host_port_state +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x960a91fd fc_fcp_destroy +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x984a25dd fc_fcp_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x9c88ac43 fc_frame_crc_check +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x9d50ed7e fc_rport_destroy +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x9f8abe3b fc_seq_send +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xa1bcd198 fc_cpu_mask +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xa73a691b fc_rport_recv_req +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xa8515891 fc_fc4_register_provider +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xaa057313 fc_vport_id_lookup +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xab880129 fc_get_host_stats +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xabc57091 fc_disc_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xb0ddd5a1 fc_rport_flush_queue +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xb328d701 fc_rport_terminate_io +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xbb549731 fc_elsct_send +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xbffcf67c fc_slave_alloc +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xc6dec98d fc_seq_assign +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xccf1bb7f fc_seq_set_resp +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xcdf157a8 fc_rport_login +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xd2dd330a fc_exch_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xd69f3a63 libfc_vport_create +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xd75d7a5d fc_disc_config +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xdf91f0d0 fc_eh_host_reset +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xe5758f4d fc_exch_recv +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xe5cf06b5 fc_lport_notifier_head +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xe7d3f522 fc_queuecommand +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xebae667f _fc_frame_alloc +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xfa4667d1 fc_seq_release +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0x216b8a25 sas_suspend_ha +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0x2b677150 sas_resume_ha_no_sync +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0x311cc2ef sas_prep_resume_ha +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0x4a8e3d34 try_test_sas_gpio_gp_bit +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0xa0d98bf9 sas_resume_ha +EXPORT_SYMBOL drivers/scsi/megaraid/megaraid_mm 0xa21fafb9 mraid_mm_adapter_app_handle +EXPORT_SYMBOL drivers/scsi/megaraid/megaraid_mm 0xb2cf7c01 mraid_mm_unregister_adp +EXPORT_SYMBOL drivers/scsi/megaraid/megaraid_mm 0xc81b3b8c mraid_mm_register_adp +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x01005eed qlt_rdy_to_xfer +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x076c0b74 qlt_stop_phase2 +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x0a524b3f qlt_stop_phase1 +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x39a36514 qlt_lport_register +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x6c1c9826 qlt_xmit_response +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x7ef6f3ae qlt_abort_cmd +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xb928c12b qlt_free_mcmd +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xe5cb761c qlt_xmit_tm_rsp +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xe82d1501 qlt_lport_deregister +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xf3dbd749 qlt_unreg_sess +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xfca63474 qlt_free_cmd +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xfd7db872 qlt_enable_vha +EXPORT_SYMBOL drivers/scsi/raid_class 0x7bb81a69 raid_class_attach +EXPORT_SYMBOL drivers/scsi/raid_class 0x8f5546af raid_class_release +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x0ccdd820 fc_release_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x10399494 fc_block_rport +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x108fb169 fc_block_scsi_eh +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x2cdf50e6 scsi_is_fc_rport +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x375f8bbd fc_get_event_number +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x3f2f2605 fc_remove_host +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x40899712 fc_remote_port_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x56255533 fc_attach_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x6dc2a9c6 fc_find_rport_by_wwpn +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x74ab054e fc_host_post_fc_event +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xab259885 fc_remote_port_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xaba9d6ad fc_eh_timed_out +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xae14cd5c fc_host_fpin_rcv +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xb801f0f6 fc_vport_create +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xbe605028 fc_host_post_event +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xc794613a fc_vport_terminate +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xe31301c4 fc_remote_port_rolechg +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xf851ad4c fc_host_post_vendor_event +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x0c9a9e8d sas_port_mark_backlink +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x12dd1f2d sas_phy_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x1487e178 sas_rphy_free +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x1826281a sas_port_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x2d4ded20 sas_phy_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x33fe19dd sas_rphy_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x3795aa97 sas_port_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x40b3d074 sas_port_delete_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x501530b8 sas_attach_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x53344087 scsi_is_sas_rphy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x55368029 sas_end_device_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x5b7b3116 sas_rphy_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x5d4f94b3 sas_get_address +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x80997ed9 sas_port_alloc_num +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x80e64b74 sas_read_port_mode_page +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xa6624b67 sas_rphy_remove +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xa71e44af sas_port_add_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xb19e1a75 sas_phy_free +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xb42cbefd sas_expander_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xb64dc85d sas_phy_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xd110cbaf sas_port_free +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xd2d257c9 sas_remove_host +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xd4bb48a3 sas_port_get_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xeb8c421d scsi_is_sas_port +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xed018d9c scsi_is_sas_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xeee02054 sas_release_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xfb870815 sas_port_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xfbd2a40d sas_remove_children +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xfd3a51b8 sas_rphy_unlink +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0x291be0fc spi_display_xfer_agreement +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0x3686ea09 spi_print_msg +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0x70645dae spi_release_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0x781d65ac spi_schedule_dv_device +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0x87d6c18d spi_dv_device +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0xc5229412 spi_attach_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0x405b6e05 srp_parse_tmo +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0x6c9de922 srp_start_tl_fail_timers +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0x6eca2072 srp_reconnect_rport +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0xa2c3a94b srp_rport_put +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0xac1967c0 srp_rport_get +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0xfbaa7d6b srp_timed_out +EXPORT_SYMBOL drivers/soc/fsl/dpio/fsl-mc-dpio 0x030f2d6c dpaa2_io_service_enqueue_fq +EXPORT_SYMBOL drivers/soc/fsl/dpio/fsl-mc-dpio 0x21e76a68 dpaa2_io_get_adaptive_coalescing +EXPORT_SYMBOL drivers/soc/fsl/dpio/fsl-mc-dpio 0x2bc276ca dpaa2_io_update_net_dim +EXPORT_SYMBOL drivers/soc/fsl/dpio/fsl-mc-dpio 0x35210a1c dpaa2_io_set_irq_coalescing +EXPORT_SYMBOL drivers/soc/fsl/dpio/fsl-mc-dpio 0x3d01f417 dpaa2_io_service_pull_fq +EXPORT_SYMBOL drivers/soc/fsl/dpio/fsl-mc-dpio 0xb629a241 dpaa2_io_get_irq_coalescing +EXPORT_SYMBOL drivers/soc/fsl/dpio/fsl-mc-dpio 0xc4ccef03 dpaa2_io_get_cpu +EXPORT_SYMBOL drivers/soc/fsl/dpio/fsl-mc-dpio 0xdb008703 dpaa2_io_service_enqueue_multiple_fq +EXPORT_SYMBOL drivers/soc/fsl/dpio/fsl-mc-dpio 0xe0f67b93 dpaa2_io_service_enqueue_multiple_desc_fq +EXPORT_SYMBOL drivers/soc/fsl/dpio/fsl-mc-dpio 0xfa0aedff dpaa2_io_set_adaptive_coalescing +EXPORT_SYMBOL drivers/soc/mediatek/mtk-cmdq-helper 0x07564e82 cmdq_pkt_assign +EXPORT_SYMBOL drivers/soc/mediatek/mtk-cmdq-helper 0x081d1a1a cmdq_pkt_write_mask +EXPORT_SYMBOL drivers/soc/mediatek/mtk-cmdq-helper 0x1f3ed632 cmdq_pkt_jump +EXPORT_SYMBOL drivers/soc/mediatek/mtk-cmdq-helper 0x3f6fab3f cmdq_pkt_write_s_mask_value +EXPORT_SYMBOL drivers/soc/mediatek/mtk-cmdq-helper 0x3fc19424 cmdq_pkt_write +EXPORT_SYMBOL drivers/soc/mediatek/mtk-cmdq-helper 0x45dae4fc cmdq_pkt_poll +EXPORT_SYMBOL drivers/soc/mediatek/mtk-cmdq-helper 0x578699c0 cmdq_pkt_finalize +EXPORT_SYMBOL drivers/soc/mediatek/mtk-cmdq-helper 0x58cdc788 cmdq_pkt_poll_mask +EXPORT_SYMBOL drivers/soc/mediatek/mtk-cmdq-helper 0x5a123a5e cmdq_pkt_write_s_mask +EXPORT_SYMBOL drivers/soc/mediatek/mtk-cmdq-helper 0x5bfd584c cmdq_pkt_set_event +EXPORT_SYMBOL drivers/soc/mediatek/mtk-cmdq-helper 0x64306deb cmdq_pkt_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 0xb8490607 cmdq_mbox_destroy +EXPORT_SYMBOL drivers/soc/mediatek/mtk-cmdq-helper 0xbed9f8b2 cmdq_dev_get_client_reg +EXPORT_SYMBOL drivers/soc/mediatek/mtk-cmdq-helper 0xd529f27b cmdq_pkt_destroy +EXPORT_SYMBOL drivers/soc/mediatek/mtk-cmdq-helper 0xdf8340fe cmdq_pkt_write_s +EXPORT_SYMBOL drivers/soc/mediatek/mtk-cmdq-helper 0xfc46df58 cmdq_mbox_create +EXPORT_SYMBOL drivers/soc/mediatek/mtk-cmdq-helper 0xfec2df2b cmdq_pkt_read_s +EXPORT_SYMBOL drivers/soc/qcom/ocmem 0xc53d76b1 ocmem_allocate +EXPORT_SYMBOL drivers/soc/qcom/ocmem 0xf45b8726 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 0x45b41cae geni_se_rx_dma_prep +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0x4f95784b geni_se_tx_dma_prep +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0x647f3385 geni_se_rx_dma_unprep +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0x65a0e04c geni_se_tx_dma_unprep +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0x6fd82397 geni_se_init +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0x7322878c geni_icc_get +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0x76bcd242 geni_se_config_packing +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0x81ee6eed geni_se_clk_freq_match +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0x8dafbfb9 geni_icc_set_bw +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0xa612fcdc geni_icc_enable +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0xa9680fb3 geni_se_select_mode +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0xb133e376 geni_se_clk_tbl_get +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0xb2c65e57 geni_icc_disable +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0xbe0f70ab geni_se_resources_on +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0xc1a4546e geni_se_get_qup_hw_version +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0xcf32ae5c geni_icc_set_tag +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0xeb67a61c geni_se_resources_off +EXPORT_SYMBOL drivers/soc/qcom/qcom_aoss 0x2333aed6 qmp_put +EXPORT_SYMBOL drivers/soc/qcom/qcom_aoss 0x7cee1ce8 qmp_get +EXPORT_SYMBOL drivers/soc/qcom/qcom_aoss 0x9e2aa1df qmp_send +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0x00c85253 qmi_send_response +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0x0f13465b qmi_txn_init +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0x25fe5655 qmi_add_lookup +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0x26653097 qmi_txn_wait +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 0x5f37081b qmi_send_indication +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0x6051451d qmi_decode_message +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0x6e301623 qmi_txn_cancel +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0x71c811fe qmi_add_server +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0xa68ff4b8 qmi_handle_release +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0xc75f8b2d qmi_handle_init +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0xd555eeed qmi_send_request +EXPORT_SYMBOL drivers/soc/qcom/smd-rpm 0x3abef80b qcom_rpm_smd_write +EXPORT_SYMBOL drivers/soc/qcom/smem 0x34b57571 qcom_smem_alloc +EXPORT_SYMBOL drivers/soc/qcom/smem 0x5a710273 qcom_smem_get_free_space +EXPORT_SYMBOL drivers/soc/qcom/smem 0x9979b76e qcom_smem_virt_to_phys +EXPORT_SYMBOL drivers/soc/qcom/smem 0xeeffa750 qcom_smem_get +EXPORT_SYMBOL drivers/soc/qcom/wcnss_ctrl 0x6fe8a0b4 qcom_wcnss_open_channel +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x06c64c39 sdw_write_no_pm +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x07825057 sdw_handle_slave_status +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x0da817cc sdw_bus_master_delete +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x16d1706b sdw_prepare_stream +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x1c66977c sdw_update +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x1deee061 sdw_find_row_index +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x1eb941a7 sdw_stream_add_master +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x202c076f sdw_nwrite +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x211aaeb0 sdw_bus_prep_clk_stop +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x29800920 sdw_stream_remove_master +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x374502fc sdw_nread +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x397b6f35 sdw_master_read_prop +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x3b0a8582 sdw_startup_stream +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x46c46ea9 sdw_write +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x4cde88bf sdw_disable_stream +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x53ce6246 sdw_stream_remove_slave +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x5452202e sdw_slave_add +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x56d976ab sdw_read +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x60e31fbb sdw_find_col_index +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x66302ce4 sdw_bus_clk_stop +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x693347b5 sdw_show_ping_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 0x76953b88 sdw_compare_devid +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x808209a1 sdw_bwrite_no_pm_unlocked +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x84071833 sdw_extract_slave_id +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x9e122d79 sdw_alloc_stream +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xa53efc16 sdw_read_no_pm +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xa57c97aa sdw_bus_exit_clk_stop +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xaa675ebc sdw_update_no_pm +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xaa960aa7 sdw_slave_read_prop +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xba54b904 sdw_cols +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xbbec2c2e sdw_enable_stream +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xc52c4d0d sdw_bus_master_add +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xcfd5bda7 sdw_clear_slave_status +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xda5bce09 sdw_release_stream +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xdacac421 sdw_bread_no_pm_unlocked +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xf53ba0b8 sdw_rows +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xf729a4af sdw_stream_add_slave +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x29743b35 sdw_cdns_clock_restart +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x34712074 sdw_cdns_irq +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x387a7d22 sdw_cdns_alloc_pdi +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x3efbfd9a cdns_set_sdw_stream +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x42f1c971 sdw_cdns_probe +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x4c8e05ae sdw_cdns_clock_stop +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x5a0e56ab sdw_cdns_pdi_init +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x6719488b cdns_xfer_msg_defer +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x77469f21 sdw_cdns_is_clock_stop +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x7abbfce4 cdns_xfer_msg +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x8f4b6db5 cdns_bus_conf +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x9c5aee18 sdw_cdns_config_stream +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0xa25b5d6b sdw_cdns_enable_interrupt +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0xa9299d56 sdw_cdns_init +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0xc50a634c cdns_read_ping_status +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0xc7302bb7 cdns_reset_page_addr +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0xe9dee791 sdw_cdns_check_self_clearing_bits +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0xfd211742 sdw_cdns_exit_reset +EXPORT_SYMBOL drivers/soundwire/soundwire-generic-allocation 0xbae93ced sdw_compute_params +EXPORT_SYMBOL drivers/ssb/ssb 0x0b6c6079 ssb_pmu_set_ldo_paref +EXPORT_SYMBOL drivers/ssb/ssb 0x233b8348 ssb_set_devtypedata +EXPORT_SYMBOL drivers/ssb/ssb 0x257ca384 ssb_device_disable +EXPORT_SYMBOL drivers/ssb/ssb 0x2af93301 ssb_clockspeed +EXPORT_SYMBOL drivers/ssb/ssb 0x364eab85 ssb_pmu_set_ldo_voltage +EXPORT_SYMBOL drivers/ssb/ssb 0x48b96308 ssb_dma_translation +EXPORT_SYMBOL drivers/ssb/ssb 0x4c1c9881 ssb_bus_powerup +EXPORT_SYMBOL drivers/ssb/ssb 0x582f32bc __ssb_driver_register +EXPORT_SYMBOL drivers/ssb/ssb 0x6549874d ssb_bus_resume +EXPORT_SYMBOL drivers/ssb/ssb 0xa4436c92 ssb_commit_settings +EXPORT_SYMBOL drivers/ssb/ssb 0xb3a96ea9 ssb_bus_suspend +EXPORT_SYMBOL drivers/ssb/ssb 0xb45d52cd ssb_chipco_gpio_control +EXPORT_SYMBOL drivers/ssb/ssb 0xb55d4fbf ssb_bus_sdiobus_register +EXPORT_SYMBOL drivers/ssb/ssb 0xbf9c2b29 ssb_driver_unregister +EXPORT_SYMBOL drivers/ssb/ssb 0xc5470f8c ssb_bus_unregister +EXPORT_SYMBOL drivers/ssb/ssb 0xc7dc3bdf ssb_bus_may_powerdown +EXPORT_SYMBOL drivers/ssb/ssb 0xc80304fb ssb_device_is_enabled +EXPORT_SYMBOL drivers/ssb/ssb 0xcb17f1cb ssb_admatch_base +EXPORT_SYMBOL drivers/ssb/ssb 0xccf7c649 ssb_device_enable +EXPORT_SYMBOL drivers/ssb/ssb 0xdfc7c6ef ssb_admatch_size +EXPORT_SYMBOL drivers/ssb/ssb 0xe4d7c371 ssb_pcihost_register +EXPORT_SYMBOL drivers/ssb/ssb 0xf8b6cdb7 ssb_pcicore_dev_irqvecs_enable +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x00e421cf fbtft_dbg_hex +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x1e23a197 fbtft_write_vmem16_bus16 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x232345c6 fbtft_write_gpio16_wr_latched +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x3117b139 fbtft_write_spi_emulate_9 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x3240b305 fbtft_register_backlight +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x3521ddf2 fbtft_register_framebuffer +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x4099fecb fbtft_write_vmem8_bus8 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x5efe0629 fbtft_write_vmem16_bus9 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x7fe9e2fb fbtft_read_spi +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x811fff66 fbtft_write_vmem16_bus8 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x8aa58817 fbtft_write_spi +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x8ccfe1aa fbtft_init_display +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x8ec86bfc fbtft_framebuffer_release +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x9db90423 fbtft_write_gpio8_wr +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xa19f6b17 fbtft_write_reg8_bus9 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xa58244f8 fbtft_remove_common +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xaa200fff fbtft_write_reg8_bus8 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xb8293320 fbtft_write_reg16_bus8 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xd5bbab5b fbtft_write_gpio16_wr +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xd9e19aac fbtft_write_reg16_bus16 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xdae2d886 fbtft_unregister_backlight +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xe990f00c fbtft_probe_common +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xef125948 fbtft_framebuffer_alloc +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xfc15c3a6 fbtft_write_buf_dc +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xffca0d4d fbtft_unregister_framebuffer +EXPORT_SYMBOL drivers/staging/greybus/gb-audio-codec 0x536e8b19 gbaudio_unregister_module +EXPORT_SYMBOL drivers/staging/greybus/gb-audio-codec 0x62c1977a gbaudio_module_update +EXPORT_SYMBOL drivers/staging/greybus/gb-audio-codec 0xa8686d33 gbaudio_register_module +EXPORT_SYMBOL drivers/staging/iio/addac/adt7316 0x01cf6b63 adt7316_probe +EXPORT_SYMBOL drivers/staging/iio/meter/ade7854 0x5184ca5d ade7854_probe +EXPORT_SYMBOL drivers/staging/nvec/nvec 0x9b3929f1 nvec_write_sync +EXPORT_SYMBOL drivers/staging/nvec/nvec 0xf106ad4f nvec_write_async +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x02691abb rtllib_wx_get_rate +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x04d867ca rtllib_reset_queue +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x081b47dc rtllib_wx_set_rate +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x09184ecb rtllib_start_scan_syncro +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x09f6cd5c rtllib_wx_set_encode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x15774638 rtllib_wx_set_mode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x18097f3f rtllib_softmac_stop_protocol +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x19ccf0aa rtllib_wx_get_wap +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x1f051b5f rtllib_wx_get_mode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x20c3a5bb rtllib_ps_tx_ack +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x22166084 rt_global_debug_component +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x22f54659 rtllib_wx_set_scan +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x23592ca2 rtllib_wx_set_encode_ext +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x28871b3e rtllib_wx_get_scan +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x293806bf dot11d_init +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x29f9ac5f rtllib_wx_set_power +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x303c8cd1 alloc_rtllib +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x3258d914 rtllib_wx_get_essid +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x32cbb3ae RemovePeerTS +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x36901707 rtllib_wx_get_encode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x398d833f rtllib_start_send_beacons +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x3aee0df8 rtllib_EnableIntelPromiscuousMode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x4500e738 rtllib_wx_set_mlme +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x4519958f rtllib_softmac_start_protocol +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x4b87355f rtllib_legal_channel +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x54772ff4 rtllib_stop_send_beacons +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x5d893e5d free_rtllib +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x6257c3d1 dot11d_channel_map +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x66fdac09 rtllib_get_beacon +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x67f0cfaa rtllib_wx_get_name +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x6a84f92b rtllib_sta_ps_send_null_frame +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x6b3fb024 rtllib_wx_set_wap +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x7071c7db rtllib_wx_set_rawtx +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x74963db9 rtllib_xmit +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x7582fb3e rtllib_wx_set_freq +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x783e4e4d rtllib_act_scanning +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x7ff0a659 rtllib_wx_get_freq +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x95a411c4 rtllib_wx_set_auth +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x99f9f88a rtllib_wx_set_rts +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xa4c73661 rtllib_MgntDisconnect +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xa93e7f0d rtllib_rx +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xb1d09fc3 rtllib_wx_set_gen_ie +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xb50ce422 rtllib_stop_scan_syncro +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xc9293296 rtllib_DisableIntelPromiscuousMode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xd6f8cb3a notify_wx_assoc_event +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xda6b5436 HT_update_self_and_peer_setting +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xdddb7574 rtllib_stop_scan +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xdf78f620 rtllib_wlan_frequencies +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xe1845fb2 rtllib_wx_set_essid +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xeb0ab804 rtllib_wx_get_rts +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xfa252af9 rtllib_wx_get_power +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x07400a29 ieee80211_start_send_beacons +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x232e7944 ieee80211_wlan_frequencies +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x27239aee ieee80211_wx_set_auth +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x2830137b ieee80211_wx_get_encode_ext +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x2c710d95 ieee80211_wx_set_essid +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x2e1a59b5 ieee80211_wx_get_name +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x2ee1470d ieee80211_stop_scan +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x38518898 ieee80211_wx_get_freq +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x41402ec5 dot11d_update_country_ie +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x4af587b6 ieee80211_softmac_scan_syncro +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x4d112c8f ieee80211_wx_get_encode +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x502b92c5 ieee80211_wpa_supplicant_ioctl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x50b334fb ieee80211_reset_queue +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x5459aace ieee80211_wx_set_freq +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x561986e6 ieee80211_wx_set_power +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x5cb1d376 ieee80211_txb_free +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x61a83bd4 ieee80211_wx_set_rawtx +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x624480bb ieee80211_softmac_start_protocol +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x6421e81f ieee80211_start_scan_syncro +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x6651f895 ieee80211_is_shortslot +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x66cbf187 ieee80211_disassociate +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x7490fbb1 ieee80211_wx_set_encode +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x783d894f ieee80211_wake_queue_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x7ace4169 ieee80211_rx_mgt +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x7c452e07 ieee80211_stop_send_beacons +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x7e2603c7 ieee80211_wx_set_mlme +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x7e69e7e6 ieee80211_ps_tx_ack +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x7ebf9e8c HTUpdateSelfAndPeerSetting +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x86475307 ieee80211_wx_set_scan +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x9a9ce2b7 is_legal_channel +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xa2257995 dot11d_get_max_tx_pwr_in_dbm +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xa39e5513 ieee80211_wx_get_rate +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xae15f176 ieee80211_wx_get_essid +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xaf9d79bd SendDisassociation_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xb13d5795 ieee80211_softmac_stop_protocol +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xb1e07e20 notify_wx_assoc_event_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xb207d445 ieee80211_wx_get_mode +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xb4f5a1f2 ieee80211_wx_set_rts +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xba421aa6 ieee80211_wx_get_rts +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xbbc88131 rtl8192u_dot11d_init +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xc503b9dc ieee80211_rx +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xcd9f9e5e ieee80211_wx_set_encode_ext +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xcf967745 ieee80211_wx_set_rate +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xd23af9f1 ieee80211_stop_queue_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xd47d7a05 ieee80211_wx_get_power +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xd7849bc3 dot11d_scan_complete +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xdb7763f2 ieee80211_wx_set_gen_ie +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xde0ff613 ieee80211_wx_set_mode +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xe3372510 ieee80211_is_54g +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xea4f7151 ieee80211_wx_get_scan +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xeac19a57 dot11d_reset +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xee6da2db ieee80211_get_beacon +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xf5950046 ieee80211_softmac_xmit +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xf5fb2625 ieee80211_wx_get_wap +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xfb4c9d71 ieee80211_wx_set_wap +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xfebcd1ae to_legal_channel +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x0b4f2a93 iscsit_logout_post_handler +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x1080983f __iscsit_check_dataout_hdr +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x16f88ed5 iscsit_build_task_mgt_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x176bc289 iscsit_handle_logout_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x190c132e iscsit_get_datain_values +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x1f838417 iscsit_reject_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x21b1ffa6 iscsit_cause_connection_reinstatement +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x26defce6 iscsit_setup_text_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x2875fc1d iscsit_aborted_task +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x28e8bd9d iscsit_free_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x30340506 iscsit_handle_task_mgt_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x307891fe iscsit_sequence_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x3b822260 iscsit_setup_scsi_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x3cba6a4b iscsit_allocate_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x3efa061b iscsit_build_r2ts_for_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x46557a00 iscsit_build_nopin_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x4c9d2fac iscsit_release_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x53dffe17 iscsit_setup_nop_out +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x5536e936 iscsit_add_reject +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x5782781e iscsit_tmr_post_handler +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x5c23504c iscsit_find_cmd_from_itt +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x6250da14 iscsit_build_text_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x672d7b11 iscsit_handle_snack +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x6e1aa618 iscsit_add_cmd_to_immediate_queue +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x749ecd43 iscsit_find_cmd_from_itt_or_dump +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x7f3e3808 iscsit_immediate_queue +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x7f8fcee7 iscsit_check_dataout_hdr +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x8154b66f iscsit_process_text_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x84fde4c2 iscsi_change_param_sprintf +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x89119d65 iscsit_build_reject +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x8cf9aa1b iscsit_unregister_transport +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x921bed92 iscsit_register_transport +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x9fd02c31 iscsit_process_nop_out +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xa0ea71ef iscsit_set_unsolicited_dataout +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xa3141926 iscsit_response_queue +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xb5959ada iscsit_thread_check_cpumask +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xc43f04c3 iscsit_increment_maxcmdsn +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xc63060d2 iscsit_process_scsi_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xda66c691 iscsit_build_logout_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xe42e94dd iscsi_target_check_login_request +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xea0fc02f iscsit_build_datain_pdu +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xed7e94f1 iscsit_build_rsp_pdu +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xf34332f0 iscsi_find_param_from_key +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xf42b9a22 iscsit_check_dataout_payload +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xf6246aee iscsit_queue_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xfec1669c iscsit_stop_dataout_timer +EXPORT_SYMBOL drivers/target/target_core_mod 0x01cd68a8 transport_deregister_session_configfs +EXPORT_SYMBOL drivers/target/target_core_mod 0x0871ffd6 transport_set_vpd_ident +EXPORT_SYMBOL drivers/target/target_core_mod 0x0b1af8aa target_cmd_parse_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0x0d695bc8 transport_backend_register +EXPORT_SYMBOL drivers/target/target_core_mod 0x10864d17 transport_lookup_tmr_lun +EXPORT_SYMBOL drivers/target/target_core_mod 0x142072c0 transport_set_vpd_assoc +EXPORT_SYMBOL drivers/target/target_core_mod 0x14793b13 sbc_get_write_same_sectors +EXPORT_SYMBOL drivers/target/target_core_mod 0x152e40ac transport_generic_request_failure +EXPORT_SYMBOL drivers/target/target_core_mod 0x16ef5b12 core_tpg_set_initiator_node_tag +EXPORT_SYMBOL drivers/target/target_core_mod 0x1b8cacfd core_tpg_get_initiator_node_acl +EXPORT_SYMBOL drivers/target/target_core_mod 0x1ded3ea0 transport_send_check_condition_and_sense +EXPORT_SYMBOL drivers/target/target_core_mod 0x21984c11 core_alua_check_nonop_delay +EXPORT_SYMBOL drivers/target/target_core_mod 0x25bbb8f9 core_tpg_set_initiator_node_queue_depth +EXPORT_SYMBOL drivers/target/target_core_mod 0x2c2d5535 target_nacl_find_deve +EXPORT_SYMBOL drivers/target/target_core_mod 0x32272df0 target_undepend_item +EXPORT_SYMBOL drivers/target/target_core_mod 0x346d6414 transport_kunmap_data_sg +EXPORT_SYMBOL drivers/target/target_core_mod 0x34daba13 core_tmr_alloc_req +EXPORT_SYMBOL drivers/target/target_core_mod 0x389b725f target_depend_item +EXPORT_SYMBOL drivers/target/target_core_mod 0x3a20a9d7 transport_set_vpd_ident_type +EXPORT_SYMBOL drivers/target/target_core_mod 0x3ce7b45e target_show_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x3f25abdc target_put_nacl +EXPORT_SYMBOL drivers/target/target_core_mod 0x43274b31 transport_generic_free_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x4450c3e5 target_complete_cmd_with_length +EXPORT_SYMBOL drivers/target/target_core_mod 0x49e54e18 transport_register_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x4d4d1a2b target_set_cmd_data_length +EXPORT_SYMBOL drivers/target/target_core_mod 0x57300646 target_stop_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x5bdb610a target_free_sgl +EXPORT_SYMBOL drivers/target/target_core_mod 0x5c4fc863 transport_copy_sense_to_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x5cb30a11 target_tpg_has_node_acl +EXPORT_SYMBOL drivers/target/target_core_mod 0x5f657804 target_complete_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x61108f46 transport_free_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x68a8d520 target_configure_unmap_from_queue +EXPORT_SYMBOL drivers/target/target_core_mod 0x6c63b209 core_allocate_nexus_loss_ua +EXPORT_SYMBOL drivers/target/target_core_mod 0x6ce739b6 target_to_linux_sector +EXPORT_SYMBOL drivers/target/target_core_mod 0x6d23d5c9 sbc_dif_verify +EXPORT_SYMBOL drivers/target/target_core_mod 0x781ae87b target_send_busy +EXPORT_SYMBOL drivers/target/target_core_mod 0x78313e6a passthrough_attrib_attrs +EXPORT_SYMBOL drivers/target/target_core_mod 0x7936950f target_execute_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x79cf4abb passthrough_parse_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0x7ab757b4 transport_handle_cdb_direct +EXPORT_SYMBOL drivers/target/target_core_mod 0x7ec6583b target_setup_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x80e97e3e target_register_template +EXPORT_SYMBOL drivers/target/target_core_mod 0x86cb8331 transport_generic_new_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x87cba170 sbc_get_device_type +EXPORT_SYMBOL drivers/target/target_core_mod 0x91cf2bf1 sbc_attrib_attrs +EXPORT_SYMBOL drivers/target/target_core_mod 0x931d8729 spc_parse_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0x94c90091 target_put_sess_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x97154baf target_lun_is_rdonly +EXPORT_SYMBOL drivers/target/target_core_mod 0x9e721632 sbc_dif_copy_prot +EXPORT_SYMBOL drivers/target/target_core_mod 0xa12c58cd passthrough_pr_attrib_attrs +EXPORT_SYMBOL drivers/target/target_core_mod 0xaabc1a6a target_unregister_template +EXPORT_SYMBOL drivers/target/target_core_mod 0xaefbcacd target_alloc_sgl +EXPORT_SYMBOL drivers/target/target_core_mod 0xaff132c5 transport_lookup_cmd_lun +EXPORT_SYMBOL drivers/target/target_core_mod 0xb8d4967f sbc_parse_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0xbbec5721 target_remove_session +EXPORT_SYMBOL drivers/target/target_core_mod 0xbc799aaf core_tpg_register +EXPORT_SYMBOL drivers/target/target_core_mod 0xbfb487df transport_generic_handle_tmr +EXPORT_SYMBOL drivers/target/target_core_mod 0xc0839817 transport_init_session +EXPORT_SYMBOL drivers/target/target_core_mod 0xc1642ebf __transport_register_session +EXPORT_SYMBOL drivers/target/target_core_mod 0xc83412ef transport_alloc_session_tags +EXPORT_SYMBOL drivers/target/target_core_mod 0xca5f8272 target_complete_cmd_with_sense +EXPORT_SYMBOL drivers/target/target_core_mod 0xcab08270 target_submit_tmr +EXPORT_SYMBOL drivers/target/target_core_mod 0xce7b7bbf target_submit_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xd5808293 target_wait_for_sess_cmds +EXPORT_SYMBOL drivers/target/target_core_mod 0xd59631cd target_backend_unregister +EXPORT_SYMBOL drivers/target/target_core_mod 0xd91bbd72 target_show_dynamic_sessions +EXPORT_SYMBOL drivers/target/target_core_mod 0xdae91e99 target_get_sess_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xe00766e9 transport_deregister_session +EXPORT_SYMBOL drivers/target/target_core_mod 0xe1f29022 core_tpg_check_initiator_node_acl +EXPORT_SYMBOL drivers/target/target_core_mod 0xeba51a94 target_cmd_init_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0xf19e4e8e transport_alloc_session +EXPORT_SYMBOL drivers/target/target_core_mod 0xf3c2dfe0 transport_set_vpd_proto_id +EXPORT_SYMBOL drivers/target/target_core_mod 0xf5466a5d spc_emulate_inquiry_std +EXPORT_SYMBOL drivers/target/target_core_mod 0xf61f6e4e transport_kmap_data_sg +EXPORT_SYMBOL drivers/target/target_core_mod 0xf6c93bf8 core_tpg_deregister +EXPORT_SYMBOL drivers/target/target_core_mod 0xf772a6cb spc_emulate_report_luns +EXPORT_SYMBOL drivers/target/target_core_mod 0xf84e84f4 __target_init_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xfd58641c transport_wait_for_tasks +EXPORT_SYMBOL drivers/target/target_core_mod 0xfdf9d4c1 spc_emulate_evpd_83 +EXPORT_SYMBOL drivers/ufs/core/ufshcd-core 0x029afeaf ufshcd_alloc_host +EXPORT_SYMBOL drivers/ufs/core/ufshcd-core 0x1f7b175f ufshcd_system_resume +EXPORT_SYMBOL drivers/ufs/core/ufshcd-core 0x4aca90bc ufshcd_runtime_suspend +EXPORT_SYMBOL drivers/ufs/core/ufshcd-core 0x677ce5d5 ufshcd_map_desc_id_to_length +EXPORT_SYMBOL drivers/ufs/core/ufshcd-core 0x985d08b6 ufshcd_get_local_unipro_ver +EXPORT_SYMBOL drivers/ufs/core/ufshcd-core 0x98fa903c ufshcd_runtime_resume +EXPORT_SYMBOL drivers/ufs/core/ufshcd-core 0x9ef621d9 ufshcd_system_suspend +EXPORT_SYMBOL drivers/ufs/core/ufshcd-core 0xbd3e5040 ufshcd_shutdown +EXPORT_SYMBOL drivers/ufs/host/tc-dwc-g210 0x356282d2 tc_dwc_g210_config_40_bit +EXPORT_SYMBOL drivers/ufs/host/tc-dwc-g210 0x56c69266 tc_dwc_g210_config_20_bit +EXPORT_SYMBOL drivers/ufs/host/ufshcd-dwc 0x53feb336 ufshcd_dwc_link_startup_notify +EXPORT_SYMBOL drivers/ufs/host/ufshcd-dwc 0xaf9db598 ufshcd_dwc_dme_set_attrs +EXPORT_SYMBOL drivers/usb/class/cdc-wdm 0x79febcf5 usb_cdc_wdm_register +EXPORT_SYMBOL drivers/usb/gadget/libcomposite 0xcc1e145d usb_os_desc_prepare_interf_dir +EXPORT_SYMBOL drivers/usb/host/sl811-hcd 0xd6fbfc0e sl811h_driver +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x1d344bdd usb_wwan_dtr_rts +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x2a57f093 usb_wwan_tiocmset +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x60f1b646 usb_wwan_write +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x78558b68 usb_wwan_suspend +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x910e1723 usb_wwan_resume +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xaa11a32b usb_wwan_chars_in_buffer +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xad811852 usb_wwan_port_remove +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xc5aa3c3b usb_wwan_write_room +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xcbe8cfb5 usb_wwan_open +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xd11314cf usb_wwan_close +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xe3b29a80 usb_wwan_tiocmget +EXPORT_SYMBOL drivers/usb/serial/usbserial 0xd1e8424a usb_serial_resume +EXPORT_SYMBOL drivers/usb/serial/usbserial 0xe6966fb6 usb_serial_suspend +EXPORT_SYMBOL drivers/vdpa/vdpa 0x3fca8d8a vdpa_set_status +EXPORT_SYMBOL drivers/vfio/mdev/mdev 0x1134a2ef mdev_unregister_driver +EXPORT_SYMBOL drivers/vfio/mdev/mdev 0x26cdfab7 mdev_register_parent +EXPORT_SYMBOL drivers/vfio/mdev/mdev 0x32fc9ea5 mdev_register_driver +EXPORT_SYMBOL drivers/vfio/mdev/mdev 0x38cb784e mdev_unregister_parent +EXPORT_SYMBOL drivers/vfio/vfio 0x15c418d3 vfio_unpin_pages +EXPORT_SYMBOL drivers/vfio/vfio 0x19567d06 vfio_info_cap_shift +EXPORT_SYMBOL drivers/vfio/vfio 0x4eedcad6 vfio_dma_rw +EXPORT_SYMBOL drivers/vfio/vfio 0x6c28be5a vfio_info_add_capability +EXPORT_SYMBOL drivers/vfio/vfio 0x960e889c vfio_pin_pages +EXPORT_SYMBOL drivers/vfio/vfio 0xadc044b7 vfio_set_irqs_validate_and_prepare +EXPORT_SYMBOL drivers/vhost/vhost 0x3827e155 vhost_chr_write_iter +EXPORT_SYMBOL drivers/vhost/vhost 0x7afe67d5 vhost_chr_poll +EXPORT_SYMBOL drivers/vhost/vringh 0x0c46f5fb vringh_iov_pull_iotlb +EXPORT_SYMBOL drivers/vhost/vringh 0x18f3ddc2 vringh_iov_push_iotlb +EXPORT_SYMBOL drivers/vhost/vringh 0x19c24590 vringh_notify_disable_kern +EXPORT_SYMBOL drivers/vhost/vringh 0x1fe50c1a vringh_abandon_kern +EXPORT_SYMBOL drivers/vhost/vringh 0x2890c460 vringh_getdesc_kern +EXPORT_SYMBOL drivers/vhost/vringh 0x2d2babc9 vringh_complete_kern +EXPORT_SYMBOL drivers/vhost/vringh 0x3684d8af vringh_complete_iotlb +EXPORT_SYMBOL drivers/vhost/vringh 0x3b304ebb vringh_iov_push_user +EXPORT_SYMBOL drivers/vhost/vringh 0x3ee1955e vringh_init_iotlb +EXPORT_SYMBOL drivers/vhost/vringh 0x4311cd91 vringh_iov_pull_user +EXPORT_SYMBOL drivers/vhost/vringh 0x4504adc9 vringh_abandon_iotlb +EXPORT_SYMBOL drivers/vhost/vringh 0x5bd469c0 vringh_getdesc_user +EXPORT_SYMBOL drivers/vhost/vringh 0x5f586ca2 vringh_init_kern +EXPORT_SYMBOL drivers/vhost/vringh 0x61e3831b vringh_getdesc_iotlb +EXPORT_SYMBOL drivers/vhost/vringh 0x660779c8 vringh_kiov_advance +EXPORT_SYMBOL drivers/vhost/vringh 0x6a693a25 vringh_need_notify_user +EXPORT_SYMBOL drivers/vhost/vringh 0x90e93e3c vringh_complete_multi_user +EXPORT_SYMBOL drivers/vhost/vringh 0x97fa07e9 vringh_iov_push_kern +EXPORT_SYMBOL drivers/vhost/vringh 0x9b30452e vringh_complete_user +EXPORT_SYMBOL drivers/vhost/vringh 0xa7ce8bd6 vringh_notify_disable_user +EXPORT_SYMBOL drivers/vhost/vringh 0xa8efaeb9 vringh_set_iotlb +EXPORT_SYMBOL drivers/vhost/vringh 0xc0bb1581 vringh_need_notify_iotlb +EXPORT_SYMBOL drivers/vhost/vringh 0xc87491c8 vringh_notify_enable_iotlb +EXPORT_SYMBOL drivers/vhost/vringh 0xd465f463 vringh_need_notify_kern +EXPORT_SYMBOL drivers/vhost/vringh 0xde804bb9 vringh_iov_pull_kern +EXPORT_SYMBOL drivers/vhost/vringh 0xe4c21196 vringh_notify_disable_iotlb +EXPORT_SYMBOL drivers/vhost/vringh 0xeb2ec139 vringh_notify_enable_kern +EXPORT_SYMBOL drivers/vhost/vringh 0xf1e32cc0 vringh_init_user +EXPORT_SYMBOL drivers/vhost/vringh 0xf8605294 vringh_notify_enable_user +EXPORT_SYMBOL drivers/vhost/vringh 0xf9d0dd07 vringh_abandon_user +EXPORT_SYMBOL drivers/video/backlight/lcd 0x019d883b lcd_device_unregister +EXPORT_SYMBOL drivers/video/backlight/lcd 0x4083af34 devm_lcd_device_register +EXPORT_SYMBOL drivers/video/backlight/lcd 0x93553ca0 lcd_device_register +EXPORT_SYMBOL drivers/video/backlight/lcd 0x969e7773 devm_lcd_device_unregister +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x0a84b647 svga_get_tilemax +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x17f3f471 svga_set_default_seq_regs +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x1be6dc30 svga_set_textmode_vga_regs +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x2706908a svga_tilefill +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x4ab38ef2 svga_set_default_crt_regs +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x6b5c309b svga_tilecursor +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x7f357eff svga_get_caps +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 0xa1f3f52b svga_settile +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xab0b6d0b svga_tileblit +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 0xe3a5321c svga_tilecopy +EXPORT_SYMBOL drivers/video/fbdev/core/syscopyarea 0x00e09d62 sys_copyarea +EXPORT_SYMBOL drivers/video/fbdev/core/sysfillrect 0x68fddd67 sys_fillrect +EXPORT_SYMBOL drivers/video/fbdev/core/sysimgblt 0x1178c4b6 sys_imageblit +EXPORT_SYMBOL drivers/video/fbdev/cyber2000fb 0x0cc3ede5 cyber2000fb_detach +EXPORT_SYMBOL drivers/video/fbdev/cyber2000fb 0x534b6f18 cyber2000fb_disable_extregs +EXPORT_SYMBOL drivers/video/fbdev/cyber2000fb 0xb39f68d1 cyber2000fb_enable_extregs +EXPORT_SYMBOL drivers/video/fbdev/cyber2000fb 0xedefc8de cyber2000fb_attach +EXPORT_SYMBOL drivers/video/fbdev/macmodes 0x0fd4497c 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 0x2d334552 g450_mnp2f +EXPORT_SYMBOL drivers/video/fbdev/matrox/g450_pll 0xebd5576d matroxfb_g450_setclk +EXPORT_SYMBOL drivers/video/fbdev/matrox/g450_pll 0xf5ec51c7 matroxfb_g450_setpll_cond +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0x702d0529 DAC1064_global_restore +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0xbcd2772b matrox_mystique +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0xe94260d7 DAC1064_global_init +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0xf84f6aa2 matrox_G100 +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_Ti3026 0xebcd8b65 matrox_millennium +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_accel 0xe2447ce3 matrox_cfbX_init +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0x0d101917 matroxfb_wait_for_sync +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0xb378111e matroxfb_enable_irq +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0xbecffc22 matroxfb_register_driver +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0xcf156046 matroxfb_unregister_driver +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_g450 0x4c9f7223 matroxfb_g450_connect +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_g450 0x5a45d1ea matroxfb_g450_shutdown +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x094e08cf matroxfb_vgaHWrestore +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x0de29b0d matroxfb_DAC_in +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x25cf8049 matroxfb_PLL_calcclock +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x79ce1a28 matroxfb_vgaHWinit +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0xcdc90c64 matroxfb_var2my +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0xd5c27dc3 matroxfb_read_pins +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0xe5bbb5ea matroxfb_DAC_out +EXPORT_SYMBOL drivers/video/fbdev/sis/sisfb 0x3037658e sis_malloc +EXPORT_SYMBOL drivers/video/fbdev/sis/sisfb 0xfe963115 sis_free +EXPORT_SYMBOL drivers/video/vgastate 0x686de290 restore_vga +EXPORT_SYMBOL drivers/video/vgastate 0xe7a2620e save_vga +EXPORT_SYMBOL drivers/virtio/virtio_dma_buf 0x3979e1df virtio_dma_buf_get_uuid +EXPORT_SYMBOL drivers/virtio/virtio_dma_buf 0x7abf656d virtio_dma_buf_attach +EXPORT_SYMBOL drivers/virtio/virtio_dma_buf 0xe7f57422 is_virtio_dma_buf +EXPORT_SYMBOL drivers/virtio/virtio_dma_buf 0xea11b40b virtio_dma_buf_export +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2780 0xc8549ccb w1_ds2780_io +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2780 0xcbf9e1f0 w1_ds2780_eeprom_cmd +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2781 0xb5153862 w1_ds2781_eeprom_cmd +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2781 0xdd86a825 w1_ds2781_io +EXPORT_SYMBOL drivers/w1/wire 0x1ce3a617 w1_register_family +EXPORT_SYMBOL drivers/w1/wire 0x29a9faed w1_remove_master_device +EXPORT_SYMBOL drivers/w1/wire 0x8bdc3e93 w1_add_master_device +EXPORT_SYMBOL drivers/w1/wire 0xfc38f993 w1_unregister_family +EXPORT_SYMBOL fs/fscache/fscache 0x02839163 fscache_dirty_folio +EXPORT_SYMBOL fs/fscache/fscache 0x1a0d09e7 fscache_n_write +EXPORT_SYMBOL fs/fscache/fscache 0x1a25cfa0 __tracepoint_fscache_access +EXPORT_SYMBOL fs/fscache/fscache 0x234a140d __traceiter_fscache_access_volume +EXPORT_SYMBOL fs/fscache/fscache 0x293025ba fscache_end_volume_access +EXPORT_SYMBOL fs/fscache/fscache 0x306805d3 __SCK__tp_func_fscache_access +EXPORT_SYMBOL fs/fscache/fscache 0x33b60fd0 fscache_resume_after_invalidation +EXPORT_SYMBOL fs/fscache/fscache 0x39674879 __tracepoint_fscache_access_cache +EXPORT_SYMBOL fs/fscache/fscache 0x3b393a9e fscache_caching_failed +EXPORT_SYMBOL fs/fscache/fscache 0x3c065e0d __fscache_relinquish_volume +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 0x4e797c8d fscache_get_cookie +EXPORT_SYMBOL fs/fscache/fscache 0x557a775f fscache_addremove_sem +EXPORT_SYMBOL fs/fscache/fscache 0x5bdd472d __fscache_relinquish_cookie +EXPORT_SYMBOL fs/fscache/fscache 0x5da16cf7 fscache_withdraw_cookie +EXPORT_SYMBOL fs/fscache/fscache 0x677990d8 fscache_io_error +EXPORT_SYMBOL fs/fscache/fscache 0x6c5e41e7 __tracepoint_fscache_access_volume +EXPORT_SYMBOL fs/fscache/fscache 0x6cf0bb79 __fscache_acquire_cookie +EXPORT_SYMBOL fs/fscache/fscache 0x6e416521 __SCK__tp_func_fscache_access_volume +EXPORT_SYMBOL fs/fscache/fscache 0x76e89a2e __fscache_begin_write_operation +EXPORT_SYMBOL fs/fscache/fscache 0x79564546 fscache_withdraw_cache +EXPORT_SYMBOL fs/fscache/fscache 0x7f7f44d2 __fscache_invalidate +EXPORT_SYMBOL fs/fscache/fscache 0x809e40b8 fscache_withdraw_volume +EXPORT_SYMBOL fs/fscache/fscache 0x8c2d6da7 fscache_clearance_waiters +EXPORT_SYMBOL fs/fscache/fscache 0x8d4ed312 __fscache_begin_read_operation +EXPORT_SYMBOL fs/fscache/fscache 0x8fec0145 __fscache_acquire_volume +EXPORT_SYMBOL fs/fscache/fscache 0x90d447f3 fscache_n_culled +EXPORT_SYMBOL fs/fscache/fscache 0x9942dfea fscache_add_cache +EXPORT_SYMBOL fs/fscache/fscache 0x9ffefcb2 fscache_n_read +EXPORT_SYMBOL fs/fscache/fscache 0xae6040a5 __traceiter_fscache_access_cache +EXPORT_SYMBOL fs/fscache/fscache 0xafa7835b fscache_wait_for_operation +EXPORT_SYMBOL fs/fscache/fscache 0xb98b7c4e __fscache_resize_cookie +EXPORT_SYMBOL fs/fscache/fscache 0xbca46908 fscache_wq +EXPORT_SYMBOL fs/fscache/fscache 0xc062ae29 __fscache_use_cookie +EXPORT_SYMBOL fs/fscache/fscache 0xc438acdc __fscache_unuse_cookie +EXPORT_SYMBOL fs/fscache/fscache 0xcce11a60 fscache_n_no_write_space +EXPORT_SYMBOL fs/fscache/fscache 0xd50b5102 fscache_acquire_cache +EXPORT_SYMBOL fs/fscache/fscache 0xd7314220 __fscache_clear_page_bits +EXPORT_SYMBOL fs/fscache/fscache 0xdaab5e91 fscache_cookie_lookup_negative +EXPORT_SYMBOL fs/fscache/fscache 0xdb7aaeae fscache_end_cookie_access +EXPORT_SYMBOL fs/fscache/fscache 0xdcb87498 __traceiter_fscache_access +EXPORT_SYMBOL fs/fscache/fscache 0xe84739df fscache_put_cookie +EXPORT_SYMBOL fs/fscache/fscache 0xf32a3ebc fscache_relinquish_cache +EXPORT_SYMBOL fs/fscache/fscache 0xfe1c26c5 __fscache_write_to_cache +EXPORT_SYMBOL fs/netfs/netfs 0x33556295 netfs_readahead +EXPORT_SYMBOL fs/netfs/netfs 0x54048837 netfs_subreq_terminated +EXPORT_SYMBOL fs/netfs/netfs 0xa0c7eeb3 netfs_write_begin +EXPORT_SYMBOL fs/netfs/netfs 0xb72a0812 netfs_stats_show +EXPORT_SYMBOL fs/netfs/netfs 0xbac25b3b netfs_read_folio +EXPORT_SYMBOL fs/ocfs2/cluster/ocfs2_nodemanager 0xbfd7d7a2 o2hb_global_heartbeat_active +EXPORT_SYMBOL fs/quota/quota_tree 0x09651289 qtree_write_dquot +EXPORT_SYMBOL fs/quota/quota_tree 0x152762a9 qtree_release_dquot +EXPORT_SYMBOL fs/quota/quota_tree 0x1d552faa qtree_entry_unused +EXPORT_SYMBOL fs/quota/quota_tree 0x4591ed61 qtree_read_dquot +EXPORT_SYMBOL fs/quota/quota_tree 0xa74b4bf4 qtree_delete_dquot +EXPORT_SYMBOL fs/quota/quota_tree 0xb2001eeb qtree_get_next_id +EXPORT_SYMBOL lib/crc-itu-t 0x09a34a2b crc_itu_t +EXPORT_SYMBOL lib/crc-itu-t 0xd819a524 crc_itu_t_table +EXPORT_SYMBOL lib/crc7 0x65aaf037 crc7_be_syndrome_table +EXPORT_SYMBOL lib/crc7 0xba55d23e crc7_be +EXPORT_SYMBOL lib/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 0x89a0cd52 crc32c_impl +EXPORT_SYMBOL lib/libcrc32c 0xb15b4109 crc32c +EXPORT_SYMBOL lib/lru_cache 0x0cb562e6 lc_put +EXPORT_SYMBOL lib/lru_cache 0x12de578e lc_committed +EXPORT_SYMBOL lib/lru_cache 0x1d2ebc6a lc_get +EXPORT_SYMBOL lib/lru_cache 0x2675693b lc_del +EXPORT_SYMBOL lib/lru_cache 0x75e88edc lc_destroy +EXPORT_SYMBOL lib/lru_cache 0x96d40a48 lc_try_get +EXPORT_SYMBOL lib/lru_cache 0xa79000a0 lc_is_used +EXPORT_SYMBOL lib/lru_cache 0xabf5881a lc_seq_dump_details +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 0xea29373f lc_seq_printf_stats +EXPORT_SYMBOL lib/lru_cache 0xf0e20f9b lc_try_lock +EXPORT_SYMBOL lib/lru_cache 0xfba16232 lc_get_cumulative +EXPORT_SYMBOL lib/lz4/lz4_compress 0x4f4d78c5 LZ4_compress_default +EXPORT_SYMBOL lib/lz4/lz4_compress 0x5bc92e85 LZ4_compress_destSize +EXPORT_SYMBOL lib/lz4/lz4_compress 0x6004858d LZ4_compress_fast +EXPORT_SYMBOL lib/lz4/lz4_compress 0x635ff76d LZ4_saveDict +EXPORT_SYMBOL lib/lz4/lz4_compress 0x749849d8 LZ4_loadDict +EXPORT_SYMBOL lib/lz4/lz4_compress 0xf9eced44 LZ4_compress_fast_continue +EXPORT_SYMBOL lib/lz4/lz4hc_compress 0x38f7b6e0 LZ4_compress_HC_continue +EXPORT_SYMBOL lib/lz4/lz4hc_compress 0x93ff008c LZ4_loadDictHC +EXPORT_SYMBOL lib/lz4/lz4hc_compress 0x9cef495b LZ4_saveDictHC +EXPORT_SYMBOL lib/lz4/lz4hc_compress 0xddf86133 LZ4_compress_HC +EXPORT_SYMBOL lib/math/cordic 0x7e431c15 cordic_calc_iq +EXPORT_SYMBOL lib/objagg 0x0363233d objagg_obj_raw +EXPORT_SYMBOL lib/objagg 0x23865923 objagg_destroy +EXPORT_SYMBOL lib/objagg 0x24ca5ca9 objagg_obj_root_priv +EXPORT_SYMBOL lib/objagg 0x342aefe2 objagg_obj_delta_priv +EXPORT_SYMBOL lib/objagg 0x352633f4 objagg_hints_stats_get +EXPORT_SYMBOL lib/objagg 0x3c58e78f objagg_hints_put +EXPORT_SYMBOL lib/objagg 0x6691f29d objagg_obj_put +EXPORT_SYMBOL lib/objagg 0x679e8cc2 objagg_create +EXPORT_SYMBOL lib/objagg 0xb17ab162 objagg_obj_get +EXPORT_SYMBOL lib/objagg 0xdaa3ee68 objagg_stats_get +EXPORT_SYMBOL lib/objagg 0xf5511527 objagg_stats_put +EXPORT_SYMBOL lib/objagg 0xfaa9d1a8 objagg_hints_get +EXPORT_SYMBOL lib/parman 0x0f518717 parman_prio_init +EXPORT_SYMBOL lib/parman 0x7b03d378 parman_item_add +EXPORT_SYMBOL lib/parman 0x8b7e26f5 parman_item_remove +EXPORT_SYMBOL lib/parman 0xc3e2d892 parman_create +EXPORT_SYMBOL lib/parman 0xc6a3d260 parman_prio_fini +EXPORT_SYMBOL lib/parman 0xca39ae6a parman_destroy +EXPORT_SYMBOL lib/raid6/raid6_pq 0x0b2c64a3 raid6_vgfmul +EXPORT_SYMBOL lib/raid6/raid6_pq 0x17f54263 raid6_gfexp +EXPORT_SYMBOL lib/raid6/raid6_pq 0x59a2712d raid6_gfinv +EXPORT_SYMBOL lib/raid6/raid6_pq 0xb0d904b7 raid6_empty_zero_page +EXPORT_SYMBOL lib/raid6/raid6_pq 0xc8e3332b raid6_gflog +EXPORT_SYMBOL lib/raid6/raid6_pq 0xcc4ee841 raid6_gfexi +EXPORT_SYMBOL lib/raid6/raid6_pq 0xd91319d6 raid6_gfmul +EXPORT_SYMBOL net/6lowpan/6lowpan 0x1e757fc3 lowpan_register_netdevice +EXPORT_SYMBOL net/6lowpan/6lowpan 0x21c9ba1a lowpan_unregister_netdev +EXPORT_SYMBOL net/6lowpan/6lowpan 0x26dfd371 lowpan_unregister_netdevice +EXPORT_SYMBOL net/6lowpan/6lowpan 0x4b795816 lowpan_nhc_del +EXPORT_SYMBOL net/6lowpan/6lowpan 0x5e95e4c9 lowpan_register_netdev +EXPORT_SYMBOL net/6lowpan/6lowpan 0x8d47e9ab lowpan_nhc_add +EXPORT_SYMBOL net/802/p8022 0x395f37d9 unregister_8022_client +EXPORT_SYMBOL net/802/p8022 0x3db559d4 register_8022_client +EXPORT_SYMBOL net/802/psnap 0x34d3c00e unregister_snap_client +EXPORT_SYMBOL net/802/psnap 0xe5d2779a register_snap_client +EXPORT_SYMBOL net/9p/9pnet 0x01ac4a57 p9_tag_lookup +EXPORT_SYMBOL net/9p/9pnet 0x03ff9429 p9_is_proto_dotu +EXPORT_SYMBOL net/9p/9pnet 0x09b1921e p9_is_proto_dotl +EXPORT_SYMBOL net/9p/9pnet 0x0a3c9989 p9_client_getattr_dotl +EXPORT_SYMBOL net/9p/9pnet 0x0db9d7ca p9_client_mkdir_dotl +EXPORT_SYMBOL net/9p/9pnet 0x0ed31a37 v9fs_unregister_trans +EXPORT_SYMBOL net/9p/9pnet 0x1adb6a56 p9_client_getlock_dotl +EXPORT_SYMBOL net/9p/9pnet 0x1c8e3921 p9_client_walk +EXPORT_SYMBOL net/9p/9pnet 0x1d374baf p9_client_create_dotl +EXPORT_SYMBOL net/9p/9pnet 0x2726f498 __traceiter_9p_fid_ref +EXPORT_SYMBOL net/9p/9pnet 0x2e70f4bb __tracepoint_9p_fid_ref +EXPORT_SYMBOL net/9p/9pnet 0x389509ee p9_client_statfs +EXPORT_SYMBOL net/9p/9pnet 0x3d73a797 p9_errstr2errno +EXPORT_SYMBOL net/9p/9pnet 0x3fb60393 p9_client_fsync +EXPORT_SYMBOL net/9p/9pnet 0x41ce9823 p9stat_read +EXPORT_SYMBOL net/9p/9pnet 0x4ba99359 p9_fcall_fini +EXPORT_SYMBOL net/9p/9pnet 0x56aaf432 p9_client_read +EXPORT_SYMBOL net/9p/9pnet 0x5ac9a975 p9_client_cb +EXPORT_SYMBOL net/9p/9pnet 0x5ad0abb1 p9_client_begin_disconnect +EXPORT_SYMBOL net/9p/9pnet 0x5bde3d0d v9fs_get_trans_by_name +EXPORT_SYMBOL net/9p/9pnet 0x5de6a19f do_trace_9p_fid_put +EXPORT_SYMBOL net/9p/9pnet 0x61b5cbde p9_req_put +EXPORT_SYMBOL net/9p/9pnet 0x6796a49f p9_client_readdir +EXPORT_SYMBOL net/9p/9pnet 0x6a81c0d4 p9_client_unlinkat +EXPORT_SYMBOL net/9p/9pnet 0x72ee892b p9_client_fcreate +EXPORT_SYMBOL net/9p/9pnet 0x761cad64 p9_parse_header +EXPORT_SYMBOL net/9p/9pnet 0x7fd1ba7b p9_release_pages +EXPORT_SYMBOL net/9p/9pnet 0x8f250f57 do_trace_9p_fid_get +EXPORT_SYMBOL net/9p/9pnet 0x95bd8f96 p9dirent_read +EXPORT_SYMBOL net/9p/9pnet 0x962541f2 p9_client_wstat +EXPORT_SYMBOL net/9p/9pnet 0x98574220 p9_client_create +EXPORT_SYMBOL net/9p/9pnet 0xa0b2b034 p9_client_read_once +EXPORT_SYMBOL net/9p/9pnet 0xadd33aa8 p9_client_stat +EXPORT_SYMBOL net/9p/9pnet 0xaf6a744e p9_client_link +EXPORT_SYMBOL net/9p/9pnet 0xb3287e4e p9_client_mknod_dotl +EXPORT_SYMBOL net/9p/9pnet 0xb55ae777 __SCK__tp_func_9p_fid_ref +EXPORT_SYMBOL net/9p/9pnet 0xb66d0635 p9_client_rename +EXPORT_SYMBOL net/9p/9pnet 0xb97dace2 p9_client_readlink +EXPORT_SYMBOL net/9p/9pnet 0xbb9a74fb v9fs_get_default_trans +EXPORT_SYMBOL net/9p/9pnet 0xbfb6b09e p9_show_client_options +EXPORT_SYMBOL net/9p/9pnet 0xc53d4fc7 p9_client_write +EXPORT_SYMBOL net/9p/9pnet 0xc5a907cb p9_client_renameat +EXPORT_SYMBOL net/9p/9pnet 0xd384c683 p9stat_free +EXPORT_SYMBOL net/9p/9pnet 0xd51221c7 p9_client_open +EXPORT_SYMBOL net/9p/9pnet 0xe2a1b655 p9_client_destroy +EXPORT_SYMBOL net/9p/9pnet 0xe58a3360 p9_error_init +EXPORT_SYMBOL net/9p/9pnet 0xe853a112 p9_client_disconnect +EXPORT_SYMBOL net/9p/9pnet 0xeeda9a3e p9_client_lock_dotl +EXPORT_SYMBOL net/9p/9pnet 0xf0bba17f p9_client_symlink +EXPORT_SYMBOL net/9p/9pnet 0xf1af1333 p9_client_attach +EXPORT_SYMBOL net/9p/9pnet 0xf7a11f45 v9fs_register_trans +EXPORT_SYMBOL net/9p/9pnet 0xf7d48a6c p9_client_clunk +EXPORT_SYMBOL net/9p/9pnet 0xf832792e p9_client_setattr +EXPORT_SYMBOL net/9p/9pnet 0xf910d49c p9_client_remove +EXPORT_SYMBOL net/appletalk/appletalk 0x76c373c5 atalk_find_dev_addr +EXPORT_SYMBOL net/appletalk/appletalk 0x9daa266e alloc_ltalkdev +EXPORT_SYMBOL net/appletalk/appletalk 0xc62f0d09 atrtr_get_dev +EXPORT_SYMBOL net/appletalk/appletalk 0xdca90d42 aarp_send_ddp +EXPORT_SYMBOL net/atm/atm 0x036f8011 register_atm_ioctl +EXPORT_SYMBOL net/atm/atm 0x17a3838e vcc_process_recv_queue +EXPORT_SYMBOL net/atm/atm 0x2cc2d52d vcc_hash +EXPORT_SYMBOL net/atm/atm 0x2e038205 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 0x62a77e99 deregister_atm_ioctl +EXPORT_SYMBOL net/atm/atm 0x7aa68ace atm_alloc_charge +EXPORT_SYMBOL net/atm/atm 0x82ac70ee atm_init_aal5 +EXPORT_SYMBOL net/atm/atm 0x84163e65 atm_dev_deregister +EXPORT_SYMBOL net/atm/atm 0x939be170 atm_charge +EXPORT_SYMBOL net/atm/atm 0x966fd716 vcc_insert_socket +EXPORT_SYMBOL net/atm/atm 0x9feaf287 sonet_subtract_stats +EXPORT_SYMBOL net/atm/atm 0xa0789d0b vcc_release_async +EXPORT_SYMBOL net/atm/atm 0xa6993d85 atm_dev_register +EXPORT_SYMBOL net/atm/atm 0xaa024146 sonet_copy_stats +EXPORT_SYMBOL net/atm/atm 0xf1858c9f atm_dev_release_vccs +EXPORT_SYMBOL net/atm/atm 0xf3ba32b2 atm_dev_signal_change +EXPORT_SYMBOL net/atm/atm 0xf49bc67a atm_pcr_goal +EXPORT_SYMBOL net/ax25/ax25 0x0a6fb34b 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 0x53dea1ff ax2asc +EXPORT_SYMBOL net/ax25/ax25 0x659e7d20 ax25_linkfail_release +EXPORT_SYMBOL net/ax25/ax25 0x8247cc08 ax25_ip_xmit +EXPORT_SYMBOL net/ax25/ax25 0x8ede9e26 ax25_protocol_release +EXPORT_SYMBOL net/ax25/ax25 0x9c88471f ax25_send_frame +EXPORT_SYMBOL net/ax25/ax25 0xc1444946 ax25cmp +EXPORT_SYMBOL net/ax25/ax25 0xd07a1e62 ax25_linkfail_register +EXPORT_SYMBOL net/ax25/ax25 0xd43ecbf1 null_ax25_address +EXPORT_SYMBOL net/ax25/ax25 0xd61f932a ax25_find_cb +EXPORT_SYMBOL net/ax25/ax25 0xdaf430a3 ax25_listen_register +EXPORT_SYMBOL net/ax25/ax25 0xee02e420 ax25_findbyuid +EXPORT_SYMBOL net/ax25/ax25 0xfe0bae83 ax25_header_ops +EXPORT_SYMBOL net/bluetooth/bluetooth 0x0718b8b7 bt_info +EXPORT_SYMBOL net/bluetooth/bluetooth 0x1d7cf8ec hci_cmd_sync +EXPORT_SYMBOL net/bluetooth/bluetooth 0x214e4265 bt_warn +EXPORT_SYMBOL net/bluetooth/bluetooth 0x2876d8be bt_sock_link +EXPORT_SYMBOL net/bluetooth/bluetooth 0x34e87aeb l2cap_is_socket +EXPORT_SYMBOL net/bluetooth/bluetooth 0x3783057b hci_cmd_sync_cancel +EXPORT_SYMBOL net/bluetooth/bluetooth 0x38e8587d hci_free_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x3ca009f2 hci_unregister_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x43b5e930 __hci_cmd_sync_ev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x481aec1d hci_mgmt_chan_unregister +EXPORT_SYMBOL net/bluetooth/bluetooth 0x489ba60a __hci_cmd_sync_status_sk +EXPORT_SYMBOL net/bluetooth/bluetooth 0x4d48f40d bt_accept_dequeue +EXPORT_SYMBOL net/bluetooth/bluetooth 0x4f145d97 hci_unregister_cb +EXPORT_SYMBOL net/bluetooth/bluetooth 0x4f7d08da hci_get_route +EXPORT_SYMBOL net/bluetooth/bluetooth 0x53513650 bt_accept_enqueue +EXPORT_SYMBOL net/bluetooth/bluetooth 0x53853145 hci_resume_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x56460f74 bt_sock_wait_state +EXPORT_SYMBOL net/bluetooth/bluetooth 0x56efa058 bt_sock_unlink +EXPORT_SYMBOL net/bluetooth/bluetooth 0x5976097d __hci_cmd_send +EXPORT_SYMBOL net/bluetooth/bluetooth 0x59d88218 hci_register_cb +EXPORT_SYMBOL net/bluetooth/bluetooth 0x5b8893c7 bt_sock_reclassify_lock +EXPORT_SYMBOL net/bluetooth/bluetooth 0x5f115483 hci_release_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x730e213f bt_procfs_init +EXPORT_SYMBOL net/bluetooth/bluetooth 0x74eec27a hci_conn_check_secure +EXPORT_SYMBOL net/bluetooth/bluetooth 0x7676d486 __hci_cmd_sync_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 0x8543cf58 hci_conn_switch_role +EXPORT_SYMBOL net/bluetooth/bluetooth 0x8fd18617 bt_sock_recvmsg +EXPORT_SYMBOL net/bluetooth/bluetooth 0x8fea24bd bt_sock_unregister +EXPORT_SYMBOL net/bluetooth/bluetooth 0x946b40ab l2cap_chan_close +EXPORT_SYMBOL net/bluetooth/bluetooth 0x9e3d81e4 bt_sock_wait_ready +EXPORT_SYMBOL net/bluetooth/bluetooth 0xa3d94628 hci_recv_frame +EXPORT_SYMBOL net/bluetooth/bluetooth 0xa452c6dc bt_accept_unlink +EXPORT_SYMBOL net/bluetooth/bluetooth 0xb21346d0 hci_suspend_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0xb2388f1a l2cap_conn_put +EXPORT_SYMBOL net/bluetooth/bluetooth 0xb42be79b hci_reset_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0xc0049d1a hci_set_hw_info +EXPORT_SYMBOL net/bluetooth/bluetooth 0xc082a0cd bt_procfs_cleanup +EXPORT_SYMBOL net/bluetooth/bluetooth 0xc696c631 hci_register_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0xc8ab280f bt_sock_ioctl +EXPORT_SYMBOL net/bluetooth/bluetooth 0xcfe786a7 hci_set_fw_info +EXPORT_SYMBOL net/bluetooth/bluetooth 0xd3a3deb6 l2cap_conn_get +EXPORT_SYMBOL net/bluetooth/bluetooth 0xd55cb5ae bt_sock_register +EXPORT_SYMBOL net/bluetooth/bluetooth 0xd7613212 bt_err_ratelimited +EXPORT_SYMBOL net/bluetooth/bluetooth 0xddacccf6 bt_warn_ratelimited +EXPORT_SYMBOL net/bluetooth/bluetooth 0xdf808646 hci_recv_diag +EXPORT_SYMBOL net/bluetooth/bluetooth 0xe0202f07 __hci_cmd_sync +EXPORT_SYMBOL net/bluetooth/bluetooth 0xe636d55d bt_sock_stream_recvmsg +EXPORT_SYMBOL net/bluetooth/bluetooth 0xe7942b9c hci_mgmt_chan_register +EXPORT_SYMBOL net/bluetooth/bluetooth 0xe81c4e31 l2cap_register_user +EXPORT_SYMBOL net/bluetooth/bluetooth 0xea78a6a7 hci_alloc_dev_priv +EXPORT_SYMBOL net/bluetooth/bluetooth 0xef916e5a bt_sock_poll +EXPORT_SYMBOL net/bluetooth/bluetooth 0xf2ee2d13 hci_cmd_sync_queue +EXPORT_SYMBOL net/bluetooth/bluetooth 0xf5594596 __hci_cmd_sync_status +EXPORT_SYMBOL net/bluetooth/bluetooth 0xf8a9df40 l2cap_unregister_user +EXPORT_SYMBOL net/bluetooth/bluetooth 0xfe50d9fb hci_conn_security +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0x01e1a3ba ebt_unregister_table_pre_exit +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0x7e673fe4 ebt_unregister_template +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0x9e15efb7 ebt_do_table +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0xa1cf8f2a ebt_unregister_table +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0xa7e55836 ebt_register_table +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0xe0c1764e ebt_register_template +EXPORT_SYMBOL net/caif/caif 0x0964209a caif_disconnect_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 0x839ddb7b cfcnfg_set_phy_state +EXPORT_SYMBOL net/caif/caif 0x948c8638 caif_enroll_dev +EXPORT_SYMBOL net/caif/caif 0x9e3e305d cfpkt_set_prio +EXPORT_SYMBOL net/caif/caif 0xb58febcd cfcnfg_add_phy_layer +EXPORT_SYMBOL net/caif/caif 0xb7b6874e caif_free_client +EXPORT_SYMBOL net/caif/caif 0xc9fa484e caif_connect_client +EXPORT_SYMBOL net/caif/caif 0xe197d48e get_cfcnfg +EXPORT_SYMBOL net/can/can 0x3a516210 can_rx_unregister +EXPORT_SYMBOL net/can/can 0x53b6065c can_proto_unregister +EXPORT_SYMBOL net/can/can 0x59fafefa can_rx_register +EXPORT_SYMBOL net/can/can 0x5e751c84 can_proto_register +EXPORT_SYMBOL net/can/can 0x877a2931 can_sock_destruct +EXPORT_SYMBOL net/can/can 0xb8f5b3a5 can_send +EXPORT_SYMBOL net/ceph/libceph 0x02eb8456 ceph_monc_do_statfs +EXPORT_SYMBOL net/ceph/libceph 0x032c195f osd_req_op_extent_osd_data_pagelist +EXPORT_SYMBOL net/ceph/libceph 0x04cad6f0 ceph_pg_poolid_by_name +EXPORT_SYMBOL net/ceph/libceph 0x0a1568d2 ceph_osdc_update_epoch_barrier +EXPORT_SYMBOL net/ceph/libceph 0x0b965f8b ceph_monc_get_version +EXPORT_SYMBOL net/ceph/libceph 0x0c12fdd1 ceph_monc_open_session +EXPORT_SYMBOL net/ceph/libceph 0x0c690d09 ceph_copy_from_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x12f8e945 ceph_monc_validate_auth +EXPORT_SYMBOL net/ceph/libceph 0x1378aba3 ceph_pg_pool_name_by_id +EXPORT_SYMBOL net/ceph/libceph 0x15adc118 ceph_zero_page_vector_range +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 0x1eb2068f osd_req_op_cls_request_data_pages +EXPORT_SYMBOL net/ceph/libceph 0x2087719e ceph_oid_copy +EXPORT_SYMBOL net/ceph/libceph 0x2101cbc9 ceph_oid_destroy +EXPORT_SYMBOL net/ceph/libceph 0x21885ee3 ceph_monc_stop +EXPORT_SYMBOL net/ceph/libceph 0x226cd409 ceph_copy_to_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x22fb3723 osd_req_op_extent_dup_last +EXPORT_SYMBOL net/ceph/libceph 0x24710889 ceph_con_send +EXPORT_SYMBOL net/ceph/libceph 0x26b00974 ceph_monc_want_map +EXPORT_SYMBOL net/ceph/libceph 0x288402aa ceph_auth_handle_svc_reply_more +EXPORT_SYMBOL net/ceph/libceph 0x2a983d26 ceph_pagelist_release +EXPORT_SYMBOL net/ceph/libceph 0x32ca17c9 ceph_osdc_abort_requests +EXPORT_SYMBOL net/ceph/libceph 0x33e9da13 osd_req_op_alloc_hint_init +EXPORT_SYMBOL net/ceph/libceph 0x3745b7e2 ceph_con_keepalive +EXPORT_SYMBOL net/ceph/libceph 0x38f2d94e ceph_file_to_extents +EXPORT_SYMBOL net/ceph/libceph 0x391aa175 ceph_osdc_new_request +EXPORT_SYMBOL net/ceph/libceph 0x3985777e ceph_cls_unlock +EXPORT_SYMBOL net/ceph/libceph 0x3a9cac7f ceph_msg_data_add_bvecs +EXPORT_SYMBOL net/ceph/libceph 0x3bc9c459 ceph_auth_is_authenticated +EXPORT_SYMBOL net/ceph/libceph 0x3c8d7111 ceph_get_num_objects +EXPORT_SYMBOL net/ceph/libceph 0x3efec46c osd_req_op_extent_osd_data_pages +EXPORT_SYMBOL net/ceph/libceph 0x3f0aa1f2 ceph_msg_data_add_pages +EXPORT_SYMBOL net/ceph/libceph 0x41678201 ceph_msg_put +EXPORT_SYMBOL net/ceph/libceph 0x417a9131 ceph_oloc_destroy +EXPORT_SYMBOL net/ceph/libceph 0x44695588 ceph_con_init +EXPORT_SYMBOL net/ceph/libceph 0x466b85b8 libceph_compatible +EXPORT_SYMBOL net/ceph/libceph 0x488cf5bf ceph_copy_user_to_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x4affd6c2 ceph_parse_fsid +EXPORT_SYMBOL net/ceph/libceph 0x4dd85d3b ceph_client_gid +EXPORT_SYMBOL net/ceph/libceph 0x50603ce3 ceph_decode_entity_addrvec +EXPORT_SYMBOL net/ceph/libceph 0x54decec2 osd_req_op_extent_osd_data_bvec_pos +EXPORT_SYMBOL net/ceph/libceph 0x556c7da6 ceph_con_open +EXPORT_SYMBOL net/ceph/libceph 0x561b79a3 osd_req_op_init +EXPORT_SYMBOL net/ceph/libceph 0x565b4a71 ceph_msg_get +EXPORT_SYMBOL net/ceph/libceph 0x57baf885 ceph_str_hash +EXPORT_SYMBOL net/ceph/libceph 0x587a2c2e ceph_osdc_alloc_request +EXPORT_SYMBOL net/ceph/libceph 0x5a25a63e ceph_open_session +EXPORT_SYMBOL net/ceph/libceph 0x5aeeee62 ceph_oid_aprintf +EXPORT_SYMBOL net/ceph/libceph 0x5cd1ffd2 ceph_osdc_notify +EXPORT_SYMBOL net/ceph/libceph 0x602887b1 ceph_parse_mon_ips +EXPORT_SYMBOL net/ceph/libceph 0x609eb33b ceph_client_addr +EXPORT_SYMBOL net/ceph/libceph 0x625ac020 ceph_check_fsid +EXPORT_SYMBOL net/ceph/libceph 0x626b8239 ceph_put_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x63758856 ceph_str_hash_name +EXPORT_SYMBOL net/ceph/libceph 0x64c2d3ee ceph_osdc_unwatch +EXPORT_SYMBOL net/ceph/libceph 0x65c44c3a ceph_destroy_client +EXPORT_SYMBOL net/ceph/libceph 0x662246a6 osd_req_op_cls_init +EXPORT_SYMBOL net/ceph/libceph 0x662581a5 ceph_cls_break_lock +EXPORT_SYMBOL net/ceph/libceph 0x675216d1 ceph_cls_lock +EXPORT_SYMBOL net/ceph/libceph 0x68be2429 osd_req_op_extent_update +EXPORT_SYMBOL net/ceph/libceph 0x6964f647 ceph_auth_add_authorizer_challenge +EXPORT_SYMBOL net/ceph/libceph 0x6a04f672 ceph_osdc_maybe_request_map +EXPORT_SYMBOL net/ceph/libceph 0x6a7a38a0 ceph_pr_addr +EXPORT_SYMBOL net/ceph/libceph 0x6bf0615a osd_req_op_extent_osd_data_bio +EXPORT_SYMBOL net/ceph/libceph 0x70bab3bb ceph_osdc_list_watchers +EXPORT_SYMBOL net/ceph/libceph 0x71f24ea0 ceph_msg_data_add_pagelist +EXPORT_SYMBOL net/ceph/libceph 0x727a0458 ceph_print_client_options +EXPORT_SYMBOL net/ceph/libceph 0x738f1e15 ceph_monc_wait_osdmap +EXPORT_SYMBOL net/ceph/libceph 0x7698aceb ceph_wait_for_latest_osdmap +EXPORT_SYMBOL net/ceph/libceph 0x77e2fb4c ceph_alloc_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x79ca64c9 ceph_osdc_cancel_request +EXPORT_SYMBOL net/ceph/libceph 0x7ccc5f18 ceph_osdc_put_request +EXPORT_SYMBOL net/ceph/libceph 0x7d422c9f ceph_cls_lock_info +EXPORT_SYMBOL net/ceph/libceph 0x7df866a3 ceph_release_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x7f9191a1 ceph_osdc_flush_notifies +EXPORT_SYMBOL net/ceph/libceph 0x81caebf7 ceph_cls_set_cookie +EXPORT_SYMBOL net/ceph/libceph 0x86ee613b ceph_msg_new2 +EXPORT_SYMBOL net/ceph/libceph 0x86fca7e4 ceph_put_snap_context +EXPORT_SYMBOL net/ceph/libceph 0x8b2d8a70 ceph_osdc_get_request +EXPORT_SYMBOL net/ceph/libceph 0x8c7a722e ceph_auth_get_authorizer +EXPORT_SYMBOL net/ceph/libceph 0x8cac4f87 __ceph_open_session +EXPORT_SYMBOL net/ceph/libceph 0x8f0457c4 ceph_con_close +EXPORT_SYMBOL net/ceph/libceph 0x928a4c24 ceph_compare_options +EXPORT_SYMBOL net/ceph/libceph 0x92b7b4ce ceph_pg_pool_flags +EXPORT_SYMBOL net/ceph/libceph 0x9435eca7 ceph_monc_get_version_async +EXPORT_SYMBOL net/ceph/libceph 0x946c9061 __ceph_auth_get_authorizer +EXPORT_SYMBOL net/ceph/libceph 0x94ecf2be ceph_msg_data_add_bio +EXPORT_SYMBOL net/ceph/libceph 0x96ff9d32 ceph_msg_dump +EXPORT_SYMBOL net/ceph/libceph 0x9705befa osd_req_op_cls_response_data_pages +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 0x9d149678 ceph_osdc_alloc_messages +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 0xa3f663f9 ceph_osdc_clear_abort_err +EXPORT_SYMBOL net/ceph/libceph 0xa698f998 ceph_free_lockers +EXPORT_SYMBOL net/ceph/libceph 0xa80178e4 ceph_auth_invalidate_authorizer +EXPORT_SYMBOL net/ceph/libceph 0xaa67b98d ceph_auth_handle_bad_authorizer +EXPORT_SYMBOL net/ceph/libceph 0xad703657 ceph_auth_destroy_authorizer +EXPORT_SYMBOL net/ceph/libceph 0xada793c4 ceph_osdc_notify_ack +EXPORT_SYMBOL net/ceph/libceph 0xaf0a9584 osd_req_op_extent_osd_data +EXPORT_SYMBOL net/ceph/libceph 0xafb8a407 ceph_msgr_flush +EXPORT_SYMBOL net/ceph/libceph 0xaffb794f ceph_osdc_sync +EXPORT_SYMBOL net/ceph/libceph 0xb0f5397d ceph_monc_init +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 0xbe3879aa ceph_get_snap_context +EXPORT_SYMBOL net/ceph/libceph 0xbe52f8d4 ceph_auth_verify_authorizer_reply +EXPORT_SYMBOL net/ceph/libceph 0xbf7f694a ceph_parse_param +EXPORT_SYMBOL net/ceph/libceph 0xc366bfa1 ceph_pagelist_truncate +EXPORT_SYMBOL net/ceph/libceph 0xc92ba4d4 ceph_msg_new +EXPORT_SYMBOL net/ceph/libceph 0xca80437b ceph_extent_to_file +EXPORT_SYMBOL net/ceph/libceph 0xcaa45057 ceph_osdc_wait_request +EXPORT_SYMBOL net/ceph/libceph 0xcbf4fe00 ceph_reset_client_addr +EXPORT_SYMBOL net/ceph/libceph 0xcde73070 ceph_osdc_start_request +EXPORT_SYMBOL net/ceph/libceph 0xd2f54a70 ceph_auth_handle_svc_reply_done +EXPORT_SYMBOL net/ceph/libceph 0xd4d736db ceph_destroy_options +EXPORT_SYMBOL net/ceph/libceph 0xd4eb7735 ceph_decode_entity_addr +EXPORT_SYMBOL net/ceph/libceph 0xd76c5a36 osd_req_op_extent_init +EXPORT_SYMBOL net/ceph/libceph 0xd7af0af5 ceph_osdc_watch +EXPORT_SYMBOL net/ceph/libceph 0xdf6ef4a1 ceph_oid_printf +EXPORT_SYMBOL net/ceph/libceph 0xdfc091f9 ceph_entity_type_name +EXPORT_SYMBOL net/ceph/libceph 0xe0f0d564 ceph_monc_got_map +EXPORT_SYMBOL net/ceph/libceph 0xe34a59f2 ceph_object_locator_to_pg +EXPORT_SYMBOL net/ceph/libceph 0xe3bcb683 ceph_monc_renew_subs +EXPORT_SYMBOL net/ceph/libceph 0xe766b86f ceph_osdc_call +EXPORT_SYMBOL net/ceph/libceph 0xe76e7226 ceph_pagelist_alloc +EXPORT_SYMBOL net/ceph/libceph 0xe79527c9 osd_req_op_cls_request_data_pagelist +EXPORT_SYMBOL net/ceph/libceph 0xeaf08c96 osd_req_op_copy_from_init +EXPORT_SYMBOL net/ceph/libceph 0xeb7ac71f ceph_create_client +EXPORT_SYMBOL net/ceph/libceph 0xebf6d190 ceph_monc_blocklist_add +EXPORT_SYMBOL net/ceph/libceph 0xee120c03 ceph_release_string +EXPORT_SYMBOL net/ceph/libceph 0xeeeea2a8 osd_req_op_xattr_init +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 0xf41a1977 osd_req_op_cls_request_data_bvecs +EXPORT_SYMBOL net/ceph/libceph 0xf6280452 ceph_cls_assert_locked +EXPORT_SYMBOL net/ceph/libceph 0xfa9097a6 osd_req_op_raw_data_in_pages +EXPORT_SYMBOL net/ceph/libceph 0xfefccd84 osd_req_op_extent_osd_data_bvecs +EXPORT_SYMBOL net/dccp/dccp_ipv4 0x84f06144 dccp_syn_ack_timeout +EXPORT_SYMBOL net/dccp/dccp_ipv4 0xeae91741 dccp_req_err +EXPORT_SYMBOL net/hsr/hsr 0x030943e6 is_hsr_master +EXPORT_SYMBOL net/hsr/hsr 0x1703e9cc hsr_get_version +EXPORT_SYMBOL net/ieee802154/ieee802154 0x175add4d wpan_phy_for_each +EXPORT_SYMBOL net/ieee802154/ieee802154 0x2185e5be wpan_phy_find +EXPORT_SYMBOL net/ieee802154/ieee802154 0x39bbb3dc wpan_phy_unregister +EXPORT_SYMBOL net/ieee802154/ieee802154 0x3cb3d763 wpan_phy_new +EXPORT_SYMBOL net/ieee802154/ieee802154 0x454fc9ac wpan_phy_free +EXPORT_SYMBOL net/ieee802154/ieee802154 0xad59e221 wpan_phy_register +EXPORT_SYMBOL net/ipv4/fou 0x1757d1a4 fou_encap_hlen +EXPORT_SYMBOL net/ipv4/fou 0x3e566f24 __gue_build_header +EXPORT_SYMBOL net/ipv4/fou 0x7f09a997 __fou_build_header +EXPORT_SYMBOL net/ipv4/fou 0xf13914b3 gue_encap_hlen +EXPORT_SYMBOL net/ipv4/gre 0x71bb8528 gre_parse_header +EXPORT_SYMBOL net/ipv4/ip_tunnel 0x3e8945bc ip_tunnel_get_link_net +EXPORT_SYMBOL net/ipv4/ip_tunnel 0x6b9bbee2 ip_tunnel_encap_del_ops +EXPORT_SYMBOL net/ipv4/ip_tunnel 0x720ff1e2 ip_tunnel_encap_add_ops +EXPORT_SYMBOL net/ipv4/ip_tunnel 0xb8012448 ip_tunnel_get_iflink +EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0x2d021321 arpt_do_table +EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0xa05f702b arpt_unregister_table_pre_exit +EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0xa26182dd arpt_register_table +EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0xd2888dff arpt_unregister_table +EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0x8a54d9b9 ipt_do_table +EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0xbd74107f ipt_unregister_table_pre_exit +EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0xe95c5196 ipt_unregister_table_exit +EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0xebbe593d ipt_register_table +EXPORT_SYMBOL net/ipv4/tunnel4 0x988d16a2 xfrm4_tunnel_register +EXPORT_SYMBOL net/ipv4/tunnel4 0xa594af72 xfrm4_tunnel_deregister +EXPORT_SYMBOL net/ipv4/udp_tunnel 0xe3862740 udp_sock_create4 +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x1058a5a1 ip6_tnl_change_mtu +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x2b0de2b7 ip6_tnl_rcv +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x35a52194 ip6_tnl_get_iflink +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x42b69a7e ip6_tnl_parse_tlv_enc_lim +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x5296b6c4 ip6_tnl_xmit +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x77b75ff9 ip6_tnl_get_cap +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x85bd6091 ip6_tnl_encap_del_ops +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0xf43574e0 ip6_tnl_encap_add_ops +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0xf77e8b60 ip6_tnl_get_link_net +EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0x0e664af9 ip6t_unregister_table_pre_exit +EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0x14314b94 ip6t_do_table +EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0x7b1f894a ip6t_unregister_table_exit +EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0x8cc5806b ip6t_register_table +EXPORT_SYMBOL net/ipv6/tunnel6 0x0ff53525 xfrm6_tunnel_deregister +EXPORT_SYMBOL net/ipv6/tunnel6 0x4e810fd0 xfrm6_tunnel_register +EXPORT_SYMBOL net/ipv6/xfrm6_tunnel 0x1e4d6760 xfrm6_tunnel_spi_lookup +EXPORT_SYMBOL net/ipv6/xfrm6_tunnel 0x4adb4e12 xfrm6_tunnel_alloc_spi +EXPORT_SYMBOL net/lapb/lapb 0x01fefdc0 lapb_connect_request +EXPORT_SYMBOL net/lapb/lapb 0x1fc46f8e lapb_data_request +EXPORT_SYMBOL net/lapb/lapb 0x4c2a8a28 lapb_disconnect_request +EXPORT_SYMBOL net/lapb/lapb 0x571284ff lapb_setparms +EXPORT_SYMBOL net/lapb/lapb 0xafd284c4 lapb_getparms +EXPORT_SYMBOL net/lapb/lapb 0xb42ec50f lapb_data_received +EXPORT_SYMBOL net/lapb/lapb 0xba469aa7 lapb_unregister +EXPORT_SYMBOL net/lapb/lapb 0xe635e052 lapb_register +EXPORT_SYMBOL net/llc/llc 0x05782be6 llc_sap_find +EXPORT_SYMBOL net/llc/llc 0x08aebc12 llc_sap_open +EXPORT_SYMBOL net/llc/llc 0x131900d0 llc_build_and_send_ui_pkt +EXPORT_SYMBOL net/llc/llc 0x38b92846 llc_remove_pack +EXPORT_SYMBOL net/llc/llc 0x438f5650 llc_sap_close +EXPORT_SYMBOL net/llc/llc 0x521702ba llc_set_station_handler +EXPORT_SYMBOL net/llc/llc 0x52d7b2fd llc_sap_list +EXPORT_SYMBOL net/llc/llc 0x727e1bfe llc_add_pack +EXPORT_SYMBOL net/llc/llc 0xe895bd38 llc_mac_hdr_init +EXPORT_SYMBOL net/mac80211/mac80211 0x01d7b1a3 ieee80211_ctstoself_get +EXPORT_SYMBOL net/mac80211/mac80211 0x06a22bc1 ieee80211_ctstoself_duration +EXPORT_SYMBOL net/mac80211/mac80211 0x0b5749d7 ieee80211_queue_stopped +EXPORT_SYMBOL net/mac80211/mac80211 0x0d06fea1 ieee80211_mark_rx_ba_filtered_frames +EXPORT_SYMBOL net/mac80211/mac80211 0x0d6bc8f1 ieee80211_restart_hw +EXPORT_SYMBOL net/mac80211/mac80211 0x0e81d4a6 ieee80211_nullfunc_get +EXPORT_SYMBOL net/mac80211/mac80211 0x10786972 ieee80211_send_bar +EXPORT_SYMBOL net/mac80211/mac80211 0x123d97d6 ieee80211_txq_schedule_start +EXPORT_SYMBOL net/mac80211/mac80211 0x19f37f0d ieee80211_update_p2p_noa +EXPORT_SYMBOL net/mac80211/mac80211 0x1cf75d45 ieee80211_get_tkip_p1k_iv +EXPORT_SYMBOL net/mac80211/mac80211 0x1ed66a07 ieee80211_wake_queue +EXPORT_SYMBOL net/mac80211/mac80211 0x201e5f95 ieee80211_rx_list +EXPORT_SYMBOL net/mac80211/mac80211 0x248a6082 ieee80211_tx_rate_update +EXPORT_SYMBOL net/mac80211/mac80211 0x24b16a33 ieee80211_cqm_rssi_notify +EXPORT_SYMBOL net/mac80211/mac80211 0x2719c75e ieee80211_beacon_get_template +EXPORT_SYMBOL net/mac80211/mac80211 0x299b55ac ieee80211_start_tx_ba_cb_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0x29c49c5d ieee80211_rx_ba_timer_expired +EXPORT_SYMBOL net/mac80211/mac80211 0x2bd8b241 ieee80211_iter_keys_rcu +EXPORT_SYMBOL net/mac80211/mac80211 0x2edd46c7 __ieee80211_schedule_txq +EXPORT_SYMBOL net/mac80211/mac80211 0x3098bed4 ieee80211_generic_frame_duration +EXPORT_SYMBOL net/mac80211/mac80211 0x311e1ad7 ieee80211_rate_control_register +EXPORT_SYMBOL net/mac80211/mac80211 0x31c34aff ieee80211_wake_queues +EXPORT_SYMBOL net/mac80211/mac80211 0x3543e0b8 ieee80211_connection_loss +EXPORT_SYMBOL net/mac80211/mac80211 0x376306b6 ieee80211_unreserve_tid +EXPORT_SYMBOL net/mac80211/mac80211 0x391eda45 ieee80211_get_tkip_rx_p1k +EXPORT_SYMBOL net/mac80211/mac80211 0x3a631ca0 __ieee80211_get_tx_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0x3b0195a4 ieee80211_tx_status_ext +EXPORT_SYMBOL net/mac80211/mac80211 0x3b61e24c ieee80211_next_txq +EXPORT_SYMBOL net/mac80211/mac80211 0x3ba9d6d5 ieee80211_stop_queues +EXPORT_SYMBOL net/mac80211/mac80211 0x3c71e1af ieee80211_txq_airtime_check +EXPORT_SYMBOL net/mac80211/mac80211 0x3d480e3d ieee80211_sta_block_awake +EXPORT_SYMBOL net/mac80211/mac80211 0x3f7bf400 ieee80211_stop_rx_ba_session +EXPORT_SYMBOL net/mac80211/mac80211 0x40d3237d ieee80211_beacon_get_tim +EXPORT_SYMBOL net/mac80211/mac80211 0x43c7cb96 ieee80211_tx_status_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0x44a4d74c ieee80211_beacon_update_cntdwn +EXPORT_SYMBOL net/mac80211/mac80211 0x48e54bee ieee80211_find_sta +EXPORT_SYMBOL net/mac80211/mac80211 0x4c1379bb ieee80211_probereq_get +EXPORT_SYMBOL net/mac80211/mac80211 0x4d3f680c ieee80211_radar_detected +EXPORT_SYMBOL net/mac80211/mac80211 0x4f6626c1 __ieee80211_get_assoc_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0x5327323f ieee80211_sta_ps_transition +EXPORT_SYMBOL net/mac80211/mac80211 0x5744999e ieee80211_iter_keys +EXPORT_SYMBOL net/mac80211/mac80211 0x59c288ee ieee80211_get_buffered_bc +EXPORT_SYMBOL net/mac80211/mac80211 0x59cbec7c ieee80211_sta_eosp +EXPORT_SYMBOL net/mac80211/mac80211 0x5a7900c2 ieee80211_tx_dequeue +EXPORT_SYMBOL net/mac80211/mac80211 0x5e85bd31 ieee80211_pspoll_get +EXPORT_SYMBOL net/mac80211/mac80211 0x5eb3b393 ieee80211_tx_prepare_skb +EXPORT_SYMBOL net/mac80211/mac80211 0x601c52fb ieee80211_get_tx_rates +EXPORT_SYMBOL net/mac80211/mac80211 0x684cd111 ieee80211_disconnect +EXPORT_SYMBOL net/mac80211/mac80211 0x693cc76e ieee80211_sched_scan_results +EXPORT_SYMBOL net/mac80211/mac80211 0x69570f5a ieee80211_handle_wake_tx_queue +EXPORT_SYMBOL net/mac80211/mac80211 0x6c7bdcaf wiphy_to_ieee80211_hw +EXPORT_SYMBOL net/mac80211/mac80211 0x6eb85efc ieee80211_sta_pspoll +EXPORT_SYMBOL net/mac80211/mac80211 0x72122d71 ieee80211_tx_status +EXPORT_SYMBOL net/mac80211/mac80211 0x78f2530c ieee80211_beacon_cntdwn_is_complete +EXPORT_SYMBOL net/mac80211/mac80211 0x7f31f36d ieee80211_nan_func_match +EXPORT_SYMBOL net/mac80211/mac80211 0x812f7e93 ieee80211_beacon_set_cntdwn +EXPORT_SYMBOL net/mac80211/mac80211 0x83f15315 ieee80211_stop_tx_ba_cb_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0x88fb2f22 ieee80211_get_fils_discovery_tmpl +EXPORT_SYMBOL net/mac80211/mac80211 0x8bba1b1f ieee80211_alloc_hw_nm +EXPORT_SYMBOL net/mac80211/mac80211 0x8d59e62f ieee80211_scan_completed +EXPORT_SYMBOL net/mac80211/mac80211 0x95f158f9 ieee80211_stop_tx_ba_session +EXPORT_SYMBOL net/mac80211/mac80211 0x95febea6 ieee80211_get_bssid +EXPORT_SYMBOL net/mac80211/mac80211 0x9601a3b4 ieee80211_rx_napi +EXPORT_SYMBOL net/mac80211/mac80211 0x9846b654 ieee80211_cqm_beacon_loss_notify +EXPORT_SYMBOL net/mac80211/mac80211 0x991a0ca0 ieee80211_parse_p2p_noa +EXPORT_SYMBOL net/mac80211/mac80211 0x9b4b8d39 ieee80211_proberesp_get +EXPORT_SYMBOL net/mac80211/mac80211 0x9c4b2d97 ieee80211_disable_rssi_reports +EXPORT_SYMBOL net/mac80211/mac80211 0x9ed7e87c ieee80211_chswitch_done +EXPORT_SYMBOL net/mac80211/mac80211 0x9f3acfdf ieee80211_get_tkip_p2k +EXPORT_SYMBOL net/mac80211/mac80211 0x9fe9916f ieee80211_free_hw +EXPORT_SYMBOL net/mac80211/mac80211 0xa1106879 __ieee80211_get_rx_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0xa21d7091 ieee80211_rts_duration +EXPORT_SYMBOL net/mac80211/mac80211 0xa31084d8 ieee80211_enable_rssi_reports +EXPORT_SYMBOL net/mac80211/mac80211 0xa3264cda ieee80211_queue_delayed_work +EXPORT_SYMBOL net/mac80211/mac80211 0xa9edd896 ieee80211_nan_func_terminated +EXPORT_SYMBOL net/mac80211/mac80211 0xaeb9a917 ieee80211_get_key_rx_seq +EXPORT_SYMBOL net/mac80211/mac80211 0xaf0166ba ieee80211_rate_control_unregister +EXPORT_SYMBOL net/mac80211/mac80211 0xaf0afebb ieee80211_sched_scan_stopped +EXPORT_SYMBOL net/mac80211/mac80211 0xb3581c6e ieee80211_sta_uapsd_trigger +EXPORT_SYMBOL net/mac80211/mac80211 0xb6c5c1c7 ieee80211_free_txskb +EXPORT_SYMBOL net/mac80211/mac80211 0xbbbd82da ieee80211_send_eosp_nullfunc +EXPORT_SYMBOL net/mac80211/mac80211 0xbbf0a224 ieee80211_reserve_tid +EXPORT_SYMBOL net/mac80211/mac80211 0xbe4d35a9 __ieee80211_create_tpt_led_trigger +EXPORT_SYMBOL net/mac80211/mac80211 0xc42ed4f8 ieee80211_ap_probereq_get +EXPORT_SYMBOL net/mac80211/mac80211 0xc4c1c713 ieee80211_csa_finish +EXPORT_SYMBOL net/mac80211/mac80211 0xc90b9968 ieee80211_txq_get_depth +EXPORT_SYMBOL net/mac80211/mac80211 0xce35c452 rate_control_set_rates +EXPORT_SYMBOL net/mac80211/mac80211 0xce70f751 ieee80211_rts_get +EXPORT_SYMBOL net/mac80211/mac80211 0xcf464759 ieee80211_get_unsol_bcast_probe_resp_tmpl +EXPORT_SYMBOL net/mac80211/mac80211 0xcf4a5cbc ieee80211_report_low_ack +EXPORT_SYMBOL net/mac80211/mac80211 0xd612ca90 ieee80211_unregister_hw +EXPORT_SYMBOL net/mac80211/mac80211 0xd62bd605 ieee80211_manage_rx_ba_offl +EXPORT_SYMBOL net/mac80211/mac80211 0xd97df078 ieee80211_rx_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0xdd9ea5c2 ieee80211_stop_queue +EXPORT_SYMBOL net/mac80211/mac80211 0xdf377fb0 ieee80211_sta_register_airtime +EXPORT_SYMBOL net/mac80211/mac80211 0xe35db6af ieee80211_channel_switch_disconnect +EXPORT_SYMBOL net/mac80211/mac80211 0xe5bdb608 ieee80211_tdls_oper_request +EXPORT_SYMBOL net/mac80211/mac80211 0xeabfd725 ieee80211_start_tx_ba_session +EXPORT_SYMBOL net/mac80211/mac80211 0xec4c97a6 ieee80211_report_wowlan_wakeup +EXPORT_SYMBOL net/mac80211/mac80211 0xec730746 ieee80211_queue_work +EXPORT_SYMBOL net/mac80211/mac80211 0xf07fb9b2 ieee80211_register_hw +EXPORT_SYMBOL net/mac80211/mac80211 0xf0fec155 ieee80211_sta_set_buffered +EXPORT_SYMBOL net/mac80211/mac80211 0xf19f2cdf ieee80211_beacon_loss +EXPORT_SYMBOL net/mac80211/mac80211 0xf83d2084 ieee80211_txq_may_transmit +EXPORT_SYMBOL net/mac80211/mac80211 0xf8c0e97b ieee80211_sta_recalc_aggregates +EXPORT_SYMBOL net/mac80211/mac80211 0xfdd2bba7 ieee80211_tx_status_8023 +EXPORT_SYMBOL net/mac80211/mac80211 0xfeb0d969 __ieee80211_get_radio_led_name +EXPORT_SYMBOL net/mac802154/mac802154 0x2a967071 ieee802154_unregister_hw +EXPORT_SYMBOL net/mac802154/mac802154 0x2bcca3da ieee802154_configure_durations +EXPORT_SYMBOL net/mac802154/mac802154 0x35efc162 ieee802154_xmit_complete +EXPORT_SYMBOL net/mac802154/mac802154 0x4deba23f ieee802154_register_hw +EXPORT_SYMBOL net/mac802154/mac802154 0x6950d1ab ieee802154_free_hw +EXPORT_SYMBOL net/mac802154/mac802154 0xb1a2b5f5 ieee802154_xmit_hw_error +EXPORT_SYMBOL net/mac802154/mac802154 0xde9de80f ieee802154_alloc_hw +EXPORT_SYMBOL net/mac802154/mac802154 0xeee67fd7 ieee802154_rx_irqsafe +EXPORT_SYMBOL net/mac802154/mac802154 0xf1e9f205 ieee802154_xmit_error +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x10e7f966 ip_vs_conn_new +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x1727217d ip_vs_scheduler_err +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x22195c9e ip_vs_conn_out_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x4d5e5803 ip_vs_new_conn_out +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x6772ff8a unregister_ip_vs_app +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x83cd5c65 unregister_ip_vs_scheduler +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x9bda493c register_ip_vs_app_inc +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x9c510521 register_ip_vs_app +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xb6c0f19e ip_vs_proto_data_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xb97fbb78 ip_vs_nfct_expect_related +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xd00e32cb register_ip_vs_scheduler +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xd2035ec3 ip_vs_conn_in_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xd5f63ab9 ip_vs_tcp_conn_listen +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xd831a1a2 ip_vs_proto_name +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xdb1413b6 ip_vs_conn_put +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xe66c757b ip_vs_proto_get +EXPORT_SYMBOL net/netfilter/nf_conntrack 0x3b08a8f0 nf_ct_destroy +EXPORT_SYMBOL net/netfilter/nf_conntrack 0x89d99ee1 __nf_ct_ext_find +EXPORT_SYMBOL net/netfilter/nf_conntrack 0xdc99cc24 nf_ct_ext_add +EXPORT_SYMBOL net/netfilter/nf_conntrack_pptp 0xf2a36612 pptp_msg_name +EXPORT_SYMBOL net/netfilter/nf_nat 0x614aac67 nf_nat_setup_info +EXPORT_SYMBOL net/netfilter/nf_nat 0x92bb1848 __nf_nat_mangle_tcp_packet +EXPORT_SYMBOL net/netfilter/nf_nat 0xb744851a nf_nat_follow_master +EXPORT_SYMBOL net/netfilter/nf_nat 0xff5d8bbb nf_nat_mangle_udp_packet +EXPORT_SYMBOL net/netfilter/nft_fib 0x46170f23 nft_fib_policy +EXPORT_SYMBOL net/netfilter/x_tables 0x0928bd88 xt_unregister_target +EXPORT_SYMBOL net/netfilter/x_tables 0x0d7f5fcd xt_alloc_entry_offsets +EXPORT_SYMBOL net/netfilter/x_tables 0x2e164439 xt_find_match +EXPORT_SYMBOL net/netfilter/x_tables 0x3bf9d084 xt_check_table_hooks +EXPORT_SYMBOL net/netfilter/x_tables 0x469b39ee xt_register_targets +EXPORT_SYMBOL net/netfilter/x_tables 0x48012e28 xt_check_proc_name +EXPORT_SYMBOL net/netfilter/x_tables 0x50873741 xt_compat_init_offsets +EXPORT_SYMBOL net/netfilter/x_tables 0x576492d7 xt_unregister_match +EXPORT_SYMBOL net/netfilter/x_tables 0x6c84c408 xt_register_matches +EXPORT_SYMBOL net/netfilter/x_tables 0x6ec5ddb9 xt_unregister_matches +EXPORT_SYMBOL net/netfilter/x_tables 0x8365d74a xt_register_target +EXPORT_SYMBOL net/netfilter/x_tables 0x887a4160 xt_find_table +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 0xf6f217ef xt_register_match +EXPORT_SYMBOL net/netfilter/x_tables 0xfafffbed xt_unregister_targets +EXPORT_SYMBOL net/netfilter/x_tables 0xfef779fa xt_find_jump_offset +EXPORT_SYMBOL net/nfc/hci/hci 0x0656a980 nfc_hci_get_param +EXPORT_SYMBOL net/nfc/hci/hci 0x0a2a2bad nfc_llc_stop +EXPORT_SYMBOL net/nfc/hci/hci 0x10f7b245 nfc_hci_allocate_device +EXPORT_SYMBOL net/nfc/hci/hci 0x1e9159ca nfc_hci_register_device +EXPORT_SYMBOL net/nfc/hci/hci 0x31235e7b nfc_hci_set_param +EXPORT_SYMBOL net/nfc/hci/hci 0x3ad236b2 nfc_hci_disconnect_all_gates +EXPORT_SYMBOL net/nfc/hci/hci 0x4f94d925 nfc_llc_start +EXPORT_SYMBOL net/nfc/hci/hci 0x6cd4db11 nfc_hci_disconnect_gate +EXPORT_SYMBOL net/nfc/hci/hci 0x74fe3670 nfc_hci_result_to_errno +EXPORT_SYMBOL net/nfc/hci/hci 0x7f6a2652 nfc_hci_driver_failure +EXPORT_SYMBOL net/nfc/hci/hci 0x864eeaa5 nfc_hci_unregister_device +EXPORT_SYMBOL net/nfc/hci/hci 0x8ad866be nfc_hci_recv_frame +EXPORT_SYMBOL net/nfc/hci/hci 0x98c2ce64 nfc_hci_send_cmd_async +EXPORT_SYMBOL net/nfc/hci/hci 0x9b287fab nfc_hci_connect_gate +EXPORT_SYMBOL net/nfc/hci/hci 0x9bb6faa8 nfc_hci_target_discovered +EXPORT_SYMBOL net/nfc/hci/hci 0xa1f1c755 nfc_hci_free_device +EXPORT_SYMBOL net/nfc/hci/hci 0xae7d545a nfc_hci_reset_pipes_per_host +EXPORT_SYMBOL net/nfc/hci/hci 0xb27f5fa1 nfc_hci_send_cmd +EXPORT_SYMBOL net/nfc/hci/hci 0xb80b0698 nfc_hci_send_event +EXPORT_SYMBOL net/nfc/hci/hci 0xd69bd412 nfc_hci_get_clientdata +EXPORT_SYMBOL net/nfc/hci/hci 0xdd231c55 nfc_hci_sak_to_protocol +EXPORT_SYMBOL net/nfc/hci/hci 0xec5057b5 nfc_hci_set_clientdata +EXPORT_SYMBOL net/nfc/hci/hci 0xf3849d6b nfc_hci_reset_pipes +EXPORT_SYMBOL net/nfc/nci/nci 0x0078df03 nci_nfcc_loopback +EXPORT_SYMBOL net/nfc/nci/nci 0x032dee88 nci_nfcee_mode_set +EXPORT_SYMBOL net/nfc/nci/nci 0x0984c6ae nci_core_cmd +EXPORT_SYMBOL net/nfc/nci/nci 0x1bdbc910 nci_core_init +EXPORT_SYMBOL net/nfc/nci/nci 0x309a1eda nci_allocate_device +EXPORT_SYMBOL net/nfc/nci/nci 0x325c0037 nci_unregister_device +EXPORT_SYMBOL net/nfc/nci/nci 0x373c3aad nci_register_device +EXPORT_SYMBOL net/nfc/nci/nci 0x3ecc3001 nci_set_config +EXPORT_SYMBOL net/nfc/nci/nci 0x43b04982 nci_free_device +EXPORT_SYMBOL net/nfc/nci/nci 0x43ce3710 nci_send_cmd +EXPORT_SYMBOL net/nfc/nci/nci 0x51052f25 nci_conn_max_data_pkt_payload_size +EXPORT_SYMBOL net/nfc/nci/nci 0x52f9791f nci_hci_open_pipe +EXPORT_SYMBOL net/nfc/nci/nci 0x5bcc0e31 nci_nfcee_discover +EXPORT_SYMBOL net/nfc/nci/nci 0x72a9f8f1 nci_prop_cmd +EXPORT_SYMBOL net/nfc/nci/nci 0x781b225b nci_hci_set_param +EXPORT_SYMBOL net/nfc/nci/nci 0x9c36c88b nci_send_frame +EXPORT_SYMBOL net/nfc/nci/nci 0xa722b5ac nci_core_conn_close +EXPORT_SYMBOL net/nfc/nci/nci 0xa7558308 nci_hci_send_cmd +EXPORT_SYMBOL net/nfc/nci/nci 0xb8550103 nci_hci_dev_session_init +EXPORT_SYMBOL net/nfc/nci/nci 0xba490602 nci_to_errno +EXPORT_SYMBOL net/nfc/nci/nci 0xbe95c703 nci_recv_frame +EXPORT_SYMBOL net/nfc/nci/nci 0xc03e6165 nci_get_conn_info_by_dest_type_params +EXPORT_SYMBOL net/nfc/nci/nci 0xc2f9aed2 nci_req_complete +EXPORT_SYMBOL net/nfc/nci/nci 0xc56e2735 nci_core_reset +EXPORT_SYMBOL net/nfc/nci/nci 0xc5768863 nci_core_conn_create +EXPORT_SYMBOL net/nfc/nci/nci 0xdd6c2ede nci_hci_send_event +EXPORT_SYMBOL net/nfc/nci/nci 0xe63ddc19 nci_send_data +EXPORT_SYMBOL net/nfc/nci/nci 0xef4d4ad2 nci_hci_clear_all_pipes +EXPORT_SYMBOL net/nfc/nci/nci 0xf1428848 nci_hci_connect_gate +EXPORT_SYMBOL net/nfc/nci/nci 0xff96f395 nci_hci_get_param +EXPORT_SYMBOL net/nfc/nfc 0x048bb3ab nfc_get_local_general_bytes +EXPORT_SYMBOL net/nfc/nfc 0x20bf086b nfc_tm_data_received +EXPORT_SYMBOL net/nfc/nfc 0x223fd7f1 __nfc_alloc_vendor_cmd_reply_skb +EXPORT_SYMBOL net/nfc/nfc 0x2887f406 nfc_set_remote_general_bytes +EXPORT_SYMBOL net/nfc/nfc 0x2b1980cc nfc_proto_register +EXPORT_SYMBOL net/nfc/nfc 0x2cf20ca8 nfc_se_connectivity +EXPORT_SYMBOL net/nfc/nfc 0x326df9ea nfc_allocate_device +EXPORT_SYMBOL net/nfc/nfc 0x4c19928a nfc_class +EXPORT_SYMBOL net/nfc/nfc 0x579ff51b nfc_vendor_cmd_reply +EXPORT_SYMBOL net/nfc/nfc 0x5f318f9e nfc_register_device +EXPORT_SYMBOL net/nfc/nfc 0x6fa8c364 nfc_targets_found +EXPORT_SYMBOL net/nfc/nfc 0x782fe836 nfc_alloc_recv_skb +EXPORT_SYMBOL net/nfc/nfc 0x804bd6d3 nfc_proto_unregister +EXPORT_SYMBOL net/nfc/nfc 0x838f8cc9 nfc_unregister_device +EXPORT_SYMBOL net/nfc/nfc 0x9bcea67f nfc_fw_download_done +EXPORT_SYMBOL net/nfc/nfc 0xb2c17dd0 nfc_find_se +EXPORT_SYMBOL net/nfc/nfc 0xb7aea658 nfc_remove_se +EXPORT_SYMBOL net/nfc/nfc 0xb7de9c5f nfc_tm_activated +EXPORT_SYMBOL net/nfc/nfc 0xbd2531de nfc_se_transaction +EXPORT_SYMBOL net/nfc/nfc 0xc2aee7c9 nfc_driver_failure +EXPORT_SYMBOL net/nfc/nfc 0xc8343ab3 nfc_send_to_raw_sock +EXPORT_SYMBOL net/nfc/nfc 0xcfa0c23d nfc_add_se +EXPORT_SYMBOL net/nfc/nfc 0xe22fed09 nfc_target_lost +EXPORT_SYMBOL net/nfc/nfc 0xe3ea0cd4 nfc_dep_link_is_up +EXPORT_SYMBOL net/nfc/nfc 0xfae62832 nfc_tm_deactivated +EXPORT_SYMBOL net/nfc/nfc_digital 0x0611d83a nfc_digital_free_device +EXPORT_SYMBOL net/nfc/nfc_digital 0x3a414e97 nfc_digital_unregister_device +EXPORT_SYMBOL net/nfc/nfc_digital 0xc783f4b8 nfc_digital_allocate_device +EXPORT_SYMBOL net/nfc/nfc_digital 0xe37397cd nfc_digital_register_device +EXPORT_SYMBOL net/phonet/phonet 0x027542c4 phonet_header_ops +EXPORT_SYMBOL net/phonet/phonet 0x19f8363a pn_sock_get_port +EXPORT_SYMBOL net/phonet/phonet 0x2c3b338a phonet_proto_register +EXPORT_SYMBOL net/phonet/phonet 0x82a64ef2 phonet_stream_ops +EXPORT_SYMBOL net/phonet/phonet 0x904b5247 pn_sock_hash +EXPORT_SYMBOL net/phonet/phonet 0xa14b29f2 phonet_proto_unregister +EXPORT_SYMBOL net/phonet/phonet 0xa99db944 pn_sock_unhash +EXPORT_SYMBOL net/phonet/phonet 0xeb0d90dc pn_skb_send +EXPORT_SYMBOL net/rxrpc/rxrpc 0x0d9af8d6 rxrpc_kernel_get_srtt +EXPORT_SYMBOL net/rxrpc/rxrpc 0x11c9942e rxrpc_kernel_set_max_life +EXPORT_SYMBOL net/rxrpc/rxrpc 0x2073bd42 rxrpc_kernel_set_tx_length +EXPORT_SYMBOL net/rxrpc/rxrpc 0x2dcab281 rxrpc_kernel_charge_accept +EXPORT_SYMBOL net/rxrpc/rxrpc 0x31bf3ca3 rxrpc_debug_id +EXPORT_SYMBOL net/rxrpc/rxrpc 0x341fd819 rxrpc_kernel_get_epoch +EXPORT_SYMBOL net/rxrpc/rxrpc 0x343abfef rxrpc_kernel_recv_data +EXPORT_SYMBOL net/rxrpc/rxrpc 0x3a8327c8 rxrpc_get_server_data_key +EXPORT_SYMBOL net/rxrpc/rxrpc 0x3d35d753 rxrpc_kernel_abort_call +EXPORT_SYMBOL net/rxrpc/rxrpc 0x4605971c rxrpc_kernel_check_life +EXPORT_SYMBOL net/rxrpc/rxrpc 0x4946cac8 rxrpc_sock_set_security_keyring +EXPORT_SYMBOL net/rxrpc/rxrpc 0x4957f22f rxrpc_kernel_get_peer +EXPORT_SYMBOL net/rxrpc/rxrpc 0x6ce9b160 rxrpc_sock_set_min_security_level +EXPORT_SYMBOL net/rxrpc/rxrpc 0x80492010 key_type_rxrpc +EXPORT_SYMBOL net/rxrpc/rxrpc 0x8d7f6c7d rxrpc_kernel_end_call +EXPORT_SYMBOL net/rxrpc/rxrpc 0xb1f08f89 rxrpc_kernel_new_call_notification +EXPORT_SYMBOL net/rxrpc/rxrpc 0xb8885397 rxrpc_kernel_begin_call +EXPORT_SYMBOL net/rxrpc/rxrpc 0xbf03f0c1 rxrpc_kernel_send_data +EXPORT_SYMBOL net/rxrpc/rxrpc 0xce8e8693 rxrpc_get_null_key +EXPORT_SYMBOL net/sctp/sctp 0xffe49bb2 sctp_do_peeloff +EXPORT_SYMBOL net/smc/smc 0x108a59fa __traceiter_smc_tx_sendmsg +EXPORT_SYMBOL net/smc/smc 0x1b1e06e1 __tracepoint_smc_rx_recvmsg +EXPORT_SYMBOL net/smc/smc 0x3153cc92 __SCK__tp_func_smc_rx_recvmsg +EXPORT_SYMBOL net/smc/smc 0x72d7ad5e __traceiter_smcr_link_down +EXPORT_SYMBOL net/smc/smc 0x8989d6ae __tracepoint_smc_switch_to_fallback +EXPORT_SYMBOL net/smc/smc 0x99bf1b00 __tracepoint_smc_tx_sendmsg +EXPORT_SYMBOL net/smc/smc 0xae6a4849 __traceiter_smc_rx_recvmsg +EXPORT_SYMBOL net/smc/smc 0xb3f2d173 __SCK__tp_func_smc_tx_sendmsg +EXPORT_SYMBOL net/smc/smc 0xcd9701fe __tracepoint_smcr_link_down +EXPORT_SYMBOL net/smc/smc 0xe7dacb8d __SCK__tp_func_smcr_link_down +EXPORT_SYMBOL net/smc/smc 0xebadd688 __traceiter_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 0x3368547e gss_pseudoflavor_to_service +EXPORT_SYMBOL net/sunrpc/auth_gss/auth_rpcgss 0x8fd6a2a2 gss_mech_get +EXPORT_SYMBOL net/sunrpc/auth_gss/auth_rpcgss 0xbd3ccd61 gss_mech_put +EXPORT_SYMBOL net/sunrpc/sunrpc 0x4030d925 xdr_truncate_encode +EXPORT_SYMBOL net/sunrpc/sunrpc 0x7809ddbd svc_pool_stats_open +EXPORT_SYMBOL net/sunrpc/sunrpc 0xa82046d6 xdr_restrict_buflen +EXPORT_SYMBOL net/tipc/tipc 0x042d3858 tipc_nl_sk_walk +EXPORT_SYMBOL net/tipc/tipc 0x2dd90726 tipc_dump_start +EXPORT_SYMBOL net/tipc/tipc 0x602b1de6 tipc_dump_done +EXPORT_SYMBOL net/tipc/tipc 0xa806fd98 tipc_sk_fill_sock_diag +EXPORT_SYMBOL net/tls/tls 0xf0a30d68 tls_get_record +EXPORT_SYMBOL net/wireless/cfg80211 0x001eefaf cfg80211_connect_done +EXPORT_SYMBOL net/wireless/cfg80211 0x050f6131 cfg80211_scan_done +EXPORT_SYMBOL net/wireless/cfg80211 0x05f7c90f wiphy_rfkill_start_polling +EXPORT_SYMBOL net/wireless/cfg80211 0x06ca71fd cfg80211_chandef_create +EXPORT_SYMBOL net/wireless/cfg80211 0x09e4c789 cfg80211_inform_bss_frame_data +EXPORT_SYMBOL net/wireless/cfg80211 0x0cc95bc2 ieee80211_s1g_channel_width +EXPORT_SYMBOL net/wireless/cfg80211 0x0f0b65c9 cfg80211_del_sta_sinfo +EXPORT_SYMBOL net/wireless/cfg80211 0x117aca91 cfg80211_merge_profile +EXPORT_SYMBOL net/wireless/cfg80211 0x11e75b5c cfg80211_port_authorized +EXPORT_SYMBOL net/wireless/cfg80211 0x1485d0c1 cfg80211_bss_flush +EXPORT_SYMBOL net/wireless/cfg80211 0x171c75c4 cfg80211_cqm_rssi_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x1879fcbd bridge_tunnel_header +EXPORT_SYMBOL net/wireless/cfg80211 0x19f5d037 cfg80211_bss_color_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x1b5a3a7e cfg80211_sinfo_alloc_tid_stats +EXPORT_SYMBOL net/wireless/cfg80211 0x1ce2497f reg_query_regdb_wmm +EXPORT_SYMBOL net/wireless/cfg80211 0x1e40cee5 __cfg80211_send_event_skb +EXPORT_SYMBOL net/wireless/cfg80211 0x1e9d85a7 ieee80211_data_to_8023_exthdr +EXPORT_SYMBOL net/wireless/cfg80211 0x1fb50ef2 cfg80211_sched_scan_stopped +EXPORT_SYMBOL net/wireless/cfg80211 0x20dbbba8 cfg80211_new_sta +EXPORT_SYMBOL net/wireless/cfg80211 0x211373c8 cfg80211_notify_new_peer_candidate +EXPORT_SYMBOL net/wireless/cfg80211 0x23af95d5 regulatory_set_wiphy_regd_sync +EXPORT_SYMBOL net/wireless/cfg80211 0x24bba5ab cfg80211_nan_func_terminated +EXPORT_SYMBOL net/wireless/cfg80211 0x2544ec15 cfg80211_iftype_allowed +EXPORT_SYMBOL net/wireless/cfg80211 0x25c5c807 cfg80211_chandef_dfs_required +EXPORT_SYMBOL net/wireless/cfg80211 0x26995622 cfg80211_get_drvinfo +EXPORT_SYMBOL net/wireless/cfg80211 0x275269b3 ieee80211_ie_split_ric +EXPORT_SYMBOL net/wireless/cfg80211 0x275c97f0 cfg80211_get_ies_channel_number +EXPORT_SYMBOL net/wireless/cfg80211 0x28c2d054 wiphy_register +EXPORT_SYMBOL net/wireless/cfg80211 0x2f825f8e cfg80211_auth_timeout +EXPORT_SYMBOL net/wireless/cfg80211 0x3643b80f ieee80211_chandef_to_operating_class +EXPORT_SYMBOL net/wireless/cfg80211 0x376c0aa0 ieee80211_get_hdrlen_from_skb +EXPORT_SYMBOL net/wireless/cfg80211 0x391cc291 cfg80211_assoc_failure +EXPORT_SYMBOL net/wireless/cfg80211 0x3ab67807 cfg80211_assoc_comeback +EXPORT_SYMBOL net/wireless/cfg80211 0x3daca0ca cfg80211_get_bss +EXPORT_SYMBOL net/wireless/cfg80211 0x429c0c31 ieee80211_bss_get_elem +EXPORT_SYMBOL net/wireless/cfg80211 0x42c9b017 wiphy_free +EXPORT_SYMBOL net/wireless/cfg80211 0x43afadee ieee80211_radiotap_iterator_init +EXPORT_SYMBOL net/wireless/cfg80211 0x43f19f89 cfg80211_sched_scan_stopped_locked +EXPORT_SYMBOL net/wireless/cfg80211 0x460fe254 ieee80211_get_channel_khz +EXPORT_SYMBOL net/wireless/cfg80211 0x46272214 cfg80211_nan_match +EXPORT_SYMBOL net/wireless/cfg80211 0x46c98fa2 wiphy_read_of_freq_limits +EXPORT_SYMBOL net/wireless/cfg80211 0x46ff300c ieee80211_get_response_rate +EXPORT_SYMBOL net/wireless/cfg80211 0x48dd2cca cfg80211_gtk_rekey_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x4ce265eb cfg80211_get_iftype_ext_capa +EXPORT_SYMBOL net/wireless/cfg80211 0x4d888bc1 cfg80211_calculate_bitrate +EXPORT_SYMBOL net/wireless/cfg80211 0x5184bce8 cfg80211_disconnected +EXPORT_SYMBOL net/wireless/cfg80211 0x5584448a ieee80211_channel_to_freq_khz +EXPORT_SYMBOL net/wireless/cfg80211 0x56f31020 regulatory_hint +EXPORT_SYMBOL net/wireless/cfg80211 0x5b47bdf9 cfg80211_ch_switch_started_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x5bb3dc5c __cfg80211_radar_event +EXPORT_SYMBOL net/wireless/cfg80211 0x5c483dec cfg80211_remain_on_channel_expired +EXPORT_SYMBOL net/wireless/cfg80211 0x5cf185b2 cfg80211_external_auth_request +EXPORT_SYMBOL net/wireless/cfg80211 0x61349a37 cfg80211_cqm_txe_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x63ae79bc cfg80211_background_cac_abort +EXPORT_SYMBOL net/wireless/cfg80211 0x65baa7e9 cfg80211_reg_can_beacon +EXPORT_SYMBOL net/wireless/cfg80211 0x664910d1 cfg80211_rx_assoc_resp +EXPORT_SYMBOL net/wireless/cfg80211 0x69b18f43 rfc1042_header +EXPORT_SYMBOL net/wireless/cfg80211 0x6a9acd13 wiphy_rfkill_set_hw_state_reason +EXPORT_SYMBOL net/wireless/cfg80211 0x6aea8893 cfg80211_reg_can_beacon_relax +EXPORT_SYMBOL net/wireless/cfg80211 0x6bedf402 ieee80211_freq_khz_to_channel +EXPORT_SYMBOL net/wireless/cfg80211 0x6f7633a8 cfg80211_mgmt_tx_status_ext +EXPORT_SYMBOL net/wireless/cfg80211 0x70175d7c cfg80211_chandef_usable +EXPORT_SYMBOL net/wireless/cfg80211 0x746b2c65 cfg80211_roamed +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 0x7b18f961 freq_reg_info +EXPORT_SYMBOL net/wireless/cfg80211 0x7c1366f8 cfg80211_ready_on_channel +EXPORT_SYMBOL net/wireless/cfg80211 0x7c3ac925 ieee80211_get_vht_max_nss +EXPORT_SYMBOL net/wireless/cfg80211 0x7d24480e wiphy_new_nm +EXPORT_SYMBOL net/wireless/cfg80211 0x7ee3f53f ieee80211_amsdu_to_8023s +EXPORT_SYMBOL net/wireless/cfg80211 0x7ef39823 ieee80211_hdrlen +EXPORT_SYMBOL net/wireless/cfg80211 0x80b114ea cfg80211_send_layer2_update +EXPORT_SYMBOL net/wireless/cfg80211 0x86d6fcba cfg80211_rx_control_port +EXPORT_SYMBOL net/wireless/cfg80211 0x8e0e18e4 cfg80211_tdls_oper_request +EXPORT_SYMBOL net/wireless/cfg80211 0x8fa02936 cfg80211_free_nan_func +EXPORT_SYMBOL net/wireless/cfg80211 0x908396fe cfg80211_rx_spurious_frame +EXPORT_SYMBOL net/wireless/cfg80211 0x96167202 cfg80211_ch_switch_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x9645e5e4 cfg80211_unregister_wdev +EXPORT_SYMBOL net/wireless/cfg80211 0x97b516c7 ieee80211_mandatory_rates +EXPORT_SYMBOL net/wireless/cfg80211 0x991763da cfg80211_register_netdevice +EXPORT_SYMBOL net/wireless/cfg80211 0x9d6cba30 cfg80211_find_elem_match +EXPORT_SYMBOL net/wireless/cfg80211 0xa353a55c cfg80211_rx_mlme_mgmt +EXPORT_SYMBOL net/wireless/cfg80211 0xa641bbfc cfg80211_stop_iface +EXPORT_SYMBOL net/wireless/cfg80211 0xac2a4f84 cfg80211_unlink_bss +EXPORT_SYMBOL net/wireless/cfg80211 0xac327844 cfg80211_michael_mic_failure +EXPORT_SYMBOL net/wireless/cfg80211 0xaca4f3e7 cfg80211_iter_combinations +EXPORT_SYMBOL net/wireless/cfg80211 0xae0fb7ef cfg80211_control_port_tx_status +EXPORT_SYMBOL net/wireless/cfg80211 0xafcfd745 cfg80211_get_station +EXPORT_SYMBOL net/wireless/cfg80211 0xb46b2132 wdev_chandef +EXPORT_SYMBOL net/wireless/cfg80211 0xb4838065 __cfg80211_alloc_reply_skb +EXPORT_SYMBOL net/wireless/cfg80211 0xb6ba1313 ieee80211_get_num_supported_channels +EXPORT_SYMBOL net/wireless/cfg80211 0xbdc8ecd5 cfg80211_inform_bss_data +EXPORT_SYMBOL net/wireless/cfg80211 0xbf11f35c cfg80211_update_owe_info_event +EXPORT_SYMBOL net/wireless/cfg80211 0xbf9fb3d2 __cfg80211_alloc_event_skb +EXPORT_SYMBOL net/wireless/cfg80211 0xbfe575c5 cfg80211_sta_opmode_change_notify +EXPORT_SYMBOL net/wireless/cfg80211 0xc3172e6a cfg80211_probe_status +EXPORT_SYMBOL net/wireless/cfg80211 0xc40240cc cfg80211_ref_bss +EXPORT_SYMBOL net/wireless/cfg80211 0xc4b4fc27 cfg80211_chandef_valid +EXPORT_SYMBOL net/wireless/cfg80211 0xc6cfe5b5 cfg80211_classify8021d +EXPORT_SYMBOL net/wireless/cfg80211 0xc7342963 cfg80211_rx_unprot_mlme_mgmt +EXPORT_SYMBOL net/wireless/cfg80211 0xc9206298 cfg80211_tx_mgmt_expired +EXPORT_SYMBOL net/wireless/cfg80211 0xc9982a7f cfg80211_check_station_change +EXPORT_SYMBOL net/wireless/cfg80211 0xcab4f852 cfg80211_report_wowlan_wakeup +EXPORT_SYMBOL net/wireless/cfg80211 0xcb865954 cfg80211_put_bss +EXPORT_SYMBOL net/wireless/cfg80211 0xcc1a7c48 cfg80211_is_element_inherited +EXPORT_SYMBOL net/wireless/cfg80211 0xd14db797 regulatory_set_wiphy_regd +EXPORT_SYMBOL net/wireless/cfg80211 0xd3c5cdc5 get_wiphy_regdom +EXPORT_SYMBOL net/wireless/cfg80211 0xd44862c8 cfg80211_report_obss_beacon_khz +EXPORT_SYMBOL net/wireless/cfg80211 0xd56d55f3 ieee80211_get_mesh_hdrlen +EXPORT_SYMBOL net/wireless/cfg80211 0xd5f7e289 cfg80211_rx_mgmt_ext +EXPORT_SYMBOL net/wireless/cfg80211 0xd61bbbb2 cfg80211_tx_mlme_mgmt +EXPORT_SYMBOL net/wireless/cfg80211 0xd97eaad4 cfg80211_chandef_compatible +EXPORT_SYMBOL net/wireless/cfg80211 0xdada9da0 cfg80211_ibss_joined +EXPORT_SYMBOL net/wireless/cfg80211 0xdba126c1 reg_initiator_name +EXPORT_SYMBOL net/wireless/cfg80211 0xdc966e43 cfg80211_ft_event +EXPORT_SYMBOL net/wireless/cfg80211 0xdd1e0deb cfg80211_pmksa_candidate_notify +EXPORT_SYMBOL net/wireless/cfg80211 0xe0d08d43 cfg80211_bss_iter +EXPORT_SYMBOL net/wireless/cfg80211 0xe56c63a7 cfg80211_cqm_pktloss_notify +EXPORT_SYMBOL net/wireless/cfg80211 0xe8aeb3c4 cfg80211_cac_event +EXPORT_SYMBOL net/wireless/cfg80211 0xecf23e54 cfg80211_crit_proto_stopped +EXPORT_SYMBOL net/wireless/cfg80211 0xed865352 cfg80211_conn_failed +EXPORT_SYMBOL net/wireless/cfg80211 0xf1bdc00d cfg80211_cqm_beacon_loss_notify +EXPORT_SYMBOL net/wireless/cfg80211 0xf2d51d79 cfg80211_rx_unexpected_4addr_frame +EXPORT_SYMBOL net/wireless/cfg80211 0xf40bc2f5 ieee80211_operating_class_to_band +EXPORT_SYMBOL net/wireless/cfg80211 0xf47e5215 cfg80211_sched_scan_results +EXPORT_SYMBOL net/wireless/cfg80211 0xf5596d89 cfg80211_get_p2p_attr +EXPORT_SYMBOL net/wireless/cfg80211 0xf897e654 wiphy_unregister +EXPORT_SYMBOL net/wireless/cfg80211 0xfa0701b9 cfg80211_any_usable_channels +EXPORT_SYMBOL net/wireless/cfg80211 0xfa161853 wiphy_apply_custom_regulatory +EXPORT_SYMBOL net/wireless/cfg80211 0xfaa250d5 regulatory_pre_cac_allowed +EXPORT_SYMBOL net/wireless/cfg80211 0xfc41ad91 cfg80211_check_combinations +EXPORT_SYMBOL net/wireless/lib80211 0x79f262e3 lib80211_crypt_info_free +EXPORT_SYMBOL net/wireless/lib80211 0xad57f03c lib80211_crypt_info_init +EXPORT_SYMBOL net/wireless/lib80211 0xdfd86192 lib80211_register_crypto_ops +EXPORT_SYMBOL net/wireless/lib80211 0xe101bd38 lib80211_unregister_crypto_ops +EXPORT_SYMBOL net/wireless/lib80211 0xf8c9d7da lib80211_get_crypto_ops +EXPORT_SYMBOL net/wireless/lib80211 0xfdd97008 lib80211_crypt_delayed_deinit +EXPORT_SYMBOL sound/ac97_bus 0x1b272840 ac97_bus_type +EXPORT_SYMBOL sound/core/oss/snd-mixer-oss 0x4f1383c8 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 0x3061c52d snd_use_lock_sync_helper +EXPORT_SYMBOL sound/core/seq/snd-seq 0x3fb4d161 snd_seq_kernel_client_dispatch +EXPORT_SYMBOL sound/core/seq/snd-seq 0x5220ce16 snd_seq_create_kernel_client +EXPORT_SYMBOL sound/core/seq/snd-seq 0x6bb71038 snd_seq_delete_kernel_client +EXPORT_SYMBOL sound/core/seq/snd-seq 0x7ac2f329 snd_seq_expand_var_event +EXPORT_SYMBOL sound/core/seq/snd-seq 0x7b8699eb snd_seq_event_port_detach +EXPORT_SYMBOL sound/core/seq/snd-seq 0xb8e448a0 snd_seq_set_queue_tempo +EXPORT_SYMBOL sound/core/seq/snd-seq 0xcc521541 snd_seq_kernel_client_write_poll +EXPORT_SYMBOL sound/core/seq/snd-seq 0xd3ca088a snd_seq_event_port_attach +EXPORT_SYMBOL sound/core/seq/snd-seq 0xe934da1d snd_seq_dump_var_event +EXPORT_SYMBOL sound/core/seq/snd-seq 0xff385320 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 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-emul 0xf912f0c8 snd_midi_process_event +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0x734e4fba 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 0xdd70dbf6 snd_midi_event_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 0x75204c87 snd_virmidi_new +EXPORT_SYMBOL sound/core/snd 0x0165a039 snd_card_register +EXPORT_SYMBOL sound/core/snd 0x088ef0b7 snd_ctl_notify_one +EXPORT_SYMBOL sound/core/snd 0x0a03280e snd_ctl_find_numid +EXPORT_SYMBOL sound/core/snd 0x10f05297 snd_info_free_entry +EXPORT_SYMBOL sound/core/snd 0x18ec8f21 snd_jack_add_new_kctl +EXPORT_SYMBOL sound/core/snd 0x1905e986 snd_ctl_replace +EXPORT_SYMBOL sound/core/snd 0x198788b4 snd_lookup_oss_minor_data +EXPORT_SYMBOL sound/core/snd 0x24a94b26 snd_info_get_line +EXPORT_SYMBOL sound/core/snd 0x2fc38386 snd_ctl_boolean_stereo_info +EXPORT_SYMBOL sound/core/snd 0x342a2354 copy_to_user_fromio +EXPORT_SYMBOL sound/core/snd 0x390af9dd snd_ctl_register_ioctl_compat +EXPORT_SYMBOL sound/core/snd 0x3971b4df snd_ecards_limit +EXPORT_SYMBOL sound/core/snd 0x419e368b snd_unregister_device +EXPORT_SYMBOL sound/core/snd 0x444d906d snd_mixer_oss_notify_callback +EXPORT_SYMBOL sound/core/snd 0x4a3ad6e5 snd_jack_set_parent +EXPORT_SYMBOL sound/core/snd 0x4a3ea5c0 snd_request_card +EXPORT_SYMBOL sound/core/snd 0x4ff90679 snd_unregister_oss_device +EXPORT_SYMBOL sound/core/snd 0x52338201 snd_info_create_card_entry +EXPORT_SYMBOL sound/core/snd 0x5e83d5ff snd_ctl_make_virtual_master +EXPORT_SYMBOL sound/core/snd 0x67400c44 snd_card_set_id +EXPORT_SYMBOL sound/core/snd 0x6a716227 snd_seq_root +EXPORT_SYMBOL sound/core/snd 0x6af16c97 snd_component_add +EXPORT_SYMBOL sound/core/snd 0x6bb22654 snd_info_create_module_entry +EXPORT_SYMBOL sound/core/snd 0x73076315 snd_pci_quirk_lookup_id +EXPORT_SYMBOL sound/core/snd 0x7611ace2 snd_ctl_add +EXPORT_SYMBOL sound/core/snd 0x78b18a92 snd_ctl_register_ioctl +EXPORT_SYMBOL sound/core/snd 0x7be2d30c snd_device_free +EXPORT_SYMBOL sound/core/snd 0x7c75c11e snd_card_file_remove +EXPORT_SYMBOL sound/core/snd 0x84c2e2fd snd_card_file_add +EXPORT_SYMBOL sound/core/snd 0x8df3789f snd_oss_info_register +EXPORT_SYMBOL sound/core/snd 0x8e80756f _snd_ctl_add_follower +EXPORT_SYMBOL sound/core/snd 0x8e8492cb snd_jack_set_key +EXPORT_SYMBOL sound/core/snd 0x8f595b11 snd_major +EXPORT_SYMBOL sound/core/snd 0x9e6d79f8 snd_info_get_str +EXPORT_SYMBOL sound/core/snd 0xa21ef7d8 snd_ctl_boolean_mono_info +EXPORT_SYMBOL sound/core/snd 0xa274a1fa snd_register_oss_device +EXPORT_SYMBOL sound/core/snd 0xa3afcacf snd_info_register +EXPORT_SYMBOL sound/core/snd 0xa46d4309 snd_jack_new +EXPORT_SYMBOL sound/core/snd 0xa8578e72 snd_device_register +EXPORT_SYMBOL sound/core/snd 0xae790c1c snd_ctl_unregister_ioctl +EXPORT_SYMBOL sound/core/snd 0xaefc2340 snd_card_free +EXPORT_SYMBOL sound/core/snd 0xb2e5ae4a snd_lookup_minor_data +EXPORT_SYMBOL sound/core/snd 0xb614a728 snd_card_new +EXPORT_SYMBOL sound/core/snd 0xba929b71 snd_ctl_find_id +EXPORT_SYMBOL sound/core/snd 0xbb4fb2ee snd_power_wait +EXPORT_SYMBOL sound/core/snd 0xc5a6d10b release_and_free_resource +EXPORT_SYMBOL sound/core/snd 0xc68c9da0 snd_ctl_notify +EXPORT_SYMBOL sound/core/snd 0xc7b79917 snd_ctl_remove_id +EXPORT_SYMBOL sound/core/snd 0xcc6a729f snd_ctl_enum_info +EXPORT_SYMBOL sound/core/snd 0xd3b4be42 snd_register_device +EXPORT_SYMBOL sound/core/snd 0xd5c85143 snd_ctl_new1 +EXPORT_SYMBOL sound/core/snd 0xdb4181fa snd_ctl_rename +EXPORT_SYMBOL sound/core/snd 0xe232fbd2 snd_card_free_when_closed +EXPORT_SYMBOL sound/core/snd 0xe6ca34d1 snd_pci_quirk_lookup +EXPORT_SYMBOL sound/core/snd 0xeb387f0f snd_device_new +EXPORT_SYMBOL sound/core/snd 0xef56de5f snd_ctl_remove +EXPORT_SYMBOL sound/core/snd 0xf390dae8 snd_ctl_unregister_ioctl_compat +EXPORT_SYMBOL sound/core/snd 0xf472a658 snd_jack_report +EXPORT_SYMBOL sound/core/snd 0xf6a3bf53 snd_ctl_free_one +EXPORT_SYMBOL sound/core/snd 0xfa197a0a snd_card_disconnect +EXPORT_SYMBOL sound/core/snd 0xffd008de snd_ctl_rename_id +EXPORT_SYMBOL sound/core/snd 0xfffd89db copy_from_user_toio +EXPORT_SYMBOL sound/core/snd-compress 0x2de6b25b snd_compr_malloc_pages +EXPORT_SYMBOL sound/core/snd-compress 0xac52d5e2 snd_compr_free_pages +EXPORT_SYMBOL sound/core/snd-hwdep 0x38d17f2d snd_hwdep_new +EXPORT_SYMBOL sound/core/snd-pcm 0x0283dfe3 _snd_pcm_hw_params_any +EXPORT_SYMBOL sound/core/snd-pcm 0x043b9e26 snd_pcm_lib_get_vmalloc_page +EXPORT_SYMBOL sound/core/snd-pcm 0x04cda566 snd_interval_refine +EXPORT_SYMBOL sound/core/snd-pcm 0x04ebae05 snd_pcm_mmap_data +EXPORT_SYMBOL sound/core/snd-pcm 0x05f50f12 snd_pcm_hw_constraint_minmax +EXPORT_SYMBOL sound/core/snd-pcm 0x09334eee snd_pcm_release_substream +EXPORT_SYMBOL sound/core/snd-pcm 0x0ca3ff99 snd_pcm_stop +EXPORT_SYMBOL sound/core/snd-pcm 0x0d0354ba snd_pcm_hw_constraint_msbits +EXPORT_SYMBOL sound/core/snd-pcm 0x0d7ce4ba snd_pcm_hw_constraint_pow2 +EXPORT_SYMBOL sound/core/snd-pcm 0x11a0f577 snd_pcm_open_substream +EXPORT_SYMBOL sound/core/snd-pcm 0x11eba48e snd_pcm_create_iec958_consumer_hw_params +EXPORT_SYMBOL sound/core/snd-pcm 0x1a0a23a3 snd_pcm_kernel_ioctl +EXPORT_SYMBOL sound/core/snd-pcm 0x1d027e4b snd_pcm_format_signed +EXPORT_SYMBOL sound/core/snd-pcm 0x1df77460 snd_pcm_hw_constraint_mask64 +EXPORT_SYMBOL sound/core/snd-pcm 0x21ee6415 snd_pcm_period_elapsed_under_stream_lock +EXPORT_SYMBOL sound/core/snd-pcm 0x227972c1 snd_sgbuf_get_page +EXPORT_SYMBOL sound/core/snd-pcm 0x2e13c8fd snd_pcm_new +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 0x42e96eb7 snd_pcm_hw_constraint_list +EXPORT_SYMBOL sound/core/snd-pcm 0x457ed3e1 __snd_pcm_lib_xfer +EXPORT_SYMBOL sound/core/snd-pcm 0x4f816e9b snd_pcm_format_big_endian +EXPORT_SYMBOL sound/core/snd-pcm 0x4fa3678e snd_dma_alloc_pages_fallback +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 0x53eaa363 snd_pcm_hw_constraint_ratnums +EXPORT_SYMBOL sound/core/snd-pcm 0x57aefe30 snd_pcm_hw_constraint_ratdens +EXPORT_SYMBOL sound/core/snd-pcm 0x5e7f4920 snd_pcm_format_set_silence +EXPORT_SYMBOL sound/core/snd-pcm 0x648d2719 snd_pcm_new_stream +EXPORT_SYMBOL sound/core/snd-pcm 0x650f8603 snd_pcm_format_silence_64 +EXPORT_SYMBOL sound/core/snd-pcm 0x678c9215 snd_pcm_lib_ioctl +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 0x696a2a59 snd_pcm_lib_preallocate_free_for_all +EXPORT_SYMBOL sound/core/snd-pcm 0x6e586557 snd_pcm_suspend_all +EXPORT_SYMBOL sound/core/snd-pcm 0x6ef8fcd8 snd_pcm_format_linear +EXPORT_SYMBOL sound/core/snd-pcm 0x72dccb5c snd_pcm_lib_free_pages +EXPORT_SYMBOL sound/core/snd-pcm 0x78338c54 snd_pcm_period_elapsed +EXPORT_SYMBOL sound/core/snd-pcm 0x79438a21 snd_pcm_hw_refine +EXPORT_SYMBOL sound/core/snd-pcm 0x7e00560e snd_sgbuf_get_addr +EXPORT_SYMBOL sound/core/snd-pcm 0x809ad233 snd_pcm_set_ops +EXPORT_SYMBOL sound/core/snd-pcm 0x834dc955 snd_pcm_format_size +EXPORT_SYMBOL sound/core/snd-pcm 0x9345d28c snd_dma_alloc_dir_pages +EXPORT_SYMBOL sound/core/snd-pcm 0x94098ff8 snd_interval_list +EXPORT_SYMBOL sound/core/snd-pcm 0x9bfe2c8a snd_pcm_hw_constraint_ranges +EXPORT_SYMBOL sound/core/snd-pcm 0xa13714b8 _snd_pcm_lib_alloc_vmalloc_buffer +EXPORT_SYMBOL sound/core/snd-pcm 0xa4ffd20c snd_pcm_lib_preallocate_pages +EXPORT_SYMBOL sound/core/snd-pcm 0xa61aa028 snd_pcm_format_unsigned +EXPORT_SYMBOL sound/core/snd-pcm 0xa9068372 snd_pcm_set_managed_buffer_all +EXPORT_SYMBOL sound/core/snd-pcm 0xa9de41b6 snd_pcm_hw_rule_noresample +EXPORT_SYMBOL sound/core/snd-pcm 0xac437f7b snd_interval_ratnum +EXPORT_SYMBOL sound/core/snd-pcm 0xacb363b1 snd_pcm_lib_preallocate_pages_for_all +EXPORT_SYMBOL sound/core/snd-pcm 0xb835e864 snd_dma_free_pages +EXPORT_SYMBOL sound/core/snd-pcm 0xb9638db4 snd_pcm_rate_to_rate_bit +EXPORT_SYMBOL sound/core/snd-pcm 0xbf258d79 snd_pcm_hw_rule_add +EXPORT_SYMBOL sound/core/snd-pcm 0xc3110006 snd_pcm_set_sync +EXPORT_SYMBOL sound/core/snd-pcm 0xc9529214 snd_pcm_lib_free_vmalloc_buffer +EXPORT_SYMBOL sound/core/snd-pcm 0xcce8272f snd_pcm_set_managed_buffer +EXPORT_SYMBOL sound/core/snd-pcm 0xd09c75e7 snd_pcm_new_internal +EXPORT_SYMBOL sound/core/snd-pcm 0xd191ed91 snd_pcm_hw_constraint_integer +EXPORT_SYMBOL sound/core/snd-pcm 0xd62d9754 snd_pcm_lib_malloc_pages +EXPORT_SYMBOL sound/core/snd-pcm 0xe0737b43 snd_pcm_hw_param_first +EXPORT_SYMBOL sound/core/snd-pcm 0xe56a9336 snd_pcm_format_width +EXPORT_SYMBOL sound/core/snd-pcm 0xec7a5a99 snd_pcm_hw_constraint_step +EXPORT_SYMBOL sound/core/snd-pcm 0xece5bd9d snd_pcm_hw_param_last +EXPORT_SYMBOL sound/core/snd-pcm 0xf2ff7fbd snd_pcm_create_iec958_consumer +EXPORT_SYMBOL sound/core/snd-pcm 0xf725229e snd_sgbuf_get_chunk_size +EXPORT_SYMBOL sound/core/snd-pcm 0xfcc9b127 snd_dma_buffer_mmap +EXPORT_SYMBOL sound/core/snd-pcm 0xff6104d0 snd_pcm_rate_bit_to_rate +EXPORT_SYMBOL sound/core/snd-rawmidi 0x0c05fe82 snd_rawmidi_transmit_ack +EXPORT_SYMBOL sound/core/snd-rawmidi 0x0e1b198b snd_rawmidi_drop_output +EXPORT_SYMBOL sound/core/snd-rawmidi 0x2231abc0 snd_rawmidi_set_ops +EXPORT_SYMBOL sound/core/snd-rawmidi 0x45ec3afe snd_rawmidi_proceed +EXPORT_SYMBOL sound/core/snd-rawmidi 0x4d5874d2 snd_rawmidi_new +EXPORT_SYMBOL sound/core/snd-rawmidi 0x5ad318c1 snd_rawmidi_input_params +EXPORT_SYMBOL sound/core/snd-rawmidi 0x5e5f3c60 snd_rawmidi_kernel_write +EXPORT_SYMBOL sound/core/snd-rawmidi 0x603fdf97 snd_rawmidi_kernel_release +EXPORT_SYMBOL sound/core/snd-rawmidi 0x8cc61077 snd_rawmidi_transmit_peek +EXPORT_SYMBOL sound/core/snd-rawmidi 0x8d560847 snd_rawmidi_transmit_empty +EXPORT_SYMBOL sound/core/snd-rawmidi 0x94334c85 snd_rawmidi_output_params +EXPORT_SYMBOL sound/core/snd-rawmidi 0xa6cbe482 snd_rawmidi_transmit +EXPORT_SYMBOL sound/core/snd-rawmidi 0xb2d8c64e snd_rawmidi_receive +EXPORT_SYMBOL sound/core/snd-rawmidi 0xb3cdf3fc snd_rawmidi_drain_output +EXPORT_SYMBOL sound/core/snd-rawmidi 0xbd9d33db snd_rawmidi_kernel_read +EXPORT_SYMBOL sound/core/snd-rawmidi 0xe568c2bc snd_rawmidi_kernel_open +EXPORT_SYMBOL sound/core/snd-rawmidi 0xf39e6001 snd_rawmidi_drain_input +EXPORT_SYMBOL sound/core/snd-rawmidi 0xfd5277d7 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 0x513d74d7 snd_seq_device_new +EXPORT_SYMBOL sound/core/snd-seq-device 0x6339b6d0 snd_seq_device_load_drivers +EXPORT_SYMBOL sound/core/snd-timer 0x00b94268 snd_timer_start +EXPORT_SYMBOL sound/core/snd-timer 0x03d141f4 snd_timer_open +EXPORT_SYMBOL sound/core/snd-timer 0x0936cdc9 snd_timer_continue +EXPORT_SYMBOL sound/core/snd-timer 0x245f1753 snd_timer_notify +EXPORT_SYMBOL sound/core/snd-timer 0x2d3616b6 snd_timer_pause +EXPORT_SYMBOL sound/core/snd-timer 0x33e1b665 snd_timer_stop +EXPORT_SYMBOL sound/core/snd-timer 0x4ed0d699 snd_timer_interrupt +EXPORT_SYMBOL sound/core/snd-timer 0x6badfa7d snd_timer_global_register +EXPORT_SYMBOL sound/core/snd-timer 0x70267117 snd_timer_instance_free +EXPORT_SYMBOL sound/core/snd-timer 0xa32bcb9c snd_timer_global_free +EXPORT_SYMBOL sound/core/snd-timer 0xa3885e8d snd_timer_new +EXPORT_SYMBOL sound/core/snd-timer 0xd72d184b snd_timer_close +EXPORT_SYMBOL sound/core/snd-timer 0xebb01ec9 snd_timer_global_new +EXPORT_SYMBOL sound/core/snd-timer 0xfcc5d22a snd_timer_instance_new +EXPORT_SYMBOL sound/core/snd-timer 0xfe36986b snd_timer_resolution +EXPORT_SYMBOL sound/drivers/mpu401/snd-mpu401-uart 0x4232a313 snd_mpu401_uart_new +EXPORT_SYMBOL sound/drivers/mpu401/snd-mpu401-uart 0x6d629c59 snd_mpu401_uart_interrupt_tx +EXPORT_SYMBOL sound/drivers/mpu401/snd-mpu401-uart 0xc0fec227 snd_mpu401_uart_interrupt +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x05060a19 snd_opl3_regmap +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x05fae13b snd_opl3_create +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x1ba7a317 snd_opl3_find_patch +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x310bf65d snd_opl3_init +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x37eacc95 snd_opl3_timer_new +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x6fd95524 snd_opl3_reset +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0xb41c7d66 snd_opl3_load_patch +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0xddf39c9f snd_opl3_interrupt +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0xe1e13c91 snd_opl3_new +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0xf0798ff9 snd_opl3_hwdep_new +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x04d1f2b9 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 0x2497a6fd snd_vx_suspend +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xa1eddaba snd_vx_dsp_boot +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xc22c17a3 snd_vx_free_firmware +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xccec75cd snd_vx_create +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xcde75e8d snd_vx_setup_firmware +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xec749be7 snd_vx_resume +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xf1f04d23 snd_vx_irq_handler +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xf78f3a32 snd_vx_load_boot_image +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xff7298d1 snd_vx_dsp_load +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x003c1fc7 cmp_connection_establish +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x007dd3d9 cmp_connection_break +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x148683cb amdtp_stream_pcm_abort +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x1ce15140 cmp_connection_update +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x20254e45 amdtp_syt_intervals +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x35d3a040 amdtp_stream_set_parameters +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x4ccbaa3b avc_general_get_plug_info +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x4d9e0fec fw_iso_resources_update +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x53ca18e8 amdtp_rate_table +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x5c50e07d amdtp_stream_init +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x5e857e73 cmp_connection_reserve +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x67395a49 amdtp_stream_destroy +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x6a2d7b05 cmp_connection_check_used +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x746c3648 cmp_connection_init +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x801f2abb snd_fw_transaction +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x825b4dca fw_iso_resources_init +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x8973c5cb fw_iso_resources_destroy +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x8cb660df fw_iso_resources_allocate +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x929fa02c cmp_connection_destroy +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xa172e0a4 fw_iso_resources_free +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xacbf6a34 amdtp_stream_pcm_prepare +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xb8d67814 amdtp_stream_get_max_payload +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xbfcea0ed amdtp_stream_add_pcm_hw_constraints +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xc61a4160 fcp_bus_reset +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xc84f3ca8 iso_packets_buffer_destroy +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xcd41fc63 iso_packets_buffer_init +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xd1317fd8 avc_general_get_sig_fmt +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xd25be886 fcp_avc_transaction +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xddb51927 cmp_connection_release +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xf1a306b8 amdtp_stream_update +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xf6ead8b3 avc_general_set_sig_fmt +EXPORT_SYMBOL sound/hda/snd-intel-dspcfg 0x41a05c36 intel_nhlt_has_endpoint_type +EXPORT_SYMBOL sound/hda/snd-intel-dspcfg 0x66fd6169 intel_nhlt_ssp_endpoint_mask +EXPORT_SYMBOL sound/hda/snd-intel-dspcfg 0xb7b836b3 intel_nhlt_ssp_mclk_mask +EXPORT_SYMBOL sound/hda/snd-intel-dspcfg 0xea6ae986 intel_nhlt_get_endpoint_blob +EXPORT_SYMBOL sound/i2c/other/snd-ak4113 0xd32fb243 snd_ak4113_suspend +EXPORT_SYMBOL sound/i2c/other/snd-ak4113 0xdf7b09e0 snd_ak4113_resume +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x3707997e snd_ak4114_create +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x53c4635d snd_ak4114_reg_write +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x5a8f648c snd_ak4114_resume +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x7b763f6f snd_ak4114_build +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0xa070cdc6 snd_ak4114_external_rate +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0xa71d92bb snd_ak4114_reinit +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0xb08fa838 snd_ak4114_suspend +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0xb61168c1 snd_ak4114_check_rate_and_errors +EXPORT_SYMBOL sound/i2c/other/snd-ak4xxx-adda 0x0b038c1c snd_akm4xxx_write +EXPORT_SYMBOL sound/i2c/other/snd-ak4xxx-adda 0xa682d445 snd_akm4xxx_build_controls +EXPORT_SYMBOL sound/i2c/other/snd-ak4xxx-adda 0xc9b3c114 snd_akm4xxx_init +EXPORT_SYMBOL sound/i2c/other/snd-ak4xxx-adda 0xeddef176 snd_akm4xxx_reset +EXPORT_SYMBOL sound/i2c/other/snd-pt2258 0x3cde0819 snd_pt2258_build_controls +EXPORT_SYMBOL sound/i2c/other/snd-pt2258 0xf97fda35 snd_pt2258_reset +EXPORT_SYMBOL sound/i2c/snd-cs8427 0x0130e384 snd_cs8427_iec958_build +EXPORT_SYMBOL sound/i2c/snd-cs8427 0x08a89b46 snd_cs8427_create +EXPORT_SYMBOL sound/i2c/snd-cs8427 0x6629e610 snd_cs8427_iec958_active +EXPORT_SYMBOL sound/i2c/snd-cs8427 0x68b98004 snd_cs8427_init +EXPORT_SYMBOL sound/i2c/snd-cs8427 0xad71198b snd_cs8427_reg_write +EXPORT_SYMBOL sound/i2c/snd-cs8427 0xf709690d snd_cs8427_iec958_pcm +EXPORT_SYMBOL sound/i2c/snd-i2c 0x075bc1a5 snd_i2c_bus_create +EXPORT_SYMBOL sound/i2c/snd-i2c 0x29e0a2e5 snd_i2c_device_create +EXPORT_SYMBOL sound/i2c/snd-i2c 0x3e3a78c6 snd_i2c_device_free +EXPORT_SYMBOL sound/i2c/snd-i2c 0x55565340 snd_i2c_probeaddr +EXPORT_SYMBOL sound/i2c/snd-i2c 0x9ffd339f snd_i2c_readbytes +EXPORT_SYMBOL sound/i2c/snd-i2c 0xb6abdac5 snd_i2c_sendbytes +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x0883743d snd_ac97_read +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x1a23fe3b snd_ac97_write +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x2b73eef9 snd_ac97_pcm_open +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x56d99f0d snd_ac97_get_short_name +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x65fa5ae8 snd_ac97_set_rate +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x688f473c snd_ac97_suspend +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x80449758 snd_ac97_pcm_close +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x81454442 snd_ac97_update_bits +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x9dc049a1 snd_ac97_bus +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xa64f07ea snd_ac97_update_power +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xb76f0ae8 snd_ac97_resume +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xb92fe6e9 snd_ac97_pcm_assign +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xd81cd33e snd_ac97_tune_hardware +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xdbc2d2b7 snd_ac97_pcm_double_rate_rules +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xdd54e48e snd_ac97_write_cache +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xee499db0 snd_ac97_mixer +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xfcf9dcb7 snd_ac97_update +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x1ccd9ae3 snd_emu10k1_synth_alloc +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x45370f54 snd_emu10k1_ptr_read +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x4bd4f314 snd_emu10k1_voice_alloc +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x4cf3dc12 snd_emu10k1_voice_free +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x765f097f snd_emu10k1_memblk_map +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x78904e5f snd_emu10k1_synth_free +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x7d064c41 snd_emu10k1_synth_bzero +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0xb0ac3661 snd_emu10k1_ptr_write +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0xc181f418 snd_emu10k1_synth_copy_from_user +EXPORT_SYMBOL sound/pci/ice1712/snd-ice17xx-ak4xxx 0x269ae5f8 snd_ice1712_akm4xxx_init +EXPORT_SYMBOL sound/pci/ice1712/snd-ice17xx-ak4xxx 0x7360a2dc snd_ice1712_akm4xxx_free +EXPORT_SYMBOL sound/pci/ice1712/snd-ice17xx-ak4xxx 0xd596e8d0 snd_ice1712_akm4xxx_build_controls +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x0b63cacd oxygen_write_spi +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x0bb62188 oxygen_write32_masked +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x104390f2 oxygen_write16_masked +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x16f1ae84 oxygen_read8 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x1af33c69 oxygen_update_dac_routing +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x1b988706 oxygen_write16 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x26fd426d oxygen_write_ac97_masked +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x4128864b oxygen_write_uart +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x4a4983a4 oxygen_write_i2c +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x5adbd2d8 oxygen_write32 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x609e52ce oxygen_read_ac97 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x78345939 oxygen_write8_masked +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x7cb08635 oxygen_pci_pm +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xa68d6b90 oxygen_read32 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xbdf0ac3b oxygen_write8 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xc0a01e46 oxygen_pci_probe +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xd27cf7ef oxygen_reset_uart +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xd389f323 oxygen_pci_shutdown +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xee1675e1 oxygen_read16 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xffe30e41 oxygen_write_ac97 +EXPORT_SYMBOL sound/pci/trident/snd-trident 0x1dd04c89 snd_trident_alloc_voice +EXPORT_SYMBOL sound/pci/trident/snd-trident 0x3687750a snd_trident_free_voice +EXPORT_SYMBOL sound/pci/trident/snd-trident 0x6b410375 snd_trident_stop_voice +EXPORT_SYMBOL sound/pci/trident/snd-trident 0x961de22d snd_trident_write_voice_regs +EXPORT_SYMBOL sound/pci/trident/snd-trident 0xfbd71cf4 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 0x284fc40e snd_amd_acp_find_config +EXPORT_SYMBOL sound/soc/amd/snd-acp-config 0x72bd805a snd_soc_acpi_amd_sof_machines +EXPORT_SYMBOL sound/soc/amd/snd-acp-config 0xbdd38a04 snd_soc_acpi_amd_rmb_sof_machines +EXPORT_SYMBOL sound/soc/codecs/snd-soc-adau1372 0x292b2f08 adau1372_probe +EXPORT_SYMBOL sound/soc/codecs/snd-soc-lpass-wsa-macro 0x39bc8c3a wsa_macro_set_spkr_mode +EXPORT_SYMBOL sound/soc/codecs/snd-soc-pcm3060 0x6733362d pcm3060_regmap +EXPORT_SYMBOL sound/soc/codecs/snd-soc-pcm3060 0xf7fa168f pcm3060_probe +EXPORT_SYMBOL sound/soc/codecs/snd-soc-rt715 0xed2acb24 hda_to_sdw +EXPORT_SYMBOL sound/soc/codecs/snd-soc-tlv320aic23 0x11d78759 tlv320aic23_regmap +EXPORT_SYMBOL sound/soc/codecs/snd-soc-tlv320aic23 0xe32dfeaf tlv320aic23_probe +EXPORT_SYMBOL sound/soc/codecs/snd-soc-tlv320aic32x4 0x232d1986 aic32x4_probe +EXPORT_SYMBOL sound/soc/codecs/snd-soc-tlv320aic32x4 0x2496dd3b aic32x4_regmap_config +EXPORT_SYMBOL sound/soc/codecs/snd-soc-tlv320aic32x4 0xed116523 aic32x4_remove +EXPORT_SYMBOL sound/soc/codecs/snd-soc-tlv320aic3x 0x737b68ba aic3x_probe +EXPORT_SYMBOL sound/soc/codecs/snd-soc-tlv320aic3x 0xab79e7bd aic3x_remove +EXPORT_SYMBOL sound/soc/codecs/snd-soc-wcd-mbhc 0x15781f44 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 0x70f9c330 wcd_mbhc_start +EXPORT_SYMBOL sound/soc/codecs/snd-soc-wcd-mbhc 0x789ebe56 wcd_mbhc_set_hph_type +EXPORT_SYMBOL sound/soc/codecs/snd-soc-wcd-mbhc 0xa5758a49 wcd_mbhc_get_hph_type +EXPORT_SYMBOL sound/soc/codecs/snd-soc-wcd-mbhc 0xc6173efc wcd_mbhc_init +EXPORT_SYMBOL sound/soc/codecs/snd-soc-wcd-mbhc 0xd094df47 wcd_mbhc_deinit +EXPORT_SYMBOL sound/soc/codecs/snd-soc-wcd-mbhc 0xe2beca26 wcd_mbhc_stop +EXPORT_SYMBOL sound/soc/fsl/snd-soc-fsl-utils 0x89713fe0 fsl_asoc_reparent_pll_clocks +EXPORT_SYMBOL sound/soc/fsl/snd-soc-fsl-utils 0xc07401b4 fsl_asoc_get_pll_clocks +EXPORT_SYMBOL sound/soc/fsl/snd-soc-fsl-utils 0xc0a31109 fsl_asoc_get_dma_channel +EXPORT_SYMBOL sound/soc/mediatek/mt8192/snd-soc-mt8192-afe 0x6cc0b16f mt8192_afe_gpio_init +EXPORT_SYMBOL sound/soc/mediatek/mt8192/snd-soc-mt8192-afe 0xc9126910 mt8192_afe_gpio_request +EXPORT_SYMBOL sound/soc/qcom/qdsp6/q6afe 0x54f00e10 q6afe_unvote_lpass_core_hw +EXPORT_SYMBOL sound/soc/qcom/qdsp6/q6afe 0x569c6921 q6afe_vote_lpass_core_hw +EXPORT_SYMBOL sound/soc/snd-soc-core 0x9559924a snd_soc_alloc_ac97_component +EXPORT_SYMBOL sound/soc/sof/imx/imx-common 0x004380cb imx8_disable_clocks +EXPORT_SYMBOL sound/soc/sof/imx/imx-common 0x2a34dd2f imx8_enable_clocks +EXPORT_SYMBOL sound/soc/sof/imx/imx-common 0x714eeedd imx8_parse_clocks +EXPORT_SYMBOL sound/soc/sof/imx/imx-common 0xb173bc75 imx8_dump +EXPORT_SYMBOL sound/soc/sof/mediatek/mtk-adsp-common 0xc385f240 mtk_adsp_dump +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x03d49906 snd_sof_pci_update_bits +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x063b5d24 snd_sof_dsp_only_d0i3_compatible_stream_active +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x0d59b248 snd_sof_dsp_update_bits +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x139d7e9e snd_sof_dsp_dbg_dump +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x1abe80a1 sof_dai_get_bclk +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x1ba63943 snd_sof_device_shutdown +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x1f871c77 snd_sof_fw_unload +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x20d92807 snd_sof_suspend +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x28523fd5 sof_stream_pcm_open +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x29d2b87f sof_print_oops_and_stack +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x33ca710d snd_sof_prepare +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x343c2dc4 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 0x38483948 snd_sof_ipc_free +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x3a6e76ce snd_sof_load_firmware_raw +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x4212cddb sof_machine_register +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x4531ed6b sof_widget_setup +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x459dd117 sof_io_read +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x46b7d21b snd_sof_resume +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x49654046 snd_sof_dsp_update_bits64 +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x4aa80974 snd_sof_runtime_idle +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x51047245 sof_stream_pcm_close +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x5d75ef11 snd_sof_ipc_get_reply +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x6368bd00 sof_io_read64 +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x67a0b26b snd_sof_device_probe +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x691546dc sof_ipc_tx_message_no_pm +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x7135cec9 snd_sof_ipc_reply +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x7531af23 sof_io_write +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x774caf4a snd_sof_load_topology +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x7af408d3 sof_ipc_set_get_data +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x7b3683cd snd_sof_handle_fw_exception +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x7f7636c4 sof_compressed_ops +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x80707815 sof_pcm_dai_link_fixup +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x8e6a8849 sof_widget_free +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x8f119abf snd_sof_ipc_init +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x8fea2ed0 sof_machine_check +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x914635e1 sof_set_fw_state +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x95e8818a snd_sof_load_firmware_memcpy +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x978fa93c sof_dai_get_mclk +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x9ba693b6 snd_sof_device_remove +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x9e462fdb sof_ipc_tx_message +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xa1daa9a9 snd_sof_runtime_suspend +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xaa1d9f97 sof_mailbox_write +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xb9680428 snd_sof_dsp_update_bits64_unlocked +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xbebcc10c snd_sof_device_probe_completed +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xc0090cda sof_io_write64 +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xc097eb9c sof_set_stream_data_offset +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xc92166f0 sof_machine_unregister +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xcf1495b5 snd_sof_run_firmware +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xd9d2db6d sof_block_write +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xe03a3cae sof_ipc_msg_data +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xeaafc9be sof_block_read +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xee765e7e snd_sof_complete +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xf45d92b9 sof_mailbox_read +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xf63a8871 snd_sof_dsp_update_bits_forced +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xf73c2d7d snd_sof_dsp_panic +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xfb20b1cf snd_sof_runtime_resume +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xfe06fc1e snd_sof_pcm_period_elapsed +EXPORT_SYMBOL sound/soc/sof/snd-sof-of 0x104153e5 sof_of_shutdown +EXPORT_SYMBOL sound/soc/sof/snd-sof-of 0x7095c18a sof_of_remove +EXPORT_SYMBOL sound/soc/sof/snd-sof-of 0xbe18da85 sof_of_pm +EXPORT_SYMBOL sound/soc/sof/snd-sof-of 0xd867554c sof_of_probe +EXPORT_SYMBOL sound/soc/sof/snd-sof-utils 0xc49dbcaf snd_sof_create_page_table +EXPORT_SYMBOL sound/soundcore 0x366894c4 sound_class +EXPORT_SYMBOL sound/soundcore 0x7afc9d8a unregister_sound_mixer +EXPORT_SYMBOL sound/soundcore 0x99c95fa5 unregister_sound_special +EXPORT_SYMBOL sound/soundcore 0xb6ba4428 register_sound_special_device +EXPORT_SYMBOL sound/soundcore 0xbeee5fe1 register_sound_dsp +EXPORT_SYMBOL sound/soundcore 0xcd083b10 unregister_sound_dsp +EXPORT_SYMBOL sound/soundcore 0xd6371dfd register_sound_special +EXPORT_SYMBOL sound/soundcore 0xdb5656aa register_sound_mixer +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0x1e782a0e snd_emux_terminate_all +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0x4fba956c snd_emux_unlock_voice +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0x5b30e64b snd_emux_free +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0x655cb202 snd_sf_linear_to_log +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0x7d9ca459 snd_emux_register +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0x833b4a94 snd_emux_new +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0x92712531 snd_emux_lock_voice +EXPORT_SYMBOL sound/synth/snd-util-mem 0x0eda33fa snd_util_memhdr_new +EXPORT_SYMBOL sound/synth/snd-util-mem 0x2a48197f snd_util_mem_alloc +EXPORT_SYMBOL sound/synth/snd-util-mem 0x6517719f __snd_util_mem_free +EXPORT_SYMBOL sound/synth/snd-util-mem 0x914f3491 snd_util_memhdr_free +EXPORT_SYMBOL sound/synth/snd-util-mem 0x9223e14b snd_util_mem_free +EXPORT_SYMBOL sound/synth/snd-util-mem 0x9adc8c44 __snd_util_memblk_new +EXPORT_SYMBOL sound/synth/snd-util-mem 0xc59655e4 snd_util_mem_avail +EXPORT_SYMBOL sound/synth/snd-util-mem 0xd28dc0da __snd_util_mem_alloc +EXPORT_SYMBOL sound/usb/snd-usbmidi-lib 0x16756dc0 snd_usbmidi_input_start +EXPORT_SYMBOL sound/usb/snd-usbmidi-lib 0x6140b48f __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 0x00035438 sock_recv_errqueue +EXPORT_SYMBOL vmlinux 0x00089ee7 udp_prot +EXPORT_SYMBOL vmlinux 0x00148653 vsnprintf +EXPORT_SYMBOL vmlinux 0x0019e22c unpin_user_page_range_dirty_lock +EXPORT_SYMBOL vmlinux 0x00273623 phy_sfp_probe +EXPORT_SYMBOL vmlinux 0x002a5613 inode_maybe_inc_iversion +EXPORT_SYMBOL vmlinux 0x002cea3c mipi_dsi_dcs_get_pixel_format +EXPORT_SYMBOL vmlinux 0x002d3f31 tcp_ioctl +EXPORT_SYMBOL vmlinux 0x003685c1 mr_vif_seq_next +EXPORT_SYMBOL vmlinux 0x00455ebc config_item_set_name +EXPORT_SYMBOL vmlinux 0x004760ab __put_devmap_managed_page_refs +EXPORT_SYMBOL vmlinux 0x0051f5b2 vfs_fsync_range +EXPORT_SYMBOL vmlinux 0x0056b1a6 block_commit_write +EXPORT_SYMBOL vmlinux 0x00901bf2 __block_write_begin +EXPORT_SYMBOL vmlinux 0x0096cd47 rtc_add_group +EXPORT_SYMBOL vmlinux 0x00b26948 rproc_da_to_va +EXPORT_SYMBOL vmlinux 0x00b4e615 posix_acl_equiv_mode +EXPORT_SYMBOL vmlinux 0x00b9fb65 param_set_short +EXPORT_SYMBOL vmlinux 0x00d7e722 vme_lm_count +EXPORT_SYMBOL vmlinux 0x00e51ea8 clkdev_drop +EXPORT_SYMBOL vmlinux 0x01000e51 schedule +EXPORT_SYMBOL vmlinux 0x01076814 tty_driver_flush_buffer +EXPORT_SYMBOL vmlinux 0x01078db0 inet_ioctl +EXPORT_SYMBOL vmlinux 0x010a5630 dev_get_by_name +EXPORT_SYMBOL vmlinux 0x01156ae4 utf8_strncasecmp_folded +EXPORT_SYMBOL vmlinux 0x01241617 ip_getsockopt +EXPORT_SYMBOL vmlinux 0x0129c4f8 par_io_data_set +EXPORT_SYMBOL vmlinux 0x012de2ea xudma_rchanrt_read +EXPORT_SYMBOL vmlinux 0x013f26ae dma_fence_get_stub +EXPORT_SYMBOL vmlinux 0x01413ff2 update_region +EXPORT_SYMBOL vmlinux 0x0147812c kblockd_mod_delayed_work_on +EXPORT_SYMBOL vmlinux 0x01505d85 imx_scu_call_rpc +EXPORT_SYMBOL vmlinux 0x0152c454 nonseekable_open +EXPORT_SYMBOL vmlinux 0x016dde4e of_node_get +EXPORT_SYMBOL vmlinux 0x016f123e sg_copy_to_buffer +EXPORT_SYMBOL vmlinux 0x016f905f max8925_reg_read +EXPORT_SYMBOL vmlinux 0x01757935 rdmacg_register_device +EXPORT_SYMBOL vmlinux 0x017cf157 skb_kill_datagram +EXPORT_SYMBOL vmlinux 0x017de3d5 nr_cpu_ids +EXPORT_SYMBOL vmlinux 0x01822fb1 qdisc_hash_add +EXPORT_SYMBOL vmlinux 0x0187e472 __sk_mem_reclaim +EXPORT_SYMBOL vmlinux 0x0188cd88 vme_alloc_consistent +EXPORT_SYMBOL vmlinux 0x0188f9c2 input_grab_device +EXPORT_SYMBOL vmlinux 0x019c2200 file_remove_privs +EXPORT_SYMBOL vmlinux 0x019e73e9 ihold +EXPORT_SYMBOL vmlinux 0x01b6865c xa_get_mark +EXPORT_SYMBOL vmlinux 0x01bf55fc paddr_vmcoreinfo_note +EXPORT_SYMBOL vmlinux 0x01da83e4 mmc_erase_group_aligned +EXPORT_SYMBOL vmlinux 0x01dc8a99 qman_update_cgr_safe +EXPORT_SYMBOL vmlinux 0x0209228e pnp_device_attach +EXPORT_SYMBOL vmlinux 0x0209f3a7 secure_ipv6_port_ephemeral +EXPORT_SYMBOL vmlinux 0x020dbf27 bitmap_alloc +EXPORT_SYMBOL vmlinux 0x021c84e3 inet_recvmsg +EXPORT_SYMBOL vmlinux 0x0221913b ip6_fraglist_prepare +EXPORT_SYMBOL vmlinux 0x02293ac3 dma_fence_chain_ops +EXPORT_SYMBOL vmlinux 0x0248efd3 kstrtobool_from_user +EXPORT_SYMBOL vmlinux 0x0259c242 dma_unmap_sg_attrs +EXPORT_SYMBOL vmlinux 0x0260b8f1 fman_unregister_intr +EXPORT_SYMBOL vmlinux 0x0274dc2b netif_get_num_default_rss_queues +EXPORT_SYMBOL vmlinux 0x0278ce6a netif_receive_skb +EXPORT_SYMBOL vmlinux 0x0295ce8c pci_get_slot +EXPORT_SYMBOL vmlinux 0x0296695f refcount_warn_saturate +EXPORT_SYMBOL vmlinux 0x02ab0cb9 inet_csk_reqsk_queue_drop_and_put +EXPORT_SYMBOL vmlinux 0x02af5760 of_translate_dma_address +EXPORT_SYMBOL vmlinux 0x02c065f8 ucc_set_qe_mux_mii_mng +EXPORT_SYMBOL vmlinux 0x02e98613 page_zero_new_buffers +EXPORT_SYMBOL vmlinux 0x0303d4bf of_find_compatible_node +EXPORT_SYMBOL vmlinux 0x030c8c3d backlight_device_get_by_name +EXPORT_SYMBOL vmlinux 0x031d5425 nf_log_register +EXPORT_SYMBOL vmlinux 0x0321c46f udp_lib_setsockopt +EXPORT_SYMBOL vmlinux 0x0334795d icst307_s2div +EXPORT_SYMBOL vmlinux 0x0334da4e scsi_command_size_tbl +EXPORT_SYMBOL vmlinux 0x0336e65d remove_proc_entry +EXPORT_SYMBOL vmlinux 0x034136f2 bio_chain +EXPORT_SYMBOL vmlinux 0x0349726f tegra194_miscreg_mask_serror +EXPORT_SYMBOL vmlinux 0x034e7c23 neigh_resolve_output +EXPORT_SYMBOL vmlinux 0x035a1af4 sock_no_bind +EXPORT_SYMBOL vmlinux 0x0360d67f make_flow_keys_digest +EXPORT_SYMBOL vmlinux 0x0366307a console_suspend_enabled +EXPORT_SYMBOL vmlinux 0x036cce78 tty_termios_input_baud_rate +EXPORT_SYMBOL vmlinux 0x037a0cba kfree +EXPORT_SYMBOL vmlinux 0x037f1f75 filemap_map_pages +EXPORT_SYMBOL vmlinux 0x03815f35 ledtrig_disk_activity +EXPORT_SYMBOL vmlinux 0x03884f5e mem_cgroup_from_task +EXPORT_SYMBOL vmlinux 0x038da438 scsi_vpd_tpg_id +EXPORT_SYMBOL vmlinux 0x0390c4f8 blkdev_get_by_path +EXPORT_SYMBOL vmlinux 0x0391ce54 __ip_options_compile +EXPORT_SYMBOL vmlinux 0x0397edd5 fb_edid_to_monspecs +EXPORT_SYMBOL vmlinux 0x03a81230 security_dentry_init_security +EXPORT_SYMBOL vmlinux 0x03ab25e3 tcf_classify +EXPORT_SYMBOL vmlinux 0x03b814ca bpf_dispatcher_xdp_func +EXPORT_SYMBOL vmlinux 0x03bf0e5a acpi_walk_resource_buffer +EXPORT_SYMBOL vmlinux 0x03df302a msm_pinctrl_remove +EXPORT_SYMBOL vmlinux 0x03fd2571 vm_unmap_ram +EXPORT_SYMBOL vmlinux 0x0414f972 dev_pm_opp_unregister_notifier +EXPORT_SYMBOL vmlinux 0x041c5fc0 md_wakeup_thread +EXPORT_SYMBOL vmlinux 0x044154c6 tc_skb_ext_tc +EXPORT_SYMBOL vmlinux 0x0445562c d_alloc +EXPORT_SYMBOL vmlinux 0x04482cdb __refrigerator +EXPORT_SYMBOL vmlinux 0x044f0ad9 get_random_u16 +EXPORT_SYMBOL vmlinux 0x04673adb qman_ip_rev +EXPORT_SYMBOL vmlinux 0x0474edef kstrtou16_from_user +EXPORT_SYMBOL vmlinux 0x0479aac1 seq_list_next_rcu +EXPORT_SYMBOL vmlinux 0x0483e402 dcb_ieee_setapp +EXPORT_SYMBOL vmlinux 0x0484c6c4 acpi_enter_sleep_state_prep +EXPORT_SYMBOL vmlinux 0x04863e28 hdmi_audio_infoframe_pack_only +EXPORT_SYMBOL vmlinux 0x049424ac tcp_v4_syn_recv_sock +EXPORT_SYMBOL vmlinux 0x04a3cc24 scsi_add_host_with_dma +EXPORT_SYMBOL vmlinux 0x04afdd13 param_get_ullong +EXPORT_SYMBOL vmlinux 0x04d24402 iwe_stream_add_point +EXPORT_SYMBOL vmlinux 0x04e06f76 xen_free_ballooned_pages +EXPORT_SYMBOL vmlinux 0x04e26a58 uart_resume_port +EXPORT_SYMBOL vmlinux 0x04ea5d10 ksize +EXPORT_SYMBOL vmlinux 0x04efe1ec bioset_integrity_create +EXPORT_SYMBOL vmlinux 0x04effb86 simple_dentry_operations +EXPORT_SYMBOL vmlinux 0x04fb65fa inet_csk_prepare_forced_close +EXPORT_SYMBOL vmlinux 0x04fbd448 xp_raw_get_dma +EXPORT_SYMBOL vmlinux 0x050877b9 dmi_first_match +EXPORT_SYMBOL vmlinux 0x051d58e8 dma_fence_wait_any_timeout +EXPORT_SYMBOL vmlinux 0x05240ee7 percpu_counter_batch +EXPORT_SYMBOL vmlinux 0x052b427b phy_ethtool_set_eee +EXPORT_SYMBOL vmlinux 0x053b44fe del_gendisk +EXPORT_SYMBOL vmlinux 0x053eecd9 netdev_reset_tc +EXPORT_SYMBOL vmlinux 0x054496b4 schedule_timeout_interruptible +EXPORT_SYMBOL vmlinux 0x055e77e8 jiffies_64 +EXPORT_SYMBOL vmlinux 0x0562dc30 __sg_page_iter_start +EXPORT_SYMBOL vmlinux 0x05685de5 sk_stream_kill_queues +EXPORT_SYMBOL vmlinux 0x056bcf7b dm_read_arg +EXPORT_SYMBOL vmlinux 0x057f30ee pci_select_bars +EXPORT_SYMBOL vmlinux 0x059e1482 __traceiter_dma_fence_emit +EXPORT_SYMBOL vmlinux 0x05ae212a __sk_backlog_rcv +EXPORT_SYMBOL vmlinux 0x05ced69d inet_proto_csum_replace4 +EXPORT_SYMBOL vmlinux 0x05d64882 reuseport_add_sock +EXPORT_SYMBOL vmlinux 0x05e43ec6 tcp_v4_destroy_sock +EXPORT_SYMBOL vmlinux 0x060ba97c gen_pool_free_owner +EXPORT_SYMBOL vmlinux 0x060e4b05 vfs_copy_file_range +EXPORT_SYMBOL vmlinux 0x061651be strcat +EXPORT_SYMBOL vmlinux 0x06171beb netdev_bonding_info_change +EXPORT_SYMBOL vmlinux 0x06273c53 iov_iter_get_pages2 +EXPORT_SYMBOL vmlinux 0x0627fcc9 rproc_add_subdev +EXPORT_SYMBOL vmlinux 0x0634100a bitmap_parselist_user +EXPORT_SYMBOL vmlinux 0x063935d5 dump_align +EXPORT_SYMBOL vmlinux 0x06405800 devm_devfreq_unregister_notifier +EXPORT_SYMBOL vmlinux 0x06461dd6 jbd2_journal_stop +EXPORT_SYMBOL vmlinux 0x0647ede4 pci_get_subsys +EXPORT_SYMBOL vmlinux 0x0668b595 _kstrtoul +EXPORT_SYMBOL vmlinux 0x066cd220 get_mem_cgroup_from_mm +EXPORT_SYMBOL vmlinux 0x06894194 lookup_one_unlocked +EXPORT_SYMBOL vmlinux 0x068d6659 edac_mc_find +EXPORT_SYMBOL vmlinux 0x06a95ad5 dcb_ieee_getapp_default_prio_mask +EXPORT_SYMBOL vmlinux 0x06b0e4d2 blk_mq_start_hw_queues +EXPORT_SYMBOL vmlinux 0x06bd88b5 ucs2_strnlen +EXPORT_SYMBOL vmlinux 0x06d11488 __bitmap_equal +EXPORT_SYMBOL vmlinux 0x06d55985 icmp6_send +EXPORT_SYMBOL vmlinux 0x06db47b1 netdev_set_sb_channel +EXPORT_SYMBOL vmlinux 0x06f01ede fiemap_prep +EXPORT_SYMBOL vmlinux 0x07034942 unregister_fib_notifier +EXPORT_SYMBOL vmlinux 0x07098248 xz_dec_microlzma_alloc +EXPORT_SYMBOL vmlinux 0x0711edc8 xudma_dev_get_tisci_rm +EXPORT_SYMBOL vmlinux 0x0719c5b1 ipv6_dev_mc_dec +EXPORT_SYMBOL vmlinux 0x0727ac10 kernel_accept +EXPORT_SYMBOL vmlinux 0x072a24f0 tcp_initialize_rcv_mss +EXPORT_SYMBOL vmlinux 0x072c0276 security_sock_graft +EXPORT_SYMBOL vmlinux 0x072f901c vme_master_rmw +EXPORT_SYMBOL vmlinux 0x0745a981 xa_erase +EXPORT_SYMBOL vmlinux 0x07463dd0 vfs_link +EXPORT_SYMBOL vmlinux 0x0747c1be inet6_protos +EXPORT_SYMBOL vmlinux 0x07555c5b sock_no_recvmsg +EXPORT_SYMBOL vmlinux 0x075ad328 netdev_bind_sb_channel_queue +EXPORT_SYMBOL vmlinux 0x0776848c inc_zone_page_state +EXPORT_SYMBOL vmlinux 0x0781ec97 logic_insl +EXPORT_SYMBOL vmlinux 0x079809b0 textsearch_destroy +EXPORT_SYMBOL vmlinux 0x07a8828d mipi_dsi_driver_unregister +EXPORT_SYMBOL vmlinux 0x07a890c8 fb_alloc_cmap +EXPORT_SYMBOL vmlinux 0x07ba4edf dm_kcopyd_zero +EXPORT_SYMBOL vmlinux 0x07cc4a5d printk_timed_ratelimit +EXPORT_SYMBOL vmlinux 0x07ceeac9 panic_notifier_list +EXPORT_SYMBOL vmlinux 0x07cfb86f __netif_rx +EXPORT_SYMBOL vmlinux 0x07d7bb3d input_mt_sync_frame +EXPORT_SYMBOL vmlinux 0x07db17be qman_create_fq +EXPORT_SYMBOL vmlinux 0x07e98001 bio_integrity_prep +EXPORT_SYMBOL vmlinux 0x07ef5a4f sb_min_blocksize +EXPORT_SYMBOL vmlinux 0x07f57478 pci_unmap_iospace +EXPORT_SYMBOL vmlinux 0x07f8f8ad input_register_handler +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 0x082536ff blk_mq_unique_tag +EXPORT_SYMBOL vmlinux 0x082c3213 pci_root_buses +EXPORT_SYMBOL vmlinux 0x082c5184 fscrypt_free_bounce_page +EXPORT_SYMBOL vmlinux 0x08356f32 fman_sp_set_buf_pools_in_asc_order_of_buf_sizes +EXPORT_SYMBOL vmlinux 0x083eb21c rfkill_unregister +EXPORT_SYMBOL vmlinux 0x084a55e6 __dev_direct_xmit +EXPORT_SYMBOL vmlinux 0x086eb3ae mmc_hw_reset +EXPORT_SYMBOL vmlinux 0x0882f36b clear_nlink +EXPORT_SYMBOL vmlinux 0x08a77ff2 __inc_zone_page_state +EXPORT_SYMBOL vmlinux 0x08a98e9f kobject_put +EXPORT_SYMBOL vmlinux 0x08aaacaa sock_set_reuseport +EXPORT_SYMBOL vmlinux 0x08b1e6ca sk_filter_trim_cap +EXPORT_SYMBOL vmlinux 0x08c12eca __dev_remove_pack +EXPORT_SYMBOL vmlinux 0x08c56e6c __devm_release_region +EXPORT_SYMBOL vmlinux 0x08cddb9d skb_eth_push +EXPORT_SYMBOL vmlinux 0x08d70a4e prepare_to_swait_event +EXPORT_SYMBOL vmlinux 0x08e39398 cmd_db_read_addr +EXPORT_SYMBOL vmlinux 0x090722f4 scsi_remove_host +EXPORT_SYMBOL vmlinux 0x091174dc md_bitmap_close_sync +EXPORT_SYMBOL vmlinux 0x092e26bf acpi_remove_address_space_handler +EXPORT_SYMBOL vmlinux 0x093712e5 acpi_purge_cached_objects +EXPORT_SYMBOL vmlinux 0x09396997 mmc_release_host +EXPORT_SYMBOL vmlinux 0x095b3a50 mmc_retune_release +EXPORT_SYMBOL vmlinux 0x096de4d4 register_mii_timestamper +EXPORT_SYMBOL vmlinux 0x09769037 dmt_modes +EXPORT_SYMBOL vmlinux 0x0979cf20 ip_fraglist_init +EXPORT_SYMBOL vmlinux 0x097af021 neigh_proc_dointvec_jiffies +EXPORT_SYMBOL vmlinux 0x098b71c6 fb_dealloc_cmap +EXPORT_SYMBOL vmlinux 0x099521af fsl_ifc_ctrl_dev +EXPORT_SYMBOL vmlinux 0x0998cc3c hdmi_infoframe_unpack +EXPORT_SYMBOL vmlinux 0x09aee124 pci_request_selected_regions +EXPORT_SYMBOL vmlinux 0x09c64b5f skb_queue_purge +EXPORT_SYMBOL vmlinux 0x09d44df9 in_lock_functions +EXPORT_SYMBOL vmlinux 0x09da0ba4 xa_set_mark +EXPORT_SYMBOL vmlinux 0x09f9b261 xudma_rchan_put +EXPORT_SYMBOL vmlinux 0x0a012f73 mb_cache_entry_touch +EXPORT_SYMBOL vmlinux 0x0a06a9ae unlock_two_nondirectories +EXPORT_SYMBOL vmlinux 0x0a0ebc08 __xa_cmpxchg +EXPORT_SYMBOL vmlinux 0x0a1e8769 utf8_casefold_hash +EXPORT_SYMBOL vmlinux 0x0a20e13e dma_resv_reserve_fences +EXPORT_SYMBOL vmlinux 0x0a2808f7 twl6040_reg_write +EXPORT_SYMBOL vmlinux 0x0a2bda03 devfreq_update_target +EXPORT_SYMBOL vmlinux 0x0a321130 xfrm_trans_queue_net +EXPORT_SYMBOL vmlinux 0x0a392a9d simple_unlink +EXPORT_SYMBOL vmlinux 0x0a3ad816 sync_mapping_buffers +EXPORT_SYMBOL vmlinux 0x0a3ee81b zap_page_range +EXPORT_SYMBOL vmlinux 0x0a450cbe unregister_console +EXPORT_SYMBOL vmlinux 0x0a457911 pci_write_vpd +EXPORT_SYMBOL vmlinux 0x0a65e1b0 of_get_compatible_child +EXPORT_SYMBOL vmlinux 0x0a6a7ec8 acpi_dev_uid_to_integer +EXPORT_SYMBOL vmlinux 0x0a770832 register_memory_notifier +EXPORT_SYMBOL vmlinux 0x0a7fcab3 input_set_poll_interval +EXPORT_SYMBOL vmlinux 0x0a84b15d zstd_init_cctx +EXPORT_SYMBOL vmlinux 0x0a88deec vfs_dup_fs_context +EXPORT_SYMBOL vmlinux 0x0a9bddba vfs_tmpfile_open +EXPORT_SYMBOL vmlinux 0x0a9cfcf8 ps2_begin_command +EXPORT_SYMBOL vmlinux 0x0aa309cf synchronize_hardirq +EXPORT_SYMBOL vmlinux 0x0aaccc92 pci_remap_iospace +EXPORT_SYMBOL vmlinux 0x0ac7d03f netdev_has_upper_dev_all_rcu +EXPORT_SYMBOL vmlinux 0x0acf7679 dma_issue_pending_all +EXPORT_SYMBOL vmlinux 0x0af466c1 may_umount +EXPORT_SYMBOL vmlinux 0x0afb1e81 fs_param_is_string +EXPORT_SYMBOL vmlinux 0x0afc65c5 of_phy_connect +EXPORT_SYMBOL vmlinux 0x0b16ae32 vga_remove_vgacon +EXPORT_SYMBOL vmlinux 0x0b1beb31 vmalloc_32_user +EXPORT_SYMBOL vmlinux 0x0b26b8c8 acpi_run_osc +EXPORT_SYMBOL vmlinux 0x0b290ada dma_fence_chain_walk +EXPORT_SYMBOL vmlinux 0x0b3db5ed pci_ep_cfs_add_epc_group +EXPORT_SYMBOL vmlinux 0x0b5e8604 pci_bus_claim_resources +EXPORT_SYMBOL vmlinux 0x0b637467 nla_reserve_nohdr +EXPORT_SYMBOL vmlinux 0x0b742fd7 simple_strtol +EXPORT_SYMBOL vmlinux 0x0b7507d9 pcibus_to_node +EXPORT_SYMBOL vmlinux 0x0b7a32fa nf_log_set +EXPORT_SYMBOL vmlinux 0x0b87ae5d tcf_em_tree_dump +EXPORT_SYMBOL vmlinux 0x0b98eb7a genl_notify +EXPORT_SYMBOL vmlinux 0x0ba0b938 vm_brk +EXPORT_SYMBOL vmlinux 0x0bb2d2de scsi_bios_ptable +EXPORT_SYMBOL vmlinux 0x0bbea2b4 of_graph_get_port_by_id +EXPORT_SYMBOL vmlinux 0x0bc477a2 irq_set_irq_type +EXPORT_SYMBOL vmlinux 0x0bc9ab25 dst_release_immediate +EXPORT_SYMBOL vmlinux 0x0bcaf08d tcp_sock_set_syncnt +EXPORT_SYMBOL vmlinux 0x0bd394d8 tty_termios_baud_rate +EXPORT_SYMBOL vmlinux 0x0bf0e4a2 __SCK__tp_func_spi_transfer_stop +EXPORT_SYMBOL vmlinux 0x0bf1012e user_path_create +EXPORT_SYMBOL vmlinux 0x0bfc1d1a check_zeroed_user +EXPORT_SYMBOL vmlinux 0x0c021ffe regset_get +EXPORT_SYMBOL vmlinux 0x0c25ec48 secure_tcpv6_seq +EXPORT_SYMBOL vmlinux 0x0c291b25 vlan_uses_dev +EXPORT_SYMBOL vmlinux 0x0c326eeb amba_driver_register +EXPORT_SYMBOL vmlinux 0x0c32bf9f phy_attached_print +EXPORT_SYMBOL vmlinux 0x0c3690fc _raw_spin_lock_bh +EXPORT_SYMBOL vmlinux 0x0c575719 __cond_resched_rwlock_write +EXPORT_SYMBOL vmlinux 0x0c57c533 seg6_hmac_validate_skb +EXPORT_SYMBOL vmlinux 0x0c594839 elv_rb_del +EXPORT_SYMBOL vmlinux 0x0c67eaf5 folio_clear_dirty_for_io +EXPORT_SYMBOL vmlinux 0x0c6bdc3f vme_master_read +EXPORT_SYMBOL vmlinux 0x0c77bb40 blkdev_issue_discard +EXPORT_SYMBOL vmlinux 0x0c84b346 generic_pipe_buf_release +EXPORT_SYMBOL vmlinux 0x0ca308a9 dquot_commit +EXPORT_SYMBOL vmlinux 0x0cad3e7a lynx_pcs_destroy +EXPORT_SYMBOL vmlinux 0x0cb11bc7 __SCK__tp_func_dma_fence_enable_signal +EXPORT_SYMBOL vmlinux 0x0cc4b4b6 crc_ccitt_false +EXPORT_SYMBOL vmlinux 0x0ccb5918 cookie_timestamp_decode +EXPORT_SYMBOL vmlinux 0x0cd085ff tty_register_ldisc +EXPORT_SYMBOL vmlinux 0x0cd5835b ipv6_flowlabel_exclusive +EXPORT_SYMBOL vmlinux 0x0cdce87c rfkill_set_hw_state_reason +EXPORT_SYMBOL vmlinux 0x0cf67ef8 __folio_start_writeback +EXPORT_SYMBOL vmlinux 0x0d07f543 get_anon_bdev +EXPORT_SYMBOL vmlinux 0x0d0997a0 xsk_clear_rx_need_wakeup +EXPORT_SYMBOL vmlinux 0x0d1d8dff d_alloc_anon +EXPORT_SYMBOL vmlinux 0x0d238f82 tty_do_resize +EXPORT_SYMBOL vmlinux 0x0d25fcec netlbl_calipso_ops_register +EXPORT_SYMBOL vmlinux 0x0d2b28ab seq_vprintf +EXPORT_SYMBOL vmlinux 0x0d2ca20f ucc_fast_get_qe_cr_subblock +EXPORT_SYMBOL vmlinux 0x0d333b64 zstd_end_stream +EXPORT_SYMBOL vmlinux 0x0d3f5c1a fman_get_max_frm +EXPORT_SYMBOL vmlinux 0x0d46c5ef clk_bulk_get +EXPORT_SYMBOL vmlinux 0x0d542439 __ipv6_addr_type +EXPORT_SYMBOL vmlinux 0x0d54b5e4 proc_create_single_data +EXPORT_SYMBOL vmlinux 0x0d641083 discard_new_inode +EXPORT_SYMBOL vmlinux 0x0d6f8834 drop_super_exclusive +EXPORT_SYMBOL vmlinux 0x0d853757 ppp_unit_number +EXPORT_SYMBOL vmlinux 0x0d91053c md_check_recovery +EXPORT_SYMBOL vmlinux 0x0d96ad2d __scm_destroy +EXPORT_SYMBOL vmlinux 0x0d99675a set_security_override_from_ctx +EXPORT_SYMBOL vmlinux 0x0d9e16fb rtnl_create_link +EXPORT_SYMBOL vmlinux 0x0dcb9f13 netif_schedule_queue +EXPORT_SYMBOL vmlinux 0x0de8419c tcf_idr_check_alloc +EXPORT_SYMBOL vmlinux 0x0dff6a70 bio_split_to_limits +EXPORT_SYMBOL vmlinux 0x0e17678a siphash_4u64 +EXPORT_SYMBOL vmlinux 0x0e18a7bb __tty_insert_flip_char +EXPORT_SYMBOL vmlinux 0x0e1cf76f __sock_create +EXPORT_SYMBOL vmlinux 0x0e3cbb29 dquot_free_inode +EXPORT_SYMBOL vmlinux 0x0e4262c6 __siphash_unaligned +EXPORT_SYMBOL vmlinux 0x0e4c7f3f dump_emit +EXPORT_SYMBOL vmlinux 0x0e97accf add_watch_to_object +EXPORT_SYMBOL vmlinux 0x0e9d4de8 uart_get_baud_rate +EXPORT_SYMBOL vmlinux 0x0ea26d8e fib6_info_hw_flags_set +EXPORT_SYMBOL vmlinux 0x0ea3c74e tasklet_kill +EXPORT_SYMBOL vmlinux 0x0ea593f6 hdmi_drm_infoframe_init +EXPORT_SYMBOL vmlinux 0x0eb6eb87 add_taint +EXPORT_SYMBOL vmlinux 0x0ebae7a5 dquot_release +EXPORT_SYMBOL vmlinux 0x0ec5babe vme_dma_free +EXPORT_SYMBOL vmlinux 0x0ed2aea7 gro_cells_receive +EXPORT_SYMBOL vmlinux 0x0ed94ba2 mipi_dsi_dcs_enter_sleep_mode +EXPORT_SYMBOL vmlinux 0x0f064b58 dma_unmap_resource +EXPORT_SYMBOL vmlinux 0x0f09cc34 schedule_timeout_killable +EXPORT_SYMBOL vmlinux 0x0f1ad8e2 seq_list_start_rcu +EXPORT_SYMBOL vmlinux 0x0f1e1abb flow_rule_alloc +EXPORT_SYMBOL vmlinux 0x0f1e9444 dmam_free_coherent +EXPORT_SYMBOL vmlinux 0x0f225c7d tty_write_room +EXPORT_SYMBOL vmlinux 0x0f365835 nla_put_64bit +EXPORT_SYMBOL vmlinux 0x0f37ca89 lockref_put_not_zero +EXPORT_SYMBOL vmlinux 0x0f394459 rtnl_unicast +EXPORT_SYMBOL vmlinux 0x0f3b02b3 dm_mq_kick_requeue_list +EXPORT_SYMBOL vmlinux 0x0f3e4e40 param_get_dyndbg_classes +EXPORT_SYMBOL vmlinux 0x0f3f7740 con_set_default_unimap +EXPORT_SYMBOL vmlinux 0x0f448cb8 __traceiter_module_get +EXPORT_SYMBOL vmlinux 0x0f4e8268 __xfrm_policy_check +EXPORT_SYMBOL vmlinux 0x0f516924 md_bitmap_free +EXPORT_SYMBOL vmlinux 0x0f630261 gen_replace_estimator +EXPORT_SYMBOL vmlinux 0x0f6ae6c6 __napi_alloc_skb +EXPORT_SYMBOL vmlinux 0x0f6c4060 unregister_tcf_proto_ops +EXPORT_SYMBOL vmlinux 0x0f6f9fb9 phy_drivers_register +EXPORT_SYMBOL vmlinux 0x0f7acadd poll_freewait +EXPORT_SYMBOL vmlinux 0x0f86f560 kthread_delayed_work_timer_fn +EXPORT_SYMBOL vmlinux 0x0f880971 dev_remove_offload +EXPORT_SYMBOL vmlinux 0x0fab1ab0 hdmi_spd_infoframe_pack +EXPORT_SYMBOL vmlinux 0x0fb2f8a4 mktime64 +EXPORT_SYMBOL vmlinux 0x0fcc693c mark_buffer_async_write +EXPORT_SYMBOL vmlinux 0x0fd7772c super_setup_bdi_name +EXPORT_SYMBOL vmlinux 0x0fd902db mb_cache_entry_create +EXPORT_SYMBOL vmlinux 0x0fec9338 tcp_filter +EXPORT_SYMBOL vmlinux 0x0fff5afc time64_to_tm +EXPORT_SYMBOL vmlinux 0x100140dc ps2_init +EXPORT_SYMBOL vmlinux 0x10017aa5 kernel_cpustat +EXPORT_SYMBOL vmlinux 0x101a6765 ppp_channel_index +EXPORT_SYMBOL vmlinux 0x1025009a cpm_muram_alloc_fixed +EXPORT_SYMBOL vmlinux 0x102936ec qe_clock_source +EXPORT_SYMBOL vmlinux 0x102e007b flow_rule_match_ipv4_addrs +EXPORT_SYMBOL vmlinux 0x102ffce2 tcp_disconnect +EXPORT_SYMBOL vmlinux 0x1035c7c2 __release_region +EXPORT_SYMBOL vmlinux 0x103e1831 splice_direct_to_actor +EXPORT_SYMBOL vmlinux 0x104b8a23 follow_down_one +EXPORT_SYMBOL vmlinux 0x104c0e51 dev_loopback_xmit +EXPORT_SYMBOL vmlinux 0x104dbbfa call_usermodehelper_exec +EXPORT_SYMBOL vmlinux 0x104f71c8 skb_eth_gso_segment +EXPORT_SYMBOL vmlinux 0x10509508 __traceiter_spi_transfer_stop +EXPORT_SYMBOL vmlinux 0x1057a279 bsearch +EXPORT_SYMBOL vmlinux 0x105fbebb file_modified +EXPORT_SYMBOL vmlinux 0x1068004b gf128mul_bbe +EXPORT_SYMBOL vmlinux 0x1073e56f dst_cow_metrics_generic +EXPORT_SYMBOL vmlinux 0x10762950 sync_filesystem +EXPORT_SYMBOL vmlinux 0x107be0b0 percpu_counter_sync +EXPORT_SYMBOL vmlinux 0x107e5878 zlib_inflateEnd +EXPORT_SYMBOL vmlinux 0x108a8c2a tcf_idr_cleanup +EXPORT_SYMBOL vmlinux 0x108e3b9f nf_hook_slow_list +EXPORT_SYMBOL vmlinux 0x1090940d netdev_pick_tx +EXPORT_SYMBOL vmlinux 0x10a22804 phy_driver_register +EXPORT_SYMBOL vmlinux 0x10b658c1 configfs_unregister_subsystem +EXPORT_SYMBOL vmlinux 0x10cce8a5 filemap_fdatawait_range_keep_errors +EXPORT_SYMBOL vmlinux 0x10d0c0aa rio_query_mport +EXPORT_SYMBOL vmlinux 0x10d9f885 scsi_sense_desc_find +EXPORT_SYMBOL vmlinux 0x10e6f74a free_contig_range +EXPORT_SYMBOL vmlinux 0x10eeec96 pci_back_from_sleep +EXPORT_SYMBOL vmlinux 0x11089ac7 _ctype +EXPORT_SYMBOL vmlinux 0x1112c325 elevator_alloc +EXPORT_SYMBOL vmlinux 0x111c40e3 phy_do_ioctl +EXPORT_SYMBOL vmlinux 0x11391434 rt_dst_clone +EXPORT_SYMBOL vmlinux 0x115b738a qdisc_watchdog_schedule_range_ns +EXPORT_SYMBOL vmlinux 0x1165f7ec stream_open +EXPORT_SYMBOL vmlinux 0x1168be9b inet_unregister_protosw +EXPORT_SYMBOL vmlinux 0x117093be qdisc_class_hash_init +EXPORT_SYMBOL vmlinux 0x117e1ca1 skb_copy_expand +EXPORT_SYMBOL vmlinux 0x118a881b jbd2_journal_try_to_free_buffers +EXPORT_SYMBOL vmlinux 0x11955702 netdev_state_change +EXPORT_SYMBOL vmlinux 0x11a4d012 filemap_alloc_folio +EXPORT_SYMBOL vmlinux 0x11d0f6ed module_refcount +EXPORT_SYMBOL vmlinux 0x11e30762 chacha_block_generic +EXPORT_SYMBOL vmlinux 0x11f3621a handle_edge_irq +EXPORT_SYMBOL vmlinux 0x11f687f7 nexthop_set_hw_flags +EXPORT_SYMBOL vmlinux 0x11f6cfc2 phy_ethtool_nway_reset +EXPORT_SYMBOL vmlinux 0x11f9a3c8 dev_addr_del +EXPORT_SYMBOL vmlinux 0x11fca184 netif_tx_lock +EXPORT_SYMBOL vmlinux 0x11ffdfee ucc_slow_stop_tx +EXPORT_SYMBOL vmlinux 0x1209193c page_pool_destroy +EXPORT_SYMBOL vmlinux 0x120b336a __rb_insert_augmented +EXPORT_SYMBOL vmlinux 0x120ff8e1 xudma_get_rflow_ring_offset +EXPORT_SYMBOL vmlinux 0x121ad85a xfrm_lookup +EXPORT_SYMBOL vmlinux 0x121af7ed configfs_register_subsystem +EXPORT_SYMBOL vmlinux 0x121d9d1a jbd2_journal_grab_journal_head +EXPORT_SYMBOL vmlinux 0x122dc3c8 clocksource_unregister +EXPORT_SYMBOL vmlinux 0x123a20ef dquot_get_dqblk +EXPORT_SYMBOL vmlinux 0x124bad4d kstrtobool +EXPORT_SYMBOL vmlinux 0x126ccdcc neigh_xmit +EXPORT_SYMBOL vmlinux 0x127ca7bb vma_set_file +EXPORT_SYMBOL vmlinux 0x127d83ea security_locked_down +EXPORT_SYMBOL vmlinux 0x129d26d8 d_prune_aliases +EXPORT_SYMBOL vmlinux 0x12a4e128 __arch_copy_from_user +EXPORT_SYMBOL vmlinux 0x12becf99 unregister_netdev +EXPORT_SYMBOL vmlinux 0x12c88e5b udp_sk_rx_dst_set +EXPORT_SYMBOL vmlinux 0x12cabc89 siphash_2u64 +EXPORT_SYMBOL vmlinux 0x12d94b19 of_find_node_opts_by_path +EXPORT_SYMBOL vmlinux 0x12e086a1 tcp_conn_request +EXPORT_SYMBOL vmlinux 0x12ea306c blk_finish_plug +EXPORT_SYMBOL vmlinux 0x12f6e202 skb_try_coalesce +EXPORT_SYMBOL vmlinux 0x12f6f69c fb_videomode_to_var +EXPORT_SYMBOL vmlinux 0x130586c7 input_open_device +EXPORT_SYMBOL vmlinux 0x130afd75 acpi_get_sleep_type_data +EXPORT_SYMBOL vmlinux 0x130ce922 alloc_mdio_bitbang +EXPORT_SYMBOL vmlinux 0x13110126 request_resource +EXPORT_SYMBOL vmlinux 0x131a6146 xa_clear_mark +EXPORT_SYMBOL vmlinux 0x1321cc73 clear_inode +EXPORT_SYMBOL vmlinux 0x1333561a module_layout +EXPORT_SYMBOL vmlinux 0x133a489c scsi_remove_device +EXPORT_SYMBOL vmlinux 0x133b633a tcf_exts_terse_dump +EXPORT_SYMBOL vmlinux 0x1345c455 xfrm_user_policy +EXPORT_SYMBOL vmlinux 0x134bbff8 devm_register_netdev +EXPORT_SYMBOL vmlinux 0x134cdc93 mmc_request_done +EXPORT_SYMBOL vmlinux 0x136e845d kmem_cache_alloc_lru +EXPORT_SYMBOL vmlinux 0x138a383b sock_common_recvmsg +EXPORT_SYMBOL vmlinux 0x138e097d neigh_connected_output +EXPORT_SYMBOL vmlinux 0x139d919b of_find_net_device_by_node +EXPORT_SYMBOL vmlinux 0x139e2b95 input_reset_device +EXPORT_SYMBOL vmlinux 0x139f2189 __kfifo_alloc +EXPORT_SYMBOL vmlinux 0x13d0adf7 __kfifo_out +EXPORT_SYMBOL vmlinux 0x13d64b29 mipi_dsi_dcs_set_page_address +EXPORT_SYMBOL vmlinux 0x13d833b8 dquot_drop +EXPORT_SYMBOL vmlinux 0x13d928f5 __SCK__tp_func_kmem_cache_alloc +EXPORT_SYMBOL vmlinux 0x14066941 __netlink_ns_capable +EXPORT_SYMBOL vmlinux 0x141271bf acpi_dev_found +EXPORT_SYMBOL vmlinux 0x1433ed50 register_console +EXPORT_SYMBOL vmlinux 0x1438b897 init_net +EXPORT_SYMBOL vmlinux 0x145ecbbd __tcf_em_tree_match +EXPORT_SYMBOL vmlinux 0x14605535 dma_fence_context_alloc +EXPORT_SYMBOL vmlinux 0x146289b7 crc16_table +EXPORT_SYMBOL vmlinux 0x1495d151 neigh_destroy +EXPORT_SYMBOL vmlinux 0x14a64a87 acpi_install_address_space_handler_no_reg +EXPORT_SYMBOL vmlinux 0x14aac619 pskb_expand_head +EXPORT_SYMBOL vmlinux 0x14ae414c tc_setup_cb_add +EXPORT_SYMBOL vmlinux 0x14b2d333 gpiochip_irq_reqres +EXPORT_SYMBOL vmlinux 0x14b60efb folio_migrate_flags +EXPORT_SYMBOL vmlinux 0x14c67e3e tcp_tx_delay_enabled +EXPORT_SYMBOL vmlinux 0x14d7477f console_list_unlock +EXPORT_SYMBOL vmlinux 0x14dfcfb1 d_drop +EXPORT_SYMBOL vmlinux 0x14e70128 input_flush_device +EXPORT_SYMBOL vmlinux 0x14e9b3a9 kmem_cache_alloc_bulk +EXPORT_SYMBOL vmlinux 0x14f45fcc bman_free_pool +EXPORT_SYMBOL vmlinux 0x14f786ce dm_get_device +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 0x155decec blk_integrity_compare +EXPORT_SYMBOL vmlinux 0x155e22cb netdev_change_features +EXPORT_SYMBOL vmlinux 0x156f3a99 pci_alloc_dev +EXPORT_SYMBOL vmlinux 0x15742e26 param_get_hexint +EXPORT_SYMBOL vmlinux 0x1580f12c dma_mmap_attrs +EXPORT_SYMBOL vmlinux 0x1594c353 __dst_destroy_metrics_generic +EXPORT_SYMBOL vmlinux 0x15987bd6 genphy_setup_forced +EXPORT_SYMBOL vmlinux 0x159a6515 phy_config_aneg +EXPORT_SYMBOL vmlinux 0x15a03e7f flow_rule_match_ports_range +EXPORT_SYMBOL vmlinux 0x15af201f configfs_register_group +EXPORT_SYMBOL vmlinux 0x15b8830b pci_scan_root_bus_bridge +EXPORT_SYMBOL vmlinux 0x15ba50a6 jiffies +EXPORT_SYMBOL vmlinux 0x15bafe29 unregister_md_cluster_operations +EXPORT_SYMBOL vmlinux 0x15bd1081 vlan_ioctl_set +EXPORT_SYMBOL vmlinux 0x15bed7a5 LZ4_decompress_safe_partial +EXPORT_SYMBOL vmlinux 0x15c3a815 irq_domain_set_info +EXPORT_SYMBOL vmlinux 0x15c85de3 mempool_init +EXPORT_SYMBOL vmlinux 0x15d159cd page_pool_update_nid +EXPORT_SYMBOL vmlinux 0x15e59b7e __phy_write_mmd +EXPORT_SYMBOL vmlinux 0x15f90688 slhc_init +EXPORT_SYMBOL vmlinux 0x15facadb cros_ec_cmd_xfer_status +EXPORT_SYMBOL vmlinux 0x162893fd hashlen_string +EXPORT_SYMBOL vmlinux 0x1632bc21 kvasprintf_const +EXPORT_SYMBOL vmlinux 0x163d2417 tegra_io_rail_power_off +EXPORT_SYMBOL vmlinux 0x16645036 of_get_mac_address_nvmem +EXPORT_SYMBOL vmlinux 0x1664ccd1 register_cdrom +EXPORT_SYMBOL vmlinux 0x167c5967 print_hex_dump +EXPORT_SYMBOL vmlinux 0x1688ded4 ps2_command +EXPORT_SYMBOL vmlinux 0x169938c1 __sysfs_match_string +EXPORT_SYMBOL vmlinux 0x16a7b16f __traceiter_kmalloc +EXPORT_SYMBOL vmlinux 0x16ad7b97 finish_swait +EXPORT_SYMBOL vmlinux 0x16addced tso_build_data +EXPORT_SYMBOL vmlinux 0x16b53839 set_cached_acl +EXPORT_SYMBOL vmlinux 0x16cdc340 acpi_get_table +EXPORT_SYMBOL vmlinux 0x16d695c1 xfrm4_protocol_register +EXPORT_SYMBOL vmlinux 0x16d89627 ilookup +EXPORT_SYMBOL vmlinux 0x16d89979 tcf_generic_walker +EXPORT_SYMBOL vmlinux 0x16dee44d dma_fence_init +EXPORT_SYMBOL vmlinux 0x16e297c3 bit_wait +EXPORT_SYMBOL vmlinux 0x16e6ca3d __skb_get_hash +EXPORT_SYMBOL vmlinux 0x16e711e9 ip6_frag_init +EXPORT_SYMBOL vmlinux 0x16e7e2cb cpu_all_bits +EXPORT_SYMBOL vmlinux 0x16fc3fe2 md_bitmap_cond_end_sync +EXPORT_SYMBOL vmlinux 0x170ddf79 acpi_install_notify_handler +EXPORT_SYMBOL vmlinux 0x171e19e8 sk_ns_capable +EXPORT_SYMBOL vmlinux 0x1766ca84 netlink_ns_capable +EXPORT_SYMBOL vmlinux 0x177f6dd3 of_pci_range_to_resource +EXPORT_SYMBOL vmlinux 0x17825d3f xudma_rchan_get +EXPORT_SYMBOL vmlinux 0x1783c5cc nd_region_release_lane +EXPORT_SYMBOL vmlinux 0x17855ec4 dquot_get_next_dqblk +EXPORT_SYMBOL vmlinux 0x178c4894 qe_upload_firmware +EXPORT_SYMBOL vmlinux 0x179ea876 vif_device_init +EXPORT_SYMBOL vmlinux 0x17d03e76 mmc_add_host +EXPORT_SYMBOL vmlinux 0x17dbf1c2 phy_advertise_supported +EXPORT_SYMBOL vmlinux 0x17e9fe68 netdev_lower_get_first_private_rcu +EXPORT_SYMBOL vmlinux 0x17f24c9d inet_frag_reasm_prepare +EXPORT_SYMBOL vmlinux 0x1808240f security_sk_classify_flow +EXPORT_SYMBOL vmlinux 0x182192a3 fscrypt_ioctl_set_policy +EXPORT_SYMBOL vmlinux 0x18325906 udp_seq_start +EXPORT_SYMBOL vmlinux 0x18345b8e __bitmap_replace +EXPORT_SYMBOL vmlinux 0x1849c4be inode_get_bytes +EXPORT_SYMBOL vmlinux 0x185f0c79 tcp_init_sock +EXPORT_SYMBOL vmlinux 0x1864d745 netif_set_real_num_tx_queues +EXPORT_SYMBOL vmlinux 0x187884a8 cpm_muram_free +EXPORT_SYMBOL vmlinux 0x187b0fe5 __devm_mdiobus_register +EXPORT_SYMBOL vmlinux 0x18888d00 downgrade_write +EXPORT_SYMBOL vmlinux 0x188ea314 jiffies_to_timespec64 +EXPORT_SYMBOL vmlinux 0x188fe32a genphy_read_abilities +EXPORT_SYMBOL vmlinux 0x18987542 unregister_key_type +EXPORT_SYMBOL vmlinux 0x18b48e28 __memset_io +EXPORT_SYMBOL vmlinux 0x18e60984 __do_once_start +EXPORT_SYMBOL vmlinux 0x18f690fb pskb_extract +EXPORT_SYMBOL vmlinux 0x18f85d45 devm_aperture_acquire_for_platform_device +EXPORT_SYMBOL vmlinux 0x18fb0c88 dma_map_page_attrs +EXPORT_SYMBOL vmlinux 0x191ad536 __kfree_skb +EXPORT_SYMBOL vmlinux 0x1928492e xfrm_lookup_with_ifid +EXPORT_SYMBOL vmlinux 0x1939de37 kernel_connect +EXPORT_SYMBOL vmlinux 0x1940450b request_key_with_auxdata +EXPORT_SYMBOL vmlinux 0x19537e32 neigh_app_ns +EXPORT_SYMBOL vmlinux 0x1953c958 mempool_create +EXPORT_SYMBOL vmlinux 0x195b23a1 iov_iter_init +EXPORT_SYMBOL vmlinux 0x195cb503 fs_context_for_mount +EXPORT_SYMBOL vmlinux 0x19785291 dev_driver_string +EXPORT_SYMBOL vmlinux 0x197d5650 dm_put_device +EXPORT_SYMBOL vmlinux 0x1984d421 out_of_line_wait_on_bit +EXPORT_SYMBOL vmlinux 0x198c9f87 iommu_put_resv_regions +EXPORT_SYMBOL vmlinux 0x199ba4b6 set_binfmt +EXPORT_SYMBOL vmlinux 0x199ed0cd net_disable_timestamp +EXPORT_SYMBOL vmlinux 0x19a7b5af mount_bdev +EXPORT_SYMBOL vmlinux 0x19aed097 pnp_release_card_device +EXPORT_SYMBOL vmlinux 0x19bd383b security_secmark_refcount_dec +EXPORT_SYMBOL vmlinux 0x19d6c259 phy_free_interrupt +EXPORT_SYMBOL vmlinux 0x19e48078 rtnl_set_sk_err +EXPORT_SYMBOL vmlinux 0x19e79fd8 dev_addr_mod +EXPORT_SYMBOL vmlinux 0x19fc558a xfrm6_rcv_spi +EXPORT_SYMBOL vmlinux 0x1a03e98d xfrm_state_lookup_byspi +EXPORT_SYMBOL vmlinux 0x1a10f47a tty_port_tty_set +EXPORT_SYMBOL vmlinux 0x1a4119e0 param_set_uint +EXPORT_SYMBOL vmlinux 0x1a45cb6c acpi_disabled +EXPORT_SYMBOL vmlinux 0x1a4811df phy_support_asym_pause +EXPORT_SYMBOL vmlinux 0x1a50f971 kobject_get +EXPORT_SYMBOL vmlinux 0x1a6fa5dd genphy_resume +EXPORT_SYMBOL vmlinux 0x1a863242 ipv6_chk_addr +EXPORT_SYMBOL vmlinux 0x1a9a433c prandom_u32_state +EXPORT_SYMBOL vmlinux 0x1a9e22aa default_qdisc_ops +EXPORT_SYMBOL vmlinux 0x1ac5d3cb strcspn +EXPORT_SYMBOL vmlinux 0x1ad74bdc xfrm_policy_unregister_afinfo +EXPORT_SYMBOL vmlinux 0x1ad95a78 blk_mq_destroy_queue +EXPORT_SYMBOL vmlinux 0x1afe9c2a inet_dgram_connect +EXPORT_SYMBOL vmlinux 0x1b015d25 bitmap_parselist +EXPORT_SYMBOL vmlinux 0x1b1443b0 pci_bus_type +EXPORT_SYMBOL vmlinux 0x1b16e6bb elv_bio_merge_ok +EXPORT_SYMBOL vmlinux 0x1b24353d shrink_dcache_sb +EXPORT_SYMBOL vmlinux 0x1b454bcc pagecache_get_page +EXPORT_SYMBOL vmlinux 0x1b5196fc xudma_tchan_put +EXPORT_SYMBOL vmlinux 0x1b597b7a swake_up_all +EXPORT_SYMBOL vmlinux 0x1b5cc9d8 dma_fence_array_first +EXPORT_SYMBOL vmlinux 0x1b5ed55b of_graph_parse_endpoint +EXPORT_SYMBOL vmlinux 0x1b6314fd in_aton +EXPORT_SYMBOL vmlinux 0x1b6a06a4 xp_dma_unmap +EXPORT_SYMBOL vmlinux 0x1b777357 rdmacg_unregister_device +EXPORT_SYMBOL vmlinux 0x1b908d85 _raw_write_lock_nested +EXPORT_SYMBOL vmlinux 0x1ba59527 __kmalloc_node +EXPORT_SYMBOL vmlinux 0x1bb51249 tcp_have_smc +EXPORT_SYMBOL vmlinux 0x1bb86b9a xen_start_info +EXPORT_SYMBOL vmlinux 0x1bd59dbe vme_free_consistent +EXPORT_SYMBOL vmlinux 0x1bd8dbdf sk_send_sigurg +EXPORT_SYMBOL vmlinux 0x1bea16c6 inet_frag_kill +EXPORT_SYMBOL vmlinux 0x1bf66381 __skb_gro_checksum_complete +EXPORT_SYMBOL vmlinux 0x1bfa0064 ipv6_chk_custom_prefix +EXPORT_SYMBOL vmlinux 0x1bfff46a nla_append +EXPORT_SYMBOL vmlinux 0x1c1c4fbd unregister_netdevice_notifier_net +EXPORT_SYMBOL vmlinux 0x1c34f5af input_mt_destroy_slots +EXPORT_SYMBOL vmlinux 0x1c3613fc scsi_host_busy +EXPORT_SYMBOL vmlinux 0x1c48d5a2 noop_llseek +EXPORT_SYMBOL vmlinux 0x1c4e6065 xfrm_policy_delete +EXPORT_SYMBOL vmlinux 0x1c50c644 rproc_free +EXPORT_SYMBOL vmlinux 0x1c58427f acpi_remove_notify_handler +EXPORT_SYMBOL vmlinux 0x1c5ae011 setattr_should_drop_sgid +EXPORT_SYMBOL vmlinux 0x1c5e3878 icst525_idx2s +EXPORT_SYMBOL vmlinux 0x1c646189 kthread_create_worker_on_cpu +EXPORT_SYMBOL vmlinux 0x1c68fa42 devfreq_update_status +EXPORT_SYMBOL vmlinux 0x1c6ee2d8 ip_mc_check_igmp +EXPORT_SYMBOL vmlinux 0x1c72d22e genphy_suspend +EXPORT_SYMBOL vmlinux 0x1c8883db mr_table_dump +EXPORT_SYMBOL vmlinux 0x1c968826 page_pool_alloc_frag +EXPORT_SYMBOL vmlinux 0x1c9ca640 mipi_dsi_dcs_get_power_mode +EXPORT_SYMBOL vmlinux 0x1ca6c519 __neigh_for_each_release +EXPORT_SYMBOL vmlinux 0x1cb11044 inetpeer_invalidate_tree +EXPORT_SYMBOL vmlinux 0x1cb7c73b phy_find_first +EXPORT_SYMBOL vmlinux 0x1cbf3320 rt6_lookup +EXPORT_SYMBOL vmlinux 0x1cc11154 __SCK__tp_func_mmap_lock_start_locking +EXPORT_SYMBOL vmlinux 0x1cd6c6e6 tty_register_driver +EXPORT_SYMBOL vmlinux 0x1cd8438b pxm_to_node +EXPORT_SYMBOL vmlinux 0x1cdd39ba logic_outsl +EXPORT_SYMBOL vmlinux 0x1cf5efa6 xudma_rflow_get_id +EXPORT_SYMBOL vmlinux 0x1cf6dfa7 current_in_userns +EXPORT_SYMBOL vmlinux 0x1cfbf474 vlan_vids_add_by_dev +EXPORT_SYMBOL vmlinux 0x1d01f066 generic_shutdown_super +EXPORT_SYMBOL vmlinux 0x1d02ab89 ip_route_input_noref +EXPORT_SYMBOL vmlinux 0x1d035325 __skb_checksum +EXPORT_SYMBOL vmlinux 0x1d07e365 memdup_user_nul +EXPORT_SYMBOL vmlinux 0x1d096b3e retire_super +EXPORT_SYMBOL vmlinux 0x1d1abdf0 acpi_get_physical_device_location +EXPORT_SYMBOL vmlinux 0x1d24c881 ___ratelimit +EXPORT_SYMBOL vmlinux 0x1d355ca6 dma_sync_single_for_cpu +EXPORT_SYMBOL vmlinux 0x1d37fe1a security_inode_notifysecctx +EXPORT_SYMBOL vmlinux 0x1d40b6f3 idr_for_each +EXPORT_SYMBOL vmlinux 0x1d416c67 mmc_set_blocklen +EXPORT_SYMBOL vmlinux 0x1d437dc3 mdio_bus_type +EXPORT_SYMBOL vmlinux 0x1d4abc4d folio_mapping +EXPORT_SYMBOL vmlinux 0x1d5b2b96 add_to_page_cache_lru +EXPORT_SYMBOL vmlinux 0x1d5cedae __tracepoint_kfree +EXPORT_SYMBOL vmlinux 0x1d81bea4 skb_put +EXPORT_SYMBOL vmlinux 0x1d9672bd fault_in_subpage_writeable +EXPORT_SYMBOL vmlinux 0x1da4666c phy_init_hw +EXPORT_SYMBOL vmlinux 0x1db3f31d scsi_track_queue_full +EXPORT_SYMBOL vmlinux 0x1dc0dab2 tcp_rtx_synack +EXPORT_SYMBOL vmlinux 0x1dc1c31c input_unregister_handle +EXPORT_SYMBOL vmlinux 0x1dc53e0a kobject_init +EXPORT_SYMBOL vmlinux 0x1dc6c93b lookup_user_key +EXPORT_SYMBOL vmlinux 0x1dd571e6 fb_copy_cmap +EXPORT_SYMBOL vmlinux 0x1dd98aec blkdev_get_by_dev +EXPORT_SYMBOL vmlinux 0x1de10b83 param_ops_ulong +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 0x1dfaa4dd efi +EXPORT_SYMBOL vmlinux 0x1e0373fc imx_scu_irq_group_enable +EXPORT_SYMBOL vmlinux 0x1e0a0c24 mod_timer_pending +EXPORT_SYMBOL vmlinux 0x1e0cd7fe acpi_detach_data +EXPORT_SYMBOL vmlinux 0x1e194f3e jbd2_fc_begin_commit +EXPORT_SYMBOL vmlinux 0x1e278fa9 begin_new_exec +EXPORT_SYMBOL vmlinux 0x1e29a322 rproc_detach +EXPORT_SYMBOL vmlinux 0x1e2aa3e4 brioctl_set +EXPORT_SYMBOL vmlinux 0x1e2beb93 pnp_unregister_card_driver +EXPORT_SYMBOL vmlinux 0x1e38f63a simple_rename +EXPORT_SYMBOL vmlinux 0x1e4f066c twl6040_clear_bits +EXPORT_SYMBOL vmlinux 0x1e594922 mmc_erase +EXPORT_SYMBOL vmlinux 0x1e6adaa0 bitmap_print_bitmask_to_buf +EXPORT_SYMBOL vmlinux 0x1e6d26a8 strstr +EXPORT_SYMBOL vmlinux 0x1e6f3f3b jbd2_journal_check_available_features +EXPORT_SYMBOL vmlinux 0x1e7e7b85 vfs_mkobj +EXPORT_SYMBOL vmlinux 0x1e8cc846 param_ops_long +EXPORT_SYMBOL vmlinux 0x1e94f5fd get_ipc_ns_exported +EXPORT_SYMBOL vmlinux 0x1e9de29f sk_capable +EXPORT_SYMBOL vmlinux 0x1e9edfb7 seq_hlist_start_head_rcu +EXPORT_SYMBOL vmlinux 0x1ec504ee netdev_upper_dev_unlink +EXPORT_SYMBOL vmlinux 0x1edb69d6 ktime_get_raw_ts64 +EXPORT_SYMBOL vmlinux 0x1ee2f550 devm_iounmap +EXPORT_SYMBOL vmlinux 0x1eefc79f simple_fill_super +EXPORT_SYMBOL vmlinux 0x1ef41b7e qcom_scm_iommu_set_pt_format +EXPORT_SYMBOL vmlinux 0x1ef5bff7 block_write_full_page +EXPORT_SYMBOL vmlinux 0x1f069740 iov_iter_xarray +EXPORT_SYMBOL vmlinux 0x1f139760 mark_buffer_dirty_inode +EXPORT_SYMBOL vmlinux 0x1f4a4d7f inet_getname +EXPORT_SYMBOL vmlinux 0x1f557414 gen_pool_has_addr +EXPORT_SYMBOL vmlinux 0x1f5c921d netdev_set_tc_queue +EXPORT_SYMBOL vmlinux 0x1f836c2b dma_pool_create +EXPORT_SYMBOL vmlinux 0x1f89fae4 cdc_parse_cdc_header +EXPORT_SYMBOL vmlinux 0x1f8fd795 pci_write_config_word +EXPORT_SYMBOL vmlinux 0x1fbb1fe5 unix_get_socket +EXPORT_SYMBOL vmlinux 0x1fbd16da ip_tos2prio +EXPORT_SYMBOL vmlinux 0x1fc0af80 of_get_cpu_state_node +EXPORT_SYMBOL vmlinux 0x1fd07fff kdb_grepping_flag +EXPORT_SYMBOL vmlinux 0x1fd26a8d bfifo_qdisc_ops +EXPORT_SYMBOL vmlinux 0x1fde5347 pci_dev_driver +EXPORT_SYMBOL vmlinux 0x1fee87e5 ndo_dflt_fdb_dump +EXPORT_SYMBOL vmlinux 0x1ff9976c page_pool_return_skb_page +EXPORT_SYMBOL vmlinux 0x20000329 simple_strtoul +EXPORT_SYMBOL vmlinux 0x200199c1 udp_lib_unhash +EXPORT_SYMBOL vmlinux 0x200b2041 in6addr_any +EXPORT_SYMBOL vmlinux 0x200cf3ad vga_put +EXPORT_SYMBOL vmlinux 0x201afb11 registered_fb +EXPORT_SYMBOL vmlinux 0x203bc2fe sock_from_file +EXPORT_SYMBOL vmlinux 0x203e04ea seq_escape_mem +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 0x20539726 nf_ct_attach +EXPORT_SYMBOL vmlinux 0x2070b875 ps2_sendbyte +EXPORT_SYMBOL vmlinux 0x2080cbd8 param_get_short +EXPORT_SYMBOL vmlinux 0x20a789ac irq_set_chip_data +EXPORT_SYMBOL vmlinux 0x20bd2c10 blk_mq_stop_hw_queues +EXPORT_SYMBOL vmlinux 0x20cbb30a __percpu_counter_init +EXPORT_SYMBOL vmlinux 0x20cc1c87 pcie_get_width_cap +EXPORT_SYMBOL vmlinux 0x20cc9826 netif_set_tso_max_segs +EXPORT_SYMBOL vmlinux 0x20d65e40 fb_find_nearest_mode +EXPORT_SYMBOL vmlinux 0x20d989a0 phy_device_register +EXPORT_SYMBOL vmlinux 0x20df9998 i2c_smbus_write_i2c_block_data +EXPORT_SYMBOL vmlinux 0x20eadeb6 ip_compute_csum +EXPORT_SYMBOL vmlinux 0x20ee6a48 input_get_keycode +EXPORT_SYMBOL vmlinux 0x20ef683e of_device_alloc +EXPORT_SYMBOL vmlinux 0x20f08abe pm860x_bulk_write +EXPORT_SYMBOL vmlinux 0x20f883ba crypto_sha1_finup +EXPORT_SYMBOL vmlinux 0x20fdaec1 unregister_cdrom +EXPORT_SYMBOL vmlinux 0x21229e6e phy_ethtool_get_eee +EXPORT_SYMBOL vmlinux 0x213a738d memregion_alloc +EXPORT_SYMBOL vmlinux 0x213d3a8c tcf_qevent_destroy +EXPORT_SYMBOL vmlinux 0x213e4965 ps2_is_keyboard_id +EXPORT_SYMBOL vmlinux 0x2144d4cc key_validate +EXPORT_SYMBOL vmlinux 0x214ac398 fs_param_is_enum +EXPORT_SYMBOL vmlinux 0x2150ab99 pci_request_irq +EXPORT_SYMBOL vmlinux 0x218722e1 sock_efree +EXPORT_SYMBOL vmlinux 0x218e600b pci_add_resource_offset +EXPORT_SYMBOL vmlinux 0x21998086 tcp_get_cookie_sock +EXPORT_SYMBOL vmlinux 0x219f060d tcp_read_done +EXPORT_SYMBOL vmlinux 0x219f79dd iptun_encaps +EXPORT_SYMBOL vmlinux 0x21a58f54 mipi_dsi_driver_register_full +EXPORT_SYMBOL vmlinux 0x21b512de seg6_hmac_net_exit +EXPORT_SYMBOL vmlinux 0x21bdb523 errseq_check_and_advance +EXPORT_SYMBOL vmlinux 0x21be37e1 hdmi_avi_infoframe_check +EXPORT_SYMBOL vmlinux 0x21ca07d2 i2c_smbus_read_byte_data +EXPORT_SYMBOL vmlinux 0x21e13cb3 inet_peer_xrlim_allow +EXPORT_SYMBOL vmlinux 0x21ea5251 __bitmap_weight +EXPORT_SYMBOL vmlinux 0x21ef374c try_wait_for_completion +EXPORT_SYMBOL vmlinux 0x22075590 put_fs_context +EXPORT_SYMBOL vmlinux 0x220f370f inet_twsk_deschedule_put +EXPORT_SYMBOL vmlinux 0x22153c78 __netdev_alloc_skb +EXPORT_SYMBOL vmlinux 0x22231bc5 generic_set_encrypted_ci_d_ops +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 0x226329c5 param_set_byte +EXPORT_SYMBOL vmlinux 0x2263abaf processors +EXPORT_SYMBOL vmlinux 0x2265e5f0 jbd2_journal_lock_updates +EXPORT_SYMBOL vmlinux 0x226f4a75 blk_put_queue +EXPORT_SYMBOL vmlinux 0x22718f10 cad_pid +EXPORT_SYMBOL vmlinux 0x22a1422d percpu_counter_sum_all +EXPORT_SYMBOL vmlinux 0x22b325d5 kd_mksound +EXPORT_SYMBOL vmlinux 0x22c9a3e9 generic_file_fsync +EXPORT_SYMBOL vmlinux 0x22cb48a0 tcf_exts_change +EXPORT_SYMBOL vmlinux 0x22d780e6 param_ops_hexint +EXPORT_SYMBOL vmlinux 0x22e436cc fs_param_is_u64 +EXPORT_SYMBOL vmlinux 0x22e83602 inet_del_offload +EXPORT_SYMBOL vmlinux 0x22fc987b register_nexthop_notifier +EXPORT_SYMBOL vmlinux 0x2330bb74 mark_buffer_write_io_error +EXPORT_SYMBOL vmlinux 0x233804aa inet_accept +EXPORT_SYMBOL vmlinux 0x23559c51 qman_oos_fq +EXPORT_SYMBOL vmlinux 0x23590908 tcp_stream_memory_free +EXPORT_SYMBOL vmlinux 0x235ccfdc nf_log_unregister +EXPORT_SYMBOL vmlinux 0x2364c85a tasklet_init +EXPORT_SYMBOL vmlinux 0x236b12d4 dquot_commit_info +EXPORT_SYMBOL vmlinux 0x23730394 input_mt_report_slot_state +EXPORT_SYMBOL vmlinux 0x2374a254 max8998_write_reg +EXPORT_SYMBOL vmlinux 0x2378fac5 phy_register_fixup_for_uid +EXPORT_SYMBOL vmlinux 0x237a0b5c __traceiter_dma_fence_signaled +EXPORT_SYMBOL vmlinux 0x237c043d sock_set_reuseaddr +EXPORT_SYMBOL vmlinux 0x237c6f0a fs_param_is_bool +EXPORT_SYMBOL vmlinux 0x23848291 cont_write_begin +EXPORT_SYMBOL vmlinux 0x238b099f mipi_dsi_packet_format_is_short +EXPORT_SYMBOL vmlinux 0x2391f725 irq_stat +EXPORT_SYMBOL vmlinux 0x23b3ea82 has_capability +EXPORT_SYMBOL vmlinux 0x23b9d6e2 mangle_path +EXPORT_SYMBOL vmlinux 0x23cabbb1 register_sysctl_paths +EXPORT_SYMBOL vmlinux 0x23cdbc77 put_cmsg_scm_timestamping +EXPORT_SYMBOL vmlinux 0x23daa989 mipi_dsi_create_packet +EXPORT_SYMBOL vmlinux 0x23e34bba generic_block_bmap +EXPORT_SYMBOL vmlinux 0x23e593e7 generic_key_instantiate +EXPORT_SYMBOL vmlinux 0x23f1d7a6 page_pool_ethtool_stats_get_count +EXPORT_SYMBOL vmlinux 0x23f302e1 register_tcf_proto_ops +EXPORT_SYMBOL vmlinux 0x23f35cae iterate_supers_type +EXPORT_SYMBOL vmlinux 0x23fd3028 vmalloc_node +EXPORT_SYMBOL vmlinux 0x24054929 sock_queue_rcv_skb_reason +EXPORT_SYMBOL vmlinux 0x2421e6da gro_cells_init +EXPORT_SYMBOL vmlinux 0x243070a9 sget_fc +EXPORT_SYMBOL vmlinux 0x24428be5 strncpy_from_user +EXPORT_SYMBOL vmlinux 0x24474045 __ip_queue_xmit +EXPORT_SYMBOL vmlinux 0x244b0adb inet_put_port +EXPORT_SYMBOL vmlinux 0x2459b95d skb_tx_error +EXPORT_SYMBOL vmlinux 0x2459bbcc console_set_on_cmdline +EXPORT_SYMBOL vmlinux 0x245ca92b generic_perform_write +EXPORT_SYMBOL vmlinux 0x2471978c phy_set_max_speed +EXPORT_SYMBOL vmlinux 0x24747317 simple_setattr +EXPORT_SYMBOL vmlinux 0x24789feb mdio_device_reset +EXPORT_SYMBOL vmlinux 0x2484adc3 __kfifo_to_user_r +EXPORT_SYMBOL vmlinux 0x248aff15 nf_register_sockopt +EXPORT_SYMBOL vmlinux 0x2499bacb sync_inode_metadata +EXPORT_SYMBOL vmlinux 0x24a12da2 __dev_get_by_flags +EXPORT_SYMBOL vmlinux 0x24a39c9f i2c_add_adapter +EXPORT_SYMBOL vmlinux 0x24accc9e of_graph_get_remote_port_parent +EXPORT_SYMBOL vmlinux 0x24ad04e3 dquot_claim_space_nodirty +EXPORT_SYMBOL vmlinux 0x24b559fd __nlmsg_put +EXPORT_SYMBOL vmlinux 0x24c7ff67 override_creds +EXPORT_SYMBOL vmlinux 0x24c87649 max8925_bulk_write +EXPORT_SYMBOL vmlinux 0x24d273d1 add_timer +EXPORT_SYMBOL vmlinux 0x24e1b558 seg6_hmac_compute +EXPORT_SYMBOL vmlinux 0x24e69882 dev_getfirstbyhwtype +EXPORT_SYMBOL vmlinux 0x24ecc986 dst_discard_out +EXPORT_SYMBOL vmlinux 0x24f9f967 locks_copy_lock +EXPORT_SYMBOL vmlinux 0x2505bf18 kstrtol_from_user +EXPORT_SYMBOL vmlinux 0x252332f1 __SCK__tp_func_mmap_lock_released +EXPORT_SYMBOL vmlinux 0x253eacc5 tcp_enter_quickack_mode +EXPORT_SYMBOL vmlinux 0x25630d68 __invalidate_device +EXPORT_SYMBOL vmlinux 0x2566204b security_binder_transfer_binder +EXPORT_SYMBOL vmlinux 0x2567ef19 xfrm_policy_insert +EXPORT_SYMBOL vmlinux 0x257851fa sock_queue_err_skb +EXPORT_SYMBOL vmlinux 0x257e2c6a input_release_device +EXPORT_SYMBOL vmlinux 0x25820c64 fs_overflowuid +EXPORT_SYMBOL vmlinux 0x258a2c02 _raw_write_trylock +EXPORT_SYMBOL vmlinux 0x258cf250 jbd2_fc_release_bufs +EXPORT_SYMBOL vmlinux 0x258d2f76 net_dim_get_tx_moderation +EXPORT_SYMBOL vmlinux 0x25974000 wait_for_completion +EXPORT_SYMBOL vmlinux 0x259754bd may_setattr +EXPORT_SYMBOL vmlinux 0x25a5c381 skb_copy +EXPORT_SYMBOL vmlinux 0x25be13ae mipi_dsi_generic_read +EXPORT_SYMBOL vmlinux 0x25d4c196 rproc_boot +EXPORT_SYMBOL vmlinux 0x25e58a09 hdmi_avi_infoframe_init +EXPORT_SYMBOL vmlinux 0x25e734fe fb_show_logo +EXPORT_SYMBOL vmlinux 0x25e9d4bd resource_list_free +EXPORT_SYMBOL vmlinux 0x260e52ee dynamic_preempt_schedule_notrace +EXPORT_SYMBOL vmlinux 0x262d4613 wireless_spy_update +EXPORT_SYMBOL vmlinux 0x262d8849 get_tree_single +EXPORT_SYMBOL vmlinux 0x263beb75 ecryptfs_get_versions +EXPORT_SYMBOL vmlinux 0x263c3152 bcmp +EXPORT_SYMBOL vmlinux 0x263f0d1f qman_portal_set_iperiod +EXPORT_SYMBOL vmlinux 0x264844bb simple_rmdir +EXPORT_SYMBOL vmlinux 0x264ad1b5 mmc_gpiod_request_cd +EXPORT_SYMBOL vmlinux 0x264f66f3 d_splice_alias +EXPORT_SYMBOL vmlinux 0x26592080 tcp_sock_set_keepidle +EXPORT_SYMBOL vmlinux 0x265b1f41 input_alloc_absinfo +EXPORT_SYMBOL vmlinux 0x26766226 tcf_action_update_stats +EXPORT_SYMBOL vmlinux 0x26825a5d forget_cached_acl +EXPORT_SYMBOL vmlinux 0x2687604a tcp_v4_send_check +EXPORT_SYMBOL vmlinux 0x2688ec10 bitmap_zalloc +EXPORT_SYMBOL vmlinux 0x26897b52 mb_cache_entry_get +EXPORT_SYMBOL vmlinux 0x268d1f95 blk_pre_runtime_suspend +EXPORT_SYMBOL vmlinux 0x26997f1c vc_cons +EXPORT_SYMBOL vmlinux 0x2699a7bb block_write_begin +EXPORT_SYMBOL vmlinux 0x26bdb0aa readahead_expand +EXPORT_SYMBOL vmlinux 0x26ce5d0c xp_dma_sync_for_cpu_slow +EXPORT_SYMBOL vmlinux 0x26d48c15 bprm_change_interp +EXPORT_SYMBOL vmlinux 0x26db40f8 pcim_iounmap_regions +EXPORT_SYMBOL vmlinux 0x26e298e0 unregister_memory_notifier +EXPORT_SYMBOL vmlinux 0x26f2fb4a netdev_refcnt_read +EXPORT_SYMBOL vmlinux 0x26f37798 of_find_mipi_dsi_device_by_node +EXPORT_SYMBOL vmlinux 0x26fd698e inet_pton_with_scope +EXPORT_SYMBOL vmlinux 0x270cd92a devm_release_resource +EXPORT_SYMBOL vmlinux 0x270cf88f dump_stack_lvl +EXPORT_SYMBOL vmlinux 0x270d8f15 dev_pick_tx_zero +EXPORT_SYMBOL vmlinux 0x271cba95 acpi_bus_private_data_handler +EXPORT_SYMBOL vmlinux 0x271e5bdb udp_read_skb +EXPORT_SYMBOL vmlinux 0x27230cef proc_symlink +EXPORT_SYMBOL vmlinux 0x272a8933 udp_memory_allocated +EXPORT_SYMBOL vmlinux 0x2733eaf7 scsi_dev_info_list_add_keyed +EXPORT_SYMBOL vmlinux 0x27479d14 param_free_charp +EXPORT_SYMBOL vmlinux 0x27480741 xfrm_dev_policy_flush +EXPORT_SYMBOL vmlinux 0x275d52c0 vfs_dedupe_file_range_one +EXPORT_SYMBOL vmlinux 0x275dc38b kthread_destroy_worker +EXPORT_SYMBOL vmlinux 0x275dfee4 ucc_slow_free +EXPORT_SYMBOL vmlinux 0x275f3d49 hdmi_vendor_infoframe_check +EXPORT_SYMBOL vmlinux 0x276b2ec1 i2c_del_driver +EXPORT_SYMBOL vmlinux 0x27756bc8 scsi_sanitize_inquiry_string +EXPORT_SYMBOL vmlinux 0x27780331 amba_driver_unregister +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 0x27916e79 inet_csk_destroy_sock +EXPORT_SYMBOL vmlinux 0x27b34d20 pnp_unregister_driver +EXPORT_SYMBOL vmlinux 0x27bbdd2e inet_stream_connect +EXPORT_SYMBOL vmlinux 0x27bbf221 disable_irq_nosync +EXPORT_SYMBOL vmlinux 0x27c3c728 qman_release_fqid +EXPORT_SYMBOL vmlinux 0x27cdca93 pci_add_resource +EXPORT_SYMBOL vmlinux 0x27e0dd0a qcom_scm_pas_init_image +EXPORT_SYMBOL vmlinux 0x27e18eee pci_write_config_dword +EXPORT_SYMBOL vmlinux 0x27e497ed rtnl_link_get_net +EXPORT_SYMBOL vmlinux 0x2806ac54 open_exec +EXPORT_SYMBOL vmlinux 0x2806c6c9 jbd2_trans_will_send_data_barrier +EXPORT_SYMBOL vmlinux 0x280b90a2 cros_ec_prepare_tx +EXPORT_SYMBOL vmlinux 0x2811d6dd skb_vlan_untag +EXPORT_SYMBOL vmlinux 0x281823c5 __kfifo_out_peek +EXPORT_SYMBOL vmlinux 0x282156af seq_putc +EXPORT_SYMBOL vmlinux 0x282cf137 xp_alloc +EXPORT_SYMBOL vmlinux 0x284bbbbd security_sctp_bind_connect +EXPORT_SYMBOL vmlinux 0x2875a315 utf32_to_utf8 +EXPORT_SYMBOL vmlinux 0x288ebb97 blk_queue_bounce_limit +EXPORT_SYMBOL vmlinux 0x288f0608 __register_nls +EXPORT_SYMBOL vmlinux 0x2892b6ac block_dirty_folio +EXPORT_SYMBOL vmlinux 0x2896c8b2 wake_up_process +EXPORT_SYMBOL vmlinux 0x289771bb commit_creds +EXPORT_SYMBOL vmlinux 0x28aa869e mipi_dsi_host_register +EXPORT_SYMBOL vmlinux 0x28be1d8b tcf_qevent_init +EXPORT_SYMBOL vmlinux 0x28dc0348 rproc_get_by_phandle +EXPORT_SYMBOL vmlinux 0x28f94604 __ubsan_handle_builtin_unreachable +EXPORT_SYMBOL vmlinux 0x29165604 textsearch_find_continuous +EXPORT_SYMBOL vmlinux 0x291afb57 devfreq_suspend_device +EXPORT_SYMBOL vmlinux 0x291d0032 security_binder_set_context_mgr +EXPORT_SYMBOL vmlinux 0x292e3ba7 neigh_table_clear +EXPORT_SYMBOL vmlinux 0x29306c1a security_task_getsecid_obj +EXPORT_SYMBOL vmlinux 0x2950ca60 blkdev_issue_secure_erase +EXPORT_SYMBOL vmlinux 0x29604158 napi_busy_loop +EXPORT_SYMBOL vmlinux 0x29666dba fwnode_mdiobus_register_phy +EXPORT_SYMBOL vmlinux 0x296b8bbf __kfifo_dma_in_prepare +EXPORT_SYMBOL vmlinux 0x297b848f sk_wait_data +EXPORT_SYMBOL vmlinux 0x297c8a7d dma_fence_allocate_private_stub +EXPORT_SYMBOL vmlinux 0x29896267 fb_set_suspend +EXPORT_SYMBOL vmlinux 0x298b0bf7 page_pool_create +EXPORT_SYMBOL vmlinux 0x29ac1f14 tcp_enter_cwr +EXPORT_SYMBOL vmlinux 0x29b8ed0b devm_clk_put +EXPORT_SYMBOL vmlinux 0x29ba3e79 inet_register_protosw +EXPORT_SYMBOL vmlinux 0x29ddbed3 vm_map_pages_zero +EXPORT_SYMBOL vmlinux 0x29ddce89 dma_find_channel +EXPORT_SYMBOL vmlinux 0x29e1e204 hdmi_audio_infoframe_pack +EXPORT_SYMBOL vmlinux 0x29e88ca8 reuseport_select_sock +EXPORT_SYMBOL vmlinux 0x29eb2032 param_get_uint +EXPORT_SYMBOL vmlinux 0x29ff45b5 single_open_size +EXPORT_SYMBOL vmlinux 0x29ffdff8 netdev_upper_get_next_dev_rcu +EXPORT_SYMBOL vmlinux 0x2a05b1ef simple_transaction_release +EXPORT_SYMBOL vmlinux 0x2a27f277 __nd_driver_register +EXPORT_SYMBOL vmlinux 0x2a2e55d2 dma_fence_array_create +EXPORT_SYMBOL vmlinux 0x2a303d4d check_signature +EXPORT_SYMBOL vmlinux 0x2a39871b make_bad_inode +EXPORT_SYMBOL vmlinux 0x2a5b1847 jbd2_fc_wait_bufs +EXPORT_SYMBOL vmlinux 0x2a69e8da of_phy_find_device +EXPORT_SYMBOL vmlinux 0x2a6a5aac sockopt_capable +EXPORT_SYMBOL vmlinux 0x2a8e551d blk_set_stacking_limits +EXPORT_SYMBOL vmlinux 0x2a928918 slhc_free +EXPORT_SYMBOL vmlinux 0x2a98c771 generic_read_dir +EXPORT_SYMBOL vmlinux 0x2a9a3905 vme_master_get +EXPORT_SYMBOL vmlinux 0x2aa0843e mempool_resize +EXPORT_SYMBOL vmlinux 0x2aa1dfb9 __pci_register_driver +EXPORT_SYMBOL vmlinux 0x2aa7df52 phy_support_sym_pause +EXPORT_SYMBOL vmlinux 0x2aa99809 unpin_user_pages +EXPORT_SYMBOL vmlinux 0x2aabaf9d xudma_tchan_get +EXPORT_SYMBOL vmlinux 0x2aabcdc8 vmalloc_array +EXPORT_SYMBOL vmlinux 0x2ab2ee91 brcmstb_get_product_id +EXPORT_SYMBOL vmlinux 0x2ab4b125 of_chosen +EXPORT_SYMBOL vmlinux 0x2abba5a0 tty_vhangup +EXPORT_SYMBOL vmlinux 0x2ac4fe90 register_netdevice_notifier_net +EXPORT_SYMBOL vmlinux 0x2ae4040d phy_device_remove +EXPORT_SYMBOL vmlinux 0x2ae602ec i2c_smbus_read_i2c_block_data +EXPORT_SYMBOL vmlinux 0x2af80f61 skb_udp_tunnel_segment +EXPORT_SYMBOL vmlinux 0x2afa545c scm_detach_fds +EXPORT_SYMBOL vmlinux 0x2afd116a scsi_print_command +EXPORT_SYMBOL vmlinux 0x2b00d133 complete_request_key +EXPORT_SYMBOL vmlinux 0x2b178959 __do_once_sleepable_done +EXPORT_SYMBOL vmlinux 0x2b1abce3 fman_has_errata_a050385 +EXPORT_SYMBOL vmlinux 0x2b23eb0d free_cgroup_ns +EXPORT_SYMBOL vmlinux 0x2b40bafb blk_rq_unmap_user +EXPORT_SYMBOL vmlinux 0x2b4b06f0 da903x_query_status +EXPORT_SYMBOL vmlinux 0x2b5842a0 mmc_card_alternative_gpt_sector +EXPORT_SYMBOL vmlinux 0x2b593aa8 gen_pool_alloc_algo_owner +EXPORT_SYMBOL vmlinux 0x2b71c7ca pps_event +EXPORT_SYMBOL vmlinux 0x2b9da7a4 genl_lock +EXPORT_SYMBOL vmlinux 0x2badc77b mdio_driver_unregister +EXPORT_SYMBOL vmlinux 0x2bae204e mt_find +EXPORT_SYMBOL vmlinux 0x2bb6099e dq_data_lock +EXPORT_SYMBOL vmlinux 0x2bcc6d45 mmc_can_trim +EXPORT_SYMBOL vmlinux 0x2bd60ab9 acpi_reset +EXPORT_SYMBOL vmlinux 0x2bdef4d6 rdmacg_uncharge +EXPORT_SYMBOL vmlinux 0x2bea6899 __acpi_mdiobus_register +EXPORT_SYMBOL vmlinux 0x2bfbab10 __memmove +EXPORT_SYMBOL vmlinux 0x2bfe28ad scsi_rescan_device +EXPORT_SYMBOL vmlinux 0x2c00e08b mdiobb_read +EXPORT_SYMBOL vmlinux 0x2c256e1f input_scancode_to_scalar +EXPORT_SYMBOL vmlinux 0x2c2c6836 udpv6_sendmsg +EXPORT_SYMBOL vmlinux 0x2c329e54 tegra_powergate_sequence_power_up +EXPORT_SYMBOL vmlinux 0x2c3d91ed mnt_set_expiry +EXPORT_SYMBOL vmlinux 0x2c3f048f kmalloc_caches +EXPORT_SYMBOL vmlinux 0x2c4d2938 __dev_kfree_skb_any +EXPORT_SYMBOL vmlinux 0x2c51c34a vlan_vids_del_by_dev +EXPORT_SYMBOL vmlinux 0x2c541e7b radix_tree_next_chunk +EXPORT_SYMBOL vmlinux 0x2c71fbfb proc_dobool +EXPORT_SYMBOL vmlinux 0x2c82c36a security_secmark_relabel_packet +EXPORT_SYMBOL vmlinux 0x2c91e17c vm_get_page_prot +EXPORT_SYMBOL vmlinux 0x2c9c865f bpf_link_put +EXPORT_SYMBOL vmlinux 0x2ccd059a dim_on_top +EXPORT_SYMBOL vmlinux 0x2cdf87a1 proc_dointvec_minmax +EXPORT_SYMBOL vmlinux 0x2cee22b9 eth_prepare_mac_addr_change +EXPORT_SYMBOL vmlinux 0x2cf0c910 sg_init_table +EXPORT_SYMBOL vmlinux 0x2cf56265 __dynamic_pr_debug +EXPORT_SYMBOL vmlinux 0x2d140a58 genl_unlock +EXPORT_SYMBOL vmlinux 0x2d30596c from_kqid_munged +EXPORT_SYMBOL vmlinux 0x2d3385d3 system_wq +EXPORT_SYMBOL vmlinux 0x2d339671 devm_gen_pool_create +EXPORT_SYMBOL vmlinux 0x2d39b0a7 kstrdup +EXPORT_SYMBOL vmlinux 0x2d3d412c iget_failed +EXPORT_SYMBOL vmlinux 0x2d4c773a hdmi_spd_infoframe_init +EXPORT_SYMBOL vmlinux 0x2d4daef5 find_font +EXPORT_SYMBOL vmlinux 0x2d6333f7 pci_disable_device +EXPORT_SYMBOL vmlinux 0x2d698f71 phy_start_cable_test_tdr +EXPORT_SYMBOL vmlinux 0x2d735a19 pci_match_id +EXPORT_SYMBOL vmlinux 0x2d73c19e tcf_idr_release +EXPORT_SYMBOL vmlinux 0x2d7d63f6 release_sock +EXPORT_SYMBOL vmlinux 0x2d870c85 inet6_offloads +EXPORT_SYMBOL vmlinux 0x2d912bca dmi_get_bios_year +EXPORT_SYMBOL vmlinux 0x2d991ec4 ndisc_ns_create +EXPORT_SYMBOL vmlinux 0x2d994605 security_inode_copy_up_xattr +EXPORT_SYMBOL vmlinux 0x2d9e4774 acpi_dev_get_next_match_dev +EXPORT_SYMBOL vmlinux 0x2dad594a jbd2_journal_free_reserved +EXPORT_SYMBOL vmlinux 0x2db33a02 igrab +EXPORT_SYMBOL vmlinux 0x2db6d09e xsk_uses_need_wakeup +EXPORT_SYMBOL vmlinux 0x2dce2f1c __irq_regs +EXPORT_SYMBOL vmlinux 0x2dd39f84 pci_bus_find_capability +EXPORT_SYMBOL vmlinux 0x2ddf6980 mmc_run_bkops +EXPORT_SYMBOL vmlinux 0x2de125c0 page_frag_alloc_align +EXPORT_SYMBOL vmlinux 0x2df039a4 scsi_done_direct +EXPORT_SYMBOL vmlinux 0x2e0b1deb dma_fence_get_status +EXPORT_SYMBOL vmlinux 0x2e192ce5 dquot_initialize_needed +EXPORT_SYMBOL vmlinux 0x2e1ca751 clk_put +EXPORT_SYMBOL vmlinux 0x2e1e4b2f tty_port_alloc_xmit_buf +EXPORT_SYMBOL vmlinux 0x2e2b40d2 strncat +EXPORT_SYMBOL vmlinux 0x2e2c4ddc logic_inw +EXPORT_SYMBOL vmlinux 0x2e2d0063 mipi_dsi_dcs_soft_reset +EXPORT_SYMBOL vmlinux 0x2e3bcce2 wait_for_completion_interruptible +EXPORT_SYMBOL vmlinux 0x2e439142 drm_get_panel_orientation_quirk +EXPORT_SYMBOL vmlinux 0x2e5a4199 netif_carrier_on +EXPORT_SYMBOL vmlinux 0x2e5b27da xudma_alloc_gp_rflow_range +EXPORT_SYMBOL vmlinux 0x2e616083 kern_unmount_array +EXPORT_SYMBOL vmlinux 0x2e65e8b6 shmem_aops +EXPORT_SYMBOL vmlinux 0x2e66f6d9 seg6_hmac_info_lookup +EXPORT_SYMBOL vmlinux 0x2e6750dd reuseport_detach_prog +EXPORT_SYMBOL vmlinux 0x2e67a437 skb_ensure_writable +EXPORT_SYMBOL vmlinux 0x2e68df11 blk_queue_flag_clear +EXPORT_SYMBOL vmlinux 0x2e718b65 iov_iter_discard +EXPORT_SYMBOL vmlinux 0x2e7aaccc unregister_md_personality +EXPORT_SYMBOL vmlinux 0x2e962437 register_fib_notifier +EXPORT_SYMBOL vmlinux 0x2ebbbd2b __netdev_notify_peers +EXPORT_SYMBOL vmlinux 0x2ec1ffa5 __xfrm_state_destroy +EXPORT_SYMBOL vmlinux 0x2ec6bba0 errseq_set +EXPORT_SYMBOL vmlinux 0x2edef6bd __dec_node_page_state +EXPORT_SYMBOL vmlinux 0x2ee4c2b1 hdmi_avi_infoframe_pack_only +EXPORT_SYMBOL vmlinux 0x2ef7789e scsi_device_lookup +EXPORT_SYMBOL vmlinux 0x2efa97bc __module_put_and_kthread_exit +EXPORT_SYMBOL vmlinux 0x2f03fc4b security_secmark_refcount_inc +EXPORT_SYMBOL vmlinux 0x2f1254d1 ucc_tdm_init +EXPORT_SYMBOL vmlinux 0x2f233c5e md_done_sync +EXPORT_SYMBOL vmlinux 0x2f2bf726 pcim_iomap +EXPORT_SYMBOL vmlinux 0x2f2e91b2 security_ib_alloc_security +EXPORT_SYMBOL vmlinux 0x2f2f764d tcf_block_put +EXPORT_SYMBOL vmlinux 0x2f333aab imx_scu_get_handle +EXPORT_SYMBOL vmlinux 0x2f373b8c rproc_elf_load_segments +EXPORT_SYMBOL vmlinux 0x2f384db3 acpi_is_video_device +EXPORT_SYMBOL vmlinux 0x2f3f1942 get_cached_acl +EXPORT_SYMBOL vmlinux 0x2f4e5800 lynx_pcs_create +EXPORT_SYMBOL vmlinux 0x2f50760a jbd2_journal_force_commit +EXPORT_SYMBOL vmlinux 0x2f5237d2 ip6tun_encaps +EXPORT_SYMBOL vmlinux 0x2f7754a8 dma_pool_free +EXPORT_SYMBOL vmlinux 0x2f7ef50e of_platform_device_create +EXPORT_SYMBOL vmlinux 0x2f9793e5 skb_copy_and_hash_datagram_iter +EXPORT_SYMBOL vmlinux 0x2f9de138 pipe_unlock +EXPORT_SYMBOL vmlinux 0x2fa01035 ip6_output +EXPORT_SYMBOL vmlinux 0x2face097 jbd2_journal_put_journal_head +EXPORT_SYMBOL vmlinux 0x2fbdd85b __dynamic_netdev_dbg +EXPORT_SYMBOL vmlinux 0x2fd04f62 param_set_bool +EXPORT_SYMBOL vmlinux 0x2fe252cc unregister_inet6addr_notifier +EXPORT_SYMBOL vmlinux 0x2fe37187 thaw_super +EXPORT_SYMBOL vmlinux 0x2fe5b535 qcom_scm_assign_mem +EXPORT_SYMBOL vmlinux 0x300c5b8c eth_type_trans +EXPORT_SYMBOL vmlinux 0x30115c66 __folio_alloc +EXPORT_SYMBOL vmlinux 0x302a5757 inet_sendpage +EXPORT_SYMBOL vmlinux 0x3038627b of_phy_deregister_fixed_link +EXPORT_SYMBOL vmlinux 0x305f8aef xfrm_policy_destroy +EXPORT_SYMBOL vmlinux 0x307aa1cc console_stop +EXPORT_SYMBOL vmlinux 0x3096be16 names_cachep +EXPORT_SYMBOL vmlinux 0x30a80826 __kfifo_from_user +EXPORT_SYMBOL vmlinux 0x30acfde9 hsiphash_2u32 +EXPORT_SYMBOL vmlinux 0x30b5844e inode_to_bdi +EXPORT_SYMBOL vmlinux 0x30bde9c0 xfrm_if_register_cb +EXPORT_SYMBOL vmlinux 0x30d5c9bc mmc_put_card +EXPORT_SYMBOL vmlinux 0x30de8309 jbd2_journal_finish_inode_data_buffers +EXPORT_SYMBOL vmlinux 0x3100a0da pci_enable_msi +EXPORT_SYMBOL vmlinux 0x310ae1a5 ps2_handle_ack +EXPORT_SYMBOL vmlinux 0x3125a948 xfrm_state_add +EXPORT_SYMBOL vmlinux 0x3126a9e8 siphash_1u64 +EXPORT_SYMBOL vmlinux 0x312ca82b vfs_symlink +EXPORT_SYMBOL vmlinux 0x312ed932 verify_spi_info +EXPORT_SYMBOL vmlinux 0x31311eb8 keyring_alloc +EXPORT_SYMBOL vmlinux 0x3131dc30 sock_init_data +EXPORT_SYMBOL vmlinux 0x31420bbd dquot_operations +EXPORT_SYMBOL vmlinux 0x3144a035 scsi_is_host_device +EXPORT_SYMBOL vmlinux 0x314dada6 send_sig_info +EXPORT_SYMBOL vmlinux 0x3179acfc cdev_init +EXPORT_SYMBOL vmlinux 0x318ea955 ww_mutex_lock_interruptible +EXPORT_SYMBOL vmlinux 0x319799f7 md_bitmap_sync_with_cluster +EXPORT_SYMBOL vmlinux 0x319d493d proc_dostring +EXPORT_SYMBOL vmlinux 0x31a4767f qcom_scm_hdcp_available +EXPORT_SYMBOL vmlinux 0x31b4b0dd msi_desc_to_pci_dev +EXPORT_SYMBOL vmlinux 0x31c0f9ab param_set_hexint +EXPORT_SYMBOL vmlinux 0x31fbe44f devfreq_remove_device +EXPORT_SYMBOL vmlinux 0x320220a4 make_kuid +EXPORT_SYMBOL vmlinux 0x3213f038 mutex_unlock +EXPORT_SYMBOL vmlinux 0x3221df67 __bitmap_subset +EXPORT_SYMBOL vmlinux 0x3222e012 __cgroup_bpf_run_filter_sock_addr +EXPORT_SYMBOL vmlinux 0x32306d8f get_tree_nodev +EXPORT_SYMBOL vmlinux 0x3235f89f udp_flush_pending_frames +EXPORT_SYMBOL vmlinux 0x32394d4b qe_issue_cmd +EXPORT_SYMBOL vmlinux 0x323a89cd iommu_get_msi_cookie +EXPORT_SYMBOL vmlinux 0x3245941a rproc_shutdown +EXPORT_SYMBOL vmlinux 0x32611b65 get_thermal_instance +EXPORT_SYMBOL vmlinux 0x326c86da jbd2_journal_destroy +EXPORT_SYMBOL vmlinux 0x326e1805 param_get_int +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 0x32886aaa padata_free_shell +EXPORT_SYMBOL vmlinux 0x328ca20b key_reject_and_link +EXPORT_SYMBOL vmlinux 0x32b107ef generic_cont_expand_simple +EXPORT_SYMBOL vmlinux 0x32ce3777 radix_tree_preload +EXPORT_SYMBOL vmlinux 0x32d76daa ata_scsi_cmd_error_handler +EXPORT_SYMBOL vmlinux 0x32dda48b pci_enable_msix_range +EXPORT_SYMBOL vmlinux 0x32e42585 param_set_charp +EXPORT_SYMBOL vmlinux 0x32e59280 deactivate_locked_super +EXPORT_SYMBOL vmlinux 0x32e6f1a0 acpi_video_backlight_string +EXPORT_SYMBOL vmlinux 0x32e8cfea mtree_load +EXPORT_SYMBOL vmlinux 0x32f0ab67 of_get_child_by_name +EXPORT_SYMBOL vmlinux 0x32fbf2df configfs_undepend_item +EXPORT_SYMBOL vmlinux 0x33037fd8 logic_outl +EXPORT_SYMBOL vmlinux 0x333e8b17 make_kprojid +EXPORT_SYMBOL vmlinux 0x33413181 xen_alloc_ballooned_pages +EXPORT_SYMBOL vmlinux 0x3346fe2f proc_set_size +EXPORT_SYMBOL vmlinux 0x3350f7fd ata_print_version +EXPORT_SYMBOL vmlinux 0x33621892 noop_dirty_folio +EXPORT_SYMBOL vmlinux 0x3367395c audit_log_start +EXPORT_SYMBOL vmlinux 0x3368fb5e netdev_set_num_tc +EXPORT_SYMBOL vmlinux 0x3369ea44 mtree_insert_range +EXPORT_SYMBOL vmlinux 0x33736a1d __genradix_ptr_alloc +EXPORT_SYMBOL vmlinux 0x3380c2fd rpmh_write_batch +EXPORT_SYMBOL vmlinux 0x33859012 dev_pm_opp_register_notifier +EXPORT_SYMBOL vmlinux 0x338baf52 mr_table_alloc +EXPORT_SYMBOL vmlinux 0x3392fb28 security_d_instantiate +EXPORT_SYMBOL vmlinux 0x339fec8f load_nls_default +EXPORT_SYMBOL vmlinux 0x33ae62b9 blk_rq_map_user +EXPORT_SYMBOL vmlinux 0x33b0571d xfrm_trans_queue +EXPORT_SYMBOL vmlinux 0x33bcf122 tcf_register_action +EXPORT_SYMBOL vmlinux 0x33c4c729 flow_block_cb_free +EXPORT_SYMBOL vmlinux 0x33ce2545 i2c_register_driver +EXPORT_SYMBOL vmlinux 0x33e7aa09 filemap_invalidate_lock_two +EXPORT_SYMBOL vmlinux 0x33ecc568 rpmh_write +EXPORT_SYMBOL vmlinux 0x33ecf2a8 qman_start_using_portal +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 0x34130af9 tc_setup_cb_call +EXPORT_SYMBOL vmlinux 0x341aca12 seq_open_private +EXPORT_SYMBOL vmlinux 0x3424daf8 __traceiter_dma_fence_enable_signal +EXPORT_SYMBOL vmlinux 0x34297815 console_start +EXPORT_SYMBOL vmlinux 0x3430a3ba free_inode_nonrcu +EXPORT_SYMBOL vmlinux 0x3442d3e3 input_unregister_handler +EXPORT_SYMBOL vmlinux 0x34439bbc netlink_net_capable +EXPORT_SYMBOL vmlinux 0x347d13e4 dquot_set_dqblk +EXPORT_SYMBOL vmlinux 0x349190fd address_space_init_once +EXPORT_SYMBOL vmlinux 0x349cba85 strchr +EXPORT_SYMBOL vmlinux 0x34a1f7e3 acpi_processor_get_psd +EXPORT_SYMBOL vmlinux 0x34a4ec00 slab_build_skb +EXPORT_SYMBOL vmlinux 0x34c7cdbc lookup_bdev +EXPORT_SYMBOL vmlinux 0x34d145bb pci_stop_and_remove_bus_device +EXPORT_SYMBOL vmlinux 0x34d3f820 skb_mac_gso_segment +EXPORT_SYMBOL vmlinux 0x34db050b _raw_spin_lock_irqsave +EXPORT_SYMBOL vmlinux 0x34e70b4a mr_mfc_find_any +EXPORT_SYMBOL vmlinux 0x34e9c7e6 truncate_inode_pages_final +EXPORT_SYMBOL vmlinux 0x34f3484e security_tun_dev_attach_queue +EXPORT_SYMBOL vmlinux 0x34fc0bad serial8250_register_8250_port +EXPORT_SYMBOL vmlinux 0x35019705 __xfrm_route_forward +EXPORT_SYMBOL vmlinux 0x350ea558 dma_fence_default_wait +EXPORT_SYMBOL vmlinux 0x3517383e register_reboot_notifier +EXPORT_SYMBOL vmlinux 0x351f941a mdiobus_write +EXPORT_SYMBOL vmlinux 0x3522a625 mipi_dsi_dcs_get_display_brightness +EXPORT_SYMBOL vmlinux 0x352336d3 jbd2_submit_inode_data +EXPORT_SYMBOL vmlinux 0x352c2713 build_skb +EXPORT_SYMBOL vmlinux 0x3539cfcd file_write_and_wait_range +EXPORT_SYMBOL vmlinux 0x3539f11b match_strlcpy +EXPORT_SYMBOL vmlinux 0x353a5d8a locks_delete_block +EXPORT_SYMBOL vmlinux 0x3540284e pci_disable_ptm +EXPORT_SYMBOL vmlinux 0x354881bd tcp_poll +EXPORT_SYMBOL vmlinux 0x354ca259 devm_get_clk_from_child +EXPORT_SYMBOL vmlinux 0x356461c8 rtc_time64_to_tm +EXPORT_SYMBOL vmlinux 0x356e271a vme_register_bridge +EXPORT_SYMBOL vmlinux 0x3580c053 ipv6_setsockopt +EXPORT_SYMBOL vmlinux 0x3583d5b0 platform_get_ethdev_address +EXPORT_SYMBOL vmlinux 0x3588bd84 xsk_tx_peek_desc +EXPORT_SYMBOL vmlinux 0x3594ed86 devm_extcon_unregister_notifier_all +EXPORT_SYMBOL vmlinux 0x359553ee nd_dev_to_uuid +EXPORT_SYMBOL vmlinux 0x35a88f28 zlib_inflateInit2 +EXPORT_SYMBOL vmlinux 0x35a9ed3e tty_port_carrier_raised +EXPORT_SYMBOL vmlinux 0x35c13852 arp_send +EXPORT_SYMBOL vmlinux 0x35c64ee2 bio_init +EXPORT_SYMBOL vmlinux 0x35d6b9b0 dev_uc_init +EXPORT_SYMBOL vmlinux 0x35d817fe secure_tcpv6_ts_off +EXPORT_SYMBOL vmlinux 0x35e1245a rps_may_expire_flow +EXPORT_SYMBOL vmlinux 0x35e48c61 tcp_mmap +EXPORT_SYMBOL vmlinux 0x360b1afe probe_irq_mask +EXPORT_SYMBOL vmlinux 0x3617e968 mipi_dsi_dcs_exit_sleep_mode +EXPORT_SYMBOL vmlinux 0x361a1b47 mipi_dsi_dcs_set_display_brightness +EXPORT_SYMBOL vmlinux 0x3622343d dput +EXPORT_SYMBOL vmlinux 0x36252dae __skb_warn_lro_forwarding +EXPORT_SYMBOL vmlinux 0x362b13c2 dst_release +EXPORT_SYMBOL vmlinux 0x36351184 jbd2_journal_clear_err +EXPORT_SYMBOL vmlinux 0x3642d1f8 phy_queue_state_machine +EXPORT_SYMBOL vmlinux 0x3644c301 __blockdev_direct_IO +EXPORT_SYMBOL vmlinux 0x364850b1 down_write_killable +EXPORT_SYMBOL vmlinux 0x364c23ad mutex_is_locked +EXPORT_SYMBOL vmlinux 0x365acda7 set_normalized_timespec64 +EXPORT_SYMBOL vmlinux 0x365c09de md_cluster_ops +EXPORT_SYMBOL vmlinux 0x365e7911 kstrdup_const +EXPORT_SYMBOL vmlinux 0x367d6911 pnp_disable_dev +EXPORT_SYMBOL vmlinux 0x369282d2 clk_add_alias +EXPORT_SYMBOL vmlinux 0x36930173 fman_port_get_device +EXPORT_SYMBOL vmlinux 0x36b50180 mmc_alloc_host +EXPORT_SYMBOL vmlinux 0x36b6ebbf down_killable +EXPORT_SYMBOL vmlinux 0x36bae310 iov_iter_get_pages_alloc2 +EXPORT_SYMBOL vmlinux 0x36c84a6f fb_set_var +EXPORT_SYMBOL vmlinux 0x36d11764 dcache_dir_close +EXPORT_SYMBOL vmlinux 0x36d68e57 d_find_alias +EXPORT_SYMBOL vmlinux 0x36eb59de iov_iter_advance +EXPORT_SYMBOL vmlinux 0x36ee362d vlan_dev_vlan_id +EXPORT_SYMBOL vmlinux 0x370dfd2e skb_flow_dissect_ct +EXPORT_SYMBOL vmlinux 0x37110088 remove_wait_queue +EXPORT_SYMBOL vmlinux 0x371e1953 __printk_cpu_sync_wait +EXPORT_SYMBOL vmlinux 0x3723b4a9 clk_get +EXPORT_SYMBOL vmlinux 0x37321697 inet6_del_protocol +EXPORT_SYMBOL vmlinux 0x3738861a flow_rule_match_enc_ipv4_addrs +EXPORT_SYMBOL vmlinux 0x3744cf36 vmalloc_to_pfn +EXPORT_SYMBOL vmlinux 0x374c1b63 vme_irq_free +EXPORT_SYMBOL vmlinux 0x3755f990 gf128mul_init_64k_bbe +EXPORT_SYMBOL vmlinux 0x375f8ee2 __of_get_address +EXPORT_SYMBOL vmlinux 0x37697235 rproc_elf_sanity_check +EXPORT_SYMBOL vmlinux 0x376dc80c sock_recvmsg +EXPORT_SYMBOL vmlinux 0x377132b2 tc_setup_cb_replace +EXPORT_SYMBOL vmlinux 0x377d8004 acpi_error +EXPORT_SYMBOL vmlinux 0x377e117b pldmfw_flash_image +EXPORT_SYMBOL vmlinux 0x378da944 d_instantiate +EXPORT_SYMBOL vmlinux 0x379ac9c3 sync_blockdev +EXPORT_SYMBOL vmlinux 0x37a5011a blk_queue_update_dma_pad +EXPORT_SYMBOL vmlinux 0x37b4c3ac d_move +EXPORT_SYMBOL vmlinux 0x37b8b39e screen_info +EXPORT_SYMBOL vmlinux 0x37befc70 jiffies_to_msecs +EXPORT_SYMBOL vmlinux 0x37db8f19 dmi_get_date +EXPORT_SYMBOL vmlinux 0x37f04513 ipv6_mc_check_mld +EXPORT_SYMBOL vmlinux 0x37f37525 i2c_smbus_read_i2c_block_data_or_emulated +EXPORT_SYMBOL vmlinux 0x37f66d8c xfrm_find_acq_byseq +EXPORT_SYMBOL vmlinux 0x37f823fb param_ops_uint +EXPORT_SYMBOL vmlinux 0x3807db40 request_key_tag +EXPORT_SYMBOL vmlinux 0x381a798a setup_max_cpus +EXPORT_SYMBOL vmlinux 0x38378d92 _dev_printk +EXPORT_SYMBOL vmlinux 0x384c397a genlmsg_put +EXPORT_SYMBOL vmlinux 0x3854774b kstrtoll +EXPORT_SYMBOL vmlinux 0x386c28fb folio_mark_dirty +EXPORT_SYMBOL vmlinux 0x38869d88 kstat +EXPORT_SYMBOL vmlinux 0x3889bd96 __dquot_transfer +EXPORT_SYMBOL vmlinux 0x388aa3c9 neigh_proc_dointvec_ms_jiffies +EXPORT_SYMBOL vmlinux 0x3891ffc8 ecryptfs_fill_auth_tok +EXPORT_SYMBOL vmlinux 0x3893c7c4 dump_skip_to +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 0x38ae1390 __napi_schedule +EXPORT_SYMBOL vmlinux 0x38b78ef6 device_add_disk +EXPORT_SYMBOL vmlinux 0x38c7925c vfs_readlink +EXPORT_SYMBOL vmlinux 0x38e0d207 pci_enable_atomic_ops_to_root +EXPORT_SYMBOL vmlinux 0x38e46431 mempool_exit +EXPORT_SYMBOL vmlinux 0x38f2f8a6 __dquot_alloc_space +EXPORT_SYMBOL vmlinux 0x39032cd4 xsk_clear_tx_need_wakeup +EXPORT_SYMBOL vmlinux 0x391df80a netstamp_needed_key +EXPORT_SYMBOL vmlinux 0x39253eeb scsi_change_queue_depth +EXPORT_SYMBOL vmlinux 0x3928efe9 __per_cpu_offset +EXPORT_SYMBOL vmlinux 0x392b1fea wait_for_completion_io +EXPORT_SYMBOL vmlinux 0x3939f8f0 rfkill_pause_polling +EXPORT_SYMBOL vmlinux 0x393b0bd8 twl6040_set_bits +EXPORT_SYMBOL vmlinux 0x39461d6a in_egroup_p +EXPORT_SYMBOL vmlinux 0x394a1e11 phy_sfp_attach +EXPORT_SYMBOL vmlinux 0x394b6ad1 pci_release_regions +EXPORT_SYMBOL vmlinux 0x394cdb33 param_get_byte +EXPORT_SYMBOL vmlinux 0x3955fcf6 __kfifo_in_r +EXPORT_SYMBOL vmlinux 0x396ee204 proc_mkdir_mode +EXPORT_SYMBOL vmlinux 0x396f17e9 wireless_send_event +EXPORT_SYMBOL vmlinux 0x397f8461 jbd2_journal_flush +EXPORT_SYMBOL vmlinux 0x39991865 icmp_global_allow +EXPORT_SYMBOL vmlinux 0x399a79bb dm_table_get_md +EXPORT_SYMBOL vmlinux 0x399ad043 __kfifo_dma_out_finish_r +EXPORT_SYMBOL vmlinux 0x39a56dca folio_end_writeback +EXPORT_SYMBOL vmlinux 0x39abcbd4 input_handler_for_each_handle +EXPORT_SYMBOL vmlinux 0x39b12223 __acpi_handle_debug +EXPORT_SYMBOL vmlinux 0x39b8d49c cpu_rmap_update +EXPORT_SYMBOL vmlinux 0x39bd4999 xfrm_state_alloc +EXPORT_SYMBOL vmlinux 0x39be4b8e qman_volatile_dequeue +EXPORT_SYMBOL vmlinux 0x39c74235 dm_read_arg_group +EXPORT_SYMBOL vmlinux 0x39d95ca4 zstd_reset_cstream +EXPORT_SYMBOL vmlinux 0x39da9978 rproc_del +EXPORT_SYMBOL vmlinux 0x3a02d644 phy_detach +EXPORT_SYMBOL vmlinux 0x3a087b31 phy_print_status +EXPORT_SYMBOL vmlinux 0x3a180519 security_inode_setsecctx +EXPORT_SYMBOL vmlinux 0x3a2e4080 of_platform_bus_probe +EXPORT_SYMBOL vmlinux 0x3a429c90 clocksource_change_rating +EXPORT_SYMBOL vmlinux 0x3a4397aa dev_set_threaded +EXPORT_SYMBOL vmlinux 0x3a4a6dfd mntput +EXPORT_SYMBOL vmlinux 0x3a4f9d28 rng_is_initialized +EXPORT_SYMBOL vmlinux 0x3a51dfff __mod_lruvec_page_state +EXPORT_SYMBOL vmlinux 0x3a8d2c82 pneigh_enqueue +EXPORT_SYMBOL vmlinux 0x3ab28948 console_srcu_read_lock +EXPORT_SYMBOL vmlinux 0x3ab3ca35 xfrm6_rcv_tnl +EXPORT_SYMBOL vmlinux 0x3ab72d51 from_kgid_munged +EXPORT_SYMBOL vmlinux 0x3ab7b1cc scsi_set_sense_field_pointer +EXPORT_SYMBOL vmlinux 0x3ac1259e qdisc_offload_dump_helper +EXPORT_SYMBOL vmlinux 0x3aca0190 _raw_write_lock_irq +EXPORT_SYMBOL vmlinux 0x3ad5cda3 lockref_get_not_zero +EXPORT_SYMBOL vmlinux 0x3ad7a5d5 acpi_evaluate_reference +EXPORT_SYMBOL vmlinux 0x3ada9e06 acpi_check_region +EXPORT_SYMBOL vmlinux 0x3ae34aeb zstd_init_dctx +EXPORT_SYMBOL vmlinux 0x3ae7da40 cdev_device_add +EXPORT_SYMBOL vmlinux 0x3aff3200 acpi_evaluate_object_typed +EXPORT_SYMBOL vmlinux 0x3b0f23d2 xudma_is_pktdma +EXPORT_SYMBOL vmlinux 0x3b1ad6c6 of_find_node_by_name +EXPORT_SYMBOL vmlinux 0x3b20fb95 dma_fence_remove_callback +EXPORT_SYMBOL vmlinux 0x3b321462 LZ4_setStreamDecode +EXPORT_SYMBOL vmlinux 0x3b3f4e58 pci_scan_single_device +EXPORT_SYMBOL vmlinux 0x3b4325d6 inc_nlink +EXPORT_SYMBOL vmlinux 0x3b45adfa dm_unregister_target +EXPORT_SYMBOL vmlinux 0x3b644591 __bitmap_shift_left +EXPORT_SYMBOL vmlinux 0x3b695b8e dev_set_allmulti +EXPORT_SYMBOL vmlinux 0x3b6c41ea kstrtouint +EXPORT_SYMBOL vmlinux 0x3b707ad5 imx_sc_rm_get_resource_owner +EXPORT_SYMBOL vmlinux 0x3b87edd6 km_state_expired +EXPORT_SYMBOL vmlinux 0x3b8d1f64 fb_class +EXPORT_SYMBOL vmlinux 0x3b9144c9 acpi_get_current_resources +EXPORT_SYMBOL vmlinux 0x3ba5f771 fb_blank +EXPORT_SYMBOL vmlinux 0x3bb122a0 pci_enable_link_state +EXPORT_SYMBOL vmlinux 0x3bc42899 pci_free_host_bridge +EXPORT_SYMBOL vmlinux 0x3be9d038 pcie_capability_clear_and_set_word +EXPORT_SYMBOL vmlinux 0x3bfdcdee __nla_put +EXPORT_SYMBOL vmlinux 0x3c0c2906 acpi_notifier_call_chain +EXPORT_SYMBOL vmlinux 0x3c0e1620 qcom_scm_pas_metadata_release +EXPORT_SYMBOL vmlinux 0x3c12eb35 mr_mfc_find_parent +EXPORT_SYMBOL vmlinux 0x3c137cbe dev_uc_sync +EXPORT_SYMBOL vmlinux 0x3c185c61 page_put_link +EXPORT_SYMBOL vmlinux 0x3c3215c4 qe_immr +EXPORT_SYMBOL vmlinux 0x3c346dbf kthread_create_on_cpu +EXPORT_SYMBOL vmlinux 0x3c3b476c find_vma_intersection +EXPORT_SYMBOL vmlinux 0x3c3fce39 __local_bh_enable_ip +EXPORT_SYMBOL vmlinux 0x3c3ff9fd sprintf +EXPORT_SYMBOL vmlinux 0x3c422ff8 i2c_verify_client +EXPORT_SYMBOL vmlinux 0x3c58ac0c get_user_pages_remote +EXPORT_SYMBOL vmlinux 0x3c761026 __wait_on_buffer +EXPORT_SYMBOL vmlinux 0x3ca0344d mq_change_real_num_tx +EXPORT_SYMBOL vmlinux 0x3ca6cc1d flow_rule_match_enc_ip +EXPORT_SYMBOL vmlinux 0x3ca8a8e6 bio_init_clone +EXPORT_SYMBOL vmlinux 0x3cb23db3 console_srcu_read_unlock +EXPORT_SYMBOL vmlinux 0x3cbb940b zstd_init_dstream +EXPORT_SYMBOL vmlinux 0x3ccd171b scsi_ioctl +EXPORT_SYMBOL vmlinux 0x3cd9ed83 logic_insw +EXPORT_SYMBOL vmlinux 0x3ce2e8f3 d_mark_dontcache +EXPORT_SYMBOL vmlinux 0x3ce4ca6f disable_irq +EXPORT_SYMBOL vmlinux 0x3ceb361a security_path_mknod +EXPORT_SYMBOL vmlinux 0x3cf44db5 of_clk_get +EXPORT_SYMBOL vmlinux 0x3cf75e17 blk_mq_start_hw_queue +EXPORT_SYMBOL vmlinux 0x3cfe7c3c dma_resv_replace_fences +EXPORT_SYMBOL vmlinux 0x3d02cd70 dma_fence_signal_locked +EXPORT_SYMBOL vmlinux 0x3d07f5ee inet6_csk_route_req +EXPORT_SYMBOL vmlinux 0x3d0985b2 __skb_recv_datagram +EXPORT_SYMBOL vmlinux 0x3d17dc5b t10_pi_type3_ip +EXPORT_SYMBOL vmlinux 0x3d210724 gen_pool_dma_zalloc_align +EXPORT_SYMBOL vmlinux 0x3d23ecb4 pci_setup_cardbus +EXPORT_SYMBOL vmlinux 0x3d2c940c file_open_root +EXPORT_SYMBOL vmlinux 0x3d39d046 security_path_unlink +EXPORT_SYMBOL vmlinux 0x3d47664c request_partial_firmware_into_buf +EXPORT_SYMBOL vmlinux 0x3d48beed generic_fill_statx_attr +EXPORT_SYMBOL vmlinux 0x3d58efe1 pci_msix_vec_count +EXPORT_SYMBOL vmlinux 0x3d63ea2c kernel_param_lock +EXPORT_SYMBOL vmlinux 0x3d7dd15e filemap_fdatawrite_range +EXPORT_SYMBOL vmlinux 0x3d93c7c2 __arm_smccc_sve_check +EXPORT_SYMBOL vmlinux 0x3d96333a serio_rescan +EXPORT_SYMBOL vmlinux 0x3d9b7ca4 sock_diag_put_filterinfo +EXPORT_SYMBOL vmlinux 0x3d9ee9f0 clear_page +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 0x3daea55e __skb_flow_get_ports +EXPORT_SYMBOL vmlinux 0x3dc619d3 swake_up_locked +EXPORT_SYMBOL vmlinux 0x3dcb88a0 irq_set_handler_data +EXPORT_SYMBOL vmlinux 0x3dd3d098 udp_seq_next +EXPORT_SYMBOL vmlinux 0x3dd3f054 xudma_rchan_get_id +EXPORT_SYMBOL vmlinux 0x3dd8e523 nd_integrity_init +EXPORT_SYMBOL vmlinux 0x3dd9b230 proc_dointvec_userhz_jiffies +EXPORT_SYMBOL vmlinux 0x3ddb0aa1 __dev_kfree_skb_irq +EXPORT_SYMBOL vmlinux 0x3dfb86b9 resource_list_create_entry +EXPORT_SYMBOL vmlinux 0x3dfc897c seq_hlist_start_head +EXPORT_SYMBOL vmlinux 0x3e04a193 flow_rule_match_enc_ports +EXPORT_SYMBOL vmlinux 0x3e1c5a7f phy_driver_unregister +EXPORT_SYMBOL vmlinux 0x3e3bad0a __tasklet_hi_schedule +EXPORT_SYMBOL vmlinux 0x3e3fcc13 fault_in_iov_iter_readable +EXPORT_SYMBOL vmlinux 0x3e4b98ff skb_realloc_headroom +EXPORT_SYMBOL vmlinux 0x3e507009 dump_skip +EXPORT_SYMBOL vmlinux 0x3e5f247a config_group_init +EXPORT_SYMBOL vmlinux 0x3e69eeac ppp_input_error +EXPORT_SYMBOL vmlinux 0x3e79fb00 arm_smccc_1_2_smc +EXPORT_SYMBOL vmlinux 0x3e8ae500 vmf_insert_mixed_mkwrite +EXPORT_SYMBOL vmlinux 0x3e960437 bpf_prog_get_type_path +EXPORT_SYMBOL vmlinux 0x3ea52250 scsi_device_set_state +EXPORT_SYMBOL vmlinux 0x3eacdd6c dev_get_flags +EXPORT_SYMBOL vmlinux 0x3eccbe2c __find_nth_bit +EXPORT_SYMBOL vmlinux 0x3edd2e08 fwnode_mdiobus_phy_device_register +EXPORT_SYMBOL vmlinux 0x3ee8a510 kern_unmount +EXPORT_SYMBOL vmlinux 0x3ef89720 to_nd_dax +EXPORT_SYMBOL vmlinux 0x3efe1703 phy_unregister_fixup_for_id +EXPORT_SYMBOL vmlinux 0x3f0eabd2 xxh64_update +EXPORT_SYMBOL vmlinux 0x3f122862 scsi_device_get +EXPORT_SYMBOL vmlinux 0x3f1f74b3 register_quota_format +EXPORT_SYMBOL vmlinux 0x3f2ae5a9 setup_arg_pages +EXPORT_SYMBOL vmlinux 0x3f34644d zstd_dstream_workspace_bound +EXPORT_SYMBOL vmlinux 0x3f4547a7 put_unused_fd +EXPORT_SYMBOL vmlinux 0x3f47b352 xfrm_alloc_spi +EXPORT_SYMBOL vmlinux 0x3f4bd846 gen_pool_first_fit_order_align +EXPORT_SYMBOL vmlinux 0x3f4d69c3 skb_eth_pop +EXPORT_SYMBOL vmlinux 0x3f5ab27b phy_register_fixup +EXPORT_SYMBOL vmlinux 0x3f7818f8 netdev_master_upper_dev_get +EXPORT_SYMBOL vmlinux 0x3f7c7274 inode_set_bytes +EXPORT_SYMBOL vmlinux 0x3f89071b security_ib_pkey_access +EXPORT_SYMBOL vmlinux 0x3fbf3c89 vme_slave_set +EXPORT_SYMBOL vmlinux 0x3fc00c79 __skb_flow_dissect +EXPORT_SYMBOL vmlinux 0x3fcf05ec ip_defrag +EXPORT_SYMBOL vmlinux 0x3fd78f3b register_chrdev_region +EXPORT_SYMBOL vmlinux 0x3fe0e004 __pagevec_release +EXPORT_SYMBOL vmlinux 0x3fe18f65 twl6040_reg_read +EXPORT_SYMBOL vmlinux 0x3fe2ccbe memweight +EXPORT_SYMBOL vmlinux 0x3ff50b31 page_pool_alloc_pages +EXPORT_SYMBOL vmlinux 0x401cf03d ethtool_get_phc_vclocks +EXPORT_SYMBOL vmlinux 0x40235c98 _raw_write_unlock +EXPORT_SYMBOL vmlinux 0x402b0795 pcim_pin_device +EXPORT_SYMBOL vmlinux 0x404065e2 buffer_migrate_folio +EXPORT_SYMBOL vmlinux 0x4075630d serial8250_do_set_termios +EXPORT_SYMBOL vmlinux 0x40772999 xfrm_policy_register_afinfo +EXPORT_SYMBOL vmlinux 0x407f07aa ip_tunnel_header_ops +EXPORT_SYMBOL vmlinux 0x40863ba1 ioremap_prot +EXPORT_SYMBOL vmlinux 0x408ef542 page_pool_release_page +EXPORT_SYMBOL vmlinux 0x40973662 sysctl_udp_mem +EXPORT_SYMBOL vmlinux 0x40a62432 __nla_validate +EXPORT_SYMBOL vmlinux 0x40a9b349 vzalloc +EXPORT_SYMBOL vmlinux 0x40adf805 skb_coalesce_rx_frag +EXPORT_SYMBOL vmlinux 0x40c7247c si_meminfo +EXPORT_SYMBOL vmlinux 0x40d04664 console_trylock +EXPORT_SYMBOL vmlinux 0x40d59096 unregister_restart_handler +EXPORT_SYMBOL vmlinux 0x40e62f00 input_close_device +EXPORT_SYMBOL vmlinux 0x40f76a86 __vcalloc +EXPORT_SYMBOL vmlinux 0x40fc10ba truncate_pagecache_range +EXPORT_SYMBOL vmlinux 0x410990a5 rproc_report_crash +EXPORT_SYMBOL vmlinux 0x4125b6f2 mmc_free_host +EXPORT_SYMBOL vmlinux 0x412f893c page_offline_begin +EXPORT_SYMBOL vmlinux 0x414211de _dev_notice +EXPORT_SYMBOL vmlinux 0x41482d8b strndup_user +EXPORT_SYMBOL vmlinux 0x414da5e5 qman_enqueue +EXPORT_SYMBOL vmlinux 0x41514c4b zero_fill_bio +EXPORT_SYMBOL vmlinux 0x415286a7 sk_error_report +EXPORT_SYMBOL vmlinux 0x416d43c3 blk_execute_rq +EXPORT_SYMBOL vmlinux 0x4188d439 neigh_rand_reach_time +EXPORT_SYMBOL vmlinux 0x41a30bef mtree_store_range +EXPORT_SYMBOL vmlinux 0x41b8b930 security_inode_invalidate_secctx +EXPORT_SYMBOL vmlinux 0x41d4c641 __dev_get_by_index +EXPORT_SYMBOL vmlinux 0x41de6427 ppp_dev_name +EXPORT_SYMBOL vmlinux 0x41eca9a7 dquot_acquire +EXPORT_SYMBOL vmlinux 0x41ed3709 get_random_bytes +EXPORT_SYMBOL vmlinux 0x41edcb74 netdev_port_same_parent_id +EXPORT_SYMBOL vmlinux 0x41efdeaf radix_tree_lookup_slot +EXPORT_SYMBOL vmlinux 0x41f93a42 sock_no_connect +EXPORT_SYMBOL vmlinux 0x421862c4 inet_sendmsg +EXPORT_SYMBOL vmlinux 0x422fcb55 ip_output +EXPORT_SYMBOL vmlinux 0x4243afde dev_load +EXPORT_SYMBOL vmlinux 0x42446057 pnp_device_detach +EXPORT_SYMBOL vmlinux 0x4248ae3c single_task_running +EXPORT_SYMBOL vmlinux 0x424d3620 zlib_inflateIncomp +EXPORT_SYMBOL vmlinux 0x4251399f vme_irq_generate +EXPORT_SYMBOL vmlinux 0x42572fb6 misc_register +EXPORT_SYMBOL vmlinux 0x42578e80 acpi_get_type +EXPORT_SYMBOL vmlinux 0x425f560f blk_mq_kick_requeue_list +EXPORT_SYMBOL vmlinux 0x42750ac2 __netif_napi_del +EXPORT_SYMBOL vmlinux 0x42809557 pci_find_resource +EXPORT_SYMBOL vmlinux 0x428b3bda ww_mutex_lock +EXPORT_SYMBOL vmlinux 0x4297fa73 tegra_dfll_unregister +EXPORT_SYMBOL vmlinux 0x42a5d488 seg6_hmac_info_del +EXPORT_SYMBOL vmlinux 0x42baa80b ptp_clock_event +EXPORT_SYMBOL vmlinux 0x42bed8d4 unix_gc_lock +EXPORT_SYMBOL vmlinux 0x42d044f0 simple_get_link +EXPORT_SYMBOL vmlinux 0x42e1de3f seq_read_iter +EXPORT_SYMBOL vmlinux 0x42eb7979 blk_queue_dma_alignment +EXPORT_SYMBOL vmlinux 0x42f1b900 fb_pad_unaligned_buffer +EXPORT_SYMBOL vmlinux 0x4302d0eb free_pages +EXPORT_SYMBOL vmlinux 0x430975ba cpufreq_get_policy +EXPORT_SYMBOL vmlinux 0x430ff5e7 mmc_can_gpio_ro +EXPORT_SYMBOL vmlinux 0x4315cfc6 pci_bus_read_config_dword +EXPORT_SYMBOL vmlinux 0x4316be66 reuseport_detach_sock +EXPORT_SYMBOL vmlinux 0x4325aa65 zpool_unregister_driver +EXPORT_SYMBOL vmlinux 0x4330648b open_with_fake_path +EXPORT_SYMBOL vmlinux 0x4336fcca ucs2_as_utf8 +EXPORT_SYMBOL vmlinux 0x433cabfb acpi_decode_pld_buffer +EXPORT_SYMBOL vmlinux 0x4345e013 neigh_changeaddr +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 0x438ac5db param_ops_bool +EXPORT_SYMBOL vmlinux 0x438ee6d4 pci_release_resource +EXPORT_SYMBOL vmlinux 0x43aa629d alloc_fddidev +EXPORT_SYMBOL vmlinux 0x43b0c9c3 preempt_schedule +EXPORT_SYMBOL vmlinux 0x43babd19 sg_init_one +EXPORT_SYMBOL vmlinux 0x43d22fb9 groups_alloc +EXPORT_SYMBOL vmlinux 0x43dbda86 blkdev_issue_zeroout +EXPORT_SYMBOL vmlinux 0x43e36cb1 md_finish_reshape +EXPORT_SYMBOL vmlinux 0x43f9ebc8 slhc_remember +EXPORT_SYMBOL vmlinux 0x43fca7c9 end_page_writeback +EXPORT_SYMBOL vmlinux 0x4403bbd0 imx_sc_misc_set_control +EXPORT_SYMBOL vmlinux 0x440c48a8 cdev_alloc +EXPORT_SYMBOL vmlinux 0x4419b870 elv_rb_former_request +EXPORT_SYMBOL vmlinux 0x44469a76 crc_ccitt_false_table +EXPORT_SYMBOL vmlinux 0x445be0fa __ClearPageMovable +EXPORT_SYMBOL vmlinux 0x4462d35e cpufreq_get_hw_max_freq +EXPORT_SYMBOL vmlinux 0x449ac231 xfrm_state_lookup +EXPORT_SYMBOL vmlinux 0x449ad0a7 memcmp +EXPORT_SYMBOL vmlinux 0x44a6e90a irq_cpu_rmap_add +EXPORT_SYMBOL vmlinux 0x44ac5057 unlock_rename +EXPORT_SYMBOL vmlinux 0x44b81409 d_find_any_alias +EXPORT_SYMBOL vmlinux 0x44e647e8 xfrm_policy_alloc +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 0x450d9a35 cmd_db_read_slave_id +EXPORT_SYMBOL vmlinux 0x452413a1 qman_alloc_pool_range +EXPORT_SYMBOL vmlinux 0x4527fe01 pci_iomap_range +EXPORT_SYMBOL vmlinux 0x452ba683 ipv6_ext_hdr +EXPORT_SYMBOL vmlinux 0x452ebbd5 setup_new_exec +EXPORT_SYMBOL vmlinux 0x45315749 remove_watch_from_object +EXPORT_SYMBOL vmlinux 0x4533b72f __xfrm_decode_session +EXPORT_SYMBOL vmlinux 0x453ac694 kfree_skb_list_reason +EXPORT_SYMBOL vmlinux 0x453c8403 pci_msi_enabled +EXPORT_SYMBOL vmlinux 0x453f0b48 simple_link +EXPORT_SYMBOL vmlinux 0x4542480f mmc_start_request +EXPORT_SYMBOL vmlinux 0x454bec40 dm_io +EXPORT_SYMBOL vmlinux 0x45535485 xxh32_update +EXPORT_SYMBOL vmlinux 0x456668cc d_set_fallthru +EXPORT_SYMBOL vmlinux 0x45667505 netdev_offload_xstats_enabled +EXPORT_SYMBOL vmlinux 0x456874bf posix_acl_from_xattr +EXPORT_SYMBOL vmlinux 0x45753ae3 pcibios_bus_to_resource +EXPORT_SYMBOL vmlinux 0x4578f528 __kfifo_to_user +EXPORT_SYMBOL vmlinux 0x45856a10 scsi_dma_unmap +EXPORT_SYMBOL vmlinux 0x45a73408 page_pool_put_defragged_page +EXPORT_SYMBOL vmlinux 0x45ada3e4 scsi_block_requests +EXPORT_SYMBOL vmlinux 0x45ae5316 textsearch_prepare +EXPORT_SYMBOL vmlinux 0x45cd12b5 mark_info_dirty +EXPORT_SYMBOL vmlinux 0x45d3301c block_write_end +EXPORT_SYMBOL vmlinux 0x45e2e416 phy_read_mmd +EXPORT_SYMBOL vmlinux 0x45ec95ee input_set_max_poll_interval +EXPORT_SYMBOL vmlinux 0x4600a1a8 genl_register_family +EXPORT_SYMBOL vmlinux 0x460f4a34 flow_hash_from_keys +EXPORT_SYMBOL vmlinux 0x461f517a tty_lock +EXPORT_SYMBOL vmlinux 0x4636fcf3 i2c_smbus_read_byte +EXPORT_SYMBOL vmlinux 0x4643337f tcf_exts_validate_ex +EXPORT_SYMBOL vmlinux 0x46451cee zstd_get_frame_header +EXPORT_SYMBOL vmlinux 0x46455f2c twl6040_get_vibralr_status +EXPORT_SYMBOL vmlinux 0x4653866d tty_port_init +EXPORT_SYMBOL vmlinux 0x4656afc0 padata_free +EXPORT_SYMBOL vmlinux 0x465e24ff ucs2_utf8size +EXPORT_SYMBOL vmlinux 0x466444f5 __pskb_pull_tail +EXPORT_SYMBOL vmlinux 0x466c14a7 __delay +EXPORT_SYMBOL vmlinux 0x4672704d invalidate_mapping_pages +EXPORT_SYMBOL vmlinux 0x467df16d netdev_rss_key_fill +EXPORT_SYMBOL vmlinux 0x469348d8 ip_setsockopt +EXPORT_SYMBOL vmlinux 0x4698fe8a bman_release +EXPORT_SYMBOL vmlinux 0x469a6ec7 tcp_parse_md5sig_option +EXPORT_SYMBOL vmlinux 0x469d2f6a fifo_create_dflt +EXPORT_SYMBOL vmlinux 0x46adc1e0 udp_seq_ops +EXPORT_SYMBOL vmlinux 0x46b9894a mdiobus_get_phy +EXPORT_SYMBOL vmlinux 0x46c47fb6 __node_distance +EXPORT_SYMBOL vmlinux 0x46cfc59a block_truncate_page +EXPORT_SYMBOL vmlinux 0x46dff022 of_match_node +EXPORT_SYMBOL vmlinux 0x46e4bc23 tcf_block_netif_keep_dst +EXPORT_SYMBOL vmlinux 0x46ec3dab pci_get_class +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 0x4713e0f2 rproc_set_firmware +EXPORT_SYMBOL vmlinux 0x4715a909 acpi_load_table +EXPORT_SYMBOL vmlinux 0x4726ec2a phy_reset_after_clk_enable +EXPORT_SYMBOL vmlinux 0x472b3b39 __traceiter_kmem_cache_free +EXPORT_SYMBOL vmlinux 0x47342128 xfrm_policy_bysel_ctx +EXPORT_SYMBOL vmlinux 0x474dd968 pcix_get_mmrbc +EXPORT_SYMBOL vmlinux 0x475730a0 mmc_sw_reset +EXPORT_SYMBOL vmlinux 0x4757a52a flow_rule_match_ipv6_addrs +EXPORT_SYMBOL vmlinux 0x475d7427 fman_get_rx_extra_headroom +EXPORT_SYMBOL vmlinux 0x476d5186 fuse_mount_destroy +EXPORT_SYMBOL vmlinux 0x47709e42 free_anon_bdev +EXPORT_SYMBOL vmlinux 0x479137ca imx_scu_irq_unregister_notifier +EXPORT_SYMBOL vmlinux 0x47960bc4 proc_do_large_bitmap +EXPORT_SYMBOL vmlinux 0x479645ff make_kgid +EXPORT_SYMBOL vmlinux 0x47aca2d9 bdev_check_media_change +EXPORT_SYMBOL vmlinux 0x47c20f8a refcount_dec_not_one +EXPORT_SYMBOL vmlinux 0x47c4f074 mmc_can_erase +EXPORT_SYMBOL vmlinux 0x47c65bfc unregister_inet6addr_validator_notifier +EXPORT_SYMBOL vmlinux 0x47ce2d41 vfs_fadvise +EXPORT_SYMBOL vmlinux 0x47cfd825 kstrtouint_from_user +EXPORT_SYMBOL vmlinux 0x47d78f3b t10_pi_type1_ip +EXPORT_SYMBOL vmlinux 0x47d80926 netdev_warn +EXPORT_SYMBOL vmlinux 0x47d8d301 __cond_resched_rwlock_read +EXPORT_SYMBOL vmlinux 0x48075202 bioset_exit +EXPORT_SYMBOL vmlinux 0x480c5da7 tc_setup_offload_action +EXPORT_SYMBOL vmlinux 0x48112d76 _raw_read_lock_irq +EXPORT_SYMBOL vmlinux 0x4816a495 xfrm_policy_walk_done +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 0x482f6ecc dquot_mark_dquot_dirty +EXPORT_SYMBOL vmlinux 0x4831a790 cdrom_mode_select +EXPORT_SYMBOL vmlinux 0x4837bb10 logic_outsb +EXPORT_SYMBOL vmlinux 0x4841bdee strnchr +EXPORT_SYMBOL vmlinux 0x4848cfb1 phy_mipi_dphy_get_default_config +EXPORT_SYMBOL vmlinux 0x484f6edf ktime_get_coarse_real_ts64 +EXPORT_SYMBOL vmlinux 0x4859b8bb rtc_year_days +EXPORT_SYMBOL vmlinux 0x486075c8 gen_pool_dma_alloc +EXPORT_SYMBOL vmlinux 0x4860a1bc mr_mfc_find_any_parent +EXPORT_SYMBOL vmlinux 0x486b96b6 dev_mc_unsync +EXPORT_SYMBOL vmlinux 0x487570b8 eth_commit_mac_addr_change +EXPORT_SYMBOL vmlinux 0x487bcaf7 softnet_data +EXPORT_SYMBOL vmlinux 0x48814cac nd_device_notify +EXPORT_SYMBOL vmlinux 0x48987cab ppp_unregister_compressor +EXPORT_SYMBOL vmlinux 0x489d65a1 of_device_register +EXPORT_SYMBOL vmlinux 0x489eda10 memset32 +EXPORT_SYMBOL vmlinux 0x489f6e0b rdma_dim +EXPORT_SYMBOL vmlinux 0x48a91171 string_get_size +EXPORT_SYMBOL vmlinux 0x48aabddc genphy_loopback +EXPORT_SYMBOL vmlinux 0x48b0299a nf_ct_get_tuple_skb +EXPORT_SYMBOL vmlinux 0x48b4bb14 posix_acl_update_mode +EXPORT_SYMBOL vmlinux 0x48b99a13 vme_lm_free +EXPORT_SYMBOL vmlinux 0x48c093fb _atomic_dec_and_lock_irqsave +EXPORT_SYMBOL vmlinux 0x48c28e3a truncate_inode_pages +EXPORT_SYMBOL vmlinux 0x48cb697e inet_confirm_addr +EXPORT_SYMBOL vmlinux 0x48cc6af6 sock_common_setsockopt +EXPORT_SYMBOL vmlinux 0x48d27375 __bitmap_intersects +EXPORT_SYMBOL vmlinux 0x48d3fa27 kmalloc_large_node +EXPORT_SYMBOL vmlinux 0x48dd340b cpumask_any_distribute +EXPORT_SYMBOL vmlinux 0x48e18136 rtc_add_groups +EXPORT_SYMBOL vmlinux 0x48ffbb87 mtree_alloc_range +EXPORT_SYMBOL vmlinux 0x49045426 icmp_err_convert +EXPORT_SYMBOL vmlinux 0x4906d903 inet_rcv_saddr_equal +EXPORT_SYMBOL vmlinux 0x49280b16 mmc_remove_host +EXPORT_SYMBOL vmlinux 0x493c7c8f skb_copy_and_csum_bits +EXPORT_SYMBOL vmlinux 0x494e7172 netdev_unbind_sb_channel +EXPORT_SYMBOL vmlinux 0x495231ea mul_u64_u64_div_u64 +EXPORT_SYMBOL vmlinux 0x4967e79f radix_tree_iter_resume +EXPORT_SYMBOL vmlinux 0x4969c20f xfrm_state_lookup_byaddr +EXPORT_SYMBOL vmlinux 0x497374ea is_nd_pfn +EXPORT_SYMBOL vmlinux 0x4977c498 stack_depot_get_extra_bits +EXPORT_SYMBOL vmlinux 0x498074bc lock_two_nondirectories +EXPORT_SYMBOL vmlinux 0x4986eb0f nvdimm_check_and_set_ro +EXPORT_SYMBOL vmlinux 0x499f0ecf nd_sb_checksum +EXPORT_SYMBOL vmlinux 0x49ab2911 neigh_seq_stop +EXPORT_SYMBOL vmlinux 0x49b163b8 acpi_bus_scan +EXPORT_SYMBOL vmlinux 0x49b61064 n_tty_ioctl_helper +EXPORT_SYMBOL vmlinux 0x49c72e63 xfrm_replay_seqhi +EXPORT_SYMBOL vmlinux 0x49d67166 blk_mq_end_request +EXPORT_SYMBOL vmlinux 0x49df1d5b keyring_clear +EXPORT_SYMBOL vmlinux 0x4a284cf4 bio_uninit +EXPORT_SYMBOL vmlinux 0x4a2dc16b devm_devfreq_remove_device +EXPORT_SYMBOL vmlinux 0x4a2e187b invalidate_inode_buffers +EXPORT_SYMBOL vmlinux 0x4a3ad70e wait_for_completion_timeout +EXPORT_SYMBOL vmlinux 0x4a4698ae mmc_can_secure_erase_trim +EXPORT_SYMBOL vmlinux 0x4a50c724 sock_no_linger +EXPORT_SYMBOL vmlinux 0x4a551d64 skb_checksum_trimmed +EXPORT_SYMBOL vmlinux 0x4a5a1f49 security_dentry_create_files_as +EXPORT_SYMBOL vmlinux 0x4a93576a ucc_fast_free +EXPORT_SYMBOL vmlinux 0x4a965f97 __mdiobus_write +EXPORT_SYMBOL vmlinux 0x4a96a8eb xxh32_digest +EXPORT_SYMBOL vmlinux 0x4accde03 vlan_filter_push_vids +EXPORT_SYMBOL vmlinux 0x4ad7a94a nla_put_nohdr +EXPORT_SYMBOL vmlinux 0x4aea463f crc32_le_shift +EXPORT_SYMBOL vmlinux 0x4aeb55d8 param_ops_short +EXPORT_SYMBOL vmlinux 0x4af6ddf0 kstrtou16 +EXPORT_SYMBOL vmlinux 0x4afb2238 add_wait_queue +EXPORT_SYMBOL vmlinux 0x4b0a3f52 gic_nonsecure_priorities +EXPORT_SYMBOL vmlinux 0x4b3f16c8 bmap +EXPORT_SYMBOL vmlinux 0x4b401817 iwe_stream_add_value +EXPORT_SYMBOL vmlinux 0x4b4b4eff __alloc_pages +EXPORT_SYMBOL vmlinux 0x4b4f6e90 filemap_fdatawrite_wbc +EXPORT_SYMBOL vmlinux 0x4b63a802 twl6040_get_sysclk +EXPORT_SYMBOL vmlinux 0x4b6df007 acpi_evaluate_reg +EXPORT_SYMBOL vmlinux 0x4b750f53 _raw_spin_unlock_irq +EXPORT_SYMBOL vmlinux 0x4b845e87 rproc_elf_find_loaded_rsc_table +EXPORT_SYMBOL vmlinux 0x4b9c13ef to_nd_pfn +EXPORT_SYMBOL vmlinux 0x4bb6c8dc lookup_one +EXPORT_SYMBOL vmlinux 0x4bbd87e5 devm_extcon_register_notifier +EXPORT_SYMBOL vmlinux 0x4bcc2662 mempool_init_node +EXPORT_SYMBOL vmlinux 0x4bdb10c9 proto_unregister +EXPORT_SYMBOL vmlinux 0x4bdd7c8f dev_get_stats +EXPORT_SYMBOL vmlinux 0x4bef1c67 empty_name +EXPORT_SYMBOL vmlinux 0x4bf3ce6f qman_release_cgrid +EXPORT_SYMBOL vmlinux 0x4c07a7e0 acpi_processor_unregister_performance +EXPORT_SYMBOL vmlinux 0x4c0fae04 __vfs_getxattr +EXPORT_SYMBOL vmlinux 0x4c14a736 mmc_retune_timer_stop +EXPORT_SYMBOL vmlinux 0x4c1bea86 dm_table_run_md_queue_async +EXPORT_SYMBOL vmlinux 0x4c22dde9 generic_fadvise +EXPORT_SYMBOL vmlinux 0x4c416eb9 LZ4_decompress_fast +EXPORT_SYMBOL vmlinux 0x4c4fcd1b seg6_push_hmac +EXPORT_SYMBOL vmlinux 0x4c68214b mipi_dsi_dcs_set_tear_on +EXPORT_SYMBOL vmlinux 0x4c684711 inode_newsize_ok +EXPORT_SYMBOL vmlinux 0x4c70c975 vfs_mknod +EXPORT_SYMBOL vmlinux 0x4c7604bc netdev_class_remove_file_ns +EXPORT_SYMBOL vmlinux 0x4c95c6b2 inet6_del_offload +EXPORT_SYMBOL vmlinux 0x4c9ff369 xsk_set_tx_need_wakeup +EXPORT_SYMBOL vmlinux 0x4ce66e65 regset_get_alloc +EXPORT_SYMBOL vmlinux 0x4cea7fbe generic_parse_monolithic +EXPORT_SYMBOL vmlinux 0x4cf323ab key_instantiate_and_link +EXPORT_SYMBOL vmlinux 0x4d0d163d copy_page +EXPORT_SYMBOL vmlinux 0x4d15edb7 unix_attach_fds +EXPORT_SYMBOL vmlinux 0x4d160983 max8998_read_reg +EXPORT_SYMBOL vmlinux 0x4d2c7133 acpi_info +EXPORT_SYMBOL vmlinux 0x4d37a32d mmc_register_driver +EXPORT_SYMBOL vmlinux 0x4d3e5021 __inode_sub_bytes +EXPORT_SYMBOL vmlinux 0x4d4efb93 __dev_queue_xmit +EXPORT_SYMBOL vmlinux 0x4d5b82bc uart_get_divisor +EXPORT_SYMBOL vmlinux 0x4d65cbd5 csum_ipv6_magic +EXPORT_SYMBOL vmlinux 0x4d69f40c __devm_of_mdiobus_register +EXPORT_SYMBOL vmlinux 0x4d720a2a request_key_rcu +EXPORT_SYMBOL vmlinux 0x4d862528 key_unlink +EXPORT_SYMBOL vmlinux 0x4d924f20 memremap +EXPORT_SYMBOL vmlinux 0x4d9a7ade max8925_bulk_read +EXPORT_SYMBOL vmlinux 0x4d9b652b rb_erase +EXPORT_SYMBOL vmlinux 0x4da596e6 qman_retire_fq +EXPORT_SYMBOL vmlinux 0x4da90c94 mipi_dsi_dcs_set_tear_off +EXPORT_SYMBOL vmlinux 0x4db792fa __ethtool_get_link_ksettings +EXPORT_SYMBOL vmlinux 0x4db97391 sock_bindtoindex +EXPORT_SYMBOL vmlinux 0x4dca08ee sync_file_get_fence +EXPORT_SYMBOL vmlinux 0x4dcb60d7 mntget +EXPORT_SYMBOL vmlinux 0x4de995ec gen_pool_dma_alloc_algo +EXPORT_SYMBOL vmlinux 0x4df02057 crc32_be +EXPORT_SYMBOL vmlinux 0x4df0f819 netdev_has_upper_dev +EXPORT_SYMBOL vmlinux 0x4df2ea84 gen_estimator_read +EXPORT_SYMBOL vmlinux 0x4dfa8d4b mutex_lock +EXPORT_SYMBOL vmlinux 0x4dfd09cf udp_skb_destructor +EXPORT_SYMBOL vmlinux 0x4e059af2 kset_unregister +EXPORT_SYMBOL vmlinux 0x4e20bcf8 radix_tree_tag_set +EXPORT_SYMBOL vmlinux 0x4e2546e5 mdiobus_is_registered_device +EXPORT_SYMBOL vmlinux 0x4e2e74c1 qcom_scm_io_readl +EXPORT_SYMBOL vmlinux 0x4e3567f7 match_int +EXPORT_SYMBOL vmlinux 0x4e36cdc4 __ubsan_handle_divrem_overflow +EXPORT_SYMBOL vmlinux 0x4e4f0f16 dma_fence_chain_find_seqno +EXPORT_SYMBOL vmlinux 0x4e547048 __kmalloc_node_track_caller +EXPORT_SYMBOL vmlinux 0x4e653317 inode_needs_sync +EXPORT_SYMBOL vmlinux 0x4e68e9be rb_next_postorder +EXPORT_SYMBOL vmlinux 0x4e6c0b0c jbd2_fc_end_commit +EXPORT_SYMBOL vmlinux 0x4e6e4b41 radix_tree_delete +EXPORT_SYMBOL vmlinux 0x4e6e8ea7 fg_console +EXPORT_SYMBOL vmlinux 0x4e7ddff7 phy_write_paged +EXPORT_SYMBOL vmlinux 0x4e83903c pci_bus_size_bridges +EXPORT_SYMBOL vmlinux 0x4e93f4b9 jbd2_journal_start_reserved +EXPORT_SYMBOL vmlinux 0x4ea25709 dql_reset +EXPORT_SYMBOL vmlinux 0x4eada8f7 security_secid_to_secctx +EXPORT_SYMBOL vmlinux 0x4eb443ac tty_port_block_til_ready +EXPORT_SYMBOL vmlinux 0x4ec54e78 bitmap_to_arr32 +EXPORT_SYMBOL vmlinux 0x4ec5a57b tty_kref_put +EXPORT_SYMBOL vmlinux 0x4ec5f4ee sock_sendmsg +EXPORT_SYMBOL vmlinux 0x4ece288d mmc_calc_max_discard +EXPORT_SYMBOL vmlinux 0x4ed3841b scsi_device_put +EXPORT_SYMBOL vmlinux 0x4ee898aa fscrypt_free_inode +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 0x4f2fb37f config_group_find_item +EXPORT_SYMBOL vmlinux 0x4f491352 __nla_reserve +EXPORT_SYMBOL vmlinux 0x4f4fe7ed __bio_advance +EXPORT_SYMBOL vmlinux 0x4f502040 generic_file_llseek_size +EXPORT_SYMBOL vmlinux 0x4f55166f acpi_set_current_resources +EXPORT_SYMBOL vmlinux 0x4f5859af set_nlink +EXPORT_SYMBOL vmlinux 0x4f89c9de gpmc_cs_free +EXPORT_SYMBOL vmlinux 0x4f91c9a0 security_binder_transaction +EXPORT_SYMBOL vmlinux 0x4f92fa5c gnet_stats_copy_rate_est +EXPORT_SYMBOL vmlinux 0x4fa6514b dst_destroy +EXPORT_SYMBOL vmlinux 0x4fafb329 hdmi_infoframe_log +EXPORT_SYMBOL vmlinux 0x4fb12631 ip6_dst_hoplimit +EXPORT_SYMBOL vmlinux 0x4fb1c1a4 kern_sys_bpf +EXPORT_SYMBOL vmlinux 0x4fdd0a5d lock_sock_nested +EXPORT_SYMBOL vmlinux 0x4fe7c27b ns_capable_setid +EXPORT_SYMBOL vmlinux 0x4ff85dd8 mmc_gpio_get_ro +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 0x501519ed phy_ethtool_set_link_ksettings +EXPORT_SYMBOL vmlinux 0x502152a6 register_framebuffer +EXPORT_SYMBOL vmlinux 0x5021746f tty_insert_flip_string_flags +EXPORT_SYMBOL vmlinux 0x5021bd81 _raw_write_lock_irqsave +EXPORT_SYMBOL vmlinux 0x5027bde2 acpi_acquire_mutex +EXPORT_SYMBOL vmlinux 0x503c66a8 scsi_add_device +EXPORT_SYMBOL vmlinux 0x503e9c07 udp6_seq_ops +EXPORT_SYMBOL vmlinux 0x5044bf69 unregister_binfmt +EXPORT_SYMBOL vmlinux 0x504600b0 inet_stream_ops +EXPORT_SYMBOL vmlinux 0x50624917 sha1_init +EXPORT_SYMBOL vmlinux 0x506d563a uart_write_wakeup +EXPORT_SYMBOL vmlinux 0x506dff1a __genradix_free +EXPORT_SYMBOL vmlinux 0x50716ec6 __traceiter_mmap_lock_acquire_returned +EXPORT_SYMBOL vmlinux 0x5071abec ipv6_dev_find +EXPORT_SYMBOL vmlinux 0x5089f45f ip_send_check +EXPORT_SYMBOL vmlinux 0x5092cd04 flow_rule_match_l2tpv3 +EXPORT_SYMBOL vmlinux 0x5092e84e __read_overflow2_field +EXPORT_SYMBOL vmlinux 0x50944630 seq_list_start_head_rcu +EXPORT_SYMBOL vmlinux 0x50979762 acpi_bus_get_status +EXPORT_SYMBOL vmlinux 0x509b64ea acpi_has_method +EXPORT_SYMBOL vmlinux 0x509f46a1 ethtool_rx_flow_rule_create +EXPORT_SYMBOL vmlinux 0x50a4698c fb_videomode_to_modelist +EXPORT_SYMBOL vmlinux 0x50a6277e __udp_disconnect +EXPORT_SYMBOL vmlinux 0x50aaa97f nexthop_res_grp_activity_update +EXPORT_SYMBOL vmlinux 0x50abcf09 rtnl_offload_xstats_notify +EXPORT_SYMBOL vmlinux 0x50b73ce2 rfkill_find_type +EXPORT_SYMBOL vmlinux 0x50b80992 mb_cache_entry_find_first +EXPORT_SYMBOL vmlinux 0x50b90b5d flush_signals +EXPORT_SYMBOL vmlinux 0x50be748d security_ib_free_security +EXPORT_SYMBOL vmlinux 0x50cf7585 hex2bin +EXPORT_SYMBOL vmlinux 0x50d035c2 vsscanf +EXPORT_SYMBOL vmlinux 0x50f4c6ea dmaengine_get_unmap_data +EXPORT_SYMBOL vmlinux 0x50f85302 __arm_smccc_hvc +EXPORT_SYMBOL vmlinux 0x50f91491 __genradix_ptr +EXPORT_SYMBOL vmlinux 0x5100bc47 kthread_create_worker +EXPORT_SYMBOL vmlinux 0x5102a30b do_wait_intr_irq +EXPORT_SYMBOL vmlinux 0x510c5d1d md_write_start +EXPORT_SYMBOL vmlinux 0x51117550 scsi_target_quiesce +EXPORT_SYMBOL vmlinux 0x5111c195 gro_find_complete_by_type +EXPORT_SYMBOL vmlinux 0x5138a033 rproc_elf_load_rsc_table +EXPORT_SYMBOL vmlinux 0x513b28f4 first_ec +EXPORT_SYMBOL vmlinux 0x515083bf acpi_release_mutex +EXPORT_SYMBOL vmlinux 0x515dbeec __hw_addr_sync_dev +EXPORT_SYMBOL vmlinux 0x515f520b qman_portal_get_iperiod +EXPORT_SYMBOL vmlinux 0x51641162 opal_unlock_from_suspend +EXPORT_SYMBOL vmlinux 0x5186533b __fs_parse +EXPORT_SYMBOL vmlinux 0x51882a06 tcp_add_backlog +EXPORT_SYMBOL vmlinux 0x5198cc14 simple_dir_operations +EXPORT_SYMBOL vmlinux 0x51a511eb _raw_write_lock_bh +EXPORT_SYMBOL vmlinux 0x51af8021 tcp_prot +EXPORT_SYMBOL vmlinux 0x51c31edc skb_dump +EXPORT_SYMBOL vmlinux 0x51ce3e58 get_tree_single_reconf +EXPORT_SYMBOL vmlinux 0x51d12d4e acpi_pci_disabled +EXPORT_SYMBOL vmlinux 0x51da010a from_kuid +EXPORT_SYMBOL vmlinux 0x51f4d65d security_sctp_sk_clone +EXPORT_SYMBOL vmlinux 0x5203d176 cmd_db_ready +EXPORT_SYMBOL vmlinux 0x5228352c xfrm_state_unregister_afinfo +EXPORT_SYMBOL vmlinux 0x522cbe25 md_bitmap_startwrite +EXPORT_SYMBOL vmlinux 0x52353a0b ppp_input +EXPORT_SYMBOL vmlinux 0x524523ca netdev_features_change +EXPORT_SYMBOL vmlinux 0x52622a6c param_get_long +EXPORT_SYMBOL vmlinux 0x5263d46f unmap_mapping_range +EXPORT_SYMBOL vmlinux 0x526eef2c hdmi_vendor_infoframe_pack +EXPORT_SYMBOL vmlinux 0x52893f39 dquot_initialize +EXPORT_SYMBOL vmlinux 0x5291971c config_group_init_type_name +EXPORT_SYMBOL vmlinux 0x52983a4f vme_master_write +EXPORT_SYMBOL vmlinux 0x529ae436 dma_map_resource +EXPORT_SYMBOL vmlinux 0x52bf9f8b locks_init_lock +EXPORT_SYMBOL vmlinux 0x52d717da xz_dec_init +EXPORT_SYMBOL vmlinux 0x52db2e06 netpoll_poll_enable +EXPORT_SYMBOL vmlinux 0x52ecbc75 crc_ccitt +EXPORT_SYMBOL vmlinux 0x52f2763d __neigh_set_probe_once +EXPORT_SYMBOL vmlinux 0x52f2850a imx_sc_pm_cpu_start +EXPORT_SYMBOL vmlinux 0x52f51e94 generic_pipe_buf_try_steal +EXPORT_SYMBOL vmlinux 0x52f69ce9 blackhole_netdev +EXPORT_SYMBOL vmlinux 0x52ff37ea fbcon_update_vcs +EXPORT_SYMBOL vmlinux 0x530b1e98 pm_suspend +EXPORT_SYMBOL vmlinux 0x53126ecc __percpu_counter_sum +EXPORT_SYMBOL vmlinux 0x5322a2d3 security_sk_clone +EXPORT_SYMBOL vmlinux 0x53336c60 sock_set_mark +EXPORT_SYMBOL vmlinux 0x5338184f ethtool_sprintf +EXPORT_SYMBOL vmlinux 0x5363a8d7 xfrm4_udp_encap_rcv +EXPORT_SYMBOL vmlinux 0x5365dd65 vm_insert_page +EXPORT_SYMBOL vmlinux 0x5381cc1e sock_no_shutdown +EXPORT_SYMBOL vmlinux 0x53908a7e bpf_empty_prog_array +EXPORT_SYMBOL vmlinux 0x5399089e devm_clk_hw_register_clkdev +EXPORT_SYMBOL vmlinux 0x53a1e8d9 _find_next_bit +EXPORT_SYMBOL vmlinux 0x53a7d129 elv_rb_find +EXPORT_SYMBOL vmlinux 0x53ae5dbc is_acpi_device_node +EXPORT_SYMBOL vmlinux 0x53b954a2 up_read +EXPORT_SYMBOL vmlinux 0x53bc087d devfreq_unregister_notifier +EXPORT_SYMBOL vmlinux 0x53d2a02a rpmh_write_async +EXPORT_SYMBOL vmlinux 0x53e1fee4 __alloc_skb +EXPORT_SYMBOL vmlinux 0x53efb57a tegra_ivc_init +EXPORT_SYMBOL vmlinux 0x53eff192 tegra_ivc_align +EXPORT_SYMBOL vmlinux 0x53f3a26d proc_create_mount_point +EXPORT_SYMBOL vmlinux 0x53f8ced7 page_pool_ethtool_stats_get_strings +EXPORT_SYMBOL vmlinux 0x5402da9f xudma_navss_psil_pair +EXPORT_SYMBOL vmlinux 0x541240e3 write_dirty_buffer +EXPORT_SYMBOL vmlinux 0x543c199f devm_rproc_alloc +EXPORT_SYMBOL vmlinux 0x543ef284 seq_hlist_start +EXPORT_SYMBOL vmlinux 0x5448bbd8 dm_kcopyd_copy +EXPORT_SYMBOL vmlinux 0x547b94e8 pci_write_config_byte +EXPORT_SYMBOL vmlinux 0x547f7d1c input_get_timestamp +EXPORT_SYMBOL vmlinux 0x54a41ce1 vme_bus_error_handler +EXPORT_SYMBOL vmlinux 0x54a5709c simple_getattr +EXPORT_SYMBOL vmlinux 0x54aab1b6 wait_for_key_construction +EXPORT_SYMBOL vmlinux 0x54b1fac6 __ubsan_handle_load_invalid_value +EXPORT_SYMBOL vmlinux 0x54b23e67 sg_pcopy_to_buffer +EXPORT_SYMBOL vmlinux 0x54b9e118 dquot_reclaim_space_nodirty +EXPORT_SYMBOL vmlinux 0x54bb3313 tty_unthrottle +EXPORT_SYMBOL vmlinux 0x54cfacd5 __ctzdi2 +EXPORT_SYMBOL vmlinux 0x54d46d33 skb_copy_datagram_iter +EXPORT_SYMBOL vmlinux 0x54d8f1e0 sock_no_accept +EXPORT_SYMBOL vmlinux 0x54da7453 mfd_remove_devices_late +EXPORT_SYMBOL vmlinux 0x54e6fcdd net_enable_timestamp +EXPORT_SYMBOL vmlinux 0x54ea6dfe xen_start_flags +EXPORT_SYMBOL vmlinux 0x54f057df lease_get_mtime +EXPORT_SYMBOL vmlinux 0x5504736c xfrm4_protocol_deregister +EXPORT_SYMBOL vmlinux 0x5506b8f7 netlbl_bitmap_setbit +EXPORT_SYMBOL vmlinux 0x5508f28d bman_acquire +EXPORT_SYMBOL vmlinux 0x550b6f18 pci_ep_cfs_add_epf_group +EXPORT_SYMBOL vmlinux 0x551bd071 __rb_erase_color +EXPORT_SYMBOL vmlinux 0x552db3aa qman_query_cgr_congested +EXPORT_SYMBOL vmlinux 0x553e2f31 inet_csk_init_xmit_timers +EXPORT_SYMBOL vmlinux 0x5546eea9 vlan_dev_vlan_proto +EXPORT_SYMBOL vmlinux 0x554ae3a4 irq_poll_sched +EXPORT_SYMBOL vmlinux 0x55543418 mipi_dsi_picture_parameter_set +EXPORT_SYMBOL vmlinux 0x5564fed5 __blkdev_issue_discard +EXPORT_SYMBOL vmlinux 0x55827eae arp_xmit +EXPORT_SYMBOL vmlinux 0x558b281d aes_expandkey +EXPORT_SYMBOL vmlinux 0x559e653f of_graph_get_endpoint_by_regs +EXPORT_SYMBOL vmlinux 0x55a5e736 __netlink_kernel_create +EXPORT_SYMBOL vmlinux 0x55ae2fb7 inet_offloads +EXPORT_SYMBOL vmlinux 0x55b77917 key_invalidate +EXPORT_SYMBOL vmlinux 0x55c75114 bio_add_pc_page +EXPORT_SYMBOL vmlinux 0x55d9579c netdev_printk +EXPORT_SYMBOL vmlinux 0x55dc05d7 vfs_path_lookup +EXPORT_SYMBOL vmlinux 0x55e23f3a pci_bus_assign_resources +EXPORT_SYMBOL vmlinux 0x55e31703 ethtool_convert_link_mode_to_legacy_u32 +EXPORT_SYMBOL vmlinux 0x55e483fe skb_copy_and_csum_datagram_msg +EXPORT_SYMBOL vmlinux 0x55e98f75 bioset_init +EXPORT_SYMBOL vmlinux 0x55ed1351 rproc_add +EXPORT_SYMBOL vmlinux 0x55ee05d3 of_clk_get_by_name +EXPORT_SYMBOL vmlinux 0x56018075 uart_match_port +EXPORT_SYMBOL vmlinux 0x5609cf4a d_add +EXPORT_SYMBOL vmlinux 0x5614f48a qman_dqrr_get_ithresh +EXPORT_SYMBOL vmlinux 0x56315a60 framebuffer_release +EXPORT_SYMBOL vmlinux 0x5635a60a vmalloc_user +EXPORT_SYMBOL vmlinux 0x563b3ded tty_hangup +EXPORT_SYMBOL vmlinux 0x56470118 __warn_printk +EXPORT_SYMBOL vmlinux 0x564f7608 acpi_reconfig_notifier_register +EXPORT_SYMBOL vmlinux 0x567ac893 skb_headers_offset_update +EXPORT_SYMBOL vmlinux 0x56802ae8 rps_cpu_mask +EXPORT_SYMBOL vmlinux 0x568611d2 backlight_device_set_brightness +EXPORT_SYMBOL vmlinux 0x569f6351 __sk_receive_skb +EXPORT_SYMBOL vmlinux 0x569fe409 fwnode_irq_get +EXPORT_SYMBOL vmlinux 0x56ab9a78 input_mt_drop_unused +EXPORT_SYMBOL vmlinux 0x56b76af7 tty_chars_in_buffer +EXPORT_SYMBOL vmlinux 0x56c3db64 __tracepoint_kmalloc +EXPORT_SYMBOL vmlinux 0x56c4a520 simple_open +EXPORT_SYMBOL vmlinux 0x56c8799d scsi_kunmap_atomic_sg +EXPORT_SYMBOL vmlinux 0x56cf074b dev_set_mac_address +EXPORT_SYMBOL vmlinux 0x56f94df2 current_time +EXPORT_SYMBOL vmlinux 0x5711a845 flow_rule_match_eth_addrs +EXPORT_SYMBOL vmlinux 0x5712fa03 inode_init_always +EXPORT_SYMBOL vmlinux 0x5713fe65 pci_disable_msix +EXPORT_SYMBOL vmlinux 0x571703b8 __ps2_command +EXPORT_SYMBOL vmlinux 0x571e0c7d fs_param_is_s32 +EXPORT_SYMBOL vmlinux 0x57339584 netif_inherit_tso_max +EXPORT_SYMBOL vmlinux 0x57340826 inet_dev_addr_type +EXPORT_SYMBOL vmlinux 0x5738b76e netdev_notice +EXPORT_SYMBOL vmlinux 0x574c2e74 bitmap_release_region +EXPORT_SYMBOL vmlinux 0x57575f08 dmaengine_put +EXPORT_SYMBOL vmlinux 0x575fd2d6 fwnode_get_phy_id +EXPORT_SYMBOL vmlinux 0x57674fd7 __sw_hweight16 +EXPORT_SYMBOL vmlinux 0x576c660d key_put +EXPORT_SYMBOL vmlinux 0x57900416 gen_pool_fixed_alloc +EXPORT_SYMBOL vmlinux 0x5792f848 strlcpy +EXPORT_SYMBOL vmlinux 0x579942b5 page_pool_put_page_bulk +EXPORT_SYMBOL vmlinux 0x57b71622 kernel_recvmsg +EXPORT_SYMBOL vmlinux 0x57bc19d2 down_write +EXPORT_SYMBOL vmlinux 0x57db8fd6 utf8_normalize +EXPORT_SYMBOL vmlinux 0x57f38cdc qe_get_firmware_info +EXPORT_SYMBOL vmlinux 0x580cda3a touchscreen_parse_properties +EXPORT_SYMBOL vmlinux 0x5818fe3c posix_acl_from_mode +EXPORT_SYMBOL vmlinux 0x581f98da zlib_inflate +EXPORT_SYMBOL vmlinux 0x5824060e bio_integrity_trim +EXPORT_SYMBOL vmlinux 0x582606eb xudma_rflow_put +EXPORT_SYMBOL vmlinux 0x582b6275 xfrm_if_unregister_cb +EXPORT_SYMBOL vmlinux 0x58376628 iterate_dir +EXPORT_SYMBOL vmlinux 0x5838f6c9 rtc_valid_tm +EXPORT_SYMBOL vmlinux 0x58399d8f sk_stream_wait_connect +EXPORT_SYMBOL vmlinux 0x583d3e1f dcb_ieee_delapp +EXPORT_SYMBOL vmlinux 0x58418a24 xp_dma_map +EXPORT_SYMBOL vmlinux 0x584c7d0a skb_tunnel_check_pmtu +EXPORT_SYMBOL vmlinux 0x584fab38 tcp_sendmsg +EXPORT_SYMBOL vmlinux 0x5854e854 devm_pci_alloc_host_bridge +EXPORT_SYMBOL vmlinux 0x585ae877 nmi_panic +EXPORT_SYMBOL vmlinux 0x587b0954 kvasprintf +EXPORT_SYMBOL vmlinux 0x587b892e qe_get_num_of_risc +EXPORT_SYMBOL vmlinux 0x587f22d7 devmap_managed_key +EXPORT_SYMBOL vmlinux 0x589387f1 genl_unregister_family +EXPORT_SYMBOL vmlinux 0x5897a680 __find_nth_and_andnot_bit +EXPORT_SYMBOL vmlinux 0x589e6a45 genphy_config_eee_advert +EXPORT_SYMBOL vmlinux 0x58a1b6de tty_unlock +EXPORT_SYMBOL vmlinux 0x58acf24b mdiobus_register_board_info +EXPORT_SYMBOL vmlinux 0x58b2b4f7 ps2_handle_response +EXPORT_SYMBOL vmlinux 0x58b4645c dev_close_many +EXPORT_SYMBOL vmlinux 0x58b73bc7 match_wildcard +EXPORT_SYMBOL vmlinux 0x58d1c69d seq_dentry +EXPORT_SYMBOL vmlinux 0x58de1b34 blk_stack_limits +EXPORT_SYMBOL vmlinux 0x58e3306d bit_wait_io +EXPORT_SYMBOL vmlinux 0x591c8e4e serio_reconnect +EXPORT_SYMBOL vmlinux 0x59324897 mipi_dsi_dcs_read +EXPORT_SYMBOL vmlinux 0x5934b5a9 qman_destroy_fq +EXPORT_SYMBOL vmlinux 0x593c5e6c netif_tx_unlock +EXPORT_SYMBOL vmlinux 0x594a4255 vme_slot_num +EXPORT_SYMBOL vmlinux 0x595d8002 hdmi_infoframe_pack +EXPORT_SYMBOL vmlinux 0x59602396 unregister_nexthop_notifier +EXPORT_SYMBOL vmlinux 0x59682e46 pci_choose_state +EXPORT_SYMBOL vmlinux 0x596d62b9 pci_irq_get_affinity +EXPORT_SYMBOL vmlinux 0x59774a1f rproc_resource_cleanup +EXPORT_SYMBOL vmlinux 0x597bb82f ip4_datagram_connect +EXPORT_SYMBOL vmlinux 0x59819e55 netdev_core_stats_alloc +EXPORT_SYMBOL vmlinux 0x59852ac2 fuse_dequeue_forget +EXPORT_SYMBOL vmlinux 0x599b4888 qe_setbrg +EXPORT_SYMBOL vmlinux 0x599fb41c kvmalloc_node +EXPORT_SYMBOL vmlinux 0x59a2f0ee packing +EXPORT_SYMBOL vmlinux 0x59b4972d unregister_filesystem +EXPORT_SYMBOL vmlinux 0x59b4ac3e tcp_memory_allocated +EXPORT_SYMBOL vmlinux 0x59d90973 pci_pme_capable +EXPORT_SYMBOL vmlinux 0x59da80ef pci_set_master +EXPORT_SYMBOL vmlinux 0x59e1627d kmem_cache_free +EXPORT_SYMBOL vmlinux 0x5a0b0cbd path_is_mountpoint +EXPORT_SYMBOL vmlinux 0x5a0b73d0 zlib_deflateInit2 +EXPORT_SYMBOL vmlinux 0x5a290250 hdmi_drm_infoframe_pack_only +EXPORT_SYMBOL vmlinux 0x5a2f95c7 tcf_action_exec +EXPORT_SYMBOL vmlinux 0x5a44f8cb __crypto_memneq +EXPORT_SYMBOL vmlinux 0x5a45fdef ip_sock_set_mtu_discover +EXPORT_SYMBOL vmlinux 0x5a4d313e gf128mul_4k_lle +EXPORT_SYMBOL vmlinux 0x5a60559a vme_unregister_driver +EXPORT_SYMBOL vmlinux 0x5a60b950 qm_channel_pool1 +EXPORT_SYMBOL vmlinux 0x5a6afcd3 netdev_master_upper_dev_link +EXPORT_SYMBOL vmlinux 0x5a8b8008 tcf_get_next_proto +EXPORT_SYMBOL vmlinux 0x5a8c142b put_cmsg_scm_timestamping64 +EXPORT_SYMBOL vmlinux 0x5a921311 strncmp +EXPORT_SYMBOL vmlinux 0x5a9468b1 kfree_skb_partial +EXPORT_SYMBOL vmlinux 0x5a99a0d7 flow_get_u32_dst +EXPORT_SYMBOL vmlinux 0x5a9f1d63 memmove +EXPORT_SYMBOL vmlinux 0x5aa244b2 neigh_for_each +EXPORT_SYMBOL vmlinux 0x5ab81b34 netdev_update_features +EXPORT_SYMBOL vmlinux 0x5ad71575 mark_page_accessed +EXPORT_SYMBOL vmlinux 0x5add62d7 security_unix_stream_connect +EXPORT_SYMBOL vmlinux 0x5ae1154b __traceiter_kfree +EXPORT_SYMBOL vmlinux 0x5b08b4c0 inode_io_list_del +EXPORT_SYMBOL vmlinux 0x5b119527 of_get_next_available_child +EXPORT_SYMBOL vmlinux 0x5b1d6cc7 max8925_reg_write +EXPORT_SYMBOL vmlinux 0x5b2f27fb do_wait_intr +EXPORT_SYMBOL vmlinux 0x5b31a04b ptp_schedule_worker +EXPORT_SYMBOL vmlinux 0x5b3e282f xa_store +EXPORT_SYMBOL vmlinux 0x5b4aba73 pci_fixup_cardbus +EXPORT_SYMBOL vmlinux 0x5b54903b qcom_scm_pas_mem_setup +EXPORT_SYMBOL vmlinux 0x5b5662d3 update_devfreq +EXPORT_SYMBOL vmlinux 0x5b56860c vm_munmap +EXPORT_SYMBOL vmlinux 0x5b5aacf1 put_watch_queue +EXPORT_SYMBOL vmlinux 0x5b6c7221 get_vm_area +EXPORT_SYMBOL vmlinux 0x5b85b5bb pci_write_vpd_any +EXPORT_SYMBOL vmlinux 0x5b880d1e prepare_to_swait_exclusive +EXPORT_SYMBOL vmlinux 0x5b898199 pagevec_lookup_range_tag +EXPORT_SYMBOL vmlinux 0x5ba1b60a phy_aneg_done +EXPORT_SYMBOL vmlinux 0x5bbb2238 done_path_create +EXPORT_SYMBOL vmlinux 0x5bc09c78 nvdimm_bus_unlock +EXPORT_SYMBOL vmlinux 0x5bcea5f1 sgl_free_n_order +EXPORT_SYMBOL vmlinux 0x5bd4ff88 flow_action_cookie_create +EXPORT_SYMBOL vmlinux 0x5bd5b272 phy_modify_paged_changed +EXPORT_SYMBOL vmlinux 0x5bdb7603 sock_copy_user_timeval +EXPORT_SYMBOL vmlinux 0x5be2cd0f proc_mkdir +EXPORT_SYMBOL vmlinux 0x5be63c5b crc32c_csum_stub +EXPORT_SYMBOL vmlinux 0x5be66611 do_splice_direct +EXPORT_SYMBOL vmlinux 0x5c097328 xfrm_state_insert +EXPORT_SYMBOL vmlinux 0x5c0cc0b0 pci_scan_bus +EXPORT_SYMBOL vmlinux 0x5c213ec9 tcp_v4_mtu_reduced +EXPORT_SYMBOL vmlinux 0x5c25ddaf tegra_ahb_enable_smmu +EXPORT_SYMBOL vmlinux 0x5c26a53b wait_for_completion_io_timeout +EXPORT_SYMBOL vmlinux 0x5c3c7387 kstrtoull +EXPORT_SYMBOL vmlinux 0x5c3e615f mdio_device_free +EXPORT_SYMBOL vmlinux 0x5c43b254 seq_hex_dump +EXPORT_SYMBOL vmlinux 0x5c4c174a of_find_i2c_device_by_node +EXPORT_SYMBOL vmlinux 0x5c9b5f3c phy_register_fixup_for_id +EXPORT_SYMBOL vmlinux 0x5ca44d67 adjust_managed_page_count +EXPORT_SYMBOL vmlinux 0x5cb27f75 config_item_put +EXPORT_SYMBOL vmlinux 0x5cd06b22 blk_queue_max_write_zeroes_sectors +EXPORT_SYMBOL vmlinux 0x5cec1881 neigh_parms_alloc +EXPORT_SYMBOL vmlinux 0x5cee758a qdisc_tree_reduce_backlog +EXPORT_SYMBOL vmlinux 0x5cf19c84 inode_update_time +EXPORT_SYMBOL vmlinux 0x5cf53ce2 input_free_minor +EXPORT_SYMBOL vmlinux 0x5cf7fd20 thaw_bdev +EXPORT_SYMBOL vmlinux 0x5cfb26a0 acpi_enter_sleep_state +EXPORT_SYMBOL vmlinux 0x5d000436 netdev_offload_xstats_enable +EXPORT_SYMBOL vmlinux 0x5d047dfa mptcp_subflow_reqsk_alloc +EXPORT_SYMBOL vmlinux 0x5d112304 __memcpy_fromio +EXPORT_SYMBOL vmlinux 0x5d487cd4 qman_get_qm_portal_config +EXPORT_SYMBOL vmlinux 0x5d49aabc init_wait_var_entry +EXPORT_SYMBOL vmlinux 0x5d49f2a8 security_socket_socketpair +EXPORT_SYMBOL vmlinux 0x5d62fadb skb_flow_dissect_hash +EXPORT_SYMBOL vmlinux 0x5d6e79d0 do_clone_file_range +EXPORT_SYMBOL vmlinux 0x5d7c26e3 netlink_broadcast +EXPORT_SYMBOL vmlinux 0x5d7e9ef7 tcp_splice_read +EXPORT_SYMBOL vmlinux 0x5d90ac5a __module_get +EXPORT_SYMBOL vmlinux 0x5d95fbb8 tegra_dfll_register +EXPORT_SYMBOL vmlinux 0x5da976f0 ipmi_platform_add +EXPORT_SYMBOL vmlinux 0x5dac4cd6 qman_dqrr_set_ithresh +EXPORT_SYMBOL vmlinux 0x5daccf3e mmc_set_data_timeout +EXPORT_SYMBOL vmlinux 0x5dae27d3 file_ns_capable +EXPORT_SYMBOL vmlinux 0x5dc0cf65 of_find_i2c_adapter_by_node +EXPORT_SYMBOL vmlinux 0x5dc4e9a0 sk_alloc +EXPORT_SYMBOL vmlinux 0x5dc52268 task_work_add +EXPORT_SYMBOL vmlinux 0x5dcc60be of_count_phandle_with_args +EXPORT_SYMBOL vmlinux 0x5dda54b5 cros_ec_check_result +EXPORT_SYMBOL vmlinux 0x5de13429 scsi_block_when_processing_errors +EXPORT_SYMBOL vmlinux 0x5de1ca0f tcf_exts_validate +EXPORT_SYMBOL vmlinux 0x5decf940 is_nd_dax +EXPORT_SYMBOL vmlinux 0x5df59a78 may_umount_tree +EXPORT_SYMBOL vmlinux 0x5e06bc5c refcount_dec_and_lock +EXPORT_SYMBOL vmlinux 0x5e071d33 __mmap_lock_do_trace_acquire_returned +EXPORT_SYMBOL vmlinux 0x5e0ccb9f sha1_transform +EXPORT_SYMBOL vmlinux 0x5e221a7a dcb_getapp +EXPORT_SYMBOL vmlinux 0x5e3240a0 __cpu_online_mask +EXPORT_SYMBOL vmlinux 0x5e332b52 __var_waitqueue +EXPORT_SYMBOL vmlinux 0x5e373fb4 gf128mul_64k_bbe +EXPORT_SYMBOL vmlinux 0x5e425ddf vfs_statfs +EXPORT_SYMBOL vmlinux 0x5e45333a crypto_sha512_finup +EXPORT_SYMBOL vmlinux 0x5e602e21 vlan_dev_real_dev +EXPORT_SYMBOL vmlinux 0x5e6f91f9 tegra_powergate_remove_clamping +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 0x5ec4aee6 put_sg_io_hdr +EXPORT_SYMBOL vmlinux 0x5ed040b0 pm_set_vt_switch +EXPORT_SYMBOL vmlinux 0x5ed32e05 devm_arch_io_reserve_memtype_wc +EXPORT_SYMBOL vmlinux 0x5ed90adc int_to_scsilun +EXPORT_SYMBOL vmlinux 0x5ef6a672 gen_pool_for_each_chunk +EXPORT_SYMBOL vmlinux 0x5ef6a768 of_find_property +EXPORT_SYMBOL vmlinux 0x5efa420c task_lookup_next_fd_rcu +EXPORT_SYMBOL vmlinux 0x5efdd68b __tracepoint_mmap_lock_released +EXPORT_SYMBOL vmlinux 0x5efde8e6 proc_doulongvec_ms_jiffies_minmax +EXPORT_SYMBOL vmlinux 0x5eff0c0d xp_raw_get_data +EXPORT_SYMBOL vmlinux 0x5f098b2a in6addr_interfacelocal_allrouters +EXPORT_SYMBOL vmlinux 0x5f2791f5 dma_fence_chain_init +EXPORT_SYMBOL vmlinux 0x5f2ba55e security_req_classify_flow +EXPORT_SYMBOL vmlinux 0x5f30e7a7 tegra_io_pad_power_disable +EXPORT_SYMBOL vmlinux 0x5f3d5b4b dcb_setapp +EXPORT_SYMBOL vmlinux 0x5f5441c8 __ubsan_handle_alignment_assumption +EXPORT_SYMBOL vmlinux 0x5f629088 tcp_syn_ack_timeout +EXPORT_SYMBOL vmlinux 0x5f6b889c rproc_va_to_pa +EXPORT_SYMBOL vmlinux 0x5f89987b f_setown +EXPORT_SYMBOL vmlinux 0x5f93525c acpi_extract_package +EXPORT_SYMBOL vmlinux 0x5fa03003 inet_csk_delete_keepalive_timer +EXPORT_SYMBOL vmlinux 0x5fad3b5d imx_scu_enable_general_irq_channel +EXPORT_SYMBOL vmlinux 0x5fc72f0e alloc_pages_exact +EXPORT_SYMBOL vmlinux 0x5fe68e9a pci_release_selected_regions +EXPORT_SYMBOL vmlinux 0x5fed178c meson_sm_call +EXPORT_SYMBOL vmlinux 0x5ff1e572 neigh_lookup +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 0x601b0ae5 rproc_alloc +EXPORT_SYMBOL vmlinux 0x601f665f dm_io_client_create +EXPORT_SYMBOL vmlinux 0x60352082 register_inet6addr_notifier +EXPORT_SYMBOL vmlinux 0x603b9b08 dst_dev_put +EXPORT_SYMBOL vmlinux 0x60494771 security_inode_listsecurity +EXPORT_SYMBOL vmlinux 0x605790dc fiemap_fill_next_extent +EXPORT_SYMBOL vmlinux 0x605dafad filemap_fault +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 0x609ca10a genphy_handle_interrupt_no_ack +EXPORT_SYMBOL vmlinux 0x609f1c7e synchronize_net +EXPORT_SYMBOL vmlinux 0x60a76e7b inode_add_bytes +EXPORT_SYMBOL vmlinux 0x60aaeb4b qman_p_irqsource_add +EXPORT_SYMBOL vmlinux 0x60b03232 devfreq_get_freq_range +EXPORT_SYMBOL vmlinux 0x60b3071f neigh_proc_dointvec +EXPORT_SYMBOL vmlinux 0x60c693df iov_iter_gap_alignment +EXPORT_SYMBOL vmlinux 0x60cb0f59 nvdimm_namespace_disk_name +EXPORT_SYMBOL vmlinux 0x60d2c9bf blk_queue_flag_set +EXPORT_SYMBOL vmlinux 0x60d8ab30 vme_lm_get +EXPORT_SYMBOL vmlinux 0x60ddba61 inet_csk_reset_keepalive_timer +EXPORT_SYMBOL vmlinux 0x61073e4a acpi_os_map_generic_address +EXPORT_SYMBOL vmlinux 0x6114f264 md_update_sb +EXPORT_SYMBOL vmlinux 0x611812b4 nvdimm_namespace_common_probe +EXPORT_SYMBOL vmlinux 0x61204dd0 ps2_sliced_command +EXPORT_SYMBOL vmlinux 0x612339ec is_subdir +EXPORT_SYMBOL vmlinux 0x6128b5fc __printk_ratelimit +EXPORT_SYMBOL vmlinux 0x61347034 mb_cache_entry_delete_or_get +EXPORT_SYMBOL vmlinux 0x6136a67d generic_delete_inode +EXPORT_SYMBOL vmlinux 0x614255a3 gpiochip_irq_relres +EXPORT_SYMBOL vmlinux 0x615911d7 __bitmap_set +EXPORT_SYMBOL vmlinux 0x616a7017 tegra_dfll_resume +EXPORT_SYMBOL vmlinux 0x617c452b queued_read_lock_slowpath +EXPORT_SYMBOL vmlinux 0x61806373 param_set_invbool +EXPORT_SYMBOL vmlinux 0x6185b747 radix_tree_gang_lookup_tag +EXPORT_SYMBOL vmlinux 0x618911fc numa_node +EXPORT_SYMBOL vmlinux 0x618ff199 dst_init +EXPORT_SYMBOL vmlinux 0x619cb7dd simple_read_from_buffer +EXPORT_SYMBOL vmlinux 0x61adf699 skb_queue_head +EXPORT_SYMBOL vmlinux 0x61b7b126 simple_strtoull +EXPORT_SYMBOL vmlinux 0x61b9a11a vfs_iocb_iter_write +EXPORT_SYMBOL vmlinux 0x61bdea3f take_dentry_name_snapshot +EXPORT_SYMBOL vmlinux 0x61c5f516 send_sig +EXPORT_SYMBOL vmlinux 0x61c765a4 vme_init_bridge +EXPORT_SYMBOL vmlinux 0x61cc3bdb skb_ext_add +EXPORT_SYMBOL vmlinux 0x61d72a37 pcie_print_link_status +EXPORT_SYMBOL vmlinux 0x61e272c9 sha256_final +EXPORT_SYMBOL vmlinux 0x61e43284 xfrm_state_flush +EXPORT_SYMBOL vmlinux 0x61ea189b fb_pad_aligned_buffer +EXPORT_SYMBOL vmlinux 0x61f03620 netdev_name_in_use +EXPORT_SYMBOL vmlinux 0x61f405f0 component_match_add_typed +EXPORT_SYMBOL vmlinux 0x620ea0f0 dev_mc_add_excl +EXPORT_SYMBOL vmlinux 0x6210c797 blk_set_runtime_active +EXPORT_SYMBOL vmlinux 0x6214154a skb_free_datagram +EXPORT_SYMBOL vmlinux 0x6214aef2 cpufreq_unregister_notifier +EXPORT_SYMBOL vmlinux 0x6228c21f smp_call_function_single +EXPORT_SYMBOL vmlinux 0x6244674b nf_register_queue_handler +EXPORT_SYMBOL vmlinux 0x624921cd xfrm_state_walk +EXPORT_SYMBOL vmlinux 0x6251b819 mmc_cqe_start_req +EXPORT_SYMBOL vmlinux 0x6252b91b input_mt_report_finger_count +EXPORT_SYMBOL vmlinux 0x62583557 ip_mc_inc_group +EXPORT_SYMBOL vmlinux 0x625b4bc2 devfreq_recommended_opp +EXPORT_SYMBOL vmlinux 0x62737e1d sock_unregister +EXPORT_SYMBOL vmlinux 0x6276af56 migrate_device_range +EXPORT_SYMBOL vmlinux 0x6276de27 of_phy_get_and_connect +EXPORT_SYMBOL vmlinux 0x6279a042 scsi_is_sdev_device +EXPORT_SYMBOL vmlinux 0x62849ac7 dev_valid_name +EXPORT_SYMBOL vmlinux 0x628a8b08 __mmc_claim_host +EXPORT_SYMBOL vmlinux 0x629079b3 dma_fence_signal_timestamp +EXPORT_SYMBOL vmlinux 0x6291ccf6 blk_dump_rq_flags +EXPORT_SYMBOL vmlinux 0x62949074 acpi_buffer_to_resource +EXPORT_SYMBOL vmlinux 0x62cc4a3c tty_unregister_ldisc +EXPORT_SYMBOL vmlinux 0x62d96443 qman_dma_portal +EXPORT_SYMBOL vmlinux 0x62db1713 devm_devfreq_register_notifier +EXPORT_SYMBOL vmlinux 0x62f7e207 down_read_killable +EXPORT_SYMBOL vmlinux 0x62fe3060 __xfrm_init_state +EXPORT_SYMBOL vmlinux 0x630b130c bio_kmalloc +EXPORT_SYMBOL vmlinux 0x63152bd1 pci_prepare_to_sleep +EXPORT_SYMBOL vmlinux 0x6315c42c zstd_get_params +EXPORT_SYMBOL vmlinux 0x631d06aa cpu_rmap_put +EXPORT_SYMBOL vmlinux 0x631f8623 register_qdisc +EXPORT_SYMBOL vmlinux 0x634fa2f9 serio_bus +EXPORT_SYMBOL vmlinux 0x635c7ab8 rdmacg_try_charge +EXPORT_SYMBOL vmlinux 0x635dacec submit_bio +EXPORT_SYMBOL vmlinux 0x639876c5 clean_bdev_aliases +EXPORT_SYMBOL vmlinux 0x63a58370 flow_action_cookie_destroy +EXPORT_SYMBOL vmlinux 0x63a7c28c bitmap_find_free_region +EXPORT_SYMBOL vmlinux 0x63ad04a6 tcp_close +EXPORT_SYMBOL vmlinux 0x63ad0767 fixed_size_llseek +EXPORT_SYMBOL vmlinux 0x63bc8f01 dev_mc_add +EXPORT_SYMBOL vmlinux 0x63c7bc9e kernel_param_unlock +EXPORT_SYMBOL vmlinux 0x63cb6378 from_kgid +EXPORT_SYMBOL vmlinux 0x63ea5bbe xfrm6_rcv_encap +EXPORT_SYMBOL vmlinux 0x63eb0918 pci_clear_master +EXPORT_SYMBOL vmlinux 0x63eb9355 panic_blink +EXPORT_SYMBOL vmlinux 0x64127b67 bitmap_find_next_zero_area_off +EXPORT_SYMBOL vmlinux 0x641380af of_n_addr_cells +EXPORT_SYMBOL vmlinux 0x642eb5c6 xen_poll_irq_timeout +EXPORT_SYMBOL vmlinux 0x64326000 fman_port_bind +EXPORT_SYMBOL vmlinux 0x6436cdf0 get_watch_queue +EXPORT_SYMBOL vmlinux 0x643f3068 __tracepoint_spi_transfer_stop +EXPORT_SYMBOL vmlinux 0x644be12c qman_affine_cpus +EXPORT_SYMBOL vmlinux 0x6455298a security_xfrm_policy_free +EXPORT_SYMBOL vmlinux 0x64591015 seq_puts +EXPORT_SYMBOL vmlinux 0x6465a144 __inet_stream_connect +EXPORT_SYMBOL vmlinux 0x6481ffe0 hsiphash_1u32 +EXPORT_SYMBOL vmlinux 0x648eb59d gc_inflight_list +EXPORT_SYMBOL vmlinux 0x649897ba set_page_writeback +EXPORT_SYMBOL vmlinux 0x649ac219 seg6_hmac_info_add +EXPORT_SYMBOL vmlinux 0x649f0845 mipi_dsi_dcs_set_column_address +EXPORT_SYMBOL vmlinux 0x64a9c928 default_blu +EXPORT_SYMBOL vmlinux 0x64ae8083 give_up_console +EXPORT_SYMBOL vmlinux 0x64bbc288 string_unescape +EXPORT_SYMBOL vmlinux 0x64bffa76 unregister_mii_tstamp_controller +EXPORT_SYMBOL vmlinux 0x64c43f8e iommu_dma_get_resv_regions +EXPORT_SYMBOL vmlinux 0x64c6caf2 sock_wmalloc +EXPORT_SYMBOL vmlinux 0x64ced352 genphy_c37_config_aneg +EXPORT_SYMBOL vmlinux 0x64db7b86 remap_pfn_range +EXPORT_SYMBOL vmlinux 0x64de7691 devfreq_monitor_start +EXPORT_SYMBOL vmlinux 0x64f45a5f filp_close +EXPORT_SYMBOL vmlinux 0x64fab58a serio_close +EXPORT_SYMBOL vmlinux 0x6513a3fa fb_get_color_depth +EXPORT_SYMBOL vmlinux 0x6514c1e6 flow_get_u32_src +EXPORT_SYMBOL vmlinux 0x6515f8a3 generic_file_readonly_mmap +EXPORT_SYMBOL vmlinux 0x651a4139 test_taint +EXPORT_SYMBOL vmlinux 0x652032cb mac_pton +EXPORT_SYMBOL vmlinux 0x652ce9aa nla_memcmp +EXPORT_SYMBOL vmlinux 0x65408378 zlib_inflate_blob +EXPORT_SYMBOL vmlinux 0x654449c3 memset16 +EXPORT_SYMBOL vmlinux 0x6551343c vfs_fsync +EXPORT_SYMBOL vmlinux 0x656c1a0e string_escape_mem +EXPORT_SYMBOL vmlinux 0x656e4a6e snprintf +EXPORT_SYMBOL vmlinux 0x657a1ce0 tcp_inbound_md5_hash +EXPORT_SYMBOL vmlinux 0x657b0620 input_free_device +EXPORT_SYMBOL vmlinux 0x657df332 fs_param_is_fd +EXPORT_SYMBOL vmlinux 0x658ce1a8 xxh64_reset +EXPORT_SYMBOL vmlinux 0x65929cae ns_to_timespec64 +EXPORT_SYMBOL vmlinux 0x659ded26 xfrm_flush_gc +EXPORT_SYMBOL vmlinux 0x65ba735b __stack_chk_fail +EXPORT_SYMBOL vmlinux 0x65cf064c sock_create +EXPORT_SYMBOL vmlinux 0x65d1bab2 acpi_bios_warning +EXPORT_SYMBOL vmlinux 0x65d5668f d_instantiate_new +EXPORT_SYMBOL vmlinux 0x65d9e877 cpufreq_register_notifier +EXPORT_SYMBOL vmlinux 0x65da0e7b kernel_sendmsg +EXPORT_SYMBOL vmlinux 0x65dccf13 xz_dec_end +EXPORT_SYMBOL vmlinux 0x65e0d6d7 memory_read_from_buffer +EXPORT_SYMBOL vmlinux 0x6612f7e6 security_sb_set_mnt_opts +EXPORT_SYMBOL vmlinux 0x6626afca down +EXPORT_SYMBOL vmlinux 0x663b325e from_kuid_munged +EXPORT_SYMBOL vmlinux 0x664b1e29 qman_delete_cgr +EXPORT_SYMBOL vmlinux 0x665e2513 zstd_max_clevel +EXPORT_SYMBOL vmlinux 0x66628bf3 ip_tunnel_metadata_cnt +EXPORT_SYMBOL vmlinux 0x666863dc par_io_config_pin +EXPORT_SYMBOL vmlinux 0x6673f96d xxh32_reset +EXPORT_SYMBOL vmlinux 0x66826f5a xudma_get_ringacc +EXPORT_SYMBOL vmlinux 0x668b19a1 down_read +EXPORT_SYMBOL vmlinux 0x669c191b dm_consume_args +EXPORT_SYMBOL vmlinux 0x66af1fd1 lockref_put_or_lock +EXPORT_SYMBOL vmlinux 0x66b4cc41 kmemdup +EXPORT_SYMBOL vmlinux 0x66c6d686 inet_protos +EXPORT_SYMBOL vmlinux 0x66d1e147 pci_add_new_bus +EXPORT_SYMBOL vmlinux 0x66e007b1 netpoll_parse_options +EXPORT_SYMBOL vmlinux 0x66eafc8c __devm_request_region +EXPORT_SYMBOL vmlinux 0x66f9fa9c filemap_fdatawait_keep_errors +EXPORT_SYMBOL vmlinux 0x67100c8c iput +EXPORT_SYMBOL vmlinux 0x672e1b6c __destroy_inode +EXPORT_SYMBOL vmlinux 0x67412d2f ucc_slow_enable +EXPORT_SYMBOL vmlinux 0x674305b5 i2c_smbus_xfer +EXPORT_SYMBOL vmlinux 0x6749d53f hdmi_vendor_infoframe_init +EXPORT_SYMBOL vmlinux 0x67850077 flow_block_cb_alloc +EXPORT_SYMBOL vmlinux 0x678b96ec dma_pool_alloc +EXPORT_SYMBOL vmlinux 0x679756a9 ipv6_select_ident +EXPORT_SYMBOL vmlinux 0x67983e6f truncate_setsize +EXPORT_SYMBOL vmlinux 0x679895f6 __lock_buffer +EXPORT_SYMBOL vmlinux 0x67a819b3 tcp_seq_start +EXPORT_SYMBOL vmlinux 0x67b27ec1 tty_std_termios +EXPORT_SYMBOL vmlinux 0x67b78eb3 seq_hlist_next_rcu +EXPORT_SYMBOL vmlinux 0x67ba8bb2 seq_file_path +EXPORT_SYMBOL vmlinux 0x67c13ea0 acpi_read +EXPORT_SYMBOL vmlinux 0x67c6868f kernel_getpeername +EXPORT_SYMBOL vmlinux 0x67d90af0 bio_split +EXPORT_SYMBOL vmlinux 0x67e0f62d md_handle_request +EXPORT_SYMBOL vmlinux 0x67e3d922 path_is_under +EXPORT_SYMBOL vmlinux 0x67fbb05e inet_frag_destroy +EXPORT_SYMBOL vmlinux 0x68018184 of_n_size_cells +EXPORT_SYMBOL vmlinux 0x6810486a prepare_kernel_cred +EXPORT_SYMBOL vmlinux 0x68138c38 neigh_carrier_down +EXPORT_SYMBOL vmlinux 0x6816339c of_find_node_with_property +EXPORT_SYMBOL vmlinux 0x6833edd9 security_binder_transfer_file +EXPORT_SYMBOL vmlinux 0x6863069b empty_aops +EXPORT_SYMBOL vmlinux 0x6872b01c cpufreq_generic_suspend +EXPORT_SYMBOL vmlinux 0x687b6a16 kdbgetsymval +EXPORT_SYMBOL vmlinux 0x68868c4c rtnl_notify +EXPORT_SYMBOL vmlinux 0x68a58bc4 unlock_new_inode +EXPORT_SYMBOL vmlinux 0x68ad5f1f xfrm_state_update +EXPORT_SYMBOL vmlinux 0x68c25a71 scsi_device_lookup_by_target +EXPORT_SYMBOL vmlinux 0x68c71338 sdev_enable_disk_events +EXPORT_SYMBOL vmlinux 0x68cadb11 ip_sock_set_recverr +EXPORT_SYMBOL vmlinux 0x68d5b794 vfs_clone_file_range +EXPORT_SYMBOL vmlinux 0x68f951bb mpage_readahead +EXPORT_SYMBOL vmlinux 0x68fb581a icst307_idx2s +EXPORT_SYMBOL vmlinux 0x6901e82b sg_miter_next +EXPORT_SYMBOL vmlinux 0x69049cd2 radix_tree_replace_slot +EXPORT_SYMBOL vmlinux 0x690fb43d set_user_nice +EXPORT_SYMBOL vmlinux 0x69367043 ip6_frag_next +EXPORT_SYMBOL vmlinux 0x693a7282 sg_miter_stop +EXPORT_SYMBOL vmlinux 0x6941b0a1 phy_ethtool_ksettings_set +EXPORT_SYMBOL vmlinux 0x69593716 dm_table_get_mode +EXPORT_SYMBOL vmlinux 0x6959ca52 genphy_read_mmd_unsupported +EXPORT_SYMBOL vmlinux 0x695c3fda key_type_keyring +EXPORT_SYMBOL vmlinux 0x69668826 netdev_increment_features +EXPORT_SYMBOL vmlinux 0x69684c2e phy_error +EXPORT_SYMBOL vmlinux 0x696a6c00 netdev_offload_xstats_push_delta +EXPORT_SYMBOL vmlinux 0x696edc7f folio_wait_bit_killable +EXPORT_SYMBOL vmlinux 0x6970ca8e skb_recv_datagram +EXPORT_SYMBOL vmlinux 0x6971447a rtc_month_days +EXPORT_SYMBOL vmlinux 0x6972e413 __bitmap_weight_and +EXPORT_SYMBOL vmlinux 0x697480f3 set_disk_ro +EXPORT_SYMBOL vmlinux 0x697e4960 inet_proto_csum_replace_by_diff +EXPORT_SYMBOL vmlinux 0x697ed5f0 memcpy_and_pad +EXPORT_SYMBOL vmlinux 0x699621dc md_bitmap_endwrite +EXPORT_SYMBOL vmlinux 0x699f3f53 netdev_notify_peers +EXPORT_SYMBOL vmlinux 0x69a6aaef rc5t583_ext_power_req_config +EXPORT_SYMBOL vmlinux 0x69b5ff27 pci_disable_link_state_locked +EXPORT_SYMBOL vmlinux 0x69c2912f input_mt_assign_slots +EXPORT_SYMBOL vmlinux 0x69cc146e nvdimm_namespace_locked +EXPORT_SYMBOL vmlinux 0x69d7a369 skb_csum_hwoffload_help +EXPORT_SYMBOL vmlinux 0x69dd3b5b crc32_le +EXPORT_SYMBOL vmlinux 0x69de8757 vme_check_window +EXPORT_SYMBOL vmlinux 0x69df0514 md_error +EXPORT_SYMBOL vmlinux 0x6a037cf1 mempool_kfree +EXPORT_SYMBOL vmlinux 0x6a25260b devm_alloc_etherdev_mqs +EXPORT_SYMBOL vmlinux 0x6a28f4c8 config_item_get +EXPORT_SYMBOL vmlinux 0x6a2af2a3 lookup_one_len_unlocked +EXPORT_SYMBOL vmlinux 0x6a3295f6 __sync_dirty_buffer +EXPORT_SYMBOL vmlinux 0x6a3766b2 qman_delete_cgr_safe +EXPORT_SYMBOL vmlinux 0x6a38c7f2 netif_set_real_num_queues +EXPORT_SYMBOL vmlinux 0x6a3b6a7d mdiobus_setup_mdiodev_from_board_info +EXPORT_SYMBOL vmlinux 0x6a3e75eb set_bh_page +EXPORT_SYMBOL vmlinux 0x6a449c4f register_sysctl_table +EXPORT_SYMBOL vmlinux 0x6a56e846 get_fs_type +EXPORT_SYMBOL vmlinux 0x6a5cb5ee __get_free_pages +EXPORT_SYMBOL vmlinux 0x6a5ecb18 unregister_module_notifier +EXPORT_SYMBOL vmlinux 0x6a5fa363 sigprocmask +EXPORT_SYMBOL vmlinux 0x6a5fdbeb tcp_mtu_to_mss +EXPORT_SYMBOL vmlinux 0x6a657971 key_payload_reserve +EXPORT_SYMBOL vmlinux 0x6a6e05bf kstrtou8 +EXPORT_SYMBOL vmlinux 0x6a71def5 scsi_remove_target +EXPORT_SYMBOL vmlinux 0x6a72af83 neigh_table_init +EXPORT_SYMBOL vmlinux 0x6a752a29 mipi_dsi_dcs_set_tear_scanline +EXPORT_SYMBOL vmlinux 0x6a7807e6 remove_arg_zero +EXPORT_SYMBOL vmlinux 0x6a8e4db4 generic_file_direct_write +EXPORT_SYMBOL vmlinux 0x6a90663a qman_schedule_fq +EXPORT_SYMBOL vmlinux 0x6a93142a validate_slab_cache +EXPORT_SYMBOL vmlinux 0x6aa6a7d4 d_obtain_root +EXPORT_SYMBOL vmlinux 0x6aac8e7f i2c_transfer_buffer_flags +EXPORT_SYMBOL vmlinux 0x6ab5da8c sockopt_release_sock +EXPORT_SYMBOL vmlinux 0x6abce5f2 dentry_open +EXPORT_SYMBOL vmlinux 0x6abd06fe security_old_inode_init_security +EXPORT_SYMBOL vmlinux 0x6add5c9a dmi_find_device +EXPORT_SYMBOL vmlinux 0x6adeba05 filemap_flush +EXPORT_SYMBOL vmlinux 0x6aeefac4 zlib_deflateReset +EXPORT_SYMBOL vmlinux 0x6b009224 vfs_unlink +EXPORT_SYMBOL vmlinux 0x6b079231 alt_cb_patch_nops +EXPORT_SYMBOL vmlinux 0x6b0e38b3 __post_watch_notification +EXPORT_SYMBOL vmlinux 0x6b27729b radix_tree_gang_lookup +EXPORT_SYMBOL vmlinux 0x6b2dc060 dump_stack +EXPORT_SYMBOL vmlinux 0x6b44550f secpath_set +EXPORT_SYMBOL vmlinux 0x6b4e5bad input_allocate_device +EXPORT_SYMBOL vmlinux 0x6b55acd0 rtnl_lock_killable +EXPORT_SYMBOL vmlinux 0x6b64efb7 blk_sync_queue +EXPORT_SYMBOL vmlinux 0x6b65a0d3 _dev_emerg +EXPORT_SYMBOL vmlinux 0x6b6c09c7 security_sb_clone_mnt_opts +EXPORT_SYMBOL vmlinux 0x6b7ac76a sk_page_frag_refill +EXPORT_SYMBOL vmlinux 0x6b853d06 ns_to_kernel_old_timeval +EXPORT_SYMBOL vmlinux 0x6b89e547 mipi_dsi_detach +EXPORT_SYMBOL vmlinux 0x6b8bf149 netif_receive_skb_list +EXPORT_SYMBOL vmlinux 0x6b918920 input_set_min_poll_interval +EXPORT_SYMBOL vmlinux 0x6ba4af1f memory_cgrp_subsys +EXPORT_SYMBOL vmlinux 0x6bb37ce3 inet_frag_queue_insert +EXPORT_SYMBOL vmlinux 0x6bc2e6cd find_inode_rcu +EXPORT_SYMBOL vmlinux 0x6bc3fbc0 __unregister_chrdev +EXPORT_SYMBOL vmlinux 0x6bc79622 migrate_vma_setup +EXPORT_SYMBOL vmlinux 0x6bd041c4 i2c_smbus_write_word_data +EXPORT_SYMBOL vmlinux 0x6bd0e573 down_interruptible +EXPORT_SYMBOL vmlinux 0x6bda0287 fwnode_phy_find_device +EXPORT_SYMBOL vmlinux 0x6be1c1f8 acpi_install_method +EXPORT_SYMBOL vmlinux 0x6bf181c1 __tracepoint_kmem_cache_free +EXPORT_SYMBOL vmlinux 0x6bf94a89 crypto_kdf108_setkey +EXPORT_SYMBOL vmlinux 0x6c05c163 genphy_read_status_fixed +EXPORT_SYMBOL vmlinux 0x6c224cda gen_pool_destroy +EXPORT_SYMBOL vmlinux 0x6c257ac0 tty_termios_hw_change +EXPORT_SYMBOL vmlinux 0x6c2b26ec iterate_fd +EXPORT_SYMBOL vmlinux 0x6c4ec241 sock_create_lite +EXPORT_SYMBOL vmlinux 0x6c61ce70 num_registered_fb +EXPORT_SYMBOL vmlinux 0x6c73ca37 pci_bus_alloc_resource +EXPORT_SYMBOL vmlinux 0x6c7a0323 __tracepoint_kmem_cache_alloc +EXPORT_SYMBOL vmlinux 0x6c8032ed truncate_inode_pages_range +EXPORT_SYMBOL vmlinux 0x6c99b247 forget_all_cached_acls +EXPORT_SYMBOL vmlinux 0x6cb46525 netlbl_catmap_walk +EXPORT_SYMBOL vmlinux 0x6cb58f6f dentry_path_raw +EXPORT_SYMBOL vmlinux 0x6cbbfc54 __arch_copy_to_user +EXPORT_SYMBOL vmlinux 0x6cd2d754 starget_for_each_device +EXPORT_SYMBOL vmlinux 0x6ce340a2 blk_mq_alloc_disk_for_queue +EXPORT_SYMBOL vmlinux 0x6ce857dd xfrm_spd_getinfo +EXPORT_SYMBOL vmlinux 0x6cf0d67d qe_get_num_of_snums +EXPORT_SYMBOL vmlinux 0x6cf61b37 flow_rule_match_ports +EXPORT_SYMBOL vmlinux 0x6d0a7fde devm_ioport_unmap +EXPORT_SYMBOL vmlinux 0x6d0f7a64 param_set_bint +EXPORT_SYMBOL vmlinux 0x6d16c104 mutex_lock_killable +EXPORT_SYMBOL vmlinux 0x6d294e43 clock_t_to_jiffies +EXPORT_SYMBOL vmlinux 0x6d2be3d6 tcf_chain_get_by_act +EXPORT_SYMBOL vmlinux 0x6d4192a7 eth_gro_complete +EXPORT_SYMBOL vmlinux 0x6d4a5b79 of_node_name_prefix +EXPORT_SYMBOL vmlinux 0x6d4e0639 iov_iter_single_seg_count +EXPORT_SYMBOL vmlinux 0x6d50e573 path_put +EXPORT_SYMBOL vmlinux 0x6d58a5bb xsk_tx_release +EXPORT_SYMBOL vmlinux 0x6d5f5b91 radix_tree_tagged +EXPORT_SYMBOL vmlinux 0x6d65e347 register_shrinker +EXPORT_SYMBOL vmlinux 0x6d73c95f logic_outw +EXPORT_SYMBOL vmlinux 0x6d7c7dcc bitmap_cut +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 0x6dcf857f uuid_null +EXPORT_SYMBOL vmlinux 0x6dd17e7b acpi_get_table_header +EXPORT_SYMBOL vmlinux 0x6df1aaf1 kernel_sigaction +EXPORT_SYMBOL vmlinux 0x6e072c97 cpu_hwcaps +EXPORT_SYMBOL vmlinux 0x6e09143f blk_mq_free_tag_set +EXPORT_SYMBOL vmlinux 0x6e18334b fqdir_init +EXPORT_SYMBOL vmlinux 0x6e5b8651 xz_dec_run +EXPORT_SYMBOL vmlinux 0x6e5f39f3 skb_add_rx_frag +EXPORT_SYMBOL vmlinux 0x6e720ff2 rtnl_unlock +EXPORT_SYMBOL vmlinux 0x6e75b20f generic_mii_ioctl +EXPORT_SYMBOL vmlinux 0x6e813d43 dquot_get_state +EXPORT_SYMBOL vmlinux 0x6e8a9977 pm_vt_switch_unregister +EXPORT_SYMBOL vmlinux 0x6e944dea register_md_personality +EXPORT_SYMBOL vmlinux 0x6e9dd606 __symbol_put +EXPORT_SYMBOL vmlinux 0x6ea9363b force_sig +EXPORT_SYMBOL vmlinux 0x6eb00c09 i2c_put_adapter +EXPORT_SYMBOL vmlinux 0x6ebbe06d submit_bio_noacct +EXPORT_SYMBOL vmlinux 0x6ed69340 skb_checksum_help +EXPORT_SYMBOL vmlinux 0x6eecfaf4 sg_copy_buffer +EXPORT_SYMBOL vmlinux 0x6eef5799 netdev_sk_get_lowest_dev +EXPORT_SYMBOL vmlinux 0x6ef657e7 kmalloc_trace +EXPORT_SYMBOL vmlinux 0x6ef879ca pci_pme_active +EXPORT_SYMBOL vmlinux 0x6ef94592 bpf_map_get +EXPORT_SYMBOL vmlinux 0x6f03b310 setattr_copy +EXPORT_SYMBOL vmlinux 0x6f147857 pci_read_vpd +EXPORT_SYMBOL vmlinux 0x6f14e9db console_list_lock +EXPORT_SYMBOL vmlinux 0x6f19145f pcie_get_speed_cap +EXPORT_SYMBOL vmlinux 0x6f2b14c6 ppp_register_channel +EXPORT_SYMBOL vmlinux 0x6f30d2c0 trace_event_printf +EXPORT_SYMBOL vmlinux 0x6f3f167b of_device_is_big_endian +EXPORT_SYMBOL vmlinux 0x6f41a428 acpi_get_vendor_resource +EXPORT_SYMBOL vmlinux 0x6f4a59e4 sort_r +EXPORT_SYMBOL vmlinux 0x6f569f6f touch_atime +EXPORT_SYMBOL vmlinux 0x6f5ab52f acpi_get_local_address +EXPORT_SYMBOL vmlinux 0x6f65c722 devfreq_monitor_stop +EXPORT_SYMBOL vmlinux 0x6f6980fc flush_dcache_folio +EXPORT_SYMBOL vmlinux 0x6f69ed88 __skb_wait_for_more_packets +EXPORT_SYMBOL vmlinux 0x6f72dbdc flow_rule_match_arp +EXPORT_SYMBOL vmlinux 0x6f8cb8f7 phy_start_aneg +EXPORT_SYMBOL vmlinux 0x6f915a45 dqstats +EXPORT_SYMBOL vmlinux 0x6fa8e376 __filemap_set_wb_err +EXPORT_SYMBOL vmlinux 0x6fb49676 queue_rcu_work +EXPORT_SYMBOL vmlinux 0x6fbc6a00 radix_tree_insert +EXPORT_SYMBOL vmlinux 0x6fc48021 dynamic_cond_resched +EXPORT_SYMBOL vmlinux 0x6fcb87a1 touch_softlockup_watchdog +EXPORT_SYMBOL vmlinux 0x6fe2a583 tty_unregister_driver +EXPORT_SYMBOL vmlinux 0x6fe9dba5 vfs_create +EXPORT_SYMBOL vmlinux 0x6fedbb59 crypto_sha512_update +EXPORT_SYMBOL vmlinux 0x6ff3a485 dynamic_might_resched +EXPORT_SYMBOL vmlinux 0x6ffe6cbf __scsi_print_sense +EXPORT_SYMBOL vmlinux 0x6fff1dce jbd2_journal_revoke +EXPORT_SYMBOL vmlinux 0x6fff261f __arch_clear_user +EXPORT_SYMBOL vmlinux 0x70002fe8 siphash_1u32 +EXPORT_SYMBOL vmlinux 0x700849d2 file_update_time +EXPORT_SYMBOL vmlinux 0x701a6b3e dst_alloc +EXPORT_SYMBOL vmlinux 0x701acebe nf_ip_checksum +EXPORT_SYMBOL vmlinux 0x7023bea8 unregister_acpi_notifier +EXPORT_SYMBOL vmlinux 0x702946da ucs2_strlen +EXPORT_SYMBOL vmlinux 0x702c0885 __netlink_dump_start +EXPORT_SYMBOL vmlinux 0x703307a8 vfs_rmdir +EXPORT_SYMBOL vmlinux 0x703fc1e4 phy_set_asym_pause +EXPORT_SYMBOL vmlinux 0x70481764 tty_wait_until_sent +EXPORT_SYMBOL vmlinux 0x7058152f netdev_lower_get_next_private_rcu +EXPORT_SYMBOL vmlinux 0x70648640 nf_getsockopt +EXPORT_SYMBOL vmlinux 0x707b19dc pci_remove_bus +EXPORT_SYMBOL vmlinux 0x707c232e pin_user_pages_unlocked +EXPORT_SYMBOL vmlinux 0x707ed33a md_integrity_register +EXPORT_SYMBOL vmlinux 0x707f6963 reuseport_migrate_sock +EXPORT_SYMBOL vmlinux 0x7085647d nd_btt_probe +EXPORT_SYMBOL vmlinux 0x70ad75fb radix_tree_lookup +EXPORT_SYMBOL vmlinux 0x70d1a18e qman_release_pool +EXPORT_SYMBOL vmlinux 0x70d9978a unregister_netdevice_queue +EXPORT_SYMBOL vmlinux 0x70df28b4 vme_register_error_handler +EXPORT_SYMBOL vmlinux 0x71022b11 ipv6_sock_mc_join +EXPORT_SYMBOL vmlinux 0x71132171 twl6040_get_pll +EXPORT_SYMBOL vmlinux 0x7115429b cdev_device_del +EXPORT_SYMBOL vmlinux 0x7118212e unregister_qdisc +EXPORT_SYMBOL vmlinux 0x7129e5f8 hex_asc +EXPORT_SYMBOL vmlinux 0x7141b88a logic_insb +EXPORT_SYMBOL vmlinux 0x714fa619 tcf_qevent_validate_change +EXPORT_SYMBOL vmlinux 0x71571bfd pci_bus_read_dev_vendor_id +EXPORT_SYMBOL vmlinux 0x715a5ed0 vprintk +EXPORT_SYMBOL vmlinux 0x716a56d8 ip_sock_set_pktinfo +EXPORT_SYMBOL vmlinux 0x716d4359 finalize_exec +EXPORT_SYMBOL vmlinux 0x7171121c overflowgid +EXPORT_SYMBOL vmlinux 0x7171f8bc blk_post_runtime_suspend +EXPORT_SYMBOL vmlinux 0x7178b285 acpi_device_set_power +EXPORT_SYMBOL vmlinux 0x719095b6 pci_bus_read_config_byte +EXPORT_SYMBOL vmlinux 0x719c43ef uart_remove_one_port +EXPORT_SYMBOL vmlinux 0x719d9bb5 mipi_dsi_attach +EXPORT_SYMBOL vmlinux 0x71a672ef dmam_pool_destroy +EXPORT_SYMBOL vmlinux 0x71cf0791 proc_create_seq_private +EXPORT_SYMBOL vmlinux 0x71dfc095 acpi_walk_resources +EXPORT_SYMBOL vmlinux 0x71e11104 sk_stream_error +EXPORT_SYMBOL vmlinux 0x720a27a7 __register_blkdev +EXPORT_SYMBOL vmlinux 0x721a6a1d mr_mfc_seq_next +EXPORT_SYMBOL vmlinux 0x723d518a inet_get_local_port_range +EXPORT_SYMBOL vmlinux 0x72507d95 __blk_alloc_disk +EXPORT_SYMBOL vmlinux 0x7264e8aa vma_alloc_folio +EXPORT_SYMBOL vmlinux 0x726bc3c7 wait_for_completion_killable_timeout +EXPORT_SYMBOL vmlinux 0x727553a1 fs_param_is_u32 +EXPORT_SYMBOL vmlinux 0x727a845b proc_create +EXPORT_SYMBOL vmlinux 0x727c359d tcf_action_dump_1 +EXPORT_SYMBOL vmlinux 0x72a50966 ucc_fast_disable +EXPORT_SYMBOL vmlinux 0x72b01a7b aperture_remove_conflicting_pci_devices +EXPORT_SYMBOL vmlinux 0x72b9d287 default_grn +EXPORT_SYMBOL vmlinux 0x72bb6699 __put_user_ns +EXPORT_SYMBOL vmlinux 0x72bbf712 __sock_cmsg_send +EXPORT_SYMBOL vmlinux 0x72c1b788 tty_name +EXPORT_SYMBOL vmlinux 0x72c1ec79 touchscreen_report_pos +EXPORT_SYMBOL vmlinux 0x72d07769 of_graph_get_port_parent +EXPORT_SYMBOL vmlinux 0x72ea7b2d scsi_device_type +EXPORT_SYMBOL vmlinux 0x72eb2dbe vfs_get_fsid +EXPORT_SYMBOL vmlinux 0x72f14ff7 acpi_get_object_info +EXPORT_SYMBOL vmlinux 0x72f49aa0 pci_claim_resource +EXPORT_SYMBOL vmlinux 0x7315a4e9 twl6030_mmc_card_detect_config +EXPORT_SYMBOL vmlinux 0x731c4a9c dma_fence_signal +EXPORT_SYMBOL vmlinux 0x731caf9a vme_bus_num +EXPORT_SYMBOL vmlinux 0x731dba7a xen_domain_type +EXPORT_SYMBOL vmlinux 0x73299734 netif_tx_wake_queue +EXPORT_SYMBOL vmlinux 0x732dd326 groups_free +EXPORT_SYMBOL vmlinux 0x73357e34 ptp_cancel_worker_sync +EXPORT_SYMBOL vmlinux 0x733a85af skb_vlan_push +EXPORT_SYMBOL vmlinux 0x7346a7a8 inet_frag_find +EXPORT_SYMBOL vmlinux 0x7354a975 blk_rq_count_integrity_sg +EXPORT_SYMBOL vmlinux 0x735e6a81 acpi_evaluate_integer +EXPORT_SYMBOL vmlinux 0x73632467 netdev_txq_to_tc +EXPORT_SYMBOL vmlinux 0x7367d644 phy_attach_direct +EXPORT_SYMBOL vmlinux 0x736cc692 nf_hook_slow +EXPORT_SYMBOL vmlinux 0x7378f2a6 inet6_bind +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 0x73ae749e udp_ioctl +EXPORT_SYMBOL vmlinux 0x73d2af6b generic_file_write_iter +EXPORT_SYMBOL vmlinux 0x7410aba2 strreplace +EXPORT_SYMBOL vmlinux 0x7412ed5b kvfree_sensitive +EXPORT_SYMBOL vmlinux 0x74149027 filemap_release_folio +EXPORT_SYMBOL vmlinux 0x741539db dev_disable_lro +EXPORT_SYMBOL vmlinux 0x742578a5 wait_for_random_bytes +EXPORT_SYMBOL vmlinux 0x7426a65c serial8250_do_pm +EXPORT_SYMBOL vmlinux 0x7426e6b5 init_special_inode +EXPORT_SYMBOL vmlinux 0x7429e20c kstrtos8 +EXPORT_SYMBOL vmlinux 0x743f4126 keygen_port_hashing_init +EXPORT_SYMBOL vmlinux 0x74443ce7 netdev_rx_csum_fault +EXPORT_SYMBOL vmlinux 0x744641d0 pm860x_reg_read +EXPORT_SYMBOL vmlinux 0x74490bff PageMovable +EXPORT_SYMBOL vmlinux 0x744ce551 tcp_sock_set_cork +EXPORT_SYMBOL vmlinux 0x744d36cb fd_install +EXPORT_SYMBOL vmlinux 0x7453a1df phy_read_paged +EXPORT_SYMBOL vmlinux 0x7453d3e8 security_release_secctx +EXPORT_SYMBOL vmlinux 0x745f79ac deactivate_super +EXPORT_SYMBOL vmlinux 0x746429ab phy_drivers_unregister +EXPORT_SYMBOL vmlinux 0x746abb3a vfs_fileattr_get +EXPORT_SYMBOL vmlinux 0x74754435 acpi_bus_generate_netlink_event +EXPORT_SYMBOL vmlinux 0x7482333a input_get_poll_interval +EXPORT_SYMBOL vmlinux 0x7483dc59 pci_dev_present +EXPORT_SYMBOL vmlinux 0x74ad076f cdrom_ioctl +EXPORT_SYMBOL vmlinux 0x74b60f14 vga_set_legacy_decoding +EXPORT_SYMBOL vmlinux 0x74b822ad vme_master_request +EXPORT_SYMBOL vmlinux 0x74b8e674 slhc_toss +EXPORT_SYMBOL vmlinux 0x74bbf7b7 mipi_dsi_dcs_write +EXPORT_SYMBOL vmlinux 0x74bc415c blk_mq_alloc_tag_set +EXPORT_SYMBOL vmlinux 0x74c134b9 __sw_hweight32 +EXPORT_SYMBOL vmlinux 0x74c89424 dma_async_device_register +EXPORT_SYMBOL vmlinux 0x74e5ff1a udpv6_encap_enable +EXPORT_SYMBOL vmlinux 0x752f094e __insert_inode_hash +EXPORT_SYMBOL vmlinux 0x753abfac skb_append +EXPORT_SYMBOL vmlinux 0x755b78c6 meson_sm_call_write +EXPORT_SYMBOL vmlinux 0x755f4ba3 blake2s_compress_generic +EXPORT_SYMBOL vmlinux 0x7571d505 blk_queue_update_dma_alignment +EXPORT_SYMBOL vmlinux 0x75871f5e acpi_get_next_object +EXPORT_SYMBOL vmlinux 0x75a27c81 phy_stop +EXPORT_SYMBOL vmlinux 0x75bda77a seq_hlist_next +EXPORT_SYMBOL vmlinux 0x75d0641f pcie_get_readrq +EXPORT_SYMBOL vmlinux 0x75d0deb9 nsecs_to_jiffies64 +EXPORT_SYMBOL vmlinux 0x75d499dd vmcore_add_device_dump +EXPORT_SYMBOL vmlinux 0x7607b5f2 napi_complete_done +EXPORT_SYMBOL vmlinux 0x760a0f4f yield +EXPORT_SYMBOL vmlinux 0x7618af39 hdmi_infoframe_check +EXPORT_SYMBOL vmlinux 0x76198b8c netdev_get_xmit_slave +EXPORT_SYMBOL vmlinux 0x761a0177 mmc_detect_change +EXPORT_SYMBOL vmlinux 0x7621f409 vm_insert_pages +EXPORT_SYMBOL vmlinux 0x7624249e dim_park_tired +EXPORT_SYMBOL vmlinux 0x7627dbff flow_rule_match_tcp +EXPORT_SYMBOL vmlinux 0x7635b9ff netdev_offload_xstats_disable +EXPORT_SYMBOL vmlinux 0x763e6d97 mipi_dsi_dcs_set_display_brightness_large +EXPORT_SYMBOL vmlinux 0x7642264f skb_flow_dissect_meta +EXPORT_SYMBOL vmlinux 0x7647726c handle_sysrq +EXPORT_SYMBOL vmlinux 0x765915dc import_single_range +EXPORT_SYMBOL vmlinux 0x765ff474 crc_t10dif_generic +EXPORT_SYMBOL vmlinux 0x76649bcb __set_page_dirty_nobuffers +EXPORT_SYMBOL vmlinux 0x766a0927 mempool_alloc_pages +EXPORT_SYMBOL vmlinux 0x7673b2d4 dev_mc_sync_multiple +EXPORT_SYMBOL vmlinux 0x7682ba4e __copy_overflow +EXPORT_SYMBOL vmlinux 0x76892bf8 __cgroup_bpf_run_filter_sk +EXPORT_SYMBOL vmlinux 0x769f6e64 errseq_check +EXPORT_SYMBOL vmlinux 0x76a0d362 mdio_find_bus +EXPORT_SYMBOL vmlinux 0x76a75cd5 of_graph_get_remote_endpoint +EXPORT_SYMBOL vmlinux 0x76a84c11 sock_pfree +EXPORT_SYMBOL vmlinux 0x76c443b7 sg_alloc_append_table_from_pages +EXPORT_SYMBOL vmlinux 0x76d3cd60 laptop_mode +EXPORT_SYMBOL vmlinux 0x76d5b499 mini_qdisc_pair_swap +EXPORT_SYMBOL vmlinux 0x76e1a136 fman_register_intr +EXPORT_SYMBOL vmlinux 0x76efc249 _atomic_dec_and_raw_lock_irqsave +EXPORT_SYMBOL vmlinux 0x76f05a14 sock_set_rcvbuf +EXPORT_SYMBOL vmlinux 0x76f800af cdrom_release +EXPORT_SYMBOL vmlinux 0x7717169a pci_request_selected_regions_exclusive +EXPORT_SYMBOL vmlinux 0x7732159c free_irq_cpu_rmap +EXPORT_SYMBOL vmlinux 0x77358855 iomem_resource +EXPORT_SYMBOL vmlinux 0x77392b2f pci_iomap +EXPORT_SYMBOL vmlinux 0x773ed260 ip_options_rcv_srr +EXPORT_SYMBOL vmlinux 0x773fa409 __kfifo_dma_in_finish_r +EXPORT_SYMBOL vmlinux 0x77456e0a acpi_root_dir +EXPORT_SYMBOL vmlinux 0x7758149d simple_transaction_get +EXPORT_SYMBOL vmlinux 0x775eeb1e of_get_property +EXPORT_SYMBOL vmlinux 0x77618040 input_set_keycode +EXPORT_SYMBOL vmlinux 0x776ca93a __clzdi2 +EXPORT_SYMBOL vmlinux 0x7772b957 of_find_backlight_by_node +EXPORT_SYMBOL vmlinux 0x777ceb68 capable_wrt_inode_uidgid +EXPORT_SYMBOL vmlinux 0x777d0957 __cgroup_bpf_run_filter_skb +EXPORT_SYMBOL vmlinux 0x77839169 tegra_ivc_write_advance +EXPORT_SYMBOL vmlinux 0x7786a530 xfrm_init_replay +EXPORT_SYMBOL vmlinux 0x778ce54e dev_uc_del +EXPORT_SYMBOL vmlinux 0x7791193f icst525_s2div +EXPORT_SYMBOL vmlinux 0x77aa26e1 ip_sock_set_tos +EXPORT_SYMBOL vmlinux 0x77ad52dc configfs_unregister_group +EXPORT_SYMBOL vmlinux 0x77ae406f devm_ioremap_wc +EXPORT_SYMBOL vmlinux 0x77bc13a0 strim +EXPORT_SYMBOL vmlinux 0x77c010a0 acpi_get_hp_hw_control_from_firmware +EXPORT_SYMBOL vmlinux 0x77c44018 free_netdev +EXPORT_SYMBOL vmlinux 0x77c58a35 skb_vlan_pop +EXPORT_SYMBOL vmlinux 0x77cf51cf tc_setup_cb_destroy +EXPORT_SYMBOL vmlinux 0x77d65126 devm_devfreq_add_device +EXPORT_SYMBOL vmlinux 0x77e9eb37 aes_encrypt +EXPORT_SYMBOL vmlinux 0x77f50d0e of_iomap +EXPORT_SYMBOL vmlinux 0x7804167c mfd_cell_enable +EXPORT_SYMBOL vmlinux 0x7804ab66 dev_open +EXPORT_SYMBOL vmlinux 0x7807f0f8 schedule_timeout_idle +EXPORT_SYMBOL vmlinux 0x78336b90 rfkill_alloc +EXPORT_SYMBOL vmlinux 0x783b15ef pcix_get_max_mmrbc +EXPORT_SYMBOL vmlinux 0x7846af3e __kfifo_len_r +EXPORT_SYMBOL vmlinux 0x78509441 napi_gro_flush +EXPORT_SYMBOL vmlinux 0x785eebaf sk_net_capable +EXPORT_SYMBOL vmlinux 0x786fddf8 nosteal_pipe_buf_ops +EXPORT_SYMBOL vmlinux 0x7885a501 vfs_iocb_iter_read +EXPORT_SYMBOL vmlinux 0x7895481d xsk_set_rx_need_wakeup +EXPORT_SYMBOL vmlinux 0x78a16f48 aes_decrypt +EXPORT_SYMBOL vmlinux 0x78ab7538 tegra_ivc_notified +EXPORT_SYMBOL vmlinux 0x78b887ed vsprintf +EXPORT_SYMBOL vmlinux 0x78c9a73a phy_get_c45_ids +EXPORT_SYMBOL vmlinux 0x78d1dac2 page_cache_next_miss +EXPORT_SYMBOL vmlinux 0x78d2e720 kernel_sendpage +EXPORT_SYMBOL vmlinux 0x78df6bd7 no_pci_devices +EXPORT_SYMBOL vmlinux 0x7913d57c devm_register_reboot_notifier +EXPORT_SYMBOL vmlinux 0x7924316f scsi_report_opcode +EXPORT_SYMBOL vmlinux 0x7924e3fd seq_lseek +EXPORT_SYMBOL vmlinux 0x7936cc6b phy_device_free +EXPORT_SYMBOL vmlinux 0x7970c134 unlock_buffer +EXPORT_SYMBOL vmlinux 0x7984eefc key_update +EXPORT_SYMBOL vmlinux 0x79a33f85 vme_get_size +EXPORT_SYMBOL vmlinux 0x79c2fd05 skb_checksum_setup +EXPORT_SYMBOL vmlinux 0x79e4639c ptp_clock_unregister +EXPORT_SYMBOL vmlinux 0x79f8488d get_inode_acl +EXPORT_SYMBOL vmlinux 0x7a03d97c skb_unlink +EXPORT_SYMBOL vmlinux 0x7a1bcd59 gf128mul_x8_ble +EXPORT_SYMBOL vmlinux 0x7a1d97d1 tcp_make_synack +EXPORT_SYMBOL vmlinux 0x7a252727 mii_nway_restart +EXPORT_SYMBOL vmlinux 0x7a2af7b4 cpu_number +EXPORT_SYMBOL vmlinux 0x7a2be5a3 netif_device_attach +EXPORT_SYMBOL vmlinux 0x7a2ff57e security_current_getsecid_subj +EXPORT_SYMBOL vmlinux 0x7a3a4ee7 csum_and_copy_to_iter +EXPORT_SYMBOL vmlinux 0x7a4d8869 ip_mc_leave_group +EXPORT_SYMBOL vmlinux 0x7a53a06d flow_indr_dev_exists +EXPORT_SYMBOL vmlinux 0x7a559cf1 uart_update_timeout +EXPORT_SYMBOL vmlinux 0x7a5658bc inet_dgram_ops +EXPORT_SYMBOL vmlinux 0x7a60b134 mipi_dsi_set_maximum_return_packet_size +EXPORT_SYMBOL vmlinux 0x7a60d5a5 udp_sendmsg +EXPORT_SYMBOL vmlinux 0x7a7d2f86 dev_mc_flush +EXPORT_SYMBOL vmlinux 0x7a80335a pnp_start_dev +EXPORT_SYMBOL vmlinux 0x7a8c9f64 iov_iter_pipe +EXPORT_SYMBOL vmlinux 0x7a95e5ae do_settimeofday64 +EXPORT_SYMBOL vmlinux 0x7a968137 ucc_slow_restart_tx +EXPORT_SYMBOL vmlinux 0x7aa1756e kvfree +EXPORT_SYMBOL vmlinux 0x7abc1bf8 dma_async_device_unregister +EXPORT_SYMBOL vmlinux 0x7ac70a71 iov_iter_zero +EXPORT_SYMBOL vmlinux 0x7acba48b tcf_exts_destroy +EXPORT_SYMBOL vmlinux 0x7ad050b9 qid_lt +EXPORT_SYMBOL vmlinux 0x7ad7f8fa from_kprojid +EXPORT_SYMBOL vmlinux 0x7ad96638 xp_alloc_batch +EXPORT_SYMBOL vmlinux 0x7adc0fbf rb_replace_node_rcu +EXPORT_SYMBOL vmlinux 0x7ae5d317 qe_get_snum +EXPORT_SYMBOL vmlinux 0x7af62146 reuseport_alloc +EXPORT_SYMBOL vmlinux 0x7b0c920c dcache_dir_lseek +EXPORT_SYMBOL vmlinux 0x7b0dfac1 mod_node_page_state +EXPORT_SYMBOL vmlinux 0x7b0f1d0a mtree_store +EXPORT_SYMBOL vmlinux 0x7b17cd84 i2c_get_adapter +EXPORT_SYMBOL vmlinux 0x7b29cbf2 md_bitmap_update_sb +EXPORT_SYMBOL vmlinux 0x7b37d4a7 _find_first_zero_bit +EXPORT_SYMBOL vmlinux 0x7b3ee040 phy_suspend +EXPORT_SYMBOL vmlinux 0x7b4d0c70 freezing_slow_path +EXPORT_SYMBOL vmlinux 0x7b4da6ff __init_rwsem +EXPORT_SYMBOL vmlinux 0x7b5b8f31 sha256_update +EXPORT_SYMBOL vmlinux 0x7b631877 ndo_dflt_fdb_del +EXPORT_SYMBOL vmlinux 0x7b71930e ram_aops +EXPORT_SYMBOL vmlinux 0x7b78c484 mmc_gpiod_request_cd_irq +EXPORT_SYMBOL vmlinux 0x7b80d8f6 phy_request_interrupt +EXPORT_SYMBOL vmlinux 0x7b82b9a1 idr_replace +EXPORT_SYMBOL vmlinux 0x7ba5a3b4 tegra_powergate_power_off +EXPORT_SYMBOL vmlinux 0x7bb50b88 acpi_write +EXPORT_SYMBOL vmlinux 0x7bbccd05 nr_node_ids +EXPORT_SYMBOL vmlinux 0x7bef158b __inc_node_page_state +EXPORT_SYMBOL vmlinux 0x7bf12380 ethtool_op_get_ts_info +EXPORT_SYMBOL vmlinux 0x7bfe4b8d redirty_page_for_writepage +EXPORT_SYMBOL vmlinux 0x7c03df59 textsearch_register +EXPORT_SYMBOL vmlinux 0x7c0df9e1 fscrypt_setup_filename +EXPORT_SYMBOL vmlinux 0x7c10dab7 ipv6_skip_exthdr +EXPORT_SYMBOL vmlinux 0x7c173634 __bitmap_complement +EXPORT_SYMBOL vmlinux 0x7c22f53a mdiobus_register_device +EXPORT_SYMBOL vmlinux 0x7c2de9b3 rproc_add_carveout +EXPORT_SYMBOL vmlinux 0x7c3be063 inet6_ioctl +EXPORT_SYMBOL vmlinux 0x7c46233a cpufreq_quick_get +EXPORT_SYMBOL vmlinux 0x7c729c36 tcp_v4_md5_hash_skb +EXPORT_SYMBOL vmlinux 0x7c7c1e76 __xfrm_dst_lookup +EXPORT_SYMBOL vmlinux 0x7c9b0d61 netdev_lower_dev_get_private +EXPORT_SYMBOL vmlinux 0x7ca5ae2d pci_enable_device_mem +EXPORT_SYMBOL vmlinux 0x7ca6a58b textsearch_unregister +EXPORT_SYMBOL vmlinux 0x7ca8b9be import_iovec +EXPORT_SYMBOL vmlinux 0x7cbe06d6 fscrypt_decrypt_bio +EXPORT_SYMBOL vmlinux 0x7cd9fd0a migrate_device_pages +EXPORT_SYMBOL vmlinux 0x7cdbcf9c serio_interrupt +EXPORT_SYMBOL vmlinux 0x7ce18c9f from_kqid +EXPORT_SYMBOL vmlinux 0x7ce58981 kvrealloc +EXPORT_SYMBOL vmlinux 0x7cf35220 vme_master_free +EXPORT_SYMBOL vmlinux 0x7cfe368d net_dim_get_def_tx_moderation +EXPORT_SYMBOL vmlinux 0x7d0ba682 gen_pool_virt_to_phys +EXPORT_SYMBOL vmlinux 0x7d0db45c jiffies_to_clock_t +EXPORT_SYMBOL vmlinux 0x7d12d76d acpi_get_parent +EXPORT_SYMBOL vmlinux 0x7d24217a mipi_dsi_dcs_get_display_brightness_large +EXPORT_SYMBOL vmlinux 0x7d27b3f4 dma_resv_fini +EXPORT_SYMBOL vmlinux 0x7d27e504 dm_shift_arg +EXPORT_SYMBOL vmlinux 0x7d3acd45 dev_graft_qdisc +EXPORT_SYMBOL vmlinux 0x7d4058e2 __serio_register_driver +EXPORT_SYMBOL vmlinux 0x7d4465f0 gnet_stats_start_copy_compat +EXPORT_SYMBOL vmlinux 0x7d4b176a netlbl_catmap_setbit +EXPORT_SYMBOL vmlinux 0x7d4f5df1 page_symlink_inode_operations +EXPORT_SYMBOL vmlinux 0x7d5da582 write_cache_pages +EXPORT_SYMBOL vmlinux 0x7d5e1008 __crc32c_le_shift +EXPORT_SYMBOL vmlinux 0x7d711e76 netlink_ack +EXPORT_SYMBOL vmlinux 0x7d74d522 kstrtoull_from_user +EXPORT_SYMBOL vmlinux 0x7d817a89 devfreq_unregister_opp_notifier +EXPORT_SYMBOL vmlinux 0x7d90ef00 sock_i_uid +EXPORT_SYMBOL vmlinux 0x7da790d8 ipv6_sock_mc_drop +EXPORT_SYMBOL vmlinux 0x7daa9e9c fib_notifier_ops_unregister +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 0x7df76cce pm860x_set_bits +EXPORT_SYMBOL vmlinux 0x7e00a8ef dma_resv_iter_next_unlocked +EXPORT_SYMBOL vmlinux 0x7e0b255f hdmi_audio_infoframe_pack_for_dp +EXPORT_SYMBOL vmlinux 0x7e179002 scsi_is_target_device +EXPORT_SYMBOL vmlinux 0x7e1cc73e seq_put_decimal_ull +EXPORT_SYMBOL vmlinux 0x7e1d8696 netdev_emerg +EXPORT_SYMBOL vmlinux 0x7e2004b8 dcbnl_cee_notify +EXPORT_SYMBOL vmlinux 0x7e3191f6 try_to_del_timer_sync +EXPORT_SYMBOL vmlinux 0x7e3ee72b scsi_device_quiesce +EXPORT_SYMBOL vmlinux 0x7e557170 pfifo_qdisc_ops +EXPORT_SYMBOL vmlinux 0x7e5c9cbd migrate_device_finalize +EXPORT_SYMBOL vmlinux 0x7e63da26 dqput +EXPORT_SYMBOL vmlinux 0x7e6b794e netdev_master_upper_dev_get_rcu +EXPORT_SYMBOL vmlinux 0x7e6bde3f pmem_should_map_pages +EXPORT_SYMBOL vmlinux 0x7e6f798d posix_lock_file +EXPORT_SYMBOL vmlinux 0x7e717a7d phys_mem_access_prot +EXPORT_SYMBOL vmlinux 0x7e86ccac mmc_of_parse_clk_phase +EXPORT_SYMBOL vmlinux 0x7ea0d4ca tegra_sku_info +EXPORT_SYMBOL vmlinux 0x7ebb8eb1 elv_rb_latter_request +EXPORT_SYMBOL vmlinux 0x7ebdee5c irq_set_chip +EXPORT_SYMBOL vmlinux 0x7ee60bf9 devfreq_add_governor +EXPORT_SYMBOL vmlinux 0x7ef4bddc __sg_page_iter_next +EXPORT_SYMBOL vmlinux 0x7efcfa59 mdio_device_remove +EXPORT_SYMBOL vmlinux 0x7f02188f __msecs_to_jiffies +EXPORT_SYMBOL vmlinux 0x7f03b6a9 crc_ccitt_table +EXPORT_SYMBOL vmlinux 0x7f17f9ad km_policy_expired +EXPORT_SYMBOL vmlinux 0x7f24de73 jiffies_to_usecs +EXPORT_SYMBOL vmlinux 0x7f25e661 sget +EXPORT_SYMBOL vmlinux 0x7f28a139 page_pool_get_stats +EXPORT_SYMBOL vmlinux 0x7f52071a net_dim +EXPORT_SYMBOL vmlinux 0x7f5f8d14 write_inode_now +EXPORT_SYMBOL vmlinux 0x7f62eaa4 sgl_free +EXPORT_SYMBOL vmlinux 0x7f7f7bb4 irq_poll_disable +EXPORT_SYMBOL vmlinux 0x7f876c6a nf_unregister_sockopt +EXPORT_SYMBOL vmlinux 0x7fa4932e simple_statfs +EXPORT_SYMBOL vmlinux 0x7facc557 nf_log_packet +EXPORT_SYMBOL vmlinux 0x7fca229c set_page_dirty +EXPORT_SYMBOL vmlinux 0x7fca57b5 flow_rule_match_enc_control +EXPORT_SYMBOL vmlinux 0x7fce778e tegra_ivc_total_queue_size +EXPORT_SYMBOL vmlinux 0x7fe105d7 bman_ip_rev +EXPORT_SYMBOL vmlinux 0x7fe32873 rb_replace_node +EXPORT_SYMBOL vmlinux 0x7fe44bc6 sock_no_getname +EXPORT_SYMBOL vmlinux 0x7ffc49ef twl6040_power +EXPORT_SYMBOL vmlinux 0x801f07f9 inode_insert5 +EXPORT_SYMBOL vmlinux 0x803466e3 clear_page_dirty_for_io +EXPORT_SYMBOL vmlinux 0x803b6665 qdisc_watchdog_cancel +EXPORT_SYMBOL vmlinux 0x803ddbb6 __posix_acl_create +EXPORT_SYMBOL vmlinux 0x8043b54a pci_map_rom +EXPORT_SYMBOL vmlinux 0x805c3c6b is_nvdimm_bus_locked +EXPORT_SYMBOL vmlinux 0x805dc4bd __ip_dev_find +EXPORT_SYMBOL vmlinux 0x80685b5d inet_add_offload +EXPORT_SYMBOL vmlinux 0x80762048 _atomic_dec_and_raw_lock +EXPORT_SYMBOL vmlinux 0x80816f26 get_user_ifreq +EXPORT_SYMBOL vmlinux 0x80895178 iw_handler_get_thrspy +EXPORT_SYMBOL vmlinux 0x808a837f _dev_alert +EXPORT_SYMBOL vmlinux 0x808dc37e i2c_smbus_read_block_data +EXPORT_SYMBOL vmlinux 0x808f2f5e rproc_mem_entry_init +EXPORT_SYMBOL vmlinux 0x809712ff hdmi_avi_infoframe_pack +EXPORT_SYMBOL vmlinux 0x80a38d51 tty_port_destroy +EXPORT_SYMBOL vmlinux 0x80a717a8 __percpu_counter_compare +EXPORT_SYMBOL vmlinux 0x80b7e2a1 inet_release +EXPORT_SYMBOL vmlinux 0x80ca5026 _bin2bcd +EXPORT_SYMBOL vmlinux 0x80d68d3e fb_register_client +EXPORT_SYMBOL vmlinux 0x80e1f14c inet_addr_type_dev_table +EXPORT_SYMBOL vmlinux 0x80e22450 kernel_sendmsg_locked +EXPORT_SYMBOL vmlinux 0x80e28589 kthread_stop +EXPORT_SYMBOL vmlinux 0x80e5f86f fscrypt_fname_alloc_buffer +EXPORT_SYMBOL vmlinux 0x80ec0d50 qman_init_fq +EXPORT_SYMBOL vmlinux 0x80ec509c fman_reset_mac +EXPORT_SYMBOL vmlinux 0x80f09473 page_symlink +EXPORT_SYMBOL vmlinux 0x81006eb9 param_ops_dyndbg_classes +EXPORT_SYMBOL vmlinux 0x81054b84 uart_unregister_driver +EXPORT_SYMBOL vmlinux 0x8112b3d2 scsi_build_sense_buffer +EXPORT_SYMBOL vmlinux 0x81188c30 match_string +EXPORT_SYMBOL vmlinux 0x81268fd3 vfs_iter_write +EXPORT_SYMBOL vmlinux 0x81533963 sysfs_format_mac +EXPORT_SYMBOL vmlinux 0x815b5dd4 match_octal +EXPORT_SYMBOL vmlinux 0x815f2897 empty_zero_page +EXPORT_SYMBOL vmlinux 0x817cd91a netdev_adjacent_change_commit +EXPORT_SYMBOL vmlinux 0x8180d949 pci_disable_link_state +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 0x81a05f56 tegra_ivc_reset +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 0x81beb6b0 dquot_load_quota_sb +EXPORT_SYMBOL vmlinux 0x81bf60ed genphy_restart_aneg +EXPORT_SYMBOL vmlinux 0x81c17dc7 ip6_xmit +EXPORT_SYMBOL vmlinux 0x81db6ebb xz_dec_reset +EXPORT_SYMBOL vmlinux 0x81e6b37f dmi_get_system_info +EXPORT_SYMBOL vmlinux 0x8207115f unload_nls +EXPORT_SYMBOL vmlinux 0x823d3505 cmxgcr_lock +EXPORT_SYMBOL vmlinux 0x825971ad phy_mipi_dphy_get_default_config_for_hsclk +EXPORT_SYMBOL vmlinux 0x8263a6d9 proc_douintvec +EXPORT_SYMBOL vmlinux 0x8263dede devm_nvmem_cell_put +EXPORT_SYMBOL vmlinux 0x826f0417 devm_pci_remap_iospace +EXPORT_SYMBOL vmlinux 0x82827441 d_invalidate +EXPORT_SYMBOL vmlinux 0x829e8a91 fscrypt_encrypt_block_inplace +EXPORT_SYMBOL vmlinux 0x82a39cac dma_map_sg_attrs +EXPORT_SYMBOL vmlinux 0x82a48028 __getblk_gfp +EXPORT_SYMBOL vmlinux 0x82a8c231 set_anon_super +EXPORT_SYMBOL vmlinux 0x82ae0ed4 nf_register_net_hooks +EXPORT_SYMBOL vmlinux 0x82c5394e mroute6_is_socket +EXPORT_SYMBOL vmlinux 0x82c87ad5 nr_online_nodes +EXPORT_SYMBOL vmlinux 0x82d62b39 skb_clone_sk +EXPORT_SYMBOL vmlinux 0x82e7a48f ip_check_defrag +EXPORT_SYMBOL vmlinux 0x82ed45d7 dma_sync_sg_for_device +EXPORT_SYMBOL vmlinux 0x82ee90dc timer_delete_sync +EXPORT_SYMBOL vmlinux 0x82fa7ddc can_nice +EXPORT_SYMBOL vmlinux 0x8323086b gnet_stats_copy_basic +EXPORT_SYMBOL vmlinux 0x83581089 gf128mul_init_4k_lle +EXPORT_SYMBOL vmlinux 0x8370bf8f set_security_override +EXPORT_SYMBOL vmlinux 0x838d2bc8 siphash_3u32 +EXPORT_SYMBOL vmlinux 0x839622ba try_lookup_one_len +EXPORT_SYMBOL vmlinux 0x83b20805 ip_mc_join_group +EXPORT_SYMBOL vmlinux 0x83f392bf serial8250_set_isa_configurator +EXPORT_SYMBOL vmlinux 0x8427cc7b _raw_spin_lock_irq +EXPORT_SYMBOL vmlinux 0x8433e159 mr_dump +EXPORT_SYMBOL vmlinux 0x84396ffa request_firmware +EXPORT_SYMBOL vmlinux 0x8443530a skb_copy_and_csum_dev +EXPORT_SYMBOL vmlinux 0x8453582b blk_rq_map_user_io +EXPORT_SYMBOL vmlinux 0x8455e3a7 dma_fence_signal_timestamp_locked +EXPORT_SYMBOL vmlinux 0x847972c1 netif_device_detach +EXPORT_SYMBOL vmlinux 0x847ce6cb mt_find_after +EXPORT_SYMBOL vmlinux 0x84818f57 tegra_powergate_power_on +EXPORT_SYMBOL vmlinux 0x84823cf3 nla_strscpy +EXPORT_SYMBOL vmlinux 0x84914079 __kfifo_dma_out_prepare +EXPORT_SYMBOL vmlinux 0x84a0ca4d bitmap_zalloc_node +EXPORT_SYMBOL vmlinux 0x84c0128d param_get_string +EXPORT_SYMBOL vmlinux 0x84c1c552 proc_dointvec_ms_jiffies +EXPORT_SYMBOL vmlinux 0x84c1e74f __page_frag_cache_drain +EXPORT_SYMBOL vmlinux 0x84f5ccbd jbd2_journal_submit_inode_data_buffers +EXPORT_SYMBOL vmlinux 0x850cba16 __skb_free_datagram_locked +EXPORT_SYMBOL vmlinux 0x8516b111 dget_parent +EXPORT_SYMBOL vmlinux 0x8518a4a6 _raw_spin_trylock_bh +EXPORT_SYMBOL vmlinux 0x851b9121 xudma_dev_get_psil_base +EXPORT_SYMBOL vmlinux 0x851efad2 generic_file_splice_read +EXPORT_SYMBOL vmlinux 0x852459e7 sock_setsockopt +EXPORT_SYMBOL vmlinux 0x852590f7 of_mdio_find_device +EXPORT_SYMBOL vmlinux 0x853fc3b4 vme_irq_request +EXPORT_SYMBOL vmlinux 0x856275af __mdiobus_read +EXPORT_SYMBOL vmlinux 0x8563d267 dquot_scan_active +EXPORT_SYMBOL vmlinux 0x85670f1d rtnl_is_locked +EXPORT_SYMBOL vmlinux 0x8571e0de __phy_read_mmd +EXPORT_SYMBOL vmlinux 0x857af527 nf_ip6_checksum +EXPORT_SYMBOL vmlinux 0x85880823 __bh_read_batch +EXPORT_SYMBOL vmlinux 0x858d4ae2 cfb_fillrect +EXPORT_SYMBOL vmlinux 0x858e28b4 max8998_bulk_read +EXPORT_SYMBOL vmlinux 0x8591d7d5 ledtrig_mtd_activity +EXPORT_SYMBOL vmlinux 0x85b5e625 rfkill_set_states +EXPORT_SYMBOL vmlinux 0x85bc66ea flow_indr_dev_unregister +EXPORT_SYMBOL vmlinux 0x85bd1608 __request_region +EXPORT_SYMBOL vmlinux 0x85cc8774 device_match_acpi_handle +EXPORT_SYMBOL vmlinux 0x85df9b6c strsep +EXPORT_SYMBOL vmlinux 0x85e36b61 dev_add_offload +EXPORT_SYMBOL vmlinux 0x85efc7e0 zero_pfn +EXPORT_SYMBOL vmlinux 0x85f305bc __mod_zone_page_state +EXPORT_SYMBOL vmlinux 0x8614bf02 xp_dma_sync_for_device_slow +EXPORT_SYMBOL vmlinux 0x862897c0 netlink_kernel_release +EXPORT_SYMBOL vmlinux 0x862c8035 bitmap_alloc_node +EXPORT_SYMBOL vmlinux 0x863a276a color_table +EXPORT_SYMBOL vmlinux 0x8652b2e7 param_set_ullong +EXPORT_SYMBOL vmlinux 0x86587ff3 filemap_page_mkwrite +EXPORT_SYMBOL vmlinux 0x866a62b2 gnet_stats_basic_sync_init +EXPORT_SYMBOL vmlinux 0x86875cd6 dev_pre_changeaddr_notify +EXPORT_SYMBOL vmlinux 0x868acba5 get_options +EXPORT_SYMBOL vmlinux 0x8691aaac skb_copy_bits +EXPORT_SYMBOL vmlinux 0x86b4f949 iw_handler_set_thrspy +EXPORT_SYMBOL vmlinux 0x86c48b74 sunxi_sram_release +EXPORT_SYMBOL vmlinux 0x86d52ba5 lookup_constant +EXPORT_SYMBOL vmlinux 0x86d71b31 pci_read_config_byte +EXPORT_SYMBOL vmlinux 0x86dd708d tc_skb_ext_tc_enable +EXPORT_SYMBOL vmlinux 0x86de05ac security_inode_getsecctx +EXPORT_SYMBOL vmlinux 0x86e1b259 __put_cred +EXPORT_SYMBOL vmlinux 0x86e6adeb kmem_cache_create_usercopy +EXPORT_SYMBOL vmlinux 0x86fb9b05 bitmap_parse_user +EXPORT_SYMBOL vmlinux 0x86ffe5ea serio_unregister_child_port +EXPORT_SYMBOL vmlinux 0x8723ff35 ip_sock_set_freebind +EXPORT_SYMBOL vmlinux 0x87279755 dev_mc_del_global +EXPORT_SYMBOL vmlinux 0x8730839e neigh_sysctl_register +EXPORT_SYMBOL vmlinux 0x87344b56 d_add_ci +EXPORT_SYMBOL vmlinux 0x875ea3f6 fb_set_cmap +EXPORT_SYMBOL vmlinux 0x8761c87b rps_needed +EXPORT_SYMBOL vmlinux 0x8770f240 kernel_read +EXPORT_SYMBOL vmlinux 0x8778dd62 register_netdevice +EXPORT_SYMBOL vmlinux 0x87809aeb put_user_ifreq +EXPORT_SYMBOL vmlinux 0x8782d38d ipv6_dev_get_saddr +EXPORT_SYMBOL vmlinux 0x8788c1a0 __sk_mem_schedule +EXPORT_SYMBOL vmlinux 0x87925d2e tcf_unregister_action +EXPORT_SYMBOL vmlinux 0x87995c30 icmpv6_ndo_send +EXPORT_SYMBOL vmlinux 0x879a7558 find_inode_nowait +EXPORT_SYMBOL vmlinux 0x87a21cb3 __ubsan_handle_out_of_bounds +EXPORT_SYMBOL vmlinux 0x87d9f04b alloc_etherdev_mqs +EXPORT_SYMBOL vmlinux 0x87e484a5 nla_put +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 0x8845ae54 scsi_vpd_lun_id +EXPORT_SYMBOL vmlinux 0x884951ad inet_del_protocol +EXPORT_SYMBOL vmlinux 0x8857381b vlan_vid_del +EXPORT_SYMBOL vmlinux 0x88680669 dcbnl_ieee_notify +EXPORT_SYMBOL vmlinux 0x886d750a __register_chrdev +EXPORT_SYMBOL vmlinux 0x88822d38 unregister_blocking_lsm_notifier +EXPORT_SYMBOL vmlinux 0x8888f1fe xxh32 +EXPORT_SYMBOL vmlinux 0x8898a6b4 rtnl_configure_link +EXPORT_SYMBOL vmlinux 0x889b1370 _raw_read_trylock +EXPORT_SYMBOL vmlinux 0x88aa5175 jbd2_journal_forget +EXPORT_SYMBOL vmlinux 0x88b23de3 tty_port_tty_get +EXPORT_SYMBOL vmlinux 0x88d524d9 udp_lib_getsockopt +EXPORT_SYMBOL vmlinux 0x88db9f48 __check_object_size +EXPORT_SYMBOL vmlinux 0x88e1d0f0 page_frag_free +EXPORT_SYMBOL vmlinux 0x88e8f36a sdev_disable_disk_events +EXPORT_SYMBOL vmlinux 0x88f43c0f blk_rq_map_user_iov +EXPORT_SYMBOL vmlinux 0x890093bf dev_set_mac_address_user +EXPORT_SYMBOL vmlinux 0x89032a1d udp_lib_rehash +EXPORT_SYMBOL vmlinux 0x891dbb8f sgl_free_order +EXPORT_SYMBOL vmlinux 0x8922c2f1 fget +EXPORT_SYMBOL vmlinux 0x8934e0f8 __tcp_md5_do_lookup +EXPORT_SYMBOL vmlinux 0x893e06b2 watchdog_register_governor +EXPORT_SYMBOL vmlinux 0x89434b4b radix_tree_tag_clear +EXPORT_SYMBOL vmlinux 0x89435488 jbd2__journal_start +EXPORT_SYMBOL vmlinux 0x8946ea72 fpsimd_context_busy +EXPORT_SYMBOL vmlinux 0x8949f2bd blk_mq_run_hw_queues +EXPORT_SYMBOL vmlinux 0x896d1252 datagram_poll +EXPORT_SYMBOL vmlinux 0x898472c4 input_set_abs_params +EXPORT_SYMBOL vmlinux 0x898ebe8b tty_devnum +EXPORT_SYMBOL vmlinux 0x8992e46b dquot_file_open +EXPORT_SYMBOL vmlinux 0x89940875 mutex_lock_interruptible +EXPORT_SYMBOL vmlinux 0x899f9bfb dcb_ieee_getapp_dscp_prio_mask_map +EXPORT_SYMBOL vmlinux 0x89a29c8b rproc_get_by_child +EXPORT_SYMBOL vmlinux 0x89be6045 inet_frag_reasm_finish +EXPORT_SYMBOL vmlinux 0x89dc6a58 dm_table_event +EXPORT_SYMBOL vmlinux 0x89e26636 __serio_register_port +EXPORT_SYMBOL vmlinux 0x89eb7762 mmc_retune_unpause +EXPORT_SYMBOL vmlinux 0x89fd8108 vme_irq_handler +EXPORT_SYMBOL vmlinux 0x8a008eee super_setup_bdi +EXPORT_SYMBOL vmlinux 0x8a15ca00 dev_get_mac_address +EXPORT_SYMBOL vmlinux 0x8a2747bb flow_rule_match_cvlan +EXPORT_SYMBOL vmlinux 0x8a32bad0 genphy_soft_reset +EXPORT_SYMBOL vmlinux 0x8a4696bd ip_options_compile +EXPORT_SYMBOL vmlinux 0x8a47043d LZ4_decompress_safe_continue +EXPORT_SYMBOL vmlinux 0x8a490c90 rfkill_set_sw_state +EXPORT_SYMBOL vmlinux 0x8a5e4166 pcie_capability_read_word +EXPORT_SYMBOL vmlinux 0x8a6058c5 ilookup5_nowait +EXPORT_SYMBOL vmlinux 0x8a7094ba vm_brk_flags +EXPORT_SYMBOL vmlinux 0x8a7b736b tcf_idrinfo_destroy +EXPORT_SYMBOL vmlinux 0x8a7d1c31 high_memory +EXPORT_SYMBOL vmlinux 0x8a81f489 inet6_unregister_protosw +EXPORT_SYMBOL vmlinux 0x8a85d88a register_key_type +EXPORT_SYMBOL vmlinux 0x8a99a016 mempool_free_slab +EXPORT_SYMBOL vmlinux 0x8aa56792 skb_set_owner_w +EXPORT_SYMBOL vmlinux 0x8aac2f55 seq_bprintf +EXPORT_SYMBOL vmlinux 0x8ab4bc1e generic_listxattr +EXPORT_SYMBOL vmlinux 0x8ac071c5 mdio_driver_register +EXPORT_SYMBOL vmlinux 0x8ac136ae imx_sc_misc_get_control +EXPORT_SYMBOL vmlinux 0x8ac3334b net_dim_get_def_rx_moderation +EXPORT_SYMBOL vmlinux 0x8ad82f9e ip_local_deliver +EXPORT_SYMBOL vmlinux 0x8adf3ba7 blk_mq_alloc_request +EXPORT_SYMBOL vmlinux 0x8ae129fb i2c_smbus_write_block_data +EXPORT_SYMBOL vmlinux 0x8aebfcf4 bio_put +EXPORT_SYMBOL vmlinux 0x8b0088d1 LZ4_decompress_safe_usingDict +EXPORT_SYMBOL vmlinux 0x8b0e29a3 devfreq_monitor_resume +EXPORT_SYMBOL vmlinux 0x8b170746 phy_resume +EXPORT_SYMBOL vmlinux 0x8b2ffd83 __cpu_present_mask +EXPORT_SYMBOL vmlinux 0x8b303cbb inet6_register_protosw +EXPORT_SYMBOL vmlinux 0x8b618d08 overflowuid +EXPORT_SYMBOL vmlinux 0x8b67277a of_get_i2c_adapter_by_node +EXPORT_SYMBOL vmlinux 0x8b6bd521 tcp_rcv_established +EXPORT_SYMBOL vmlinux 0x8b736a80 phy_do_ioctl_running +EXPORT_SYMBOL vmlinux 0x8b8059bd in_group_p +EXPORT_SYMBOL vmlinux 0x8b81a297 tty_port_close_start +EXPORT_SYMBOL vmlinux 0x8b910be2 errseq_sample +EXPORT_SYMBOL vmlinux 0x8b989cf9 acpi_bus_can_wakeup +EXPORT_SYMBOL vmlinux 0x8bab272d dev_printk_emit +EXPORT_SYMBOL vmlinux 0x8bada53f pci_irq_vector +EXPORT_SYMBOL vmlinux 0x8bb1d3a7 xfrm_state_delete_tunnel +EXPORT_SYMBOL vmlinux 0x8bc2d65a xfrm_unregister_type +EXPORT_SYMBOL vmlinux 0x8bdfc47c __mb_cache_entry_free +EXPORT_SYMBOL vmlinux 0x8be189ab ucc_slow_disable +EXPORT_SYMBOL vmlinux 0x8bf992b3 genphy_read_status +EXPORT_SYMBOL vmlinux 0x8c1d369f km_query +EXPORT_SYMBOL vmlinux 0x8c26d495 prepare_to_wait_event +EXPORT_SYMBOL vmlinux 0x8c2e142c xfrm_input_register_afinfo +EXPORT_SYMBOL vmlinux 0x8c30bf67 zstd_dctx_workspace_bound +EXPORT_SYMBOL vmlinux 0x8c3a43ab dev_uc_sync_multiple +EXPORT_SYMBOL vmlinux 0x8c490841 __cpuhp_remove_state +EXPORT_SYMBOL vmlinux 0x8c5b0285 __bread_gfp +EXPORT_SYMBOL vmlinux 0x8c699a92 devm_request_resource +EXPORT_SYMBOL vmlinux 0x8c8569cb kstrtoint +EXPORT_SYMBOL vmlinux 0x8c863657 scsi_register_interface +EXPORT_SYMBOL vmlinux 0x8c8a06ca phy_ethtool_ksettings_get +EXPORT_SYMBOL vmlinux 0x8c93d433 scsi_print_sense +EXPORT_SYMBOL vmlinux 0x8c9e338f acpi_bios_error +EXPORT_SYMBOL vmlinux 0x8ca18080 file_path +EXPORT_SYMBOL vmlinux 0x8ca7c638 scsi_dma_map +EXPORT_SYMBOL vmlinux 0x8caf9305 uuid_is_valid +EXPORT_SYMBOL vmlinux 0x8cb610ab jbd2_journal_force_commit_nested +EXPORT_SYMBOL vmlinux 0x8cc53d20 __par_io_config_pin +EXPORT_SYMBOL vmlinux 0x8cc793b5 jbd2_journal_update_sb_errno +EXPORT_SYMBOL vmlinux 0x8cd489ac eth_header_cache +EXPORT_SYMBOL vmlinux 0x8cda8029 xen_clear_irq_pending +EXPORT_SYMBOL vmlinux 0x8ce439ae mdio_device_register +EXPORT_SYMBOL vmlinux 0x8cee4d32 fman_get_mem_region +EXPORT_SYMBOL vmlinux 0x8ceea0e8 dmam_pool_create +EXPORT_SYMBOL vmlinux 0x8cef3774 sock_gettstamp +EXPORT_SYMBOL vmlinux 0x8cf7a9f1 param_set_int +EXPORT_SYMBOL vmlinux 0x8cfd5e56 flow_rule_match_meta +EXPORT_SYMBOL vmlinux 0x8d29d433 flow_rule_match_ct +EXPORT_SYMBOL vmlinux 0x8d2f8f5e iunique +EXPORT_SYMBOL vmlinux 0x8d33e672 __find_nth_andnot_bit +EXPORT_SYMBOL vmlinux 0x8d4112df qcom_scm_mem_protect_video_var +EXPORT_SYMBOL vmlinux 0x8d55bb8a qid_eq +EXPORT_SYMBOL vmlinux 0x8d66556c blk_integrity_unregister +EXPORT_SYMBOL vmlinux 0x8d73278e hex_asc_upper +EXPORT_SYMBOL vmlinux 0x8d7cd377 xsk_tx_completed +EXPORT_SYMBOL vmlinux 0x8d7f4472 netpoll_poll_dev +EXPORT_SYMBOL vmlinux 0x8d9ca0e6 dma_fence_enable_sw_signaling +EXPORT_SYMBOL vmlinux 0x8da4d422 pm860x_reg_write +EXPORT_SYMBOL vmlinux 0x8dabf6c2 __genphy_config_aneg +EXPORT_SYMBOL vmlinux 0x8db3052b sock_set_priority +EXPORT_SYMBOL vmlinux 0x8db436c2 start_tty +EXPORT_SYMBOL vmlinux 0x8dd9f69c blk_mq_rq_cpu +EXPORT_SYMBOL vmlinux 0x8ddd8aad schedule_timeout +EXPORT_SYMBOL vmlinux 0x8de3da34 pfifo_fast_ops +EXPORT_SYMBOL vmlinux 0x8dee722d _raw_read_lock_bh +EXPORT_SYMBOL vmlinux 0x8df4afd9 qe_put_snum +EXPORT_SYMBOL vmlinux 0x8df5ff99 folio_end_private_2 +EXPORT_SYMBOL vmlinux 0x8df92f66 memchr_inv +EXPORT_SYMBOL vmlinux 0x8df9dd10 guid_null +EXPORT_SYMBOL vmlinux 0x8dfb7d22 bio_add_page +EXPORT_SYMBOL vmlinux 0x8e17b3ae idr_destroy +EXPORT_SYMBOL vmlinux 0x8e1e95ef of_mdio_find_bus +EXPORT_SYMBOL vmlinux 0x8e202a0d jbd2_journal_begin_ordered_truncate +EXPORT_SYMBOL vmlinux 0x8e21c9a1 dma_fence_add_callback +EXPORT_SYMBOL vmlinux 0x8e3e0f7d fault_in_readable +EXPORT_SYMBOL vmlinux 0x8e42876c redraw_screen +EXPORT_SYMBOL vmlinux 0x8e4c60a3 cpm_muram_dma +EXPORT_SYMBOL vmlinux 0x8e587f65 ww_mutex_trylock +EXPORT_SYMBOL vmlinux 0x8e66ba1b blk_mq_requeue_request +EXPORT_SYMBOL vmlinux 0x8e801977 pci_try_set_mwi +EXPORT_SYMBOL vmlinux 0x8e85ccc4 pcibios_resource_to_bus +EXPORT_SYMBOL vmlinux 0x8e93bd24 security_secctx_to_secid +EXPORT_SYMBOL vmlinux 0x8ea771ca neigh_ifdown +EXPORT_SYMBOL vmlinux 0x8eae6084 input_mt_init_slots +EXPORT_SYMBOL vmlinux 0x8ec760b0 cgroup_bpf_enabled_key +EXPORT_SYMBOL vmlinux 0x8ecf24fd ndisc_mc_map +EXPORT_SYMBOL vmlinux 0x8ee89c62 skb_flow_get_icmp_tci +EXPORT_SYMBOL vmlinux 0x8ef8646a devfreq_monitor_suspend +EXPORT_SYMBOL vmlinux 0x8f01afd6 twl6030_interrupt_mask +EXPORT_SYMBOL vmlinux 0x8f2156f7 nla_reserve_64bit +EXPORT_SYMBOL vmlinux 0x8f251ca5 ppp_output_wakeup +EXPORT_SYMBOL vmlinux 0x8f2cfb82 nd_btt_arena_is_valid +EXPORT_SYMBOL vmlinux 0x8f5485fd inet_frag_pull_head +EXPORT_SYMBOL vmlinux 0x8f69328e kthread_create_on_node +EXPORT_SYMBOL vmlinux 0x8f7823f3 netdev_has_any_upper_dev +EXPORT_SYMBOL vmlinux 0x8f7c8a40 neigh_update +EXPORT_SYMBOL vmlinux 0x8f84772e io_uring_get_socket +EXPORT_SYMBOL vmlinux 0x8f996a30 ethtool_convert_legacy_u32_to_link_mode +EXPORT_SYMBOL vmlinux 0x8fa25c24 xa_find +EXPORT_SYMBOL vmlinux 0x8fbe7097 serio_unregister_driver +EXPORT_SYMBOL vmlinux 0x8fc9ea11 fman_port_cfg_buf_prefix_content +EXPORT_SYMBOL vmlinux 0x8fd180e7 kernel_neon_begin +EXPORT_SYMBOL vmlinux 0x8fd3aa4f revert_creds +EXPORT_SYMBOL vmlinux 0x8fd44f90 gnet_stats_copy_basic_hw +EXPORT_SYMBOL vmlinux 0x8ff05234 dma_resv_init +EXPORT_SYMBOL vmlinux 0x8ff2480b mmc_command_done +EXPORT_SYMBOL vmlinux 0x8ff89ed0 seg6_hmac_exit +EXPORT_SYMBOL vmlinux 0x90006be6 dm_kcopyd_client_flush +EXPORT_SYMBOL vmlinux 0x902d8722 vme_slave_get +EXPORT_SYMBOL vmlinux 0x9034a696 mempool_destroy +EXPORT_SYMBOL vmlinux 0x903c8367 folio_alloc +EXPORT_SYMBOL vmlinux 0x904ec823 input_set_timestamp +EXPORT_SYMBOL vmlinux 0x90576ec4 vmemdup_user +EXPORT_SYMBOL vmlinux 0x90578d55 fman_get_revision +EXPORT_SYMBOL vmlinux 0x90679e63 acpi_pm_device_sleep_state +EXPORT_SYMBOL vmlinux 0x906ede2e register_filesystem +EXPORT_SYMBOL vmlinux 0x9091c125 netdev_offload_xstats_get +EXPORT_SYMBOL vmlinux 0x9092524d unlock_page +EXPORT_SYMBOL vmlinux 0x909a81ab rproc_of_resm_mem_entry_init +EXPORT_SYMBOL vmlinux 0x90b1a176 drop_reasons +EXPORT_SYMBOL vmlinux 0x90cf6ffd of_match_device +EXPORT_SYMBOL vmlinux 0x90d9a06c inet6_getname +EXPORT_SYMBOL vmlinux 0x90eb3385 tcf_exts_dump_stats +EXPORT_SYMBOL vmlinux 0x90f80411 dev_get_by_index +EXPORT_SYMBOL vmlinux 0x90fb0590 ip_generic_getfrag +EXPORT_SYMBOL vmlinux 0x9114b616 __xa_alloc +EXPORT_SYMBOL vmlinux 0x9117c304 tty_insert_flip_string_fixed_flag +EXPORT_SYMBOL vmlinux 0x911c40dc rproc_coredump_add_custom_segment +EXPORT_SYMBOL vmlinux 0x9135fa20 __scsi_iterate_devices +EXPORT_SYMBOL vmlinux 0x9151e515 security_sctp_assoc_established +EXPORT_SYMBOL vmlinux 0x915cf21a ps2_drain +EXPORT_SYMBOL vmlinux 0x915f621e kmem_cache_shrink +EXPORT_SYMBOL vmlinux 0x9166fada strncpy +EXPORT_SYMBOL vmlinux 0x9166fc03 __flush_workqueue +EXPORT_SYMBOL vmlinux 0x916dbb42 phy_write_mmd +EXPORT_SYMBOL vmlinux 0x919c58f3 __clzsi2 +EXPORT_SYMBOL vmlinux 0x919ed807 fman_get_bmi_max_fifo_size +EXPORT_SYMBOL vmlinux 0x91a488ac __netdev_alloc_frag_align +EXPORT_SYMBOL vmlinux 0x91a7b1da qdisc_class_hash_remove +EXPORT_SYMBOL vmlinux 0x91bc1021 vme_new_dma_list +EXPORT_SYMBOL vmlinux 0x91c0980e icst_hz +EXPORT_SYMBOL vmlinux 0x91e2b1aa ipv6_chk_prefix +EXPORT_SYMBOL vmlinux 0x91e69aeb devm_ioport_map +EXPORT_SYMBOL vmlinux 0x91f436e5 kill_fasync +EXPORT_SYMBOL vmlinux 0x91f44510 idr_alloc_cyclic +EXPORT_SYMBOL vmlinux 0x91f68ea1 __hw_addr_sync +EXPORT_SYMBOL vmlinux 0x91f7f2f7 put_disk +EXPORT_SYMBOL vmlinux 0x92286eb9 md_reload_sb +EXPORT_SYMBOL vmlinux 0x9228c999 blk_integrity_register +EXPORT_SYMBOL vmlinux 0x922b6818 reuseport_attach_prog +EXPORT_SYMBOL vmlinux 0x922f45a6 __bitmap_clear +EXPORT_SYMBOL vmlinux 0x92353da6 sock_init_data_uid +EXPORT_SYMBOL vmlinux 0x923b1276 dmaengine_get +EXPORT_SYMBOL vmlinux 0x92510ec6 tcp_read_sock +EXPORT_SYMBOL vmlinux 0x92540fbf finish_wait +EXPORT_SYMBOL vmlinux 0x9258c776 hdmi_vendor_infoframe_pack_only +EXPORT_SYMBOL vmlinux 0x925c1580 pci_get_domain_bus_and_slot +EXPORT_SYMBOL vmlinux 0x92618129 genphy_read_lpa +EXPORT_SYMBOL vmlinux 0x926ca7b7 vm_event_states +EXPORT_SYMBOL vmlinux 0x927403f7 skb_queue_tail +EXPORT_SYMBOL vmlinux 0x92774cf8 __kfence_pool +EXPORT_SYMBOL vmlinux 0x927dd648 tcp_gro_complete +EXPORT_SYMBOL vmlinux 0x927ff04b ptp_find_pin_unlocked +EXPORT_SYMBOL vmlinux 0x9291cd3b memdup_user +EXPORT_SYMBOL vmlinux 0x92997ed8 _printk +EXPORT_SYMBOL vmlinux 0x92b99a33 acpi_put_table +EXPORT_SYMBOL vmlinux 0x92b9b180 slash_name +EXPORT_SYMBOL vmlinux 0x92bc2935 acpi_device_hid +EXPORT_SYMBOL vmlinux 0x92c856a3 iwe_stream_add_event +EXPORT_SYMBOL vmlinux 0x92cbe8ea phy_get_eee_err +EXPORT_SYMBOL vmlinux 0x92d5838e request_threaded_irq +EXPORT_SYMBOL vmlinux 0x92e05bf8 filemap_check_errors +EXPORT_SYMBOL vmlinux 0x92e683f5 down_timeout +EXPORT_SYMBOL vmlinux 0x92ec510d jiffies64_to_msecs +EXPORT_SYMBOL vmlinux 0x92f1e4c5 pci_release_region +EXPORT_SYMBOL vmlinux 0x92fa5abb vme_lm_detach +EXPORT_SYMBOL vmlinux 0x92fcbc02 scsi_target_resume +EXPORT_SYMBOL vmlinux 0x92fef900 netlink_capable +EXPORT_SYMBOL vmlinux 0x93018be2 dqget +EXPORT_SYMBOL vmlinux 0x93022ba6 __scsi_format_command +EXPORT_SYMBOL vmlinux 0x9305f8e6 cpufreq_get +EXPORT_SYMBOL vmlinux 0x9327f1d7 sock_alloc +EXPORT_SYMBOL vmlinux 0x932cf7f8 tcp_select_initial_window +EXPORT_SYMBOL vmlinux 0x933a171a d_hash_and_lookup +EXPORT_SYMBOL vmlinux 0x93498fa5 tcf_idr_create +EXPORT_SYMBOL vmlinux 0x93518615 pci_bus_write_config_byte +EXPORT_SYMBOL vmlinux 0x9354a418 blkdev_compat_ptr_ioctl +EXPORT_SYMBOL vmlinux 0x935c5841 __skb_vlan_pop +EXPORT_SYMBOL vmlinux 0x935ec941 qdisc_put_unlocked +EXPORT_SYMBOL vmlinux 0x937733e3 qid_valid +EXPORT_SYMBOL vmlinux 0x9389c712 udp_push_pending_frames +EXPORT_SYMBOL vmlinux 0x9395af7c __vfs_setxattr +EXPORT_SYMBOL vmlinux 0x93a6e0b2 io_schedule +EXPORT_SYMBOL vmlinux 0x93b3fc74 register_dcbevent_notifier +EXPORT_SYMBOL vmlinux 0x93bb0b7a dquot_quotactl_sysfile_ops +EXPORT_SYMBOL vmlinux 0x93d6dd8c complete_all +EXPORT_SYMBOL vmlinux 0x93e2f0e0 blk_mq_delay_kick_requeue_list +EXPORT_SYMBOL vmlinux 0x94181b21 jbd2_fc_end_commit_fallback +EXPORT_SYMBOL vmlinux 0x9428f816 dim_turn +EXPORT_SYMBOL vmlinux 0x94393b98 tcp_v4_do_rcv +EXPORT_SYMBOL vmlinux 0x943b1fbc misc_deregister +EXPORT_SYMBOL vmlinux 0x944375db _totalram_pages +EXPORT_SYMBOL vmlinux 0x944a564d is_console_locked +EXPORT_SYMBOL vmlinux 0x9466ad04 param_set_dyndbg_classes +EXPORT_SYMBOL vmlinux 0x9470d881 xfrm_register_type_offload +EXPORT_SYMBOL vmlinux 0x94764605 vfs_parse_fs_param_source +EXPORT_SYMBOL vmlinux 0x948f3a2f end_buffer_write_sync +EXPORT_SYMBOL vmlinux 0x94961283 vunmap +EXPORT_SYMBOL vmlinux 0x94bb7ec3 gen_pool_dma_zalloc_algo +EXPORT_SYMBOL vmlinux 0x94bf03ca utf8_to_utf32 +EXPORT_SYMBOL vmlinux 0x94e15237 get_tree_bdev +EXPORT_SYMBOL vmlinux 0x94e3e7ba qdisc_class_hash_grow +EXPORT_SYMBOL vmlinux 0x94e65624 skb_condense +EXPORT_SYMBOL vmlinux 0x94fc8d93 smp_call_function_many +EXPORT_SYMBOL vmlinux 0x94fccf4d pci_fixup_device +EXPORT_SYMBOL vmlinux 0x9507c90f copy_fsxattr_to_user +EXPORT_SYMBOL vmlinux 0x951ce07b of_translate_address +EXPORT_SYMBOL vmlinux 0x952109fc peernet2id +EXPORT_SYMBOL vmlinux 0x952ad3e0 devfreq_update_interval +EXPORT_SYMBOL vmlinux 0x9530c9f3 pps_unregister_source +EXPORT_SYMBOL vmlinux 0x953d2426 utf8_strncmp +EXPORT_SYMBOL vmlinux 0x95443541 of_get_ethdev_address +EXPORT_SYMBOL vmlinux 0x954cef6f init_on_alloc +EXPORT_SYMBOL vmlinux 0x954f099c idr_preload +EXPORT_SYMBOL vmlinux 0x956b0b0c flow_rule_match_mpls +EXPORT_SYMBOL vmlinux 0x95796997 vm_map_ram +EXPORT_SYMBOL vmlinux 0x958a04f1 bio_alloc_bioset +EXPORT_SYMBOL vmlinux 0x9598934e skb_store_bits +EXPORT_SYMBOL vmlinux 0x95a07bb5 acpi_execute_reg_methods +EXPORT_SYMBOL vmlinux 0x95a2a7c2 scsi_mode_sense +EXPORT_SYMBOL vmlinux 0x95a67b07 udp_table +EXPORT_SYMBOL vmlinux 0x95c6756f mr_fill_mroute +EXPORT_SYMBOL vmlinux 0x95ced0f8 __bh_read +EXPORT_SYMBOL vmlinux 0x95d610c5 ucc_of_parse_tdm +EXPORT_SYMBOL vmlinux 0x95d7ee93 iov_iter_kvec +EXPORT_SYMBOL vmlinux 0x95fa1cf8 writeback_inodes_sb_nr +EXPORT_SYMBOL vmlinux 0x96039d5f kobject_set_name +EXPORT_SYMBOL vmlinux 0x96185c82 blk_mq_start_stopped_hw_queues +EXPORT_SYMBOL vmlinux 0x9629f50a __nla_put_64bit +EXPORT_SYMBOL vmlinux 0x96543ad7 tcp_v4_connect +EXPORT_SYMBOL vmlinux 0x965e9b29 vme_dma_list_add +EXPORT_SYMBOL vmlinux 0x9663fdc0 mmc_wait_for_cmd +EXPORT_SYMBOL vmlinux 0x9680b236 xen_alloc_unpopulated_pages +EXPORT_SYMBOL vmlinux 0x96848186 scnprintf +EXPORT_SYMBOL vmlinux 0x9688de8b memstart_addr +EXPORT_SYMBOL vmlinux 0x968ad943 flush_dcache_page +EXPORT_SYMBOL vmlinux 0x96aaaeb9 pci_set_power_state +EXPORT_SYMBOL vmlinux 0x96aab811 vme_lm_request +EXPORT_SYMBOL vmlinux 0x96ab7dfa ipv6_find_hdr +EXPORT_SYMBOL vmlinux 0x96ae45e3 mmc_gpio_set_cd_isr +EXPORT_SYMBOL vmlinux 0x96b29254 strncasecmp +EXPORT_SYMBOL vmlinux 0x96c17136 fb_var_to_videomode +EXPORT_SYMBOL vmlinux 0x96cd2b04 scsi_sense_key_string +EXPORT_SYMBOL vmlinux 0x96e5d30f gen_pool_set_algo +EXPORT_SYMBOL vmlinux 0x96fab350 dim_park_on_top +EXPORT_SYMBOL vmlinux 0x96fd819b cdrom_open +EXPORT_SYMBOL vmlinux 0x97095f7a scsi_report_device_reset +EXPORT_SYMBOL vmlinux 0x9732fde7 __fput_sync +EXPORT_SYMBOL vmlinux 0x97350543 blk_mq_tagset_busy_iter +EXPORT_SYMBOL vmlinux 0x9739636e pid_task +EXPORT_SYMBOL vmlinux 0x973fa82e register_acpi_notifier +EXPORT_SYMBOL vmlinux 0x97602d82 dma_resv_copy_fences +EXPORT_SYMBOL vmlinux 0x978f55a0 md_wait_for_blocked_rdev +EXPORT_SYMBOL vmlinux 0x979517c6 rtnl_kfree_skbs +EXPORT_SYMBOL vmlinux 0x97a57333 crc_t10dif_update +EXPORT_SYMBOL vmlinux 0x97adb487 utf8s_to_utf16s +EXPORT_SYMBOL vmlinux 0x97b43d61 netlink_set_err +EXPORT_SYMBOL vmlinux 0x97bdfa60 scsi_dev_info_remove_list +EXPORT_SYMBOL vmlinux 0x97bee9ef pci_request_regions_exclusive +EXPORT_SYMBOL vmlinux 0x97bf605c blk_mq_run_hw_queue +EXPORT_SYMBOL vmlinux 0x97ceb7aa scsi_partsize +EXPORT_SYMBOL vmlinux 0x97dfdaab scsi_eh_prep_cmnd +EXPORT_SYMBOL vmlinux 0x97ed2212 __tracepoint_spi_transfer_start +EXPORT_SYMBOL vmlinux 0x9801fd4f param_set_ushort +EXPORT_SYMBOL vmlinux 0x9803d162 dev_change_flags +EXPORT_SYMBOL vmlinux 0x98224f50 phy_disconnect +EXPORT_SYMBOL vmlinux 0x9829fc11 __kfifo_out_peek_r +EXPORT_SYMBOL vmlinux 0x982bcde4 __cpu_dying_mask +EXPORT_SYMBOL vmlinux 0x983626bd napi_build_skb +EXPORT_SYMBOL vmlinux 0x9847fc2b udp_disconnect +EXPORT_SYMBOL vmlinux 0x984a51ba blk_mq_init_queue +EXPORT_SYMBOL vmlinux 0x9858f364 get_random_u8 +EXPORT_SYMBOL vmlinux 0x9881f609 skb_trim +EXPORT_SYMBOL vmlinux 0x9882f895 sched_autogroup_detach +EXPORT_SYMBOL vmlinux 0x9885c8f7 param_get_ushort +EXPORT_SYMBOL vmlinux 0x988bf763 pnp_request_card_device +EXPORT_SYMBOL vmlinux 0x988f9047 tcf_chain_put_by_act +EXPORT_SYMBOL vmlinux 0x98c039dc dma_fence_wait_timeout +EXPORT_SYMBOL vmlinux 0x98c89ade security_xfrm_state_alloc +EXPORT_SYMBOL vmlinux 0x98c974ec __breadahead +EXPORT_SYMBOL vmlinux 0x98cf60b3 strlen +EXPORT_SYMBOL vmlinux 0x98de2bf2 unpin_user_page +EXPORT_SYMBOL vmlinux 0x98de6566 phy_ethtool_get_wol +EXPORT_SYMBOL vmlinux 0x98e15696 scsi_report_bus_reset +EXPORT_SYMBOL vmlinux 0x98e508ef ignore_console_lock_warning +EXPORT_SYMBOL vmlinux 0x98ea3a03 of_graph_get_next_endpoint +EXPORT_SYMBOL vmlinux 0x98fb6df0 request_firmware_into_buf +EXPORT_SYMBOL vmlinux 0x99078b39 trace_print_flags_seq +EXPORT_SYMBOL vmlinux 0x99094fb2 qcom_scm_is_available +EXPORT_SYMBOL vmlinux 0x99154e01 xfrm_init_state +EXPORT_SYMBOL vmlinux 0x9928d51e seq_read +EXPORT_SYMBOL vmlinux 0x993094bd of_get_parent +EXPORT_SYMBOL vmlinux 0x9931f8c9 qcom_scm_lmh_dcvsh_available +EXPORT_SYMBOL vmlinux 0x99363129 flow_rule_match_basic +EXPORT_SYMBOL vmlinux 0x9939eba0 backlight_unregister_notifier +EXPORT_SYMBOL vmlinux 0x994791eb get_tree_keyed +EXPORT_SYMBOL vmlinux 0x99517682 udp_encap_enable +EXPORT_SYMBOL vmlinux 0x995df256 tty_unregister_device +EXPORT_SYMBOL vmlinux 0x9975dc22 acpi_get_handle +EXPORT_SYMBOL vmlinux 0x9976c7bf __d_drop +EXPORT_SYMBOL vmlinux 0x9981fdf8 __block_write_full_page +EXPORT_SYMBOL vmlinux 0x99865b16 mpage_writepages +EXPORT_SYMBOL vmlinux 0x998f4ca0 dcache_readdir +EXPORT_SYMBOL vmlinux 0x999324a1 of_device_is_available +EXPORT_SYMBOL vmlinux 0x999b18f4 rawv6_mh_filter_unregister +EXPORT_SYMBOL vmlinux 0x999e8297 vfree +EXPORT_SYMBOL vmlinux 0x99ab7aac i2c_smbus_read_word_data +EXPORT_SYMBOL vmlinux 0x99b4eb02 md_flush_request +EXPORT_SYMBOL vmlinux 0x99d472b1 net_dim_get_rx_moderation +EXPORT_SYMBOL vmlinux 0x99daa9bf try_offline_node +EXPORT_SYMBOL vmlinux 0x99ebc408 netdev_crit +EXPORT_SYMBOL vmlinux 0x99f7371c refcount_dec_and_mutex_lock +EXPORT_SYMBOL vmlinux 0x99f8ee6c pm_vt_switch_required +EXPORT_SYMBOL vmlinux 0x99f9638f __napi_alloc_frag_align +EXPORT_SYMBOL vmlinux 0x9a05c43c security_unix_may_send +EXPORT_SYMBOL vmlinux 0x9a0c3a18 vme_unregister_error_handler +EXPORT_SYMBOL vmlinux 0x9a106bcb copy_page_from_iter_atomic +EXPORT_SYMBOL vmlinux 0x9a1dfd65 strpbrk +EXPORT_SYMBOL vmlinux 0x9a22391e radix_tree_gang_lookup_tag_slot +EXPORT_SYMBOL vmlinux 0x9a268b83 dev_activate +EXPORT_SYMBOL vmlinux 0x9a29ff5c tcp_fastopen_defer_connect +EXPORT_SYMBOL vmlinux 0x9a3564fb fb_firmware_edid +EXPORT_SYMBOL vmlinux 0x9a3e3d04 netdev_lower_get_next +EXPORT_SYMBOL vmlinux 0x9a47f9ad get_cached_acl_rcu +EXPORT_SYMBOL vmlinux 0x9a4d00b9 pci_rebar_get_possible_sizes +EXPORT_SYMBOL vmlinux 0x9a583306 netlbl_bitmap_walk +EXPORT_SYMBOL vmlinux 0x9a6e3380 tegra_io_pad_power_enable +EXPORT_SYMBOL vmlinux 0x9a9074ba security_inet_conn_established +EXPORT_SYMBOL vmlinux 0x9a979e63 blk_queue_max_segment_size +EXPORT_SYMBOL vmlinux 0x9aa8eda0 mipi_dsi_turn_on_peripheral +EXPORT_SYMBOL vmlinux 0x9aaeefce sysctl_nf_log_all_netns +EXPORT_SYMBOL vmlinux 0x9abbb8b6 config_item_get_unless_zero +EXPORT_SYMBOL vmlinux 0x9ae47436 _find_last_bit +EXPORT_SYMBOL vmlinux 0x9b059ce9 pci_assign_resource +EXPORT_SYMBOL vmlinux 0x9b128a66 qcom_scm_set_remote_state +EXPORT_SYMBOL vmlinux 0x9b2560b9 gf128mul_init_4k_bbe +EXPORT_SYMBOL vmlinux 0x9b2dcd7d tcp_read_skb +EXPORT_SYMBOL vmlinux 0x9b33e0d7 unregister_dcbevent_notifier +EXPORT_SYMBOL vmlinux 0x9b42fc89 __find_get_block +EXPORT_SYMBOL vmlinux 0x9b496b21 posix_acl_alloc +EXPORT_SYMBOL vmlinux 0x9b513ca6 _copy_to_iter +EXPORT_SYMBOL vmlinux 0x9b658f12 dm_register_target +EXPORT_SYMBOL vmlinux 0x9b6a57ac folio_wait_bit +EXPORT_SYMBOL vmlinux 0x9b6c724e xudma_pktdma_tflow_get_irq +EXPORT_SYMBOL vmlinux 0x9b72478f acpi_unload_parent_table +EXPORT_SYMBOL vmlinux 0x9b880ccc seq_printf +EXPORT_SYMBOL vmlinux 0x9b8b28fc mfd_add_devices +EXPORT_SYMBOL vmlinux 0x9b93c90a vm_mmap +EXPORT_SYMBOL vmlinux 0x9ba7fae2 input_setup_polling +EXPORT_SYMBOL vmlinux 0x9bb0a13a I_BDEV +EXPORT_SYMBOL vmlinux 0x9bf62b3f vm_map_pages +EXPORT_SYMBOL vmlinux 0x9c04393d _copy_from_iter +EXPORT_SYMBOL vmlinux 0x9c0e7f56 flow_block_cb_lookup +EXPORT_SYMBOL vmlinux 0x9c122bcf mempool_create_node +EXPORT_SYMBOL vmlinux 0x9c1e5bf5 queued_spin_lock_slowpath +EXPORT_SYMBOL vmlinux 0x9c297725 fb_prepare_logo +EXPORT_SYMBOL vmlinux 0x9c3e97d5 __sock_i_ino +EXPORT_SYMBOL vmlinux 0x9c4e6857 dev_vprintk_emit +EXPORT_SYMBOL vmlinux 0x9c4eafce dma_unmap_page_attrs +EXPORT_SYMBOL vmlinux 0x9c537637 free_buffer_head +EXPORT_SYMBOL vmlinux 0x9c55e9b8 ata_std_end_eh +EXPORT_SYMBOL vmlinux 0x9c574858 simple_symlink_inode_operations +EXPORT_SYMBOL vmlinux 0x9c5a2ada ucc_fast_dump_regs +EXPORT_SYMBOL vmlinux 0x9c5d5b94 crc8 +EXPORT_SYMBOL vmlinux 0x9c5d5c89 jbd2_journal_check_used_features +EXPORT_SYMBOL vmlinux 0x9c86b9ab fileattr_fill_flags +EXPORT_SYMBOL vmlinux 0x9c971b2c cdrom_mode_sense +EXPORT_SYMBOL vmlinux 0x9c9aa3b9 parse_int_array_user +EXPORT_SYMBOL vmlinux 0x9cab34a6 rfkill_set_led_trigger_name +EXPORT_SYMBOL vmlinux 0x9cb4d697 kmalloc_node_trace +EXPORT_SYMBOL vmlinux 0x9cbb7e05 xfrm_state_check_expire +EXPORT_SYMBOL vmlinux 0x9cbd98ea kernel_getsockname +EXPORT_SYMBOL vmlinux 0x9ccf7171 vme_dma_pci_attribute +EXPORT_SYMBOL vmlinux 0x9cd91791 register_sysctl +EXPORT_SYMBOL vmlinux 0x9cdfb3f7 sysctl_fb_tunnels_only_for_init_net +EXPORT_SYMBOL vmlinux 0x9ce22a64 napi_consume_skb +EXPORT_SYMBOL vmlinux 0x9cec0c7b dm_kobject_release +EXPORT_SYMBOL vmlinux 0x9cf5cdb4 tcp_md5_key_copy +EXPORT_SYMBOL vmlinux 0x9cf67cb4 jbd2_journal_unlock_updates +EXPORT_SYMBOL vmlinux 0x9cfe0885 ip_fraglist_prepare +EXPORT_SYMBOL vmlinux 0x9d0199d9 bh_uptodate_or_lock +EXPORT_SYMBOL vmlinux 0x9d0d6206 unregister_netdevice_notifier +EXPORT_SYMBOL vmlinux 0x9d105fb8 unregister_netdevice_notifier_dev_net +EXPORT_SYMBOL vmlinux 0x9d187f47 pci_iounmap +EXPORT_SYMBOL vmlinux 0x9d198d51 from_kprojid_munged +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 0x9d3d6f60 ptp_find_pin +EXPORT_SYMBOL vmlinux 0x9d3f4271 kset_register +EXPORT_SYMBOL vmlinux 0x9d444e51 __i2c_transfer +EXPORT_SYMBOL vmlinux 0x9d5f94a4 __xfrm_state_delete +EXPORT_SYMBOL vmlinux 0x9d61e994 ucs2_strncmp +EXPORT_SYMBOL vmlinux 0x9d7487da mmc_is_req_done +EXPORT_SYMBOL vmlinux 0x9d8fdf1f read_cache_folio +EXPORT_SYMBOL vmlinux 0x9d919ebf dev_get_by_index_rcu +EXPORT_SYMBOL vmlinux 0x9d92433c pm860x_page_bulk_read +EXPORT_SYMBOL vmlinux 0x9d92f3ad __wait_on_bit_lock +EXPORT_SYMBOL vmlinux 0x9d9687bf iov_iter_revert +EXPORT_SYMBOL vmlinux 0x9d97c6ef mipi_dsi_dcs_set_display_on +EXPORT_SYMBOL vmlinux 0x9da62223 nf_unregister_net_hooks +EXPORT_SYMBOL vmlinux 0x9dcad3bf flow_indr_dev_register +EXPORT_SYMBOL vmlinux 0x9dce0470 mii_ethtool_gset +EXPORT_SYMBOL vmlinux 0x9dd9df13 dm_kcopyd_client_create +EXPORT_SYMBOL vmlinux 0x9dde71c3 pci_enable_ptm +EXPORT_SYMBOL vmlinux 0x9de25181 dev_set_alias +EXPORT_SYMBOL vmlinux 0x9df21d0e qman_affine_channel +EXPORT_SYMBOL vmlinux 0x9df2d7f6 inode_sub_bytes +EXPORT_SYMBOL vmlinux 0x9e06c6aa freeze_super +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 0x9e295b41 disk_stack_limits +EXPORT_SYMBOL vmlinux 0x9e4faeef dm_io_client_destroy +EXPORT_SYMBOL vmlinux 0x9e5e750d node_to_cpumask_map +EXPORT_SYMBOL vmlinux 0x9e61bb05 set_freezable +EXPORT_SYMBOL vmlinux 0x9e7d6bd0 __udelay +EXPORT_SYMBOL vmlinux 0x9e9eab95 devcgroup_check_permission +EXPORT_SYMBOL vmlinux 0x9e9fdd9d memunmap +EXPORT_SYMBOL vmlinux 0x9eacf8a5 kstrndup +EXPORT_SYMBOL vmlinux 0x9eadfc36 netdev_lower_get_next_private +EXPORT_SYMBOL vmlinux 0x9eb187fa xudma_pktdma_rflow_get_irq +EXPORT_SYMBOL vmlinux 0x9ebdc94d flow_rule_match_enc_keyid +EXPORT_SYMBOL vmlinux 0x9ec0e639 twl6030_interrupt_unmask +EXPORT_SYMBOL vmlinux 0x9ec48402 ether_setup +EXPORT_SYMBOL vmlinux 0x9ec6ca96 ktime_get_real_ts64 +EXPORT_SYMBOL vmlinux 0x9ecb674c pci_enable_wake +EXPORT_SYMBOL vmlinux 0x9ed12e20 kmalloc_large +EXPORT_SYMBOL vmlinux 0x9ed7c847 brcmstb_get_family_id +EXPORT_SYMBOL vmlinux 0x9ed978de vme_lm_set +EXPORT_SYMBOL vmlinux 0x9eda2d92 pci_clear_mwi +EXPORT_SYMBOL vmlinux 0x9ee28bff console_force_preferred_locked +EXPORT_SYMBOL vmlinux 0x9ef0782f netpoll_cleanup +EXPORT_SYMBOL vmlinux 0x9efdc20b flow_block_cb_priv +EXPORT_SYMBOL vmlinux 0x9f00d1f8 skb_abort_seq_read +EXPORT_SYMBOL vmlinux 0x9f0197da blk_rq_init +EXPORT_SYMBOL vmlinux 0x9f2b412d lynx_get_mdio_device +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 0x9f64ddcc __neigh_event_send +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 0x9fb14025 mdiobus_write_nested +EXPORT_SYMBOL vmlinux 0x9fb41842 netdev_offload_xstats_report_delta +EXPORT_SYMBOL vmlinux 0x9fbadea8 __traceiter_mmap_lock_released +EXPORT_SYMBOL vmlinux 0x9fce9c0e configfs_register_default_group +EXPORT_SYMBOL vmlinux 0x9fd63ea0 pci_alloc_irq_vectors_affinity +EXPORT_SYMBOL vmlinux 0x9fdecc31 unregister_netdevice_many +EXPORT_SYMBOL vmlinux 0x9feed7ce timer_reduce +EXPORT_SYMBOL vmlinux 0x9ffa3a75 netdev_max_backlog +EXPORT_SYMBOL vmlinux 0xa00aca2a dql_completed +EXPORT_SYMBOL vmlinux 0xa0141040 dquot_set_dqinfo +EXPORT_SYMBOL vmlinux 0xa01d3df6 font_vga_8x16 +EXPORT_SYMBOL vmlinux 0xa027c5b6 bio_free_pages +EXPORT_SYMBOL vmlinux 0xa02aa74a __cond_resched_lock +EXPORT_SYMBOL vmlinux 0xa033d747 next_arg +EXPORT_SYMBOL vmlinux 0xa0436e98 in6addr_linklocal_allnodes +EXPORT_SYMBOL vmlinux 0xa04d1043 proc_set_user +EXPORT_SYMBOL vmlinux 0xa04e33da qcom_scm_lmh_dcvsh +EXPORT_SYMBOL vmlinux 0xa057df8f twl_set_regcache_bypass +EXPORT_SYMBOL vmlinux 0xa05b6be2 psched_ppscfg_precompute +EXPORT_SYMBOL vmlinux 0xa05c9e23 file_check_and_advance_wb_err +EXPORT_SYMBOL vmlinux 0xa07a37f0 memchr +EXPORT_SYMBOL vmlinux 0xa07d1b3c tasklet_setup +EXPORT_SYMBOL vmlinux 0xa082189d pcim_iomap_regions +EXPORT_SYMBOL vmlinux 0xa084749a __bitmap_or +EXPORT_SYMBOL vmlinux 0xa095e02e generic_check_addressable +EXPORT_SYMBOL vmlinux 0xa0ae1e73 siphash_3u64 +EXPORT_SYMBOL vmlinux 0xa0af48d3 vfs_get_link +EXPORT_SYMBOL vmlinux 0xa0b04675 vmalloc_32 +EXPORT_SYMBOL vmlinux 0xa0c043f9 flow_indr_dev_setup_offload +EXPORT_SYMBOL vmlinux 0xa0c34598 keyring_search +EXPORT_SYMBOL vmlinux 0xa0d80963 neigh_sysctl_unregister +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 0xa0f2e721 sock_i_ino +EXPORT_SYMBOL vmlinux 0xa0fbac79 wake_up_bit +EXPORT_SYMBOL vmlinux 0xa0fbb25c _dev_info +EXPORT_SYMBOL vmlinux 0xa0fccbb4 tcf_block_put_ext +EXPORT_SYMBOL vmlinux 0xa106924e kill_litter_super +EXPORT_SYMBOL vmlinux 0xa108eb4d sysctl_optmem_max +EXPORT_SYMBOL vmlinux 0xa12cba3e copy_page_to_iter +EXPORT_SYMBOL vmlinux 0xa1352173 pci_bus_write_config_word +EXPORT_SYMBOL vmlinux 0xa15dacac devm_request_threaded_irq +EXPORT_SYMBOL vmlinux 0xa1730b67 of_find_matching_node_and_match +EXPORT_SYMBOL vmlinux 0xa178de3c unregister_mii_timestamper +EXPORT_SYMBOL vmlinux 0xa180768c phy_ethtool_get_link_ksettings +EXPORT_SYMBOL vmlinux 0xa18594bc generic_write_end +EXPORT_SYMBOL vmlinux 0xa1af54d8 xfrm_input_resume +EXPORT_SYMBOL vmlinux 0xa1b6d848 of_mdiobus_phy_device_register +EXPORT_SYMBOL vmlinux 0xa1c4c25d vme_master_mmap +EXPORT_SYMBOL vmlinux 0xa1e60e24 param_ops_ushort +EXPORT_SYMBOL vmlinux 0xa2060911 inet_current_timestamp +EXPORT_SYMBOL vmlinux 0xa2112586 __ip_mc_inc_group +EXPORT_SYMBOL vmlinux 0xa21d6536 blk_rq_append_bio +EXPORT_SYMBOL vmlinux 0xa2326c49 acpi_remove_table_handler +EXPORT_SYMBOL vmlinux 0xa23befac pnpacpi_protocol +EXPORT_SYMBOL vmlinux 0xa23ffc04 groups_sort +EXPORT_SYMBOL vmlinux 0xa24f23d8 __request_module +EXPORT_SYMBOL vmlinux 0xa25ce1c7 copy_highpage +EXPORT_SYMBOL vmlinux 0xa263892b fscrypt_fname_free_buffer +EXPORT_SYMBOL vmlinux 0xa2640198 inet6_add_protocol +EXPORT_SYMBOL vmlinux 0xa2660e90 __tracepoint_dma_fence_signaled +EXPORT_SYMBOL vmlinux 0xa267b787 __pskb_copy_fclone +EXPORT_SYMBOL vmlinux 0xa2848044 udp_gro_receive +EXPORT_SYMBOL vmlinux 0xa2857829 t10_pi_type3_crc +EXPORT_SYMBOL vmlinux 0xa28cfcc0 gen_estimator_active +EXPORT_SYMBOL vmlinux 0xa2b6477c inc_node_page_state +EXPORT_SYMBOL vmlinux 0xa2bc8f9d folio_redirty_for_writepage +EXPORT_SYMBOL vmlinux 0xa2cf3649 qman_fq_fqid +EXPORT_SYMBOL vmlinux 0xa2d2e5f6 input_unregister_device +EXPORT_SYMBOL vmlinux 0xa2d4b75e qcom_scm_iommu_set_cp_pool_size +EXPORT_SYMBOL vmlinux 0xa2d7ec8d __SCK__tp_func_kmem_cache_free +EXPORT_SYMBOL vmlinux 0xa2fad30f __scsi_device_lookup_by_target +EXPORT_SYMBOL vmlinux 0xa302f0cc arp_create +EXPORT_SYMBOL vmlinux 0xa310b3d5 alloc_file_pseudo +EXPORT_SYMBOL vmlinux 0xa31ee274 tcp_recvmsg +EXPORT_SYMBOL vmlinux 0xa339e6e5 on_each_cpu_cond_mask +EXPORT_SYMBOL vmlinux 0xa3522df5 qman_query_fq_np +EXPORT_SYMBOL vmlinux 0xa353a583 blk_queue_segment_boundary +EXPORT_SYMBOL vmlinux 0xa356b4bd pcie_capability_write_word +EXPORT_SYMBOL vmlinux 0xa359fccc kiocb_set_cancel_fn +EXPORT_SYMBOL vmlinux 0xa364ed77 jbd2_journal_start +EXPORT_SYMBOL vmlinux 0xa36c82ab fsync_bdev +EXPORT_SYMBOL vmlinux 0xa38a6a53 alloc_buffer_head +EXPORT_SYMBOL vmlinux 0xa395ca49 of_find_all_nodes +EXPORT_SYMBOL vmlinux 0xa398d439 udp_pre_connect +EXPORT_SYMBOL vmlinux 0xa3ab16f0 md_reap_sync_thread +EXPORT_SYMBOL vmlinux 0xa3ac3312 neigh_parms_release +EXPORT_SYMBOL vmlinux 0xa3b5cce2 jbd2_journal_init_dev +EXPORT_SYMBOL vmlinux 0xa3ba5f70 crypto_sha256_finup +EXPORT_SYMBOL vmlinux 0xa3be8342 __ubsan_handle_type_mismatch +EXPORT_SYMBOL vmlinux 0xa3cefaa0 blake2s_update +EXPORT_SYMBOL vmlinux 0xa3fea172 sha224_final +EXPORT_SYMBOL vmlinux 0xa40ff01b acpi_dbg_layer +EXPORT_SYMBOL vmlinux 0xa4273482 xfrm_dst_ifdown +EXPORT_SYMBOL vmlinux 0xa42e7ff4 _dev_warn +EXPORT_SYMBOL vmlinux 0xa4340dc7 bdi_alloc +EXPORT_SYMBOL vmlinux 0xa443be3b security_cred_getsecid +EXPORT_SYMBOL vmlinux 0xa448c653 qcom_scm_ice_set_key +EXPORT_SYMBOL vmlinux 0xa44b1841 ps2_cmd_aborted +EXPORT_SYMBOL vmlinux 0xa44c1087 qdisc_offload_graft_helper +EXPORT_SYMBOL vmlinux 0xa47374f5 mark_buffer_dirty +EXPORT_SYMBOL vmlinux 0xa499c46b setattr_prepare +EXPORT_SYMBOL vmlinux 0xa49ddaa9 dev_mc_add_global +EXPORT_SYMBOL vmlinux 0xa4a86591 dma_sync_wait +EXPORT_SYMBOL vmlinux 0xa4bce93c fscrypt_fname_disk_to_usr +EXPORT_SYMBOL vmlinux 0xa4cb39ee inode_set_flags +EXPORT_SYMBOL vmlinux 0xa4cc99a7 __blk_mq_alloc_disk +EXPORT_SYMBOL vmlinux 0xa4dbc0df param_ops_string +EXPORT_SYMBOL vmlinux 0xa4f4b292 __blkdev_issue_zeroout +EXPORT_SYMBOL vmlinux 0xa4fca045 qcom_scm_ocmem_lock +EXPORT_SYMBOL vmlinux 0xa50e32df ip_cmsg_recv_offset +EXPORT_SYMBOL vmlinux 0xa521edac sock_wfree +EXPORT_SYMBOL vmlinux 0xa52bb66e simple_transaction_read +EXPORT_SYMBOL vmlinux 0xa52bedf6 xenbus_dev_request_and_reply +EXPORT_SYMBOL vmlinux 0xa54e0d10 __netif_schedule +EXPORT_SYMBOL vmlinux 0xa5526619 rb_insert_color +EXPORT_SYMBOL vmlinux 0xa55839f3 rpmh_invalidate +EXPORT_SYMBOL vmlinux 0xa55a9b79 rproc_coredump_set_elf_info +EXPORT_SYMBOL vmlinux 0xa57ced6b mii_check_media +EXPORT_SYMBOL vmlinux 0xa58af0a6 _raw_read_unlock_irq +EXPORT_SYMBOL vmlinux 0xa5976e4f dev_base_lock +EXPORT_SYMBOL vmlinux 0xa5a8cfc0 is_nd_btt +EXPORT_SYMBOL vmlinux 0xa5ae8d06 dquot_writeback_dquots +EXPORT_SYMBOL vmlinux 0xa5c4a7d4 default_llseek +EXPORT_SYMBOL vmlinux 0xa5d2d095 sk_stream_wait_memory +EXPORT_SYMBOL vmlinux 0xa5e0b17d nf_reinject +EXPORT_SYMBOL vmlinux 0xa5f34cf0 lease_modify +EXPORT_SYMBOL vmlinux 0xa5f3c33e find_inode_by_ino_rcu +EXPORT_SYMBOL vmlinux 0xa5f6c090 balance_dirty_pages_ratelimited +EXPORT_SYMBOL vmlinux 0xa5f7cf37 __cpu_possible_mask +EXPORT_SYMBOL vmlinux 0xa61ced89 qdisc_put_rtab +EXPORT_SYMBOL vmlinux 0xa6257a2f complete +EXPORT_SYMBOL vmlinux 0xa626fcf8 pci_read_vpd_any +EXPORT_SYMBOL vmlinux 0xa6331e75 kfree_skb_reason +EXPORT_SYMBOL vmlinux 0xa63457e2 ip6_route_me_harder +EXPORT_SYMBOL vmlinux 0xa63d44cc __dev_set_mtu +EXPORT_SYMBOL vmlinux 0xa644afd9 _dev_err +EXPORT_SYMBOL vmlinux 0xa648e561 __ubsan_handle_shift_out_of_bounds +EXPORT_SYMBOL vmlinux 0xa64c5cd9 fb_validate_mode +EXPORT_SYMBOL vmlinux 0xa64c7249 __printk_cpu_sync_try_get +EXPORT_SYMBOL vmlinux 0xa64ef6b4 pci_get_device +EXPORT_SYMBOL vmlinux 0xa65ec348 __splice_from_pipe +EXPORT_SYMBOL vmlinux 0xa681fe88 generate_random_uuid +EXPORT_SYMBOL vmlinux 0xa68655a5 page_cache_prev_miss +EXPORT_SYMBOL vmlinux 0xa690e9b9 ipv6_chk_addr_and_flags +EXPORT_SYMBOL vmlinux 0xa69a69b1 kill_pid +EXPORT_SYMBOL vmlinux 0xa69ed606 flow_keys_dissector +EXPORT_SYMBOL vmlinux 0xa6a0ea66 sk_dst_check +EXPORT_SYMBOL vmlinux 0xa6b26d72 alloc_skb_with_frags +EXPORT_SYMBOL vmlinux 0xa6e5ca79 phy_remove_link_mode +EXPORT_SYMBOL vmlinux 0xa6fd1840 has_capability_noaudit +EXPORT_SYMBOL vmlinux 0xa6ffd7dc netif_tx_stop_all_queues +EXPORT_SYMBOL vmlinux 0xa70bc96d qcom_scm_restore_sec_cfg_available +EXPORT_SYMBOL vmlinux 0xa70ed9dc tcp_hashinfo +EXPORT_SYMBOL vmlinux 0xa710c2ff ip6_fraglist_init +EXPORT_SYMBOL vmlinux 0xa711bfab tegra_ivc_cleanup +EXPORT_SYMBOL vmlinux 0xa71acc92 fman_port_config +EXPORT_SYMBOL vmlinux 0xa72035f9 xa_get_order +EXPORT_SYMBOL vmlinux 0xa727b2c6 d_alloc_parallel +EXPORT_SYMBOL vmlinux 0xa7363cd7 input_register_handle +EXPORT_SYMBOL vmlinux 0xa74c9877 refcount_dec_and_rtnl_lock +EXPORT_SYMBOL vmlinux 0xa77399de seq_write +EXPORT_SYMBOL vmlinux 0xa77bfd29 register_inet6addr_validator_notifier +EXPORT_SYMBOL vmlinux 0xa78825de dquot_alloc_inode +EXPORT_SYMBOL vmlinux 0xa794d20c phy_mac_interrupt +EXPORT_SYMBOL vmlinux 0xa7990e45 __f_setown +EXPORT_SYMBOL vmlinux 0xa7995a1b eth_header_parse +EXPORT_SYMBOL vmlinux 0xa79e68da tcf_exts_num_actions +EXPORT_SYMBOL vmlinux 0xa7a13717 of_phy_register_fixed_link +EXPORT_SYMBOL vmlinux 0xa7b2779e backlight_device_get_by_type +EXPORT_SYMBOL vmlinux 0xa7bc0f07 of_io_request_and_map +EXPORT_SYMBOL vmlinux 0xa7d3a672 xfrm6_protocol_deregister +EXPORT_SYMBOL vmlinux 0xa7d5f92e ida_destroy +EXPORT_SYMBOL vmlinux 0xa7eedcc4 call_usermodehelper +EXPORT_SYMBOL vmlinux 0xa7ff42e2 phy_device_create +EXPORT_SYMBOL vmlinux 0xa812c5ae scsi_print_sense_hdr +EXPORT_SYMBOL vmlinux 0xa8181adf proc_dointvec +EXPORT_SYMBOL vmlinux 0xa838d300 unpin_user_pages_dirty_lock +EXPORT_SYMBOL vmlinux 0xa843805a get_unused_fd_flags +EXPORT_SYMBOL vmlinux 0xa84ce9e0 crypto_aes_inv_sbox +EXPORT_SYMBOL vmlinux 0xa853396b xa_extract +EXPORT_SYMBOL vmlinux 0xa85a3e6d xa_load +EXPORT_SYMBOL vmlinux 0xa8607adb pci_set_mwi +EXPORT_SYMBOL vmlinux 0xa8694ecd kblockd_schedule_work +EXPORT_SYMBOL vmlinux 0xa869563a jbd2_journal_init_inode +EXPORT_SYMBOL vmlinux 0xa86c3cc5 truncate_pagecache +EXPORT_SYMBOL vmlinux 0xa8730570 pci_disable_msi +EXPORT_SYMBOL vmlinux 0xa8829709 netlink_rcv_skb +EXPORT_SYMBOL vmlinux 0xa897e3e7 mempool_free +EXPORT_SYMBOL vmlinux 0xa89a1cf1 ipmi_dmi_get_slave_addr +EXPORT_SYMBOL vmlinux 0xa8a6a5d0 tty_port_lower_dtr_rts +EXPORT_SYMBOL vmlinux 0xa8a8110c kernel_neon_end +EXPORT_SYMBOL vmlinux 0xa8bd1618 nd_pfn_validate +EXPORT_SYMBOL vmlinux 0xa8bef373 msm_pinctrl_dev_pm_ops +EXPORT_SYMBOL vmlinux 0xa8bef8e7 skb_push +EXPORT_SYMBOL vmlinux 0xa8c1059e pci_find_next_bus +EXPORT_SYMBOL vmlinux 0xa8c6cc0a pci_request_region +EXPORT_SYMBOL vmlinux 0xa8caa845 clk_bulk_put_all +EXPORT_SYMBOL vmlinux 0xa8e6933a qdf2400_e44_present +EXPORT_SYMBOL vmlinux 0xa8f6c843 ip_frag_ecn_table +EXPORT_SYMBOL vmlinux 0xa90ca0de flush_rcu_work +EXPORT_SYMBOL vmlinux 0xa913e367 gnet_stats_copy_queue +EXPORT_SYMBOL vmlinux 0xa916915b tcp_sock_set_quickack +EXPORT_SYMBOL vmlinux 0xa916b694 strnlen +EXPORT_SYMBOL vmlinux 0xa93e826b sb_set_blocksize +EXPORT_SYMBOL vmlinux 0xa94a09bb mem_section +EXPORT_SYMBOL vmlinux 0xa9562f0a alloc_anon_inode +EXPORT_SYMBOL vmlinux 0xa960203f inet_frags_init +EXPORT_SYMBOL vmlinux 0xa964dd13 gpmc_cs_request +EXPORT_SYMBOL vmlinux 0xa965ca81 reciprocal_value +EXPORT_SYMBOL vmlinux 0xa968ed27 filemap_get_folios_contig +EXPORT_SYMBOL vmlinux 0xa976957d bitmap_remap +EXPORT_SYMBOL vmlinux 0xa983a5fd mmc_card_is_blockaddr +EXPORT_SYMBOL vmlinux 0xa99a3729 flow_rule_match_pppoe +EXPORT_SYMBOL vmlinux 0xa9a1fc4d nf_unregister_net_hook +EXPORT_SYMBOL vmlinux 0xa9a8bd53 generic_pipe_buf_get +EXPORT_SYMBOL vmlinux 0xa9b314b4 unregister_shrinker +EXPORT_SYMBOL vmlinux 0xa9cb2d58 mdiobb_write +EXPORT_SYMBOL vmlinux 0xa9e9d38e page_get_link +EXPORT_SYMBOL vmlinux 0xa9eaaa6e pskb_trim_rcsum_slow +EXPORT_SYMBOL vmlinux 0xa9ed62d2 tegra_fuse_readl +EXPORT_SYMBOL vmlinux 0xaa00fdc0 ec_transaction +EXPORT_SYMBOL vmlinux 0xaa0701af mod_zone_page_state +EXPORT_SYMBOL vmlinux 0xaa0c318b vscnprintf +EXPORT_SYMBOL vmlinux 0xaa19e4aa _kstrtol +EXPORT_SYMBOL vmlinux 0xaa2d5f66 ping_prot +EXPORT_SYMBOL vmlinux 0xaa30efd8 __fib6_flush_trees +EXPORT_SYMBOL vmlinux 0xaa31ae06 init_pseudo +EXPORT_SYMBOL vmlinux 0xaa31ee4b udp_seq_stop +EXPORT_SYMBOL vmlinux 0xaa341905 acpi_bios_exception +EXPORT_SYMBOL vmlinux 0xaa3f0a33 migrate_vma_finalize +EXPORT_SYMBOL vmlinux 0xaa45c26b device_get_mac_address +EXPORT_SYMBOL vmlinux 0xaa60edad iget_locked +EXPORT_SYMBOL vmlinux 0xaa66c67b dentry_create +EXPORT_SYMBOL vmlinux 0xaa6f23ad rfkill_get_led_trigger_name +EXPORT_SYMBOL vmlinux 0xaa73beb0 __cgroup_bpf_run_filter_sock_ops +EXPORT_SYMBOL vmlinux 0xaa8106bc crc8_populate_msb +EXPORT_SYMBOL vmlinux 0xaa8f1b71 inet_addr_is_any +EXPORT_SYMBOL vmlinux 0xaa9c5eb3 fb_get_buffer_offset +EXPORT_SYMBOL vmlinux 0xaaa4b9bc hchacha_block_generic +EXPORT_SYMBOL vmlinux 0xaaa50fb2 qcom_scm_lmh_profile_change +EXPORT_SYMBOL vmlinux 0xaab808d1 tcp_time_wait +EXPORT_SYMBOL vmlinux 0xaacb9a7c jbd2_complete_transaction +EXPORT_SYMBOL vmlinux 0xaacbb129 generic_file_llseek +EXPORT_SYMBOL vmlinux 0xaad0ae78 __bitmap_shift_right +EXPORT_SYMBOL vmlinux 0xaad0d412 d_set_d_op +EXPORT_SYMBOL vmlinux 0xaad4e8aa dns_query +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 0xaaf4a334 qcom_scm_set_cold_boot_addr +EXPORT_SYMBOL vmlinux 0xaafdc258 strcasecmp +EXPORT_SYMBOL vmlinux 0xaafeddc6 tcp_sock_set_keepcnt +EXPORT_SYMBOL vmlinux 0xab20758d add_to_pipe +EXPORT_SYMBOL vmlinux 0xab2b6299 pci_enable_device_io +EXPORT_SYMBOL vmlinux 0xab3697e4 irq_poll_init +EXPORT_SYMBOL vmlinux 0xab3b75ea vme_dma_pattern_attribute +EXPORT_SYMBOL vmlinux 0xab558e59 sock_rfree +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 0xab7150af crypto_sha256_update +EXPORT_SYMBOL vmlinux 0xab7322a8 mmc_gpio_get_cd +EXPORT_SYMBOL vmlinux 0xab781570 fb_get_options +EXPORT_SYMBOL vmlinux 0xab7880c2 dev_deactivate +EXPORT_SYMBOL vmlinux 0xab890e31 _dev_crit +EXPORT_SYMBOL vmlinux 0xabb42425 set_groups +EXPORT_SYMBOL vmlinux 0xabc1b1eb ethtool_intersect_link_masks +EXPORT_SYMBOL vmlinux 0xabcdab9e netpoll_send_skb +EXPORT_SYMBOL vmlinux 0xabd796a8 jbd2_wait_inode_data +EXPORT_SYMBOL vmlinux 0xabf32f29 utf16s_to_utf8s +EXPORT_SYMBOL vmlinux 0xabf8a0b9 blk_queue_max_secure_erase_sectors +EXPORT_SYMBOL vmlinux 0xabfee0e5 scsi_print_result +EXPORT_SYMBOL vmlinux 0xac1a55be unregister_reboot_notifier +EXPORT_SYMBOL vmlinux 0xac2377de folio_write_one +EXPORT_SYMBOL vmlinux 0xac3201b0 udp_flow_hashrnd +EXPORT_SYMBOL vmlinux 0xac4adc5d inet_csk_reqsk_queue_drop +EXPORT_SYMBOL vmlinux 0xac4fd9ab ___pskb_trim +EXPORT_SYMBOL vmlinux 0xac537ac2 percpu_counter_destroy +EXPORT_SYMBOL vmlinux 0xac5fcec0 in4_pton +EXPORT_SYMBOL vmlinux 0xac607bc0 xp_can_alloc +EXPORT_SYMBOL vmlinux 0xac6f12a6 no_seek_end_llseek +EXPORT_SYMBOL vmlinux 0xac893698 cros_ec_get_host_event +EXPORT_SYMBOL vmlinux 0xac8d00b3 ip_frag_next +EXPORT_SYMBOL vmlinux 0xacaa4c72 dma_fence_match_context +EXPORT_SYMBOL vmlinux 0xacab29b7 seq_hlist_start_percpu +EXPORT_SYMBOL vmlinux 0xacb4cc9b tcf_idr_create_from_flags +EXPORT_SYMBOL vmlinux 0xacd81eb3 jbd2_inode_cache +EXPORT_SYMBOL vmlinux 0xacddd806 ptp_get_vclocks_index +EXPORT_SYMBOL vmlinux 0xace7c648 __mark_inode_dirty +EXPORT_SYMBOL vmlinux 0xaceb86dc backlight_device_register +EXPORT_SYMBOL vmlinux 0xacf4d843 match_strdup +EXPORT_SYMBOL vmlinux 0xacf649bf audit_log_task_info +EXPORT_SYMBOL vmlinux 0xacfb7756 skb_dequeue +EXPORT_SYMBOL vmlinux 0xacfe5fbc filemap_invalidate_unlock_two +EXPORT_SYMBOL vmlinux 0xad0413d4 match_hex +EXPORT_SYMBOL vmlinux 0xad0f3114 inet_csk_reqsk_queue_add +EXPORT_SYMBOL vmlinux 0xad128dc1 __tracepoint_dma_fence_enable_signal +EXPORT_SYMBOL vmlinux 0xad2af808 mipi_dsi_device_register_full +EXPORT_SYMBOL vmlinux 0xad3567d3 tag_pages_for_writeback +EXPORT_SYMBOL vmlinux 0xad3ea04c qman_p_irqsource_remove +EXPORT_SYMBOL vmlinux 0xad43a062 nvdimm_bus_lock +EXPORT_SYMBOL vmlinux 0xad51a0a2 simple_release_fs +EXPORT_SYMBOL vmlinux 0xad521c72 ppp_register_net_channel +EXPORT_SYMBOL vmlinux 0xad636fed set_capacity +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 0xad7fd0de timestamp_truncate +EXPORT_SYMBOL vmlinux 0xad840391 vme_dma_list_free +EXPORT_SYMBOL vmlinux 0xad9901ae bit_waitqueue +EXPORT_SYMBOL vmlinux 0xad9c554e fs_param_is_path +EXPORT_SYMBOL vmlinux 0xada31e57 gen_pool_dma_alloc_align +EXPORT_SYMBOL vmlinux 0xada99133 of_node_put +EXPORT_SYMBOL vmlinux 0xadae6df8 blake2s_final +EXPORT_SYMBOL vmlinux 0xadbeed61 mipi_dsi_packet_format_is_long +EXPORT_SYMBOL vmlinux 0xadc8d335 phy_modify_paged +EXPORT_SYMBOL vmlinux 0xadd139d4 rfs_needed +EXPORT_SYMBOL vmlinux 0xaddcb235 tcp_connect +EXPORT_SYMBOL vmlinux 0xadf74f25 input_inject_event +EXPORT_SYMBOL vmlinux 0xae030ab1 remap_vmalloc_range +EXPORT_SYMBOL vmlinux 0xae04012c __vmalloc +EXPORT_SYMBOL vmlinux 0xae1d2c5e fb_modesetting_disabled +EXPORT_SYMBOL vmlinux 0xae27161d udp6_set_csum +EXPORT_SYMBOL vmlinux 0xae316c11 icmpv6_err_convert +EXPORT_SYMBOL vmlinux 0xae33c403 xudma_navss_psil_unpair +EXPORT_SYMBOL vmlinux 0xae3d2086 xfrm_input_unregister_afinfo +EXPORT_SYMBOL vmlinux 0xae409858 pm860x_bulk_read +EXPORT_SYMBOL vmlinux 0xae583977 init_task +EXPORT_SYMBOL vmlinux 0xae5a04bb acpi_evaluate_dsm +EXPORT_SYMBOL vmlinux 0xae66472b scsi_kmap_atomic_sg +EXPORT_SYMBOL vmlinux 0xae8016c6 param_set_long +EXPORT_SYMBOL vmlinux 0xaea81539 padata_do_parallel +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 0xaed95e5b kmem_cache_size +EXPORT_SYMBOL vmlinux 0xaedb4a2b __lock_sock_fast +EXPORT_SYMBOL vmlinux 0xaee0ba2b uart_suspend_port +EXPORT_SYMBOL vmlinux 0xaefc1a11 of_mdiobus_child_is_phy +EXPORT_SYMBOL vmlinux 0xaeffc610 vmf_insert_pfn_prot +EXPORT_SYMBOL vmlinux 0xaf026c55 bpf_link_get_from_fd +EXPORT_SYMBOL vmlinux 0xaf02bec3 inet_addr_type +EXPORT_SYMBOL vmlinux 0xaf0e847c blkdev_put +EXPORT_SYMBOL vmlinux 0xaf13ed73 scsi_scan_host +EXPORT_SYMBOL vmlinux 0xaf18ccf9 tegra_dfll_runtime_resume +EXPORT_SYMBOL vmlinux 0xaf2fdd58 max8998_bulk_write +EXPORT_SYMBOL vmlinux 0xaf33a37b jbd2_journal_init_jbd_inode +EXPORT_SYMBOL vmlinux 0xaf3dd7dc scsi_logging_level +EXPORT_SYMBOL vmlinux 0xaf43666e pnp_stop_dev +EXPORT_SYMBOL vmlinux 0xaf4aed6a fs_param_is_blob +EXPORT_SYMBOL vmlinux 0xaf4af7ff security_sb_remount +EXPORT_SYMBOL vmlinux 0xaf54d24b cdrom_dummy_generic_packet +EXPORT_SYMBOL vmlinux 0xaf56600a arm64_use_ng_mappings +EXPORT_SYMBOL vmlinux 0xaf5814ec inode_init_owner +EXPORT_SYMBOL vmlinux 0xaf587c0a __dquot_free_space +EXPORT_SYMBOL vmlinux 0xaf63e1c7 inet_rtx_syn_ack +EXPORT_SYMBOL vmlinux 0xaf6851aa mmc_wait_for_req +EXPORT_SYMBOL vmlinux 0xaf952994 folio_unlock +EXPORT_SYMBOL vmlinux 0xaf9da595 of_device_is_compatible +EXPORT_SYMBOL vmlinux 0xaf9dcc35 rw_verify_area +EXPORT_SYMBOL vmlinux 0xafa81359 end_buffer_async_write +EXPORT_SYMBOL vmlinux 0xafaa6031 _find_next_and_bit +EXPORT_SYMBOL vmlinux 0xafae8d32 netif_carrier_off +EXPORT_SYMBOL vmlinux 0xafb4b5eb scsi_eh_finish_cmd +EXPORT_SYMBOL vmlinux 0xafb864c1 refcount_dec_and_lock_irqsave +EXPORT_SYMBOL vmlinux 0xafb959b2 tcf_em_unregister +EXPORT_SYMBOL vmlinux 0xafc08054 dotdot_name +EXPORT_SYMBOL vmlinux 0xafc6c68e zstd_is_error +EXPORT_SYMBOL vmlinux 0xafd27d67 debugfs_create_automount +EXPORT_SYMBOL vmlinux 0xafde77ed md_bitmap_end_sync +EXPORT_SYMBOL vmlinux 0xafeb00f2 param_get_bool +EXPORT_SYMBOL vmlinux 0xb01bebf9 xfrm_get_acqseq +EXPORT_SYMBOL vmlinux 0xb03f844c set_posix_acl +EXPORT_SYMBOL vmlinux 0xb044e243 tcp_sendpage +EXPORT_SYMBOL vmlinux 0xb047de29 locks_remove_posix +EXPORT_SYMBOL vmlinux 0xb04a43ad __xa_alloc_cyclic +EXPORT_SYMBOL vmlinux 0xb0521604 lookup_positive_unlocked +EXPORT_SYMBOL vmlinux 0xb052a709 __skb_pad +EXPORT_SYMBOL vmlinux 0xb058ca07 dim_calc_stats +EXPORT_SYMBOL vmlinux 0xb0597624 inet_add_protocol +EXPORT_SYMBOL vmlinux 0xb05fc310 sysctl_rmem_max +EXPORT_SYMBOL vmlinux 0xb0617db4 wait_for_completion_state +EXPORT_SYMBOL vmlinux 0xb06be9ac __inode_add_bytes +EXPORT_SYMBOL vmlinux 0xb0788a41 pipe_lock +EXPORT_SYMBOL vmlinux 0xb07d9625 param_array_ops +EXPORT_SYMBOL vmlinux 0xb087c8c5 jbd2_journal_abort +EXPORT_SYMBOL vmlinux 0xb0993f8b sock_kmalloc +EXPORT_SYMBOL vmlinux 0xb0a0da0c rational_best_approximation +EXPORT_SYMBOL vmlinux 0xb0af7293 genphy_read_master_slave +EXPORT_SYMBOL vmlinux 0xb0b00995 bio_integrity_alloc +EXPORT_SYMBOL vmlinux 0xb0b12c84 copy_page_from_iter +EXPORT_SYMBOL vmlinux 0xb0bebc8c clkdev_add +EXPORT_SYMBOL vmlinux 0xb0c19e65 ndisc_send_skb +EXPORT_SYMBOL vmlinux 0xb0c4542d phy_trigger_machine +EXPORT_SYMBOL vmlinux 0xb0c5e247 lockref_put_return +EXPORT_SYMBOL vmlinux 0xb0c77ebe jbd2_journal_release_jbd_inode +EXPORT_SYMBOL vmlinux 0xb0d22d42 poll_initwait +EXPORT_SYMBOL vmlinux 0xb0e10781 get_option +EXPORT_SYMBOL vmlinux 0xb0e99786 dev_lstats_read +EXPORT_SYMBOL vmlinux 0xb0eec348 generic_file_read_iter +EXPORT_SYMBOL vmlinux 0xb0f1523d xfrm6_rcv +EXPORT_SYMBOL vmlinux 0xb0f59ca7 __sk_dst_check +EXPORT_SYMBOL vmlinux 0xb104f145 vme_bus_type +EXPORT_SYMBOL vmlinux 0xb1092085 sock_kfree_s +EXPORT_SYMBOL vmlinux 0xb11e6d8f skb_flow_dissector_init +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 0xb146475a posix_test_lock +EXPORT_SYMBOL vmlinux 0xb14ab1ef hdmi_audio_infoframe_init +EXPORT_SYMBOL vmlinux 0xb14ee926 napi_get_frags +EXPORT_SYMBOL vmlinux 0xb14fc46a find_next_clump8 +EXPORT_SYMBOL vmlinux 0xb1518e15 cancel_work +EXPORT_SYMBOL vmlinux 0xb157e998 dev_uc_unsync +EXPORT_SYMBOL vmlinux 0xb15bd3c8 fscrypt_encrypt_pagecache_blocks +EXPORT_SYMBOL vmlinux 0xb1674c6d inet_sk_get_local_port_range +EXPORT_SYMBOL vmlinux 0xb16aa764 kernel_bind +EXPORT_SYMBOL vmlinux 0xb18a4504 mipi_dsi_dcs_write_buffer +EXPORT_SYMBOL vmlinux 0xb1c3a01a oops_in_progress +EXPORT_SYMBOL vmlinux 0xb1d5f791 pci_alloc_host_bridge +EXPORT_SYMBOL vmlinux 0xb1db9a69 fsl_ifc_find +EXPORT_SYMBOL vmlinux 0xb1ddf995 jiffies_64_to_clock_t +EXPORT_SYMBOL vmlinux 0xb1eb09c4 phy_start +EXPORT_SYMBOL vmlinux 0xb203ab9c of_xudma_dev_get +EXPORT_SYMBOL vmlinux 0xb20bddbb folio_migrate_mapping +EXPORT_SYMBOL vmlinux 0xb2233ced blk_queue_virt_boundary +EXPORT_SYMBOL vmlinux 0xb22e16d5 radix_tree_maybe_preload +EXPORT_SYMBOL vmlinux 0xb23027c1 kstrtos16_from_user +EXPORT_SYMBOL vmlinux 0xb2459029 ipv6_getsockopt +EXPORT_SYMBOL vmlinux 0xb2b40620 fget_raw +EXPORT_SYMBOL vmlinux 0xb2bcb088 acpi_current_gpe_count +EXPORT_SYMBOL vmlinux 0xb2ce09d4 device_match_acpi_dev +EXPORT_SYMBOL vmlinux 0xb2cfeac2 mii_ethtool_get_link_ksettings +EXPORT_SYMBOL vmlinux 0xb2d63921 cdrom_get_media_event +EXPORT_SYMBOL vmlinux 0xb2ead97c kimage_vaddr +EXPORT_SYMBOL vmlinux 0xb2ee007e uart_add_one_port +EXPORT_SYMBOL vmlinux 0xb2f35c6a xxh64 +EXPORT_SYMBOL vmlinux 0xb2fcb56d queue_delayed_work_on +EXPORT_SYMBOL vmlinux 0xb2ffc97a pcie_get_mps +EXPORT_SYMBOL vmlinux 0xb306ec50 __sg_alloc_table +EXPORT_SYMBOL vmlinux 0xb307b065 finish_no_open +EXPORT_SYMBOL vmlinux 0xb308c97d wait_woken +EXPORT_SYMBOL vmlinux 0xb30b9822 vme_master_set +EXPORT_SYMBOL vmlinux 0xb31f3e78 pm8606_osc_disable +EXPORT_SYMBOL vmlinux 0xb31f5baa security_inode_copy_up +EXPORT_SYMBOL vmlinux 0xb3226994 vlan_for_each +EXPORT_SYMBOL vmlinux 0xb3258f79 __ubsan_handle_type_mismatch_v1 +EXPORT_SYMBOL vmlinux 0xb32728bb qcom_scm_iommu_secure_ptbl_init +EXPORT_SYMBOL vmlinux 0xb337c061 ethtool_op_get_link +EXPORT_SYMBOL vmlinux 0xb349588c mmc_cqe_request_done +EXPORT_SYMBOL vmlinux 0xb34dca1c kryo_l2_get_indirect_reg +EXPORT_SYMBOL vmlinux 0xb3687850 out_of_line_wait_on_bit_lock +EXPORT_SYMBOL vmlinux 0xb3707e6e flow_keys_basic_dissector +EXPORT_SYMBOL vmlinux 0xb3867e6d mtree_insert +EXPORT_SYMBOL vmlinux 0xb3a82019 profile_pc +EXPORT_SYMBOL vmlinux 0xb3b2eedb fb_find_mode +EXPORT_SYMBOL vmlinux 0xb3d2c76d scsi_hostbyte_string +EXPORT_SYMBOL vmlinux 0xb3e18cd0 fscrypt_decrypt_block_inplace +EXPORT_SYMBOL vmlinux 0xb3e7e8bc module_put +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 0xb3f95dd1 tcf_get_next_chain +EXPORT_SYMBOL vmlinux 0xb3f985a8 sg_alloc_table +EXPORT_SYMBOL vmlinux 0xb4043948 acpi_execute_simple_method +EXPORT_SYMBOL vmlinux 0xb405b081 build_skb_around +EXPORT_SYMBOL vmlinux 0xb4123b47 is_bad_inode +EXPORT_SYMBOL vmlinux 0xb41937af fscrypt_put_encryption_info +EXPORT_SYMBOL vmlinux 0xb41e2170 simple_transaction_set +EXPORT_SYMBOL vmlinux 0xb423dba1 console_blanked +EXPORT_SYMBOL vmlinux 0xb426b529 tcp_sock_set_keepintvl +EXPORT_SYMBOL vmlinux 0xb42b7c45 xsk_get_pool_from_qid +EXPORT_SYMBOL vmlinux 0xb431261f blk_mq_tagset_wait_completed_request +EXPORT_SYMBOL vmlinux 0xb43b0749 pin_user_pages +EXPORT_SYMBOL vmlinux 0xb4480d4a con_is_bound +EXPORT_SYMBOL vmlinux 0xb44b872b ndo_dflt_fdb_add +EXPORT_SYMBOL vmlinux 0xb44bb733 pcim_iomap_table +EXPORT_SYMBOL vmlinux 0xb4577003 acpi_dev_present +EXPORT_SYMBOL vmlinux 0xb46d244e md_write_end +EXPORT_SYMBOL vmlinux 0xb47a048e pci_restore_state +EXPORT_SYMBOL vmlinux 0xb48d4d22 security_sb_eat_lsm_opts +EXPORT_SYMBOL vmlinux 0xb49601a1 sg_zero_buffer +EXPORT_SYMBOL vmlinux 0xb4a79898 blk_limits_io_opt +EXPORT_SYMBOL vmlinux 0xb4be914b rawv6_mh_filter_register +EXPORT_SYMBOL vmlinux 0xb4f13d2a abort +EXPORT_SYMBOL vmlinux 0xb4f297ac generic_remap_file_range_prep +EXPORT_SYMBOL vmlinux 0xb5043f63 fb_get_mode +EXPORT_SYMBOL vmlinux 0xb51d55d0 serio_open +EXPORT_SYMBOL vmlinux 0xb51d79d7 tegra_dfll_suspend +EXPORT_SYMBOL vmlinux 0xb52b358c rproc_elf_get_boot_addr +EXPORT_SYMBOL vmlinux 0xb537ea95 register_mii_tstamp_controller +EXPORT_SYMBOL vmlinux 0xb53b0ea5 seq_release +EXPORT_SYMBOL vmlinux 0xb53f2810 tcp_sockets_allocated +EXPORT_SYMBOL vmlinux 0xb549a740 genphy_write_mmd_unsupported +EXPORT_SYMBOL vmlinux 0xb5600b05 __skb_checksum_complete_head +EXPORT_SYMBOL vmlinux 0xb57a0cb2 __do_once_done +EXPORT_SYMBOL vmlinux 0xb57f1e27 fman_port_disable +EXPORT_SYMBOL vmlinux 0xb5886913 sg_alloc_table_from_pages_segment +EXPORT_SYMBOL vmlinux 0xb58c611e sockopt_ns_capable +EXPORT_SYMBOL vmlinux 0xb5933434 ilookup5 +EXPORT_SYMBOL vmlinux 0xb5a459dc unregister_blkdev +EXPORT_SYMBOL vmlinux 0xb5a8dbc7 bd_abort_claiming +EXPORT_SYMBOL vmlinux 0xb5aa7165 dma_pool_destroy +EXPORT_SYMBOL vmlinux 0xb5b54b34 _raw_spin_unlock +EXPORT_SYMBOL vmlinux 0xb5b63711 fileattr_fill_xflags +EXPORT_SYMBOL vmlinux 0xb5ca42cb security_sb_mnt_opts_compat +EXPORT_SYMBOL vmlinux 0xb5d17e7c netif_stacked_transfer_operstate +EXPORT_SYMBOL vmlinux 0xb5dd2a8c napi_gro_receive +EXPORT_SYMBOL vmlinux 0xb5dd921c fscrypt_ioctl_get_policy +EXPORT_SYMBOL vmlinux 0xb5e73116 flush_delayed_work +EXPORT_SYMBOL vmlinux 0xb5e840e1 crypto_sha1_update +EXPORT_SYMBOL vmlinux 0xb5f9366f filemap_range_has_page +EXPORT_SYMBOL vmlinux 0xb61544d6 phy_get_internal_delay +EXPORT_SYMBOL vmlinux 0xb61d6fc2 down_read_interruptible +EXPORT_SYMBOL vmlinux 0xb62655da find_vma +EXPORT_SYMBOL vmlinux 0xb633f115 irq_poll_enable +EXPORT_SYMBOL vmlinux 0xb654585e pcie_capability_read_dword +EXPORT_SYMBOL vmlinux 0xb654ef65 acpi_os_read_port +EXPORT_SYMBOL vmlinux 0xb6635393 inet_listen +EXPORT_SYMBOL vmlinux 0xb66c3aef rproc_vq_interrupt +EXPORT_SYMBOL vmlinux 0xb66e96d8 netlbl_audit_start +EXPORT_SYMBOL vmlinux 0xb676c588 devm_devfreq_add_governor +EXPORT_SYMBOL vmlinux 0xb678366f int_sqrt +EXPORT_SYMBOL vmlinux 0xb67fec0e uuid_parse +EXPORT_SYMBOL vmlinux 0xb6936ffe _bcd2bin +EXPORT_SYMBOL vmlinux 0xb6a5ef93 pcie_relaxed_ordering_enabled +EXPORT_SYMBOL vmlinux 0xb6acaa13 phy_sfp_detach +EXPORT_SYMBOL vmlinux 0xb6afbe9e udp6_csum_init +EXPORT_SYMBOL vmlinux 0xb6bbec0f xfrm_state_walk_done +EXPORT_SYMBOL vmlinux 0xb6cb556a _find_first_and_bit +EXPORT_SYMBOL vmlinux 0xb6e36ce2 psched_ratecfg_precompute +EXPORT_SYMBOL vmlinux 0xb6e51843 d_rehash +EXPORT_SYMBOL vmlinux 0xb6fde909 close_fd +EXPORT_SYMBOL vmlinux 0xb7055384 pm8606_osc_enable +EXPORT_SYMBOL vmlinux 0xb70937b6 devm_ioremap +EXPORT_SYMBOL vmlinux 0xb71589f0 skip_spaces +EXPORT_SYMBOL vmlinux 0xb71ed69f __hw_addr_unsync +EXPORT_SYMBOL vmlinux 0xb72b8660 folio_mark_accessed +EXPORT_SYMBOL vmlinux 0xb737b185 gen_pool_best_fit +EXPORT_SYMBOL vmlinux 0xb752eb7e abort_creds +EXPORT_SYMBOL vmlinux 0xb7533246 dev_uc_flush +EXPORT_SYMBOL vmlinux 0xb7688155 ucc_slow_init +EXPORT_SYMBOL vmlinux 0xb771da2e tcp_sock_set_nodelay +EXPORT_SYMBOL vmlinux 0xb788fb30 gic_pmr_sync +EXPORT_SYMBOL vmlinux 0xb78debe3 LZ4_decompress_fast_usingDict +EXPORT_SYMBOL vmlinux 0xb7b7fa6e node_states +EXPORT_SYMBOL vmlinux 0xb7c0f443 sort +EXPORT_SYMBOL vmlinux 0xb7c6db70 sysctl_max_skb_frags +EXPORT_SYMBOL vmlinux 0xb7c80a02 invalidate_bdev +EXPORT_SYMBOL vmlinux 0xb7ce62f2 sk_mc_loop +EXPORT_SYMBOL vmlinux 0xb7d52499 tcp_ld_RTO_revert +EXPORT_SYMBOL vmlinux 0xb7f87cd7 notify_change +EXPORT_SYMBOL vmlinux 0xb7fcc798 arp_tbl +EXPORT_SYMBOL vmlinux 0xb80b4a18 zstd_compress_bound +EXPORT_SYMBOL vmlinux 0xb80db43a mipi_dsi_generic_write +EXPORT_SYMBOL vmlinux 0xb830c676 __traceiter_spi_transfer_start +EXPORT_SYMBOL vmlinux 0xb83b2d10 vga_client_register +EXPORT_SYMBOL vmlinux 0xb842716c qcom_scm_ocmem_lock_available +EXPORT_SYMBOL vmlinux 0xb8605d9c qman_p_static_dequeue_add +EXPORT_SYMBOL vmlinux 0xb8634537 dma_fence_describe +EXPORT_SYMBOL vmlinux 0xb866e2a3 pneigh_lookup +EXPORT_SYMBOL vmlinux 0xb868ac5c register_sysrq_key +EXPORT_SYMBOL vmlinux 0xb872378d mode_strip_sgid +EXPORT_SYMBOL vmlinux 0xb875d73f of_find_node_by_type +EXPORT_SYMBOL vmlinux 0xb886599e padata_alloc +EXPORT_SYMBOL vmlinux 0xb88db7d6 vfs_mkdir +EXPORT_SYMBOL vmlinux 0xb88e0d19 max8998_update_reg +EXPORT_SYMBOL vmlinux 0xb89b6e6b guid_parse +EXPORT_SYMBOL vmlinux 0xb8a15ff5 tc_setup_cb_reoffload +EXPORT_SYMBOL vmlinux 0xb8b043f2 kfree_link +EXPORT_SYMBOL vmlinux 0xb8d1eda4 zpool_register_driver +EXPORT_SYMBOL vmlinux 0xb8daeb29 scsi_alloc_sgtables +EXPORT_SYMBOL vmlinux 0xb8fcd08b consume_skb +EXPORT_SYMBOL vmlinux 0xb907513f unpoison_memory +EXPORT_SYMBOL vmlinux 0xb9099183 __break_lease +EXPORT_SYMBOL vmlinux 0xb911bb58 minmax_running_max +EXPORT_SYMBOL vmlinux 0xb9140052 phy_mii_ioctl +EXPORT_SYMBOL vmlinux 0xb920db49 acpi_tb_install_and_load_table +EXPORT_SYMBOL vmlinux 0xb92a4659 devm_devfreq_register_opp_notifier +EXPORT_SYMBOL vmlinux 0xb92b9817 tso_build_hdr +EXPORT_SYMBOL vmlinux 0xb94339c4 qdisc_put_stab +EXPORT_SYMBOL vmlinux 0xb9478d90 hdmi_drm_infoframe_unpack_only +EXPORT_SYMBOL vmlinux 0xb9636bdc md_write_inc +EXPORT_SYMBOL vmlinux 0xb967a297 ptp_clock_index +EXPORT_SYMBOL vmlinux 0xb96c347a icmp_ndo_send +EXPORT_SYMBOL vmlinux 0xb96c4f9e audit_log_subject_context +EXPORT_SYMBOL vmlinux 0xb97220ff bitmap_parse +EXPORT_SYMBOL vmlinux 0xb993fdb3 netdev_upper_dev_link +EXPORT_SYMBOL vmlinux 0xb9af1d0d __xa_clear_mark +EXPORT_SYMBOL vmlinux 0xb9c99ab9 iov_iter_alignment +EXPORT_SYMBOL vmlinux 0xb9ccdd16 tcp_seq_next +EXPORT_SYMBOL vmlinux 0xb9e8e2cc in6addr_sitelocal_allrouters +EXPORT_SYMBOL vmlinux 0xb9eb24bd grab_cache_page_write_begin +EXPORT_SYMBOL vmlinux 0xb9f56bb4 generic_setlease +EXPORT_SYMBOL vmlinux 0xb9f705c9 register_netdevice_notifier_dev_net +EXPORT_SYMBOL vmlinux 0xb9fc381a qcom_scm_hdcp_req +EXPORT_SYMBOL vmlinux 0xba0676e2 vm_zone_stat +EXPORT_SYMBOL vmlinux 0xba1008c8 __crc32c_le +EXPORT_SYMBOL vmlinux 0xba1de307 __d_lookup_unhash_wake +EXPORT_SYMBOL vmlinux 0xba3c63ff __sk_queue_drop_skb +EXPORT_SYMBOL vmlinux 0xba497f13 loops_per_jiffy +EXPORT_SYMBOL vmlinux 0xba4f3ba7 udp_poll +EXPORT_SYMBOL vmlinux 0xba676735 generic_writepages +EXPORT_SYMBOL vmlinux 0xba707a78 qe_get_brg_clk +EXPORT_SYMBOL vmlinux 0xba82c3f9 fscrypt_decrypt_pagecache_blocks +EXPORT_SYMBOL vmlinux 0xba8fbd64 _raw_spin_lock +EXPORT_SYMBOL vmlinux 0xbab4a80d cros_ec_get_next_event +EXPORT_SYMBOL vmlinux 0xbac8aeea sg_nents_for_len +EXPORT_SYMBOL vmlinux 0xbad4b0bd phy_ethtool_set_wol +EXPORT_SYMBOL vmlinux 0xbad6a2fd dev_pick_tx_cpu_id +EXPORT_SYMBOL vmlinux 0xbaf37492 xfrm_parse_spi +EXPORT_SYMBOL vmlinux 0xbafa632e __do_once_sleepable_start +EXPORT_SYMBOL vmlinux 0xbb0540aa zlib_inflateReset +EXPORT_SYMBOL vmlinux 0xbb21260e convert_ifc_address +EXPORT_SYMBOL vmlinux 0xbb24f607 init_cdrom_command +EXPORT_SYMBOL vmlinux 0xbb28236a pci_dev_put +EXPORT_SYMBOL vmlinux 0xbb39925c insert_inode_locked4 +EXPORT_SYMBOL vmlinux 0xbb4f4766 simple_write_to_buffer +EXPORT_SYMBOL vmlinux 0xbb5930bd vfs_fileattr_set +EXPORT_SYMBOL vmlinux 0xbb62eefd d_genocide +EXPORT_SYMBOL vmlinux 0xbb687724 bman_new_pool +EXPORT_SYMBOL vmlinux 0xbb698ecb nlmsg_notify +EXPORT_SYMBOL vmlinux 0xbb7a5a25 phy_init_eee +EXPORT_SYMBOL vmlinux 0xbb8f7325 nd_dax_probe +EXPORT_SYMBOL vmlinux 0xbb957341 sock_create_kern +EXPORT_SYMBOL vmlinux 0xbb9ed3bf mutex_trylock +EXPORT_SYMBOL vmlinux 0xbba34e6c writeback_inodes_sb +EXPORT_SYMBOL vmlinux 0xbba7f2f2 __cpuhp_setup_state_cpuslocked +EXPORT_SYMBOL vmlinux 0xbbb76cce blk_queue_logical_block_size +EXPORT_SYMBOL vmlinux 0xbbc69a11 __folio_lock +EXPORT_SYMBOL vmlinux 0xbbc94157 i2c_smbus_write_byte +EXPORT_SYMBOL vmlinux 0xbbfb46c2 fman_get_qman_channel_id +EXPORT_SYMBOL vmlinux 0xbc116c1f migrate_vma_pages +EXPORT_SYMBOL vmlinux 0xbc2031de acpi_processor_get_bios_limit +EXPORT_SYMBOL vmlinux 0xbc2f19e2 rproc_of_parse_firmware +EXPORT_SYMBOL vmlinux 0xbc3a0929 get_phy_device +EXPORT_SYMBOL vmlinux 0xbc451784 __skb_checksum_complete +EXPORT_SYMBOL vmlinux 0xbc53a3be inode_permission +EXPORT_SYMBOL vmlinux 0xbc6017f4 bio_copy_data_iter +EXPORT_SYMBOL vmlinux 0xbc84d7f7 pcie_set_mps +EXPORT_SYMBOL vmlinux 0xbcab6ee6 sscanf +EXPORT_SYMBOL vmlinux 0xbcb0b5ad cdev_add +EXPORT_SYMBOL vmlinux 0xbcb3de7d mmc_retune_pause +EXPORT_SYMBOL vmlinux 0xbce05d94 nd_region_acquire_lane +EXPORT_SYMBOL vmlinux 0xbcf3594c clk_hw_get_clk +EXPORT_SYMBOL vmlinux 0xbcf4f57e dma_set_mask +EXPORT_SYMBOL vmlinux 0xbcff81e0 tc_cleanup_offload_action +EXPORT_SYMBOL vmlinux 0xbd0062f7 tty_port_put +EXPORT_SYMBOL vmlinux 0xbd05759f devm_pci_remap_cfg_resource +EXPORT_SYMBOL vmlinux 0xbd171d4e pci_wake_from_d3 +EXPORT_SYMBOL vmlinux 0xbd2531b5 dcb_ieee_getapp_prio_dscp_mask_map +EXPORT_SYMBOL vmlinux 0xbd447d21 devm_rproc_add +EXPORT_SYMBOL vmlinux 0xbd462b55 __kfifo_init +EXPORT_SYMBOL vmlinux 0xbd4650cd kthread_associate_blkcg +EXPORT_SYMBOL vmlinux 0xbd56f2f0 try_module_get +EXPORT_SYMBOL vmlinux 0xbd590aae dquot_transfer +EXPORT_SYMBOL vmlinux 0xbd628752 __tracepoint_mmap_lock_start_locking +EXPORT_SYMBOL vmlinux 0xbd6841d4 crc16 +EXPORT_SYMBOL vmlinux 0xbd786758 dma_async_tx_descriptor_init +EXPORT_SYMBOL vmlinux 0xbd8b70dd xfrm_register_km +EXPORT_SYMBOL vmlinux 0xbd942942 dma_resv_iter_first_unlocked +EXPORT_SYMBOL vmlinux 0xbdbd2adf of_graph_is_present +EXPORT_SYMBOL vmlinux 0xbdc8eb6f blk_queue_max_segments +EXPORT_SYMBOL vmlinux 0xbddf4966 __ip_mc_dec_group +EXPORT_SYMBOL vmlinux 0xbdf3eee0 blk_mq_complete_request +EXPORT_SYMBOL vmlinux 0xbe05e4a3 udp_lib_get_port +EXPORT_SYMBOL vmlinux 0xbe118c52 __tracepoint_mmap_lock_acquire_returned +EXPORT_SYMBOL vmlinux 0xbe24de7a blk_queue_max_discard_sectors +EXPORT_SYMBOL vmlinux 0xbe263f36 cred_fscmp +EXPORT_SYMBOL vmlinux 0xbe2cd4ed vfs_setpos +EXPORT_SYMBOL vmlinux 0xbe472b2e sock_common_getsockopt +EXPORT_SYMBOL vmlinux 0xbe49252c acpi_os_write_port +EXPORT_SYMBOL vmlinux 0xbe4963db md_bitmap_start_sync +EXPORT_SYMBOL vmlinux 0xbe4eb6ed secure_dccpv6_sequence_number +EXPORT_SYMBOL vmlinux 0xbe52e891 pci_resize_resource +EXPORT_SYMBOL vmlinux 0xbe54a274 crypto_kdf108_ctr_generate +EXPORT_SYMBOL vmlinux 0xbe5a24e9 xxh32_copy_state +EXPORT_SYMBOL vmlinux 0xbe6a866f __wait_on_bit +EXPORT_SYMBOL vmlinux 0xbe6a8c96 zstd_cctx_workspace_bound +EXPORT_SYMBOL vmlinux 0xbe71683b mipi_dsi_dcs_set_pixel_format +EXPORT_SYMBOL vmlinux 0xbe7b2b7a read_cache_page_gfp +EXPORT_SYMBOL vmlinux 0xbe94aa04 nd_device_unregister +EXPORT_SYMBOL vmlinux 0xbe96926e tcp_create_openreq_child +EXPORT_SYMBOL vmlinux 0xbe9d7581 vmf_insert_pfn +EXPORT_SYMBOL vmlinux 0xbecadf5b configfs_depend_item_unlocked +EXPORT_SYMBOL vmlinux 0xbece8366 tegra_ivc_write_get_next_frame +EXPORT_SYMBOL vmlinux 0xbedf7ef7 md_unregister_thread +EXPORT_SYMBOL vmlinux 0xbee733b2 __generic_file_write_iter +EXPORT_SYMBOL vmlinux 0xbef43296 console_conditional_schedule +EXPORT_SYMBOL vmlinux 0xbefa51a3 gen_pool_add_owner +EXPORT_SYMBOL vmlinux 0xbefcf0b8 iov_iter_npages +EXPORT_SYMBOL vmlinux 0xbf1b0037 mount_nodev +EXPORT_SYMBOL vmlinux 0xbf3cc609 xfrm_stateonly_find +EXPORT_SYMBOL vmlinux 0xbf412204 skb_expand_head +EXPORT_SYMBOL vmlinux 0xbf59c419 posix_acl_init +EXPORT_SYMBOL vmlinux 0xbf6c81a2 xfrm_dev_state_flush +EXPORT_SYMBOL vmlinux 0xbf6f1b48 cdev_del +EXPORT_SYMBOL vmlinux 0xbf7673d9 sync_dirty_buffer +EXPORT_SYMBOL vmlinux 0xbf7b7674 __inet_hash +EXPORT_SYMBOL vmlinux 0xbf82ad74 dm_table_get_size +EXPORT_SYMBOL vmlinux 0xbf9bcc8d __cap_empty_set +EXPORT_SYMBOL vmlinux 0xbfae9e07 utf8_validate +EXPORT_SYMBOL vmlinux 0xbfba9cee is_acpi_data_node +EXPORT_SYMBOL vmlinux 0xbfc3e701 sock_bind_add +EXPORT_SYMBOL vmlinux 0xbfcbc0d2 stmp_reset_block +EXPORT_SYMBOL vmlinux 0xbfdf4357 __of_mdiobus_register +EXPORT_SYMBOL vmlinux 0xbff0ae88 param_get_invbool +EXPORT_SYMBOL vmlinux 0xc0364007 fault_in_writeable +EXPORT_SYMBOL vmlinux 0xc03e86b5 blk_pre_runtime_resume +EXPORT_SYMBOL vmlinux 0xc060c3f4 page_pool_ethtool_stats_get +EXPORT_SYMBOL vmlinux 0xc0692837 tso_start +EXPORT_SYMBOL vmlinux 0xc0763484 rfkill_blocked +EXPORT_SYMBOL vmlinux 0xc0786c62 nd_pfn_probe +EXPORT_SYMBOL vmlinux 0xc078d22c zstd_init_cstream +EXPORT_SYMBOL vmlinux 0xc07b0863 fb_destroy_modedb +EXPORT_SYMBOL vmlinux 0xc0868ff4 skb_page_frag_refill +EXPORT_SYMBOL vmlinux 0xc08e7a05 nla_reserve +EXPORT_SYMBOL vmlinux 0xc0947bd9 __of_parse_phandle_with_args +EXPORT_SYMBOL vmlinux 0xc0976fc7 sock_alloc_file +EXPORT_SYMBOL vmlinux 0xc0987b47 tcp_shutdown +EXPORT_SYMBOL vmlinux 0xc0b511d5 of_device_get_match_data +EXPORT_SYMBOL vmlinux 0xc0c6d98a phy_validate_pause +EXPORT_SYMBOL vmlinux 0xc0d0be59 mmc_can_discard +EXPORT_SYMBOL vmlinux 0xc0e944cf eth_header_parse_protocol +EXPORT_SYMBOL vmlinux 0xc0f72bd6 jbd2_journal_inode_ranged_write +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 0xc10da39d ip6_err_gen_icmpv6_unreach +EXPORT_SYMBOL vmlinux 0xc1198662 __warn_flushing_systemwide_wq +EXPORT_SYMBOL vmlinux 0xc12285aa generic_copy_file_range +EXPORT_SYMBOL vmlinux 0xc12d2c32 inet_sock_destruct +EXPORT_SYMBOL vmlinux 0xc14dc168 acpi_get_data +EXPORT_SYMBOL vmlinux 0xc1514a3b free_irq +EXPORT_SYMBOL vmlinux 0xc1579516 fman_port_enable +EXPORT_SYMBOL vmlinux 0xc164a51c keygen_init +EXPORT_SYMBOL vmlinux 0xc166b812 devm_mdiobus_alloc_size +EXPORT_SYMBOL vmlinux 0xc16be39d iter_div_u64_rem +EXPORT_SYMBOL vmlinux 0xc17afee1 folio_wait_private_2_killable +EXPORT_SYMBOL vmlinux 0xc19fed26 dquot_load_quota_inode +EXPORT_SYMBOL vmlinux 0xc1cdfc6d dev_trans_start +EXPORT_SYMBOL vmlinux 0xc1d4c2b4 input_enable_softrepeat +EXPORT_SYMBOL vmlinux 0xc1d4fd5d inet_sk_set_state +EXPORT_SYMBOL vmlinux 0xc1d5d504 scsi_cmd_allowed +EXPORT_SYMBOL vmlinux 0xc1d8cfaf __fdget +EXPORT_SYMBOL vmlinux 0xc1e2c742 tegra_io_rail_power_on +EXPORT_SYMBOL vmlinux 0xc1fc1e70 xfrm_lookup_route +EXPORT_SYMBOL vmlinux 0xc2050974 fman_port_get_tstamp +EXPORT_SYMBOL vmlinux 0xc205fe4e cdrom_get_last_written +EXPORT_SYMBOL vmlinux 0xc20c901f scsi_host_put +EXPORT_SYMBOL vmlinux 0xc2117208 __filemap_get_folio +EXPORT_SYMBOL vmlinux 0xc216c09e kobject_del +EXPORT_SYMBOL vmlinux 0xc225a7e7 filemap_dirty_folio +EXPORT_SYMBOL vmlinux 0xc22b5463 pci_enable_device +EXPORT_SYMBOL vmlinux 0xc22f6693 call_fib_notifier +EXPORT_SYMBOL vmlinux 0xc2310cdc logic_inl +EXPORT_SYMBOL vmlinux 0xc26a5dac km_new_mapping +EXPORT_SYMBOL vmlinux 0xc2829248 devm_input_allocate_device +EXPORT_SYMBOL vmlinux 0xc29bf967 strspn +EXPORT_SYMBOL vmlinux 0xc2ac82d4 blk_mq_start_request +EXPORT_SYMBOL vmlinux 0xc2c8c80b xfrm_policy_byid +EXPORT_SYMBOL vmlinux 0xc2cb862e sgl_alloc_order +EXPORT_SYMBOL vmlinux 0xc2d0e903 amba_device_unregister +EXPORT_SYMBOL vmlinux 0xc2e168ab caches_clean_inval_pou +EXPORT_SYMBOL vmlinux 0xc2e587d1 reset_devices +EXPORT_SYMBOL vmlinux 0xc2ed4029 eth_gro_receive +EXPORT_SYMBOL vmlinux 0xc2f11eac meson_sm_call_read +EXPORT_SYMBOL vmlinux 0xc2f52274 __lshrti3 +EXPORT_SYMBOL vmlinux 0xc3055d20 usleep_range_state +EXPORT_SYMBOL vmlinux 0xc3058930 xfrm_find_acq +EXPORT_SYMBOL vmlinux 0xc310b981 strnstr +EXPORT_SYMBOL vmlinux 0xc31db0ce is_vmalloc_addr +EXPORT_SYMBOL vmlinux 0xc32528c8 dup_iter +EXPORT_SYMBOL vmlinux 0xc32c71af register_inetaddr_validator_notifier +EXPORT_SYMBOL vmlinux 0xc345f6e2 __ip_select_ident +EXPORT_SYMBOL vmlinux 0xc34674ac new_inode +EXPORT_SYMBOL vmlinux 0xc35112f8 jbd2_journal_inode_ranged_wait +EXPORT_SYMBOL vmlinux 0xc36467c5 call_netdevice_notifiers +EXPORT_SYMBOL vmlinux 0xc3762aec mempool_alloc +EXPORT_SYMBOL vmlinux 0xc37970bb i2c_smbus_write_byte_data +EXPORT_SYMBOL vmlinux 0xc37f9c6e cpufreq_update_policy +EXPORT_SYMBOL vmlinux 0xc38c83b8 mod_timer +EXPORT_SYMBOL vmlinux 0xc3bc72ad trace_print_array_seq +EXPORT_SYMBOL vmlinux 0xc3c09dd5 __inet6_lookup_established +EXPORT_SYMBOL vmlinux 0xc3cd034d crc8_populate_lsb +EXPORT_SYMBOL vmlinux 0xc3e5ea6e pcie_bandwidth_available +EXPORT_SYMBOL vmlinux 0xc3ff38c2 down_read_trylock +EXPORT_SYMBOL vmlinux 0xc40613a2 inet_select_addr +EXPORT_SYMBOL vmlinux 0xc40b3936 alloc_netdev_mqs +EXPORT_SYMBOL vmlinux 0xc415e70f shrink_dcache_parent +EXPORT_SYMBOL vmlinux 0xc4212ab9 qdisc_class_hash_insert +EXPORT_SYMBOL vmlinux 0xc42c2c17 pci_free_irq +EXPORT_SYMBOL vmlinux 0xc42dcb99 acpi_evaluate_ost +EXPORT_SYMBOL vmlinux 0xc436bfa4 fs_param_is_blockdev +EXPORT_SYMBOL vmlinux 0xc4374800 serio_unregister_port +EXPORT_SYMBOL vmlinux 0xc45178be vm_iomap_memory +EXPORT_SYMBOL vmlinux 0xc452212c utf8_strncasecmp +EXPORT_SYMBOL vmlinux 0xc461298d of_find_node_by_phandle +EXPORT_SYMBOL vmlinux 0xc4662098 generic_permission +EXPORT_SYMBOL vmlinux 0xc4677ab4 dev_add_pack +EXPORT_SYMBOL vmlinux 0xc4708199 cpm_muram_addr +EXPORT_SYMBOL vmlinux 0xc472fa40 skb_clone +EXPORT_SYMBOL vmlinux 0xc4777aa9 __ctzsi2 +EXPORT_SYMBOL vmlinux 0xc48d8518 devfreq_remove_governor +EXPORT_SYMBOL vmlinux 0xc49b0093 flow_rule_match_vlan +EXPORT_SYMBOL vmlinux 0xc4a68084 param_set_ulong +EXPORT_SYMBOL vmlinux 0xc4b21d2f qman_get_affine_portal +EXPORT_SYMBOL vmlinux 0xc4d4f360 kill_pgrp +EXPORT_SYMBOL vmlinux 0xc4e2cf17 pci_request_regions +EXPORT_SYMBOL vmlinux 0xc4ebd763 of_find_mipi_dsi_host_by_node +EXPORT_SYMBOL vmlinux 0xc4ef2dd4 vmalloc_to_page +EXPORT_SYMBOL vmlinux 0xc4f82a97 dquot_quota_on_mount +EXPORT_SYMBOL vmlinux 0xc500f51f tcf_block_get_ext +EXPORT_SYMBOL vmlinux 0xc515d1a7 input_mt_report_pointer_emulation +EXPORT_SYMBOL vmlinux 0xc5193d6a security_path_mkdir +EXPORT_SYMBOL vmlinux 0xc528a49a queued_write_lock_slowpath +EXPORT_SYMBOL vmlinux 0xc52bbc4f genlmsg_multicast_allns +EXPORT_SYMBOL vmlinux 0xc5311197 d_lookup +EXPORT_SYMBOL vmlinux 0xc549f35f pci_find_bus +EXPORT_SYMBOL vmlinux 0xc56604c0 tcp_release_cb +EXPORT_SYMBOL vmlinux 0xc56c3609 xz_dec_microlzma_reset +EXPORT_SYMBOL vmlinux 0xc57c48a3 idr_get_next +EXPORT_SYMBOL vmlinux 0xc57fa5e1 tegra_ivc_read_advance +EXPORT_SYMBOL vmlinux 0xc589d2f9 devm_backlight_device_unregister +EXPORT_SYMBOL vmlinux 0xc58c55d2 __hw_addr_unsync_dev +EXPORT_SYMBOL vmlinux 0xc58d5a90 kstrtoll_from_user +EXPORT_SYMBOL vmlinux 0xc58f11e9 skb_flow_dissect_tunnel_info +EXPORT_SYMBOL vmlinux 0xc59180a2 __mmap_lock_do_trace_released +EXPORT_SYMBOL vmlinux 0xc599a772 security_xfrm_state_delete +EXPORT_SYMBOL vmlinux 0xc5a3367a __tracepoint_dma_fence_emit +EXPORT_SYMBOL vmlinux 0xc5a52c75 of_node_name_eq +EXPORT_SYMBOL vmlinux 0xc5a92058 mdiobus_free +EXPORT_SYMBOL vmlinux 0xc5b6f236 queue_work_on +EXPORT_SYMBOL vmlinux 0xc5b95acb create_empty_buffers +EXPORT_SYMBOL vmlinux 0xc5d5fc08 __blk_rq_map_sg +EXPORT_SYMBOL vmlinux 0xc5e5a07c clk_bulk_get_all +EXPORT_SYMBOL vmlinux 0xc5e74216 release_resource +EXPORT_SYMBOL vmlinux 0xc60d0620 __num_online_cpus +EXPORT_SYMBOL vmlinux 0xc61eef4c pcie_set_readrq +EXPORT_SYMBOL vmlinux 0xc622556f prepare_to_wait_exclusive +EXPORT_SYMBOL vmlinux 0xc62f6185 pci_find_capability +EXPORT_SYMBOL vmlinux 0xc6301f78 kernel_sock_shutdown +EXPORT_SYMBOL vmlinux 0xc631580a console_unlock +EXPORT_SYMBOL vmlinux 0xc633d82d phy_unregister_fixup +EXPORT_SYMBOL vmlinux 0xc6357127 eth_platform_get_mac_address +EXPORT_SYMBOL vmlinux 0xc63b0af0 devm_backlight_device_register +EXPORT_SYMBOL vmlinux 0xc6429c50 sk_free +EXPORT_SYMBOL vmlinux 0xc64e0414 compat_ptr_ioctl +EXPORT_SYMBOL vmlinux 0xc6536a73 follow_pfn +EXPORT_SYMBOL vmlinux 0xc65c582c dev_get_by_napi_id +EXPORT_SYMBOL vmlinux 0xc65e4e97 secure_dccp_sequence_number +EXPORT_SYMBOL vmlinux 0xc666a132 crc_t10dif +EXPORT_SYMBOL vmlinux 0xc667667d pagecache_isize_extended +EXPORT_SYMBOL vmlinux 0xc66a8304 cpu_rmap_add +EXPORT_SYMBOL vmlinux 0xc67bbf86 tcp_md5_hash_skb_data +EXPORT_SYMBOL vmlinux 0xc68cf1c2 pnp_is_active +EXPORT_SYMBOL vmlinux 0xc690315e netif_set_tso_max_size +EXPORT_SYMBOL vmlinux 0xc691358a dma_sync_single_for_device +EXPORT_SYMBOL vmlinux 0xc69fce52 qcom_scm_qsmmu500_wait_safe_toggle +EXPORT_SYMBOL vmlinux 0xc6bd5d8e tcp_setsockopt +EXPORT_SYMBOL vmlinux 0xc6ca0d33 filp_open +EXPORT_SYMBOL vmlinux 0xc6cb465a __kfifo_max_r +EXPORT_SYMBOL vmlinux 0xc6cbbc89 capable +EXPORT_SYMBOL vmlinux 0xc6d09aa9 release_firmware +EXPORT_SYMBOL vmlinux 0xc6e3572e mmc_detect_card_removed +EXPORT_SYMBOL vmlinux 0xc6f3b3fc refcount_dec_if_one +EXPORT_SYMBOL vmlinux 0xc6f46339 init_timer_key +EXPORT_SYMBOL vmlinux 0xc6f55508 ip6_find_1stfragopt +EXPORT_SYMBOL vmlinux 0xc705f8f2 simple_empty +EXPORT_SYMBOL vmlinux 0xc708f1fe ec_write +EXPORT_SYMBOL vmlinux 0xc7208c3a serial8250_resume_port +EXPORT_SYMBOL vmlinux 0xc7252a21 devm_request_any_context_irq +EXPORT_SYMBOL vmlinux 0xc73a471d kern_path_create +EXPORT_SYMBOL vmlinux 0xc74b227e dquot_get_next_id +EXPORT_SYMBOL vmlinux 0xc74c1749 tty_port_raise_dtr_rts +EXPORT_SYMBOL vmlinux 0xc76e41fa unregister_quota_format +EXPORT_SYMBOL vmlinux 0xc76ea4de __scsi_add_device +EXPORT_SYMBOL vmlinux 0xc77020c7 con_copy_unimap +EXPORT_SYMBOL vmlinux 0xc781bd9f rfkill_resume_polling +EXPORT_SYMBOL vmlinux 0xc7856a3d inet6addr_notifier_call_chain +EXPORT_SYMBOL vmlinux 0xc79613d8 rtnetlink_put_metrics +EXPORT_SYMBOL vmlinux 0xc7a4fbed rtnl_lock +EXPORT_SYMBOL vmlinux 0xc7ae1903 security_lock_kernel_down +EXPORT_SYMBOL vmlinux 0xc7af1990 nf_log_trace +EXPORT_SYMBOL vmlinux 0xc7c1107a LZ4_decompress_safe +EXPORT_SYMBOL vmlinux 0xc7cf0eb2 pin_user_pages_remote +EXPORT_SYMBOL vmlinux 0xc7f1a12c try_to_free_buffers +EXPORT_SYMBOL vmlinux 0xc7fb48e7 jbd2__journal_restart +EXPORT_SYMBOL vmlinux 0xc7fd3df5 scsi_scan_target +EXPORT_SYMBOL vmlinux 0xc804ca60 devfreq_resume_device +EXPORT_SYMBOL vmlinux 0xc80ab559 swake_up_one +EXPORT_SYMBOL vmlinux 0xc812c210 dev_set_mtu +EXPORT_SYMBOL vmlinux 0xc820de0d fs_lookup_param +EXPORT_SYMBOL vmlinux 0xc83009e5 generic_ro_fops +EXPORT_SYMBOL vmlinux 0xc838c3f5 __ashrti3 +EXPORT_SYMBOL vmlinux 0xc8390cef kmem_cache_free_bulk +EXPORT_SYMBOL vmlinux 0xc839afed hdmi_audio_infoframe_check +EXPORT_SYMBOL vmlinux 0xc83e4054 napi_enable +EXPORT_SYMBOL vmlinux 0xc84a0a7e seq_hlist_start_rcu +EXPORT_SYMBOL vmlinux 0xc854430d devm_kvasprintf +EXPORT_SYMBOL vmlinux 0xc872fd85 in6addr_interfacelocal_allnodes +EXPORT_SYMBOL vmlinux 0xc87cc158 lock_rename +EXPORT_SYMBOL vmlinux 0xc8827b75 sysctl_vals +EXPORT_SYMBOL vmlinux 0xc885d2e0 vfs_parse_fs_param +EXPORT_SYMBOL vmlinux 0xc89053c8 tcp_getsockopt +EXPORT_SYMBOL vmlinux 0xc890c008 zlib_deflateEnd +EXPORT_SYMBOL vmlinux 0xc89846c4 xudma_tchanrt_read +EXPORT_SYMBOL vmlinux 0xc89d3477 mmc_gpio_set_cd_wake +EXPORT_SYMBOL vmlinux 0xc8a18ba6 to_nd_btt +EXPORT_SYMBOL vmlinux 0xc8a91f5b cpumask_local_spread +EXPORT_SYMBOL vmlinux 0xc8ad7397 flow_block_cb_decref +EXPORT_SYMBOL vmlinux 0xc8c85086 sg_free_table +EXPORT_SYMBOL vmlinux 0xc8c97dbd filemap_fdatawait_range +EXPORT_SYMBOL vmlinux 0xc8d61863 dmam_alloc_attrs +EXPORT_SYMBOL vmlinux 0xc8dcc62a krealloc +EXPORT_SYMBOL vmlinux 0xc8f2d42f framebuffer_alloc +EXPORT_SYMBOL vmlinux 0xc90c1125 mr_rtm_dumproute +EXPORT_SYMBOL vmlinux 0xc916dd46 __SCK__tp_func_kmalloc +EXPORT_SYMBOL vmlinux 0xc93e8461 acpi_get_event_resources +EXPORT_SYMBOL vmlinux 0xc95ebcc5 phy_connect_direct +EXPORT_SYMBOL vmlinux 0xc9634df9 in6addr_linklocal_allrouters +EXPORT_SYMBOL vmlinux 0xc972449f mempool_alloc_slab +EXPORT_SYMBOL vmlinux 0xc9822234 clk_register_clkdev +EXPORT_SYMBOL vmlinux 0xc98fdca3 jbd2_journal_errno +EXPORT_SYMBOL vmlinux 0xc99370e9 md_check_no_bitmap +EXPORT_SYMBOL vmlinux 0xc99e2a55 twl_rev +EXPORT_SYMBOL vmlinux 0xc9a002f9 netif_rx +EXPORT_SYMBOL vmlinux 0xc9df055a xfrm_policy_walk_init +EXPORT_SYMBOL vmlinux 0xc9e71c54 kern_path +EXPORT_SYMBOL vmlinux 0xc9ed0401 imx_sc_rm_is_resource_owned +EXPORT_SYMBOL vmlinux 0xc9f03b22 __mdiobus_register +EXPORT_SYMBOL vmlinux 0xc9f329d4 ps2_end_command +EXPORT_SYMBOL vmlinux 0xc9f89e36 jbd2_journal_start_commit +EXPORT_SYMBOL vmlinux 0xca1648d4 zstd_decompress_dctx +EXPORT_SYMBOL vmlinux 0xca17ac01 _find_next_andnot_bit +EXPORT_SYMBOL vmlinux 0xca2158c8 scsi_done +EXPORT_SYMBOL vmlinux 0xca21ebd3 bitmap_free +EXPORT_SYMBOL vmlinux 0xca286dd5 jbd2_journal_set_triggers +EXPORT_SYMBOL vmlinux 0xca3280a1 max8925_set_bits +EXPORT_SYMBOL vmlinux 0xca431c05 wake_bit_function +EXPORT_SYMBOL vmlinux 0xca5526b4 sock_set_sndtimeo +EXPORT_SYMBOL vmlinux 0xca62afaf xudma_rflow_is_gp +EXPORT_SYMBOL vmlinux 0xca6574c4 pcim_set_mwi +EXPORT_SYMBOL vmlinux 0xca68bc7b close_fd_get_file +EXPORT_SYMBOL vmlinux 0xca70bee2 noop_qdisc +EXPORT_SYMBOL vmlinux 0xca79b63a unregister_nls +EXPORT_SYMBOL vmlinux 0xca9360b5 rb_next +EXPORT_SYMBOL vmlinux 0xca940f49 watchdog_unregister_governor +EXPORT_SYMBOL vmlinux 0xca9a046d iw_handler_set_spy +EXPORT_SYMBOL vmlinux 0xca9beaa4 __xa_store +EXPORT_SYMBOL vmlinux 0xcab79cce param_set_copystring +EXPORT_SYMBOL vmlinux 0xcad1aca8 acpi_exception +EXPORT_SYMBOL vmlinux 0xcad354c1 csum_and_copy_from_iter +EXPORT_SYMBOL vmlinux 0xcadc64d7 dev_uc_add_excl +EXPORT_SYMBOL vmlinux 0xcae0e73c napi_schedule_prep +EXPORT_SYMBOL vmlinux 0xcb0288ea ledtrig_cpu +EXPORT_SYMBOL vmlinux 0xcb03a747 pps_lookup_dev +EXPORT_SYMBOL vmlinux 0xcb0f9f42 blk_rq_map_integrity_sg +EXPORT_SYMBOL vmlinux 0xcb1046bb of_phy_is_fixed_link +EXPORT_SYMBOL vmlinux 0xcb161443 vfs_dedupe_file_range +EXPORT_SYMBOL vmlinux 0xcb1728ec of_parse_phandle_with_args_map +EXPORT_SYMBOL vmlinux 0xcb1d7e5f bdi_register +EXPORT_SYMBOL vmlinux 0xcb293abe i2c_verify_adapter +EXPORT_SYMBOL vmlinux 0xcb32ef69 file_fdatawait_range +EXPORT_SYMBOL vmlinux 0xcb36d6ea qdisc_create_dflt +EXPORT_SYMBOL vmlinux 0xcb3ae215 call_blocking_lsm_notifier +EXPORT_SYMBOL vmlinux 0xcb414ab0 block_page_mkwrite +EXPORT_SYMBOL vmlinux 0xcb43c400 skb_pull_data +EXPORT_SYMBOL vmlinux 0xcb55b8f0 __dev_get_by_name +EXPORT_SYMBOL vmlinux 0xcb623d0b tcp_child_process +EXPORT_SYMBOL vmlinux 0xcb733bf2 acpi_bus_set_power +EXPORT_SYMBOL vmlinux 0xcb88a6af tcp_req_err +EXPORT_SYMBOL vmlinux 0xcb89b654 md_set_array_sectors +EXPORT_SYMBOL vmlinux 0xcb9200cd tty_port_free_xmit_buf +EXPORT_SYMBOL vmlinux 0xcbbf0a6f audit_log_task_context +EXPORT_SYMBOL vmlinux 0xcbca383f __mod_node_page_state +EXPORT_SYMBOL vmlinux 0xcbd4898c fortify_panic +EXPORT_SYMBOL vmlinux 0xcbf6fdf6 netif_receive_skb_core +EXPORT_SYMBOL vmlinux 0xcbfa6745 security_skb_classify_flow +EXPORT_SYMBOL vmlinux 0xcbfb33e4 init_opal_dev +EXPORT_SYMBOL vmlinux 0xcc163584 twl6030_mmc_card_detect +EXPORT_SYMBOL vmlinux 0xcc1b882a idr_get_next_ul +EXPORT_SYMBOL vmlinux 0xcc23002a hdmi_infoframe_pack_only +EXPORT_SYMBOL vmlinux 0xcc248d26 serial8250_suspend_port +EXPORT_SYMBOL vmlinux 0xcc2b25eb call_usermodehelper_setup +EXPORT_SYMBOL vmlinux 0xcc328a5c reservation_ww_class +EXPORT_SYMBOL vmlinux 0xcc392eea kmalloc_size_roundup +EXPORT_SYMBOL vmlinux 0xcc411ed1 ptp_convert_timestamp +EXPORT_SYMBOL vmlinux 0xcc5005fe msleep_interruptible +EXPORT_SYMBOL vmlinux 0xcc5bb739 __phy_resume +EXPORT_SYMBOL vmlinux 0xcc5c2df4 trace_print_symbols_seq +EXPORT_SYMBOL vmlinux 0xcc5d22d9 can_do_mlock +EXPORT_SYMBOL vmlinux 0xcc64006a mipi_dsi_dcs_set_display_off +EXPORT_SYMBOL vmlinux 0xcc689769 netdev_lower_state_changed +EXPORT_SYMBOL vmlinux 0xcc84c5ce vfs_llseek +EXPORT_SYMBOL vmlinux 0xcc859985 __napi_schedule_irqoff +EXPORT_SYMBOL vmlinux 0xcc877f0e inet_csk_accept +EXPORT_SYMBOL vmlinux 0xcc8b0d49 jbd2_fc_get_buf +EXPORT_SYMBOL vmlinux 0xcc90d262 pci_dev_get +EXPORT_SYMBOL vmlinux 0xcca5839d xen_vcpu_id +EXPORT_SYMBOL vmlinux 0xccb8d891 simple_write_begin +EXPORT_SYMBOL vmlinux 0xccbfef63 tty_port_open +EXPORT_SYMBOL vmlinux 0xccc8670e dev_getbyhwaddr_rcu +EXPORT_SYMBOL vmlinux 0xcccdea45 dev_mc_init +EXPORT_SYMBOL vmlinux 0xcccf341a xfrm_input +EXPORT_SYMBOL vmlinux 0xcce3bbe1 nf_setsockopt +EXPORT_SYMBOL vmlinux 0xcce90a27 pci_ep_cfs_remove_epc_group +EXPORT_SYMBOL vmlinux 0xccea6226 ipv4_specific +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 0xcd071dcc tcf_exts_dump +EXPORT_SYMBOL vmlinux 0xcd0b30b2 sg_miter_start +EXPORT_SYMBOL vmlinux 0xcd225768 phy_attached_info_irq +EXPORT_SYMBOL vmlinux 0xcd23c4d8 scsi_device_resume +EXPORT_SYMBOL vmlinux 0xcd279169 nla_find +EXPORT_SYMBOL vmlinux 0xcd2fae76 pci_scan_bridge +EXPORT_SYMBOL vmlinux 0xcd3bc584 pnp_activate_dev +EXPORT_SYMBOL vmlinux 0xcd3bca78 of_root +EXPORT_SYMBOL vmlinux 0xcd410447 neigh_seq_next +EXPORT_SYMBOL vmlinux 0xcd4cf7ce simple_nosetlease +EXPORT_SYMBOL vmlinux 0xcd549551 fman_set_mac_max_frame +EXPORT_SYMBOL vmlinux 0xcd6e1db7 fwnode_iomap +EXPORT_SYMBOL vmlinux 0xcd814853 netdev_adjacent_change_prepare +EXPORT_SYMBOL vmlinux 0xcd8abf67 dev_set_promiscuity +EXPORT_SYMBOL vmlinux 0xcd8ce890 acpi_format_exception +EXPORT_SYMBOL vmlinux 0xcd8ee574 param_ops_charp +EXPORT_SYMBOL vmlinux 0xcd9a0194 finish_open +EXPORT_SYMBOL vmlinux 0xcd9a8509 input_copy_abs +EXPORT_SYMBOL vmlinux 0xcdb831ba xfrm_state_register_afinfo +EXPORT_SYMBOL vmlinux 0xcdc1d954 nf_log_unbind_pf +EXPORT_SYMBOL vmlinux 0xcdc39c9e security_ismaclabel +EXPORT_SYMBOL vmlinux 0xcdc5cc10 end_buffer_read_sync +EXPORT_SYMBOL vmlinux 0xcdca7d13 mfd_cell_disable +EXPORT_SYMBOL vmlinux 0xcde77bcc free_opal_dev +EXPORT_SYMBOL vmlinux 0xce1c376a pci_scan_root_bus +EXPORT_SYMBOL vmlinux 0xce2840e7 irq_set_irq_wake +EXPORT_SYMBOL vmlinux 0xce2dbcdb ip_tunnel_parse_protocol +EXPORT_SYMBOL vmlinux 0xce4c380d page_readlink +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 0xce606f42 qdisc_watchdog_init_clockid +EXPORT_SYMBOL vmlinux 0xce7128c3 inode_owner_or_capable +EXPORT_SYMBOL vmlinux 0xce71d80f vfs_rename +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 0xce799921 proc_remove +EXPORT_SYMBOL vmlinux 0xce7eba95 configfs_depend_item +EXPORT_SYMBOL vmlinux 0xce807a25 up_write +EXPORT_SYMBOL vmlinux 0xce9fa9a7 read_cache_page +EXPORT_SYMBOL vmlinux 0xcea47c54 netdev_class_create_file_ns +EXPORT_SYMBOL vmlinux 0xcea99547 inetdev_by_index +EXPORT_SYMBOL vmlinux 0xceaa43fa inet_bind +EXPORT_SYMBOL vmlinux 0xceab0311 strchrnul +EXPORT_SYMBOL vmlinux 0xceab5052 vfs_create_mount +EXPORT_SYMBOL vmlinux 0xced0f4d4 gen_pool_create +EXPORT_SYMBOL vmlinux 0xced5d42c xp_set_rxq_info +EXPORT_SYMBOL vmlinux 0xced7ef09 md_integrity_add_rdev +EXPORT_SYMBOL vmlinux 0xcedd7693 of_device_unregister +EXPORT_SYMBOL vmlinux 0xcede092e bio_alloc_clone +EXPORT_SYMBOL vmlinux 0xcee80c35 kmem_cache_create +EXPORT_SYMBOL vmlinux 0xceeba46e pcie_capability_clear_and_set_dword +EXPORT_SYMBOL vmlinux 0xcef1136b cros_ec_query_all +EXPORT_SYMBOL vmlinux 0xcefb0c9f __mutex_init +EXPORT_SYMBOL vmlinux 0xcefcd99a serial8250_unregister_port +EXPORT_SYMBOL vmlinux 0xcf0156c1 sock_no_ioctl +EXPORT_SYMBOL vmlinux 0xcf125e4a inet_sk_rx_dst_set +EXPORT_SYMBOL vmlinux 0xcf165be8 proc_create_data +EXPORT_SYMBOL vmlinux 0xcf2a6966 up +EXPORT_SYMBOL vmlinux 0xcf2c0ca8 jbd2_journal_restart +EXPORT_SYMBOL vmlinux 0xcf319fba backlight_device_unregister +EXPORT_SYMBOL vmlinux 0xcf3a7e94 d_tmpfile +EXPORT_SYMBOL vmlinux 0xcf3b69b3 netdev_stats_to_stats64 +EXPORT_SYMBOL vmlinux 0xcf4f9f83 pci_msi_vec_count +EXPORT_SYMBOL vmlinux 0xcf4fdd4d _atomic_dec_and_lock +EXPORT_SYMBOL vmlinux 0xcf5c1036 send_sig_mceerr +EXPORT_SYMBOL vmlinux 0xcf641f61 jbd2_journal_get_write_access +EXPORT_SYMBOL vmlinux 0xcf6556d2 bio_endio +EXPORT_SYMBOL vmlinux 0xcf6ff8c2 node_data +EXPORT_SYMBOL vmlinux 0xcf7622b6 drop_super +EXPORT_SYMBOL vmlinux 0xcf9b558d touchscreen_set_mt_pos +EXPORT_SYMBOL vmlinux 0xcfc7ee1b nf_log_bind_pf +EXPORT_SYMBOL vmlinux 0xcfc9deaf atomic_dec_and_mutex_lock +EXPORT_SYMBOL vmlinux 0xcfd4978f __nla_reserve_64bit +EXPORT_SYMBOL vmlinux 0xcfd884a8 __hsiphash_unaligned +EXPORT_SYMBOL vmlinux 0xcfeb98a8 acpi_processor_register_performance +EXPORT_SYMBOL vmlinux 0xd01736b9 udp_gro_complete +EXPORT_SYMBOL vmlinux 0xd01b7d85 netdev_alert +EXPORT_SYMBOL vmlinux 0xd01cce97 of_find_device_by_node +EXPORT_SYMBOL vmlinux 0xd045d698 mii_check_gmii_support +EXPORT_SYMBOL vmlinux 0xd04c1a64 sysctl_devconf_inherit_init_net +EXPORT_SYMBOL vmlinux 0xd0628e5d filemap_fdatawrite +EXPORT_SYMBOL vmlinux 0xd0654aba woken_wake_function +EXPORT_SYMBOL vmlinux 0xd0760fc0 kfree_sensitive +EXPORT_SYMBOL vmlinux 0xd0794d20 insert_inode_locked +EXPORT_SYMBOL vmlinux 0xd07d6ed1 vmap +EXPORT_SYMBOL vmlinux 0xd08adb2b trace_seq_hex_dump +EXPORT_SYMBOL vmlinux 0xd0997395 remove_proc_subtree +EXPORT_SYMBOL vmlinux 0xd09f1867 phy_attach +EXPORT_SYMBOL vmlinux 0xd0b74705 acpi_install_interface +EXPORT_SYMBOL vmlinux 0xd0d01cbb blk_queue_io_min +EXPORT_SYMBOL vmlinux 0xd0de6d83 generic_error_remove_page +EXPORT_SYMBOL vmlinux 0xd0e5a4eb kthread_bind +EXPORT_SYMBOL vmlinux 0xd0f08d79 dma_alloc_attrs +EXPORT_SYMBOL vmlinux 0xd10d01fa sockopt_lock_sock +EXPORT_SYMBOL vmlinux 0xd1156559 cdev_set_parent +EXPORT_SYMBOL vmlinux 0xd127eae2 qdisc_put +EXPORT_SYMBOL vmlinux 0xd1363cc1 ucs2_strsize +EXPORT_SYMBOL vmlinux 0xd16aff26 scsicam_bios_param +EXPORT_SYMBOL vmlinux 0xd16eab76 sock_no_sendpage +EXPORT_SYMBOL vmlinux 0xd1857557 mii_ethtool_sset +EXPORT_SYMBOL vmlinux 0xd19209ab phy_set_sym_pause +EXPORT_SYMBOL vmlinux 0xd194ddf9 acpi_gpe_count +EXPORT_SYMBOL vmlinux 0xd19aa6b6 bdev_start_io_acct +EXPORT_SYMBOL vmlinux 0xd1a0c9f8 dma_resv_add_fence +EXPORT_SYMBOL vmlinux 0xd1ad0087 jbd2_transaction_committed +EXPORT_SYMBOL vmlinux 0xd1b5bad6 __icmp_send +EXPORT_SYMBOL vmlinux 0xd1b6b12b single_release +EXPORT_SYMBOL vmlinux 0xd1c48d08 flow_rule_match_control +EXPORT_SYMBOL vmlinux 0xd1d6daa2 kmem_cache_alloc +EXPORT_SYMBOL vmlinux 0xd1d87e92 scsi_mlreturn_string +EXPORT_SYMBOL vmlinux 0xd1e4bbb5 kill_anon_super +EXPORT_SYMBOL vmlinux 0xd1efa312 set_blocksize +EXPORT_SYMBOL vmlinux 0xd1fa5d93 inet6_release +EXPORT_SYMBOL vmlinux 0xd1faabfa skb_split +EXPORT_SYMBOL vmlinux 0xd2051916 qcom_scm_cpu_power_down +EXPORT_SYMBOL vmlinux 0xd2237016 radix_tree_delete_item +EXPORT_SYMBOL vmlinux 0xd235032c param_ops_ullong +EXPORT_SYMBOL vmlinux 0xd24108d4 rfkill_soft_blocked +EXPORT_SYMBOL vmlinux 0xd25542fc mmc_cqe_recovery +EXPORT_SYMBOL vmlinux 0xd257af71 jbd2_log_wait_commit +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 0xd2608421 reuseport_has_conns_set +EXPORT_SYMBOL vmlinux 0xd27b25dd blk_check_plugged +EXPORT_SYMBOL vmlinux 0xd2800691 nf_conntrack_destroy +EXPORT_SYMBOL vmlinux 0xd282e60d vme_slave_request +EXPORT_SYMBOL vmlinux 0xd28cc484 cfb_imageblit +EXPORT_SYMBOL vmlinux 0xd2a489f7 eth_header_cache_update +EXPORT_SYMBOL vmlinux 0xd2bc387d tcf_em_register +EXPORT_SYMBOL vmlinux 0xd2d88506 netdev_offload_xstats_report_used +EXPORT_SYMBOL vmlinux 0xd2da1048 register_netdevice_notifier +EXPORT_SYMBOL vmlinux 0xd2e278df netpoll_poll_disable +EXPORT_SYMBOL vmlinux 0xd2e2a9d0 hdmi_spd_infoframe_pack_only +EXPORT_SYMBOL vmlinux 0xd2e80f8f pnp_possible_config +EXPORT_SYMBOL vmlinux 0xd2ea49b8 acpi_leave_sleep_state_prep +EXPORT_SYMBOL vmlinux 0xd307c0b1 __skb_gso_segment +EXPORT_SYMBOL vmlinux 0xd3099e4d fwnode_graph_parse_endpoint +EXPORT_SYMBOL vmlinux 0xd312d45f sock_no_mmap +EXPORT_SYMBOL vmlinux 0xd318215a folio_account_redirty +EXPORT_SYMBOL vmlinux 0xd31ad560 __SetPageMovable +EXPORT_SYMBOL vmlinux 0xd31c1359 try_to_writeback_inodes_sb +EXPORT_SYMBOL vmlinux 0xd31ccb06 of_machine_is_compatible +EXPORT_SYMBOL vmlinux 0xd32657f4 napi_disable +EXPORT_SYMBOL vmlinux 0xd3450bf6 __scm_send +EXPORT_SYMBOL vmlinux 0xd3461b94 vfs_get_tree +EXPORT_SYMBOL vmlinux 0xd3543063 memcg_kmem_enabled_key +EXPORT_SYMBOL vmlinux 0xd3559ef4 __memset +EXPORT_SYMBOL vmlinux 0xd355f1df mmc_gpiod_request_ro +EXPORT_SYMBOL vmlinux 0xd35a6d31 mempool_kmalloc +EXPORT_SYMBOL vmlinux 0xd35cce70 _raw_spin_unlock_irqrestore +EXPORT_SYMBOL vmlinux 0xd36dc10c get_random_u32 +EXPORT_SYMBOL vmlinux 0xd36e3d59 prandom_bytes_state +EXPORT_SYMBOL vmlinux 0xd36e6e4d scsi_eh_restore_cmnd +EXPORT_SYMBOL vmlinux 0xd378fae9 __nla_reserve_nohdr +EXPORT_SYMBOL vmlinux 0xd38a7b88 tcp_openreq_init_rwin +EXPORT_SYMBOL vmlinux 0xd38e127d rproc_put +EXPORT_SYMBOL vmlinux 0xd38ee2c7 __get_hash_from_flowi6 +EXPORT_SYMBOL vmlinux 0xd393f8df simple_pin_fs +EXPORT_SYMBOL vmlinux 0xd3ae2f88 user_revoke +EXPORT_SYMBOL vmlinux 0xd3e1a185 netif_skb_features +EXPORT_SYMBOL vmlinux 0xd4002dce pci_reenable_device +EXPORT_SYMBOL vmlinux 0xd401dbd9 devm_arch_phys_wc_add +EXPORT_SYMBOL vmlinux 0xd406d266 fb_mode_is_equal +EXPORT_SYMBOL vmlinux 0xd41e1f88 tcp_peek_len +EXPORT_SYMBOL vmlinux 0xd4371ec5 d_path +EXPORT_SYMBOL vmlinux 0xd4514cb8 sock_no_socketpair +EXPORT_SYMBOL vmlinux 0xd457e6ea pci_unregister_driver +EXPORT_SYMBOL vmlinux 0xd4593606 pci_unmap_rom +EXPORT_SYMBOL vmlinux 0xd45cc6ca bin2hex +EXPORT_SYMBOL vmlinux 0xd4649f32 kernel_sock_ip_overhead +EXPORT_SYMBOL vmlinux 0xd46d80d0 pci_read_config_word +EXPORT_SYMBOL vmlinux 0xd47f8d65 __skb_try_recv_datagram +EXPORT_SYMBOL vmlinux 0xd481c698 xfrm4_rcv +EXPORT_SYMBOL vmlinux 0xd4835ef8 dmi_check_system +EXPORT_SYMBOL vmlinux 0xd4847e13 posix_acl_chmod +EXPORT_SYMBOL vmlinux 0xd4980b6f submit_bh +EXPORT_SYMBOL vmlinux 0xd49da76f __scsi_device_lookup +EXPORT_SYMBOL vmlinux 0xd4a69d20 qm_channel_caam +EXPORT_SYMBOL vmlinux 0xd4a98cb3 iov_iter_bvec +EXPORT_SYMBOL vmlinux 0xd4a9f6f2 scsi_unblock_requests +EXPORT_SYMBOL vmlinux 0xd4bb4a82 inet6addr_validator_notifier_call_chain +EXPORT_SYMBOL vmlinux 0xd4cdb99d single_open +EXPORT_SYMBOL vmlinux 0xd4d1983c udplite_table +EXPORT_SYMBOL vmlinux 0xd4d86c8a acpi_processor_notify_smm +EXPORT_SYMBOL vmlinux 0xd4de4c00 scmd_printk +EXPORT_SYMBOL vmlinux 0xd4f403c0 mr_mfc_seq_idx +EXPORT_SYMBOL vmlinux 0xd51a4d99 rproc_coredump_using_sections +EXPORT_SYMBOL vmlinux 0xd5263820 mb_cache_destroy +EXPORT_SYMBOL vmlinux 0xd52f3d6e mount_single +EXPORT_SYMBOL vmlinux 0xd5303866 rproc_remove_subdev +EXPORT_SYMBOL vmlinux 0xd5346bfc acpi_get_possible_resources +EXPORT_SYMBOL vmlinux 0xd552b116 alloc_fcdev +EXPORT_SYMBOL vmlinux 0xd5545348 blk_queue_chunk_sectors +EXPORT_SYMBOL vmlinux 0xd5a0e365 mdiobus_read_nested +EXPORT_SYMBOL vmlinux 0xd5a68e73 netif_set_xps_queue +EXPORT_SYMBOL vmlinux 0xd5b3d0d5 xxh64_copy_state +EXPORT_SYMBOL vmlinux 0xd5dc6bc4 genphy_check_and_restart_aneg +EXPORT_SYMBOL vmlinux 0xd5e4e1b2 dump_page +EXPORT_SYMBOL vmlinux 0xd5fd90f1 prepare_to_wait +EXPORT_SYMBOL vmlinux 0xd602cada par_io_of_config +EXPORT_SYMBOL vmlinux 0xd604790f inet_csk_clear_xmit_timers +EXPORT_SYMBOL vmlinux 0xd60736ec gf128mul_free_64k +EXPORT_SYMBOL vmlinux 0xd6190871 of_get_next_cpu_node +EXPORT_SYMBOL vmlinux 0xd620d67e security_inet_conn_request +EXPORT_SYMBOL vmlinux 0xd62ecd49 rps_sock_flow_table +EXPORT_SYMBOL vmlinux 0xd6355ba6 dev_get_by_name_rcu +EXPORT_SYMBOL vmlinux 0xd642f3f6 video_firmware_drivers_only +EXPORT_SYMBOL vmlinux 0xd643239a acpi_leave_sleep_state +EXPORT_SYMBOL vmlinux 0xd6584547 qdisc_watchdog_init +EXPORT_SYMBOL vmlinux 0xd66c8184 add_device_randomness +EXPORT_SYMBOL vmlinux 0xd68c5a1f adjust_resource +EXPORT_SYMBOL vmlinux 0xd691c6a9 unregister_sysctl_table +EXPORT_SYMBOL vmlinux 0xd69e230c dev_addr_add +EXPORT_SYMBOL vmlinux 0xd6a91f54 twl_i2c_read +EXPORT_SYMBOL vmlinux 0xd6aafc49 dcb_ieee_getapp_mask +EXPORT_SYMBOL vmlinux 0xd6cb431e tcf_action_set_ctrlact +EXPORT_SYMBOL vmlinux 0xd6d91e92 tcp_md5_do_del +EXPORT_SYMBOL vmlinux 0xd6dc0b06 __ip4_datagram_connect +EXPORT_SYMBOL vmlinux 0xd6eaaea1 full_name_hash +EXPORT_SYMBOL vmlinux 0xd6ee688f vmalloc +EXPORT_SYMBOL vmlinux 0xd6fde043 is_module_sig_enforced +EXPORT_SYMBOL vmlinux 0xd70936ce gnet_stats_start_copy +EXPORT_SYMBOL vmlinux 0xd70d35a1 gf128mul_4k_bbe +EXPORT_SYMBOL vmlinux 0xd70f62b6 acpi_os_execute +EXPORT_SYMBOL vmlinux 0xd7105311 devm_devfreq_unregister_opp_notifier +EXPORT_SYMBOL vmlinux 0xd71104b3 vm_node_stat +EXPORT_SYMBOL vmlinux 0xd716b398 dquot_alloc +EXPORT_SYMBOL vmlinux 0xd733720f alloc_pages +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 0xd750ffaf fb_pan_display +EXPORT_SYMBOL vmlinux 0xd7537070 param_ops_invbool +EXPORT_SYMBOL vmlinux 0xd79072cb scsi_register_driver +EXPORT_SYMBOL vmlinux 0xd7987177 utf8_load +EXPORT_SYMBOL vmlinux 0xd79e0722 rt_dst_alloc +EXPORT_SYMBOL vmlinux 0xd7c829ba zerocopy_sg_from_iter +EXPORT_SYMBOL vmlinux 0xd7d280ad irq_poll_complete +EXPORT_SYMBOL vmlinux 0xd7d7e995 pnp_register_driver +EXPORT_SYMBOL vmlinux 0xd7e56a4e simple_strtoll +EXPORT_SYMBOL vmlinux 0xd7ea7094 nf_unregister_queue_handler +EXPORT_SYMBOL vmlinux 0xd7ee19dc uart_register_driver +EXPORT_SYMBOL vmlinux 0xd7ff1b8a __ashlti3 +EXPORT_SYMBOL vmlinux 0xd807d5ba input_register_device +EXPORT_SYMBOL vmlinux 0xd80b3eb0 mii_link_ok +EXPORT_SYMBOL vmlinux 0xd80bbcb9 register_netdev +EXPORT_SYMBOL vmlinux 0xd8131274 qman_alloc_cgrid_range +EXPORT_SYMBOL vmlinux 0xd81642c6 tty_port_hangup +EXPORT_SYMBOL vmlinux 0xd81cae66 register_md_cluster_operations +EXPORT_SYMBOL vmlinux 0xd824937a kmem_cache_destroy +EXPORT_SYMBOL vmlinux 0xd8285cac seq_path +EXPORT_SYMBOL vmlinux 0xd828f063 xudma_tchanrt_write +EXPORT_SYMBOL vmlinux 0xd83898d5 nf_hooks_needed +EXPORT_SYMBOL vmlinux 0xd87670d7 sock_edemux +EXPORT_SYMBOL vmlinux 0xd878b3f0 mipi_dsi_device_unregister +EXPORT_SYMBOL vmlinux 0xd88d872c tcf_qevent_handle +EXPORT_SYMBOL vmlinux 0xd8924f1b path_get +EXPORT_SYMBOL vmlinux 0xd8961bc4 cros_ec_cmd_xfer +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 0xd8bb72c6 nvdimm_namespace_capacity +EXPORT_SYMBOL vmlinux 0xd8df08ac acpi_handle_printk +EXPORT_SYMBOL vmlinux 0xd8df5223 netlink_unicast +EXPORT_SYMBOL vmlinux 0xd8e09d32 fqdir_exit +EXPORT_SYMBOL vmlinux 0xd8ef6dff blk_start_plug +EXPORT_SYMBOL vmlinux 0xd8f58278 ww_mutex_unlock +EXPORT_SYMBOL vmlinux 0xd90aeeb0 of_get_cpu_node +EXPORT_SYMBOL vmlinux 0xd9148c53 udplite_prot +EXPORT_SYMBOL vmlinux 0xd91f6ab6 strnlen_user +EXPORT_SYMBOL vmlinux 0xd92deb6b acpi_evaluate_object +EXPORT_SYMBOL vmlinux 0xd92fe8c2 tcp_sync_mss +EXPORT_SYMBOL vmlinux 0xd9491c14 xa_destroy +EXPORT_SYMBOL vmlinux 0xd952bf4b xp_free +EXPORT_SYMBOL vmlinux 0xd96f1bea tty_port_close_end +EXPORT_SYMBOL vmlinux 0xd97311bb tcp_v4_conn_request +EXPORT_SYMBOL vmlinux 0xd985dc99 mempool_free_pages +EXPORT_SYMBOL vmlinux 0xd997edb5 __task_pid_nr_ns +EXPORT_SYMBOL vmlinux 0xd9a5ea54 __init_waitqueue_head +EXPORT_SYMBOL vmlinux 0xd9a842f9 always_delete_dentry +EXPORT_SYMBOL vmlinux 0xd9b38b22 skb_get_hash_perturb +EXPORT_SYMBOL vmlinux 0xd9b85ef6 lockref_get +EXPORT_SYMBOL vmlinux 0xd9b8eaea __SCK__tp_func_dma_fence_signaled +EXPORT_SYMBOL vmlinux 0xd9c5b384 ioc_lookup_icq +EXPORT_SYMBOL vmlinux 0xd9d8fd16 register_restart_handler +EXPORT_SYMBOL vmlinux 0xd9d952d1 crypto_aes_sbox +EXPORT_SYMBOL vmlinux 0xd9f145a1 udp_set_csum +EXPORT_SYMBOL vmlinux 0xd9fdaf1c vfs_iter_read +EXPORT_SYMBOL vmlinux 0xda10443c xudma_tchan_get_id +EXPORT_SYMBOL vmlinux 0xda370a9f pci_bus_write_config_dword +EXPORT_SYMBOL vmlinux 0xda3926d3 amba_release_regions +EXPORT_SYMBOL vmlinux 0xda3d10a8 security_tun_dev_open +EXPORT_SYMBOL vmlinux 0xda4dce7c seq_open +EXPORT_SYMBOL vmlinux 0xda53be87 __blk_mq_end_request +EXPORT_SYMBOL vmlinux 0xda584ca3 tcp_mss_to_mtu +EXPORT_SYMBOL vmlinux 0xda613e16 jbd2_journal_blocks_per_page +EXPORT_SYMBOL vmlinux 0xda637dde fscrypt_has_permitted_context +EXPORT_SYMBOL vmlinux 0xda75a93c __i2c_smbus_xfer +EXPORT_SYMBOL vmlinux 0xda998adf genphy_c37_read_status +EXPORT_SYMBOL vmlinux 0xdaa47955 tcp_mtup_init +EXPORT_SYMBOL vmlinux 0xdaa4a168 dma_free_attrs +EXPORT_SYMBOL vmlinux 0xdaa4b01e bio_reset +EXPORT_SYMBOL vmlinux 0xdab59ed7 scsi_command_normalize_sense +EXPORT_SYMBOL vmlinux 0xdab711c0 jbd2_journal_get_undo_access +EXPORT_SYMBOL vmlinux 0xdac4913a bitmap_allocate_region +EXPORT_SYMBOL vmlinux 0xdac8dc8e tcp_sock_set_user_timeout +EXPORT_SYMBOL vmlinux 0xdaca820e dynamic_preempt_schedule +EXPORT_SYMBOL vmlinux 0xdacbf2d7 nexthop_bucket_set_hw_flags +EXPORT_SYMBOL vmlinux 0xdad1fc3f zstd_flush_stream +EXPORT_SYMBOL vmlinux 0xdad8ee28 generic_write_checks_count +EXPORT_SYMBOL vmlinux 0xdaf7b66b free_task +EXPORT_SYMBOL vmlinux 0xdaf93382 skb_copy_datagram_from_iter +EXPORT_SYMBOL vmlinux 0xdb24bebe acpi_bus_register_driver +EXPORT_SYMBOL vmlinux 0xdb356140 mipi_dsi_dcs_nop +EXPORT_SYMBOL vmlinux 0xdb5a8259 sdev_prefix_printk +EXPORT_SYMBOL vmlinux 0xdb5c8c25 tcp_parse_options +EXPORT_SYMBOL vmlinux 0xdb65323c tcf_block_get +EXPORT_SYMBOL vmlinux 0xdb68bbad rfkill_destroy +EXPORT_SYMBOL vmlinux 0xdb6b6935 __scsi_execute +EXPORT_SYMBOL vmlinux 0xdb760f52 __kfifo_free +EXPORT_SYMBOL vmlinux 0xdba8dcd8 xfrm_policy_hash_rebuild +EXPORT_SYMBOL vmlinux 0xdbaab9d3 in6_dev_finish_destroy +EXPORT_SYMBOL vmlinux 0xdbabaaed devfreq_register_opp_notifier +EXPORT_SYMBOL vmlinux 0xdbbaeb7d tcp_seq_stop +EXPORT_SYMBOL vmlinux 0xdbc43e6a qdisc_get_rtab +EXPORT_SYMBOL vmlinux 0xdbcd0838 configfs_remove_default_groups +EXPORT_SYMBOL vmlinux 0xdbcf041a acpi_install_address_space_handler +EXPORT_SYMBOL vmlinux 0xdbd93df3 fib_notifier_ops_register +EXPORT_SYMBOL vmlinux 0xdbdf6c92 ioport_resource +EXPORT_SYMBOL vmlinux 0xdc05c383 trace_raw_output_prep +EXPORT_SYMBOL vmlinux 0xdc0e4855 timer_delete +EXPORT_SYMBOL vmlinux 0xdc14eda7 pci_pci_problems +EXPORT_SYMBOL vmlinux 0xdc34158f fman_port_init +EXPORT_SYMBOL vmlinux 0xdc3fcbc9 __sw_hweight8 +EXPORT_SYMBOL vmlinux 0xdc42db3e inet_frag_rbtree_purge +EXPORT_SYMBOL vmlinux 0xdc49c198 reciprocal_value_adv +EXPORT_SYMBOL vmlinux 0xdc512134 backlight_register_notifier +EXPORT_SYMBOL vmlinux 0xdc6ab438 release_pages +EXPORT_SYMBOL vmlinux 0xdc7e9859 filemap_get_folios +EXPORT_SYMBOL vmlinux 0xdc7ea100 scsi_host_alloc +EXPORT_SYMBOL vmlinux 0xdc86f610 load_nls +EXPORT_SYMBOL vmlinux 0xdc90e695 blk_mq_init_allocated_queue +EXPORT_SYMBOL vmlinux 0xdca3bed1 dma_sync_sg_for_cpu +EXPORT_SYMBOL vmlinux 0xdca8c3d4 logic_outb +EXPORT_SYMBOL vmlinux 0xdcb764ad memset +EXPORT_SYMBOL vmlinux 0xdcbeba1d sg_copy_from_buffer +EXPORT_SYMBOL vmlinux 0xdcd85d2a page_mapping +EXPORT_SYMBOL vmlinux 0xdcdc0040 slhc_compress +EXPORT_SYMBOL vmlinux 0xdcefc6d5 __seq_open_private +EXPORT_SYMBOL vmlinux 0xdd00447a acpi_resource_to_address64 +EXPORT_SYMBOL vmlinux 0xdd18a993 acpi_check_dsm +EXPORT_SYMBOL vmlinux 0xdd213095 mfd_remove_devices +EXPORT_SYMBOL vmlinux 0xdd2c169b mb_cache_create +EXPORT_SYMBOL vmlinux 0xdd4d55b6 _raw_read_unlock +EXPORT_SYMBOL vmlinux 0xdd52fb2f show_init_ipc_ns +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 0xdd8166a1 dma_fence_free +EXPORT_SYMBOL vmlinux 0xdd849d51 scsi_get_sense_info_fld +EXPORT_SYMBOL vmlinux 0xdd895a8b neigh_direct_output +EXPORT_SYMBOL vmlinux 0xddad7952 acpi_dbg_level +EXPORT_SYMBOL vmlinux 0xdddeeb87 tcp_md5_hash_key +EXPORT_SYMBOL vmlinux 0xddf6ad7a completion_done +EXPORT_SYMBOL vmlinux 0xddfdb8ac tcp_md5_needed +EXPORT_SYMBOL vmlinux 0xde09937c netpoll_send_udp +EXPORT_SYMBOL vmlinux 0xde0c676d folio_wait_private_2 +EXPORT_SYMBOL vmlinux 0xde293f9e add_wait_queue_exclusive +EXPORT_SYMBOL vmlinux 0xde3774ec jbd2_journal_dirty_metadata +EXPORT_SYMBOL vmlinux 0xde66d07b inet_sk_rebuild_header +EXPORT_SYMBOL vmlinux 0xde67419e sg_split +EXPORT_SYMBOL vmlinux 0xde733d95 set_create_files_as +EXPORT_SYMBOL vmlinux 0xde808908 xfrm6_input_addr +EXPORT_SYMBOL vmlinux 0xdeb347d2 set_anon_super_fc +EXPORT_SYMBOL vmlinux 0xdeb59008 backlight_force_update +EXPORT_SYMBOL vmlinux 0xdec7cb60 jbd2_journal_ack_err +EXPORT_SYMBOL vmlinux 0xded39a6b gen_kill_estimator +EXPORT_SYMBOL vmlinux 0xded69b80 dquot_quota_on +EXPORT_SYMBOL vmlinux 0xdee170bf component_match_add_release +EXPORT_SYMBOL vmlinux 0xdef3bc56 acpi_dev_hid_uid_match +EXPORT_SYMBOL vmlinux 0xdef7c893 fb_match_mode +EXPORT_SYMBOL vmlinux 0xdefccd03 submit_bio_wait +EXPORT_SYMBOL vmlinux 0xdf256037 kstrtou8_from_user +EXPORT_SYMBOL vmlinux 0xdf27bcd5 dquot_disable +EXPORT_SYMBOL vmlinux 0xdf2c2742 rb_last +EXPORT_SYMBOL vmlinux 0xdf2ebb87 _raw_read_unlock_irqrestore +EXPORT_SYMBOL vmlinux 0xdf30fcd7 tcf_em_tree_destroy +EXPORT_SYMBOL vmlinux 0xdf35abcb __skb_recv_udp +EXPORT_SYMBOL vmlinux 0xdf36914b xa_find_after +EXPORT_SYMBOL vmlinux 0xdf521442 _find_next_zero_bit +EXPORT_SYMBOL vmlinux 0xdf54a8f7 netlink_unregister_notifier +EXPORT_SYMBOL vmlinux 0xdf5e80bf dquot_quota_sync +EXPORT_SYMBOL vmlinux 0xdf6b082f proc_dointvec_jiffies +EXPORT_SYMBOL vmlinux 0xdf736e7f inet_reqsk_alloc +EXPORT_SYMBOL vmlinux 0xdf793fd3 sk_stream_wait_close +EXPORT_SYMBOL vmlinux 0xdf8c695a __ndelay +EXPORT_SYMBOL vmlinux 0xdf929370 fs_overflowgid +EXPORT_SYMBOL vmlinux 0xdf93b9d8 timespec64_to_jiffies +EXPORT_SYMBOL vmlinux 0xdf94f89b mmc_of_parse +EXPORT_SYMBOL vmlinux 0xdf9734a7 sg_nents +EXPORT_SYMBOL vmlinux 0xdf98e9e3 flow_rule_match_enc_opts +EXPORT_SYMBOL vmlinux 0xdf9bdfbb sock_wake_async +EXPORT_SYMBOL vmlinux 0xdfa42cce xen_free_unpopulated_pages +EXPORT_SYMBOL vmlinux 0xdfa67ae1 sync_inodes_sb +EXPORT_SYMBOL vmlinux 0xdfb43641 blk_set_queue_depth +EXPORT_SYMBOL vmlinux 0xdfb54c07 xattr_full_name +EXPORT_SYMBOL vmlinux 0xdfc12ef1 zstd_decompress_stream +EXPORT_SYMBOL vmlinux 0xdfc54c49 linkwatch_fire_event +EXPORT_SYMBOL vmlinux 0xdfc85b96 __hw_addr_ref_sync_dev +EXPORT_SYMBOL vmlinux 0xdfc9c58d mdiobus_scan +EXPORT_SYMBOL vmlinux 0xdfcc992c current_work +EXPORT_SYMBOL vmlinux 0xdfd8110c flow_block_cb_is_busy +EXPORT_SYMBOL vmlinux 0xdfe0d6bf nd_btt_version +EXPORT_SYMBOL vmlinux 0xdfe7ebf7 mdiobus_alloc_size +EXPORT_SYMBOL vmlinux 0xdfeef91d noop_fsync +EXPORT_SYMBOL vmlinux 0xdff905e5 vme_slave_free +EXPORT_SYMBOL vmlinux 0xdffc80fc vesa_modes +EXPORT_SYMBOL vmlinux 0xe000cc2b pci_bus_add_devices +EXPORT_SYMBOL vmlinux 0xe0012739 __check_sticky +EXPORT_SYMBOL vmlinux 0xe010b6e7 tty_port_close +EXPORT_SYMBOL vmlinux 0xe016f831 kmem_cache_alloc_node +EXPORT_SYMBOL vmlinux 0xe019eb5a fasync_helper +EXPORT_SYMBOL vmlinux 0xe02ba436 trace_print_hex_seq +EXPORT_SYMBOL vmlinux 0xe02c9c92 __xa_erase +EXPORT_SYMBOL vmlinux 0xe0352a0f iw_handler_get_spy +EXPORT_SYMBOL vmlinux 0xe03a689d dma_fence_array_ops +EXPORT_SYMBOL vmlinux 0xe0419ac4 kstrtos16 +EXPORT_SYMBOL vmlinux 0xe068b264 __mmap_lock_do_trace_start_locking +EXPORT_SYMBOL vmlinux 0xe07e5f44 acpi_reconfig_notifier_unregister +EXPORT_SYMBOL vmlinux 0xe080e8f0 set_current_groups +EXPORT_SYMBOL vmlinux 0xe0822ccb padata_set_cpumask +EXPORT_SYMBOL vmlinux 0xe082e88d acpi_check_address_range +EXPORT_SYMBOL vmlinux 0xe091c977 list_sort +EXPORT_SYMBOL vmlinux 0xe09cabcc devm_clk_get_optional +EXPORT_SYMBOL vmlinux 0xe0ac22c5 blk_rq_map_kern +EXPORT_SYMBOL vmlinux 0xe0b13336 argv_free +EXPORT_SYMBOL vmlinux 0xe0b7e3c3 phy_get_pause +EXPORT_SYMBOL vmlinux 0xe0b9065b security_xfrm_policy_alloc +EXPORT_SYMBOL vmlinux 0xe0bef318 icst_hz_to_vco +EXPORT_SYMBOL vmlinux 0xe0c3bafe ptp_clock_register +EXPORT_SYMBOL vmlinux 0xe0c5c98b mini_qdisc_pair_init +EXPORT_SYMBOL vmlinux 0xe0e07318 skb_pull +EXPORT_SYMBOL vmlinux 0xe0e3482d pci_read_config_dword +EXPORT_SYMBOL vmlinux 0xe0fdfa00 sock_no_sendmsg_locked +EXPORT_SYMBOL vmlinux 0xe1039b07 elv_rb_add +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 0xe1445b2e of_cpu_node_to_id +EXPORT_SYMBOL vmlinux 0xe1a9f0d3 set_page_dirty_lock +EXPORT_SYMBOL vmlinux 0xe1b3711b key_revoke +EXPORT_SYMBOL vmlinux 0xe1b3dfaf flow_indr_block_cb_alloc +EXPORT_SYMBOL vmlinux 0xe1b48e9b follow_up +EXPORT_SYMBOL vmlinux 0xe1bfda64 phy_loopback +EXPORT_SYMBOL vmlinux 0xe1c47696 netdev_err +EXPORT_SYMBOL vmlinux 0xe1d6933f blk_pm_runtime_init +EXPORT_SYMBOL vmlinux 0xe1dcf64a audit_log_format +EXPORT_SYMBOL vmlinux 0xe1fb92ff phy_attached_info +EXPORT_SYMBOL vmlinux 0xe210a899 fput +EXPORT_SYMBOL vmlinux 0xe21f18ac __genradix_iter_peek +EXPORT_SYMBOL vmlinux 0xe22d6775 phy_connect +EXPORT_SYMBOL vmlinux 0xe2354803 lookup_one_len +EXPORT_SYMBOL vmlinux 0xe237c0ac netdev_next_lower_dev_rcu +EXPORT_SYMBOL vmlinux 0xe2472e80 unix_detach_fds +EXPORT_SYMBOL vmlinux 0xe267c3be mmc_get_card +EXPORT_SYMBOL vmlinux 0xe273d75d alloc_cpu_rmap +EXPORT_SYMBOL vmlinux 0xe28ec771 locks_free_lock +EXPORT_SYMBOL vmlinux 0xe2964344 __wake_up +EXPORT_SYMBOL vmlinux 0xe2a71655 security_sctp_assoc_request +EXPORT_SYMBOL vmlinux 0xe2b23938 dev_alloc_name +EXPORT_SYMBOL vmlinux 0xe2b28c97 xfrm_state_delete +EXPORT_SYMBOL vmlinux 0xe2c3800a passthru_features_check +EXPORT_SYMBOL vmlinux 0xe2d5255a strcmp +EXPORT_SYMBOL vmlinux 0xe2fe608b __quota_error +EXPORT_SYMBOL vmlinux 0xe3002a71 to_ndd +EXPORT_SYMBOL vmlinux 0xe3223c22 __tty_alloc_driver +EXPORT_SYMBOL vmlinux 0xe32ab4d8 xxh64_digest +EXPORT_SYMBOL vmlinux 0xe33d37c4 vmf_insert_mixed_prot +EXPORT_SYMBOL vmlinux 0xe33f6873 mipi_dsi_compression_mode +EXPORT_SYMBOL vmlinux 0xe34eef2f netpoll_print_options +EXPORT_SYMBOL vmlinux 0xe350b636 ppp_unregister_channel +EXPORT_SYMBOL vmlinux 0xe37da494 xfrm4_rcv_encap +EXPORT_SYMBOL vmlinux 0xe39b2ea5 sha256 +EXPORT_SYMBOL vmlinux 0xe39f3d25 vme_dma_request +EXPORT_SYMBOL vmlinux 0xe3a82edf block_is_partially_uptodate +EXPORT_SYMBOL vmlinux 0xe3ad3046 __sg_page_iter_dma_next +EXPORT_SYMBOL vmlinux 0xe3b03deb acpi_bus_unregister_driver +EXPORT_SYMBOL vmlinux 0xe3bd99f4 generic_update_time +EXPORT_SYMBOL vmlinux 0xe3c84362 pci_free_irq_vectors +EXPORT_SYMBOL vmlinux 0xe3d30d87 fwnode_mdio_find_device +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 0xe4109fe5 fman_set_port_params +EXPORT_SYMBOL vmlinux 0xe4162537 netdev_info +EXPORT_SYMBOL vmlinux 0xe4249b11 dquot_destroy +EXPORT_SYMBOL vmlinux 0xe4366e89 ip6mr_rule_default +EXPORT_SYMBOL vmlinux 0xe439688e proto_register +EXPORT_SYMBOL vmlinux 0xe439dc7e fifo_set_limit +EXPORT_SYMBOL vmlinux 0xe46021ca _raw_spin_unlock_bh +EXPORT_SYMBOL vmlinux 0xe4657608 posix_acl_valid +EXPORT_SYMBOL vmlinux 0xe46c1a87 pcix_set_mmrbc +EXPORT_SYMBOL vmlinux 0xe46f7e25 jbd2_journal_clear_features +EXPORT_SYMBOL vmlinux 0xe47c19d4 mount_subtree +EXPORT_SYMBOL vmlinux 0xe48f5bc5 pci_alloc_irq_vectors +EXPORT_SYMBOL vmlinux 0xe49cb0a1 thread_group_exited +EXPORT_SYMBOL vmlinux 0xe4bbc1dd kimage_voffset +EXPORT_SYMBOL vmlinux 0xe4bc2c2f hdmi_drm_infoframe_pack +EXPORT_SYMBOL vmlinux 0xe4f19a17 fwnode_irq_get_byname +EXPORT_SYMBOL vmlinux 0xe4fd943a tcf_em_tree_validate +EXPORT_SYMBOL vmlinux 0xe5065efe tcf_action_update_hw_stats +EXPORT_SYMBOL vmlinux 0xe523ad75 synchronize_irq +EXPORT_SYMBOL vmlinux 0xe531b176 request_firmware_nowait +EXPORT_SYMBOL vmlinux 0xe534481f vme_dma_list_exec +EXPORT_SYMBOL vmlinux 0xe536d645 __free_pages +EXPORT_SYMBOL vmlinux 0xe5386869 param_ops_bint +EXPORT_SYMBOL vmlinux 0xe5430dda vme_unregister_bridge +EXPORT_SYMBOL vmlinux 0xe5666c0e fman_bind +EXPORT_SYMBOL vmlinux 0xe56b29d0 would_dump +EXPORT_SYMBOL vmlinux 0xe5706c0a blkdev_issue_flush +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 0xe5a759eb input_match_device_id +EXPORT_SYMBOL vmlinux 0xe5a8214e d_delete +EXPORT_SYMBOL vmlinux 0xe5c60bd2 percpu_counter_set +EXPORT_SYMBOL vmlinux 0xe5c78a99 do_blank_screen +EXPORT_SYMBOL vmlinux 0xe5d21321 genphy_aneg_done +EXPORT_SYMBOL vmlinux 0xe5d67c9d bdi_unregister +EXPORT_SYMBOL vmlinux 0xe5e06169 blk_mq_delay_run_hw_queue +EXPORT_SYMBOL vmlinux 0xe5ef3565 pci_bus_read_config_word +EXPORT_SYMBOL vmlinux 0xe5fc47ee sockfd_lookup +EXPORT_SYMBOL vmlinux 0xe60539d4 rt_mutex_base_init +EXPORT_SYMBOL vmlinux 0xe60dbf82 gro_find_receive_by_type +EXPORT_SYMBOL vmlinux 0xe61cb667 __folio_cancel_dirty +EXPORT_SYMBOL vmlinux 0xe61cce9d dev_uc_add +EXPORT_SYMBOL vmlinux 0xe623287d of_graph_get_endpoint_count +EXPORT_SYMBOL vmlinux 0xe627d34e generic_fillattr +EXPORT_SYMBOL vmlinux 0xe629fd24 inet_shutdown +EXPORT_SYMBOL vmlinux 0xe62ef41f invalidate_disk +EXPORT_SYMBOL vmlinux 0xe6323508 bdi_put +EXPORT_SYMBOL vmlinux 0xe63bd18d fs_bio_set +EXPORT_SYMBOL vmlinux 0xe6550092 utf8_casefold +EXPORT_SYMBOL vmlinux 0xe6884d87 user_path_at_empty +EXPORT_SYMBOL vmlinux 0xe68efe41 _raw_write_lock +EXPORT_SYMBOL vmlinux 0xe6ba69ba key_move +EXPORT_SYMBOL vmlinux 0xe6bb076c folio_migrate_copy +EXPORT_SYMBOL vmlinux 0xe6cd8f55 call_fib_notifiers +EXPORT_SYMBOL vmlinux 0xe6d2458e do_trace_netlink_extack +EXPORT_SYMBOL vmlinux 0xe6ee1b29 simple_lookup +EXPORT_SYMBOL vmlinux 0xe6f0e1a8 __register_binfmt +EXPORT_SYMBOL vmlinux 0xe6fa06a2 rename_lock +EXPORT_SYMBOL vmlinux 0xe714b936 tcp_md5_do_add +EXPORT_SYMBOL vmlinux 0xe7257ab8 xa_store_range +EXPORT_SYMBOL vmlinux 0xe73462e2 pps_register_source +EXPORT_SYMBOL vmlinux 0xe73ba9f4 fs_context_for_reconfigure +EXPORT_SYMBOL vmlinux 0xe7422882 __aperture_remove_legacy_vga_devices +EXPORT_SYMBOL vmlinux 0xe7644aff __qdisc_calculate_pkt_len +EXPORT_SYMBOL vmlinux 0xe7695a24 block_invalidate_folio +EXPORT_SYMBOL vmlinux 0xe77b17af dma_get_sgtable_attrs +EXPORT_SYMBOL vmlinux 0xe77bc231 dev_get_port_parent_id +EXPORT_SYMBOL vmlinux 0xe77f6198 km_policy_notify +EXPORT_SYMBOL vmlinux 0xe781d9d1 get_task_cred +EXPORT_SYMBOL vmlinux 0xe7985013 mdio_device_create +EXPORT_SYMBOL vmlinux 0xe7a02573 ida_alloc_range +EXPORT_SYMBOL vmlinux 0xe7ab1ecc _raw_write_unlock_bh +EXPORT_SYMBOL vmlinux 0xe7b0353b __cpu_active_mask +EXPORT_SYMBOL vmlinux 0xe7b3b0aa security_path_rename +EXPORT_SYMBOL vmlinux 0xe7ba8094 jbd2_journal_load +EXPORT_SYMBOL vmlinux 0xe7d4daac seq_list_next +EXPORT_SYMBOL vmlinux 0xe7db21fd inode_dio_wait +EXPORT_SYMBOL vmlinux 0xe7dd5982 amba_device_register +EXPORT_SYMBOL vmlinux 0xe7e1ab41 devm_memremap +EXPORT_SYMBOL vmlinux 0xe801bf79 prepare_creds +EXPORT_SYMBOL vmlinux 0xe80211e5 scsi_host_get +EXPORT_SYMBOL vmlinux 0xe80f3027 blk_mq_stop_hw_queue +EXPORT_SYMBOL vmlinux 0xe814a3ec fault_in_iov_iter_writeable +EXPORT_SYMBOL vmlinux 0xe816048f tty_termios_copy_hw +EXPORT_SYMBOL vmlinux 0xe82c3eca rproc_coredump_add_segment +EXPORT_SYMBOL vmlinux 0xe837713e pcie_ptm_enabled +EXPORT_SYMBOL vmlinux 0xe85506f9 mii_ethtool_set_link_ksettings +EXPORT_SYMBOL vmlinux 0xe8597bd1 config_item_init_type_name +EXPORT_SYMBOL vmlinux 0xe85f2123 acpi_tb_unload_table +EXPORT_SYMBOL vmlinux 0xe869f528 devm_pci_remap_cfgspace +EXPORT_SYMBOL vmlinux 0xe87c858c md_register_thread +EXPORT_SYMBOL vmlinux 0xe8a67cf6 is_free_buddy_page +EXPORT_SYMBOL vmlinux 0xe8ad7412 i2c_transfer +EXPORT_SYMBOL vmlinux 0xe8b5c3c3 __tracepoint_module_get +EXPORT_SYMBOL vmlinux 0xe8d285b2 nla_policy_len +EXPORT_SYMBOL vmlinux 0xe8f9ec8a thermal_zone_device_critical +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 0xe914e41e strcpy +EXPORT_SYMBOL vmlinux 0xe927c891 __generic_file_fsync +EXPORT_SYMBOL vmlinux 0xe93326a5 tty_register_device +EXPORT_SYMBOL vmlinux 0xe95373f9 napi_gro_frags +EXPORT_SYMBOL vmlinux 0xe953b21f get_next_ino +EXPORT_SYMBOL vmlinux 0xe964ff37 eth_get_headlen +EXPORT_SYMBOL vmlinux 0xe97a2f3e ip_do_fragment +EXPORT_SYMBOL vmlinux 0xe97cf3bc find_get_pages_range_tag +EXPORT_SYMBOL vmlinux 0xe986955e cookie_ecn_ok +EXPORT_SYMBOL vmlinux 0xe989cc0a iter_file_splice_write +EXPORT_SYMBOL vmlinux 0xe98a65d3 pldmfw_op_pci_match_record +EXPORT_SYMBOL vmlinux 0xe99d4bb9 fddi_type_trans +EXPORT_SYMBOL vmlinux 0xe9af7397 __xa_set_mark +EXPORT_SYMBOL vmlinux 0xe9bb56d1 key_task_permission +EXPORT_SYMBOL vmlinux 0xe9bca6e8 inode_init_once +EXPORT_SYMBOL vmlinux 0xe9c0c0d4 scsi_test_unit_ready +EXPORT_SYMBOL vmlinux 0xe9dc12a4 zstd_get_error_name +EXPORT_SYMBOL vmlinux 0xe9e8faeb efi_tpm_final_log_size +EXPORT_SYMBOL vmlinux 0xe9ebd6be gnet_stats_copy_app +EXPORT_SYMBOL vmlinux 0xe9f2743a netif_napi_add_weight +EXPORT_SYMBOL vmlinux 0xe9f7149c zlib_deflate_workspacesize +EXPORT_SYMBOL vmlinux 0xe9f76f39 unix_destruct_scm +EXPORT_SYMBOL vmlinux 0xe9fe0c5b tcf_qevent_dump +EXPORT_SYMBOL vmlinux 0xe9ff967b devfreq_add_device +EXPORT_SYMBOL vmlinux 0xe9ffc063 down_trylock +EXPORT_SYMBOL vmlinux 0xea0a2822 dev_remove_pack +EXPORT_SYMBOL vmlinux 0xea10cdd1 qdisc_reset +EXPORT_SYMBOL vmlinux 0xea15c87f eth_validate_addr +EXPORT_SYMBOL vmlinux 0xea1c3e3a arm_smccc_1_2_hvc +EXPORT_SYMBOL vmlinux 0xea20a9a6 devm_extcon_unregister_notifier +EXPORT_SYMBOL vmlinux 0xea24fff6 drop_nlink +EXPORT_SYMBOL vmlinux 0xea250316 devm_free_irq +EXPORT_SYMBOL vmlinux 0xea3bc85e path_has_submounts +EXPORT_SYMBOL vmlinux 0xea3c8e4e scsilun_to_int +EXPORT_SYMBOL vmlinux 0xea6f9a36 zlib_deflate_dfltcc_enabled +EXPORT_SYMBOL vmlinux 0xea7fe694 put_ipc_ns +EXPORT_SYMBOL vmlinux 0xea8363d4 of_graph_get_remote_port +EXPORT_SYMBOL vmlinux 0xeaa2ccaa devm_of_find_backlight +EXPORT_SYMBOL vmlinux 0xeab6f4c4 acpi_check_resource_conflict +EXPORT_SYMBOL vmlinux 0xeac40a5b param_get_ulong +EXPORT_SYMBOL vmlinux 0xead83cd0 skb_copy_header +EXPORT_SYMBOL vmlinux 0xead8c400 bman_get_bpid +EXPORT_SYMBOL vmlinux 0xead9769b mmc_can_gpio_cd +EXPORT_SYMBOL vmlinux 0xeae25712 tty_check_change +EXPORT_SYMBOL vmlinux 0xeae3dfd6 __const_udelay +EXPORT_SYMBOL vmlinux 0xeafc141f __posix_acl_chmod +EXPORT_SYMBOL vmlinux 0xeb078aee _raw_write_unlock_irqrestore +EXPORT_SYMBOL vmlinux 0xeb0ec57d devm_clk_get +EXPORT_SYMBOL vmlinux 0xeb233a45 __kmalloc +EXPORT_SYMBOL vmlinux 0xeb303c9e migrate_folio +EXPORT_SYMBOL vmlinux 0xeb37101c audit_log_end +EXPORT_SYMBOL vmlinux 0xeb3807d2 blk_mq_delay_run_hw_queues +EXPORT_SYMBOL vmlinux 0xeb430c51 sk_stop_timer_sync +EXPORT_SYMBOL vmlinux 0xeb44339a free_pages_exact +EXPORT_SYMBOL vmlinux 0xeb65e5c3 __bforget +EXPORT_SYMBOL vmlinux 0xeb7329a2 qcom_scm_set_warm_boot_addr +EXPORT_SYMBOL vmlinux 0xeb7f6046 acpi_get_devices +EXPORT_SYMBOL vmlinux 0xeb9a1194 d_make_root +EXPORT_SYMBOL vmlinux 0xeb9e95af fib_default_rule_add +EXPORT_SYMBOL vmlinux 0xeb9eef52 match_uint +EXPORT_SYMBOL vmlinux 0xebb7b953 ip_route_me_harder +EXPORT_SYMBOL vmlinux 0xebbb5670 tty_driver_kref_put +EXPORT_SYMBOL vmlinux 0xebd77963 pnp_get_resource +EXPORT_SYMBOL vmlinux 0xebe00fee kobject_add +EXPORT_SYMBOL vmlinux 0xebe8b479 register_sysctl_mount_point +EXPORT_SYMBOL vmlinux 0xec1469c1 scsi_host_lookup +EXPORT_SYMBOL vmlinux 0xec2279a9 mmc_unregister_driver +EXPORT_SYMBOL vmlinux 0xec267e6e tcp_timewait_state_process +EXPORT_SYMBOL vmlinux 0xec2b8a42 acpi_walk_namespace +EXPORT_SYMBOL vmlinux 0xec2d9c3a con_is_visible +EXPORT_SYMBOL vmlinux 0xec2e1c8f proc_doulongvec_minmax +EXPORT_SYMBOL vmlinux 0xec33c668 __SCK__tp_func_spi_transfer_start +EXPORT_SYMBOL vmlinux 0xec3fe4bb ipmr_rule_default +EXPORT_SYMBOL vmlinux 0xec41716a qman_alloc_fqid_range +EXPORT_SYMBOL vmlinux 0xec4d9e3a clk_get_sys +EXPORT_SYMBOL vmlinux 0xec56849a __cpuhp_setup_state +EXPORT_SYMBOL vmlinux 0xec69568e __cpuhp_remove_state_cpuslocked +EXPORT_SYMBOL vmlinux 0xec7335d2 security_sock_rcv_skb +EXPORT_SYMBOL vmlinux 0xec85aea6 nf_log_unset +EXPORT_SYMBOL vmlinux 0xec8ba893 skb_dequeue_tail +EXPORT_SYMBOL vmlinux 0xec9be22a vfs_getattr +EXPORT_SYMBOL vmlinux 0xeca957d1 __bitmap_and +EXPORT_SYMBOL vmlinux 0xecd9ea79 param_ops_int +EXPORT_SYMBOL vmlinux 0xecda31f4 get_unmapped_area +EXPORT_SYMBOL vmlinux 0xece784c2 rb_first +EXPORT_SYMBOL vmlinux 0xecf7bbfa xattr_supported_namespace +EXPORT_SYMBOL vmlinux 0xecfd68ef acpi_get_node +EXPORT_SYMBOL vmlinux 0xed00c4fb acpi_os_printf +EXPORT_SYMBOL vmlinux 0xed16c781 flow_rule_match_ip +EXPORT_SYMBOL vmlinux 0xed2b83fb tcp_get_md5sig_pool +EXPORT_SYMBOL vmlinux 0xed2d6cb4 clk_hw_register_clkdev +EXPORT_SYMBOL vmlinux 0xed31f3f2 __dynamic_ibdev_dbg +EXPORT_SYMBOL vmlinux 0xed4c0910 tcf_action_check_ctrlact +EXPORT_SYMBOL vmlinux 0xed55f929 acpi_os_unmap_generic_address +EXPORT_SYMBOL vmlinux 0xed5e8061 scsi_set_medium_removal +EXPORT_SYMBOL vmlinux 0xed656e30 udp_encap_disable +EXPORT_SYMBOL vmlinux 0xed6dc09a inet_frags_fini +EXPORT_SYMBOL vmlinux 0xed6f1094 twl6040_set_pll +EXPORT_SYMBOL vmlinux 0xed851231 blk_get_queue +EXPORT_SYMBOL vmlinux 0xed8a2d95 memset64 +EXPORT_SYMBOL vmlinux 0xed900ae7 cfb_copyarea +EXPORT_SYMBOL vmlinux 0xed9ffab2 md_bitmap_unplug +EXPORT_SYMBOL vmlinux 0xedbab95f fc_mount +EXPORT_SYMBOL vmlinux 0xedbaee5e nla_strcmp +EXPORT_SYMBOL vmlinux 0xedbf8e89 lookup_one_positive_unlocked +EXPORT_SYMBOL vmlinux 0xedc0278f xfrm_sad_getinfo +EXPORT_SYMBOL vmlinux 0xedc03953 iounmap +EXPORT_SYMBOL vmlinux 0xedcfc400 __starget_for_each_device +EXPORT_SYMBOL vmlinux 0xedd00ebe skb_find_text +EXPORT_SYMBOL vmlinux 0xedd17b31 sock_get_timeout +EXPORT_SYMBOL vmlinux 0xedd1e186 generic_file_open +EXPORT_SYMBOL vmlinux 0xedd5977e inet_csk_complete_hashdance +EXPORT_SYMBOL vmlinux 0xedf32d26 __traceiter_mmap_lock_start_locking +EXPORT_SYMBOL vmlinux 0xee0118df aperture_remove_conflicting_devices +EXPORT_SYMBOL vmlinux 0xee15abed inet6_add_offload +EXPORT_SYMBOL vmlinux 0xee2856af ip6_dst_alloc +EXPORT_SYMBOL vmlinux 0xee2d0fc7 _local_bh_enable +EXPORT_SYMBOL vmlinux 0xee412b7f sock_alloc_send_pskb +EXPORT_SYMBOL vmlinux 0xee4c698c skb_prepare_seq_read +EXPORT_SYMBOL vmlinux 0xee4e3fb7 follow_down +EXPORT_SYMBOL vmlinux 0xee58e970 fb_add_videomode +EXPORT_SYMBOL vmlinux 0xee5a548a tcp_rcv_state_process +EXPORT_SYMBOL vmlinux 0xee75385d devm_ioremap_resource +EXPORT_SYMBOL vmlinux 0xee7d7deb gen_pool_dma_zalloc +EXPORT_SYMBOL vmlinux 0xee7eb9e1 pnp_platform_devices +EXPORT_SYMBOL vmlinux 0xee82d481 tty_flip_buffer_push +EXPORT_SYMBOL vmlinux 0xee883b06 __vmalloc_array +EXPORT_SYMBOL vmlinux 0xee88ec58 vfs_parse_fs_string +EXPORT_SYMBOL vmlinux 0xee8c02e9 vprintk_emit +EXPORT_SYMBOL vmlinux 0xee8d74d6 jiffies64_to_nsecs +EXPORT_SYMBOL vmlinux 0xee91879b rb_first_postorder +EXPORT_SYMBOL vmlinux 0xee9c8e10 eth_header +EXPORT_SYMBOL vmlinux 0xeea9dbaf bitmap_bitremap +EXPORT_SYMBOL vmlinux 0xeeb85f69 devm_of_iomap +EXPORT_SYMBOL vmlinux 0xeeb8cebe ip_queue_xmit +EXPORT_SYMBOL vmlinux 0xeedbbf16 security_tun_dev_attach +EXPORT_SYMBOL vmlinux 0xeedd7063 vme_register_driver +EXPORT_SYMBOL vmlinux 0xeee75d91 ucc_fast_init +EXPORT_SYMBOL vmlinux 0xef0b5cc3 fs_context_for_submount +EXPORT_SYMBOL vmlinux 0xef149c76 bdi_set_max_ratio +EXPORT_SYMBOL vmlinux 0xef4cbed6 sock_no_listen +EXPORT_SYMBOL vmlinux 0xef4dd922 t10_pi_type1_crc +EXPORT_SYMBOL vmlinux 0xef5a7ea2 xsk_tx_peek_release_desc_batch +EXPORT_SYMBOL vmlinux 0xef69f8a2 logfc +EXPORT_SYMBOL vmlinux 0xef6e82fe of_graph_get_remote_node +EXPORT_SYMBOL vmlinux 0xef733b67 vga_get +EXPORT_SYMBOL vmlinux 0xef767d03 iget5_locked +EXPORT_SYMBOL vmlinux 0xef77ae0b vlan_filter_drop_vids +EXPORT_SYMBOL vmlinux 0xef7f1205 netpoll_setup +EXPORT_SYMBOL vmlinux 0xef8ac53d qcom_scm_restore_sec_cfg +EXPORT_SYMBOL vmlinux 0xef9b9675 copy_string_kernel +EXPORT_SYMBOL vmlinux 0xefa5562e sock_no_sendmsg +EXPORT_SYMBOL vmlinux 0xefa9070d pnp_register_card_driver +EXPORT_SYMBOL vmlinux 0xefaf2e4f tcf_queue_work +EXPORT_SYMBOL vmlinux 0xefc14794 devfreq_register_notifier +EXPORT_SYMBOL vmlinux 0xefcea2e7 acpi_warning +EXPORT_SYMBOL vmlinux 0xefcfe133 phy_start_cable_test +EXPORT_SYMBOL vmlinux 0xefda88ed ipv6_dev_mc_inc +EXPORT_SYMBOL vmlinux 0xefee932c acpi_get_data_full +EXPORT_SYMBOL vmlinux 0xefeefc09 __SCK__tp_func_dma_fence_emit +EXPORT_SYMBOL vmlinux 0xf0009fee put_pages_list +EXPORT_SYMBOL vmlinux 0xf0042cf9 blk_queue_alignment_offset +EXPORT_SYMBOL vmlinux 0xf009f25d genphy_update_link +EXPORT_SYMBOL vmlinux 0xf00a9272 i2c_clients_command +EXPORT_SYMBOL vmlinux 0xf01189f8 vc_resize +EXPORT_SYMBOL vmlinux 0xf01cd5ba flow_block_cb_incref +EXPORT_SYMBOL vmlinux 0xf02193b2 tcf_idr_search +EXPORT_SYMBOL vmlinux 0xf02aa937 wait_for_completion_interruptible_timeout +EXPORT_SYMBOL vmlinux 0xf02c21c9 key_alloc +EXPORT_SYMBOL vmlinux 0xf05afc2a block_read_full_folio +EXPORT_SYMBOL vmlinux 0xf0668b77 sock_enable_timestamps +EXPORT_SYMBOL vmlinux 0xf07806bf neigh_seq_start +EXPORT_SYMBOL vmlinux 0xf07b07f6 sg_free_append_table +EXPORT_SYMBOL vmlinux 0xf094c8d1 param_get_charp +EXPORT_SYMBOL vmlinux 0xf09b5d9a get_zeroed_page +EXPORT_SYMBOL vmlinux 0xf0a66789 pcie_capability_write_dword +EXPORT_SYMBOL vmlinux 0xf0b2419f cmd_db_read_aux_data +EXPORT_SYMBOL vmlinux 0xf0b970d5 pci_bus_set_ops +EXPORT_SYMBOL vmlinux 0xf0c18d8e sunxi_sram_claim +EXPORT_SYMBOL vmlinux 0xf0c1fa42 input_set_capability +EXPORT_SYMBOL vmlinux 0xf0e1723e tcp_recv_skb +EXPORT_SYMBOL vmlinux 0xf0f24e7f pci_wait_for_pending_transaction +EXPORT_SYMBOL vmlinux 0xf109adde __neigh_create +EXPORT_SYMBOL vmlinux 0xf11562f8 acpi_match_device_ids +EXPORT_SYMBOL vmlinux 0xf11dd46e _page_poisoning_enabled_early +EXPORT_SYMBOL vmlinux 0xf132f179 d_instantiate_anon +EXPORT_SYMBOL vmlinux 0xf139d46a mdiobus_unregister_device +EXPORT_SYMBOL vmlinux 0xf14ff0ad __remove_inode_hash +EXPORT_SYMBOL vmlinux 0xf15bf5aa __vfs_removexattr +EXPORT_SYMBOL vmlinux 0xf1667288 ppp_register_compressor +EXPORT_SYMBOL vmlinux 0xf16ef735 key_link +EXPORT_SYMBOL vmlinux 0xf1755c45 inet_addr_type_table +EXPORT_SYMBOL vmlinux 0xf17bb094 padata_do_serial +EXPORT_SYMBOL vmlinux 0xf18300ad logic_inb +EXPORT_SYMBOL vmlinux 0xf1841527 pmem_sector_size +EXPORT_SYMBOL vmlinux 0xf195c682 fb_invert_cmaps +EXPORT_SYMBOL vmlinux 0xf1969a8e __usecs_to_jiffies +EXPORT_SYMBOL vmlinux 0xf1a65f7b zstd_reset_dstream +EXPORT_SYMBOL vmlinux 0xf1b5df4a __zerocopy_sg_from_iter +EXPORT_SYMBOL vmlinux 0xf1b8ad2f dmaenginem_async_device_register +EXPORT_SYMBOL vmlinux 0xf1db1704 nla_memcpy +EXPORT_SYMBOL vmlinux 0xf1e046cc panic +EXPORT_SYMBOL vmlinux 0xf1e5eeda sock_set_keepalive +EXPORT_SYMBOL vmlinux 0xf1e98c74 avenrun +EXPORT_SYMBOL vmlinux 0xf1ef7455 in_dev_finish_destroy +EXPORT_SYMBOL vmlinux 0xf1f88a0e dm_kcopyd_prepare_callback +EXPORT_SYMBOL vmlinux 0xf1f8ecc3 mr_vif_seq_idx +EXPORT_SYMBOL vmlinux 0xf20dee75 eth_mac_addr +EXPORT_SYMBOL vmlinux 0xf21f2fc9 xfrm6_protocol_register +EXPORT_SYMBOL vmlinux 0xf22ca4d2 dev_mc_del +EXPORT_SYMBOL vmlinux 0xf22e2890 dec_zone_page_state +EXPORT_SYMBOL vmlinux 0xf2395624 seq_pad +EXPORT_SYMBOL vmlinux 0xf23fcb99 __kfifo_in +EXPORT_SYMBOL vmlinux 0xf25c3c72 blk_post_runtime_resume +EXPORT_SYMBOL vmlinux 0xf25c3d44 xfrm_state_free +EXPORT_SYMBOL vmlinux 0xf2600b5c ethtool_rx_flow_rule_destroy +EXPORT_SYMBOL vmlinux 0xf261c414 tegra_dfll_runtime_suspend +EXPORT_SYMBOL vmlinux 0xf2628676 zstd_compress_cctx +EXPORT_SYMBOL vmlinux 0xf2669a2c imx_scu_irq_register_notifier +EXPORT_SYMBOL vmlinux 0xf26d52e2 xfrm_policy_walk +EXPORT_SYMBOL vmlinux 0xf27b29bd d_alloc_name +EXPORT_SYMBOL vmlinux 0xf28cf0ae __hw_addr_init +EXPORT_SYMBOL vmlinux 0xf29403e5 acpi_install_table_handler +EXPORT_SYMBOL vmlinux 0xf2a27967 free_mdio_bitbang +EXPORT_SYMBOL vmlinux 0xf2a8efae dm_kcopyd_do_callback +EXPORT_SYMBOL vmlinux 0xf2a92708 sock_release +EXPORT_SYMBOL vmlinux 0xf2a9ff62 pci_find_parent_resource +EXPORT_SYMBOL vmlinux 0xf2abfa66 d_exact_alias +EXPORT_SYMBOL vmlinux 0xf2b10a33 ethtool_notify +EXPORT_SYMBOL vmlinux 0xf2b52204 sched_autogroup_create_attach +EXPORT_SYMBOL vmlinux 0xf2c43f3f zlib_deflate +EXPORT_SYMBOL vmlinux 0xf2e5bd87 security_free_mnt_opts +EXPORT_SYMBOL vmlinux 0xf2ebf6d4 __dynamic_dev_dbg +EXPORT_SYMBOL vmlinux 0xf2f53617 memregion_free +EXPORT_SYMBOL vmlinux 0xf3107926 sha224_update +EXPORT_SYMBOL vmlinux 0xf313f267 tegra_ivc_read_get_next_frame +EXPORT_SYMBOL vmlinux 0xf316b530 pcim_enable_device +EXPORT_SYMBOL vmlinux 0xf3255de3 locks_copy_conflock +EXPORT_SYMBOL vmlinux 0xf327ece0 blk_limits_io_min +EXPORT_SYMBOL vmlinux 0xf33898df scm_fp_dup +EXPORT_SYMBOL vmlinux 0xf3409627 tcp_set_rcvlowat +EXPORT_SYMBOL vmlinux 0xf346231f seq_list_start_head +EXPORT_SYMBOL vmlinux 0xf34e36fa get_user_pages +EXPORT_SYMBOL vmlinux 0xf353a698 register_module_notifier +EXPORT_SYMBOL vmlinux 0xf35c6d47 phy_ethtool_get_stats +EXPORT_SYMBOL vmlinux 0xf35cd6eb mdiobus_read +EXPORT_SYMBOL vmlinux 0xf3621fe2 mtree_alloc_rrange +EXPORT_SYMBOL vmlinux 0xf36f42a9 slhc_uncompress +EXPORT_SYMBOL vmlinux 0xf370ee46 seq_release_private +EXPORT_SYMBOL vmlinux 0xf37bdafa buffer_check_dirty_writeback +EXPORT_SYMBOL vmlinux 0xf3908b64 blk_queue_io_opt +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 0xf3947500 qdisc_offload_query_caps +EXPORT_SYMBOL vmlinux 0xf3954618 __traceiter_kmem_cache_alloc +EXPORT_SYMBOL vmlinux 0xf3a57892 release_dentry_name_snapshot +EXPORT_SYMBOL vmlinux 0xf3a73c3e touch_buffer +EXPORT_SYMBOL vmlinux 0xf3a7f911 generic_splice_sendpage +EXPORT_SYMBOL vmlinux 0xf3e0e1df allocate_resource +EXPORT_SYMBOL vmlinux 0xf3f7d455 skb_checksum +EXPORT_SYMBOL vmlinux 0xf404c185 flow_rule_match_enc_ipv6_addrs +EXPORT_SYMBOL vmlinux 0xf4145718 gnet_stats_finish_copy +EXPORT_SYMBOL vmlinux 0xf425a82d skb_orphan_partial +EXPORT_SYMBOL vmlinux 0xf43d2caa acpi_remove_interface +EXPORT_SYMBOL vmlinux 0xf44a904a net_ns_barrier +EXPORT_SYMBOL vmlinux 0xf44dbfa2 skb_seq_read +EXPORT_SYMBOL vmlinux 0xf474c21c bitmap_print_to_pagebuf +EXPORT_SYMBOL vmlinux 0xf474fdcb kfree_const +EXPORT_SYMBOL vmlinux 0xf47cc0d0 phy_ethtool_get_sset_count +EXPORT_SYMBOL vmlinux 0xf486ec23 msm_pinctrl_probe +EXPORT_SYMBOL vmlinux 0xf48f02bf sock_kzfree_s +EXPORT_SYMBOL vmlinux 0xf496101a ns_capable_noaudit +EXPORT_SYMBOL vmlinux 0xf4b754fd acpi_resources_are_enforced +EXPORT_SYMBOL vmlinux 0xf4c5f1e5 nf_register_net_hook +EXPORT_SYMBOL vmlinux 0xf4db35bc stpcpy +EXPORT_SYMBOL vmlinux 0xf4f14de6 rtnl_trylock +EXPORT_SYMBOL vmlinux 0xf4fb7bf4 cdrom_check_events +EXPORT_SYMBOL vmlinux 0xf4fe5301 jbd2_journal_wipe +EXPORT_SYMBOL vmlinux 0xf50732a9 acpi_dev_get_first_match_dev +EXPORT_SYMBOL vmlinux 0xf5166869 scsi_get_device_flags_keyed +EXPORT_SYMBOL vmlinux 0xf51b69b5 __sock_queue_rcv_skb +EXPORT_SYMBOL vmlinux 0xf53d4c26 qdisc_class_hash_destroy +EXPORT_SYMBOL vmlinux 0xf54a6268 of_get_mac_address +EXPORT_SYMBOL vmlinux 0xf57f18a6 mnt_drop_write_file +EXPORT_SYMBOL vmlinux 0xf58eac8e xfrm_unregister_km +EXPORT_SYMBOL vmlinux 0xf5957648 __skb_ext_del +EXPORT_SYMBOL vmlinux 0xf5a20ed2 __genradix_prealloc +EXPORT_SYMBOL vmlinux 0xf5afdc2d dev_get_iflink +EXPORT_SYMBOL vmlinux 0xf5d4324a devm_extcon_register_notifier_all +EXPORT_SYMBOL vmlinux 0xf5e7ea40 ktime_get_coarse_ts64 +EXPORT_SYMBOL vmlinux 0xf5f8982b xfrm_unregister_type_offload +EXPORT_SYMBOL vmlinux 0xf611a336 tcp_check_req +EXPORT_SYMBOL vmlinux 0xf621fdb6 setattr_should_drop_suidgid +EXPORT_SYMBOL vmlinux 0xf62c39fe ucc_slow_graceful_stop_tx +EXPORT_SYMBOL vmlinux 0xf62eac84 dcache_dir_open +EXPORT_SYMBOL vmlinux 0xf63b01f5 kill_block_super +EXPORT_SYMBOL vmlinux 0xf63e47aa pci_save_state +EXPORT_SYMBOL vmlinux 0xf643d104 hsiphash_4u32 +EXPORT_SYMBOL vmlinux 0xf6477cc5 pci_scan_slot +EXPORT_SYMBOL vmlinux 0xf665f74f sock_load_diag_module +EXPORT_SYMBOL vmlinux 0xf68285c0 register_inetaddr_notifier +EXPORT_SYMBOL vmlinux 0xf6b1c7ca generic_write_checks +EXPORT_SYMBOL vmlinux 0xf6b6dbd3 fwnode_get_mac_address +EXPORT_SYMBOL vmlinux 0xf6b762cb pcim_iounmap +EXPORT_SYMBOL vmlinux 0xf6cd2678 configfs_unregister_default_group +EXPORT_SYMBOL vmlinux 0xf6cd2ad4 security_socket_getpeersec_dgram +EXPORT_SYMBOL vmlinux 0xf6cee001 __nla_put_nohdr +EXPORT_SYMBOL vmlinux 0xf6d1a10d neigh_event_ns +EXPORT_SYMBOL vmlinux 0xf6e7f53e blk_queue_max_hw_sectors +EXPORT_SYMBOL vmlinux 0xf6ebc03b net_ratelimit +EXPORT_SYMBOL vmlinux 0xf6ebd049 netdev_adjacent_change_abort +EXPORT_SYMBOL vmlinux 0xf6ee0d82 sock_no_sendpage_locked +EXPORT_SYMBOL vmlinux 0xf6f6d19f mdiobus_unregister +EXPORT_SYMBOL vmlinux 0xf6f9057f km_report +EXPORT_SYMBOL vmlinux 0xf6f9d58d init_on_free +EXPORT_SYMBOL vmlinux 0xf6fbb9d2 kernel_write +EXPORT_SYMBOL vmlinux 0xf6fc8791 __bitmap_xor +EXPORT_SYMBOL vmlinux 0xf70b2e98 hash_and_copy_to_iter +EXPORT_SYMBOL vmlinux 0xf7341adc pci_ep_cfs_remove_epf_group +EXPORT_SYMBOL vmlinux 0xf7370f56 system_state +EXPORT_SYMBOL vmlinux 0xf738d1be register_blocking_lsm_notifier +EXPORT_SYMBOL vmlinux 0xf7493a40 param_ops_byte +EXPORT_SYMBOL vmlinux 0xf76843b5 qcom_scm_pas_supported +EXPORT_SYMBOL vmlinux 0xf77555cd __memcpy_toio +EXPORT_SYMBOL vmlinux 0xf77d03e9 nd_region_to_nstype +EXPORT_SYMBOL vmlinux 0xf787a44a dec_node_page_state +EXPORT_SYMBOL vmlinux 0xf7b12852 blk_queue_physical_block_size +EXPORT_SYMBOL vmlinux 0xf7c41725 kernel_sendpage_locked +EXPORT_SYMBOL vmlinux 0xf7cd342f inet_proto_csum_replace16 +EXPORT_SYMBOL vmlinux 0xf7cde35f vfs_ioctl +EXPORT_SYMBOL vmlinux 0xf7d31de9 kstrtoul_from_user +EXPORT_SYMBOL vmlinux 0xf7da6e6f acpi_unload_table +EXPORT_SYMBOL vmlinux 0xf7e926cb of_get_next_child +EXPORT_SYMBOL vmlinux 0xf7ea6311 qman_p_poll_dqrr +EXPORT_SYMBOL vmlinux 0xf7edd771 sg_miter_skip +EXPORT_SYMBOL vmlinux 0xf7f05c17 fman_port_use_kg_hash +EXPORT_SYMBOL vmlinux 0xf811e69d scsi_eh_flush_done_q +EXPORT_SYMBOL vmlinux 0xf812cff6 memscan +EXPORT_SYMBOL vmlinux 0xf82ec573 rb_prev +EXPORT_SYMBOL vmlinux 0xf83adda6 hmm_range_fault +EXPORT_SYMBOL vmlinux 0xf84bd6ee bpf_stats_enabled_key +EXPORT_SYMBOL vmlinux 0xf84f623c sync_file_create +EXPORT_SYMBOL vmlinux 0xf858c603 xfrm_register_type +EXPORT_SYMBOL vmlinux 0xf86591b8 mipi_dsi_host_unregister +EXPORT_SYMBOL vmlinux 0xf8721793 ns_capable +EXPORT_SYMBOL vmlinux 0xf8767cef dquot_quota_off +EXPORT_SYMBOL vmlinux 0xf88b4cbb nd_device_register +EXPORT_SYMBOL vmlinux 0xf88b5992 mmc_of_parse_voltage +EXPORT_SYMBOL vmlinux 0xf892f9ef __brelse +EXPORT_SYMBOL vmlinux 0xf8bff5a2 vmf_insert_mixed +EXPORT_SYMBOL vmlinux 0xf8d07858 bitmap_from_arr32 +EXPORT_SYMBOL vmlinux 0xf8d2bc2c zstd_find_frame_compressed_size +EXPORT_SYMBOL vmlinux 0xf8d5f422 flow_block_cb_setup_simple +EXPORT_SYMBOL vmlinux 0xf8f61ebc wake_up_var +EXPORT_SYMBOL vmlinux 0xf91b89ab fman_sp_build_buffer_struct +EXPORT_SYMBOL vmlinux 0xf9233ac0 sock_register +EXPORT_SYMBOL vmlinux 0xf93aae46 __arm_smccc_smc +EXPORT_SYMBOL vmlinux 0xf93fd09c fb_find_mode_cvt +EXPORT_SYMBOL vmlinux 0xf95c619b acpi_processor_preregister_performance +EXPORT_SYMBOL vmlinux 0xf96238ec dev_mc_sync +EXPORT_SYMBOL vmlinux 0xf9623eea locks_lock_inode_wait +EXPORT_SYMBOL vmlinux 0xf969e188 dma_fence_array_next +EXPORT_SYMBOL vmlinux 0xf9722676 twl_i2c_write +EXPORT_SYMBOL vmlinux 0xf9819caa dev_close +EXPORT_SYMBOL vmlinux 0xf9a482f9 msleep +EXPORT_SYMBOL vmlinux 0xf9a8c0e3 mii_check_link +EXPORT_SYMBOL vmlinux 0xf9c0b663 strlcat +EXPORT_SYMBOL vmlinux 0xf9ca2eb4 kstrtoint_from_user +EXPORT_SYMBOL vmlinux 0xf9d8f727 xfrm_policy_flush +EXPORT_SYMBOL vmlinux 0xf9d91b49 freeze_bdev +EXPORT_SYMBOL vmlinux 0xf9e9091b devm_mfd_add_devices +EXPORT_SYMBOL vmlinux 0xfa042227 gnet_stats_add_basic +EXPORT_SYMBOL vmlinux 0xfa0836b5 audit_log +EXPORT_SYMBOL vmlinux 0xfa08c34a page_offline_end +EXPORT_SYMBOL vmlinux 0xfa0afe43 ip_frag_init +EXPORT_SYMBOL vmlinux 0xfa1abfaa fscrypt_zeroout_range +EXPORT_SYMBOL vmlinux 0xfa245617 flow_rule_match_icmp +EXPORT_SYMBOL vmlinux 0xfa297415 acpi_map_pxm_to_node +EXPORT_SYMBOL vmlinux 0xfa2e5f32 i2c_smbus_pec +EXPORT_SYMBOL vmlinux 0xfa39e0c6 input_mt_get_slot_by_key +EXPORT_SYMBOL vmlinux 0xfa405799 kernel_listen +EXPORT_SYMBOL vmlinux 0xfa42055a stop_tty +EXPORT_SYMBOL vmlinux 0xfa43a64d dma_set_coherent_mask +EXPORT_SYMBOL vmlinux 0xfa4d2f03 __nla_parse +EXPORT_SYMBOL vmlinux 0xfa53d98e sk_common_release +EXPORT_SYMBOL vmlinux 0xfa599bb2 netlink_register_notifier +EXPORT_SYMBOL vmlinux 0xfa6c5043 jbd2_journal_invalidate_folio +EXPORT_SYMBOL vmlinux 0xfa825b53 amba_request_regions +EXPORT_SYMBOL vmlinux 0xfa921cb7 sock_dequeue_err_skb +EXPORT_SYMBOL vmlinux 0xfaa622e7 pm860x_page_reg_write +EXPORT_SYMBOL vmlinux 0xfaaa12d0 _page_poisoning_enabled +EXPORT_SYMBOL vmlinux 0xfac3f8ed kobject_get_unless_zero +EXPORT_SYMBOL vmlinux 0xfac8865f sysctl_wmem_max +EXPORT_SYMBOL vmlinux 0xfaca60ab qdisc_hash_del +EXPORT_SYMBOL vmlinux 0xfae13020 get_user_pages_unlocked +EXPORT_SYMBOL vmlinux 0xfaf84f2c reuseport_stop_listen_sock +EXPORT_SYMBOL vmlinux 0xfaf8be14 ethtool_virtdev_set_link_ksettings +EXPORT_SYMBOL vmlinux 0xfafe20ab sk_reset_timer +EXPORT_SYMBOL vmlinux 0xfb0f6ffc simple_recursive_removal +EXPORT_SYMBOL vmlinux 0xfb348fea fault_in_safe_writeable +EXPORT_SYMBOL vmlinux 0xfb384d37 kasprintf +EXPORT_SYMBOL vmlinux 0xfb53f554 input_event +EXPORT_SYMBOL vmlinux 0xfb68a452 bdev_end_io_acct +EXPORT_SYMBOL vmlinux 0xfb6af58d recalc_sigpending +EXPORT_SYMBOL vmlinux 0xfb6e1fe2 d_obtain_alias +EXPORT_SYMBOL vmlinux 0xfb6fe414 no_seek_end_llseek_size +EXPORT_SYMBOL vmlinux 0xfb80363d __hw_addr_ref_unsync_dev +EXPORT_SYMBOL vmlinux 0xfba7a5f5 __get_random_u32_below +EXPORT_SYMBOL vmlinux 0xfba7ddd2 match_u64 +EXPORT_SYMBOL vmlinux 0xfba8aaa0 cdrom_number_of_slots +EXPORT_SYMBOL vmlinux 0xfbaaf01e console_lock +EXPORT_SYMBOL vmlinux 0xfbad3cf0 scsi_normalize_sense +EXPORT_SYMBOL vmlinux 0xfbb8a761 strscpy_pad +EXPORT_SYMBOL vmlinux 0xfbc4f89e io_schedule_timeout +EXPORT_SYMBOL vmlinux 0xfbcf69aa jbd2_journal_extend +EXPORT_SYMBOL vmlinux 0xfbd1886e posix_acl_to_xattr +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 0xfbee3f91 mpage_read_folio +EXPORT_SYMBOL vmlinux 0xfbf46573 tcp_simple_retransmit +EXPORT_SYMBOL vmlinux 0xfc0be7ac mmc_cqe_post_req +EXPORT_SYMBOL vmlinux 0xfc19228d vlan_vid_add +EXPORT_SYMBOL vmlinux 0xfc336d2e __wake_up_bit +EXPORT_SYMBOL vmlinux 0xfc4152fc ec_read +EXPORT_SYMBOL vmlinux 0xfc421e79 gnet_stats_add_queue +EXPORT_SYMBOL vmlinux 0xfc52abc7 qcom_scm_pas_shutdown +EXPORT_SYMBOL vmlinux 0xfc542982 tcp_v4_md5_lookup +EXPORT_SYMBOL vmlinux 0xfc881b89 fman_port_get_hash_result_offset +EXPORT_SYMBOL vmlinux 0xfc8dccfd km_state_notify +EXPORT_SYMBOL vmlinux 0xfc95481e devm_memunmap +EXPORT_SYMBOL vmlinux 0xfc9ed8c3 qcom_scm_ice_available +EXPORT_SYMBOL vmlinux 0xfca0a421 put_cmsg +EXPORT_SYMBOL vmlinux 0xfca3cdad padata_alloc_shell +EXPORT_SYMBOL vmlinux 0xfcad3f2e tty_hung_up_p +EXPORT_SYMBOL vmlinux 0xfcbd56a3 sock_cmsg_send +EXPORT_SYMBOL vmlinux 0xfcc607ea simple_dir_inode_operations +EXPORT_SYMBOL vmlinux 0xfccc91ed security_inode_init_security +EXPORT_SYMBOL vmlinux 0xfcce2f7d ucc_fast_enable +EXPORT_SYMBOL vmlinux 0xfcd1819a hdmi_spd_infoframe_check +EXPORT_SYMBOL vmlinux 0xfce47058 jbd2_journal_set_features +EXPORT_SYMBOL vmlinux 0xfcec0987 enable_irq +EXPORT_SYMBOL vmlinux 0xfcfdf819 mmc_wait_for_req_done +EXPORT_SYMBOL vmlinux 0xfd362ea2 inode_nohighmem +EXPORT_SYMBOL vmlinux 0xfd53db16 pcim_iomap_regions_request_all +EXPORT_SYMBOL vmlinux 0xfd5a2986 cpumask_any_and_distribute +EXPORT_SYMBOL vmlinux 0xfd6e1424 qdisc_warn_nonwc +EXPORT_SYMBOL vmlinux 0xfd6f70f9 generic_file_mmap +EXPORT_SYMBOL vmlinux 0xfd7443d2 filemap_write_and_wait_range +EXPORT_SYMBOL vmlinux 0xfd9ef877 device_get_ethdev_address +EXPORT_SYMBOL vmlinux 0xfdcb4ed3 acpi_os_get_line +EXPORT_SYMBOL vmlinux 0xfdcc8a0e fb_find_best_display +EXPORT_SYMBOL vmlinux 0xfdfb4ef2 jbd2_journal_get_create_access +EXPORT_SYMBOL vmlinux 0xfdfeb934 sk_stop_timer +EXPORT_SYMBOL vmlinux 0xfdffd3ee __dec_zone_page_state +EXPORT_SYMBOL vmlinux 0xfe026f51 bio_integrity_add_page +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 0xfe216af8 mipi_dsi_shutdown_peripheral +EXPORT_SYMBOL vmlinux 0xfe2ee231 vfs_getattr_nosec +EXPORT_SYMBOL vmlinux 0xfe487975 init_wait_entry +EXPORT_SYMBOL vmlinux 0xfe595cd1 __folio_put +EXPORT_SYMBOL vmlinux 0xfe5d4bb2 sys_tz +EXPORT_SYMBOL vmlinux 0xfe703a91 i2c_del_adapter +EXPORT_SYMBOL vmlinux 0xfe84e4ff seq_put_decimal_ll +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 0xfeb354bd of_get_next_parent +EXPORT_SYMBOL vmlinux 0xfeb86977 unregister_framebuffer +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 0xff01b741 netif_set_real_num_rx_queues +EXPORT_SYMBOL vmlinux 0xff0a7e25 _copy_from_iter_nocache +EXPORT_SYMBOL vmlinux 0xff0dc6bb refresh_frequency_limits +EXPORT_SYMBOL vmlinux 0xff1e9dd8 seq_list_start +EXPORT_SYMBOL vmlinux 0xff20ec7f ipv6_push_frag_opts +EXPORT_SYMBOL vmlinux 0xff282521 rfkill_register +EXPORT_SYMBOL vmlinux 0xff4e9f4a xudma_get_device +EXPORT_SYMBOL vmlinux 0xff5bd891 dquot_resume +EXPORT_SYMBOL vmlinux 0xff5d344b bio_copy_data +EXPORT_SYMBOL vmlinux 0xff6878cf fb_default_cmap +EXPORT_SYMBOL vmlinux 0xff6a1ab4 folio_add_lru +EXPORT_SYMBOL vmlinux 0xff73139e sync_blockdev_range +EXPORT_SYMBOL vmlinux 0xff798a5c phy_ethtool_get_strings +EXPORT_SYMBOL vmlinux 0xff7e7f8d kryo_l2_set_indirect_reg +EXPORT_SYMBOL vmlinux 0xff87cd18 lockref_get_not_dead +EXPORT_SYMBOL vmlinux 0xff9ac124 mini_qdisc_pair_block_init +EXPORT_SYMBOL vmlinux 0xffb7c514 ida_free +EXPORT_SYMBOL vmlinux 0xffc4f200 zstd_compress_stream +EXPORT_SYMBOL vmlinux 0xffcc4ec7 tcp_bpf_bypass_getsockopt +EXPORT_SYMBOL vmlinux 0xffd7bfd9 do_SAK +EXPORT_SYMBOL vmlinux 0xffe8ab57 __vlan_find_dev_deep_rcu +EXPORT_SYMBOL vmlinux 0xffeedf6a delayed_work_timer_fn +EXPORT_SYMBOL vmlinux 0xfff7a63d get_bitmap_from_slot +EXPORT_SYMBOL_GPL crypto/af_alg 0x00fc31dc af_alg_free_sg +EXPORT_SYMBOL_GPL crypto/af_alg 0x0884017e af_alg_release_parent +EXPORT_SYMBOL_GPL crypto/af_alg 0x1a4b76ca af_alg_wmem_wakeup +EXPORT_SYMBOL_GPL crypto/af_alg 0x1edff878 af_alg_poll +EXPORT_SYMBOL_GPL crypto/af_alg 0x215985f4 af_alg_unregister_type +EXPORT_SYMBOL_GPL crypto/af_alg 0x23a9d87d af_alg_async_cb +EXPORT_SYMBOL_GPL crypto/af_alg 0x3f19ec00 af_alg_register_type +EXPORT_SYMBOL_GPL crypto/af_alg 0x41114b56 af_alg_wait_for_data +EXPORT_SYMBOL_GPL crypto/af_alg 0x4a5447ce af_alg_accept +EXPORT_SYMBOL_GPL crypto/af_alg 0x6962c8fa af_alg_count_tsgl +EXPORT_SYMBOL_GPL crypto/af_alg 0x794b9b5b af_alg_pull_tsgl +EXPORT_SYMBOL_GPL crypto/af_alg 0x993723d2 af_alg_free_resources +EXPORT_SYMBOL_GPL crypto/af_alg 0xec620a34 af_alg_sendpage +EXPORT_SYMBOL_GPL crypto/af_alg 0xf1133ec4 af_alg_make_sg +EXPORT_SYMBOL_GPL crypto/af_alg 0xf62d6278 af_alg_sendmsg +EXPORT_SYMBOL_GPL crypto/af_alg 0xf95b45b1 af_alg_alloc_areq +EXPORT_SYMBOL_GPL crypto/af_alg 0xfae929fd af_alg_release +EXPORT_SYMBOL_GPL crypto/af_alg 0xfd3b8a27 af_alg_get_rsgl +EXPORT_SYMBOL_GPL crypto/aria_generic 0x2582014d 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 0x1823ef4c async_memcpy +EXPORT_SYMBOL_GPL crypto/async_tx/async_pq 0x7de297d4 async_syndrome_val +EXPORT_SYMBOL_GPL crypto/async_tx/async_pq 0xabc0bb69 async_gen_syndrome +EXPORT_SYMBOL_GPL crypto/async_tx/async_raid6_recov 0x210e4e89 async_raid6_2data_recov +EXPORT_SYMBOL_GPL crypto/async_tx/async_raid6_recov 0xb0132062 async_raid6_datap_recov +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0x6e9c6ae0 async_trigger_callback +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0x9a8a50b3 __async_tx_find_channel +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0xb3269604 async_tx_submit +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0xedb4c451 async_tx_quiesce +EXPORT_SYMBOL_GPL crypto/async_tx/async_xor 0x6160359e async_xor_val_offs +EXPORT_SYMBOL_GPL crypto/async_tx/async_xor 0x8a88399c async_xor_val +EXPORT_SYMBOL_GPL crypto/async_tx/async_xor 0x952056df async_xor +EXPORT_SYMBOL_GPL crypto/async_tx/async_xor 0xea975ab5 async_xor_offs +EXPORT_SYMBOL_GPL crypto/authenc 0x2479193e crypto_authenc_extractkeys +EXPORT_SYMBOL_GPL crypto/blowfish_common 0x173d835d blowfish_setkey +EXPORT_SYMBOL_GPL crypto/cast5_generic 0x07c570c0 cast5_setkey +EXPORT_SYMBOL_GPL crypto/cast5_generic 0x188d9d26 __cast5_decrypt +EXPORT_SYMBOL_GPL crypto/cast5_generic 0xef81a4af __cast5_encrypt +EXPORT_SYMBOL_GPL crypto/cast6_generic 0x3dbae082 __cast6_decrypt +EXPORT_SYMBOL_GPL crypto/cast6_generic 0xcfce512f __cast6_encrypt +EXPORT_SYMBOL_GPL crypto/cast6_generic 0xd76a5716 __cast6_setkey +EXPORT_SYMBOL_GPL crypto/cast6_generic 0xe30c19b1 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 0x17a5a493 cryptd_skcipher_child +EXPORT_SYMBOL_GPL crypto/cryptd 0x36c17a95 cryptd_free_aead +EXPORT_SYMBOL_GPL crypto/cryptd 0x3976cc73 cryptd_ahash_queued +EXPORT_SYMBOL_GPL crypto/cryptd 0x40767370 cryptd_alloc_ahash +EXPORT_SYMBOL_GPL crypto/cryptd 0x523c390d cryptd_alloc_aead +EXPORT_SYMBOL_GPL crypto/cryptd 0x8c2bc659 cryptd_alloc_skcipher +EXPORT_SYMBOL_GPL crypto/cryptd 0x9fa4aa54 cryptd_aead_child +EXPORT_SYMBOL_GPL crypto/cryptd 0xb615fe60 cryptd_ahash_child +EXPORT_SYMBOL_GPL crypto/cryptd 0xb9c348d1 cryptd_skcipher_queued +EXPORT_SYMBOL_GPL crypto/cryptd 0xc6356ea7 cryptd_shash_desc +EXPORT_SYMBOL_GPL crypto/cryptd 0xd8c13ace cryptd_free_ahash +EXPORT_SYMBOL_GPL crypto/cryptd 0xe43de14a cryptd_free_skcipher +EXPORT_SYMBOL_GPL crypto/cryptd 0xf473a46f cryptd_aead_queued +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x1121c038 crypto_finalize_akcipher_request +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x21bfca30 crypto_engine_alloc_init_and_set +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x39b77bf4 crypto_transfer_hash_request_to_engine +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x4ee6dbd2 crypto_transfer_aead_request_to_engine +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x6feff476 crypto_finalize_kpp_request +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x78961383 crypto_engine_exit +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x90b74243 crypto_transfer_skcipher_request_to_engine +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x95abfaf2 crypto_engine_alloc_init +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x9c934151 crypto_finalize_hash_request +EXPORT_SYMBOL_GPL crypto/crypto_engine 0xa92d345f crypto_transfer_akcipher_request_to_engine +EXPORT_SYMBOL_GPL crypto/crypto_engine 0xcaa574f4 crypto_engine_stop +EXPORT_SYMBOL_GPL crypto/crypto_engine 0xcf4481bb crypto_engine_start +EXPORT_SYMBOL_GPL crypto/crypto_engine 0xde96b22f crypto_finalize_skcipher_request +EXPORT_SYMBOL_GPL crypto/crypto_engine 0xe8e97fff crypto_finalize_aead_request +EXPORT_SYMBOL_GPL crypto/crypto_engine 0xf834a83a crypto_transfer_kpp_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 0x9276355a serpent_setkey +EXPORT_SYMBOL_GPL crypto/serpent_generic 0xbcc074f3 __serpent_decrypt +EXPORT_SYMBOL_GPL crypto/serpent_generic 0xd4c9681a __serpent_setkey +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 0xe22b7787 __twofish_setkey +EXPORT_SYMBOL_GPL crypto/twofish_common 0xec8f49b5 twofish_setkey +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x03411a50 spk_synth_get_index +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 0x21f89d7d spk_var_show +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 0x4616c136 synth_current +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x466f5eb7 synth_putwc +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x544a974e spk_do_catch_up +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x60a435c8 spk_synth_flush +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x65577f51 spk_ttyio_ops +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x66f52c5b spk_ttyio_release +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x6f926b11 synth_remove +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x76d40046 synth_buffer_skip_nonlatin1 +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x84dad068 synth_buffer_getc +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x8c82dfca synth_request_region +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x8fe0db01 synth_putwc_s +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x99f79598 spk_ttyio_synth_probe +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x9d2c0418 spk_synth_is_alive_nop +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xaadb0612 synth_buffer_peek +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xb734cb9d speakup_event +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xb9c765ec spk_do_catch_up_unicode +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xbbd15a51 speakup_start_ttys +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xbd9d5350 spk_ttyio_synth_immediate +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 0xc76cf8c6 synth_add +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xce1e4605 spk_var_store +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xd8fd86cf synth_release_region +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xd93829dd speakup_info +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xe194d0ef synth_printf +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xe38724f5 spk_synth_is_alive_restart +EXPORT_SYMBOL_GPL drivers/acpi/nfit/nfit 0x0b634c1c acpi_nfit_desc_init +EXPORT_SYMBOL_GPL drivers/acpi/nfit/nfit 0x2218c0e7 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 0x6060603c acpi_nfit_init +EXPORT_SYMBOL_GPL drivers/acpi/nfit/nfit 0xae2eff3c __acpi_nfit_notify +EXPORT_SYMBOL_GPL drivers/acpi/nfit/nfit 0xd0026d70 __acpi_nvdimm_notify +EXPORT_SYMBOL_GPL drivers/acpi/platform_profile 0x67927a0d platform_profile_notify +EXPORT_SYMBOL_GPL drivers/acpi/platform_profile 0xbfe36436 platform_profile_remove +EXPORT_SYMBOL_GPL drivers/acpi/platform_profile 0xcac33cd4 platform_profile_register +EXPORT_SYMBOL_GPL drivers/ata/pata_platform 0xccbb1e20 __pata_platform_probe +EXPORT_SYMBOL_GPL drivers/ata/pata_sis 0x68769f29 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 0x36a0afdc linedisp_register +EXPORT_SYMBOL_GPL drivers/auxdisplay/line-display 0x6dd8dcae linedisp_unregister +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-ac97 0x2d0e8f77 __devm_regmap_init_ac97 +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-ac97 0x3558a8af __regmap_init_ac97 +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-ac97 0x5e211255 regmap_ac97_default_volatile +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-i3c 0x5214fb75 __devm_regmap_init_i3c +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-sccb 0xee7e441c __regmap_init_sccb +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-sccb 0xfb224f7c __devm_regmap_init_sccb +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-sdw 0xae0fb61d __devm_regmap_init_sdw +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-sdw 0xf0c386fb __regmap_init_sdw +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-sdw-mbq 0x1327f6d6 __regmap_init_sdw_mbq +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-sdw-mbq 0x2fc4e913 __devm_regmap_init_sdw_mbq +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-slimbus 0x376a1e98 __regmap_init_slimbus +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-slimbus 0x98d30089 __devm_regmap_init_slimbus +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-spi-avmm 0x0b238a70 __regmap_init_spi_avmm +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-spi-avmm 0xaabcb6df __devm_regmap_init_spi_avmm +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-spmi 0x838d554c __devm_regmap_init_spmi_base +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-spmi 0xbb76bb12 __devm_regmap_init_spmi_ext +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-spmi 0xbda14454 __regmap_init_spmi_base +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-spmi 0xf91078f5 __regmap_init_spmi_ext +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-w1 0x923b7089 __regmap_init_w1 +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-w1 0xbaad5a7a __devm_regmap_init_w1 +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x18ff96ea bcma_core_pll_ctl +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x2e76992d bcma_chipco_pll_read +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x320b0d66 bcma_chipco_gpio_outen +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x3cefd09f bcma_core_set_clockmode +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x4de71a1f bcma_chipco_gpio_control +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x5ce9a57e bcma_host_pci_irq_ctl +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x6ff9d698 bcma_chipco_get_alp_clock +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x72089eb6 bcma_chipco_gpio_out +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x72bb4f3c bcma_chipco_chipctl_maskset +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x768a0d54 bcma_pmu_get_bus_clock +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x80bc95f4 bcma_chipco_b_mii_write +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x81b8a075 bcma_driver_unregister +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x92b8a3a4 bcma_host_pci_up +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x93793055 bcma_core_is_enabled +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xa42de572 bcma_pmu_spuravoid_pllupdate +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xa876e4fd bcma_chipco_pll_write +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xd23c526d bcma_core_pci_power_save +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xd6072d93 bcma_host_pci_down +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xdc36b8ef bcma_chipco_pll_maskset +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xe3454dce bcma_chipco_regctl_maskset +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xe8a6e8f8 __bcma_driver_register +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xf7ef01e2 bcma_core_disable +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xfa7baec1 bcma_find_core_unit +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xfe59446f bcma_core_enable +EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0x02210444 btbcm_setup_patchram +EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0x0da0bbfd btbcm_initialize +EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0x43e20e84 btbcm_finalize +EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0x8f2debb0 btbcm_set_bdaddr +EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0xb558e7d6 btbcm_check_bdaddr +EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0xcd387b40 btbcm_read_pcm_int_params +EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0xea37b61e btbcm_write_pcm_int_params +EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0xede219f2 btbcm_setup_apple +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x135497a0 btintel_enter_mfg +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x2f580dd3 btintel_send_intel_reset +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x3a1be88d btintel_configure_setup +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x3beb06b5 btintel_set_diag +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x3eecf510 btintel_read_boot_params +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x53e6bf91 btintel_load_ddc_config +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x6849e3df btintel_download_firmware +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x7d78a8c0 btintel_version_info +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x8a89a21b btintel_read_version +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x91fc27b6 btintel_exit_mfg +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x9fe58794 btintel_set_event_mask_mfg +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0xaa421713 btintel_set_bdaddr +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0xadf9403f btintel_check_bdaddr +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0xb5026cc8 btintel_bootup +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0xc628ec7b btintel_regmap_init +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0xd824c15d btintel_set_quality_report +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0xd9848491 btintel_secure_send_result +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x0462786c btmrvl_process_event +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x1df77393 btmrvl_enable_hs +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x268e2f56 btmrvl_add_card +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x5a648dbd btmrvl_register_hdev +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x7f5a85c1 btmrvl_enable_ps +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x830bfb55 btmrvl_send_module_cfg_cmd +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x88e9ed7c btmrvl_remove_card +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x95cd84f5 btmrvl_pscan_window_reporting +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x999dfb92 btmrvl_interrupt +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x99f81ca5 btmrvl_send_hscfg_cmd +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0xa1a06469 btmrvl_check_evtpkt +EXPORT_SYMBOL_GPL drivers/bluetooth/btmtk 0x54cd2f15 btmtk_setup_firmware_79xx +EXPORT_SYMBOL_GPL drivers/bluetooth/btmtk 0x8472f0b5 btmtk_set_bdaddr +EXPORT_SYMBOL_GPL drivers/bluetooth/btmtk 0xa4b6783e btmtk_setup_firmware +EXPORT_SYMBOL_GPL drivers/bluetooth/btqca 0x2d00454a qca_set_bdaddr +EXPORT_SYMBOL_GPL drivers/bluetooth/btqca 0x2e2ffb4c qca_set_bdaddr_rome +EXPORT_SYMBOL_GPL drivers/bluetooth/btqca 0x6db5d9ed qca_uart_setup +EXPORT_SYMBOL_GPL drivers/bluetooth/btqca 0x78a02e5a qca_read_soc_version +EXPORT_SYMBOL_GPL drivers/bluetooth/btqca 0xbad582b9 qca_send_pre_shutdown_cmd +EXPORT_SYMBOL_GPL drivers/bluetooth/btrtl 0x1ab28a42 btrtl_setup_realtek +EXPORT_SYMBOL_GPL drivers/bluetooth/btrtl 0x2983c7a7 btrtl_set_quirks +EXPORT_SYMBOL_GPL drivers/bluetooth/btrtl 0x49a62250 btrtl_download_firmware +EXPORT_SYMBOL_GPL drivers/bluetooth/btrtl 0x5f3d9e16 btrtl_get_uart_settings +EXPORT_SYMBOL_GPL drivers/bluetooth/btrtl 0xaf78f260 btrtl_free +EXPORT_SYMBOL_GPL drivers/bluetooth/btrtl 0xbd2dfd6a btrtl_shutdown_realtek +EXPORT_SYMBOL_GPL drivers/bluetooth/btrtl 0xf350a8cf btrtl_initialize +EXPORT_SYMBOL_GPL drivers/bluetooth/hci_uart 0x0ac1377d hci_uart_register_device +EXPORT_SYMBOL_GPL drivers/bluetooth/hci_uart 0x4e485067 hci_uart_unregister_device +EXPORT_SYMBOL_GPL drivers/bluetooth/hci_uart 0xaf779535 h4_recv_buf +EXPORT_SYMBOL_GPL drivers/bluetooth/hci_uart 0xfb61c55a hci_uart_tx_wakeup +EXPORT_SYMBOL_GPL drivers/bus/mhi/ep/mhi_ep 0x0a4172ae mhi_ep_queue_is_empty +EXPORT_SYMBOL_GPL drivers/bus/mhi/ep/mhi_ep 0x1cc35f52 __mhi_ep_driver_register +EXPORT_SYMBOL_GPL drivers/bus/mhi/ep/mhi_ep 0x5e1261dd mhi_ep_unregister_controller +EXPORT_SYMBOL_GPL drivers/bus/mhi/ep/mhi_ep 0xa14ca48b mhi_ep_power_up +EXPORT_SYMBOL_GPL drivers/bus/mhi/ep/mhi_ep 0xaea90c23 mhi_ep_register_controller +EXPORT_SYMBOL_GPL drivers/bus/mhi/ep/mhi_ep 0xbd3ebfa6 mhi_ep_queue_skb +EXPORT_SYMBOL_GPL drivers/bus/mhi/ep/mhi_ep 0xdc7f9ada mhi_ep_driver_unregister +EXPORT_SYMBOL_GPL drivers/bus/mhi/ep/mhi_ep 0xe232062d mhi_ep_power_down +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x06fb675a mhi_get_free_desc_count +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x0e411559 mhi_async_power_up +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x1134ea5e mhi_driver_unregister +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x1215cccb mhi_alloc_controller +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x1374d9f3 mhi_queue_dma +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x1bcced89 mhi_pm_resume_force +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x23ce638c mhi_soc_reset +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x4c3039ec mhi_pm_suspend +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x5743fbf5 mhi_prepare_for_transfer_autoqueue +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x587f8243 mhi_device_get_sync +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x5e6ab62a mhi_unprepare_after_power_down +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x67c8c1bc mhi_free_controller +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x7256fcd1 mhi_device_put +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x8e8caf69 __mhi_driver_register +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xae7a3845 mhi_unregister_controller +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xb192b261 mhi_force_rddm_mode +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xb60bf292 mhi_get_mhi_state +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xbfd64c6b mhi_prepare_for_power_up +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xc17988e1 mhi_get_exec_env +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xc3c6168d mhi_poll +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xca56635b mhi_power_down +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xcd3b9ba0 mhi_queue_is_full +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xd02a9909 mhi_prepare_for_transfer +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xd120b217 mhi_unprepare_from_transfer +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xde1611f2 mhi_register_controller +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xdef4bf8f mhi_queue_buf +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xe37dfe04 mhi_download_rddm_image +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xe631699f mhi_device_get +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xed56ef5e mhi_pm_resume +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xefc9863d mhi_notify +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xfef4cc66 mhi_queue_skb +EXPORT_SYMBOL_GPL drivers/bus/moxtet 0x03f69df5 __moxtet_register_driver +EXPORT_SYMBOL_GPL drivers/bus/moxtet 0x6d847a31 moxtet_device_written +EXPORT_SYMBOL_GPL drivers/bus/moxtet 0xf1238981 moxtet_device_write +EXPORT_SYMBOL_GPL drivers/bus/moxtet 0xf8270e74 moxtet_device_read +EXPORT_SYMBOL_GPL drivers/bus/sunxi-rsb 0x2e323baf __devm_regmap_init_sunxi_rsb +EXPORT_SYMBOL_GPL drivers/bus/sunxi-rsb 0x4901dba3 sunxi_rsb_driver_register +EXPORT_SYMBOL_GPL drivers/clk/meson/clk-phase 0x1a4ac0bd meson_clk_phase_ops +EXPORT_SYMBOL_GPL drivers/clk/meson/clk-phase 0x26f0d58f meson_clk_triphase_ops +EXPORT_SYMBOL_GPL drivers/clk/meson/clk-phase 0xfcbd0229 meson_sclk_ws_inv_ops +EXPORT_SYMBOL_GPL drivers/clk/meson/sclk-div 0xad84d6d7 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 0x07935d8b clk_alpha_pll_postdiv_fabia_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x07e2aa8b qcom_cc_register_rcg_dfs +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 0x0fb17b27 qcom_cc_probe_by_index +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x11c09e22 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 0x28ec912b clk_fabia_pll_configure +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x2aed7c9b 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 0x36c735a2 clk_enable_regmap +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 0x3f241869 qcom_cc_map +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x407cd4e2 clk_zonda_pll_configure +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 0x4563359f clk_disable_regmap +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x468b22ce clk_pll_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x46eb964b clk_alpha_pll_regs +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x4987b989 qcom_find_cfg_index +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x4a930432 clk_branch_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x5524687f clk_trion_pll_configure +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 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 0x67b1b450 clk_is_enabled_regmap +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 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 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 0x94ef2db3 qcom_find_src_index +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x953b97b7 clk_alpha_pll_postdiv_lucid_evo_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x9821a599 clk_rcg_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x9c1fb4be clk_rivian_evo_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 0xa72d720f clk_agera_pll_configure +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xa94f252e clk_lucid_evo_pll_configure +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 0xb2793a78 qcom_cc_register_board_clk +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 0xc105fb5c gdsc_gx_do_nothing_enable +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xc7ef9b24 qcom_cc_register_sleep_clk +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 0xdf871d64 clk_alpha_pll_configure +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 0xf981c3e3 qcom_cc_probe +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 0x183a919a sprd_div_helper_recalc_rate +EXPORT_SYMBOL_GPL drivers/clk/sprd/clk-sprd 0x227afa5d sprd_pll_sc_gate_ops +EXPORT_SYMBOL_GPL drivers/clk/sprd/clk-sprd 0x347b11e0 sprd_mux_helper_get_parent +EXPORT_SYMBOL_GPL drivers/clk/sprd/clk-sprd 0x39c67dcb sprd_clk_regmap_init +EXPORT_SYMBOL_GPL drivers/clk/sprd/clk-sprd 0x4dc5e16d sprd_gate_ops +EXPORT_SYMBOL_GPL drivers/clk/sprd/clk-sprd 0x55497324 sprd_pll_ops +EXPORT_SYMBOL_GPL drivers/clk/sprd/clk-sprd 0x5cece9ea sprd_mux_helper_set_parent +EXPORT_SYMBOL_GPL drivers/clk/sprd/clk-sprd 0x5dcd42af sprd_div_ops +EXPORT_SYMBOL_GPL drivers/clk/sprd/clk-sprd 0x68e67b7c sprd_div_helper_round_rate +EXPORT_SYMBOL_GPL drivers/clk/sprd/clk-sprd 0x8b907c0a sprd_div_helper_set_rate +EXPORT_SYMBOL_GPL drivers/clk/sprd/clk-sprd 0xa4fee866 sprd_comp_ops +EXPORT_SYMBOL_GPL drivers/clk/sprd/clk-sprd 0xd75238cd sprd_sc_gate_ops +EXPORT_SYMBOL_GPL drivers/clk/sprd/clk-sprd 0xd8f6ce4e sprd_mux_ops +EXPORT_SYMBOL_GPL drivers/clk/sprd/clk-sprd 0xe0106577 sprd_clk_probe +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x006207ad comedi_set_hw_dev +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x0cd330f4 range_unknown +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x0f4bf19d __comedi_request_region +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x17ff84a7 comedi_buf_write_alloc +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x1c7a3162 comedi_dev_put +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x21102f87 range_0_32mA +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x2d3d554a comedi_driver_unregister +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x2f0ad9d3 range_bipolar5 +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x371bbbed comedi_load_firmware +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x4236eaaf range_4_20mA +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x429a1d73 comedi_event +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x4e87d668 comedi_alloc_spriv +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x4fe634f3 range_bipolar2_5 +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x72f2c5ed comedi_check_chanlist +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x73a7399c comedi_buf_write_free +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x7f8386ba comedi_bytes_per_scan_cmd +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x8113872c range_unipolar10 +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x8513942b comedi_alloc_devpriv +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x88e0e5c1 comedi_alloc_subdev_readback +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x88f59fb7 comedi_bytes_per_scan +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x8a50c4f5 comedi_alloc_subdevices +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x8aed0213 comedi_request_region +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x8bd8e138 comedi_inc_scan_progress +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x8f533453 comedi_driver_register +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x92448a7f comedi_buf_read_alloc +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x957043a8 comedi_readback_insn_read +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x98f0953e comedi_auto_config +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x9b2310ac comedi_nscans_left +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x9c771f77 comedi_legacy_detach +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xa6b0fdea comedi_dev_get_from_minor +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xaa386b4d comedi_is_subdevice_running +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xad9939ce comedi_buf_read_free +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xae3a2ab7 comedi_set_spriv_auto_free +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xb17b6401 comedi_buf_read_n_available +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xb3b74550 comedi_buf_write_samples +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xb5af4f1b comedi_buf_read_samples +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 0xcf447e62 comedi_dio_update_state +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xcfab9fe5 comedi_dio_insn_config +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xd9c2f093 comedi_timeout +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xdb2044b2 range_unipolar5 +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xe362c0bd comedi_auto_unconfig +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xf18168aa comedi_handle_events +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xfe7da76f comedi_nsamples_left +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pci 0x252c275b comedi_to_pci_dev +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pci 0x6a5d105b comedi_pci_enable +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pci 0x6fa1baf6 comedi_pci_auto_unconfig +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pci 0xa26ca70b comedi_pci_driver_unregister +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pci 0xb785a5d4 comedi_pci_driver_register +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pci 0xe71b651e comedi_pci_detach +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pci 0xf86cadaa comedi_pci_auto_config +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pci 0xfd09c7e4 comedi_pci_disable +EXPORT_SYMBOL_GPL drivers/comedi/comedi_usb 0x193d0eb2 comedi_usb_auto_config +EXPORT_SYMBOL_GPL drivers/comedi/comedi_usb 0x5c7e4bf8 comedi_usb_driver_unregister +EXPORT_SYMBOL_GPL drivers/comedi/comedi_usb 0x6135bbaf comedi_to_usb_interface +EXPORT_SYMBOL_GPL drivers/comedi/comedi_usb 0xaa2cf8b4 comedi_usb_driver_register +EXPORT_SYMBOL_GPL drivers/comedi/comedi_usb 0xf032e674 comedi_usb_auto_unconfig +EXPORT_SYMBOL_GPL drivers/comedi/comedi_usb 0xf6a7870d comedi_to_usb_dev +EXPORT_SYMBOL_GPL drivers/comedi/drivers/addi_watchdog 0x37010f5f addi_watchdog_init +EXPORT_SYMBOL_GPL drivers/comedi/drivers/addi_watchdog 0x79f4a6cf addi_watchdog_reset +EXPORT_SYMBOL_GPL drivers/comedi/drivers/amplc_dio200_common 0x95fb7247 amplc_dio200_set_enhance +EXPORT_SYMBOL_GPL drivers/comedi/drivers/amplc_dio200_common 0xb6a6bbdf amplc_dio200_common_attach +EXPORT_SYMBOL_GPL drivers/comedi/drivers/amplc_pc236_common 0x78052202 amplc_pc236_common_attach +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0x2d2abc04 comedi_8254_ns_to_timer +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0x35aeb9bf comedi_8254_status +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0x37e75ed3 comedi_8254_write +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0x415b22e0 comedi_8254_read +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0x559635d8 comedi_8254_cascade_ns_to_timer +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0x58077b98 comedi_8254_update_divisors +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0x62dc5a7a comedi_8254_pacer_enable +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0xa63408c9 comedi_8254_load +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0xbb14b269 comedi_8254_subdevice_init +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0xca3f1985 comedi_8254_mm_init +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0xd42fec82 comedi_8254_init +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0xfcec16ad comedi_8254_set_busy +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0xff4784e2 comedi_8254_set_mode +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8255 0x00891b0a subdev_8255_regbase +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8255 0x1e5a2da4 subdev_8255_init +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8255 0x5f82f735 subdev_8255_mm_init +EXPORT_SYMBOL_GPL drivers/comedi/drivers/das08 0xe40f23ba das08_common_attach +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x09a6ec5e mite_ack_linkc +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x0e70ec6a mite_attach +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x3664d385 mite_alloc_ring +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x3934555f mite_detach +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x430c7841 mite_done +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x458fc7de mite_dma_arm +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x505bab5e mite_sync_dma +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x572c95d9 mite_release_channel +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x59e0c106 mite_buf_change +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x64bcbc70 mite_prep_dma +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x6f18a010 mite_bytes_in_transit +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x8f5b7c2f mite_free_ring +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0xb53834a3 mite_request_channel +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0xc5ffb7ef mite_request_channel_in_range +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0xcecc5619 mite_init_ring_descriptors +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0xeb3ce57d mite_dma_disarm +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_labpc_common 0x5996131a labpc_common_detach +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_labpc_common 0xc806a057 labpc_common_attach +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_routing 0x076bc308 ni_find_route_source +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_routing 0x0921123e ni_lookup_route_register +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_routing 0x1facf7f8 ni_is_cmd_dest +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_routing 0x64443d67 ni_get_valid_routes +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_routing 0x6c18c54e ni_count_valid_routes +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_routing 0x85e75c94 ni_assign_device_routes +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_routing 0x863a306d ni_sort_device_routes +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_routing 0x8ab47ba4 ni_route_set_has_source +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_routing 0x8f0f0901 ni_find_route_set +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_routing 0xb3e302a3 ni_route_to_register +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x034f4ac1 ni_gpct_device_construct +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x05d52722 ni_tio_get_soft_copy +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x26a8a1d9 ni_gpct_device_destroy +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x412c4018 ni_tio_insn_write +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x4498bbbc ni_tio_get_routing +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x49818df1 ni_tio_set_gate_src +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x57f858b3 ni_tio_arm +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x6c4e309c ni_tio_set_routing +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x8974f44f ni_tio_set_bits +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x9ea421c7 ni_tio_unset_routing +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0xa47abb8a ni_tio_write +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0xc0153bcb ni_tio_insn_config +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0xcabf3050 ni_tio_init_counter +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0xce88c612 ni_tio_read +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0xdfdda142 ni_tio_set_gate_src_raw +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0xff925944 ni_tio_insn_read +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tiocmd 0x263fd7c7 ni_tio_cmd +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tiocmd 0x4beebc48 ni_tio_cmdtest +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tiocmd 0x5ca5c9f9 ni_tio_acknowledge +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tiocmd 0x92917092 ni_tio_handle_interrupt +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tiocmd 0xdd1d4748 ni_tio_set_mite_channel +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tiocmd 0xfffbe7d7 ni_tio_cancel +EXPORT_SYMBOL_GPL drivers/comedi/kcomedilib/kcomedilib 0x3cb663d5 comedi_dio_bitfield2 +EXPORT_SYMBOL_GPL drivers/comedi/kcomedilib/kcomedilib 0x3efd18c9 comedi_close +EXPORT_SYMBOL_GPL drivers/comedi/kcomedilib/kcomedilib 0x4708822a comedi_dio_config +EXPORT_SYMBOL_GPL drivers/comedi/kcomedilib/kcomedilib 0x6f568b29 comedi_get_n_channels +EXPORT_SYMBOL_GPL drivers/comedi/kcomedilib/kcomedilib 0xa3ec9051 comedi_dio_get_config +EXPORT_SYMBOL_GPL drivers/comedi/kcomedilib/kcomedilib 0xb3f4b85b comedi_open +EXPORT_SYMBOL_GPL drivers/comedi/kcomedilib/kcomedilib 0xc7f0abbd comedi_find_subdevice_by_type +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 0xbd00fcfc ccp_enqueue_cmd +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x004a482b hisi_qm_get_hw_info +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x0500e48a hisi_qm_start +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x07b3f2e2 hisi_qm_stop_qp +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x1c08bb6b hisi_qm_alg_register +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x1cbd924b hisi_qm_get_dfx_access +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x2395e341 hisi_qm_alg_unregister +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x25503e31 hisi_qm_pm_uninit +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x301031b6 hisi_qm_put_dfx_access +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x30944e10 hisi_qm_regs_debugfs_uninit +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x397bb48e hisi_qm_dev_shutdown +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x3fd8d8d1 hisi_qm_debug_init +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x420a46eb hisi_qm_wait_task_finish +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x4b919fca hisi_qm_free_qps +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x59c9ba82 hisi_acc_free_sgl_pool +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x6650e729 hisi_qm_reset_done +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x69adae82 hisi_qm_stop +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x6bcc9896 hisi_qm_regs_dump +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x75c05441 hisi_qm_alloc_qps_node +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x7c45fa09 hisi_qm_dev_err_init +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x85d6cf96 hisi_qm_suspend +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x9a289dc9 hisi_qm_sriov_configure +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x9ddbfda2 hisi_qm_pm_init +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xa718a5f3 hisi_qm_reset_prepare +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xabc819a5 hisi_qm_start_qp +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xaf34dec5 hisi_qm_sriov_enable +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xb521d060 hisi_qm_regs_debugfs_init +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xb6963e15 hisi_qm_acc_diff_regs_dump +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xbb40f1a9 hisi_qm_debug_regs_clear +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xbb5fed4b hisi_acc_sg_buf_map_to_hw_sgl +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xc079e2c9 hisi_acc_create_sgl_pool +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xd2800cfd hisi_qm_init +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xd7935ed6 hisi_qm_mb +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xd84099cb hisi_qm_sriov_disable +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xe1557eec hisi_qm_dev_slot_reset +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xe1d13b8e hisi_acc_sg_buf_unmap +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xe32dbf76 hisi_qm_dev_err_detected +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xecb40a4c hisi_qp_send +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xecb8a458 hisi_qm_wait_mb_ready +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xf1dbba81 hisi_qm_uninit +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xf3875919 hisi_qm_resume +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xf6c72f2e hisi_qm_dev_err_uninit +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hpre/hisi_hpre 0xcc5f374f hisi_hpre_get_pf_driver +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/sec2/hisi_sec2 0x948fad53 hisi_sec_get_pf_driver +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/zip/hisi_zip 0x89c911b0 hisi_zip_get_pf_driver +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 0x7cf1e5b5 otx_cpt_eng_grp_has_eng_type +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x024c52da adf_init_arb +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x08e2c7a1 adf_enable_vf2pf_comms +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x0c27864b adf_cfg_dev_add +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x0dcf225e adf_disable_sriov +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x0e58c244 adf_err_handler +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x10a75a2b adf_vf2pf_notify_init +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x10e9b223 adf_gen2_get_num_accels +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x117a3b3b adf_dev_stop +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x12540dcf adf_dev_up +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x1387776c adf_gen2_get_num_aes +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x1b2fdd7a adf_cfg_dev_remove +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x24f36599 adf_gen4_enable_pm +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x2505d588 adf_vf2pf_notify_shutdown +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x2be4e269 adf_gen2_get_arb_info +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x33ce81ae adf_gen4_init_pf_pfvf_ops +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x34130669 adf_enable_aer +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x34a122a7 adf_send_admin_init +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x3e707f37 adf_gen2_get_admin_info +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x43146263 adf_gen2_cfg_iov_thds +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x4735052e adf_gen4_ring_pair_reset +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x47ba06a3 adf_dev_started +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x47d16e88 adf_cleanup_etr_data +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x48bbd6b5 adf_vf_isr_resource_alloc +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x4b1797ea adf_gen2_enable_ints +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x598ed25b adf_devmgr_update_class_index +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x5ab60b9e adf_dev_down +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x5d2983fa adf_gen2_enable_error_correction +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x62d617a8 adf_gen2_init_pf_pfvf_ops +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x696eb3a7 adf_dev_start +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x6beba822 adf_vf_isr_resource_free +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x7872d381 adf_devmgr_in_reset +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x788e20f8 adf_dev_shutdown +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x7a1d92fe adf_cfg_get_param_value +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x7aa661d4 adf_exit_arb +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x8c5230eb adf_gen2_dev_config +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x8c585d9d adf_disable_pf2vf_interrupts +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x92ca2ba6 adf_flush_vf_wq +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xa272362e adf_exit_admin_comms +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xa4a50972 adf_gen2_get_accel_cap +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xa5227abc adf_disable_aer +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xa8dc9957 adf_sysfs_init +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xaa00c66a adf_devmgr_add_dev +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xaab58456 adf_dev_in_use +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xabad6665 adf_cfg_section_add +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xb1381075 adf_reset_flr +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xb92923c7 adf_dev_put +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xbbc100e2 adf_devmgr_pci_to_accel_dev +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xbbf9c495 adf_pfvf_comms_disabled +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xbc592d8c adf_gen4_set_ssm_wdtimer +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xc501ac82 adf_gen4_init_hw_csr_ops +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xc518d98d adf_isr_resource_alloc +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xcc3b167a adf_clean_vf_map +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xce7c85f9 adf_init_etr_data +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xd35d39a1 adf_reset_sbr +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xd534a359 adf_gen4_handle_pm_interrupt +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xd64519f1 adf_gen2_init_hw_csr_ops +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xd859c1b8 adf_init_admin_pm +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xd924ac76 adf_isr_resource_free +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xdbfe7aa8 adf_dev_get +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xde7552fb adf_cfg_add_key_value_param +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xe080320e adf_dev_init +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xe327f1f1 adf_gen4_init_dc_ops +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xe45f3512 adf_gen2_init_dc_ops +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xe4ff6299 adf_gen2_init_vf_pfvf_ops +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xed41bb8a adf_gen2_set_ssm_wdtimer +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xed63a584 adf_init_admin_comms +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xf1625df0 adf_enable_pf2vf_comms +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xf6f8aa6f adf_sriov_configure +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xfe1ed3f2 adf_devmgr_rm_dev +EXPORT_SYMBOL_GPL drivers/dax/device_dax 0x8fa628cd dev_dax_probe +EXPORT_SYMBOL_GPL drivers/dma/dw-edma/dw-edma 0x001b246a dw_edma_probe +EXPORT_SYMBOL_GPL drivers/dma/dw-edma/dw-edma 0xf025b18a dw_edma_remove +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0x222a39a1 dw_dma_acpi_controller_register +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0x64f21bd0 do_dw_dma_enable +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0x96c189f0 idma32_dma_probe +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0x9adae233 dw_dma_filter +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0xac987033 idma32_dma_remove +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0xad5eec94 dw_dma_probe +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0xc2b0a189 do_dw_dma_disable +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0xeb2dd708 dw_dma_acpi_controller_free +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0xf676e693 dw_dma_remove +EXPORT_SYMBOL_GPL drivers/dma/fsl-dpaa2-qdma/dpdmai 0x0190f6cf dpdmai_get_rx_queue +EXPORT_SYMBOL_GPL drivers/dma/fsl-dpaa2-qdma/dpdmai 0x16ae7e1a dpdmai_open +EXPORT_SYMBOL_GPL drivers/dma/fsl-dpaa2-qdma/dpdmai 0x32ba8167 dpdmai_reset +EXPORT_SYMBOL_GPL drivers/dma/fsl-dpaa2-qdma/dpdmai 0x4014b253 dpdmai_set_rx_queue +EXPORT_SYMBOL_GPL drivers/dma/fsl-dpaa2-qdma/dpdmai 0x5466aed0 dpdmai_get_attributes +EXPORT_SYMBOL_GPL drivers/dma/fsl-dpaa2-qdma/dpdmai 0x691a4da8 dpdmai_close +EXPORT_SYMBOL_GPL drivers/dma/fsl-dpaa2-qdma/dpdmai 0x6f97c18c dpdmai_disable +EXPORT_SYMBOL_GPL drivers/dma/fsl-dpaa2-qdma/dpdmai 0x7fd0a2d3 dpdmai_enable +EXPORT_SYMBOL_GPL drivers/dma/fsl-dpaa2-qdma/dpdmai 0x8738689e dpdmai_get_tx_queue +EXPORT_SYMBOL_GPL drivers/dma/fsl-dpaa2-qdma/dpdmai 0xa93c1a15 dpdmai_destroy +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0x0b4493a8 fsl_edma_resume +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0x10947860 fsl_edma_terminate_all +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0x1e2a7f02 fsl_edma_free_chan_resources +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0x35b8eb0b fsl_edma_cleanup_vchan +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0x35e289ff fsl_edma_free_desc +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0x3c1a5127 fsl_edma_disable_request +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0x3d112ac2 fsl_edma_setup_regs +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0x3f8993b8 fsl_edma_issue_pending +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0x55a14441 fsl_edma_prep_dma_cyclic +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0x681fff14 fsl_edma_chan_mux +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0x71617d38 fsl_edma_pause +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0x92ac55f5 fsl_edma_alloc_chan_resources +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0x9d0e6237 fsl_edma_xfer_desc +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0xa2d03f88 fsl_edma_prep_memcpy +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0xbadaf802 fsl_edma_tx_status +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0xf9125b6b fsl_edma_prep_slave_sg +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0xfe6250cf fsl_edma_slave_config +EXPORT_SYMBOL_GPL drivers/dma/qcom/hdma_mgmt 0x54826f02 hidma_mgmt_init_sys +EXPORT_SYMBOL_GPL drivers/dma/qcom/hdma_mgmt 0xb090dde8 hidma_mgmt_setup +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 0xfb84de45 fw_card_read_cycle_time +EXPORT_SYMBOL_GPL drivers/firmware/arm_ffa/ffa-module 0x1a11324c ffa_driver_unregister +EXPORT_SYMBOL_GPL drivers/firmware/arm_ffa/ffa-module 0x720c4818 ffa_device_unregister +EXPORT_SYMBOL_GPL drivers/firmware/arm_ffa/ffa-module 0x74479ca0 ffa_driver_register +EXPORT_SYMBOL_GPL drivers/firmware/arm_ffa/ffa-module 0xcec88eaf ffa_device_register +EXPORT_SYMBOL_GPL drivers/firmware/arm_ffa/ffa-module 0xe6c49d38 ffa_bus_type +EXPORT_SYMBOL_GPL drivers/firmware/arm_scpi 0x4a3bba8f get_scpi_ops +EXPORT_SYMBOL_GPL drivers/firmware/mtk-adsp-ipc 0x51379fc2 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 0x924fbd87 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 0xad133849 alt_pr_register +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x0935a4dd dfl_fpga_cdev_assign_port +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x0cd1e8c0 dfl_fpga_port_ops_add +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x21b1a95b dfl_fpga_check_port_id +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x2436fd98 dfl_fpga_dev_ops_register +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x2e832f99 dfl_fpga_cdev_release_port +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x309b466c dfl_fpga_enum_info_add_irq +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x30e7b2fe dfl_fpga_port_ops_get +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x3f4745db dfl_fpga_dev_feature_uinit +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x43695b8e dfl_fpga_cdev_config_ports_vf +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x49ab5d24 dfl_fpga_port_ops_del +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x533fecf3 dfl_fpga_port_ops_put +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x55870f7e dfl_fpga_set_irq_triggers +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x6f48f7f2 dfl_fpga_enum_info_free +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x8295778e dfl_fpga_enum_info_alloc +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xa06ccca4 dfl_feature_ioctl_get_num_irqs +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xa7ae18b5 dfl_fpga_dev_feature_init +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xad8459b3 dfl_fpga_feature_devs_remove +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xbc9cadbf dfl_fpga_enum_info_add_dfl +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xbebc1314 dfl_fpga_cdev_config_ports_pf +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xc283fdf4 dfl_fpga_dev_ops_unregister +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xcb4594c6 dfl_feature_ioctl_set_irq +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xdbd83ae5 __dfl_fpga_cdev_find_port +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xe4b2b32b dfl_fpga_feature_devs_enumerate +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0x03487900 fpga_bridge_get_to_list +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0x0633c4b9 fpga_bridges_enable +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0x0b2b884c fpga_bridges_put +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0x2c8167cf fpga_bridges_disable +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0x3af989d7 fpga_bridge_enable +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0x4b9cc366 fpga_bridge_register +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0x4f65ae49 of_fpga_bridge_get_to_list +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0x57bc4c6b fpga_bridge_get +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0xb40a64e0 fpga_bridge_unregister +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0xd5fd79f8 fpga_bridge_put +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0xe92fe212 of_fpga_bridge_get +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0xed361329 fpga_bridge_disable +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x00fbec8e fpga_mgr_register_full +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x04b6e0b1 fpga_mgr_load +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x27124e0a fpga_mgr_register +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x37c45e0b devm_fpga_mgr_register_full +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x44fbe767 fpga_mgr_unregister +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x78646713 fpga_image_info_free +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x7e661eda of_fpga_mgr_get +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x8f1ffd33 fpga_mgr_unlock +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0xb6b4eee0 fpga_image_info_alloc +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0xb6cd02ab fpga_mgr_get +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0xd0f9e6e2 fpga_mgr_put +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0xddc8fbb3 devm_fpga_mgr_register +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0xe52f78f2 fpga_mgr_lock +EXPORT_SYMBOL_GPL drivers/fpga/fpga-region 0x7d3ed3ba fpga_region_program_fpga +EXPORT_SYMBOL_GPL drivers/fpga/fpga-region 0x80e3cc68 fpga_region_unregister +EXPORT_SYMBOL_GPL drivers/fpga/fpga-region 0xa4745494 fpga_region_class_find +EXPORT_SYMBOL_GPL drivers/fpga/fpga-region 0xe0c50dbc fpga_region_register +EXPORT_SYMBOL_GPL drivers/fpga/fpga-region 0xf9ea3da7 fpga_region_register_full +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0x215465f9 fsi_master_register +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0x253e1cb6 fsi_bus_type +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0x2a383930 fsi_device_read +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0x366b7a42 fsi_cdev_type +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0x3a93847e fsi_slave_claim_range +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0x42a4c96d fsi_device_write +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0x44ed18e6 fsi_master_unregister +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0x5a57d574 fsi_free_minor +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0x7113e830 fsi_master_rescan +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0x78060f23 fsi_slave_read +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0x7cc55e3b fsi_driver_unregister +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0x91d15825 fsi_driver_register +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0xce22aee2 fsi_slave_release_range +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0xd3aaca7e fsi_get_new_minor +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0xd942f235 fsi_slave_write +EXPORT_SYMBOL_GPL drivers/fsi/fsi-occ 0xdb7de6c3 fsi_occ_submit +EXPORT_SYMBOL_GPL drivers/fsi/fsi-sbefifo 0x50ff6aaf sbefifo_parse_status +EXPORT_SYMBOL_GPL drivers/fsi/fsi-sbefifo 0xeabcb918 sbefifo_submit +EXPORT_SYMBOL_GPL drivers/gnss/gnss 0x8e2ac6ac gnss_register_device +EXPORT_SYMBOL_GPL drivers/gnss/gnss 0x9c8b6e62 gnss_allocate_device +EXPORT_SYMBOL_GPL drivers/gnss/gnss 0xa737d7ba gnss_put_device +EXPORT_SYMBOL_GPL drivers/gnss/gnss 0xd95a93c0 gnss_deregister_device +EXPORT_SYMBOL_GPL drivers/gnss/gnss 0xe96df7db gnss_insert_raw +EXPORT_SYMBOL_GPL drivers/gnss/gnss-serial 0x099baf6b gnss_serial_allocate +EXPORT_SYMBOL_GPL drivers/gnss/gnss-serial 0x3588c1e2 gnss_serial_free +EXPORT_SYMBOL_GPL drivers/gnss/gnss-serial 0x4680b565 gnss_serial_deregister +EXPORT_SYMBOL_GPL drivers/gnss/gnss-serial 0x504c485d gnss_serial_pm_ops +EXPORT_SYMBOL_GPL drivers/gnss/gnss-serial 0x963a7c13 gnss_serial_register +EXPORT_SYMBOL_GPL drivers/gpio/gpio-idio-16 0x5d0e4276 idio_16_set +EXPORT_SYMBOL_GPL drivers/gpio/gpio-idio-16 0x6495f119 idio_16_get_multiple +EXPORT_SYMBOL_GPL drivers/gpio/gpio-idio-16 0x68830314 idio_16_state_init +EXPORT_SYMBOL_GPL drivers/gpio/gpio-idio-16 0x70e2b625 idio_16_get +EXPORT_SYMBOL_GPL drivers/gpio/gpio-idio-16 0xae1139f5 idio_16_set_multiple +EXPORT_SYMBOL_GPL drivers/gpio/gpio-max730x 0x7df1f389 __max730x_probe +EXPORT_SYMBOL_GPL drivers/gpio/gpio-max730x 0x94d39d3e __max730x_remove +EXPORT_SYMBOL_GPL drivers/gpio/gpio-regmap 0x04145611 devm_gpio_regmap_register +EXPORT_SYMBOL_GPL drivers/gpio/gpio-regmap 0x3778db16 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 0x0373b545 analogix_dp_stop_crc +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/analogix/analogix_dp 0x294bdb1c analogix_dp_start_crc +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/analogix/analogix_dp 0x3c8a1da2 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 0xa8231e3a analogix_dp_resume +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/analogix/analogix_dp 0xca7e7ed0 analogix_dp_probe +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/analogix/analogix_dp 0xcae765e1 analogix_dp_bind +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/analogix/analogix_dp 0xeac786ec analogix_dp_unbind +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/analogix/analogix_dp 0xf2ffea42 analogix_dp_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 0x96304c37 dw_hdmi_set_plugged_cb +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 0x9a91da81 dw_hdmi_set_high_tmds_clock_ratio +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 0xa3b08380 dw_hdmi_probe +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 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-hdmi 0xfca2bd34 dw_hdmi_bind +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 0x136899de dw_mipi_dsi_probe +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-mipi-dsi 0x24a503dc 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 0x3238d396 drm_hdcp_check_ksvs_revoked +EXPORT_SYMBOL_GPL drivers/gpu/drm/display/drm_dp_aux_bus 0x179b6439 of_dp_aux_depopulate_bus +EXPORT_SYMBOL_GPL drivers/gpu/drm/display/drm_dp_aux_bus 0x1c39b610 dp_aux_dp_driver_unregister +EXPORT_SYMBOL_GPL drivers/gpu/drm/display/drm_dp_aux_bus 0x360afd13 devm_of_dp_aux_populate_bus +EXPORT_SYMBOL_GPL drivers/gpu/drm/display/drm_dp_aux_bus 0x48fb37fc __dp_aux_dp_driver_register +EXPORT_SYMBOL_GPL drivers/gpu/drm/display/drm_dp_aux_bus 0x740ba771 of_dp_aux_populate_bus +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x01b098e1 drm_bridge_hpd_notify +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x0aa14362 accel_open +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x15d3b2df drm_do_get_edid +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x19daa0af drm_of_component_match_add +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x1cdfa2e8 drm_of_find_panel_or_bridge +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x2daf1221 drm_bridge_hpd_enable +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x33021b85 drm_crtc_add_crc_entry +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x38119558 drm_bridge_detect +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x3b04aa66 drm_bridge_get_edid +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x44998ba8 drm_bridge_get_modes +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x4b2e333e drm_of_get_data_lanes_count +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x4d193bce drm_of_get_data_lanes_count_ep +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x66cf2f64 drm_display_mode_from_videomode +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x6f2db1c2 drm_of_lvds_get_dual_link_pixel_order +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x6f3b9f5e drm_of_encoder_active_endpoint +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x81117932 drm_of_lvds_get_data_mapping +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x8bce25ea drm_class_device_unregister +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x9a9b5c1e drm_bridge_hpd_disable +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xa0b0ad74 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 0xc5e83eb0 drm_class_device_register +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xd6e81e68 of_get_drm_panel_display_mode +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xe9e56ebb drm_gem_dumb_map_offset +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xfe9f72f3 drm_display_mode_to_videomode +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xff57b600 drmm_kstrdup +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0x1d379fbc drm_gem_dma_dumb_create_internal +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0x272ae598 drm_gem_dma_vmap +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0x36a660c3 drm_gem_dma_vm_ops +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0x38bdf24f drm_gem_dma_get_sg_table +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0x5ea315f7 drm_gem_dma_dumb_create +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0x737e580d drm_gem_dma_create +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0x7d3db293 drm_fb_dma_get_gem_obj +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0xbc735688 drm_gem_dma_prime_import_sg_table +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0xc6ca6be5 drm_gem_dma_free +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0xe9149692 drm_fb_dma_sync_non_coherent +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0xed6757ed drm_gem_dma_mmap +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0xf6f744af drm_fb_dma_get_gem_addr +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0x0e59c4fb drm_gem_fb_afbc_init +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0x158f3dcc drm_bridge_connector_init +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0x183123c9 drm_gem_fb_get_obj +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0x34408a57 drm_gem_fb_create_with_funcs +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0x4ca0e6bf drm_bridge_connector_enable_hpd +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0x84054b71 drm_gem_fb_init_with_funcs +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0xa7e3d53c drm_gem_fb_create_with_dirty +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0xd76db8c9 drm_gem_plane_helper_prepare_fb +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0xe4fbe0c7 drm_bridge_connector_disable_hpd +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0xee55352b drm_gem_fb_create +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0x13b35552 drm_gem_shmem_dumb_create +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0x2d1c45db drm_gem_shmem_prime_import_sg_table +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0x30404c02 drm_gem_shmem_get_sg_table +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0x3acefdba drm_gem_shmem_get_pages_sgt +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0x64ea10b7 drm_gem_shmem_free +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0x8725e39c drm_gem_shmem_create +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0x94978a8d drm_gem_shmem_mmap +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0xf9c64c0b drm_gem_shmem_vm_ops +EXPORT_SYMBOL_GPL drivers/gpu/drm/meson/meson-drm 0x1b5b2f44 meson_vclk_vic_supported_freq +EXPORT_SYMBOL_GPL drivers/gpu/drm/meson/meson-drm 0x2c73cfcf meson_venc_hdmi_venc_repeat +EXPORT_SYMBOL_GPL drivers/gpu/drm/meson/meson-drm 0x85159e26 meson_vclk_dmt_supported_freq +EXPORT_SYMBOL_GPL drivers/gpu/drm/meson/meson-drm 0x94a785f8 meson_venc_hdmi_supported_mode +EXPORT_SYMBOL_GPL drivers/gpu/drm/meson/meson-drm 0xab5bee2f meson_venc_hdmi_supported_vic +EXPORT_SYMBOL_GPL drivers/gpu/drm/meson/meson-drm 0xae8a2013 meson_vclk_setup +EXPORT_SYMBOL_GPL drivers/gpu/drm/meson/meson-drm 0xfc6ff849 meson_venc_hdmi_mode_set +EXPORT_SYMBOL_GPL drivers/gpu/drm/panel/panel-samsung-s6e63m0 0x4748902e s6e63m0_remove +EXPORT_SYMBOL_GPL drivers/gpu/drm/panel/panel-samsung-s6e63m0 0x7b3a0184 s6e63m0_probe +EXPORT_SYMBOL_GPL drivers/gpu/drm/pl111/pl111_drm 0x986e10d3 pl111_versatile_init +EXPORT_SYMBOL_GPL drivers/gpu/drm/rcar-du/rcar_cmm 0x5ee2f26b rcar_cmm_disable +EXPORT_SYMBOL_GPL drivers/gpu/drm/rcar-du/rcar_cmm 0x8104448c rcar_cmm_init +EXPORT_SYMBOL_GPL drivers/gpu/drm/rcar-du/rcar_cmm 0x9504e4e6 rcar_cmm_enable +EXPORT_SYMBOL_GPL drivers/gpu/drm/rcar-du/rcar_cmm 0xdfd57f23 rcar_cmm_setup +EXPORT_SYMBOL_GPL drivers/gpu/drm/rcar-du/rcar_lvds 0x6ab6b736 rcar_lvds_pclk_enable +EXPORT_SYMBOL_GPL drivers/gpu/drm/rcar-du/rcar_lvds 0xbeef0c77 rcar_lvds_dual_link +EXPORT_SYMBOL_GPL drivers/gpu/drm/rcar-du/rcar_lvds 0xd8e69f2d rcar_lvds_pclk_disable +EXPORT_SYMBOL_GPL drivers/gpu/drm/rcar-du/rcar_lvds 0xf4a660d8 rcar_lvds_is_connected +EXPORT_SYMBOL_GPL drivers/gpu/drm/rcar-du/rcar_mipi_dsi 0xa8f1e980 rcar_mipi_dsi_pclk_disable +EXPORT_SYMBOL_GPL drivers/gpu/drm/rcar-du/rcar_mipi_dsi 0xcabb30e4 rcar_mipi_dsi_pclk_enable +EXPORT_SYMBOL_GPL drivers/gpu/drm/rockchip/rockchipdrm 0x14160eb5 vop_component_ops +EXPORT_SYMBOL_GPL drivers/gpu/drm/rockchip/rockchipdrm 0xaa89319b vop2_component_ops +EXPORT_SYMBOL_GPL drivers/gpu/drm/rockchip/rockchipdrm 0xfc2ef4ba rockchip_rgb_init +EXPORT_SYMBOL_GPL drivers/gpu/drm/rockchip/rockchipdrm 0xfead7585 rockchip_rgb_fini +EXPORT_SYMBOL_GPL drivers/gpu/drm/solomon/ssd130x 0x345f1b12 ssd130x_probe +EXPORT_SYMBOL_GPL drivers/gpu/drm/solomon/ssd130x 0x375eaed0 ssd130x_remove +EXPORT_SYMBOL_GPL drivers/gpu/drm/solomon/ssd130x 0xe71cb2bf ssd130x_shutdown +EXPORT_SYMBOL_GPL drivers/gpu/host1x/host1x 0x271681b2 host1x_memory_context_put +EXPORT_SYMBOL_GPL drivers/gpu/host1x/host1x 0x9c13f392 host1x_memory_context_alloc +EXPORT_SYMBOL_GPL drivers/gpu/host1x/host1x 0xc1e08270 host1x_memory_context_get +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x0045a2fa __traceiter_gb_hd_create +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x02f46d26 __tracepoint_gb_message_submit +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x09267584 gb_connection_disable_forced +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x0a0d9ce4 greybus_message_sent +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x0dd83aee gb_connection_create_flags +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x1084e608 gb_hd_output +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 0x19947f22 __traceiter_gb_message_submit +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x274c4010 gb_interface_request_mode_switch +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x3239dc22 __traceiter_gb_hd_add +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x3739bf97 greybus_data_rcvd +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x37467c15 gb_operation_unidirectional_timeout +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x383bed62 __traceiter_gb_hd_del +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x392f7c0c gb_hd_del +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x4563cb56 greybus_deregister_driver +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x46e11cda gb_hd_create +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x4b4eb169 gb_operation_response_alloc +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x5007f2b7 gb_connection_enable_tx +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x530d4c2d gb_svc_intf_set_power_mode +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x56a4f238 gb_operation_result +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x5ad3f2d7 __tracepoint_gb_hd_add +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x5c0a8043 __tracepoint_gb_hd_in +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x6213634d __tracepoint_gb_hd_create +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x664f6318 greybus_register_driver +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x6844ca3f gb_connection_disable_rx +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x6a832733 gb_hd_cport_reserve +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x6d3bb9ec __SCK__tp_func_gb_message_submit +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x7a322922 gb_connection_enable +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x81e221fb __SCK__tp_func_gb_hd_create +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x89f514a1 __SCK__tp_func_gb_hd_in +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x8e857f45 gb_operation_get +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x9d903031 gb_hd_cport_release_reserved +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xa0e0506d gb_operation_get_payload_size_max +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xa1ba8866 gb_operation_request_send_sync_timeout +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xa416e2da __tracepoint_gb_hd_del +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xa4d2b5f7 gb_hd_add +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xa6f8d931 gb_connection_create_offloaded +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xaad0349e gb_connection_destroy +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xb06710c1 gb_connection_create +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xb7578e8a gb_operation_request_send +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xbd4364fa gb_debugfs_get +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xbfea3f56 __traceiter_gb_hd_release +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xc0a902ba gb_hd_put +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xc30e01cc gb_connection_latency_tag_disable +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xcd3085fc gb_connection_disable +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xd1f8f8c2 gb_hd_shutdown +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xd3e646d9 __tracepoint_gb_hd_release +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xd9f2104d gb_operation_cancel +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xdbb2417b gb_operation_sync_timeout +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xe3c89998 gb_operation_create_flags +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 0xf807d5fb gb_operation_put +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xfdf2ae21 __traceiter_gb_hd_in +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xff51bc91 gb_connection_latency_tag_enable +EXPORT_SYMBOL_GPL drivers/hid/hid 0x05495392 hid_debug +EXPORT_SYMBOL_GPL drivers/hid/hid 0x0d7cb6d7 hid_hw_stop +EXPORT_SYMBOL_GPL drivers/hid/hid 0x0dc7ca3e hid_driver_suspend +EXPORT_SYMBOL_GPL drivers/hid/hid 0x17ab0689 hid_dump_input +EXPORT_SYMBOL_GPL drivers/hid/hid 0x19d52f1f hid_quirks_exit +EXPORT_SYMBOL_GPL drivers/hid/hid 0x19f3a878 hid_hw_raw_request +EXPORT_SYMBOL_GPL drivers/hid/hid 0x1c6d0ffa hid_input_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0x1e353d1c hid_match_id +EXPORT_SYMBOL_GPL drivers/hid/hid 0x2d1d1f15 hid_debug_event +EXPORT_SYMBOL_GPL drivers/hid/hid 0x2fa27e40 hid_set_field +EXPORT_SYMBOL_GPL drivers/hid/hid 0x3901255f hid_open_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0x3c43a301 hid_resolv_usage +EXPORT_SYMBOL_GPL drivers/hid/hid 0x43ad8485 hid_hw_output_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0x47b47830 hidinput_count_leds +EXPORT_SYMBOL_GPL drivers/hid/hid 0x48046a1c hid_driver_resume +EXPORT_SYMBOL_GPL drivers/hid/hid 0x4a33edc2 __hid_request +EXPORT_SYMBOL_GPL drivers/hid/hid 0x51ae346e hid_report_raw_event +EXPORT_SYMBOL_GPL drivers/hid/hid 0x54545174 hidraw_report_event +EXPORT_SYMBOL_GPL drivers/hid/hid 0x5fb53c7a hid_hw_start +EXPORT_SYMBOL_GPL drivers/hid/hid 0x635be8c9 hid_dump_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0x709aa109 hid_hw_close +EXPORT_SYMBOL_GPL drivers/hid/hid 0x73932b8f hid_add_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0x780dc258 hidraw_disconnect +EXPORT_SYMBOL_GPL drivers/hid/hid 0x78cc0ff8 hidinput_connect +EXPORT_SYMBOL_GPL drivers/hid/hid 0x7a7dde31 hid_check_keys_pressed +EXPORT_SYMBOL_GPL drivers/hid/hid 0x80e6a90e hid_field_extract +EXPORT_SYMBOL_GPL drivers/hid/hid 0x8122d926 hid_driver_reset_resume +EXPORT_SYMBOL_GPL drivers/hid/hid 0x831126fe hid_output_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0x842d75dd hidinput_calc_abs_res +EXPORT_SYMBOL_GPL drivers/hid/hid 0x8a602464 hid_dump_field +EXPORT_SYMBOL_GPL drivers/hid/hid 0x8b13a8b8 hid_snto32 +EXPORT_SYMBOL_GPL drivers/hid/hid 0x94d407f0 hid_dump_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0x9e5b33e2 hid_lookup_quirk +EXPORT_SYMBOL_GPL drivers/hid/hid 0xac38875b hid_ignore +EXPORT_SYMBOL_GPL drivers/hid/hid 0xadad9c04 hid_register_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0xb1c2a5bc hid_setup_resolution_multiplier +EXPORT_SYMBOL_GPL drivers/hid/hid 0xb586d8a3 hid_connect +EXPORT_SYMBOL_GPL drivers/hid/hid 0xb5a62a2a hidraw_connect +EXPORT_SYMBOL_GPL drivers/hid/hid 0xc0ee0d59 hid_destroy_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0xc5031f35 hid_compare_device_paths +EXPORT_SYMBOL_GPL drivers/hid/hid 0xc75c9901 hid_validate_values +EXPORT_SYMBOL_GPL drivers/hid/hid 0xc7887ad5 hid_unregister_driver +EXPORT_SYMBOL_GPL drivers/hid/hid 0xce1cfc02 hid_disconnect +EXPORT_SYMBOL_GPL drivers/hid/hid 0xd0a10195 hidinput_disconnect +EXPORT_SYMBOL_GPL drivers/hid/hid 0xd1b3db4b hidinput_report_event +EXPORT_SYMBOL_GPL drivers/hid/hid 0xe48330de hidinput_get_led_field +EXPORT_SYMBOL_GPL drivers/hid/hid 0xeeb9d257 hid_hw_open +EXPORT_SYMBOL_GPL drivers/hid/hid 0xf07154f0 hid_match_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0xf0dff164 hid_allocate_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0xf2d612a9 hid_hw_request +EXPORT_SYMBOL_GPL drivers/hid/hid 0xf8ad3886 hid_alloc_report_buf +EXPORT_SYMBOL_GPL drivers/hid/hid 0xfa355613 hid_quirks_init +EXPORT_SYMBOL_GPL drivers/hid/hid 0xfed025f8 __hid_register_driver +EXPORT_SYMBOL_GPL drivers/hid/hid 0xffc2a165 hid_parse_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 0x69fd7e27 roccat_connect +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0x373afa74 roccat_common2_receive +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0x6f4787c2 roccat_common2_send_with_status +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0x6f519973 roccat_common2_sysfs_read +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0x86db83e9 roccat_common2_device_init_struct +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0xd8ed11c3 roccat_common2_sysfs_write +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0xe389574c roccat_common2_send +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x0149b0fa sensor_hub_device_open +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x182cea89 sensor_hub_device_close +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x36fd61e8 sensor_hub_input_attr_get_raw_value +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x7822db08 sensor_hub_get_feature +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0xbecd2b93 hid_sensor_get_usage_index +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0xd559acc0 sensor_hub_input_get_attribute_info +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0xe88a1c2c sensor_hub_remove_callback +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0xf5fe42f6 sensor_hub_register_callback +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0xf763d4e6 sensor_hub_set_feature +EXPORT_SYMBOL_GPL drivers/hid/hid-vivaldi-common 0x5118cfe3 vivaldi_feature_mapping +EXPORT_SYMBOL_GPL drivers/hid/hid-vivaldi-common 0xbd82b403 vivaldi_attribute_groups +EXPORT_SYMBOL_GPL drivers/hid/i2c-hid/i2c-hid 0x270d5531 i2c_hid_core_pm +EXPORT_SYMBOL_GPL drivers/hid/i2c-hid/i2c-hid 0x67b5f692 i2c_hid_core_shutdown +EXPORT_SYMBOL_GPL drivers/hid/i2c-hid/i2c-hid 0x98744384 i2c_hid_ll_driver +EXPORT_SYMBOL_GPL drivers/hid/i2c-hid/i2c-hid 0xd9e441f0 i2c_hid_core_probe +EXPORT_SYMBOL_GPL drivers/hid/i2c-hid/i2c-hid 0xed282bcb i2c_hid_core_remove +EXPORT_SYMBOL_GPL drivers/hid/surface-hid/surface_hid_core 0x302614ac surface_hid_device_add +EXPORT_SYMBOL_GPL drivers/hid/surface-hid/surface_hid_core 0x55177623 surface_hid_pm_ops +EXPORT_SYMBOL_GPL drivers/hid/surface-hid/surface_hid_core 0xfe2733ec surface_hid_device_destroy +EXPORT_SYMBOL_GPL drivers/hid/uhid 0x7d9ab88a uhid_hid_driver +EXPORT_SYMBOL_GPL drivers/hid/usbhid/usbhid 0xd83160c0 usb_hid_driver +EXPORT_SYMBOL_GPL drivers/hid/usbhid/usbhid 0xf3c2fdef hiddev_hid_event +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x02f3775b hsi_port_unregister_clients +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x18d673a1 hsi_release_port +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x1b325561 hsi_unregister_port_event +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x2afd93c6 hsi_event +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x2bdef88f hsi_alloc_msg +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x33071447 hsi_async +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x365c0135 hsi_register_port_event +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x5210a5bf hsi_board_list +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x5fc3d2ca hsi_get_channel_id_by_name +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x7467c345 hsi_put_controller +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x89105ae7 hsi_register_controller +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x90b1322b hsi_add_clients_from_dt +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x912d1634 hsi_claim_port +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x9eb7f180 hsi_remove_client +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xa65d8533 hsi_register_client_driver +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xa6907617 hsi_unregister_controller +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xd35e2294 hsi_free_msg +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xe4f4def5 hsi_alloc_controller +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xe6d7b4ab hsi_new_client +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x0b3a6e40 vmbus_request_addr +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x100da52f vmbus_set_event +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x1a6e059b hv_pkt_iter_first +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x2a314298 vmbus_next_request_id +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 0x46fd0079 vmbus_set_chn_rescind_callback +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x4b2210b8 vmbus_send_tl_connect_request +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x53b2db13 hv_pkt_iter_close +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x55761b66 vmbus_free_ring +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x5ed71c3d vmbus_sendpacket_mpb_desc +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x6388b9e0 vmbus_driver_unregister +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x674e657e hv_ringbuffer_get_debuginfo +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x70009d93 vmbus_hvsock_device_unregister +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x7d9f8593 vmbus_allocate_mmio +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x8720f1c6 vmbus_connection +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x885a2207 vmbus_set_sc_create_callback +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x9560045d vmbus_open +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x99ec252e vmbus_alloc_ring +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x9d14ac09 __vmbus_driver_register +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x9ed77cfb vmbus_close +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x9ef1312f vmbus_connect_ring +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xa083afa1 vmbus_recvpacket_raw +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xa2ca74c0 vmbus_send_modifychannel +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xa374306c vmbus_setevent +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xad2692d5 vmbus_teardown_gpadl +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xb66ee91d vmbus_sendpacket_pagebuffer +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xbfd8e510 __hv_pkt_iter_next +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xc3ba412c vmbus_disconnect_ring +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xde76ca8e __vmbus_request_addr_match +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xe07528cf vmbus_establish_gpadl +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xe4c546df hv_ringbuffer_spinlock_busy +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xfc683284 vmbus_request_addr_match +EXPORT_SYMBOL_GPL drivers/hwmon/adt7x10 0x8ced1a26 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 0x1ff16562 nct6775_store_beep +EXPORT_SYMBOL_GPL drivers/hwmon/nct6775-core 0x20f183a3 nct6775_reg_is_word_sized +EXPORT_SYMBOL_GPL drivers/hwmon/nct6775-core 0x58634cf6 nct6775_probe +EXPORT_SYMBOL_GPL drivers/hwmon/nct6775-core 0x6188cdd5 nct6775_show_beep +EXPORT_SYMBOL_GPL drivers/hwmon/nct6775-core 0xb1ac5c24 nct6775_show_alarm +EXPORT_SYMBOL_GPL drivers/hwmon/nct6775-core 0xe81e5300 nct6775_update_device +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0x018d6096 intel_th_driver_register +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0x0cd3474c intel_th_set_output +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0x1fac8468 intel_th_output_enable +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0x3905a96e intel_th_driver_unregister +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0x60d36974 intel_th_alloc +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0x6b1ed3b3 intel_th_free +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0x81a38b65 intel_th_trace_switch +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0xc0c3ff0b intel_th_trace_enable +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0xc897973c intel_th_trace_disable +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th_msu 0x0a45b2c4 intel_th_msc_window_unlock +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th_msu 0x2d1754ec intel_th_msu_buffer_unregister +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th_msu 0xa778dc11 intel_th_msu_buffer_register +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0x01a16999 stm_data_write +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0x071e478e stm_unregister_protocol +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0x238e6214 stm_unregister_device +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0x8d0dd471 stm_source_register_device +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0x925f3940 stm_register_protocol +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0xc0479fb7 stm_source_unregister_device +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0xc7c55ad0 to_pdrv_policy_node +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0xf84b915d stm_register_device +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0xfaacc230 stm_source_write +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-ccgx-ucsi 0x334596fd i2c_new_ccgx_ucsi +EXPORT_SYMBOL_GPL drivers/i2c/i2c-mux 0x52ee72d8 i2c_mux_alloc +EXPORT_SYMBOL_GPL drivers/i2c/i2c-mux 0x7c9362e8 i2c_mux_del_adapters +EXPORT_SYMBOL_GPL drivers/i2c/i2c-mux 0xd08c5670 i2c_mux_add_adapter +EXPORT_SYMBOL_GPL drivers/i2c/i2c-mux 0xe785fbcd i2c_root_adapter +EXPORT_SYMBOL_GPL drivers/i2c/i2c-smbus 0x176c4ca4 i2c_new_slave_host_notify_device +EXPORT_SYMBOL_GPL drivers/i2c/i2c-smbus 0x24e43c74 i2c_free_slave_host_notify_device +EXPORT_SYMBOL_GPL drivers/i2c/i2c-smbus 0x2d3ca67a i2c_register_spd +EXPORT_SYMBOL_GPL drivers/i2c/i2c-smbus 0x2f5ade27 i2c_handle_smbus_alert +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x0a9b4ce1 i3c_generic_ibi_alloc_pool +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x0dea7ab8 i3c_master_queue_ibi +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x1069b54f i3c_generic_ibi_recycle_slot +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x2908e188 i3c_device_disable_ibi +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x3109e84c i3c_master_unregister +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x3268a2cc i3c_device_do_setdasa +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x39344f90 i3c_master_disec_locked +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x3afc8954 i3c_generic_ibi_get_free_slot +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x3c8bd925 i3c_master_register +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x54431130 i3c_master_do_daa +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x69500b93 i3c_device_free_ibi +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x6a5e0088 i3c_master_add_i3c_dev_locked +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x6c4c0147 dev_to_i3cdev +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x730c32e9 i3c_master_enec_locked +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x76fe3e05 i3c_generic_ibi_free_pool +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x78d670c7 i3c_master_get_free_addr +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x7fbf0af2 i3c_device_match_id +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x91189169 i3cdev_to_dev +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xa2b2074f i3c_master_defslvs_locked +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xacabedb0 i3c_device_enable_ibi +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xafe2c9b9 i3c_master_set_info +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xb83160da i3c_device_get_info +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xcbd9db98 i3c_driver_register_with_owner +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xd1be897f i3c_device_request_ibi +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xd8f50b8e i3c_device_do_priv_xfers +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xda462ff5 i3c_master_entdaa_locked +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xf145f1cb i3c_driver_unregister +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 0x4ed6f713 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 0x88f0aac4 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 0xfa420248 iio_channel_cb_get_channels +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0x02dfbe22 iio_dma_buffer_block_list_abort +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0x15e9b80e iio_dma_buffer_set_length +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0x30d9069a iio_dma_buffer_set_bytes_per_datum +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0x498ec41f iio_dma_buffer_enable +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0x58b3c62d iio_dma_buffer_block_done +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0x60183583 iio_dma_buffer_init +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0x90de0146 iio_dma_buffer_request_update +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0xa962cf57 iio_dma_buffer_data_available +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0xb336191d iio_dma_buffer_exit +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0xbefc3e12 iio_dma_buffer_release +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0xc6d0a127 iio_dma_buffer_disable +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0xf310f699 iio_dma_buffer_read +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dmaengine 0xc6341674 devm_iio_dmaengine_buffer_setup +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-hw-consumer 0x0bd78a00 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 0x35f46fd2 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 0x8fa0bcd2 devm_iio_triggered_buffer_setup_ext +EXPORT_SYMBOL_GPL drivers/iio/buffer/kfifo_buf 0x6eb54730 devm_iio_kfifo_buffer_setup_ext +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0x0097e0a7 cros_ec_sensors_pm_ops +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0x196ee6da cros_ec_sensors_ext_info +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0x38d5e247 cros_ec_sensors_core_init +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0x58ee70cc cros_ec_sensors_core_read +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0x668748fa cros_ec_sensors_core_register +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0x68254ee9 cros_ec_motion_send_host_cmd +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0x7171af56 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 0xbde24d03 cros_ec_sensors_core_write +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0xcdc32945 cros_ec_sensors_read_lpc +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0xe7527903 cros_ec_sensors_push_data +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0xfb38c207 cros_ec_sensors_read_cmd +EXPORT_SYMBOL_GPL drivers/iio/gyro/bmg160_core 0x99a9ac98 bmg160_core_probe +EXPORT_SYMBOL_GPL drivers/iio/gyro/bmg160_core 0xc8f88b8a bmg160_core_remove +EXPORT_SYMBOL_GPL drivers/iio/gyro/bmg160_core 0xf876125e bmg160_pm_ops +EXPORT_SYMBOL_GPL drivers/iio/imu/fxos8700_core 0xda26ee21 fxos8700_core_probe +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x05abb28d iio_validate_scan_mask_onehot +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x08d12c38 iio_channel_get +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x0997f52f fwnode_iio_channel_get_by_name +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x10061976 iio_alloc_pollfunc +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x100895f9 iio_push_to_buffers_with_ts_unaligned +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x10e645dd iio_channel_get_all +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x18479efc devm_fwnode_iio_channel_get_by_name +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x184a49c7 iio_read_channel_processed +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x1c0234c1 iio_enum_write +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x26f6b499 iio_str_to_fixpoint +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x2954925e iio_device_claim_direct_mode +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x2bd1eeb2 iio_buffer_get +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x2d9c39a5 iio_read_channel_offset +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x2e26095d __devm_iio_device_register +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x33f4ce6d iio_get_channel_type +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x3ba53135 iio_device_release_buffer_mode +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x47f67899 __devm_iio_trigger_alloc +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x487d66e8 iio_read_max_channel_raw +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x4dce7dd4 iio_format_value +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x548f4d90 devm_iio_trigger_register +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x567c6176 iio_read_channel_attribute +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x5ef34322 iio_map_array_register +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x64db1bb7 devm_iio_channel_get +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x657c3a5e iio_buffer_enabled +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x6b1771ec iio_read_channel_ext_info +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x6c6e86d3 iio_read_channel_scale +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x6fd66953 devm_iio_device_alloc +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x776a3938 iio_map_array_unregister +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x7d9693aa iio_read_avail_channel_raw +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x80ec9a8d devm_iio_channel_get_all +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x8c29b4a3 iio_read_avail_channel_attribute +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x934e6353 iio_read_channel_processed_scale +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x9431c001 iio_get_debugfs_dentry +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x96a573ea iio_push_to_buffers +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x979f4083 iio_device_id +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x97dd8fcd iio_show_mount_matrix +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x989a75dc iio_write_channel_attribute +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x9d808709 iio_read_channel_raw +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x9f28db24 iio_device_get_current_mode +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xa0d6efcd iio_enum_available_read +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xa3d28cdf iio_enum_read +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xaefbf38a iio_device_claim_buffer_mode +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xbc0a50e1 iio_device_release_direct_mode +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xbcfad47f iio_buffer_put +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xbd1d3c93 iio_write_channel_ext_info +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xc0e252ac iio_read_channel_average_raw +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xc50c1bc8 devm_iio_map_array_register +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xc5b1cb54 iio_device_attach_buffer +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xc656617f iio_convert_raw_to_processed +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xca675189 iio_channel_release +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xe1fcb901 iio_get_channel_ext_info_count +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xe3b9ae49 iio_write_channel_raw +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xe7622ec8 iio_channel_release_all +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xe890b544 iio_update_buffers +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xf472133c iio_dealloc_pollfunc +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xfa499bda iio_pop_from_buffer +EXPORT_SYMBOL_GPL drivers/infiniband/core/ib_core 0xdbd019c4 ib_wq +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0x1b70054e rtrs_init_hb +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0x2d65c285 rtrs_stop_hb +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0x4856ee3b rtrs_iu_post_send +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0x7c05ed2d rtrs_iu_alloc +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0x8124bf04 rtrs_send_hb_ack +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0x8b0a2956 rtrs_cq_qp_create +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0x96a11c71 rtrs_start_hb +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0xac6b1c3d rtrs_cq_qp_destroy +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0xae13bae5 rtrs_iu_post_recv +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0xc3a9fc1c rtrs_iu_free +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0xcf650e8d rtrs_post_recv_empty +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0xe3f1e610 rtrs_iu_post_rdma_write_imm +EXPORT_SYMBOL_GPL drivers/input/ff-memless 0xc76a0d41 input_ff_create_memless +EXPORT_SYMBOL_GPL drivers/input/matrix-keymap 0x6bcf27ba matrix_keypad_parse_properties +EXPORT_SYMBOL_GPL drivers/input/misc/adxl34x 0x4c23ee83 adxl34x_probe +EXPORT_SYMBOL_GPL drivers/input/misc/adxl34x 0x66535a18 adxl34x_suspend +EXPORT_SYMBOL_GPL drivers/input/misc/adxl34x 0xe4586827 adxl34x_resume +EXPORT_SYMBOL_GPL drivers/input/misc/adxl34x 0xec511022 adxl34x_remove +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x1a37eeb1 rmi_2d_sensor_configure_input +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x34f24d5c rmi_set_attn_data +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x441a07f2 rmi_2d_sensor_abs_process +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x4c00d7f4 rmi_dbg +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x53a93851 rmi_register_transport_device +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x5799e60b rmi_2d_sensor_of_probe +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x5a5e7981 rmi_of_property_read_u32 +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x7bc3417d rmi_2d_sensor_abs_report +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0xacc4a8c1 rmi_driver_suspend +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0xb6b70faf rmi_2d_sensor_rel_report +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0xbb9f4f3c rmi_unregister_function_handler +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0xd5f8a8a1 __rmi_register_function_handler +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0xe38bd40a rmi_driver_resume +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp4_core 0x01916565 cyttsp4_pm_ops +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp4_core 0x87c89c60 cyttsp4_probe +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp4_core 0xa08c1270 cyttsp4_remove +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_core 0x1741570b cyttsp_probe +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_core 0x2c4f7791 cyttsp_pm_ops +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_i2c_common 0x0054d39b cyttsp_i2c_read_block_data +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_i2c_common 0x7ca2f09b cyttsp_i2c_write_block_data +EXPORT_SYMBOL_GPL drivers/input/touchscreen/tsc200x-core 0x38ead3b8 tsc200x_pm_ops +EXPORT_SYMBOL_GPL drivers/input/touchscreen/tsc200x-core 0x7c3d335f tsc200x_probe +EXPORT_SYMBOL_GPL drivers/input/touchscreen/tsc200x-core 0xbc5411b1 tsc200x_regmap_config +EXPORT_SYMBOL_GPL drivers/input/touchscreen/tsc200x-core 0xc1abc838 tsc200x_remove +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x018d0adc wm97xx_set_suspend_mode +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x1f393f74 wm97xx_register_mach_ops +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x302ca09c wm97xx_config_gpio +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x31f90e4a wm97xx_get_gpio +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x39fc1d29 wm97xx_set_gpio +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x54520ea4 wm97xx_read_aux_adc +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x6b965f15 wm9712_codec +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x7628424f wm9705_codec +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xa73c5f8b wm9713_codec +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xab99b720 wm97xx_reg_read +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xcd68cbe9 wm97xx_unregister_mach_ops +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xd4095466 wm97xx_reg_write +EXPORT_SYMBOL_GPL drivers/interconnect/imx/imx-interconnect 0xa4f0f78c imx_icc_register +EXPORT_SYMBOL_GPL drivers/interconnect/imx/imx-interconnect 0xf18b2f4f 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 0x19f5faec 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 0x0f32e8d9 qcom_icc_aggregate +EXPORT_SYMBOL_GPL drivers/interconnect/qcom/icc-rpmh 0x4116fd14 qcom_icc_rpmh_remove +EXPORT_SYMBOL_GPL drivers/interconnect/qcom/icc-rpmh 0x5d90c790 qcom_icc_bcm_init +EXPORT_SYMBOL_GPL drivers/interconnect/qcom/icc-rpmh 0x7398af78 qcom_icc_rpmh_probe +EXPORT_SYMBOL_GPL drivers/interconnect/qcom/icc-rpmh 0x8583ed4a qcom_icc_set +EXPORT_SYMBOL_GPL drivers/interconnect/qcom/icc-rpmh 0xcbd0b2c3 qcom_icc_pre_aggregate +EXPORT_SYMBOL_GPL drivers/interconnect/qcom/icc-smd-rpm 0x81e513ad qcom_icc_rpm_smd_available +EXPORT_SYMBOL_GPL drivers/interconnect/qcom/icc-smd-rpm 0xe8dbdc6c qcom_icc_rpm_smd_send +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x1a6e73e1 ipack_bus_unregister +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x1a9cc00f ipack_get_device +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x4d7a01cf ipack_put_device +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x6252f7f3 ipack_device_init +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x8af70aad ipack_driver_unregister +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0xa5bc7368 ipack_bus_register +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0xa76a9260 ipack_device_add +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0xe715130d ipack_driver_register +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0xf7c1570f ipack_device_del +EXPORT_SYMBOL_GPL drivers/leds/led-class-flash 0x0a28eec5 led_classdev_flash_register_ext +EXPORT_SYMBOL_GPL drivers/leds/led-class-flash 0x181c1b4b led_set_flash_timeout +EXPORT_SYMBOL_GPL drivers/leds/led-class-flash 0x1d70584a led_get_flash_fault +EXPORT_SYMBOL_GPL drivers/leds/led-class-flash 0x31769e82 devm_led_classdev_flash_register_ext +EXPORT_SYMBOL_GPL drivers/leds/led-class-flash 0xa521b8cb led_update_flash_brightness +EXPORT_SYMBOL_GPL drivers/leds/led-class-flash 0xc543933d led_set_flash_brightness +EXPORT_SYMBOL_GPL drivers/leds/led-class-flash 0xc75d778e led_classdev_flash_unregister +EXPORT_SYMBOL_GPL drivers/leds/led-class-flash 0xf5d8c281 devm_led_classdev_flash_unregister +EXPORT_SYMBOL_GPL drivers/leds/led-class-multicolor 0x1ef052bb led_mc_calc_color_components +EXPORT_SYMBOL_GPL drivers/leds/led-class-multicolor 0x1f4c2f9c led_classdev_multicolor_unregister +EXPORT_SYMBOL_GPL drivers/leds/led-class-multicolor 0x20d69254 devm_led_classdev_multicolor_unregister +EXPORT_SYMBOL_GPL drivers/leds/led-class-multicolor 0x5d7f38a7 led_classdev_multicolor_register_ext +EXPORT_SYMBOL_GPL drivers/leds/led-class-multicolor 0xa53456cc devm_led_classdev_multicolor_register_ext +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x13fa33c9 lp55xx_update_bits +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x252f44a1 lp55xx_init_device +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x2c6787c6 lp55xx_deinit_device +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x2c8545fe lp55xx_write +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x6b16f852 lp55xx_register_leds +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x7e6f5610 lp55xx_register_sysfs +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0xaaaa235e lp55xx_read +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0xe4e919e3 lp55xx_is_extclk_used +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0xf47633e9 lp55xx_of_populate_pdata +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0xf855c6c9 lp55xx_unregister_sysfs +EXPORT_SYMBOL_GPL drivers/leds/trigger/ledtrig-audio 0x3bd45b0d ledtrig_audio_set +EXPORT_SYMBOL_GPL drivers/leds/trigger/ledtrig-audio 0xce593c22 ledtrig_audio_get +EXPORT_SYMBOL_GPL drivers/leds/trigger/ledtrig-camera 0x749e05f2 ledtrig_flash_ctrl +EXPORT_SYMBOL_GPL drivers/leds/trigger/ledtrig-camera 0x7903e46e ledtrig_torch_ctrl +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x04300c22 __traceiter_bcache_btree_insert_key +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x051b2215 __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 0x0826e917 __tracepoint_bcache_read +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x08db5437 __traceiter_bcache_btree_set_root +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 0x163bca93 __traceiter_bcache_invalidate +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x16ea7222 __tracepoint_bcache_journal_full +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 0x191717af __tracepoint_bcache_btree_set_root +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x1934a9a9 __tracepoint_bcache_writeback +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 0x1c71a406 __tracepoint_bcache_btree_node_free +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x1c83d5b7 __SCK__tp_func_bcache_journal_entry_full +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x222dc266 __traceiter_bcache_btree_cache_cannibalize +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 0x284a6bff __tracepoint_bcache_gc_start +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x2909bc5d __tracepoint_bcache_btree_read +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x2a0e014e __tracepoint_bcache_btree_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x2af60833 __SCK__tp_func_bcache_writeback_collision +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x3257d343 __tracepoint_bcache_gc_copy +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x37d493bb __traceiter_bcache_btree_read +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x454439cb __traceiter_bcache_btree_node_alloc_fail +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x45ae6845 __traceiter_bcache_read +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x46bfabee __tracepoint_bcache_writeback_collision +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x46c66897 __SCK__tp_func_bcache_btree_read +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x4a2d1241 __SCK__tp_func_bcache_btree_node_compact +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x4b25b267 __traceiter_bcache_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x5162d364 __traceiter_bcache_journal_full +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x51d0e534 __SCK__tp_func_bcache_btree_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x537e4a1c __traceiter_bcache_btree_node_split +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x53b5e5e3 __tracepoint_bcache_journal_entry_full +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x5cc8cb86 __tracepoint_bcache_btree_insert_key +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 0x64e39418 __traceiter_bcache_writeback_collision +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x663e28ca __traceiter_bcache_journal_entry_full +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x6697827f __SCK__tp_func_bcache_writeback +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x67341a8c __traceiter_bcache_request_start +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x690dd415 __tracepoint_bcache_btree_node_alloc +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x6e74dca7 __SCK__tp_func_bcache_btree_node_free +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x6eb2457f __traceiter_bcache_btree_node_compact +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x79eeb380 __SCK__tp_func_bcache_gc_copy_collision +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x7a3c0ac3 __tracepoint_bcache_read_retry +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x80e3881d __SCK__tp_func_bcache_request_end +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x830df522 __tracepoint_bcache_btree_node_split +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x862dfa21 __tracepoint_bcache_btree_cache_cannibalize +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x89f4081c __traceiter_bcache_read_retry +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x8ad20d61 __SCK__tp_func_bcache_request_start +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x902cb523 __tracepoint_bcache_gc_copy_collision +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x91fa87a4 __traceiter_bcache_gc_start +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x9865dbc4 __tracepoint_bcache_gc_end +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 0xa14fdbcf __tracepoint_bcache_btree_node_alloc_fail +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 0xa6c902b2 __traceiter_bcache_btree_write +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 0xb036fd5d __traceiter_bcache_request_end +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xb2d56f69 __traceiter_bcache_alloc_fail +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xb5a62a8c __traceiter_bcache_cache_insert +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xb912ae0b __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 0xbc268695 __tracepoint_bcache_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xc1857470 __tracepoint_bcache_bypass_congested +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xc78d7102 __tracepoint_bcache_invalidate +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xc8ae4213 __SCK__tp_func_bcache_btree_node_alloc +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xcd2d5220 __traceiter_bcache_gc_end +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xce48d6f4 __tracepoint_bcache_alloc_fail +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xcee812b9 __traceiter_bcache_bypass_congested +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xd54fd034 __traceiter_bcache_btree_node_alloc +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xda06fe86 __SCK__tp_func_bcache_btree_node_alloc_fail +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xe16c06b3 __SCK__tp_func_bcache_gc_start +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xe202b8e6 __tracepoint_bcache_bypass_sequential +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xec29e22a __traceiter_bcache_gc_copy_collision +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xec7670f4 __traceiter_bcache_bypass_sequential +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xec92a163 __SCK__tp_func_bcache_btree_cache_cannibalize +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xed37c90e __tracepoint_bcache_cache_insert +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xee55d047 __tracepoint_bcache_journal_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xef7eec02 __tracepoint_bcache_btree_gc_coalesce +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xf090957c __traceiter_bcache_btree_node_free +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xf6249e5f __SCK__tp_func_bcache_journal_replay_key +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xf865c1a2 __tracepoint_bcache_request_start +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xfb3d6c67 __tracepoint_bcache_request_end +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xfccfeeb9 __traceiter_bcache_journal_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xfd6b5d80 __SCK__tp_func_bcache_btree_insert_key +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x02714639 dm_bio_prison_alloc_cell +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x03650e67 dm_bio_prison_free_cell +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x05c472bc dm_cell_quiesce_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x0c252a61 dm_cell_get_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x107ce2e3 dm_get_cell +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x153558f8 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 0x256e069e dm_bio_detain +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x2eb01e04 dm_deferred_set_destroy +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x3eb568ba dm_bio_prison_alloc_cell_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x5308aa1b dm_cell_unlock_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x5b4f4d72 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 0x6a9fb55d dm_cell_lock_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x6f6db088 dm_cell_error +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x70436a46 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 0xa5b678d3 dm_cell_lock_promote_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xace9b57b dm_bio_prison_destroy_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xb38938c4 dm_cell_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 0xb7bfb899 dm_cell_put_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xc5d681a4 dm_bio_prison_free_cell_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xca2e3a88 dm_deferred_entry_inc +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xd99e003d dm_bio_prison_create_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 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 0xad8b9443 dm_bufio_client_create +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xb04f56ab dm_bufio_read +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xb2438d54 dm_bufio_release_move +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 0x0a989de6 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 0x5afe76e6 dm_cache_policy_register +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 0x290e4129 dm_unregister_path_selector +EXPORT_SYMBOL_GPL drivers/md/dm-multipath 0xd3d38efd 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 0x21d4acd3 dm_region_hash_create +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x275443ec 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 0x43c47ccb 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 0x7d835423 dm_rh_mark_nosync +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xa53387c7 dm_rh_flush +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xa721f546 dm_rh_inc_pending +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 0xf591417d dm_rh_dirty_log +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xf92b8a3d dm_rh_get_region_size +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xfd93482e dm_rh_recovery_in_flight +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x0054f69d dm_tm_pre_commit +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x01f7c2b0 dm_btree_cursor_begin +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x0211c39e dm_tm_with_runs +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x07ed9022 dm_bitset_del +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x088a5b30 dm_btree_find_lowest_key +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 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 0x5b6e906c dm_block_manager_create +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 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 0x10e06c79 cec_received_msg_ts +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x1f1bfbe2 cec_pin_allocate_adapter +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x2c75f0c9 cec_s_phys_addr_from_edid +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x40c88ce1 cec_s_log_addrs +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x40e93872 cec_delete_adapter +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x49b942b5 cec_notifier_conn_register +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x4f2fa7a7 cec_notifier_cec_adap_register +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x52745f00 cec_unregister_adapter +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x687d124d cec_pin_changed +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x77e00f09 cec_transmit_done_ts +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x7b1ff6f3 cec_transmit_attempt_done_ts +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x8ac8cf1e cec_s_phys_addr +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x9a56823a cec_transmit_msg +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x9f2cd603 cec_queue_pin_5v_event +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xa01fbb6b cec_notifier_set_phys_addr +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xa2571194 cec_fill_conn_info_from_drm +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xaee236c6 cec_notifier_conn_unregister +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xaf274d28 cec_allocate_adapter +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xb5228e3b cec_register_adapter +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xbe4de675 cec_get_edid_phys_addr +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xc16f2887 cec_notifier_set_phys_addr_from_edid +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xcbf75ca1 cec_queue_pin_hpd_event +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xdb2f7ee7 cec_notifier_cec_adap_unregister +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xebb57ae8 cec_queue_pin_cec_event +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xf3517175 cec_notifier_parse_hdmi_phandle +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xffebeabd cec_s_conn_info +EXPORT_SYMBOL_GPL drivers/media/common/b2c2/b2c2-flexcop 0x66c0289a b2c2_flexcop_debug +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x065b837c smscore_start_device +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x0d536f83 sms_board_event +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 0x3ed44145 smscore_unregister_hotplug +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x45284ae9 smsendian_handle_rx_message +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x4ca6e055 smscore_register_device +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x53ed3189 sms_board_led_feedback +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x5a968e2f smscore_getbuffer +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x63635c66 smscore_register_client +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x6856c164 sms_board_setup +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x7064c72e sms_board_power +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x72ba3f5b 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 0x844539ae sms_get_board +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x86adf5b1 smscore_putbuffer +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x99489c75 smscore_unregister_device +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x99a81ab3 smsclient_sendrequest +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x9d307949 smscore_get_board_id +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xac15fb67 smscore_set_board_id +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xbbdb5c42 smscore_unregister_client +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xc0c1f0b5 smscore_onresponse +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xf0741219 smscore_register_hotplug +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xf108065d sms_board_lna_control +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 0x0aa20c7a vb2_core_reqbufs +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x0b4c9033 vb2_mmap +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x0ef6e8ba vb2_wait_for_all_buffers +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x0fadff96 vb2_write +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x14be401a vb2_core_prepare_buf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x1be702fc vb2_thread_start +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x1d7e9271 vb2_core_querybuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x212f791d vb2_read +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x229e7a2a vb2_request_buffer_cnt +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x24451812 __tracepoint_vb2_buf_done +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x2593782f __tracepoint_vb2_buf_queue +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x2f923633 vb2_core_qbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x46d6505d __traceiter_vb2_buf_done +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x4ade229f __traceiter_vb2_dqbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x4b17ce86 vb2_thread_stop +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x514b9e86 vb2_queue_error +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x5715ae32 vb2_core_expbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x6069148d vb2_core_streamon +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x630b24d3 __tracepoint_vb2_qbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x64441004 vb2_core_queue_release +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x65b830a1 vb2_core_poll +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x93460d23 vb2_core_streamoff +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xacbd3039 vb2_core_queue_init +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xb6f4b031 __SCK__tp_func_vb2_qbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xb8ee01af vb2_discard_done +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xb9d2df39 __SCK__tp_func_vb2_dqbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xbaf8d595 __traceiter_vb2_buf_queue +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 0xd5b672bc vb2_core_create_bufs +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xdcfc6b0b vb2_core_dqbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xe5846a04 vb2_plane_vaddr +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xead3fc98 vb2_plane_cookie +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xecba8c0b __traceiter_vb2_qbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xed3ea0bc vb2_request_object_is_buffer +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xf1bfd2bf vb2_buffer_done +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xf703a3f9 __tracepoint_vb2_dqbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-dma-contig 0x70fec3b1 vb2_dma_contig_set_max_seg_size +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-dma-contig 0xf4a7ffd8 vb2_dma_contig_memops +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-dma-sg 0x50924441 vb2_dma_sg_memops +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-memops 0x9258e5e7 vb2_common_vm_ops +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x01977012 vb2_request_validate +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x0cf6f3c4 vb2_fop_write +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x19c3eb9f vb2_create_bufs +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x212a679b vb2_qbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x2832b4f2 vb2_ioctl_create_bufs +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x36980b46 vb2_streamon +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x39f5da15 vb2_queue_init_name +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x3dffef8d _vb2_fop_release +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x4d8e026a vb2_video_unregister_device +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x4fc78a5c vb2_find_buffer +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x528178c0 vb2_ioctl_reqbufs +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x542a1f05 vb2_ioctl_expbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x6234616d vb2_ioctl_dqbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x636bdb2e vb2_ioctl_streamon +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x63a2797b vb2_ioctl_streamoff +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x84bbf9f5 vb2_dqbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x856b4709 vb2_request_queue +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x8deedd04 vb2_queue_init +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x994617a4 vb2_expbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x9b2cd3a0 vb2_queue_change_type +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xa04f6489 vb2_ioctl_qbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xaa0d0645 vb2_prepare_buf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xabb945bf vb2_ioctl_prepare_buf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xaf85a11c vb2_ioctl_querybuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xbb4cfbe2 vb2_poll +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xccab1d30 vb2_fop_release +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xcd291a5d vb2_streamoff +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xcd8fe2a6 vb2_fop_poll +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xd2bfe5b9 vb2_fop_mmap +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xdef45cbc vb2_fop_read +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xe3b2d0bb vb2_ops_wait_finish +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xe4a16cca vb2_reqbufs +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xf276ce46 vb2_ops_wait_prepare +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xfbea41e3 vb2_queue_release +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-vmalloc 0x7856997f vb2_vmalloc_memops +EXPORT_SYMBOL_GPL drivers/media/dvb-core/dvb-core 0x05bbdaf3 dvb_module_probe +EXPORT_SYMBOL_GPL drivers/media/dvb-core/dvb-core 0xa86d3a5f dvb_module_release +EXPORT_SYMBOL_GPL drivers/media/dvb-core/dvb-core 0xdefb1b12 dvb_create_media_graph +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/as102_fe 0xdc717adb as102_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/cx24117 0xa78f7aed cx24117_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/gp8psk-fe 0x22bca440 gp8psk_fe_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/mxl5xx 0x6c848923 mxl5xx_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stv0910 0x96f01fa2 stv0910_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stv6111 0x7cb92d5f stv6111_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tda18271c2dd 0xa6bdf834 tda18271c2dd_attach +EXPORT_SYMBOL_GPL drivers/media/i2c/aptina-pll 0xb41d7048 aptina_pll_calculate +EXPORT_SYMBOL_GPL drivers/media/i2c/ccs-pll 0x7cee9d60 ccs_pll_calculate +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0x0070b8ec max9271_enable_gpios +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0x07de1cb9 max9271_set_translation +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0x313a4aa6 max9271_configure_i2c +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0x384274ac max9271_set_gpios +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0x4d3a4819 max9271_set_address +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0x4d5206ff max9271_wake_up +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0x6a38696c max9271_set_high_threshold +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0x6c9792b6 max9271_disable_gpios +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0x6d8ada7f max9271_set_serial_link +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0x7442d96f max9271_set_deserializer_address +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0xb3da7d7f max9271_clear_gpios +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0xc2c24a56 max9271_verify_id +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0xd6bd4003 max9271_configure_gmsl_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x020b915d media_request_object_init +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x03ca81c0 __media_remove_intf_links +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x09c966bd media_pipeline_alloc_start +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x0b27905d media_request_object_bind +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x1f4032cb media_entity_pads_init +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x1f754625 media_get_pad_index +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x2265dda8 media_devnode_create +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x2bb328a2 media_entity_get_fwnode_pad +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x2c0605f6 media_graph_walk_start +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x30c9a788 media_create_pad_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x3a29b76a media_device_unregister_entity +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x3f6313a3 media_devnode_remove +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x3fb49ede media_remove_intf_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x451b5870 media_request_object_put +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x49d27fa3 __media_entity_setup_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x4dde5429 media_device_unregister_entity_notify +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x53536f44 media_create_pad_links +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x560ddae7 media_create_intf_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x576e1576 media_device_register_entity_notify +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x58989527 media_entity_remove_links +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x5a33aaa2 media_device_delete +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x5be41867 media_device_usb_allocate +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x5ce707c2 media_device_cleanup +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x65541f45 __media_entity_next_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x69696f03 __media_device_register +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x6dc8be80 media_request_object_find +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x749df171 media_graph_walk_init +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x77c530b0 media_pad_remote_pad_unique +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x783c26a8 media_device_pci_init +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x79bd7f4f media_request_object_complete +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x7b239628 media_device_register_entity +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x7f0688c2 media_request_get_by_fd +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x82e3fb23 media_graph_walk_cleanup +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x8c211321 media_pipeline_stop +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x8d1f29e0 media_entity_enum_init +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x9727e509 media_remove_intf_links +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xa54bc045 media_entity_remote_pad_unique +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xb134480d __media_remove_intf_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xb6b07d04 media_pad_remote_pad_first +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xbd11d089 media_device_unregister +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xbf22b894 __media_pipeline_start +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xc47ae169 media_graph_walk_next +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xca4b9d09 __media_pipeline_stop +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xcb46f33b media_device_init +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xd1c7d8ae __media_entity_remove_links +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xd332e1da media_entity_pipeline +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xd72e3487 media_entity_setup_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xd8db9202 media_pad_pipeline +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xe4cffde4 media_create_ancillary_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xe5ceecd6 media_entity_enum_cleanup +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xe9bea96d media_pipeline_start +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xef20a41a __media_device_usb_init +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xf0b4b5ec media_entity_find_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xf5531b9a media_request_put +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xfdf165e8 media_request_object_unbind +EXPORT_SYMBOL_GPL drivers/media/pci/cx88/cx88xx 0x6a0d51fa cx88_setup_xc3028 +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x10754442 mantis_dvb_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x25ed079f mantis_dvb_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x2e411ad4 mantis_ca_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x4837e3e0 mantis_input_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x5c989d30 mantis_pci_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x6df31a14 mantis_uart_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x7613c47a mantis_ca_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x7dc77e16 mantis_frontend_power +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x8d92e669 mantis_dma_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x9286c25c mantis_i2c_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xa06134f6 mantis_pci_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xa45e6e7a mantis_get_mac +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xa71e8181 mantis_i2c_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xb80aa5b4 mantis_dma_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xd026c21c mantis_frontend_soft_reset +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xd1f9fe2a mantis_input_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xd26887c6 mantis_gpio_set_bits +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xd2c7f1cf mantis_uart_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xdd5b1e56 mantis_stream_control +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x1c2d9558 saa7134_g_tuner +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x1fd18529 saa7134_ts_start_streaming +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x2fad7e19 saa7134_g_input +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x3013a860 saa7134_g_std +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x30e37b79 saa7134_s_frequency +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x5746cea0 saa7134_g_frequency +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x57f0d7d0 saa7134_querystd +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x68f0948b saa7134_s_tuner +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x6dc2c67f saa7134_enum_input +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x790651ce saa7134_s_std +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x86afd1c2 saa7134_querycap +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x8e7a1ce4 saa7134_stop_streaming +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xa9f834c4 saa7134_ts_qops +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xb1ad9ab0 saa7134_ts_stop_streaming +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xb322ea14 saa7134_vb2_buffer_queue +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xb40d806a saa7134_ts_buffer_init +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xb6033195 saa7134_ts_buffer_prepare +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xc99cb79d saa7134_s_input +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xf9badb49 saa7134_ts_queue_setup +EXPORT_SYMBOL_GPL drivers/media/platform/allegro-dvt/allegro 0x00fe3209 nal_h264_read_sps +EXPORT_SYMBOL_GPL drivers/media/platform/allegro-dvt/allegro 0x1116cb63 nal_hevc_read_sps +EXPORT_SYMBOL_GPL drivers/media/platform/allegro-dvt/allegro 0x133f552e nal_hevc_write_sps +EXPORT_SYMBOL_GPL drivers/media/platform/allegro-dvt/allegro 0x27d5fce4 nal_h264_write_sps +EXPORT_SYMBOL_GPL drivers/media/platform/allegro-dvt/allegro 0x2e1bdeb1 nal_hevc_write_pps +EXPORT_SYMBOL_GPL drivers/media/platform/allegro-dvt/allegro 0x343b50e7 nal_hevc_read_vps +EXPORT_SYMBOL_GPL drivers/media/platform/allegro-dvt/allegro 0x59f13dc8 nal_h264_write_filler +EXPORT_SYMBOL_GPL drivers/media/platform/allegro-dvt/allegro 0x711a3de5 nal_hevc_read_filler +EXPORT_SYMBOL_GPL drivers/media/platform/allegro-dvt/allegro 0x8c62c39a nal_hevc_read_pps +EXPORT_SYMBOL_GPL drivers/media/platform/allegro-dvt/allegro 0x9b6bb3de nal_hevc_write_vps +EXPORT_SYMBOL_GPL drivers/media/platform/allegro-dvt/allegro 0xdce98729 nal_h264_write_pps +EXPORT_SYMBOL_GPL drivers/media/platform/allegro-dvt/allegro 0xe209b8ab nal_h264_read_pps +EXPORT_SYMBOL_GPL drivers/media/platform/allegro-dvt/allegro 0xebc318b7 nal_hevc_write_filler +EXPORT_SYMBOL_GPL drivers/media/platform/allegro-dvt/allegro 0xfe346a5c nal_h264_read_filler +EXPORT_SYMBOL_GPL drivers/media/platform/marvell/mcam-core 0x3d9220d7 mccic_resume +EXPORT_SYMBOL_GPL drivers/media/platform/marvell/mcam-core 0x9c7cb36a mccic_irq +EXPORT_SYMBOL_GPL drivers/media/platform/marvell/mcam-core 0x9e8b3a07 mccic_register +EXPORT_SYMBOL_GPL drivers/media/platform/marvell/mcam-core 0xd8975be2 mccic_shutdown +EXPORT_SYMBOL_GPL drivers/media/platform/marvell/mcam-core 0xeb58ba1c mccic_suspend +EXPORT_SYMBOL_GPL drivers/media/platform/mediatek/vpu/mtk-vpu 0x0a34ae74 vpu_get_venc_hw_capa +EXPORT_SYMBOL_GPL drivers/media/platform/mediatek/vpu/mtk-vpu 0x1e97143d vpu_get_plat_device +EXPORT_SYMBOL_GPL drivers/media/platform/mediatek/vpu/mtk-vpu 0x2f3fba2d vpu_ipi_register +EXPORT_SYMBOL_GPL drivers/media/platform/mediatek/vpu/mtk-vpu 0x55dfc954 vpu_get_vdec_hw_capa +EXPORT_SYMBOL_GPL drivers/media/platform/mediatek/vpu/mtk-vpu 0x59589b54 vpu_load_firmware +EXPORT_SYMBOL_GPL drivers/media/platform/mediatek/vpu/mtk-vpu 0x912fe3ac vpu_mapping_dm_addr +EXPORT_SYMBOL_GPL drivers/media/platform/mediatek/vpu/mtk-vpu 0x921a7180 vpu_wdt_reg_handler +EXPORT_SYMBOL_GPL drivers/media/platform/mediatek/vpu/mtk-vpu 0xbcbc6d1c vpu_ipi_send +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x02f77d2a venus_helper_queue_dpb_bufs +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x08a38cdc venus_helper_check_format +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x0a86444a venus_helper_vb2_buf_init +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x0b832360 venus_helper_get_out_fmts +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x0b8556bc venus_helper_set_stride +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x0e93d988 venus_helper_set_output_resolution +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x13800ffa venus_helper_set_input_resolution +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x1ec71875 hfi_session_continue +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 0x28356e89 venus_helper_set_profile_level +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x2c7a689f hfi_session_create +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 0x2d89d81e venus_helper_vb2_stop_streaming +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x370beb82 hfi_session_abort +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x37ea0b5c venus_helper_check_codec +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x389a0065 venus_helper_process_initial_out_bufs +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x395659d8 venus_helper_intbufs_realloc +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x39fb3f1f venus_helper_set_bufsize +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x3b2a6783 venus_helper_set_raw_format +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x3d6a31b8 venus_helper_get_bufreq +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x429c10f3 venus_helper_set_num_bufs +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x476ecc03 venus_helper_init_instance +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x4d822789 venus_helper_get_ts_metadata +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x52968df5 venus_helper_vb2_buf_prepare +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x585bb601 venus_helper_buffers_done +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x6abb2b81 hfi_session_get_property +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x6e4a8e8f venus_helper_get_profile_level +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x71715116 hfi_session_init +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x7641b714 venus_helper_session_init +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x7a2becff hfi_session_process_buf +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x7c5129a9 hfi_session_deinit +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x87aca7ad venus_helper_process_initial_cap_bufs +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x8a4199ad venus_helper_change_dpb_owner +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x93754f1a hfi_session_stop +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xa08387eb venus_helper_set_work_mode +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xa35cfb59 venus_helper_vb2_start_streaming +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xa5efaf0d venus_helper_set_multistream +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xac075511 venus_helper_get_opb_size +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xb2b798a3 venus_helper_free_dpb_bufs +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 0xb6c259c4 venus_helper_release_buf_ref +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xbedbd037 venus_helper_find_buf +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xd0fcb397 hfi_session_destroy +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 0xd29655ed venus_helper_intbufs_free +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xd3c9d4d8 hfi_session_start +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xd424e961 venus_helper_vb2_queue_error +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xd5e0cf07 hfi_session_set_property +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xd8db196c venus_helper_set_dyn_bufmode +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xddf5c093 venus_helper_acquire_buf_ref +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xde102ff0 venus_helper_vb2_buf_queue +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xde8ed61d venus_helper_set_format_constraints +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xe0e0c960 venus_helper_set_color_format +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xec40984d venus_helper_alloc_dpb_bufs +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xeee5ebca hfi_session_unload_res +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xf010646d hfi_session_flush +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xf28620b3 venus_helper_intbufs_alloc +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xf8d54a1c venus_helper_unregister_bufs +EXPORT_SYMBOL_GPL drivers/media/platform/renesas/rcar-fcp 0x3d858696 rcar_fcp_put +EXPORT_SYMBOL_GPL drivers/media/platform/renesas/rcar-fcp 0x4ad5d888 rcar_fcp_enable +EXPORT_SYMBOL_GPL drivers/media/platform/renesas/rcar-fcp 0x5fe6f6e8 rcar_fcp_disable +EXPORT_SYMBOL_GPL drivers/media/platform/renesas/rcar-fcp 0x9877c29f rcar_fcp_get +EXPORT_SYMBOL_GPL drivers/media/platform/renesas/rcar-fcp 0xc11e71c0 rcar_fcp_get_device +EXPORT_SYMBOL_GPL drivers/media/platform/renesas/vsp1/vsp1 0x1103db36 vsp1_du_atomic_update +EXPORT_SYMBOL_GPL drivers/media/platform/renesas/vsp1/vsp1 0x18a2d721 vsp1_du_map_sg +EXPORT_SYMBOL_GPL drivers/media/platform/renesas/vsp1/vsp1 0x2f3be69f vsp1_du_init +EXPORT_SYMBOL_GPL drivers/media/platform/renesas/vsp1/vsp1 0x59cde00e vsp1_du_atomic_flush +EXPORT_SYMBOL_GPL drivers/media/platform/renesas/vsp1/vsp1 0x5cb287d1 vsp1_du_setup_lif +EXPORT_SYMBOL_GPL drivers/media/platform/renesas/vsp1/vsp1 0x6298ced5 vsp1_du_unmap_sg +EXPORT_SYMBOL_GPL drivers/media/platform/renesas/vsp1/vsp1 0x790cb772 vsp1_du_atomic_begin +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-video 0x0e8d0eba xvip_cleanup_resources +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-video 0x43738fab xvip_set_format_size +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-video 0x61cc7fb7 xvip_of_get_format +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-video 0x7727d2fc xvip_enum_frame_size +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-video 0x86a14467 xvip_enum_mbus_code +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-video 0xa6c418a9 xvip_init_resources +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-video 0xb220fdce xvip_clr_and_set +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-video 0xb67940fb xvip_get_format_by_fourcc +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-video 0xe08e6063 xvip_get_format_by_code +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-video 0xf12599f8 xvip_clr_or_set +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-vtc 0x3c16a6b1 xvtc_generator_stop +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-vtc 0x3df4e55d xvtc_of_get +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-vtc 0x47d7900b xvtc_generator_start +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-vtc 0xa8a0f912 xvtc_put +EXPORT_SYMBOL_GPL drivers/media/radio/shark2 0x5bca47a0 radio_tea5777_init +EXPORT_SYMBOL_GPL drivers/media/radio/shark2 0xd0674321 radio_tea5777_exit +EXPORT_SYMBOL_GPL drivers/media/radio/si470x/radio-si470x-common 0x968ac211 si470x_ctrl_ops +EXPORT_SYMBOL_GPL drivers/media/radio/si470x/radio-si470x-common 0xa7ac4a94 si470x_set_freq +EXPORT_SYMBOL_GPL drivers/media/radio/si470x/radio-si470x-common 0xdaf0e8c4 si470x_start +EXPORT_SYMBOL_GPL drivers/media/radio/si470x/radio-si470x-common 0xdbe7c7b3 si470x_viddev_template +EXPORT_SYMBOL_GPL drivers/media/radio/si470x/radio-si470x-common 0xef57167a si470x_stop +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x11547ec6 devm_rc_allocate_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x1aa05bb7 devm_rc_register_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x2ed90ced rc_map_unregister +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x442eeba6 rc_repeat +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x4795c537 ir_raw_event_store_with_timeout +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x549370b9 lirc_scancode_event +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x60a53680 rc_keydown +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x65269fbc ir_raw_event_store_edge +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x6676b974 rc_allocate_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x6d4122b2 rc_keyup +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x6fa24fde rc_register_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x8fa8de19 rc_g_keycode_from_table +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x90969356 rc_keydown_notimeout +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x90f3227a rc_unregister_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xb960f15c rc_map_register +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xca2f4c19 rc_free_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xcbfd4568 ir_raw_event_set_idle +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xd2ec0ab6 ir_raw_event_handle +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xdc7bfe6b ir_raw_event_store_with_filter +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xef78baa3 ir_raw_event_store +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xfc5d3079 rc_map_get +EXPORT_SYMBOL_GPL drivers/media/tuners/mt2063 0x43fdbbee mt2063_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/mt20xx 0x7efbdfdc microtune_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/mxl5007t 0x61d0532d mxl5007t_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/r820t 0x90577706 r820t_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda18271 0x9391c5fd tda18271_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda827x 0xc633297d tda827x_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda8290 0x7aaf8cba tda829x_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda8290 0xd1926d5e tda829x_probe +EXPORT_SYMBOL_GPL drivers/media/tuners/tda9887 0xae2bb3b8 tda9887_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tea5761 0x0776a325 tea5761_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tea5761 0xf49981ad tea5761_autodetection +EXPORT_SYMBOL_GPL drivers/media/tuners/tea5767 0xb19fae18 tea5767_autodetection +EXPORT_SYMBOL_GPL drivers/media/tuners/tea5767 0xbeed988f tea5767_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tuner-simple 0x027101b8 simple_tuner_attach +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x017ea7c7 cx231xx_tuner_callback +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x02eacd7f cx231xx_enable_i2c_port_3 +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x0b19d64c cx231xx_send_gpio_cmd +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x0cac361d cx231xx_uninit_bulk +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x22b3adca cx231xx_set_alt_setting +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x2523fdbf cx231xx_init_bulk +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x2536ec0d cx231xx_set_mode +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x38332271 cx231xx_init_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x3e7ed544 cx231xx_get_i2c_adap +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x4329d157 cx231xx_capture_start +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x4e92d839 cx231xx_disable656 +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x5e5602c3 cx231xx_send_usb_command +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x77412e0b cx231xx_init_vbi_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x91a270a2 is_fw_load +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x967714fa cx231xx_demod_reset +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x9cbba660 cx231xx_dev_uninit +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xa0d99d57 cx231xx_dev_init +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xb3591a56 cx231xx_uninit_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xd86cc797 cx231xx_enable656 +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xf410254f cx231xx_unmute_audio +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xf71d76e8 cx231xx_uninit_vbi_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/dvb-usb-v2/mxl111sf-demod 0x6ba53e1e mxl111sf_demod_attach +EXPORT_SYMBOL_GPL drivers/media/usb/dvb-usb-v2/mxl111sf-tuner 0x941beefa mxl111sf_tuner_attach +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x0183123b em28xx_read_reg +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x042117a2 em28xx_set_mode +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x0899f2cd em28xx_gpio_set +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x11a9901a em28xx_audio_setup +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x1cb011c2 em28xx_write_reg +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x4f415164 em28xx_init_usb_xfer +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x5f5b56a7 em28xx_setup_xc3028 +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x61abd45d em28xx_write_regs +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x67c2df8f em28xx_write_ac97 +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x6bcd5e03 em28xx_alloc_urbs +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x721f7cc7 em28xx_free_device +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x75a11ac6 em28xx_stop_urbs +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 0xa4e9874d em28xx_write_reg_bits +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xabe4afc2 em28xx_uninit_usb_xfer +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xb15a01ef em28xx_init_camera +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xb2735dd8 em28xx_audio_analog_set +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xe144c06d em28xx_find_led +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xe62225e7 em28xx_toggle_reg_bits +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xf461c040 em28xx_read_ac97 +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-async 0x76041cff __v4l2_async_nf_add_fwnode +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-async 0x8e503c95 __v4l2_async_nf_add_i2c +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-async 0xb3077428 __v4l2_async_nf_add_fwnode_remote +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-async 0xbb702886 v4l2_async_nf_cleanup +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-async 0xeac73137 __v4l2_async_nf_add_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x01612c0b v4l2_detect_gtf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x08402862 v4l2_print_dv_timings +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x0958448b v4l2_set_edid_phys_addr +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x0af3d134 v4l2_valid_dv_timings +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x1b4af4a6 v4l2_hdmi_rx_colorimetry +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 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 0x373c1540 v4l2_flash_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-flash-led-class 0x7bba4854 v4l2_flash_indicator_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-flash-led-class 0x946f5fdd v4l2_flash_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0x004a0877 v4l2_async_register_subdev_sensor +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0x5f7839a8 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 0x8f67ea1b v4l2_fwnode_parse_link +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0x90410db5 v4l2_async_nf_parse_fwnode_endpoints +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0xa1332cec v4l2_fwnode_endpoint_alloc_parse +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0xa7412ebf v4l2_fwnode_endpoint_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0xbc099248 v4l2_fwnode_connector_add_link +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0xcfd01528 v4l2_fwnode_connector_parse +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0xd0420d38 v4l2_fwnode_put_link +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0xff66d366 v4l2_fwnode_device_parse +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-h264 0x639ecc68 v4l2_h264_init_reflist_builder +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-h264 0x6a1429ff v4l2_h264_build_p_ref_list +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-h264 0xf568bf81 v4l2_h264_build_b_ref_lists +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-jpeg 0x30b5ebc6 v4l2_jpeg_parse_scan_header +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-jpeg 0xcbfdf5cb v4l2_jpeg_parse_frame_header +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-jpeg 0xe8956e3f v4l2_jpeg_parse_huffman_tables +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-jpeg 0xe8f40f9e v4l2_jpeg_parse_header +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-jpeg 0xf8ffd565 v4l2_jpeg_parse_quantization_tables +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x00a04016 v4l2_m2m_ctx_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x036651cf v4l2_m2m_buf_remove_by_idx +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x097d2df0 v4l2_m2m_ioctl_stateless_try_decoder_cmd +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x0988b7c4 v4l2_m2m_ioctl_try_encoder_cmd +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x0e20bb5a v4l2_m2m_ioctl_expbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x126b55b1 v4l2_m2m_ioctl_querybuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x1ad10866 v4l2_m2m_poll +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x21316765 v4l2_m2m_ioctl_streamoff +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x2c4d38e0 v4l2_m2m_update_start_streaming_state +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x31599d3a v4l2_m2m_fop_mmap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x3affb604 v4l2_m2m_buf_remove_by_buf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x42eda907 v4l2_m2m_ioctl_streamon +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x48bc9e19 v4l2_m2m_ioctl_reqbufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x4d7b60f7 v4l2_m2m_ioctl_prepare_buf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x56b3444b v4l2_m2m_ioctl_create_bufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x579a1a97 v4l2_m2m_last_buf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x59d6991e v4l2_m2m_buf_remove +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x5e394f27 v4l2_m2m_streamon +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x612e2bf4 v4l2_m2m_ioctl_stateless_decoder_cmd +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x66dae18a v4l2_m2m_register_media_controller +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x66f3f257 v4l2_m2m_encoder_cmd +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x686800ef v4l2_m2m_buf_copy_metadata +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x69db0b00 v4l2_m2m_request_queue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x6db83cf3 v4l2_m2m_prepare_buf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x730f2eae v4l2_m2m_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x76211417 v4l2_m2m_ioctl_try_decoder_cmd +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x789b06db v4l2_m2m_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x80fb95b3 v4l2_m2m_expbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x81905f83 v4l2_m2m_ioctl_decoder_cmd +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x8bfad4cd v4l2_m2m_ioctl_encoder_cmd +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x903ba2d0 v4l2_m2m_ioctl_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x9663d6f9 v4l2_m2m_create_bufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x977f0b84 v4l2_m2m_last_buffer_done +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x9819b5dd v4l2_m2m_reqbufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x9f5316d0 v4l2_m2m_buf_queue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xa5c8a704 v4l2_m2m_update_stop_streaming_state +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xa65ff0b5 v4l2_m2m_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xafca1d5d v4l2_m2m_streamoff +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xb2a18ae8 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 0xcbba2008 v4l2_m2m_querybuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xcd8c97da v4l2_m2m_ioctl_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xd5e95221 v4l2_m2m_decoder_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 0xf5036d1a v4l2_m2m_ctx_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xfad7d932 v4l2_m2m_fop_poll +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xfbad53d4 v4l2_m2m_next_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 0x08544084 videobuf_read_start +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x1051d300 videobuf_read_stop +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x2dae4d21 videobuf_stop +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x2e2fcbfd videobuf_poll_stream +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x40ea3cf3 videobuf_queue_cancel +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x47d01306 videobuf_queue_core_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x6cf10497 __videobuf_mmap_setup +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x7a7bca72 videobuf_read_stream +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x933ebdf4 videobuf_next_field +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x9b1f0758 videobuf_alloc_vb +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xa9dab215 videobuf_read_one +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xac9e634a videobuf_mmap_setup +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xb5a3e2ac videobuf_reqbufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xb9b04df6 videobuf_mmap_mapper +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xbb26a5cc videobuf_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xc51397d2 videobuf_waiton +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xc678a3e4 videobuf_streamon +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xd6bd7d18 videobuf_iolock +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xdb5cafc5 videobuf_querybuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xe9c99215 videobuf_mmap_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xea65e131 videobuf_queue_is_busy +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xecd1d421 videobuf_queue_to_vaddr +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xf15e6190 videobuf_streamoff +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xf6ab73c9 videobuf_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0x05a45d4d videobuf_dma_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0x05b1dd7f videobuf_dma_unmap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0x0f65b9c0 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 0xe4929bda videobuf_queue_sg_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-vmalloc 0x7712a17c videobuf_to_vmalloc +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-vmalloc 0xa8c29563 videobuf_queue_vmalloc_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-vmalloc 0xc9642570 videobuf_vmalloc_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x01131fe6 v4l2_fh_exit +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x02062ecb v4l2_i2c_new_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x049e6154 v4l2_i2c_subdev_addr +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x0c433f0e v4l2_fh_del +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x0effb2a1 v4l2_ctrl_request_hdl_ctrl_find +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x0f2d998b v4l2_s_parm_cap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x0f4d2453 v4l2_subdev_get_fmt +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x11f3044c __SCK__tp_func_vb2_v4l2_buf_queue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x16b3514c __video_device_pipeline_stop +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x184c8996 v4l2_fh_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x1885c1f6 __v4l2_subdev_state_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x22bfb85d v4l2_subdev_link_validate +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x23a2f97d v4l2_device_put +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x2505a88c v4l2_compat_ioctl32 +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x2637902e v4l_enable_media_source +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x2ae0877b __SCK__tp_func_vb2_v4l2_buf_done +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x2d50ea3c __traceiter_vb2_v4l2_buf_done +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x2dfd71de v4l2_device_unregister +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x2e4b6294 v4l2_subdev_cleanup +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x38b06479 __traceiter_vb2_v4l2_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x3982a248 __traceiter_vb2_v4l2_buf_queue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x3e151754 v4l2_device_register_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x452f53b1 __tracepoint_vb2_v4l2_buf_done +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x46ac032f __tracepoint_vb2_v4l2_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x47931c5d v4l_disable_media_source +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x48e36083 v4l2_src_change_event_subscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x499f0542 v4l2_fh_open +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x4a66cfbd v4l2_device_set_name +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x4b0eae04 v4l2_i2c_subdev_set_name +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x4e05cb0b v4l2_i2c_new_subdev_board +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x5074e573 v4l2_fraction_to_interval +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x5253f699 video_device_pipeline_start +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x55510a70 v4l2_pipeline_link_notify +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x559aad95 v4l2_src_change_event_subdev_subscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x574e81b0 video_device_pipeline +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x57771a30 __v4l2_ctrl_handler_setup +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x5ea4d051 video_device_pipeline_alloc_start +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x5f2fee13 v4l2_subdev_link_validate_default +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x5fcc028b v4l2_fh_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x60f392db v4l2_event_queue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x60f9db81 v4l2_ctrl_request_hdl_find +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x6284c9bb __v4l2_subdev_state_alloc +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x6885e3f4 v4l2_event_wake_all +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x6920e779 v4l2_subdev_notify_event +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x6985a3c2 v4l2_fh_is_singular +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x6a2de036 __tracepoint_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 0x6e9acc41 v4l2_fill_pixfmt_mp +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x783fcc1f v4l2_event_unsubscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x79a7e214 video_device_pipeline_stop +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x7ba9785b v4l2_event_subdev_unsubscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x7dbb01db __video_device_pipeline_start +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x7eff9a23 __v4l2_subdev_init_finalize +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x801eec7c v4l2_create_fwnode_links_to_pad +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x8165ec4e v4l2_device_register +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x858c897c v4l2_device_disconnect +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x89cb2c6f v4l2_pipeline_pm_put +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x9be306c3 __traceiter_vb2_v4l2_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x9fef35ac v4l2_apply_frmsize_constraints +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xa00ada6a v4l2_g_parm_cap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xa5380f8d v4l2_create_fwnode_links +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xa69babf3 v4l2_i2c_subdev_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xa6af7931 v4l2_event_unsubscribe_all +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xa9875137 v4l_vb2q_enable_media_source +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xac628826 v4l2_subdev_get_fwnode_pad_1_to_1 +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xad5c3c93 v4l2_simplify_fraction +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xadd8d914 v4l2_pipeline_pm_get +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xae2c7ca3 v4l2_fh_add +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xaeee59a8 v4l2_get_link_freq +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xc742d6e8 __tracepoint_vb2_v4l2_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xc85126ba v4l2_event_dequeue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xcb9abe3f v4l2_mc_create_media_graph +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xcc501597 v4l2_fill_pixfmt +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xcca6abaf __v4l2_device_register_subdev_nodes +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xda0c77f7 v4l2_event_pending +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xe25166f9 v4l2_event_subscribe +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 0xe8a7dee8 v4l2_device_unregister_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xea48cf48 v4l2_spi_new_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xf0d3c60c v4l2_event_queue_fh +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 0xfa2a071f v4l2_spi_subdev_init +EXPORT_SYMBOL_GPL drivers/mfd/88pm80x 0x59d0e449 pm80x_regmap_config +EXPORT_SYMBOL_GPL drivers/mfd/88pm80x 0xb7d080a3 pm80x_pm_ops +EXPORT_SYMBOL_GPL drivers/mfd/88pm80x 0xbe44ac2a pm80x_init +EXPORT_SYMBOL_GPL drivers/mfd/88pm80x 0xd99fd720 pm80x_deinit +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x2527806e wm5110_revd_irq +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x2f44c142 wm5110_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x383ccc0b wm5110_patch +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x3a73e24c cs47l24_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x3e6cee27 arizona_dev_init +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x549c0565 wm5110_irq +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x582141e6 arizona_free_irq +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x58dc8758 wm8997_irq +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x65e00e47 arizona_clk32k_disable +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x6c7c000e wm5110_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x88b6aa3e cs47l24_irq +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x912f5433 wm5102_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x92c8df11 arizona_pm_ops +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x9d6a731a wm8997_patch +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xaa9e6e04 arizona_clk32k_enable +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xac652db3 arizona_dev_exit +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xb263fbbd wm5110_aod +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xb9e07d16 cs47l24_patch +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xbe237980 wm8997_aod +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xc3e5438b wm8998_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xd217957f wm5102_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xe49596be wm8997_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xe5d36c96 arizona_set_irq_wake +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xfbc13f3e arizona_request_irq +EXPORT_SYMBOL_GPL drivers/mfd/atc260x-core 0x0a696eec atc260x_match_device +EXPORT_SYMBOL_GPL drivers/mfd/atc260x-core 0xadaccc2f atc260x_device_probe +EXPORT_SYMBOL_GPL drivers/mfd/da9150-core 0x1a6645fb da9150_set_bits +EXPORT_SYMBOL_GPL drivers/mfd/da9150-core 0x2204074d da9150_read_qif +EXPORT_SYMBOL_GPL drivers/mfd/da9150-core 0x267b6b0f da9150_bulk_write +EXPORT_SYMBOL_GPL drivers/mfd/da9150-core 0x28658ac9 da9150_reg_write +EXPORT_SYMBOL_GPL drivers/mfd/da9150-core 0x4ce89f37 da9150_write_qif +EXPORT_SYMBOL_GPL drivers/mfd/da9150-core 0x6a2e2562 da9150_bulk_read +EXPORT_SYMBOL_GPL drivers/mfd/da9150-core 0xc899fba7 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 0x1a818cfc kempld_release_mutex +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x4a48fafb kempld_read16 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x4f844639 kempld_write32 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x5e551ae2 kempld_read32 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x8bf4e714 kempld_write8 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x997ae5e0 kempld_get_mutex +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0xb853e8cc kempld_read8 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0xe20cfdda kempld_write16 +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-core 0x70112195 lm3533_write +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-core 0x9ec61a7d lm3533_read +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-core 0xb25c692d lm3533_update +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x13362426 lm3533_ctrlbank_get_brightness +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x2e07e422 lm3533_ctrlbank_disable +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x55ed8392 lm3533_ctrlbank_get_pwm +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x9fae7221 lm3533_ctrlbank_set_pwm +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0xa49b3e0f lm3533_ctrlbank_enable +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0xe082c715 lm3533_ctrlbank_set_max_current +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0xffe3b604 lm3533_ctrlbank_set_brightness +EXPORT_SYMBOL_GPL drivers/mfd/lp3943 0xc653a2b3 lp3943_read_byte +EXPORT_SYMBOL_GPL drivers/mfd/lp3943 0xd84443e9 lp3943_update_bits +EXPORT_SYMBOL_GPL drivers/mfd/lp3943 0xe13b63c1 lp3943_write_byte +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x04b7aa1f cs47l92_32bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x04ba765f cs47l92_16bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x07087277 madera_dev_init +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x0f379262 madera_of_match +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x153fd1db madera_dev_exit +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x18964f06 cs47l85_patch +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x19915d2a cs47l35_16bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x199c816a cs47l35_32bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x2be3c652 cs47l85_16bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x2bee1a12 cs47l85_32bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x3336b1e2 cs47l90_16bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x333b6da2 cs47l90_32bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x45254dd8 cs47l15_patch +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x4782b713 cs47l92_16bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x478f6b53 cs47l92_32bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x575811a3 cs47l90_patch +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x5aa44026 cs47l35_32bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x5aa99c66 cs47l35_16bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x68d6db5e cs47l85_32bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x68db071e cs47l85_16bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x6b4ee861 madera_pm_ops +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x7003acee cs47l90_32bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x700e70ae cs47l90_16bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x9067eaea cs47l15_16bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x906a36aa cs47l15_32bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xd352f7e6 cs47l15_32bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xd35f2ba6 cs47l15_16bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xe623b0bb cs47l35_patch +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xebe384cb madera_name_from_type +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xeda506c1 cs47l92_patch +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0x55ab0695 mc13xxx_common_init +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0x8fd59418 mc13xxx_variant_mc34708 +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0x9dda6170 mc13xxx_variant_mc13783 +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0xd2f8cfcb mc13xxx_adc_do_conversion +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0xdd602a50 mc13xxx_variant_mc13892 +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0xfd42dae2 mc13xxx_common_exit +EXPORT_SYMBOL_GPL drivers/mfd/motorola-cpcap 0xa226dbe8 cpcap_sense_virq +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x17e9072e pcf50633_irq_unmask +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x1dad40b5 pcf50633_reg_write +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x2c3e2ae5 pcf50633_irq_mask +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x2d4761d3 pcf50633_pm +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x3fa1beb0 pcf50633_reg_clear_bits +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x4eb548c3 pcf50633_write_block +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x7d50ebf7 pcf50633_irq_mask_get +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xa11a3fc2 pcf50633_reg_read +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xab6f7574 pcf50633_read_block +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xc32d7c18 pcf50633_register_irq +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xd9c5a20d pcf50633_free_irq +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xeb0e2288 pcf50633_reg_set_bit_mask +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-adc 0x43807ea8 pcf50633_adc_sync_read +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-adc 0xcd72ac43 pcf50633_adc_async_read +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0x0e6f48a7 pcf50633_gpio_power_supply_set +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0x29956bc1 pcf50633_gpio_set +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0x6ae119c4 pcf50633_gpio_get +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0x776c2d9d pcf50633_gpio_invert_get +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0xe38a8418 pcf50633_gpio_invert_set +EXPORT_SYMBOL_GPL drivers/mfd/rave-sp 0x43e53ef9 rave_sp_exec +EXPORT_SYMBOL_GPL drivers/mfd/rave-sp 0x818af98b 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 0x0541bd35 si476x_core_cmd_fm_tune_freq +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x10dad78c si476x_core_cmd_ic_link_gpo_ctl_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x14ca6537 si476x_core_cmd_fm_rsq_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x1917d728 si476x_core_is_powered_up +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x2ca92446 si476x_core_cmd_fm_rds_blockcount +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x2eeab642 si476x_core_cmd_fm_rds_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x337daf4c si476x_core_cmd_fm_phase_div_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x34384717 si476x_core_is_a_primary_tuner +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x589fc2b3 si476x_core_cmd_fm_seek_start +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x636234cf si476x_core_has_diversity +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x6863f33c si476x_core_cmd_intb_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x6b3765eb si476x_core_cmd_func_info +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x6c8bd1a5 si476x_core_cmd_fm_phase_diversity +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x7169c496 si476x_core_cmd_power_up +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x82985ec0 si476x_core_cmd_dig_audio_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x86b5b853 si476x_core_set_power_state +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x8fd9df87 si476x_core_is_in_am_receiver_mode +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x9d5d10fd si476x_core_cmd_am_tune_freq +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x9e231a15 si476x_core_cmd_agc_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x9fcc23f7 si476x_core_cmd_set_property +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xa662bde0 si476x_core_cmd_am_acf_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xa7e991b4 si476x_core_has_am +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xa95c4d5c si476x_core_cmd_ana_audio_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xb1380b64 si476x_core_cmd_get_property +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xb56a3a7f si476x_core_cmd_fm_acf_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xba101206 si476x_core_is_a_secondary_tuner +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xd1a481c9 devm_regmap_init_si476x +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xd2c30b94 si476x_core_cmd_power_down +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xda17d688 si476x_core_i2c_xfer +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xdbf3e4d8 si476x_core_cmd_zif_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xf7ae73d2 si476x_core_cmd_am_rsq_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xf7df24b7 si476x_core_stop +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xfb885c52 si476x_core_start +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xfd07d76b si476x_core_cmd_am_seek_start +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0x2c3c74de sm501_find_clock +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0x4c30b28d sm501_unit_power +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0x70983f83 sm501_misc_control +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0x9d6b1e61 sm501_modify_reg +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0xca16f6e8 sm501_set_clock +EXPORT_SYMBOL_GPL drivers/mfd/sprd-sc27xx-spi 0x9cc2096d sprd_pmic_detect_charger_type +EXPORT_SYMBOL_GPL drivers/mfd/stmfx 0x1ea590db stmfx_function_enable +EXPORT_SYMBOL_GPL drivers/mfd/stmfx 0xc89b47eb stmfx_function_disable +EXPORT_SYMBOL_GPL drivers/mfd/ti_am335x_tscadc 0x0cdace94 am335x_tsc_se_adc_done +EXPORT_SYMBOL_GPL drivers/mfd/ti_am335x_tscadc 0xb6d9a9f2 am335x_tsc_se_clr +EXPORT_SYMBOL_GPL drivers/mfd/ti_am335x_tscadc 0xcd9ed388 am335x_tsc_se_set_cache +EXPORT_SYMBOL_GPL drivers/mfd/ti_am335x_tscadc 0xe1c2b7b9 am335x_tsc_se_set_once +EXPORT_SYMBOL_GPL drivers/mfd/tps65217 0x64d0aad9 tps65217_reg_write +EXPORT_SYMBOL_GPL drivers/mfd/tps65217 0x91c3c882 tps65217_set_bits +EXPORT_SYMBOL_GPL drivers/mfd/tps65217 0xb557d48a tps65217_reg_read +EXPORT_SYMBOL_GPL drivers/mfd/tps65217 0xc3f8ec4f tps65217_clear_bits +EXPORT_SYMBOL_GPL drivers/mfd/tps65218 0x679d4f94 tps65218_set_bits +EXPORT_SYMBOL_GPL drivers/mfd/tps65218 0x79b38a18 tps65218_reg_write +EXPORT_SYMBOL_GPL drivers/mfd/tps65218 0xe4dd3990 tps65218_clear_bits +EXPORT_SYMBOL_GPL drivers/mfd/ucb1400_core 0x3b5c1d81 ucb1400_adc_read +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0x5aa57b61 alcor_read32 +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0x5f2b793e alcor_read32be +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0x7a916dcf alcor_write8 +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0x9dbb74ca alcor_write16 +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0xc0c95f12 alcor_read8 +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0xd0547b4d alcor_write32be +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0xe1beca07 alcor_write32 +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x00a5cd7f rtsx_pci_switch_clock +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x03d7c30b rtsx_pci_read_ppbuf +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x0f3ee241 rtsx_pci_complete_unfinished_transfer +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x13901dfb rtsx_pci_send_cmd_no_wait +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x24799269 rtsx_pci_send_cmd +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x32e6cec9 rtsx_pci_read_phy_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x45080218 rtsx_pci_card_exclusive_check +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x46873ee0 rtsx_pci_dma_map_sg +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x542bf2b6 rtsx_pci_card_pull_ctl_disable +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x5f4af7ac rtsx_pci_write_ppbuf +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x68a944ce rtsx_pci_card_pull_ctl_enable +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x7873fd1a rtsx_pci_transfer_data +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x7a4772f9 rtsx_pci_read_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x80b67b93 rtsx_pci_dma_transfer +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x862a1e8e rtsx_pci_write_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x958c2bec rtsx_pci_dma_unmap_sg +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x9834eabd rtsx_pci_card_power_off +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xaaaa1a7a rtsx_pci_switch_output_voltage +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xb4c0fc1b rtsx_pci_add_cmd +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xdc18f3e9 rtsx_pci_write_phy_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xe5260a34 rtsx_pci_stop_cmd +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xe5fea621 rtsx_pci_card_exist +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xea559a41 rtsx_pci_start_run +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xf376f59a rtsx_pci_card_power_on +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x1a1536a5 rtsx_usb_switch_clock +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x31e46da1 rtsx_usb_ep0_write_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x4110a78a rtsx_usb_add_cmd +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x462709c1 rtsx_usb_get_rsp +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x6d4196be rtsx_usb_transfer_data +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x6f4ffeba rtsx_usb_get_card_status +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x73901f17 rtsx_usb_write_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x87f9fd25 rtsx_usb_read_ppbuf +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x8c2d5ade rtsx_usb_send_cmd +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x8f619184 rtsx_usb_write_ppbuf +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x950fe433 rtsx_usb_card_exclusive_check +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0xa789d991 rtsx_usb_read_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0xd03c430e rtsx_usb_ep0_read_register +EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0x378be49f cb710_pci_update_config_reg +EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0x781ceb70 cb710_sg_dwiter_write_next_block +EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0x809cb6e3 cb710_set_irq_handler +EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0xc363afce 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 0x034a67e6 enclosure_unregister +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x6a4f4c7a enclosure_component_register +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x77df8bb3 enclosure_find +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x9daa2079 enclosure_register +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0xaf9aa299 enclosure_for_each_device +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0xd928d076 enclosure_component_alloc +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0xeaa33a6f enclosure_remove_device +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0xf331f61c enclosure_add_device +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x13c1085e lis3_dev +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x1bee2644 lis3lv02d_init_device +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x561fe54b lis3lv02d_joystick_enable +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x6ebbc2e0 lis3lv02d_init_dt +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0xa4a6fff8 lis3lv02d_remove_fs +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0xb153b48f lis3lv02d_poweroff +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0xdbb37c84 lis3lv02d_joystick_disable +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0xdc014e51 lis3lv02d_poweron +EXPORT_SYMBOL_GPL drivers/misc/pvpanic/pvpanic 0xf077649a devm_pvpanic_probe +EXPORT_SYMBOL_GPL drivers/misc/ti-st/st_drv 0x27b492c3 st_unregister +EXPORT_SYMBOL_GPL drivers/misc/ti-st/st_drv 0x80049dca st_register +EXPORT_SYMBOL_GPL drivers/misc/uacce/uacce 0xb405840e uacce_alloc +EXPORT_SYMBOL_GPL drivers/misc/uacce/uacce 0xc57548d8 uacce_register +EXPORT_SYMBOL_GPL drivers/misc/uacce/uacce 0xea779427 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 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 0x91e10ddd 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 0xbfa633f1 vmci_qpair_dequev +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 0xe1f92aee vmci_qpair_enquev +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 0x34e34697 dw_mci_pltfm_pmops +EXPORT_SYMBOL_GPL drivers/mmc/host/dw_mmc-pltfm 0x9a415a45 dw_mci_pltfm_remove +EXPORT_SYMBOL_GPL drivers/mmc/host/dw_mmc-pltfm 0xe64713d4 dw_mci_pltfm_register +EXPORT_SYMBOL_GPL drivers/mmc/host/mmc_hsq 0x1d7724fa mmc_hsq_resume +EXPORT_SYMBOL_GPL drivers/mmc/host/mmc_hsq 0x431569d3 mmc_hsq_suspend +EXPORT_SYMBOL_GPL drivers/mmc/host/mmc_hsq 0x968ed970 mmc_hsq_init +EXPORT_SYMBOL_GPL drivers/mmc/host/mmc_hsq 0xbc4032a5 mmc_hsq_finalize_request +EXPORT_SYMBOL_GPL drivers/mmc/host/renesas_sdhi_core 0x018a8811 renesas_sdhi_remove +EXPORT_SYMBOL_GPL drivers/mmc/host/renesas_sdhi_core 0xb77eccad renesas_sdhi_probe +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x108daade sdhci_runtime_resume_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x11e69240 sdhci_set_ios +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x16a4d58f sdhci_send_tuning +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x179ae05c sdhci_set_uhs_signaling +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x213fe1d0 sdhci_cleanup_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x2eda881b sdhci_calc_clk +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x35dbbc8e sdhci_resume_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x385a7089 sdhci_cqe_irq +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x3b669549 sdhci_cqe_enable +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x3c444257 sdhci_dumpregs +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x3d9c5254 sdhci_enable_clk +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x41d8d46d sdhci_set_bus_width +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x44aa1f59 sdhci_enable_sdio_irq +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x44be42ff sdhci_execute_tuning +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x5675655c sdhci_runtime_suspend_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x5badc6b5 sdhci_set_power +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x5d376721 __sdhci_read_caps +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x680265f2 sdhci_abort_tuning +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x76128c4e sdhci_switch_external_dma +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x814b3c14 sdhci_reset +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x8b00fc10 sdhci_start_signal_voltage_switch +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x8d5246eb sdhci_start_tuning +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x903810a4 sdhci_cqe_disable +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x93cd9eae sdhci_request_atomic +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x9e4090df sdhci_enable_v4_mode +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xa87d4cf5 sdhci_free_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xae9357bc sdhci_set_clock +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xafc7defe sdhci_set_data_timeout_irq +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xb01e407a sdhci_alloc_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xb18328fb sdhci_get_cd_nogpio +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xb3e5bb95 __sdhci_set_timeout +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xb4e53c28 sdhci_end_tuning +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xb814790e __sdhci_add_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xba266efc sdhci_setup_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xbe4e007c sdhci_request +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xc27bb483 sdhci_set_power_noreg +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xcc59df63 sdhci_add_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xe15a3c7d sdhci_set_power_and_bus_voltage +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xe1da9fda sdhci_adma_write_desc +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xee7d0184 sdhci_remove_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xfa1d1c59 sdhci_reset_tuning +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xfa22fd06 sdhci_suspend_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x1647ae37 sdhci_pltfm_register +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x3ea73ecb sdhci_pltfm_suspend +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x8851cf12 sdhci_pltfm_resume +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x8dac48b8 sdhci_pltfm_pmops +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0xb1cd0b32 sdhci_pltfm_free +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0xdc71ea86 sdhci_pltfm_clk_get_max_clock +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0xe210ed20 sdhci_pltfm_unregister +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0xe7a29bad sdhci_get_property +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0xf3f827bd sdhci_pltfm_init +EXPORT_SYMBOL_GPL drivers/mmc/host/tmio_mmc_core 0x2d24297d 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 0x3f9147a6 tmio_mmc_host_free +EXPORT_SYMBOL_GPL drivers/mmc/host/tmio_mmc_core 0x5ad41bbe tmio_mmc_host_probe +EXPORT_SYMBOL_GPL drivers/mmc/host/tmio_mmc_core 0x6d5b9bf9 tmio_mmc_host_runtime_resume +EXPORT_SYMBOL_GPL drivers/mmc/host/tmio_mmc_core 0xc462d8c0 tmio_mmc_host_runtime_suspend +EXPORT_SYMBOL_GPL drivers/mmc/host/tmio_mmc_core 0xc4d0ebb7 tmio_mmc_host_remove +EXPORT_SYMBOL_GPL drivers/mmc/host/tmio_mmc_core 0xcb3b3956 tmio_mmc_disable_mmc_irqs +EXPORT_SYMBOL_GPL drivers/mmc/host/tmio_mmc_core 0xcb7d7ef5 tmio_mmc_host_alloc +EXPORT_SYMBOL_GPL drivers/mmc/host/tmio_mmc_core 0xd103f828 tmio_mmc_enable_mmc_irqs +EXPORT_SYMBOL_GPL drivers/most/most_core 0x185daa6d most_deregister_configfs_subsys +EXPORT_SYMBOL_GPL drivers/most/most_core 0x1c453da5 most_deregister_interface +EXPORT_SYMBOL_GPL drivers/most/most_core 0x32e4e1c5 most_deregister_component +EXPORT_SYMBOL_GPL drivers/most/most_core 0x4f0ff156 most_put_mbo +EXPORT_SYMBOL_GPL drivers/most/most_core 0x59411796 most_stop_channel +EXPORT_SYMBOL_GPL drivers/most/most_core 0x79c11b91 most_register_component +EXPORT_SYMBOL_GPL drivers/most/most_core 0x806d9044 most_stop_enqueue +EXPORT_SYMBOL_GPL drivers/most/most_core 0x8c9eeec1 most_register_interface +EXPORT_SYMBOL_GPL drivers/most/most_core 0x9743ad1a most_submit_mbo +EXPORT_SYMBOL_GPL drivers/most/most_core 0xa3360b1b most_register_configfs_subsys +EXPORT_SYMBOL_GPL drivers/most/most_core 0xbd17cb98 most_resume_enqueue +EXPORT_SYMBOL_GPL drivers/most/most_core 0xd941d154 channel_has_mbo +EXPORT_SYMBOL_GPL drivers/most/most_core 0xd9a6e893 most_get_mbo +EXPORT_SYMBOL_GPL drivers/most/most_core 0xf5641e70 most_start_channel +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0001 0x13044c63 cfi_cmdset_0003 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0001 0x2c2d698b cfi_cmdset_0001 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0001 0xee1a69f5 cfi_cmdset_0200 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0002 0x0c90de97 cfi_cmdset_0002 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0002 0x72c29547 cfi_cmdset_0006 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0002 0xff691111 cfi_cmdset_0701 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0020 0x9d57b810 cfi_cmdset_0020 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_util 0x005ae75a cfi_qry_mode_on +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_util 0x0fff57cb cfi_qry_mode_off +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_util 0x71fa6b4f cfi_qry_present +EXPORT_SYMBOL_GPL drivers/mtd/hyperbus/hyperbus-core 0x48c44c14 hyperbus_unregister_device +EXPORT_SYMBOL_GPL drivers/mtd/hyperbus/hyperbus-core 0x6dd10a93 hyperbus_register_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x048e435d mtd_panic_write +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x097674d2 mtd_ooblayout_free +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x0b49bff5 mtd_kmalloc_up_to +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x199f4902 mtd_ooblayout_get_eccbytes +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x19a38567 __mtd_next_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x1a4d7f4c mtd_writev +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x1a63bd53 mtd_read_oob +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x1e4d618e mtd_get_fact_prot_info +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x29041646 mtd_pairing_groups +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x2a6a321b mtd_block_isreserved +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x2d76927d mtd_unpoint +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x2faa7984 mtd_read_fact_prot_reg +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x30f4e20f mtd_get_device_size +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x336b8c12 mtd_device_parse_register +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x34c51e9f mtd_block_markbad +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x3554aec5 mtd_unlock +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x37cb099b __get_mtd_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x3c8ba27b mtd_ooblayout_set_databytes +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x3cbd9efe mtd_ooblayout_count_freebytes +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x3ed913ae mtd_read_user_prot_reg +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x4a3de06d mtd_is_locked +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x50dabc2f mtd_table_mutex +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x569988a0 mtd_lock +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x6403c4d9 get_mtd_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x6ca91822 register_mtd_user +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x740e2ac1 mtd_write +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x79f5133c mtd_get_unmapped_area +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x7ae5f3e3 mtd_read +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x7b7d3b31 mtd_wunit_to_pairing_info +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x81c3f714 mtd_lock_user_prot_reg +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x86f6b5a9 mtd_erase_user_prot_reg +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x8a27ca9a mtd_device_unregister +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x8d91afc1 __register_mtd_parser +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xa54f1081 mtd_ooblayout_count_eccbytes +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xa79ec007 __put_mtd_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xac8faf54 mtd_add_partition +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xae5cb293 mtd_point +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xaeca8d72 mtd_ooblayout_get_databytes +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xb7075882 mtd_check_expert_analysis_mode +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xbaed18c5 mtd_del_partition +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xbfc335f1 mtd_block_isbad +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xc2c9aaf2 put_mtd_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xc4045344 deregister_mtd_parser +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xc5e7db32 mtd_get_user_prot_info +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xc64cfc87 mtd_erase +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xca61f1fe mtd_ooblayout_set_eccbytes +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xcd0a9ec6 mtd_ooblayout_ecc +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xcf588a15 mtd_pairing_info_to_wunit +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xd0011351 unregister_mtd_user +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xd395c8c4 mtd_write_oob +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xd4cd58f5 mtd_ooblayout_find_eccregion +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xe78f6d69 kill_mtd_super +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xe92767b3 get_tree_mtd +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xef489b05 mtd_write_user_prot_reg +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xf45528a6 of_get_mtd_device_by_node +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xfa52678d get_mtd_device_nm +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0x4aeba109 deregister_mtd_blktrans +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0x4e0b2a53 register_mtd_blktrans +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0x70cf9b4c del_mtd_blktrans_dev +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0xd0aa6c0d add_mtd_blktrans_dev +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0xeeb49267 mtd_blktrans_cease_background +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x07345242 nand_ecc_tweak_req +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x1ce623d0 nand_get_small_page_ooblayout +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x21e2db85 nanddev_isbad +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x239343b7 nanddev_cleanup +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x25d8d107 nanddev_markbad +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x25dc67ce nand_ecc_cleanup_req_tweaking +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x29be1288 nand_ecc_init_req_tweaking +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x395b7cc0 nand_ecc_restore_req +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x3ce0ceb7 nand_get_large_page_hamming_ooblayout +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x538acab1 nanddev_ecc_engine_cleanup +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x53a5ef7c nanddev_bbt_set_block_status +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x53de0e05 mxic_ecc_get_pipelined_ops +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x58fd4ed5 nanddev_isreserved +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x5cb09de7 nanddev_bbt_get_block_status +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x62f3e7db nanddev_bbt_update +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x6c2dfce4 mxic_ecc_get_pipelined_engine +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x8e51b469 mxic_ecc_put_pipelined_engine +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x9a79dccd nanddev_mtd_erase +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0xa72a96fd nanddev_bbt_cleanup +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0xa7df7fb4 nanddev_ecc_engine_init +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0xb05e31c9 nanddev_init +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0xc24fa90d nand_get_large_page_ooblayout +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0xd46e86b6 nanddev_mtd_max_bad_blocks +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0xe0cb0600 nanddev_bbt_init +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0xf3972a1e mxic_ecc_process_data_pipelined +EXPORT_SYMBOL_GPL drivers/mtd/nand/onenand/onenand 0x7249bdf1 onenand_scan +EXPORT_SYMBOL_GPL drivers/mtd/nand/onenand/onenand 0xdd097451 onenand_release +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/brcmnand/brcmnand 0x8cbe13d0 brcmnand_remove +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/brcmnand/brcmnand 0xd5e3f49f brcmnand_pm_ops +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/brcmnand/brcmnand 0xe6e34bed brcmnand_probe +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/denali 0x12196f13 denali_chip_init +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x010002c8 nand_read_page_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x11091291 nand_extract_bits +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x224ad5ae nand_wait_ready +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x2cbd911b nand_change_read_column_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x2d169345 nand_status_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x2d368c4c nand_subop_get_addr_start_off +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x3f4e36d2 nand_gpio_waitrdy +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x5632e63d nand_subop_get_num_addr_cyc +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x5ad6a550 nand_soft_waitrdy +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x8184edd1 nand_prog_page_end_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x828893a4 nand_cleanup +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x9f03d3eb nand_readid_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xaf81940e nand_select_target +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xb44030b4 nand_reset +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xb9406744 nand_read_oob_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xbfcbdd09 nand_erase_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xcaedef86 nand_read_page_hwecc_oob_first +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xd04c98d2 nand_ecc_choose_conf +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xd3c672b8 nand_subop_get_data_len +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xd41ff2ac nand_subop_get_data_start_off +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xd435d486 nand_op_parser_exec_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xd4e3e910 nand_prog_page_begin_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xd742b0f6 nand_read_data_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xd952fa33 nand_write_data_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xdabb7452 nand_reset_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xe3212f16 nand_decode_ext_id +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xeb73c8d3 nand_prog_page_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xee42bbe2 nand_change_write_column_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xee653b1f nand_deselect_target +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/sm_common 0x50471bb5 sm_register_device +EXPORT_SYMBOL_GPL drivers/mtd/spi-nor/spi-nor 0x4e0b1780 spi_nor_scan +EXPORT_SYMBOL_GPL drivers/mtd/spi-nor/spi-nor 0xb6e6a6e4 spi_nor_restore +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x2322d40e ubi_leb_write +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x26be6f30 ubi_get_volume_info +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x3156a18c ubi_open_volume +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x3868cb71 ubi_leb_map +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x38e10c1d ubi_flush +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x3e90cfb0 ubi_do_get_device_info +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x41fbbb5e ubi_open_volume_nm +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x42801d20 ubi_sync +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x5d25fb30 ubi_open_volume_path +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x66011ab6 ubi_get_device_info +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x85a8ee76 ubi_unregister_volume_notifier +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x908bad39 ubi_leb_change +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x995ccbd8 ubi_leb_read +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xba810816 ubi_is_mapped +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xbd21e904 ubi_leb_erase +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xd5127169 ubi_leb_read_sg +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xe21057f7 ubi_leb_unmap +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xed8bba2c ubi_close_volume +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 0x1b4d7c58 mux_control_try_select_delay +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x23367a68 devm_mux_control_get +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x270575d0 mux_chip_register +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x6452ec75 mux_control_get +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x7cf08396 mux_state_deselect +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x835a7453 devm_mux_state_get +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x8b80d40c mux_control_states +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x954e76ed devm_mux_chip_register +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0xb5570f0e devm_mux_chip_alloc +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0xc19f83b4 mux_control_select_delay +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0xcb021eae mux_control_put +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0xd8a1dfff mux_control_deselect +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0xda5ddbd4 mux_chip_unregister +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0xe7f60db1 mux_chip_alloc +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0xfa76e911 mux_state_select_delay +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0xfe9df675 mux_chip_free +EXPORT_SYMBOL_GPL drivers/net/arcnet/arcnet 0x13d4b8db devm_arcnet_led_init +EXPORT_SYMBOL_GPL drivers/net/arcnet/arcnet 0x18c1aeff arcnet_led_event +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0x3aafe4c7 free_c_can_dev +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0x4459f8ba alloc_c_can_dev +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0x51ccf68e c_can_power_down +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0x73cc53cf unregister_c_can_dev +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0xac085140 register_c_can_dev +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0xe0ebdca7 c_can_power_up +EXPORT_SYMBOL_GPL drivers/net/can/cc770/cc770 0x72bdf610 free_cc770dev +EXPORT_SYMBOL_GPL drivers/net/can/cc770/cc770 0x784db3f6 unregister_cc770dev +EXPORT_SYMBOL_GPL drivers/net/can/cc770/cc770 0xc353ba3b alloc_cc770dev +EXPORT_SYMBOL_GPL drivers/net/can/cc770/cc770 0xdca0ff5a register_cc770dev +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x05a7dd4a unregister_candev +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x09f36365 can_free_echo_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x10d892eb can_get_state_str +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x13f960b1 can_put_echo_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x15960941 can_rx_offload_irq_offload_fifo +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x1ae981ef open_candev +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x1ba2b143 can_get_echo_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x20349291 can_rx_offload_add_manual +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x309617a2 free_candev +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x49d16610 can_rx_offload_irq_finish +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x4be19858 of_can_transceiver +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x5cca9134 can_skb_get_frame_len +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x5d5dea3e can_rx_offload_enable +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x6047ede6 can_fd_len2dlc +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x665593a8 can_bus_off +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x6bb7f382 alloc_can_err_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x70c01c21 can_rx_offload_add_timestamp +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x758be323 alloc_can_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x8ebe6657 alloc_canfd_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x94ba353c can_rx_offload_queue_tail +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x9f6ba058 can_rx_offload_threaded_irq_finish +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xa43652b2 can_rx_offload_irq_offload_timestamp +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xb391a9f8 alloc_canxl_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xc216ff1b close_candev +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xc29608e5 can_rx_offload_add_fifo +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xcf8cdacc can_change_state +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xd581c238 alloc_candev_mqs +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xdee858b4 can_rx_offload_del +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xe218f37c can_dropped_invalid_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xe6018634 register_candev +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xe8373205 can_change_mtu +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xeb50b8b7 can_rx_offload_queue_timestamp +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xed20fc08 can_rx_offload_get_echo_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xedca75d6 safe_candev_priv +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xf12d9387 can_fd_dlc2len +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0x16bee4e1 m_can_class_free_dev +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0x1e02401f m_can_class_allocate_dev +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0x2c757870 m_can_class_get_clocks +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0x9d96a3dc m_can_init_ram +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0xe7b11057 m_can_class_suspend +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0xe8468482 m_can_class_resume +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0xec525e78 m_can_class_unregister +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0xec9c18f3 m_can_class_register +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0x26088633 alloc_sja1000dev +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0x49ebd0d2 sja1000_interrupt +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0x828b4929 free_sja1000dev +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0x8c19a2ac unregister_sja1000dev +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0xf1c1f81f register_sja1000dev +EXPORT_SYMBOL_GPL drivers/net/dsa/lan9303-core 0x7b2fa0c1 lan9303_indirect_phy_ops +EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_switch 0x7fcdfaa0 ksz_switch_chips +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8365mb 0x17238c82 rtl8365mb_variant +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0x0bbcde7f rtl8366_reset_vlan +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0x13e6b5ea rtl8366_set_pvid +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0x17297114 rtl8366_get_ethtool_stats +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0x2376d5f5 rtl8366_enable_vlan +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0x2d77c0d5 rtl8366_get_strings +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0x49f8fdf7 rtl8366_get_sset_count +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0x5db36e7f rtl8366rb_variant +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0x96ea96f5 rtl8366_set_vlan +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0xa4ef1134 rtl8366_vlan_del +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0xa70faadc rtl8366_vlan_add +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0xf2d3279a rtl8366_mc_is_used +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0xf920c543 rtl8366_enable_vlan4k +EXPORT_SYMBOL_GPL drivers/net/ethernet/arc/arc_emac 0x09ff2baa arc_emac_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/arc/arc_emac 0xddc778b3 arc_emac_probe +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-mdio 0x4362f333 enetc_mdio_write +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-mdio 0x5b93bb5f enetc_mdio_read +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-mdio 0x82157e6f enetc_hw_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-mdio 0xd9d61d6f enetc_mdio_lock +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-ptp 0x5431a304 enetc_phc_index +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0x0c10c15c fun_res_destroy +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0x1ab05b9a fun_submit_admin_sync_cmd +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0x1af265b3 fun_serv_stop +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0x2cc8d286 fun_get_res_count +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0x340341eb fun_serv_sched +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0x3aa1edd4 fun_bind +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0x7dd0cbbe fun_free_ring_mem +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0x874abcf9 fun_cq_create +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0xb8547706 fun_sq_create +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0xcd390ae2 fun_serv_restart +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0xd8973b7f fun_alloc_ring_mem +EXPORT_SYMBOL_GPL drivers/net/ethernet/intel/i40e/i40e 0x3f7d8b3f i40e_client_device_register +EXPORT_SYMBOL_GPL drivers/net/ethernet/intel/i40e/i40e 0xd2c5e089 i40e_client_device_unregister +EXPORT_SYMBOL_GPL drivers/net/ethernet/intel/ice/ice 0x49bf8551 ice_rdma_update_vsi_filter +EXPORT_SYMBOL_GPL drivers/net/ethernet/intel/ice/ice 0xa3c5947f ice_del_rdma_qset +EXPORT_SYMBOL_GPL drivers/net/ethernet/intel/ice/ice 0xa8f62dfe ice_rdma_request_reset +EXPORT_SYMBOL_GPL drivers/net/ethernet/intel/ice/ice 0xcc1528d8 ice_get_qos_params +EXPORT_SYMBOL_GPL drivers/net/ethernet/intel/ice/ice 0xecd09576 ice_add_rdma_qset +EXPORT_SYMBOL_GPL drivers/net/ethernet/marvell/octeontx2/nic/otx2_ptp 0x3301695b otx2_ptp_init +EXPORT_SYMBOL_GPL drivers/net/ethernet/marvell/octeontx2/nic/otx2_ptp 0x46f1adf0 otx2_ptp_destroy +EXPORT_SYMBOL_GPL drivers/net/ethernet/marvell/octeontx2/nic/otx2_ptp 0x77f8ff61 otx2_ptp_clock_index +EXPORT_SYMBOL_GPL drivers/net/ethernet/marvell/octeontx2/nic/otx2_ptp 0xcbd18085 otx2_ptp_tstamp2time +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0042b325 mlx4_map_sw_to_hw_steering_mode +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0069ccca mlx4_mr_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x076f6ec2 mlx4_srq_query +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0823e9f9 mlx4_get_devlink_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x090cb6ea mlx4_wol_write +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x092acb02 mlx4_get_protocol_dev +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0a9b3670 mlx4_uar_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0d228252 mlx4_mtt_cleanup +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x144c0e0b mlx4_set_vf_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x16aee81c mlx4_register_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x17448541 mlx4_unbond +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1cbb04f4 mlx4_qp_modify +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1d7feba9 mlx4_mr_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2224b0fe mlx4_read_clock +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2281b776 mlx4_buf_write_mtt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x25e8054b __mlx4_replace_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x27cc42e3 mlx4_db_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x28b437d5 mlx4_get_admin_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2a23191e mlx4_alloc_cmd_mailbox +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2c8d29e7 mlx4_mr_hw_write_mpt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2d861f41 mlx4_replace_zero_macs +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3139d93f mlx4_mr_rereg_mem_cleanup +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3180c8a1 mlx4_flow_detach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x35e663ec mlx4_unicast_promisc_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3621a9d2 mlx4_flow_attach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x38b7cd88 mlx4_wol_read +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x39035f8b mlx4_pd_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x398afa6a mlx4_get_slave_default_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3c2a8ba9 mlx4_mtt_init +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3eebd8d0 mlx4_buf_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4126288f mlx4_mw_enable +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x421005b9 mlx4_map_sw_to_hw_steering_id +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4449c6a2 mlx4_qp_reserve_range +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x44d45a94 mlx4_mr_rereg_mem_write +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x470e7c19 mlx4_qp_query +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x471e64cc mlx4_mr_hw_put_mpt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4b9c219a mlx4_CLOSE_PORT +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4eaa5a0c __mlx4_cmd +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x510a5527 mlx4_free_hwq_res +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x522623a4 mlx4_slave_convert_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x544d00fc mlx4_set_vf_link_state +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x58ae0413 mlx4_update_qp +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5924d08c mlx4_cq_resize +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x59c71dbb mlx4_ACCESS_PTYS_REG +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5b41742f mlx4_qp_to_ready +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x616d4932 mlx4_mr_enable +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x63ca7c5f mlx4_cq_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x66479ff2 mlx4_get_counter_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x681235ea mlx4_buf_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x68357045 mlx4_srq_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x72e0056a mlx4_register_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x73186912 mlx4_counter_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7eb28dd1 mlx4_qp_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7edfe29f mlx4_mw_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8015a071 mlx4_flow_steer_promisc_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x80a38fc0 mlx4_bf_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x83e3f1cc mlx4_find_cached_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x86388c15 mlx4_phys_to_slave_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x923c3f18 mlx4_pd_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x92d48295 mlx4_multicast_promisc_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x92dc61ce mlx4_FLOW_STEERING_IB_UC_QP_RANGE +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x969201c8 mlx4_unicast_detach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x97522e64 mlx4_write_mtt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x998cec0b mlx4_xrcd_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x99d1bae5 mlx4_get_internal_clock_params +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9b077fa5 mlx4_phys_to_slaves_pport +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9b92ad92 mlx4_db_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa025115e mlx4_get_vf_config +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa0432fa8 mlx4_get_base_gid_ix +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa0929fdc mlx4_free_cmd_mailbox +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa0cfddbd mlx4_get_active_ports +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa3abb3bd mlx4_counter_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa6cb3422 mlx4_unregister_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xaad8c833 mlx4_get_default_counter_index +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xac2842e4 mlx4_vf_smi_enabled +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xad721461 mlx4_mtt_addr +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xae73565d mlx4_bond +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xaeb40e38 mlx4_unregister_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xaf3194db mlx4_vf_get_enable_smi_admin +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xaf69f0e7 mlx4_set_vf_rate +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb1305b93 mlx4_vf_set_enable_smi_admin +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb3a0e259 mlx4_srq_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb47bca0f mlx4_config_vxlan_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb521be06 mlx4_port_map_set +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb7fdc005 mlx4_srq_lookup +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xbd82ae89 mlx4_qp_release_range +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc13d2fb8 mlx4_get_base_qpn +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc1fe574b mlx4_multicast_promisc_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc316e694 mlx4_srq_arm +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc399a0e1 mlx4_multicast_detach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xca735ec9 mlx4_qp_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xcc4488f6 mlx4_cq_modify +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xccde0c41 mlx4_alloc_hwq_res +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xcdc6acba mlx4_xrcd_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xcddea267 __mlx4_unregister_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xce99ca3b mlx4_mr_hw_change_access +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xda49a328 mlx4_mw_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xdaf169df mlx4_multicast_attach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xdb79b386 mlx4_SYNC_TPT +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xdb9f6f4d mlx4_phys_to_slaves_pport_actv +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xdd77aaf2 mlx4_flow_steer_promisc_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xde464c4b mlx4_find_cached_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe01345f2 __mlx4_register_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe18bf050 mlx4_qp_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe1d1c35f mlx4_set_vf_spoofchk +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe57a753c mlx4_hw_rule_sz +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe60546b0 mlx4_unregister_interface +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe6a5a225 mlx4_unicast_promisc_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xec7be5fa mlx4_mr_hw_change_pd +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xeeaaa93c mlx4_config_roce_v2_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf041d352 mlx4_cq_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf59374d0 mlx4_config_dev_retrieval +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf6370008 mlx4_register_interface +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf737abb3 mlx4_unicast_attach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf7a37775 mlx4_bf_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf808ef6f mlx4_INIT_PORT +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf8cddae5 mlx4_mr_hw_get_mpt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf8e87fd8 mlx4_get_vf_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xfd478ad2 mlx4_uar_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xff562a87 mlx4_set_vf_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xffd9c426 mlx4_set_admin_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x04f25723 mlx5_query_nic_vport_node_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x072460c4 mlx5_fill_page_frag_array +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0bd12281 mlx5_set_port_mtu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0e671678 mlx5_query_port_admin_status +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1475f492 mlx5_core_query_vport_counter +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x156a40d3 mlx5_access_reg +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1a2547ab mlx5_modify_nic_vport_vlans +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1a98e745 mlx5_query_nic_vport_qkey_viol_cntr +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1d0a7c02 mlx5_set_port_pfc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1d27cdaa mlx5_toggle_port_link +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1e9c3e8a mlx5_query_min_inline +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1fa23874 mlx5_query_hca_vport_context +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1fea8982 mlx5_query_hca_vport_node_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x232063f7 mlx5_query_port_tc_bw_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x23b1cb04 mlx5_frag_buf_alloc_node +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x23fc19a0 mlx5_query_port_prio_tc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2b3e8d4a mlx5_query_hca_vport_system_image_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2e08d950 mlx5_nic_vport_update_local_lb +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2ec69e8f mlx5_core_modify_hca_vport_context +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x30c42e85 mlx5_set_port_wol +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x39dc52cd mlx5_modify_nic_vport_promisc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3a2b7922 mlx5_eswitch_mode +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3afe1545 mlx5_query_nic_system_image_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4317355b mlx5_modify_nic_vport_mac_list +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x473e8a19 mlx5_set_port_tc_bw_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4820e973 mlx5_modify_nic_vport_mac_address +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4a306670 mlx5_set_port_pause +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4bdaaff0 mlx5_query_port_oper_mtu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4cca16ad mlx5_db_alloc_node +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4e903425 mlx5_query_nic_vport_system_image_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4fe26361 mlx5_dm_sw_icm_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x535a9ba8 mlx5_dm_sw_icm_dealloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5fede145 mlx5_set_port_caps +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x626d2aaa mlx5_modify_port_ets_rate_limit +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x636837cb mlx5_query_port_vl_hw_cap +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x675e84ff mlx5_query_port_tc_group +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6e54758e mlx5_ipsec_device_caps +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7ce61363 mlx5_query_port_pfc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7e62ef99 mlx5_nic_vport_query_local_lb +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7efc93ee mlx5_query_nic_vport_mac_list +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x80fea415 mlx5_nic_vport_unaffiliate_multiport +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x812f793a mlx5_modify_nic_vport_mtu +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 0x82539830 mlx5_frag_buf_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x861632d6 mlx5_query_port_ptys +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8ffd4374 mlx5_query_hca_vport_pkey +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x963cf884 mlx5_query_nic_vport_min_inline +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9822c231 mlx5_query_nic_vport_mac_address +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x98554e3f mlx5_nic_vport_enable_roce +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9b55ceaa mlx5_query_port_wol +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa29ac33e mlx5_vport_get_other_func_cap +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa45640da mlx5_query_module_eeprom_by_page +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb0a8c8a4 mlx5_query_port_max_mtu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb1fd95d0 mlx5_nic_vport_affiliate_multiport +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb7931d45 mlx5_query_port_pause +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xbb1ae07e mlx5_set_port_admin_status +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd5b4e2a0 mlx5_query_port_ets_rate_limit +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd8171900 mlx5_query_mac_address +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xdc3c7a25 mlx5_core_query_sq_state +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xdd5c5841 mlx5_set_port_tc_group +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xdd904410 mlx5_core_reserved_gids_count +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe2ebf97e mlx5_core_access_reg +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe51d704e mlx5_db_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe7168f11 mlx5_query_module_eeprom +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xecbba7cf mlx5_query_hca_vport_gid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xed3f0c3f mlx5_eswitch_get_total_vports +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf07d80ba mlx5_query_nic_vport_mtu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xfa42e95b mlx5_set_port_prio_tc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xfb96e571 mlx5_query_nic_vport_promisc +EXPORT_SYMBOL_GPL drivers/net/ethernet/micrel/ks8851_common 0x12429ca3 ks8851_probe_common +EXPORT_SYMBOL_GPL drivers/net/ethernet/micrel/ks8851_common 0x386a3290 ks8851_resume +EXPORT_SYMBOL_GPL drivers/net/ethernet/micrel/ks8851_common 0x6da61e90 ks8851_remove_common +EXPORT_SYMBOL_GPL drivers/net/ethernet/micrel/ks8851_common 0xe8909d86 ks8851_suspend +EXPORT_SYMBOL_GPL drivers/net/ethernet/microchip/encx24j600-regmap 0x9f44766f 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 0x02363c21 ocelot_get_bridge_fwd_mask +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x17ce7088 ocelot_bond_get_id +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x184c2794 ocelot_lag_fdb_del +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x1f4516cd ocelot_port_get_default_prio +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x32013195 ocelot_port_get_dscp_prio +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x36a59e28 ocelot_port_del_dscp_prio +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x3d239f31 ocelot_cls_flower_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x419f3b43 ocelot_cls_flower_replace +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x482c1b58 ocelot_lag_fdb_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x5ab9e223 ocelot_regmap_init +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x5ed9f4b1 ocelot_port_unassign_dsa_8021q_cpu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x5f0ff16c ocelot_port_get_eth_ctrl_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x670be387 __ocelot_write_ix +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x69af8c33 ocelot_port_writel +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x6c06cb95 ocelot_port_setup_dsa_8021q_cpu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x7396015f ocelot_port_get_pause_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x78be52e8 ocelot_port_get_rmon_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x78fee269 ocelot_port_teardown_dsa_8021q_cpu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x9283a66b ocelot_port_assigned_dsa_8021q_cpu_mask +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x92ddbabe ocelot_port_rmwl +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x974c2845 ocelot_mact_flush +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x97a3f81c __ocelot_rmw_ix +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xa1c95e53 ocelot_port_mirror_del +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xa9c3816e ocelot_phylink_mac_link_down +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xad3a79a4 ocelot_port_add_dscp_prio +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xbf7da9c2 ocelot_port_assign_dsa_8021q_cpu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xc1b2b911 ocelot_port_mirror_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xc3d34891 __ocelot_read_ix +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xd77444fe ocelot_cls_flower_destroy +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xdebfd21e __ocelot_bulk_read_ix +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xdfb3dbda ocelot_port_readl +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xe796bbc7 ocelot_phylink_mac_link_up +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xe8dd9605 ocelot_port_get_eth_mac_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xedf010da ocelot_port_set_default_prio +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xeec1c859 ocelot_bridge_num_find +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xf016dcb6 ocelot_regfields_init +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xf269e1d6 ocelot_port_get_eth_phy_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xf70eb6c9 ocelot_migrate_mdbs +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 0x0aa00b96 stmmac_bus_clks_config +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac 0x0f1d77e6 stmmac_resume +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac 0x1abc91ac stmmac_dvr_probe +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac 0x33d17f68 stmmac_init_tstamp_counter +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac 0x44608a60 stmmac_suspend +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 0xd8a1a2ad stmmac_dvr_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0x8657acbe stmmac_get_platform_resources +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0x8d4c9fc3 stmmac_remove_config_dt +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0x8d51ea82 stmmac_pltfr_pm_ops +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0xd1019bb0 stmmac_probe_config_dt +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0xfe2536f5 stmmac_pltfr_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/ti/am65-cpts 0x405b51c2 am65_cpts_ns_gettime +EXPORT_SYMBOL_GPL drivers/net/ethernet/ti/am65-cpts 0x5cfc19dc am65_cpts_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 0x8f8f77a2 am65_cpts_prep_tx_timestamp +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 0xdc834488 am65_cpts_create +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 0x3dd93cf9 w5100_probe +EXPORT_SYMBOL_GPL drivers/net/ethernet/wiznet/w5100 0xcef3e469 w5100_pm_ops +EXPORT_SYMBOL_GPL drivers/net/ethernet/wiznet/w5100 0xe503eb35 w5100_ops_priv +EXPORT_SYMBOL_GPL drivers/net/ethernet/wiznet/w5100 0xe5ed9a12 w5100_remove +EXPORT_SYMBOL_GPL drivers/net/geneve 0xd5002d8f geneve_dev_create_fb +EXPORT_SYMBOL_GPL drivers/net/ipvlan/ipvlan 0x25dde8a3 ipvlan_count_rx +EXPORT_SYMBOL_GPL drivers/net/ipvlan/ipvlan 0x2f59c0f0 ipvlan_link_register +EXPORT_SYMBOL_GPL drivers/net/ipvlan/ipvlan 0x7cab901f ipvlan_link_new +EXPORT_SYMBOL_GPL drivers/net/ipvlan/ipvlan 0x90b3f0dd ipvlan_link_delete +EXPORT_SYMBOL_GPL drivers/net/ipvlan/ipvlan 0xd2115a99 ipvlan_link_setup +EXPORT_SYMBOL_GPL drivers/net/macsec 0x59373116 macsec_pn_wrapped +EXPORT_SYMBOL_GPL drivers/net/macvlan 0x6700deea macvlan_common_setup +EXPORT_SYMBOL_GPL drivers/net/macvlan 0x6f240003 macvlan_link_register +EXPORT_SYMBOL_GPL drivers/net/macvlan 0x8d2dff19 macvlan_common_newlink +EXPORT_SYMBOL_GPL drivers/net/macvlan 0xe1955b82 macvlan_dellink +EXPORT_SYMBOL_GPL drivers/net/mdio/mdio-i2c 0x6d3edbd4 mdio_i2c_alloc +EXPORT_SYMBOL_GPL drivers/net/mdio/mdio-mux 0x6318757f mdio_mux_uninit +EXPORT_SYMBOL_GPL drivers/net/mdio/mdio-mux 0xdff2f4bc mdio_mux_init +EXPORT_SYMBOL_GPL drivers/net/net_failover 0x83f33f4a net_failover_create +EXPORT_SYMBOL_GPL drivers/net/net_failover 0xcab5269a net_failover_destroy +EXPORT_SYMBOL_GPL drivers/net/pcs/pcs-altera-tse 0x800beb81 alt_tse_pcs_create +EXPORT_SYMBOL_GPL drivers/net/pcs/pcs_xpcs 0x327895ef xpcs_get_an_mode +EXPORT_SYMBOL_GPL drivers/net/pcs/pcs_xpcs 0x4aeff51b xpcs_destroy +EXPORT_SYMBOL_GPL drivers/net/pcs/pcs_xpcs 0x95e0ae17 xpcs_create +EXPORT_SYMBOL_GPL drivers/net/pcs/pcs_xpcs 0xa60db27d xpcs_config_eee +EXPORT_SYMBOL_GPL drivers/net/pcs/pcs_xpcs 0xaa2f3c14 xpcs_link_up +EXPORT_SYMBOL_GPL drivers/net/pcs/pcs_xpcs 0xb9d718c1 xpcs_get_interfaces +EXPORT_SYMBOL_GPL drivers/net/pcs/pcs_xpcs 0xd8f59049 xpcs_do_config +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x0767c2b0 bcm_phy_downshift_get +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x079ef456 bcm_phy_get_stats +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x08793751 bcm_phy_r_rc_cal_reset +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x098a3746 bcm_phy_read_exp +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x0d18ac17 bcm_phy_28nm_a0b0_afe_config_init +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x12512e17 bcm_phy_modify_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x1ccd6113 bcm_phy_handle_interrupt +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x241b0211 bcm_phy_config_intr +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x2505efc9 __bcm_phy_read_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x2a8aa979 bcm_phy_downshift_set +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x2cbd3cec bcm_phy_modify_exp +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x4621a982 __bcm_phy_write_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x487a16e1 bcm_phy_cable_test_start +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x5f8ef53c bcm_phy_ack_intr +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x5fac0c9d bcm_phy_write_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x6c31e977 bcm_phy_write_exp +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x75bc4c68 __bcm_phy_write_exp +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x810978bc bcm_phy_get_strings +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x909d3ca0 __bcm_phy_modify_exp +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x9cb4650a bcm_phy_read_shadow +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xa77c8e16 bcm_phy_write_shadow +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xac14617e bcm_phy_get_sset_count +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xae712e5b __bcm_phy_modify_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xae89c961 bcm_phy_cable_test_start_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xb04f0dc0 bcm_phy_cable_test_get_status_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xc4414147 bcm_phy_enable_apd +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xd4dc3826 __bcm_phy_read_exp +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xdac2364b bcm_phy_enable_jumbo +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xe3707803 bcm54xx_auxctl_read +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xe9202307 bcm_phy_write_misc +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xf0fe9188 bcm_phy_cable_test_get_status +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xf721b9bd bcm_phy_set_eee +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xf853e0a9 bcm_phy_read_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xff2da968 bcm_phy_read_misc +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-ptp 0x6b2e27ac bcm_ptp_config_init +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-ptp 0xb74082cd bcm_ptp_probe +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-ptp 0xe54c4503 bcm_ptp_stop +EXPORT_SYMBOL_GPL drivers/net/tap 0x09685505 tap_create_cdev +EXPORT_SYMBOL_GPL drivers/net/tap 0x0b999211 tap_get_socket +EXPORT_SYMBOL_GPL drivers/net/tap 0x3fea3c85 tap_queue_resize +EXPORT_SYMBOL_GPL drivers/net/tap 0x4ab9ec9c tap_get_ptr_ring +EXPORT_SYMBOL_GPL drivers/net/tap 0x75b5cd43 tap_free_minor +EXPORT_SYMBOL_GPL drivers/net/tap 0xa245ee3a tap_handle_frame +EXPORT_SYMBOL_GPL drivers/net/tap 0xb75ec24f tap_get_minor +EXPORT_SYMBOL_GPL drivers/net/tap 0xc1cc649c tap_destroy_cdev +EXPORT_SYMBOL_GPL drivers/net/tap 0xdd5fc466 tap_del_queues +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0x430ab1f2 usbnet_ether_cdc_bind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0x8f012255 usbnet_cdc_unbind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0x96157b54 usbnet_cdc_zte_rx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0xab29820e usbnet_cdc_update_filter +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0xb5b48520 usbnet_cdc_status +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0xcaf4f273 usbnet_generic_cdc_bind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0xf6663fd0 usbnet_cdc_bind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x05ee12d1 cdc_ncm_rx_verify_ndp32 +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x493de783 cdc_ncm_rx_verify_ndp16 +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x7eb448fb cdc_ncm_change_mtu +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x884474b2 cdc_ncm_rx_verify_nth32 +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x95222198 cdc_ncm_bind_common +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0xa1aead62 cdc_ncm_tx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0xa821ad7a cdc_ncm_unbind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0xb9f14555 cdc_ncm_rx_verify_nth16 +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0xc7a7528b cdc_ncm_fill_tx_frame +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0xd4e9e2c6 cdc_ncm_select_altsetting +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0xe3e73899 cdc_ncm_rx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/r8152 0xe7b9621f rtl8152_get_version +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0x0f6c7838 rndis_command +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0x20393b8e rndis_rx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0x6b3a2a1f rndis_unbind +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0x935d3028 generic_rndis_bind +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0xa7b6830b rndis_tx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0xf9d48690 rndis_status +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x011af334 usbnet_write_cmd_nopm +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x0ae18f30 usbnet_write_cmd_async +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x0b3630d0 usbnet_update_max_qlen +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x0c04be8e usbnet_get_endpoints +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x19427ab7 usbnet_get_link_ksettings_internal +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x25694228 usbnet_get_ethernet_addr +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x29a71370 usbnet_skb_return +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x2aa85b2e usbnet_unlink_rx_urbs +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x37fe6373 usbnet_nway_reset +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x41995d4c usbnet_tx_timeout +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x426c42ba usbnet_set_rx_mode +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x4e3e5316 usbnet_resume +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x60090561 usbnet_suspend +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x63ec4e86 usbnet_resume_rx +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x68c2f808 usbnet_disconnect +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x6bb041ac usbnet_change_mtu +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x931a2b28 usbnet_defer_kevent +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x99a1f6f7 usbnet_stop +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x99ef273c usbnet_get_link +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x9a2b57fb usbnet_get_msglevel +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xa273e12f usbnet_get_link_ksettings_mii +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xa79c4222 usbnet_open +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xb72d3b13 usbnet_set_msglevel +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xb7d4fa07 usbnet_pause_rx +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xb9d3b842 usbnet_read_cmd_nopm +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xbd5205e8 usbnet_start_xmit +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xcba9367e usbnet_probe +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xef48068d usbnet_set_link_ksettings_mii +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xef700340 usbnet_read_cmd +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xf212f4a3 usbnet_get_drvinfo +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xf36a3173 usbnet_status_stop +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xf7be84bc usbnet_status_start +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xfa2f1298 usbnet_purge_paused_rxq +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xfc7dd3cc usbnet_write_cmd +EXPORT_SYMBOL_GPL drivers/net/vxlan/vxlan 0x01a25729 vxlan_fdb_clear_offload +EXPORT_SYMBOL_GPL drivers/net/vxlan/vxlan 0xa1244d47 vxlan_dev_create +EXPORT_SYMBOL_GPL drivers/net/vxlan/vxlan 0xeb1a3a09 vxlan_fdb_find_uc +EXPORT_SYMBOL_GPL drivers/net/vxlan/vxlan 0xfeee9b32 vxlan_fdb_replay +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/ipw2x00/libipw 0x09509ffa libipw_rx_any +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x072b5d8e il_dealloc_bcast_stations +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x16b2a6fd il_mac_tx_last_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x19204d98 il_prep_station +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x45a9e2b9 il_remove_station +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x4e835d89 _il_grab_nic_access +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x5987fe45 iwl_fw_lookup_assert_desc +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x71118edc iwl_fw_lookup_cmd_ver +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x74778a2f iwl_fw_lookup_notif_ver +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0x5fbf5ebb p54_init_common +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0x8f4bb69e p54_free_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0x92215636 p54_parse_eeprom +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0x92eb7660 p54_read_eeprom +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0x96d44213 p54_free_common +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0x9ac52f2d p54_register_common +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0xb6827456 p54_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0xb6c02e69 p54_unregister_common +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0xbe4482c1 p54_parse_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x0d1853fc lbs_cmd_copyback +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x23b65f82 lbs_add_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x2cf88f7e lbs_send_tx_feedback +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x353334c6 __lbs_cmd +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x45f3af7d lbs_stop_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x53b4aa2e lbs_host_to_card_done +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x619e1178 lbs_notify_command_response +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x6f00cc7e lbs_process_rxed_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x937565ef lbs_get_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0xa90cc85e lbs_resume +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0xabd4a89e lbs_start_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0xbb85f776 lbs_get_firmware_async +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0xbe61c64a lbs_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0xc853c38b lbs_remove_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0xd88af841 lbs_host_sleep_cfg +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0xdc368f5c lbs_queue_event +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0xf64277de lbs_debug +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0x164c9771 lbtf_remove_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0x29d34ad4 lbtf_add_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0x5098e87b __lbtf_cmd +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0x5cfd371a lbtf_bcn_sent +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0x81a81c1c lbtf_cmd_copyback +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0xbcfc77c2 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 0xcbf32e3e lbtf_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0xd86144eb lbtf_cmd_response_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x08819b76 _mwifiex_dbg +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x12dd1456 mwifiex_fw_dump_event +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x177438cb mwifiex_drv_info_dump +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x19714a69 mwifiex_multi_chan_resync +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x2fdfad28 mwifiex_main_process +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x30872c3c mwifiex_enable_hs +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x353ce51a mwifiex_process_hs_config +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x39ef2eb0 mwifiex_remove_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x3a85c6c8 mwifiex_add_virtual_intf +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x5322e63b mwifiex_dnld_fw +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x554dbbd3 mwifiex_upload_device_dump +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x643d90ea mwifiex_write_data_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x670ae51e mwifiex_shutdown_sw +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x7de4ac0c mwifiex_add_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x9cf9feb0 mwifiex_cancel_hs +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xc46be03a mwifiex_prepare_fw_dump_info +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xc869ac7b mwifiex_disable_auto_ds +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xcaab0e4e mwifiex_queue_main_work +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xd043c0f4 mwifiex_deauthenticate_all +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xd113be38 mwifiex_init_shutdown_fw +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xd3fe7a24 mwifiex_process_sleep_confirm_resp +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xd4dad9f3 mwifiex_alloc_dma_align_buf +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xdff34a9a mwifiex_del_virtual_intf +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xf43cf869 mwifiex_reinit_sw +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xf743371b mwifiex_handle_rx_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x05f68087 mt76_mmio_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x083982e2 mt76_set_irq_mask +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x0d1298c2 mt76_update_survey_active_time +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x130af19e mt76_insert_ccmp_hdr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x17f568e9 mt76_rates +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x1a14ddca mt76_tx_status_check +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x1aca10ec mt76_sw_scan_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x1ec57b4f __mt76_worker_fn +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x1f8ac718 __tracepoint_dev_irq +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x2408a75a mt76_rx_token_consume +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x28e84517 mt76_csa_check +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x2e6647a2 mt76_tx_status_lock +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x2f0d732f mt76_stop_tx_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x3065b87b mt76_txq_schedule_all +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x31468b60 mt76_alloc_phy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x38d031e5 mt76_queues_read +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x3b60dc3e mt76_tx_status_unlock +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x3b8df9ef __mt76_set_tx_blocked +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x3ce9d4b6 mt76_sw_scan +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x3de18165 ____mt76_poll_msec +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x4381774d mt76_put_txwi +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x492c342d mt76_get_rate +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x4bbef9eb mt76_queue_tx_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x4f8b551a mt76_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x515766ba mt76_seq_puts_array +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x524ef510 __mt76_mcu_msg_alloc +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x54f8e779 mt76_get_sar_power +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x554e9afd mt76_set_tim +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x580f5cc8 mt76_get_rxwi +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x5978a779 mt76_init_sar_power +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x5c714c5a mt76_register_phy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x5d1b4e42 __tracepoint_mac_txdone +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x5e8dfdc0 mt76_dma_rx_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x68de9035 __mt76_sta_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x6c1b5733 __mt76_tx_complete_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x6c9b003b mt76_pci_disable_aspm +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x6d087dca mt76_calculate_default_rate +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x6ec5c995 mt76_mcu_skb_send_and_get_msg +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x7771bc20 mt76_dma_attach +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x7a8097be mt76_rx_poll_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x7b2ba675 __traceiter_mac_txdone +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x7dc2d760 mt76_init_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x7e35d2fc mt76_eeprom_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x7f0a7fe2 mt76_register_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x802efea1 mt76_alloc_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x805fc13a __SCK__tp_func_dev_irq +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x85969a7e mt76_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x85a804ad mt76_txq_schedule +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x87468a14 mt76_phy_dfs_state +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x8981b74c mt76_get_survey +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x972cde0a mt76_get_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x9bc92e50 mt76_token_consume +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xa256c97f mt76_wake_tx_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xa5a86baa mt76_token_release +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xa632417c mt76_tx_status_skb_done +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xa797ca73 mt76_csa_finish +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xa8b090fc mt76_set_stream_caps +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xab6731e9 mt76_sta_state +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xac5b5ad6 mt76_put_rxwi +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xadca9928 mt76_unregister_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xb1907bba mt76_rx_aggr_start +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xb5311a1b __mt76_mcu_send_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xb84a4e7e mt76_dma_cleanup +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xb8812456 mt76_tx_worker_run +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xbc5e7113 mt76_mcu_get_response +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xbe19262b mt76_get_antenna +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xbfcb2fa0 mt76_free_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xc47cc26d mt76_skb_adjust_pad +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xc52269d3 __mt76_poll +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 0xc67e00a3 mt76_mcu_send_and_get_msg +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xc79daf86 mt76_ethtool_worker +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xcfb07b52 mt76_has_tx_pending +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xd5ba51d3 mt76_update_survey +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xd796a2f0 mt76_register_debugfs_fops +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xd9eff4c4 mt76_eeprom_override +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xdec3b8f2 mt76_get_rate_power_limits +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xe40b66ef mt76_wcid_alloc +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xe4d1ac44 mt76_tx_status_skb_get +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xe680074e mt76_rx_aggr_stop +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xe762f727 mt76_rx_token_release +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xe943f908 mt76_mcu_rx_event +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xe9b05f6f mt76_unregister_phy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xed1d3996 __traceiter_dev_irq +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xed350501 mt76_get_min_avg_rssi +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xf752f418 mt76_release_buffered_frames +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xf8374922 mt76_tx_status_skb_add +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xfb1ba835 mt76_sta_pre_rcu_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xfb661793 mt76_get_of_eeprom +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xfddce742 mt76_set_channel +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xff52c0e9 mt76_tx_check_agg_ssn +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x00ced4a4 mt76_connac2_mac_tx_rate_val +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x0d10df16 mt76_connac_mcu_wtbl_update_hdr_trans +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x0d18ad85 mt76_connac_mcu_update_arp_filter +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x10477c35 mt76_connac_mcu_init_download +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x105d6bb0 mt76_connac_mcu_add_nested_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x12b71145 mt76_connac_txp_skb_unmap +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x16e8d726 mt76_connac2_load_ram +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x185d13c8 mt76_connac2_mac_decode_he_radiotap +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x1ae660b0 mt76_connac_mcu_wtbl_generic_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x1fcfa267 mt76_connac_mcu_alloc_wtbl_req +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x21130d0a mt76_connac_mcu_sta_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x22ad5fdf mt76_connac_mcu_sta_ba +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x24440740 mt76_connac_mcu_add_key +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x264f4f91 mt76_connac_mcu_wtbl_ba_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x2690be59 mt76_connac_mcu_set_deep_sleep +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x27dff326 mt76_connac_mcu_sta_basic_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x29a73c5e mt76_connac_get_he_phy_cap +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x2fe8f8be mt76_connac_mcu_uni_add_bss +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x3055a9aa mt76_connac_mcu_bss_omac_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x307cd003 mt76_connac2_mac_write_txwi +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x312f871f mt76_connac_mcu_sta_update_hdr_trans +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x323366c5 mt76_connac_mcu_wtbl_ht_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x33ada32f mt76_connac2_mac_add_txs_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x3c83d73d mt76_connac_get_phy_mode +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x3e84eb75 mt76_connac2_mac_fill_txs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x45510f3a mt76_connac_mcu_beacon_loss_iter +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x468f2c35 mt76_connac_mcu_set_p2p_oppps +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x4bafaa6c mt76_connac2_load_patch +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x50d2ff22 mt76_connac_mcu_uni_set_chctx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x5470a468 mt76_connac_pm_queue_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x5a850fbe mt76_connac_mcu_wtbl_smps_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x5e1dae2b mt76_connac_mcu_set_channel_domain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x639fbd66 mt76_connac_power_save_sched +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x64348692 mt76_connac_pm_wake +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x652b1dd3 mt76_connac_mcu_hw_scan +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x68a69b76 mt76_connac_mcu_patch_sem_ctrl +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x68faca32 mt76_connac_write_hw_txp +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x68fd8a90 mt76_connac2_mac_fill_rx_rate +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x7241ee6f mt76_connac_mcu_get_nic_capability +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x7896fb2b mt76_connac_mcu_set_rts_thresh +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x7cf3814c mt76_connac_mcu_cancel_hw_scan +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x822704da mt76_connac_free_pending_tx_skbs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x88c96d10 mt76_connac_mcu_set_mac_enable +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 0x929b266a mt76_connac_mcu_update_gtk_rekey +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x9c760291 mt76_connac2_reverse_frag0_hdr_trans +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xa81e5194 mt76_connac_mcu_start_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xaa3d910d mt76_connac_mcu_set_vif_ps +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xaada2541 mt76_connac_mcu_set_hif_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xaadcb71f mt76_connac_mcu_wtbl_hdr_trans_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xad18f4db mt76_connac_mcu_bss_basic_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xb28699e7 mt76_connac_mcu_coredump_event +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xb586eb41 mt76_connac_mcu_rdd_cmd +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xb831052a mt76_connac_mcu_uni_add_dev +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xbe7ad2ad mt76_connac_mcu_bss_ext_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xbec12341 __mt76_connac_mcu_alloc_sta_req +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xbf61a29e mt76_connac_mcu_sta_wed_update +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xc2607d97 mt76_connac_mcu_sched_scan_enable +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xca8b1f7a mt76_connac_mcu_reg_wr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xcc197d00 mt76_connac_mcu_set_suspend_iter +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xcd192478 mt76_connac_tx_complete_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xd0f6b051 mt76_connac_mcu_set_pm +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xd187158c mt76_connac_mcu_sta_uapsd +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xdfc7bba5 mt76_connac_mcu_sta_cmd +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xe104ee66 mt76_connac_mcu_restart +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xe35e9f26 mt76_connac_mcu_set_rate_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xe50bf74c mt76_connac_mcu_sched_scan_req +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xe8ca34a7 mt76_connac_mcu_start_patch +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xee3a25a7 mt76_connac2_mcu_fill_message +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xf27486fe mt76_connac_mcu_reg_rr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xf81c9d97 mt76_connac_pm_dequeue_skbs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xf8ec86b3 mt76_connac_mcu_chip_config +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xfa3dc4cf mt76_connac_init_tx_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xfc5f7890 mt76_connac_sta_state_dp +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xff2f3993 mt76_connac_mcu_sta_ba_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x10a6cf88 mt76s_wr_rp +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x2456eb78 mt76s_rmw +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x2619a9ee mt76s_rr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x47d10027 mt76s_read_pcr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x4800616c mt76s_txqs_empty +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x56e9c70d mt76s_write_copy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x588a9247 mt76s_hw_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x7083c14e mt76s_alloc_rx_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x7a2c3c72 mt76s_rd_rp +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x824251da mt76s_alloc_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x85885e6b mt76s_txrx_worker +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x9cb553d0 mt76s_read_copy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0xc2a815e9 mt76s_deinit +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0xc4dd9c01 mt76s_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0xd8ba4978 mt76s_sdio_irq +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0xf4b276a2 mt76s_wr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x1700b9db mt76u_stop_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x18603058 mt76u_resume_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x1cf6d3f3 ___mt76u_rr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x22f52842 mt76u_alloc_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x35efa253 mt76u_alloc_mcu_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x39b54257 mt76u_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x5802e573 mt76u_read_copy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x87374681 __mt76u_vendor_request +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x883fa323 mt76u_stop_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0xa275c684 ___mt76u_wr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0xb5c54eb5 mt76u_vendor_request +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0xc2cf393e mt76u_queues_deinit +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0xc88f7052 __mt76u_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0xfdb10a11 mt76u_single_wr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x02dd8a4e mt7615_ops +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x0adf0772 mt7615_mcu_restart +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x0b19e3b4 mt7615_mcu_parse_response +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x0eac7f2e mt7622_trigger_hif_int +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x16ab5898 mt7615_queue_rx_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x379de349 mt7615_mac_enable_rtscts +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x39032df1 mt7615_init_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x3d420a76 mt7615_mac_sta_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x3efa9b55 __mt7663_load_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x45ae0fc4 mt7615_mac_write_txwi +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x4afaa548 mt7615_init_debugfs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x682d5e7b mt7615_mac_sta_add +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x6f54912e mt7615_unregister_ext_phy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x77d1ef80 mt7615_rx_check +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x940f496d mt7615_register_ext_phy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x95234fda mt7615_init_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xa7b8c5e6 mt7615_tx_token_put +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xb67c2818 mt7615_init_work +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xba10af88 mt7615_wait_for_mcu_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xc08ef35b mt7615_mac_set_rates +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xc401a623 mt7615_eeprom_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xc7fb0271 mt7615_mcu_fill_msg +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xcc0f8edf mt7615_mcu_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xce69806a mt7615_mcu_exit +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xd276f3b8 mt7615_mac_sta_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xde4a4217 mt7615_sta_ps +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xf1adf415 mt7615_update_channel +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xfd0cfa9d mt7615_thermal_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615e 0x0af0ded8 mt7615_dma_reset +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7663-usb-sdio-common 0x0c3eaaac 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 0x40efb8ce mt7663_usb_sdio_register_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7663-usb-sdio-common 0x4fa4108d mt7663_usb_sdio_tx_prepare_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7663-usb-sdio-common 0xea674494 mt7663_usb_sdio_tx_status_data +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0x091bf0d9 mt76x0_phy_calibrate +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0x267c0e0b mt76x0_init_hardware +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0x3d2af9d5 mt76x0_mac_stop +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0x5b6967c6 mt76x0_chip_onoff +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0xb4653e0b mt76x0_set_sar_specs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0xc648f526 mt76x0_config +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0xd462720d mt76x0_register_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x057c3780 mt76x02_dma_disable +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x084b156b mt76x02_get_efuse_data +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x09e8049e mt76x02_sta_rate_tbl_update +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x15b64bfd mt76x02_ampdu_action +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x162565db mt76x02_mcu_cleanup +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x1ad7fa03 mt76x02_init_beacon_config +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x1f5b06e9 mt76x02_sta_add +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x2197ce1d mt76x02_tx_prepare_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x28852f23 mt76x02_dma_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x2896556f mt76x02_mac_setaddr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x28b089a6 mt76x02_mcu_set_radio_state +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x2962e9de mt76x02_mcu_function_select +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x29d2b354 mt76x02_phy_dfs_adjust_agc +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x30abc5a2 mt76x02_mac_write_txwi +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x35f63d9b mt76x02_add_interface +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x36a25b4f mt76x02_remove_interface +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x3c859578 mt76x02_update_channel +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x44abd625 mt76x02_phy_set_band +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x45abac8d mt76x02_config_mac_addr_list +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x4a47b990 mt76x02_mac_start +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x4c5adb24 mt76x02_phy_adjust_vga_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x4c66d37d mt76x02_reconfig_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x4d53827c mt76x02_phy_set_txdac +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x4e655289 mt76x02_eeprom_parse_hw_cap +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x4f262c22 mt76x02_conf_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x5196b4e8 mt76x02_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x534b99e7 mt76x02_set_ethtool_fwver +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x5896ccae 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 0x5ec746d1 mt76x02_update_beacon_iter +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x6129d3f2 mt76x02_tx_complete_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x69b3c816 mt76x02_set_rts_threshold +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x6ea36aaa mt76x02_phy_set_bw +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x72cc2898 mt76x02_dfs_init_params +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x7438651c mt76x02_mac_reset_counters +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x75fef85d mt76x02_add_rate_power_offset +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x7de1f365 mt76x02_remove_hdr_pad +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x827e4fb4 mt76x02_configure_filter +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x8a95344c mt76x02e_init_beacon_config +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x8cb26f71 mt76x02_ext_pa_enabled +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x9108388d mt76x02_edcca_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x91d5b9ee mt76x02_irq_handler +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x935267c0 mt76x02_set_key +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 0x93ed7cfe mt76x02_tx_status_data +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x949d207f mt76x02_sta_ps +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x9723d75a mt76x02_mcu_calibrate +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x973ed8d1 mt76x02_phy_set_rxpath +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x98cebeef mt76x02_bss_info_changed +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x9cebcba4 mt76x02_mac_set_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xa4be107e mt76x02_set_tx_ackto +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xa9faed13 mt76x02_get_rx_gain +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 0xbadd92e8 mt76x02_enqueue_buffered_bc +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xbe95521e mt76x02_get_lna_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xbec4d8e9 mt76x02_init_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xc0d572ec mt76x02_mac_wcid_setup +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xc7e678b9 mt76x02_mac_cc_reset +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xd251ab72 mt76x02_set_coverage_class +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xd8099a78 mt76x02_resync_beacon_timer +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xda38413f mt76x02_eeprom_copy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xe2e92da2 mt76x02_sta_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xe32bfd7e mt76x02_tx_set_txpwr_auto +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xeae3f28d mt76x02_init_debugfs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xeebfb7b5 mt76x02_queue_rx_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xefeb890e mt76x02_init_agc_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xf4ed094e mt76x02_mcu_parse_response +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xf8f5a790 mt76x02_mcu_msg_send +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xfbc8193a mt76x02_rx_poll_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xfc20aa77 mt76x02_sw_scan_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xfe2115b8 mt76x02_phy_set_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0x1fef5aea mt76x02u_exit_beacon_config +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0x2e09d70a mt76x02u_mac_start +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0x592bebd2 mt76x02u_init_mcu +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0x5c023f4f mt76x02u_init_beacon_config +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0x5f2762ed mt76x02u_tx_prepare_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0x65773630 mt76x02u_mcu_fw_reset +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0xb63b03a2 mt76x02u_mcu_fw_send_data +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0xecfdff92 mt76x02u_tx_complete_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x04d5a103 mt76x2_set_sar_specs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x0bca0155 mt76x2_reset_wlan +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x2aedc4cc mt76x2_mcu_init_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x2ed35d47 mt76x2_configure_tx_delay +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x518fae2a mt76_write_mac_initvals +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x5f5fc814 mt76x2_mac_stop +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x5f675bcc mt76x2_mcu_set_channel +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x64a79d00 mt76x2_get_temp_comp +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x6ca605c6 mt76x2_init_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x6f2084d5 mt76x2_phy_set_txpower_regs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x7297e900 mt76x2_mcu_load_cr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x75b9b0ad mt76x2_mcu_tssi_comp +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x85ee102d mt76x2_get_rate_power +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x85f58e00 mt76x2_apply_gain_adj +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x86a07b05 mt76x2_eeprom_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xa723cd15 mt76x2_get_power_info +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xf5534419 mt76x2_phy_update_channel_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xf634fce7 mt76x2_phy_tssi_compensate +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xf7e7b7ea mt76x2_phy_set_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xf8e1bac9 mt76x2_read_rx_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x01ebf010 mt7921_queue_rx_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x04d146c7 mt7921_usb_sdio_tx_prepare_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x1c756229 mt7921_mac_sta_assoc +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x254c9c42 mt7921_update_channel +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x28964ca4 mt7921_mcu_parse_response +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x4135a121 mt7921_mac_sta_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x45447b97 mt7921_register_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x468193f6 mt7921_check_offload_capability +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x4abb60db mt7921_stop +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x55e8deed mt7921_run_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x5c5330d2 mt7921_mac_sta_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x72196950 mt7921_usb_sdio_tx_status_data +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x7e02d7a0 mt7921_txwi_free +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x973e6fbb mt7921_mac_sta_add +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x97b7f788 mt7921_reset +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0xaa436a82 mt7921_rx_check +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0xb9a436d8 mt7921_ops +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0xbfc5a7b2 mt7921_mac_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0xc57a2d5c __mt7921_start +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0xdae05f92 mt7921_sta_ps +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0xe86361d6 mt7921_mcu_fw_pmctrl +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0xea937804 mt7921_mcu_drv_pmctrl +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0xecb02cdf mt7921_mcu_set_eeprom +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0xffc5374b mt7921_usb_sdio_tx_complete_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/microchip/wilc1000/wilc1000 0x45ab678e chip_wakeup +EXPORT_SYMBOL_GPL drivers/net/wireless/microchip/wilc1000/wilc1000 0x4e6d6735 wilc_cfg80211_init +EXPORT_SYMBOL_GPL drivers/net/wireless/microchip/wilc1000/wilc1000 0x5358676b wilc_netdev_cleanup +EXPORT_SYMBOL_GPL drivers/net/wireless/microchip/wilc1000/wilc1000 0x8ae781f9 host_wakeup_notify +EXPORT_SYMBOL_GPL drivers/net/wireless/microchip/wilc1000/wilc1000 0x8da2c2ab chip_allow_sleep +EXPORT_SYMBOL_GPL drivers/net/wireless/microchip/wilc1000/wilc1000 0x9bc8099a host_sleep_notify +EXPORT_SYMBOL_GPL drivers/net/wireless/microchip/wilc1000/wilc1000 0xeeca36f1 wilc_handle_isr +EXPORT_SYMBOL_GPL drivers/net/wireless/quantenna/qtnfmac/qtnfmac 0x223a6396 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 0x537963d7 qtnf_core_attach +EXPORT_SYMBOL_GPL drivers/net/wireless/quantenna/qtnfmac/qtnfmac 0x56f8fd38 qtnf_trans_handle_rx_ctl_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/quantenna/qtnfmac/qtnfmac 0x5c6e4c77 qtnf_classify_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/quantenna/qtnfmac/qtnfmac 0x929814e6 qtnf_core_detach +EXPORT_SYMBOL_GPL drivers/net/wireless/quantenna/qtnfmac/qtnfmac 0xe59d9498 qtnf_wake_all_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x02bfc074 rt2800_txdone_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x0f417ab0 rt2800_config_ant +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x1a96480c rt2800_get_tsf +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x1f978ebf rt2800_vco_calibration +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x2c5b819d rt2800_watchdog +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x2d49827b rt2800_read_eeprom_efuse +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x2db06746 rt2800_get_txwi_rxwi_size +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x2eb9ce05 rt2800_txdone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x360f3a0c rt2800_write_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x3b30159a rt2800_enable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x3eee54b4 rt2800_load_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x403d5286 rt2800_clear_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x438a91a0 rt2800_config_erp +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x43a8b55b rt2800_pre_reset_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x494f88cb rt2800_process_rxwi +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x50277b12 rt2800_conf_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x5356fe7f rt2800_get_survey +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x587ccc2f rt2800_sta_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x5931ac3e rt2800_ampdu_action +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x5b1969be rt2800_txstatus_timeout +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x6bf03047 rt2800_rfkill_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x6f8d295a rt2800_disable_wpdma +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x7401ba7d rt2800_probe_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x762bf73b rt2800_txdone_nostatus +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x890064d1 rt2800_check_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x8ad0e815 rt2800_disable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x9098dc87 rt2800_config_pairwise_key +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x91204378 rt2800_mcu_request +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x91c1640c rt2800_config_intf +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x9466765e rt2800_set_rts_threshold +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x952aa0dc rt2800_wait_wpdma_ready +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xb6aeb0a5 rt2800_efuse_detect +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xc7b9fdfe rt2800_write_tx_data +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xc7e4e16e rt2800_config_shared_key +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xd031e653 rt2800_wait_csr_ready +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xd390194b rt2800_config +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xd79a9b87 rt2800_link_tuner +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xdc41104e rt2800_gain_calibration +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xe6e98589 rt2800_sta_add +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xec7f6d23 rt2800_get_key_seq +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xeed2f7e5 rt2800_link_stats +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xef915f5b rt2800_txstatus_pending +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xf3d4be8d rt2800_reset_tuner +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xfce3fdab rt2800_config_filter +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x0dce4669 rt2800mmio_write_tx_desc +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x16c7fc20 rt2800mmio_stop_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x21c15284 rt2800mmio_kick_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x2272e6e9 rt2800mmio_get_entry_state +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x23c8dfe4 rt2800mmio_init_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x2477c284 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 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 0x5307f67f rt2800mmio_queue_init +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x533e0ad3 rt2800mmio_get_dma_done +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x575d5cd4 rt2800mmio_get_txwi +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x5fa4db64 rt2800mmio_interrupt +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x9005b7c3 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 0x9a023846 rt2800mmio_flush_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x9deb55c1 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 0xa45ae087 rt2800mmio_init_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xa8730f10 rt2800mmio_toggle_irq +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xb36d329f rt2800mmio_enable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xbc5ac90a rt2800mmio_start_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x0f3aa748 rt2x00queue_start_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x1ee2aba0 rt2x00lib_rxdone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x27d6a276 rt2x00queue_unmap_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x2ba7b679 rt2x00mac_conf_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x2e7ad984 rt2x00mac_stop +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x2ec89a2d rt2x00mac_sw_scan_start +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x34168177 rt2x00mac_get_stats +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x3661b202 rt2x00lib_resume +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x372e05e8 rt2x00mac_set_key +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x3c4f251a rt2x00queue_pause_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x3e47095f rt2x00queue_flush_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x3f2f2682 rt2x00mac_flush +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x3f618314 rt2x00mac_remove_interface +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x441610c7 rt2x00mac_get_antenna +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x463315c0 rt2x00lib_txdone_nomatch +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x4f30918f rt2x00lib_set_mac_address +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x4f51a797 rt2x00mac_set_antenna +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x519058a1 rt2x00mac_reconfig_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x57d0cc06 rt2x00lib_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x5e135869 rt2x00mac_config +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x6201c267 rt2x00queue_unpause_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x67d32092 rt2x00queue_stop_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x6a1b903b rt2x00mac_configure_filter +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x6e32cd6c rt2x00mac_add_interface +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x71837476 rt2x00mac_set_tim +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x8f4d040e rt2x00queue_map_txskb +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x99440f76 rt2x00queue_start_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xa20b67d5 rt2x00mac_sw_scan_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xa5baa7b3 rt2x00mac_bss_info_changed +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xa8a31606 rt2x00queue_stop_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xa9452bed rt2x00lib_probe_dev +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xac73d1f4 rt2x00lib_beacondone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xc1abd098 rt2x00lib_remove_dev +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xc278d5a0 rt2x00lib_pretbtt +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xc41e49cd rt2x00mac_tx_frames_pending +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xc5c6add4 rt2x00lib_dmadone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xc73d41fc rt2x00lib_dmastart +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xd3a7ba67 rt2x00lib_txdone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xd8a889f8 rt2x00queue_for_each_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xdf6b56ec rt2x00lib_txdone_noinfo +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xe1299bc4 rt2x00mac_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xe8f4f6bd rt2x00lib_get_bssidx +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xe9b9de7c rt2x00queue_flush_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xf1e07448 rt2x00mac_rfkill_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xfbd119fd rt2x00mac_start +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xfd161a7e rt2x00mac_get_ringparam +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xfe0b0bfd rt2x00queue_get_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00mmio 0x335bd6b3 rt2x00mmio_flush_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00mmio 0x450dd4d7 rt2x00mmio_regbusy_read +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00mmio 0x4bafe37a rt2x00mmio_uninitialize +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00mmio 0x50274e6e rt2x00mmio_rxdone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00mmio 0xab96f262 rt2x00mmio_initialize +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00pci 0x1aac6e1e rt2x00pci_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00pci 0x290adfd3 rt2x00pci_pm_ops +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00pci 0x51bf864d rt2x00pci_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x08f3f5b1 rt2x00usb_vendor_request +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x0f6db8d4 rt2x00usb_kick_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x2301247e rt2x00usb_vendor_request_buff +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x6291134e rt2x00usb_register_read_async +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x6a61cf5d rt2x00usb_clear_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x77454a29 rt2x00usb_disable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x78db7229 rt2x00usb_flush_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x8b6d058b rt2x00usb_initialize +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x99ac988d rt2x00usb_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xa70a6872 rt2x00usb_regbusy_read +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xab5c7f91 rt2x00usb_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xb8862375 rt2x00usb_vendor_req_buff_lock +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xdf63e9bc rt2x00usb_uninitialize +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xebb3c17f rt2x00usb_resume +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xf7812c04 rt2x00usb_disconnect +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xfa01b2f5 rt2x00usb_watchdog +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x3e19117e dm_savepowerindex +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x999360f8 dm_restorepowerindex +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xae75a45a rtl92c_set_p2p_ps_offload_cmd +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xc31162d0 dm_writepowerindex +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x099c0674 rtl8723_save_adda_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x0a27437a rtl8723_phy_reload_mac_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x0d938a65 rtl8723_phy_txpwr_idx_to_dbm +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x2dc22516 rtl8723_cmd_send_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x3069f75b 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 0x51212b1a rtl8723_phy_pi_mode_switch +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x5984370b rtl8723be_firmware_selfreset +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x63c49807 rtl8723_dm_init_dynamic_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x6ca8d2f1 rtl8723_phy_set_bb_reg +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x6f7d1915 rtl8723_phy_rf_serial_write +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x728f01ba rtl8723_phy_path_a_standby +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x795d072b 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 0x8db37fc5 rtl8723_phy_rf_serial_read +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x97ee3125 rtl8723_fw_free_to_go +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xab119015 rtl8723_write_fw +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xaebf7cc1 rtl8723_phy_reload_adda_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xb4acdf8c rtl8723_dm_init_edca_turbo +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xb9300c67 rtl8723_enable_fw_download +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xc3d6b60d rtl8723ae_firmware_selfreset +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xd7fcb3f2 rtl8723_dm_init_dynamic_bb_powersaving +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xe1971070 rtl8723_phy_path_a_fill_iqk_matrix +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xe8bbc23e rtl8723_phy_init_bb_rf_reg_def +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xe97d3e4f rtl8723_phy_mac_setting_calibration +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xe9e81b96 rtl8723_phy_path_adda_on +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xf90a8c12 rtl8723_phy_save_mac_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x18d56f4a 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 0x2a95c05b rtl_tx_ackqueue +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x2b0cc500 rtl_ips_nic_on +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 0x374abaa6 rtl_tx_report_handler +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x43c3b378 rtl_action_proc +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x4a90b5c3 rtl_get_hal_edca_param +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x4e94cd48 rtl_global_var +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x4efc95c9 rtl_recognize_peer +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x6195c33d rtl_init_core +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x6db3ba37 rtl_update_beacon_work_callback +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x6dca4f74 rtl_lps_leave +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x7035ac05 rtl_set_tx_report +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x75892a33 rtl_deinit_deferred_work +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x78ff5ef1 rtl_lps_enter +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x7c7b73cd rtl_deinit_core +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x87e31bba rtl_deinit_rfkill +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x887cd358 rtl_fw_block_write +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x8a33010c rtl_efuse_ops_init +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x8efdb80f rtl_ops +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x97e05663 rtl_tid_to_ac +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x9a615669 rtl_get_hwinfo +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xabf3b9be rtl_beacon_statistic +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xb324de37 read_efuse_byte +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xd4a50bc9 rtl_tx_mgmt_proc +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xf08a675d rtl_init_rx_config +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xf0eb59d8 rtl_fw_page_write +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xf3365946 rtl_p2p_info +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xf61cdf50 rtl_is_special_data +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x0f5c3ce9 rsi_zone_enabled +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x1712b120 rsi_read_pkt +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x171dd372 rsi_91x_init +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x42fec047 rsi_mac80211_detach +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x83508fa8 rsi_91x_deinit +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0xab1b9263 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 0x2255c2a2 cw1200_can_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/st/cw1200/cw1200_core 0x89c2361d cw1200_core_release +EXPORT_SYMBOL_GPL drivers/net/wireless/st/cw1200/cw1200_core 0x99feccdd cw1200_irq_handler +EXPORT_SYMBOL_GPL drivers/net/wireless/st/cw1200/cw1200_core 0xc383c77e cw1200_core_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wl1251/wl1251 0x1fd8f690 wl1251_init_ieee80211 +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wl1251/wl1251 0x6d4be45d wl1251_alloc_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wl1251/wl1251 0xdcb26328 wl1251_free_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x04ebfc37 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 0x0863e1c6 wlcore_free_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x0cebc21f wlcore_event_beacon_loss +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x0d742d6f wlcore_event_dummy_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x0e582788 wlcore_disable_interrupts +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x18907255 wl1271_debugfs_update_stats +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x1a30c641 wlcore_event_sched_scan_completed +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x1a3d490a wl1271_acx_init_mem_config +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x1d9f3ee1 wl1271_cmd_send +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x20351125 wlcore_get_native_channel_type +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x28076e4d wlcore_event_inactive_sta +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x34deb054 wl1271_tx_flush +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x37bfada6 wl12xx_cmd_build_probe_req +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x4914bb04 wlcore_cmd_generic_cfg +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x586509a1 wl1271_acx_pm_config +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x5d878532 wlcore_cmd_wait_for_event_or_timeout +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x6420382c wlcore_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x68358f55 wlcore_event_ba_rx_constraint +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x76fd9d96 wl1271_acx_sleep_auth +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x8182a7a9 wlcore_boot_upload_nvs +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x8545b77e wl1271_tx_min_rate_get +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x85498cd1 wl1271_format_buffer +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x87a22dc1 wlcore_set_key +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x8a7a6650 wlcore_event_roc_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x8d90e0ca wl1271_acx_set_ht_capabilities +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x9096468b wl1271_cmd_test +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x943112f5 wlcore_alloc_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x9f70bbfc wlcore_event_soft_gemini_sense +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xa1c7e74f wl1271_cmd_data_path +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xa2f4c96e wlcore_event_channel_switch +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xa3c1942d wl1271_cmd_configure +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xabf8fb41 wlcore_synchronize_interrupts +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xad057e7f wlcore_enable_interrupts +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xadee57bc wlcore_set_scan_chan_params +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xb02909c2 wlcore_scan_sched_scan_ssid_list +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xb2fafbc7 wlcore_event_rssi_trigger +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xbbd7cc13 wlcore_set_partition +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xbbf92bbb wlcore_event_fw_logger +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xc25c60dd wlcore_boot_run_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xc28248a6 wlcore_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xc4f0bfbf wlcore_translate_addr +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xd4e53c62 wlcore_boot_upload_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xd51935ae wl12xx_acx_mem_cfg +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xe5cdf6b4 wlcore_disable_interrupts_nosync +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xe6e80632 wlcore_event_max_tx_failure +EXPORT_SYMBOL_GPL drivers/net/wwan/wwan 0x15629dfb wwan_create_port +EXPORT_SYMBOL_GPL drivers/net/wwan/wwan 0x3d9bbf75 wwan_port_txon +EXPORT_SYMBOL_GPL drivers/net/wwan/wwan 0x4dff61e5 wwan_port_txoff +EXPORT_SYMBOL_GPL drivers/net/wwan/wwan 0x526bcf2a wwan_port_get_drvdata +EXPORT_SYMBOL_GPL drivers/net/wwan/wwan 0x65dde699 wwan_port_rx +EXPORT_SYMBOL_GPL drivers/net/wwan/wwan 0xb74c31cd wwan_remove_port +EXPORT_SYMBOL_GPL drivers/net/wwan/wwan 0xc6fb8f8b wwan_put_debugfs_dir +EXPORT_SYMBOL_GPL drivers/net/wwan/wwan 0xcb755ffc wwan_register_ops +EXPORT_SYMBOL_GPL drivers/net/wwan/wwan 0xe8696278 wwan_unregister_ops +EXPORT_SYMBOL_GPL drivers/net/wwan/wwan 0xfb60c154 wwan_get_debugfs_dir +EXPORT_SYMBOL_GPL drivers/nfc/nfcmrvl/nfcmrvl 0x6eb3327c nfcmrvl_nci_unregister_dev +EXPORT_SYMBOL_GPL drivers/nfc/nfcmrvl/nfcmrvl 0x8081c720 nfcmrvl_nci_recv_frame +EXPORT_SYMBOL_GPL drivers/nfc/nfcmrvl/nfcmrvl 0x86ecfa95 nfcmrvl_parse_dt +EXPORT_SYMBOL_GPL drivers/nfc/nfcmrvl/nfcmrvl 0xb2946345 nfcmrvl_nci_register_dev +EXPORT_SYMBOL_GPL drivers/nfc/pn533/pn533 0x48a42006 pn533_finalize_setup +EXPORT_SYMBOL_GPL drivers/nfc/pn533/pn533 0x56283a8d pn53x_common_init +EXPORT_SYMBOL_GPL drivers/nfc/pn533/pn533 0x6bc6c8d1 pn53x_register_nfc +EXPORT_SYMBOL_GPL drivers/nfc/pn533/pn533 0x8b57d343 pn533_rx_frame_is_cmd_response +EXPORT_SYMBOL_GPL drivers/nfc/pn533/pn533 0xad24af58 pn53x_common_clean +EXPORT_SYMBOL_GPL drivers/nfc/pn533/pn533 0xdecfd339 pn533_rx_frame_is_ack +EXPORT_SYMBOL_GPL drivers/nfc/pn533/pn533 0xe6f1c067 pn532_i2c_nfc_alloc +EXPORT_SYMBOL_GPL drivers/nfc/pn533/pn533 0xfbf3c40a pn53x_unregister_nfc +EXPORT_SYMBOL_GPL drivers/nfc/st-nci/st-nci 0x03a7e63d st_nci_remove +EXPORT_SYMBOL_GPL drivers/nfc/st-nci/st-nci 0x06027a26 st_nci_hci_cmd_received +EXPORT_SYMBOL_GPL drivers/nfc/st-nci/st-nci 0x14a1d6fb st_nci_enable_se +EXPORT_SYMBOL_GPL drivers/nfc/st-nci/st-nci 0x18ef4a22 st_nci_disable_se +EXPORT_SYMBOL_GPL drivers/nfc/st-nci/st-nci 0x83fa29e4 st_nci_hci_load_session +EXPORT_SYMBOL_GPL drivers/nfc/st-nci/st-nci 0xa4b3055b st_nci_probe +EXPORT_SYMBOL_GPL drivers/nfc/st-nci/st-nci 0xd5efb65b st_nci_discover_se +EXPORT_SYMBOL_GPL drivers/nfc/st-nci/st-nci 0xf223dae5 st_nci_hci_event_received +EXPORT_SYMBOL_GPL drivers/nfc/st95hf/st95hf 0x4cd0de59 st95hf_spi_recv_echo_res +EXPORT_SYMBOL_GPL drivers/nfc/st95hf/st95hf 0xe5ef8f73 st95hf_spi_recv_response +EXPORT_SYMBOL_GPL drivers/nfc/st95hf/st95hf 0xf0a90ba5 st95hf_spi_send +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0x0862001f ntb_transport_tx_free_entry +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0x28b66c85 ntb_transport_create_queue +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0x2c92f079 ntb_transport_unregister_client +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0x30934216 ntb_transport_max_size +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0x32537aca ntb_transport_link_query +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0x3d54dbfc ntb_transport_tx_enqueue +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0x436098aa ntb_transport_link_down +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0x82e6c13d ntb_transport_qp_num +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0x9c992c8f ntb_transport_link_up +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0xad5d1ccf ntb_transport_register_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 0xbbe3dc1d virtio_pmem_host_ack +EXPORT_SYMBOL_GPL drivers/nvdimm/nd_virtio 0xf24445aa async_pmem_flush +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0x01850555 nvme_auth_generate_key +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0x094d22f6 nvme_auth_gen_privkey +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0x1d3b270f nvme_auth_transform_key +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0x1dc4a61b nvme_auth_gen_pubkey +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 0x76df6634 nvme_auth_gen_shared_secret +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 0x04b1e4b8 nvme_cancel_tagset +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x06d351bf nvme_sync_io_queues +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x0b2dd92a nvme_reset_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x0cb24f8c nvme_init_ctrl_finish +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x10e73067 nvme_quiesce_admin_queue +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x11abc494 __SCK__tp_func_nvme_sq +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x12fbe8f0 nvme_mpath_start_request +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x1436610a nvme_wait_freeze +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x16d853ea nvme_auth_negotiate +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x191f7be9 nvme_change_ctrl_state +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x1be2a9b5 __traceiter_nvme_sq +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x1cc4cb18 nvme_remove_namespaces +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x2e2556ac nvme_unquiesce_admin_queue +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x2fbe1ec0 nvme_stop_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x3316888f nvme_cleanup_cmd +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x36b2beae nvme_remove_io_tag_set +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x3b51049c nvme_dev_attrs_group +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x43feaa32 nvme_enable_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x44e3f4df nvme_disable_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x46aad901 nvme_init_request +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x49224181 nvme_reset_wq +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x4ff38335 nvme_host_path_error +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x50234e56 nvme_set_features +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x516f7f7c nvme_sync_queues +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x5e2440fe nvme_alloc_admin_tag_set +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x5f4d2b27 nvme_auth_wait +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x62a6c950 nvme_mark_namespaces_dead +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x64b62862 nvme_wq +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x7112929f nvme_start_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x76e27eeb nvme_cancel_request +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x79b774f2 nvme_unquiesce_io_queues +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x7d70bcd9 nvme_complete_batch_req +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x813cf212 nvme_io_timeout +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x83cb900d nvme_set_queue_count +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x8e7ec2b6 __tracepoint_nvme_sq +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x92eaa7c5 nvme_unfreeze +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x9b3ec236 nvme_auth_stop +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x9ee19815 nvme_wait_reset +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x9fa4a8c7 nvme_cancel_admin_tagset +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xa3ea0cb6 nvme_complete_async_event +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xa4dec5c9 __nvme_check_ready +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xb0601880 nvme_complete_rq +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xb21f2f81 nvme_start_freeze +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xb409033c nvme_setup_cmd +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xb9d29a09 nvme_fail_nonready_command +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xc3b9372f nvme_remove_admin_tag_set +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xc9290119 nvme_alloc_io_tag_set +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xd45434ee admin_timeout +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xd45ed3d9 nvme_quiesce_io_queues +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xd4714e50 nvme_delete_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xd58bbbcb nvme_delete_wq +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xd72da039 nvme_auth_free +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xd743c89e nvme_stop_keep_alive +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xdb31e4d3 nvme_auth_init_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xdd72d763 nvme_submit_sync_cmd +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xdead77c6 __nvme_submit_sync_cmd +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xdf5d5fce nvme_uninit_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xe11b78ab nvme_get_features +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xe1c69624 nvme_wait_freeze_timeout +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xe39394b3 nvme_init_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xf74635c8 nvme_try_sched_reset +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x209c7fc8 nvmf_reg_read32 +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x23872496 nvmf_get_address +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x275dcf5b nvmf_ip_options_match +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x4c2e610d nvmf_should_reconnect +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x5199bdc2 nvmf_register_transport +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x6fbcaa2d nvmf_connect_io_queue +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x71d9e586 nvmf_reg_read64 +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x7498de97 nvmf_free_options +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x814c52e4 nvmf_unregister_transport +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0xc4b80617 nvmf_connect_admin_queue +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0xeb2ab99f nvmf_reg_write32 +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fc 0x0d12e564 nvme_fc_register_remoteport +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fc 0x16394201 nvme_fc_register_localport +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fc 0x21e609f7 nvme_fc_io_getuuid +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 0xfca9dc99 nvme_fc_unregister_remoteport +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x096d4d74 nvmet_check_transfer_len +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x0f9ed136 nvmet_register_transport +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x395b9fc0 nvmet_sq_destroy +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x3e0ef07a nvmet_wq +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x77fc43bf nvmet_req_init +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x88ee9ade nvmet_req_free_sgls +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x894a7670 nvmet_ctrl_fatal_error +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x955178bd nvmet_req_complete +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0xbe2d6119 nvmet_req_uninit +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0xc8fed6c8 nvmet_unregister_transport +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0xde549895 nvmet_req_alloc_sgls +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0xe64f41fb 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 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 0xd5d41dcb 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 0x307e5680 switchtec_class +EXPORT_SYMBOL_GPL drivers/perf/arm_cspmu/arm_cspmu_module 0x2e1d9698 arm_cspmu_sysfs_event_show +EXPORT_SYMBOL_GPL drivers/perf/arm_cspmu/arm_cspmu_module 0x5d44102f nv_cspmu_init_ops +EXPORT_SYMBOL_GPL drivers/perf/arm_cspmu/arm_cspmu_module 0xbd42e036 arm_cspmu_sysfs_format_show +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0x0de718f6 hisi_uncore_pmu_enable +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0x15ce570a hisi_cpumask_sysfs_show +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0x1fe69907 hisi_pmu_init +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0x26dd720a hisi_uncore_pmu_del +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0x3ec4fc27 hisi_uncore_pmu_online_cpu +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0x3fdea6e8 hisi_uncore_pmu_read +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0x4bb9aeec hisi_format_sysfs_show +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0x4fbb411c hisi_uncore_pmu_get_event_idx +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0x548e88e6 hisi_event_sysfs_show +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0x55ecde4a hisi_uncore_pmu_add +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0x57e11dba hisi_uncore_pmu_identifier_attr_show +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0x9ca38bd5 hisi_uncore_pmu_event_init +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0xa8e78dcd hisi_uncore_pmu_start +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0xb6007af7 hisi_uncore_pmu_event_update +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0xcf165aee hisi_uncore_pmu_disable +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0xdf0ab28e hisi_uncore_pmu_init_irq +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0xe4287a97 hisi_uncore_pmu_stop +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0xe5752106 hisi_uncore_pmu_set_event_period +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0xfb6373d1 hisi_uncore_pmu_offline_cpu +EXPORT_SYMBOL_GPL drivers/phy/allwinner/phy-sun4i-usb 0x4e9a0396 sun4i_usb_phy_set_squelch_detect +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0x03642421 tegra_xusb_padctl_get +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0x07ad05f5 tegra_xusb_padctl_disable_phy_wake +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0x61641bb6 tegra194_xusb_padctl_soc +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0x6bf74bb0 tegra_xusb_padctl_get_usb3_companion +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0x7806776c tegra_xusb_padctl_hsic_set_idle +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0x84e46ff7 tegra_phy_xusb_utmi_pad_power_on +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0x92852f53 tegra_xusb_padctl_usb3_save_context +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0xb352f06d tegra186_xusb_padctl_soc +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0xb9736faa tegra_xusb_padctl_disable_phy_sleepwalk +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0xbff30795 tegra_xusb_padctl_set_vbus_override +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0xc75aefa5 tegra_xusb_padctl_enable_phy_wake +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0xcb151226 tegra_phy_xusb_utmi_port_reset +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0xcb93809a tegra124_xusb_padctl_soc +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0xccc49cff tegra210_xusb_padctl_soc +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0xd417c6c9 tegra_xusb_padctl_put +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0xdff72ea7 tegra_xusb_padctl_remote_wake_detected +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0xe32e8d64 tegra_xusb_padctl_usb3_set_lfps_detect +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0xe330cde2 tegra_xusb_padctl_enable_phy_sleepwalk +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0xf8421c1f tegra_phy_xusb_utmi_pad_power_down +EXPORT_SYMBOL_GPL drivers/phy/ti/phy-omap-usb2 0x00d48f33 omap_usb2_set_comparator +EXPORT_SYMBOL_GPL drivers/pinctrl/pinctrl-mcp23s08 0x8e800d4a mcp23s08_probe_one +EXPORT_SYMBOL_GPL drivers/pinctrl/pinctrl-mcp23s08 0xd125f3c3 mcp23x17_regmap +EXPORT_SYMBOL_GPL drivers/pinctrl/pinctrl-mcp23s08 0xe15e572c mcp23x08_regmap +EXPORT_SYMBOL_GPL drivers/pinctrl/qcom/pinctrl-lpass-lpi 0xbf2a53e4 lpi_pinctrl_remove +EXPORT_SYMBOL_GPL drivers/pinctrl/qcom/pinctrl-lpass-lpi 0xd4037950 lpi_pinctrl_probe +EXPORT_SYMBOL_GPL drivers/platform/chrome/cros-ec-sensorhub 0x7855056e cros_ec_sensorhub_register_push_data +EXPORT_SYMBOL_GPL drivers/platform/chrome/cros-ec-sensorhub 0xe5829195 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 0x09aa8662 ssam_controller_event_enable +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x1726df8f __ssam_notifier_unregister +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x2af115da ssam_controller_put +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x3370a154 ssam_controller_event_disable +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x363970c2 ssam_device_alloc +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x3c396cd5 ssam_request_sync_alloc +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x3c7ed349 ssam_device_remove +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x4c298cdb ssam_controller_statelock +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x53b9be84 ssam_request_sync +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x5477c5a5 ssam_controller_device +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x556326e2 ssam_request_sync_init +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x5dc4f430 ssam_controller_stateunlock +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x65291676 __ssam_register_clients +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x6a1159ec __ssam_device_driver_register +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x6ae58c28 ssam_client_bind +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x6e4fb667 ssam_request_sync_submit +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x875920b1 ssam_device_get_match_data +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x8edb5203 ssam_request_sync_free +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x9cde6b3b ssam_request_sync_with_buffer +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xab668de4 ssam_client_link +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xac960c6e ssam_bus_type +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xb391f07c ssam_notifier_register +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xb6e88107 ssam_get_controller +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xbcc8fe70 ssam_controller_get +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xc2b3b226 ssh_packet_get +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xc2bd582d ssam_device_id_match +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xc6b8492d ssam_device_add +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xcc9bd132 ssam_device_driver_unregister +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xcf3324c5 ssam_device_get_match +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xdc24a8d7 ssam_request_write_data +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xe7e8e450 ssh_packet_put +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xf487f21e ssam_remove_clients +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xf9971b48 ssam_device_type +EXPORT_SYMBOL_GPL drivers/platform/surface/surface_acpi_notify 0x48cf4c48 san_dgpu_notifier_register +EXPORT_SYMBOL_GPL drivers/platform/surface/surface_acpi_notify 0x8ab7329d 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 0x64dcbcbb devm_reboot_mode_register +EXPORT_SYMBOL_GPL drivers/power/reset/reboot-mode 0xca1d3bfc reboot_mode_register +EXPORT_SYMBOL_GPL drivers/power/reset/reboot-mode 0xd974bf18 reboot_mode_unregister +EXPORT_SYMBOL_GPL drivers/power/reset/reboot-mode 0xedf2238a devm_reboot_mode_unregister +EXPORT_SYMBOL_GPL drivers/power/supply/bq27xxx_battery 0x305a3565 bq27xxx_battery_teardown +EXPORT_SYMBOL_GPL drivers/power/supply/bq27xxx_battery 0x3d9876b5 bq27xxx_battery_setup +EXPORT_SYMBOL_GPL drivers/power/supply/bq27xxx_battery 0x9d184387 bq27xxx_battery_update +EXPORT_SYMBOL_GPL drivers/power/supply/pcf50633-charger 0x24e7b25b pcf50633_mbc_get_usb_online_status +EXPORT_SYMBOL_GPL drivers/power/supply/pcf50633-charger 0x8e67b3b2 pcf50633_mbc_get_status +EXPORT_SYMBOL_GPL drivers/power/supply/pcf50633-charger 0xcd3a45d3 pcf50633_mbc_usb_curlim_set +EXPORT_SYMBOL_GPL drivers/ptp/ptp-qoriq 0x10154689 ptp_qoriq_free +EXPORT_SYMBOL_GPL drivers/ptp/ptp-qoriq 0x2eae82b0 ptp_qoriq_isr +EXPORT_SYMBOL_GPL drivers/ptp/ptp-qoriq 0x3765795f ptp_qoriq_gettime +EXPORT_SYMBOL_GPL drivers/ptp/ptp-qoriq 0x519b4e2e ptp_qoriq_init +EXPORT_SYMBOL_GPL drivers/ptp/ptp-qoriq 0x718727a2 extts_clean_up +EXPORT_SYMBOL_GPL drivers/ptp/ptp-qoriq 0x8295b7e7 ptp_qoriq_enable +EXPORT_SYMBOL_GPL drivers/ptp/ptp-qoriq 0x93264bfc ptp_qoriq_adjfine +EXPORT_SYMBOL_GPL drivers/ptp/ptp-qoriq 0x95e31dd9 ptp_qoriq_settime +EXPORT_SYMBOL_GPL drivers/ptp/ptp-qoriq 0xe51fdc0f ptp_qoriq_adjtime +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0x38dfcc6d mc13xxx_parse_regulators_dt +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0x67d2c883 mc13xxx_fixed_regulator_ops +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0x9ce390d5 mc13xxx_get_num_regulators_dt +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0xccfeafb7 mc13xxx_fixed_regulator_set_voltage +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0xf0cb4c1a mc13xxx_regulator_ops +EXPORT_SYMBOL_GPL drivers/regulator/rohm-regulator 0x381f29cc rohm_regulator_set_voltage_sel_restricted +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0x02c3d03a wm8350_register_led +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0x0cb2671d wm8350_isink_set_flash +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0x15697f81 wm8350_ldo_set_slot +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0x1a0515a0 wm8350_register_regulator +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0x2ccee313 wm8350_dcdc25_set_mode +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0x62f6eb3d wm8350_dcdc_set_slot +EXPORT_SYMBOL_GPL drivers/regulator/wm8400-regulator 0xf667e88c wm8400_register_regulator +EXPORT_SYMBOL_GPL drivers/remoteproc/mtk_scp 0x2026beb4 scp_put +EXPORT_SYMBOL_GPL drivers/remoteproc/mtk_scp 0x269aa10d scp_get_vdec_hw_capa +EXPORT_SYMBOL_GPL drivers/remoteproc/mtk_scp 0x54f00c2a scp_get_device +EXPORT_SYMBOL_GPL drivers/remoteproc/mtk_scp 0x90c930fc scp_mapping_dm_addr +EXPORT_SYMBOL_GPL drivers/remoteproc/mtk_scp 0xad3c0eb0 scp_get_rproc +EXPORT_SYMBOL_GPL drivers/remoteproc/mtk_scp 0xcfd810d7 scp_get_venc_hw_capa +EXPORT_SYMBOL_GPL drivers/remoteproc/mtk_scp 0xead31872 scp_get +EXPORT_SYMBOL_GPL drivers/remoteproc/mtk_scp_ipi 0x09313652 scp_memcpy_aligned +EXPORT_SYMBOL_GPL drivers/remoteproc/mtk_scp_ipi 0x477aeea6 scp_ipi_unregister +EXPORT_SYMBOL_GPL drivers/remoteproc/mtk_scp_ipi 0x6c96e0f5 scp_ipi_send +EXPORT_SYMBOL_GPL drivers/remoteproc/mtk_scp_ipi 0x97894b82 scp_ipi_register +EXPORT_SYMBOL_GPL drivers/remoteproc/mtk_scp_ipi 0xa8e3b8ad scp_ipi_unlock +EXPORT_SYMBOL_GPL drivers/remoteproc/mtk_scp_ipi 0xc7d75c32 scp_ipi_lock +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_common 0x0fa538df qcom_register_ssr_notifier +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_common 0x1b5eb151 qcom_remove_ssr_subdev +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_common 0x22790392 qcom_add_ssr_subdev +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_common 0x28be0a0a qcom_register_dump_segments +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_common 0x701b420c qcom_add_glink_subdev +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_common 0x914b166f qcom_minidump +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_common 0x9849d027 qcom_add_smd_subdev +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_common 0xccf95387 qcom_remove_glink_subdev +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_common 0xd6cc0cc0 qcom_unregister_ssr_notifier +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_common 0xf9ede305 qcom_remove_smd_subdev +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_pil_info 0x30e58241 qcom_pil_info_store +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_q6v5 0x23619953 qcom_q6v5_prepare +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_q6v5 0x2945fd6d qcom_q6v5_request_stop +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_q6v5 0x29ef7391 qcom_q6v5_deinit +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_q6v5 0x4e2a69c0 qcom_q6v5_wait_for_start +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_q6v5 0xdfc44cd8 qcom_q6v5_panic +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_q6v5 0xf30f785c qcom_q6v5_init +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_q6v5 0xf6bdb903 qcom_q6v5_unprepare +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_sysmon 0x132ae266 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 0x86903274 mtk_rpmsg_destroy_rproc_subdev +EXPORT_SYMBOL_GPL drivers/rpmsg/mtk_rpmsg 0x9e54bafc mtk_rpmsg_create_rproc_subdev +EXPORT_SYMBOL_GPL drivers/rpmsg/qcom_glink 0x149236da qcom_glink_native_remove +EXPORT_SYMBOL_GPL drivers/rpmsg/qcom_glink 0x983f1065 qcom_glink_native_probe +EXPORT_SYMBOL_GPL drivers/rpmsg/qcom_glink 0xf14f5684 qcom_glink_ssr_notify +EXPORT_SYMBOL_GPL drivers/rpmsg/qcom_glink 0xfd2d5a1d qcom_glink_native_unregister +EXPORT_SYMBOL_GPL drivers/rpmsg/qcom_glink_smem 0x72dd75d9 qcom_glink_smem_unregister +EXPORT_SYMBOL_GPL drivers/rpmsg/qcom_glink_smem 0xd22f6367 qcom_glink_smem_register +EXPORT_SYMBOL_GPL drivers/rtc/rtc-ds1685 0xce2f5a17 ds1685_rtc_poweroff +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x00b07298 cxgbi_conn_alloc_pdu +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x0a2ed0b7 cxgbi_sock_rcv_peer_close +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x0dc0d1b5 cxgbi_device_find_by_lldev +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x1122f17a cxgbi_sock_act_open_req_arp_failure +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x126889cb cxgbi_conn_pdu_ready +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x1475ea7b cxgbi_iscsi_init +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x17dac265 cxgbi_sock_select_mss +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x25f3b4e7 cxgbi_sock_free_cpl_skbs +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x2e121a72 cxgbi_conn_tx_open +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x2f56ab99 cxgbi_ep_connect +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x3016209b cxgbi_device_portmap_create +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x30d25e98 cxgbi_sock_rcv_abort_rpl +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x3333f36b cxgbi_hbas_remove +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x35903e74 cxgbi_hbas_add +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x379d04fd cxgbi_device_register +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x3e79df3a cxgbi_set_host_param +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x404babd8 cxgbi_get_ep_param +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x43e7f732 cxgbi_device_find_by_netdev_rcu +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x4cb0b41b cxgbi_destroy_session +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x51724b9f cxgbi_set_conn_param +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x5cc69bd1 cxgbi_sock_established +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x5dcec224 cxgbi_conn_xmit_pdu +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x656afb15 cxgbi_device_find_by_netdev +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x72a11266 cxgbi_ep_disconnect +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x77dc320b cxgbi_conn_init_pdu +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 0x8f0add66 cxgbi_sock_closed +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x92987845 cxgbi_get_host_param +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x978fe899 cxgbi_iscsi_cleanup +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x9bd5c3a5 cxgbi_cleanup_task +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x9de2d64b cxgbi_create_session +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xaaa33dcc cxgbi_sock_fail_act_open +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xb1184ad8 cxgbi_bind_conn +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xc0b85ccf cxgbi_parse_pdu_itt +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xc57a433a cxgbi_sock_check_wr_invariants +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xc59450ed cxgbi_sock_rcv_close_conn_rpl +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xc88e5468 cxgbi_get_conn_stats +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xce86bb2e cxgbi_device_portmap_cleanup +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xd94c5e9f cxgbi_ep_poll +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xdc7a58d3 cxgbi_sock_purge_wr_queue +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xead849aa cxgbi_device_unregister +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xee0d38eb cxgbi_create_conn +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xef346615 cxgbi_attr_is_visible +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xefa9802a cxgbi_ddp_ppm_setup +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xf218d430 cxgbi_sock_rcv_wr_ack +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xfe7ddfc8 cxgbi_sock_skb_entail +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x1e8769c5 fcoe_fc_crc +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x25ba91cf fcoe_ctlr_device_delete +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x42796490 fcoe_libfc_config +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x4c74d4fc fcoe_check_wait_queue +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x4f7de01c fcoe_fcf_device_add +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x6b8f4aa3 fcoe_clean_pending_queue +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x6bedd82c fcoe_get_wwn +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x7381b695 fcoe_start_io +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x7e63ae99 fcoe_ctlr_get_lesb +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x9ee0d91f fcoe_ctlr_device_add +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xb0d3b971 fcoe_get_lesb +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xb154a145 __fcoe_get_lesb +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xb870948d fcoe_link_speed_update +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xbac58840 fcoe_queue_timer +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xc3f30cc0 fcoe_wwn_from_mac +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xdc43db1f fcoe_get_paged_crc_eof +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xe1d2a7d3 fcoe_validate_vport_create +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xf167cb7a fcoe_wwn_to_str +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xf4a5e5bb fcoe_fcf_device_delete +EXPORT_SYMBOL_GPL drivers/scsi/fdomain 0x2eaa1cad fdomain_create +EXPORT_SYMBOL_GPL drivers/scsi/fdomain 0x4ea795ca fdomain_destroy +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x17507327 hisi_sas_alloc +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x269fafe3 hisi_sas_controller_reset_done +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x31d6bb05 hisi_sas_init_mem +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x3a2440f7 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 0x4100d612 hisi_sas_get_fw_info +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x43b1bd85 hisi_sas_release_tasks +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x4b728ac0 hisi_sas_slot_task_free +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x4fc22123 hisi_sas_stt +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x56c4a1d8 hisi_sas_phy_down +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x56fc7525 hisi_sas_sata_done +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x575293bd hisi_sas_phy_bcast +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x76020ed5 hisi_sas_controller_reset_prepare +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x76ae4401 hisi_sas_free +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x7c22ac5b hisi_sas_notify_phy_event +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x84ba5f2a hisi_sas_stop_phys +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x85cd1844 hisi_sas_phy_oob_ready +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x8b93bdd5 hisi_sas_remove +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0xa5b4574e hisi_sas_phy_enable +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 0xbeeade85 hisi_sas_sync_irqs +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0xbf07ad76 hisi_sas_host_reset +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 0xc936c443 hisi_sas_scan_finished +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0xc9a4f43e hisi_sas_debugfs_dir +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0xe330cb74 hisi_sas_sync_rst_work_handler +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0xe987d9aa hisi_sas_debugfs_enable +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0xebfae55c hisi_sas_get_ata_protocol +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0xeca6d04d hisi_sas_probe +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0xf6024aef hisi_sas_slave_alloc +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0xfdd5831f hisi_sas_slave_configure +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0xfe1bd58a to_hisi_sas_port +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x0b6e7db4 iscsi_boot_create_ethernet +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x1ca562b0 iscsi_boot_create_host_kset +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x3939b7d9 iscsi_boot_create_kset +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x6e7ead22 iscsi_boot_destroy_kset +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x79fcfde0 iscsi_boot_create_initiator +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0xd4d2e645 iscsi_boot_create_acpitbl +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0xfe32cc2d iscsi_boot_create_target +EXPORT_SYMBOL_GPL drivers/scsi/libfc/libfc 0x662c6b8b fc_seq_els_rsp_send +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x00384448 __iscsi_complete_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x00e8371d iscsi_complete_scsi_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x0d89c0fb iscsi_host_free +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x0db7f214 iscsi_conn_bind +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x0eef26f1 iscsi_session_teardown +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x104f7a51 iscsi_host_get_max_scsi_cmds +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x12b2ad06 iscsi_switch_str_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x13721f91 iscsi_eh_recover_target +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x145610e0 iscsi_session_remove +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x19e47b9e iscsi_put_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x23deeaed iscsi_conn_queue_xmit +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x28938fec iscsi_conn_stop +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x30da2c38 iscsi_conn_setup +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x3bef2f73 iscsi_pool_init +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x3f625eae iscsi_conn_queue_recv +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x45bf77e4 iscsi_suspend_rx +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x47cc41fe iscsi_set_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x4b194b77 iscsi_suspend_queue +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x4f81dee1 iscsi_eh_cmd_timed_out +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x5d622bd6 iscsi_conn_send_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x60a1c298 iscsi_conn_failure +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x6160e4b5 iscsi_queuecommand +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x6183651f iscsi_itt_to_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x6b224445 iscsi_eh_session_reset +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x6ebc7668 iscsi_eh_device_reset +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x7294d2d5 iscsi_session_free +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x735ab640 iscsi_verify_itt +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x7861935d iscsi_target_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x80ae2da8 iscsi_host_remove +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x827c632c iscsi_conn_get_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x8660d5a1 iscsi_host_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x8b8f2656 iscsi_requeue_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x8d303b1b iscsi_pool_free +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xa1170b55 iscsi_itt_to_ctask +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xa24bdbcb iscsi_prep_data_out_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xaabbc7e8 iscsi_host_set_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xac682e09 iscsi_session_failure +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xbc7b5bde iscsi_conn_start +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xbffefebe iscsi_get_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xc078cff7 iscsi_session_recovery_timedout +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xc27ab0c5 iscsi_update_cmdsn +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xc51aad09 iscsi_conn_teardown +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xd357f432 iscsi_complete_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xd56e87d7 iscsi_host_get_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xe597c295 iscsi_suspend_tx +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xe767e786 iscsi_host_add +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xeab9cbd5 iscsi_conn_get_addr_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xedb5db5e iscsi_session_setup +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xfb950d89 iscsi_eh_abort +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xfce4c1c0 __iscsi_put_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xfdb91e0c iscsi_conn_unbind +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xfec85e8a iscsi_session_get_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x0234c0ce iscsi_tcp_conn_setup +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x1e480041 iscsi_tcp_recv_segment_is_hdr +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x35065fb9 iscsi_tcp_dgst_header +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x3fcd3b98 iscsi_segment_init_linear +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x455a4ba1 iscsi_tcp_r2tpool_free +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x49ed9435 iscsi_tcp_conn_teardown +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x4e33086e iscsi_tcp_hdr_recv_prep +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x58d3db42 iscsi_tcp_segment_done +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x5cdcfb1f iscsi_tcp_r2tpool_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x62f05ef8 iscsi_tcp_set_max_r2t +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x77e78c52 iscsi_tcp_task_xmit +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x783cd594 iscsi_tcp_cleanup_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x905c0656 iscsi_segment_seek_sg +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x9ec4dfe5 iscsi_tcp_recv_skb +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xa7641914 iscsi_tcp_conn_get_stats +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xcf75c7cc iscsi_tcp_segment_unmap +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xd8a8c1ca iscsi_tcp_task_init +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x01523c8a sas_ata_device_link_abort +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x02468b21 sas_target_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x06ded0e3 sas_lu_reset +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x1ae031c4 sas_domain_attach_transport +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x1bdfc07e sas_eh_abort_handler +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x22f81d8b dev_attr_phy_event_threshold +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x29b6729f sas_abort_task_set +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x2a240170 sas_slave_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x2bd4a9ee sas_ssp_task_response +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x35ee741b sas_eh_target_reset_handler +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x3888d644 sas_find_attached_phy_id +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x5548b44c sas_drain_work +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x56f079ea sas_register_ha +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x589e8d29 sas_ioctl +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x5a7dbdc4 sas_execute_internal_abort_single +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x6253f3de sas_clear_task_set +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x669300a2 sas_slave_configure +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x7094d59d sas_query_task +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x7647f4b4 sas_notify_port_event +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x77f07361 sas_execute_ata_cmd +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x7be99cab sas_task_abort +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x7bed8859 sas_queuecommand +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x9775b610 sas_phy_reset +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x9c89191f sas_unregister_ha +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xa078a2d1 sas_abort_task +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xb247f856 sas_bios_param +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xb40b45ba sas_notify_phy_event +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xbfccbe9d sas_request_addr +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xdaf511a6 sas_ata_schedule_reset +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xdb85a933 sas_get_local_phy +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xe4b2a491 sas_eh_device_reset_handler +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xe6f6cacb sas_target_destroy +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xe9c5614f sas_change_queue_depth +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xecdef5f4 smp_ata_check_ready_type +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xf1af8a9d sas_execute_internal_abort_dev +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xff5acbba sas_phy_enable +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_fc 0xb6e99c65 fc_eh_should_retry_cmd +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x0736dd10 __tracepoint_iscsi_dbg_eh +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x09808191 iscsi_create_flashnode_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x0afa9e95 iscsi_flashnode_bus_match +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x0c17cca4 iscsi_unblock_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x0ed617cb iscsi_create_iface +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x0fcddc5e iscsi_alloc_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x14ec5b9a __traceiter_iscsi_dbg_eh +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x19101d84 iscsi_find_flashnode_sess +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x1b1e79bf iscsi_remove_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x1b2da71e iscsi_recv_pdu +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x1b986788 iscsi_remove_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x27e65dd4 iscsi_post_host_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x3455d864 iscsi_put_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x3785e561 __tracepoint_iscsi_dbg_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x37e7b84d iscsi_destroy_flashnode_sess +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x491c831b iscsi_alloc_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x4b1d1ad3 iscsi_ping_comp_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x4d800e0c iscsi_session_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x5212c6c0 iscsi_add_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x54c80cb0 iscsi_block_scsi_eh +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x584a31ab __SCK__tp_func_iscsi_dbg_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x5bfaa2c3 __tracepoint_iscsi_dbg_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x5f7d1280 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 0x69d4c9ef iscsi_session_chkready +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x69f98a3c __traceiter_iscsi_dbg_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x6a251a0a iscsi_free_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x6ce926e9 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 0x721d0d72 iscsi_unregister_transport +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x78492c33 iscsi_get_port_speed_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x78bb19e0 iscsi_lookup_endpoint +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x79b2ac35 __traceiter_iscsi_dbg_sw_tcp +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x7b04ed87 iscsi_destroy_all_flashnode +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x7d21ca81 iscsi_put_endpoint +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x8157ee02 iscsi_get_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 0x912c87ad iscsi_create_flashnode_sess +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x914a9661 iscsi_host_for_each_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x92193c6d iscsi_block_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x933b7184 iscsi_create_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x936d97c1 __traceiter_iscsi_dbg_tcp +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xa4e4a5fe iscsi_destroy_iface +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xa8271d18 iscsi_register_transport +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xaa976bb3 __tracepoint_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 0xb2ba6403 iscsi_conn_login_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xb96bc8a3 iscsi_offload_mesg +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xbc071179 iscsi_get_ipaddress_state_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xc5be7a7a iscsi_add_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xce8e41e5 iscsi_get_port_state_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xd4e55f1e __tracepoint_iscsi_dbg_sw_tcp +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xd567aabc iscsi_is_session_dev +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xdbc7ae95 iscsi_find_flashnode_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xe4645a15 iscsi_force_destroy_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xe4c79fa6 __SCK__tp_func_iscsi_dbg_eh +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xe89e300b __traceiter_iscsi_dbg_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xf1626a0a iscsi_conn_error_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xf8a3e8ae iscsi_create_endpoint +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xf9ce2eee iscsi_dbg_trace +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0x2b0dba55 sas_enable_tlr +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0x2f86caf9 sas_disable_tlr +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0x4f7a9345 sas_tlr_supported +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0xe6187e6b 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 0x3b729378 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 0x38cd5dde srp_release_transport +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0x5447f95e srp_attach_transport +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0x61b97fd5 srp_remove_host +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0xb37d851b srp_rport_del +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0xb3a772f0 srp_stop_rport_timers +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0xc2de0749 srp_rport_add +EXPORT_SYMBOL_GPL drivers/siox/siox-core 0x0e304abd siox_master_alloc +EXPORT_SYMBOL_GPL drivers/siox/siox-core 0x1ea1796f siox_master_register +EXPORT_SYMBOL_GPL drivers/siox/siox-core 0x6dc93408 siox_master_unregister +EXPORT_SYMBOL_GPL drivers/siox/siox-core 0x784d71be siox_device_synced +EXPORT_SYMBOL_GPL drivers/siox/siox-core 0xaaff9594 __siox_driver_register +EXPORT_SYMBOL_GPL drivers/siox/siox-core 0xefe1f6cd siox_device_connected +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x0c7e94f5 slim_writeb +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x2c3266b0 slim_unregister_controller +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x53a11228 slim_write +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x5758adb4 slim_driver_unregister +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x5b8f39a8 slim_report_absent +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x5bf09f64 slim_do_transfer +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x685d1763 slim_get_device +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x7227fb57 slim_device_report_present +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x8aefa4d4 __slim_driver_register +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x8bd97772 slim_alloc_txn_tid +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x96c43045 slim_stream_unprepare +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x9e25f219 slimbus_bus +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xa4eb4afa slim_stream_allocate +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xa51b61f7 slim_readb +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xb7491d45 slim_register_controller +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xc15e8807 slim_stream_enable +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xc5331a91 slim_get_logical_addr +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xc6172e19 slim_free_txn_tid +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xc9991ac9 slim_stream_prepare +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xcd027d1c slim_ctrl_clk_pause +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xcd9853a7 of_slim_get_device +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xd069bf89 slim_msg_response +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xd5abf760 slim_stream_disable +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xd85b00f2 slim_xfer_msg +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xe08da2c1 slim_read +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xe3ab1684 slim_stream_free +EXPORT_SYMBOL_GPL drivers/soc/amlogic/meson-canvas 0x31438be1 meson_canvas_get +EXPORT_SYMBOL_GPL drivers/soc/amlogic/meson-canvas 0x494128eb meson_canvas_alloc +EXPORT_SYMBOL_GPL drivers/soc/amlogic/meson-canvas 0x673c5a86 meson_canvas_config +EXPORT_SYMBOL_GPL drivers/soc/amlogic/meson-canvas 0xfbd79150 meson_canvas_free +EXPORT_SYMBOL_GPL drivers/soc/apple/apple-rtkit 0x1426caff apple_rtkit_is_crashed +EXPORT_SYMBOL_GPL drivers/soc/apple/apple-rtkit 0x38f3aeb0 apple_rtkit_start_ep +EXPORT_SYMBOL_GPL drivers/soc/apple/apple-rtkit 0x42a4b267 apple_rtkit_quiesce +EXPORT_SYMBOL_GPL drivers/soc/apple/apple-rtkit 0x4fa97cf8 apple_rtkit_send_message +EXPORT_SYMBOL_GPL drivers/soc/apple/apple-rtkit 0x737a3c7f apple_rtkit_poll +EXPORT_SYMBOL_GPL drivers/soc/apple/apple-rtkit 0x898e358f apple_rtkit_shutdown +EXPORT_SYMBOL_GPL drivers/soc/apple/apple-rtkit 0x9cfd653b apple_rtkit_is_running +EXPORT_SYMBOL_GPL drivers/soc/apple/apple-rtkit 0x9d174207 devm_apple_rtkit_init +EXPORT_SYMBOL_GPL drivers/soc/apple/apple-rtkit 0xaed53ac3 apple_rtkit_reinit +EXPORT_SYMBOL_GPL drivers/soc/apple/apple-rtkit 0xb6601c19 apple_rtkit_wake +EXPORT_SYMBOL_GPL drivers/soc/apple/apple-rtkit 0xc46b1d53 apple_rtkit_boot +EXPORT_SYMBOL_GPL drivers/soc/apple/apple-rtkit 0xe2462ec5 apple_rtkit_send_message_wait +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/apple/apple-sart 0xffff986a devm_apple_sart_get +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 0x60c0a164 dpaa2_io_store_create +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 0x9d5e6178 dpaa2_io_service_deregister +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 0xdabcba61 dpaa2_io_service_register +EXPORT_SYMBOL_GPL drivers/soc/qcom/apr 0x2b5ae77f __apr_driver_register +EXPORT_SYMBOL_GPL drivers/soc/qcom/apr 0x49ed5c29 gpr_send_port_pkt +EXPORT_SYMBOL_GPL drivers/soc/qcom/apr 0x4e94f678 apr_send_pkt +EXPORT_SYMBOL_GPL drivers/soc/qcom/apr 0x62b13b92 gpr_alloc_port +EXPORT_SYMBOL_GPL drivers/soc/qcom/apr 0x75c30f27 gpr_send_pkt +EXPORT_SYMBOL_GPL drivers/soc/qcom/apr 0xe2a57514 apr_driver_unregister +EXPORT_SYMBOL_GPL drivers/soc/qcom/apr 0xe9c87369 aprbus +EXPORT_SYMBOL_GPL drivers/soc/qcom/apr 0xea184ead 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 0x010614ec qcom_mdt_pas_init +EXPORT_SYMBOL_GPL drivers/soc/qcom/mdt_loader 0x57c5a685 qcom_mdt_load +EXPORT_SYMBOL_GPL drivers/soc/qcom/mdt_loader 0x870098e5 qcom_mdt_load_no_init +EXPORT_SYMBOL_GPL drivers/soc/qcom/mdt_loader 0x97ada9cd qcom_mdt_read_metadata +EXPORT_SYMBOL_GPL drivers/soc/qcom/mdt_loader 0xe8a3861c qcom_mdt_get_size +EXPORT_SYMBOL_GPL drivers/soundwire/soundwire-bus 0x33d3d4a2 sdw_bus_type +EXPORT_SYMBOL_GPL drivers/soundwire/soundwire-bus 0xb280e867 __sdw_register_driver +EXPORT_SYMBOL_GPL drivers/soundwire/soundwire-bus 0xcd2aedb9 sdw_unregister_driver +EXPORT_SYMBOL_GPL drivers/soundwire/soundwire-cadence 0xbb8dc358 sdw_cdns_debugfs_init +EXPORT_SYMBOL_GPL drivers/spi/spi-altera-core 0x644c25b3 altera_spi_init_master +EXPORT_SYMBOL_GPL drivers/spi/spi-altera-core 0xb9edd149 altera_spi_irq +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0x5f05a8c2 spi_bitbang_stop +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0x794b7b54 spi_bitbang_start +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0x8a991ccf spi_bitbang_setup_transfer +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0xa3792d91 spi_bitbang_cleanup +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0xbbea2154 spi_bitbang_init +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0xc85f29f0 spi_bitbang_setup +EXPORT_SYMBOL_GPL drivers/spi/spi-loopback-test 0x78bd26fb spi_test_run_test +EXPORT_SYMBOL_GPL drivers/spi/spi-loopback-test 0x82e5c8f8 spi_test_run_tests +EXPORT_SYMBOL_GPL drivers/spi/spi-loopback-test 0x9a5af82e spi_test_execute_msg +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x19181cfe spmi_ext_register_write +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x1c5b5f1d spmi_ext_register_read +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x2e2c16ec spmi_command_sleep +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x36300dcd spmi_register_read +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x3d25698c spmi_device_from_of +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x3d7ec3d5 spmi_register_zero_write +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x55658a84 spmi_device_alloc +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x5fe04444 spmi_command_shutdown +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x6bc1cd7c spmi_controller_alloc +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x6bc2d100 spmi_command_wakeup +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x80f88d51 spmi_ext_register_writel +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x88447ad0 spmi_controller_add +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x8871c947 spmi_device_remove +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x97df9c9a spmi_controller_remove +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x9d15ed4d spmi_ext_register_readl +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xa2b9338f __spmi_driver_register +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xbbe055c6 spmi_command_reset +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xc9120931 spmi_device_add +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xe063eef3 spmi_register_write +EXPORT_SYMBOL_GPL drivers/ssb/ssb 0xc632a760 ssb_pmu_spuravoid_pllupdate +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0x0916bbeb anybuss_host_common_probe +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0x0e829319 anybuss_client_driver_unregister +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0x215c6be0 devm_anybuss_host_common_probe +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0x355c2ee4 anybuss_write_input +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0x3f078443 anybuss_send_msg +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0x4839422e anybuss_start_init +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0x5b495c46 anybuss_finish_init +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0x65ba79d1 anybuss_set_power +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0x8376ba90 anybuss_recv_msg +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0xaf7691e8 anybuss_read_output +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0xc1ff240e anybuss_send_ext +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0xe87f0459 anybuss_client_driver_register +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0xf9e9648b anybuss_read_fbctrl +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0xfce879ad anybuss_host_common_remove +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/fieldbus_dev 0x6503a257 fieldbus_dev_online_changed +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/fieldbus_dev 0x97d8f9cf fieldbus_dev_unregister +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/fieldbus_dev 0xc19adf9b fieldbus_dev_area_updated +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/fieldbus_dev 0xf99953ac fieldbus_dev_register +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0x0a768887 gb_audio_apbridgea_start_tx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0x1d81621a gb_audio_apbridgea_set_config +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0x4134fa96 gb_audio_apbridgea_register_cport +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0x447d9c40 gb_audio_apbridgea_prepare_rx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0x55db98f4 gb_audio_apbridgea_set_tx_data_size +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0x5bcb08f7 gb_audio_apbridgea_shutdown_rx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0x6285190e gb_audio_apbridgea_shutdown_tx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0x7d338db9 gb_audio_apbridgea_prepare_tx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0x8d7b6a6e gb_audio_apbridgea_unregister_cport +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0xc5802d9d gb_audio_apbridgea_start_rx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0xcb0e01ac gb_audio_apbridgea_stop_rx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0xee051601 gb_audio_apbridgea_set_rx_data_size +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0xf2401055 gb_audio_apbridgea_stop_tx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0x0a906a9b gb_audio_gb_deactivate_tx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0x1acad1fb gb_audio_gb_deactivate_rx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0x286df921 gb_audio_gb_activate_rx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0x38374241 gb_audio_gb_activate_tx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0x415cdb19 gb_audio_gb_enable_widget +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0x8dfe3afd gb_audio_gb_disable_widget +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0x8f97c98d gb_audio_gb_set_rx_data_size +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0x9b3b03db gb_audio_gb_get_pcm +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0xa8004b95 gb_audio_gb_set_pcm +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0xab390442 gb_audio_gb_set_tx_data_size +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0xc01867c4 gb_audio_gb_get_control +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0xcf049f93 gb_audio_gb_get_topology +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0xfd93ac8d 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 0x626df798 gb_audio_manager_get_module +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-manager 0x79eef2f8 gb_audio_manager_dump_all +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-manager 0x87cb0b36 gb_audio_manager_put_module +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-manager 0xaeac8ca2 gb_audio_manager_dump_module +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-gbphy 0x2208da13 gb_gbphy_register_driver +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-gbphy 0x527fe11f gb_gbphy_deregister_driver +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-spilib 0x4fc5679d gb_spilib_master_exit +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-spilib 0x8e6ddbfe gb_spilib_master_init +EXPORT_SYMBOL_GPL drivers/staging/iio/addac/adt7316 0x07afab39 adt7316_pm_ops +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0x00de0ba6 imx_media_dev_init +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0x045b413c imx_media_capture_device_unregister +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0x087c5b87 imx_media_pipeline_subdev +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0x1777ba66 imx_media_add_of_subdevs +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0x20e70786 imx_media_add_video_device +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0x2d9d77ba imx_media_free_dma_buf +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0x323fd1cf imx_media_pipeline_pad +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0x38ef6d37 imx_media_find_subdev_by_devname +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 0x3ec29a17 imx_media_pipeline_csi2_channel +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0x472cb184 imx_media_probe_complete +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0x4f08067f imx_media_capture_device_register +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 0x68f4c400 imx_media_find_subdev_by_fwnode +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0x6d7aea09 imx_media_capture_device_init +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0x78bb6a50 imx_media_capture_device_error +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0x7a429dfd imx_media_dev_notifier_register +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0x864b45a4 imx_media_alloc_dma_buf +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0x8d4df028 imx_media_of_add_csi +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0x9bf60e39 imx_media_init_cfg +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0xa52347cd imx_media_pipeline_set_stream +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0xa631199b imx_media_grp_id_to_sd_name +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0xa9e2459f imx_media_enum_mbus_formats +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0xb3832de5 imx_media_capture_device_next_buf +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0xb62fe02b imx_media_pipeline_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 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 0xe932b00b imx_media_enum_pixel_formats +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0xecd721f8 imx_media_capture_device_remove +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0x0d1db34e codec_hevc_setup_decode_head +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 0x1f565f3d amvdec_write_dos +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0x3582488b amvdec_src_change +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0x3b151540 amvdec_set_par_from_dar +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0x3f4b7b40 amvdec_clear_dos_bits +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0x416c3725 amvdec_read_parser +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0x43652fab codec_hevc_free_mmu_headers +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0x5ff35ee8 amvdec_am21c_head_size +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0x6d7a7920 amvdec_write_dos_bits +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0x71f11f61 amvdec_dst_buf_done_idx +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0x92749bc2 codec_hevc_setup_buffers +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0x96ee39d2 amvdec_add_ts +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0x9c0edaa5 codec_hevc_fill_mmu_map +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0xa292a090 amvdec_abort +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0xa6e30295 amvdec_dst_buf_done +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0xa746ea6a amvdec_read_dos +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0xce4a1bfc amvdec_write_parser +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0xd52747ef codec_hevc_free_fbc_buffers +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0xd812faba amvdec_remove_ts +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0xdf900039 amvdec_get_output_size +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0xe28bfd6b amvdec_set_canvases +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0xe66e5c5c amvdec_dst_buf_done_offset +EXPORT_SYMBOL_GPL drivers/staging/nvec/nvec 0x77fa85c0 nvec_unregister_notifier +EXPORT_SYMBOL_GPL drivers/staging/nvec/nvec 0x817bd5d2 nvec_register_notifier +EXPORT_SYMBOL_GPL drivers/staging/nvec/nvec 0x8dba7c3b nvec_msg_free +EXPORT_SYMBOL_GPL drivers/target/target_core_mod 0x20254fe7 target_submit_prep +EXPORT_SYMBOL_GPL drivers/target/target_core_mod 0x2b9b3376 target_stop_cmd_counter +EXPORT_SYMBOL_GPL drivers/target/target_core_mod 0x2cc3c91a target_submit +EXPORT_SYMBOL_GPL drivers/target/target_core_mod 0x33e36180 target_queue_submission +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 0xc65e34a6 target_alloc_cmd_counter +EXPORT_SYMBOL_GPL drivers/target/target_core_mod 0xdae82abc target_init_cmd +EXPORT_SYMBOL_GPL drivers/tee/tee 0x056653cc tee_device_register +EXPORT_SYMBOL_GPL drivers/tee/tee 0x44edf20d tee_shm_put +EXPORT_SYMBOL_GPL drivers/tee/tee 0x5bb14f62 tee_client_close_context +EXPORT_SYMBOL_GPL drivers/tee/tee 0x5e6b0c1d tee_client_close_session +EXPORT_SYMBOL_GPL drivers/tee/tee 0x65d2bc09 tee_device_unregister +EXPORT_SYMBOL_GPL drivers/tee/tee 0x6621ae02 tee_shm_alloc_kernel_buf +EXPORT_SYMBOL_GPL drivers/tee/tee 0x69fd22f9 tee_shm_pool_alloc_res_mem +EXPORT_SYMBOL_GPL drivers/tee/tee 0x71fc36d9 teedev_close_context +EXPORT_SYMBOL_GPL drivers/tee/tee 0x77b1c77d tee_shm_register_kernel_buf +EXPORT_SYMBOL_GPL drivers/tee/tee 0x85fd9922 tee_session_calc_client_uuid +EXPORT_SYMBOL_GPL drivers/tee/tee 0x8d0d011f tee_shm_free +EXPORT_SYMBOL_GPL drivers/tee/tee 0x94459f82 tee_shm_get_from_id +EXPORT_SYMBOL_GPL drivers/tee/tee 0xa1fad91f tee_client_get_version +EXPORT_SYMBOL_GPL drivers/tee/tee 0xa60c266f tee_shm_get_va +EXPORT_SYMBOL_GPL drivers/tee/tee 0xa7fc8747 tee_client_open_context +EXPORT_SYMBOL_GPL drivers/tee/tee 0xadad44e7 teedev_open +EXPORT_SYMBOL_GPL drivers/tee/tee 0xc07449f6 tee_client_invoke_func +EXPORT_SYMBOL_GPL drivers/tee/tee 0xc29edf0b tee_bus_type +EXPORT_SYMBOL_GPL drivers/tee/tee 0xdf8a5606 tee_get_drvdata +EXPORT_SYMBOL_GPL drivers/tee/tee 0xe37139c6 tee_shm_alloc_priv_buf +EXPORT_SYMBOL_GPL drivers/tee/tee 0xe8a4420b tee_shm_get_pa +EXPORT_SYMBOL_GPL drivers/tee/tee 0xebaec1de tee_device_alloc +EXPORT_SYMBOL_GPL drivers/tee/tee 0xefda884d tee_client_open_session +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x01d23ee1 tb_property_create_dir +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x06667451 tb_xdomain_find_by_route +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x2b92baab tb_xdomain_request +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x2deaec24 tb_xdomain_response +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x393b4f2f tb_property_free_dir +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x3b4042fe tb_unregister_service_driver +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x3b902a17 tb_xdomain_alloc_in_hopid +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 0x549bb7db tb_ring_alloc_tx +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x591194be 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 0x6f669ceb tb_ring_stop +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x731a3bc3 tb_xdomain_alloc_out_hopid +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 0x8a88f594 tb_register_service_driver +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x8b62f95e tb_property_add_dir +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x9159c7bf __tb_ring_enqueue +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xa230cab8 tb_ring_free +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xa3d2b403 tb_property_add_data +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xa8467c60 tb_ring_start +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xafbd021a tb_xdomain_enable_paths +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xaff379c4 tb_xdomain_lane_bonding_disable +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xb74e7e8b tb_service_type +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xb7c7cdce tb_property_add_text +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xc1dfa140 tb_ring_alloc_rx +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xc29d0523 tb_xdomain_find_by_uuid +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xcb4fc2b6 tb_xdomain_release_in_hopid +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xd23b7755 tb_xdomain_release_out_hopid +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xe268a8d1 tb_xdomain_disable_paths +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xe39f1109 tb_ring_poll_complete +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xe8c98ac0 tb_xdomain_lane_bonding_enable +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xee1b7d13 tb_ring_poll +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 0x020e65be ufshcd_hba_enable +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x17bb2201 ufshcd_resume_complete +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x19bc5a99 ufshcd_dealloc_host +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x1a41d290 ufshcd_dme_set_attr +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x1f44183c ufshcd_dme_configure_adapt +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x2280f83c ufshcd_hba_stop +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x363d3a26 ufshcd_uic_hibern8_exit +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x38a6c667 ufshcd_uic_change_pwr_mode +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x5d91de32 ufshcd_init +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x67c9a078 ufshcd_dme_get_attr +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x688e7f5c ufshcd_fixup_dev_quirks +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x6d86fe68 ufshcd_get_vreg +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x6f56520d ufshcd_update_evt_hist +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x723b1abf ufshcd_delay_us +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x8548de9c __ufshcd_suspend_prepare +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x895a53e1 ufshcd_auto_hibern8_update +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x8a3db11b ufshcd_remove +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x9f7d044d ufshcd_suspend_prepare +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xa345a1d5 ufshcd_uic_hibern8_enter +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xa97492d1 ufshcd_make_hba_operational +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xabcabf81 ufshcd_link_recovery +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xb22a39ac ufshcd_clkgate_delay_set +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xbb428d0b ufshcd_hold +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xbfbb404e ufshcd_config_pwr_mode +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xc401da4b ufshcd_dump_regs +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xe6577740 ufshcd_release +EXPORT_SYMBOL_GPL drivers/ufs/host/ufshcd-pltfrm 0x3a0e505c 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 0x8e4901d8 ufshcd_populate_vreg +EXPORT_SYMBOL_GPL drivers/ufs/host/ufshcd-pltfrm 0xf83f5380 ufshcd_pltfrm_shutdown +EXPORT_SYMBOL_GPL drivers/uio/uio 0x6a547493 uio_event_notify +EXPORT_SYMBOL_GPL drivers/uio/uio 0xc3bb4cd0 __uio_register_device +EXPORT_SYMBOL_GPL drivers/uio/uio 0xca789309 uio_unregister_device +EXPORT_SYMBOL_GPL drivers/uio/uio 0xe1ac6fdb __devm_uio_register_device +EXPORT_SYMBOL_GPL drivers/usb/atm/usbatm 0x2fa868e1 usbatm_usb_probe +EXPORT_SYMBOL_GPL drivers/usb/atm/usbatm 0x4055a854 usbatm_usb_disconnect +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0x187cba42 cdns_set_vbus +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0x40e69f07 cdns_drd_gadget_off +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0x4eeffa27 cdns_drd_gadget_on +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0x95575567 cdns_resume +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0x95593d0d cdns_init +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0xa14a6f12 cdns_clear_vbus +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0xc68fe490 cdns_remove +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0xf351f727 cdns_suspend +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0xf466cdc3 cdns_power_is_lost +EXPORT_SYMBOL_GPL drivers/usb/chipidea/ci_hdrc 0x53cac068 ci_hdrc_remove_device +EXPORT_SYMBOL_GPL drivers/usb/chipidea/ci_hdrc 0x5928eaa4 ci_hdrc_query_available_role +EXPORT_SYMBOL_GPL drivers/usb/chipidea/ci_hdrc 0xc82703df hw_phymode_configure +EXPORT_SYMBOL_GPL drivers/usb/chipidea/ci_hdrc 0xe345df5d ci_hdrc_add_device +EXPORT_SYMBOL_GPL drivers/usb/chipidea/usbmisc_imx 0x0b8f75df imx_usbmisc_charger_detection +EXPORT_SYMBOL_GPL drivers/usb/chipidea/usbmisc_imx 0x1a783803 imx_usbmisc_init_post +EXPORT_SYMBOL_GPL drivers/usb/chipidea/usbmisc_imx 0x3b804f26 imx_usbmisc_init +EXPORT_SYMBOL_GPL drivers/usb/chipidea/usbmisc_imx 0x696706a2 imx_usbmisc_suspend +EXPORT_SYMBOL_GPL drivers/usb/chipidea/usbmisc_imx 0x6a89aa7a imx_usbmisc_hsic_set_connect +EXPORT_SYMBOL_GPL drivers/usb/chipidea/usbmisc_imx 0xf0cdb386 imx_usbmisc_resume +EXPORT_SYMBOL_GPL drivers/usb/common/ulpi 0x2feabad4 ulpi_write +EXPORT_SYMBOL_GPL drivers/usb/common/ulpi 0x6f491a30 ulpi_register_interface +EXPORT_SYMBOL_GPL drivers/usb/common/ulpi 0x7c019744 ulpi_unregister_interface +EXPORT_SYMBOL_GPL drivers/usb/common/ulpi 0x9c70b519 ulpi_unregister_driver +EXPORT_SYMBOL_GPL drivers/usb/common/ulpi 0xde56eab9 __ulpi_register_driver +EXPORT_SYMBOL_GPL drivers/usb/common/ulpi 0xfe4c8ac5 ulpi_read +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x06892640 u_audio_set_mute +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x112f97a5 u_audio_get_capture_srate +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x117da057 u_audio_get_volume +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x3d302a44 g_audio_setup +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x48fd2783 u_audio_get_mute +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x5f9b3636 u_audio_set_playback_srate +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x7fe7948b u_audio_set_volume +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x8502a4ae u_audio_start_capture +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x85c7fd45 u_audio_stop_playback +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x89f79bea u_audio_stop_capture +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x8b0312e8 u_audio_suspend +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0xba576639 g_audio_cleanup +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0xeb6054a8 u_audio_get_playback_srate +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0xf47a8df3 u_audio_start_playback +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0xf7f08ada u_audio_set_capture_srate +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x185cffa2 gether_set_gadget +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x214933d4 gether_set_ifname +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x2598e20a gether_get_qmult +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x3469734d gether_set_host_addr +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x3ebbe0ce gether_get_ifname +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x44cfef89 gether_get_host_addr_cdc +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x5a9de779 gether_register_netdev +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x61d6d263 gether_get_dev_addr +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x675b5037 gether_get_host_addr_u8 +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x8878cfa6 gether_cleanup +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x96781a83 gether_set_dev_addr +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x96c07636 gether_get_host_addr +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0xb18bd2e8 gether_disconnect +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0xc8233835 gether_connect +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0xef26f1cf gether_set_qmult +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0xf1983144 gether_setup_name +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0xf19976dd gether_setup_name_default +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_serial 0x2be8a8f2 gserial_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 0x77268a68 gs_free_req +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_serial 0x955d9e54 gserial_suspend +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_serial 0x9a55ef95 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 0xf9a0f890 gserial_connect +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_serial 0xfb78a286 gs_alloc_req +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_fs 0x6c825859 ffs_lock +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_fs 0x777b8ff1 ffs_single_dev +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_fs 0xa1dff3b6 ffs_name_dev +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x06e1cd59 fsg_show_removable +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x0877c187 fsg_lun_open +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x100f396f fsg_show_nofua +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x141fce2a fsg_common_remove_luns +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x1710b539 fsg_fs_bulk_out_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x1be46013 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 0x2dae2686 fsg_common_set_cdev +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 0x3e0e014c fsg_show_file +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 0x5458f1b0 fsg_store_forced_eject +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x5620a6da fsg_store_ro +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x56344daf fsg_hs_bulk_out_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x6acb4179 fsg_common_set_inquiry_string +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x6d8c8e77 fsg_store_removable +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x6fdca3ce fsg_store_inquiry_string +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x7e26d4a5 fsg_common_set_sysfs +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x857b6dc2 fsg_hs_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x95cffb3e fsg_hs_bulk_in_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x99de6b06 fsg_store_file +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 0xa7ecdf71 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 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 0xbca73b07 fsg_lun_fsync_sub +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xcd58d967 fsg_lun_close +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xce021c3b fsg_show_cdrom +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xd1a3e8e0 fsg_common_create_luns +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xf438035b 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 0xf8f069b1 fsg_common_remove_lun +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xfba56852 fsg_store_cdrom +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x18c0b386 rndis_signal_connect +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x3ca50706 rndis_get_next_response +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x40065242 rndis_signal_disconnect +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x66effae3 rndis_register +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x680a5287 rndis_rm_hdr +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x6e71280a rndis_set_param_medium +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x8ad9648b rndis_set_param_dev +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x996042c9 rndis_free_response +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0xa709015d rndis_deregister +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0xc183cd0d rndis_add_hdr +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0xe0f58008 rndis_set_param_vendor +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0xefa99272 rndis_borrow_net +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0xf333eed5 rndis_uninit +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0xf344fe10 rndis_msg_parser +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0xf3ab9e08 rndis_set_host_mac +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x0542013b usb_ep_autoconfig_reset +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x05bdde7a config_ep_by_speed_and_alt +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x0948e910 usb_function_deactivate +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x0afde2ae usb_put_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x0c589aba usb_validate_langid +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x1081b610 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 0x395d8037 usb_function_activate +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x398c7234 usb_remove_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x3b15926e usb_free_all_descriptors +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x3f9e0c1e usb_ep_autoconfig_ss +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x43fa5c3d config_ep_by_speed +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x45beaf62 usb_get_function_instance +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x4a17af9d usb_put_function_instance +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x4beb505d usb_gadget_get_string +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x518e7f22 usb_get_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x5ddc4fc8 usb_string_id +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x699c60d6 usb_gstrings_attach +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x6ee0bdc6 usb_otg_descriptor_alloc +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x7148ceb2 usb_ep_autoconfig_release +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x7979355a usb_composite_probe +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x7aa75cc9 usb_composite_setup_continue +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x8845ef71 usb_string_ids_tab +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x8ebfc376 unregister_gadget_item +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x902929e8 usb_ep_autoconfig +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x944e92c7 usb_assign_descriptors +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x9550b62e usb_string_ids_n +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xa4a339cc usb_function_unregister +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xb115f7d9 usb_composite_unregister +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xccbb9184 usb_interface_id +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xd2ea2134 usb_descriptor_fillbuf +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xd462045a usb_add_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xe18e0192 usb_composite_overwrite_options +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xe49cac92 usb_otg_descriptor_init +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xeaf360bd usb_function_register +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xeeaf7af3 usb_add_config +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xf474a207 usb_gadget_config_buf +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x232b23d8 udc_mask_unused_interrupts +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x3a15bfdf gadget_release +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x5d01d078 udc_irq +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x63cb6159 udc_enable_dev_setup_interrupts +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x6eb1222e empty_req_queue +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x9162f59d free_dma_pools +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x9dfc72e9 udc_basic_init +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0xa02bb12a udc_remove +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0xc79cea86 udc_probe +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0xfadebe58 init_dma_pools +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x004c6380 usb_ep_fifo_flush +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 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 0x377d0d09 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 0x4ca08d72 usb_gadget_map_request +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 0x612e4fb6 usb_gadget_deactivate +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x63a9bba3 usb_initialize_gadget +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x7686f728 usb_gadget_unmap_request_by_dev +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x774b137b usb_gadget_clear_selfpowered +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 0x7c9a777a usb_gadget_register_driver_owner +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x8bc0fdfd usb_udc_vbus_handler +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x8e14e792 usb_gadget_map_request_by_dev +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x90683da3 usb_add_gadget_udc_release +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x93d5fdc4 usb_gadget_giveback_request +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x9f50aff4 usb_del_gadget +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xa5abe161 usb_gadget_connect +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xaa0b07d1 usb_gadget_unregister_driver +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xaa0f86d9 usb_add_gadget +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xac5667d9 usb_ep_queue +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xaee0fa5a usb_gadget_ep_match_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xb9ce9381 usb_gadget_unmap_request +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xbc548c3e gadget_find_ep_by_name +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xbe7587bf usb_gadget_disconnect +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xbee6af28 usb_ep_set_halt +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xc041cf5c usb_gadget_udc_reset +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xc103fc01 usb_gadget_vbus_connect +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xc24ed2b9 usb_gadget_set_selfpowered +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xc31bc1a9 usb_gadget_frame_number +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xc3d4d06b usb_ep_set_maxpacket_limit +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xc3efb842 usb_gadget_activate +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xc8ac2c4f usb_ep_clear_halt +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xc96fc55a usb_del_gadget_udc +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xd1c30b3d usb_gadget_vbus_disconnect +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xe4c3d52d usb_add_gadget_udc +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xea991d42 usb_gadget_wakeup +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xee2835c4 usb_gadget_vbus_draw +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xf95151a6 usb_gadget_set_state +EXPORT_SYMBOL_GPL drivers/usb/host/xhci-pci-renesas 0x71bfbe25 renesas_xhci_check_request_fw +EXPORT_SYMBOL_GPL drivers/usb/misc/ezusb 0x475b279f ezusb_fx1_ihex_firmware_download +EXPORT_SYMBOL_GPL drivers/usb/misc/ezusb 0xb9ca19e6 ezusb_fx1_set_reset +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0x097a6c4b usb_ftdi_elan_edset_input +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0x203c617f ftdi_elan_gone_away +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0x2df81444 usb_ftdi_elan_edset_setup +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0x30615059 usb_ftdi_elan_edset_single +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0x8fa8ace5 usb_ftdi_elan_edset_empty +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0xb7e68e8a usb_ftdi_elan_read_pcimem +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0xc1b9df38 usb_ftdi_elan_edset_flush +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0xf22d1697 usb_ftdi_elan_edset_output +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0xff9ddd42 usb_ftdi_elan_write_pcimem +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 0x147f7292 musb_set_host +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0x1ef0f718 musb_set_peripheral +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0x2734197f musb_readb +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0x39834749 musb_root_disconnect +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0x51d1d7af 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 0xc526713e musb_queue_resume_work +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0xd2ee9b44 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 0x021d12da usb_phy_gen_create_phy +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-generic 0x18e9cbdb usb_gen_phy_init +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-generic 0x24d8d65a usb_gen_phy_shutdown +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-generic 0x57c8d1ee usb_phy_generic_unregister +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-generic 0xe7188655 usb_phy_generic_register +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-isp1301 0xd4f648fb isp1301_get_client +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-tegra-usb 0x6d7bf22d tegra_usb_phy_preresume +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-tegra-usb 0x7a7c2787 tegra_ehci_phy_restore_start +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-tegra-usb 0x87de2d59 tegra_ehci_phy_restore_end +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-tegra-usb 0xd4bff0be tegra_usb_phy_postresume +EXPORT_SYMBOL_GPL drivers/usb/serial/usb_wwan 0x610d8df7 usb_wwan_port_probe +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x181b7577 usb_serial_generic_chars_in_buffer +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x189fe397 usb_serial_generic_throttle +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x377a09d7 usb_serial_handle_dcd_change +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x37e01a12 usb_serial_register_drivers +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x4f38d84c usb_serial_generic_process_read_urb +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x58723fd8 usb_serial_generic_close +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x598d8aba usb_serial_generic_resume +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x615a3da8 usb_serial_generic_submit_read_urbs +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x626087ce usb_serial_generic_tiocmiwait +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x63c15f6f usb_serial_generic_wait_until_sent +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x65295736 usb_serial_generic_write_start +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x80e44a54 usb_serial_generic_read_bulk_callback +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x8b1afbfc usb_serial_generic_write +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xb0479ab3 usb_serial_generic_write_bulk_callback +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xb1734465 usb_serial_generic_get_icount +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xddf477f6 usb_serial_claim_interface +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xf27e4bb7 usb_serial_generic_unthrottle +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xfc6ae8f8 usb_serial_deregister_drivers +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xfc6e6507 usb_serial_port_softint +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xfe38d815 usb_serial_generic_open +EXPORT_SYMBOL_GPL drivers/usb/typec/altmodes/typec_displayport 0x3cdb636d dp_altmode_probe +EXPORT_SYMBOL_GPL drivers/usb/typec/altmodes/typec_displayport 0xcd60d314 dp_altmode_remove +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpci 0x6f497a3c tcpci_irq +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpci 0x7dc88ddb 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 0x88e40efa tcpm_register_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 0xea220941 tcpm_tcpc_reset +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpm 0xeb779665 tcpm_sourcing_vbus +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x09fd8993 typec_get_fw_cap +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x0bd96d2c typec_altmode_get_plug +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x1326f04a typec_switch_get_drvdata +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x180188e9 typec_cable_set_identity +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x2596d0fd typec_mux_unregister +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x2a0afbb4 typec_get_negotiated_svdm_version +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x2be397b1 typec_altmode_exit +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x2c5641a0 typec_altmode_attention +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x2d1e301d typec_find_power_role +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x2e853211 typec_unregister_port +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x3070fe1c typec_switch_set_drvdata +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x313b2a2e __typec_altmode_register_driver +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x3314bc66 typec_get_drvdata +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x34599628 typec_port_register_altmode +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x369db400 typec_set_orientation +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x383a6302 typec_port_register_altmodes +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x3a314922 typec_partner_set_identity +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x3f0e3ae3 typec_get_orientation +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x3f117948 typec_set_pwr_role +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x3f488400 typec_mux_register +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x48dc78c4 typec_set_data_role +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x496a1373 typec_unregister_partner +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x4ca8461e typec_altmode_unregister_driver +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x4f38142d typec_retimer_set +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x4fc690cc typec_unregister_altmode +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x559dfa36 typec_partner_set_usb_power_delivery +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x57644ec3 usb_power_delivery_link_device +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x59895729 typec_retimer_put +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x5f06c1f8 typec_altmode_notify +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x5fb80965 typec_altmode_update_active +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x641d3b15 fwnode_typec_mux_get +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x6b3d9465 typec_mux_set +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x6d65495f typec_partner_set_pd_revision +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x7363e76a typec_mux_set_drvdata +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x7441c6e5 typec_retimer_get_drvdata +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x758fdfc7 typec_register_partner +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x789c2ee9 fwnode_typec_switch_get +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x7c9a5e2c usb_power_delivery_unlink_device +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x82d1c15b typec_switch_register +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x86521d45 typec_switch_put +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x8a745092 typec_set_pwr_opmode +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x8ba164ea typec_plug_register_altmode +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x8eb75379 typec_partner_register_altmode +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x8fb68d52 typec_altmode_enter +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x9049491e typec_find_port_data_role +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x928b2e16 typec_mux_get_drvdata +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x95db0063 typec_altmode_get_partner +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x990c2c96 typec_register_port +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xa254de98 typec_find_orientation +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xa941b8d5 usb_power_delivery_unregister +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xac32d90d typec_port_set_usb_power_delivery +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xafb66437 typec_cable_get +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xb09e9b38 typec_partner_set_num_altmodes +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xb3b21be0 usb_power_delivery_register_capabilities +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xb480e26d typec_altmode2port +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xb7d41bbb typec_partner_set_svdm_version +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xbce4df7c typec_cable_put +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xbfda7719 typec_register_plug +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xc2626d90 typec_partner_usb_power_delivery_register +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xc3495a72 typec_set_vconn_role +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xc91f645c typec_unregister_cable +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xca396105 usb_power_delivery_unregister_capabilities +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xca55712a typec_register_cable +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xcb14caa9 usb_power_delivery_register +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xcdeb7541 typec_cable_is_active +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xd24d0f55 typec_altmode_vdm +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xd2fa1286 typec_switch_set +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xdb02e1d2 typec_unregister_plug +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xdfe7b895 fwnode_typec_retimer_get +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xe6276e21 typec_retimer_register +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xe85909a0 typec_match_altmode +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xeafc1eb8 typec_find_port_power_role +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xef2caca7 typec_plug_set_num_altmodes +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xf1234a8b typec_find_pwr_opmode +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xf1e4a82d typec_altmode_put_plug +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xf42656fa typec_retimer_unregister +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xf47d2313 typec_switch_unregister +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xf55dc76e typec_set_mode +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xfc8df340 typec_mux_put +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0x1ad2e9ac ucsi_register +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0x413229fd ucsi_destroy +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0x66c68d98 ucsi_connector_change +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0x74d8774e ucsi_set_drvdata +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0xa0dbff7b ucsi_send_command +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0xa8511fc6 ucsi_unregister +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0xb11f3638 ucsi_resume +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0xbd99eb4d ucsi_get_drvdata +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0xc072cf0f ucsi_create +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x0631e2cc usbip_start_eh +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x1329a79b dev_attr_usbip_debug +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x270bf987 usbip_event_happened +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x2e63a16a usbip_pack_pdu +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x524a5428 usbip_stop_eh +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x52d03124 usbip_in_eh +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x5eb119ce usbip_recv_iso +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x765013d2 usbip_dump_urb +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x78b72f44 usbip_debug_flag +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x7941cdb6 usbip_pad_iso +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xc2554191 usbip_recv_xbuff +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xd02753dc usbip_header_correct_endian +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xd25d6d52 usbip_alloc_iso_desc_pdu +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xd395404e usbip_recv +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xe1ea0586 usbip_dump_header +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xf6d9e87d usbip_event_add +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0x17b85b60 vdpa_unregister_device +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0x2340bf78 vdpa_set_config +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0x263ddca4 vdpa_mgmtdev_register +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0x37d76ece vdpa_get_config +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0x87ec75fa vdpa_unregister_driver +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0x97a648c1 _vdpa_unregister_device +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0xb81d429a _vdpa_register_device +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0xb99c2c98 __vdpa_register_driver +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0xba17cc36 vdpa_mgmtdev_unregister +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0xbc2a9ce6 __vdpa_alloc_device +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0xf1755aca vdpa_register_device +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa_sim/vdpa_sim 0x359154d8 vdpasim_create +EXPORT_SYMBOL_GPL drivers/vfio/mdev/mdev 0x3d4f0f3f mdev_bus_type +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x21b0c30e vfio_pci_core_request +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x2d3599e1 vfio_pci_core_ioctl_feature +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x3c8bcc7a vfio_pci_core_enable +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x4263ac14 vfio_pci_core_read +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x4cf699b8 vfio_pci_core_set_params +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x64ae3618 vfio_pci_core_release_dev +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x65a6c3fc vfio_pci_core_match +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x6e041948 vfio_pci_core_err_handlers +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x7a007956 vfio_pci_core_finish_enable +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x84c5184d vfio_pci_core_aer_err_detected +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0xa540f112 vfio_pci_core_init_dev +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0xb2993d40 vfio_pci_core_write +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0xb3633f4e vfio_pci_core_unregister_device +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0xbb2ca376 vfio_pci_core_mmap +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0xcb0587df vfio_pci_core_close_device +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0xd35af71c vfio_pci_core_disable +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0xdf555ad4 vfio_pci_core_register_dev_region +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0xe1c53329 vfio_pci_core_register_device +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0xe34df2b6 vfio_pci_core_ioctl +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0xf4c4f578 vfio_pci_core_sriov_configure +EXPORT_SYMBOL_GPL drivers/vfio/platform/vfio-platform-base 0x21469f6c vfio_platform_write +EXPORT_SYMBOL_GPL drivers/vfio/platform/vfio-platform-base 0x298c64f6 vfio_platform_mmap +EXPORT_SYMBOL_GPL drivers/vfio/platform/vfio-platform-base 0x3282ae52 vfio_platform_read +EXPORT_SYMBOL_GPL drivers/vfio/platform/vfio-platform-base 0x64757cbd vfio_platform_close_device +EXPORT_SYMBOL_GPL drivers/vfio/platform/vfio-platform-base 0x897f345a __vfio_platform_register_reset +EXPORT_SYMBOL_GPL drivers/vfio/platform/vfio-platform-base 0x941aa919 vfio_platform_unregister_reset +EXPORT_SYMBOL_GPL drivers/vfio/platform/vfio-platform-base 0x9d5ba301 vfio_platform_init_common +EXPORT_SYMBOL_GPL drivers/vfio/platform/vfio-platform-base 0xa4039ee0 vfio_platform_open_device +EXPORT_SYMBOL_GPL drivers/vfio/platform/vfio-platform-base 0xbe5b3ecc vfio_platform_release_common +EXPORT_SYMBOL_GPL drivers/vfio/platform/vfio-platform-base 0xc81c6c1e vfio_platform_ioctl +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x08bf625b _vfio_alloc_device +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x0d61109c vfio_register_iommu_driver +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x1155e02b vfio_virqfd_enable +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x1ef12652 vfio_iommufd_physical_unbind +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x2729b244 vfio_register_group_dev +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x3238b42f vfio_iommufd_emulated_unbind +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x3d770e8c vfio_register_emulated_iommu_dev +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x47d2b5c8 vfio_assign_device_set +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x48ee7465 vfio_device_set_open_count +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x4d91a9f7 vfio_iommufd_physical_attach_ioas +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x4fb212fe vfio_file_set_kvm +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x5abcf68c vfio_file_enforced_coherent +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x60a634c4 vfio_info_cap_add +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x749e87b3 vfio_mig_get_next_state +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x7d2ed4c3 iova_bitmap_set +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x8e017eb7 vfio_iommufd_emulated_bind +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x900a11e5 vfio_file_is_group +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x90143775 vfio_iommufd_physical_bind +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x9d5e2e99 vfio_virqfd_disable +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xa556aadc vfio_file_has_dev +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xbcfd163d vfio_unregister_group_dev +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xbf285825 vfio_iommufd_emulated_attach_ioas +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xc8cb1816 vfio_file_iommu_group +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xe98164cb vfio_unregister_iommu_driver +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x0ecea520 vhost_vq_avail_empty +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x23284a79 vhost_set_backend_features +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x2e59cc54 vhost_dev_has_owner +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x345592e1 vhost_signal +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x3a3adb12 vhost_disable_notify +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x3bd222f8 vhost_dev_set_owner +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x3d6a22c5 vhost_dequeue_msg +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x3dc93068 vhost_dev_init +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x4c427efd vhost_init_device_iotlb +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x4d90e7ac vhost_poll_stop +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x4dfb6d0e vhost_dev_stop +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x4eeec49f vhost_enqueue_msg +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x4f519200 vhost_log_write +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x50725c06 vhost_has_work +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x55bc6d84 vhost_vq_init_access +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x55c55334 vhost_get_vq_desc +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x5e285ee5 vhost_exceeds_weight +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x6d999dc7 vhost_chr_read_iter +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x81285828 vhost_add_used +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x824c0528 vhost_log_access_ok +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x868dd221 vhost_work_queue +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x928d93d0 vhost_discard_vq_desc +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x9839298e vhost_add_used_and_signal_n +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xa3956ed3 vhost_dev_reset_owner +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xa87768be vhost_vq_access_ok +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xa909cfc5 vhost_work_init +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xa9b7d917 vq_meta_prefetch +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xaae10dff vhost_dev_ioctl +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xb320df10 vhost_dev_cleanup +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xb83b77f0 vhost_poll_init +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xba2744b7 vhost_vq_is_setup +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xbc43a35a vhost_poll_queue +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xbf359d5f vhost_add_used_n +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xc2d4f456 vhost_poll_start +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xc61bce0d vhost_dev_flush +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xc8337185 vhost_enable_notify +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xcdb32114 vhost_vring_ioctl +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xda52c726 vhost_dev_check_owner +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xdac10969 vhost_clear_msg +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xf407d4e8 vhost_new_msg +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xfd2b3e45 vhost_dev_reset_owner_prepare +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xfe0c3710 vhost_add_used_and_signal +EXPORT_SYMBOL_GPL drivers/vhost/vhost_iotlb 0x38ff875f vhost_iotlb_add_range +EXPORT_SYMBOL_GPL drivers/vhost/vhost_iotlb 0x5f4e5249 vhost_iotlb_reset +EXPORT_SYMBOL_GPL drivers/vhost/vhost_iotlb 0x69e872f9 vhost_iotlb_itree_first +EXPORT_SYMBOL_GPL drivers/vhost/vhost_iotlb 0x6bec0e66 vhost_iotlb_del_range +EXPORT_SYMBOL_GPL drivers/vhost/vhost_iotlb 0x83be64b9 vhost_iotlb_itree_next +EXPORT_SYMBOL_GPL drivers/vhost/vhost_iotlb 0x885512a2 vhost_iotlb_add_range_ctx +EXPORT_SYMBOL_GPL drivers/vhost/vhost_iotlb 0x8a7d8ee9 vhost_iotlb_init +EXPORT_SYMBOL_GPL drivers/vhost/vhost_iotlb 0xa24517eb vhost_iotlb_free +EXPORT_SYMBOL_GPL drivers/vhost/vhost_iotlb 0xc577832d vhost_iotlb_alloc +EXPORT_SYMBOL_GPL drivers/vhost/vhost_iotlb 0xf9deb0db vhost_iotlb_map_free +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0x331f71c6 ili9320_suspend +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0x37c07c3a ili9320_write_regs +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0x4c3a5a7d ili9320_shutdown +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0x5205687b ili9320_remove +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0x945d35c9 ili9320_write +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0x9cfafc97 ili9320_probe_spi +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0xd56c383b ili9320_resume +EXPORT_SYMBOL_GPL drivers/video/fbdev/core/fb_ddc 0x855cb511 fb_ddc_read +EXPORT_SYMBOL_GPL drivers/video/fbdev/core/fb_sys_fops 0x274c6cc2 fb_sys_write +EXPORT_SYMBOL_GPL drivers/video/fbdev/core/fb_sys_fops 0xa796b6cb fb_sys_read +EXPORT_SYMBOL_GPL drivers/video/fbdev/sis/sisfb 0x1b5e1d64 sis_free_new +EXPORT_SYMBOL_GPL drivers/video/fbdev/sis/sisfb 0x8a63c56f sis_malloc_new +EXPORT_SYMBOL_GPL drivers/w1/wire 0x28fd87bf w1_touch_bit +EXPORT_SYMBOL_GPL drivers/w1/wire 0x57b1604a w1_reset_resume_command +EXPORT_SYMBOL_GPL drivers/w1/wire 0x63757e92 w1_calc_crc8 +EXPORT_SYMBOL_GPL drivers/w1/wire 0x6fa707ec w1_reset_bus +EXPORT_SYMBOL_GPL drivers/w1/wire 0x76dcb775 w1_read_8 +EXPORT_SYMBOL_GPL drivers/w1/wire 0x890c5fa5 w1_next_pullup +EXPORT_SYMBOL_GPL drivers/w1/wire 0x932221ba w1_reset_select_slave +EXPORT_SYMBOL_GPL drivers/w1/wire 0x9862f701 w1_triplet +EXPORT_SYMBOL_GPL drivers/w1/wire 0x9f5ed4ce w1_touch_block +EXPORT_SYMBOL_GPL drivers/w1/wire 0xca6e85b8 w1_write_8 +EXPORT_SYMBOL_GPL drivers/w1/wire 0xcd486040 w1_read_block +EXPORT_SYMBOL_GPL drivers/w1/wire 0xff2caa05 w1_write_block +EXPORT_SYMBOL_GPL drivers/xen/xen-front-pgdir-shbuf 0x0a863539 xen_front_pgdir_shbuf_free +EXPORT_SYMBOL_GPL drivers/xen/xen-front-pgdir-shbuf 0x10727433 xen_front_pgdir_shbuf_get_dir_start +EXPORT_SYMBOL_GPL drivers/xen/xen-front-pgdir-shbuf 0x273c6c10 xen_front_pgdir_shbuf_map +EXPORT_SYMBOL_GPL drivers/xen/xen-front-pgdir-shbuf 0xaeb5e029 xen_front_pgdir_shbuf_unmap +EXPORT_SYMBOL_GPL drivers/xen/xen-front-pgdir-shbuf 0xed91d242 xen_front_pgdir_shbuf_alloc +EXPORT_SYMBOL_GPL drivers/xen/xen-privcmd 0x0f0d0d98 xen_privcmdbuf_fops +EXPORT_SYMBOL_GPL drivers/xen/xen-privcmd 0x6695ebc2 xen_privcmd_fops +EXPORT_SYMBOL_GPL fs/dlm/dlm 0x4b62826c dlm_unlock +EXPORT_SYMBOL_GPL fs/dlm/dlm 0x75f08e43 dlm_posix_unlock +EXPORT_SYMBOL_GPL fs/dlm/dlm 0x8a6c5f1b dlm_lock +EXPORT_SYMBOL_GPL fs/dlm/dlm 0xa92ef824 dlm_posix_get +EXPORT_SYMBOL_GPL fs/dlm/dlm 0xc0862386 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 0x3022c2b7 nlmsvc_unlock_all_by_sb +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x4edcf0c0 lockd_up +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x5f3744c0 nlmclnt_done +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x64b823a2 lockd_down +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x6bbd7b11 nlmclnt_init +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x9cbde0a0 nlmsvc_unlock_all_by_ip +EXPORT_SYMBOL_GPL fs/lockd/lockd 0xa4f67c09 nlmclnt_proc +EXPORT_SYMBOL_GPL fs/lockd/lockd 0xb8518e6e nlmsvc_ops +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0112fdc4 nfs_lock +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0240ef3d nfs_do_submount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0294c6a2 nfs_callback_nr_threads +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x03eacb8c nfs_fattr_init +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x081db7d9 nfs_request_add_commit_list +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x09d209c3 nfs_server_copy_userdata +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0c1eb168 nfs_flock +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0dc25967 nfs_statfs +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x10962bc2 nfs_auth_info_match +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x11bb0319 __traceiter_nfs_xdr_status +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x12f31e4f alloc_nfs_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x13bea23d nfs_clone_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1406cac9 nfs_permission +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1b501042 nfs_submount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1ceab537 nfs_setattr_update_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1fddcbe4 nfs_kill_super +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2010f37c nfs_pageio_reset_read_mds +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2171e01f nfs_d_prune_case_insensitive_aliases +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x22d795a8 _nfs_display_fhandle_hash +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x25e5c238 nfs_file_release +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x26884ff7 nfs_alloc_fhandle +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x269a7998 nfs_clear_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x284f22db nfs_init_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x291d2785 nfs_access_zap_cache +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x295231d4 nfs_pgio_header_free +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2ea6e1d3 nfs_free_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2f8c7c2f nfs_request_add_commit_list_locked +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x30496988 __tracepoint_nfs_fsync_enter +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x314ca1cb nfs_dentry_operations +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x31702d77 nfs_file_read +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x33046c9e nfs_show_devname +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x342b3931 nfs_server_insert_lists +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x343a8cc3 nfs_file_llseek +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3748e2ab nfs_free_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x39e05ac3 nfs_idmap_cache_timeout +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3b41212b nfs_filemap_write_and_wait_range +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 0x40bd13e7 nfs_release_request +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x42f2c81f nfs4_client_id_uniquifier +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x433fd4ec nfs_show_stats +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x44cc3a41 __tracepoint_nfs_fsync_exit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x45688a52 nfs_lookup +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x46350004 nfs_commit_free +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x47b382f9 nfs_sb_active +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x48646a57 nfs_access_get_cached +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x49a8ab35 nfs_async_iocounter_wait +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x49b2c27b nfs_getattr +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4cb9e001 recover_lost_locks +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4e7baf44 nfs_wb_all +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4f86d1bb __traceiter_nfs_fsync_enter +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x51892d61 nfs_callback_set_tcpport +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x51948822 nfs_mkdir +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x53071ea3 nfs_fscache_open_file +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x584b8482 nfs_inc_attr_generation_counter +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x58fc0a52 nfs_post_op_update_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x59923eb3 __tracepoint_nfs_xdr_status +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5a80d2b0 nfs_clear_verifier_delegated +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5b0e6e94 nfs_probe_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5cdf5b3c nfs_retry_commit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5d5d8e13 put_nfs_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x60e19112 nfs_umount_begin +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x62118f69 nfs_post_op_update_inode_force_wcc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x65f9cd8a nfs_writeback_update_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x66fa6bfb nfs_pgheader_init +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x68cf3a54 nfs_inode_attach_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x695b934f nfs_instantiate +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x69bfafb0 nfs_refresh_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6a2b6ebc nfs_pageio_reset_write_mds +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6ab6e5f9 nfs_setattr +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6e81f032 __SCK__tp_func_nfs_fsync_exit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6eaeac97 __traceiter_nfs_xdr_bad_filehandle +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x70fe176c nfs_get_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x735305c2 nfs_pageio_init_write +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x73a4403b nfs_drop_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x73dff4c0 __SCK__tp_func_nfs_xdr_status +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x73e24fb7 nfs_request_remove_commit_list +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x76335279 nfs_create_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7a4f74f5 nfs_may_open +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7b013860 nfs_access_add_cache +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7bc8b394 nfs_get_lock_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7f60ad96 nfs_wait_on_request +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x83357e16 nfs_fs_type +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x83ca6cca nfs_dreq_bytes_left +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x83e0a42f nfs_init_commit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8499de4f nfs_alloc_fattr +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x868f2140 nfs_file_operations +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x87060898 nfs_mark_client_ready +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x879291f1 nfs_alloc_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x87cd3e71 nfs_alloc_fattr_with_label +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x89eea9cb nfs_mknod +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8c5ae4ca nfs_file_write +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8cb42a90 get_nfs_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8eac50fd nfs_sops +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8fba035f nfs_add_or_obtain +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x90111d0e nfs_file_set_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9027e185 nfs_commit_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x90a5530f nfsiod_workqueue +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x91d1fe52 max_session_slots +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9485479a register_nfs_version +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x95007f7e __SCK__tp_func_nfs_xdr_bad_filehandle +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x952ac9e3 nfs_create_rpc_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9871a76a nfs_atomic_open +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x98b0ece8 nfs_init_timeout_values +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9bcf9c4c nfs_set_verifier +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9e5c074b nfs_set_cache_invalid +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9ea4efde nfs_scan_commit_list +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9f30aac5 nfs_pageio_init_read +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa10cb9c1 nfs_show_options +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa42b0485 nfs_reconfigure +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa4c18f4f nfs_init_server_rpcclient +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa507e6df nfs_pgio_current_mirror +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa679e38f nfs_try_get_tree +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa8e9e1ae send_implementation_id +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa96177b5 nfs_invalidate_atime +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xaa4c0db7 nfs_file_fsync +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xaafd4acc max_session_cb_slots +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xaec47c8b nfs_initiate_commit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xaf3bef6a nfs_pageio_resend +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xafbbf27f nfs_put_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb19b5f56 nfs_commitdata_alloc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb2cc9571 nfs_unlink +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb8dd1976 __traceiter_nfs_fsync_exit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xbbb6237d nfs4_dentry_operations +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xbbd9586a nfs_alloc_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xbf5adfa1 nfs_show_path +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc2549571 nfs_alloc_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc3a2be67 nfs_net_id +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc420aa0b nfs_commitdata_release +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc5060c16 nfs_put_lock_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc6c8b8f1 nfs_access_set_mask +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc7331788 nfs_pgio_header_alloc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc9754b19 nfs_free_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xcb5069cd nfs_fhget +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xcb7fcf7c unregister_nfs_version +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xcf31ff2c nfs_file_mmap +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd2a36252 nfs_client_for_each_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd5001fc6 nfs_client_init_is_complete +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd5c01ead nfs_rmdir +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xda974a72 nfs_generic_pgio +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xdae9b5d7 nfs4_disable_idmapping +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xdb1f108f nfs_sync_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe170bf9f nfs4_label_alloc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe2a63def nfs_link +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe3f41bf5 nfs_check_cache_invalid +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe56575a2 nfs_zap_acl_cache +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe70507df __tracepoint_nfs_xdr_bad_filehandle +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe8956c97 nfs_create +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe89892af nfs_close_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xebfa997a nfs_init_cinfo +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xedb10a18 nfs_client_init_status +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xee5ad8e5 nfs_generic_pg_test +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xefffd983 nfs_force_lookup_revalidate +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf22e7133 nfs_write_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf34be58f nfs_revalidate_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf451b0c2 nfs_initiate_pgio +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf5f80ed6 nfs4_fs_type +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf6327dbf nfs_sb_deactive +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf8cdbc49 nfs_server_remove_lists +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf96f04c4 __SCK__tp_func_nfs_fsync_enter +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfa8e743d nfs_setsecurity +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfada4552 nfs_rename +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfb13fe93 nfs_wait_client_init_complete +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfc619abd _nfs_display_fhandle +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfd9cac44 nfs_path +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfff7848c nfs_symlink +EXPORT_SYMBOL_GPL fs/nfs/nfsv3 0x0936baba nfs3_set_ds_client +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x004d9751 __traceiter_ff_layout_read_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x035ec903 pnfs_write_done_resend_to_mds +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 0x092b4e4b pnfs_generic_prepare_to_resend_writes +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x0aebca68 __tracepoint_ff_layout_read_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x0daa61b4 __traceiter_pnfs_mds_fallback_read_pagelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x0edd84cb nfs4_put_deviceid_node +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x0f01076e __tracepoint_pnfs_mds_fallback_pg_get_mirror_count +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x0ff289f3 __SCK__tp_func_pnfs_mds_fallback_pg_init_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x1cd1c03b pnfs_layoutcommit_inode +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x1cf3c24f pnfs_generic_pg_cleanup +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x1ff06e03 pnfs_generic_pg_writepages +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x2001f516 nfs4_init_ds_session +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x2639a1cb nfs4_decode_mp_ds_addr +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x2795298c nfs4_test_deviceid_unavailable +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x27ad47ea __SCK__tp_func_pnfs_mds_fallback_write_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x281b0806 __traceiter_nfs4_pnfs_commit_ds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x2bdc5221 nfs4_schedule_migration_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x30a44ac3 __SCK__tp_func_ff_layout_write_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x30cb04ec pnfs_nfs_generic_sync +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x32bb6e05 __tracepoint_ff_layout_write_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x3419de9a pnfs_put_lseg +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x35d1b070 pnfs_generic_pg_init_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x3615892d pnfs_error_mark_layout_for_return +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x36da0081 pnfs_generic_ds_cinfo_release_lseg +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x388e7b63 nfs4_find_get_deviceid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x39be0801 nfs4_pnfs_ds_put +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x3a479038 __traceiter_pnfs_mds_fallback_read_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x3a54797d pnfs_free_commit_array +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x3c9c4497 __traceiter_nfs4_pnfs_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x4037a6c0 pnfs_read_resend_pnfs +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x422ffbaf pnfs_add_commit_array +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x4beec958 __traceiter_pnfs_mds_fallback_pg_get_mirror_count +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x51fe5db9 pnfs_generic_pg_init_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x533c198f __SCK__tp_func_nfs4_pnfs_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x550b19e7 pnfs_generic_scan_commit_lists +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 0x5ce462a3 __tracepoint_pnfs_mds_fallback_write_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x5ea2f72a __traceiter_pnfs_mds_fallback_write_pagelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x6085edbd nfs_map_string_to_numeric +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x6531fddd nfs4_set_rw_stateid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x66117b46 pnfs_destroy_layout +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x668b027f pnfs_generic_pg_test +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x684ee199 pnfs_generic_pg_readpages +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x69d3558d pnfs_generic_rw_release +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x69dd92fc nfs42_proc_layouterror +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x6df6b980 nfs4_schedule_lease_moved_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x74228577 nfs4_delete_deviceid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x75be92ba nfs4_setup_sequence +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x76a50719 nfs4_mark_deviceid_available +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x785c06ab __SCK__tp_func_ff_layout_read_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x78ab1332 pnfs_ld_read_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x78af04c9 pnfs_generic_clear_request_commit +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x7a4e7f4e __SCK__tp_func_pnfs_mds_fallback_read_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x7ab7bcc6 __tracepoint_ff_layout_commit_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x7cd013a8 __SCK__tp_func_pnfs_mds_fallback_pg_get_mirror_count +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x7ea64473 __traceiter_ff_layout_write_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x7fb66395 pnfs_set_lo_fail +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x7fc061d8 pnfs_generic_pg_check_layout +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x82409884 __tracepoint_pnfs_mds_fallback_read_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x8288018f nfs4_pnfs_ds_add +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x8740bfc8 pnfs_register_layoutdriver +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x8cf23a61 pnfs_alloc_commit_array +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x8e517836 nfs_remove_bad_delegation +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x929ac618 pnfs_generic_write_commit_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x94779d35 __traceiter_nfs4_pnfs_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x974a1614 __tracepoint_pnfs_mds_fallback_pg_init_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x9a1a74c3 __tracepoint_nfs4_pnfs_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x9bac7b14 __traceiter_pnfs_mds_fallback_write_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x9c55e8db nfs4_sequence_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x9d02ba8d nfs4_proc_getdeviceinfo +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xa084979b nfs41_sequence_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xa4f57feb pnfs_generic_search_commit_reqs +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xa8918f81 __traceiter_pnfs_mds_fallback_pg_init_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xb28614f3 pnfs_generic_recover_commit_reqs +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xba53a1ef __SCK__tp_func_pnfs_mds_fallback_pg_init_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xbad2d41d pnfs_generic_commit_pagelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xbad79537 nfs4_schedule_stateid_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xbbd64ecb pnfs_ld_write_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xc074c4cb nfs4_schedule_lease_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xc3287b48 nfs4_set_ds_client +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xc3372d8a nfs4_find_or_create_ds_client +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xc5a1c5b3 __traceiter_ff_layout_commit_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xc7a9d954 __SCK__tp_func_nfs4_pnfs_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xca09d0c9 pnfs_layout_mark_request_commit +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xcf29b95f __tracepoint_pnfs_mds_fallback_read_pagelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xcfb43eb0 pnfs_set_layoutcommit +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd0ecfaad __tracepoint_pnfs_mds_fallback_pg_init_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd132e6dc __traceiter_pnfs_mds_fallback_pg_init_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd4a40350 pnfs_unregister_layoutdriver +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd8f27abe nfs4_mark_deviceid_unavailable +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xdd7f938d pnfs_generic_layout_insert_lseg +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xddf0204c pnfs_generic_pg_check_range +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xdf6991a4 __SCK__tp_func_pnfs_mds_fallback_write_pagelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xe0c112b7 nfs4_schedule_session_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xe19f5ee0 __tracepoint_pnfs_mds_fallback_write_pagelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xe20246c5 pnfs_generic_ds_cinfo_destroy +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xe5bd1558 pnfs_generic_sync +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xe63ad080 nfs4_test_session_trunk +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xe668c057 pnfs_update_layout +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xe718680d nfs4_init_deviceid_node +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xeae8522f __tracepoint_nfs4_pnfs_commit_ds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xed15fb41 nfs4_print_deviceid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xede41327 __tracepoint_nfs4_pnfs_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xeff549b7 pnfs_read_done_resend_to_mds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf106445b pnfs_report_layoutstat +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 0xfd0f8ba9 nfs4_pnfs_ds_connect +EXPORT_SYMBOL_GPL fs/nfs_common/grace 0x13ebd3f3 opens_in_grace +EXPORT_SYMBOL_GPL fs/nfs_common/grace 0x1fe1e1ad locks_end_grace +EXPORT_SYMBOL_GPL fs/nfs_common/grace 0xbef00af1 locks_in_grace +EXPORT_SYMBOL_GPL fs/nfs_common/grace 0xe9593263 locks_start_grace +EXPORT_SYMBOL_GPL fs/nfs_common/nfs_acl 0x340eca45 nfsacl_encode +EXPORT_SYMBOL_GPL fs/nfs_common/nfs_acl 0x73775e15 nfs_stream_decode_acl +EXPORT_SYMBOL_GPL fs/nfs_common/nfs_acl 0x9c43dc00 nfs_stream_encode_acl +EXPORT_SYMBOL_GPL fs/nfs_common/nfs_acl 0xdb545657 nfsacl_decode +EXPORT_SYMBOL_GPL fs/nfsd/nfsd 0x11a4db36 nfsd4_ssc_init_umount_work +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x0013182e o2nm_node_put +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x0ed107e3 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 0x81a17396 mlog_and_bits +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x887f0b9d o2hb_unregister_callback +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xa6f54d08 o2nm_get_node_by_num +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xa87bc9e7 o2nm_configured_node_map +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xa941cb47 o2hb_fill_node_map +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xb6ebf62a o2nm_this_node +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xb87d1eee o2nm_node_get +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 0xce96c470 o2hb_setup_callback +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xcfb785fa o2hb_register_callback +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xd859ac8c o2net_fill_node_map +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xf1a5611d o2net_unregister_handler_list +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xf56c2017 mlog_not_bits +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xf982e6db o2net_send_message +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xfe1298f3 o2net_register_handler +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0x7a1211f8 dlm_setup_eviction_cb +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0x9c9fd6bc dlm_unregister_domain +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0xbfd942ca dlmlock +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0xce6b9d8a dlm_register_domain +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0xd2c71a5c dlm_register_eviction_cb +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0xd7ba575e dlm_errmsg +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0xd8d49292 dlm_print_one_lock +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0xd8fa57a6 dlm_unregister_eviction_cb +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0xf240d04b 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 0x289a2cb7 ocfs2_stack_glue_register +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x2dc04dc4 ocfs2_kset +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x4d3af7fa ocfs2_cluster_hangup +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x6718e47f ocfs2_stack_glue_unregister +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 0x96e842c4 ocfs2_plock +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 0xa1b4952a unregister_pstore_device +EXPORT_SYMBOL_GPL fs/pstore/pstore_blk 0xdcbfee78 register_pstore_device +EXPORT_SYMBOL_GPL fs/pstore/pstore_zone 0x2b67c332 unregister_pstore_zone +EXPORT_SYMBOL_GPL fs/pstore/pstore_zone 0x8d5a43db 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 0x0d64b7fe notifier_err_inject_dir +EXPORT_SYMBOL_GPL lib/notifier-error-inject 0x691c8287 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 0x6e3751e4 lowpan_header_decompress +EXPORT_SYMBOL_GPL net/6lowpan/6lowpan 0xd119dad1 lowpan_header_compress +EXPORT_SYMBOL_GPL net/802/garp 0x11ea39e4 garp_request_join +EXPORT_SYMBOL_GPL net/802/garp 0x79da97e0 garp_init_applicant +EXPORT_SYMBOL_GPL net/802/garp 0x8decf26a garp_unregister_application +EXPORT_SYMBOL_GPL net/802/garp 0xa9baf6db garp_request_leave +EXPORT_SYMBOL_GPL net/802/garp 0xae2729c4 garp_uninit_applicant +EXPORT_SYMBOL_GPL net/802/garp 0xc3d14a37 garp_register_application +EXPORT_SYMBOL_GPL net/802/mrp 0x327d3cc2 mrp_init_applicant +EXPORT_SYMBOL_GPL net/802/mrp 0x6997d865 mrp_request_leave +EXPORT_SYMBOL_GPL net/802/mrp 0x84893e02 mrp_request_join +EXPORT_SYMBOL_GPL net/802/mrp 0x89378efe mrp_unregister_application +EXPORT_SYMBOL_GPL net/802/mrp 0x938c74f7 mrp_uninit_applicant +EXPORT_SYMBOL_GPL net/802/mrp 0xb944116a mrp_register_application +EXPORT_SYMBOL_GPL net/802/stp 0x37f9f01c stp_proto_unregister +EXPORT_SYMBOL_GPL net/802/stp 0x7684db0f stp_proto_register +EXPORT_SYMBOL_GPL net/9p/9pnet 0x7d98cd4e p9_client_xattrcreate +EXPORT_SYMBOL_GPL net/9p/9pnet 0xf8ac7761 p9_client_xattrwalk +EXPORT_SYMBOL_GPL net/atm/atm 0xb09faf79 register_atmdevice_notifier +EXPORT_SYMBOL_GPL net/atm/atm 0xcfb6a3da unregister_atmdevice_notifier +EXPORT_SYMBOL_GPL net/ax25/ax25 0xac93ae05 ax25_bcast +EXPORT_SYMBOL_GPL net/ax25/ax25 0xaeb7451e ax25_defaddr +EXPORT_SYMBOL_GPL net/ax25/ax25 0xe97e45ac ax25_register_pid +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0x209e75de l2cap_chan_del +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0x24d934bd bt_debugfs +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0x24dda56d l2cap_chan_send +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0x2cad3fcf l2cap_chan_connect +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0x46c42fdd l2cap_chan_set_defaults +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0x591938f3 l2cap_chan_put +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0x7b0ecee0 l2cap_chan_create +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0x811627ce l2cap_add_psm +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0x8e2e880f l2cap_chan_list +EXPORT_SYMBOL_GPL net/bluetooth/hidp/hidp 0x8eedcef6 hidp_hid_driver +EXPORT_SYMBOL_GPL net/bridge/bridge 0x03f638c5 br_mst_get_state +EXPORT_SYMBOL_GPL net/bridge/bridge 0x17808a32 br_mst_enabled +EXPORT_SYMBOL_GPL net/bridge/bridge 0x1f136bf7 br_port_get_stp_state +EXPORT_SYMBOL_GPL net/bridge/bridge 0x2d6b6a8a br_fdb_clear_offload +EXPORT_SYMBOL_GPL net/bridge/bridge 0x3475b093 br_vlan_get_info +EXPORT_SYMBOL_GPL net/bridge/bridge 0x42e370cd br_multicast_has_querier_anywhere +EXPORT_SYMBOL_GPL net/bridge/bridge 0x43ead1b5 br_vlan_get_pvid +EXPORT_SYMBOL_GPL net/bridge/bridge 0x495c45bf br_multicast_enabled +EXPORT_SYMBOL_GPL net/bridge/bridge 0x4f0b9d74 nf_br_ops +EXPORT_SYMBOL_GPL net/bridge/bridge 0x4f8e13c9 br_mst_get_info +EXPORT_SYMBOL_GPL net/bridge/bridge 0x5ce5e07c br_multicast_has_router_adjacent +EXPORT_SYMBOL_GPL net/bridge/bridge 0x61216ef1 br_multicast_router +EXPORT_SYMBOL_GPL net/bridge/bridge 0x6e973eed br_forward_finish +EXPORT_SYMBOL_GPL net/bridge/bridge 0x72aae2d0 br_multicast_has_querier_adjacent +EXPORT_SYMBOL_GPL net/bridge/bridge 0x7baa2698 br_dev_queue_push_xmit +EXPORT_SYMBOL_GPL net/bridge/bridge 0x7f6924b8 br_fdb_find_port +EXPORT_SYMBOL_GPL net/bridge/bridge 0x9959329f br_port_flag_is_set +EXPORT_SYMBOL_GPL net/bridge/bridge 0xaa1bff7b br_handle_frame_finish +EXPORT_SYMBOL_GPL net/bridge/bridge 0xb5fb0554 br_vlan_get_info_rcu +EXPORT_SYMBOL_GPL net/bridge/bridge 0xb9826ee9 br_vlan_enabled +EXPORT_SYMBOL_GPL net/bridge/bridge 0xcae1c988 br_get_ageing_time +EXPORT_SYMBOL_GPL net/bridge/bridge 0xd84d2b5e br_forward +EXPORT_SYMBOL_GPL net/bridge/bridge 0xd9098aa1 br_vlan_get_pvid_rcu +EXPORT_SYMBOL_GPL net/bridge/bridge 0xe0b88a94 br_multicast_list_adjacent +EXPORT_SYMBOL_GPL net/bridge/bridge 0xf7bae06b br_vlan_get_proto +EXPORT_SYMBOL_GPL net/core/failover 0x02dce570 failover_register +EXPORT_SYMBOL_GPL net/core/failover 0x74e31d06 failover_slave_unregister +EXPORT_SYMBOL_GPL net/core/failover 0x99751e5e failover_unregister +EXPORT_SYMBOL_GPL net/dccp/dccp 0x0252240f dccp_sync_mss +EXPORT_SYMBOL_GPL net/dccp/dccp 0x03d194cb inet_dccp_listen +EXPORT_SYMBOL_GPL net/dccp/dccp 0x08681986 dccp_ctl_make_reset +EXPORT_SYMBOL_GPL net/dccp/dccp 0x182ec2bf dccp_ackvec_parsed_add +EXPORT_SYMBOL_GPL net/dccp/dccp 0x1d2ee335 dccp_send_sync +EXPORT_SYMBOL_GPL net/dccp/dccp 0x1d789bce dccp_set_state +EXPORT_SYMBOL_GPL net/dccp/dccp 0x25083137 dccp_parse_options +EXPORT_SYMBOL_GPL net/dccp/dccp 0x25823264 dccp_make_response +EXPORT_SYMBOL_GPL net/dccp/dccp 0x2c7056e3 dccp_disconnect +EXPORT_SYMBOL_GPL net/dccp/dccp 0x2f811fda dccp_close +EXPORT_SYMBOL_GPL net/dccp/dccp 0x2fa9a932 dccp_poll +EXPORT_SYMBOL_GPL net/dccp/dccp 0x48c597c2 dccp_destruct_common +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 0x59ec59e4 dccp_getsockopt +EXPORT_SYMBOL_GPL net/dccp/dccp 0x67935f43 dccp_reqsk_init +EXPORT_SYMBOL_GPL net/dccp/dccp 0x7a087ea4 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 0x822ed98b dccp_connect +EXPORT_SYMBOL_GPL net/dccp/dccp 0x83944389 dccp_insert_option +EXPORT_SYMBOL_GPL net/dccp/dccp 0x86be7924 dccp_packet_name +EXPORT_SYMBOL_GPL net/dccp/dccp 0x904f69af dccp_child_process +EXPORT_SYMBOL_GPL net/dccp/dccp 0x9598d24d dccp_ackvec_parsed_cleanup +EXPORT_SYMBOL_GPL net/dccp/dccp 0x9a442a98 dccp_destroy_sock +EXPORT_SYMBOL_GPL net/dccp/dccp 0xa0ee5c3c dccp_feat_signal_nn_change +EXPORT_SYMBOL_GPL net/dccp/dccp 0xa2b2eaf7 dccp_create_openreq_child +EXPORT_SYMBOL_GPL net/dccp/dccp 0xa3b6c3ab dccp_init_sock +EXPORT_SYMBOL_GPL net/dccp/dccp 0xaac8dcce dccp_ioctl +EXPORT_SYMBOL_GPL net/dccp/dccp 0xb17f91d8 dccp_check_req +EXPORT_SYMBOL_GPL net/dccp/dccp 0xb56bc579 dccp_done +EXPORT_SYMBOL_GPL net/dccp/dccp 0xbc22daa7 dccp_recvmsg +EXPORT_SYMBOL_GPL net/dccp/dccp 0xc0e8fa0b dccp_rcv_state_process +EXPORT_SYMBOL_GPL net/dccp/dccp 0xc12bbad8 dccp_rcv_established +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 0xda10f29a dccp_setsockopt +EXPORT_SYMBOL_GPL net/dccp/dccp 0xe1d4ed29 dccp_shutdown +EXPORT_SYMBOL_GPL net/dccp/dccp 0xeb5982d4 dccp_send_ack +EXPORT_SYMBOL_GPL net/dccp/dccp 0xefc8a8fd dccp_feat_nn_get +EXPORT_SYMBOL_GPL net/dccp/dccp 0xf4894dba dccp_sendmsg +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x2345f83d dccp_v4_request_recv_sock +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x54d2563a dccp_v4_do_rcv +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x60ca62fd dccp_invalid_packet +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x78d7cd88 dccp_v4_send_check +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0xd0a1ea03 dccp_v4_connect +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0xd79325a9 dccp_v4_conn_request +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x0c6039ac dsa_flush_workqueue +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x1017cacc dsa_tag_drivers_unregister +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x393c6dc2 dsa_port_from_netdev +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x3a46250c dsa_8021q_rcv +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x3cbe24f5 dsa_register_switch +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x417d1fed dsa_8021q_rx_switch_id +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x45ca5090 dsa_tag_8021q_bridge_vid +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x48c5c174 dsa_tag_8021q_bridge_leave +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x67fd7c5b dsa_tag_8021q_find_port_by_vbid +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x69d0628c dsa_port_phylink_mac_change +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x69d745bd dsa_devlink_params_unregister +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x76a67b3b dsa_devlink_port_region_create +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x775772a1 dsa_unregister_switch +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x7d72a4ac dsa_devlink_resources_unregister +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x84e59668 dsa_devlink_resource_occ_get_register +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x8be92ba9 dsa_switch_shutdown +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x8ebf739d dsa_tag_8021q_register +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x98a1c1c6 dsa_8021q_xmit +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x9afd9a84 dsa_devlink_resource_register +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x9e59271d dsa_8021q_rx_source_port +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x9ea7c224 dsa_fdb_present_in_other_db +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xbb9f0784 dsa_tag_8021q_bridge_join +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xc11a4d9e dsa_switch_suspend +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xc23e8d5f dsa_devlink_region_destroy +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xc4e8ba4a dsa_tag_8021q_unregister +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xcb644ec6 dsa_tag_drivers_register +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xd077e855 dsa_devlink_param_get +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xd25f1320 dsa_switch_find +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xd7819c55 dsa_devlink_region_create +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xd9b2d5fe dsa_slave_dev_check +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xe416e123 dsa_tag_8021q_standalone_vid +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xea367003 dsa_devlink_resource_occ_get_unregister +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xefb09423 dsa_mdb_present_in_other_db +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xf13e1803 vid_is_dsa_8021q +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xf21a4fcb dsa_enqueue_skb +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xf31b66d3 dsa_devlink_params_register +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xf72b851d dsa_switch_resume +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xfd3e2b67 dsa_devlink_param_set +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x52eb4b0e nl802154_scan_event +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x87e2553b ieee802154_max_payload +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x8ac7d4b5 ieee802154_hdr_pull +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x8c5d1afe ieee802154_hdr_push +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0xf475b9b1 ieee802154_hdr_peek +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0xfbcb7f9a ieee802154_hdr_peek_addrs +EXPORT_SYMBOL_GPL net/ife/ife 0x390277cc ife_decode +EXPORT_SYMBOL_GPL net/ife/ife 0x44759fad 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 0x11427c59 esp_output_tail +EXPORT_SYMBOL_GPL net/ipv4/esp4 0x275df702 esp_input_done2 +EXPORT_SYMBOL_GPL net/ipv4/esp4 0xd561385b esp_output_head +EXPORT_SYMBOL_GPL net/ipv4/gre 0x5ceb3922 gre_del_protocol +EXPORT_SYMBOL_GPL net/ipv4/gre 0xb0c15ef2 gre_add_protocol +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x0669f7dd inet_diag_register +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x17aa87ec inet_sk_diag_fill +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x3c3d38c9 inet_diag_dump_one_icsk +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x5a189614 inet_diag_msg_common_fill +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x5d482adb inet_diag_bc_sk +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x5e65e3a8 inet_diag_find_one_icsk +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x6af3dc33 inet_diag_unregister +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0xe3bdf3aa inet_diag_dump_icsk +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0xf3730329 inet_diag_msg_attrs_fill +EXPORT_SYMBOL_GPL net/ipv4/ip_gre 0x5ab29b51 gretap_fb_dev_create +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x2bdf5957 ip_tunnel_setup +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x2c41a21e ip_tunnel_encap_setup +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x2e6b7a52 ip_tunnel_init +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x4985f909 ip_tunnel_newlink +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x50362d2a ip_tunnel_lookup +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x532bcd9a ip_tunnel_changelink +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x64580e36 ip_tunnel_siocdevprivate +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x73353913 __ip_tunnel_change_mtu +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x7a6ca978 ip_tunnel_uninit +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x8984e2ad ip_md_tunnel_xmit +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x9997a96e ip_tunnel_rcv +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xc6cedc9b ip_tunnel_xmit +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xc76040a8 ip_tunnel_ctl +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xcf413a64 ip_tunnel_dellink +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xd0afed6f ip_tunnel_delete_nets +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xdabf295e ip_tunnel_init_net +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xe8af0795 ip_tunnel_change_mtu +EXPORT_SYMBOL_GPL net/ipv4/netfilter/arp_tables 0xca92b634 arpt_alloc_initial_table +EXPORT_SYMBOL_GPL net/ipv4/netfilter/ip_tables 0x208d8646 ipt_alloc_initial_table +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_defrag_ipv4 0x305ed3be nf_defrag_ipv4_enable +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_defrag_ipv4 0x8c6b8be0 nf_defrag_ipv4_disable +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_dup_ipv4 0xe4d8a6f9 nf_dup_ipv4 +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0x0a4af847 nf_send_reset +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0x45f43e1e nf_reject_skb_v4_tcp_reset +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0x4b3baece nf_reject_skb_v4_unreach +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0x8a0d0536 nf_send_unreach +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0x9395a901 nf_reject_ip_tcphdr_put +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0xbfadaba7 nf_reject_ip_tcphdr_get +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0xe432a449 nf_reject_iphdr_put +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_socket_ipv4 0x29c8ca98 nf_sk_lookup_slow_v4 +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_tproxy_ipv4 0x23ea46a3 nf_tproxy_get_sock_v4 +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_tproxy_ipv4 0x4f954ab1 nf_tproxy_handle_time_wait4 +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_tproxy_ipv4 0x7b06eb2a nf_tproxy_laddr4 +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nft_fib_ipv4 0x72e15077 nft_fib4_eval +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nft_fib_ipv4 0xf99091fe nft_fib4_eval_type +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x00fb2349 tcp_vegas_state +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x3eaf0536 tcp_vegas_init +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x7044ede6 tcp_vegas_get_info +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x72a08fe7 tcp_vegas_cwnd_event +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x9475595b tcp_vegas_pkts_acked +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0x1361b42e udp_tunnel_notify_del_rx_port +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0x36fbcf9c udp_tunnel_sock_release +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0x5f1fa0c1 udp_tunnel_notify_add_rx_port +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0x64b79527 setup_udp_tunnel_sock +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0x7d5201a0 udp_tun_rx_dst +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0x89abb5d8 udp_tunnel_xmit_skb +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0xd21a1b16 udp_tunnel_push_rx_port +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0xe3edfee6 udp_tunnel_drop_rx_port +EXPORT_SYMBOL_GPL net/ipv6/esp6 0x567bc7b0 esp6_output_head +EXPORT_SYMBOL_GPL net/ipv6/esp6 0xa82c056f esp6_output_tail +EXPORT_SYMBOL_GPL net/ipv6/esp6 0xc8e4497b esp6_input_done2 +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0xa1b67251 ip6_tnl_rcv_ctl +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0xb4f8f897 ip6_tnl_encap_setup +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0xbd7006f2 ip6_tnl_xmit_ctl +EXPORT_SYMBOL_GPL net/ipv6/ip6_udp_tunnel 0x4b3748bb udp_tunnel6_xmit_skb +EXPORT_SYMBOL_GPL net/ipv6/ip6_udp_tunnel 0xfbf19504 udp_sock_create6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/ip6_tables 0x9242b2ac ip6t_alloc_initial_table +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_defrag_ipv6 0x41305150 nf_ct_frag6_gather +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_defrag_ipv6 0x56db6947 nf_defrag_ipv6_disable +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_defrag_ipv6 0xb5cf682f nf_defrag_ipv6_enable +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_dup_ipv6 0x8f2825af nf_dup_ipv6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0x37a37a0b nf_send_unreach6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0x67f5baaf nf_reject_ip6_tcphdr_get +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0xa57f7440 nf_reject_ip6_tcphdr_put +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0xbccab4c9 nf_reject_skb_v6_unreach +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0xcf7f6cc9 nf_send_reset6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0xe4d0c072 nf_reject_skb_v6_tcp_reset +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0xe847d0bd nf_reject_ip6hdr_put +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_socket_ipv6 0xaeaf6bf1 nf_sk_lookup_slow_v6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_tproxy_ipv6 0x29fc32c2 nf_tproxy_handle_time_wait6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_tproxy_ipv6 0x64a23fad nf_tproxy_get_sock_v6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_tproxy_ipv6 0xca0a7d35 nf_tproxy_laddr6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nft_fib_ipv6 0x6e8b8fb4 nft_fib6_eval +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nft_fib_ipv6 0x779084e7 nft_fib6_eval_type +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x054bfbe7 l2tp_xmit_skb +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x08593983 l2tp_session_get_by_ifname +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x0c5dc689 l2tp_tunnel_get_session +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x10b3a912 l2tp_session_delete +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x23f4b13e l2tp_session_create +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x2b4aa8bd l2tp_session_inc_refcount +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x4eba0865 l2tp_tunnel_get +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x55f08db1 l2tp_session_register +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x6c07fb1b l2tp_session_get_nth +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x7bf7df97 l2tp_tunnel_get_nth +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x904f524f l2tp_tunnel_delete +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x9b96e30c l2tp_tunnel_register +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x9bd8ae75 l2tp_session_get +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xbb0f8021 l2tp_tunnel_dec_refcount +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xc3650ca7 l2tp_recv_common +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xc6dc1d87 l2tp_tunnel_create +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xce60fb22 l2tp_tunnel_inc_refcount +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xd26a99c2 l2tp_udp_encap_recv +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xdfddd997 l2tp_session_set_header_len +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xe0a5d0b0 l2tp_session_dec_refcount +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xf80cd62e l2tp_sk_to_tunnel +EXPORT_SYMBOL_GPL net/l2tp/l2tp_ip 0x26622b16 l2tp_ioctl +EXPORT_SYMBOL_GPL net/l2tp/l2tp_netlink 0x337f2432 l2tp_nl_unregister_ops +EXPORT_SYMBOL_GPL net/l2tp/l2tp_netlink 0xf3dc4d62 l2tp_nl_register_ops +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x01282361 ieee80211_ave_rssi +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x16ad7c5f ieee80211_tkip_add_iv +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x180989be ieee80211_iter_chan_contexts_atomic +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x18ec7f93 ieee80211_iterate_stations +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x18f7e6bd ieee80211_calc_tx_airtime +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x1dab0efe ieee80211_set_key_rx_seq +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x3acd45db ieee80211_set_active_links +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x4decc34e ieee80211_remain_on_channel_expired +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x508f6e11 ieee80211_resume_disconnect +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x5a78ed65 ieee80211_hw_restart_disconnect +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x5ca9813b ieee80211_vif_to_wdev +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x5ce6d430 ieee80211_ready_on_channel +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x68696d2c ieee80211_find_sta_by_link_addrs +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x7a431a54 ieee80211_iterate_active_interfaces_atomic +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x90a0f901 ieee80211_gtk_rekey_add +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x9e1c1431 ieee80211_key_replay +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x9fd0becd ieee80211_iterate_active_interfaces_mtx +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xa832a8d7 ieee80211_find_sta_by_ifaddr +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xb4ab1443 ieee80211_update_mu_groups +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xc5036feb ieee80211_color_change_finish +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xc8c6a946 ieeee80211_obss_color_collision_notify +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xcfec4552 wdev_to_ieee80211_vif +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xd004ea88 ieee80211_key_mic_failure +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xd4d19746 ieee80211_calc_rx_airtime +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xdd94834c ieee80211_iterate_interfaces +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xe4920bcb ieee80211_gtk_rekey_notify +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xea792270 ieee80211_remove_key +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xef6a6c8a ieee80211_request_smps +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xfc5a2aaf ieee80211_set_active_links_async +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xfe55baee ieee80211_iterate_stations_atomic +EXPORT_SYMBOL_GPL net/mpls/mpls_router 0x3254edbf nla_put_labels +EXPORT_SYMBOL_GPL net/mpls/mpls_router 0x69d16341 mpls_stats_inc_outucastpkts +EXPORT_SYMBOL_GPL net/mpls/mpls_router 0x81699767 mpls_dev_mtu +EXPORT_SYMBOL_GPL net/mpls/mpls_router 0x8ee316eb nla_get_labels +EXPORT_SYMBOL_GPL net/mpls/mpls_router 0xb3e70599 mpls_output_possible +EXPORT_SYMBOL_GPL net/mpls/mpls_router 0xbf4b810a mpls_pkt_too_big +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x1403b61a ip_set_get_extensions +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x1404fe52 ip_set_get_byname +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x18d76046 ip_set_init_comment +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x19472dff ip_set_type_unregister +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x22d966c6 ip_set_range_to_cidr +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x397f6231 ip_set_free +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x3c2cc387 ip_set_test +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x4c911f35 ip_set_elem_len +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x583417a0 ip_set_put_byindex +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x6864362d ip_set_put_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 0x87911ab2 ip_set_nfnl_get_byindex +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x905ecb64 ip_set_extensions +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x98259906 ip_set_nfnl_put +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x9e98722b ip_set_get_ipaddr6 +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xa293f8a6 ip_set_get_ipaddr4 +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xa46b1a47 ip_set_add +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xc2b23859 ip_set_del +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xce399605 ip_set_name_byindex +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xd16f512a ip_set_match_extensions +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xeb57bf33 ip_set_type_register +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xefe89bde ip_set_get_ip6_port +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xf18f052b ip_set_put_flags +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xf3b4d4ae ip_set_alloc +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xfb0ec981 ip_set_get_ip4_port +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0x730ae916 ip_vs_conn_out_get_proto +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0xaa9b4b06 register_ip_vs_pe +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0xe971c442 unregister_ip_vs_pe +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0xf83ac376 ip_vs_conn_in_get_proto +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0x1e737cb4 nf_conncount_gc_list +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0x48b3b4d6 nf_conncount_init +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0x75c3542d nf_conncount_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0xd7d5db3e nf_conncount_count +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0xded40268 nf_conncount_list_init +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0xec490a94 nf_conncount_add +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 0x05d55885 nf_ct_remove_expectations +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x06ca0bbf nf_ct_destroy_timeout +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0bc00f80 nf_nat_helper_try_module_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0d1ca4b7 nf_conntrack_free +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x1041257e nf_ct_expect_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x12a0d872 nf_ct_bridge_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x18a8f741 nf_nat_helper_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x1a50b3c1 __nf_ct_change_timeout +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x1e1dc27c nf_ct_kill_acct +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x1ec541ea nf_nat_helper_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x23cd13da nf_ct_add_helper +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x268e2b24 nf_conntrack_eventmask_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 0x335a1def nf_ct_change_status_common +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x352c166f nf_ct_seq_adjust +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x35bad568 nf_connlabels_replace +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x37dd1d04 __nf_conntrack_helper_find +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x3e4f2bf0 nf_ct_tmpl_free +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x3f8ad67d nf_ct_seq_offset +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x40196c86 nf_conntrack_alloc +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x4443229b nf_ct_ecache_ext_add +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x48854e35 nf_ct_helper +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x4b484e60 nf_conntrack_helpers_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x4efd2e07 nf_ct_bridge_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x4f07453e nf_ct_get_id +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x5c679e7f nf_ct_deliver_cached_events +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x5f98b790 nf_ct_gre_keymap_add +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x619ab26d nf_conntrack_find_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x67b4f00b nf_ct_timeout_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x693c3961 nf_ct_helper_hash +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x69aaccec nf_ct_iterate_cleanup_net +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x707fede2 nf_ct_tcp_seqadj_set +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x752f0aa2 nf_ct_port_nlattr_to_tuple +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x75c011ae nf_ct_get_tuplepr +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x778c875d nf_ct_expect_iterate_net +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x7aede930 nf_ct_netns_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x7cad1638 nf_ct_seqadj_init +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x7d1ae728 nf_ct_netns_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x7d3dce88 nf_ct_delete +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x7d8a617c nf_conntrack_register_notifier +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x7e4e7b1a nf_ct_unexpect_related +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x7f628c0e nf_conntrack_helper_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x814cb5e4 nf_connlabels_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x86030e90 nf_l4proto_log_invalid +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x877705e1 nf_conntrack_helpers_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x89b509f8 __nf_ct_expect_find +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8e891ca0 nf_conn_pernet_ecache +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8ffe7e89 nf_conntrack_htable_size +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x90ee472b nf_ct_untimeout +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x939be7a0 nf_conntrack_count +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x993b46fe nf_ct_helper_log +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x995ef2cd nf_ct_helper_expectfn_find_by_symbol +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x9adb7399 nf_conntrack_expect_lock +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x9b2cea6b nf_conntrack_in +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x9c2e532b nf_ct_gre_keymap_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x9c4445fb nf_ct_helper_expectfn_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xa3576274 nf_confirm +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xad177d75 __nf_conntrack_confirm +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xaddc42dc nf_conntrack_helper_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xaf0847f0 nf_conntrack_locks +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb17d0dd7 nf_conntrack_hash_check_insert +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb3750409 nf_ct_unlink_expect_report +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb39356f5 nf_ct_port_nla_policy +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb5f68814 nf_conntrack_helper_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb64a5a69 nf_nat_helper_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb871b87d __nf_ct_refresh_acct +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb933ff65 nf_ct_expect_alloc +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 0xc59e2e15 nf_ct_helper_expectfn_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc6ec5c84 nf_ct_iterate_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc764ed36 nf_conntrack_alter_reply +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc804ba10 nf_ct_expect_related_report +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xca0305c2 nf_ct_helper_expectfn_find_by_name +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xcb0bb08f nf_conntrack_tuple_taken +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xcc8aa8bc nf_connlabels_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xcd2b655c nf_conntrack_unregister_notifier +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd0d10647 nf_ct_helper_init +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd505c3e0 nf_ct_port_nlattr_tuple_size +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd80cd091 nf_ct_seqadj_set +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xda8ad05c nf_conntrack_helper_try_module_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xdba7326b nf_conntrack_lock +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xddaa80ce __nf_ct_change_status +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xde068e5f __nf_ct_try_assign_helper +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xdf54c205 nf_ct_set_timeout +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xe355bd1d nf_ct_tmpl_alloc +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xe74239d7 nf_ct_acct_add +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xe9d80892 nf_ct_expect_iterate_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xec8beba6 nf_ct_expect_hash +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xede1c8ef nf_ct_remove_expect +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf0ae7e3a nf_ct_l4proto_find +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf38bcdf3 nf_conntrack_max +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf554bed6 nf_ct_expect_find_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf71b7d2b nf_ct_expect_init +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf859227f nf_ct_port_tuple_to_nlattr +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xfaae7af8 nf_ct_l4proto_log_invalid +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xfad39fb3 nf_ct_helper_ext_add +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_amanda 0x06cc17a3 nf_nat_amanda_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_broadcast 0x1ba67b8e nf_conntrack_broadcast_help +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_ftp 0xe817d352 nf_nat_ftp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x76f536c0 nfct_h323_nat_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0xafe037ec get_h225_addr +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_irc 0x5b54384b nf_nat_irc_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_pptp 0x725a2575 nf_nat_pptp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x1e2ce109 nf_nat_sip_hooks +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x68db5bd9 ct_sip_parse_numerical_param +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x699cdae3 ct_sip_parse_address_param +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0xb610477e ct_sip_parse_request +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0xc48c6149 ct_sip_get_header +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0xf34abcfc ct_sip_get_sdp_header +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0xf63f7011 ct_sip_parse_header_uri +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_snmp 0xad447011 nf_nat_snmp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_tftp 0xbcde08c1 nf_nat_tftp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_dup_netdev 0x3e618979 nf_dup_netdev_egress +EXPORT_SYMBOL_GPL net/netfilter/nf_dup_netdev 0x55d6abcf nft_fwd_dup_netdev_offload +EXPORT_SYMBOL_GPL net/netfilter/nf_dup_netdev 0xf0c79bf7 nf_fwd_netdev_egress +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x10ba57a3 flow_offload_alloc +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x1b1e7df3 flow_offload_route_init +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x2574d0d4 flow_offload_teardown +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x2a0b69ab flow_offload_add +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x379e135e flow_offload_refresh +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x3f405d3f nf_flow_dnat_port +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x466352e5 nf_flow_rule_route_ipv6 +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x81c37760 nf_flow_offload_ip_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x90ac6641 nf_flow_table_init +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xab25c1d7 nf_flow_rule_route_ipv4 +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xab5999df flow_offload_lookup +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xb1585598 nf_flow_table_offload_setup +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xc6fa87ae nf_flow_offload_ipv6_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xcf1064a5 flow_offload_free +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xe0c40e83 nf_flow_table_free +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xedb743fd nf_flow_snat_port +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xfb2aaff5 nf_flow_table_cleanup +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x10e14f54 nf_nat_masquerade_ipv6 +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x1271eb9b nf_nat_inet_register_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x258b1fdf nf_nat_icmpv6_reply_translation +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x2b681645 nf_nat_alloc_null_binding +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x2fe45528 nf_nat_ipv4_unregister_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x3bc17c49 nf_nat_masquerade_inet_register_notifiers +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x48ed0608 nf_nat_inet_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x48f4f017 nf_nat_exp_find_port +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x5b72d442 nf_nat_ipv6_register_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x6bd70b59 nf_nat_ipv4_register_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x76227b3a nf_nat_inet_unregister_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x8b2af750 nf_nat_icmp_reply_translation +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x90be6152 nf_nat_ipv6_unregister_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x9b4d9fad nf_nat_packet +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xa3b4f615 nf_ct_nat_ext_add +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xb982f50f nf_nat_masquerade_ipv4 +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xbd57d7f3 nf_nat_redirect_ipv6 +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xd9c25654 nf_nat_masquerade_inet_unregister_notifiers +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xdb92c427 nf_nat_redirect_ipv4 +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xfaa1c48e nf_ct_nat +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x1a5248e4 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 0x4654bff2 synproxy_parse_options +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x51078f7e synproxy_recv_client_ack_ipv6 +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x5e8a891d synproxy_send_client_synack_ipv6 +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x868c7f4b nf_synproxy_ipv4_init +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x8c0f61a2 ipv6_synproxy_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xbb86ff4a nf_synproxy_ipv6_init +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xca9fc082 synproxy_net_id +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xd10f4779 nf_synproxy_ipv6_fini +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xd9383fd9 ipv4_synproxy_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xeb1d6beb synproxy_recv_client_ack +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xec05c778 nf_synproxy_ipv4_fini +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x017215cd nft_register_chain_type +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x02642c2a nf_tables_deactivate_set +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x03ff198a nft_meta_set_dump +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x0b481728 nft_data_dump +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x14cc6c38 nft_set_lookup_global +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x1630c040 nft_meta_set_validate +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x18bb9f19 nft_expr_reduce_bitwise +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x2c9a312a __nft_reg_track_cancel +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x2f4fd462 nft_register_flowtable_type +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x3251d762 nf_tables_trans_destroy_flush_work +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x3bc6f06d nft_meta_get_dump +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x41b71e65 nft_trace_enabled +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x492a9773 nft_meta_get_eval +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x4cecbb60 nft_meta_policy +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x5a9c29bd nft_register_expr +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x5d0f4059 nft_chain_validate_dependency +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x5e044679 nft_reg_track_update +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x5ea5bd51 nft_meta_get_init +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x5f4449b3 nft_unregister_obj +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x5fb53a4c nft_data_release +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x681d9f4d nft_obj_notify +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x6cff3b72 nft_data_init +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x7e7b4d4c nft_do_chain +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x8121c5a5 nft_unregister_expr +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x82a2f276 nft_meta_get_reduce +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x82f79ce1 nf_tables_destroy_set +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x898764c1 __nft_release_basechain +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x8b55596c nft_meta_inner_eval +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x91060bdd nft_meta_set_init +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x919a0a5e nft_meta_set_eval +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x9a797e2d nft_set_elem_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xabc4c7f4 nft_unregister_chain_type +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xae47eb8d nft_chain_validate_hooks +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xb9ca617c nft_unregister_flowtable_type +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xbd1a76b4 nft_dump_register +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xc6f417b3 nft_obj_lookup +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xc9b488b1 nft_register_obj +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xcb7db287 nft_set_catchall_lookup +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xccb5c272 nft_chain_validate +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xd6946d75 nft_reg_track_cancel +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xdab35aba nf_tables_bind_set +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xdc12d8d7 nf_tables_activate_set +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xdc6dd47f nf_tables_deactivate_flowtable +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 0xe97e46d4 nft_parse_register_store +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xf19bacf5 nft_request_module +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xfc9adaa5 nft_flowtable_lookup +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xfe87ea62 nft_meta_set_destroy +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x19720529 nfnetlink_broadcast +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x1d23ce08 nfnetlink_unicast +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x2361def6 nfnetlink_subsys_register +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x5ce3b588 nfnl_lock +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x5fb35a6f nfnetlink_send +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x62a0b910 nfnetlink_has_listeners +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x83b28a45 nfnetlink_subsys_unregister +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0xdb065657 nfnl_unlock +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0xf934b3fb nfnetlink_set_err +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0x30975c93 nfnl_acct_overquota +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0x861c3268 nfnl_acct_update +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0xbecf5d14 nfnl_acct_put +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0xf6cb3d9c nfnl_acct_find_get +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_osf 0x35eff5e0 nf_osf_fingers +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_osf 0x44d606ed nf_osf_find +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_osf 0x710ce953 nf_osf_match +EXPORT_SYMBOL_GPL net/netfilter/nft_fib 0x35fd38c0 nft_fib_reduce +EXPORT_SYMBOL_GPL net/netfilter/nft_fib 0x4135a8a3 nft_fib_store_result +EXPORT_SYMBOL_GPL net/netfilter/nft_fib 0x5dbce88d nft_fib_init +EXPORT_SYMBOL_GPL net/netfilter/nft_fib 0xa9a45133 nft_fib_validate +EXPORT_SYMBOL_GPL net/netfilter/nft_fib 0xf1d9c19f nft_fib_dump +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0x1de558c1 nft_reject_icmpv6_code +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0x24fcd59a nft_reject_dump +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0x9d46ccf8 nft_reject_policy +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0xb5677bb3 nft_reject_validate +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0xe2c84666 nft_reject_icmp_code +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0xe637ae95 nft_reject_init +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x04e27719 xt_compat_flush_offsets +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x058aba1a xt_register_table +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x0b202d9e xt_request_find_target +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x164fe949 xt_compat_match_offset +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x20f71673 xt_check_match +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x22a4d712 xt_unregister_template +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x25564313 xt_compat_match_to_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x3ca9d354 xt_compat_target_to_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x3d40f5ac xt_compat_match_from_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x3ff2b77c xt_request_find_table_lock +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x4e91dcba xt_proto_fini +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x5007a377 xt_compat_target_from_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x7bce4603 xt_data_to_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x807d2b2c xt_recseq +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x823edea5 xt_compat_add_offset +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x88c202e5 xt_check_target +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x8d49985c xt_compat_target_offset +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x8d6fa29b xt_unregister_table +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x9c995c69 xt_percpu_counter_alloc +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xa5c4705f xt_find_table_lock +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xa7c94f1d xt_compat_lock +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xad9f1c1e xt_replace_table +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xb9468cc4 xt_table_unlock +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 0xcf1eb507 xt_request_find_match +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 0xd85d5b05 xt_match_to_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xd86c76d5 xt_register_template +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xddf68fc6 xt_find_revision +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xe3fc485f xt_hook_ops_alloc +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xe5742f1d xt_proto_init +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xf6abeb06 xt_copy_counters +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xfcafcfca xt_target_to_user +EXPORT_SYMBOL_GPL net/netfilter/xt_RATEEST 0x7e0f4b8a xt_rateest_lookup +EXPORT_SYMBOL_GPL net/netfilter/xt_RATEEST 0xd76f3492 xt_rateest_put +EXPORT_SYMBOL_GPL net/nfc/nci/nci_spi 0x25849fa6 nci_spi_read +EXPORT_SYMBOL_GPL net/nfc/nci/nci_spi 0x3da8759b nci_spi_allocate_spi +EXPORT_SYMBOL_GPL net/nfc/nci/nci_spi 0xb80acb9b nci_spi_send +EXPORT_SYMBOL_GPL net/nfc/nci/nci_uart 0x024d13f3 nci_uart_unregister +EXPORT_SYMBOL_GPL net/nfc/nci/nci_uart 0xaa63d32f nci_uart_register +EXPORT_SYMBOL_GPL net/nfc/nci/nci_uart 0xf4c583f3 nci_uart_set_config +EXPORT_SYMBOL_GPL net/nsh/nsh 0xb24996aa nsh_push +EXPORT_SYMBOL_GPL net/nsh/nsh 0xfc71cd17 nsh_pop +EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0x742b96d6 ovs_vport_alloc +EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0x94957dc5 __ovs_vport_ops_register +EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0xc6dc8882 ovs_vport_ops_unregister +EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0xdcb6252d ovs_vport_free +EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0xe9eed0cc ovs_netdev_link +EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0xf8d759af ovs_netdev_tunnel_destroy +EXPORT_SYMBOL_GPL net/psample/psample 0x1e79028a psample_group_take +EXPORT_SYMBOL_GPL net/psample/psample 0x7463582f psample_group_get +EXPORT_SYMBOL_GPL net/psample/psample 0xd07a8d8a psample_group_put +EXPORT_SYMBOL_GPL net/psample/psample 0xea8bd78b psample_sample_packet +EXPORT_SYMBOL_GPL net/qrtr/qrtr 0x62895ea1 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 0xb0f2ce23 qrtr_endpoint_post +EXPORT_SYMBOL_GPL net/qrtr/qrtr 0xb2007a95 qrtr_endpoint_unregister +EXPORT_SYMBOL_GPL net/rds/rds 0x00a467af rds_wq +EXPORT_SYMBOL_GPL net/rds/rds 0x0fc91ed8 rds_conn_create +EXPORT_SYMBOL_GPL net/rds/rds 0x13e02bd3 rds_send_path_reset +EXPORT_SYMBOL_GPL net/rds/rds 0x16e94c2e rds_trans_unregister +EXPORT_SYMBOL_GPL net/rds/rds 0x20c5e653 rds_cong_map_updated +EXPORT_SYMBOL_GPL net/rds/rds 0x213e77a3 rds_conn_drop +EXPORT_SYMBOL_GPL net/rds/rds 0x28030780 rds_info_deregister_func +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 0x36d96b06 rds_inc_put +EXPORT_SYMBOL_GPL net/rds/rds 0x41d80107 rds_rdma_send_complete +EXPORT_SYMBOL_GPL net/rds/rds 0x45a4781e rds_addr_cmp +EXPORT_SYMBOL_GPL net/rds/rds 0x4d9bb1af rds_send_path_drop_acked +EXPORT_SYMBOL_GPL net/rds/rds 0x569e5f88 rds_conn_path_drop +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 0x594a6645 rds_send_drop_acked +EXPORT_SYMBOL_GPL net/rds/rds 0x73e42283 rds_message_put +EXPORT_SYMBOL_GPL net/rds/rds 0x74ced620 rds_conn_create_outgoing +EXPORT_SYMBOL_GPL net/rds/rds 0x7fca0f90 rds_trans_register +EXPORT_SYMBOL_GPL net/rds/rds 0x85e4e520 rds_stats_info_copy +EXPORT_SYMBOL_GPL net/rds/rds 0x90fe81fb rds_conn_connect_if_down +EXPORT_SYMBOL_GPL net/rds/rds 0x9dcbbbf0 rds_page_remainder_alloc +EXPORT_SYMBOL_GPL net/rds/rds 0xa040ed86 rds_send_ping +EXPORT_SYMBOL_GPL net/rds/rds 0xa3a75791 rds_connect_path_complete +EXPORT_SYMBOL_GPL net/rds/rds 0xa6deb016 rds_message_unmapped +EXPORT_SYMBOL_GPL net/rds/rds 0xa8f50ab2 rds_conn_path_connect_if_down +EXPORT_SYMBOL_GPL net/rds/rds 0xbe23e4a5 rds_atomic_send_complete +EXPORT_SYMBOL_GPL net/rds/rds 0xc2dab779 rds_info_copy +EXPORT_SYMBOL_GPL net/rds/rds 0xc2f4b065 rds_connect_complete +EXPORT_SYMBOL_GPL net/rds/rds 0xc5550823 rds_info_register_func +EXPORT_SYMBOL_GPL net/rds/rds 0xc86f8344 rds_for_each_conn_info +EXPORT_SYMBOL_GPL net/rds/rds 0xc90b0b39 rds_send_xmit +EXPORT_SYMBOL_GPL net/rds/rds 0xd049f41e rds_conn_destroy +EXPORT_SYMBOL_GPL net/rds/rds 0xd04e6ec1 rds_inc_init +EXPORT_SYMBOL_GPL net/rds/rds 0xe71342d3 rds_recv_incoming +EXPORT_SYMBOL_GPL net/rds/rds 0xfc041e26 rds_message_addref +EXPORT_SYMBOL_GPL net/rds/rds 0xfec07549 rds_inc_path_init +EXPORT_SYMBOL_GPL net/sched/sch_pie 0x5284091c pie_drop_early +EXPORT_SYMBOL_GPL net/sched/sch_pie 0x6ce9b467 pie_calculate_probability +EXPORT_SYMBOL_GPL net/sched/sch_pie 0xa5afa952 pie_process_dequeue +EXPORT_SYMBOL_GPL net/sched/sch_taprio 0x19fe655b taprio_offload_free +EXPORT_SYMBOL_GPL net/sched/sch_taprio 0x78555058 taprio_offload_get +EXPORT_SYMBOL_GPL net/sctp/sctp 0x09aa96de sctp_for_each_endpoint +EXPORT_SYMBOL_GPL net/sctp/sctp 0x79ced7c8 sctp_transport_lookup_process +EXPORT_SYMBOL_GPL net/sctp/sctp 0x85addaad sctp_transport_traverse_process +EXPORT_SYMBOL_GPL net/sctp/sctp 0xe720d21b sctp_get_sctp_info +EXPORT_SYMBOL_GPL net/smc/smc 0x14303178 smcd_handle_event +EXPORT_SYMBOL_GPL net/smc/smc 0x15bcce73 smcd_free_dev +EXPORT_SYMBOL_GPL net/smc/smc 0x495d2926 smcd_register_dev +EXPORT_SYMBOL_GPL net/smc/smc 0x71b85645 smc_proto +EXPORT_SYMBOL_GPL net/smc/smc 0x848edb3c smcd_alloc_dev +EXPORT_SYMBOL_GPL net/smc/smc 0xa233e7e3 smc_hash_sk +EXPORT_SYMBOL_GPL net/smc/smc 0xd800b6ad smcd_unregister_dev +EXPORT_SYMBOL_GPL net/smc/smc 0xe138bfcb smc_unhash_sk +EXPORT_SYMBOL_GPL net/smc/smc 0xeab9383d smcd_handle_irq +EXPORT_SYMBOL_GPL net/smc/smc 0xf33377db smc_proto6 +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x38d3dce5 g_make_token_header +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x482ac5a4 g_token_size +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x54dd5ec5 gss_mech_register +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x91c75cb3 svcauth_gss_flavor +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0xafc518c0 gss_mech_unregister +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0xcf158286 svcauth_gss_register_pseudoflavor +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0xd7673035 g_verify_token_header +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x02724e34 rpc_get_sb_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x03663ba2 _copy_from_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x03e41871 xdr_buf_from_iov +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0431e0b3 cache_unregister_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x04652218 rpcauth_init_cred +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 0x094624a8 svc_rpcb_setup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x09d32540 xprt_unregister_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0b660de9 sunrpc_cache_unhash +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0c0d941b svc_rqst_replace_page +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0c8326af rpc_put_sb_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0ca4f656 cache_register_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0e57d7e6 rpc_prepare_reply_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x100798a1 xdr_decode_word +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x108cee20 xprt_write_space +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x10ceeaf7 svc_xprt_received +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x10e8bc57 xdr_stream_decode_string +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x10fe45b6 xprt_wait_for_reply_request_rtt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x110a60f1 auth_domain_find +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x119508ad xprt_alloc_slot +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x155ecbc6 xdr_stream_decode_opaque_dup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x162b7ab5 svc_rqst_free +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x164f2625 rpc_wait_for_completion_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x17282c5e xprt_get +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x17601a2e rpc_call_async +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x17ba1881 rpc_max_bc_payload +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x194124a9 cache_create_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x194416ac rpcauth_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x196bf24c auth_domain_lookup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x197eb856 xdr_encode_word +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1a7a162f rpc_exit +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1b45a562 xprt_disconnect_done +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1e119a79 rpcauth_get_pseudoflavor +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1fc20d00 write_bytes_to_xdr_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1fe49aec cache_check +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x201983da svc_xprt_enqueue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2052ebab xdr_reserve_space +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x226f482a svc_rpcb_cleanup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x23c11a7c svc_drop +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x25460e55 xprt_wake_pending_tasks +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x25b91e04 rpcauth_wrap_req_encode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x261eec5d svc_addsock +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x26c5355c svc_xprt_destroy_all +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x26cfdadf csum_partial_copy_to_xdr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2743e2be cache_seq_stop_rcu +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x28f1f6df rpc_count_iostats_metrics +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2919b156 xdr_decode_string_inplace +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x29b6e109 sunrpc_cache_unregister_pipefs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2a653600 xprt_reconnect_backoff +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2c3a83ea xprt_request_get_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2e413e58 svc_encode_result_payload +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2e632a82 __xdr_commit_encode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x30cd871c xdr_buf_trim +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x30ef243b rpc_clnt_manage_trunked_xprts +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3131139d svc_reserve +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x313b7d21 xprt_register_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x31a89d59 rpc_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x31fa648e xdr_stream_decode_string_dup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3393d232 svc_process +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x345eeb59 xprt_reserve_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x34d184de rpc_wake_up_status +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x36bb54cb rpc_wake_up_next +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x387e1639 rpc_pipefs_notifier_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x38b3fa08 rpc_restart_call_prepare +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x38f6ed55 cache_purge +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3be8540e cache_seq_start_rcu +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3e024a05 xdr_reserve_space_vec +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3f80d4a1 xdr_stream_pos +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3f9a2b0b rpcauth_get_gssinfo +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3fb70d8a svc_set_num_threads +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x40848236 read_bytes_from_xdr_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x40c65a45 rpc_d_lookup_sb +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x41b3c435 xprt_free +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4379feec svc_generic_rpcbind_set +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x482009f2 xdr_page_pos +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x49a2ad58 sunrpc_cache_pipe_upcall_timeout +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4afedab1 xprtiod_workqueue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4b7fa2c9 xprt_release_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4c52e09d rpc_unlink +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4d6672d1 rpc_task_timeout +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4da964a2 svc_proc_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4dac77f0 xdr_encode_netobj +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4dd5c6b2 svc_age_temp_xprts_now +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4de569c3 rpcauth_create +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4e71717b xprt_wake_up_backlog +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4e8f6ca7 sunrpc_net_id +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4eaf3e45 rpc_remove_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4ef2f47e svc_xprt_init +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4fdffe30 rpc_task_release_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x50218bf3 rpc_peeraddr2str +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x512e4390 xprt_wait_for_reply_request_def +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x53445f68 nlm_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x549c0738 rpc_ntop +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x549ccb6b rpc_sleep_on_timeout +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x55ca7f6d rpc_delay +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x55ee174d auth_domain_put +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x569c811c rpcauth_unwrap_resp_decode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5761f7c4 rpc_clone_client_set_auth +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x595ab163 svc_print_addr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5a45ba31 svc_auth_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5a59af9d rpcauth_destroy_credcache +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5aff74bb xdr_set_pagelen +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5bab9ac7 rpc_killall_tasks +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5dd5da17 rpc_put_task_async +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5f773139 rpcauth_lookup_credcache +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x602fcb64 rpc_init_pipe_dir_head +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x609202f9 rpc_task_gfp_mask +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x610bd1b3 rpc_set_connect_timeout +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x61c31ce2 xdr_init_decode_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x620f33a5 xprt_destroy_backchannel +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x62ad81b9 xprt_alloc +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x64305e19 xprt_lock_connect +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x644b49df svc_xprt_create +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x648d9dae rpc_find_or_alloc_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x65802d12 xdr_write_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x66aa6804 svcauth_unix_set_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x66ed2439 rpc_destroy_wait_queue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x680dc3e0 rpc_setbufsize +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6ac22c64 sunrpc_cache_register_pipefs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6ba72d19 svc_create +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6bb82ff2 rpcb_getport_async +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6c14fa2c xprt_complete_rqst +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6ee87626 svc_generic_init_request +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x704b69d6 svc_create_pooled +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x71450324 rpcauth_stringify_acceptor +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x71bc40e3 rpc_wake_up +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x71f90594 put_rpccred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x71fa908a cache_flush +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x723c88f4 rpc_max_payload +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x72b91ec2 xdr_encode_array2 +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x72ba483a sunrpc_init_cache_detail +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x72c4a949 rpc_release_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x77a73150 rpc_clnt_probe_trunked_xprts +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x78b7be7e bc_svc_process +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x796ef2f1 xprt_release_xprt_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x797cda7b rpc_clone_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7a490c18 rpc_clnt_test_and_add_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7a90a8e9 xprt_adjust_cwnd +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7b9897c8 svc_auth_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7bcb596b rpc_init_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7d822402 rpc_destroy_pipe_data +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7de53067 rpc_init_rtt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7f0aaaf1 rpc_clnt_xprt_switch_remove_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x80c4161a svc_find_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x81c9c072 rpc_run_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x826fad19 svc_authenticate +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x839bfe2c rpc_clnt_swap_deactivate +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x83ba4e87 xprt_unpin_rqst +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8563ceb8 rpc_queue_upcall +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8578c01c rpc_wake_up_first +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8587f8ee xdr_stream_zero +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8637abd2 svc_sock_update_bufs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x86ec251c rpc_proc_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x876dc092 rpc_call_start +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8869b9f0 svc_rqst_alloc +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x894c72e2 xdr_stream_subsegment +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x89586eed xdr_shift_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8b47abbc rpc_bind_new_program +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8ed8c447 xdr_read_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8f75ef7c svc_seq_show +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8fbf7746 svc_reg_xprt_class +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x903ad6a5 rpc_clnt_xprt_switch_put +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x91965c7d xdr_buf_subsegment +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x92bb4146 rpcauth_init_credcache +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x930e9fe0 rpc_malloc +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x93575254 rpc_clnt_xprt_switch_has_addr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x93681f09 rpc_count_iostats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x93e01da6 xdr_terminate_string +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x949a7dd7 rpc_shutdown_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9571fe93 rpc_sleep_on +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9621dadd xprt_add_backlog +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9670b5a1 rpc_free_iostats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x972a1f35 rpc_cancel_tasks +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9753d2cf svc_proc_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x97f7ea21 svc_recv +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x99aee353 rpc_init_priority_wait_queue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x99cfca57 rpc_pton +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9a4298f7 sunrpc_cache_pipe_upcall +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9ccc417c rpc_alloc_iostats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9e4c3377 rpc_num_bc_slots +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9f523e5a rpc_clnt_disconnect +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa18ccdc4 rpc_peeraddr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa19f5ace svc_rpcbind_set_version +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa217fbcf xprt_unlock_connect +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa2972c5d xdr_inline_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa2eed47b svcauth_unix_purge +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa37c5a45 xprt_free_slot +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa4647ad1 svc_bind +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa6f419f6 xdr_init_decode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa9794395 xprt_force_disconnect +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xab9f6be0 rpc_sleep_on_priority +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xacb75072 xprt_reconnect_delay +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xad2308c6 rpc_clnt_xprt_switch_add_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xad6e5d63 rpc_switch_client_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xadf1c405 rpc_mkpipe_data +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xae5de491 unix_domain_find +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xae931acd cache_destroy_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xaf5bf6ef nfs_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xafcc4829 svc_xprt_copy_addrs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb0223543 xdr_enter_page +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb51a3724 rpc_pipefs_notifier_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb53d33d8 xdr_stream_decode_opaque +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb7663b68 xprt_wait_for_buffer_space +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb7be747d sunrpc_cache_lookup_rcu +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb9c96fb5 svc_max_payload +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbc17fa5e xprt_release_rqst_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbd69c6d9 rpc_put_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbee084d4 rpc_restart_call +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbf0e6336 rpc_net_ns +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbf9d1b96 nfsd_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc08e84b4 svc_exit_thread +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 0xc32bc05f rpc_clnt_add_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc3dbce55 rpc_clnt_swap_activate +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc47bee12 xprt_update_rtt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc48d1637 rpc_machine_cred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc4d5ea05 svc_wake_up +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc4efd756 xdr_inline_decode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc5ecf9b9 xprt_put +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc8616778 rpc_clnt_show_stats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc8e96dea qword_addhex +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xca101b9d xdr_init_encode_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xce678a59 xdr_decode_netobj +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xceebd737 rpc_sleep_on_priority_timeout +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd175c792 rpc_force_rebind +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd2084110 xprt_lookup_rqst +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd2d2a252 svc_xprt_names +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd2f6ff0c svc_xprt_put +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd3bfae91 rpc_clnt_setup_test_and_add_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd4ee6b38 rpcauth_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd5bb09dc rpc_pipe_generic_upcall +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd677606e cache_seq_next_rcu +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd9e95bf8 svc_fill_symlink_pathname +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdd57806f rpc_mkpipe_dentry +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdd691402 xprt_find_transport_ident +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdd847db7 gssd_running +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdf5c8bb8 xprt_reserve_xprt_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdfbaeda9 rpc_call_null +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe0d748e7 rpc_localaddr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe41024b0 xdr_stream_move_subsegment +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe5919cb1 xdr_encode_opaque +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe5a23fa4 rpc_call_sync +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe5d0d79c rpc_free +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe850d4e1 svc_xprt_close +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe97f4ce5 qword_get +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xea463088 svc_fill_write_vector +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xea4885f2 rpcauth_lookupcred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xea7bffc4 svc_xprt_deferred_close +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xeaf52460 sunrpc_cache_update +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xecf93215 xdr_process_buf +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 0xef27cb0a xprt_pin_rqst +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xef9a2bf8 rpc_create +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xefbc3443 svc_unreg_xprt_class +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf06d6838 rpc_wake_up_queued_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf07d3de2 rpc_clnt_iterate_for_each_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf0b7775d rpc_init_wait_queue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf412ca88 rpc_proc_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf42dbaff sunrpc_destroy_cache_detail +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf5b63d7f xdr_init_encode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf6930513 rpc_add_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf8580c95 rpc_uaddr2sockaddr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf9ded58a svc_set_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfd5df752 xdr_decode_array2 +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xff3df5d4 xprt_setup_backchannel +EXPORT_SYMBOL_GPL net/tls/tls 0x0f2b9ca6 tls_device_sk_destruct +EXPORT_SYMBOL_GPL net/tls/tls 0x27c71f96 tls_validate_xmit_skb +EXPORT_SYMBOL_GPL net/tls/tls 0x68de2494 tls_encrypt_skb +EXPORT_SYMBOL_GPL net/tls/tls 0xb40bd8fb 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 0x0540b826 virtio_transport_inc_tx_pkt +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x070ffc5e virtio_transport_notify_buffer_size +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x1ab89960 virtio_transport_notify_send_init +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x291783cd virtio_transport_recv_pkt +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x34d7fb97 virtio_transport_notify_send_post_enqueue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x3697addc virtio_transport_destruct +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x3f475495 virtio_transport_seqpacket_has_data +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x45dcbc73 virtio_transport_stream_is_active +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x4b4d2039 virtio_transport_stream_has_data +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x4b9e8400 virtio_transport_notify_poll_out +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x4e77c3ea virtio_transport_release +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x4f538faa virtio_transport_stream_dequeue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x5e8d34ca virtio_transport_stream_enqueue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x5fb79c11 virtio_transport_do_socket_init +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x6f42b24e virtio_transport_notify_recv_init +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x7c04dd3b virtio_transport_deliver_tap_pkt +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x7d557d26 virtio_transport_notify_send_pre_block +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x82321e30 virtio_transport_connect +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x874f5eec virtio_transport_shutdown +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x8b8b5db7 virtio_transport_seqpacket_dequeue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x90eff5ee virtio_transport_seqpacket_enqueue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x9131b7ea virtio_transport_notify_recv_pre_block +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x95db2b87 virtio_transport_dgram_enqueue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x9785d28e virtio_transport_get_credit +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xb6f940a5 virtio_transport_notify_send_pre_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 0xc059459a virtio_transport_stream_rcvhiwat +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xc6f39c10 virtio_transport_notify_poll_in +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xcffec847 virtio_transport_dgram_dequeue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xd7c3897a virtio_transport_put_credit +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xe7249274 virtio_transport_notify_recv_pre_dequeue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xe77ee3ac virtio_transport_free_pkt +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xe80e8a84 virtio_transport_notify_recv_post_dequeue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xe896b09c virtio_transport_stream_has_space +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xff8a1606 virtio_transport_dgram_bind +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x06913d17 vsock_data_ready +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x0bb0de26 vsock_insert_connected +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x0e9bc9b6 vsock_addr_unbind +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x1b6083cd vsock_deliver_tap +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x235d6714 vsock_assign_transport +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x239603c8 vsock_for_each_connected_socket +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x284e07d8 vsock_bind_table +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x36b9d478 vsock_stream_has_space +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x36d07fdf vsock_remove_tap +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x3d4b0fca vsock_addr_init +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x3fca3ca1 vsock_core_get_transport +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x4038cecf vsock_enqueue_accept +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x42a73ea9 vsock_remove_connected +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x4b99648c vsock_addr_bound +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x648184fb vsock_remove_sock +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x691085de vsock_core_unregister +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x76ac39cf vsock_remove_bound +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 0xa382b079 vsock_remove_pending +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xaf2674b5 vsock_addr_equals_addr +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xb0a3be10 vsock_core_register +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xb0cfe58d vsock_add_pending +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xb0d7bda7 vsock_addr_cast +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xc8fd2c73 vsock_stream_has_data +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xc92f7f50 vsock_table_lock +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xd54007a3 vsock_find_connected_socket +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xe2a30b2c vsock_find_bound_socket +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xec96eadf vsock_addr_validate +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xf165a543 vsock_add_tap +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xf1f1927e vsock_create_connected +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x054a5aeb cfg80211_wext_siwfrag +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x2a555ab0 cfg80211_pmsr_complete +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x4cdac0c8 cfg80211_wext_siwscan +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x4e933abe cfg80211_wext_giwfrag +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x59c38361 cfg80211_wext_giwrts +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x66e1dbb3 cfg80211_wext_giwname +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x84779144 cfg80211_wext_siwrts +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x8b299e77 cfg80211_wext_giwrange +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x95524b59 cfg80211_wext_giwscan +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xaca05941 cfg80211_vendor_cmd_get_sender +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xae521dad cfg80211_wext_siwmode +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xbed5e803 cfg80211_shutdown_all_interfaces +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xcebdd48d cfg80211_pmsr_report +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xe58b7df8 cfg80211_wext_giwmode +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xf2470a08 cfg80211_wext_giwretry +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xf30d16f9 cfg80211_vendor_cmd_reply +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 0x222925d8 ipcomp_output +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0x65796ef3 ipcomp_input +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0x9efc0462 ipcomp_destroy +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0xd1ce4179 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 0xd4a27f75 snd_ac97_reset +EXPORT_SYMBOL_GPL sound/core/seq/snd-seq 0xadb51cff snd_seq_client_ioctl_unlock +EXPORT_SYMBOL_GPL sound/core/seq/snd-seq 0xe50413d7 snd_seq_client_ioctl_lock +EXPORT_SYMBOL_GPL sound/core/snd 0x338853d9 snd_ctl_activate_id +EXPORT_SYMBOL_GPL sound/core/snd 0x3a6d5099 snd_devm_card_new +EXPORT_SYMBOL_GPL sound/core/snd 0x47a0b093 snd_card_free_on_error +EXPORT_SYMBOL_GPL sound/core/snd 0x49b63222 snd_power_ref_and_wait +EXPORT_SYMBOL_GPL sound/core/snd 0x5af762f1 snd_fasync_free +EXPORT_SYMBOL_GPL sound/core/snd 0x5eb8d5bc snd_ctl_sync_vmaster +EXPORT_SYMBOL_GPL sound/core/snd 0x79d7cb7b snd_fasync_helper +EXPORT_SYMBOL_GPL sound/core/snd 0x85952b15 snd_card_disconnect_sync +EXPORT_SYMBOL_GPL sound/core/snd 0x9213631d snd_card_ref +EXPORT_SYMBOL_GPL sound/core/snd 0xa0028241 snd_ctl_disconnect_layer +EXPORT_SYMBOL_GPL sound/core/snd 0xa98a6f27 snd_device_initialize +EXPORT_SYMBOL_GPL sound/core/snd 0xbc5bb543 snd_ctl_apply_vmaster_followers +EXPORT_SYMBOL_GPL sound/core/snd 0xc136552a snd_ctl_register_layer +EXPORT_SYMBOL_GPL sound/core/snd 0xd8f99cd8 snd_card_add_dev_attr +EXPORT_SYMBOL_GPL sound/core/snd 0xe0107b80 snd_ctl_add_vmaster_hook +EXPORT_SYMBOL_GPL sound/core/snd 0xe0845d1d snd_ctl_get_preferred_subdevice +EXPORT_SYMBOL_GPL sound/core/snd 0xed3e4b28 snd_card_rw_proc_new +EXPORT_SYMBOL_GPL sound/core/snd 0xf51bd9a1 snd_device_get_state +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 0xfebb8b61 snd_device_disconnect +EXPORT_SYMBOL_GPL sound/core/snd-compress 0xc2f0af08 snd_compr_stop_error +EXPORT_SYMBOL_GPL sound/core/snd-compress 0xef79bf16 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 0x0b5de8be snd_dma_buffer_sync +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x1a797fdb snd_pcm_stream_unlock_irq +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x2b77c16c snd_pcm_fill_iec958_consumer +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x4290407e snd_pcm_stop_xrun +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x4c458f85 snd_pcm_stream_unlock_irqrestore +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x4c8f22c6 snd_devm_alloc_dir_pages +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 0x7252bb44 _snd_pcm_stream_lock_irqsave_nested +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x8d864069 snd_pcm_rate_range_to_bits +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0xa286a234 snd_pcm_format_name +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0xa7555b5a snd_pcm_hw_constraint_eld +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0xab8bc1a2 snd_pcm_rate_mask_intersect +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0xb1ba37d0 snd_pcm_add_chmap_ctls +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0xb8c5f400 _snd_pcm_stream_lock_irqsave +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0xc3c3d192 snd_pcm_stream_lock +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0xd13697c9 snd_pcm_stream_unlock +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0xdc6c9e57 snd_pcm_lib_default_mmap +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0xe81062ba snd_pcm_stream_lock_irq +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x0a3647ce snd_dmaengine_pcm_close +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x0bb4ca4d snd_dmaengine_pcm_pointer_no_residue +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x0f615708 snd_dmaengine_pcm_open_request_chan +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x1accbc55 snd_dmaengine_pcm_set_config_from_dai_data +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x3153f8e2 snd_hwparams_to_dma_slave_config +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x3c582322 snd_dmaengine_pcm_refine_runtime_hwparams +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x6e264503 snd_dmaengine_pcm_trigger +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x7fd3f1d7 snd_dmaengine_pcm_get_chan +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0xca9aebad snd_dmaengine_pcm_open +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0xeb415f1c snd_dmaengine_pcm_close_release_chan +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0xf2b4b74a snd_dmaengine_pcm_pointer +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0xf3ac934d snd_dmaengine_pcm_request_channel +EXPORT_SYMBOL_GPL sound/core/snd-seq-device 0x8f522167 __snd_seq_driver_register +EXPORT_SYMBOL_GPL sound/core/snd-seq-device 0xcfb2a606 snd_seq_driver_unregister +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0x25a4fb93 amdtp_domain_start +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0x58627421 amdtp_domain_add_stream +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0x5df3c44c amdtp_domain_stream_pcm_pointer +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0x74b80ea5 amdtp_domain_init +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0x811dd2f7 amdtp_domain_destroy +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0x8e0d8eda amdtp_am824_set_pcm_position +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0x9a70b63f amdtp_am824_set_parameters +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0xa9ff3830 amdtp_am824_midi_trigger +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0xc5f7d511 amdtp_domain_stream_pcm_ack +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0xd5ec7fbc amdtp_am824_set_midi_position +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0xe10b6af0 amdtp_am824_init +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0xe43cc1c3 amdtp_domain_stop +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0xfa8b4454 amdtp_am824_add_pcm_hw_constraints +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x00b2465c snd_hdac_ext_bus_get_ml_capabilities +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x07df5349 snd_hdac_ext_bus_get_hlink_by_addr +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x0a4b9594 snd_hdac_ext_bus_link_set_stream_id +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x0e31acce snd_hdac_ext_stream_release +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x13b696b6 snd_hdac_ext_stream_free_all +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x1ad217c8 snd_hdac_ext_cstream_assign +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x24848094 snd_hdac_ext_link_free_all +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x253da2b5 snd_hdac_ext_bus_link_power_up +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x2b3d6dee snd_hda_ext_driver_register +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x3559d641 snd_hdac_ext_bus_get_hlink_by_name +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x3785b741 snd_hdac_ext_bus_device_remove +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x479b96ec snd_hdac_ext_bus_link_put +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x49a85095 snd_hdac_ext_bus_ppcap_enable +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x5a2b8aec snd_hdac_ext_bus_link_get +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x603ea6ad snd_hdac_ext_bus_link_power +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x6565d0da snd_hdac_ext_stream_clear +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x72dc6f11 snd_hdac_ext_bus_link_clear_stream_id +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x7f6d6c44 snd_hdac_ext_bus_exit +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x823e0a5b snd_hdac_ext_stream_assign +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x83fdc384 snd_hdac_ext_bus_init +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x93b39d19 snd_hdac_ext_stream_decouple_locked +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x9547cd24 snd_hdac_ext_bus_ppcap_int_enable +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x9f56f444 snd_hdac_ext_stream_reset +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xa1d4fdfa snd_hdac_ext_bus_link_power_down_all +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xcf3e0abc snd_hda_ext_driver_unregister +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xdc473292 snd_hdac_ext_stream_start +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xdd849b8e snd_hdac_ext_stream_setup +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xe922b90c snd_hdac_ext_bus_link_power_up_all +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xe9a67ec2 snd_hdac_ext_bus_link_power_down +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xf595eac3 snd_hdac_ext_stream_decouple +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xf6b9e6ee snd_hdac_ext_stream_init_all +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x042e850a snd_hdac_bus_send_cmd +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x05636f93 snd_hdac_aligned_read +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x0775b969 snd_hdac_stream_drsm_enable +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x0babe567 snd_hdac_acomp_get_eld +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x124d251b snd_hdac_stream_stop +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x1488641f snd_hdac_aligned_write +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x149aa8b5 snd_hdac_bus_enter_link_reset +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x17fec80b snd_hdac_stream_spbcap_enable +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x1b7be28f snd_hdac_stream_wait_drsm +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x1c3d99bd snd_hda_bus_type +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x1dcebe9a snd_hdac_stream_get_spbmaxfifo +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x1e41b098 snd_hdac_get_connections +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x1faa2c3d snd_hdac_stream_cleanup +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x21a85c79 snd_hdac_bus_link_power +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x224355e6 snd_hdac_setup_channel_mapping +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x22a0762d snd_hdac_regmap_update_raw_once +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x240ce0ae snd_hdac_codec_modalias +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x24789bc6 snd_hdac_stream_assign +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x247cb2a9 snd_hdac_regmap_add_vendor_verb +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x2676fdc4 snd_hdac_device_set_chip_name +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x26d5a453 snd_hdac_check_power_state +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x28a65baf snd_hdac_set_codec_wakeup +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x28b9d4f8 snd_hdac_bus_alloc_stream_pages +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x2f757c5e snd_hdac_acomp_exit +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x2ff7ddf3 snd_hdac_regmap_sync +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x3167fe9d hdac_get_device_id +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x340b1055 snd_hdac_bus_stop_cmd_io +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x3bd544c2 snd_hdac_get_active_channels +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x3beaa17b snd_hdac_get_stream +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x41bbdefc snd_hdac_stream_release_locked +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x429ac12d snd_hdac_bus_init +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x43ca1510 snd_hdac_stop_streams_and_chip +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x44912616 snd_hdac_stream_sync_trigger +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x4c2baf06 snd_hdac_regmap_exit +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x4c7ec4b6 snd_hdac_get_ch_alloc_from_ca +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x5bd6748a snd_hdac_power_up_pm +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x5c07cb49 snd_hdac_calc_stream_format +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x5c7f656a snd_hdac_stream_timecounter_init +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x5d1ec7b0 snd_hdac_bus_exec_verb_unlocked +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x5f33a2d1 snd_hdac_bus_exit_link_reset +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x60c8f5c0 snd_hdac_stream_set_dpibr +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x62a494df snd_hdac_bus_stop_chip +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x645df307 snd_hdac_power_up +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x64e02c98 snd_hdac_acomp_init +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x67bfe791 snd_hdac_spk_to_chmap +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x690f5ebc snd_hdac_bus_handle_stream_irq +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x77c754a8 snd_hdac_chmap_to_spk_mask +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x7abe6dfd snd_hdac_stream_set_spib +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x81855ffd snd_hdac_bus_init_chip +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x84286ff6 snd_hdac_regmap_write_raw +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x8480fcbe snd_hdac_power_down_pm +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x8647d27e snd_hdac_device_exit +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x87896872 snd_hdac_device_unregister +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x88656bc0 snd_hdac_bus_update_rirb +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x89ad6a6b snd_hdac_bus_reset_link +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x89c86542 snd_hdac_register_chmap_ops +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x8cf9b6dd snd_hdac_acomp_register_notifier +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x8e13b53e snd_hdac_override_parm +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x92a2e117 snd_hdac_bus_exit +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x95843446 snd_hdac_regmap_update_raw +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x9a8e1877 snd_array_free +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x9c175106 snd_hdac_read_parm_uncached +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x9d9a21a3 snd_hdac_device_register +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x9ee050d6 snd_hdac_dsp_cleanup +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x9eef1b4e snd_hdac_codec_link_down +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x9efec730 snd_hdac_bus_free_stream_pages +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xa3305ccb snd_hdac_codec_read +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xa33e2855 snd_hdac_query_supported_pcm +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xa76b139c snd_hdac_refresh_widgets +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xa7cccf44 snd_hdac_regmap_init +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xa840897c snd_hdac_stream_set_lpib +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xaa8aa255 _snd_hdac_read_parm +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xad85445b snd_hdac_sync_power_state +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xae2cd7cc snd_hdac_stream_setup_periods +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xae4a27e1 snd_hdac_dsp_prepare +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xae5dfe7b snd_hdac_stream_release +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xaf33c00f snd_hdac_bus_parse_capabilities +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xb2af991e snd_hdac_power_down +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xb3d0d236 snd_hdac_stream_init +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xb66d7267 snd_hdac_bus_init_cmd_io +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xbe7dd7dc snd_array_new +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xbfc0c629 snd_hdac_stream_set_params +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xc20af85a snd_hdac_get_sub_nodes +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xc5a0a302 snd_hdac_stream_setup +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xc7fed861 snd_hdac_dsp_trigger +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xca689fcd snd_hdac_stream_start +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xd4bd01ad snd_hdac_stop_streams +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xd80b8ba4 snd_hdac_codec_link_up +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xde446c58 snd_hdac_add_chmap_ctls +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xde73d8d2 snd_hdac_bus_get_response +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xdf615b52 snd_hdac_stream_reset +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xe0f60bf0 snd_hdac_read +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xe4e07754 snd_hdac_print_channel_allocation +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xe4fcc5d7 snd_hdac_device_init +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xe7a9241d snd_hdac_regmap_read_raw +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xe7b554c8 snd_hdac_codec_write +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xed3b33d9 snd_hdac_channel_allocation +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xedd69fd9 snd_hdac_get_stream_stripe_ctl +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xf32a4096 snd_hdac_is_supported_format +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xf525b3e8 snd_hdac_sync_audio_rate +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xfe45c80e snd_hdac_display_power +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xff3e2e66 snd_hdac_stream_sync +EXPORT_SYMBOL_GPL sound/hda/snd-intel-dspcfg 0x18d5a047 intel_nhlt_init +EXPORT_SYMBOL_GPL sound/hda/snd-intel-dspcfg 0x4e859456 intel_nhlt_free +EXPORT_SYMBOL_GPL sound/hda/snd-intel-dspcfg 0xcc13f2ea snd_intel_acpi_dsp_driver_probe +EXPORT_SYMBOL_GPL sound/hda/snd-intel-dspcfg 0xcc50f8f1 snd_intel_dsp_driver_probe +EXPORT_SYMBOL_GPL sound/hda/snd-intel-dspcfg 0xf8ca6b49 intel_nhlt_get_dmic_geo +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0x133d452e snd_ak4113_build +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0x4b107d9b snd_ak4113_reinit +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0xbee3340f snd_ak4113_check_rate_and_errors +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0xc38dffc0 snd_ak4113_external_rate +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0xd8357d45 snd_ak4113_create +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0xe138f452 snd_ak4113_reg_write +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x04e41303 azx_init_streams +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 0x06dfbfdd snd_hda_multi_out_analog_cleanup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x08b730a4 snd_hda_codec_new +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x09ef24f2 __hda_codec_driver_register +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x0a8cdada snd_hda_set_vmaster_tlv +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x0bace635 snd_hda_multi_out_analog_open +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x12935ed9 snd_hda_multi_out_analog_prepare +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x135d6c0a snd_hda_add_verbs +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x148b6eae snd_hda_jack_detect_enable_callback_mst +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x1a1a571a snd_hda_codec_cleanup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x2059421f snd_hda_lock_devices +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x23da967a hda_codec_driver_unregister +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x2546fa33 snd_hda_codec_amp_init_stereo +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x2598faff hda_get_autocfg_input_label +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x2612fc88 snd_hda_sequence_write +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x26cb15a6 snd_hda_codec_set_power_save +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x2aec008b snd_hda_codec_amp_stereo +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x2ce40cf9 is_jack_detectable +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x2f4cac92 snd_hda_create_dig_out_ctls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x2f9a995b snd_hda_codec_load_dsp_cleanup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x362234ef snd_hda_mixer_amp_tlv +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x38888674 azx_bus_init +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x38ce402b azx_interrupt +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x3b00e57c snd_hda_mixer_amp_switch_get +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x3e6c0f22 snd_hda_jack_poll_all +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x40e0e183 snd_hda_codec_set_pin_target +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x472698d5 snd_hda_jack_tbl_get_mst +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4982c279 snd_hda_get_pin_label +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4ae57743 snd_hda_create_spdif_share_sw +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x553d3c78 snd_hda_mixer_amp_switch_put_beep +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x5805c00c snd_hda_mixer_amp_volume_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x58b2d32a snd_hda_codec_amp_init +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x5a6461b8 snd_hda_codec_amp_update +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x5a7bbdda snd_hda_detach_beep_device +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x5ba8ede3 snd_hda_multi_out_dig_open +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x5bb93d40 snd_hda_mixer_amp_switch_get_beep +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x5f1344bb snd_hda_multi_out_dig_cleanup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x60de3092 snd_hda_jack_detect_enable +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x6323ee68 snd_hda_add_new_ctls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x63ba1c88 snd_hda_apply_fixup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x645b01ac snd_hda_get_num_devices +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x650f60a1 snd_hda_codec_configure +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x6a254206 snd_hda_get_bool_hint +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x6b4a69cf snd_hda_mixer_amp_volume_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x6ca6da9e snd_hda_spdif_ctls_assign +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x6d3729f2 snd_hda_jack_add_kctl_mst +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x71532469 snd_hda_set_power_save +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x7302e21f azx_get_pos_posbuf +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x76eea21c snd_hda_load_patch +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x77f43924 snd_hda_codec_cleanup_for_unbind +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x796b2fa3 snd_hda_codec_load_dsp_prepare +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x79e912fe snd_hda_jack_unsol_event +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x7a19362d azx_get_position +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x7a570f11 snd_hda_get_connections +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x7cd4e4a2 snd_hda_get_dev_select +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x7e73aa23 snd_hda_set_dev_select +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x7ec15803 snd_hda_codec_get_pin_target +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x7f000702 snd_hda_attach_beep_device +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x82b3b2ed azx_stop_all_streams +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x82c4d881 snd_hda_jack_bind_keymap +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x89d3815c snd_hda_jack_set_dirty_all +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x8b0f32ba snd_hda_codec_setup_stream +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x8b7f73a7 snd_hda_codec_get_pincfg +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x8c37f0a4 snd_hda_codec_register +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x8d3ef6ea snd_hda_jack_detect_state_mst +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x8fe024e2 snd_hda_parse_pin_defcfg +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x907fee65 snd_hda_codec_device_init +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x9177ce1b snd_hda_get_conn_index +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x939e85b9 snd_hda_correct_pin_ctl +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x9615a65f snd_hda_mixer_amp_switch_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x9903a21b snd_hda_codec_load_dsp_trigger +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x995c42ea snd_hda_pick_fixup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x9a0afa49 snd_hda_enable_beep_device +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x9a661389 snd_hda_find_mixer_ctl +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x9e654521 snd_hda_jack_tbl_get_from_tag +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x9e78ca76 snd_hda_override_conn_list +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x9fbda2cb azx_stop_chip +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x9feb6491 snd_hda_shutup_pins +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa323f001 snd_hda_jack_pin_sense +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa3b98059 snd_hda_get_hint +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa55a0f9c snd_hda_mixer_amp_switch_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa6515d23 snd_hda_jack_set_button_state +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa7020644 snd_hda_add_vmaster_hook +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa7274e98 snd_hda_add_imux_item +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa9c03dd8 snd_hda_jack_set_gating_jack +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xaabde15c azx_init_chip +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xab3c3ea6 snd_hda_codec_set_power_to_all +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xadb291b1 snd_hda_sync_vmaster_hook +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb28a3b75 snd_hda_add_nid +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb392d884 __snd_hda_add_vmaster +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb41e7fdc snd_hda_get_conn_list +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xbae576b5 snd_hda_create_spdif_in_ctls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc1436806 snd_hda_codec_device_new +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc1d5fe69 query_amp_caps +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc25c5a7f snd_hda_codec_unregister +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc2c46369 __snd_hda_codec_cleanup_stream +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc2ca5cfb snd_hda_spdif_out_of_nid +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc3bd5e61 snd_hda_input_mux_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc5994370 snd_hda_unlock_devices +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc65f2aec snd_hda_mixer_amp_volume_get +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc8de320d snd_hda_apply_verbs +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc8fdb381 snd_hda_multi_out_dig_prepare +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc9d4bb9e snd_hda_jack_report_sync +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xca61d4cc snd_hda_check_amp_caps +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xcd02303c snd_hda_codec_prepare +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd073f4ea snd_hda_get_int_hint +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd820ac6c snd_hda_codec_pcm_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xdb242fa3 snd_hda_jack_add_kctls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xdc110007 azx_codec_configure +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xde390532 snd_hda_pick_pin_fixup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xdea9ff0e __snd_hda_apply_fixup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xdf06b004 snd_hda_override_amp_caps +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe118de5d snd_pcm_2_1_chmaps +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe230af93 snd_hda_codec_update_widgets +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe2314ffc _snd_hda_set_pin_ctl +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe295866a snd_hda_get_default_vref +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe9af89b4 snd_hda_codec_set_pincfg +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xea2f96bc snd_hda_codec_build_controls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xeb249d58 snd_hda_codec_pcm_new +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xeb28a77a snd_hda_ctl_add +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xed5abbd0 snd_hda_enum_helper_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xeda3a721 snd_print_pcm_bits +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xeebec756 snd_hda_codec_parse_pcms +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf1ac9615 azx_probe_codecs +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf2de5a44 snd_hda_multi_out_dig_close +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf404341c azx_free_streams +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf5ea9e49 azx_get_pos_lpib +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf73d55ea snd_hda_spdif_ctls_unassign +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf8dc35ac snd_hda_input_mux_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xfbbf5a28 snd_hda_check_amp_list_power +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xfd6d5e92 snd_hda_apply_pincfgs +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xfddf1a12 snd_hda_codec_set_name +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xffd6ea00 snd_hda_codec_eapd_power_filter +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x05076b61 snd_hda_gen_fix_pin_power +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x1278decb snd_hda_gen_init +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x2aa66a80 snd_hda_get_path_from_idx +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x2efa1d1f snd_hda_gen_add_micmute_led_cdev +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x35451d0a snd_hda_gen_update_outputs +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x3c0a1a96 snd_hda_gen_spec_init +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x4ff5a7fc snd_hda_add_new_path +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x667cca06 snd_hda_gen_build_controls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x6f5d6cb7 snd_hda_get_path_idx +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x7024093e snd_hda_gen_hp_automute +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x76dc6871 hda_main_out_badness +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x871a6e44 hda_extra_out_badness +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x8a4f57df snd_hda_gen_add_mute_led_cdev +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x8b3f04ea snd_hda_gen_check_power_status +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x98359e47 snd_hda_activate_path +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x9d60a42c snd_hda_gen_line_automute +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xb27618e1 snd_hda_gen_parse_auto_config +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xb8fed0b4 snd_hda_gen_free +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xc3ee982f snd_hda_gen_build_pcms +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xc82610fb snd_hda_gen_mic_autoswitch +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xcac5ecdb snd_hda_gen_stream_pm +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xcc70e5d6 snd_hda_gen_path_power_filter +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xcf8890ee snd_hda_gen_add_kctl +EXPORT_SYMBOL_GPL sound/soc/codecs/mt6359-accdet 0x32135fad 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 0xd30d2e3e adau1372_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau1761 0xaed6c6a5 adau1761_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau1761 0xbc070643 adau1761_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0x032fbf7f adau17x1_add_widgets +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0x0c3a6a18 adau17x1_readable_register +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0x1538a8a0 adau17x1_add_routes +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0x40bf2bed adau17x1_precious_register +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0x6705d14f adau17x1_dai_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0x6ed845ff adau17x1_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0x85d531b5 adau17x1_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0x997ebc08 adau17x1_set_micbias_voltage +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0xf2419e74 adau17x1_volatile_register +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0xfe259a2f adau17x1_resume +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau7118 0xb1eb8820 adau7118_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41 0x1bab9794 cs35l41_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41 0x660a312d cs35l41_pm_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41 0x7813b547 cs35l41_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x160bb142 cs35l41_otp_unpack +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x29aee7c8 cs35l41_init_boost +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x2fe2ceb6 cs35l41_set_channels +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x36cb57ee cs35l41_write_fs_errata +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x389e86c7 cs35l41_safe_reset +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x5263567e cs35l41_test_key_lock +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x62c820e4 cs35l41_exit_hibernate +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x69f3c619 cs35l41_regmap_i2c +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x83d3b4ca cs35l41_set_cspl_mbox_cmd +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x9915b1cb cs35l41_configure_cs_dsp +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0xa4a9e82e cs35l41_global_enable +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0xd2be0c7d cs35l41_test_key_unlock +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0xdfa6c0c6 cs35l41_regmap_spi +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0xe92ff6ad cs35l41_gpio_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0xf7a43176 cs35l41_register_errata_patch +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0xf868daad cs35l41_enter_hibernate +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs4271 0x28fcae47 cs4271_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs4271 0x7ad044c6 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 0x54d3194e cs42l51_regmap +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42l51 0x8ca161db cs42l51_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42l51 0x8f19232b cs42l51_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42l51 0xbf42fd15 cs42l51_suspend +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42l51 0xee3e3d96 cs42l51_resume +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0x1e56e960 cs42xx8_pm +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0x72d1d5a6 cs42xx8_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0x7cac7292 cs42888_data +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0xc824786c cs42xx8_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0xcd3794c9 cs42448_data +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-es8328 0x3cd32104 es8328_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-es8328 0x560a3415 es8328_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-hda-codec 0x0beeedfb snd_soc_hda_codec_dai_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-hda-codec 0x2af1db77 soc_hda_ext_bus_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-hda-codec 0x2dff27bd hda_codec_probe_complete +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-lpass-macro-common 0x18892b52 lpass_macro_pds_exit +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-lpass-macro-common 0x2e01981f lpass_macro_pds_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-max98090 0x07ed8ae2 max98090_mic_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-max98373 0x5f26f0aa soc_codec_dev_max98373_sdw +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-max98373 0x7066996f max98373_reset +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-max98373 0x99c1ec5f soc_codec_dev_max98373 +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-max98373 0xee2bb57b max98373_slot_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-mt6358 0x322e5aa5 mt6358_mtkaif_calibration_disable +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-mt6358 0x59c903b2 mt6358_set_mtkaif_calibration_phase +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-mt6358 0x5c1faec8 mt6358_set_mtkaif_protocol +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-mt6358 0xb5c32a91 mt6358_mtkaif_calibration_enable +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-mt6359 0x01ffe8af mt6359_mtkaif_calibration_disable +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-mt6359 0x186035f6 mt6359_set_mtkaif_calibration_phase +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-mt6359 0x676cc5fc mt6359_mtkaif_calibration_enable +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-mt6359 0x8eb041a5 mt6359_set_mtkaif_protocol +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-nau8821 0x6d323c0f 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 0xe133da05 nau8824_enable_jack_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm1789-codec 0x094aa8dd pcm1789_common_exit +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm1789-codec 0x1abfa81f pcm1789_common_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm1789-codec 0xf087b09c pcm1789_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm179x-codec 0x68d26a75 pcm179x_common_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm179x-codec 0xf7371cb4 pcm179x_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm186x 0x3e497227 pcm186x_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm186x 0xcf9e9f84 pcm186x_regmap +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm3168a 0x2bdb3644 pcm3168a_regmap +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm3168a 0xa5bf5cff pcm3168a_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm3168a 0xa8035c6b pcm3168a_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm3168a 0xfbb7a765 pcm3168a_pm_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm512x 0x4f234d4f pcm512x_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm512x 0xae18c397 pcm512x_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm512x 0xbe3e3a04 pcm512x_regmap +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm512x 0xead0582f 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 0x260ae47a rt5640_set_ovcd_params +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5640 0x7ef9189a rt5640_enable_micbias1_for_ovcd +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5640 0xc211b1de rt5640_sel_asrc_clk_src +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5640 0xc80f0302 rt5640_disable_micbias1_for_ovcd +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5640 0xdc3dca69 rt5640_dmic_enable +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5640 0xe609d8e1 rt5640_detect_headset +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5645 0xb47ee150 rt5645_set_jack_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5645 0xfdd603e2 rt5645_sel_asrc_clk_src +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5659 0x8f358084 rt5659_set_jack_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5663 0x1f469202 rt5663_sel_asrc_clk_src +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5677 0x6fdbbb34 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 0x09d98d6f rt5682_apply_patch_list +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0x0d18594a rt5682_supply_names +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0x1a9e9e7c rt5682_soc_component_dev +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0x21a4563f rt5682_volatile_register +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0x4a0d3daf rt5682_reset +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0x587ff182 rt5682_parse_dt +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0x59d3d967 rt5682_jack_detect_handler +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0x6bcc5da0 rt5682_sel_asrc_clk_src +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0x6fc23a7f rt5682_aif1_dai_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0x84f5817c rt5682_aif2_dai_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0xb897de56 rt5682_reg +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0xde78789e rt5682_calibrate +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0xdfdfa253 rt5682_readable_register +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0xf7c715fa rt5682_register_dai_clks +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682s 0xcd44a837 rt5682s_sel_asrc_clk_src +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-sigmadsp 0x1a1ba10f sigmadsp_restrict_params +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-sigmadsp 0x49f5f43d sigmadsp_attach +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-sigmadsp 0x7addbad2 devm_sigmadsp_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-sigmadsp 0x8a8130fb sigmadsp_setup +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-sigmadsp 0xc60864ab sigmadsp_reset +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-sigmadsp-i2c 0x7f0ea8ad devm_sigmadsp_init_i2c +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-sigmadsp-regmap 0x39cd430e devm_sigmadsp_init_regmap +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-src4xxx 0x62ad77af src4xxx_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-src4xxx 0xab119ce4 src4xxx_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-ssm2602 0x40dca1d3 ssm2602_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-ssm2602 0x72d45b5b ssm2602_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tlv320aic32x4 0xfaacd008 aic32x4_register_clocks +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tlv320aic3x 0x39ffb3e6 aic3x_regmap +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-ts3a227e 0x6893f49c 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 0x0ac2d98a wcd938x_sdw_free +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wcd938x-sdw 0x257c370f wcd938x_sdw_set_sdw_stream +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wcd938x-sdw 0x98066075 wcd938x_sdw_device_get +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wcd938x-sdw 0xba61f688 wcd938x_sdw_hw_params +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wcd938x-sdw 0xd9ce79c6 wcd938x_swr_get_current_bank +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x16d751fa wm_adsp_fw_put +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x1bc6fb1f wm_adsp_compr_get_caps +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x3b1b0e2f wm_adsp_write_ctl +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x3f1f5e30 wm_adsp2_component_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x48c441a5 wm_adsp_compr_open +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x4ac7b792 wm_adsp_compr_free +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 0x5cf7d671 wm_adsp2_component_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x65d5153e wm_adsp_compr_copy +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x6c043f20 wm_adsp_event +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x701016cb wm_adsp_read_ctl +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x72a34003 wm_adsp_compr_handle_irq +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x76b3b2b1 wm_adsp2_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x7c3b2959 wm_adsp_fw_get +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x8b2836ac wm_adsp2_set_dspclk +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x94754a21 wm_adsp1_event +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x9f3af704 wm_adsp2_preloader_put +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xb3e2494c wm_adsp_fw_enum +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xb6a29b34 wm_adsp_compr_pointer +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xbe8bcdae wm_adsp2_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xc06570a4 wm_adsp_early_event +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xcf27f634 wm_halo_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xdb5f1c11 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 0xdd6378cf wm_adsp_compr_trigger +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xe87431da wm_adsp_compr_set_params +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 0xf5d68fa7 wm_adsp2_preloader_get +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-hubs 0x041c4b94 wm_hubs_update_class_w +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-hubs 0x4bf7e5a4 wm_hubs_vmid_ena +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-hubs 0x5044a04b wm_hubs_add_analogue_controls +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-hubs 0x5cd7eb9b wm_hubs_dcs_done +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-hubs 0x757206d5 wm_hubs_spkmix_tlv +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-hubs 0x76cf2b30 wm_hubs_add_analogue_routes +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-hubs 0xc8a9d11c wm_hubs_handle_analogue_pdata +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-hubs 0xd4a134de wm_hubs_hpr_mux +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-hubs 0xed7d5735 wm_hubs_hpl_mux +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-hubs 0xf55ca1b9 wm_hubs_set_bias_level +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8731 0x03788395 wm8731_regmap +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8731 0x972df688 wm8731_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8804 0xb5676f79 wm8804_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8804 0xe404e2b6 wm8804_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8804 0xeb8563da wm8804_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8804 0xfd0028fb wm8804_pm +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8903 0x81946fe1 wm8903_mic_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8962 0x24dda561 wm8962_mic_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8994 0x1e386a20 wm8994_mic_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8994 0x40c6d888 wm8958_mic_detect +EXPORT_SYMBOL_GPL sound/soc/fsl/imx-pcm-dma 0xc1e5d0f0 imx_pcm_dma_init +EXPORT_SYMBOL_GPL sound/soc/fsl/snd-soc-fsl-asrc 0x81de1754 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 0x7c0f3e5b audio_graph_parse_of +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-audio-graph-card2 0x08d26415 audio_graph2_parse_of +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-audio-graph-card2 0x18700c9f audio_graph2_link_dpcm +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-audio-graph-card2 0x3289fa30 audio_graph2_link_normal +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-audio-graph-card2 0xc312ab6e 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 0x05a80c63 asoc_simple_set_dailink_name +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x0b90329e asoc_simple_parse_widgets +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x1222eaf2 asoc_simple_init_jack +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x1ca03cc4 asoc_simple_parse_card_name +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x2a317e85 asoc_simple_parse_tdm_width_map +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x3547ae2c asoc_simple_hw_params +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x44033414 asoc_simple_startup +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x60c8c0c9 asoc_simple_canonicalize_cpu +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x629fe92e asoc_simple_canonicalize_platform +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x64cd0016 asoc_simple_parse_routing +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x6529f1d2 asoc_simple_dai_init +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x6763a570 asoc_simple_parse_daifmt +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x72e125ba asoc_graph_is_ports0 +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x85b70663 asoc_simple_parse_convert +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x8a1b73b6 asoc_simple_shutdown +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x92847286 asoc_graph_card_probe +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x9654a622 asoc_simple_remove +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xb3a31bdf asoc_simple_parse_clk +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xc4624c7c asoc_simple_clean_reference +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xd993b770 asoc_simple_parse_pin_switches +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xe2d062e9 asoc_simple_be_hw_params_fixup +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xf4ec6408 asoc_simple_init_priv +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x12c950f8 mtk_memif_set_rate +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x28764975 mtk_sof_dailink_parse_of +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x2c8b4307 mtk_afe_pcm_pointer +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x3bb88fe3 mtk_afe_suspend +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x41b87faf mtk_afe_fe_hw_params +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x446b40cc mtk_afe_fe_startup +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x4688af33 mtk_afe_fe_hw_free +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x54a97a26 mtk_afe_fe_trigger +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x67a77b0e mtk_memif_set_disable +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x740f0d96 mtk_memif_set_addr +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x7a60e417 mtk_sof_card_late_probe +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x801e54ce mtk_afe_fe_prepare +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x8383f74c mtk_sof_dai_link_fixup +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x88e227c0 mtk_dynamic_irq_acquire +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x8ddc57b6 mtk_memif_set_channel +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x9707a5a1 mtk_memif_set_pbuf_size +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x9dbcebcc mtk_afe_add_sub_dai_control +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0xaeb9085b mtk_afe_pcm_platform +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0xb2b57800 mtk_memif_set_rate_substream +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0xc0e7f05b mtk_memif_set_format +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0xc5fa7531 mtk_afe_fe_ops +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0xd77683fd mtk_afe_fe_shutdown +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0xe0f78e0d mtk_sof_card_probe +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0xe7836d1c mtk_afe_resume +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0xec24d20d mtk_afe_combine_sub_dai +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0xf8284c8d mtk_dynamic_irq_release +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0xfb55ae03 mtk_afe_pcm_new +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0xfbfa0630 mtk_memif_set_enable +EXPORT_SYMBOL_GPL sound/soc/mediatek/mt8183/snd-soc-mt8183-afe 0x6e2a4c6f mt8183_dai_i2s_set_share +EXPORT_SYMBOL_GPL sound/soc/mediatek/mt8186/snd-soc-mt8186-afe 0x14faf0cc mt8186_afe_gpio_init +EXPORT_SYMBOL_GPL sound/soc/mediatek/mt8186/snd-soc-mt8186-afe 0x7747b183 mt8186_mt6366_init +EXPORT_SYMBOL_GPL sound/soc/mediatek/mt8186/snd-soc-mt8186-afe 0xb389af45 mt8186_dai_i2s_set_share +EXPORT_SYMBOL_GPL sound/soc/mediatek/mt8186/snd-soc-mt8186-afe 0xcef5d887 mt8186_mt6366_card_set_be_link +EXPORT_SYMBOL_GPL sound/soc/mediatek/mt8192/snd-soc-mt8192-afe 0x6feb643c mt8192_dai_i2s_set_share +EXPORT_SYMBOL_GPL sound/soc/mediatek/mt8195/snd-soc-mt8195-afe 0x3ce027a0 mt8195_afe_disable_clk +EXPORT_SYMBOL_GPL sound/soc/mediatek/mt8195/snd-soc-mt8195-afe 0xc14578b7 mt8195_afe_enable_clk +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-fifo 0x329dd4c8 g12a_fifo_pcm_hw_params +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-fifo 0x5cba5a1c axg_fifo_probe +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-fifo 0x64355630 axg_fifo_pcm_new +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-fifo 0x7e86f1f9 axg_fifo_pcm_open +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-fifo 0x823ae6ea axg_fifo_pcm_pointer +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-fifo 0x84a610c0 axg_fifo_pcm_hw_free +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-fifo 0x934d40ac axg_fifo_pcm_trigger +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-fifo 0xa493dedc axg_fifo_pcm_close +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-fifo 0xb34a4de3 axg_fifo_pcm_hw_params +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-tdm-formatter 0x453eca03 axg_tdm_formatter_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 0xef4a0d56 axg_tdm_stream_stop +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-tdm-formatter 0xf54627d3 axg_tdm_formatter_event +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-tdm-interface 0xaae8c528 axg_tdm_set_tdm_slots +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-card-utils 0x11ea373f meson_card_probe +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-card-utils 0x57e201c1 meson_card_remove +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-card-utils 0x63113793 meson_card_reallocate_links +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-card-utils 0x7756502b meson_card_set_fe_link +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-card-utils 0x8e6396ce meson_card_parse_dai +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-card-utils 0x913cf162 meson_card_i2s_set_sysclk +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-card-utils 0xb47e039f meson_card_set_be_link +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-card-utils 0xdff2c8bd meson_card_parse_daifmt +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-codec-glue 0x0d4f7abe meson_codec_glue_input_hw_params +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-codec-glue 0x223f7e44 meson_codec_glue_input_dai_remove +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-codec-glue 0x8bf6c216 meson_codec_glue_input_set_fmt +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-codec-glue 0x9137a3b7 meson_codec_glue_input_get_data +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-codec-glue 0xef0a9a8e meson_codec_glue_input_dai_probe +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-codec-glue 0xf86e7ce4 meson_codec_glue_output_startup +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6adm 0x28421460 q6adm_get_copp_id +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6adm 0x8e1be589 q6adm_open +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6adm 0xcb2a6543 q6adm_matrix_map +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6adm 0xf5a41008 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 0x5332304f q6afe_slim_port_prepare +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6afe 0x61cbfd4a 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 0x95290503 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 0x40036d6b q6asm_audio_client_alloc +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 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 0x83aa9da1 q6prm_vote_lpass_core_hw +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6prm 0x965eabd9 q6prm_set_lpass_clock +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6prm 0xe4dd9997 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 0x0897c0c6 q6apm_graph_flush +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x145cf8f6 audioreach_alloc_apm_cmd_pkt +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x2c03386f q6apm_graph_prepare +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x3216d368 audioreach_set_media_format +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x321f3c31 audioreach_graph_send_cmd_sync +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x44dd4123 audioreach_graph_free_buf +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x48669c95 q6apm_unmap_memory_regions +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x524654e9 audioreach_map_memory_regions +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x5543dd66 audioreach_alloc_apm_pkt +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x64395fc0 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 0x66b20a10 audioreach_send_cmd_sync +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x70dc270e audioreach_shared_memory_send_eos +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x78871fbe q6apm_graph_start +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x7f4d39c8 audioreach_alloc_pkt +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x7f60bad4 q6apm_map_memory_regions +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x81f17779 q6apm_graph_open +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x88a415af q6apm_graph_media_format_pcm +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x94ddb6a3 q6apm_graph_media_format_shmem +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x99c0b752 q6apm_read +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x9d34eba1 audioreach_alloc_graph_pkt +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x9e2bbfd5 q6apm_write_async +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0xab07195d q6apm_graph_stop +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0xc6f448ae q6apm_graph_close +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0xe34306eb audioreach_tplg_init +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0xf38e0448 audioreach_gain_set_vol_ctrl +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6dsp-common 0x17142e58 q6dsp_map_channels +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6dsp-common 0x1d051a94 q6dsp_audio_ports_set_config +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6dsp-common 0xf0ad4121 q6dsp_audio_ports_of_xlate_dai_name +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6dsp-common 0xfbe914b8 q6dsp_clock_dev_probe +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-lpass-cdc-dma 0xea2d8271 asoc_qcom_lpass_cdc_dma_dai_ops +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-lpass-cpu 0x1894dc60 asoc_qcom_lpass_cpu_platform_probe +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-lpass-cpu 0x8ed650bc asoc_qcom_lpass_cpu_dai_probe +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-lpass-cpu 0x9d1e25e9 asoc_qcom_lpass_cpu_dai_ops +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-lpass-cpu 0xac3f334f asoc_qcom_lpass_cpu_platform_remove +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-lpass-cpu 0xb9317a1e asoc_qcom_lpass_cpu_platform_shutdown +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-lpass-cpu 0xd3644fd9 lpass_cpu_pcm_new +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-lpass-hdmi 0x96eb8050 asoc_qcom_lpass_hdmi_dai_ops +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-lpass-platform 0xf854c3f6 asoc_qcom_lpass_platform_register +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-qcom-common 0x66b148c0 qcom_snd_wcd_jack_setup +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-qcom-common 0xf1adb1a9 qcom_snd_parse_of +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-qcom-sdw 0x371e7dae qcom_snd_sdw_hw_free +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-qcom-sdw 0x7f91cb5c qcom_snd_sdw_prepare +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-qcom-sdw 0xc15ad37d 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 0x009acc13 snd_soc_component_compr_trigger +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x02c68630 snd_soc_daifmt_parse_format +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x02e096e0 snd_soc_put_volsw_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x0364ece9 dapm_clock_event +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x09189a36 snd_soc_tplg_component_load +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x09c5582a snd_soc_poweroff +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x0dc6cca6 snd_soc_dai_set_tdm_slot +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x10016d47 snd_soc_unregister_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x141d59d0 snd_soc_dapm_force_enable_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x142d590f snd_soc_of_get_dai_link_cpus +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x14da8a6e null_dailink_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x14f826d0 snd_soc_component_compr_get_params +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x157016e5 snd_soc_dai_set_sysclk +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x175b252b snd_soc_component_compr_pointer +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1767cd7c snd_dmaengine_pcm_unregister +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x19ddcfc7 snd_soc_dapm_put_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1a77e7b6 snd_soc_bytes_tlv_callback +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1aed0f33 snd_soc_cnew +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1b5badcb snd_soc_card_remove_dai_link +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1c3f0ff0 snd_soc_dpcm_runtime_update +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1dde68c0 snd_soc_card_jack_new_pins +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1df1df70 snd_soc_dapm_stream_stop +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x206ae45e snd_soc_limit_volume +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x217d691d snd_soc_component_test_bits +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2186175d snd_soc_dapm_get_pin_status +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x218cb18c snd_soc_dai_compr_pointer +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2466c7eb snd_soc_dapm_force_bias_level +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2541a979 snd_soc_calc_frame_size +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x263df032 snd_soc_runtime_calc_hw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x26676a42 snd_soc_set_runtime_hwparams +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x26d39855 snd_soc_component_write +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x274b52e4 snd_soc_register_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x284d1a61 snd_soc_get_dai_name +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x288322cb snd_soc_dapm_kcontrol_widget +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x29b6815b snd_soc_runtime_action +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2a830e35 snd_soc_info_xr_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2a91311f snd_soc_of_get_slot_mask +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2aada139 snd_soc_dai_active +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2ad464e5 snd_soc_component_compr_free +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2c7c4e8e snd_soc_dapm_ignore_suspend +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2c891299 snd_soc_close_delayed_work +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2f68833d snd_soc_component_compr_open +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x30b37dd0 snd_soc_put_xr_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x31892a56 snd_soc_dai_compr_get_metadata +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3265362f snd_soc_add_dai_controls +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x33158abb dapm_pinctrl_event +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3393e2f1 snd_soc_dapm_disable_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x38e561f2 snd_soc_dpcm_get_substream +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x39178d72 devm_snd_soc_register_card +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3f007733 snd_soc_new_ac97_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x406f93b1 snd_soc_dapm_disable_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x408371b2 snd_soc_component_compr_get_caps +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x42d1244e snd_soc_info_volsw_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x434cb972 snd_soc_info_volsw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4566f48b snd_soc_component_update_bits +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x457fb447 snd_soc_jack_notifier_unregister +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x47738d9f snd_soc_get_volsw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x47d32dc4 snd_soc_of_get_dai_link_codecs +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4820e50b snd_soc_get_volsw_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x48c6b7f7 snd_soc_jack_add_gpios +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4a701b65 snd_soc_add_component_controls +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4b153a1c snd_soc_dapm_new_control +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4cbe16c5 snd_soc_runtime_set_dai_fmt +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4fa1782d snd_soc_tdm_params_to_bclk +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x515d3d48 snd_soc_link_compr_startup +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x542026a3 snd_soc_dapm_nc_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x55869184 snd_soc_of_put_dai_link_codecs +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x579d263e snd_soc_jack_add_gpiods +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x57f4c67b snd_soc_jack_report +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x59719036 snd_soc_bytes_put +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5a1e8784 snd_soc_card_add_dai_link +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5c2410ce snd_soc_dai_set_clkdiv +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5c9dbe92 snd_soc_of_parse_aux_devs +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5dc453d5 snd_soc_dpcm_be_can_update +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5f402f2b snd_soc_dapm_update_dai +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x64249bf8 snd_soc_dai_compr_set_metadata +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x649c6de3 snd_soc_unregister_component_by_driver +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x66e35f46 snd_soc_get_pcm_runtime +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x68523d90 snd_soc_dapm_info_pin_switch +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x68dcd5d1 snd_soc_dapm_put_pin_switch +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6bba29ba snd_soc_component_read +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6c9d20b6 snd_soc_component_force_enable_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6df4b225 snd_soc_find_dai +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6e3434ec snd_soc_of_parse_node_prefix +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6e6af99e snd_soc_dai_compr_trigger +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6fa929f1 snd_soc_dai_compr_shutdown +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x71481274 snd_soc_find_dai_with_mutex +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x723b823b snd_soc_card_jack_new +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7269e1b6 snd_soc_dai_get_channel_map +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x72fcea24 snd_soc_component_disable_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x737f8c90 snd_soc_of_put_dai_link_cpus +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x74759c76 snd_soc_dai_action +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7538c21a snd_soc_jack_free_gpios +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7b223580 snd_soc_dapm_dai_free_widgets +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7c20cc5f snd_soc_suspend +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7d9873ba snd_soc_component_set_sysclk +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7e606130 snd_soc_calc_bclk +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7eef84c7 snd_soc_dpcm_can_be_params +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7f225204 snd_soc_component_initialize +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x80907bf5 snd_soc_of_get_dai_name +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x814044d4 snd_soc_component_enable_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x81717c6b snd_soc_free_ac97_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8171862c snd_soc_component_nc_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x81ba4eee devm_snd_dmaengine_pcm_register +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x838550b3 snd_soc_of_parse_pin_switches +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8536f9a8 snd_soc_component_async_complete +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x854be113 snd_soc_dapm_weak_routes +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x87006aa9 snd_soc_link_compr_set_params +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8986e8d7 snd_soc_of_parse_card_name +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x89d9e701 soc_ac97_ops +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8a1eb729 snd_soc_dapm_mixer_update_power +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8a6e3eff snd_soc_dapm_new_dai_widgets +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x902a59f5 snd_soc_dpcm_can_be_free_stop +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x90a58b7d snd_soc_component_write_field +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x93d338d3 snd_soc_daifmt_parse_clock_provider_raw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x93e5263c snd_soc_resume +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x94194023 snd_soc_dapm_get_volsw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x98e7b3b3 snd_dmaengine_pcm_prepare_slave_config +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x998a104c snd_soc_dapm_dai_get_connected_widgets +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9a23f178 snd_soc_remove_pcm_runtime +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9a5d6d04 snd_soc_component_get_pin_status +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9a70e081 snd_soc_dapm_enable_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9b5cb811 snd_soc_component_compr_ack +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9e5bf8ed snd_soc_put_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9f276b73 dapm_regulator_event +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9ff6ae7e snd_soc_dapm_del_routes +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa05020b5 snd_soc_register_card +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa100de73 snd_soc_dapm_nc_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa1e0a657 snd_soc_dai_set_bclk_ratio +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa1e76875 snd_soc_dai_set_tristate +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa2f55a8c snd_soc_jack_add_pins +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa3ea9fb3 snd_soc_new_compress +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa49a2f63 snd_soc_get_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa5962437 dapm_kcontrol_get_value +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa6482190 snd_soc_component_enable_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa73909b8 snd_soc_get_dai_id +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa75c8d80 snd_soc_dapm_get_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa803b037 snd_soc_component_set_jack +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa8a565d8 snd_soc_dapm_add_routes +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa8ca4cc7 snd_soc_component_nc_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xaa8dc4f3 snd_soc_info_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xab997a28 snd_soc_dapm_new_controls +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xac649cc9 snd_soc_component_exit_regmap +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xace41844 snd_soc_set_ac97_ops_of_reset +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xae7d7e64 snd_soc_dapm_init +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xaef4313f dapm_mark_endpoints_dirty +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xaeff9bc1 snd_soc_dapm_kcontrol_dapm +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xafa2961b snd_soc_get_xr_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb187b611 snd_soc_dapm_sync +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb3003096 snd_soc_component_compr_get_metadata +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb634ba6b snd_soc_rtdcom_lookup +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb6f0266d snd_dmaengine_pcm_register +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb76cd0a3 snd_soc_component_compr_set_params +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb89c6749 snd_soc_dai_set_fmt +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb9af656d snd_soc_set_ac97_ops +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb9c16c9f devm_snd_soc_register_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xbcdf12f8 snd_soc_unregister_dai +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xbd4c2abf snd_soc_jack_add_zones +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xbd5ccfa7 snd_soc_dai_compr_startup +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xbdaf4c01 snd_soc_info_volsw_range +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xbdf9453f snd_soc_jack_get_type +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xbf07537a snd_soc_component_update_bits_async +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xbf283187 snd_soc_dai_compr_ack +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc21a9793 snd_soc_debugfs_root +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc21ee35f snd_soc_dapm_put_volsw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc317a15e snd_soc_daifmt_clock_provider_flipped +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc40cfacf snd_soc_dai_compr_set_params +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc6abef23 snd_soc_of_parse_tdm_slot +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc7c6c7ef snd_soc_component_init_regmap +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc8269f94 snd_soc_params_to_frame_size +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc8789b68 snd_soc_component_compr_set_metadata +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xca296e10 snd_soc_card_get_kcontrol +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xcdff4955 snd_soc_put_volsw_range +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd19c87ce snd_soc_component_compr_get_codec_caps +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd243c1f7 snd_soc_lookup_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd2a7c97c snd_soc_of_parse_audio_simple_widgets +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd33e5bcd snd_soc_link_compr_shutdown +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd5f57922 snd_soc_dapm_mux_update_power +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd8626654 snd_soc_put_volsw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd979018c snd_soc_dai_set_channel_map +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xda0953b0 dpcm_be_dai_trigger +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xdb1e2d70 snd_soc_dapm_sync_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xdbd83bdd dpcm_end_walk_at_be +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xde099cbc snd_soc_bytes_info +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xde6f36c1 snd_soc_dapm_free +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xde83fcac snd_soc_pm_ops +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xdee1ac55 snd_soc_dapm_force_enable_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xdf7c2e9d snd_soc_add_card_controls +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xdfc3fd23 snd_soc_component_read_field +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xdfddfecd snd_soc_dai_compr_get_params +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xdff31f94 devm_snd_soc_register_dai +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe0ad43fa snd_soc_get_strobe +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe28e82a3 snd_soc_dapm_get_pin_switch +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe75c7e72 snd_soc_add_pcm_runtime +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe82aff64 snd_soc_dpcm_can_be_prepared +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xeb711ae7 snd_soc_params_to_bclk +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xebea2cce snd_soc_dai_link_set_capabilities +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xec40499d snd_soc_dai_digital_mute +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xec844929 snd_soc_put_strobe +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xedbf59a2 snd_soc_tplg_widget_bind_event +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xee35cfae snd_soc_bytes_get +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xee91bbae snd_soc_component_disable_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf261a424 snd_soc_register_dai +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf3d303a9 snd_soc_bytes_info_ext +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf48e1837 snd_soc_add_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf4cede00 snd_soc_component_set_pll +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf54d90a7 snd_soc_of_parse_audio_routing +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf57d5721 snd_soc_jack_notifier_register +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf589ae53 snd_soc_component_force_enable_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf59ea313 snd_soc_tplg_component_remove +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf5c3c025 snd_soc_dai_set_pll +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf656508b snd_soc_unregister_card +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf66ba0c2 snd_soc_dpcm_fe_can_update +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf73e9edb snd_soc_get_volsw_range +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf7b1572a snd_soc_dapm_enable_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf9622dd1 snd_soc_daifmt_clock_provider_from_bitmap +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf983e19d snd_soc_set_dmi_name +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xfbac9ca2 snd_soc_dapm_free_widget +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xfbf8c4ee snd_soc_component_compr_copy +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xfc6d861f snd_soc_lookup_component_nolocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xfe6393c6 snd_soc_dapm_new_widgets +EXPORT_SYMBOL_GPL sound/soc/sof/snd-sof 0x1f3e4616 snd_sof_dbg_memory_info_init +EXPORT_SYMBOL_GPL sound/soc/sof/snd-sof 0x338e41f1 snd_sof_debugfs_buf_item +EXPORT_SYMBOL_GPL sound/soc/sof/snd-sof 0x345ed0e8 snd_sof_debugfs_add_region_item_iomem +EXPORT_SYMBOL_GPL sound/soc/sof/snd-sof 0x5056fb50 snd_sof_free_debug +EXPORT_SYMBOL_GPL sound/soc/sof/snd-sof 0x7254ad93 snd_sof_dbg_init +EXPORT_SYMBOL_GPL sound/soc/sprd/sprd-mcdt 0x2c64d423 sprd_mcdt_request_chan +EXPORT_SYMBOL_GPL sound/soc/sprd/sprd-mcdt 0x5061832c sprd_mcdt_chan_int_disable +EXPORT_SYMBOL_GPL sound/soc/sprd/sprd-mcdt 0x609193c3 sprd_mcdt_chan_write +EXPORT_SYMBOL_GPL sound/soc/sprd/sprd-mcdt 0x68b4b311 sprd_mcdt_chan_dma_enable +EXPORT_SYMBOL_GPL sound/soc/sprd/sprd-mcdt 0x6c283cec sprd_mcdt_chan_int_enable +EXPORT_SYMBOL_GPL sound/soc/sprd/sprd-mcdt 0xa5fdddd3 sprd_mcdt_chan_read +EXPORT_SYMBOL_GPL sound/soc/sprd/sprd-mcdt 0xb67dbf49 sprd_mcdt_chan_dma_disable +EXPORT_SYMBOL_GPL sound/soc/sprd/sprd-mcdt 0xdf547b54 sprd_mcdt_free_chan +EXPORT_SYMBOL_GPL sound/soc/sunxi/sun8i-adda-pr-regmap 0x37a3a5c2 sun8i_adda_pr_regmap_init +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra-machine 0x24b3aaf3 tegra_asoc_machine_probe +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra-machine 0x92241ad3 tegra_asoc_machine_init +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra-pcm 0x465f5d95 devm_tegra_pcm_platform_register +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra-pcm 0x4aa20a82 tegra_pcm_open +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra-pcm 0x5cf2f4dd tegra_pcm_platform_register_with_chan_names +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra-pcm 0x8900f376 tegra_pcm_construct +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra-pcm 0x9c0cd9e6 tegra_pcm_hw_params +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra-pcm 0xa5e9063c tegra_pcm_platform_register +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra-pcm 0xc1a916e0 tegra_pcm_close +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra-pcm 0xeb53ccde tegra_pcm_pointer +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra-pcm 0xfd194287 tegra_pcm_platform_unregister +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 0xf7a25ba5 edma_pcm_platform_register +EXPORT_SYMBOL_GPL sound/soc/ti/snd-soc-ti-sdma 0x73bf2a70 sdma_pcm_platform_register +EXPORT_SYMBOL_GPL sound/soc/ti/snd-soc-ti-udma 0x9d4bbf7e udma_pcm_platform_register +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x027ae032 line6_write_data +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x0f156d09 line6_alloc_sysex_buffer +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x1ae8fb04 line6_resume +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x1b94ef69 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 0x2a070a75 line6_read_data +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x45e618ed line6_pcm_release +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x527f84fa line6_send_sysex_message +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x80b7db22 line6_send_raw_message +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x837cbc2d line6_suspend +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x9517c037 line6_init_pcm +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x97f54548 line6_init_midi +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x9f05df89 line6_disconnect +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0xa42cb310 line6_read_serial_number +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0xc86eb4bb line6_probe +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0xcecc5212 line6_pcm_acquire +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0xd399b377 line6_version_request_async +EXPORT_SYMBOL_GPL vmlinux 0x00131e90 devl_rate_leaf_create +EXPORT_SYMBOL_GPL vmlinux 0x0019dbfb posix_acl_access_xattr_handler +EXPORT_SYMBOL_GPL vmlinux 0x001f1c4f tegra_bpmp_put +EXPORT_SYMBOL_GPL vmlinux 0x0024e4e5 devm_clk_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0x00513f58 get_timespec64 +EXPORT_SYMBOL_GPL vmlinux 0x00555bf2 dpbp_open +EXPORT_SYMBOL_GPL vmlinux 0x00565f18 pernet_ops_rwsem +EXPORT_SYMBOL_GPL vmlinux 0x005f1330 rockchip_pcie_parse_dt +EXPORT_SYMBOL_GPL vmlinux 0x005f18a6 add_wait_queue_priority +EXPORT_SYMBOL_GPL vmlinux 0x00631044 gpiod_direction_output_raw +EXPORT_SYMBOL_GPL vmlinux 0x00794f26 pci_ioremap_wc_bar +EXPORT_SYMBOL_GPL vmlinux 0x008eec5e wakeup_source_destroy +EXPORT_SYMBOL_GPL vmlinux 0x009094b1 crypto_dequeue_request +EXPORT_SYMBOL_GPL vmlinux 0x00b649ab pm_runtime_force_resume +EXPORT_SYMBOL_GPL vmlinux 0x00c5774e mtk_pinconf_bias_set_rev1 +EXPORT_SYMBOL_GPL vmlinux 0x00d4c500 usb_decode_interval +EXPORT_SYMBOL_GPL vmlinux 0x00df9837 ioasid_register_allocator +EXPORT_SYMBOL_GPL vmlinux 0x00e0c23c destroy_memory_type +EXPORT_SYMBOL_GPL vmlinux 0x00f01af0 skb_mpls_update_lse +EXPORT_SYMBOL_GPL vmlinux 0x0123ffdb pci_disable_ats +EXPORT_SYMBOL_GPL vmlinux 0x012e730e apei_exec_noop +EXPORT_SYMBOL_GPL vmlinux 0x01311310 vp_modern_get_driver_features +EXPORT_SYMBOL_GPL vmlinux 0x013b28fc sysfs_change_owner +EXPORT_SYMBOL_GPL vmlinux 0x014e8186 cpu_scale +EXPORT_SYMBOL_GPL vmlinux 0x015a8498 imx_clk_hw_cpu +EXPORT_SYMBOL_GPL vmlinux 0x015f9321 of_clk_hw_register +EXPORT_SYMBOL_GPL vmlinux 0x01769b9a finish_rcuwait +EXPORT_SYMBOL_GPL vmlinux 0x0179ccba topology_update_thermal_pressure +EXPORT_SYMBOL_GPL vmlinux 0x017ede42 dma_mmap_pages +EXPORT_SYMBOL_GPL vmlinux 0x017f824f pcie_flr +EXPORT_SYMBOL_GPL vmlinux 0x0184bd6a gpiod_get_optional +EXPORT_SYMBOL_GPL vmlinux 0x01866a57 ezx_pcap_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x0192f2e7 acpi_dev_remove_driver_gpios +EXPORT_SYMBOL_GPL vmlinux 0x01a0cb78 property_entries_free +EXPORT_SYMBOL_GPL vmlinux 0x01bc2a40 dev_pm_qos_add_request +EXPORT_SYMBOL_GPL vmlinux 0x01c6171b ata_scsi_unlock_native_capacity +EXPORT_SYMBOL_GPL vmlinux 0x01c6cb0c cpu_cluster_pm_enter +EXPORT_SYMBOL_GPL vmlinux 0x01c95340 pin_user_pages_fast +EXPORT_SYMBOL_GPL vmlinux 0x01cd0fed device_find_any_child +EXPORT_SYMBOL_GPL vmlinux 0x01ce8197 dev_coredumpsg +EXPORT_SYMBOL_GPL vmlinux 0x01dc5018 ata_wait_after_reset +EXPORT_SYMBOL_GPL vmlinux 0x01e1a8de kgdb_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0x01e1d8ed vfs_submount +EXPORT_SYMBOL_GPL vmlinux 0x0207a6c6 reset_control_bulk_acquire +EXPORT_SYMBOL_GPL vmlinux 0x02082c95 thermal_zone_device_enable +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 0x0266ec20 clk_hw_get_flags +EXPORT_SYMBOL_GPL vmlinux 0x026c5d25 od_register_powersave_bias_handler +EXPORT_SYMBOL_GPL vmlinux 0x02a8cba4 crypto_register_skciphers +EXPORT_SYMBOL_GPL vmlinux 0x02ac2a6c serdev_device_add +EXPORT_SYMBOL_GPL vmlinux 0x02b611e4 devlink_trap_report +EXPORT_SYMBOL_GPL vmlinux 0x02b64d66 gpiochip_add_pingroup_range +EXPORT_SYMBOL_GPL vmlinux 0x02bab11f vcap_rule_mod_action_u32 +EXPORT_SYMBOL_GPL vmlinux 0x02c1d404 fsl_mc_bus_dpaiop_type +EXPORT_SYMBOL_GPL vmlinux 0x02c5c501 power_supply_find_ocv2cap_table +EXPORT_SYMBOL_GPL vmlinux 0x02c7a7f4 __xenbus_register_frontend +EXPORT_SYMBOL_GPL vmlinux 0x02e71bf9 dev_pm_opp_config_clks_simple +EXPORT_SYMBOL_GPL vmlinux 0x02e95271 __regmap_init_mmio_clk +EXPORT_SYMBOL_GPL vmlinux 0x02f5be6c ata_ehi_clear_desc +EXPORT_SYMBOL_GPL vmlinux 0x030cbca2 ata_id_xfermask +EXPORT_SYMBOL_GPL vmlinux 0x0312b3b0 reset_controller_add_lookup +EXPORT_SYMBOL_GPL vmlinux 0x0321cdbf of_alias_get_highest_id +EXPORT_SYMBOL_GPL vmlinux 0x033092aa task_cputime_adjusted +EXPORT_SYMBOL_GPL vmlinux 0x033832c7 usb_amd_hang_symptom_quirk +EXPORT_SYMBOL_GPL vmlinux 0x0343bdf1 __i2c_board_list +EXPORT_SYMBOL_GPL vmlinux 0x03629122 msg_zerocopy_realloc +EXPORT_SYMBOL_GPL vmlinux 0x036de383 perf_event_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0x036e0987 __pm_runtime_set_status +EXPORT_SYMBOL_GPL vmlinux 0x03701a42 zynqmp_pm_pinctrl_set_function +EXPORT_SYMBOL_GPL vmlinux 0x0373766a sbitmap_queue_clear +EXPORT_SYMBOL_GPL vmlinux 0x03943f70 serial8250_rpm_get_tx +EXPORT_SYMBOL_GPL vmlinux 0x03952887 ktime_add_safe +EXPORT_SYMBOL_GPL vmlinux 0x03c12dfe cancel_work_sync +EXPORT_SYMBOL_GPL vmlinux 0x03ca7a5d tpm_is_tpm2 +EXPORT_SYMBOL_GPL vmlinux 0x03ce7234 sched_smt_present +EXPORT_SYMBOL_GPL vmlinux 0x03da6857 regulator_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x03e2adee fscrypt_parse_test_dummy_encryption +EXPORT_SYMBOL_GPL vmlinux 0x03e3b16c devres_remove_group +EXPORT_SYMBOL_GPL vmlinux 0x03f33eaf spi_mem_default_supports_op +EXPORT_SYMBOL_GPL vmlinux 0x03fceaf7 led_blink_set_oneshot +EXPORT_SYMBOL_GPL vmlinux 0x0402cbbf preempt_notifier_inc +EXPORT_SYMBOL_GPL vmlinux 0x0402f451 clk_hw_get_rate +EXPORT_SYMBOL_GPL vmlinux 0x0406c968 serial8250_do_set_divisor +EXPORT_SYMBOL_GPL vmlinux 0x0412332f rcar_rst_set_rproc_boot_addr +EXPORT_SYMBOL_GPL vmlinux 0x04167180 inet6_sock_destruct +EXPORT_SYMBOL_GPL vmlinux 0x041940e3 pci_cfg_access_trylock +EXPORT_SYMBOL_GPL vmlinux 0x042408e3 devm_create_dev_dax +EXPORT_SYMBOL_GPL vmlinux 0x042e982d vcap_addr_keysets +EXPORT_SYMBOL_GPL vmlinux 0x043349d4 devm_regmap_add_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0x044374d0 blk_rq_prep_clone +EXPORT_SYMBOL_GPL vmlinux 0x0448b771 xen_xlate_remap_gfn_array +EXPORT_SYMBOL_GPL vmlinux 0x045a19ad usb_disable_autosuspend +EXPORT_SYMBOL_GPL vmlinux 0x045b601c sfp_register_socket +EXPORT_SYMBOL_GPL vmlinux 0x0465a073 regmap_reg_in_ranges +EXPORT_SYMBOL_GPL vmlinux 0x046f359e of_overlay_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0x0472cf3b register_kprobe +EXPORT_SYMBOL_GPL vmlinux 0x04775440 devm_spi_mem_dirmap_destroy +EXPORT_SYMBOL_GPL vmlinux 0x047c65b0 rio_add_net +EXPORT_SYMBOL_GPL vmlinux 0x047f9134 cpu_device_create +EXPORT_SYMBOL_GPL vmlinux 0x04842463 ipv6_opt_accepted +EXPORT_SYMBOL_GPL vmlinux 0x048b5f8d twl4030_audio_get_mclk +EXPORT_SYMBOL_GPL vmlinux 0x0495dead __cpuhp_state_add_instance +EXPORT_SYMBOL_GPL vmlinux 0x049e5156 gnttab_try_end_foreign_access +EXPORT_SYMBOL_GPL vmlinux 0x04a646a3 __traceiter_xdp_exception +EXPORT_SYMBOL_GPL vmlinux 0x04ab9d34 devm_regmap_del_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0x04afdbed fscrypt_add_test_dummy_key +EXPORT_SYMBOL_GPL vmlinux 0x04b3859d irq_chip_ack_parent +EXPORT_SYMBOL_GPL vmlinux 0x04b6b1e1 blkcg_root +EXPORT_SYMBOL_GPL vmlinux 0x04bb85ad devm_blk_crypto_profile_init +EXPORT_SYMBOL_GPL vmlinux 0x04bed3c5 l3mdev_link_scope_lookup +EXPORT_SYMBOL_GPL vmlinux 0x04bf0092 io_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0x04c220e5 fixed_phy_unregister +EXPORT_SYMBOL_GPL vmlinux 0x04c41c60 devlink_flash_update_status_notify +EXPORT_SYMBOL_GPL vmlinux 0x04c4f603 mpi_get_buffer +EXPORT_SYMBOL_GPL vmlinux 0x04c8aebf console_verbose +EXPORT_SYMBOL_GPL vmlinux 0x04d5a80f pm_wakeup_dev_event +EXPORT_SYMBOL_GPL vmlinux 0x04df1825 regulator_map_voltage_iterate +EXPORT_SYMBOL_GPL vmlinux 0x04df8fbc lzo1x_decompress_safe +EXPORT_SYMBOL_GPL vmlinux 0x04dfa33f __devm_rtc_register_device +EXPORT_SYMBOL_GPL vmlinux 0x04fba26e sata_lpm_ignore_phy_events +EXPORT_SYMBOL_GPL vmlinux 0x04fee56a virtqueue_detach_unused_buf +EXPORT_SYMBOL_GPL vmlinux 0x050543b3 acpi_device_get_match_data +EXPORT_SYMBOL_GPL vmlinux 0x0505d6fb attribute_container_register +EXPORT_SYMBOL_GPL vmlinux 0x050671e1 ohci_init_driver +EXPORT_SYMBOL_GPL vmlinux 0x050ff477 vring_del_virtqueue +EXPORT_SYMBOL_GPL vmlinux 0x051085e3 lock_system_sleep +EXPORT_SYMBOL_GPL vmlinux 0x051a0bc1 stack_depot_fetch +EXPORT_SYMBOL_GPL vmlinux 0x051c43a4 kvm_read_guest_offset_cached +EXPORT_SYMBOL_GPL vmlinux 0x052b4013 register_vmcore_cb +EXPORT_SYMBOL_GPL vmlinux 0x052c9aed ktime_get_real_fast_ns +EXPORT_SYMBOL_GPL vmlinux 0x053d738a __SCK__tp_func_br_fdb_update +EXPORT_SYMBOL_GPL vmlinux 0x0540ab6f tty_perform_flush +EXPORT_SYMBOL_GPL vmlinux 0x054e550b kernel_halt +EXPORT_SYMBOL_GPL vmlinux 0x05610897 of_changeset_destroy +EXPORT_SYMBOL_GPL vmlinux 0x0566ebeb perf_pmu_unregister +EXPORT_SYMBOL_GPL vmlinux 0x056a53a7 dma_resv_get_singleton +EXPORT_SYMBOL_GPL vmlinux 0x05777850 irq_domain_disconnect_hierarchy +EXPORT_SYMBOL_GPL vmlinux 0x05883efb __traceiter_suspend_resume +EXPORT_SYMBOL_GPL vmlinux 0x058c6377 for_each_kernel_tracepoint +EXPORT_SYMBOL_GPL vmlinux 0x058f9366 apei_exec_collect_resources +EXPORT_SYMBOL_GPL vmlinux 0x0598c09d platform_device_add +EXPORT_SYMBOL_GPL vmlinux 0x059b6c50 mmc_switch +EXPORT_SYMBOL_GPL vmlinux 0x059d8913 blkg_conf_prep +EXPORT_SYMBOL_GPL vmlinux 0x05a30227 fib_rule_matchall +EXPORT_SYMBOL_GPL vmlinux 0x05a36048 devl_resource_occ_get_unregister +EXPORT_SYMBOL_GPL vmlinux 0x05be90d1 dev_queue_xmit_nit +EXPORT_SYMBOL_GPL vmlinux 0x05bf872a handle_untracked_irq +EXPORT_SYMBOL_GPL vmlinux 0x05db6467 validate_xmit_xfrm +EXPORT_SYMBOL_GPL vmlinux 0x05e86bb3 ipv6_recv_error +EXPORT_SYMBOL_GPL vmlinux 0x05eaaa6d blk_stat_disable_accounting +EXPORT_SYMBOL_GPL vmlinux 0x05ffbb52 device_find_child_by_name +EXPORT_SYMBOL_GPL vmlinux 0x06055a23 __tracepoint_pelt_se_tp +EXPORT_SYMBOL_GPL vmlinux 0x0605a566 ping_err +EXPORT_SYMBOL_GPL vmlinux 0x06060621 spi_target_abort +EXPORT_SYMBOL_GPL vmlinux 0x060b88ef vp_modern_generation +EXPORT_SYMBOL_GPL vmlinux 0x060be98b init_uts_ns +EXPORT_SYMBOL_GPL vmlinux 0x061336ae blocking_notifier_chain_register_unique_prio +EXPORT_SYMBOL_GPL vmlinux 0x06209f49 phy_lookup_setting +EXPORT_SYMBOL_GPL vmlinux 0x0625d2b1 usb_block_urb +EXPORT_SYMBOL_GPL vmlinux 0x0626da5f od_unregister_powersave_bias_handler +EXPORT_SYMBOL_GPL vmlinux 0x062b89c4 ghes_unregister_report_chain +EXPORT_SYMBOL_GPL vmlinux 0x062d191c rio_del_mport_pw_handler +EXPORT_SYMBOL_GPL vmlinux 0x063b3a2b serial8250_update_uartclk +EXPORT_SYMBOL_GPL vmlinux 0x063c4c52 led_blink_set +EXPORT_SYMBOL_GPL vmlinux 0x064db9a5 mark_mounts_for_expiry +EXPORT_SYMBOL_GPL vmlinux 0x066e8b3a mtk_clk_register_ref2usb_tx +EXPORT_SYMBOL_GPL vmlinux 0x067e84ff dummy_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0x068070f2 acpi_spi_device_alloc +EXPORT_SYMBOL_GPL vmlinux 0x0680f8a8 led_trigger_set_default +EXPORT_SYMBOL_GPL vmlinux 0x0694f21f fwnode_connection_find_matches +EXPORT_SYMBOL_GPL vmlinux 0x06954cf6 wm831x_bulk_read +EXPORT_SYMBOL_GPL vmlinux 0x06a11668 smpboot_register_percpu_thread +EXPORT_SYMBOL_GPL vmlinux 0x06b06e1b crypto_unregister_scomps +EXPORT_SYMBOL_GPL vmlinux 0x06b0a32b of_phy_put +EXPORT_SYMBOL_GPL vmlinux 0x06b69bc4 mddev_suspend +EXPORT_SYMBOL_GPL vmlinux 0x06b970a5 zynqmp_pm_ospi_mux_select +EXPORT_SYMBOL_GPL vmlinux 0x06b97e49 wakeup_sources_walk_start +EXPORT_SYMBOL_GPL vmlinux 0x06c233ed ata_sas_scsi_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x06cca30b ring_buffer_record_off +EXPORT_SYMBOL_GPL vmlinux 0x06d6d59d clk_hw_is_prepared +EXPORT_SYMBOL_GPL vmlinux 0x06e4433e sunxi_ccu_set_mmc_timing_mode +EXPORT_SYMBOL_GPL vmlinux 0x06f5e981 phy_gbit_all_ports_features +EXPORT_SYMBOL_GPL vmlinux 0x070f0ffe dprc_get_obj_count +EXPORT_SYMBOL_GPL vmlinux 0x071ba4a1 mtk_is_virt_gpio +EXPORT_SYMBOL_GPL vmlinux 0x071f8f87 spi_mem_driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0x0720e4f1 i2c_probe_func_quick_read +EXPORT_SYMBOL_GPL vmlinux 0x07242d92 put_dax +EXPORT_SYMBOL_GPL vmlinux 0x07260e0d class_interface_register +EXPORT_SYMBOL_GPL vmlinux 0x07349fb8 blkdev_zone_mgmt +EXPORT_SYMBOL_GPL vmlinux 0x073c2bc2 irq_domain_update_bus_token +EXPORT_SYMBOL_GPL vmlinux 0x07483e13 cn_del_callback +EXPORT_SYMBOL_GPL vmlinux 0x074f98db synth_event_add_field +EXPORT_SYMBOL_GPL vmlinux 0x0756a31c register_platform_power_off +EXPORT_SYMBOL_GPL vmlinux 0x075acb81 led_classdev_suspend +EXPORT_SYMBOL_GPL vmlinux 0x075c67b1 pci_test_config_bits +EXPORT_SYMBOL_GPL vmlinux 0x076356e7 sfp_may_have_phy +EXPORT_SYMBOL_GPL vmlinux 0x07772e5d kthread_cancel_work_sync +EXPORT_SYMBOL_GPL vmlinux 0x07789db5 icc_sync_state +EXPORT_SYMBOL_GPL vmlinux 0x077e5db9 sdio_retune_hold_now +EXPORT_SYMBOL_GPL vmlinux 0x077f8350 ata_msleep +EXPORT_SYMBOL_GPL vmlinux 0x077fbbc3 pci_find_vsec_capability +EXPORT_SYMBOL_GPL vmlinux 0x0786de60 xdp_do_redirect +EXPORT_SYMBOL_GPL vmlinux 0x078ca90d devm_gpiod_get_array +EXPORT_SYMBOL_GPL vmlinux 0x078ea290 devm_acpi_dma_controller_free +EXPORT_SYMBOL_GPL vmlinux 0x079cbd9d driver_remove_file +EXPORT_SYMBOL_GPL vmlinux 0x07b21f85 kdb_get_kbd_char +EXPORT_SYMBOL_GPL vmlinux 0x07b52e38 rtnl_unregister +EXPORT_SYMBOL_GPL vmlinux 0x07b8040e devm_clk_bulk_get_all +EXPORT_SYMBOL_GPL vmlinux 0x07be6905 net_inc_egress_queue +EXPORT_SYMBOL_GPL vmlinux 0x07c3e811 ata_scsi_slave_config +EXPORT_SYMBOL_GPL vmlinux 0x07c5f30b dw_pcie_own_conf_map_bus +EXPORT_SYMBOL_GPL vmlinux 0x07c66321 bus_remove_file +EXPORT_SYMBOL_GPL vmlinux 0x07f57bb2 call_srcu +EXPORT_SYMBOL_GPL vmlinux 0x07f6a56a device_set_wakeup_enable +EXPORT_SYMBOL_GPL vmlinux 0x080d1033 crypto_stats_rng_seed +EXPORT_SYMBOL_GPL vmlinux 0x080e9249 gnttab_pages_set_private +EXPORT_SYMBOL_GPL vmlinux 0x08122634 attribute_container_find_class_device +EXPORT_SYMBOL_GPL vmlinux 0x08135613 dax_write_cache +EXPORT_SYMBOL_GPL vmlinux 0x0818730c acpi_dev_suspend +EXPORT_SYMBOL_GPL vmlinux 0x08213956 phylink_ethtool_get_wol +EXPORT_SYMBOL_GPL vmlinux 0x082a6117 debugfs_file_put +EXPORT_SYMBOL_GPL vmlinux 0x0832f0dd kvm_vcpu_write_guest +EXPORT_SYMBOL_GPL vmlinux 0x0841a6e6 wm831x_auxadc_read_uv +EXPORT_SYMBOL_GPL vmlinux 0x0843d0b7 dm_get_md +EXPORT_SYMBOL_GPL vmlinux 0x084428ef skcipher_walk_complete +EXPORT_SYMBOL_GPL vmlinux 0x0853b130 virtqueue_get_used_addr +EXPORT_SYMBOL_GPL vmlinux 0x08576175 unregister_kretprobes +EXPORT_SYMBOL_GPL vmlinux 0x0858f615 rio_mport_write_config_8 +EXPORT_SYMBOL_GPL vmlinux 0x085f4594 debugfs_create_atomic_t +EXPORT_SYMBOL_GPL vmlinux 0x0866e607 pci_msi_unmask_irq +EXPORT_SYMBOL_GPL vmlinux 0x0876d74b ip6_route_lookup +EXPORT_SYMBOL_GPL vmlinux 0x0876fe2c get_net_ns_by_pid +EXPORT_SYMBOL_GPL vmlinux 0x087f5dc5 wm831x_of_match +EXPORT_SYMBOL_GPL vmlinux 0x0882695f blk_trace_remove +EXPORT_SYMBOL_GPL vmlinux 0x0888f079 __traceiter_pelt_se_tp +EXPORT_SYMBOL_GPL vmlinux 0x088d9d6b spi_sync_locked +EXPORT_SYMBOL_GPL vmlinux 0x088f47af sdio_get_host_pm_caps +EXPORT_SYMBOL_GPL vmlinux 0x089574d8 pwm_adjust_config +EXPORT_SYMBOL_GPL vmlinux 0x08a88a9f __SCK__tp_func_ata_tf_load +EXPORT_SYMBOL_GPL vmlinux 0x08bcc705 crypto_drop_spawn +EXPORT_SYMBOL_GPL vmlinux 0x08bff1d1 blk_queue_required_elevator_features +EXPORT_SYMBOL_GPL vmlinux 0x08c61932 devl_region_create +EXPORT_SYMBOL_GPL vmlinux 0x08c78cf7 offline_and_remove_memory +EXPORT_SYMBOL_GPL vmlinux 0x08cde2ec devm_thermal_of_cooling_device_register +EXPORT_SYMBOL_GPL vmlinux 0x08f62cfe fib_nh_common_release +EXPORT_SYMBOL_GPL vmlinux 0x08fcc540 is_virtio_device +EXPORT_SYMBOL_GPL vmlinux 0x0907d14d blocking_notifier_chain_register +EXPORT_SYMBOL_GPL vmlinux 0x09090557 gpiod_set_transitory +EXPORT_SYMBOL_GPL vmlinux 0x0909c767 cleanup_srcu_struct +EXPORT_SYMBOL_GPL vmlinux 0x091e99cd __rio_local_read_config_32 +EXPORT_SYMBOL_GPL vmlinux 0x091eb9b4 round_jiffies +EXPORT_SYMBOL_GPL vmlinux 0x09337cd0 __wake_up_locked_key +EXPORT_SYMBOL_GPL vmlinux 0x093786cf synth_event_add_field_str +EXPORT_SYMBOL_GPL vmlinux 0x0945f7ac msi_unlock_descs +EXPORT_SYMBOL_GPL vmlinux 0x0949d5f6 modify_user_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0x095842ee kvm_io_bus_write +EXPORT_SYMBOL_GPL vmlinux 0x09605394 edac_mc_add_mc_with_groups +EXPORT_SYMBOL_GPL vmlinux 0x096aba3a transport_class_unregister +EXPORT_SYMBOL_GPL vmlinux 0x0976822d sfp_get_module_eeprom_by_page +EXPORT_SYMBOL_GPL vmlinux 0x097fd6e4 attribute_container_classdev_to_container +EXPORT_SYMBOL_GPL vmlinux 0x099339ba bpf_map_inc_not_zero +EXPORT_SYMBOL_GPL vmlinux 0x0996c0c7 get_device +EXPORT_SYMBOL_GPL vmlinux 0x09a059d4 imx_unregister_hw_clocks +EXPORT_SYMBOL_GPL vmlinux 0x09b53e14 interval_tree_remove +EXPORT_SYMBOL_GPL vmlinux 0x09bd5794 vring_new_virtqueue +EXPORT_SYMBOL_GPL vmlinux 0x09bdb056 ata_port_abort +EXPORT_SYMBOL_GPL vmlinux 0x09c4eb3e fib_nexthop_info +EXPORT_SYMBOL_GPL vmlinux 0x09ee5f13 dev_pm_opp_remove_table +EXPORT_SYMBOL_GPL vmlinux 0x09ef2a11 kvm_write_guest_offset_cached +EXPORT_SYMBOL_GPL vmlinux 0x09f08428 __rt_mutex_init +EXPORT_SYMBOL_GPL vmlinux 0x0a00b690 scsi_nl_sock +EXPORT_SYMBOL_GPL vmlinux 0x0a02d57e cpufreq_cpu_put +EXPORT_SYMBOL_GPL vmlinux 0x0a2067e3 nf_queue_entry_get_refs +EXPORT_SYMBOL_GPL vmlinux 0x0a4402d5 blk_mq_quiesce_queue_nowait +EXPORT_SYMBOL_GPL vmlinux 0x0a463293 __tracepoint_error_report_end +EXPORT_SYMBOL_GPL vmlinux 0x0a492026 clk_hw_forward_rate_request +EXPORT_SYMBOL_GPL vmlinux 0x0a4b1096 devm_usb_get_phy_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0x0a52c511 hv_query_ext_cap +EXPORT_SYMBOL_GPL vmlinux 0x0a55918e kvm_vcpu_mark_page_dirty +EXPORT_SYMBOL_GPL vmlinux 0x0a5e7f7b fscrypt_ioctl_remove_key_all_users +EXPORT_SYMBOL_GPL vmlinux 0x0a5ef83b dev_pm_disable_wake_irq +EXPORT_SYMBOL_GPL vmlinux 0x0a7ceb30 __tracepoint_non_standard_event +EXPORT_SYMBOL_GPL vmlinux 0x0a80790b sysfs_update_group +EXPORT_SYMBOL_GPL vmlinux 0x0a8162a8 raw_v4_hashinfo +EXPORT_SYMBOL_GPL vmlinux 0x0a8572d4 debugfs_create_file_unsafe +EXPORT_SYMBOL_GPL vmlinux 0x0a8ac255 mtk_clk_register_plls +EXPORT_SYMBOL_GPL vmlinux 0x0a8ce756 kpp_register_instance +EXPORT_SYMBOL_GPL vmlinux 0x0a98885e sk_clone_lock +EXPORT_SYMBOL_GPL vmlinux 0x0ab6b1cb da903x_writes +EXPORT_SYMBOL_GPL vmlinux 0x0abc6be6 k3_ringacc_ring_is_full +EXPORT_SYMBOL_GPL vmlinux 0x0ac153e9 gpiod_get_from_of_node +EXPORT_SYMBOL_GPL vmlinux 0x0aca643a sk_psock_msg_verdict +EXPORT_SYMBOL_GPL vmlinux 0x0ae9c023 stmpe_reg_read +EXPORT_SYMBOL_GPL vmlinux 0x0b02da4c pci_epf_free_space +EXPORT_SYMBOL_GPL vmlinux 0x0b07abe2 unshare_fs_struct +EXPORT_SYMBOL_GPL vmlinux 0x0b0e0cd7 __traceiter_fib6_table_lookup +EXPORT_SYMBOL_GPL vmlinux 0x0b1bb9f9 synchronize_rcu_tasks +EXPORT_SYMBOL_GPL vmlinux 0x0b22f0e9 sk_set_memalloc +EXPORT_SYMBOL_GPL vmlinux 0x0b24fe28 __dev_forward_skb +EXPORT_SYMBOL_GPL vmlinux 0x0b2db2d5 remove_resource +EXPORT_SYMBOL_GPL vmlinux 0x0b37e657 phy_modify_changed +EXPORT_SYMBOL_GPL vmlinux 0x0b3a3ed7 zynqmp_pm_fpga_get_status +EXPORT_SYMBOL_GPL vmlinux 0x0b52e502 apei_resources_add +EXPORT_SYMBOL_GPL vmlinux 0x0b57633f phy_get +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 0x0b6c7014 fsl_mc_bus_dpdbg_type +EXPORT_SYMBOL_GPL vmlinux 0x0b754448 vga_default_device +EXPORT_SYMBOL_GPL vmlinux 0x0b7eb700 __trace_array_puts +EXPORT_SYMBOL_GPL vmlinux 0x0b8c8a23 static_key_fast_inc_not_disabled +EXPORT_SYMBOL_GPL vmlinux 0x0b9f0755 of_dma_controller_register +EXPORT_SYMBOL_GPL vmlinux 0x0bb028d4 hisi_clk_register_fixed_factor +EXPORT_SYMBOL_GPL vmlinux 0x0bb86470 sata_set_spd +EXPORT_SYMBOL_GPL vmlinux 0x0bbdc9b2 remove_memory +EXPORT_SYMBOL_GPL vmlinux 0x0bc9d58b synth_event_add_next_val +EXPORT_SYMBOL_GPL vmlinux 0x0bced3fe tty_ldisc_ref_wait +EXPORT_SYMBOL_GPL vmlinux 0x0bd065c1 led_trigger_event +EXPORT_SYMBOL_GPL vmlinux 0x0bd2d904 scsi_dh_set_params +EXPORT_SYMBOL_GPL vmlinux 0x0bde7290 kill_device +EXPORT_SYMBOL_GPL vmlinux 0x0beef292 gpiochip_add_data_with_key +EXPORT_SYMBOL_GPL vmlinux 0x0bf32478 __SCK__tp_func_pelt_rt_tp +EXPORT_SYMBOL_GPL vmlinux 0x0bf7741f phy_restore_page +EXPORT_SYMBOL_GPL vmlinux 0x0bfb238f crypto_register_aead +EXPORT_SYMBOL_GPL vmlinux 0x0c1a5ee3 log_post_read_mmio +EXPORT_SYMBOL_GPL vmlinux 0x0c25f5de sk_clear_memalloc +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 0x0c43064c clk_hw_unregister_composite +EXPORT_SYMBOL_GPL vmlinux 0x0c47d444 blk_queue_flag_test_and_set +EXPORT_SYMBOL_GPL vmlinux 0x0c504482 clkdev_hw_create +EXPORT_SYMBOL_GPL vmlinux 0x0c5f57f3 __traceiter_pelt_rt_tp +EXPORT_SYMBOL_GPL vmlinux 0x0c722762 acpi_subsys_poweroff +EXPORT_SYMBOL_GPL vmlinux 0x0c74de81 dst_cache_set_ip6 +EXPORT_SYMBOL_GPL vmlinux 0x0c7afc72 pm_genpd_remove +EXPORT_SYMBOL_GPL vmlinux 0x0c805ea3 pkcs7_parse_message +EXPORT_SYMBOL_GPL vmlinux 0x0c88c1c3 pci_vpd_find_id_string +EXPORT_SYMBOL_GPL vmlinux 0x0c8c76cf dev_pm_opp_find_bw_floor +EXPORT_SYMBOL_GPL vmlinux 0x0c8ebb09 regmap_bulk_write +EXPORT_SYMBOL_GPL vmlinux 0x0ca98ecc dev_pm_qos_update_request +EXPORT_SYMBOL_GPL vmlinux 0x0cbe3ee2 software_node_unregister +EXPORT_SYMBOL_GPL vmlinux 0x0cc4eb72 cpufreq_register_governor +EXPORT_SYMBOL_GPL vmlinux 0x0cc9d36c iommu_group_claim_dma_owner +EXPORT_SYMBOL_GPL vmlinux 0x0ccf5275 zynqmp_pm_pinctrl_get_config +EXPORT_SYMBOL_GPL vmlinux 0x0ce3dd73 bman_is_probed +EXPORT_SYMBOL_GPL vmlinux 0x0ce9f593 gpiochip_irqchip_irq_valid +EXPORT_SYMBOL_GPL vmlinux 0x0cf589ce pci_free_p2pmem +EXPORT_SYMBOL_GPL vmlinux 0x0cfa8fcd clk_hw_unregister_fixed_factor +EXPORT_SYMBOL_GPL vmlinux 0x0d0083b0 kthread_func +EXPORT_SYMBOL_GPL vmlinux 0x0d0542ac usb_alloc_coherent +EXPORT_SYMBOL_GPL vmlinux 0x0d0bc9d9 unregister_pernet_subsys +EXPORT_SYMBOL_GPL vmlinux 0x0d223c51 xhci_get_ep_ctx +EXPORT_SYMBOL_GPL vmlinux 0x0d3564c9 cpufreq_freq_attr_scaling_available_freqs +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 0x0d529686 of_reserved_mem_lookup +EXPORT_SYMBOL_GPL vmlinux 0x0d5cecc6 ima_measure_critical_data +EXPORT_SYMBOL_GPL vmlinux 0x0d65b527 ata_bmdma_qc_issue +EXPORT_SYMBOL_GPL vmlinux 0x0d6a49d4 tcp_memory_per_cpu_fw_alloc +EXPORT_SYMBOL_GPL vmlinux 0x0d6c9a9f fwnode_property_get_reference_args +EXPORT_SYMBOL_GPL vmlinux 0x0d75863b devm_gpiod_put_array +EXPORT_SYMBOL_GPL vmlinux 0x0d920770 mmc_cmdq_disable +EXPORT_SYMBOL_GPL vmlinux 0x0d9f37d8 sdio_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x0da5ddeb ip6_pol_route +EXPORT_SYMBOL_GPL vmlinux 0x0dcc93d2 usb_put_dev +EXPORT_SYMBOL_GPL vmlinux 0x0dcfdce2 ahci_platform_init_host +EXPORT_SYMBOL_GPL vmlinux 0x0dd617f3 dm_copy_name_and_uuid +EXPORT_SYMBOL_GPL vmlinux 0x0ddb1cd7 llist_reverse_order +EXPORT_SYMBOL_GPL vmlinux 0x0ddd7a7f tpm_transmit_cmd +EXPORT_SYMBOL_GPL vmlinux 0x0de16628 tps6586x_read +EXPORT_SYMBOL_GPL vmlinux 0x0de16ec7 fsnotify_find_mark +EXPORT_SYMBOL_GPL vmlinux 0x0e007edf xen_evtchn_nr_channels +EXPORT_SYMBOL_GPL vmlinux 0x0e06daee check_move_unevictable_folios +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 0x0e222d0e irq_domain_get_irq_data +EXPORT_SYMBOL_GPL vmlinux 0x0e2d72bc usb_enable_ltm +EXPORT_SYMBOL_GPL vmlinux 0x0e2f274c genphy_c45_read_mdix +EXPORT_SYMBOL_GPL vmlinux 0x0e3a74fb of_get_phy_mode +EXPORT_SYMBOL_GPL vmlinux 0x0e3db18c pm_genpd_init +EXPORT_SYMBOL_GPL vmlinux 0x0e42d22a bdev_nr_zones +EXPORT_SYMBOL_GPL vmlinux 0x0e47d58f netdev_sw_irq_coalesce_default_on +EXPORT_SYMBOL_GPL vmlinux 0x0e48d73d exportfs_encode_inode_fh +EXPORT_SYMBOL_GPL vmlinux 0x0e4c7dd2 usb_reset_configuration +EXPORT_SYMBOL_GPL vmlinux 0x0e5cc9d7 xdp_unreg_mem_model +EXPORT_SYMBOL_GPL vmlinux 0x0e643490 xhci_suspend +EXPORT_SYMBOL_GPL vmlinux 0x0e6b79af static_key_disable_cpuslocked +EXPORT_SYMBOL_GPL vmlinux 0x0e6fd0f1 gpiod_enable_hw_timestamp_ns +EXPORT_SYMBOL_GPL vmlinux 0x0e7369c0 em_dev_unregister_perf_domain +EXPORT_SYMBOL_GPL vmlinux 0x0e81cb4c ping_close +EXPORT_SYMBOL_GPL vmlinux 0x0ea5cbce xen_irq_lateeoi +EXPORT_SYMBOL_GPL vmlinux 0x0ebb03a4 devlink_trap_groups_unregister +EXPORT_SYMBOL_GPL vmlinux 0x0ec096b0 hv_read_reference_counter +EXPORT_SYMBOL_GPL vmlinux 0x0ec5a8d1 regmap_multi_reg_write_bypassed +EXPORT_SYMBOL_GPL vmlinux 0x0ecfea88 btf_type_by_id +EXPORT_SYMBOL_GPL vmlinux 0x0ed67056 imx_pinctrl_pm_ops +EXPORT_SYMBOL_GPL vmlinux 0x0ef10d76 acpi_is_pnp_device +EXPORT_SYMBOL_GPL vmlinux 0x0ef52392 kvm_arch_ptp_get_crosststamp +EXPORT_SYMBOL_GPL vmlinux 0x0f180070 ring_buffer_free_read_page +EXPORT_SYMBOL_GPL vmlinux 0x0f201d71 strp_check_rcv +EXPORT_SYMBOL_GPL vmlinux 0x0f250db4 screen_glyph +EXPORT_SYMBOL_GPL vmlinux 0x0f29f655 irq_domain_create_sim +EXPORT_SYMBOL_GPL vmlinux 0x0f37f190 pci_hp_add +EXPORT_SYMBOL_GPL vmlinux 0x0f517e34 rockchip_pcie_deinit_phys +EXPORT_SYMBOL_GPL vmlinux 0x0f5cac34 xenbus_dev_suspend +EXPORT_SYMBOL_GPL vmlinux 0x0f623bc2 phy_pm_runtime_forbid +EXPORT_SYMBOL_GPL vmlinux 0x0f6823eb gfn_to_hva +EXPORT_SYMBOL_GPL vmlinux 0x0f72ada1 acpi_dev_resource_io +EXPORT_SYMBOL_GPL vmlinux 0x0f7ca236 dmi_memdev_name +EXPORT_SYMBOL_GPL vmlinux 0x0f7ea7b2 sata_pmp_error_handler +EXPORT_SYMBOL_GPL vmlinux 0x0f824424 pinctrl_remove_gpio_range +EXPORT_SYMBOL_GPL vmlinux 0x0f824c25 rio_mport_send_doorbell +EXPORT_SYMBOL_GPL vmlinux 0x0f86cfd4 irq_generic_chip_ops +EXPORT_SYMBOL_GPL vmlinux 0x0f90f10d kvm_vcpu_wake_up +EXPORT_SYMBOL_GPL vmlinux 0x0f9917ac ata_sff_pause +EXPORT_SYMBOL_GPL vmlinux 0x0fa598b1 regcache_sync +EXPORT_SYMBOL_GPL vmlinux 0x0fa6ae34 nvmem_cell_get +EXPORT_SYMBOL_GPL vmlinux 0x0faa2c9a __tracepoint_ata_bmdma_setup +EXPORT_SYMBOL_GPL vmlinux 0x0fbb7344 memremap_compat_align +EXPORT_SYMBOL_GPL vmlinux 0x0fbc0c0e xas_pause +EXPORT_SYMBOL_GPL vmlinux 0x0fd4610e kmem_dump_obj +EXPORT_SYMBOL_GPL vmlinux 0x0fda70fa sata_async_notification +EXPORT_SYMBOL_GPL vmlinux 0x0fdb9d2d of_usb_update_otg_caps +EXPORT_SYMBOL_GPL vmlinux 0x0feb475c acpi_dev_get_property +EXPORT_SYMBOL_GPL vmlinux 0x0ff0d2ae security_file_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x1003dfed gpiod_set_raw_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x10091b7b sbitmap_add_wait_queue +EXPORT_SYMBOL_GPL vmlinux 0x100af434 mtk_register_reset_controller_with_dev +EXPORT_SYMBOL_GPL vmlinux 0x10138352 tracing_on +EXPORT_SYMBOL_GPL vmlinux 0x101aea0a devm_memunmap_pages +EXPORT_SYMBOL_GPL vmlinux 0x101c6727 pci_status_get_and_clear_errors +EXPORT_SYMBOL_GPL vmlinux 0x10269266 power_supply_get_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x102a6488 ipv6_bpf_stub +EXPORT_SYMBOL_GPL vmlinux 0x10325f4d skb_send_sock_locked +EXPORT_SYMBOL_GPL vmlinux 0x103675a0 mtk_pinconf_drive_get +EXPORT_SYMBOL_GPL vmlinux 0x10481095 edac_mc_find_csrow_by_page +EXPORT_SYMBOL_GPL vmlinux 0x104bf320 blk_trace_setup +EXPORT_SYMBOL_GPL vmlinux 0x104eec0b sk_psock_init +EXPORT_SYMBOL_GPL vmlinux 0x1050d048 gpiochip_get_desc +EXPORT_SYMBOL_GPL vmlinux 0x105634dd hwmon_device_register_with_groups +EXPORT_SYMBOL_GPL vmlinux 0x1063af6c serial8250_init_port +EXPORT_SYMBOL_GPL vmlinux 0x106ded0d usb_intf_get_dma_device +EXPORT_SYMBOL_GPL vmlinux 0x1071d377 driver_attach +EXPORT_SYMBOL_GPL vmlinux 0x1082775b blk_crypto_intersect_capabilities +EXPORT_SYMBOL_GPL vmlinux 0x10875331 phylink_mii_c22_pcs_get_state +EXPORT_SYMBOL_GPL vmlinux 0x108a0acd bstr_printf +EXPORT_SYMBOL_GPL vmlinux 0x109974d2 ata_dev_disable +EXPORT_SYMBOL_GPL vmlinux 0x10a16482 devlink_dpipe_match_put +EXPORT_SYMBOL_GPL vmlinux 0x10b48dc1 __traceiter_detach_device_from_domain +EXPORT_SYMBOL_GPL vmlinux 0x10b89330 crypto_has_shash +EXPORT_SYMBOL_GPL vmlinux 0x10c649af acpi_get_first_physical_node +EXPORT_SYMBOL_GPL vmlinux 0x10d9f317 stack_depot_init +EXPORT_SYMBOL_GPL vmlinux 0x10ecc52c usb_amd_quirk_pll_enable +EXPORT_SYMBOL_GPL vmlinux 0x10f254cb i2c_recover_bus +EXPORT_SYMBOL_GPL vmlinux 0x10f43c88 __traceiter_sched_overutilized_tp +EXPORT_SYMBOL_GPL vmlinux 0x110106c1 cper_severity_to_aer +EXPORT_SYMBOL_GPL vmlinux 0x11035fc7 do_xdp_generic +EXPORT_SYMBOL_GPL vmlinux 0x11285544 device_add +EXPORT_SYMBOL_GPL vmlinux 0x11308c8e gpiod_set_raw_array_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x11427bfb usb_wakeup_notification +EXPORT_SYMBOL_GPL vmlinux 0x11499379 dev_get_tstats64 +EXPORT_SYMBOL_GPL vmlinux 0x114c17b2 i2c_slave_unregister +EXPORT_SYMBOL_GPL vmlinux 0x114c6da0 __blk_trace_note_message +EXPORT_SYMBOL_GPL vmlinux 0x115464d6 perf_tp_event +EXPORT_SYMBOL_GPL vmlinux 0x116b620c scsi_mode_select +EXPORT_SYMBOL_GPL vmlinux 0x117cf785 rio_mport_get_physefb +EXPORT_SYMBOL_GPL vmlinux 0x1180335d i2c_new_smbus_alert_device +EXPORT_SYMBOL_GPL vmlinux 0x119110d7 device_store_bool +EXPORT_SYMBOL_GPL vmlinux 0x11933090 device_link_remove +EXPORT_SYMBOL_GPL vmlinux 0x11b3c24e platform_device_alloc +EXPORT_SYMBOL_GPL vmlinux 0x11b663be crypto_larval_alloc +EXPORT_SYMBOL_GPL vmlinux 0x11c77c63 vp_legacy_probe +EXPORT_SYMBOL_GPL vmlinux 0x11c8445f ata_pci_sff_activate_host +EXPORT_SYMBOL_GPL vmlinux 0x11cccc3f cgroup_path_ns +EXPORT_SYMBOL_GPL vmlinux 0x11d52ab5 regulator_bulk_disable +EXPORT_SYMBOL_GPL vmlinux 0x11d8265c devm_gpiod_get_from_of_node +EXPORT_SYMBOL_GPL vmlinux 0x11dbada8 relay_switch_subbuf +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 0x11e10cec devm_devfreq_event_add_edev +EXPORT_SYMBOL_GPL vmlinux 0x11e3832c onboard_hub_create_pdevs +EXPORT_SYMBOL_GPL vmlinux 0x11e9a85c uprobe_register_refctr +EXPORT_SYMBOL_GPL vmlinux 0x11ef12c7 extcon_register_notifier_all +EXPORT_SYMBOL_GPL vmlinux 0x12056e53 mas_store_gfp +EXPORT_SYMBOL_GPL vmlinux 0x12078ca7 kvm_vcpu_read_guest_page +EXPORT_SYMBOL_GPL vmlinux 0x12135396 phylink_mac_change +EXPORT_SYMBOL_GPL vmlinux 0x121d958a unregister_die_notifier +EXPORT_SYMBOL_GPL vmlinux 0x122a3348 serial8250_do_startup +EXPORT_SYMBOL_GPL vmlinux 0x1234e483 get_cpu_iowait_time_us +EXPORT_SYMBOL_GPL vmlinux 0x1234ffa1 cper_estatus_check_header +EXPORT_SYMBOL_GPL vmlinux 0x1235d539 skcipher_alloc_instance_simple +EXPORT_SYMBOL_GPL vmlinux 0x1240500b fsl_mc_bus_dpdcei_type +EXPORT_SYMBOL_GPL vmlinux 0x12454ca3 pci_p2pdma_distance_many +EXPORT_SYMBOL_GPL vmlinux 0x124c9318 i2c_dw_configure_master +EXPORT_SYMBOL_GPL vmlinux 0x124e75b2 devm_usb_get_phy +EXPORT_SYMBOL_GPL vmlinux 0x12537dae __tracepoint_napi_poll +EXPORT_SYMBOL_GPL vmlinux 0x1259865d usb_enable_intel_xhci_ports +EXPORT_SYMBOL_GPL vmlinux 0x1297dc2c metadata_dst_alloc_percpu +EXPORT_SYMBOL_GPL vmlinux 0x1299171e hwspin_lock_request_specific +EXPORT_SYMBOL_GPL vmlinux 0x129bc976 i2c_acpi_client_count +EXPORT_SYMBOL_GPL vmlinux 0x12a61854 of_get_required_opp_performance_state +EXPORT_SYMBOL_GPL vmlinux 0x12b9ce56 perf_event_pause +EXPORT_SYMBOL_GPL vmlinux 0x12dacbe9 devm_regulator_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x12ee1173 memory_group_unregister +EXPORT_SYMBOL_GPL vmlinux 0x12f9458e mtk_clk_simple_remove +EXPORT_SYMBOL_GPL vmlinux 0x13090724 add_vmfork_randomness +EXPORT_SYMBOL_GPL vmlinux 0x130a1d0f devlink_params_register +EXPORT_SYMBOL_GPL vmlinux 0x130d8ead fb_deferred_io_open +EXPORT_SYMBOL_GPL vmlinux 0x1311c145 trace_event_raw_init +EXPORT_SYMBOL_GPL vmlinux 0x131a5ed7 regmap_del_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0x131db64a system_long_wq +EXPORT_SYMBOL_GPL vmlinux 0x132bf6e0 crypto_stats_rng_generate +EXPORT_SYMBOL_GPL vmlinux 0x13387804 sdio_readw +EXPORT_SYMBOL_GPL vmlinux 0x133969d7 __trace_printk +EXPORT_SYMBOL_GPL vmlinux 0x13402c8a subsys_interface_unregister +EXPORT_SYMBOL_GPL vmlinux 0x1341c144 fscrypt_prepare_symlink +EXPORT_SYMBOL_GPL vmlinux 0x134924ba bgpio_init +EXPORT_SYMBOL_GPL vmlinux 0x134edf73 ahci_platform_enable_regulators +EXPORT_SYMBOL_GPL vmlinux 0x136209db power_supply_reg_notifier +EXPORT_SYMBOL_GPL vmlinux 0x13640660 get_cached_msi_msg +EXPORT_SYMBOL_GPL vmlinux 0x136aaf50 tpm2_probe +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 0x13bc122a dt_init_idle_driver +EXPORT_SYMBOL_GPL vmlinux 0x13c3d5ae debugfs_lookup +EXPORT_SYMBOL_GPL vmlinux 0x13ce87e8 asn1_ber_decoder +EXPORT_SYMBOL_GPL vmlinux 0x13d4dc62 devm_regulator_get +EXPORT_SYMBOL_GPL vmlinux 0x13d62403 __traceiter_br_fdb_add +EXPORT_SYMBOL_GPL vmlinux 0x13daaa23 __iptunnel_pull_header +EXPORT_SYMBOL_GPL vmlinux 0x13db1eb8 k3_udma_glue_rx_cppi5_to_dma_addr +EXPORT_SYMBOL_GPL vmlinux 0x13db3767 skb_zerocopy +EXPORT_SYMBOL_GPL vmlinux 0x13e4c676 ahci_platform_resume +EXPORT_SYMBOL_GPL vmlinux 0x13eb0b35 dprc_get_obj_region +EXPORT_SYMBOL_GPL vmlinux 0x13ed8784 sdev_evt_alloc +EXPORT_SYMBOL_GPL vmlinux 0x13ef31ad pm_clk_remove +EXPORT_SYMBOL_GPL vmlinux 0x13f2ec36 debugfs_create_x64 +EXPORT_SYMBOL_GPL vmlinux 0x13fab921 cpuidle_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0x140135f4 dw_pcie_find_ext_capability +EXPORT_SYMBOL_GPL vmlinux 0x1403ad09 cpufreq_add_update_util_hook +EXPORT_SYMBOL_GPL vmlinux 0x14173815 nf_queue_nf_hook_drop +EXPORT_SYMBOL_GPL vmlinux 0x141f38bf ktime_get_raw_fast_ns +EXPORT_SYMBOL_GPL vmlinux 0x1429bc17 mmu_interval_read_begin +EXPORT_SYMBOL_GPL vmlinux 0x142bf6c3 crypto_aead_decrypt +EXPORT_SYMBOL_GPL vmlinux 0x14315e17 xdp_rxq_info_reg_mem_model +EXPORT_SYMBOL_GPL vmlinux 0x1431efe0 class_unregister +EXPORT_SYMBOL_GPL vmlinux 0x1439986d blk_crypto_update_capabilities +EXPORT_SYMBOL_GPL vmlinux 0x143cad66 acpi_subsys_suspend +EXPORT_SYMBOL_GPL vmlinux 0x144b59c6 phy_init +EXPORT_SYMBOL_GPL vmlinux 0x14517929 irq_alloc_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0x1456762b k3_ringacc_ring_get_free +EXPORT_SYMBOL_GPL vmlinux 0x1457c51a clk_hw_register +EXPORT_SYMBOL_GPL vmlinux 0x14592b46 fuse_request_end +EXPORT_SYMBOL_GPL vmlinux 0x146626a0 mas_find_rev +EXPORT_SYMBOL_GPL vmlinux 0x146cc88f bpf_master_redirect_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0x1471d705 of_genpd_remove_subdomain +EXPORT_SYMBOL_GPL vmlinux 0x147260dd ahci_platform_get_resources +EXPORT_SYMBOL_GPL vmlinux 0x148d6445 param_ops_bool_enable_only +EXPORT_SYMBOL_GPL vmlinux 0x148fd794 enable_kprobe +EXPORT_SYMBOL_GPL vmlinux 0x148fe284 imx_get_clk_hw_by_name +EXPORT_SYMBOL_GPL vmlinux 0x1499bb4b pci_restore_msi_state +EXPORT_SYMBOL_GPL vmlinux 0x14a6ef46 __audit_inode_child +EXPORT_SYMBOL_GPL vmlinux 0x14aebd58 fwnode_get_next_parent +EXPORT_SYMBOL_GPL vmlinux 0x14be7aa5 pinctrl_find_and_add_gpio_range +EXPORT_SYMBOL_GPL vmlinux 0x14c06850 clk_hw_register_gate2 +EXPORT_SYMBOL_GPL vmlinux 0x14e023a9 fsverity_ioctl_measure +EXPORT_SYMBOL_GPL vmlinux 0x14eb45c3 governor_sysfs_ops +EXPORT_SYMBOL_GPL vmlinux 0x14ec4fdb evtchn_put +EXPORT_SYMBOL_GPL vmlinux 0x15021b4a xa_delete_node +EXPORT_SYMBOL_GPL vmlinux 0x151b5d5c iopf_queue_flush_dev +EXPORT_SYMBOL_GPL vmlinux 0x151fd807 ipv6_find_tlv +EXPORT_SYMBOL_GPL vmlinux 0x15279373 dev_pm_opp_find_level_ceil +EXPORT_SYMBOL_GPL vmlinux 0x15284872 mptcp_pm_get_add_addr_signal_max +EXPORT_SYMBOL_GPL vmlinux 0x153b60a6 klist_del +EXPORT_SYMBOL_GPL vmlinux 0x15510a89 devlink_fmsg_binary_put +EXPORT_SYMBOL_GPL vmlinux 0x157fdad0 bpf_prog_put +EXPORT_SYMBOL_GPL vmlinux 0x15814b00 subsys_virtual_register +EXPORT_SYMBOL_GPL vmlinux 0x15886f48 hte_disable_ts +EXPORT_SYMBOL_GPL vmlinux 0x1592e0e7 crypto_register_kpp +EXPORT_SYMBOL_GPL vmlinux 0x159ca86b of_clk_src_simple_get +EXPORT_SYMBOL_GPL vmlinux 0x159d5a81 devlink_resource_occ_get_register +EXPORT_SYMBOL_GPL vmlinux 0x15a51e23 inet_bhash2_reset_saddr +EXPORT_SYMBOL_GPL vmlinux 0x15a74fee pinctrl_lookup_state +EXPORT_SYMBOL_GPL vmlinux 0x15ade1cc filter_irq_stacks +EXPORT_SYMBOL_GPL vmlinux 0x15b79966 xfrm_audit_state_add +EXPORT_SYMBOL_GPL vmlinux 0x15bd7435 psi_memstall_leave +EXPORT_SYMBOL_GPL vmlinux 0x15c4e3e2 phylink_ethtool_set_pauseparam +EXPORT_SYMBOL_GPL vmlinux 0x15c60a71 __tracepoint_pelt_dl_tp +EXPORT_SYMBOL_GPL vmlinux 0x15d99bbe meson_aoclkc_probe +EXPORT_SYMBOL_GPL vmlinux 0x15ea2648 hwpoison_filter_flags_mask +EXPORT_SYMBOL_GPL vmlinux 0x15f332a5 fat_detach +EXPORT_SYMBOL_GPL vmlinux 0x160c1009 dm_device_name +EXPORT_SYMBOL_GPL vmlinux 0x1611df9c iommu_device_sysfs_add +EXPORT_SYMBOL_GPL vmlinux 0x161d08da extcon_get_state +EXPORT_SYMBOL_GPL vmlinux 0x16269d2e __fscrypt_prepare_lookup +EXPORT_SYMBOL_GPL vmlinux 0x16348481 ahci_pmp_retry_srst_ops +EXPORT_SYMBOL_GPL vmlinux 0x16422a6e xdp_reg_mem_model +EXPORT_SYMBOL_GPL vmlinux 0x16454a49 usb_reset_device +EXPORT_SYMBOL_GPL vmlinux 0x16516798 osc_pc_lpi_support_confirmed +EXPORT_SYMBOL_GPL vmlinux 0x165bd7bc devres_get +EXPORT_SYMBOL_GPL vmlinux 0x1663390b blkcg_root_css +EXPORT_SYMBOL_GPL vmlinux 0x167d7113 acpi_bus_register_early_device +EXPORT_SYMBOL_GPL vmlinux 0x1680d692 ata_link_abort +EXPORT_SYMBOL_GPL vmlinux 0x1687ec20 tty_get_frame_size +EXPORT_SYMBOL_GPL vmlinux 0x1690b503 usb_role_switch_get_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x169ee030 sysfs_create_group +EXPORT_SYMBOL_GPL vmlinux 0x16a1941a i2c_new_scanned_device +EXPORT_SYMBOL_GPL vmlinux 0x16a41494 xenbus_dev_resume +EXPORT_SYMBOL_GPL vmlinux 0x16c36a64 transport_setup_device +EXPORT_SYMBOL_GPL vmlinux 0x16ca1a8a phylink_suspend +EXPORT_SYMBOL_GPL vmlinux 0x16d3cc9e pci_hp_del +EXPORT_SYMBOL_GPL vmlinux 0x16da1f88 devlink_fmsg_u32_put +EXPORT_SYMBOL_GPL vmlinux 0x16dfbf36 add_interrupt_randomness +EXPORT_SYMBOL_GPL vmlinux 0x16e8c54e platform_device_put +EXPORT_SYMBOL_GPL vmlinux 0x16e9beef device_show_ulong +EXPORT_SYMBOL_GPL vmlinux 0x16ed9bc9 of_dma_simple_xlate +EXPORT_SYMBOL_GPL vmlinux 0x16f15139 bind_evtchn_to_irq +EXPORT_SYMBOL_GPL vmlinux 0x16fac223 ata_bmdma_stop +EXPORT_SYMBOL_GPL vmlinux 0x17067021 __devm_spi_alloc_controller +EXPORT_SYMBOL_GPL vmlinux 0x170cc36c put_timespec64 +EXPORT_SYMBOL_GPL vmlinux 0x171130fc clean_acked_data_enable +EXPORT_SYMBOL_GPL vmlinux 0x171c7810 __root_device_register +EXPORT_SYMBOL_GPL vmlinux 0x1726d977 ahci_platform_enable_resources +EXPORT_SYMBOL_GPL vmlinux 0x1729ac62 device_property_match_string +EXPORT_SYMBOL_GPL vmlinux 0x17309d85 auxiliary_find_device +EXPORT_SYMBOL_GPL vmlinux 0x17375137 gpiod_get_index_optional +EXPORT_SYMBOL_GPL vmlinux 0x173f3cf8 register_trace_event +EXPORT_SYMBOL_GPL vmlinux 0x1741ddee trace_seq_puts +EXPORT_SYMBOL_GPL vmlinux 0x1743b2db trace_event_buffer_reserve +EXPORT_SYMBOL_GPL vmlinux 0x174c6274 ring_buffer_time_stamp +EXPORT_SYMBOL_GPL vmlinux 0x174e6c46 inet_ehash_locks_alloc +EXPORT_SYMBOL_GPL vmlinux 0x175658a2 imx_pinctrl_sc_ipc_init +EXPORT_SYMBOL_GPL vmlinux 0x17591ecd zynqmp_pm_write_ggs +EXPORT_SYMBOL_GPL vmlinux 0x175af92d virtqueue_add_outbuf +EXPORT_SYMBOL_GPL vmlinux 0x176031a7 devlink_fmsg_string_put +EXPORT_SYMBOL_GPL vmlinux 0x17614bf3 apei_resources_sub +EXPORT_SYMBOL_GPL vmlinux 0x1779456d unix_inq_len +EXPORT_SYMBOL_GPL vmlinux 0x177c338d twl_get_version +EXPORT_SYMBOL_GPL vmlinux 0x1786fd3e mdiobus_modify_changed +EXPORT_SYMBOL_GPL vmlinux 0x179d75e9 regmap_fields_update_bits_base +EXPORT_SYMBOL_GPL vmlinux 0x17c4f9cb xenbus_dev_fatal +EXPORT_SYMBOL_GPL vmlinux 0x17d80f54 crypto_mod_get +EXPORT_SYMBOL_GPL vmlinux 0x17da9320 dm_noflush_suspending +EXPORT_SYMBOL_GPL vmlinux 0x17e01f11 erst_clear +EXPORT_SYMBOL_GPL vmlinux 0x17ef54dd pci_create_slot +EXPORT_SYMBOL_GPL vmlinux 0x18008c59 ring_buffer_resize +EXPORT_SYMBOL_GPL vmlinux 0x18017307 led_trigger_unregister_simple +EXPORT_SYMBOL_GPL vmlinux 0x181b0172 ata_pci_sff_prepare_host +EXPORT_SYMBOL_GPL vmlinux 0x182d6002 tty_buffer_unlock_exclusive +EXPORT_SYMBOL_GPL vmlinux 0x182e2f09 cn_netlink_send_mult +EXPORT_SYMBOL_GPL vmlinux 0x18428692 __cookie_v6_init_sequence +EXPORT_SYMBOL_GPL vmlinux 0x184f0817 of_usb_get_dr_mode_by_phy +EXPORT_SYMBOL_GPL vmlinux 0x18615d35 efivar_supports_writes +EXPORT_SYMBOL_GPL vmlinux 0x18715353 k3_udma_glue_push_tx_chn +EXPORT_SYMBOL_GPL vmlinux 0x187c19d3 switchdev_handle_port_obj_del +EXPORT_SYMBOL_GPL vmlinux 0x187cad03 devm_mipi_dsi_attach +EXPORT_SYMBOL_GPL vmlinux 0x18821399 kthread_flush_work +EXPORT_SYMBOL_GPL vmlinux 0x188bce78 validate_xmit_skb_list +EXPORT_SYMBOL_GPL vmlinux 0x1891bc29 devm_hwmon_sanitize_name +EXPORT_SYMBOL_GPL vmlinux 0x18acf838 spi_bus_lock +EXPORT_SYMBOL_GPL vmlinux 0x18bb24ad fscrypt_set_context +EXPORT_SYMBOL_GPL vmlinux 0x18c726ad switchdev_handle_port_obj_add +EXPORT_SYMBOL_GPL vmlinux 0x18d1be52 __traceiter_rwmmio_post_write +EXPORT_SYMBOL_GPL vmlinux 0x18d76652 nvdimm_delete +EXPORT_SYMBOL_GPL vmlinux 0x18d78363 sdio_writesb +EXPORT_SYMBOL_GPL vmlinux 0x18da61ea tpm2_flush_context +EXPORT_SYMBOL_GPL vmlinux 0x18de8312 sock_gen_put +EXPORT_SYMBOL_GPL vmlinux 0x18e2232e regulator_set_voltage_time +EXPORT_SYMBOL_GPL vmlinux 0x18e2f9c4 fsnotify_put_group +EXPORT_SYMBOL_GPL vmlinux 0x18e4f8aa swphy_read_reg +EXPORT_SYMBOL_GPL vmlinux 0x18e8c440 arch_freq_scale +EXPORT_SYMBOL_GPL vmlinux 0x18eb8de0 tpm_chip_register +EXPORT_SYMBOL_GPL vmlinux 0x18f10f38 k3_udma_glue_enable_rx_chn +EXPORT_SYMBOL_GPL vmlinux 0x18fb2caf cpus_read_unlock +EXPORT_SYMBOL_GPL vmlinux 0x190fff2c __blkg_prfill_u64 +EXPORT_SYMBOL_GPL vmlinux 0x19125300 sysfs_update_groups +EXPORT_SYMBOL_GPL vmlinux 0x19204c04 rio_attach_device +EXPORT_SYMBOL_GPL vmlinux 0x1926028c zynqmp_pm_reset_assert +EXPORT_SYMBOL_GPL vmlinux 0x192f2d87 of_pci_address_to_resource +EXPORT_SYMBOL_GPL vmlinux 0x193895d0 bio_associate_blkg_from_css +EXPORT_SYMBOL_GPL vmlinux 0x194817a8 crypto_shash_final +EXPORT_SYMBOL_GPL vmlinux 0x196c900d irq_find_matching_fwspec +EXPORT_SYMBOL_GPL vmlinux 0x1972d543 usb_sg_wait +EXPORT_SYMBOL_GPL vmlinux 0x19767f0d ethnl_cable_test_result +EXPORT_SYMBOL_GPL vmlinux 0x19774f8d tty_buffer_lock_exclusive +EXPORT_SYMBOL_GPL vmlinux 0x19821689 __tracepoint_fdb_delete +EXPORT_SYMBOL_GPL vmlinux 0x198540b1 pcie_aspm_enabled +EXPORT_SYMBOL_GPL vmlinux 0x19940d17 rockchip_clk_register_plls +EXPORT_SYMBOL_GPL vmlinux 0x199d2f5d serial8250_do_set_mctrl +EXPORT_SYMBOL_GPL vmlinux 0x199fecc1 pinconf_generic_dt_free_map +EXPORT_SYMBOL_GPL vmlinux 0x19a304ba usb_disabled +EXPORT_SYMBOL_GPL vmlinux 0x19adda9f bpf_preload_ops +EXPORT_SYMBOL_GPL vmlinux 0x19bf0850 crypto_unregister_kpp +EXPORT_SYMBOL_GPL vmlinux 0x19c1752b devm_phy_optional_get +EXPORT_SYMBOL_GPL vmlinux 0x19c20269 soc_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x19c2ae35 switchdev_handle_fdb_event_to_device +EXPORT_SYMBOL_GPL vmlinux 0x19c42957 blk_op_str +EXPORT_SYMBOL_GPL vmlinux 0x19d06bcc k3_udma_glue_rx_flow_init +EXPORT_SYMBOL_GPL vmlinux 0x19de8574 virtqueue_disable_cb +EXPORT_SYMBOL_GPL vmlinux 0x19e81304 btree_alloc +EXPORT_SYMBOL_GPL vmlinux 0x19ebf04e __tracepoint_rwmmio_post_read +EXPORT_SYMBOL_GPL vmlinux 0x19edd064 blkg_rwstat_exit +EXPORT_SYMBOL_GPL vmlinux 0x19f33626 nf_ctnetlink_has_listener +EXPORT_SYMBOL_GPL vmlinux 0x1a02a213 pm_generic_resume +EXPORT_SYMBOL_GPL vmlinux 0x1a10c32b crypto_ft_tab +EXPORT_SYMBOL_GPL vmlinux 0x1a146ec3 usb_ep_type_string +EXPORT_SYMBOL_GPL vmlinux 0x1a151377 xenbus_unmap_ring_vfree +EXPORT_SYMBOL_GPL vmlinux 0x1a2cc286 scmi_protocol_unregister +EXPORT_SYMBOL_GPL vmlinux 0x1a4d1af5 power_supply_external_power_changed +EXPORT_SYMBOL_GPL vmlinux 0x1a528106 of_changeset_action +EXPORT_SYMBOL_GPL vmlinux 0x1a638ffc devm_i2c_new_dummy_device +EXPORT_SYMBOL_GPL vmlinux 0x1a66d82a spi_mem_poll_status +EXPORT_SYMBOL_GPL vmlinux 0x1a6912f7 iommu_map_sg +EXPORT_SYMBOL_GPL vmlinux 0x1a6bf28f fsnotify_get_cookie +EXPORT_SYMBOL_GPL vmlinux 0x1a73f746 dev_pm_opp_get_power +EXPORT_SYMBOL_GPL vmlinux 0x1a7dd531 pci_sriov_set_totalvfs +EXPORT_SYMBOL_GPL vmlinux 0x1a814674 ip6_push_pending_frames +EXPORT_SYMBOL_GPL vmlinux 0x1a82368d ZSTD_customCalloc +EXPORT_SYMBOL_GPL vmlinux 0x1a8511e4 usb_hcd_is_primary_hcd +EXPORT_SYMBOL_GPL vmlinux 0x1a876574 __tracepoint_attach_device_to_domain +EXPORT_SYMBOL_GPL vmlinux 0x1a98b702 devm_regulator_register_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0x1aa250ef devm_regulator_register +EXPORT_SYMBOL_GPL vmlinux 0x1ab33eea xfrm_audit_policy_delete +EXPORT_SYMBOL_GPL vmlinux 0x1ac46141 serial8250_rpm_put_tx +EXPORT_SYMBOL_GPL vmlinux 0x1acd18c8 cpuset_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0x1ae0d958 gpiod_export_link +EXPORT_SYMBOL_GPL vmlinux 0x1af267f8 int_pow +EXPORT_SYMBOL_GPL vmlinux 0x1b019440 user_describe +EXPORT_SYMBOL_GPL vmlinux 0x1b032bcc regulator_disable_deferred +EXPORT_SYMBOL_GPL vmlinux 0x1b0602c1 cond_synchronize_rcu_full +EXPORT_SYMBOL_GPL vmlinux 0x1b183b16 vcap_del_rules +EXPORT_SYMBOL_GPL vmlinux 0x1b209879 sk_psock_drop +EXPORT_SYMBOL_GPL vmlinux 0x1b20f94d tps65912_device_init +EXPORT_SYMBOL_GPL vmlinux 0x1b232b54 pm_runtime_irq_safe +EXPORT_SYMBOL_GPL vmlinux 0x1b2ddc67 virtqueue_get_vring_size +EXPORT_SYMBOL_GPL vmlinux 0x1b35a626 rt_mutex_trylock +EXPORT_SYMBOL_GPL vmlinux 0x1b51d584 mmu_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0x1b5f4377 trace_seq_putc +EXPORT_SYMBOL_GPL vmlinux 0x1b8822d8 pinctrl_gpio_direction_output +EXPORT_SYMBOL_GPL vmlinux 0x1b89fd70 fwnode_graph_get_port_parent +EXPORT_SYMBOL_GPL vmlinux 0x1b92e41d inet_putpeer +EXPORT_SYMBOL_GPL vmlinux 0x1b951765 acpi_device_fix_up_power_extended +EXPORT_SYMBOL_GPL vmlinux 0x1ba5160a crypto_ahash_final +EXPORT_SYMBOL_GPL vmlinux 0x1ba5166b spi_mem_dirmap_destroy +EXPORT_SYMBOL_GPL vmlinux 0x1ba73f8e pci_ims_alloc_irq +EXPORT_SYMBOL_GPL vmlinux 0x1bbac3ea crypto_grab_kpp +EXPORT_SYMBOL_GPL vmlinux 0x1bbacb5f xdp_rxq_info_is_reg +EXPORT_SYMBOL_GPL vmlinux 0x1bc40a8d gpmc_omap_get_nand_ops +EXPORT_SYMBOL_GPL vmlinux 0x1bc5eebe pinctrl_gpio_direction_input +EXPORT_SYMBOL_GPL vmlinux 0x1bc64087 xas_split +EXPORT_SYMBOL_GPL vmlinux 0x1bc85e1c irq_set_affinity +EXPORT_SYMBOL_GPL vmlinux 0x1bc89695 xdp_return_frame_bulk +EXPORT_SYMBOL_GPL vmlinux 0x1bcb38bf regulator_enable +EXPORT_SYMBOL_GPL vmlinux 0x1bcdc97b of_pse_control_get +EXPORT_SYMBOL_GPL vmlinux 0x1bd2626e bus_sort_breadthfirst +EXPORT_SYMBOL_GPL vmlinux 0x1bf643c6 bpf_prog_free +EXPORT_SYMBOL_GPL vmlinux 0x1c078d6d clk_hw_round_rate +EXPORT_SYMBOL_GPL vmlinux 0x1c21e623 devl_dpipe_headers_unregister +EXPORT_SYMBOL_GPL vmlinux 0x1c268139 regcache_cache_bypass +EXPORT_SYMBOL_GPL vmlinux 0x1c3339b6 rio_pw_enable +EXPORT_SYMBOL_GPL vmlinux 0x1c356dab dev_pm_set_wake_irq +EXPORT_SYMBOL_GPL vmlinux 0x1c4e0127 crypto_unregister_rngs +EXPORT_SYMBOL_GPL vmlinux 0x1c4ed77f pci_common_swizzle +EXPORT_SYMBOL_GPL vmlinux 0x1c5541bd cpufreq_boost_enabled +EXPORT_SYMBOL_GPL vmlinux 0x1c58a97b devlink_port_attrs_set +EXPORT_SYMBOL_GPL vmlinux 0x1c5b1f28 irq_free_descs +EXPORT_SYMBOL_GPL vmlinux 0x1c5ff742 clk_get_phase +EXPORT_SYMBOL_GPL vmlinux 0x1c611310 gov_attr_set_init +EXPORT_SYMBOL_GPL vmlinux 0x1c65a640 vring_create_virtqueue +EXPORT_SYMBOL_GPL vmlinux 0x1c6b0b43 fwnode_gpiod_get_index +EXPORT_SYMBOL_GPL vmlinux 0x1c6bea25 fsl_mc_bus_dpbp_type +EXPORT_SYMBOL_GPL vmlinux 0x1c6f38c5 kvm_write_guest_cached +EXPORT_SYMBOL_GPL vmlinux 0x1c7169dc ZSTD_customFree +EXPORT_SYMBOL_GPL vmlinux 0x1c76c248 led_classdev_resume +EXPORT_SYMBOL_GPL vmlinux 0x1c78ac3b devl_assert_locked +EXPORT_SYMBOL_GPL vmlinux 0x1c80d27d btree_geo128 +EXPORT_SYMBOL_GPL vmlinux 0x1c825bf7 serial8250_do_get_mctrl +EXPORT_SYMBOL_GPL vmlinux 0x1c87a811 __round_jiffies_up +EXPORT_SYMBOL_GPL vmlinux 0x1c89fb22 zynqmp_pm_clock_setparent +EXPORT_SYMBOL_GPL vmlinux 0x1c92318f blk_mq_start_stopped_hw_queue +EXPORT_SYMBOL_GPL vmlinux 0x1ca0a65b xhci_check_bandwidth +EXPORT_SYMBOL_GPL vmlinux 0x1ca3aa97 alarm_forward +EXPORT_SYMBOL_GPL vmlinux 0x1ca4a930 smp_call_function_any +EXPORT_SYMBOL_GPL vmlinux 0x1cb64d29 sock_diag_register_inet_compat +EXPORT_SYMBOL_GPL vmlinux 0x1cb7c983 apei_exec_read_register_value +EXPORT_SYMBOL_GPL vmlinux 0x1cb883e7 inet_twsk_alloc +EXPORT_SYMBOL_GPL vmlinux 0x1cb9a1c8 xenbus_gather +EXPORT_SYMBOL_GPL vmlinux 0x1cbd92b0 cpu_mitigations_off +EXPORT_SYMBOL_GPL vmlinux 0x1cc30426 acpi_subsys_restore_early +EXPORT_SYMBOL_GPL vmlinux 0x1cc44ae2 skb_to_sgvec_nomark +EXPORT_SYMBOL_GPL vmlinux 0x1cc7bfb1 irq_chip_set_parent_state +EXPORT_SYMBOL_GPL vmlinux 0x1cd7afe9 device_show_int +EXPORT_SYMBOL_GPL vmlinux 0x1cdd0605 xhci_port_state_to_neutral +EXPORT_SYMBOL_GPL vmlinux 0x1ce6ba57 skb_scrub_packet +EXPORT_SYMBOL_GPL vmlinux 0x1cff8eab sbitmap_init_node +EXPORT_SYMBOL_GPL vmlinux 0x1d222ced irq_get_irqchip_state +EXPORT_SYMBOL_GPL vmlinux 0x1d291460 dev_pm_opp_get_max_clock_latency +EXPORT_SYMBOL_GPL vmlinux 0x1d2ab4cd __rio_local_read_config_16 +EXPORT_SYMBOL_GPL vmlinux 0x1d30aaf3 clk_hw_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0x1d31f898 get_task_pid +EXPORT_SYMBOL_GPL vmlinux 0x1d3b325c devl_resource_register +EXPORT_SYMBOL_GPL vmlinux 0x1d5d629b ata_bmdma_port_intr +EXPORT_SYMBOL_GPL vmlinux 0x1d5d75f1 call_switchdev_blocking_notifiers +EXPORT_SYMBOL_GPL vmlinux 0x1d5dcaad md_run +EXPORT_SYMBOL_GPL vmlinux 0x1d6696b0 mtk_mutex_disable +EXPORT_SYMBOL_GPL vmlinux 0x1d75647d regulator_get_error_flags +EXPORT_SYMBOL_GPL vmlinux 0x1d871f29 gpiod_get +EXPORT_SYMBOL_GPL vmlinux 0x1d91a778 gpiod_to_chip +EXPORT_SYMBOL_GPL vmlinux 0x1d94a218 dmi_memdev_handle +EXPORT_SYMBOL_GPL vmlinux 0x1dba9b50 ata_std_bios_param +EXPORT_SYMBOL_GPL vmlinux 0x1dcf9fa4 subsys_find_device_by_id +EXPORT_SYMBOL_GPL vmlinux 0x1de0d779 md_stop +EXPORT_SYMBOL_GPL vmlinux 0x1de20d54 bpf_prog_inc_not_zero +EXPORT_SYMBOL_GPL vmlinux 0x1de887ff zynqmp_pm_bootmode_write +EXPORT_SYMBOL_GPL vmlinux 0x1df4bb0a power_supply_changed +EXPORT_SYMBOL_GPL vmlinux 0x1df88ec9 fuse_conn_get +EXPORT_SYMBOL_GPL vmlinux 0x1df8aa41 __platform_driver_register +EXPORT_SYMBOL_GPL vmlinux 0x1dfa5dbd mpi_invm +EXPORT_SYMBOL_GPL vmlinux 0x1dfe3709 of_clk_del_provider +EXPORT_SYMBOL_GPL vmlinux 0x1e031f04 genphy_c45_pma_read_abilities +EXPORT_SYMBOL_GPL vmlinux 0x1e0670c6 reset_control_release +EXPORT_SYMBOL_GPL vmlinux 0x1e0b8f01 bpf_offload_dev_netdev_unregister +EXPORT_SYMBOL_GPL vmlinux 0x1e101836 sdev_evt_send +EXPORT_SYMBOL_GPL vmlinux 0x1e142e2a phylink_create +EXPORT_SYMBOL_GPL vmlinux 0x1e14e2d1 i2c_acpi_find_bus_speed +EXPORT_SYMBOL_GPL vmlinux 0x1e19b116 vcap_rule_set_counter_id +EXPORT_SYMBOL_GPL vmlinux 0x1e288c83 zynqmp_pm_force_pwrdwn +EXPORT_SYMBOL_GPL vmlinux 0x1e2fad31 sysfs_remove_bin_file +EXPORT_SYMBOL_GPL vmlinux 0x1e3516ec da903x_read +EXPORT_SYMBOL_GPL vmlinux 0x1e3b5b99 fwnode_get_phy_mode +EXPORT_SYMBOL_GPL vmlinux 0x1e3ba2cd l3mdev_table_lookup_unregister +EXPORT_SYMBOL_GPL vmlinux 0x1e3bc77c xas_create_range +EXPORT_SYMBOL_GPL vmlinux 0x1e424d61 user_preparse +EXPORT_SYMBOL_GPL vmlinux 0x1e4e98c0 acpi_dev_filter_resource_type +EXPORT_SYMBOL_GPL vmlinux 0x1e53f827 stack_depot_print +EXPORT_SYMBOL_GPL vmlinux 0x1e54ac25 pinctrl_utils_reserve_map +EXPORT_SYMBOL_GPL vmlinux 0x1e6ef29f tegra_mc_write_emem_configuration +EXPORT_SYMBOL_GPL vmlinux 0x1e7bbcb3 kernel_restart +EXPORT_SYMBOL_GPL vmlinux 0x1e83fee6 HYPERVISOR_physdev_op +EXPORT_SYMBOL_GPL vmlinux 0x1e8710cd bsg_job_put +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 0x1ea8e0ef of_regulator_match +EXPORT_SYMBOL_GPL vmlinux 0x1eab81b1 cros_ec_check_features +EXPORT_SYMBOL_GPL vmlinux 0x1eb48bae dev_pm_opp_put +EXPORT_SYMBOL_GPL vmlinux 0x1eb9516e round_jiffies_relative +EXPORT_SYMBOL_GPL vmlinux 0x1ebde2fc devl_trap_policers_unregister +EXPORT_SYMBOL_GPL vmlinux 0x1ebf6c2a pci_power_names +EXPORT_SYMBOL_GPL vmlinux 0x1ed4d2eb percpu_ref_kill_and_confirm +EXPORT_SYMBOL_GPL vmlinux 0x1ee88f56 dev_pm_opp_xlate_required_opp +EXPORT_SYMBOL_GPL vmlinux 0x1ee9d6f8 clk_hw_get_name +EXPORT_SYMBOL_GPL vmlinux 0x1eedb704 dpbp_get_attributes +EXPORT_SYMBOL_GPL vmlinux 0x1eee05cc kernel_read_file +EXPORT_SYMBOL_GPL vmlinux 0x1eee5857 dax_zero_range +EXPORT_SYMBOL_GPL vmlinux 0x1ef1d581 acpi_dev_gpio_irq_wake_get_by +EXPORT_SYMBOL_GPL vmlinux 0x1ef20793 stop_core_cpuslocked +EXPORT_SYMBOL_GPL vmlinux 0x1efaa06f __tracepoint_xhci_dbg_quirks +EXPORT_SYMBOL_GPL vmlinux 0x1f0558af edac_mc_alloc +EXPORT_SYMBOL_GPL vmlinux 0x1f125070 generic_handle_domain_irq +EXPORT_SYMBOL_GPL vmlinux 0x1f1cc011 zynqmp_pm_get_chipid +EXPORT_SYMBOL_GPL vmlinux 0x1f204936 trace_event_reg +EXPORT_SYMBOL_GPL vmlinux 0x1f215d1c l3mdev_master_upper_ifindex_by_index_rcu +EXPORT_SYMBOL_GPL vmlinux 0x1f21f468 dev_pm_opp_is_turbo +EXPORT_SYMBOL_GPL vmlinux 0x1f2289d9 tcp_register_ulp +EXPORT_SYMBOL_GPL vmlinux 0x1f389f9a msi_lock_descs +EXPORT_SYMBOL_GPL vmlinux 0x1f38a4f6 mpi_set_highbit +EXPORT_SYMBOL_GPL vmlinux 0x1f449588 mctrl_gpio_disable_ms +EXPORT_SYMBOL_GPL vmlinux 0x1f4ce853 dw8250_do_set_termios +EXPORT_SYMBOL_GPL vmlinux 0x1f4f6c8b kill_pid_usb_asyncio +EXPORT_SYMBOL_GPL vmlinux 0x1f563160 bpf_offload_dev_priv +EXPORT_SYMBOL_GPL vmlinux 0x1f5a2606 tpm_tis_remove +EXPORT_SYMBOL_GPL vmlinux 0x1f84e51d is_software_node +EXPORT_SYMBOL_GPL vmlinux 0x1f8544b8 panic_timeout +EXPORT_SYMBOL_GPL vmlinux 0x1f86c2fa acpi_fetch_acpi_dev +EXPORT_SYMBOL_GPL vmlinux 0x1f8760d7 dev_pm_qos_add_ancestor_request +EXPORT_SYMBOL_GPL vmlinux 0x1f8eebf9 fscrypt_symlink_getattr +EXPORT_SYMBOL_GPL vmlinux 0x1f97a265 __mmc_send_status +EXPORT_SYMBOL_GPL vmlinux 0x1f987dbf xenbus_watch_path +EXPORT_SYMBOL_GPL vmlinux 0x1f9a2b53 zynqmp_pm_clock_enable +EXPORT_SYMBOL_GPL vmlinux 0x1fa13fdf pci_epf_create +EXPORT_SYMBOL_GPL vmlinux 0x1fa1d95c sha256_zero_message_hash +EXPORT_SYMBOL_GPL vmlinux 0x1fae6a25 debugfs_remove +EXPORT_SYMBOL_GPL vmlinux 0x1fb662c7 pm_clk_resume +EXPORT_SYMBOL_GPL vmlinux 0x1fbcd92d skb_morph +EXPORT_SYMBOL_GPL vmlinux 0x1fbfef2c rtnl_link_unregister +EXPORT_SYMBOL_GPL vmlinux 0x1fcd6ec4 devlink_to_dev +EXPORT_SYMBOL_GPL vmlinux 0x1fce3c9a driver_find +EXPORT_SYMBOL_GPL vmlinux 0x1fd329dc fuse_file_poll +EXPORT_SYMBOL_GPL vmlinux 0x1fe66b76 i2c_client_get_device_id +EXPORT_SYMBOL_GPL vmlinux 0x1fe6e504 gpiod_add_hogs +EXPORT_SYMBOL_GPL vmlinux 0x1fea4da3 usb_phy_set_charger_current +EXPORT_SYMBOL_GPL vmlinux 0x1feb8198 ahci_platform_enable_phys +EXPORT_SYMBOL_GPL vmlinux 0x2008b6a6 __irq_alloc_domain_generic_chips +EXPORT_SYMBOL_GPL vmlinux 0x2009e400 devlink_info_board_serial_number_put +EXPORT_SYMBOL_GPL vmlinux 0x200b0997 i2c_client_type +EXPORT_SYMBOL_GPL vmlinux 0x20101e0d crypto_grab_spawn +EXPORT_SYMBOL_GPL vmlinux 0x201d3777 ftrace_set_filter_ips +EXPORT_SYMBOL_GPL vmlinux 0x201d5cf4 da9052_disable_irq +EXPORT_SYMBOL_GPL vmlinux 0x201e9b0b ata_qc_complete_multiple +EXPORT_SYMBOL_GPL vmlinux 0x20271edd mpc8xxx_spi_tx_buf_u32 +EXPORT_SYMBOL_GPL vmlinux 0x202d4ed6 nvmem_cell_write +EXPORT_SYMBOL_GPL vmlinux 0x20401fd7 sk_msg_is_readable +EXPORT_SYMBOL_GPL vmlinux 0x20458086 ata_std_prereset +EXPORT_SYMBOL_GPL vmlinux 0x204f2c5c gnttab_free_grant_reference +EXPORT_SYMBOL_GPL vmlinux 0x205dfc24 rockchip_pcie_init_port +EXPORT_SYMBOL_GPL vmlinux 0x2062470c wm8350_block_write +EXPORT_SYMBOL_GPL vmlinux 0x20804da3 max8997_update_reg +EXPORT_SYMBOL_GPL vmlinux 0x20835a9f __xdp_release_frame +EXPORT_SYMBOL_GPL vmlinux 0x20865b03 devm_clk_get_optional_enabled +EXPORT_SYMBOL_GPL vmlinux 0x20881320 lochnagar_update_config +EXPORT_SYMBOL_GPL vmlinux 0x20978fb9 idr_find +EXPORT_SYMBOL_GPL vmlinux 0x20a4e01a HUF_readStats_wksp +EXPORT_SYMBOL_GPL vmlinux 0x20aa8261 power_supply_get_property_from_supplier +EXPORT_SYMBOL_GPL vmlinux 0x20ed370b md_stop_writes +EXPORT_SYMBOL_GPL vmlinux 0x20fa6ed4 __traceiter_ata_bmdma_status +EXPORT_SYMBOL_GPL vmlinux 0x20fc44ac serdev_acpi_get_uart_resource +EXPORT_SYMBOL_GPL vmlinux 0x2100a080 pci_acpi_set_companion_lookup_hook +EXPORT_SYMBOL_GPL vmlinux 0x2104a107 usb_hcd_pci_pm_ops +EXPORT_SYMBOL_GPL vmlinux 0x21063ff6 mmu_notifier_put +EXPORT_SYMBOL_GPL vmlinux 0x2118fba4 hwspin_lock_unregister +EXPORT_SYMBOL_GPL vmlinux 0x212734c5 vcap_netbytes_copy +EXPORT_SYMBOL_GPL vmlinux 0x21289185 clk_hw_get_rate_range +EXPORT_SYMBOL_GPL vmlinux 0x212a7368 ping_rcv +EXPORT_SYMBOL_GPL vmlinux 0x213d326e ata_sff_hsm_move +EXPORT_SYMBOL_GPL vmlinux 0x2144862e pwm_apply_state +EXPORT_SYMBOL_GPL vmlinux 0x214f5b07 devm_phy_put +EXPORT_SYMBOL_GPL vmlinux 0x216bba3f folio_mkclean +EXPORT_SYMBOL_GPL vmlinux 0x216de4e1 rcu_get_gp_kthreads_prio +EXPORT_SYMBOL_GPL vmlinux 0x2176e42a hwpoison_filter_memcg +EXPORT_SYMBOL_GPL vmlinux 0x21802a8d ahci_platform_suspend_host +EXPORT_SYMBOL_GPL vmlinux 0x2184ebdd __inet_lookup_listener +EXPORT_SYMBOL_GPL vmlinux 0x21869525 sata_scr_write +EXPORT_SYMBOL_GPL vmlinux 0x2199434c pci_enable_rom +EXPORT_SYMBOL_GPL vmlinux 0x21a563da clk_get_accuracy +EXPORT_SYMBOL_GPL vmlinux 0x21ac8b77 iommu_group_get_by_id +EXPORT_SYMBOL_GPL vmlinux 0x21bcb400 devm_device_add_groups +EXPORT_SYMBOL_GPL vmlinux 0x21c366ea dev_pm_genpd_suspend +EXPORT_SYMBOL_GPL vmlinux 0x21ca306f vcap_rule_add_action_u32 +EXPORT_SYMBOL_GPL vmlinux 0x21cb377d fsl_mc_driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0x21cd536a crypto_put_default_null_skcipher +EXPORT_SYMBOL_GPL vmlinux 0x21ce0396 crypto_alloc_akcipher +EXPORT_SYMBOL_GPL vmlinux 0x21d80cce vchan_init +EXPORT_SYMBOL_GPL vmlinux 0x21d9457e rio_mport_read_config_16 +EXPORT_SYMBOL_GPL vmlinux 0x21da50b5 pci_platform_power_transition +EXPORT_SYMBOL_GPL vmlinux 0x21e4b86a fsl_mc_obj_reset +EXPORT_SYMBOL_GPL vmlinux 0x21e9bec9 inet_send_prepare +EXPORT_SYMBOL_GPL vmlinux 0x21f69c03 iommu_page_response +EXPORT_SYMBOL_GPL vmlinux 0x2200061c __tracepoint_pelt_irq_tp +EXPORT_SYMBOL_GPL vmlinux 0x220ce70c kvm_arm_hyp_service_available +EXPORT_SYMBOL_GPL vmlinux 0x220fd668 evm_inode_init_security +EXPORT_SYMBOL_GPL vmlinux 0x22109a2e irq_gc_set_wake +EXPORT_SYMBOL_GPL vmlinux 0x222e69fe adp5520_clr_bits +EXPORT_SYMBOL_GPL vmlinux 0x22311cc5 devm_free_pages +EXPORT_SYMBOL_GPL vmlinux 0x223cc312 dax_driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0x224793b7 sock_diag_unregister +EXPORT_SYMBOL_GPL vmlinux 0x2249ee42 tty_release_struct +EXPORT_SYMBOL_GPL vmlinux 0x224f9525 devm_extcon_dev_allocate +EXPORT_SYMBOL_GPL vmlinux 0x22567b3a pm_runtime_suspended_time +EXPORT_SYMBOL_GPL vmlinux 0x22598f2e clk_fractional_divider_ops +EXPORT_SYMBOL_GPL vmlinux 0x225f9303 virtio_check_mem_acc_cb +EXPORT_SYMBOL_GPL vmlinux 0x22788b4b iommu_sva_bind_device +EXPORT_SYMBOL_GPL vmlinux 0x22796615 regmap_raw_read +EXPORT_SYMBOL_GPL vmlinux 0x228733a6 fsl_mc_bus_dpci_type +EXPORT_SYMBOL_GPL vmlinux 0x2290148f inet_twsk_purge +EXPORT_SYMBOL_GPL vmlinux 0x229f8381 crypto_ahash_digest +EXPORT_SYMBOL_GPL vmlinux 0x22ab7517 devl_unlock +EXPORT_SYMBOL_GPL vmlinux 0x22afb583 of_irq_get +EXPORT_SYMBOL_GPL vmlinux 0x22bda6ab sdio_writel +EXPORT_SYMBOL_GPL vmlinux 0x22cbebeb cpuidle_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0x22d56392 blk_mq_virtio_map_queues +EXPORT_SYMBOL_GPL vmlinux 0x22d60537 tcf_frag_xmit_count +EXPORT_SYMBOL_GPL vmlinux 0x22d9409b iomap_sort_ioends +EXPORT_SYMBOL_GPL vmlinux 0x22e80164 usb_hub_find_child +EXPORT_SYMBOL_GPL vmlinux 0x22eaf79f device_property_read_u64_array +EXPORT_SYMBOL_GPL vmlinux 0x22ec5205 cpu_latency_qos_remove_request +EXPORT_SYMBOL_GPL vmlinux 0x22f0096c pci_epc_stop +EXPORT_SYMBOL_GPL vmlinux 0x22f6836d power_supply_charge_behaviour_show +EXPORT_SYMBOL_GPL vmlinux 0x22fd08ba cpuacct_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0x2313a0a2 vp_modern_get_status +EXPORT_SYMBOL_GPL vmlinux 0x23281eae devlink_net +EXPORT_SYMBOL_GPL vmlinux 0x2334359c reset_controller_register +EXPORT_SYMBOL_GPL vmlinux 0x23412816 rtc_tm_to_ktime +EXPORT_SYMBOL_GPL vmlinux 0x234cf416 devlink_fmsg_string_pair_put +EXPORT_SYMBOL_GPL vmlinux 0x23524da9 spi_delay_exec +EXPORT_SYMBOL_GPL vmlinux 0x2354b9c9 pci_epc_multi_mem_init +EXPORT_SYMBOL_GPL vmlinux 0x2358893d devm_devfreq_event_remove_edev +EXPORT_SYMBOL_GPL vmlinux 0x23627884 devm_regulator_bulk_register_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0x237bc349 netlink_strict_get_check +EXPORT_SYMBOL_GPL vmlinux 0x23864ce7 cpuset_mem_spread_node +EXPORT_SYMBOL_GPL vmlinux 0x2386dede __fscrypt_prepare_setattr +EXPORT_SYMBOL_GPL vmlinux 0x238909cc extcon_set_state +EXPORT_SYMBOL_GPL vmlinux 0x2396c7f0 clk_set_parent +EXPORT_SYMBOL_GPL vmlinux 0x239c6210 devm_kasprintf +EXPORT_SYMBOL_GPL vmlinux 0x239f2878 raw_abort +EXPORT_SYMBOL_GPL vmlinux 0x23a86b24 pci_generic_config_write32 +EXPORT_SYMBOL_GPL vmlinux 0x23c0e122 thermal_cooling_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x23c4d5ca clockevents_register_device +EXPORT_SYMBOL_GPL vmlinux 0x23cb1ada pci_epf_alloc_space +EXPORT_SYMBOL_GPL vmlinux 0x23d303c1 vmf_insert_pfn_pmd_prot +EXPORT_SYMBOL_GPL vmlinux 0x23d55fba platform_msi_domain_alloc_irqs +EXPORT_SYMBOL_GPL vmlinux 0x23dbcef9 usb_free_coherent +EXPORT_SYMBOL_GPL vmlinux 0x23ff8834 ata_dev_pair +EXPORT_SYMBOL_GPL vmlinux 0x24152bef ata_bmdma_port_ops +EXPORT_SYMBOL_GPL vmlinux 0x241d85c5 register_ftrace_function +EXPORT_SYMBOL_GPL vmlinux 0x2421097b mpi_const +EXPORT_SYMBOL_GPL vmlinux 0x242302af phy_check_downshift +EXPORT_SYMBOL_GPL vmlinux 0x242b9dc1 class_destroy +EXPORT_SYMBOL_GPL vmlinux 0x24335660 ahci_stop_engine +EXPORT_SYMBOL_GPL vmlinux 0x24413343 erst_read_record +EXPORT_SYMBOL_GPL vmlinux 0x244667ff clk_gate_restore_context +EXPORT_SYMBOL_GPL vmlinux 0x244b0f36 list_lru_walk_one +EXPORT_SYMBOL_GPL vmlinux 0x24517e0c device_phy_find_device +EXPORT_SYMBOL_GPL vmlinux 0x245746ac wm8350_reg_read +EXPORT_SYMBOL_GPL vmlinux 0x2464da17 gen_pool_size +EXPORT_SYMBOL_GPL vmlinux 0x2469810f __rcu_read_unlock +EXPORT_SYMBOL_GPL vmlinux 0x246d2a84 fwnode_graph_get_remote_port +EXPORT_SYMBOL_GPL vmlinux 0x24709b2f trace_seq_putmem +EXPORT_SYMBOL_GPL vmlinux 0x247722f0 icc_nodes_remove +EXPORT_SYMBOL_GPL vmlinux 0x2478e61c tty_find_polling_driver +EXPORT_SYMBOL_GPL vmlinux 0x247a3a2d phylink_fwnode_phy_connect +EXPORT_SYMBOL_GPL vmlinux 0x247f941b l3mdev_fib_table_rcu +EXPORT_SYMBOL_GPL vmlinux 0x2484e789 vbin_printf +EXPORT_SYMBOL_GPL vmlinux 0x24852826 __SCK__tp_func_udp_fail_queue_rcv_skb +EXPORT_SYMBOL_GPL vmlinux 0x2488ef46 security_kernel_read_file +EXPORT_SYMBOL_GPL vmlinux 0x248bc867 raw_notifier_call_chain_robust +EXPORT_SYMBOL_GPL vmlinux 0x248e1473 kfree_strarray +EXPORT_SYMBOL_GPL vmlinux 0x249dc8a1 key_type_trusted +EXPORT_SYMBOL_GPL vmlinux 0x24ad11db wakeup_sources_read_unlock +EXPORT_SYMBOL_GPL vmlinux 0x24b1c981 PageHeadHuge +EXPORT_SYMBOL_GPL vmlinux 0x24cf1cd7 of_clk_add_provider +EXPORT_SYMBOL_GPL vmlinux 0x24d6b06f nvmem_cell_read_variable_le_u32 +EXPORT_SYMBOL_GPL vmlinux 0x24da0093 rcu_inkernel_boot_has_ended +EXPORT_SYMBOL_GPL vmlinux 0x24de0c98 ahci_platform_disable_regulators +EXPORT_SYMBOL_GPL vmlinux 0x24e31086 skcipher_walk_done +EXPORT_SYMBOL_GPL vmlinux 0x24e638cf genphy_c45_baset1_read_status +EXPORT_SYMBOL_GPL vmlinux 0x24e9728f nfs_ssc_client_tbl +EXPORT_SYMBOL_GPL vmlinux 0x24eb7e32 leds_list +EXPORT_SYMBOL_GPL vmlinux 0x24f02c74 bpf_trace_run2 +EXPORT_SYMBOL_GPL vmlinux 0x24f39c39 reset_control_reset +EXPORT_SYMBOL_GPL vmlinux 0x24fc50f4 kdb_unregister +EXPORT_SYMBOL_GPL vmlinux 0x250cad83 acct_bioset_exit +EXPORT_SYMBOL_GPL vmlinux 0x252df934 i2c_match_id +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 0x253d7b64 tc3589x_block_write +EXPORT_SYMBOL_GPL vmlinux 0x2542117a bpf_prog_create_from_user +EXPORT_SYMBOL_GPL vmlinux 0x2552e120 kick_process +EXPORT_SYMBOL_GPL vmlinux 0x255aa48b regulator_set_current_limit +EXPORT_SYMBOL_GPL vmlinux 0x256ded33 regulator_suspend_disable +EXPORT_SYMBOL_GPL vmlinux 0x256f2164 clk_hw_rate_is_protected +EXPORT_SYMBOL_GPL vmlinux 0x2574da11 zynqmp_pm_write_pggs +EXPORT_SYMBOL_GPL vmlinux 0x257aa2ea ata_change_queue_depth +EXPORT_SYMBOL_GPL vmlinux 0x257f52fd metadata_dst_free +EXPORT_SYMBOL_GPL vmlinux 0x2589d3f9 of_devfreq_cooling_register +EXPORT_SYMBOL_GPL vmlinux 0x258b8485 gpiod_get_direction +EXPORT_SYMBOL_GPL vmlinux 0x2592fc6c console_printk +EXPORT_SYMBOL_GPL vmlinux 0x2596eebf rtnl_delete_link +EXPORT_SYMBOL_GPL vmlinux 0x259c625c psil_set_new_ep_config +EXPORT_SYMBOL_GPL vmlinux 0x25a3fce0 sysfs_remove_file_self +EXPORT_SYMBOL_GPL vmlinux 0x25a9969c fwnode_get_next_child_node +EXPORT_SYMBOL_GPL vmlinux 0x25aee3e5 nvdimm_bus_register +EXPORT_SYMBOL_GPL vmlinux 0x25af47e3 regulator_bulk_unregister_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0x25b2b8d7 thp_get_unmapped_area +EXPORT_SYMBOL_GPL vmlinux 0x25b8b28f mmu_notifier_get_locked +EXPORT_SYMBOL_GPL vmlinux 0x25bab699 debugfs_create_devm_seqfile +EXPORT_SYMBOL_GPL vmlinux 0x25bbfa9a security_kernel_load_data +EXPORT_SYMBOL_GPL vmlinux 0x25c42796 onboard_hub_destroy_pdevs +EXPORT_SYMBOL_GPL vmlinux 0x25cb3b5d iomap_is_partially_uptodate +EXPORT_SYMBOL_GPL vmlinux 0x25cc280b vp_modern_get_features +EXPORT_SYMBOL_GPL vmlinux 0x25d7a6a8 sysfs_group_change_owner +EXPORT_SYMBOL_GPL vmlinux 0x25deb86a uart_get_rs485_mode +EXPORT_SYMBOL_GPL vmlinux 0x25e70989 devlink_params_unregister +EXPORT_SYMBOL_GPL vmlinux 0x25eab01c meson_a1_parse_dt_extra +EXPORT_SYMBOL_GPL vmlinux 0x25f67f26 debugfs_create_symlink +EXPORT_SYMBOL_GPL vmlinux 0x26058061 gpiochip_relres_irq +EXPORT_SYMBOL_GPL vmlinux 0x2611d450 regulator_unregister +EXPORT_SYMBOL_GPL vmlinux 0x2616792a ip6_dst_lookup_flow +EXPORT_SYMBOL_GPL vmlinux 0x262e3fb6 sysfs_create_mount_point +EXPORT_SYMBOL_GPL vmlinux 0x263a8129 filemap_migrate_folio +EXPORT_SYMBOL_GPL vmlinux 0x263e127b sched_show_task +EXPORT_SYMBOL_GPL vmlinux 0x26449e86 __irq_domain_alloc_fwnode +EXPORT_SYMBOL_GPL vmlinux 0x2646b506 of_irq_get_byname +EXPORT_SYMBOL_GPL vmlinux 0x26520970 vm_memory_committed +EXPORT_SYMBOL_GPL vmlinux 0x2658a35b cpufreq_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x265bbef9 kexec_crash_loaded +EXPORT_SYMBOL_GPL vmlinux 0x266a4b08 tasklet_unlock +EXPORT_SYMBOL_GPL vmlinux 0x267272b7 tpm1_getcap +EXPORT_SYMBOL_GPL vmlinux 0x2679a09b dev_coredumpm +EXPORT_SYMBOL_GPL vmlinux 0x267df662 smp_call_on_cpu +EXPORT_SYMBOL_GPL vmlinux 0x268686ab serdev_device_open +EXPORT_SYMBOL_GPL vmlinux 0x2692c35b subsys_system_register +EXPORT_SYMBOL_GPL vmlinux 0x2693d470 cdrom_read_tocentry +EXPORT_SYMBOL_GPL vmlinux 0x26a93eb2 verify_pkcs7_signature +EXPORT_SYMBOL_GPL vmlinux 0x26ab4755 put_old_itimerspec32 +EXPORT_SYMBOL_GPL vmlinux 0x26aea044 crypto_destroy_tfm +EXPORT_SYMBOL_GPL vmlinux 0x26b4a184 sync_blockdev_nowait +EXPORT_SYMBOL_GPL vmlinux 0x26c90ea4 scsi_eh_get_sense +EXPORT_SYMBOL_GPL vmlinux 0x26d27c5c dw_pcie_host_deinit +EXPORT_SYMBOL_GPL vmlinux 0x26d93bde xhci_find_slot_id_by_port +EXPORT_SYMBOL_GPL vmlinux 0x26ed2186 register_vmap_purge_notifier +EXPORT_SYMBOL_GPL vmlinux 0x26f7cb26 regmap_exit +EXPORT_SYMBOL_GPL vmlinux 0x27046576 kvm_exit +EXPORT_SYMBOL_GPL vmlinux 0x270a1158 divider_ro_round_rate_parent +EXPORT_SYMBOL_GPL vmlinux 0x2717ea9f of_led_get +EXPORT_SYMBOL_GPL vmlinux 0x2721f6a7 udp_abort +EXPORT_SYMBOL_GPL vmlinux 0x27223f36 ip6_route_input_lookup +EXPORT_SYMBOL_GPL vmlinux 0x272e9d77 hisi_reset_exit +EXPORT_SYMBOL_GPL vmlinux 0x27360bf1 paste_selection +EXPORT_SYMBOL_GPL vmlinux 0x2773c485 __wake_up_locked +EXPORT_SYMBOL_GPL vmlinux 0x277db76f usb_free_urb +EXPORT_SYMBOL_GPL vmlinux 0x278c62cf sock_diag_save_cookie +EXPORT_SYMBOL_GPL vmlinux 0x279c9f95 pci_ecam_map_bus +EXPORT_SYMBOL_GPL vmlinux 0x27a0e44c extcon_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x27a9f89f fwnode_get_named_child_node +EXPORT_SYMBOL_GPL vmlinux 0x27bcb414 pstore_unregister +EXPORT_SYMBOL_GPL vmlinux 0x27c5501b ip6_datagram_connect_v6_only +EXPORT_SYMBOL_GPL vmlinux 0x27c6cdbb task_cgroup_path +EXPORT_SYMBOL_GPL vmlinux 0x27cbe1da iomap_bmap +EXPORT_SYMBOL_GPL vmlinux 0x27dac465 crypto_unregister_templates +EXPORT_SYMBOL_GPL vmlinux 0x27dc9471 __tracepoint_br_fdb_update +EXPORT_SYMBOL_GPL vmlinux 0x27e8b860 tegra_bpmp_request_mrq +EXPORT_SYMBOL_GPL vmlinux 0x27f00bff devm_pm_opp_set_config +EXPORT_SYMBOL_GPL vmlinux 0x27f4f029 ftrace_set_global_filter +EXPORT_SYMBOL_GPL vmlinux 0x27fa66e1 nr_free_buffer_pages +EXPORT_SYMBOL_GPL vmlinux 0x2803c016 iomap_dio_rw +EXPORT_SYMBOL_GPL vmlinux 0x2817f7fd cppc_get_desired_perf +EXPORT_SYMBOL_GPL vmlinux 0x28194189 phy_exit +EXPORT_SYMBOL_GPL vmlinux 0x281a5fa5 iommu_sva_find +EXPORT_SYMBOL_GPL vmlinux 0x282b64a2 tty_port_default_client_ops +EXPORT_SYMBOL_GPL vmlinux 0x282cdabc usb_led_activity +EXPORT_SYMBOL_GPL vmlinux 0x28310bcd kasprintf_strarray +EXPORT_SYMBOL_GPL vmlinux 0x283f8cfb debugfs_lookup_and_remove +EXPORT_SYMBOL_GPL vmlinux 0x2845cb33 lwtunnel_output +EXPORT_SYMBOL_GPL vmlinux 0x284838fd regulator_list_voltage_linear +EXPORT_SYMBOL_GPL vmlinux 0x285e681a pci_bridge_emul_conf_read +EXPORT_SYMBOL_GPL vmlinux 0x286418f8 devm_gpiod_put +EXPORT_SYMBOL_GPL vmlinux 0x2864abc9 klist_node_attached +EXPORT_SYMBOL_GPL vmlinux 0x286cc647 async_synchronize_cookie_domain +EXPORT_SYMBOL_GPL vmlinux 0x2882d40e usb_role_switch_unregister +EXPORT_SYMBOL_GPL vmlinux 0x2884aa3a pin_user_pages_fast_only +EXPORT_SYMBOL_GPL vmlinux 0x28951807 usb_sg_cancel +EXPORT_SYMBOL_GPL vmlinux 0x28962946 __rio_local_write_config_8 +EXPORT_SYMBOL_GPL vmlinux 0x28aa6a67 call_rcu +EXPORT_SYMBOL_GPL vmlinux 0x28ab4fb9 pinctrl_gpio_free +EXPORT_SYMBOL_GPL vmlinux 0x28abf085 usb_asmedia_modifyflowcontrol +EXPORT_SYMBOL_GPL vmlinux 0x28afbb08 cpu_latency_qos_add_request +EXPORT_SYMBOL_GPL vmlinux 0x28b030d2 of_overlay_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0x28bf7068 request_firmware_direct +EXPORT_SYMBOL_GPL vmlinux 0x28cb1394 dm_audit_log_ti +EXPORT_SYMBOL_GPL vmlinux 0x28e220db acpi_get_acpi_dev +EXPORT_SYMBOL_GPL vmlinux 0x29053aa3 mtk_clk_unregister_composites +EXPORT_SYMBOL_GPL vmlinux 0x2916183e mtk_alloc_clk_data +EXPORT_SYMBOL_GPL vmlinux 0x291876f3 mpi_ec_get_affine +EXPORT_SYMBOL_GPL vmlinux 0x29224a57 pci_add_dynid +EXPORT_SYMBOL_GPL vmlinux 0x2924270f mbox_request_channel +EXPORT_SYMBOL_GPL vmlinux 0x294ba833 ata_sff_thaw +EXPORT_SYMBOL_GPL vmlinux 0x2953ca00 genpd_dev_pm_attach +EXPORT_SYMBOL_GPL vmlinux 0x2958291c regulator_bulk_free +EXPORT_SYMBOL_GPL vmlinux 0x295b982a hisi_clk_register_fixed_rate +EXPORT_SYMBOL_GPL vmlinux 0x296682b0 zynqmp_pm_get_rpu_mode +EXPORT_SYMBOL_GPL vmlinux 0x2968b36b driver_for_each_device +EXPORT_SYMBOL_GPL vmlinux 0x296aeb49 espintcp_push_skb +EXPORT_SYMBOL_GPL vmlinux 0x2970db87 __spi_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x297ec480 crypto_unregister_ahash +EXPORT_SYMBOL_GPL vmlinux 0x29835b5a iommu_register_device_fault_handler +EXPORT_SYMBOL_GPL vmlinux 0x29871bba pci_enable_sriov +EXPORT_SYMBOL_GPL vmlinux 0x298b4624 sampling_rate_store +EXPORT_SYMBOL_GPL vmlinux 0x29927702 do_tcp_sendpages +EXPORT_SYMBOL_GPL vmlinux 0x299efcac mmc_app_cmd +EXPORT_SYMBOL_GPL vmlinux 0x29a54331 tpm_chip_alloc +EXPORT_SYMBOL_GPL vmlinux 0x29b1c83b __pci_hp_initialize +EXPORT_SYMBOL_GPL vmlinux 0x29c4cd63 ipv6_dup_options +EXPORT_SYMBOL_GPL vmlinux 0x29d00d6b ethtool_params_from_link_mode +EXPORT_SYMBOL_GPL vmlinux 0x29d76547 k3_udma_glue_tdown_rx_chn +EXPORT_SYMBOL_GPL vmlinux 0x29e75139 synth_event_trace_start +EXPORT_SYMBOL_GPL vmlinux 0x29eb4cfb ext_pi_type1_crc64 +EXPORT_SYMBOL_GPL vmlinux 0x29eba37f current_is_async +EXPORT_SYMBOL_GPL vmlinux 0x29f205c3 devm_regulator_bulk_get_enable +EXPORT_SYMBOL_GPL vmlinux 0x29f8fae7 metadata_dst_free_percpu +EXPORT_SYMBOL_GPL vmlinux 0x2a193afb ip_icmp_error_rfc4884 +EXPORT_SYMBOL_GPL vmlinux 0x2a2e5cae xhci_run +EXPORT_SYMBOL_GPL vmlinux 0x2a2f04fa ip_tunnel_netlink_parms +EXPORT_SYMBOL_GPL vmlinux 0x2a30de4f ata_std_sched_eh +EXPORT_SYMBOL_GPL vmlinux 0x2a57897b housekeeping_affine +EXPORT_SYMBOL_GPL vmlinux 0x2a5d85de regulator_get_current_limit_regmap +EXPORT_SYMBOL_GPL vmlinux 0x2a5ea9ef rhashtable_destroy +EXPORT_SYMBOL_GPL vmlinux 0x2a62cb3a ring_buffer_overrun_cpu +EXPORT_SYMBOL_GPL vmlinux 0x2a6a24da generic_fh_to_dentry +EXPORT_SYMBOL_GPL vmlinux 0x2a7316da __SCK__tp_func_neigh_cleanup_and_release +EXPORT_SYMBOL_GPL vmlinux 0x2a75a68f regmap_field_free +EXPORT_SYMBOL_GPL vmlinux 0x2a831e55 gpiod_set_raw_value +EXPORT_SYMBOL_GPL vmlinux 0x2a88e818 strp_process +EXPORT_SYMBOL_GPL vmlinux 0x2a897a44 crypto_alloc_skcipher +EXPORT_SYMBOL_GPL vmlinux 0x2a976d1c dax_synchronous +EXPORT_SYMBOL_GPL vmlinux 0x2a9b236b rtm_getroute_parse_ip_proto +EXPORT_SYMBOL_GPL vmlinux 0x2a9c0912 crypto_ahash_finup +EXPORT_SYMBOL_GPL vmlinux 0x2a9e2556 mtk_pinconf_adv_drive_get_raw +EXPORT_SYMBOL_GPL vmlinux 0x2aa35c6f i2c_dw_probe_master +EXPORT_SYMBOL_GPL vmlinux 0x2aadad1a efi_capsule_update +EXPORT_SYMBOL_GPL vmlinux 0x2ab0a598 device_remove_file_self +EXPORT_SYMBOL_GPL vmlinux 0x2ab306e8 of_thermal_is_trip_valid +EXPORT_SYMBOL_GPL vmlinux 0x2ab8d926 tty_put_char +EXPORT_SYMBOL_GPL vmlinux 0x2ac4ee2c badblocks_show +EXPORT_SYMBOL_GPL vmlinux 0x2acdc5d8 cpuidle_unregister +EXPORT_SYMBOL_GPL vmlinux 0x2ae1689e zynqmp_pm_clock_getdivider +EXPORT_SYMBOL_GPL vmlinux 0x2ae2a1c2 fsnotify_put_mark +EXPORT_SYMBOL_GPL vmlinux 0x2ae73461 led_init_default_state_get +EXPORT_SYMBOL_GPL vmlinux 0x2aed782e fsl_mc_free_irqs +EXPORT_SYMBOL_GPL vmlinux 0x2af7a906 decrypt_blob +EXPORT_SYMBOL_GPL vmlinux 0x2af973fb i2c_dw_adjust_bus_speed +EXPORT_SYMBOL_GPL vmlinux 0x2afb685e phy_pm_runtime_get_sync +EXPORT_SYMBOL_GPL vmlinux 0x2b075381 devm_irq_domain_create_sim +EXPORT_SYMBOL_GPL vmlinux 0x2b0fe000 gnttab_cancel_free_callback +EXPORT_SYMBOL_GPL vmlinux 0x2b11f116 rio_request_inb_mbox +EXPORT_SYMBOL_GPL vmlinux 0x2b13276a fsnotify_add_mark +EXPORT_SYMBOL_GPL vmlinux 0x2b1ea76b thermal_of_cooling_device_register +EXPORT_SYMBOL_GPL vmlinux 0x2b1fa3ee perf_aux_output_end +EXPORT_SYMBOL_GPL vmlinux 0x2b214574 device_iommu_capable +EXPORT_SYMBOL_GPL vmlinux 0x2b4509dd devlink_health_reporter_state_update +EXPORT_SYMBOL_GPL vmlinux 0x2b47fb59 __traceiter_ata_bmdma_start +EXPORT_SYMBOL_GPL vmlinux 0x2b48e99c devm_clk_hw_register_fixed_factor +EXPORT_SYMBOL_GPL vmlinux 0x2b5c29bb vfs_removexattr +EXPORT_SYMBOL_GPL vmlinux 0x2b6150fb power_supply_temp2resist_simple +EXPORT_SYMBOL_GPL vmlinux 0x2b69dd27 dma_vmap_noncontiguous +EXPORT_SYMBOL_GPL vmlinux 0x2b6d960d synth_event_cmd_init +EXPORT_SYMBOL_GPL vmlinux 0x2b76646e pkcs7_free_message +EXPORT_SYMBOL_GPL vmlinux 0x2b770162 meson_clk_mpll_ops +EXPORT_SYMBOL_GPL vmlinux 0x2b7fb55a pci_bridge_secondary_bus_reset +EXPORT_SYMBOL_GPL vmlinux 0x2b86f0fd zynqmp_pm_bootmode_read +EXPORT_SYMBOL_GPL vmlinux 0x2b90a755 rio_mport_get_feature +EXPORT_SYMBOL_GPL vmlinux 0x2b955683 blk_crypto_has_capabilities +EXPORT_SYMBOL_GPL vmlinux 0x2b960b66 qman_is_probed +EXPORT_SYMBOL_GPL vmlinux 0x2b9997fb atomic_notifier_chain_register +EXPORT_SYMBOL_GPL vmlinux 0x2bba8552 trace_array_init_printk +EXPORT_SYMBOL_GPL vmlinux 0x2bce998c irq_chip_set_affinity_parent +EXPORT_SYMBOL_GPL vmlinux 0x2bd8a8bb blk_fill_rwbs +EXPORT_SYMBOL_GPL vmlinux 0x2bdf5ab0 pm_wakeup_pending +EXPORT_SYMBOL_GPL vmlinux 0x2bf34ab3 bpfilter_ops +EXPORT_SYMBOL_GPL vmlinux 0x2bf4877a iommu_report_device_fault +EXPORT_SYMBOL_GPL vmlinux 0x2c1028a8 kernfs_get +EXPORT_SYMBOL_GPL vmlinux 0x2c208607 power_supply_is_system_supplied +EXPORT_SYMBOL_GPL vmlinux 0x2c2ac51d __mmc_poll_for_busy +EXPORT_SYMBOL_GPL vmlinux 0x2c2ce6b7 phy_calibrate +EXPORT_SYMBOL_GPL vmlinux 0x2c3054f9 net_inc_ingress_queue +EXPORT_SYMBOL_GPL vmlinux 0x2c36cc85 __tracepoint_unmap +EXPORT_SYMBOL_GPL vmlinux 0x2c3ee1ad pci_epc_get +EXPORT_SYMBOL_GPL vmlinux 0x2c567248 kvm_vcpu_kick +EXPORT_SYMBOL_GPL vmlinux 0x2c580813 usb_phy_set_charger_state +EXPORT_SYMBOL_GPL vmlinux 0x2c62f32b skb_splice_bits +EXPORT_SYMBOL_GPL vmlinux 0x2c635527 arch_invalidate_pmem +EXPORT_SYMBOL_GPL vmlinux 0x2c66729f phy_basic_features +EXPORT_SYMBOL_GPL vmlinux 0x2c66ac85 devlink_info_serial_number_put +EXPORT_SYMBOL_GPL vmlinux 0x2c790d4a __tracepoint_sched_util_est_cfs_tp +EXPORT_SYMBOL_GPL vmlinux 0x2c7acb20 device_match_devt +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 0x2c8dc9ab inet_ehash_nolisten +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 0x2c9a492f __page_file_index +EXPORT_SYMBOL_GPL vmlinux 0x2cb31482 blkcg_policy_unregister +EXPORT_SYMBOL_GPL vmlinux 0x2cc1fa11 inet_csk_clone_lock +EXPORT_SYMBOL_GPL vmlinux 0x2ce61f33 __SCK__tp_func_br_fdb_add +EXPORT_SYMBOL_GPL vmlinux 0x2ce6724e dev_attr_em_message +EXPORT_SYMBOL_GPL vmlinux 0x2cefeb5d kstrdup_quotable_file +EXPORT_SYMBOL_GPL vmlinux 0x2d00025d gpiochip_irq_unmap +EXPORT_SYMBOL_GPL vmlinux 0x2d0684a9 hrtimer_init +EXPORT_SYMBOL_GPL vmlinux 0x2d1b02d2 usermodehelper_read_lock_wait +EXPORT_SYMBOL_GPL vmlinux 0x2d1c7767 serial8250_get_port +EXPORT_SYMBOL_GPL vmlinux 0x2d1f051f blk_mq_quiesce_tagset +EXPORT_SYMBOL_GPL vmlinux 0x2d1f065a hwspin_lock_register +EXPORT_SYMBOL_GPL vmlinux 0x2d2c902f perf_trace_buf_alloc +EXPORT_SYMBOL_GPL vmlinux 0x2d2dd36f kobj_ns_grab_current +EXPORT_SYMBOL_GPL vmlinux 0x2d3d3321 driver_set_override +EXPORT_SYMBOL_GPL vmlinux 0x2d3e4c8b samsung_sdi_battery_get_info +EXPORT_SYMBOL_GPL vmlinux 0x2d41e6f5 __trace_puts +EXPORT_SYMBOL_GPL vmlinux 0x2d421b0c tracing_snapshot_cond +EXPORT_SYMBOL_GPL vmlinux 0x2d423958 public_key_subtype +EXPORT_SYMBOL_GPL vmlinux 0x2d43b02e clk_mux_determine_rate_flags +EXPORT_SYMBOL_GPL vmlinux 0x2d4f25dc usb_hcd_unmap_urb_setup_for_dma +EXPORT_SYMBOL_GPL vmlinux 0x2d579be2 gpiod_get_index +EXPORT_SYMBOL_GPL vmlinux 0x2d5e7f70 sk_psock_tls_strp_read +EXPORT_SYMBOL_GPL vmlinux 0x2d609547 dax_direct_access +EXPORT_SYMBOL_GPL vmlinux 0x2d8d11cc of_dma_xlate_by_chan_id +EXPORT_SYMBOL_GPL vmlinux 0x2da3b9a1 pci_dev_unlock +EXPORT_SYMBOL_GPL vmlinux 0x2dad6a08 akcipher_register_instance +EXPORT_SYMBOL_GPL vmlinux 0x2db46066 blkcg_activate_policy +EXPORT_SYMBOL_GPL vmlinux 0x2db67d4a owl_sps_set_pg +EXPORT_SYMBOL_GPL vmlinux 0x2db8207c l3mdev_master_ifindex_rcu +EXPORT_SYMBOL_GPL vmlinux 0x2dc78a6c __traceiter_block_unplug +EXPORT_SYMBOL_GPL vmlinux 0x2ddd5b55 devlink_is_reload_failed +EXPORT_SYMBOL_GPL vmlinux 0x2decba45 register_nvdimm_pmu +EXPORT_SYMBOL_GPL vmlinux 0x2df01576 skb_mpls_push +EXPORT_SYMBOL_GPL vmlinux 0x2df92846 pm_clk_remove_clk +EXPORT_SYMBOL_GPL vmlinux 0x2e028ae6 rcutorture_get_gp_data +EXPORT_SYMBOL_GPL vmlinux 0x2e08226d badrange_add +EXPORT_SYMBOL_GPL vmlinux 0x2e147121 __xdp_rxq_info_reg +EXPORT_SYMBOL_GPL vmlinux 0x2e1985d4 __devm_reset_control_get +EXPORT_SYMBOL_GPL vmlinux 0x2e2307c1 usb_get_phy +EXPORT_SYMBOL_GPL vmlinux 0x2e2360b1 ftrace_set_global_notrace +EXPORT_SYMBOL_GPL vmlinux 0x2e66298c __SCK__tp_func_sched_util_est_cfs_tp +EXPORT_SYMBOL_GPL vmlinux 0x2e68b85f fib_rules_register +EXPORT_SYMBOL_GPL vmlinux 0x2e6eab42 regulator_bulk_force_disable +EXPORT_SYMBOL_GPL vmlinux 0x2e6edfc5 css_next_descendant_pre +EXPORT_SYMBOL_GPL vmlinux 0x2e732581 __strp_unpause +EXPORT_SYMBOL_GPL vmlinux 0x2e9ec24d free_iova +EXPORT_SYMBOL_GPL vmlinux 0x2ebb19fd execute_in_process_context +EXPORT_SYMBOL_GPL vmlinux 0x2ebe3135 cpu_is_hotpluggable +EXPORT_SYMBOL_GPL vmlinux 0x2ec13281 mark_page_dirty +EXPORT_SYMBOL_GPL vmlinux 0x2ec7747b iommu_sva_unbind_device +EXPORT_SYMBOL_GPL vmlinux 0x2ece74eb kgdb_register_io_module +EXPORT_SYMBOL_GPL vmlinux 0x2ecf62ab gpiochip_irq_domain_activate +EXPORT_SYMBOL_GPL vmlinux 0x2ed489ec gfn_to_pfn_memslot +EXPORT_SYMBOL_GPL vmlinux 0x2ed9205f cpufreq_dbs_governor_stop +EXPORT_SYMBOL_GPL vmlinux 0x2ee72758 of_icc_xlate_onecell +EXPORT_SYMBOL_GPL vmlinux 0x2ee77212 rockchip_clk_register_armclk +EXPORT_SYMBOL_GPL vmlinux 0x2ee7c52b btree_visitor +EXPORT_SYMBOL_GPL vmlinux 0x2ee9621d handle_simple_irq +EXPORT_SYMBOL_GPL vmlinux 0x2ef19c98 devm_qcom_smem_state_get +EXPORT_SYMBOL_GPL vmlinux 0x2f0d9053 usb_otg_state_string +EXPORT_SYMBOL_GPL vmlinux 0x2f1ea064 __SCK__tp_func_xdp_bulk_tx +EXPORT_SYMBOL_GPL vmlinux 0x2f2c95c4 flush_work +EXPORT_SYMBOL_GPL vmlinux 0x2f451414 filemap_range_has_writeback +EXPORT_SYMBOL_GPL vmlinux 0x2f4880df static_key_slow_dec +EXPORT_SYMBOL_GPL vmlinux 0x2f4e61ee ipv6_proxy_select_ident +EXPORT_SYMBOL_GPL vmlinux 0x2f609237 kvm_vcpu_on_spin +EXPORT_SYMBOL_GPL vmlinux 0x2f64415f unregister_acpi_hed_notifier +EXPORT_SYMBOL_GPL vmlinux 0x2f722bb4 kvm_read_guest_cached +EXPORT_SYMBOL_GPL vmlinux 0x2f923269 pci_pr3_present +EXPORT_SYMBOL_GPL vmlinux 0x2f9265ff tcp_rate_check_app_limited +EXPORT_SYMBOL_GPL vmlinux 0x2f9a6793 fat_search_long +EXPORT_SYMBOL_GPL vmlinux 0x2fa26ae5 usb_autopm_put_interface +EXPORT_SYMBOL_GPL vmlinux 0x2faac966 pci_bridge_emul_init +EXPORT_SYMBOL_GPL vmlinux 0x2fac3c71 k3_ringacc_request_rings_pair +EXPORT_SYMBOL_GPL vmlinux 0x2fb7d925 mtk_pinconf_bias_set_combo +EXPORT_SYMBOL_GPL vmlinux 0x2fc1e0fe kmem_valid_obj +EXPORT_SYMBOL_GPL vmlinux 0x2fd8f0a2 __phy_modify_mmd +EXPORT_SYMBOL_GPL vmlinux 0x2fda3a56 ahash_register_instance +EXPORT_SYMBOL_GPL vmlinux 0x2fe1d61c dm_send_uevents +EXPORT_SYMBOL_GPL vmlinux 0x30098875 fwnode_get_nth_parent +EXPORT_SYMBOL_GPL vmlinux 0x301dd369 usb_hcd_pci_remove +EXPORT_SYMBOL_GPL vmlinux 0x3025eee0 tegra210_clk_emc_dll_update_setting +EXPORT_SYMBOL_GPL vmlinux 0x3032af6e __alloc_pages_bulk +EXPORT_SYMBOL_GPL vmlinux 0x30351294 k3_udma_glue_rx_flow_get_fdq_id +EXPORT_SYMBOL_GPL vmlinux 0x3039caab otg_ulpi_create +EXPORT_SYMBOL_GPL vmlinux 0x30405bf9 usb_get_status +EXPORT_SYMBOL_GPL vmlinux 0x3041dd10 register_virtio_device +EXPORT_SYMBOL_GPL vmlinux 0x3048a271 unregister_nvdimm_pmu +EXPORT_SYMBOL_GPL vmlinux 0x305cda31 devm_device_add_group +EXPORT_SYMBOL_GPL vmlinux 0x3061cfce ring_buffer_entries_cpu +EXPORT_SYMBOL_GPL vmlinux 0x30650993 i2c_handle_smbus_host_notify +EXPORT_SYMBOL_GPL vmlinux 0x30685b81 fsl_mc_portal_allocate +EXPORT_SYMBOL_GPL vmlinux 0x306f937d usb_urb_ep_type_check +EXPORT_SYMBOL_GPL vmlinux 0x308928ff regulator_get_voltage_sel_pickable_regmap +EXPORT_SYMBOL_GPL vmlinux 0x3093e2b4 __pm_runtime_idle +EXPORT_SYMBOL_GPL vmlinux 0x3096d838 __hvc_resize +EXPORT_SYMBOL_GPL vmlinux 0x309f0f01 bsg_setup_queue +EXPORT_SYMBOL_GPL vmlinux 0x30be6d2f of_device_request_module +EXPORT_SYMBOL_GPL vmlinux 0x30c0d16e pinctrl_generic_get_group_count +EXPORT_SYMBOL_GPL vmlinux 0x30c8f5e5 phylink_generic_validate +EXPORT_SYMBOL_GPL vmlinux 0x30decd82 pci_epc_clear_bar +EXPORT_SYMBOL_GPL vmlinux 0x30e1ec25 apei_map_generic_address +EXPORT_SYMBOL_GPL vmlinux 0x30ebd056 irq_domain_pop_irq +EXPORT_SYMBOL_GPL vmlinux 0x30fbe42c spi_split_transfers_maxsize +EXPORT_SYMBOL_GPL vmlinux 0x31019477 __ftrace_vbprintk +EXPORT_SYMBOL_GPL vmlinux 0x3108e95e user_update +EXPORT_SYMBOL_GPL vmlinux 0x31128b8e hv_remove_kexec_handler +EXPORT_SYMBOL_GPL vmlinux 0x311c6da4 put_iova_domain +EXPORT_SYMBOL_GPL vmlinux 0x31266931 con_debug_leave +EXPORT_SYMBOL_GPL vmlinux 0x31338d97 access_process_vm +EXPORT_SYMBOL_GPL vmlinux 0x31384901 pci_user_write_config_dword +EXPORT_SYMBOL_GPL vmlinux 0x313a2750 pci_dev_run_wake +EXPORT_SYMBOL_GPL vmlinux 0x313ea5fd ipi_send_single +EXPORT_SYMBOL_GPL vmlinux 0x31480ecf sysfs_unbreak_active_protection +EXPORT_SYMBOL_GPL vmlinux 0x314a4bc2 mctp_register_netdev +EXPORT_SYMBOL_GPL vmlinux 0x31682584 iommu_sva_get_pasid +EXPORT_SYMBOL_GPL vmlinux 0x316ed9cd md_allow_write +EXPORT_SYMBOL_GPL vmlinux 0x31839ad3 software_node_register_nodes +EXPORT_SYMBOL_GPL vmlinux 0x3183d6ab crypto_unregister_ahashes +EXPORT_SYMBOL_GPL vmlinux 0x3187490a __SCK__tp_func_detach_device_from_domain +EXPORT_SYMBOL_GPL vmlinux 0x318b03ed auxiliary_device_init +EXPORT_SYMBOL_GPL vmlinux 0x318eb8c9 dax_truncate_page +EXPORT_SYMBOL_GPL vmlinux 0x3192d768 cpufreq_remove_update_util_hook +EXPORT_SYMBOL_GPL vmlinux 0x31a76d61 mas_destroy +EXPORT_SYMBOL_GPL vmlinux 0x31a89e33 sched_set_fifo_low +EXPORT_SYMBOL_GPL vmlinux 0x31a95e8b ring_buffer_record_enable_cpu +EXPORT_SYMBOL_GPL vmlinux 0x31b13bf0 mmc_regulator_set_ocr +EXPORT_SYMBOL_GPL vmlinux 0x31b15c52 pci_generic_ecam_ops +EXPORT_SYMBOL_GPL vmlinux 0x31b38cab bus_unregister +EXPORT_SYMBOL_GPL vmlinux 0x31b450bf ahci_platform_disable_clks +EXPORT_SYMBOL_GPL vmlinux 0x31b75a0e regulator_set_pull_down_regmap +EXPORT_SYMBOL_GPL vmlinux 0x31b88740 powercap_unregister_zone +EXPORT_SYMBOL_GPL vmlinux 0x31c2e837 tty_set_termios +EXPORT_SYMBOL_GPL vmlinux 0x31c7970f pciserial_suspend_ports +EXPORT_SYMBOL_GPL vmlinux 0x31d2affa dax_remap_file_range_prep +EXPORT_SYMBOL_GPL vmlinux 0x31d34278 xas_load +EXPORT_SYMBOL_GPL vmlinux 0x31d8eee5 clk_register_mux_table +EXPORT_SYMBOL_GPL vmlinux 0x31dca4d8 gnttab_claim_grant_reference +EXPORT_SYMBOL_GPL vmlinux 0x31e290e3 fuse_conn_destroy +EXPORT_SYMBOL_GPL vmlinux 0x31e9e8d5 zynqmp_pm_set_suspend_mode +EXPORT_SYMBOL_GPL vmlinux 0x3204ffa6 locks_release_private +EXPORT_SYMBOL_GPL vmlinux 0x32091eb7 blk_mq_freeze_queue +EXPORT_SYMBOL_GPL vmlinux 0x32132d34 tcp_unregister_congestion_control +EXPORT_SYMBOL_GPL vmlinux 0x3219f56c of_dma_request_slave_channel +EXPORT_SYMBOL_GPL vmlinux 0x32277a8f __blk_mq_debugfs_rq_show +EXPORT_SYMBOL_GPL vmlinux 0x32295715 dev_pm_opp_clear_config +EXPORT_SYMBOL_GPL vmlinux 0x322a37df fat_add_entries +EXPORT_SYMBOL_GPL vmlinux 0x323f962f relay_close +EXPORT_SYMBOL_GPL vmlinux 0x3243c370 md_find_rdev_nr_rcu +EXPORT_SYMBOL_GPL vmlinux 0x325888a3 __tracepoint_neigh_update +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 0x327eb66e xenbus_dev_groups +EXPORT_SYMBOL_GPL vmlinux 0x32836981 public_key_verify_signature +EXPORT_SYMBOL_GPL vmlinux 0x328e4cde memunmap_pages +EXPORT_SYMBOL_GPL vmlinux 0x32904081 regmap_raw_write +EXPORT_SYMBOL_GPL vmlinux 0x329c9be9 devlink_linecard_nested_dl_set +EXPORT_SYMBOL_GPL vmlinux 0x329e80de clk_hw_unregister_mux +EXPORT_SYMBOL_GPL vmlinux 0x32a40446 d_same_name +EXPORT_SYMBOL_GPL vmlinux 0x32ab06cc irq_percpu_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0x32b546ee bind_interdomain_evtchn_to_irq_lateeoi +EXPORT_SYMBOL_GPL vmlinux 0x32bc0fcf preempt_notifier_dec +EXPORT_SYMBOL_GPL vmlinux 0x32c3cb4e class_compat_register +EXPORT_SYMBOL_GPL vmlinux 0x32c4e786 mtk_pinconf_bias_disable_get +EXPORT_SYMBOL_GPL vmlinux 0x32d8c79d pingv6_ops +EXPORT_SYMBOL_GPL vmlinux 0x32df33e7 x509_cert_parse +EXPORT_SYMBOL_GPL vmlinux 0x32f28653 blk_update_request +EXPORT_SYMBOL_GPL vmlinux 0x32f69f13 fib_rules_lookup +EXPORT_SYMBOL_GPL vmlinux 0x32f9ced9 vfs_inode_has_locks +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 0x331eb634 fwnode_graph_get_endpoint_by_id +EXPORT_SYMBOL_GPL vmlinux 0x332508a1 mtk_pctrl_show_one_pin +EXPORT_SYMBOL_GPL vmlinux 0x3337d6b2 of_property_read_variable_u16_array +EXPORT_SYMBOL_GPL vmlinux 0x335c570f enable_percpu_irq +EXPORT_SYMBOL_GPL vmlinux 0x33765314 folio_wait_writeback_killable +EXPORT_SYMBOL_GPL vmlinux 0x337bf979 of_irq_to_resource +EXPORT_SYMBOL_GPL vmlinux 0x337ea6ef handle_mm_fault +EXPORT_SYMBOL_GPL vmlinux 0x338567fe get_dev_pagemap +EXPORT_SYMBOL_GPL vmlinux 0x339c2017 fat_update_time +EXPORT_SYMBOL_GPL vmlinux 0x339ed884 skb_clone_tx_timestamp +EXPORT_SYMBOL_GPL vmlinux 0x33adb37e xen_xenbus_fops +EXPORT_SYMBOL_GPL vmlinux 0x33b0f26b mmu_interval_notifier_remove +EXPORT_SYMBOL_GPL vmlinux 0x33e3a2af cpufreq_freq_transition_begin +EXPORT_SYMBOL_GPL vmlinux 0x3415378d irq_domain_free_irqs_parent +EXPORT_SYMBOL_GPL vmlinux 0x34181c17 netdev_cmd_to_name +EXPORT_SYMBOL_GPL vmlinux 0x34250de7 usb_hcd_start_port_resume +EXPORT_SYMBOL_GPL vmlinux 0x3426785b component_compare_dev +EXPORT_SYMBOL_GPL vmlinux 0x34298c0e usb_role_switch_register +EXPORT_SYMBOL_GPL vmlinux 0x343033b5 gpiod_get_array +EXPORT_SYMBOL_GPL vmlinux 0x34331f04 acpi_os_unmap_memory +EXPORT_SYMBOL_GPL vmlinux 0x343f6e0d pci_epc_get_features +EXPORT_SYMBOL_GPL vmlinux 0x34407691 crypto_has_ahash +EXPORT_SYMBOL_GPL vmlinux 0x344361a1 kdb_register +EXPORT_SYMBOL_GPL vmlinux 0x3445877f __devres_alloc_node +EXPORT_SYMBOL_GPL vmlinux 0x344a2c84 iomap_dio_complete +EXPORT_SYMBOL_GPL vmlinux 0x344d6b01 devlink_port_fini +EXPORT_SYMBOL_GPL vmlinux 0x3450ad94 mpi_set_ui +EXPORT_SYMBOL_GPL vmlinux 0x34510f42 fat_scan +EXPORT_SYMBOL_GPL vmlinux 0x34757a75 __platform_create_bundle +EXPORT_SYMBOL_GPL vmlinux 0x3476ac5b list_lru_walk_node +EXPORT_SYMBOL_GPL vmlinux 0x3491f3c7 inet_pernet_hashinfo_free +EXPORT_SYMBOL_GPL vmlinux 0x349cf6f9 regulator_count_voltages +EXPORT_SYMBOL_GPL vmlinux 0x34a52f82 acpi_device_fix_up_power +EXPORT_SYMBOL_GPL vmlinux 0x34a7b142 __SCK__tp_func_rpm_suspend +EXPORT_SYMBOL_GPL vmlinux 0x34b47afd spi_delay_to_ns +EXPORT_SYMBOL_GPL vmlinux 0x34d03cd4 of_usb_host_tpl_support +EXPORT_SYMBOL_GPL vmlinux 0x34dccfb2 context_tracking +EXPORT_SYMBOL_GPL vmlinux 0x34eab46d bind_evtchn_to_irqhandler +EXPORT_SYMBOL_GPL vmlinux 0x34edacbf pinmux_generic_get_function_name +EXPORT_SYMBOL_GPL vmlinux 0x34fc4ad3 __tracepoint_block_split +EXPORT_SYMBOL_GPL vmlinux 0x35074576 fib_rules_unregister +EXPORT_SYMBOL_GPL vmlinux 0x350f6ce5 tasklet_unlock_wait +EXPORT_SYMBOL_GPL vmlinux 0x3512875c gnttab_map_refs +EXPORT_SYMBOL_GPL vmlinux 0x352b3813 maxim_charger_calc_reg_current +EXPORT_SYMBOL_GPL vmlinux 0x352ec68b bpf_offload_dev_destroy +EXPORT_SYMBOL_GPL vmlinux 0x353d55d7 of_dma_router_register +EXPORT_SYMBOL_GPL vmlinux 0x353fc27b blk_rq_is_poll +EXPORT_SYMBOL_GPL vmlinux 0x354a9c5d devm_regulator_get_optional +EXPORT_SYMBOL_GPL vmlinux 0x354bfdfa __fscrypt_prepare_readdir +EXPORT_SYMBOL_GPL vmlinux 0x354c8178 ata_sff_tf_load +EXPORT_SYMBOL_GPL vmlinux 0x35502119 component_release_of +EXPORT_SYMBOL_GPL vmlinux 0x35589ed7 i2c_adapter_depth +EXPORT_SYMBOL_GPL vmlinux 0x355b2ef2 ti_sci_put_handle +EXPORT_SYMBOL_GPL vmlinux 0x355bc89a klist_next +EXPORT_SYMBOL_GPL vmlinux 0x355cba8b irq_domain_free_fwnode +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 0x3589ca35 wm831x_reg_write +EXPORT_SYMBOL_GPL vmlinux 0x358bbf12 mtk_mux_gate_clr_set_upd_ops +EXPORT_SYMBOL_GPL vmlinux 0x358ff60f twl_get_hfclk_rate +EXPORT_SYMBOL_GPL vmlinux 0x35a4f59d zynqmp_pm_clock_setdivider +EXPORT_SYMBOL_GPL vmlinux 0x35abad47 driver_find_device +EXPORT_SYMBOL_GPL vmlinux 0x35c7e42e wbc_detach_inode +EXPORT_SYMBOL_GPL vmlinux 0x35d3dc46 crypto_alg_sem +EXPORT_SYMBOL_GPL vmlinux 0x35d7bace phy_resolve_aneg_pause +EXPORT_SYMBOL_GPL vmlinux 0x35fc37f4 encrypt_blob +EXPORT_SYMBOL_GPL vmlinux 0x3604b7c6 clk_fixed_rate_ops +EXPORT_SYMBOL_GPL vmlinux 0x36143141 tps65912_regmap_config +EXPORT_SYMBOL_GPL vmlinux 0x362098d2 iommu_device_sysfs_remove +EXPORT_SYMBOL_GPL vmlinux 0x36242943 switchdev_deferred_process +EXPORT_SYMBOL_GPL vmlinux 0x362c8638 xfrm_dev_offload_ok +EXPORT_SYMBOL_GPL vmlinux 0x363d68bb usb_add_hcd +EXPORT_SYMBOL_GPL vmlinux 0x36581418 iommu_enable_nesting +EXPORT_SYMBOL_GPL vmlinux 0x365989e5 imx_1416x_pll +EXPORT_SYMBOL_GPL vmlinux 0x365b45d1 __tracepoint_sched_update_nr_running_tp +EXPORT_SYMBOL_GPL vmlinux 0x3675366e scsi_dh_activate +EXPORT_SYMBOL_GPL vmlinux 0x367aea4b devm_pm_runtime_enable +EXPORT_SYMBOL_GPL vmlinux 0x367f22a8 sfp_bus_find_fwnode +EXPORT_SYMBOL_GPL vmlinux 0x36831f50 devm_kstrdup +EXPORT_SYMBOL_GPL vmlinux 0x36869859 crypto_default_rng +EXPORT_SYMBOL_GPL vmlinux 0x36898d6f gpiod_remove_hogs +EXPORT_SYMBOL_GPL vmlinux 0x369fcd70 tracing_snapshot +EXPORT_SYMBOL_GPL vmlinux 0x36ac17ab alloc_iova_fast +EXPORT_SYMBOL_GPL vmlinux 0x36cb0647 scsi_host_block +EXPORT_SYMBOL_GPL vmlinux 0x36db870b zynqmp_pm_sha_hash +EXPORT_SYMBOL_GPL vmlinux 0x36e65d5d fsl_mc_bus_dprc_type +EXPORT_SYMBOL_GPL vmlinux 0x36edadb7 dm_disk +EXPORT_SYMBOL_GPL vmlinux 0x36efa93a fuse_dev_fiq_ops +EXPORT_SYMBOL_GPL vmlinux 0x37169f79 cpu_latency_qos_update_request +EXPORT_SYMBOL_GPL vmlinux 0x371ffb81 devlink_traps_unregister +EXPORT_SYMBOL_GPL vmlinux 0x37247787 pm_generic_freeze_noirq +EXPORT_SYMBOL_GPL vmlinux 0x3726c5a5 wakeup_source_remove +EXPORT_SYMBOL_GPL vmlinux 0x372765df crypto_create_tfm_node +EXPORT_SYMBOL_GPL vmlinux 0x374df81a dax_recovery_write +EXPORT_SYMBOL_GPL vmlinux 0x374ec456 regulator_set_voltage_time_sel +EXPORT_SYMBOL_GPL vmlinux 0x3750d770 erst_read +EXPORT_SYMBOL_GPL vmlinux 0x37549fee tegra_bpmp_transfer +EXPORT_SYMBOL_GPL vmlinux 0x375dfb1f device_attach +EXPORT_SYMBOL_GPL vmlinux 0x376284ac blk_mq_unfreeze_queue +EXPORT_SYMBOL_GPL vmlinux 0x376b2512 vcap_lookup_keyfield +EXPORT_SYMBOL_GPL vmlinux 0x376d97be gpiod_toggle_active_low +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 0x377d4f48 dev_pm_opp_set_sharing_cpus +EXPORT_SYMBOL_GPL vmlinux 0x3787dd69 pci_epc_set_msi +EXPORT_SYMBOL_GPL vmlinux 0x378adfb7 zynqmp_pm_sd_dll_reset +EXPORT_SYMBOL_GPL vmlinux 0x378c9182 platform_get_irq_byname_optional +EXPORT_SYMBOL_GPL vmlinux 0x37914025 xenbus_write +EXPORT_SYMBOL_GPL vmlinux 0x3792c910 mtk_clk_unregister_ref2usb_tx +EXPORT_SYMBOL_GPL vmlinux 0x379c4767 alloc_skb_for_msg +EXPORT_SYMBOL_GPL vmlinux 0x37a1b112 sata_sff_hardreset +EXPORT_SYMBOL_GPL vmlinux 0x37a583da pcim_doe_create_mb +EXPORT_SYMBOL_GPL vmlinux 0x37acd44f dax_remove_host +EXPORT_SYMBOL_GPL vmlinux 0x37b4b83b ata_dev_next +EXPORT_SYMBOL_GPL vmlinux 0x37b5419b __traceiter_xdp_bulk_tx +EXPORT_SYMBOL_GPL vmlinux 0x37b95171 skb_mpls_pop +EXPORT_SYMBOL_GPL vmlinux 0x37bbc4d7 vp_legacy_get_status +EXPORT_SYMBOL_GPL vmlinux 0x37bf7be3 percpu_ref_exit +EXPORT_SYMBOL_GPL vmlinux 0x37d5c7da syscon_regmap_lookup_by_phandle_optional +EXPORT_SYMBOL_GPL vmlinux 0x37d5e41a skb_append_pagefrags +EXPORT_SYMBOL_GPL vmlinux 0x37d7282a regmap_irq_get_domain +EXPORT_SYMBOL_GPL vmlinux 0x37e9f1df devm_hwspin_lock_request_specific +EXPORT_SYMBOL_GPL vmlinux 0x37fdf796 irq_create_of_mapping +EXPORT_SYMBOL_GPL vmlinux 0x38005874 sdio_align_size +EXPORT_SYMBOL_GPL vmlinux 0x3801776b __ioread32_copy +EXPORT_SYMBOL_GPL vmlinux 0x38047f24 mmc_send_status +EXPORT_SYMBOL_GPL vmlinux 0x380a1270 spi_mem_exec_op +EXPORT_SYMBOL_GPL vmlinux 0x380dde36 power_supply_batinfo_ocv2cap +EXPORT_SYMBOL_GPL vmlinux 0x381ade61 usb_check_bulk_endpoints +EXPORT_SYMBOL_GPL vmlinux 0x381f2e37 ata_pci_sff_init_host +EXPORT_SYMBOL_GPL vmlinux 0x38268b62 icc_bulk_enable +EXPORT_SYMBOL_GPL vmlinux 0x3827da88 tps6586x_update +EXPORT_SYMBOL_GPL vmlinux 0x382f8ab5 dev_pm_qos_hide_latency_limit +EXPORT_SYMBOL_GPL vmlinux 0x38374815 clear_selection +EXPORT_SYMBOL_GPL vmlinux 0x3838ed2a get_net_ns +EXPORT_SYMBOL_GPL vmlinux 0x3841d1ae fsl_mc_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x3848667c iommu_sva_alloc_pasid +EXPORT_SYMBOL_GPL vmlinux 0x385cf208 spi_mem_adjust_op_size +EXPORT_SYMBOL_GPL vmlinux 0x3866e217 nvmem_device_write +EXPORT_SYMBOL_GPL vmlinux 0x386f0270 rockchip_clk_init +EXPORT_SYMBOL_GPL vmlinux 0x38708e25 inet_peer_base_init +EXPORT_SYMBOL_GPL vmlinux 0x3876b43f ata_pci_device_resume +EXPORT_SYMBOL_GPL vmlinux 0x3880c969 of_phy_simple_xlate +EXPORT_SYMBOL_GPL vmlinux 0x38846a1f __rtnl_link_register +EXPORT_SYMBOL_GPL vmlinux 0x3888014b pci_aer_clear_nonfatal_status +EXPORT_SYMBOL_GPL vmlinux 0x388f7f8e genphy_c45_pma_baset1_read_master_slave +EXPORT_SYMBOL_GPL vmlinux 0x389b64a2 static_key_count +EXPORT_SYMBOL_GPL vmlinux 0x389ed2d8 divider_determine_rate +EXPORT_SYMBOL_GPL vmlinux 0x38aa1397 gpiod_add_lookup_table +EXPORT_SYMBOL_GPL vmlinux 0x38b03dc3 register_user_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0x38b671f8 kthread_park +EXPORT_SYMBOL_GPL vmlinux 0x38c3ff30 freq_qos_add_notifier +EXPORT_SYMBOL_GPL vmlinux 0x38c89afe rdev_get_name +EXPORT_SYMBOL_GPL vmlinux 0x38c89db3 kthread_queue_work +EXPORT_SYMBOL_GPL vmlinux 0x38c97bac k3_udma_glue_request_rx_chn +EXPORT_SYMBOL_GPL vmlinux 0x38d28471 xhci_update_hub_device +EXPORT_SYMBOL_GPL vmlinux 0x38ddd385 __account_locked_vm +EXPORT_SYMBOL_GPL vmlinux 0x38e1fde7 mpi_set +EXPORT_SYMBOL_GPL vmlinux 0x38e5bc5a clk_set_rate_range +EXPORT_SYMBOL_GPL vmlinux 0x38f704de dm_get_reserved_bio_based_ios +EXPORT_SYMBOL_GPL vmlinux 0x39068224 acpi_set_modalias +EXPORT_SYMBOL_GPL vmlinux 0x391abd39 __hwspin_lock_timeout +EXPORT_SYMBOL_GPL vmlinux 0x391dc63c reset_control_get_count +EXPORT_SYMBOL_GPL vmlinux 0x3927a127 of_pci_get_devfn +EXPORT_SYMBOL_GPL vmlinux 0x392941d9 filemap_add_folio +EXPORT_SYMBOL_GPL vmlinux 0x392ec468 pci_msi_mask_irq +EXPORT_SYMBOL_GPL vmlinux 0x3934db83 pci_bridge_emul_cleanup +EXPORT_SYMBOL_GPL vmlinux 0x39472876 bus_create_file +EXPORT_SYMBOL_GPL vmlinux 0x3949b3f6 pci_epc_put +EXPORT_SYMBOL_GPL vmlinux 0x394ab0f8 gfn_to_pfn +EXPORT_SYMBOL_GPL vmlinux 0x395b8b90 sbitmap_prepare_to_wait +EXPORT_SYMBOL_GPL vmlinux 0x395c6e9b inet6_csk_xmit +EXPORT_SYMBOL_GPL vmlinux 0x39723b7f rtc_alarm_irq_enable +EXPORT_SYMBOL_GPL vmlinux 0x397a6aed reset_simple_ops +EXPORT_SYMBOL_GPL vmlinux 0x397e1dec crypto_lookup_template +EXPORT_SYMBOL_GPL vmlinux 0x397e2142 __SCK__tp_func_sched_cpu_capacity_tp +EXPORT_SYMBOL_GPL vmlinux 0x39a7affc driver_deferred_probe_timeout +EXPORT_SYMBOL_GPL vmlinux 0x39aa4888 usb_role_string +EXPORT_SYMBOL_GPL vmlinux 0x39bd4d15 ping_seq_next +EXPORT_SYMBOL_GPL vmlinux 0x39c32aca __SCK__tp_func_neigh_event_send_done +EXPORT_SYMBOL_GPL vmlinux 0x39c9d88c xas_find +EXPORT_SYMBOL_GPL vmlinux 0x39cb6269 __traceiter_pelt_irq_tp +EXPORT_SYMBOL_GPL vmlinux 0x39cf57b7 __acpi_node_get_property_reference +EXPORT_SYMBOL_GPL vmlinux 0x39ded098 rdma_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0x39e749f5 iommu_unmap +EXPORT_SYMBOL_GPL vmlinux 0x39ecb7f1 tcp_twsk_unique +EXPORT_SYMBOL_GPL vmlinux 0x39f4b3fe sysfs_break_active_protection +EXPORT_SYMBOL_GPL vmlinux 0x39fd83db halt_poll_ns_shrink +EXPORT_SYMBOL_GPL vmlinux 0x3a15013b ata_pack_xfermask +EXPORT_SYMBOL_GPL vmlinux 0x3a206032 stmpe_disable +EXPORT_SYMBOL_GPL vmlinux 0x3a24fb2f percpu_ref_resurrect +EXPORT_SYMBOL_GPL vmlinux 0x3a2c4488 scmi_driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0x3a39c6ba pinctrl_utils_free_map +EXPORT_SYMBOL_GPL vmlinux 0x3a3db4a5 addrconf_prefix_rcv_add_addr +EXPORT_SYMBOL_GPL vmlinux 0x3a45f3f3 __devm_of_phy_provider_register +EXPORT_SYMBOL_GPL vmlinux 0x3a45fe87 hrtimer_init_sleeper +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 0x3a652032 blk_mq_pci_map_queues +EXPORT_SYMBOL_GPL vmlinux 0x3a709e5a rcu_trc_cmpxchg_need_qs +EXPORT_SYMBOL_GPL vmlinux 0x3a74e484 __tracepoint_sched_util_est_se_tp +EXPORT_SYMBOL_GPL vmlinux 0x3a95e845 set_online_page_callback +EXPORT_SYMBOL_GPL vmlinux 0x3a9be019 asymmetric_key_id_partial +EXPORT_SYMBOL_GPL vmlinux 0x3aa15731 devm_hwspin_lock_unregister +EXPORT_SYMBOL_GPL vmlinux 0x3ab40fb4 dw_pcie_ep_raise_legacy_irq +EXPORT_SYMBOL_GPL vmlinux 0x3abdc17a cper_dimm_err_location +EXPORT_SYMBOL_GPL vmlinux 0x3abe76c8 fib_nl_delrule +EXPORT_SYMBOL_GPL vmlinux 0x3ac2f310 blk_next_bio +EXPORT_SYMBOL_GPL vmlinux 0x3ac3feba rhltable_init +EXPORT_SYMBOL_GPL vmlinux 0x3acdf325 twl4030_audio_enable_resource +EXPORT_SYMBOL_GPL vmlinux 0x3ad7a49f __ndisc_fill_addr_option +EXPORT_SYMBOL_GPL vmlinux 0x3ad8b13d inode_dax +EXPORT_SYMBOL_GPL vmlinux 0x3ada3f3d xen_dbgp_reset_prep +EXPORT_SYMBOL_GPL vmlinux 0x3ae5f2d0 kvm_destroy_vcpus +EXPORT_SYMBOL_GPL vmlinux 0x3ae6e4da pci_assign_unassigned_bus_resources +EXPORT_SYMBOL_GPL vmlinux 0x3ae8a886 iomap_file_buffered_write_punch_delalloc +EXPORT_SYMBOL_GPL vmlinux 0x3afc4a8f sbitmap_resize +EXPORT_SYMBOL_GPL vmlinux 0x3b190242 ata_std_postreset +EXPORT_SYMBOL_GPL vmlinux 0x3b1b80f0 dpbp_reset +EXPORT_SYMBOL_GPL vmlinux 0x3b233500 virtqueue_enable_cb +EXPORT_SYMBOL_GPL vmlinux 0x3b270674 sock_inuse_get +EXPORT_SYMBOL_GPL vmlinux 0x3b27ad33 pci_msix_can_alloc_dyn +EXPORT_SYMBOL_GPL vmlinux 0x3b2ab62a meson_clk_mpll_ro_ops +EXPORT_SYMBOL_GPL vmlinux 0x3b486c6b irq_create_fwspec_mapping +EXPORT_SYMBOL_GPL vmlinux 0x3b4bf4c8 tty_port_register_device_attr_serdev +EXPORT_SYMBOL_GPL vmlinux 0x3b4c240a display_timings_release +EXPORT_SYMBOL_GPL vmlinux 0x3b4c243b vfs_set_acl +EXPORT_SYMBOL_GPL vmlinux 0x3b538167 is_dock_device +EXPORT_SYMBOL_GPL vmlinux 0x3b5fbe7d iommu_group_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0x3b610584 __tracepoint_sched_cpu_capacity_tp +EXPORT_SYMBOL_GPL vmlinux 0x3b682e04 device_create_with_groups +EXPORT_SYMBOL_GPL vmlinux 0x3b6ce4fa serdev_device_get_tiocm +EXPORT_SYMBOL_GPL vmlinux 0x3b78bf02 sunxi_ccu_get_mmc_timing_mode +EXPORT_SYMBOL_GPL vmlinux 0x3b8cbeae led_trigger_read +EXPORT_SYMBOL_GPL vmlinux 0x3b9147f7 i2c_new_ancillary_device +EXPORT_SYMBOL_GPL vmlinux 0x3b9c17a2 serial8250_rx_dma_flush +EXPORT_SYMBOL_GPL vmlinux 0x3ba01b47 get_compat_sigset +EXPORT_SYMBOL_GPL vmlinux 0x3ba7400d vfs_kern_mount +EXPORT_SYMBOL_GPL vmlinux 0x3baeb83a dev_attr_ncq_prio_enable +EXPORT_SYMBOL_GPL vmlinux 0x3bb33501 devl_sb_register +EXPORT_SYMBOL_GPL vmlinux 0x3bbbe0c9 tpm_chip_stop +EXPORT_SYMBOL_GPL vmlinux 0x3bd90a26 acpi_irq_create_hierarchy +EXPORT_SYMBOL_GPL vmlinux 0x3bdb5d28 alg_test +EXPORT_SYMBOL_GPL vmlinux 0x3bdc0e0c __tracepoint_neigh_event_send_done +EXPORT_SYMBOL_GPL vmlinux 0x3bdcd867 meson_clk_cpu_dyndiv_ops +EXPORT_SYMBOL_GPL vmlinux 0x3beb6200 dw_pcie_ep_reset_bar +EXPORT_SYMBOL_GPL vmlinux 0x3bedf8a0 md_rdev_init +EXPORT_SYMBOL_GPL vmlinux 0x3bef1ede fscrypt_get_symlink +EXPORT_SYMBOL_GPL vmlinux 0x3bf17755 mpi_read_buffer +EXPORT_SYMBOL_GPL vmlinux 0x3c0e8050 hyperv_pcpu_input_arg +EXPORT_SYMBOL_GPL vmlinux 0x3c11b9f5 tegra210_put_utmipll_in_iddq +EXPORT_SYMBOL_GPL vmlinux 0x3c1c3725 rcu_fwd_progress_check +EXPORT_SYMBOL_GPL vmlinux 0x3c2b68f7 of_changeset_apply +EXPORT_SYMBOL_GPL vmlinux 0x3c3284d6 relay_subbufs_consumed +EXPORT_SYMBOL_GPL vmlinux 0x3c3b8a3d nvmem_device_cell_write +EXPORT_SYMBOL_GPL vmlinux 0x3c3c85d8 __SCK__tp_func_kfree_skb +EXPORT_SYMBOL_GPL vmlinux 0x3c5c8c7d kthread_use_mm +EXPORT_SYMBOL_GPL vmlinux 0x3c5d543a hrtimer_start_range_ns +EXPORT_SYMBOL_GPL vmlinux 0x3c5fe7c5 acpi_storage_d3 +EXPORT_SYMBOL_GPL vmlinux 0x3c681dc4 ring_buffer_record_disable +EXPORT_SYMBOL_GPL vmlinux 0x3c72bc60 irq_chip_unmask_parent +EXPORT_SYMBOL_GPL vmlinux 0x3c76295e vp_modern_set_status +EXPORT_SYMBOL_GPL vmlinux 0x3c7e831f gpiochip_free_own_desc +EXPORT_SYMBOL_GPL vmlinux 0x3c819c45 arch_apei_report_mem_error +EXPORT_SYMBOL_GPL vmlinux 0x3c81d3e6 acpi_dev_state_d0 +EXPORT_SYMBOL_GPL vmlinux 0x3c884b78 serdev_controller_add +EXPORT_SYMBOL_GPL vmlinux 0x3c8f3a94 perf_event_release_kernel +EXPORT_SYMBOL_GPL vmlinux 0x3c968a92 gpiochip_remove +EXPORT_SYMBOL_GPL vmlinux 0x3c9baaaf devm_gpiod_get_index +EXPORT_SYMBOL_GPL vmlinux 0x3ca59480 extcon_dev_free +EXPORT_SYMBOL_GPL vmlinux 0x3caf3056 ipv6_stub +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 0x3cd3e28d pm_runtime_get_if_active +EXPORT_SYMBOL_GPL vmlinux 0x3cd6109b nfs_ssc_unregister +EXPORT_SYMBOL_GPL vmlinux 0x3cff6d71 vcap_rule_add_key_u72 +EXPORT_SYMBOL_GPL vmlinux 0x3d1093bf icc_node_create +EXPORT_SYMBOL_GPL vmlinux 0x3d24c931 rockchip_register_restart_notifier +EXPORT_SYMBOL_GPL vmlinux 0x3d37eebd __traceiter_kfree_skb +EXPORT_SYMBOL_GPL vmlinux 0x3d388324 dpm_resume_end +EXPORT_SYMBOL_GPL vmlinux 0x3d44eb0a dax_finish_sync_fault +EXPORT_SYMBOL_GPL vmlinux 0x3d45195b netdev_is_rx_handler_busy +EXPORT_SYMBOL_GPL vmlinux 0x3d45df32 xfrm_audit_state_replay_overflow +EXPORT_SYMBOL_GPL vmlinux 0x3d510a7b rcu_jiffies_till_stall_check +EXPORT_SYMBOL_GPL vmlinux 0x3d7470dd crypto_alloc_rng +EXPORT_SYMBOL_GPL vmlinux 0x3d7b6a5e devm_of_phy_get_by_index +EXPORT_SYMBOL_GPL vmlinux 0x3d802be8 __device_reset +EXPORT_SYMBOL_GPL vmlinux 0x3d827152 scsi_get_vpd_page +EXPORT_SYMBOL_GPL vmlinux 0x3d866e05 __SCK__tp_func_block_rq_insert +EXPORT_SYMBOL_GPL vmlinux 0x3d88e4d9 dpcon_set_notification +EXPORT_SYMBOL_GPL vmlinux 0x3d8baf3b zs_huge_class_size +EXPORT_SYMBOL_GPL vmlinux 0x3d96865b pinmux_generic_get_function_count +EXPORT_SYMBOL_GPL vmlinux 0x3d968d8a devm_platform_get_irqs_affinity +EXPORT_SYMBOL_GPL vmlinux 0x3d9cff35 dma_max_mapping_size +EXPORT_SYMBOL_GPL vmlinux 0x3da97aa7 metadata_dst_alloc +EXPORT_SYMBOL_GPL vmlinux 0x3daa2540 nf_hooks_lwtunnel_enabled +EXPORT_SYMBOL_GPL vmlinux 0x3db2562b clean_record_shared_mapping_range +EXPORT_SYMBOL_GPL vmlinux 0x3dcef856 ata_bmdma32_port_ops +EXPORT_SYMBOL_GPL vmlinux 0x3dd6fe88 acpi_pci_check_ejectable +EXPORT_SYMBOL_GPL vmlinux 0x3de21c35 inet6_lookup +EXPORT_SYMBOL_GPL vmlinux 0x3de87fe6 fsnotify +EXPORT_SYMBOL_GPL vmlinux 0x3de9cae1 crypto_remove_final +EXPORT_SYMBOL_GPL vmlinux 0x3dee5ee8 bpf_prog_get_type_dev +EXPORT_SYMBOL_GPL vmlinux 0x3df70c99 trace_clock_global +EXPORT_SYMBOL_GPL vmlinux 0x3e0a087f inet_hashinfo2_init_mod +EXPORT_SYMBOL_GPL vmlinux 0x3e1d2921 __scsi_init_queue +EXPORT_SYMBOL_GPL vmlinux 0x3e32b674 __traceiter_neigh_event_send_dead +EXPORT_SYMBOL_GPL vmlinux 0x3e394ed7 nvmem_cell_read_u8 +EXPORT_SYMBOL_GPL vmlinux 0x3e411ace sfp_select_interface +EXPORT_SYMBOL_GPL vmlinux 0x3e44b2ab usb_driver_set_configuration +EXPORT_SYMBOL_GPL vmlinux 0x3e52d796 debugfs_rename +EXPORT_SYMBOL_GPL vmlinux 0x3e5bbb2d ip_local_out +EXPORT_SYMBOL_GPL vmlinux 0x3e61acba dm_per_bio_data +EXPORT_SYMBOL_GPL vmlinux 0x3e6be9b7 usb_autopm_put_interface_async +EXPORT_SYMBOL_GPL vmlinux 0x3e6cd0a6 fwnode_graph_get_endpoint_count +EXPORT_SYMBOL_GPL vmlinux 0x3e705308 clk_hw_unregister_divider +EXPORT_SYMBOL_GPL vmlinux 0x3e7080cb mpi_read_from_buffer +EXPORT_SYMBOL_GPL vmlinux 0x3e70b422 regulator_unregister_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0x3e78e99b vcap_val_rule +EXPORT_SYMBOL_GPL vmlinux 0x3e7927db to_software_node +EXPORT_SYMBOL_GPL vmlinux 0x3e79e88a da903x_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x3e825365 inet6_csk_addr2sockaddr +EXPORT_SYMBOL_GPL vmlinux 0x3e903560 ip_tunnel_netlink_encap_parms +EXPORT_SYMBOL_GPL vmlinux 0x3e981877 tty_save_termios +EXPORT_SYMBOL_GPL vmlinux 0x3ea5196d apei_osc_setup +EXPORT_SYMBOL_GPL vmlinux 0x3eac0d60 bio_blkcg_css +EXPORT_SYMBOL_GPL vmlinux 0x3eac101c pcc_mbox_request_channel +EXPORT_SYMBOL_GPL vmlinux 0x3ec58e77 verify_signature +EXPORT_SYMBOL_GPL vmlinux 0x3ec68732 lwtunnel_fill_encap +EXPORT_SYMBOL_GPL vmlinux 0x3edb086b pse_control_put +EXPORT_SYMBOL_GPL vmlinux 0x3ee0d8f9 elv_rqhash_add +EXPORT_SYMBOL_GPL vmlinux 0x3eee6467 dev_nit_active +EXPORT_SYMBOL_GPL vmlinux 0x3eeeb6ea of_reserved_mem_device_release +EXPORT_SYMBOL_GPL vmlinux 0x3ef051c8 crypto_inc +EXPORT_SYMBOL_GPL vmlinux 0x3ef07469 spi_get_device_id +EXPORT_SYMBOL_GPL vmlinux 0x3ef172dd regulator_get_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x3f049829 tracepoint_srcu +EXPORT_SYMBOL_GPL vmlinux 0x3f1aa2c7 i2c_new_dummy_device +EXPORT_SYMBOL_GPL vmlinux 0x3f1adb2d xenbus_free_evtchn +EXPORT_SYMBOL_GPL vmlinux 0x3f243162 __iomap_dio_rw +EXPORT_SYMBOL_GPL vmlinux 0x3f258205 gpiod_get_raw_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x3f375997 adp5520_write +EXPORT_SYMBOL_GPL vmlinux 0x3f3a174a phylink_ethtool_ksettings_get +EXPORT_SYMBOL_GPL vmlinux 0x3f44de7c pci_epc_set_msix +EXPORT_SYMBOL_GPL vmlinux 0x3f48c1fa devm_kasprintf_strarray +EXPORT_SYMBOL_GPL vmlinux 0x3f491f49 reset_control_bulk_reset +EXPORT_SYMBOL_GPL vmlinux 0x3f514f19 thermal_zone_get_temp +EXPORT_SYMBOL_GPL vmlinux 0x3f526887 udp_bpf_update_proto +EXPORT_SYMBOL_GPL vmlinux 0x3f585bcc blk_mq_hctx_set_fq_lock_class +EXPORT_SYMBOL_GPL vmlinux 0x3f61c7b3 divider_round_rate_parent +EXPORT_SYMBOL_GPL vmlinux 0x3f633c0f palmas_ext_control_req_config +EXPORT_SYMBOL_GPL vmlinux 0x3f67e27e udp4_hwcsum +EXPORT_SYMBOL_GPL vmlinux 0x3f6ab2e4 crypto_grab_skcipher +EXPORT_SYMBOL_GPL vmlinux 0x3f83446e pinctrl_utils_add_map_mux +EXPORT_SYMBOL_GPL vmlinux 0x3f8483be dev_pm_qos_remove_request +EXPORT_SYMBOL_GPL vmlinux 0x3f84bcd7 dax_alive +EXPORT_SYMBOL_GPL vmlinux 0x3f893f37 sdio_f0_readb +EXPORT_SYMBOL_GPL vmlinux 0x3f8f680d dw_pcie_read_dbi +EXPORT_SYMBOL_GPL vmlinux 0x3f9423fd unregister_pernet_device +EXPORT_SYMBOL_GPL vmlinux 0x3fa60dba rio_release_inb_dbell +EXPORT_SYMBOL_GPL vmlinux 0x3fa79236 pci_hp_remove_module_link +EXPORT_SYMBOL_GPL vmlinux 0x3fae6ab0 hv_vp_index +EXPORT_SYMBOL_GPL vmlinux 0x3fb0f8e8 virtqueue_add_inbuf +EXPORT_SYMBOL_GPL vmlinux 0x3fb2cf9d dev_pm_opp_sync_regulators +EXPORT_SYMBOL_GPL vmlinux 0x3fdcdf88 dma_need_sync +EXPORT_SYMBOL_GPL vmlinux 0x3fe2f588 __ip6_datagram_connect +EXPORT_SYMBOL_GPL vmlinux 0x3fe35aea irq_bypass_unregister_consumer +EXPORT_SYMBOL_GPL vmlinux 0x3fe6c346 devlink_fmsg_binary_pair_put +EXPORT_SYMBOL_GPL vmlinux 0x3fe949f6 irq_gc_ack_set_bit +EXPORT_SYMBOL_GPL vmlinux 0x3fea029c hisi_clk_register_gate +EXPORT_SYMBOL_GPL vmlinux 0x3fedfe41 regulator_sync_voltage +EXPORT_SYMBOL_GPL vmlinux 0x3ff2e349 hte_request_ts_ns +EXPORT_SYMBOL_GPL vmlinux 0x3ff429c0 ping_bind +EXPORT_SYMBOL_GPL vmlinux 0x3ffdacf3 timerqueue_iterate_next +EXPORT_SYMBOL_GPL vmlinux 0x400a024b acpi_scan_lock_release +EXPORT_SYMBOL_GPL vmlinux 0x40119631 pm_generic_resume_early +EXPORT_SYMBOL_GPL vmlinux 0x40229f3e __irq_alloc_descs +EXPORT_SYMBOL_GPL vmlinux 0x40267068 usb_anchor_resume_wakeups +EXPORT_SYMBOL_GPL vmlinux 0x402ac6f9 blk_abort_request +EXPORT_SYMBOL_GPL vmlinux 0x402ae412 elv_register +EXPORT_SYMBOL_GPL vmlinux 0x403eac60 sbitmap_get +EXPORT_SYMBOL_GPL vmlinux 0x403f9529 gpio_request_one +EXPORT_SYMBOL_GPL vmlinux 0x4040fb6c ata_port_desc +EXPORT_SYMBOL_GPL vmlinux 0x4043757f init_iova_domain +EXPORT_SYMBOL_GPL vmlinux 0x4044f2fd pkcs7_get_content_data +EXPORT_SYMBOL_GPL vmlinux 0x404ea4f7 md_find_rdev_rcu +EXPORT_SYMBOL_GPL vmlinux 0x4065d168 pm_print_active_wakeup_sources +EXPORT_SYMBOL_GPL vmlinux 0x406c4cb1 hrtimer_resolution +EXPORT_SYMBOL_GPL vmlinux 0x406cc474 mmu_interval_notifier_insert_locked +EXPORT_SYMBOL_GPL vmlinux 0x4071b517 out_of_line_wait_on_bit_timeout +EXPORT_SYMBOL_GPL vmlinux 0x407a4c16 debugfs_create_x32 +EXPORT_SYMBOL_GPL vmlinux 0x407af304 usb_wait_anchor_empty_timeout +EXPORT_SYMBOL_GPL vmlinux 0x4099f919 tun_ptr_free +EXPORT_SYMBOL_GPL vmlinux 0x409d7bdb hwmon_notify_event +EXPORT_SYMBOL_GPL vmlinux 0x40a90d80 acpi_subsys_complete +EXPORT_SYMBOL_GPL vmlinux 0x40b13a30 of_alias_get_id +EXPORT_SYMBOL_GPL vmlinux 0x40b6f97a ip_icmp_error +EXPORT_SYMBOL_GPL vmlinux 0x40c8a737 regmap_bulk_read +EXPORT_SYMBOL_GPL vmlinux 0x40c92820 nvdimm_in_overwrite +EXPORT_SYMBOL_GPL vmlinux 0x40d4d903 iomap_writepages +EXPORT_SYMBOL_GPL vmlinux 0x40e63e00 mctp_unregister_netdev +EXPORT_SYMBOL_GPL vmlinux 0x40f028b3 zynqmp_pm_set_rpu_mode +EXPORT_SYMBOL_GPL vmlinux 0x40f0683e reset_control_put +EXPORT_SYMBOL_GPL vmlinux 0x40f8b94e ring_buffer_iter_dropped +EXPORT_SYMBOL_GPL vmlinux 0x40f8bd4e klist_add_before +EXPORT_SYMBOL_GPL vmlinux 0x4100a662 clk_get_scaled_duty_cycle +EXPORT_SYMBOL_GPL vmlinux 0x410f2853 ahci_port_resume +EXPORT_SYMBOL_GPL vmlinux 0x41237f71 cpu_have_feature +EXPORT_SYMBOL_GPL vmlinux 0x412bc681 ring_buffer_empty_cpu +EXPORT_SYMBOL_GPL vmlinux 0x41322138 divider_recalc_rate +EXPORT_SYMBOL_GPL vmlinux 0x414105c5 fixed_phy_change_carrier +EXPORT_SYMBOL_GPL vmlinux 0x414d119a videomode_from_timings +EXPORT_SYMBOL_GPL vmlinux 0x41814cb8 dirty_writeback_interval +EXPORT_SYMBOL_GPL vmlinux 0x418873cc irq_bypass_register_producer +EXPORT_SYMBOL_GPL vmlinux 0x4199baf6 devm_mipi_dsi_device_register_full +EXPORT_SYMBOL_GPL vmlinux 0x419d7c83 zynqmp_pm_pinctrl_set_config +EXPORT_SYMBOL_GPL vmlinux 0x419e7efd sfp_module_stop +EXPORT_SYMBOL_GPL vmlinux 0x419f138e devlink_port_init +EXPORT_SYMBOL_GPL vmlinux 0x41b174c9 sch_frag_xmit_hook +EXPORT_SYMBOL_GPL vmlinux 0x41b178d3 of_mm_gpiochip_add_data +EXPORT_SYMBOL_GPL vmlinux 0x41b858e5 blk_mq_freeze_queue_wait +EXPORT_SYMBOL_GPL vmlinux 0x41b9a6e6 bsg_unregister_queue +EXPORT_SYMBOL_GPL vmlinux 0x41ba5b4b acpi_subsys_suspend_late +EXPORT_SYMBOL_GPL vmlinux 0x41bce49a ghes_register_vendor_record_notifier +EXPORT_SYMBOL_GPL vmlinux 0x41c0e446 fsl_mc_resource_allocate +EXPORT_SYMBOL_GPL vmlinux 0x41da64b0 xenbus_dev_cancel +EXPORT_SYMBOL_GPL vmlinux 0x41ed3cec eventfd_ctx_remove_wait_queue +EXPORT_SYMBOL_GPL vmlinux 0x41f9399e trace_define_field +EXPORT_SYMBOL_GPL vmlinux 0x41fba569 __netdev_watchdog_up +EXPORT_SYMBOL_GPL vmlinux 0x4202df84 platform_get_resource_byname +EXPORT_SYMBOL_GPL vmlinux 0x42041512 i2c_get_dma_safe_msg_buf +EXPORT_SYMBOL_GPL vmlinux 0x420f3d01 nvmem_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x421215cc anon_inode_getfd_secure +EXPORT_SYMBOL_GPL vmlinux 0x42178f8d fscrypt_ioctl_add_key +EXPORT_SYMBOL_GPL vmlinux 0x421b776d xenbus_probe_devices +EXPORT_SYMBOL_GPL vmlinux 0x422ada84 imx_pinconf_get_scu +EXPORT_SYMBOL_GPL vmlinux 0x42551137 iomap_seek_data +EXPORT_SYMBOL_GPL vmlinux 0x425def37 vma_kernel_pagesize +EXPORT_SYMBOL_GPL vmlinux 0x42600b49 usb_hub_claim_port +EXPORT_SYMBOL_GPL vmlinux 0x42635d55 pm_suspend_global_flags +EXPORT_SYMBOL_GPL vmlinux 0x426452a3 acpi_evaluation_failure_warn +EXPORT_SYMBOL_GPL vmlinux 0x42647213 transport_class_register +EXPORT_SYMBOL_GPL vmlinux 0x427029da pci_vfs_assigned +EXPORT_SYMBOL_GPL vmlinux 0x4278d56a phylink_expects_phy +EXPORT_SYMBOL_GPL vmlinux 0x427e8e63 nvdimm_region_delete +EXPORT_SYMBOL_GPL vmlinux 0x42825ce2 rcu_scheduler_active +EXPORT_SYMBOL_GPL vmlinux 0x42847a63 pwmchip_add +EXPORT_SYMBOL_GPL vmlinux 0x428b8684 fuse_simple_background +EXPORT_SYMBOL_GPL vmlinux 0x429688b1 clk_register_gate +EXPORT_SYMBOL_GPL vmlinux 0x429c3f9c reboot_mode +EXPORT_SYMBOL_GPL vmlinux 0x429fa696 iommu_device_register +EXPORT_SYMBOL_GPL vmlinux 0x42bf8fe1 list_lru_del +EXPORT_SYMBOL_GPL vmlinux 0x42ee1dde blk_add_driver_data +EXPORT_SYMBOL_GPL vmlinux 0x42f728aa mctrl_gpio_get_outputs +EXPORT_SYMBOL_GPL vmlinux 0x430319e5 pinctrl_pm_select_default_state +EXPORT_SYMBOL_GPL vmlinux 0x430929ba skb_segment_list +EXPORT_SYMBOL_GPL vmlinux 0x430a716e pstore_register +EXPORT_SYMBOL_GPL vmlinux 0x430d88ec __traceiter_arm_event +EXPORT_SYMBOL_GPL vmlinux 0x4320c355 imx_clk_hw_frac_pll +EXPORT_SYMBOL_GPL vmlinux 0x43311751 ptp_msg_is_sync +EXPORT_SYMBOL_GPL vmlinux 0x435cb374 skb_partial_csum_set +EXPORT_SYMBOL_GPL vmlinux 0x43623d38 irq_chip_set_wake_parent +EXPORT_SYMBOL_GPL vmlinux 0x436d817f mpi_clear_bit +EXPORT_SYMBOL_GPL vmlinux 0x437eb1df ipv6_mod_enabled +EXPORT_SYMBOL_GPL vmlinux 0x438d8df2 iova_cache_get +EXPORT_SYMBOL_GPL vmlinux 0x43a15533 regulator_register_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0x43aa319e lease_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x43aca4ed __irq_domain_add +EXPORT_SYMBOL_GPL vmlinux 0x43adcd80 mtk_pinconf_drive_set +EXPORT_SYMBOL_GPL vmlinux 0x43caa7c0 regmap_irq_get_irq_reg_linear +EXPORT_SYMBOL_GPL vmlinux 0x43e53291 debugfs_create_ulong +EXPORT_SYMBOL_GPL vmlinux 0x43f7f09e mbox_controller_register +EXPORT_SYMBOL_GPL vmlinux 0x43f81957 clk_round_rate +EXPORT_SYMBOL_GPL vmlinux 0x43f92edd wait_for_initramfs +EXPORT_SYMBOL_GPL vmlinux 0x43ffb2c2 mptcp_pm_get_subflows_max +EXPORT_SYMBOL_GPL vmlinux 0x4401e6c2 mpi_cmpabs +EXPORT_SYMBOL_GPL vmlinux 0x4412ffdc tty_ldisc_deref +EXPORT_SYMBOL_GPL vmlinux 0x4413f461 zynqmp_pm_request_wake +EXPORT_SYMBOL_GPL vmlinux 0x44148492 pfn_to_online_page +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 0x444070fc mddev_init +EXPORT_SYMBOL_GPL vmlinux 0x444ec428 of_property_match_string +EXPORT_SYMBOL_GPL vmlinux 0x444f1735 cpu_pm_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x44603f8a device_move +EXPORT_SYMBOL_GPL vmlinux 0x4464bd1f pci_p2pmem_alloc_sgl +EXPORT_SYMBOL_GPL vmlinux 0x4464d5dc regmap_multi_reg_write +EXPORT_SYMBOL_GPL vmlinux 0x446a25da perf_aux_output_flag +EXPORT_SYMBOL_GPL vmlinux 0x44720141 devm_clk_get_optional_prepared +EXPORT_SYMBOL_GPL vmlinux 0x4484a5a4 wait_for_device_probe +EXPORT_SYMBOL_GPL vmlinux 0x4490eba8 phy_gbit_fibre_features +EXPORT_SYMBOL_GPL vmlinux 0x4493b220 wm8350_reg_lock +EXPORT_SYMBOL_GPL vmlinux 0x4495269d cgroup_get_from_path +EXPORT_SYMBOL_GPL vmlinux 0x449568cd devm_led_classdev_unregister +EXPORT_SYMBOL_GPL vmlinux 0x44a793ab HYPERVISOR_grant_table_op +EXPORT_SYMBOL_GPL vmlinux 0x44bae227 bit_wait_timeout +EXPORT_SYMBOL_GPL vmlinux 0x44cf8cf0 blk_zone_cond_str +EXPORT_SYMBOL_GPL vmlinux 0x44cfbe98 dpcon_disable +EXPORT_SYMBOL_GPL vmlinux 0x44d3ebae security_kernel_post_read_file +EXPORT_SYMBOL_GPL vmlinux 0x44e0e7a1 pwm_set_chip_data +EXPORT_SYMBOL_GPL vmlinux 0x44e1e9aa balloon_stats +EXPORT_SYMBOL_GPL vmlinux 0x44e537e9 regmap_read +EXPORT_SYMBOL_GPL vmlinux 0x44faff73 ata_cable_unknown +EXPORT_SYMBOL_GPL vmlinux 0x4507f4a8 cpuhp_tasks_frozen +EXPORT_SYMBOL_GPL vmlinux 0x451618d0 sbitmap_del_wait_queue +EXPORT_SYMBOL_GPL vmlinux 0x452044f2 mtk_clk_gate_ops_no_setclr_inv +EXPORT_SYMBOL_GPL vmlinux 0x4523eb15 trace_event_buffer_commit +EXPORT_SYMBOL_GPL vmlinux 0x452f5d55 gpiochip_lock_as_irq +EXPORT_SYMBOL_GPL vmlinux 0x4531624f usb_decode_ctrl +EXPORT_SYMBOL_GPL vmlinux 0x4531ab62 copy_from_kernel_nofault +EXPORT_SYMBOL_GPL vmlinux 0x4537bc5d pci_disable_sriov +EXPORT_SYMBOL_GPL vmlinux 0x45388888 ti_sci_inta_msi_domain_alloc_irqs +EXPORT_SYMBOL_GPL vmlinux 0x45408d3d iommu_unmap_fast +EXPORT_SYMBOL_GPL vmlinux 0x45436a9f tegra_bpmp_free_mrq +EXPORT_SYMBOL_GPL vmlinux 0x454c6c38 devm_register_power_off_handler +EXPORT_SYMBOL_GPL vmlinux 0x45558f56 clk_unregister_fixed_factor +EXPORT_SYMBOL_GPL vmlinux 0x4561f990 qcom_smem_state_unregister +EXPORT_SYMBOL_GPL vmlinux 0x4562c288 vcap_del_rule +EXPORT_SYMBOL_GPL vmlinux 0x456b44c4 regulator_set_suspend_voltage +EXPORT_SYMBOL_GPL vmlinux 0x457594fa crypto_alg_list +EXPORT_SYMBOL_GPL vmlinux 0x45949e38 tty_kopen_exclusive +EXPORT_SYMBOL_GPL vmlinux 0x459e6151 mm_unaccount_pinned_pages +EXPORT_SYMBOL_GPL vmlinux 0x45a0dcad virtqueue_get_buf_ctx +EXPORT_SYMBOL_GPL vmlinux 0x45a25ee5 locks_owner_has_blockers +EXPORT_SYMBOL_GPL vmlinux 0x45a3dc43 irq_gc_mask_set_bit +EXPORT_SYMBOL_GPL vmlinux 0x45b4025f fuse_get_unique +EXPORT_SYMBOL_GPL vmlinux 0x45e6857e of_dma_is_coherent +EXPORT_SYMBOL_GPL vmlinux 0x45ef582b regulator_disable +EXPORT_SYMBOL_GPL vmlinux 0x46013233 net_dec_ingress_queue +EXPORT_SYMBOL_GPL vmlinux 0x46030074 __hrtimer_get_remaining +EXPORT_SYMBOL_GPL vmlinux 0x460cffb0 stmpe_set_altfunc +EXPORT_SYMBOL_GPL vmlinux 0x46269814 __tracepoint_neigh_event_send_dead +EXPORT_SYMBOL_GPL vmlinux 0x46275130 mas_expected_entries +EXPORT_SYMBOL_GPL vmlinux 0x462dd158 crypto_register_templates +EXPORT_SYMBOL_GPL vmlinux 0x4631d442 pci_epc_write_header +EXPORT_SYMBOL_GPL vmlinux 0x4637c004 of_platform_default_populate +EXPORT_SYMBOL_GPL vmlinux 0x464d6275 nf_route +EXPORT_SYMBOL_GPL vmlinux 0x466ebdc0 tegra_xusb_padctl_legacy_remove +EXPORT_SYMBOL_GPL vmlinux 0x467b722b pm_generic_resume_noirq +EXPORT_SYMBOL_GPL vmlinux 0x4688d7ec pvclock_gtod_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x468d5e89 gpiod_get_array_optional +EXPORT_SYMBOL_GPL vmlinux 0x46a13369 of_irq_parse_raw +EXPORT_SYMBOL_GPL vmlinux 0x46a4b118 hrtimer_cancel +EXPORT_SYMBOL_GPL vmlinux 0x46a5427e mtk_pinconf_drive_get_raw +EXPORT_SYMBOL_GPL vmlinux 0x46a84f8a irq_domain_xlate_onecell +EXPORT_SYMBOL_GPL vmlinux 0x46bc5114 __imx8m_clk_hw_composite +EXPORT_SYMBOL_GPL vmlinux 0x46d557dd ata_pci_sff_init_one +EXPORT_SYMBOL_GPL vmlinux 0x46db1ea5 edac_get_sysfs_subsys +EXPORT_SYMBOL_GPL vmlinux 0x46e67a71 this_cpu_has_cap +EXPORT_SYMBOL_GPL vmlinux 0x46ed4fa8 cpufreq_freq_attr_scaling_boost_freqs +EXPORT_SYMBOL_GPL vmlinux 0x46ef8703 phy_basic_t1_features +EXPORT_SYMBOL_GPL vmlinux 0x46f8ae66 devm_regmap_field_bulk_free +EXPORT_SYMBOL_GPL vmlinux 0x46f91ccc gpiod_set_array_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x46f93e6e mtk_clk_gate_ops_setclr_inv +EXPORT_SYMBOL_GPL vmlinux 0x47029609 of_icc_get_by_index +EXPORT_SYMBOL_GPL vmlinux 0x4714b431 crypto_stats_ahash_final +EXPORT_SYMBOL_GPL vmlinux 0x4719b3c9 dprc_scan_container +EXPORT_SYMBOL_GPL vmlinux 0x47229b5c gpio_request +EXPORT_SYMBOL_GPL vmlinux 0x475bf758 sdio_retune_crc_enable +EXPORT_SYMBOL_GPL vmlinux 0x4761f17c register_netevent_notifier +EXPORT_SYMBOL_GPL vmlinux 0x47648bab devm_clk_hw_register_fixed_factor_parent_hw +EXPORT_SYMBOL_GPL vmlinux 0x47743efd usb_remove_phy +EXPORT_SYMBOL_GPL vmlinux 0x477eb348 invalidate_inode_pages2 +EXPORT_SYMBOL_GPL vmlinux 0x47884890 system_power_efficient_wq +EXPORT_SYMBOL_GPL vmlinux 0x478e81f8 tcp_orphan_count +EXPORT_SYMBOL_GPL vmlinux 0x479803b9 base64_encode +EXPORT_SYMBOL_GPL vmlinux 0x479f7d4b clk_bulk_disable +EXPORT_SYMBOL_GPL vmlinux 0x47a3bebb md_account_bio +EXPORT_SYMBOL_GPL vmlinux 0x47a6687f acpi_subsys_prepare +EXPORT_SYMBOL_GPL vmlinux 0x47a7df90 __traceiter_attach_device_to_domain +EXPORT_SYMBOL_GPL vmlinux 0x47a8e681 fwnode_graph_get_remote_endpoint +EXPORT_SYMBOL_GPL vmlinux 0x47aad3b9 have_governor_per_policy +EXPORT_SYMBOL_GPL vmlinux 0x47b724ff irq_chip_release_resources_parent +EXPORT_SYMBOL_GPL vmlinux 0x47b8d252 scsi_register_device_handler +EXPORT_SYMBOL_GPL vmlinux 0x47c48598 rio_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0x47cbd2e1 udp_cmsg_send +EXPORT_SYMBOL_GPL vmlinux 0x47cc22ca pci_stop_and_remove_bus_device_locked +EXPORT_SYMBOL_GPL vmlinux 0x47d0eea2 acpi_lpat_temp_to_raw +EXPORT_SYMBOL_GPL vmlinux 0x47d30d8f altr_sysmgr_regmap_lookup_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0x47db4d43 cpci_hp_register_bus +EXPORT_SYMBOL_GPL vmlinux 0x47de0dc7 clk_unregister_mux +EXPORT_SYMBOL_GPL vmlinux 0x47f73d0e ata_link_offline +EXPORT_SYMBOL_GPL vmlinux 0x47fc8f76 crypto_unregister_akcipher +EXPORT_SYMBOL_GPL vmlinux 0x480305ca kmsg_dump_rewind +EXPORT_SYMBOL_GPL vmlinux 0x4804fc16 ata_sas_port_resume +EXPORT_SYMBOL_GPL vmlinux 0x480e5586 virtio_max_dma_size +EXPORT_SYMBOL_GPL vmlinux 0x4815aa79 dev_pm_opp_cpumask_remove_table +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 0x482ed24d unregister_trace_event +EXPORT_SYMBOL_GPL vmlinux 0x4832390d switchdev_handle_port_obj_add_foreign +EXPORT_SYMBOL_GPL vmlinux 0x4835cdf2 __phy_modify_mmd_changed +EXPORT_SYMBOL_GPL vmlinux 0x48379adc sdio_enable_func +EXPORT_SYMBOL_GPL vmlinux 0x4843a748 qman_portals_probed +EXPORT_SYMBOL_GPL vmlinux 0x48508d60 zap_vma_ptes +EXPORT_SYMBOL_GPL vmlinux 0x485cd7f6 kvm_rebooting +EXPORT_SYMBOL_GPL vmlinux 0x4868747e sysfs_remove_group +EXPORT_SYMBOL_GPL vmlinux 0x486dedc3 ghes_unregister_vendor_record_notifier +EXPORT_SYMBOL_GPL vmlinux 0x488da4e9 pid_nr_ns +EXPORT_SYMBOL_GPL vmlinux 0x488f82ec pcc_mbox_free_channel +EXPORT_SYMBOL_GPL vmlinux 0x48983def dev_pm_opp_find_freq_floor +EXPORT_SYMBOL_GPL vmlinux 0x48a31c02 dev_coredumpv +EXPORT_SYMBOL_GPL vmlinux 0x48a3d20b mctrl_gpio_get +EXPORT_SYMBOL_GPL vmlinux 0x48a8f207 balloon_page_alloc +EXPORT_SYMBOL_GPL vmlinux 0x48abf4a0 acpi_register_gsi +EXPORT_SYMBOL_GPL vmlinux 0x48adc753 fat_get_dotdot_entry +EXPORT_SYMBOL_GPL vmlinux 0x48b1cd23 acpi_dev_add_driver_gpios +EXPORT_SYMBOL_GPL vmlinux 0x48b8b26a sk_msg_return_zero +EXPORT_SYMBOL_GPL vmlinux 0x48c32847 __SCK__tp_func_sched_util_est_se_tp +EXPORT_SYMBOL_GPL vmlinux 0x48d4fee3 pinctrl_add_gpio_range +EXPORT_SYMBOL_GPL vmlinux 0x48eb1f0c to_of_pinfo +EXPORT_SYMBOL_GPL vmlinux 0x48f07138 meson8_aobus_parse_dt_extra +EXPORT_SYMBOL_GPL vmlinux 0x48f54251 iomap_fiemap +EXPORT_SYMBOL_GPL vmlinux 0x48f94d0d vcap_find_admin +EXPORT_SYMBOL_GPL vmlinux 0x4904c8a9 fl6_update_dst +EXPORT_SYMBOL_GPL vmlinux 0x49068261 tegra210_clk_emc_attach +EXPORT_SYMBOL_GPL vmlinux 0x491c8271 clk_mux_ops +EXPORT_SYMBOL_GPL vmlinux 0x492018d8 ata_sas_async_probe +EXPORT_SYMBOL_GPL vmlinux 0x4921b22a sata_link_resume +EXPORT_SYMBOL_GPL vmlinux 0x49242bc7 freezer_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0x4934bdd0 crypto_check_attr_type +EXPORT_SYMBOL_GPL vmlinux 0x4938c7fd get_kernel_pages +EXPORT_SYMBOL_GPL vmlinux 0x4939ebcd numa_map_to_online_node +EXPORT_SYMBOL_GPL vmlinux 0x494a0f03 mtk_mutex_get +EXPORT_SYMBOL_GPL vmlinux 0x494a1fbe bpf_prog_inc +EXPORT_SYMBOL_GPL vmlinux 0x49608959 migrate_disable +EXPORT_SYMBOL_GPL vmlinux 0x49614119 mddev_resume +EXPORT_SYMBOL_GPL vmlinux 0x49642fc0 dev_pm_genpd_set_next_wakeup +EXPORT_SYMBOL_GPL vmlinux 0x4969611d irq_domain_associate +EXPORT_SYMBOL_GPL vmlinux 0x49756f75 add_swap_extent +EXPORT_SYMBOL_GPL vmlinux 0x497594bd blk_queue_max_discard_segments +EXPORT_SYMBOL_GPL vmlinux 0x497c7653 pci_max_pasids +EXPORT_SYMBOL_GPL vmlinux 0x4987391b phy_resolve_aneg_linkmode +EXPORT_SYMBOL_GPL vmlinux 0x498f7595 pci_msix_alloc_irq_at +EXPORT_SYMBOL_GPL vmlinux 0x499043d3 crypto_init_queue +EXPORT_SYMBOL_GPL vmlinux 0x49927d25 page_reporting_unregister +EXPORT_SYMBOL_GPL vmlinux 0x49933c54 devm_regulator_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x499ae6d3 pinctrl_dev_get_name +EXPORT_SYMBOL_GPL vmlinux 0x49a84236 __pci_hp_register +EXPORT_SYMBOL_GPL vmlinux 0x49a9a808 meson_pmx_get_groups +EXPORT_SYMBOL_GPL vmlinux 0x49aec979 synth_event_trace_end +EXPORT_SYMBOL_GPL vmlinux 0x49cd25ed alloc_workqueue +EXPORT_SYMBOL_GPL vmlinux 0x49d66e47 xfrm_audit_state_notfound_simple +EXPORT_SYMBOL_GPL vmlinux 0x49e96999 cond_synchronize_rcu +EXPORT_SYMBOL_GPL vmlinux 0x4a055485 rio_enable_rx_tx_port +EXPORT_SYMBOL_GPL vmlinux 0x4a05e7b1 init_srcu_struct +EXPORT_SYMBOL_GPL vmlinux 0x4a0d4eeb nvmem_del_cell_table +EXPORT_SYMBOL_GPL vmlinux 0x4a10a99c of_genpd_add_provider_simple +EXPORT_SYMBOL_GPL vmlinux 0x4a138b44 __fscrypt_inode_uses_inline_crypto +EXPORT_SYMBOL_GPL vmlinux 0x4a15b574 xenbus_dev_error +EXPORT_SYMBOL_GPL vmlinux 0x4a17ed66 sysrq_mask +EXPORT_SYMBOL_GPL vmlinux 0x4a24e8d5 devfreq_event_enable_edev +EXPORT_SYMBOL_GPL vmlinux 0x4a35c5e8 inet_bhash2_update_saddr +EXPORT_SYMBOL_GPL vmlinux 0x4a3a554f dpcon_reset +EXPORT_SYMBOL_GPL vmlinux 0x4a420d09 acpi_bus_detach_private_data +EXPORT_SYMBOL_GPL vmlinux 0x4a449c84 acpi_dev_get_dma_resources +EXPORT_SYMBOL_GPL vmlinux 0x4a4cdb47 crypto_register_scomps +EXPORT_SYMBOL_GPL vmlinux 0x4a5ff3c2 trace_add_event_call +EXPORT_SYMBOL_GPL vmlinux 0x4a629d3d tpm_pm_resume +EXPORT_SYMBOL_GPL vmlinux 0x4a640a7f subsys_interface_register +EXPORT_SYMBOL_GPL vmlinux 0x4a76304f xenbus_dev_probe +EXPORT_SYMBOL_GPL vmlinux 0x4a8a461f pci_pasid_features +EXPORT_SYMBOL_GPL vmlinux 0x4a9ea230 blkcg_print_blkgs +EXPORT_SYMBOL_GPL vmlinux 0x4af37f02 crypto_stats_ahash_update +EXPORT_SYMBOL_GPL vmlinux 0x4b04927c wm831x_reg_lock +EXPORT_SYMBOL_GPL vmlinux 0x4b081bbb pinctrl_enable +EXPORT_SYMBOL_GPL vmlinux 0x4b0a424c pci_alloc_p2pmem +EXPORT_SYMBOL_GPL vmlinux 0x4b166d4b mptcp_pm_get_add_addr_accept_max +EXPORT_SYMBOL_GPL vmlinux 0x4b1a91cd devm_gpiochip_add_data_with_key +EXPORT_SYMBOL_GPL vmlinux 0x4b42fc2a edac_mc_handle_error +EXPORT_SYMBOL_GPL vmlinux 0x4b49ad2e watchdog_set_restart_priority +EXPORT_SYMBOL_GPL vmlinux 0x4b4b9b38 ata_do_dev_read_id +EXPORT_SYMBOL_GPL vmlinux 0x4b531112 irq_chip_get_parent_state +EXPORT_SYMBOL_GPL vmlinux 0x4b5acf74 rhashtable_init +EXPORT_SYMBOL_GPL vmlinux 0x4b5b65b5 ip4_datagram_release_cb +EXPORT_SYMBOL_GPL vmlinux 0x4b5cf18a device_get_match_data +EXPORT_SYMBOL_GPL vmlinux 0x4b5fa504 devl_rate_leaf_destroy +EXPORT_SYMBOL_GPL vmlinux 0x4b69a349 __spi_alloc_controller +EXPORT_SYMBOL_GPL vmlinux 0x4b6be7d3 kvm_vcpu_gfn_to_pfn +EXPORT_SYMBOL_GPL vmlinux 0x4b6c1bc8 ata_bmdma_dumb_qc_prep +EXPORT_SYMBOL_GPL vmlinux 0x4b7570b4 pci_epc_start +EXPORT_SYMBOL_GPL vmlinux 0x4b931968 xen_features +EXPORT_SYMBOL_GPL vmlinux 0x4bac249a devm_of_icc_get +EXPORT_SYMBOL_GPL vmlinux 0x4bc8727f xen_balloon_init +EXPORT_SYMBOL_GPL vmlinux 0x4bcef88e find_vpid +EXPORT_SYMBOL_GPL vmlinux 0x4bd11bec fscrypt_ioctl_remove_key +EXPORT_SYMBOL_GPL vmlinux 0x4bd21c49 iptunnel_handle_offloads +EXPORT_SYMBOL_GPL vmlinux 0x4bd6f08b misc_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0x4bd937b0 debugfs_read_file_bool +EXPORT_SYMBOL_GPL vmlinux 0x4bdb8dcc housekeeping_test_cpu +EXPORT_SYMBOL_GPL vmlinux 0x4bde661f dw_pcie_ep_raise_msi_irq +EXPORT_SYMBOL_GPL vmlinux 0x4be39fb7 dm_table_device_name +EXPORT_SYMBOL_GPL vmlinux 0x4be64845 ftrace_set_notrace +EXPORT_SYMBOL_GPL vmlinux 0x4be70197 virtqueue_get_buf +EXPORT_SYMBOL_GPL vmlinux 0x4bef5b24 ata_scsi_dma_need_drain +EXPORT_SYMBOL_GPL vmlinux 0x4bfd398d hwrng_msleep +EXPORT_SYMBOL_GPL vmlinux 0x4c26d9df gnttab_page_cache_put +EXPORT_SYMBOL_GPL vmlinux 0x4c2b351d start_poll_synchronize_rcu_expedited +EXPORT_SYMBOL_GPL vmlinux 0x4c2c0ea7 evtchn_make_refcounted +EXPORT_SYMBOL_GPL vmlinux 0x4c341a4a rockchip_pcie_enable_clocks +EXPORT_SYMBOL_GPL vmlinux 0x4c3a4407 uart_insert_char +EXPORT_SYMBOL_GPL vmlinux 0x4c3d5e1e edac_pci_handle_npe +EXPORT_SYMBOL_GPL vmlinux 0x4c4203a0 pci_generic_config_read +EXPORT_SYMBOL_GPL vmlinux 0x4c4fddd0 ata_host_alloc +EXPORT_SYMBOL_GPL vmlinux 0x4c549b36 __traceiter_xhci_dbg_quirks +EXPORT_SYMBOL_GPL vmlinux 0x4c572270 gnttab_page_cache_get +EXPORT_SYMBOL_GPL vmlinux 0x4c57752e device_store_int +EXPORT_SYMBOL_GPL vmlinux 0x4c638ebc sata_scr_read +EXPORT_SYMBOL_GPL vmlinux 0x4c71636e sata_port_ops +EXPORT_SYMBOL_GPL vmlinux 0x4c7297a3 fscrypt_prepare_new_inode +EXPORT_SYMBOL_GPL vmlinux 0x4c73302a ata_host_init +EXPORT_SYMBOL_GPL vmlinux 0x4c76e8f1 genphy_c45_an_disable_aneg +EXPORT_SYMBOL_GPL vmlinux 0x4c8adfe1 hv_root_partition +EXPORT_SYMBOL_GPL vmlinux 0x4ca408b0 of_device_compatible_match +EXPORT_SYMBOL_GPL vmlinux 0x4ca5590e mas_prev +EXPORT_SYMBOL_GPL vmlinux 0x4cb27100 ktime_get_snapshot +EXPORT_SYMBOL_GPL vmlinux 0x4cb30284 clk_divider_ro_ops +EXPORT_SYMBOL_GPL vmlinux 0x4cb81fda __SCK__tp_func_wbc_writepage +EXPORT_SYMBOL_GPL vmlinux 0x4cc07aeb irq_remove_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0x4cc91752 xen_unregister_device_domain_owner +EXPORT_SYMBOL_GPL vmlinux 0x4ccf29c7 edac_pci_alloc_ctl_info +EXPORT_SYMBOL_GPL vmlinux 0x4cea4ff2 ata_acpi_gtm_xfermask +EXPORT_SYMBOL_GPL vmlinux 0x4cf63994 tcp_plb_check_rehash +EXPORT_SYMBOL_GPL vmlinux 0x4cf71edd __devm_reset_control_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0x4cfe99fc dev_pm_opp_set_opp +EXPORT_SYMBOL_GPL vmlinux 0x4cfedcab regmap_get_raw_write_max +EXPORT_SYMBOL_GPL vmlinux 0x4d0015e2 cpu_hotplug_disable +EXPORT_SYMBOL_GPL vmlinux 0x4d24a1e4 sbitmap_finish_wait +EXPORT_SYMBOL_GPL vmlinux 0x4d2f2df7 led_trigger_register +EXPORT_SYMBOL_GPL vmlinux 0x4d3a0696 __SCK__tp_func_rpm_idle +EXPORT_SYMBOL_GPL vmlinux 0x4d3bfb81 pci_num_vf +EXPORT_SYMBOL_GPL vmlinux 0x4d5c686f devlink_port_attrs_pci_sf_set +EXPORT_SYMBOL_GPL vmlinux 0x4d69ff89 disk_force_media_change +EXPORT_SYMBOL_GPL vmlinux 0x4d6d0bbc iommu_group_ref_get +EXPORT_SYMBOL_GPL vmlinux 0x4d7272e4 migrate_enable +EXPORT_SYMBOL_GPL vmlinux 0x4d83c710 k3_udma_glue_tdown_tx_chn +EXPORT_SYMBOL_GPL vmlinux 0x4d8886b4 sfp_bus_add_upstream +EXPORT_SYMBOL_GPL vmlinux 0x4d891452 device_show_bool +EXPORT_SYMBOL_GPL vmlinux 0x4d913948 ata_sas_port_stop +EXPORT_SYMBOL_GPL vmlinux 0x4d95d6d1 memcpy_flushcache +EXPORT_SYMBOL_GPL vmlinux 0x4d986588 ahci_qc_issue +EXPORT_SYMBOL_GPL vmlinux 0x4da5c203 gpiod_disable_hw_timestamp_ns +EXPORT_SYMBOL_GPL vmlinux 0x4dae01d8 devlink_linecard_create +EXPORT_SYMBOL_GPL vmlinux 0x4dae16e4 i2c_put_dma_safe_msg_buf +EXPORT_SYMBOL_GPL vmlinux 0x4dc95f11 of_clk_src_onecell_get +EXPORT_SYMBOL_GPL vmlinux 0x4de01e49 vcap_is_next_lookup +EXPORT_SYMBOL_GPL vmlinux 0x4de17ab3 usb_state_string +EXPORT_SYMBOL_GPL vmlinux 0x4df6f23e irq_domain_xlate_onetwocell +EXPORT_SYMBOL_GPL vmlinux 0x4e001951 class_remove_file_ns +EXPORT_SYMBOL_GPL vmlinux 0x4e0121fe virtqueue_get_avail_addr +EXPORT_SYMBOL_GPL vmlinux 0x4e017a33 sock_diag_put_meminfo +EXPORT_SYMBOL_GPL vmlinux 0x4e0f9ba7 netlink_remove_tap +EXPORT_SYMBOL_GPL vmlinux 0x4e164143 rcu_tasks_trace_qs_blkd +EXPORT_SYMBOL_GPL vmlinux 0x4e17c613 ata_sff_queue_delayed_work +EXPORT_SYMBOL_GPL vmlinux 0x4e25c167 dprc_close +EXPORT_SYMBOL_GPL vmlinux 0x4e2f3c90 mtk_mutex_enable_by_cmdq +EXPORT_SYMBOL_GPL vmlinux 0x4e2faed1 pci_epc_get_msix +EXPORT_SYMBOL_GPL vmlinux 0x4e3fd1b4 kvm_release_pfn_clean +EXPORT_SYMBOL_GPL vmlinux 0x4e4c37e2 freq_qos_remove_notifier +EXPORT_SYMBOL_GPL vmlinux 0x4e53e4c4 devlink_param_value_changed +EXPORT_SYMBOL_GPL vmlinux 0x4e56a473 regulator_map_voltage_pickable_linear_range +EXPORT_SYMBOL_GPL vmlinux 0x4e58e701 fsverity_cleanup_inode +EXPORT_SYMBOL_GPL vmlinux 0x4e657485 free_io_pgtable_ops +EXPORT_SYMBOL_GPL vmlinux 0x4e65cdc5 crypto_stats_akcipher_encrypt +EXPORT_SYMBOL_GPL vmlinux 0x4e68a1dc pci_walk_bus +EXPORT_SYMBOL_GPL vmlinux 0x4e6c3f4e vcap_set_tc_exterr +EXPORT_SYMBOL_GPL vmlinux 0x4e72c339 of_phandle_iterator_next +EXPORT_SYMBOL_GPL vmlinux 0x4e74878e __tracepoint_devlink_hwerr +EXPORT_SYMBOL_GPL vmlinux 0x4e7a5670 phy_speed_up +EXPORT_SYMBOL_GPL vmlinux 0x4e7acc8c hv_setup_dma_ops +EXPORT_SYMBOL_GPL vmlinux 0x4e7b3a01 devm_regulator_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0x4e9d4e34 __auxiliary_device_add +EXPORT_SYMBOL_GPL vmlinux 0x4eac5fc1 cpu_mitigations_auto_nosmt +EXPORT_SYMBOL_GPL vmlinux 0x4eb39d4e __tracepoint_tcp_bad_csum +EXPORT_SYMBOL_GPL vmlinux 0x4eb8c55b regmap_write +EXPORT_SYMBOL_GPL vmlinux 0x4ec65e54 ata_bmdma_status +EXPORT_SYMBOL_GPL vmlinux 0x4ece3615 blocking_notifier_chain_unregister +EXPORT_SYMBOL_GPL vmlinux 0x4ee17237 bpf_offload_dev_create +EXPORT_SYMBOL_GPL vmlinux 0x4eef4994 bio_trim +EXPORT_SYMBOL_GPL vmlinux 0x4ef5bcf4 perf_swevent_get_recursion_context +EXPORT_SYMBOL_GPL vmlinux 0x4efcf021 mpi_normalize +EXPORT_SYMBOL_GPL vmlinux 0x4f2593f0 btree_update +EXPORT_SYMBOL_GPL vmlinux 0x4f26e545 pci_epf_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0x4f2c996d kmsg_dump_get_line +EXPORT_SYMBOL_GPL vmlinux 0x4f342e15 relay_flush +EXPORT_SYMBOL_GPL vmlinux 0x4f406c57 serdev_device_set_tiocm +EXPORT_SYMBOL_GPL vmlinux 0x4f49ee70 pci_scan_child_bus +EXPORT_SYMBOL_GPL vmlinux 0x4f54e1e7 dev_pm_qos_remove_notifier +EXPORT_SYMBOL_GPL vmlinux 0x4f5be749 fscrypt_file_open +EXPORT_SYMBOL_GPL vmlinux 0x4f6041f0 of_get_fb_videomode +EXPORT_SYMBOL_GPL vmlinux 0x4f689f72 phy_led_triggers_unregister +EXPORT_SYMBOL_GPL vmlinux 0x4f6a07fe show_rcu_gp_kthreads +EXPORT_SYMBOL_GPL vmlinux 0x4f6d4cd0 relay_reset +EXPORT_SYMBOL_GPL vmlinux 0x4f72a987 uart_parse_options +EXPORT_SYMBOL_GPL vmlinux 0x4f8f09bc devm_acpi_dev_add_driver_gpios +EXPORT_SYMBOL_GPL vmlinux 0x4f8f3f34 __cpufreq_driver_target +EXPORT_SYMBOL_GPL vmlinux 0x4f98d766 cpu_pm_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x4f9a00f5 pci_hp_deregister +EXPORT_SYMBOL_GPL vmlinux 0x4fae59eb crypto_alloc_acomp +EXPORT_SYMBOL_GPL vmlinux 0x4fb5da55 fs_put_dax +EXPORT_SYMBOL_GPL vmlinux 0x4fbfb7d6 vchan_tx_desc_free +EXPORT_SYMBOL_GPL vmlinux 0x4fc24830 perf_event_enable +EXPORT_SYMBOL_GPL vmlinux 0x4fcb6b8e crypto_unregister_template +EXPORT_SYMBOL_GPL vmlinux 0x4fdabdb0 tps65912_device_exit +EXPORT_SYMBOL_GPL vmlinux 0x4fdc945d sata_deb_timing_normal +EXPORT_SYMBOL_GPL vmlinux 0x4fe1eddf unregister_netevent_notifier +EXPORT_SYMBOL_GPL vmlinux 0x4ff276f6 generic_device_group +EXPORT_SYMBOL_GPL vmlinux 0x50080c0c kvm_vcpu_map +EXPORT_SYMBOL_GPL vmlinux 0x500c768c apei_exec_read_register +EXPORT_SYMBOL_GPL vmlinux 0x5026585c xen_irq_from_gsi +EXPORT_SYMBOL_GPL vmlinux 0x502a9ee6 page_cache_sync_ra +EXPORT_SYMBOL_GPL vmlinux 0x5048f4e8 regmap_field_bulk_free +EXPORT_SYMBOL_GPL vmlinux 0x50616e69 devlink_resources_unregister +EXPORT_SYMBOL_GPL vmlinux 0x5061cb5c rio_release_dma +EXPORT_SYMBOL_GPL vmlinux 0x5091b823 ring_buffer_read_start +EXPORT_SYMBOL_GPL vmlinux 0x50972ea5 device_get_next_child_node +EXPORT_SYMBOL_GPL vmlinux 0x509b3caf regulator_get_optional +EXPORT_SYMBOL_GPL vmlinux 0x50bc5ee6 ata_acpi_gtm +EXPORT_SYMBOL_GPL vmlinux 0x50df94f5 btree_insert +EXPORT_SYMBOL_GPL vmlinux 0x50dfa1b6 devres_release_group +EXPORT_SYMBOL_GPL vmlinux 0x50e58fcb debugfs_create_x8 +EXPORT_SYMBOL_GPL vmlinux 0x50e7193a __i2c_first_dynamic_bus_num +EXPORT_SYMBOL_GPL vmlinux 0x50f53ea4 tty_port_tty_wakeup +EXPORT_SYMBOL_GPL vmlinux 0x50fad434 round_jiffies_up +EXPORT_SYMBOL_GPL vmlinux 0x51008f99 usb_create_shared_hcd +EXPORT_SYMBOL_GPL vmlinux 0x5109ad64 mtk_clk_register_gates_with_dev +EXPORT_SYMBOL_GPL vmlinux 0x510d4737 platform_irq_count +EXPORT_SYMBOL_GPL vmlinux 0x5110b91f imx_pinconf_set_scu +EXPORT_SYMBOL_GPL vmlinux 0x511416ac mddev_init_writes_pending +EXPORT_SYMBOL_GPL vmlinux 0x511ba219 shash_register_instance +EXPORT_SYMBOL_GPL vmlinux 0x51227cd4 acpi_initialize_hp_context +EXPORT_SYMBOL_GPL vmlinux 0x5134d7b2 gpiochip_add_pin_range +EXPORT_SYMBOL_GPL vmlinux 0x513763b3 zone_device_page_init +EXPORT_SYMBOL_GPL vmlinux 0x51390c96 rcu_barrier_tasks_rude +EXPORT_SYMBOL_GPL vmlinux 0x51422b51 of_property_read_string +EXPORT_SYMBOL_GPL vmlinux 0x51428107 __reset_control_get +EXPORT_SYMBOL_GPL vmlinux 0x5149faa6 xdp_rxq_info_unused +EXPORT_SYMBOL_GPL vmlinux 0x514ea6f6 pci_ioremap_bar +EXPORT_SYMBOL_GPL vmlinux 0x51540875 blk_lld_busy +EXPORT_SYMBOL_GPL vmlinux 0x515b390f __SCK__tp_func_remove_device_from_group +EXPORT_SYMBOL_GPL vmlinux 0x515fba9b pm_runtime_enable +EXPORT_SYMBOL_GPL vmlinux 0x5169344d k3_udma_glue_pop_tx_chn +EXPORT_SYMBOL_GPL vmlinux 0x516ea1f8 pinctrl_count_index_with_args +EXPORT_SYMBOL_GPL vmlinux 0x5178455d __kernel_write +EXPORT_SYMBOL_GPL vmlinux 0x5187ac4b xen_store_evtchn +EXPORT_SYMBOL_GPL vmlinux 0x518e652e lwtunnel_get_encap_size +EXPORT_SYMBOL_GPL vmlinux 0x51991b38 mtk_mutex_enable +EXPORT_SYMBOL_GPL vmlinux 0x51a348cc usb_role_switch_set_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x51ad07dd tegra210_plle_hw_sequence_start +EXPORT_SYMBOL_GPL vmlinux 0x51ae5f21 acpiphp_unregister_attention +EXPORT_SYMBOL_GPL vmlinux 0x51b68060 blk_req_zone_write_trylock +EXPORT_SYMBOL_GPL vmlinux 0x51ca242f pin_get_name +EXPORT_SYMBOL_GPL vmlinux 0x51d13875 nf_hooks_lwtunnel_sysctl_handler +EXPORT_SYMBOL_GPL vmlinux 0x51e2ea33 phy_driver_is_genphy_10g +EXPORT_SYMBOL_GPL vmlinux 0x51e3aab7 regulator_list_voltage_linear_range +EXPORT_SYMBOL_GPL vmlinux 0x51e3f39f of_genpd_add_subdomain +EXPORT_SYMBOL_GPL vmlinux 0x51e4ec42 iommu_device_claim_dma_owner +EXPORT_SYMBOL_GPL vmlinux 0x51f0fe17 elv_unregister +EXPORT_SYMBOL_GPL vmlinux 0x51fc9a6d xenmem_reservation_decrease +EXPORT_SYMBOL_GPL vmlinux 0x5208e44c balloon_page_dequeue +EXPORT_SYMBOL_GPL vmlinux 0x520df556 of_platform_populate +EXPORT_SYMBOL_GPL vmlinux 0x5215ff33 usb_hcd_amd_remote_wakeup_quirk +EXPORT_SYMBOL_GPL vmlinux 0x5223118b mpc8xxx_spi_rx_buf_u32 +EXPORT_SYMBOL_GPL vmlinux 0x52252316 clk_unregister_fixed_rate +EXPORT_SYMBOL_GPL vmlinux 0x523391f9 perf_event_create_kernel_counter +EXPORT_SYMBOL_GPL vmlinux 0x523ad839 platform_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x52431348 xenbus_transaction_start +EXPORT_SYMBOL_GPL vmlinux 0x524386bb fat_attach +EXPORT_SYMBOL_GPL vmlinux 0x524fcb15 pm_generic_suspend_noirq +EXPORT_SYMBOL_GPL vmlinux 0x52539f80 stmpe_enable +EXPORT_SYMBOL_GPL vmlinux 0x5256b501 bpf_map_put +EXPORT_SYMBOL_GPL vmlinux 0x525c0cc7 regulator_suspend_enable +EXPORT_SYMBOL_GPL vmlinux 0x525d0aa3 trace_seq_printf +EXPORT_SYMBOL_GPL vmlinux 0x52647db1 ct_idle_exit +EXPORT_SYMBOL_GPL vmlinux 0x52653518 pci_epf_type_add_cfs +EXPORT_SYMBOL_GPL vmlinux 0x526f9ff0 devm_clk_register +EXPORT_SYMBOL_GPL vmlinux 0x528730fd bpf_prog_add +EXPORT_SYMBOL_GPL vmlinux 0x52a9c23c pm_generic_thaw_early +EXPORT_SYMBOL_GPL vmlinux 0x52b022d1 sdio_readl +EXPORT_SYMBOL_GPL vmlinux 0x52b1e3c7 pci_flags +EXPORT_SYMBOL_GPL vmlinux 0x52b3f585 devm_gpiod_get +EXPORT_SYMBOL_GPL vmlinux 0x52b55c3b tcp_twsk_destructor +EXPORT_SYMBOL_GPL vmlinux 0x52b88dfb nvdimm_region_notify +EXPORT_SYMBOL_GPL vmlinux 0x52b8cd9b __devm_pci_epc_create +EXPORT_SYMBOL_GPL vmlinux 0x52c35e83 call_rcu_tasks_trace +EXPORT_SYMBOL_GPL vmlinux 0x52cc2579 inet_ctl_sock_create +EXPORT_SYMBOL_GPL vmlinux 0x52cc2baa tpm_chip_unregister +EXPORT_SYMBOL_GPL vmlinux 0x52ce2057 hv_setup_crash_handler +EXPORT_SYMBOL_GPL vmlinux 0x52d54fce devlink_info_version_stored_put +EXPORT_SYMBOL_GPL vmlinux 0x52dda0cd __sock_recv_cmsgs +EXPORT_SYMBOL_GPL vmlinux 0x52e03360 pci_reset_function +EXPORT_SYMBOL_GPL vmlinux 0x52eddb69 raw_v6_hashinfo +EXPORT_SYMBOL_GPL vmlinux 0x52f5f952 dw_pcie_upconfig_setup +EXPORT_SYMBOL_GPL vmlinux 0x53012944 __tracepoint_rpm_resume +EXPORT_SYMBOL_GPL vmlinux 0x53047cd8 skb_zerocopy_iter_stream +EXPORT_SYMBOL_GPL vmlinux 0x53097c0c tpmm_chip_alloc +EXPORT_SYMBOL_GPL vmlinux 0x5310bc8d __devm_irq_alloc_descs +EXPORT_SYMBOL_GPL vmlinux 0x531ecb54 crypto_shash_tfm_digest +EXPORT_SYMBOL_GPL vmlinux 0x5327d927 icc_node_del +EXPORT_SYMBOL_GPL vmlinux 0x532b788c srcu_barrier +EXPORT_SYMBOL_GPL vmlinux 0x532b90b5 kprobe_event_cmd_init +EXPORT_SYMBOL_GPL vmlinux 0x533c1868 clk_divider_ops +EXPORT_SYMBOL_GPL vmlinux 0x534aa2e7 class_create_file_ns +EXPORT_SYMBOL_GPL vmlinux 0x534ae70b devm_of_led_get +EXPORT_SYMBOL_GPL vmlinux 0x534f147a dm_internal_suspend_fast +EXPORT_SYMBOL_GPL vmlinux 0x5353a493 pm_generic_poweroff +EXPORT_SYMBOL_GPL vmlinux 0x535569c3 pci_disable_rom +EXPORT_SYMBOL_GPL vmlinux 0x53565a4e spi_write_then_read +EXPORT_SYMBOL_GPL vmlinux 0x5358864e devlink_fmsg_binary_pair_nest_end +EXPORT_SYMBOL_GPL vmlinux 0x536edfcb meson_clk_pll_ops +EXPORT_SYMBOL_GPL vmlinux 0x537252cf __SCK__tp_func_rpm_return_int +EXPORT_SYMBOL_GPL vmlinux 0x537359bb dm_bio_get_target_bio_nr +EXPORT_SYMBOL_GPL vmlinux 0x53766119 fbcon_modechange_possible +EXPORT_SYMBOL_GPL vmlinux 0x538d073d phy_duplex_to_str +EXPORT_SYMBOL_GPL vmlinux 0x539e28be uart_handle_cts_change +EXPORT_SYMBOL_GPL vmlinux 0x53b97d34 pinctrl_parse_index_with_args +EXPORT_SYMBOL_GPL vmlinux 0x53c089f5 property_entries_dup +EXPORT_SYMBOL_GPL vmlinux 0x53c10bb8 pci_bus_max_busnr +EXPORT_SYMBOL_GPL vmlinux 0x53d50075 thermal_zone_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x53d54550 of_k3_ringacc_get_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0x53d7c01e __traceiter_cpu_idle +EXPORT_SYMBOL_GPL vmlinux 0x53e9f728 strp_data_ready +EXPORT_SYMBOL_GPL vmlinux 0x54009776 devm_tegra_core_dev_init_opp_table +EXPORT_SYMBOL_GPL vmlinux 0x541bd60a irq_work_run +EXPORT_SYMBOL_GPL vmlinux 0x54215db5 visitor64 +EXPORT_SYMBOL_GPL vmlinux 0x5422a3bf pci_ats_supported +EXPORT_SYMBOL_GPL vmlinux 0x54273611 pwm_free +EXPORT_SYMBOL_GPL vmlinux 0x5437630e of_thermal_get_ntrips +EXPORT_SYMBOL_GPL vmlinux 0x54589d51 pm_runtime_barrier +EXPORT_SYMBOL_GPL vmlinux 0x54651f9b rhashtable_walk_next +EXPORT_SYMBOL_GPL vmlinux 0x547e00c5 of_genpd_add_provider_onecell +EXPORT_SYMBOL_GPL vmlinux 0x54813ac6 devm_extcon_dev_free +EXPORT_SYMBOL_GPL vmlinux 0x5482f0ed acpi_dma_simple_xlate +EXPORT_SYMBOL_GPL vmlinux 0x548c8a95 mmput +EXPORT_SYMBOL_GPL vmlinux 0x549525ef handle_nested_irq +EXPORT_SYMBOL_GPL vmlinux 0x54a25da2 qcom_smem_state_put +EXPORT_SYMBOL_GPL vmlinux 0x54add666 dm_suspended +EXPORT_SYMBOL_GPL vmlinux 0x54bca83f iomap_zero_range +EXPORT_SYMBOL_GPL vmlinux 0x54c32626 pm_generic_thaw_noirq +EXPORT_SYMBOL_GPL vmlinux 0x54cee684 __tracepoint_ata_bmdma_start +EXPORT_SYMBOL_GPL vmlinux 0x54d8f0d2 lwtunnel_build_state +EXPORT_SYMBOL_GPL vmlinux 0x54dc67db acpi_processor_get_performance_info +EXPORT_SYMBOL_GPL vmlinux 0x54e2a3fe serial8250_rx_chars +EXPORT_SYMBOL_GPL vmlinux 0x54f5b992 xenbus_register_driver_common +EXPORT_SYMBOL_GPL vmlinux 0x54f5ffbd register_btf_kfunc_id_set +EXPORT_SYMBOL_GPL vmlinux 0x5505e5a6 nexthop_select_path +EXPORT_SYMBOL_GPL vmlinux 0x5505f9d1 serial8250_rpm_put +EXPORT_SYMBOL_GPL vmlinux 0x550a905b vp_modern_get_queue_reset +EXPORT_SYMBOL_GPL vmlinux 0x550c2584 sdio_memcpy_fromio +EXPORT_SYMBOL_GPL vmlinux 0x550f3e05 i2c_freq_mode_string +EXPORT_SYMBOL_GPL vmlinux 0x55168cc7 bpf_trace_run10 +EXPORT_SYMBOL_GPL vmlinux 0x551c51f2 fuse_direct_io +EXPORT_SYMBOL_GPL vmlinux 0x5528543b vmap_pfn +EXPORT_SYMBOL_GPL vmlinux 0x55294d80 clockevents_unbind_device +EXPORT_SYMBOL_GPL vmlinux 0x552b6307 serdev_device_close +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 0x556c1a57 mtk_pinconf_adv_pull_get +EXPORT_SYMBOL_GPL vmlinux 0x556e4390 clk_get_rate +EXPORT_SYMBOL_GPL vmlinux 0x5573d70c __dma_request_channel +EXPORT_SYMBOL_GPL vmlinux 0x55784228 regmap_irq_get_virq +EXPORT_SYMBOL_GPL vmlinux 0x55887b0a dw_pcie_ep_init +EXPORT_SYMBOL_GPL vmlinux 0x558f5508 usb_get_from_anchor +EXPORT_SYMBOL_GPL vmlinux 0x55a51491 irq_chip_mask_parent +EXPORT_SYMBOL_GPL vmlinux 0x55c49170 kvm_gfn_to_hva_cache_init +EXPORT_SYMBOL_GPL vmlinux 0x55c573d2 scsi_queue_work +EXPORT_SYMBOL_GPL vmlinux 0x55c76a23 ksys_sync_helper +EXPORT_SYMBOL_GPL vmlinux 0x55c77d5b fuse_fill_super_common +EXPORT_SYMBOL_GPL vmlinux 0x55c9880c zynqmp_pm_release_node +EXPORT_SYMBOL_GPL vmlinux 0x55d91921 alloc_memory_type +EXPORT_SYMBOL_GPL vmlinux 0x55dc2241 transport_add_device +EXPORT_SYMBOL_GPL vmlinux 0x55eecff4 bit_wait_io_timeout +EXPORT_SYMBOL_GPL vmlinux 0x55f8c671 usb_control_msg +EXPORT_SYMBOL_GPL vmlinux 0x56054c05 crypto_it_tab +EXPORT_SYMBOL_GPL vmlinux 0x56170fc1 sata_pmp_port_ops +EXPORT_SYMBOL_GPL vmlinux 0x56173654 pcap_set_ts_bits +EXPORT_SYMBOL_GPL vmlinux 0x561e0f9b dm_audit_log_bio +EXPORT_SYMBOL_GPL vmlinux 0x561ec418 inet6_cleanup_sock +EXPORT_SYMBOL_GPL vmlinux 0x5624f826 power_supply_notifier +EXPORT_SYMBOL_GPL vmlinux 0x56256e8a orderly_poweroff +EXPORT_SYMBOL_GPL vmlinux 0x562e53a8 trace_event_ignore_this_pid +EXPORT_SYMBOL_GPL vmlinux 0x56310925 regulator_mode_to_status +EXPORT_SYMBOL_GPL vmlinux 0x56379bb2 to_nvdimm_bus_dev +EXPORT_SYMBOL_GPL vmlinux 0x563e46d7 ata_eh_freeze_port +EXPORT_SYMBOL_GPL vmlinux 0x5641485b tty_termios_encode_baud_rate +EXPORT_SYMBOL_GPL vmlinux 0x566a0a64 i2c_generic_scl_recovery +EXPORT_SYMBOL_GPL vmlinux 0x566aa6be regulator_set_ramp_delay_regmap +EXPORT_SYMBOL_GPL vmlinux 0x56805087 __tracepoint_udp_fail_queue_rcv_skb +EXPORT_SYMBOL_GPL vmlinux 0x56920905 pci_find_next_ht_capability +EXPORT_SYMBOL_GPL vmlinux 0x569528b9 fsl_mc_get_endpoint +EXPORT_SYMBOL_GPL vmlinux 0x56a862ea mbox_send_message +EXPORT_SYMBOL_GPL vmlinux 0x56af8dfb simple_rename_exchange +EXPORT_SYMBOL_GPL vmlinux 0x56b26a0a __srcu_read_lock +EXPORT_SYMBOL_GPL vmlinux 0x56b74a7a cpufreq_driver_resolve_freq +EXPORT_SYMBOL_GPL vmlinux 0x56cccaae pci_ecam_create +EXPORT_SYMBOL_GPL vmlinux 0x56dd15cf xen_xlate_unmap_gfn_range +EXPORT_SYMBOL_GPL vmlinux 0x56dd8c27 sock_map_unhash +EXPORT_SYMBOL_GPL vmlinux 0x56e0e0d5 crypto_alloc_ahash +EXPORT_SYMBOL_GPL vmlinux 0x56e9103b cpu_pm_enter +EXPORT_SYMBOL_GPL vmlinux 0x56ed6ea9 pci_epf_unbind +EXPORT_SYMBOL_GPL vmlinux 0x56fbb130 no_hash_pointers +EXPORT_SYMBOL_GPL vmlinux 0x570ace73 dev_pm_genpd_resume +EXPORT_SYMBOL_GPL vmlinux 0x572c8a77 handle_fasteoi_ack_irq +EXPORT_SYMBOL_GPL vmlinux 0x574609c5 apei_exec_write_register_value +EXPORT_SYMBOL_GPL vmlinux 0x5752eed8 nvmem_add_cell_table +EXPORT_SYMBOL_GPL vmlinux 0x5770ea44 clk_regmap_gate_ro_ops +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 0x577e2a8b acpi_create_platform_device +EXPORT_SYMBOL_GPL vmlinux 0x5780021a ahci_platform_disable_phys +EXPORT_SYMBOL_GPL vmlinux 0x57847569 of_device_modalias +EXPORT_SYMBOL_GPL vmlinux 0x578eeb4d hugetlb_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0x5790e7a0 pci_unlock_rescan_remove +EXPORT_SYMBOL_GPL vmlinux 0x57947b61 vp_modern_get_queue_size +EXPORT_SYMBOL_GPL vmlinux 0x579df9b9 devm_pinctrl_register_and_init +EXPORT_SYMBOL_GPL vmlinux 0x579e0bf5 rtnl_unregister_all +EXPORT_SYMBOL_GPL vmlinux 0x57aa88d8 phy_pm_runtime_put_sync +EXPORT_SYMBOL_GPL vmlinux 0x57b3a385 ata_sff_wait_ready +EXPORT_SYMBOL_GPL vmlinux 0x57c4e0ec iomap_dio_bio_end_io +EXPORT_SYMBOL_GPL vmlinux 0x57cbbeb4 l3mdev_ifindex_lookup_by_table_id +EXPORT_SYMBOL_GPL vmlinux 0x57d4050a xhci_get_endpoint_index +EXPORT_SYMBOL_GPL vmlinux 0x57db4dd3 rtc_read_time +EXPORT_SYMBOL_GPL vmlinux 0x57db86d4 inet_hash_connect +EXPORT_SYMBOL_GPL vmlinux 0x57dc4851 mas_erase +EXPORT_SYMBOL_GPL vmlinux 0x57dc705b phy_pm_runtime_allow +EXPORT_SYMBOL_GPL vmlinux 0x57e2d436 ping_recvmsg +EXPORT_SYMBOL_GPL vmlinux 0x57e4feef regulator_get_voltage +EXPORT_SYMBOL_GPL vmlinux 0x57e5b57f fat_dir_empty +EXPORT_SYMBOL_GPL vmlinux 0x57f34a3d rio_route_get_entry +EXPORT_SYMBOL_GPL vmlinux 0x57f576b9 mpi_ec_curve_point +EXPORT_SYMBOL_GPL vmlinux 0x57fa6326 irq_work_sync +EXPORT_SYMBOL_GPL vmlinux 0x580101ee iommu_attach_device_pasid +EXPORT_SYMBOL_GPL vmlinux 0x580a032f xenbus_dev_is_online +EXPORT_SYMBOL_GPL vmlinux 0x580b7c29 dma_resv_describe +EXPORT_SYMBOL_GPL vmlinux 0x580bd6b1 fat_flush_inodes +EXPORT_SYMBOL_GPL vmlinux 0x582215ea crypto_mod_put +EXPORT_SYMBOL_GPL vmlinux 0x582580cb regulator_notifier_call_chain +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 0x5833a5cd power_supply_get_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0x58448edf inet_csk_reqsk_queue_hash_add +EXPORT_SYMBOL_GPL vmlinux 0x5855136f usb_hcd_end_port_resume +EXPORT_SYMBOL_GPL vmlinux 0x5864d3de __class_register +EXPORT_SYMBOL_GPL vmlinux 0x5866ade2 acpi_pm_wakeup_event +EXPORT_SYMBOL_GPL vmlinux 0x586bfc8a alarm_restart +EXPORT_SYMBOL_GPL vmlinux 0x58700a8e ata_sff_drain_fifo +EXPORT_SYMBOL_GPL vmlinux 0x5879a27d sfp_get_module_info +EXPORT_SYMBOL_GPL vmlinux 0x5896c3cf tps6586x_clr_bits +EXPORT_SYMBOL_GPL vmlinux 0x58b2d2aa of_get_named_gpio_flags +EXPORT_SYMBOL_GPL vmlinux 0x58c05ad5 qcom_smem_state_register +EXPORT_SYMBOL_GPL vmlinux 0x58c2f779 devm_clk_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0x58d16e54 bsg_job_get +EXPORT_SYMBOL_GPL vmlinux 0x58d26699 ptp_classify_raw +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 0x58eaf488 strp_init +EXPORT_SYMBOL_GPL vmlinux 0x58fa50c0 __traceiter_rwmmio_write +EXPORT_SYMBOL_GPL vmlinux 0x591c2344 regmap_fields_read +EXPORT_SYMBOL_GPL vmlinux 0x592482ad ohci_suspend +EXPORT_SYMBOL_GPL vmlinux 0x59497f11 gpiochip_unlock_as_irq +EXPORT_SYMBOL_GPL vmlinux 0x594dce0c phy_reset +EXPORT_SYMBOL_GPL vmlinux 0x594efa1b firmware_kobj +EXPORT_SYMBOL_GPL vmlinux 0x5957cddb zs_lookup_class_index +EXPORT_SYMBOL_GPL vmlinux 0x597c0c85 regulator_map_voltage_linear +EXPORT_SYMBOL_GPL vmlinux 0x5986d190 kdb_printf +EXPORT_SYMBOL_GPL vmlinux 0x598ec61c ata_common_sdev_groups +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 0x59b3c362 usb_get_descriptor +EXPORT_SYMBOL_GPL vmlinux 0x59b88f9a blk_crypto_reprogram_all_keys +EXPORT_SYMBOL_GPL vmlinux 0x59c43dc9 __traceiter_non_standard_event +EXPORT_SYMBOL_GPL vmlinux 0x59c9cb38 mtk_pinconf_adv_drive_set +EXPORT_SYMBOL_GPL vmlinux 0x59dc1664 sysfs_create_bin_file +EXPORT_SYMBOL_GPL vmlinux 0x59dc6d0d __mdiobus_modify_changed +EXPORT_SYMBOL_GPL vmlinux 0x59e0695d phylink_speed_down +EXPORT_SYMBOL_GPL vmlinux 0x59e3e9f9 dev_pm_opp_get_max_volt_latency +EXPORT_SYMBOL_GPL vmlinux 0x59e474f7 subsys_dev_iter_exit +EXPORT_SYMBOL_GPL vmlinux 0x59e640c0 halt_poll_ns +EXPORT_SYMBOL_GPL vmlinux 0x59eb1cf5 firmware_request_nowarn +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 0x59fd7126 ata_bmdma_irq_clear +EXPORT_SYMBOL_GPL vmlinux 0x5a12e60c __SCK__tp_func_sched_update_nr_running_tp +EXPORT_SYMBOL_GPL vmlinux 0x5a14bb85 xfrm_dev_resume +EXPORT_SYMBOL_GPL vmlinux 0x5a16d2b3 vp_legacy_get_queue_enable +EXPORT_SYMBOL_GPL vmlinux 0x5a1d134a rcu_momentary_dyntick_idle +EXPORT_SYMBOL_GPL vmlinux 0x5a229368 arch_apei_enable_cmcff +EXPORT_SYMBOL_GPL vmlinux 0x5a348721 crypto_unregister_skciphers +EXPORT_SYMBOL_GPL vmlinux 0x5a49dbc9 timerqueue_del +EXPORT_SYMBOL_GPL vmlinux 0x5a6417eb usb_root_hub_lost_power +EXPORT_SYMBOL_GPL vmlinux 0x5a6cdb52 nf_ct_zone_dflt +EXPORT_SYMBOL_GPL vmlinux 0x5a7bfe41 crypto_probing_notify +EXPORT_SYMBOL_GPL vmlinux 0x5a818630 cpufreq_unregister_governor +EXPORT_SYMBOL_GPL vmlinux 0x5a846dd8 shmem_file_setup_with_mnt +EXPORT_SYMBOL_GPL vmlinux 0x5a87637a check_move_unevictable_pages +EXPORT_SYMBOL_GPL vmlinux 0x5a8b6d83 __nvdimm_create +EXPORT_SYMBOL_GPL vmlinux 0x5a953eb0 file_ra_state_init +EXPORT_SYMBOL_GPL vmlinux 0x5a9882c5 fsl_mc_device_add +EXPORT_SYMBOL_GPL vmlinux 0x5aa2e806 relay_buf_full +EXPORT_SYMBOL_GPL vmlinux 0x5aa70984 acpi_reduced_hardware +EXPORT_SYMBOL_GPL vmlinux 0x5aa76dc7 clk_register +EXPORT_SYMBOL_GPL vmlinux 0x5ab09745 edac_get_owner +EXPORT_SYMBOL_GPL vmlinux 0x5ab42d47 gpiod_set_value +EXPORT_SYMBOL_GPL vmlinux 0x5abd11ab nvdimm_clear_poison +EXPORT_SYMBOL_GPL vmlinux 0x5accc668 driver_create_file +EXPORT_SYMBOL_GPL vmlinux 0x5ad3f697 __clk_mux_determine_rate_closest +EXPORT_SYMBOL_GPL vmlinux 0x5ae2aba4 cpufreq_driver_target +EXPORT_SYMBOL_GPL vmlinux 0x5ae2eaac gpio_to_desc +EXPORT_SYMBOL_GPL vmlinux 0x5aedc397 iommu_get_domain_for_dev +EXPORT_SYMBOL_GPL vmlinux 0x5af04f64 sdio_release_irq +EXPORT_SYMBOL_GPL vmlinux 0x5afb004d timer_unstable_counter_workaround +EXPORT_SYMBOL_GPL vmlinux 0x5aff602f xenbus_setup_ring +EXPORT_SYMBOL_GPL vmlinux 0x5b057aeb vfs_setlease +EXPORT_SYMBOL_GPL vmlinux 0x5b196219 regulator_force_disable +EXPORT_SYMBOL_GPL vmlinux 0x5b1aee96 sprd_pinctrl_core_probe +EXPORT_SYMBOL_GPL vmlinux 0x5b21ceff ring_buffer_iter_peek +EXPORT_SYMBOL_GPL vmlinux 0x5b5c6f20 sync_page_io +EXPORT_SYMBOL_GPL vmlinux 0x5b6b0329 swiotlb_max_segment +EXPORT_SYMBOL_GPL vmlinux 0x5ba9c87f blk_crypto_keyslot_index +EXPORT_SYMBOL_GPL vmlinux 0x5bb5570c io_cgrp_subsys +EXPORT_SYMBOL_GPL vmlinux 0x5bb6ddef da903x_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x5bc950fe regulator_irq_helper_cancel +EXPORT_SYMBOL_GPL vmlinux 0x5bcb73a2 pm_runtime_no_callbacks +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 0x5bee1a73 bpf_trace_run6 +EXPORT_SYMBOL_GPL vmlinux 0x5bf506c3 dma_resv_test_signaled +EXPORT_SYMBOL_GPL vmlinux 0x5c044ee3 __devm_clk_hw_register_mux +EXPORT_SYMBOL_GPL vmlinux 0x5c070f62 cper_mem_err_status_str +EXPORT_SYMBOL_GPL vmlinux 0x5c0cfdcc tun_get_socket +EXPORT_SYMBOL_GPL vmlinux 0x5c0eaf31 acpi_dev_resource_interrupt +EXPORT_SYMBOL_GPL vmlinux 0x5c0ee3ef bdev_disk_changed +EXPORT_SYMBOL_GPL vmlinux 0x5c0f77ce HYPERVISOR_platform_op_raw +EXPORT_SYMBOL_GPL vmlinux 0x5c2656f3 register_pernet_subsys +EXPORT_SYMBOL_GPL vmlinux 0x5c2f1546 devlink_sb_register +EXPORT_SYMBOL_GPL vmlinux 0x5c3bbd06 __SCK__tp_func_mc_event +EXPORT_SYMBOL_GPL vmlinux 0x5c5a1b16 tick_broadcast_control +EXPORT_SYMBOL_GPL vmlinux 0x5c659783 pci_user_write_config_word +EXPORT_SYMBOL_GPL vmlinux 0x5c82016e __SCK__tp_func_napi_poll +EXPORT_SYMBOL_GPL vmlinux 0x5c8a847e pcie_port_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x5c8c2ae5 usb_pipe_type_check +EXPORT_SYMBOL_GPL vmlinux 0x5c8cc0f1 blk_mq_flush_busy_ctxs +EXPORT_SYMBOL_GPL vmlinux 0x5c8e9382 tcp_slow_start +EXPORT_SYMBOL_GPL vmlinux 0x5c8ff7d1 gnttab_unmap_refs +EXPORT_SYMBOL_GPL vmlinux 0x5c95c68f switchdev_handle_port_attr_set +EXPORT_SYMBOL_GPL vmlinux 0x5ca14601 icc_enable +EXPORT_SYMBOL_GPL vmlinux 0x5caa8dcb usb_hcd_check_unlink_urb +EXPORT_SYMBOL_GPL vmlinux 0x5cab0237 bdev_discard_alignment +EXPORT_SYMBOL_GPL vmlinux 0x5cab9945 unregister_xenbus_watch +EXPORT_SYMBOL_GPL vmlinux 0x5cacb646 ima_file_hash +EXPORT_SYMBOL_GPL vmlinux 0x5cad8fc3 power_supply_ocv2cap_simple +EXPORT_SYMBOL_GPL vmlinux 0x5cb4be1d nexthop_for_each_fib6_nh +EXPORT_SYMBOL_GPL vmlinux 0x5cc77c45 led_colors +EXPORT_SYMBOL_GPL vmlinux 0x5cd7b711 i2c_of_match_device +EXPORT_SYMBOL_GPL vmlinux 0x5cede0a7 xdp_flush_frame_bulk +EXPORT_SYMBOL_GPL vmlinux 0x5cf84241 kvm_vcpu_is_visible_gfn +EXPORT_SYMBOL_GPL vmlinux 0x5cfbf875 ata_sas_port_suspend +EXPORT_SYMBOL_GPL vmlinux 0x5d0c4dcc phylink_speed_up +EXPORT_SYMBOL_GPL vmlinux 0x5d0ee575 irq_gc_unmask_enable_reg +EXPORT_SYMBOL_GPL vmlinux 0x5d12aede udp6_lib_lookup +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 0x5d363a62 extcon_get_edev_name +EXPORT_SYMBOL_GPL vmlinux 0x5d42cbde pci_enable_ats +EXPORT_SYMBOL_GPL vmlinux 0x5d60855a unix_peer_get +EXPORT_SYMBOL_GPL vmlinux 0x5d79ae85 of_clk_add_hw_provider +EXPORT_SYMBOL_GPL vmlinux 0x5d7cafe8 regmap_can_raw_write +EXPORT_SYMBOL_GPL vmlinux 0x5d8476d3 bpf_sk_storage_diag_alloc +EXPORT_SYMBOL_GPL vmlinux 0x5da2d0e2 __traceiter_devlink_hwerr +EXPORT_SYMBOL_GPL vmlinux 0x5da67adc zs_compact +EXPORT_SYMBOL_GPL vmlinux 0x5dc10599 net_ns_type_operations +EXPORT_SYMBOL_GPL vmlinux 0x5dc19747 phylink_mii_c22_pcs_encode_advertisement +EXPORT_SYMBOL_GPL vmlinux 0x5dc5f0d9 fat_remove_entries +EXPORT_SYMBOL_GPL vmlinux 0x5dd1fe92 hisi_reset_init +EXPORT_SYMBOL_GPL vmlinux 0x5dd9d92d fuse_dev_free +EXPORT_SYMBOL_GPL vmlinux 0x5de06d63 srcu_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x5de27374 vp_legacy_config_vector +EXPORT_SYMBOL_GPL vmlinux 0x5de412cd k3_ringacc_ring_push +EXPORT_SYMBOL_GPL vmlinux 0x5df5e5a8 devm_pci_epc_destroy +EXPORT_SYMBOL_GPL vmlinux 0x5e00f180 dev_attr_unload_heads +EXPORT_SYMBOL_GPL vmlinux 0x5e0b8ec0 ip6_route_output_flags +EXPORT_SYMBOL_GPL vmlinux 0x5e173309 cpu_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0x5e236529 mtk_clk_simple_probe +EXPORT_SYMBOL_GPL vmlinux 0x5e2b1dda get_user_pages_fast_only +EXPORT_SYMBOL_GPL vmlinux 0x5e4bceb5 fb_deferred_io_mmap +EXPORT_SYMBOL_GPL vmlinux 0x5e515be6 ktime_get_ts64 +EXPORT_SYMBOL_GPL vmlinux 0x5e65413e irq_domain_free_irqs_common +EXPORT_SYMBOL_GPL vmlinux 0x5e699dae regulator_get_linear_step +EXPORT_SYMBOL_GPL vmlinux 0x5e753fd6 rio_unregister_scan +EXPORT_SYMBOL_GPL vmlinux 0x5e76bb57 k3_ringacc_ring_get_size +EXPORT_SYMBOL_GPL vmlinux 0x5e798ffb divider_get_val +EXPORT_SYMBOL_GPL vmlinux 0x5e82ffda percpu_is_read_locked +EXPORT_SYMBOL_GPL vmlinux 0x5e85415b ring_buffer_consume +EXPORT_SYMBOL_GPL vmlinux 0x5ea86dd7 find_mci_by_dev +EXPORT_SYMBOL_GPL vmlinux 0x5eae5408 clk_is_enabled_when_prepared +EXPORT_SYMBOL_GPL vmlinux 0x5eb150ab bd_unlink_disk_holder +EXPORT_SYMBOL_GPL vmlinux 0x5eb417e0 __SCK__tp_func_neigh_timer_handler +EXPORT_SYMBOL_GPL vmlinux 0x5ec2319a mtk_mutex_unprepare +EXPORT_SYMBOL_GPL vmlinux 0x5ec88563 fsl_mc_bus_dpdmai_type +EXPORT_SYMBOL_GPL vmlinux 0x5ec91a0e scsi_internal_device_unblock_nowait +EXPORT_SYMBOL_GPL vmlinux 0x5ec96f48 vp_modern_queue_vector +EXPORT_SYMBOL_GPL vmlinux 0x5ecdcf90 ti_sci_get_free_resource +EXPORT_SYMBOL_GPL vmlinux 0x5ece5fcc mptcp_pm_get_local_addr_max +EXPORT_SYMBOL_GPL vmlinux 0x5ee2aa12 list_lru_count_node +EXPORT_SYMBOL_GPL vmlinux 0x5ee534f9 crypto_stats_init +EXPORT_SYMBOL_GPL vmlinux 0x5eeaca7c phy_start_machine +EXPORT_SYMBOL_GPL vmlinux 0x5f0dae8a devm_init_badblocks +EXPORT_SYMBOL_GPL vmlinux 0x5f1d8308 blk_stat_enable_accounting +EXPORT_SYMBOL_GPL vmlinux 0x5f23e3fa insert_resource +EXPORT_SYMBOL_GPL vmlinux 0x5f24dfd9 devm_serdev_device_open +EXPORT_SYMBOL_GPL vmlinux 0x5f4955bd kthread_queue_delayed_work +EXPORT_SYMBOL_GPL vmlinux 0x5f523a73 sysfs_add_link_to_group +EXPORT_SYMBOL_GPL vmlinux 0x5f545d09 devm_ti_sci_get_resource +EXPORT_SYMBOL_GPL vmlinux 0x5f57f311 preempt_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0x5f5ac177 devlink_dpipe_entry_ctx_append +EXPORT_SYMBOL_GPL vmlinux 0x5f6b3201 usb_alloc_streams +EXPORT_SYMBOL_GPL vmlinux 0x5f6f1e9e dax_get_private +EXPORT_SYMBOL_GPL vmlinux 0x5f8d3f24 devlink_param_driverinit_value_set +EXPORT_SYMBOL_GPL vmlinux 0x5f92fff7 sata_link_scr_lpm +EXPORT_SYMBOL_GPL vmlinux 0x5fa561fe tcp_cong_avoid_ai +EXPORT_SYMBOL_GPL vmlinux 0x5fa625ed mpi_ec_mul_point +EXPORT_SYMBOL_GPL vmlinux 0x5fb8024e devm_pinctrl_unregister +EXPORT_SYMBOL_GPL vmlinux 0x5fb8848b halt_poll_ns_grow_start +EXPORT_SYMBOL_GPL vmlinux 0x5fb9d291 ata_sff_lost_interrupt +EXPORT_SYMBOL_GPL vmlinux 0x5fcec29c ahci_platform_disable_resources +EXPORT_SYMBOL_GPL vmlinux 0x5fd38dba regulator_is_equal +EXPORT_SYMBOL_GPL vmlinux 0x5fd526ba rio_request_outb_dbell +EXPORT_SYMBOL_GPL vmlinux 0x5fdfcd57 __tracepoint_pelt_thermal_tp +EXPORT_SYMBOL_GPL vmlinux 0x5fe1fe32 da9052_adc_read_temp +EXPORT_SYMBOL_GPL vmlinux 0x5ff5216e blk_mq_wait_quiesce_done +EXPORT_SYMBOL_GPL vmlinux 0x5fffa450 icc_set_tag +EXPORT_SYMBOL_GPL vmlinux 0x600273d4 devm_hwspin_lock_free +EXPORT_SYMBOL_GPL vmlinux 0x60066e4a device_set_node +EXPORT_SYMBOL_GPL vmlinux 0x60091316 clk_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0x601237db iomap_read_folio +EXPORT_SYMBOL_GPL vmlinux 0x60123cd6 tcp_bpf_update_proto +EXPORT_SYMBOL_GPL vmlinux 0x601ff926 rio_dma_prep_xfer +EXPORT_SYMBOL_GPL vmlinux 0x60207008 __udp4_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0x60274049 i2c_acpi_new_device_by_fwnode +EXPORT_SYMBOL_GPL vmlinux 0x60316a9c platform_device_register_full +EXPORT_SYMBOL_GPL vmlinux 0x6039f150 clk_hw_get_parent_index +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 0x604f8d0e key_type_logon +EXPORT_SYMBOL_GPL vmlinux 0x605128c8 dma_alloc_noncontiguous +EXPORT_SYMBOL_GPL vmlinux 0x605d5bfa cache_line_size +EXPORT_SYMBOL_GPL vmlinux 0x60676197 eventfd_ctx_fileget +EXPORT_SYMBOL_GPL vmlinux 0x606b4aba devlink_linecard_provision_set +EXPORT_SYMBOL_GPL vmlinux 0x60756ef8 nf_checksum +EXPORT_SYMBOL_GPL vmlinux 0x607c4683 devlink_info_version_fixed_put +EXPORT_SYMBOL_GPL vmlinux 0x607f1a85 dev_pm_domain_start +EXPORT_SYMBOL_GPL vmlinux 0x6082fc82 pm_relax +EXPORT_SYMBOL_GPL vmlinux 0x608d25d6 __xas_prev +EXPORT_SYMBOL_GPL vmlinux 0x6091797f synchronize_rcu +EXPORT_SYMBOL_GPL vmlinux 0x60969ed5 ata_sff_port_intr +EXPORT_SYMBOL_GPL vmlinux 0x60985e4b da9052_free_irq +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 0x60ebc96f ring_buffer_read_prepare +EXPORT_SYMBOL_GPL vmlinux 0x60ed31cd ata_host_detach +EXPORT_SYMBOL_GPL vmlinux 0x60f99e1b cppc_set_perf +EXPORT_SYMBOL_GPL vmlinux 0x6112a600 __percpu_init_rwsem +EXPORT_SYMBOL_GPL vmlinux 0x611b7fe0 __traceiter_pelt_dl_tp +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 0x6136ed66 crypto_aead_setauthsize +EXPORT_SYMBOL_GPL vmlinux 0x613e76f6 ethnl_cable_test_amplitude +EXPORT_SYMBOL_GPL vmlinux 0x613f3acf splice_to_pipe +EXPORT_SYMBOL_GPL vmlinux 0x6144f177 iomap_finish_ioends +EXPORT_SYMBOL_GPL vmlinux 0x614adcb7 of_overlay_remove_all +EXPORT_SYMBOL_GPL vmlinux 0x615224e6 xdp_return_frame +EXPORT_SYMBOL_GPL vmlinux 0x61801098 __rio_local_write_config_16 +EXPORT_SYMBOL_GPL vmlinux 0x6180ff9a power_supply_am_i_supplied +EXPORT_SYMBOL_GPL vmlinux 0x6181e79f timerqueue_add +EXPORT_SYMBOL_GPL vmlinux 0x61904ddf fsl_mc_bus_dpcon_type +EXPORT_SYMBOL_GPL vmlinux 0x6198dfea __ring_buffer_alloc +EXPORT_SYMBOL_GPL vmlinux 0x6199ad5d crypto_has_skcipher +EXPORT_SYMBOL_GPL vmlinux 0x619d2eca acpi_gpio_get_irq_resource +EXPORT_SYMBOL_GPL vmlinux 0x61a91295 component_add_typed +EXPORT_SYMBOL_GPL vmlinux 0x61b6b205 dev_pm_opp_of_add_table +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 0x61d2afb0 dev_pm_opp_free_cpufreq_table +EXPORT_SYMBOL_GPL vmlinux 0x61e11178 vc_scrolldelta_helper +EXPORT_SYMBOL_GPL vmlinux 0x61e7bb72 gpiod_get_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x61ee0a94 power_supply_property_is_writeable +EXPORT_SYMBOL_GPL vmlinux 0x61f67c92 phy_gbit_features_array +EXPORT_SYMBOL_GPL vmlinux 0x6206c6df vcap_rule_add_key_u48 +EXPORT_SYMBOL_GPL vmlinux 0x62104126 phylink_ethtool_set_wol +EXPORT_SYMBOL_GPL vmlinux 0x621e9e68 fscrypt_mergeable_bio +EXPORT_SYMBOL_GPL vmlinux 0x621f09aa inet_unhash +EXPORT_SYMBOL_GPL vmlinux 0x622c7922 register_oom_notifier +EXPORT_SYMBOL_GPL vmlinux 0x6236cf76 irq_domain_create_simple +EXPORT_SYMBOL_GPL vmlinux 0x62377a7b blk_io_schedule +EXPORT_SYMBOL_GPL vmlinux 0x62433070 xfrm_dev_state_add +EXPORT_SYMBOL_GPL vmlinux 0x6246a629 synchronize_rcu_tasks_trace +EXPORT_SYMBOL_GPL vmlinux 0x6247ba97 fsl_mc_bus_dpseci_type +EXPORT_SYMBOL_GPL vmlinux 0x62497a35 devl_dpipe_headers_register +EXPORT_SYMBOL_GPL vmlinux 0x624c103e regulator_set_soft_start_regmap +EXPORT_SYMBOL_GPL vmlinux 0x624ff06e fuse_dev_alloc_install +EXPORT_SYMBOL_GPL vmlinux 0x62521c7c usb_bulk_msg +EXPORT_SYMBOL_GPL vmlinux 0x6257dda7 clk_rate_exclusive_get +EXPORT_SYMBOL_GPL vmlinux 0x6259d291 clk_restore_context +EXPORT_SYMBOL_GPL vmlinux 0x625d74be tcp_get_info +EXPORT_SYMBOL_GPL vmlinux 0x62602735 component_add +EXPORT_SYMBOL_GPL vmlinux 0x6267aa31 acpi_dma_controller_register +EXPORT_SYMBOL_GPL vmlinux 0x627e2b9e virtqueue_is_broken +EXPORT_SYMBOL_GPL vmlinux 0x6284bc84 fsverity_ioctl_read_metadata +EXPORT_SYMBOL_GPL vmlinux 0x629372da ip6_input +EXPORT_SYMBOL_GPL vmlinux 0x6298b690 regulator_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x629f162b pm_clk_destroy +EXPORT_SYMBOL_GPL vmlinux 0x629ffb75 regulator_get_voltage_rdev +EXPORT_SYMBOL_GPL vmlinux 0x62aabb14 mnt_want_write_file +EXPORT_SYMBOL_GPL vmlinux 0x62bb09bf clocks_calc_mult_shift +EXPORT_SYMBOL_GPL vmlinux 0x62c30fee ohci_setup +EXPORT_SYMBOL_GPL vmlinux 0x62d4050c dma_resv_iter_first +EXPORT_SYMBOL_GPL vmlinux 0x62dc6b78 vfs_cancel_lock +EXPORT_SYMBOL_GPL vmlinux 0x62f81acf __traceiter_br_fdb_external_learn_add +EXPORT_SYMBOL_GPL vmlinux 0x63004293 dbs_update +EXPORT_SYMBOL_GPL vmlinux 0x63150e06 clk_get_parent +EXPORT_SYMBOL_GPL vmlinux 0x631698f0 __fscrypt_encrypt_symlink +EXPORT_SYMBOL_GPL vmlinux 0x63197685 s2idle_wake +EXPORT_SYMBOL_GPL vmlinux 0x63369090 acpi_dma_controller_free +EXPORT_SYMBOL_GPL vmlinux 0x634b9d42 __SCK__tp_func_block_unplug +EXPORT_SYMBOL_GPL vmlinux 0x638aff11 proc_douintvec_minmax +EXPORT_SYMBOL_GPL vmlinux 0x63a3f102 balloon_page_enqueue +EXPORT_SYMBOL_GPL vmlinux 0x63bff888 fixed_phy_register_with_gpiod +EXPORT_SYMBOL_GPL vmlinux 0x63c08029 clk_bulk_unprepare +EXPORT_SYMBOL_GPL vmlinux 0x63ccacc4 __traceiter_rpm_idle +EXPORT_SYMBOL_GPL vmlinux 0x63d8b554 iptunnel_metadata_reply +EXPORT_SYMBOL_GPL vmlinux 0x63e5873b mptcp_get_reset_option +EXPORT_SYMBOL_GPL vmlinux 0x63ea80b3 cper_mem_err_type_str +EXPORT_SYMBOL_GPL vmlinux 0x63f4bf3a subsys_dev_iter_next +EXPORT_SYMBOL_GPL vmlinux 0x63f81c90 usb_disable_lpm +EXPORT_SYMBOL_GPL vmlinux 0x64016a76 nvdimm_bus_check_dimm_count +EXPORT_SYMBOL_GPL vmlinux 0x6406d3c3 blockdev_superblock +EXPORT_SYMBOL_GPL vmlinux 0x640f3008 dev_pm_get_subsys_data +EXPORT_SYMBOL_GPL vmlinux 0x640fb916 tcp_bpf_sendmsg_redir +EXPORT_SYMBOL_GPL vmlinux 0x641c44ef __traceiter_ata_exec_command +EXPORT_SYMBOL_GPL vmlinux 0x641e60ec crypto_stats_akcipher_verify +EXPORT_SYMBOL_GPL vmlinux 0x6427572b tegra210_clk_emc_dll_enable +EXPORT_SYMBOL_GPL vmlinux 0x642aab22 i2c_slave_event +EXPORT_SYMBOL_GPL vmlinux 0x642df2cb dev_get_regmap +EXPORT_SYMBOL_GPL vmlinux 0x6432dd6d pm_clk_add +EXPORT_SYMBOL_GPL vmlinux 0x643b06b0 zynqmp_pm_clock_setrate +EXPORT_SYMBOL_GPL vmlinux 0x643fca91 pinctrl_register +EXPORT_SYMBOL_GPL vmlinux 0x64442126 pm_runtime_set_autosuspend_delay +EXPORT_SYMBOL_GPL vmlinux 0x645078f3 bio_clone_blkg_association +EXPORT_SYMBOL_GPL vmlinux 0x6457b431 led_set_brightness_sync +EXPORT_SYMBOL_GPL vmlinux 0x64609d25 __tracepoint_devlink_trap_report +EXPORT_SYMBOL_GPL vmlinux 0x6467f800 devm_platform_ioremap_resource_byname +EXPORT_SYMBOL_GPL vmlinux 0x647537f3 pl320_ipc_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x64767f53 pci_disable_pri +EXPORT_SYMBOL_GPL vmlinux 0x647bcabc power_supply_powers +EXPORT_SYMBOL_GPL vmlinux 0x64815d2b sdio_set_host_pm_flags +EXPORT_SYMBOL_GPL vmlinux 0x648dfc82 list_lru_add +EXPORT_SYMBOL_GPL vmlinux 0x648f59a9 sfp_module_insert +EXPORT_SYMBOL_GPL vmlinux 0x6496c6e9 devres_add +EXPORT_SYMBOL_GPL vmlinux 0x64a1a5ce phylink_decode_usxgmii_word +EXPORT_SYMBOL_GPL vmlinux 0x64a31445 mutex_lock_io +EXPORT_SYMBOL_GPL vmlinux 0x64b303a8 pci_set_pcie_reset_state +EXPORT_SYMBOL_GPL vmlinux 0x64c344a5 switchdev_port_obj_del +EXPORT_SYMBOL_GPL vmlinux 0x64d0b07d md_do_sync +EXPORT_SYMBOL_GPL vmlinux 0x64d21ab7 fib_table_lookup +EXPORT_SYMBOL_GPL vmlinux 0x64e1b6ed bpf_trace_run4 +EXPORT_SYMBOL_GPL vmlinux 0x64e27c4f synth_event_delete +EXPORT_SYMBOL_GPL vmlinux 0x64e660fa pci_msix_free_irq +EXPORT_SYMBOL_GPL vmlinux 0x64e8e8e4 crypto_aead_encrypt +EXPORT_SYMBOL_GPL vmlinux 0x64ec62f4 irq_gc_noop +EXPORT_SYMBOL_GPL vmlinux 0x64f36620 dax_flush +EXPORT_SYMBOL_GPL vmlinux 0x64f74abf __tracepoint_pelt_cfs_tp +EXPORT_SYMBOL_GPL vmlinux 0x64f9de7d pwm_get +EXPORT_SYMBOL_GPL vmlinux 0x64fb80f4 fwnode_property_read_u8_array +EXPORT_SYMBOL_GPL vmlinux 0x6502d9c2 xenbus_scanf +EXPORT_SYMBOL_GPL vmlinux 0x651413a7 led_trigger_remove +EXPORT_SYMBOL_GPL vmlinux 0x651d10e5 ktime_get_tai_fast_ns +EXPORT_SYMBOL_GPL vmlinux 0x652058d6 device_link_add +EXPORT_SYMBOL_GPL vmlinux 0x652e93f6 class_compat_remove_link +EXPORT_SYMBOL_GPL vmlinux 0x6531a37f mpi_add +EXPORT_SYMBOL_GPL vmlinux 0x6537925c securityfs_remove +EXPORT_SYMBOL_GPL vmlinux 0x65382c89 devm_pwmchip_add +EXPORT_SYMBOL_GPL vmlinux 0x654147af usb_match_id +EXPORT_SYMBOL_GPL vmlinux 0x6545268e __tracepoint_neigh_cleanup_and_release +EXPORT_SYMBOL_GPL vmlinux 0x65525c38 ghes_register_report_chain +EXPORT_SYMBOL_GPL vmlinux 0x655eab23 mtk_pinconf_adv_drive_get +EXPORT_SYMBOL_GPL vmlinux 0x6568bed9 usb_get_role_switch_default_mode +EXPORT_SYMBOL_GPL vmlinux 0x656b2860 vp_modern_queue_address +EXPORT_SYMBOL_GPL vmlinux 0x65916bb5 gnttab_dma_free_pages +EXPORT_SYMBOL_GPL vmlinux 0x65a6b86a mtk_clk_gate_ops_setclr +EXPORT_SYMBOL_GPL vmlinux 0x65a88a3b of_hwspin_lock_get_id +EXPORT_SYMBOL_GPL vmlinux 0x65a8ac35 param_set_uint_minmax +EXPORT_SYMBOL_GPL vmlinux 0x65acf90c sbitmap_weight +EXPORT_SYMBOL_GPL vmlinux 0x65b195ff devm_regmap_init_vexpress_config +EXPORT_SYMBOL_GPL vmlinux 0x65b70bfd __traceiter_rpm_suspend +EXPORT_SYMBOL_GPL vmlinux 0x65bc8000 gpiod_set_array_value +EXPORT_SYMBOL_GPL vmlinux 0x65c420f3 nfs_ssc_register +EXPORT_SYMBOL_GPL vmlinux 0x65c66b8f unregister_ftrace_function +EXPORT_SYMBOL_GPL vmlinux 0x65ccb6f0 call_netevent_notifiers +EXPORT_SYMBOL_GPL vmlinux 0x65e01af9 __sync_icache_dcache +EXPORT_SYMBOL_GPL vmlinux 0x65f99126 gpiod_set_raw_array_value +EXPORT_SYMBOL_GPL vmlinux 0x65fe6669 dma_opt_mapping_size +EXPORT_SYMBOL_GPL vmlinux 0x66089fde usb_put_hcd +EXPORT_SYMBOL_GPL vmlinux 0x660eb6bd devlink_free +EXPORT_SYMBOL_GPL vmlinux 0x6615814a devm_irq_setup_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0x661601de sprint_symbol +EXPORT_SYMBOL_GPL vmlinux 0x6620aa80 pm_generic_runtime_suspend +EXPORT_SYMBOL_GPL vmlinux 0x662b9c40 _copy_from_iter_flushcache +EXPORT_SYMBOL_GPL vmlinux 0x6636c3c9 irq_set_vcpu_affinity +EXPORT_SYMBOL_GPL vmlinux 0x663bb448 devlink_fmsg_obj_nest_end +EXPORT_SYMBOL_GPL vmlinux 0x664138f2 ata_sff_data_xfer +EXPORT_SYMBOL_GPL vmlinux 0x664369c4 max8997_write_reg +EXPORT_SYMBOL_GPL vmlinux 0x664370f3 nvdimm_has_cache +EXPORT_SYMBOL_GPL vmlinux 0x6648db98 __SCK__tp_func_rwmmio_post_read +EXPORT_SYMBOL_GPL vmlinux 0x664aae8f serdev_device_write_wakeup +EXPORT_SYMBOL_GPL vmlinux 0x664eb54a k3_ringacc_ring_reset_dma +EXPORT_SYMBOL_GPL vmlinux 0x6655dd2c exportfs_encode_fh +EXPORT_SYMBOL_GPL vmlinux 0x665e92a0 clk_set_duty_cycle +EXPORT_SYMBOL_GPL vmlinux 0x66816d6b kthread_mod_delayed_work +EXPORT_SYMBOL_GPL vmlinux 0x668402aa crypto_put_default_rng +EXPORT_SYMBOL_GPL vmlinux 0x6689f23f register_asymmetric_key_parser +EXPORT_SYMBOL_GPL vmlinux 0x668bab8b ata_dummy_port_info +EXPORT_SYMBOL_GPL vmlinux 0x668dbe75 usb_free_streams +EXPORT_SYMBOL_GPL vmlinux 0x669b4897 fsl_mc_resource_free +EXPORT_SYMBOL_GPL vmlinux 0x66a8dab4 badblocks_exit +EXPORT_SYMBOL_GPL vmlinux 0x66b97421 sfp_link_up +EXPORT_SYMBOL_GPL vmlinux 0x66c2bc0b vcap_rule_get_key_u32 +EXPORT_SYMBOL_GPL vmlinux 0x66d05331 pingv6_prot +EXPORT_SYMBOL_GPL vmlinux 0x66d87d38 symbol_put_addr +EXPORT_SYMBOL_GPL vmlinux 0x66e0ec3d kvm_vcpu_gfn_to_hva +EXPORT_SYMBOL_GPL vmlinux 0x66e8b5b0 phylink_caps_to_linkmodes +EXPORT_SYMBOL_GPL vmlinux 0x66f921c3 fuse_dev_alloc +EXPORT_SYMBOL_GPL vmlinux 0x670b339c ghes_get_devices +EXPORT_SYMBOL_GPL vmlinux 0x67114859 nvmem_cell_read_u32 +EXPORT_SYMBOL_GPL vmlinux 0x6713f277 tty_set_ldisc +EXPORT_SYMBOL_GPL vmlinux 0x6739a503 balloon_set_new_target +EXPORT_SYMBOL_GPL vmlinux 0x67429c91 __SCK__tp_func_block_bio_remap +EXPORT_SYMBOL_GPL vmlinux 0x6745a58d __pneigh_lookup +EXPORT_SYMBOL_GPL vmlinux 0x67510e74 pcie_port_find_device +EXPORT_SYMBOL_GPL vmlinux 0x6755bca3 led_set_brightness_nosleep +EXPORT_SYMBOL_GPL vmlinux 0x6765edf3 regmap_get_raw_read_max +EXPORT_SYMBOL_GPL vmlinux 0x676c688f k3_ringacc_ring_free +EXPORT_SYMBOL_GPL vmlinux 0x6776f1c7 perf_get_aux +EXPORT_SYMBOL_GPL vmlinux 0x677af2bf scsi_free_sgtables +EXPORT_SYMBOL_GPL vmlinux 0x677ff88c xas_store +EXPORT_SYMBOL_GPL vmlinux 0x6780c340 vcap_keyset_list_add +EXPORT_SYMBOL_GPL vmlinux 0x67902dc8 fsl_mc_bus_dpdmux_type +EXPORT_SYMBOL_GPL vmlinux 0x67955ce6 profile_hits +EXPORT_SYMBOL_GPL vmlinux 0x67a1fa6f perf_event_refresh +EXPORT_SYMBOL_GPL vmlinux 0x67b5cc2e dm_get_queue_limits +EXPORT_SYMBOL_GPL vmlinux 0x67bf1f3b of_clk_get_parent_name +EXPORT_SYMBOL_GPL vmlinux 0x67c3c795 get_state_synchronize_rcu_full +EXPORT_SYMBOL_GPL vmlinux 0x67ca4cee devm_led_classdev_register_ext +EXPORT_SYMBOL_GPL vmlinux 0x67d05072 sdio_set_block_size +EXPORT_SYMBOL_GPL vmlinux 0x67da2a8b virtio_require_restricted_mem_acc +EXPORT_SYMBOL_GPL vmlinux 0x67da9f7c sha512_zero_message_hash +EXPORT_SYMBOL_GPL vmlinux 0x67dcae87 pm_schedule_suspend +EXPORT_SYMBOL_GPL vmlinux 0x67e9b27a devm_hwspin_lock_request +EXPORT_SYMBOL_GPL vmlinux 0x67ea32fc irq_domain_create_legacy +EXPORT_SYMBOL_GPL vmlinux 0x6813bc46 dm_internal_suspend_noflush +EXPORT_SYMBOL_GPL vmlinux 0x682ff057 ring_buffer_commit_overrun_cpu +EXPORT_SYMBOL_GPL vmlinux 0x68356f59 of_platform_device_destroy +EXPORT_SYMBOL_GPL vmlinux 0x68422db2 crypto_unregister_acomp +EXPORT_SYMBOL_GPL vmlinux 0x68460527 blkcg_set_fc_appid +EXPORT_SYMBOL_GPL vmlinux 0x684ca117 zynqmp_pm_get_pll_frac_mode +EXPORT_SYMBOL_GPL vmlinux 0x685be3e2 skb_copy_ubufs +EXPORT_SYMBOL_GPL vmlinux 0x685c6d03 pm_generic_suspend +EXPORT_SYMBOL_GPL vmlinux 0x68658e79 crypto_stats_kpp_generate_public_key +EXPORT_SYMBOL_GPL vmlinux 0x6868d47e unregister_wide_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0x686f9fc5 mtk_eint_do_resume +EXPORT_SYMBOL_GPL vmlinux 0x68711846 irq_domain_translate_onecell +EXPORT_SYMBOL_GPL vmlinux 0x687ea40e user_read +EXPORT_SYMBOL_GPL vmlinux 0x6887d3c6 crypto_aes_set_key +EXPORT_SYMBOL_GPL vmlinux 0x6892e3c3 kvm_set_pfn_accessed +EXPORT_SYMBOL_GPL vmlinux 0x68952493 rcu_note_context_switch +EXPORT_SYMBOL_GPL vmlinux 0x68956101 devm_rtc_device_register +EXPORT_SYMBOL_GPL vmlinux 0x689bac7a blk_mq_end_request_batch +EXPORT_SYMBOL_GPL vmlinux 0x689ef5ba xenbus_switch_state +EXPORT_SYMBOL_GPL vmlinux 0x68ba9637 pcie_reset_flr +EXPORT_SYMBOL_GPL vmlinux 0x68d2917e handle_fasteoi_nmi +EXPORT_SYMBOL_GPL vmlinux 0x68e2a739 i2c_slave_register +EXPORT_SYMBOL_GPL vmlinux 0x68ed9409 spi_mem_dirmap_write +EXPORT_SYMBOL_GPL vmlinux 0x68f32dae trace_put_event_file +EXPORT_SYMBOL_GPL vmlinux 0x68f948fa mtk_mux_clr_set_upd_ops +EXPORT_SYMBOL_GPL vmlinux 0x690225a7 sock_map_close +EXPORT_SYMBOL_GPL vmlinux 0x690f585e phy_basic_ports_array +EXPORT_SYMBOL_GPL vmlinux 0x69137c55 dw_pcie_ep_init_complete +EXPORT_SYMBOL_GPL vmlinux 0x691fb18a thermal_add_hwmon_sysfs +EXPORT_SYMBOL_GPL vmlinux 0x692315c9 ata_sff_data_xfer32 +EXPORT_SYMBOL_GPL vmlinux 0x695511f9 genphy_c45_aneg_done +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 0x698888c0 usb_deregister_dev +EXPORT_SYMBOL_GPL vmlinux 0x698edfc3 zynqmp_pm_set_gem_config +EXPORT_SYMBOL_GPL vmlinux 0x69b2bec0 icmp_build_probe +EXPORT_SYMBOL_GPL vmlinux 0x69b5b2b5 __ata_ehi_push_desc +EXPORT_SYMBOL_GPL vmlinux 0x69bbe469 free_vm_area +EXPORT_SYMBOL_GPL vmlinux 0x69cf0632 mpi_fromstr +EXPORT_SYMBOL_GPL vmlinux 0x69dde51e fsl_mc_bus_dpsw_type +EXPORT_SYMBOL_GPL vmlinux 0x69e683de uuid_gen +EXPORT_SYMBOL_GPL vmlinux 0x69ee2220 linear_range_get_selector_high +EXPORT_SYMBOL_GPL vmlinux 0x69f6d7f3 ehci_hub_control +EXPORT_SYMBOL_GPL vmlinux 0x6a009047 pm_genpd_remove_subdomain +EXPORT_SYMBOL_GPL vmlinux 0x6a05b65b fb_videomode_from_videomode +EXPORT_SYMBOL_GPL vmlinux 0x6a14811a regulator_disable_regmap +EXPORT_SYMBOL_GPL vmlinux 0x6a14d3af unregister_random_vmfork_notifier +EXPORT_SYMBOL_GPL vmlinux 0x6a24890f icc_provider_del +EXPORT_SYMBOL_GPL vmlinux 0x6a36ff74 __traceiter_devlink_hwmsg +EXPORT_SYMBOL_GPL vmlinux 0x6a421062 memory_failure_queue +EXPORT_SYMBOL_GPL vmlinux 0x6a439034 irq_domain_simple_ops +EXPORT_SYMBOL_GPL vmlinux 0x6a460dc5 schedule_hrtimeout +EXPORT_SYMBOL_GPL vmlinux 0x6a497e54 ata_cable_40wire +EXPORT_SYMBOL_GPL vmlinux 0x6a4f623b mmu_notifier_synchronize +EXPORT_SYMBOL_GPL vmlinux 0x6a4fa376 kvm_vcpu_read_guest_atomic +EXPORT_SYMBOL_GPL vmlinux 0x6a50c003 kvm_read_guest_page +EXPORT_SYMBOL_GPL vmlinux 0x6a6e0d34 __pm_runtime_suspend +EXPORT_SYMBOL_GPL vmlinux 0x6a708c92 of_hte_req_count +EXPORT_SYMBOL_GPL vmlinux 0x6a8441be cpci_hp_start +EXPORT_SYMBOL_GPL vmlinux 0x6a847c62 rio_mport_read_config_32 +EXPORT_SYMBOL_GPL vmlinux 0x6a93c9b2 zynqmp_pm_pinctrl_get_function +EXPORT_SYMBOL_GPL vmlinux 0x6a9a8061 of_phandle_args_to_fwspec +EXPORT_SYMBOL_GPL vmlinux 0x6a9e90af ata_mode_string +EXPORT_SYMBOL_GPL vmlinux 0x6aa2a877 xenbus_printf +EXPORT_SYMBOL_GPL vmlinux 0x6aa8876f fwnode_count_parents +EXPORT_SYMBOL_GPL vmlinux 0x6aad9152 xen_set_callback_via +EXPORT_SYMBOL_GPL vmlinux 0x6ab299d7 of_thermal_get_trip_points +EXPORT_SYMBOL_GPL vmlinux 0x6ac0d193 regulator_list_hardware_vsel +EXPORT_SYMBOL_GPL vmlinux 0x6ac85f4f devm_tegra_memory_controller_get +EXPORT_SYMBOL_GPL vmlinux 0x6ad0746f acpi_subsys_runtime_resume +EXPORT_SYMBOL_GPL vmlinux 0x6ad0c083 spi_mem_supports_op +EXPORT_SYMBOL_GPL vmlinux 0x6adbbf2c debugfs_create_dir +EXPORT_SYMBOL_GPL vmlinux 0x6b0712a1 device_set_of_node_from_dev +EXPORT_SYMBOL_GPL vmlinux 0x6b0dc565 xen_set_irq_priority +EXPORT_SYMBOL_GPL vmlinux 0x6b1f1c4f bsg_remove_queue +EXPORT_SYMBOL_GPL vmlinux 0x6b209b79 usb_ep0_reinit +EXPORT_SYMBOL_GPL vmlinux 0x6b2a4982 __crypto_alloc_tfm +EXPORT_SYMBOL_GPL vmlinux 0x6b2b69f7 static_key_enable +EXPORT_SYMBOL_GPL vmlinux 0x6b30164c dprc_remove_devices +EXPORT_SYMBOL_GPL vmlinux 0x6b34d501 dev_pm_set_dedicated_wake_irq +EXPORT_SYMBOL_GPL vmlinux 0x6b36e07d devlink_linecard_destroy +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 0x6b434845 inet6_compat_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x6b47f8a4 hisi_clk_register_mux +EXPORT_SYMBOL_GPL vmlinux 0x6b4ab4c2 platform_get_mem_or_io +EXPORT_SYMBOL_GPL vmlinux 0x6b4eb785 pci_try_reset_function +EXPORT_SYMBOL_GPL vmlinux 0x6b508da7 mtk_clk_gate_ops_no_setclr +EXPORT_SYMBOL_GPL vmlinux 0x6b550d77 gnttab_free_pages +EXPORT_SYMBOL_GPL vmlinux 0x6b62efab kvm_is_visible_gfn +EXPORT_SYMBOL_GPL vmlinux 0x6b6e6e20 fuse_init_fs_context_submount +EXPORT_SYMBOL_GPL vmlinux 0x6b722180 log_read_mmio +EXPORT_SYMBOL_GPL vmlinux 0x6b750a1c pm_runtime_allow +EXPORT_SYMBOL_GPL vmlinux 0x6b7a4335 hyperv_cleanup +EXPORT_SYMBOL_GPL vmlinux 0x6b81011f kernfs_put +EXPORT_SYMBOL_GPL vmlinux 0x6b81c38b power_supply_unreg_notifier +EXPORT_SYMBOL_GPL vmlinux 0x6b834121 bman_portals_probed +EXPORT_SYMBOL_GPL vmlinux 0x6b839fbd ata_pci_remove_one +EXPORT_SYMBOL_GPL vmlinux 0x6ba2410e dm_bio_from_per_bio_data +EXPORT_SYMBOL_GPL vmlinux 0x6ba36c6a hwpoison_filter_flags_value +EXPORT_SYMBOL_GPL vmlinux 0x6ba52fc0 tty_get_pgrp +EXPORT_SYMBOL_GPL vmlinux 0x6bab6323 mtk_clk_register_muxes +EXPORT_SYMBOL_GPL vmlinux 0x6bae57f3 of_clk_hw_simple_get +EXPORT_SYMBOL_GPL vmlinux 0x6bb4a420 of_devfreq_cooling_register_power +EXPORT_SYMBOL_GPL vmlinux 0x6bbd8324 perf_unregister_guest_info_callbacks +EXPORT_SYMBOL_GPL vmlinux 0x6bc9548d badblocks_check +EXPORT_SYMBOL_GPL vmlinux 0x6bcdedc0 mpi_point_init +EXPORT_SYMBOL_GPL vmlinux 0x6bce4b86 ext_pi_type3_crc64 +EXPORT_SYMBOL_GPL vmlinux 0x6bd1aa56 stack_trace_save +EXPORT_SYMBOL_GPL vmlinux 0x6bdddcee rio_release_inb_pwrite +EXPORT_SYMBOL_GPL vmlinux 0x6bdef35c acpi_ec_mark_gpe_for_wake +EXPORT_SYMBOL_GPL vmlinux 0x6be3a96b hv_remove_vmbus_handler +EXPORT_SYMBOL_GPL vmlinux 0x6be3f787 nvmem_register +EXPORT_SYMBOL_GPL vmlinux 0x6bee39b6 of_get_display_timing +EXPORT_SYMBOL_GPL vmlinux 0x6befbb86 __pm_relax +EXPORT_SYMBOL_GPL vmlinux 0x6befda19 fwnode_property_read_string_array +EXPORT_SYMBOL_GPL vmlinux 0x6bf1a17a irq_domain_set_hwirq_and_chip +EXPORT_SYMBOL_GPL vmlinux 0x6bf5c8c9 __fsnotify_inode_delete +EXPORT_SYMBOL_GPL vmlinux 0x6bfb1833 cpufreq_table_index_unsorted +EXPORT_SYMBOL_GPL vmlinux 0x6bfe0f31 dev_pm_qos_update_user_latency_tolerance +EXPORT_SYMBOL_GPL vmlinux 0x6c205008 mpi_print +EXPORT_SYMBOL_GPL vmlinux 0x6c337a62 serdev_device_set_parity +EXPORT_SYMBOL_GPL vmlinux 0x6c389761 acpi_bus_get_private_data +EXPORT_SYMBOL_GPL vmlinux 0x6c3e416c regulator_put +EXPORT_SYMBOL_GPL vmlinux 0x6c3f70e0 guid_gen +EXPORT_SYMBOL_GPL vmlinux 0x6c4365bb mpc8xxx_spi_rx_buf_u8 +EXPORT_SYMBOL_GPL vmlinux 0x6c488e5d phylink_connect_phy +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 0x6c77af12 xfer_to_guest_mode_handle_work +EXPORT_SYMBOL_GPL vmlinux 0x6c79c06f hwspin_lock_request +EXPORT_SYMBOL_GPL vmlinux 0x6c956075 __SCK__tp_func_devlink_hwerr +EXPORT_SYMBOL_GPL vmlinux 0x6ca24621 dev_pm_opp_get_required_pstate +EXPORT_SYMBOL_GPL vmlinux 0x6ca293cb blk_mq_unquiesce_tagset +EXPORT_SYMBOL_GPL vmlinux 0x6ca4bf88 async_synchronize_full_domain +EXPORT_SYMBOL_GPL vmlinux 0x6cb0ce87 irq_get_percpu_devid_partition +EXPORT_SYMBOL_GPL vmlinux 0x6cdf1db4 bind_interdomain_evtchn_to_irqhandler_lateeoi +EXPORT_SYMBOL_GPL vmlinux 0x6ce10eb0 trace_clock_jiffies +EXPORT_SYMBOL_GPL vmlinux 0x6ce91115 hisi_clk_alloc +EXPORT_SYMBOL_GPL vmlinux 0x6cea0515 iommu_attach_group +EXPORT_SYMBOL_GPL vmlinux 0x6cf3d070 blk_bio_list_merge +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 0x6d1bb66d sb800_prefetch +EXPORT_SYMBOL_GPL vmlinux 0x6d21b7c9 get_cpu_device +EXPORT_SYMBOL_GPL vmlinux 0x6d25408e crypto_shash_update +EXPORT_SYMBOL_GPL vmlinux 0x6d2fc5a6 net_namespace_list +EXPORT_SYMBOL_GPL vmlinux 0x6d345c79 __clk_hw_register_gate +EXPORT_SYMBOL_GPL vmlinux 0x6d467b08 arm_smccc_1_1_get_conduit +EXPORT_SYMBOL_GPL vmlinux 0x6d46fabd of_pci_range_parser_init +EXPORT_SYMBOL_GPL vmlinux 0x6d48f171 scsi_flush_work +EXPORT_SYMBOL_GPL vmlinux 0x6d4d0a88 debugfs_print_regs32 +EXPORT_SYMBOL_GPL vmlinux 0x6d518efa devl_traps_register +EXPORT_SYMBOL_GPL vmlinux 0x6d5d9783 security_inode_mkdir +EXPORT_SYMBOL_GPL vmlinux 0x6d6d5f70 uart_handle_dcd_change +EXPORT_SYMBOL_GPL vmlinux 0x6d6d74f2 public_key_signature_free +EXPORT_SYMBOL_GPL vmlinux 0x6d6edd02 devm_of_phy_provider_unregister +EXPORT_SYMBOL_GPL vmlinux 0x6d6fec1f ktime_mono_to_any +EXPORT_SYMBOL_GPL vmlinux 0x6d77de04 spi_take_timestamp_post +EXPORT_SYMBOL_GPL vmlinux 0x6d7e951e rcu_exp_batches_completed +EXPORT_SYMBOL_GPL vmlinux 0x6d8c0e83 pci_reset_function_locked +EXPORT_SYMBOL_GPL vmlinux 0x6d96c782 tcp_leave_memory_pressure +EXPORT_SYMBOL_GPL vmlinux 0x6d97ae74 iopf_queue_remove_device +EXPORT_SYMBOL_GPL vmlinux 0x6d98ce89 pid_vnr +EXPORT_SYMBOL_GPL vmlinux 0x6db14933 da903x_update +EXPORT_SYMBOL_GPL vmlinux 0x6db17cb1 kern_mount +EXPORT_SYMBOL_GPL vmlinux 0x6db2edc5 of_css +EXPORT_SYMBOL_GPL vmlinux 0x6dbaafd3 put_old_timespec32 +EXPORT_SYMBOL_GPL vmlinux 0x6dbbeed6 fsl8250_handle_irq +EXPORT_SYMBOL_GPL vmlinux 0x6dca6d1c irq_get_irq_data +EXPORT_SYMBOL_GPL vmlinux 0x6dcce406 io_uring_cmd_done +EXPORT_SYMBOL_GPL vmlinux 0x6dd3fcd0 ehci_suspend +EXPORT_SYMBOL_GPL vmlinux 0x6dd5680d sprint_symbol_build_id +EXPORT_SYMBOL_GPL vmlinux 0x6e068e08 ata_sff_qc_fill_rtf +EXPORT_SYMBOL_GPL vmlinux 0x6e09d93d __SCK__tp_func_map +EXPORT_SYMBOL_GPL vmlinux 0x6e0a9e7d devfreq_cooling_register +EXPORT_SYMBOL_GPL vmlinux 0x6e202012 perf_event_read_value +EXPORT_SYMBOL_GPL vmlinux 0x6e3347ec devlink_priv +EXPORT_SYMBOL_GPL vmlinux 0x6e353c26 mpi_rshift +EXPORT_SYMBOL_GPL vmlinux 0x6e398d31 kvm_get_kvm_safe +EXPORT_SYMBOL_GPL vmlinux 0x6e3ff83a edac_device_alloc_index +EXPORT_SYMBOL_GPL vmlinux 0x6e4aa78d k3_udma_glue_rx_flow_enable +EXPORT_SYMBOL_GPL vmlinux 0x6e4ac4e2 devm_gpiod_get_array_optional +EXPORT_SYMBOL_GPL vmlinux 0x6e59f821 __tracepoint_wbc_writepage +EXPORT_SYMBOL_GPL vmlinux 0x6e654dfd set_cpus_allowed_ptr +EXPORT_SYMBOL_GPL vmlinux 0x6e658c49 clk_hw_get_parent_by_index +EXPORT_SYMBOL_GPL vmlinux 0x6e6a6e7b fib_rules_dump +EXPORT_SYMBOL_GPL vmlinux 0x6e775aa6 __suspend_report_result +EXPORT_SYMBOL_GPL vmlinux 0x6e7943ec iommu_group_id +EXPORT_SYMBOL_GPL vmlinux 0x6e7f9755 dma_free_pages +EXPORT_SYMBOL_GPL vmlinux 0x6e80d850 is_nvdimm_sync +EXPORT_SYMBOL_GPL vmlinux 0x6e88a9ca gpiochip_disable_irq +EXPORT_SYMBOL_GPL vmlinux 0x6e89a560 regmap_irq_chip_get_base +EXPORT_SYMBOL_GPL vmlinux 0x6e8d4324 devm_hwrng_register +EXPORT_SYMBOL_GPL vmlinux 0x6e8db8ec tpm_pm_suspend +EXPORT_SYMBOL_GPL vmlinux 0x6e8dbac0 __traceiter_block_rq_insert +EXPORT_SYMBOL_GPL vmlinux 0x6e914514 acpi_dev_irq_flags +EXPORT_SYMBOL_GPL vmlinux 0x6ea1b718 rdev_get_dev +EXPORT_SYMBOL_GPL vmlinux 0x6ea6ba38 shash_no_setkey +EXPORT_SYMBOL_GPL vmlinux 0x6ea8b9bb sysfs_notify +EXPORT_SYMBOL_GPL vmlinux 0x6eb04f46 register_random_vmfork_notifier +EXPORT_SYMBOL_GPL vmlinux 0x6eb18d17 edac_device_del_device +EXPORT_SYMBOL_GPL vmlinux 0x6eb9bcd7 register_pernet_device +EXPORT_SYMBOL_GPL vmlinux 0x6ebe366f ktime_get_mono_fast_ns +EXPORT_SYMBOL_GPL vmlinux 0x6ebf2ee6 mmc_regulator_set_vqmmc +EXPORT_SYMBOL_GPL vmlinux 0x6ecaea56 uprobe_unregister +EXPORT_SYMBOL_GPL vmlinux 0x6ed0104c mbox_client_txdone +EXPORT_SYMBOL_GPL vmlinux 0x6eebec30 of_msi_configure +EXPORT_SYMBOL_GPL vmlinux 0x6eee8908 virtqueue_notify +EXPORT_SYMBOL_GPL vmlinux 0x6ef157e0 class_compat_create_link +EXPORT_SYMBOL_GPL vmlinux 0x6ef6b54f ktime_get_boot_fast_ns +EXPORT_SYMBOL_GPL vmlinux 0x6efd4ee2 event_triggers_call +EXPORT_SYMBOL_GPL vmlinux 0x6f0e497f mtk_eint_set_debounce +EXPORT_SYMBOL_GPL vmlinux 0x6f12560a get_old_timespec32 +EXPORT_SYMBOL_GPL vmlinux 0x6f15413c nfs42_ssc_unregister +EXPORT_SYMBOL_GPL vmlinux 0x6f2017de misc_cg_set_capacity +EXPORT_SYMBOL_GPL vmlinux 0x6f2314be inet_csk_listen_stop +EXPORT_SYMBOL_GPL vmlinux 0x6f311dd6 __fsl_mc_driver_register +EXPORT_SYMBOL_GPL vmlinux 0x6f3d8616 devm_phy_create +EXPORT_SYMBOL_GPL vmlinux 0x6f45d946 scsi_host_unblock +EXPORT_SYMBOL_GPL vmlinux 0x6f4e085f fwnode_property_read_u16_array +EXPORT_SYMBOL_GPL vmlinux 0x6f559766 tty_buffer_space_avail +EXPORT_SYMBOL_GPL vmlinux 0x6f6b52e9 __ipv6_fixup_options +EXPORT_SYMBOL_GPL vmlinux 0x6f74527a dma_alloc_pages +EXPORT_SYMBOL_GPL vmlinux 0x6f7e6040 irq_has_action +EXPORT_SYMBOL_GPL vmlinux 0x6f942f59 crypto_register_alg +EXPORT_SYMBOL_GPL vmlinux 0x6f9e763b timecounter_read +EXPORT_SYMBOL_GPL vmlinux 0x6fa18b49 k3_ringacc_dmarings_init +EXPORT_SYMBOL_GPL vmlinux 0x6fa426d2 phylink_ethtool_nway_reset +EXPORT_SYMBOL_GPL vmlinux 0x6faa14e9 mtk_clk_register_cpumuxes +EXPORT_SYMBOL_GPL vmlinux 0x6fb4fee8 ata_timing_compute +EXPORT_SYMBOL_GPL vmlinux 0x6fc8ae26 vcpu_load +EXPORT_SYMBOL_GPL vmlinux 0x6fcef6ab ring_buffer_reset +EXPORT_SYMBOL_GPL vmlinux 0x6fe2f597 dev_pm_opp_put_opp_table +EXPORT_SYMBOL_GPL vmlinux 0x6ff607b6 crypto_get_default_rng +EXPORT_SYMBOL_GPL vmlinux 0x7006586e iommu_get_group_resv_regions +EXPORT_SYMBOL_GPL vmlinux 0x70149c18 pinctrl_register_and_init +EXPORT_SYMBOL_GPL vmlinux 0x7015d0c6 acpi_dma_request_slave_chan_by_name +EXPORT_SYMBOL_GPL vmlinux 0x7027c404 max8997_bulk_write +EXPORT_SYMBOL_GPL vmlinux 0x7038985f sdio_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0x70423efb zynqmp_pm_set_sd_config +EXPORT_SYMBOL_GPL vmlinux 0x706deb27 gpiochip_irqchip_add_domain +EXPORT_SYMBOL_GPL vmlinux 0x7073c04f phy_10_100_features_array +EXPORT_SYMBOL_GPL vmlinux 0x70a2fc30 ata_bmdma_qc_prep +EXPORT_SYMBOL_GPL vmlinux 0x70b84cc4 dev_pm_domain_set +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 0x70ef923b usb_unlocked_enable_lpm +EXPORT_SYMBOL_GPL vmlinux 0x70f786df spi_unregister_controller +EXPORT_SYMBOL_GPL vmlinux 0x70f9e129 device_property_read_u8_array +EXPORT_SYMBOL_GPL vmlinux 0x70fbae4d cppc_allow_fast_switch +EXPORT_SYMBOL_GPL vmlinux 0x710c73b6 crypto_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x71169f35 genphy_c45_read_lpa +EXPORT_SYMBOL_GPL vmlinux 0x711ff9ce ata_host_register +EXPORT_SYMBOL_GPL vmlinux 0x712994a7 ncsi_unregister_dev +EXPORT_SYMBOL_GPL vmlinux 0x7129a6f4 osc_sb_native_usb4_support_confirmed +EXPORT_SYMBOL_GPL vmlinux 0x71398a13 da9052_adc_manual_read +EXPORT_SYMBOL_GPL vmlinux 0x713cfdb8 _proc_mkdir +EXPORT_SYMBOL_GPL vmlinux 0x71478c33 regulator_enable_regmap +EXPORT_SYMBOL_GPL vmlinux 0x715a43ce priv_to_devlink +EXPORT_SYMBOL_GPL vmlinux 0x715aa15e pci_find_dvsec_capability +EXPORT_SYMBOL_GPL vmlinux 0x716265c7 debugfs_initialized +EXPORT_SYMBOL_GPL vmlinux 0x71724493 mctrl_gpio_enable_irq_wake +EXPORT_SYMBOL_GPL vmlinux 0x7181db30 atomic_notifier_chain_unregister +EXPORT_SYMBOL_GPL vmlinux 0x7195940a mctrl_gpio_disable_irq_wake +EXPORT_SYMBOL_GPL vmlinux 0x719e17ff clk_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0x71a20f4a __SCK__tp_func_non_standard_event +EXPORT_SYMBOL_GPL vmlinux 0x71a77744 dw_pcie_ep_init_notify +EXPORT_SYMBOL_GPL vmlinux 0x71a9a3ab mtk_mutex_acquire +EXPORT_SYMBOL_GPL vmlinux 0x71ab9386 kstrdup_quotable_cmdline +EXPORT_SYMBOL_GPL vmlinux 0x71b6cf94 dst_cache_reset_now +EXPORT_SYMBOL_GPL vmlinux 0x71c059d8 __traceiter_map +EXPORT_SYMBOL_GPL vmlinux 0x71c5800d usb_set_device_state +EXPORT_SYMBOL_GPL vmlinux 0x71d59b80 vfs_listxattr +EXPORT_SYMBOL_GPL vmlinux 0x71dde764 kvm_get_kvm +EXPORT_SYMBOL_GPL vmlinux 0x71eb4bb1 virtio_break_device +EXPORT_SYMBOL_GPL vmlinux 0x71fc2ee4 phy_set_media +EXPORT_SYMBOL_GPL vmlinux 0x72097ff6 kvm_debugfs_dir +EXPORT_SYMBOL_GPL vmlinux 0x7209bf2d __regmap_init_i2c +EXPORT_SYMBOL_GPL vmlinux 0x720acb69 cpci_hp_register_controller +EXPORT_SYMBOL_GPL vmlinux 0x720bed51 scsi_autopm_put_device +EXPORT_SYMBOL_GPL vmlinux 0x721bdca7 __percpu_down_read +EXPORT_SYMBOL_GPL vmlinux 0x721d9403 phy_led_triggers_register +EXPORT_SYMBOL_GPL vmlinux 0x7237e950 pkcs7_verify +EXPORT_SYMBOL_GPL vmlinux 0x723e405b spi_controller_resume +EXPORT_SYMBOL_GPL vmlinux 0x724710f7 pci_find_ext_capability +EXPORT_SYMBOL_GPL vmlinux 0x7255bca9 regulator_irq_map_event_simple +EXPORT_SYMBOL_GPL vmlinux 0x7265f2b0 pci_vpd_check_csum +EXPORT_SYMBOL_GPL vmlinux 0x7268deed regulator_set_voltage_sel_pickable_regmap +EXPORT_SYMBOL_GPL vmlinux 0x726a3dc8 sysfs_unmerge_group +EXPORT_SYMBOL_GPL vmlinux 0x7278d328 all_vm_events +EXPORT_SYMBOL_GPL vmlinux 0x727f738c cpuidle_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x7283161b percpu_ref_switch_to_percpu +EXPORT_SYMBOL_GPL vmlinux 0x7293db49 ata_pci_shutdown_one +EXPORT_SYMBOL_GPL vmlinux 0x729a2649 __dev_fwnode_const +EXPORT_SYMBOL_GPL vmlinux 0x72a5c913 of_phandle_iterator_init +EXPORT_SYMBOL_GPL vmlinux 0x72acb102 crypto_alg_mod_lookup +EXPORT_SYMBOL_GPL vmlinux 0x72ae1839 base64_decode +EXPORT_SYMBOL_GPL vmlinux 0x72b23370 debugfs_create_file_size +EXPORT_SYMBOL_GPL vmlinux 0x72b7f8aa usb_get_current_frame_number +EXPORT_SYMBOL_GPL vmlinux 0x72c9d8de crypto_aead_setkey +EXPORT_SYMBOL_GPL vmlinux 0x72d267dc nvmem_del_cell_lookups +EXPORT_SYMBOL_GPL vmlinux 0x72e11803 sata_scr_valid +EXPORT_SYMBOL_GPL vmlinux 0x72e18757 blk_mq_unquiesce_queue +EXPORT_SYMBOL_GPL vmlinux 0x72e85084 ethnl_cable_test_step +EXPORT_SYMBOL_GPL vmlinux 0x72e8bee3 dm_post_suspending +EXPORT_SYMBOL_GPL vmlinux 0x72edf918 __tracepoint_kfree_skb +EXPORT_SYMBOL_GPL vmlinux 0x730a09c9 alloc_dax_region +EXPORT_SYMBOL_GPL vmlinux 0x730d1dc7 crypto_register_scomp +EXPORT_SYMBOL_GPL vmlinux 0x73100480 mmc_send_tuning +EXPORT_SYMBOL_GPL vmlinux 0x732852fe xenbus_transaction_end +EXPORT_SYMBOL_GPL vmlinux 0x73379f1d __hwspin_unlock +EXPORT_SYMBOL_GPL vmlinux 0x7340ffc1 gnttab_foreach_grant_in_range +EXPORT_SYMBOL_GPL vmlinux 0x734474c9 sysfs_chmod_file +EXPORT_SYMBOL_GPL vmlinux 0x7351fcb1 devlink_remote_reload_actions_performed +EXPORT_SYMBOL_GPL vmlinux 0x735d9a64 da903x_write +EXPORT_SYMBOL_GPL vmlinux 0x73620882 usb_put_phy +EXPORT_SYMBOL_GPL vmlinux 0x736729fe acpi_driver_match_device +EXPORT_SYMBOL_GPL vmlinux 0x7371b4d6 ata_host_start +EXPORT_SYMBOL_GPL vmlinux 0x73808b65 gpiod_set_debounce +EXPORT_SYMBOL_GPL vmlinux 0x7381287f trace_handle_return +EXPORT_SYMBOL_GPL vmlinux 0x73818b9f __traceiter_neigh_update +EXPORT_SYMBOL_GPL vmlinux 0x73820a5a sock_diag_check_cookie +EXPORT_SYMBOL_GPL vmlinux 0x7383c474 inet_csk_route_child_sock +EXPORT_SYMBOL_GPL vmlinux 0x73a48b4a ata_sff_std_ports +EXPORT_SYMBOL_GPL vmlinux 0x73a50917 regulator_list_voltage_pickable_linear_range +EXPORT_SYMBOL_GPL vmlinux 0x73ad4fb9 pci_load_and_free_saved_state +EXPORT_SYMBOL_GPL vmlinux 0x73ad5191 crypto_grab_shash +EXPORT_SYMBOL_GPL vmlinux 0x73c2554f __iowrite64_copy +EXPORT_SYMBOL_GPL vmlinux 0x73cc8631 oiap +EXPORT_SYMBOL_GPL vmlinux 0x73e3305f tpm1_do_selftest +EXPORT_SYMBOL_GPL vmlinux 0x73e4edb8 phy_gbit_features +EXPORT_SYMBOL_GPL vmlinux 0x73ee1349 crypto_type_has_alg +EXPORT_SYMBOL_GPL vmlinux 0x73f87655 iocb_bio_iopoll +EXPORT_SYMBOL_GPL vmlinux 0x73fddd10 usb_autopm_put_interface_no_suspend +EXPORT_SYMBOL_GPL vmlinux 0x7407c8d8 regmap_get_max_register +EXPORT_SYMBOL_GPL vmlinux 0x741e8744 clk_hw_register_fixed_factor_parent_hw +EXPORT_SYMBOL_GPL vmlinux 0x7429297b interval_tree_span_iter_next +EXPORT_SYMBOL_GPL vmlinux 0x743b99d8 xenmem_reservation_increase +EXPORT_SYMBOL_GPL vmlinux 0x74457e56 apei_resources_fini +EXPORT_SYMBOL_GPL vmlinux 0x7447a1ea pinctrl_utils_add_config +EXPORT_SYMBOL_GPL vmlinux 0x744e87b6 fwnode_property_present +EXPORT_SYMBOL_GPL vmlinux 0x7451c711 __xenbus_register_backend +EXPORT_SYMBOL_GPL vmlinux 0x7454b297 tty_port_install +EXPORT_SYMBOL_GPL vmlinux 0x745914b3 thermal_zone_get_offset +EXPORT_SYMBOL_GPL vmlinux 0x745edfa3 irq_domain_alloc_irqs_parent +EXPORT_SYMBOL_GPL vmlinux 0x74612bf8 wm8350_device_init +EXPORT_SYMBOL_GPL vmlinux 0x74670a71 pinctrl_add_gpio_ranges +EXPORT_SYMBOL_GPL vmlinux 0x7469894f crypto_register_acomps +EXPORT_SYMBOL_GPL vmlinux 0x747aab32 crypto_ahash_setkey +EXPORT_SYMBOL_GPL vmlinux 0x74858466 regulator_get_bypass_regmap +EXPORT_SYMBOL_GPL vmlinux 0x748f82bb soc_device_register +EXPORT_SYMBOL_GPL vmlinux 0x74a22bb4 k3_udma_glue_push_rx_chn +EXPORT_SYMBOL_GPL vmlinux 0x74b5ea68 lcm_not_zero +EXPORT_SYMBOL_GPL vmlinux 0x74baf17a tracing_is_on +EXPORT_SYMBOL_GPL vmlinux 0x74c7bffa stack_trace_snprint +EXPORT_SYMBOL_GPL vmlinux 0x74cab4e8 thermal_zone_bind_cooling_device +EXPORT_SYMBOL_GPL vmlinux 0x74d42632 mas_empty_area +EXPORT_SYMBOL_GPL vmlinux 0x74d8b034 pm_genpd_add_subdomain +EXPORT_SYMBOL_GPL vmlinux 0x74e34329 kernfs_find_and_get_ns +EXPORT_SYMBOL_GPL vmlinux 0x74e73871 housekeeping_overridden +EXPORT_SYMBOL_GPL vmlinux 0x74ecf913 __traceiter_napi_poll +EXPORT_SYMBOL_GPL vmlinux 0x74f82d79 pktgen_xfrm_outer_mode_output +EXPORT_SYMBOL_GPL vmlinux 0x750544c5 md_bitmap_resize +EXPORT_SYMBOL_GPL vmlinux 0x75112731 debugfs_create_x16 +EXPORT_SYMBOL_GPL vmlinux 0x75133f6e visitor128 +EXPORT_SYMBOL_GPL vmlinux 0x7522f3ba irq_modify_status +EXPORT_SYMBOL_GPL vmlinux 0x75297548 pci_enable_pasid +EXPORT_SYMBOL_GPL vmlinux 0x752daf8b blk_queue_max_zone_append_sectors +EXPORT_SYMBOL_GPL vmlinux 0x752f9ae5 imx_pinctrl_parse_pin_scu +EXPORT_SYMBOL_GPL vmlinux 0x7533cd58 dev_pm_opp_of_find_icc_paths +EXPORT_SYMBOL_GPL vmlinux 0x7534596b mtk_mutex_write_sof +EXPORT_SYMBOL_GPL vmlinux 0x753ac5b6 skb_complete_tx_timestamp +EXPORT_SYMBOL_GPL vmlinux 0x7547b44c xhci_resume +EXPORT_SYMBOL_GPL vmlinux 0x755c8e7b wm8350_block_read +EXPORT_SYMBOL_GPL vmlinux 0x756a9798 device_dma_supported +EXPORT_SYMBOL_GPL vmlinux 0x75756028 gfn_to_pfn_prot +EXPORT_SYMBOL_GPL vmlinux 0x757c1bbb housekeeping_any_cpu +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 0x7596dfb6 sk_free_unlock_clone +EXPORT_SYMBOL_GPL vmlinux 0x759bfe36 btree_destroy +EXPORT_SYMBOL_GPL vmlinux 0x759e58b8 efivars_register +EXPORT_SYMBOL_GPL vmlinux 0x759f7133 fsl_mc_populate_irq_pool +EXPORT_SYMBOL_GPL vmlinux 0x759f921c thermal_zone_get_zone_by_name +EXPORT_SYMBOL_GPL vmlinux 0x75aba04c devm_nvmem_cell_get +EXPORT_SYMBOL_GPL vmlinux 0x75b1ee65 spi_mem_driver_register_with_owner +EXPORT_SYMBOL_GPL vmlinux 0x75b2db57 extcon_get_extcon_dev +EXPORT_SYMBOL_GPL vmlinux 0x75bbbdc5 of_get_videomode +EXPORT_SYMBOL_GPL vmlinux 0x75c2157a mtk_pinconf_bias_disable_set_rev1 +EXPORT_SYMBOL_GPL vmlinux 0x75ccb80a edac_pci_create_generic_ctl +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 0x75ebf6d3 crypto_stats_akcipher_decrypt +EXPORT_SYMBOL_GPL vmlinux 0x75f9130f kvm_get_running_vcpu +EXPORT_SYMBOL_GPL vmlinux 0x75fb9062 arch_timer_read_counter +EXPORT_SYMBOL_GPL vmlinux 0x7600d8c7 skb_defer_rx_timestamp +EXPORT_SYMBOL_GPL vmlinux 0x760a81eb edac_device_alloc_ctl_info +EXPORT_SYMBOL_GPL vmlinux 0x762f4563 ack_all_badblocks +EXPORT_SYMBOL_GPL vmlinux 0x76517f03 interval_tree_span_iter_advance +EXPORT_SYMBOL_GPL vmlinux 0x7656410c mpi_sub +EXPORT_SYMBOL_GPL vmlinux 0x765f8388 virtqueue_get_vring +EXPORT_SYMBOL_GPL vmlinux 0x7661f0f1 badblocks_store +EXPORT_SYMBOL_GPL vmlinux 0x7665a95b idr_remove +EXPORT_SYMBOL_GPL vmlinux 0x766aa159 __vfs_setxattr_locked +EXPORT_SYMBOL_GPL vmlinux 0x768176f6 aead_exit_geniv +EXPORT_SYMBOL_GPL vmlinux 0x7681946c unregister_pm_notifier +EXPORT_SYMBOL_GPL vmlinux 0x769bce25 kvm_write_guest_page +EXPORT_SYMBOL_GPL vmlinux 0x769cefb5 percpu_ref_switch_to_atomic +EXPORT_SYMBOL_GPL vmlinux 0x76a61e85 __SCK__tp_func_rwmmio_write +EXPORT_SYMBOL_GPL vmlinux 0x76a6fe2d cpufreq_disable_fast_switch +EXPORT_SYMBOL_GPL vmlinux 0x76b2631e cpufreq_policy_transition_delay_us +EXPORT_SYMBOL_GPL vmlinux 0x76b3074a register_wide_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0x76b51ef5 of_property_read_variable_u32_array +EXPORT_SYMBOL_GPL vmlinux 0x76b9ce5b regmap_add_irq_chip_fwnode +EXPORT_SYMBOL_GPL vmlinux 0x76c4c842 pci_epc_unmap_addr +EXPORT_SYMBOL_GPL vmlinux 0x76c82b76 usb_hcd_unmap_urb_for_dma +EXPORT_SYMBOL_GPL vmlinux 0x76cd8545 iommu_detach_group +EXPORT_SYMBOL_GPL vmlinux 0x76d18ccf of_clk_get_from_provider +EXPORT_SYMBOL_GPL vmlinux 0x76d1af56 debounce_time_mt2701 +EXPORT_SYMBOL_GPL vmlinux 0x76d680f6 acpi_dev_resource_memory +EXPORT_SYMBOL_GPL vmlinux 0x76d9b876 clk_set_rate +EXPORT_SYMBOL_GPL vmlinux 0x76e6515c usb_unlocked_disable_lpm +EXPORT_SYMBOL_GPL vmlinux 0x76e85b92 gnttab_request_free_callback +EXPORT_SYMBOL_GPL vmlinux 0x76eeeb0f sha384_zero_message_hash +EXPORT_SYMBOL_GPL vmlinux 0x77102429 iomap_release_folio +EXPORT_SYMBOL_GPL vmlinux 0x7712771a unbind_from_irqhandler +EXPORT_SYMBOL_GPL vmlinux 0x77222306 ring_buffer_read_page +EXPORT_SYMBOL_GPL vmlinux 0x772b0f64 __wake_up_pollfree +EXPORT_SYMBOL_GPL vmlinux 0x77311e46 devm_thermal_of_zone_unregister +EXPORT_SYMBOL_GPL vmlinux 0x774ccfd0 crypto_alloc_sync_skcipher +EXPORT_SYMBOL_GPL vmlinux 0x774f16ef __tracepoint_cpu_idle +EXPORT_SYMBOL_GPL vmlinux 0x77522cf6 sbitmap_get_shallow +EXPORT_SYMBOL_GPL vmlinux 0x7757b51a clk_unregister +EXPORT_SYMBOL_GPL vmlinux 0x775b608d crypto_register_shashes +EXPORT_SYMBOL_GPL vmlinux 0x775cb01a mmc_sanitize +EXPORT_SYMBOL_GPL vmlinux 0x77659d61 usb_get_maximum_ssp_rate +EXPORT_SYMBOL_GPL vmlinux 0x7766b6ba dev_pm_opp_enable +EXPORT_SYMBOL_GPL vmlinux 0x776bb500 dma_pci_p2pdma_supported +EXPORT_SYMBOL_GPL vmlinux 0x7779a566 i2c_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0x778ee9ff regmap_test_bits +EXPORT_SYMBOL_GPL vmlinux 0x7791e066 dw_pcie_read +EXPORT_SYMBOL_GPL vmlinux 0x7797fbb5 imx_clk_hw_pfdv2 +EXPORT_SYMBOL_GPL vmlinux 0x779d9eae regulator_is_supported_voltage +EXPORT_SYMBOL_GPL vmlinux 0x77a97670 crypto_shash_setkey +EXPORT_SYMBOL_GPL vmlinux 0x77ad5b03 iort_get_rmr_sids +EXPORT_SYMBOL_GPL vmlinux 0x77ae495d usb_speed_string +EXPORT_SYMBOL_GPL vmlinux 0x77c2915a folio_invalidate +EXPORT_SYMBOL_GPL vmlinux 0x77c85e84 mmu_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0x77c9faa3 device_remove_software_node +EXPORT_SYMBOL_GPL vmlinux 0x77e75be3 sfp_bus_put +EXPORT_SYMBOL_GPL vmlinux 0x77ecf68d memalloc_socks_key +EXPORT_SYMBOL_GPL vmlinux 0x77f09856 fat_alloc_new_dir +EXPORT_SYMBOL_GPL vmlinux 0x77f24400 perf_register_guest_info_callbacks +EXPORT_SYMBOL_GPL vmlinux 0x77f6380f mc_send_command +EXPORT_SYMBOL_GPL vmlinux 0x78070146 __dax_driver_register +EXPORT_SYMBOL_GPL vmlinux 0x780b4379 vp_legacy_set_status +EXPORT_SYMBOL_GPL vmlinux 0x7815273b irq_chip_eoi_parent +EXPORT_SYMBOL_GPL vmlinux 0x781638d2 __kthread_init_worker +EXPORT_SYMBOL_GPL vmlinux 0x7820d6f1 pci_ecam_free +EXPORT_SYMBOL_GPL vmlinux 0x782a5265 spi_async +EXPORT_SYMBOL_GPL vmlinux 0x782d7534 devm_krealloc +EXPORT_SYMBOL_GPL vmlinux 0x7838200f noop_backing_dev_info +EXPORT_SYMBOL_GPL vmlinux 0x7847c621 sfp_parse_support +EXPORT_SYMBOL_GPL vmlinux 0x784d8664 __irq_domain_alloc_irqs +EXPORT_SYMBOL_GPL vmlinux 0x784f6b83 devm_phy_get +EXPORT_SYMBOL_GPL vmlinux 0x785a93b4 si_mem_available +EXPORT_SYMBOL_GPL vmlinux 0x785d30a5 ata_pci_bmdma_prepare_host +EXPORT_SYMBOL_GPL vmlinux 0x785e4d20 msi_next_desc +EXPORT_SYMBOL_GPL vmlinux 0x78692898 rio_release_outb_dbell +EXPORT_SYMBOL_GPL vmlinux 0x78786e85 sk_msg_recvmsg +EXPORT_SYMBOL_GPL vmlinux 0x787c882b lzo1x_1_compress +EXPORT_SYMBOL_GPL vmlinux 0x788bfbad ring_buffer_empty +EXPORT_SYMBOL_GPL vmlinux 0x7891301f vp_modern_set_queue_enable +EXPORT_SYMBOL_GPL vmlinux 0x789c73d9 rcu_cpu_stall_suppress_at_boot +EXPORT_SYMBOL_GPL vmlinux 0x789fdaa1 crypto_unregister_skcipher +EXPORT_SYMBOL_GPL vmlinux 0x78ab3c95 bpf_event_output +EXPORT_SYMBOL_GPL vmlinux 0x78d4e8e7 pci_iov_virtfn_devfn +EXPORT_SYMBOL_GPL vmlinux 0x78d6f67e led_trigger_blink_oneshot +EXPORT_SYMBOL_GPL vmlinux 0x78ddb76b dmi_match +EXPORT_SYMBOL_GPL vmlinux 0x78e2f6ff usb_phy_roothub_alloc +EXPORT_SYMBOL_GPL vmlinux 0x78e4624d __traceiter_block_rq_remap +EXPORT_SYMBOL_GPL vmlinux 0x7900e73b acpi_dev_clear_dependencies +EXPORT_SYMBOL_GPL vmlinux 0x7904d1d5 pci_disable_pasid +EXPORT_SYMBOL_GPL vmlinux 0x790be0b9 usb_bus_idr +EXPORT_SYMBOL_GPL vmlinux 0x79137384 fuse_dax_cancel_work +EXPORT_SYMBOL_GPL vmlinux 0x7918d817 memory_failure +EXPORT_SYMBOL_GPL vmlinux 0x7922810e netdev_walk_all_lower_dev +EXPORT_SYMBOL_GPL vmlinux 0x79345cb9 register_kretprobe +EXPORT_SYMBOL_GPL vmlinux 0x7934aa08 register_kprobes +EXPORT_SYMBOL_GPL vmlinux 0x79352b92 __rtnl_link_unregister +EXPORT_SYMBOL_GPL vmlinux 0x793f98bc __tracepoint_rpm_return_int +EXPORT_SYMBOL_GPL vmlinux 0x79408d70 bio_poll +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 0x795579d2 virtqueue_kick +EXPORT_SYMBOL_GPL vmlinux 0x7957b99d __clocksource_update_freq_scale +EXPORT_SYMBOL_GPL vmlinux 0x7959713c kvm_vcpu_read_guest +EXPORT_SYMBOL_GPL vmlinux 0x796589de powercap_register_control_type +EXPORT_SYMBOL_GPL vmlinux 0x796a37f1 bpf_offload_dev_netdev_register +EXPORT_SYMBOL_GPL vmlinux 0x796d1511 nexthop_find_by_id +EXPORT_SYMBOL_GPL vmlinux 0x797c87f7 of_pci_range_parser_one +EXPORT_SYMBOL_GPL vmlinux 0x798b7682 klist_prev +EXPORT_SYMBOL_GPL vmlinux 0x798ce902 umd_load_blob +EXPORT_SYMBOL_GPL vmlinux 0x79957a15 ata_bmdma_port_start +EXPORT_SYMBOL_GPL vmlinux 0x79a7c7ba genphy_c45_an_config_aneg +EXPORT_SYMBOL_GPL vmlinux 0x79b6d65f devm_release_action +EXPORT_SYMBOL_GPL vmlinux 0x79bb4613 tty_wakeup +EXPORT_SYMBOL_GPL vmlinux 0x79bc842c usb_anchor_suspend_wakeups +EXPORT_SYMBOL_GPL vmlinux 0x79c70830 reset_controller_unregister +EXPORT_SYMBOL_GPL vmlinux 0x79c78c4b start_poll_synchronize_srcu +EXPORT_SYMBOL_GPL vmlinux 0x79defbe1 kthread_should_park +EXPORT_SYMBOL_GPL vmlinux 0x79dfd33d ahci_platform_enable_clks +EXPORT_SYMBOL_GPL vmlinux 0x79e8db37 kobject_create_and_add +EXPORT_SYMBOL_GPL vmlinux 0x79f1aa44 find_iova +EXPORT_SYMBOL_GPL vmlinux 0x79f697e4 lzorle1x_1_compress +EXPORT_SYMBOL_GPL vmlinux 0x7a0b1cde dma_can_mmap +EXPORT_SYMBOL_GPL vmlinux 0x7a0c02f6 spi_finalize_current_transfer +EXPORT_SYMBOL_GPL vmlinux 0x7a1fac1c tcp_sendpage_locked +EXPORT_SYMBOL_GPL vmlinux 0x7a1fc346 pci_check_and_unmask_intx +EXPORT_SYMBOL_GPL vmlinux 0x7a2391cb crypto_get_default_null_skcipher +EXPORT_SYMBOL_GPL vmlinux 0x7a2c635f syscon_node_to_regmap +EXPORT_SYMBOL_GPL vmlinux 0x7a3103f2 ncsi_register_dev +EXPORT_SYMBOL_GPL vmlinux 0x7a31ad17 usb_enable_autosuspend +EXPORT_SYMBOL_GPL vmlinux 0x7a3485fa screen_glyph_unicode +EXPORT_SYMBOL_GPL vmlinux 0x7a3f16a2 devl_region_destroy +EXPORT_SYMBOL_GPL vmlinux 0x7a3ff285 transport_configure_device +EXPORT_SYMBOL_GPL vmlinux 0x7a4da7b1 pci_find_ht_capability +EXPORT_SYMBOL_GPL vmlinux 0x7a7319ea device_create_file +EXPORT_SYMBOL_GPL vmlinux 0x7a73e605 wm831x_isinkv_values +EXPORT_SYMBOL_GPL vmlinux 0x7a792979 devfreq_event_get_edev_count +EXPORT_SYMBOL_GPL vmlinux 0x7a81541b async_synchronize_cookie +EXPORT_SYMBOL_GPL vmlinux 0x7a8573a2 regmap_attach_dev +EXPORT_SYMBOL_GPL vmlinux 0x7a984806 exportfs_decode_fh +EXPORT_SYMBOL_GPL vmlinux 0x7a98f4b4 copy_from_user_nofault +EXPORT_SYMBOL_GPL vmlinux 0x7a9e4c23 software_node_register_node_group +EXPORT_SYMBOL_GPL vmlinux 0x7a9f9267 dax_iomap_rw +EXPORT_SYMBOL_GPL vmlinux 0x7aaac51d pm_generic_suspend_late +EXPORT_SYMBOL_GPL vmlinux 0x7ab4bbb9 usb_hcd_map_urb_for_dma +EXPORT_SYMBOL_GPL vmlinux 0x7abb29bc fuse_dev_release +EXPORT_SYMBOL_GPL vmlinux 0x7ac10ad8 icst_clk_register +EXPORT_SYMBOL_GPL vmlinux 0x7ac722bd phy_all_ports_features_array +EXPORT_SYMBOL_GPL vmlinux 0x7aceac6e cpufreq_driver_fast_switch +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 0x7ad815b6 do_unregister_con_driver +EXPORT_SYMBOL_GPL vmlinux 0x7ad88367 ahci_start_fis_rx +EXPORT_SYMBOL_GPL vmlinux 0x7ae900eb input_ff_flush +EXPORT_SYMBOL_GPL vmlinux 0x7ae982e4 tegra_bpmp_transfer_atomic +EXPORT_SYMBOL_GPL vmlinux 0x7afcb7db __kprobe_event_add_fields +EXPORT_SYMBOL_GPL vmlinux 0x7afe324e halt_poll_ns_grow +EXPORT_SYMBOL_GPL vmlinux 0x7b338fbf nvdimm_bus_unregister +EXPORT_SYMBOL_GPL vmlinux 0x7b3b1500 gnttab_dma_alloc_pages +EXPORT_SYMBOL_GPL vmlinux 0x7b522f44 proc_get_parent_data +EXPORT_SYMBOL_GPL vmlinux 0x7b5452b8 acpi_unregister_gsi +EXPORT_SYMBOL_GPL vmlinux 0x7b5a4926 sha1_zero_message_hash +EXPORT_SYMBOL_GPL vmlinux 0x7b5e652c ata_host_suspend +EXPORT_SYMBOL_GPL vmlinux 0x7b692575 nvdimm_name +EXPORT_SYMBOL_GPL vmlinux 0x7b6ba666 icc_put +EXPORT_SYMBOL_GPL vmlinux 0x7b6f9536 acpi_register_wakeup_handler +EXPORT_SYMBOL_GPL vmlinux 0x7b72a602 acpi_pm_set_device_wakeup +EXPORT_SYMBOL_GPL vmlinux 0x7b74e1f0 pcie_update_link_speed +EXPORT_SYMBOL_GPL vmlinux 0x7b82e6db bus_get_device_klist +EXPORT_SYMBOL_GPL vmlinux 0x7b834327 crypto_enqueue_request +EXPORT_SYMBOL_GPL vmlinux 0x7b8910f4 kfence_sample_interval +EXPORT_SYMBOL_GPL vmlinux 0x7b8cb0a7 virtqueue_enable_cb_prepare +EXPORT_SYMBOL_GPL vmlinux 0x7b90d1a9 bind_virq_to_irqhandler +EXPORT_SYMBOL_GPL vmlinux 0x7b9793a2 get_cpu_idle_time_us +EXPORT_SYMBOL_GPL vmlinux 0x7b9e3573 pci_check_and_mask_intx +EXPORT_SYMBOL_GPL vmlinux 0x7ba6ace2 perf_trace_run_bpf_submit +EXPORT_SYMBOL_GPL vmlinux 0x7bac2fbc ahci_save_initial_config +EXPORT_SYMBOL_GPL vmlinux 0x7bb045a7 __request_percpu_irq +EXPORT_SYMBOL_GPL vmlinux 0x7bdc4d21 serial8250_em485_destroy +EXPORT_SYMBOL_GPL vmlinux 0x7be50ee2 acpi_unbind_one +EXPORT_SYMBOL_GPL vmlinux 0x7beda5bc dev_pm_genpd_get_next_hrtimer +EXPORT_SYMBOL_GPL vmlinux 0x7c13ca27 driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0x7c280041 gen_pool_get +EXPORT_SYMBOL_GPL vmlinux 0x7c291e86 show_rcu_tasks_trace_gp_kthread +EXPORT_SYMBOL_GPL vmlinux 0x7c3985ed netdev_set_default_ethtool_ops +EXPORT_SYMBOL_GPL vmlinux 0x7c3d8a4b icc_bulk_put +EXPORT_SYMBOL_GPL vmlinux 0x7c3de78b regulator_set_active_discharge_regmap +EXPORT_SYMBOL_GPL vmlinux 0x7c4e9c6b power_supply_get_battery_info +EXPORT_SYMBOL_GPL vmlinux 0x7c576254 __blk_req_zone_write_lock +EXPORT_SYMBOL_GPL vmlinux 0x7c5cc5bb set_selection_kernel +EXPORT_SYMBOL_GPL vmlinux 0x7c5f3711 ioasid_unregister_allocator +EXPORT_SYMBOL_GPL vmlinux 0x7c618a24 devm_of_platform_depopulate +EXPORT_SYMBOL_GPL vmlinux 0x7c67905f rio_mport_get_efb +EXPORT_SYMBOL_GPL vmlinux 0x7c6919b9 yield_to +EXPORT_SYMBOL_GPL vmlinux 0x7c6af334 dev_pm_qos_expose_latency_limit +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 0x7c9b6466 blk_rq_unprep_clone +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 0x7ccb6f49 dmaengine_desc_attach_metadata +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 0x7cda22b4 devm_ioremap_uc +EXPORT_SYMBOL_GPL vmlinux 0x7ce63d9e tpm2_get_tpm_pt +EXPORT_SYMBOL_GPL vmlinux 0x7ceaf0d5 generic_handle_irq +EXPORT_SYMBOL_GPL vmlinux 0x7cf5d86d virtqueue_add_sgs +EXPORT_SYMBOL_GPL vmlinux 0x7d00c65b nd_synchronize +EXPORT_SYMBOL_GPL vmlinux 0x7d1bb1d4 tnum_strn +EXPORT_SYMBOL_GPL vmlinux 0x7d2263ea tpm2_get_cc_attrs_tbl +EXPORT_SYMBOL_GPL vmlinux 0x7d371b35 dev_pm_domain_attach +EXPORT_SYMBOL_GPL vmlinux 0x7d471321 zynqmp_pm_pinctrl_release +EXPORT_SYMBOL_GPL vmlinux 0x7d59dd46 pm_wq +EXPORT_SYMBOL_GPL vmlinux 0x7d6d830a iomap_page_mkwrite +EXPORT_SYMBOL_GPL vmlinux 0x7db3ded2 regmap_get_val_endian +EXPORT_SYMBOL_GPL vmlinux 0x7dc9e7a6 of_map_id +EXPORT_SYMBOL_GPL vmlinux 0x7dcca380 usb_get_dev +EXPORT_SYMBOL_GPL vmlinux 0x7dd683d7 regmap_get_val_bytes +EXPORT_SYMBOL_GPL vmlinux 0x7dd7fa24 gov_attr_set_get +EXPORT_SYMBOL_GPL vmlinux 0x7dda30af unregister_tracepoint_module_notifier +EXPORT_SYMBOL_GPL vmlinux 0x7de240c1 sdio_claim_irq +EXPORT_SYMBOL_GPL vmlinux 0x7de39e07 phy_basic_t1_features_array +EXPORT_SYMBOL_GPL vmlinux 0x7de41087 class_dev_iter_exit +EXPORT_SYMBOL_GPL vmlinux 0x7de65a03 acpi_lpat_free_conversion_table +EXPORT_SYMBOL_GPL vmlinux 0x7de69d9d device_match_fwnode +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 0x7dfdca66 perf_aux_output_skip +EXPORT_SYMBOL_GPL vmlinux 0x7dff18ef fixed_phy_set_link_update +EXPORT_SYMBOL_GPL vmlinux 0x7e372d21 vcap_port_debugfs +EXPORT_SYMBOL_GPL vmlinux 0x7e39c697 vchan_dma_desc_free_list +EXPORT_SYMBOL_GPL vmlinux 0x7e3bdecd __ftrace_vprintk +EXPORT_SYMBOL_GPL vmlinux 0x7e3c31d1 scsi_autopm_get_device +EXPORT_SYMBOL_GPL vmlinux 0x7e4947ac rt_mutex_lock_killable +EXPORT_SYMBOL_GPL vmlinux 0x7e49577e sk_setup_caps +EXPORT_SYMBOL_GPL vmlinux 0x7e5a05b4 br_ip6_fragment +EXPORT_SYMBOL_GPL vmlinux 0x7e5db80b pstore_name_to_type +EXPORT_SYMBOL_GPL vmlinux 0x7e64181d usb_calc_bus_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 0x7e7f0216 register_btf_fmodret_id_set +EXPORT_SYMBOL_GPL vmlinux 0x7e8d8619 usb_anchor_empty +EXPORT_SYMBOL_GPL vmlinux 0x7e917894 __SCK__tp_func_unmap +EXPORT_SYMBOL_GPL vmlinux 0x7ea0e705 sysfs_add_file_to_group +EXPORT_SYMBOL_GPL vmlinux 0x7ea0fed9 tty_port_register_device_serdev +EXPORT_SYMBOL_GPL vmlinux 0x7ea75c24 __wake_up_locked_key_bookmark +EXPORT_SYMBOL_GPL vmlinux 0x7eb1795e __tracepoint_detach_device_from_domain +EXPORT_SYMBOL_GPL vmlinux 0x7eb1a0a4 device_get_dma_attr +EXPORT_SYMBOL_GPL vmlinux 0x7eb808d0 add_cpu +EXPORT_SYMBOL_GPL vmlinux 0x7ec6d35e mctrl_gpio_init_noauto +EXPORT_SYMBOL_GPL vmlinux 0x7edcfb6f firmware_request_cache +EXPORT_SYMBOL_GPL vmlinux 0x7ee7c211 debugfs_file_get +EXPORT_SYMBOL_GPL vmlinux 0x7ee88569 clk_hw_set_rate_range +EXPORT_SYMBOL_GPL vmlinux 0x7eea6b8b pcap_adc_async +EXPORT_SYMBOL_GPL vmlinux 0x7f00bdac devlink_resource_register +EXPORT_SYMBOL_GPL vmlinux 0x7f0c66d8 devm_platform_get_and_ioremap_resource +EXPORT_SYMBOL_GPL vmlinux 0x7f123919 usb_ifnum_to_if +EXPORT_SYMBOL_GPL vmlinux 0x7f27a12a devres_remove +EXPORT_SYMBOL_GPL vmlinux 0x7f356311 proc_create_net_data +EXPORT_SYMBOL_GPL vmlinux 0x7f378b00 mmc_poll_for_busy +EXPORT_SYMBOL_GPL vmlinux 0x7f3f1b7d kvm_release_page_dirty +EXPORT_SYMBOL_GPL vmlinux 0x7f4a2b84 __clk_get_hw +EXPORT_SYMBOL_GPL vmlinux 0x7f54f5f3 usb_phy_roothub_suspend +EXPORT_SYMBOL_GPL vmlinux 0x7f554f15 pm_genpd_opp_to_performance_state +EXPORT_SYMBOL_GPL vmlinux 0x7f679528 of_clk_set_defaults +EXPORT_SYMBOL_GPL vmlinux 0x7f6cee89 rhashtable_free_and_destroy +EXPORT_SYMBOL_GPL vmlinux 0x7f74ae35 root_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x7f7cbc64 ip_tunnel_need_metadata +EXPORT_SYMBOL_GPL vmlinux 0x7f84f35d rcu_gp_slow_unregister +EXPORT_SYMBOL_GPL vmlinux 0x7f9b1879 osc_cpc_flexible_adr_space_confirmed +EXPORT_SYMBOL_GPL vmlinux 0x7f9ceb6f wm8350_reg_unlock +EXPORT_SYMBOL_GPL vmlinux 0x7fa71903 sk_detach_filter +EXPORT_SYMBOL_GPL vmlinux 0x7fa96509 erst_get_record_id_next +EXPORT_SYMBOL_GPL vmlinux 0x7fbf38ad syscon_regmap_lookup_by_phandle_args +EXPORT_SYMBOL_GPL vmlinux 0x7fd59ddb ehci_init_driver +EXPORT_SYMBOL_GPL vmlinux 0x7ff19c40 zynqmp_pm_set_requirement +EXPORT_SYMBOL_GPL vmlinux 0x7ff6e0ef fwnode_property_match_string +EXPORT_SYMBOL_GPL vmlinux 0x800d9403 device_remove_bin_file +EXPORT_SYMBOL_GPL vmlinux 0x80135182 k3_ringacc_ring_pop_tail +EXPORT_SYMBOL_GPL vmlinux 0x802480a9 ahci_kick_engine +EXPORT_SYMBOL_GPL vmlinux 0x8035bed7 rockchip_clk_protect_critical +EXPORT_SYMBOL_GPL vmlinux 0x805c9226 devm_remove_action +EXPORT_SYMBOL_GPL vmlinux 0x8070c436 virtqueue_resize +EXPORT_SYMBOL_GPL vmlinux 0x807766ea usb_scuttle_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0x8077e258 imx_check_clk_hws +EXPORT_SYMBOL_GPL vmlinux 0x807fdcc4 call_rcu_tasks_rude +EXPORT_SYMBOL_GPL vmlinux 0x808ec1a3 crypto_alg_tested +EXPORT_SYMBOL_GPL vmlinux 0x80935101 devl_port_unregister +EXPORT_SYMBOL_GPL vmlinux 0x80951955 acomp_request_alloc +EXPORT_SYMBOL_GPL vmlinux 0x80a095d8 scatterwalk_ffwd +EXPORT_SYMBOL_GPL vmlinux 0x80a8eaaf ndo_dflt_bridge_getlink +EXPORT_SYMBOL_GPL vmlinux 0x80b6e695 usb_wakeup_enabled_descendants +EXPORT_SYMBOL_GPL vmlinux 0x80badff4 __tracepoint_block_unplug +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 0x80d68bcb crypto_hash_walk_first +EXPORT_SYMBOL_GPL vmlinux 0x80d97f20 pci_msi_create_irq_domain +EXPORT_SYMBOL_GPL vmlinux 0x80dd539d acpiphp_register_attention +EXPORT_SYMBOL_GPL vmlinux 0x80e05138 get_user_pages_fast +EXPORT_SYMBOL_GPL vmlinux 0x80efd015 imx_dev_clk_hw_pll14xx +EXPORT_SYMBOL_GPL vmlinux 0x80fb59ac virtio_device_freeze +EXPORT_SYMBOL_GPL vmlinux 0x8110a73a cond_synchronize_rcu_expedited_full +EXPORT_SYMBOL_GPL vmlinux 0x811dc334 usb_unregister_notify +EXPORT_SYMBOL_GPL vmlinux 0x81378f51 srcu_init_notifier_head +EXPORT_SYMBOL_GPL vmlinux 0x8139e725 acpi_dev_for_each_child +EXPORT_SYMBOL_GPL vmlinux 0x8141ef04 thermal_zone_device_disable +EXPORT_SYMBOL_GPL vmlinux 0x8151df91 vfs_getxattr +EXPORT_SYMBOL_GPL vmlinux 0x815376ae cpu_subsys +EXPORT_SYMBOL_GPL vmlinux 0x815588a6 clk_enable +EXPORT_SYMBOL_GPL vmlinux 0x81574280 mtk_pinconf_bias_get_combo +EXPORT_SYMBOL_GPL vmlinux 0x815fda83 sed_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x81659681 ahci_platform_ops +EXPORT_SYMBOL_GPL vmlinux 0x816a41ca cpufreq_update_limits +EXPORT_SYMBOL_GPL vmlinux 0x81718464 evict_inodes +EXPORT_SYMBOL_GPL vmlinux 0x81734fb0 kvm_release_page_clean +EXPORT_SYMBOL_GPL vmlinux 0x8180cede asn1_encode_sequence +EXPORT_SYMBOL_GPL vmlinux 0x81878058 dm_hold +EXPORT_SYMBOL_GPL vmlinux 0x819d72cb klist_iter_exit +EXPORT_SYMBOL_GPL vmlinux 0x81a02aaf fb_bl_default_curve +EXPORT_SYMBOL_GPL vmlinux 0x81a41499 tpm_default_chip +EXPORT_SYMBOL_GPL vmlinux 0x81a7f541 percpu_ref_init +EXPORT_SYMBOL_GPL vmlinux 0x81aa78d8 zynqmp_pm_aes_engine +EXPORT_SYMBOL_GPL vmlinux 0x81b0a80d spi_sync +EXPORT_SYMBOL_GPL vmlinux 0x81d10485 ioasid_free +EXPORT_SYMBOL_GPL vmlinux 0x81d2f817 regulator_map_voltage_ascend +EXPORT_SYMBOL_GPL vmlinux 0x81e2bdf4 generic_handle_irq_safe +EXPORT_SYMBOL_GPL vmlinux 0x81f14f93 shmem_file_setup +EXPORT_SYMBOL_GPL vmlinux 0x81f25b2b devfreq_event_add_edev +EXPORT_SYMBOL_GPL vmlinux 0x81f372a2 unregister_ftrace_export +EXPORT_SYMBOL_GPL vmlinux 0x81f679d7 devm_watchdog_register_device +EXPORT_SYMBOL_GPL vmlinux 0x8203d853 crypto_unregister_aeads +EXPORT_SYMBOL_GPL vmlinux 0x82092899 badrange_forget +EXPORT_SYMBOL_GPL vmlinux 0x8219f4d2 devm_kmalloc +EXPORT_SYMBOL_GPL vmlinux 0x8220a38e k3_ringacc_get_ring_id +EXPORT_SYMBOL_GPL vmlinux 0x82226c53 pinctrl_unregister_mappings +EXPORT_SYMBOL_GPL vmlinux 0x8228d20f da9052_regmap_config +EXPORT_SYMBOL_GPL vmlinux 0x822948ab iommu_attach_device +EXPORT_SYMBOL_GPL vmlinux 0x82370176 mdiobus_modify +EXPORT_SYMBOL_GPL vmlinux 0x823db1a0 usb_anchor_urb +EXPORT_SYMBOL_GPL vmlinux 0x823eae06 blocking_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x825c7340 phylink_get_eee_err +EXPORT_SYMBOL_GPL vmlinux 0x826c0781 dma_map_sgtable +EXPORT_SYMBOL_GPL vmlinux 0x827beac3 simple_attr_read +EXPORT_SYMBOL_GPL vmlinux 0x827cb270 iov_iter_is_aligned +EXPORT_SYMBOL_GPL vmlinux 0x827e61f8 acpi_has_watchdog +EXPORT_SYMBOL_GPL vmlinux 0x827f4618 device_match_any +EXPORT_SYMBOL_GPL vmlinux 0x82823125 led_trigger_register_simple +EXPORT_SYMBOL_GPL vmlinux 0x82865dc5 pci_generic_config_read32 +EXPORT_SYMBOL_GPL vmlinux 0x828e22f4 hrtimer_forward +EXPORT_SYMBOL_GPL vmlinux 0x82901f2f fs_dax_get_by_bdev +EXPORT_SYMBOL_GPL vmlinux 0x82a80545 __SCK__tp_func_fdb_delete +EXPORT_SYMBOL_GPL vmlinux 0x82a9249e extcon_dev_register +EXPORT_SYMBOL_GPL vmlinux 0x82b7cbf7 __ip6_local_out +EXPORT_SYMBOL_GPL vmlinux 0x82bbe028 dw_pcie_link_up +EXPORT_SYMBOL_GPL vmlinux 0x82bbf30b __tracepoint_map +EXPORT_SYMBOL_GPL vmlinux 0x82c65d22 ata_port_classify +EXPORT_SYMBOL_GPL vmlinux 0x82d4a053 pcie_bus_configure_settings +EXPORT_SYMBOL_GPL vmlinux 0x82d79b51 sysctl_vfs_cache_pressure +EXPORT_SYMBOL_GPL vmlinux 0x82db14bf tty_init_termios +EXPORT_SYMBOL_GPL vmlinux 0x82f1b86f dpbp_enable +EXPORT_SYMBOL_GPL vmlinux 0x83328166 rtc_set_time +EXPORT_SYMBOL_GPL vmlinux 0x8339df73 klist_add_behind +EXPORT_SYMBOL_GPL vmlinux 0x833b7143 fsl_mc_allocate_irqs +EXPORT_SYMBOL_GPL vmlinux 0x833db027 of_property_read_u64 +EXPORT_SYMBOL_GPL vmlinux 0x83462e36 __traceiter_udp_fail_queue_rcv_skb +EXPORT_SYMBOL_GPL vmlinux 0x8349a895 nvmem_device_put +EXPORT_SYMBOL_GPL vmlinux 0x8353dfff acpi_os_get_iomem +EXPORT_SYMBOL_GPL vmlinux 0x835ea0a3 ata_port_wait_eh +EXPORT_SYMBOL_GPL vmlinux 0x8367719e l3mdev_fib_table_by_index +EXPORT_SYMBOL_GPL vmlinux 0x836c74bc component_del +EXPORT_SYMBOL_GPL vmlinux 0x836d652f poll_state_synchronize_rcu_full +EXPORT_SYMBOL_GPL vmlinux 0x83846fc3 ethnl_cable_test_free +EXPORT_SYMBOL_GPL vmlinux 0x839dc98c regmap_update_bits_base +EXPORT_SYMBOL_GPL vmlinux 0x83a1349d pci_user_read_config_byte +EXPORT_SYMBOL_GPL vmlinux 0x83aa6f9a devm_request_pci_bus_resources +EXPORT_SYMBOL_GPL vmlinux 0x83b05581 regulator_set_voltage_rdev +EXPORT_SYMBOL_GPL vmlinux 0x83bfa0bd cpufreq_dbs_governor_exit +EXPORT_SYMBOL_GPL vmlinux 0x83cf310e phy_set_speed +EXPORT_SYMBOL_GPL vmlinux 0x83d3c228 devm_register_restart_handler +EXPORT_SYMBOL_GPL vmlinux 0x83eec5c1 fsl_mc_obj_close +EXPORT_SYMBOL_GPL vmlinux 0x83fb588f nf_hook_entries_insert_raw +EXPORT_SYMBOL_GPL vmlinux 0x84106f36 devlink_trap_ctx_priv +EXPORT_SYMBOL_GPL vmlinux 0x84149f9a fib_new_table +EXPORT_SYMBOL_GPL vmlinux 0x841d02e4 rtnl_register_module +EXPORT_SYMBOL_GPL vmlinux 0x84230567 extcon_find_edev_by_node +EXPORT_SYMBOL_GPL vmlinux 0x8425b9c3 xas_split_alloc +EXPORT_SYMBOL_GPL vmlinux 0x84264ced fs_umode_to_ftype +EXPORT_SYMBOL_GPL vmlinux 0x8429e03e get_state_synchronize_srcu +EXPORT_SYMBOL_GPL vmlinux 0x842c7323 param_set_bool_enable_only +EXPORT_SYMBOL_GPL vmlinux 0x842f046d usb_poison_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0x84313622 __traceiter_sched_util_est_se_tp +EXPORT_SYMBOL_GPL vmlinux 0x84328e8c cgroup_get_from_id +EXPORT_SYMBOL_GPL vmlinux 0x843d70ef acpi_is_root_bridge +EXPORT_SYMBOL_GPL vmlinux 0x84502a47 blk_status_to_errno +EXPORT_SYMBOL_GPL vmlinux 0x84514776 pci_p2pdma_enable_show +EXPORT_SYMBOL_GPL vmlinux 0x84601e0e ata_sff_dev_select +EXPORT_SYMBOL_GPL vmlinux 0x8462cb62 atapi_cmd_type +EXPORT_SYMBOL_GPL vmlinux 0x84818607 fwnode_get_name +EXPORT_SYMBOL_GPL vmlinux 0x848b16fe devm_irq_alloc_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0x8490a71c hwspin_lock_free +EXPORT_SYMBOL_GPL vmlinux 0x84929a31 crypto_unregister_scomp +EXPORT_SYMBOL_GPL vmlinux 0x84a8d0eb of_changeset_revert +EXPORT_SYMBOL_GPL vmlinux 0x84ad7333 rio_route_add_entry +EXPORT_SYMBOL_GPL vmlinux 0x84bb62d2 __put_net +EXPORT_SYMBOL_GPL vmlinux 0x84c11280 of_clk_parent_fill +EXPORT_SYMBOL_GPL vmlinux 0x84c768df ata_qc_complete +EXPORT_SYMBOL_GPL vmlinux 0x84c7a34e serdev_device_write_buf +EXPORT_SYMBOL_GPL vmlinux 0x84d01a08 spi_controller_suspend +EXPORT_SYMBOL_GPL vmlinux 0x84d3a910 device_rename +EXPORT_SYMBOL_GPL vmlinux 0x84db73c5 tcp_enter_memory_pressure +EXPORT_SYMBOL_GPL vmlinux 0x84eaa549 unregister_acpi_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x84ef27f5 synth_event_add_fields +EXPORT_SYMBOL_GPL vmlinux 0x8506baa8 clk_unregister_gate +EXPORT_SYMBOL_GPL vmlinux 0x850839f3 i2c_bus_type +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 0x851fe124 __SCK__tp_func_fib6_table_lookup +EXPORT_SYMBOL_GPL vmlinux 0x85209326 k3_udma_glue_rx_get_dma_device +EXPORT_SYMBOL_GPL vmlinux 0x8534913e linear_hugepage_index +EXPORT_SYMBOL_GPL vmlinux 0x85540ebc nvmem_cell_put +EXPORT_SYMBOL_GPL vmlinux 0x8565a569 device_create_bin_file +EXPORT_SYMBOL_GPL vmlinux 0x857a9342 rockchip_clk_register_branches +EXPORT_SYMBOL_GPL vmlinux 0x85800c71 pinctrl_generic_remove_group +EXPORT_SYMBOL_GPL vmlinux 0x85862277 ioasid_find +EXPORT_SYMBOL_GPL vmlinux 0x858e2628 dax_holder +EXPORT_SYMBOL_GPL vmlinux 0x859b1ff6 phylink_validate_mask_caps +EXPORT_SYMBOL_GPL vmlinux 0x85ced313 devm_kstrdup_const +EXPORT_SYMBOL_GPL vmlinux 0x85dd5068 pci_cfg_access_lock +EXPORT_SYMBOL_GPL vmlinux 0x85e2a3f2 mpc8xxx_spi_tx_buf_u16 +EXPORT_SYMBOL_GPL vmlinux 0x85e69caa fuse_dev_install +EXPORT_SYMBOL_GPL vmlinux 0x85eed1be iopf_queue_discard_partial +EXPORT_SYMBOL_GPL vmlinux 0x85ef8b5e mmc_get_ext_csd +EXPORT_SYMBOL_GPL vmlinux 0x85f13e2a devm_extcon_dev_unregister +EXPORT_SYMBOL_GPL vmlinux 0x861a7a70 fscrypt_dummy_policies_equal +EXPORT_SYMBOL_GPL vmlinux 0x862258db timecounter_init +EXPORT_SYMBOL_GPL vmlinux 0x86299dc5 __devm_alloc_percpu +EXPORT_SYMBOL_GPL vmlinux 0x862bb17b linear_range_values_in_range_array +EXPORT_SYMBOL_GPL vmlinux 0x8631ddd9 __phy_modify +EXPORT_SYMBOL_GPL vmlinux 0x863ad174 nd_region_provider_data +EXPORT_SYMBOL_GPL vmlinux 0x863ce334 devlink_param_register +EXPORT_SYMBOL_GPL vmlinux 0x8657a37e pci_user_read_config_word +EXPORT_SYMBOL_GPL vmlinux 0x86585a33 devlink_fmsg_obj_nest_start +EXPORT_SYMBOL_GPL vmlinux 0x86623fd7 notify_remote_via_irq +EXPORT_SYMBOL_GPL vmlinux 0x866d5083 crypto_alloc_aead +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 0x86875f6b ata_acpi_stm +EXPORT_SYMBOL_GPL vmlinux 0x868784cb __symbol_get +EXPORT_SYMBOL_GPL vmlinux 0x86ac78af ip6_flush_pending_frames +EXPORT_SYMBOL_GPL vmlinux 0x86b13d2a usb_unpoison_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0x86b1ceb3 tegra210_set_sata_pll_seq_sw +EXPORT_SYMBOL_GPL vmlinux 0x86bc9b5e iommu_fwspec_free +EXPORT_SYMBOL_GPL vmlinux 0x86c02001 ipi_send_mask +EXPORT_SYMBOL_GPL vmlinux 0x86c43a8c cper_estatus_check +EXPORT_SYMBOL_GPL vmlinux 0x86d915e1 dax_region_put +EXPORT_SYMBOL_GPL vmlinux 0x86e0a380 fib_alias_hw_flags_set +EXPORT_SYMBOL_GPL vmlinux 0x86f6b99d synchronize_rcu_expedited +EXPORT_SYMBOL_GPL vmlinux 0x86f85114 net_dec_egress_queue +EXPORT_SYMBOL_GPL vmlinux 0x86fcdff5 inverse_translate +EXPORT_SYMBOL_GPL vmlinux 0x87076ca7 battery_hook_register +EXPORT_SYMBOL_GPL vmlinux 0x870cf5a3 __pci_epc_create +EXPORT_SYMBOL_GPL vmlinux 0x870e16b7 xen_test_irq_shared +EXPORT_SYMBOL_GPL vmlinux 0x8718dd44 sk_msg_alloc +EXPORT_SYMBOL_GPL vmlinux 0x8722df67 phy_put +EXPORT_SYMBOL_GPL vmlinux 0x87258a37 mas_store +EXPORT_SYMBOL_GPL vmlinux 0x8732c686 gnttab_alloc_pages +EXPORT_SYMBOL_GPL vmlinux 0x87562a72 device_property_present +EXPORT_SYMBOL_GPL vmlinux 0x8764720f led_stop_software_blink +EXPORT_SYMBOL_GPL vmlinux 0x87908767 xas_clear_mark +EXPORT_SYMBOL_GPL vmlinux 0x87a92ac0 gpiod_count +EXPORT_SYMBOL_GPL vmlinux 0x87ac7411 __tracepoint_ata_exec_command +EXPORT_SYMBOL_GPL vmlinux 0x87b1b7a9 ata_pio_need_iordy +EXPORT_SYMBOL_GPL vmlinux 0x87b2e5ee pci_device_group +EXPORT_SYMBOL_GPL vmlinux 0x87c460dc ata_sas_queuecmd +EXPORT_SYMBOL_GPL vmlinux 0x87c46b3d pinctrl_find_gpio_range_from_pin +EXPORT_SYMBOL_GPL vmlinux 0x87d1c9b5 kvm_vcpu_halt +EXPORT_SYMBOL_GPL vmlinux 0x87dc726b fscrypt_ioctl_get_key_status +EXPORT_SYMBOL_GPL vmlinux 0x87de14fc pinctrl_force_default +EXPORT_SYMBOL_GPL vmlinux 0x87e6ff82 da903x_reads +EXPORT_SYMBOL_GPL vmlinux 0x88121b37 device_release_driver +EXPORT_SYMBOL_GPL vmlinux 0x8815e5fd xenbus_map_ring_valloc +EXPORT_SYMBOL_GPL vmlinux 0x88299a4d phy_validate +EXPORT_SYMBOL_GPL vmlinux 0x883bd942 netlink_has_listeners +EXPORT_SYMBOL_GPL vmlinux 0x883e4af5 bus_get_kset +EXPORT_SYMBOL_GPL vmlinux 0x88476f9f devl_lock +EXPORT_SYMBOL_GPL vmlinux 0x885528a6 ring_buffer_discard_commit +EXPORT_SYMBOL_GPL vmlinux 0x885b4ef9 ima_file_check +EXPORT_SYMBOL_GPL vmlinux 0x887c0a22 gpiod_export +EXPORT_SYMBOL_GPL vmlinux 0x887d362e dev_pm_opp_set_config +EXPORT_SYMBOL_GPL vmlinux 0x8889ae1b __traceiter_ata_tf_load +EXPORT_SYMBOL_GPL vmlinux 0x888be989 sysfs_remove_link +EXPORT_SYMBOL_GPL vmlinux 0x888c5be5 irq_bypass_register_consumer +EXPORT_SYMBOL_GPL vmlinux 0x889bba83 device_find_child +EXPORT_SYMBOL_GPL vmlinux 0x88ab6fe3 kgdb_active +EXPORT_SYMBOL_GPL vmlinux 0x88b4ae92 ring_buffer_normalize_time_stamp +EXPORT_SYMBOL_GPL vmlinux 0x88b93149 mctrl_gpio_free +EXPORT_SYMBOL_GPL vmlinux 0x88bbfd73 of_usb_get_phy_mode +EXPORT_SYMBOL_GPL vmlinux 0x88cce6a0 xas_find_marked +EXPORT_SYMBOL_GPL vmlinux 0x88cd7a9a k3_ringacc_ring_get_occ +EXPORT_SYMBOL_GPL vmlinux 0x88decd20 cpufreq_generic_attr +EXPORT_SYMBOL_GPL vmlinux 0x88ee4c20 br_fdb_test_addr_hook +EXPORT_SYMBOL_GPL vmlinux 0x88f17c9a cpuidle_get_driver +EXPORT_SYMBOL_GPL vmlinux 0x88f919fe cpufreq_cpu_get_raw +EXPORT_SYMBOL_GPL vmlinux 0x8901bca8 gpiod_get_array_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x890f4f97 __kprobe_event_gen_cmd_start +EXPORT_SYMBOL_GPL vmlinux 0x890fa0fa btree_get_prev +EXPORT_SYMBOL_GPL vmlinux 0x89195530 percpu_up_write +EXPORT_SYMBOL_GPL vmlinux 0x891a5a7f gnttab_max_grant_frames +EXPORT_SYMBOL_GPL vmlinux 0x8924eb1e rcu_force_quiescent_state +EXPORT_SYMBOL_GPL vmlinux 0x89281ba5 __clk_hw_register_fixed_rate +EXPORT_SYMBOL_GPL vmlinux 0x892faa27 mtk_clk_register_dividers +EXPORT_SYMBOL_GPL vmlinux 0x89392de1 gpiod_to_irq +EXPORT_SYMBOL_GPL vmlinux 0x893abbdd devlink_fmsg_u32_pair_put +EXPORT_SYMBOL_GPL vmlinux 0x893c5ddb unlock_system_sleep +EXPORT_SYMBOL_GPL vmlinux 0x893dff37 dma_request_chan_by_mask +EXPORT_SYMBOL_GPL vmlinux 0x8946f354 sk_attach_filter +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 0x8956d1d7 dprc_setup +EXPORT_SYMBOL_GPL vmlinux 0x89571f11 msg_zerocopy_put_abort +EXPORT_SYMBOL_GPL vmlinux 0x895eb62b kset_find_obj +EXPORT_SYMBOL_GPL vmlinux 0x896ce0c9 sprd_pinctrl_shutdown +EXPORT_SYMBOL_GPL vmlinux 0x89736c3d amba_device_put +EXPORT_SYMBOL_GPL vmlinux 0x897a607b ahci_reset_controller +EXPORT_SYMBOL_GPL vmlinux 0x897d61d2 regulator_get_current_limit +EXPORT_SYMBOL_GPL vmlinux 0x89837a66 iommu_fwspec_add_ids +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 0x89bec8b0 gfn_to_pfn_memslot_atomic +EXPORT_SYMBOL_GPL vmlinux 0x89c1d576 power_supply_unregister +EXPORT_SYMBOL_GPL vmlinux 0x89c429e4 __tracepoint_mc_event +EXPORT_SYMBOL_GPL vmlinux 0x89e1ec9d acpi_get_subsystem_id +EXPORT_SYMBOL_GPL vmlinux 0x89e340cf acpi_bus_get_ejd +EXPORT_SYMBOL_GPL vmlinux 0x8a0c5ce3 generic_fh_to_parent +EXPORT_SYMBOL_GPL vmlinux 0x8a23dbe9 irq_chip_enable_parent +EXPORT_SYMBOL_GPL vmlinux 0x8a2c30df of_irq_parse_one +EXPORT_SYMBOL_GPL vmlinux 0x8a3c2355 crypto_register_rng +EXPORT_SYMBOL_GPL vmlinux 0x8a3f84ba linear_range_get_selector_low +EXPORT_SYMBOL_GPL vmlinux 0x8a45a555 acpi_unregister_wakeup_handler +EXPORT_SYMBOL_GPL vmlinux 0x8a4e02f0 dmaengine_unmap_put +EXPORT_SYMBOL_GPL vmlinux 0x8a4f6833 tps6586x_reads +EXPORT_SYMBOL_GPL vmlinux 0x8a554a36 mpc8xxx_spi_strmode +EXPORT_SYMBOL_GPL vmlinux 0x8a62b81b sfp_upstream_stop +EXPORT_SYMBOL_GPL vmlinux 0x8a62e691 ip6_datagram_send_ctl +EXPORT_SYMBOL_GPL vmlinux 0x8a64276a wm8400_reset_codec_reg_cache +EXPORT_SYMBOL_GPL vmlinux 0x8a642f24 pci_stop_root_bus +EXPORT_SYMBOL_GPL vmlinux 0x8a646078 pm_generic_thaw +EXPORT_SYMBOL_GPL vmlinux 0x8a64e095 phy_get_rate_matching +EXPORT_SYMBOL_GPL vmlinux 0x8a7b440f meson8_pmx_ops +EXPORT_SYMBOL_GPL vmlinux 0x8a7d54af synth_event_trace_array +EXPORT_SYMBOL_GPL vmlinux 0x8a83fb45 mpi_point_free_parts +EXPORT_SYMBOL_GPL vmlinux 0x8a884fc8 usb_add_phy_dev +EXPORT_SYMBOL_GPL vmlinux 0x8a94c605 pci_epc_mem_exit +EXPORT_SYMBOL_GPL vmlinux 0x8a9533ad strp_unpause +EXPORT_SYMBOL_GPL vmlinux 0x8a9670ee pci_doe_supports_prot +EXPORT_SYMBOL_GPL vmlinux 0x8ab8e1ad of_pwm_single_xlate +EXPORT_SYMBOL_GPL vmlinux 0x8abacc47 get_max_files +EXPORT_SYMBOL_GPL vmlinux 0x8ac1407b sfp_get_module_eeprom +EXPORT_SYMBOL_GPL vmlinux 0x8ac1cbdd hwspin_lock_get_id +EXPORT_SYMBOL_GPL vmlinux 0x8ac2f01b devm_rtc_nvmem_register +EXPORT_SYMBOL_GPL vmlinux 0x8ad616ab da9055_regmap_config +EXPORT_SYMBOL_GPL vmlinux 0x8ad89591 dma_free_noncontiguous +EXPORT_SYMBOL_GPL vmlinux 0x8ae1f75a fscrypt_dio_supported +EXPORT_SYMBOL_GPL vmlinux 0x8ae7c531 ip6_sk_dst_lookup_flow +EXPORT_SYMBOL_GPL vmlinux 0x8ae9da3b kvm_put_kvm_no_destroy +EXPORT_SYMBOL_GPL vmlinux 0x8aeea628 list_lru_count_one +EXPORT_SYMBOL_GPL vmlinux 0x8aef6fca regulator_list_voltage_table +EXPORT_SYMBOL_GPL vmlinux 0x8afadc6d scmi_protocol_register +EXPORT_SYMBOL_GPL vmlinux 0x8afc66bb unregister_asymmetric_key_parser +EXPORT_SYMBOL_GPL vmlinux 0x8b0d76fb pinctrl_find_gpio_range_from_pin_nolock +EXPORT_SYMBOL_GPL vmlinux 0x8b149c36 clk_is_match +EXPORT_SYMBOL_GPL vmlinux 0x8b1efbb0 dev_pm_qos_expose_latency_tolerance +EXPORT_SYMBOL_GPL vmlinux 0x8b36ba2c pm_clk_runtime_resume +EXPORT_SYMBOL_GPL vmlinux 0x8b3779c1 ahci_start_engine +EXPORT_SYMBOL_GPL vmlinux 0x8b4149e4 cppc_perf_ctrs_in_pcc +EXPORT_SYMBOL_GPL vmlinux 0x8b434ee5 pci_hp_create_module_link +EXPORT_SYMBOL_GPL vmlinux 0x8b4b7ce1 spi_get_next_queued_message +EXPORT_SYMBOL_GPL vmlinux 0x8b4ccf9b wakeup_source_unregister +EXPORT_SYMBOL_GPL vmlinux 0x8b4dd9c4 of_pci_find_child_device +EXPORT_SYMBOL_GPL vmlinux 0x8b650752 mtk_mutex_release +EXPORT_SYMBOL_GPL vmlinux 0x8b7a698b __tracepoint_xdp_exception +EXPORT_SYMBOL_GPL vmlinux 0x8b8453bb mm_kobj +EXPORT_SYMBOL_GPL vmlinux 0x8b846060 devres_open_group +EXPORT_SYMBOL_GPL vmlinux 0x8b89f01c hv_ghcb_hypercall +EXPORT_SYMBOL_GPL vmlinux 0x8b925776 iomap_swapfile_activate +EXPORT_SYMBOL_GPL vmlinux 0x8b96c459 devlink_dpipe_entry_ctx_close +EXPORT_SYMBOL_GPL vmlinux 0x8ba0eb15 hv_set_vpreg +EXPORT_SYMBOL_GPL vmlinux 0x8ba41f97 ahci_set_em_messages +EXPORT_SYMBOL_GPL vmlinux 0x8ba5afe9 HYPERVISOR_memory_op +EXPORT_SYMBOL_GPL vmlinux 0x8bb60303 device_match_name +EXPORT_SYMBOL_GPL vmlinux 0x8bb95348 tcp_reno_ssthresh +EXPORT_SYMBOL_GPL vmlinux 0x8bbb984c dma_release_channel +EXPORT_SYMBOL_GPL vmlinux 0x8becba45 fat_truncate_time +EXPORT_SYMBOL_GPL vmlinux 0x8bf46d2a regcache_cache_only +EXPORT_SYMBOL_GPL vmlinux 0x8bf5f379 k3_udma_glue_release_tx_chn +EXPORT_SYMBOL_GPL vmlinux 0x8bf77e91 devm_regulator_get_enable_optional +EXPORT_SYMBOL_GPL vmlinux 0x8bfabe54 dax_layout_busy_page +EXPORT_SYMBOL_GPL vmlinux 0x8c0215f2 pm_system_wakeup +EXPORT_SYMBOL_GPL vmlinux 0x8c03d20c destroy_workqueue +EXPORT_SYMBOL_GPL vmlinux 0x8c047485 ip_fib_metrics_init +EXPORT_SYMBOL_GPL vmlinux 0x8c06286a usb_autopm_get_interface_no_resume +EXPORT_SYMBOL_GPL vmlinux 0x8c0ed103 rcu_check_boost_fail +EXPORT_SYMBOL_GPL vmlinux 0x8c0f3f6d powercap_unregister_control_type +EXPORT_SYMBOL_GPL vmlinux 0x8c1cca90 rdev_get_id +EXPORT_SYMBOL_GPL vmlinux 0x8c1d1b6b pinconf_generic_parse_dt_config +EXPORT_SYMBOL_GPL vmlinux 0x8c242cdf cros_ec_get_sensor_count +EXPORT_SYMBOL_GPL vmlinux 0x8c364e2d pci_doe_submit_task +EXPORT_SYMBOL_GPL vmlinux 0x8c484409 gnttab_release_grant_reference +EXPORT_SYMBOL_GPL vmlinux 0x8c4d2428 mt_prev +EXPORT_SYMBOL_GPL vmlinux 0x8c539392 thermal_of_zone_register +EXPORT_SYMBOL_GPL vmlinux 0x8c56aa18 crypto_stats_skcipher_encrypt +EXPORT_SYMBOL_GPL vmlinux 0x8c57d4d4 aead_init_geniv +EXPORT_SYMBOL_GPL vmlinux 0x8c5c2ee2 devm_thermal_of_zone_register +EXPORT_SYMBOL_GPL vmlinux 0x8c5cf4ec edac_mc_free +EXPORT_SYMBOL_GPL vmlinux 0x8c743fb6 reset_control_status +EXPORT_SYMBOL_GPL vmlinux 0x8c74a798 transport_remove_device +EXPORT_SYMBOL_GPL vmlinux 0x8c89e3b8 usb_phy_roothub_power_off +EXPORT_SYMBOL_GPL vmlinux 0x8c98d248 unregister_vmcore_cb +EXPORT_SYMBOL_GPL vmlinux 0x8c9cfad3 devl_dpipe_table_resource_set +EXPORT_SYMBOL_GPL vmlinux 0x8c9e54d3 devlink_info_version_running_put_ext +EXPORT_SYMBOL_GPL vmlinux 0x8caa47fc mtk_pinconf_drive_get_rev1 +EXPORT_SYMBOL_GPL vmlinux 0x8cb5a38e k3_udma_glue_rx_flow_disable +EXPORT_SYMBOL_GPL vmlinux 0x8ce2d446 __tracepoint_block_rq_remap +EXPORT_SYMBOL_GPL vmlinux 0x8ce706e6 ethnl_cable_test_finished +EXPORT_SYMBOL_GPL vmlinux 0x8d01e2b4 security_inode_create +EXPORT_SYMBOL_GPL vmlinux 0x8d0abf3a __tracepoint_io_page_fault +EXPORT_SYMBOL_GPL vmlinux 0x8d1623b2 spi_alloc_device +EXPORT_SYMBOL_GPL vmlinux 0x8d1a9efc dw_pcie_setup_rc +EXPORT_SYMBOL_GPL vmlinux 0x8d22bb58 iommu_group_alloc +EXPORT_SYMBOL_GPL vmlinux 0x8d2af0b9 phylink_mii_c22_pcs_an_restart +EXPORT_SYMBOL_GPL vmlinux 0x8d3330b6 cpuacct_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0x8d3acd01 find_get_pid +EXPORT_SYMBOL_GPL vmlinux 0x8d3c0ae7 rio_alloc_net +EXPORT_SYMBOL_GPL vmlinux 0x8d42397a ohci_restart +EXPORT_SYMBOL_GPL vmlinux 0x8d491041 regcache_drop_region +EXPORT_SYMBOL_GPL vmlinux 0x8d50e196 blk_queue_can_use_dma_map_merging +EXPORT_SYMBOL_GPL vmlinux 0x8d522714 __rcu_read_lock +EXPORT_SYMBOL_GPL vmlinux 0x8d5cc8b3 pskb_put +EXPORT_SYMBOL_GPL vmlinux 0x8d5e8c9d bpf_trace_run5 +EXPORT_SYMBOL_GPL vmlinux 0x8d61e972 dax_inode +EXPORT_SYMBOL_GPL vmlinux 0x8d6c1735 extcon_dev_unregister +EXPORT_SYMBOL_GPL vmlinux 0x8d7e3373 hwpoison_filter_dev_major +EXPORT_SYMBOL_GPL vmlinux 0x8d87da96 badblocks_clear +EXPORT_SYMBOL_GPL vmlinux 0x8d908ebf power_supply_get_maintenance_charging_setting +EXPORT_SYMBOL_GPL vmlinux 0x8d9ff274 __traceiter_rpm_return_int +EXPORT_SYMBOL_GPL vmlinux 0x8da2b259 devm_regulator_get_exclusive +EXPORT_SYMBOL_GPL vmlinux 0x8dad62d7 led_sysfs_enable +EXPORT_SYMBOL_GPL vmlinux 0x8dbf7aaa privcmd_call +EXPORT_SYMBOL_GPL vmlinux 0x8dd218b0 icc_bulk_disable +EXPORT_SYMBOL_GPL vmlinux 0x8dd4304e ethtool_set_ethtool_phy_ops +EXPORT_SYMBOL_GPL vmlinux 0x8ddc4fa2 platform_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x8de4c8c1 fat_getattr +EXPORT_SYMBOL_GPL vmlinux 0x8de6817a acpi_dev_resource_address_space +EXPORT_SYMBOL_GPL vmlinux 0x8e0b3e37 tegra_xusb_padctl_legacy_probe +EXPORT_SYMBOL_GPL vmlinux 0x8e16419b trace_clock_local +EXPORT_SYMBOL_GPL vmlinux 0x8e3a9019 fwnode_handle_get +EXPORT_SYMBOL_GPL vmlinux 0x8e3c7d01 ata_acpi_cbl_80wire +EXPORT_SYMBOL_GPL vmlinux 0x8e43db40 phy_restart_aneg +EXPORT_SYMBOL_GPL vmlinux 0x8e4a7024 clk_hw_set_parent +EXPORT_SYMBOL_GPL vmlinux 0x8e4b63a6 hisi_clk_register_gate_sep +EXPORT_SYMBOL_GPL vmlinux 0x8e4eb451 bpf_sk_storage_diag_free +EXPORT_SYMBOL_GPL vmlinux 0x8e64421d debugfs_create_u16 +EXPORT_SYMBOL_GPL vmlinux 0x8e6b1a9e net_selftest_get_count +EXPORT_SYMBOL_GPL vmlinux 0x8e6fa8b5 apei_exec_pre_map_gars +EXPORT_SYMBOL_GPL vmlinux 0x8e7f0a9c acpi_get_phys_id +EXPORT_SYMBOL_GPL vmlinux 0x8e8999b9 xenbus_probe_node +EXPORT_SYMBOL_GPL vmlinux 0x8e97e3ea ahci_reset_em +EXPORT_SYMBOL_GPL vmlinux 0x8ead800c user_free_preparse +EXPORT_SYMBOL_GPL vmlinux 0x8eb4b0b0 dev_pm_qos_hide_flags +EXPORT_SYMBOL_GPL vmlinux 0x8eb8df4a mtk_paris_pinctrl_probe +EXPORT_SYMBOL_GPL vmlinux 0x8ec12a77 cpufreq_cooling_register +EXPORT_SYMBOL_GPL vmlinux 0x8ecf255c amba_bustype +EXPORT_SYMBOL_GPL vmlinux 0x8ed560a9 srcutorture_get_gp_data +EXPORT_SYMBOL_GPL vmlinux 0x8ee051cc class_dev_iter_next +EXPORT_SYMBOL_GPL vmlinux 0x8eec19bd __SCK__tp_func_pelt_dl_tp +EXPORT_SYMBOL_GPL vmlinux 0x8eedbd45 dev_pm_put_subsys_data +EXPORT_SYMBOL_GPL vmlinux 0x8eee3399 dax_read_unlock +EXPORT_SYMBOL_GPL vmlinux 0x8ef9205c icc_std_aggregate +EXPORT_SYMBOL_GPL vmlinux 0x8f01dc45 ata_link_online +EXPORT_SYMBOL_GPL vmlinux 0x8f053473 dst_cache_get_ip4 +EXPORT_SYMBOL_GPL vmlinux 0x8f0748af rcu_expedite_gp +EXPORT_SYMBOL_GPL vmlinux 0x8f0b781d iova_domain_init_rcaches +EXPORT_SYMBOL_GPL vmlinux 0x8f1ae1fc lp8788_update_bits +EXPORT_SYMBOL_GPL vmlinux 0x8f26a2de devm_rtc_allocate_device +EXPORT_SYMBOL_GPL vmlinux 0x8f2aa141 clean_acked_data_disable +EXPORT_SYMBOL_GPL vmlinux 0x8f2e9614 compat_only_sysfs_link_entry_to_kobj +EXPORT_SYMBOL_GPL vmlinux 0x8f321271 ahci_do_softreset +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 0x8f3fa4df dev_pm_domain_attach_by_id +EXPORT_SYMBOL_GPL vmlinux 0x8f41d120 of_get_regulator_init_data +EXPORT_SYMBOL_GPL vmlinux 0x8f473d57 alarmtimer_get_rtcdev +EXPORT_SYMBOL_GPL vmlinux 0x8f4d0e4b devl_port_register +EXPORT_SYMBOL_GPL vmlinux 0x8f561354 securityfs_create_file +EXPORT_SYMBOL_GPL vmlinux 0x8f60a08f skb_zerocopy_headlen +EXPORT_SYMBOL_GPL vmlinux 0x8f68e69d dev_fill_forward_path +EXPORT_SYMBOL_GPL vmlinux 0x8f6cee77 __round_jiffies_relative +EXPORT_SYMBOL_GPL vmlinux 0x8f71ecf9 devm_hte_register_chip +EXPORT_SYMBOL_GPL vmlinux 0x8f74e12f crypto_find_alg +EXPORT_SYMBOL_GPL vmlinux 0x8f786bee fs_umode_to_dtype +EXPORT_SYMBOL_GPL vmlinux 0x8f7bd0a6 btree_init_mempool +EXPORT_SYMBOL_GPL vmlinux 0x8f9bfe87 i2c_dw_acpi_configure +EXPORT_SYMBOL_GPL vmlinux 0x8fa5a6ee dev_fetch_sw_netstats +EXPORT_SYMBOL_GPL vmlinux 0x8faa800d acpi_cpc_valid +EXPORT_SYMBOL_GPL vmlinux 0x8fac54aa ata_sff_softreset +EXPORT_SYMBOL_GPL vmlinux 0x8fb6eced tty_ldisc_receive_buf +EXPORT_SYMBOL_GPL vmlinux 0x8fc12788 software_node_unregister_node_group +EXPORT_SYMBOL_GPL vmlinux 0x8feb1293 tcp_abort +EXPORT_SYMBOL_GPL vmlinux 0x8ff60436 mpi_ec_add_points +EXPORT_SYMBOL_GPL vmlinux 0x8ff7ea2f devlink_region_snapshot_id_get +EXPORT_SYMBOL_GPL vmlinux 0x8ffcdb66 platform_unregister_drivers +EXPORT_SYMBOL_GPL vmlinux 0x8ffe792f tracepoint_probe_register_prio_may_exist +EXPORT_SYMBOL_GPL vmlinux 0x902b1d8c vcap_debugfs +EXPORT_SYMBOL_GPL vmlinux 0x9039e97c pci_p2pdma_add_resource +EXPORT_SYMBOL_GPL vmlinux 0x903b627c list_lru_isolate_move +EXPORT_SYMBOL_GPL vmlinux 0x90408d35 serial8250_request_dma +EXPORT_SYMBOL_GPL vmlinux 0x90519efa of_nvmem_device_get +EXPORT_SYMBOL_GPL vmlinux 0x90536b22 mbox_chan_txdone +EXPORT_SYMBOL_GPL vmlinux 0x905826b5 wm831x_regmap_config +EXPORT_SYMBOL_GPL vmlinux 0x9063efd5 dpcon_get_attributes +EXPORT_SYMBOL_GPL vmlinux 0x9067dbe5 nd_region_dev +EXPORT_SYMBOL_GPL vmlinux 0x906c76f8 __traceiter_sched_util_est_cfs_tp +EXPORT_SYMBOL_GPL vmlinux 0x906c7d40 of_i2c_get_board_info +EXPORT_SYMBOL_GPL vmlinux 0x90738469 dev_pm_qos_hide_latency_tolerance +EXPORT_SYMBOL_GPL vmlinux 0x907b7daa pm_stay_awake +EXPORT_SYMBOL_GPL vmlinux 0x907d5e09 regmap_raw_write_async +EXPORT_SYMBOL_GPL vmlinux 0x90922dff gpiochip_reqres_irq +EXPORT_SYMBOL_GPL vmlinux 0x90a9d8cc hv_is_hyperv_initialized +EXPORT_SYMBOL_GPL vmlinux 0x90ad66b1 software_node_unregister_nodes +EXPORT_SYMBOL_GPL vmlinux 0x90b022da inet_pernet_hashinfo_alloc +EXPORT_SYMBOL_GPL vmlinux 0x90b763f1 HYPERVISOR_console_io +EXPORT_SYMBOL_GPL vmlinux 0x90c0630c tpm_calc_ordinal_duration +EXPORT_SYMBOL_GPL vmlinux 0x90c4ce29 simple_attr_open +EXPORT_SYMBOL_GPL vmlinux 0x90c64f06 edac_device_free_ctl_info +EXPORT_SYMBOL_GPL vmlinux 0x90c8498c apei_exec_write_register +EXPORT_SYMBOL_GPL vmlinux 0x90cbf986 switchdev_bridge_port_offload +EXPORT_SYMBOL_GPL vmlinux 0x90cff804 fscrypt_limit_io_blocks +EXPORT_SYMBOL_GPL vmlinux 0x90d8eb55 iort_put_rmr_sids +EXPORT_SYMBOL_GPL vmlinux 0x90d937b4 __tracepoint_pelt_rt_tp +EXPORT_SYMBOL_GPL vmlinux 0x90ef5847 ipv6_icmp_error +EXPORT_SYMBOL_GPL vmlinux 0x91025675 usb_unlink_urb +EXPORT_SYMBOL_GPL vmlinux 0x910bdf6b trace_seq_vprintf +EXPORT_SYMBOL_GPL vmlinux 0x910be63a devlink_port_type_clear +EXPORT_SYMBOL_GPL vmlinux 0x911fcd6c phylink_start +EXPORT_SYMBOL_GPL vmlinux 0x91376e67 usb_driver_claim_interface +EXPORT_SYMBOL_GPL vmlinux 0x913ebd32 stack_depot_save +EXPORT_SYMBOL_GPL vmlinux 0x913f5b1f pci_device_is_present +EXPORT_SYMBOL_GPL vmlinux 0x9145e4d3 __rio_local_read_config_8 +EXPORT_SYMBOL_GPL vmlinux 0x91466036 raw_hash_sk +EXPORT_SYMBOL_GPL vmlinux 0x915e0c07 extcon_set_property_capability +EXPORT_SYMBOL_GPL vmlinux 0x916528b1 espintcp_queue_out +EXPORT_SYMBOL_GPL vmlinux 0x916db7d0 dm_report_zones +EXPORT_SYMBOL_GPL vmlinux 0x9178096d usb_disable_xhci_ports +EXPORT_SYMBOL_GPL vmlinux 0x918589f2 sysfs_create_link_nowarn +EXPORT_SYMBOL_GPL vmlinux 0x9190b7c7 udp4_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0x9194e18f xenbus_mkdir +EXPORT_SYMBOL_GPL vmlinux 0x91955a9f start_poll_synchronize_rcu +EXPORT_SYMBOL_GPL vmlinux 0x91a9f5cf of_reserved_mem_device_init_by_name +EXPORT_SYMBOL_GPL vmlinux 0x91b774a1 mpi_scanval +EXPORT_SYMBOL_GPL vmlinux 0x91bb0d17 balloon_page_list_enqueue +EXPORT_SYMBOL_GPL vmlinux 0x91be5be7 crypto_wait_for_test +EXPORT_SYMBOL_GPL vmlinux 0x91c6e5b0 pcap_to_irq +EXPORT_SYMBOL_GPL vmlinux 0x91c9313c acpi_gpio_get_io_resource +EXPORT_SYMBOL_GPL vmlinux 0x91caab33 usb_store_new_id +EXPORT_SYMBOL_GPL vmlinux 0x91d28fa0 trace_array_get_by_name +EXPORT_SYMBOL_GPL vmlinux 0x91e30809 HYPERVISOR_vm_assist +EXPORT_SYMBOL_GPL vmlinux 0x91ea8726 asn1_encode_boolean +EXPORT_SYMBOL_GPL vmlinux 0x91ed51e6 mmc_crypto_prepare_req +EXPORT_SYMBOL_GPL vmlinux 0x920bb38e dev_pm_opp_add +EXPORT_SYMBOL_GPL vmlinux 0x920cc389 visitorl +EXPORT_SYMBOL_GPL vmlinux 0x922a6df2 umd_cleanup_helper +EXPORT_SYMBOL_GPL vmlinux 0x923e42aa sysfb_disable +EXPORT_SYMBOL_GPL vmlinux 0x9241b358 __static_key_slow_dec_deferred +EXPORT_SYMBOL_GPL vmlinux 0x9241cb0f pci_epf_remove_vepf +EXPORT_SYMBOL_GPL vmlinux 0x92432022 gpiochip_line_is_irq +EXPORT_SYMBOL_GPL vmlinux 0x92483e49 mtk_clk_unregister_plls +EXPORT_SYMBOL_GPL vmlinux 0x924c46f8 zs_unmap_object +EXPORT_SYMBOL_GPL vmlinux 0x92695bf4 vp_legacy_get_queue_size +EXPORT_SYMBOL_GPL vmlinux 0x92703e49 msg_zerocopy_callback +EXPORT_SYMBOL_GPL vmlinux 0x927487ea zynqmp_pm_read_ggs +EXPORT_SYMBOL_GPL vmlinux 0x92778478 static_dev_dax +EXPORT_SYMBOL_GPL vmlinux 0x9278f5e4 gnttab_unmap_refs_async +EXPORT_SYMBOL_GPL vmlinux 0x92889e42 devfreq_event_remove_edev +EXPORT_SYMBOL_GPL vmlinux 0x929e95cf psi_memstall_enter +EXPORT_SYMBOL_GPL vmlinux 0x92a99335 io_uring_cmd_import_fixed +EXPORT_SYMBOL_GPL vmlinux 0x92b14f08 mtk_build_eint +EXPORT_SYMBOL_GPL vmlinux 0x92b639ad devl_dpipe_table_register +EXPORT_SYMBOL_GPL vmlinux 0x92b8c78b hyperv_pcpu_output_arg +EXPORT_SYMBOL_GPL vmlinux 0x92bf8ec7 pci_rescan_bus +EXPORT_SYMBOL_GPL vmlinux 0x92c3ca13 dax_writeback_mapping_range +EXPORT_SYMBOL_GPL vmlinux 0x92ce4d43 of_pci_dma_range_parser_init +EXPORT_SYMBOL_GPL vmlinux 0x92d31cfb fixed_phy_add +EXPORT_SYMBOL_GPL vmlinux 0x92d55f85 ata_platform_remove_one +EXPORT_SYMBOL_GPL vmlinux 0x92db8f68 do_trace_rcu_torture_read +EXPORT_SYMBOL_GPL vmlinux 0x92e8e9ab fsverity_enqueue_verify_work +EXPORT_SYMBOL_GPL vmlinux 0x930ab533 k3_ringacc_request_ring +EXPORT_SYMBOL_GPL vmlinux 0x9311092f dw_pcie_wait_for_link +EXPORT_SYMBOL_GPL vmlinux 0x93223c82 pci_load_saved_state +EXPORT_SYMBOL_GPL vmlinux 0x932246af platform_get_irq_optional +EXPORT_SYMBOL_GPL vmlinux 0x93238e1e devm_request_free_mem_region +EXPORT_SYMBOL_GPL vmlinux 0x9324c549 crypto_alloc_shash +EXPORT_SYMBOL_GPL vmlinux 0x93255b2b ring_buffer_lock_reserve +EXPORT_SYMBOL_GPL vmlinux 0x932c8d7a linear_range_get_value_array +EXPORT_SYMBOL_GPL vmlinux 0x93356325 rio_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x933f75e0 usb_unlink_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0x935346fe __sbitmap_queue_get +EXPORT_SYMBOL_GPL vmlinux 0x935d0c7b __pm_runtime_resume +EXPORT_SYMBOL_GPL vmlinux 0x935f7c03 led_compose_name +EXPORT_SYMBOL_GPL vmlinux 0x936db6fc simple_attr_write +EXPORT_SYMBOL_GPL vmlinux 0x936fb620 kvm_vcpu_yield_to +EXPORT_SYMBOL_GPL vmlinux 0x93a0d538 rio_mport_read_config_8 +EXPORT_SYMBOL_GPL vmlinux 0x93b435db fsl_mc_device_remove +EXPORT_SYMBOL_GPL vmlinux 0x93c7edeb usb_find_common_endpoints +EXPORT_SYMBOL_GPL vmlinux 0x93cf16ee usb_hcd_poll_rh_status +EXPORT_SYMBOL_GPL vmlinux 0x93d1d424 gnttab_free_grant_references +EXPORT_SYMBOL_GPL vmlinux 0x93d54271 phy_create +EXPORT_SYMBOL_GPL vmlinux 0x93ebdf96 mt_next +EXPORT_SYMBOL_GPL vmlinux 0x93edef07 devlink_health_report +EXPORT_SYMBOL_GPL vmlinux 0x940412d7 of_pci_parse_bus_range +EXPORT_SYMBOL_GPL vmlinux 0x9404a4c7 register_btf_id_dtor_kfuncs +EXPORT_SYMBOL_GPL vmlinux 0x941f2aaa eventfd_ctx_put +EXPORT_SYMBOL_GPL vmlinux 0x9420c017 bus_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0x9423e347 securityfs_create_dir +EXPORT_SYMBOL_GPL vmlinux 0x9425bb34 nvmem_dev_name +EXPORT_SYMBOL_GPL vmlinux 0x9430b198 trace_dump_stack +EXPORT_SYMBOL_GPL vmlinux 0x943665ce regulator_set_mode +EXPORT_SYMBOL_GPL vmlinux 0x9436e405 memory_group_register_dynamic +EXPORT_SYMBOL_GPL vmlinux 0x94394b37 rockchip_register_softrst_lut +EXPORT_SYMBOL_GPL vmlinux 0x943fc708 xen_setup_shutdown_event +EXPORT_SYMBOL_GPL vmlinux 0x94519edc int_active_memcg +EXPORT_SYMBOL_GPL vmlinux 0x94591e68 nvdimm_kobj +EXPORT_SYMBOL_GPL vmlinux 0x945d9326 sk_msg_clone +EXPORT_SYMBOL_GPL vmlinux 0x9461ffc0 fsl_mc_device_group +EXPORT_SYMBOL_GPL vmlinux 0x94624e66 apei_get_debugfs_dir +EXPORT_SYMBOL_GPL vmlinux 0x9468ea70 schedule_hrtimeout_range_clock +EXPORT_SYMBOL_GPL vmlinux 0x94692a4b devm_kmemdup +EXPORT_SYMBOL_GPL vmlinux 0x946c0028 devlink_unregister +EXPORT_SYMBOL_GPL vmlinux 0x946dd559 sha224_zero_message_hash +EXPORT_SYMBOL_GPL vmlinux 0x94815e5c bpf_offload_dev_match +EXPORT_SYMBOL_GPL vmlinux 0x94899e83 __fib_lookup +EXPORT_SYMBOL_GPL vmlinux 0x948f5a52 blk_insert_cloned_request +EXPORT_SYMBOL_GPL vmlinux 0x949b5176 devlink_region_snapshot_create +EXPORT_SYMBOL_GPL vmlinux 0x949f7342 __alloc_percpu +EXPORT_SYMBOL_GPL vmlinux 0x94ac6628 bsg_register_queue +EXPORT_SYMBOL_GPL vmlinux 0x94aeca1a ping_get_port +EXPORT_SYMBOL_GPL vmlinux 0x94b2dc1d phy_configure +EXPORT_SYMBOL_GPL vmlinux 0x94b3a6f9 kgdb_unregister_io_module +EXPORT_SYMBOL_GPL vmlinux 0x94bfeb81 usb_amd_pt_check_port +EXPORT_SYMBOL_GPL vmlinux 0x94c162d0 of_add_property +EXPORT_SYMBOL_GPL vmlinux 0x94c9192a nvdimm_to_bus +EXPORT_SYMBOL_GPL vmlinux 0x94d34414 clk_hw_unregister +EXPORT_SYMBOL_GPL vmlinux 0x94d3c846 inet6_csk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0x94e62d2e __set_phys_to_machine_multi +EXPORT_SYMBOL_GPL vmlinux 0x94e73055 dev_err_probe +EXPORT_SYMBOL_GPL vmlinux 0x94ef4d05 cpci_hp_stop +EXPORT_SYMBOL_GPL vmlinux 0x94ef83be of_prop_next_string +EXPORT_SYMBOL_GPL vmlinux 0x94f0136c irq_set_affinity_notifier +EXPORT_SYMBOL_GPL vmlinux 0x9504df26 irq_wake_thread +EXPORT_SYMBOL_GPL vmlinux 0x950eef98 gpiod_put +EXPORT_SYMBOL_GPL vmlinux 0x95112214 __devm_regmap_init_spi +EXPORT_SYMBOL_GPL vmlinux 0x951864e1 serial8250_handle_irq +EXPORT_SYMBOL_GPL vmlinux 0x951a2773 crypto_has_alg +EXPORT_SYMBOL_GPL vmlinux 0x95242183 of_dma_controller_free +EXPORT_SYMBOL_GPL vmlinux 0x953a3dc0 dm_set_target_max_io_len +EXPORT_SYMBOL_GPL vmlinux 0x953e1b9e ktime_get_real_seconds +EXPORT_SYMBOL_GPL vmlinux 0x95575c33 __tracepoint_rwmmio_write +EXPORT_SYMBOL_GPL vmlinux 0x955b0e2e kthread_worker_fn +EXPORT_SYMBOL_GPL vmlinux 0x95671097 meson_axg_pmx_ops +EXPORT_SYMBOL_GPL vmlinux 0x9568925b badblocks_init +EXPORT_SYMBOL_GPL vmlinux 0x956ac400 ring_buffer_dropped_events_cpu +EXPORT_SYMBOL_GPL vmlinux 0x95832b94 nf_queue_entry_free +EXPORT_SYMBOL_GPL vmlinux 0x95843030 mpi_ec_init +EXPORT_SYMBOL_GPL vmlinux 0x9587cfa9 vcpu_put +EXPORT_SYMBOL_GPL vmlinux 0x958df3ac zs_free +EXPORT_SYMBOL_GPL vmlinux 0x9591cbd5 gpiod_get_value +EXPORT_SYMBOL_GPL vmlinux 0x9593ef31 register_ftrace_export +EXPORT_SYMBOL_GPL vmlinux 0x959b28f3 scsi_check_sense +EXPORT_SYMBOL_GPL vmlinux 0x959ec5f5 call_rcu_tasks +EXPORT_SYMBOL_GPL vmlinux 0x95a25afe serial8250_release_dma +EXPORT_SYMBOL_GPL vmlinux 0x95a81f7f clk_register_fractional_divider +EXPORT_SYMBOL_GPL vmlinux 0x95a858c6 clk_fixed_factor_ops +EXPORT_SYMBOL_GPL vmlinux 0x95ab1ffa phy_modify_mmd_changed +EXPORT_SYMBOL_GPL vmlinux 0x95b9c86d dma_async_device_channel_unregister +EXPORT_SYMBOL_GPL vmlinux 0x95bc9078 btree_free +EXPORT_SYMBOL_GPL vmlinux 0x95c93fcb fib6_new_table +EXPORT_SYMBOL_GPL vmlinux 0x95d95a60 genphy_c45_loopback +EXPORT_SYMBOL_GPL vmlinux 0x95e102ab tracepoint_probe_register +EXPORT_SYMBOL_GPL vmlinux 0x95ea06a1 phylink_ethtool_ksettings_set +EXPORT_SYMBOL_GPL vmlinux 0x95eaaaa2 usb_autopm_get_interface_async +EXPORT_SYMBOL_GPL vmlinux 0x95ee629e clk_gate_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0x95ee6be7 blk_steal_bios +EXPORT_SYMBOL_GPL vmlinux 0x95ef1ccc dmi_memdev_size +EXPORT_SYMBOL_GPL vmlinux 0x95f8b6aa devm_i2c_add_adapter +EXPORT_SYMBOL_GPL vmlinux 0x95fcbea3 driver_deferred_probe_check_state +EXPORT_SYMBOL_GPL vmlinux 0x960463d7 pci_host_common_remove +EXPORT_SYMBOL_GPL vmlinux 0x96075bea tpm_get_timeouts +EXPORT_SYMBOL_GPL vmlinux 0x960c1ab0 __netpoll_cleanup +EXPORT_SYMBOL_GPL vmlinux 0x960f5a9f __clk_mux_determine_rate +EXPORT_SYMBOL_GPL vmlinux 0x961286e0 ring_buffer_read_events_cpu +EXPORT_SYMBOL_GPL vmlinux 0x961d1f71 usb_hcd_pci_probe +EXPORT_SYMBOL_GPL vmlinux 0x9621d738 alarm_start_relative +EXPORT_SYMBOL_GPL vmlinux 0x9625a9c3 led_classdev_register_ext +EXPORT_SYMBOL_GPL vmlinux 0x962c8ae1 usb_kill_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0x96476200 wakeup_source_add +EXPORT_SYMBOL_GPL vmlinux 0x964d0502 clk_register_hisi_phase +EXPORT_SYMBOL_GPL vmlinux 0x964f5556 blkcg_deactivate_policy +EXPORT_SYMBOL_GPL vmlinux 0x9650cb24 xhci_init_driver +EXPORT_SYMBOL_GPL vmlinux 0x965390ec meson_clk_pll_ro_ops +EXPORT_SYMBOL_GPL vmlinux 0x965426a6 cpu_topology +EXPORT_SYMBOL_GPL vmlinux 0x96554810 register_keyboard_notifier +EXPORT_SYMBOL_GPL vmlinux 0x9665bb91 ip_route_output_flow +EXPORT_SYMBOL_GPL vmlinux 0x96765757 usb_phy_get_charger_current +EXPORT_SYMBOL_GPL vmlinux 0x9680db9b screen_pos +EXPORT_SYMBOL_GPL vmlinux 0x96a55fda list_lru_destroy +EXPORT_SYMBOL_GPL vmlinux 0x96b43e21 device_set_wakeup_capable +EXPORT_SYMBOL_GPL vmlinux 0x96b5ac4b vcap_set_rule_set_actionset +EXPORT_SYMBOL_GPL vmlinux 0x96b690d0 iommu_device_link +EXPORT_SYMBOL_GPL vmlinux 0x96bb16d5 of_msi_get_domain +EXPORT_SYMBOL_GPL vmlinux 0x96bfbe65 __inode_attach_wb +EXPORT_SYMBOL_GPL vmlinux 0x96d72f7a __traceiter_neigh_cleanup_and_release +EXPORT_SYMBOL_GPL vmlinux 0x96eeb8c8 cookie_tcp_reqsk_alloc +EXPORT_SYMBOL_GPL vmlinux 0x96f90e0f of_property_read_string_helper +EXPORT_SYMBOL_GPL vmlinux 0x96f9a01b __SCK__tp_func_pelt_thermal_tp +EXPORT_SYMBOL_GPL vmlinux 0x9707eb84 pm_generic_poweroff_late +EXPORT_SYMBOL_GPL vmlinux 0x970841ba sk_msg_trim +EXPORT_SYMBOL_GPL vmlinux 0x9714e0bb ktime_get_raw +EXPORT_SYMBOL_GPL vmlinux 0x97305e25 trace_array_destroy +EXPORT_SYMBOL_GPL vmlinux 0x9731734e tcp_done +EXPORT_SYMBOL_GPL vmlinux 0x9734de56 ata_pci_bmdma_init_one +EXPORT_SYMBOL_GPL vmlinux 0x9739c3f9 regulator_bulk_enable +EXPORT_SYMBOL_GPL vmlinux 0x97485e44 md_rdev_clear +EXPORT_SYMBOL_GPL vmlinux 0x975519c1 asymmetric_key_id_same +EXPORT_SYMBOL_GPL vmlinux 0x97667ae5 of_hwspin_lock_get_id_byname +EXPORT_SYMBOL_GPL vmlinux 0x97699550 __traceiter_neigh_timer_handler +EXPORT_SYMBOL_GPL vmlinux 0x97757265 __traceiter_block_split +EXPORT_SYMBOL_GPL vmlinux 0x977be5c7 klist_iter_init_node +EXPORT_SYMBOL_GPL vmlinux 0x9790e8e9 fwnode_create_software_node +EXPORT_SYMBOL_GPL vmlinux 0x97951b9a edac_device_handle_ce_count +EXPORT_SYMBOL_GPL vmlinux 0x97b97b9c qcom_icc_xlate_extended +EXPORT_SYMBOL_GPL vmlinux 0x97c2f5fa alloc_page_buffers +EXPORT_SYMBOL_GPL vmlinux 0x97cbce72 da903x_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x97d13a3c devlink_dpipe_action_put +EXPORT_SYMBOL_GPL vmlinux 0x97d41f62 of_fwnode_ops +EXPORT_SYMBOL_GPL vmlinux 0x97de2b83 debug_locks_silent +EXPORT_SYMBOL_GPL vmlinux 0x97e0fd8d simple_attr_write_signed +EXPORT_SYMBOL_GPL vmlinux 0x97e19906 ZSTD_getErrorCode +EXPORT_SYMBOL_GPL vmlinux 0x9800fb72 of_pm_clk_add_clks +EXPORT_SYMBOL_GPL vmlinux 0x980f0b2d ohci_resume +EXPORT_SYMBOL_GPL vmlinux 0x98198680 nvdimm_volatile_region_create +EXPORT_SYMBOL_GPL vmlinux 0x9830dc7b ip6_redirect +EXPORT_SYMBOL_GPL vmlinux 0x983276da phylink_disconnect_phy +EXPORT_SYMBOL_GPL vmlinux 0x9833bc0c hvc_kick +EXPORT_SYMBOL_GPL vmlinux 0x983bb547 bus_for_each_drv +EXPORT_SYMBOL_GPL vmlinux 0x9843f501 __cookie_v4_check +EXPORT_SYMBOL_GPL vmlinux 0x98503a63 mpi_alloc +EXPORT_SYMBOL_GPL vmlinux 0x985453e1 lease_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x9855cad5 netdev_rx_handler_unregister +EXPORT_SYMBOL_GPL vmlinux 0x9869c3ee usb_debug_root +EXPORT_SYMBOL_GPL vmlinux 0x9876da2c skcipher_walk_async +EXPORT_SYMBOL_GPL vmlinux 0x9879932b crypto_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x987a9ce7 host1x_context_device_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x987c0994 regmap_async_complete_cb +EXPORT_SYMBOL_GPL vmlinux 0x98803d68 vcap_free_rule +EXPORT_SYMBOL_GPL vmlinux 0x989074ff kmsg_dump_reason_str +EXPORT_SYMBOL_GPL vmlinux 0x98943bd9 mnt_idmap_owner +EXPORT_SYMBOL_GPL vmlinux 0x98c59274 __tracepoint_rpm_idle +EXPORT_SYMBOL_GPL vmlinux 0x98cf9108 debugfs_attr_write_signed +EXPORT_SYMBOL_GPL vmlinux 0x98d3c19e fuse_do_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x98d55a08 dma_resv_iter_next +EXPORT_SYMBOL_GPL vmlinux 0x98d61c74 fixup_user_fault +EXPORT_SYMBOL_GPL vmlinux 0x98d837a5 dst_blackhole_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0x98ee62b2 ring_buffer_record_disable_cpu +EXPORT_SYMBOL_GPL vmlinux 0x98f1f874 acpi_pci_find_root +EXPORT_SYMBOL_GPL vmlinux 0x98f59334 iommu_fwspec_init +EXPORT_SYMBOL_GPL vmlinux 0x98f826e5 __srcu_read_unlock +EXPORT_SYMBOL_GPL vmlinux 0x98fc7868 uprobe_register +EXPORT_SYMBOL_GPL vmlinux 0x9911fd5b dpbp_close +EXPORT_SYMBOL_GPL vmlinux 0x9916cfb6 clockevents_config_and_register +EXPORT_SYMBOL_GPL vmlinux 0x9919f7f9 wm8350_reg_write +EXPORT_SYMBOL_GPL vmlinux 0x992365b4 mbox_client_peek_data +EXPORT_SYMBOL_GPL vmlinux 0x99261c9f icc_link_destroy +EXPORT_SYMBOL_GPL vmlinux 0x99279be9 pinctrl_pm_select_sleep_state +EXPORT_SYMBOL_GPL vmlinux 0x9929276f regmap_field_bulk_alloc +EXPORT_SYMBOL_GPL vmlinux 0x992ba52b tpm_chip_bootstrap +EXPORT_SYMBOL_GPL vmlinux 0x993026ef of_fdt_unflatten_tree +EXPORT_SYMBOL_GPL vmlinux 0x993249ab ata_port_schedule_eh +EXPORT_SYMBOL_GPL vmlinux 0x994306e5 umd_unload_blob +EXPORT_SYMBOL_GPL vmlinux 0x99443bb8 sysfs_merge_group +EXPORT_SYMBOL_GPL vmlinux 0x9956e0c5 serial8250_tx_chars +EXPORT_SYMBOL_GPL vmlinux 0x995d1071 prof_on +EXPORT_SYMBOL_GPL vmlinux 0x9968aacb __audit_log_nfcfg +EXPORT_SYMBOL_GPL vmlinux 0x997183af component_master_add_with_match +EXPORT_SYMBOL_GPL vmlinux 0x9971fd90 bsg_job_done +EXPORT_SYMBOL_GPL vmlinux 0x997c550a preempt_model_none +EXPORT_SYMBOL_GPL vmlinux 0x998d79d6 x509_decode_time +EXPORT_SYMBOL_GPL vmlinux 0x998fcbf2 clear_node_memory_type +EXPORT_SYMBOL_GPL vmlinux 0x999e3af6 devm_hwspin_lock_register +EXPORT_SYMBOL_GPL vmlinux 0x99a03078 dax_holder_notify_failure +EXPORT_SYMBOL_GPL vmlinux 0x99a2d112 device_reprobe +EXPORT_SYMBOL_GPL vmlinux 0x99b4ffbb vp_modern_set_queue_reset +EXPORT_SYMBOL_GPL vmlinux 0x99bc5bdc rio_lock_device +EXPORT_SYMBOL_GPL vmlinux 0x99c8773c devfreq_get_devfreq_by_node +EXPORT_SYMBOL_GPL vmlinux 0x99d95eea cpufreq_enable_fast_switch +EXPORT_SYMBOL_GPL vmlinux 0x99e1f5ec sdev_evt_send_simple +EXPORT_SYMBOL_GPL vmlinux 0x99e44c37 vcap_keyfieldset +EXPORT_SYMBOL_GPL vmlinux 0x99e569f5 nvdimm_badblocks_populate +EXPORT_SYMBOL_GPL vmlinux 0x99f018c4 nvmem_cell_read +EXPORT_SYMBOL_GPL vmlinux 0x99f2d00a sysfs_emit_at +EXPORT_SYMBOL_GPL vmlinux 0x9a07a377 dpm_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0x9a07fee2 rio_request_dma +EXPORT_SYMBOL_GPL vmlinux 0x9a0e343a devfreq_event_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0x9a11a0fc crypto_attr_alg_name +EXPORT_SYMBOL_GPL vmlinux 0x9a132981 serial8250_rpm_get +EXPORT_SYMBOL_GPL vmlinux 0x9a1376b8 cpci_hp_unregister_bus +EXPORT_SYMBOL_GPL vmlinux 0x9a23ea6b alarm_expires_remaining +EXPORT_SYMBOL_GPL vmlinux 0x9a2733b1 kvm_read_guest +EXPORT_SYMBOL_GPL vmlinux 0x9a2d5750 fsl_mc_bus_dprtc_type +EXPORT_SYMBOL_GPL vmlinux 0x9a2fbfff watchdog_set_last_hw_keepalive +EXPORT_SYMBOL_GPL vmlinux 0x9a462a64 devm_power_supply_register +EXPORT_SYMBOL_GPL vmlinux 0x9a4f467d dprc_set_obj_irq +EXPORT_SYMBOL_GPL vmlinux 0x9a58dd2d trace_print_bitmask_seq +EXPORT_SYMBOL_GPL vmlinux 0x9a5a03de vcap_chain_id_to_lookup +EXPORT_SYMBOL_GPL vmlinux 0x9a5c9f3a pwm_put +EXPORT_SYMBOL_GPL vmlinux 0x9a5dce5c rhashtable_walk_start_check +EXPORT_SYMBOL_GPL vmlinux 0x9a64252c devm_usb_get_phy_by_node +EXPORT_SYMBOL_GPL vmlinux 0x9a662465 meson_clk_dualdiv_ro_ops +EXPORT_SYMBOL_GPL vmlinux 0x9a780885 kernfs_notify +EXPORT_SYMBOL_GPL vmlinux 0x9a7e2df8 mbox_chan_received_data +EXPORT_SYMBOL_GPL vmlinux 0x9a8c8c17 ncsi_vlan_rx_kill_vid +EXPORT_SYMBOL_GPL vmlinux 0x9ab2ee9a ata_bmdma_port_start32 +EXPORT_SYMBOL_GPL vmlinux 0x9ab7ea66 kobj_sysfs_ops +EXPORT_SYMBOL_GPL vmlinux 0x9abeeaa9 device_for_each_child +EXPORT_SYMBOL_GPL vmlinux 0x9ac11b74 suspend_set_ops +EXPORT_SYMBOL_GPL vmlinux 0x9ac1f8ca fwnode_property_read_string +EXPORT_SYMBOL_GPL vmlinux 0x9acf31c6 mas_find +EXPORT_SYMBOL_GPL vmlinux 0x9acf4034 nd_cmd_in_size +EXPORT_SYMBOL_GPL vmlinux 0x9acf5fbb vcap_add_rule +EXPORT_SYMBOL_GPL vmlinux 0x9ae12e17 __tracepoint_ata_tf_load +EXPORT_SYMBOL_GPL vmlinux 0x9aeacb87 ring_buffer_iter_empty +EXPORT_SYMBOL_GPL vmlinux 0x9af0b256 mmc_pwrseq_unregister +EXPORT_SYMBOL_GPL vmlinux 0x9af49514 icc_bulk_set_bw +EXPORT_SYMBOL_GPL vmlinux 0x9af79e58 ahci_handle_port_intr +EXPORT_SYMBOL_GPL vmlinux 0x9afea27d of_pm_clk_add_clk +EXPORT_SYMBOL_GPL vmlinux 0x9b059078 devm_of_icc_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0x9b09adb1 ehci_setup +EXPORT_SYMBOL_GPL vmlinux 0x9b0eaa52 tegra210_xusb_pll_hw_sequence_start +EXPORT_SYMBOL_GPL vmlinux 0x9b181177 mbox_free_channel +EXPORT_SYMBOL_GPL vmlinux 0x9b19b42d debugfs_write_file_bool +EXPORT_SYMBOL_GPL vmlinux 0x9b1b67af tcp_set_state +EXPORT_SYMBOL_GPL vmlinux 0x9b2be18d usb_deregister +EXPORT_SYMBOL_GPL vmlinux 0x9b322a40 pci_find_next_ext_capability +EXPORT_SYMBOL_GPL vmlinux 0x9b32d7fa blk_clear_pm_only +EXPORT_SYMBOL_GPL vmlinux 0x9b3ead81 mtk_pinconf_adv_pull_set +EXPORT_SYMBOL_GPL vmlinux 0x9b4126ff __tcp_send_ack +EXPORT_SYMBOL_GPL vmlinux 0x9b43f57d usb_hcd_platform_shutdown +EXPORT_SYMBOL_GPL vmlinux 0x9b461b49 disk_update_readahead +EXPORT_SYMBOL_GPL vmlinux 0x9b4851c6 sched_setattr_nocheck +EXPORT_SYMBOL_GPL vmlinux 0x9b518996 __netif_set_xps_queue +EXPORT_SYMBOL_GPL vmlinux 0x9b555c8c pm_suspend_default_s2idle +EXPORT_SYMBOL_GPL vmlinux 0x9b5e1fd8 tty_kclose +EXPORT_SYMBOL_GPL vmlinux 0x9b60dd31 genpd_dev_pm_attach_by_id +EXPORT_SYMBOL_GPL vmlinux 0x9b651e51 xenbus_teardown_ring +EXPORT_SYMBOL_GPL vmlinux 0x9b698c42 ioasid_set_data +EXPORT_SYMBOL_GPL vmlinux 0x9b6ec967 ring_buffer_size +EXPORT_SYMBOL_GPL vmlinux 0x9b6f6bc4 srcu_batches_completed +EXPORT_SYMBOL_GPL vmlinux 0x9b70c6ff tracepoint_probe_register_prio +EXPORT_SYMBOL_GPL vmlinux 0x9b7141c7 ata_sff_queue_pio_task +EXPORT_SYMBOL_GPL vmlinux 0x9b72c900 __pci_epf_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x9b87427e devm_mbox_controller_unregister +EXPORT_SYMBOL_GPL vmlinux 0x9b8f4154 gpmc_omap_onenand_set_timings +EXPORT_SYMBOL_GPL vmlinux 0x9b9071cb get_old_itimerspec32 +EXPORT_SYMBOL_GPL vmlinux 0x9b92d16e pinctrl_gpio_set_config +EXPORT_SYMBOL_GPL vmlinux 0x9b96a08c scsi_schedule_eh +EXPORT_SYMBOL_GPL vmlinux 0x9ba0b128 devl_trap_groups_unregister +EXPORT_SYMBOL_GPL vmlinux 0x9ba2bb2b gpio_request_array +EXPORT_SYMBOL_GPL vmlinux 0x9bb18006 kvm_init +EXPORT_SYMBOL_GPL vmlinux 0x9bc0af6d dev_pm_opp_get_level +EXPORT_SYMBOL_GPL vmlinux 0x9bd48600 kthread_cancel_delayed_work_sync +EXPORT_SYMBOL_GPL vmlinux 0x9bdf9714 ZSTD_customMalloc +EXPORT_SYMBOL_GPL vmlinux 0x9be30d27 mhp_get_pluggable_range +EXPORT_SYMBOL_GPL vmlinux 0x9be9f120 genphy_c45_read_link +EXPORT_SYMBOL_GPL vmlinux 0x9bece81b mpi_cmp_ui +EXPORT_SYMBOL_GPL vmlinux 0x9bed6389 pci_epc_map_msi_irq +EXPORT_SYMBOL_GPL vmlinux 0x9bf85898 meson_sm_get +EXPORT_SYMBOL_GPL vmlinux 0x9c15c003 crypto_skcipher_decrypt +EXPORT_SYMBOL_GPL vmlinux 0x9c1e54d5 phy_led_trigger_change_speed +EXPORT_SYMBOL_GPL vmlinux 0x9c206c66 __sk_flush_backlog +EXPORT_SYMBOL_GPL vmlinux 0x9c3aefce usb_autopm_get_interface +EXPORT_SYMBOL_GPL vmlinux 0x9c3d8dad devm_spi_register_controller +EXPORT_SYMBOL_GPL vmlinux 0x9c421d23 pm_runtime_set_memalloc_noio +EXPORT_SYMBOL_GPL vmlinux 0x9c448d8d tegra210_put_utmipll_out_iddq +EXPORT_SYMBOL_GPL vmlinux 0x9c46d717 i2c_parse_fw_timings +EXPORT_SYMBOL_GPL vmlinux 0x9c575b5c file_is_kvm +EXPORT_SYMBOL_GPL vmlinux 0x9c6febfc add_uevent_var +EXPORT_SYMBOL_GPL vmlinux 0x9c754e8c nvdimm_has_flush +EXPORT_SYMBOL_GPL vmlinux 0x9c803020 usb_phy_roothub_power_on +EXPORT_SYMBOL_GPL vmlinux 0x9c964c80 free_uid +EXPORT_SYMBOL_GPL vmlinux 0x9c980306 iomap_truncate_page +EXPORT_SYMBOL_GPL vmlinux 0x9ca22fc6 is_skb_forwardable +EXPORT_SYMBOL_GPL vmlinux 0x9ca2691e of_nvmem_cell_get +EXPORT_SYMBOL_GPL vmlinux 0x9ca6e11f cper_mem_err_location +EXPORT_SYMBOL_GPL vmlinux 0x9ca81451 dm_accept_partial_bio +EXPORT_SYMBOL_GPL vmlinux 0x9cacbb9a clockevent_delta2ns +EXPORT_SYMBOL_GPL vmlinux 0x9cae75aa mtk_clk_unregister_fixed_clks +EXPORT_SYMBOL_GPL vmlinux 0x9cb1ef4b anon_transport_class_register +EXPORT_SYMBOL_GPL vmlinux 0x9cb5af34 disable_kprobe +EXPORT_SYMBOL_GPL vmlinux 0x9cb8bfd6 apply_to_page_range +EXPORT_SYMBOL_GPL vmlinux 0x9cbc452a imx8ulp_clk_hw_composite +EXPORT_SYMBOL_GPL vmlinux 0x9cc4f70a register_pm_notifier +EXPORT_SYMBOL_GPL vmlinux 0x9ccb5853 policy_has_boost_freq +EXPORT_SYMBOL_GPL vmlinux 0x9cd1d3a3 disk_alloc_independent_access_ranges +EXPORT_SYMBOL_GPL vmlinux 0x9cd7551a rhashtable_walk_stop +EXPORT_SYMBOL_GPL vmlinux 0x9cdd6a66 sysctl_long_vals +EXPORT_SYMBOL_GPL vmlinux 0x9cdda4ae serdev_device_write +EXPORT_SYMBOL_GPL vmlinux 0x9ce05629 devl_traps_unregister +EXPORT_SYMBOL_GPL vmlinux 0x9cee247b pci_store_saved_state +EXPORT_SYMBOL_GPL vmlinux 0x9cf37c44 __iowrite32_copy +EXPORT_SYMBOL_GPL vmlinux 0x9d09e8ae ring_buffer_event_data +EXPORT_SYMBOL_GPL vmlinux 0x9d0c7a31 ata_dummy_port_ops +EXPORT_SYMBOL_GPL vmlinux 0x9d13062c tpm_tis_core_init +EXPORT_SYMBOL_GPL vmlinux 0x9d166eb0 extcon_get_edev_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0x9d1b98bd devm_pm_clk_create +EXPORT_SYMBOL_GPL vmlinux 0x9d1c8750 devm_hwmon_device_register_with_info +EXPORT_SYMBOL_GPL vmlinux 0x9d205351 led_trigger_rename_static +EXPORT_SYMBOL_GPL vmlinux 0x9d2647e6 page_cache_async_ra +EXPORT_SYMBOL_GPL vmlinux 0x9d2f49ef __SCK__tp_func_pelt_se_tp +EXPORT_SYMBOL_GPL vmlinux 0x9d33fc1e __mmu_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0x9d366f99 page_reporting_register +EXPORT_SYMBOL_GPL vmlinux 0x9d4be134 input_ff_create +EXPORT_SYMBOL_GPL vmlinux 0x9d610e20 rtnl_link_register +EXPORT_SYMBOL_GPL vmlinux 0x9d61198a fuse_abort_conn +EXPORT_SYMBOL_GPL vmlinux 0x9d77f80d scsi_eh_ready_devs +EXPORT_SYMBOL_GPL vmlinux 0x9d87f92a ip6_route_output_flags_noref +EXPORT_SYMBOL_GPL vmlinux 0x9d8bb00e set_dax_nocache +EXPORT_SYMBOL_GPL vmlinux 0x9d9681a3 component_bind_all +EXPORT_SYMBOL_GPL vmlinux 0x9d9910a1 atomic_notifier_chain_register_unique_prio +EXPORT_SYMBOL_GPL vmlinux 0x9d9c26ba disk_set_zoned +EXPORT_SYMBOL_GPL vmlinux 0x9db83821 acomp_request_free +EXPORT_SYMBOL_GPL vmlinux 0x9dc0e97a __vfs_removexattr_locked +EXPORT_SYMBOL_GPL vmlinux 0x9dc4dfe3 crypto_enqueue_request_head +EXPORT_SYMBOL_GPL vmlinux 0x9dc76b3a xdp_rxq_info_unreg_mem_model +EXPORT_SYMBOL_GPL vmlinux 0x9dc9371e devlink_port_linecard_set +EXPORT_SYMBOL_GPL vmlinux 0x9dca7836 led_sysfs_disable +EXPORT_SYMBOL_GPL vmlinux 0x9dd48d60 blk_freeze_queue_start +EXPORT_SYMBOL_GPL vmlinux 0x9de25c61 clk_hw_register_composite +EXPORT_SYMBOL_GPL vmlinux 0x9de88bc8 __SCK__tp_func_ata_bmdma_start +EXPORT_SYMBOL_GPL vmlinux 0x9e005e6f cppc_get_perf_caps +EXPORT_SYMBOL_GPL vmlinux 0x9e04b64c bpf_trace_run7 +EXPORT_SYMBOL_GPL vmlinux 0x9e077b5c skb_gso_validate_mac_len +EXPORT_SYMBOL_GPL vmlinux 0x9e128d8a dma_get_merge_boundary +EXPORT_SYMBOL_GPL vmlinux 0x9e20752a hvc_poll +EXPORT_SYMBOL_GPL vmlinux 0x9e229c49 sg_alloc_table_chained +EXPORT_SYMBOL_GPL vmlinux 0x9e341171 devm_register_sys_off_handler +EXPORT_SYMBOL_GPL vmlinux 0x9e3ed66a devm_clk_hw_register +EXPORT_SYMBOL_GPL vmlinux 0x9e45f3e2 ima_inode_hash +EXPORT_SYMBOL_GPL vmlinux 0x9e472f5f snmp_fold_field +EXPORT_SYMBOL_GPL vmlinux 0x9e4e6f4d strp_done +EXPORT_SYMBOL_GPL vmlinux 0x9e571f29 __netpoll_setup +EXPORT_SYMBOL_GPL vmlinux 0x9e58fdee irq_chip_retrigger_hierarchy +EXPORT_SYMBOL_GPL vmlinux 0x9e76d704 led_set_brightness_nopm +EXPORT_SYMBOL_GPL vmlinux 0x9e80a26c clk_hw_unregister_gate +EXPORT_SYMBOL_GPL vmlinux 0x9e844fa7 cpufreq_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0x9e8b9660 nvmem_cell_read_u64 +EXPORT_SYMBOL_GPL vmlinux 0x9e9b913d __tracepoint_arm_event +EXPORT_SYMBOL_GPL vmlinux 0x9e9c4f24 set_dax_nomc +EXPORT_SYMBOL_GPL vmlinux 0x9eabf9b4 xenbus_frontend_closed +EXPORT_SYMBOL_GPL vmlinux 0x9ebb8c22 pci_epf_add_vepf +EXPORT_SYMBOL_GPL vmlinux 0x9ec104e6 mtk_clk_unregister_gates +EXPORT_SYMBOL_GPL vmlinux 0x9ecbeb40 ip6_datagram_recv_ctl +EXPORT_SYMBOL_GPL vmlinux 0x9ed13c0d __virtqueue_break +EXPORT_SYMBOL_GPL vmlinux 0x9ed3e1d9 rio_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x9ed554b3 unregister_keyboard_notifier +EXPORT_SYMBOL_GPL vmlinux 0x9ed79136 devlink_port_register +EXPORT_SYMBOL_GPL vmlinux 0x9edefc8c init_user_ns +EXPORT_SYMBOL_GPL vmlinux 0x9eebdde7 mpi_point_new +EXPORT_SYMBOL_GPL vmlinux 0x9f08c714 scatterwalk_copychunks +EXPORT_SYMBOL_GPL vmlinux 0x9f0982a0 mark_page_dirty_in_slot +EXPORT_SYMBOL_GPL vmlinux 0x9f22c8d5 tty_buffer_request_room +EXPORT_SYMBOL_GPL vmlinux 0x9f291ec4 sysfs_rename_link_ns +EXPORT_SYMBOL_GPL vmlinux 0x9f487c38 ohci_hub_control +EXPORT_SYMBOL_GPL vmlinux 0x9f4a50a0 input_ff_erase +EXPORT_SYMBOL_GPL vmlinux 0x9f517986 HYPERVISOR_hvm_op +EXPORT_SYMBOL_GPL vmlinux 0x9f538f7b lwtunnel_state_alloc +EXPORT_SYMBOL_GPL vmlinux 0x9f555728 ahci_sdev_groups +EXPORT_SYMBOL_GPL vmlinux 0x9f56c4b9 __SCK__tp_func_devlink_hwmsg +EXPORT_SYMBOL_GPL vmlinux 0x9f5c6dc2 __cookie_v6_check +EXPORT_SYMBOL_GPL vmlinux 0x9f6345a0 dw8250_setup_port +EXPORT_SYMBOL_GPL vmlinux 0x9f692496 blk_mq_alloc_sq_tag_set +EXPORT_SYMBOL_GPL vmlinux 0x9f6e4164 pm_clk_create +EXPORT_SYMBOL_GPL vmlinux 0x9f707d8a virtqueue_add_inbuf_ctx +EXPORT_SYMBOL_GPL vmlinux 0x9f84b120 switchdev_port_attr_set +EXPORT_SYMBOL_GPL vmlinux 0x9f94f0b9 vchan_tx_submit +EXPORT_SYMBOL_GPL vmlinux 0x9fa3cd1a of_genpd_remove_last +EXPORT_SYMBOL_GPL vmlinux 0x9fa4564a timer_shutdown +EXPORT_SYMBOL_GPL vmlinux 0x9fac451a dax_add_host +EXPORT_SYMBOL_GPL vmlinux 0x9faec172 watchdog_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0x9fbc5deb crypto_comp_compress +EXPORT_SYMBOL_GPL vmlinux 0x9fbfebab erst_write +EXPORT_SYMBOL_GPL vmlinux 0x9fc73dac debugfs_create_regset32 +EXPORT_SYMBOL_GPL vmlinux 0x9fce80db fb_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x9fcfb206 acpi_device_modalias +EXPORT_SYMBOL_GPL vmlinux 0x9fd7a787 bpf_prog_sub +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 0xa0089283 rio_mport_write_config_32 +EXPORT_SYMBOL_GPL vmlinux 0xa01a8d9b nd_cmd_bus_desc +EXPORT_SYMBOL_GPL vmlinux 0xa01f9bb3 k3_udma_glue_tx_get_dma_device +EXPORT_SYMBOL_GPL vmlinux 0xa023b63f kobject_init_and_add +EXPORT_SYMBOL_GPL vmlinux 0xa035d76e __tracepoint_rwmmio_read +EXPORT_SYMBOL_GPL vmlinux 0xa03a7d44 regulator_get_hardware_vsel_register +EXPORT_SYMBOL_GPL vmlinux 0xa041a619 nf_conn_btf_access_lock +EXPORT_SYMBOL_GPL vmlinux 0xa04f945a cpus_read_lock +EXPORT_SYMBOL_GPL vmlinux 0xa05631f5 inet_csk_get_port +EXPORT_SYMBOL_GPL vmlinux 0xa05c92c9 transport_destroy_device +EXPORT_SYMBOL_GPL vmlinux 0xa05f3ec9 usb_of_get_device_node +EXPORT_SYMBOL_GPL vmlinux 0xa0682211 devm_namespace_disable +EXPORT_SYMBOL_GPL vmlinux 0xa071c0cd tegra210_xusb_pll_hw_control_enable +EXPORT_SYMBOL_GPL vmlinux 0xa075e184 devm_usb_put_phy +EXPORT_SYMBOL_GPL vmlinux 0xa080c5e5 smp_call_function_single_async +EXPORT_SYMBOL_GPL vmlinux 0xa0853bb6 component_master_del +EXPORT_SYMBOL_GPL vmlinux 0xa087c9cf thermal_zone_unbind_cooling_device +EXPORT_SYMBOL_GPL vmlinux 0xa08a20b0 ahci_platform_assert_rsts +EXPORT_SYMBOL_GPL vmlinux 0xa08b9daf cn_add_callback +EXPORT_SYMBOL_GPL vmlinux 0xa08ccd84 icc_set_bw +EXPORT_SYMBOL_GPL vmlinux 0xa09c5f0d regmap_irq_set_type_config_simple +EXPORT_SYMBOL_GPL vmlinux 0xa0a2caef vp_modern_get_num_queues +EXPORT_SYMBOL_GPL vmlinux 0xa0a3c918 PageHuge +EXPORT_SYMBOL_GPL vmlinux 0xa0b79b55 net_ns_get_ownership +EXPORT_SYMBOL_GPL vmlinux 0xa0c40d9a dw_pcie_find_capability +EXPORT_SYMBOL_GPL vmlinux 0xa0c70381 __inet_lookup_established +EXPORT_SYMBOL_GPL vmlinux 0xa0d2972d raw_seq_next +EXPORT_SYMBOL_GPL vmlinux 0xa0d3456d nr_swap_pages +EXPORT_SYMBOL_GPL vmlinux 0xa0d8d64f da9052_request_irq +EXPORT_SYMBOL_GPL vmlinux 0xa0da7e95 netif_carrier_event +EXPORT_SYMBOL_GPL vmlinux 0xa0de7d6e vcap_rule_add_key_u32 +EXPORT_SYMBOL_GPL vmlinux 0xa0dfbfef unregister_virtio_device +EXPORT_SYMBOL_GPL vmlinux 0xa0e69ba9 vp_legacy_set_queue_address +EXPORT_SYMBOL_GPL vmlinux 0xa0f141ab irq_of_parse_and_map +EXPORT_SYMBOL_GPL vmlinux 0xa0f8abaf wait_for_stable_page +EXPORT_SYMBOL_GPL vmlinux 0xa101268f nf_ip_route +EXPORT_SYMBOL_GPL vmlinux 0xa10cf15e trace_remove_event_call +EXPORT_SYMBOL_GPL vmlinux 0xa11216be xen_store_domain_type +EXPORT_SYMBOL_GPL vmlinux 0xa118d5a8 rio_set_port_lockout +EXPORT_SYMBOL_GPL vmlinux 0xa12686e2 stmpe_block_read +EXPORT_SYMBOL_GPL vmlinux 0xa13e23d3 bd_link_disk_holder +EXPORT_SYMBOL_GPL vmlinux 0xa1456e64 vp_legacy_remove +EXPORT_SYMBOL_GPL vmlinux 0xa147309b phy_10gbit_full_features +EXPORT_SYMBOL_GPL vmlinux 0xa156a1f2 erst_get_record_id_end +EXPORT_SYMBOL_GPL vmlinux 0xa161e041 fixed_phy_register +EXPORT_SYMBOL_GPL vmlinux 0xa16621d5 nf_ipv6_ops +EXPORT_SYMBOL_GPL vmlinux 0xa166dee5 relay_file_operations +EXPORT_SYMBOL_GPL vmlinux 0xa16dd055 device_property_read_u16_array +EXPORT_SYMBOL_GPL vmlinux 0xa1763087 pinctrl_put +EXPORT_SYMBOL_GPL vmlinux 0xa1838743 pci_epc_add_epf +EXPORT_SYMBOL_GPL vmlinux 0xa185e777 icc_get_name +EXPORT_SYMBOL_GPL vmlinux 0xa1882103 phy_remove_lookup +EXPORT_SYMBOL_GPL vmlinux 0xa18c6a6e alloc_dax +EXPORT_SYMBOL_GPL vmlinux 0xa18d9216 perf_event_sysfs_show +EXPORT_SYMBOL_GPL vmlinux 0xa1a25fd8 kvm_set_memory_region +EXPORT_SYMBOL_GPL vmlinux 0xa1b963b9 sdio_retune_release +EXPORT_SYMBOL_GPL vmlinux 0xa1c3ba46 tpm_tis_resume +EXPORT_SYMBOL_GPL vmlinux 0xa1c4231f kvm_set_pfn_dirty +EXPORT_SYMBOL_GPL vmlinux 0xa1cf9145 pm_generic_freeze_late +EXPORT_SYMBOL_GPL vmlinux 0xa1d8004a videomode_from_timing +EXPORT_SYMBOL_GPL vmlinux 0xa1e69218 scsi_host_busy_iter +EXPORT_SYMBOL_GPL vmlinux 0xa1f72ae3 phy_save_page +EXPORT_SYMBOL_GPL vmlinux 0xa201a134 edac_pci_release_generic_ctl +EXPORT_SYMBOL_GPL vmlinux 0xa2047d32 inet6_sk_rebuild_header +EXPORT_SYMBOL_GPL vmlinux 0xa20d01ba __trace_bprintk +EXPORT_SYMBOL_GPL vmlinux 0xa21a1dc6 regmap_check_range_table +EXPORT_SYMBOL_GPL vmlinux 0xa21f2ce7 clk_mux_index_to_val +EXPORT_SYMBOL_GPL vmlinux 0xa223c862 clk_hw_unregister_fixed_rate +EXPORT_SYMBOL_GPL vmlinux 0xa22b687f dequeue_signal +EXPORT_SYMBOL_GPL vmlinux 0xa23295f6 spi_new_ancillary_device +EXPORT_SYMBOL_GPL vmlinux 0xa23cb7cd thermal_zone_device_register +EXPORT_SYMBOL_GPL vmlinux 0xa2452534 amba_device_alloc +EXPORT_SYMBOL_GPL vmlinux 0xa2500ef6 __SCK__tp_func_powernv_throttle +EXPORT_SYMBOL_GPL vmlinux 0xa253ba13 wp_shared_mapping_range +EXPORT_SYMBOL_GPL vmlinux 0xa2553d08 __class_create +EXPORT_SYMBOL_GPL vmlinux 0xa25786c8 pci_create_root_bus +EXPORT_SYMBOL_GPL vmlinux 0xa268474f crypto_rng_reset +EXPORT_SYMBOL_GPL vmlinux 0xa26d9b4f workqueue_congested +EXPORT_SYMBOL_GPL vmlinux 0xa27347aa power_supply_put_battery_info +EXPORT_SYMBOL_GPL vmlinux 0xa27608a9 ata_qc_get_active +EXPORT_SYMBOL_GPL vmlinux 0xa2798f0a ata_sas_slave_configure +EXPORT_SYMBOL_GPL vmlinux 0xa27c516a acpi_spi_count_resources +EXPORT_SYMBOL_GPL vmlinux 0xa28b6fb5 watchdog_register_device +EXPORT_SYMBOL_GPL vmlinux 0xa28f40bd __irq_apply_affinity_hint +EXPORT_SYMBOL_GPL vmlinux 0xa29b272e input_class +EXPORT_SYMBOL_GPL vmlinux 0xa2ac292a meson_pinctrl_probe +EXPORT_SYMBOL_GPL vmlinux 0xa2af54b3 irq_from_evtchn +EXPORT_SYMBOL_GPL vmlinux 0xa2b0820d __SCK__tp_func_cpu_idle +EXPORT_SYMBOL_GPL vmlinux 0xa2b9378a crypto_grab_aead +EXPORT_SYMBOL_GPL vmlinux 0xa2b99209 alarm_start +EXPORT_SYMBOL_GPL vmlinux 0xa2c0f59a ct_idle_enter +EXPORT_SYMBOL_GPL vmlinux 0xa2c76b6b mpc8xxx_spi_tx_buf_u8 +EXPORT_SYMBOL_GPL vmlinux 0xa2e1b3ef trace_printk_init_buffers +EXPORT_SYMBOL_GPL vmlinux 0xa2f15004 __pm_runtime_disable +EXPORT_SYMBOL_GPL vmlinux 0xa2f7487f hv_is_hibernation_supported +EXPORT_SYMBOL_GPL vmlinux 0xa310f1f9 acpi_get_pci_dev +EXPORT_SYMBOL_GPL vmlinux 0xa316fd9e sata_link_hardreset +EXPORT_SYMBOL_GPL vmlinux 0xa326ef90 __udp_gso_segment +EXPORT_SYMBOL_GPL vmlinux 0xa33fd46f hv_map_memory +EXPORT_SYMBOL_GPL vmlinux 0xa34f41f6 sdio_disable_func +EXPORT_SYMBOL_GPL vmlinux 0xa3501507 dst_blackhole_mtu +EXPORT_SYMBOL_GPL vmlinux 0xa36c5807 devm_regulator_bulk_get_const +EXPORT_SYMBOL_GPL vmlinux 0xa36e6cb5 __traceiter_br_fdb_update +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 0xa38b733c __clk_hw_register_mux +EXPORT_SYMBOL_GPL vmlinux 0xa38c1436 cpu_bit_bitmap +EXPORT_SYMBOL_GPL vmlinux 0xa38d00dc devm_free_percpu +EXPORT_SYMBOL_GPL vmlinux 0xa3927d0d fwnode_remove_software_node +EXPORT_SYMBOL_GPL vmlinux 0xa39f10e4 devm_pinctrl_register +EXPORT_SYMBOL_GPL vmlinux 0xa3a04602 btree_geo64 +EXPORT_SYMBOL_GPL vmlinux 0xa3b12795 irq_create_mapping_affinity +EXPORT_SYMBOL_GPL vmlinux 0xa3b958ce reset_hung_task_detector +EXPORT_SYMBOL_GPL vmlinux 0xa3c274ad rdev_get_regmap +EXPORT_SYMBOL_GPL vmlinux 0xa3c3fd57 extcon_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0xa3c81547 tpm_get_random +EXPORT_SYMBOL_GPL vmlinux 0xa3cf9e43 cpufreq_freq_transition_end +EXPORT_SYMBOL_GPL vmlinux 0xa3d39499 devlink_port_health_reporter_create +EXPORT_SYMBOL_GPL vmlinux 0xa3dc8523 dev_pm_opp_set_rate +EXPORT_SYMBOL_GPL vmlinux 0xa3dcb681 zynqmp_pm_fpga_load +EXPORT_SYMBOL_GPL vmlinux 0xa3e13dcb crypto_spawn_tfm +EXPORT_SYMBOL_GPL vmlinux 0xa3e1f4e0 inet6_hash_connect +EXPORT_SYMBOL_GPL vmlinux 0xa3e732c9 devm_gpio_request_one +EXPORT_SYMBOL_GPL vmlinux 0xa3ece414 freezer_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0xa3f12f69 __crypto_xor +EXPORT_SYMBOL_GPL vmlinux 0xa3f80635 acpi_dev_ready_for_enumeration +EXPORT_SYMBOL_GPL vmlinux 0xa3fb9923 scsi_build_sense +EXPORT_SYMBOL_GPL vmlinux 0xa4031b7f sfp_parse_port +EXPORT_SYMBOL_GPL vmlinux 0xa4079bfe blk_queue_rq_timeout +EXPORT_SYMBOL_GPL vmlinux 0xa40b3498 platform_driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0xa410a295 devlink_region_destroy +EXPORT_SYMBOL_GPL vmlinux 0xa41ae08d phy_modify_mmd +EXPORT_SYMBOL_GPL vmlinux 0xa425ad4d tps6586x_set_bits +EXPORT_SYMBOL_GPL vmlinux 0xa427862e get_device_system_crosststamp +EXPORT_SYMBOL_GPL vmlinux 0xa44a1307 interval_tree_iter_first +EXPORT_SYMBOL_GPL vmlinux 0xa44ee5c2 ioc_find_get_icq +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 0xa46f6e7f ahci_init_controller +EXPORT_SYMBOL_GPL vmlinux 0xa4728626 cpuidle_register +EXPORT_SYMBOL_GPL vmlinux 0xa4782017 rio_dma_prep_slave_sg +EXPORT_SYMBOL_GPL vmlinux 0xa47b4248 pci_pri_supported +EXPORT_SYMBOL_GPL vmlinux 0xa48196c8 kdb_poll_idx +EXPORT_SYMBOL_GPL vmlinux 0xa48b0893 raw_v6_match +EXPORT_SYMBOL_GPL vmlinux 0xa48d1303 devm_memremap_pages +EXPORT_SYMBOL_GPL vmlinux 0xa497c4d3 fork_usermode_driver +EXPORT_SYMBOL_GPL vmlinux 0xa4a05283 task_active_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0xa4ab7c1c ring_buffer_overruns +EXPORT_SYMBOL_GPL vmlinux 0xa4af1f98 ata_sas_port_start +EXPORT_SYMBOL_GPL vmlinux 0xa4b07fe7 ring_buffer_change_overwrite +EXPORT_SYMBOL_GPL vmlinux 0xa4b27340 dev_pm_genpd_add_notifier +EXPORT_SYMBOL_GPL vmlinux 0xa4b4877b devm_pinctrl_get +EXPORT_SYMBOL_GPL vmlinux 0xa4c00324 asn1_encode_octet_string +EXPORT_SYMBOL_GPL vmlinux 0xa4c085f8 ata_tf_from_fis +EXPORT_SYMBOL_GPL vmlinux 0xa4cb159b gpiochip_request_own_desc +EXPORT_SYMBOL_GPL vmlinux 0xa4df62d6 extcon_get_property_capability +EXPORT_SYMBOL_GPL vmlinux 0xa4e0862e spi_bus_type +EXPORT_SYMBOL_GPL vmlinux 0xa4f1d3ce xhci_reset_bandwidth +EXPORT_SYMBOL_GPL vmlinux 0xa4f2a2ed acpi_irq_get +EXPORT_SYMBOL_GPL vmlinux 0xa4f5e2df mnt_user_ns +EXPORT_SYMBOL_GPL vmlinux 0xa50162ac of_icc_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0xa503ebe1 dev_pm_opp_init_cpufreq_table +EXPORT_SYMBOL_GPL vmlinux 0xa5179d48 __clocksource_register_scale +EXPORT_SYMBOL_GPL vmlinux 0xa517f884 tegra210_plle_hw_sequence_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0xa531471e clk_save_context +EXPORT_SYMBOL_GPL vmlinux 0xa534c9ea pci_user_read_config_dword +EXPORT_SYMBOL_GPL vmlinux 0xa534f1ca acpi_kobj +EXPORT_SYMBOL_GPL vmlinux 0xa53d65e3 desc_to_gpio +EXPORT_SYMBOL_GPL vmlinux 0xa5430530 mtk_hw_get_value +EXPORT_SYMBOL_GPL vmlinux 0xa54a2cba devlink_linecard_provision_clear +EXPORT_SYMBOL_GPL vmlinux 0xa555eb67 icc_node_add +EXPORT_SYMBOL_GPL vmlinux 0xa55f9c25 pci_set_cacheline_size +EXPORT_SYMBOL_GPL vmlinux 0xa567f6b0 __rio_local_write_config_32 +EXPORT_SYMBOL_GPL vmlinux 0xa56e1a52 sg_free_table_chained +EXPORT_SYMBOL_GPL vmlinux 0xa56e9f57 unregister_virtio_driver +EXPORT_SYMBOL_GPL vmlinux 0xa56f894e uhci_check_and_reset_hc +EXPORT_SYMBOL_GPL vmlinux 0xa57a3a89 mas_empty_area_rev +EXPORT_SYMBOL_GPL vmlinux 0xa581c348 kthread_unpark +EXPORT_SYMBOL_GPL vmlinux 0xa5a643fd skb_cow_data +EXPORT_SYMBOL_GPL vmlinux 0xa5ac5879 receive_fd +EXPORT_SYMBOL_GPL vmlinux 0xa5bda8a1 efi_capsule_supported +EXPORT_SYMBOL_GPL vmlinux 0xa5d1f4b8 stack_depot_snprint +EXPORT_SYMBOL_GPL vmlinux 0xa5d7c388 pstore_type_to_name +EXPORT_SYMBOL_GPL vmlinux 0xa5efbf4c async_synchronize_full +EXPORT_SYMBOL_GPL vmlinux 0xa61bc1a8 rio_map_outb_region +EXPORT_SYMBOL_GPL vmlinux 0xa61cbacf switchdev_bridge_port_unoffload +EXPORT_SYMBOL_GPL vmlinux 0xa62bf844 component_compare_of +EXPORT_SYMBOL_GPL vmlinux 0xa62d07ae devlink_port_attrs_pci_vf_set +EXPORT_SYMBOL_GPL vmlinux 0xa633d789 crypto_hash_walk_done +EXPORT_SYMBOL_GPL vmlinux 0xa648f08b rtc_update_irq +EXPORT_SYMBOL_GPL vmlinux 0xa64ad5b0 vcap_rule_add_key_u128 +EXPORT_SYMBOL_GPL vmlinux 0xa64c427f irq_setup_alt_chip +EXPORT_SYMBOL_GPL vmlinux 0xa6562b4f ata_sff_wait_after_reset +EXPORT_SYMBOL_GPL vmlinux 0xa6563979 ip_route_output_key_hash +EXPORT_SYMBOL_GPL vmlinux 0xa65f3c8c __tracepoint_block_bio_complete +EXPORT_SYMBOL_GPL vmlinux 0xa65ffbcd xenbus_dev_changed +EXPORT_SYMBOL_GPL vmlinux 0xa6650867 kthread_unuse_mm +EXPORT_SYMBOL_GPL vmlinux 0xa665c566 crypto_stats_decompress +EXPORT_SYMBOL_GPL vmlinux 0xa66b637f io_uring_cmd_complete_in_task +EXPORT_SYMBOL_GPL vmlinux 0xa67f3b21 balloon_page_list_dequeue +EXPORT_SYMBOL_GPL vmlinux 0xa67faf38 devlink_port_type_eth_set +EXPORT_SYMBOL_GPL vmlinux 0xa691a9d5 ncsi_vlan_rx_add_vid +EXPORT_SYMBOL_GPL vmlinux 0xa6a088b7 fscrypt_match_name +EXPORT_SYMBOL_GPL vmlinux 0xa6a7925c mas_walk +EXPORT_SYMBOL_GPL vmlinux 0xa6a85f67 inet6_lookup_listener +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 0xa6c507a9 __blkg_prfill_rwstat +EXPORT_SYMBOL_GPL vmlinux 0xa6c8777b pci_remove_root_bus +EXPORT_SYMBOL_GPL vmlinux 0xa6c92462 virtio_add_status +EXPORT_SYMBOL_GPL vmlinux 0xa6cbf13c eventfd_fget +EXPORT_SYMBOL_GPL vmlinux 0xa6dc0d97 tegra_read_ram_code +EXPORT_SYMBOL_GPL vmlinux 0xa6dd6112 component_unbind_all +EXPORT_SYMBOL_GPL vmlinux 0xa6e1a69d kick_all_cpus_sync +EXPORT_SYMBOL_GPL vmlinux 0xa6ee15ca __tracepoint_rpm_suspend +EXPORT_SYMBOL_GPL vmlinux 0xa705b36d da903x_clr_bits +EXPORT_SYMBOL_GPL vmlinux 0xa708ca58 mas_store_prealloc +EXPORT_SYMBOL_GPL vmlinux 0xa709c835 fib6_info_destroy_rcu +EXPORT_SYMBOL_GPL vmlinux 0xa7139dc5 fat_fill_super +EXPORT_SYMBOL_GPL vmlinux 0xa715b56c clone_private_mount +EXPORT_SYMBOL_GPL vmlinux 0xa717b31b devl_rate_node_create +EXPORT_SYMBOL_GPL vmlinux 0xa71b944f sata_std_hardreset +EXPORT_SYMBOL_GPL vmlinux 0xa72dd105 pci_bridge_emul_conf_write +EXPORT_SYMBOL_GPL vmlinux 0xa731f387 nl_table_lock +EXPORT_SYMBOL_GPL vmlinux 0xa735d483 fib_nl_newrule +EXPORT_SYMBOL_GPL vmlinux 0xa73c3b08 mtk_mutex_remove_comp +EXPORT_SYMBOL_GPL vmlinux 0xa74f9c4d devm_regulator_bulk_put +EXPORT_SYMBOL_GPL vmlinux 0xa75c9374 fscrypt_ioctl_get_nonce +EXPORT_SYMBOL_GPL vmlinux 0xa75d4ec8 crypto_shash_finup +EXPORT_SYMBOL_GPL vmlinux 0xa76a9085 tty_port_register_device_attr +EXPORT_SYMBOL_GPL vmlinux 0xa771754d sk_msg_free_partial +EXPORT_SYMBOL_GPL vmlinux 0xa77e082a usb_role_switch_get +EXPORT_SYMBOL_GPL vmlinux 0xa7800984 pci_vpd_alloc +EXPORT_SYMBOL_GPL vmlinux 0xa7835d62 task_cls_state +EXPORT_SYMBOL_GPL vmlinux 0xa788700b copy_to_user_nofault +EXPORT_SYMBOL_GPL vmlinux 0xa78e5504 usb_hcd_giveback_urb +EXPORT_SYMBOL_GPL vmlinux 0xa790cfeb adp5520_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0xa7c90d8a __mnt_is_readonly +EXPORT_SYMBOL_GPL vmlinux 0xa7d964f1 __skb_get_hash_symmetric +EXPORT_SYMBOL_GPL vmlinux 0xa7f79034 kvm_clear_guest +EXPORT_SYMBOL_GPL vmlinux 0xa7fb6a3b clk_regmap_mux_ro_ops +EXPORT_SYMBOL_GPL vmlinux 0xa8063fbc show_class_attr_string +EXPORT_SYMBOL_GPL vmlinux 0xa80ea370 devm_of_platform_populate +EXPORT_SYMBOL_GPL vmlinux 0xa813fa7e devfreq_event_get_event +EXPORT_SYMBOL_GPL vmlinux 0xa82116a1 stmpe_dev_pm_ops +EXPORT_SYMBOL_GPL vmlinux 0xa8318aa0 shmem_truncate_range +EXPORT_SYMBOL_GPL vmlinux 0xa83fae6a debugfs_create_u8 +EXPORT_SYMBOL_GPL vmlinux 0xa851973a raw_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0xa851b9e2 mmc_pwrseq_register +EXPORT_SYMBOL_GPL vmlinux 0xa85d16a8 lwtstate_free +EXPORT_SYMBOL_GPL vmlinux 0xa86da97d extcon_get_property +EXPORT_SYMBOL_GPL vmlinux 0xa875c7eb acpi_dev_get_memory_resources +EXPORT_SYMBOL_GPL vmlinux 0xa87d12e9 clk_regmap_gate_ops +EXPORT_SYMBOL_GPL vmlinux 0xa8841cc6 mas_next +EXPORT_SYMBOL_GPL vmlinux 0xa8925157 xenbus_dev_remove +EXPORT_SYMBOL_GPL vmlinux 0xa89926dc crypto_dh_decode_key +EXPORT_SYMBOL_GPL vmlinux 0xa8a22617 pinconf_generic_dt_subnode_to_map +EXPORT_SYMBOL_GPL vmlinux 0xa8a5c648 wbc_attach_and_unlock_inode +EXPORT_SYMBOL_GPL vmlinux 0xa8a6364c xas_get_mark +EXPORT_SYMBOL_GPL vmlinux 0xa8c43f87 sata_scr_write_flush +EXPORT_SYMBOL_GPL vmlinux 0xa8df45cc devlink_dpipe_entry_ctx_prepare +EXPORT_SYMBOL_GPL vmlinux 0xa8e6c6c8 acpi_get_and_request_gpiod +EXPORT_SYMBOL_GPL vmlinux 0xa8e72b9e nvdimm_security_setup_events +EXPORT_SYMBOL_GPL vmlinux 0xa8e7561e rio_unregister_mport +EXPORT_SYMBOL_GPL vmlinux 0xa8e8f08a usb_remove_hcd +EXPORT_SYMBOL_GPL vmlinux 0xa8ec577e regulator_irq_helper +EXPORT_SYMBOL_GPL vmlinux 0xa8f2a02e pci_sriov_get_totalvfs +EXPORT_SYMBOL_GPL vmlinux 0xa8f3df73 bio_end_io_acct_remapped +EXPORT_SYMBOL_GPL vmlinux 0xa90241fb nvdimm_flush +EXPORT_SYMBOL_GPL vmlinux 0xa907e2f1 em_dev_register_perf_domain +EXPORT_SYMBOL_GPL vmlinux 0xa9146c07 pci_cfg_access_unlock +EXPORT_SYMBOL_GPL vmlinux 0xa9188e35 bpf_warn_invalid_xdp_action +EXPORT_SYMBOL_GPL vmlinux 0xa91a28e7 xen_unmap_domain_gfn_range +EXPORT_SYMBOL_GPL vmlinux 0xa921689d of_cpufreq_cooling_register +EXPORT_SYMBOL_GPL vmlinux 0xa9284b05 qcom_smem_state_get +EXPORT_SYMBOL_GPL vmlinux 0xa92acf11 iommu_device_release_dma_owner +EXPORT_SYMBOL_GPL vmlinux 0xa92ec3a7 ahci_ops +EXPORT_SYMBOL_GPL vmlinux 0xa92f9b98 usb_hub_clear_tt_buffer +EXPORT_SYMBOL_GPL vmlinux 0xa9320d27 ktime_get_seconds +EXPORT_SYMBOL_GPL vmlinux 0xa9351480 device_destroy +EXPORT_SYMBOL_GPL vmlinux 0xa93af512 shash_free_singlespawn_instance +EXPORT_SYMBOL_GPL vmlinux 0xa941cd38 __irq_resolve_mapping +EXPORT_SYMBOL_GPL vmlinux 0xa942e1ef class_for_each_device +EXPORT_SYMBOL_GPL vmlinux 0xa95b5c77 hwmon_sanitize_name +EXPORT_SYMBOL_GPL vmlinux 0xa95b7a68 cdrom_multisession +EXPORT_SYMBOL_GPL vmlinux 0xa9651083 dma_mmap_noncontiguous +EXPORT_SYMBOL_GPL vmlinux 0xa967bd7d dev_pm_clear_wake_irq +EXPORT_SYMBOL_GPL vmlinux 0xa96e8b4e hv_setup_vmbus_handler +EXPORT_SYMBOL_GPL vmlinux 0xa9726ee8 mmput_async +EXPORT_SYMBOL_GPL vmlinux 0xa978254c tegra_bpmp_get +EXPORT_SYMBOL_GPL vmlinux 0xa97b066d bd_prepare_to_claim +EXPORT_SYMBOL_GPL vmlinux 0xa97ec5a1 vfs_remove_acl +EXPORT_SYMBOL_GPL vmlinux 0xa9936b49 powercap_register_zone +EXPORT_SYMBOL_GPL vmlinux 0xa99b8e70 __SCK__tp_func_xdp_exception +EXPORT_SYMBOL_GPL vmlinux 0xa99ef899 devlink_fmsg_bool_pair_put +EXPORT_SYMBOL_GPL vmlinux 0xa9a5fa4d dmaengine_desc_set_metadata_len +EXPORT_SYMBOL_GPL vmlinux 0xa9b6db64 pci_bus_resource_n +EXPORT_SYMBOL_GPL vmlinux 0xa9c39818 __hwspin_trylock +EXPORT_SYMBOL_GPL vmlinux 0xa9e476d8 iommu_map_atomic +EXPORT_SYMBOL_GPL vmlinux 0xa9f2e28e irq_domain_push_irq +EXPORT_SYMBOL_GPL vmlinux 0xa9f38104 led_set_brightness +EXPORT_SYMBOL_GPL vmlinux 0xaa0ded38 scsi_dh_attached_handler_name +EXPORT_SYMBOL_GPL vmlinux 0xaa1cb81e dev_pm_opp_remove +EXPORT_SYMBOL_GPL vmlinux 0xaa1deb3d ahci_do_hardreset +EXPORT_SYMBOL_GPL vmlinux 0xaa210915 __kthread_should_park +EXPORT_SYMBOL_GPL vmlinux 0xaa351e4c devfreq_event_reset_event +EXPORT_SYMBOL_GPL vmlinux 0xaa47d8a5 xfrm_state_mtu +EXPORT_SYMBOL_GPL vmlinux 0xaa6a50f9 __static_key_deferred_flush +EXPORT_SYMBOL_GPL vmlinux 0xaa77f703 syscon_regmap_lookup_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0xaa858609 hwmon_device_register_with_info +EXPORT_SYMBOL_GPL vmlinux 0xaa8b042f perf_event_period +EXPORT_SYMBOL_GPL vmlinux 0xaaa918c9 ftrace_dump +EXPORT_SYMBOL_GPL vmlinux 0xaaaf009d relay_late_setup_files +EXPORT_SYMBOL_GPL vmlinux 0xaab39313 fsl_mc_object_free +EXPORT_SYMBOL_GPL vmlinux 0xaab9c421 clk_multiplier_ops +EXPORT_SYMBOL_GPL vmlinux 0xaabd963e ipv4_sk_redirect +EXPORT_SYMBOL_GPL vmlinux 0xaac1dedd fsverity_file_open +EXPORT_SYMBOL_GPL vmlinux 0xaad4a9a8 rio_register_scan +EXPORT_SYMBOL_GPL vmlinux 0xaae21fa1 trace_event_buffer_lock_reserve +EXPORT_SYMBOL_GPL vmlinux 0xaae8fb51 ehci_resume +EXPORT_SYMBOL_GPL vmlinux 0xaaf43c78 udp_tunnel_nic_ops +EXPORT_SYMBOL_GPL vmlinux 0xaaf9f4f7 srcu_notifier_chain_unregister +EXPORT_SYMBOL_GPL vmlinux 0xaafafbff rockchip_pmu_unblock +EXPORT_SYMBOL_GPL vmlinux 0xab00cffe dev_pm_opp_find_freq_ceil +EXPORT_SYMBOL_GPL vmlinux 0xab060841 zynqmp_pm_query_data +EXPORT_SYMBOL_GPL vmlinux 0xab0ff87e ftrace_set_filter_ip +EXPORT_SYMBOL_GPL vmlinux 0xab1382e6 pci_has_p2pmem +EXPORT_SYMBOL_GPL vmlinux 0xab170c4a iommu_detach_device +EXPORT_SYMBOL_GPL vmlinux 0xab1e0e93 hv_setup_kexec_handler +EXPORT_SYMBOL_GPL vmlinux 0xab2e06b7 phy_package_join +EXPORT_SYMBOL_GPL vmlinux 0xab2ec9cf device_add_groups +EXPORT_SYMBOL_GPL vmlinux 0xab343fb5 mddev_unlock +EXPORT_SYMBOL_GPL vmlinux 0xab3f357f __traceiter_devlink_trap_report +EXPORT_SYMBOL_GPL vmlinux 0xab640106 blk_mq_update_nr_hw_queues +EXPORT_SYMBOL_GPL vmlinux 0xab7b9bab preempt_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0xab7f853d mtk_mutex_prepare +EXPORT_SYMBOL_GPL vmlinux 0xab87fc26 ata_sff_check_status +EXPORT_SYMBOL_GPL vmlinux 0xab88b615 __mmdrop +EXPORT_SYMBOL_GPL vmlinux 0xab88bd06 usb_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0xabb20068 gpiod_get_raw_value +EXPORT_SYMBOL_GPL vmlinux 0xabb2052e gpiod_get_raw_array_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0xabb56164 tracing_snapshot_cond_enable +EXPORT_SYMBOL_GPL vmlinux 0xabc18fc6 put_device +EXPORT_SYMBOL_GPL vmlinux 0xabc44616 ahci_check_ready +EXPORT_SYMBOL_GPL vmlinux 0xabc5675b pci_epc_set_bar +EXPORT_SYMBOL_GPL vmlinux 0xabc6016f crypto_grab_akcipher +EXPORT_SYMBOL_GPL vmlinux 0xabc640f3 list_lru_isolate +EXPORT_SYMBOL_GPL vmlinux 0xabd45848 stop_machine +EXPORT_SYMBOL_GPL vmlinux 0xabeb820d gpiod_unexport +EXPORT_SYMBOL_GPL vmlinux 0xabf9cfd8 regulator_set_current_limit_regmap +EXPORT_SYMBOL_GPL vmlinux 0xabfd425b xdp_do_redirect_frame +EXPORT_SYMBOL_GPL vmlinux 0xac0113d4 i2c_acpi_find_adapter_by_handle +EXPORT_SYMBOL_GPL vmlinux 0xac3bb476 sysfs_create_files +EXPORT_SYMBOL_GPL vmlinux 0xac4296d2 irq_set_chained_handler_and_data +EXPORT_SYMBOL_GPL vmlinux 0xac7c8fd8 usb_get_hcd +EXPORT_SYMBOL_GPL vmlinux 0xac84de66 ahci_platform_suspend +EXPORT_SYMBOL_GPL vmlinux 0xacaa7701 ata_sff_qc_issue +EXPORT_SYMBOL_GPL vmlinux 0xacac961a crypto_inst_setname +EXPORT_SYMBOL_GPL vmlinux 0xacb4d88c clk_rate_exclusive_put +EXPORT_SYMBOL_GPL vmlinux 0xacbe5f81 gpiod_put_array +EXPORT_SYMBOL_GPL vmlinux 0xacc977ac alarm_forward_now +EXPORT_SYMBOL_GPL vmlinux 0xacca8fe0 ahci_fill_cmd_slot +EXPORT_SYMBOL_GPL vmlinux 0xacd29dc4 edac_pci_del_device +EXPORT_SYMBOL_GPL vmlinux 0xacd7ab58 __dev_fwnode +EXPORT_SYMBOL_GPL vmlinux 0xacdaf3e0 led_put +EXPORT_SYMBOL_GPL vmlinux 0xacf4fee0 dw_pcie_host_init +EXPORT_SYMBOL_GPL vmlinux 0xad026dac pci_epc_get_msi +EXPORT_SYMBOL_GPL vmlinux 0xad05473d perf_aux_output_begin +EXPORT_SYMBOL_GPL vmlinux 0xad07d971 tty_prepare_flip_string +EXPORT_SYMBOL_GPL vmlinux 0xad09fd56 nl_table +EXPORT_SYMBOL_GPL vmlinux 0xad19db42 dev_pm_opp_get_opp_count +EXPORT_SYMBOL_GPL vmlinux 0xad25602f __tracepoint_sched_overutilized_tp +EXPORT_SYMBOL_GPL vmlinux 0xad25dfdd phy_package_leave +EXPORT_SYMBOL_GPL vmlinux 0xad2904d6 iommu_iova_to_phys +EXPORT_SYMBOL_GPL vmlinux 0xad36b463 fib6_rule_default +EXPORT_SYMBOL_GPL vmlinux 0xad395dd9 mm_account_pinned_pages +EXPORT_SYMBOL_GPL vmlinux 0xad3f0f3a usb_check_int_endpoints +EXPORT_SYMBOL_GPL vmlinux 0xad42dff8 __SCK__tp_func_tcp_bad_csum +EXPORT_SYMBOL_GPL vmlinux 0xad47a84a nfct_btf_struct_access +EXPORT_SYMBOL_GPL vmlinux 0xad4e6259 remove_cpu +EXPORT_SYMBOL_GPL vmlinux 0xad510dbd perf_pmu_register +EXPORT_SYMBOL_GPL vmlinux 0xad51d51f crypto_unregister_aead +EXPORT_SYMBOL_GPL vmlinux 0xad579d7a __traceiter_add_device_to_group +EXPORT_SYMBOL_GPL vmlinux 0xad645234 register_switchdev_notifier +EXPORT_SYMBOL_GPL vmlinux 0xad68fed7 cpufreq_frequency_table_get_index +EXPORT_SYMBOL_GPL vmlinux 0xad72929d irq_domain_associate_many +EXPORT_SYMBOL_GPL vmlinux 0xad76a3f0 __SCK__tp_func_neigh_update_done +EXPORT_SYMBOL_GPL vmlinux 0xad7899bb device_add_software_node +EXPORT_SYMBOL_GPL vmlinux 0xad78cd8d scsi_alloc_request +EXPORT_SYMBOL_GPL vmlinux 0xad83ce29 xas_find_conflict +EXPORT_SYMBOL_GPL vmlinux 0xad9fb247 lwtunnel_valid_encap_type_attr +EXPORT_SYMBOL_GPL vmlinux 0xada38766 dst_cache_destroy +EXPORT_SYMBOL_GPL vmlinux 0xada38cda bus_rescan_devices +EXPORT_SYMBOL_GPL vmlinux 0xada7352e of_irq_find_parent +EXPORT_SYMBOL_GPL vmlinux 0xadc7d0c0 register_acpi_bus_type +EXPORT_SYMBOL_GPL vmlinux 0xadcc35dc iomap_readahead +EXPORT_SYMBOL_GPL vmlinux 0xade5339b hte_get_clk_src_info +EXPORT_SYMBOL_GPL vmlinux 0xade84ed8 ata_bmdma_setup +EXPORT_SYMBOL_GPL vmlinux 0xadf12421 __sock_recv_timestamp +EXPORT_SYMBOL_GPL vmlinux 0xadf81169 uart_try_toggle_sysrq +EXPORT_SYMBOL_GPL vmlinux 0xadf9c1b3 housekeeping_cpumask +EXPORT_SYMBOL_GPL vmlinux 0xadfb7788 pse_controller_register +EXPORT_SYMBOL_GPL vmlinux 0xae01217a mpi_write_to_sgl +EXPORT_SYMBOL_GPL vmlinux 0xae08254e clk_hw_get_num_parents +EXPORT_SYMBOL_GPL vmlinux 0xae0e6196 k3_ringacc_ring_cfg +EXPORT_SYMBOL_GPL vmlinux 0xae0ecf40 usb_bus_idr_lock +EXPORT_SYMBOL_GPL vmlinux 0xae1051b0 net_cls_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0xae10b9cc gpiochip_populate_parent_fwspec_fourcell +EXPORT_SYMBOL_GPL vmlinux 0xae23ca94 genphy_c45_pma_setup_forced +EXPORT_SYMBOL_GPL vmlinux 0xae39f80e dst_cache_init +EXPORT_SYMBOL_GPL vmlinux 0xae42ba83 thermal_zone_device_register_with_trips +EXPORT_SYMBOL_GPL vmlinux 0xae50e06e regulator_register +EXPORT_SYMBOL_GPL vmlinux 0xae5e9e56 tty_ldisc_flush +EXPORT_SYMBOL_GPL vmlinux 0xae62cadf usb_control_msg_send +EXPORT_SYMBOL_GPL vmlinux 0xae64f1dd __tracepoint_block_bio_remap +EXPORT_SYMBOL_GPL vmlinux 0xae66224d dev_pm_opp_of_cpumask_remove_table +EXPORT_SYMBOL_GPL vmlinux 0xae66d34c platform_irqchip_probe +EXPORT_SYMBOL_GPL vmlinux 0xae67d20a iommu_detach_device_pasid +EXPORT_SYMBOL_GPL vmlinux 0xae69b1c1 usermodehelper_read_unlock +EXPORT_SYMBOL_GPL vmlinux 0xae77e39f tty_ldisc_ref +EXPORT_SYMBOL_GPL vmlinux 0xae7929e5 pinctrl_select_default_state +EXPORT_SYMBOL_GPL vmlinux 0xae7c231d mpi_cmp +EXPORT_SYMBOL_GPL vmlinux 0xae80a2dc __tracepoint_rwmmio_post_write +EXPORT_SYMBOL_GPL vmlinux 0xaea3ad50 pci_intx +EXPORT_SYMBOL_GPL vmlinux 0xaea7f1ef devlink_sb_unregister +EXPORT_SYMBOL_GPL vmlinux 0xaeadb2d9 serdev_controller_remove +EXPORT_SYMBOL_GPL vmlinux 0xaeb79b68 __devm_regmap_init +EXPORT_SYMBOL_GPL vmlinux 0xaeb86031 ata_sas_tport_delete +EXPORT_SYMBOL_GPL vmlinux 0xaebd266f evm_verifyxattr +EXPORT_SYMBOL_GPL vmlinux 0xaec45a6e usb_hcd_unlink_urb_from_ep +EXPORT_SYMBOL_GPL vmlinux 0xaecae230 iov_iter_get_pages +EXPORT_SYMBOL_GPL vmlinux 0xaed2c642 disk_uevent +EXPORT_SYMBOL_GPL vmlinux 0xaf076aec nd_fletcher64 +EXPORT_SYMBOL_GPL vmlinux 0xaf0b6ba7 blkg_rwstat_init +EXPORT_SYMBOL_GPL vmlinux 0xaf1258cf __pm_stay_awake +EXPORT_SYMBOL_GPL vmlinux 0xaf1c93f6 sdio_writeb +EXPORT_SYMBOL_GPL vmlinux 0xaf348da7 cpu_pm_exit +EXPORT_SYMBOL_GPL vmlinux 0xaf36be39 blk_queue_write_cache +EXPORT_SYMBOL_GPL vmlinux 0xaf3a44e9 __SCK__tp_func_sched_overutilized_tp +EXPORT_SYMBOL_GPL vmlinux 0xaf3a58f1 devl_dpipe_table_unregister +EXPORT_SYMBOL_GPL vmlinux 0xaf3ed93e srcu_notifier_chain_register +EXPORT_SYMBOL_GPL vmlinux 0xaf4014ff usb_amd_quirk_pll_check +EXPORT_SYMBOL_GPL vmlinux 0xaf52037c ata_cable_80wire +EXPORT_SYMBOL_GPL vmlinux 0xaf5248dc devm_pwm_get +EXPORT_SYMBOL_GPL vmlinux 0xaf6a0e74 sdio_release_host +EXPORT_SYMBOL_GPL vmlinux 0xaf793668 __alloc_percpu_gfp +EXPORT_SYMBOL_GPL vmlinux 0xaf7a9b9a pci_get_dsn +EXPORT_SYMBOL_GPL vmlinux 0xaf852873 cpuidle_register_device +EXPORT_SYMBOL_GPL vmlinux 0xaf88948a copy_user_highpage +EXPORT_SYMBOL_GPL vmlinux 0xaf8f4290 pci_probe_reset_bus +EXPORT_SYMBOL_GPL vmlinux 0xafaecfc9 rio_dev_get +EXPORT_SYMBOL_GPL vmlinux 0xafaf6c0e __traceiter_tcp_bad_csum +EXPORT_SYMBOL_GPL vmlinux 0xafaff3ec gpiochip_enable_irq +EXPORT_SYMBOL_GPL vmlinux 0xafb018d7 usb_alloc_dev +EXPORT_SYMBOL_GPL vmlinux 0xafb07262 __pfn_to_mfn +EXPORT_SYMBOL_GPL vmlinux 0xafb81277 debugfs_attr_read +EXPORT_SYMBOL_GPL vmlinux 0xafba15d3 dma_get_slave_caps +EXPORT_SYMBOL_GPL vmlinux 0xafbaa2cd wb_writeout_inc +EXPORT_SYMBOL_GPL vmlinux 0xafbd3ec7 pci_reset_bus +EXPORT_SYMBOL_GPL vmlinux 0xafc82869 of_prop_next_u32 +EXPORT_SYMBOL_GPL vmlinux 0xafcc998b class_dev_iter_init +EXPORT_SYMBOL_GPL vmlinux 0xafddd545 ata_id_c_string +EXPORT_SYMBOL_GPL vmlinux 0xafeb58c1 __SCK__tp_func_io_page_fault +EXPORT_SYMBOL_GPL vmlinux 0xaffce2da tcp_register_congestion_control +EXPORT_SYMBOL_GPL vmlinux 0xb0099f79 topology_clear_scale_freq_source +EXPORT_SYMBOL_GPL vmlinux 0xb0198c1c iomap_invalidate_folio +EXPORT_SYMBOL_GPL vmlinux 0xb02ac411 register_xenstore_notifier +EXPORT_SYMBOL_GPL vmlinux 0xb02ba88d irq_get_default_host +EXPORT_SYMBOL_GPL vmlinux 0xb02f1164 rtc_set_alarm +EXPORT_SYMBOL_GPL vmlinux 0xb03a537c __traceiter_neigh_update_done +EXPORT_SYMBOL_GPL vmlinux 0xb049a294 __SCK__tp_func_pelt_irq_tp +EXPORT_SYMBOL_GPL vmlinux 0xb04cf79b ata_wait_register +EXPORT_SYMBOL_GPL vmlinux 0xb054e3c8 sched_set_fifo +EXPORT_SYMBOL_GPL vmlinux 0xb05b68d5 zynqmp_pm_reset_get_status +EXPORT_SYMBOL_GPL vmlinux 0xb062637e dev_pm_opp_of_get_opp_desc_node +EXPORT_SYMBOL_GPL vmlinux 0xb069f348 report_iommu_fault +EXPORT_SYMBOL_GPL vmlinux 0xb06ea245 sbitmap_queue_resize +EXPORT_SYMBOL_GPL vmlinux 0xb0747ed2 rcu_cpu_stall_suppress +EXPORT_SYMBOL_GPL vmlinux 0xb07585ac pci_find_host_bridge +EXPORT_SYMBOL_GPL vmlinux 0xb077e70a clk_unprepare +EXPORT_SYMBOL_GPL vmlinux 0xb07fd9e6 trace_get_event_file +EXPORT_SYMBOL_GPL vmlinux 0xb0824d6b soc_device_match +EXPORT_SYMBOL_GPL vmlinux 0xb08a22a3 cpufreq_show_cpus +EXPORT_SYMBOL_GPL vmlinux 0xb0a75a6b virtio_check_driver_offered_feature +EXPORT_SYMBOL_GPL vmlinux 0xb0a9d663 ata_scsi_port_error_handler +EXPORT_SYMBOL_GPL vmlinux 0xb0b85f47 ring_buffer_iter_reset +EXPORT_SYMBOL_GPL vmlinux 0xb0b86ee6 iommu_unregister_device_fault_handler +EXPORT_SYMBOL_GPL vmlinux 0xb0bd25fe vp_modern_set_queue_size +EXPORT_SYMBOL_GPL vmlinux 0xb0be6e47 acpi_data_fwnode_ops +EXPORT_SYMBOL_GPL vmlinux 0xb0d1574d usb_disable_ltm +EXPORT_SYMBOL_GPL vmlinux 0xb0d1656c gpio_free_array +EXPORT_SYMBOL_GPL vmlinux 0xb0d2c0fc usb_interrupt_msg +EXPORT_SYMBOL_GPL vmlinux 0xb0d6bdd3 rio_register_mport +EXPORT_SYMBOL_GPL vmlinux 0xb0da125d pinconf_generic_dt_node_to_map +EXPORT_SYMBOL_GPL vmlinux 0xb0e078a8 usb_control_msg_recv +EXPORT_SYMBOL_GPL vmlinux 0xb0e8e671 xenbus_otherend_changed +EXPORT_SYMBOL_GPL vmlinux 0xb0f11fc4 irq_work_queue +EXPORT_SYMBOL_GPL vmlinux 0xb1055565 gpiochip_line_is_open_source +EXPORT_SYMBOL_GPL vmlinux 0xb10d964d devlink_fmsg_pair_nest_end +EXPORT_SYMBOL_GPL vmlinux 0xb11528bc ata_sff_tf_read +EXPORT_SYMBOL_GPL vmlinux 0xb11d9000 tty_dev_name_to_number +EXPORT_SYMBOL_GPL vmlinux 0xb1410de5 class_interface_unregister +EXPORT_SYMBOL_GPL vmlinux 0xb143d3ed blk_crypto_profile_init +EXPORT_SYMBOL_GPL vmlinux 0xb153e4f0 scsi_target_block +EXPORT_SYMBOL_GPL vmlinux 0xb159300c fat_time_fat2unix +EXPORT_SYMBOL_GPL vmlinux 0xb15c6fe1 power_supply_put +EXPORT_SYMBOL_GPL vmlinux 0xb164551b vp_modern_probe +EXPORT_SYMBOL_GPL vmlinux 0xb1647fc2 devlink_info_version_running_put +EXPORT_SYMBOL_GPL vmlinux 0xb1769150 ahci_error_handler +EXPORT_SYMBOL_GPL vmlinux 0xb1835f52 phy_pm_runtime_get +EXPORT_SYMBOL_GPL vmlinux 0xb18625e2 tcp_reno_undo_cwnd +EXPORT_SYMBOL_GPL vmlinux 0xb1a5fbeb dev_pm_opp_find_level_exact +EXPORT_SYMBOL_GPL vmlinux 0xb1a8943b irq_domain_remove_sim +EXPORT_SYMBOL_GPL vmlinux 0xb1b74471 ehci_reset +EXPORT_SYMBOL_GPL vmlinux 0xb1baa71a devlink_linecard_provision_fail +EXPORT_SYMBOL_GPL vmlinux 0xb1bed25d dpm_resume_start +EXPORT_SYMBOL_GPL vmlinux 0xb1dcc891 kobject_move +EXPORT_SYMBOL_GPL vmlinux 0xb1dd39e9 pci_iomap_wc_range +EXPORT_SYMBOL_GPL vmlinux 0xb1e25684 __trace_bputs +EXPORT_SYMBOL_GPL vmlinux 0xb1e3db74 pci_assign_unassigned_bridge_resources +EXPORT_SYMBOL_GPL vmlinux 0xb1fc1782 pci_speed_string +EXPORT_SYMBOL_GPL vmlinux 0xb202f0d7 rht_bucket_nested_insert +EXPORT_SYMBOL_GPL vmlinux 0xb2065793 fsverity_ioctl_enable +EXPORT_SYMBOL_GPL vmlinux 0xb2146668 sysfs_file_change_owner +EXPORT_SYMBOL_GPL vmlinux 0xb21d00c6 hte_ts_put +EXPORT_SYMBOL_GPL vmlinux 0xb2210d64 reset_control_deassert +EXPORT_SYMBOL_GPL vmlinux 0xb2229bfe devres_find +EXPORT_SYMBOL_GPL vmlinux 0xb2275092 of_address_to_resource +EXPORT_SYMBOL_GPL vmlinux 0xb23278d1 crypto_register_template +EXPORT_SYMBOL_GPL vmlinux 0xb23b7691 start_poll_synchronize_rcu_full +EXPORT_SYMBOL_GPL vmlinux 0xb2405efc secure_tcp_seq +EXPORT_SYMBOL_GPL vmlinux 0xb2442a22 lwtunnel_encap_add_ops +EXPORT_SYMBOL_GPL vmlinux 0xb25a8a98 scsi_host_complete_all_commands +EXPORT_SYMBOL_GPL vmlinux 0xb266495d dm_start_time_ns_from_clone +EXPORT_SYMBOL_GPL vmlinux 0xb26a1add elfcorehdr_addr +EXPORT_SYMBOL_GPL vmlinux 0xb276a454 account_locked_vm +EXPORT_SYMBOL_GPL vmlinux 0xb27cb2b6 acpi_dev_get_resources +EXPORT_SYMBOL_GPL vmlinux 0xb27d9a26 invalidate_inode_pages2_range +EXPORT_SYMBOL_GPL vmlinux 0xb289452e clk_hw_register_fixed_factor +EXPORT_SYMBOL_GPL vmlinux 0xb29533ee zs_malloc +EXPORT_SYMBOL_GPL vmlinux 0xb2a3f2fe wbt_enable_default +EXPORT_SYMBOL_GPL vmlinux 0xb2a9a134 fsverity_verify_bio +EXPORT_SYMBOL_GPL vmlinux 0xb2bac245 devm_gpiod_get_index_optional +EXPORT_SYMBOL_GPL vmlinux 0xb2c1732e rcu_gp_set_torture_wait +EXPORT_SYMBOL_GPL vmlinux 0xb2e764e8 suspend_valid_only_mem +EXPORT_SYMBOL_GPL vmlinux 0xb2f5430f of_pci_get_slot_power_limit +EXPORT_SYMBOL_GPL vmlinux 0xb2fa093e blk_mq_map_queues +EXPORT_SYMBOL_GPL vmlinux 0xb3051160 clk_register_fixed_factor +EXPORT_SYMBOL_GPL vmlinux 0xb307c909 devlink_fmsg_u64_pair_put +EXPORT_SYMBOL_GPL vmlinux 0xb30b2bda preempt_model_full +EXPORT_SYMBOL_GPL vmlinux 0xb31a9488 __pm_runtime_use_autosuspend +EXPORT_SYMBOL_GPL vmlinux 0xb31db1aa serial8250_em485_stop_tx +EXPORT_SYMBOL_GPL vmlinux 0xb321b002 vfs_fallocate +EXPORT_SYMBOL_GPL vmlinux 0xb326ccc3 devm_gpiod_get_optional +EXPORT_SYMBOL_GPL vmlinux 0xb3401683 usb_unpoison_urb +EXPORT_SYMBOL_GPL vmlinux 0xb340af81 phy_speed_down +EXPORT_SYMBOL_GPL vmlinux 0xb350baeb trace_seq_path +EXPORT_SYMBOL_GPL vmlinux 0xb363dab1 tcp_unregister_ulp +EXPORT_SYMBOL_GPL vmlinux 0xb36b7e28 pci_epc_destroy +EXPORT_SYMBOL_GPL vmlinux 0xb37b316e gpiod_set_consumer_name +EXPORT_SYMBOL_GPL vmlinux 0xb37daf18 tegra_mc_get_carveout_info +EXPORT_SYMBOL_GPL vmlinux 0xb380e81f ping_seq_start +EXPORT_SYMBOL_GPL vmlinux 0xb38c088d arm64_mm_context_get +EXPORT_SYMBOL_GPL vmlinux 0xb38ed5e6 crypto_hash_alg_has_setkey +EXPORT_SYMBOL_GPL vmlinux 0xb3a644ac cpufreq_cooling_unregister +EXPORT_SYMBOL_GPL vmlinux 0xb3c2333d dax_iomap_fault +EXPORT_SYMBOL_GPL vmlinux 0xb3cb2f9a icc_link_create +EXPORT_SYMBOL_GPL vmlinux 0xb3eaf18d iommu_group_add_device +EXPORT_SYMBOL_GPL vmlinux 0xb3fd8fe6 kernel_read_file_from_path +EXPORT_SYMBOL_GPL vmlinux 0xb3ff6be5 blk_mq_alloc_request_hctx +EXPORT_SYMBOL_GPL vmlinux 0xb403ae15 vp_legacy_get_driver_features +EXPORT_SYMBOL_GPL vmlinux 0xb40b8196 ata_pci_bmdma_init +EXPORT_SYMBOL_GPL vmlinux 0xb40d673e zynqmp_pm_pinctrl_request +EXPORT_SYMBOL_GPL vmlinux 0xb416e7f1 regulator_desc_list_voltage_linear_range +EXPORT_SYMBOL_GPL vmlinux 0xb41a76f3 __platform_driver_probe +EXPORT_SYMBOL_GPL vmlinux 0xb4394f18 devres_destroy +EXPORT_SYMBOL_GPL vmlinux 0xb43f9365 ktime_get +EXPORT_SYMBOL_GPL vmlinux 0xb4429b64 acpi_dev_resource_ext_address_space +EXPORT_SYMBOL_GPL vmlinux 0xb444ae4d devm_power_supply_register_no_ws +EXPORT_SYMBOL_GPL vmlinux 0xb44e18ea audit_enabled +EXPORT_SYMBOL_GPL vmlinux 0xb455514c of_pwm_xlate_with_flags +EXPORT_SYMBOL_GPL vmlinux 0xb46555be extcon_set_property_sync +EXPORT_SYMBOL_GPL vmlinux 0xb4786022 rio_local_get_device_id +EXPORT_SYMBOL_GPL vmlinux 0xb48f0638 software_node_register +EXPORT_SYMBOL_GPL vmlinux 0xb48f3499 xlnx_register_event +EXPORT_SYMBOL_GPL vmlinux 0xb491e25f ata_host_activate +EXPORT_SYMBOL_GPL vmlinux 0xb496f9a5 crypto_unregister_shashes +EXPORT_SYMBOL_GPL vmlinux 0xb4b97c90 pvclock_gtod_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0xb4c41067 rio_local_set_device_id +EXPORT_SYMBOL_GPL vmlinux 0xb4c84053 mbox_controller_unregister +EXPORT_SYMBOL_GPL vmlinux 0xb4e1b8e0 strp_stop +EXPORT_SYMBOL_GPL vmlinux 0xb4ea7cf7 kgdb_connected +EXPORT_SYMBOL_GPL vmlinux 0xb4eda0da ring_buffer_event_length +EXPORT_SYMBOL_GPL vmlinux 0xb4f408a0 tty_port_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0xb501b2df nd_cmd_dimm_desc +EXPORT_SYMBOL_GPL vmlinux 0xb5075f2c pci_user_write_config_byte +EXPORT_SYMBOL_GPL vmlinux 0xb5093dd3 console_list +EXPORT_SYMBOL_GPL vmlinux 0xb50aec9e regmap_field_update_bits_base +EXPORT_SYMBOL_GPL vmlinux 0xb50bb3dc nvdimm_pmem_region_create +EXPORT_SYMBOL_GPL vmlinux 0xb50f6247 tty_port_tty_hangup +EXPORT_SYMBOL_GPL vmlinux 0xb5131794 md_submit_discard_bio +EXPORT_SYMBOL_GPL vmlinux 0xb51fbd64 edac_op_state +EXPORT_SYMBOL_GPL vmlinux 0xb520eb79 btree_merge +EXPORT_SYMBOL_GPL vmlinux 0xb522c4c0 phy_pm_runtime_put +EXPORT_SYMBOL_GPL vmlinux 0xb546a71e crypto_stats_get +EXPORT_SYMBOL_GPL vmlinux 0xb54a8c08 phy_power_on +EXPORT_SYMBOL_GPL vmlinux 0xb54d70d3 devm_regulator_get_enable +EXPORT_SYMBOL_GPL vmlinux 0xb55139f6 HUF_readStats +EXPORT_SYMBOL_GPL vmlinux 0xb556c12b mtk_clk_unregister_muxes +EXPORT_SYMBOL_GPL vmlinux 0xb558ed2c ata_pci_device_do_suspend +EXPORT_SYMBOL_GPL vmlinux 0xb55a8c72 nf_hook_entries_delete_raw +EXPORT_SYMBOL_GPL vmlinux 0xb55de460 HYPERVISOR_dm_op +EXPORT_SYMBOL_GPL vmlinux 0xb561c490 mpi_mul +EXPORT_SYMBOL_GPL vmlinux 0xb5736bf4 ahci_print_info +EXPORT_SYMBOL_GPL vmlinux 0xb578fa47 software_node_fwnode +EXPORT_SYMBOL_GPL vmlinux 0xb57dcd42 blk_set_pm_only +EXPORT_SYMBOL_GPL vmlinux 0xb58555d0 nf_nat_hook +EXPORT_SYMBOL_GPL vmlinux 0xb58f5426 __devm_clk_hw_register_divider +EXPORT_SYMBOL_GPL vmlinux 0xb592d904 __gfn_to_pfn_memslot +EXPORT_SYMBOL_GPL vmlinux 0xb5a1e718 debugfs_create_bool +EXPORT_SYMBOL_GPL vmlinux 0xb5a301c3 platform_get_irq_byname +EXPORT_SYMBOL_GPL vmlinux 0xb5a83e35 gnttab_setup_auto_xlat_frames +EXPORT_SYMBOL_GPL vmlinux 0xb5a8c226 acpi_gsi_to_irq +EXPORT_SYMBOL_GPL vmlinux 0xb5b0dd66 ata_scsi_ioctl +EXPORT_SYMBOL_GPL vmlinux 0xb5b6fb04 hv_get_vpreg +EXPORT_SYMBOL_GPL vmlinux 0xb5bb4783 clk_regmap_mux_ops +EXPORT_SYMBOL_GPL vmlinux 0xb5d934b2 tpm_try_get_ops +EXPORT_SYMBOL_GPL vmlinux 0xb5d9a4f5 ata_ncq_sdev_groups +EXPORT_SYMBOL_GPL vmlinux 0xb5db9f6a mptcp_token_get_sock +EXPORT_SYMBOL_GPL vmlinux 0xb5fd7420 device_for_each_child_reverse +EXPORT_SYMBOL_GPL vmlinux 0xb606c7bb regmap_get_device +EXPORT_SYMBOL_GPL vmlinux 0xb6181e7a seg6_do_srh_encap +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 0xb6475817 pinctrl_dev_get_devname +EXPORT_SYMBOL_GPL vmlinux 0xb64d39da find_asymmetric_key +EXPORT_SYMBOL_GPL vmlinux 0xb650dfab crypto_stats_kpp_compute_shared_secret +EXPORT_SYMBOL_GPL vmlinux 0xb6512aa9 set_capacity_and_notify +EXPORT_SYMBOL_GPL vmlinux 0xb655f91b pci_epc_get_next_free_bar +EXPORT_SYMBOL_GPL vmlinux 0xb65e0c4a devm_nvdimm_memremap +EXPORT_SYMBOL_GPL vmlinux 0xb6770e44 pci_iomap_wc +EXPORT_SYMBOL_GPL vmlinux 0xb6787346 sfp_unregister_socket +EXPORT_SYMBOL_GPL vmlinux 0xb695ecf9 nvmem_device_get +EXPORT_SYMBOL_GPL vmlinux 0xb69afbb0 devlink_linecard_deactivate +EXPORT_SYMBOL_GPL vmlinux 0xb6b70cb0 blk_mq_queue_inflight +EXPORT_SYMBOL_GPL vmlinux 0xb6bf19c5 pci_enable_pcie_error_reporting +EXPORT_SYMBOL_GPL vmlinux 0xb6c07c90 ata_sas_port_init +EXPORT_SYMBOL_GPL vmlinux 0xb6d0fb5e usb_driver_release_interface +EXPORT_SYMBOL_GPL vmlinux 0xb6d27de6 __tracepoint_ata_bmdma_status +EXPORT_SYMBOL_GPL vmlinux 0xb6d48e1c generic_handle_domain_irq_safe +EXPORT_SYMBOL_GPL vmlinux 0xb6dd9b46 tps6586x_writes +EXPORT_SYMBOL_GPL vmlinux 0xb6df084d sbitmap_queue_get_shallow +EXPORT_SYMBOL_GPL vmlinux 0xb6e6d99d clk_disable +EXPORT_SYMBOL_GPL vmlinux 0xb6eb4d67 crypto_unregister_instance +EXPORT_SYMBOL_GPL vmlinux 0xb6ed940f proc_create_net_data_write +EXPORT_SYMBOL_GPL vmlinux 0xb6f53d22 rio_mport_chk_dev_access +EXPORT_SYMBOL_GPL vmlinux 0xb7027bc7 lwtunnel_xmit +EXPORT_SYMBOL_GPL vmlinux 0xb712feaa of_get_display_timings +EXPORT_SYMBOL_GPL vmlinux 0xb7329c06 clk_set_phase +EXPORT_SYMBOL_GPL vmlinux 0xb73713d7 nvmem_add_cell_lookups +EXPORT_SYMBOL_GPL vmlinux 0xb73f413a fuse_dev_operations +EXPORT_SYMBOL_GPL vmlinux 0xb755e140 register_virtio_driver +EXPORT_SYMBOL_GPL vmlinux 0xb75ad281 gpiochip_populate_parent_fwspec_twocell +EXPORT_SYMBOL_GPL vmlinux 0xb76251d8 pinctrl_unregister +EXPORT_SYMBOL_GPL vmlinux 0xb77557ff sk_msg_free_nocharge +EXPORT_SYMBOL_GPL vmlinux 0xb77de2b6 sysfs_remove_files +EXPORT_SYMBOL_GPL vmlinux 0xb77f862c fuse_conn_put +EXPORT_SYMBOL_GPL vmlinux 0xb782c1a3 hv_get_vpreg_128 +EXPORT_SYMBOL_GPL vmlinux 0xb786bf75 pci_write_msi_msg +EXPORT_SYMBOL_GPL vmlinux 0xb7944cbc serial8250_do_set_ldisc +EXPORT_SYMBOL_GPL vmlinux 0xb794c969 skcipher_walk_virt +EXPORT_SYMBOL_GPL vmlinux 0xb79cca20 crypto_grab_ahash +EXPORT_SYMBOL_GPL vmlinux 0xb79fd607 rockchip_pcie_cfg_configuration_accesses +EXPORT_SYMBOL_GPL vmlinux 0xb7a387fc synchronize_rcu_tasks_rude +EXPORT_SYMBOL_GPL vmlinux 0xb7b17711 poll_state_synchronize_srcu +EXPORT_SYMBOL_GPL vmlinux 0xb7b1fcd7 regmap_field_alloc +EXPORT_SYMBOL_GPL vmlinux 0xb7b77d6d meson_vid_pll_div_ro_ops +EXPORT_SYMBOL_GPL vmlinux 0xb7bd5a3f fwnode_get_parent +EXPORT_SYMBOL_GPL vmlinux 0xb7c69a63 unregister_vmap_purge_notifier +EXPORT_SYMBOL_GPL vmlinux 0xb7cc0cff __tracepoint_br_fdb_add +EXPORT_SYMBOL_GPL vmlinux 0xb7d8910e crypto_stats_skcipher_decrypt +EXPORT_SYMBOL_GPL vmlinux 0xb7d8b437 fwnode_find_reference +EXPORT_SYMBOL_GPL vmlinux 0xb7dc19ed devm_clk_hw_get_clk +EXPORT_SYMBOL_GPL vmlinux 0xb7eb4734 acpi_dma_configure_id +EXPORT_SYMBOL_GPL vmlinux 0xb7f990e9 rht_bucket_nested +EXPORT_SYMBOL_GPL vmlinux 0xb7fec049 serdev_controller_alloc +EXPORT_SYMBOL_GPL vmlinux 0xb822d640 devm_phy_package_join +EXPORT_SYMBOL_GPL vmlinux 0xb825dae1 gpiod_direction_output +EXPORT_SYMBOL_GPL vmlinux 0xb8273d0b __wake_up_sync +EXPORT_SYMBOL_GPL vmlinux 0xb83d875c pci_hp_add_bridge +EXPORT_SYMBOL_GPL vmlinux 0xb8450cda device_change_owner +EXPORT_SYMBOL_GPL vmlinux 0xb85042e5 gnttab_free_grant_reference_seq +EXPORT_SYMBOL_GPL vmlinux 0xb8531386 device_pm_wait_for_dev +EXPORT_SYMBOL_GPL vmlinux 0xb8565916 gpiod_get_array_value +EXPORT_SYMBOL_GPL vmlinux 0xb8732010 addrconf_add_linklocal +EXPORT_SYMBOL_GPL vmlinux 0xb8781582 imx_clk_hw_sscg_pll +EXPORT_SYMBOL_GPL vmlinux 0xb87f40fe cppc_set_enable +EXPORT_SYMBOL_GPL vmlinux 0xb88dbfce irq_set_irqchip_state +EXPORT_SYMBOL_GPL vmlinux 0xb897760b platform_device_add_resources +EXPORT_SYMBOL_GPL vmlinux 0xb898831b tcp_plb_update_state +EXPORT_SYMBOL_GPL vmlinux 0xb8993fac __tracepoint_remove_device_from_group +EXPORT_SYMBOL_GPL vmlinux 0xb89e69b1 jump_label_update_timeout +EXPORT_SYMBOL_GPL vmlinux 0xb8a482be __netpoll_free +EXPORT_SYMBOL_GPL vmlinux 0xb8aa58ca ata_pci_device_suspend +EXPORT_SYMBOL_GPL vmlinux 0xb8aba05b kobject_uevent_env +EXPORT_SYMBOL_GPL vmlinux 0xb8af2ead uart_console_write +EXPORT_SYMBOL_GPL vmlinux 0xb8b8c4f0 ti_sci_release_resource +EXPORT_SYMBOL_GPL vmlinux 0xb8c28efe pm_generic_restore_noirq +EXPORT_SYMBOL_GPL vmlinux 0xb8c3cd28 cgrp_dfl_root +EXPORT_SYMBOL_GPL vmlinux 0xb8cd3a7f nf_logger_put +EXPORT_SYMBOL_GPL vmlinux 0xb8d0de5d crypto_register_rngs +EXPORT_SYMBOL_GPL vmlinux 0xb8d899c9 xdp_return_buff +EXPORT_SYMBOL_GPL vmlinux 0xb8dcedc6 blk_mq_free_request +EXPORT_SYMBOL_GPL vmlinux 0xb8f11603 idr_alloc +EXPORT_SYMBOL_GPL vmlinux 0xb8ff0dd2 gfn_to_page +EXPORT_SYMBOL_GPL vmlinux 0xb90b37ce bpf_map_inc_with_uref +EXPORT_SYMBOL_GPL vmlinux 0xb90d3a57 sysfs_create_file_ns +EXPORT_SYMBOL_GPL vmlinux 0xb912560d static_key_disable +EXPORT_SYMBOL_GPL vmlinux 0xb917b6d7 return_address +EXPORT_SYMBOL_GPL vmlinux 0xb9382358 to_nd_region +EXPORT_SYMBOL_GPL vmlinux 0xb93b2877 power_supply_register +EXPORT_SYMBOL_GPL vmlinux 0xb940d90d hte_enable_ts +EXPORT_SYMBOL_GPL vmlinux 0xb953e77a mmc_send_abort_tuning +EXPORT_SYMBOL_GPL vmlinux 0xb9595718 dst_cache_get +EXPORT_SYMBOL_GPL vmlinux 0xb9607e8d percpu_free_rwsem +EXPORT_SYMBOL_GPL vmlinux 0xb9681621 xdp_do_flush +EXPORT_SYMBOL_GPL vmlinux 0xb969e2f4 crypto_alloc_tfm_node +EXPORT_SYMBOL_GPL vmlinux 0xb9806487 mtk_clk_register_gates +EXPORT_SYMBOL_GPL vmlinux 0xb9822677 fsl_mc_bus_dpni_type +EXPORT_SYMBOL_GPL vmlinux 0xb982fd85 acpi_cppc_processor_exit +EXPORT_SYMBOL_GPL vmlinux 0xb9852d11 __traceiter_mc_event +EXPORT_SYMBOL_GPL vmlinux 0xb99a3b00 sbitmap_queue_recalculate_wake_batch +EXPORT_SYMBOL_GPL vmlinux 0xb9b9df41 usb_amd_dev_put +EXPORT_SYMBOL_GPL vmlinux 0xb9bbec7e devm_regmap_field_alloc +EXPORT_SYMBOL_GPL vmlinux 0xb9bdacb9 of_regulator_bulk_get_all +EXPORT_SYMBOL_GPL vmlinux 0xb9be90c4 genphy_c45_read_pma +EXPORT_SYMBOL_GPL vmlinux 0xb9bf7273 kvm_make_all_cpus_request +EXPORT_SYMBOL_GPL vmlinux 0xb9c063a6 blk_crypto_profile_destroy +EXPORT_SYMBOL_GPL vmlinux 0xb9c16f51 hv_max_vp_index +EXPORT_SYMBOL_GPL vmlinux 0xb9c425de register_syscore_ops +EXPORT_SYMBOL_GPL vmlinux 0xb9c433dc mctrl_gpio_init +EXPORT_SYMBOL_GPL vmlinux 0xb9c52e78 nvmem_device_find +EXPORT_SYMBOL_GPL vmlinux 0xb9c88a52 crypto_unregister_rng +EXPORT_SYMBOL_GPL vmlinux 0xb9d025c9 llist_del_first +EXPORT_SYMBOL_GPL vmlinux 0xb9f14509 vp_legacy_queue_vector +EXPORT_SYMBOL_GPL vmlinux 0xba048792 __traceiter_sched_update_nr_running_tp +EXPORT_SYMBOL_GPL vmlinux 0xba0c7c16 regulator_map_voltage_linear_range +EXPORT_SYMBOL_GPL vmlinux 0xba0ff023 crypto_comp_decompress +EXPORT_SYMBOL_GPL vmlinux 0xba1b894d platform_get_resource +EXPORT_SYMBOL_GPL vmlinux 0xba1b9f6f blk_revalidate_disk_zones +EXPORT_SYMBOL_GPL vmlinux 0xba220db7 __wake_up_sync_key +EXPORT_SYMBOL_GPL vmlinux 0xba22910f bio_iov_iter_get_pages +EXPORT_SYMBOL_GPL vmlinux 0xba2a8346 gpiochip_is_requested +EXPORT_SYMBOL_GPL vmlinux 0xba2b7f64 cpufreq_generic_get +EXPORT_SYMBOL_GPL vmlinux 0xba2e562e device_link_del +EXPORT_SYMBOL_GPL vmlinux 0xba42af27 rtnl_af_register +EXPORT_SYMBOL_GPL vmlinux 0xba472898 fat_sync_inode +EXPORT_SYMBOL_GPL vmlinux 0xba506020 kobject_get_path +EXPORT_SYMBOL_GPL vmlinux 0xba7a67e4 gpiod_direction_input +EXPORT_SYMBOL_GPL vmlinux 0xba867e3b kvm_io_bus_get_dev +EXPORT_SYMBOL_GPL vmlinux 0xba89bdcf regulator_list_voltage +EXPORT_SYMBOL_GPL vmlinux 0xba8e9980 synth_event_gen_cmd_array_start +EXPORT_SYMBOL_GPL vmlinux 0xba93ac1b dev_pm_opp_of_get_sharing_cpus +EXPORT_SYMBOL_GPL vmlinux 0xba95df2c pci_p2pmem_publish +EXPORT_SYMBOL_GPL vmlinux 0xba96b348 phy_10gbit_fec_features +EXPORT_SYMBOL_GPL vmlinux 0xbaa7e322 dprc_get_obj +EXPORT_SYMBOL_GPL vmlinux 0xbab7e4b4 nf_checksum_partial +EXPORT_SYMBOL_GPL vmlinux 0xbab9a9f0 maxim_charger_currents +EXPORT_SYMBOL_GPL vmlinux 0xbad0416a rio_get_comptag +EXPORT_SYMBOL_GPL vmlinux 0xbae4d723 rtnl_put_cacheinfo +EXPORT_SYMBOL_GPL vmlinux 0xbae740bf dprc_reset_container +EXPORT_SYMBOL_GPL vmlinux 0xbaf22757 kvfree_call_rcu +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 0xbb0f293a debugfs_create_u32 +EXPORT_SYMBOL_GPL vmlinux 0xbb24f372 __SCK__tp_func_attach_device_to_domain +EXPORT_SYMBOL_GPL vmlinux 0xbb2d595c alloc_io_pgtable_ops +EXPORT_SYMBOL_GPL vmlinux 0xbb4146b3 get_completed_synchronize_rcu +EXPORT_SYMBOL_GPL vmlinux 0xbb4a107c inet_csk_route_req +EXPORT_SYMBOL_GPL vmlinux 0xbb58ad51 sched_set_normal +EXPORT_SYMBOL_GPL vmlinux 0xbb5e790f i2c_dw_validate_speed +EXPORT_SYMBOL_GPL vmlinux 0xbb6508da random_get_entropy_fallback +EXPORT_SYMBOL_GPL vmlinux 0xbb691c29 xhci_dbg_trace +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 0xbb7ad3ac pciserial_init_ports +EXPORT_SYMBOL_GPL vmlinux 0xbb7c2691 anon_inode_getfd +EXPORT_SYMBOL_GPL vmlinux 0xbb7e9690 gfn_to_hva_memslot +EXPORT_SYMBOL_GPL vmlinux 0xbb8b1563 kvm_vcpu_unmap +EXPORT_SYMBOL_GPL vmlinux 0xbb8d7f05 meson_clk_dualdiv_ops +EXPORT_SYMBOL_GPL vmlinux 0xbb93eec5 ioasid_alloc +EXPORT_SYMBOL_GPL vmlinux 0xbbb4ab02 mtk_mutex_put +EXPORT_SYMBOL_GPL vmlinux 0xbbb9286a dpcon_open +EXPORT_SYMBOL_GPL vmlinux 0xbbd4f457 of_clk_get_parent_count +EXPORT_SYMBOL_GPL vmlinux 0xbbdb0356 iommu_setup_dma_ops +EXPORT_SYMBOL_GPL vmlinux 0xbbe5611b crc64_rocksoft_update +EXPORT_SYMBOL_GPL vmlinux 0xbbe56404 sprint_OID +EXPORT_SYMBOL_GPL vmlinux 0xbbee1d34 proc_create_net_single +EXPORT_SYMBOL_GPL vmlinux 0xbbf82b6f zynqmp_pm_set_tcm_config +EXPORT_SYMBOL_GPL vmlinux 0xbc077c86 rdev_clear_badblocks +EXPORT_SYMBOL_GPL vmlinux 0xbc082277 handle_fasteoi_mask_irq +EXPORT_SYMBOL_GPL vmlinux 0xbc0e0f0a acpi_device_update_power +EXPORT_SYMBOL_GPL vmlinux 0xbc1bc394 fsstack_copy_inode_size +EXPORT_SYMBOL_GPL vmlinux 0xbc1c236f wm8350_set_bits +EXPORT_SYMBOL_GPL vmlinux 0xbc2763e6 __reset_control_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0xbc281de1 blk_req_needs_zone_write_lock +EXPORT_SYMBOL_GPL vmlinux 0xbc2c0860 gpiochip_remove_pin_ranges +EXPORT_SYMBOL_GPL vmlinux 0xbc314156 nop_mnt_idmap +EXPORT_SYMBOL_GPL vmlinux 0xbc3f2cb0 timecounter_cyc2time +EXPORT_SYMBOL_GPL vmlinux 0xbc5a57d1 iomap_ioend_try_merge +EXPORT_SYMBOL_GPL vmlinux 0xbc600dc9 preempt_model_voluntary +EXPORT_SYMBOL_GPL vmlinux 0xbc60d0b1 pci_p2pmem_find_many +EXPORT_SYMBOL_GPL vmlinux 0xbc6bec66 free_percpu_irq +EXPORT_SYMBOL_GPL vmlinux 0xbc7d3c31 posix_clock_unregister +EXPORT_SYMBOL_GPL vmlinux 0xbc7f69ed fib_nh_common_init +EXPORT_SYMBOL_GPL vmlinux 0xbc8e1f5a power_supply_get_property +EXPORT_SYMBOL_GPL vmlinux 0xbc9b8588 ehci_cf_port_reset_rwsem +EXPORT_SYMBOL_GPL vmlinux 0xbc9bc1a5 usb_queue_reset_device +EXPORT_SYMBOL_GPL vmlinux 0xbca1bf82 vcap_rule_iter +EXPORT_SYMBOL_GPL vmlinux 0xbca8b68e devm_ti_sci_get_handle +EXPORT_SYMBOL_GPL vmlinux 0xbcaed6a3 fuse_send_init +EXPORT_SYMBOL_GPL vmlinux 0xbcb5b69c gnttab_pages_clear_private +EXPORT_SYMBOL_GPL vmlinux 0xbcb5f929 noop_direct_IO +EXPORT_SYMBOL_GPL vmlinux 0xbcbe3339 devlink_set_features +EXPORT_SYMBOL_GPL vmlinux 0xbcc15e75 ktime_get_coarse_with_offset +EXPORT_SYMBOL_GPL vmlinux 0xbcdd5b99 iommu_group_set_name +EXPORT_SYMBOL_GPL vmlinux 0xbce2cbd7 tpm_put_ops +EXPORT_SYMBOL_GPL vmlinux 0xbce84952 usb_get_intf +EXPORT_SYMBOL_GPL vmlinux 0xbcf139b0 fl6_merge_options +EXPORT_SYMBOL_GPL vmlinux 0xbcf1f0e6 zs_create_pool +EXPORT_SYMBOL_GPL vmlinux 0xbcfc71a8 do_take_over_console +EXPORT_SYMBOL_GPL vmlinux 0xbd06370f rt_mutex_lock +EXPORT_SYMBOL_GPL vmlinux 0xbd06f3a9 ata_get_cmd_name +EXPORT_SYMBOL_GPL vmlinux 0xbd162dbe devm_kfree +EXPORT_SYMBOL_GPL vmlinux 0xbd3b5b12 posix_clock_register +EXPORT_SYMBOL_GPL vmlinux 0xbd3d04c1 phy_destroy +EXPORT_SYMBOL_GPL vmlinux 0xbd3fe1e3 disable_hardirq +EXPORT_SYMBOL_GPL vmlinux 0xbd40a6fe pm_runtime_forbid +EXPORT_SYMBOL_GPL vmlinux 0xbd43f90e bus_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0xbd4d131b pm_generic_runtime_resume +EXPORT_SYMBOL_GPL vmlinux 0xbd4dfd95 attribute_container_unregister +EXPORT_SYMBOL_GPL vmlinux 0xbd5704ec __tracepoint_xdp_bulk_tx +EXPORT_SYMBOL_GPL vmlinux 0xbd5cad0c max8997_read_reg +EXPORT_SYMBOL_GPL vmlinux 0xbd5d54c0 nf_ct_hook +EXPORT_SYMBOL_GPL vmlinux 0xbd6153f8 devres_release +EXPORT_SYMBOL_GPL vmlinux 0xbd670ad6 genphy_c45_pma_resume +EXPORT_SYMBOL_GPL vmlinux 0xbd673367 hwmon_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0xbd73f51b usb_phy_roothub_resume +EXPORT_SYMBOL_GPL vmlinux 0xbd7a06f6 clk_regmap_divider_ops +EXPORT_SYMBOL_GPL vmlinux 0xbd7aaaee add_memory +EXPORT_SYMBOL_GPL vmlinux 0xbd9030b7 devm_power_supply_get_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0xbd9c9d53 of_mpc8xxx_spi_probe +EXPORT_SYMBOL_GPL vmlinux 0xbda04a91 cond_synchronize_rcu_expedited +EXPORT_SYMBOL_GPL vmlinux 0xbda599f7 mptcp_token_iter_next +EXPORT_SYMBOL_GPL vmlinux 0xbdb2217d hv_is_isolation_supported +EXPORT_SYMBOL_GPL vmlinux 0xbdb23711 pinctrl_utils_add_map_configs +EXPORT_SYMBOL_GPL vmlinux 0xbdb35636 dev_pm_genpd_remove_notifier +EXPORT_SYMBOL_GPL vmlinux 0xbdb72342 __tracepoint_devlink_hwmsg +EXPORT_SYMBOL_GPL vmlinux 0xbdbaab8b con_debug_enter +EXPORT_SYMBOL_GPL vmlinux 0xbdd7908d bdev_alignment_offset +EXPORT_SYMBOL_GPL vmlinux 0xbdda1b5f vmalloc_huge +EXPORT_SYMBOL_GPL vmlinux 0xbdf3f0d1 phy_optional_get +EXPORT_SYMBOL_GPL vmlinux 0xbdfd2d54 pinctrl_generic_get_group_pins +EXPORT_SYMBOL_GPL vmlinux 0xbe137c1e imx_fracn_gppll +EXPORT_SYMBOL_GPL vmlinux 0xbe177e7e fsverity_prepare_setattr +EXPORT_SYMBOL_GPL vmlinux 0xbe20af65 xhci_ext_cap_init +EXPORT_SYMBOL_GPL vmlinux 0xbe240c7d l3mdev_table_lookup_register +EXPORT_SYMBOL_GPL vmlinux 0xbe2748db device_register +EXPORT_SYMBOL_GPL vmlinux 0xbe2afcbc ata_sas_sync_probe +EXPORT_SYMBOL_GPL vmlinux 0xbe435767 device_remove_file +EXPORT_SYMBOL_GPL vmlinux 0xbe485667 tun_get_tx_ring +EXPORT_SYMBOL_GPL vmlinux 0xbe56fbd6 ping_queue_rcv_skb +EXPORT_SYMBOL_GPL vmlinux 0xbe5ba813 debugfs_attr_write +EXPORT_SYMBOL_GPL vmlinux 0xbe5c888b crypto_chain +EXPORT_SYMBOL_GPL vmlinux 0xbe5d1f42 nd_tbl +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 0xbe6d6ba4 pwm_request_from_chip +EXPORT_SYMBOL_GPL vmlinux 0xbe726810 usb_kill_urb +EXPORT_SYMBOL_GPL vmlinux 0xbe7c3006 pinctrl_dev_get_drvdata +EXPORT_SYMBOL_GPL vmlinux 0xbe81ac2e pci_ims_free_irq +EXPORT_SYMBOL_GPL vmlinux 0xbe83ebc5 crypto_shoot_alg +EXPORT_SYMBOL_GPL vmlinux 0xbe88f3d0 acct_bioset_init +EXPORT_SYMBOL_GPL vmlinux 0xbe96dfd8 of_reconfig_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0xbe9a83d5 dw_pcie_write +EXPORT_SYMBOL_GPL vmlinux 0xbea59373 vcap_rule_add_action_bit +EXPORT_SYMBOL_GPL vmlinux 0xbea5ff1e static_key_initialized +EXPORT_SYMBOL_GPL vmlinux 0xbea86ae4 pm_generic_restore_early +EXPORT_SYMBOL_GPL vmlinux 0xbeb7b7d3 __traceiter_rwmmio_read +EXPORT_SYMBOL_GPL vmlinux 0xbeba441a inet_csk_listen_start +EXPORT_SYMBOL_GPL vmlinux 0xbec09c72 devm_of_clk_add_hw_provider +EXPORT_SYMBOL_GPL vmlinux 0xbec141ba clk_mux_val_to_index +EXPORT_SYMBOL_GPL vmlinux 0xbec66c3a __apei_exec_run +EXPORT_SYMBOL_GPL vmlinux 0xbed5a223 inet_hash +EXPORT_SYMBOL_GPL vmlinux 0xbedd6e1d ip_valid_fib_dump_req +EXPORT_SYMBOL_GPL vmlinux 0xbeec1bc7 kernfs_path_from_node +EXPORT_SYMBOL_GPL vmlinux 0xbf027cf7 ip6_datagram_connect +EXPORT_SYMBOL_GPL vmlinux 0xbf041102 register_vt_notifier +EXPORT_SYMBOL_GPL vmlinux 0xbf121958 tty_mode_ioctl +EXPORT_SYMBOL_GPL vmlinux 0xbf124d20 rt_mutex_unlock +EXPORT_SYMBOL_GPL vmlinux 0xbf166144 irq_chip_set_type_parent +EXPORT_SYMBOL_GPL vmlinux 0xbf1bb847 __fat_fs_error +EXPORT_SYMBOL_GPL vmlinux 0xbf2e2e71 housekeeping_enabled +EXPORT_SYMBOL_GPL vmlinux 0xbf4513c3 devlink_linecard_activate +EXPORT_SYMBOL_GPL vmlinux 0xbf6c2dda md_start +EXPORT_SYMBOL_GPL vmlinux 0xbf739191 to_nvdimm_bus +EXPORT_SYMBOL_GPL vmlinux 0xbf8d1c78 pci_epc_remove_epf +EXPORT_SYMBOL_GPL vmlinux 0xbf9866eb scsi_unregister_device_handler +EXPORT_SYMBOL_GPL vmlinux 0xbfa8aa8c bpf_prog_destroy +EXPORT_SYMBOL_GPL vmlinux 0xbfb09bbd iommu_present +EXPORT_SYMBOL_GPL vmlinux 0xbfbc5434 pciserial_resume_ports +EXPORT_SYMBOL_GPL vmlinux 0xbfc553e7 device_wakeup_disable +EXPORT_SYMBOL_GPL vmlinux 0xbfd728b8 device_get_phy_mode +EXPORT_SYMBOL_GPL vmlinux 0xbfe5616d tick_broadcast_oneshot_control +EXPORT_SYMBOL_GPL vmlinux 0xbfebf23e acpi_gpiochip_free_interrupts +EXPORT_SYMBOL_GPL vmlinux 0xbfed2cd9 __wait_rcu_gp +EXPORT_SYMBOL_GPL vmlinux 0xbff518bf fsnotify_init_mark +EXPORT_SYMBOL_GPL vmlinux 0xc002a7c4 fscrypt_set_bio_crypt_ctx_bh +EXPORT_SYMBOL_GPL vmlinux 0xc004266e debugfs_create_u32_array +EXPORT_SYMBOL_GPL vmlinux 0xc008931f ata_sas_tport_add +EXPORT_SYMBOL_GPL vmlinux 0xc00a90a2 xfrm_local_error +EXPORT_SYMBOL_GPL vmlinux 0xc0223206 xfrm_audit_state_delete +EXPORT_SYMBOL_GPL vmlinux 0xc02e84f3 regcache_sync_region +EXPORT_SYMBOL_GPL vmlinux 0xc036412f irqchip_fwnode_ops +EXPORT_SYMBOL_GPL vmlinux 0xc03ddabc __kvm_set_memory_region +EXPORT_SYMBOL_GPL vmlinux 0xc03fc209 iommu_map +EXPORT_SYMBOL_GPL vmlinux 0xc041b762 ulpi_viewport_access_ops +EXPORT_SYMBOL_GPL vmlinux 0xc04351ef mtk_clk_unregister_dividers +EXPORT_SYMBOL_GPL vmlinux 0xc046cf84 imx93_clk_gate +EXPORT_SYMBOL_GPL vmlinux 0xc05cee80 ipi_get_hwirq +EXPORT_SYMBOL_GPL vmlinux 0xc062bf59 devm_regulator_put +EXPORT_SYMBOL_GPL vmlinux 0xc07d58c6 usb_register_device_driver +EXPORT_SYMBOL_GPL vmlinux 0xc090c376 net_selftest_get_strings +EXPORT_SYMBOL_GPL vmlinux 0xc0a178ce rio_unmap_inb_region +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 0xc0adf8f9 xen_find_device_domain_owner +EXPORT_SYMBOL_GPL vmlinux 0xc0b2664d devlink_dpipe_header_ipv4 +EXPORT_SYMBOL_GPL vmlinux 0xc0b67bb7 acpi_dev_pm_attach +EXPORT_SYMBOL_GPL vmlinux 0xc0c1e9d1 spi_setup +EXPORT_SYMBOL_GPL vmlinux 0xc0dcb59e edac_layer_name +EXPORT_SYMBOL_GPL vmlinux 0xc0f0458a ip_tunnel_unneed_metadata +EXPORT_SYMBOL_GPL vmlinux 0xc1029820 fscrypt_fname_encrypted_size +EXPORT_SYMBOL_GPL vmlinux 0xc1086e0c sysrq_toggle_support +EXPORT_SYMBOL_GPL vmlinux 0xc10fddb8 name_to_dev_t +EXPORT_SYMBOL_GPL vmlinux 0xc11f2990 devfreq_event_get_edev_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0xc1259c07 kill_dev_dax +EXPORT_SYMBOL_GPL vmlinux 0xc1326beb dev_pm_opp_get_voltage +EXPORT_SYMBOL_GPL vmlinux 0xc1444451 devm_gpiod_unhinge +EXPORT_SYMBOL_GPL vmlinux 0xc144e382 pinctrl_select_state +EXPORT_SYMBOL_GPL vmlinux 0xc14f6351 ata_sff_exec_command +EXPORT_SYMBOL_GPL vmlinux 0xc14f7616 __SCK__tp_func_rwmmio_post_write +EXPORT_SYMBOL_GPL vmlinux 0xc1611706 of_irq_parse_and_map_pci +EXPORT_SYMBOL_GPL vmlinux 0xc16d7075 dm_path_uevent +EXPORT_SYMBOL_GPL vmlinux 0xc1703ed9 sbitmap_queue_show +EXPORT_SYMBOL_GPL vmlinux 0xc1721ae3 sk_msg_return +EXPORT_SYMBOL_GPL vmlinux 0xc1743430 cpuidle_disable_device +EXPORT_SYMBOL_GPL vmlinux 0xc17515d7 usb_hcds_loaded +EXPORT_SYMBOL_GPL vmlinux 0xc177d31b wbc_account_cgroup_owner +EXPORT_SYMBOL_GPL vmlinux 0xc17e9946 usb_show_dynids +EXPORT_SYMBOL_GPL vmlinux 0xc1983658 led_trigger_set +EXPORT_SYMBOL_GPL vmlinux 0xc1a19d00 iommu_group_get +EXPORT_SYMBOL_GPL vmlinux 0xc1aa88f6 ata_host_resume +EXPORT_SYMBOL_GPL vmlinux 0xc1bb67f8 skcipher_walk_aead_decrypt +EXPORT_SYMBOL_GPL vmlinux 0xc1ca88e2 usb_set_interface +EXPORT_SYMBOL_GPL vmlinux 0xc1d15a4c phylink_set_port_modes +EXPORT_SYMBOL_GPL vmlinux 0xc1dce028 k3_udma_glue_reset_tx_chn +EXPORT_SYMBOL_GPL vmlinux 0xc1e3c802 vfs_setxattr +EXPORT_SYMBOL_GPL vmlinux 0xc1e6986e interval_tree_span_iter_first +EXPORT_SYMBOL_GPL vmlinux 0xc1ecc767 of_gen_pool_get +EXPORT_SYMBOL_GPL vmlinux 0xc1fd0840 phy_10gbit_features +EXPORT_SYMBOL_GPL vmlinux 0xc2033071 pci_epc_init_notify +EXPORT_SYMBOL_GPL vmlinux 0xc204903e thermal_of_zone_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc20f40d0 pci_hp_destroy +EXPORT_SYMBOL_GPL vmlinux 0xc20fe855 bdi_dev_name +EXPORT_SYMBOL_GPL vmlinux 0xc22386df posix_acl_create +EXPORT_SYMBOL_GPL vmlinux 0xc22a3091 vm_unmap_aliases +EXPORT_SYMBOL_GPL vmlinux 0xc22df521 usb_role_switch_find_by_fwnode +EXPORT_SYMBOL_GPL vmlinux 0xc22f72b4 perf_event_addr_filters_sync +EXPORT_SYMBOL_GPL vmlinux 0xc233010c pm_clk_add_clk +EXPORT_SYMBOL_GPL vmlinux 0xc2368ea5 ata_xfer_mask2mode +EXPORT_SYMBOL_GPL vmlinux 0xc23eb06a cpufreq_cpu_get +EXPORT_SYMBOL_GPL vmlinux 0xc24385ec pci_d3cold_disable +EXPORT_SYMBOL_GPL vmlinux 0xc2472388 tegra210_clk_emc_update_setting +EXPORT_SYMBOL_GPL vmlinux 0xc2540ea3 of_pci_get_max_link_speed +EXPORT_SYMBOL_GPL vmlinux 0xc25b8971 hv_remove_crash_handler +EXPORT_SYMBOL_GPL vmlinux 0xc263cbcf lwtunnel_cmp_encap +EXPORT_SYMBOL_GPL vmlinux 0xc2692173 wakeup_sources_read_lock +EXPORT_SYMBOL_GPL vmlinux 0xc2762f37 blk_mq_debugfs_rq_show +EXPORT_SYMBOL_GPL vmlinux 0xc27c37b5 kset_create_and_add +EXPORT_SYMBOL_GPL vmlinux 0xc289e46d cpufreq_generic_frequency_table_verify +EXPORT_SYMBOL_GPL vmlinux 0xc28b1eb6 thermal_zone_get_slope +EXPORT_SYMBOL_GPL vmlinux 0xc28da4c6 wm8350_gpio_config +EXPORT_SYMBOL_GPL vmlinux 0xc2a2d15d netdev_walk_all_lower_dev_rcu +EXPORT_SYMBOL_GPL vmlinux 0xc2a3e570 errata +EXPORT_SYMBOL_GPL vmlinux 0xc2a41d73 perf_event_update_userpage +EXPORT_SYMBOL_GPL vmlinux 0xc2a814db tcp_memory_pressure +EXPORT_SYMBOL_GPL vmlinux 0xc2b6afe4 i2c_adapter_type +EXPORT_SYMBOL_GPL vmlinux 0xc2b6f895 sdio_writeb_readb +EXPORT_SYMBOL_GPL vmlinux 0xc2b9773a __tracepoint_neigh_update_done +EXPORT_SYMBOL_GPL vmlinux 0xc2bf05ac dev_pm_opp_get_sharing_cpus +EXPORT_SYMBOL_GPL vmlinux 0xc2c0c9c1 trace_array_put +EXPORT_SYMBOL_GPL vmlinux 0xc2c1c427 perf_event_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0xc2dbd980 extcon_unregister_notifier_all +EXPORT_SYMBOL_GPL vmlinux 0xc2de27ca hest_disable +EXPORT_SYMBOL_GPL vmlinux 0xc2e301f6 crypto_register_acomp +EXPORT_SYMBOL_GPL vmlinux 0xc2e89f75 devm_platform_ioremap_resource +EXPORT_SYMBOL_GPL vmlinux 0xc2f9f706 inet_csk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0xc309cae0 buffer_migrate_folio_norefs +EXPORT_SYMBOL_GPL vmlinux 0xc30a6f7b acpi_match_device +EXPORT_SYMBOL_GPL vmlinux 0xc31fb32e __irq_set_handler +EXPORT_SYMBOL_GPL vmlinux 0xc32756e8 irq_domain_remove +EXPORT_SYMBOL_GPL vmlinux 0xc32fae39 acpi_subsys_freeze +EXPORT_SYMBOL_GPL vmlinux 0xc340e246 zynqmp_pm_request_node +EXPORT_SYMBOL_GPL vmlinux 0xc341ae6d zs_map_object +EXPORT_SYMBOL_GPL vmlinux 0xc347f882 regmap_reinit_cache +EXPORT_SYMBOL_GPL vmlinux 0xc36d965b serdev_device_alloc +EXPORT_SYMBOL_GPL vmlinux 0xc36e5c75 of_property_read_variable_u64_array +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 0xc38c050e __regmap_init +EXPORT_SYMBOL_GPL vmlinux 0xc3997d9d mpi_read_raw_from_sgl +EXPORT_SYMBOL_GPL vmlinux 0xc399b6fc cpuidle_get_cpu_driver +EXPORT_SYMBOL_GPL vmlinux 0xc39dc445 crypto_stats_kpp_set_secret +EXPORT_SYMBOL_GPL vmlinux 0xc39f51ad __traceiter_tcp_send_reset +EXPORT_SYMBOL_GPL vmlinux 0xc3a1053e regulator_set_load +EXPORT_SYMBOL_GPL vmlinux 0xc3a666f8 ata_host_alloc_pinfo +EXPORT_SYMBOL_GPL vmlinux 0xc3aa3031 devfreq_cooling_em_register +EXPORT_SYMBOL_GPL vmlinux 0xc3b94adf dev_pm_set_dedicated_wake_irq_reverse +EXPORT_SYMBOL_GPL vmlinux 0xc3c4c6cc hash_algo_name +EXPORT_SYMBOL_GPL vmlinux 0xc3c7ac40 shake_page +EXPORT_SYMBOL_GPL vmlinux 0xc3cd6929 dma_fence_unwrap_first +EXPORT_SYMBOL_GPL vmlinux 0xc3de65ff ring_buffer_bytes_cpu +EXPORT_SYMBOL_GPL vmlinux 0xc3ea5305 iommu_default_passthrough +EXPORT_SYMBOL_GPL vmlinux 0xc4028e99 __traceiter_block_bio_remap +EXPORT_SYMBOL_GPL vmlinux 0xc41e57c0 usb_match_one_id +EXPORT_SYMBOL_GPL vmlinux 0xc42617dd gnttab_page_cache_shrink +EXPORT_SYMBOL_GPL vmlinux 0xc428068d sata_deb_timing_long +EXPORT_SYMBOL_GPL vmlinux 0xc42dbf2a vcap_rule_mod_key_u32 +EXPORT_SYMBOL_GPL vmlinux 0xc43e92b9 trace_seq_bprintf +EXPORT_SYMBOL_GPL vmlinux 0xc44992ee devlink_param_driverinit_value_get +EXPORT_SYMBOL_GPL vmlinux 0xc44afc48 pse_ethtool_set_config +EXPORT_SYMBOL_GPL vmlinux 0xc44b9c84 devl_resources_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc44d6512 dma_resv_get_fences +EXPORT_SYMBOL_GPL vmlinux 0xc454fc7b twl_get_type +EXPORT_SYMBOL_GPL vmlinux 0xc46324f6 dynevent_create +EXPORT_SYMBOL_GPL vmlinux 0xc46e9225 dst_cache_get_ip6 +EXPORT_SYMBOL_GPL vmlinux 0xc471c67a twl4030_audio_disable_resource +EXPORT_SYMBOL_GPL vmlinux 0xc47a90b9 bpf_fentry_test1 +EXPORT_SYMBOL_GPL vmlinux 0xc49055e9 mtk_pinconf_bias_disable_get_rev1 +EXPORT_SYMBOL_GPL vmlinux 0xc4945e72 i2c_get_device_id +EXPORT_SYMBOL_GPL vmlinux 0xc4977916 serdev_device_write_flush +EXPORT_SYMBOL_GPL vmlinux 0xc498bdc9 devlink_register +EXPORT_SYMBOL_GPL vmlinux 0xc4a31146 rdma_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0xc4a72936 trusted_tpm_send +EXPORT_SYMBOL_GPL vmlinux 0xc4c979c9 vcap_find_keystream_keysets +EXPORT_SYMBOL_GPL vmlinux 0xc4cbffb1 set_secondary_fwnode +EXPORT_SYMBOL_GPL vmlinux 0xc4ce22cd dev_pm_enable_wake_irq +EXPORT_SYMBOL_GPL vmlinux 0xc4ce23bc class_find_device +EXPORT_SYMBOL_GPL vmlinux 0xc4e14db9 blk_crypto_evict_key +EXPORT_SYMBOL_GPL vmlinux 0xc4ec4c3d mtk_devm_alloc_clk_data +EXPORT_SYMBOL_GPL vmlinux 0xc4f0da12 ktime_get_with_offset +EXPORT_SYMBOL_GPL vmlinux 0xc4ffbe0c mmu_notifier_range_update_to_read_only +EXPORT_SYMBOL_GPL vmlinux 0xc51450c6 imx_ccm_lock +EXPORT_SYMBOL_GPL vmlinux 0xc52cc71d __auxiliary_driver_register +EXPORT_SYMBOL_GPL vmlinux 0xc5332949 __virtio_unbreak_device +EXPORT_SYMBOL_GPL vmlinux 0xc53d2f2d rio_unlock_device +EXPORT_SYMBOL_GPL vmlinux 0xc53f8718 devlink_region_create +EXPORT_SYMBOL_GPL vmlinux 0xc5458615 cros_ec_cmd +EXPORT_SYMBOL_GPL vmlinux 0xc54de28e ata_link_next +EXPORT_SYMBOL_GPL vmlinux 0xc5604800 clk_set_rate_exclusive +EXPORT_SYMBOL_GPL vmlinux 0xc565ba03 pci_p2pmem_virt_to_bus +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 0xc583f1d1 is_swiotlb_active +EXPORT_SYMBOL_GPL vmlinux 0xc58a3ee6 icc_node_destroy +EXPORT_SYMBOL_GPL vmlinux 0xc58f729e ata_sff_freeze +EXPORT_SYMBOL_GPL vmlinux 0xc5a13671 aead_geniv_alloc +EXPORT_SYMBOL_GPL vmlinux 0xc5a5c678 uart_parse_earlycon +EXPORT_SYMBOL_GPL vmlinux 0xc5a8d132 regulator_is_enabled_regmap +EXPORT_SYMBOL_GPL vmlinux 0xc5a98065 irq_chip_disable_parent +EXPORT_SYMBOL_GPL vmlinux 0xc5ae21d6 serial8250_clear_and_reinit_fifos +EXPORT_SYMBOL_GPL vmlinux 0xc5b3309e task_user_regset_view +EXPORT_SYMBOL_GPL vmlinux 0xc5cd5fc2 of_modalias_node +EXPORT_SYMBOL_GPL vmlinux 0xc5cf8b6c dev_xdp_prog_count +EXPORT_SYMBOL_GPL vmlinux 0xc5e2e621 cpci_hp_unregister_controller +EXPORT_SYMBOL_GPL vmlinux 0xc5e521fc __folio_lock_killable +EXPORT_SYMBOL_GPL vmlinux 0xc5f7155f simple_attr_release +EXPORT_SYMBOL_GPL vmlinux 0xc617f82c unregister_oom_notifier +EXPORT_SYMBOL_GPL vmlinux 0xc618c5aa ahci_platform_deassert_rsts +EXPORT_SYMBOL_GPL vmlinux 0xc61cbbd1 sfp_add_phy +EXPORT_SYMBOL_GPL vmlinux 0xc61e9dd9 acpi_dev_resume +EXPORT_SYMBOL_GPL vmlinux 0xc620832b wm831x_set_bits +EXPORT_SYMBOL_GPL vmlinux 0xc621357e bpf_trace_run11 +EXPORT_SYMBOL_GPL vmlinux 0xc6250576 ZSTD_isError +EXPORT_SYMBOL_GPL vmlinux 0xc62611e1 scatterwalk_map_and_copy +EXPORT_SYMBOL_GPL vmlinux 0xc62bfdd8 acpi_device_fwnode_ops +EXPORT_SYMBOL_GPL vmlinux 0xc62d3cdb devm_clk_get_enabled +EXPORT_SYMBOL_GPL vmlinux 0xc6302dc4 tty_standard_install +EXPORT_SYMBOL_GPL vmlinux 0xc638937f __clk_hw_register_divider +EXPORT_SYMBOL_GPL vmlinux 0xc644eb36 synchronize_srcu_expedited +EXPORT_SYMBOL_GPL vmlinux 0xc64fd66a add_hwgenerator_randomness +EXPORT_SYMBOL_GPL vmlinux 0xc65672f7 pinconf_generic_dump_config +EXPORT_SYMBOL_GPL vmlinux 0xc6572a90 xenbus_read_unsigned +EXPORT_SYMBOL_GPL vmlinux 0xc65c5634 platform_device_del +EXPORT_SYMBOL_GPL vmlinux 0xc65f15ea switchdev_handle_port_obj_del_foreign +EXPORT_SYMBOL_GPL vmlinux 0xc66019cc xen_resume_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc662ecda __tracepoint_br_fdb_external_learn_add +EXPORT_SYMBOL_GPL vmlinux 0xc66b77b1 iommu_group_set_iommudata +EXPORT_SYMBOL_GPL vmlinux 0xc670b07f auxiliary_driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc6779093 ring_buffer_record_enable +EXPORT_SYMBOL_GPL vmlinux 0xc683b0a9 xdp_rxq_info_unreg +EXPORT_SYMBOL_GPL vmlinux 0xc68405c0 genphy_c45_check_and_restart_aneg +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 0xc6a04c0b phy_create_lookup +EXPORT_SYMBOL_GPL vmlinux 0xc6a214fd of_reconfig_get_state_change +EXPORT_SYMBOL_GPL vmlinux 0xc6a4a872 __clk_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0xc6a96de6 pci_host_probe +EXPORT_SYMBOL_GPL vmlinux 0xc6ad0400 devl_trap_groups_register +EXPORT_SYMBOL_GPL vmlinux 0xc6d02015 tc3589x_block_read +EXPORT_SYMBOL_GPL vmlinux 0xc6d0a97a blkg_prfill_rwstat +EXPORT_SYMBOL_GPL vmlinux 0xc6d2f1d9 devm_gpio_request +EXPORT_SYMBOL_GPL vmlinux 0xc6d86f7b ipv4_sk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0xc6def34b gnttab_empty_grant_references +EXPORT_SYMBOL_GPL vmlinux 0xc6e5bcf3 linear_range_get_selector_within +EXPORT_SYMBOL_GPL vmlinux 0xc70290f1 divider_ro_determine_rate +EXPORT_SYMBOL_GPL vmlinux 0xc7031052 devm_namespace_enable +EXPORT_SYMBOL_GPL vmlinux 0xc7061ef3 iova_cache_put +EXPORT_SYMBOL_GPL vmlinux 0xc708a5ec virtio_device_restore +EXPORT_SYMBOL_GPL vmlinux 0xc708bdf7 da9052_disable_irq_nosync +EXPORT_SYMBOL_GPL vmlinux 0xc709c4dd fwnode_usb_role_switch_get +EXPORT_SYMBOL_GPL vmlinux 0xc70a29d5 gpiochip_line_is_open_drain +EXPORT_SYMBOL_GPL vmlinux 0xc70bd3be dst_cache_set_ip4 +EXPORT_SYMBOL_GPL vmlinux 0xc71c573b ip6_sk_redirect +EXPORT_SYMBOL_GPL vmlinux 0xc7224d2f devl_sb_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc731aae2 of_console_check +EXPORT_SYMBOL_GPL vmlinux 0xc73fdce0 devm_ti_sci_get_of_resource +EXPORT_SYMBOL_GPL vmlinux 0xc741a063 ipv4_redirect +EXPORT_SYMBOL_GPL vmlinux 0xc75f4d86 sysfs_remove_mount_point +EXPORT_SYMBOL_GPL vmlinux 0xc776b9a2 kiocb_modified +EXPORT_SYMBOL_GPL vmlinux 0xc77de8c9 skb_gso_validate_network_len +EXPORT_SYMBOL_GPL vmlinux 0xc7856e74 __wake_up_locked_sync_key +EXPORT_SYMBOL_GPL vmlinux 0xc79fbe76 ata_eh_analyze_ncq_error +EXPORT_SYMBOL_GPL vmlinux 0xc7a1840e llist_add_batch +EXPORT_SYMBOL_GPL vmlinux 0xc7a7e770 clk_bulk_enable +EXPORT_SYMBOL_GPL vmlinux 0xc7afa084 pinctrl_pm_select_idle_state +EXPORT_SYMBOL_GPL vmlinux 0xc7b98dd1 tc3589x_reg_write +EXPORT_SYMBOL_GPL vmlinux 0xc7c23ff0 xenbus_exists +EXPORT_SYMBOL_GPL vmlinux 0xc7c91eb2 gov_attr_set_put +EXPORT_SYMBOL_GPL vmlinux 0xc7ddac11 clk_register_fixed_rate +EXPORT_SYMBOL_GPL vmlinux 0xc7de9dba dev_pm_opp_of_add_table_indexed +EXPORT_SYMBOL_GPL vmlinux 0xc7e0164f pci_epc_mem_init +EXPORT_SYMBOL_GPL vmlinux 0xc7e64fc2 asn1_encode_integer +EXPORT_SYMBOL_GPL vmlinux 0xc7ed1c33 gpiochip_generic_free +EXPORT_SYMBOL_GPL vmlinux 0xc7ed25f3 md_bitmap_load +EXPORT_SYMBOL_GPL vmlinux 0xc7fa4aa9 kobj_ns_drop +EXPORT_SYMBOL_GPL vmlinux 0xc80d706a ata_sff_prereset +EXPORT_SYMBOL_GPL vmlinux 0xc80f8e4a devlink_resource_occ_get_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc8106c83 rtc_class_open +EXPORT_SYMBOL_GPL vmlinux 0xc813f7d2 shash_ahash_update +EXPORT_SYMBOL_GPL vmlinux 0xc82b3a88 __SCK__tp_func_rpm_resume +EXPORT_SYMBOL_GPL vmlinux 0xc82c721f klist_remove +EXPORT_SYMBOL_GPL vmlinux 0xc839c1ce trace_seq_to_user +EXPORT_SYMBOL_GPL vmlinux 0xc83a41c3 kvm_vcpu_write_guest_page +EXPORT_SYMBOL_GPL vmlinux 0xc842f1ab i2c_detect_slave_mode +EXPORT_SYMBOL_GPL vmlinux 0xc84535be dax_file_unshare +EXPORT_SYMBOL_GPL vmlinux 0xc847ed07 rtc_class_close +EXPORT_SYMBOL_GPL vmlinux 0xc8561b45 da9052_enable_irq +EXPORT_SYMBOL_GPL vmlinux 0xc8568d29 fat_setattr +EXPORT_SYMBOL_GPL vmlinux 0xc8594d3d reset_control_acquire +EXPORT_SYMBOL_GPL vmlinux 0xc859f3b9 put_pid +EXPORT_SYMBOL_GPL vmlinux 0xc85bc03b of_genpd_del_provider +EXPORT_SYMBOL_GPL vmlinux 0xc8629403 acpi_dev_get_next_consumer_dev +EXPORT_SYMBOL_GPL vmlinux 0xc871d084 kthread_data +EXPORT_SYMBOL_GPL vmlinux 0xc874d60c genphy_c45_pma_suspend +EXPORT_SYMBOL_GPL vmlinux 0xc87751fa inet_twsk_hashdance +EXPORT_SYMBOL_GPL vmlinux 0xc87d1ab3 phy_power_off +EXPORT_SYMBOL_GPL vmlinux 0xc87d3d32 blk_queue_zone_write_granularity +EXPORT_SYMBOL_GPL vmlinux 0xc87dd725 k3_udma_glue_pop_rx_chn +EXPORT_SYMBOL_GPL vmlinux 0xc87f3613 of_clk_hw_onecell_get +EXPORT_SYMBOL_GPL vmlinux 0xc8919f4b mtk_mmsys_ddp_dpi_fmt_config +EXPORT_SYMBOL_GPL vmlinux 0xc8950e12 vcap_rule_find_keysets +EXPORT_SYMBOL_GPL vmlinux 0xc8979193 sdio_claim_host +EXPORT_SYMBOL_GPL vmlinux 0xc8af340b rcuwait_wake_up +EXPORT_SYMBOL_GPL vmlinux 0xc8cc4d9f dma_request_chan +EXPORT_SYMBOL_GPL vmlinux 0xc8ccde76 ethnl_cable_test_alloc +EXPORT_SYMBOL_GPL vmlinux 0xc8d7f5aa mtk_pinconf_adv_drive_set_raw +EXPORT_SYMBOL_GPL vmlinux 0xc8ddd5b5 kstrdup_quotable +EXPORT_SYMBOL_GPL vmlinux 0xc8f51387 get_net_ns_by_fd +EXPORT_SYMBOL_GPL vmlinux 0xc905402b log_write_mmio +EXPORT_SYMBOL_GPL vmlinux 0xc91c6491 fsl_mc_bus_dpmcp_type +EXPORT_SYMBOL_GPL vmlinux 0xc91fdf58 percpu_ref_is_zero +EXPORT_SYMBOL_GPL vmlinux 0xc923ba58 devres_close_group +EXPORT_SYMBOL_GPL vmlinux 0xc92e5f9d usb_of_get_interface_node +EXPORT_SYMBOL_GPL vmlinux 0xc9345c0f digsig_verify +EXPORT_SYMBOL_GPL vmlinux 0xc93ee1e7 usb_phy_roothub_init +EXPORT_SYMBOL_GPL vmlinux 0xc943e226 open_related_ns +EXPORT_SYMBOL_GPL vmlinux 0xc955b913 edac_pci_handle_pe +EXPORT_SYMBOL_GPL vmlinux 0xc9561772 fb_destroy_modelist +EXPORT_SYMBOL_GPL vmlinux 0xc9641b48 visitor32 +EXPORT_SYMBOL_GPL vmlinux 0xc9715630 __SCK__tp_func_ata_bmdma_status +EXPORT_SYMBOL_GPL vmlinux 0xc9817421 mtk_mmsys_ddp_connect +EXPORT_SYMBOL_GPL vmlinux 0xc9827693 __bpf_call_base +EXPORT_SYMBOL_GPL vmlinux 0xc98d8acd fb_deferred_io_cleanup +EXPORT_SYMBOL_GPL vmlinux 0xc9b7a54a phylink_mii_c45_pcs_get_state +EXPORT_SYMBOL_GPL vmlinux 0xc9c27e15 fib6_check_nexthop +EXPORT_SYMBOL_GPL vmlinux 0xc9ceea06 clk_has_parent +EXPORT_SYMBOL_GPL vmlinux 0xc9d6f5b6 rio_release_outb_mbox +EXPORT_SYMBOL_GPL vmlinux 0xc9e18e5d device_get_named_child_node +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 0xca1a88a6 pinmux_generic_get_function +EXPORT_SYMBOL_GPL vmlinux 0xca27642e sec_irq_init +EXPORT_SYMBOL_GPL vmlinux 0xca2a181a fib_rules_seq_read +EXPORT_SYMBOL_GPL vmlinux 0xca3088b8 dev_pm_opp_get_max_transition_latency +EXPORT_SYMBOL_GPL vmlinux 0xca454a34 vt_get_leds +EXPORT_SYMBOL_GPL vmlinux 0xca500464 ZSTD_getErrorName +EXPORT_SYMBOL_GPL vmlinux 0xca61fba8 pci_host_common_probe +EXPORT_SYMBOL_GPL vmlinux 0xca6a69b5 bus_find_device +EXPORT_SYMBOL_GPL vmlinux 0xca72e421 led_trigger_write +EXPORT_SYMBOL_GPL vmlinux 0xca7d8764 kthread_freezable_should_stop +EXPORT_SYMBOL_GPL vmlinux 0xca90c780 crypto_register_algs +EXPORT_SYMBOL_GPL vmlinux 0xca99025d pci_dev_lock +EXPORT_SYMBOL_GPL vmlinux 0xca9a1d5e ring_buffer_free +EXPORT_SYMBOL_GPL vmlinux 0xcab6d50d of_irq_to_resource_table +EXPORT_SYMBOL_GPL vmlinux 0xcabe04de cpuidle_resume_and_unlock +EXPORT_SYMBOL_GPL vmlinux 0xcac3a061 crypto_register_akcipher +EXPORT_SYMBOL_GPL vmlinux 0xcad49a33 mmc_crypto_setup_queue +EXPORT_SYMBOL_GPL vmlinux 0xcadda036 __traceiter_wbc_writepage +EXPORT_SYMBOL_GPL vmlinux 0xcae7ce5d fsl_mc_get_version +EXPORT_SYMBOL_GPL vmlinux 0xcaeae7df pl08x_filter_id +EXPORT_SYMBOL_GPL vmlinux 0xcaf10c16 nvmem_device_cell_read +EXPORT_SYMBOL_GPL vmlinux 0xcaf1707a usb_hcd_setup_local_mem +EXPORT_SYMBOL_GPL vmlinux 0xcaf1d958 evtchn_get +EXPORT_SYMBOL_GPL vmlinux 0xcafa2ac5 bus_register +EXPORT_SYMBOL_GPL vmlinux 0xcafbae9f devm_hwmon_device_register_with_groups +EXPORT_SYMBOL_GPL vmlinux 0xcb108153 pinctrl_force_sleep +EXPORT_SYMBOL_GPL vmlinux 0xcb186931 pkcs7_validate_trust +EXPORT_SYMBOL_GPL vmlinux 0xcb1896cc kobject_uevent +EXPORT_SYMBOL_GPL vmlinux 0xcb2a0570 rio_request_mport_dma +EXPORT_SYMBOL_GPL vmlinux 0xcb2afebb meson_pmx_get_funcs_count +EXPORT_SYMBOL_GPL vmlinux 0xcb2bfe2b nvmem_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0xcb421ab1 dev_pm_opp_of_remove_table +EXPORT_SYMBOL_GPL vmlinux 0xcb4d02e8 mtk_eint_do_init +EXPORT_SYMBOL_GPL vmlinux 0xcb4f1798 elv_rqhash_del +EXPORT_SYMBOL_GPL vmlinux 0xcb4f8c4f serdev_device_set_baudrate +EXPORT_SYMBOL_GPL vmlinux 0xcb525b3e pci_bus_add_device +EXPORT_SYMBOL_GPL vmlinux 0xcb552d77 gpiod_set_config +EXPORT_SYMBOL_GPL vmlinux 0xcb561441 mem_dump_obj +EXPORT_SYMBOL_GPL vmlinux 0xcb6bc5f3 devm_pse_controller_register +EXPORT_SYMBOL_GPL vmlinux 0xcb8261b6 inet6_hash +EXPORT_SYMBOL_GPL vmlinux 0xcb907eeb dev_pm_opp_adjust_voltage +EXPORT_SYMBOL_GPL vmlinux 0xcb93dd15 tps6586x_irq_get_virq +EXPORT_SYMBOL_GPL vmlinux 0xcb973576 pm_clk_runtime_suspend +EXPORT_SYMBOL_GPL vmlinux 0xcbb120ca serdev_device_write_room +EXPORT_SYMBOL_GPL vmlinux 0xcbb49d84 device_wakeup_enable +EXPORT_SYMBOL_GPL vmlinux 0xcbb5087c tps6586x_write +EXPORT_SYMBOL_GPL vmlinux 0xcbba4b94 __get_task_comm +EXPORT_SYMBOL_GPL vmlinux 0xcbc1df97 blk_mq_sched_mark_restart_hctx +EXPORT_SYMBOL_GPL vmlinux 0xcbd53cd7 iommu_group_remove_device +EXPORT_SYMBOL_GPL vmlinux 0xcbd8f32e amba_device_add +EXPORT_SYMBOL_GPL vmlinux 0xcbdc045a irq_setup_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0xcbe42139 power_supply_set_property +EXPORT_SYMBOL_GPL vmlinux 0xcbe56bc2 zs_get_total_pages +EXPORT_SYMBOL_GPL vmlinux 0xcbec1ca7 bpf_trace_run12 +EXPORT_SYMBOL_GPL vmlinux 0xcc01aada led_classdev_notify_brightness_hw_changed +EXPORT_SYMBOL_GPL vmlinux 0xcc02e547 xfrm_output_resume +EXPORT_SYMBOL_GPL vmlinux 0xcc0982ee perf_pmu_migrate_context +EXPORT_SYMBOL_GPL vmlinux 0xcc0fd0a7 k3_ringacc_ring_push_head +EXPORT_SYMBOL_GPL vmlinux 0xcc11207b iommu_set_pgtable_quirks +EXPORT_SYMBOL_GPL vmlinux 0xcc2dbfd8 irq_domain_check_msi_remap +EXPORT_SYMBOL_GPL vmlinux 0xcc39c03e nvmem_unregister +EXPORT_SYMBOL_GPL vmlinux 0xcc4295a6 wbt_disable_default +EXPORT_SYMBOL_GPL vmlinux 0xcc4f116e sysfs_groups_change_owner +EXPORT_SYMBOL_GPL vmlinux 0xcc687885 rtnl_af_unregister +EXPORT_SYMBOL_GPL vmlinux 0xcc756149 tc3589x_set_bits +EXPORT_SYMBOL_GPL vmlinux 0xcc795932 devlink_region_snapshot_id_put +EXPORT_SYMBOL_GPL vmlinux 0xcc9268fc hwpoison_filter_enable +EXPORT_SYMBOL_GPL vmlinux 0xcc935375 walk_iomem_res_desc +EXPORT_SYMBOL_GPL vmlinux 0xcc9cf0c0 devm_clk_get_prepared +EXPORT_SYMBOL_GPL vmlinux 0xcca3cc77 bus_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0xccabde6f crc64_rocksoft_generic +EXPORT_SYMBOL_GPL vmlinux 0xccb1615d phy_driver_is_genphy +EXPORT_SYMBOL_GPL vmlinux 0xccb45de2 mtk_pinconf_bias_disable_set +EXPORT_SYMBOL_GPL vmlinux 0xcccf2714 pci_sriov_configure_simple +EXPORT_SYMBOL_GPL vmlinux 0xcccfb2fa sata_deb_timing_hotplug +EXPORT_SYMBOL_GPL vmlinux 0xccd06c2e sock_map_destroy +EXPORT_SYMBOL_GPL vmlinux 0xccd86806 ata_id_string +EXPORT_SYMBOL_GPL vmlinux 0xccf113ca devfreq_event_set_event +EXPORT_SYMBOL_GPL vmlinux 0xccf52bc9 sfp_upstream_start +EXPORT_SYMBOL_GPL vmlinux 0xccff0cb0 devm_regmap_field_free +EXPORT_SYMBOL_GPL vmlinux 0xcd02b382 sbitmap_show +EXPORT_SYMBOL_GPL vmlinux 0xcd191a6c rtc_update_irq_enable +EXPORT_SYMBOL_GPL vmlinux 0xcd1990c3 virtqueue_enable_cb_delayed +EXPORT_SYMBOL_GPL vmlinux 0xcd23efd5 rtc_read_alarm +EXPORT_SYMBOL_GPL vmlinux 0xcd24e146 hash_digest_size +EXPORT_SYMBOL_GPL vmlinux 0xcd31524d vcap_copy_rule +EXPORT_SYMBOL_GPL vmlinux 0xcd6a7244 sock_diag_destroy +EXPORT_SYMBOL_GPL vmlinux 0xcd6f2dc9 nf_log_buf_add +EXPORT_SYMBOL_GPL vmlinux 0xcd759b82 k3_ringacc_ring_reset +EXPORT_SYMBOL_GPL vmlinux 0xcd7d755e spi_mem_dirmap_create +EXPORT_SYMBOL_GPL vmlinux 0xcd7f019b rio_mport_initialize +EXPORT_SYMBOL_GPL vmlinux 0xcd7f513e icc_get +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 0xcd9d8d9f dev_pm_opp_get_of_node +EXPORT_SYMBOL_GPL vmlinux 0xcda2aaba k3_udma_glue_tx_dma_to_cppi5_addr +EXPORT_SYMBOL_GPL vmlinux 0xcdaf1fe1 cgroup_get_e_css +EXPORT_SYMBOL_GPL vmlinux 0xcdb6adcc ras_userspace_consumers +EXPORT_SYMBOL_GPL vmlinux 0xcdba3777 mtk_clk_unregister_cpumuxes +EXPORT_SYMBOL_GPL vmlinux 0xcdc86b55 sched_clock +EXPORT_SYMBOL_GPL vmlinux 0xcdca3691 nr_irqs +EXPORT_SYMBOL_GPL vmlinux 0xcdcbe33e unix_outq_len +EXPORT_SYMBOL_GPL vmlinux 0xcdcdbf89 dev_pm_opp_disable +EXPORT_SYMBOL_GPL vmlinux 0xcde26600 cppc_get_transition_latency +EXPORT_SYMBOL_GPL vmlinux 0xcde4454e dm_internal_resume_fast +EXPORT_SYMBOL_GPL vmlinux 0xcdea7dcc devm_clk_hw_register_fixed_factor_index +EXPORT_SYMBOL_GPL vmlinux 0xce03b925 irq_domain_xlate_twocell +EXPORT_SYMBOL_GPL vmlinux 0xce0a4020 xenbus_directory +EXPORT_SYMBOL_GPL vmlinux 0xce0af3f7 fib_info_nh_uses_dev +EXPORT_SYMBOL_GPL vmlinux 0xce2022d5 gpiod_get_raw_array_value +EXPORT_SYMBOL_GPL vmlinux 0xce316d7e zynqmp_pm_set_sd_tapdelay +EXPORT_SYMBOL_GPL vmlinux 0xce546bda xhci_drop_endpoint +EXPORT_SYMBOL_GPL vmlinux 0xce598ef2 unregister_kretprobe +EXPORT_SYMBOL_GPL vmlinux 0xce69cd4d subsys_dev_iter_init +EXPORT_SYMBOL_GPL vmlinux 0xce6db656 rcu_is_watching +EXPORT_SYMBOL_GPL vmlinux 0xce74a3d7 hvc_instantiate +EXPORT_SYMBOL_GPL vmlinux 0xce827eff wm8350_clear_bits +EXPORT_SYMBOL_GPL vmlinux 0xce87f98e fuse_sync_release +EXPORT_SYMBOL_GPL vmlinux 0xce880778 phylink_mii_c22_pcs_config +EXPORT_SYMBOL_GPL vmlinux 0xce91e62c __bio_add_page +EXPORT_SYMBOL_GPL vmlinux 0xcea5cfad tpm_send +EXPORT_SYMBOL_GPL vmlinux 0xceac8674 zynqmp_pm_read_pggs +EXPORT_SYMBOL_GPL vmlinux 0xceb1f126 mpi_read_raw_data +EXPORT_SYMBOL_GPL vmlinux 0xcec8dc12 regmap_noinc_read +EXPORT_SYMBOL_GPL vmlinux 0xced17ea9 __bio_release_pages +EXPORT_SYMBOL_GPL vmlinux 0xced312f0 devm_hwrng_unregister +EXPORT_SYMBOL_GPL vmlinux 0xced71b63 power_supply_class +EXPORT_SYMBOL_GPL vmlinux 0xcee1641c kgdb_unregister_nmi_console +EXPORT_SYMBOL_GPL vmlinux 0xcee88e7a of_overlay_fdt_apply +EXPORT_SYMBOL_GPL vmlinux 0xceed8c16 __set_phys_to_machine +EXPORT_SYMBOL_GPL vmlinux 0xcef044b5 genphy_c45_config_aneg +EXPORT_SYMBOL_GPL vmlinux 0xcef9031e regulator_desc_list_voltage_linear +EXPORT_SYMBOL_GPL vmlinux 0xcf08f788 platform_msi_domain_free_irqs +EXPORT_SYMBOL_GPL vmlinux 0xcf1018a9 __skb_zcopy_downgrade_managed +EXPORT_SYMBOL_GPL vmlinux 0xcf181fd1 usb_hcd_resume_root_hub +EXPORT_SYMBOL_GPL vmlinux 0xcf191b72 lp8788_write_byte +EXPORT_SYMBOL_GPL vmlinux 0xcf3e66d4 xfrm_dev_policy_add +EXPORT_SYMBOL_GPL vmlinux 0xcf5aa1fb __regmap_init_spi +EXPORT_SYMBOL_GPL vmlinux 0xcf60410b extcon_sync +EXPORT_SYMBOL_GPL vmlinux 0xcf667d72 uart_xchar_out +EXPORT_SYMBOL_GPL vmlinux 0xcf6b0d45 scsi_dh_attach +EXPORT_SYMBOL_GPL vmlinux 0xcf6e7293 mbox_flush +EXPORT_SYMBOL_GPL vmlinux 0xcf84b11f rio_map_inb_region +EXPORT_SYMBOL_GPL vmlinux 0xcf88fb39 fscrypt_mergeable_bio_bh +EXPORT_SYMBOL_GPL vmlinux 0xcf917073 usb_device_match_id +EXPORT_SYMBOL_GPL vmlinux 0xcfbe01bc serial8250_em485_start_tx +EXPORT_SYMBOL_GPL vmlinux 0xcfc34ac8 fscrypt_d_revalidate +EXPORT_SYMBOL_GPL vmlinux 0xcfc4cfbc dev_pm_domain_detach +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 0xcfe1a264 irq_domain_add_legacy +EXPORT_SYMBOL_GPL vmlinux 0xcfee4c6f nvdimm_setup_pfn +EXPORT_SYMBOL_GPL vmlinux 0xcffd793e hyperv_report_panic +EXPORT_SYMBOL_GPL vmlinux 0xd00110d1 vp_modern_map_vq_notify +EXPORT_SYMBOL_GPL vmlinux 0xd0227873 lwtunnel_input +EXPORT_SYMBOL_GPL vmlinux 0xd026d518 HYPERVISOR_vcpu_op +EXPORT_SYMBOL_GPL vmlinux 0xd02830b0 dev_pm_opp_find_freq_exact +EXPORT_SYMBOL_GPL vmlinux 0xd03eaf4c schedule_hrtimeout_range +EXPORT_SYMBOL_GPL vmlinux 0xd04435bf irq_get_domain_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0xd0458ccb xenbus_strstate +EXPORT_SYMBOL_GPL vmlinux 0xd049ee14 vfs_truncate +EXPORT_SYMBOL_GPL vmlinux 0xd04aedfd __SCK__tp_func_arm_event +EXPORT_SYMBOL_GPL vmlinux 0xd0505a89 posix_acl_default_xattr_handler +EXPORT_SYMBOL_GPL vmlinux 0xd06524ba raw_notifier_chain_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd0666a80 serdev_device_set_flow_control +EXPORT_SYMBOL_GPL vmlinux 0xd067d3c5 system_freezable_power_efficient_wq +EXPORT_SYMBOL_GPL vmlinux 0xd06a8847 sysfs_create_groups +EXPORT_SYMBOL_GPL vmlinux 0xd0705610 spi_controller_dma_map_mem_op_data +EXPORT_SYMBOL_GPL vmlinux 0xd0858784 tpm_pcr_read +EXPORT_SYMBOL_GPL vmlinux 0xd086d0e6 sock_diag_unregister_inet_compat +EXPORT_SYMBOL_GPL vmlinux 0xd0971a54 fsl_mc_bus_dpio_type +EXPORT_SYMBOL_GPL vmlinux 0xd0978887 dev_pm_opp_find_bw_ceil +EXPORT_SYMBOL_GPL vmlinux 0xd09911a6 acpi_dev_get_irq_type +EXPORT_SYMBOL_GPL vmlinux 0xd099a5fd usb_acpi_power_manageable +EXPORT_SYMBOL_GPL vmlinux 0xd0a4f827 kvm_irq_has_notifier +EXPORT_SYMBOL_GPL vmlinux 0xd0c05159 emergency_restart +EXPORT_SYMBOL_GPL vmlinux 0xd0c1dbfa rio_dev_put +EXPORT_SYMBOL_GPL vmlinux 0xd0c994ff device_driver_attach +EXPORT_SYMBOL_GPL vmlinux 0xd0cad824 dev_pm_opp_get_opp_table +EXPORT_SYMBOL_GPL vmlinux 0xd0d156e9 __rht_bucket_nested +EXPORT_SYMBOL_GPL vmlinux 0xd0d3f0a4 gen_pool_avail +EXPORT_SYMBOL_GPL vmlinux 0xd0d894b7 tracing_cond_snapshot_data +EXPORT_SYMBOL_GPL vmlinux 0xd0db0f12 run_dax +EXPORT_SYMBOL_GPL vmlinux 0xd0ec2f49 ata_sff_port_ops +EXPORT_SYMBOL_GPL vmlinux 0xd0ef1fc1 scsi_internal_device_block_nowait +EXPORT_SYMBOL_GPL vmlinux 0xd0f565c3 rio_release_inb_mbox +EXPORT_SYMBOL_GPL vmlinux 0xd0fd6f3d phylink_of_phy_connect +EXPORT_SYMBOL_GPL vmlinux 0xd0fd7085 hwrng_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd117936d mtk_clk_register_fixed_clks +EXPORT_SYMBOL_GPL vmlinux 0xd1201239 devm_hwmon_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd12b5b95 dpbp_disable +EXPORT_SYMBOL_GPL vmlinux 0xd12d0886 __traceiter_fdb_delete +EXPORT_SYMBOL_GPL vmlinux 0xd138c08a free_iova_fast +EXPORT_SYMBOL_GPL vmlinux 0xd13e4af8 dma_fence_unwrap_next +EXPORT_SYMBOL_GPL vmlinux 0xd1481de7 mpi_clear +EXPORT_SYMBOL_GPL vmlinux 0xd15315c3 xfrm_bpf_md_dst +EXPORT_SYMBOL_GPL vmlinux 0xd154bd23 pm_runtime_autosuspend_expiration +EXPORT_SYMBOL_GPL vmlinux 0xd159586c net_prio_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0xd16366b3 bpf_prog_select_runtime +EXPORT_SYMBOL_GPL vmlinux 0xd16a8cef __tracepoint_add_device_to_group +EXPORT_SYMBOL_GPL vmlinux 0xd1786166 raw_seq_stop +EXPORT_SYMBOL_GPL vmlinux 0xd17c2bdd devm_bitmap_alloc +EXPORT_SYMBOL_GPL vmlinux 0xd17cfe97 edac_mc_del_mc +EXPORT_SYMBOL_GPL vmlinux 0xd19361ef acpi_device_uevent_modalias +EXPORT_SYMBOL_GPL vmlinux 0xd1957ae8 rio_unmap_outb_region +EXPORT_SYMBOL_GPL vmlinux 0xd19819c4 scsi_ioctl_block_when_processing_errors +EXPORT_SYMBOL_GPL vmlinux 0xd1a332b8 icc_provider_add +EXPORT_SYMBOL_GPL vmlinux 0xd1a9ca15 __SCK__tp_func_neigh_update +EXPORT_SYMBOL_GPL vmlinux 0xd1ae7bbc regmap_parse_val +EXPORT_SYMBOL_GPL vmlinux 0xd1b1a030 blk_trace_startstop +EXPORT_SYMBOL_GPL vmlinux 0xd1cbc23c add_timer_on +EXPORT_SYMBOL_GPL vmlinux 0xd1cf9e5f pci_p2pdma_enable_store +EXPORT_SYMBOL_GPL vmlinux 0xd1de01e3 nd_cmd_out_size +EXPORT_SYMBOL_GPL vmlinux 0xd1ec4531 relay_open +EXPORT_SYMBOL_GPL vmlinux 0xd1f1d61a mtk_pinconf_bias_set +EXPORT_SYMBOL_GPL vmlinux 0xd1f2eee2 nf_logger_find_get +EXPORT_SYMBOL_GPL vmlinux 0xd216f235 acpi_subsys_suspend_noirq +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 0xd22c67a1 fscrypt_drop_inode +EXPORT_SYMBOL_GPL vmlinux 0xd23532a5 __inet_inherit_port +EXPORT_SYMBOL_GPL vmlinux 0xd23c7521 ksm_madvise +EXPORT_SYMBOL_GPL vmlinux 0xd2423f76 i2c_acpi_get_i2c_resource +EXPORT_SYMBOL_GPL vmlinux 0xd248a519 rockchip_pmu_block +EXPORT_SYMBOL_GPL vmlinux 0xd24ae1ac devm_fwnode_gpiod_get_index +EXPORT_SYMBOL_GPL vmlinux 0xd24e9e8c klist_init +EXPORT_SYMBOL_GPL vmlinux 0xd24f506e blk_mq_freeze_queue_wait_timeout +EXPORT_SYMBOL_GPL vmlinux 0xd25c3f9c pm_genpd_add_device +EXPORT_SYMBOL_GPL vmlinux 0xd260af0d ring_buffer_write +EXPORT_SYMBOL_GPL vmlinux 0xd2722931 iommu_get_domain_for_dev_pasid +EXPORT_SYMBOL_GPL vmlinux 0xd273b1b1 __round_jiffies_up_relative +EXPORT_SYMBOL_GPL vmlinux 0xd27d085c icc_disable +EXPORT_SYMBOL_GPL vmlinux 0xd27ebda9 gpiochip_irq_map +EXPORT_SYMBOL_GPL vmlinux 0xd27eeb4b alloc_iova +EXPORT_SYMBOL_GPL vmlinux 0xd27f215d gnttab_alloc_grant_references +EXPORT_SYMBOL_GPL vmlinux 0xd280a521 trace_output_call +EXPORT_SYMBOL_GPL vmlinux 0xd299cb50 pci_epf_bind +EXPORT_SYMBOL_GPL vmlinux 0xd29c1f10 __traceiter_error_report_end +EXPORT_SYMBOL_GPL vmlinux 0xd2b10a05 ata_timing_find_mode +EXPORT_SYMBOL_GPL vmlinux 0xd2b3b926 firmware_request_platform +EXPORT_SYMBOL_GPL vmlinux 0xd2ca36cc fw_devlink_purge_absent_suppliers +EXPORT_SYMBOL_GPL vmlinux 0xd2d29aa6 netlink_add_tap +EXPORT_SYMBOL_GPL vmlinux 0xd2d7e59b unregister_platform_power_off +EXPORT_SYMBOL_GPL vmlinux 0xd2da222a tegra_mc_probe_device +EXPORT_SYMBOL_GPL vmlinux 0xd2df0ec9 devm_add_action +EXPORT_SYMBOL_GPL vmlinux 0xd2ed3844 dmaengine_desc_get_metadata_ptr +EXPORT_SYMBOL_GPL vmlinux 0xd2ef6a40 phylink_mii_ioctl +EXPORT_SYMBOL_GPL vmlinux 0xd2f46f4e edac_device_handle_ue_count +EXPORT_SYMBOL_GPL vmlinux 0xd2f9be40 pwmchip_remove +EXPORT_SYMBOL_GPL vmlinux 0xd313bc7b xas_nomem +EXPORT_SYMBOL_GPL vmlinux 0xd3170f42 skb_pull_rcsum +EXPORT_SYMBOL_GPL vmlinux 0xd31a2ac5 ring_buffer_oldest_event_ts +EXPORT_SYMBOL_GPL vmlinux 0xd31b743e fwnode_connection_find_match +EXPORT_SYMBOL_GPL vmlinux 0xd320ebaf pci_epc_get_first_free_bar +EXPORT_SYMBOL_GPL vmlinux 0xd3220d4d to_nvdimm +EXPORT_SYMBOL_GPL vmlinux 0xd33ada8b cci_probed +EXPORT_SYMBOL_GPL vmlinux 0xd34bd840 acpi_debugfs_dir +EXPORT_SYMBOL_GPL vmlinux 0xd3551a76 zynqmp_pm_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0xd358db85 md_bitmap_copy_from_slot +EXPORT_SYMBOL_GPL vmlinux 0xd35bcf6c ata_port_freeze +EXPORT_SYMBOL_GPL vmlinux 0xd36760ef __usb_get_extra_descriptor +EXPORT_SYMBOL_GPL vmlinux 0xd3752c27 atomic_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0xd37ad49f key_set_timeout +EXPORT_SYMBOL_GPL vmlinux 0xd37c023e xenbus_match +EXPORT_SYMBOL_GPL vmlinux 0xd37c8976 debounce_time_mt6765 +EXPORT_SYMBOL_GPL vmlinux 0xd397d710 tegra_bpmp_mrq_return +EXPORT_SYMBOL_GPL vmlinux 0xd39e9848 put_itimerspec64 +EXPORT_SYMBOL_GPL vmlinux 0xd3a1a60a ethnl_cable_test_pulse +EXPORT_SYMBOL_GPL vmlinux 0xd3acceaf create_signature +EXPORT_SYMBOL_GPL vmlinux 0xd3bc597f ata_host_put +EXPORT_SYMBOL_GPL vmlinux 0xd3c32aae mmc_regulator_get_supply +EXPORT_SYMBOL_GPL vmlinux 0xd3c5c0cf fwnode_property_read_u64_array +EXPORT_SYMBOL_GPL vmlinux 0xd3d2d864 of_pinctrl_get +EXPORT_SYMBOL_GPL vmlinux 0xd3e6e7cc regulator_set_drvdata +EXPORT_SYMBOL_GPL vmlinux 0xd3eaf1ed devlink_dpipe_entry_clear +EXPORT_SYMBOL_GPL vmlinux 0xd3ec851c __traceiter_unmap +EXPORT_SYMBOL_GPL vmlinux 0xd3ee5e1e crypto_stats_aead_encrypt +EXPORT_SYMBOL_GPL vmlinux 0xd3f0cd42 misc_cg_res_total_usage +EXPORT_SYMBOL_GPL vmlinux 0xd4034828 system_freezable_wq +EXPORT_SYMBOL_GPL vmlinux 0xd40917c7 devfreq_get_devfreq_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0xd413c8a8 of_detach_node +EXPORT_SYMBOL_GPL vmlinux 0xd426dbc4 erst_get_record_count +EXPORT_SYMBOL_GPL vmlinux 0xd42c08ab device_property_read_string +EXPORT_SYMBOL_GPL vmlinux 0xd42f1d4e show_rcu_tasks_rude_gp_kthread +EXPORT_SYMBOL_GPL vmlinux 0xd4382dca tty_encode_baud_rate +EXPORT_SYMBOL_GPL vmlinux 0xd44a5eac kgdb_register_nmi_console +EXPORT_SYMBOL_GPL vmlinux 0xd44a838c sdio_f0_writeb +EXPORT_SYMBOL_GPL vmlinux 0xd4644e88 pm_runtime_force_suspend +EXPORT_SYMBOL_GPL vmlinux 0xd46af5ef cppc_get_perf_ctrs +EXPORT_SYMBOL_GPL vmlinux 0xd46b67e8 dev_attr_sw_activity +EXPORT_SYMBOL_GPL vmlinux 0xd47ae1bf regulator_get_mode +EXPORT_SYMBOL_GPL vmlinux 0xd47fe888 ata_port_pbar_desc +EXPORT_SYMBOL_GPL vmlinux 0xd484447c memremap_pages +EXPORT_SYMBOL_GPL vmlinux 0xd490c840 devlink_health_reporter_create +EXPORT_SYMBOL_GPL vmlinux 0xd4933d8b usb_find_interface +EXPORT_SYMBOL_GPL vmlinux 0xd4935851 __SCK__tp_func_suspend_resume +EXPORT_SYMBOL_GPL vmlinux 0xd49e752f genphy_c45_read_status +EXPORT_SYMBOL_GPL vmlinux 0xd4b6157e devlink_health_reporter_recovery_done +EXPORT_SYMBOL_GPL vmlinux 0xd4b9a616 reset_control_bulk_put +EXPORT_SYMBOL_GPL vmlinux 0xd4badcee add_disk_randomness +EXPORT_SYMBOL_GPL vmlinux 0xd4c14632 system_unbound_wq +EXPORT_SYMBOL_GPL vmlinux 0xd4c7dd3f genphy_c45_restart_aneg +EXPORT_SYMBOL_GPL vmlinux 0xd4cbdbe3 __SCK__tp_func_devlink_trap_report +EXPORT_SYMBOL_GPL vmlinux 0xd4d7e84a ftrace_ops_set_global_filter +EXPORT_SYMBOL_GPL vmlinux 0xd4d84313 edac_device_add_device +EXPORT_SYMBOL_GPL vmlinux 0xd4e6d7e0 linear_range_get_value +EXPORT_SYMBOL_GPL vmlinux 0xd4f5bfa5 iommu_queue_iopf +EXPORT_SYMBOL_GPL vmlinux 0xd4f9dfba bpf_map_inc +EXPORT_SYMBOL_GPL vmlinux 0xd5157226 debugfs_real_fops +EXPORT_SYMBOL_GPL vmlinux 0xd5301b2c linear_range_get_max_value +EXPORT_SYMBOL_GPL vmlinux 0xd532b1e0 dev_pm_genpd_set_performance_state +EXPORT_SYMBOL_GPL vmlinux 0xd53c67b3 unregister_net_sysctl_table +EXPORT_SYMBOL_GPL vmlinux 0xd53fc75f dax_layout_busy_page_range +EXPORT_SYMBOL_GPL vmlinux 0xd5474690 usb_role_switch_set_role +EXPORT_SYMBOL_GPL vmlinux 0xd5491a3f fsl_mc_object_allocate +EXPORT_SYMBOL_GPL vmlinux 0xd5495e93 pwm_get_chip_data +EXPORT_SYMBOL_GPL vmlinux 0xd54f8d68 acpi_ec_add_query_handler +EXPORT_SYMBOL_GPL vmlinux 0xd55ad93b iommu_group_get_iommudata +EXPORT_SYMBOL_GPL vmlinux 0xd55f8090 xfrm_audit_state_icvfail +EXPORT_SYMBOL_GPL vmlinux 0xd565b3bb exportfs_decode_fh_raw +EXPORT_SYMBOL_GPL vmlinux 0xd5763fde ip6_append_data +EXPORT_SYMBOL_GPL vmlinux 0xd576a290 do_unbind_con_driver +EXPORT_SYMBOL_GPL vmlinux 0xd57812a4 fb_deferred_io_release +EXPORT_SYMBOL_GPL vmlinux 0xd5787987 devlink_trap_groups_register +EXPORT_SYMBOL_GPL vmlinux 0xd5799435 xdp_master_redirect +EXPORT_SYMBOL_GPL vmlinux 0xd57ed9ce of_device_uevent_modalias +EXPORT_SYMBOL_GPL vmlinux 0xd5807af3 k3_ringacc_ring_pop +EXPORT_SYMBOL_GPL vmlinux 0xd5905105 regulator_set_bypass_regmap +EXPORT_SYMBOL_GPL vmlinux 0xd59a1587 linkmode_resolve_pause +EXPORT_SYMBOL_GPL vmlinux 0xd5b2fa42 i2c_acpi_waive_d0_probe +EXPORT_SYMBOL_GPL vmlinux 0xd5d4679f crypto_alloc_acomp_node +EXPORT_SYMBOL_GPL vmlinux 0xd5e2e6ba acpi_cppc_processor_probe +EXPORT_SYMBOL_GPL vmlinux 0xd5f6fa2d vp_modern_get_queue_enable +EXPORT_SYMBOL_GPL vmlinux 0xd6020c33 rio_route_clr_table +EXPORT_SYMBOL_GPL vmlinux 0xd6337276 dev_pm_qos_add_notifier +EXPORT_SYMBOL_GPL vmlinux 0xd64ed259 __memcat_p +EXPORT_SYMBOL_GPL vmlinux 0xd6531e99 __virtqueue_unbreak +EXPORT_SYMBOL_GPL vmlinux 0xd65db4d4 xfrm_audit_policy_add +EXPORT_SYMBOL_GPL vmlinux 0xd66a7a35 sbitmap_queue_wake_all +EXPORT_SYMBOL_GPL vmlinux 0xd671bce4 netdev_walk_all_upper_dev_rcu +EXPORT_SYMBOL_GPL vmlinux 0xd67364f7 eventfd_ctx_fdget +EXPORT_SYMBOL_GPL vmlinux 0xd67bed6d to_nd_desc +EXPORT_SYMBOL_GPL vmlinux 0xd68acf5a platform_device_add_data +EXPORT_SYMBOL_GPL vmlinux 0xd6a2e340 pci_iov_vf_id +EXPORT_SYMBOL_GPL vmlinux 0xd6a33ce5 of_phy_provider_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd6a62bcf of_property_read_variable_u8_array +EXPORT_SYMBOL_GPL vmlinux 0xd6a99fbc platform_find_device_by_driver +EXPORT_SYMBOL_GPL vmlinux 0xd6aafb42 crc64_rocksoft +EXPORT_SYMBOL_GPL vmlinux 0xd6b27e8a xas_set_mark +EXPORT_SYMBOL_GPL vmlinux 0xd6baced8 blkcg_policy_register +EXPORT_SYMBOL_GPL vmlinux 0xd6d8f6b3 topology_set_scale_freq_source +EXPORT_SYMBOL_GPL vmlinux 0xd6dd57d2 serdev_device_wait_until_sent +EXPORT_SYMBOL_GPL vmlinux 0xd6f14922 xfrm_audit_state_notfound +EXPORT_SYMBOL_GPL vmlinux 0xd6fa0394 serial8250_set_defaults +EXPORT_SYMBOL_GPL vmlinux 0xd7001a27 acpi_find_child_by_adr +EXPORT_SYMBOL_GPL vmlinux 0xd70934b1 sysfs_remove_link_from_group +EXPORT_SYMBOL_GPL vmlinux 0xd70d6154 blk_mq_sched_try_merge +EXPORT_SYMBOL_GPL vmlinux 0xd7269c64 osc_sb_native_usb4_control +EXPORT_SYMBOL_GPL vmlinux 0xd7282d0c spi_new_device +EXPORT_SYMBOL_GPL vmlinux 0xd7293ffc percpu_ref_reinit +EXPORT_SYMBOL_GPL vmlinux 0xd72f2dc6 devm_mtk_clk_mux_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0xd72f64c3 bio_add_zone_append_page +EXPORT_SYMBOL_GPL vmlinux 0xd72feba2 xenbus_read_driver_state +EXPORT_SYMBOL_GPL vmlinux 0xd7319e5b crypto_register_ahash +EXPORT_SYMBOL_GPL vmlinux 0xd7450d88 ti_sci_inta_msi_create_irq_domain +EXPORT_SYMBOL_GPL vmlinux 0xd74e400f show_rcu_tasks_classic_gp_kthread +EXPORT_SYMBOL_GPL vmlinux 0xd7532bc8 bpf_sk_storage_diag_put +EXPORT_SYMBOL_GPL vmlinux 0xd75b20aa rsa_parse_priv_key +EXPORT_SYMBOL_GPL vmlinux 0xd768e985 regulator_has_full_constraints +EXPORT_SYMBOL_GPL vmlinux 0xd77a2045 sdio_readb +EXPORT_SYMBOL_GPL vmlinux 0xd7a86ea4 tcp_twsk_purge +EXPORT_SYMBOL_GPL vmlinux 0xd7ae4c40 __traceiter_neigh_event_send_done +EXPORT_SYMBOL_GPL vmlinux 0xd7ae971e vcap_alloc_rule +EXPORT_SYMBOL_GPL vmlinux 0xd7aea26e kernel_read_file_from_path_initns +EXPORT_SYMBOL_GPL vmlinux 0xd7b1b785 ftrace_set_filter +EXPORT_SYMBOL_GPL vmlinux 0xd7b21c66 pci_epf_destroy +EXPORT_SYMBOL_GPL vmlinux 0xd7b4a127 xdp_convert_zc_to_xdp_frame +EXPORT_SYMBOL_GPL vmlinux 0xd7b9dfea fsl_mc_cleanup_irq_pool +EXPORT_SYMBOL_GPL vmlinux 0xd7c875df devm_nvmem_register +EXPORT_SYMBOL_GPL vmlinux 0xd7c91b63 tegra210_sata_pll_hw_control_enable +EXPORT_SYMBOL_GPL vmlinux 0xd7c958e7 pwm_request +EXPORT_SYMBOL_GPL vmlinux 0xd7cea889 edac_mod_work +EXPORT_SYMBOL_GPL vmlinux 0xd7d7f2a7 devlink_port_health_reporter_destroy +EXPORT_SYMBOL_GPL vmlinux 0xd7dccd23 __SCK__tp_func_xhci_dbg_quirks +EXPORT_SYMBOL_GPL vmlinux 0xd7ef00e6 hisi_clk_register_phase +EXPORT_SYMBOL_GPL vmlinux 0xd7f2a31e acpi_bind_one +EXPORT_SYMBOL_GPL vmlinux 0xd80684de devm_mbox_controller_register +EXPORT_SYMBOL_GPL vmlinux 0xd8114a18 skcipher_walk_aead_encrypt +EXPORT_SYMBOL_GPL vmlinux 0xd81f7214 stmpe_set_bits +EXPORT_SYMBOL_GPL vmlinux 0xd823cf41 virtqueue_poll +EXPORT_SYMBOL_GPL vmlinux 0xd839eb6f regulator_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0xd84d35bd dax_read_lock +EXPORT_SYMBOL_GPL vmlinux 0xd8532e55 dev_fill_metadata_dst +EXPORT_SYMBOL_GPL vmlinux 0xd855e423 devm_pinctrl_put +EXPORT_SYMBOL_GPL vmlinux 0xd87768de blk_execute_rq_nowait +EXPORT_SYMBOL_GPL vmlinux 0xd87fc0a0 usb_amd_prefetch_quirk +EXPORT_SYMBOL_GPL vmlinux 0xd884a6ce kvm_write_guest +EXPORT_SYMBOL_GPL vmlinux 0xd88defca __dma_fence_unwrap_merge +EXPORT_SYMBOL_GPL vmlinux 0xd88e58a7 usb_hcd_link_urb_to_ep +EXPORT_SYMBOL_GPL vmlinux 0xd8947dce stmpe_reg_write +EXPORT_SYMBOL_GPL vmlinux 0xd8aa2c69 usb_cache_string +EXPORT_SYMBOL_GPL vmlinux 0xd8b64771 apply_to_existing_page_range +EXPORT_SYMBOL_GPL vmlinux 0xd8b811a9 usb_set_configuration +EXPORT_SYMBOL_GPL vmlinux 0xd8d68ab1 dmi_memdev_type +EXPORT_SYMBOL_GPL vmlinux 0xd8e181b4 xen_dbgp_external_startup +EXPORT_SYMBOL_GPL vmlinux 0xd8fbb14d net_cls_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0xd90286dc vchan_find_desc +EXPORT_SYMBOL_GPL vmlinux 0xd903f419 phylink_get_capabilities +EXPORT_SYMBOL_GPL vmlinux 0xd9095ab0 dev_pm_opp_get_supplies +EXPORT_SYMBOL_GPL vmlinux 0xd90a93a7 k3_udma_glue_rx_get_irq +EXPORT_SYMBOL_GPL vmlinux 0xd917d3cf xfrm_output +EXPORT_SYMBOL_GPL vmlinux 0xd918a65d srcu_torture_stats_print +EXPORT_SYMBOL_GPL vmlinux 0xd919c25d device_property_read_string_array +EXPORT_SYMBOL_GPL vmlinux 0xd91a235c device_create_managed_software_node +EXPORT_SYMBOL_GPL vmlinux 0xd91d4c0e dma_wait_for_async_tx +EXPORT_SYMBOL_GPL vmlinux 0xd91dbd1f xdp_alloc_skb_bulk +EXPORT_SYMBOL_GPL vmlinux 0xd925debc dev_pm_opp_of_register_em +EXPORT_SYMBOL_GPL vmlinux 0xd92cc190 put_io_context +EXPORT_SYMBOL_GPL vmlinux 0xd92d1efa ping_seq_stop +EXPORT_SYMBOL_GPL vmlinux 0xd92ef192 security_kernel_post_load_data +EXPORT_SYMBOL_GPL vmlinux 0xd92f0791 leds_list_lock +EXPORT_SYMBOL_GPL vmlinux 0xd92f4934 tty_kopen_shared +EXPORT_SYMBOL_GPL vmlinux 0xd930dda0 sdio_retune_crc_disable +EXPORT_SYMBOL_GPL vmlinux 0xd9576ded __udp_enqueue_schedule_skb +EXPORT_SYMBOL_GPL vmlinux 0xd95a7b3e blk_mq_complete_request_remote +EXPORT_SYMBOL_GPL vmlinux 0xd95c407a key_type_asymmetric +EXPORT_SYMBOL_GPL vmlinux 0xd95de59e tty_port_register_device +EXPORT_SYMBOL_GPL vmlinux 0xd95e37a7 dpcon_enable +EXPORT_SYMBOL_GPL vmlinux 0xd96babb4 interval_tree_iter_next +EXPORT_SYMBOL_GPL vmlinux 0xd97b9b89 acpi_cpu_get_madt_gicc +EXPORT_SYMBOL_GPL vmlinux 0xd9839f70 iommu_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd987ef8f tracing_snapshot_cond_disable +EXPORT_SYMBOL_GPL vmlinux 0xd98daf6c __synth_event_gen_cmd_start +EXPORT_SYMBOL_GPL vmlinux 0xd9916c3a idr_alloc_u32 +EXPORT_SYMBOL_GPL vmlinux 0xd9aab84f ata_sff_dev_classify +EXPORT_SYMBOL_GPL vmlinux 0xd9aac967 ata_dev_set_feature +EXPORT_SYMBOL_GPL vmlinux 0xd9d0a2af devlink_flash_update_timeout_notify +EXPORT_SYMBOL_GPL vmlinux 0xd9e24457 ring_buffer_peek +EXPORT_SYMBOL_GPL vmlinux 0xd9e81e2e hrtimer_sleeper_start_expires +EXPORT_SYMBOL_GPL vmlinux 0xd9f35dd9 spi_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0xd9faa7a5 zynqmp_pm_set_pll_frac_mode +EXPORT_SYMBOL_GPL vmlinux 0xd9fb9915 skb_to_sgvec +EXPORT_SYMBOL_GPL vmlinux 0xd9ff2172 ezx_pcap_write +EXPORT_SYMBOL_GPL vmlinux 0xd9ff6908 scmi_driver_register +EXPORT_SYMBOL_GPL vmlinux 0xda0947de kmsg_dump_unregister +EXPORT_SYMBOL_GPL vmlinux 0xda0d1713 vcap_rule_get_counter +EXPORT_SYMBOL_GPL vmlinux 0xda1036f6 led_init_core +EXPORT_SYMBOL_GPL vmlinux 0xda2feff1 genphy_c45_fast_retrain +EXPORT_SYMBOL_GPL vmlinux 0xda320d31 sfp_module_start +EXPORT_SYMBOL_GPL vmlinux 0xda48e57c input_ff_event +EXPORT_SYMBOL_GPL vmlinux 0xda52b53e balance_dirty_pages_ratelimited_flags +EXPORT_SYMBOL_GPL vmlinux 0xda66fac5 usb_of_has_combined_node +EXPORT_SYMBOL_GPL vmlinux 0xda70d9bb mpc8xxx_spi_rx_buf_u16 +EXPORT_SYMBOL_GPL vmlinux 0xda7912d4 freq_qos_add_request +EXPORT_SYMBOL_GPL vmlinux 0xda7c0a0a usb_init_urb +EXPORT_SYMBOL_GPL vmlinux 0xda800cd3 led_trigger_blink +EXPORT_SYMBOL_GPL vmlinux 0xda892033 regulator_set_voltage +EXPORT_SYMBOL_GPL vmlinux 0xda8e1302 software_node_find_by_name +EXPORT_SYMBOL_GPL vmlinux 0xda8efaa2 ata_sff_irq_on +EXPORT_SYMBOL_GPL vmlinux 0xda9050af __fscrypt_prepare_rename +EXPORT_SYMBOL_GPL vmlinux 0xda9c8d5e of_reset_control_array_get +EXPORT_SYMBOL_GPL vmlinux 0xdaa06dc1 acpi_lpat_raw_to_temp +EXPORT_SYMBOL_GPL vmlinux 0xdab23f6f xhci_shutdown +EXPORT_SYMBOL_GPL vmlinux 0xdab5a1eb interval_tree_insert +EXPORT_SYMBOL_GPL vmlinux 0xdace20e0 led_update_brightness +EXPORT_SYMBOL_GPL vmlinux 0xdae7bb74 crypto_register_shash +EXPORT_SYMBOL_GPL vmlinux 0xdaf4dfb3 fb_mode_option +EXPORT_SYMBOL_GPL vmlinux 0xdaff1b6e nvdimm_bus_add_badrange +EXPORT_SYMBOL_GPL vmlinux 0xdb0e28b0 __nf_ip6_route +EXPORT_SYMBOL_GPL vmlinux 0xdb0ecdc3 devl_resource_occ_get_register +EXPORT_SYMBOL_GPL vmlinux 0xdb142152 extcon_set_state_sync +EXPORT_SYMBOL_GPL vmlinux 0xdb1cf42e shmem_read_mapping_page_gfp +EXPORT_SYMBOL_GPL vmlinux 0xdb4783fd pinmux_generic_add_function +EXPORT_SYMBOL_GPL vmlinux 0xdb47e9ac rio_request_inb_dbell +EXPORT_SYMBOL_GPL vmlinux 0xdb4922bf bpf_trace_run3 +EXPORT_SYMBOL_GPL vmlinux 0xdb5b8a20 power_supply_get_by_name +EXPORT_SYMBOL_GPL vmlinux 0xdb62ca57 ahci_platform_find_clk +EXPORT_SYMBOL_GPL vmlinux 0xdb63a944 acpi_lpat_get_conversion_table +EXPORT_SYMBOL_GPL vmlinux 0xdb63c239 usb_submit_urb +EXPORT_SYMBOL_GPL vmlinux 0xdb6c2a03 rt_mutex_lock_interruptible +EXPORT_SYMBOL_GPL vmlinux 0xdb714ddb pm_generic_poweroff_noirq +EXPORT_SYMBOL_GPL vmlinux 0xdb727637 vcap_set_rule_set_keyset +EXPORT_SYMBOL_GPL vmlinux 0xdb7a33ce gfn_to_memslot +EXPORT_SYMBOL_GPL vmlinux 0xdb8a1b3f usermodehelper_read_trylock +EXPORT_SYMBOL_GPL vmlinux 0xdb8cec5c skb_consume_udp +EXPORT_SYMBOL_GPL vmlinux 0xdb9c8764 rio_free_net +EXPORT_SYMBOL_GPL vmlinux 0xdba53afc pci_epc_raise_irq +EXPORT_SYMBOL_GPL vmlinux 0xdbb39638 fuse_free_conn +EXPORT_SYMBOL_GPL vmlinux 0xdbce3b6f vcap_keyset_name +EXPORT_SYMBOL_GPL vmlinux 0xdbd2522f crypto_unregister_acomps +EXPORT_SYMBOL_GPL vmlinux 0xdbdb0e8b request_any_context_irq +EXPORT_SYMBOL_GPL vmlinux 0xdbe50641 crypto_larval_kill +EXPORT_SYMBOL_GPL vmlinux 0xdbe8d8a0 __SCK__tp_func_cpu_frequency +EXPORT_SYMBOL_GPL vmlinux 0xdbeeece6 tracepoint_probe_unregister +EXPORT_SYMBOL_GPL vmlinux 0xdbf7cb70 mpi_get_nbits +EXPORT_SYMBOL_GPL vmlinux 0xdbfa2500 devl_trylock +EXPORT_SYMBOL_GPL vmlinux 0xdbff0678 percpu_down_write +EXPORT_SYMBOL_GPL vmlinux 0xdc02eb39 dmi_available +EXPORT_SYMBOL_GPL vmlinux 0xdc062e3d cpufreq_generic_init +EXPORT_SYMBOL_GPL vmlinux 0xdc09ee49 raw_seq_start +EXPORT_SYMBOL_GPL vmlinux 0xdc139c13 k3_udma_glue_tx_get_hdesc_size +EXPORT_SYMBOL_GPL vmlinux 0xdc14a211 xen_hvm_evtchn_do_upcall +EXPORT_SYMBOL_GPL vmlinux 0xdc309101 l3mdev_update_flow +EXPORT_SYMBOL_GPL vmlinux 0xdc43bdc6 pci_vpd_find_ro_info_keyword +EXPORT_SYMBOL_GPL vmlinux 0xdc45a5db edac_stop_work +EXPORT_SYMBOL_GPL vmlinux 0xdc497145 sysfs_remove_file_ns +EXPORT_SYMBOL_GPL vmlinux 0xdc49a56a vp_legacy_set_features +EXPORT_SYMBOL_GPL vmlinux 0xdc6596fa irq_set_parent +EXPORT_SYMBOL_GPL vmlinux 0xdc6699cb acpi_dev_free_resource_list +EXPORT_SYMBOL_GPL vmlinux 0xdc74ffc1 hisi_clk_init +EXPORT_SYMBOL_GPL vmlinux 0xdc7df67f apei_exec_ctx_init +EXPORT_SYMBOL_GPL vmlinux 0xdc825d6c usb_amd_quirk_pll_disable +EXPORT_SYMBOL_GPL vmlinux 0xdc825da1 __fscrypt_prepare_link +EXPORT_SYMBOL_GPL vmlinux 0xdc838ff5 raw_v4_match +EXPORT_SYMBOL_GPL vmlinux 0xdc841b74 misc_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0xdc91c941 ata_noop_qc_prep +EXPORT_SYMBOL_GPL vmlinux 0xdc97af2e syscore_suspend +EXPORT_SYMBOL_GPL vmlinux 0xdc9fa232 raw_notifier_chain_register +EXPORT_SYMBOL_GPL vmlinux 0xdcabbe69 mtk_eint_find_irq +EXPORT_SYMBOL_GPL vmlinux 0xdcb0a2c0 phylink_stop +EXPORT_SYMBOL_GPL vmlinux 0xdceb5362 efi_status_to_err +EXPORT_SYMBOL_GPL vmlinux 0xdcf61792 fib6_get_table +EXPORT_SYMBOL_GPL vmlinux 0xdd020380 ptp_parse_header +EXPORT_SYMBOL_GPL vmlinux 0xdd043961 usb_enable_lpm +EXPORT_SYMBOL_GPL vmlinux 0xdd0762df set_worker_desc +EXPORT_SYMBOL_GPL vmlinux 0xdd0ecffe bpf_verifier_log_write +EXPORT_SYMBOL_GPL vmlinux 0xdd0fbd57 iommu_domain_alloc +EXPORT_SYMBOL_GPL vmlinux 0xdd0fe5bf fsl_mc_bus_dpmac_type +EXPORT_SYMBOL_GPL vmlinux 0xdd25f472 of_platform_depopulate +EXPORT_SYMBOL_GPL vmlinux 0xdd30a337 pwm_capture +EXPORT_SYMBOL_GPL vmlinux 0xdd32737f regmap_mmio_detach_clk +EXPORT_SYMBOL_GPL vmlinux 0xdd450ef1 x509_free_certificate +EXPORT_SYMBOL_GPL vmlinux 0xdd4c6e56 nvmem_cell_read_variable_le_u64 +EXPORT_SYMBOL_GPL vmlinux 0xdd4efaa9 regulator_get +EXPORT_SYMBOL_GPL vmlinux 0xdd5a6d1c bio_start_io_acct +EXPORT_SYMBOL_GPL vmlinux 0xdd626ee3 fuse_len_args +EXPORT_SYMBOL_GPL vmlinux 0xdd632630 of_property_read_u32_index +EXPORT_SYMBOL_GPL vmlinux 0xdd66a158 dw_pcie_write_dbi +EXPORT_SYMBOL_GPL vmlinux 0xdd68ee48 battery_hook_unregister +EXPORT_SYMBOL_GPL vmlinux 0xdd78b38f xdp_attachment_setup +EXPORT_SYMBOL_GPL vmlinux 0xdd81d8f6 __SCK__tp_func_block_bio_complete +EXPORT_SYMBOL_GPL vmlinux 0xdd8357f6 __platform_register_drivers +EXPORT_SYMBOL_GPL vmlinux 0xdd8b8b3e wait_on_page_writeback +EXPORT_SYMBOL_GPL vmlinux 0xdd9259c0 usb_choose_configuration +EXPORT_SYMBOL_GPL vmlinux 0xdd969215 dprc_cleanup +EXPORT_SYMBOL_GPL vmlinux 0xdd992c28 bpf_prog_alloc +EXPORT_SYMBOL_GPL vmlinux 0xdd9e170e ata_cable_ignore +EXPORT_SYMBOL_GPL vmlinux 0xdda2ee2b irq_chip_request_resources_parent +EXPORT_SYMBOL_GPL vmlinux 0xddab0c1c i2c_add_numbered_adapter +EXPORT_SYMBOL_GPL vmlinux 0xddabc5ed nvdimm_cmd_mask +EXPORT_SYMBOL_GPL vmlinux 0xddbeeecc pci_lock_rescan_remove +EXPORT_SYMBOL_GPL vmlinux 0xddd97217 vp_legacy_get_features +EXPORT_SYMBOL_GPL vmlinux 0xdddaa6a1 vcap_lookup_rule_by_cookie +EXPORT_SYMBOL_GPL vmlinux 0xddebb280 crypto_req_done +EXPORT_SYMBOL_GPL vmlinux 0xddf32520 __tracepoint_powernv_throttle +EXPORT_SYMBOL_GPL vmlinux 0xde0af24f udp_memory_per_cpu_fw_alloc +EXPORT_SYMBOL_GPL vmlinux 0xde1114e9 ata_sas_port_alloc +EXPORT_SYMBOL_GPL vmlinux 0xde135a5d ti_sci_get_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0xde1fd92a pci_create_ims_domain +EXPORT_SYMBOL_GPL vmlinux 0xde26a61a regmap_mmio_attach_clk +EXPORT_SYMBOL_GPL vmlinux 0xde2fcaa4 __traceiter_remove_device_from_group +EXPORT_SYMBOL_GPL vmlinux 0xde3012a7 rio_request_outb_mbox +EXPORT_SYMBOL_GPL vmlinux 0xde31bf7e unregister_sys_off_handler +EXPORT_SYMBOL_GPL vmlinux 0xde32d487 thermal_remove_hwmon_sysfs +EXPORT_SYMBOL_GPL vmlinux 0xde341149 __traceiter_block_bio_complete +EXPORT_SYMBOL_GPL vmlinux 0xde388ad4 usb_find_alt_setting +EXPORT_SYMBOL_GPL vmlinux 0xde3e8769 clk_hw_register_fractional_divider +EXPORT_SYMBOL_GPL vmlinux 0xde44d5b9 iommu_set_fault_handler +EXPORT_SYMBOL_GPL vmlinux 0xde6bdd1c uart_console_device +EXPORT_SYMBOL_GPL vmlinux 0xde6f1851 TSS_checkhmac1 +EXPORT_SYMBOL_GPL vmlinux 0xde749ec4 devm_phy_destroy +EXPORT_SYMBOL_GPL vmlinux 0xde74f0c9 regulator_get_exclusive +EXPORT_SYMBOL_GPL vmlinux 0xde7ca6c4 nfnl_ct_hook +EXPORT_SYMBOL_GPL vmlinux 0xde8c8d46 driver_register +EXPORT_SYMBOL_GPL vmlinux 0xde9ab8c7 xenbus_rm +EXPORT_SYMBOL_GPL vmlinux 0xde9d077c adp5520_set_bits +EXPORT_SYMBOL_GPL vmlinux 0xdea0b8a9 devm_of_phy_get +EXPORT_SYMBOL_GPL vmlinux 0xdea984a2 tty_register_device_attr +EXPORT_SYMBOL_GPL vmlinux 0xdead2e78 reserve_iova +EXPORT_SYMBOL_GPL vmlinux 0xdecdfee4 of_reserved_mem_device_init_by_idx +EXPORT_SYMBOL_GPL vmlinux 0xded32e31 pci_generic_config_write +EXPORT_SYMBOL_GPL vmlinux 0xded415c7 wakeup_sources_walk_next +EXPORT_SYMBOL_GPL vmlinux 0xdee57aa1 pci_probe_reset_slot +EXPORT_SYMBOL_GPL vmlinux 0xdee91d7a dtpm_destroy_hierarchy +EXPORT_SYMBOL_GPL vmlinux 0xdef049d4 usb_hc_died +EXPORT_SYMBOL_GPL vmlinux 0xdef87e42 replace_page_cache_folio +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 0xdf10dae8 pinctrl_generic_add_group +EXPORT_SYMBOL_GPL vmlinux 0xdf164377 devm_bitmap_zalloc +EXPORT_SYMBOL_GPL vmlinux 0xdf1be5e1 __free_iova +EXPORT_SYMBOL_GPL vmlinux 0xdf1ee564 pm_generic_freeze +EXPORT_SYMBOL_GPL vmlinux 0xdf21ba6f vcap_keyfield_name +EXPORT_SYMBOL_GPL vmlinux 0xdf22fb34 crypto_shash_digest +EXPORT_SYMBOL_GPL vmlinux 0xdf237453 timer_shutdown_sync +EXPORT_SYMBOL_GPL vmlinux 0xdf2738bb cpu_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0xdf2c7be3 disk_set_independent_access_ranges +EXPORT_SYMBOL_GPL vmlinux 0xdf31898f cper_mem_err_pack +EXPORT_SYMBOL_GPL vmlinux 0xdf388b30 devm_pm_opp_of_add_table +EXPORT_SYMBOL_GPL vmlinux 0xdf448d1c fanout_mutex +EXPORT_SYMBOL_GPL vmlinux 0xdf469609 find_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0xdf482956 regmap_field_read +EXPORT_SYMBOL_GPL vmlinux 0xdf54f980 virtio_reset_device +EXPORT_SYMBOL_GPL vmlinux 0xdf582f0b pci_destroy_slot +EXPORT_SYMBOL_GPL vmlinux 0xdf636663 hte_push_ts_ns +EXPORT_SYMBOL_GPL vmlinux 0xdf6c3401 usb_poison_urb +EXPORT_SYMBOL_GPL vmlinux 0xdf7e0231 xhci_add_endpoint +EXPORT_SYMBOL_GPL vmlinux 0xdf81fd49 ata_cable_sata +EXPORT_SYMBOL_GPL vmlinux 0xdf935833 get_pid_task +EXPORT_SYMBOL_GPL vmlinux 0xdf94693d __traceiter_pelt_thermal_tp +EXPORT_SYMBOL_GPL vmlinux 0xdfbd07b7 fscrypt_ioctl_get_policy_ex +EXPORT_SYMBOL_GPL vmlinux 0xdfbff92a dma_resv_wait_timeout +EXPORT_SYMBOL_GPL vmlinux 0xdfc100bd spi_register_controller +EXPORT_SYMBOL_GPL vmlinux 0xdfc7b732 securityfs_create_symlink +EXPORT_SYMBOL_GPL vmlinux 0xdfcb6c90 mctrl_gpio_set +EXPORT_SYMBOL_GPL vmlinux 0xdfddc325 init_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0xdfded96d fib_add_nexthop +EXPORT_SYMBOL_GPL vmlinux 0xdfea5b8d phy_select_page +EXPORT_SYMBOL_GPL vmlinux 0xdff2d5ca platform_msi_create_irq_domain +EXPORT_SYMBOL_GPL vmlinux 0xdff58d19 hvc_remove +EXPORT_SYMBOL_GPL vmlinux 0xdff832d4 spi_controller_dma_unmap_mem_op_data +EXPORT_SYMBOL_GPL vmlinux 0xe002bb52 ata_pci_bmdma_clear_simplex +EXPORT_SYMBOL_GPL vmlinux 0xe00c4891 vfs_lock_file +EXPORT_SYMBOL_GPL vmlinux 0xe00ca7b6 mpc8xxx_spi_probe +EXPORT_SYMBOL_GPL vmlinux 0xe00cb276 __clk_determine_rate +EXPORT_SYMBOL_GPL vmlinux 0xe00f9eae seg6_do_srh_inline +EXPORT_SYMBOL_GPL vmlinux 0xe0121466 filemap_read +EXPORT_SYMBOL_GPL vmlinux 0xe01f4cb0 irq_force_affinity +EXPORT_SYMBOL_GPL vmlinux 0xe0288199 xenbus_watch_pathfmt +EXPORT_SYMBOL_GPL vmlinux 0xe0299ab2 devm_reset_controller_register +EXPORT_SYMBOL_GPL vmlinux 0xe02ad372 edac_pci_free_ctl_info +EXPORT_SYMBOL_GPL vmlinux 0xe0313d71 rhashtable_insert_slow +EXPORT_SYMBOL_GPL vmlinux 0xe036e752 rio_add_device +EXPORT_SYMBOL_GPL vmlinux 0xe03a503c pcie_aspm_capable +EXPORT_SYMBOL_GPL vmlinux 0xe05e2f85 nexthop_free_rcu +EXPORT_SYMBOL_GPL vmlinux 0xe079f0bb usb_of_get_companion_dev +EXPORT_SYMBOL_GPL vmlinux 0xe081817d net_selftest +EXPORT_SYMBOL_GPL vmlinux 0xe091b77c dev_pm_qos_expose_flags +EXPORT_SYMBOL_GPL vmlinux 0xe09a064b sk_msg_memcopy_from_iter +EXPORT_SYMBOL_GPL vmlinux 0xe0b1c103 clk_set_max_rate +EXPORT_SYMBOL_GPL vmlinux 0xe0b41dbb skb_segment +EXPORT_SYMBOL_GPL vmlinux 0xe0b84ade device_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe0be50d4 tegra_bpmp_mrq_is_supported +EXPORT_SYMBOL_GPL vmlinux 0xe0c3a377 gpiochip_line_is_persistent +EXPORT_SYMBOL_GPL vmlinux 0xe0c4e14d hwrng_register +EXPORT_SYMBOL_GPL vmlinux 0xe0cf8707 pse_controller_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe0d21905 gnttab_unmap_refs_sync +EXPORT_SYMBOL_GPL vmlinux 0xe0d32f82 cgroup_attach_task_all +EXPORT_SYMBOL_GPL vmlinux 0xe0e3147c HYPERVISOR_sched_op +EXPORT_SYMBOL_GPL vmlinux 0xe0e35c88 cpufreq_dbs_governor_start +EXPORT_SYMBOL_GPL vmlinux 0xe0e859f6 dummy_con +EXPORT_SYMBOL_GPL vmlinux 0xe0fd0b9c watchdog_init_timeout +EXPORT_SYMBOL_GPL vmlinux 0xe10259ab misc_cg_uncharge +EXPORT_SYMBOL_GPL vmlinux 0xe10cd6ad erst_get_record_id_begin +EXPORT_SYMBOL_GPL vmlinux 0xe1133619 skb_tstamp_tx +EXPORT_SYMBOL_GPL vmlinux 0xe11d387e fscrypt_set_bio_crypt_ctx +EXPORT_SYMBOL_GPL vmlinux 0xe122c0c7 msi_domain_get_virq +EXPORT_SYMBOL_GPL vmlinux 0xe146376b irq_set_chip_and_handler_name +EXPORT_SYMBOL_GPL vmlinux 0xe166be55 efivars_kobject +EXPORT_SYMBOL_GPL vmlinux 0xe18246b5 folio_wait_writeback +EXPORT_SYMBOL_GPL vmlinux 0xe194258b xenbus_alloc_evtchn +EXPORT_SYMBOL_GPL vmlinux 0xe199158e ata_scsi_change_queue_depth +EXPORT_SYMBOL_GPL vmlinux 0xe19e74dc regulator_bulk_set_supply_names +EXPORT_SYMBOL_GPL vmlinux 0xe1a46912 pm_clk_init +EXPORT_SYMBOL_GPL vmlinux 0xe1a781c3 mtk_hw_set_value +EXPORT_SYMBOL_GPL vmlinux 0xe1a8d7c9 net_rwsem +EXPORT_SYMBOL_GPL vmlinux 0xe1aef429 debugfs_create_size_t +EXPORT_SYMBOL_GPL vmlinux 0xe1bd6c99 rio_init_mports +EXPORT_SYMBOL_GPL vmlinux 0xe1c87a2f kernel_can_power_off +EXPORT_SYMBOL_GPL vmlinux 0xe1e69835 lwtunnel_encap_del_ops +EXPORT_SYMBOL_GPL vmlinux 0xe20cde87 pci_ignore_hotplug +EXPORT_SYMBOL_GPL vmlinux 0xe2178c63 get_task_mm +EXPORT_SYMBOL_GPL vmlinux 0xe2182bed rtc_initialize_alarm +EXPORT_SYMBOL_GPL vmlinux 0xe21c4919 ahci_dev_classify +EXPORT_SYMBOL_GPL vmlinux 0xe227daa1 i2c_dw_prepare_clk +EXPORT_SYMBOL_GPL vmlinux 0xe2291c3a irq_set_default_host +EXPORT_SYMBOL_GPL vmlinux 0xe233762a input_event_from_user +EXPORT_SYMBOL_GPL vmlinux 0xe24cc0a7 of_mm_gpiochip_remove +EXPORT_SYMBOL_GPL vmlinux 0xe250cc67 trace_array_set_clr_event +EXPORT_SYMBOL_GPL vmlinux 0xe25d23f3 blocking_notifier_call_chain_robust +EXPORT_SYMBOL_GPL vmlinux 0xe26c17fe register_net_sysctl +EXPORT_SYMBOL_GPL vmlinux 0xe27bd226 usb_create_hcd +EXPORT_SYMBOL_GPL vmlinux 0xe282f612 tpm_pcr_extend +EXPORT_SYMBOL_GPL vmlinux 0xe2847a3d crypto_alg_extsize +EXPORT_SYMBOL_GPL vmlinux 0xe286d426 __list_lru_init +EXPORT_SYMBOL_GPL vmlinux 0xe28a0773 fsverity_verify_page +EXPORT_SYMBOL_GPL vmlinux 0xe2a921b9 usb_get_dr_mode +EXPORT_SYMBOL_GPL vmlinux 0xe2a9ad23 inet_twsk_put +EXPORT_SYMBOL_GPL vmlinux 0xe2b3207a unregister_switchdev_notifier +EXPORT_SYMBOL_GPL vmlinux 0xe2ba7f78 of_dma_configure_id +EXPORT_SYMBOL_GPL vmlinux 0xe2c61e28 __dev_change_net_namespace +EXPORT_SYMBOL_GPL vmlinux 0xe2ce2b4d evm_set_key +EXPORT_SYMBOL_GPL vmlinux 0xe2d8213e devm_spi_mem_dirmap_create +EXPORT_SYMBOL_GPL vmlinux 0xe2d96f5b zynqmp_pm_feature +EXPORT_SYMBOL_GPL vmlinux 0xe2db9fe0 usb_string +EXPORT_SYMBOL_GPL vmlinux 0xe2e4c6a8 hvc_alloc +EXPORT_SYMBOL_GPL vmlinux 0xe2ec293b sbitmap_queue_wake_up +EXPORT_SYMBOL_GPL vmlinux 0xe2ede0e6 sprd_pinctrl_remove +EXPORT_SYMBOL_GPL vmlinux 0xe30e29ad of_icc_get_from_provider +EXPORT_SYMBOL_GPL vmlinux 0xe314f594 sata_pmp_qc_defer_cmd_switch +EXPORT_SYMBOL_GPL vmlinux 0xe3395824 crypto_register_instance +EXPORT_SYMBOL_GPL vmlinux 0xe3523bfe page_endio +EXPORT_SYMBOL_GPL vmlinux 0xe358c59b rio_add_mport_pw_handler +EXPORT_SYMBOL_GPL vmlinux 0xe359bef6 fscrypt_context_for_new_inode +EXPORT_SYMBOL_GPL vmlinux 0xe35a2997 i2c_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0xe36b020e restore_online_page_callback +EXPORT_SYMBOL_GPL vmlinux 0xe3840e18 secure_ipv4_port_ephemeral +EXPORT_SYMBOL_GPL vmlinux 0xe38d7fe9 dev_attr_em_message_type +EXPORT_SYMBOL_GPL vmlinux 0xe390b52d __fsnotify_parent +EXPORT_SYMBOL_GPL vmlinux 0xe397caf5 seq_buf_printf +EXPORT_SYMBOL_GPL vmlinux 0xe39d0794 usb_phy_roothub_exit +EXPORT_SYMBOL_GPL vmlinux 0xe3a163d3 fwnode_get_phy_node +EXPORT_SYMBOL_GPL vmlinux 0xe3a361a7 usb_add_phy +EXPORT_SYMBOL_GPL vmlinux 0xe3ae679d dev_pm_opp_get_suspend_opp_freq +EXPORT_SYMBOL_GPL vmlinux 0xe3b09712 kprobe_event_delete +EXPORT_SYMBOL_GPL vmlinux 0xe3cc0372 ohci_hub_status_data +EXPORT_SYMBOL_GPL vmlinux 0xe3ccca6e irq_domain_translate_twocell +EXPORT_SYMBOL_GPL vmlinux 0xe3cd5fae klist_iter_init +EXPORT_SYMBOL_GPL vmlinux 0xe3dfcfad sk_set_peek_off +EXPORT_SYMBOL_GPL vmlinux 0xe3e423ac iommu_group_release_dma_owner +EXPORT_SYMBOL_GPL vmlinux 0xe40bb23e devlink_health_reporter_priv +EXPORT_SYMBOL_GPL vmlinux 0xe413eea1 of_genpd_parse_idle_states +EXPORT_SYMBOL_GPL vmlinux 0xe4248980 cper_estatus_print +EXPORT_SYMBOL_GPL vmlinux 0xe428a632 ata_bmdma_start +EXPORT_SYMBOL_GPL vmlinux 0xe429d9e3 spi_bus_unlock +EXPORT_SYMBOL_GPL vmlinux 0xe42be81c of_remove_property +EXPORT_SYMBOL_GPL vmlinux 0xe4309905 syscore_resume +EXPORT_SYMBOL_GPL vmlinux 0xe453c730 switchdev_port_obj_add +EXPORT_SYMBOL_GPL vmlinux 0xe45b5c9d crypto_register_ahashes +EXPORT_SYMBOL_GPL vmlinux 0xe4609304 of_property_count_elems_of_size +EXPORT_SYMBOL_GPL vmlinux 0xe4659717 acpi_gpiochip_request_interrupts +EXPORT_SYMBOL_GPL vmlinux 0xe46fdc9d gpiochip_find +EXPORT_SYMBOL_GPL vmlinux 0xe4828a30 fsnotify_alloc_group +EXPORT_SYMBOL_GPL vmlinux 0xe491e700 unregister_kprobes +EXPORT_SYMBOL_GPL vmlinux 0xe495460a folio_add_wait_queue +EXPORT_SYMBOL_GPL vmlinux 0xe4971ade tracing_alloc_snapshot +EXPORT_SYMBOL_GPL vmlinux 0xe4b064f9 pcie_link_speed +EXPORT_SYMBOL_GPL vmlinux 0xe4b818c3 phy_speed_to_str +EXPORT_SYMBOL_GPL vmlinux 0xe4c2b7ed rio_inb_pwrite_handler +EXPORT_SYMBOL_GPL vmlinux 0xe4c2c66c rtc_ktime_to_tm +EXPORT_SYMBOL_GPL vmlinux 0xe4c6b012 ip6_datagram_release_cb +EXPORT_SYMBOL_GPL vmlinux 0xe4c88dd0 dst_blackhole_redirect +EXPORT_SYMBOL_GPL vmlinux 0xe4e00f9d devm_get_free_pages +EXPORT_SYMBOL_GPL vmlinux 0xe4e48b12 swphy_validate_state +EXPORT_SYMBOL_GPL vmlinux 0xe4f7b803 skb_complete_wifi_ack +EXPORT_SYMBOL_GPL vmlinux 0xe4f8239f __cpuhp_state_remove_instance +EXPORT_SYMBOL_GPL vmlinux 0xe5115d95 pm_generic_restore +EXPORT_SYMBOL_GPL vmlinux 0xe51a865d ip6_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0xe5516728 k3_udma_glue_tx_get_irq +EXPORT_SYMBOL_GPL vmlinux 0xe5521305 gnttab_end_foreign_access +EXPORT_SYMBOL_GPL vmlinux 0xe55fc985 phy_set_mode_ext +EXPORT_SYMBOL_GPL vmlinux 0xe56e414a devfreq_cooling_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe5883bd9 class_compat_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe5896363 usb_phy_set_event +EXPORT_SYMBOL_GPL vmlinux 0xe58eb9d7 FSE_readNCount +EXPORT_SYMBOL_GPL vmlinux 0xe5a34cdf rockchip_pcie_get_phys +EXPORT_SYMBOL_GPL vmlinux 0xe5a925d3 zynqmp_pm_init_finalize +EXPORT_SYMBOL_GPL vmlinux 0xe5a99eed crypto_spawn_tfm2 +EXPORT_SYMBOL_GPL vmlinux 0xe5aa6875 xfrm_state_afinfo_get_rcu +EXPORT_SYMBOL_GPL vmlinux 0xe5b75a65 ata_sff_error_handler +EXPORT_SYMBOL_GPL vmlinux 0xe5be8004 rio_del_device +EXPORT_SYMBOL_GPL vmlinux 0xe5c02b64 freq_qos_remove_request +EXPORT_SYMBOL_GPL vmlinux 0xe5c0eb44 free_fib_info +EXPORT_SYMBOL_GPL vmlinux 0xe5cb1943 hisi_clk_register_divider +EXPORT_SYMBOL_GPL vmlinux 0xe5ce1a56 rhashtable_walk_enter +EXPORT_SYMBOL_GPL vmlinux 0xe5d0164f acpi_get_psd_map +EXPORT_SYMBOL_GPL vmlinux 0xe5da5cea fat_build_inode +EXPORT_SYMBOL_GPL vmlinux 0xe5e790e4 __traceiter_rwmmio_post_read +EXPORT_SYMBOL_GPL vmlinux 0xe5f5f759 call_switchdev_notifiers +EXPORT_SYMBOL_GPL vmlinux 0xe60632a9 edac_queue_work +EXPORT_SYMBOL_GPL vmlinux 0xe60a2dba usb_unanchor_urb +EXPORT_SYMBOL_GPL vmlinux 0xe60a5e8d pids_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0xe60b65e8 crypto_stats_akcipher_sign +EXPORT_SYMBOL_GPL vmlinux 0xe61761c9 devm_thermal_add_hwmon_sysfs +EXPORT_SYMBOL_GPL vmlinux 0xe61eb45d acpi_dma_request_slave_chan_by_index +EXPORT_SYMBOL_GPL vmlinux 0xe628bb9f phy_fibre_port_array +EXPORT_SYMBOL_GPL vmlinux 0xe63a6b4e init_dummy_netdev +EXPORT_SYMBOL_GPL vmlinux 0xe63eb8e9 devm_nvmem_device_get +EXPORT_SYMBOL_GPL vmlinux 0xe66a225c __devm_clk_hw_register_gate +EXPORT_SYMBOL_GPL vmlinux 0xe67a817b swapcache_mapping +EXPORT_SYMBOL_GPL vmlinux 0xe67c3e24 mtk_free_clk_data +EXPORT_SYMBOL_GPL vmlinux 0xe67d72ac ipv4_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0xe68da8d4 crypto_skcipher_encrypt +EXPORT_SYMBOL_GPL vmlinux 0xe694b1b0 devlink_port_region_create +EXPORT_SYMBOL_GPL vmlinux 0xe6b2b9ea nvdimm_provider_data +EXPORT_SYMBOL_GPL vmlinux 0xe6b4eb94 bpf_log +EXPORT_SYMBOL_GPL vmlinux 0xe6e40502 rcu_get_gp_seq +EXPORT_SYMBOL_GPL vmlinux 0xe6e46df4 inode_sb_list_add +EXPORT_SYMBOL_GPL vmlinux 0xe6e6b684 md_new_event +EXPORT_SYMBOL_GPL vmlinux 0xe6e988c5 k3_ringacc_get_tisci_dev_id +EXPORT_SYMBOL_GPL vmlinux 0xe6f52443 klist_add_head +EXPORT_SYMBOL_GPL vmlinux 0xe6f83837 acpi_bus_attach_private_data +EXPORT_SYMBOL_GPL vmlinux 0xe700d767 reset_control_bulk_deassert +EXPORT_SYMBOL_GPL vmlinux 0xe701d86b blk_mq_sched_try_insert_merge +EXPORT_SYMBOL_GPL vmlinux 0xe70272d0 devm_otg_ulpi_create +EXPORT_SYMBOL_GPL vmlinux 0xe712af2d dma_async_device_channel_register +EXPORT_SYMBOL_GPL vmlinux 0xe71962f8 arm64_mm_context_put +EXPORT_SYMBOL_GPL vmlinux 0xe725d690 proc_create_net_single_write +EXPORT_SYMBOL_GPL vmlinux 0xe72d499b gfn_to_page_many_atomic +EXPORT_SYMBOL_GPL vmlinux 0xe73fa9e3 mtk_eint_do_suspend +EXPORT_SYMBOL_GPL vmlinux 0xe7402a59 tcp_plb_update_state_upon_rto +EXPORT_SYMBOL_GPL vmlinux 0xe753b68d devlink_fmsg_arr_pair_nest_end +EXPORT_SYMBOL_GPL vmlinux 0xe7549a94 ping_common_sendmsg +EXPORT_SYMBOL_GPL vmlinux 0xe757cf1a tcp_reno_cong_avoid +EXPORT_SYMBOL_GPL vmlinux 0xe761430e fscrypt_fname_encrypt +EXPORT_SYMBOL_GPL vmlinux 0xe764dc27 spi_add_device +EXPORT_SYMBOL_GPL vmlinux 0xe769232e sprint_symbol_no_offset +EXPORT_SYMBOL_GPL vmlinux 0xe7740e5e of_resolve_phandles +EXPORT_SYMBOL_GPL vmlinux 0xe77d5ef3 ata_xfer_mode2mask +EXPORT_SYMBOL_GPL vmlinux 0xe783e261 sysfs_emit +EXPORT_SYMBOL_GPL vmlinux 0xe7862681 tcp_set_keepalive +EXPORT_SYMBOL_GPL vmlinux 0xe7936243 zynqmp_pm_clock_getstate +EXPORT_SYMBOL_GPL vmlinux 0xe7beea5d get_net_ns_by_id +EXPORT_SYMBOL_GPL vmlinux 0xe7c7daa5 usb_put_intf +EXPORT_SYMBOL_GPL vmlinux 0xe7cef036 put_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0xe7d6d2d4 filter_match_preds +EXPORT_SYMBOL_GPL vmlinux 0xe7dfd246 device_store_ulong +EXPORT_SYMBOL_GPL vmlinux 0xe7ed16f8 follow_pte +EXPORT_SYMBOL_GPL vmlinux 0xe80a2019 blkg_rwstat_recursive_sum +EXPORT_SYMBOL_GPL vmlinux 0xe80ada31 vfs_get_acl +EXPORT_SYMBOL_GPL vmlinux 0xe80cc114 pci_p2pmem_free_sgl +EXPORT_SYMBOL_GPL vmlinux 0xe80ffd05 device_del +EXPORT_SYMBOL_GPL vmlinux 0xe818b32b ata_bmdma_interrupt +EXPORT_SYMBOL_GPL vmlinux 0xe81dc1a6 ata_std_qc_defer +EXPORT_SYMBOL_GPL vmlinux 0xe83028e4 dpcon_close +EXPORT_SYMBOL_GPL vmlinux 0xe830950c ehci_adjust_port_wakeup_flags +EXPORT_SYMBOL_GPL vmlinux 0xe84f6e5c pciserial_remove_ports +EXPORT_SYMBOL_GPL vmlinux 0xe85a9fd3 cpu_cluster_pm_exit +EXPORT_SYMBOL_GPL vmlinux 0xe8606508 crypto_stats_aead_decrypt +EXPORT_SYMBOL_GPL vmlinux 0xe862c4b7 dpm_suspend_start +EXPORT_SYMBOL_GPL vmlinux 0xe867345b gpiochip_get_data +EXPORT_SYMBOL_GPL vmlinux 0xe86c6e55 fsstack_copy_attr_all +EXPORT_SYMBOL_GPL vmlinux 0xe86d4637 blkdev_report_zones +EXPORT_SYMBOL_GPL vmlinux 0xe86fb8b4 mtk_pinconf_drive_set_raw +EXPORT_SYMBOL_GPL vmlinux 0xe876d591 devm_ti_sci_get_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0xe879f4b1 iommu_domain_free +EXPORT_SYMBOL_GPL vmlinux 0xe87ffdce tcp_is_ulp_esp +EXPORT_SYMBOL_GPL vmlinux 0xe88425ba ata_bmdma_post_internal_cmd +EXPORT_SYMBOL_GPL vmlinux 0xe887891a debugfs_create_u64 +EXPORT_SYMBOL_GPL vmlinux 0xe88e868b of_icc_get +EXPORT_SYMBOL_GPL vmlinux 0xe8980de0 power_supply_register_no_ws +EXPORT_SYMBOL_GPL vmlinux 0xe89c8f7a regmap_might_sleep +EXPORT_SYMBOL_GPL vmlinux 0xe8b6073d thermal_cooling_device_register +EXPORT_SYMBOL_GPL vmlinux 0xe8bc40c5 cn_netlink_send +EXPORT_SYMBOL_GPL vmlinux 0xe8bf8f9d cpufreq_dbs_governor_init +EXPORT_SYMBOL_GPL vmlinux 0xe8c0065d memory_group_register_static +EXPORT_SYMBOL_GPL vmlinux 0xe8c98cd9 devm_regulator_irq_helper +EXPORT_SYMBOL_GPL vmlinux 0xe8cc2e42 tty_port_link_device +EXPORT_SYMBOL_GPL vmlinux 0xe8ee62c6 of_get_pci_domain_nr +EXPORT_SYMBOL_GPL vmlinux 0xe8f97ee6 crypto_skcipher_setkey +EXPORT_SYMBOL_GPL vmlinux 0xe90c7659 k3_udma_glue_rx_dma_to_cppi5_addr +EXPORT_SYMBOL_GPL vmlinux 0xe9101797 device_remove_groups +EXPORT_SYMBOL_GPL vmlinux 0xe911df29 eventfd_ctx_do_read +EXPORT_SYMBOL_GPL vmlinux 0xe914a707 iov_iter_get_pages_alloc +EXPORT_SYMBOL_GPL vmlinux 0xe91934cd debugfs_create_file +EXPORT_SYMBOL_GPL vmlinux 0xe92c2eac mtk_pinconf_bias_get_rev1 +EXPORT_SYMBOL_GPL vmlinux 0xe935f55c usb_hub_release_port +EXPORT_SYMBOL_GPL vmlinux 0xe93e49c3 devres_free +EXPORT_SYMBOL_GPL vmlinux 0xe941f15d __inet_twsk_schedule +EXPORT_SYMBOL_GPL vmlinux 0xe94465d3 regulator_get_voltage_sel_regmap +EXPORT_SYMBOL_GPL vmlinux 0xe9482bb7 mtk_mutex_add_comp +EXPORT_SYMBOL_GPL vmlinux 0xe9552a69 make_device_exclusive_range +EXPORT_SYMBOL_GPL vmlinux 0xe956a75c pl320_ipc_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0xe95edc50 pinctrl_generic_get_group_name +EXPORT_SYMBOL_GPL vmlinux 0xe962a911 debugfs_create_blob +EXPORT_SYMBOL_GPL vmlinux 0xe96b881c efivars_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe96e1026 wm831x_auxadc_read +EXPORT_SYMBOL_GPL vmlinux 0xe98f55f2 arm_smccc_get_version +EXPORT_SYMBOL_GPL vmlinux 0xe9aa9f9b regmap_async_complete +EXPORT_SYMBOL_GPL vmlinux 0xe9d1b7cf irq_to_pcap +EXPORT_SYMBOL_GPL vmlinux 0xe9d4403a ata_sff_dma_pause +EXPORT_SYMBOL_GPL vmlinux 0xe9d4da7d serial8250_do_shutdown +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 0xe9fa7c5d netdev_rx_handler_register +EXPORT_SYMBOL_GPL vmlinux 0xe9fdd914 adp5520_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0xe9fff646 acpi_bus_trim +EXPORT_SYMBOL_GPL vmlinux 0xea018bbb mpi_test_bit +EXPORT_SYMBOL_GPL vmlinux 0xea124bd1 gcd +EXPORT_SYMBOL_GPL vmlinux 0xea280507 pm_genpd_remove_device +EXPORT_SYMBOL_GPL vmlinux 0xea38036f ring_buffer_entries +EXPORT_SYMBOL_GPL vmlinux 0xea38bf92 __pci_reset_function_locked +EXPORT_SYMBOL_GPL vmlinux 0xea3a23f3 public_key_free +EXPORT_SYMBOL_GPL vmlinux 0xea45a259 set_task_ioprio +EXPORT_SYMBOL_GPL vmlinux 0xea482cc2 __xdp_build_skb_from_frame +EXPORT_SYMBOL_GPL vmlinux 0xea50dad3 ahci_ignore_sss +EXPORT_SYMBOL_GPL vmlinux 0xea5f139d sdio_writew +EXPORT_SYMBOL_GPL vmlinux 0xea5f7cba i2c_new_client_device +EXPORT_SYMBOL_GPL vmlinux 0xea66f5cf bpf_redirect_info +EXPORT_SYMBOL_GPL vmlinux 0xea6af2e1 ping_unhash +EXPORT_SYMBOL_GPL vmlinux 0xea6c871c pinmux_generic_remove_function +EXPORT_SYMBOL_GPL vmlinux 0xea9089e0 serdev_device_remove +EXPORT_SYMBOL_GPL vmlinux 0xeaad0ccf ata_std_error_handler +EXPORT_SYMBOL_GPL vmlinux 0xeab0c85a generic_online_page +EXPORT_SYMBOL_GPL vmlinux 0xeaba6817 gpiochip_line_is_valid +EXPORT_SYMBOL_GPL vmlinux 0xeac788db synth_event_add_val +EXPORT_SYMBOL_GPL vmlinux 0xead035ee __tracepoint_fib6_table_lookup +EXPORT_SYMBOL_GPL vmlinux 0xead2878b find_ge_pid +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 0xeada62a8 key_type_user +EXPORT_SYMBOL_GPL vmlinux 0xeae0f496 clean_acked_data_flush +EXPORT_SYMBOL_GPL vmlinux 0xeae993fd sdio_signal_irq +EXPORT_SYMBOL_GPL vmlinux 0xeaec22b9 fwnode_device_is_available +EXPORT_SYMBOL_GPL vmlinux 0xeaf0a57c look_up_OID +EXPORT_SYMBOL_GPL vmlinux 0xeaf3cb23 crc64_be +EXPORT_SYMBOL_GPL vmlinux 0xeaf8469d hv_do_fast_hypercall8 +EXPORT_SYMBOL_GPL vmlinux 0xeb1c6efd ata_do_set_mode +EXPORT_SYMBOL_GPL vmlinux 0xeb1e8a52 blkcg_get_fc_appid +EXPORT_SYMBOL_GPL vmlinux 0xeb20e955 usb_lock_device_for_reset +EXPORT_SYMBOL_GPL vmlinux 0xeb3549ae tps6586x_get_version +EXPORT_SYMBOL_GPL vmlinux 0xeb3c2395 trace_array_printk +EXPORT_SYMBOL_GPL vmlinux 0xeb3f65a2 balloon_mops +EXPORT_SYMBOL_GPL vmlinux 0xeb4221e4 trace_clock +EXPORT_SYMBOL_GPL vmlinux 0xeb4c6273 clk_hw_init_rate_request +EXPORT_SYMBOL_GPL vmlinux 0xeb52e2b3 devm_nvmem_device_put +EXPORT_SYMBOL_GPL vmlinux 0xeb62a408 dev_attr_ncq_prio_supported +EXPORT_SYMBOL_GPL vmlinux 0xeb684dd9 regulator_set_voltage_sel_regmap +EXPORT_SYMBOL_GPL vmlinux 0xeb723199 bio_associate_blkg +EXPORT_SYMBOL_GPL vmlinux 0xeb72d68b gov_update_cpu_data +EXPORT_SYMBOL_GPL vmlinux 0xeb78b1ed unregister_kprobe +EXPORT_SYMBOL_GPL vmlinux 0xeb8c30b6 anon_transport_class_unregister +EXPORT_SYMBOL_GPL vmlinux 0xeb9d30e4 sysfs_remove_groups +EXPORT_SYMBOL_GPL vmlinux 0xeba69085 vfs_test_lock +EXPORT_SYMBOL_GPL vmlinux 0xebade774 hypervisor_kobj +EXPORT_SYMBOL_GPL vmlinux 0xebd4cc11 mctrl_gpio_enable_ms +EXPORT_SYMBOL_GPL vmlinux 0xebd53126 led_get_default_pattern +EXPORT_SYMBOL_GPL vmlinux 0xebe138df pci_epc_linkup +EXPORT_SYMBOL_GPL vmlinux 0xebe1e6c8 fwnode_graph_get_next_endpoint +EXPORT_SYMBOL_GPL vmlinux 0xebe2b03f skcipher_register_instance +EXPORT_SYMBOL_GPL vmlinux 0xebee4107 gpiochip_generic_request +EXPORT_SYMBOL_GPL vmlinux 0xebf8ac9e extcon_set_property +EXPORT_SYMBOL_GPL vmlinux 0xebfb79ca vcap_enable_lookups +EXPORT_SYMBOL_GPL vmlinux 0xebfcb9f6 usb_altnum_to_altsetting +EXPORT_SYMBOL_GPL vmlinux 0xec02ebe0 phylink_init_eee +EXPORT_SYMBOL_GPL vmlinux 0xec0668fe of_genpd_add_device +EXPORT_SYMBOL_GPL vmlinux 0xec0ba137 ata_ehi_push_desc +EXPORT_SYMBOL_GPL vmlinux 0xec2f0bd4 dma_get_slave_channel +EXPORT_SYMBOL_GPL vmlinux 0xec32db8f ip_build_and_send_pkt +EXPORT_SYMBOL_GPL vmlinux 0xec3ec2c9 sdio_memcpy_toio +EXPORT_SYMBOL_GPL vmlinux 0xec4c6b3c rio_request_inb_pwrite +EXPORT_SYMBOL_GPL vmlinux 0xec4cb9df devm_pm_opp_of_add_table_indexed +EXPORT_SYMBOL_GPL vmlinux 0xec5668f6 dax_zero_page_range +EXPORT_SYMBOL_GPL vmlinux 0xec5ad73b trace_seq_bitmask +EXPORT_SYMBOL_GPL vmlinux 0xec774acb cpufreq_frequency_table_verify +EXPORT_SYMBOL_GPL vmlinux 0xec7d5f89 fwnode_get_next_available_child_node +EXPORT_SYMBOL_GPL vmlinux 0xeca63cf7 spi_get_device_match_data +EXPORT_SYMBOL_GPL vmlinux 0xecb671fc tegra210_sata_pll_hw_sequence_start +EXPORT_SYMBOL_GPL vmlinux 0xecba68e3 gnttab_batch_map +EXPORT_SYMBOL_GPL vmlinux 0xecc12cdc irq_domain_create_hierarchy +EXPORT_SYMBOL_GPL vmlinux 0xeccb1343 iopf_queue_add_device +EXPORT_SYMBOL_GPL vmlinux 0xeccc8604 anon_inode_getfile +EXPORT_SYMBOL_GPL vmlinux 0xecd802ae sk_msg_zerocopy_from_iter +EXPORT_SYMBOL_GPL vmlinux 0xecd8f23d xenbus_read +EXPORT_SYMBOL_GPL vmlinux 0xecda29fb fuse_do_open +EXPORT_SYMBOL_GPL vmlinux 0xecdc7b58 irq_gc_mask_clr_bit +EXPORT_SYMBOL_GPL vmlinux 0xecee1088 pci_set_host_bridge_release +EXPORT_SYMBOL_GPL vmlinux 0xecef6183 kvm_put_kvm +EXPORT_SYMBOL_GPL vmlinux 0xecf33c63 dma_get_required_mask +EXPORT_SYMBOL_GPL vmlinux 0xecf6c507 clkdev_create +EXPORT_SYMBOL_GPL vmlinux 0xecfccc14 usb_mon_register +EXPORT_SYMBOL_GPL vmlinux 0xecfea347 xfrm_audit_state_replay +EXPORT_SYMBOL_GPL vmlinux 0xed2701f7 device_get_child_node_count +EXPORT_SYMBOL_GPL vmlinux 0xed2c5bcf power_supply_charge_behaviour_parse +EXPORT_SYMBOL_GPL vmlinux 0xed39b7b8 parse_OID +EXPORT_SYMBOL_GPL vmlinux 0xed39e45f rcu_read_unlock_trace_special +EXPORT_SYMBOL_GPL vmlinux 0xed413ae5 ata_bmdma_error_handler +EXPORT_SYMBOL_GPL vmlinux 0xed4a6463 devm_fwnode_pwm_get +EXPORT_SYMBOL_GPL vmlinux 0xed4ed5b8 vp_modern_set_features +EXPORT_SYMBOL_GPL vmlinux 0xed78b718 max8997_bulk_read +EXPORT_SYMBOL_GPL vmlinux 0xed8c384b netdev_xmit_skip_txqueue +EXPORT_SYMBOL_GPL vmlinux 0xed918dde hte_init_line_attr +EXPORT_SYMBOL_GPL vmlinux 0xed9aa51e mbox_request_channel_byname +EXPORT_SYMBOL_GPL vmlinux 0xedae5cef hte_ts_get +EXPORT_SYMBOL_GPL vmlinux 0xedafe70c meson_eeclkc_probe +EXPORT_SYMBOL_GPL vmlinux 0xedb2c06c generic_access_phys +EXPORT_SYMBOL_GPL vmlinux 0xedbb29f9 devm_hte_request_ts_ns +EXPORT_SYMBOL_GPL vmlinux 0xedd324a1 hwmon_device_register +EXPORT_SYMBOL_GPL vmlinux 0xedd38892 ahci_shost_groups +EXPORT_SYMBOL_GPL vmlinux 0xede208f4 ncsi_stop_dev +EXPORT_SYMBOL_GPL vmlinux 0xede9a09a btree_lookup +EXPORT_SYMBOL_GPL vmlinux 0xedfbbdee fsl_mc_portal_free +EXPORT_SYMBOL_GPL vmlinux 0xee0ea3b3 irq_chip_mask_ack_parent +EXPORT_SYMBOL_GPL vmlinux 0xee123f21 rtnl_get_net_ns_capable +EXPORT_SYMBOL_GPL vmlinux 0xee1f5126 __tracepoint_neigh_timer_handler +EXPORT_SYMBOL_GPL vmlinux 0xee2576ec kernel_kobj +EXPORT_SYMBOL_GPL vmlinux 0xee28b042 dmi_kobj +EXPORT_SYMBOL_GPL vmlinux 0xee2feee1 split_page +EXPORT_SYMBOL_GPL vmlinux 0xee38ef57 register_switchdev_blocking_notifier +EXPORT_SYMBOL_GPL vmlinux 0xee43967c ping_init_sock +EXPORT_SYMBOL_GPL vmlinux 0xee4541e7 nf_queue +EXPORT_SYMBOL_GPL vmlinux 0xee518148 kmsg_dump_get_buffer +EXPORT_SYMBOL_GPL vmlinux 0xee5231f7 handle_bad_irq +EXPORT_SYMBOL_GPL vmlinux 0xee546688 gpiod_is_active_low +EXPORT_SYMBOL_GPL vmlinux 0xee6506fe usb_reset_endpoint +EXPORT_SYMBOL_GPL vmlinux 0xee6b71c4 syscon_regmap_lookup_by_compatible +EXPORT_SYMBOL_GPL vmlinux 0xee6c1dba irq_gc_mask_disable_reg +EXPORT_SYMBOL_GPL vmlinux 0xee6c633a devices_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0xee713a13 devlink_port_attrs_pci_pf_set +EXPORT_SYMBOL_GPL vmlinux 0xee79dcf2 __of_reset_control_get +EXPORT_SYMBOL_GPL vmlinux 0xee8d2954 scsi_template_proc_dir +EXPORT_SYMBOL_GPL vmlinux 0xeead8d7e gpiochip_generic_config +EXPORT_SYMBOL_GPL vmlinux 0xeeb47654 usb_deregister_device_driver +EXPORT_SYMBOL_GPL vmlinux 0xeed2d7df event_triggers_post_call +EXPORT_SYMBOL_GPL vmlinux 0xeedd987e phy_10gbit_features_array +EXPORT_SYMBOL_GPL vmlinux 0xeedfa62a zynqmp_pm_is_function_supported +EXPORT_SYMBOL_GPL vmlinux 0xeef0f10d devlink_traps_register +EXPORT_SYMBOL_GPL vmlinux 0xeef68434 acpi_ec_remove_query_handler +EXPORT_SYMBOL_GPL vmlinux 0xef024ce8 synth_event_trace +EXPORT_SYMBOL_GPL vmlinux 0xef0deb99 devl_trap_policers_register +EXPORT_SYMBOL_GPL vmlinux 0xef170789 sock_diag_register +EXPORT_SYMBOL_GPL vmlinux 0xef1777b9 pci_disable_pcie_error_reporting +EXPORT_SYMBOL_GPL vmlinux 0xef1f6e23 apei_resources_request +EXPORT_SYMBOL_GPL vmlinux 0xef29fcdd clk_bulk_put +EXPORT_SYMBOL_GPL vmlinux 0xef34bf3e hrtimer_active +EXPORT_SYMBOL_GPL vmlinux 0xef464c28 getboottime64 +EXPORT_SYMBOL_GPL vmlinux 0xef5db66d regulator_get_init_drvdata +EXPORT_SYMBOL_GPL vmlinux 0xef5e1050 mtk_clk_unregister_factors +EXPORT_SYMBOL_GPL vmlinux 0xef5e9e24 __usb_create_hcd +EXPORT_SYMBOL_GPL vmlinux 0xef689850 handle_fasteoi_irq +EXPORT_SYMBOL_GPL vmlinux 0xef6c3f70 round_jiffies_up_relative +EXPORT_SYMBOL_GPL vmlinux 0xef70eb7e ring_buffer_iter_advance +EXPORT_SYMBOL_GPL vmlinux 0xef7c67f6 sched_numa_find_nth_cpu +EXPORT_SYMBOL_GPL vmlinux 0xef84d839 clk_mux_ro_ops +EXPORT_SYMBOL_GPL vmlinux 0xef8daf09 regmap_register_patch +EXPORT_SYMBOL_GPL vmlinux 0xef92ef33 btree_last +EXPORT_SYMBOL_GPL vmlinux 0xef9795bc platform_get_irq +EXPORT_SYMBOL_GPL vmlinux 0xef9e7556 get_governor_parent_kobj +EXPORT_SYMBOL_GPL vmlinux 0xefa2c27d register_tracepoint_module_notifier +EXPORT_SYMBOL_GPL vmlinux 0xefa697ae spi_take_timestamp_pre +EXPORT_SYMBOL_GPL vmlinux 0xefa89bda clk_register_divider_table +EXPORT_SYMBOL_GPL vmlinux 0xefb4afe6 security_inode_setattr +EXPORT_SYMBOL_GPL vmlinux 0xefb97589 iomap_file_buffered_write +EXPORT_SYMBOL_GPL vmlinux 0xefc0af12 sk_msg_free +EXPORT_SYMBOL_GPL vmlinux 0xefc16888 fsl_mc_obj_open +EXPORT_SYMBOL_GPL vmlinux 0xefc4d223 crypto_unregister_alg +EXPORT_SYMBOL_GPL vmlinux 0xefcea401 mptcp_diag_fill_info +EXPORT_SYMBOL_GPL vmlinux 0xefdcf06c wakeup_source_register +EXPORT_SYMBOL_GPL vmlinux 0xefeafcf1 edac_has_mcs +EXPORT_SYMBOL_GPL vmlinux 0xeff44f91 devm_led_trigger_register +EXPORT_SYMBOL_GPL vmlinux 0xeff5f3a9 lwtunnel_valid_encap_type +EXPORT_SYMBOL_GPL vmlinux 0xf012349d gnttab_batch_copy +EXPORT_SYMBOL_GPL vmlinux 0xf0132cb6 xen_remap_vma_range +EXPORT_SYMBOL_GPL vmlinux 0xf0231de4 irq_domain_reset_irq_data +EXPORT_SYMBOL_GPL vmlinux 0xf04429b4 acpi_bus_get_status_handle +EXPORT_SYMBOL_GPL vmlinux 0xf047c287 pinmux_generic_get_function_groups +EXPORT_SYMBOL_GPL vmlinux 0xf048ea23 vcap_get_rule +EXPORT_SYMBOL_GPL vmlinux 0xf04d4973 regulator_allow_bypass +EXPORT_SYMBOL_GPL vmlinux 0xf059d84d perf_event_disable +EXPORT_SYMBOL_GPL vmlinux 0xf059f248 mtk_mutex_write_mod +EXPORT_SYMBOL_GPL vmlinux 0xf05a52fe asn1_encode_oid +EXPORT_SYMBOL_GPL vmlinux 0xf05fbf09 pci_pio_to_address +EXPORT_SYMBOL_GPL vmlinux 0xf0616e7a sched_numa_hop_mask +EXPORT_SYMBOL_GPL vmlinux 0xf06809fa fwnode_graph_get_remote_port_parent +EXPORT_SYMBOL_GPL vmlinux 0xf0696401 acpi_pci_detect_ejectable +EXPORT_SYMBOL_GPL vmlinux 0xf071e9ed ip_route_output_tunnel +EXPORT_SYMBOL_GPL vmlinux 0xf0910075 sfp_bus_del_upstream +EXPORT_SYMBOL_GPL vmlinux 0xf091f79c device_match_of_node +EXPORT_SYMBOL_GPL vmlinux 0xf0930356 __of_phy_provider_register +EXPORT_SYMBOL_GPL vmlinux 0xf0940699 fib4_rule_default +EXPORT_SYMBOL_GPL vmlinux 0xf0a2a03f ata_scsi_queuecmd +EXPORT_SYMBOL_GPL vmlinux 0xf0a9649d cgroup_get_from_fd +EXPORT_SYMBOL_GPL vmlinux 0xf0ab0432 xenbus_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0xf0b6b408 input_device_enabled +EXPORT_SYMBOL_GPL vmlinux 0xf0c04cea clk_regmap_divider_ro_ops +EXPORT_SYMBOL_GPL vmlinux 0xf0ce5f39 fb_deferred_io_init +EXPORT_SYMBOL_GPL vmlinux 0xf0d5836e devm_acpi_dma_controller_register +EXPORT_SYMBOL_GPL vmlinux 0xf0e39d7c dw_pcie_ep_linkup +EXPORT_SYMBOL_GPL vmlinux 0xf0ebec32 k3_udma_glue_request_tx_chn +EXPORT_SYMBOL_GPL vmlinux 0xf0fb1ce1 mcore_booted +EXPORT_SYMBOL_GPL vmlinux 0xf0fd100e adp5520_read +EXPORT_SYMBOL_GPL vmlinux 0xf1199c23 pci_epc_mem_alloc_addr +EXPORT_SYMBOL_GPL vmlinux 0xf12180fd imx_1443x_dram_pll +EXPORT_SYMBOL_GPL vmlinux 0xf122e3bd devres_for_each_res +EXPORT_SYMBOL_GPL vmlinux 0xf1411a51 devlink_port_unregister +EXPORT_SYMBOL_GPL vmlinux 0xf14317ef devl_rate_nodes_destroy +EXPORT_SYMBOL_GPL vmlinux 0xf14d7609 vp_modern_remove +EXPORT_SYMBOL_GPL vmlinux 0xf155bf0d devl_resource_size_get +EXPORT_SYMBOL_GPL vmlinux 0xf15b3c65 input_ff_upload +EXPORT_SYMBOL_GPL vmlinux 0xf16418ec iptunnel_xmit +EXPORT_SYMBOL_GPL vmlinux 0xf16739fb serial8250_modem_status +EXPORT_SYMBOL_GPL vmlinux 0xf1706283 dma_get_any_slave_channel +EXPORT_SYMBOL_GPL vmlinux 0xf184d189 kernel_power_off +EXPORT_SYMBOL_GPL vmlinux 0xf188a662 rhashtable_walk_exit +EXPORT_SYMBOL_GPL vmlinux 0xf1909785 user_destroy +EXPORT_SYMBOL_GPL vmlinux 0xf1b7e08d regulator_bulk_register_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0xf1ba5379 dma_vunmap_noncontiguous +EXPORT_SYMBOL_GPL vmlinux 0xf1c55bb9 __traceiter_ata_bmdma_setup +EXPORT_SYMBOL_GPL vmlinux 0xf1c96b13 clk_bulk_get_optional +EXPORT_SYMBOL_GPL vmlinux 0xf1e7d958 tc3589x_reg_read +EXPORT_SYMBOL_GPL vmlinux 0xf20925d0 ip6_dst_lookup_tunnel +EXPORT_SYMBOL_GPL vmlinux 0xf21e1f9b disable_percpu_irq +EXPORT_SYMBOL_GPL vmlinux 0xf2286b15 regmap_field_test_bits +EXPORT_SYMBOL_GPL vmlinux 0xf228e901 bpfilter_umh_cleanup +EXPORT_SYMBOL_GPL vmlinux 0xf228f476 usb_sg_init +EXPORT_SYMBOL_GPL vmlinux 0xf23b6c14 vcap_rule_set_counter +EXPORT_SYMBOL_GPL vmlinux 0xf2521842 blk_mq_rdma_map_queues +EXPORT_SYMBOL_GPL vmlinux 0xf25a3c82 mtk_pinconf_bias_get +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 0xf29686ea pci_d3cold_enable +EXPORT_SYMBOL_GPL vmlinux 0xf29b8f54 virtqueue_get_desc_addr +EXPORT_SYMBOL_GPL vmlinux 0xf2b0309d blkg_conf_finish +EXPORT_SYMBOL_GPL vmlinux 0xf2b33cb7 memory_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0xf2bc1cb6 bpf_trace_run1 +EXPORT_SYMBOL_GPL vmlinux 0xf2c277e8 tty_buffer_set_limit +EXPORT_SYMBOL_GPL vmlinux 0xf2c59a4b handle_level_irq +EXPORT_SYMBOL_GPL vmlinux 0xf2c8e96c sbitmap_bitmap_show +EXPORT_SYMBOL_GPL vmlinux 0xf2da5501 usb_get_urb +EXPORT_SYMBOL_GPL vmlinux 0xf2df8a88 gpiod_cansleep +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 0xf30ccc64 dprc_open +EXPORT_SYMBOL_GPL vmlinux 0xf311e156 key_being_used_for +EXPORT_SYMBOL_GPL vmlinux 0xf31632e0 ezx_pcap_read +EXPORT_SYMBOL_GPL vmlinux 0xf31a8c67 serial8250_em485_config +EXPORT_SYMBOL_GPL vmlinux 0xf31b3fd1 workqueue_set_max_active +EXPORT_SYMBOL_GPL vmlinux 0xf32bdc5d unregister_xenstore_notifier +EXPORT_SYMBOL_GPL vmlinux 0xf331236f btree_geo32 +EXPORT_SYMBOL_GPL vmlinux 0xf33e20a7 wm831x_reg_unlock +EXPORT_SYMBOL_GPL vmlinux 0xf352023f memory_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0xf3797506 mpi_ec_deinit +EXPORT_SYMBOL_GPL vmlinux 0xf379e7e6 devm_regmap_add_irq_chip_fwnode +EXPORT_SYMBOL_GPL vmlinux 0xf3808cb1 get_state_synchronize_rcu +EXPORT_SYMBOL_GPL vmlinux 0xf3883fc8 led_trigger_unregister +EXPORT_SYMBOL_GPL vmlinux 0xf3a09fe7 crypto_has_kpp +EXPORT_SYMBOL_GPL vmlinux 0xf3a78f11 icc_provider_deregister +EXPORT_SYMBOL_GPL vmlinux 0xf3ac839c devm_regmap_field_bulk_alloc +EXPORT_SYMBOL_GPL vmlinux 0xf3b451ca kdb_poll_funcs +EXPORT_SYMBOL_GPL vmlinux 0xf3b7e380 fwnode_handle_put +EXPORT_SYMBOL_GPL vmlinux 0xf3b95d79 btree_remove +EXPORT_SYMBOL_GPL vmlinux 0xf3c143fd nvmem_cell_read_u16 +EXPORT_SYMBOL_GPL vmlinux 0xf3c1f726 vring_transport_features +EXPORT_SYMBOL_GPL vmlinux 0xf3c9a885 phy_modify +EXPORT_SYMBOL_GPL vmlinux 0xf3cbc7b0 rockchip_clk_of_add_provider +EXPORT_SYMBOL_GPL vmlinux 0xf3da617e pci_find_next_capability +EXPORT_SYMBOL_GPL vmlinux 0xf3dfe333 synth_event_create +EXPORT_SYMBOL_GPL vmlinux 0xf3e5ef1c mtk_mmsys_ddp_disconnect +EXPORT_SYMBOL_GPL vmlinux 0xf3e70c4e platform_bus +EXPORT_SYMBOL_GPL vmlinux 0xf3eb7940 nfs42_ssc_register +EXPORT_SYMBOL_GPL vmlinux 0xf3eb8b92 pinctrl_get_group_pins +EXPORT_SYMBOL_GPL vmlinux 0xf3ff3644 kobject_rename +EXPORT_SYMBOL_GPL vmlinux 0xf411e3e7 devm_extcon_dev_register +EXPORT_SYMBOL_GPL vmlinux 0xf41461df bpf_trace_run8 +EXPORT_SYMBOL_GPL vmlinux 0xf415cc2b misc_cg_try_charge +EXPORT_SYMBOL_GPL vmlinux 0xf42094b6 watchdog_notify_pretimeout +EXPORT_SYMBOL_GPL vmlinux 0xf4236f0d clk_register_composite +EXPORT_SYMBOL_GPL vmlinux 0xf42a82de em_pd_get +EXPORT_SYMBOL_GPL vmlinux 0xf42f9670 __devm_regmap_init_i2c +EXPORT_SYMBOL_GPL vmlinux 0xf4449021 rdev_get_drvdata +EXPORT_SYMBOL_GPL vmlinux 0xf44faac9 edac_pci_add_device +EXPORT_SYMBOL_GPL vmlinux 0xf45206b8 scsi_target_unblock +EXPORT_SYMBOL_GPL vmlinux 0xf4689d50 linkmode_set_pause +EXPORT_SYMBOL_GPL vmlinux 0xf46f38ee tcp_ca_openreq_child +EXPORT_SYMBOL_GPL vmlinux 0xf47654df irq_check_status_bit +EXPORT_SYMBOL_GPL vmlinux 0xf47cf18e devlink_param_unregister +EXPORT_SYMBOL_GPL vmlinux 0xf47dd9ad lp8788_read_multi_bytes +EXPORT_SYMBOL_GPL vmlinux 0xf4a00349 __tracepoint_block_rq_insert +EXPORT_SYMBOL_GPL vmlinux 0xf4a572d3 fscrypt_fname_siphash +EXPORT_SYMBOL_GPL vmlinux 0xf4af35c2 rcu_gp_is_normal +EXPORT_SYMBOL_GPL vmlinux 0xf4afe521 devm_reset_control_array_get +EXPORT_SYMBOL_GPL vmlinux 0xf4b8f6ff spi_mem_get_name +EXPORT_SYMBOL_GPL vmlinux 0xf4bfebca tty_get_icount +EXPORT_SYMBOL_GPL vmlinux 0xf4cae766 stmpe811_adc_common_init +EXPORT_SYMBOL_GPL vmlinux 0xf4cd9f8f reset_control_bulk_release +EXPORT_SYMBOL_GPL vmlinux 0xf4d3ac56 __trace_trigger_soft_disabled +EXPORT_SYMBOL_GPL vmlinux 0xf4e6512a unregister_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0xf4f6b2a7 device_node_to_regmap +EXPORT_SYMBOL_GPL vmlinux 0xf5043899 kthread_flush_worker +EXPORT_SYMBOL_GPL vmlinux 0xf509c614 fat_free_clusters +EXPORT_SYMBOL_GPL vmlinux 0xf51a3c88 ping_hash +EXPORT_SYMBOL_GPL vmlinux 0xf53da071 component_compare_dev_name +EXPORT_SYMBOL_GPL vmlinux 0xf541713b vcap_filter_rule_keys +EXPORT_SYMBOL_GPL vmlinux 0xf54bd49b lcm +EXPORT_SYMBOL_GPL vmlinux 0xf553318d cpuidle_pause_and_lock +EXPORT_SYMBOL_GPL vmlinux 0xf55ede30 device_bind_driver +EXPORT_SYMBOL_GPL vmlinux 0xf5611b66 ata_slave_link_init +EXPORT_SYMBOL_GPL vmlinux 0xf5680410 key_type_encrypted +EXPORT_SYMBOL_GPL vmlinux 0xf573292f wm831x_device_shutdown +EXPORT_SYMBOL_GPL vmlinux 0xf57a1dc8 xhci_gen_setup +EXPORT_SYMBOL_GPL vmlinux 0xf57e6a2d lp8788_read_byte +EXPORT_SYMBOL_GPL vmlinux 0xf58221b2 pci_epc_mem_free_addr +EXPORT_SYMBOL_GPL vmlinux 0xf58465ef pm_wakeup_ws_event +EXPORT_SYMBOL_GPL vmlinux 0xf58cebdf bpf_prog_create +EXPORT_SYMBOL_GPL vmlinux 0xf5a067bf iommu_group_dma_owner_claimed +EXPORT_SYMBOL_GPL vmlinux 0xf5a2e7b7 wm831x_reg_read +EXPORT_SYMBOL_GPL vmlinux 0xf5a3ba99 linear_range_values_in_range +EXPORT_SYMBOL_GPL vmlinux 0xf5a691cd invalidate_bh_lrus +EXPORT_SYMBOL_GPL vmlinux 0xf5c28d86 fs_kobj +EXPORT_SYMBOL_GPL vmlinux 0xf5d5fd3b ping_getfrag +EXPORT_SYMBOL_GPL vmlinux 0xf5e19a0e iommu_dev_enable_feature +EXPORT_SYMBOL_GPL vmlinux 0xf5f370e0 async_schedule_node +EXPORT_SYMBOL_GPL vmlinux 0xf5f44ff9 __traceiter_io_page_fault +EXPORT_SYMBOL_GPL vmlinux 0xf61ac29b pm_clk_add_notifier +EXPORT_SYMBOL_GPL vmlinux 0xf61c6b74 hv_do_hypercall +EXPORT_SYMBOL_GPL vmlinux 0xf622df13 __get_task_ioprio +EXPORT_SYMBOL_GPL vmlinux 0xf62a81a5 icc_provider_register +EXPORT_SYMBOL_GPL vmlinux 0xf63109bd imx_clk_hw_pllv4 +EXPORT_SYMBOL_GPL vmlinux 0xf64aaa25 alarm_init +EXPORT_SYMBOL_GPL vmlinux 0xf64baac6 sysfs_create_link +EXPORT_SYMBOL_GPL vmlinux 0xf663ee2f pcap_adc_sync +EXPORT_SYMBOL_GPL vmlinux 0xf6757dc4 devlink_port_type_ib_set +EXPORT_SYMBOL_GPL vmlinux 0xf6a28554 region_intersects +EXPORT_SYMBOL_GPL vmlinux 0xf6aa6a6f pinctrl_generic_get_group +EXPORT_SYMBOL_GPL vmlinux 0xf6b460d7 meson_pmx_get_func_name +EXPORT_SYMBOL_GPL vmlinux 0xf6beee37 __SCK__tp_func_pelt_cfs_tp +EXPORT_SYMBOL_GPL vmlinux 0xf6bf4fac dev_pm_domain_attach_by_name +EXPORT_SYMBOL_GPL vmlinux 0xf6c17972 ata_scsi_slave_destroy +EXPORT_SYMBOL_GPL vmlinux 0xf6c624ec ip6_sk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0xf6c71a25 cper_severity_str +EXPORT_SYMBOL_GPL vmlinux 0xf6c8dc62 cpu_hotplug_enable +EXPORT_SYMBOL_GPL vmlinux 0xf6cbaa24 input_ff_destroy +EXPORT_SYMBOL_GPL vmlinux 0xf6d0e520 __put_task_struct +EXPORT_SYMBOL_GPL vmlinux 0xf6dd87fe badblocks_set +EXPORT_SYMBOL_GPL vmlinux 0xf6e772c3 irq_bypass_unregister_producer +EXPORT_SYMBOL_GPL vmlinux 0xf6e874f5 ata_timing_merge +EXPORT_SYMBOL_GPL vmlinux 0xf6ea07f5 xdp_build_skb_from_frame +EXPORT_SYMBOL_GPL vmlinux 0xf6f16c56 rcu_barrier_tasks +EXPORT_SYMBOL_GPL vmlinux 0xf6f97326 mtk_clk_register_composites +EXPORT_SYMBOL_GPL vmlinux 0xf70a08aa crypto_alloc_base +EXPORT_SYMBOL_GPL vmlinux 0xf70bac72 fuse_conn_init +EXPORT_SYMBOL_GPL vmlinux 0xf70e4a4d preempt_schedule_notrace +EXPORT_SYMBOL_GPL vmlinux 0xf7133705 uart_set_options +EXPORT_SYMBOL_GPL vmlinux 0xf72a65ea tty_get_char_size +EXPORT_SYMBOL_GPL vmlinux 0xf730fb4a qcom_smem_state_update_bits +EXPORT_SYMBOL_GPL vmlinux 0xf73bc404 iommu_device_unlink +EXPORT_SYMBOL_GPL vmlinux 0xf743a57b of_phy_get +EXPORT_SYMBOL_GPL vmlinux 0xf744298f hv_unmap_memory +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 0xf756e9a2 dev_pm_opp_remove_all_dynamic +EXPORT_SYMBOL_GPL vmlinux 0xf75fc6a4 usb_get_maximum_speed +EXPORT_SYMBOL_GPL vmlinux 0xf76b0947 mtk_clk_register_factors +EXPORT_SYMBOL_GPL vmlinux 0xf77613ac ncsi_start_dev +EXPORT_SYMBOL_GPL vmlinux 0xf7772bde xas_init_marks +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 0xf7a37bcc pinctrl_get +EXPORT_SYMBOL_GPL vmlinux 0xf7a69895 pci_iov_get_pf_drvdata +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 0xf7ca6526 devlink_alloc_ns +EXPORT_SYMBOL_GPL vmlinux 0xf7cf9ebe crypto_stats_compress +EXPORT_SYMBOL_GPL vmlinux 0xf7d27182 regcache_mark_dirty +EXPORT_SYMBOL_GPL vmlinux 0xf7eb9c18 crypto_unregister_shash +EXPORT_SYMBOL_GPL vmlinux 0xf800cf70 __serdev_device_driver_register +EXPORT_SYMBOL_GPL vmlinux 0xf805524b devm_regulator_bulk_get_exclusive +EXPORT_SYMBOL_GPL vmlinux 0xf80f5fc7 __SCK__tp_func_ata_exec_command +EXPORT_SYMBOL_GPL vmlinux 0xf811bf97 pci_dev_trylock +EXPORT_SYMBOL_GPL vmlinux 0xf81dce70 thermal_genl_cpu_capability_event +EXPORT_SYMBOL_GPL vmlinux 0xf81ec4de ethnl_cable_test_fault_length +EXPORT_SYMBOL_GPL vmlinux 0xf82f3657 work_on_cpu +EXPORT_SYMBOL_GPL vmlinux 0xf852d746 __tracepoint_tcp_send_reset +EXPORT_SYMBOL_GPL vmlinux 0xf8540d8c sbitmap_any_bit_set +EXPORT_SYMBOL_GPL vmlinux 0xf861bd31 rockchip_clk_register_ddrclk +EXPORT_SYMBOL_GPL vmlinux 0xf8674935 pci_slots_kset +EXPORT_SYMBOL_GPL vmlinux 0xf868627c shash_ahash_finup +EXPORT_SYMBOL_GPL vmlinux 0xf86a7bb6 genphy_c45_pma_baset1_setup_master_slave +EXPORT_SYMBOL_GPL vmlinux 0xf8812521 blk_mq_quiesce_queue +EXPORT_SYMBOL_GPL vmlinux 0xf883bf93 crypto_dh_key_len +EXPORT_SYMBOL_GPL vmlinux 0xf891dbb0 crypto_register_skcipher +EXPORT_SYMBOL_GPL vmlinux 0xf8a27d0a tcf_dev_queue_xmit +EXPORT_SYMBOL_GPL vmlinux 0xf8b1730f vcap_rule_add_key_bit +EXPORT_SYMBOL_GPL vmlinux 0xf8b4b62c usb_alloc_urb +EXPORT_SYMBOL_GPL vmlinux 0xf8c77caa usb_register_dev +EXPORT_SYMBOL_GPL vmlinux 0xf8e33034 of_property_read_u64_index +EXPORT_SYMBOL_GPL vmlinux 0xf8f3a0fb ata_ratelimit +EXPORT_SYMBOL_GPL vmlinux 0xf8fc5324 hwpoison_filter +EXPORT_SYMBOL_GPL vmlinux 0xf8fe5642 phylink_ethtool_get_pauseparam +EXPORT_SYMBOL_GPL vmlinux 0xf8ffc181 shash_ahash_digest +EXPORT_SYMBOL_GPL vmlinux 0xf900c77d zynqmp_pm_clock_disable +EXPORT_SYMBOL_GPL vmlinux 0xf9093f5b __tracepoint_cpu_frequency +EXPORT_SYMBOL_GPL vmlinux 0xf911a4b0 crypto_alloc_kpp +EXPORT_SYMBOL_GPL vmlinux 0xf926a606 phylink_mii_c22_pcs_decode_state +EXPORT_SYMBOL_GPL vmlinux 0xf94e4c7b crypto_remove_spawns +EXPORT_SYMBOL_GPL vmlinux 0xf95322f4 kthread_parkme +EXPORT_SYMBOL_GPL vmlinux 0xf9534733 acpi_subsys_runtime_suspend +EXPORT_SYMBOL_GPL vmlinux 0xf955e9c5 bprintf +EXPORT_SYMBOL_GPL vmlinux 0xf967422b HYPERVISOR_xen_version +EXPORT_SYMBOL_GPL vmlinux 0xf98866fa gnttab_page_cache_init +EXPORT_SYMBOL_GPL vmlinux 0xf99365b9 irq_chip_set_vcpu_affinity_parent +EXPORT_SYMBOL_GPL vmlinux 0xf994c897 regulator_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0xf99d2582 dev_pm_qos_flags +EXPORT_SYMBOL_GPL vmlinux 0xf9a054b5 __round_jiffies +EXPORT_SYMBOL_GPL vmlinux 0xf9a3c5dc zynqmp_pm_load_pdi +EXPORT_SYMBOL_GPL vmlinux 0xf9b34a0b iopf_queue_free +EXPORT_SYMBOL_GPL vmlinux 0xf9b374d0 fscrypt_show_test_dummy_encryption +EXPORT_SYMBOL_GPL vmlinux 0xf9c88bf9 udp_destruct_common +EXPORT_SYMBOL_GPL vmlinux 0xf9c8c3b1 mtk_pinconf_drive_set_rev1 +EXPORT_SYMBOL_GPL vmlinux 0xf9d9d09b tcp_get_syncookie_mss +EXPORT_SYMBOL_GPL vmlinux 0xf9dfc802 blk_mark_disk_dead +EXPORT_SYMBOL_GPL vmlinux 0xf9f448a3 kvm_vcpu_gfn_to_pfn_atomic +EXPORT_SYMBOL_GPL vmlinux 0xfa081d71 led_classdev_unregister +EXPORT_SYMBOL_GPL vmlinux 0xfa1d237a spi_slave_abort +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 0xfa37fb11 vcap_mod_rule +EXPORT_SYMBOL_GPL vmlinux 0xfa43cefc is_hash_blacklisted +EXPORT_SYMBOL_GPL vmlinux 0xfa4d3c24 log_post_write_mmio +EXPORT_SYMBOL_GPL vmlinux 0xfa55efc2 usb_register_driver +EXPORT_SYMBOL_GPL vmlinux 0xfa5b4458 __sock_recv_wifi_status +EXPORT_SYMBOL_GPL vmlinux 0xfa666974 queue_work_node +EXPORT_SYMBOL_GPL vmlinux 0xfa7b932b __devm_regmap_init_mmio_clk +EXPORT_SYMBOL_GPL vmlinux 0xfa810649 iommu_dev_disable_feature +EXPORT_SYMBOL_GPL vmlinux 0xfa81d258 mnt_want_write +EXPORT_SYMBOL_GPL vmlinux 0xfa8e91e0 stmpe_block_write +EXPORT_SYMBOL_GPL vmlinux 0xfa952b7f wakeup_source_create +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 0xfac002a2 dev_forward_skb +EXPORT_SYMBOL_GPL vmlinux 0xfac804a4 usb_clear_halt +EXPORT_SYMBOL_GPL vmlinux 0xfac9e179 clk_hw_get_parent +EXPORT_SYMBOL_GPL vmlinux 0xfad76c53 devfreq_event_disable_edev +EXPORT_SYMBOL_GPL vmlinux 0xfad9c827 kill_dax +EXPORT_SYMBOL_GPL vmlinux 0xfadb88c7 tcp_sendmsg_locked +EXPORT_SYMBOL_GPL vmlinux 0xfae3b263 iomap_seek_hole +EXPORT_SYMBOL_GPL vmlinux 0xfaf48cb3 mmu_interval_notifier_insert +EXPORT_SYMBOL_GPL vmlinux 0xfaf5717a vp_modern_config_vector +EXPORT_SYMBOL_GPL vmlinux 0xfafd26a5 dm_submit_bio_remap +EXPORT_SYMBOL_GPL vmlinux 0xfb162272 __traceiter_sched_cpu_capacity_tp +EXPORT_SYMBOL_GPL vmlinux 0xfb1d86cd dev_pm_opp_get_freq +EXPORT_SYMBOL_GPL vmlinux 0xfb29fc05 ata_sas_port_destroy +EXPORT_SYMBOL_GPL vmlinux 0xfb2fab55 ti_sci_get_handle +EXPORT_SYMBOL_GPL vmlinux 0xfb32261c clk_gate_ops +EXPORT_SYMBOL_GPL vmlinux 0xfb32b30f ring_buffer_read_prepare_sync +EXPORT_SYMBOL_GPL vmlinux 0xfb49e071 skb_mpls_dec_ttl +EXPORT_SYMBOL_GPL vmlinux 0xfb4e77bb smpboot_unregister_percpu_thread +EXPORT_SYMBOL_GPL vmlinux 0xfb60faf5 posix_acl_clone +EXPORT_SYMBOL_GPL vmlinux 0xfb6eedf9 power_group_name +EXPORT_SYMBOL_GPL vmlinux 0xfb70abb3 virtqueue_kick_prepare +EXPORT_SYMBOL_GPL vmlinux 0xfba51159 regmap_write_async +EXPORT_SYMBOL_GPL vmlinux 0xfbaa6cb7 serial8250_read_char +EXPORT_SYMBOL_GPL vmlinux 0xfbaf3f09 __blk_req_zone_write_unlock +EXPORT_SYMBOL_GPL vmlinux 0xfbaf6fe7 acpi_find_child_device +EXPORT_SYMBOL_GPL vmlinux 0xfbb89719 device_initialize +EXPORT_SYMBOL_GPL vmlinux 0xfbbd41ca no_action +EXPORT_SYMBOL_GPL vmlinux 0xfbbed0ec imx_pinctrl_probe +EXPORT_SYMBOL_GPL vmlinux 0xfbbfa441 ip6_local_out +EXPORT_SYMBOL_GPL vmlinux 0xfbc022cc init_node_memory_type +EXPORT_SYMBOL_GPL vmlinux 0xfbdf5012 regmap_add_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0xfbdfd08b wm8350_read_auxadc +EXPORT_SYMBOL_GPL vmlinux 0xfbe8e02a dm_put +EXPORT_SYMBOL_GPL vmlinux 0xfbffd601 net_prio_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0xfc03a4ca proc_dou8vec_minmax +EXPORT_SYMBOL_GPL vmlinux 0xfc03d97a page_is_ram +EXPORT_SYMBOL_GPL vmlinux 0xfc14bb2e dm_get_dev_t +EXPORT_SYMBOL_GPL vmlinux 0xfc201b66 sprint_oid +EXPORT_SYMBOL_GPL vmlinux 0xfc254d15 gnttab_free_auto_xlat_frames +EXPORT_SYMBOL_GPL vmlinux 0xfc29eee9 spi_finalize_current_message +EXPORT_SYMBOL_GPL vmlinux 0xfc36bb2c power_supply_set_battery_charged +EXPORT_SYMBOL_GPL vmlinux 0xfc3b4246 acpi_bus_update_power +EXPORT_SYMBOL_GPL vmlinux 0xfc422774 dev_set_name +EXPORT_SYMBOL_GPL vmlinux 0xfc5528b2 locks_alloc_lock +EXPORT_SYMBOL_GPL vmlinux 0xfc6ccf34 dma_run_dependencies +EXPORT_SYMBOL_GPL vmlinux 0xfc75258a unmap_mapping_pages +EXPORT_SYMBOL_GPL vmlinux 0xfc7c22a9 ftrace_free_filter +EXPORT_SYMBOL_GPL vmlinux 0xfc85262c usb_hcd_pci_shutdown +EXPORT_SYMBOL_GPL vmlinux 0xfc866991 sata_link_debounce +EXPORT_SYMBOL_GPL vmlinux 0xfc9477b5 zynqmp_pm_set_pll_frac_data +EXPORT_SYMBOL_GPL vmlinux 0xfc96d87e fuse_mount_remove +EXPORT_SYMBOL_GPL vmlinux 0xfc979585 crypto_register_aeads +EXPORT_SYMBOL_GPL vmlinux 0xfca91cb9 thermal_zone_device_update +EXPORT_SYMBOL_GPL vmlinux 0xfcaa8976 __traceiter_pelt_cfs_tp +EXPORT_SYMBOL_GPL vmlinux 0xfcab7567 meson_clk_pcie_pll_ops +EXPORT_SYMBOL_GPL vmlinux 0xfcb49c7e ip6_dst_lookup +EXPORT_SYMBOL_GPL vmlinux 0xfcb88687 mmc_cmdq_enable +EXPORT_SYMBOL_GPL vmlinux 0xfcbfec70 add_memory_driver_managed +EXPORT_SYMBOL_GPL vmlinux 0xfcc1edd3 memory_block_size_bytes +EXPORT_SYMBOL_GPL vmlinux 0xfcc8e576 tcpv6_prot +EXPORT_SYMBOL_GPL vmlinux 0xfcc988e5 gen10g_config_aneg +EXPORT_SYMBOL_GPL vmlinux 0xfcdb8e5e pm_clk_suspend +EXPORT_SYMBOL_GPL vmlinux 0xfcf0ffb8 get_current_tty +EXPORT_SYMBOL_GPL vmlinux 0xfcf32b2c ahci_platform_shutdown +EXPORT_SYMBOL_GPL vmlinux 0xfcf76148 fsnotify_destroy_mark +EXPORT_SYMBOL_GPL vmlinux 0xfcf9ef73 hw_protection_shutdown +EXPORT_SYMBOL_GPL vmlinux 0xfd068326 register_kretprobes +EXPORT_SYMBOL_GPL vmlinux 0xfd0e13f5 ata_sff_postreset +EXPORT_SYMBOL_GPL vmlinux 0xfd0e5841 usb_acpi_set_power_state +EXPORT_SYMBOL_GPL vmlinux 0xfd195774 k3_udma_glue_disable_tx_chn +EXPORT_SYMBOL_GPL vmlinux 0xfd1a6035 blk_crypto_register +EXPORT_SYMBOL_GPL vmlinux 0xfd1c6a73 fat_time_unix2fat +EXPORT_SYMBOL_GPL vmlinux 0xfd2667bb peernet2id_alloc +EXPORT_SYMBOL_GPL vmlinux 0xfd2c62ad devlink_dpipe_table_counter_enabled +EXPORT_SYMBOL_GPL vmlinux 0xfd309343 synchronize_srcu +EXPORT_SYMBOL_GPL vmlinux 0xfd3344a3 platform_device_register +EXPORT_SYMBOL_GPL vmlinux 0xfd4dc7ae ahci_host_activate +EXPORT_SYMBOL_GPL vmlinux 0xfd50997c device_create +EXPORT_SYMBOL_GPL vmlinux 0xfd6555fb xlnx_unregister_event +EXPORT_SYMBOL_GPL vmlinux 0xfd689138 regmap_noinc_write +EXPORT_SYMBOL_GPL vmlinux 0xfd6c7abe tpm_chip_start +EXPORT_SYMBOL_GPL vmlinux 0xfd7243c7 erst_disable +EXPORT_SYMBOL_GPL vmlinux 0xfd73dcd0 xdp_return_frame_rx_napi +EXPORT_SYMBOL_GPL vmlinux 0xfd77e268 register_sys_off_handler +EXPORT_SYMBOL_GPL vmlinux 0xfd7bc2cf sock_prot_inuse_get +EXPORT_SYMBOL_GPL vmlinux 0xfd7c4d2b folio_wait_stable +EXPORT_SYMBOL_GPL vmlinux 0xfd870d48 n_tty_inherit_ops +EXPORT_SYMBOL_GPL vmlinux 0xfd976492 bpf_trace_run9 +EXPORT_SYMBOL_GPL vmlinux 0xfd9e018b dm_table_set_type +EXPORT_SYMBOL_GPL vmlinux 0xfd9e3119 platform_add_devices +EXPORT_SYMBOL_GPL vmlinux 0xfdbad68e cpufreq_dbs_governor_limits +EXPORT_SYMBOL_GPL vmlinux 0xfdbd7a17 crypto_get_attr_type +EXPORT_SYMBOL_GPL vmlinux 0xfdd3a5bc acpi_bus_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0xfde22bad fb_deferred_io_fsync +EXPORT_SYMBOL_GPL vmlinux 0xfde25099 __traceiter_rpm_resume +EXPORT_SYMBOL_GPL vmlinux 0xfde7b400 mf_dax_kill_procs +EXPORT_SYMBOL_GPL vmlinux 0xfde97e29 uhci_reset_hc +EXPORT_SYMBOL_GPL vmlinux 0xfde999e0 fwnode_property_read_u32_array +EXPORT_SYMBOL_GPL vmlinux 0xfdea2d04 alarm_cancel +EXPORT_SYMBOL_GPL vmlinux 0xfdf3e056 query_asymmetric_key +EXPORT_SYMBOL_GPL vmlinux 0xfdf58f00 sdio_readsb +EXPORT_SYMBOL_GPL vmlinux 0xfdf5c887 inet_csk_addr2sockaddr +EXPORT_SYMBOL_GPL vmlinux 0xfdf78044 msi_domain_first_desc +EXPORT_SYMBOL_GPL vmlinux 0xfdfbe853 mnt_drop_write +EXPORT_SYMBOL_GPL vmlinux 0xfe0e7cd3 apei_exec_post_unmap_gars +EXPORT_SYMBOL_GPL vmlinux 0xfe0f3a00 spi_mem_dirmap_read +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 0xfe3a6de3 alarm_try_to_cancel +EXPORT_SYMBOL_GPL vmlinux 0xfe3f64c1 xen_register_device_domain_owner +EXPORT_SYMBOL_GPL vmlinux 0xfe40145d rdev_set_badblocks +EXPORT_SYMBOL_GPL vmlinux 0xfe476039 ktime_get_resolution_ns +EXPORT_SYMBOL_GPL vmlinux 0xfe54dd9a fsl_mc_portal_reset +EXPORT_SYMBOL_GPL vmlinux 0xfe5a271c __udp6_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0xfe61b170 device_property_read_u32_array +EXPORT_SYMBOL_GPL vmlinux 0xfe6ea0ff rio_mport_write_config_16 +EXPORT_SYMBOL_GPL vmlinux 0xfe7492bb pci_epc_map_addr +EXPORT_SYMBOL_GPL vmlinux 0xfe7dc37a tegra_mc_get_emem_device_count +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 0xfebb7fd3 virtio_config_changed +EXPORT_SYMBOL_GPL vmlinux 0xfec3bf84 icst_clk_setup +EXPORT_SYMBOL_GPL vmlinux 0xfec49912 proc_mkdir_data +EXPORT_SYMBOL_GPL vmlinux 0xfece3bd2 crypto_unregister_algs +EXPORT_SYMBOL_GPL vmlinux 0xfed11ed1 usb_mon_deregister +EXPORT_SYMBOL_GPL vmlinux 0xfede9222 __tracepoint_suspend_resume +EXPORT_SYMBOL_GPL vmlinux 0xfeeecd05 apei_read +EXPORT_SYMBOL_GPL vmlinux 0xfef57e8d dev_attr_link_power_management_policy +EXPORT_SYMBOL_GPL vmlinux 0xfef9690c raw_unhash_sk +EXPORT_SYMBOL_GPL vmlinux 0xff05fa13 vring_interrupt +EXPORT_SYMBOL_GPL vmlinux 0xff0e1ee2 dm_internal_resume +EXPORT_SYMBOL_GPL vmlinux 0xff12f6d7 page_cache_ra_unbounded +EXPORT_SYMBOL_GPL vmlinux 0xff135a4a gpiochip_irq_domain_deactivate +EXPORT_SYMBOL_GPL vmlinux 0xff1666f3 reset_control_bulk_assert +EXPORT_SYMBOL_GPL vmlinux 0xff24458d ata_pci_device_do_resume +EXPORT_SYMBOL_GPL vmlinux 0xff291ecf clk_unregister_divider +EXPORT_SYMBOL_GPL vmlinux 0xff29232a rio_mport_class +EXPORT_SYMBOL_GPL vmlinux 0xff29a985 xenbus_read_otherend_details +EXPORT_SYMBOL_GPL vmlinux 0xff2eaf3e mptcp_subflow_init_cookie_req +EXPORT_SYMBOL_GPL vmlinux 0xff3e2618 aead_register_instance +EXPORT_SYMBOL_GPL vmlinux 0xff42c374 usb_role_switch_get_role +EXPORT_SYMBOL_GPL vmlinux 0xff47bb28 ahci_platform_resume_host +EXPORT_SYMBOL_GPL vmlinux 0xff4f1168 ehci_handshake +EXPORT_SYMBOL_GPL vmlinux 0xff4fad20 icc_provider_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 0xff8d9055 devm_clk_bulk_get_optional +EXPORT_SYMBOL_GPL vmlinux 0xff917799 gpiod_set_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0xff9e23d1 hugetlb_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0xffa677ea usb_acpi_port_lpm_incapable +EXPORT_SYMBOL_GPL vmlinux 0xffae8e8b nsecs_to_jiffies +EXPORT_SYMBOL_GPL vmlinux 0xffb34248 iommu_alloc_resv_region +EXPORT_SYMBOL_GPL vmlinux 0xffba2b21 regmap_get_reg_stride +EXPORT_SYMBOL_GPL vmlinux 0xffbe5a6b iomap_file_unshare +EXPORT_SYMBOL_GPL vmlinux 0xffc31016 __stack_depot_save +EXPORT_SYMBOL_GPL vmlinux 0xffc86f14 __xas_next +EXPORT_SYMBOL_GPL vmlinux 0xffcae8f6 __fl6_sock_lookup +EXPORT_SYMBOL_GPL vmlinux 0xffdac3f3 set_primary_fwnode +EXPORT_SYMBOL_GPL vmlinux 0xffe31035 __skb_tstamp_tx +EXPORT_SYMBOL_GPL vmlinux 0xffe9e50a sysfs_remove_file_from_group +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 0x04bc6cf9 cs_dsp_stop drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x0ba0afff cs_dsp_write_data_word drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x0da92ddd cs_dsp_coeff_write_ctrl 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 0x150458ae cs_dsp_adsp1_init drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x177eacce cs_dsp_remove drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x1d38b8a4 cs_dsp_adsp1_power_down drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x30101774 cs_dsp_read_raw_data_block drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x41c4fb57 cs_dsp_halo_init drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x4642f6d3 cs_dsp_read_data_word drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x4a68b196 cs_dsp_set_dspclk 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 0x54337f1f cs_dsp_adsp2_bus_error drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x54fd90b6 cs_dsp_power_up drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x5cabd1cc cs_dsp_cleanup_debugfs drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x6437bcd1 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 0x7f081d8f cs_dsp_adsp2_init drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x81825e3c cs_dsp_init_debugfs drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x8350bdaa cs_dsp_run 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 0xa69de595 cs_dsp_power_down drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0xaf0dbeb7 cs_dsp_halo_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 0xcce27311 cs_dsp_coeff_write_acked_control drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0xd120b7f8 cs_dsp_find_alg_region drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0xd8304f61 cs_dsp_get_ctl drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0xdd737b3f cs_dsp_halo_wdt_expire drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0xf1f3c270 cs_dsp_adsp1_power_up drivers/firmware/cirrus/cs_dsp +HWMON_THERMAL EXPORT_SYMBOL_GPL 0x96a6926e hwmon_device_register_for_thermal vmlinux +IIO_AD5592R EXPORT_SYMBOL_GPL 0x1786cafa ad5592r_remove drivers/iio/dac/ad5592r-base +IIO_AD5592R EXPORT_SYMBOL_GPL 0x630d69aa ad5592r_probe drivers/iio/dac/ad5592r-base +IIO_AD5686 EXPORT_SYMBOL_GPL 0x2f22c691 ad5686_remove drivers/iio/dac/ad5686 +IIO_AD5686 EXPORT_SYMBOL_GPL 0xaa6d59df ad5686_probe drivers/iio/dac/ad5686 +IIO_AD7091R EXPORT_SYMBOL_GPL 0x20e0ed15 ad7091r_regmap_config drivers/iio/adc/ad7091r-base +IIO_AD7091R EXPORT_SYMBOL_GPL 0xe938a6eb ad7091r_probe drivers/iio/adc/ad7091r-base +IIO_AD7606 EXPORT_SYMBOL_GPL 0x2cc2b8d6 ad7606_pm_ops drivers/iio/adc/ad7606 +IIO_AD7606 EXPORT_SYMBOL_GPL 0xa40b5208 ad7606_probe drivers/iio/adc/ad7606 +IIO_ADISLIB EXPORT_SYMBOL 0x895a2f18 __adis_enable_irq drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL 0xd346c8df adis_debugfs_reg_access drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0x116a3bfe __adis_initial_startup drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0x1a05b373 adis_update_scan_mode drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0x1a705e41 __adis_update_bits_base drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0x34ee450b devm_adis_setup_buffer_and_trigger drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0x40dc20a8 adis_single_conversion drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0x5297de4d adis_init drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0x6b9c6644 __adis_read_reg drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0x742e0b76 devm_adis_probe_trigger drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0x74e19365 __adis_check_status drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0x8021a0ae __adis_write_reg drivers/iio/imu/adis_lib +IIO_ADIS_LIB EXPORT_SYMBOL_GPL 0x852622d2 __adis_reset drivers/iio/imu/adis_lib +IIO_ADI_AXI EXPORT_SYMBOL_GPL 0x50a4dc2b devm_adi_axi_adc_conv_register drivers/iio/adc/adi-axi-adc +IIO_ADI_AXI EXPORT_SYMBOL_GPL 0xc43a65e1 adi_axi_adc_conv_priv drivers/iio/adc/adi-axi-adc +IIO_ADXL313 EXPORT_SYMBOL_GPL 0x2f73dac1 adxl313_core_probe drivers/iio/accel/adxl313_core +IIO_ADXL313 EXPORT_SYMBOL_GPL 0x8401eedc adxl313_readable_regs_table drivers/iio/accel/adxl313_core +IIO_ADXL313 EXPORT_SYMBOL_GPL 0x93298a1c adxl312_readable_regs_table drivers/iio/accel/adxl313_core +IIO_ADXL313 EXPORT_SYMBOL_GPL 0x932e87b3 adxl314_writable_regs_table drivers/iio/accel/adxl313_core +IIO_ADXL313 EXPORT_SYMBOL_GPL 0xe1d8d09c adxl314_readable_regs_table drivers/iio/accel/adxl313_core +IIO_ADXL313 EXPORT_SYMBOL_GPL 0xe1dfdd33 adxl312_writable_regs_table drivers/iio/accel/adxl313_core +IIO_ADXL313 EXPORT_SYMBOL_GPL 0xf03c7d3e adxl31x_chip_info 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 0x93abc031 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 0x0a758583 adxl367_probe drivers/iio/accel/adxl367 +IIO_ADXL372 EXPORT_SYMBOL_GPL 0x9a1e07a5 adxl372_probe drivers/iio/accel/adxl372 +IIO_ADXL372 EXPORT_SYMBOL_GPL 0xa2b68035 adxl372_readable_noinc_reg drivers/iio/accel/adxl372 +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0x2829116a ad_sd_write_reg drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0x2ffb300f ad_sigma_delta_single_conversion drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0x7cfc2217 ad_sd_init drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0x7dc2fe9f ad_sd_calibrate_all drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0x9baad9e5 ad_sd_validate_trigger drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0xc65314d9 devm_ad_sd_setup_buffer_and_trigger drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0xe8d935bd ad_sd_reset drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0xeef2580d ad_sd_read_reg drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0xfaed1ad7 ad_sd_set_comm drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0xfc2dc5ae ad_sd_calibrate drivers/iio/adc/ad_sigma_delta +IIO_BMA400 EXPORT_SYMBOL 0x72e798e5 bma400_probe drivers/iio/accel/bma400_core +IIO_BMA400 EXPORT_SYMBOL 0xd196f353 bma400_regmap_config drivers/iio/accel/bma400_core +IIO_BMC150 EXPORT_SYMBOL_GPL 0x0e932262 bmc150_accel_core_remove drivers/iio/accel/bmc150-accel-core +IIO_BMC150 EXPORT_SYMBOL_GPL 0x2f2c075e bmc150_accel_core_probe drivers/iio/accel/bmc150-accel-core +IIO_BMC150 EXPORT_SYMBOL_GPL 0x3e6eb9e4 bmc150_accel_pm_ops drivers/iio/accel/bmc150-accel-core +IIO_BMC150 EXPORT_SYMBOL_GPL 0x758701ff bmc150_regmap_conf drivers/iio/accel/bmc150-accel-core +IIO_BMC150_MAGN EXPORT_SYMBOL 0x39ac8400 bmc150_magn_regmap_config drivers/iio/magnetometer/bmc150_magn +IIO_BMC150_MAGN EXPORT_SYMBOL 0x5ae5d04d bmc150_magn_remove drivers/iio/magnetometer/bmc150_magn +IIO_BMC150_MAGN EXPORT_SYMBOL 0x6c280249 bmc150_magn_probe drivers/iio/magnetometer/bmc150_magn +IIO_BMC150_MAGN EXPORT_SYMBOL 0xb17c2d2f bmc150_magn_pm_ops drivers/iio/magnetometer/bmc150_magn +IIO_BME680 EXPORT_SYMBOL 0xdd023756 bme680_regmap_config drivers/iio/chemical/bme680_core +IIO_BME680 EXPORT_SYMBOL_GPL 0x2731ffbb bme680_core_probe drivers/iio/chemical/bme680_core +IIO_BMI088 EXPORT_SYMBOL_GPL 0x70ad7506 bmi088_accel_core_remove drivers/iio/accel/bmi088-accel-core +IIO_BMI088 EXPORT_SYMBOL_GPL 0x82f0b18d bmi088_accel_pm_ops drivers/iio/accel/bmi088-accel-core +IIO_BMI088 EXPORT_SYMBOL_GPL 0xa394b63f bmi088_regmap_conf drivers/iio/accel/bmi088-accel-core +IIO_BMI088 EXPORT_SYMBOL_GPL 0xd3d9bd6c bmi088_accel_core_probe drivers/iio/accel/bmi088-accel-core +IIO_BMI160 EXPORT_SYMBOL 0x9664f206 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 0x398865df bmi160_core_probe drivers/iio/imu/bmi160/bmi160_core +IIO_BMP280 EXPORT_SYMBOL 0x3331416a bmp380_regmap_config drivers/iio/pressure/bmp280 +IIO_BMP280 EXPORT_SYMBOL 0x36e52ae9 bmp180_regmap_config drivers/iio/pressure/bmp280 +IIO_BMP280 EXPORT_SYMBOL 0x4d16033a bmp280_common_probe drivers/iio/pressure/bmp280 +IIO_BMP280 EXPORT_SYMBOL 0xdc63f78b bmp280_regmap_config drivers/iio/pressure/bmp280 +IIO_BNO055 EXPORT_SYMBOL_GPL 0xb10f5500 bno055_regmap_config drivers/iio/imu/bno055/bno055 +IIO_BNO055 EXPORT_SYMBOL_GPL 0xd57ea50d bno055_probe drivers/iio/imu/bno055/bno055 +IIO_FXAS21002C EXPORT_SYMBOL_GPL 0x172c967c fxas21002c_core_remove drivers/iio/gyro/fxas21002c_core +IIO_FXAS21002C EXPORT_SYMBOL_GPL 0x38ad86fe fxas21002c_core_probe drivers/iio/gyro/fxas21002c_core +IIO_FXAS21002C EXPORT_SYMBOL_GPL 0x7c23d4f0 fxas21002c_pm_ops drivers/iio/gyro/fxas21002c_core +IIO_FXLS8962AF EXPORT_SYMBOL_GPL 0x2534692e fxls8962af_core_probe drivers/iio/accel/fxls8962af-core +IIO_FXLS8962AF EXPORT_SYMBOL_GPL 0x2fe2cac3 fxls8962af_pm_ops drivers/iio/accel/fxls8962af-core +IIO_FXLS8962AF EXPORT_SYMBOL_GPL 0x78ee52f1 fxls8962af_i2c_regmap_conf drivers/iio/accel/fxls8962af-core +IIO_FXLS8962AF EXPORT_SYMBOL_GPL 0xda30c634 fxls8962af_spi_regmap_conf drivers/iio/accel/fxls8962af-core +IIO_HID EXPORT_SYMBOL 0x252c5a8e hid_sensor_power_state drivers/iio/common/hid-sensors/hid-sensor-trigger +IIO_HID EXPORT_SYMBOL 0x33ec6784 hid_sensor_write_raw_hyst_rel_value drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID EXPORT_SYMBOL 0x36a2b351 hid_sensor_write_raw_hyst_value drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID EXPORT_SYMBOL 0x398baf24 hid_sensor_pm_ops drivers/iio/common/hid-sensors/hid-sensor-trigger +IIO_HID EXPORT_SYMBOL 0x3da18d03 hid_sensor_remove_trigger drivers/iio/common/hid-sensors/hid-sensor-trigger +IIO_HID EXPORT_SYMBOL 0x3f79bf4e hid_sensor_read_samp_freq_value drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID EXPORT_SYMBOL 0x5a8092a3 hid_sensor_setup_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 0xa8477577 hid_sensor_read_raw_hyst_value drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID EXPORT_SYMBOL 0xb1bdd111 hid_sensor_read_raw_hyst_rel_value drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID EXPORT_SYMBOL 0xc098882e hid_sensor_parse_common_attributes drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID EXPORT_SYMBOL 0xd9a4b6a0 hid_sensor_convert_timestamp drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID EXPORT_SYMBOL 0xf56444c5 hid_sensor_write_samp_freq_value drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID_ATTRIBUTES EXPORT_SYMBOL 0x300a8d41 hid_sensor_set_report_latency drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID_ATTRIBUTES EXPORT_SYMBOL 0x76ad75f7 hid_sensor_read_poll_value drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID_ATTRIBUTES EXPORT_SYMBOL 0xc235278d hid_sensor_get_report_latency drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID_ATTRIBUTES EXPORT_SYMBOL 0xdd162505 hid_sensor_batch_mode_supported drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HMC5843 EXPORT_SYMBOL 0x28b5b1be hmc5843_pm_ops drivers/iio/magnetometer/hmc5843_core +IIO_HMC5843 EXPORT_SYMBOL 0x7e04768d hmc5843_common_probe drivers/iio/magnetometer/hmc5843_core +IIO_HMC5843 EXPORT_SYMBOL 0xdd310ba5 hmc5843_common_remove drivers/iio/magnetometer/hmc5843_core +IIO_HTS221 EXPORT_SYMBOL 0x0d70b858 hts221_probe drivers/iio/humidity/hts221 +IIO_HTS221 EXPORT_SYMBOL 0xe65b6633 hts221_pm_ops drivers/iio/humidity/hts221 +IIO_ICM42600 EXPORT_SYMBOL_GPL 0x938d3ed4 inv_icm42600_core_probe drivers/iio/imu/inv_icm42600/inv-icm42600 +IIO_ICM42600 EXPORT_SYMBOL_GPL 0xa4cd99f4 inv_icm42600_regmap_config drivers/iio/imu/inv_icm42600/inv-icm42600 +IIO_ICM42600 EXPORT_SYMBOL_GPL 0xf8e55734 inv_icm42600_pm_ops drivers/iio/imu/inv_icm42600/inv-icm42600 +IIO_KX022A EXPORT_SYMBOL_GPL 0x0d5b4214 kx022a_probe_internal drivers/iio/accel/kionix-kx022a +IIO_KX022A EXPORT_SYMBOL_GPL 0xe6482ede kx022a_regmap drivers/iio/accel/kionix-kx022a +IIO_KXSD9 EXPORT_SYMBOL 0x51e88c77 kxsd9_common_remove drivers/iio/accel/kxsd9 +IIO_KXSD9 EXPORT_SYMBOL 0x7de5814b kxsd9_dev_pm_ops drivers/iio/accel/kxsd9 +IIO_KXSD9 EXPORT_SYMBOL 0xb421ea7b kxsd9_common_probe drivers/iio/accel/kxsd9 +IIO_LSM6DSX EXPORT_SYMBOL 0xd5234dbd st_lsm6dsx_pm_ops drivers/iio/imu/st_lsm6dsx/st_lsm6dsx +IIO_LSM6DSX EXPORT_SYMBOL 0xebadc6c6 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 0x268dae56 ms_sensors_show_heater drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0x2c84767f 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 0x3762449e 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 0x574c354e ms_sensors_write_heater drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0x83497aad ms_sensors_read_temp_and_pressure drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0x945c856e ms_sensors_write_resolution drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0x961f5066 ms_sensors_tp_read_prom drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0xa9db2a8f ms_sensors_ht_read_temperature drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0xc3225db7 ms_sensors_ht_read_humidity drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MMA7455 EXPORT_SYMBOL_GPL 0x3682cbc2 mma7455_core_probe drivers/iio/accel/mma7455_core +IIO_MMA7455 EXPORT_SYMBOL_GPL 0x625e426e mma7455_core_remove drivers/iio/accel/mma7455_core +IIO_MMA7455 EXPORT_SYMBOL_GPL 0xfe82a0dc mma7455_core_regmap drivers/iio/accel/mma7455_core +IIO_MMA9551 EXPORT_SYMBOL 0x125abc73 mma9551_read_accel_chan drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x1be835f8 mma9551_read_version drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x2308ddf4 mma9551_write_config_words drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x28bf58c1 mma9551_read_status_words drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x2ad620f5 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 0x454d1ef7 mma9551_set_device_state drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x501c5bd1 mma9551_read_config_words drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x51ce19f7 mma9551_read_status_word drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x52950ce2 mma9551_write_config_byte drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x5ecf2845 mma9551_read_config_word drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x78da14a8 mma9551_read_status_byte drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x791292e1 mma9551_read_config_byte drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x836edfb1 mma9551_write_config_word drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x9b2066e0 mma9551_set_power_state drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0xb21808f2 mma9551_app_reset drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0xbcd7fe96 mma9551_sleep drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0xda7025b1 mma9551_gpio_config drivers/iio/accel/mma9551_core +IIO_MPL115 EXPORT_SYMBOL 0xbbe35114 mpl115_dev_pm_ops drivers/iio/pressure/mpl115 +IIO_MPL115 EXPORT_SYMBOL_GPL 0xfd576c7b mpl115_probe drivers/iio/pressure/mpl115 +IIO_MPU6050 EXPORT_SYMBOL_GPL 0x3517ea20 inv_mpu_pmops drivers/iio/imu/inv_mpu6050/inv-mpu6050 +IIO_MPU6050 EXPORT_SYMBOL_GPL 0x6996828d inv_mpu_core_probe drivers/iio/imu/inv_mpu6050/inv-mpu6050 +IIO_MS5611 EXPORT_SYMBOL 0x5f60a29a ms5611_remove drivers/iio/pressure/ms5611_core +IIO_MS5611 EXPORT_SYMBOL 0xa025fad5 ms5611_probe drivers/iio/pressure/ms5611_core +IIO_RESCALE EXPORT_SYMBOL_GPL 0x488bc646 rescale_process_scale drivers/iio/afe/iio-rescale +IIO_RESCALE EXPORT_SYMBOL_GPL 0x9fe488f0 rescale_process_offset drivers/iio/afe/iio-rescale +IIO_RM3100 EXPORT_SYMBOL_GPL 0x0a1424e0 rm3100_volatile_table drivers/iio/magnetometer/rm3100-core +IIO_RM3100 EXPORT_SYMBOL_GPL 0xaa911f08 rm3100_readable_table drivers/iio/magnetometer/rm3100-core +IIO_RM3100 EXPORT_SYMBOL_GPL 0xc4043d89 rm3100_common_probe drivers/iio/magnetometer/rm3100-core +IIO_RM3100 EXPORT_SYMBOL_GPL 0xcc7209be rm3100_writable_table drivers/iio/magnetometer/rm3100-core +IIO_SCD30 EXPORT_SYMBOL 0xee7c48d2 scd30_probe drivers/iio/chemical/scd30_core +IIO_SCD30 EXPORT_SYMBOL 0xfcc4838d scd30_pm_ops drivers/iio/chemical/scd30_core +IIO_SPS30 EXPORT_SYMBOL_GPL 0x4b79849b sps30_probe drivers/iio/chemical/sps30 +IIO_SSP_SENSORS EXPORT_SYMBOL 0x119750e2 ssp_get_sensor_delay drivers/iio/common/ssp_sensors/sensorhub +IIO_SSP_SENSORS EXPORT_SYMBOL 0x2d08f6f0 ssp_enable_sensor drivers/iio/common/ssp_sensors/sensorhub +IIO_SSP_SENSORS EXPORT_SYMBOL 0x4b38bdb3 ssp_common_buffer_postenable drivers/iio/common/ssp_sensors/ssp_iio +IIO_SSP_SENSORS EXPORT_SYMBOL 0x5e2ce065 ssp_common_buffer_postdisable drivers/iio/common/ssp_sensors/ssp_iio +IIO_SSP_SENSORS EXPORT_SYMBOL 0x7c24f75b ssp_disable_sensor drivers/iio/common/ssp_sensors/sensorhub +IIO_SSP_SENSORS EXPORT_SYMBOL 0x88f2464a ssp_common_process_data drivers/iio/common/ssp_sensors/ssp_iio +IIO_SSP_SENSORS EXPORT_SYMBOL 0x8f7c1711 ssp_register_consumer drivers/iio/common/ssp_sensors/sensorhub +IIO_SSP_SENSORS EXPORT_SYMBOL 0xf1e044fb ssp_change_delay drivers/iio/common/ssp_sensors/sensorhub +IIO_ST_SENSORS EXPORT_SYMBOL 0x00ab1f86 st_gyro_get_settings drivers/iio/gyro/st_gyro +IIO_ST_SENSORS EXPORT_SYMBOL 0x074d7047 st_sensors_trigger_handler drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x10617ad6 st_sensors_get_settings_index drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x159b958e st_sensors_validate_device drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x1b8e3ac8 st_sensors_i2c_configure drivers/iio/common/st_sensors/st_sensors_i2c +IIO_ST_SENSORS EXPORT_SYMBOL 0x1c5854a1 st_sensors_set_enable drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x3143bb7e st_sensors_power_enable drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x3314fc29 st_press_get_settings drivers/iio/pressure/st_pressure +IIO_ST_SENSORS EXPORT_SYMBOL 0x3570d667 st_accel_get_settings drivers/iio/accel/st_accel +IIO_ST_SENSORS EXPORT_SYMBOL 0x4bd722f6 st_sensors_dev_name_probe drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x5b49dd36 st_sensors_debugfs_reg_access drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x5b598f53 st_sensors_init_sensor drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x6f099d20 st_sensors_verify_id drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x702ef23b st_magn_common_probe drivers/iio/magnetometer/st_magn +IIO_ST_SENSORS EXPORT_SYMBOL 0x7777dc4c st_sensors_spi_configure drivers/iio/common/st_sensors/st_sensors_spi +IIO_ST_SENSORS EXPORT_SYMBOL 0x78f93fe3 st_sensors_set_axis_enable drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x8c11c82c st_sensors_read_info_raw drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x8d248603 st_press_common_probe drivers/iio/pressure/st_pressure +IIO_ST_SENSORS EXPORT_SYMBOL 0x90edd3d5 st_sensors_set_fullscale_by_gain drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x915fd427 st_magn_get_settings drivers/iio/magnetometer/st_magn +IIO_ST_SENSORS EXPORT_SYMBOL 0x935cc310 st_sensors_sysfs_scale_avail drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x9d44ae72 st_sensors_set_odr drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0xa869457e st_sensors_allocate_trigger drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0xb266f65c st_accel_common_probe drivers/iio/accel/st_accel +IIO_ST_SENSORS EXPORT_SYMBOL 0xc13d36c4 st_sensors_sysfs_sampling_frequency_avail drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0xd5b0e1ac st_sensors_set_dataready_irq drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0xeebd23b7 st_gyro_common_probe drivers/iio/gyro/st_gyro +IIO_ST_SENSORS EXPORT_SYMBOL_GPL 0x027388a7 st_lsm9ds0_probe drivers/iio/imu/st_lsm9ds0/st_lsm9ds0 +IIO_UVIS25 EXPORT_SYMBOL 0x09c42898 st_uvis25_probe drivers/iio/light/st_uvis25_core +IIO_UVIS25 EXPORT_SYMBOL 0xec35a6da st_uvis25_pm_ops drivers/iio/light/st_uvis25_core +IIO_ZPA2326 EXPORT_SYMBOL_GPL 0x47fd40fa zpa2326_isreg_readable drivers/iio/pressure/zpa2326 +IIO_ZPA2326 EXPORT_SYMBOL_GPL 0x5b10a2b4 zpa2326_remove drivers/iio/pressure/zpa2326 +IIO_ZPA2326 EXPORT_SYMBOL_GPL 0xb7882cc9 zpa2326_probe drivers/iio/pressure/zpa2326 +IIO_ZPA2326 EXPORT_SYMBOL_GPL 0xe2dd7d1f zpa2326_isreg_precious drivers/iio/pressure/zpa2326 +IIO_ZPA2326 EXPORT_SYMBOL_GPL 0xf856708e zpa2326_pm_ops drivers/iio/pressure/zpa2326 +IIO_ZPA2326 EXPORT_SYMBOL_GPL 0xfc8d9465 zpa2326_isreg_writeable drivers/iio/pressure/zpa2326 +IOMMUFD EXPORT_SYMBOL_GPL 0x10ac6fda iommufd_access_pin_pages drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0x129f3deb iommufd_access_create drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0x325effd9 iommufd_device_unbind drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0x45c78d42 iommufd_ctx_from_file drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0x4b5301b2 iommufd_device_detach drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0x4e0b8bb1 iommufd_access_unpin_pages drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0x5bd47ed1 iommufd_access_rw drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0x76edb929 iommufd_ctx_get drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0xb8e73433 iommufd_ctx_put drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0xd6a29a5c iommufd_access_destroy drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0xf18b0881 iommufd_device_bind drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0xfe01a59f iommufd_device_attach drivers/iommu/iommufd/iommufd +IOMMUFD_VFIO EXPORT_SYMBOL_GPL 0x778faa79 iommufd_vfio_compat_ioas_id drivers/iommu/iommufd/iommufd +IWLWIFI EXPORT_SYMBOL_GPL 0x02ee0eef __iwl_crit drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x05453edf iwl_fw_runtime_resume drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x1223463e __iwl_dbg drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x12917936 iwl_acpi_get_wifi_pkg_range 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 0x1840d508 iwl_fw_dbg_collect_desc drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x1a0847d0 iwl_fw_dbg_collect drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x1baa523e iwl_acpi_get_mcc drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x1f02a6e4 iwl_read_prph drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x1f5c2e03 iwl_opmode_register drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x2710c362 iwl_dump_desc_assert drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x2911f0de iwl_pnvm_load drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x2c515f91 iwl_uefi_get_sgom_table drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x31487f63 iwl_acpi_get_ppag_table drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x35033c81 iwl_phy_db_free drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x368ce430 iwl_set_bits_mask_prph drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x370a7fc7 iwl_write64 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 0x38f6a0db iwl_acpi_is_ppag_approved drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x4845967b iwl_sar_geo_support drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x497ce579 iwl_acpi_get_dsm_u8 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 0x4b6c4c06 iwl_sar_select_profile drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x4dc68d53 iwl_force_nmi drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x4e8cc5a8 iwl_set_soc_latency drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x549add39 iwl_write_direct64 drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x5610456c iwl_poll_bit drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x57dcca8a iwl_phy_db_init drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x593f5506 iwl_read_direct32 drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x5988395c iwl_notification_wait_init drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x5c52e109 iwl_opmode_deregister drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x5e67699f iwl_free_fw_paging drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x66b1417f iwl_get_nvm drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x679086eb iwl_acpi_get_tas drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x6b388dd0 iwl_finish_nic_init drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x6bdd1053 iwl_fw_dbg_stop_sync drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x6cf5541a iwl_sar_get_wgds_table drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x6f0585a8 iwl_acpi_get_object drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x7144866d iwl_parse_nvm_data drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x76cef82a iwl_sar_get_ewrd_table 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 0x78012456 iwl_parse_mei_nvm_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 0x7aff741a iwl_set_bits_prph drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x7dbde14e __iwl_warn drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x828c6838 iwlwifi_mod_params drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x82f0a3ba __iwl_err drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x82f86911 iwl_acpi_get_lari_config_bitmap 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 0x8832b62e iwl_cmd_groups_verify_sorted drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x9038811a iwl_rfi_guid drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x91b0de2c iwl_fw_dbg_read_d3_debug_data drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x9306517f iwl_fw_runtime_suspend drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x98eaa739 __iwl_info drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x99b86922 iwl_sar_get_wrds_table drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x9c4d89d8 iwl_read_eeprom drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xaf9b190a iwl_parse_eeprom_data drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xb37b318c iwl_rs_pretty_bw drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xb7d5ffb1 iwl_rate_mcs drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xb7fc63e7 iwl_acpi_get_eckv drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xb8b22f43 iwl_write_prph_delay drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xb9c60086 iwl_write_direct32 drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xbafc8994 iwl_wait_notification drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xbd88790c iwl_clear_bits_prph drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xbfe1b53e iwl_acpi_get_dsm_u32 drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xc278b4c3 iwl_write_prph_no_grab drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xc3e3242d iwl_write_prph64_no_grab drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xc42463d7 iwl_sar_geo_init drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xc7785587 iwl_read_prph_no_grab drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xc91808b1 iwl_poll_direct_bit drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xca393193 iwl_read32 drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xcdd680ba iwl_acpi_get_pwr_limit 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 0xd051ff58 iwl_get_shared_mem_conf drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xd6af6b10 iwl_get_cmd_string drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xd808c35c iwl_write8 drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xda56a278 iwl_write32 drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xdaad46fa iwl_fw_dbg_collect_trig 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 0xe2a09ad4 iwl_parse_nvm_mcc_info drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xe2c66746 iwl_trans_send_cmd drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xe3605b1f iwl_configure_rxq drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xe44ee9b8 iwl_fwrt_dump_error_logs drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xe69eb473 iwl_dbg_tlv_del_timers drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xe75b7e77 iwl_notification_wait drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xe7761810 iwl_read_ppag_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 0xed4dad91 iwl_fw_runtime_init drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xf4bc719e iwl_fw_dbg_error_collect drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xf50be8a8 iwl_fw_dbg_stop_restart_recording drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xf518a2d8 _iwl_dbg_tlv_time_point drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xf88964e4 iwl_remove_notification drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xfa5bac19 iwl_init_paging drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xfc1e6f41 iwl_guid drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xfc3ce38d iwl_fw_start_dbg_conf drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xfe5c7a81 iwl_read_external_nvm drivers/net/wireless/intel/iwlwifi/iwlwifi +LTC2497 EXPORT_SYMBOL 0x21fb6138 ltc2497core_probe drivers/iio/adc/ltc2497-core +LTC2497 EXPORT_SYMBOL 0xf6b99b3f ltc2497core_remove drivers/iio/adc/ltc2497-core +MCB EXPORT_SYMBOL_GPL 0x0981b292 mcb_bus_get drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0x2793f852 __mcb_register_driver drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0x2aa00f94 mcb_alloc_dev drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0x34880b3e mcb_device_register drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0x4a1852b2 mcb_release_bus drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0x55172786 mcb_get_irq drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0x6f880c8d mcb_request_mem drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0x8788582d mcb_bus_put drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0x8d804597 mcb_get_resource drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0x92c8f6b4 chameleon_parse_cells drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0x96a2a144 mcb_bus_add_devices drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0xa3927ec2 mcb_unregister_driver drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0xcba1a6e9 mcb_alloc_bus drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0xe7f0f2fe mcb_free_dev drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0xeb2c8905 mcb_release_mem drivers/mcb/mcb +MFD_OCELOT EXPORT_SYMBOL 0x7553b1eb ocelot_chip_reset drivers/mfd/ocelot-soc +MFD_OCELOT EXPORT_SYMBOL 0xbeb8a2ad ocelot_core_init drivers/mfd/ocelot-soc +MFD_OCELOT_SPI EXPORT_SYMBOL 0x5f17087f ocelot_spi_init_regmap drivers/mfd/ocelot-soc +NVME_TARGET_PASSTHRU EXPORT_SYMBOL_GPL 0x4d646ea8 nvme_put_ns drivers/nvme/host/nvme-core +NVME_TARGET_PASSTHRU EXPORT_SYMBOL_GPL 0x8d1dea01 nvme_ctrl_from_file drivers/nvme/host/nvme-core +NVME_TARGET_PASSTHRU EXPORT_SYMBOL_GPL 0xab6f66f7 nvme_passthru_end drivers/nvme/host/nvme-core +NVME_TARGET_PASSTHRU EXPORT_SYMBOL_GPL 0xaf04654c nvme_execute_passthru_rq drivers/nvme/host/nvme-core +NVME_TARGET_PASSTHRU EXPORT_SYMBOL_GPL 0xd7e19350 nvme_find_get_ns drivers/nvme/host/nvme-core +NVME_TARGET_PASSTHRU EXPORT_SYMBOL_GPL 0xdbc18d58 nvme_command_effects drivers/nvme/host/nvme-core +PECI EXPORT_SYMBOL_GPL 0x0b5b27c2 peci_xfer_pkg_cfg_readb drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x13e278c5 peci_xfer_ep_pci_cfg_readw drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x176a2d07 peci_xfer_get_temp drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x27eadd9a peci_xfer_pkg_cfg_readl drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x295bf076 peci_xfer_ep_mmio32_readl drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x36856188 peci_xfer_ep_pci_cfg_local_readb drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x4387c954 peci_request_data_readq drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x48cdba66 peci_request_data_readb drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x493cf459 peci_request_alloc drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x50e33b98 peci_xfer_ep_pci_cfg_readl drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x536f1981 devm_peci_controller_add drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x53d70237 peci_xfer_ep_mmio64_readl drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x65e9fc02 peci_request_dib_read drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x683bc130 __peci_driver_register drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x68d1d406 peci_xfer_pkg_cfg_readw drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x6c4add9f peci_xfer_pci_cfg_local_readb drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x9288387b peci_request_temp_read drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xab0048c5 peci_xfer_ep_pci_cfg_local_readl drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xab8e6122 peci_driver_unregister drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xc2fdae1f peci_request_status drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xcac04371 peci_xfer_pci_cfg_local_readw drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xcd6612d5 peci_xfer_ep_pci_cfg_readb drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xd3194535 peci_request_free drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xd710d7f6 peci_xfer_pci_cfg_local_readl drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xdd05809c peci_xfer_get_dib drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xddbe88e4 peci_request_data_readw drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xe8010b98 peci_xfer_ep_pci_cfg_local_readw drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xf301d4c8 peci_xfer_pkg_cfg_readq drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xfb229599 peci_request_data_readl drivers/peci/peci +PECI_CPU EXPORT_SYMBOL_GPL 0x10beb84f peci_ep_pci_local_read drivers/peci/peci-cpu +PECI_CPU EXPORT_SYMBOL_GPL 0x22f12e04 peci_mmio_read drivers/peci/peci-cpu +PECI_CPU EXPORT_SYMBOL_GPL 0x2d6b2f35 peci_pcs_read drivers/peci/peci-cpu +PECI_CPU EXPORT_SYMBOL_GPL 0x53f85e08 peci_pci_local_read drivers/peci/peci-cpu +PECI_CPU EXPORT_SYMBOL_GPL 0xaa8906f7 peci_temp_read drivers/peci/peci-cpu +PMBUS EXPORT_SYMBOL_GPL 0x0a433b37 pmbus_check_word_register drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x0fa44c97 pmbus_do_probe drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x17c8894c pmbus_read_word_data drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x22b8e723 pmbus_check_byte_register drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x288a0970 pmbus_update_fan drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x3364ec93 pmbus_update_byte_data drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x4f4b6ae2 pmbus_write_byte_data drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x50782392 pmbus_get_fan_rate_device drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x5642b31d pmbus_write_byte drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x60055905 pmbus_get_fan_rate_cached drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x7831456f pmbus_get_driver_info drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x78cbb3b8 pmbus_clear_cache drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x8953df19 pmbus_set_page drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x9ae1a08b pmbus_regulator_ops drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0xa0d17b0e pmbus_get_debugfs_dir drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0xa2afe9c7 pmbus_write_word_data drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0xbc5f7361 pmbus_set_update drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0xced7b326 pmbus_read_byte_data drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0xee7bc57f pmbus_clear_faults drivers/hwmon/pmbus/pmbus_core +SEMTECH_PROX EXPORT_SYMBOL_GPL 0x01c7868e sx_common_write_event_config drivers/iio/proximity/sx_common +SEMTECH_PROX EXPORT_SYMBOL_GPL 0x28d44dab sx_common_probe drivers/iio/proximity/sx_common +SEMTECH_PROX EXPORT_SYMBOL_GPL 0x2d2b4510 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 0xe2cb0d6d sx_common_read_proximity drivers/iio/proximity/sx_common +SND_HDA_CS_DSP_CONTROLS EXPORT_SYMBOL_GPL 0x262d215b hda_cs_dsp_read_ctl sound/pci/hda/snd-hda-cs-dsp-ctls +SND_HDA_CS_DSP_CONTROLS EXPORT_SYMBOL_GPL 0x2b707546 hda_cs_dsp_fw_ids sound/pci/hda/snd-hda-cs-dsp-ctls +SND_HDA_CS_DSP_CONTROLS EXPORT_SYMBOL_GPL 0x42609c08 hda_cs_dsp_write_ctl sound/pci/hda/snd-hda-cs-dsp-ctls +SND_HDA_CS_DSP_CONTROLS EXPORT_SYMBOL_GPL 0xb92a797f hda_cs_dsp_control_remove sound/pci/hda/snd-hda-cs-dsp-ctls +SND_HDA_CS_DSP_CONTROLS EXPORT_SYMBOL_GPL 0xdde68840 hda_cs_dsp_add_controls sound/pci/hda/snd-hda-cs-dsp-ctls +SND_HDA_SCODEC_CS35L41 EXPORT_SYMBOL_GPL 0x5bd61c80 cs35l41_hda_probe sound/pci/hda/snd-hda-scodec-cs35l41 +SND_HDA_SCODEC_CS35L41 EXPORT_SYMBOL_GPL 0x6ca1daea cs35l41_hda_remove sound/pci/hda/snd-hda-scodec-cs35l41 +SND_HDA_SCODEC_CS35L41 EXPORT_SYMBOL_GPL 0xc903dccb cs35l41_hda_pm_ops sound/pci/hda/snd-hda-scodec-cs35l41 +SND_INTEL_SOUNDWIRE_ACPI EXPORT_SYMBOL 0xbb4f9d1f sdw_intel_acpi_scan sound/hda/snd-intel-sdw-acpi +SND_SOC_CS35L45 EXPORT_SYMBOL_GPL 0x2d8d0b19 cs35l45_probe sound/soc/codecs/snd-soc-cs35l45 +SND_SOC_CS35L45 EXPORT_SYMBOL_GPL 0x37edfef3 cs35l45_remove sound/soc/codecs/snd-soc-cs35l45 +SND_SOC_CS35L45 EXPORT_SYMBOL_GPL 0xbbf8ae80 cs35l45_pm_ops sound/soc/codecs/snd-soc-cs35l45 +SND_SOC_CS35L45_TABLES EXPORT_SYMBOL_GPL 0x3431c8ad cs35l45_get_clk_freq_id sound/soc/codecs/snd-soc-cs35l45-tables +SND_SOC_CS35L45_TABLES EXPORT_SYMBOL_GPL 0xbcf1b5eb cs35l45_i2c_regmap sound/soc/codecs/snd-soc-cs35l45-tables +SND_SOC_CS35L45_TABLES EXPORT_SYMBOL_GPL 0xe90b9d92 cs35l45_apply_patch sound/soc/codecs/snd-soc-cs35l45-tables +SND_SOC_CS35L45_TABLES EXPORT_SYMBOL_GPL 0xffc974a7 cs35l45_spi_regmap sound/soc/codecs/snd-soc-cs35l45-tables +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0x301a9094 cs42l42_soc_component sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0x33254bf1 cs42l42_dai sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0x3aa85aa5 cs42l42_common_remove sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0x49f5ce66 cs42l42_readable_register sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0x5a95d763 cs42l42_init sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0x606f6c21 cs42l42_resume_restore sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0x84f2462f cs42l42_regmap sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0x8ae14441 cs42l42_resume sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0x8d950c4a cs42l42_suspend sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0xb78e3a0a 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 0xf38926b0 cs42l42_common_probe sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_SOF_XTENSA EXPORT_SYMBOL 0xa95e408f sof_xtensa_arch_ops sound/soc/sof/xtensa/snd-sof-xtensa-dsp +SOUNDWIRE_INTEL EXPORT_SYMBOL 0xb7ee9252 sdw_intel_cnl_hw_ops drivers/soundwire/soundwire-intel +SOUNDWIRE_INTEL_INIT EXPORT_SYMBOL 0x19c1eba2 sdw_intel_startup drivers/soundwire/soundwire-intel +SOUNDWIRE_INTEL_INIT EXPORT_SYMBOL 0x24a1b7c1 sdw_intel_probe drivers/soundwire/soundwire-intel +SOUNDWIRE_INTEL_INIT EXPORT_SYMBOL 0x76584240 sdw_intel_process_wakeen_event drivers/soundwire/soundwire-intel +SOUNDWIRE_INTEL_INIT EXPORT_SYMBOL 0xaa52eba1 sdw_intel_thread drivers/soundwire/soundwire-intel +SOUNDWIRE_INTEL_INIT EXPORT_SYMBOL 0xf4dbce35 sdw_intel_exit drivers/soundwire/soundwire-intel +SPI_DW_CORE EXPORT_SYMBOL_GPL 0x4c336841 dw_spi_dma_setup_generic drivers/spi/spi-dw +SPI_DW_CORE EXPORT_SYMBOL_GPL 0x79104024 dw_spi_set_cs drivers/spi/spi-dw +SPI_DW_CORE EXPORT_SYMBOL_GPL 0x7d6fa825 dw_spi_resume_host drivers/spi/spi-dw +SPI_DW_CORE EXPORT_SYMBOL_GPL 0x7ff6b987 dw_spi_add_host drivers/spi/spi-dw +SPI_DW_CORE EXPORT_SYMBOL_GPL 0x8493c808 dw_spi_dma_setup_mfld drivers/spi/spi-dw +SPI_DW_CORE EXPORT_SYMBOL_GPL 0xa53d02f8 dw_spi_remove_host drivers/spi/spi-dw +SPI_DW_CORE EXPORT_SYMBOL_GPL 0xb7fe89bd dw_spi_check_status drivers/spi/spi-dw +SPI_DW_CORE EXPORT_SYMBOL_GPL 0xe251bea2 dw_spi_update_config drivers/spi/spi-dw +SPI_DW_CORE EXPORT_SYMBOL_GPL 0xf681386b dw_spi_suspend_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 0x36c9cb89 ccu_helper_wait_for_lock 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 0x544d7295 ccu_pll_notifier_register 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 0xa87f350f devm_sunxi_ccu_probe vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0xad1062ab ccu_gate_helper_disable vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0xba365240 ccu_sdm_helper_get_factors vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0xbdb5d83e ccu_mux_helper_determine_rate vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0xc4608f36 ccu_mux_helper_apply_prediv vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0xce9edc4f ccu_frac_helper_disable vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0xd050ca65 ccu_sdm_helper_has_rate vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0xd27db71e ccu_mp_ops vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0xe49056d8 ccu_div_ops vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0xe70cc090 ccu_frac_helper_enable vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0xeb47a9b9 ccu_frac_helper_set_rate vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0xf66eb443 ccu_gate_helper_is_enabled vmlinux +TEST_FIRMWARE EXPORT_SYMBOL_GPL 0x3dce036c firmware_request_builtin vmlinux +USB_STORAGE EXPORT_SYMBOL_GPL 0x086a93b9 usb_stor_probe2 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 0x1eb03d19 usb_stor_bulk_transfer_sg drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x23ef400e usb_stor_clear_halt drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x2d9596f6 usb_stor_reset_resume drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x42a36066 usb_stor_CB_reset drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x465f70d1 usb_stor_access_xfer_buf drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x4a3ac165 usb_stor_Bulk_reset drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x4c7de44a usb_stor_probe1 drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x4dcd2166 usb_stor_Bulk_transport drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x4e3f862f usb_stor_bulk_transfer_buf drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x51b1716e usb_stor_set_xfer_buf drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x5f3e8a7b usb_stor_transparent_scsi_command drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x6205c2dc usb_stor_CB_transport drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x6b901638 fill_inquiry_response drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x70b16ca6 usb_stor_ctrl_transfer drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x76cbe488 usb_stor_adjust_quirks drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xaa268fbc usb_stor_disconnect drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xab17e763 usb_stor_pre_reset drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xaf71ae2c usb_stor_post_reset drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xd96f584b usb_stor_control_msg drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xdb6e30b4 usb_stor_bulk_srb drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xe870bf15 usb_stor_resume drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xfc23b19d usb_stor_host_template_init drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xfd411018 usb_stor_suspend drivers/usb/storage/usb-storage --- linux-lowlatency-hwe-6.2-6.2.0.orig/debian.master/abi/arm64/generic-64k +++ linux-lowlatency-hwe-6.2-6.2.0/debian.master/abi/arm64/generic-64k @@ -0,0 +1,28055 @@ +ACPI EXPORT_SYMBOL_GPL 0xa6af1390 acpi_table_parse_cedt vmlinux +BRCMFMAC EXPORT_SYMBOL_GPL 0x257b9e65 brcmf_fwvid_register_vendor drivers/net/wireless/broadcom/brcm80211/brcmfmac/brcmfmac +BRCMFMAC EXPORT_SYMBOL_GPL 0x4100b084 brcmf_fwvid_unregister_vendor drivers/net/wireless/broadcom/brcm80211/brcmfmac/brcmfmac +COUNTER EXPORT_SYMBOL_GPL 0x00cc203c counter_priv drivers/counter/counter +COUNTER EXPORT_SYMBOL_GPL 0x07636ecd counter_add drivers/counter/counter +COUNTER EXPORT_SYMBOL_GPL 0x5b9d13f0 counter_push_event drivers/counter/counter +COUNTER EXPORT_SYMBOL_GPL 0xb39b9204 devm_counter_alloc drivers/counter/counter +COUNTER EXPORT_SYMBOL_GPL 0xbdbb6c7f devm_counter_add drivers/counter/counter +COUNTER EXPORT_SYMBOL_GPL 0xbf7b2070 counter_alloc drivers/counter/counter +COUNTER EXPORT_SYMBOL_GPL 0xc33328f9 counter_unregister drivers/counter/counter +COUNTER EXPORT_SYMBOL_GPL 0xd95114c3 counter_put drivers/counter/counter +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0x10dbb7af otx2_cptlf_register_interrupts drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0x18f75f60 otx2_cpt_read_af_reg drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0x2e244d6f otx2_cpt_write_af_reg drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0x4cb76ff4 otx2_cptlf_init drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0x53cb15bd otx2_cptlf_set_irqs_affinity drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0x756d4503 otx2_cpt_send_mbox_msg drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0x83f94497 otx2_cptlf_shutdown drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0x896c0b87 otx2_cpt_send_ready_msg drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0x8dd4f397 otx2_cpt_msix_offset_msg drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0x94970447 cn10k_cptvf_lmtst_init drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0x9f735640 otx2_cpt_send_af_reg_requests drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0xb4436a56 cn10k_cptpf_lmtst_init drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0xb58ff166 otx2_cptlf_unregister_interrupts drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0xc9325cf9 otx2_cpt_add_write_af_reg drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0xc990fc1d otx2_cptlf_free_irqs_affinity drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0xcd8f6dd3 otx2_cpt_sync_mbox_msg drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0xd372038f otx2_cpt_detach_rsrcs_msg drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_INTERNAL EXPORT_SYMBOL_GPL 0x6f9cb1c5 crypto_cipher_decrypt_one vmlinux +CRYPTO_INTERNAL EXPORT_SYMBOL_GPL 0x7bb9fe12 crypto_cipher_encrypt_one vmlinux +CRYPTO_INTERNAL EXPORT_SYMBOL_GPL 0xe0f263af crypto_cipher_setkey vmlinux +CXL EXPORT_SYMBOL_GPL 0x045bb129 devm_cxl_add_dport drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x055c6ee3 cxl_mem_active_inc vmlinux +CXL EXPORT_SYMBOL_GPL 0x066eb39a cxl_decoder_add drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x08261320 devm_cxl_register_pci_bus drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x0c467834 is_cxl_port drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x0fa1c541 to_cxl_endpoint_decoder drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x1050fb65 cxl_switch_decoder_alloc drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x11884696 devm_cxl_add_rch_dport drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x121643db to_cxl_decoder drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x1aae4816 cxl_probe_device_regs drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x1b9eb541 cxl_hdm_decode_init drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x2fa4fb4d is_cxl_nvdimm drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x30fecafb clear_exclusive_cxl_commands drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x33097c73 set_exclusive_cxl_commands drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x33e2aa93 cxl_mem_active_dec vmlinux +CXL EXPORT_SYMBOL_GPL 0x374aa4f6 schedule_cxl_memdev_detach drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x4062f6db __cxl_driver_register drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x42526698 devm_cxl_add_passthrough_decoder drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x45972409 cxl_decoder_add_locked drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x4a53ef37 devm_cxl_add_memdev drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x4ccfee88 to_cxl_root_decoder drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x4fd27d4a devm_cxl_add_nvdimm drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x559069db cxl_mem_find_port drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x57bddaf4 cxl_await_media_ready drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x606e3c1c cxl_map_device_regs drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x66e8a661 devm_cxl_setup_hdm drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x69a37efc to_cxl_port drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x6e06f6ff cxl_port_to_pci_bus drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x6f0e9947 cxl_endpoint_decoder_alloc drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x701bbaad cxl_bus_rescan drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x71896e89 devm_cxl_port_enumerate_dports drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x7568c680 to_cxl_nvdimm_bridge drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x7d08a29b is_cxl_nvdimm_bridge drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x7e8d9cc2 cxl_find_regblock drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x7fa19cc4 alloc_free_mem_region vmlinux +CXL EXPORT_SYMBOL_GPL 0x81b62b19 read_cdat_data drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x83736fb2 cxl_rcrb_to_component drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x84b45156 insert_resource_expand_to_fit vmlinux +CXL EXPORT_SYMBOL_GPL 0x8c25037d cxl_dev_state_identify drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x98628ac8 cxl_bus_drain drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x9b4afadc cxl_root_decoder_alloc drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x9d803111 cxl_hb_modulo drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x9e7d45ce devm_cxl_add_port drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xa0a372f3 cxl_endpoint_autoremove drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xaa001d2c cxl_find_nvdimm_bridge drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xaeca391a devm_cxl_enumerate_decoders drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xb3e85e05 is_cxl_region drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xb4141b5f is_cxl_pmem_region drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xb593e73f cxl_driver_unregister drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xbf264cb3 to_cxl_pmem_region drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xc4774723 cxl_dpa_debug drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xd1457b08 cxl_probe_component_regs drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xd310c937 cxl_enumerate_cmds drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xd6abe47b cxl_dev_state_create drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xd9f34f1e to_cxl_nvdimm drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xdb468738 find_cxl_root drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xdbffb814 cxl_mem_create_range_info drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xe059701e devm_cxl_enumerate_ports drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xe21c29d4 devm_cxl_add_nvdimm_bridge drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xe5f7489a cxl_bus_type drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xe84b782c is_cxl_memdev drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xe871a38b is_root_decoder drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xecda869b cxl_decoder_autoremove drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xf1eb95d2 cxl_internal_send_cmd drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xfbe51627 cxl_map_component_regs drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xfcfb32e3 cxl_debugfs_create_dir drivers/cxl/core/cxl_core +DMA_BUF EXPORT_SYMBOL_GPL 0x00d29a5a dma_buf_vunmap_unlocked vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x037a23f5 dma_buf_pin vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x1e0f0e8e dma_buf_vmap_unlocked vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x3174b7dd dma_buf_mmap vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x34cbbf81 dma_buf_unpin vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x4f02c321 dma_buf_move_notify vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x5eda60d3 dma_buf_map_attachment vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x6405397e dma_buf_unmap_attachment_unlocked vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x733bf8f3 dma_buf_put vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x74870c8e dma_buf_export vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x78e179d6 dma_buf_begin_cpu_access vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x8523f083 dma_buf_attach vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x93603a20 dma_buf_unmap_attachment vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0xad3822ae dma_buf_dynamic_attach vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0xb97b9830 dma_buf_vunmap vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0xbcc8580c dma_buf_map_attachment_unlocked vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0xc02b970c dma_buf_vmap vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0xd2fcb638 dma_buf_detach vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0xd6f7fafd dma_buf_end_cpu_access vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0xecbe2c4c dma_buf_get vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0xf89e8def dma_buf_fd vmlinux +DRM_SSD130X EXPORT_SYMBOL_GPL 0x33cf1f58 ssd130x_variants drivers/gpu/drm/solomon/ssd130x +EFIVAR EXPORT_SYMBOL_GPL 0x02cfcd2e efivar_trylock vmlinux +EFIVAR EXPORT_SYMBOL_GPL 0x11940489 efivar_set_variable vmlinux +EFIVAR EXPORT_SYMBOL_GPL 0x2303b915 efivar_lock vmlinux +EFIVAR EXPORT_SYMBOL_GPL 0x5a3c9dbb efivar_get_variable vmlinux +EFIVAR EXPORT_SYMBOL_GPL 0xa336852c efivar_get_next_variable vmlinux +EFIVAR EXPORT_SYMBOL_GPL 0xc961bff7 efivar_unlock vmlinux +EFIVAR EXPORT_SYMBOL_GPL 0xefc77711 efivar_set_variable_locked vmlinux +EXPORT_SYMBOL arch/arm64/crypto/aes-ce-cipher 0x68f275ad ce_aes_expandkey +EXPORT_SYMBOL arch/arm64/crypto/aes-ce-cipher 0x9440402c ce_aes_setkey +EXPORT_SYMBOL arch/arm64/crypto/aes-neon-blk 0x52d67a4e neon_aes_cbc_encrypt +EXPORT_SYMBOL arch/arm64/crypto/aes-neon-blk 0xb8c706a6 neon_aes_ctr_encrypt +EXPORT_SYMBOL arch/arm64/crypto/aes-neon-blk 0xd5f41819 neon_aes_ecb_encrypt +EXPORT_SYMBOL arch/arm64/crypto/aes-neon-blk 0xea11590c neon_aes_xts_encrypt +EXPORT_SYMBOL arch/arm64/crypto/aes-neon-blk 0xefc32a9b neon_aes_xts_decrypt +EXPORT_SYMBOL arch/arm64/crypto/chacha-neon 0x220b49ab chacha_crypt_arch +EXPORT_SYMBOL arch/arm64/crypto/chacha-neon 0xdc94f829 chacha_init_arch +EXPORT_SYMBOL arch/arm64/crypto/chacha-neon 0xdd8ec6bd hchacha_block_arch +EXPORT_SYMBOL arch/arm64/crypto/poly1305-neon 0x1c3e6e5b poly1305_init_arch +EXPORT_SYMBOL arch/arm64/crypto/poly1305-neon 0x6ddf27bc poly1305_update_arch +EXPORT_SYMBOL arch/arm64/crypto/poly1305-neon 0xf39f5240 poly1305_final_arch +EXPORT_SYMBOL arch/arm64/crypto/sha256-arm64 0xb455924d sha256_block_data_order +EXPORT_SYMBOL arch/arm64/crypto/sha512-arm64 0x6402c8df sha512_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 0x0212c347 crypto_nhpoly1305_final_helper +EXPORT_SYMBOL crypto/nhpoly1305 0x22256907 crypto_nhpoly1305_init +EXPORT_SYMBOL crypto/nhpoly1305 0x33dd1a96 crypto_nhpoly1305_setkey +EXPORT_SYMBOL crypto/nhpoly1305 0x6fbe8375 crypto_nhpoly1305_final +EXPORT_SYMBOL crypto/nhpoly1305 0xac85083b crypto_nhpoly1305_update_helper +EXPORT_SYMBOL crypto/nhpoly1305 0xcdb777c3 crypto_nhpoly1305_update +EXPORT_SYMBOL crypto/sha3_generic 0x35ddc1e0 crypto_sha3_update +EXPORT_SYMBOL crypto/sha3_generic 0x9dc2054f crypto_sha3_final +EXPORT_SYMBOL crypto/sha3_generic 0xa25fe570 crypto_sha3_init +EXPORT_SYMBOL crypto/sm2_generic 0xbc20e415 sm2_compute_z_digest +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 0x103735ba acpi_video_report_nolcd +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 0x9aab4dea acpi_video_get_edid +EXPORT_SYMBOL drivers/acpi/video 0xb7f12326 acpi_video_get_levels +EXPORT_SYMBOL drivers/atm/suni 0xdc4038c4 suni_init +EXPORT_SYMBOL drivers/bcma/bcma 0x3078e09c bcma_core_irq +EXPORT_SYMBOL drivers/bcma/bcma 0x69b61814 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/block/paride/paride 0x0244189d paride_register +EXPORT_SYMBOL drivers/block/paride/paride 0x4267110a pi_register_driver +EXPORT_SYMBOL drivers/block/paride/paride 0x5443a2e4 paride_unregister +EXPORT_SYMBOL drivers/block/paride/paride 0x8acd6c08 pi_write_block +EXPORT_SYMBOL drivers/block/paride/paride 0x8b49cdaf pi_write_regr +EXPORT_SYMBOL drivers/block/paride/paride 0x8cf41dbb pi_release +EXPORT_SYMBOL drivers/block/paride/paride 0x9a37755d pi_init +EXPORT_SYMBOL drivers/block/paride/paride 0x9ce72d29 pi_read_regr +EXPORT_SYMBOL drivers/block/paride/paride 0xb21ba07d pi_unregister_driver +EXPORT_SYMBOL drivers/block/paride/paride 0xb4aa367b pi_disconnect +EXPORT_SYMBOL drivers/block/paride/paride 0xc2f3cb35 pi_schedule_claimed +EXPORT_SYMBOL drivers/block/paride/paride 0xc462bfd8 pi_connect +EXPORT_SYMBOL drivers/block/paride/paride 0xe0ddc077 pi_read_block +EXPORT_SYMBOL drivers/block/paride/paride 0xef2edd49 pi_do_claimed +EXPORT_SYMBOL drivers/bluetooth/btbcm 0x2b71e034 btbcm_patchram +EXPORT_SYMBOL drivers/bluetooth/btrsi 0xfe48ec21 rsi_bt_ops +EXPORT_SYMBOL drivers/bus/mhi/host/mhi 0x1ac3bb75 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 0x0aa4c0c7 ipmi_add_smi +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x12dd1e77 ipmi_set_maintenance_mode +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x1f65170f ipmi_alloc_smi_msg +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x230094ac ipmi_smi_watchdog_pretimeout +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x2bca17e2 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 0x5d11c382 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 0x96a6e5e8 ipmi_smi_msg_received +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xa1f9b7e0 ipmi_get_smi_info +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xaca90ebd ipmi_request_supply_msgs +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xae71627d ipmi_create_user +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xd54a5050 ipmi_unregister_for_cmd +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xe4330a39 ipmi_unregister_smi +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xe4f4665b ipmi_validate_addr +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xe98c507d ipmb_checksum +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xec1c2a90 ipmi_get_my_address +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xf388b18b ipmi_destroy_user +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xf5531bea ipmi_poll_interface +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xfaaa4831 ipmi_set_my_address +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xfe0f2369 ipmi_get_maintenance_mode +EXPORT_SYMBOL drivers/char/ipmi/kcs_bmc 0x11287ce2 kcs_bmc_write_data +EXPORT_SYMBOL drivers/char/ipmi/kcs_bmc 0x27b75a67 kcs_bmc_disable_device +EXPORT_SYMBOL drivers/char/ipmi/kcs_bmc 0x306d44f5 kcs_bmc_write_status +EXPORT_SYMBOL drivers/char/ipmi/kcs_bmc 0x3cd18607 kcs_bmc_read_status +EXPORT_SYMBOL drivers/char/ipmi/kcs_bmc 0x3ddf82b5 kcs_bmc_register_driver +EXPORT_SYMBOL drivers/char/ipmi/kcs_bmc 0x3e4453fe kcs_bmc_unregister_driver +EXPORT_SYMBOL drivers/char/ipmi/kcs_bmc 0xa5010428 kcs_bmc_update_event_mask +EXPORT_SYMBOL drivers/char/ipmi/kcs_bmc 0xab1d6810 kcs_bmc_update_status +EXPORT_SYMBOL drivers/char/ipmi/kcs_bmc 0xbdcbd3ec kcs_bmc_handle_event +EXPORT_SYMBOL drivers/char/ipmi/kcs_bmc 0xcf84e47e kcs_bmc_enable_device +EXPORT_SYMBOL drivers/char/ipmi/kcs_bmc 0xf10b396c kcs_bmc_remove_device +EXPORT_SYMBOL drivers/char/ipmi/kcs_bmc 0xf3339461 kcs_bmc_add_device +EXPORT_SYMBOL drivers/char/ipmi/kcs_bmc 0xffa25386 kcs_bmc_read_data +EXPORT_SYMBOL drivers/char/tpm/st33zp24/tpm_st33zp24 0x2a93eb17 st33zp24_remove +EXPORT_SYMBOL drivers/char/tpm/st33zp24/tpm_st33zp24 0x5f392ab8 st33zp24_pm_suspend +EXPORT_SYMBOL drivers/char/tpm/st33zp24/tpm_st33zp24 0x645305ce st33zp24_pm_resume +EXPORT_SYMBOL drivers/char/tpm/st33zp24/tpm_st33zp24 0xbf44ad61 st33zp24_probe +EXPORT_SYMBOL drivers/char/xillybus/xillybus_class 0x82242d36 xillybus_init_chrdev +EXPORT_SYMBOL drivers/char/xillybus/xillybus_class 0xaec7d21f xillybus_find_inode +EXPORT_SYMBOL drivers/char/xillybus/xillybus_class 0xcdbc6367 xillybus_cleanup_chrdev +EXPORT_SYMBOL drivers/char/xillybus/xillybus_core 0x25978d50 xillybus_isr +EXPORT_SYMBOL drivers/char/xillybus/xillybus_core 0xaa3e6b81 xillybus_endpoint_discovery +EXPORT_SYMBOL drivers/char/xillybus/xillybus_core 0xd8617f92 xillybus_init_endpoint +EXPORT_SYMBOL drivers/char/xillybus/xillybus_core 0xfd3407be xillybus_endpoint_remove +EXPORT_SYMBOL drivers/crypto/atmel-i2c 0x220e8d20 atmel_i2c_send_receive +EXPORT_SYMBOL drivers/crypto/atmel-i2c 0x80a11b1d atmel_i2c_init_read_cmd +EXPORT_SYMBOL drivers/crypto/atmel-i2c 0x81ce9d22 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/atmel-i2c 0xf3f45f9e atmel_i2c_enqueue +EXPORT_SYMBOL drivers/crypto/caam/caam 0x00c3fa98 caam_drv_ctx_init +EXPORT_SYMBOL drivers/crypto/caam/caam 0x17572340 caam_congested +EXPORT_SYMBOL drivers/crypto/caam/caam 0x359e690a caam_drv_ctx_rel +EXPORT_SYMBOL drivers/crypto/caam/caam 0x37734e06 caam_dpaa2 +EXPORT_SYMBOL drivers/crypto/caam/caam 0x3f39270b caam_drv_ctx_update +EXPORT_SYMBOL drivers/crypto/caam/caam 0x44ae4bc4 qi_cache_free +EXPORT_SYMBOL drivers/crypto/caam/caam 0xc0eaa792 qi_cache_alloc +EXPORT_SYMBOL drivers/crypto/caam/caam 0xcb5ebe58 caam_qi_enqueue +EXPORT_SYMBOL drivers/crypto/caam/caam_jr 0x23a39479 split_key_done +EXPORT_SYMBOL drivers/crypto/caam/caam_jr 0x8d6cefef caam_jr_free +EXPORT_SYMBOL drivers/crypto/caam/caam_jr 0x8e5faffe caam_jr_enqueue +EXPORT_SYMBOL drivers/crypto/caam/caam_jr 0xd2d80aa8 caam_jr_alloc +EXPORT_SYMBOL drivers/crypto/caam/caam_jr 0xf5dfd9c8 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 0xe0e07f7a dpaa2_caam_enqueue +EXPORT_SYMBOL drivers/crypto/caam/error 0x53d0fc97 caam_ptr_sz +EXPORT_SYMBOL drivers/crypto/caam/error 0x5d68bf0e caam_strstatus +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/xilinx_dma 0x8cb57c1f xilinx_vdma_channel_set_config +EXPORT_SYMBOL drivers/firewire/firewire-core 0x0bc6094c fw_core_remove_descriptor +EXPORT_SYMBOL drivers/firewire/firewire-core 0x0d79b677 fw_iso_context_stop +EXPORT_SYMBOL drivers/firewire/firewire-core 0x0f8a69bd fw_iso_context_create +EXPORT_SYMBOL drivers/firewire/firewire-core 0x27ab7d78 fw_run_transaction +EXPORT_SYMBOL drivers/firewire/firewire-core 0x2885fec5 fw_get_request_speed +EXPORT_SYMBOL drivers/firewire/firewire-core 0x2c786e90 fw_iso_context_queue +EXPORT_SYMBOL drivers/firewire/firewire-core 0x3678f48a fw_bus_type +EXPORT_SYMBOL drivers/firewire/firewire-core 0x39fc974e fw_schedule_bus_reset +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 0x3fd7a53c fw_iso_resource_manage +EXPORT_SYMBOL drivers/firewire/firewire-core 0x4367e3a5 fw_cancel_transaction +EXPORT_SYMBOL drivers/firewire/firewire-core 0x48dc73b4 fw_iso_context_destroy +EXPORT_SYMBOL drivers/firewire/firewire-core 0x49f9bc18 fw_core_handle_response +EXPORT_SYMBOL drivers/firewire/firewire-core 0x53140b01 fw_core_handle_bus_reset +EXPORT_SYMBOL drivers/firewire/firewire-core 0x547ff352 fw_iso_context_flush_completions +EXPORT_SYMBOL drivers/firewire/firewire-core 0x629de97d fw_core_handle_request +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 0x95d1e922 fw_card_initialize +EXPORT_SYMBOL drivers/firewire/firewire-core 0xaedf84ce fw_high_memory_region +EXPORT_SYMBOL drivers/firewire/firewire-core 0xb15d2519 fw_send_request +EXPORT_SYMBOL drivers/firewire/firewire-core 0xb2aa9ab0 fw_iso_buffer_destroy +EXPORT_SYMBOL drivers/firewire/firewire-core 0xb89e4492 fw_send_response +EXPORT_SYMBOL drivers/firewire/firewire-core 0xc9aadb18 fw_core_remove_card +EXPORT_SYMBOL drivers/firewire/firewire-core 0xda4756d8 fw_core_add_address_handler +EXPORT_SYMBOL drivers/firewire/firewire-core 0xdf48200e fw_fill_response +EXPORT_SYMBOL drivers/firewire/firewire-core 0xdf968fd2 fw_iso_context_queue_flush +EXPORT_SYMBOL drivers/firewire/firewire-core 0xe3bd1114 fw_device_enable_phys_dma +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 0xe9b3ff22 fw_iso_context_start +EXPORT_SYMBOL drivers/firewire/firewire-core 0xefd284d6 fw_card_add +EXPORT_SYMBOL drivers/firewire/firewire-core 0xf7cd2e07 fw_core_remove_address_handler +EXPORT_SYMBOL drivers/firewire/firewire-core 0xfc812657 fw_iso_buffer_init +EXPORT_SYMBOL drivers/firmware/imx/imx-dsp 0x357f1dbe imx_dsp_free_channel +EXPORT_SYMBOL drivers/firmware/imx/imx-dsp 0x39d28032 imx_dsp_request_channel +EXPORT_SYMBOL drivers/firmware/imx/imx-dsp 0x7a6feab8 imx_dsp_ring_doorbell +EXPORT_SYMBOL drivers/fpga/dfl 0xa4e78b5e dfl_driver_unregister +EXPORT_SYMBOL drivers/fpga/dfl 0xfbb52659 __dfl_driver_register +EXPORT_SYMBOL drivers/fpga/lattice-sysconfig 0x39f6d4fc sysconfig_probe +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 0x035ec866 drm_dp_dual_mode_get_tmds_output +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x04fba0a1 drm_dp_pcon_pps_override_buf +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x1137292d drm_dp_cec_unregister_connector +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x1417e594 drm_dp_add_payload_part1 +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x15399ea8 drm_dp_downstream_debug +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 0x161c51cf drm_scdc_get_scrambling_status +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x17075b7c drm_dp_pcon_is_frl_ready +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 0x17986809 drm_dp_pcon_hdmi_link_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 0x1b0a1fdc drm_dp_lttpr_voltage_swing_level_3_supported +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x1b21c336 drm_atomic_get_mst_payload_state +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x1b99f0c6 drm_hdmi_avi_infoframe_bars +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x1ce31736 drm_hdmi_infoframe_set_hdr_metadata +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x226ca345 drm_dp_read_sink_count_cap +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x23961837 drm_dp_downstream_max_bpc +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x254d99d5 drm_dp_dpcd_probe +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x25571748 drm_dp_dual_mode_max_tmds_clock +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x267f4f0d drm_dp_dpcd_read_phy_link_status +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 0x275abcdb drm_dp_mst_update_slots +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x2795f31f drm_scdc_write +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x286aabd6 drm_dp_mst_atomic_check +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x2ad344a7 drm_atomic_get_new_mst_topology_state +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x2f0a2645 drm_dp_stop_crc +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 0x3029467e drm_dp_mst_atomic_enable_dsc +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x3278b063 drm_dp_read_clock_recovery_delay +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x33fe9c46 drm_edp_backlight_enable +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x369d81ad drm_dp_cec_unset_edid +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x38ca393c drm_dp_mst_topology_mgr_destroy +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x3918c55b drm_dp_mst_dump_topology +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x392a838b drm_dp_downstream_max_dotclock +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x3e79d2c6 drm_dp_read_downstream_info +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x432e19e8 drm_dp_get_phy_test_pattern +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x455dbd2f drm_scdc_read +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x4603c416 drm_dp_pcon_dsc_bpp_incr +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x48e523bd drm_dp_mst_put_port_malloc +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x4aaf6b85 drm_dp_dual_mode_detect +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x4bcda82c drm_dp_aux_unregister +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x4c388874 drm_dp_pcon_pps_default +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x4deab34f drm_dp_pcon_hdmi_frl_link_error_count +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x4e25db08 drm_dp_mst_connector_late_register +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x511c207d drm_dp_cec_set_edid +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x527e75ba drm_dp_mst_topology_state_funcs +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 0x55fa1b84 drm_edp_backlight_set_level +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 0x5b82a834 drm_dp_mst_atomic_wait_for_dependencies +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x5b83e83c drm_dp_mst_connector_early_unregister +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x5d335488 drm_dp_pcon_frl_prepare +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x5e80bfa3 drm_dp_mst_topology_mgr_suspend +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x5f8eb790 drm_dp_mst_hpd_irq_send_new_request +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x5fd4e7fa drm_scdc_set_scrambling +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x618485df drm_dp_set_subconnector_property +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x6197cdef drm_dp_mst_get_edid +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 0x667b8e97 drm_edp_backlight_init +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x683e672e drm_dp_mst_root_conn_atomic_check +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 0x6ca2c9f3 drm_dp_pcon_frl_configure_1 +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x703ae676 drm_lspcon_get_mode +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 0x73afdaef drm_dp_aux_init +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x74794c18 drm_dp_mst_topology_mgr_init +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x749a2d50 drm_dp_downstream_mode +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x759e14b4 drm_dp_vsc_sdp_log +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 0x77248011 drm_dp_link_train_clock_recovery_delay +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x777f39a1 drm_dp_pcon_frl_configure_2 +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x78fb5d54 drm_dp_read_channel_eq_delay +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x7b4438a9 drm_lspcon_set_mode +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x7b9c04f1 drm_dp_read_desc +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x7c46878b drm_panel_dp_aux_backlight +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x81e5bdfa 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 0x84b59bcc drm_dp_mst_get_port_malloc +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x8ca2d9e4 drm_dp_calc_pbn_mode +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x8d6f2877 drm_dp_remove_payload +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x8d701329 drm_dp_clock_recovery_ok +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x9017665f drm_dp_pcon_hdmi_link_active +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 0x93b8ab3e drm_dp_check_act_status +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x94509cb6 drm_dp_mst_hpd_irq_handle_event +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x94d87d16 drm_dp_get_vc_payload_bw +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x9522696e drm_dp_read_dpcd_caps +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x988d71c0 drm_dp_dual_mode_read +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x9972405d drm_dp_pcon_convert_rgb_to_ycbcr +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x99a62589 drm_dp_start_crc +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x9d83bcef drm_dp_lttpr_link_train_channel_eq_delay +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x9eb98518 drm_dp_read_lttpr_common_caps +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xa19c9219 drm_dp_send_real_edid_checksum +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xa1fefe6a drm_dp_psr_setup_time +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xa2f6b0ec drm_dp_cec_register_connector +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 0xab1815fb drm_dp_read_mst_cap +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xab9000da drm_atomic_get_mst_topology_state +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xac1990fd drm_dp_pcon_frl_enable +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xae66fcbe drm_dp_mst_atomic_setup_commit +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xaf267620 drm_dp_lttpr_count +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xb0da4ec3 drm_dp_mst_detect_port +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xb12d8f50 drm_dp_remote_aux_init +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xb1f69fb8 drm_dp_cec_irq +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xb264ca96 drm_dp_dpcd_write +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xb2cc9704 drm_dp_mst_topology_mgr_resume +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xb45f04c0 drm_dp_pcon_reset_frl_config +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xb49ca687 drm_dp_dpcd_read +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xb5f62967 drm_dp_dual_mode_set_tmds_output +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xb8708fef drm_hdmi_avi_infoframe_content_type +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xbbc9050b drm_dp_dpcd_read_link_status +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xbc8def05 drm_dp_atomic_find_time_slots +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xc020c0c1 drm_dp_pcon_dsc_max_slice_width +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xc072c171 drm_dp_128b132b_read_aux_rd_interval +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 0xc753bc7d drm_dp_add_payload_part2 +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 0xcb9b6ff7 drm_dp_mst_add_affected_dsc_crtcs +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xcc3ba81f drm_dp_mst_dsc_aux_for_port +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 0xcf18a130 drm_hdcp_update_content_protection +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xcfcb3bba drm_hdmi_avi_infoframe_colorimetry +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xd2c2d4b3 drm_dp_atomic_release_time_slots +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 0xd6f79dfe drm_atomic_get_old_mst_topology_state +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xe10c5b03 drm_dp_mst_topology_mgr_set_mst +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xe2194100 drm_dp_send_query_stream_enc_status +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xe3cf784e drm_dp_aux_register +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xe44fa704 drm_dp_pcon_pps_override_param +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xe4956c55 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 0xe6b8c4f3 drm_dp_read_sink_count +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xe7ec18bf drm_dp_downstream_id +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xe99ce533 drm_dp_dual_mode_write +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xedcf81ce drm_dp_channel_eq_ok +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xf00edd85 drm_dp_link_train_channel_eq_delay +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xf0dade3a drm_connector_attach_content_protection_property +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xf5e17fbf drm_dp_send_power_updown_phy +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xf68741fb drm_dp_subconnector_type +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xf689ad25 drm_dp_downstream_420_passthrough +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xfb1a7a5a drm_dp_downstream_rgb_to_ycbcr_conversion +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xfe12bcb9 drm_dsc_compute_rc_parameters +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xfe2c8822 drm_scdc_set_high_tmds_clock_ratio +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xffa02dde drm_dp_set_phy_test_pattern +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0071acbc drm_plane_enable_fb_damage_clips +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0158b94b drmm_mode_config_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x020226b7 drm_connector_set_orientation_from_panel +EXPORT_SYMBOL drivers/gpu/drm/drm 0x03c63897 __drm_get_edid_firmware_path +EXPORT_SYMBOL drivers/gpu/drm/drm 0x03d2ba82 drm_encoder_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0428060f drm_bridge_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0x04f2ef36 drm_driver_legacy_fb_format +EXPORT_SYMBOL drivers/gpu/drm/drm 0x06de7204 drm_atomic_bridge_chain_check +EXPORT_SYMBOL drivers/gpu/drm/drm 0x07fb449a drm_vma_offset_manager_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0912765f drm_plane_create_rotation_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0a2dac1f drm_atomic_bridge_chain_post_disable +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0a72f765 drm_clflush_virt_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0aadf8b0 drm_bridge_chain_mode_valid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0ab2971a drm_crtc_vblank_off +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0b69ede6 drm_connector_set_panel_orientation +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0bf02742 drm_of_crtc_port_mask +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0d15131f drm_privacy_screen_set_sw_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0d159880 drm_gem_dmabuf_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0d770c0a drm_syncobj_get_handle +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0d7e35e2 drm_mode_is_420_only +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0d9b4753 drm_mode_equal +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0e7bd5c4 drm_gem_object_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0eb7f5eb drm_privacy_screen_lookup_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0f225f5f drm_client_framebuffer_flush +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0f2da026 drm_gem_mmap_obj +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0f7acb66 drm_mm_print +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0fd60df2 drm_get_connector_status_name +EXPORT_SYMBOL drivers/gpu/drm/drm 0x107742a9 drm_get_subpixel_order_name +EXPORT_SYMBOL drivers/gpu/drm/drm 0x10ceab22 drm_atomic_state_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1166563f drm_atomic_check_only +EXPORT_SYMBOL drivers/gpu/drm/drm 0x129a3ce6 drmm_encoder_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x12a3f072 drm_connector_set_tile_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x130dfd43 drm_framebuffer_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x13a4f29d drm_framebuffer_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x15112c3b drm_modeset_lock_all +EXPORT_SYMBOL drivers/gpu/drm/drm 0x151460a8 drm_is_current_master +EXPORT_SYMBOL drivers/gpu/drm/drm 0x15740292 __drmm_add_action_or_reset +EXPORT_SYMBOL drivers/gpu/drm/drm 0x16831266 drm_modeset_lock_single_interruptible +EXPORT_SYMBOL drivers/gpu/drm/drm 0x168e12fe drm_gem_dmabuf_export +EXPORT_SYMBOL drivers/gpu/drm/drm 0x16bc3264 __drmm_crtc_alloc_with_planes +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1735760c __drmm_add_action +EXPORT_SYMBOL drivers/gpu/drm/drm 0x18052407 drm_property_create_bool +EXPORT_SYMBOL drivers/gpu/drm/drm 0x19a06da1 drm_atomic_add_encoder_bridges +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1a411479 drm_syncobj_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1a4570e5 drm_encoder_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1aba41ee drm_mode_create_tv_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1abc755d drm_mode_create_suggested_offset_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1adb0f86 drm_property_replace_global_blob +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1b2cea34 drm_connector_has_possible_encoder +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1bfaf958 of_drm_find_bridge +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1c1839d1 drm_writeback_prepare_job +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1cddc592 drm_connector_set_path_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1de4aa1a drm_property_lookup_blob +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1f46a7a0 drm_read +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1fc2cc0f drm_client_framebuffer_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1fc2f92a drm_crtc_vblank_waitqueue +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1fe39fd8 drm_mode_object_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2069f60a __drmm_universal_plane_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x210ba1eb drm_plane_from_index +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2183c08c drm_mm_scan_add_block +EXPORT_SYMBOL drivers/gpu/drm/drm 0x22bb052f drm_dev_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0x22dfdc68 drm_atomic_add_affected_connectors +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2357b9e7 drm_poll +EXPORT_SYMBOL drivers/gpu/drm/drm 0x23681d43 drm_event_reserve_init_locked +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 0x25516d3e drm_master_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2572e91e drm_property_create_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x25daad93 __drm_mm_interval_first +EXPORT_SYMBOL drivers/gpu/drm/drm 0x267aedad drm_mode_create_dvi_i_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2754dad8 drm_mm_reserve_node +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2844ec5d drm_mode_plane_set_obj_prop +EXPORT_SYMBOL drivers/gpu/drm/drm 0x28779e52 drm_printf +EXPORT_SYMBOL drivers/gpu/drm/drm 0x28a64b0d drm_mode_create_tile_group +EXPORT_SYMBOL drivers/gpu/drm/drm 0x28cde552 drm_crtc_wait_one_vblank +EXPORT_SYMBOL drivers/gpu/drm/drm 0x29566f06 drm_mode_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0x298b64da drm_panel_disable +EXPORT_SYMBOL drivers/gpu/drm/drm 0x29f078d1 drm_mode_legacy_fb_format +EXPORT_SYMBOL drivers/gpu/drm/drm 0x29f8d295 drm_crtc_enable_color_mgmt +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2a1e2df8 drm_gem_lru_scan +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2a2122ae drm_connector_attach_scaling_mode_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2a962499 drm_mm_scan_init_with_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2abeac93 drm_writeback_queue_job +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2ac4fbcb drm_connector_init_with_ddc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2c199587 drm_edid_read +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2cb35e3f drm_send_event_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2da4dfb3 drm_open +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2e5c0458 drm_mode_validate_driver +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2ed3c600 drm_mode_debug_printmodeline +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2f13c3b1 drm_crtc_commit_wait +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2f3c5a74 drm_object_property_get_default_value +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2f476172 drm_privacy_screen_lookup_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2f4b479c drm_panel_get_modes +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2fe8a4b5 drm_get_edid_switcheroo +EXPORT_SYMBOL drivers/gpu/drm/drm 0x319fbd37 drm_color_lut_check +EXPORT_SYMBOL drivers/gpu/drm/drm 0x31a7f4f1 drm_privacy_screen_unregister +EXPORT_SYMBOL drivers/gpu/drm/drm 0x31b8a5e3 __drm_set_edid_firmware_path +EXPORT_SYMBOL drivers/gpu/drm/drm 0x31eb0471 drm_gem_lru_move_tail +EXPORT_SYMBOL drivers/gpu/drm/drm 0x32448ba7 drm_crtc_init_with_planes +EXPORT_SYMBOL drivers/gpu/drm/drm 0x32a0c72d drm_sysfs_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0x32a0cc37 drm_print_bits +EXPORT_SYMBOL drivers/gpu/drm/drm 0x335e60df drm_atomic_get_bridge_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3404cb9c drm_atomic_get_old_bridge_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0x35f78595 drm_gem_unmap_dma_buf +EXPORT_SYMBOL drivers/gpu/drm/drm 0x364588fa drm_mode_create_from_cmdline_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3724aa53 __drm_atomic_helper_set_config +EXPORT_SYMBOL drivers/gpu/drm/drm 0x37f29061 drm_panel_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x38567432 devm_aperture_acquire_from_firmware +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 0x39bc0cc2 drm_bridge_chain_disable +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3ab87110 drm_mode_equal_no_clocks +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3b0e42ae drm_atomic_get_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3b0e5e9c __drm_puts_coredump +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3b2612ba drm_atomic_set_mode_for_crtc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3c22a4d8 drm_vma_offset_manager_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3c316544 drm_hdmi_vendor_infoframe_from_display_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3cdc37e9 drm_edid_to_speaker_allocation +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3e44bc30 drm_writeback_connector_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3ea1747b drm_client_buffer_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3f405489 __drm_printfn_err +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3f51fefa drm_vblank_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3f79795a drm_gem_map_dma_buf +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3f902148 drm_client_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0x400c6ea1 drm_modeset_unlock +EXPORT_SYMBOL drivers/gpu/drm/drm 0x42da0f75 drm_gem_prime_import +EXPORT_SYMBOL drivers/gpu/drm/drm 0x43f60462 drm_vblank_work_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4403a9c3 drm_mode_get_hv_timing +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4462b311 drm_dev_printk +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 0x458da55b drm_atomic_get_crtc_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0x45d5e1ed drm_writeback_signal_completion +EXPORT_SYMBOL drivers/gpu/drm/drm 0x465e53f3 drm_plane_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x46d80f11 drm_connector_list_iter_end +EXPORT_SYMBOL drivers/gpu/drm/drm 0x46ea9ac1 drm_panel_unprepare +EXPORT_SYMBOL drivers/gpu/drm/drm 0x472d24c5 drm_gem_map_attach +EXPORT_SYMBOL drivers/gpu/drm/drm 0x47341adf drm_gem_lru_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0x474b3468 drm_modeset_lock_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4831da6e drm_vma_offset_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4a1a4042 drm_cvt_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4a35d30d drm_mode_set_name +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4b7ebf95 drm_mm_remove_node +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4daaaffe drm_release_noglobal +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4e2a621e drm_prime_sg_to_dma_addr_array +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4e44140a drm_gem_vm_close +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4e550371 drm_writeback_cleanup_job +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4e84e34a drm_crtc_vblank_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4efacc01 drm_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4fee6d37 drm_framebuffer_plane_height +EXPORT_SYMBOL drivers/gpu/drm/drm 0x50102077 drm_crtc_vblank_count_and_time +EXPORT_SYMBOL drivers/gpu/drm/drm 0x503f642f drm_aperture_remove_conflicting_framebuffers +EXPORT_SYMBOL drivers/gpu/drm/drm 0x505ff961 drm_bridge_chain_pre_enable +EXPORT_SYMBOL drivers/gpu/drm/drm 0x50674de7 drm_timeout_abs_to_jiffies +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5086822b drm_atomic_bridge_chain_enable +EXPORT_SYMBOL drivers/gpu/drm/drm 0x513072fe __drm_puts_seq_file +EXPORT_SYMBOL drivers/gpu/drm/drm 0x51713f18 drm_atomic_bridge_chain_disable +EXPORT_SYMBOL drivers/gpu/drm/drm 0x52140400 drm_privacy_screen_register_notifier +EXPORT_SYMBOL drivers/gpu/drm/drm 0x521ad6d0 drm_puts +EXPORT_SYMBOL drivers/gpu/drm/drm 0x52909480 drm_crtc_send_vblank_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0x52abe9a4 drm_connector_update_edid_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x536c26e3 drm_connector_set_vrr_capable_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5372c861 drm_dev_unregister +EXPORT_SYMBOL drivers/gpu/drm/drm 0x546149fe drm_prime_pages_to_sg +EXPORT_SYMBOL drivers/gpu/drm/drm 0x55d07329 of_drm_find_panel +EXPORT_SYMBOL drivers/gpu/drm/drm 0x55eb38da drm_format_info +EXPORT_SYMBOL drivers/gpu/drm/drm 0x560e1d6d drm_connector_attach_content_type_property +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 0x58483b59 drm_put_dev +EXPORT_SYMBOL drivers/gpu/drm/drm 0x586f1938 drm_connector_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x588e38b7 drm_mode_crtc_set_gamma_size +EXPORT_SYMBOL drivers/gpu/drm/drm 0x58e97d6d drm_atomic_get_connector_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0x59056243 drm_mm_replace_node +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5950ca4c drm_framebuffer_plane_width +EXPORT_SYMBOL drivers/gpu/drm/drm 0x59f61d31 drm_crtc_vblank_count +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5b0f32f1 __drmm_encoder_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5bae2012 drm_ioctl +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5bce83bf drm_syncobj_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5cb8cf3f drm_handle_vblank +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5dd165bb drm_prime_sg_to_page_array +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5e3b0d1e devm_drm_bridge_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5f757dd6 drm_mode_set_config_internal +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5f7985a5 drm_mm_scan_remove_block +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5fa51785 drm_crtc_handle_vblank +EXPORT_SYMBOL drivers/gpu/drm/drm 0x621546ed drm_mode_create_dp_colorspace_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6255c1ad drm_crtc_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x62a8562b drm_property_blob_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6390d851 drm_mode_find_dmt +EXPORT_SYMBOL drivers/gpu/drm/drm 0x644898af drm_framebuffer_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0x64af47a4 drm_dev_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0x64ce8d51 drm_bridge_chain_mode_set +EXPORT_SYMBOL drivers/gpu/drm/drm 0x652c9d59 drm_modeset_lock_all_ctx +EXPORT_SYMBOL drivers/gpu/drm/drm 0x65702bd6 drm_default_rgb_quant_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x66af321f drm_crtc_check_viewport +EXPORT_SYMBOL drivers/gpu/drm/drm 0x675386f0 drm_property_create_signed_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x687b0595 drm_mode_get_tile_group +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 0x695080fa drm_gem_prime_mmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x697ce8e9 drm_connector_attach_colorspace_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x69ba66b2 drm_plane_get_damage_clips +EXPORT_SYMBOL drivers/gpu/drm/drm 0x69e1bf40 drm_clflush_sg +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6a03a4b6 of_drm_get_panel_orientation +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6a88b7b3 drmm_connector_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6ab54c9d drm_connector_set_panel_orientation_with_quirk +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6ac01ea8 drm_edid_to_sad +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6afcfb39 drm_client_framebuffer_delete +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6b13cf74 drm_connector_attach_hdr_output_metadata_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6bc03dd8 drm_mode_create_hdmi_colorspace_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6be142a7 drm_mode_validate_ycbcr420 +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6c6009cb drm_gem_handle_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6d8cdd84 drm_debugfs_create_files +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6df72719 drm_connector_attach_encoder +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6e7d35ca drm_privacy_screen_register +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6eb06bb3 drm_gem_create_mmap_offset +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6eda25cf drm_atomic_bridge_chain_pre_enable +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6f61913c drm_gem_mmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6ff63ad1 drm_atomic_state_clear +EXPORT_SYMBOL drivers/gpu/drm/drm 0x704a69c9 drm_gem_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x705c7586 drm_connector_set_link_status_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x70e7c1dd drm_gem_handle_delete +EXPORT_SYMBOL drivers/gpu/drm/drm 0x71562579 drm_property_add_enum +EXPORT_SYMBOL drivers/gpu/drm/drm 0x71bdfb5a drm_universal_plane_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7261f506 drm_add_edid_modes +EXPORT_SYMBOL drivers/gpu/drm/drm 0x72c7a9cc drm_atomic_set_mode_prop_for_crtc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x73101f78 drm_client_dev_hotplug +EXPORT_SYMBOL drivers/gpu/drm/drm 0x736787d0 drm_gem_vm_open +EXPORT_SYMBOL drivers/gpu/drm/drm 0x739ec84b drm_compat_ioctl +EXPORT_SYMBOL drivers/gpu/drm/drm 0x73bc12c5 drm_gem_get_pages +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7467ca67 drm_mode_probed_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0x74fc6fbd drm_format_info_block_width +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7586a3c0 drm_plane_create_zpos_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x76f0ae83 drm_sysfs_connector_status_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0x77c17ef8 drm_dev_enter +EXPORT_SYMBOL drivers/gpu/drm/drm 0x78aed223 drm_of_find_possible_crtcs +EXPORT_SYMBOL drivers/gpu/drm/drm 0x78f2d4f9 drm_calc_timestamping_constants +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7973dba8 drm_clflush_pages +EXPORT_SYMBOL drivers/gpu/drm/drm 0x79c00fa2 drm_edid_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x79f0354a drm_modeset_acquire_fini +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7a521965 drm_bridge_chain_enable +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7b2e2166 drm_vma_node_revoke +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7b470b5f drm_atomic_get_new_private_obj_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7bb8c138 drm_display_mode_from_cea_vic +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7bc48b32 drm_crtc_accurate_vblank_count +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7be3dd7e drm_client_modeset_dpms +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7c0a0a0d drm_connector_attach_dp_subconnector_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7c545285 drm_edid_get_monitor_name +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7c6fec03 drm_atomic_get_old_private_obj_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7c75e1ec drm_gem_put_pages +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7cdba5c3 drm_aperture_remove_conflicting_pci_framebuffers +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7e3277f8 ___drm_dbg +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7e3c6b8e drm_privacy_screen_unregister_notifier +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7e513d57 drm_vblank_work_flush +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7eb1a424 __devm_drm_dev_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7edf470b drm_edid_duplicate +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7f792caf drm_client_register +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7ff0c467 drm_gtf_mode_complex +EXPORT_SYMBOL drivers/gpu/drm/drm 0x803113a2 drm_gem_vmap_unlocked +EXPORT_SYMBOL drivers/gpu/drm/drm 0x80320396 drm_connector_attach_privacy_screen_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0x820ac5c0 drm_vma_node_allow_once +EXPORT_SYMBOL drivers/gpu/drm/drm 0x82d85a69 drm_bridge_chain_post_disable +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8317e12a drm_writeback_get_out_fence +EXPORT_SYMBOL drivers/gpu/drm/drm 0x84163287 drm_property_create_enum +EXPORT_SYMBOL drivers/gpu/drm/drm 0x84b0d59a drm_gem_map_detach +EXPORT_SYMBOL drivers/gpu/drm/drm 0x86818ff1 drm_atomic_state_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x86a998f1 drm_plane_get_damage_clips_count +EXPORT_SYMBOL drivers/gpu/drm/drm 0x87776ae7 drm_object_property_get_value +EXPORT_SYMBOL drivers/gpu/drm/drm 0x88cce853 drm_get_edid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8a0b634e drm_crtc_create_scaling_filter_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8b97aa59 drm_modeset_drop_locks +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8bd7c834 drm_atomic_get_private_obj_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8c35d2cf drm_mode_is_420 +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8cb6a786 drm_mode_create_content_type_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8d72789e drm_edid_is_valid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8e0bae48 __drm_universal_plane_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8e3ea380 drmm_kfree +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8e470ab7 drm_crtc_vblank_on +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8f188774 drm_connector_attach_vrr_capable_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x90022f4b drm_edid_read_ddc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x90d48e54 drm_vblank_work_schedule +EXPORT_SYMBOL drivers/gpu/drm/drm 0x91361024 drm_syncobj_find +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9302a5b9 drm_bridge_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0x930b91b7 drm_sysfs_connector_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0x94ba2794 drm_gem_prime_import_dev +EXPORT_SYMBOL drivers/gpu/drm/drm 0x95d36fb8 drm_prime_gem_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0x96969249 drm_of_component_probe +EXPORT_SYMBOL drivers/gpu/drm/drm 0x97499cb9 drm_vblank_work_cancel_sync +EXPORT_SYMBOL drivers/gpu/drm/drm 0x982d09b3 drm_format_info_block_height +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9877f8fa drm_atomic_add_affected_planes +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9916f563 drm_gem_dma_resv_wait +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9a21d4dc drm_connector_list_iter_next +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9ac5fdbb drm_object_attach_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 0x9b9e2bff drm_av_sync_delay +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9bc17f48 drm_client_modeset_probe +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9c007090 drm_atomic_nonblocking_commit +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9ce050be drm_mode_copy +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9cf8f7ca drm_connector_atomic_hdr_metadata_equal +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9d172720 drm_dev_unplug +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9e71b857 drm_gem_prime_fd_to_handle +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9f7fbed2 drm_mode_is_420_also +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9f919af4 drm_set_preferred_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9fbff4c2 drm_mode_create_tv_margin_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa0406da0 drm_dev_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa0860bb2 drm_mode_prune_invalid +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa1cc7b48 drm_gem_object_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa206dfff drm_connector_list_iter_begin +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa248afde drm_detect_monitor_audio +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa34440a1 drm_connector_oob_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa38c4c94 drm_memcpy_from_wc +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa39cf261 drm_gem_dmabuf_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa3ad2c61 drm_mode_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa45349f7 drm_property_create_object +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa4c65384 drm_crtc_from_index +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa4cca6e2 drm_gem_dmabuf_vunmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa690b154 drm_dev_set_unique +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa69f888a drm_panel_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa6b62f62 drm_atomic_set_crtc_for_connector +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa795c79a drm_atomic_state_default_clear +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa7a5e0ed drm_mode_create_scaling_mode_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa8050acc drm_plane_create_zpos_immutable_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa8ace3d0 drm_property_create_bitmask +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa956955b drm_gem_lru_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xaa0d94bf drm_print_regset32 +EXPORT_SYMBOL drivers/gpu/drm/drm 0xaabb87cc drm_atomic_normalize_zpos +EXPORT_SYMBOL drivers/gpu/drm/drm 0xaadae654 drm_mode_create_aspect_ratio_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xac122237 drm_gem_vunmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0xad423880 drm_atomic_commit +EXPORT_SYMBOL drivers/gpu/drm/drm 0xad4e902b drm_color_ctm_s31_32_to_qm_n +EXPORT_SYMBOL drivers/gpu/drm/drm 0xad7d63a9 drm_privacy_screen_call_notifier_chain +EXPORT_SYMBOL drivers/gpu/drm/drm 0xae277372 __drm_crtc_commit_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0xaeb6aa81 drm_noop +EXPORT_SYMBOL drivers/gpu/drm/drm 0xaf403ded drm_property_replace_blob +EXPORT_SYMBOL drivers/gpu/drm/drm 0xaf59b2ed drm_probe_ddc +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb11ac7a7 __drm_err +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb1c207d1 drm_privacy_screen_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb212dc3e drm_edid_dup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb281ee33 drm_atomic_set_crtc_for_plane +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb2adb9c5 drm_crtc_vblank_get +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 0xb43412fa drm_gem_unlock_reservations +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb481a08d drm_connector_attach_tv_margin_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb504124c drm_gem_prime_export +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb54d913e drmm_crtc_init_with_planes +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb5b6c4a6 drm_panel_prepare +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb6127243 drm_need_swiotlb +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb75d2b5e drm_privacy_screen_get_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb7b65716 drm_connector_update_privacy_screen +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb85cbacf drm_client_modeset_commit_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb8800a0d drm_gem_create_mmap_offset_size +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb8eef10e drm_client_modeset_check +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb91a489e drm_dev_has_vblank +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb9907f51 drm_event_reserve_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb9c49692 drm_atomic_private_obj_fini +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb9c8f664 __drm_dev_dbg +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb9cad492 __drm_atomic_state_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0xba3232c2 drm_property_create_blob +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbb7f2566 drm_connector_create_privacy_screen_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbb9d9f24 drm_atomic_set_fb_for_plane +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbbbb4c31 drm_crtc_arm_vblank_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbbd01412 drm_client_modeset_commit +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbc173b09 drm_panel_enable +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbc9bf6a0 drm_mode_config_reset +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbdac567a drm_display_info_set_bus_formats +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbdfaece8 drm_plane_create_blend_mode_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbf3d771e drm_modeset_unlock_all +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc0a31d8e drm_mode_duplicate +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc11ef117 drm_warn_on_modeset_not_all_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc2f4fd57 drm_client_rotation +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc33c43d9 drm_connector_unregister +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc34fe566 drm_master_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc3c926c9 drm_gem_lock_reservations +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc4189dda drm_gem_private_object_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc4ba296e drm_property_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc4cbf60d drm_edid_connector_update +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc59c80fd drm_plane_create_color_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc7038ce9 drm_framebuffer_lookup +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 0xc9c1ba94 drm_debugfs_remove_files +EXPORT_SYMBOL drivers/gpu/drm/drm 0xca5b047f drm_plane_create_alpha_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcb3568aa drm_wait_one_vblank +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcbc48448 drm_gem_prime_handle_to_fd +EXPORT_SYMBOL drivers/gpu/drm/drm 0xccfaae79 drm_syncobj_get_fd +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcd4f498a __drm_atomic_helper_disable_plane +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcdb99cc9 drm_mode_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcdf00047 drm_syncobj_replace_fence +EXPORT_SYMBOL drivers/gpu/drm/drm 0xceb0e6e2 drm_mode_parse_command_line_for_connector +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd02ac9c4 drm_plane_create_scaling_filter_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd0b21947 drm_master_internal_acquire +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd13f92b6 drm_mode_put_tile_group +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd13f9985 drm_edid_block_valid +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd14ac530 drm_send_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd41e8dc1 drm_framebuffer_unregister_private +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd5b0af9c drm_master_internal_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd680a377 drm_gem_object_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd6849e88 drmm_kmalloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd696ad6e drm_crtc_vblank_helper_get_vblank_timestamp_internal +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd6d93bf0 drm_state_dump +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd746da10 drm_get_format_info +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd7a2fa6d drm_send_event_timestamp_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd7a9cf42 drm_mode_validate_size +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdad9c8b1 drm_prime_get_contiguous_size +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdb04d156 drm_syncobj_add_point +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdb3370c2 drm_crtc_vblank_helper_get_vblank_timestamp +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdb6d23b1 drm_ioctl_kernel +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdb9e2920 drm_client_buffer_vunmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdbde98da drm_file_get_master +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdbee5d8f drm_client_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdcf7e418 drm_panel_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdd8444d0 drm_property_blob_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0xddcc5cdc __drmm_mutex_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdeb554b3 drm_bridge_chain_mode_fixup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdf34ae95 drm_gem_vunmap_unlocked +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 0xe1eddd38 drm_connector_attach_max_bpc_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe1f9b36c drm_edid_read_custom +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe22d436a drm_crtc_set_max_vblank_count +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe2d40bee drm_property_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe30984dc drm_connector_attach_privacy_screen_provider +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe317082a __drm_printfn_info +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe32a2e62 drm_privacy_screen_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe42be856 drm_edid_get_panel_id +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe4525c99 drm_panel_of_backlight +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe562df32 drm_modeset_backoff +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe5c87b30 drm_modeset_acquire_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe633a4cd drm_format_info_bpp +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe69629d2 drm_event_cancel_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe739dd12 drm_connector_list_update +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe7e0fbd7 drm_invalid_op +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe815851f drm_mode_object_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe825c409 drm_edid_override_connector_update +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe8a034df drm_dev_exit +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe8a0e334 drm_vma_offset_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0xea00fe81 __drm_printfn_coredump +EXPORT_SYMBOL drivers/gpu/drm/drm 0xece69d98 drm_gtf_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0xed4cb238 drm_gem_objects_lookup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xedc35e15 drm_gem_dmabuf_mmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0xeea2a034 drm_atomic_get_new_bridge_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0xef617dae drm_hdmi_avi_infoframe_from_display_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0xefc3b9b6 drm_atomic_state_default_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0xefe2601c drm_crtc_vblank_reset +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf0517d7a drm_mm_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf07c5a61 drm_bridge_attach +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf0ee2880 drm_dev_register +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf117a69d drm_hdmi_avi_infoframe_quant_range +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 0xf1d7a246 drm_atomic_private_obj_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf34a3288 drm_connector_attach_edid_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf3990fc2 drm_syncobj_find_fence +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf406e46a drm_get_connector_type_name +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf435253b drm_plane_force_disable +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf43d8706 drm_mode_config_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf6c1e9dc drm_modeset_lock +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf7ec69b3 drm_atomic_print_new_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf824c7db __drm_printfn_debug +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf8854910 drm_writeback_connector_init_with_encoder +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf9f8a308 drm_gem_free_mmap_offset +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfbab4381 drm_atomic_get_new_connector_for_encoder +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfc83a4dd drm_atomic_get_old_connector_for_encoder +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfca4afb1 drm_object_property_set_value +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfcd0d438 drm_connector_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfd8d2fe0 drm_mode_object_find +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfe36c3d9 drm_any_plane_has_format +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfe6e2fab drm_gem_object_lookup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfeb953b1 __drm_printfn_seq_file +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfedb286c drm_add_modes_noedid +EXPORT_SYMBOL drivers/gpu/drm/drm 0xff7c63d4 drm_connector_register +EXPORT_SYMBOL drivers/gpu/drm/drm 0xffb5ace0 drm_crtc_vblank_restore +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 0x8bf6a4d2 drm_gem_dma_prime_import_sg_table_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm_dma_helper 0xe2097560 drm_gem_dma_print_info +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x02777f14 drm_i2c_encoder_mode_fixup +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x059dd7f4 drm_fb_helper_cfb_imageblit +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x06fa3b44 drm_fb_helper_lastclose +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x0761a942 drm_atomic_helper_check_wb_encoder_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x078ee1f4 drm_bridge_is_panel +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x07cab26e drm_fb_helper_check_var +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x08098277 drm_gem_end_shadow_fb_access +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x0ac76429 drm_atomic_helper_wait_for_dependencies +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x0bd4ad1c drm_fb_helper_blank +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x0bd56afc drm_panel_bridge_add +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x0c3cbba2 drm_gem_simple_kms_duplicate_shadow_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x0d31af0f drm_atomic_helper_setup_commit +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x0eacd54a drm_gem_simple_kms_destroy_shadow_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x111b695d drm_atomic_helper_check_modeset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x127a8c6b drm_flip_work_queue +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x14a7c13a __drm_atomic_helper_bridge_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x158c28bf drm_fb_helper_restore_fbdev_mode_unlocked +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x16f16a30 drm_fb_swab +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x1784d39f __drm_atomic_helper_crtc_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x1846c9ad __drm_atomic_helper_crtc_destroy_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x18499cc8 drm_helper_encoder_in_use +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x1868bed0 drm_helper_force_disable_all +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x18baa49e drm_atomic_helper_commit_cleanup_done +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x1a74194e drm_helper_disable_unused_functions +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x1b1f46c9 drm_fb_helper_fill_info +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x21a39243 drm_atomic_helper_async_check +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x21b52e1f __drm_atomic_helper_bridge_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x21d541eb drm_flip_work_queue_task +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x22dedeb9 drm_atomic_helper_crtc_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x23dbbc07 drm_helper_resume_force_mode +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2473dacd devm_drm_panel_bridge_add +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x249866a3 drm_atomic_helper_bridge_destroy_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x26194016 __drm_atomic_helper_connector_state_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x28f8b0bf drm_panel_bridge_add_typed +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2bec37be drm_atomic_helper_update_plane +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2c63ea78 drm_i2c_encoder_detect +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2d50570f drm_rect_calc_hscale +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2dcab573 __drm_atomic_helper_connector_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2e67a2f8 drm_kms_helper_poll_fini +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2f4f2b30 __drm_atomic_helper_plane_destroy_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x302b6a52 drm_i2c_encoder_dpms +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x310a0c32 drm_atomic_helper_crtc_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x310d4552 drmm_panel_bridge_add +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x321da19a drm_helper_move_panel_connectors_to_head +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x328e378f drm_atomic_helper_damage_merged +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x33c020c7 drm_atomic_helper_wait_for_flip_done +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x33f99a96 drm_atomic_helper_resume +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x34653d1f drm_atomic_helper_wait_for_vblanks +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x37761039 drm_mode_config_helper_suspend +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x37b6cde3 drm_atomic_helper_commit_modeset_disables +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x397a3893 drm_fb_helper_sys_fillrect +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3a95d674 drm_gem_reset_shadow_plane +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3b2cd3e2 drm_connector_helper_get_modes_from_ddc +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3bc4a0ea drm_fb_helper_ioctl +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3e4e22b2 drm_gem_fb_create_handle +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3ec1ccd0 drm_i2c_encoder_restore +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x412308f1 drm_atomic_helper_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x415cb45d drm_fb_helper_sys_read +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x435bebbe drm_atomic_helper_plane_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x482e8f61 drm_fb_helper_initial_config +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4b0fefc4 drm_simple_display_pipe_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4c707c6b drm_kms_helper_connector_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4cdf35c2 drm_helper_crtc_in_use +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4eb47eea drm_fb_memcpy +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x549315b8 __drm_atomic_helper_plane_state_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x54ffc964 drm_connector_helper_get_modes_fixed +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5542443b drm_flip_work_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x55998891 drm_crtc_helper_atomic_check +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x55b08dd2 drm_fb_helper_cfb_write +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x561daee2 drm_atomic_helper_set_config +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5887dd34 __drm_atomic_helper_connector_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5a17c95a drm_fbdev_generic_setup +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5a4734d1 drm_kms_helper_is_poll_worker +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5a826d51 __drm_atomic_helper_connector_destroy_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5b5522d7 drm_gem_fb_begin_cpu_access +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5c3e4252 drm_i2c_encoder_prepare +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5cf4e31e drm_atomic_helper_check_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5d335df9 drm_atomic_helper_commit_planes_on_crtc +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x60994f7a drm_self_refresh_helper_alter_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x638e86c1 drm_kms_helper_poll_disable +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x63e91de0 drm_atomic_helper_check +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x642511ea drm_helper_mode_fill_fb_struct +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6621e949 drm_atomic_helper_connector_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x68386d9a __drm_gem_destroy_shadow_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6b4e29a9 drm_atomic_helper_check_crtc_primary_plane +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6b5c2b06 drm_atomic_helper_damage_iter_next +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6bbf8473 drm_fb_helper_set_suspend_unlocked +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6e30ba8e drm_rect_rotate_inv +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6f7839ec drm_atomic_helper_plane_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7060ea64 drm_crtc_helper_set_mode +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x75535611 drm_atomic_helper_disable_plane +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x77cc37b2 __drm_atomic_helper_plane_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7a06fea9 drm_crtc_helper_mode_valid_fixed +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7bd52a8a drm_fb_build_fourcc_list +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7bff93d9 drm_fb_helper_cfb_copyarea +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7c2d1843 drm_atomic_helper_commit_tail +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7ebc6d50 drm_kms_helper_poll_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x80528f6b drm_gem_fb_end_cpu_access +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x82eec56c drm_atomic_helper_disable_planes_on_crtc +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x834261ed drm_gem_fb_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x842dd90c drm_flip_work_commit +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x84c16859 __drm_gem_duplicate_shadow_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8632812a drm_atomic_helper_plane_destroy_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x871ab41a drm_rect_intersect +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8ab4a4df drm_i2c_encoder_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8d7f2fa5 drm_fb_helper_set_suspend +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8de044ed drm_fb_helper_cfb_fillrect +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8eaccca4 drm_atomic_helper_disable_all +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8f9a558f drm_atomic_helper_suspend +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x908765b3 devm_drm_of_get_bridge +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9135ba51 drm_plane_helper_atomic_check +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x914063ea drm_crtc_helper_set_config +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x91fec1cc drm_rect_calc_vscale +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9261b155 drm_self_refresh_helper_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x92de7d2b drm_atomic_helper_check_planes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x93019038 drm_atomic_helper_commit_hw_done +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x94698103 drm_atomic_helper_page_flip +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x95521979 drm_atomic_helper_bridge_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x96037c74 drm_connector_helper_hpd_irq_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x969cc6c0 drm_atomic_helper_calc_timestamping_constants +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x96cfc5b7 drm_fb_xrgb8888_to_rgb332 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9746f8e6 drm_atomic_helper_prepare_planes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x98d5fb03 drm_atomic_helper_cleanup_planes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x99875e7a devm_drm_panel_bridge_add_typed +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x99fd20aa drm_rect_clip_scaled +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9b682db8 drm_gem_fb_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9b743394 drm_fb_helper_pan_display +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9bdf8053 __drmm_simple_encoder_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9c034fdd drm_atomic_helper_commit_tail_rpm +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9c4e5658 __drm_atomic_helper_crtc_state_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9c5cd7d6 drm_fb_xrgb8888_to_mono +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9cf25ec4 drm_atomic_helper_commit_modeset_enables +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9ddda261 drm_crtc_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9e889291 drm_mode_config_helper_resume +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa0dc41be drm_helper_connector_dpms +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa2333672 drm_atomic_helper_bridge_propagate_bus_fmt +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa3b8bcba drm_fb_helper_sys_imageblit +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa3cfdeef drm_atomic_helper_check_plane_damage +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa7962aaa drm_fb_helper_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa902c7f4 drm_fb_blit +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa98c8d0f drm_atomic_helper_dirtyfb +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xaa771463 drm_atomic_helper_fake_vblank +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xae3d5a27 drm_fb_helper_deferred_io +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xaea07238 drm_atomic_helper_shutdown +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xaf6f38be drm_i2c_encoder_commit +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xaff895a7 drm_gem_begin_shadow_fb_access +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb053adda drm_rect_rotate +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb2280cf1 drm_fb_helper_unregister_info +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb45b3e72 drm_gem_simple_kms_reset_shadow_plane +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb540b489 drm_plane_helper_update_primary +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb54294b7 drm_i2c_encoder_save +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb6a6b711 drm_fb_clip_offset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb7fd37d2 drm_gem_simple_display_pipe_prepare_fb +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xba21277c drm_fb_helper_set_par +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xbae8f0bc drm_i2c_encoder_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xbb580619 drm_atomic_helper_async_commit +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xbfae8fd7 drm_fb_xrgb8888_to_rgb888 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc17c5229 drm_fb_helper_sys_write +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc518d9dd drm_atomic_helper_crtc_destroy_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc6323239 drm_flip_work_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc84e0022 drm_plane_helper_disable_primary +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc878b07f drm_atomic_helper_swap_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xca07d0a7 __drm_atomic_helper_crtc_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xca78d8d7 drm_atomic_helper_connector_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xcae889b3 drm_gem_duplicate_shadow_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xcb2340b8 drm_rect_debug_print +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xccca7ef1 drm_gem_destroy_shadow_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xcced718b drm_gem_fb_vunmap +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xcd2ac7c9 drm_kms_helper_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xcd5612d9 __drm_atomic_helper_plane_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xcf11a549 drm_flip_work_allocate_task +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xcf65efa7 drm_fb_helper_sys_copyarea +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xcf6d3d58 drm_atomic_helper_commit_duplicated_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd16ece2f drm_helper_probe_detect +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd327a35a drm_atomic_helper_bridge_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd4bed645 __drm_gem_reset_shadow_plane +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd88ddba8 drm_fb_helper_prepare +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd916e940 drm_panel_bridge_remove +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd9255626 __drm_atomic_helper_private_obj_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd952266c drm_connector_helper_get_modes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xda57db1b drm_atomic_helper_page_flip_target +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xdabd0c8c drm_atomic_helper_connector_tv_margins_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xdb08e7da drm_fb_helper_setcmap +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xdb1addd8 drm_fb_helper_debug_enter +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xdc343ad4 drm_fb_helper_debug_leave +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xdd02507a drm_atomic_helper_update_legacy_modeset_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xdd0308c5 drm_panel_bridge_set_orientation +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xde46ee78 drm_i2c_encoder_mode_set +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xde5010dd drm_kms_helper_poll_enable +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xdf88b0a0 drm_atomic_helper_damage_iter_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe01cba62 drm_panel_bridge_connector +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe0af6528 drm_fb_helper_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe348bd61 drm_self_refresh_helper_update_avg_times +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe84697e3 drmm_of_get_bridge +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xea2f30eb drm_fb_helper_alloc_info +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xeb73f277 drm_atomic_helper_commit_planes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xedd0c8ea drm_fb_xrgb8888_to_xrgb2101010 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xee465c58 drm_plane_helper_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xeea85261 drm_self_refresh_helper_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xef5cbaca drm_simple_encoder_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xefcde2bc drm_atomic_helper_connector_destroy_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf11f3f2c drm_simple_display_pipe_attach_bridge +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf1d82e2a drm_helper_hpd_irq_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf3b108c7 drm_atomic_helper_commit +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf43f3e7c drm_fb_helper_fini +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf47696ea drm_fb_xrgb8888_to_rgb565 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf5805272 drm_gem_simple_kms_end_shadow_fb_access +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf6383b9b drm_gem_simple_kms_begin_shadow_fb_access +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf9b11f18 drm_atomic_helper_wait_for_fences +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xfd010d15 drm_helper_probe_single_connector_modes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xfdc37975 drm_fb_helper_output_poll_changed +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xff2ea26f drm_fb_helper_cfb_read +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xffdb7c30 drm_fb_xrgb8888_to_gray8 +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x1de8cd3f mipi_dbi_buf_copy +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x2b98f2c9 mipi_dbi_enable_flush +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x44978765 mipi_dbi_dev_init_with_formats +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x4581408d mipi_dbi_spi_init +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x554c1c96 mipi_dbi_spi_cmd_max_speed +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x56148f35 mipi_dbi_pipe_update +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x5d5c9142 mipi_dbi_command_buf +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x6b73b90f mipi_dbi_dev_init +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x840c65d2 mipi_dbi_hw_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xb9652d9a mipi_dbi_command_stackbuf +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xc107e092 mipi_dbi_spi_transfer +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xc8c65907 mipi_dbi_pipe_mode_valid +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xc9f103be mipi_dbi_poweron_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xddad64e2 mipi_dbi_command_read +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xed9c9097 mipi_dbi_debugfs_init +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xf62ad180 mipi_dbi_display_is_on +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xf6f4c069 mipi_dbi_pipe_disable +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xf9575611 mipi_dbi_poweron_conditional_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0x16389fd0 drm_gem_shmem_purge_locked +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0x2020a1cd drm_gem_shmem_unpin +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0x84f921fe drm_gem_shmem_purge +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0x91461f34 drm_gem_shmem_madvise +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0xb6448840 drm_gem_shmem_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0xbc3313e6 drm_gem_shmem_put_pages +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0xc17785d4 drm_gem_shmem_print_info +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0xd6d8b557 drm_gem_shmem_vunmap +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0xe42f72b3 drm_gem_shmem_get_pages +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0xece76810 drm_gem_shmem_pin +EXPORT_SYMBOL drivers/gpu/drm/drm_ttm_helper 0x8460c858 drm_gem_ttm_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm_ttm_helper 0x849b11f0 drm_gem_ttm_vunmap +EXPORT_SYMBOL drivers/gpu/drm/drm_ttm_helper 0x97926dab drm_gem_ttm_print_info +EXPORT_SYMBOL drivers/gpu/drm/drm_ttm_helper 0xb8541370 drm_gem_ttm_mmap +EXPORT_SYMBOL drivers/gpu/drm/drm_ttm_helper 0xc99cc638 drm_gem_ttm_dumb_map_offset +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x01f0fa3a drm_vram_helper_mode_valid +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x106af488 drm_gem_vram_simple_display_pipe_prepare_fb +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x2057fdde drm_vram_mm_debugfs_init +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x522c844b drm_gem_vram_fill_create_dumb +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x5acf91fc drm_gem_vram_vunmap +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x73fb92a1 drmm_vram_helper_init +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x75cb4000 drm_gem_vram_driver_dumb_create +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x7eb539eb drm_gem_vram_pin +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x93eaf89d drm_gem_vram_put +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0xa56d030c drm_gem_vram_offset +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0xbd768539 drm_gem_vram_plane_helper_cleanup_fb +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0xbda72417 drm_gem_vram_plane_helper_prepare_fb +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0xc8ee160b drm_gem_vram_unpin +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0xf8a926bc drm_gem_vram_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0xf9024cbb drm_gem_vram_create +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0xf90b8de0 drm_gem_vram_simple_display_pipe_cleanup_fb +EXPORT_SYMBOL drivers/gpu/drm/rockchip/rockchipdrm 0x1dfcabed rockchip_drm_wait_vact_end +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x040e8c1f drm_sched_job_init +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x12fc40b9 to_drm_sched_fence +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x1df6ed41 drm_sched_suspend_timeout +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x260385db drm_sched_entity_flush +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x2790f99a drm_sched_resume_timeout +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x2f0d15ac drm_sched_entity_init +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x45af548c drm_sched_init +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x68e28688 drm_sched_entity_set_priority +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x6cadb7a1 drm_sched_entity_modify_sched +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x6ed4074f drm_sched_start +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x73a487c2 drm_sched_pick_best +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x7dd914c8 drm_sched_increase_karma +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x86c6deb4 drm_sched_stop +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x8b975504 drm_sched_entity_fini +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x8ef4c60a drm_sched_job_add_resv_dependencies +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x9de29406 drm_sched_job_arm +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xb589b3d2 drm_sched_resubmit_jobs +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xbf5d0a90 drm_sched_job_cleanup +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xc06eef65 drm_sched_entity_push_job +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xc5faa179 drm_sched_entity_destroy +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xdaaa7773 drm_sched_job_add_dependency +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xe1162b18 drm_sched_job_add_implicit_dependencies +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xf21d9fd1 drm_sched_fini +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xf3da544a drm_sched_fault +EXPORT_SYMBOL drivers/gpu/drm/sun4i/sun4i-tcon 0x213c51c6 sun4i_rgb_init +EXPORT_SYMBOL drivers/gpu/drm/sun4i/sun4i-tcon 0x3df6972c sun4i_dclk_create +EXPORT_SYMBOL drivers/gpu/drm/sun4i/sun4i-tcon 0x410b1215 sun4i_tcon_mode_set +EXPORT_SYMBOL drivers/gpu/drm/sun4i/sun4i-tcon 0x6c10c7a7 sun4i_tcon_of_table +EXPORT_SYMBOL drivers/gpu/drm/sun4i/sun4i-tcon 0xa91de3dd sun4i_tcon_enable_vblank +EXPORT_SYMBOL drivers/gpu/drm/sun4i/sun4i-tcon 0xd9009d65 sun4i_lvds_init +EXPORT_SYMBOL drivers/gpu/drm/sun4i/sun4i-tcon 0xeeb4c12b sun4i_dclk_free +EXPORT_SYMBOL drivers/gpu/drm/sun4i/sun8i_tcon_top 0x350e5dcd sun8i_tcon_top_of_table +EXPORT_SYMBOL drivers/gpu/drm/sun4i/sun8i_tcon_top 0x82e62590 sun8i_tcon_top_de_config +EXPORT_SYMBOL drivers/gpu/drm/sun4i/sun8i_tcon_top 0x9d6fa043 sun8i_tcon_top_set_hdmi_src +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x02094627 ttm_bo_mem_space +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x02200730 ttm_bo_init_reserved +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x08e209cf ttm_bo_kunmap +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x0b31c3ae ttm_resource_manager_usage +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x0c231474 ttm_kmap_iter_iomap_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x12e20ec2 ttm_resource_manager_debug +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x18ff6b44 ttm_device_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x1a71d30c ttm_move_memcpy +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x1dce5968 ttm_bo_unlock_delayed_workqueue +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x1e2e7d25 ttm_kmap_iter_tt_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x1e9e2701 ttm_lru_bulk_move_tail +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x20ee0771 ttm_resource_manager_create_debugfs +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x21f00f8a ttm_glob +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x268fb45b ttm_bo_vmap +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x288b18ef ttm_tt_populate +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x2f5bb064 ttm_pool_alloc +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x3824c82e ttm_bo_vm_fault +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x38461f7e ttm_resource_manager_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x3e030a02 ttm_range_man_fini_nocheck +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x43342a83 ttm_bo_pin +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x4378e973 ttm_bo_lock_delayed_workqueue +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x4383db3d ttm_eu_fence_buffer_objects +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x45fb1118 ttm_bo_wait +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x4d6afce9 ttm_eu_reserve_buffers +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x5041d7f4 ttm_bo_set_bulk_move +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x52a905e1 ttm_range_man_init_nocheck +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x57e61962 ttm_resource_manager_evict_all +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x5a40161d ttm_device_swapout +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x5acff3eb ttm_bo_validate +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x5be09930 ttm_bo_move_memcpy +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x60566bc2 ttm_bo_vm_reserve +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x6861921f ttm_resource_free +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x6ffafc9f ttm_bo_vm_open +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x70351f68 ttm_resource_compat +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x72b25ad1 ttm_bo_vunmap +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x72b2aa91 ttm_io_prot +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x731f4f70 ttm_bo_vm_fault_reserved +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x847be8ec ttm_bo_mmap_obj +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x8e7b4e4d ttm_bo_put +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x915350a9 ttm_tt_fini +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x945ed340 ttm_resource_fini +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x946c0529 ttm_tt_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x9561d848 ttm_bo_move_to_lru_tail +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x981eb06b ttm_bo_move_sync_cleanup +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x9c758644 ttm_resource_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x9f881f53 ttm_sg_tt_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x9ff72c2e ttm_pool_debugfs +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xa1439eea ttm_bo_unpin +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xa21e88e2 ttm_device_fini +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xa9af4207 ttm_bo_eviction_valuable +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xaf25f937 ttm_bo_kmap +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xb12908d5 ttm_bo_vm_dummy_page +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xbc6ff5ac ttm_bo_init_validate +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xc422649f ttm_pool_free +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xc63537d2 ttm_bo_vm_close +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xd63a0ccb ttm_bo_move_accel_cleanup +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xe5e073af ttm_eu_backoff_reservation +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xedf9f86d ttm_bo_unmap_virtual +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xf7cc3c86 ttm_device_clear_dma_mappings +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xf85c7c2e ttm_global_swapout +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xf9437075 ttm_bo_vm_access +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xfd42c8e0 ttm_lru_bulk_move_init +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x05a7e468 host1x_job_alloc +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x0aa94a34 host1x_client_resume +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x10000d84 host1x_syncpt_get_by_id +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x11c80f1c host1x_syncpt_alloc +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x27528ae2 host1x_syncpt_read_max +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x331d18d6 host1x_channel_request +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x41dfb2f1 host1x_bo_pin +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x46668253 host1x_job_put +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x4b79bd31 tegra_mipi_request +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x4df534ed host1x_syncpt_get +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x4fd3948d host1x_fence_create +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x51de13ce host1x_syncpt_base_id +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x540e4d95 host1x_syncpt_release_vblank_reservation +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x5791d780 host1x_driver_register_full +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x5837feb3 host1x_syncpt_get_by_id_noref +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x5d469bca host1x_job_pin +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x5fb689e4 host1x_syncpt_read_min +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x6a20628e __host1x_client_register +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x72e78e54 tegra_mipi_start_calibration +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x760dcffb __host1x_client_init +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x784c0d3d host1x_job_get +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x7ba31186 host1x_channel_stop +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x80e5bedd host1x_device_exit +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x852f6908 host1x_syncpt_incr_max +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x8574433c host1x_syncpt_get_base +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x86dc7a3a host1x_syncpt_incr +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x87f7d1ea host1x_driver_unregister +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x8ea3d89a host1x_channel_get +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x8faf1460 host1x_channel_put +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x90a0c516 host1x_syncpt_read +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x9115e092 host1x_syncpt_request +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x9451a33e tegra_mipi_free +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x956856c7 host1x_syncpt_put +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xa4fd3d2f host1x_job_add_wait +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xa733ff60 tegra_mipi_disable +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xa7885424 host1x_syncpt_id +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xaf695fcc host1x_get_dma_mask +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xb79660f6 host1x_bo_unpin +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xbcbe65a0 tegra_mipi_finish_calibration +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xbf75eaa9 host1x_syncpt_wait +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xcd0f4691 host1x_job_submit +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xd03af995 host1x_client_unregister +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xe28a8b56 host1x_client_suspend +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xeb851ce8 host1x_job_add_gather +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xf0a12744 host1x_device_init +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xf5ab8905 host1x_job_unpin +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xf8a79b19 tegra_mipi_enable +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xfd4162fa host1x_client_exit +EXPORT_SYMBOL drivers/hid/hid 0x147dfbcf hid_bus_type +EXPORT_SYMBOL drivers/hv/hv_vmbus 0x7b4ef795 vmbus_sendpacket +EXPORT_SYMBOL drivers/hv/hv_vmbus 0x94e7585b vmbus_sendpacket_getid +EXPORT_SYMBOL drivers/hv/hv_vmbus 0xa970c314 vmbus_recvpacket +EXPORT_SYMBOL drivers/hwmon/adt7x10 0x48141f84 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 0x8a84c55f ltc2947_pm_ops +EXPORT_SYMBOL drivers/hwmon/sch56xx-common 0x01568393 sch56xx_read_virtual_reg +EXPORT_SYMBOL drivers/hwmon/sch56xx-common 0x2226ee99 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 0x55e4e930 i2c_bit_add_bus +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-bit 0xf1fc055b i2c_bit_add_numbered_bus +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-bit 0xfe89da59 i2c_bit_algo +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-pca 0xac41bfab i2c_pca_add_numbered_bus +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-pca 0xbee57683 i2c_pca_add_bus +EXPORT_SYMBOL drivers/i2c/busses/i2c-amd756 0x7522c52c 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 0x435bc002 iio_triggered_buffer_cleanup +EXPORT_SYMBOL drivers/iio/buffer/industrialio-triggered-buffer 0x5475821d iio_triggered_buffer_setup_ext +EXPORT_SYMBOL drivers/iio/buffer/kfifo_buf 0x3797dc51 iio_kfifo_allocate +EXPORT_SYMBOL drivers/iio/buffer/kfifo_buf 0x88ff3b98 iio_kfifo_free +EXPORT_SYMBOL drivers/iio/imu/fxos8700_core 0xe8a44ddd fxos8700_regmap_config +EXPORT_SYMBOL drivers/iio/industrialio 0x02986d09 iio_trigger_free +EXPORT_SYMBOL drivers/iio/industrialio 0x1b50b08f iio_trigger_notify_done +EXPORT_SYMBOL drivers/iio/industrialio 0x257b3f41 iio_get_time_ns +EXPORT_SYMBOL drivers/iio/industrialio 0x2cd9aa22 __iio_trigger_alloc +EXPORT_SYMBOL drivers/iio/industrialio 0x2d6bcdcb iio_trigger_generic_data_rdy_poll +EXPORT_SYMBOL drivers/iio/industrialio 0x4c9137ff iio_push_event +EXPORT_SYMBOL drivers/iio/industrialio 0x5526282a __iio_device_register +EXPORT_SYMBOL drivers/iio/industrialio 0x56c54328 iio_read_const_attr +EXPORT_SYMBOL drivers/iio/industrialio 0x6896f0c4 iio_device_get_clock +EXPORT_SYMBOL drivers/iio/industrialio 0x68c99169 iio_trigger_unregister +EXPORT_SYMBOL drivers/iio/industrialio 0x908ddadf iio_trigger_set_immutable +EXPORT_SYMBOL drivers/iio/industrialio 0x94c037ac iio_device_unregister +EXPORT_SYMBOL drivers/iio/industrialio 0x9bd0d702 iio_buffer_init +EXPORT_SYMBOL drivers/iio/industrialio 0xa2839f3c iio_bus_type +EXPORT_SYMBOL drivers/iio/industrialio 0xa4ff275e iio_trigger_poll +EXPORT_SYMBOL drivers/iio/industrialio 0xaa117f05 iio_device_alloc +EXPORT_SYMBOL drivers/iio/industrialio 0xb141b8a9 iio_device_set_clock +EXPORT_SYMBOL drivers/iio/industrialio 0xbfa06fec iio_trigger_register +EXPORT_SYMBOL drivers/iio/industrialio 0xc7be1bb3 iio_trigger_validate_own_device +EXPORT_SYMBOL drivers/iio/industrialio 0xd761670f iio_trigger_using_own +EXPORT_SYMBOL drivers/iio/industrialio 0xdf76bbeb iio_pollfunc_store_time +EXPORT_SYMBOL drivers/iio/industrialio 0xf02311c9 iio_read_mount_matrix +EXPORT_SYMBOL drivers/iio/industrialio 0xf3ad3f71 iio_trigger_poll_chained +EXPORT_SYMBOL drivers/iio/industrialio 0xfd7f59aa iio_device_free +EXPORT_SYMBOL drivers/iio/industrialio-configfs 0xcd5bec1e iio_configfs_subsys +EXPORT_SYMBOL drivers/iio/industrialio-sw-device 0x124b423c iio_sw_device_create +EXPORT_SYMBOL drivers/iio/industrialio-sw-device 0x818dd5f5 iio_register_sw_device_type +EXPORT_SYMBOL drivers/iio/industrialio-sw-device 0x8c59f33f iio_sw_device_destroy +EXPORT_SYMBOL drivers/iio/industrialio-sw-device 0xbc8e71cf iio_unregister_sw_device_type +EXPORT_SYMBOL drivers/iio/industrialio-sw-trigger 0x131bbacc iio_sw_trigger_destroy +EXPORT_SYMBOL drivers/iio/industrialio-sw-trigger 0x42e4c3d1 iio_sw_trigger_create +EXPORT_SYMBOL drivers/iio/industrialio-sw-trigger 0xa1e06586 iio_register_sw_trigger_type +EXPORT_SYMBOL drivers/iio/industrialio-sw-trigger 0xbca19bbb iio_unregister_sw_trigger_type +EXPORT_SYMBOL drivers/iio/industrialio-triggered-event 0x90c00ce0 iio_triggered_event_setup +EXPORT_SYMBOL drivers/iio/industrialio-triggered-event 0x947635ec iio_triggered_event_cleanup +EXPORT_SYMBOL drivers/iio/pressure/bmp280 0x9a39bce6 bmp280_dev_pm_ops +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x161e42c4 ib_send_cm_sidr_req +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x20553bde ib_cm_listen +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x3184464d ib_cm_notify +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x33ff8cce ib_send_cm_dreq +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x40a05d7d ib_send_cm_rej +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x68f28ec9 ib_send_cm_drep +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x69824a14 ibcm_reject_msg +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x6d3c985e ib_send_cm_mra +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x79a5b103 ib_cm_init_qp_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x94ab9fe7 ib_cm_insert_listen +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x94c1decb ib_send_cm_rep +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x956bff36 ib_create_cm_id +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x9925304a ib_send_cm_req +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xabf72de4 ib_send_cm_sidr_rep +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xc7a3022a ib_send_cm_rtu +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xe3fa2614 ib_destroy_cm_id +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x00cd25ea ib_get_rdma_header_version +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x03a98ade ibdev_notice +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x03c361f7 ib_process_cq_direct +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x057c417c rdma_link_unregister +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x05a06f7c ib_set_vf_guid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x07413e97 rdma_user_mmap_entry_insert +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x093f3b8d __ib_alloc_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0a73235c ib_mr_pool_put +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0a7cb56d ib_unregister_device_and_put +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0ab92085 ib_unregister_client +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0be6a2f1 ib_free_send_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 0x0d3d40ec __ib_alloc_pd +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0f459311 ib_mr_pool_destroy +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0fc6b4ea rdma_translate_ip +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x104b2b30 ib_reg_user_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x112c3bc8 rdma_hold_gid_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x15758497 ib_device_get_by_netdev +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1708955a ib_get_cached_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x17350966 rdma_nl_put_driver_string +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1812a691 ib_create_srq_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x18a9f07b rdma_move_grh_sgid_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x196d3ef0 rdma_put_gid_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x19e7490f __rdma_block_iter_next +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1af9e8a6 ib_get_eth_speed +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1b67de20 rdma_resolve_ip +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1bf608fb rdma_restrack_parent_name +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1def732d ibnl_put_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1ecd1a11 ib_init_ah_from_mcmember +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1f03b2dc rdma_nl_put_driver_u64 +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1fdaed32 rdma_restrack_put +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x20e55f15 ib_device_put +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x217692ef ib_sa_guid_info_rec_query +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x22f3cf93 ib_pack +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x23c299e6 rdma_rw_ctx_init +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x24bca0e8 ib_sg_to_pages +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2518d262 rdma_find_gid_by_port +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x259934a1 rdma_user_mmap_entry_get +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2688db16 rdma_dev_access_netns +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x26dcf529 ib_unregister_event_handler +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x26e53d31 ib_create_qp_kernel +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2a30dc4c ib_drain_sq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2eb1108e ib_resize_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2f42582c rdma_roce_rescan_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x305e5701 rdma_addr_size_kss +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x30ff2553 rdma_rw_ctx_wrs +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x348e20aa ib_alloc_mr_integrity +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x353e7d5b ib_attach_mcast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x36a96998 ib_drain_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x37720931 ibdev_warn +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3b787f36 ib_get_device_fw_str +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3c465cae rdma_nl_unicast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3cbd09d0 rdma_user_mmap_entry_remove +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3e164e5c rdma_modify_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3ec5c0c7 ib_port_register_client_groups +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3ee6a7f9 ib_register_client +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3f0a63d1 ib_sa_join_multicast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3fc2387c ib_ud_header_unpack +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x40e726b9 rdma_addr_cancel +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4254e154 rdma_create_user_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x434c5d10 zgid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x439ce33c ib_sa_unregister_client +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x45fb8985 rdma_nl_chk_listeners +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4c07d71f ib_modify_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4c1435a9 ib_map_mr_sg_pi +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4e155af0 ib_response_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4e3756ae rdma_create_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4e87b710 rdma_restrack_set_name +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4e90435c ib_sa_free_multicast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x50df1dec ib_find_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x517a5e6e ib_rdmacg_try_charge +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x522e1617 rdma_restrack_count +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x528dec26 ib_check_mr_status +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x54f1a609 _ib_alloc_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x55bb02f3 ib_cache_gid_type_str +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5698202e ib_free_recv_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x571470da __rdma_block_iter_start +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x57f3f370 rdma_destroy_ah_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x58c75b2f ib_open_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x58df5b94 ib_get_gids_from_rdma_hdr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5a5b0025 rdma_replace_ah_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5c339c03 ib_unregister_mad_agent +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5ca12ddb ib_get_cached_subnet_prefix +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5d563b3c ib_create_wq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5de7810d rdma_query_gid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x60f152f6 roce_gid_type_mask_support +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 0x63f958a8 ib_create_qp_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x645c5bd1 ib_close_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x65514437 __ib_alloc_cq_any +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x655b5be1 ib_device_set_netdev +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x66d725c5 ib_post_send_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x66d7b336 ib_destroy_qp_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6944b86a rdma_nl_put_driver_u32 +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6b958320 ib_ud_ip4_csum +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6e655122 ib_qp_usecnt_dec +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6f0bb759 ib_unregister_device +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 0x75a729a0 rdma_nl_unregister +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7788a32e rdma_query_gid_table +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x787ccc4c ib_get_mad_data_offset +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7ef1a525 ibdev_printk +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7f1e29e0 ib_create_ah_from_wc +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7fd356eb rdma_rw_ctx_signature_init +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7ff89a7e ib_detach_mcast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x82082bc4 ib_free_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x826fe183 ib_mr_pool_init +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x82b56cbc ibdev_err +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8392534e rdma_set_cq_moderation +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x85bcd88f ib_get_net_dev_by_params +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x868dbdf7 rdma_user_mmap_entry_insert_range +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x884fe530 ib_query_srq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x88a5e74e rdma_init_netdev +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x89f816eb rdma_umap_priv_init +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8a242152 ib_modify_port +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8c0c368e ib_create_qp_security +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8d269605 ib_device_get_by_name +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8e12430d ib_modify_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8ee2d943 ib_alloc_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8f1014c7 ib_destroy_cq_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x90e807c7 ib_cache_gid_parse_type_str +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x92d549fb ib_get_cached_lmc +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x958809a3 ib_dealloc_xrcd_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x95b0a20f rdma_restrack_get +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x96d09155 rdma_nl_register +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x97df3cb9 ibdev_emerg +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9857765a rdma_copy_ah_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9983e137 rdma_nl_put_driver_u64_hex +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x99d1a1d9 rdma_port_get_link_layer +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9b07e558 ib_get_vf_guid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9b76b203 ib_cq_pool_get +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9d0516cf rdma_rw_ctx_destroy +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9e89aaf7 ib_dma_virt_map_sg +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa068302a ib_rdmacg_uncharge +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa09975ac rdma_restrack_del +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa2719e41 ib_advise_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa3d85b8f rdma_destroy_ah_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa432baf6 ib_unpack +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa5e0f929 rdma_nl_unicast_wait +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa666df34 ib_get_rmpp_segment +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa6db91fc rdma_rw_mr_factor +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xaae9d2a8 ib_register_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xac59a43e ibdev_info +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xad02f919 ibnl_put_msg +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xadc79c70 ib_find_cached_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xae24c88e rdma_read_gid_attr_ndev_rcu +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xae956dce ib_rate_to_mult +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb48a64f5 ib_dealloc_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb491c7f9 ib_mad_kernel_rmpp_agent +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb4c40040 ib_sa_pack_path +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb7852a05 ib_ud_header_init +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb7909bf0 ib_destroy_wq_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xba4ecb47 rdma_user_mmap_io +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbaf53964 ib_query_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbb6eaa45 ib_register_mad_agent +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbd35da0f rdma_read_gid_hw_context +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbfee1f2d rdma_restrack_get_byid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc2ece68f ib_set_vf_link_state +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc2f0c3f8 rdma_restrack_add +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc345e74d ib_get_vf_stats +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc346e243 rdma_user_mmap_entry_get_pgoff +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc735ec03 rdma_rw_ctx_destroy_signature +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc76126ec rdma_link_register +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc773f483 ib_init_ah_attr_from_path +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc7acf394 ib_qp_usecnt_inc +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc8d38664 rdma_free_hw_stats_struct +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc90362e1 ib_get_vf_config +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xca42ad95 ib_init_ah_attr_from_wc +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xcaa2d4c8 ib_dealloc_pd_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xcafbbf68 ib_port_unregister_client_groups +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xcb20e408 rdma_nl_put_driver_u32_hex +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xcbb09aa5 ibdev_alert +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xcc87ae8b ib_query_port +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xcdcde4d7 ib_get_cached_port_state +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xce6029fa ib_alloc_xrcd_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xcf02095e rdma_get_gid_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd0478dc4 ib_unregister_driver +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd0a98c14 ib_modify_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd1648d44 rdma_copy_src_l2_addr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd218f3f8 ib_modify_srq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd21bb37a ib_sa_unpack_path +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd296a758 ib_port_sysfs_get_ibdev_kobj +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd364ae69 ib_create_send_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd52cb0e8 rdma_query_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd63b4a8c ib_find_gid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd6636ca6 rdma_addr_size_in6 +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd6cbf90f ib_cq_pool_put +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xda0d50ec ib_sa_cancel_query +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xdf48667a ib_map_mr_sg +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe5028fb9 ib_find_exact_cached_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe5783789 ib_dereg_mr_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe5840ec6 ib_wc_status_msg +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe7506c15 ib_set_client_data +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe77de786 ib_query_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe7b52e5f mult_to_ib_rate +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe956cc10 ib_modify_qp_with_udata +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe9e799fc ib_ud_header_pack +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xea4b137d ib_sa_get_mcmember_rec +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xee3d0a13 rdma_user_mmap_entry_put +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf0541a72 rdma_nl_stat_hwcounter_entry +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf087622f ib_register_event_handler +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf5dedb30 rdma_node_get_transport +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf60218a0 rdma_rw_ctx_post +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf60e16a0 rdma_read_gid_l2_fields +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf6ed3334 ib_event_msg +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf7aa34a4 __ib_create_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf7bcfcbc ib_mr_pool_get +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf7ca710d ib_dispatch_event +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf7e97526 ib_sa_path_rec_get +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf936c8d7 ib_unregister_device_queued +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf9486148 rdma_find_gid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf98308bf ib_set_device_ops +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xfa1f4ac8 rdma_move_ah_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xfa9ad2ea rdma_restrack_new +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xfbfd588c ib_destroy_srq_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xfc2bcc69 rdma_nl_multicast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xfd542ff6 ib_drain_rq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xfe00478b ib_port_immutable_read +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xfef6a340 ibdev_crit +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xff813c1b rdma_alloc_netdev +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x005ac2e6 uverbs_copy_to +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x0acdaf37 ib_umem_get_peer +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x19b7dc33 uverbs_destroy_def_handler +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x1aa4d0a7 ib_uverbs_get_ucontext_file +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x208f1164 _uverbs_alloc +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x218e77e3 ib_umem_stop_invalidation_notifier +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x271d1a56 ib_copy_qp_attr_to_user +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x2e94d108 ib_umem_dmabuf_map_pages +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x3095014e ib_umem_dmabuf_get_pinned +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x36c34dc6 ib_copy_path_rec_to_user +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x3b38cf4c ib_uverbs_flow_resources_free +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x4700e987 _uverbs_get_const_unsigned +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x52b476f3 uverbs_fd_class +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x5371dc5e uverbs_idr_class +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x55ce4fbb ib_umem_release +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x571b48e0 ib_copy_ah_attr_to_user +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x5cc5b7b4 ib_umem_get +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x6316e13a ib_umem_odp_unmap_dma_pages +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x64909667 ib_umem_odp_release +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x663ca18d ib_umem_odp_alloc_child +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x68d189d9 uverbs_copy_to_struct_or_zero +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x68f8ed69 uverbs_finalize_uobj_create +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x6bfe6b76 ib_umem_activate_invalidation_notifier +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x6fbdd362 flow_resources_alloc +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x754b0000 ib_copy_path_rec_from_user +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x818f437f uverbs_uobject_fd_release +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x8397c0b3 ib_umem_odp_get +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x84bccd4a ib_register_peer_memory_client +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x8e0fcc81 ib_umem_odp_alloc_implicit +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x8f25eaa4 ib_umem_dmabuf_get +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x93974deb ib_umem_find_best_pgsz +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x9aff93bf uverbs_get_flags32 +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xbc3ee4da uverbs_uobject_put +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xbde5c050 ib_unregister_peer_memory_client +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xc6826381 flow_resources_add +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xc99568c0 uverbs_get_flags64 +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xde44b1fa ib_umem_odp_map_dma_and_lock +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xebaf03c2 _uverbs_get_const_signed +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xed20e917 ib_umem_dmabuf_unmap_pages +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xff95efc9 ib_umem_copy_from +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x17927c37 iw_destroy_cm_id +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x3edb5a7b iw_cm_reject +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x7086451d iw_create_cm_id +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x89e381e1 iw_cm_init_qp_attr +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xc4a9f9e5 iw_cm_disconnect +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xc6372939 iw_cm_connect +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xcd98a4e4 iw_cm_accept +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xd5b60cbb iw_cm_listen +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xf3df871f iwcm_reject_msg +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x018dc0e4 rdma_set_min_rnr_timer +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x06ceb1d8 rdma_bind_addr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x07d889cb rdma_listen +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x08949c23 rdma_get_service_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x14ff00c8 rdma_notify +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x1aafc4f6 rdma_connect_ece +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x23abe630 rdma_set_ack_timeout +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x304c615e rdma_reject_msg +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x366e4529 rdma_resolve_route +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x3fa71839 rdma_set_reuseaddr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x504e355b rdma_join_multicast +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x5411af85 rdma_disconnect +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x5560ca99 rdma_res_to_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x5f8184f9 rdma_init_qp_attr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x5fa2f11d rdma_create_qp +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x6378761e rdma_read_gids +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x6c6547e6 rdma_iw_cm_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x724b246a rdma_connect_locked +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x7f078f9b rdma_destroy_qp +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x7fd43251 rdma_resolve_addr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x8734ef5e rdma_leave_multicast +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x8d995a36 rdma_accept +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x907df803 rdma_event_msg +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x92217acd rdma_accept_ece +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x9cba86a8 rdma_connect +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x9dec6efd rdma_destroy_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x9df7b474 rdma_consumer_reject_data +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xaa17e8be rdma_unlock_handler +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xb317285b rdma_create_user_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xc519b17d rdma_set_ib_path +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xd99b0e1c rdma_set_service_type +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xf4387d0f __rdma_create_kernel_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xf8e6b741 rdma_reject +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xf959577d rdma_set_afonly +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xfe513bce rdma_lock_handler +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-client 0x0915c430 rtrs_clt_close +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-client 0x2017f345 rtrs_clt_request +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-client 0x21a2268f rtrs_clt_open +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-client 0x4c31e0cd rtrs_clt_query +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-client 0x94cb02b5 rtrs_clt_get_permit +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-client 0x9cb1f441 rtrs_clt_put_permit +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-client 0xc89889d4 rtrs_clt_rdma_cq_direct +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-core 0x00979462 rtrs_rdma_dev_pd_deinit +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-core 0x242a8646 rtrs_addr_to_str +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-core 0x838c2752 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 0x8c328b91 rtrs_rdma_dev_pd_init +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-core 0xc3a0f332 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 0x026ee30c rtrs_srv_open +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-server 0x0ecdfbb3 rtrs_srv_resp_rdma +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-server 0x2fb0ea55 rtrs_srv_get_path_name +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-server 0x770b33bd rtrs_srv_set_sess_priv +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-server 0xcd2369bc rtrs_srv_get_queue_depth +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-server 0xe7b93d74 rtrs_srv_close +EXPORT_SYMBOL drivers/input/gameport/gameport 0x1cd2db34 gameport_unregister_port +EXPORT_SYMBOL drivers/input/gameport/gameport 0x5b44eb11 __gameport_register_port +EXPORT_SYMBOL drivers/input/gameport/gameport 0x786d347f gameport_open +EXPORT_SYMBOL drivers/input/gameport/gameport 0xac31087b gameport_start_polling +EXPORT_SYMBOL drivers/input/gameport/gameport 0xaf6377f5 __gameport_register_driver +EXPORT_SYMBOL drivers/input/gameport/gameport 0xb0d175dd gameport_close +EXPORT_SYMBOL drivers/input/gameport/gameport 0xb90afb21 gameport_unregister_driver +EXPORT_SYMBOL drivers/input/gameport/gameport 0xc0e8dcb1 gameport_set_phys +EXPORT_SYMBOL drivers/input/gameport/gameport 0xc9874884 gameport_stop_polling +EXPORT_SYMBOL drivers/input/joystick/iforce/iforce 0x064823af iforce_process_packet +EXPORT_SYMBOL drivers/input/joystick/iforce/iforce 0x62a29813 iforce_send_packet +EXPORT_SYMBOL drivers/input/joystick/iforce/iforce 0xf24cb1b6 iforce_init_device +EXPORT_SYMBOL drivers/input/matrix-keymap 0x12292a16 matrix_keypad_build_keymap +EXPORT_SYMBOL drivers/input/misc/ad714x 0x0753d9cf ad714x_enable +EXPORT_SYMBOL drivers/input/misc/ad714x 0x0ba89c6b ad714x_disable +EXPORT_SYMBOL drivers/input/misc/ad714x 0xc239f479 ad714x_probe +EXPORT_SYMBOL drivers/input/misc/cma3000_d0x 0x892d76b2 cma3000_resume +EXPORT_SYMBOL drivers/input/misc/cma3000_d0x 0x89d9444e cma3000_exit +EXPORT_SYMBOL drivers/input/misc/cma3000_d0x 0xca3f100a cma3000_suspend +EXPORT_SYMBOL drivers/input/misc/cma3000_d0x 0xe5680bc7 cma3000_init +EXPORT_SYMBOL drivers/input/rmi4/rmi_core 0xe6be6fd5 rmi_unregister_transport_device +EXPORT_SYMBOL drivers/input/sparse-keymap 0x3c9f7cc4 sparse_keymap_report_entry +EXPORT_SYMBOL drivers/input/sparse-keymap 0x5441ac91 sparse_keymap_entry_from_keycode +EXPORT_SYMBOL drivers/input/sparse-keymap 0x89c20888 sparse_keymap_report_event +EXPORT_SYMBOL drivers/input/sparse-keymap 0x93d7af6a sparse_keymap_entry_from_scancode +EXPORT_SYMBOL drivers/input/sparse-keymap 0xf5db26af sparse_keymap_setup +EXPORT_SYMBOL drivers/input/touchscreen/ad7879 0xa9ade81b ad7879_probe +EXPORT_SYMBOL drivers/input/touchscreen/ad7879 0xc737adba ad7879_pm_ops +EXPORT_SYMBOL drivers/interconnect/qcom/icc-smd-rpm 0x237e6d34 qnoc_probe +EXPORT_SYMBOL drivers/interconnect/qcom/icc-smd-rpm 0x7182745f qnoc_remove +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x6b95d8d2 capi_ctr_down +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x878fdcbb attach_capi_ctr +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x8a634427 capi_ctr_handle_message +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xc639fe44 capi_ctr_ready +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xe0dca552 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 0x5a489aa5 mISDNipac_irq +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNipac 0x8e76ce59 mISDNisac_init +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNipac 0x9d9054b6 mISDNisac_irq +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNipac 0xcddeaf14 mISDNipac_init +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNisar 0x44c0bccd mISDNisar_irq +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNisar 0x7eb4ab1c mISDNisar_init +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x03a68066 mISDN_FsmRestartTimer +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x0df28b18 recv_Dchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x0f955495 mISDN_register_device +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x1edc188c create_l1 +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x2118708e 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 0x399ee3c3 queue_ch_frame +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x3ce22463 recv_Echannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x3d897188 get_next_bframe +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 0x5af0db8d recv_Dchannel_skb +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x604113dd recv_Bchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x6047df40 mISDN_FsmInitTimer +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x709bdae6 mISDN_ctrl_bchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x75d014e3 mISDN_clear_bchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x88d6030d recv_Bchannel_skb +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x9c928457 mISDN_FsmNew +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xb7783ed3 bchannel_senddata +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xbd7dea3c mISDNDevName4ch +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xc3203191 mISDN_unregister_Bprotocol +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xc3401729 mISDN_register_clock +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xd285995f mISDN_clock_get +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xd5145151 mISDN_FsmEvent +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xe3cf1d41 mISDN_unregister_device +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xe74c9339 mISDN_freebchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xe8f617eb mISDN_unregister_clock +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xf081cd91 get_next_dframe +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xf37ad87e mISDN_freedchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xf4ed9730 bchannel_get_rxbuf +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xf9b191e7 mISDN_initdchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xfb98c035 mISDN_initbchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xfe4b1f72 mISDN_register_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 0x2cff0ee0 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 0x8862edd6 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 0x5d00c6e8 cmdq_get_shift_pa +EXPORT_SYMBOL drivers/mailbox/omap-mailbox 0x116a9688 omap_mbox_disable_irq +EXPORT_SYMBOL drivers/mailbox/omap-mailbox 0x90940443 omap_mbox_request_channel +EXPORT_SYMBOL drivers/mailbox/omap-mailbox 0xf7324846 omap_mbox_enable_irq +EXPORT_SYMBOL drivers/md/dm-log 0x0bab75c2 dm_dirty_log_type_register +EXPORT_SYMBOL drivers/md/dm-log 0x14f3a295 dm_dirty_log_type_unregister +EXPORT_SYMBOL drivers/md/dm-log 0x8c529643 dm_dirty_log_destroy +EXPORT_SYMBOL drivers/md/dm-log 0xaf7d52c4 dm_dirty_log_create +EXPORT_SYMBOL drivers/md/dm-snapshot 0x094c5058 dm_exception_store_create +EXPORT_SYMBOL drivers/md/dm-snapshot 0x5363eb0e dm_snap_cow +EXPORT_SYMBOL drivers/md/dm-snapshot 0x62aefd92 dm_snap_origin +EXPORT_SYMBOL drivers/md/dm-snapshot 0x66e96e47 dm_exception_store_type_unregister +EXPORT_SYMBOL drivers/md/dm-snapshot 0xc49cd0b1 dm_exception_store_destroy +EXPORT_SYMBOL drivers/md/dm-snapshot 0xcb3472c9 dm_exception_store_type_register +EXPORT_SYMBOL drivers/md/raid456 0xbeea849d r5c_journal_mode_set +EXPORT_SYMBOL drivers/md/raid456 0xe9a26110 raid5_set_cache_size +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x139594cd flexcop_device_kmalloc +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x4b19d633 flexcop_wan_set_speed +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x50a55357 flexcop_pid_feed_control +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x5c6f10dd flexcop_sram_ctrl +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x700a1f59 flexcop_device_exit +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x80bb65cd flexcop_device_kfree +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x9138ee1a flexcop_device_initialize +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x9777b27c flexcop_sram_set_dest +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x9866c13d flexcop_pass_dmx_data +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xbbd6d702 flexcop_i2c_request +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xc5d7670c flexcop_eeprom_check_mac_addr +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xc5fffbcc flexcop_dump_reg +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xf266cfc8 flexcop_pass_dmx_packets +EXPORT_SYMBOL drivers/media/common/cx2341x 0x00c5072c cx2341x_ext_ctrls +EXPORT_SYMBOL drivers/media/common/cx2341x 0x0244e196 cx2341x_handler_setup +EXPORT_SYMBOL drivers/media/common/cx2341x 0x036fb1d1 cx2341x_handler_init +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 0x656cacc0 cx2341x_handler_set_busy +EXPORT_SYMBOL drivers/media/common/cx2341x 0x7b4dd2cb cx2341x_fill_defaults +EXPORT_SYMBOL drivers/media/common/cx2341x 0xdbc5583a cx2341x_update +EXPORT_SYMBOL drivers/media/common/cx2341x 0xe1fe1432 cx2341x_log_status +EXPORT_SYMBOL drivers/media/common/cx2341x 0xfc174065 cx2341x_handler_set_50hz +EXPORT_SYMBOL drivers/media/common/cypress_firmware 0x0b01f090 cypress_load_firmware +EXPORT_SYMBOL drivers/media/common/ttpci-eeprom 0x061a2c1f ttpci_eeprom_parse_mac +EXPORT_SYMBOL drivers/media/common/ttpci-eeprom 0x693e74ba ttpci_eeprom_decode_mac +EXPORT_SYMBOL drivers/media/common/tveeprom 0x0d02f777 tveeprom_read +EXPORT_SYMBOL drivers/media/common/tveeprom 0x0dbf0296 tveeprom_hauppauge_analog +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-common 0x065246b8 frame_vector_create +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-common 0x1b700d37 put_vaddr_frames +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-common 0x1d5f9555 frame_vector_destroy +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-common 0xa25180ef 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 0xdf4d4301 vb2_verify_memory_type +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-common 0xdffb744b frame_vector_to_pfns +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-common 0xe20dfe0f get_vaddr_frames +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-dvb 0x11e0a0b0 vb2_dvb_unregister_bus +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-dvb 0x19cae565 vb2_dvb_get_frontend +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-dvb 0x7c071c18 vb2_dvb_find_frontend +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-dvb 0x8761c65b vb2_dvb_register_bus +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-dvb 0x94259678 vb2_dvb_alloc_frontend +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-dvb 0xafd896c5 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 0x86e63157 vb2_querybuf +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x08733236 intlog10 +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x0dd75e11 dvb_register_device +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x18acd31f dvb_dmx_swfilter_packets +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x19d921a5 dvb_net_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x1d797fff dvb_ca_en50221_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x1d8d7c66 dvb_ca_en50221_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x2b2cb290 dvb_ca_en50221_frda_irq +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 0x3cb6f55f dvb_unregister_adapter +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x48e778c3 dvb_ca_en50221_camready_irq +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x503635e9 dvb_frontend_suspend +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x54abe4ff dvb_dmx_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x5ab58d8c dvb_generic_open +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x5e950e94 dvb_net_release +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 0x623c2b7e dvb_unregister_device +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x665713b3 dvb_register_adapter +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x6a9f708a dvb_dmx_swfilter_204 +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x85694f86 dvb_frontend_resume +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 0x9c27a79a dvb_generic_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x9c9b1d05 dvb_unregister_frontend +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xa4235824 dvb_dmx_swfilter_raw +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xae8f1dcb dvb_ca_en50221_camchange_irq +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xb3352dd2 dvb_ringbuffer_empty +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xb5ece378 dvb_dmxdev_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xbc527a2b dvb_register_frontend +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xbcdb7860 dvb_dmxdev_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xc3f679f9 dvb_ringbuffer_write_user +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xdf9fe1e2 dvb_remove_device +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xe138ce6b dvb_ringbuffer_avail +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xe1af382e dvb_frontend_detach +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xe738789e dvb_frontend_reinitialise +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xe77f9dcb dvb_generic_ioctl +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xebbc2d9b dvb_ringbuffer_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xf4ed8456 dvb_device_get +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/ascot2e 0x22c42da7 ascot2e_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/atbm8830 0xedbd6b90 atbm8830_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x089e4360 au8522_release_state +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x6215eab3 au8522_init +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x6776f7d8 au8522_readreg +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x691b724b au8522_get_state +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x8ea4a030 au8522_led_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0xa5b8059e au8522_sleep +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0xc1518c01 au8522_writereg +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0xd107b151 au8522_i2c_gate_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0xded399b2 au8522_analog_i2c_gate_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_dig 0xa576f6b2 au8522_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/bcm3510 0x5c8a94e3 bcm3510_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx22700 0x78d0b3b3 cx22700_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx22702 0xecc6480d cx22702_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24110 0x63c0f9dc cx24110_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24113 0x7fc7494b cx24113_agc_callback +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24113 0x9971a854 cx24113_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24116 0x78473d01 cx24116_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24120 0x4e7a618c cx24120_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24123 0x2fcceb93 cx24123_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24123 0x46b89c0a cx24123_get_tuner_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/cxd2820r 0x5febea67 cxd2820r_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cxd2841er 0x17497e02 cxd2841er_attach_s +EXPORT_SYMBOL drivers/media/dvb-frontends/cxd2841er 0x1f666c8e cxd2841er_attach_t_c +EXPORT_SYMBOL drivers/media/dvb-frontends/cxd2880/cxd2880 0x9dfa5a47 cxd2880_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0x1986c2e3 dib0070_get_rf_output +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0x346df17b dib0070_wbd_offset +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0x7daba07c dib0070_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0xc16572ed dib0070_ctrl_agc_filter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0xd759ea56 dib0070_set_rf_output +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x0aef484f dib0090_get_wbd_offset +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x0b1988d3 dib0090_dcc_freq +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x305856c9 dib0090_register +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x328de3f3 dib0090_set_switch +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x3afdac36 dib0090_set_dc_servo +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x3dbeb502 dib0090_gain_control +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x4e255ee8 dib0090_set_vga +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x4f09e08b dib0090_pwm_gain_reset +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x554c4781 dib0090_get_current_gain +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x66a2446d dib0090_fw_register +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x7480e486 dib0090_get_wbd_target +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xb265f637 dib0090_get_tune_state +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xcd8854ea dib0090_update_rframp_7090 +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xeefb74c6 dib0090_update_tuning_table_7090 +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xf133e660 dib0090_set_tune_state +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mb 0xdd7c2458 dib3000mb_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0x0e0d133d dib3000mc_pid_control +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0x1cf5013a dib3000mc_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0x279c2b52 dib3000mc_set_config +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0x5bb47de0 dib3000mc_get_tuner_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0x633d47f9 dib3000mc_i2c_enumeration +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0xf32a3ca5 dib3000mc_pid_parse +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000m 0x598ccd4c dib7000m_pid_filter_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000m 0x5b9ac7d4 dib7000m_pid_filter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000m 0x9bbb659a dib7000m_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000m 0xc205d9d9 dib7000m_get_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0xfed4f3f5 dib7000p_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x1976238f dib8000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0x116a906b dib9000_get_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0x221a44a2 dib9000_get_slave_frontend +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0x2813eb0d dib9000_fw_pid_filter_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0x3905c063 dib9000_fw_set_component_bus_speed +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0x443cbb20 dib9000_i2c_enumeration +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0x48c26dc9 dib9000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0x610f372c dib9000_fw_pid_filter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0x6200627f dib9000_get_component_bus_interface +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0x67bf0181 dib9000_firmware_post_pll_init +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0x6e2a3be3 dib9000_set_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0x88e02910 dib9000_get_tuner_interface +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0x9768c9b7 dib9000_set_slave_frontend +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0xb2912667 dib9000_set_gpio +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0x32ee1cbd dibx000_reset_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0x7c51cf81 dibx000_init_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0x992a4446 dibx000_exit_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0xb72ab119 dibx000_i2c_set_speed +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0xc7fe7a19 dibx000_get_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/drx39xyj/drx39xyj 0x9e83d2ed drx39xxj_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/drxd 0xdd942143 drxd_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/drxk 0x6fca21c5 drxk_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/ds3000 0x7629ea1a ds3000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dvb-pll 0x40e3a670 dvb_pll_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dvb_dummy_fe 0x2b938ce8 dvb_dummy_fe_qam_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dvb_dummy_fe 0x6b151a95 dvb_dummy_fe_qpsk_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dvb_dummy_fe 0xc0db3efd dvb_dummy_fe_ofdm_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/ec100 0x9539a9de ec100_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/helene 0xf37a481c helene_attach_s +EXPORT_SYMBOL drivers/media/dvb-frontends/helene 0xffc854aa helene_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/horus3a 0x9d5647ac horus3a_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/isl6405 0x3d264c0a isl6405_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/isl6421 0x7bc05609 isl6421_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/isl6423 0xb91fa258 isl6423_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/itd1000 0xec0abd20 itd1000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/ix2505v 0x0fc7974d ix2505v_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/l64781 0x77600841 l64781_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lg2160 0x28c94573 lg2160_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lgdt3305 0x8e64ec88 lgdt3305_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lgdt3306a 0x562a66be lgdt3306a_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lgdt330x 0xcfd54e83 lgdt330x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lgs8gl5 0x2128af3f lgs8gl5_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lgs8gxx 0x9f3201c3 lgs8gxx_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lnbh25 0x6bbc4a57 lnbh25_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lnbh29 0x02d4b138 lnbh29_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lnbp21 0x20e1c8da lnbh24_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lnbp21 0xfd4d4780 lnbp21_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lnbp22 0xc61b5cec lnbp22_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/m88ds3103 0x14676759 m88ds3103_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/m88ds3103 0xcbe8f27f m88ds3103_get_agc_pwm +EXPORT_SYMBOL drivers/media/dvb-frontends/m88rs2000 0x72340b2a m88rs2000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/mb86a16 0x6a95375b mb86a16_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/mb86a20s 0xa7abba34 mb86a20s_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/mt312 0xdf19a19b mt312_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/mt352 0x7ecfd1bc mt352_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/nxt200x 0x68d10319 nxt200x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/nxt6000 0x98f54a5c nxt6000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/or51132 0x8a6273c5 or51132_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/or51211 0x903186dc or51211_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/s5h1409 0x14e56452 s5h1409_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/s5h1411 0x73c48070 s5h1411_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/s5h1420 0x35401eb9 s5h1420_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/s5h1420 0xf488b027 s5h1420_get_tuner_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/s5h1432 0x7d75adac s5h1432_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/s921 0x6a7db588 s921_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/si21xx 0xe22d8487 si21xx_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/sp887x 0x3a4ccaa1 sp887x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stb0899 0xa4092317 stb0899_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stb6000 0x3c0a9855 stb6000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stb6100 0x421d2013 stb6100_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0288 0xd5ed9450 stv0288_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0297 0xc785e4d7 stv0297_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0299 0x13abab85 stv0299_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0367 0x4efb1f27 stv0367cab_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0367 0xcfc9e54a stv0367ter_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0367 0xff39fb70 stv0367ddb_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0900 0x9c59507a stv0900_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv090x 0xc07dde9c stv090x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv6110 0xafad457e stv6110_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv6110x 0xf1ec22f2 stv6110x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda10021 0x67fb483f tda10021_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda10023 0xe2f8bf40 tda10023_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda10048 0xe9a71ac5 tda10048_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda1004x 0x8b5010cb tda10045_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda1004x 0xb0dd0fbf tda10046_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda10086 0xf29ea17c tda10086_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda665x 0xaf0e962a tda665x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda8083 0x17d147f5 tda8083_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda8261 0x2b94e5fc tda8261_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda826x 0xd099f65a tda826x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/ts2020 0xed51a057 ts2020_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tua6100 0xaec6a8b1 tua6100_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/ves1820 0xc1545224 ves1820_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/ves1x93 0xb2148173 ves1x93_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/zd1301_demod 0x42fc8067 zd1301_demod_get_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/zd1301_demod 0x4d813d14 zd1301_demod_get_dvb_frontend +EXPORT_SYMBOL drivers/media/dvb-frontends/zl10036 0x42f4b202 zl10036_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/zl10039 0x7ba9a03f zl10039_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/zl10353 0x4de36118 zl10353_attach +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x2eab6757 flexcop_dma_xfer_control +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x3c68e08a flexcop_dma_allocate +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x3e86f5fd flexcop_dma_free +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x7f524788 flexcop_dma_config_timer +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x93ded544 flexcop_dma_control_timer_irq +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0xb77cc67b flexcop_dma_config +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0xe69173ce flexcop_dma_control_size_irq +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0x210e6291 bt878_start +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0x58b55b3e bt878_device_control +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0x87c2678b bt878_stop +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0xb2292170 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 0x34743027 bttv_sub_register +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0x8ecf4acc bttv_write_gpio +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0x94a1b7c7 bttv_sub_unregister +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0xbcf2d2fb bttv_read_gpio +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0xfcadca35 bttv_get_pcidev +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x0b2137d6 write_dst +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x2330cd1c dst_attach +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x23625053 dst_wait_dst_ready +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x2f61961d dst_error_recovery +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x3ea2824c read_dst +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x4096546f dst_comm_init +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x43a983fd dst_check_sum +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x83773175 rdc_reset_state +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0xd68a620a dst_pio_disable +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0xf22e6935 dst_error_bailout +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst_ca 0x953f8e47 dst_ca_attach +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x2cdea06d cx18_reset_ir_gpio +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x3d922b65 cx18_ext_init +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x59485ba6 cx18_release_stream +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x86dcda88 cx18_claim_stream +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0xead9362e cx18_stop_v4l2_encode_stream +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0xfb29e5f5 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 0x2124fcc6 cx25821_sram_channel_setup_audio +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x2508cfce cx25821_sram_channel_dump_audio +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x4104f7c3 cx25821_riscmem_alloc +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x44b517f5 cx25821_print_irqbits +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x84c59518 cx25821_risc_databuffer_audio +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0xa0f3ee8f cx25821_set_gpiopin_direction +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0xbba90e55 cx25821_dev_get +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0xd1570e95 cx25821_dev_unregister +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0xe9050411 cx25821_sram_channels +EXPORT_SYMBOL drivers/media/pci/cx88/cx88-vp3054-i2c 0xa4a0be8f vp3054_i2c_remove +EXPORT_SYMBOL drivers/media/pci/cx88/cx88-vp3054-i2c 0xc734b187 vp3054_i2c_probe +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0x0ca379be cx88_enum_input +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0x13b9927f cx88_querycap +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0x70cab0c5 cx88_video_mux +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0xf1463988 cx88_set_freq +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x0e61dd96 cx8802_unregister_driver +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x159308f6 cx8802_get_driver +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x2456b2be cx8802_start_dma +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x3e78387c cx8802_register_driver +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0xa2daa72d cx8802_buf_prepare +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0xe01ed348 cx8802_cancel_buffers +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0xfcbbdfc2 cx8802_buf_queue +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x230ab91b cx88_core_irq +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x25ca8765 cx88_sram_channel_dump +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x5edb7ae5 cx88_print_irqbits +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x5f238514 cx88_ir_stop +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x6141c8c5 cx88_tuner_callback +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x68daa8c1 cx88_wakeup +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x69305e8b cx88_reset +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x7b66c96a cx88_set_tvnorm +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 0x908b8a4e cx88_newstation +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x929fae7f cx88_set_scale +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x9f225416 cx88_shutdown +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x9fd7549a cx88_vdev_init +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xa34c9544 cx88_risc_buffer +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xadeabf08 cx88_set_stereo +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xb2ba2a61 cx88_sram_channel_setup +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xbf447119 cx88_risc_databuffer +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xc1db3a6c cx88_core_put +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xd48e2d41 cx88_ir_start +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xd8815125 cx88_dsp_detect_stereo_sap +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xe11de4e6 cx88_get_stereo +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xe28a12ef cx88_set_tvaudio +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xf10a984e cx88_core_get +EXPORT_SYMBOL drivers/media/pci/ddbridge/ddbridge-dummy-fe 0x21d2fe38 ddbridge_dummy_fe_qam_attach +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x00b8cb43 ivtv_api +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x0df81b60 ivtv_vapi_result +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x14f67530 ivtv_debug +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x19f5b82f ivtv_reset_ir_gpio +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x45abc721 ivtv_udma_unmap +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x481240a8 ivtv_udma_setup +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x6ed82732 ivtv_init_on_first_open +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x80162116 ivtv_set_irq_mask +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x967b343f ivtv_stop_v4l2_encode_stream +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x99a6328d ivtv_vapi +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x9eacd77c ivtv_release_stream +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xa10779cc ivtv_udma_alloc +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xa2ea0740 ivtv_claim_stream +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xbcf16906 ivtv_ext_init +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xc1c5b75c ivtv_start_v4l2_encode_stream +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xc87ce0dc ivtv_udma_prepare +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xcdad166e ivtv_firmware_check +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xd31bbf72 ivtv_clear_irq_mask +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 0x1b916cd0 saa7134_set_gpio +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x4822a698 saa7134_tvaudio_setmute +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x640bee59 saa7134_ts_unregister +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x6ab4dd5f saa7134_pgtable_free +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x6ce94d59 saa7134_pgtable_build +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x6e58548d saa7134_dmasound_exit +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 0xb623fe8a saa7134_pgtable_alloc +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xb9d3584e saa7134_ts_register +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xc398d5fe saa_dsp_writel +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xca277f5a saa7134_dmasound_init +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xed46400f saa7134_set_dmabits +EXPORT_SYMBOL drivers/media/platform/allegro-dvt/allegro 0x2c79d0f2 msg_type_name +EXPORT_SYMBOL drivers/media/radio/tea575x 0x040d4b7a snd_tea575x_exit +EXPORT_SYMBOL drivers/media/radio/tea575x 0x45ac37a4 snd_tea575x_enum_freq_bands +EXPORT_SYMBOL drivers/media/radio/tea575x 0x5a7b125f snd_tea575x_set_freq +EXPORT_SYMBOL drivers/media/radio/tea575x 0x6d43d5fe snd_tea575x_hw_init +EXPORT_SYMBOL drivers/media/radio/tea575x 0x73feea97 snd_tea575x_g_tuner +EXPORT_SYMBOL drivers/media/radio/tea575x 0xe7ed4dbd snd_tea575x_s_hw_freq_seek +EXPORT_SYMBOL drivers/media/radio/tea575x 0xfcd31c63 snd_tea575x_init +EXPORT_SYMBOL drivers/media/rc/rc-core 0x01098f88 ir_raw_encode_scancode +EXPORT_SYMBOL drivers/media/rc/rc-core 0x2a3105ff 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 0xe982c8ad ir_raw_handler_register +EXPORT_SYMBOL drivers/media/tuners/fc0011 0x2c34e9bd fc0011_attach +EXPORT_SYMBOL drivers/media/tuners/fc0012 0x8c4bd0cb fc0012_attach +EXPORT_SYMBOL drivers/media/tuners/fc0013 0x1a7bc453 fc0013_rc_cal_add +EXPORT_SYMBOL drivers/media/tuners/fc0013 0x5049db2a fc0013_rc_cal_reset +EXPORT_SYMBOL drivers/media/tuners/fc0013 0xa007fd82 fc0013_attach +EXPORT_SYMBOL drivers/media/tuners/max2165 0x88b1e0e0 max2165_attach +EXPORT_SYMBOL drivers/media/tuners/mc44s803 0xda83062a mc44s803_attach +EXPORT_SYMBOL drivers/media/tuners/mt2060 0x3f7894e0 mt2060_attach +EXPORT_SYMBOL drivers/media/tuners/mt2131 0x22e406e8 mt2131_attach +EXPORT_SYMBOL drivers/media/tuners/mt2266 0x310d37d1 mt2266_attach +EXPORT_SYMBOL drivers/media/tuners/mxl5005s 0x51fdd884 mxl5005s_attach +EXPORT_SYMBOL drivers/media/tuners/qt1010 0x9c1b64d5 qt1010_attach +EXPORT_SYMBOL drivers/media/tuners/tda18218 0xea868a0c tda18218_attach +EXPORT_SYMBOL drivers/media/tuners/tuner-types 0x4c48939e tuners +EXPORT_SYMBOL drivers/media/tuners/tuner-types 0xc2821775 tuner_count +EXPORT_SYMBOL drivers/media/tuners/xc2028 0xb048ad7e xc2028_attach +EXPORT_SYMBOL drivers/media/tuners/xc4000 0xf9e2399b xc4000_attach +EXPORT_SYMBOL drivers/media/tuners/xc5000 0x601e3b7e xc5000_attach +EXPORT_SYMBOL drivers/media/usb/cx231xx/cx231xx 0x298d903a cx231xx_unregister_extension +EXPORT_SYMBOL drivers/media/usb/cx231xx/cx231xx 0x2f24058d cx231xx_register_extension +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x0199b78b dvb_usbv2_generic_write +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x0eb452f0 dvb_usbv2_generic_rw_locked +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x38e40514 dvb_usbv2_reset_resume +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x4af4ea33 dvb_usbv2_resume +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x4c99f8b4 dvb_usbv2_probe +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x647553f9 dvb_usbv2_suspend +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0xa9ddb02c dvb_usbv2_generic_write_locked +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0xc7e67b40 dvb_usbv2_disconnect +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0xf866b96a dvb_usbv2_generic_rw +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x0fd6928f dvb_usb_nec_rc_key_to_event +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x48043388 dvb_usb_device_init +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x89cf8edb 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 0x94a4c152 usb_cypress_load_firmware +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0xa573f266 dvb_usb_generic_rw +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0xe43681e2 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 0x9a63c82b 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 0x00d1e532 dibusb_pid_filter_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x11d7c99d dibusb2_0_power_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x170b9144 dibusb_streaming_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x41e531f1 dibusb_read_eeprom_byte +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x93822ecb rc_map_dibusb_table +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xb4563e37 dibusb_i2c_algo +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xd8d94229 dibusb_rc_query +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xdfa0b390 dibusb_power_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xe2b31a9a dibusb_pid_filter +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xefde9118 dibusb2_0_streaming_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-mc-common 0x77cdc59d dibusb_dib3000mc_frontend_attach +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-mc-common 0xf975cbd4 dibusb_dib3000mc_tuner_attach +EXPORT_SYMBOL drivers/media/usb/em28xx/em28xx 0x3283a0b8 em28xx_register_extension +EXPORT_SYMBOL drivers/media/usb/em28xx/em28xx 0xcf80d747 em28xx_unregister_extension +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0x28ff4aff go7007_boot_encoder +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0x55a452b0 go7007_read_interrupt +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0x628253d9 go7007_register_encoder +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0x70ea7b4e go7007_parse_video_stream +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0x7ed3c392 go7007_snd_init +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0x871e4a99 go7007_read_addr +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0xb103256a go7007_alloc +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0xe2318f0d go7007_snd_remove +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0xf2cee4d3 go7007_update_board +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x22d0e3a0 gspca_disconnect +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x3ce17dd6 gspca_resume +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x47159f5b gspca_dev_probe2 +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x49a55679 gspca_coarse_grained_expo_autogain +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x68d32665 gspca_dev_probe +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x8871d134 gspca_suspend +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x95668e81 gspca_expo_autogain +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x9670af2c gspca_debug +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0xf8c6cba0 gspca_frame_add +EXPORT_SYMBOL drivers/media/usb/ttusb-dec/ttusbdecfe 0xc9e752ab ttusbdecfe_dvbs_attach +EXPORT_SYMBOL drivers/media/usb/ttusb-dec/ttusbdecfe 0xe2205361 ttusbdecfe_dvbt_attach +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-async 0x0e68123a v4l2_async_unregister_subdev +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-async 0x12008022 v4l2_async_nf_unregister +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-async 0x17f18db6 v4l2_async_register_subdev +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-async 0x221a9216 v4l2_async_subdev_nf_register +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-async 0x25d71c03 v4l2_async_nf_init +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-async 0x2841396d v4l2_async_nf_register +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0x039f6570 v4l2_m2m_job_finish +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0x062397ed 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 0xa1c03251 v4l2_m2m_mmap +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0xdb5d4747 v4l2_m2m_buf_done_and_job_finish +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0xf626dd03 v4l2_m2m_suspend +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x02b090c6 v4l2_ctrl_handler_setup +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x04a2deb1 __v4l2_ctrl_grab +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x04d7388e 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 0x09e3da63 v4l2_ctrl_type_op_equal +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x0a09cff5 v4l2_ctrl_type_op_validate +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x0a5d0a70 v4l2_ctrl_new_fwnode_properties +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x0d9246fe v4l2_ctrl_type_op_log +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x11d03efc __v4l2_ctrl_modify_dimensions +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 0x1ae82547 v4l2_ctrl_g_ctrl_int64 +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x1c4a847b v4l2_try_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x201ee893 video_device_release +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x2342f1ae v4l2_prio_open +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x2343223b v4l2_ctrl_subdev_subscribe_event +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x25901d13 v4l2_ctrl_handler_init_class +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x28b12cc9 v4l2_format_info +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 0x3708333c v4l2_g_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x38e1a775 video_device_release_empty +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x3adbd595 v4l2_field_names +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x3bdd0f94 v4l2_prio_change +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x454a61ff v4l2_s_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x53b6a30c __v4l2_ctrl_s_ctrl_string +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x570a4ed4 v4l2_ctrl_add_handler +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x5a1ca53d __v4l2_ctrl_s_ctrl_int64 +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x5b188c8f v4l2_ctrl_handler_free +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x5eb402f4 v4l2_ctrl_new_std_menu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x6577e746 v4l2_ctrl_cluster +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x687e15ba v4l2_query_ext_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x6f6d654a video_devdata +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x715c313c v4l2_g_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x7c95ed2c v4l2_queryctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x8106095a v4l2_prio_max +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x880db210 video_unregister_device +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x8820ca5f v4l2_ctrl_g_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x89e3897d v4l2_ctrl_query_fill +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x8ce4a238 __video_register_device +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x915b719b v4l2_ctrl_radio_filter +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x96689ea5 video_ioctl2 +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x9b3912e5 v4l2_ctrl_new_int_menu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x9e5956da v4l2_ctrl_subdev_log_status +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xa000f2f8 v4l2_ctrl_activate +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xa46795ec v4l2_querymenu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xa4be72ee v4l2_ctrl_type_op_init +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xa5a6dee7 v4l2_ctrl_subscribe_event +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xa5fe6eb5 v4l2_ctrl_auto_cluster +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xad880968 v4l2_ctrl_find +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xaedb4ae0 v4l2_ctrl_fill +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xb77b0159 v4l2_prio_init +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xbb6fe5e9 __v4l2_ctrl_s_ctrl_compound +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xbc5671dc v4l_printk_ioctl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xbd506972 v4l2_ctrl_sub_ev_ops +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xbd64a8ee __v4l2_ctrl_s_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xbeb368f3 v4l2_ctrl_new_std_compound +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xc155e1db v4l2_ctrl_poll +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xc44eb764 v4l2_ctrl_notify +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xc4e32277 v4l2_ctrl_request_setup +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xc8ee6bf0 __v4l2_ctrl_modify_range +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xcc8b68ef v4l2_ctrl_log_status +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xcda04a5b v4l2_prio_close +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xcdd5dd59 v4l2_ctrl_handler_log_status +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xd16d9c01 v4l2_ctrl_get_int_menu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xd47ade89 video_device_alloc +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xd71917f7 v4l2_subdev_init +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xd9662b3f v4l2_s_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xdb56628f v4l2_ctrl_new_std +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xe2b92059 v4l2_video_std_construct +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xe4fbeb28 v4l2_ctrl_new_custom +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xf0d2a8e2 v4l2_ctrl_new_std_menu_items +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 0xff8b3fca v4l2_ctrl_request_complete +EXPORT_SYMBOL drivers/memory/renesas-rpc-if 0x1bdac13b rpcif_prepare +EXPORT_SYMBOL drivers/memory/renesas-rpc-if 0x2b62a927 rpcif_manual_xfer +EXPORT_SYMBOL drivers/memory/renesas-rpc-if 0x62cb2c26 rpcif_sw_init +EXPORT_SYMBOL drivers/memory/renesas-rpc-if 0xc6877ef1 rpcif_dirmap_read +EXPORT_SYMBOL drivers/memory/renesas-rpc-if 0xc84526be rpcif_hw_init +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 0x34997db2 memstick_detect_change +EXPORT_SYMBOL drivers/memstick/core/memstick 0x3cc812bb memstick_free_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0x45e256bc memstick_remove_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0xa62916a3 memstick_register_driver +EXPORT_SYMBOL drivers/memstick/core/memstick 0xac4e1087 memstick_suspend_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0xb020c218 memstick_unregister_driver +EXPORT_SYMBOL drivers/memstick/core/memstick 0xbe6146c5 memstick_new_req +EXPORT_SYMBOL drivers/memstick/core/memstick 0xbfde7529 memstick_resume_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0xd0223d9a memstick_add_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0xef478cca memstick_alloc_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0xf0ea96df memstick_next_req +EXPORT_SYMBOL drivers/memstick/core/memstick 0xfc8dca22 memstick_set_rw_addr +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x01f7581a mpt_clear_taskmgmt_in_progress_flag +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x07dc5f15 mpt_GetIocState +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x0c9ef19c mpt_event_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x11b27975 mpt_put_msg_frame +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x29013675 mpt_free_msg_frame +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x2e86c64f mpt_suspend +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x2ef66e43 mpt_findImVolumes +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x33e39f2a mpt_Soft_Hard_ResetHandler +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x472674e5 mpt_verify_adapter +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x4d2a0cd5 mpt_get_msg_frame +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x502108d0 mpt_fwfault_debug +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x54c5436c mpt_resume +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x5cf57f49 mpt_raid_phys_disk_pg0 +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 0x79f9c1e6 mpt_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x88103be0 mpt_free_fw_memory +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x93b83e23 mpt_alloc_fw_memory +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x981efe92 mpt_deregister +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x9f386f14 mpt_halt_firmware +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xa0f3b2e7 mpt_put_msg_frame_hi_pri +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xa388a595 mpt_config +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xade502dd mpt_attach +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xb1420dcd mpt_raid_phys_disk_get_num_paths +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xc2137e92 mpt_detach +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xc3877c90 mptbase_sas_persist_operation +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xd2ab7788 mpt_send_handshake_request +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xd5c9d929 mpt_raid_phys_disk_pg1 +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xd8f7e8fb mpt_HardResetHandler +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xda756f8a mpt_print_ioc_summary +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xdd805159 ioc_list +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xe038126c mpt_device_driver_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xe6c1e126 mpt_event_deregister +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xecb98622 mpt_reset_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xf2edf820 mpt_set_taskmgmt_in_progress_flag +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x001f5a7a mptscsih_flush_running_cmds +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x02f9e093 mptscsih_bios_param +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x0956dd18 mptscsih_abort +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x0d9d8dd0 mptscsih_suspend +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x0fa706a6 mptscsih_raid_id_to_num +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x1039360e mptscsih_io_done +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x145cf7bb mptscsih_slave_configure +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x173ecc63 mptscsih_taskmgmt_complete +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x23e5ef45 mptscsih_bus_reset +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x25bb996c mptscsih_dev_reset +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x30bd56b8 mptscsih_event_process +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x4fb60f51 mptscsih_host_reset +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x5b70a48c mptscsih_info +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x5ea4fe5e mptscsih_resume +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x62228527 mptscsih_host_attr_groups +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x76c6d732 mptscsih_slave_destroy +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x837a8387 mptscsih_is_phys_disk +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x84b1c0d1 mptscsih_show_info +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xa8a67db9 mptscsih_shutdown +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xb3e9e02d mptscsih_change_queue_depth +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xb78a5d7b mptscsih_qcmd +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xb93ffe22 mptscsih_taskmgmt_response_code +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xbc49b0b1 mptscsih_IssueTaskMgmt +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xc3754300 mptscsih_scandv_complete +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xcd46d12e mptscsih_get_scsi_lookup +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xd9b23b41 mptscsih_remove +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xf652f00f mptscsih_ioc_reset +EXPORT_SYMBOL drivers/mfd/axp20x 0x96d96e8e axp20x_device_probe +EXPORT_SYMBOL drivers/mfd/axp20x 0xb622bbe2 axp20x_match_device +EXPORT_SYMBOL drivers/mfd/axp20x 0xeb38c99f axp20x_device_remove +EXPORT_SYMBOL drivers/mfd/dln2 0x033ba9cc dln2_unregister_event_cb +EXPORT_SYMBOL drivers/mfd/dln2 0x85446673 dln2_transfer +EXPORT_SYMBOL drivers/mfd/dln2 0xadb40d59 dln2_register_event_cb +EXPORT_SYMBOL drivers/mfd/htc-pasic3 0xa4323612 pasic3_write_register +EXPORT_SYMBOL drivers/mfd/htc-pasic3 0xd39a0044 pasic3_read_register +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x133557da mc13xxx_reg_write +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x155ba3c8 mc13xxx_unlock +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x1a2eb9b0 mc13xxx_reg_read +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x43a10293 mc13xxx_lock +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x5170d37b mc13xxx_irq_free +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x7d37d9ca mc13xxx_get_flags +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x801f5573 mc13xxx_irq_mask +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x9f45b34a mc13xxx_reg_rmw +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xa53dcbf2 mc13xxx_irq_status +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xadc26f5b mc13xxx_irq_unmask +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xebf8b0c2 mc13xxx_irq_request +EXPORT_SYMBOL drivers/mfd/qcom-spmi-pmic 0x99547f8c 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 0x510e7cf9 wm8994_regmap_config +EXPORT_SYMBOL drivers/mfd/wm8994 0x6334c760 wm8958_regmap_config +EXPORT_SYMBOL drivers/mfd/wm8994 0x83d6d1d3 wm8994_irq_init +EXPORT_SYMBOL drivers/mfd/wm8994 0xab2ec897 wm8994_base_regmap_config +EXPORT_SYMBOL drivers/mfd/wm8994 0xb3e11812 wm8994_irq_exit +EXPORT_SYMBOL drivers/mfd/wm8994 0xfc56c54d wm1811_regmap_config +EXPORT_SYMBOL drivers/misc/ad525x_dpot 0x5104c3eb ad_dpot_probe +EXPORT_SYMBOL drivers/misc/ad525x_dpot 0xa3b33160 ad_dpot_remove +EXPORT_SYMBOL drivers/misc/altera-stapl/altera-stapl 0x5bafa76e altera_init +EXPORT_SYMBOL drivers/misc/c2port/core 0x30bbfd45 c2port_device_register +EXPORT_SYMBOL drivers/misc/c2port/core 0xf7aadc48 c2port_device_unregister +EXPORT_SYMBOL drivers/misc/tifm_core 0x0ffb277f tifm_queue_work +EXPORT_SYMBOL drivers/misc/tifm_core 0x10214956 tifm_unmap_sg +EXPORT_SYMBOL drivers/misc/tifm_core 0x37e1cc3e tifm_free_adapter +EXPORT_SYMBOL drivers/misc/tifm_core 0x3aa37f66 tifm_free_device +EXPORT_SYMBOL drivers/misc/tifm_core 0x50515c2d tifm_unregister_driver +EXPORT_SYMBOL drivers/misc/tifm_core 0x5c5d8047 tifm_map_sg +EXPORT_SYMBOL drivers/misc/tifm_core 0x804a7d61 tifm_add_adapter +EXPORT_SYMBOL drivers/misc/tifm_core 0x8120f585 tifm_register_driver +EXPORT_SYMBOL drivers/misc/tifm_core 0x8d0e3b47 tifm_has_ms_pif +EXPORT_SYMBOL drivers/misc/tifm_core 0xbb0d71a7 tifm_alloc_device +EXPORT_SYMBOL drivers/misc/tifm_core 0xcfec1629 tifm_eject +EXPORT_SYMBOL drivers/misc/tifm_core 0xeccc872c tifm_alloc_adapter +EXPORT_SYMBOL drivers/misc/tifm_core 0xff94bc12 tifm_remove_adapter +EXPORT_SYMBOL drivers/mmc/host/cqhci 0x2cde0305 cqhci_init +EXPORT_SYMBOL drivers/mmc/host/cqhci 0x50f7d348 cqhci_irq +EXPORT_SYMBOL drivers/mmc/host/cqhci 0x62c6d717 cqhci_resume +EXPORT_SYMBOL drivers/mmc/host/cqhci 0x66837816 cqhci_deactivate +EXPORT_SYMBOL drivers/mmc/host/cqhci 0x796dec2c cqhci_pltfm_init +EXPORT_SYMBOL drivers/mmc/host/dw_mmc 0x40803223 dw_mci_runtime_resume +EXPORT_SYMBOL drivers/mmc/host/dw_mmc 0x44b7f45a dw_mci_remove +EXPORT_SYMBOL drivers/mmc/host/dw_mmc 0x5b53ed32 dw_mci_probe +EXPORT_SYMBOL drivers/mmc/host/dw_mmc 0xf0a691d9 dw_mci_runtime_suspend +EXPORT_SYMBOL drivers/mmc/host/of_mmc_spi 0x8bc16d40 mmc_spi_put_pdata +EXPORT_SYMBOL drivers/mmc/host/of_mmc_spi 0xe07730c6 mmc_spi_get_pdata +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0x27408c9c cfi_varsize_frob +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0x344f3eab cfi_merge_status +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0x4c38a5cf cfi_send_gen_cmd +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0x52a55704 cfi_build_cmd_addr +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0xab5c78c3 cfi_build_cmd +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0xb5a44fb8 cfi_read_pri +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0xd521f724 cfi_fixup +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0xff9fa623 cfi_udelay +EXPORT_SYMBOL drivers/mtd/chips/chipreg 0x0952989c do_map_probe +EXPORT_SYMBOL drivers/mtd/chips/chipreg 0x0d0056f4 register_mtd_chip_driver +EXPORT_SYMBOL drivers/mtd/chips/chipreg 0x3e5aa158 map_destroy +EXPORT_SYMBOL drivers/mtd/chips/chipreg 0x6830d553 unregister_mtd_chip_driver +EXPORT_SYMBOL drivers/mtd/chips/gen_probe 0xd3219b93 mtd_do_chip_probe +EXPORT_SYMBOL drivers/mtd/lpddr/lpddr_cmds 0x1aff2175 lpddr_cmdset +EXPORT_SYMBOL drivers/mtd/maps/map_funcs 0x230055fa simple_map_init +EXPORT_SYMBOL drivers/mtd/mtd 0x0a974a58 mtd_concat_create +EXPORT_SYMBOL drivers/mtd/mtd 0xa03574a1 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 0xcf573f94 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 0x06c3c333 nand_ecc_prepare_io_req +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x1d541976 nand_ecc_get_sw_engine +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x211ef6d0 nand_ecc_finish_io_req +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x2578b3de nand_ecc_sw_bch_correct +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x29bd40da nand_ecc_sw_hamming_calculate +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x4701496b nand_ecc_sw_bch_calculate +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x4a77848f nand_ecc_get_on_die_hw_engine +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x5ccf5da0 nand_ecc_sw_hamming_get_engine +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x6d49ba28 nand_ecc_sw_bch_get_engine +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x7ab71199 nand_ecc_unregister_on_host_hw_engine +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x81243c23 nand_ecc_cleanup_ctx +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xa6b52d77 nand_ecc_sw_hamming_cleanup_ctx +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xb23f11d2 nand_ecc_sw_hamming_correct +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xb4f2c789 nand_ecc_get_on_host_hw_engine +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xb5f9e095 nand_ecc_register_on_host_hw_engine +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xcacbf0f9 nand_ecc_is_strong_enough +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xcba5529b of_get_nand_ecc_user_config +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xce947529 nand_ecc_init_ctx +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xdb40ec02 nand_ecc_sw_bch_cleanup_ctx +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xe6db989b ecc_sw_hamming_correct +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xebb3322d nand_ecc_sw_hamming_init_ctx +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xee8426de nand_ecc_put_on_host_hw_engine +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xf495845f nand_ecc_sw_bch_init_ctx +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xff4351b0 ecc_sw_hamming_calculate +EXPORT_SYMBOL drivers/mtd/nand/onenand/onenand 0x822a976d flexonenand_region +EXPORT_SYMBOL drivers/mtd/nand/onenand/onenand 0x93a93e28 onenand_addr +EXPORT_SYMBOL drivers/mtd/nand/raw/denali 0x30db096f denali_calc_ecc_bytes +EXPORT_SYMBOL drivers/mtd/nand/raw/denali 0xc8041505 denali_init +EXPORT_SYMBOL drivers/mtd/nand/raw/denali 0xf6338cf7 denali_remove +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x061785bf rawnand_sw_bch_init +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x0ebd569a nand_monolithic_write_page_raw +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x14240e31 nand_read_oob_std +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x18abf923 rawnand_sw_bch_correct +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x244ed215 nand_create_bbt +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x3b9af23d rawnand_sw_hamming_init +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x41febcdd nand_monolithic_read_page_raw +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x8641e7fe nand_read_page_raw +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x8ecbb3b8 nand_check_erased_ecc_chunk +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x9150778f rawnand_sw_bch_cleanup +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x93a435d7 nand_write_oob_std +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x9ebe09a5 rawnand_dt_parse_gpio_cs +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0xbe3442e6 nand_scan_with_ids +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0xd07e77cc rawnand_sw_hamming_calculate +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0xd1c557a6 rawnand_sw_hamming_correct +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0xefacc4d5 nand_write_page_raw +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0xf0e01743 rawnand_sw_hamming_cleanup +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0xfb6780a1 nand_get_set_features_notsupp +EXPORT_SYMBOL drivers/mtd/nand/raw/omap_elm 0x49722f09 elm_decode_bch_error_page +EXPORT_SYMBOL drivers/mtd/nand/raw/omap_elm 0xc4be6269 elm_config +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x03c7fcd5 arcnet_open +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x41dd8b35 free_arcdev +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x6129b564 arc_bcast_proto +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x6534792a arcnet_debug +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x7a902b54 alloc_arcdev +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x88556726 arcnet_close +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x96fbab09 arcnet_timeout +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xcae49b98 arcnet_send_packet +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xd636035e arcnet_unregister_proto +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xe31c1be1 arc_proto_map +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xe46c3536 arc_raw_proto +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xe9d42aa4 arc_proto_default +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xecb730b0 arcnet_interrupt +EXPORT_SYMBOL drivers/net/arcnet/com20020 0x2458e51c com20020_found +EXPORT_SYMBOL drivers/net/arcnet/com20020 0x27f3e8a7 com20020_netdev_ops +EXPORT_SYMBOL drivers/net/arcnet/com20020 0x9cfed5ce com20020_check +EXPORT_SYMBOL drivers/net/can/ctucanfd/ctucanfd 0x685a587e ctucan_resume +EXPORT_SYMBOL drivers/net/can/ctucanfd/ctucanfd 0xa5cf6fae ctucan_suspend +EXPORT_SYMBOL drivers/net/can/ctucanfd/ctucanfd 0xf6650388 ctucan_probe_common +EXPORT_SYMBOL drivers/net/can/dev/can-dev 0x04a20bdd can_ethtool_op_get_ts_info_hwts +EXPORT_SYMBOL drivers/net/can/dev/can-dev 0x85ae60c9 can_eth_ioctl_hwts +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x01d1c298 b53_get_mac_eee +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x06fb4f0d b53_br_flags +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x08eb0018 b53_mdb_del +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x13d5660a b53_brcm_hdr_setup +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x15e4a704 b53_get_ethtool_stats +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x19e6eb74 b53_get_ethtool_phy_stats +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x1de6bccc b53_set_mac_eee +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x2b45a352 b53_fdb_del +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x2c36de68 b53_vlan_add +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x34d567eb b53_br_fast_age +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x3dddd922 b53_imp_vlan_setup +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x3f63e6c6 b53_switch_alloc +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x4b0faf74 b53_switch_detect +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x4fd7ea07 b53_enable_port +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x6027337f b53_configure_vlan +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x6549947c b53_vlan_del +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x65f252d8 b53_vlan_filtering +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x6bbbbf1d b53_get_sset_count +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x7578689c b53_br_flags_pre +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x7a2bd72a b53_fdb_dump +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x8093a18a b53_br_set_stp_state +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x815a2486 b53_br_leave +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x8416b135 b53_phylink_mac_config +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xa1de7761 b53_get_strings +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xb261c48c b53_setup_devlink_resources +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xb4079706 b53_get_tag_protocol +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xb83fc6a2 b53_port_event +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xbad5aae7 b53_switch_register +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xd0e0469f b53_br_join +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xd117b996 b53_mirror_del +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xd59e84c9 b53_mirror_add +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xdb3097a4 b53_fdb_add +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xe1e6a9fa b53_phylink_mac_link_up +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xe23bdaf2 b53_disable_port +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xe6aac835 b53_mdb_add +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xf2d6ab15 b53_eee_enable_set +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xf6ec13bc b53_phylink_mac_link_down +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xfdd880c2 b53_eee_init +EXPORT_SYMBOL drivers/net/dsa/b53/b53_serdes 0x81f5fb50 b53_serdes_phylink_mac_select_pcs +EXPORT_SYMBOL drivers/net/dsa/b53/b53_serdes 0x9618abb3 b53_serdes_init +EXPORT_SYMBOL drivers/net/dsa/b53/b53_serdes 0xca1e1206 b53_serdes_link_set +EXPORT_SYMBOL drivers/net/dsa/b53/b53_serdes 0xef401c9f b53_serdes_phylink_get_caps +EXPORT_SYMBOL drivers/net/dsa/lan9303-core 0x5706d17e lan9303_probe +EXPORT_SYMBOL drivers/net/dsa/lan9303-core 0x5b1fc79e lan9303_remove +EXPORT_SYMBOL drivers/net/dsa/lan9303-core 0x8cf744cf lan9303_shutdown +EXPORT_SYMBOL drivers/net/dsa/lan9303-core 0xada83f40 lan9303_register_set +EXPORT_SYMBOL drivers/net/dsa/microchip/ksz_switch 0x3c32aa57 ksz_switch_alloc +EXPORT_SYMBOL drivers/net/dsa/microchip/ksz_switch 0x4d67c094 ksz_switch_remove +EXPORT_SYMBOL drivers/net/dsa/microchip/ksz_switch 0xf080154c ksz_switch_register +EXPORT_SYMBOL drivers/net/dsa/vitesse-vsc73xx-core 0x3a06214a vsc73xx_shutdown +EXPORT_SYMBOL drivers/net/dsa/vitesse-vsc73xx-core 0x86723f7a vsc73xx_remove +EXPORT_SYMBOL drivers/net/dsa/vitesse-vsc73xx-core 0x99d242fe vsc73xx_is_addr_valid +EXPORT_SYMBOL drivers/net/dsa/vitesse-vsc73xx-core 0xd719362a vsc73xx_probe +EXPORT_SYMBOL drivers/net/dsa/xrs700x/xrs700x 0x557f87c8 xrs700x_switch_alloc +EXPORT_SYMBOL drivers/net/dsa/xrs700x/xrs700x 0x83aa1014 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 0x9403378e 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 0xda224da3 xrs700x_switch_remove +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x05822e81 ei_close +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x08137ce5 ei_netdev_ops +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x10581732 ei_set_multicast_list +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x119721ac ei_interrupt +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x3502ae4d ei_open +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x59742172 ei_start_xmit +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x5d063e24 ei_tx_timeout +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x623dd73a ei_poll +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0xa134d807 __alloc_ei_netdev +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0xd08084a9 NS8390_init +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0xd45af8c3 ei_get_stats +EXPORT_SYMBOL drivers/net/ethernet/aquantia/atlantic/atlantic 0x9b089d76 aq_xdp_locking_key +EXPORT_SYMBOL drivers/net/ethernet/broadcom/bnxt/bnxt_en 0xdb3b0593 bnxt_ulp_probe +EXPORT_SYMBOL drivers/net/ethernet/broadcom/cnic 0x636af174 cnic_unregister_driver +EXPORT_SYMBOL drivers/net/ethernet/broadcom/cnic 0xa895d362 cnic_register_driver +EXPORT_SYMBOL drivers/net/ethernet/cavium/common/cavium_ptp 0x0c2c1a8f cavium_ptp_get +EXPORT_SYMBOL drivers/net/ethernet/cavium/common/cavium_ptp 0xd56d0b79 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 0x0c89eb90 cxgb3_alloc_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x13334899 cxgb3_free_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x175cd24e t3_l2t_send_slow +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x23fb367b cxgb3_alloc_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x2fd07a3f cxgb3_queue_tid_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x5928bcba cxgb3_free_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x79c76202 cxgb3_unregister_client +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x7d17708e t3_l2t_get +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x9b7db466 cxgb3_register_client +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xa272e384 cxgb3_insert_tid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xab4e68ee cxgb3_ofld_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xbcdbda45 dev2t3cdev +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xbcfa19fa cxgb3_remove_tid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xd4589c3f t3_l2e_free +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xd54627b8 t3_l2t_send_event +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xfdb83679 t3_register_cpl_handler +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x02b7840c cxgb4_get_tcp_stats +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x06ddd8e1 cxgb4_pktgl_to_skb +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x0f1a5528 cxgb4_unregister_uld +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x12a5374b cxgb4_dbfifo_count +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x1a578042 cxgb4_flush_eq_cache +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x1a6d5e3f cxgb4_smt_alloc_switching +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x24a8cc59 cxgb4_select_ntuple +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x28f6c2f8 cxgb4_iscsi_init +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x2bae554a cxgb4_clip_get +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x39b1bfb5 cxgb4_l2t_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x3dcf4ce6 cxgb4_port_idx +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x3fe9efa6 cxgb4_crypto_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x4e941ccc cxgb4_immdata_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x50ee5c07 cxgb4_best_aligned_mtu +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x54a17e37 cxgb4_sync_txq_pidx +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x57d4f2c9 cxgb4_free_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x6091cf21 cxgb4_write_partial_sgl +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x65a27a47 cxgb4_alloc_sftid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x69c2f0c5 cxgb4_alloc_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x6e1e86a1 cxgb4_port_chan +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x700a3548 cxgb4_l2t_alloc_switching +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x737a1ff0 cxgb4_check_l2t_valid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x87921697 cxgb4_register_uld +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x8d3d77f4 cxgb4_l2t_get +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x8e7f7a7d cxgb4_remove_server +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x97b42f05 cxgb4_bar2_sge_qregs +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x98461cd0 cxgb4_alloc_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x9b2654fb cxgb4_inline_tx_skb +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xa0f9afe9 cxgb4_read_sge_timestamp +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xa5b44125 cxgb4_l2t_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xa70d492e cxgb4_map_skb +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xa8db193f cxgb4_smt_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xaa1fae51 cxgb4_create_server6 +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xace5b2ba cxgb4_get_srq_entry +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xad1a1dce cxgb4_ring_tx_db +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xaec3dc65 cxgb4_remove_server_filter +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xafc39cc5 cxgb4_clip_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xb2aa6db0 cxgb4_ofld_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xb52988de cxgb4_create_server +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xb6c8ab3a t4_cleanup_clip_tbl +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xbc3f5f6c cxgb4_free_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xbd96aa1a cxgb4_port_viid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xbe88226c cxgb4_create_server_filter +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xc4281a7a cxgb4_reclaim_completed_tx +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xc5a35908 cxgb4_read_tpte +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xce88e02a cxgb4_port_e2cchan +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xd3d9084a cxgb4_remove_tid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xd69a0294 cxgb4_best_mtu +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xdf03a1ea cxgb4_update_root_dev_clip +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xe075caf8 cxgb4_write_sgl +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0x01716c41 cxgb_find_route +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0x1bdaafe1 cxgbi_tagmask_set +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0x255ab30f cxgb_get_4tuple +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0x2959e072 cxgbi_ppm_ppods_reserve +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0x29e36088 cxgbi_ppm_make_ppod_hdr +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0x346a0cf1 cxgbi_ppm_init +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0x3c84d092 cxgbi_ppm_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0xbd577ee9 cxgbi_ppm_ppod_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0xe7d2717d cxgb_find_route6 +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x25babc92 enic_api_devcmd_proxy_by_index +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x45147ab4 vnic_dev_unregister +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x604f2224 vnic_dev_get_res_count +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0xa363327b vnic_dev_register +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0xc2f67a34 vnic_dev_get_res +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0xead22dd2 vnic_dev_get_pdev +EXPORT_SYMBOL drivers/net/ethernet/emulex/benet/be2net 0x4e2e10d2 be_roce_mcc_cmd +EXPORT_SYMBOL drivers/net/ethernet/emulex/benet/be2net 0xd3b3bf7c be_roce_register_driver +EXPORT_SYMBOL drivers/net/ethernet/emulex/benet/be2net 0xfe75091e 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 0x503733dc dpaa2_ptp +EXPORT_SYMBOL drivers/net/ethernet/freescale/enetc/fsl-enetc-ierb 0x49e80cc1 enetc_ierb_register_pf +EXPORT_SYMBOL drivers/net/ethernet/fungible/funcore/funcore 0x877bdcc4 fun_reserve_irqs +EXPORT_SYMBOL drivers/net/ethernet/fungible/funcore/funcore 0xb20ff9bd fun_dev_enable +EXPORT_SYMBOL drivers/net/ethernet/fungible/funcore/funcore 0xe3233ebc fun_release_irqs +EXPORT_SYMBOL drivers/net/ethernet/fungible/funcore/funcore 0xf0df8082 fun_dev_disable +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns/hnae 0x1fdda08d hnae_ae_register +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns/hnae 0x4431c1a6 hnae_put_handle +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns/hnae 0x5e33c91c hnae_get_handle +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns/hnae 0xb1266858 hnae_register_notifier +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns/hnae 0xbd161a1b hnae_ae_unregister +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns/hnae 0xdf24adef hnae_unregister_notifier +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns/hnae 0xfb72ac8e hnae_reinit_handle +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns/hns_dsaf 0x8777b379 hns_dsaf_roce_reset +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns3/hnae3 0x428de7bb hnae3_register_ae_algo +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns3/hnae3 0x471b9c40 hnae3_unregister_ae_dev +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns3/hnae3 0x4cc92185 hnae3_register_client +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns3/hnae3 0x52b1522d hnae3_register_ae_dev +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns3/hnae3 0x5963efe8 hnae3_unregister_client +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns3/hnae3 0x6fe71004 hnae3_set_client_init_flag +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns3/hnae3 0xf661a9b1 hnae3_unregister_ae_algo_prepare +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns3/hnae3 0xffe6236e hnae3_unregister_ae_algo +EXPORT_SYMBOL drivers/net/ethernet/intel/iavf/iavf 0x46af0b80 iavf_unregister_client +EXPORT_SYMBOL drivers/net/ethernet/intel/iavf/iavf 0x874a54ed 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 0x0d8e5e74 otx2_mbox_regions_init +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0x16bac601 __otx2_mbox_reset +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0x29f4ca68 otx2_mbox_init +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0x2be7558b otx2_mbox_get_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 0x49286d3c __tracepoint_otx2_msg_alloc +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0x4d90631b __tracepoint_otx2_msg_interrupt +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 0x69d989f8 __traceiter_otx2_msg_interrupt +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0x8a49ca13 otx2_mbox_alloc_msg_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 0x917445a8 otx2_mbox_msg_send +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0x97056a58 otx2_reply_invalid_msg +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0x9e25aa49 __traceiter_otx2_msg_alloc +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0xae7042ca otx2_mbox_check_rsp_msgs +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0xb150b38c __tracepoint_otx2_msg_process +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0xb2d3fa93 __traceiter_otx2_msg_process +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0xbd2eaf72 otx2_mbox_nonempty +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0xbd82e1f0 otx2_mbox_reset +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0xca1c3276 otx2_mbox_destroy +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0xcef3985a __SCK__tp_func_otx2_msg_process +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0xdccd1251 otx2_mbox_busy_poll_for_rsp +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0xf2552201 otx2_mbox_wait_for_rsp +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x02f84697 otx2_tx_timeout +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x09f0caea otx2_mbox_up_handler_cgx_link_event +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x12860148 otx2_get_mac_from_af +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x13328784 mbox_handler_npa_lf_alloc +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x1605cad8 otx2_ioctl +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x1b9558af otx2vf_set_ethtool_ops +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x281b6ad1 otx2_config_hwtstamp +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x2d3410f9 otx2_nix_config_bp +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x30b4ad84 mbox_handler_nix_bp_enable +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x4037f4fb otx2_get_max_mtu +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x4735c2c9 mbox_handler_msix_offset +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x4768bdcb otx2_stop +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x4d872dee otx2_set_mac_address +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x587f9d44 otx2_open +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x5a2d76a2 otx2_txschq_config +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x5fe39d5d otx2_sq_append_skb +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x63236fb1 otx2_set_real_num_queues +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x7fd1c2a1 otx2_tc_alloc_ent_bitmap +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x84e15aec otx2_get_maxflows +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x8e28ac19 otx2_config_pause_frm +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0xa0c585c8 otx2_alloc_mcam_entries +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0xa247236a mbox_handler_nix_lf_alloc +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0xa5ca6706 otx2_get_stats64 +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0xac8fbcee otx2_mcam_flow_del +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0xbf2327a0 mbox_handler_nix_txsch_alloc +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0xc04f073e otx2_mbox_up_handler_mcs_intr_notify +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0xc1f38231 otx2_smq_flush +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0xc659e890 cn10k_lmtst_init +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0xdefaa158 otx2_detach_resources +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0xec698182 otx2_init_tc +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0xf0f12893 otx2_attach_npa_nix +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0xf3d476d0 otx2_handle_ntuple_tc_features +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0xf404812f otx2vf_mcam_flow_init +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0xf60a9179 otx2_setup_tc +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0xf6158a77 otx2_shutdown_tc +EXPORT_SYMBOL drivers/net/ethernet/marvell/prestera/prestera 0x2a484437 prestera_device_unregister +EXPORT_SYMBOL drivers/net/ethernet/marvell/prestera/prestera 0xd9ff4390 prestera_device_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0dbe6280 mlx4_SET_VPORT_QOS_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1356ed73 mlx4_test_async +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1463bf60 mlx4_get_parav_qkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x171f5959 mlx4_query_diag_counters +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1ad46199 mlx4_SET_PORT_qpn_calc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x22bd9b5f mlx4_ALLOCATE_VPP_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x238ffc0e mlx4_SET_PORT_user_mac +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2ae4689b mlx4_get_slave_port_state +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x31f0d49c mlx4_gen_guid_change_eqe +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x33882eb2 mlx4_gen_slaves_port_mgt_ev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x39185d95 get_phv_bit +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x492ce639 mlx4_get_is_vlan_offload_disabled +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4d94c0fc mlx4_get_eqs_per_port +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4e21d409 mlx4_ALLOCATE_VPP_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4e323be4 mlx4_SET_PORT_fcs_check +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4f1c457b mlx4_is_slave_active +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6694e36d mlx4_SET_VPORT_QOS_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x71f694dd mlx4_is_eq_vector_valid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x78d177ed mlx4_eq_get_irq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7a011aad mlx4_tunnel_steer_add +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7bd10046 set_phv_bit +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7f4f9b76 set_and_calc_slave_port_state +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 0x8f744ea8 mlx4_get_module_info +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9ab73072 mlx4_get_slave_node_guid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9b081861 mlx4_assign_eq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa4cfeed3 mlx4_get_slave_pkey_gid_tbl_len +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa5e2d909 mlx4_SET_PORT_PRIO2TC +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa756cf4a mlx4_SET_PORT_VXLAN +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa900dba4 mlx4_SET_PORT_general +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb51b9743 mlx4_SET_MCAST_FLTR +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb573c958 mlx4_SET_PORT_SCHEDULER +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc1a26f13 mlx4_is_eq_shared +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc973b9e9 mlx4_gen_port_state_change_eqe +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc9e95816 mlx4_test_interrupt +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xcdcd130d mlx4_sync_pkey_table +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xce82e70a mlx4_get_roce_gid_from_slave +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xced09a00 mlx4_put_slave_node_guid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd7188b90 mlx4_SET_PORT_user_mtu +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xdc5b1874 mlx4_get_slave_from_roce_gid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe668d650 mlx4_SET_PORT_BEACON +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe7a9cb71 mlx4_gen_pkey_eqe +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf268c117 mlx4_get_cpu_rmap +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf2c0265b mlx4_release_eq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf4f8dbe5 mlx4_max_tc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x00269514 mlx5_rl_remove_rate_raw +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x031b3bff mlx5_debugfs_get_dev_root +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x03aeef82 mlx5_modify_header_alloc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x04f95698 mlx5_core_create_mkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x055affb2 mlx5_fs_add_rx_underlay_qpn +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x05753d58 mlx5_eswitch_register_vport_reps +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x065cbfcd mlx5_eswitch_unregister_vport_reps +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x06c93a0f mlx5_cmd_do +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x07942e4f mlx5_debug_qp_remove +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0836ea68 mlx5_eq_enable +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x090c68ce mlx5_vf_get_core_dev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x09970262 mlx5_core_create_rq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0b143241 mlx5_lag_get_roce_netdev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0e3b0b7f mlx5_fs_remove_rx_underlay_qpn +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0e757ea2 mlx5_core_destroy_tis +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0f4a91dc mlx5_lag_get_peer_mdev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0fbf5a95 mlx5_lag_is_master +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1060c85c mlx5_lag_is_active +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x11387aa9 mlx5_debug_qp_add +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x11f09c59 mlx5_add_flow_rules +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x132c5f2a mlx5_rl_remove_rate +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x13b6d938 mlx5_lag_is_sriov +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x13d565c7 mlx5_del_flow_rules +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x13ddfad9 mlx5_rl_add_rate +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x140aaed7 mlx5_core_detach_mcg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x14498320 mlx5_eq_notifier_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x164325f6 mlx5_eq_get_eqe +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x197683b9 mlx5_modify_header_dealloc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1a393a7b mlx5_lag_query_cong_counters +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 0x1e38486c __tracepoint_mlx5_fs_add_ft +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x21b6c65a mlx5_cmd_out_err +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x22bce683 __tracepoint_mlx5_fs_del_fte +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x23bb3f50 mlx5_create_flow_table +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2657e3f4 mlx5_core_create_psv +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x26dbb4d7 mlx5_packet_reformat_alloc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x276fc7c9 mlx5_qp_debugfs_init +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x32fc77d1 __tracepoint_mlx5_fs_del_rule +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x343bdf5d mlx5_core_destroy_mkey +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 0x35370fee mlx5_cmd_cleanup_async_ctx +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x422262cc mlx5_eq_update_ci +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x492f3532 mlx5_core_create_rqt +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x49986ee8 __traceiter_mlx5_fw +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4b9cf094 mlx5_eswitch_add_send_to_vport_rule +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4cdf78ab mlx5_debugfs_root +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 0x4efca67b mlx5_core_destroy_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4f66f384 mlx5_create_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4fb58534 mlx5_core_modify_sq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5144509b mlx5_core_destroy_tir +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x51527439 mlx5_rsc_dump_cmd_create +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x51ae79c3 mlx5_core_attach_mcg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x52d2a366 mlx5_vector2eqn +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x53627632 mlx5_core_query_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5440f8ec mlx5_cmd_create_vport_lag +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 0x58884068 mlx5_core_query_mkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x592a22cf mlx5_eq_notifier_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x598beec6 mlx5_core_create_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5998ae0f mlx5_fpga_sbu_conn_create +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5b271d7c mlx5_fpga_sbu_conn_sendmsg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5c6e2b0d mlx5_create_flow_group +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5cd794ed mlx5_fpga_mem_read +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5dd94c9b __traceiter_mlx5_fs_set_fte +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5e2b285a mlx5_get_uars_page +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5e2e79e4 mlx5_eswitch_get_vport_metadata_for_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5f1030ee mlx5_core_roce_gid_set +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 0x62497e5b mlx5_core_destroy_psv +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x64318487 mlx5_core_dealloc_transport_domain +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6482eeea __traceiter_mlx5_fs_del_rule +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x64aec4a3 mlx5_eswitch_uplink_get_proto_dev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x65a1c077 mlx5_mpfs_del_mac +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x67c9ca65 mlx5_qp_debugfs_cleanup +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x692f4228 mlx5_lag_is_shared_fdb +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6a359a18 mlx5_rl_add_rate_raw +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6a43dfc0 mlx5_cmd_exec +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6af6ee4d mlx5_cmd_check +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6e82fb11 mlx5_eswitch_vport_match_metadata_enabled +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6f645bf1 mlx5_put_uars_page +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 0x7289a6f5 mlx5_core_modify_tis +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x774e10fe mlx5_packet_reformat_dealloc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7962901f mlx5_core_alloc_pd +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 0x7c58ac92 mlx5_core_query_rq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7e9bf306 mlx5_query_ib_port_oper +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7fd709fe __tracepoint_mlx5_fs_add_fg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8055f0ca mlx5_eswitch_get_encap_mode +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8390faa4 mlx5_lag_mode_is_hash +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x86900cb3 mlx5_fpga_mem_write +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x872e7c67 __tracepoint_mlx5_fs_add_rule +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 0x89794701 mlx5_eswitch_get_vport_metadata_for_match +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8bd11c25 mlx5_comp_vectors_count +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8e1ab6ed mlx5_core_query_vendor_id +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8ece3235 mlx5_eq_disable +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x92972f45 mlx5_rdma_rn_get_params +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x94406139 mlx5_notifier_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x94ca7630 mlx5_fpga_get_sbu_caps +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x96eb2c99 mlx5_fc_id +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 0x9f8dd223 mlx5_vf_put_core_dev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa7ef92ba mlx5_eswitch_reg_c1_loopback_enabled +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 0xa9dbaba5 mlx5_eswitch_get_core_dev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xaa1ba165 mlx5_core_modify_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xaa543943 mlx5_core_destroy_rqt +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 0xae4fd9d4 mlx5_nic_vport_disable_roce +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xaeea1d83 mlx5_rsc_dump_next +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xaf54fc69 mlx5_core_create_tir +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb05696bc mlx5_eswitch_get_proto_dev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb16f58fb mlx5_lag_get_num_ports +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 0xb31f60e2 mlx5_eswitch_vport_rep +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb72cffaf __tracepoint_mlx5_fs_del_ft +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb9d34ce6 mlx5_cmd_exec_polling +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 0xbb475e47 __tracepoint_mlx5_fs_set_fte +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xbdac4e8b mlx5_cmd_destroy_vport_lag +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xbfce6f4a mlx5_free_bfreg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc2b03e8d mlx5_core_alloc_transport_domain +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc40ec081 mlx5_core_dealloc_pd +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xca9f3642 mlx5_core_destroy_rq +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 0xd015bba4 __traceiter_mlx5_fs_add_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 0xd1ef5e56 mlx5_fc_destroy +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd217971d mlx5_core_modify_rq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd2efdca4 mlx5_cmd_exec_cb +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd354d69e __traceiter_mlx5_fs_del_fte +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd6c3be3d __tracepoint_mlx5_fs_del_fg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd75a1300 mlx5_fpga_sbu_conn_destroy +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd7a734ad mlx5_eq_destroy_generic +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd9cd1106 mlx5_lag_get_slave_port +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xdbb8269f mlx5_get_flow_namespace +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xdda657db mlx5_fc_create +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe1fabebb mlx5_core_query_sq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe2accc23 mlx5_get_fdb_sub_ns +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe4e09c2b __tracepoint_mlx5_fw +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe5ad0cad mlx5_create_lag_demux_flow_table +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe98f52b7 mlx5_comp_irq_get_affinity_mask +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xea9aac1b mlx5_mpfs_add_mac +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 0xebf3f955 mlx5_rl_is_in_range +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xed7512e4 mlx5_eq_create_generic +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xed7bc617 mlx5_core_create_tis +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xefd5c598 mlx5_fc_query +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf0dd61ae mlx5_sriov_blocking_notifier_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf3a8c8c5 mlx5_sriov_blocking_notifier_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf63f11fb mlx5_is_roce_on +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf672355d mlx5_core_modify_cq_moderation +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf70a0b34 mlx5_notifier_unregister +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 0xf98ff27f mlx5_lag_is_roce +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xfa61cf66 mlx5_alloc_bfreg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xfbc0239d mlx5_cmd_init_async_ctx +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 0x0137f952 mlxsw_afk_values_add_buf +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 0x12864ea4 mlxsw_core_ptp_transmitted +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 0x2392f90b mlxsw_core_port_netdev_link +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x23eddc68 mlxsw_core_cpu_port_init +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x26ee56f3 mlxsw_core_trap_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x2ab528d5 mlxsw_core_bus_device_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x2c68ced3 mlxsw_core_read_frc_h +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x2f303cd3 mlxsw_afa_block_append_qos_dsfield +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x350e117e mlxsw_core_skb_receive +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x383bc49a mlxsw_afa_block_append_qos_dscp +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x3bb2dcb5 mlxsw_core_rx_listener_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x400764c6 mlxsw_core_rx_listener_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x4036254f mlxsw_linecards_event_ops_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x43a9b87e mlxsw_afa_block_terminate +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x43bd15b9 mlxsw_env_get_module_info +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 0x52f7b7d5 mlxsw_core_trap_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x5a939205 mlxsw_afk_values_add_u32 +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x5c4a537a mlxsw_core_trap_state_set +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 0x65e16da4 mlxsw_afk_key_info_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x6929f2b4 mlxsw_env_module_port_map +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x6f304855 mlxsw_core_skb_transmit +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x6ff4f424 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 0x749556a2 mlxsw_afk_key_info_subset +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x75339042 mlxsw_core_lag_mapping_clear +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x77d83398 mlxsw_core_read_frc_l +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x793ea37c mlxsw_afa_block_append_mirror +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x7b0bfeec mlxsw_core_port_fini +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x7cf0dc2d mlxsw_afa_create +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x7e08c6e0 mlxsw_core_event_listener_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x827a2f1f mlxsw_afa_block_jump +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x829e8851 mlxsw_afa_block_first_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x83fb69af mlxsw_core_lag_mapping_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x858c30d0 mlxsw_afa_block_create +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x86817014 mlxsw_core_read_utc_nsec +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x8854d198 mlxsw_reg_write +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x902c3533 mlxsw_core_schedule_dw +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x94a29cf1 mlxsw_core_traps_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x996c5d6d mlxsw_reg_trans_bulk_wait +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x9cbf026d mlxsw_afa_destroy +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x9e41f494 mlxsw_afk_encode +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 0xad1550bb mlxsw_core_traps_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xb409caba mlxsw_core_driver_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xb61ab1d0 mlxsw_core_driver_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 0xba05b3b0 mlxsw_core_emad_string_tlv_enable +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xbc222a8d mlxsw_afk_clear +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xbda212df mlxsw_core_irq_event_handlers_call +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xbfb7df3c mlxsw_core_driver_priv +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xc31fbb6a mlxsw_core_res_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xc5eacafe mlxsw_afa_block_append_l4port +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xcbab836f mlxsw_core_fw_rev_minor_subminor_validate +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xd111d3e8 mlxsw_core_irq_event_handler_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 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 0xdeab0691 mlxsw_afk_create +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 0xf16fd5b0 mlxsw_env_get_module_eeprom +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xf82bdc70 mlxsw_core_lag_mapping_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xfc0f7585 mlxsw_env_reset_module +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 0x08d7e852 mlxsw_i2c_driver_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_i2c 0x42a3d48d mlxsw_i2c_driver_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_pci 0x35b54213 mlxsw_pci_driver_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_pci 0xabfb38d4 mlxsw_pci_driver_register +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x001cd0f3 ocelot_drain_cpu_queue +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x03691da8 ocelot_can_inject +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x050a9349 ocelot_set_ageing_time +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x0761e789 ocelot_port_mdb_del +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x07b56af1 ocelot_vlan_del +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x0befc0a5 ocelot_get_strings +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x0f8d44b5 ocelot_sb_occ_max_clear +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x1191997d ocelot_sb_tc_pool_bind_set +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x125ac5b9 ocelot_mact_learn_streamdata +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x1654c22d ocelot_sb_occ_port_pool_get +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x166c3b12 ocelot_port_vlan_filtering +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x17b2b3c3 ocelot_init +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x1890c3c4 ocelot_get_txtstamp +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x19453204 vsc7514_vcap_is1_keys +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x1a39dd54 ocelot_mrp_add_ring_role +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x1f2ed14c ocelot_get_ethtool_stats +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x219d1753 ocelot_policer_validate +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x2403e29b ocelot_xtr_poll_frame +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x2c636d5f ocelot_fdb_add +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x2ee2eeab ocelot_vcap_block_find_filter_by_id +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x34aa5052 ocelot_port_get_stats64 +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x3737f884 ocelot_ptp_adjfine +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x3bb2b88e ocelot_sb_port_pool_get +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x4209d44d ocelot_vcap_filter_add +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x4271543f vsc7514_vcap_es0_keys +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x46387c93 ocelot_mrp_add +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x4f4e39cc ocelot_deinit +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x4f8827a3 ocelot_port_bridge_join +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x50a90972 ocelot_ptp_gettime64 +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x5176ff4e ocelot_mrp_del_ring_role +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x51bd09e6 ocelot_hwstamp_set +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x59e4a43c ocelot_devlink_sb_unregister +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x5ba10284 ocelot_ptp_verify +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x5d9715c7 ocelot_deinit_timestamp +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x5ed9736c ocelot_port_mdb_add +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x61a1b51d ocelot_port_lag_join +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x61ace3f2 ocelot_sb_occ_tc_port_bind_get +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x7b2b5089 ocelot_ptp_settime64 +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x7c035193 ocelot_fdb_del +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x7d017303 ocelot_port_inject_frame +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x7e76fd81 ocelot_sb_pool_get +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x7ee7c637 ocelot_vlan_prepare +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x80a75405 vsc7514_vcap_is2_keys +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x8105a2e9 ocelot_port_txtstamp_request +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x886ff8d7 ocelot_vcap_policer_add +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x90cbb220 vsc7514_vcap_is2_actions +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x90d0af17 ocelot_mrp_del +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x91250ea2 ocelot_vcap_policer_del +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x925efda7 ocelot_port_bridge_flags +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x9381969d vsc7514_ana_regmap +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x93d9c0cf ocelot_sb_occ_snapshot +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x985fb8ef ocelot_ptp_rx_timestamp +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x9ad88fc5 ocelot_get_max_mtu +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x9b76d3a2 ocelot_port_bridge_leave +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x9d2d01f9 ocelot_bridge_stp_state_set +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x9d442141 vsc7514_rew_regmap +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x9f1edeb6 ocelot_port_lag_leave +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xa02813f6 ocelot_port_set_maxlen +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xa8413d7e vsc7514_sys_regmap +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xacb4c1cc ocelot_vcap_filter_replace +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xb30c4b92 vsc7514_ptp_regmap +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xba6751c2 ocelot_sb_pool_set +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xbba17367 vsc7514_qsys_regmap +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xbe684b4b ocelot_init_timestamp +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xbf48ddc1 vsc7514_qs_regmap +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xc060cd71 ocelot_devlink_sb_register +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xc92bd80c ocelot_mact_lookup +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xceed5e7e vsc7514_dev_gmii_regmap +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xcfd850b6 ocelot_ptp_adjtime +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xd09b32a2 ocelot_sb_tc_pool_bind_get +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xd0ebefd9 ocelot_ifh_port_set +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xd56e536c ocelot_get_sset_count +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xd687a545 vsc7514_vcap_es0_actions +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xd70266d9 ocelot_mact_forget +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xd76c74ad ocelot_port_policer_del +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xdb7bd895 ocelot_init_port +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xdc16af1b ocelot_get_ts_info +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xdc175398 ocelot_vlan_add +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xe0e67388 ocelot_fdb_dump +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xe208d961 ocelot_mact_learn +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xe5411272 ocelot_port_pre_bridge_flags +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xe739303b ocelot_port_lag_change +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xea1b5ac9 vsc7514_vcap_regmap +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xecaa97fb vsc7514_vcap_is1_actions +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xf033004c ocelot_deinit_port +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xf305ef76 ocelot_sb_port_pool_set +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xf7fb670d ocelot_vcap_filter_del +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xf85a63e5 ocelot_ptp_enable +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xfb108db2 ocelot_port_policer_add +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xfb14ab5d ocelot_hwstamp_get +EXPORT_SYMBOL drivers/net/ethernet/qlogic/qed/qed 0x0ca61bd0 qed_get_fcoe_ops +EXPORT_SYMBOL drivers/net/ethernet/qlogic/qed/qed 0x0deb3e2c qed_get_rdma_ops +EXPORT_SYMBOL drivers/net/ethernet/qlogic/qed/qed 0x2b81fee9 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 0x7e5c95d6 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/qede/qede 0x3981e4b3 qede_rdma_register_driver +EXPORT_SYMBOL drivers/net/ethernet/qlogic/qede/qede 0xe8036321 qede_rdma_unregister_driver +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x09684bb6 wx_init_rx_addrs +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x09bbeccd wx_init_eeprom_params +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x1be8b051 wx_get_mac_addr +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x1ca3a0b4 wx_sw_init +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x3030b850 wx_mng_present +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x47f8c3e8 wx_read_ee_hostif_buffer +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x509299e6 wx_check_flash_load +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x67f09a00 wx_stop_adapter +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x746ff35d wx_clear_rar +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x77e6ac03 wx_set_rar +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x834e289c wx_read_ee_hostif +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xac8ffd6c wx_disable_rx +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xb44554d4 wx_host_interface_command +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xb7a47b6e wx_reset_misc +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xb9022962 wx_reset_hostif +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xcaf6d226 wx_get_pcie_msix_counts +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xd268b1b6 wx_control_hw +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xec5de35d wx_disable_pcie_master +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0x8ae8a471 hdlcdrv_register +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0xbc6fcc95 hdlcdrv_arbitrate +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0xdb533923 hdlcdrv_transmitter +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0xdefee421 hdlcdrv_receiver +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0xe93e9535 hdlcdrv_unregister +EXPORT_SYMBOL drivers/net/mdio 0x3e17f466 mdio_set_flag +EXPORT_SYMBOL drivers/net/mdio 0x60443957 mdio45_probe +EXPORT_SYMBOL drivers/net/mdio 0x63e0fee5 mdio45_links_ok +EXPORT_SYMBOL drivers/net/mdio 0x7e8fabde mdio45_ethtool_ksettings_get_npage +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 0xaeb7376c cavium_mdiobus_write +EXPORT_SYMBOL drivers/net/mdio/mdio-cavium 0xb84bb812 cavium_mdiobus_read +EXPORT_SYMBOL drivers/net/mdio/mdio-mscc-miim 0x9a9a6d70 mscc_miim_setup +EXPORT_SYMBOL drivers/net/mdio/mdio-xgene 0x3dda302e xgene_enet_phy_register +EXPORT_SYMBOL drivers/net/mdio/mdio-xgene 0x4f499535 xgene_mdio_rd_mac +EXPORT_SYMBOL drivers/net/mdio/mdio-xgene 0xc7f39c36 xgene_mdio_wr_mac +EXPORT_SYMBOL drivers/net/mdio/mdio-xgene 0xcf967cd0 xgene_mdio_rgmii_write +EXPORT_SYMBOL drivers/net/mdio/mdio-xgene 0xe9f11c9e xgene_mdio_rgmii_read +EXPORT_SYMBOL drivers/net/phy/bcm-phy-lib 0x7aeb12a5 bcm54xx_auxctl_write +EXPORT_SYMBOL drivers/net/ppp/pppox 0x7daf3448 pppox_ioctl +EXPORT_SYMBOL drivers/net/ppp/pppox 0x7dafff10 pppox_unbind_sock +EXPORT_SYMBOL drivers/net/ppp/pppox 0x84006432 pppox_compat_ioctl +EXPORT_SYMBOL drivers/net/ppp/pppox 0xd843b384 register_pppox_proto +EXPORT_SYMBOL drivers/net/ppp/pppox 0xe0ff7a18 unregister_pppox_proto +EXPORT_SYMBOL drivers/net/sungem_phy 0x7e7a7e07 sungem_phy_probe +EXPORT_SYMBOL drivers/net/team/team 0x12c48a93 team_mode_unregister +EXPORT_SYMBOL drivers/net/team/team 0x1a55f78d team_mode_register +EXPORT_SYMBOL drivers/net/team/team 0x3787ce75 team_modeop_port_change_dev_addr +EXPORT_SYMBOL drivers/net/team/team 0x49759507 team_options_change_check +EXPORT_SYMBOL drivers/net/team/team 0x4e95952f team_options_unregister +EXPORT_SYMBOL drivers/net/team/team 0x60ab284b team_option_inst_set_change +EXPORT_SYMBOL drivers/net/team/team 0x9cf50ec6 team_modeop_port_enter +EXPORT_SYMBOL drivers/net/team/team 0xbdef2ee8 team_options_register +EXPORT_SYMBOL drivers/net/usb/usbnet 0x3bc349a4 usbnet_link_change +EXPORT_SYMBOL drivers/net/usb/usbnet 0x3ebcd368 usbnet_device_suggests_idle +EXPORT_SYMBOL drivers/net/usb/usbnet 0xcdc2e090 usbnet_manage_power +EXPORT_SYMBOL drivers/net/wan/hdlc 0x242cb240 attach_hdlc_protocol +EXPORT_SYMBOL drivers/net/wan/hdlc 0x2470cd21 detach_hdlc_protocol +EXPORT_SYMBOL drivers/net/wan/hdlc 0x2f0be809 alloc_hdlcdev +EXPORT_SYMBOL drivers/net/wan/hdlc 0x9b2cb089 hdlc_close +EXPORT_SYMBOL drivers/net/wan/hdlc 0xa3ce63f7 unregister_hdlc_device +EXPORT_SYMBOL drivers/net/wan/hdlc 0xb27e19c2 unregister_hdlc_protocol +EXPORT_SYMBOL drivers/net/wan/hdlc 0xc4de5684 register_hdlc_protocol +EXPORT_SYMBOL drivers/net/wan/hdlc 0xd69d1628 hdlc_ioctl +EXPORT_SYMBOL drivers/net/wan/hdlc 0xf902d2c7 hdlc_open +EXPORT_SYMBOL drivers/net/wan/hdlc 0xffc451d4 hdlc_start_xmit +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 0x1f998d49 ath_rxbuf_alloc +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x316f1e70 ath_key_delete +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x4571aea8 ath_is_world_regd +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x48b78de0 ath_hw_keyreset +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x5fcc9d01 ath_hw_get_listen_time +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x6b1780b3 ath_hw_setbssidmask +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x6f09c6dc ath_reg_notifier_apply +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x701381d1 ath_is_mybeacon +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x77700038 ath_regd_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x8d58c50a dfs_pattern_detector_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xa18f224e ath_regd_find_country_by_name +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xb6588ba6 ath_bus_type_strings +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xc8ce3163 ath_key_config +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xd5829e67 ath_hw_cycle_counters_update +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xdf864926 ath_hw_keysetmac +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xfb0f53be ath_printk +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x015e5db2 ath10k_debug_mask +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x07a138ab __ath10k_ce_send_revert +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x0ac828da ath10k_core_napi_sync_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x0fdb82cb ath10k_htt_rx_pktlog_completion_handler +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x112c720c ath10k_core_start_recovery +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x1a5f76cc ath10k_ce_disable_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x2730455a ath10k_htt_txrx_compl_task +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x27b126f3 ath10k_mac_tx_push_pending +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x291f5242 ath10k_htt_t2h_msg_handler +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x2d6c6721 ath10k_ce_per_engine_service_any +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x2e3a3bb9 ath10k_core_stop +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x2f87aa26 ath10k_ce_free_rri +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x31fd65ee ath10k_ce_completed_recv_next_nolock +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x32478940 ath10k_htc_notify_tx_completion +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x3287600d ath10k_ce_send_nolock +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x38ea679c ath10k_ce_alloc_rri +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x398fc850 ath10k_ce_init_pipe +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x42321517 ath10k_ce_completed_send_next +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x429996c6 ath10k_core_register +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x4332a7c9 ath10k_ce_deinit_pipe +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x449a1310 ath10k_core_check_dt +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x472b0376 ath10k_ce_completed_recv_next +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x48d3c158 ath10k_err +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x51315d4f ath10k_core_napi_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x52f51e49 ath10k_ce_enable_interrupt +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x5de055de ath10k_core_create +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x5f2d8284 ath10k_ce_rx_update_write_idx +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x5fb2a636 ath10k_print_driver_info +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x64a05fc9 ath10k_htt_rx_hl_indication +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x6ac36aaf ath10k_htc_rx_completion_handler +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x6ff2d0d8 ath10k_coredump_get_mem_layout +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x7104c7cc ath10k_ce_disable_interrupt +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x736861ff ath10k_ce_num_free_src_entries +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x80123caa ath10k_info +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x81ad0e3f ath10k_bmi_start +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x8f6c56ed ath10k_bmi_read_memory +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x9105dcad ath10k_core_free_board_files +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x961e8e89 ath10k_core_destroy +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x976bf3b2 ath10k_ce_per_engine_service +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x99e7c6ab ath10k_ce_alloc_pipe +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x9aa7bc94 ath10k_ce_revoke_recv_next +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xa1e4849a __tracepoint_ath10k_log_dbg +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xa51ed118 ath10k_ce_cancel_send_next +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xaa36c0d2 ath10k_coredump_new +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xafe14442 ath10k_warn +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xd138c9fc ath10k_core_unregister +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xd5b3fea2 __ath10k_ce_rx_num_free_bufs +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xd9a3c09a ath10k_htt_hif_tx_complete +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xdcfa8a44 ath10k_htc_tx_completion_handler +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xdef97945 ath10k_core_fetch_board_file +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xe3564a83 ath10k_htc_process_trailer +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xe4983e2a ath10k_ce_rx_post_buf +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xe7553317 ath10k_ce_dump_registers +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xe7967730 ath10k_ce_send +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xeadda274 ath10k_core_start +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xef597ab3 ath10k_ce_free_pipe +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xf92af140 ath10k_ce_enable_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xfd156902 ath10k_ce_completed_send_next_nolock +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x00ff803e ath11k_ce_alloc_pipes +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x0549aecd ath11k_core_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x0ab5e12b ath11k_pcic_read +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x0b319006 ath11k_warn +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x0e8191fc ath11k_pcic_init_msi_config +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x1318f5ec ath11k_dp_service_srng +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x207e77be ath11k_pcic_get_user_msi_assignment +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x2249aef5 ath11k_pcic_stop +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x2efe82ca ath11k_pcic_get_msi_address +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x307edc5a ath11k_ce_get_attr_flags +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x347254c4 ath11k_err +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x3513475b ath11k_pci_enable_ce_irqs_except_wake_irq +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x351908f2 ath11k_pcic_ce_irq_disable_sync +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x3afac78a ath11k_ce_get_shadow_config +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x4bbaeba2 ath11k_debugfs_soc_destroy +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x4ea8c4e8 ath11k_ce_free_pipes +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x58cd6429 ath11k_pcic_get_ce_msi_idx +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x5d7eebd9 ath11k_info +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x606a5b5a __tracepoint_ath11k_log_dbg +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x62d75cb1 ath11k_pcic_start +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x632c7cfe ath11k_hal_srng_deinit +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x63c5a2df ath11k_pcic_write32 +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x6b1a0cc0 ath11k_core_free +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x6f529e9a ath11k_pcic_ext_irq_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x767e2060 ath11k_core_pre_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x7f9e2ef0 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 0xa27a732f ath11k_qmi_deinit_service +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xa9a62d24 ath11k_core_suspend +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xab7e04cd ath11k_pcic_map_service_to_pipe +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xaf41172c ath11k_core_alloc +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xaf46c67a ath11k_ce_cleanup_pipes +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xb3528015 ath11k_core_resume +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xcaae3340 ath11k_pcic_config_irq +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xcc0cd968 ath11k_pcic_ce_irqs_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xce9a6240 ath11k_ce_rx_post_buf +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xd06746ca ath11k_pcic_read32 +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xd074817a ath11k_pcic_register_pci_ops +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xde52c853 ath11k_hal_srng_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xe11a93b9 ath11k_pci_disable_ce_irqs_except_wake_irq +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xea1fd3c6 ath11k_pcic_ext_irq_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xeb44122f ath11k_core_deinit +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xf0197188 ath11k_cold_boot_cal +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xf2f6e0a0 ath11k_pcic_free_irq +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x11b1b25d ath6kl_core_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x1354043d ath6kl_warn +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x1c5c1c9f ath6kl_core_destroy +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x315340f8 ath6kl_core_cleanup +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x3502feef ath6kl_info +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x3bb6c54d ath6kl_core_tx_complete +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x4e3cefdd ath6kl_read_tgt_stats +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x8296b756 ath6kl_hif_intr_bh_handler +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x879101e0 ath6kl_core_create +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 0xc2a06dec ath6kl_stop_txrx +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xda2dc3b2 ath6kl_core_rx_complete +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xdc185729 ath6kl_cfg80211_suspend +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xe761a7d5 ath6kl_cfg80211_resume +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x00d6a507 ath9k_cmn_spectral_init_debug +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x02a4531a ath9k_cmn_init_crypto +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x1c865d6e ath9k_cmn_beacon_config_ap +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x28904d7d ath9k_cmn_spectral_scan_trigger +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x3c03f606 ath9k_cmn_init_channels_rates +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x41aae67b ath9k_cmn_debug_stat_rx +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x5601d7d5 ath9k_cmn_reload_chainmask +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x5d11f95a ath9k_cmn_rx_accept +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x617b5345 ath9k_cmn_process_rate +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x71ac4bea ath_cmn_process_fft +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x722eeb6f ath9k_cmn_debug_phy_err +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x7412f505 ath9k_cmn_debug_recv +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x99510fdf ath9k_cmn_rx_skb_postprocess +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x9b368f89 ath9k_cmn_spectral_scan_config +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xc6198042 ath9k_cmn_beacon_config_sta +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xd2981357 ath9k_cmn_count_streams +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xd299d8a0 ath9k_cmn_update_txpow +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xd62daaea ath9k_cmn_beacon_config_adhoc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xde9e8d6b ath9k_cmn_spectral_deinit_debug +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xe037250c ath9k_cmn_debug_base_eeprom +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xe3a8e011 ath9k_cmn_get_hw_crypto_keytype +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xeb5d341f ath9k_cmn_get_channel +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xf3376040 ath9k_cmn_setup_ht_cap +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xf62dd697 ath9k_cmn_debug_modal_eeprom +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xfb4bb200 ath9k_cmn_process_rssi +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x014bfa37 ath_gen_timer_isr +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x02aeb067 ath9k_hw_set_txq_props +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0404f9ef ar9003_paprd_is_done +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0ebc354a ath9k_hw_btcoex_bt_stomp +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0f77dafc ath9k_hw_get_tsf_offset +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x1023f3fc ath9k_hw_btcoex_deinit +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x102e54ec ath9k_hw_loadnf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x12b4c4d3 ath9k_hw_setpower +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x12f0f6b2 ath9k_hw_updatetxtriglevel +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x15c76582 ath9k_hw_gettsf64 +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x1680b7a8 ath9k_hw_intrpend +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x197fa3cf ath_gen_timer_alloc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x19fe45fa ath9k_hw_set_sta_beacon_timers +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x1a19853b ath9k_hw_txstart +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x1f1bd843 ath9k_hw_wow_apply_pattern +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x23053bde ath9k_hw_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x2325a46b ath9k_hw_beaconinit +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x259defd3 ath9k_hw_numtxpending +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x27aec540 ath9k_hw_setmcastfilter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x2ad0c1bd ar9003_mci_get_next_gpm_offset +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x2bbf7707 ar9003_get_pll_sqsum_dvc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x2c0aa51f ath9k_hw_gen_timer_start +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x2caf24e4 ath9k_hw_resettxqueue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x2d9fd00f ath9k_hw_check_nav +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x2eec36e2 ath9k_hw_btcoex_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x30451acb ath9k_hw_gpio_request_out +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x330f9d87 ath9k_hw_btcoex_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x3340aec5 ath9k_hw_setantenna +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x337b1464 ath9k_hw_check_alive +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x38dec0f5 ath9k_hw_gpio_get +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x3bf38ad0 ath9k_hw_gettsf32 +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x3f3a6761 ath9k_hw_set_rx_bufsize +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x3f520b53 ath9k_hw_addrxbuf_edma +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x4964a18b ath9k_hw_btcoex_init_scheme +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x496be0b2 ar9003_mci_state +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x4b5fc1e1 ar9003_paprd_populate_single_table +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x4b9b0e05 ath9k_hw_getnf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x4c53de43 ath9k_hw_computetxtime +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x4e2fc801 ar9003_mci_send_wlan_channels +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x54ab0166 ath9k_hw_deinit +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x56251ca1 ath9k_hw_settsf64 +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x564b79c3 ath9k_hw_reset_tsf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x5740ec49 ath9k_hw_phy_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x5846406b ath9k_hw_wow_wakeup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x591bdfb9 ath9k_hw_set_tx_filter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x5acef2e4 ath9k_hw_init_btcoex_hw +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x61d111b1 ath9k_hw_releasetxqueue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x64817118 ath9k_hw_resume_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x656d0b20 ath9k_hw_abortpcurecv +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6733cefe ath9k_hw_rxprocdesc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x681f98ae ath9k_hw_abort_tx_dma +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6eb7163f ath9k_hw_setup_statusring +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x74dfbc7b ar9003_paprd_setup_gain_table +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x783d20bd ath9k_hw_setuptxqueue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x79eb5532 ar9003_mci_send_message +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x7a6ba8ed ath9k_hw_reset_calvalid +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x7df5dbeb ath9k_hw_btcoex_init_3wire +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x7fc7b772 ath9k_hw_startpcureceive +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x825ad9ad ath9k_hw_process_rxdesc_edma +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x8ad0cc73 ath9k_hw_ani_monitor +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x8c1c291e ath9k_hw_name +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x8e7dd30a ath9k_hw_getrxfilter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x8f9c8793 ar9003_hw_bb_watchdog_dbg_info +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x92922155 ath9k_hw_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x92d77576 ar9003_mci_cleanup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x933f8d19 ath9k_hw_setopmode +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x97e0cffd ath9k_hw_write_associd +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x9a829791 ath9k_hw_set_tsfadjust +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x9d9a686c ar9003_mci_set_bt_version +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x9e3bd492 ath9k_hw_putrxbuf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x9e5564a1 ath9k_hw_gpio_request_in +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x9e7c2f8d ath9k_hw_disable_mib_counters +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa01ac489 ath9k_hw_btcoex_set_weight +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa08310ce ath9k_hw_getchan_noise +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa2833835 ath9k_hw_disable_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa323c204 ar9003_hw_bb_watchdog_check +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa3c4a698 ar9003_hw_disable_phy_restart +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa3ffb44b ath9k_hw_gpio_free +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa5037f03 ath9k_hw_setrxabort +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa811ca4b ath9k_hw_enable_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa8e584b8 ar9003_paprd_create_curve +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xaade4dff ath9k_hw_set_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xab86a391 ath9k_hw_gettxbuf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xaf81483c ath9k_hw_stop_dma_queue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb3409d37 ar9003_is_paprd_enabled +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb7fd7bcb ath9k_hw_set_gpio +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb928a7fe ath9k_hw_btcoex_init_mci +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb9fbfedc ath9k_hw_puttxbuf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xbb0f9dd3 ath9k_hw_get_txq_props +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc1d961f2 ath9k_hw_bstuck_nfcal +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc4d227b8 ath9k_hw_reset +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc6411418 ar9003_mci_get_interrupt +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xca4f559c ath9k_hw_stopdmarecv +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xca633f05 ath9k_hw_btcoex_set_concur_txprio +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xcb0a47fe ar9003_mci_setup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xcb3b79b8 ar9003_paprd_init_table +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd58b1054 ath9k_hw_beaconq_setup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd89535e2 ath9k_hw_wait +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xdc4d156a ath9k_hw_setuprxdesc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xddb9bd25 ath9k_hw_set_txpowerlimit +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xdfae82af ath9k_hw_kill_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xe256cd1a ath9k_hw_gen_timer_stop +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xe3e16850 ath9k_hw_setrxfilter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xe8e109ba ath9k_hw_btcoex_init_2wire +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf5f09e6c ath_gen_timer_free +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf97a9bbf ath9k_hw_wow_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xfe62f6e6 ath9k_hw_init_global_settings +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xfee86b03 ar9003_paprd_enable +EXPORT_SYMBOL drivers/net/wireless/atmel/atmel 0x4fd74470 atmel_open +EXPORT_SYMBOL drivers/net/wireless/atmel/atmel 0x937178af stop_atmel_card +EXPORT_SYMBOL drivers/net/wireless/atmel/atmel 0xb1c96f0f init_atmel_card +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x081401ff brcmu_pkt_buf_get_skb +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x0f369e38 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 0x25286425 brcmu_pktq_penq +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x376ed1ce brcmu_pktq_mdeq +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x3a60fb0c brcmu_pktq_pdeq +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x4672a601 brcmu_pktq_init +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x4c4b9822 brcmu_pktq_flush +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x5e15915b brcmu_pktq_penq_head +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x888f450f brcmu_pkt_buf_free_skb +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0xa056caf1 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 0xb0af6d32 brcmu_pktq_pflush +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0xb94ba12f brcmu_pktq_peek_tail +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0xd55577ef brcmu_pktq_mlen +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0xd6217d91 brcmu_d11_attach +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x14e39e19 libipw_rx_mgt +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x36feefa5 alloc_libipw +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x45eed46e libipw_wx_set_encodeext +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x50d4edd5 libipw_networks_age +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x6165bb35 libipw_channel_to_freq +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x6836fb4b libipw_get_channel +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x726ed0be libipw_rx +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x7319751a libipw_is_valid_channel +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x78ec6dd7 libipw_get_geo +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x7ccf44da libipw_txb_free +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x898fdff7 libipw_xmit +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x975b64df free_libipw +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x9e2075ab libipw_wx_get_encode +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0xc2f7ecb0 libipw_wx_set_encode +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0xcb9bf9b6 libipw_set_geo +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0xcdb594ae libipw_wx_get_scan +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0xe14d69d6 libipw_get_channel_flags +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0xeda9ee87 libipw_wx_get_encodeext +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0xf4b45a1f libipw_channel_to_index +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0xff616d4e libipw_freq_to_channel +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x091cb020 il_mac_change_interface +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x1afa5784 il_rx_queue_alloc +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x1da9a0ea il_get_free_ucode_key_idx +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x21fe4877 il_mac_add_interface +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x22179db7 il_add_station_common +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x22b7955a il_rx_queue_space +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x23cff9aa il_get_active_dwell_time +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x2594c944 il_hdl_error +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x266e9f96 il_leds_exit +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x26788902 il_setup_rx_scan_handlers +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x2bf7eea6 il_queue_space +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x30736699 il_send_bt_config +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x324ff6f6 il_mac_bss_info_changed +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x3343236e _il_poll_bit +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x35ba8d9f il_send_cmd_pdu_async +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x3b44a90d il_cmd_queue_free +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x3b44ec7f il_update_stats +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x416bd26a il_debug_level +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x44d8f428 il_eeprom_query16 +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x4553660c il_write_targ_mem +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x486c8d58 il_scan_cancel_timeout +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x494c86d4 il_poll_bit +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x4a0c6668 il_tx_queue_free +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x4b03532e il_apm_init +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x4d151250 il_pm_ops +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x4ec74a30 il_set_bit +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x5070cd4c il_send_cmd +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x54a70db8 il_send_stats_request +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x58a20c30 il_mac_remove_interface +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x5a5737d5 il_force_reset +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x5b34a89c il_mac_sta_remove +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x60cbf8f5 il_cancel_scan_deferred_work +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x62c47fa4 il_irq_handle_error +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x653cca73 il_chswitch_done +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x6ac96b78 il_setup_scan_deferred_work +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x6bae6b73 il_get_passive_dwell_time +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x6c0c0ea8 il_get_single_channel_number +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x6d2ec0a5 il_leds_init +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x6d4c37ed il_free_channel_map +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x6eb2ad72 il_init_channel_map +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x73b7c80d il_clear_bit +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x78066bd8 il_set_decrypted_flag +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x815dd621 il_tx_queue_init +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x9125e925 il_hdl_spectrum_measurement +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x930683d0 _il_apm_stop +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x9321fc1b il_read_targ_mem +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x94cad59d il_dbgfs_unregister +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x982b6cc2 il_set_flags_for_band +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x9860eee3 il_power_update_mode +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x98d62798 il_mac_hw_scan +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x998b1848 il_set_rxon_ht +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x998c48c3 il_dbgfs_register +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x99df71a9 il_tx_cmd_protection +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x9bff5d6f il_set_rate +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x9cc714af il_bg_watchdog +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x9e4e0725 il_mac_flush +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xa151816d il_get_lowest_plcp +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xa1b9e656 il_tx_cmd_complete +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xa5327f33 il_is_ht40_tx_allowed +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xab4cac42 il_connection_init_rx_config +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xac6207f1 il_tx_queue_reset +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xadd9f727 il_clear_ucode_stations +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xae7f6e38 il_set_rxon_channel +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xb3e4d5db il_check_rxon_cmd +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 0xba02a87e il_apm_stop +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xbaf69438 il_hdl_pm_debug_stats +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xbb6fe15c il_alloc_txq_mem +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xbe7aa1b4 il_full_rxon_required +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xc33689c0 il_rx_queue_update_write_ptr +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xc520325d il_init_scan_params +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xc9569d11 il_mac_conf_tx +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xc9fc900d il_restore_stations +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xca242c19 il_add_beacon_time +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xca3a0ecb il_wr_prph +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xcf1e0f86 il_send_lq_cmd +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xd21eda8a il_set_tx_power +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xd548cd3e il_scan_cancel +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xd649a604 il_cmd_queue_unmap +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xd7591a94 il_hdl_csa +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xd814530c il_hdl_pm_sleep +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xd875aa65 il_send_rxon_timing +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xd93d9443 il_eeprom_init +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xdc73f805 il_set_rxon_hwcrypto +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xde9ef6e4 il_txq_update_write_ptr +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xdf62489f il_setup_watchdog +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xe26945ff il_free_geos +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xe305cc71 il_mac_reset_tsf +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xe6fa7869 il_mac_config +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xe9e267fb il_tx_queue_unmap +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xecf7ff0b il_eeprom_free +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xef92a149 il_init_geos +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xf259ea72 il_usecs_to_beacons +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xf2efc84b il_send_cmd_sync +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xf4f65174 il_free_txq_mem +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xf70a693b il_bcast_addr +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xf7dd2f4d il_fill_probe_req +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xf8e48a1d il_get_channel_info +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xfaeee166 il_send_cmd_pdu +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xfd154542 il_rd_prph +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xfd2a103f il_power_initialize +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xff6c65bc il_send_add_sta +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xffa7776a il_eeprom_query_addr +EXPORT_SYMBOL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x2fe48de8 __traceiter_iwlwifi_dev_ucode_event +EXPORT_SYMBOL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x36a862e9 __tracepoint_iwlwifi_dev_ucode_event +EXPORT_SYMBOL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x3ad1f984 __traceiter_iwlwifi_dev_ucode_wrap_event +EXPORT_SYMBOL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x3d23c104 __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 0x8232e3a8 __traceiter_iwlwifi_dev_ucode_cont_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 0xaaafbd3e __tracepoint_iwlwifi_dev_ucode_cont_event +EXPORT_SYMBOL drivers/net/wireless/intel/iwlwifi/iwlwifi 0xc4e2a27e iwl_trans_pcie_remove +EXPORT_SYMBOL drivers/net/wireless/intel/iwlwifi/iwlwifi 0xd1e69877 __SCK__tp_func_iwlwifi_dev_ucode_cont_event +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x0029a2fc hostap_check_sta_fw_version +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x044aad2c hostap_remove_proc +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x088cdb8b hostap_remove_interface +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x08e1ce11 hostap_set_encryption +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x0b1af88f hostap_setup_dev +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x21f7b6bc hostap_init_ap_proc +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x33497f71 prism2_update_comms_qual +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x39e487f2 hostap_set_roaming +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x4e8e3339 hostap_80211_ops +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x5699069e hostap_init_data +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x674dca9c hostap_set_hostapd +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x72b3a23c hostap_set_antsel +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x75934c58 hostap_set_multicast_list_queue +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x7898cfe0 hostap_set_string +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x7fb75891 hostap_dump_rx_header +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x88a100d4 hostap_info_process +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x893de867 hostap_set_hostapd_sta +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x90abbf9f hostap_master_start_xmit +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x96dc9ec7 hostap_set_auth_algs +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x9cd53c20 hostap_set_word +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xa6fe4146 hostap_add_interface +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xb4b77c8b hostap_80211_get_hdrlen +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xb9247d38 hostap_get_porttype +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xd1fbe8d6 hostap_handle_sta_tx_exc +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xda0ee2bd hostap_info_init +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xeb6117fa hostap_free_data +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xf91c03e2 hostap_dump_tx_header +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xf99871a2 hostap_80211_rx +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xfabd8e92 hostap_init_proc +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x1e5662b4 orinoco_set_multicast_list +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x1fe0967b orinoco_stop +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x23bcff05 orinoco_if_del +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x251c866c __orinoco_ev_rx +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x4de875ff free_orinocodev +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x5d55d4e6 orinoco_down +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x7090c8a6 orinoco_open +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x7d754ea1 alloc_orinocodev +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x7de07c22 orinoco_change_mtu +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x8c9f5cad orinoco_if_add +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0xa29c882c orinoco_tx_timeout +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0xa6a9cb10 orinoco_process_xmit_skb +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0xa74c2dc5 hermes_struct_init +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0xcc096e33 orinoco_up +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0xe21bceda orinoco_init +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0xfac58506 __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 0x429be5cc mt76_wcid_key_setup +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/btcoexist/btcoexist 0xf2f1cd9e rtl_btc_get_ops_pointer +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x0bdb4929 _rtl92c_phy_set_rf_sleep +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x0dd07f7f _rtl92c_phy_fw_rf_serial_read +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x0e40c2bc _rtl92c_phy_fw_rf_serial_write +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x192938ed rtl92c_phy_set_io_cmd +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x1daa6524 rtl92c_phy_query_bb_reg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x201218f8 rtl92c_phy_rf_config +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 0x2a2a0582 rtl92c_phy_iq_calibrate +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x2ab34a3e rtl92c_dm_check_txpower_tracking +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x30c3f142 rtl92c_phy_set_bb_reg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x4166ff44 rtl92c_dm_init_edca_turbo +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x46176203 rtl92c_download_fw +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x4aa9eb34 rtl92c_dm_init +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x636a25a8 _rtl92c_phy_bb8192c_config_parafile +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x63be9247 rtl92c_set_fw_pwrmode_cmd +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x6bfc7a7d rtl92c_dm_watchdog +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x6c312762 rtl92c_dm_init_rate_adaptive_mask +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x71b8bf8e rtl92c_phy_set_bw_mode +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x798886b3 rtl92c_phy_update_txpower_dbm +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x7d84a393 rtl92c_phy_set_io +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x7dd2fcd8 rtl92c_phy_set_rfpath_switch +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x9122b475 rtl92c_dm_write_dig +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x94a4fd63 _rtl92c_phy_init_bb_rf_register_definition +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x969699de rtl92c_phy_ap_calibrate +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x9bcccba1 rtl92c_set_fw_joinbss_report_cmd +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xa70bd2fd rtl92c_dm_rf_saving +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xa8c2f463 rtl92c_phy_sw_chnl_callback +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xab54e316 _rtl92c_phy_dbm_to_txpwr_idx +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xc042486c _rtl92c_store_pwrindex_diffrate_offset +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xc2dc9a33 _rtl92c_phy_rf_serial_write +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xcb40c3d8 _rtl92c_phy_rf_serial_read +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xd8850592 rtl92c_phy_lc_calibrate +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xdc6d9ccf rtl92c_set_fw_rsvdpagepkt +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xdea5ca8a _rtl92c_phy_txpwr_idx_to_dbm +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xe3125f2a rtl92c_bt_rssi_state_change +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xe535fea2 rtl8192_phy_check_is_legal_rfpath +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xe7717756 rtl92c_phy_sw_chnl +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xe8bf4dcb rtl92c_fill_h2c_cmd +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xeec083ef rtl92c_firmware_selfreset +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xf619c71a rtl92c_phy_set_txpower_level +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xf93dece6 rtl92ce_phy_set_rf_on +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xfc4b1e9c rtl92c_dm_bt_coexist +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_pci 0xa642739b rtl_pci_suspend +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_pci 0xc870cc62 rtl_pci_resume +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_pci 0xccdf1e36 rtl_pci_disconnect +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_pci 0xf23e6592 rtl_pci_probe +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_usb 0x2cdd6320 rtl_usb_resume +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_usb 0x6985933a rtl_usb_suspend +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_usb 0x71cbca9f rtl_usb_probe +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_usb 0x8754192c rtl_usb_disconnect +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x0807ceda rtl_send_smps_action +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x0b038e24 channel5g_80m +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x0d2e36d3 rtl_process_phyinfo +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x1b945315 rtl_addr_delay +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x1fbc940d rtl_hal_pwrseqcmdparsing +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x28d53ee4 rtl_get_tcb_desc +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x30a956d7 rtl_query_rxpwrpercentage +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x36462c7f rtl_cmd_send_packet +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x40429b64 rtl_cam_del_entry +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x41001d61 rtl_efuse_shadow_map_update +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x4385c9f1 rtlwifi_rate_mapping +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x44179366 rtl_bb_delay +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x4ac0baa6 rtl_signal_scale_mapping +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x4ed63f0a rtl_cam_add_one_entry +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x54824f58 channel5g +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x62665dae efuse_power_switch +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x64b7ceec rtl_init_rfkill +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x6ea53a04 rtl_cam_mark_invalid +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x7109f3db rtl_dm_diginit +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x7a380778 efuse_shadow_read +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x7b7d608e rtl_cam_empty_entry +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x8a5c2395 rtl_cam_get_free_entry +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x8e46b5c6 rtl_c2hcmd_enqueue +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x8ea60059 rtl_fw_cb +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x8ef535ff efuse_read_1byte +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x990fd4f9 rtl_ps_enable_nic +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xa8345e89 rtl_mrate_idx_to_arfr_id +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xb624d328 efuse_one_byte_read +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xbd25f6d9 rtl_cam_delete_one_entry +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xd1e9280b rtl_ps_disable_nic +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xd7155c80 rtl_phy_scan_operation_backup +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xdb2d2dbb rtl_rx_ampdu_apply +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xdbc63844 rtl_collect_scan_list +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 0xfa39eece rtl_rfreg_delay +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xfdca6167 rtl_cam_reset_all_entry +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_8723d 0x0c6e952a rtw8723d_hw_spec +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_8821c 0x91aee2a7 rtw8821c_hw_spec +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_8822b 0xe78eef98 rtw8822b_hw_spec +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_8822c 0x084c84a6 rtw8822c_hw_spec +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x0103229b rtw_dump_reg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x082f153f rtw_phy_set_edcca_th +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x12e0a23d rtw_core_init +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x17d3ae82 rtw_phy_cfg_mac +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x197c2e14 rtw_coex_read_indirect_reg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x202de4e4 rtw_rx_stats +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x234bc23a rtw_chip_info_setup +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x2f25b451 rtw_tx_report_enqueue +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x30cd4608 rtw_phy_cfg_bb +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x33b3f3c0 rtw_debug_mask +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x35d62dea rtw_set_channel_mac +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x36b2183c rtw_fw_c2h_cmd_isr +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x36c5bfca rtw_disable_lps_deep_mode +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x398bceb0 rtw_fw_c2h_cmd_rx_irqsafe +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x3a8dc824 rtw_parse_tbl_bb_pg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x3e7de479 rtw_phy_cfg_agc +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x3f02d6d4 rtw_coex_write_indirect_reg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x440b7589 rtw_phy_rf_power_2_rssi +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x468d7e9e rtw_tx_write_data_rsvd_page_get +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x4cb9ab05 rtw_phy_load_tables +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x519c8ba9 rtw_rate_size +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x53ad0fec rtw_phy_read_rf_sipi +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x58210e60 rtw_rate_section +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x5950add3 rtw_phy_pwrtrack_thermal_changed +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x61e568e0 rtw_core_deinit +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x63bbda6e rtw_bf_cfg_csi_rate +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x63fddcbc rtw_parse_tbl_txpwr_lmt +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x6617a7fb rtw_regd_get +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x68934059 check_hw_ready +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x7046ee52 rtw_bf_remove_bfee_mu +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x7346d811 rtw_coex_write_scbd +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x74ce7e68 rtw_phy_get_tx_power_index +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x778d0702 rtw_rx_fill_rx_status +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x7842902b rtw_phy_pwrtrack_get_pwridx +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x7c75c21b rtw_phy_cfg_rf +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x7ecbdedb rtw_phy_read_rf +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x8b4c3e76 rtw_phy_config_swing_table +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x8c268a73 rtw_read8_physical_efuse +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x8eea3e55 rtw_dump_fw +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x905e775e rtw_bf_enable_bfee_mu +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x90684cc8 rtw_tx_write_data_h2c_get +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x90f6f010 rtw_unregister_hw +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x9194cda7 rtw_register_hw +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x95ca4240 rtw_bf_set_gid_table +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x9fe59d95 rtw_phy_init +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xa45bd015 rtw_ops +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xa8dc4d64 rtw_phy_pwrtrack_avg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xaaf3e7d1 rtw_phy_pwrtrack_get_delta +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xad699de0 rtw_bf_phy_init +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xaf0999df rtw_phy_set_tx_power_level +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xc0b31488 rtw_parse_tbl_phy_cond +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xc5484f06 rtw_tx_fill_tx_desc +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xcf39ba86 rtw_phy_parsing_cfo +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xd0feb464 rtw_phy_pwrtrack_need_lck +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xd2dc8f92 rtw_phy_pwrtrack_need_iqk +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xd4cc4bb0 __rtw_dbg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xd8b7e8ea rtw_set_rx_freq_band +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xedccaf18 rtw_phy_write_rf_reg_mix +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xf44eb53a rtw_bf_remove_bfee_su +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xf556411c rtw_bf_enable_bfee_su +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xf645f998 rtw_phy_write_rf_reg_sipi +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xf9e28435 rtw_fw_do_iqk +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xfac09184 rtw_fw_inform_rfk_status +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xfb445a04 rtw_power_mode_change +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xff43155f rtw_restore_reg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_pci 0x57ab4d58 rtw_pm_ops +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_pci 0x85fdaef3 rtw_pci_remove +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_pci 0xede70ac5 rtw_pci_shutdown +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_pci 0xfbe8de88 rtw_pci_probe +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_usb 0xb54f22a5 rtw_usb_probe +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_usb 0xf2f38d1f rtw_usb_disconnect +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_8852a 0x5358b413 rtw8852a_chip_info +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_8852b 0x24c666e3 rtw8852b_chip_info +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_8852c 0xbf632a8c rtw8852c_chip_info +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x0aae2b56 rtw89_mac_size +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x0e233e9c rtw89_phy_read_txpwr_limit +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x0eeb8613 rtw89_core_fill_txdesc_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x0f09c6fd rtw89_mac_read_xtal_si +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x0fd1b8ab rtw89_core_query_rxdesc +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x1b4e347e rtw89_mac_get_txpwr_cr +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x1f5ae6ff rtw89_mac_coex_init +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x27dde443 rtw89_phy_write_rf_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x338a2fb8 rtw89_core_napi_stop +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x381a28e2 rtw89_rfk_parser +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x43cfec49 rtw89_core_deinit +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x450a0d7e rtw89_phy_set_txpwr_limit +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x47447cd1 rtw89_phy_write_rf +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x4898da98 rtw89_phy_read32_idx +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x49a6a7be rtw89_mac_get_err_status +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x506ea889 rtw89_core_napi_init +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x52a95edc rtw89_btc_set_policy +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x541b4afc rtw89_mac_write_xtal_si +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x5516feeb rtw89_mac_cfg_gnt +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x5a036107 rtw89_core_napi_start +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x5e0fe1b7 rtw89_phy_set_txpwr_byrate +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x6148c94f rtw89_core_fill_txdesc_fwcmd_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x622630e3 rtw89_phy_read_rf_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x64be7115 rtw89_chip_info_setup +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x66bf344d rtw89_mac_cfg_gnt_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x6bb8b10d rtw89_phy_config_rf_reg_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x6c345a94 rtw89_mac_enable_bb_rf +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x6ee76f5a rtw89_ops +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x6f807258 rtw89_core_init +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x74777edd rtw89_free_ieee80211_hw +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x764aea59 rtw89_phy_write_reg3_tbl +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x778fa45a rtw89_phy_get_txsc +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x784e7d43 rtw89_fw_h2c_dctl_sec_cam_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x7be64e88 rtw89_core_register +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x8294eaed rtw89_mac_resume_sch_tx_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x83333e1c rtw89_btc_set_policy_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x884c1903 rtw89_core_rx +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x8c793548 rtw89_mac_cfg_ppdu_status +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x91ee8c73 rtw89_mac_cfg_ctrl_path_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xa3fb922f rtw89_mac_coex_init_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xa67f0718 rtw89_phy_set_txpwr_limit_ru +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xa904faaa rtw89_mac_set_err_status +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xa9a4e1e8 __rtw89_debug +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xadd290e6 rtw89_core_fill_txdesc +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xb3fd8d64 rtw89_phy_set_txpwr_offset +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xb4f201bd rtw89_mac_disable_bb_rf +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xbc5552de rtw89_phy_load_txpwr_byrate +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xc2dc586b rtw89_core_napi_deinit +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xc57f4574 rtw89_mac_stop_sch_tx_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xcf42b14f rtw89_phy_read_rf +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xd5c5c13b rtw89_btc_ntfy_wl_rfk +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xd7546dc1 rtw89_phy_write32_idx +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xe1647fb6 rtw89_core_unregister +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xe3f57b04 rtw89_debug_mask +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xe3faa831 rtw89_alloc_ieee80211_hw +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xe96d3464 rtw89_mac_resume_sch_tx +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xedb174f9 rtw89_fw_h2c_rf_ntfy_mcc +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xefbaa2ad rtw89_phy_tssi_ctrl_set_bandedge_cfg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xf1799940 rtw89_mac_cfg_ctrl_path +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xf62f4f70 rtw89_ser_notify +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xfd618f98 rtw89_mac_stop_sch_tx +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x04578751 rtw89_pci_ltr_set_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x1c6096a8 rtw89_pci_disable_intr +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x32612128 rtw89_pci_fill_txaddr_info_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x43fa7d7c rtw89_pci_enable_intr +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x5c682f02 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 0x71162055 rtw89_bd_ram_table_single +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x761e36b1 rtw89_pci_recognize_intrs_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x7bb8e2cc rtw89_pci_enable_intr_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x7f843574 rtw89_pci_recognize_intrs +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x8fc50bd1 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 0xa6e43b3f rtw89_pci_config_intr_mask +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0xa911679e rtw89_pci_ltr_set +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0xaf698510 rtw89_pci_probe +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0xb2b218ae rtw89_pci_remove +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0xc397cdb1 rtw89_pm_ops +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0xf630d9a9 rtw89_pci_ch_dma_addr_set_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0xfeebbfe2 rtw89_pci_config_intr_mask_v1 +EXPORT_SYMBOL drivers/net/wireless/rsi/rsi_91x 0xf581366b rsi_config_wowlan +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0x1a05e4bb wl12xx_is_dummy_packet +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0x31b4c00e wlcore_calc_packet_alignment +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0x6bdc010d wl1271_free_tx_id +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0x72f44a41 wlcore_tx_complete +EXPORT_SYMBOL drivers/nfc/fdp/fdp 0x31dc88b5 fdp_nci_remove +EXPORT_SYMBOL drivers/nfc/fdp/fdp 0x5b22d055 fdp_nci_probe +EXPORT_SYMBOL drivers/nfc/microread/microread 0x4262ee2e microread_probe +EXPORT_SYMBOL drivers/nfc/microread/microread 0xb0bb27ca microread_remove +EXPORT_SYMBOL drivers/nfc/nxp-nci/nxp-nci 0x2e9a504a nxp_nci_probe +EXPORT_SYMBOL drivers/nfc/nxp-nci/nxp-nci 0x302c1a3f nxp_nci_remove +EXPORT_SYMBOL drivers/nfc/nxp-nci/nxp-nci 0x309e88a0 nxp_nci_fw_recv_frame +EXPORT_SYMBOL drivers/nfc/pn533/pn533 0x65f7bc6b pn533_recv_frame +EXPORT_SYMBOL drivers/nfc/pn544/pn544 0xa3d20e40 pn544_hci_remove +EXPORT_SYMBOL drivers/nfc/pn544/pn544 0xc71d7500 pn544_hci_probe +EXPORT_SYMBOL drivers/nfc/s3fwrn5/s3fwrn5 0x0318a4b3 s3fwrn5_remove +EXPORT_SYMBOL drivers/nfc/s3fwrn5/s3fwrn5 0x4dd1c547 s3fwrn5_phy_power_ctrl +EXPORT_SYMBOL drivers/nfc/s3fwrn5/s3fwrn5 0x5a82cd48 s3fwrn5_probe +EXPORT_SYMBOL drivers/nfc/s3fwrn5/s3fwrn5 0x61c3e151 s3fwrn5_recv_frame +EXPORT_SYMBOL drivers/nfc/s3fwrn5/s3fwrn5 0x774203fc s3fwrn5_phy_set_wake +EXPORT_SYMBOL drivers/nfc/s3fwrn5/s3fwrn5 0xedb12f10 s3fwrn5_phy_set_mode +EXPORT_SYMBOL drivers/nfc/s3fwrn5/s3fwrn5 0xf2ab60da s3fwrn5_phy_get_mode +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0x2276a826 st_nci_se_init +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0x7b5b0da3 ndlc_close +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0x817245b7 st_nci_se_deinit +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0x87dff51d ndlc_recv +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0x93ba6ef7 st_nci_se_io +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0xa20d4746 ndlc_remove +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0xa36b94ff ndlc_probe +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0xcabd7fd7 ndlc_send +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0xd975a7e0 ndlc_open +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0xe7355b6e st_nci_vendor_cmds_init +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x064c5036 st21nfca_hci_disable_se +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x0d23b8a8 st21nfca_im_send_atr_req +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x0e2d7f2e st21nfca_hci_probe +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x29263eed st21nfca_dep_init +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x387bbcfa st21nfca_se_init +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x4608bb11 st21nfca_hci_enable_se +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x485220ca st21nfca_hci_loopback_event_received +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x5dfc5dac st21nfca_im_send_dep_req +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x661ec95d st21nfca_hci_discover_se +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x6b534dc9 st21nfca_connectivity_event_received +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x8f1264f4 st21nfca_hci_remove +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x91a2ab47 st21nfca_tm_send_dep_res +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x94afe643 st21nfca_apdu_reader_event_received +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x9a8af9df st21nfca_dep_event_received +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x9fe9533a st21nfca_vendor_cmds_init +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0xefa41f9e st21nfca_hci_se_io +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0xf1ac66f1 st21nfca_dep_deinit +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0xf7991136 st21nfca_se_deinit +EXPORT_SYMBOL drivers/ntb/ntb 0x007c2e25 ntb_msg_event +EXPORT_SYMBOL drivers/ntb/ntb 0x097630ee ntb_db_event +EXPORT_SYMBOL drivers/ntb/ntb 0x0ea0bc15 ntb_clear_ctx +EXPORT_SYMBOL drivers/ntb/ntb 0x1bf02fd8 ntb_default_peer_port_number +EXPORT_SYMBOL drivers/ntb/ntb 0x24788f2c ntb_unregister_client +EXPORT_SYMBOL drivers/ntb/ntb 0x539bb047 ntb_link_event +EXPORT_SYMBOL drivers/ntb/ntb 0x686f2974 ntb_default_port_number +EXPORT_SYMBOL drivers/ntb/ntb 0x73b68de9 ntbm_msi_request_threaded_irq +EXPORT_SYMBOL drivers/ntb/ntb 0x7bbed8c5 ntb_msi_setup_mws +EXPORT_SYMBOL drivers/ntb/ntb 0x8fb0ea0e ntb_unregister_device +EXPORT_SYMBOL drivers/ntb/ntb 0x9b07afaf ntbm_msi_free_irq +EXPORT_SYMBOL drivers/ntb/ntb 0xa8a0f1c1 ntb_msi_peer_trigger +EXPORT_SYMBOL drivers/ntb/ntb 0xad71b53a ntb_msi_peer_addr +EXPORT_SYMBOL drivers/ntb/ntb 0xb0f1c6d1 ntb_msi_init +EXPORT_SYMBOL drivers/ntb/ntb 0xcceeb0e1 ntb_default_peer_port_idx +EXPORT_SYMBOL drivers/ntb/ntb 0xd73f255f ntb_set_ctx +EXPORT_SYMBOL drivers/ntb/ntb 0xd9216448 ntb_msi_clear_mws +EXPORT_SYMBOL drivers/ntb/ntb 0xdea9e90b ntb_default_peer_port_count +EXPORT_SYMBOL drivers/ntb/ntb 0xec721a2f ntb_register_device +EXPORT_SYMBOL drivers/ntb/ntb 0xf72ef379 __ntb_register_client +EXPORT_SYMBOL drivers/nvdimm/nd_btt 0x5fd36247 nvdimm_namespace_detach_btt +EXPORT_SYMBOL drivers/nvdimm/nd_btt 0xbabcd1e7 nvdimm_namespace_attach_btt +EXPORT_SYMBOL drivers/parport/parport 0x01cdebe8 __parport_register_driver +EXPORT_SYMBOL drivers/parport/parport 0x0228af12 parport_ieee1284_read_byte +EXPORT_SYMBOL drivers/parport/parport 0x07388b57 parport_ieee1284_read_nibble +EXPORT_SYMBOL drivers/parport/parport 0x0806868f parport_announce_port +EXPORT_SYMBOL drivers/parport/parport 0x10301058 parport_ieee1284_write_compat +EXPORT_SYMBOL drivers/parport/parport 0x25fa7777 parport_claim +EXPORT_SYMBOL drivers/parport/parport 0x29c9e10d parport_release +EXPORT_SYMBOL drivers/parport/parport 0x2e51e5a4 parport_wait_peripheral +EXPORT_SYMBOL drivers/parport/parport 0x392668f2 parport_ieee1284_epp_read_data +EXPORT_SYMBOL drivers/parport/parport 0x3ac1931e parport_wait_event +EXPORT_SYMBOL drivers/parport/parport 0x4d2a941b parport_ieee1284_interrupt +EXPORT_SYMBOL drivers/parport/parport 0x4de1d690 parport_ieee1284_ecp_write_data +EXPORT_SYMBOL drivers/parport/parport 0x4dffa13a parport_get_port +EXPORT_SYMBOL drivers/parport/parport 0x4ebec632 parport_ieee1284_epp_write_data +EXPORT_SYMBOL drivers/parport/parport 0x50a85956 parport_claim_or_block +EXPORT_SYMBOL drivers/parport/parport 0x582b6f77 parport_remove_port +EXPORT_SYMBOL drivers/parport/parport 0x59b690b9 parport_negotiate +EXPORT_SYMBOL drivers/parport/parport 0x5e3a3912 parport_irq_handler +EXPORT_SYMBOL drivers/parport/parport 0x5ef4615d parport_find_number +EXPORT_SYMBOL drivers/parport/parport 0x712eecb1 parport_register_port +EXPORT_SYMBOL drivers/parport/parport 0x844f2ddc parport_del_port +EXPORT_SYMBOL drivers/parport/parport 0x8b53c86f parport_unregister_device +EXPORT_SYMBOL drivers/parport/parport 0x8d1305f1 parport_put_port +EXPORT_SYMBOL drivers/parport/parport 0x93031d28 parport_set_timeout +EXPORT_SYMBOL drivers/parport/parport 0x943d432c parport_ieee1284_epp_write_addr +EXPORT_SYMBOL drivers/parport/parport 0x9762538e parport_ieee1284_ecp_write_addr +EXPORT_SYMBOL drivers/parport/parport 0xaa6ce893 parport_find_base +EXPORT_SYMBOL drivers/parport/parport 0xadd65792 parport_register_dev_model +EXPORT_SYMBOL drivers/parport/parport 0xafa52c27 parport_ieee1284_ecp_read_data +EXPORT_SYMBOL drivers/parport/parport 0xb1c3f663 parport_read +EXPORT_SYMBOL drivers/parport/parport 0xc014a123 parport_unregister_driver +EXPORT_SYMBOL drivers/parport/parport 0xf9652e93 parport_write +EXPORT_SYMBOL drivers/parport/parport 0xfec91377 parport_ieee1284_epp_read_addr +EXPORT_SYMBOL drivers/parport/parport_pc 0x4ae454fc parport_pc_unregister_port +EXPORT_SYMBOL drivers/parport/parport_pc 0x8aab984d parport_pc_probe_port +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x0234e46b pcmcia_unregister_socket +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x0b48d9c7 pcmcia_get_socket_by_nr +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x1fa093ed pcmcia_parse_uevents +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x212db8d2 pcmcia_socket_list +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x41b8bc84 pcmcia_put_socket +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x47b6affe pcmcia_register_socket +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x7910dfe5 pccard_register_pcmcia +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x8da1673b pcmcia_get_socket +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xa8676504 pcmcia_reset_card +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xad23b920 pcmcia_parse_events +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xcc1c2f1d pcmcia_socket_class +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 0x9b3d8b0a pccard_static_ops +EXPORT_SYMBOL drivers/platform/chrome/cros_ec 0x04371283 cros_ec_suspend +EXPORT_SYMBOL drivers/platform/chrome/cros_ec 0x15d46f44 cros_ec_unregister +EXPORT_SYMBOL drivers/platform/chrome/cros_ec 0x324e273f cros_ec_resume +EXPORT_SYMBOL drivers/platform/chrome/cros_ec 0x48ce3e62 cros_ec_register +EXPORT_SYMBOL drivers/platform/chrome/cros_ec 0xf25aacf5 cros_ec_irq_thread +EXPORT_SYMBOL drivers/regulator/rohm-regulator 0xd0d10ead rohm_regulator_set_dvs_levels +EXPORT_SYMBOL drivers/rpmsg/qcom_smd 0x3330a1c8 qcom_smd_unregister_edge +EXPORT_SYMBOL drivers/rpmsg/qcom_smd 0xc7e20e4a qcom_smd_register_edge +EXPORT_SYMBOL drivers/rpmsg/rpmsg_char 0x0f340605 rpmsg_chrdev_eptdev_create +EXPORT_SYMBOL drivers/rpmsg/rpmsg_char 0x59490b1d rpmsg_chrdev_eptdev_destroy +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x11d30e56 rpmsg_trysendto +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x22fd753e rpmsg_get_mtu +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x2df425a5 rpmsg_register_device_override +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x3424cea8 rpmsg_release_channel +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x3667f7e4 rpmsg_find_device +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x39094f87 rpmsg_trysend +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x58b97b84 rpmsg_create_channel +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x716f4fcf rpmsg_send_offchannel +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x717a11ac rpmsg_sendto +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x7276ed15 rpmsg_destroy_ept +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0xa70a84fc rpmsg_unregister_device +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0xad306617 rpmsg_create_ept +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0xb65c4b1e rpmsg_class +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0xd24e9856 rpmsg_trysend_offchannel +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0xde94d085 rpmsg_send +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0xe36db132 rpmsg_poll +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0xe4e466e6 rpmsg_register_device +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0xf107e768 unregister_rpmsg_driver +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0xf5442537 __register_rpmsg_driver +EXPORT_SYMBOL drivers/rpmsg/rpmsg_ns 0x40332cc9 rpmsg_ns_register_device +EXPORT_SYMBOL drivers/scsi/esp_scsi 0x4a29ab38 scsi_esp_intr +EXPORT_SYMBOL drivers/scsi/esp_scsi 0x674fd785 scsi_esp_cmd +EXPORT_SYMBOL drivers/scsi/esp_scsi 0xbbf23b3d scsi_esp_register +EXPORT_SYMBOL drivers/scsi/esp_scsi 0xd20cdfc1 scsi_esp_unregister +EXPORT_SYMBOL drivers/scsi/esp_scsi 0xf6fac581 scsi_esp_template +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x22635c90 fcoe_ctlr_recv +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x29696dd8 fcoe_ctlr_set_fip_mode +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x72e75237 fcoe_ctlr_init +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x867b3217 fcoe_fcf_get_selected +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x87a42000 fcoe_transport_detach +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x87e3d237 fcoe_ctlr_link_down +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x95deb09f fcoe_transport_attach +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xb036e285 fcoe_ctlr_els_send +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xceba4662 fcoe_ctlr_recv_flogi +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xd2b7623f fcoe_ctlr_destroy +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xe4122779 fcoe_ctlr_link_up +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x026bc722 fc_linkup +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x05004cf0 fc_linkdown +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x0896c772 fc_vport_setlink +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x0cb72dde fc_set_mfs +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x0ebce2c9 fc_rport_create +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x1905eb16 fc_fc4_deregister_provider +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x1b28cb52 fc_elsct_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x1defb8e0 fc_lport_flogi_resp +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x203663b2 fc_lport_destroy +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x21c01fc3 fc_rport_lookup +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x22b90986 fc_exch_mgr_del +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x267bdc3c fc_fcp_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x27129ced fc_eh_host_reset +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x272e1f16 fc_rport_terminate_io +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x2c599d39 fc_fill_hdr +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x301eb983 fc_exch_mgr_alloc +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x471c06bb fc_exch_mgr_add +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x50dc4845 fc_rport_login +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x569dd730 fc_frame_alloc_fill +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x5ae17697 fc_fabric_logoff +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x5ca3d28e fc_disc_config +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x61bca158 fc_queuecommand +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x66062c12 fc_lport_logo_resp +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x6f130814 fc_lport_config +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x765ff74e fc_slave_alloc +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x78a8f470 fc_rport_recv_req +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x7e2ea5d1 fc_eh_device_reset +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x7f3407a7 fc_seq_start_next +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x7fcf7da0 fc_fill_reply_hdr +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x811811e0 fc_exch_done +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x8151ab98 fc_get_host_port_state +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x82476809 fc_fcp_destroy +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x8320ef02 fc_fabric_login +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x8370ee4e fc_lport_iterate +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x891ff821 fc_fc4_register_provider +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x8ab2df19 fc_lport_recv +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x8b3aa47e fc_exch_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x8d0750b9 fc_get_host_speed +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x9c88ac43 fc_frame_crc_check +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 0xabd1fae2 fc_exch_update_stats +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xac583252 fc_set_rport_loss_tmo +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xafb3b013 fc_eh_abort +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xb0ddd5a1 fc_rport_flush_queue +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xbcbf7796 fc_get_host_stats +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xbe573a9e libfc_vport_create +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xbf34ec1e fc_exch_seq_send +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xc2cd73ee fc_vport_id_lookup +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xc674dd2b fc_lport_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xcc0a9303 fc_exch_recv +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xccf1bb7f fc_seq_set_resp +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xd157c13c fc_lport_set_local_id +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xd242b245 fc_exch_mgr_list_clone +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xd837199b fc_disc_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xda0f5353 fc_lport_reset +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xe5cf06b5 fc_lport_notifier_head +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xe72c0337 fc_exch_mgr_reset +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xebae667f _fc_frame_alloc +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xedee7f76 fc_seq_send +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xf06a89ca fc_rport_logoff +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xf50727c3 fc_exch_mgr_free +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xf8ac97ae fc_elsct_send +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xf953bc2f fc_lport_bsg_request +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xfa4667d1 fc_seq_release +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xfe84c702 fc_seq_assign +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0x0f9ac523 sas_prep_resume_ha +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0x4a8e3d34 try_test_sas_gpio_gp_bit +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0x8937d27d sas_resume_ha +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0x94c77949 sas_resume_ha_no_sync +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0xb77d6ca4 sas_suspend_ha +EXPORT_SYMBOL drivers/scsi/megaraid/megaraid_mm 0x2506f89b 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 0x39ed66b5 qlt_xmit_tm_rsp +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x43cf1dd3 qlt_stop_phase1 +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x54ae0464 qlt_free_cmd +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x81a4b601 qlt_xmit_response +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x8f4e4cae qlt_lport_deregister +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xa4586de5 qlt_unreg_sess +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xccd24ec9 qlt_free_mcmd +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xccf944c5 qlt_abort_cmd +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xcd8f2938 qlt_enable_vha +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xdaf0caa3 qlt_stop_phase2 +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xe23d915e qlt_lport_register +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xfd590444 qlt_rdy_to_xfer +EXPORT_SYMBOL drivers/scsi/raid_class 0x47014fb8 raid_class_release +EXPORT_SYMBOL drivers/scsi/raid_class 0x7f3dcef6 raid_class_attach +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x375f8bbd fc_get_event_number +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x37e64955 scsi_is_fc_rport +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x47d426c6 fc_remove_host +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x4adfa3cb fc_block_scsi_eh +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x4b773390 fc_remote_port_rolechg +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x4bb8e071 fc_vport_create +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x5676ad16 fc_remote_port_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x6948df58 fc_block_rport +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x6b5d49ce fc_host_post_vendor_event +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x80297f85 fc_attach_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x9d52ee3d fc_remote_port_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xa37d1afe fc_release_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xac295db1 fc_host_post_fc_event +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xb1cd714e fc_host_fpin_rcv +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xb57921fb fc_eh_timed_out +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xc111ed4d fc_host_post_event +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xd189018a fc_find_rport_by_wwpn +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xe8f0f795 fc_vport_terminate +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x01ef2a60 sas_phy_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x082b75a6 sas_port_free +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x0b356ed0 sas_port_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x1edca444 sas_port_alloc_num +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x36fb218d sas_phy_free +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x3d9e73c2 sas_port_delete_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x400a87a0 sas_get_address +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x49f96bca scsi_is_sas_rphy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x49fa1d28 scsi_is_sas_port +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x4d84158f sas_expander_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x556ba9ad sas_read_port_mode_page +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x596e59cd sas_port_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x597f6908 sas_port_add_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x5b2a89c0 sas_end_device_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x62a51f8a sas_attach_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x65da4294 sas_release_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x7849901a sas_port_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x7cd44b6a sas_rphy_remove +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x9a223660 sas_port_mark_backlink +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x9f25675b sas_phy_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xae13a1d7 sas_phy_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xbfe6b6e0 sas_rphy_unlink +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xc5eb7e8f sas_rphy_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xd9097adb sas_remove_children +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xef690458 sas_remove_host +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xefb557cf sas_port_get_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xf916d228 sas_rphy_free +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xf9df3499 sas_rphy_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xfff76972 scsi_is_sas_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0x3686ea09 spi_print_msg +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0x90b50340 spi_release_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0xa0565c41 spi_display_xfer_agreement +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0xa574d2b4 spi_schedule_dv_device +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0xb4c16d94 spi_attach_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0xe0013c46 spi_dv_device +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0x405b6e05 srp_parse_tmo +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0x5c61b9cc srp_timed_out +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0x5e3bb4cd srp_rport_get +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0x80264d8d srp_reconnect_rport +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0x98ebcd56 srp_start_tl_fail_timers +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0xbdbb1363 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 0x11e6c220 cmdq_mbox_create +EXPORT_SYMBOL drivers/soc/mediatek/mtk-cmdq-helper 0x1f3ed632 cmdq_pkt_jump +EXPORT_SYMBOL drivers/soc/mediatek/mtk-cmdq-helper 0x3535b1a7 cmdq_pkt_create +EXPORT_SYMBOL drivers/soc/mediatek/mtk-cmdq-helper 0x3ef640c9 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 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 0xb57fd0ee cmdq_mbox_destroy +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 0xc53d76b1 ocmem_allocate +EXPORT_SYMBOL drivers/soc/qcom/ocmem 0xf45b8726 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 0x16e12fa3 geni_icc_set_bw +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0x3369313f geni_icc_set_tag +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0x3580c402 geni_se_tx_dma_prep +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0x4597416d geni_icc_enable +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0x4aefefba geni_se_resources_off +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0x527b2389 geni_se_init +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0x53366ade geni_se_resources_on +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0x80db5db5 geni_se_select_mode +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0x8813a66f geni_se_rx_dma_prep +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0x914b3f68 geni_se_tx_dma_unprep +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0xb952321f geni_se_clk_tbl_get +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0xc0aa1d44 geni_se_rx_dma_unprep +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0xc5fef25d geni_se_get_qup_hw_version +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0xd62a65c2 geni_se_config_packing +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0xd7b1ff7d geni_se_clk_freq_match +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0xe41f9fb8 geni_icc_disable +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0xeb76ef46 geni_icc_get +EXPORT_SYMBOL drivers/soc/qcom/qcom_aoss 0x2333aed6 qmp_put +EXPORT_SYMBOL drivers/soc/qcom/qcom_aoss 0x7cee1ce8 qmp_get +EXPORT_SYMBOL drivers/soc/qcom/qcom_aoss 0x9e2aa1df qmp_send +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0x0f3510e5 qmi_txn_init +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0x152c3bbd qmi_add_server +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 0x57ab76b3 qmi_send_request +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0x6051451d qmi_decode_message +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0x79ba66f2 qmi_handle_release +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0x8386defd qmi_send_indication +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0xa3b25cca qmi_txn_wait +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0xc38bfde2 qmi_handle_init +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0xc7007e10 qmi_txn_cancel +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0xcfe8a00b qmi_add_lookup +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0xfbedd221 qmi_send_response +EXPORT_SYMBOL drivers/soc/qcom/smd-rpm 0x3abef80b qcom_rpm_smd_write +EXPORT_SYMBOL drivers/soc/qcom/smem 0x34b57571 qcom_smem_alloc +EXPORT_SYMBOL drivers/soc/qcom/smem 0x5a710273 qcom_smem_get_free_space +EXPORT_SYMBOL drivers/soc/qcom/smem 0x9979b76e qcom_smem_virt_to_phys +EXPORT_SYMBOL drivers/soc/qcom/smem 0xeeffa750 qcom_smem_get +EXPORT_SYMBOL drivers/soc/qcom/wcnss_ctrl 0x6fe8a0b4 qcom_wcnss_open_channel +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x00706e16 sdw_compare_devid +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x077fa69b sdw_write_no_pm +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x16d1706b sdw_prepare_stream +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x1afb645f sdw_bus_exit_clk_stop +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x1b25aa85 sdw_read_no_pm +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x1deee061 sdw_find_row_index +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x2764fe62 sdw_update +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x2b556c70 sdw_stream_remove_slave +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x2d8ac50b sdw_extract_slave_id +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x2e429c95 sdw_bwrite_no_pm_unlocked +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x397b6f35 sdw_master_read_prop +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x3b0a8582 sdw_startup_stream +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x3d108f56 sdw_update_no_pm +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x4cde88bf sdw_disable_stream +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x4e649de6 sdw_stream_remove_master +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x51cacbc0 sdw_nwrite +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x5203e76d sdw_stream_add_slave +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x5b353230 sdw_read +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x60e31fbb sdw_find_col_index +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x69c7a166 sdw_show_ping_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 0x768b8232 sdw_stream_add_master +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x83222839 sdw_nread +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x83b22d34 sdw_bus_clk_stop +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x85dde13b sdw_slave_add +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x9e122d79 sdw_alloc_stream +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xa676dd4d sdw_bus_prep_clk_stop +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xaa960aa7 sdw_slave_read_prop +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xb26e231c sdw_clear_slave_status +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 0xc105aff8 sdw_write +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xca6f666c sdw_bus_master_delete +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xd3b4857e sdw_handle_slave_status +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xda5bce09 sdw_release_stream +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xef6b4656 sdw_bus_master_add +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xf53ba0b8 sdw_rows +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xf7df2f26 sdw_bread_no_pm_unlocked +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x05992f0c cdns_xfer_msg_defer +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x1106d58d cdns_reset_page_addr +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x13cfcf61 cdns_xfer_msg +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x2772976b sdw_cdns_exit_reset +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x34712074 sdw_cdns_irq +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x37503402 cdns_read_ping_status +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x8229c2c7 sdw_cdns_clock_restart +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x8790e62e sdw_cdns_pdi_init +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0xb3a8e183 cdns_bus_conf +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0xc5d0f4fa sdw_cdns_is_clock_stop +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0xc6862b0e sdw_cdns_init +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0xd6653b83 sdw_cdns_enable_interrupt +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0xdd3da9a1 sdw_cdns_check_self_clearing_bits +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0xe064d031 cdns_set_sdw_stream +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0xe80f2c80 sdw_cdns_config_stream +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0xeb0b6cc5 sdw_cdns_clock_stop +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0xf228e48e sdw_cdns_alloc_pdi +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0xf6d453f4 sdw_cdns_probe +EXPORT_SYMBOL drivers/soundwire/soundwire-generic-allocation 0xbae93ced sdw_compute_params +EXPORT_SYMBOL drivers/ssb/ssb 0x0542ed97 ssb_dma_translation +EXPORT_SYMBOL drivers/ssb/ssb 0x09a73397 ssb_bus_sdiobus_register +EXPORT_SYMBOL drivers/ssb/ssb 0x0ef3a5bf ssb_bus_unregister +EXPORT_SYMBOL drivers/ssb/ssb 0x2cd619ab ssb_device_is_enabled +EXPORT_SYMBOL drivers/ssb/ssb 0x35d22afc ssb_device_disable +EXPORT_SYMBOL drivers/ssb/ssb 0x43e1d2c8 ssb_pmu_set_ldo_paref +EXPORT_SYMBOL drivers/ssb/ssb 0x46740bcd ssb_bus_suspend +EXPORT_SYMBOL drivers/ssb/ssb 0x51dcced0 ssb_commit_settings +EXPORT_SYMBOL drivers/ssb/ssb 0x631c40b3 ssb_bus_may_powerdown +EXPORT_SYMBOL drivers/ssb/ssb 0x8b99287e ssb_bus_resume +EXPORT_SYMBOL drivers/ssb/ssb 0xb292a8c9 __ssb_driver_register +EXPORT_SYMBOL drivers/ssb/ssb 0xb49d0d96 ssb_set_devtypedata +EXPORT_SYMBOL drivers/ssb/ssb 0xb8c1d68d ssb_clockspeed +EXPORT_SYMBOL drivers/ssb/ssb 0xbfb0f665 ssb_pmu_set_ldo_voltage +EXPORT_SYMBOL drivers/ssb/ssb 0xc23f7cfb ssb_pcihost_register +EXPORT_SYMBOL drivers/ssb/ssb 0xc674b401 ssb_bus_powerup +EXPORT_SYMBOL drivers/ssb/ssb 0xcb17f1cb ssb_admatch_base +EXPORT_SYMBOL drivers/ssb/ssb 0xd643c939 ssb_pcicore_dev_irqvecs_enable +EXPORT_SYMBOL drivers/ssb/ssb 0xdae5a96d ssb_device_enable +EXPORT_SYMBOL drivers/ssb/ssb 0xdf51201b ssb_chipco_gpio_control +EXPORT_SYMBOL drivers/ssb/ssb 0xdfc7c6ef ssb_admatch_size +EXPORT_SYMBOL drivers/ssb/ssb 0xebcb1707 ssb_driver_unregister +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x21d9dc60 fbtft_write_buf_dc +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x2f35c71d fbtft_register_framebuffer +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x3691b9ca fbtft_write_vmem16_bus16 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x3b359b74 fbtft_init_display +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x3c395ff8 fbtft_write_reg8_bus8 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x4434bcec fbtft_dbg_hex +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x48bae3c6 fbtft_write_vmem16_bus9 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x4e4f5c3e fbtft_framebuffer_release +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x4ede1936 fbtft_remove_common +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x5010a0f8 fbtft_register_backlight +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x5093d105 fbtft_write_spi +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x54eaf20d fbtft_write_spi_emulate_9 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x7b2c2047 fbtft_write_reg8_bus9 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x8a05cfc5 fbtft_write_vmem8_bus8 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xab0a9505 fbtft_unregister_framebuffer +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xb9027b2d fbtft_probe_common +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xbc311b3e fbtft_write_reg16_bus16 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xc3a42b78 fbtft_write_gpio16_wr +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xcab60990 fbtft_write_vmem16_bus8 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xd3489b75 fbtft_framebuffer_alloc +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xd528f9b6 fbtft_write_reg16_bus8 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xdbc1d617 fbtft_read_spi +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xe20c6550 fbtft_unregister_backlight +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xfbfb8cfd fbtft_write_gpio8_wr +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xfd1d5c90 fbtft_write_gpio16_wr_latched +EXPORT_SYMBOL drivers/staging/greybus/gb-audio-codec 0x0fdb152b gbaudio_unregister_module +EXPORT_SYMBOL drivers/staging/greybus/gb-audio-codec 0x20c27ff2 gbaudio_module_update +EXPORT_SYMBOL drivers/staging/greybus/gb-audio-codec 0xc7811856 gbaudio_register_module +EXPORT_SYMBOL drivers/staging/iio/addac/adt7316 0x529f87d2 adt7316_probe +EXPORT_SYMBOL drivers/staging/iio/meter/ade7854 0x5184ca5d ade7854_probe +EXPORT_SYMBOL drivers/staging/nvec/nvec 0x9b3929f1 nvec_write_sync +EXPORT_SYMBOL drivers/staging/nvec/nvec 0xf106ad4f nvec_write_async +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x00b5a0d4 rtllib_wx_set_encode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x03081450 rtllib_wx_get_rts +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x04f57630 rtllib_wx_get_freq +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x097e08de rtllib_stop_scan_syncro +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x0c49370b dot11d_channel_map +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x0e09270a rtllib_wx_set_auth +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x10020998 rtllib_wx_set_rate +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x1873b3a5 rtllib_wx_set_essid +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x1b80ac98 rtllib_start_send_beacons +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x1d61fb0d rtllib_wx_set_rawtx +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x22166084 rt_global_debug_component +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x227c6cbd dot11d_init +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x2df07cf5 rtllib_wx_get_wap +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x3752752e rtllib_wx_set_power +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x3a54e69c alloc_rtllib +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x429bc7f6 rtllib_stop_send_beacons +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x45380808 rtllib_wx_get_scan +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x488e79f3 rtllib_legal_channel +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x4ad367f8 rtllib_act_scanning +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x4d772624 rtllib_wx_set_mode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x5246d93c free_rtllib +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x54a1ac64 rtllib_wx_set_wap +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x5f84abec rtllib_MgntDisconnect +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x6130d617 rtllib_wx_get_encode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x66669437 rtllib_DisableIntelPromiscuousMode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x6c699628 rtllib_get_beacon +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x718ea471 rtllib_wx_set_gen_ie +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x74eebb14 rtllib_wx_get_name +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x77b5ca6b RemovePeerTS +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x788da97a rtllib_rx +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x7a2a7e1e rtllib_ps_tx_ack +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x7a59c4c1 rtllib_wx_set_rts +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x83848432 rtllib_wx_set_freq +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x838e3120 notify_wx_assoc_event +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x874c683d rtllib_wx_set_encode_ext +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x877ad7f9 rtllib_reset_queue +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x8ff40f77 rtllib_start_scan_syncro +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x921304b9 rtllib_xmit +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x9773fb9a rtllib_wx_get_rate +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xa83a4a1e rtllib_sta_ps_send_null_frame +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xa8422394 rtllib_softmac_stop_protocol +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xb4e61d1d rtllib_wx_set_mlme +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xb4ed9ace rtllib_stop_scan +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xc249fa0a rtllib_wx_set_scan +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xca06d426 rtllib_wx_get_mode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xd169ce5b rtllib_softmac_start_protocol +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xd9db65f0 rtllib_wx_get_power +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xda0200ce HT_update_self_and_peer_setting +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xdf78f620 rtllib_wlan_frequencies +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xe7d90ad9 rtllib_EnableIntelPromiscuousMode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xf6faa37b rtllib_wx_get_essid +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x06da42d2 HTUpdateSelfAndPeerSetting +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x0b0d50f2 dot11d_update_country_ie +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x0d32e9b1 ieee80211_wx_set_essid +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x0ebaf2ca ieee80211_wake_queue_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x171b9da5 ieee80211_stop_send_beacons +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x192f2ead ieee80211_wx_get_essid +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x19c0dddb ieee80211_disassociate +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x2153f7b9 ieee80211_rx_mgt +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x232e7944 ieee80211_wlan_frequencies +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x27cc28e9 ieee80211_softmac_xmit +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x29fde439 ieee80211_wx_set_scan +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x2ae09181 dot11d_get_max_tx_pwr_in_dbm +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x2b9fe4cd ieee80211_softmac_scan_syncro +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x3566b725 ieee80211_wx_get_scan +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x40ddf4be ieee80211_wx_get_power +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x4d033806 ieee80211_wx_set_gen_ie +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x504f5f39 to_legal_channel +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x54c033a2 ieee80211_wx_set_power +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x5c13ae07 ieee80211_rx +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x5fdc16c5 ieee80211_start_scan_syncro +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x6535450f ieee80211_wx_set_encode +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x6651f895 ieee80211_is_shortslot +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x69beb58a ieee80211_wx_get_rts +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x71200487 ieee80211_wx_get_encode +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x73459147 rtl8192u_dot11d_init +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x7ee58a60 ieee80211_wx_set_wap +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x7eee73a6 SendDisassociation_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x81f53217 ieee80211_wx_set_rate +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x84a8ffa4 ieee80211_wx_set_mlme +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x88575109 ieee80211_wpa_supplicant_ioctl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x89c8cf08 ieee80211_wx_set_encode_ext +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x89d7f431 ieee80211_wx_get_wap +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x90f0aed8 ieee80211_ps_tx_ack +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x93f6d113 ieee80211_wx_set_rawtx +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x9d6e610b ieee80211_wx_get_rate +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x9e8ccbdb ieee80211_wx_set_rts +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xa8d517c6 ieee80211_reset_queue +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xab160de9 dot11d_scan_complete +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xb5e76cc1 is_legal_channel +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xb6f26728 ieee80211_get_beacon +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xbd511212 ieee80211_wx_get_name +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xc0a2514c ieee80211_wx_get_freq +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xc907d4de ieee80211_stop_queue_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xcf47eb55 ieee80211_wx_set_mode +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xd3dcb849 ieee80211_wx_get_mode +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xd9b2dfde ieee80211_softmac_stop_protocol +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xdb6bd8d8 ieee80211_wx_set_auth +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xdc390250 ieee80211_wx_set_freq +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xe3372510 ieee80211_is_54g +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xe33bd70a notify_wx_assoc_event_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xe5037b36 ieee80211_softmac_start_protocol +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xe989ef1e ieee80211_stop_scan +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xf5620e76 ieee80211_txb_free +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xf9495d21 dot11d_reset +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xfb81e6c4 ieee80211_start_send_beacons +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xfd128442 ieee80211_wx_get_encode_ext +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x0a96b37b iscsit_increment_maxcmdsn +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x0fc8836d iscsit_setup_text_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x116053f9 iscsit_add_reject +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x11cc808b iscsit_build_task_mgt_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x14646181 iscsit_handle_logout_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x16ac8660 iscsit_setup_nop_out +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x1c993bef iscsit_process_text_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x1ea477bc iscsit_build_rsp_pdu +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x227625d0 __iscsit_check_dataout_hdr +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x2826d7f1 iscsit_setup_scsi_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x2d4cf350 iscsit_queue_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x3ba5c1dd iscsit_build_logout_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x44d3815b iscsit_build_text_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x44deaacd iscsit_build_reject +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x46029674 iscsit_aborted_task +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x51f2729f iscsit_add_cmd_to_immediate_queue +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x56ec7cec iscsit_get_datain_values +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x5c413f8a iscsit_build_nopin_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x633adde1 iscsit_check_dataout_hdr +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x63f0968c iscsi_target_check_login_request +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x669c5d55 iscsit_handle_task_mgt_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x7c488547 iscsit_tmr_post_handler +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x81a122ab iscsit_find_cmd_from_itt +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x85f32a53 iscsit_response_queue +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x8b2204f8 iscsit_cause_connection_reinstatement +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x8c629a44 iscsit_find_cmd_from_itt_or_dump +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x91f8cb08 iscsit_sequence_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x955f619b iscsit_unregister_transport +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x95a07951 iscsit_release_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xa932e7e6 iscsit_build_datain_pdu +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xae397af0 iscsi_change_param_sprintf +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xaf55e3a6 iscsit_reject_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xaf794b2d iscsit_immediate_queue +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xbc3ece65 iscsit_thread_check_cpumask +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xc9dc9cf4 iscsit_stop_dataout_timer +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xd3484f2c iscsit_set_unsolicited_dataout +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xdbc6ef17 iscsit_allocate_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xe32536de iscsit_build_r2ts_for_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xe502f8da iscsit_register_transport +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xe6486774 iscsit_process_scsi_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xe8b8f4b8 iscsit_handle_snack +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xeb538850 iscsit_process_nop_out +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xec2da797 iscsit_logout_post_handler +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xf34332f0 iscsi_find_param_from_key +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xf401ab54 iscsit_check_dataout_payload +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xf4ef91a0 iscsit_free_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x0511d819 transport_copy_sense_to_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x065f565b core_tpg_register +EXPORT_SYMBOL drivers/target/target_core_mod 0x0871ffd6 transport_set_vpd_ident +EXPORT_SYMBOL drivers/target/target_core_mod 0x0be70bb9 target_show_dynamic_sessions +EXPORT_SYMBOL drivers/target/target_core_mod 0x0d001469 transport_lookup_tmr_lun +EXPORT_SYMBOL drivers/target/target_core_mod 0x0f7fe1ba transport_kunmap_data_sg +EXPORT_SYMBOL drivers/target/target_core_mod 0x1002fb09 target_depend_item +EXPORT_SYMBOL drivers/target/target_core_mod 0x128e9143 passthrough_attrib_attrs +EXPORT_SYMBOL drivers/target/target_core_mod 0x142072c0 transport_set_vpd_assoc +EXPORT_SYMBOL drivers/target/target_core_mod 0x15132679 transport_deregister_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x1710ddbe target_unregister_template +EXPORT_SYMBOL drivers/target/target_core_mod 0x1b33638d target_send_busy +EXPORT_SYMBOL drivers/target/target_core_mod 0x1b84bd23 transport_deregister_session_configfs +EXPORT_SYMBOL drivers/target/target_core_mod 0x1eeb5ff1 target_show_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x21984c11 core_alua_check_nonop_delay +EXPORT_SYMBOL drivers/target/target_core_mod 0x222098fb transport_kmap_data_sg +EXPORT_SYMBOL drivers/target/target_core_mod 0x23a06ccd target_submit_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x27f0b346 sbc_attrib_attrs +EXPORT_SYMBOL drivers/target/target_core_mod 0x30309a15 passthrough_parse_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0x334ec2a7 target_get_sess_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x339c9452 target_cmd_init_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0x34daba13 core_tmr_alloc_req +EXPORT_SYMBOL drivers/target/target_core_mod 0x37347148 target_undepend_item +EXPORT_SYMBOL drivers/target/target_core_mod 0x3a039751 transport_init_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x3a20a9d7 transport_set_vpd_ident_type +EXPORT_SYMBOL drivers/target/target_core_mod 0x3b4a382b transport_generic_free_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x3b8c5640 transport_alloc_session_tags +EXPORT_SYMBOL drivers/target/target_core_mod 0x3d9104f3 target_complete_cmd_with_length +EXPORT_SYMBOL drivers/target/target_core_mod 0x43110923 transport_lookup_cmd_lun +EXPORT_SYMBOL drivers/target/target_core_mod 0x4392de18 core_tpg_get_initiator_node_acl +EXPORT_SYMBOL drivers/target/target_core_mod 0x44ebe469 target_wait_for_sess_cmds +EXPORT_SYMBOL drivers/target/target_core_mod 0x45d00786 target_complete_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x5bdb610a target_free_sgl +EXPORT_SYMBOL drivers/target/target_core_mod 0x62a35889 target_cmd_parse_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0x67afe746 transport_send_check_condition_and_sense +EXPORT_SYMBOL drivers/target/target_core_mod 0x6db61c2c target_tpg_has_node_acl +EXPORT_SYMBOL drivers/target/target_core_mod 0x6e56eca2 __target_init_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x7533f122 target_nacl_find_deve +EXPORT_SYMBOL drivers/target/target_core_mod 0x776e4fa3 transport_generic_handle_tmr +EXPORT_SYMBOL drivers/target/target_core_mod 0x78681f39 transport_backend_register +EXPORT_SYMBOL drivers/target/target_core_mod 0x7cf0df85 core_tpg_check_initiator_node_acl +EXPORT_SYMBOL drivers/target/target_core_mod 0x843b5c6c transport_generic_new_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x84a41e57 core_tpg_deregister +EXPORT_SYMBOL drivers/target/target_core_mod 0x85e3da1f core_tpg_set_initiator_node_tag +EXPORT_SYMBOL drivers/target/target_core_mod 0x867eb23d target_stop_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x8dafff92 sbc_get_write_same_sectors +EXPORT_SYMBOL drivers/target/target_core_mod 0x8ed27a28 transport_alloc_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x9ca82cf6 target_to_linux_sector +EXPORT_SYMBOL drivers/target/target_core_mod 0x9eb2311a spc_emulate_inquiry_std +EXPORT_SYMBOL drivers/target/target_core_mod 0x9fcbfc28 transport_generic_request_failure +EXPORT_SYMBOL drivers/target/target_core_mod 0xa536871b target_put_sess_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xa843df64 transport_handle_cdb_direct +EXPORT_SYMBOL drivers/target/target_core_mod 0xaefbcacd target_alloc_sgl +EXPORT_SYMBOL drivers/target/target_core_mod 0xb16dcd27 target_configure_unmap_from_queue +EXPORT_SYMBOL drivers/target/target_core_mod 0xb3fe66ec sbc_get_device_type +EXPORT_SYMBOL drivers/target/target_core_mod 0xb5b522d9 target_lun_is_rdonly +EXPORT_SYMBOL drivers/target/target_core_mod 0xba95c178 spc_parse_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0xbab0da41 target_set_cmd_data_length +EXPORT_SYMBOL drivers/target/target_core_mod 0xbbcb6dea target_submit_tmr +EXPORT_SYMBOL drivers/target/target_core_mod 0xbd68d935 core_allocate_nexus_loss_ua +EXPORT_SYMBOL drivers/target/target_core_mod 0xc098f0df spc_emulate_report_luns +EXPORT_SYMBOL drivers/target/target_core_mod 0xc0f36b37 sbc_parse_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0xc199da4e target_complete_cmd_with_sense +EXPORT_SYMBOL drivers/target/target_core_mod 0xc258fd30 target_put_nacl +EXPORT_SYMBOL drivers/target/target_core_mod 0xc44596a0 __transport_register_session +EXPORT_SYMBOL drivers/target/target_core_mod 0xc82bb46a spc_emulate_evpd_83 +EXPORT_SYMBOL drivers/target/target_core_mod 0xc96bea78 transport_wait_for_tasks +EXPORT_SYMBOL drivers/target/target_core_mod 0xcf0a0bf5 target_remove_session +EXPORT_SYMBOL drivers/target/target_core_mod 0xd03104c3 target_execute_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xd4554551 transport_register_session +EXPORT_SYMBOL drivers/target/target_core_mod 0xd4731fc3 transport_free_session +EXPORT_SYMBOL drivers/target/target_core_mod 0xd8768178 sbc_dif_verify +EXPORT_SYMBOL drivers/target/target_core_mod 0xe4f12bf3 passthrough_pr_attrib_attrs +EXPORT_SYMBOL drivers/target/target_core_mod 0xe9b3f1fe target_register_template +EXPORT_SYMBOL drivers/target/target_core_mod 0xeb6bd380 target_backend_unregister +EXPORT_SYMBOL drivers/target/target_core_mod 0xec8f47d8 target_setup_session +EXPORT_SYMBOL drivers/target/target_core_mod 0xf1239e71 sbc_dif_copy_prot +EXPORT_SYMBOL drivers/target/target_core_mod 0xf3c2dfe0 transport_set_vpd_proto_id +EXPORT_SYMBOL drivers/target/target_core_mod 0xf9aaabb8 core_tpg_set_initiator_node_queue_depth +EXPORT_SYMBOL drivers/ufs/core/ufshcd-core 0x28e95e15 ufshcd_system_suspend +EXPORT_SYMBOL drivers/ufs/core/ufshcd-core 0x746e76c8 ufshcd_shutdown +EXPORT_SYMBOL drivers/ufs/core/ufshcd-core 0x80adcc0d ufshcd_system_resume +EXPORT_SYMBOL drivers/ufs/core/ufshcd-core 0x86c72702 ufshcd_runtime_resume +EXPORT_SYMBOL drivers/ufs/core/ufshcd-core 0x9c8e4fea ufshcd_map_desc_id_to_length +EXPORT_SYMBOL drivers/ufs/core/ufshcd-core 0xb850296f ufshcd_runtime_suspend +EXPORT_SYMBOL drivers/ufs/core/ufshcd-core 0xbb993b60 ufshcd_get_local_unipro_ver +EXPORT_SYMBOL drivers/ufs/core/ufshcd-core 0xf9529b5f ufshcd_alloc_host +EXPORT_SYMBOL drivers/ufs/host/tc-dwc-g210 0x05ae004c tc_dwc_g210_config_20_bit +EXPORT_SYMBOL drivers/ufs/host/tc-dwc-g210 0xdc9ad522 tc_dwc_g210_config_40_bit +EXPORT_SYMBOL drivers/ufs/host/ufshcd-dwc 0x3dff20b3 ufshcd_dwc_link_startup_notify +EXPORT_SYMBOL drivers/ufs/host/ufshcd-dwc 0xb0bb5336 ufshcd_dwc_dme_set_attrs +EXPORT_SYMBOL drivers/usb/class/cdc-wdm 0x30dd3fc9 usb_cdc_wdm_register +EXPORT_SYMBOL drivers/usb/gadget/libcomposite 0xc8a05026 usb_os_desc_prepare_interf_dir +EXPORT_SYMBOL drivers/usb/host/sl811-hcd 0xd6fbfc0e sl811h_driver +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x06d57664 usb_wwan_close +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x25a7dbe3 usb_wwan_write_room +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x5f5e0107 usb_wwan_tiocmset +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x7051f4ec usb_wwan_tiocmget +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x824d2284 usb_wwan_resume +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xac3b9ac5 usb_wwan_suspend +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xb17e8633 usb_wwan_open +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xd3f3d6c4 usb_wwan_chars_in_buffer +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xd4519cef usb_wwan_port_remove +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xddfc7066 usb_wwan_write +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xebf1eb12 usb_wwan_dtr_rts +EXPORT_SYMBOL drivers/usb/serial/usbserial 0x7b812a7c usb_serial_suspend +EXPORT_SYMBOL drivers/usb/serial/usbserial 0xad1b0bfd usb_serial_resume +EXPORT_SYMBOL drivers/vdpa/vdpa 0x0e5d5b30 vdpa_set_status +EXPORT_SYMBOL drivers/vfio/mdev/mdev 0x26cdfab7 mdev_register_parent +EXPORT_SYMBOL drivers/vfio/mdev/mdev 0x38cb784e mdev_unregister_parent +EXPORT_SYMBOL drivers/vfio/mdev/mdev 0x71b02460 mdev_register_driver +EXPORT_SYMBOL drivers/vfio/mdev/mdev 0xdd08419d mdev_unregister_driver +EXPORT_SYMBOL drivers/vfio/vfio 0x19567d06 vfio_info_cap_shift +EXPORT_SYMBOL drivers/vfio/vfio 0x1b60d48a vfio_dma_rw +EXPORT_SYMBOL drivers/vfio/vfio 0x2216cbcd vfio_unpin_pages +EXPORT_SYMBOL drivers/vfio/vfio 0x414c4c3f 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/vhost/vhost 0x3c673bac vhost_chr_poll +EXPORT_SYMBOL drivers/vhost/vhost 0x8a2b7a43 vhost_chr_write_iter +EXPORT_SYMBOL drivers/vhost/vringh 0x0c46f5fb vringh_iov_pull_iotlb +EXPORT_SYMBOL drivers/vhost/vringh 0x18f3ddc2 vringh_iov_push_iotlb +EXPORT_SYMBOL drivers/vhost/vringh 0x19c24590 vringh_notify_disable_kern +EXPORT_SYMBOL drivers/vhost/vringh 0x1fe50c1a vringh_abandon_kern +EXPORT_SYMBOL drivers/vhost/vringh 0x2890c460 vringh_getdesc_kern +EXPORT_SYMBOL drivers/vhost/vringh 0x2d2babc9 vringh_complete_kern +EXPORT_SYMBOL drivers/vhost/vringh 0x3684d8af vringh_complete_iotlb +EXPORT_SYMBOL drivers/vhost/vringh 0x3b304ebb vringh_iov_push_user +EXPORT_SYMBOL drivers/vhost/vringh 0x3ee1955e vringh_init_iotlb +EXPORT_SYMBOL drivers/vhost/vringh 0x4311cd91 vringh_iov_pull_user +EXPORT_SYMBOL drivers/vhost/vringh 0x4504adc9 vringh_abandon_iotlb +EXPORT_SYMBOL drivers/vhost/vringh 0x5bd469c0 vringh_getdesc_user +EXPORT_SYMBOL drivers/vhost/vringh 0x5f586ca2 vringh_init_kern +EXPORT_SYMBOL drivers/vhost/vringh 0x61e3831b vringh_getdesc_iotlb +EXPORT_SYMBOL drivers/vhost/vringh 0x660779c8 vringh_kiov_advance +EXPORT_SYMBOL drivers/vhost/vringh 0x6a693a25 vringh_need_notify_user +EXPORT_SYMBOL drivers/vhost/vringh 0x90e93e3c vringh_complete_multi_user +EXPORT_SYMBOL drivers/vhost/vringh 0x97fa07e9 vringh_iov_push_kern +EXPORT_SYMBOL drivers/vhost/vringh 0x9b30452e vringh_complete_user +EXPORT_SYMBOL drivers/vhost/vringh 0xa7ce8bd6 vringh_notify_disable_user +EXPORT_SYMBOL drivers/vhost/vringh 0xa8efaeb9 vringh_set_iotlb +EXPORT_SYMBOL drivers/vhost/vringh 0xc0bb1581 vringh_need_notify_iotlb +EXPORT_SYMBOL drivers/vhost/vringh 0xc87491c8 vringh_notify_enable_iotlb +EXPORT_SYMBOL drivers/vhost/vringh 0xd465f463 vringh_need_notify_kern +EXPORT_SYMBOL drivers/vhost/vringh 0xde804bb9 vringh_iov_pull_kern +EXPORT_SYMBOL drivers/vhost/vringh 0xe4c21196 vringh_notify_disable_iotlb +EXPORT_SYMBOL drivers/vhost/vringh 0xeb2ec139 vringh_notify_enable_kern +EXPORT_SYMBOL drivers/vhost/vringh 0xf1e32cc0 vringh_init_user +EXPORT_SYMBOL drivers/vhost/vringh 0xf8605294 vringh_notify_enable_user +EXPORT_SYMBOL drivers/vhost/vringh 0xf9d0dd07 vringh_abandon_user +EXPORT_SYMBOL drivers/video/backlight/lcd 0x0d3215cb lcd_device_register +EXPORT_SYMBOL drivers/video/backlight/lcd 0x4eb507e5 devm_lcd_device_unregister +EXPORT_SYMBOL drivers/video/backlight/lcd 0x8f055e9b devm_lcd_device_register +EXPORT_SYMBOL drivers/video/backlight/lcd 0xdc97d907 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 0x614aded2 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 0x8efe904c svga_get_tilemax +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x9551eb31 svga_get_caps +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x9e0dac9d svga_settile +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xb0ab2b2e svga_check_timings +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xccada1de svga_tileblit +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xd22ca511 svga_set_default_atc_regs +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xd6ec2c44 svga_compute_pll +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xdcc5a013 svga_wseq_multi +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xe28d2a49 svga_set_default_gfx_regs +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xe88a1056 svga_tilecursor +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xf628813b svga_tilefill +EXPORT_SYMBOL drivers/video/fbdev/core/syscopyarea 0x2a461fe9 sys_copyarea +EXPORT_SYMBOL drivers/video/fbdev/core/sysfillrect 0xdc59c8dd sys_fillrect +EXPORT_SYMBOL drivers/video/fbdev/core/sysimgblt 0x54dd2a6f sys_imageblit +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 0x80569b31 cyber2000fb_attach +EXPORT_SYMBOL drivers/video/fbdev/cyber2000fb 0xb39f68d1 cyber2000fb_enable_extregs +EXPORT_SYMBOL drivers/video/fbdev/macmodes 0x00e81f25 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 0x2ecb0dd5 matroxfb_g450_setpll_cond +EXPORT_SYMBOL drivers/video/fbdev/matrox/g450_pll 0xe254cb1b g450_mnp2f +EXPORT_SYMBOL drivers/video/fbdev/matrox/g450_pll 0xf821e41c matroxfb_g450_setclk +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0x1ae94c7d DAC1064_global_init +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0x81f8ada9 DAC1064_global_restore +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0x8b1dc876 matrox_mystique +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0x974e5d38 matrox_G100 +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_Ti3026 0xbf0631ae matrox_millennium +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_accel 0x3b8d17f9 matrox_cfbX_init +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0x43d771bc matroxfb_register_driver +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0x72790a2c matroxfb_wait_for_sync +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0xb51f1d85 matroxfb_enable_irq +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0xf09a2d49 matroxfb_unregister_driver +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_g450 0xa674cf73 matroxfb_g450_shutdown +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_g450 0xbc1ef91c matroxfb_g450_connect +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x0cfd31e6 matroxfb_DAC_out +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x17c267fd matroxfb_vgaHWinit +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x25cf8049 matroxfb_PLL_calcclock +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x86060aac matroxfb_vgaHWrestore +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x8e236811 matroxfb_read_pins +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x91c18fb0 matroxfb_DAC_in +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 0x0939800f virtio_dma_buf_attach +EXPORT_SYMBOL drivers/virtio/virtio_dma_buf 0x2661cf43 virtio_dma_buf_export +EXPORT_SYMBOL drivers/virtio/virtio_dma_buf 0x2be47b39 virtio_dma_buf_get_uuid +EXPORT_SYMBOL drivers/virtio/virtio_dma_buf 0xed6a7574 is_virtio_dma_buf +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2780 0xc8549ccb w1_ds2780_io +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2780 0xcbf9e1f0 w1_ds2780_eeprom_cmd +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2781 0xb5153862 w1_ds2781_eeprom_cmd +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2781 0xdd86a825 w1_ds2781_io +EXPORT_SYMBOL drivers/w1/wire 0x1ce3a617 w1_register_family +EXPORT_SYMBOL drivers/w1/wire 0x67931e18 w1_add_master_device +EXPORT_SYMBOL drivers/w1/wire 0x8bf3b38e w1_remove_master_device +EXPORT_SYMBOL drivers/w1/wire 0xfc38f993 w1_unregister_family +EXPORT_SYMBOL fs/fscache/fscache 0x121ee6a7 fscache_caching_failed +EXPORT_SYMBOL fs/fscache/fscache 0x1a0d09e7 fscache_n_write +EXPORT_SYMBOL fs/fscache/fscache 0x1a25cfa0 __tracepoint_fscache_access +EXPORT_SYMBOL fs/fscache/fscache 0x1feb866e fscache_withdraw_cache +EXPORT_SYMBOL fs/fscache/fscache 0x1ff24058 fscache_put_cookie +EXPORT_SYMBOL fs/fscache/fscache 0x22c99d05 fscache_withdraw_cookie +EXPORT_SYMBOL fs/fscache/fscache 0x231690f2 fscache_cookie_lookup_negative +EXPORT_SYMBOL fs/fscache/fscache 0x234a140d __traceiter_fscache_access_volume +EXPORT_SYMBOL fs/fscache/fscache 0x306805d3 __SCK__tp_func_fscache_access +EXPORT_SYMBOL fs/fscache/fscache 0x36a38d21 __fscache_acquire_cookie +EXPORT_SYMBOL fs/fscache/fscache 0x36ac8156 __fscache_relinquish_volume +EXPORT_SYMBOL fs/fscache/fscache 0x39674879 __tracepoint_fscache_access_cache +EXPORT_SYMBOL fs/fscache/fscache 0x3d16b57f fscache_get_cookie +EXPORT_SYMBOL fs/fscache/fscache 0x4404d2aa fscache_n_no_create_space +EXPORT_SYMBOL fs/fscache/fscache 0x47769334 fscache_wait_for_operation +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 0x53a61758 __fscache_write_to_cache +EXPORT_SYMBOL fs/fscache/fscache 0x557a775f fscache_addremove_sem +EXPORT_SYMBOL fs/fscache/fscache 0x69441e8c __fscache_unuse_cookie +EXPORT_SYMBOL fs/fscache/fscache 0x6c144753 __fscache_begin_write_operation +EXPORT_SYMBOL fs/fscache/fscache 0x6c2671d5 fscache_resume_after_invalidation +EXPORT_SYMBOL fs/fscache/fscache 0x6c5e41e7 __tracepoint_fscache_access_volume +EXPORT_SYMBOL fs/fscache/fscache 0x6e416521 __SCK__tp_func_fscache_access_volume +EXPORT_SYMBOL fs/fscache/fscache 0x7ca7d8be fscache_add_cache +EXPORT_SYMBOL fs/fscache/fscache 0x8ada1686 fscache_withdraw_volume +EXPORT_SYMBOL fs/fscache/fscache 0x8c2d6da7 fscache_clearance_waiters +EXPORT_SYMBOL fs/fscache/fscache 0x90d447f3 fscache_n_culled +EXPORT_SYMBOL fs/fscache/fscache 0x91411a97 __fscache_clear_page_bits +EXPORT_SYMBOL fs/fscache/fscache 0x9ffefcb2 fscache_n_read +EXPORT_SYMBOL fs/fscache/fscache 0xa33b6fe9 fscache_io_error +EXPORT_SYMBOL fs/fscache/fscache 0xabb74831 __fscache_invalidate +EXPORT_SYMBOL fs/fscache/fscache 0xae6040a5 __traceiter_fscache_access_cache +EXPORT_SYMBOL fs/fscache/fscache 0xafa5dbdc fscache_end_cookie_access +EXPORT_SYMBOL fs/fscache/fscache 0xbca46908 fscache_wq +EXPORT_SYMBOL fs/fscache/fscache 0xbded8a91 __fscache_acquire_volume +EXPORT_SYMBOL fs/fscache/fscache 0xcce11a60 fscache_n_no_write_space +EXPORT_SYMBOL fs/fscache/fscache 0xcd2587d6 __fscache_begin_read_operation +EXPORT_SYMBOL fs/fscache/fscache 0xd40d952a fscache_dirty_folio +EXPORT_SYMBOL fs/fscache/fscache 0xdc66af0e __fscache_use_cookie +EXPORT_SYMBOL fs/fscache/fscache 0xdcb87498 __traceiter_fscache_access +EXPORT_SYMBOL fs/fscache/fscache 0xe84f3c57 fscache_acquire_cache +EXPORT_SYMBOL fs/fscache/fscache 0xeac47fa4 fscache_relinquish_cache +EXPORT_SYMBOL fs/fscache/fscache 0xfaf2b26e fscache_end_volume_access +EXPORT_SYMBOL fs/fscache/fscache 0xff096270 __fscache_relinquish_cookie +EXPORT_SYMBOL fs/fscache/fscache 0xff8c4f9f __fscache_resize_cookie +EXPORT_SYMBOL fs/netfs/netfs 0x1cf51bd5 netfs_readahead +EXPORT_SYMBOL fs/netfs/netfs 0x37c5db31 netfs_write_begin +EXPORT_SYMBOL fs/netfs/netfs 0x71ea19a7 netfs_read_folio +EXPORT_SYMBOL fs/netfs/netfs 0xb02784c4 netfs_subreq_terminated +EXPORT_SYMBOL fs/netfs/netfs 0xf2faee11 netfs_stats_show +EXPORT_SYMBOL fs/ocfs2/cluster/ocfs2_nodemanager 0xbfd7d7a2 o2hb_global_heartbeat_active +EXPORT_SYMBOL fs/quota/quota_tree 0x09651289 qtree_write_dquot +EXPORT_SYMBOL fs/quota/quota_tree 0x152762a9 qtree_release_dquot +EXPORT_SYMBOL fs/quota/quota_tree 0x1d552faa qtree_entry_unused +EXPORT_SYMBOL fs/quota/quota_tree 0x4591ed61 qtree_read_dquot +EXPORT_SYMBOL fs/quota/quota_tree 0xa74b4bf4 qtree_delete_dquot +EXPORT_SYMBOL fs/quota/quota_tree 0xb2001eeb qtree_get_next_id +EXPORT_SYMBOL lib/crc-itu-t 0x09a34a2b crc_itu_t +EXPORT_SYMBOL lib/crc-itu-t 0xd819a524 crc_itu_t_table +EXPORT_SYMBOL lib/crc7 0x65aaf037 crc7_be_syndrome_table +EXPORT_SYMBOL lib/crc7 0xba55d23e crc7_be +EXPORT_SYMBOL lib/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 0x89a0cd52 crc32c_impl +EXPORT_SYMBOL lib/libcrc32c 0xb15b4109 crc32c +EXPORT_SYMBOL lib/lru_cache 0x0cb562e6 lc_put +EXPORT_SYMBOL lib/lru_cache 0x12de578e lc_committed +EXPORT_SYMBOL lib/lru_cache 0x1d2ebc6a lc_get +EXPORT_SYMBOL lib/lru_cache 0x2675693b lc_del +EXPORT_SYMBOL lib/lru_cache 0x75e88edc lc_destroy +EXPORT_SYMBOL lib/lru_cache 0x96d40a48 lc_try_get +EXPORT_SYMBOL lib/lru_cache 0xa79000a0 lc_is_used +EXPORT_SYMBOL lib/lru_cache 0xabf5881a lc_seq_dump_details +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 0xea29373f lc_seq_printf_stats +EXPORT_SYMBOL lib/lru_cache 0xf0e20f9b lc_try_lock +EXPORT_SYMBOL lib/lru_cache 0xfba16232 lc_get_cumulative +EXPORT_SYMBOL lib/lz4/lz4_compress 0x4f4d78c5 LZ4_compress_default +EXPORT_SYMBOL lib/lz4/lz4_compress 0x5bc92e85 LZ4_compress_destSize +EXPORT_SYMBOL lib/lz4/lz4_compress 0x6004858d LZ4_compress_fast +EXPORT_SYMBOL lib/lz4/lz4_compress 0x635ff76d LZ4_saveDict +EXPORT_SYMBOL lib/lz4/lz4_compress 0x749849d8 LZ4_loadDict +EXPORT_SYMBOL lib/lz4/lz4_compress 0xf9eced44 LZ4_compress_fast_continue +EXPORT_SYMBOL lib/lz4/lz4hc_compress 0x38f7b6e0 LZ4_compress_HC_continue +EXPORT_SYMBOL lib/lz4/lz4hc_compress 0x93ff008c LZ4_loadDictHC +EXPORT_SYMBOL lib/lz4/lz4hc_compress 0x9cef495b LZ4_saveDictHC +EXPORT_SYMBOL lib/lz4/lz4hc_compress 0xddf86133 LZ4_compress_HC +EXPORT_SYMBOL lib/math/cordic 0x7e431c15 cordic_calc_iq +EXPORT_SYMBOL lib/objagg 0x0363233d objagg_obj_raw +EXPORT_SYMBOL lib/objagg 0x23865923 objagg_destroy +EXPORT_SYMBOL lib/objagg 0x24ca5ca9 objagg_obj_root_priv +EXPORT_SYMBOL lib/objagg 0x342aefe2 objagg_obj_delta_priv +EXPORT_SYMBOL lib/objagg 0x352633f4 objagg_hints_stats_get +EXPORT_SYMBOL lib/objagg 0x3c58e78f objagg_hints_put +EXPORT_SYMBOL lib/objagg 0x6691f29d objagg_obj_put +EXPORT_SYMBOL lib/objagg 0x679e8cc2 objagg_create +EXPORT_SYMBOL lib/objagg 0xb17ab162 objagg_obj_get +EXPORT_SYMBOL lib/objagg 0xdaa3ee68 objagg_stats_get +EXPORT_SYMBOL lib/objagg 0xf5511527 objagg_stats_put +EXPORT_SYMBOL lib/objagg 0xfaa9d1a8 objagg_hints_get +EXPORT_SYMBOL lib/parman 0x0f518717 parman_prio_init +EXPORT_SYMBOL lib/parman 0x7b03d378 parman_item_add +EXPORT_SYMBOL lib/parman 0x8b7e26f5 parman_item_remove +EXPORT_SYMBOL lib/parman 0xc3e2d892 parman_create +EXPORT_SYMBOL lib/parman 0xc6a3d260 parman_prio_fini +EXPORT_SYMBOL lib/parman 0xca39ae6a parman_destroy +EXPORT_SYMBOL lib/raid6/raid6_pq 0x0b2c64a3 raid6_vgfmul +EXPORT_SYMBOL lib/raid6/raid6_pq 0x17f54263 raid6_gfexp +EXPORT_SYMBOL lib/raid6/raid6_pq 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 0x3ab92f7a lowpan_register_netdev +EXPORT_SYMBOL net/6lowpan/6lowpan 0x53fe9176 lowpan_unregister_netdev +EXPORT_SYMBOL net/6lowpan/6lowpan 0xa73c68dd lowpan_nhc_del +EXPORT_SYMBOL net/6lowpan/6lowpan 0xa838ad3c lowpan_register_netdevice +EXPORT_SYMBOL net/6lowpan/6lowpan 0xe5077244 lowpan_nhc_add +EXPORT_SYMBOL net/6lowpan/6lowpan 0xe72b1442 lowpan_unregister_netdevice +EXPORT_SYMBOL net/802/p8022 0x8e876157 unregister_8022_client +EXPORT_SYMBOL net/802/p8022 0xc50ac12f register_8022_client +EXPORT_SYMBOL net/802/psnap 0x082cfde1 register_snap_client +EXPORT_SYMBOL net/802/psnap 0xdaaa870e unregister_snap_client +EXPORT_SYMBOL net/9p/9pnet 0x0ed31a37 v9fs_unregister_trans +EXPORT_SYMBOL net/9p/9pnet 0x0fa06569 p9_client_read_once +EXPORT_SYMBOL net/9p/9pnet 0x135b72e0 p9_client_link +EXPORT_SYMBOL net/9p/9pnet 0x2ac7e26e p9_client_fsync +EXPORT_SYMBOL net/9p/9pnet 0x2e70f4bb __tracepoint_9p_fid_ref +EXPORT_SYMBOL net/9p/9pnet 0x382e1647 p9_client_remove +EXPORT_SYMBOL net/9p/9pnet 0x39bfeb7d p9_client_symlink +EXPORT_SYMBOL net/9p/9pnet 0x3bf81d03 do_trace_9p_fid_get +EXPORT_SYMBOL net/9p/9pnet 0x3c557a4b p9_is_proto_dotu +EXPORT_SYMBOL net/9p/9pnet 0x3d73a797 p9_errstr2errno +EXPORT_SYMBOL net/9p/9pnet 0x40c1437f p9_client_readdir +EXPORT_SYMBOL net/9p/9pnet 0x41ce9823 p9stat_read +EXPORT_SYMBOL net/9p/9pnet 0x45044db2 p9_client_disconnect +EXPORT_SYMBOL net/9p/9pnet 0x4ae2714c p9_client_fcreate +EXPORT_SYMBOL net/9p/9pnet 0x4ba99359 p9_fcall_fini +EXPORT_SYMBOL net/9p/9pnet 0x527a557b p9_release_pages +EXPORT_SYMBOL net/9p/9pnet 0x5bde3d0d v9fs_get_trans_by_name +EXPORT_SYMBOL net/9p/9pnet 0x5cb8d4f2 __traceiter_9p_fid_ref +EXPORT_SYMBOL net/9p/9pnet 0x664ed5f7 do_trace_9p_fid_put +EXPORT_SYMBOL net/9p/9pnet 0x6e63878b p9_client_rename +EXPORT_SYMBOL net/9p/9pnet 0x721512b2 p9_client_readlink +EXPORT_SYMBOL net/9p/9pnet 0x72591f2a p9_client_create_dotl +EXPORT_SYMBOL net/9p/9pnet 0x761cad64 p9_parse_header +EXPORT_SYMBOL net/9p/9pnet 0x785ca595 p9_client_begin_disconnect +EXPORT_SYMBOL net/9p/9pnet 0x7bad4b12 p9_tag_lookup +EXPORT_SYMBOL net/9p/9pnet 0x7f9b54a5 p9_client_write +EXPORT_SYMBOL net/9p/9pnet 0x895b3c67 p9_client_renameat +EXPORT_SYMBOL net/9p/9pnet 0x8b72c17a p9_client_getattr_dotl +EXPORT_SYMBOL net/9p/9pnet 0x90b47fcc p9_client_wstat +EXPORT_SYMBOL net/9p/9pnet 0x913ea33f p9_client_getlock_dotl +EXPORT_SYMBOL net/9p/9pnet 0x95bd8f96 p9dirent_read +EXPORT_SYMBOL net/9p/9pnet 0x9fd08fd6 p9_client_walk +EXPORT_SYMBOL net/9p/9pnet 0xa20e3b63 p9_client_mkdir_dotl +EXPORT_SYMBOL net/9p/9pnet 0xa233d778 p9_is_proto_dotl +EXPORT_SYMBOL net/9p/9pnet 0xb13cba68 p9_client_create +EXPORT_SYMBOL net/9p/9pnet 0xb55ae777 __SCK__tp_func_9p_fid_ref +EXPORT_SYMBOL net/9p/9pnet 0xb5f63c49 p9_show_client_options +EXPORT_SYMBOL net/9p/9pnet 0xbb9a74fb v9fs_get_default_trans +EXPORT_SYMBOL net/9p/9pnet 0xc02bdf8a p9_req_put +EXPORT_SYMBOL net/9p/9pnet 0xc835c790 p9_client_lock_dotl +EXPORT_SYMBOL net/9p/9pnet 0xcd644373 p9_client_stat +EXPORT_SYMBOL net/9p/9pnet 0xd293c77e p9_client_setattr +EXPORT_SYMBOL net/9p/9pnet 0xd2f52a3a p9_client_attach +EXPORT_SYMBOL net/9p/9pnet 0xd384c683 p9stat_free +EXPORT_SYMBOL net/9p/9pnet 0xd59168cc p9_client_open +EXPORT_SYMBOL net/9p/9pnet 0xd7cadb20 p9_client_mknod_dotl +EXPORT_SYMBOL net/9p/9pnet 0xe0026ac2 p9_client_statfs +EXPORT_SYMBOL net/9p/9pnet 0xe58a3360 p9_error_init +EXPORT_SYMBOL net/9p/9pnet 0xe7224970 p9_client_unlinkat +EXPORT_SYMBOL net/9p/9pnet 0xee602acc p9_client_cb +EXPORT_SYMBOL net/9p/9pnet 0xf326b687 p9_client_read +EXPORT_SYMBOL net/9p/9pnet 0xf7a11f45 v9fs_register_trans +EXPORT_SYMBOL net/9p/9pnet 0xf9df2f55 p9_client_clunk +EXPORT_SYMBOL net/9p/9pnet 0xfbcd2d44 p9_client_destroy +EXPORT_SYMBOL net/appletalk/appletalk 0x02478c12 atrtr_get_dev +EXPORT_SYMBOL net/appletalk/appletalk 0x052e14e8 aarp_send_ddp +EXPORT_SYMBOL net/appletalk/appletalk 0xbcc88e4b atalk_find_dev_addr +EXPORT_SYMBOL net/appletalk/appletalk 0xf498fbf0 alloc_ltalkdev +EXPORT_SYMBOL net/atm/atm 0x0cb73f5e atm_dev_lookup +EXPORT_SYMBOL net/atm/atm 0x2b8f855e deregister_atm_ioctl +EXPORT_SYMBOL net/atm/atm 0x2cc2d52d vcc_hash +EXPORT_SYMBOL net/atm/atm 0x396b9b4d 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 0x7aa98b17 vcc_insert_socket +EXPORT_SYMBOL net/atm/atm 0x833fc079 register_atm_ioctl +EXPORT_SYMBOL net/atm/atm 0x9feaf287 sonet_subtract_stats +EXPORT_SYMBOL net/atm/atm 0xa1c30bf7 atm_alloc_charge +EXPORT_SYMBOL net/atm/atm 0xa2984865 atm_dev_signal_change +EXPORT_SYMBOL net/atm/atm 0xaa024146 sonet_copy_stats +EXPORT_SYMBOL net/atm/atm 0xb2b55baa atm_dev_deregister +EXPORT_SYMBOL net/atm/atm 0xd1406652 atm_dev_release_vccs +EXPORT_SYMBOL net/atm/atm 0xdc7c03a5 atm_init_aal5 +EXPORT_SYMBOL net/atm/atm 0xe087ed79 vcc_release_async +EXPORT_SYMBOL net/atm/atm 0xe34d4a64 vcc_process_recv_queue +EXPORT_SYMBOL net/atm/atm 0xefefc264 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 0x242852b9 ax25_uid_policy +EXPORT_SYMBOL net/ax25/ax25 0x348be4fd ax25_linkfail_release +EXPORT_SYMBOL net/ax25/ax25 0x4502c65a asc2ax +EXPORT_SYMBOL net/ax25/ax25 0x51da617a ax25_ip_xmit +EXPORT_SYMBOL net/ax25/ax25 0x53dea1ff ax2asc +EXPORT_SYMBOL net/ax25/ax25 0x56eb7eaa ax25_find_cb +EXPORT_SYMBOL net/ax25/ax25 0x62288c05 ax25_linkfail_register +EXPORT_SYMBOL net/ax25/ax25 0x8ede9e26 ax25_protocol_release +EXPORT_SYMBOL net/ax25/ax25 0xa63b1422 ax25_send_frame +EXPORT_SYMBOL net/ax25/ax25 0xbee3dc30 ax25_listen_release +EXPORT_SYMBOL net/ax25/ax25 0xc1444946 ax25cmp +EXPORT_SYMBOL net/ax25/ax25 0xd43ecbf1 null_ax25_address +EXPORT_SYMBOL net/ax25/ax25 0xd5437d61 ax25_header_ops +EXPORT_SYMBOL net/ax25/ax25 0xee02e420 ax25_findbyuid +EXPORT_SYMBOL net/ax25/ax25 0xf4af43cb ax25_listen_register +EXPORT_SYMBOL net/bluetooth/bluetooth 0x0718b8b7 bt_info +EXPORT_SYMBOL net/bluetooth/bluetooth 0x0e6d614c __hci_cmd_sync_sk +EXPORT_SYMBOL net/bluetooth/bluetooth 0x0e859399 l2cap_is_socket +EXPORT_SYMBOL net/bluetooth/bluetooth 0x1d67b47e __hci_cmd_sync_status +EXPORT_SYMBOL net/bluetooth/bluetooth 0x214e4265 bt_warn +EXPORT_SYMBOL net/bluetooth/bluetooth 0x2ca1ab57 hci_set_hw_info +EXPORT_SYMBOL net/bluetooth/bluetooth 0x2cbc4e51 hci_alloc_dev_priv +EXPORT_SYMBOL net/bluetooth/bluetooth 0x335e7768 bt_sock_poll +EXPORT_SYMBOL net/bluetooth/bluetooth 0x3f072491 __hci_cmd_sync_status_sk +EXPORT_SYMBOL net/bluetooth/bluetooth 0x42e7dda1 hci_cmd_sync +EXPORT_SYMBOL net/bluetooth/bluetooth 0x4627e88d hci_set_fw_info +EXPORT_SYMBOL net/bluetooth/bluetooth 0x4656c831 l2cap_unregister_user +EXPORT_SYMBOL net/bluetooth/bluetooth 0x47a7b20c bt_sock_link +EXPORT_SYMBOL net/bluetooth/bluetooth 0x47e09335 __hci_cmd_sync_ev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x51e0371e hci_cmd_sync_queue +EXPORT_SYMBOL net/bluetooth/bluetooth 0x544340c6 hci_mgmt_chan_unregister +EXPORT_SYMBOL net/bluetooth/bluetooth 0x57545127 hci_unregister_cb +EXPORT_SYMBOL net/bluetooth/bluetooth 0x5f92748e hci_get_route +EXPORT_SYMBOL net/bluetooth/bluetooth 0x62558ee5 hci_register_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x6b749b11 bt_sock_wait_state +EXPORT_SYMBOL net/bluetooth/bluetooth 0x731bc6c7 bt_accept_enqueue +EXPORT_SYMBOL net/bluetooth/bluetooth 0x74bf3b4e bt_sock_recvmsg +EXPORT_SYMBOL net/bluetooth/bluetooth 0x7a090219 bt_accept_unlink +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 0x8c6b9fb8 bt_sock_reclassify_lock +EXPORT_SYMBOL net/bluetooth/bluetooth 0x8fea24bd bt_sock_unregister +EXPORT_SYMBOL net/bluetooth/bluetooth 0x910ca314 bt_procfs_cleanup +EXPORT_SYMBOL net/bluetooth/bluetooth 0x9a334671 __hci_cmd_send +EXPORT_SYMBOL net/bluetooth/bluetooth 0x9a3f59f5 hci_unregister_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x9a9b1821 hci_suspend_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x9c473d44 l2cap_register_user +EXPORT_SYMBOL net/bluetooth/bluetooth 0x9f3511f3 hci_release_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0xa2d1e8fc hci_conn_check_secure +EXPORT_SYMBOL net/bluetooth/bluetooth 0xa9497d1f hci_resume_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0xa9ed55f4 hci_reset_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0xab84680f bt_sock_register +EXPORT_SYMBOL net/bluetooth/bluetooth 0xb3daf14a bt_sock_unlink +EXPORT_SYMBOL net/bluetooth/bluetooth 0xb4592c6f hci_cmd_sync_cancel +EXPORT_SYMBOL net/bluetooth/bluetooth 0xbd72082a l2cap_chan_close +EXPORT_SYMBOL net/bluetooth/bluetooth 0xbd76390a bt_procfs_init +EXPORT_SYMBOL net/bluetooth/bluetooth 0xc0f407b1 l2cap_conn_get +EXPORT_SYMBOL net/bluetooth/bluetooth 0xc527b9ca hci_mgmt_chan_register +EXPORT_SYMBOL net/bluetooth/bluetooth 0xcb56f61c hci_recv_diag +EXPORT_SYMBOL net/bluetooth/bluetooth 0xcd136fb0 hci_free_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0xcfcf6fa5 bt_sock_wait_ready +EXPORT_SYMBOL net/bluetooth/bluetooth 0xd1cc666e bt_accept_dequeue +EXPORT_SYMBOL net/bluetooth/bluetooth 0xd293e36e bt_sock_stream_recvmsg +EXPORT_SYMBOL net/bluetooth/bluetooth 0xd30f9a10 hci_conn_security +EXPORT_SYMBOL net/bluetooth/bluetooth 0xd7613212 bt_err_ratelimited +EXPORT_SYMBOL net/bluetooth/bluetooth 0xd9361469 l2cap_conn_put +EXPORT_SYMBOL net/bluetooth/bluetooth 0xddacccf6 bt_warn_ratelimited +EXPORT_SYMBOL net/bluetooth/bluetooth 0xed08fcc4 hci_register_cb +EXPORT_SYMBOL net/bluetooth/bluetooth 0xeef39593 __hci_cmd_sync +EXPORT_SYMBOL net/bluetooth/bluetooth 0xf0a5a399 hci_conn_switch_role +EXPORT_SYMBOL net/bluetooth/bluetooth 0xf4b50b72 bt_sock_ioctl +EXPORT_SYMBOL net/bluetooth/bluetooth 0xfffaf754 hci_recv_frame +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0x2df5bbd9 ebt_unregister_table_pre_exit +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0x4ff4bc73 ebt_unregister_table +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0x89a4076c ebt_unregister_template +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0xb36ca433 ebt_register_table +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0xc0db4eae ebt_do_table +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0xf99f912f ebt_register_template +EXPORT_SYMBOL net/caif/caif 0x1446b60a caif_client_register_refcnt +EXPORT_SYMBOL net/caif/caif 0x2a09f713 cfpkt_fromnative +EXPORT_SYMBOL net/caif/caif 0x329dbd06 cfpkt_info +EXPORT_SYMBOL net/caif/caif 0x38701a7c cfcnfg_del_phy_layer +EXPORT_SYMBOL net/caif/caif 0x3fa84493 cfpkt_add_head +EXPORT_SYMBOL net/caif/caif 0x40babbe0 cfpkt_extr_head +EXPORT_SYMBOL net/caif/caif 0x450263c7 caif_connect_client +EXPORT_SYMBOL net/caif/caif 0x4a237e57 cfpkt_tonative +EXPORT_SYMBOL net/caif/caif 0x518c9b7d caif_enroll_dev +EXPORT_SYMBOL net/caif/caif 0x839ddb7b cfcnfg_set_phy_state +EXPORT_SYMBOL net/caif/caif 0x9e3e305d cfpkt_set_prio +EXPORT_SYMBOL net/caif/caif 0x9fbac62c get_cfcnfg +EXPORT_SYMBOL net/caif/caif 0xb7b6874e caif_free_client +EXPORT_SYMBOL net/caif/caif 0xd89edf4b caif_disconnect_client +EXPORT_SYMBOL net/caif/caif 0xda99ba81 cfcnfg_add_phy_layer +EXPORT_SYMBOL net/can/can 0x4b99ad10 can_rx_register +EXPORT_SYMBOL net/can/can 0x589fb48c can_send +EXPORT_SYMBOL net/can/can 0x5e35076d can_proto_register +EXPORT_SYMBOL net/can/can 0x6368025d can_proto_unregister +EXPORT_SYMBOL net/can/can 0xbe471723 can_sock_destruct +EXPORT_SYMBOL net/can/can 0xdc9cb72a can_rx_unregister +EXPORT_SYMBOL net/ceph/libceph 0x00653636 ceph_msg_get +EXPORT_SYMBOL net/ceph/libceph 0x0165f6e1 ceph_parse_mon_ips +EXPORT_SYMBOL net/ceph/libceph 0x02f6c2cd ceph_osdc_get_request +EXPORT_SYMBOL net/ceph/libceph 0x04cad6f0 ceph_pg_poolid_by_name +EXPORT_SYMBOL net/ceph/libceph 0x09b9df65 ceph_msg_data_add_pages +EXPORT_SYMBOL net/ceph/libceph 0x09be0622 ceph_put_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x0aff6b43 ceph_release_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x0e521b83 ceph_msg_dump +EXPORT_SYMBOL net/ceph/libceph 0x1378aba3 ceph_pg_pool_name_by_id +EXPORT_SYMBOL net/ceph/libceph 0x157eb484 ceph_cls_assert_locked +EXPORT_SYMBOL net/ceph/libceph 0x162d51be ceph_osdc_notify +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 0x18e813a3 ceph_osdc_update_epoch_barrier +EXPORT_SYMBOL net/ceph/libceph 0x1d69e8c4 osd_req_op_extent_update +EXPORT_SYMBOL net/ceph/libceph 0x1e9257d1 ceph_osdc_new_request +EXPORT_SYMBOL net/ceph/libceph 0x203e61f7 ceph_monc_got_map +EXPORT_SYMBOL net/ceph/libceph 0x2087719e ceph_oid_copy +EXPORT_SYMBOL net/ceph/libceph 0x2101cbc9 ceph_oid_destroy +EXPORT_SYMBOL net/ceph/libceph 0x2a983d26 ceph_pagelist_release +EXPORT_SYMBOL net/ceph/libceph 0x2d22edad ceph_client_gid +EXPORT_SYMBOL net/ceph/libceph 0x32d4af1c ceph_osdc_list_watchers +EXPORT_SYMBOL net/ceph/libceph 0x3423cfae ceph_monc_blocklist_add +EXPORT_SYMBOL net/ceph/libceph 0x34def8dd ceph_print_client_options +EXPORT_SYMBOL net/ceph/libceph 0x38f2d94e ceph_file_to_extents +EXPORT_SYMBOL net/ceph/libceph 0x3a02153b ceph_osdc_alloc_request +EXPORT_SYMBOL net/ceph/libceph 0x3a185ddd ceph_osdc_flush_notifies +EXPORT_SYMBOL net/ceph/libceph 0x3c8d7111 ceph_get_num_objects +EXPORT_SYMBOL net/ceph/libceph 0x3dad651e osd_req_op_extent_osd_data_bio +EXPORT_SYMBOL net/ceph/libceph 0x403757be osd_req_op_init +EXPORT_SYMBOL net/ceph/libceph 0x417a9131 ceph_oloc_destroy +EXPORT_SYMBOL net/ceph/libceph 0x4193c77c osd_req_op_extent_init +EXPORT_SYMBOL net/ceph/libceph 0x427f8c3e ceph_msg_data_add_bio +EXPORT_SYMBOL net/ceph/libceph 0x432b4856 __ceph_open_session +EXPORT_SYMBOL net/ceph/libceph 0x441d1a51 ceph_con_init +EXPORT_SYMBOL net/ceph/libceph 0x454c74b3 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 0x4b1cf50e ceph_osdc_sync +EXPORT_SYMBOL net/ceph/libceph 0x4dfe1234 ceph_monc_init +EXPORT_SYMBOL net/ceph/libceph 0x4e1fd3f7 osd_req_op_cls_response_data_pages +EXPORT_SYMBOL net/ceph/libceph 0x4e71a471 ceph_osdc_put_request +EXPORT_SYMBOL net/ceph/libceph 0x4f35725f ceph_monc_wait_osdmap +EXPORT_SYMBOL net/ceph/libceph 0x50603ce3 ceph_decode_entity_addrvec +EXPORT_SYMBOL net/ceph/libceph 0x512bdb16 ceph_create_client +EXPORT_SYMBOL net/ceph/libceph 0x51f0d1b4 ceph_check_fsid +EXPORT_SYMBOL net/ceph/libceph 0x52373d22 ceph_wait_for_latest_osdmap +EXPORT_SYMBOL net/ceph/libceph 0x52cb4750 ceph_cls_set_cookie +EXPORT_SYMBOL net/ceph/libceph 0x559c90e9 ceph_auth_verify_authorizer_reply +EXPORT_SYMBOL net/ceph/libceph 0x57baf885 ceph_str_hash +EXPORT_SYMBOL net/ceph/libceph 0x59311926 osd_req_op_cls_request_data_pagelist +EXPORT_SYMBOL net/ceph/libceph 0x5a707f80 ceph_auth_handle_bad_authorizer +EXPORT_SYMBOL net/ceph/libceph 0x5aeeee62 ceph_oid_aprintf +EXPORT_SYMBOL net/ceph/libceph 0x5c49058d osd_req_op_copy_from_init +EXPORT_SYMBOL net/ceph/libceph 0x5df827e0 ceph_osdc_notify_ack +EXPORT_SYMBOL net/ceph/libceph 0x6042c1b1 ceph_copy_user_to_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x63758856 ceph_str_hash_name +EXPORT_SYMBOL net/ceph/libceph 0x6a7a38a0 ceph_pr_addr +EXPORT_SYMBOL net/ceph/libceph 0x6bd7128d osd_req_op_alloc_hint_init +EXPORT_SYMBOL net/ceph/libceph 0x6d4c0a9b ceph_monc_do_statfs +EXPORT_SYMBOL net/ceph/libceph 0x7158a5ae ceph_monc_want_map +EXPORT_SYMBOL net/ceph/libceph 0x74a2cd83 osd_req_op_extent_osd_data_pages +EXPORT_SYMBOL net/ceph/libceph 0x771705a7 osd_req_op_cls_init +EXPORT_SYMBOL net/ceph/libceph 0x797ddbc5 osd_req_op_extent_osd_data_pagelist +EXPORT_SYMBOL net/ceph/libceph 0x7d523235 ceph_auth_is_authenticated +EXPORT_SYMBOL net/ceph/libceph 0x7e4d94e3 ceph_zero_page_vector_range +EXPORT_SYMBOL net/ceph/libceph 0x81c1d74c ceph_client_addr +EXPORT_SYMBOL net/ceph/libceph 0x8303effa ceph_osdc_cancel_request +EXPORT_SYMBOL net/ceph/libceph 0x8520f8cc ceph_osdc_call +EXPORT_SYMBOL net/ceph/libceph 0x85e81ccc __ceph_auth_get_authorizer +EXPORT_SYMBOL net/ceph/libceph 0x86fca7e4 ceph_put_snap_context +EXPORT_SYMBOL net/ceph/libceph 0x91bf7f79 ceph_con_open +EXPORT_SYMBOL net/ceph/libceph 0x92b7b4ce ceph_pg_pool_flags +EXPORT_SYMBOL net/ceph/libceph 0x9349cade ceph_cls_unlock +EXPORT_SYMBOL net/ceph/libceph 0x940a3987 ceph_copy_to_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x96012e6c ceph_osdc_maybe_request_map +EXPORT_SYMBOL net/ceph/libceph 0x96a21e80 osd_req_op_extent_osd_data_bvecs +EXPORT_SYMBOL net/ceph/libceph 0x987d3968 ceph_alloc_options +EXPORT_SYMBOL net/ceph/libceph 0x9a30bf5e ceph_monc_stop +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 0xa2129ff7 ceph_cls_lock +EXPORT_SYMBOL net/ceph/libceph 0xa255f89d ceph_cls_break_lock +EXPORT_SYMBOL net/ceph/libceph 0xa698f998 ceph_free_lockers +EXPORT_SYMBOL net/ceph/libceph 0xad1f662a ceph_osdc_wait_request +EXPORT_SYMBOL net/ceph/libceph 0xad703657 ceph_auth_destroy_authorizer +EXPORT_SYMBOL net/ceph/libceph 0xaf80815e ceph_monc_renew_subs +EXPORT_SYMBOL net/ceph/libceph 0xafb8a407 ceph_msgr_flush +EXPORT_SYMBOL net/ceph/libceph 0xb00405ad ceph_con_keepalive +EXPORT_SYMBOL net/ceph/libceph 0xb1853714 ceph_auth_invalidate_authorizer +EXPORT_SYMBOL net/ceph/libceph 0xb54676fa ceph_msg_type_name +EXPORT_SYMBOL net/ceph/libceph 0xb6588207 ceph_con_send +EXPORT_SYMBOL net/ceph/libceph 0xb6c03490 ceph_reset_client_addr +EXPORT_SYMBOL net/ceph/libceph 0xb72c162e ceph_buffer_release +EXPORT_SYMBOL net/ceph/libceph 0xb9a46ccd ceph_osdc_abort_requests +EXPORT_SYMBOL net/ceph/libceph 0xbb451f04 ceph_osdc_clear_abort_err +EXPORT_SYMBOL net/ceph/libceph 0xbba0c82e osd_req_op_cls_request_data_bvecs +EXPORT_SYMBOL net/ceph/libceph 0xbc810e7f ceph_msg_data_add_pagelist +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 0xc4107400 ceph_msg_new +EXPORT_SYMBOL net/ceph/libceph 0xc4636fc6 ceph_msg_put +EXPORT_SYMBOL net/ceph/libceph 0xc84bd3d6 ceph_alloc_page_vector +EXPORT_SYMBOL net/ceph/libceph 0xca80437b ceph_extent_to_file +EXPORT_SYMBOL net/ceph/libceph 0xcb9e2ce7 ceph_monc_validate_auth +EXPORT_SYMBOL net/ceph/libceph 0xcc1e0e7c osd_req_op_cls_request_data_pages +EXPORT_SYMBOL net/ceph/libceph 0xcfacb37a osd_req_op_extent_osd_data_bvec_pos +EXPORT_SYMBOL net/ceph/libceph 0xd0fd1b4d osd_req_op_xattr_init +EXPORT_SYMBOL net/ceph/libceph 0xd4d736db ceph_destroy_options +EXPORT_SYMBOL net/ceph/libceph 0xd4eb7735 ceph_decode_entity_addr +EXPORT_SYMBOL net/ceph/libceph 0xd6c6302c ceph_open_session +EXPORT_SYMBOL net/ceph/libceph 0xd7a8157e ceph_parse_param +EXPORT_SYMBOL net/ceph/libceph 0xd9b5afbe ceph_con_close +EXPORT_SYMBOL net/ceph/libceph 0xdbe90d42 ceph_destroy_client +EXPORT_SYMBOL net/ceph/libceph 0xdd7c86b3 ceph_monc_get_version +EXPORT_SYMBOL net/ceph/libceph 0xde30cdc6 ceph_auth_handle_svc_reply_done +EXPORT_SYMBOL net/ceph/libceph 0xdef5c40a osd_req_op_extent_osd_data +EXPORT_SYMBOL net/ceph/libceph 0xdefc8664 ceph_auth_get_authorizer +EXPORT_SYMBOL net/ceph/libceph 0xdf6ef4a1 ceph_oid_printf +EXPORT_SYMBOL net/ceph/libceph 0xdfc091f9 ceph_entity_type_name +EXPORT_SYMBOL net/ceph/libceph 0xe34a59f2 ceph_object_locator_to_pg +EXPORT_SYMBOL net/ceph/libceph 0xe76e7226 ceph_pagelist_alloc +EXPORT_SYMBOL net/ceph/libceph 0xe9ad1be6 ceph_cls_lock_info +EXPORT_SYMBOL net/ceph/libceph 0xea51f4dc ceph_auth_add_authorizer_challenge +EXPORT_SYMBOL net/ceph/libceph 0xeaaafb2d ceph_osdc_alloc_messages +EXPORT_SYMBOL net/ceph/libceph 0xed9d13f2 ceph_osdc_watch +EXPORT_SYMBOL net/ceph/libceph 0xee120c03 ceph_release_string +EXPORT_SYMBOL net/ceph/libceph 0xeef6cfa3 ceph_iterate_extents +EXPORT_SYMBOL net/ceph/libceph 0xeefbb288 ceph_monc_get_version_async +EXPORT_SYMBOL net/ceph/libceph 0xefc70b08 ceph_msg_new2 +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 0xf08338cd ceph_compare_options +EXPORT_SYMBOL net/ceph/libceph 0xf254297e ceph_addr_is_blank +EXPORT_SYMBOL net/ceph/libceph 0xf57e93f8 ceph_msg_data_add_bvecs +EXPORT_SYMBOL net/ceph/libceph 0xf6a11a4e ceph_osdc_unwatch +EXPORT_SYMBOL net/ceph/libceph 0xf76ee669 osd_req_op_raw_data_in_pages +EXPORT_SYMBOL net/ceph/libceph 0xf813591c ceph_monc_open_session +EXPORT_SYMBOL net/ceph/libceph 0xf9de92b2 ceph_auth_handle_svc_reply_more +EXPORT_SYMBOL net/ceph/libceph 0xfc3d1669 ceph_copy_from_page_vector +EXPORT_SYMBOL net/ceph/libceph 0xfe0dc9cf osd_req_op_extent_dup_last +EXPORT_SYMBOL net/dccp/dccp_ipv4 0x08217da8 dccp_req_err +EXPORT_SYMBOL net/dccp/dccp_ipv4 0x78b1ae82 dccp_syn_ack_timeout +EXPORT_SYMBOL net/hsr/hsr 0x56ac56c8 is_hsr_master +EXPORT_SYMBOL net/hsr/hsr 0x9cf75f8f hsr_get_version +EXPORT_SYMBOL net/ieee802154/ieee802154 0x0108e0e2 wpan_phy_unregister +EXPORT_SYMBOL net/ieee802154/ieee802154 0x48e99f95 wpan_phy_for_each +EXPORT_SYMBOL net/ieee802154/ieee802154 0x4ec261dc wpan_phy_new +EXPORT_SYMBOL net/ieee802154/ieee802154 0x86af8eb1 wpan_phy_register +EXPORT_SYMBOL net/ieee802154/ieee802154 0xb1dc412a wpan_phy_find +EXPORT_SYMBOL net/ieee802154/ieee802154 0xefc3e282 wpan_phy_free +EXPORT_SYMBOL net/ipv4/fou 0x1757d1a4 fou_encap_hlen +EXPORT_SYMBOL net/ipv4/fou 0xd7913421 __fou_build_header +EXPORT_SYMBOL net/ipv4/fou 0xe4be40b5 __gue_build_header +EXPORT_SYMBOL net/ipv4/fou 0xf13914b3 gue_encap_hlen +EXPORT_SYMBOL net/ipv4/gre 0xe746de46 gre_parse_header +EXPORT_SYMBOL net/ipv4/ip_tunnel 0x234f7c98 ip_tunnel_get_link_net +EXPORT_SYMBOL net/ipv4/ip_tunnel 0x2e0d97bb ip_tunnel_encap_add_ops +EXPORT_SYMBOL net/ipv4/ip_tunnel 0x7f81dffc ip_tunnel_encap_del_ops +EXPORT_SYMBOL net/ipv4/ip_tunnel 0xbc207368 ip_tunnel_get_iflink +EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0x38842da1 arpt_register_table +EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0x5f188ae5 arpt_unregister_table +EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0xb045fc99 arpt_unregister_table_pre_exit +EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0xee1dc670 arpt_do_table +EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0x3551c56c ipt_do_table +EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0x4462d815 ipt_unregister_table_exit +EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0xaf73414e ipt_register_table +EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0xb8ab2d24 ipt_unregister_table_pre_exit +EXPORT_SYMBOL net/ipv4/tunnel4 0x2f5f79a1 xfrm4_tunnel_deregister +EXPORT_SYMBOL net/ipv4/tunnel4 0xc7185449 xfrm4_tunnel_register +EXPORT_SYMBOL net/ipv4/udp_tunnel 0x8086c6cf udp_sock_create4 +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x61192a9f ip6_tnl_parse_tlv_enc_lim +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x66023d37 ip6_tnl_get_cap +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x721c1f34 ip6_tnl_change_mtu +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x7394f027 ip6_tnl_rcv +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x9d9b7014 ip6_tnl_encap_del_ops +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0xa26aaf29 ip6_tnl_xmit +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0xe1757521 ip6_tnl_get_link_net +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0xef7c1e1f ip6_tnl_get_iflink +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0xf5c3fc65 ip6_tnl_encap_add_ops +EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0x037b9571 ip6t_unregister_table_pre_exit +EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0x44674bf2 ip6t_do_table +EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0x612da005 ip6t_register_table +EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0xf1b5ebb9 ip6t_unregister_table_exit +EXPORT_SYMBOL net/ipv6/tunnel6 0x69df3aad xfrm6_tunnel_register +EXPORT_SYMBOL net/ipv6/tunnel6 0xa86d11e1 xfrm6_tunnel_deregister +EXPORT_SYMBOL net/ipv6/xfrm6_tunnel 0x05599f0d xfrm6_tunnel_spi_lookup +EXPORT_SYMBOL net/ipv6/xfrm6_tunnel 0x721472db xfrm6_tunnel_alloc_spi +EXPORT_SYMBOL net/lapb/lapb 0x004af42a lapb_connect_request +EXPORT_SYMBOL net/lapb/lapb 0x07be63fa lapb_getparms +EXPORT_SYMBOL net/lapb/lapb 0x2e2a9f49 lapb_setparms +EXPORT_SYMBOL net/lapb/lapb 0x32270363 lapb_data_request +EXPORT_SYMBOL net/lapb/lapb 0x46eb09da lapb_unregister +EXPORT_SYMBOL net/lapb/lapb 0x48bba724 lapb_data_received +EXPORT_SYMBOL net/lapb/lapb 0x5ced6ca0 lapb_register +EXPORT_SYMBOL net/lapb/lapb 0xcccd8411 lapb_disconnect_request +EXPORT_SYMBOL net/llc/llc 0x0400d69b llc_build_and_send_ui_pkt +EXPORT_SYMBOL net/llc/llc 0x081fac24 llc_set_station_handler +EXPORT_SYMBOL net/llc/llc 0x119aad8a llc_sap_close +EXPORT_SYMBOL net/llc/llc 0x1978d567 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 0x9903c0da llc_add_pack +EXPORT_SYMBOL net/llc/llc 0xe77c8e80 llc_sap_find +EXPORT_SYMBOL net/llc/llc 0xf65ff352 llc_sap_open +EXPORT_SYMBOL net/mac80211/mac80211 0x06ad4a7d ieee80211_sta_block_awake +EXPORT_SYMBOL net/mac80211/mac80211 0x07a2f876 ieee80211_queue_work +EXPORT_SYMBOL net/mac80211/mac80211 0x08602ff0 ieee80211_beacon_cntdwn_is_complete +EXPORT_SYMBOL net/mac80211/mac80211 0x0c42e770 ieee80211_manage_rx_ba_offl +EXPORT_SYMBOL net/mac80211/mac80211 0x0f1d4417 ieee80211_beacon_loss +EXPORT_SYMBOL net/mac80211/mac80211 0x0fc22d01 ieee80211_sta_ps_transition +EXPORT_SYMBOL net/mac80211/mac80211 0x11594401 ieee80211_free_hw +EXPORT_SYMBOL net/mac80211/mac80211 0x134e71f1 ieee80211_stop_tx_ba_session +EXPORT_SYMBOL net/mac80211/mac80211 0x151e392a ieee80211_rx_list +EXPORT_SYMBOL net/mac80211/mac80211 0x170505dc ieee80211_send_eosp_nullfunc +EXPORT_SYMBOL net/mac80211/mac80211 0x171cd440 ieee80211_tx_status_8023 +EXPORT_SYMBOL net/mac80211/mac80211 0x1844c1cb ieee80211_get_tx_rates +EXPORT_SYMBOL net/mac80211/mac80211 0x19f37f0d ieee80211_update_p2p_noa +EXPORT_SYMBOL net/mac80211/mac80211 0x1c03730b ieee80211_reserve_tid +EXPORT_SYMBOL net/mac80211/mac80211 0x1cf75d45 ieee80211_get_tkip_p1k_iv +EXPORT_SYMBOL net/mac80211/mac80211 0x1f80e70e ieee80211_disable_rssi_reports +EXPORT_SYMBOL net/mac80211/mac80211 0x2359950c ieee80211_wake_queues +EXPORT_SYMBOL net/mac80211/mac80211 0x23f239ad ieee80211_sta_pspoll +EXPORT_SYMBOL net/mac80211/mac80211 0x24686ef0 __ieee80211_get_tx_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0x257f2eb7 ieee80211_ap_probereq_get +EXPORT_SYMBOL net/mac80211/mac80211 0x2580bbe4 ieee80211_channel_switch_disconnect +EXPORT_SYMBOL net/mac80211/mac80211 0x25bb5a59 ieee80211_beacon_set_cntdwn +EXPORT_SYMBOL net/mac80211/mac80211 0x27c01ca3 ieee80211_rx_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0x2cae97ba ieee80211_sta_uapsd_trigger +EXPORT_SYMBOL net/mac80211/mac80211 0x34c0b869 ieee80211_report_wowlan_wakeup +EXPORT_SYMBOL net/mac80211/mac80211 0x38cab00d ieee80211_rts_get +EXPORT_SYMBOL net/mac80211/mac80211 0x391eda45 ieee80211_get_tkip_rx_p1k +EXPORT_SYMBOL net/mac80211/mac80211 0x392c91e3 __ieee80211_get_radio_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0x3b910fdb __ieee80211_get_assoc_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0x3ba439c8 ieee80211_txq_may_transmit +EXPORT_SYMBOL net/mac80211/mac80211 0x40624664 ieee80211_scan_completed +EXPORT_SYMBOL net/mac80211/mac80211 0x41e3562f ieee80211_sta_set_buffered +EXPORT_SYMBOL net/mac80211/mac80211 0x42b08d18 ieee80211_generic_frame_duration +EXPORT_SYMBOL net/mac80211/mac80211 0x43b00cb6 ieee80211_queue_stopped +EXPORT_SYMBOL net/mac80211/mac80211 0x43ec13bc ieee80211_free_txskb +EXPORT_SYMBOL net/mac80211/mac80211 0x4836244d ieee80211_enable_rssi_reports +EXPORT_SYMBOL net/mac80211/mac80211 0x4c79cfac ieee80211_start_tx_ba_cb_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0x4df1e92c ieee80211_nan_func_match +EXPORT_SYMBOL net/mac80211/mac80211 0x5079c313 ieee80211_unregister_hw +EXPORT_SYMBOL net/mac80211/mac80211 0x513565b7 ieee80211_rate_control_unregister +EXPORT_SYMBOL net/mac80211/mac80211 0x535d7356 ieee80211_sched_scan_stopped +EXPORT_SYMBOL net/mac80211/mac80211 0x579aff42 ieee80211_chswitch_done +EXPORT_SYMBOL net/mac80211/mac80211 0x581dd4ae __ieee80211_schedule_txq +EXPORT_SYMBOL net/mac80211/mac80211 0x59ff78bf ieee80211_connection_loss +EXPORT_SYMBOL net/mac80211/mac80211 0x5de02a05 ieee80211_send_bar +EXPORT_SYMBOL net/mac80211/mac80211 0x5f4f4379 ieee80211_iter_keys +EXPORT_SYMBOL net/mac80211/mac80211 0x65c68f54 ieee80211_restart_hw +EXPORT_SYMBOL net/mac80211/mac80211 0x66a6defb ieee80211_mark_rx_ba_filtered_frames +EXPORT_SYMBOL net/mac80211/mac80211 0x69bce0e1 ieee80211_stop_tx_ba_cb_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0x6a9eeafc ieee80211_stop_rx_ba_session +EXPORT_SYMBOL net/mac80211/mac80211 0x6bf4325d ieee80211_cqm_rssi_notify +EXPORT_SYMBOL net/mac80211/mac80211 0x6e056aab rate_control_set_rates +EXPORT_SYMBOL net/mac80211/mac80211 0x75b92d57 ieee80211_start_tx_ba_session +EXPORT_SYMBOL net/mac80211/mac80211 0x7a0c28bf ieee80211_tx_dequeue +EXPORT_SYMBOL net/mac80211/mac80211 0x7d22d1d2 ieee80211_alloc_hw_nm +EXPORT_SYMBOL net/mac80211/mac80211 0x7d8486bd __ieee80211_create_tpt_led_trigger +EXPORT_SYMBOL net/mac80211/mac80211 0x7e28eeab ieee80211_rx_ba_timer_expired +EXPORT_SYMBOL net/mac80211/mac80211 0x7ef0954c ieee80211_pspoll_get +EXPORT_SYMBOL net/mac80211/mac80211 0x843d5081 __ieee80211_get_rx_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0x90fc70c9 ieee80211_ctstoself_duration +EXPORT_SYMBOL net/mac80211/mac80211 0x912e4247 ieee80211_txq_schedule_start +EXPORT_SYMBOL net/mac80211/mac80211 0x9415eb09 ieee80211_get_tkip_p2k +EXPORT_SYMBOL net/mac80211/mac80211 0x95febea6 ieee80211_get_bssid +EXPORT_SYMBOL net/mac80211/mac80211 0x991a0ca0 ieee80211_parse_p2p_noa +EXPORT_SYMBOL net/mac80211/mac80211 0xa0ef982d ieee80211_beacon_update_cntdwn +EXPORT_SYMBOL net/mac80211/mac80211 0xa40d1972 ieee80211_tx_status_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0xa554e1b5 ieee80211_rts_duration +EXPORT_SYMBOL net/mac80211/mac80211 0xa59ae8a9 ieee80211_handle_wake_tx_queue +EXPORT_SYMBOL net/mac80211/mac80211 0xab3663bf ieee80211_get_fils_discovery_tmpl +EXPORT_SYMBOL net/mac80211/mac80211 0xab89d4fa ieee80211_tdls_oper_request +EXPORT_SYMBOL net/mac80211/mac80211 0xaeb9a917 ieee80211_get_key_rx_seq +EXPORT_SYMBOL net/mac80211/mac80211 0xb1332c28 ieee80211_rx_napi +EXPORT_SYMBOL net/mac80211/mac80211 0xb5040e87 ieee80211_nullfunc_get +EXPORT_SYMBOL net/mac80211/mac80211 0xb9ad494b ieee80211_sta_eosp +EXPORT_SYMBOL net/mac80211/mac80211 0xba505d03 ieee80211_proberesp_get +EXPORT_SYMBOL net/mac80211/mac80211 0xbbea17bf ieee80211_tx_rate_update +EXPORT_SYMBOL net/mac80211/mac80211 0xbc3f806f ieee80211_txq_get_depth +EXPORT_SYMBOL net/mac80211/mac80211 0xc1569e1e ieee80211_beacon_get_template +EXPORT_SYMBOL net/mac80211/mac80211 0xc6d6d081 ieee80211_report_low_ack +EXPORT_SYMBOL net/mac80211/mac80211 0xcaeef8e9 ieee80211_radar_detected +EXPORT_SYMBOL net/mac80211/mac80211 0xcdc6e80f ieee80211_disconnect +EXPORT_SYMBOL net/mac80211/mac80211 0xce3744fd ieee80211_unreserve_tid +EXPORT_SYMBOL net/mac80211/mac80211 0xcf8d84d3 ieee80211_ctstoself_get +EXPORT_SYMBOL net/mac80211/mac80211 0xd081c6b1 ieee80211_sta_register_airtime +EXPORT_SYMBOL net/mac80211/mac80211 0xd34e3a6c wiphy_to_ieee80211_hw +EXPORT_SYMBOL net/mac80211/mac80211 0xd37fa1ca ieee80211_get_unsol_bcast_probe_resp_tmpl +EXPORT_SYMBOL net/mac80211/mac80211 0xe3a9fe50 ieee80211_find_sta +EXPORT_SYMBOL net/mac80211/mac80211 0xe425cbeb ieee80211_nan_func_terminated +EXPORT_SYMBOL net/mac80211/mac80211 0xe83f9e66 ieee80211_tx_status +EXPORT_SYMBOL net/mac80211/mac80211 0xe9165876 ieee80211_queue_delayed_work +EXPORT_SYMBOL net/mac80211/mac80211 0xe963590d ieee80211_sched_scan_results +EXPORT_SYMBOL net/mac80211/mac80211 0xeb70a1d9 ieee80211_stop_queues +EXPORT_SYMBOL net/mac80211/mac80211 0xebc66d7e ieee80211_next_txq +EXPORT_SYMBOL net/mac80211/mac80211 0xecdf2591 ieee80211_cqm_beacon_loss_notify +EXPORT_SYMBOL net/mac80211/mac80211 0xed72d1f3 ieee80211_tx_prepare_skb +EXPORT_SYMBOL net/mac80211/mac80211 0xf229f7a7 ieee80211_probereq_get +EXPORT_SYMBOL net/mac80211/mac80211 0xf2d348e6 ieee80211_tx_status_ext +EXPORT_SYMBOL net/mac80211/mac80211 0xf31bd96a ieee80211_stop_queue +EXPORT_SYMBOL net/mac80211/mac80211 0xf669833f ieee80211_sta_recalc_aggregates +EXPORT_SYMBOL net/mac80211/mac80211 0xf9f8669c ieee80211_wake_queue +EXPORT_SYMBOL net/mac80211/mac80211 0xfa63af25 ieee80211_beacon_get_tim +EXPORT_SYMBOL net/mac80211/mac80211 0xfab8a558 ieee80211_get_buffered_bc +EXPORT_SYMBOL net/mac80211/mac80211 0xfc3adec6 ieee80211_rate_control_register +EXPORT_SYMBOL net/mac80211/mac80211 0xfc4a1e6f ieee80211_iter_keys_rcu +EXPORT_SYMBOL net/mac80211/mac80211 0xfdd581d0 ieee80211_txq_airtime_check +EXPORT_SYMBOL net/mac80211/mac80211 0xfe375f56 ieee80211_csa_finish +EXPORT_SYMBOL net/mac80211/mac80211 0xff7b4682 ieee80211_register_hw +EXPORT_SYMBOL net/mac802154/mac802154 0x0c6ca7ce ieee802154_xmit_complete +EXPORT_SYMBOL net/mac802154/mac802154 0x13f88ad6 ieee802154_configure_durations +EXPORT_SYMBOL net/mac802154/mac802154 0x1490ba2a ieee802154_unregister_hw +EXPORT_SYMBOL net/mac802154/mac802154 0x31719e9b ieee802154_free_hw +EXPORT_SYMBOL net/mac802154/mac802154 0x3858f3ac ieee802154_alloc_hw +EXPORT_SYMBOL net/mac802154/mac802154 0x4d6bac28 ieee802154_xmit_error +EXPORT_SYMBOL net/mac802154/mac802154 0x5ce1007b ieee802154_register_hw +EXPORT_SYMBOL net/mac802154/mac802154 0xa4033ee9 ieee802154_rx_irqsafe +EXPORT_SYMBOL net/mac802154/mac802154 0xda795692 ieee802154_xmit_hw_error +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x020d7f71 ip_vs_conn_in_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x07a6801f ip_vs_conn_out_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x0fcd227d unregister_ip_vs_app +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x1a3ca6c5 ip_vs_tcp_conn_listen +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x2d40935a register_ip_vs_app +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x6adafa82 unregister_ip_vs_scheduler +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x7e4740d8 ip_vs_conn_put +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x81db677c ip_vs_conn_new +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xa43ca141 register_ip_vs_scheduler +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xc2b93284 ip_vs_scheduler_err +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xd3730584 ip_vs_nfct_expect_related +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xd5b50745 ip_vs_new_conn_out +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xd831a1a2 ip_vs_proto_name +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xdba9c5e1 ip_vs_proto_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xe7be9d52 ip_vs_proto_data_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xed6f688c register_ip_vs_app_inc +EXPORT_SYMBOL net/netfilter/nf_conntrack 0x3b08a8f0 nf_ct_destroy +EXPORT_SYMBOL net/netfilter/nf_conntrack 0x499dfb1b 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 0x253f5470 __nf_nat_mangle_tcp_packet +EXPORT_SYMBOL net/netfilter/nf_nat 0x3ec8a5b7 nf_nat_follow_master +EXPORT_SYMBOL net/netfilter/nf_nat 0x53f2e2a0 nf_nat_setup_info +EXPORT_SYMBOL net/netfilter/nf_nat 0xd9bdc583 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 0x2f36772b xt_find_table +EXPORT_SYMBOL net/netfilter/x_tables 0x3523d197 xt_register_matches +EXPORT_SYMBOL net/netfilter/x_tables 0x3bf9d084 xt_check_table_hooks +EXPORT_SYMBOL net/netfilter/x_tables 0x401d44ab xt_unregister_targets +EXPORT_SYMBOL net/netfilter/x_tables 0x41cd5d92 xt_unregister_target +EXPORT_SYMBOL net/netfilter/x_tables 0x48012e28 xt_check_proc_name +EXPORT_SYMBOL net/netfilter/x_tables 0x50873741 xt_compat_init_offsets +EXPORT_SYMBOL net/netfilter/x_tables 0x5bf70255 xt_register_match +EXPORT_SYMBOL net/netfilter/x_tables 0x777db996 xt_unregister_match +EXPORT_SYMBOL net/netfilter/x_tables 0x7f61d703 xt_find_match +EXPORT_SYMBOL net/netfilter/x_tables 0x977fd4bf xt_alloc_table_info +EXPORT_SYMBOL net/netfilter/x_tables 0xa25fc115 xt_compat_check_entry_offsets +EXPORT_SYMBOL net/netfilter/x_tables 0xb854c3fd xt_unregister_matches +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 0xedf7bbff xt_register_targets +EXPORT_SYMBOL net/netfilter/x_tables 0xfda99f91 xt_register_target +EXPORT_SYMBOL net/netfilter/x_tables 0xfef779fa xt_find_jump_offset +EXPORT_SYMBOL net/nfc/hci/hci 0x0038453a nfc_hci_free_device +EXPORT_SYMBOL net/nfc/hci/hci 0x0cbf1741 nfc_hci_send_cmd +EXPORT_SYMBOL net/nfc/hci/hci 0x1480ba56 nfc_hci_set_clientdata +EXPORT_SYMBOL net/nfc/hci/hci 0x1fcd91ed nfc_hci_get_clientdata +EXPORT_SYMBOL net/nfc/hci/hci 0x2bfc4dae nfc_hci_disconnect_all_gates +EXPORT_SYMBOL net/nfc/hci/hci 0x381d8918 nfc_hci_disconnect_gate +EXPORT_SYMBOL net/nfc/hci/hci 0x3f2e3044 nfc_hci_reset_pipes +EXPORT_SYMBOL net/nfc/hci/hci 0x3f5c7ffb nfc_hci_allocate_device +EXPORT_SYMBOL net/nfc/hci/hci 0x47540548 nfc_hci_unregister_device +EXPORT_SYMBOL net/nfc/hci/hci 0x48e95aa6 nfc_hci_send_event +EXPORT_SYMBOL net/nfc/hci/hci 0x50ca4774 nfc_hci_connect_gate +EXPORT_SYMBOL net/nfc/hci/hci 0x54f4be80 nfc_llc_start +EXPORT_SYMBOL net/nfc/hci/hci 0x73e3dee8 nfc_hci_target_discovered +EXPORT_SYMBOL net/nfc/hci/hci 0x74fe3670 nfc_hci_result_to_errno +EXPORT_SYMBOL net/nfc/hci/hci 0x84202a65 nfc_hci_driver_failure +EXPORT_SYMBOL net/nfc/hci/hci 0x9c4fef83 nfc_hci_set_param +EXPORT_SYMBOL net/nfc/hci/hci 0x9f1debde nfc_hci_recv_frame +EXPORT_SYMBOL net/nfc/hci/hci 0xcb4d0ef4 nfc_hci_reset_pipes_per_host +EXPORT_SYMBOL net/nfc/hci/hci 0xd6db57c3 nfc_hci_send_cmd_async +EXPORT_SYMBOL net/nfc/hci/hci 0xd8db8bd3 nfc_llc_stop +EXPORT_SYMBOL net/nfc/hci/hci 0xdd231c55 nfc_hci_sak_to_protocol +EXPORT_SYMBOL net/nfc/hci/hci 0xdf2014cf nfc_hci_register_device +EXPORT_SYMBOL net/nfc/hci/hci 0xf881d732 nfc_hci_get_param +EXPORT_SYMBOL net/nfc/nci/nci 0x04b9bc80 nci_hci_connect_gate +EXPORT_SYMBOL net/nfc/nci/nci 0x0b3f8042 nci_core_conn_close +EXPORT_SYMBOL net/nfc/nci/nci 0x18149526 nci_send_data +EXPORT_SYMBOL net/nfc/nci/nci 0x1904ba45 nci_free_device +EXPORT_SYMBOL net/nfc/nci/nci 0x27fb8a30 nci_core_conn_create +EXPORT_SYMBOL net/nfc/nci/nci 0x3008f7b1 nci_unregister_device +EXPORT_SYMBOL net/nfc/nci/nci 0x31dc8fbd nci_nfcc_loopback +EXPORT_SYMBOL net/nfc/nci/nci 0x443b7e0a nci_register_device +EXPORT_SYMBOL net/nfc/nci/nci 0x5a333c09 nci_recv_frame +EXPORT_SYMBOL net/nfc/nci/nci 0x7671bd18 nci_hci_set_param +EXPORT_SYMBOL net/nfc/nci/nci 0x7675b519 nci_get_conn_info_by_dest_type_params +EXPORT_SYMBOL net/nfc/nci/nci 0x77d6a58b nci_prop_cmd +EXPORT_SYMBOL net/nfc/nci/nci 0x7becec45 nci_hci_send_cmd +EXPORT_SYMBOL net/nfc/nci/nci 0x8152eba7 nci_hci_get_param +EXPORT_SYMBOL net/nfc/nci/nci 0x8215f67c nci_core_cmd +EXPORT_SYMBOL net/nfc/nci/nci 0x89393c84 nci_core_reset +EXPORT_SYMBOL net/nfc/nci/nci 0x90f17533 nci_set_config +EXPORT_SYMBOL net/nfc/nci/nci 0x94b9e06a nci_hci_send_event +EXPORT_SYMBOL net/nfc/nci/nci 0x9768e3bd nci_hci_clear_all_pipes +EXPORT_SYMBOL net/nfc/nci/nci 0x98b9994c nci_hci_dev_session_init +EXPORT_SYMBOL net/nfc/nci/nci 0xa06a33c6 nci_nfcee_discover +EXPORT_SYMBOL net/nfc/nci/nci 0xa26a4b97 nci_hci_open_pipe +EXPORT_SYMBOL net/nfc/nci/nci 0xba490602 nci_to_errno +EXPORT_SYMBOL net/nfc/nci/nci 0xbc2383ca nci_conn_max_data_pkt_payload_size +EXPORT_SYMBOL net/nfc/nci/nci 0xc001c170 nci_send_frame +EXPORT_SYMBOL net/nfc/nci/nci 0xc4115a17 nci_req_complete +EXPORT_SYMBOL net/nfc/nci/nci 0xd79846ce nci_send_cmd +EXPORT_SYMBOL net/nfc/nci/nci 0xecf4e86a nci_nfcee_mode_set +EXPORT_SYMBOL net/nfc/nci/nci 0xf7c5844b nci_allocate_device +EXPORT_SYMBOL net/nfc/nci/nci 0xfa95ec2f nci_core_init +EXPORT_SYMBOL net/nfc/nfc 0x051b4cef nfc_unregister_device +EXPORT_SYMBOL net/nfc/nfc 0x0c9bd278 nfc_vendor_cmd_reply +EXPORT_SYMBOL net/nfc/nfc 0x1bb8bdaa nfc_send_to_raw_sock +EXPORT_SYMBOL net/nfc/nfc 0x1d21f827 nfc_se_connectivity +EXPORT_SYMBOL net/nfc/nfc 0x57b18cca nfc_get_local_general_bytes +EXPORT_SYMBOL net/nfc/nfc 0x6256301a nfc_find_se +EXPORT_SYMBOL net/nfc/nfc 0x72a12070 nfc_class +EXPORT_SYMBOL net/nfc/nfc 0x72e426f1 nfc_proto_register +EXPORT_SYMBOL net/nfc/nfc 0x730fea3a nfc_set_remote_general_bytes +EXPORT_SYMBOL net/nfc/nfc 0x74ee5d46 nfc_alloc_recv_skb +EXPORT_SYMBOL net/nfc/nfc 0x7a0e4e1e nfc_add_se +EXPORT_SYMBOL net/nfc/nfc 0x84f291e4 nfc_proto_unregister +EXPORT_SYMBOL net/nfc/nfc 0x881238a6 nfc_tm_activated +EXPORT_SYMBOL net/nfc/nfc 0x88437426 nfc_fw_download_done +EXPORT_SYMBOL net/nfc/nfc 0x8f8f94fc nfc_tm_deactivated +EXPORT_SYMBOL net/nfc/nfc 0x9434781a nfc_remove_se +EXPORT_SYMBOL net/nfc/nfc 0x95b06884 nfc_targets_found +EXPORT_SYMBOL net/nfc/nfc 0x9a4d4461 __nfc_alloc_vendor_cmd_reply_skb +EXPORT_SYMBOL net/nfc/nfc 0xa292b293 nfc_allocate_device +EXPORT_SYMBOL net/nfc/nfc 0xb49e9c13 nfc_dep_link_is_up +EXPORT_SYMBOL net/nfc/nfc 0xb4af8854 nfc_driver_failure +EXPORT_SYMBOL net/nfc/nfc 0xb842fa17 nfc_tm_data_received +EXPORT_SYMBOL net/nfc/nfc 0xc0683417 nfc_se_transaction +EXPORT_SYMBOL net/nfc/nfc 0xecd3769a nfc_target_lost +EXPORT_SYMBOL net/nfc/nfc 0xf1a243cc nfc_register_device +EXPORT_SYMBOL net/nfc/nfc_digital 0x417b23d5 nfc_digital_allocate_device +EXPORT_SYMBOL net/nfc/nfc_digital 0x51bd6463 nfc_digital_unregister_device +EXPORT_SYMBOL net/nfc/nfc_digital 0x81e294fc nfc_digital_free_device +EXPORT_SYMBOL net/nfc/nfc_digital 0xbff68d5a nfc_digital_register_device +EXPORT_SYMBOL net/phonet/phonet 0x0a5a95a6 pn_skb_send +EXPORT_SYMBOL net/phonet/phonet 0x0ff29a44 phonet_proto_register +EXPORT_SYMBOL net/phonet/phonet 0x15b5b4cc pn_sock_hash +EXPORT_SYMBOL net/phonet/phonet 0x32669b96 pn_sock_unhash +EXPORT_SYMBOL net/phonet/phonet 0x8dc3a267 phonet_proto_unregister +EXPORT_SYMBOL net/phonet/phonet 0xad2e428c phonet_stream_ops +EXPORT_SYMBOL net/phonet/phonet 0xc6f6631d pn_sock_get_port +EXPORT_SYMBOL net/phonet/phonet 0xedfcc871 phonet_header_ops +EXPORT_SYMBOL net/rxrpc/rxrpc 0x00216018 rxrpc_kernel_charge_accept +EXPORT_SYMBOL net/rxrpc/rxrpc 0x06e5d69b rxrpc_kernel_end_call +EXPORT_SYMBOL net/rxrpc/rxrpc 0x0d2b6efb rxrpc_kernel_new_call_notification +EXPORT_SYMBOL net/rxrpc/rxrpc 0x0eb02b33 rxrpc_kernel_check_life +EXPORT_SYMBOL net/rxrpc/rxrpc 0x2111ce3f rxrpc_kernel_get_peer +EXPORT_SYMBOL net/rxrpc/rxrpc 0x2cbcfd65 rxrpc_kernel_recv_data +EXPORT_SYMBOL net/rxrpc/rxrpc 0x31bf3ca3 rxrpc_debug_id +EXPORT_SYMBOL net/rxrpc/rxrpc 0x4f926e6b rxrpc_kernel_get_epoch +EXPORT_SYMBOL net/rxrpc/rxrpc 0x56f2f1dd rxrpc_sock_set_min_security_level +EXPORT_SYMBOL net/rxrpc/rxrpc 0x572aecfb rxrpc_sock_set_security_keyring +EXPORT_SYMBOL net/rxrpc/rxrpc 0x5c8a7581 rxrpc_get_server_data_key +EXPORT_SYMBOL net/rxrpc/rxrpc 0x5f57608e rxrpc_kernel_abort_call +EXPORT_SYMBOL net/rxrpc/rxrpc 0x7b6d2c5d key_type_rxrpc +EXPORT_SYMBOL net/rxrpc/rxrpc 0x818b619f rxrpc_kernel_begin_call +EXPORT_SYMBOL net/rxrpc/rxrpc 0xa8648607 rxrpc_kernel_set_tx_length +EXPORT_SYMBOL net/rxrpc/rxrpc 0xb393e5bf rxrpc_kernel_get_srtt +EXPORT_SYMBOL net/rxrpc/rxrpc 0xea79c858 rxrpc_kernel_send_data +EXPORT_SYMBOL net/rxrpc/rxrpc 0xf6b8a6c0 rxrpc_kernel_set_max_life +EXPORT_SYMBOL net/rxrpc/rxrpc 0xf6e2eec2 rxrpc_get_null_key +EXPORT_SYMBOL net/sctp/sctp 0xfd9026f8 sctp_do_peeloff +EXPORT_SYMBOL net/smc/smc 0x1b1e06e1 __tracepoint_smc_rx_recvmsg +EXPORT_SYMBOL net/smc/smc 0x2817c152 __traceiter_smc_switch_to_fallback +EXPORT_SYMBOL net/smc/smc 0x3153cc92 __SCK__tp_func_smc_rx_recvmsg +EXPORT_SYMBOL net/smc/smc 0x8989d6ae __tracepoint_smc_switch_to_fallback +EXPORT_SYMBOL net/smc/smc 0x99bf1b00 __tracepoint_smc_tx_sendmsg +EXPORT_SYMBOL net/smc/smc 0x9b898a91 __traceiter_smc_tx_sendmsg +EXPORT_SYMBOL net/smc/smc 0xb0667690 __traceiter_smc_rx_recvmsg +EXPORT_SYMBOL net/smc/smc 0xb3f2d173 __SCK__tp_func_smc_tx_sendmsg +EXPORT_SYMBOL net/smc/smc 0xcd9701fe __tracepoint_smcr_link_down +EXPORT_SYMBOL net/smc/smc 0xd562fb78 __traceiter_smcr_link_down +EXPORT_SYMBOL net/smc/smc 0xe7dacb8d __SCK__tp_func_smcr_link_down +EXPORT_SYMBOL net/smc/smc 0xfb8cae0f __SCK__tp_func_smc_switch_to_fallback +EXPORT_SYMBOL net/sunrpc/auth_gss/auth_rpcgss 0x5da020b2 gss_mech_put +EXPORT_SYMBOL net/sunrpc/auth_gss/auth_rpcgss 0xa4c14cf4 gss_pseudoflavor_to_service +EXPORT_SYMBOL net/sunrpc/auth_gss/auth_rpcgss 0xad2bf539 gss_mech_get +EXPORT_SYMBOL net/sunrpc/sunrpc 0x4902c9af xdr_truncate_encode +EXPORT_SYMBOL net/sunrpc/sunrpc 0xcb795e33 svc_pool_stats_open +EXPORT_SYMBOL net/sunrpc/sunrpc 0xdf5f6314 xdr_restrict_buflen +EXPORT_SYMBOL net/tipc/tipc 0x3ae48a53 tipc_sk_fill_sock_diag +EXPORT_SYMBOL net/tipc/tipc 0x8ad6c9db tipc_dump_start +EXPORT_SYMBOL net/tipc/tipc 0xa9eb5953 tipc_dump_done +EXPORT_SYMBOL net/tipc/tipc 0xf8f0c2d8 tipc_nl_sk_walk +EXPORT_SYMBOL net/tls/tls 0xe7ca1a8d tls_get_record +EXPORT_SYMBOL net/wireless/cfg80211 0x042458f6 __cfg80211_radar_event +EXPORT_SYMBOL net/wireless/cfg80211 0x06ca71fd cfg80211_chandef_create +EXPORT_SYMBOL net/wireless/cfg80211 0x0b0ef06c cfg80211_mgmt_tx_status_ext +EXPORT_SYMBOL net/wireless/cfg80211 0x0b6d36f8 cfg80211_chandef_dfs_required +EXPORT_SYMBOL net/wireless/cfg80211 0x0c3413d4 cfg80211_cqm_pktloss_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x0cc95bc2 ieee80211_s1g_channel_width +EXPORT_SYMBOL net/wireless/cfg80211 0x117aca91 cfg80211_merge_profile +EXPORT_SYMBOL net/wireless/cfg80211 0x11e176cd cfg80211_rx_mgmt_ext +EXPORT_SYMBOL net/wireless/cfg80211 0x17717337 wiphy_register +EXPORT_SYMBOL net/wireless/cfg80211 0x17df4d68 wdev_chandef +EXPORT_SYMBOL net/wireless/cfg80211 0x17f73b19 cfg80211_roamed +EXPORT_SYMBOL net/wireless/cfg80211 0x18711444 cfg80211_classify8021d +EXPORT_SYMBOL net/wireless/cfg80211 0x1879fcbd bridge_tunnel_header +EXPORT_SYMBOL net/wireless/cfg80211 0x1b5a3a7e cfg80211_sinfo_alloc_tid_stats +EXPORT_SYMBOL net/wireless/cfg80211 0x1cbe8c9b cfg80211_ch_switch_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x1ce2497f reg_query_regdb_wmm +EXPORT_SYMBOL net/wireless/cfg80211 0x1fe0344d wiphy_read_of_freq_limits +EXPORT_SYMBOL net/wireless/cfg80211 0x2319649c cfg80211_probe_status +EXPORT_SYMBOL net/wireless/cfg80211 0x25256fc0 cfg80211_register_netdevice +EXPORT_SYMBOL net/wireless/cfg80211 0x2604e920 __cfg80211_alloc_event_skb +EXPORT_SYMBOL net/wireless/cfg80211 0x261b74f2 cfg80211_del_sta_sinfo +EXPORT_SYMBOL net/wireless/cfg80211 0x275269b3 ieee80211_ie_split_ric +EXPORT_SYMBOL net/wireless/cfg80211 0x275c97f0 cfg80211_get_ies_channel_number +EXPORT_SYMBOL net/wireless/cfg80211 0x296df349 wiphy_free +EXPORT_SYMBOL net/wireless/cfg80211 0x3317af8d cfg80211_iftype_allowed +EXPORT_SYMBOL net/wireless/cfg80211 0x34c55479 cfg80211_cqm_beacon_loss_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x3643b80f ieee80211_chandef_to_operating_class +EXPORT_SYMBOL net/wireless/cfg80211 0x39a8ec6e cfg80211_sched_scan_stopped +EXPORT_SYMBOL net/wireless/cfg80211 0x39d88528 cfg80211_ibss_joined +EXPORT_SYMBOL net/wireless/cfg80211 0x3bd2dd8c cfg80211_control_port_tx_status +EXPORT_SYMBOL net/wireless/cfg80211 0x3e7f0ce5 ieee80211_amsdu_to_8023s +EXPORT_SYMBOL net/wireless/cfg80211 0x429c0c31 ieee80211_bss_get_elem +EXPORT_SYMBOL net/wireless/cfg80211 0x4325579f cfg80211_chandef_usable +EXPORT_SYMBOL net/wireless/cfg80211 0x43afadee ieee80211_radiotap_iterator_init +EXPORT_SYMBOL net/wireless/cfg80211 0x461c4899 cfg80211_unlink_bss +EXPORT_SYMBOL net/wireless/cfg80211 0x46ff300c ieee80211_get_response_rate +EXPORT_SYMBOL net/wireless/cfg80211 0x480d609d regulatory_set_wiphy_regd_sync +EXPORT_SYMBOL net/wireless/cfg80211 0x492e5b56 cfg80211_get_bss +EXPORT_SYMBOL net/wireless/cfg80211 0x4abe968a cfg80211_rx_mlme_mgmt +EXPORT_SYMBOL net/wireless/cfg80211 0x4d82654d cfg80211_background_cac_abort +EXPORT_SYMBOL net/wireless/cfg80211 0x4d888bc1 cfg80211_calculate_bitrate +EXPORT_SYMBOL net/wireless/cfg80211 0x534b9559 cfg80211_cqm_txe_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x55637dc9 cfg80211_rx_spurious_frame +EXPORT_SYMBOL net/wireless/cfg80211 0x5584448a ieee80211_channel_to_freq_khz +EXPORT_SYMBOL net/wireless/cfg80211 0x559274b5 regulatory_set_wiphy_regd +EXPORT_SYMBOL net/wireless/cfg80211 0x56b7e73a get_wiphy_regdom +EXPORT_SYMBOL net/wireless/cfg80211 0x5bb9aafa freq_reg_info +EXPORT_SYMBOL net/wireless/cfg80211 0x5db52470 cfg80211_send_layer2_update +EXPORT_SYMBOL net/wireless/cfg80211 0x618082e5 cfg80211_update_owe_info_event +EXPORT_SYMBOL net/wireless/cfg80211 0x65064ba1 __cfg80211_send_event_skb +EXPORT_SYMBOL net/wireless/cfg80211 0x67774d8f cfg80211_get_drvinfo +EXPORT_SYMBOL net/wireless/cfg80211 0x69b18f43 rfc1042_header +EXPORT_SYMBOL net/wireless/cfg80211 0x6b539628 cfg80211_unregister_wdev +EXPORT_SYMBOL net/wireless/cfg80211 0x6bedf402 ieee80211_freq_khz_to_channel +EXPORT_SYMBOL net/wireless/cfg80211 0x6cc4199c wiphy_rfkill_start_polling +EXPORT_SYMBOL net/wireless/cfg80211 0x6e4574ae cfg80211_bss_flush +EXPORT_SYMBOL net/wireless/cfg80211 0x7362ed65 cfg80211_nan_match +EXPORT_SYMBOL net/wireless/cfg80211 0x73aed698 cfg80211_rx_assoc_resp +EXPORT_SYMBOL net/wireless/cfg80211 0x754996df cfg80211_report_wowlan_wakeup +EXPORT_SYMBOL net/wireless/cfg80211 0x770042ee cfg80211_inform_bss_frame_data +EXPORT_SYMBOL net/wireless/cfg80211 0x78728ed5 cfg80211_bss_color_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x79b82a71 cfg80211_find_vendor_elem +EXPORT_SYMBOL net/wireless/cfg80211 0x7a65e503 cfg80211_check_station_change +EXPORT_SYMBOL net/wireless/cfg80211 0x7acb86ed ieee80211_radiotap_iterator_next +EXPORT_SYMBOL net/wireless/cfg80211 0x7c3ac925 ieee80211_get_vht_max_nss +EXPORT_SYMBOL net/wireless/cfg80211 0x7ef39823 ieee80211_hdrlen +EXPORT_SYMBOL net/wireless/cfg80211 0x7f2db6a1 cfg80211_reg_can_beacon_relax +EXPORT_SYMBOL net/wireless/cfg80211 0x7f670804 ieee80211_get_hdrlen_from_skb +EXPORT_SYMBOL net/wireless/cfg80211 0x8277f4d3 ieee80211_data_to_8023_exthdr +EXPORT_SYMBOL net/wireless/cfg80211 0x88ce5c3f cfg80211_reg_can_beacon +EXPORT_SYMBOL net/wireless/cfg80211 0x8fa02936 cfg80211_free_nan_func +EXPORT_SYMBOL net/wireless/cfg80211 0x8fb8fc16 cfg80211_assoc_comeback +EXPORT_SYMBOL net/wireless/cfg80211 0x902d825b cfg80211_nan_func_terminated +EXPORT_SYMBOL net/wireless/cfg80211 0x904cb67d cfg80211_ready_on_channel +EXPORT_SYMBOL net/wireless/cfg80211 0x91490367 cfg80211_ft_event +EXPORT_SYMBOL net/wireless/cfg80211 0x92ef1089 ieee80211_get_channel_khz +EXPORT_SYMBOL net/wireless/cfg80211 0x94fc4f37 cfg80211_any_usable_channels +EXPORT_SYMBOL net/wireless/cfg80211 0x97b516c7 ieee80211_mandatory_rates +EXPORT_SYMBOL net/wireless/cfg80211 0x9a664fca cfg80211_rx_unprot_mlme_mgmt +EXPORT_SYMBOL net/wireless/cfg80211 0x9d6cba30 cfg80211_find_elem_match +EXPORT_SYMBOL net/wireless/cfg80211 0xa12c53ef wiphy_apply_custom_regulatory +EXPORT_SYMBOL net/wireless/cfg80211 0xa24b17e1 cfg80211_gtk_rekey_notify +EXPORT_SYMBOL net/wireless/cfg80211 0xa342fca5 cfg80211_put_bss +EXPORT_SYMBOL net/wireless/cfg80211 0xa65502fd cfg80211_sta_opmode_change_notify +EXPORT_SYMBOL net/wireless/cfg80211 0xac29dea7 cfg80211_new_sta +EXPORT_SYMBOL net/wireless/cfg80211 0xad3418b7 cfg80211_tx_mlme_mgmt +EXPORT_SYMBOL net/wireless/cfg80211 0xae235aaa cfg80211_sched_scan_results +EXPORT_SYMBOL net/wireless/cfg80211 0xb023f381 cfg80211_tdls_oper_request +EXPORT_SYMBOL net/wireless/cfg80211 0xb4ff8598 cfg80211_rx_control_port +EXPORT_SYMBOL net/wireless/cfg80211 0xb60cca73 cfg80211_scan_done +EXPORT_SYMBOL net/wireless/cfg80211 0xb6e7b65b cfg80211_notify_new_peer_candidate +EXPORT_SYMBOL net/wireless/cfg80211 0xb7e540ae ieee80211_get_num_supported_channels +EXPORT_SYMBOL net/wireless/cfg80211 0xbc6574e2 cfg80211_cac_event +EXPORT_SYMBOL net/wireless/cfg80211 0xbcad1e99 cfg80211_tx_mgmt_expired +EXPORT_SYMBOL net/wireless/cfg80211 0xc42e36b6 cfg80211_sched_scan_stopped_locked +EXPORT_SYMBOL net/wireless/cfg80211 0xc4b4fc27 cfg80211_chandef_valid +EXPORT_SYMBOL net/wireless/cfg80211 0xc4ee87d4 cfg80211_external_auth_request +EXPORT_SYMBOL net/wireless/cfg80211 0xc9a1cb32 cfg80211_bss_iter +EXPORT_SYMBOL net/wireless/cfg80211 0xca20fbff cfg80211_connect_done +EXPORT_SYMBOL net/wireless/cfg80211 0xcb8ccbd5 cfg80211_report_obss_beacon_khz +EXPORT_SYMBOL net/wireless/cfg80211 0xcc1a7c48 cfg80211_is_element_inherited +EXPORT_SYMBOL net/wireless/cfg80211 0xd3851742 cfg80211_check_combinations +EXPORT_SYMBOL net/wireless/cfg80211 0xd46e51d2 cfg80211_get_station +EXPORT_SYMBOL net/wireless/cfg80211 0xd4c822fe cfg80211_ch_switch_started_notify +EXPORT_SYMBOL net/wireless/cfg80211 0xd56d55f3 ieee80211_get_mesh_hdrlen +EXPORT_SYMBOL net/wireless/cfg80211 0xd572d133 cfg80211_rx_unexpected_4addr_frame +EXPORT_SYMBOL net/wireless/cfg80211 0xd7b7d181 cfg80211_cqm_rssi_notify +EXPORT_SYMBOL net/wireless/cfg80211 0xd846c525 wiphy_rfkill_set_hw_state_reason +EXPORT_SYMBOL net/wireless/cfg80211 0xd97eaad4 cfg80211_chandef_compatible +EXPORT_SYMBOL net/wireless/cfg80211 0xdb2d6769 cfg80211_remain_on_channel_expired +EXPORT_SYMBOL net/wireless/cfg80211 0xdba126c1 reg_initiator_name +EXPORT_SYMBOL net/wireless/cfg80211 0xdebe34b9 wiphy_new_nm +EXPORT_SYMBOL net/wireless/cfg80211 0xe08101d0 __cfg80211_alloc_reply_skb +EXPORT_SYMBOL net/wireless/cfg80211 0xe5348d6c cfg80211_ref_bss +EXPORT_SYMBOL net/wireless/cfg80211 0xe7e4a88e cfg80211_get_iftype_ext_capa +EXPORT_SYMBOL net/wireless/cfg80211 0xebc84a93 cfg80211_assoc_failure +EXPORT_SYMBOL net/wireless/cfg80211 0xee02d7ed regulatory_pre_cac_allowed +EXPORT_SYMBOL net/wireless/cfg80211 0xf0da92ee cfg80211_auth_timeout +EXPORT_SYMBOL net/wireless/cfg80211 0xf1712532 cfg80211_port_authorized +EXPORT_SYMBOL net/wireless/cfg80211 0xf292714f regulatory_hint +EXPORT_SYMBOL net/wireless/cfg80211 0xf2af9c1a cfg80211_disconnected +EXPORT_SYMBOL net/wireless/cfg80211 0xf364b182 wiphy_unregister +EXPORT_SYMBOL net/wireless/cfg80211 0xf3fbacb8 cfg80211_michael_mic_failure +EXPORT_SYMBOL net/wireless/cfg80211 0xf40bc2f5 ieee80211_operating_class_to_band +EXPORT_SYMBOL net/wireless/cfg80211 0xf471433d cfg80211_inform_bss_data +EXPORT_SYMBOL net/wireless/cfg80211 0xf4eb1787 cfg80211_pmksa_candidate_notify +EXPORT_SYMBOL net/wireless/cfg80211 0xf5596d89 cfg80211_get_p2p_attr +EXPORT_SYMBOL net/wireless/cfg80211 0xf987c4b3 cfg80211_iter_combinations +EXPORT_SYMBOL net/wireless/cfg80211 0xfaaef9f3 cfg80211_conn_failed +EXPORT_SYMBOL net/wireless/cfg80211 0xfbec5038 cfg80211_crit_proto_stopped +EXPORT_SYMBOL net/wireless/cfg80211 0xfeeeff58 cfg80211_stop_iface +EXPORT_SYMBOL net/wireless/lib80211 0x0ccd4f44 lib80211_crypt_delayed_deinit +EXPORT_SYMBOL net/wireless/lib80211 0x2bd418d5 lib80211_register_crypto_ops +EXPORT_SYMBOL net/wireless/lib80211 0x46d7f052 lib80211_crypt_info_init +EXPORT_SYMBOL net/wireless/lib80211 0x5ac0cdf6 lib80211_crypt_info_free +EXPORT_SYMBOL net/wireless/lib80211 0xe6ffb3bd lib80211_unregister_crypto_ops +EXPORT_SYMBOL net/wireless/lib80211 0xff99dec6 lib80211_get_crypto_ops +EXPORT_SYMBOL sound/ac97_bus 0xe5633461 ac97_bus_type +EXPORT_SYMBOL sound/core/oss/snd-mixer-oss 0x4f1383c8 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 0x3061c52d snd_use_lock_sync_helper +EXPORT_SYMBOL sound/core/seq/snd-seq 0x3fb4d161 snd_seq_kernel_client_dispatch +EXPORT_SYMBOL sound/core/seq/snd-seq 0x5220ce16 snd_seq_create_kernel_client +EXPORT_SYMBOL sound/core/seq/snd-seq 0x6bb71038 snd_seq_delete_kernel_client +EXPORT_SYMBOL sound/core/seq/snd-seq 0x7ac2f329 snd_seq_expand_var_event +EXPORT_SYMBOL sound/core/seq/snd-seq 0x7b8699eb snd_seq_event_port_detach +EXPORT_SYMBOL sound/core/seq/snd-seq 0xb8e448a0 snd_seq_set_queue_tempo +EXPORT_SYMBOL sound/core/seq/snd-seq 0xcc521541 snd_seq_kernel_client_write_poll +EXPORT_SYMBOL sound/core/seq/snd-seq 0xd3ca088a snd_seq_event_port_attach +EXPORT_SYMBOL sound/core/seq/snd-seq 0xe934da1d snd_seq_dump_var_event +EXPORT_SYMBOL sound/core/seq/snd-seq 0xff385320 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 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-emul 0xf912f0c8 snd_midi_process_event +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0x734e4fba 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 0xdd70dbf6 snd_midi_event_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 0x75204c87 snd_virmidi_new +EXPORT_SYMBOL sound/core/snd 0x0165a039 snd_card_register +EXPORT_SYMBOL sound/core/snd 0x0eef1cdc snd_info_create_module_entry +EXPORT_SYMBOL sound/core/snd 0x198788b4 snd_lookup_oss_minor_data +EXPORT_SYMBOL sound/core/snd 0x23086ec0 snd_ctl_remove_id +EXPORT_SYMBOL sound/core/snd 0x24a94b26 snd_info_get_line +EXPORT_SYMBOL sound/core/snd 0x250d9b70 snd_pci_quirk_lookup +EXPORT_SYMBOL sound/core/snd 0x342a2354 copy_to_user_fromio +EXPORT_SYMBOL sound/core/snd 0x3971b4df snd_ecards_limit +EXPORT_SYMBOL sound/core/snd 0x3adc65eb snd_jack_new +EXPORT_SYMBOL sound/core/snd 0x419e368b snd_unregister_device +EXPORT_SYMBOL sound/core/snd 0x444d906d snd_mixer_oss_notify_callback +EXPORT_SYMBOL sound/core/snd 0x4a3ea5c0 snd_request_card +EXPORT_SYMBOL sound/core/snd 0x4ff90679 snd_unregister_oss_device +EXPORT_SYMBOL sound/core/snd 0x51f8ae18 snd_jack_set_parent +EXPORT_SYMBOL sound/core/snd 0x56118d55 snd_ctl_remove +EXPORT_SYMBOL sound/core/snd 0x57d69e99 snd_ctl_boolean_stereo_info +EXPORT_SYMBOL sound/core/snd 0x5e83d5ff snd_ctl_make_virtual_master +EXPORT_SYMBOL sound/core/snd 0x60c732d9 snd_ctl_register_ioctl +EXPORT_SYMBOL sound/core/snd 0x67400c44 snd_card_set_id +EXPORT_SYMBOL sound/core/snd 0x6af16c97 snd_component_add +EXPORT_SYMBOL sound/core/snd 0x73076315 snd_pci_quirk_lookup_id +EXPORT_SYMBOL sound/core/snd 0x7be2d30c snd_device_free +EXPORT_SYMBOL sound/core/snd 0x7c58a64c snd_ctl_find_id +EXPORT_SYMBOL sound/core/snd 0x7c75c11e snd_card_file_remove +EXPORT_SYMBOL sound/core/snd 0x82e9c6b7 snd_ctl_new1 +EXPORT_SYMBOL sound/core/snd 0x84c2e2fd snd_card_file_add +EXPORT_SYMBOL sound/core/snd 0x8853c651 snd_ctl_unregister_ioctl +EXPORT_SYMBOL sound/core/snd 0x8df3789f snd_oss_info_register +EXPORT_SYMBOL sound/core/snd 0x8e80756f _snd_ctl_add_follower +EXPORT_SYMBOL sound/core/snd 0x8ec26ea4 snd_jack_set_key +EXPORT_SYMBOL sound/core/snd 0x8f06ea5c snd_jack_add_new_kctl +EXPORT_SYMBOL sound/core/snd 0x8f595b11 snd_major +EXPORT_SYMBOL sound/core/snd 0x9239f353 snd_info_create_card_entry +EXPORT_SYMBOL sound/core/snd 0x938b7e61 snd_ctl_replace +EXPORT_SYMBOL sound/core/snd 0x9e6d79f8 snd_info_get_str +EXPORT_SYMBOL sound/core/snd 0x9f85c285 snd_ctl_notify_one +EXPORT_SYMBOL sound/core/snd 0xa274a1fa snd_register_oss_device +EXPORT_SYMBOL sound/core/snd 0xa818957b snd_ctl_find_numid +EXPORT_SYMBOL sound/core/snd 0xa8578e72 snd_device_register +EXPORT_SYMBOL sound/core/snd 0xacf72856 snd_seq_root +EXPORT_SYMBOL sound/core/snd 0xaefc2340 snd_card_free +EXPORT_SYMBOL sound/core/snd 0xaf7d8d8f snd_ctl_free_one +EXPORT_SYMBOL sound/core/snd 0xb2e5ae4a snd_lookup_minor_data +EXPORT_SYMBOL sound/core/snd 0xb614a728 snd_card_new +EXPORT_SYMBOL sound/core/snd 0xb8732fca snd_ctl_rename +EXPORT_SYMBOL sound/core/snd 0xbb4fb2ee snd_power_wait +EXPORT_SYMBOL sound/core/snd 0xc5a6d10b release_and_free_resource +EXPORT_SYMBOL sound/core/snd 0xc7e90ed4 snd_ctl_boolean_mono_info +EXPORT_SYMBOL sound/core/snd 0xcc6a729f snd_ctl_enum_info +EXPORT_SYMBOL sound/core/snd 0xcf37a0ca snd_ctl_rename_id +EXPORT_SYMBOL sound/core/snd 0xd0f4cb59 snd_ctl_register_ioctl_compat +EXPORT_SYMBOL sound/core/snd 0xd243dcc4 snd_ctl_unregister_ioctl_compat +EXPORT_SYMBOL sound/core/snd 0xd3b4be42 snd_register_device +EXPORT_SYMBOL sound/core/snd 0xe232fbd2 snd_card_free_when_closed +EXPORT_SYMBOL sound/core/snd 0xeb387f0f snd_device_new +EXPORT_SYMBOL sound/core/snd 0xeb80ef7b snd_info_free_entry +EXPORT_SYMBOL sound/core/snd 0xebe8d832 snd_ctl_add +EXPORT_SYMBOL sound/core/snd 0xeeb2f7c8 snd_jack_report +EXPORT_SYMBOL sound/core/snd 0xf557e226 snd_ctl_notify +EXPORT_SYMBOL sound/core/snd 0xfa197a0a snd_card_disconnect +EXPORT_SYMBOL sound/core/snd 0xfee0c0be snd_info_register +EXPORT_SYMBOL sound/core/snd 0xfffd89db copy_from_user_toio +EXPORT_SYMBOL sound/core/snd-compress 0x749510d0 snd_compr_malloc_pages +EXPORT_SYMBOL sound/core/snd-compress 0x86539284 snd_compr_free_pages +EXPORT_SYMBOL sound/core/snd-hwdep 0x38d17f2d snd_hwdep_new +EXPORT_SYMBOL sound/core/snd-pcm 0x0283dfe3 _snd_pcm_hw_params_any +EXPORT_SYMBOL sound/core/snd-pcm 0x0291cfe9 snd_pcm_set_managed_buffer +EXPORT_SYMBOL sound/core/snd-pcm 0x04cda566 snd_interval_refine +EXPORT_SYMBOL sound/core/snd-pcm 0x09956917 snd_dma_buffer_mmap +EXPORT_SYMBOL sound/core/snd-pcm 0x0ad34ef3 snd_pcm_create_iec958_consumer +EXPORT_SYMBOL sound/core/snd-pcm 0x10562b58 snd_pcm_stop +EXPORT_SYMBOL sound/core/snd-pcm 0x10b50b65 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 0x19f96e4a _snd_pcm_lib_alloc_vmalloc_buffer +EXPORT_SYMBOL sound/core/snd-pcm 0x1d027e4b snd_pcm_format_signed +EXPORT_SYMBOL sound/core/snd-pcm 0x1db13c90 snd_pcm_hw_rule_add +EXPORT_SYMBOL sound/core/snd-pcm 0x27e7afcf snd_pcm_hw_constraint_minmax +EXPORT_SYMBOL sound/core/snd-pcm 0x347b66e7 snd_pcm_set_managed_buffer_all +EXPORT_SYMBOL sound/core/snd-pcm 0x34d3396a snd_pcm_lib_free_vmalloc_buffer +EXPORT_SYMBOL sound/core/snd-pcm 0x3796bdcc snd_pcm_format_little_endian +EXPORT_SYMBOL sound/core/snd-pcm 0x38f1f41b snd_pcm_lib_preallocate_free_for_all +EXPORT_SYMBOL sound/core/snd-pcm 0x39bf9301 _snd_pcm_hw_param_setempty +EXPORT_SYMBOL sound/core/snd-pcm 0x41be2750 snd_pcm_lib_preallocate_pages_for_all +EXPORT_SYMBOL sound/core/snd-pcm 0x425ef096 snd_pcm_period_elapsed_under_stream_lock +EXPORT_SYMBOL sound/core/snd-pcm 0x433ef4f8 snd_pcm_hw_constraint_ranges +EXPORT_SYMBOL sound/core/snd-pcm 0x439769cc snd_pcm_mmap_data +EXPORT_SYMBOL sound/core/snd-pcm 0x4944b6ab snd_pcm_hw_constraint_ratdens +EXPORT_SYMBOL sound/core/snd-pcm 0x4ce96ae6 snd_pcm_set_ops +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 0x5e7f4920 snd_pcm_format_set_silence +EXPORT_SYMBOL sound/core/snd-pcm 0x6026ef46 snd_pcm_lib_malloc_pages +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 0x6cd96d37 snd_pcm_hw_param_last +EXPORT_SYMBOL sound/core/snd-pcm 0x6ef8fcd8 snd_pcm_format_linear +EXPORT_SYMBOL sound/core/snd-pcm 0x72d92a6c snd_pcm_new_stream +EXPORT_SYMBOL sound/core/snd-pcm 0x73e93518 snd_pcm_open_substream +EXPORT_SYMBOL sound/core/snd-pcm 0x834dc955 snd_pcm_format_size +EXPORT_SYMBOL sound/core/snd-pcm 0x8b762bf1 snd_pcm_new +EXPORT_SYMBOL sound/core/snd-pcm 0x8dd471ef snd_pcm_hw_constraint_mask64 +EXPORT_SYMBOL sound/core/snd-pcm 0x8e2b0af2 snd_pcm_release_substream +EXPORT_SYMBOL sound/core/snd-pcm 0x90e97528 snd_pcm_suspend_all +EXPORT_SYMBOL sound/core/snd-pcm 0x94098ff8 snd_interval_list +EXPORT_SYMBOL sound/core/snd-pcm 0x99676e7b snd_pcm_lib_free_pages +EXPORT_SYMBOL sound/core/snd-pcm 0x9ce5879f snd_pcm_period_elapsed +EXPORT_SYMBOL sound/core/snd-pcm 0xa1ac2895 snd_pcm_hw_constraint_list +EXPORT_SYMBOL sound/core/snd-pcm 0xa1cb079c snd_pcm_kernel_ioctl +EXPORT_SYMBOL sound/core/snd-pcm 0xa61aa028 snd_pcm_format_unsigned +EXPORT_SYMBOL sound/core/snd-pcm 0xa967e986 snd_dma_free_pages +EXPORT_SYMBOL sound/core/snd-pcm 0xac437f7b snd_interval_ratnum +EXPORT_SYMBOL sound/core/snd-pcm 0xb4bef829 snd_pcm_set_sync +EXPORT_SYMBOL sound/core/snd-pcm 0xb9638db4 snd_pcm_rate_to_rate_bit +EXPORT_SYMBOL sound/core/snd-pcm 0xbcb4bc58 snd_pcm_hw_constraint_msbits +EXPORT_SYMBOL sound/core/snd-pcm 0xc07b362c snd_pcm_hw_constraint_pow2 +EXPORT_SYMBOL sound/core/snd-pcm 0xd1b89c59 snd_pcm_hw_constraint_integer +EXPORT_SYMBOL sound/core/snd-pcm 0xd240ff4b __snd_pcm_lib_xfer +EXPORT_SYMBOL sound/core/snd-pcm 0xd2538212 snd_pcm_new_internal +EXPORT_SYMBOL sound/core/snd-pcm 0xd2be4135 snd_dma_alloc_dir_pages +EXPORT_SYMBOL sound/core/snd-pcm 0xdb5cd0f4 snd_dma_alloc_pages_fallback +EXPORT_SYMBOL sound/core/snd-pcm 0xde22a7c7 snd_pcm_lib_get_vmalloc_page +EXPORT_SYMBOL sound/core/snd-pcm 0xde7faf23 snd_pcm_hw_rule_noresample +EXPORT_SYMBOL sound/core/snd-pcm 0xe20df443 snd_pcm_lib_ioctl +EXPORT_SYMBOL sound/core/snd-pcm 0xe47ce1ea snd_sgbuf_get_addr +EXPORT_SYMBOL sound/core/snd-pcm 0xe56a9336 snd_pcm_format_width +EXPORT_SYMBOL sound/core/snd-pcm 0xe696c60c snd_sgbuf_get_chunk_size +EXPORT_SYMBOL sound/core/snd-pcm 0xec32c155 snd_pcm_hw_constraint_ratnums +EXPORT_SYMBOL sound/core/snd-pcm 0xeed76be7 snd_pcm_hw_constraint_step +EXPORT_SYMBOL sound/core/snd-pcm 0xf0dd6bc6 snd_sgbuf_get_page +EXPORT_SYMBOL sound/core/snd-pcm 0xf8901c6b snd_pcm_hw_refine +EXPORT_SYMBOL sound/core/snd-pcm 0xf9c0c0fb snd_pcm_hw_param_first +EXPORT_SYMBOL sound/core/snd-pcm 0xff6104d0 snd_pcm_rate_bit_to_rate +EXPORT_SYMBOL sound/core/snd-rawmidi 0x18cc13d4 snd_rawmidi_drain_input +EXPORT_SYMBOL sound/core/snd-rawmidi 0x2b8f1329 snd_rawmidi_transmit +EXPORT_SYMBOL sound/core/snd-rawmidi 0x2cac940c snd_rawmidi_set_ops +EXPORT_SYMBOL sound/core/snd-rawmidi 0x2e31822e snd_rawmidi_transmit_peek +EXPORT_SYMBOL sound/core/snd-rawmidi 0x44c58e24 snd_rawmidi_kernel_open +EXPORT_SYMBOL sound/core/snd-rawmidi 0x4a2b61be snd_rawmidi_new +EXPORT_SYMBOL sound/core/snd-rawmidi 0x591573bf snd_rawmidi_transmit_empty +EXPORT_SYMBOL sound/core/snd-rawmidi 0x68a119fc snd_rawmidi_output_params +EXPORT_SYMBOL sound/core/snd-rawmidi 0x6dc41435 snd_rawmidi_receive +EXPORT_SYMBOL sound/core/snd-rawmidi 0x6f627500 snd_rawmidi_drain_output +EXPORT_SYMBOL sound/core/snd-rawmidi 0x7ea4fa17 snd_rawmidi_input_params +EXPORT_SYMBOL sound/core/snd-rawmidi 0x9ace31ad snd_rawmidi_drop_output +EXPORT_SYMBOL sound/core/snd-rawmidi 0xa473bb26 snd_rawmidi_kernel_release +EXPORT_SYMBOL sound/core/snd-rawmidi 0xad0e3de7 snd_rawmidi_kernel_read +EXPORT_SYMBOL sound/core/snd-rawmidi 0xc8a95a85 snd_rawmidi_transmit_ack +EXPORT_SYMBOL sound/core/snd-rawmidi 0xdb7f1d33 snd_rawmidi_info_select +EXPORT_SYMBOL sound/core/snd-rawmidi 0xe244fbb3 snd_rawmidi_kernel_write +EXPORT_SYMBOL sound/core/snd-rawmidi 0xf0dcd32a snd_rawmidi_proceed +EXPORT_SYMBOL sound/core/snd-seq-device 0x091def1c snd_seq_autoload_exit +EXPORT_SYMBOL sound/core/snd-seq-device 0x370a0736 snd_seq_autoload_init +EXPORT_SYMBOL sound/core/snd-seq-device 0x513d74d7 snd_seq_device_new +EXPORT_SYMBOL sound/core/snd-seq-device 0x6339b6d0 snd_seq_device_load_drivers +EXPORT_SYMBOL sound/core/snd-timer 0x00b94268 snd_timer_start +EXPORT_SYMBOL sound/core/snd-timer 0x03d141f4 snd_timer_open +EXPORT_SYMBOL sound/core/snd-timer 0x0936cdc9 snd_timer_continue +EXPORT_SYMBOL sound/core/snd-timer 0x245f1753 snd_timer_notify +EXPORT_SYMBOL sound/core/snd-timer 0x2d3616b6 snd_timer_pause +EXPORT_SYMBOL sound/core/snd-timer 0x33e1b665 snd_timer_stop +EXPORT_SYMBOL sound/core/snd-timer 0x4ed0d699 snd_timer_interrupt +EXPORT_SYMBOL sound/core/snd-timer 0x6badfa7d snd_timer_global_register +EXPORT_SYMBOL sound/core/snd-timer 0x70267117 snd_timer_instance_free +EXPORT_SYMBOL sound/core/snd-timer 0xa32bcb9c snd_timer_global_free +EXPORT_SYMBOL sound/core/snd-timer 0xa3885e8d snd_timer_new +EXPORT_SYMBOL sound/core/snd-timer 0xd72d184b snd_timer_close +EXPORT_SYMBOL sound/core/snd-timer 0xebb01ec9 snd_timer_global_new +EXPORT_SYMBOL sound/core/snd-timer 0xfcc5d22a snd_timer_instance_new +EXPORT_SYMBOL sound/core/snd-timer 0xfe36986b snd_timer_resolution +EXPORT_SYMBOL sound/drivers/mpu401/snd-mpu401-uart 0x4232a313 snd_mpu401_uart_new +EXPORT_SYMBOL sound/drivers/mpu401/snd-mpu401-uart 0x6d629c59 snd_mpu401_uart_interrupt_tx +EXPORT_SYMBOL sound/drivers/mpu401/snd-mpu401-uart 0xc0fec227 snd_mpu401_uart_interrupt +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x05060a19 snd_opl3_regmap +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x05fae13b snd_opl3_create +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x1ba7a317 snd_opl3_find_patch +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x310bf65d snd_opl3_init +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x37eacc95 snd_opl3_timer_new +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x6fd95524 snd_opl3_reset +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0xb41c7d66 snd_opl3_load_patch +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0xddf39c9f snd_opl3_interrupt +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0xe1e13c91 snd_opl3_new +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0xf0798ff9 snd_opl3_hwdep_new +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x1e3ff157 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 0x49bc09b6 snd_vx_check_reg_bit +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x5fe1c138 snd_vx_dsp_load +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x85772995 snd_vx_setup_firmware +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xa4c13e9a snd_vx_free_firmware +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xabd358b1 snd_vx_create +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xc68e2fe2 snd_vx_resume +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xd0985a4c snd_vx_suspend +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xf1f04d23 snd_vx_irq_handler +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xf9b4959c snd_vx_load_boot_image +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x20254e45 amdtp_syt_intervals +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x22f92d09 fw_iso_resources_destroy +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x28c4cb3f avc_general_get_sig_fmt +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x29089f8d amdtp_stream_init +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x2ab16b4b amdtp_stream_add_pcm_hw_constraints +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x30ae0dd9 amdtp_stream_update +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x3c5ad9ad amdtp_stream_set_parameters +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x3d7366fa fw_iso_resources_init +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x40f63b76 snd_fw_transaction +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x41711eed amdtp_stream_pcm_abort +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x4e46966b fw_iso_resources_update +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x53ca18e8 amdtp_rate_table +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x554fda76 amdtp_stream_destroy +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x5609f3f4 iso_packets_buffer_init +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x59de4046 avc_general_get_plug_info +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x5a623e4f fw_iso_resources_free +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x5a7cc4ec fw_iso_resources_allocate +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x60a7ef70 fcp_avc_transaction +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x624eda4d iso_packets_buffer_destroy +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x626668ca cmp_connection_establish +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x63b5cc2a amdtp_stream_get_max_payload +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x845a41ad cmp_connection_check_used +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x856b41f0 cmp_connection_init +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x9c11d40f cmp_connection_reserve +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xb9fc945a cmp_connection_break +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xc24d1152 fcp_bus_reset +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xcdee3594 cmp_connection_destroy +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xce5b25ac amdtp_stream_pcm_prepare +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xd92c6c78 avc_general_set_sig_fmt +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xd9d55546 cmp_connection_update +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xe6c9bef1 cmp_connection_release +EXPORT_SYMBOL sound/hda/snd-intel-dspcfg 0x41a05c36 intel_nhlt_has_endpoint_type +EXPORT_SYMBOL sound/hda/snd-intel-dspcfg 0x472068a2 intel_nhlt_get_endpoint_blob +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 0x5f44ad7c snd_ak4113_suspend +EXPORT_SYMBOL sound/i2c/other/snd-ak4113 0xc58785ee snd_ak4113_resume +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x175842f4 snd_ak4114_reg_write +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x83c50069 snd_ak4114_reinit +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x90833209 snd_ak4114_suspend +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x91e1d384 snd_ak4114_build +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0xbc186dd4 snd_ak4114_resume +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0xc9ac2fac snd_ak4114_external_rate +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0xdd7be3c2 snd_ak4114_create +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0xfe9dd047 snd_ak4114_check_rate_and_errors +EXPORT_SYMBOL sound/i2c/other/snd-ak4xxx-adda 0x0b038c1c snd_akm4xxx_write +EXPORT_SYMBOL sound/i2c/other/snd-ak4xxx-adda 0xa682d445 snd_akm4xxx_build_controls +EXPORT_SYMBOL sound/i2c/other/snd-ak4xxx-adda 0xc9b3c114 snd_akm4xxx_init +EXPORT_SYMBOL sound/i2c/other/snd-ak4xxx-adda 0xeddef176 snd_akm4xxx_reset +EXPORT_SYMBOL sound/i2c/other/snd-pt2258 0x3cde0819 snd_pt2258_build_controls +EXPORT_SYMBOL sound/i2c/other/snd-pt2258 0xf97fda35 snd_pt2258_reset +EXPORT_SYMBOL sound/i2c/snd-cs8427 0x2cd8e4ce snd_cs8427_create +EXPORT_SYMBOL sound/i2c/snd-cs8427 0x369082bf snd_cs8427_iec958_build +EXPORT_SYMBOL sound/i2c/snd-cs8427 0x63e41879 snd_cs8427_iec958_active +EXPORT_SYMBOL sound/i2c/snd-cs8427 0x6e88e722 snd_cs8427_iec958_pcm +EXPORT_SYMBOL sound/i2c/snd-cs8427 0x73f8b122 snd_cs8427_init +EXPORT_SYMBOL sound/i2c/snd-cs8427 0xe4bf7b61 snd_cs8427_reg_write +EXPORT_SYMBOL sound/i2c/snd-i2c 0x075bc1a5 snd_i2c_bus_create +EXPORT_SYMBOL sound/i2c/snd-i2c 0x29e0a2e5 snd_i2c_device_create +EXPORT_SYMBOL sound/i2c/snd-i2c 0x3e3a78c6 snd_i2c_device_free +EXPORT_SYMBOL sound/i2c/snd-i2c 0x55565340 snd_i2c_probeaddr +EXPORT_SYMBOL sound/i2c/snd-i2c 0x9ffd339f snd_i2c_readbytes +EXPORT_SYMBOL sound/i2c/snd-i2c 0xb6abdac5 snd_i2c_sendbytes +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x0ac14bf2 snd_ac97_write_cache +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x112677cb snd_ac97_write +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x2df0887e snd_ac97_get_short_name +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x354d8d95 snd_ac97_update_power +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x36ecdfc3 snd_ac97_pcm_close +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x4432a760 snd_ac97_mixer +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x5a54e4a1 snd_ac97_pcm_assign +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x5f41e5b6 snd_ac97_suspend +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x630ed421 snd_ac97_tune_hardware +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x913f67c0 snd_ac97_set_rate +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x949a6714 snd_ac97_read +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xa0d95c69 snd_ac97_bus +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xa81f2248 snd_ac97_resume +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xb2891888 snd_ac97_update +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xb851f3ab snd_ac97_pcm_double_rate_rules +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xc7f98f7f snd_ac97_pcm_open +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xf730e67e snd_ac97_update_bits +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x01149f52 snd_emu10k1_synth_bzero +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x0ce7fd04 snd_emu10k1_synth_alloc +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x1d162730 snd_emu10k1_ptr_read +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x2e02cae3 snd_emu10k1_voice_free +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x8d995b2e snd_emu10k1_synth_copy_from_user +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0xa0caf009 snd_emu10k1_voice_alloc +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0xad79d937 snd_emu10k1_synth_free +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0xe939636c snd_emu10k1_ptr_write +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0xed473cac snd_emu10k1_memblk_map +EXPORT_SYMBOL sound/pci/ice1712/snd-ice17xx-ak4xxx 0x06b8b75f snd_ice1712_akm4xxx_init +EXPORT_SYMBOL sound/pci/ice1712/snd-ice17xx-ak4xxx 0x4cf6f106 snd_ice1712_akm4xxx_build_controls +EXPORT_SYMBOL sound/pci/ice1712/snd-ice17xx-ak4xxx 0x640f828b snd_ice1712_akm4xxx_free +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x0b63cacd oxygen_write_spi +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x0bb62188 oxygen_write32_masked +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x104390f2 oxygen_write16_masked +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x15527102 oxygen_pci_probe +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x16f1ae84 oxygen_read8 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x1b988706 oxygen_write16 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x26fd426d oxygen_write_ac97_masked +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x4128864b oxygen_write_uart +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x4a4983a4 oxygen_write_i2c +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x5adbd2d8 oxygen_write32 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x609e52ce oxygen_read_ac97 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x78345939 oxygen_write8_masked +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x7c90a11f oxygen_pci_pm +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x9387f5ab oxygen_update_dac_routing +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x9eceb592 oxygen_pci_shutdown +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xa68d6b90 oxygen_read32 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xbdf0ac3b oxygen_write8 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xd27cf7ef oxygen_reset_uart +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xee1675e1 oxygen_read16 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xffe30e41 oxygen_write_ac97 +EXPORT_SYMBOL sound/pci/trident/snd-trident 0x0e7c9afc snd_trident_start_voice +EXPORT_SYMBOL sound/pci/trident/snd-trident 0x96e71c0a snd_trident_alloc_voice +EXPORT_SYMBOL sound/pci/trident/snd-trident 0xb5cb563e snd_trident_free_voice +EXPORT_SYMBOL sound/pci/trident/snd-trident 0xe56da1be snd_trident_stop_voice +EXPORT_SYMBOL sound/pci/trident/snd-trident 0xea0bd22f 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 0x01f010d8 snd_soc_acpi_amd_rmb_sof_machines +EXPORT_SYMBOL sound/soc/amd/snd-acp-config 0x668a3410 snd_soc_acpi_amd_sof_machines +EXPORT_SYMBOL sound/soc/amd/snd-acp-config 0x813f9bea snd_amd_acp_find_config +EXPORT_SYMBOL sound/soc/codecs/snd-soc-adau1372 0x8cde33e8 adau1372_probe +EXPORT_SYMBOL sound/soc/codecs/snd-soc-lpass-wsa-macro 0x2a7c30f7 wsa_macro_set_spkr_mode +EXPORT_SYMBOL sound/soc/codecs/snd-soc-pcm3060 0x9e1c2ec5 pcm3060_regmap +EXPORT_SYMBOL sound/soc/codecs/snd-soc-pcm3060 0xdfd86838 pcm3060_probe +EXPORT_SYMBOL sound/soc/codecs/snd-soc-rt715 0xed2acb24 hda_to_sdw +EXPORT_SYMBOL sound/soc/codecs/snd-soc-tlv320aic23 0xc6546e93 tlv320aic23_regmap +EXPORT_SYMBOL sound/soc/codecs/snd-soc-tlv320aic23 0xf90e4c00 tlv320aic23_probe +EXPORT_SYMBOL sound/soc/codecs/snd-soc-tlv320aic32x4 0x0df141e5 aic32x4_remove +EXPORT_SYMBOL sound/soc/codecs/snd-soc-tlv320aic32x4 0x59a6b303 aic32x4_probe +EXPORT_SYMBOL sound/soc/codecs/snd-soc-tlv320aic32x4 0xd375d7ba aic32x4_regmap_config +EXPORT_SYMBOL sound/soc/codecs/snd-soc-tlv320aic3x 0x056e0a93 aic3x_probe +EXPORT_SYMBOL sound/soc/codecs/snd-soc-tlv320aic3x 0xd344fa67 aic3x_remove +EXPORT_SYMBOL sound/soc/codecs/snd-soc-wcd-mbhc 0x3a195ca9 wcd_mbhc_get_impedance +EXPORT_SYMBOL sound/soc/codecs/snd-soc-wcd-mbhc 0x55f7e551 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 0x7ff3ab30 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 0xc611d48c 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 0x3e74bf02 fsl_asoc_reparent_pll_clocks +EXPORT_SYMBOL sound/soc/fsl/snd-soc-fsl-utils 0x7bda6a02 fsl_asoc_get_dma_channel +EXPORT_SYMBOL sound/soc/fsl/snd-soc-fsl-utils 0xea142b70 fsl_asoc_get_pll_clocks +EXPORT_SYMBOL sound/soc/mediatek/mt8192/snd-soc-mt8192-afe 0x42596d43 mt8192_afe_gpio_request +EXPORT_SYMBOL sound/soc/mediatek/mt8192/snd-soc-mt8192-afe 0xb96befef mt8192_afe_gpio_init +EXPORT_SYMBOL sound/soc/qcom/qdsp6/q6afe 0x05e07127 q6afe_vote_lpass_core_hw +EXPORT_SYMBOL sound/soc/qcom/qdsp6/q6afe 0xd7d30fdc q6afe_unvote_lpass_core_hw +EXPORT_SYMBOL sound/soc/snd-soc-core 0x86c5032e snd_soc_alloc_ac97_component +EXPORT_SYMBOL sound/soc/sof/imx/imx-common 0x0c0e3880 imx8_disable_clocks +EXPORT_SYMBOL sound/soc/sof/imx/imx-common 0xc66de736 imx8_parse_clocks +EXPORT_SYMBOL sound/soc/sof/imx/imx-common 0xc997b61c imx8_enable_clocks +EXPORT_SYMBOL sound/soc/sof/imx/imx-common 0xfc033eee imx8_dump +EXPORT_SYMBOL sound/soc/sof/mediatek/mtk-adsp-common 0x1bbc1bcd mtk_adsp_dump +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x0c273918 sof_mailbox_write +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x0c98fd0a snd_sof_suspend +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x0ddc019f snd_sof_dsp_update_bits64_unlocked +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x0e55c1ea sof_ipc_set_get_data +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x1112da0b sof_compressed_ops +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x13de67d8 snd_sof_prepare +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x155db257 snd_sof_ipc_init +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x1c4f0dd6 sof_stream_pcm_open +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x2ee2c964 sof_ipc_tx_message +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x330d04e8 snd_sof_pcm_period_elapsed +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x3392f9a9 sof_block_write +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x33f3c3f5 snd_sof_pci_update_bits +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x35090c4e snd_sof_dsp_dbg_dump +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x3564e820 sof_machine_register +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x35d14859 snd_sof_device_probe_completed +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x368c6727 sof_debug_check_flag +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x40c521d6 snd_sof_dsp_update_bits_unlocked +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x411c7355 snd_sof_ipc_free +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x479c6cb9 snd_sof_load_topology +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x49a2c1d2 sof_io_read +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x504c11d0 snd_sof_device_remove +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x5fb8de5e sof_print_oops_and_stack +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x6de5b500 snd_sof_dsp_update_bits +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x71d02402 snd_sof_run_firmware +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x72c8218a sof_stream_pcm_close +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x75410af2 sof_mailbox_read +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x7b6a41c4 sof_dai_get_mclk +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x80f68701 sof_set_stream_data_offset +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x853c04ea sof_block_read +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x88c4f1dc snd_sof_runtime_idle +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x8b199877 snd_sof_resume +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x8c461988 snd_sof_fw_unload +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x8f9018cb sof_ipc_msg_data +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x91396f32 snd_sof_runtime_suspend +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x96659ce0 sof_widget_setup +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x9e65fc65 sof_io_write64 +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xa5601fb6 sof_machine_check +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xa8a9040f snd_sof_device_shutdown +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xab934ddc sof_io_read64 +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xb000602a snd_sof_load_firmware_memcpy +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xb92a2836 snd_sof_ipc_get_reply +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xc688ece1 snd_sof_dsp_panic +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xd182e3ff sof_io_write +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xd5a1d553 snd_sof_complete +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xd640e0d9 snd_sof_load_firmware_raw +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xd7837090 sof_set_fw_state +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xdbd0d210 sof_ipc_tx_message_no_pm +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xe55ec2f9 sof_widget_free +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xe7c56e38 snd_sof_dsp_update_bits_forced +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xe7d219ad sof_dai_get_bclk +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xe9ba7210 snd_sof_ipc_reply +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xf0222be0 sof_machine_unregister +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xf0f6ff3e snd_sof_handle_fw_exception +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xf2122ec4 sof_pcm_dai_link_fixup +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xf677a43c snd_sof_device_probe +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xf8fc0ff2 snd_sof_runtime_resume +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xf9fc4d65 snd_sof_dsp_update_bits64 +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xfb6357ff snd_sof_dsp_only_d0i3_compatible_stream_active +EXPORT_SYMBOL sound/soc/sof/snd-sof-of 0x33822daa sof_of_probe +EXPORT_SYMBOL sound/soc/sof/snd-sof-of 0x536c7052 sof_of_remove +EXPORT_SYMBOL sound/soc/sof/snd-sof-of 0x92dccd94 sof_of_pm +EXPORT_SYMBOL sound/soc/sof/snd-sof-of 0xf58335b0 sof_of_shutdown +EXPORT_SYMBOL sound/soc/sof/snd-sof-utils 0xc49dbcaf snd_sof_create_page_table +EXPORT_SYMBOL sound/soundcore 0x366894c4 sound_class +EXPORT_SYMBOL sound/soundcore 0x7afc9d8a unregister_sound_mixer +EXPORT_SYMBOL sound/soundcore 0x99c95fa5 unregister_sound_special +EXPORT_SYMBOL sound/soundcore 0xb6ba4428 register_sound_special_device +EXPORT_SYMBOL sound/soundcore 0xbeee5fe1 register_sound_dsp +EXPORT_SYMBOL sound/soundcore 0xcd083b10 unregister_sound_dsp +EXPORT_SYMBOL sound/soundcore 0xd6371dfd register_sound_special +EXPORT_SYMBOL sound/soundcore 0xdb5656aa register_sound_mixer +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0x1e782a0e snd_emux_terminate_all +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0x4fba956c snd_emux_unlock_voice +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0x5b30e64b snd_emux_free +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0x655cb202 snd_sf_linear_to_log +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0x7d9ca459 snd_emux_register +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0x833b4a94 snd_emux_new +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0x92712531 snd_emux_lock_voice +EXPORT_SYMBOL sound/synth/snd-util-mem 0x0eda33fa snd_util_memhdr_new +EXPORT_SYMBOL sound/synth/snd-util-mem 0x2a48197f snd_util_mem_alloc +EXPORT_SYMBOL sound/synth/snd-util-mem 0x6517719f __snd_util_mem_free +EXPORT_SYMBOL sound/synth/snd-util-mem 0x914f3491 snd_util_memhdr_free +EXPORT_SYMBOL sound/synth/snd-util-mem 0x9223e14b snd_util_mem_free +EXPORT_SYMBOL sound/synth/snd-util-mem 0x9adc8c44 __snd_util_memblk_new +EXPORT_SYMBOL sound/synth/snd-util-mem 0xc59655e4 snd_util_mem_avail +EXPORT_SYMBOL sound/synth/snd-util-mem 0xd28dc0da __snd_util_mem_alloc +EXPORT_SYMBOL sound/usb/snd-usbmidi-lib 0x16756dc0 snd_usbmidi_input_start +EXPORT_SYMBOL sound/usb/snd-usbmidi-lib 0x6140b48f __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 0x0006471e __skb_recv_datagram +EXPORT_SYMBOL vmlinux 0x00148653 vsnprintf +EXPORT_SYMBOL vmlinux 0x00191797 filemap_get_folios +EXPORT_SYMBOL vmlinux 0x001c2da5 dquot_set_dqinfo +EXPORT_SYMBOL vmlinux 0x002cea3c mipi_dsi_dcs_get_pixel_format +EXPORT_SYMBOL vmlinux 0x004219f4 submit_bio +EXPORT_SYMBOL vmlinux 0x00455ebc config_item_set_name +EXPORT_SYMBOL vmlinux 0x0066176f user_revoke +EXPORT_SYMBOL vmlinux 0x0069315c pci_clear_mwi +EXPORT_SYMBOL vmlinux 0x006a78b8 mdio_find_bus +EXPORT_SYMBOL vmlinux 0x006b9484 freeze_super +EXPORT_SYMBOL vmlinux 0x00928200 trace_print_hex_dump_seq +EXPORT_SYMBOL vmlinux 0x0096cd47 rtc_add_group +EXPORT_SYMBOL vmlinux 0x009dbae1 phy_set_sym_pause +EXPORT_SYMBOL vmlinux 0x00b4e615 posix_acl_equiv_mode +EXPORT_SYMBOL vmlinux 0x00b718f1 security_dentry_create_files_as +EXPORT_SYMBOL vmlinux 0x00c4251e blk_post_runtime_suspend +EXPORT_SYMBOL vmlinux 0x00d5f936 sock_no_listen +EXPORT_SYMBOL vmlinux 0x00d7e722 vme_lm_count +EXPORT_SYMBOL vmlinux 0x00e51ea8 clkdev_drop +EXPORT_SYMBOL vmlinux 0x00f2843d crypto_sha1_finup +EXPORT_SYMBOL vmlinux 0x00f5a90e vfs_get_link +EXPORT_SYMBOL vmlinux 0x00fd9780 device_match_acpi_dev +EXPORT_SYMBOL vmlinux 0x01000e51 schedule +EXPORT_SYMBOL vmlinux 0x01151e4f param_set_short +EXPORT_SYMBOL vmlinux 0x01156ae4 utf8_strncasecmp_folded +EXPORT_SYMBOL vmlinux 0x01246684 ipmi_platform_add +EXPORT_SYMBOL vmlinux 0x0129c4f8 par_io_data_set +EXPORT_SYMBOL vmlinux 0x0129cffd pci_back_from_sleep +EXPORT_SYMBOL vmlinux 0x012de2ea xudma_rchanrt_read +EXPORT_SYMBOL vmlinux 0x012ebc2d dev_get_iflink +EXPORT_SYMBOL vmlinux 0x013f26ae dma_fence_get_stub +EXPORT_SYMBOL vmlinux 0x0147812c kblockd_mod_delayed_work_on +EXPORT_SYMBOL vmlinux 0x014b0116 napi_gro_flush +EXPORT_SYMBOL vmlinux 0x01505d85 imx_scu_call_rpc +EXPORT_SYMBOL vmlinux 0x01511e33 inet_add_protocol +EXPORT_SYMBOL vmlinux 0x01513904 sock_no_accept +EXPORT_SYMBOL vmlinux 0x0162939a crypto_sha512_finup +EXPORT_SYMBOL vmlinux 0x016dde4e of_node_get +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 0x0188f9c2 input_grab_device +EXPORT_SYMBOL vmlinux 0x018b8986 try_to_free_buffers +EXPORT_SYMBOL vmlinux 0x018dbd44 tcp_inbound_md5_hash +EXPORT_SYMBOL vmlinux 0x01936964 cookie_timestamp_decode +EXPORT_SYMBOL vmlinux 0x019a33a4 pcibios_bus_to_resource +EXPORT_SYMBOL vmlinux 0x01b6865c xa_get_mark +EXPORT_SYMBOL vmlinux 0x01bf55fc paddr_vmcoreinfo_note +EXPORT_SYMBOL vmlinux 0x01c80e02 pci_request_irq +EXPORT_SYMBOL vmlinux 0x01d8934a seq_put_decimal_ll +EXPORT_SYMBOL vmlinux 0x01dc8a99 qman_update_cgr_safe +EXPORT_SYMBOL vmlinux 0x01f14e75 rproc_coredump_set_elf_info +EXPORT_SYMBOL vmlinux 0x0208ede4 eth_validate_addr +EXPORT_SYMBOL vmlinux 0x0209228e pnp_device_attach +EXPORT_SYMBOL vmlinux 0x0209f3a7 secure_ipv6_port_ephemeral +EXPORT_SYMBOL vmlinux 0x020dbf27 bitmap_alloc +EXPORT_SYMBOL vmlinux 0x02293ac3 dma_fence_chain_ops +EXPORT_SYMBOL vmlinux 0x022b7d10 remove_proc_subtree +EXPORT_SYMBOL vmlinux 0x02375c39 skb_queue_head +EXPORT_SYMBOL vmlinux 0x0247d167 mmc_retune_release +EXPORT_SYMBOL vmlinux 0x0248efd3 kstrtobool_from_user +EXPORT_SYMBOL vmlinux 0x024f1910 xfrm_input_register_afinfo +EXPORT_SYMBOL vmlinux 0x025ea8d6 mdiobb_write +EXPORT_SYMBOL vmlinux 0x0260b8f1 fman_unregister_intr +EXPORT_SYMBOL vmlinux 0x026e23e5 shrink_dcache_parent +EXPORT_SYMBOL vmlinux 0x026fcd51 d_instantiate +EXPORT_SYMBOL vmlinux 0x0274dc2b netif_get_num_default_rss_queues +EXPORT_SYMBOL vmlinux 0x028d512a phy_loopback +EXPORT_SYMBOL vmlinux 0x0292222a mnt_drop_write_file +EXPORT_SYMBOL vmlinux 0x0296695f refcount_warn_saturate +EXPORT_SYMBOL vmlinux 0x02ab4ff1 vfs_getattr_nosec +EXPORT_SYMBOL vmlinux 0x02b5fa0c __seq_open_private +EXPORT_SYMBOL vmlinux 0x02c065f8 ucc_set_qe_mux_mii_mng +EXPORT_SYMBOL vmlinux 0x02d5e95c netif_rx +EXPORT_SYMBOL vmlinux 0x02dd9fcc __alloc_skb +EXPORT_SYMBOL vmlinux 0x02f4ee8b netdev_lower_get_first_private_rcu +EXPORT_SYMBOL vmlinux 0x0303d4bf of_find_compatible_node +EXPORT_SYMBOL vmlinux 0x032d9fd1 mmc_free_host +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 0x035cb175 register_netdevice +EXPORT_SYMBOL vmlinux 0x035d1438 page_pool_alloc_frag +EXPORT_SYMBOL vmlinux 0x035ff235 blk_mq_start_request +EXPORT_SYMBOL vmlinux 0x0360d67f make_flow_keys_digest +EXPORT_SYMBOL vmlinux 0x0366307a console_suspend_enabled +EXPORT_SYMBOL vmlinux 0x036cce78 tty_termios_input_baud_rate +EXPORT_SYMBOL vmlinux 0x037a0cba kfree +EXPORT_SYMBOL vmlinux 0x03815f35 ledtrig_disk_activity +EXPORT_SYMBOL vmlinux 0x03866061 inet6_ioctl +EXPORT_SYMBOL vmlinux 0x0397edd5 fb_edid_to_monspecs +EXPORT_SYMBOL vmlinux 0x03aaddbe fifo_set_limit +EXPORT_SYMBOL vmlinux 0x03b814ca bpf_dispatcher_xdp_func +EXPORT_SYMBOL vmlinux 0x03bd7bbe is_nd_pfn +EXPORT_SYMBOL vmlinux 0x03bf0e5a acpi_walk_resource_buffer +EXPORT_SYMBOL vmlinux 0x03d5a0c0 key_unlink +EXPORT_SYMBOL vmlinux 0x03df302a msm_pinctrl_remove +EXPORT_SYMBOL vmlinux 0x03e87eef jbd2_journal_get_create_access +EXPORT_SYMBOL vmlinux 0x03fd2571 vm_unmap_ram +EXPORT_SYMBOL vmlinux 0x03fe9466 __dynamic_netdev_dbg +EXPORT_SYMBOL vmlinux 0x04139a3b xfrm6_rcv +EXPORT_SYMBOL vmlinux 0x0421c64a inet_csk_reqsk_queue_drop_and_put +EXPORT_SYMBOL vmlinux 0x04342389 dma_async_device_register +EXPORT_SYMBOL vmlinux 0x04350a91 iunique +EXPORT_SYMBOL vmlinux 0x044154c6 tc_skb_ext_tc +EXPORT_SYMBOL vmlinux 0x04482cdb __refrigerator +EXPORT_SYMBOL vmlinux 0x04491346 key_payload_reserve +EXPORT_SYMBOL vmlinux 0x044f0ad9 get_random_u16 +EXPORT_SYMBOL vmlinux 0x04673adb qman_ip_rev +EXPORT_SYMBOL vmlinux 0x0471f90e csum_and_copy_to_iter +EXPORT_SYMBOL vmlinux 0x0474edef kstrtou16_from_user +EXPORT_SYMBOL vmlinux 0x0479aac1 seq_list_next_rcu +EXPORT_SYMBOL vmlinux 0x047b8d2a sk_stream_kill_queues +EXPORT_SYMBOL vmlinux 0x0484463d dm_table_get_size +EXPORT_SYMBOL vmlinux 0x0484c6c4 acpi_enter_sleep_state_prep +EXPORT_SYMBOL vmlinux 0x04863e28 hdmi_audio_infoframe_pack_only +EXPORT_SYMBOL vmlinux 0x048921cc datagram_poll +EXPORT_SYMBOL vmlinux 0x048988bf dquot_destroy +EXPORT_SYMBOL vmlinux 0x048cebe9 dquot_disable +EXPORT_SYMBOL vmlinux 0x04975fad xfrm_parse_spi +EXPORT_SYMBOL vmlinux 0x049a4c05 iov_iter_kvec +EXPORT_SYMBOL vmlinux 0x04aa2ff8 netlink_unicast +EXPORT_SYMBOL vmlinux 0x04b964f8 udp_set_csum +EXPORT_SYMBOL vmlinux 0x04d20593 tegra_ivc_reset +EXPORT_SYMBOL vmlinux 0x04d24402 iwe_stream_add_point +EXPORT_SYMBOL vmlinux 0x04d6937f nf_log_unbind_pf +EXPORT_SYMBOL vmlinux 0x04ea5d10 ksize +EXPORT_SYMBOL vmlinux 0x04f0d6dc tcf_idrinfo_destroy +EXPORT_SYMBOL vmlinux 0x050877b9 dmi_first_match +EXPORT_SYMBOL vmlinux 0x051d58e8 dma_fence_wait_any_timeout +EXPORT_SYMBOL vmlinux 0x05240ee7 percpu_counter_batch +EXPORT_SYMBOL vmlinux 0x054496b4 schedule_timeout_interruptible +EXPORT_SYMBOL vmlinux 0x0552022c forget_cached_acl +EXPORT_SYMBOL vmlinux 0x0557b3a6 tty_chars_in_buffer +EXPORT_SYMBOL vmlinux 0x055e77e8 jiffies_64 +EXPORT_SYMBOL vmlinux 0x0562dc30 __sg_page_iter_start +EXPORT_SYMBOL vmlinux 0x05694eab alloc_fcdev +EXPORT_SYMBOL vmlinux 0x056bcf7b dm_read_arg +EXPORT_SYMBOL vmlinux 0x057eb8a1 try_to_writeback_inodes_sb +EXPORT_SYMBOL vmlinux 0x059e1482 __traceiter_dma_fence_emit +EXPORT_SYMBOL vmlinux 0x05ac913b __fs_parse +EXPORT_SYMBOL vmlinux 0x05b28980 unregister_netdev +EXPORT_SYMBOL vmlinux 0x05b5d9ee xfrm_state_lookup +EXPORT_SYMBOL vmlinux 0x05c4b341 generic_write_checks +EXPORT_SYMBOL vmlinux 0x05c96fb7 tcf_block_get +EXPORT_SYMBOL vmlinux 0x05cb8050 xfrm_policy_destroy +EXPORT_SYMBOL vmlinux 0x05ce2486 __kfree_skb +EXPORT_SYMBOL vmlinux 0x05d7bcad inet6_csk_route_req +EXPORT_SYMBOL vmlinux 0x05db4d7a cdev_del +EXPORT_SYMBOL vmlinux 0x05f6711d sock_no_connect +EXPORT_SYMBOL vmlinux 0x060ba97c gen_pool_free_owner +EXPORT_SYMBOL vmlinux 0x061651be strcat +EXPORT_SYMBOL vmlinux 0x061ce418 may_setattr +EXPORT_SYMBOL vmlinux 0x0625ac5b ptp_clock_event +EXPORT_SYMBOL vmlinux 0x0634100a bitmap_parselist_user +EXPORT_SYMBOL vmlinux 0x065d3fd3 dev_mc_add +EXPORT_SYMBOL vmlinux 0x0668b595 _kstrtoul +EXPORT_SYMBOL vmlinux 0x068543d5 pci_match_id +EXPORT_SYMBOL vmlinux 0x06984869 tty_unthrottle +EXPORT_SYMBOL vmlinux 0x06a322bb dcbnl_cee_notify +EXPORT_SYMBOL vmlinux 0x06b1e7cb blk_queue_flag_clear +EXPORT_SYMBOL vmlinux 0x06bd88b5 ucs2_strnlen +EXPORT_SYMBOL vmlinux 0x06c4a824 tty_register_ldisc +EXPORT_SYMBOL vmlinux 0x06c5867c sock_set_reuseport +EXPORT_SYMBOL vmlinux 0x06d11488 __bitmap_equal +EXPORT_SYMBOL vmlinux 0x06dc813a ipv6_chk_custom_prefix +EXPORT_SYMBOL vmlinux 0x06ff432b noop_dirty_folio +EXPORT_SYMBOL vmlinux 0x07098248 xz_dec_microlzma_alloc +EXPORT_SYMBOL vmlinux 0x070d8663 security_sctp_sk_clone +EXPORT_SYMBOL vmlinux 0x0711edc8 xudma_dev_get_tisci_rm +EXPORT_SYMBOL vmlinux 0x071dca32 invalidate_disk +EXPORT_SYMBOL vmlinux 0x071e0020 dev_mc_sync +EXPORT_SYMBOL vmlinux 0x072dacff fb_validate_mode +EXPORT_SYMBOL vmlinux 0x072f901c vme_master_rmw +EXPORT_SYMBOL vmlinux 0x0735a058 nf_ip6_checksum +EXPORT_SYMBOL vmlinux 0x0745a981 xa_erase +EXPORT_SYMBOL vmlinux 0x0745c1f8 __napi_schedule +EXPORT_SYMBOL vmlinux 0x074d4f7e xfrm_register_type_offload +EXPORT_SYMBOL vmlinux 0x07511c76 noop_fsync +EXPORT_SYMBOL vmlinux 0x075d156f follow_down_one +EXPORT_SYMBOL vmlinux 0x077032a4 fs_param_is_fd +EXPORT_SYMBOL vmlinux 0x07719556 blk_queue_max_discard_sectors +EXPORT_SYMBOL vmlinux 0x077d7389 ip6mr_rule_default +EXPORT_SYMBOL vmlinux 0x0781ec97 logic_insl +EXPORT_SYMBOL vmlinux 0x07847bf7 devm_pci_remap_cfgspace +EXPORT_SYMBOL vmlinux 0x078c8953 wait_for_key_construction +EXPORT_SYMBOL vmlinux 0x079809b0 textsearch_destroy +EXPORT_SYMBOL vmlinux 0x079c4686 tcp_sock_set_keepcnt +EXPORT_SYMBOL vmlinux 0x07a8828d mipi_dsi_driver_unregister +EXPORT_SYMBOL vmlinux 0x07a890c8 fb_alloc_cmap +EXPORT_SYMBOL vmlinux 0x07aaea28 of_device_get_match_data +EXPORT_SYMBOL vmlinux 0x07cc4a5d printk_timed_ratelimit +EXPORT_SYMBOL vmlinux 0x07ceeac9 panic_notifier_list +EXPORT_SYMBOL vmlinux 0x07d00678 param_ops_uint +EXPORT_SYMBOL vmlinux 0x07d7bb3d input_mt_sync_frame +EXPORT_SYMBOL vmlinux 0x07db17be qman_create_fq +EXPORT_SYMBOL vmlinux 0x07f57478 pci_unmap_iospace +EXPORT_SYMBOL vmlinux 0x07f8f8ad input_register_handler +EXPORT_SYMBOL vmlinux 0x0800473f __cond_resched +EXPORT_SYMBOL vmlinux 0x0805f2c8 ecryptfs_get_auth_tok_key +EXPORT_SYMBOL vmlinux 0x080ab7bb pci_enable_link_state +EXPORT_SYMBOL vmlinux 0x08162c74 free_bucket_spinlocks +EXPORT_SYMBOL vmlinux 0x081c4289 skb_checksum +EXPORT_SYMBOL vmlinux 0x0820d619 eth_header +EXPORT_SYMBOL vmlinux 0x08276ef7 kthread_create_on_cpu +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 0x083c78cd xattr_full_name +EXPORT_SYMBOL vmlinux 0x083eb21c rfkill_unregister +EXPORT_SYMBOL vmlinux 0x0843d13d dquot_transfer +EXPORT_SYMBOL vmlinux 0x08494932 __mod_zone_page_state +EXPORT_SYMBOL vmlinux 0x0855551b skb_checksum_setup +EXPORT_SYMBOL vmlinux 0x0864e412 folio_unlock +EXPORT_SYMBOL vmlinux 0x089bfafb tcp_read_skb +EXPORT_SYMBOL vmlinux 0x08a98e9f kobject_put +EXPORT_SYMBOL vmlinux 0x08aad478 _dev_emerg +EXPORT_SYMBOL vmlinux 0x08ccfbd8 dm_kobject_release +EXPORT_SYMBOL vmlinux 0x08e39398 cmd_db_read_addr +EXPORT_SYMBOL vmlinux 0x08f9a937 netdev_crit +EXPORT_SYMBOL vmlinux 0x0910f798 security_inode_invalidate_secctx +EXPORT_SYMBOL vmlinux 0x092e26bf acpi_remove_address_space_handler +EXPORT_SYMBOL vmlinux 0x092f05b7 vme_irq_handler +EXPORT_SYMBOL vmlinux 0x09313a5c __skb_try_recv_datagram +EXPORT_SYMBOL vmlinux 0x093712e5 acpi_purge_cached_objects +EXPORT_SYMBOL vmlinux 0x09373ec4 dev_get_by_index +EXPORT_SYMBOL vmlinux 0x09449265 phy_device_remove +EXPORT_SYMBOL vmlinux 0x095846ac dquot_drop +EXPORT_SYMBOL vmlinux 0x095d2fdd pci_bus_add_devices +EXPORT_SYMBOL vmlinux 0x095ddd46 security_old_inode_init_security +EXPORT_SYMBOL vmlinux 0x0974e386 simple_recursive_removal +EXPORT_SYMBOL vmlinux 0x09769037 dmt_modes +EXPORT_SYMBOL vmlinux 0x097af021 neigh_proc_dointvec_jiffies +EXPORT_SYMBOL vmlinux 0x097dc3d3 vme_register_bridge +EXPORT_SYMBOL vmlinux 0x0989999a of_phy_get_and_connect +EXPORT_SYMBOL vmlinux 0x098b71c6 fb_dealloc_cmap +EXPORT_SYMBOL vmlinux 0x09951aa0 dcb_ieee_getapp_mask +EXPORT_SYMBOL vmlinux 0x099521af fsl_ifc_ctrl_dev +EXPORT_SYMBOL vmlinux 0x0998cc3c hdmi_infoframe_unpack +EXPORT_SYMBOL vmlinux 0x09b566b3 vme_bus_type +EXPORT_SYMBOL vmlinux 0x09d44df9 in_lock_functions +EXPORT_SYMBOL vmlinux 0x09da0ba4 xa_set_mark +EXPORT_SYMBOL vmlinux 0x09f43c4d call_fib_notifiers +EXPORT_SYMBOL vmlinux 0x09f9b261 xudma_rchan_put +EXPORT_SYMBOL vmlinux 0x0a0012b1 jbd2_journal_get_undo_access +EXPORT_SYMBOL vmlinux 0x0a012f73 mb_cache_entry_touch +EXPORT_SYMBOL vmlinux 0x0a0ebc08 __xa_cmpxchg +EXPORT_SYMBOL vmlinux 0x0a119ca6 jbd2_journal_grab_journal_head +EXPORT_SYMBOL vmlinux 0x0a1e8769 utf8_casefold_hash +EXPORT_SYMBOL vmlinux 0x0a251ed0 keyring_search +EXPORT_SYMBOL vmlinux 0x0a36bb3e netpoll_send_udp +EXPORT_SYMBOL vmlinux 0x0a450483 of_match_device +EXPORT_SYMBOL vmlinux 0x0a4c0639 filemap_fdatawait_keep_errors +EXPORT_SYMBOL vmlinux 0x0a5cdb32 phy_modify_paged_changed +EXPORT_SYMBOL vmlinux 0x0a61aeb2 __register_binfmt +EXPORT_SYMBOL vmlinux 0x0a65e1b0 of_get_compatible_child +EXPORT_SYMBOL vmlinux 0x0a770832 register_memory_notifier +EXPORT_SYMBOL vmlinux 0x0a7fcab3 input_set_poll_interval +EXPORT_SYMBOL vmlinux 0x0a807cbb pci_enable_atomic_ops_to_root +EXPORT_SYMBOL vmlinux 0x0a84b15d zstd_init_cctx +EXPORT_SYMBOL vmlinux 0x0a90e689 bio_integrity_prep +EXPORT_SYMBOL vmlinux 0x0a938d96 twl6040_reg_read +EXPORT_SYMBOL vmlinux 0x0a9cfcf8 ps2_begin_command +EXPORT_SYMBOL vmlinux 0x0aa309cf synchronize_hardirq +EXPORT_SYMBOL vmlinux 0x0aaccc92 pci_remap_iospace +EXPORT_SYMBOL vmlinux 0x0abcb86e dev_pre_changeaddr_notify +EXPORT_SYMBOL vmlinux 0x0ac53387 rtnl_link_get_net +EXPORT_SYMBOL vmlinux 0x0ac6f8c3 ip6_output +EXPORT_SYMBOL vmlinux 0x0acf7679 dma_issue_pending_all +EXPORT_SYMBOL vmlinux 0x0ae6e6ed phy_suspend +EXPORT_SYMBOL vmlinux 0x0af5a9b1 vme_register_driver +EXPORT_SYMBOL vmlinux 0x0b088434 buffer_check_dirty_writeback +EXPORT_SYMBOL vmlinux 0x0b1beb31 vmalloc_32_user +EXPORT_SYMBOL vmlinux 0x0b23888b address_space_init_once +EXPORT_SYMBOL vmlinux 0x0b26b8c8 acpi_run_osc +EXPORT_SYMBOL vmlinux 0x0b27a1c0 sk_reset_timer +EXPORT_SYMBOL vmlinux 0x0b290ada dma_fence_chain_walk +EXPORT_SYMBOL vmlinux 0x0b38ee9a filemap_map_pages +EXPORT_SYMBOL vmlinux 0x0b430f3d bdev_start_io_acct +EXPORT_SYMBOL vmlinux 0x0b43721a configfs_depend_item +EXPORT_SYMBOL vmlinux 0x0b50e0be fault_in_iov_iter_readable +EXPORT_SYMBOL vmlinux 0x0b637467 nla_reserve_nohdr +EXPORT_SYMBOL vmlinux 0x0b742fd7 simple_strtol +EXPORT_SYMBOL vmlinux 0x0b798b22 dev_uc_add_excl +EXPORT_SYMBOL vmlinux 0x0b93c9c9 d_add +EXPORT_SYMBOL vmlinux 0x0b9d2a5c get_watch_queue +EXPORT_SYMBOL vmlinux 0x0ba0b938 vm_brk +EXPORT_SYMBOL vmlinux 0x0bbea2b4 of_graph_get_port_by_id +EXPORT_SYMBOL vmlinux 0x0bbed472 netpoll_setup +EXPORT_SYMBOL vmlinux 0x0bc477a2 irq_set_irq_type +EXPORT_SYMBOL vmlinux 0x0bc7585f filemap_alloc_folio +EXPORT_SYMBOL vmlinux 0x0bd394d8 tty_termios_baud_rate +EXPORT_SYMBOL vmlinux 0x0be96a03 page_pool_return_skb_page +EXPORT_SYMBOL vmlinux 0x0befedd8 xfrm4_rcv +EXPORT_SYMBOL vmlinux 0x0bf0e4a2 __SCK__tp_func_spi_transfer_stop +EXPORT_SYMBOL vmlinux 0x0bf3441b tcp_sendpage +EXPORT_SYMBOL vmlinux 0x0bf57d8d qdisc_offload_dump_helper +EXPORT_SYMBOL vmlinux 0x0bfc1d1a check_zeroed_user +EXPORT_SYMBOL vmlinux 0x0c021ffe regset_get +EXPORT_SYMBOL vmlinux 0x0c08cb3d __skb_flow_dissect +EXPORT_SYMBOL vmlinux 0x0c25ec48 secure_tcpv6_seq +EXPORT_SYMBOL vmlinux 0x0c3690fc _raw_spin_lock_bh +EXPORT_SYMBOL vmlinux 0x0c575719 __cond_resched_rwlock_write +EXPORT_SYMBOL vmlinux 0x0c5d0940 of_device_unregister +EXPORT_SYMBOL vmlinux 0x0c6bdc3f vme_master_read +EXPORT_SYMBOL vmlinux 0x0c6d422d dst_cow_metrics_generic +EXPORT_SYMBOL vmlinux 0x0c6f31a8 inet_csk_accept +EXPORT_SYMBOL vmlinux 0x0c92c0d8 rtnl_configure_link +EXPORT_SYMBOL vmlinux 0x0c94604e inet_confirm_addr +EXPORT_SYMBOL vmlinux 0x0ca0cc5d locks_init_lock +EXPORT_SYMBOL vmlinux 0x0ca98a88 __breadahead +EXPORT_SYMBOL vmlinux 0x0cad3e7a lynx_pcs_destroy +EXPORT_SYMBOL vmlinux 0x0cb11bc7 __SCK__tp_func_dma_fence_enable_signal +EXPORT_SYMBOL vmlinux 0x0cc43d0f bpf_link_get_from_fd +EXPORT_SYMBOL vmlinux 0x0cc4b4b6 crc_ccitt_false +EXPORT_SYMBOL vmlinux 0x0ccd25c0 blkdev_issue_secure_erase +EXPORT_SYMBOL vmlinux 0x0cd4d558 pci_request_regions_exclusive +EXPORT_SYMBOL vmlinux 0x0cd5835b ipv6_flowlabel_exclusive +EXPORT_SYMBOL vmlinux 0x0cd83117 neigh_event_ns +EXPORT_SYMBOL vmlinux 0x0cd957e9 inet6_getname +EXPORT_SYMBOL vmlinux 0x0cdce87c rfkill_set_hw_state_reason +EXPORT_SYMBOL vmlinux 0x0cfb2d02 neigh_destroy +EXPORT_SYMBOL vmlinux 0x0cfecb89 blk_rq_map_user_io +EXPORT_SYMBOL vmlinux 0x0cff9a81 sock_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 0x0d3a9e9a xfrm6_rcv_tnl +EXPORT_SYMBOL vmlinux 0x0d3f5c1a fman_get_max_frm +EXPORT_SYMBOL vmlinux 0x0d46c5ef clk_bulk_get +EXPORT_SYMBOL vmlinux 0x0d542439 __ipv6_addr_type +EXPORT_SYMBOL vmlinux 0x0d5a14f0 devfreq_monitor_stop +EXPORT_SYMBOL vmlinux 0x0d65a794 xfrm_policy_bysel_ctx +EXPORT_SYMBOL vmlinux 0x0d72c2c2 __cgroup_bpf_run_filter_sock_ops +EXPORT_SYMBOL vmlinux 0x0d99675a set_security_override_from_ctx +EXPORT_SYMBOL vmlinux 0x0d9bda45 jbd2_journal_restart +EXPORT_SYMBOL vmlinux 0x0d9caa02 d_add_ci +EXPORT_SYMBOL vmlinux 0x0daaaac6 generic_writepages +EXPORT_SYMBOL vmlinux 0x0dae88f2 nlmsg_notify +EXPORT_SYMBOL vmlinux 0x0dc028e2 neigh_seq_start +EXPORT_SYMBOL vmlinux 0x0dc2d6e3 add_to_page_cache_lru +EXPORT_SYMBOL vmlinux 0x0ddc8694 unlock_buffer +EXPORT_SYMBOL vmlinux 0x0de0400e path_put +EXPORT_SYMBOL vmlinux 0x0e17678a siphash_4u64 +EXPORT_SYMBOL vmlinux 0x0e3dc7c2 devm_iounmap +EXPORT_SYMBOL vmlinux 0x0e3e586a phy_support_asym_pause +EXPORT_SYMBOL vmlinux 0x0e40f468 folio_clear_dirty_for_io +EXPORT_SYMBOL vmlinux 0x0e4262c6 __siphash_unaligned +EXPORT_SYMBOL vmlinux 0x0e4c6492 sync_dirty_buffer +EXPORT_SYMBOL vmlinux 0x0e58c4a6 __bio_advance +EXPORT_SYMBOL vmlinux 0x0e6a3acd find_inode_rcu +EXPORT_SYMBOL vmlinux 0x0e700099 inet_frag_pull_head +EXPORT_SYMBOL vmlinux 0x0e73ff3a __ClearPageMovable +EXPORT_SYMBOL vmlinux 0x0e88a170 get_tree_keyed +EXPORT_SYMBOL vmlinux 0x0e8f59ac tcp_openreq_init_rwin +EXPORT_SYMBOL vmlinux 0x0e9db74f rtnl_offload_xstats_notify +EXPORT_SYMBOL vmlinux 0x0ea22902 pci_enable_device_mem +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 0x0ecb0a38 netdev_upper_dev_unlink +EXPORT_SYMBOL vmlinux 0x0ed94ba2 mipi_dsi_dcs_enter_sleep_mode +EXPORT_SYMBOL vmlinux 0x0edd12a5 nf_ct_get_tuple_skb +EXPORT_SYMBOL vmlinux 0x0ee11dd8 inet_csk_reqsk_queue_drop +EXPORT_SYMBOL vmlinux 0x0efaa2b3 pcim_iomap_regions_request_all +EXPORT_SYMBOL vmlinux 0x0f09cc34 schedule_timeout_killable +EXPORT_SYMBOL vmlinux 0x0f1ad8e2 seq_list_start_rcu +EXPORT_SYMBOL vmlinux 0x0f2f5039 tcp_stream_memory_free +EXPORT_SYMBOL vmlinux 0x0f313f06 __fput_sync +EXPORT_SYMBOL vmlinux 0x0f365835 nla_put_64bit +EXPORT_SYMBOL vmlinux 0x0f37ca89 lockref_put_not_zero +EXPORT_SYMBOL vmlinux 0x0f5874a5 udp_prot +EXPORT_SYMBOL vmlinux 0x0f630261 gen_replace_estimator +EXPORT_SYMBOL vmlinux 0x0f663ace dma_fence_describe +EXPORT_SYMBOL vmlinux 0x0f803d3f ndo_dflt_fdb_add +EXPORT_SYMBOL vmlinux 0x0f86f560 kthread_delayed_work_timer_fn +EXPORT_SYMBOL vmlinux 0x0f90e796 tcp_v4_mtu_reduced +EXPORT_SYMBOL vmlinux 0x0f91dd8b skb_copy_datagram_iter +EXPORT_SYMBOL vmlinux 0x0f94d159 rt6_lookup +EXPORT_SYMBOL vmlinux 0x0fa1fb74 qdisc_put +EXPORT_SYMBOL vmlinux 0x0fa30188 scsi_track_queue_full +EXPORT_SYMBOL vmlinux 0x0fa5dc19 bdi_register +EXPORT_SYMBOL vmlinux 0x0fab1ab0 hdmi_spd_infoframe_pack +EXPORT_SYMBOL vmlinux 0x0fb2f8a4 mktime64 +EXPORT_SYMBOL vmlinux 0x0fb9c40e genphy_aneg_done +EXPORT_SYMBOL vmlinux 0x0fd902db mb_cache_entry_create +EXPORT_SYMBOL vmlinux 0x0fff5afc time64_to_tm +EXPORT_SYMBOL vmlinux 0x100140dc ps2_init +EXPORT_SYMBOL vmlinux 0x10017aa5 kernel_cpustat +EXPORT_SYMBOL vmlinux 0x10073b7f init_net +EXPORT_SYMBOL vmlinux 0x100e6ea4 xfrm_policy_delete +EXPORT_SYMBOL vmlinux 0x1025009a cpm_muram_alloc_fixed +EXPORT_SYMBOL vmlinux 0x102936ec qe_clock_source +EXPORT_SYMBOL vmlinux 0x1035c7c2 __release_region +EXPORT_SYMBOL vmlinux 0x104d3d9e pm860x_reg_read +EXPORT_SYMBOL vmlinux 0x104dbbfa call_usermodehelper_exec +EXPORT_SYMBOL vmlinux 0x1050d3c8 get_tree_single_reconf +EXPORT_SYMBOL vmlinux 0x1057a279 bsearch +EXPORT_SYMBOL vmlinux 0x105d5170 drop_nlink +EXPORT_SYMBOL vmlinux 0x1068004b gf128mul_bbe +EXPORT_SYMBOL vmlinux 0x10738912 inet_csk_reset_keepalive_timer +EXPORT_SYMBOL vmlinux 0x10781f53 mdio_bus_type +EXPORT_SYMBOL vmlinux 0x107ace57 scsi_report_opcode +EXPORT_SYMBOL vmlinux 0x107be0b0 percpu_counter_sync +EXPORT_SYMBOL vmlinux 0x107cb7a9 security_dentry_init_security +EXPORT_SYMBOL vmlinux 0x107e5878 zlib_inflateEnd +EXPORT_SYMBOL vmlinux 0x108773f7 pm860x_reg_write +EXPORT_SYMBOL vmlinux 0x10a4d0c5 __dev_get_by_name +EXPORT_SYMBOL vmlinux 0x10a9dcdc scsi_dma_unmap +EXPORT_SYMBOL vmlinux 0x10acee8f neigh_ifdown +EXPORT_SYMBOL vmlinux 0x10add93b md_set_array_sectors +EXPORT_SYMBOL vmlinux 0x10d9f885 scsi_sense_desc_find +EXPORT_SYMBOL vmlinux 0x10e6f74a free_contig_range +EXPORT_SYMBOL vmlinux 0x10e8f92b pci_release_resource +EXPORT_SYMBOL vmlinux 0x10edf9cc ipv6_sock_mc_join +EXPORT_SYMBOL vmlinux 0x10f13b12 tty_register_driver +EXPORT_SYMBOL vmlinux 0x11089ac7 _ctype +EXPORT_SYMBOL vmlinux 0x110cec26 mmc_run_bkops +EXPORT_SYMBOL vmlinux 0x11103338 dump_skip +EXPORT_SYMBOL vmlinux 0x1117bbde simple_unlink +EXPORT_SYMBOL vmlinux 0x1120087c md_wakeup_thread +EXPORT_SYMBOL vmlinux 0x11432bd4 devm_alloc_etherdev_mqs +EXPORT_SYMBOL vmlinux 0x11441dde proc_mkdir +EXPORT_SYMBOL vmlinux 0x11442116 md_finish_reshape +EXPORT_SYMBOL vmlinux 0x1147a1ef __netif_napi_del +EXPORT_SYMBOL vmlinux 0x115374d5 wake_up_process +EXPORT_SYMBOL vmlinux 0x116c3f39 dput +EXPORT_SYMBOL vmlinux 0x117093be qdisc_class_hash_init +EXPORT_SYMBOL vmlinux 0x117982da kill_block_super +EXPORT_SYMBOL vmlinux 0x1188eaa9 xfrm_unregister_type_offload +EXPORT_SYMBOL vmlinux 0x11895cf1 put_fs_context +EXPORT_SYMBOL vmlinux 0x119a3615 page_pool_destroy +EXPORT_SYMBOL vmlinux 0x11ae1831 tcp_md5_hash_skb_data +EXPORT_SYMBOL vmlinux 0x11e30762 chacha_block_generic +EXPORT_SYMBOL vmlinux 0x11f1a10d page_symlink_inode_operations +EXPORT_SYMBOL vmlinux 0x11f3621a handle_edge_irq +EXPORT_SYMBOL vmlinux 0x11f92051 phy_ethtool_get_strings +EXPORT_SYMBOL vmlinux 0x11fb0b34 sk_stop_timer_sync +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 0x121425ca netdev_update_features +EXPORT_SYMBOL vmlinux 0x1221e009 tcf_qevent_dump +EXPORT_SYMBOL vmlinux 0x1228e56e md_bitmap_end_sync +EXPORT_SYMBOL vmlinux 0x122afb63 vfs_get_tree +EXPORT_SYMBOL vmlinux 0x122dc3c8 clocksource_unregister +EXPORT_SYMBOL vmlinux 0x122f45ae bio_uninit +EXPORT_SYMBOL vmlinux 0x12424449 framebuffer_release +EXPORT_SYMBOL vmlinux 0x1243b7e9 inet_csk_delete_keepalive_timer +EXPORT_SYMBOL vmlinux 0x124bad4d kstrtobool +EXPORT_SYMBOL vmlinux 0x1270b9b1 pci_find_next_bus +EXPORT_SYMBOL vmlinux 0x1276318a start_tty +EXPORT_SYMBOL vmlinux 0x127d83ea security_locked_down +EXPORT_SYMBOL vmlinux 0x12a4e128 __arch_copy_from_user +EXPORT_SYMBOL vmlinux 0x12c0fb05 acpi_bus_unregister_driver +EXPORT_SYMBOL vmlinux 0x12c1f83c trace_raw_output_prep +EXPORT_SYMBOL vmlinux 0x12cabc89 siphash_2u64 +EXPORT_SYMBOL vmlinux 0x12d1a233 skb_checksum_trimmed +EXPORT_SYMBOL vmlinux 0x12d94b19 of_find_node_opts_by_path +EXPORT_SYMBOL vmlinux 0x12e7a59d rproc_set_firmware +EXPORT_SYMBOL vmlinux 0x12ea41e0 dm_kcopyd_copy +EXPORT_SYMBOL vmlinux 0x12f6f69c fb_videomode_to_var +EXPORT_SYMBOL vmlinux 0x12fd19c5 scsi_device_resume +EXPORT_SYMBOL vmlinux 0x12fd4da2 sk_stream_error +EXPORT_SYMBOL vmlinux 0x13040419 shmem_aops +EXPORT_SYMBOL vmlinux 0x130586c7 input_open_device +EXPORT_SYMBOL vmlinux 0x130afd75 acpi_get_sleep_type_data +EXPORT_SYMBOL vmlinux 0x130b9389 cdev_device_add +EXPORT_SYMBOL vmlinux 0x130b958d sock_wake_async +EXPORT_SYMBOL vmlinux 0x13110126 request_resource +EXPORT_SYMBOL vmlinux 0x131a6146 xa_clear_mark +EXPORT_SYMBOL vmlinux 0x132742bf mmc_set_blocklen +EXPORT_SYMBOL vmlinux 0x13321fa7 seq_vprintf +EXPORT_SYMBOL vmlinux 0x1344d1f5 get_mem_cgroup_from_mm +EXPORT_SYMBOL vmlinux 0x13543315 tcp_sendmsg +EXPORT_SYMBOL vmlinux 0x13586445 arp_send +EXPORT_SYMBOL vmlinux 0x136042f6 gnet_stats_start_copy_compat +EXPORT_SYMBOL vmlinux 0x1361dbb5 __tty_alloc_driver +EXPORT_SYMBOL vmlinux 0x136bd2e5 flow_rule_match_meta +EXPORT_SYMBOL vmlinux 0x136fa78c dst_alloc +EXPORT_SYMBOL vmlinux 0x137cf541 inet6_protos +EXPORT_SYMBOL vmlinux 0x138b8e9f scsi_register_interface +EXPORT_SYMBOL vmlinux 0x1393cf39 vme_dma_list_free +EXPORT_SYMBOL vmlinux 0x13981725 iov_iter_alignment +EXPORT_SYMBOL vmlinux 0x139e2b95 input_reset_device +EXPORT_SYMBOL vmlinux 0x139f2189 __kfifo_alloc +EXPORT_SYMBOL vmlinux 0x13b1e403 tty_register_device +EXPORT_SYMBOL vmlinux 0x13d0adf7 __kfifo_out +EXPORT_SYMBOL vmlinux 0x13d2dbb4 devfreq_unregister_opp_notifier +EXPORT_SYMBOL vmlinux 0x13d64b29 mipi_dsi_dcs_set_page_address +EXPORT_SYMBOL vmlinux 0x13d75c05 sock_no_ioctl +EXPORT_SYMBOL vmlinux 0x13d928f5 __SCK__tp_func_kmem_cache_alloc +EXPORT_SYMBOL vmlinux 0x13ef07bf tcf_idr_release +EXPORT_SYMBOL vmlinux 0x13fd5879 device_get_ethdev_address +EXPORT_SYMBOL vmlinux 0x141271bf acpi_dev_found +EXPORT_SYMBOL vmlinux 0x1424ff1b inet_sendmsg +EXPORT_SYMBOL vmlinux 0x14262e63 dev_driver_string +EXPORT_SYMBOL vmlinux 0x1456c412 inet_proto_csum_replace4 +EXPORT_SYMBOL vmlinux 0x1458693e dev_get_mac_address +EXPORT_SYMBOL vmlinux 0x14605535 dma_fence_context_alloc +EXPORT_SYMBOL vmlinux 0x146289b7 crc16_table +EXPORT_SYMBOL vmlinux 0x1469b097 fwnode_graph_parse_endpoint +EXPORT_SYMBOL vmlinux 0x146c92a2 tcp_mss_to_mtu +EXPORT_SYMBOL vmlinux 0x148cd300 scsi_remove_device +EXPORT_SYMBOL vmlinux 0x149487bc dm_register_target +EXPORT_SYMBOL vmlinux 0x14a1e8d2 pm860x_page_bulk_read +EXPORT_SYMBOL vmlinux 0x14a51b19 kern_path_create +EXPORT_SYMBOL vmlinux 0x14a64a87 acpi_install_address_space_handler_no_reg +EXPORT_SYMBOL vmlinux 0x14af22b7 fs_param_is_string +EXPORT_SYMBOL vmlinux 0x14afb27b reuseport_detach_prog +EXPORT_SYMBOL vmlinux 0x14b4c9f9 configfs_unregister_group +EXPORT_SYMBOL vmlinux 0x14c40906 mark_buffer_dirty_inode +EXPORT_SYMBOL vmlinux 0x14c67e3e tcp_tx_delay_enabled +EXPORT_SYMBOL vmlinux 0x14cc82b5 tcf_action_update_hw_stats +EXPORT_SYMBOL vmlinux 0x14d0bbd6 simple_nosetlease +EXPORT_SYMBOL vmlinux 0x14d7477f console_list_unlock +EXPORT_SYMBOL vmlinux 0x14dc0cd4 max8998_bulk_read +EXPORT_SYMBOL vmlinux 0x14de9790 dquot_quota_sync +EXPORT_SYMBOL vmlinux 0x14e2e3fc submit_bh +EXPORT_SYMBOL vmlinux 0x14e3a372 netdev_upper_dev_link +EXPORT_SYMBOL vmlinux 0x14e70128 input_flush_device +EXPORT_SYMBOL vmlinux 0x14f45fcc bman_free_pool +EXPORT_SYMBOL vmlinux 0x150c6814 jbd2_journal_inode_ranged_write +EXPORT_SYMBOL vmlinux 0x151b9043 inode_needs_sync +EXPORT_SYMBOL vmlinux 0x151f4898 schedule_timeout_uninterruptible +EXPORT_SYMBOL vmlinux 0x151f5cba security_unix_may_send +EXPORT_SYMBOL vmlinux 0x1526b301 unix_tot_inflight +EXPORT_SYMBOL vmlinux 0x1537a9f3 d_find_alias +EXPORT_SYMBOL vmlinux 0x154162b2 mount_subtree +EXPORT_SYMBOL vmlinux 0x1548d970 __kfifo_dma_out_prepare_r +EXPORT_SYMBOL vmlinux 0x1549b2e2 vfs_clone_file_range +EXPORT_SYMBOL vmlinux 0x154c6338 dm_kcopyd_client_destroy +EXPORT_SYMBOL vmlinux 0x15546a0e generic_write_end +EXPORT_SYMBOL vmlinux 0x155b2112 bprm_change_interp +EXPORT_SYMBOL vmlinux 0x15676f16 phy_get_pause +EXPORT_SYMBOL vmlinux 0x15817774 of_clk_get +EXPORT_SYMBOL vmlinux 0x1584f620 in6_dev_finish_destroy +EXPORT_SYMBOL vmlinux 0x158a7fa5 jbd2_journal_load +EXPORT_SYMBOL vmlinux 0x15b26f00 xfrm_state_delete_tunnel +EXPORT_SYMBOL vmlinux 0x15ba50a6 jiffies +EXPORT_SYMBOL vmlinux 0x15bafe29 unregister_md_cluster_operations +EXPORT_SYMBOL vmlinux 0x15bed7a5 LZ4_decompress_safe_partial +EXPORT_SYMBOL vmlinux 0x15bf58a3 folio_add_lru +EXPORT_SYMBOL vmlinux 0x15c17b72 netdev_offload_xstats_push_delta +EXPORT_SYMBOL vmlinux 0x15c704c3 netlink_capable +EXPORT_SYMBOL vmlinux 0x15c85de3 mempool_init +EXPORT_SYMBOL vmlinux 0x15dd37fe ping_prot +EXPORT_SYMBOL vmlinux 0x15f4d3d5 would_dump +EXPORT_SYMBOL vmlinux 0x15f90688 slhc_init +EXPORT_SYMBOL vmlinux 0x15facadb cros_ec_cmd_xfer_status +EXPORT_SYMBOL vmlinux 0x160e5ce3 filemap_fdatawait_range_keep_errors +EXPORT_SYMBOL vmlinux 0x162893fd hashlen_string +EXPORT_SYMBOL vmlinux 0x162bc54f set_binfmt +EXPORT_SYMBOL vmlinux 0x1632bc21 kvasprintf_const +EXPORT_SYMBOL vmlinux 0x163aa92d touch_buffer +EXPORT_SYMBOL vmlinux 0x163d2417 tegra_io_rail_power_off +EXPORT_SYMBOL vmlinux 0x16544324 phy_register_fixup_for_uid +EXPORT_SYMBOL vmlinux 0x165ad395 trace_print_symbols_seq +EXPORT_SYMBOL vmlinux 0x1660e904 devfreq_unregister_notifier +EXPORT_SYMBOL vmlinux 0x166df490 netdev_rx_csum_fault +EXPORT_SYMBOL vmlinux 0x167c5967 print_hex_dump +EXPORT_SYMBOL vmlinux 0x1688ded4 ps2_command +EXPORT_SYMBOL vmlinux 0x169938c1 __sysfs_match_string +EXPORT_SYMBOL vmlinux 0x16a04c8b mem_cgroup_from_task +EXPORT_SYMBOL vmlinux 0x16a40bc6 i2c_smbus_read_byte_data +EXPORT_SYMBOL vmlinux 0x16a7b16f __traceiter_kmalloc +EXPORT_SYMBOL vmlinux 0x16afb74b jbd2_journal_check_available_features +EXPORT_SYMBOL vmlinux 0x16cdc340 acpi_get_table +EXPORT_SYMBOL vmlinux 0x16dee44d dma_fence_init +EXPORT_SYMBOL vmlinux 0x16e297c3 bit_wait +EXPORT_SYMBOL vmlinux 0x16e7e2cb cpu_all_bits +EXPORT_SYMBOL vmlinux 0x16ecbb5d xp_alloc +EXPORT_SYMBOL vmlinux 0x170ddf79 acpi_install_notify_handler +EXPORT_SYMBOL vmlinux 0x1719e173 set_page_dirty_lock +EXPORT_SYMBOL vmlinux 0x171cbd2b flow_rule_match_enc_ipv6_addrs +EXPORT_SYMBOL vmlinux 0x1751ce6c end_buffer_async_write +EXPORT_SYMBOL vmlinux 0x1778a8d9 bfifo_qdisc_ops +EXPORT_SYMBOL vmlinux 0x17825d3f xudma_rchan_get +EXPORT_SYMBOL vmlinux 0x178c4894 qe_upload_firmware +EXPORT_SYMBOL vmlinux 0x179de574 xfrm_state_lookup_byspi +EXPORT_SYMBOL vmlinux 0x17b93098 tty_port_destroy +EXPORT_SYMBOL vmlinux 0x17c168bc sock_bind_add +EXPORT_SYMBOL vmlinux 0x17ced8e0 netif_tx_wake_queue +EXPORT_SYMBOL vmlinux 0x17ed13d4 netdev_set_sb_channel +EXPORT_SYMBOL vmlinux 0x18101d26 ether_setup +EXPORT_SYMBOL vmlinux 0x1816b215 blk_queue_alignment_offset +EXPORT_SYMBOL vmlinux 0x181a3980 sock_pfree +EXPORT_SYMBOL vmlinux 0x181ceadc blk_rq_count_integrity_sg +EXPORT_SYMBOL vmlinux 0x18345b8e __bitmap_replace +EXPORT_SYMBOL vmlinux 0x1839c4d1 ipv6_getsockopt +EXPORT_SYMBOL vmlinux 0x186cff57 pci_try_set_mwi +EXPORT_SYMBOL vmlinux 0x187884a8 cpm_muram_free +EXPORT_SYMBOL vmlinux 0x18888d00 downgrade_write +EXPORT_SYMBOL vmlinux 0x188c1b7a netlbl_calipso_ops_register +EXPORT_SYMBOL vmlinux 0x188ea314 jiffies_to_timespec64 +EXPORT_SYMBOL vmlinux 0x189efa96 pm860x_bulk_read +EXPORT_SYMBOL vmlinux 0x18b48e28 __memset_io +EXPORT_SYMBOL vmlinux 0x18bf87f2 bio_init_clone +EXPORT_SYMBOL vmlinux 0x18bfffc7 skb_recv_datagram +EXPORT_SYMBOL vmlinux 0x18d4f7f0 phys_mem_access_prot +EXPORT_SYMBOL vmlinux 0x18e60984 __do_once_start +EXPORT_SYMBOL vmlinux 0x18ecec20 neigh_connected_output +EXPORT_SYMBOL vmlinux 0x190c4901 alloc_netdev_mqs +EXPORT_SYMBOL vmlinux 0x191830ef __mark_inode_dirty +EXPORT_SYMBOL vmlinux 0x19203c05 ip_route_input_noref +EXPORT_SYMBOL vmlinux 0x193d95ec tcf_unregister_action +EXPORT_SYMBOL vmlinux 0x19516fb4 tegra_ivc_write_advance +EXPORT_SYMBOL vmlinux 0x1953c958 mempool_create +EXPORT_SYMBOL vmlinux 0x196cceac skb_flow_dissect_hash +EXPORT_SYMBOL vmlinux 0x197b4534 clk_hw_get_clk +EXPORT_SYMBOL vmlinux 0x197d65ec device_get_mac_address +EXPORT_SYMBOL vmlinux 0x19820e28 generic_pipe_buf_release +EXPORT_SYMBOL vmlinux 0x1984d421 out_of_line_wait_on_bit +EXPORT_SYMBOL vmlinux 0x1991489a dma_find_channel +EXPORT_SYMBOL vmlinux 0x199251d0 ipv6_dev_find +EXPORT_SYMBOL vmlinux 0x19940657 genphy_config_eee_advert +EXPORT_SYMBOL vmlinux 0x199ed0cd net_disable_timestamp +EXPORT_SYMBOL vmlinux 0x19ab1c0d sock_setsockopt +EXPORT_SYMBOL vmlinux 0x19bd383b security_secmark_refcount_dec +EXPORT_SYMBOL vmlinux 0x19ccea59 pci_release_selected_regions +EXPORT_SYMBOL vmlinux 0x19e69561 vma_set_file +EXPORT_SYMBOL vmlinux 0x1a07ea68 __devm_of_mdiobus_register +EXPORT_SYMBOL vmlinux 0x1a08a0a7 find_vma_intersection +EXPORT_SYMBOL vmlinux 0x1a28294b blk_mq_delay_kick_requeue_list +EXPORT_SYMBOL vmlinux 0x1a3bf901 tcp_mtu_to_mss +EXPORT_SYMBOL vmlinux 0x1a45cb6c acpi_disabled +EXPORT_SYMBOL vmlinux 0x1a50f971 kobject_get +EXPORT_SYMBOL vmlinux 0x1a75302c vm_map_pages_zero +EXPORT_SYMBOL vmlinux 0x1a7f666f xsk_tx_peek_release_desc_batch +EXPORT_SYMBOL vmlinux 0x1a9a433c prandom_u32_state +EXPORT_SYMBOL vmlinux 0x1ac5d3cb strcspn +EXPORT_SYMBOL vmlinux 0x1b015d25 bitmap_parselist +EXPORT_SYMBOL vmlinux 0x1b044367 scsi_eh_restore_cmnd +EXPORT_SYMBOL vmlinux 0x1b1d2fcc nd_pfn_validate +EXPORT_SYMBOL vmlinux 0x1b26188d dev_addr_mod +EXPORT_SYMBOL vmlinux 0x1b46c761 rio_query_mport +EXPORT_SYMBOL vmlinux 0x1b5196fc xudma_tchan_put +EXPORT_SYMBOL vmlinux 0x1b597b7a swake_up_all +EXPORT_SYMBOL vmlinux 0x1b5cc9d8 dma_fence_array_first +EXPORT_SYMBOL vmlinux 0x1b5ed55b of_graph_parse_endpoint +EXPORT_SYMBOL vmlinux 0x1b5f824a phy_ethtool_set_eee +EXPORT_SYMBOL vmlinux 0x1b6314fd in_aton +EXPORT_SYMBOL vmlinux 0x1b777357 rdmacg_unregister_device +EXPORT_SYMBOL vmlinux 0x1b908d85 _raw_write_lock_nested +EXPORT_SYMBOL vmlinux 0x1b9ffb29 pcix_get_mmrbc +EXPORT_SYMBOL vmlinux 0x1ba59527 __kmalloc_node +EXPORT_SYMBOL vmlinux 0x1bb3e368 _dev_notice +EXPORT_SYMBOL vmlinux 0x1bb4159e unix_attach_fds +EXPORT_SYMBOL vmlinux 0x1bb51249 tcp_have_smc +EXPORT_SYMBOL vmlinux 0x1bb86b9a xen_start_info +EXPORT_SYMBOL vmlinux 0x1bc71c2a ip_sock_set_recverr +EXPORT_SYMBOL vmlinux 0x1bd59dbe vme_free_consistent +EXPORT_SYMBOL vmlinux 0x1be34721 dma_resv_iter_next_unlocked +EXPORT_SYMBOL vmlinux 0x1bfff46a nla_append +EXPORT_SYMBOL vmlinux 0x1c028e29 kill_pgrp +EXPORT_SYMBOL vmlinux 0x1c1231c0 skb_tx_error +EXPORT_SYMBOL vmlinux 0x1c1b01e0 udp_lib_rehash +EXPORT_SYMBOL vmlinux 0x1c1c2679 pnp_possible_config +EXPORT_SYMBOL vmlinux 0x1c205a4b create_empty_buffers +EXPORT_SYMBOL vmlinux 0x1c34f5af input_mt_destroy_slots +EXPORT_SYMBOL vmlinux 0x1c3aec30 ndisc_ns_create +EXPORT_SYMBOL vmlinux 0x1c3c3dae mmc_retune_pause +EXPORT_SYMBOL vmlinux 0x1c502e86 vlan_dev_vlan_id +EXPORT_SYMBOL vmlinux 0x1c58427f acpi_remove_notify_handler +EXPORT_SYMBOL vmlinux 0x1c5e3878 icst525_idx2s +EXPORT_SYMBOL vmlinux 0x1c6581e0 phy_set_max_speed +EXPORT_SYMBOL vmlinux 0x1c84f485 mmc_can_secure_erase_trim +EXPORT_SYMBOL vmlinux 0x1c9ca640 mipi_dsi_dcs_get_power_mode +EXPORT_SYMBOL vmlinux 0x1ca59e20 seq_bprintf +EXPORT_SYMBOL vmlinux 0x1cb11044 inetpeer_invalidate_tree +EXPORT_SYMBOL vmlinux 0x1cb1fdf0 bd_abort_claiming +EXPORT_SYMBOL vmlinux 0x1cc11154 __SCK__tp_func_mmap_lock_start_locking +EXPORT_SYMBOL vmlinux 0x1cc304e7 con_copy_unimap +EXPORT_SYMBOL vmlinux 0x1cc88898 vfs_dedupe_file_range_one +EXPORT_SYMBOL vmlinux 0x1cd065a8 module_put +EXPORT_SYMBOL vmlinux 0x1cd8438b pxm_to_node +EXPORT_SYMBOL vmlinux 0x1cdd39ba logic_outsl +EXPORT_SYMBOL vmlinux 0x1ce12998 dm_kcopyd_zero +EXPORT_SYMBOL vmlinux 0x1ce42521 netdev_offload_xstats_get +EXPORT_SYMBOL vmlinux 0x1cf5efa6 xudma_rflow_get_id +EXPORT_SYMBOL vmlinux 0x1d07e365 memdup_user_nul +EXPORT_SYMBOL vmlinux 0x1d16f4d7 fscrypt_put_encryption_info +EXPORT_SYMBOL vmlinux 0x1d1abdf0 acpi_get_physical_device_location +EXPORT_SYMBOL vmlinux 0x1d215042 rtnl_unicast +EXPORT_SYMBOL vmlinux 0x1d24c881 ___ratelimit +EXPORT_SYMBOL vmlinux 0x1d299707 cdrom_release +EXPORT_SYMBOL vmlinux 0x1d40b6f3 idr_for_each +EXPORT_SYMBOL vmlinux 0x1d499217 __inet_stream_connect +EXPORT_SYMBOL vmlinux 0x1d5cedae __tracepoint_kfree +EXPORT_SYMBOL vmlinux 0x1d5dffe9 md_bitmap_cond_end_sync +EXPORT_SYMBOL vmlinux 0x1d62778c i2c_del_adapter +EXPORT_SYMBOL vmlinux 0x1d630b1b unregister_qdisc +EXPORT_SYMBOL vmlinux 0x1d63468d deactivate_locked_super +EXPORT_SYMBOL vmlinux 0x1d718c04 set_blocksize +EXPORT_SYMBOL vmlinux 0x1d745526 uart_add_one_port +EXPORT_SYMBOL vmlinux 0x1d773931 fs_context_for_reconfigure +EXPORT_SYMBOL vmlinux 0x1d791b06 finish_open +EXPORT_SYMBOL vmlinux 0x1d792d93 flow_indr_dev_setup_offload +EXPORT_SYMBOL vmlinux 0x1d83bda2 udp_sendmsg +EXPORT_SYMBOL vmlinux 0x1d95f8ed security_task_getsecid_obj +EXPORT_SYMBOL vmlinux 0x1d9672bd fault_in_subpage_writeable +EXPORT_SYMBOL vmlinux 0x1db541c3 security_sctp_assoc_request +EXPORT_SYMBOL vmlinux 0x1dc1c31c input_unregister_handle +EXPORT_SYMBOL vmlinux 0x1dc53e0a kobject_init +EXPORT_SYMBOL vmlinux 0x1dc6c93b lookup_user_key +EXPORT_SYMBOL vmlinux 0x1dd571e6 fb_copy_cmap +EXPORT_SYMBOL vmlinux 0x1de18d0e tcp_sync_mss +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 0x1dfaa4dd efi +EXPORT_SYMBOL vmlinux 0x1e0373fc imx_scu_irq_group_enable +EXPORT_SYMBOL vmlinux 0x1e05b7bf kernel_sendmsg +EXPORT_SYMBOL vmlinux 0x1e0a0c24 mod_timer_pending +EXPORT_SYMBOL vmlinux 0x1e0cd7fe acpi_detach_data +EXPORT_SYMBOL vmlinux 0x1e0ebd98 ata_print_version +EXPORT_SYMBOL vmlinux 0x1e1eb97c blk_pre_runtime_resume +EXPORT_SYMBOL vmlinux 0x1e3e6711 __xfrm_policy_check +EXPORT_SYMBOL vmlinux 0x1e46f015 seq_write +EXPORT_SYMBOL vmlinux 0x1e5e7709 rproc_of_parse_firmware +EXPORT_SYMBOL vmlinux 0x1e627b54 pci_scan_root_bus +EXPORT_SYMBOL vmlinux 0x1e678948 skb_copy_and_csum_bits +EXPORT_SYMBOL vmlinux 0x1e69dc94 dma_sync_single_for_cpu +EXPORT_SYMBOL vmlinux 0x1e6adaa0 bitmap_print_bitmask_to_buf +EXPORT_SYMBOL vmlinux 0x1e6d26a8 strstr +EXPORT_SYMBOL vmlinux 0x1e6e1c7e pci_find_resource +EXPORT_SYMBOL vmlinux 0x1e8278bf __lock_sock_fast +EXPORT_SYMBOL vmlinux 0x1e889091 __hw_addr_ref_sync_dev +EXPORT_SYMBOL vmlinux 0x1e94f5fd get_ipc_ns_exported +EXPORT_SYMBOL vmlinux 0x1e9bdac1 pci_enable_msi +EXPORT_SYMBOL vmlinux 0x1e9edfb7 seq_hlist_start_head_rcu +EXPORT_SYMBOL vmlinux 0x1ec8db5a fqdir_init +EXPORT_SYMBOL vmlinux 0x1edb69d6 ktime_get_raw_ts64 +EXPORT_SYMBOL vmlinux 0x1ef41b7e qcom_scm_iommu_set_pt_format +EXPORT_SYMBOL vmlinux 0x1ef7ce73 max8998_read_reg +EXPORT_SYMBOL vmlinux 0x1f0d9525 qdisc_tree_reduce_backlog +EXPORT_SYMBOL vmlinux 0x1f211eaf netdev_upper_get_next_dev_rcu +EXPORT_SYMBOL vmlinux 0x1f23898b of_iomap +EXPORT_SYMBOL vmlinux 0x1f3f3a03 inode_add_bytes +EXPORT_SYMBOL vmlinux 0x1f49fddf netdev_state_change +EXPORT_SYMBOL vmlinux 0x1f4a375a page_get_link +EXPORT_SYMBOL vmlinux 0x1f4ffe1e inode_dio_wait +EXPORT_SYMBOL vmlinux 0x1f557414 gen_pool_has_addr +EXPORT_SYMBOL vmlinux 0x1f56935c tegra_dfll_suspend +EXPORT_SYMBOL vmlinux 0x1f5c7536 devm_arch_phys_wc_add +EXPORT_SYMBOL vmlinux 0x1f7744ce filemap_release_folio +EXPORT_SYMBOL vmlinux 0x1f90ad86 netdev_set_tc_queue +EXPORT_SYMBOL vmlinux 0x1f9544fb blk_rq_unmap_user +EXPORT_SYMBOL vmlinux 0x1f992025 xattr_supported_namespace +EXPORT_SYMBOL vmlinux 0x1fb6aeaa devm_memunmap +EXPORT_SYMBOL vmlinux 0x1fbd16da ip_tos2prio +EXPORT_SYMBOL vmlinux 0x1fc0af80 of_get_cpu_state_node +EXPORT_SYMBOL vmlinux 0x1fc4d216 sk_wait_data +EXPORT_SYMBOL vmlinux 0x1fce86c9 nvdimm_namespace_locked +EXPORT_SYMBOL vmlinux 0x1fd07fff kdb_grepping_flag +EXPORT_SYMBOL vmlinux 0x1ff84a6f retire_super +EXPORT_SYMBOL vmlinux 0x20000329 simple_strtoul +EXPORT_SYMBOL vmlinux 0x200b2041 in6addr_any +EXPORT_SYMBOL vmlinux 0x20248dad netif_carrier_off +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 0x204dd3f1 sock_enable_timestamps +EXPORT_SYMBOL vmlinux 0x20685144 sk_ns_capable +EXPORT_SYMBOL vmlinux 0x2070b875 ps2_sendbyte +EXPORT_SYMBOL vmlinux 0x208d06f8 netlink_ns_capable +EXPORT_SYMBOL vmlinux 0x20922b01 __netlink_kernel_create +EXPORT_SYMBOL vmlinux 0x20a789ac irq_set_chip_data +EXPORT_SYMBOL vmlinux 0x20ba567a is_nvdimm_bus_locked +EXPORT_SYMBOL vmlinux 0x20baefe6 sock_bindtoindex +EXPORT_SYMBOL vmlinux 0x20c01b5f of_phy_find_device +EXPORT_SYMBOL vmlinux 0x20cbb30a __percpu_counter_init +EXPORT_SYMBOL vmlinux 0x20cbbd51 pci_alloc_irq_vectors_affinity +EXPORT_SYMBOL vmlinux 0x20cff98f dst_release +EXPORT_SYMBOL vmlinux 0x20d65e40 fb_find_nearest_mode +EXPORT_SYMBOL vmlinux 0x20e78924 pcie_print_link_status +EXPORT_SYMBOL vmlinux 0x20e855a1 tegra_ivc_notified +EXPORT_SYMBOL vmlinux 0x20eadeb6 ip_compute_csum +EXPORT_SYMBOL vmlinux 0x20ee6a48 input_get_keycode +EXPORT_SYMBOL vmlinux 0x20fefbaa inet6_del_protocol +EXPORT_SYMBOL vmlinux 0x2102a3e5 folio_mark_accessed +EXPORT_SYMBOL vmlinux 0x211feb0d phy_disconnect +EXPORT_SYMBOL vmlinux 0x212d8937 register_md_personality +EXPORT_SYMBOL vmlinux 0x213a738d memregion_alloc +EXPORT_SYMBOL vmlinux 0x213e4965 ps2_is_keyboard_id +EXPORT_SYMBOL vmlinux 0x21521ae6 amba_device_unregister +EXPORT_SYMBOL vmlinux 0x2157a61d fscrypt_free_inode +EXPORT_SYMBOL vmlinux 0x21773375 mmc_remove_host +EXPORT_SYMBOL vmlinux 0x217a02ff xfrm_policy_insert +EXPORT_SYMBOL vmlinux 0x218e600b pci_add_resource_offset +EXPORT_SYMBOL vmlinux 0x2195c868 inet_reqsk_alloc +EXPORT_SYMBOL vmlinux 0x21a5557b dev_addr_add +EXPORT_SYMBOL vmlinux 0x21a58f54 mipi_dsi_driver_register_full +EXPORT_SYMBOL vmlinux 0x21bdb523 errseq_check_and_advance +EXPORT_SYMBOL vmlinux 0x21be37e1 hdmi_avi_infoframe_check +EXPORT_SYMBOL vmlinux 0x21e13cb3 inet_peer_xrlim_allow +EXPORT_SYMBOL vmlinux 0x21ea5251 __bitmap_weight +EXPORT_SYMBOL vmlinux 0x21ef374c try_wait_for_completion +EXPORT_SYMBOL vmlinux 0x21fbd018 sock_recvmsg +EXPORT_SYMBOL vmlinux 0x2210a4d5 __ip_queue_xmit +EXPORT_SYMBOL vmlinux 0x22180d5e param_get_bool +EXPORT_SYMBOL vmlinux 0x2219e0b1 __skb_warn_lro_forwarding +EXPORT_SYMBOL vmlinux 0x22244373 dmam_pool_create +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 0x229aed1a pci_unmap_rom +EXPORT_SYMBOL vmlinux 0x22a1422d percpu_counter_sum_all +EXPORT_SYMBOL vmlinux 0x22b325d5 kd_mksound +EXPORT_SYMBOL vmlinux 0x22fae277 imx_scu_enable_general_irq_channel +EXPORT_SYMBOL vmlinux 0x230b1d83 neigh_for_each +EXPORT_SYMBOL vmlinux 0x231d6efb tcf_exts_terse_dump +EXPORT_SYMBOL vmlinux 0x234cbe58 vfs_fsync_range +EXPORT_SYMBOL vmlinux 0x234f2bbe super_setup_bdi_name +EXPORT_SYMBOL vmlinux 0x23559c51 qman_oos_fq +EXPORT_SYMBOL vmlinux 0x2364c85a tasklet_init +EXPORT_SYMBOL vmlinux 0x23730394 input_mt_report_slot_state +EXPORT_SYMBOL vmlinux 0x237a0b5c __traceiter_dma_fence_signaled +EXPORT_SYMBOL vmlinux 0x238b099f mipi_dsi_packet_format_is_short +EXPORT_SYMBOL vmlinux 0x2391f725 irq_stat +EXPORT_SYMBOL vmlinux 0x239a5b4b kernel_sendpage +EXPORT_SYMBOL vmlinux 0x23a3b12d tc_setup_cb_replace +EXPORT_SYMBOL vmlinux 0x23b2f56f sched_autogroup_detach +EXPORT_SYMBOL vmlinux 0x23b9d6e2 mangle_path +EXPORT_SYMBOL vmlinux 0x23be815e free_task +EXPORT_SYMBOL vmlinux 0x23cabbb1 register_sysctl_paths +EXPORT_SYMBOL vmlinux 0x23d50a90 sock_no_bind +EXPORT_SYMBOL vmlinux 0x23daa989 mipi_dsi_create_packet +EXPORT_SYMBOL vmlinux 0x23f1d7a6 page_pool_ethtool_stats_get_count +EXPORT_SYMBOL vmlinux 0x23fa3f9c pci_release_region +EXPORT_SYMBOL vmlinux 0x23fd3028 vmalloc_node +EXPORT_SYMBOL vmlinux 0x2435c2bc phy_connect +EXPORT_SYMBOL vmlinux 0x243dc793 md_write_inc +EXPORT_SYMBOL vmlinux 0x24428be5 strncpy_from_user +EXPORT_SYMBOL vmlinux 0x24531119 rproc_del +EXPORT_SYMBOL vmlinux 0x2459bbcc console_set_on_cmdline +EXPORT_SYMBOL vmlinux 0x2470152a phy_request_interrupt +EXPORT_SYMBOL vmlinux 0x2484adc3 __kfifo_to_user_r +EXPORT_SYMBOL vmlinux 0x248b7277 tegra_ivc_cleanup +EXPORT_SYMBOL vmlinux 0x2498d619 dma_async_device_unregister +EXPORT_SYMBOL vmlinux 0x24accc9e of_graph_get_remote_port_parent +EXPORT_SYMBOL vmlinux 0x24ad971e dquot_mark_dquot_dirty +EXPORT_SYMBOL vmlinux 0x24c7ff67 override_creds +EXPORT_SYMBOL vmlinux 0x24d26822 vlan_for_each +EXPORT_SYMBOL vmlinux 0x24d273d1 add_timer +EXPORT_SYMBOL vmlinux 0x24d57a35 d_rehash +EXPORT_SYMBOL vmlinux 0x24dc036b dquot_scan_active +EXPORT_SYMBOL vmlinux 0x24e1b558 seg6_hmac_compute +EXPORT_SYMBOL vmlinux 0x25006e86 napi_get_frags +EXPORT_SYMBOL vmlinux 0x2505bf18 kstrtol_from_user +EXPORT_SYMBOL vmlinux 0x25106e98 param_set_copystring +EXPORT_SYMBOL vmlinux 0x252332f1 __SCK__tp_func_mmap_lock_released +EXPORT_SYMBOL vmlinux 0x254a713b end_buffer_read_sync +EXPORT_SYMBOL vmlinux 0x2566204b security_binder_transfer_binder +EXPORT_SYMBOL vmlinux 0x25749be7 tcp_req_err +EXPORT_SYMBOL vmlinux 0x257e2c6a input_release_device +EXPORT_SYMBOL vmlinux 0x25820c64 fs_overflowuid +EXPORT_SYMBOL vmlinux 0x258a0a57 file_open_root +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 0x259ffcf6 vme_master_mmap +EXPORT_SYMBOL vmlinux 0x25a34f3d tcp_v4_send_check +EXPORT_SYMBOL vmlinux 0x25a4d17d rproc_mem_entry_init +EXPORT_SYMBOL vmlinux 0x25bc831c unregister_netdevice_notifier_dev_net +EXPORT_SYMBOL vmlinux 0x25be13ae mipi_dsi_generic_read +EXPORT_SYMBOL vmlinux 0x25c1d386 pci_fixup_device +EXPORT_SYMBOL vmlinux 0x25dceca3 dquot_load_quota_inode +EXPORT_SYMBOL vmlinux 0x25e58a09 hdmi_avi_infoframe_init +EXPORT_SYMBOL vmlinux 0x25e9d4bd resource_list_free +EXPORT_SYMBOL vmlinux 0x25f88680 tty_port_put +EXPORT_SYMBOL vmlinux 0x260e52ee dynamic_preempt_schedule_notrace +EXPORT_SYMBOL vmlinux 0x2623bdf9 blk_mq_rq_cpu +EXPORT_SYMBOL vmlinux 0x26243095 md_update_sb +EXPORT_SYMBOL vmlinux 0x2639a13d cdrom_get_media_event +EXPORT_SYMBOL vmlinux 0x263beb75 ecryptfs_get_versions +EXPORT_SYMBOL vmlinux 0x263c3152 bcmp +EXPORT_SYMBOL vmlinux 0x263f0d1f qman_portal_set_iperiod +EXPORT_SYMBOL vmlinux 0x265b1f41 input_alloc_absinfo +EXPORT_SYMBOL vmlinux 0x2669d3e5 scsi_print_result +EXPORT_SYMBOL vmlinux 0x267f08f7 scsi_unblock_requests +EXPORT_SYMBOL vmlinux 0x2688ec10 bitmap_zalloc +EXPORT_SYMBOL vmlinux 0x26897b52 mb_cache_entry_get +EXPORT_SYMBOL vmlinux 0x269e18b7 mmc_get_card +EXPORT_SYMBOL vmlinux 0x26a08940 con_set_default_unimap +EXPORT_SYMBOL vmlinux 0x26c22464 PageMovable +EXPORT_SYMBOL vmlinux 0x26d65b64 scsi_add_host_with_dma +EXPORT_SYMBOL vmlinux 0x26d81b26 param_set_ullong +EXPORT_SYMBOL vmlinux 0x26e298e0 unregister_memory_notifier +EXPORT_SYMBOL vmlinux 0x26f37798 of_find_mipi_dsi_device_by_node +EXPORT_SYMBOL vmlinux 0x26f4cd51 mmc_of_parse_voltage +EXPORT_SYMBOL vmlinux 0x270cf88f dump_stack_lvl +EXPORT_SYMBOL vmlinux 0x271cba95 acpi_bus_private_data_handler +EXPORT_SYMBOL vmlinux 0x271d162f register_tcf_proto_ops +EXPORT_SYMBOL vmlinux 0x271d4258 param_get_long +EXPORT_SYMBOL vmlinux 0x272a8933 udp_memory_allocated +EXPORT_SYMBOL vmlinux 0x2733eaf7 scsi_dev_info_list_add_keyed +EXPORT_SYMBOL vmlinux 0x273fb380 devfreq_resume_device +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 0x27810361 acpi_os_wait_events_complete +EXPORT_SYMBOL vmlinux 0x2782b393 xfrm_state_walk_init +EXPORT_SYMBOL vmlinux 0x27864d57 memparse +EXPORT_SYMBOL vmlinux 0x27a47a29 ip6_find_1stfragopt +EXPORT_SYMBOL vmlinux 0x27add76a scm_detach_fds +EXPORT_SYMBOL vmlinux 0x27b34d20 pnp_unregister_driver +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 0x27c622ed do_splice_direct +EXPORT_SYMBOL vmlinux 0x27c71f85 init_task +EXPORT_SYMBOL vmlinux 0x27c86593 bdi_unregister +EXPORT_SYMBOL vmlinux 0x27cdca93 pci_add_resource +EXPORT_SYMBOL vmlinux 0x27d6c009 ppp_output_wakeup +EXPORT_SYMBOL vmlinux 0x27e0dd0a qcom_scm_pas_init_image +EXPORT_SYMBOL vmlinux 0x27ef1958 __page_frag_cache_drain +EXPORT_SYMBOL vmlinux 0x27fc2792 unix_get_socket +EXPORT_SYMBOL vmlinux 0x280b90a2 cros_ec_prepare_tx +EXPORT_SYMBOL vmlinux 0x281823c5 __kfifo_out_peek +EXPORT_SYMBOL vmlinux 0x281f7de8 tty_port_close +EXPORT_SYMBOL vmlinux 0x283cd89a skb_dump +EXPORT_SYMBOL vmlinux 0x28415ec0 put_cmsg_scm_timestamping64 +EXPORT_SYMBOL vmlinux 0x285ba4cd mii_check_media +EXPORT_SYMBOL vmlinux 0x2868cad1 ptp_find_pin +EXPORT_SYMBOL vmlinux 0x286be32d file_write_and_wait_range +EXPORT_SYMBOL vmlinux 0x2875a315 utf32_to_utf8 +EXPORT_SYMBOL vmlinux 0x288f0608 __register_nls +EXPORT_SYMBOL vmlinux 0x2890f111 inet_select_addr +EXPORT_SYMBOL vmlinux 0x28916691 netdev_lower_dev_get_private +EXPORT_SYMBOL vmlinux 0x289771bb commit_creds +EXPORT_SYMBOL vmlinux 0x289b6d7d i2c_smbus_read_byte +EXPORT_SYMBOL vmlinux 0x289d4cf1 skb_try_coalesce +EXPORT_SYMBOL vmlinux 0x28aa869e mipi_dsi_host_register +EXPORT_SYMBOL vmlinux 0x28b513cf genphy_read_status_fixed +EXPORT_SYMBOL vmlinux 0x28bada5b generic_permission +EXPORT_SYMBOL vmlinux 0x28bba64d peernet2id +EXPORT_SYMBOL vmlinux 0x28f94604 __ubsan_handle_builtin_unreachable +EXPORT_SYMBOL vmlinux 0x2900239d __ip4_datagram_connect +EXPORT_SYMBOL vmlinux 0x29165604 textsearch_find_continuous +EXPORT_SYMBOL vmlinux 0x291b7640 of_phy_connect +EXPORT_SYMBOL vmlinux 0x291d0032 security_binder_set_context_mgr +EXPORT_SYMBOL vmlinux 0x29228bc4 param_get_hexint +EXPORT_SYMBOL vmlinux 0x2942579c md_integrity_register +EXPORT_SYMBOL vmlinux 0x29504b92 vfs_fileattr_set +EXPORT_SYMBOL vmlinux 0x2956b019 __traceiter_mmap_lock_acquire_returned +EXPORT_SYMBOL vmlinux 0x295d6717 fwnode_get_phy_id +EXPORT_SYMBOL vmlinux 0x29604158 napi_busy_loop +EXPORT_SYMBOL vmlinux 0x29699bb4 gnet_stats_copy_queue +EXPORT_SYMBOL vmlinux 0x296b8bbf __kfifo_dma_in_prepare +EXPORT_SYMBOL vmlinux 0x296b9b18 genphy_resume +EXPORT_SYMBOL vmlinux 0x297c8a7d dma_fence_allocate_private_stub +EXPORT_SYMBOL vmlinux 0x297e4b78 fs_context_for_mount +EXPORT_SYMBOL vmlinux 0x29b3f15c tty_flip_buffer_push +EXPORT_SYMBOL vmlinux 0x29b8ed0b devm_clk_put +EXPORT_SYMBOL vmlinux 0x29e1e204 hdmi_audio_infoframe_pack +EXPORT_SYMBOL vmlinux 0x29ea833b sk_dst_check +EXPORT_SYMBOL vmlinux 0x29ef2c7c mount_single +EXPORT_SYMBOL vmlinux 0x29f23dcb blk_mq_delay_run_hw_queues +EXPORT_SYMBOL vmlinux 0x29f34943 mmc_retune_timer_stop +EXPORT_SYMBOL vmlinux 0x29f405ac acpi_device_set_power +EXPORT_SYMBOL vmlinux 0x2a2e55d2 dma_fence_array_create +EXPORT_SYMBOL vmlinux 0x2a303d4d check_signature +EXPORT_SYMBOL vmlinux 0x2a36ff20 get_cached_acl_rcu +EXPORT_SYMBOL vmlinux 0x2a37dfc7 mmc_can_gpio_ro +EXPORT_SYMBOL vmlinux 0x2a39871b make_bad_inode +EXPORT_SYMBOL vmlinux 0x2a4886cb seg6_hmac_info_lookup +EXPORT_SYMBOL vmlinux 0x2a66dedc dma_pool_create +EXPORT_SYMBOL vmlinux 0x2a6a5aac sockopt_capable +EXPORT_SYMBOL vmlinux 0x2a744b66 of_clk_get_by_name +EXPORT_SYMBOL vmlinux 0x2a8441ec pci_enable_device_io +EXPORT_SYMBOL vmlinux 0x2a8a0b96 page_frag_alloc_align +EXPORT_SYMBOL vmlinux 0x2a8e551d blk_set_stacking_limits +EXPORT_SYMBOL vmlinux 0x2a8f612c unregister_cdrom +EXPORT_SYMBOL vmlinux 0x2a928918 slhc_free +EXPORT_SYMBOL vmlinux 0x2a9a3905 vme_master_get +EXPORT_SYMBOL vmlinux 0x2a9f9127 qdisc_warn_nonwc +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 0x2ab4b125 of_chosen +EXPORT_SYMBOL vmlinux 0x2abc22bb uart_get_baud_rate +EXPORT_SYMBOL vmlinux 0x2ace1bbf pcie_get_width_cap +EXPORT_SYMBOL vmlinux 0x2ad4a038 dev_get_port_parent_id +EXPORT_SYMBOL vmlinux 0x2af2b21b tcf_block_netif_keep_dst +EXPORT_SYMBOL vmlinux 0x2af5db28 tcp_md5_do_del +EXPORT_SYMBOL vmlinux 0x2afe9d11 amba_release_regions +EXPORT_SYMBOL vmlinux 0x2b0f83b6 vga_remove_vgacon +EXPORT_SYMBOL vmlinux 0x2b178959 __do_once_sleepable_done +EXPORT_SYMBOL vmlinux 0x2b1abce3 fman_has_errata_a050385 +EXPORT_SYMBOL vmlinux 0x2b33adcd kthread_bind +EXPORT_SYMBOL vmlinux 0x2b4c06f7 unpin_user_pages_dirty_lock +EXPORT_SYMBOL vmlinux 0x2b593aa8 gen_pool_alloc_algo_owner +EXPORT_SYMBOL vmlinux 0x2b66b402 _copy_from_iter_nocache +EXPORT_SYMBOL vmlinux 0x2b71c7ca pps_event +EXPORT_SYMBOL vmlinux 0x2b7e0876 generic_key_instantiate +EXPORT_SYMBOL vmlinux 0x2b9da7a4 genl_lock +EXPORT_SYMBOL vmlinux 0x2bae204e mt_find +EXPORT_SYMBOL vmlinux 0x2bb6099e dq_data_lock +EXPORT_SYMBOL vmlinux 0x2bc28a02 dquot_alloc +EXPORT_SYMBOL vmlinux 0x2bd60ab9 acpi_reset +EXPORT_SYMBOL vmlinux 0x2bdef4d6 rdmacg_uncharge +EXPORT_SYMBOL vmlinux 0x2bf076dd twl6040_get_sysclk +EXPORT_SYMBOL vmlinux 0x2bfbab10 __memmove +EXPORT_SYMBOL vmlinux 0x2c06afc8 tcf_action_update_stats +EXPORT_SYMBOL vmlinux 0x2c1606a4 nd_dax_probe +EXPORT_SYMBOL vmlinux 0x2c256e1f input_scancode_to_scalar +EXPORT_SYMBOL vmlinux 0x2c329e54 tegra_powergate_sequence_power_up +EXPORT_SYMBOL vmlinux 0x2c541e7b radix_tree_next_chunk +EXPORT_SYMBOL vmlinux 0x2c71fbfb proc_dobool +EXPORT_SYMBOL vmlinux 0x2c78f749 md_reap_sync_thread +EXPORT_SYMBOL vmlinux 0x2c7d4684 kernel_sendmsg_locked +EXPORT_SYMBOL vmlinux 0x2c82c36a security_secmark_relabel_packet +EXPORT_SYMBOL vmlinux 0x2c91e17c vm_get_page_prot +EXPORT_SYMBOL vmlinux 0x2ca59782 cpufreq_get_policy +EXPORT_SYMBOL vmlinux 0x2ca5ead8 tcp_initialize_rcv_mss +EXPORT_SYMBOL vmlinux 0x2caab1ce netlink_rcv_skb +EXPORT_SYMBOL vmlinux 0x2cb9ad23 iterate_dir +EXPORT_SYMBOL vmlinux 0x2cc69a51 kernel_recvmsg +EXPORT_SYMBOL vmlinux 0x2ccadd5a kmem_cache_shrink +EXPORT_SYMBOL vmlinux 0x2ccd059a dim_on_top +EXPORT_SYMBOL vmlinux 0x2cce5c76 dec_node_page_state +EXPORT_SYMBOL vmlinux 0x2cdbe3b7 locks_remove_posix +EXPORT_SYMBOL vmlinux 0x2cdf87a1 proc_dointvec_minmax +EXPORT_SYMBOL vmlinux 0x2cf0c910 sg_init_table +EXPORT_SYMBOL vmlinux 0x2cf47bfb buffer_migrate_folio +EXPORT_SYMBOL vmlinux 0x2cf56265 __dynamic_pr_debug +EXPORT_SYMBOL vmlinux 0x2cfb43fb fb_find_mode +EXPORT_SYMBOL vmlinux 0x2d08bdf4 end_buffer_write_sync +EXPORT_SYMBOL vmlinux 0x2d140a58 genl_unlock +EXPORT_SYMBOL vmlinux 0x2d19025f __sync_dirty_buffer +EXPORT_SYMBOL vmlinux 0x2d30596c from_kqid_munged +EXPORT_SYMBOL vmlinux 0x2d3385d3 system_wq +EXPORT_SYMBOL vmlinux 0x2d339671 devm_gen_pool_create +EXPORT_SYMBOL vmlinux 0x2d39b0a7 kstrdup +EXPORT_SYMBOL vmlinux 0x2d3d412c iget_failed +EXPORT_SYMBOL vmlinux 0x2d4c773a hdmi_spd_infoframe_init +EXPORT_SYMBOL vmlinux 0x2d4daef5 find_font +EXPORT_SYMBOL vmlinux 0x2d56bef1 __skb_pad +EXPORT_SYMBOL vmlinux 0x2d6435d0 unregister_tcf_proto_ops +EXPORT_SYMBOL vmlinux 0x2d6a8ea5 unmap_mapping_range +EXPORT_SYMBOL vmlinux 0x2d7ba87c flow_rule_match_enc_opts +EXPORT_SYMBOL vmlinux 0x2d7de1c1 t10_pi_type1_ip +EXPORT_SYMBOL vmlinux 0x2d912bca dmi_get_bios_year +EXPORT_SYMBOL vmlinux 0x2d994605 security_inode_copy_up_xattr +EXPORT_SYMBOL vmlinux 0x2da6ad2e task_lookup_next_fd_rcu +EXPORT_SYMBOL vmlinux 0x2db7005d inet_sock_destruct +EXPORT_SYMBOL vmlinux 0x2dce2f1c __irq_regs +EXPORT_SYMBOL vmlinux 0x2dd4e48f blk_put_queue +EXPORT_SYMBOL vmlinux 0x2e0a3cc9 amba_driver_register +EXPORT_SYMBOL vmlinux 0x2e0b1deb dma_fence_get_status +EXPORT_SYMBOL vmlinux 0x2e170b67 simple_fill_super +EXPORT_SYMBOL vmlinux 0x2e17d79a unlock_rename +EXPORT_SYMBOL vmlinux 0x2e1ca751 clk_put +EXPORT_SYMBOL vmlinux 0x2e2b40d2 strncat +EXPORT_SYMBOL vmlinux 0x2e2bbf7a sock_no_sendpage +EXPORT_SYMBOL vmlinux 0x2e2c4ddc logic_inw +EXPORT_SYMBOL vmlinux 0x2e2d0063 mipi_dsi_dcs_soft_reset +EXPORT_SYMBOL vmlinux 0x2e3bcce2 wait_for_completion_interruptible +EXPORT_SYMBOL vmlinux 0x2e439142 drm_get_panel_orientation_quirk +EXPORT_SYMBOL vmlinux 0x2e55d183 block_dirty_folio +EXPORT_SYMBOL vmlinux 0x2e5b27da xudma_alloc_gp_rflow_range +EXPORT_SYMBOL vmlinux 0x2e6a8d52 inet6_register_protosw +EXPORT_SYMBOL vmlinux 0x2e6e0002 tty_unlock +EXPORT_SYMBOL vmlinux 0x2e723c2f tcp_seq_stop +EXPORT_SYMBOL vmlinux 0x2e8d9ebc pci_irq_vector +EXPORT_SYMBOL vmlinux 0x2e950d78 pnp_get_resource +EXPORT_SYMBOL vmlinux 0x2e993153 stream_open +EXPORT_SYMBOL vmlinux 0x2ea05f89 inet_twsk_deschedule_put +EXPORT_SYMBOL vmlinux 0x2ea4edc5 param_ops_long +EXPORT_SYMBOL vmlinux 0x2ea777fc proc_set_size +EXPORT_SYMBOL vmlinux 0x2eb2c440 page_pool_create +EXPORT_SYMBOL vmlinux 0x2eb4a1d6 blk_mq_end_request +EXPORT_SYMBOL vmlinux 0x2ec6bba0 errseq_set +EXPORT_SYMBOL vmlinux 0x2edcb31a audit_log +EXPORT_SYMBOL vmlinux 0x2ee4c2b1 hdmi_avi_infoframe_pack_only +EXPORT_SYMBOL vmlinux 0x2ee67b1a vfs_get_fsid +EXPORT_SYMBOL vmlinux 0x2eef0611 generic_delete_inode +EXPORT_SYMBOL vmlinux 0x2ef8a6d7 param_get_ushort +EXPORT_SYMBOL vmlinux 0x2efd99d4 tcp_poll +EXPORT_SYMBOL vmlinux 0x2f03fc4b security_secmark_refcount_inc +EXPORT_SYMBOL vmlinux 0x2f0e1483 blk_pre_runtime_suspend +EXPORT_SYMBOL vmlinux 0x2f1254d1 ucc_tdm_init +EXPORT_SYMBOL vmlinux 0x2f1871ca seq_put_decimal_ull +EXPORT_SYMBOL vmlinux 0x2f2b51a1 set_user_nice +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 0x2f681c82 dma_set_mask +EXPORT_SYMBOL vmlinux 0x2f7754a8 dma_pool_free +EXPORT_SYMBOL vmlinux 0x2f7c162f gnet_stats_copy_basic +EXPORT_SYMBOL vmlinux 0x2f8886dd finish_swait +EXPORT_SYMBOL vmlinux 0x2f990712 tcp_sock_set_cork +EXPORT_SYMBOL vmlinux 0x2fbe4a48 __starget_for_each_device +EXPORT_SYMBOL vmlinux 0x2fc669d3 phy_ethtool_get_sset_count +EXPORT_SYMBOL vmlinux 0x2fd27a8b __skb_free_datagram_locked +EXPORT_SYMBOL vmlinux 0x2fe252cc unregister_inet6addr_notifier +EXPORT_SYMBOL vmlinux 0x2fe5b535 qcom_scm_assign_mem +EXPORT_SYMBOL vmlinux 0x2ff9528c netif_receive_skb_core +EXPORT_SYMBOL vmlinux 0x300eaebd flow_block_cb_alloc +EXPORT_SYMBOL vmlinux 0x302dccfc vga_put +EXPORT_SYMBOL vmlinux 0x304978ac cpufreq_generic_suspend +EXPORT_SYMBOL vmlinux 0x305f72ad dev_uc_flush +EXPORT_SYMBOL vmlinux 0x306e3a29 pci_disable_ptm +EXPORT_SYMBOL vmlinux 0x3096be16 names_cachep +EXPORT_SYMBOL vmlinux 0x309d7172 mark_buffer_write_io_error +EXPORT_SYMBOL vmlinux 0x30a80826 __kfifo_from_user +EXPORT_SYMBOL vmlinux 0x30acfde9 hsiphash_2u32 +EXPORT_SYMBOL vmlinux 0x30c914ff inet_addr_type_table +EXPORT_SYMBOL vmlinux 0x30d3dbf5 __dquot_alloc_space +EXPORT_SYMBOL vmlinux 0x30d97e29 vfs_create +EXPORT_SYMBOL vmlinux 0x30f78049 devm_pci_remap_iospace +EXPORT_SYMBOL vmlinux 0x310ae1a5 ps2_handle_ack +EXPORT_SYMBOL vmlinux 0x3126a9e8 siphash_1u64 +EXPORT_SYMBOL vmlinux 0x312ed932 verify_spi_info +EXPORT_SYMBOL vmlinux 0x314b8967 __bh_read_batch +EXPORT_SYMBOL vmlinux 0x3188fe18 security_sock_graft +EXPORT_SYMBOL vmlinux 0x318e9f83 fc_mount +EXPORT_SYMBOL vmlinux 0x319d493d proc_dostring +EXPORT_SYMBOL vmlinux 0x31a4767f qcom_scm_hdcp_available +EXPORT_SYMBOL vmlinux 0x31ad5884 gnet_stats_copy_basic_hw +EXPORT_SYMBOL vmlinux 0x31d99f43 ip6_xmit +EXPORT_SYMBOL vmlinux 0x31da8722 of_io_request_and_map +EXPORT_SYMBOL vmlinux 0x31f762fb read_cache_page_gfp +EXPORT_SYMBOL vmlinux 0x31f8eff5 sock_set_keepalive +EXPORT_SYMBOL vmlinux 0x3213f038 mutex_unlock +EXPORT_SYMBOL vmlinux 0x3214160e xfrm_input_unregister_afinfo +EXPORT_SYMBOL vmlinux 0x3220132a rproc_shutdown +EXPORT_SYMBOL vmlinux 0x3221df67 __bitmap_subset +EXPORT_SYMBOL vmlinux 0x3228b229 pci_dev_get +EXPORT_SYMBOL vmlinux 0x322bbe59 pldmfw_flash_image +EXPORT_SYMBOL vmlinux 0x32373d5c blk_integrity_register +EXPORT_SYMBOL vmlinux 0x32394d4b qe_issue_cmd +EXPORT_SYMBOL vmlinux 0x3256efe3 phy_device_create +EXPORT_SYMBOL vmlinux 0x3258f44c pci_scan_slot +EXPORT_SYMBOL vmlinux 0x3260c1ef __icmp_send +EXPORT_SYMBOL vmlinux 0x32611b65 get_thermal_instance +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 0x32886aaa padata_free_shell +EXPORT_SYMBOL vmlinux 0x328e9d72 pci_read_vpd_any +EXPORT_SYMBOL vmlinux 0x328edfd4 udplite_prot +EXPORT_SYMBOL vmlinux 0x32af423a scsi_eh_finish_cmd +EXPORT_SYMBOL vmlinux 0x32c83ef6 pldmfw_op_pci_match_record +EXPORT_SYMBOL vmlinux 0x32ce3777 radix_tree_preload +EXPORT_SYMBOL vmlinux 0x32e2aeae twl6040_get_pll +EXPORT_SYMBOL vmlinux 0x32e6f1a0 acpi_video_backlight_string +EXPORT_SYMBOL vmlinux 0x32e8cfea mtree_load +EXPORT_SYMBOL vmlinux 0x32ee8a64 tcp_read_sock +EXPORT_SYMBOL vmlinux 0x32ef44ac get_phy_device +EXPORT_SYMBOL vmlinux 0x32f0ab67 of_get_child_by_name +EXPORT_SYMBOL vmlinux 0x32f8ad8f devfreq_monitor_start +EXPORT_SYMBOL vmlinux 0x33037fd8 logic_outl +EXPORT_SYMBOL vmlinux 0x332dfc29 phy_ethtool_set_link_ksettings +EXPORT_SYMBOL vmlinux 0x33439db0 bio_put +EXPORT_SYMBOL vmlinux 0x334d4de4 jbd2_fc_release_bufs +EXPORT_SYMBOL vmlinux 0x335108ed dcache_readdir +EXPORT_SYMBOL vmlinux 0x336607de phy_advertise_supported +EXPORT_SYMBOL vmlinux 0x3369ea44 mtree_insert_range +EXPORT_SYMBOL vmlinux 0x336b35eb __i2c_transfer +EXPORT_SYMBOL vmlinux 0x33736a1d __genradix_ptr_alloc +EXPORT_SYMBOL vmlinux 0x337e7365 vme_bus_num +EXPORT_SYMBOL vmlinux 0x3380c2fd rpmh_write_batch +EXPORT_SYMBOL vmlinux 0x339e819a mmc_wait_for_req_done +EXPORT_SYMBOL vmlinux 0x339fec8f load_nls_default +EXPORT_SYMBOL vmlinux 0x33b66c63 tcp_syn_ack_timeout +EXPORT_SYMBOL vmlinux 0x33dd78e9 rproc_report_crash +EXPORT_SYMBOL vmlinux 0x33e853c6 netdev_lower_state_changed +EXPORT_SYMBOL vmlinux 0x33ecc568 rpmh_write +EXPORT_SYMBOL vmlinux 0x33f0768c cpufreq_quick_get_max +EXPORT_SYMBOL vmlinux 0x33f10334 set_page_writeback +EXPORT_SYMBOL vmlinux 0x33f99494 dump_skip_to +EXPORT_SYMBOL vmlinux 0x33f9fc7d __netif_rx +EXPORT_SYMBOL vmlinux 0x33fcf44a __kfifo_out_r +EXPORT_SYMBOL vmlinux 0x3402dc8b __write_overflow_field +EXPORT_SYMBOL vmlinux 0x340535f9 acpi_pm_device_sleep_state +EXPORT_SYMBOL vmlinux 0x341a07b4 max8998_update_reg +EXPORT_SYMBOL vmlinux 0x341de287 param_set_dyndbg_classes +EXPORT_SYMBOL vmlinux 0x3424daf8 __traceiter_dma_fence_enable_signal +EXPORT_SYMBOL vmlinux 0x3442d3e3 input_unregister_handler +EXPORT_SYMBOL vmlinux 0x34606e1e param_get_dyndbg_classes +EXPORT_SYMBOL vmlinux 0x3463fea6 filemap_fdatawrite_range +EXPORT_SYMBOL vmlinux 0x34675004 sdev_enable_disk_events +EXPORT_SYMBOL vmlinux 0x347cff58 mini_qdisc_pair_swap +EXPORT_SYMBOL vmlinux 0x34805315 mptcp_subflow_reqsk_alloc +EXPORT_SYMBOL vmlinux 0x348dcce7 __acpi_mdiobus_register +EXPORT_SYMBOL vmlinux 0x348f10f7 unlock_new_inode +EXPORT_SYMBOL vmlinux 0x349cba85 strchr +EXPORT_SYMBOL vmlinux 0x34a1f7e3 acpi_processor_get_psd +EXPORT_SYMBOL vmlinux 0x34c027c1 kernel_getpeername +EXPORT_SYMBOL vmlinux 0x34c7cdbc lookup_bdev +EXPORT_SYMBOL vmlinux 0x34db050b _raw_spin_lock_irqsave +EXPORT_SYMBOL vmlinux 0x34dd044e bio_add_pc_page +EXPORT_SYMBOL vmlinux 0x34de8960 generic_file_open +EXPORT_SYMBOL vmlinux 0x34ea9c76 netdev_offload_xstats_disable +EXPORT_SYMBOL vmlinux 0x34eac748 __sk_queue_drop_skb +EXPORT_SYMBOL vmlinux 0x34f3484e security_tun_dev_attach_queue +EXPORT_SYMBOL vmlinux 0x350ea558 dma_fence_default_wait +EXPORT_SYMBOL vmlinux 0x3517383e register_reboot_notifier +EXPORT_SYMBOL vmlinux 0x3522a625 mipi_dsi_dcs_get_display_brightness +EXPORT_SYMBOL vmlinux 0x35267806 netif_set_xps_queue +EXPORT_SYMBOL vmlinux 0x3529342c tty_unregister_ldisc +EXPORT_SYMBOL vmlinux 0x35356aa0 security_d_instantiate +EXPORT_SYMBOL vmlinux 0x3538d8b4 devfreq_recommended_opp +EXPORT_SYMBOL vmlinux 0x3539f11b match_strlcpy +EXPORT_SYMBOL vmlinux 0x354ca259 devm_get_clk_from_child +EXPORT_SYMBOL vmlinux 0x355d091d mii_ethtool_gset +EXPORT_SYMBOL vmlinux 0x356461c8 rtc_time64_to_tm +EXPORT_SYMBOL vmlinux 0x3594ed86 devm_extcon_unregister_notifier_all +EXPORT_SYMBOL vmlinux 0x359c2822 pci_remove_bus +EXPORT_SYMBOL vmlinux 0x35a688c7 netpoll_send_skb +EXPORT_SYMBOL vmlinux 0x35a88f28 zlib_inflateInit2 +EXPORT_SYMBOL vmlinux 0x35ca2e12 dm_table_get_mode +EXPORT_SYMBOL vmlinux 0x35f48cec pci_wait_for_pending_transaction +EXPORT_SYMBOL vmlinux 0x360916e2 pci_bus_read_config_word +EXPORT_SYMBOL vmlinux 0x360b1afe probe_irq_mask +EXPORT_SYMBOL vmlinux 0x36109b6a ip_do_fragment +EXPORT_SYMBOL vmlinux 0x3617e968 mipi_dsi_dcs_exit_sleep_mode +EXPORT_SYMBOL vmlinux 0x361a1b47 mipi_dsi_dcs_set_display_brightness +EXPORT_SYMBOL vmlinux 0x36211bbe slab_build_skb +EXPORT_SYMBOL vmlinux 0x36412f97 mdio_driver_unregister +EXPORT_SYMBOL vmlinux 0x36424a92 md_write_end +EXPORT_SYMBOL vmlinux 0x364850b1 down_write_killable +EXPORT_SYMBOL vmlinux 0x364c23ad mutex_is_locked +EXPORT_SYMBOL vmlinux 0x364cd53d xp_alloc_batch +EXPORT_SYMBOL vmlinux 0x365acda7 set_normalized_timespec64 +EXPORT_SYMBOL vmlinux 0x365e7911 kstrdup_const +EXPORT_SYMBOL vmlinux 0x3670754a remove_proc_entry +EXPORT_SYMBOL vmlinux 0x367d6911 pnp_disable_dev +EXPORT_SYMBOL vmlinux 0x369282d2 clk_add_alias +EXPORT_SYMBOL vmlinux 0x36930173 fman_port_get_device +EXPORT_SYMBOL vmlinux 0x36974d27 drop_super_exclusive +EXPORT_SYMBOL vmlinux 0x36af08ab __of_get_address +EXPORT_SYMBOL vmlinux 0x36b6ebbf down_killable +EXPORT_SYMBOL vmlinux 0x36c61f4b netdev_features_change +EXPORT_SYMBOL vmlinux 0x36cd7d16 rproc_coredump_add_segment +EXPORT_SYMBOL vmlinux 0x36d664fc folio_migrate_flags +EXPORT_SYMBOL vmlinux 0x37110088 remove_wait_queue +EXPORT_SYMBOL vmlinux 0x371296ed iput +EXPORT_SYMBOL vmlinux 0x37144da6 amba_driver_unregister +EXPORT_SYMBOL vmlinux 0x371e1953 __printk_cpu_sync_wait +EXPORT_SYMBOL vmlinux 0x3723b4a9 clk_get +EXPORT_SYMBOL vmlinux 0x37253fe0 __dev_kfree_skb_irq +EXPORT_SYMBOL vmlinux 0x37412c00 fwnode_mdiobus_register_phy +EXPORT_SYMBOL vmlinux 0x3744cf36 vmalloc_to_pfn +EXPORT_SYMBOL vmlinux 0x3748430f ethtool_get_phc_vclocks +EXPORT_SYMBOL vmlinux 0x37532842 tcf_exts_dump_stats +EXPORT_SYMBOL vmlinux 0x3755f990 gf128mul_init_64k_bbe +EXPORT_SYMBOL vmlinux 0x376cc07d md_bitmap_close_sync +EXPORT_SYMBOL vmlinux 0x376dab8b dev_get_by_name_rcu +EXPORT_SYMBOL vmlinux 0x37782054 xfrm_register_type +EXPORT_SYMBOL vmlinux 0x377d8004 acpi_error +EXPORT_SYMBOL vmlinux 0x37a57312 generic_splice_sendpage +EXPORT_SYMBOL vmlinux 0x37b8b39e screen_info +EXPORT_SYMBOL vmlinux 0x37befc70 jiffies_to_msecs +EXPORT_SYMBOL vmlinux 0x37d28b4c phy_validate_pause +EXPORT_SYMBOL vmlinux 0x37d6002f of_find_device_by_node +EXPORT_SYMBOL vmlinux 0x37db8f19 dmi_get_date +EXPORT_SYMBOL vmlinux 0x37deb7a9 ipv6_mc_check_mld +EXPORT_SYMBOL vmlinux 0x38113848 mntget +EXPORT_SYMBOL vmlinux 0x3816ad8a vfs_tmpfile_open +EXPORT_SYMBOL vmlinux 0x381a798a setup_max_cpus +EXPORT_SYMBOL vmlinux 0x38447d34 sockopt_release_sock +EXPORT_SYMBOL vmlinux 0x38504b3c ip6_fraglist_init +EXPORT_SYMBOL vmlinux 0x3854774b kstrtoll +EXPORT_SYMBOL vmlinux 0x3854f3a7 genphy_restart_aneg +EXPORT_SYMBOL vmlinux 0x38582fd4 md_write_start +EXPORT_SYMBOL vmlinux 0x385c2c38 dma_set_coherent_mask +EXPORT_SYMBOL vmlinux 0x386ca47b setup_new_exec +EXPORT_SYMBOL vmlinux 0x38769341 tty_port_alloc_xmit_buf +EXPORT_SYMBOL vmlinux 0x38869d88 kstat +EXPORT_SYMBOL vmlinux 0x388aa3c9 neigh_proc_dointvec_ms_jiffies +EXPORT_SYMBOL vmlinux 0x3891ffc8 ecryptfs_fill_auth_tok +EXPORT_SYMBOL vmlinux 0x389320c6 wireless_send_event +EXPORT_SYMBOL vmlinux 0x389617b0 LZ4_decompress_fast_continue +EXPORT_SYMBOL vmlinux 0x389acf0c gpmc_configure +EXPORT_SYMBOL vmlinux 0x38a6289c __f_setown +EXPORT_SYMBOL vmlinux 0x38a71b7e pci_free_resource_list +EXPORT_SYMBOL vmlinux 0x38a9f7c5 in6addr_loopback +EXPORT_SYMBOL vmlinux 0x38cebbd0 jbd2_log_wait_commit +EXPORT_SYMBOL vmlinux 0x38d376fa mdio_device_create +EXPORT_SYMBOL vmlinux 0x38dda027 of_platform_bus_probe +EXPORT_SYMBOL vmlinux 0x38e46431 mempool_exit +EXPORT_SYMBOL vmlinux 0x38f87af8 nf_log_unset +EXPORT_SYMBOL vmlinux 0x39126e6f __break_lease +EXPORT_SYMBOL vmlinux 0x391df80a netstamp_needed_key +EXPORT_SYMBOL vmlinux 0x3928efe9 __per_cpu_offset +EXPORT_SYMBOL vmlinux 0x392b1fea wait_for_completion_io +EXPORT_SYMBOL vmlinux 0x3939f8f0 rfkill_pause_polling +EXPORT_SYMBOL vmlinux 0x39461d6a in_egroup_p +EXPORT_SYMBOL vmlinux 0x394a1e11 phy_sfp_attach +EXPORT_SYMBOL vmlinux 0x394d5421 pci_irq_get_affinity +EXPORT_SYMBOL vmlinux 0x3955fcf6 __kfifo_in_r +EXPORT_SYMBOL vmlinux 0x397a4be7 bh_uptodate_or_lock +EXPORT_SYMBOL vmlinux 0x397c2bf3 flow_indr_dev_unregister +EXPORT_SYMBOL vmlinux 0x39991865 icmp_global_allow +EXPORT_SYMBOL vmlinux 0x399ad043 __kfifo_dma_out_finish_r +EXPORT_SYMBOL vmlinux 0x39abcbd4 input_handler_for_each_handle +EXPORT_SYMBOL vmlinux 0x39b12223 __acpi_handle_debug +EXPORT_SYMBOL vmlinux 0x39b8d49c cpu_rmap_update +EXPORT_SYMBOL vmlinux 0x39be4b8e qman_volatile_dequeue +EXPORT_SYMBOL vmlinux 0x39c3fcbd dev_remove_offload +EXPORT_SYMBOL vmlinux 0x39c74235 dm_read_arg_group +EXPORT_SYMBOL vmlinux 0x39d32772 tcf_idr_create +EXPORT_SYMBOL vmlinux 0x39d95ca4 zstd_reset_cstream +EXPORT_SYMBOL vmlinux 0x39ea22d0 jbd2_journal_unlock_updates +EXPORT_SYMBOL vmlinux 0x39f3a368 notify_change +EXPORT_SYMBOL vmlinux 0x39fa87b7 request_key_with_auxdata +EXPORT_SYMBOL vmlinux 0x3a32598b __hw_addr_ref_unsync_dev +EXPORT_SYMBOL vmlinux 0x3a429c90 clocksource_change_rating +EXPORT_SYMBOL vmlinux 0x3a4e566f inet_protos +EXPORT_SYMBOL vmlinux 0x3a4f9d28 rng_is_initialized +EXPORT_SYMBOL vmlinux 0x3a57aa5d tegra_dfll_runtime_suspend +EXPORT_SYMBOL vmlinux 0x3a6046e8 dmam_alloc_attrs +EXPORT_SYMBOL vmlinux 0x3a700ef5 tc_setup_cb_add +EXPORT_SYMBOL vmlinux 0x3a843447 folio_wait_bit +EXPORT_SYMBOL vmlinux 0x3a87cbe2 vfs_statfs +EXPORT_SYMBOL vmlinux 0x3a8e1995 register_framebuffer +EXPORT_SYMBOL vmlinux 0x3a9700b8 pci_enable_device +EXPORT_SYMBOL vmlinux 0x3aa3dfe6 pneigh_lookup +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 0x3ae34aeb zstd_init_dctx +EXPORT_SYMBOL vmlinux 0x3ae664fa __pskb_copy_fclone +EXPORT_SYMBOL vmlinux 0x3aff3200 acpi_evaluate_object_typed +EXPORT_SYMBOL vmlinux 0x3b081ef3 get_tree_bdev +EXPORT_SYMBOL vmlinux 0x3b0f23d2 xudma_is_pktdma +EXPORT_SYMBOL vmlinux 0x3b1ad6c6 of_find_node_by_name +EXPORT_SYMBOL vmlinux 0x3b20fb95 dma_fence_remove_callback +EXPORT_SYMBOL vmlinux 0x3b2ee4c8 cdev_alloc +EXPORT_SYMBOL vmlinux 0x3b321462 LZ4_setStreamDecode +EXPORT_SYMBOL vmlinux 0x3b3ed632 netlink_ack +EXPORT_SYMBOL vmlinux 0x3b45fe69 fifo_create_dflt +EXPORT_SYMBOL vmlinux 0x3b517e9f scsi_target_resume +EXPORT_SYMBOL vmlinux 0x3b644591 __bitmap_shift_left +EXPORT_SYMBOL vmlinux 0x3b6c41ea kstrtouint +EXPORT_SYMBOL vmlinux 0x3b6c4fd1 inc_zone_page_state +EXPORT_SYMBOL vmlinux 0x3b6e6ee3 netlink_set_err +EXPORT_SYMBOL vmlinux 0x3b707ad5 imx_sc_rm_get_resource_owner +EXPORT_SYMBOL vmlinux 0x3b7842b1 inode_nohighmem +EXPORT_SYMBOL vmlinux 0x3b7bc004 rproc_coredump_add_custom_segment +EXPORT_SYMBOL vmlinux 0x3b888495 km_policy_expired +EXPORT_SYMBOL vmlinux 0x3b9144c9 acpi_get_current_resources +EXPORT_SYMBOL vmlinux 0x3b94c53b mdio_device_remove +EXPORT_SYMBOL vmlinux 0x3b9830ef folio_alloc +EXPORT_SYMBOL vmlinux 0x3ba3d9ed __neigh_set_probe_once +EXPORT_SYMBOL vmlinux 0x3ba94a4d page_readlink +EXPORT_SYMBOL vmlinux 0x3baf9b2b user_path_at_empty +EXPORT_SYMBOL vmlinux 0x3bc8a957 xfrm_dev_policy_flush +EXPORT_SYMBOL vmlinux 0x3bea0d7c fs_param_is_u64 +EXPORT_SYMBOL vmlinux 0x3bfdcdee __nla_put +EXPORT_SYMBOL vmlinux 0x3c0e1620 qcom_scm_pas_metadata_release +EXPORT_SYMBOL vmlinux 0x3c185c61 page_put_link +EXPORT_SYMBOL vmlinux 0x3c1fff99 tcf_qevent_init +EXPORT_SYMBOL vmlinux 0x3c30e433 configfs_undepend_item +EXPORT_SYMBOL vmlinux 0x3c3215c4 qe_immr +EXPORT_SYMBOL vmlinux 0x3c3fce39 __local_bh_enable_ip +EXPORT_SYMBOL vmlinux 0x3c3ff9fd sprintf +EXPORT_SYMBOL vmlinux 0x3c5a7075 skb_orphan_partial +EXPORT_SYMBOL vmlinux 0x3c5ae60b phy_attached_info_irq +EXPORT_SYMBOL vmlinux 0x3c5e5c28 scsi_eh_prep_cmnd +EXPORT_SYMBOL vmlinux 0x3c6676a3 xp_can_alloc +EXPORT_SYMBOL vmlinux 0x3c6b8039 sk_send_sigurg +EXPORT_SYMBOL vmlinux 0x3c9878cf netdev_master_upper_dev_get_rcu +EXPORT_SYMBOL vmlinux 0x3cb23db3 console_srcu_read_unlock +EXPORT_SYMBOL vmlinux 0x3cb9e9ef __genphy_config_aneg +EXPORT_SYMBOL vmlinux 0x3cbb8f6c fiemap_prep +EXPORT_SYMBOL vmlinux 0x3cbb940b zstd_init_dstream +EXPORT_SYMBOL vmlinux 0x3cd536c4 md_check_recovery +EXPORT_SYMBOL vmlinux 0x3cd9ed83 logic_insw +EXPORT_SYMBOL vmlinux 0x3ce474ef reuseport_detach_sock +EXPORT_SYMBOL vmlinux 0x3ce4ca6f disable_irq +EXPORT_SYMBOL vmlinux 0x3cf61353 nf_getsockopt +EXPORT_SYMBOL vmlinux 0x3d02cd70 dma_fence_signal_locked +EXPORT_SYMBOL vmlinux 0x3d10d2f2 finish_no_open +EXPORT_SYMBOL vmlinux 0x3d15ad98 inc_nlink +EXPORT_SYMBOL vmlinux 0x3d210724 gen_pool_dma_zalloc_align +EXPORT_SYMBOL vmlinux 0x3d397050 xfrm_state_free +EXPORT_SYMBOL vmlinux 0x3d419db0 netif_receive_skb +EXPORT_SYMBOL vmlinux 0x3d4c5490 blk_mq_run_hw_queues +EXPORT_SYMBOL vmlinux 0x3d56d736 redirty_page_for_writepage +EXPORT_SYMBOL vmlinux 0x3d68a768 dma_map_resource +EXPORT_SYMBOL vmlinux 0x3d69340a __xfrm_route_forward +EXPORT_SYMBOL vmlinux 0x3d7ca7a1 alloc_pages +EXPORT_SYMBOL vmlinux 0x3d93c7c2 __arm_smccc_sve_check +EXPORT_SYMBOL vmlinux 0x3d96333a serio_rescan +EXPORT_SYMBOL vmlinux 0x3d9ee9f0 clear_page +EXPORT_SYMBOL vmlinux 0x3dabf271 memcg_sockets_enabled_key +EXPORT_SYMBOL vmlinux 0x3dac779a bpf_sk_lookup_enabled +EXPORT_SYMBOL vmlinux 0x3dacc223 is_free_buddy_page +EXPORT_SYMBOL vmlinux 0x3dad9978 cancel_delayed_work +EXPORT_SYMBOL vmlinux 0x3dc35934 register_mii_tstamp_controller +EXPORT_SYMBOL vmlinux 0x3dc619d3 swake_up_locked +EXPORT_SYMBOL vmlinux 0x3dcb88a0 irq_set_handler_data +EXPORT_SYMBOL vmlinux 0x3dd3f054 xudma_rchan_get_id +EXPORT_SYMBOL vmlinux 0x3dd9b230 proc_dointvec_userhz_jiffies +EXPORT_SYMBOL vmlinux 0x3ddcc7d7 i2c_smbus_xfer +EXPORT_SYMBOL vmlinux 0x3de04e7e fget_raw +EXPORT_SYMBOL vmlinux 0x3dfb86b9 resource_list_create_entry +EXPORT_SYMBOL vmlinux 0x3dfc897c seq_hlist_start_head +EXPORT_SYMBOL vmlinux 0x3e15ed5c tcp_read_done +EXPORT_SYMBOL vmlinux 0x3e25b0c6 xsk_tx_peek_desc +EXPORT_SYMBOL vmlinux 0x3e3bad0a __tasklet_hi_schedule +EXPORT_SYMBOL vmlinux 0x3e45dca3 mdiobus_read_nested +EXPORT_SYMBOL vmlinux 0x3e5f247a config_group_init +EXPORT_SYMBOL vmlinux 0x3e64ec21 kfree_skb_list_reason +EXPORT_SYMBOL vmlinux 0x3e6aaf67 param_ops_short +EXPORT_SYMBOL vmlinux 0x3e6e5f34 vmf_insert_pfn +EXPORT_SYMBOL vmlinux 0x3e79fb00 arm_smccc_1_2_smc +EXPORT_SYMBOL vmlinux 0x3e7c4063 blk_integrity_unregister +EXPORT_SYMBOL vmlinux 0x3e83a9ac scsi_command_normalize_sense +EXPORT_SYMBOL vmlinux 0x3e958396 qdisc_watchdog_schedule_range_ns +EXPORT_SYMBOL vmlinux 0x3ec7d86c udp_gro_receive +EXPORT_SYMBOL vmlinux 0x3eccbe2c __find_nth_bit +EXPORT_SYMBOL vmlinux 0x3ed80946 rtnl_create_link +EXPORT_SYMBOL vmlinux 0x3ee20633 i2c_transfer_buffer_flags +EXPORT_SYMBOL vmlinux 0x3eeaa4c0 bio_endio +EXPORT_SYMBOL vmlinux 0x3efe1703 phy_unregister_fixup_for_id +EXPORT_SYMBOL vmlinux 0x3f0eabd2 xxh64_update +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 0x3f5a00ef napi_gro_frags +EXPORT_SYMBOL vmlinux 0x3f867d4f free_buffer_head +EXPORT_SYMBOL vmlinux 0x3f89071b security_ib_pkey_access +EXPORT_SYMBOL vmlinux 0x3fbf3c89 vme_slave_set +EXPORT_SYMBOL vmlinux 0x3fce30dc proc_create_single_data +EXPORT_SYMBOL vmlinux 0x3fd78f3b register_chrdev_region +EXPORT_SYMBOL vmlinux 0x3fe0a6d8 __scsi_print_sense +EXPORT_SYMBOL vmlinux 0x3fe2ccbe memweight +EXPORT_SYMBOL vmlinux 0x4000e736 nf_hook_slow +EXPORT_SYMBOL vmlinux 0x4012f12a sock_queue_rcv_skb_reason +EXPORT_SYMBOL vmlinux 0x40146544 dev_addr_del +EXPORT_SYMBOL vmlinux 0x4020345e sock_set_reuseaddr +EXPORT_SYMBOL vmlinux 0x402350ab __bread_gfp +EXPORT_SYMBOL vmlinux 0x40235c98 _raw_write_unlock +EXPORT_SYMBOL vmlinux 0x403127d4 fib6_info_hw_flags_set +EXPORT_SYMBOL vmlinux 0x403b1dce compat_ptr_ioctl +EXPORT_SYMBOL vmlinux 0x4042d4d4 genlmsg_put +EXPORT_SYMBOL vmlinux 0x40469b8d pci_request_selected_regions_exclusive +EXPORT_SYMBOL vmlinux 0x404f1b16 kmalloc_caches +EXPORT_SYMBOL vmlinux 0x40690da4 locks_copy_lock +EXPORT_SYMBOL vmlinux 0x40863ba1 ioremap_prot +EXPORT_SYMBOL vmlinux 0x408c5d71 pci_release_regions +EXPORT_SYMBOL vmlinux 0x4091af8f netdev_port_same_parent_id +EXPORT_SYMBOL vmlinux 0x40973662 sysctl_udp_mem +EXPORT_SYMBOL vmlinux 0x40a4322a acpi_notifier_call_chain +EXPORT_SYMBOL vmlinux 0x40a62432 __nla_validate +EXPORT_SYMBOL vmlinux 0x40a9b349 vzalloc +EXPORT_SYMBOL vmlinux 0x40b24036 skb_free_datagram +EXPORT_SYMBOL vmlinux 0x40b4d278 arp_create +EXPORT_SYMBOL vmlinux 0x40b6aa9a unregister_console +EXPORT_SYMBOL vmlinux 0x40c04fb6 inode_sub_bytes +EXPORT_SYMBOL vmlinux 0x40c7247c si_meminfo +EXPORT_SYMBOL vmlinux 0x40d04664 console_trylock +EXPORT_SYMBOL vmlinux 0x40d59096 unregister_restart_handler +EXPORT_SYMBOL vmlinux 0x40e62f00 input_close_device +EXPORT_SYMBOL vmlinux 0x40ed6138 memory_cgrp_subsys +EXPORT_SYMBOL vmlinux 0x40f76a86 __vcalloc +EXPORT_SYMBOL vmlinux 0x40fcf91d blk_mq_start_stopped_hw_queues +EXPORT_SYMBOL vmlinux 0x4121f2b4 jbd2__journal_start +EXPORT_SYMBOL vmlinux 0x4124d879 kernel_sock_shutdown +EXPORT_SYMBOL vmlinux 0x412f893c page_offline_begin +EXPORT_SYMBOL vmlinux 0x4147edc3 rproc_da_to_va +EXPORT_SYMBOL vmlinux 0x41482d8b strndup_user +EXPORT_SYMBOL vmlinux 0x414a5d0e scsi_dma_map +EXPORT_SYMBOL vmlinux 0x414da5e5 qman_enqueue +EXPORT_SYMBOL vmlinux 0x41565c7a bio_free_pages +EXPORT_SYMBOL vmlinux 0x415912da sock_diag_put_filterinfo +EXPORT_SYMBOL vmlinux 0x4188d439 neigh_rand_reach_time +EXPORT_SYMBOL vmlinux 0x41a30bef mtree_store_range +EXPORT_SYMBOL vmlinux 0x41ea3746 skb_copy_and_csum_dev +EXPORT_SYMBOL vmlinux 0x41ed3709 get_random_bytes +EXPORT_SYMBOL vmlinux 0x41efdeaf radix_tree_lookup_slot +EXPORT_SYMBOL vmlinux 0x420db024 phy_ethtool_get_stats +EXPORT_SYMBOL vmlinux 0x421ea378 scsi_device_get +EXPORT_SYMBOL vmlinux 0x42353c9a param_set_bool +EXPORT_SYMBOL vmlinux 0x42446057 pnp_device_detach +EXPORT_SYMBOL vmlinux 0x4248ae3c single_task_running +EXPORT_SYMBOL vmlinux 0x424cdb7a scsi_ioctl +EXPORT_SYMBOL vmlinux 0x424d3620 zlib_inflateIncomp +EXPORT_SYMBOL vmlinux 0x424e3b3c sdev_disable_disk_events +EXPORT_SYMBOL vmlinux 0x42578e80 acpi_get_type +EXPORT_SYMBOL vmlinux 0x427589d4 inet_frag_kill +EXPORT_SYMBOL vmlinux 0x428e52f9 tcp_parse_options +EXPORT_SYMBOL vmlinux 0x42a46405 tcf_action_dump_1 +EXPORT_SYMBOL vmlinux 0x42bb8ea7 tcp_v4_do_rcv +EXPORT_SYMBOL vmlinux 0x42bbff7b pcie_bandwidth_available +EXPORT_SYMBOL vmlinux 0x42bed8d4 unix_gc_lock +EXPORT_SYMBOL vmlinux 0x42d28dd2 __generic_file_fsync +EXPORT_SYMBOL vmlinux 0x42ec2df1 _dev_warn +EXPORT_SYMBOL vmlinux 0x42f1b900 fb_pad_unaligned_buffer +EXPORT_SYMBOL vmlinux 0x42fca7b9 gnet_stats_start_copy +EXPORT_SYMBOL vmlinux 0x42fe4a12 dev_load +EXPORT_SYMBOL vmlinux 0x4302d0eb free_pages +EXPORT_SYMBOL vmlinux 0x4336fcca ucs2_as_utf8 +EXPORT_SYMBOL vmlinux 0x433cabfb acpi_decode_pld_buffer +EXPORT_SYMBOL vmlinux 0x4340dd8a napi_complete_done +EXPORT_SYMBOL vmlinux 0x434631ad phy_trigger_machine +EXPORT_SYMBOL vmlinux 0x4351577a fb_parse_edid +EXPORT_SYMBOL vmlinux 0x4360cb82 bioset_init +EXPORT_SYMBOL vmlinux 0x437a0d6d __sock_tx_timestamp +EXPORT_SYMBOL vmlinux 0x4382b298 kmalloc_trace +EXPORT_SYMBOL vmlinux 0x438610bd security_tun_dev_alloc_security +EXPORT_SYMBOL vmlinux 0x438ff68e tcp_release_cb +EXPORT_SYMBOL vmlinux 0x43a201ef ppp_channel_index +EXPORT_SYMBOL vmlinux 0x43ad4dd9 is_acpi_data_node +EXPORT_SYMBOL vmlinux 0x43b0c9c3 preempt_schedule +EXPORT_SYMBOL vmlinux 0x43b8c5e4 sockfd_lookup +EXPORT_SYMBOL vmlinux 0x43babd19 sg_init_one +EXPORT_SYMBOL vmlinux 0x43be6ce0 fb_get_buffer_offset +EXPORT_SYMBOL vmlinux 0x43d22fb9 groups_alloc +EXPORT_SYMBOL vmlinux 0x43e084e5 __module_put_and_kthread_exit +EXPORT_SYMBOL vmlinux 0x43f9ebc8 slhc_remember +EXPORT_SYMBOL vmlinux 0x43faca78 generic_shutdown_super +EXPORT_SYMBOL vmlinux 0x4403bbd0 imx_sc_misc_set_control +EXPORT_SYMBOL vmlinux 0x441b94f2 vmf_insert_mixed_prot +EXPORT_SYMBOL vmlinux 0x441cbbec from_kgid_munged +EXPORT_SYMBOL vmlinux 0x4428c394 generic_write_checks_count +EXPORT_SYMBOL vmlinux 0x443ea2f3 netdev_adjacent_change_abort +EXPORT_SYMBOL vmlinux 0x44469a76 crc_ccitt_false_table +EXPORT_SYMBOL vmlinux 0x444f399c proc_create_mount_point +EXPORT_SYMBOL vmlinux 0x4459abc9 rtnl_kfree_skbs +EXPORT_SYMBOL vmlinux 0x4462d35e cpufreq_get_hw_max_freq +EXPORT_SYMBOL vmlinux 0x448e5a14 icmp6_send +EXPORT_SYMBOL vmlinux 0x44907834 of_xudma_dev_get +EXPORT_SYMBOL vmlinux 0x449ad0a7 memcmp +EXPORT_SYMBOL vmlinux 0x44a6aa06 read_cache_folio +EXPORT_SYMBOL vmlinux 0x44a6e90a irq_cpu_rmap_add +EXPORT_SYMBOL vmlinux 0x44b931de tso_build_data +EXPORT_SYMBOL vmlinux 0x44c6523c security_sb_remount +EXPORT_SYMBOL vmlinux 0x44cd1f08 security_unix_stream_connect +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 0x450d9a35 cmd_db_read_slave_id +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 0x4541cb6e inode_init_once +EXPORT_SYMBOL vmlinux 0x45535485 xxh32_update +EXPORT_SYMBOL vmlinux 0x4556e568 inet_frags_fini +EXPORT_SYMBOL vmlinux 0x455ffbbb tcp_gro_complete +EXPORT_SYMBOL vmlinux 0x456832b4 phy_attach +EXPORT_SYMBOL vmlinux 0x456874bf posix_acl_from_xattr +EXPORT_SYMBOL vmlinux 0x456bbece qdisc_create_dflt +EXPORT_SYMBOL vmlinux 0x4578f528 __kfifo_to_user +EXPORT_SYMBOL vmlinux 0x4592106e tcp_make_synack +EXPORT_SYMBOL vmlinux 0x45ae5316 textsearch_prepare +EXPORT_SYMBOL vmlinux 0x45b18041 dquot_alloc_inode +EXPORT_SYMBOL vmlinux 0x45bd375b pcim_iomap +EXPORT_SYMBOL vmlinux 0x45bde5eb ethtool_rx_flow_rule_destroy +EXPORT_SYMBOL vmlinux 0x45c2fcba netdev_lower_get_next +EXPORT_SYMBOL vmlinux 0x45e8606a genphy_check_and_restart_aneg +EXPORT_SYMBOL vmlinux 0x45e91253 tcp_close +EXPORT_SYMBOL vmlinux 0x45ec95ee input_set_max_poll_interval +EXPORT_SYMBOL vmlinux 0x45f517c2 always_delete_dentry +EXPORT_SYMBOL vmlinux 0x45fefe86 udp_read_skb +EXPORT_SYMBOL vmlinux 0x460f4a34 flow_hash_from_keys +EXPORT_SYMBOL vmlinux 0x461db894 blk_mq_free_tag_set +EXPORT_SYMBOL vmlinux 0x46451cee zstd_get_frame_header +EXPORT_SYMBOL vmlinux 0x465431cb reuseport_add_sock +EXPORT_SYMBOL vmlinux 0x4656afc0 padata_free +EXPORT_SYMBOL vmlinux 0x465e24ff ucs2_utf8size +EXPORT_SYMBOL vmlinux 0x46621c31 nd_device_register +EXPORT_SYMBOL vmlinux 0x466c14a7 __delay +EXPORT_SYMBOL vmlinux 0x4674238d __dynamic_dev_dbg +EXPORT_SYMBOL vmlinux 0x467cdc89 __remove_inode_hash +EXPORT_SYMBOL vmlinux 0x467df16d netdev_rss_key_fill +EXPORT_SYMBOL vmlinux 0x4698fe8a bman_release +EXPORT_SYMBOL vmlinux 0x469a6ec7 tcp_parse_md5sig_option +EXPORT_SYMBOL vmlinux 0x46a1c589 ppp_register_net_channel +EXPORT_SYMBOL vmlinux 0x46a5b18c jbd2_journal_init_inode +EXPORT_SYMBOL vmlinux 0x46c2a858 nexthop_res_grp_activity_update +EXPORT_SYMBOL vmlinux 0x46c47fb6 __node_distance +EXPORT_SYMBOL vmlinux 0x46dff022 of_match_node +EXPORT_SYMBOL vmlinux 0x46e2117c __neigh_for_each_release +EXPORT_SYMBOL vmlinux 0x46e6778a begin_new_exec +EXPORT_SYMBOL vmlinux 0x46f17c64 skb_flow_get_icmp_tci +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 0x47133263 security_inode_getsecctx +EXPORT_SYMBOL vmlinux 0x4715a909 acpi_load_table +EXPORT_SYMBOL vmlinux 0x471912bf __neigh_create +EXPORT_SYMBOL vmlinux 0x4722a90a kfree_skb_reason +EXPORT_SYMBOL vmlinux 0x474a81b0 vme_unregister_bridge +EXPORT_SYMBOL vmlinux 0x474afb9c kern_path +EXPORT_SYMBOL vmlinux 0x475241ec phy_ethtool_ksettings_get +EXPORT_SYMBOL vmlinux 0x475d7427 fman_get_rx_extra_headroom +EXPORT_SYMBOL vmlinux 0x47667040 blk_mq_tagset_busy_iter +EXPORT_SYMBOL vmlinux 0x47709e42 free_anon_bdev +EXPORT_SYMBOL vmlinux 0x4789bf39 __skb_checksum +EXPORT_SYMBOL vmlinux 0x478fef9a set_cached_acl +EXPORT_SYMBOL vmlinux 0x479137ca imx_scu_irq_unregister_notifier +EXPORT_SYMBOL vmlinux 0x47960bc4 proc_do_large_bitmap +EXPORT_SYMBOL vmlinux 0x47aa9dae dqget +EXPORT_SYMBOL vmlinux 0x47b5579c reuseport_migrate_sock +EXPORT_SYMBOL vmlinux 0x47c20f8a refcount_dec_not_one +EXPORT_SYMBOL vmlinux 0x47c65bfc unregister_inet6addr_validator_notifier +EXPORT_SYMBOL vmlinux 0x47ca704f fscrypt_decrypt_pagecache_blocks +EXPORT_SYMBOL vmlinux 0x47cfd825 kstrtouint_from_user +EXPORT_SYMBOL vmlinux 0x47d8d301 __cond_resched_rwlock_read +EXPORT_SYMBOL vmlinux 0x47dcad28 km_state_expired +EXPORT_SYMBOL vmlinux 0x47df7fc6 jbd2_wait_inode_data +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 0x481eae95 clean_bdev_aliases +EXPORT_SYMBOL vmlinux 0x4829a47e memcpy +EXPORT_SYMBOL vmlinux 0x4829cf6b fscrypt_enqueue_decrypt_work +EXPORT_SYMBOL vmlinux 0x4837bb10 logic_outsb +EXPORT_SYMBOL vmlinux 0x48399023 get_vm_area +EXPORT_SYMBOL vmlinux 0x4841bdee strnchr +EXPORT_SYMBOL vmlinux 0x4848cfb1 phy_mipi_dphy_get_default_config +EXPORT_SYMBOL vmlinux 0x484dac03 security_inode_notifysecctx +EXPORT_SYMBOL vmlinux 0x484f6edf ktime_get_coarse_real_ts64 +EXPORT_SYMBOL vmlinux 0x48530561 jbd2_journal_free_reserved +EXPORT_SYMBOL vmlinux 0x4859b8bb rtc_year_days +EXPORT_SYMBOL vmlinux 0x4859e2a3 configfs_unregister_subsystem +EXPORT_SYMBOL vmlinux 0x486075c8 gen_pool_dma_alloc +EXPORT_SYMBOL vmlinux 0x48830a96 register_key_type +EXPORT_SYMBOL vmlinux 0x4890f0aa set_anon_super +EXPORT_SYMBOL vmlinux 0x489e13bf kthread_associate_blkcg +EXPORT_SYMBOL vmlinux 0x489eda10 memset32 +EXPORT_SYMBOL vmlinux 0x489f6e0b rdma_dim +EXPORT_SYMBOL vmlinux 0x48a00203 sock_set_priority +EXPORT_SYMBOL vmlinux 0x48a634ba nvdimm_namespace_common_probe +EXPORT_SYMBOL vmlinux 0x48a91171 string_get_size +EXPORT_SYMBOL vmlinux 0x48ac1186 key_reject_and_link +EXPORT_SYMBOL vmlinux 0x48b1cb5a jbd2_trans_will_send_data_barrier +EXPORT_SYMBOL vmlinux 0x48b240b2 __filemap_set_wb_err +EXPORT_SYMBOL vmlinux 0x48b99a13 vme_lm_free +EXPORT_SYMBOL vmlinux 0x48bb540e sock_kmalloc +EXPORT_SYMBOL vmlinux 0x48c093fb _atomic_dec_and_lock_irqsave +EXPORT_SYMBOL vmlinux 0x48c54368 mpage_readahead +EXPORT_SYMBOL vmlinux 0x48d27375 __bitmap_intersects +EXPORT_SYMBOL vmlinux 0x48d3fa27 kmalloc_large_node +EXPORT_SYMBOL vmlinux 0x48dd340b cpumask_any_distribute +EXPORT_SYMBOL vmlinux 0x48e18136 rtc_add_groups +EXPORT_SYMBOL vmlinux 0x48fc27dc dup_iter +EXPORT_SYMBOL vmlinux 0x48ffbb87 mtree_alloc_range +EXPORT_SYMBOL vmlinux 0x4902731f of_device_alloc +EXPORT_SYMBOL vmlinux 0x49045426 icmp_err_convert +EXPORT_SYMBOL vmlinux 0x490ccb4b tcp_v4_destroy_sock +EXPORT_SYMBOL vmlinux 0x4923a3d9 iommu_put_resv_regions +EXPORT_SYMBOL vmlinux 0x492d81cf phy_modify_paged +EXPORT_SYMBOL vmlinux 0x495231ea mul_u64_u64_div_u64 +EXPORT_SYMBOL vmlinux 0x4967e79f radix_tree_iter_resume +EXPORT_SYMBOL vmlinux 0x497770b6 generic_file_mmap +EXPORT_SYMBOL vmlinux 0x4977c498 stack_depot_get_extra_bits +EXPORT_SYMBOL vmlinux 0x498a6f1d mii_ethtool_sset +EXPORT_SYMBOL vmlinux 0x4992dd00 __scsi_device_lookup_by_target +EXPORT_SYMBOL vmlinux 0x4994529f of_find_i2c_device_by_node +EXPORT_SYMBOL vmlinux 0x499b40c0 param_get_string +EXPORT_SYMBOL vmlinux 0x499f0ecf nd_sb_checksum +EXPORT_SYMBOL vmlinux 0x49a9f592 sock_i_ino +EXPORT_SYMBOL vmlinux 0x49b163b8 acpi_bus_scan +EXPORT_SYMBOL vmlinux 0x49b60c63 pcix_get_max_mmrbc +EXPORT_SYMBOL vmlinux 0x49c947d5 path_is_under +EXPORT_SYMBOL vmlinux 0x49dc2419 configfs_remove_default_groups +EXPORT_SYMBOL vmlinux 0x4a104429 netdev_notice +EXPORT_SYMBOL vmlinux 0x4a2736ae page_pool_release_page +EXPORT_SYMBOL vmlinux 0x4a3319e6 xfrm_state_walk_done +EXPORT_SYMBOL vmlinux 0x4a3ad70e wait_for_completion_timeout +EXPORT_SYMBOL vmlinux 0x4a409c98 netdev_pick_tx +EXPORT_SYMBOL vmlinux 0x4a416b79 unpin_user_page_range_dirty_lock +EXPORT_SYMBOL vmlinux 0x4a42e5d3 flow_block_cb_priv +EXPORT_SYMBOL vmlinux 0x4a93576a ucc_fast_free +EXPORT_SYMBOL vmlinux 0x4a96a8eb xxh32_digest +EXPORT_SYMBOL vmlinux 0x4aa4423d ip_generic_getfrag +EXPORT_SYMBOL vmlinux 0x4aacfe9f __mod_lruvec_page_state +EXPORT_SYMBOL vmlinux 0x4ab131c0 devfreq_get_freq_range +EXPORT_SYMBOL vmlinux 0x4ac387be __scsi_add_device +EXPORT_SYMBOL vmlinux 0x4ac90e2c phy_reset_after_clk_enable +EXPORT_SYMBOL vmlinux 0x4ad01d8a lock_sock_nested +EXPORT_SYMBOL vmlinux 0x4ad7a94a nla_put_nohdr +EXPORT_SYMBOL vmlinux 0x4adc1853 pm8606_osc_disable +EXPORT_SYMBOL vmlinux 0x4adc23e1 prepare_to_swait_event +EXPORT_SYMBOL vmlinux 0x4aea463f crc32_le_shift +EXPORT_SYMBOL vmlinux 0x4af0ee42 path_has_submounts +EXPORT_SYMBOL vmlinux 0x4af44953 ethtool_notify +EXPORT_SYMBOL vmlinux 0x4af6ddf0 kstrtou16 +EXPORT_SYMBOL vmlinux 0x4afb2238 add_wait_queue +EXPORT_SYMBOL vmlinux 0x4b0440be kernel_bind +EXPORT_SYMBOL vmlinux 0x4b056388 xfrm_dev_state_flush +EXPORT_SYMBOL vmlinux 0x4b0a3f52 gic_nonsecure_priorities +EXPORT_SYMBOL vmlinux 0x4b401817 iwe_stream_add_value +EXPORT_SYMBOL vmlinux 0x4b5195cc pci_get_domain_bus_and_slot +EXPORT_SYMBOL vmlinux 0x4b601309 block_write_begin +EXPORT_SYMBOL vmlinux 0x4b69378b tty_port_init +EXPORT_SYMBOL vmlinux 0x4b6df007 acpi_evaluate_reg +EXPORT_SYMBOL vmlinux 0x4b72cc6e tcp_conn_request +EXPORT_SYMBOL vmlinux 0x4b750f53 _raw_spin_unlock_irq +EXPORT_SYMBOL vmlinux 0x4b757eaa ip_sock_set_tos +EXPORT_SYMBOL vmlinux 0x4ba3fdba skb_flow_dissect_tunnel_info +EXPORT_SYMBOL vmlinux 0x4bb35138 key_revoke +EXPORT_SYMBOL vmlinux 0x4bb7f895 con_is_visible +EXPORT_SYMBOL vmlinux 0x4bbd87e5 devm_extcon_register_notifier +EXPORT_SYMBOL vmlinux 0x4bcc2662 mempool_init_node +EXPORT_SYMBOL vmlinux 0x4be9721f iov_iter_npages +EXPORT_SYMBOL vmlinux 0x4bef1c67 empty_name +EXPORT_SYMBOL vmlinux 0x4bf0057f get_fs_type +EXPORT_SYMBOL vmlinux 0x4bf3ce6f qman_release_cgrid +EXPORT_SYMBOL vmlinux 0x4c061f8c nf_unregister_net_hooks +EXPORT_SYMBOL vmlinux 0x4c07a7e0 acpi_processor_unregister_performance +EXPORT_SYMBOL vmlinux 0x4c0ff7b4 edac_mc_find +EXPORT_SYMBOL vmlinux 0x4c128012 scsi_remove_host +EXPORT_SYMBOL vmlinux 0x4c138899 xfrm4_rcv_encap +EXPORT_SYMBOL vmlinux 0x4c20fddc scsi_done_direct +EXPORT_SYMBOL vmlinux 0x4c416eb9 LZ4_decompress_fast +EXPORT_SYMBOL vmlinux 0x4c68214b mipi_dsi_dcs_set_tear_on +EXPORT_SYMBOL vmlinux 0x4c767ccd generic_file_fsync +EXPORT_SYMBOL vmlinux 0x4c8dc693 get_tree_single +EXPORT_SYMBOL vmlinux 0x4c9117c2 phy_aneg_done +EXPORT_SYMBOL vmlinux 0x4c9247d5 mdio_device_free +EXPORT_SYMBOL vmlinux 0x4ca096b6 __inc_zone_page_state +EXPORT_SYMBOL vmlinux 0x4cab26e8 cdrom_ioctl +EXPORT_SYMBOL vmlinux 0x4cb03e04 vm_insert_pages +EXPORT_SYMBOL vmlinux 0x4cc1eaaa xfrm_spd_getinfo +EXPORT_SYMBOL vmlinux 0x4cd019f0 genphy_c37_config_aneg +EXPORT_SYMBOL vmlinux 0x4ce66e65 regset_get_alloc +EXPORT_SYMBOL vmlinux 0x4ceb7fbc xfrm4_protocol_deregister +EXPORT_SYMBOL vmlinux 0x4cf8265f flow_rule_match_ports_range +EXPORT_SYMBOL vmlinux 0x4d0d163d copy_page +EXPORT_SYMBOL vmlinux 0x4d0d5d08 simple_empty +EXPORT_SYMBOL vmlinux 0x4d2c7133 acpi_info +EXPORT_SYMBOL vmlinux 0x4d5c92d2 udp_lib_getsockopt +EXPORT_SYMBOL vmlinux 0x4d5d6713 vfs_rmdir +EXPORT_SYMBOL vmlinux 0x4d65cbd5 csum_ipv6_magic +EXPORT_SYMBOL vmlinux 0x4d6773c7 simple_release_fs +EXPORT_SYMBOL vmlinux 0x4d6dc69c jbd2_journal_update_sb_errno +EXPORT_SYMBOL vmlinux 0x4d84805f serial8250_register_8250_port +EXPORT_SYMBOL vmlinux 0x4d8a7175 genphy_read_lpa +EXPORT_SYMBOL vmlinux 0x4d924f20 memremap +EXPORT_SYMBOL vmlinux 0x4d989a9e sk_common_release +EXPORT_SYMBOL vmlinux 0x4d9b652b rb_erase +EXPORT_SYMBOL vmlinux 0x4da596e6 qman_retire_fq +EXPORT_SYMBOL vmlinux 0x4da90c94 mipi_dsi_dcs_set_tear_off +EXPORT_SYMBOL vmlinux 0x4dca08ee sync_file_get_fence +EXPORT_SYMBOL vmlinux 0x4dde3b06 __wait_on_buffer +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 0x4e059af2 kset_unregister +EXPORT_SYMBOL vmlinux 0x4e1037cd fs_param_is_s32 +EXPORT_SYMBOL vmlinux 0x4e1828c1 vfs_mknod +EXPORT_SYMBOL vmlinux 0x4e20bcf8 radix_tree_tag_set +EXPORT_SYMBOL vmlinux 0x4e2e74c1 qcom_scm_io_readl +EXPORT_SYMBOL vmlinux 0x4e354ecb ethtool_op_get_ts_info +EXPORT_SYMBOL vmlinux 0x4e3567f7 match_int +EXPORT_SYMBOL vmlinux 0x4e36cdc4 __ubsan_handle_divrem_overflow +EXPORT_SYMBOL vmlinux 0x4e3fd8f8 mmc_add_host +EXPORT_SYMBOL vmlinux 0x4e4f0f16 dma_fence_chain_find_seqno +EXPORT_SYMBOL vmlinux 0x4e547048 __kmalloc_node_track_caller +EXPORT_SYMBOL vmlinux 0x4e68e9be rb_next_postorder +EXPORT_SYMBOL vmlinux 0x4e6ac479 inet_sk_rebuild_header +EXPORT_SYMBOL vmlinux 0x4e6e4b41 radix_tree_delete +EXPORT_SYMBOL vmlinux 0x4e6e8ea7 fg_console +EXPORT_SYMBOL vmlinux 0x4e88c694 md_bitmap_startwrite +EXPORT_SYMBOL vmlinux 0x4e906e16 sync_inodes_sb +EXPORT_SYMBOL vmlinux 0x4e989ca6 scsi_add_device +EXPORT_SYMBOL vmlinux 0x4ea25709 dql_reset +EXPORT_SYMBOL vmlinux 0x4ea3e021 dm_io +EXPORT_SYMBOL vmlinux 0x4eaa5198 __inc_node_page_state +EXPORT_SYMBOL vmlinux 0x4eada8f7 security_secid_to_secctx +EXPORT_SYMBOL vmlinux 0x4ec54e78 bitmap_to_arr32 +EXPORT_SYMBOL vmlinux 0x4ec8a4a1 scsi_vpd_tpg_id +EXPORT_SYMBOL vmlinux 0x4ed97fd4 __netdev_alloc_skb +EXPORT_SYMBOL vmlinux 0x4edb5d9e i2c_smbus_read_block_data +EXPORT_SYMBOL vmlinux 0x4ee77bb3 xfrm_find_acq_byseq +EXPORT_SYMBOL vmlinux 0x4ef33917 xen_alloc_ballooned_pages +EXPORT_SYMBOL vmlinux 0x4f01e8e0 in_dev_finish_destroy +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 0x4f25644c __bh_read +EXPORT_SYMBOL vmlinux 0x4f29936e bioset_integrity_create +EXPORT_SYMBOL vmlinux 0x4f2fb37f config_group_find_item +EXPORT_SYMBOL vmlinux 0x4f36a498 __cgroup_bpf_run_filter_sock_addr +EXPORT_SYMBOL vmlinux 0x4f491352 __nla_reserve +EXPORT_SYMBOL vmlinux 0x4f531e0f unregister_nexthop_notifier +EXPORT_SYMBOL vmlinux 0x4f55166f acpi_set_current_resources +EXPORT_SYMBOL vmlinux 0x4f5b83db simple_get_link +EXPORT_SYMBOL vmlinux 0x4f614950 unlock_two_nondirectories +EXPORT_SYMBOL vmlinux 0x4f666687 phy_init_hw +EXPORT_SYMBOL vmlinux 0x4f7c6219 filp_close +EXPORT_SYMBOL vmlinux 0x4f89c9de gpmc_cs_free +EXPORT_SYMBOL vmlinux 0x4f91c9a0 security_binder_transaction +EXPORT_SYMBOL vmlinux 0x4fafb329 hdmi_infoframe_log +EXPORT_SYMBOL vmlinux 0x4fb1c1a4 kern_sys_bpf +EXPORT_SYMBOL vmlinux 0x4fd287e0 skb_realloc_headroom +EXPORT_SYMBOL vmlinux 0x4fe4396e skb_copy_datagram_from_iter +EXPORT_SYMBOL vmlinux 0x4fe7c27b ns_capable_setid +EXPORT_SYMBOL vmlinux 0x4fef6378 mmc_can_discard +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 0x5019cd30 insert_inode_locked +EXPORT_SYMBOL vmlinux 0x5021bd81 _raw_write_lock_irqsave +EXPORT_SYMBOL vmlinux 0x50225b40 nf_log_bind_pf +EXPORT_SYMBOL vmlinux 0x5027bde2 acpi_acquire_mutex +EXPORT_SYMBOL vmlinux 0x503cdbca stop_tty +EXPORT_SYMBOL vmlinux 0x50624917 sha1_init +EXPORT_SYMBOL vmlinux 0x506dff1a __genradix_free +EXPORT_SYMBOL vmlinux 0x5089f45f ip_send_check +EXPORT_SYMBOL vmlinux 0x508c4fd3 ww_mutex_lock_interruptible +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 0x509bdc74 inet_proto_csum_replace_by_diff +EXPORT_SYMBOL vmlinux 0x50a4698c fb_videomode_to_modelist +EXPORT_SYMBOL vmlinux 0x50ab2e94 gnet_stats_finish_copy +EXPORT_SYMBOL vmlinux 0x50ae85a5 read_cache_page +EXPORT_SYMBOL vmlinux 0x50b5563d I_BDEV +EXPORT_SYMBOL vmlinux 0x50b6ae1d mnt_set_expiry +EXPORT_SYMBOL vmlinux 0x50b73ce2 rfkill_find_type +EXPORT_SYMBOL vmlinux 0x50b80992 mb_cache_entry_find_first +EXPORT_SYMBOL vmlinux 0x50ba3c9d truncate_pagecache_range +EXPORT_SYMBOL vmlinux 0x50be748d security_ib_free_security +EXPORT_SYMBOL vmlinux 0x50cf7585 hex2bin +EXPORT_SYMBOL vmlinux 0x50d035c2 vsscanf +EXPORT_SYMBOL vmlinux 0x50dc7be8 done_path_create +EXPORT_SYMBOL vmlinux 0x50e88d94 devfreq_register_notifier +EXPORT_SYMBOL vmlinux 0x50f77e55 mr_mfc_find_parent +EXPORT_SYMBOL vmlinux 0x50f85302 __arm_smccc_hvc +EXPORT_SYMBOL vmlinux 0x50f91491 __genradix_ptr +EXPORT_SYMBOL vmlinux 0x510258d3 tcp_shutdown +EXPORT_SYMBOL vmlinux 0x5102a30b do_wait_intr_irq +EXPORT_SYMBOL vmlinux 0x5102cb4a bdev_check_media_change +EXPORT_SYMBOL vmlinux 0x51069b6f proc_remove +EXPORT_SYMBOL vmlinux 0x510efff4 ipv6_push_frag_opts +EXPORT_SYMBOL vmlinux 0x5110c311 pagecache_isize_extended +EXPORT_SYMBOL vmlinux 0x511446f8 of_get_mac_address_nvmem +EXPORT_SYMBOL vmlinux 0x51275b65 rproc_elf_load_segments +EXPORT_SYMBOL vmlinux 0x51329ac2 blkdev_get_by_path +EXPORT_SYMBOL vmlinux 0x5133904e mmc_wait_for_cmd +EXPORT_SYMBOL vmlinux 0x5139a439 from_kprojid_munged +EXPORT_SYMBOL vmlinux 0x513b28f4 first_ec +EXPORT_SYMBOL vmlinux 0x5149ccab no_seek_end_llseek_size +EXPORT_SYMBOL vmlinux 0x514cb658 register_mii_timestamper +EXPORT_SYMBOL vmlinux 0x515083bf acpi_release_mutex +EXPORT_SYMBOL vmlinux 0x5152c56e eth_type_trans +EXPORT_SYMBOL vmlinux 0x515f520b qman_portal_get_iperiod +EXPORT_SYMBOL vmlinux 0x51641162 opal_unlock_from_suspend +EXPORT_SYMBOL vmlinux 0x517dd0a4 from_kuid +EXPORT_SYMBOL vmlinux 0x51903d78 i2c_smbus_write_word_data +EXPORT_SYMBOL vmlinux 0x5197ff1d tcp_disconnect +EXPORT_SYMBOL vmlinux 0x51a29566 devfreq_update_target +EXPORT_SYMBOL vmlinux 0x51a511eb _raw_write_lock_bh +EXPORT_SYMBOL vmlinux 0x51aa5427 free_mdio_bitbang +EXPORT_SYMBOL vmlinux 0x51b40718 trace_seq_hex_dump +EXPORT_SYMBOL vmlinux 0x51c286c3 pm_vt_switch_required +EXPORT_SYMBOL vmlinux 0x51c36ad1 jbd2_journal_submit_inode_data_buffers +EXPORT_SYMBOL vmlinux 0x51cefc36 xfrm_state_register_afinfo +EXPORT_SYMBOL vmlinux 0x51d12d4e acpi_pci_disabled +EXPORT_SYMBOL vmlinux 0x51d81e1a udp_ioctl +EXPORT_SYMBOL vmlinux 0x51d99971 pci_disable_msi +EXPORT_SYMBOL vmlinux 0x51e8f982 uart_resume_port +EXPORT_SYMBOL vmlinux 0x51ff286d noop_qdisc +EXPORT_SYMBOL vmlinux 0x5203d176 cmd_db_ready +EXPORT_SYMBOL vmlinux 0x5205165e ip_cmsg_recv_offset +EXPORT_SYMBOL vmlinux 0x5206a921 blk_queue_physical_block_size +EXPORT_SYMBOL vmlinux 0x52082472 __skb_recv_udp +EXPORT_SYMBOL vmlinux 0x52464f11 pnpacpi_protocol +EXPORT_SYMBOL vmlinux 0x526eef2c hdmi_vendor_infoframe_pack +EXPORT_SYMBOL vmlinux 0x5284e891 end_page_writeback +EXPORT_SYMBOL vmlinux 0x52868f5c d_hash_and_lookup +EXPORT_SYMBOL vmlinux 0x52893d35 netdev_refcnt_read +EXPORT_SYMBOL vmlinux 0x5291971c config_group_init_type_name +EXPORT_SYMBOL vmlinux 0x52983a4f vme_master_write +EXPORT_SYMBOL vmlinux 0x52c73eed security_inode_setsecctx +EXPORT_SYMBOL vmlinux 0x52d5c5f9 dma_mmap_attrs +EXPORT_SYMBOL vmlinux 0x52d717da xz_dec_init +EXPORT_SYMBOL vmlinux 0x52da020c xp_dma_sync_for_cpu_slow +EXPORT_SYMBOL vmlinux 0x52ecbc75 crc_ccitt +EXPORT_SYMBOL vmlinux 0x52f2850a imx_sc_pm_cpu_start +EXPORT_SYMBOL vmlinux 0x530b1e98 pm_suspend +EXPORT_SYMBOL vmlinux 0x53126ecc __percpu_counter_sum +EXPORT_SYMBOL vmlinux 0x531ab733 md_error +EXPORT_SYMBOL vmlinux 0x5331c1f8 md_handle_request +EXPORT_SYMBOL vmlinux 0x5338184f ethtool_sprintf +EXPORT_SYMBOL vmlinux 0x533a8f18 phy_register_fixup_for_id +EXPORT_SYMBOL vmlinux 0x5353e805 set_page_dirty +EXPORT_SYMBOL vmlinux 0x5392d73a jbd2_journal_finish_inode_data_buffers +EXPORT_SYMBOL vmlinux 0x5399089e devm_clk_hw_register_clkdev +EXPORT_SYMBOL vmlinux 0x53a1aee4 pci_read_config_word +EXPORT_SYMBOL vmlinux 0x53a1e8d9 _find_next_bit +EXPORT_SYMBOL vmlinux 0x53b155f0 vfs_rename +EXPORT_SYMBOL vmlinux 0x53b1bd1b __brelse +EXPORT_SYMBOL vmlinux 0x53b5d760 tc_setup_cb_reoffload +EXPORT_SYMBOL vmlinux 0x53b954a2 up_read +EXPORT_SYMBOL vmlinux 0x53c8afd8 napi_disable +EXPORT_SYMBOL vmlinux 0x53d2a02a rpmh_write_async +EXPORT_SYMBOL vmlinux 0x53ec7806 rproc_remove_subdev +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 0x542d3342 seq_lseek +EXPORT_SYMBOL vmlinux 0x542ff3af scsi_bios_ptable +EXPORT_SYMBOL vmlinux 0x543ef284 seq_hlist_start +EXPORT_SYMBOL vmlinux 0x54620d31 mdiobus_free +EXPORT_SYMBOL vmlinux 0x547f7d1c input_get_timestamp +EXPORT_SYMBOL vmlinux 0x54810118 bio_integrity_add_page +EXPORT_SYMBOL vmlinux 0x54905ce6 kthread_create_worker_on_cpu +EXPORT_SYMBOL vmlinux 0x5495f57b pm860x_page_reg_write +EXPORT_SYMBOL vmlinux 0x549e3136 skb_eth_push +EXPORT_SYMBOL vmlinux 0x54a8eb52 ip6_fraglist_prepare +EXPORT_SYMBOL vmlinux 0x54b1fac6 __ubsan_handle_load_invalid_value +EXPORT_SYMBOL vmlinux 0x54b23e67 sg_pcopy_to_buffer +EXPORT_SYMBOL vmlinux 0x54ba1924 setup_arg_pages +EXPORT_SYMBOL vmlinux 0x54cfacd5 __ctzdi2 +EXPORT_SYMBOL vmlinux 0x54d27a3f rawv6_mh_filter_unregister +EXPORT_SYMBOL vmlinux 0x54e6fcdd net_enable_timestamp +EXPORT_SYMBOL vmlinux 0x54ea6dfe xen_start_flags +EXPORT_SYMBOL vmlinux 0x54f28934 flow_rule_match_eth_addrs +EXPORT_SYMBOL vmlinux 0x5506b8f7 netlbl_bitmap_setbit +EXPORT_SYMBOL vmlinux 0x55079544 dev_mc_del_global +EXPORT_SYMBOL vmlinux 0x5508f28d bman_acquire +EXPORT_SYMBOL vmlinux 0x55098409 blk_queue_bounce_limit +EXPORT_SYMBOL vmlinux 0x551bd071 __rb_erase_color +EXPORT_SYMBOL vmlinux 0x552db3aa qman_query_cgr_congested +EXPORT_SYMBOL vmlinux 0x554ae3a4 irq_poll_sched +EXPORT_SYMBOL vmlinux 0x55543418 mipi_dsi_picture_parameter_set +EXPORT_SYMBOL vmlinux 0x557c6867 vlan_dev_vlan_proto +EXPORT_SYMBOL vmlinux 0x558b281d aes_expandkey +EXPORT_SYMBOL vmlinux 0x559a52c0 scsi_scan_target +EXPORT_SYMBOL vmlinux 0x559e653f of_graph_get_endpoint_by_regs +EXPORT_SYMBOL vmlinux 0x55a3de35 mmc_cqe_recovery +EXPORT_SYMBOL vmlinux 0x55a838ce sock_from_file +EXPORT_SYMBOL vmlinux 0x55a9a5bb path_is_mountpoint +EXPORT_SYMBOL vmlinux 0x55ae176b dquot_resume +EXPORT_SYMBOL vmlinux 0x55cdcae3 noop_llseek +EXPORT_SYMBOL vmlinux 0x55e0bf2e vfs_iocb_iter_write +EXPORT_SYMBOL vmlinux 0x55e31703 ethtool_convert_link_mode_to_legacy_u32 +EXPORT_SYMBOL vmlinux 0x55eca384 netif_set_real_num_queues +EXPORT_SYMBOL vmlinux 0x55f89644 inode_set_bytes +EXPORT_SYMBOL vmlinux 0x56013e1d nvdimm_namespace_disk_name +EXPORT_SYMBOL vmlinux 0x56069984 devm_ioremap_wc +EXPORT_SYMBOL vmlinux 0x5614f48a qman_dqrr_get_ithresh +EXPORT_SYMBOL vmlinux 0x56210efb get_task_cred +EXPORT_SYMBOL vmlinux 0x562675dd vme_unregister_driver +EXPORT_SYMBOL vmlinux 0x5635a60a vmalloc_user +EXPORT_SYMBOL vmlinux 0x56470118 __warn_printk +EXPORT_SYMBOL vmlinux 0x564886c4 skb_put +EXPORT_SYMBOL vmlinux 0x564f7608 acpi_reconfig_notifier_register +EXPORT_SYMBOL vmlinux 0x56649de8 dmaengine_get_unmap_data +EXPORT_SYMBOL vmlinux 0x5669314e inet6_release +EXPORT_SYMBOL vmlinux 0x56801363 pci_free_host_bridge +EXPORT_SYMBOL vmlinux 0x56802ae8 rps_cpu_mask +EXPORT_SYMBOL vmlinux 0x56882e68 tty_port_close_end +EXPORT_SYMBOL vmlinux 0x569aef8b pci_get_class +EXPORT_SYMBOL vmlinux 0x56ab9a78 input_mt_drop_unused +EXPORT_SYMBOL vmlinux 0x56bad2d4 phy_config_aneg +EXPORT_SYMBOL vmlinux 0x56c3db64 __tracepoint_kmalloc +EXPORT_SYMBOL vmlinux 0x56c8799d scsi_kunmap_atomic_sg +EXPORT_SYMBOL vmlinux 0x56c955ab scsi_device_lookup_by_target +EXPORT_SYMBOL vmlinux 0x56da99ef devm_register_reboot_notifier +EXPORT_SYMBOL vmlinux 0x56e0b464 ptp_schedule_worker +EXPORT_SYMBOL vmlinux 0x56e33e1d key_task_permission +EXPORT_SYMBOL vmlinux 0x56f060fe xfrm_unregister_type +EXPORT_SYMBOL vmlinux 0x56fb377c dev_get_by_napi_id +EXPORT_SYMBOL vmlinux 0x571703b8 __ps2_command +EXPORT_SYMBOL vmlinux 0x57462965 dev_add_pack +EXPORT_SYMBOL vmlinux 0x574c2e74 bitmap_release_region +EXPORT_SYMBOL vmlinux 0x574d79b7 page_pool_put_defragged_page +EXPORT_SYMBOL vmlinux 0x5751408a max8998_write_reg +EXPORT_SYMBOL vmlinux 0x57575f08 dmaengine_put +EXPORT_SYMBOL vmlinux 0x57674fd7 __sw_hweight16 +EXPORT_SYMBOL vmlinux 0x57680ee6 jbd2_fc_get_buf +EXPORT_SYMBOL vmlinux 0x576d6d02 rproc_free +EXPORT_SYMBOL vmlinux 0x57900416 gen_pool_fixed_alloc +EXPORT_SYMBOL vmlinux 0x5792f848 strlcpy +EXPORT_SYMBOL vmlinux 0x5793a809 param_set_uint +EXPORT_SYMBOL vmlinux 0x57a86e1d jbd2_journal_put_journal_head +EXPORT_SYMBOL vmlinux 0x57a9850d nonseekable_open +EXPORT_SYMBOL vmlinux 0x57bacdd8 fs_context_for_submount +EXPORT_SYMBOL vmlinux 0x57bc19d2 down_write +EXPORT_SYMBOL vmlinux 0x57bdb2a1 t10_pi_type3_ip +EXPORT_SYMBOL vmlinux 0x57db8fd6 utf8_normalize +EXPORT_SYMBOL vmlinux 0x57e450d7 netdev_lower_get_next_private +EXPORT_SYMBOL vmlinux 0x57e9525d inet_shutdown +EXPORT_SYMBOL vmlinux 0x57f38cdc qe_get_firmware_info +EXPORT_SYMBOL vmlinux 0x57ffbfe2 __mmap_lock_do_trace_released +EXPORT_SYMBOL vmlinux 0x580cda3a touchscreen_parse_properties +EXPORT_SYMBOL vmlinux 0x580ea902 tcp_seq_start +EXPORT_SYMBOL vmlinux 0x58120ae2 blk_sync_queue +EXPORT_SYMBOL vmlinux 0x58147519 fqdir_exit +EXPORT_SYMBOL vmlinux 0x5818fe3c posix_acl_from_mode +EXPORT_SYMBOL vmlinux 0x581f98da zlib_inflate +EXPORT_SYMBOL vmlinux 0x5820f4d3 __skb_checksum_complete_head +EXPORT_SYMBOL vmlinux 0x582606eb xudma_rflow_put +EXPORT_SYMBOL vmlinux 0x582b2d3a inet_put_port +EXPORT_SYMBOL vmlinux 0x582b6275 xfrm_if_unregister_cb +EXPORT_SYMBOL vmlinux 0x583241a1 inet_rcv_saddr_equal +EXPORT_SYMBOL vmlinux 0x5838f6c9 rtc_valid_tm +EXPORT_SYMBOL vmlinux 0x585ae877 nmi_panic +EXPORT_SYMBOL vmlinux 0x587b0954 kvasprintf +EXPORT_SYMBOL vmlinux 0x587b892e qe_get_num_of_risc +EXPORT_SYMBOL vmlinux 0x587f22d7 devmap_managed_key +EXPORT_SYMBOL vmlinux 0x588733e2 udp6_seq_ops +EXPORT_SYMBOL vmlinux 0x5897a680 __find_nth_and_andnot_bit +EXPORT_SYMBOL vmlinux 0x589cf9b3 passthru_features_check +EXPORT_SYMBOL vmlinux 0x58acf24b mdiobus_register_board_info +EXPORT_SYMBOL vmlinux 0x58ad5ee4 ip6_route_me_harder +EXPORT_SYMBOL vmlinux 0x58b2b4f7 ps2_handle_response +EXPORT_SYMBOL vmlinux 0x58b4645c dev_close_many +EXPORT_SYMBOL vmlinux 0x58b73bc7 match_wildcard +EXPORT_SYMBOL vmlinux 0x58bfe0be alloc_file_pseudo +EXPORT_SYMBOL vmlinux 0x58de1b34 blk_stack_limits +EXPORT_SYMBOL vmlinux 0x58de815c __cgroup_bpf_run_filter_sk +EXPORT_SYMBOL vmlinux 0x58e1b3d4 __xfrm_state_destroy +EXPORT_SYMBOL vmlinux 0x58e3306d bit_wait_io +EXPORT_SYMBOL vmlinux 0x591c8e4e serio_reconnect +EXPORT_SYMBOL vmlinux 0x59265282 blk_set_queue_depth +EXPORT_SYMBOL vmlinux 0x592b30a7 ip6_dst_hoplimit +EXPORT_SYMBOL vmlinux 0x592f420e fb_prepare_logo +EXPORT_SYMBOL vmlinux 0x59324897 mipi_dsi_dcs_read +EXPORT_SYMBOL vmlinux 0x5934b5a9 qman_destroy_fq +EXPORT_SYMBOL vmlinux 0x59362ae5 udp_pre_connect +EXPORT_SYMBOL vmlinux 0x5939a737 blk_queue_dma_alignment +EXPORT_SYMBOL vmlinux 0x595d8002 hdmi_infoframe_pack +EXPORT_SYMBOL vmlinux 0x596f1e51 mpage_read_folio +EXPORT_SYMBOL vmlinux 0x59734a71 __scsi_device_lookup +EXPORT_SYMBOL vmlinux 0x59861b1c ip_local_deliver +EXPORT_SYMBOL vmlinux 0x59870b10 __traceiter_module_get +EXPORT_SYMBOL vmlinux 0x599b4888 qe_setbrg +EXPORT_SYMBOL vmlinux 0x599fb41c kvmalloc_node +EXPORT_SYMBOL vmlinux 0x59a21a62 scsi_host_alloc +EXPORT_SYMBOL vmlinux 0x59a2f0ee packing +EXPORT_SYMBOL vmlinux 0x59a73486 sock_rfree +EXPORT_SYMBOL vmlinux 0x59b4ac3e tcp_memory_allocated +EXPORT_SYMBOL vmlinux 0x59d6f622 ipv6_select_ident +EXPORT_SYMBOL vmlinux 0x59f4a87c mfd_add_devices +EXPORT_SYMBOL vmlinux 0x5a0078f3 qdisc_watchdog_init_clockid +EXPORT_SYMBOL vmlinux 0x5a0b73d0 zlib_deflateInit2 +EXPORT_SYMBOL vmlinux 0x5a27507c backlight_force_update +EXPORT_SYMBOL vmlinux 0x5a290250 hdmi_drm_infoframe_pack_only +EXPORT_SYMBOL vmlinux 0x5a4099ce register_md_cluster_operations +EXPORT_SYMBOL vmlinux 0x5a43660b security_path_mkdir +EXPORT_SYMBOL vmlinux 0x5a44f8cb __crypto_memneq +EXPORT_SYMBOL vmlinux 0x5a4d313e gf128mul_4k_lle +EXPORT_SYMBOL vmlinux 0x5a4e4b87 fscrypt_encrypt_block_inplace +EXPORT_SYMBOL vmlinux 0x5a58e332 kmem_cache_alloc +EXPORT_SYMBOL vmlinux 0x5a60b950 qm_channel_pool1 +EXPORT_SYMBOL vmlinux 0x5a7c6679 __dev_get_by_flags +EXPORT_SYMBOL vmlinux 0x5a7d7c30 nd_device_notify +EXPORT_SYMBOL vmlinux 0x5a921311 strncmp +EXPORT_SYMBOL vmlinux 0x5a956b5b empty_zero_page +EXPORT_SYMBOL vmlinux 0x5a99a0d7 flow_get_u32_dst +EXPORT_SYMBOL vmlinux 0x5a9f1d63 memmove +EXPORT_SYMBOL vmlinux 0x5abf5afa mmc_start_request +EXPORT_SYMBOL vmlinux 0x5ad80986 tcf_chain_get_by_act +EXPORT_SYMBOL vmlinux 0x5ae10671 page_cache_next_miss +EXPORT_SYMBOL vmlinux 0x5ae1154b __traceiter_kfree +EXPORT_SYMBOL vmlinux 0x5ae633ae generic_block_bmap +EXPORT_SYMBOL vmlinux 0x5aec36d9 tty_hung_up_p +EXPORT_SYMBOL vmlinux 0x5afdc029 km_policy_notify +EXPORT_SYMBOL vmlinux 0x5b119527 of_get_next_available_child +EXPORT_SYMBOL vmlinux 0x5b2c5ee6 nexthop_bucket_set_hw_flags +EXPORT_SYMBOL vmlinux 0x5b2ea251 kmalloc_node_trace +EXPORT_SYMBOL vmlinux 0x5b2f27fb do_wait_intr +EXPORT_SYMBOL vmlinux 0x5b34889d nf_ct_attach +EXPORT_SYMBOL vmlinux 0x5b3e282f xa_store +EXPORT_SYMBOL vmlinux 0x5b54903b qcom_scm_pas_mem_setup +EXPORT_SYMBOL vmlinux 0x5b56860c vm_munmap +EXPORT_SYMBOL vmlinux 0x5b636829 invalidate_bdev +EXPORT_SYMBOL vmlinux 0x5b64f608 simple_pin_fs +EXPORT_SYMBOL vmlinux 0x5b6b935d folio_wait_private_2_killable +EXPORT_SYMBOL vmlinux 0x5b7c98c5 freezing_slow_path +EXPORT_SYMBOL vmlinux 0x5bb6d553 dst_release_immediate +EXPORT_SYMBOL vmlinux 0x5bc526a8 flow_rule_match_ipv6_addrs +EXPORT_SYMBOL vmlinux 0x5bca0898 tcp_get_md5sig_pool +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 0x5be61ff6 generic_fadvise +EXPORT_SYMBOL vmlinux 0x5be63c5b crc32c_csum_stub +EXPORT_SYMBOL vmlinux 0x5c0152d2 xp_dma_sync_for_device_slow +EXPORT_SYMBOL vmlinux 0x5c01f96a setattr_should_drop_sgid +EXPORT_SYMBOL vmlinux 0x5c087a95 proto_register +EXPORT_SYMBOL vmlinux 0x5c1a01ef dma_unmap_page_attrs +EXPORT_SYMBOL vmlinux 0x5c1c12e8 nf_log_set +EXPORT_SYMBOL vmlinux 0x5c2142b2 vme_new_dma_list +EXPORT_SYMBOL vmlinux 0x5c25ddaf tegra_ahb_enable_smmu +EXPORT_SYMBOL vmlinux 0x5c26a53b wait_for_completion_io_timeout +EXPORT_SYMBOL vmlinux 0x5c3c7387 kstrtoull +EXPORT_SYMBOL vmlinux 0x5c465202 cad_pid +EXPORT_SYMBOL vmlinux 0x5c4f9fa8 generic_file_direct_write +EXPORT_SYMBOL vmlinux 0x5c54667d bio_kmalloc +EXPORT_SYMBOL vmlinux 0x5c55b49a dcb_ieee_setapp +EXPORT_SYMBOL vmlinux 0x5c68ee77 has_capability_noaudit +EXPORT_SYMBOL vmlinux 0x5c7248a2 dcbnl_ieee_notify +EXPORT_SYMBOL vmlinux 0x5c901e1e dev_uc_del +EXPORT_SYMBOL vmlinux 0x5c94b323 security_inode_copy_up +EXPORT_SYMBOL vmlinux 0x5cb27f75 config_item_put +EXPORT_SYMBOL vmlinux 0x5cb5b351 vif_device_init +EXPORT_SYMBOL vmlinux 0x5cb923d5 __ip_mc_dec_group +EXPORT_SYMBOL vmlinux 0x5cba1eee ipv6_setsockopt +EXPORT_SYMBOL vmlinux 0x5cf35839 __neigh_event_send +EXPORT_SYMBOL vmlinux 0x5cf53ce2 input_free_minor +EXPORT_SYMBOL vmlinux 0x5cfb26a0 acpi_enter_sleep_state +EXPORT_SYMBOL vmlinux 0x5cfdae13 tcf_register_action +EXPORT_SYMBOL vmlinux 0x5d112304 __memcpy_fromio +EXPORT_SYMBOL vmlinux 0x5d1e63c2 key_invalidate +EXPORT_SYMBOL vmlinux 0x5d283845 generic_ro_fops +EXPORT_SYMBOL vmlinux 0x5d375906 ip6tun_encaps +EXPORT_SYMBOL vmlinux 0x5d49aabc init_wait_var_entry +EXPORT_SYMBOL vmlinux 0x5d87fa38 update_region +EXPORT_SYMBOL vmlinux 0x5dac4cd6 qman_dqrr_set_ithresh +EXPORT_SYMBOL vmlinux 0x5dc771ba devm_arch_io_reserve_memtype_wc +EXPORT_SYMBOL vmlinux 0x5dcc60be of_count_phandle_with_args +EXPORT_SYMBOL vmlinux 0x5dda54b5 cros_ec_check_result +EXPORT_SYMBOL vmlinux 0x5df95ee6 folio_wait_private_2 +EXPORT_SYMBOL vmlinux 0x5dfd57bc skb_abort_seq_read +EXPORT_SYMBOL vmlinux 0x5dfef9aa request_partial_firmware_into_buf +EXPORT_SYMBOL vmlinux 0x5e06bc5c refcount_dec_and_lock +EXPORT_SYMBOL vmlinux 0x5e07b59e unregister_binfmt +EXPORT_SYMBOL vmlinux 0x5e0848f6 __sock_queue_rcv_skb +EXPORT_SYMBOL vmlinux 0x5e0ccb9f sha1_transform +EXPORT_SYMBOL vmlinux 0x5e2d1662 acpi_bus_register_driver +EXPORT_SYMBOL vmlinux 0x5e2fcb89 vlan_vid_del +EXPORT_SYMBOL vmlinux 0x5e3240a0 __cpu_online_mask +EXPORT_SYMBOL vmlinux 0x5e332b52 __var_waitqueue +EXPORT_SYMBOL vmlinux 0x5e373fb4 gf128mul_64k_bbe +EXPORT_SYMBOL vmlinux 0x5e44607b iov_iter_bvec +EXPORT_SYMBOL vmlinux 0x5e60ba5f qdisc_hash_del +EXPORT_SYMBOL vmlinux 0x5e660179 neigh_changeaddr +EXPORT_SYMBOL vmlinux 0x5e6f6d26 set_create_files_as +EXPORT_SYMBOL vmlinux 0x5e6f91f9 tegra_powergate_remove_clamping +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 0x5eb179e1 d_find_any_alias +EXPORT_SYMBOL vmlinux 0x5eb3d0dc nf_log_trace +EXPORT_SYMBOL vmlinux 0x5ebef5b5 __getblk_gfp +EXPORT_SYMBOL vmlinux 0x5ec4aee6 put_sg_io_hdr +EXPORT_SYMBOL vmlinux 0x5ed040b0 pm_set_vt_switch +EXPORT_SYMBOL vmlinux 0x5ed1697d vma_alloc_folio +EXPORT_SYMBOL vmlinux 0x5ed3448b vfs_copy_file_range +EXPORT_SYMBOL vmlinux 0x5ed90adc int_to_scsilun +EXPORT_SYMBOL vmlinux 0x5ee4a474 vfs_path_lookup +EXPORT_SYMBOL vmlinux 0x5ee4fbd1 pci_iounmap +EXPORT_SYMBOL vmlinux 0x5ef6a672 gen_pool_for_each_chunk +EXPORT_SYMBOL vmlinux 0x5ef6a768 of_find_property +EXPORT_SYMBOL vmlinux 0x5efdd68b __tracepoint_mmap_lock_released +EXPORT_SYMBOL vmlinux 0x5efde8e6 proc_doulongvec_ms_jiffies_minmax +EXPORT_SYMBOL vmlinux 0x5f098b2a in6addr_interfacelocal_allrouters +EXPORT_SYMBOL vmlinux 0x5f1e89a4 __blk_rq_map_sg +EXPORT_SYMBOL vmlinux 0x5f2791f5 dma_fence_chain_init +EXPORT_SYMBOL vmlinux 0x5f2ba55e security_req_classify_flow +EXPORT_SYMBOL vmlinux 0x5f30e7a7 tegra_io_pad_power_disable +EXPORT_SYMBOL vmlinux 0x5f5441c8 __ubsan_handle_alignment_assumption +EXPORT_SYMBOL vmlinux 0x5f58f8ad udp_lib_get_port +EXPORT_SYMBOL vmlinux 0x5f64afb4 phy_start_cable_test +EXPORT_SYMBOL vmlinux 0x5f6b889c rproc_va_to_pa +EXPORT_SYMBOL vmlinux 0x5f6f16a8 dev_set_allmulti +EXPORT_SYMBOL vmlinux 0x5f7a43b7 nf_register_net_hooks +EXPORT_SYMBOL vmlinux 0x5f7e425c of_translate_address +EXPORT_SYMBOL vmlinux 0x5f8b9a0d tcf_em_tree_validate +EXPORT_SYMBOL vmlinux 0x5f93525c acpi_extract_package +EXPORT_SYMBOL vmlinux 0x5fa3a1bc tcf_action_check_ctrlact +EXPORT_SYMBOL vmlinux 0x5fc72f0e alloc_pages_exact +EXPORT_SYMBOL vmlinux 0x5fdcddb5 jbd2_journal_extend +EXPORT_SYMBOL vmlinux 0x5fe16d5f init_special_inode +EXPORT_SYMBOL vmlinux 0x5ff891f0 tcp_prot +EXPORT_SYMBOL vmlinux 0x5ff9eb0e lockref_mark_dead +EXPORT_SYMBOL vmlinux 0x60033f87 devm_ioport_unmap +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 0x601574d4 ptp_clock_index +EXPORT_SYMBOL vmlinux 0x601f665f dm_io_client_create +EXPORT_SYMBOL vmlinux 0x6026105e nd_btt_probe +EXPORT_SYMBOL vmlinux 0x6027baff node_data +EXPORT_SYMBOL vmlinux 0x60352082 register_inet6addr_notifier +EXPORT_SYMBOL vmlinux 0x604902f1 dma_free_attrs +EXPORT_SYMBOL vmlinux 0x60506ea2 netif_set_tso_max_size +EXPORT_SYMBOL vmlinux 0x60565733 dev_get_by_index_rcu +EXPORT_SYMBOL vmlinux 0x605790dc fiemap_fill_next_extent +EXPORT_SYMBOL vmlinux 0x6067914b vfs_dedupe_file_range +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 0x60963451 add_to_pipe +EXPORT_SYMBOL vmlinux 0x609bcd98 in6_pton +EXPORT_SYMBOL vmlinux 0x609f1c7e synchronize_net +EXPORT_SYMBOL vmlinux 0x60a6bfaa __sk_receive_skb +EXPORT_SYMBOL vmlinux 0x60aaeb4b qman_p_irqsource_add +EXPORT_SYMBOL vmlinux 0x60afbb9c ndisc_mc_map +EXPORT_SYMBOL vmlinux 0x60b3071f neigh_proc_dointvec +EXPORT_SYMBOL vmlinux 0x60c1b57b xen_alloc_unpopulated_pages +EXPORT_SYMBOL vmlinux 0x60d8ab30 vme_lm_get +EXPORT_SYMBOL vmlinux 0x60de7023 mini_qdisc_pair_block_init +EXPORT_SYMBOL vmlinux 0x61073e4a acpi_os_map_generic_address +EXPORT_SYMBOL vmlinux 0x61204dd0 ps2_sliced_command +EXPORT_SYMBOL vmlinux 0x61257277 md_integrity_add_rdev +EXPORT_SYMBOL vmlinux 0x61275d88 inet_register_protosw +EXPORT_SYMBOL vmlinux 0x6128b5fc __printk_ratelimit +EXPORT_SYMBOL vmlinux 0x61347034 mb_cache_entry_delete_or_get +EXPORT_SYMBOL vmlinux 0x6136ab8a scsi_is_sdev_device +EXPORT_SYMBOL vmlinux 0x613ba589 call_netdevice_notifiers +EXPORT_SYMBOL vmlinux 0x613e09c6 scsi_block_when_processing_errors +EXPORT_SYMBOL vmlinux 0x61542eaf nd_integrity_init +EXPORT_SYMBOL vmlinux 0x615911d7 __bitmap_set +EXPORT_SYMBOL vmlinux 0x6162458d netif_tx_stop_all_queues +EXPORT_SYMBOL vmlinux 0x617482d8 dquot_acquire +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 0x61aa132c pcim_iomap_table +EXPORT_SYMBOL vmlinux 0x61b7b126 simple_strtoull +EXPORT_SYMBOL vmlinux 0x61bc9efb pci_bus_find_capability +EXPORT_SYMBOL vmlinux 0x61beffc3 dma_resv_add_fence +EXPORT_SYMBOL vmlinux 0x61e272c9 sha256_final +EXPORT_SYMBOL vmlinux 0x61e8bf9b sg_miter_start +EXPORT_SYMBOL vmlinux 0x61ea189b fb_pad_aligned_buffer +EXPORT_SYMBOL vmlinux 0x61f405f0 component_match_add_typed +EXPORT_SYMBOL vmlinux 0x6201ff30 d_genocide +EXPORT_SYMBOL vmlinux 0x6214aef2 cpufreq_unregister_notifier +EXPORT_SYMBOL vmlinux 0x62153e63 blk_mq_start_hw_queues +EXPORT_SYMBOL vmlinux 0x6228c21f smp_call_function_single +EXPORT_SYMBOL vmlinux 0x62454c02 fs_param_is_blockdev +EXPORT_SYMBOL vmlinux 0x62482739 genphy_write_mmd_unsupported +EXPORT_SYMBOL vmlinux 0x624aa681 trace_print_hex_seq +EXPORT_SYMBOL vmlinux 0x6252b91b input_mt_report_finger_count +EXPORT_SYMBOL vmlinux 0x62737e1d sock_unregister +EXPORT_SYMBOL vmlinux 0x6276af56 migrate_device_range +EXPORT_SYMBOL vmlinux 0x62849ac7 dev_valid_name +EXPORT_SYMBOL vmlinux 0x629079b3 dma_fence_signal_timestamp +EXPORT_SYMBOL vmlinux 0x62949074 acpi_buffer_to_resource +EXPORT_SYMBOL vmlinux 0x62c3b6eb inet6_offloads +EXPORT_SYMBOL vmlinux 0x62d96443 qman_dma_portal +EXPORT_SYMBOL vmlinux 0x62f7e207 down_read_killable +EXPORT_SYMBOL vmlinux 0x62fcb5d1 phy_ethtool_get_link_ksettings +EXPORT_SYMBOL vmlinux 0x6315c42c zstd_get_params +EXPORT_SYMBOL vmlinux 0x631d06aa cpu_rmap_put +EXPORT_SYMBOL vmlinux 0x633971d3 vfs_iter_write +EXPORT_SYMBOL vmlinux 0x634b923b skb_udp_tunnel_segment +EXPORT_SYMBOL vmlinux 0x634df1f6 generic_file_llseek +EXPORT_SYMBOL vmlinux 0x634fa2f9 serio_bus +EXPORT_SYMBOL vmlinux 0x635c7ab8 rdmacg_try_charge +EXPORT_SYMBOL vmlinux 0x636ef94f sk_stream_wait_close +EXPORT_SYMBOL vmlinux 0x6373f764 alloc_fddidev +EXPORT_SYMBOL vmlinux 0x637b7434 dentry_path_raw +EXPORT_SYMBOL vmlinux 0x637c3e04 pci_bus_write_config_byte +EXPORT_SYMBOL vmlinux 0x6386145b is_nd_btt +EXPORT_SYMBOL vmlinux 0x63923532 netdev_offload_xstats_enabled +EXPORT_SYMBOL vmlinux 0x63939cef __scm_destroy +EXPORT_SYMBOL vmlinux 0x63a58370 flow_action_cookie_destroy +EXPORT_SYMBOL vmlinux 0x63a7c28c bitmap_find_free_region +EXPORT_SYMBOL vmlinux 0x63c76b12 setattr_should_drop_suidgid +EXPORT_SYMBOL vmlinux 0x63eb9355 panic_blink +EXPORT_SYMBOL vmlinux 0x63ecf926 pmem_should_map_pages +EXPORT_SYMBOL vmlinux 0x63edeeb1 dma_sync_sg_for_device +EXPORT_SYMBOL vmlinux 0x6410eb27 devm_ioport_map +EXPORT_SYMBOL vmlinux 0x64127b67 bitmap_find_next_zero_area_off +EXPORT_SYMBOL vmlinux 0x641380af of_n_addr_cells +EXPORT_SYMBOL vmlinux 0x641847a3 rproc_put +EXPORT_SYMBOL vmlinux 0x6427d19e dcb_ieee_delapp +EXPORT_SYMBOL vmlinux 0x6427f1e8 dquot_initialize +EXPORT_SYMBOL vmlinux 0x642eb5c6 xen_poll_irq_timeout +EXPORT_SYMBOL vmlinux 0x643250dd fs_param_is_blob +EXPORT_SYMBOL vmlinux 0x64326000 fman_port_bind +EXPORT_SYMBOL vmlinux 0x643f3068 __tracepoint_spi_transfer_stop +EXPORT_SYMBOL vmlinux 0x644be12c qman_affine_cpus +EXPORT_SYMBOL vmlinux 0x6455298a security_xfrm_policy_free +EXPORT_SYMBOL vmlinux 0x6466273d vlan_vid_add +EXPORT_SYMBOL vmlinux 0x646f2c92 audit_log_start +EXPORT_SYMBOL vmlinux 0x6481ffe0 hsiphash_1u32 +EXPORT_SYMBOL vmlinux 0x648eb59d gc_inflight_list +EXPORT_SYMBOL vmlinux 0x649c67f3 xfrm_init_replay +EXPORT_SYMBOL vmlinux 0x649e403a xfrm_stateonly_find +EXPORT_SYMBOL vmlinux 0x649f0845 mipi_dsi_dcs_set_column_address +EXPORT_SYMBOL vmlinux 0x64a898f9 migrate_vma_finalize +EXPORT_SYMBOL vmlinux 0x64a9c928 default_blu +EXPORT_SYMBOL vmlinux 0x64ba9f8d netdev_core_stats_alloc +EXPORT_SYMBOL vmlinux 0x64bbc288 string_unescape +EXPORT_SYMBOL vmlinux 0x64d675d2 scsi_test_unit_ready +EXPORT_SYMBOL vmlinux 0x64f8f047 misc_deregister +EXPORT_SYMBOL vmlinux 0x64fab58a serio_close +EXPORT_SYMBOL vmlinux 0x65009acb d_prune_aliases +EXPORT_SYMBOL vmlinux 0x6501d264 fb_show_logo +EXPORT_SYMBOL vmlinux 0x6513a3fa fb_get_color_depth +EXPORT_SYMBOL vmlinux 0x6514c1e6 flow_get_u32_src +EXPORT_SYMBOL vmlinux 0x6516bf58 mmc_cqe_post_req +EXPORT_SYMBOL vmlinux 0x651a4139 test_taint +EXPORT_SYMBOL vmlinux 0x652032cb mac_pton +EXPORT_SYMBOL vmlinux 0x652ce9aa nla_memcmp +EXPORT_SYMBOL vmlinux 0x65408378 zlib_inflate_blob +EXPORT_SYMBOL vmlinux 0x65443ad4 param_set_hexint +EXPORT_SYMBOL vmlinux 0x654449c3 memset16 +EXPORT_SYMBOL vmlinux 0x65595e7d csum_and_copy_from_iter +EXPORT_SYMBOL vmlinux 0x65675b78 dev_mc_init +EXPORT_SYMBOL vmlinux 0x656c1a0e string_escape_mem +EXPORT_SYMBOL vmlinux 0x656de64e pagevec_lookup_range_tag +EXPORT_SYMBOL vmlinux 0x656e4a6e snprintf +EXPORT_SYMBOL vmlinux 0x6571d771 xfrm4_protocol_register +EXPORT_SYMBOL vmlinux 0x657b0620 input_free_device +EXPORT_SYMBOL vmlinux 0x657f75ab dev_getfirstbyhwtype +EXPORT_SYMBOL vmlinux 0x658ce1a8 xxh64_reset +EXPORT_SYMBOL vmlinux 0x658dbc72 skb_copy_and_hash_datagram_iter +EXPORT_SYMBOL vmlinux 0x65929cae ns_to_timespec64 +EXPORT_SYMBOL vmlinux 0x659ded26 xfrm_flush_gc +EXPORT_SYMBOL vmlinux 0x65ab3773 tcf_block_put_ext +EXPORT_SYMBOL vmlinux 0x65b24d65 folio_migrate_mapping +EXPORT_SYMBOL vmlinux 0x65ba735b __stack_chk_fail +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 0x65f440ff fwnode_iomap +EXPORT_SYMBOL vmlinux 0x6626afca down +EXPORT_SYMBOL vmlinux 0x66293668 ptp_cancel_worker_sync +EXPORT_SYMBOL vmlinux 0x663f7fbf inet_proto_csum_replace16 +EXPORT_SYMBOL vmlinux 0x66425bea ip6_dst_alloc +EXPORT_SYMBOL vmlinux 0x664b1e29 qman_delete_cgr +EXPORT_SYMBOL vmlinux 0x665e2513 zstd_max_clevel +EXPORT_SYMBOL vmlinux 0x66628bf3 ip_tunnel_metadata_cnt +EXPORT_SYMBOL vmlinux 0x666863dc par_io_config_pin +EXPORT_SYMBOL vmlinux 0x666d519f flow_rule_match_mpls +EXPORT_SYMBOL vmlinux 0x6673f96d xxh32_reset +EXPORT_SYMBOL vmlinux 0x66826f5a xudma_get_ringacc +EXPORT_SYMBOL vmlinux 0x668b19a1 down_read +EXPORT_SYMBOL vmlinux 0x668b31c6 i2c_verify_adapter +EXPORT_SYMBOL vmlinux 0x668dc632 ndo_dflt_fdb_del +EXPORT_SYMBOL vmlinux 0x669c191b dm_consume_args +EXPORT_SYMBOL vmlinux 0x66addc81 unregister_mii_timestamper +EXPORT_SYMBOL vmlinux 0x66af1fd1 lockref_put_or_lock +EXPORT_SYMBOL vmlinux 0x66b4cc41 kmemdup +EXPORT_SYMBOL vmlinux 0x66bc059d sk_free +EXPORT_SYMBOL vmlinux 0x66c3d247 import_iovec +EXPORT_SYMBOL vmlinux 0x66e4e8f9 fs_param_is_path +EXPORT_SYMBOL vmlinux 0x66f2c6bd ip_defrag +EXPORT_SYMBOL vmlinux 0x6703fcae page_zero_new_buffers +EXPORT_SYMBOL vmlinux 0x6718ba32 seq_pad +EXPORT_SYMBOL vmlinux 0x671bff23 dquot_get_state +EXPORT_SYMBOL vmlinux 0x6729d0ea acpi_match_device_ids +EXPORT_SYMBOL vmlinux 0x67303df5 remove_watch_from_object +EXPORT_SYMBOL vmlinux 0x6739961f pci_enable_msix_range +EXPORT_SYMBOL vmlinux 0x67412d2f ucc_slow_enable +EXPORT_SYMBOL vmlinux 0x6749d53f hdmi_vendor_infoframe_init +EXPORT_SYMBOL vmlinux 0x678b96ec dma_pool_alloc +EXPORT_SYMBOL vmlinux 0x679319f5 invalidate_mapping_pages +EXPORT_SYMBOL vmlinux 0x679c43c0 flow_rule_match_icmp +EXPORT_SYMBOL vmlinux 0x67a417e7 md_unregister_thread +EXPORT_SYMBOL vmlinux 0x67a6deeb pcix_set_mmrbc +EXPORT_SYMBOL vmlinux 0x67b27ec1 tty_std_termios +EXPORT_SYMBOL vmlinux 0x67b78eb3 seq_hlist_next_rcu +EXPORT_SYMBOL vmlinux 0x67c13ea0 acpi_read +EXPORT_SYMBOL vmlinux 0x67ee34a2 dma_get_sgtable_attrs +EXPORT_SYMBOL vmlinux 0x68018184 of_n_size_cells +EXPORT_SYMBOL vmlinux 0x680718c0 tty_port_tty_get +EXPORT_SYMBOL vmlinux 0x6816339c of_find_node_with_property +EXPORT_SYMBOL vmlinux 0x683ba11b adjust_managed_page_count +EXPORT_SYMBOL vmlinux 0x6855a2aa nd_region_acquire_lane +EXPORT_SYMBOL vmlinux 0x68618b47 rproc_detach +EXPORT_SYMBOL vmlinux 0x686cb940 key_alloc +EXPORT_SYMBOL vmlinux 0x687b6a16 kdbgetsymval +EXPORT_SYMBOL vmlinux 0x689d5363 skb_pull +EXPORT_SYMBOL vmlinux 0x68c3b4a3 cfb_fillrect +EXPORT_SYMBOL vmlinux 0x68ceae47 cdev_set_parent +EXPORT_SYMBOL vmlinux 0x68f9164e sk_stop_timer +EXPORT_SYMBOL vmlinux 0x68faab3b to_nd_pfn +EXPORT_SYMBOL vmlinux 0x68fb581a icst307_idx2s +EXPORT_SYMBOL vmlinux 0x68fda93e thread_group_exited +EXPORT_SYMBOL vmlinux 0x69006d19 lock_two_nondirectories +EXPORT_SYMBOL vmlinux 0x69049cd2 radix_tree_replace_slot +EXPORT_SYMBOL vmlinux 0x6912a3e6 jbd2_fc_wait_bufs +EXPORT_SYMBOL vmlinux 0x6935ffed dev_open +EXPORT_SYMBOL vmlinux 0x694865fd vme_slot_num +EXPORT_SYMBOL vmlinux 0x695556ed genphy_read_mmd_unsupported +EXPORT_SYMBOL vmlinux 0x69592eeb mmc_hw_reset +EXPORT_SYMBOL vmlinux 0x6960f13c param_ops_ulong +EXPORT_SYMBOL vmlinux 0x69668826 netdev_increment_features +EXPORT_SYMBOL vmlinux 0x6971447a rtc_month_days +EXPORT_SYMBOL vmlinux 0x6972e413 __bitmap_weight_and +EXPORT_SYMBOL vmlinux 0x69740da8 dev_disable_lro +EXPORT_SYMBOL vmlinux 0x697ed5f0 memcpy_and_pad +EXPORT_SYMBOL vmlinux 0x697ffe04 tty_port_open +EXPORT_SYMBOL vmlinux 0x6997c97b reuseport_attach_prog +EXPORT_SYMBOL vmlinux 0x69a4938d request_firmware_into_buf +EXPORT_SYMBOL vmlinux 0x69be1c62 pmem_sector_size +EXPORT_SYMBOL vmlinux 0x69c2912f input_mt_assign_slots +EXPORT_SYMBOL vmlinux 0x69dd3b5b crc32_le +EXPORT_SYMBOL vmlinux 0x69de8757 vme_check_window +EXPORT_SYMBOL vmlinux 0x69ece655 sock_kfree_s +EXPORT_SYMBOL vmlinux 0x6a037cf1 mempool_kfree +EXPORT_SYMBOL vmlinux 0x6a08a33e skb_split +EXPORT_SYMBOL vmlinux 0x6a22f369 kmem_cache_create +EXPORT_SYMBOL vmlinux 0x6a28f4c8 config_item_get +EXPORT_SYMBOL vmlinux 0x6a30b5eb xfrm_state_flush +EXPORT_SYMBOL vmlinux 0x6a36f584 tcp_peek_len +EXPORT_SYMBOL vmlinux 0x6a3766b2 qman_delete_cgr_safe +EXPORT_SYMBOL vmlinux 0x6a449c4f register_sysctl_table +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 0x6a7431c4 posix_lock_file +EXPORT_SYMBOL vmlinux 0x6a752a29 mipi_dsi_dcs_set_tear_scanline +EXPORT_SYMBOL vmlinux 0x6a84aa86 skb_eth_pop +EXPORT_SYMBOL vmlinux 0x6a90663a qman_schedule_fq +EXPORT_SYMBOL vmlinux 0x6a9a41ce skb_prepare_seq_read +EXPORT_SYMBOL vmlinux 0x6aa68c07 sched_autogroup_create_attach +EXPORT_SYMBOL vmlinux 0x6aa8d184 pci_bus_assign_resources +EXPORT_SYMBOL vmlinux 0x6add5c9a dmi_find_device +EXPORT_SYMBOL vmlinux 0x6ae939a8 scsi_report_bus_reset +EXPORT_SYMBOL vmlinux 0x6aeefac4 zlib_deflateReset +EXPORT_SYMBOL vmlinux 0x6aef7ec6 iw_handler_get_thrspy +EXPORT_SYMBOL vmlinux 0x6b0673be d_exact_alias +EXPORT_SYMBOL vmlinux 0x6b079231 alt_cb_patch_nops +EXPORT_SYMBOL vmlinux 0x6b27729b radix_tree_gang_lookup +EXPORT_SYMBOL vmlinux 0x6b2dc060 dump_stack +EXPORT_SYMBOL vmlinux 0x6b32332f sock_create_lite +EXPORT_SYMBOL vmlinux 0x6b4e5bad input_allocate_device +EXPORT_SYMBOL vmlinux 0x6b55acd0 rtnl_lock_killable +EXPORT_SYMBOL vmlinux 0x6b70a2f1 to_nd_btt +EXPORT_SYMBOL vmlinux 0x6b7b6811 fs_param_is_u32 +EXPORT_SYMBOL vmlinux 0x6b822d44 fwnode_mdiobus_phy_device_register +EXPORT_SYMBOL vmlinux 0x6b853d06 ns_to_kernel_old_timeval +EXPORT_SYMBOL vmlinux 0x6b89e547 mipi_dsi_detach +EXPORT_SYMBOL vmlinux 0x6b8bf149 netif_receive_skb_list +EXPORT_SYMBOL vmlinux 0x6b918920 input_set_min_poll_interval +EXPORT_SYMBOL vmlinux 0x6b95ec10 tcf_em_tree_destroy +EXPORT_SYMBOL vmlinux 0x6b9a282b mr_dump +EXPORT_SYMBOL vmlinux 0x6b9f3383 fb_set_cmap +EXPORT_SYMBOL vmlinux 0x6bb082f8 get_inode_acl +EXPORT_SYMBOL vmlinux 0x6bbf60a2 skb_flow_dissect_meta +EXPORT_SYMBOL vmlinux 0x6bc3fbc0 __unregister_chrdev +EXPORT_SYMBOL vmlinux 0x6bd0e573 down_interruptible +EXPORT_SYMBOL vmlinux 0x6be1c1f8 acpi_install_method +EXPORT_SYMBOL vmlinux 0x6bf181c1 __tracepoint_kmem_cache_free +EXPORT_SYMBOL vmlinux 0x6bf94a89 crypto_kdf108_setkey +EXPORT_SYMBOL vmlinux 0x6c224cda gen_pool_destroy +EXPORT_SYMBOL vmlinux 0x6c257ac0 tty_termios_hw_change +EXPORT_SYMBOL vmlinux 0x6c338446 flow_rule_match_ports +EXPORT_SYMBOL vmlinux 0x6c4854c2 blk_execute_rq +EXPORT_SYMBOL vmlinux 0x6c49d309 tcp_rcv_established +EXPORT_SYMBOL vmlinux 0x6c4f0ab2 bio_add_page +EXPORT_SYMBOL vmlinux 0x6c61ce70 num_registered_fb +EXPORT_SYMBOL vmlinux 0x6c6a03f1 gro_cells_receive +EXPORT_SYMBOL vmlinux 0x6c7a0323 __tracepoint_kmem_cache_alloc +EXPORT_SYMBOL vmlinux 0x6c7ee6d5 flow_rule_match_tcp +EXPORT_SYMBOL vmlinux 0x6c861162 d_alloc_parallel +EXPORT_SYMBOL vmlinux 0x6c8cc1a4 dev_add_offload +EXPORT_SYMBOL vmlinux 0x6caeb30f remove_arg_zero +EXPORT_SYMBOL vmlinux 0x6caf5d08 param_ops_dyndbg_classes +EXPORT_SYMBOL vmlinux 0x6cb46525 netlbl_catmap_walk +EXPORT_SYMBOL vmlinux 0x6cb760c9 phy_drivers_unregister +EXPORT_SYMBOL vmlinux 0x6cbbfc54 __arch_copy_to_user +EXPORT_SYMBOL vmlinux 0x6cbd46a3 inet6_bind +EXPORT_SYMBOL vmlinux 0x6cc55d66 phy_support_sym_pause +EXPORT_SYMBOL vmlinux 0x6ce50781 tty_name +EXPORT_SYMBOL vmlinux 0x6cf0d67d qe_get_num_of_snums +EXPORT_SYMBOL vmlinux 0x6d014f7c tcp_sock_set_nodelay +EXPORT_SYMBOL vmlinux 0x6d16c104 mutex_lock_killable +EXPORT_SYMBOL vmlinux 0x6d26e408 vfs_symlink +EXPORT_SYMBOL vmlinux 0x6d294e43 clock_t_to_jiffies +EXPORT_SYMBOL vmlinux 0x6d49684d mdiobb_read +EXPORT_SYMBOL vmlinux 0x6d4a5b79 of_node_name_prefix +EXPORT_SYMBOL vmlinux 0x6d5f5b91 radix_tree_tagged +EXPORT_SYMBOL vmlinux 0x6d68e819 dma_resv_reserve_fences +EXPORT_SYMBOL vmlinux 0x6d73c95f logic_outw +EXPORT_SYMBOL vmlinux 0x6d7c7dcc bitmap_cut +EXPORT_SYMBOL vmlinux 0x6d985109 _dev_alert +EXPORT_SYMBOL vmlinux 0x6da3e0be __sock_i_ino +EXPORT_SYMBOL vmlinux 0x6da467cb pfn_is_map_memory +EXPORT_SYMBOL vmlinux 0x6dad362a i2c_verify_client +EXPORT_SYMBOL vmlinux 0x6dba3d08 write_inode_now +EXPORT_SYMBOL vmlinux 0x6dba9051 xz_dec_microlzma_end +EXPORT_SYMBOL vmlinux 0x6dbedadf dquot_get_dqblk +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 0x6dd34c5a dev_pick_tx_zero +EXPORT_SYMBOL vmlinux 0x6de043f2 security_path_unlink +EXPORT_SYMBOL vmlinux 0x6df1aaf1 kernel_sigaction +EXPORT_SYMBOL vmlinux 0x6df1f08e devm_of_iomap +EXPORT_SYMBOL vmlinux 0x6dfa71d4 udpv6_sendmsg +EXPORT_SYMBOL vmlinux 0x6dfbe50d qdisc_put_unlocked +EXPORT_SYMBOL vmlinux 0x6e072c97 cpu_hwcaps +EXPORT_SYMBOL vmlinux 0x6e1fedf8 __aperture_remove_legacy_vga_devices +EXPORT_SYMBOL vmlinux 0x6e30f4f2 configfs_register_subsystem +EXPORT_SYMBOL vmlinux 0x6e33d866 eth_get_headlen +EXPORT_SYMBOL vmlinux 0x6e59a6dd skb_get_hash_perturb +EXPORT_SYMBOL vmlinux 0x6e5b8651 xz_dec_run +EXPORT_SYMBOL vmlinux 0x6e667486 mfd_cell_enable +EXPORT_SYMBOL vmlinux 0x6e720ff2 rtnl_unlock +EXPORT_SYMBOL vmlinux 0x6e790cda mr_table_dump +EXPORT_SYMBOL vmlinux 0x6e89b1c8 freeze_bdev +EXPORT_SYMBOL vmlinux 0x6e9dd606 __symbol_put +EXPORT_SYMBOL vmlinux 0x6ea38eba module_refcount +EXPORT_SYMBOL vmlinux 0x6ea9363b force_sig +EXPORT_SYMBOL vmlinux 0x6eb99fd2 __fib6_flush_trees +EXPORT_SYMBOL vmlinux 0x6ec413bd phy_set_asym_pause +EXPORT_SYMBOL vmlinux 0x6ecc91cd of_device_register +EXPORT_SYMBOL vmlinux 0x6eecfaf4 sg_copy_buffer +EXPORT_SYMBOL vmlinux 0x6efe9416 devm_of_find_backlight +EXPORT_SYMBOL vmlinux 0x6f00a51b xfrm_policy_byid +EXPORT_SYMBOL vmlinux 0x6f14e9db console_list_lock +EXPORT_SYMBOL vmlinux 0x6f1c477d pci_dev_put +EXPORT_SYMBOL vmlinux 0x6f2d92cd tc_setup_cb_call +EXPORT_SYMBOL vmlinux 0x6f310971 mii_ethtool_set_link_ksettings +EXPORT_SYMBOL vmlinux 0x6f3f167b of_device_is_big_endian +EXPORT_SYMBOL vmlinux 0x6f41a428 acpi_get_vendor_resource +EXPORT_SYMBOL vmlinux 0x6f45825b mark_buffer_async_write +EXPORT_SYMBOL vmlinux 0x6f4a59e4 sort_r +EXPORT_SYMBOL vmlinux 0x6f5ab52f acpi_get_local_address +EXPORT_SYMBOL vmlinux 0x6f6a86ca sb_min_blocksize +EXPORT_SYMBOL vmlinux 0x6f8e8ae0 blk_queue_virt_boundary +EXPORT_SYMBOL vmlinux 0x6f915a45 dqstats +EXPORT_SYMBOL vmlinux 0x6fa93794 i2c_get_adapter +EXPORT_SYMBOL vmlinux 0x6fb49676 queue_rcu_work +EXPORT_SYMBOL vmlinux 0x6fb75d2e tcp_time_wait +EXPORT_SYMBOL vmlinux 0x6fbc6a00 radix_tree_insert +EXPORT_SYMBOL vmlinux 0x6fc48021 dynamic_cond_resched +EXPORT_SYMBOL vmlinux 0x6fc8375b genphy_suspend +EXPORT_SYMBOL vmlinux 0x6fcb87a1 touch_softlockup_watchdog +EXPORT_SYMBOL vmlinux 0x6fd1182f fsync_bdev +EXPORT_SYMBOL vmlinux 0x6ff3a485 dynamic_might_resched +EXPORT_SYMBOL vmlinux 0x6fff261f __arch_clear_user +EXPORT_SYMBOL vmlinux 0x70002fe8 siphash_1u32 +EXPORT_SYMBOL vmlinux 0x701bb4cb tegra_ivc_read_get_next_frame +EXPORT_SYMBOL vmlinux 0x701c02f8 kthread_destroy_worker +EXPORT_SYMBOL vmlinux 0x7023bea8 unregister_acpi_notifier +EXPORT_SYMBOL vmlinux 0x702946da ucs2_strlen +EXPORT_SYMBOL vmlinux 0x70332bb7 mod_node_page_state +EXPORT_SYMBOL vmlinux 0x704b67be devfreq_update_status +EXPORT_SYMBOL vmlinux 0x7055fd50 unix_detach_fds +EXPORT_SYMBOL vmlinux 0x70792a71 blk_rq_map_kern +EXPORT_SYMBOL vmlinux 0x708fbc61 xfrm_register_km +EXPORT_SYMBOL vmlinux 0x709730d2 request_key_rcu +EXPORT_SYMBOL vmlinux 0x70ad75fb radix_tree_lookup +EXPORT_SYMBOL vmlinux 0x70c06cff xfrm_state_alloc +EXPORT_SYMBOL vmlinux 0x70d1a18e qman_release_pool +EXPORT_SYMBOL vmlinux 0x70e26f8b blkdev_compat_ptr_ioctl +EXPORT_SYMBOL vmlinux 0x71038096 param_ops_int +EXPORT_SYMBOL vmlinux 0x711c5a0b ip_check_defrag +EXPORT_SYMBOL vmlinux 0x7129e5f8 hex_asc +EXPORT_SYMBOL vmlinux 0x712e2d66 dqput +EXPORT_SYMBOL vmlinux 0x71313c78 thermal_zone_device_critical +EXPORT_SYMBOL vmlinux 0x7141b88a logic_insb +EXPORT_SYMBOL vmlinux 0x71585fae d_drop +EXPORT_SYMBOL vmlinux 0x715a5ed0 vprintk +EXPORT_SYMBOL vmlinux 0x7161cbc1 pci_pme_active +EXPORT_SYMBOL vmlinux 0x7171121c overflowgid +EXPORT_SYMBOL vmlinux 0x7185ad9e blk_get_queue +EXPORT_SYMBOL vmlinux 0x719d9bb5 mipi_dsi_attach +EXPORT_SYMBOL vmlinux 0x71a672ef dmam_pool_destroy +EXPORT_SYMBOL vmlinux 0x71be14fc __xfrm_decode_session +EXPORT_SYMBOL vmlinux 0x71c72335 skb_page_frag_refill +EXPORT_SYMBOL vmlinux 0x71dc23aa timestamp_truncate +EXPORT_SYMBOL vmlinux 0x71dfc095 acpi_walk_resources +EXPORT_SYMBOL vmlinux 0x71e22e4f vm_mmap +EXPORT_SYMBOL vmlinux 0x71eedd8c iov_iter_xarray +EXPORT_SYMBOL vmlinux 0x71f45726 flush_dcache_page +EXPORT_SYMBOL vmlinux 0x71f5ad5b mdiobus_write +EXPORT_SYMBOL vmlinux 0x71f90550 dquot_writeback_dquots +EXPORT_SYMBOL vmlinux 0x71fa111c sock_no_socketpair +EXPORT_SYMBOL vmlinux 0x7204946a rproc_get_by_phandle +EXPORT_SYMBOL vmlinux 0x7205d292 write_dirty_buffer +EXPORT_SYMBOL vmlinux 0x720a27a7 __register_blkdev +EXPORT_SYMBOL vmlinux 0x72306892 pcie_get_readrq +EXPORT_SYMBOL vmlinux 0x723517b1 scsi_report_device_reset +EXPORT_SYMBOL vmlinux 0x7249f729 ___pskb_trim +EXPORT_SYMBOL vmlinux 0x726bc3c7 wait_for_completion_killable_timeout +EXPORT_SYMBOL vmlinux 0x726f2b71 nosteal_pipe_buf_ops +EXPORT_SYMBOL vmlinux 0x727de424 mem_section +EXPORT_SYMBOL vmlinux 0x72a50966 ucc_fast_disable +EXPORT_SYMBOL vmlinux 0x72b4423c kernel_listen +EXPORT_SYMBOL vmlinux 0x72b9d287 default_grn +EXPORT_SYMBOL vmlinux 0x72c1ec79 touchscreen_report_pos +EXPORT_SYMBOL vmlinux 0x72d07769 of_graph_get_port_parent +EXPORT_SYMBOL vmlinux 0x72ea7b2d scsi_device_type +EXPORT_SYMBOL vmlinux 0x72f14ff7 acpi_get_object_info +EXPORT_SYMBOL vmlinux 0x730c738d mmc_cqe_start_req +EXPORT_SYMBOL vmlinux 0x7315a4e9 twl6030_mmc_card_detect_config +EXPORT_SYMBOL vmlinux 0x731c4a9c dma_fence_signal +EXPORT_SYMBOL vmlinux 0x731dba7a xen_domain_type +EXPORT_SYMBOL vmlinux 0x7321c78f xfrm_user_policy +EXPORT_SYMBOL vmlinux 0x732a1ef9 super_setup_bdi +EXPORT_SYMBOL vmlinux 0x732dd326 groups_free +EXPORT_SYMBOL vmlinux 0x733f5c42 fb_set_suspend +EXPORT_SYMBOL vmlinux 0x7353e9fe phy_free_interrupt +EXPORT_SYMBOL vmlinux 0x735b7162 iov_iter_zero +EXPORT_SYMBOL vmlinux 0x735e6a81 acpi_evaluate_integer +EXPORT_SYMBOL vmlinux 0x7376ce65 sb_set_blocksize +EXPORT_SYMBOL vmlinux 0x7380dffa argv_split +EXPORT_SYMBOL vmlinux 0x73835459 tcf_qevent_destroy +EXPORT_SYMBOL vmlinux 0x73998efa cpm_muram_free_addr +EXPORT_SYMBOL vmlinux 0x739fd00f __SCK__tp_func_module_get +EXPORT_SYMBOL vmlinux 0x73a29e24 devm_ioremap_resource +EXPORT_SYMBOL vmlinux 0x73a2e058 param_ops_bool +EXPORT_SYMBOL vmlinux 0x73abb180 alloc_contig_range +EXPORT_SYMBOL vmlinux 0x73afc61d device_match_acpi_handle +EXPORT_SYMBOL vmlinux 0x73c520cc blk_queue_io_min +EXPORT_SYMBOL vmlinux 0x73d41a80 genphy_loopback +EXPORT_SYMBOL vmlinux 0x73e01faf linkwatch_fire_event +EXPORT_SYMBOL vmlinux 0x73e4851a ata_std_end_eh +EXPORT_SYMBOL vmlinux 0x73e819b1 jbd2_journal_get_write_access +EXPORT_SYMBOL vmlinux 0x73ee1d84 inode_init_owner +EXPORT_SYMBOL vmlinux 0x73f4b41d acpi_dev_uid_to_integer +EXPORT_SYMBOL vmlinux 0x740532c2 xfrm_policy_flush +EXPORT_SYMBOL vmlinux 0x740877fd processors +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 0x743a3749 i2c_smbus_write_i2c_block_data +EXPORT_SYMBOL vmlinux 0x743f4126 keygen_port_hashing_init +EXPORT_SYMBOL vmlinux 0x743ff3de pci_find_parent_resource +EXPORT_SYMBOL vmlinux 0x744849d1 pin_user_pages_remote +EXPORT_SYMBOL vmlinux 0x7453d3e8 security_release_secctx +EXPORT_SYMBOL vmlinux 0x7469e957 __check_sticky +EXPORT_SYMBOL vmlinux 0x74711246 rtnl_notify +EXPORT_SYMBOL vmlinux 0x7474fc07 remap_vmalloc_range +EXPORT_SYMBOL vmlinux 0x74754435 acpi_bus_generate_netlink_event +EXPORT_SYMBOL vmlinux 0x7482333a input_get_poll_interval +EXPORT_SYMBOL vmlinux 0x7483dc59 pci_dev_present +EXPORT_SYMBOL vmlinux 0x7485a84d dcb_setapp +EXPORT_SYMBOL vmlinux 0x7486292e sync_blockdev +EXPORT_SYMBOL vmlinux 0x74ae1c4e security_inode_init_security +EXPORT_SYMBOL vmlinux 0x74b8e674 slhc_toss +EXPORT_SYMBOL vmlinux 0x74bbf7b7 mipi_dsi_dcs_write +EXPORT_SYMBOL vmlinux 0x74c134b9 __sw_hweight32 +EXPORT_SYMBOL vmlinux 0x74e5ff1a udpv6_encap_enable +EXPORT_SYMBOL vmlinux 0x74f590a3 folio_wait_bit_killable +EXPORT_SYMBOL vmlinux 0x750bb35a insert_inode_locked4 +EXPORT_SYMBOL vmlinux 0x7529845c devm_devfreq_unregister_opp_notifier +EXPORT_SYMBOL vmlinux 0x7534038e twl6040_clear_bits +EXPORT_SYMBOL vmlinux 0x755f4ba3 blake2s_compress_generic +EXPORT_SYMBOL vmlinux 0x75651e37 jbd2_journal_start_reserved +EXPORT_SYMBOL vmlinux 0x75694b4e vme_irq_request +EXPORT_SYMBOL vmlinux 0x757c9f0b genphy_setup_forced +EXPORT_SYMBOL vmlinux 0x7580bef3 inet_getname +EXPORT_SYMBOL vmlinux 0x7580c537 of_mdio_find_bus +EXPORT_SYMBOL vmlinux 0x75871f5e acpi_get_next_object +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 0x75d9dee9 keyring_alloc +EXPORT_SYMBOL vmlinux 0x75f17d9a generic_copy_file_range +EXPORT_SYMBOL vmlinux 0x760a0f4f yield +EXPORT_SYMBOL vmlinux 0x7615b28d fb_get_mode +EXPORT_SYMBOL vmlinux 0x7618af39 hdmi_infoframe_check +EXPORT_SYMBOL vmlinux 0x7624249e dim_park_tired +EXPORT_SYMBOL vmlinux 0x763e6d97 mipi_dsi_dcs_set_display_brightness_large +EXPORT_SYMBOL vmlinux 0x7647726c handle_sysrq +EXPORT_SYMBOL vmlinux 0x764a1617 pci_disable_device +EXPORT_SYMBOL vmlinux 0x765ff474 crc_t10dif_generic +EXPORT_SYMBOL vmlinux 0x766a0927 mempool_alloc_pages +EXPORT_SYMBOL vmlinux 0x76812637 iov_iter_get_pages2 +EXPORT_SYMBOL vmlinux 0x7682ba4e __copy_overflow +EXPORT_SYMBOL vmlinux 0x768d11f0 pcie_ptm_enabled +EXPORT_SYMBOL vmlinux 0x769ac539 sget_fc +EXPORT_SYMBOL vmlinux 0x769f6e64 errseq_check +EXPORT_SYMBOL vmlinux 0x76a262bb dmam_free_coherent +EXPORT_SYMBOL vmlinux 0x76a3c065 tty_port_raise_dtr_rts +EXPORT_SYMBOL vmlinux 0x76a50e2c __traceiter_spi_transfer_stop +EXPORT_SYMBOL vmlinux 0x76a53da5 nvdimm_bus_lock +EXPORT_SYMBOL vmlinux 0x76a75cd5 of_graph_get_remote_endpoint +EXPORT_SYMBOL vmlinux 0x76d3cd60 laptop_mode +EXPORT_SYMBOL vmlinux 0x76e1a136 fman_register_intr +EXPORT_SYMBOL vmlinux 0x76efc249 _atomic_dec_and_raw_lock_irqsave +EXPORT_SYMBOL vmlinux 0x76ffb324 pfifo_qdisc_ops +EXPORT_SYMBOL vmlinux 0x77097469 pci_enable_ptm +EXPORT_SYMBOL vmlinux 0x7713150d generic_fillattr +EXPORT_SYMBOL vmlinux 0x77319a28 refresh_frequency_limits +EXPORT_SYMBOL vmlinux 0x7732159c free_irq_cpu_rmap +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 0x775eeb1e of_get_property +EXPORT_SYMBOL vmlinux 0x77618040 input_set_keycode +EXPORT_SYMBOL vmlinux 0x7767a9c9 flow_rule_match_enc_ipv4_addrs +EXPORT_SYMBOL vmlinux 0x776ca93a __clzdi2 +EXPORT_SYMBOL vmlinux 0x7791193f icst525_s2div +EXPORT_SYMBOL vmlinux 0x7798e1dc rproc_coredump_using_sections +EXPORT_SYMBOL vmlinux 0x77a8b20b lookup_one_len +EXPORT_SYMBOL vmlinux 0x77bc13a0 strim +EXPORT_SYMBOL vmlinux 0x77c442b6 scsi_device_set_state +EXPORT_SYMBOL vmlinux 0x77c5a10b file_check_and_advance_wb_err +EXPORT_SYMBOL vmlinux 0x77cdc5c1 inet_csk_prepare_forced_close +EXPORT_SYMBOL vmlinux 0x77d85131 xfrm_unregister_km +EXPORT_SYMBOL vmlinux 0x77db4851 iov_iter_gap_alignment +EXPORT_SYMBOL vmlinux 0x77e9eb37 aes_encrypt +EXPORT_SYMBOL vmlinux 0x7807f0f8 schedule_timeout_idle +EXPORT_SYMBOL vmlinux 0x780a44e6 ata_scsi_cmd_error_handler +EXPORT_SYMBOL vmlinux 0x78139417 phy_mac_interrupt +EXPORT_SYMBOL vmlinux 0x78326504 tcp_add_backlog +EXPORT_SYMBOL vmlinux 0x78336b90 rfkill_alloc +EXPORT_SYMBOL vmlinux 0x7846af3e __kfifo_len_r +EXPORT_SYMBOL vmlinux 0x785fe20a init_pseudo +EXPORT_SYMBOL vmlinux 0x7864f525 from_kuid_munged +EXPORT_SYMBOL vmlinux 0x786e0408 scsi_register_driver +EXPORT_SYMBOL vmlinux 0x7883c758 invalidate_inode_buffers +EXPORT_SYMBOL vmlinux 0x78a16f48 aes_decrypt +EXPORT_SYMBOL vmlinux 0x78a2a33c blk_mq_stop_hw_queues +EXPORT_SYMBOL vmlinux 0x78a4a760 blkdev_issue_flush +EXPORT_SYMBOL vmlinux 0x78b887ed vsprintf +EXPORT_SYMBOL vmlinux 0x78bfc805 ip_fraglist_init +EXPORT_SYMBOL vmlinux 0x78ca3cb3 i2c_smbus_write_byte_data +EXPORT_SYMBOL vmlinux 0x78d8467c register_cdrom +EXPORT_SYMBOL vmlinux 0x78df6bd7 no_pci_devices +EXPORT_SYMBOL vmlinux 0x78ea8625 xfrm_init_state +EXPORT_SYMBOL vmlinux 0x78ed4f12 pci_restore_state +EXPORT_SYMBOL vmlinux 0x78fc4497 filp_open +EXPORT_SYMBOL vmlinux 0x790c4cd7 xfrm_if_register_cb +EXPORT_SYMBOL vmlinux 0x79143392 param_get_ullong +EXPORT_SYMBOL vmlinux 0x7920cb45 devm_devfreq_add_device +EXPORT_SYMBOL vmlinux 0x79271d79 mdiobus_get_phy +EXPORT_SYMBOL vmlinux 0x79465ac8 folio_redirty_for_writepage +EXPORT_SYMBOL vmlinux 0x794adefe vm_insert_page +EXPORT_SYMBOL vmlinux 0x7956aed5 phy_driver_unregister +EXPORT_SYMBOL vmlinux 0x796ca943 uart_remove_one_port +EXPORT_SYMBOL vmlinux 0x797daf01 param_ops_hexint +EXPORT_SYMBOL vmlinux 0x7984eefc key_update +EXPORT_SYMBOL vmlinux 0x798a892a __ip_dev_find +EXPORT_SYMBOL vmlinux 0x79a33f85 vme_get_size +EXPORT_SYMBOL vmlinux 0x79ac3fed inet_csk_clear_xmit_timers +EXPORT_SYMBOL vmlinux 0x79b2ddb6 fasync_helper +EXPORT_SYMBOL vmlinux 0x79b42cf1 __free_pages +EXPORT_SYMBOL vmlinux 0x79b8b87f phy_ethtool_nway_reset +EXPORT_SYMBOL vmlinux 0x79cd111f dquot_free_inode +EXPORT_SYMBOL vmlinux 0x79cd35ee jbd2_journal_revoke +EXPORT_SYMBOL vmlinux 0x79df3206 devfreq_remove_device +EXPORT_SYMBOL vmlinux 0x79f6e079 udp_seq_ops +EXPORT_SYMBOL vmlinux 0x79fc42d6 dquot_file_open +EXPORT_SYMBOL vmlinux 0x7a1918f5 ip_frag_init +EXPORT_SYMBOL vmlinux 0x7a1bcd59 gf128mul_x8_ble +EXPORT_SYMBOL vmlinux 0x7a2711bf cdrom_get_last_written +EXPORT_SYMBOL vmlinux 0x7a2af7b4 cpu_number +EXPORT_SYMBOL vmlinux 0x7a2ff57e security_current_getsecid_subj +EXPORT_SYMBOL vmlinux 0x7a488e5f __vlan_find_dev_deep_rcu +EXPORT_SYMBOL vmlinux 0x7a53a06d flow_indr_dev_exists +EXPORT_SYMBOL vmlinux 0x7a60b134 mipi_dsi_set_maximum_return_packet_size +EXPORT_SYMBOL vmlinux 0x7a76257e dquot_commit_info +EXPORT_SYMBOL vmlinux 0x7a80335a pnp_start_dev +EXPORT_SYMBOL vmlinux 0x7a839ae5 netpoll_poll_dev +EXPORT_SYMBOL vmlinux 0x7a95e5ae do_settimeofday64 +EXPORT_SYMBOL vmlinux 0x7a968137 ucc_slow_restart_tx +EXPORT_SYMBOL vmlinux 0x7a9e0948 tcp_seq_next +EXPORT_SYMBOL vmlinux 0x7aa1756e kvfree +EXPORT_SYMBOL vmlinux 0x7ab31c7f blk_rq_map_user_iov +EXPORT_SYMBOL vmlinux 0x7acf8dba seg6_hmac_net_exit +EXPORT_SYMBOL vmlinux 0x7ad050b9 qid_lt +EXPORT_SYMBOL vmlinux 0x7adc0fbf rb_replace_node_rcu +EXPORT_SYMBOL vmlinux 0x7ae5d317 qe_get_snum +EXPORT_SYMBOL vmlinux 0x7aed081d scsi_print_sense_hdr +EXPORT_SYMBOL vmlinux 0x7aee0535 is_acpi_device_node +EXPORT_SYMBOL vmlinux 0x7b0365fc neigh_xmit +EXPORT_SYMBOL vmlinux 0x7b0aab9b tcp_sock_set_syncnt +EXPORT_SYMBOL vmlinux 0x7b0f1d0a mtree_store +EXPORT_SYMBOL vmlinux 0x7b1a5ca6 truncate_inode_pages_range +EXPORT_SYMBOL vmlinux 0x7b1b3936 inet6_unregister_protosw +EXPORT_SYMBOL vmlinux 0x7b33b045 ip_sock_set_pktinfo +EXPORT_SYMBOL vmlinux 0x7b37d4a7 _find_first_zero_bit +EXPORT_SYMBOL vmlinux 0x7b3a631c sk_page_frag_refill +EXPORT_SYMBOL vmlinux 0x7b4638a6 __skb_ext_del +EXPORT_SYMBOL vmlinux 0x7b4da6ff __init_rwsem +EXPORT_SYMBOL vmlinux 0x7b5b8f31 sha256_update +EXPORT_SYMBOL vmlinux 0x7b675106 flow_rule_match_pppoe +EXPORT_SYMBOL vmlinux 0x7b67d2eb jbd2_journal_lock_updates +EXPORT_SYMBOL vmlinux 0x7b68e965 seq_puts +EXPORT_SYMBOL vmlinux 0x7b82b9a1 idr_replace +EXPORT_SYMBOL vmlinux 0x7b97b766 __dev_get_by_index +EXPORT_SYMBOL vmlinux 0x7ba5a3b4 tegra_powergate_power_off +EXPORT_SYMBOL vmlinux 0x7bb50b88 acpi_write +EXPORT_SYMBOL vmlinux 0x7bbccd05 nr_node_ids +EXPORT_SYMBOL vmlinux 0x7bd78649 __mmap_lock_do_trace_start_locking +EXPORT_SYMBOL vmlinux 0x7bd87f59 __splice_from_pipe +EXPORT_SYMBOL vmlinux 0x7c03df59 textsearch_register +EXPORT_SYMBOL vmlinux 0x7c0b82bf ip6_err_gen_icmpv6_unreach +EXPORT_SYMBOL vmlinux 0x7c0d40f7 take_dentry_name_snapshot +EXPORT_SYMBOL vmlinux 0x7c173634 __bitmap_complement +EXPORT_SYMBOL vmlinux 0x7c46233a cpufreq_quick_get +EXPORT_SYMBOL vmlinux 0x7c4db646 vme_master_request +EXPORT_SYMBOL vmlinux 0x7c58909e iptun_encaps +EXPORT_SYMBOL vmlinux 0x7c7b2e34 n_tty_ioctl_helper +EXPORT_SYMBOL vmlinux 0x7ca6a58b textsearch_unregister +EXPORT_SYMBOL vmlinux 0x7cc342fd dentry_open +EXPORT_SYMBOL vmlinux 0x7ccbcaa1 km_query +EXPORT_SYMBOL vmlinux 0x7cd5313f __skb_checksum_complete +EXPORT_SYMBOL vmlinux 0x7cd9fd0a migrate_device_pages +EXPORT_SYMBOL vmlinux 0x7cdbcf9c serio_interrupt +EXPORT_SYMBOL vmlinux 0x7ce18c9f from_kqid +EXPORT_SYMBOL vmlinux 0x7ce58981 kvrealloc +EXPORT_SYMBOL vmlinux 0x7cedc835 lookup_one_len_unlocked +EXPORT_SYMBOL vmlinux 0x7cef6b93 jbd2_transaction_committed +EXPORT_SYMBOL vmlinux 0x7cf35220 vme_master_free +EXPORT_SYMBOL vmlinux 0x7cfe368d net_dim_get_def_tx_moderation +EXPORT_SYMBOL vmlinux 0x7cffe0a7 pci_wake_from_d3 +EXPORT_SYMBOL vmlinux 0x7d05b3b7 phy_init_eee +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 0x7d142e84 fb_firmware_edid +EXPORT_SYMBOL vmlinux 0x7d1565bb tag_pages_for_writeback +EXPORT_SYMBOL vmlinux 0x7d24217a mipi_dsi_dcs_get_display_brightness_large +EXPORT_SYMBOL vmlinux 0x7d27e504 dm_shift_arg +EXPORT_SYMBOL vmlinux 0x7d39d1ce xfrm_input +EXPORT_SYMBOL vmlinux 0x7d4058e2 __serio_register_driver +EXPORT_SYMBOL vmlinux 0x7d4b176a netlbl_catmap_setbit +EXPORT_SYMBOL vmlinux 0x7d4f47a5 sock_recv_errqueue +EXPORT_SYMBOL vmlinux 0x7d5e1008 __crc32c_le_shift +EXPORT_SYMBOL vmlinux 0x7d6667a2 eth_commit_mac_addr_change +EXPORT_SYMBOL vmlinux 0x7d74d522 kstrtoull_from_user +EXPORT_SYMBOL vmlinux 0x7d90803a qdisc_offload_query_caps +EXPORT_SYMBOL vmlinux 0x7d9d83d6 __blockdev_direct_IO +EXPORT_SYMBOL vmlinux 0x7daece67 quota_send_warning +EXPORT_SYMBOL vmlinux 0x7dc264fe block_is_partially_uptodate +EXPORT_SYMBOL vmlinux 0x7dc5ffa7 tc_skb_ext_tc_disable +EXPORT_SYMBOL vmlinux 0x7dcf4135 __xa_insert +EXPORT_SYMBOL vmlinux 0x7df85949 xfrm_lookup +EXPORT_SYMBOL vmlinux 0x7dfe957f lease_modify +EXPORT_SYMBOL vmlinux 0x7e021eb4 __skb_flow_get_ports +EXPORT_SYMBOL vmlinux 0x7e0b255f hdmi_audio_infoframe_pack_for_dp +EXPORT_SYMBOL vmlinux 0x7e1fa933 fwnode_irq_get +EXPORT_SYMBOL vmlinux 0x7e23625d iov_iter_get_pages_alloc2 +EXPORT_SYMBOL vmlinux 0x7e3191f6 try_to_del_timer_sync +EXPORT_SYMBOL vmlinux 0x7e39bc04 generic_fill_statx_attr +EXPORT_SYMBOL vmlinux 0x7e3cc5ec vga_set_legacy_decoding +EXPORT_SYMBOL vmlinux 0x7e433897 dev_set_mac_address +EXPORT_SYMBOL vmlinux 0x7e46e502 may_umount_tree +EXPORT_SYMBOL vmlinux 0x7e5c9cbd migrate_device_finalize +EXPORT_SYMBOL vmlinux 0x7e717fe9 has_capability +EXPORT_SYMBOL vmlinux 0x7e759435 free_inode_nonrcu +EXPORT_SYMBOL vmlinux 0x7ea0d4ca tegra_sku_info +EXPORT_SYMBOL vmlinux 0x7ea2372a simple_getattr +EXPORT_SYMBOL vmlinux 0x7ea4822a cdev_add +EXPORT_SYMBOL vmlinux 0x7eb129fa sk_net_capable +EXPORT_SYMBOL vmlinux 0x7ebdee5c irq_set_chip +EXPORT_SYMBOL vmlinux 0x7ed2c742 vlan_ioctl_set +EXPORT_SYMBOL vmlinux 0x7edd659b blk_post_runtime_resume +EXPORT_SYMBOL vmlinux 0x7ee0dc76 platform_get_ethdev_address +EXPORT_SYMBOL vmlinux 0x7ee14e4d flow_rule_match_enc_ip +EXPORT_SYMBOL vmlinux 0x7ef4bddc __sg_page_iter_next +EXPORT_SYMBOL vmlinux 0x7f00475a discard_new_inode +EXPORT_SYMBOL vmlinux 0x7f02188f __msecs_to_jiffies +EXPORT_SYMBOL vmlinux 0x7f03b6a9 crc_ccitt_table +EXPORT_SYMBOL vmlinux 0x7f10f444 phy_write_paged +EXPORT_SYMBOL vmlinux 0x7f24de73 jiffies_to_usecs +EXPORT_SYMBOL vmlinux 0x7f4376f8 pci_get_device +EXPORT_SYMBOL vmlinux 0x7f47b313 vfs_setpos +EXPORT_SYMBOL vmlinux 0x7f4b545c param_get_byte +EXPORT_SYMBOL vmlinux 0x7f4b8110 netdev_master_upper_dev_link +EXPORT_SYMBOL vmlinux 0x7f4c3d54 dev_get_by_name +EXPORT_SYMBOL vmlinux 0x7f52071a net_dim +EXPORT_SYMBOL vmlinux 0x7f56303e max8925_reg_read +EXPORT_SYMBOL vmlinux 0x7f62eaa4 sgl_free +EXPORT_SYMBOL vmlinux 0x7f66ee08 page_pool_get_stats +EXPORT_SYMBOL vmlinux 0x7f674660 path_get +EXPORT_SYMBOL vmlinux 0x7f7f7bb4 irq_poll_disable +EXPORT_SYMBOL vmlinux 0x7f82da4f tcf_exts_destroy +EXPORT_SYMBOL vmlinux 0x7f86d3c3 netpoll_cleanup +EXPORT_SYMBOL vmlinux 0x7f8e7900 jbd2_journal_force_commit +EXPORT_SYMBOL vmlinux 0x7f97e19a netif_set_tso_max_segs +EXPORT_SYMBOL vmlinux 0x7fc8a6a5 dev_uc_sync +EXPORT_SYMBOL vmlinux 0x7fcd5639 get_user_pages_unlocked +EXPORT_SYMBOL vmlinux 0x7fce778e tegra_ivc_total_queue_size +EXPORT_SYMBOL vmlinux 0x7fcff243 vme_bus_error_handler +EXPORT_SYMBOL vmlinux 0x7fda22c6 param_set_long +EXPORT_SYMBOL vmlinux 0x7fda9dca kern_unmount_array +EXPORT_SYMBOL vmlinux 0x7fe105d7 bman_ip_rev +EXPORT_SYMBOL vmlinux 0x7fe172fb tty_port_hangup +EXPORT_SYMBOL vmlinux 0x7fe32873 rb_replace_node +EXPORT_SYMBOL vmlinux 0x7ff7fee9 tcp_create_openreq_child +EXPORT_SYMBOL vmlinux 0x7ffe6f5b filemap_page_mkwrite +EXPORT_SYMBOL vmlinux 0x80185e7f sk_error_report +EXPORT_SYMBOL vmlinux 0x803ddbb6 __posix_acl_create +EXPORT_SYMBOL vmlinux 0x803ff0c8 xsk_tx_release +EXPORT_SYMBOL vmlinux 0x80631e5e nf_unregister_net_hook +EXPORT_SYMBOL vmlinux 0x80749688 seq_dentry +EXPORT_SYMBOL vmlinux 0x80762048 _atomic_dec_and_raw_lock +EXPORT_SYMBOL vmlinux 0x80816f26 get_user_ifreq +EXPORT_SYMBOL vmlinux 0x808adce2 sock_no_linger +EXPORT_SYMBOL vmlinux 0x809712ff hdmi_avi_infoframe_pack +EXPORT_SYMBOL vmlinux 0x809820fd __sk_mem_reclaim +EXPORT_SYMBOL vmlinux 0x809bd803 mq_change_real_num_tx +EXPORT_SYMBOL vmlinux 0x809d4324 iw_handler_set_thrspy +EXPORT_SYMBOL vmlinux 0x809e0bf2 devfreq_add_device +EXPORT_SYMBOL vmlinux 0x80a08135 __insert_inode_hash +EXPORT_SYMBOL vmlinux 0x80a12bae scsi_host_get +EXPORT_SYMBOL vmlinux 0x80a43b0f devfreq_suspend_device +EXPORT_SYMBOL vmlinux 0x80a717a8 __percpu_counter_compare +EXPORT_SYMBOL vmlinux 0x80c6f07f blk_mq_start_hw_queue +EXPORT_SYMBOL vmlinux 0x80c8037c vfs_link +EXPORT_SYMBOL vmlinux 0x80ca5026 _bin2bcd +EXPORT_SYMBOL vmlinux 0x80d68d3e fb_register_client +EXPORT_SYMBOL vmlinux 0x80d7c034 genphy_update_link +EXPORT_SYMBOL vmlinux 0x80e5f86f fscrypt_fname_alloc_buffer +EXPORT_SYMBOL vmlinux 0x80ec0d50 qman_init_fq +EXPORT_SYMBOL vmlinux 0x80ec509c fman_reset_mac +EXPORT_SYMBOL vmlinux 0x80fc04bf __pci_register_driver +EXPORT_SYMBOL vmlinux 0x8112b3d2 scsi_build_sense_buffer +EXPORT_SYMBOL vmlinux 0x8118632f d_set_d_op +EXPORT_SYMBOL vmlinux 0x81188c30 match_string +EXPORT_SYMBOL vmlinux 0x8125c1d1 generic_pipe_buf_get +EXPORT_SYMBOL vmlinux 0x81533963 sysfs_format_mac +EXPORT_SYMBOL vmlinux 0x81575468 neigh_seq_next +EXPORT_SYMBOL vmlinux 0x815b5dd4 match_octal +EXPORT_SYMBOL vmlinux 0x8179bce6 pcie_capability_write_word +EXPORT_SYMBOL vmlinux 0x817a3585 single_open +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 0x8191ddb2 pci_write_config_word +EXPORT_SYMBOL vmlinux 0x81936fb1 mmc_command_done +EXPORT_SYMBOL vmlinux 0x81a1eb59 utf8_unload +EXPORT_SYMBOL vmlinux 0x81a9c481 vlan_uses_dev +EXPORT_SYMBOL vmlinux 0x81b20e8b ucc_fast_transmit_on_demand +EXPORT_SYMBOL vmlinux 0x81db6ebb xz_dec_reset +EXPORT_SYMBOL vmlinux 0x81e6b37f dmi_get_system_info +EXPORT_SYMBOL vmlinux 0x8207115f unload_nls +EXPORT_SYMBOL vmlinux 0x8228b39f copy_string_kernel +EXPORT_SYMBOL vmlinux 0x8235c70c pnp_release_card_device +EXPORT_SYMBOL vmlinux 0x823d3505 cmxgcr_lock +EXPORT_SYMBOL vmlinux 0x825971ad phy_mipi_dphy_get_default_config_for_hsclk +EXPORT_SYMBOL vmlinux 0x8263a6d9 proc_douintvec +EXPORT_SYMBOL vmlinux 0x8263dede devm_nvmem_cell_put +EXPORT_SYMBOL vmlinux 0x827c96fb dquot_get_next_dqblk +EXPORT_SYMBOL vmlinux 0x82851b6b rproc_add_carveout +EXPORT_SYMBOL vmlinux 0x8289502e unpin_user_pages +EXPORT_SYMBOL vmlinux 0x8299555c flow_rule_match_control +EXPORT_SYMBOL vmlinux 0x82a18088 fib_default_rule_add +EXPORT_SYMBOL vmlinux 0x82a507bc generic_file_readonly_mmap +EXPORT_SYMBOL vmlinux 0x82c4c7fa inet_add_offload +EXPORT_SYMBOL vmlinux 0x82c87ad5 nr_online_nodes +EXPORT_SYMBOL vmlinux 0x82d522a9 make_kgid +EXPORT_SYMBOL vmlinux 0x82df1905 tcf_get_next_chain +EXPORT_SYMBOL vmlinux 0x82ea3579 mmc_alloc_host +EXPORT_SYMBOL vmlinux 0x82eb8112 generic_listxattr +EXPORT_SYMBOL vmlinux 0x82ee90dc timer_delete_sync +EXPORT_SYMBOL vmlinux 0x82f57279 neigh_sysctl_unregister +EXPORT_SYMBOL vmlinux 0x82f8d194 fb_pan_display +EXPORT_SYMBOL vmlinux 0x83009a32 param_get_int +EXPORT_SYMBOL vmlinux 0x83288bc9 skb_ext_add +EXPORT_SYMBOL vmlinux 0x83581089 gf128mul_init_4k_lle +EXPORT_SYMBOL vmlinux 0x836316fd flow_rule_match_arp +EXPORT_SYMBOL vmlinux 0x8370bf8f set_security_override +EXPORT_SYMBOL vmlinux 0x8373233e tcf_qevent_validate_change +EXPORT_SYMBOL vmlinux 0x838d2bc8 siphash_3u32 +EXPORT_SYMBOL vmlinux 0x83aa9349 dma_sync_single_for_device +EXPORT_SYMBOL vmlinux 0x83b5df46 inode_to_bdi +EXPORT_SYMBOL vmlinux 0x83bcda92 skb_headers_offset_update +EXPORT_SYMBOL vmlinux 0x83cbe05e jbd2_journal_clear_features +EXPORT_SYMBOL vmlinux 0x83e0a3cb capable_wrt_inode_uidgid +EXPORT_SYMBOL vmlinux 0x84031c7b __traceiter_kmem_cache_alloc +EXPORT_SYMBOL vmlinux 0x840b2316 eth_header_cache_update +EXPORT_SYMBOL vmlinux 0x840b6e06 jbd2_fc_end_commit +EXPORT_SYMBOL vmlinux 0x8422d72f backlight_device_get_by_type +EXPORT_SYMBOL vmlinux 0x8427cc7b _raw_spin_lock_irq +EXPORT_SYMBOL vmlinux 0x8446d346 bioset_exit +EXPORT_SYMBOL vmlinux 0x84517d79 page_pool_update_nid +EXPORT_SYMBOL vmlinux 0x8455e3a7 dma_fence_signal_timestamp_locked +EXPORT_SYMBOL vmlinux 0x8467e2f7 dst_destroy +EXPORT_SYMBOL vmlinux 0x84680006 dquot_release +EXPORT_SYMBOL vmlinux 0x84705291 eth_platform_get_mac_address +EXPORT_SYMBOL vmlinux 0x847ce6cb mt_find_after +EXPORT_SYMBOL vmlinux 0x84818f57 tegra_powergate_power_on +EXPORT_SYMBOL vmlinux 0x84823cf3 nla_strscpy +EXPORT_SYMBOL vmlinux 0x8489d7b5 cdrom_mode_select +EXPORT_SYMBOL vmlinux 0x84914079 __kfifo_dma_out_prepare +EXPORT_SYMBOL vmlinux 0x84a0ca4d bitmap_zalloc_node +EXPORT_SYMBOL vmlinux 0x84ad43e0 inet_sk_set_state +EXPORT_SYMBOL vmlinux 0x84b6e94b phy_read_paged +EXPORT_SYMBOL vmlinux 0x84c1c552 proc_dointvec_ms_jiffies +EXPORT_SYMBOL vmlinux 0x84ca7c07 pipe_lock +EXPORT_SYMBOL vmlinux 0x84e99047 forget_all_cached_acls +EXPORT_SYMBOL vmlinux 0x8518a4a6 _raw_spin_trylock_bh +EXPORT_SYMBOL vmlinux 0x851b9121 xudma_dev_get_psil_base +EXPORT_SYMBOL vmlinux 0x85286660 pci_rebar_get_possible_sizes +EXPORT_SYMBOL vmlinux 0x85498151 mr_mfc_find_any +EXPORT_SYMBOL vmlinux 0x85670f1d rtnl_is_locked +EXPORT_SYMBOL vmlinux 0x857bc666 security_inet_conn_request +EXPORT_SYMBOL vmlinux 0x857e7621 key_link +EXPORT_SYMBOL vmlinux 0x8591d7d5 ledtrig_mtd_activity +EXPORT_SYMBOL vmlinux 0x85b27bf3 disk_stack_limits +EXPORT_SYMBOL vmlinux 0x85b5e625 rfkill_set_states +EXPORT_SYMBOL vmlinux 0x85bd1608 __request_region +EXPORT_SYMBOL vmlinux 0x85bda997 sock_no_sendmsg_locked +EXPORT_SYMBOL vmlinux 0x85c64e8f simple_write_begin +EXPORT_SYMBOL vmlinux 0x85d8130b kmem_cache_create_usercopy +EXPORT_SYMBOL vmlinux 0x85df9b6c strsep +EXPORT_SYMBOL vmlinux 0x85efc7e0 zero_pfn +EXPORT_SYMBOL vmlinux 0x86019d2c xfrm_policy_register_afinfo +EXPORT_SYMBOL vmlinux 0x86279610 xp_raw_get_dma +EXPORT_SYMBOL vmlinux 0x862c8035 bitmap_alloc_node +EXPORT_SYMBOL vmlinux 0x863857fa console_start +EXPORT_SYMBOL vmlinux 0x863a276a color_table +EXPORT_SYMBOL vmlinux 0x864fc9ad set_nlink +EXPORT_SYMBOL vmlinux 0x86591718 fscrypt_ioctl_get_policy +EXPORT_SYMBOL vmlinux 0x866678ae uart_write_wakeup +EXPORT_SYMBOL vmlinux 0x866a62b2 gnet_stats_basic_sync_init +EXPORT_SYMBOL vmlinux 0x8689334b mntput +EXPORT_SYMBOL vmlinux 0x868acba5 get_options +EXPORT_SYMBOL vmlinux 0x8699e51e xsk_get_pool_from_qid +EXPORT_SYMBOL vmlinux 0x86a0e84f seq_path +EXPORT_SYMBOL vmlinux 0x86c16207 vlan_filter_drop_vids +EXPORT_SYMBOL vmlinux 0x86c34467 tso_start +EXPORT_SYMBOL vmlinux 0x86c48b74 sunxi_sram_release +EXPORT_SYMBOL vmlinux 0x86c5ce3d touch_atime +EXPORT_SYMBOL vmlinux 0x86c956e5 sync_mapping_buffers +EXPORT_SYMBOL vmlinux 0x86c99ef2 kernel_getsockname +EXPORT_SYMBOL vmlinux 0x86ca4c1a __phy_write_mmd +EXPORT_SYMBOL vmlinux 0x86d52ba5 lookup_constant +EXPORT_SYMBOL vmlinux 0x86d72f5d __sock_cmsg_send +EXPORT_SYMBOL vmlinux 0x86db8458 vfs_ioctl +EXPORT_SYMBOL vmlinux 0x86dd708d tc_skb_ext_tc_enable +EXPORT_SYMBOL vmlinux 0x86e1b259 __put_cred +EXPORT_SYMBOL vmlinux 0x86fb9b05 bitmap_parse_user +EXPORT_SYMBOL vmlinux 0x86ffe5ea serio_unregister_child_port +EXPORT_SYMBOL vmlinux 0x87222d84 param_set_byte +EXPORT_SYMBOL vmlinux 0x87244772 __dst_destroy_metrics_generic +EXPORT_SYMBOL vmlinux 0x8747e228 d_instantiate_new +EXPORT_SYMBOL vmlinux 0x87562349 fib_notifier_ops_unregister +EXPORT_SYMBOL vmlinux 0x8761c87b rps_needed +EXPORT_SYMBOL vmlinux 0x87678f3d tty_insert_flip_string_fixed_flag +EXPORT_SYMBOL vmlinux 0x87809aeb put_user_ifreq +EXPORT_SYMBOL vmlinux 0x878f8b8b jbd2_journal_start +EXPORT_SYMBOL vmlinux 0x87a21cb3 __ubsan_handle_out_of_bounds +EXPORT_SYMBOL vmlinux 0x87bbff35 xfrm_trans_queue_net +EXPORT_SYMBOL vmlinux 0x87e484a5 nla_put +EXPORT_SYMBOL vmlinux 0x87f533c7 tcp_get_cookie_sock +EXPORT_SYMBOL vmlinux 0x880422a4 netdev_next_lower_dev_rcu +EXPORT_SYMBOL vmlinux 0x88076929 msi_desc_to_pci_dev +EXPORT_SYMBOL vmlinux 0x880953ae mmc_release_host +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 0x8836b106 blk_set_runtime_active +EXPORT_SYMBOL vmlinux 0x88377e1a sock_no_sendpage_locked +EXPORT_SYMBOL vmlinux 0x8845800b default_qdisc_ops +EXPORT_SYMBOL vmlinux 0x88476f5e open_with_fake_path +EXPORT_SYMBOL vmlinux 0x884ab7cb __d_lookup_unhash_wake +EXPORT_SYMBOL vmlinux 0x885898ee key_validate +EXPORT_SYMBOL vmlinux 0x886ec418 jbd2_journal_dirty_metadata +EXPORT_SYMBOL vmlinux 0x88822d38 unregister_blocking_lsm_notifier +EXPORT_SYMBOL vmlinux 0x8888f1fe xxh32 +EXPORT_SYMBOL vmlinux 0x889b1370 _raw_read_trylock +EXPORT_SYMBOL vmlinux 0x88aa93dd file_remove_privs +EXPORT_SYMBOL vmlinux 0x88bca43f alloc_buffer_head +EXPORT_SYMBOL vmlinux 0x88cc5afa phy_write_mmd +EXPORT_SYMBOL vmlinux 0x88db9f48 __check_object_size +EXPORT_SYMBOL vmlinux 0x88dba491 poll_initwait +EXPORT_SYMBOL vmlinux 0x88de2999 tcp_init_sock +EXPORT_SYMBOL vmlinux 0x88e1d0f0 page_frag_free +EXPORT_SYMBOL vmlinux 0x88eb638e dump_emit +EXPORT_SYMBOL vmlinux 0x88f0109c netif_tx_lock +EXPORT_SYMBOL vmlinux 0x88f781ef tegra_ivc_write_get_next_frame +EXPORT_SYMBOL vmlinux 0x88fe2e6e md_wait_for_blocked_rdev +EXPORT_SYMBOL vmlinux 0x890e20f0 __alloc_pages +EXPORT_SYMBOL vmlinux 0x891dbb8f sgl_free_order +EXPORT_SYMBOL vmlinux 0x8924454d blk_queue_segment_boundary +EXPORT_SYMBOL vmlinux 0x893e06b2 watchdog_register_governor +EXPORT_SYMBOL vmlinux 0x89434b4b radix_tree_tag_clear +EXPORT_SYMBOL vmlinux 0x8946ea72 fpsimd_context_busy +EXPORT_SYMBOL vmlinux 0x895cbde8 mmc_sw_reset +EXPORT_SYMBOL vmlinux 0x898472c4 input_set_abs_params +EXPORT_SYMBOL vmlinux 0x8985600b pci_ep_cfs_add_epc_group +EXPORT_SYMBOL vmlinux 0x89940875 mutex_lock_interruptible +EXPORT_SYMBOL vmlinux 0x899ab807 __blk_alloc_disk +EXPORT_SYMBOL vmlinux 0x899f2ccb param_ops_ullong +EXPORT_SYMBOL vmlinux 0x89ad9d7b scsi_print_command +EXPORT_SYMBOL vmlinux 0x89cadfb3 blk_rq_append_bio +EXPORT_SYMBOL vmlinux 0x89d25f04 kernel_sendpage_locked +EXPORT_SYMBOL vmlinux 0x89d35181 __netlink_ns_capable +EXPORT_SYMBOL vmlinux 0x89da7598 io_uring_get_socket +EXPORT_SYMBOL vmlinux 0x89e26636 __serio_register_port +EXPORT_SYMBOL vmlinux 0x89ea89c3 vme_lm_request +EXPORT_SYMBOL vmlinux 0x8a05f019 ilookup5_nowait +EXPORT_SYMBOL vmlinux 0x8a273e76 tty_port_carrier_raised +EXPORT_SYMBOL vmlinux 0x8a28210f pci_unregister_driver +EXPORT_SYMBOL vmlinux 0x8a39c51a elv_rb_latter_request +EXPORT_SYMBOL vmlinux 0x8a4622dd filemap_check_errors +EXPORT_SYMBOL vmlinux 0x8a47043d LZ4_decompress_safe_continue +EXPORT_SYMBOL vmlinux 0x8a490c90 rfkill_set_sw_state +EXPORT_SYMBOL vmlinux 0x8a518b94 mii_nway_restart +EXPORT_SYMBOL vmlinux 0x8a52549b i2c_smbus_write_byte +EXPORT_SYMBOL vmlinux 0x8a598c26 xp_dma_map +EXPORT_SYMBOL vmlinux 0x8a6e1101 d_invalidate +EXPORT_SYMBOL vmlinux 0x8a7094ba vm_brk_flags +EXPORT_SYMBOL vmlinux 0x8a7c6b00 inet_del_offload +EXPORT_SYMBOL vmlinux 0x8a7d1c31 high_memory +EXPORT_SYMBOL vmlinux 0x8a99034a tcp_timewait_state_process +EXPORT_SYMBOL vmlinux 0x8a99a016 mempool_free_slab +EXPORT_SYMBOL vmlinux 0x8ab74236 arp_xmit +EXPORT_SYMBOL vmlinux 0x8ac084c0 folio_mark_dirty +EXPORT_SYMBOL vmlinux 0x8ac136ae imx_sc_misc_get_control +EXPORT_SYMBOL vmlinux 0x8ac3334b net_dim_get_def_rx_moderation +EXPORT_SYMBOL vmlinux 0x8accd339 tegra_ivc_init +EXPORT_SYMBOL vmlinux 0x8ad0c7d3 write_cache_pages +EXPORT_SYMBOL vmlinux 0x8ad5de5a mii_link_ok +EXPORT_SYMBOL vmlinux 0x8ae5f2ca vfs_readlink +EXPORT_SYMBOL vmlinux 0x8b0088d1 LZ4_decompress_safe_usingDict +EXPORT_SYMBOL vmlinux 0x8b06ba2c crypto_sha1_update +EXPORT_SYMBOL vmlinux 0x8b2ffd83 __cpu_present_mask +EXPORT_SYMBOL vmlinux 0x8b569495 jbd2_journal_ack_err +EXPORT_SYMBOL vmlinux 0x8b618d08 overflowuid +EXPORT_SYMBOL vmlinux 0x8b7be9f0 rt_dst_alloc +EXPORT_SYMBOL vmlinux 0x8b8059bd in_group_p +EXPORT_SYMBOL vmlinux 0x8b8ee908 __sk_dst_check +EXPORT_SYMBOL vmlinux 0x8b910be2 errseq_sample +EXPORT_SYMBOL vmlinux 0x8b989cf9 acpi_bus_can_wakeup +EXPORT_SYMBOL vmlinux 0x8bbd3ed6 __dev_set_mtu +EXPORT_SYMBOL vmlinux 0x8bdfc47c __mb_cache_entry_free +EXPORT_SYMBOL vmlinux 0x8be189ab ucc_slow_disable +EXPORT_SYMBOL vmlinux 0x8bfa34f2 tty_lock +EXPORT_SYMBOL vmlinux 0x8c04b2e6 dcb_ieee_getapp_dscp_prio_mask_map +EXPORT_SYMBOL vmlinux 0x8c1f8f4f readahead_expand +EXPORT_SYMBOL vmlinux 0x8c26d495 prepare_to_wait_event +EXPORT_SYMBOL vmlinux 0x8c30bf67 zstd_dctx_workspace_bound +EXPORT_SYMBOL vmlinux 0x8c31177e mini_qdisc_pair_init +EXPORT_SYMBOL vmlinux 0x8c490841 __cpuhp_remove_state +EXPORT_SYMBOL vmlinux 0x8c4c8916 pid_task +EXPORT_SYMBOL vmlinux 0x8c5248b0 inet_csk_destroy_sock +EXPORT_SYMBOL vmlinux 0x8c71882a scsi_partsize +EXPORT_SYMBOL vmlinux 0x8c8569cb kstrtoint +EXPORT_SYMBOL vmlinux 0x8c889ec2 mdiobus_setup_mdiodev_from_board_info +EXPORT_SYMBOL vmlinux 0x8c91e26c truncate_pagecache +EXPORT_SYMBOL vmlinux 0x8c9dced1 pci_set_master +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 0x8cc6e478 __i2c_smbus_xfer +EXPORT_SYMBOL vmlinux 0x8cda8029 xen_clear_irq_pending +EXPORT_SYMBOL vmlinux 0x8cee4d32 fman_get_mem_region +EXPORT_SYMBOL vmlinux 0x8d150481 sg_alloc_table_from_pages_segment +EXPORT_SYMBOL vmlinux 0x8d33e672 __find_nth_andnot_bit +EXPORT_SYMBOL vmlinux 0x8d4112df qcom_scm_mem_protect_video_var +EXPORT_SYMBOL vmlinux 0x8d55bb8a qid_eq +EXPORT_SYMBOL vmlinux 0x8d56e7b4 proc_mkdir_mode +EXPORT_SYMBOL vmlinux 0x8d5ecedc phy_queue_state_machine +EXPORT_SYMBOL vmlinux 0x8d67fd21 devm_devfreq_unregister_notifier +EXPORT_SYMBOL vmlinux 0x8d73278e hex_asc_upper +EXPORT_SYMBOL vmlinux 0x8d775e23 pci_disable_link_state +EXPORT_SYMBOL vmlinux 0x8d793d20 vme_dma_list_add +EXPORT_SYMBOL vmlinux 0x8d9ca0e6 dma_fence_enable_sw_signaling +EXPORT_SYMBOL vmlinux 0x8db2ae05 inode_newsize_ok +EXPORT_SYMBOL vmlinux 0x8db97fe0 __ip_options_compile +EXPORT_SYMBOL vmlinux 0x8dce82fc netpoll_poll_enable +EXPORT_SYMBOL vmlinux 0x8ddd8aad schedule_timeout +EXPORT_SYMBOL vmlinux 0x8dee722d _raw_read_lock_bh +EXPORT_SYMBOL vmlinux 0x8df4afd9 qe_put_snum +EXPORT_SYMBOL vmlinux 0x8df92f66 memchr_inv +EXPORT_SYMBOL vmlinux 0x8df9dd10 guid_null +EXPORT_SYMBOL vmlinux 0x8e0ced3f __lock_buffer +EXPORT_SYMBOL vmlinux 0x8e125589 register_netdev +EXPORT_SYMBOL vmlinux 0x8e17b3ae idr_destroy +EXPORT_SYMBOL vmlinux 0x8e21c9a1 dma_fence_add_callback +EXPORT_SYMBOL vmlinux 0x8e2396c7 kmem_cache_alloc_lru +EXPORT_SYMBOL vmlinux 0x8e3a3c99 request_firmware +EXPORT_SYMBOL vmlinux 0x8e3e0f7d fault_in_readable +EXPORT_SYMBOL vmlinux 0x8e47904a send_sig_mceerr +EXPORT_SYMBOL vmlinux 0x8e4c60a3 cpm_muram_dma +EXPORT_SYMBOL vmlinux 0x8e505159 security_path_mknod +EXPORT_SYMBOL vmlinux 0x8e52ab0e _dev_printk +EXPORT_SYMBOL vmlinux 0x8e5f6010 phy_get_eee_err +EXPORT_SYMBOL vmlinux 0x8e6d4ddd sget +EXPORT_SYMBOL vmlinux 0x8e7210ce dquot_load_quota_sb +EXPORT_SYMBOL vmlinux 0x8e7d3b9a sg_miter_next +EXPORT_SYMBOL vmlinux 0x8e93bd24 security_secctx_to_secid +EXPORT_SYMBOL vmlinux 0x8e93f72a truncate_inode_pages_final +EXPORT_SYMBOL vmlinux 0x8e98629c kmem_cache_alloc_bulk +EXPORT_SYMBOL vmlinux 0x8ea44717 simple_dir_operations +EXPORT_SYMBOL vmlinux 0x8eae6084 input_mt_init_slots +EXPORT_SYMBOL vmlinux 0x8ec760b0 cgroup_bpf_enabled_key +EXPORT_SYMBOL vmlinux 0x8ec7bc69 tcp_select_initial_window +EXPORT_SYMBOL vmlinux 0x8ed0cce6 udp_sk_rx_dst_set +EXPORT_SYMBOL vmlinux 0x8eeb9f81 simple_transaction_release +EXPORT_SYMBOL vmlinux 0x8ef22072 devm_register_netdev +EXPORT_SYMBOL vmlinux 0x8ef65cc5 vmf_insert_mixed +EXPORT_SYMBOL vmlinux 0x8ef8172f qdisc_watchdog_init +EXPORT_SYMBOL vmlinux 0x8f01afd6 twl6030_interrupt_mask +EXPORT_SYMBOL vmlinux 0x8f2156f7 nla_reserve_64bit +EXPORT_SYMBOL vmlinux 0x8f2cc1b8 devm_backlight_device_unregister +EXPORT_SYMBOL vmlinux 0x8f918f14 rproc_add_subdev +EXPORT_SYMBOL vmlinux 0x8f920113 iov_iter_single_seg_count +EXPORT_SYMBOL vmlinux 0x8f97b2be request_firmware_nowait +EXPORT_SYMBOL vmlinux 0x8f996a30 ethtool_convert_legacy_u32_to_link_mode +EXPORT_SYMBOL vmlinux 0x8fa10ef4 bpf_link_put +EXPORT_SYMBOL vmlinux 0x8fa25c24 xa_find +EXPORT_SYMBOL vmlinux 0x8fa6caea udp_poll +EXPORT_SYMBOL vmlinux 0x8fa7f606 phy_start_cable_test_tdr +EXPORT_SYMBOL vmlinux 0x8fb3c87f cdrom_mode_sense +EXPORT_SYMBOL vmlinux 0x8fbe7097 serio_unregister_driver +EXPORT_SYMBOL vmlinux 0x8fc9ea11 fman_port_cfg_buf_prefix_content +EXPORT_SYMBOL vmlinux 0x8fd180e7 kernel_neon_begin +EXPORT_SYMBOL vmlinux 0x8fd3aa4f revert_creds +EXPORT_SYMBOL vmlinux 0x8ff89ed0 seg6_hmac_exit +EXPORT_SYMBOL vmlinux 0x8ffc40af tty_vhangup +EXPORT_SYMBOL vmlinux 0x90006be6 dm_kcopyd_client_flush +EXPORT_SYMBOL vmlinux 0x900120b6 find_inode_nowait +EXPORT_SYMBOL vmlinux 0x9007d349 pci_bus_alloc_resource +EXPORT_SYMBOL vmlinux 0x900cc69e nd_btt_version +EXPORT_SYMBOL vmlinux 0x9016ce20 unpin_user_page +EXPORT_SYMBOL vmlinux 0x901d6973 file_fdatawait_range +EXPORT_SYMBOL vmlinux 0x902d8722 vme_slave_get +EXPORT_SYMBOL vmlinux 0x9034a696 mempool_destroy +EXPORT_SYMBOL vmlinux 0x90457803 dst_init +EXPORT_SYMBOL vmlinux 0x904ec823 input_set_timestamp +EXPORT_SYMBOL vmlinux 0x90576ec4 vmemdup_user +EXPORT_SYMBOL vmlinux 0x90578d55 fman_get_revision +EXPORT_SYMBOL vmlinux 0x906a23c7 napi_gro_receive +EXPORT_SYMBOL vmlinux 0x90990176 dev_vprintk_emit +EXPORT_SYMBOL vmlinux 0x90a3dd15 skb_csum_hwoffload_help +EXPORT_SYMBOL vmlinux 0x90b058e8 blk_queue_max_secure_erase_sectors +EXPORT_SYMBOL vmlinux 0x90b1a176 drop_reasons +EXPORT_SYMBOL vmlinux 0x90b85643 __set_page_dirty_nobuffers +EXPORT_SYMBOL vmlinux 0x90da0e3f dev_set_alias +EXPORT_SYMBOL vmlinux 0x910677d5 alloc_etherdev_mqs +EXPORT_SYMBOL vmlinux 0x9114b616 __xa_alloc +EXPORT_SYMBOL vmlinux 0x913b1898 no_seek_end_llseek +EXPORT_SYMBOL vmlinux 0x9147e71f irq_domain_set_info +EXPORT_SYMBOL vmlinux 0x914e9ba6 ioc_lookup_icq +EXPORT_SYMBOL vmlinux 0x9153c937 sock_queue_err_skb +EXPORT_SYMBOL vmlinux 0x915cf21a ps2_drain +EXPORT_SYMBOL vmlinux 0x9166fada strncpy +EXPORT_SYMBOL vmlinux 0x9166fc03 __flush_workqueue +EXPORT_SYMBOL vmlinux 0x9168aae9 devm_devfreq_add_governor +EXPORT_SYMBOL vmlinux 0x91734f47 inet_release +EXPORT_SYMBOL vmlinux 0x917620ab f_setown +EXPORT_SYMBOL vmlinux 0x918e2b02 skb_copy +EXPORT_SYMBOL vmlinux 0x919c58f3 __clzsi2 +EXPORT_SYMBOL vmlinux 0x919ed807 fman_get_bmi_max_fifo_size +EXPORT_SYMBOL vmlinux 0x91a2fb3b eth_prepare_mac_addr_change +EXPORT_SYMBOL vmlinux 0x91a488ac __netdev_alloc_frag_align +EXPORT_SYMBOL vmlinux 0x91a7b1da qdisc_class_hash_remove +EXPORT_SYMBOL vmlinux 0x91c0980e icst_hz +EXPORT_SYMBOL vmlinux 0x91c0ce76 sg_miter_stop +EXPORT_SYMBOL vmlinux 0x91e456a9 of_phy_is_fixed_link +EXPORT_SYMBOL vmlinux 0x91f3bbac inet_sendpage +EXPORT_SYMBOL vmlinux 0x91f44510 idr_alloc_cyclic +EXPORT_SYMBOL vmlinux 0x91f68ea1 __hw_addr_sync +EXPORT_SYMBOL vmlinux 0x91f7b314 eth_header_parse_protocol +EXPORT_SYMBOL vmlinux 0x91fdcf6d mroute6_is_socket +EXPORT_SYMBOL vmlinux 0x921e1d41 devfreq_register_opp_notifier +EXPORT_SYMBOL vmlinux 0x922f45a6 __bitmap_clear +EXPORT_SYMBOL vmlinux 0x923b1276 dmaengine_get +EXPORT_SYMBOL vmlinux 0x923bf2ad pci_bus_set_ops +EXPORT_SYMBOL vmlinux 0x923df7ad alloc_anon_inode +EXPORT_SYMBOL vmlinux 0x92495d04 gro_find_complete_by_type +EXPORT_SYMBOL vmlinux 0x9249cde9 __folio_lock +EXPORT_SYMBOL vmlinux 0x92540fbf finish_wait +EXPORT_SYMBOL vmlinux 0x9255db27 neigh_lookup +EXPORT_SYMBOL vmlinux 0x9258c776 hdmi_vendor_infoframe_pack_only +EXPORT_SYMBOL vmlinux 0x9266dcbe blackhole_netdev +EXPORT_SYMBOL vmlinux 0x926ca7b7 vm_event_states +EXPORT_SYMBOL vmlinux 0x9272b03f mii_check_link +EXPORT_SYMBOL vmlinux 0x92774cf8 __kfence_pool +EXPORT_SYMBOL vmlinux 0x9291cd3b memdup_user +EXPORT_SYMBOL vmlinux 0x92992dfb sock_set_sndtimeo +EXPORT_SYMBOL vmlinux 0x92997ed8 _printk +EXPORT_SYMBOL vmlinux 0x929dda13 scsi_host_lookup +EXPORT_SYMBOL vmlinux 0x92a0239a qman_start_using_portal +EXPORT_SYMBOL vmlinux 0x92b99a33 acpi_put_table +EXPORT_SYMBOL vmlinux 0x92b9b180 slash_name +EXPORT_SYMBOL vmlinux 0x92c856a3 iwe_stream_add_event +EXPORT_SYMBOL vmlinux 0x92cb443c xfrm_state_lookup_byaddr +EXPORT_SYMBOL vmlinux 0x92d07925 zero_fill_bio +EXPORT_SYMBOL vmlinux 0x92d19933 dev_alloc_name +EXPORT_SYMBOL vmlinux 0x92d5838e request_threaded_irq +EXPORT_SYMBOL vmlinux 0x92e683f5 down_timeout +EXPORT_SYMBOL vmlinux 0x92ec510d jiffies64_to_msecs +EXPORT_SYMBOL vmlinux 0x92f31d9d __tty_insert_flip_char +EXPORT_SYMBOL vmlinux 0x92fa5abb vme_lm_detach +EXPORT_SYMBOL vmlinux 0x92feee14 i2c_add_adapter +EXPORT_SYMBOL vmlinux 0x93022ba6 __scsi_format_command +EXPORT_SYMBOL vmlinux 0x93024c27 netlink_broadcast +EXPORT_SYMBOL vmlinux 0x9305f8e6 cpufreq_get +EXPORT_SYMBOL vmlinux 0x931cb21c tcf_idr_search +EXPORT_SYMBOL vmlinux 0x9325eeae blk_queue_update_dma_pad +EXPORT_SYMBOL vmlinux 0x9326e730 dm_get_device +EXPORT_SYMBOL vmlinux 0x9354983f page_mapping +EXPORT_SYMBOL vmlinux 0x937733e3 qid_valid +EXPORT_SYMBOL vmlinux 0x937be33e jbd2_journal_inode_ranged_wait +EXPORT_SYMBOL vmlinux 0x93a6e0b2 io_schedule +EXPORT_SYMBOL vmlinux 0x93af3802 dm_table_get_md +EXPORT_SYMBOL vmlinux 0x93b3fc74 register_dcbevent_notifier +EXPORT_SYMBOL vmlinux 0x93b75ffa tegra_dfll_runtime_resume +EXPORT_SYMBOL vmlinux 0x93b9d0ff xfrm_policy_alloc +EXPORT_SYMBOL vmlinux 0x93d6dd8c complete_all +EXPORT_SYMBOL vmlinux 0x93f39734 flow_rule_match_l2tpv3 +EXPORT_SYMBOL vmlinux 0x9402f316 block_truncate_page +EXPORT_SYMBOL vmlinux 0x940ff085 d_obtain_alias +EXPORT_SYMBOL vmlinux 0x9428f816 dim_turn +EXPORT_SYMBOL vmlinux 0x943500f5 skb_copy_expand +EXPORT_SYMBOL vmlinux 0x943cb4d2 dm_put_device +EXPORT_SYMBOL vmlinux 0x944375db _totalram_pages +EXPORT_SYMBOL vmlinux 0x944a564d is_console_locked +EXPORT_SYMBOL vmlinux 0x9456ca98 netdev_adjacent_change_commit +EXPORT_SYMBOL vmlinux 0x945e4c11 md_bitmap_update_sb +EXPORT_SYMBOL vmlinux 0x9467b52e pci_enable_wake +EXPORT_SYMBOL vmlinux 0x948131d8 vmf_insert_mixed_mkwrite +EXPORT_SYMBOL vmlinux 0x94961283 vunmap +EXPORT_SYMBOL vmlinux 0x9497060c netdev_txq_to_tc +EXPORT_SYMBOL vmlinux 0x94bae2ed unregister_quota_format +EXPORT_SYMBOL vmlinux 0x94bb7ec3 gen_pool_dma_zalloc_algo +EXPORT_SYMBOL vmlinux 0x94bf03ca utf8_to_utf32 +EXPORT_SYMBOL vmlinux 0x94cb4d81 phy_driver_register +EXPORT_SYMBOL vmlinux 0x94dd5259 proc_create_data +EXPORT_SYMBOL vmlinux 0x94f9611b md_cluster_ops +EXPORT_SYMBOL vmlinux 0x94fc8d93 smp_call_function_many +EXPORT_SYMBOL vmlinux 0x9505cb13 filemap_flush +EXPORT_SYMBOL vmlinux 0x9507c90f copy_fsxattr_to_user +EXPORT_SYMBOL vmlinux 0x950a013b kill_litter_super +EXPORT_SYMBOL vmlinux 0x9530c9f3 pps_unregister_source +EXPORT_SYMBOL vmlinux 0x95319644 sock_dequeue_err_skb +EXPORT_SYMBOL vmlinux 0x953d2426 utf8_strncmp +EXPORT_SYMBOL vmlinux 0x954cef6f init_on_alloc +EXPORT_SYMBOL vmlinux 0x954e93de nf_reinject +EXPORT_SYMBOL vmlinux 0x954f099c idr_preload +EXPORT_SYMBOL vmlinux 0x955e7670 tcf_exts_num_actions +EXPORT_SYMBOL vmlinux 0x9561278c scsi_get_device_flags_keyed +EXPORT_SYMBOL vmlinux 0x957b4041 ip_setsockopt +EXPORT_SYMBOL vmlinux 0x95963f2e page_cache_prev_miss +EXPORT_SYMBOL vmlinux 0x959bd3ae mmc_detect_card_removed +EXPORT_SYMBOL vmlinux 0x95a07bb5 acpi_execute_reg_methods +EXPORT_SYMBOL vmlinux 0x95a67b07 udp_table +EXPORT_SYMBOL vmlinux 0x95c77ebb xsk_tx_completed +EXPORT_SYMBOL vmlinux 0x95d610c5 ucc_of_parse_tdm +EXPORT_SYMBOL vmlinux 0x95d9c695 import_single_range +EXPORT_SYMBOL vmlinux 0x95e40707 genphy_handle_interrupt_no_ack +EXPORT_SYMBOL vmlinux 0x95f1ee2c param_set_ushort +EXPORT_SYMBOL vmlinux 0x96039d5f kobject_set_name +EXPORT_SYMBOL vmlinux 0x960746a7 xp_dma_unmap +EXPORT_SYMBOL vmlinux 0x961462f4 filemap_dirty_folio +EXPORT_SYMBOL vmlinux 0x96211a45 __xfrm_init_state +EXPORT_SYMBOL vmlinux 0x9629f50a __nla_put_64bit +EXPORT_SYMBOL vmlinux 0x96330be0 bmap +EXPORT_SYMBOL vmlinux 0x96372ae5 mdiobus_is_registered_device +EXPORT_SYMBOL vmlinux 0x9657fb00 __find_get_block +EXPORT_SYMBOL vmlinux 0x966d9c39 phy_start_aneg +EXPORT_SYMBOL vmlinux 0x967b8f44 __vfs_removexattr +EXPORT_SYMBOL vmlinux 0x96848186 scnprintf +EXPORT_SYMBOL vmlinux 0x9688de8b memstart_addr +EXPORT_SYMBOL vmlinux 0x96895f31 genl_unregister_family +EXPORT_SYMBOL vmlinux 0x96ab8844 pci_iomap_range +EXPORT_SYMBOL vmlinux 0x96b29254 strncasecmp +EXPORT_SYMBOL vmlinux 0x96c17136 fb_var_to_videomode +EXPORT_SYMBOL vmlinux 0x96cd2b04 scsi_sense_key_string +EXPORT_SYMBOL vmlinux 0x96cf6059 uart_register_driver +EXPORT_SYMBOL vmlinux 0x96e5d30f gen_pool_set_algo +EXPORT_SYMBOL vmlinux 0x96fab350 dim_park_on_top +EXPORT_SYMBOL vmlinux 0x9709900d genphy_read_master_slave +EXPORT_SYMBOL vmlinux 0x970a82a4 _copy_from_iter +EXPORT_SYMBOL vmlinux 0x970ca835 blk_rq_init +EXPORT_SYMBOL vmlinux 0x97171079 sock_kzfree_s +EXPORT_SYMBOL vmlinux 0x97223554 md_bitmap_start_sync +EXPORT_SYMBOL vmlinux 0x973fa82e register_acpi_notifier +EXPORT_SYMBOL vmlinux 0x97437cea pci_scan_single_device +EXPORT_SYMBOL vmlinux 0x9756228f dquot_quota_on +EXPORT_SYMBOL vmlinux 0x97762a67 skb_vlan_push +EXPORT_SYMBOL vmlinux 0x977774e3 __devm_mdiobus_register +EXPORT_SYMBOL vmlinux 0x97806dea __scsi_execute +EXPORT_SYMBOL vmlinux 0x97a57333 crc_t10dif_update +EXPORT_SYMBOL vmlinux 0x97a58aef devfreq_add_governor +EXPORT_SYMBOL vmlinux 0x97a9160d set_bh_page +EXPORT_SYMBOL vmlinux 0x97adb487 utf8s_to_utf16s +EXPORT_SYMBOL vmlinux 0x97bdfa60 scsi_dev_info_remove_list +EXPORT_SYMBOL vmlinux 0x97cb3dc9 sync_filesystem +EXPORT_SYMBOL vmlinux 0x97ed2212 __tracepoint_spi_transfer_start +EXPORT_SYMBOL vmlinux 0x980e5f93 rproc_vq_interrupt +EXPORT_SYMBOL vmlinux 0x981f5638 simple_transaction_read +EXPORT_SYMBOL vmlinux 0x9829fc11 __kfifo_out_peek_r +EXPORT_SYMBOL vmlinux 0x982bcde4 __cpu_dying_mask +EXPORT_SYMBOL vmlinux 0x984d5570 __netdev_notify_peers +EXPORT_SYMBOL vmlinux 0x9858f364 get_random_u8 +EXPORT_SYMBOL vmlinux 0x985f4913 jbd2_journal_release_jbd_inode +EXPORT_SYMBOL vmlinux 0x9863bad7 dcache_dir_lseek +EXPORT_SYMBOL vmlinux 0x988091c1 dma_resv_replace_fences +EXPORT_SYMBOL vmlinux 0x98826d90 fscrypt_has_permitted_context +EXPORT_SYMBOL vmlinux 0x9886be37 mmc_card_is_blockaddr +EXPORT_SYMBOL vmlinux 0x988b152f d_move +EXPORT_SYMBOL vmlinux 0x98c039dc dma_fence_wait_timeout +EXPORT_SYMBOL vmlinux 0x98c89ade security_xfrm_state_alloc +EXPORT_SYMBOL vmlinux 0x98c9c225 deactivate_super +EXPORT_SYMBOL vmlinux 0x98cda2cf mmc_detect_change +EXPORT_SYMBOL vmlinux 0x98cf2b79 blkdev_put +EXPORT_SYMBOL vmlinux 0x98cf60b3 strlen +EXPORT_SYMBOL vmlinux 0x98df6cf0 dma_resv_init +EXPORT_SYMBOL vmlinux 0x98e508ef ignore_console_lock_warning +EXPORT_SYMBOL vmlinux 0x98ea3a03 of_graph_get_next_endpoint +EXPORT_SYMBOL vmlinux 0x99094fb2 qcom_scm_is_available +EXPORT_SYMBOL vmlinux 0x990f6fd8 xen_free_unpopulated_pages +EXPORT_SYMBOL vmlinux 0x991378ef inode_io_list_del +EXPORT_SYMBOL vmlinux 0x993094bd of_get_parent +EXPORT_SYMBOL vmlinux 0x9931f8c9 qcom_scm_lmh_dcvsh_available +EXPORT_SYMBOL vmlinux 0x9939eba0 backlight_unregister_notifier +EXPORT_SYMBOL vmlinux 0x994006fa jbd2_journal_wipe +EXPORT_SYMBOL vmlinux 0x994d5e66 flow_rule_match_ct +EXPORT_SYMBOL vmlinux 0x99517682 udp_encap_enable +EXPORT_SYMBOL vmlinux 0x99544891 __d_drop +EXPORT_SYMBOL vmlinux 0x9956fb38 i2c_transfer +EXPORT_SYMBOL vmlinux 0x995f0aa1 lease_get_mtime +EXPORT_SYMBOL vmlinux 0x9975dc22 acpi_get_handle +EXPORT_SYMBOL vmlinux 0x999324a1 of_device_is_available +EXPORT_SYMBOL vmlinux 0x999c307e jbd2_fc_begin_commit +EXPORT_SYMBOL vmlinux 0x999e8297 vfree +EXPORT_SYMBOL vmlinux 0x999ec7e4 kfree_skb_partial +EXPORT_SYMBOL vmlinux 0x99af4e40 tty_port_block_til_ready +EXPORT_SYMBOL vmlinux 0x99d472b1 net_dim_get_rx_moderation +EXPORT_SYMBOL vmlinux 0x99daa9bf try_offline_node +EXPORT_SYMBOL vmlinux 0x99debd0a ppp_register_compressor +EXPORT_SYMBOL vmlinux 0x99f7371c refcount_dec_and_mutex_lock +EXPORT_SYMBOL vmlinux 0x99f9638f __napi_alloc_frag_align +EXPORT_SYMBOL vmlinux 0x99fc47f1 mr_rtm_dumproute +EXPORT_SYMBOL vmlinux 0x9a0c3a18 vme_unregister_error_handler +EXPORT_SYMBOL vmlinux 0x9a1aa5a4 ipmr_rule_default +EXPORT_SYMBOL vmlinux 0x9a1b7586 jbd2_submit_inode_data +EXPORT_SYMBOL vmlinux 0x9a1dfd65 strpbrk +EXPORT_SYMBOL vmlinux 0x9a22391e radix_tree_gang_lookup_tag_slot +EXPORT_SYMBOL vmlinux 0x9a286aae vlan_filter_push_vids +EXPORT_SYMBOL vmlinux 0x9a293cd3 build_skb_around +EXPORT_SYMBOL vmlinux 0x9a2cd7ec neigh_table_clear +EXPORT_SYMBOL vmlinux 0x9a576750 _copy_to_iter +EXPORT_SYMBOL vmlinux 0x9a580ad1 pci_alloc_host_bridge +EXPORT_SYMBOL vmlinux 0x9a583306 netlbl_bitmap_walk +EXPORT_SYMBOL vmlinux 0x9a6e3380 tegra_io_pad_power_enable +EXPORT_SYMBOL vmlinux 0x9a9a9231 ip_mc_join_group +EXPORT_SYMBOL vmlinux 0x9a9f6990 simple_rename +EXPORT_SYMBOL vmlinux 0x9aa8eda0 mipi_dsi_turn_on_peripheral +EXPORT_SYMBOL vmlinux 0x9aaeefce sysctl_nf_log_all_netns +EXPORT_SYMBOL vmlinux 0x9abbb8b6 config_item_get_unless_zero +EXPORT_SYMBOL vmlinux 0x9ac4b702 __netlink_dump_start +EXPORT_SYMBOL vmlinux 0x9ada3b16 __hw_addr_unsync_dev +EXPORT_SYMBOL vmlinux 0x9adba8d3 jbd2_journal_set_features +EXPORT_SYMBOL vmlinux 0x9ade9897 tegra_dfll_register +EXPORT_SYMBOL vmlinux 0x9ae47436 _find_last_bit +EXPORT_SYMBOL vmlinux 0x9af5806d pci_iomap +EXPORT_SYMBOL vmlinux 0x9b044a51 max8925_bulk_write +EXPORT_SYMBOL vmlinux 0x9b128a66 qcom_scm_set_remote_state +EXPORT_SYMBOL vmlinux 0x9b21c293 bio_alloc_clone +EXPORT_SYMBOL vmlinux 0x9b2560b9 gf128mul_init_4k_bbe +EXPORT_SYMBOL vmlinux 0x9b31f7eb jbd2_journal_blocks_per_page +EXPORT_SYMBOL vmlinux 0x9b33e0d7 unregister_dcbevent_notifier +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 0x9b73a89e tcf_chain_put_by_act +EXPORT_SYMBOL vmlinux 0x9b801b5b inet_csk_init_xmit_timers +EXPORT_SYMBOL vmlinux 0x9b979ab8 inet_csk_complete_hashdance +EXPORT_SYMBOL vmlinux 0x9ba7fae2 input_setup_polling +EXPORT_SYMBOL vmlinux 0x9bbebadd mmc_of_parse +EXPORT_SYMBOL vmlinux 0x9bced199 fault_in_iov_iter_writeable +EXPORT_SYMBOL vmlinux 0x9bd6ba0d seg6_hmac_info_del +EXPORT_SYMBOL vmlinux 0x9bdde0e8 vfs_mkdir +EXPORT_SYMBOL vmlinux 0x9be376e3 __blk_mq_end_request +EXPORT_SYMBOL vmlinux 0x9bf79eda dev_uc_add +EXPORT_SYMBOL vmlinux 0x9c122bcf mempool_create_node +EXPORT_SYMBOL vmlinux 0x9c1d0615 filemap_range_has_page +EXPORT_SYMBOL vmlinux 0x9c1e5bf5 queued_spin_lock_slowpath +EXPORT_SYMBOL vmlinux 0x9c28290f max8925_set_bits +EXPORT_SYMBOL vmlinux 0x9c3d45c5 phy_stop +EXPORT_SYMBOL vmlinux 0x9c53433d netif_schedule_queue +EXPORT_SYMBOL vmlinux 0x9c5a2ada ucc_fast_dump_regs +EXPORT_SYMBOL vmlinux 0x9c5d5b94 crc8 +EXPORT_SYMBOL vmlinux 0x9c6b89a7 file_update_time +EXPORT_SYMBOL vmlinux 0x9c7ba9dd iw_handler_get_spy +EXPORT_SYMBOL vmlinux 0x9c84a32e elevator_alloc +EXPORT_SYMBOL vmlinux 0x9c86b9ab fileattr_fill_flags +EXPORT_SYMBOL vmlinux 0x9c978c33 mmc_set_data_timeout +EXPORT_SYMBOL vmlinux 0x9c994780 skb_append +EXPORT_SYMBOL vmlinux 0x9c9aa3b9 parse_int_array_user +EXPORT_SYMBOL vmlinux 0x9cab2e2f security_sb_set_mnt_opts +EXPORT_SYMBOL vmlinux 0x9cab34a6 rfkill_set_led_trigger_name +EXPORT_SYMBOL vmlinux 0x9cab7077 generic_read_dir +EXPORT_SYMBOL vmlinux 0x9cc0e637 mdio_device_reset +EXPORT_SYMBOL vmlinux 0x9cc2c670 netif_set_real_num_rx_queues +EXPORT_SYMBOL vmlinux 0x9ccf7171 vme_dma_pci_attribute +EXPORT_SYMBOL vmlinux 0x9cd91791 register_sysctl +EXPORT_SYMBOL vmlinux 0x9cdfb3f7 sysctl_fb_tunnels_only_for_init_net +EXPORT_SYMBOL vmlinux 0x9cf60936 phy_register_fixup +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 0x9d2bacde to_nd_dax +EXPORT_SYMBOL vmlinux 0x9d2e7707 unregister_sysrq_key +EXPORT_SYMBOL vmlinux 0x9d3abb4c mmc_gpiod_request_cd_irq +EXPORT_SYMBOL vmlinux 0x9d3f4271 kset_register +EXPORT_SYMBOL vmlinux 0x9d4ad43f reuseport_select_sock +EXPORT_SYMBOL vmlinux 0x9d5e6be7 seq_release +EXPORT_SYMBOL vmlinux 0x9d61e994 ucs2_strncmp +EXPORT_SYMBOL vmlinux 0x9d6611c1 scsi_mode_sense +EXPORT_SYMBOL vmlinux 0x9d6d5b08 kernel_read +EXPORT_SYMBOL vmlinux 0x9d7409b6 lookup_one_positive_unlocked +EXPORT_SYMBOL vmlinux 0x9d85ffbe sock_register +EXPORT_SYMBOL vmlinux 0x9d92f3ad __wait_on_bit_lock +EXPORT_SYMBOL vmlinux 0x9d96a636 i2c_register_driver +EXPORT_SYMBOL vmlinux 0x9d97c6ef mipi_dsi_dcs_set_display_on +EXPORT_SYMBOL vmlinux 0x9dbbb59c skb_find_text +EXPORT_SYMBOL vmlinux 0x9dcd64c6 rproc_add +EXPORT_SYMBOL vmlinux 0x9dcf3c4d __dev_remove_pack +EXPORT_SYMBOL vmlinux 0x9dd49f32 ppp_register_channel +EXPORT_SYMBOL vmlinux 0x9dd9df13 dm_kcopyd_client_create +EXPORT_SYMBOL vmlinux 0x9dedfc57 __block_write_begin +EXPORT_SYMBOL vmlinux 0x9df1230a __dec_zone_page_state +EXPORT_SYMBOL vmlinux 0x9df21d0e qman_affine_channel +EXPORT_SYMBOL vmlinux 0x9e0c711d vzalloc_node +EXPORT_SYMBOL vmlinux 0x9e0fa5ae hsiphash_3u32 +EXPORT_SYMBOL vmlinux 0x9e13f6f6 gf128mul_lle +EXPORT_SYMBOL vmlinux 0x9e1f4a83 sg_miter_skip +EXPORT_SYMBOL vmlinux 0x9e2737f0 acpi_install_interface_handler +EXPORT_SYMBOL vmlinux 0x9e28ff29 clear_nlink +EXPORT_SYMBOL vmlinux 0x9e3244d8 put_watch_queue +EXPORT_SYMBOL vmlinux 0x9e342358 bio_split_to_limits +EXPORT_SYMBOL vmlinux 0x9e4faeef dm_io_client_destroy +EXPORT_SYMBOL vmlinux 0x9e5a8b9b netdev_unbind_sb_channel +EXPORT_SYMBOL vmlinux 0x9e5e750d node_to_cpumask_map +EXPORT_SYMBOL vmlinux 0x9e61bb05 set_freezable +EXPORT_SYMBOL vmlinux 0x9e71624c security_socket_socketpair +EXPORT_SYMBOL vmlinux 0x9e7bd4a2 ipv6_chk_addr_and_flags +EXPORT_SYMBOL vmlinux 0x9e7d6bd0 __udelay +EXPORT_SYMBOL vmlinux 0x9e8f2399 pci_reenable_device +EXPORT_SYMBOL vmlinux 0x9e9eab95 devcgroup_check_permission +EXPORT_SYMBOL vmlinux 0x9e9fdd9d memunmap +EXPORT_SYMBOL vmlinux 0x9ea206fe mr_vif_seq_idx +EXPORT_SYMBOL vmlinux 0x9eab2110 mmc_cqe_request_done +EXPORT_SYMBOL vmlinux 0x9eacf8a5 kstrndup +EXPORT_SYMBOL vmlinux 0x9eb0c2c1 __folio_start_writeback +EXPORT_SYMBOL vmlinux 0x9eb187fa xudma_pktdma_rflow_get_irq +EXPORT_SYMBOL vmlinux 0x9ec0e639 twl6030_interrupt_unmask +EXPORT_SYMBOL vmlinux 0x9ec27b61 netdev_set_num_tc +EXPORT_SYMBOL vmlinux 0x9ec6c332 __block_write_full_page +EXPORT_SYMBOL vmlinux 0x9ec6ca96 ktime_get_real_ts64 +EXPORT_SYMBOL vmlinux 0x9ed12e20 kmalloc_large +EXPORT_SYMBOL vmlinux 0x9ed4c4b0 md_bitmap_free +EXPORT_SYMBOL vmlinux 0x9ed74a7c security_inode_listsecurity +EXPORT_SYMBOL vmlinux 0x9ed7c847 brcmstb_get_family_id +EXPORT_SYMBOL vmlinux 0x9ed978de vme_lm_set +EXPORT_SYMBOL vmlinux 0x9edc6397 cfb_copyarea +EXPORT_SYMBOL vmlinux 0x9edfc7d3 scsi_target_quiesce +EXPORT_SYMBOL vmlinux 0x9ee8beef mmc_of_parse_clk_phase +EXPORT_SYMBOL vmlinux 0x9efee799 file_ns_capable +EXPORT_SYMBOL vmlinux 0x9f059f8a jbd2_journal_stop +EXPORT_SYMBOL vmlinux 0x9f1c2d5a skb_condense +EXPORT_SYMBOL vmlinux 0x9f223fc1 xfrm_state_update +EXPORT_SYMBOL vmlinux 0x9f37c9c3 neigh_carrier_down +EXPORT_SYMBOL vmlinux 0x9f422004 iommu_dma_get_resv_regions +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 0x9f6b32a9 nf_register_net_hook +EXPORT_SYMBOL vmlinux 0x9f76baf4 _raw_write_unlock_irq +EXPORT_SYMBOL vmlinux 0x9f7d7dbb logic_outsw +EXPORT_SYMBOL vmlinux 0x9f84b6c8 file_path +EXPORT_SYMBOL vmlinux 0x9f984513 strrchr +EXPORT_SYMBOL vmlinux 0x9f9d041c reuseport_has_conns_set +EXPORT_SYMBOL vmlinux 0x9fa47a14 rproc_elf_sanity_check +EXPORT_SYMBOL vmlinux 0x9fa7184a cancel_delayed_work_sync +EXPORT_SYMBOL vmlinux 0x9fa9b88f ww_mutex_trylock +EXPORT_SYMBOL vmlinux 0x9faa2367 register_fib_notifier +EXPORT_SYMBOL vmlinux 0x9fb41842 netdev_offload_xstats_report_delta +EXPORT_SYMBOL vmlinux 0x9fb79853 devm_mdiobus_alloc_size +EXPORT_SYMBOL vmlinux 0x9fc5cff5 bio_init +EXPORT_SYMBOL vmlinux 0x9fcd8728 mr_mfc_seq_next +EXPORT_SYMBOL vmlinux 0x9fcedf0c nf_setsockopt +EXPORT_SYMBOL vmlinux 0x9fdecc31 unregister_netdevice_many +EXPORT_SYMBOL vmlinux 0x9fe0b147 __cgroup_bpf_run_filter_skb +EXPORT_SYMBOL vmlinux 0x9feed7ce timer_reduce +EXPORT_SYMBOL vmlinux 0x9ffa3a75 netdev_max_backlog +EXPORT_SYMBOL vmlinux 0xa00aca2a dql_completed +EXPORT_SYMBOL vmlinux 0xa01d3df6 font_vga_8x16 +EXPORT_SYMBOL vmlinux 0xa02aa74a __cond_resched_lock +EXPORT_SYMBOL vmlinux 0xa033d747 next_arg +EXPORT_SYMBOL vmlinux 0xa0436e98 in6addr_linklocal_allnodes +EXPORT_SYMBOL vmlinux 0xa04e33da qcom_scm_lmh_dcvsh +EXPORT_SYMBOL vmlinux 0xa057df8f twl_set_regcache_bypass +EXPORT_SYMBOL vmlinux 0xa05b6be2 psched_ppscfg_precompute +EXPORT_SYMBOL vmlinux 0xa07a37f0 memchr +EXPORT_SYMBOL vmlinux 0xa07d1b3c tasklet_setup +EXPORT_SYMBOL vmlinux 0xa083a246 filemap_invalidate_unlock_two +EXPORT_SYMBOL vmlinux 0xa084749a __bitmap_or +EXPORT_SYMBOL vmlinux 0xa094db1c pci_read_config_dword +EXPORT_SYMBOL vmlinux 0xa095e02e generic_check_addressable +EXPORT_SYMBOL vmlinux 0xa09d342f d_alloc +EXPORT_SYMBOL vmlinux 0xa0ae1e73 siphash_3u64 +EXPORT_SYMBOL vmlinux 0xa0b04675 vmalloc_32 +EXPORT_SYMBOL vmlinux 0xa0b26ea7 devm_rproc_alloc +EXPORT_SYMBOL vmlinux 0xa0bfe010 acpi_dev_get_first_match_dev +EXPORT_SYMBOL vmlinux 0xa0c34bc0 rt_dst_clone +EXPORT_SYMBOL vmlinux 0xa0c5f55a xfrm_policy_unregister_afinfo +EXPORT_SYMBOL vmlinux 0xa0c798c0 __vfs_setxattr +EXPORT_SYMBOL vmlinux 0xa0cc352b __ethtool_get_link_ksettings +EXPORT_SYMBOL vmlinux 0xa0d88776 ipv6_chk_prefix +EXPORT_SYMBOL vmlinux 0xa0dad88e netdev_adjacent_get_private +EXPORT_SYMBOL vmlinux 0xa0e252ca netif_inherit_tso_max +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 0xa0ed39ff qdisc_hash_add +EXPORT_SYMBOL vmlinux 0xa0efb502 acpi_dev_hid_uid_match +EXPORT_SYMBOL vmlinux 0xa0f10085 __sg_free_table +EXPORT_SYMBOL vmlinux 0xa0fbac79 wake_up_bit +EXPORT_SYMBOL vmlinux 0xa0ff0103 dev_getbyhwaddr_rcu +EXPORT_SYMBOL vmlinux 0xa108eb4d sysctl_optmem_max +EXPORT_SYMBOL vmlinux 0xa11edcd3 page_pool_put_page_bulk +EXPORT_SYMBOL vmlinux 0xa11f2f90 tcp_child_process +EXPORT_SYMBOL vmlinux 0xa12c8919 devfreq_remove_governor +EXPORT_SYMBOL vmlinux 0xa13a9664 xsk_uses_need_wakeup +EXPORT_SYMBOL vmlinux 0xa15dacac devm_request_threaded_irq +EXPORT_SYMBOL vmlinux 0xa1730b67 of_find_matching_node_and_match +EXPORT_SYMBOL vmlinux 0xa17425b7 skb_set_owner_w +EXPORT_SYMBOL vmlinux 0xa17f6e63 sock_no_getname +EXPORT_SYMBOL vmlinux 0xa185f575 acpi_get_hp_hw_control_from_firmware +EXPORT_SYMBOL vmlinux 0xa19528cc iterate_supers_type +EXPORT_SYMBOL vmlinux 0xa1a2dc4b tcf_block_get_ext +EXPORT_SYMBOL vmlinux 0xa1f56fce tcf_exts_validate_ex +EXPORT_SYMBOL vmlinux 0xa1f71c45 __ip_select_ident +EXPORT_SYMBOL vmlinux 0xa2060911 inet_current_timestamp +EXPORT_SYMBOL vmlinux 0xa20c0bab new_inode +EXPORT_SYMBOL vmlinux 0xa20d7a83 pipe_unlock +EXPORT_SYMBOL vmlinux 0xa22b9099 kmem_cache_alloc_node +EXPORT_SYMBOL vmlinux 0xa231e0a5 _dev_err +EXPORT_SYMBOL vmlinux 0xa2326c49 acpi_remove_table_handler +EXPORT_SYMBOL vmlinux 0xa23ffc04 groups_sort +EXPORT_SYMBOL vmlinux 0xa24f23d8 __request_module +EXPORT_SYMBOL vmlinux 0xa26136db copy_page_to_iter +EXPORT_SYMBOL vmlinux 0xa263892b fscrypt_fname_free_buffer +EXPORT_SYMBOL vmlinux 0xa2660e90 __tracepoint_dma_fence_signaled +EXPORT_SYMBOL vmlinux 0xa28cfcc0 gen_estimator_active +EXPORT_SYMBOL vmlinux 0xa2962c7e make_kuid +EXPORT_SYMBOL vmlinux 0xa2ad7507 blkdev_issue_discard +EXPORT_SYMBOL vmlinux 0xa2c0acfc arp_tbl +EXPORT_SYMBOL vmlinux 0xa2cf3649 qman_fq_fqid +EXPORT_SYMBOL vmlinux 0xa2d2e5f6 input_unregister_device +EXPORT_SYMBOL vmlinux 0xa2d4b75e qcom_scm_iommu_set_cp_pool_size +EXPORT_SYMBOL vmlinux 0xa2d7ec8d __SCK__tp_func_kmem_cache_free +EXPORT_SYMBOL vmlinux 0xa30282f5 lookup_one +EXPORT_SYMBOL vmlinux 0xa3063c1e configfs_depend_item_unlocked +EXPORT_SYMBOL vmlinux 0xa31ebc56 sock_no_recvmsg +EXPORT_SYMBOL vmlinux 0xa339e6e5 on_each_cpu_cond_mask +EXPORT_SYMBOL vmlinux 0xa3414235 block_write_end +EXPORT_SYMBOL vmlinux 0xa34ee15f flow_rule_match_enc_control +EXPORT_SYMBOL vmlinux 0xa3522df5 qman_query_fq_np +EXPORT_SYMBOL vmlinux 0xa352c658 jbd2_journal_force_commit_nested +EXPORT_SYMBOL vmlinux 0xa365655f ww_mutex_lock +EXPORT_SYMBOL vmlinux 0xa38be803 folio_account_redirty +EXPORT_SYMBOL vmlinux 0xa395ca49 of_find_all_nodes +EXPORT_SYMBOL vmlinux 0xa3be8342 __ubsan_handle_type_mismatch +EXPORT_SYMBOL vmlinux 0xa3cefaa0 blake2s_update +EXPORT_SYMBOL vmlinux 0xa3f2a309 keyring_clear +EXPORT_SYMBOL vmlinux 0xa3fea172 sha224_final +EXPORT_SYMBOL vmlinux 0xa40ff01b acpi_dbg_layer +EXPORT_SYMBOL vmlinux 0xa443be3b security_cred_getsecid +EXPORT_SYMBOL vmlinux 0xa448c653 qcom_scm_ice_set_key +EXPORT_SYMBOL vmlinux 0xa44a69e9 dev_loopback_xmit +EXPORT_SYMBOL vmlinux 0xa44b1841 ps2_cmd_aborted +EXPORT_SYMBOL vmlinux 0xa45054ec simple_rmdir +EXPORT_SYMBOL vmlinux 0xa4692ef8 pm8606_osc_enable +EXPORT_SYMBOL vmlinux 0xa480d3d8 register_netdevice_notifier_dev_net +EXPORT_SYMBOL vmlinux 0xa49a6cae vm_map_pages +EXPORT_SYMBOL vmlinux 0xa4b9a5ea cdrom_dummy_generic_packet +EXPORT_SYMBOL vmlinux 0xa4e891dd __ip_mc_inc_group +EXPORT_SYMBOL vmlinux 0xa4ef7c02 jbd2_journal_set_triggers +EXPORT_SYMBOL vmlinux 0xa4fca045 qcom_scm_ocmem_lock +EXPORT_SYMBOL vmlinux 0xa52aede3 mmc_request_done +EXPORT_SYMBOL vmlinux 0xa52bedf6 xenbus_dev_request_and_reply +EXPORT_SYMBOL vmlinux 0xa530124c vme_register_error_handler +EXPORT_SYMBOL vmlinux 0xa5362cb5 twl6040_power +EXPORT_SYMBOL vmlinux 0xa5434a19 eth_mac_addr +EXPORT_SYMBOL vmlinux 0xa54a3269 tcp_rtx_synack +EXPORT_SYMBOL vmlinux 0xa5526619 rb_insert_color +EXPORT_SYMBOL vmlinux 0xa55839f3 rpmh_invalidate +EXPORT_SYMBOL vmlinux 0xa562955c fscrypt_setup_filename +EXPORT_SYMBOL vmlinux 0xa58af0a6 _raw_read_unlock_irq +EXPORT_SYMBOL vmlinux 0xa5976e4f dev_base_lock +EXPORT_SYMBOL vmlinux 0xa59f833f ilookup +EXPORT_SYMBOL vmlinux 0xa5b30853 xfrm_alloc_spi +EXPORT_SYMBOL vmlinux 0xa5c3602f pci_msix_vec_count +EXPORT_SYMBOL vmlinux 0xa5f22c3d can_nice +EXPORT_SYMBOL vmlinux 0xa5f4eb09 eth_gro_receive +EXPORT_SYMBOL vmlinux 0xa5f7cf37 __cpu_possible_mask +EXPORT_SYMBOL vmlinux 0xa604df9b zerocopy_sg_from_iter +EXPORT_SYMBOL vmlinux 0xa61b2ec3 blkdev_issue_zeroout +EXPORT_SYMBOL vmlinux 0xa61ced89 qdisc_put_rtab +EXPORT_SYMBOL vmlinux 0xa6257a2f complete +EXPORT_SYMBOL vmlinux 0xa635ade1 ip_options_rcv_srr +EXPORT_SYMBOL vmlinux 0xa63c5c00 devfreq_monitor_suspend +EXPORT_SYMBOL vmlinux 0xa63d855e phy_attached_print +EXPORT_SYMBOL vmlinux 0xa648e561 __ubsan_handle_shift_out_of_bounds +EXPORT_SYMBOL vmlinux 0xa64c7249 __printk_cpu_sync_try_get +EXPORT_SYMBOL vmlinux 0xa66cf502 migrate_vma_pages +EXPORT_SYMBOL vmlinux 0xa6797834 sync_blockdev_range +EXPORT_SYMBOL vmlinux 0xa681fe88 generate_random_uuid +EXPORT_SYMBOL vmlinux 0xa6847d7a dev_mc_flush +EXPORT_SYMBOL vmlinux 0xa68fc655 task_work_add +EXPORT_SYMBOL vmlinux 0xa69364e3 inet_recvmsg +EXPORT_SYMBOL vmlinux 0xa699e74b udp_flush_pending_frames +EXPORT_SYMBOL vmlinux 0xa69ed606 flow_keys_dissector +EXPORT_SYMBOL vmlinux 0xa6ba071f amba_device_register +EXPORT_SYMBOL vmlinux 0xa6f796b5 dget_parent +EXPORT_SYMBOL vmlinux 0xa70bc96d qcom_scm_restore_sec_cfg_available +EXPORT_SYMBOL vmlinux 0xa70ed9dc tcp_hashinfo +EXPORT_SYMBOL vmlinux 0xa71acc92 fman_port_config +EXPORT_SYMBOL vmlinux 0xa72035f9 xa_get_order +EXPORT_SYMBOL vmlinux 0xa72a5269 param_set_invbool +EXPORT_SYMBOL vmlinux 0xa72e234a pm_vt_switch_unregister +EXPORT_SYMBOL vmlinux 0xa7363cd7 input_register_handle +EXPORT_SYMBOL vmlinux 0xa7485cff netif_tx_unlock +EXPORT_SYMBOL vmlinux 0xa74c9877 refcount_dec_and_rtnl_lock +EXPORT_SYMBOL vmlinux 0xa75ad257 __SetPageMovable +EXPORT_SYMBOL vmlinux 0xa75b440b xfrm_policy_hash_rebuild +EXPORT_SYMBOL vmlinux 0xa76a2a61 seq_putc +EXPORT_SYMBOL vmlinux 0xa77bfd29 register_inet6addr_validator_notifier +EXPORT_SYMBOL vmlinux 0xa78f78ca of_platform_device_create +EXPORT_SYMBOL vmlinux 0xa7a2a035 xfrm_replay_seqhi +EXPORT_SYMBOL vmlinux 0xa7b45825 generic_setlease +EXPORT_SYMBOL vmlinux 0xa7d3a7b6 udp_push_pending_frames +EXPORT_SYMBOL vmlinux 0xa7d5f92e ida_destroy +EXPORT_SYMBOL vmlinux 0xa7ebed55 tc_cleanup_offload_action +EXPORT_SYMBOL vmlinux 0xa7eedcc4 call_usermodehelper +EXPORT_SYMBOL vmlinux 0xa7fcbc30 inet6_add_protocol +EXPORT_SYMBOL vmlinux 0xa80afd55 nvdimm_bus_unlock +EXPORT_SYMBOL vmlinux 0xa8181adf proc_dointvec +EXPORT_SYMBOL vmlinux 0xa82869a3 pci_bus_write_config_dword +EXPORT_SYMBOL vmlinux 0xa831da6c __dev_direct_xmit +EXPORT_SYMBOL vmlinux 0xa83381ff __invalidate_device +EXPORT_SYMBOL vmlinux 0xa83fe587 of_get_ethdev_address +EXPORT_SYMBOL vmlinux 0xa843805a get_unused_fd_flags +EXPORT_SYMBOL vmlinux 0xa84ce9e0 crypto_aes_inv_sbox +EXPORT_SYMBOL vmlinux 0xa853396b xa_extract +EXPORT_SYMBOL vmlinux 0xa8537c6e fscrypt_zeroout_range +EXPORT_SYMBOL vmlinux 0xa855edb6 of_mdiobus_phy_device_register +EXPORT_SYMBOL vmlinux 0xa85a3e6d xa_load +EXPORT_SYMBOL vmlinux 0xa8694ecd kblockd_schedule_work +EXPORT_SYMBOL vmlinux 0xa88712db pcim_enable_device +EXPORT_SYMBOL vmlinux 0xa89363d8 tty_port_close_start +EXPORT_SYMBOL vmlinux 0xa897e3e7 mempool_free +EXPORT_SYMBOL vmlinux 0xa89a1cf1 ipmi_dmi_get_slave_addr +EXPORT_SYMBOL vmlinux 0xa8a8110c kernel_neon_end +EXPORT_SYMBOL vmlinux 0xa8a9be14 tty_wait_until_sent +EXPORT_SYMBOL vmlinux 0xa8b55406 tty_port_tty_set +EXPORT_SYMBOL vmlinux 0xa8b9f3f7 d_alloc_anon +EXPORT_SYMBOL vmlinux 0xa8bef373 msm_pinctrl_dev_pm_ops +EXPORT_SYMBOL vmlinux 0xa8c167e1 napi_consume_skb +EXPORT_SYMBOL vmlinux 0xa8caa845 clk_bulk_put_all +EXPORT_SYMBOL vmlinux 0xa8d8d533 d_set_fallthru +EXPORT_SYMBOL vmlinux 0xa8d96b60 dev_set_promiscuity +EXPORT_SYMBOL vmlinux 0xa8dbceb3 inet_del_protocol +EXPORT_SYMBOL vmlinux 0xa8e6933a qdf2400_e44_present +EXPORT_SYMBOL vmlinux 0xa8eb6a58 ipv6_dev_mc_dec +EXPORT_SYMBOL vmlinux 0xa8f6c843 ip_frag_ecn_table +EXPORT_SYMBOL vmlinux 0xa90ca0de flush_rcu_work +EXPORT_SYMBOL vmlinux 0xa916b694 strnlen +EXPORT_SYMBOL vmlinux 0xa928e74f lookup_positive_unlocked +EXPORT_SYMBOL vmlinux 0xa964dd13 gpmc_cs_request +EXPORT_SYMBOL vmlinux 0xa964eb41 mod_zone_page_state +EXPORT_SYMBOL vmlinux 0xa965ca81 reciprocal_value +EXPORT_SYMBOL vmlinux 0xa97281eb dma_sync_wait +EXPORT_SYMBOL vmlinux 0xa975dd4b d_path +EXPORT_SYMBOL vmlinux 0xa976957d bitmap_remap +EXPORT_SYMBOL vmlinux 0xa97951fe unregister_md_personality +EXPORT_SYMBOL vmlinux 0xa983aabe mmc_card_alternative_gpt_sector +EXPORT_SYMBOL vmlinux 0xa989ccf8 ip_frag_next +EXPORT_SYMBOL vmlinux 0xa9c5c330 d_instantiate_anon +EXPORT_SYMBOL vmlinux 0xa9c66068 kill_fasync +EXPORT_SYMBOL vmlinux 0xa9cc1073 tc_setup_cb_destroy +EXPORT_SYMBOL vmlinux 0xa9d6e733 nd_region_release_lane +EXPORT_SYMBOL vmlinux 0xa9e88d5e nf_unregister_sockopt +EXPORT_SYMBOL vmlinux 0xa9ed62d2 tegra_fuse_readl +EXPORT_SYMBOL vmlinux 0xa9f182d7 vme_dma_request +EXPORT_SYMBOL vmlinux 0xaa00fdc0 ec_transaction +EXPORT_SYMBOL vmlinux 0xaa0762cd kmem_cache_size +EXPORT_SYMBOL vmlinux 0xaa0c318b vscnprintf +EXPORT_SYMBOL vmlinux 0xaa19e4aa _kstrtol +EXPORT_SYMBOL vmlinux 0xaa1efc73 simple_symlink_inode_operations +EXPORT_SYMBOL vmlinux 0xaa3194be security_tun_dev_attach +EXPORT_SYMBOL vmlinux 0xaa341905 acpi_bios_exception +EXPORT_SYMBOL vmlinux 0xaa6f23ad rfkill_get_led_trigger_name +EXPORT_SYMBOL vmlinux 0xaa7588a6 d_tmpfile +EXPORT_SYMBOL vmlinux 0xaa8106bc crc8_populate_msb +EXPORT_SYMBOL vmlinux 0xaa8f1b71 inet_addr_is_any +EXPORT_SYMBOL vmlinux 0xaaa4b9bc hchacha_block_generic +EXPORT_SYMBOL vmlinux 0xaaa50fb2 qcom_scm_lmh_profile_change +EXPORT_SYMBOL vmlinux 0xaaca915e napi_build_skb +EXPORT_SYMBOL vmlinux 0xaad0ae78 __bitmap_shift_right +EXPORT_SYMBOL vmlinux 0xaad4e8aa dns_query +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 0xaaf4a334 qcom_scm_set_cold_boot_addr +EXPORT_SYMBOL vmlinux 0xaafdc258 strcasecmp +EXPORT_SYMBOL vmlinux 0xab08ec59 consume_skb +EXPORT_SYMBOL vmlinux 0xab157ac6 ip_route_me_harder +EXPORT_SYMBOL vmlinux 0xab1d2944 tcf_classify +EXPORT_SYMBOL vmlinux 0xab2458e4 __udp_disconnect +EXPORT_SYMBOL vmlinux 0xab2fcf31 dev_activate +EXPORT_SYMBOL vmlinux 0xab3697e4 irq_poll_init +EXPORT_SYMBOL vmlinux 0xab3b75ea vme_dma_pattern_attribute +EXPORT_SYMBOL vmlinux 0xab526dd3 locks_free_lock +EXPORT_SYMBOL vmlinux 0xab572f13 follow_up +EXPORT_SYMBOL vmlinux 0xab5ccef5 dump_page +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 0xab7a7c1e __of_mdiobus_register +EXPORT_SYMBOL vmlinux 0xab937c22 md_bitmap_unplug +EXPORT_SYMBOL vmlinux 0xabb0fb42 xfrm_find_acq +EXPORT_SYMBOL vmlinux 0xabb2f53e vme_irq_generate +EXPORT_SYMBOL vmlinux 0xabb42425 set_groups +EXPORT_SYMBOL vmlinux 0xabc1b1eb ethtool_intersect_link_masks +EXPORT_SYMBOL vmlinux 0xabd170b3 skb_clone +EXPORT_SYMBOL vmlinux 0xabe54656 dcb_ieee_getapp_prio_dscp_mask_map +EXPORT_SYMBOL vmlinux 0xabe8a999 skb_ensure_writable +EXPORT_SYMBOL vmlinux 0xabf2c80e phy_error +EXPORT_SYMBOL vmlinux 0xabf32f29 utf16s_to_utf8s +EXPORT_SYMBOL vmlinux 0xac0108d9 sock_alloc_send_pskb +EXPORT_SYMBOL vmlinux 0xac04ebf7 phy_print_status +EXPORT_SYMBOL vmlinux 0xac1a55be unregister_reboot_notifier +EXPORT_SYMBOL vmlinux 0xac3201b0 udp_flow_hashrnd +EXPORT_SYMBOL vmlinux 0xac34a392 thaw_bdev +EXPORT_SYMBOL vmlinux 0xac391127 tty_write_room +EXPORT_SYMBOL vmlinux 0xac41f411 __blk_mq_alloc_disk +EXPORT_SYMBOL vmlinux 0xac537ac2 percpu_counter_destroy +EXPORT_SYMBOL vmlinux 0xac572159 md_flush_request +EXPORT_SYMBOL vmlinux 0xac5fcec0 in4_pton +EXPORT_SYMBOL vmlinux 0xac614587 flow_rule_match_enc_keyid +EXPORT_SYMBOL vmlinux 0xac7dc12a pci_add_new_bus +EXPORT_SYMBOL vmlinux 0xac893698 cros_ec_get_host_event +EXPORT_SYMBOL vmlinux 0xac8fc412 open_exec +EXPORT_SYMBOL vmlinux 0xac9023de jbd2_journal_flush +EXPORT_SYMBOL vmlinux 0xac948ca8 ip_mc_check_igmp +EXPORT_SYMBOL vmlinux 0xacaa4c72 dma_fence_match_context +EXPORT_SYMBOL vmlinux 0xacab29b7 seq_hlist_start_percpu +EXPORT_SYMBOL vmlinux 0xacc6cb75 fs_bio_set +EXPORT_SYMBOL vmlinux 0xacc97920 bio_split +EXPORT_SYMBOL vmlinux 0xacd81eb3 jbd2_inode_cache +EXPORT_SYMBOL vmlinux 0xacddd806 ptp_get_vclocks_index +EXPORT_SYMBOL vmlinux 0xacf4d843 match_strdup +EXPORT_SYMBOL vmlinux 0xacf649bf audit_log_task_info +EXPORT_SYMBOL vmlinux 0xacf773ea skb_trim +EXPORT_SYMBOL vmlinux 0xad0413d4 match_hex +EXPORT_SYMBOL vmlinux 0xad0f9654 uart_get_divisor +EXPORT_SYMBOL vmlinux 0xad128dc1 __tracepoint_dma_fence_enable_signal +EXPORT_SYMBOL vmlinux 0xad2af808 mipi_dsi_device_register_full +EXPORT_SYMBOL vmlinux 0xad3ea04c qman_p_irqsource_remove +EXPORT_SYMBOL vmlinux 0xad4066d1 scsi_device_lookup +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 0xad8c4eb2 ipv6_dev_get_saddr +EXPORT_SYMBOL vmlinux 0xad9901ae bit_waitqueue +EXPORT_SYMBOL vmlinux 0xada31e57 gen_pool_dma_alloc_align +EXPORT_SYMBOL vmlinux 0xada99133 of_node_put +EXPORT_SYMBOL vmlinux 0xadae6df8 blake2s_final +EXPORT_SYMBOL vmlinux 0xadb3da0b ip_fraglist_prepare +EXPORT_SYMBOL vmlinux 0xadbeed61 mipi_dsi_packet_format_is_long +EXPORT_SYMBOL vmlinux 0xadd139d4 rfs_needed +EXPORT_SYMBOL vmlinux 0xadd1f561 ip6_frag_init +EXPORT_SYMBOL vmlinux 0xadd42d54 udp_seq_start +EXPORT_SYMBOL vmlinux 0xade47e27 pnp_register_card_driver +EXPORT_SYMBOL vmlinux 0xadeb076a unregister_filesystem +EXPORT_SYMBOL vmlinux 0xadf74f25 input_inject_event +EXPORT_SYMBOL vmlinux 0xae04012c __vmalloc +EXPORT_SYMBOL vmlinux 0xae0b4a70 udp_gro_complete +EXPORT_SYMBOL vmlinux 0xae0c9f78 of_get_i2c_adapter_by_node +EXPORT_SYMBOL vmlinux 0xae14c9b1 xfrm6_input_addr +EXPORT_SYMBOL vmlinux 0xae1d2c5e fb_modesetting_disabled +EXPORT_SYMBOL vmlinux 0xae2c109f iov_iter_advance +EXPORT_SYMBOL vmlinux 0xae316c11 icmpv6_err_convert +EXPORT_SYMBOL vmlinux 0xae33c403 xudma_navss_psil_unpair +EXPORT_SYMBOL vmlinux 0xae38a80c tcp_getsockopt +EXPORT_SYMBOL vmlinux 0xae3d188f tty_kref_put +EXPORT_SYMBOL vmlinux 0xae3db416 pci_get_slot +EXPORT_SYMBOL vmlinux 0xae5a04bb acpi_evaluate_dsm +EXPORT_SYMBOL vmlinux 0xae615036 xsk_clear_tx_need_wakeup +EXPORT_SYMBOL vmlinux 0xae66472b scsi_kmap_atomic_sg +EXPORT_SYMBOL vmlinux 0xae6d0a54 unregister_netdevice_notifier_net +EXPORT_SYMBOL vmlinux 0xae9843d3 dquot_get_next_id +EXPORT_SYMBOL vmlinux 0xaea81539 padata_do_parallel +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 0xaed39b69 get_cached_acl +EXPORT_SYMBOL vmlinux 0xaed94c15 inet_rtx_syn_ack +EXPORT_SYMBOL vmlinux 0xaedbdc80 pcibus_to_node +EXPORT_SYMBOL vmlinux 0xaede919c d_splice_alias +EXPORT_SYMBOL vmlinux 0xaee18d3a pci_msi_vec_count +EXPORT_SYMBOL vmlinux 0xaeee8a92 genl_notify +EXPORT_SYMBOL vmlinux 0xaf233c0c __generic_file_write_iter +EXPORT_SYMBOL vmlinux 0xaf262725 put_cmsg_scm_timestamping +EXPORT_SYMBOL vmlinux 0xaf2989e1 tcp_rcv_state_process +EXPORT_SYMBOL vmlinux 0xaf3dd7dc scsi_logging_level +EXPORT_SYMBOL vmlinux 0xaf40c9a8 from_kprojid +EXPORT_SYMBOL vmlinux 0xaf43666e pnp_stop_dev +EXPORT_SYMBOL vmlinux 0xaf56600a arm64_use_ng_mappings +EXPORT_SYMBOL vmlinux 0xaf5b8f70 pcim_iounmap_regions +EXPORT_SYMBOL vmlinux 0xaf5cc8f7 vfs_iter_read +EXPORT_SYMBOL vmlinux 0xaf62dd5e register_quota_format +EXPORT_SYMBOL vmlinux 0xaf7b14a9 of_find_net_device_by_node +EXPORT_SYMBOL vmlinux 0xaf7d2689 uart_suspend_port +EXPORT_SYMBOL vmlinux 0xaf8906ff xfrm4_udp_encap_rcv +EXPORT_SYMBOL vmlinux 0xaf9546a6 i2c_smbus_write_block_data +EXPORT_SYMBOL vmlinux 0xaf954ed1 tty_driver_kref_put +EXPORT_SYMBOL vmlinux 0xaf9da595 of_device_is_compatible +EXPORT_SYMBOL vmlinux 0xafa9e5ae kill_pid +EXPORT_SYMBOL vmlinux 0xafaa6031 _find_next_and_bit +EXPORT_SYMBOL vmlinux 0xafb30393 netdev_lower_get_next_private_rcu +EXPORT_SYMBOL vmlinux 0xafb864c1 refcount_dec_and_lock_irqsave +EXPORT_SYMBOL vmlinux 0xafc08054 dotdot_name +EXPORT_SYMBOL vmlinux 0xafc2fe60 dquot_operations +EXPORT_SYMBOL vmlinux 0xafc6c68e zstd_is_error +EXPORT_SYMBOL vmlinux 0xafcc0ed9 pcie_set_mps +EXPORT_SYMBOL vmlinux 0xafcd5a14 generic_file_llseek_size +EXPORT_SYMBOL vmlinux 0xafd5fe4e kmem_cache_destroy +EXPORT_SYMBOL vmlinux 0xafd9d2c0 jbd2_journal_forget +EXPORT_SYMBOL vmlinux 0xaff4b4bb register_nexthop_notifier +EXPORT_SYMBOL vmlinux 0xaff567da sock_common_getsockopt +EXPORT_SYMBOL vmlinux 0xaff6e39e pci_resize_resource +EXPORT_SYMBOL vmlinux 0xb01bebf9 xfrm_get_acqseq +EXPORT_SYMBOL vmlinux 0xb01fb38b fbcon_update_vcs +EXPORT_SYMBOL vmlinux 0xb03f068f nvdimm_namespace_capacity +EXPORT_SYMBOL vmlinux 0xb0422536 is_subdir +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 0xb06fbe09 netdev_printk +EXPORT_SYMBOL vmlinux 0xb074e427 unregister_framebuffer +EXPORT_SYMBOL vmlinux 0xb07e5f2e pm860x_bulk_write +EXPORT_SYMBOL vmlinux 0xb0822f03 proc_create +EXPORT_SYMBOL vmlinux 0xb09a9558 vfs_mkobj +EXPORT_SYMBOL vmlinux 0xb09bf3db elv_rb_former_request +EXPORT_SYMBOL vmlinux 0xb0a0da0c rational_best_approximation +EXPORT_SYMBOL vmlinux 0xb0bebc8c clkdev_add +EXPORT_SYMBOL vmlinux 0xb0bf9980 rproc_elf_load_rsc_table +EXPORT_SYMBOL vmlinux 0xb0c5e247 lockref_put_return +EXPORT_SYMBOL vmlinux 0xb0e10781 get_option +EXPORT_SYMBOL vmlinux 0xb11335ce security_sctp_bind_connect +EXPORT_SYMBOL vmlinux 0xb11e6d8f skb_flow_dissector_init +EXPORT_SYMBOL vmlinux 0xb121390a probe_irq_on +EXPORT_SYMBOL vmlinux 0xb128e521 gnet_stats_copy_app +EXPORT_SYMBOL vmlinux 0xb12cbacb fb_unregister_client +EXPORT_SYMBOL vmlinux 0xb1342cdb _raw_read_lock_irqsave +EXPORT_SYMBOL vmlinux 0xb14ab1ef hdmi_audio_infoframe_init +EXPORT_SYMBOL vmlinux 0xb14fc46a find_next_clump8 +EXPORT_SYMBOL vmlinux 0xb1510d87 xfrm6_rcv_spi +EXPORT_SYMBOL vmlinux 0xb1518e15 cancel_work +EXPORT_SYMBOL vmlinux 0xb1801ebd pci_bus_type +EXPORT_SYMBOL vmlinux 0xb1864267 dm_mq_kick_requeue_list +EXPORT_SYMBOL vmlinux 0xb18a4504 mipi_dsi_dcs_write_buffer +EXPORT_SYMBOL vmlinux 0xb1a7985d __module_get +EXPORT_SYMBOL vmlinux 0xb1c3a01a oops_in_progress +EXPORT_SYMBOL vmlinux 0xb1c54b39 block_read_full_folio +EXPORT_SYMBOL vmlinux 0xb1c757b6 tcp_splice_read +EXPORT_SYMBOL vmlinux 0xb1ccd483 current_time +EXPORT_SYMBOL vmlinux 0xb1db9a69 fsl_ifc_find +EXPORT_SYMBOL vmlinux 0xb1ddf995 jiffies_64_to_clock_t +EXPORT_SYMBOL vmlinux 0xb1fef58a sock_edemux +EXPORT_SYMBOL vmlinux 0xb1ff8ef0 inc_node_page_state +EXPORT_SYMBOL vmlinux 0xb21c6b53 tcp_ioctl +EXPORT_SYMBOL vmlinux 0xb21f8f7f gro_find_receive_by_type +EXPORT_SYMBOL vmlinux 0xb22e16d5 radix_tree_maybe_preload +EXPORT_SYMBOL vmlinux 0xb23027c1 kstrtos16_from_user +EXPORT_SYMBOL vmlinux 0xb24a9c2e sock_no_mmap +EXPORT_SYMBOL vmlinux 0xb24f684e t10_pi_type1_crc +EXPORT_SYMBOL vmlinux 0xb28b02a6 cdc_parse_cdc_header +EXPORT_SYMBOL vmlinux 0xb291cdbf simple_dentry_operations +EXPORT_SYMBOL vmlinux 0xb2a6b6e5 redraw_screen +EXPORT_SYMBOL vmlinux 0xb2b48136 __hw_addr_sync_dev +EXPORT_SYMBOL vmlinux 0xb2ba90c9 inet_frags_init +EXPORT_SYMBOL vmlinux 0xb2bcb088 acpi_current_gpe_count +EXPORT_SYMBOL vmlinux 0xb2cdd3bd mdiobus_scan +EXPORT_SYMBOL vmlinux 0xb2ce5699 pci_write_vpd +EXPORT_SYMBOL vmlinux 0xb2d34172 skb_coalesce_rx_frag +EXPORT_SYMBOL vmlinux 0xb2dce42c __phy_read_mmd +EXPORT_SYMBOL vmlinux 0xb2e8a81a netdev_emerg +EXPORT_SYMBOL vmlinux 0xb2e98a73 migrate_folio +EXPORT_SYMBOL vmlinux 0xb2ead97c kimage_vaddr +EXPORT_SYMBOL vmlinux 0xb2f35c6a xxh64 +EXPORT_SYMBOL vmlinux 0xb2f949c9 udp6_set_csum +EXPORT_SYMBOL vmlinux 0xb2fc946e close_fd_get_file +EXPORT_SYMBOL vmlinux 0xb2fcb56d queue_delayed_work_on +EXPORT_SYMBOL vmlinux 0xb300b866 mmc_erase +EXPORT_SYMBOL vmlinux 0xb306ec50 __sg_alloc_table +EXPORT_SYMBOL vmlinux 0xb308c97d wait_woken +EXPORT_SYMBOL vmlinux 0xb30b9822 vme_master_set +EXPORT_SYMBOL vmlinux 0xb3109bcb dmaenginem_async_device_register +EXPORT_SYMBOL vmlinux 0xb3210801 neigh_resolve_output +EXPORT_SYMBOL vmlinux 0xb3258f79 __ubsan_handle_type_mismatch_v1 +EXPORT_SYMBOL vmlinux 0xb32728bb qcom_scm_iommu_secure_ptbl_init +EXPORT_SYMBOL vmlinux 0xb327b24f inetdev_by_index +EXPORT_SYMBOL vmlinux 0xb32fcda3 netdev_class_create_file_ns +EXPORT_SYMBOL vmlinux 0xb34dca1c kryo_l2_get_indirect_reg +EXPORT_SYMBOL vmlinux 0xb35ff46a scsi_remove_target +EXPORT_SYMBOL vmlinux 0xb3687850 out_of_line_wait_on_bit_lock +EXPORT_SYMBOL vmlinux 0xb36d47e6 dev_mc_add_global +EXPORT_SYMBOL vmlinux 0xb3707e6e flow_keys_basic_dissector +EXPORT_SYMBOL vmlinux 0xb3773a71 ndo_dflt_fdb_dump +EXPORT_SYMBOL vmlinux 0xb3867e6d mtree_insert +EXPORT_SYMBOL vmlinux 0xb38ce2e0 proc_symlink +EXPORT_SYMBOL vmlinux 0xb38ec033 blk_finish_plug +EXPORT_SYMBOL vmlinux 0xb3a82019 profile_pc +EXPORT_SYMBOL vmlinux 0xb3ba0cf3 iterate_fd +EXPORT_SYMBOL vmlinux 0xb3be4bdc dev_set_mac_address_user +EXPORT_SYMBOL vmlinux 0xb3c0e4a3 devfreq_monitor_resume +EXPORT_SYMBOL vmlinux 0xb3cd2ff6 bio_integrity_trim +EXPORT_SYMBOL vmlinux 0xb3cf5b24 ipv6_sock_mc_drop +EXPORT_SYMBOL vmlinux 0xb3d2c76d scsi_hostbyte_string +EXPORT_SYMBOL vmlinux 0xb3e9b422 blk_queue_max_write_zeroes_sectors +EXPORT_SYMBOL vmlinux 0xb3ebc5f1 of_find_i2c_adapter_by_node +EXPORT_SYMBOL vmlinux 0xb3f05cfe get_user_pages +EXPORT_SYMBOL vmlinux 0xb3f0de55 xz_dec_microlzma_run +EXPORT_SYMBOL vmlinux 0xb3f20ee7 kiocb_set_cancel_fn +EXPORT_SYMBOL vmlinux 0xb3f28450 devm_devfreq_remove_device +EXPORT_SYMBOL vmlinux 0xb3f49446 kstrtos8_from_user +EXPORT_SYMBOL vmlinux 0xb3f548ad kmemdup_nul +EXPORT_SYMBOL vmlinux 0xb3f68c8f genphy_read_status +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 0xb4123b47 is_bad_inode +EXPORT_SYMBOL vmlinux 0xb41a092d tty_check_change +EXPORT_SYMBOL vmlinux 0xb423dba1 console_blanked +EXPORT_SYMBOL vmlinux 0xb4486103 ip_queue_xmit +EXPORT_SYMBOL vmlinux 0xb450a8de get_bitmap_from_slot +EXPORT_SYMBOL vmlinux 0xb4574b92 rproc_alloc +EXPORT_SYMBOL vmlinux 0xb4577003 acpi_dev_present +EXPORT_SYMBOL vmlinux 0xb457bd98 genphy_soft_reset +EXPORT_SYMBOL vmlinux 0xb4871f57 __folio_put +EXPORT_SYMBOL vmlinux 0xb488194e d_mark_dontcache +EXPORT_SYMBOL vmlinux 0xb4896597 pcie_capability_read_word +EXPORT_SYMBOL vmlinux 0xb48b5fe5 vfs_dup_fs_context +EXPORT_SYMBOL vmlinux 0xb48d4d22 security_sb_eat_lsm_opts +EXPORT_SYMBOL vmlinux 0xb48e784e tcf_idr_create_from_flags +EXPORT_SYMBOL vmlinux 0xb49601a1 sg_zero_buffer +EXPORT_SYMBOL vmlinux 0xb4a79898 blk_limits_io_opt +EXPORT_SYMBOL vmlinux 0xb4b872c0 phy_get_internal_delay +EXPORT_SYMBOL vmlinux 0xb4b9ee3a devm_ioremap +EXPORT_SYMBOL vmlinux 0xb4c3b570 xsk_set_rx_need_wakeup +EXPORT_SYMBOL vmlinux 0xb4c6db00 generic_pipe_buf_try_steal +EXPORT_SYMBOL vmlinux 0xb4c8e075 vme_dma_list_exec +EXPORT_SYMBOL vmlinux 0xb4eae279 jbd2_journal_errno +EXPORT_SYMBOL vmlinux 0xb4f13d2a abort +EXPORT_SYMBOL vmlinux 0xb4f58813 tcp_connect +EXPORT_SYMBOL vmlinux 0xb4f7c743 inet_frag_destroy +EXPORT_SYMBOL vmlinux 0xb51d55d0 serio_open +EXPORT_SYMBOL vmlinux 0xb51e5b26 tcp_fastopen_defer_connect +EXPORT_SYMBOL vmlinux 0xb5217695 pci_pme_capable +EXPORT_SYMBOL vmlinux 0xb53ec367 shrink_dcache_sb +EXPORT_SYMBOL vmlinux 0xb53f2810 tcp_sockets_allocated +EXPORT_SYMBOL vmlinux 0xb5458db5 dcb_getapp +EXPORT_SYMBOL vmlinux 0xb54f29a6 pcim_pin_device +EXPORT_SYMBOL vmlinux 0xb566a9a8 tcp_set_rcvlowat +EXPORT_SYMBOL vmlinux 0xb57a0cb2 __do_once_done +EXPORT_SYMBOL vmlinux 0xb57f1e27 fman_port_disable +EXPORT_SYMBOL vmlinux 0xb58c611e sockopt_ns_capable +EXPORT_SYMBOL vmlinux 0xb5a459dc unregister_blkdev +EXPORT_SYMBOL vmlinux 0xb5a73a38 acpi_device_hid +EXPORT_SYMBOL vmlinux 0xb5aa7165 dma_pool_destroy +EXPORT_SYMBOL vmlinux 0xb5b54b34 _raw_spin_unlock +EXPORT_SYMBOL vmlinux 0xb5b63711 fileattr_fill_xflags +EXPORT_SYMBOL vmlinux 0xb5b6b77d ppp_input_error +EXPORT_SYMBOL vmlinux 0xb5b8c2fb icmpv6_ndo_send +EXPORT_SYMBOL vmlinux 0xb5e73116 flush_delayed_work +EXPORT_SYMBOL vmlinux 0xb5ee9ffc tty_unregister_driver +EXPORT_SYMBOL vmlinux 0xb5f46d93 block_write_full_page +EXPORT_SYMBOL vmlinux 0xb61d6fc2 down_read_interruptible +EXPORT_SYMBOL vmlinux 0xb633f115 irq_poll_enable +EXPORT_SYMBOL vmlinux 0xb6351890 rtnetlink_put_metrics +EXPORT_SYMBOL vmlinux 0xb6414c2f pci_assign_resource +EXPORT_SYMBOL vmlinux 0xb654ef65 acpi_os_read_port +EXPORT_SYMBOL vmlinux 0xb66e96d8 netlbl_audit_start +EXPORT_SYMBOL vmlinux 0xb678366f int_sqrt +EXPORT_SYMBOL vmlinux 0xb67b4a9d tcp_v4_md5_hash_skb +EXPORT_SYMBOL vmlinux 0xb67fec0e uuid_parse +EXPORT_SYMBOL vmlinux 0xb68ceb95 nf_register_queue_handler +EXPORT_SYMBOL vmlinux 0xb6902082 blk_queue_flag_set +EXPORT_SYMBOL vmlinux 0xb6936ffe _bcd2bin +EXPORT_SYMBOL vmlinux 0xb6a76734 md_bitmap_endwrite +EXPORT_SYMBOL vmlinux 0xb6acaa13 phy_sfp_detach +EXPORT_SYMBOL vmlinux 0xb6ace1dd backlight_device_unregister +EXPORT_SYMBOL vmlinux 0xb6bf2775 phy_do_ioctl_running +EXPORT_SYMBOL vmlinux 0xb6c0ce74 inet_listen +EXPORT_SYMBOL vmlinux 0xb6cb556a _find_first_and_bit +EXPORT_SYMBOL vmlinux 0xb6e36ce2 psched_ratecfg_precompute +EXPORT_SYMBOL vmlinux 0xb6ed5365 seq_printf +EXPORT_SYMBOL vmlinux 0xb6fde909 close_fd +EXPORT_SYMBOL vmlinux 0xb701374d ptp_clock_register +EXPORT_SYMBOL vmlinux 0xb7099d24 __qdisc_calculate_pkt_len +EXPORT_SYMBOL vmlinux 0xb71589f0 skip_spaces +EXPORT_SYMBOL vmlinux 0xb71ed69f __hw_addr_unsync +EXPORT_SYMBOL vmlinux 0xb722c84d pci_alloc_dev +EXPORT_SYMBOL vmlinux 0xb737b185 gen_pool_best_fit +EXPORT_SYMBOL vmlinux 0xb74ab274 copy_page_from_iter_atomic +EXPORT_SYMBOL vmlinux 0xb74b3ecf netdev_offload_xstats_enable +EXPORT_SYMBOL vmlinux 0xb74d24fc bpf_empty_prog_array +EXPORT_SYMBOL vmlinux 0xb752eb7e abort_creds +EXPORT_SYMBOL vmlinux 0xb75b3e7a of_mdio_find_device +EXPORT_SYMBOL vmlinux 0xb762d242 blk_queue_io_opt +EXPORT_SYMBOL vmlinux 0xb763eb40 phy_resume +EXPORT_SYMBOL vmlinux 0xb7688155 ucc_slow_init +EXPORT_SYMBOL vmlinux 0xb788fb30 gic_pmr_sync +EXPORT_SYMBOL vmlinux 0xb78debe3 LZ4_decompress_fast_usingDict +EXPORT_SYMBOL vmlinux 0xb7902f99 inode_init_always +EXPORT_SYMBOL vmlinux 0xb7a583ec ip6_frag_next +EXPORT_SYMBOL vmlinux 0xb7b603d5 dev_pick_tx_cpu_id +EXPORT_SYMBOL vmlinux 0xb7b7fa6e node_states +EXPORT_SYMBOL vmlinux 0xb7c00232 dev_uc_init +EXPORT_SYMBOL vmlinux 0xb7c0f443 sort +EXPORT_SYMBOL vmlinux 0xb7c6db70 sysctl_max_skb_frags +EXPORT_SYMBOL vmlinux 0xb7de3d92 block_invalidate_folio +EXPORT_SYMBOL vmlinux 0xb7f36f86 configfs_register_default_group +EXPORT_SYMBOL vmlinux 0xb80a64dd con_is_bound +EXPORT_SYMBOL vmlinux 0xb80b4a18 zstd_compress_bound +EXPORT_SYMBOL vmlinux 0xb80db43a mipi_dsi_generic_write +EXPORT_SYMBOL vmlinux 0xb81bfae1 netlink_kernel_release +EXPORT_SYMBOL vmlinux 0xb842716c qcom_scm_ocmem_lock_available +EXPORT_SYMBOL vmlinux 0xb8489706 devm_devfreq_register_notifier +EXPORT_SYMBOL vmlinux 0xb85e2eab tcf_em_register +EXPORT_SYMBOL vmlinux 0xb8605d9c qman_p_static_dequeue_add +EXPORT_SYMBOL vmlinux 0xb868ac5c register_sysrq_key +EXPORT_SYMBOL vmlinux 0xb875d73f of_find_node_by_type +EXPORT_SYMBOL vmlinux 0xb8822a04 km_report +EXPORT_SYMBOL vmlinux 0xb886599e padata_alloc +EXPORT_SYMBOL vmlinux 0xb89b6e6b guid_parse +EXPORT_SYMBOL vmlinux 0xb8b043f2 kfree_link +EXPORT_SYMBOL vmlinux 0xb8bd5888 tcp_sock_set_keepintvl +EXPORT_SYMBOL vmlinux 0xb8d6636b pcie_get_speed_cap +EXPORT_SYMBOL vmlinux 0xb8e2b02e flow_block_cb_free +EXPORT_SYMBOL vmlinux 0xb907513f unpoison_memory +EXPORT_SYMBOL vmlinux 0xb90f1fcb param_ops_charp +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 0xb9478d90 hdmi_drm_infoframe_unpack_only +EXPORT_SYMBOL vmlinux 0xb96c4f9e audit_log_subject_context +EXPORT_SYMBOL vmlinux 0xb9707cb3 pci_write_config_dword +EXPORT_SYMBOL vmlinux 0xb97220ff bitmap_parse +EXPORT_SYMBOL vmlinux 0xb97342ad devm_pci_alloc_host_bridge +EXPORT_SYMBOL vmlinux 0xb97d713c flow_rule_match_basic +EXPORT_SYMBOL vmlinux 0xb99ddc87 posix_acl_chmod +EXPORT_SYMBOL vmlinux 0xb9af1d0d __xa_clear_mark +EXPORT_SYMBOL vmlinux 0xb9e8e2cc in6addr_sitelocal_allrouters +EXPORT_SYMBOL vmlinux 0xb9fc381a qcom_scm_hdcp_req +EXPORT_SYMBOL vmlinux 0xba0676e2 vm_zone_stat +EXPORT_SYMBOL vmlinux 0xba1008c8 __crc32c_le +EXPORT_SYMBOL vmlinux 0xba29cba0 pskb_trim_rcsum_slow +EXPORT_SYMBOL vmlinux 0xba3f171f tcp_sock_set_quickack +EXPORT_SYMBOL vmlinux 0xba442d48 __mdiobus_read +EXPORT_SYMBOL vmlinux 0xba45a479 nf_register_sockopt +EXPORT_SYMBOL vmlinux 0xba497f13 loops_per_jiffy +EXPORT_SYMBOL vmlinux 0xba4ade3e security_socket_getpeersec_dgram +EXPORT_SYMBOL vmlinux 0xba4d66d8 vmap +EXPORT_SYMBOL vmlinux 0xba4db456 tcp_v4_connect +EXPORT_SYMBOL vmlinux 0xba58cfdf __skb_gso_segment +EXPORT_SYMBOL vmlinux 0xba64615f set_anon_super_fc +EXPORT_SYMBOL vmlinux 0xba66102b nd_device_unregister +EXPORT_SYMBOL vmlinux 0xba694fcc km_new_mapping +EXPORT_SYMBOL vmlinux 0xba707a78 qe_get_brg_clk +EXPORT_SYMBOL vmlinux 0xba8fbd64 _raw_spin_lock +EXPORT_SYMBOL vmlinux 0xbaa12889 pci_claim_resource +EXPORT_SYMBOL vmlinux 0xbaa58969 ipv6_chk_addr +EXPORT_SYMBOL vmlinux 0xbab4a80d cros_ec_get_next_event +EXPORT_SYMBOL vmlinux 0xbab859b4 scm_fp_dup +EXPORT_SYMBOL vmlinux 0xbabce25a __pagevec_release +EXPORT_SYMBOL vmlinux 0xbabd560b __folio_alloc +EXPORT_SYMBOL vmlinux 0xbac8aeea sg_nents_for_len +EXPORT_SYMBOL vmlinux 0xbacb30d4 cdev_init +EXPORT_SYMBOL vmlinux 0xbaea3584 security_sock_rcv_skb +EXPORT_SYMBOL vmlinux 0xbaeef0dd sk_alloc +EXPORT_SYMBOL vmlinux 0xbafa632e __do_once_sleepable_start +EXPORT_SYMBOL vmlinux 0xbafb6fcf try_lookup_one_len +EXPORT_SYMBOL vmlinux 0xbb0540aa zlib_inflateReset +EXPORT_SYMBOL vmlinux 0xbb21260e convert_ifc_address +EXPORT_SYMBOL vmlinux 0xbb24f607 init_cdrom_command +EXPORT_SYMBOL vmlinux 0xbb3e2102 d_obtain_root +EXPORT_SYMBOL vmlinux 0xbb4f4766 simple_write_to_buffer +EXPORT_SYMBOL vmlinux 0xbb546969 ipv6_dev_mc_inc +EXPORT_SYMBOL vmlinux 0xbb687724 bman_new_pool +EXPORT_SYMBOL vmlinux 0xbb7eb149 register_netdevice_notifier_net +EXPORT_SYMBOL vmlinux 0xbb961395 __task_pid_nr_ns +EXPORT_SYMBOL vmlinux 0xbb9ed3bf mutex_trylock +EXPORT_SYMBOL vmlinux 0xbba3f607 dev_set_mtu +EXPORT_SYMBOL vmlinux 0xbba7f2f2 __cpuhp_setup_state_cpuslocked +EXPORT_SYMBOL vmlinux 0xbbb0aa97 pci_ep_cfs_remove_epf_group +EXPORT_SYMBOL vmlinux 0xbbb5ef88 flow_rule_match_vlan +EXPORT_SYMBOL vmlinux 0xbbd906b3 ethtool_rx_flow_rule_create +EXPORT_SYMBOL vmlinux 0xbbfa616f pci_set_mwi +EXPORT_SYMBOL vmlinux 0xbbfb46c2 fman_get_qman_channel_id +EXPORT_SYMBOL vmlinux 0xbbff51fc skb_pull_data +EXPORT_SYMBOL vmlinux 0xbc08ea65 sock_i_uid +EXPORT_SYMBOL vmlinux 0xbc2031de acpi_processor_get_bios_limit +EXPORT_SYMBOL vmlinux 0xbc25123d ipv6_find_hdr +EXPORT_SYMBOL vmlinux 0xbc3517a7 folio_end_private_2 +EXPORT_SYMBOL vmlinux 0xbc35e738 tcf_exts_validate +EXPORT_SYMBOL vmlinux 0xbc46d011 ptp_find_pin_unlocked +EXPORT_SYMBOL vmlinux 0xbc514b38 seq_hex_dump +EXPORT_SYMBOL vmlinux 0xbc5d2b92 fd_install +EXPORT_SYMBOL vmlinux 0xbc673834 pci_select_bars +EXPORT_SYMBOL vmlinux 0xbc6ba040 do_SAK +EXPORT_SYMBOL vmlinux 0xbca62c95 ppp_input +EXPORT_SYMBOL vmlinux 0xbca862d8 mmc_erase_group_aligned +EXPORT_SYMBOL vmlinux 0xbcab6ee6 sscanf +EXPORT_SYMBOL vmlinux 0xbcacb996 sock_gettstamp +EXPORT_SYMBOL vmlinux 0xbcca5e2d follow_down +EXPORT_SYMBOL vmlinux 0xbcfa8113 qman_get_qm_portal_config +EXPORT_SYMBOL vmlinux 0xbd1d8d16 twl6040_get_vibralr_status +EXPORT_SYMBOL vmlinux 0xbd20122a iov_iter_revert +EXPORT_SYMBOL vmlinux 0xbd462b55 __kfifo_init +EXPORT_SYMBOL vmlinux 0xbd522212 tcp_enter_cwr +EXPORT_SYMBOL vmlinux 0xbd5758c0 dev_uc_unsync +EXPORT_SYMBOL vmlinux 0xbd57e3d9 __xfrm_state_delete +EXPORT_SYMBOL vmlinux 0xbd628752 __tracepoint_mmap_lock_start_locking +EXPORT_SYMBOL vmlinux 0xbd62902a locks_lock_inode_wait +EXPORT_SYMBOL vmlinux 0xbd6841d4 crc16 +EXPORT_SYMBOL vmlinux 0xbd7747e7 phy_read_mmd +EXPORT_SYMBOL vmlinux 0xbd865047 dm_table_run_md_queue_async +EXPORT_SYMBOL vmlinux 0xbd8783bc phy_do_ioctl +EXPORT_SYMBOL vmlinux 0xbd89fb3e __mdiobus_register +EXPORT_SYMBOL vmlinux 0xbd8a071a dma_async_tx_descriptor_init +EXPORT_SYMBOL vmlinux 0xbd9f6bc0 skb_checksum_help +EXPORT_SYMBOL vmlinux 0xbdaa49e9 tso_build_hdr +EXPORT_SYMBOL vmlinux 0xbdae51d4 __dev_kfree_skb_any +EXPORT_SYMBOL vmlinux 0xbdbbb646 dst_discard_out +EXPORT_SYMBOL vmlinux 0xbdbd29cf dev_change_flags +EXPORT_SYMBOL vmlinux 0xbdbd2adf of_graph_is_present +EXPORT_SYMBOL vmlinux 0xbdc4f6aa __inode_sub_bytes +EXPORT_SYMBOL vmlinux 0xbdd400ed mmc_unregister_driver +EXPORT_SYMBOL vmlinux 0xbdf94cc9 tty_driver_flush_buffer +EXPORT_SYMBOL vmlinux 0xbe013491 blk_mq_destroy_queue +EXPORT_SYMBOL vmlinux 0xbe0b224f tcp_recv_skb +EXPORT_SYMBOL vmlinux 0xbe109162 param_set_charp +EXPORT_SYMBOL vmlinux 0xbe118c52 __tracepoint_mmap_lock_acquire_returned +EXPORT_SYMBOL vmlinux 0xbe263f36 cred_fscmp +EXPORT_SYMBOL vmlinux 0xbe38d2a0 inet_get_local_port_range +EXPORT_SYMBOL vmlinux 0xbe49252c acpi_os_write_port +EXPORT_SYMBOL vmlinux 0xbe4eb6ed secure_dccpv6_sequence_number +EXPORT_SYMBOL vmlinux 0xbe53a04b pci_fixup_cardbus +EXPORT_SYMBOL vmlinux 0xbe54a274 crypto_kdf108_ctr_generate +EXPORT_SYMBOL vmlinux 0xbe5a24e9 xxh32_copy_state +EXPORT_SYMBOL vmlinux 0xbe5c2573 pci_bus_claim_resources +EXPORT_SYMBOL vmlinux 0xbe5ee2f7 crypto_sha256_finup +EXPORT_SYMBOL vmlinux 0xbe608073 jbd2_fc_end_commit_fallback +EXPORT_SYMBOL vmlinux 0xbe6a866f __wait_on_bit +EXPORT_SYMBOL vmlinux 0xbe6a8c96 zstd_cctx_workspace_bound +EXPORT_SYMBOL vmlinux 0xbe71683b mipi_dsi_dcs_set_pixel_format +EXPORT_SYMBOL vmlinux 0xbe7b7294 __sk_mem_schedule +EXPORT_SYMBOL vmlinux 0xbe8c2e6a dev_get_flags +EXPORT_SYMBOL vmlinux 0xbe9761b9 nd_pfn_probe +EXPORT_SYMBOL vmlinux 0xbe9a2d67 mmc_register_driver +EXPORT_SYMBOL vmlinux 0xbeab5915 lookup_one_unlocked +EXPORT_SYMBOL vmlinux 0xbeb73d65 ipv4_specific +EXPORT_SYMBOL vmlinux 0xbee1963a key_type_keyring +EXPORT_SYMBOL vmlinux 0xbef43296 console_conditional_schedule +EXPORT_SYMBOL vmlinux 0xbef7ddf7 dump_align +EXPORT_SYMBOL vmlinux 0xbef92944 finalize_exec +EXPORT_SYMBOL vmlinux 0xbefa51a3 gen_pool_add_owner +EXPORT_SYMBOL vmlinux 0xbf066580 skb_dequeue +EXPORT_SYMBOL vmlinux 0xbf26795d generic_mii_ioctl +EXPORT_SYMBOL vmlinux 0xbf59c419 posix_acl_init +EXPORT_SYMBOL vmlinux 0xbf5b9790 inet_frag_queue_insert +EXPORT_SYMBOL vmlinux 0xbf66dc67 folio_end_writeback +EXPORT_SYMBOL vmlinux 0xbf717360 param_get_invbool +EXPORT_SYMBOL vmlinux 0xbf9bcc8d __cap_empty_set +EXPORT_SYMBOL vmlinux 0xbf9cd43c mfd_remove_devices_late +EXPORT_SYMBOL vmlinux 0xbfabab3c del_gendisk +EXPORT_SYMBOL vmlinux 0xbfae9e07 utf8_validate +EXPORT_SYMBOL vmlinux 0xbfaeb020 dquot_quotactl_sysfile_ops +EXPORT_SYMBOL vmlinux 0xbfb868c1 dev_uc_sync_multiple +EXPORT_SYMBOL vmlinux 0xbfcbc0d2 stmp_reset_block +EXPORT_SYMBOL vmlinux 0xc015a1d9 blk_queue_chunk_sectors +EXPORT_SYMBOL vmlinux 0xc02060ac ihold +EXPORT_SYMBOL vmlinux 0xc0364007 fault_in_writeable +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 0xc08e7a05 nla_reserve +EXPORT_SYMBOL vmlinux 0xc0947bd9 __of_parse_phandle_with_args +EXPORT_SYMBOL vmlinux 0xc0b828dd __zerocopy_sg_from_iter +EXPORT_SYMBOL vmlinux 0xc0c86d54 netdev_bind_sb_channel_queue +EXPORT_SYMBOL vmlinux 0xc0ce2b99 key_instantiate_and_link +EXPORT_SYMBOL vmlinux 0xc0d37ee4 vmalloc_to_page +EXPORT_SYMBOL vmlinux 0xc0f98901 blk_mq_requeue_request +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 0xc1037ae0 mmc_gpiod_request_cd +EXPORT_SYMBOL vmlinux 0xc109445b __napi_alloc_skb +EXPORT_SYMBOL vmlinux 0xc1198662 __warn_flushing_systemwide_wq +EXPORT_SYMBOL vmlinux 0xc13abf17 dev_mc_del +EXPORT_SYMBOL vmlinux 0xc14c9227 napi_enable +EXPORT_SYMBOL vmlinux 0xc14dc168 acpi_get_data +EXPORT_SYMBOL vmlinux 0xc1514a3b free_irq +EXPORT_SYMBOL vmlinux 0xc1579516 fman_port_enable +EXPORT_SYMBOL vmlinux 0xc164a51c keygen_init +EXPORT_SYMBOL vmlinux 0xc16b3456 mii_ethtool_get_link_ksettings +EXPORT_SYMBOL vmlinux 0xc16be39d iter_div_u64_rem +EXPORT_SYMBOL vmlinux 0xc16dac8c ram_aops +EXPORT_SYMBOL vmlinux 0xc17829fa __skb_vlan_pop +EXPORT_SYMBOL vmlinux 0xc18b1437 kernel_connect +EXPORT_SYMBOL vmlinux 0xc1925fdb sk_mc_loop +EXPORT_SYMBOL vmlinux 0xc1b9fe4d param_set_bint +EXPORT_SYMBOL vmlinux 0xc1d20116 phy_get_c45_ids +EXPORT_SYMBOL vmlinux 0xc1d4c2b4 input_enable_softrepeat +EXPORT_SYMBOL vmlinux 0xc1d5d504 scsi_cmd_allowed +EXPORT_SYMBOL vmlinux 0xc1d8cfaf __fdget +EXPORT_SYMBOL vmlinux 0xc1db088a xfrm_trans_queue +EXPORT_SYMBOL vmlinux 0xc1e2c742 tegra_io_rail_power_on +EXPORT_SYMBOL vmlinux 0xc1f123ea folio_mapping +EXPORT_SYMBOL vmlinux 0xc1f5a156 pci_clear_master +EXPORT_SYMBOL vmlinux 0xc2050974 fman_port_get_tstamp +EXPORT_SYMBOL vmlinux 0xc216c09e kobject_del +EXPORT_SYMBOL vmlinux 0xc2174612 ethtool_virtdev_set_link_ksettings +EXPORT_SYMBOL vmlinux 0xc22f6693 call_fib_notifier +EXPORT_SYMBOL vmlinux 0xc2310cdc logic_inl +EXPORT_SYMBOL vmlinux 0xc23157f4 generic_parse_monolithic +EXPORT_SYMBOL vmlinux 0xc2486670 pci_read_config_byte +EXPORT_SYMBOL vmlinux 0xc25eb540 pin_user_pages_unlocked +EXPORT_SYMBOL vmlinux 0xc26eaa41 inet_csk_reqsk_queue_add +EXPORT_SYMBOL vmlinux 0xc2829248 devm_input_allocate_device +EXPORT_SYMBOL vmlinux 0xc2968283 i2c_clients_command +EXPORT_SYMBOL vmlinux 0xc29ad899 page_pool_alloc_pages +EXPORT_SYMBOL vmlinux 0xc29bf967 strspn +EXPORT_SYMBOL vmlinux 0xc2a3e117 sk_stream_wait_memory +EXPORT_SYMBOL vmlinux 0xc2c56fe5 seq_open +EXPORT_SYMBOL vmlinux 0xc2cb862e sgl_alloc_order +EXPORT_SYMBOL vmlinux 0xc2cbe19f pci_set_power_state +EXPORT_SYMBOL vmlinux 0xc2d04df5 tc_setup_offload_action +EXPORT_SYMBOL vmlinux 0xc2e168ab caches_clean_inval_pou +EXPORT_SYMBOL vmlinux 0xc2e587d1 reset_devices +EXPORT_SYMBOL vmlinux 0xc2f52274 __lshrti3 +EXPORT_SYMBOL vmlinux 0xc2fa2c06 simple_setattr +EXPORT_SYMBOL vmlinux 0xc3000fca netdev_err +EXPORT_SYMBOL vmlinux 0xc3055d20 usleep_range_state +EXPORT_SYMBOL vmlinux 0xc310b981 strnstr +EXPORT_SYMBOL vmlinux 0xc3172583 simple_open +EXPORT_SYMBOL vmlinux 0xc31b0180 scsi_done +EXPORT_SYMBOL vmlinux 0xc31db0ce is_vmalloc_addr +EXPORT_SYMBOL vmlinux 0xc32b9cb2 mark_page_accessed +EXPORT_SYMBOL vmlinux 0xc32c71af register_inetaddr_validator_notifier +EXPORT_SYMBOL vmlinux 0xc3531804 find_vma +EXPORT_SYMBOL vmlinux 0xc3762aec mempool_alloc +EXPORT_SYMBOL vmlinux 0xc37b6755 vmf_insert_pfn_prot +EXPORT_SYMBOL vmlinux 0xc37f9c6e cpufreq_update_policy +EXPORT_SYMBOL vmlinux 0xc387a292 netdev_warn +EXPORT_SYMBOL vmlinux 0xc38c83b8 mod_timer +EXPORT_SYMBOL vmlinux 0xc3b2a413 dev_deactivate +EXPORT_SYMBOL vmlinux 0xc3b7a98d i2c_del_driver +EXPORT_SYMBOL vmlinux 0xc3cd034d crc8_populate_lsb +EXPORT_SYMBOL vmlinux 0xc3e81097 generic_file_splice_read +EXPORT_SYMBOL vmlinux 0xc3ff38c2 down_read_trylock +EXPORT_SYMBOL vmlinux 0xc3ff895e tcf_em_tree_dump +EXPORT_SYMBOL vmlinux 0xc4164ac5 dev_mc_unsync +EXPORT_SYMBOL vmlinux 0xc4212ab9 qdisc_class_hash_insert +EXPORT_SYMBOL vmlinux 0xc4215cea __traceiter_kmem_cache_free +EXPORT_SYMBOL vmlinux 0xc42dcb99 acpi_evaluate_ost +EXPORT_SYMBOL vmlinux 0xc4374800 serio_unregister_port +EXPORT_SYMBOL vmlinux 0xc441242e mmc_is_req_done +EXPORT_SYMBOL vmlinux 0xc443aa3a add_watch_to_object +EXPORT_SYMBOL vmlinux 0xc452212c utf8_strncasecmp +EXPORT_SYMBOL vmlinux 0xc4562754 jbd2_journal_begin_ordered_truncate +EXPORT_SYMBOL vmlinux 0xc460012a generic_file_read_iter +EXPORT_SYMBOL vmlinux 0xc461298d of_find_node_by_phandle +EXPORT_SYMBOL vmlinux 0xc46dc828 netdev_sk_get_lowest_dev +EXPORT_SYMBOL vmlinux 0xc4708199 cpm_muram_addr +EXPORT_SYMBOL vmlinux 0xc4777aa9 __ctzsi2 +EXPORT_SYMBOL vmlinux 0xc4b21d2f qman_get_affine_portal +EXPORT_SYMBOL vmlinux 0xc4ebd763 of_find_mipi_dsi_host_by_node +EXPORT_SYMBOL vmlinux 0xc4eea396 crypto_sha256_update +EXPORT_SYMBOL vmlinux 0xc4fa66cd sock_cmsg_send +EXPORT_SYMBOL vmlinux 0xc4fc6c9a param_array_ops +EXPORT_SYMBOL vmlinux 0xc515d1a7 input_mt_report_pointer_emulation +EXPORT_SYMBOL vmlinux 0xc51b4df4 update_devfreq +EXPORT_SYMBOL vmlinux 0xc51b6067 param_get_charp +EXPORT_SYMBOL vmlinux 0xc528a49a queued_write_lock_slowpath +EXPORT_SYMBOL vmlinux 0xc5294483 __blkdev_issue_zeroout +EXPORT_SYMBOL vmlinux 0xc54d2d1a alloc_mdio_bitbang +EXPORT_SYMBOL vmlinux 0xc55782dc tcp_simple_retransmit +EXPORT_SYMBOL vmlinux 0xc55be5d5 rproc_boot +EXPORT_SYMBOL vmlinux 0xc5639b0e gro_cells_init +EXPORT_SYMBOL vmlinux 0xc56409a1 xfrm_sad_getinfo +EXPORT_SYMBOL vmlinux 0xc56c3609 xz_dec_microlzma_reset +EXPORT_SYMBOL vmlinux 0xc57c48a3 idr_get_next +EXPORT_SYMBOL vmlinux 0xc58d5a90 kstrtoll_from_user +EXPORT_SYMBOL vmlinux 0xc58f3d4c inet_bind +EXPORT_SYMBOL vmlinux 0xc599a772 security_xfrm_state_delete +EXPORT_SYMBOL vmlinux 0xc59ffde8 pci_find_bus +EXPORT_SYMBOL vmlinux 0xc5a3367a __tracepoint_dma_fence_emit +EXPORT_SYMBOL vmlinux 0xc5a52c75 of_node_name_eq +EXPORT_SYMBOL vmlinux 0xc5b22e17 mmc_can_gpio_cd +EXPORT_SYMBOL vmlinux 0xc5b6f236 queue_work_on +EXPORT_SYMBOL vmlinux 0xc5c0b5e9 bio_integrity_alloc +EXPORT_SYMBOL vmlinux 0xc5e5a07c clk_bulk_get_all +EXPORT_SYMBOL vmlinux 0xc5e74216 release_resource +EXPORT_SYMBOL vmlinux 0xc5ee3861 dma_map_sg_attrs +EXPORT_SYMBOL vmlinux 0xc5f34da2 bio_copy_data +EXPORT_SYMBOL vmlinux 0xc60a8c78 vfs_getattr +EXPORT_SYMBOL vmlinux 0xc60d0620 __num_online_cpus +EXPORT_SYMBOL vmlinux 0xc60f29a1 inode_owner_or_capable +EXPORT_SYMBOL vmlinux 0xc60f583c netdev_notify_peers +EXPORT_SYMBOL vmlinux 0xc61a53ef fput +EXPORT_SYMBOL vmlinux 0xc61d3a43 splice_direct_to_actor +EXPORT_SYMBOL vmlinux 0xc622556f prepare_to_wait_exclusive +EXPORT_SYMBOL vmlinux 0xc631580a console_unlock +EXPORT_SYMBOL vmlinux 0xc633d82d phy_unregister_fixup +EXPORT_SYMBOL vmlinux 0xc6468814 mmc_put_card +EXPORT_SYMBOL vmlinux 0xc65462c0 md_done_sync +EXPORT_SYMBOL vmlinux 0xc65c8865 hash_and_copy_to_iter +EXPORT_SYMBOL vmlinux 0xc65e4e97 secure_dccp_sequence_number +EXPORT_SYMBOL vmlinux 0xc666a132 crc_t10dif +EXPORT_SYMBOL vmlinux 0xc66a8304 cpu_rmap_add +EXPORT_SYMBOL vmlinux 0xc6783486 md_register_thread +EXPORT_SYMBOL vmlinux 0xc680732e inet_frag_reasm_finish +EXPORT_SYMBOL vmlinux 0xc6826e6c mount_nodev +EXPORT_SYMBOL vmlinux 0xc689be03 tcf_em_unregister +EXPORT_SYMBOL vmlinux 0xc68cf1c2 pnp_is_active +EXPORT_SYMBOL vmlinux 0xc6962724 rproc_resource_cleanup +EXPORT_SYMBOL vmlinux 0xc69fce52 qcom_scm_qsmmu500_wait_safe_toggle +EXPORT_SYMBOL vmlinux 0xc6a0baf1 ip_output +EXPORT_SYMBOL vmlinux 0xc6a78f8c free_cgroup_ns +EXPORT_SYMBOL vmlinux 0xc6acc650 free_netdev +EXPORT_SYMBOL vmlinux 0xc6c2fcf0 inet6_del_offload +EXPORT_SYMBOL vmlinux 0xc6cb465a __kfifo_max_r +EXPORT_SYMBOL vmlinux 0xc6cbbc89 capable +EXPORT_SYMBOL vmlinux 0xc6d09aa9 release_firmware +EXPORT_SYMBOL vmlinux 0xc6f3b3fc refcount_dec_if_one +EXPORT_SYMBOL vmlinux 0xc6f46339 init_timer_key +EXPORT_SYMBOL vmlinux 0xc6fd5993 skb_vlan_untag +EXPORT_SYMBOL vmlinux 0xc708f1fe ec_write +EXPORT_SYMBOL vmlinux 0xc7208c3a serial8250_resume_port +EXPORT_SYMBOL vmlinux 0xc7252a21 devm_request_any_context_irq +EXPORT_SYMBOL vmlinux 0xc731e477 dquot_initialize_needed +EXPORT_SYMBOL vmlinux 0xc752149e skb_eth_gso_segment +EXPORT_SYMBOL vmlinux 0xc7611fc3 param_ops_byte +EXPORT_SYMBOL vmlinux 0xc7790217 of_translate_dma_address +EXPORT_SYMBOL vmlinux 0xc77c5f56 writeback_inodes_sb_nr +EXPORT_SYMBOL vmlinux 0xc780e12a pneigh_enqueue +EXPORT_SYMBOL vmlinux 0xc781bd9f rfkill_resume_polling +EXPORT_SYMBOL vmlinux 0xc7856a3d inet6addr_notifier_call_chain +EXPORT_SYMBOL vmlinux 0xc7a4fbed rtnl_lock +EXPORT_SYMBOL vmlinux 0xc7ae1903 security_lock_kernel_down +EXPORT_SYMBOL vmlinux 0xc7bec5d8 rc5t583_ext_power_req_config +EXPORT_SYMBOL vmlinux 0xc7c1107a LZ4_decompress_safe +EXPORT_SYMBOL vmlinux 0xc7f8c792 pcim_iounmap +EXPORT_SYMBOL vmlinux 0xc7fa0d4d framebuffer_alloc +EXPORT_SYMBOL vmlinux 0xc7fc492c generic_error_remove_page +EXPORT_SYMBOL vmlinux 0xc80ab559 swake_up_one +EXPORT_SYMBOL vmlinux 0xc81256fe blk_mq_tagset_wait_completed_request +EXPORT_SYMBOL vmlinux 0xc81584be vfs_unlink +EXPORT_SYMBOL vmlinux 0xc81de8d4 fwnode_mdio_find_device +EXPORT_SYMBOL vmlinux 0xc821c540 netdev_change_features +EXPORT_SYMBOL vmlinux 0xc838c3f5 __ashrti3 +EXPORT_SYMBOL vmlinux 0xc839afed hdmi_audio_infoframe_check +EXPORT_SYMBOL vmlinux 0xc842d6a8 of_get_mac_address +EXPORT_SYMBOL vmlinux 0xc84a0a7e seq_hlist_start_rcu +EXPORT_SYMBOL vmlinux 0xc84be9f6 seq_read_iter +EXPORT_SYMBOL vmlinux 0xc854430d devm_kvasprintf +EXPORT_SYMBOL vmlinux 0xc85ba107 ppp_unregister_compressor +EXPORT_SYMBOL vmlinux 0xc8623261 dev_set_threaded +EXPORT_SYMBOL vmlinux 0xc86afa03 jbd2_journal_init_dev +EXPORT_SYMBOL vmlinux 0xc870c8b2 iget_locked +EXPORT_SYMBOL vmlinux 0xc872fd85 in6addr_interfacelocal_allnodes +EXPORT_SYMBOL vmlinux 0xc8827b75 sysctl_vals +EXPORT_SYMBOL vmlinux 0xc890c008 zlib_deflateEnd +EXPORT_SYMBOL vmlinux 0xc89846c4 xudma_tchanrt_read +EXPORT_SYMBOL vmlinux 0xc89bc432 tcf_action_exec +EXPORT_SYMBOL vmlinux 0xc8a3b285 unix_destruct_scm +EXPORT_SYMBOL vmlinux 0xc8a91f5b cpumask_local_spread +EXPORT_SYMBOL vmlinux 0xc8b3fae6 mr_table_alloc +EXPORT_SYMBOL vmlinux 0xc8c85086 sg_free_table +EXPORT_SYMBOL vmlinux 0xc8da91b6 neigh_sysctl_register +EXPORT_SYMBOL vmlinux 0xc8dcc62a krealloc +EXPORT_SYMBOL vmlinux 0xc8dddf5d acpi_bus_get_status +EXPORT_SYMBOL vmlinux 0xc8eb9548 ndisc_send_skb +EXPORT_SYMBOL vmlinux 0xc904b6f1 blk_rq_map_user +EXPORT_SYMBOL vmlinux 0xc90da1b7 mdiobus_alloc_size +EXPORT_SYMBOL vmlinux 0xc916dd46 __SCK__tp_func_kmalloc +EXPORT_SYMBOL vmlinux 0xc91f7610 scsi_change_queue_depth +EXPORT_SYMBOL vmlinux 0xc92bbd47 __mmc_claim_host +EXPORT_SYMBOL vmlinux 0xc93e8461 acpi_get_event_resources +EXPORT_SYMBOL vmlinux 0xc943278f mr_vif_seq_next +EXPORT_SYMBOL vmlinux 0xc94750ec phy_attach_direct +EXPORT_SYMBOL vmlinux 0xc95b9970 pci_bus_read_config_byte +EXPORT_SYMBOL vmlinux 0xc9634df9 in6addr_linklocal_allrouters +EXPORT_SYMBOL vmlinux 0xc972449f mempool_alloc_slab +EXPORT_SYMBOL vmlinux 0xc9822234 clk_register_clkdev +EXPORT_SYMBOL vmlinux 0xc98dff03 tcp_mtup_init +EXPORT_SYMBOL vmlinux 0xc99e2a55 twl_rev +EXPORT_SYMBOL vmlinux 0xc9ae7e98 is_nd_dax +EXPORT_SYMBOL vmlinux 0xc9aeb10e nf_hook_slow_list +EXPORT_SYMBOL vmlinux 0xc9c75e70 __folio_cancel_dirty +EXPORT_SYMBOL vmlinux 0xc9d4de9f blk_mq_alloc_tag_set +EXPORT_SYMBOL vmlinux 0xc9df055a xfrm_policy_walk_init +EXPORT_SYMBOL vmlinux 0xc9ed0401 imx_sc_rm_is_resource_owned +EXPORT_SYMBOL vmlinux 0xc9ef8ec7 page_symlink +EXPORT_SYMBOL vmlinux 0xc9f329d4 ps2_end_command +EXPORT_SYMBOL vmlinux 0xca0f418a inode_insert5 +EXPORT_SYMBOL vmlinux 0xca128fbb tty_do_resize +EXPORT_SYMBOL vmlinux 0xca1648d4 zstd_decompress_dctx +EXPORT_SYMBOL vmlinux 0xca17ac01 _find_next_andnot_bit +EXPORT_SYMBOL vmlinux 0xca1d5064 tcf_exts_dump +EXPORT_SYMBOL vmlinux 0xca21ebd3 bitmap_free +EXPORT_SYMBOL vmlinux 0xca2e88d5 cdev_device_del +EXPORT_SYMBOL vmlinux 0xca3455fc dma_alloc_attrs +EXPORT_SYMBOL vmlinux 0xca431c05 wake_bit_function +EXPORT_SYMBOL vmlinux 0xca5b55d6 rproc_of_resm_mem_entry_init +EXPORT_SYMBOL vmlinux 0xca60be3b dma_map_page_attrs +EXPORT_SYMBOL vmlinux 0xca62afaf xudma_rflow_is_gp +EXPORT_SYMBOL vmlinux 0xca65b020 mmc_gpio_get_ro +EXPORT_SYMBOL vmlinux 0xca691f91 d_lookup +EXPORT_SYMBOL vmlinux 0xca79b63a unregister_nls +EXPORT_SYMBOL vmlinux 0xca7d8b38 starget_for_each_device +EXPORT_SYMBOL vmlinux 0xca9360b5 rb_next +EXPORT_SYMBOL vmlinux 0xca940f49 watchdog_unregister_governor +EXPORT_SYMBOL vmlinux 0xca9beaa4 __xa_store +EXPORT_SYMBOL vmlinux 0xca9ef203 vfs_parse_fs_param +EXPORT_SYMBOL vmlinux 0xcaa45b18 set_disk_ro +EXPORT_SYMBOL vmlinux 0xcaa8c299 rps_may_expire_flow +EXPORT_SYMBOL vmlinux 0xcabfc40f folio_migrate_copy +EXPORT_SYMBOL vmlinux 0xcac536d7 mmc_retune_unpause +EXPORT_SYMBOL vmlinux 0xcad1aca8 acpi_exception +EXPORT_SYMBOL vmlinux 0xcadfa064 softnet_data +EXPORT_SYMBOL vmlinux 0xcb0288ea ledtrig_cpu +EXPORT_SYMBOL vmlinux 0xcb03a747 pps_lookup_dev +EXPORT_SYMBOL vmlinux 0xcb1728ec of_parse_phandle_with_args_map +EXPORT_SYMBOL vmlinux 0xcb3ae215 call_blocking_lsm_notifier +EXPORT_SYMBOL vmlinux 0xcb45389e seq_file_path +EXPORT_SYMBOL vmlinux 0xcb570c19 pnp_request_card_device +EXPORT_SYMBOL vmlinux 0xcb58d8bd flow_rule_match_cvlan +EXPORT_SYMBOL vmlinux 0xcb733bf2 acpi_bus_set_power +EXPORT_SYMBOL vmlinux 0xcb7ec714 devm_rproc_add +EXPORT_SYMBOL vmlinux 0xcb7fdc60 mr_fill_mroute +EXPORT_SYMBOL vmlinux 0xcb80a742 dev_lstats_read +EXPORT_SYMBOL vmlinux 0xcbb4f871 security_sk_clone +EXPORT_SYMBOL vmlinux 0xcbbcf821 xfrm_state_delete +EXPORT_SYMBOL vmlinux 0xcbbf0a6f audit_log_task_context +EXPORT_SYMBOL vmlinux 0xcbd4898c fortify_panic +EXPORT_SYMBOL vmlinux 0xcbfb33e4 init_opal_dev +EXPORT_SYMBOL vmlinux 0xcc1b882a idr_get_next_ul +EXPORT_SYMBOL vmlinux 0xcc212023 fb_blank +EXPORT_SYMBOL vmlinux 0xcc23002a hdmi_infoframe_pack_only +EXPORT_SYMBOL vmlinux 0xcc248d26 serial8250_suspend_port +EXPORT_SYMBOL vmlinux 0xcc2b25eb call_usermodehelper_setup +EXPORT_SYMBOL vmlinux 0xcc328a5c reservation_ww_class +EXPORT_SYMBOL vmlinux 0xcc392eea kmalloc_size_roundup +EXPORT_SYMBOL vmlinux 0xcc411ed1 ptp_convert_timestamp +EXPORT_SYMBOL vmlinux 0xcc5005fe msleep_interruptible +EXPORT_SYMBOL vmlinux 0xcc5d22d9 can_do_mlock +EXPORT_SYMBOL vmlinux 0xcc64006a mipi_dsi_dcs_set_display_off +EXPORT_SYMBOL vmlinux 0xcc64eb58 blk_mq_unique_tag +EXPORT_SYMBOL vmlinux 0xcc81447d pci_setup_cardbus +EXPORT_SYMBOL vmlinux 0xcca5839d xen_vcpu_id +EXPORT_SYMBOL vmlinux 0xccb443bc complete_request_key +EXPORT_SYMBOL vmlinux 0xccb57171 remap_pfn_range +EXPORT_SYMBOL vmlinux 0xccdd1c6f skb_dequeue_tail +EXPORT_SYMBOL vmlinux 0xcce7abe4 rproc_get_by_child +EXPORT_SYMBOL vmlinux 0xccf9c2dd devm_aperture_acquire_for_platform_device +EXPORT_SYMBOL vmlinux 0xccfb9e07 dst_default_metrics +EXPORT_SYMBOL vmlinux 0xccfbde64 send_sig +EXPORT_SYMBOL vmlinux 0xccfd2ebc scsi_dev_info_list_del_keyed +EXPORT_SYMBOL vmlinux 0xcd01b8e6 acpi_attach_data +EXPORT_SYMBOL vmlinux 0xcd0d6e3d fget +EXPORT_SYMBOL vmlinux 0xcd15cbec fs_lookup_param +EXPORT_SYMBOL vmlinux 0xcd18832b filemap_fdatawait_range +EXPORT_SYMBOL vmlinux 0xcd20e4e1 twl6040_set_bits +EXPORT_SYMBOL vmlinux 0xcd279169 nla_find +EXPORT_SYMBOL vmlinux 0xcd29a6d0 xfrm_input_resume +EXPORT_SYMBOL vmlinux 0xcd3683d3 proc_set_user +EXPORT_SYMBOL vmlinux 0xcd3bc584 pnp_activate_dev +EXPORT_SYMBOL vmlinux 0xcd3bca78 of_root +EXPORT_SYMBOL vmlinux 0xcd3dcad2 max8925_reg_write +EXPORT_SYMBOL vmlinux 0xcd3eeed8 sock_set_rcvbuf +EXPORT_SYMBOL vmlinux 0xcd4acd3e single_release +EXPORT_SYMBOL vmlinux 0xcd549551 fman_set_mac_max_frame +EXPORT_SYMBOL vmlinux 0xcd6f8875 pci_free_irq +EXPORT_SYMBOL vmlinux 0xcd8ce890 acpi_format_exception +EXPORT_SYMBOL vmlinux 0xcd980791 netpoll_poll_disable +EXPORT_SYMBOL vmlinux 0xcd99fc0b submit_bio_noacct +EXPORT_SYMBOL vmlinux 0xcd9a8509 input_copy_abs +EXPORT_SYMBOL vmlinux 0xcd9e6017 mpage_writepages +EXPORT_SYMBOL vmlinux 0xcda6c18c blk_mq_complete_request +EXPORT_SYMBOL vmlinux 0xcdb1cab8 __traceiter_mmap_lock_start_locking +EXPORT_SYMBOL vmlinux 0xcdc39c9e security_ismaclabel +EXPORT_SYMBOL vmlinux 0xcdcce2d8 blk_dump_rq_flags +EXPORT_SYMBOL vmlinux 0xcdd25deb skb_queue_tail +EXPORT_SYMBOL vmlinux 0xcde77bcc free_opal_dev +EXPORT_SYMBOL vmlinux 0xce1390bb vfs_llseek +EXPORT_SYMBOL vmlinux 0xce2840e7 irq_set_irq_wake +EXPORT_SYMBOL vmlinux 0xce34474d pci_bus_read_config_dword +EXPORT_SYMBOL vmlinux 0xce4a6f21 kern_unmount +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 0xce5df3fe vme_init_bridge +EXPORT_SYMBOL vmlinux 0xce6b96dd __mdiobus_write +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 0xce7a500a inet6_add_offload +EXPORT_SYMBOL vmlinux 0xce7a8854 seq_release_private +EXPORT_SYMBOL vmlinux 0xce807a25 up_write +EXPORT_SYMBOL vmlinux 0xce888ab5 xfrm_state_insert +EXPORT_SYMBOL vmlinux 0xce997de2 tty_hangup +EXPORT_SYMBOL vmlinux 0xceab0311 strchrnul +EXPORT_SYMBOL vmlinux 0xceacf457 udp_seq_stop +EXPORT_SYMBOL vmlinux 0xced0f4d4 gen_pool_create +EXPORT_SYMBOL vmlinux 0xcee61314 inet_offloads +EXPORT_SYMBOL vmlinux 0xceebfbd1 tcp_md5_key_copy +EXPORT_SYMBOL vmlinux 0xcef1136b cros_ec_query_all +EXPORT_SYMBOL vmlinux 0xcefb0c9f __mutex_init +EXPORT_SYMBOL vmlinux 0xcefcd99a serial8250_unregister_port +EXPORT_SYMBOL vmlinux 0xcefe455e gnet_stats_copy_rate_est +EXPORT_SYMBOL vmlinux 0xcf2a6966 up +EXPORT_SYMBOL vmlinux 0xcf3b69b3 netdev_stats_to_stats64 +EXPORT_SYMBOL vmlinux 0xcf4fdd4d _atomic_dec_and_lock +EXPORT_SYMBOL vmlinux 0xcf5b579f flush_signals +EXPORT_SYMBOL vmlinux 0xcf6fa9c3 put_cmsg +EXPORT_SYMBOL vmlinux 0xcf70dc95 phy_start +EXPORT_SYMBOL vmlinux 0xcf7d9f26 __phy_resume +EXPORT_SYMBOL vmlinux 0xcf909788 sk_filter_trim_cap +EXPORT_SYMBOL vmlinux 0xcf9b558d touchscreen_set_mt_pos +EXPORT_SYMBOL vmlinux 0xcfa86fea uart_match_port +EXPORT_SYMBOL vmlinux 0xcfb01c7d inet_frag_find +EXPORT_SYMBOL vmlinux 0xcfbe4811 tty_port_lower_dtr_rts +EXPORT_SYMBOL vmlinux 0xcfc9deaf atomic_dec_and_mutex_lock +EXPORT_SYMBOL vmlinux 0xcfd4978f __nla_reserve_64bit +EXPORT_SYMBOL vmlinux 0xcfd884a8 __hsiphash_unaligned +EXPORT_SYMBOL vmlinux 0xcfe551a7 backlight_device_set_brightness +EXPORT_SYMBOL vmlinux 0xcfeb98a8 acpi_processor_register_performance +EXPORT_SYMBOL vmlinux 0xcfeb9e2d pcibios_resource_to_bus +EXPORT_SYMBOL vmlinux 0xd00ad8a4 bdev_end_io_acct +EXPORT_SYMBOL vmlinux 0xd038698a qdisc_watchdog_cancel +EXPORT_SYMBOL vmlinux 0xd03a7a19 dev_mc_sync_multiple +EXPORT_SYMBOL vmlinux 0xd043bf69 simple_lookup +EXPORT_SYMBOL vmlinux 0xd04c1a64 sysctl_devconf_inherit_init_net +EXPORT_SYMBOL vmlinux 0xd055ee22 fwnode_get_mac_address +EXPORT_SYMBOL vmlinux 0xd0654aba woken_wake_function +EXPORT_SYMBOL vmlinux 0xd0760fc0 kfree_sensitive +EXPORT_SYMBOL vmlinux 0xd08cd47b blk_queue_logical_block_size +EXPORT_SYMBOL vmlinux 0xd0b516be __scm_send +EXPORT_SYMBOL vmlinux 0xd0b74705 acpi_install_interface +EXPORT_SYMBOL vmlinux 0xd0c0f122 mmc_calc_max_discard +EXPORT_SYMBOL vmlinux 0xd0d95817 inet_ioctl +EXPORT_SYMBOL vmlinux 0xd0fa478f genphy_read_abilities +EXPORT_SYMBOL vmlinux 0xd11fae7d seq_open_private +EXPORT_SYMBOL vmlinux 0xd1239a35 skb_seq_read +EXPORT_SYMBOL vmlinux 0xd1363cc1 ucs2_strsize +EXPORT_SYMBOL vmlinux 0xd13d5143 kernel_param_lock +EXPORT_SYMBOL vmlinux 0xd141cd6d truncate_setsize +EXPORT_SYMBOL vmlinux 0xd14e4e82 tcf_get_next_proto +EXPORT_SYMBOL vmlinux 0xd1534398 trace_event_printf +EXPORT_SYMBOL vmlinux 0xd159d741 netif_set_real_num_tx_queues +EXPORT_SYMBOL vmlinux 0xd18817d3 bio_chain +EXPORT_SYMBOL vmlinux 0xd194ddf9 acpi_gpe_count +EXPORT_SYMBOL vmlinux 0xd1b242fe phy_detach +EXPORT_SYMBOL vmlinux 0xd1d1b6c5 vfs_iocb_iter_read +EXPORT_SYMBOL vmlinux 0xd1d57185 blk_queue_max_segment_size +EXPORT_SYMBOL vmlinux 0xd1d87e92 scsi_mlreturn_string +EXPORT_SYMBOL vmlinux 0xd1e87a21 skb_flow_dissect_ct +EXPORT_SYMBOL vmlinux 0xd1f7c082 mmc_gpio_set_cd_wake +EXPORT_SYMBOL vmlinux 0xd1f965ba jbd2_journal_destroy +EXPORT_SYMBOL vmlinux 0xd2051916 qcom_scm_cpu_power_down +EXPORT_SYMBOL vmlinux 0xd2237016 radix_tree_delete_item +EXPORT_SYMBOL vmlinux 0xd2366d33 xfrm_policy_walk +EXPORT_SYMBOL vmlinux 0xd23a8ee3 mdiobus_unregister_device +EXPORT_SYMBOL vmlinux 0xd24108d4 rfkill_soft_blocked +EXPORT_SYMBOL vmlinux 0xd246031a bdi_set_max_ratio +EXPORT_SYMBOL vmlinux 0xd24a618a balance_dirty_pages_ratelimited +EXPORT_SYMBOL vmlinux 0xd25584ec devm_devfreq_register_opp_notifier +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 0xd26f95b8 __inet6_lookup_established +EXPORT_SYMBOL vmlinux 0xd2760bd8 __put_user_ns +EXPORT_SYMBOL vmlinux 0xd27b25dd blk_check_plugged +EXPORT_SYMBOL vmlinux 0xd2800691 nf_conntrack_destroy +EXPORT_SYMBOL vmlinux 0xd28b198d udp_disconnect +EXPORT_SYMBOL vmlinux 0xd2a19a2e validate_slab_cache +EXPORT_SYMBOL vmlinux 0xd2a1a269 mmc_wait_for_req +EXPORT_SYMBOL vmlinux 0xd2ad7188 md_reload_sb +EXPORT_SYMBOL vmlinux 0xd2c46540 pci_stop_and_remove_bus_device +EXPORT_SYMBOL vmlinux 0xd2d2d1bb inode_update_time +EXPORT_SYMBOL vmlinux 0xd2d88506 netdev_offload_xstats_report_used +EXPORT_SYMBOL vmlinux 0xd2da1048 register_netdevice_notifier +EXPORT_SYMBOL vmlinux 0xd2e0d016 flush_dcache_folio +EXPORT_SYMBOL vmlinux 0xd2e2a9d0 hdmi_spd_infoframe_pack_only +EXPORT_SYMBOL vmlinux 0xd2ea49b8 acpi_leave_sleep_state_prep +EXPORT_SYMBOL vmlinux 0xd2eaaf3c sock_release +EXPORT_SYMBOL vmlinux 0xd2ee2f41 jbd2_journal_abort +EXPORT_SYMBOL vmlinux 0xd31ccb06 of_machine_is_compatible +EXPORT_SYMBOL vmlinux 0xd3303bc5 zap_page_range +EXPORT_SYMBOL vmlinux 0xd33894da iov_iter_pipe +EXPORT_SYMBOL vmlinux 0xd34d6ec6 tcp_mmap +EXPORT_SYMBOL vmlinux 0xd3543063 memcg_kmem_enabled_key +EXPORT_SYMBOL vmlinux 0xd3559ef4 __memset +EXPORT_SYMBOL vmlinux 0xd359130e netif_device_detach +EXPORT_SYMBOL vmlinux 0xd35a6d31 mempool_kmalloc +EXPORT_SYMBOL vmlinux 0xd35cce70 _raw_spin_unlock_irqrestore +EXPORT_SYMBOL vmlinux 0xd36dc10c get_random_u32 +EXPORT_SYMBOL vmlinux 0xd36e3d59 prandom_bytes_state +EXPORT_SYMBOL vmlinux 0xd36ff773 __traceiter_spi_transfer_start +EXPORT_SYMBOL vmlinux 0xd378fae9 __nla_reserve_nohdr +EXPORT_SYMBOL vmlinux 0xd37eaf71 of_mdiobus_child_is_phy +EXPORT_SYMBOL vmlinux 0xd381e531 dquot_reclaim_space_nodirty +EXPORT_SYMBOL vmlinux 0xd38ee2c7 __get_hash_from_flowi6 +EXPORT_SYMBOL vmlinux 0xd39b831e __dec_node_page_state +EXPORT_SYMBOL vmlinux 0xd3a69fb1 udp_lib_unhash +EXPORT_SYMBOL vmlinux 0xd3afb207 vfs_parse_fs_param_source +EXPORT_SYMBOL vmlinux 0xd3c3d36c dquot_commit +EXPORT_SYMBOL vmlinux 0xd3cd6cf0 tcp_filter +EXPORT_SYMBOL vmlinux 0xd3da0a63 d_make_root +EXPORT_SYMBOL vmlinux 0xd3ed52d4 nf_log_register +EXPORT_SYMBOL vmlinux 0xd3fdf4cf amba_request_regions +EXPORT_SYMBOL vmlinux 0xd4024d54 neigh_table_init +EXPORT_SYMBOL vmlinux 0xd40640b8 tcf_qevent_handle +EXPORT_SYMBOL vmlinux 0xd406d266 fb_mode_is_equal +EXPORT_SYMBOL vmlinux 0xd41362ee __inet_hash +EXPORT_SYMBOL vmlinux 0xd415a96c mmc_can_erase +EXPORT_SYMBOL vmlinux 0xd43e2e68 vlan_dev_real_dev +EXPORT_SYMBOL vmlinux 0xd44821c6 pcim_set_mwi +EXPORT_SYMBOL vmlinux 0xd44f4d94 sock_common_recvmsg +EXPORT_SYMBOL vmlinux 0xd4553947 tty_port_free_xmit_buf +EXPORT_SYMBOL vmlinux 0xd45cc6ca bin2hex +EXPORT_SYMBOL vmlinux 0xd4630569 i2c_smbus_read_i2c_block_data_or_emulated +EXPORT_SYMBOL vmlinux 0xd47c117b key_put +EXPORT_SYMBOL vmlinux 0xd4835ef8 dmi_check_system +EXPORT_SYMBOL vmlinux 0xd4979f3a register_filesystem +EXPORT_SYMBOL vmlinux 0xd4a35e67 registered_fb +EXPORT_SYMBOL vmlinux 0xd4a69d20 qm_channel_caam +EXPORT_SYMBOL vmlinux 0xd4b80fbb qdisc_offload_graft_helper +EXPORT_SYMBOL vmlinux 0xd4bb4a82 inet6addr_validator_notifier_call_chain +EXPORT_SYMBOL vmlinux 0xd4be5754 ip_tunnel_parse_protocol +EXPORT_SYMBOL vmlinux 0xd4c31bb0 crypto_sha512_update +EXPORT_SYMBOL vmlinux 0xd4ce3df0 skb_clone_sk +EXPORT_SYMBOL vmlinux 0xd4d1983c udplite_table +EXPORT_SYMBOL vmlinux 0xd4d6ccaf tcf_block_put +EXPORT_SYMBOL vmlinux 0xd4fbc117 logfc +EXPORT_SYMBOL vmlinux 0xd5104dea param_ops_bint +EXPORT_SYMBOL vmlinux 0xd51754a1 simple_link +EXPORT_SYMBOL vmlinux 0xd51ca7f8 generic_update_time +EXPORT_SYMBOL vmlinux 0xd51dec18 neigh_parms_release +EXPORT_SYMBOL vmlinux 0xd5263820 mb_cache_destroy +EXPORT_SYMBOL vmlinux 0xd52eb620 inet_dgram_connect +EXPORT_SYMBOL vmlinux 0xd5346bfc acpi_get_possible_resources +EXPORT_SYMBOL vmlinux 0xd546d3ef wireless_spy_update +EXPORT_SYMBOL vmlinux 0xd54952c7 d_delete +EXPORT_SYMBOL vmlinux 0xd553b044 nf_log_packet +EXPORT_SYMBOL vmlinux 0xd5569b6a acpi_processor_notify_smm +EXPORT_SYMBOL vmlinux 0xd562e9d3 ethtool_op_get_link +EXPORT_SYMBOL vmlinux 0xd5739935 seg6_hmac_info_add +EXPORT_SYMBOL vmlinux 0xd5747201 simple_statfs +EXPORT_SYMBOL vmlinux 0xd574cce6 find_get_pages_range_tag +EXPORT_SYMBOL vmlinux 0xd5a04620 pci_ep_cfs_remove_epc_group +EXPORT_SYMBOL vmlinux 0xd5acd56f scsi_host_busy +EXPORT_SYMBOL vmlinux 0xd5acfba3 simple_transaction_get +EXPORT_SYMBOL vmlinux 0xd5b3d0d5 xxh64_copy_state +EXPORT_SYMBOL vmlinux 0xd5bcba69 kernel_accept +EXPORT_SYMBOL vmlinux 0xd5ce47ae neigh_direct_output +EXPORT_SYMBOL vmlinux 0xd5cf13ee pci_write_config_byte +EXPORT_SYMBOL vmlinux 0xd5d036b3 inet_unregister_protosw +EXPORT_SYMBOL vmlinux 0xd5d6504a key_move +EXPORT_SYMBOL vmlinux 0xd5e37918 jbd2_journal_init_jbd_inode +EXPORT_SYMBOL vmlinux 0xd5ec2270 nd_region_to_nstype +EXPORT_SYMBOL vmlinux 0xd5fd90f1 prepare_to_wait +EXPORT_SYMBOL vmlinux 0xd602cada par_io_of_config +EXPORT_SYMBOL vmlinux 0xd60736ec gf128mul_free_64k +EXPORT_SYMBOL vmlinux 0xd6190871 of_get_next_cpu_node +EXPORT_SYMBOL vmlinux 0xd62192e8 generic_remap_file_range_prep +EXPORT_SYMBOL vmlinux 0xd62462ab devm_release_resource +EXPORT_SYMBOL vmlinux 0xd626484f unregister_key_type +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 0xd654ab4e pci_find_capability +EXPORT_SYMBOL vmlinux 0xd65cdf1b kthread_create_on_node +EXPORT_SYMBOL vmlinux 0xd669a0f9 writeback_inodes_sb +EXPORT_SYMBOL vmlinux 0xd66c8184 add_device_randomness +EXPORT_SYMBOL vmlinux 0xd67e3e82 poll_freewait +EXPORT_SYMBOL vmlinux 0xd68c5a1f adjust_resource +EXPORT_SYMBOL vmlinux 0xd68e29cd iw_handler_set_spy +EXPORT_SYMBOL vmlinux 0xd691c6a9 unregister_sysctl_table +EXPORT_SYMBOL vmlinux 0xd6a32e25 xfrm6_rcv_encap +EXPORT_SYMBOL vmlinux 0xd6a91f54 twl_i2c_read +EXPORT_SYMBOL vmlinux 0xd6aea3d2 release_sock +EXPORT_SYMBOL vmlinux 0xd6d1172c max8925_bulk_read +EXPORT_SYMBOL vmlinux 0xd6eaaea1 full_name_hash +EXPORT_SYMBOL vmlinux 0xd6ee688f vmalloc +EXPORT_SYMBOL vmlinux 0xd6fde043 is_module_sig_enforced +EXPORT_SYMBOL vmlinux 0xd6ff0c73 __nlmsg_put +EXPORT_SYMBOL vmlinux 0xd70d35a1 gf128mul_4k_bbe +EXPORT_SYMBOL vmlinux 0xd70f62b6 acpi_os_execute +EXPORT_SYMBOL vmlinux 0xd71104b3 vm_node_stat +EXPORT_SYMBOL vmlinux 0xd72704ce ip_options_compile +EXPORT_SYMBOL vmlinux 0xd73653c4 freezer_active +EXPORT_SYMBOL vmlinux 0xd736ddae xp_set_rxq_info +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 0xd7597c80 km_state_notify +EXPORT_SYMBOL vmlinux 0xd77d05b1 pcie_relaxed_ordering_enabled +EXPORT_SYMBOL vmlinux 0xd7987177 utf8_load +EXPORT_SYMBOL vmlinux 0xd7ae0cdc twl6030_mmc_card_detect +EXPORT_SYMBOL vmlinux 0xd7b33a0d to_ndd +EXPORT_SYMBOL vmlinux 0xd7b3bafe pci_ep_cfs_add_epf_group +EXPORT_SYMBOL vmlinux 0xd7b8c64f xp_free +EXPORT_SYMBOL vmlinux 0xd7bb6cc8 pfifo_fast_ops +EXPORT_SYMBOL vmlinux 0xd7c24d53 fscrypt_fname_disk_to_usr +EXPORT_SYMBOL vmlinux 0xd7c84e9e scsi_rescan_device +EXPORT_SYMBOL vmlinux 0xd7d10b8c dquot_quota_on_mount +EXPORT_SYMBOL vmlinux 0xd7d280ad irq_poll_complete +EXPORT_SYMBOL vmlinux 0xd7d7e995 pnp_register_driver +EXPORT_SYMBOL vmlinux 0xd7e56a4e simple_strtoll +EXPORT_SYMBOL vmlinux 0xd7e9987f fixed_size_llseek +EXPORT_SYMBOL vmlinux 0xd7ea7094 nf_unregister_queue_handler +EXPORT_SYMBOL vmlinux 0xd7ff1b8a __ashlti3 +EXPORT_SYMBOL vmlinux 0xd807d5ba input_register_device +EXPORT_SYMBOL vmlinux 0xd8131274 qman_alloc_cgrid_range +EXPORT_SYMBOL vmlinux 0xd81901d1 phy_mii_ioctl +EXPORT_SYMBOL vmlinux 0xd81ac41e pci_request_selected_regions +EXPORT_SYMBOL vmlinux 0xd8287ef5 security_sk_classify_flow +EXPORT_SYMBOL vmlinux 0xd828f063 xudma_tchanrt_write +EXPORT_SYMBOL vmlinux 0xd82c132f dentry_create +EXPORT_SYMBOL vmlinux 0xd83898d5 nf_hooks_needed +EXPORT_SYMBOL vmlinux 0xd83c7cfc sock_set_mark +EXPORT_SYMBOL vmlinux 0xd86e5d2a user_path_create +EXPORT_SYMBOL vmlinux 0xd875a06b skb_unlink +EXPORT_SYMBOL vmlinux 0xd875c5c0 ip_sock_set_mtu_discover +EXPORT_SYMBOL vmlinux 0xd878b3f0 mipi_dsi_device_unregister +EXPORT_SYMBOL vmlinux 0xd88a6955 blk_mq_init_queue +EXPORT_SYMBOL vmlinux 0xd8961bc4 cros_ec_cmd_xfer +EXPORT_SYMBOL vmlinux 0xd89a3ca8 blk_mq_init_allocated_queue +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 0xd8c9c4f4 tcf_idr_cleanup +EXPORT_SYMBOL vmlinux 0xd8d1d204 param_get_uint +EXPORT_SYMBOL vmlinux 0xd8df08ac acpi_handle_printk +EXPORT_SYMBOL vmlinux 0xd9090e2d uart_update_timeout +EXPORT_SYMBOL vmlinux 0xd90aeeb0 of_get_cpu_node +EXPORT_SYMBOL vmlinux 0xd912448a tcp_setsockopt +EXPORT_SYMBOL vmlinux 0xd916e15c netlink_net_capable +EXPORT_SYMBOL vmlinux 0xd91f6ab6 strnlen_user +EXPORT_SYMBOL vmlinux 0xd92139bd netif_stacked_transfer_operstate +EXPORT_SYMBOL vmlinux 0xd925012b tty_devnum +EXPORT_SYMBOL vmlinux 0xd92deb6b acpi_evaluate_object +EXPORT_SYMBOL vmlinux 0xd9378a2a phy_device_free +EXPORT_SYMBOL vmlinux 0xd93b03b1 of_find_backlight_by_node +EXPORT_SYMBOL vmlinux 0xd9491c14 xa_destroy +EXPORT_SYMBOL vmlinux 0xd97ac5e0 udp_skb_destructor +EXPORT_SYMBOL vmlinux 0xd985dc99 mempool_free_pages +EXPORT_SYMBOL vmlinux 0xd98f33bc pci_map_rom +EXPORT_SYMBOL vmlinux 0xd994427e inet_sk_get_local_port_range +EXPORT_SYMBOL vmlinux 0xd9a5ea54 __init_waitqueue_head +EXPORT_SYMBOL vmlinux 0xd9b0622b __skb_gro_checksum_complete +EXPORT_SYMBOL vmlinux 0xd9b85ef6 lockref_get +EXPORT_SYMBOL vmlinux 0xd9b8eaea __SCK__tp_func_dma_fence_signaled +EXPORT_SYMBOL vmlinux 0xd9d2d7f4 __sk_backlog_rcv +EXPORT_SYMBOL vmlinux 0xd9d8fd16 register_restart_handler +EXPORT_SYMBOL vmlinux 0xd9d952d1 crypto_aes_sbox +EXPORT_SYMBOL vmlinux 0xd9db74b4 vme_irq_free +EXPORT_SYMBOL vmlinux 0xd9e28564 napi_schedule_prep +EXPORT_SYMBOL vmlinux 0xd9fd3145 dev_printk_emit +EXPORT_SYMBOL vmlinux 0xda10443c xudma_tchan_get_id +EXPORT_SYMBOL vmlinux 0xda166e20 eth_header_cache +EXPORT_SYMBOL vmlinux 0xda38408b generic_set_encrypted_ci_d_ops +EXPORT_SYMBOL vmlinux 0xda3d10a8 security_tun_dev_open +EXPORT_SYMBOL vmlinux 0xda3f2255 unregister_netdevice_queue +EXPORT_SYMBOL vmlinux 0xda418117 netif_device_attach +EXPORT_SYMBOL vmlinux 0xda5b106c cdrom_number_of_slots +EXPORT_SYMBOL vmlinux 0xda96136c skb_expand_head +EXPORT_SYMBOL vmlinux 0xda9e1d75 mmc_can_trim +EXPORT_SYMBOL vmlinux 0xdac4913a bitmap_allocate_region +EXPORT_SYMBOL vmlinux 0xdac69fb4 phy_ethtool_set_wol +EXPORT_SYMBOL vmlinux 0xdaca820e dynamic_preempt_schedule +EXPORT_SYMBOL vmlinux 0xdad1fc3f zstd_flush_stream +EXPORT_SYMBOL vmlinux 0xdae0aef9 pci_write_vpd_any +EXPORT_SYMBOL vmlinux 0xdb356140 mipi_dsi_dcs_nop +EXPORT_SYMBOL vmlinux 0xdb437fda udp_seq_next +EXPORT_SYMBOL vmlinux 0xdb4be02b kernel_sock_ip_overhead +EXPORT_SYMBOL vmlinux 0xdb57cdbd fscrypt_decrypt_block_inplace +EXPORT_SYMBOL vmlinux 0xdb68bbad rfkill_destroy +EXPORT_SYMBOL vmlinux 0xdb6ad0ed blk_mq_alloc_request +EXPORT_SYMBOL vmlinux 0xdb760f52 __kfifo_free +EXPORT_SYMBOL vmlinux 0xdb7fbd39 flow_block_cb_lookup +EXPORT_SYMBOL vmlinux 0xdb894666 fwnode_irq_get_byname +EXPORT_SYMBOL vmlinux 0xdba2b250 find_inode_by_ino_rcu +EXPORT_SYMBOL vmlinux 0xdbb19e31 __netif_schedule +EXPORT_SYMBOL vmlinux 0xdbc09c0e inet_accept +EXPORT_SYMBOL vmlinux 0xdbc0a85d build_skb +EXPORT_SYMBOL vmlinux 0xdbc3b0e2 md_check_no_bitmap +EXPORT_SYMBOL vmlinux 0xdbc43e6a qdisc_get_rtab +EXPORT_SYMBOL vmlinux 0xdbc5c7fc sock_efree +EXPORT_SYMBOL vmlinux 0xdbcf041a acpi_install_address_space_handler +EXPORT_SYMBOL vmlinux 0xdbcf7032 brioctl_set +EXPORT_SYMBOL vmlinux 0xdbdf6c92 ioport_resource +EXPORT_SYMBOL vmlinux 0xdbe5ec03 pnp_unregister_card_driver +EXPORT_SYMBOL vmlinux 0xdc092b44 inode_set_flags +EXPORT_SYMBOL vmlinux 0xdc0cc69a __dquot_transfer +EXPORT_SYMBOL vmlinux 0xdc0e4855 timer_delete +EXPORT_SYMBOL vmlinux 0xdc14eda7 pci_pci_problems +EXPORT_SYMBOL vmlinux 0xdc34158f fman_port_init +EXPORT_SYMBOL vmlinux 0xdc3fcbc9 __sw_hweight8 +EXPORT_SYMBOL vmlinux 0xdc42db3e inet_frag_rbtree_purge +EXPORT_SYMBOL vmlinux 0xdc468d42 make_kprojid +EXPORT_SYMBOL vmlinux 0xdc49c198 reciprocal_value_adv +EXPORT_SYMBOL vmlinux 0xdc4eabe1 flow_rule_match_ipv4_addrs +EXPORT_SYMBOL vmlinux 0xdc512134 backlight_register_notifier +EXPORT_SYMBOL vmlinux 0xdc522f49 generic_file_write_iter +EXPORT_SYMBOL vmlinux 0xdc5bc04b prepare_to_swait_exclusive +EXPORT_SYMBOL vmlinux 0xdc5d8a26 dma_resv_copy_fences +EXPORT_SYMBOL vmlinux 0xdc681c35 flow_indr_dev_register +EXPORT_SYMBOL vmlinux 0xdc86f610 load_nls +EXPORT_SYMBOL vmlinux 0xdca8c3d4 logic_outb +EXPORT_SYMBOL vmlinux 0xdcb764ad memset +EXPORT_SYMBOL vmlinux 0xdcbeba1d sg_copy_from_buffer +EXPORT_SYMBOL vmlinux 0xdcd9a0f5 ip4_datagram_connect +EXPORT_SYMBOL vmlinux 0xdcdc0040 slhc_compress +EXPORT_SYMBOL vmlinux 0xdcebf908 cont_write_begin +EXPORT_SYMBOL vmlinux 0xdd00447a acpi_resource_to_address64 +EXPORT_SYMBOL vmlinux 0xdd18a993 acpi_check_dsm +EXPORT_SYMBOL vmlinux 0xdd2c169b mb_cache_create +EXPORT_SYMBOL vmlinux 0xdd2f50f7 __traceiter_mmap_lock_released +EXPORT_SYMBOL vmlinux 0xdd31a7b9 clear_page_dirty_for_io +EXPORT_SYMBOL vmlinux 0xdd4d55b6 _raw_read_unlock +EXPORT_SYMBOL vmlinux 0xdd50f3d3 dquot_set_dqblk +EXPORT_SYMBOL vmlinux 0xdd52fb2f show_init_ipc_ns +EXPORT_SYMBOL vmlinux 0xdd58b946 kmem_cache_free_bulk +EXPORT_SYMBOL vmlinux 0xdd5e4cea rtnl_nla_parse_ifinfomsg +EXPORT_SYMBOL vmlinux 0xdd639ba7 security_sb_mnt_opts_compat +EXPORT_SYMBOL vmlinux 0xdd64e639 strscpy +EXPORT_SYMBOL vmlinux 0xdd7e3192 qcom_scm_pas_auth_and_reset +EXPORT_SYMBOL vmlinux 0xdd8166a1 dma_fence_free +EXPORT_SYMBOL vmlinux 0xdd825bbe mode_strip_sgid +EXPORT_SYMBOL vmlinux 0xdd849d51 scsi_get_sense_info_fld +EXPORT_SYMBOL vmlinux 0xdd98ae08 scmd_printk +EXPORT_SYMBOL vmlinux 0xdd994efd flow_block_cb_setup_simple +EXPORT_SYMBOL vmlinux 0xdd995fab dev_trans_start +EXPORT_SYMBOL vmlinux 0xddad7952 acpi_dbg_level +EXPORT_SYMBOL vmlinux 0xddbde831 nf_log_unregister +EXPORT_SYMBOL vmlinux 0xdde40be4 filemap_fault +EXPORT_SYMBOL vmlinux 0xddf6ad7a completion_done +EXPORT_SYMBOL vmlinux 0xddfdb8ac tcp_md5_needed +EXPORT_SYMBOL vmlinux 0xddff1d54 vme_slave_request +EXPORT_SYMBOL vmlinux 0xde20e8d5 netdev_master_upper_dev_get +EXPORT_SYMBOL vmlinux 0xde210bba rproc_elf_get_boot_addr +EXPORT_SYMBOL vmlinux 0xde293f9e add_wait_queue_exclusive +EXPORT_SYMBOL vmlinux 0xde58a93a __nd_driver_register +EXPORT_SYMBOL vmlinux 0xde606079 kthread_create_worker +EXPORT_SYMBOL vmlinux 0xde62f8d0 ip_tunnel_header_ops +EXPORT_SYMBOL vmlinux 0xde67419e sg_split +EXPORT_SYMBOL vmlinux 0xde6e5503 filemap_write_and_wait_range +EXPORT_SYMBOL vmlinux 0xde85a6fd locks_copy_conflock +EXPORT_SYMBOL vmlinux 0xded39a6b gen_kill_estimator +EXPORT_SYMBOL vmlinux 0xdee170bf component_match_add_release +EXPORT_SYMBOL vmlinux 0xdef7c893 fb_match_mode +EXPORT_SYMBOL vmlinux 0xdf13609a grab_cache_page_write_begin +EXPORT_SYMBOL vmlinux 0xdf1d920c dma_sync_sg_for_cpu +EXPORT_SYMBOL vmlinux 0xdf256037 kstrtou8_from_user +EXPORT_SYMBOL vmlinux 0xdf2b81da xfrm6_protocol_deregister +EXPORT_SYMBOL vmlinux 0xdf2c2742 rb_last +EXPORT_SYMBOL vmlinux 0xdf2ebb87 _raw_read_unlock_irqrestore +EXPORT_SYMBOL vmlinux 0xdf36914b xa_find_after +EXPORT_SYMBOL vmlinux 0xdf3696cb phy_device_register +EXPORT_SYMBOL vmlinux 0xdf521442 _find_next_zero_bit +EXPORT_SYMBOL vmlinux 0xdf54a8f7 netlink_unregister_notifier +EXPORT_SYMBOL vmlinux 0xdf5b028c phy_ethtool_get_eee +EXPORT_SYMBOL vmlinux 0xdf5d8839 flow_indr_block_cb_alloc +EXPORT_SYMBOL vmlinux 0xdf5da77c netdev_bonding_info_change +EXPORT_SYMBOL vmlinux 0xdf5f6be1 pci_bus_write_config_word +EXPORT_SYMBOL vmlinux 0xdf6b082f proc_dointvec_jiffies +EXPORT_SYMBOL vmlinux 0xdf8346e0 inet_frag_reasm_prepare +EXPORT_SYMBOL vmlinux 0xdf8463dc tty_insert_flip_string_flags +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 0xdfa398f1 vga_get +EXPORT_SYMBOL vmlinux 0xdfa693e3 phy_drivers_register +EXPORT_SYMBOL vmlinux 0xdfac2095 tcp_sock_set_keepidle +EXPORT_SYMBOL vmlinux 0xdfc12ef1 zstd_decompress_stream +EXPORT_SYMBOL vmlinux 0xdfc3051a scsi_print_sense +EXPORT_SYMBOL vmlinux 0xdfcc992c current_work +EXPORT_SYMBOL vmlinux 0xdfd2f07d mfd_remove_devices +EXPORT_SYMBOL vmlinux 0xdfd8110c flow_block_cb_is_busy +EXPORT_SYMBOL vmlinux 0xdfe3a5d1 param_get_short +EXPORT_SYMBOL vmlinux 0xdff7414e backlight_device_get_by_name +EXPORT_SYMBOL vmlinux 0xdff905e5 vme_slave_free +EXPORT_SYMBOL vmlinux 0xdffc80fc vesa_modes +EXPORT_SYMBOL vmlinux 0xe02c9c92 __xa_erase +EXPORT_SYMBOL vmlinux 0xe03a689d dma_fence_array_ops +EXPORT_SYMBOL vmlinux 0xe0419ac4 kstrtos16 +EXPORT_SYMBOL vmlinux 0xe0503aab skb_copy_and_csum_datagram_msg +EXPORT_SYMBOL vmlinux 0xe05c401f set_posix_acl +EXPORT_SYMBOL vmlinux 0xe07e5f44 acpi_reconfig_notifier_unregister +EXPORT_SYMBOL vmlinux 0xe080e8f0 set_current_groups +EXPORT_SYMBOL vmlinux 0xe0822ccb padata_set_cpumask +EXPORT_SYMBOL vmlinux 0xe082e88d acpi_check_address_range +EXPORT_SYMBOL vmlinux 0xe091c977 list_sort +EXPORT_SYMBOL vmlinux 0xe09ae844 vfs_create_mount +EXPORT_SYMBOL vmlinux 0xe09cabcc devm_clk_get_optional +EXPORT_SYMBOL vmlinux 0xe0b13336 argv_free +EXPORT_SYMBOL vmlinux 0xe0b9065b security_xfrm_policy_alloc +EXPORT_SYMBOL vmlinux 0xe0bef318 icst_hz_to_vco +EXPORT_SYMBOL vmlinux 0xe0c793ed __xfrm_dst_lookup +EXPORT_SYMBOL vmlinux 0xe0cbb5f5 rproc_elf_find_loaded_rsc_table +EXPORT_SYMBOL vmlinux 0xe0d73da4 proc_create_seq_private +EXPORT_SYMBOL vmlinux 0xe0e4cf88 send_sig_info +EXPORT_SYMBOL vmlinux 0xe0e8c6bb dm_table_event +EXPORT_SYMBOL vmlinux 0xe0f70c75 bpf_map_get +EXPORT_SYMBOL vmlinux 0xe113bbbc csum_partial +EXPORT_SYMBOL vmlinux 0xe114e13f mdiobus_unregister +EXPORT_SYMBOL vmlinux 0xe12265d0 jbd2_journal_clear_err +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 0xe13e88a4 flow_rule_match_ip +EXPORT_SYMBOL vmlinux 0xe1445b2e of_cpu_node_to_id +EXPORT_SYMBOL vmlinux 0xe146956f iov_iter_discard +EXPORT_SYMBOL vmlinux 0xe1670b99 jbd2_complete_transaction +EXPORT_SYMBOL vmlinux 0xe177d558 netdev_info +EXPORT_SYMBOL vmlinux 0xe199f744 dquot_quota_off +EXPORT_SYMBOL vmlinux 0xe19aaf2c __devm_release_region +EXPORT_SYMBOL vmlinux 0xe19e36c6 serial8250_do_pm +EXPORT_SYMBOL vmlinux 0xe1dcf64a audit_log_format +EXPORT_SYMBOL vmlinux 0xe1fb244f skb_tunnel_check_pmtu +EXPORT_SYMBOL vmlinux 0xe2054cc2 flow_block_cb_decref +EXPORT_SYMBOL vmlinux 0xe2054f39 tty_unregister_device +EXPORT_SYMBOL vmlinux 0xe21f18ac __genradix_iter_peek +EXPORT_SYMBOL vmlinux 0xe22dfd79 _dev_info +EXPORT_SYMBOL vmlinux 0xe2388fa8 reuseport_alloc +EXPORT_SYMBOL vmlinux 0xe23b831f __inode_add_bytes +EXPORT_SYMBOL vmlinux 0xe258fb82 console_stop +EXPORT_SYMBOL vmlinux 0xe25964b1 d_alloc_name +EXPORT_SYMBOL vmlinux 0xe263d15b uart_unregister_driver +EXPORT_SYMBOL vmlinux 0xe269735e mr_mfc_find_any_parent +EXPORT_SYMBOL vmlinux 0xe273d75d alloc_cpu_rmap +EXPORT_SYMBOL vmlinux 0xe2964344 __wake_up +EXPORT_SYMBOL vmlinux 0xe2a1aa86 jbd2_journal_try_to_free_buffers +EXPORT_SYMBOL vmlinux 0xe2b49684 of_phy_deregister_fixed_link +EXPORT_SYMBOL vmlinux 0xe2b6e51d jbd2_journal_invalidate_folio +EXPORT_SYMBOL vmlinux 0xe2d5255a strcmp +EXPORT_SYMBOL vmlinux 0xe2ded25c cdrom_open +EXPORT_SYMBOL vmlinux 0xe2e0d869 elv_rb_del +EXPORT_SYMBOL vmlinux 0xe31a5bfa configfs_register_group +EXPORT_SYMBOL vmlinux 0xe32ab4d8 xxh64_digest +EXPORT_SYMBOL vmlinux 0xe33f6873 mipi_dsi_compression_mode +EXPORT_SYMBOL vmlinux 0xe3403b29 of_phy_register_fixed_link +EXPORT_SYMBOL vmlinux 0xe356ff8d gpiochip_irq_reqres +EXPORT_SYMBOL vmlinux 0xe397c754 pci_read_vpd +EXPORT_SYMBOL vmlinux 0xe39b2ea5 sha256 +EXPORT_SYMBOL vmlinux 0xe3ad3046 __sg_page_iter_dma_next +EXPORT_SYMBOL vmlinux 0xe3bb2bf2 skb_add_rx_frag +EXPORT_SYMBOL vmlinux 0xe3bebbd2 dev_mc_add_excl +EXPORT_SYMBOL vmlinux 0xe3cfa904 __register_chrdev +EXPORT_SYMBOL vmlinux 0xe3ec2f2b alloc_chrdev_region +EXPORT_SYMBOL vmlinux 0xe3fd508a dev_pm_opp_register_notifier +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 0xe40c14b9 pskb_extract +EXPORT_SYMBOL vmlinux 0xe40c37ea down_write_trylock +EXPORT_SYMBOL vmlinux 0xe4109fe5 fman_set_port_params +EXPORT_SYMBOL vmlinux 0xe41b3c50 dcache_dir_open +EXPORT_SYMBOL vmlinux 0xe41db713 vfs_fsync +EXPORT_SYMBOL vmlinux 0xe425a6ad xfrm_state_unregister_afinfo +EXPORT_SYMBOL vmlinux 0xe444f4de __quota_error +EXPORT_SYMBOL vmlinux 0xe44b1e4c neigh_update +EXPORT_SYMBOL vmlinux 0xe44bce0f fb_set_var +EXPORT_SYMBOL vmlinux 0xe450b579 truncate_inode_pages +EXPORT_SYMBOL vmlinux 0xe46021ca _raw_spin_unlock_bh +EXPORT_SYMBOL vmlinux 0xe460bd1a lynx_get_mdio_device +EXPORT_SYMBOL vmlinux 0xe4657608 posix_acl_valid +EXPORT_SYMBOL vmlinux 0xe4697b29 dma_resv_fini +EXPORT_SYMBOL vmlinux 0xe485dbdb __tcp_md5_do_lookup +EXPORT_SYMBOL vmlinux 0xe4a13d80 setattr_copy +EXPORT_SYMBOL vmlinux 0xe4bbc1dd kimage_voffset +EXPORT_SYMBOL vmlinux 0xe4bc2c2f hdmi_drm_infoframe_pack +EXPORT_SYMBOL vmlinux 0xe4d30838 inet_stream_ops +EXPORT_SYMBOL vmlinux 0xe4e0e740 inet_dgram_ops +EXPORT_SYMBOL vmlinux 0xe51eb16e devfreq_update_interval +EXPORT_SYMBOL vmlinux 0xe523ad75 synchronize_irq +EXPORT_SYMBOL vmlinux 0xe52705e0 jbd2_journal_check_used_features +EXPORT_SYMBOL vmlinux 0xe530e857 __dynamic_ibdev_dbg +EXPORT_SYMBOL vmlinux 0xe54b1cc8 cookie_ecn_ok +EXPORT_SYMBOL vmlinux 0xe564c99e pci_disable_link_state_locked +EXPORT_SYMBOL vmlinux 0xe5666c0e fman_bind +EXPORT_SYMBOL vmlinux 0xe573de31 igrab +EXPORT_SYMBOL vmlinux 0xe57feefb qcom_scm_ocmem_unlock +EXPORT_SYMBOL vmlinux 0xe58090ca security_ib_endport_manage_subnet +EXPORT_SYMBOL vmlinux 0xe58693b0 pci_free_irq_vectors +EXPORT_SYMBOL vmlinux 0xe590dea3 sk_busy_loop_end +EXPORT_SYMBOL vmlinux 0xe591e119 mdiobus_register_device +EXPORT_SYMBOL vmlinux 0xe5a135e6 pci_save_state +EXPORT_SYMBOL vmlinux 0xe5a19344 netpoll_parse_options +EXPORT_SYMBOL vmlinux 0xe5a759eb input_match_device_id +EXPORT_SYMBOL vmlinux 0xe5bc5bd8 mmc_gpio_get_cd +EXPORT_SYMBOL vmlinux 0xe5bc71c2 ptp_clock_unregister +EXPORT_SYMBOL vmlinux 0xe5c60bd2 percpu_counter_set +EXPORT_SYMBOL vmlinux 0xe5c78a99 do_blank_screen +EXPORT_SYMBOL vmlinux 0xe5cb23bd sg_alloc_append_table_from_pages +EXPORT_SYMBOL vmlinux 0xe5e80a89 twl6040_reg_write +EXPORT_SYMBOL vmlinux 0xe60539d4 rt_mutex_base_init +EXPORT_SYMBOL vmlinux 0xe623287d of_graph_get_endpoint_count +EXPORT_SYMBOL vmlinux 0xe6323505 single_open_size +EXPORT_SYMBOL vmlinux 0xe6351fbe phy_ethtool_get_wol +EXPORT_SYMBOL vmlinux 0xe6550092 utf8_casefold +EXPORT_SYMBOL vmlinux 0xe662d1c4 da903x_query_status +EXPORT_SYMBOL vmlinux 0xe6644553 seq_read +EXPORT_SYMBOL vmlinux 0xe66688e2 twl6040_set_pll +EXPORT_SYMBOL vmlinux 0xe673e44a inet_sk_rx_dst_set +EXPORT_SYMBOL vmlinux 0xe68efe41 _raw_write_lock +EXPORT_SYMBOL vmlinux 0xe6b25e35 netdev_has_upper_dev +EXPORT_SYMBOL vmlinux 0xe6c98578 kill_anon_super +EXPORT_SYMBOL vmlinux 0xe6d2458e do_trace_netlink_extack +EXPORT_SYMBOL vmlinux 0xe6f2d906 blkdev_get_by_dev +EXPORT_SYMBOL vmlinux 0xe6f8431c xfrm_lookup_with_ifid +EXPORT_SYMBOL vmlinux 0xe6fa06a2 rename_lock +EXPORT_SYMBOL vmlinux 0xe6feb07c fuse_dequeue_forget +EXPORT_SYMBOL vmlinux 0xe7060fc1 sock_no_shutdown +EXPORT_SYMBOL vmlinux 0xe7257ab8 xa_store_range +EXPORT_SYMBOL vmlinux 0xe7271f76 __bforget +EXPORT_SYMBOL vmlinux 0xe72fb296 fscrypt_ioctl_set_policy +EXPORT_SYMBOL vmlinux 0xe73462e2 pps_register_source +EXPORT_SYMBOL vmlinux 0xe755b2b6 from_kgid +EXPORT_SYMBOL vmlinux 0xe75e3217 proto_unregister +EXPORT_SYMBOL vmlinux 0xe771ba51 tcp_v4_syn_recv_sock +EXPORT_SYMBOL vmlinux 0xe7a02573 ida_alloc_range +EXPORT_SYMBOL vmlinux 0xe7ab1ecc _raw_write_unlock_bh +EXPORT_SYMBOL vmlinux 0xe7af3723 udp6_csum_init +EXPORT_SYMBOL vmlinux 0xe7b0353b __cpu_active_mask +EXPORT_SYMBOL vmlinux 0xe7be94f0 file_modified +EXPORT_SYMBOL vmlinux 0xe7d4daac seq_list_next +EXPORT_SYMBOL vmlinux 0xe7ee9d39 setattr_prepare +EXPORT_SYMBOL vmlinux 0xe801bf79 prepare_creds +EXPORT_SYMBOL vmlinux 0xe804d2bd fs_param_is_bool +EXPORT_SYMBOL vmlinux 0xe816048f tty_termios_copy_hw +EXPORT_SYMBOL vmlinux 0xe817c0c4 unregister_shrinker +EXPORT_SYMBOL vmlinux 0xe82b842a mmc_gpiod_request_ro +EXPORT_SYMBOL vmlinux 0xe82cb051 dst_dev_put +EXPORT_SYMBOL vmlinux 0xe83b4226 phy_sfp_probe +EXPORT_SYMBOL vmlinux 0xe8451281 netdev_has_any_upper_dev +EXPORT_SYMBOL vmlinux 0xe8597bd1 config_item_init_type_name +EXPORT_SYMBOL vmlinux 0xe85f2123 acpi_tb_unload_table +EXPORT_SYMBOL vmlinux 0xe8735b8a pci_scan_bus +EXPORT_SYMBOL vmlinux 0xe882436c copy_page_from_iter +EXPORT_SYMBOL vmlinux 0xe88c5646 genlmsg_multicast_allns +EXPORT_SYMBOL vmlinux 0xe8a23416 mdiobus_write_nested +EXPORT_SYMBOL vmlinux 0xe8b4b18b lynx_pcs_create +EXPORT_SYMBOL vmlinux 0xe8b5c3c3 __tracepoint_module_get +EXPORT_SYMBOL vmlinux 0xe8d26812 acpi_dev_get_next_match_dev +EXPORT_SYMBOL vmlinux 0xe8d285b2 nla_policy_len +EXPORT_SYMBOL vmlinux 0xe8d36d9e dma_unmap_resource +EXPORT_SYMBOL vmlinux 0xe8fbf4fa __alloc_bucket_spinlocks +EXPORT_SYMBOL vmlinux 0xe8fc0689 param_get_ulong +EXPORT_SYMBOL vmlinux 0xe8fc8592 sock_alloc_file +EXPORT_SYMBOL vmlinux 0xe8fd87ef ip_mc_leave_group +EXPORT_SYMBOL vmlinux 0xe90253f0 xudma_rflow_get +EXPORT_SYMBOL vmlinux 0xe909997a bitmap_print_list_to_buf +EXPORT_SYMBOL vmlinux 0xe914e41e strcpy +EXPORT_SYMBOL vmlinux 0xe953b21f get_next_ino +EXPORT_SYMBOL vmlinux 0xe966433d sk_capable +EXPORT_SYMBOL vmlinux 0xe966ad84 param_ops_invbool +EXPORT_SYMBOL vmlinux 0xe966b949 pci_bus_read_dev_vendor_id +EXPORT_SYMBOL vmlinux 0xe975543a netdev_class_remove_file_ns +EXPORT_SYMBOL vmlinux 0xe97c0a68 serial8250_do_set_termios +EXPORT_SYMBOL vmlinux 0xe97e7262 vfs_fadvise +EXPORT_SYMBOL vmlinux 0xe9859fe3 vlan_vids_add_by_dev +EXPORT_SYMBOL vmlinux 0xe99113a8 blk_mq_alloc_disk_for_queue +EXPORT_SYMBOL vmlinux 0xe9a54414 xudma_get_device +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 0xe9efc2fe pci_bus_size_bridges +EXPORT_SYMBOL vmlinux 0xe9f7149c zlib_deflate_workspacesize +EXPORT_SYMBOL vmlinux 0xe9fbecd5 netdev_adjacent_change_prepare +EXPORT_SYMBOL vmlinux 0xe9ffc063 down_trylock +EXPORT_SYMBOL vmlinux 0xea001067 may_umount +EXPORT_SYMBOL vmlinux 0xea02d295 sock_common_setsockopt +EXPORT_SYMBOL vmlinux 0xea0c1743 pcim_iomap_regions +EXPORT_SYMBOL vmlinux 0xea129086 nd_btt_arena_is_valid +EXPORT_SYMBOL vmlinux 0xea143929 scsi_is_target_device +EXPORT_SYMBOL vmlinux 0xea185aea tcp_sock_set_user_timeout +EXPORT_SYMBOL vmlinux 0xea1c3e3a arm_smccc_1_2_hvc +EXPORT_SYMBOL vmlinux 0xea1e8719 qdisc_reset +EXPORT_SYMBOL vmlinux 0xea20a9a6 devm_extcon_unregister_notifier +EXPORT_SYMBOL vmlinux 0xea250316 devm_free_irq +EXPORT_SYMBOL vmlinux 0xea28e6f1 console_force_preferred_locked +EXPORT_SYMBOL vmlinux 0xea327e2f fs_param_is_enum +EXPORT_SYMBOL vmlinux 0xea3c8e4e scsilun_to_int +EXPORT_SYMBOL vmlinux 0xea3dfa6d dec_zone_page_state +EXPORT_SYMBOL vmlinux 0xea3f7a5e sock_create_kern +EXPORT_SYMBOL vmlinux 0xea49b74f block_page_mkwrite +EXPORT_SYMBOL vmlinux 0xea666190 security_inet_conn_established +EXPORT_SYMBOL vmlinux 0xea6a2322 pci_request_region +EXPORT_SYMBOL vmlinux 0xea6f9a36 zlib_deflate_dfltcc_enabled +EXPORT_SYMBOL vmlinux 0xea79aef8 scsi_scan_host +EXPORT_SYMBOL vmlinux 0xea7fe694 put_ipc_ns +EXPORT_SYMBOL vmlinux 0xea82ca5b skb_copy_header +EXPORT_SYMBOL vmlinux 0xea8363d4 of_graph_get_remote_port +EXPORT_SYMBOL vmlinux 0xea874ffc scsi_device_quiesce +EXPORT_SYMBOL vmlinux 0xea96ab80 scsicam_bios_param +EXPORT_SYMBOL vmlinux 0xeaad7e7f dev_remove_pack +EXPORT_SYMBOL vmlinux 0xeab0f7a7 get_user_pages_remote +EXPORT_SYMBOL vmlinux 0xeab6f4c4 acpi_check_resource_conflict +EXPORT_SYMBOL vmlinux 0xeab82c40 mmc_gpio_set_cd_isr +EXPORT_SYMBOL vmlinux 0xeabbf59f pci_disable_msix +EXPORT_SYMBOL vmlinux 0xeac54d3e register_shrinker +EXPORT_SYMBOL vmlinux 0xeac8dfed __napi_schedule_irqoff +EXPORT_SYMBOL vmlinux 0xead8c400 bman_get_bpid +EXPORT_SYMBOL vmlinux 0xeae3dfd6 __const_udelay +EXPORT_SYMBOL vmlinux 0xeafc141f __posix_acl_chmod +EXPORT_SYMBOL vmlinux 0xeb078aee _raw_write_unlock_irqrestore +EXPORT_SYMBOL vmlinux 0xeb0ec57d devm_clk_get +EXPORT_SYMBOL vmlinux 0xeb233a45 __kmalloc +EXPORT_SYMBOL vmlinux 0xeb273e2e blk_rq_map_integrity_sg +EXPORT_SYMBOL vmlinux 0xeb37101c audit_log_end +EXPORT_SYMBOL vmlinux 0xeb3a9416 kthread_stop +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 0xeb9eef52 match_uint +EXPORT_SYMBOL vmlinux 0xebb5c732 netdev_has_upper_dev_all_rcu +EXPORT_SYMBOL vmlinux 0xebc481a6 debugfs_create_automount +EXPORT_SYMBOL vmlinux 0xebc58fb6 scsi_is_host_device +EXPORT_SYMBOL vmlinux 0xebe00fee kobject_add +EXPORT_SYMBOL vmlinux 0xebe124bc posix_acl_update_mode +EXPORT_SYMBOL vmlinux 0xebe8b479 register_sysctl_mount_point +EXPORT_SYMBOL vmlinux 0xebed0942 pskb_expand_head +EXPORT_SYMBOL vmlinux 0xec0e0068 scsi_alloc_sgtables +EXPORT_SYMBOL vmlinux 0xec120210 ww_mutex_unlock +EXPORT_SYMBOL vmlinux 0xec144f1d tcp_recvmsg +EXPORT_SYMBOL vmlinux 0xec15051e xsk_clear_rx_need_wakeup +EXPORT_SYMBOL vmlinux 0xec18ac63 zpool_register_driver +EXPORT_SYMBOL vmlinux 0xec1f8ff8 copy_highpage +EXPORT_SYMBOL vmlinux 0xec2b8a42 acpi_walk_namespace +EXPORT_SYMBOL vmlinux 0xec2e1c8f proc_doulongvec_minmax +EXPORT_SYMBOL vmlinux 0xec33c668 __SCK__tp_func_spi_transfer_start +EXPORT_SYMBOL vmlinux 0xec34560e dev_pm_opp_unregister_notifier +EXPORT_SYMBOL vmlinux 0xec41716a qman_alloc_fqid_range +EXPORT_SYMBOL vmlinux 0xec4d9e3a clk_get_sys +EXPORT_SYMBOL vmlinux 0xec51d554 i2c_put_adapter +EXPORT_SYMBOL vmlinux 0xec56849a __cpuhp_setup_state +EXPORT_SYMBOL vmlinux 0xec69568e __cpuhp_remove_state_cpuslocked +EXPORT_SYMBOL vmlinux 0xec7ae8f8 xfrm6_protocol_register +EXPORT_SYMBOL vmlinux 0xec81f392 pcie_set_readrq +EXPORT_SYMBOL vmlinux 0xec86006b register_console +EXPORT_SYMBOL vmlinux 0xec91bb57 vc_cons +EXPORT_SYMBOL vmlinux 0xeca957d1 __bitmap_and +EXPORT_SYMBOL vmlinux 0xecb370f9 pin_user_pages +EXPORT_SYMBOL vmlinux 0xecc51bd5 scsi_host_put +EXPORT_SYMBOL vmlinux 0xecc7860a generic_perform_write +EXPORT_SYMBOL vmlinux 0xecc932ae pci_prepare_to_sleep +EXPORT_SYMBOL vmlinux 0xece784c2 rb_first +EXPORT_SYMBOL vmlinux 0xecee6717 zpool_unregister_driver +EXPORT_SYMBOL vmlinux 0xecfd68ef acpi_get_node +EXPORT_SYMBOL vmlinux 0xed00c4fb acpi_os_printf +EXPORT_SYMBOL vmlinux 0xed02c21e xfrm_state_walk +EXPORT_SYMBOL vmlinux 0xed2d6cb4 clk_hw_register_clkdev +EXPORT_SYMBOL vmlinux 0xed55f929 acpi_os_unmap_generic_address +EXPORT_SYMBOL vmlinux 0xed656e30 udp_encap_disable +EXPORT_SYMBOL vmlinux 0xed688104 mdiobus_read +EXPORT_SYMBOL vmlinux 0xed8077ff __destroy_inode +EXPORT_SYMBOL vmlinux 0xed8a2d95 memset64 +EXPORT_SYMBOL vmlinux 0xed8dec85 pci_scan_bridge +EXPORT_SYMBOL vmlinux 0xed8fd26b blk_mq_stop_hw_queue +EXPORT_SYMBOL vmlinux 0xedb73bc6 cdrom_check_events +EXPORT_SYMBOL vmlinux 0xedbaee5e nla_strcmp +EXPORT_SYMBOL vmlinux 0xedc03953 iounmap +EXPORT_SYMBOL vmlinux 0xedd17b31 sock_get_timeout +EXPORT_SYMBOL vmlinux 0xedd5fb97 prepare_kernel_cred +EXPORT_SYMBOL vmlinux 0xedf6c358 __dquot_free_space +EXPORT_SYMBOL vmlinux 0xedff3dcc bpf_prog_get_type_path +EXPORT_SYMBOL vmlinux 0xee0118df aperture_remove_conflicting_devices +EXPORT_SYMBOL vmlinux 0xee04f7c4 tcp_md5_do_add +EXPORT_SYMBOL vmlinux 0xee2d0fc7 _local_bh_enable +EXPORT_SYMBOL vmlinux 0xee366896 devm_pci_remap_cfg_resource +EXPORT_SYMBOL vmlinux 0xee58e970 fb_add_videomode +EXPORT_SYMBOL vmlinux 0xee59bca6 mdio_driver_register +EXPORT_SYMBOL vmlinux 0xee6b2514 fuse_mount_destroy +EXPORT_SYMBOL vmlinux 0xee7d7deb gen_pool_dma_zalloc +EXPORT_SYMBOL vmlinux 0xee7eb9e1 pnp_platform_devices +EXPORT_SYMBOL vmlinux 0xee883b06 __vmalloc_array +EXPORT_SYMBOL vmlinux 0xee8c02e9 vprintk_emit +EXPORT_SYMBOL vmlinux 0xee8d74d6 jiffies64_to_nsecs +EXPORT_SYMBOL vmlinux 0xee91879b rb_first_postorder +EXPORT_SYMBOL vmlinux 0xee9c84ce __filemap_get_folio +EXPORT_SYMBOL vmlinux 0xeea9dbaf bitmap_bitremap +EXPORT_SYMBOL vmlinux 0xeeb5454b blk_mq_run_hw_queue +EXPORT_SYMBOL vmlinux 0xeec314de devm_request_resource +EXPORT_SYMBOL vmlinux 0xeee75d91 ucc_fast_init +EXPORT_SYMBOL vmlinux 0xeef98cdc sock_no_sendmsg +EXPORT_SYMBOL vmlinux 0xeefecdff phy_find_first +EXPORT_SYMBOL vmlinux 0xef0caa2f ppp_unregister_channel +EXPORT_SYMBOL vmlinux 0xef168cad __put_devmap_managed_page_refs +EXPORT_SYMBOL vmlinux 0xef20d8c1 sock_sendmsg +EXPORT_SYMBOL vmlinux 0xef364245 blk_queue_update_dma_alignment +EXPORT_SYMBOL vmlinux 0xef60a65e simple_dir_inode_operations +EXPORT_SYMBOL vmlinux 0xef68d168 phy_attached_info +EXPORT_SYMBOL vmlinux 0xef6e82fe of_graph_get_remote_node +EXPORT_SYMBOL vmlinux 0xef8ac53d qcom_scm_restore_sec_cfg +EXPORT_SYMBOL vmlinux 0xef962825 kernel_write +EXPORT_SYMBOL vmlinux 0xefa41022 skb_store_bits +EXPORT_SYMBOL vmlinux 0xefaf2e4f tcf_queue_work +EXPORT_SYMBOL vmlinux 0xefc1e085 phy_remove_link_mode +EXPORT_SYMBOL vmlinux 0xefcea2e7 acpi_warning +EXPORT_SYMBOL vmlinux 0xefddff99 pci_request_regions +EXPORT_SYMBOL vmlinux 0xefee932c acpi_get_data_full +EXPORT_SYMBOL vmlinux 0xefeefc09 __SCK__tp_func_dma_fence_emit +EXPORT_SYMBOL vmlinux 0xf0009fee put_pages_list +EXPORT_SYMBOL vmlinux 0xf000fae0 pcie_get_mps +EXPORT_SYMBOL vmlinux 0xf00a84e3 bdi_put +EXPORT_SYMBOL vmlinux 0xf0155441 dquot_claim_space_nodirty +EXPORT_SYMBOL vmlinux 0xf0181b53 flow_block_cb_incref +EXPORT_SYMBOL vmlinux 0xf01be6ae aperture_remove_conflicting_pci_devices +EXPORT_SYMBOL vmlinux 0xf02aa937 wait_for_completion_interruptible_timeout +EXPORT_SYMBOL vmlinux 0xf02b34a2 ilookup5 +EXPORT_SYMBOL vmlinux 0xf03d1b48 neigh_parms_alloc +EXPORT_SYMBOL vmlinux 0xf045c665 rw_verify_area +EXPORT_SYMBOL vmlinux 0xf063987f pci_dev_driver +EXPORT_SYMBOL vmlinux 0xf07b07f6 sg_free_append_table +EXPORT_SYMBOL vmlinux 0xf0845101 netpoll_print_options +EXPORT_SYMBOL vmlinux 0xf09b5d9a get_zeroed_page +EXPORT_SYMBOL vmlinux 0xf0aaa982 blk_pm_runtime_init +EXPORT_SYMBOL vmlinux 0xf0b2419f cmd_db_read_aux_data +EXPORT_SYMBOL vmlinux 0xf0c18d8e sunxi_sram_claim +EXPORT_SYMBOL vmlinux 0xf0c1fa42 input_set_capability +EXPORT_SYMBOL vmlinux 0xf0cd01e0 fb_class +EXPORT_SYMBOL vmlinux 0xf0e18050 secpath_set +EXPORT_SYMBOL vmlinux 0xf0eef1bc skb_vlan_pop +EXPORT_SYMBOL vmlinux 0xf1105976 eth_header_parse +EXPORT_SYMBOL vmlinux 0xf1108d62 blk_start_plug +EXPORT_SYMBOL vmlinux 0xf11dd46e _page_poisoning_enabled_early +EXPORT_SYMBOL vmlinux 0xf1539651 blk_mq_kick_requeue_list +EXPORT_SYMBOL vmlinux 0xf16760f0 md_bitmap_sync_with_cluster +EXPORT_SYMBOL vmlinux 0xf17bb094 padata_do_serial +EXPORT_SYMBOL vmlinux 0xf17fd745 sockopt_lock_sock +EXPORT_SYMBOL vmlinux 0xf18300ad logic_inb +EXPORT_SYMBOL vmlinux 0xf195c682 fb_invert_cmaps +EXPORT_SYMBOL vmlinux 0xf1969a8e __usecs_to_jiffies +EXPORT_SYMBOL vmlinux 0xf19847ca mount_bdev +EXPORT_SYMBOL vmlinux 0xf1a65f7b zstd_reset_dstream +EXPORT_SYMBOL vmlinux 0xf1d1172d skb_queue_purge +EXPORT_SYMBOL vmlinux 0xf1d3aba0 get_unmapped_area +EXPORT_SYMBOL vmlinux 0xf1d68a38 seq_escape_mem +EXPORT_SYMBOL vmlinux 0xf1db1704 nla_memcpy +EXPORT_SYMBOL vmlinux 0xf1e046cc panic +EXPORT_SYMBOL vmlinux 0xf1e98c74 avenrun +EXPORT_SYMBOL vmlinux 0xf1efbcf6 alloc_skb_with_frags +EXPORT_SYMBOL vmlinux 0xf1f88a0e dm_kcopyd_prepare_callback +EXPORT_SYMBOL vmlinux 0xf1ff2c13 neigh_seq_stop +EXPORT_SYMBOL vmlinux 0xf200c4ce bdi_alloc +EXPORT_SYMBOL vmlinux 0xf22ac845 blk_queue_max_hw_sectors +EXPORT_SYMBOL vmlinux 0xf22bfa4f inet_pton_with_scope +EXPORT_SYMBOL vmlinux 0xf2318a5a submit_bio_wait +EXPORT_SYMBOL vmlinux 0xf23db429 mark_buffer_dirty +EXPORT_SYMBOL vmlinux 0xf23df733 phy_connect_direct +EXPORT_SYMBOL vmlinux 0xf23fcb99 __kfifo_in +EXPORT_SYMBOL vmlinux 0xf243bca2 eth_gro_complete +EXPORT_SYMBOL vmlinux 0xf24e2303 vc_resize +EXPORT_SYMBOL vmlinux 0xf2573c45 dma_resv_iter_first_unlocked +EXPORT_SYMBOL vmlinux 0xf261c5da ip_sock_set_freebind +EXPORT_SYMBOL vmlinux 0xf2628676 zstd_compress_cctx +EXPORT_SYMBOL vmlinux 0xf2669a2c imx_scu_irq_register_notifier +EXPORT_SYMBOL vmlinux 0xf278797f unlock_page +EXPORT_SYMBOL vmlinux 0xf28b972c clear_inode +EXPORT_SYMBOL vmlinux 0xf28cf0ae __hw_addr_init +EXPORT_SYMBOL vmlinux 0xf29403e5 acpi_install_table_handler +EXPORT_SYMBOL vmlinux 0xf2975462 icmp_ndo_send +EXPORT_SYMBOL vmlinux 0xf2a71436 jbd2_journal_start_commit +EXPORT_SYMBOL vmlinux 0xf2a8b4d0 security_sb_clone_mnt_opts +EXPORT_SYMBOL vmlinux 0xf2a8efae dm_kcopyd_do_callback +EXPORT_SYMBOL vmlinux 0xf2bcb0c8 elv_bio_merge_ok +EXPORT_SYMBOL vmlinux 0xf2bd6ff8 rawv6_mh_filter_register +EXPORT_SYMBOL vmlinux 0xf2c43f3f zlib_deflate +EXPORT_SYMBOL vmlinux 0xf2e5bd87 security_free_mnt_opts +EXPORT_SYMBOL vmlinux 0xf2f53617 memregion_free +EXPORT_SYMBOL vmlinux 0xf2f61473 tcp_ld_RTO_revert +EXPORT_SYMBOL vmlinux 0xf2f84121 cfb_imageblit +EXPORT_SYMBOL vmlinux 0xf3107926 sha224_update +EXPORT_SYMBOL vmlinux 0xf318e87c generic_cont_expand_simple +EXPORT_SYMBOL vmlinux 0xf327ece0 blk_limits_io_min +EXPORT_SYMBOL vmlinux 0xf32b4f44 jbd2__journal_restart +EXPORT_SYMBOL vmlinux 0xf338a2e9 vm_map_ram +EXPORT_SYMBOL vmlinux 0xf33df140 tcf_idr_check_alloc +EXPORT_SYMBOL vmlinux 0xf346231f seq_list_start_head +EXPORT_SYMBOL vmlinux 0xf353a698 register_module_notifier +EXPORT_SYMBOL vmlinux 0xf35edf01 inet_addr_type_dev_table +EXPORT_SYMBOL vmlinux 0xf3621fe2 mtree_alloc_rrange +EXPORT_SYMBOL vmlinux 0xf36f42a9 slhc_uncompress +EXPORT_SYMBOL vmlinux 0xf38d8e4f filemap_get_folios_contig +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 0xf393f19d devm_mfd_add_devices +EXPORT_SYMBOL vmlinux 0xf39c2a14 neigh_app_ns +EXPORT_SYMBOL vmlinux 0xf3a57892 release_dentry_name_snapshot +EXPORT_SYMBOL vmlinux 0xf3ba3e5d reuseport_stop_listen_sock +EXPORT_SYMBOL vmlinux 0xf3c13805 misc_register +EXPORT_SYMBOL vmlinux 0xf3c262d4 dev_get_stats +EXPORT_SYMBOL vmlinux 0xf3cccf17 kernel_param_unlock +EXPORT_SYMBOL vmlinux 0xf3e0e1df allocate_resource +EXPORT_SYMBOL vmlinux 0xf3ee2f61 ipv6_skip_exthdr +EXPORT_SYMBOL vmlinux 0xf409300e fddi_type_trans +EXPORT_SYMBOL vmlinux 0xf409ec8f simple_transaction_set +EXPORT_SYMBOL vmlinux 0xf40befd5 nd_dev_to_uuid +EXPORT_SYMBOL vmlinux 0xf4190a1e sync_inode_metadata +EXPORT_SYMBOL vmlinux 0xf41b229a skb_copy_bits +EXPORT_SYMBOL vmlinux 0xf43d2caa acpi_remove_interface +EXPORT_SYMBOL vmlinux 0xf44a904a net_ns_barrier +EXPORT_SYMBOL vmlinux 0xf44d8bfe inet_dev_addr_type +EXPORT_SYMBOL vmlinux 0xf474c21c bitmap_print_to_pagebuf +EXPORT_SYMBOL vmlinux 0xf474fdcb kfree_const +EXPORT_SYMBOL vmlinux 0xf47bc1f3 ppp_dev_name +EXPORT_SYMBOL vmlinux 0xf4832ce1 sock_wmalloc +EXPORT_SYMBOL vmlinux 0xf486ec23 msm_pinctrl_probe +EXPORT_SYMBOL vmlinux 0xf48d587a blk_queue_max_segments +EXPORT_SYMBOL vmlinux 0xf496101a ns_capable_noaudit +EXPORT_SYMBOL vmlinux 0xf49d9d0a scsi_vpd_lun_id +EXPORT_SYMBOL vmlinux 0xf4a0ee54 phy_ethtool_ksettings_set +EXPORT_SYMBOL vmlinux 0xf4a299fb pagecache_get_page +EXPORT_SYMBOL vmlinux 0xf4b754fd acpi_resources_are_enforced +EXPORT_SYMBOL vmlinux 0xf4c26944 tegra_ivc_read_advance +EXPORT_SYMBOL vmlinux 0xf4db35bc stpcpy +EXPORT_SYMBOL vmlinux 0xf4e022ee vlan_vids_del_by_dev +EXPORT_SYMBOL vmlinux 0xf4ed1d8e backlight_device_register +EXPORT_SYMBOL vmlinux 0xf4f14de6 rtnl_trylock +EXPORT_SYMBOL vmlinux 0xf50708b0 vfs_fileattr_get +EXPORT_SYMBOL vmlinux 0xf53d4c26 qdisc_class_hash_destroy +EXPORT_SYMBOL vmlinux 0xf54b110c __scsi_iterate_devices +EXPORT_SYMBOL vmlinux 0xf57e97d6 fscrypt_encrypt_pagecache_blocks +EXPORT_SYMBOL vmlinux 0xf5919baf sock_create +EXPORT_SYMBOL vmlinux 0xf593242d __tcf_em_tree_match +EXPORT_SYMBOL vmlinux 0xf59ce067 mark_info_dirty +EXPORT_SYMBOL vmlinux 0xf5a20ed2 __genradix_prealloc +EXPORT_SYMBOL vmlinux 0xf5aacd9f __post_watch_notification +EXPORT_SYMBOL vmlinux 0xf5ccf7bb vm_iomap_memory +EXPORT_SYMBOL vmlinux 0xf5d4324a devm_extcon_register_notifier_all +EXPORT_SYMBOL vmlinux 0xf5db719d netdev_get_xmit_slave +EXPORT_SYMBOL vmlinux 0xf5e7ea40 ktime_get_coarse_ts64 +EXPORT_SYMBOL vmlinux 0xf5e8afd1 current_in_userns +EXPORT_SYMBOL vmlinux 0xf612ae87 bio_copy_data_iter +EXPORT_SYMBOL vmlinux 0xf6228c7f seg6_push_hmac +EXPORT_SYMBOL vmlinux 0xf62c39fe ucc_slow_graceful_stop_tx +EXPORT_SYMBOL vmlinux 0xf63f4340 tcp_v4_md5_lookup +EXPORT_SYMBOL vmlinux 0xf643d104 hsiphash_4u32 +EXPORT_SYMBOL vmlinux 0xf646df83 configfs_unregister_default_group +EXPORT_SYMBOL vmlinux 0xf64f6862 security_skb_classify_flow +EXPORT_SYMBOL vmlinux 0xf65faa82 pcie_capability_read_dword +EXPORT_SYMBOL vmlinux 0xf6608f08 tcp_check_req +EXPORT_SYMBOL vmlinux 0xf665f74f sock_load_diag_module +EXPORT_SYMBOL vmlinux 0xf66a4b9e mfd_cell_disable +EXPORT_SYMBOL vmlinux 0xf6774531 tegra_dfll_unregister +EXPORT_SYMBOL vmlinux 0xf67be9d5 __skb_get_hash +EXPORT_SYMBOL vmlinux 0xf67e26ba set_capacity +EXPORT_SYMBOL vmlinux 0xf68285c0 register_inetaddr_notifier +EXPORT_SYMBOL vmlinux 0xf686a065 fwnode_phy_find_device +EXPORT_SYMBOL vmlinux 0xf69113e1 scsi_set_medium_removal +EXPORT_SYMBOL vmlinux 0xf6944672 dev_close +EXPORT_SYMBOL vmlinux 0xf6ad0d91 xfrm_dst_ifdown +EXPORT_SYMBOL vmlinux 0xf6b78f07 elv_rb_find +EXPORT_SYMBOL vmlinux 0xf6b7e058 xsk_set_tx_need_wakeup +EXPORT_SYMBOL vmlinux 0xf6b7eccb thaw_super +EXPORT_SYMBOL vmlinux 0xf6cdb822 pcie_capability_clear_and_set_dword +EXPORT_SYMBOL vmlinux 0xf6cee001 __nla_put_nohdr +EXPORT_SYMBOL vmlinux 0xf6ebc03b net_ratelimit +EXPORT_SYMBOL vmlinux 0xf6f9d58d init_on_free +EXPORT_SYMBOL vmlinux 0xf6fc8791 __bitmap_xor +EXPORT_SYMBOL vmlinux 0xf704c254 security_path_rename +EXPORT_SYMBOL vmlinux 0xf727706c max8998_bulk_write +EXPORT_SYMBOL vmlinux 0xf731a0b4 hmm_range_fault +EXPORT_SYMBOL vmlinux 0xf7370f56 system_state +EXPORT_SYMBOL vmlinux 0xf738d1be register_blocking_lsm_notifier +EXPORT_SYMBOL vmlinux 0xf74b6804 flow_rule_match_enc_ports +EXPORT_SYMBOL vmlinux 0xf7504eff inet_stream_connect +EXPORT_SYMBOL vmlinux 0xf7573fd1 get_tree_nodev +EXPORT_SYMBOL vmlinux 0xf76843b5 qcom_scm_pas_supported +EXPORT_SYMBOL vmlinux 0xf77555cd __memcpy_toio +EXPORT_SYMBOL vmlinux 0xf7762bef inode_maybe_inc_iversion +EXPORT_SYMBOL vmlinux 0xf788ccef filemap_fdatawrite +EXPORT_SYMBOL vmlinux 0xf79ad60f filemap_invalidate_lock_two +EXPORT_SYMBOL vmlinux 0xf7c45040 mr_mfc_seq_idx +EXPORT_SYMBOL vmlinux 0xf7c5f2c9 xfrm_lookup_route +EXPORT_SYMBOL vmlinux 0xf7d31de9 kstrtoul_from_user +EXPORT_SYMBOL vmlinux 0xf7da6e6f acpi_unload_table +EXPORT_SYMBOL vmlinux 0xf7e4e279 pcie_capability_write_dword +EXPORT_SYMBOL vmlinux 0xf7e926cb of_get_next_child +EXPORT_SYMBOL vmlinux 0xf7ea6311 qman_p_poll_dqrr +EXPORT_SYMBOL vmlinux 0xf7ec1eec devm_backlight_device_register +EXPORT_SYMBOL vmlinux 0xf7eebbbe xp_raw_get_data +EXPORT_SYMBOL vmlinux 0xf7f05c17 fman_port_use_kg_hash +EXPORT_SYMBOL vmlinux 0xf7fc51aa i2c_smbus_read_i2c_block_data +EXPORT_SYMBOL vmlinux 0xf7fd2df3 devm_memremap +EXPORT_SYMBOL vmlinux 0xf811e69d scsi_eh_flush_done_q +EXPORT_SYMBOL vmlinux 0xf812cff6 memscan +EXPORT_SYMBOL vmlinux 0xf828eee0 sock_init_data_uid +EXPORT_SYMBOL vmlinux 0xf82ac016 sdev_prefix_printk +EXPORT_SYMBOL vmlinux 0xf82ec573 rb_prev +EXPORT_SYMBOL vmlinux 0xf830c4c5 __mmap_lock_do_trace_acquire_returned +EXPORT_SYMBOL vmlinux 0xf83bf7ba inet_addr_type +EXPORT_SYMBOL vmlinux 0xf84bd6ee bpf_stats_enabled_key +EXPORT_SYMBOL vmlinux 0xf84f623c sync_file_create +EXPORT_SYMBOL vmlinux 0xf85e611c fscrypt_decrypt_bio +EXPORT_SYMBOL vmlinux 0xf86591b8 mipi_dsi_host_unregister +EXPORT_SYMBOL vmlinux 0xf8721793 ns_capable +EXPORT_SYMBOL vmlinux 0xf87364fd netdev_reset_tc +EXPORT_SYMBOL vmlinux 0xf87bf1d5 dma_unmap_sg_attrs +EXPORT_SYMBOL vmlinux 0xf88f93af nexthop_set_hw_flags +EXPORT_SYMBOL vmlinux 0xf893dd6b tcf_action_set_ctrlact +EXPORT_SYMBOL vmlinux 0xf8bfcb12 tcp_md5_hash_key +EXPORT_SYMBOL vmlinux 0xf8d07858 bitmap_from_arr32 +EXPORT_SYMBOL vmlinux 0xf8d2bc2c zstd_find_frame_compressed_size +EXPORT_SYMBOL vmlinux 0xf8dd80e3 tcp_enter_quickack_mode +EXPORT_SYMBOL vmlinux 0xf8df1ada xfrm_state_check_expire +EXPORT_SYMBOL vmlinux 0xf8f61ebc wake_up_var +EXPORT_SYMBOL vmlinux 0xf8fc312c register_qdisc +EXPORT_SYMBOL vmlinux 0xf913ea9c param_set_int +EXPORT_SYMBOL vmlinux 0xf91b89ab fman_sp_build_buffer_struct +EXPORT_SYMBOL vmlinux 0xf91beac9 sock_init_data +EXPORT_SYMBOL vmlinux 0xf91d65f5 fib_notifier_ops_register +EXPORT_SYMBOL vmlinux 0xf93aae46 __arm_smccc_smc +EXPORT_SYMBOL vmlinux 0xf93b0262 _dev_crit +EXPORT_SYMBOL vmlinux 0xf93fd09c fb_find_mode_cvt +EXPORT_SYMBOL vmlinux 0xf9576db2 xfrm_policy_walk_done +EXPORT_SYMBOL vmlinux 0xf95c619b acpi_processor_preregister_performance +EXPORT_SYMBOL vmlinux 0xf969e188 dma_fence_array_next +EXPORT_SYMBOL vmlinux 0xf96c6475 unregister_mii_tstamp_controller +EXPORT_SYMBOL vmlinux 0xf9722676 twl_i2c_write +EXPORT_SYMBOL vmlinux 0xf9748d8f block_commit_write +EXPORT_SYMBOL vmlinux 0xf9a482f9 msleep +EXPORT_SYMBOL vmlinux 0xf9ab1f6a nf_ip_checksum +EXPORT_SYMBOL vmlinux 0xf9ade453 try_module_get +EXPORT_SYMBOL vmlinux 0xf9c0b663 strlcat +EXPORT_SYMBOL vmlinux 0xf9c3de4e migrate_vma_setup +EXPORT_SYMBOL vmlinux 0xf9ca2eb4 kstrtoint_from_user +EXPORT_SYMBOL vmlinux 0xf9cbe402 iget5_locked +EXPORT_SYMBOL vmlinux 0xf9d8f458 drop_super +EXPORT_SYMBOL vmlinux 0xf9f93bcf skb_mac_gso_segment +EXPORT_SYMBOL vmlinux 0xfa03a809 sock_wfree +EXPORT_SYMBOL vmlinux 0xfa042227 gnet_stats_add_basic +EXPORT_SYMBOL vmlinux 0xfa05f4bf __blkdev_issue_discard +EXPORT_SYMBOL vmlinux 0xfa08909e pci_alloc_irq_vectors +EXPORT_SYMBOL vmlinux 0xfa08c34a page_offline_end +EXPORT_SYMBOL vmlinux 0xfa17a14b security_binder_transfer_file +EXPORT_SYMBOL vmlinux 0xfa18877b netdev_alert +EXPORT_SYMBOL vmlinux 0xfa297415 acpi_map_pxm_to_node +EXPORT_SYMBOL vmlinux 0xfa2e5f32 i2c_smbus_pec +EXPORT_SYMBOL vmlinux 0xfa342445 ip_getsockopt +EXPORT_SYMBOL vmlinux 0xfa39e0c6 input_mt_get_slot_by_key +EXPORT_SYMBOL vmlinux 0xfa4c21c3 param_ops_ushort +EXPORT_SYMBOL vmlinux 0xfa4d2f03 __nla_parse +EXPORT_SYMBOL vmlinux 0xfa4ee89c pci_scan_root_bus_bridge +EXPORT_SYMBOL vmlinux 0xfa599bb2 netlink_register_notifier +EXPORT_SYMBOL vmlinux 0xfa623a12 locks_delete_block +EXPORT_SYMBOL vmlinux 0xfa69fef3 xen_free_ballooned_pages +EXPORT_SYMBOL vmlinux 0xfaa9de1f tcp_v4_conn_request +EXPORT_SYMBOL vmlinux 0xfaaa12d0 _page_poisoning_enabled +EXPORT_SYMBOL vmlinux 0xfac3f8ed kobject_get_unless_zero +EXPORT_SYMBOL vmlinux 0xfac8865f sysctl_wmem_max +EXPORT_SYMBOL vmlinux 0xfacd31ac blk_mq_delay_run_hw_queue +EXPORT_SYMBOL vmlinux 0xfaf25a42 flow_rule_alloc +EXPORT_SYMBOL vmlinux 0xfb03eeb9 ip_mc_inc_group +EXPORT_SYMBOL vmlinux 0xfb065986 netdev_name_in_use +EXPORT_SYMBOL vmlinux 0xfb089797 lock_rename +EXPORT_SYMBOL vmlinux 0xfb13251a scsi_device_put +EXPORT_SYMBOL vmlinux 0xfb30a898 __pskb_pull_tail +EXPORT_SYMBOL vmlinux 0xfb348fea fault_in_safe_writeable +EXPORT_SYMBOL vmlinux 0xfb369b9e gpiochip_irq_relres +EXPORT_SYMBOL vmlinux 0xfb384d37 kasprintf +EXPORT_SYMBOL vmlinux 0xfb42c8b1 follow_pfn +EXPORT_SYMBOL vmlinux 0xfb53f554 input_event +EXPORT_SYMBOL vmlinux 0xfb687c85 tcf_exts_change +EXPORT_SYMBOL vmlinux 0xfb6af58d recalc_sigpending +EXPORT_SYMBOL vmlinux 0xfb73d03a netif_napi_add_weight +EXPORT_SYMBOL vmlinux 0xfb94af2c posix_test_lock +EXPORT_SYMBOL vmlinux 0xfba7a5f5 __get_random_u32_below +EXPORT_SYMBOL vmlinux 0xfba7ddd2 match_u64 +EXPORT_SYMBOL vmlinux 0xfbaaf01e console_lock +EXPORT_SYMBOL vmlinux 0xfbad3cf0 scsi_normalize_sense +EXPORT_SYMBOL vmlinux 0xfbb8a761 strscpy_pad +EXPORT_SYMBOL vmlinux 0xfbc255ab do_clone_file_range +EXPORT_SYMBOL vmlinux 0xfbc4f89e io_schedule_timeout +EXPORT_SYMBOL vmlinux 0xfbd1886e posix_acl_to_xattr +EXPORT_SYMBOL vmlinux 0xfbe215e4 sg_next +EXPORT_SYMBOL vmlinux 0xfbe4b175 qman_create_cgr +EXPORT_SYMBOL vmlinux 0xfbe60e1f sk_stream_wait_connect +EXPORT_SYMBOL vmlinux 0xfbe8ee28 acpi_get_table_by_index +EXPORT_SYMBOL vmlinux 0xfbf7caa1 give_up_console +EXPORT_SYMBOL vmlinux 0xfbfd2481 ppp_unit_number +EXPORT_SYMBOL vmlinux 0xfc08e1b5 dm_unregister_target +EXPORT_SYMBOL vmlinux 0xfc0db7a7 tcf_generic_walker +EXPORT_SYMBOL vmlinux 0xfc1fad9d vfs_parse_fs_string +EXPORT_SYMBOL vmlinux 0xfc2139cc release_pages +EXPORT_SYMBOL vmlinux 0xfc336d2e __wake_up_bit +EXPORT_SYMBOL vmlinux 0xfc4152fc ec_read +EXPORT_SYMBOL vmlinux 0xfc421e79 gnet_stats_add_queue +EXPORT_SYMBOL vmlinux 0xfc4749e2 secure_tcpv6_ts_off +EXPORT_SYMBOL vmlinux 0xfc4aaf5f serial8250_set_isa_configurator +EXPORT_SYMBOL vmlinux 0xfc52abc7 qcom_scm_pas_shutdown +EXPORT_SYMBOL vmlinux 0xfc68b67e udp_lib_setsockopt +EXPORT_SYMBOL vmlinux 0xfc6cd730 inode_permission +EXPORT_SYMBOL vmlinux 0xfc6f82d7 kmem_cache_free +EXPORT_SYMBOL vmlinux 0xfc74bf66 nvdimm_check_and_set_ro +EXPORT_SYMBOL vmlinux 0xfc881b89 fman_port_get_hash_result_offset +EXPORT_SYMBOL vmlinux 0xfc8df00c security_sctp_assoc_established +EXPORT_SYMBOL vmlinux 0xfc9579ae module_layout +EXPORT_SYMBOL vmlinux 0xfc9ac673 filemap_fdatawrite_wbc +EXPORT_SYMBOL vmlinux 0xfc9ed8c3 qcom_scm_ice_available +EXPORT_SYMBOL vmlinux 0xfca3cdad padata_alloc_shell +EXPORT_SYMBOL vmlinux 0xfccb7897 inode_get_bytes +EXPORT_SYMBOL vmlinux 0xfcce2f7d ucc_fast_enable +EXPORT_SYMBOL vmlinux 0xfcd1819a hdmi_spd_infoframe_check +EXPORT_SYMBOL vmlinux 0xfcde94cf iter_file_splice_write +EXPORT_SYMBOL vmlinux 0xfcdfc400 rtnl_set_sk_err +EXPORT_SYMBOL vmlinux 0xfcec0987 enable_irq +EXPORT_SYMBOL vmlinux 0xfd15bdfa device_add_disk +EXPORT_SYMBOL vmlinux 0xfd23a14d fscrypt_free_bounce_page +EXPORT_SYMBOL vmlinux 0xfd3b5853 of_pci_range_to_resource +EXPORT_SYMBOL vmlinux 0xfd3d2b20 blk_integrity_compare +EXPORT_SYMBOL vmlinux 0xfd5a2986 cpumask_any_and_distribute +EXPORT_SYMBOL vmlinux 0xfd5cfe48 tegra_dfll_resume +EXPORT_SYMBOL vmlinux 0xfdcb4ed3 acpi_os_get_line +EXPORT_SYMBOL vmlinux 0xfdcc8a0e fb_find_best_display +EXPORT_SYMBOL vmlinux 0xfde4ee78 __vfs_getxattr +EXPORT_SYMBOL vmlinux 0xfde832ab mii_check_gmii_support +EXPORT_SYMBOL vmlinux 0xfdef5391 pci_choose_state +EXPORT_SYMBOL vmlinux 0xfdf83d95 netif_carrier_on +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 0xfe216af8 mipi_dsi_shutdown_peripheral +EXPORT_SYMBOL vmlinux 0xfe2c8dd4 iommu_get_msi_cookie +EXPORT_SYMBOL vmlinux 0xfe338843 pci_get_subsys +EXPORT_SYMBOL vmlinux 0xfe487975 init_wait_entry +EXPORT_SYMBOL vmlinux 0xfe4eaf58 folio_write_one +EXPORT_SYMBOL vmlinux 0xfe5d4bb2 sys_tz +EXPORT_SYMBOL vmlinux 0xfe791b60 iov_iter_init +EXPORT_SYMBOL vmlinux 0xfe7a1fb4 pcie_capability_clear_and_set_word +EXPORT_SYMBOL vmlinux 0xfe80d067 scsi_block_requests +EXPORT_SYMBOL vmlinux 0xfe81e02a skb_push +EXPORT_SYMBOL vmlinux 0xfe8c61f0 _raw_read_lock +EXPORT_SYMBOL vmlinux 0xfe8e5ae6 unregister_fib_notifier +EXPORT_SYMBOL vmlinux 0xfe909be0 elv_rb_add +EXPORT_SYMBOL vmlinux 0xfe916dc6 hex_dump_to_buffer +EXPORT_SYMBOL vmlinux 0xfe963d78 xfrm_state_add +EXPORT_SYMBOL vmlinux 0xfe974b92 dev_graft_qdisc +EXPORT_SYMBOL vmlinux 0xfe986e6a __devm_request_region +EXPORT_SYMBOL vmlinux 0xfe9ebbbb acpi_osi_is_win8 +EXPORT_SYMBOL vmlinux 0xfeb354bd of_get_next_parent +EXPORT_SYMBOL vmlinux 0xfeb72a41 skb_kill_datagram +EXPORT_SYMBOL vmlinux 0xfebfe0d5 genphy_c37_read_status +EXPORT_SYMBOL vmlinux 0xfec2b198 dcb_ieee_getapp_default_prio_mask +EXPORT_SYMBOL vmlinux 0xfec66710 pm860x_set_bits +EXPORT_SYMBOL vmlinux 0xfed52fd8 genl_register_family +EXPORT_SYMBOL vmlinux 0xfedcdb60 seq_hlist_next_percpu +EXPORT_SYMBOL vmlinux 0xfee0c73c default_llseek +EXPORT_SYMBOL vmlinux 0xfee1401f put_disk +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 0xff032325 __dev_queue_xmit +EXPORT_SYMBOL vmlinux 0xff068ac5 qdisc_class_hash_grow +EXPORT_SYMBOL vmlinux 0xff11c54f param_set_ulong +EXPORT_SYMBOL vmlinux 0xff1cf75a dcache_dir_close +EXPORT_SYMBOL vmlinux 0xff1e9dd8 seq_list_start +EXPORT_SYMBOL vmlinux 0xff282521 rfkill_register +EXPORT_SYMBOL vmlinux 0xff40fbaa netif_skb_features +EXPORT_SYMBOL vmlinux 0xff5da7d7 vga_client_register +EXPORT_SYMBOL vmlinux 0xff60a5d3 bio_alloc_bioset +EXPORT_SYMBOL vmlinux 0xff60fccf __sock_create +EXPORT_SYMBOL vmlinux 0xff662ddf empty_aops +EXPORT_SYMBOL vmlinux 0xff6878cf fb_default_cmap +EXPORT_SYMBOL vmlinux 0xff6ca968 bio_reset +EXPORT_SYMBOL vmlinux 0xff6e1424 seg6_hmac_validate_skb +EXPORT_SYMBOL vmlinux 0xff71ef38 param_ops_string +EXPORT_SYMBOL vmlinux 0xff7e7f8d kryo_l2_set_indirect_reg +EXPORT_SYMBOL vmlinux 0xff84d84f request_key_tag +EXPORT_SYMBOL vmlinux 0xff87c945 t10_pi_type3_crc +EXPORT_SYMBOL vmlinux 0xff87cd18 lockref_get_not_dead +EXPORT_SYMBOL vmlinux 0xffb7c514 ida_free +EXPORT_SYMBOL vmlinux 0xffc17c9f __skb_wait_for_more_packets +EXPORT_SYMBOL vmlinux 0xffc4c34d __mod_node_page_state +EXPORT_SYMBOL vmlinux 0xffc4f200 zstd_compress_stream +EXPORT_SYMBOL vmlinux 0xffcc4ec7 tcp_bpf_bypass_getsockopt +EXPORT_SYMBOL vmlinux 0xffd093de i2c_smbus_read_word_data +EXPORT_SYMBOL vmlinux 0xffde4c9e mdio_device_register +EXPORT_SYMBOL vmlinux 0xffeedf6a delayed_work_timer_fn +EXPORT_SYMBOL_GPL crypto/af_alg 0x082c9876 af_alg_free_sg +EXPORT_SYMBOL_GPL crypto/af_alg 0x0c0a8ba2 af_alg_alloc_areq +EXPORT_SYMBOL_GPL crypto/af_alg 0x0fced8b7 af_alg_accept +EXPORT_SYMBOL_GPL crypto/af_alg 0x126ebe2e af_alg_release_parent +EXPORT_SYMBOL_GPL crypto/af_alg 0x1376162d af_alg_get_rsgl +EXPORT_SYMBOL_GPL crypto/af_alg 0x497e2fd8 af_alg_free_resources +EXPORT_SYMBOL_GPL crypto/af_alg 0x4c34bcd2 af_alg_release +EXPORT_SYMBOL_GPL crypto/af_alg 0x75d711f1 af_alg_count_tsgl +EXPORT_SYMBOL_GPL crypto/af_alg 0x769c63d7 af_alg_poll +EXPORT_SYMBOL_GPL crypto/af_alg 0x7d67fbb2 af_alg_async_cb +EXPORT_SYMBOL_GPL crypto/af_alg 0x8b3a2134 af_alg_unregister_type +EXPORT_SYMBOL_GPL crypto/af_alg 0xb3ac0858 af_alg_wait_for_data +EXPORT_SYMBOL_GPL crypto/af_alg 0xb6e2307c af_alg_wmem_wakeup +EXPORT_SYMBOL_GPL crypto/af_alg 0xc247de81 af_alg_make_sg +EXPORT_SYMBOL_GPL crypto/af_alg 0xc265b36d af_alg_sendpage +EXPORT_SYMBOL_GPL crypto/af_alg 0xe7843c49 af_alg_register_type +EXPORT_SYMBOL_GPL crypto/af_alg 0xf4452771 af_alg_pull_tsgl +EXPORT_SYMBOL_GPL crypto/af_alg 0xfc1df4ef af_alg_sendmsg +EXPORT_SYMBOL_GPL crypto/aria_generic 0x2582014d 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 0x6446c252 async_memcpy +EXPORT_SYMBOL_GPL crypto/async_tx/async_pq 0x575007ed async_gen_syndrome +EXPORT_SYMBOL_GPL crypto/async_tx/async_pq 0xc9146078 async_syndrome_val +EXPORT_SYMBOL_GPL crypto/async_tx/async_raid6_recov 0x81b04ef3 async_raid6_datap_recov +EXPORT_SYMBOL_GPL crypto/async_tx/async_raid6_recov 0xab417b0f async_raid6_2data_recov +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0x158670f0 async_tx_quiesce +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0xc6deafd8 async_tx_submit +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0xcb989b87 async_trigger_callback +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0xfe143c79 __async_tx_find_channel +EXPORT_SYMBOL_GPL crypto/async_tx/async_xor 0x394f2d97 async_xor_offs +EXPORT_SYMBOL_GPL crypto/async_tx/async_xor 0x49e90ebf async_xor_val +EXPORT_SYMBOL_GPL crypto/async_tx/async_xor 0x5b60c2fb async_xor_val_offs +EXPORT_SYMBOL_GPL crypto/async_tx/async_xor 0x8fa97d01 async_xor +EXPORT_SYMBOL_GPL crypto/authenc 0x2479193e crypto_authenc_extractkeys +EXPORT_SYMBOL_GPL crypto/blowfish_common 0x2886aaf5 blowfish_setkey +EXPORT_SYMBOL_GPL crypto/cast5_generic 0x07c570c0 cast5_setkey +EXPORT_SYMBOL_GPL crypto/cast5_generic 0x188d9d26 __cast5_decrypt +EXPORT_SYMBOL_GPL crypto/cast5_generic 0xef81a4af __cast5_encrypt +EXPORT_SYMBOL_GPL crypto/cast6_generic 0x3dbae082 __cast6_decrypt +EXPORT_SYMBOL_GPL crypto/cast6_generic 0xcfce512f __cast6_encrypt +EXPORT_SYMBOL_GPL crypto/cast6_generic 0xd76a5716 __cast6_setkey +EXPORT_SYMBOL_GPL crypto/cast6_generic 0xe30c19b1 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 0x103e0f58 cryptd_ahash_child +EXPORT_SYMBOL_GPL crypto/cryptd 0x1117469a cryptd_shash_desc +EXPORT_SYMBOL_GPL crypto/cryptd 0x12d468cc cryptd_free_skcipher +EXPORT_SYMBOL_GPL crypto/cryptd 0x39edde20 cryptd_ahash_queued +EXPORT_SYMBOL_GPL crypto/cryptd 0x3d54672a cryptd_aead_child +EXPORT_SYMBOL_GPL crypto/cryptd 0x424600f6 cryptd_alloc_skcipher +EXPORT_SYMBOL_GPL crypto/cryptd 0x56de89cb cryptd_free_aead +EXPORT_SYMBOL_GPL crypto/cryptd 0x60b4b59b cryptd_alloc_aead +EXPORT_SYMBOL_GPL crypto/cryptd 0x8d28e92f cryptd_alloc_ahash +EXPORT_SYMBOL_GPL crypto/cryptd 0x9606e59a cryptd_skcipher_child +EXPORT_SYMBOL_GPL crypto/cryptd 0xaec41779 cryptd_skcipher_queued +EXPORT_SYMBOL_GPL crypto/cryptd 0xb8eb0ffa cryptd_aead_queued +EXPORT_SYMBOL_GPL crypto/cryptd 0xc904edd1 cryptd_free_ahash +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x1121c038 crypto_finalize_akcipher_request +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x21bfca30 crypto_engine_alloc_init_and_set +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x39b77bf4 crypto_transfer_hash_request_to_engine +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x4ee6dbd2 crypto_transfer_aead_request_to_engine +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x6feff476 crypto_finalize_kpp_request +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x78961383 crypto_engine_exit +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x90b74243 crypto_transfer_skcipher_request_to_engine +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x95abfaf2 crypto_engine_alloc_init +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x9c934151 crypto_finalize_hash_request +EXPORT_SYMBOL_GPL crypto/crypto_engine 0xa92d345f crypto_transfer_akcipher_request_to_engine +EXPORT_SYMBOL_GPL crypto/crypto_engine 0xcaa574f4 crypto_engine_stop +EXPORT_SYMBOL_GPL crypto/crypto_engine 0xcf4481bb crypto_engine_start +EXPORT_SYMBOL_GPL crypto/crypto_engine 0xde96b22f crypto_finalize_skcipher_request +EXPORT_SYMBOL_GPL crypto/crypto_engine 0xe8e97fff crypto_finalize_aead_request +EXPORT_SYMBOL_GPL crypto/crypto_engine 0xf834a83a crypto_transfer_kpp_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 0x9276355a serpent_setkey +EXPORT_SYMBOL_GPL crypto/serpent_generic 0xbcc074f3 __serpent_decrypt +EXPORT_SYMBOL_GPL crypto/serpent_generic 0xd4c9681a __serpent_setkey +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 0xe22b7787 __twofish_setkey +EXPORT_SYMBOL_GPL crypto/twofish_common 0xec8f49b5 twofish_setkey +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x08f0212d spk_set_num_var +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x0c121bd0 spk_synth_is_alive_restart +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x1e39eb14 synth_putws +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x1eba0631 spk_var_store +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x26cfe565 spk_ttyio_synth_immediate +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x36222da3 spk_do_catch_up_unicode +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 0x5effd949 synth_current +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x62782de9 synth_add +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x76d40046 synth_buffer_skip_nonlatin1 +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x84dad068 synth_buffer_getc +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x88cc4507 spk_synth_get_index +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 0x9ae8bd54 spk_ttyio_release +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xa57c4c17 spk_synth_flush +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xa91cdb87 spk_synth_is_alive_nop +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xaadb0612 synth_buffer_peek +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xb734cb9d speakup_event +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xbbd15a51 speakup_start_ttys +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xc319c604 synth_putws_s +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xc58f6e50 spk_get_var_header +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xc7210541 spk_do_catch_up +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xd59d9e83 spk_ttyio_ops +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 0xdd74fbaf spk_var_show +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xe194d0ef synth_printf +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xe9711ca6 spk_ttyio_synth_probe +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xfb2d4129 synth_remove +EXPORT_SYMBOL_GPL drivers/acpi/nfit/nfit 0x166cc09d acpi_nfit_ctl +EXPORT_SYMBOL_GPL drivers/acpi/nfit/nfit 0x2ce02b44 acpi_nfit_init +EXPORT_SYMBOL_GPL drivers/acpi/nfit/nfit 0x4639bcda acpi_nfit_shutdown +EXPORT_SYMBOL_GPL drivers/acpi/nfit/nfit 0x499bbf57 nfit_get_smbios_id +EXPORT_SYMBOL_GPL drivers/acpi/nfit/nfit 0x4d27f670 __acpi_nfit_notify +EXPORT_SYMBOL_GPL drivers/acpi/nfit/nfit 0x54994bc4 acpi_nfit_desc_init +EXPORT_SYMBOL_GPL drivers/acpi/nfit/nfit 0x705f6373 __acpi_nvdimm_notify +EXPORT_SYMBOL_GPL drivers/acpi/platform_profile 0x67927a0d platform_profile_notify +EXPORT_SYMBOL_GPL drivers/acpi/platform_profile 0xbfe36436 platform_profile_remove +EXPORT_SYMBOL_GPL drivers/acpi/platform_profile 0xcac33cd4 platform_profile_register +EXPORT_SYMBOL_GPL drivers/ata/pata_platform 0xf72bbf21 __pata_platform_probe +EXPORT_SYMBOL_GPL drivers/ata/pata_sis 0xc42bf860 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 0x36a0afdc linedisp_register +EXPORT_SYMBOL_GPL drivers/auxdisplay/line-display 0x6dd8dcae linedisp_unregister +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-ac97 0x48f63b98 __regmap_init_ac97 +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-ac97 0x865e033b regmap_ac97_default_volatile +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-ac97 0x8d48455f __devm_regmap_init_ac97 +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-i3c 0x557e048f __devm_regmap_init_i3c +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-sccb 0x0cd42266 __devm_regmap_init_sccb +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-sccb 0xa69b9e81 __regmap_init_sccb +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-sdw 0xae0fb61d __devm_regmap_init_sdw +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-sdw 0xf0c386fb __regmap_init_sdw +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-sdw-mbq 0x1327f6d6 __regmap_init_sdw_mbq +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-sdw-mbq 0x2fc4e913 __devm_regmap_init_sdw_mbq +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-slimbus 0x376a1e98 __regmap_init_slimbus +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-slimbus 0x98d30089 __devm_regmap_init_slimbus +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-spi-avmm 0x1c2e6beb __regmap_init_spi_avmm +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-spi-avmm 0x2d834272 __devm_regmap_init_spi_avmm +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-spmi 0x838d554c __devm_regmap_init_spmi_base +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-spmi 0xbb76bb12 __devm_regmap_init_spmi_ext +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-spmi 0xbda14454 __regmap_init_spmi_base +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-spmi 0xf91078f5 __regmap_init_spmi_ext +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-w1 0x923b7089 __regmap_init_w1 +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-w1 0xbaad5a7a __devm_regmap_init_w1 +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x20f4f2c7 bcma_core_set_clockmode +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x3a633bd4 bcma_chipco_chipctl_maskset +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x3ca672e4 bcma_core_enable +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x48d17816 bcma_host_pci_down +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x4a198057 bcma_pmu_spuravoid_pllupdate +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x5df732b7 bcma_chipco_pll_read +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x7e073192 bcma_find_core_unit +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x89ae7250 bcma_chipco_pll_maskset +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x8b6fa469 bcma_core_is_enabled +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x904731fb bcma_chipco_gpio_control +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x96e7f5bf bcma_driver_unregister +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x9a81e7d8 __bcma_driver_register +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xa34c9ee6 bcma_host_pci_irq_ctl +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xb47ba474 bcma_chipco_b_mii_write +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xbb36d053 bcma_chipco_gpio_out +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xc79ff2b7 bcma_core_disable +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xd7a8499f bcma_core_pci_power_save +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xdbb4a37b bcma_pmu_get_bus_clock +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xdbd6dbea bcma_chipco_pll_write +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xe4c1c9d3 bcma_host_pci_up +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xe5edd777 bcma_core_pll_ctl +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xed3a73cc bcma_chipco_get_alp_clock +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xf5e6443e bcma_chipco_gpio_outen +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xfda2a2a4 bcma_chipco_regctl_maskset +EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0x1ebc07c9 btbcm_setup_apple +EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0x5c47bbd8 btbcm_set_bdaddr +EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0x6fe63ccd btbcm_setup_patchram +EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0x87c610cc btbcm_write_pcm_int_params +EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0x8a813783 btbcm_read_pcm_int_params +EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0x9858fa9d btbcm_initialize +EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0xcc5e06fc btbcm_finalize +EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0xd1019780 btbcm_check_bdaddr +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x20886667 btintel_set_diag +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x256d257b btintel_exit_mfg +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x2f496d0d btintel_check_bdaddr +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x35038aa1 btintel_download_firmware +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x71e923e2 btintel_set_bdaddr +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x7695f62c btintel_set_event_mask_mfg +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x789cb2e1 btintel_send_intel_reset +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x7eb95c51 btintel_load_ddc_config +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x8b19c328 btintel_configure_setup +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x939735c1 btintel_regmap_init +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0xae5722e5 btintel_set_quality_report +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0xc3487003 btintel_read_version +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0xc4dd473e btintel_read_boot_params +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0xdb65097d btintel_secure_send_result +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0xe28f71e9 btintel_bootup +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0xe47ee127 btintel_enter_mfg +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0xf9c6e122 btintel_version_info +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x046fc243 btmrvl_interrupt +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x153075dd btmrvl_enable_hs +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x4e278a86 btmrvl_add_card +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x974824d3 btmrvl_send_hscfg_cmd +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0xa7aaee4b btmrvl_enable_ps +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0xb8e23750 btmrvl_check_evtpkt +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0xbd9b5c27 btmrvl_remove_card +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0xd10916b3 btmrvl_send_module_cfg_cmd +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0xde7babcf btmrvl_register_hdev +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0xe6f5b3a9 btmrvl_pscan_window_reporting +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0xeeb3dda2 btmrvl_process_event +EXPORT_SYMBOL_GPL drivers/bluetooth/btmtk 0x1c4c653c btmtk_set_bdaddr +EXPORT_SYMBOL_GPL drivers/bluetooth/btmtk 0x7aa8347e btmtk_setup_firmware +EXPORT_SYMBOL_GPL drivers/bluetooth/btmtk 0x9d1d5ead btmtk_setup_firmware_79xx +EXPORT_SYMBOL_GPL drivers/bluetooth/btqca 0x223a9a3d qca_send_pre_shutdown_cmd +EXPORT_SYMBOL_GPL drivers/bluetooth/btqca 0x25e220f3 qca_set_bdaddr_rome +EXPORT_SYMBOL_GPL drivers/bluetooth/btqca 0x3f1aa0e8 qca_set_bdaddr +EXPORT_SYMBOL_GPL drivers/bluetooth/btqca 0x803a82b2 qca_uart_setup +EXPORT_SYMBOL_GPL drivers/bluetooth/btqca 0xd3d55bba qca_read_soc_version +EXPORT_SYMBOL_GPL drivers/bluetooth/btrtl 0x9477ab4f btrtl_shutdown_realtek +EXPORT_SYMBOL_GPL drivers/bluetooth/btrtl 0xa8d3498f btrtl_set_quirks +EXPORT_SYMBOL_GPL drivers/bluetooth/btrtl 0xaebb282f btrtl_download_firmware +EXPORT_SYMBOL_GPL drivers/bluetooth/btrtl 0xaf78f260 btrtl_free +EXPORT_SYMBOL_GPL drivers/bluetooth/btrtl 0xb0349509 btrtl_setup_realtek +EXPORT_SYMBOL_GPL drivers/bluetooth/btrtl 0xef170a2d btrtl_get_uart_settings +EXPORT_SYMBOL_GPL drivers/bluetooth/btrtl 0xfaf2a372 btrtl_initialize +EXPORT_SYMBOL_GPL drivers/bluetooth/hci_uart 0x25eed28c hci_uart_tx_wakeup +EXPORT_SYMBOL_GPL drivers/bluetooth/hci_uart 0x33cafca2 hci_uart_register_device +EXPORT_SYMBOL_GPL drivers/bluetooth/hci_uart 0x5750d447 h4_recv_buf +EXPORT_SYMBOL_GPL drivers/bluetooth/hci_uart 0xd39b6c30 hci_uart_unregister_device +EXPORT_SYMBOL_GPL drivers/bus/mhi/ep/mhi_ep 0x222d62a8 mhi_ep_power_down +EXPORT_SYMBOL_GPL drivers/bus/mhi/ep/mhi_ep 0x281ffdf3 mhi_ep_queue_skb +EXPORT_SYMBOL_GPL drivers/bus/mhi/ep/mhi_ep 0x74e55b16 __mhi_ep_driver_register +EXPORT_SYMBOL_GPL drivers/bus/mhi/ep/mhi_ep 0x7509f9d1 mhi_ep_power_up +EXPORT_SYMBOL_GPL drivers/bus/mhi/ep/mhi_ep 0x88447fa7 mhi_ep_unregister_controller +EXPORT_SYMBOL_GPL drivers/bus/mhi/ep/mhi_ep 0xdc3b8144 mhi_ep_driver_unregister +EXPORT_SYMBOL_GPL drivers/bus/mhi/ep/mhi_ep 0xe756694d mhi_ep_queue_is_empty +EXPORT_SYMBOL_GPL drivers/bus/mhi/ep/mhi_ep 0xf10d8933 mhi_ep_register_controller +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x00ab9f2a mhi_pm_resume +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x04190299 mhi_unprepare_from_transfer +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x0ae9656b mhi_free_controller +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x0cb42b41 mhi_register_controller +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x2944b332 mhi_soc_reset +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x30a1b345 mhi_alloc_controller +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x3919d98f mhi_unregister_controller +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x3d2a4fb8 mhi_driver_unregister +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x4598324f mhi_force_rddm_mode +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x46790264 mhi_get_exec_env +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x4cfd7c05 mhi_pm_resume_force +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x516abe03 mhi_unprepare_after_power_down +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x5ca1aaf1 mhi_queue_skb +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x633a222b mhi_poll +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x716a2109 mhi_notify +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x71908747 mhi_queue_dma +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x7297a1dd mhi_pm_suspend +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x82b6773f mhi_device_get_sync +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x8ff792de mhi_prepare_for_power_up +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x9b2c51d2 mhi_prepare_for_transfer +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xaa0ce768 mhi_queue_buf +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xaabf7ba3 mhi_prepare_for_transfer_autoqueue +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xafcca599 mhi_get_mhi_state +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xb2aa1008 mhi_queue_is_full +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xb4aaf438 mhi_device_get +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xbef0e9a4 mhi_device_put +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xc2aa3575 mhi_async_power_up +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xdcd3ba60 __mhi_driver_register +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xe990d7e6 mhi_download_rddm_image +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xef7f6768 mhi_power_down +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xf0486436 mhi_get_free_desc_count +EXPORT_SYMBOL_GPL drivers/bus/moxtet 0x62898674 moxtet_device_written +EXPORT_SYMBOL_GPL drivers/bus/moxtet 0x81ba9068 moxtet_device_read +EXPORT_SYMBOL_GPL drivers/bus/moxtet 0xaff3b40b __moxtet_register_driver +EXPORT_SYMBOL_GPL drivers/bus/moxtet 0xf335329d moxtet_device_write +EXPORT_SYMBOL_GPL drivers/bus/sunxi-rsb 0x2e323baf __devm_regmap_init_sunxi_rsb +EXPORT_SYMBOL_GPL drivers/bus/sunxi-rsb 0x4901dba3 sunxi_rsb_driver_register +EXPORT_SYMBOL_GPL drivers/clk/meson/clk-phase 0x1a4ac0bd meson_clk_phase_ops +EXPORT_SYMBOL_GPL drivers/clk/meson/clk-phase 0x26f0d58f meson_clk_triphase_ops +EXPORT_SYMBOL_GPL drivers/clk/meson/clk-phase 0xfcbd0229 meson_sclk_ws_inv_ops +EXPORT_SYMBOL_GPL drivers/clk/meson/sclk-div 0xad84d6d7 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 0x07935d8b clk_alpha_pll_postdiv_fabia_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x07e2aa8b qcom_cc_register_rcg_dfs +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 0x0fb17b27 qcom_cc_probe_by_index +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x11c09e22 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 0x28ec912b clk_fabia_pll_configure +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x2aed7c9b 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 0x36c735a2 clk_enable_regmap +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 0x3f241869 qcom_cc_map +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x407cd4e2 clk_zonda_pll_configure +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 0x4563359f clk_disable_regmap +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x468b22ce clk_pll_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x46eb964b clk_alpha_pll_regs +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x4987b989 qcom_find_cfg_index +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x4a930432 clk_branch_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x5524687f clk_trion_pll_configure +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 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 0x67b1b450 clk_is_enabled_regmap +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 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 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 0x94ef2db3 qcom_find_src_index +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x953b97b7 clk_alpha_pll_postdiv_lucid_evo_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x9821a599 clk_rcg_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x9c1fb4be clk_rivian_evo_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 0xa72d720f clk_agera_pll_configure +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xa94f252e clk_lucid_evo_pll_configure +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 0xb2793a78 qcom_cc_register_board_clk +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 0xb8fda27c gdsc_gx_do_nothing_enable +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 0xc7ef9b24 qcom_cc_register_sleep_clk +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 0xdf871d64 clk_alpha_pll_configure +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 0xf981c3e3 qcom_cc_probe +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 0x183a919a sprd_div_helper_recalc_rate +EXPORT_SYMBOL_GPL drivers/clk/sprd/clk-sprd 0x227afa5d sprd_pll_sc_gate_ops +EXPORT_SYMBOL_GPL drivers/clk/sprd/clk-sprd 0x347b11e0 sprd_mux_helper_get_parent +EXPORT_SYMBOL_GPL drivers/clk/sprd/clk-sprd 0x39c67dcb sprd_clk_regmap_init +EXPORT_SYMBOL_GPL drivers/clk/sprd/clk-sprd 0x4dc5e16d sprd_gate_ops +EXPORT_SYMBOL_GPL drivers/clk/sprd/clk-sprd 0x55497324 sprd_pll_ops +EXPORT_SYMBOL_GPL drivers/clk/sprd/clk-sprd 0x5cece9ea sprd_mux_helper_set_parent +EXPORT_SYMBOL_GPL drivers/clk/sprd/clk-sprd 0x5dcd42af sprd_div_ops +EXPORT_SYMBOL_GPL drivers/clk/sprd/clk-sprd 0x68e67b7c sprd_div_helper_round_rate +EXPORT_SYMBOL_GPL drivers/clk/sprd/clk-sprd 0x8b907c0a sprd_div_helper_set_rate +EXPORT_SYMBOL_GPL drivers/clk/sprd/clk-sprd 0xa4fee866 sprd_comp_ops +EXPORT_SYMBOL_GPL drivers/clk/sprd/clk-sprd 0xd75238cd sprd_sc_gate_ops +EXPORT_SYMBOL_GPL drivers/clk/sprd/clk-sprd 0xd8f6ce4e sprd_mux_ops +EXPORT_SYMBOL_GPL drivers/clk/sprd/clk-sprd 0xe0106577 sprd_clk_probe +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x024d0e07 comedi_legacy_detach +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x03bd1f2c comedi_driver_register +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x0963e130 comedi_check_chanlist +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x0cd330f4 range_unknown +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x1b3f0142 comedi_request_region +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 0x342efe70 comedi_buf_write_free +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x357610fb __comedi_request_region +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x39b147a9 comedi_alloc_spriv +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x3bdbd62b comedi_buf_write_alloc +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x4236eaaf range_4_20mA +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x43a94692 comedi_alloc_devpriv +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x489c1c95 comedi_buf_read_free +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x4fe634f3 range_bipolar2_5 +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x5225b3e8 comedi_timeout +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x527d88f8 comedi_load_firmware +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x55c4debf comedi_nscans_left +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x582c713d comedi_inc_scan_progress +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x5a8ebd83 comedi_buf_read_n_available +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x605b2312 comedi_set_hw_dev +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x7120f223 comedi_buf_write_samples +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x77d1cae3 comedi_readback_insn_read +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x8113872c range_unipolar10 +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x9f4883ec comedi_auto_unconfig +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xa4b28aba comedi_dio_update_state +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xaf0d3620 comedi_dio_insn_config +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xb0e65286 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 0xc1bc683a comedi_dev_get_from_minor +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xc3625d47 comedi_alloc_subdevices +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xc8d02c57 comedi_set_spriv_auto_free +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xc9eae8ee comedi_buf_read_samples +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xd2ac4b4b comedi_event +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xd8f42d23 comedi_dev_put +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xdb2044b2 range_unipolar5 +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xe8cb7b50 comedi_bytes_per_scan_cmd +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xe8e2d863 comedi_nsamples_left +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xebc7723e comedi_buf_read_alloc +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xed2fc638 comedi_is_subdevice_running +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xf2d8ddfb comedi_auto_config +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xf564827a comedi_alloc_subdev_readback +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xf72ab067 comedi_driver_unregister +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xfad1ad3c comedi_bytes_per_scan +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pci 0x09219b01 comedi_pci_detach +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pci 0x19493849 comedi_pci_disable +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pci 0x29cf0bf6 comedi_pci_auto_unconfig +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pci 0x2e66e526 comedi_pci_driver_unregister +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pci 0x36e02de4 comedi_pci_enable +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pci 0x8a7b5bb2 comedi_pci_auto_config +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pci 0x947e9c5f comedi_pci_driver_register +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pci 0xae862b8b comedi_to_pci_dev +EXPORT_SYMBOL_GPL drivers/comedi/comedi_usb 0x0b5a63a9 comedi_to_usb_dev +EXPORT_SYMBOL_GPL drivers/comedi/comedi_usb 0x183d951a comedi_to_usb_interface +EXPORT_SYMBOL_GPL drivers/comedi/comedi_usb 0x4579f89b comedi_usb_auto_unconfig +EXPORT_SYMBOL_GPL drivers/comedi/comedi_usb 0x8b658bf2 comedi_usb_auto_config +EXPORT_SYMBOL_GPL drivers/comedi/comedi_usb 0xa9f94236 comedi_usb_driver_register +EXPORT_SYMBOL_GPL drivers/comedi/comedi_usb 0xcfe6d569 comedi_usb_driver_unregister +EXPORT_SYMBOL_GPL drivers/comedi/drivers/addi_watchdog 0x07b27db9 addi_watchdog_init +EXPORT_SYMBOL_GPL drivers/comedi/drivers/addi_watchdog 0x79f4a6cf addi_watchdog_reset +EXPORT_SYMBOL_GPL drivers/comedi/drivers/amplc_dio200_common 0xba846e99 amplc_dio200_common_attach +EXPORT_SYMBOL_GPL drivers/comedi/drivers/amplc_dio200_common 0xc14f5e87 amplc_dio200_set_enhance +EXPORT_SYMBOL_GPL drivers/comedi/drivers/amplc_pc236_common 0x470207ad amplc_pc236_common_attach +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0x41595488 comedi_8254_read +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0x44091604 comedi_8254_status +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0x4c46db0a comedi_8254_cascade_ns_to_timer +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0x53c44c4e comedi_8254_mm_init +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0x618f7a48 comedi_8254_init +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0x623f17b6 comedi_8254_pacer_enable +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0x625ceb48 comedi_8254_write +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0x7514fe93 comedi_8254_set_busy +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0x93cea64e comedi_8254_set_mode +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0x9e152a62 comedi_8254_update_divisors +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0xa5925f14 comedi_8254_ns_to_timer +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0xc73aac97 comedi_8254_subdevice_init +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0xfe85d22a comedi_8254_load +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8255 0xa07606b8 subdev_8255_regbase +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8255 0xa4047eaf subdev_8255_init +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8255 0xe09d27ac subdev_8255_mm_init +EXPORT_SYMBOL_GPL drivers/comedi/drivers/das08 0xf1746aa5 das08_common_attach +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x0055619b mite_request_channel_in_range +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x02c5ee8f mite_free_ring +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x1cc41c91 mite_detach +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x20e8df62 mite_dma_disarm +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x437c049d mite_prep_dma +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x456cd98e mite_attach +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x5d846d08 mite_bytes_in_transit +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x60e1ca86 mite_alloc_ring +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x62f8ad8a mite_done +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x70498964 mite_ack_linkc +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0xa7907f18 mite_sync_dma +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0xd43a0e3e mite_init_ring_descriptors +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0xdf979ec9 mite_dma_arm +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0xe25c926f mite_release_channel +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0xe72a9b9e mite_request_channel +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0xfb12a5b8 mite_buf_change +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_labpc_common 0x01f9c29d labpc_common_attach +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_labpc_common 0xc4ace493 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 0x17bc4338 ni_tio_unset_routing +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x2fb20b18 ni_tio_arm +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x329e177f ni_tio_init_counter +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x36df5bf1 ni_tio_set_bits +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x43a69084 ni_tio_set_gate_src +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x4c4e831f ni_tio_insn_read +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x4ec71c53 ni_gpct_device_construct +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x4faa0fee ni_tio_read +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x612f9464 ni_tio_get_soft_copy +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x79967f7c ni_gpct_device_destroy +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0xa04cf8d8 ni_tio_write +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0xafee2acd ni_tio_insn_write +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0xb256809b ni_tio_insn_config +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0xb3cd1dbb ni_tio_set_gate_src_raw +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0xdb8b0d0b ni_tio_set_routing +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0xed7768a7 ni_tio_get_routing +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tiocmd 0x2879a3f5 ni_tio_set_mite_channel +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tiocmd 0x4f74189e ni_tio_cmdtest +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tiocmd 0x61e8e547 ni_tio_cmd +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tiocmd 0xc0325576 ni_tio_acknowledge +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tiocmd 0xd077627a ni_tio_cancel +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tiocmd 0xd1dad605 ni_tio_handle_interrupt +EXPORT_SYMBOL_GPL drivers/comedi/kcomedilib/kcomedilib 0x17479efb comedi_open +EXPORT_SYMBOL_GPL drivers/comedi/kcomedilib/kcomedilib 0x2236b984 comedi_find_subdevice_by_type +EXPORT_SYMBOL_GPL drivers/comedi/kcomedilib/kcomedilib 0x3627b171 comedi_close +EXPORT_SYMBOL_GPL drivers/comedi/kcomedilib/kcomedilib 0xb2f17c9f comedi_dio_get_config +EXPORT_SYMBOL_GPL drivers/comedi/kcomedilib/kcomedilib 0xb82d60d1 comedi_dio_config +EXPORT_SYMBOL_GPL drivers/comedi/kcomedilib/kcomedilib 0xe9a791fe comedi_get_n_channels +EXPORT_SYMBOL_GPL drivers/comedi/kcomedilib/kcomedilib 0xebd9a04e 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 0x6a3ffa15 ccp_enqueue_cmd +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x0b7c2627 hisi_qm_regs_dump +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x0df79c07 hisi_qm_resume +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x0f13618f hisi_qm_debug_init +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x158fbacb hisi_qm_start_qp +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x179d3906 hisi_qm_get_dfx_access +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x17f69fad hisi_qm_wait_task_finish +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x275e8379 hisi_qm_free_qps +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x29313908 hisi_acc_sg_buf_unmap +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x3d72a705 hisi_qm_alg_unregister +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x431dcaf8 hisi_qm_start +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x4b4b3195 hisi_qm_uninit +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x4c97985e hisi_qm_acc_diff_regs_dump +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x57ea247d hisi_qm_suspend +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x5b57336d hisi_qm_regs_debugfs_init +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x5d7f0403 hisi_qm_get_hw_info +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x5ea7bd26 hisi_qm_dev_shutdown +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x6742fb34 hisi_qm_dev_err_init +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x6b252d4e hisi_qm_reset_prepare +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x70299886 hisi_qm_sriov_disable +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x72d256e2 hisi_qp_send +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x81059e0c hisi_acc_free_sgl_pool +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x8635ba40 hisi_qm_dev_err_uninit +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x8747a0a5 hisi_qm_pm_uninit +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x87e407e6 hisi_qm_dev_err_detected +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x913b83a8 hisi_qm_regs_debugfs_uninit +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x9a5a9481 hisi_qm_put_dfx_access +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xa1897b80 hisi_acc_create_sgl_pool +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xa7394652 hisi_acc_sg_buf_map_to_hw_sgl +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xa812f1b7 hisi_qm_wait_mb_ready +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xb00fe9d8 hisi_qm_pm_init +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xb1750987 hisi_qm_alloc_qps_node +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xb1b15dea hisi_qm_dev_slot_reset +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xcdda0547 hisi_qm_sriov_enable +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xcfc663ee hisi_qm_stop_qp +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xd46c40f8 hisi_qm_stop +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xdbdefce0 hisi_qm_reset_done +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xe76f34f6 hisi_qm_sriov_configure +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xeb9ae611 hisi_qm_debug_regs_clear +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xeddcd52e hisi_qm_alg_register +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xf5520397 hisi_qm_init +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xfb9a26dc hisi_qm_mb +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hpre/hisi_hpre 0x4ecf3334 hisi_hpre_get_pf_driver +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/sec2/hisi_sec2 0x54a09813 hisi_sec_get_pf_driver +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/zip/hisi_zip 0x1139abe6 hisi_zip_get_pf_driver +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 0xe1884e36 otx_cpt_eng_grp_has_eng_type +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x06844a54 adf_reset_sbr +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x088f9f41 adf_cleanup_etr_data +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x0ff8822e adf_disable_sriov +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x1cb91760 adf_gen2_set_ssm_wdtimer +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x2ba570ae adf_vf2pf_notify_shutdown +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x2be4e269 adf_gen2_get_arb_info +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x2e54c42f adf_exit_arb +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x34755aed adf_gen4_init_pf_pfvf_ops +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x3a29b430 adf_sriov_configure +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x3e707f37 adf_gen2_get_admin_info +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x3ed96d98 adf_cfg_dev_add +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x3fd0dfea adf_cfg_get_param_value +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x415d80f1 adf_vf_isr_resource_free +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x41640da1 adf_dev_put +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x5b0b7195 adf_flush_vf_wq +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x5f802e9a adf_send_admin_init +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x631692d8 adf_gen2_get_num_accels +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x64b081b6 adf_gen4_enable_pm +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x6e8eefc2 adf_dev_started +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x75de66f1 adf_init_etr_data +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x795484e0 adf_gen2_cfg_iov_thds +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x7aa4863f adf_cfg_add_key_value_param +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x7ad129f2 adf_devmgr_rm_dev +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x7c896a28 adf_exit_admin_comms +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x7d5b0935 adf_dev_init +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x7ed09b55 adf_gen2_dev_config +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x8458b0e7 adf_isr_resource_free +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x84f03c89 adf_gen2_enable_ints +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x86973ddd adf_enable_pf2vf_comms +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x8ef58032 adf_gen2_get_num_aes +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x9334ca53 adf_enable_vf2pf_comms +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x94330a39 adf_pfvf_comms_disabled +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x9485837d adf_disable_aer +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x9abfbf22 adf_sysfs_init +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x9e20acdc adf_disable_pf2vf_interrupts +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xa06036f0 adf_dev_up +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xa0e77018 adf_devmgr_add_dev +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xa13ef5eb adf_dev_get +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xa7a8a226 adf_init_admin_pm +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xad56c33a adf_devmgr_update_class_index +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xb920da84 adf_init_admin_comms +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xc44015c2 adf_dev_shutdown +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xc4ee8591 adf_vf_isr_resource_alloc +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xc501ac82 adf_gen4_init_hw_csr_ops +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xc6f3f739 adf_enable_aer +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xc71a89a6 adf_gen2_init_vf_pfvf_ops +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xc75d6b28 adf_isr_resource_alloc +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xc9b45267 adf_devmgr_pci_to_accel_dev +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xcbe94592 adf_cfg_dev_remove +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xcc3b167a adf_clean_vf_map +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xce0c44a1 adf_gen2_init_pf_pfvf_ops +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xce6c06d2 adf_dev_in_use +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xd0baf749 adf_gen4_handle_pm_interrupt +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xd5d6bef1 adf_gen4_ring_pair_reset +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xd64519f1 adf_gen2_init_hw_csr_ops +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xd8669008 adf_gen2_enable_error_correction +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xd9f6a978 adf_cfg_section_add +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xdc1225e1 adf_devmgr_in_reset +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xde7784e3 adf_reset_flr +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xe327f1f1 adf_gen4_init_dc_ops +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xe45f3512 adf_gen2_init_dc_ops +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xe620f717 adf_err_handler +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xe68f6c58 adf_vf2pf_notify_init +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xe6c0092c adf_gen4_set_ssm_wdtimer +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xea8d42aa adf_gen2_get_accel_cap +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xede55d57 adf_dev_down +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xee62ec95 adf_init_arb +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xfc4b8085 adf_dev_stop +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xff54a085 adf_dev_start +EXPORT_SYMBOL_GPL drivers/dax/device_dax 0xe1b55874 dev_dax_probe +EXPORT_SYMBOL_GPL drivers/dma/dw-edma/dw-edma 0xdd2e7396 dw_edma_probe +EXPORT_SYMBOL_GPL drivers/dma/dw-edma/dw-edma 0xfb238a3d dw_edma_remove +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0x0dbb43cd dw_dma_remove +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0x40d0e19f do_dw_dma_enable +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0x44accf1b dw_dma_acpi_controller_register +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0x7dce79c0 idma32_dma_remove +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0x87332892 dw_dma_probe +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0xa3fb893a do_dw_dma_disable +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0xac575490 idma32_dma_probe +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0xca783e38 dw_dma_filter +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0xcc60eef5 dw_dma_acpi_controller_free +EXPORT_SYMBOL_GPL drivers/dma/fsl-dpaa2-qdma/dpdmai 0x0190f6cf dpdmai_get_rx_queue +EXPORT_SYMBOL_GPL drivers/dma/fsl-dpaa2-qdma/dpdmai 0x16ae7e1a dpdmai_open +EXPORT_SYMBOL_GPL drivers/dma/fsl-dpaa2-qdma/dpdmai 0x32ba8167 dpdmai_reset +EXPORT_SYMBOL_GPL drivers/dma/fsl-dpaa2-qdma/dpdmai 0x4014b253 dpdmai_set_rx_queue +EXPORT_SYMBOL_GPL drivers/dma/fsl-dpaa2-qdma/dpdmai 0x5466aed0 dpdmai_get_attributes +EXPORT_SYMBOL_GPL drivers/dma/fsl-dpaa2-qdma/dpdmai 0x691a4da8 dpdmai_close +EXPORT_SYMBOL_GPL drivers/dma/fsl-dpaa2-qdma/dpdmai 0x6f97c18c dpdmai_disable +EXPORT_SYMBOL_GPL drivers/dma/fsl-dpaa2-qdma/dpdmai 0x7fd0a2d3 dpdmai_enable +EXPORT_SYMBOL_GPL drivers/dma/fsl-dpaa2-qdma/dpdmai 0x8738689e dpdmai_get_tx_queue +EXPORT_SYMBOL_GPL drivers/dma/fsl-dpaa2-qdma/dpdmai 0xa93c1a15 dpdmai_destroy +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0x181f288e fsl_edma_disable_request +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0x199a78d9 fsl_edma_tx_status +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0x27286330 fsl_edma_free_desc +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0x2a1fff95 fsl_edma_prep_dma_cyclic +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0x2cb9b1ca fsl_edma_pause +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0x49cc436e fsl_edma_prep_memcpy +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0x765fe14b fsl_edma_alloc_chan_resources +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0x7f80bf8d fsl_edma_slave_config +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0x8d029d1d fsl_edma_setup_regs +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0x927ed9a8 fsl_edma_xfer_desc +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0x9aae697b fsl_edma_terminate_all +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0xa6963ce3 fsl_edma_free_chan_resources +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0xbec5c39a fsl_edma_resume +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0xe35aa65a fsl_edma_cleanup_vchan +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0xe60d6e30 fsl_edma_chan_mux +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0xea1212f5 fsl_edma_issue_pending +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0xf419ab5b fsl_edma_prep_slave_sg +EXPORT_SYMBOL_GPL drivers/dma/qcom/hdma_mgmt 0x54826f02 hidma_mgmt_init_sys +EXPORT_SYMBOL_GPL drivers/dma/qcom/hdma_mgmt 0xb961b970 hidma_mgmt_setup +EXPORT_SYMBOL_GPL drivers/firewire/firewire-core 0xabb5547d fw_request_get_timestamp +EXPORT_SYMBOL_GPL drivers/firewire/firewire-core 0xd9bc580a fw_card_read_cycle_time +EXPORT_SYMBOL_GPL drivers/firewire/firewire-core 0xe86fb5c7 fw_card_release +EXPORT_SYMBOL_GPL drivers/firmware/arm_ffa/ffa-module 0x1a11324c ffa_driver_unregister +EXPORT_SYMBOL_GPL drivers/firmware/arm_ffa/ffa-module 0x720c4818 ffa_device_unregister +EXPORT_SYMBOL_GPL drivers/firmware/arm_ffa/ffa-module 0x74479ca0 ffa_driver_register +EXPORT_SYMBOL_GPL drivers/firmware/arm_ffa/ffa-module 0xcec88eaf ffa_device_register +EXPORT_SYMBOL_GPL drivers/firmware/arm_ffa/ffa-module 0xe6c49d38 ffa_bus_type +EXPORT_SYMBOL_GPL drivers/firmware/arm_scpi 0x4a3bba8f get_scpi_ops +EXPORT_SYMBOL_GPL drivers/firmware/mtk-adsp-ipc 0x51379fc2 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 0x9078a013 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 0xad133849 alt_pr_register +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x0935a4dd dfl_fpga_cdev_assign_port +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x0cd1e8c0 dfl_fpga_port_ops_add +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x21b1a95b dfl_fpga_check_port_id +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x2436fd98 dfl_fpga_dev_ops_register +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x2e832f99 dfl_fpga_cdev_release_port +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x309b466c dfl_fpga_enum_info_add_irq +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x30e7b2fe dfl_fpga_port_ops_get +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x3f4745db dfl_fpga_dev_feature_uinit +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x43695b8e dfl_fpga_cdev_config_ports_vf +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x49ab5d24 dfl_fpga_port_ops_del +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x533fecf3 dfl_fpga_port_ops_put +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x55870f7e dfl_fpga_set_irq_triggers +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x6f48f7f2 dfl_fpga_enum_info_free +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x8295778e dfl_fpga_enum_info_alloc +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xa06ccca4 dfl_feature_ioctl_get_num_irqs +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xa7ae18b5 dfl_fpga_dev_feature_init +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xad8459b3 dfl_fpga_feature_devs_remove +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xbc9cadbf dfl_fpga_enum_info_add_dfl +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xbebc1314 dfl_fpga_cdev_config_ports_pf +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xc283fdf4 dfl_fpga_dev_ops_unregister +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xcb4594c6 dfl_feature_ioctl_set_irq +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xdbd83ae5 __dfl_fpga_cdev_find_port +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xe4b2b32b dfl_fpga_feature_devs_enumerate +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0x03487900 fpga_bridge_get_to_list +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0x0633c4b9 fpga_bridges_enable +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0x0b2b884c fpga_bridges_put +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0x2c8167cf fpga_bridges_disable +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0x3af989d7 fpga_bridge_enable +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0x4b9cc366 fpga_bridge_register +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0x4f65ae49 of_fpga_bridge_get_to_list +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0x57bc4c6b fpga_bridge_get +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0xb40a64e0 fpga_bridge_unregister +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0xd5fd79f8 fpga_bridge_put +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0xe92fe212 of_fpga_bridge_get +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0xed361329 fpga_bridge_disable +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x00d48b89 fpga_mgr_put +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x207fe6e1 fpga_mgr_register_full +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x21f00e0d fpga_image_info_free +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x2e7e4ece fpga_mgr_register +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x30a3c90d devm_fpga_mgr_register_full +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x3db065bc of_fpga_mgr_get +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x4789f363 fpga_mgr_lock +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x51523ca5 devm_fpga_mgr_register +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x76d34d80 fpga_mgr_load +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x7918cf00 fpga_mgr_unlock +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x8c0424e0 fpga_image_info_alloc +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0xa2514d20 fpga_mgr_get +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0xaa314d75 fpga_mgr_unregister +EXPORT_SYMBOL_GPL drivers/fpga/fpga-region 0x7d3ed3ba fpga_region_program_fpga +EXPORT_SYMBOL_GPL drivers/fpga/fpga-region 0x80e3cc68 fpga_region_unregister +EXPORT_SYMBOL_GPL drivers/fpga/fpga-region 0xa4745494 fpga_region_class_find +EXPORT_SYMBOL_GPL drivers/fpga/fpga-region 0xe0c50dbc fpga_region_register +EXPORT_SYMBOL_GPL drivers/fpga/fpga-region 0xf9ea3da7 fpga_region_register_full +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0x03668036 fsi_device_read +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0x0d01ce4b fsi_get_new_minor +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0x1815525d fsi_master_unregister +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0x18a02c45 fsi_device_write +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0x1fa59e02 fsi_master_register +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0x2af46fe7 fsi_driver_register +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0x2f2a6325 fsi_master_rescan +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0x2ffc8f14 fsi_bus_type +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0x3a93847e fsi_slave_claim_range +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0x58005f60 fsi_driver_unregister +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0x5a57d574 fsi_free_minor +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0x78060f23 fsi_slave_read +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0xce22aee2 fsi_slave_release_range +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0xd942f235 fsi_slave_write +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0xedc64960 fsi_cdev_type +EXPORT_SYMBOL_GPL drivers/fsi/fsi-occ 0x843d67b4 fsi_occ_submit +EXPORT_SYMBOL_GPL drivers/fsi/fsi-sbefifo 0x4af79a71 sbefifo_parse_status +EXPORT_SYMBOL_GPL drivers/fsi/fsi-sbefifo 0xe4d299fc sbefifo_submit +EXPORT_SYMBOL_GPL drivers/gnss/gnss 0x0d5d56f1 gnss_insert_raw +EXPORT_SYMBOL_GPL drivers/gnss/gnss 0x6b6312ff gnss_register_device +EXPORT_SYMBOL_GPL drivers/gnss/gnss 0x9b23a24b gnss_allocate_device +EXPORT_SYMBOL_GPL drivers/gnss/gnss 0xc6ef0c08 gnss_put_device +EXPORT_SYMBOL_GPL drivers/gnss/gnss 0xd6889465 gnss_deregister_device +EXPORT_SYMBOL_GPL drivers/gnss/gnss-serial 0x415a87fb gnss_serial_register +EXPORT_SYMBOL_GPL drivers/gnss/gnss-serial 0x55744c4f gnss_serial_allocate +EXPORT_SYMBOL_GPL drivers/gnss/gnss-serial 0x6cd1a204 gnss_serial_deregister +EXPORT_SYMBOL_GPL drivers/gnss/gnss-serial 0x75920636 gnss_serial_free +EXPORT_SYMBOL_GPL drivers/gnss/gnss-serial 0xeec9af2e 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 0x7df1f389 __max730x_probe +EXPORT_SYMBOL_GPL drivers/gpio/gpio-max730x 0x94d39d3e __max730x_remove +EXPORT_SYMBOL_GPL drivers/gpio/gpio-regmap 0x04145611 devm_gpio_regmap_register +EXPORT_SYMBOL_GPL drivers/gpio/gpio-regmap 0x3778db16 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 0x250e2812 analogix_dp_probe +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/analogix/analogix_dp 0x3ee0dd60 anx_dp_aux_transfer +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/analogix/analogix_dp 0x41e5f364 analogix_dp_resume +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/analogix/analogix_dp 0x5cfa8ab3 analogix_dp_start_crc +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/analogix/analogix_dp 0x886fd753 analogix_dp_unbind +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/analogix/analogix_dp 0x926f7443 analogix_dp_remove +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/analogix/analogix_dp 0xadc45419 analogix_dp_suspend +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/analogix/analogix_dp 0xf43d38d0 analogix_dp_bind +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/analogix/analogix_dp 0xf73b66ce analogix_dp_stop_crc +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 0x3dfe9de2 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 0x4a63a2e7 dw_hdmi_bind +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 0x9a91da81 dw_hdmi_set_high_tmds_clock_ratio +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 0x9b44a60b dw_hdmi_phy_gen2_pddq +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 0xc59f9e6f dw_hdmi_phy_gen1_reset +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 0xce27012a dw_hdmi_audio_disable +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 0xd497fa5a dw_hdmi_set_plugged_cb +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 0x27e86f43 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 0xab0d5d18 dw_mipi_dsi_bind +EXPORT_SYMBOL_GPL drivers/gpu/drm/display/drm_display_helper 0xd820cd84 drm_hdcp_check_ksvs_revoked +EXPORT_SYMBOL_GPL drivers/gpu/drm/display/drm_dp_aux_bus 0x486d349d of_dp_aux_depopulate_bus +EXPORT_SYMBOL_GPL drivers/gpu/drm/display/drm_dp_aux_bus 0xab8e81ab of_dp_aux_populate_bus +EXPORT_SYMBOL_GPL drivers/gpu/drm/display/drm_dp_aux_bus 0xbc2775fd devm_of_dp_aux_populate_bus +EXPORT_SYMBOL_GPL drivers/gpu/drm/display/drm_dp_aux_bus 0xc4e6b99a __dp_aux_dp_driver_register +EXPORT_SYMBOL_GPL drivers/gpu/drm/display/drm_dp_aux_bus 0xe7a68750 dp_aux_dp_driver_unregister +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x03500e74 drm_bridge_hpd_disable +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x09ee390b drm_class_device_unregister +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x1f0f74e6 of_get_drm_panel_display_mode +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x2f6701e4 drm_crtc_add_crc_entry +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x3fbe480f drm_of_get_data_lanes_count_ep +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x3fc1720e drm_bridge_hpd_notify +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x4592bab0 drm_gem_dumb_map_offset +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x4a94fd18 drm_bridge_detect +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x5d4f1cd5 drm_bridge_get_edid +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x66cf2f64 drm_display_mode_from_videomode +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x89d1177f drm_of_get_data_lanes_count +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xad885165 drm_bus_flags_from_videomode +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xb50655f2 drm_bridge_hpd_enable +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xbc1227fa drm_of_encoder_active_endpoint +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xc8e06678 accel_open +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xcb7eb762 drm_do_get_edid +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xd1590cf1 drm_of_component_match_add +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xd52b999b drmm_kstrdup +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xd97cd91a drm_of_lvds_get_data_mapping +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xdd5fdc87 drm_class_device_register +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xe25a6b14 drm_bridge_get_modes +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xe5af1381 of_get_drm_display_mode +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xed4b9060 drm_of_lvds_get_dual_link_pixel_order +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xef1f3965 drm_of_find_panel_or_bridge +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xfe9f72f3 drm_display_mode_to_videomode +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0x0d178c93 drm_gem_dma_create +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0x36292915 drm_gem_dma_prime_import_sg_table +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0x4bdae7dd drm_fb_dma_get_gem_addr +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0x5198ebb5 drm_gem_dma_dumb_create_internal +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0x526f573a drm_fb_dma_get_gem_obj +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0x5f73c227 drm_gem_dma_free +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0x5f8071fb drm_gem_dma_mmap +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0x752e4ebf drm_gem_dma_vm_ops +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0x82e70a20 drm_gem_dma_get_sg_table +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0x88814a1c drm_gem_dma_vmap +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0xf09f1aaf drm_gem_dma_dumb_create +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0xfa1d58f5 drm_fb_dma_sync_non_coherent +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0x0274635c drm_bridge_connector_disable_hpd +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0x1cd43a2c drm_gem_fb_create +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0x24ef1bdb drm_gem_plane_helper_prepare_fb +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0x6ffcf2f9 drm_gem_fb_afbc_init +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0xa65b8ae1 drm_gem_fb_create_with_funcs +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0xaddfd607 drm_bridge_connector_enable_hpd +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0xb3b39c09 drm_gem_fb_create_with_dirty +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0xb8241298 drm_gem_fb_get_obj +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0xc1c522d8 drm_gem_fb_init_with_funcs +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0xd62a0f04 drm_bridge_connector_init +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0x1bb8a8f7 drm_gem_shmem_free +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0x2ffc559a drm_gem_shmem_vm_ops +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0x318691d4 drm_gem_shmem_get_pages_sgt +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0x3608dfd4 drm_gem_shmem_create +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0x4f97ec13 drm_gem_shmem_prime_import_sg_table +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0x7bd1b0e3 drm_gem_shmem_dumb_create +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0xa61cf04a drm_gem_shmem_get_sg_table +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0xb8117695 drm_gem_shmem_mmap +EXPORT_SYMBOL_GPL drivers/gpu/drm/meson/meson-drm 0x1e180500 meson_vclk_vic_supported_freq +EXPORT_SYMBOL_GPL drivers/gpu/drm/meson/meson-drm 0x2c73cfcf meson_venc_hdmi_venc_repeat +EXPORT_SYMBOL_GPL drivers/gpu/drm/meson/meson-drm 0x62fdd424 meson_venc_hdmi_mode_set +EXPORT_SYMBOL_GPL drivers/gpu/drm/meson/meson-drm 0x688cd5da meson_vclk_dmt_supported_freq +EXPORT_SYMBOL_GPL drivers/gpu/drm/meson/meson-drm 0x93c36d3a 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/panel/panel-samsung-s6e63m0 0xc93b67d1 s6e63m0_probe +EXPORT_SYMBOL_GPL drivers/gpu/drm/panel/panel-samsung-s6e63m0 0xe2172870 s6e63m0_remove +EXPORT_SYMBOL_GPL drivers/gpu/drm/pl111/pl111_drm 0x9fcadf53 pl111_versatile_init +EXPORT_SYMBOL_GPL drivers/gpu/drm/rcar-du/rcar_cmm 0x5ee2f26b rcar_cmm_disable +EXPORT_SYMBOL_GPL drivers/gpu/drm/rcar-du/rcar_cmm 0x8104448c rcar_cmm_init +EXPORT_SYMBOL_GPL drivers/gpu/drm/rcar-du/rcar_cmm 0x9504e4e6 rcar_cmm_enable +EXPORT_SYMBOL_GPL drivers/gpu/drm/rcar-du/rcar_cmm 0xdfd57f23 rcar_cmm_setup +EXPORT_SYMBOL_GPL drivers/gpu/drm/rcar-du/rcar_lvds 0x1665ead3 rcar_lvds_pclk_enable +EXPORT_SYMBOL_GPL drivers/gpu/drm/rcar-du/rcar_lvds 0x5c30c663 rcar_lvds_is_connected +EXPORT_SYMBOL_GPL drivers/gpu/drm/rcar-du/rcar_lvds 0xd1dca9ed rcar_lvds_pclk_disable +EXPORT_SYMBOL_GPL drivers/gpu/drm/rcar-du/rcar_lvds 0xf6ee24eb rcar_lvds_dual_link +EXPORT_SYMBOL_GPL drivers/gpu/drm/rcar-du/rcar_mipi_dsi 0x789234d8 rcar_mipi_dsi_pclk_enable +EXPORT_SYMBOL_GPL drivers/gpu/drm/rcar-du/rcar_mipi_dsi 0xbec87e43 rcar_mipi_dsi_pclk_disable +EXPORT_SYMBOL_GPL drivers/gpu/drm/rockchip/rockchipdrm 0xaa441b68 vop2_component_ops +EXPORT_SYMBOL_GPL drivers/gpu/drm/rockchip/rockchipdrm 0xc236e17e rockchip_rgb_init +EXPORT_SYMBOL_GPL drivers/gpu/drm/rockchip/rockchipdrm 0xd93cfdb5 vop_component_ops +EXPORT_SYMBOL_GPL drivers/gpu/drm/rockchip/rockchipdrm 0xfead7585 rockchip_rgb_fini +EXPORT_SYMBOL_GPL drivers/gpu/drm/solomon/ssd130x 0x5b240bc9 ssd130x_remove +EXPORT_SYMBOL_GPL drivers/gpu/drm/solomon/ssd130x 0xe42ff6e5 ssd130x_shutdown +EXPORT_SYMBOL_GPL drivers/gpu/drm/solomon/ssd130x 0xf9e4794f ssd130x_probe +EXPORT_SYMBOL_GPL drivers/gpu/host1x/host1x 0x34adacb5 host1x_memory_context_alloc +EXPORT_SYMBOL_GPL drivers/gpu/host1x/host1x 0x8cc5026c host1x_memory_context_put +EXPORT_SYMBOL_GPL drivers/gpu/host1x/host1x 0xf73961fd host1x_memory_context_get +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x0051900e gb_connection_destroy +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x02f46d26 __tracepoint_gb_message_submit +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x04180ec1 greybus_message_sent +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x056c41fe gb_connection_latency_tag_enable +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 0x1ab279fe gb_connection_create +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x1e1fb265 gb_operation_sync_timeout +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x1f1c2daa gb_svc_intf_set_power_mode +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x3686a909 gb_operation_unidirectional_timeout +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x37137c64 greybus_register_driver +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x45e7a520 __traceiter_gb_hd_create +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x485bb3e4 gb_operation_request_send +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x4f0b8e81 gb_operation_response_alloc +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x560dc31a gb_connection_latency_tag_disable +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x563c7ba6 gb_interface_request_mode_switch +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x5ad3f2d7 __tracepoint_gb_hd_add +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x5c0a8043 __tracepoint_gb_hd_in +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x5d7f7a8c gb_operation_cancel +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x5ec5a114 gb_connection_disable_forced +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x6213634d __tracepoint_gb_hd_create +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x64802786 __traceiter_gb_message_submit +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x6680aba3 gb_hd_output +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x66862ca0 gb_hd_del +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x69c8d2ff gb_debugfs_get +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x6d3bb9ec __SCK__tp_func_gb_message_submit +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x6ed38962 __traceiter_gb_hd_del +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x7a6609c6 gb_operation_result +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x7dee36dd gb_connection_create_flags +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x81e221fb __SCK__tp_func_gb_hd_create +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x89f514a1 __SCK__tp_func_gb_hd_in +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x8de70b93 gb_connection_enable_tx +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x9567d8a5 gb_hd_put +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xa416e2da __tracepoint_gb_hd_del +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xb9deaa74 greybus_data_rcvd +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xbd4b2294 gb_operation_get +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xbf96233a gb_operation_create_flags +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xc06f0a16 gb_hd_add +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xc185f816 gb_connection_disable_rx +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xc553f646 gb_hd_shutdown +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xc70cc358 __traceiter_gb_hd_release +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xcb498d83 gb_connection_create_offloaded +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xd3e646d9 __tracepoint_gb_hd_release +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xd8665396 gb_operation_request_send_sync_timeout +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xde17cebc gb_hd_cport_reserve +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xdeb73a92 __traceiter_gb_hd_in +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xe96d470d gb_operation_put +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xeac79e1a __SCK__tp_func_gb_hd_del +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xeec0a72a __traceiter_gb_hd_add +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xf107a122 __SCK__tp_func_gb_hd_release +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xf13f81d9 gb_hd_create +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xf3c97803 gb_operation_get_payload_size_max +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xf5dab092 gb_connection_enable +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xf8e6956b greybus_deregister_driver +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xf9450ea5 gb_connection_disable +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xfbea3df6 gb_hd_cport_release_reserved +EXPORT_SYMBOL_GPL drivers/hid/hid 0x01467739 hid_debug_event +EXPORT_SYMBOL_GPL drivers/hid/hid 0x02bdf66a hid_register_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0x030399fa hid_compare_device_paths +EXPORT_SYMBOL_GPL drivers/hid/hid 0x05495392 hid_debug +EXPORT_SYMBOL_GPL drivers/hid/hid 0x07f6b503 hidinput_get_led_field +EXPORT_SYMBOL_GPL drivers/hid/hid 0x10c1aaf6 hidinput_report_event +EXPORT_SYMBOL_GPL drivers/hid/hid 0x14289dbf hid_hw_stop +EXPORT_SYMBOL_GPL drivers/hid/hid 0x1942a2cf hid_field_extract +EXPORT_SYMBOL_GPL drivers/hid/hid 0x19d52f1f hid_quirks_exit +EXPORT_SYMBOL_GPL drivers/hid/hid 0x1b6e2f65 hid_dump_input +EXPORT_SYMBOL_GPL drivers/hid/hid 0x1eea47aa hid_driver_suspend +EXPORT_SYMBOL_GPL drivers/hid/hid 0x25309032 hid_match_id +EXPORT_SYMBOL_GPL drivers/hid/hid 0x30a37c97 hid_hw_raw_request +EXPORT_SYMBOL_GPL drivers/hid/hid 0x3d55b645 __hid_register_driver +EXPORT_SYMBOL_GPL drivers/hid/hid 0x409efb1b hid_hw_request +EXPORT_SYMBOL_GPL drivers/hid/hid 0x40a17365 hid_add_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0x43b84b5a hid_dump_field +EXPORT_SYMBOL_GPL drivers/hid/hid 0x47605937 hid_hw_start +EXPORT_SYMBOL_GPL drivers/hid/hid 0x494aa158 __hid_request +EXPORT_SYMBOL_GPL drivers/hid/hid 0x54545174 hidraw_report_event +EXPORT_SYMBOL_GPL drivers/hid/hid 0x5999366a hidinput_disconnect +EXPORT_SYMBOL_GPL drivers/hid/hid 0x6625759a hid_resolv_usage +EXPORT_SYMBOL_GPL drivers/hid/hid 0x6ae7b295 hid_destroy_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0x75d9e956 hid_hw_close +EXPORT_SYMBOL_GPL drivers/hid/hid 0x780dc258 hidraw_disconnect +EXPORT_SYMBOL_GPL drivers/hid/hid 0x7b072d9e hid_match_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0x7bd13409 hid_disconnect +EXPORT_SYMBOL_GPL drivers/hid/hid 0x826c935b hid_allocate_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0x889e1c96 hid_validate_values +EXPORT_SYMBOL_GPL drivers/hid/hid 0x8a5f616d hidinput_calc_abs_res +EXPORT_SYMBOL_GPL drivers/hid/hid 0x8b13a8b8 hid_snto32 +EXPORT_SYMBOL_GPL drivers/hid/hid 0x932367a2 hidinput_count_leds +EXPORT_SYMBOL_GPL drivers/hid/hid 0x9b7eeba9 hid_parse_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0x9e5b33e2 hid_lookup_quirk +EXPORT_SYMBOL_GPL drivers/hid/hid 0xa088975b hid_unregister_driver +EXPORT_SYMBOL_GPL drivers/hid/hid 0xac38875b hid_ignore +EXPORT_SYMBOL_GPL drivers/hid/hid 0xb5a62a2a hidraw_connect +EXPORT_SYMBOL_GPL drivers/hid/hid 0xba0bae2e hid_open_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0xc00f9faa hid_driver_resume +EXPORT_SYMBOL_GPL drivers/hid/hid 0xc4b6d942 hid_hw_output_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0xca0bc9a2 hid_output_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0xcb0b5a42 hid_connect +EXPORT_SYMBOL_GPL drivers/hid/hid 0xcbd35ba0 hidinput_connect +EXPORT_SYMBOL_GPL drivers/hid/hid 0xcdf1408b hid_alloc_report_buf +EXPORT_SYMBOL_GPL drivers/hid/hid 0xd3a8c51f hid_dump_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0xd5adb532 hid_hw_open +EXPORT_SYMBOL_GPL drivers/hid/hid 0xd85dae3d hid_set_field +EXPORT_SYMBOL_GPL drivers/hid/hid 0xdee85e3a hid_input_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0xe65a0ae5 hid_report_raw_event +EXPORT_SYMBOL_GPL drivers/hid/hid 0xe88acd9b hid_dump_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0xf53a86e6 hid_check_keys_pressed +EXPORT_SYMBOL_GPL drivers/hid/hid 0xf92dd64c hid_driver_reset_resume +EXPORT_SYMBOL_GPL drivers/hid/hid 0xfa355613 hid_quirks_init +EXPORT_SYMBOL_GPL drivers/hid/hid 0xfc3a41a6 hid_setup_resolution_multiplier +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 0x69fd7e27 roccat_connect +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0x373afa74 roccat_common2_receive +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0x6f4787c2 roccat_common2_send_with_status +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0x6f519973 roccat_common2_sysfs_read +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0x86db83e9 roccat_common2_device_init_struct +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0xd8ed11c3 roccat_common2_sysfs_write +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0xe389574c roccat_common2_send +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x0149b0fa sensor_hub_device_open +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x182cea89 sensor_hub_device_close +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x36fd61e8 sensor_hub_input_attr_get_raw_value +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x7822db08 sensor_hub_get_feature +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0xbecd2b93 hid_sensor_get_usage_index +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0xd559acc0 sensor_hub_input_get_attribute_info +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0xe88a1c2c sensor_hub_remove_callback +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0xf5fe42f6 sensor_hub_register_callback +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0xf763d4e6 sensor_hub_set_feature +EXPORT_SYMBOL_GPL drivers/hid/hid-vivaldi-common 0x5118cfe3 vivaldi_feature_mapping +EXPORT_SYMBOL_GPL drivers/hid/hid-vivaldi-common 0xbd82b403 vivaldi_attribute_groups +EXPORT_SYMBOL_GPL drivers/hid/i2c-hid/i2c-hid 0x04eb7941 i2c_hid_core_remove +EXPORT_SYMBOL_GPL drivers/hid/i2c-hid/i2c-hid 0x3d0ce2c8 i2c_hid_ll_driver +EXPORT_SYMBOL_GPL drivers/hid/i2c-hid/i2c-hid 0x4f0af51d i2c_hid_core_probe +EXPORT_SYMBOL_GPL drivers/hid/i2c-hid/i2c-hid 0x9e5ab3b4 i2c_hid_core_pm +EXPORT_SYMBOL_GPL drivers/hid/i2c-hid/i2c-hid 0xe5d7399a i2c_hid_core_shutdown +EXPORT_SYMBOL_GPL drivers/hid/surface-hid/surface_hid_core 0x302614ac surface_hid_device_add +EXPORT_SYMBOL_GPL drivers/hid/surface-hid/surface_hid_core 0x55177623 surface_hid_pm_ops +EXPORT_SYMBOL_GPL drivers/hid/surface-hid/surface_hid_core 0xfe2733ec surface_hid_device_destroy +EXPORT_SYMBOL_GPL drivers/hid/uhid 0x7d9ab88a uhid_hid_driver +EXPORT_SYMBOL_GPL drivers/hid/usbhid/usbhid 0x24cce453 usb_hid_driver +EXPORT_SYMBOL_GPL drivers/hid/usbhid/usbhid 0xf3c2fdef hiddev_hid_event +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x0b708136 hsi_register_controller +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x132707d6 hsi_remove_client +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x2a8fca44 hsi_event +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x45b0868e hsi_alloc_msg +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x5210a5bf hsi_board_list +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x52a63983 hsi_unregister_controller +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x5f0ff936 hsi_new_client +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x69956a2f hsi_put_controller +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x8b71e1e5 hsi_port_unregister_clients +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xa6b38ccf hsi_claim_port +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xb3c02587 hsi_free_msg +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xb7d35889 hsi_release_port +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xc0a8eb11 hsi_register_port_event +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xc4a72af5 hsi_unregister_port_event +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xd90d6f63 hsi_get_channel_id_by_name +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xded22a7b hsi_alloc_controller +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xe5f7d649 hsi_async +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xe6bd3132 hsi_add_clients_from_dt +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xf8346f95 hsi_register_client_driver +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x0450f507 vmbus_request_addr +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x0b24e5d7 vmbus_sendpacket_mpb_desc +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x0f07713f vmbus_next_request_id +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x2e7285ec vmbus_set_sc_create_callback +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x2f0e87d5 vmbus_recvpacket_raw +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x31e2e77f vmbus_free_mmio +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x320846fe vmbus_driver_unregister +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x321055cb vmbus_prep_negotiate_resp +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x348b9593 __hv_pkt_iter_next +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x3512223d vmbus_alloc_ring +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x3b955ef6 __vmbus_driver_register +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x3d0ecaa7 vmbus_set_chn_rescind_callback +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x43ad4bc3 vmbus_setevent +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x46a417ca vmbus_proto_version +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x46e12cf1 vmbus_allocate_mmio +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 0x56ecd626 hv_pkt_iter_first +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x5c4088aa vmbus_set_event +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x62d6085b vmbus_send_modifychannel +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x74a2b40a vmbus_open +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x74d22c95 vmbus_request_addr_match +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x7938e77b __vmbus_request_addr_match +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x967284ab hv_ringbuffer_spinlock_busy +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xa2c061f1 vmbus_establish_gpadl +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xb7fa6b48 vmbus_sendpacket_pagebuffer +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xb9f24101 vmbus_hvsock_device_unregister +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xba3a2b6c vmbus_free_ring +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xc8965408 vmbus_connect_ring +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xcbfaa627 vmbus_teardown_gpadl +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xd5d62bb0 vmbus_disconnect_ring +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xe0fa8670 hv_pkt_iter_close +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xf9a38df5 vmbus_close +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xff09bd11 vmbus_connection +EXPORT_SYMBOL_GPL drivers/hwmon/adt7x10 0x8ced1a26 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 0x1ff16562 nct6775_store_beep +EXPORT_SYMBOL_GPL drivers/hwmon/nct6775-core 0x20f183a3 nct6775_reg_is_word_sized +EXPORT_SYMBOL_GPL drivers/hwmon/nct6775-core 0x58634cf6 nct6775_probe +EXPORT_SYMBOL_GPL drivers/hwmon/nct6775-core 0x6188cdd5 nct6775_show_beep +EXPORT_SYMBOL_GPL drivers/hwmon/nct6775-core 0xb1ac5c24 nct6775_show_alarm +EXPORT_SYMBOL_GPL drivers/hwmon/nct6775-core 0xe81e5300 nct6775_update_device +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0x15606395 intel_th_trace_enable +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0x3fe5f020 intel_th_set_output +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0x407dcda3 intel_th_alloc +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0x47713825 intel_th_driver_register +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0x6c456071 intel_th_trace_switch +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0xa8a7aab8 intel_th_driver_unregister +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0xbe5da4e8 intel_th_output_enable +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0xecb98e7b intel_th_free +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0xf092c08c intel_th_trace_disable +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th_msu 0xae2d16ca intel_th_msu_buffer_register +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th_msu 0xb09d527b intel_th_msu_buffer_unregister +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th_msu 0xf93c51d4 intel_th_msc_window_unlock +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0x07b368a0 stm_register_device +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0x5e43101f stm_source_write +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0x663dbc4b stm_source_register_device +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0x811d7350 stm_data_write +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0x9ab2ba7a stm_unregister_device +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0xadfb196e stm_unregister_protocol +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0xc121104b stm_register_protocol +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0xc7c55ad0 to_pdrv_policy_node +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0xc8646a5f stm_source_unregister_device +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-ccgx-ucsi 0x8f69b2ce i2c_new_ccgx_ucsi +EXPORT_SYMBOL_GPL drivers/i2c/i2c-mux 0x0fe79532 i2c_mux_del_adapters +EXPORT_SYMBOL_GPL drivers/i2c/i2c-mux 0x8ee13ada i2c_mux_alloc +EXPORT_SYMBOL_GPL drivers/i2c/i2c-mux 0xa69f686c i2c_mux_add_adapter +EXPORT_SYMBOL_GPL drivers/i2c/i2c-mux 0xcf6c8391 i2c_root_adapter +EXPORT_SYMBOL_GPL drivers/i2c/i2c-smbus 0x248cf401 i2c_register_spd +EXPORT_SYMBOL_GPL drivers/i2c/i2c-smbus 0x3c81e6ec i2c_new_slave_host_notify_device +EXPORT_SYMBOL_GPL drivers/i2c/i2c-smbus 0x8aca1153 i2c_free_slave_host_notify_device +EXPORT_SYMBOL_GPL drivers/i2c/i2c-smbus 0xcb932879 i2c_handle_smbus_alert +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x072bc8c2 i3c_device_request_ibi +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x2839fd38 i3c_generic_ibi_alloc_pool +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x33fc7203 i3c_master_do_daa +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x4a80d602 i3c_master_defslvs_locked +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x4c77d51a i3c_master_disec_locked +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x5d325d42 i3c_master_get_free_addr +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x617f7235 i3c_device_get_info +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x67446801 i3c_generic_ibi_recycle_slot +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x71bacbb6 i3c_driver_register_with_owner +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x76fe3e05 i3c_generic_ibi_free_pool +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x7c47cb2b i3c_device_do_setdasa +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x829df602 i3c_device_disable_ibi +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x851c8cb7 i3c_master_register +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x8e68d5ed i3c_generic_ibi_get_free_slot +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x95382f32 i3c_master_set_info +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x9f8bf46b i3c_master_add_i3c_dev_locked +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xab656d72 i3c_master_enec_locked +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xc4dd4a75 i3c_master_entdaa_locked +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xc6c9a33a i3cdev_to_dev +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xca50a1af i3c_device_enable_ibi +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xcbdc379f i3c_master_queue_ibi +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xcc2dcbba i3c_device_do_priv_xfers +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xcf60023b i3c_driver_unregister +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xd7522d6c i3c_device_match_id +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xe7ea1e19 dev_to_i3cdev +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xf5436b8d i3c_master_unregister +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xfc086f6f i3c_device_free_ibi +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 0x4ed6f713 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 0x88f0aac4 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 0xfa420248 iio_channel_cb_get_channels +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0x12f5e373 iio_dma_buffer_release +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0x151e8739 iio_dma_buffer_enable +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0x24b6d114 iio_dma_buffer_data_available +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0x2524ccac iio_dma_buffer_read +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0x3a11ddf1 iio_dma_buffer_init +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0x4b88569a iio_dma_buffer_set_length +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0x6e114236 iio_dma_buffer_block_done +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0x874a3014 iio_dma_buffer_request_update +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0x87c6087a iio_dma_buffer_block_list_abort +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0x8d26c8c2 iio_dma_buffer_disable +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0xd80a173b iio_dma_buffer_exit +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0xe1e656a9 iio_dma_buffer_set_bytes_per_datum +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dmaengine 0x81b6c8dd devm_iio_dmaengine_buffer_setup +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-hw-consumer 0x0bd78a00 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 0x35f46fd2 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 0x8fa0bcd2 devm_iio_triggered_buffer_setup_ext +EXPORT_SYMBOL_GPL drivers/iio/buffer/kfifo_buf 0xb0ca71b4 devm_iio_kfifo_buffer_setup_ext +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0x0097e0a7 cros_ec_sensors_pm_ops +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0x196ee6da cros_ec_sensors_ext_info +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0x38d5e247 cros_ec_sensors_core_init +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0x58ee70cc cros_ec_sensors_core_read +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0x668748fa cros_ec_sensors_core_register +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0x68254ee9 cros_ec_motion_send_host_cmd +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0x7171af56 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 0xbde24d03 cros_ec_sensors_core_write +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0xcdc32945 cros_ec_sensors_read_lpc +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0xe7527903 cros_ec_sensors_push_data +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0xfb38c207 cros_ec_sensors_read_cmd +EXPORT_SYMBOL_GPL drivers/iio/gyro/bmg160_core 0x48cd90bb bmg160_core_remove +EXPORT_SYMBOL_GPL drivers/iio/gyro/bmg160_core 0xa4748bf0 bmg160_pm_ops +EXPORT_SYMBOL_GPL drivers/iio/gyro/bmg160_core 0xa5739696 bmg160_core_probe +EXPORT_SYMBOL_GPL drivers/iio/imu/fxos8700_core 0xfccc5976 fxos8700_core_probe +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x05abb28d iio_validate_scan_mask_onehot +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x08d12c38 iio_channel_get +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x0997f52f fwnode_iio_channel_get_by_name +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x10061976 iio_alloc_pollfunc +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x100895f9 iio_push_to_buffers_with_ts_unaligned +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x10e645dd iio_channel_get_all +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x18479efc devm_fwnode_iio_channel_get_by_name +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x184a49c7 iio_read_channel_processed +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x1c0234c1 iio_enum_write +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x26f6b499 iio_str_to_fixpoint +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x2954925e iio_device_claim_direct_mode +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x2bd1eeb2 iio_buffer_get +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x2d9c39a5 iio_read_channel_offset +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x2e26095d __devm_iio_device_register +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x33f4ce6d iio_get_channel_type +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x3ba53135 iio_device_release_buffer_mode +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x47f67899 __devm_iio_trigger_alloc +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x487d66e8 iio_read_max_channel_raw +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x4dce7dd4 iio_format_value +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x548f4d90 devm_iio_trigger_register +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x567c6176 iio_read_channel_attribute +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x5ef34322 iio_map_array_register +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x64db1bb7 devm_iio_channel_get +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x657c3a5e iio_buffer_enabled +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x6b1771ec iio_read_channel_ext_info +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x6c6e86d3 iio_read_channel_scale +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x6fd66953 devm_iio_device_alloc +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x776a3938 iio_map_array_unregister +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x7d9693aa iio_read_avail_channel_raw +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x80ec9a8d devm_iio_channel_get_all +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x8c29b4a3 iio_read_avail_channel_attribute +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x934e6353 iio_read_channel_processed_scale +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x9431c001 iio_get_debugfs_dentry +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x96a573ea iio_push_to_buffers +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x979f4083 iio_device_id +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x97dd8fcd iio_show_mount_matrix +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x989a75dc iio_write_channel_attribute +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x9d808709 iio_read_channel_raw +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x9f28db24 iio_device_get_current_mode +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xa0d6efcd iio_enum_available_read +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xa3d28cdf iio_enum_read +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xaefbf38a iio_device_claim_buffer_mode +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xbc0a50e1 iio_device_release_direct_mode +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xbcfad47f iio_buffer_put +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xbd1d3c93 iio_write_channel_ext_info +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xc0e252ac iio_read_channel_average_raw +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xc50c1bc8 devm_iio_map_array_register +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xc5b1cb54 iio_device_attach_buffer +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xc656617f iio_convert_raw_to_processed +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xca675189 iio_channel_release +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xe1fcb901 iio_get_channel_ext_info_count +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xe3b9ae49 iio_write_channel_raw +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xe7622ec8 iio_channel_release_all +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xe890b544 iio_update_buffers +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xf472133c iio_dealloc_pollfunc +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xfa499bda iio_pop_from_buffer +EXPORT_SYMBOL_GPL drivers/infiniband/core/ib_core 0xdbd019c4 ib_wq +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0x0ff1276e rtrs_stop_hb +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0x522e3235 rtrs_send_hb_ack +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0x5a64f1e9 rtrs_cq_qp_create +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0x5df6b8fe rtrs_iu_free +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0x69a66cef rtrs_cq_qp_destroy +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0x6f132017 rtrs_iu_post_recv +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0x70aa4643 rtrs_init_hb +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0x8f5eeac7 rtrs_iu_post_send +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0xabfef7a7 rtrs_iu_alloc +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0xb43f861c rtrs_post_recv_empty +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0xc0aad940 rtrs_iu_post_rdma_write_imm +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0xee8ad96b rtrs_start_hb +EXPORT_SYMBOL_GPL drivers/input/ff-memless 0xc76a0d41 input_ff_create_memless +EXPORT_SYMBOL_GPL drivers/input/matrix-keymap 0x6bcf27ba matrix_keypad_parse_properties +EXPORT_SYMBOL_GPL drivers/input/misc/adxl34x 0x4c23ee83 adxl34x_probe +EXPORT_SYMBOL_GPL drivers/input/misc/adxl34x 0x66535a18 adxl34x_suspend +EXPORT_SYMBOL_GPL drivers/input/misc/adxl34x 0xe4586827 adxl34x_resume +EXPORT_SYMBOL_GPL drivers/input/misc/adxl34x 0xec511022 adxl34x_remove +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x0801f8e9 rmi_2d_sensor_abs_report +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x141cab94 rmi_driver_resume +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x18303e8d rmi_2d_sensor_abs_process +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x19e2633e rmi_register_transport_device +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x24f45bf2 rmi_unregister_function_handler +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x31bb436c rmi_of_property_read_u32 +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x32684a1c rmi_set_attn_data +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x5166fc83 rmi_2d_sensor_configure_input +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x7dd59a86 __rmi_register_function_handler +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0xa909be80 rmi_2d_sensor_of_probe +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0xae993374 rmi_dbg +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0xda791e08 rmi_2d_sensor_rel_report +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0xf23deff6 rmi_driver_suspend +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp4_core 0x01916565 cyttsp4_pm_ops +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp4_core 0x87c89c60 cyttsp4_probe +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp4_core 0xa08c1270 cyttsp4_remove +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_core 0x15336bc1 cyttsp_probe +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_core 0xa3101f47 cyttsp_pm_ops +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_i2c_common 0x2fd860da cyttsp_i2c_write_block_data +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_i2c_common 0x5d7d56b8 cyttsp_i2c_read_block_data +EXPORT_SYMBOL_GPL drivers/input/touchscreen/tsc200x-core 0x2c9d54cd tsc200x_regmap_config +EXPORT_SYMBOL_GPL drivers/input/touchscreen/tsc200x-core 0x2e0d3643 tsc200x_remove +EXPORT_SYMBOL_GPL drivers/input/touchscreen/tsc200x-core 0xc3fbea4c tsc200x_pm_ops +EXPORT_SYMBOL_GPL drivers/input/touchscreen/tsc200x-core 0xca0202dd tsc200x_probe +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x26af2dcf wm97xx_reg_write +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x357528f9 wm97xx_set_suspend_mode +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x39765f97 wm9713_codec +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x39b73d09 wm97xx_reg_read +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x5de37c8f wm97xx_register_mach_ops +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x6d0896d4 wm97xx_set_gpio +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x862ed5a2 wm97xx_config_gpio +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xe2bc59a0 wm97xx_unregister_mach_ops +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xe8624253 wm9705_codec +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xf5357527 wm97xx_read_aux_adc +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xf5dc5f09 wm9712_codec +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xfd730876 wm97xx_get_gpio +EXPORT_SYMBOL_GPL drivers/interconnect/imx/imx-interconnect 0xa4f0f78c imx_icc_register +EXPORT_SYMBOL_GPL drivers/interconnect/imx/imx-interconnect 0xf18b2f4f 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 0x19f5faec 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 0x0f32e8d9 qcom_icc_aggregate +EXPORT_SYMBOL_GPL drivers/interconnect/qcom/icc-rpmh 0x4116fd14 qcom_icc_rpmh_remove +EXPORT_SYMBOL_GPL drivers/interconnect/qcom/icc-rpmh 0x5d90c790 qcom_icc_bcm_init +EXPORT_SYMBOL_GPL drivers/interconnect/qcom/icc-rpmh 0x7398af78 qcom_icc_rpmh_probe +EXPORT_SYMBOL_GPL drivers/interconnect/qcom/icc-rpmh 0x8583ed4a qcom_icc_set +EXPORT_SYMBOL_GPL drivers/interconnect/qcom/icc-rpmh 0xcbd0b2c3 qcom_icc_pre_aggregate +EXPORT_SYMBOL_GPL drivers/interconnect/qcom/icc-smd-rpm 0x81e513ad qcom_icc_rpm_smd_available +EXPORT_SYMBOL_GPL drivers/interconnect/qcom/icc-smd-rpm 0xe8dbdc6c qcom_icc_rpm_smd_send +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x1a6e73e1 ipack_bus_unregister +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x1a9cc00f ipack_get_device +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x4d7a01cf ipack_put_device +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x6252f7f3 ipack_device_init +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x8af70aad ipack_driver_unregister +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0xa5bc7368 ipack_bus_register +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0xa76a9260 ipack_device_add +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0xe715130d ipack_driver_register +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0xf7c1570f ipack_device_del +EXPORT_SYMBOL_GPL drivers/leds/led-class-flash 0x0a28eec5 led_classdev_flash_register_ext +EXPORT_SYMBOL_GPL drivers/leds/led-class-flash 0x181c1b4b led_set_flash_timeout +EXPORT_SYMBOL_GPL drivers/leds/led-class-flash 0x1d70584a led_get_flash_fault +EXPORT_SYMBOL_GPL drivers/leds/led-class-flash 0x31769e82 devm_led_classdev_flash_register_ext +EXPORT_SYMBOL_GPL drivers/leds/led-class-flash 0xa521b8cb led_update_flash_brightness +EXPORT_SYMBOL_GPL drivers/leds/led-class-flash 0xc543933d led_set_flash_brightness +EXPORT_SYMBOL_GPL drivers/leds/led-class-flash 0xc75d778e led_classdev_flash_unregister +EXPORT_SYMBOL_GPL drivers/leds/led-class-flash 0xf5d8c281 devm_led_classdev_flash_unregister +EXPORT_SYMBOL_GPL drivers/leds/led-class-multicolor 0x1ef052bb led_mc_calc_color_components +EXPORT_SYMBOL_GPL drivers/leds/led-class-multicolor 0x1f4c2f9c led_classdev_multicolor_unregister +EXPORT_SYMBOL_GPL drivers/leds/led-class-multicolor 0x20d69254 devm_led_classdev_multicolor_unregister +EXPORT_SYMBOL_GPL drivers/leds/led-class-multicolor 0x5d7f38a7 led_classdev_multicolor_register_ext +EXPORT_SYMBOL_GPL drivers/leds/led-class-multicolor 0xa53456cc devm_led_classdev_multicolor_register_ext +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x131f727e lp55xx_deinit_device +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x32e8cc1c lp55xx_register_leds +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x3412d5f7 lp55xx_update_bits +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x589e5540 lp55xx_read +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x6cf8ca3f lp55xx_write +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x96e37e27 lp55xx_is_extclk_used +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0xb2d2a18c lp55xx_of_populate_pdata +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0xb7d3051c lp55xx_init_device +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0xcd144d38 lp55xx_unregister_sysfs +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0xf7406d67 lp55xx_register_sysfs +EXPORT_SYMBOL_GPL drivers/leds/trigger/ledtrig-audio 0x3bd45b0d ledtrig_audio_set +EXPORT_SYMBOL_GPL drivers/leds/trigger/ledtrig-audio 0xce593c22 ledtrig_audio_get +EXPORT_SYMBOL_GPL drivers/leds/trigger/ledtrig-camera 0x749e05f2 ledtrig_flash_ctrl +EXPORT_SYMBOL_GPL drivers/leds/trigger/ledtrig-camera 0x7903e46e ledtrig_torch_ctrl +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x051b2215 __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 0x0826e917 __tracepoint_bcache_read +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 0x16ea7222 __tracepoint_bcache_journal_full +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 0x191717af __tracepoint_bcache_btree_set_root +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x1934a9a9 __tracepoint_bcache_writeback +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 0x1c71a406 __tracepoint_bcache_btree_node_free +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 0x26e00889 __traceiter_bcache_journal_full +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x2766fb04 __traceiter_bcache_journal_replay_key +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x2823d35c __traceiter_bcache_btree_node_alloc +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x284a6bff __tracepoint_bcache_gc_start +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x28e34518 __traceiter_bcache_alloc_fail +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x2909bc5d __tracepoint_bcache_btree_read +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x2a0e014e __tracepoint_bcache_btree_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x2af60833 __SCK__tp_func_bcache_writeback_collision +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x3257d343 __tracepoint_bcache_gc_copy +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x3358464a __traceiter_bcache_btree_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x418becc2 __traceiter_bcache_btree_node_split +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x458eeaf7 __traceiter_bcache_btree_read +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x46a1b43d __traceiter_bcache_read +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x46bf7863 __traceiter_bcache_request_start +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x46bfabee __tracepoint_bcache_writeback_collision +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x46c66897 __SCK__tp_func_bcache_btree_read +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x4a2d1241 __SCK__tp_func_bcache_btree_node_compact +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x4cca3a00 __traceiter_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 0x53b5e5e3 __tracepoint_bcache_journal_entry_full +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x584a1531 __traceiter_bcache_bypass_congested +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x5cc8cb86 __tracepoint_bcache_btree_insert_key +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 0x6205ecf9 __traceiter_bcache_btree_insert_key +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x64e39418 __traceiter_bcache_writeback_collision +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x6697827f __SCK__tp_func_bcache_writeback +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x68be2d50 __traceiter_bcache_bypass_sequential +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x690dd415 __tracepoint_bcache_btree_node_alloc +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x6e74dca7 __SCK__tp_func_bcache_btree_node_free +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x79eeb380 __SCK__tp_func_bcache_gc_copy_collision +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x7a3c0ac3 __tracepoint_bcache_read_retry +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x80e3881d __SCK__tp_func_bcache_request_end +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x830df522 __tracepoint_bcache_btree_node_split +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x862dfa21 __tracepoint_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 0x902cb523 __tracepoint_bcache_gc_copy_collision +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x9865dbc4 __tracepoint_bcache_gc_end +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x9a6f4d9f __SCK__tp_func_bcache_read +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x9bf9ebd2 __traceiter_bcache_gc_start +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x9ce21c84 __SCK__tp_func_bcache_journal_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xa14fdbcf __tracepoint_bcache_btree_node_alloc_fail +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 0xa86a83c0 __traceiter_bcache_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xac7b5585 __traceiter_bcache_journal_entry_full +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xad6440b4 __traceiter_bcache_gc_copy +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xade01245 __traceiter_bcache_btree_node_compact +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xb229e096 __traceiter_bcache_gc_end +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xb5a62a8c __traceiter_bcache_cache_insert +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xb912ae0b __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 0xbc268695 __tracepoint_bcache_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xc1857470 __tracepoint_bcache_bypass_congested +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xc6058645 __traceiter_bcache_read_retry +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xc78d7102 __tracepoint_bcache_invalidate +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xc8ae4213 __SCK__tp_func_bcache_btree_node_alloc +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xc966ce56 __traceiter_bcache_btree_node_alloc_fail +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xce48d6f4 __tracepoint_bcache_alloc_fail +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xd08f1770 __traceiter_bcache_btree_node_free +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xd7b1dcfb __traceiter_bcache_btree_set_root +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xda06fe86 __SCK__tp_func_bcache_btree_node_alloc_fail +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xde36a6b3 __traceiter_bcache_request_end +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xe16c06b3 __SCK__tp_func_bcache_gc_start +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xe202b8e6 __tracepoint_bcache_bypass_sequential +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 0xed37c90e __tracepoint_bcache_cache_insert +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xee3b29b7 __traceiter_bcache_journal_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xee55d047 __tracepoint_bcache_journal_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xef7eec02 __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 0xf755158f __traceiter_bcache_invalidate +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xf865c1a2 __tracepoint_bcache_request_start +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xfb3d6c67 __tracepoint_bcache_request_end +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xfd6b5d80 __SCK__tp_func_bcache_btree_insert_key +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x1559f6b5 dm_bio_prison_free_cell +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x17dd39d6 dm_deferred_set_create +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x1e7b4266 dm_cell_promote_or_release +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x2a75df3b dm_cell_put_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x2eb01e04 dm_deferred_set_destroy +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x322e4f2b dm_cell_lock_promote_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x39d50cbc dm_cell_unlock_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x3cff2070 dm_bio_prison_alloc_cell_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x57a07adb dm_cell_get_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 0x90d1d799 dm_bio_prison_free_cell_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x99e679e3 dm_get_cell +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xace9b57b dm_bio_prison_destroy_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xb22f73bb dm_cell_release_no_holder +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 0xb7239dd9 dm_cell_lock_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xbea97db8 dm_cell_quiesce_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xc97a1a6c dm_cell_visit_release +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xca2e3a88 dm_deferred_entry_inc +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xca4047c5 dm_cell_error +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xd99e003d dm_bio_prison_create_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xeb5d29e3 dm_bio_detain +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xf1f3ccda dm_bio_prison_alloc_cell +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xffbdf475 dm_cell_release +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x0ad0dc4f dm_bufio_mark_buffer_dirty +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x11d0f410 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 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 0xb2438d54 dm_bufio_release_move +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 0x4ee60871 dm_cache_policy_register +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 0xe13ee839 dm_cache_policy_unregister +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0xf9f3e74b dm_cache_policy_destroy +EXPORT_SYMBOL_GPL drivers/md/dm-multipath 0x5f3b67bc dm_unregister_path_selector +EXPORT_SYMBOL_GPL drivers/md/dm-multipath 0xfc192d61 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 0x0c360e0c dm_rh_mark_nosync +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x38972f23 dm_rh_region_to_sector +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x38efaf5a dm_region_hash_destroy +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x3a18389a dm_rh_update_states +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x41f78c5a dm_rh_inc_pending +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x52337c75 dm_rh_dirty_log +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x57e16c3e dm_rh_get_state +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x5f4a6e61 dm_rh_dec +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 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 0x843ebf87 dm_rh_delay +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 0xdd5c3d85 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 0xfc66a9cd dm_region_hash_create +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xfd93482e dm_rh_recovery_in_flight +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x0054f69d dm_tm_pre_commit +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x01f7c2b0 dm_btree_cursor_begin +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x0211c39e dm_tm_with_runs +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x07ed9022 dm_bitset_del +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x088a5b30 dm_btree_find_lowest_key +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x0cf7c42f dm_btree_remove +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x0d251167 dm_array_cursor_begin +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x109eae1f dm_btree_walk +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x15a2bf57 dm_btree_lookup_next +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x1ae16d40 dm_tm_dec_range +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x1d0d53f7 dm_array_empty +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x1e3f728d dm_block_data +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x2842d760 dm_bitset_resize +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x2bc1a8d9 dm_tm_open_with_sm +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x2f40da68 dm_bm_set_read_write +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x30c37cc0 dm_bm_write_lock_zero +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x32bf4f4b dm_bitset_cursor_get_value +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x3646e38f dm_tm_issue_prefetches +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x3896f8d8 dm_array_walk +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x38d53eec dm_array_del +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x3ad0f55b dm_bm_flush +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x3ae50a4a dm_tm_inc_range +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x40720a25 dm_bitset_set_bit +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x418204e4 dm_array_set_value +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x46ad212d dm_block_manager_create +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 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 0x10dcd68f cec_s_conn_info +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x1bd7bdb7 cec_pin_allocate_adapter +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x2781b492 cec_received_msg_ts +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x2ca832e1 cec_pin_changed +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x2e10f980 cec_notifier_parse_hdmi_phandle +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x2e83dbce cec_transmit_attempt_done_ts +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x4c34cc16 cec_queue_pin_hpd_event +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x538d1379 cec_s_log_addrs +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x59723d67 cec_unregister_adapter +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x5dc5e1bd cec_notifier_conn_register +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x5eeb51a0 cec_delete_adapter +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x7ba80c1c cec_queue_pin_cec_event +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x874cf001 cec_s_phys_addr +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x8badb024 cec_queue_pin_5v_event +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xa01fbb6b cec_notifier_set_phys_addr +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xa0954ed7 cec_transmit_done_ts +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xa967dcbc cec_s_phys_addr_from_edid +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xaee236c6 cec_notifier_conn_unregister +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xb74726e2 cec_register_adapter +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xbe4de675 cec_get_edid_phys_addr +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xc16f2887 cec_notifier_set_phys_addr_from_edid +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xd17f7030 cec_allocate_adapter +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xf2419c7d cec_fill_conn_info_from_drm +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xf7d2695d cec_notifier_cec_adap_unregister +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xf93527f0 cec_transmit_msg +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xfe667b6b cec_notifier_cec_adap_register +EXPORT_SYMBOL_GPL drivers/media/common/b2c2/b2c2-flexcop 0x66c0289a b2c2_flexcop_debug +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x1324a30b smscore_start_device +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x21e36bf2 smscore_registry_getmode +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x26041c17 sms_board_led_feedback +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 0x3c392cd7 sms_board_event +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x45284ae9 smsendian_handle_rx_message +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x4ae81991 smscore_register_device +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x70c9da4d 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 0x87f0e455 smscore_get_board_id +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x99903bc9 smscore_unregister_hotplug +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x99a81ab3 smsclient_sendrequest +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xa7826e83 sms_board_setup +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xb805e8e3 smscore_onresponse +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xbbdb5c42 smscore_unregister_client +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xc0198118 smscore_register_hotplug +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xc9720ec4 sms_board_lna_control +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xd6db4f22 smscore_get_device_mode +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xd98fbb97 sms_board_power +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xe4f34a9d smscore_putbuffer +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xe7e2b228 smscore_set_board_id +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xe8bb4b53 smscore_getbuffer +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xf77bbe48 smscore_unregister_device +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 0x058aadc0 vb2_request_object_is_buffer +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 0x0a42a0fd vb2_core_qbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x11db66fc vb2_thread_stop +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x1ce41882 vb2_queue_error +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x1da35889 vb2_core_reqbufs +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x24451812 __tracepoint_vb2_buf_done +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x2593782f __tracepoint_vb2_buf_queue +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x288fd211 vb2_core_queue_release +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x3b4322a3 vb2_plane_cookie +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x4132593e vb2_read +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x50d4dce4 __traceiter_vb2_buf_done +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x5de265cf vb2_thread_start +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x630b24d3 __tracepoint_vb2_qbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x6b122d6f vb2_plane_vaddr +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x6b75cdbe vb2_discard_done +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x81679f51 vb2_mmap +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x8fdb80ec vb2_core_streamon +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x9af33124 vb2_core_dqbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xa2677b36 vb2_buffer_done +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xa2ce2e79 __traceiter_vb2_dqbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xaa9fdba5 __traceiter_vb2_buf_queue +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xb27b5466 vb2_core_expbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xb44939f9 vb2_core_prepare_buf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xb6349fdd vb2_core_create_bufs +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 0xc194d6c9 __traceiter_vb2_qbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xc7b45aa4 __SCK__tp_func_vb2_buf_done +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xd8b62f03 vb2_core_queue_init +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xde17f191 vb2_request_buffer_cnt +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xdf118321 vb2_write +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xdfddb9be vb2_wait_for_all_buffers +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xea2f919d vb2_core_streamoff +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xf703a3f9 __tracepoint_vb2_dqbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xfa142820 vb2_core_querybuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xfe9b305c vb2_core_poll +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-dma-contig 0x057b4477 vb2_dma_contig_set_max_seg_size +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-dma-contig 0x4eda9b7d vb2_dma_contig_memops +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-dma-sg 0x32265338 vb2_dma_sg_memops +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-memops 0xb296a307 vb2_common_vm_ops +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x0692fab8 vb2_prepare_buf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x0d6a3b8b vb2_expbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x10a965c4 vb2_ioctl_expbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x10e33d93 vb2_fop_release +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x25466c63 vb2_ioctl_querybuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x29316d1a vb2_dqbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x2a1c34c9 vb2_fop_poll +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x3139e18f vb2_queue_release +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x34155170 vb2_ioctl_streamon +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x3f555bcf vb2_ioctl_dqbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x463636e9 vb2_streamon +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x4faecb7d vb2_streamoff +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x520cd17d vb2_ops_wait_prepare +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x5391b7b3 vb2_request_queue +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x65b340ef vb2_ioctl_qbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x66236223 vb2_queue_init_name +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x681bb639 vb2_fop_read +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x68a3cf71 vb2_find_buffer +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x6ed54bce vb2_fop_mmap +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x8013212c vb2_ioctl_prepare_buf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x80139206 vb2_poll +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x844ddce5 vb2_ioctl_streamoff +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x8d67d36b vb2_fop_write +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x9bf18e50 vb2_request_validate +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x9d5b9bd7 vb2_video_unregister_device +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xa5201493 _vb2_fop_release +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xa67bff24 vb2_qbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xb69e42b8 vb2_queue_change_type +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xc0c73275 vb2_ioctl_create_bufs +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xc2b4f2b3 vb2_reqbufs +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xc33ba2a4 vb2_ops_wait_finish +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xc8430b7e vb2_create_bufs +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xe5d193db vb2_queue_init +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xf5456e14 vb2_ioctl_reqbufs +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-vmalloc 0x51ede4f0 vb2_vmalloc_memops +EXPORT_SYMBOL_GPL drivers/media/dvb-core/dvb-core 0xb7219e55 dvb_module_probe +EXPORT_SYMBOL_GPL drivers/media/dvb-core/dvb-core 0xd27135ae dvb_create_media_graph +EXPORT_SYMBOL_GPL drivers/media/dvb-core/dvb-core 0xf221192f dvb_module_release +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/as102_fe 0x044a0dd1 as102_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/cx24117 0xade29985 cx24117_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/gp8psk-fe 0xda9ceb2b gp8psk_fe_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/mxl5xx 0x1e5503ff mxl5xx_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stv0910 0xfadbb336 stv0910_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stv6111 0xbd600b89 stv6111_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tda18271c2dd 0x75e86a9f tda18271c2dd_attach +EXPORT_SYMBOL_GPL drivers/media/i2c/aptina-pll 0xb41d7048 aptina_pll_calculate +EXPORT_SYMBOL_GPL drivers/media/i2c/ccs-pll 0x7cee9d60 ccs_pll_calculate +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0x00147a68 max9271_clear_gpios +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0x1c0190ec max9271_set_deserializer_address +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0x5a31ab69 max9271_set_gpios +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0x65a40f1b max9271_set_serial_link +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0x7a32b4b9 max9271_set_address +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0x8daed7c7 max9271_set_high_threshold +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0x8f083cca max9271_configure_gmsl_link +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0x8f0e5984 max9271_disable_gpios +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0x92429f51 max9271_verify_id +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0xa204c1ea max9271_enable_gpios +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0xc8549cf0 max9271_set_translation +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0xd1f50f7a max9271_configure_i2c +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0xe92ef633 max9271_wake_up +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x130c6c36 media_pad_pipeline +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x13b50545 media_entity_remove_links +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x1c71b56c media_remove_intf_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x1e2ff24e media_request_object_find +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x201c6cd7 media_entity_pads_init +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x204107d0 media_entity_enum_init +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x21eca631 media_device_delete +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x2554771d media_device_register_entity_notify +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x3bbc8b8e media_request_get_by_fd +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x47c90ece __media_remove_intf_links +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x483375e7 __media_pipeline_stop +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x48fcdc32 media_devnode_remove +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x4b02ef97 __media_entity_next_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x4cf3c255 media_remove_intf_links +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x5302e77a media_create_ancillary_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x57bc5cb0 media_device_cleanup +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x61199f2e media_graph_walk_next +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x65f8eea3 media_pipeline_alloc_start +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x669c8577 media_device_pci_init +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x6e823bab media_devnode_create +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x71c5d87a media_request_object_unbind +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x71fdb02e media_device_init +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x7b0e8e4d media_pipeline_start +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x7ec42fa7 __media_device_usb_init +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x80ac38cf media_entity_find_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x8b8b2824 media_graph_walk_init +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x8e3f5799 media_pad_remote_pad_first +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x9a062230 __media_remove_intf_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x9ad7abb9 media_device_unregister +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x9da4b2dc media_entity_pipeline +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xa5ce20ca __media_entity_setup_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xa82ce687 media_request_object_put +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xaae9cade __media_device_register +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xac16344f media_create_pad_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xb2e70e44 media_graph_walk_start +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xb61a137c media_device_unregister_entity_notify +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xb80a2c91 media_create_pad_links +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xbe2c30d6 __media_pipeline_start +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xc09ee9d8 media_device_register_entity +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xc4e0e7c1 media_get_pad_index +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xc54a663c media_graph_walk_cleanup +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xcc6962df media_pipeline_stop +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xcc6c574e media_entity_remote_pad_unique +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xd2301d5d media_request_put +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xdbf2d575 media_request_object_bind +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xdfad8844 media_entity_setup_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xe21be895 media_request_object_init +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xe583a07d media_create_intf_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xe5ceecd6 media_entity_enum_cleanup +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xed55d106 media_entity_get_fwnode_pad +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xef0c7d82 media_request_object_complete +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xf071d81c media_device_usb_allocate +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xf2a6bf8a __media_entity_remove_links +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xf7d5df78 media_device_unregister_entity +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xf9435063 media_pad_remote_pad_unique +EXPORT_SYMBOL_GPL drivers/media/pci/cx88/cx88xx 0x4de1cc0a cx88_setup_xc3028 +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x0b52d7fc mantis_dma_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x10aa2b83 mantis_input_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x1150d130 mantis_dvb_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x13c14cc6 mantis_get_mac +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x3c73710a mantis_pci_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x59dd7405 mantis_frontend_soft_reset +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x5eb25880 mantis_ca_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x6ec3d46c mantis_i2c_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x81f432b5 mantis_dma_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x8d73df72 mantis_ca_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x9bf63479 mantis_dvb_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xb45fa354 mantis_input_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xcb961a39 mantis_uart_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xd08c0ea5 mantis_stream_control +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xde30d4af mantis_frontend_power +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xe440f870 mantis_gpio_set_bits +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xe4653125 mantis_i2c_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xe5bdd110 mantis_uart_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xea3f9925 mantis_pci_exit +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x0504255d saa7134_s_input +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x05bcd9e9 saa7134_stop_streaming +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x060acfe8 saa7134_g_tuner +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x1c3f11cd saa7134_ts_stop_streaming +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x37c71f1f saa7134_s_frequency +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x380f9236 saa7134_ts_start_streaming +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x4553d5f8 saa7134_g_input +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x49ff4940 saa7134_ts_buffer_prepare +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x4f30e226 saa7134_ts_queue_setup +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x5747bbf4 saa7134_s_std +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x612d2c05 saa7134_g_std +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x9e530435 saa7134_querystd +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xae0e1f8f saa7134_s_tuner +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xd0805bf7 saa7134_ts_qops +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xd4921ade saa7134_ts_buffer_init +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xe828f9c7 saa7134_enum_input +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xe8c4adef saa7134_vb2_buffer_queue +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xec496235 saa7134_querycap +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xee8f2719 saa7134_g_frequency +EXPORT_SYMBOL_GPL drivers/media/platform/allegro-dvt/allegro 0x00fe3209 nal_h264_read_sps +EXPORT_SYMBOL_GPL drivers/media/platform/allegro-dvt/allegro 0x1116cb63 nal_hevc_read_sps +EXPORT_SYMBOL_GPL drivers/media/platform/allegro-dvt/allegro 0x133f552e nal_hevc_write_sps +EXPORT_SYMBOL_GPL drivers/media/platform/allegro-dvt/allegro 0x27d5fce4 nal_h264_write_sps +EXPORT_SYMBOL_GPL drivers/media/platform/allegro-dvt/allegro 0x2e1bdeb1 nal_hevc_write_pps +EXPORT_SYMBOL_GPL drivers/media/platform/allegro-dvt/allegro 0x343b50e7 nal_hevc_read_vps +EXPORT_SYMBOL_GPL drivers/media/platform/allegro-dvt/allegro 0x59f13dc8 nal_h264_write_filler +EXPORT_SYMBOL_GPL drivers/media/platform/allegro-dvt/allegro 0x711a3de5 nal_hevc_read_filler +EXPORT_SYMBOL_GPL drivers/media/platform/allegro-dvt/allegro 0x8c62c39a nal_hevc_read_pps +EXPORT_SYMBOL_GPL drivers/media/platform/allegro-dvt/allegro 0x9b6bb3de nal_hevc_write_vps +EXPORT_SYMBOL_GPL drivers/media/platform/allegro-dvt/allegro 0xdce98729 nal_h264_write_pps +EXPORT_SYMBOL_GPL drivers/media/platform/allegro-dvt/allegro 0xe209b8ab nal_h264_read_pps +EXPORT_SYMBOL_GPL drivers/media/platform/allegro-dvt/allegro 0xebc318b7 nal_hevc_write_filler +EXPORT_SYMBOL_GPL drivers/media/platform/allegro-dvt/allegro 0xfe346a5c nal_h264_read_filler +EXPORT_SYMBOL_GPL drivers/media/platform/marvell/mcam-core 0x1127715a mccic_resume +EXPORT_SYMBOL_GPL drivers/media/platform/marvell/mcam-core 0x450c9167 mccic_irq +EXPORT_SYMBOL_GPL drivers/media/platform/marvell/mcam-core 0x4d6d5c38 mccic_suspend +EXPORT_SYMBOL_GPL drivers/media/platform/marvell/mcam-core 0x75dbb7ca mccic_shutdown +EXPORT_SYMBOL_GPL drivers/media/platform/marvell/mcam-core 0xc0d47793 mccic_register +EXPORT_SYMBOL_GPL drivers/media/platform/mediatek/vpu/mtk-vpu 0x188bedf5 vpu_load_firmware +EXPORT_SYMBOL_GPL drivers/media/platform/mediatek/vpu/mtk-vpu 0x18c25dcc vpu_wdt_reg_handler +EXPORT_SYMBOL_GPL drivers/media/platform/mediatek/vpu/mtk-vpu 0x1e11f7ac vpu_ipi_register +EXPORT_SYMBOL_GPL drivers/media/platform/mediatek/vpu/mtk-vpu 0x4290448f vpu_get_vdec_hw_capa +EXPORT_SYMBOL_GPL drivers/media/platform/mediatek/vpu/mtk-vpu 0x488b4e40 vpu_get_plat_device +EXPORT_SYMBOL_GPL drivers/media/platform/mediatek/vpu/mtk-vpu 0x51e7159d vpu_ipi_send +EXPORT_SYMBOL_GPL drivers/media/platform/mediatek/vpu/mtk-vpu 0xa1a7c416 vpu_mapping_dm_addr +EXPORT_SYMBOL_GPL drivers/media/platform/mediatek/vpu/mtk-vpu 0xe2fccc69 vpu_get_venc_hw_capa +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x00981dff venus_helper_set_work_mode +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x00bd27e0 hfi_session_create +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x03284acd venus_helper_intbufs_free +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x07b3f3d5 venus_helper_get_profile_level +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x0be467bc venus_helper_intbufs_alloc +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x10181543 venus_helper_set_format_constraints +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x171fd690 hfi_session_stop +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x1813fd6d venus_helper_vb2_buf_init +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x1f4d8524 venus_helper_get_opb_size +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x215f5ec5 venus_helper_set_profile_level +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x26521f84 venus_helper_vb2_start_streaming +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 0x2b3ef0a6 venus_helper_free_dpb_bufs +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x2c3983ae venus_helper_set_multistream +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 0x2feb6a8d venus_helper_process_initial_out_bufs +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x3ec6e2e9 venus_helper_vb2_stop_streaming +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x46062325 venus_helper_intbufs_realloc +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x4ad65a9c hfi_session_flush +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x4db06ad0 venus_helper_acquire_buf_ref +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x560c3c59 venus_helper_vb2_queue_error +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x60b1d342 hfi_session_abort +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x62e41709 hfi_session_destroy +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x6986d6c1 venus_helper_init_instance +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x7070e14b hfi_session_set_property +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x732c2796 venus_helper_queue_dpb_bufs +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x738bc520 venus_helper_get_bufreq +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x7968410e venus_helper_set_input_resolution +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x7d416542 hfi_session_process_buf +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x855e9bd9 venus_helper_release_buf_ref +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x89f08a27 hfi_session_start +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x8ac8269a venus_helper_unregister_bufs +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x91bdabd8 venus_helper_alloc_dpb_bufs +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x95eed5e9 venus_helper_check_format +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x96cb3697 venus_helper_set_stride +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x9a75b108 venus_helper_set_raw_format +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x9ba1fd97 hfi_session_continue +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x9fb6e95d venus_helper_set_bufsize +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xa04f3dfc venus_helper_process_initial_cap_bufs +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xa179a374 venus_helper_get_ts_metadata +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xa224864d hfi_session_get_property +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xa5fc2912 venus_helper_change_dpb_owner +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xa9d5ec83 venus_helper_vb2_buf_queue +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xaed786db hfi_session_deinit +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xaf1795ce venus_helper_set_color_format +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xb2af05bd venus_helper_set_dyn_bufmode +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 0xbbad9fec venus_helper_find_buf +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xbffa91da hfi_session_init +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xcb76d9ad venus_helper_set_output_resolution +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xcfd6bef7 venus_helper_get_out_fmts +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 0xd373f717 venus_helper_check_codec +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xd79c9732 hfi_session_unload_res +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xe586a915 venus_helper_set_num_bufs +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xebef94fc venus_helper_session_init +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xf03a00f1 venus_helper_buffers_done +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xfc297699 venus_helper_vb2_buf_prepare +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 0x92bff12f 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 0x07c28005 vsp1_du_init +EXPORT_SYMBOL_GPL drivers/media/platform/renesas/vsp1/vsp1 0x43b79e67 vsp1_du_atomic_update +EXPORT_SYMBOL_GPL drivers/media/platform/renesas/vsp1/vsp1 0x4b464cda vsp1_du_atomic_begin +EXPORT_SYMBOL_GPL drivers/media/platform/renesas/vsp1/vsp1 0x5a29f32f vsp1_du_map_sg +EXPORT_SYMBOL_GPL drivers/media/platform/renesas/vsp1/vsp1 0xc6d9ede8 vsp1_du_unmap_sg +EXPORT_SYMBOL_GPL drivers/media/platform/renesas/vsp1/vsp1 0xd0ac04c4 vsp1_du_atomic_flush +EXPORT_SYMBOL_GPL drivers/media/platform/renesas/vsp1/vsp1 0xd4130c1c vsp1_du_setup_lif +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-video 0x22c9325d xvip_clr_or_set +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-video 0x43738fab xvip_set_format_size +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-video 0x900c521f xvip_cleanup_resources +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-video 0x9f8326f0 xvip_init_resources +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-video 0xa1a87c46 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 0xb6f98654 xvip_enum_mbus_code +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-video 0xdb551ac9 xvip_enum_frame_size +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-video 0xe08e6063 xvip_get_format_by_code +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-video 0xfb55fc53 xvip_of_get_format +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-vtc 0x0c0fe0e6 xvtc_of_get +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-vtc 0x3c16a6b1 xvtc_generator_stop +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-vtc 0x47d7900b xvtc_generator_start +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-vtc 0xa8a0f912 xvtc_put +EXPORT_SYMBOL_GPL drivers/media/radio/shark2 0xa813f4da radio_tea5777_init +EXPORT_SYMBOL_GPL drivers/media/radio/shark2 0xf6ab11f8 radio_tea5777_exit +EXPORT_SYMBOL_GPL drivers/media/radio/si470x/radio-si470x-common 0x3e234369 si470x_viddev_template +EXPORT_SYMBOL_GPL drivers/media/radio/si470x/radio-si470x-common 0x61b84ead si470x_stop +EXPORT_SYMBOL_GPL drivers/media/radio/si470x/radio-si470x-common 0x78fb41b5 si470x_start +EXPORT_SYMBOL_GPL drivers/media/radio/si470x/radio-si470x-common 0x945ab217 si470x_ctrl_ops +EXPORT_SYMBOL_GPL drivers/media/radio/si470x/radio-si470x-common 0xe6390481 si470x_set_freq +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x0ed20a15 rc_g_keycode_from_table +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x163bec52 ir_raw_event_handle +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x1756170e ir_raw_event_store_with_filter +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x18b3c85b rc_keydown_notimeout +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x24d23e10 devm_rc_allocate_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x2ed90ced rc_map_unregister +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x50446f57 devm_rc_register_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x54d78d41 ir_raw_event_set_idle +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x5def02a8 ir_raw_event_store_with_timeout +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x69217af7 rc_unregister_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x6bbdfa11 rc_free_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x9093296b ir_raw_event_store +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xaf366e49 lirc_scancode_event +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xb1e1f009 ir_raw_event_store_edge +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xb960f15c rc_map_register +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xcf08315b rc_register_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xd2723cd2 rc_repeat +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xddc8bc8e rc_allocate_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xe76acc7d rc_keydown +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xfc5d3079 rc_map_get +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xfcc8a8a0 rc_keyup +EXPORT_SYMBOL_GPL drivers/media/tuners/mt2063 0x844dd01b mt2063_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/mt20xx 0x7b94f961 microtune_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/mxl5007t 0x26a1b962 mxl5007t_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/r820t 0x45055be0 r820t_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda18271 0xe47019ec tda18271_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda827x 0xfd6d959d tda827x_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda8290 0xb8f2c349 tda829x_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda8290 0xe289c422 tda829x_probe +EXPORT_SYMBOL_GPL drivers/media/tuners/tda9887 0x6ff2956e tda9887_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tea5761 0xc6af85f3 tea5761_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tea5761 0xe0fff18a tea5761_autodetection +EXPORT_SYMBOL_GPL drivers/media/tuners/tea5767 0x7f34be59 tea5767_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tea5767 0xb36e1086 tea5767_autodetection +EXPORT_SYMBOL_GPL drivers/media/tuners/tuner-simple 0x21ef1d3e simple_tuner_attach +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x017ea7c7 cx231xx_tuner_callback +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x1b00d96f cx231xx_get_i2c_adap +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x333a753a cx231xx_enable_i2c_port_3 +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x3ad9a20a cx231xx_init_bulk +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x41435f6c cx231xx_set_mode +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x5c4b42cd cx231xx_uninit_vbi_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x6081a05e cx231xx_init_vbi_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x69d76273 cx231xx_init_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x6bacf3fa cx231xx_uninit_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x743e1dd5 cx231xx_dev_uninit +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x799695bf cx231xx_send_usb_command +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x7fa4beef cx231xx_unmute_audio +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x845d7083 cx231xx_capture_start +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x928e28aa cx231xx_send_gpio_cmd +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x9afcb83c cx231xx_dev_init +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xb8d7b958 cx231xx_disable656 +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xbfe59600 cx231xx_uninit_bulk +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xc2917b70 cx231xx_demod_reset +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xd572d09f cx231xx_enable656 +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xdad107a4 cx231xx_set_alt_setting +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xec314091 is_fw_load +EXPORT_SYMBOL_GPL drivers/media/usb/dvb-usb-v2/mxl111sf-demod 0x8f0f7d81 mxl111sf_demod_attach +EXPORT_SYMBOL_GPL drivers/media/usb/dvb-usb-v2/mxl111sf-tuner 0x064f53d1 mxl111sf_tuner_attach +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x01371774 em28xx_write_regs +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x155ab57c em28xx_find_led +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x24a45a5e em28xx_init_camera +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x3783fd0b em28xx_audio_setup +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x3db29d30 em28xx_read_ac97 +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x5b9076cb em28xx_read_reg +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x6243c664 em28xx_audio_analog_set +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x721f7cc7 em28xx_free_device +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x76934972 em28xx_init_usb_xfer +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x7fc8652c em28xx_tuner_callback +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x854e7859 em28xx_toggle_reg_bits +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x8a9d3216 em28xx_write_reg +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x921d7c65 em28xx_boards +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x960531f5 em28xx_gpio_set +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xac807314 em28xx_alloc_urbs +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xb55747d9 em28xx_write_reg_bits +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xc095e6f7 em28xx_uninit_usb_xfer +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xc6703b34 em28xx_set_mode +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xd09e2800 em28xx_stop_urbs +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xd77f52d9 em28xx_setup_xc3028 +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xdd73c2e1 em28xx_write_ac97 +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-async 0x15ebfbc6 __v4l2_async_nf_add_fwnode_remote +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-async 0x7092c628 __v4l2_async_nf_add_fwnode +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-async 0x7c846143 v4l2_async_nf_cleanup +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-async 0x9e252ff9 __v4l2_async_nf_add_i2c +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-async 0xa2ff7ae0 __v4l2_async_nf_add_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x01612c0b v4l2_detect_gtf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x08402862 v4l2_print_dv_timings +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x0958448b v4l2_set_edid_phys_addr +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x0af3d134 v4l2_valid_dv_timings +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x1b4af4a6 v4l2_hdmi_rx_colorimetry +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 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 0x49dbd5f6 v4l2_flash_indicator_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-flash-led-class 0xa205eb9d v4l2_flash_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-flash-led-class 0xbf7d7e43 v4l2_flash_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0x064b77a6 v4l2_fwnode_endpoint_parse +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0x30625974 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 0x65187520 v4l2_fwnode_endpoint_alloc_parse +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0x7222a4c7 v4l2_fwnode_connector_add_link +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0x93f51d94 v4l2_fwnode_connector_parse +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0xb34b2e30 v4l2_fwnode_device_parse +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0xc6657d50 v4l2_async_nf_parse_fwnode_endpoints +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0xc73efd26 v4l2_async_register_subdev_sensor +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0xcc3f4f92 v4l2_fwnode_parse_link +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0xfe6c2733 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 0x00add0e3 v4l2_m2m_ioctl_reqbufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x0abf71c0 v4l2_m2m_ioctl_stateless_try_decoder_cmd +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x0f7d20c7 v4l2_m2m_buf_remove_by_idx +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x10f6fbfc v4l2_m2m_ioctl_decoder_cmd +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x137144d3 v4l2_m2m_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x1d628610 v4l2_m2m_request_queue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x1dc60bb0 v4l2_m2m_create_bufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x22ad0810 v4l2_m2m_ioctl_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x266024b8 v4l2_m2m_last_buffer_done +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x2af0fbff v4l2_m2m_ioctl_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x355c958c v4l2_m2m_buf_remove_by_buf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x360abc19 v4l2_m2m_fop_mmap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x389c54eb v4l2_m2m_ctx_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x38fc92d7 v4l2_m2m_fop_poll +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x3f5a38fb v4l2_m2m_prepare_buf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x3ff67780 v4l2_m2m_buf_queue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x40b2a5ae v4l2_m2m_buf_copy_metadata +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x45d279ca v4l2_m2m_ioctl_streamon +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x4be434a6 v4l2_m2m_ioctl_prepare_buf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x4edad0db v4l2_m2m_update_start_streaming_state +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x6073641c v4l2_m2m_next_buf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x61cd2106 v4l2_m2m_streamon +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x730f2eae v4l2_m2m_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x8115fe36 v4l2_m2m_update_stop_streaming_state +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x81636aca v4l2_m2m_ioctl_querybuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x8d369338 v4l2_m2m_ctx_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x99475b19 v4l2_m2m_ioctl_try_encoder_cmd +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xa647e3c9 v4l2_m2m_encoder_cmd +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xa6ecc00b v4l2_m2m_ioctl_create_bufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xaf88415f v4l2_m2m_ioctl_streamoff +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xb3d45830 v4l2_m2m_decoder_cmd +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xb5120e92 v4l2_m2m_querybuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xb855ac79 v4l2_m2m_ioctl_try_decoder_cmd +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xbde09f72 v4l2_m2m_expbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xbe7284fa v4l2_m2m_streamoff +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xc0644e45 v4l2_m2m_reqbufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xc4985143 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 0xcc442d5f v4l2_m2m_last_buf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xdc489de9 v4l2_m2m_ioctl_encoder_cmd +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xe248fa89 v4l2_m2m_buf_remove +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xe8f348c4 v4l2_m2m_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xf13ff84d v4l2_m2m_unregister_media_controller +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xf2697d8e v4l2_m2m_register_media_controller +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xf3ee0ec0 v4l2_m2m_ioctl_stateless_decoder_cmd +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xf76595f9 v4l2_m2m_poll +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xfbc6ea10 v4l2_m2m_ioctl_expbuf +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 0x02df788f videobuf_read_stream +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x083dbafd videobuf_read_stop +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x0fe18b11 videobuf_reqbufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x1be05d56 videobuf_iolock +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x26c9ef90 __videobuf_mmap_setup +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x29214290 videobuf_stop +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x2ae86cb6 videobuf_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x459e1dc7 videobuf_querybuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x5805492c videobuf_read_one +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x7b2dd71b videobuf_queue_to_vaddr +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x944881ed videobuf_queue_cancel +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x974becf0 videobuf_mmap_mapper +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x9fd4ae8e videobuf_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xa1d78ad5 videobuf_queue_is_busy +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xa5b64dc3 videobuf_mmap_setup +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xacd06723 videobuf_mmap_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xb0f7b052 videobuf_next_field +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xb151f525 videobuf_waiton +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xbdb8af1a videobuf_queue_core_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xbdda1b56 videobuf_streamoff +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xd5db0686 videobuf_streamon +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xe72094f2 videobuf_alloc_vb +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xec089859 videobuf_poll_stream +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xf1ce05d9 videobuf_read_start +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0x553a86d0 videobuf_sg_alloc +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0x9159b849 videobuf_dma_unmap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0xc00f66b4 videobuf_to_dma +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0xdc5c8cd6 videobuf_queue_sg_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0xe05b10b0 videobuf_dma_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-vmalloc 0x2c465432 videobuf_queue_vmalloc_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-vmalloc 0xc2df3952 videobuf_to_vmalloc +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-vmalloc 0xee5e4339 videobuf_vmalloc_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x0004ba80 __traceiter_vb2_v4l2_buf_done +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x01305e56 v4l2_mc_create_media_graph +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x095d7c63 v4l2_device_set_name +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x098c72da v4l2_device_register +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x10e3e7a8 v4l2_get_link_freq +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x118513aa v4l2_subdev_get_fmt +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x11f3044c __SCK__tp_func_vb2_v4l2_buf_queue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x122c382d v4l2_g_parm_cap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x1529d84d v4l2_create_fwnode_links_to_pad +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x166b38c3 v4l2_event_queue_fh +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x170b0683 __traceiter_vb2_v4l2_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x17b27cfc v4l2_subdev_notify_event +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x1885c1f6 __v4l2_subdev_state_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x1dcebb7c __video_device_pipeline_stop +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x2485ce81 v4l2_spi_subdev_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x28173e9e v4l2_pipeline_pm_put +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x2a151560 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 0x2ffd272d v4l2_ctrl_request_hdl_ctrl_find +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x345ffbce v4l2_subdev_link_validate_default +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x3a4c4d4a v4l2_fh_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x3d2f9ab4 v4l2_pipeline_link_notify +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x3f89de7a __traceiter_vb2_v4l2_buf_queue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x4028087c v4l2_i2c_new_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x452f53b1 __tracepoint_vb2_v4l2_buf_done +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x45d3f250 v4l2_compat_ioctl32 +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x46ac032f __tracepoint_vb2_v4l2_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x49300bc7 __v4l2_subdev_init_finalize +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x49b364b8 video_device_pipeline +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x4a09de38 v4l2_i2c_subdev_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x5074e573 v4l2_fraction_to_interval +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x51510ca0 __traceiter_vb2_v4l2_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x521c4e66 v4l2_fh_add +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x544a8a4f v4l2_event_queue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x59da9555 v4l2_event_pending +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x62136bc4 v4l2_fh_del +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x63446b58 video_device_pipeline_stop +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x671b6f12 v4l2_i2c_subdev_addr +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x673f6a9f v4l_vb2q_enable_media_source +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x6a2de036 __tracepoint_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 0x6e9acc41 v4l2_fill_pixfmt_mp +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x7189ff36 v4l2_i2c_subdev_set_name +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x76b32fdb __v4l2_device_register_subdev_nodes +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x80d66737 v4l2_device_unregister_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x87838854 v4l2_event_unsubscribe_all +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x8b137a92 v4l2_fh_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x8e50431e v4l2_subdev_link_validate +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x90651527 v4l2_event_wake_all +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x9483044e v4l2_event_subdev_unsubscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x9b8a582d __v4l2_ctrl_handler_setup +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x9c5e0185 v4l2_fh_exit +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x9eb3b104 v4l2_s_parm_cap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x9fef35ac v4l2_apply_frmsize_constraints +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xa0af70de v4l2_device_unregister +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xa31dbadd v4l2_i2c_new_subdev_board +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xa89dabce v4l2_device_register_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xa9aaf8ce v4l2_subdev_get_fwnode_pad_1_to_1 +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xab3465c3 v4l2_src_change_event_subdev_subscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xad5c3c93 v4l2_simplify_fraction +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xb2cf8b7f v4l2_ctrl_request_hdl_find +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xb48e1c21 v4l_enable_media_source +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xb81e91b2 v4l2_subdev_cleanup +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xbfe20a72 v4l2_pipeline_pm_get +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xc742d6e8 __tracepoint_vb2_v4l2_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xc853d129 v4l2_event_dequeue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xc8d21d42 v4l2_device_put +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xcc501597 v4l2_fill_pixfmt +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xccf1a58a v4l2_fh_open +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xcd8c596f v4l_disable_media_source +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xcfd89c0c v4l2_event_unsubscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xd1765ffa v4l2_fh_is_singular +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xd37862f9 v4l2_event_subscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xd5e8ca18 v4l2_device_disconnect +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xd863a312 v4l2_src_change_event_subscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xe12e3882 video_device_pipeline_alloc_start +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 0xed665c55 v4l2_spi_new_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xf27a8d71 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 0xf8e803c9 __video_device_pipeline_start +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xfb6eb564 __v4l2_subdev_state_alloc +EXPORT_SYMBOL_GPL drivers/mfd/88pm80x 0x06232a18 pm80x_pm_ops +EXPORT_SYMBOL_GPL drivers/mfd/88pm80x 0x08d132b9 pm80x_init +EXPORT_SYMBOL_GPL drivers/mfd/88pm80x 0x743ed403 pm80x_regmap_config +EXPORT_SYMBOL_GPL drivers/mfd/88pm80x 0xd99fd720 pm80x_deinit +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x050b4357 wm5110_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x0b6edb34 arizona_request_irq +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x18fa4c9d wm5110_patch +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x22cbf171 arizona_free_irq +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x2527806e wm5110_revd_irq +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x28ad7c5f cs47l24_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x3f3df318 cs47l24_patch +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x4633821b wm5110_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x49e8f651 arizona_set_irq_wake +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x549c0565 wm5110_irq +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x57ef2cbf wm8997_patch +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x58dc8758 wm8997_irq +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x69d9e6e5 arizona_pm_ops +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x88b6aa3e cs47l24_irq +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x8de2d5e7 wm8997_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x90afe71c arizona_dev_init +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xaa9200d2 wm8998_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xb1225088 arizona_dev_exit +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xb263fbbd wm5110_aod +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xbb60d626 wm5102_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xbc79a979 arizona_clk32k_enable +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xbe237980 wm8997_aod +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xe29229de arizona_clk32k_disable +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xf858176a wm5102_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/atc260x-core 0x0a696eec atc260x_match_device +EXPORT_SYMBOL_GPL drivers/mfd/atc260x-core 0xadaccc2f atc260x_device_probe +EXPORT_SYMBOL_GPL drivers/mfd/da9150-core 0x1473401a da9150_set_bits +EXPORT_SYMBOL_GPL drivers/mfd/da9150-core 0x2ef47e78 da9150_bulk_write +EXPORT_SYMBOL_GPL drivers/mfd/da9150-core 0x4cd01574 da9150_read_qif +EXPORT_SYMBOL_GPL drivers/mfd/da9150-core 0x7689ab4a da9150_reg_write +EXPORT_SYMBOL_GPL drivers/mfd/da9150-core 0x7b4705fd da9150_bulk_read +EXPORT_SYMBOL_GPL drivers/mfd/da9150-core 0xb5f1f6a9 da9150_write_qif +EXPORT_SYMBOL_GPL drivers/mfd/da9150-core 0xc77082d6 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 0x05e2efae kempld_write16 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x06cef47d kempld_read32 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x2790890f kempld_read8 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x36f1ccca kempld_write8 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x94ddf11e kempld_read16 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0xa2462300 kempld_get_mutex +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0xaedb1de0 kempld_write32 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0xec8bb249 kempld_release_mutex +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-core 0x1ab2df92 lm3533_write +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-core 0x4b866212 lm3533_update +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-core 0x7456fc0d lm3533_read +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x13362426 lm3533_ctrlbank_get_brightness +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x2e07e422 lm3533_ctrlbank_disable +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x55ed8392 lm3533_ctrlbank_get_pwm +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x9fae7221 lm3533_ctrlbank_set_pwm +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0xa49b3e0f lm3533_ctrlbank_enable +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0xe082c715 lm3533_ctrlbank_set_max_current +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0xffe3b604 lm3533_ctrlbank_set_brightness +EXPORT_SYMBOL_GPL drivers/mfd/lp3943 0x2b799027 lp3943_read_byte +EXPORT_SYMBOL_GPL drivers/mfd/lp3943 0x5f7855d3 lp3943_update_bits +EXPORT_SYMBOL_GPL drivers/mfd/lp3943 0xfb465bc6 lp3943_write_byte +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x01663d52 cs47l90_32bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x016be112 cs47l90_16bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x0f379262 madera_of_match +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x19b34ae2 cs47l85_32bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x19be96a2 cs47l85_16bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x2b292d8f cs47l85_patch +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x2bc1d19a cs47l35_32bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x2bcc0dda cs47l35_16bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x2deb96a7 cs47l15_patch +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x36e726af cs47l92_16bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x36eafaef cs47l92_32bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x4253205e cs47l90_16bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x425efc1e cs47l90_32bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x5a8657ee cs47l85_16bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x5a8b8bae cs47l85_32bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x68f4cc96 cs47l35_16bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x68f910d6 cs47l35_32bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x75d23ba3 cs47l92_32bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x75dfe7e3 cs47l92_16bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xa237665a cs47l15_32bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xa23aba1a cs47l15_16bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xae3b793e madera_pm_ops +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xc8dc2909 cs47l92_patch +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xd7a3293b madera_dev_init +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xdfabbe53 cs47l35_patch +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xe1027b56 cs47l15_16bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xe10fa716 cs47l15_32bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xeaf4935a cs47l90_patch +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xebe384cb madera_name_from_type +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xf63c35c3 madera_dev_exit +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0x55ab0695 mc13xxx_common_init +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0x8fd59418 mc13xxx_variant_mc34708 +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0x9dda6170 mc13xxx_variant_mc13783 +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0xd2f8cfcb mc13xxx_adc_do_conversion +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0xdd602a50 mc13xxx_variant_mc13892 +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0xfd42dae2 mc13xxx_common_exit +EXPORT_SYMBOL_GPL drivers/mfd/motorola-cpcap 0xa226dbe8 cpcap_sense_virq +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x068744fe pcf50633_reg_write +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x0f9be583 pcf50633_write_block +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x1fad9577 pcf50633_irq_mask_get +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x20a1c419 pcf50633_reg_clear_bits +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x52e92c79 pcf50633_reg_set_bit_mask +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x66c3a433 pcf50633_free_irq +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xaad7d482 pcf50633_read_block +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xad614aeb pcf50633_irq_unmask +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xd0f7eaf9 pcf50633_irq_mask +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xd47b66cb pcf50633_register_irq +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xd504fee8 pcf50633_pm +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xe8bbfea0 pcf50633_reg_read +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-adc 0x2c8c9d48 pcf50633_adc_sync_read +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-adc 0xd4d6ac4c pcf50633_adc_async_read +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0x2786d130 pcf50633_gpio_set +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0x407caea9 pcf50633_gpio_power_supply_set +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0x5bfe1542 pcf50633_gpio_get +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0x6f9ed627 pcf50633_gpio_invert_set +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0xcfa54e57 pcf50633_gpio_invert_get +EXPORT_SYMBOL_GPL drivers/mfd/rave-sp 0x43e53ef9 rave_sp_exec +EXPORT_SYMBOL_GPL drivers/mfd/rave-sp 0x818af98b 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 0x0c744788 si476x_core_cmd_fm_tune_freq +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x1177ba73 si476x_core_cmd_fm_phase_div_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x12120cbb si476x_core_start +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x12a76e4f si476x_core_cmd_fm_acf_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x1ab401e0 si476x_core_i2c_xfer +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x1c5e7f53 si476x_core_stop +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x207d3d59 si476x_core_cmd_fm_rds_blockcount +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x27a8b093 si476x_core_cmd_power_down +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x2fc1ca41 si476x_core_cmd_ana_audio_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x35818201 si476x_core_cmd_am_tune_freq +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x43a12f2c si476x_core_cmd_set_property +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x519721fd si476x_core_set_power_state +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x5561398e si476x_core_is_in_am_receiver_mode +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x5944d09d si476x_core_cmd_fm_rsq_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x66df32a1 si476x_core_cmd_fm_phase_diversity +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x685137cd si476x_core_cmd_zif_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x7f1e1ab8 devm_regmap_init_si476x +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x85ca1f7c si476x_core_cmd_dig_audio_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x89ff9594 si476x_core_has_diversity +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x8e3b154c si476x_core_cmd_am_seek_start +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x91b2c2e2 si476x_core_cmd_intb_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xa61bb5f0 si476x_core_cmd_am_rsq_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xa63bac13 si476x_core_cmd_ic_link_gpo_ctl_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xa94c054e si476x_core_is_a_secondary_tuner +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xc6ca9e1e si476x_core_cmd_fm_seek_start +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xc95cb867 si476x_core_cmd_func_info +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xc985f19c si476x_core_cmd_am_acf_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xd68c5051 si476x_core_cmd_power_up +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xde53d781 si476x_core_cmd_fm_rds_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xe2191539 si476x_core_is_powered_up +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xe89277bb si476x_core_has_am +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xeae3276c si476x_core_cmd_agc_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xf4b8e2de si476x_core_cmd_get_property +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xf8acbfb1 si476x_core_is_a_primary_tuner +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0x04605c18 sm501_set_clock +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0x26f2e9d9 sm501_misc_control +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0x51c7b3e2 sm501_find_clock +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0x6eda6519 sm501_unit_power +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0xa75baec0 sm501_modify_reg +EXPORT_SYMBOL_GPL drivers/mfd/sprd-sc27xx-spi 0x64a0115c sprd_pmic_detect_charger_type +EXPORT_SYMBOL_GPL drivers/mfd/stmfx 0x185880b6 stmfx_function_enable +EXPORT_SYMBOL_GPL drivers/mfd/stmfx 0xdb170249 stmfx_function_disable +EXPORT_SYMBOL_GPL drivers/mfd/ti_am335x_tscadc 0x0cdace94 am335x_tsc_se_adc_done +EXPORT_SYMBOL_GPL drivers/mfd/ti_am335x_tscadc 0xb6d9a9f2 am335x_tsc_se_clr +EXPORT_SYMBOL_GPL drivers/mfd/ti_am335x_tscadc 0xcd9ed388 am335x_tsc_se_set_cache +EXPORT_SYMBOL_GPL drivers/mfd/ti_am335x_tscadc 0xe1c2b7b9 am335x_tsc_se_set_once +EXPORT_SYMBOL_GPL drivers/mfd/tps65217 0x0738645d tps65217_reg_read +EXPORT_SYMBOL_GPL drivers/mfd/tps65217 0x1c67065b tps65217_reg_write +EXPORT_SYMBOL_GPL drivers/mfd/tps65217 0x4db230e8 tps65217_set_bits +EXPORT_SYMBOL_GPL drivers/mfd/tps65217 0x8d771d0e tps65217_clear_bits +EXPORT_SYMBOL_GPL drivers/mfd/tps65218 0x683f16aa tps65218_reg_write +EXPORT_SYMBOL_GPL drivers/mfd/tps65218 0x72e2b356 tps65218_set_bits +EXPORT_SYMBOL_GPL drivers/mfd/tps65218 0xc08b6618 tps65218_clear_bits +EXPORT_SYMBOL_GPL drivers/mfd/ucb1400_core 0xf8bdd1df ucb1400_adc_read +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0x14e66d87 alcor_read8 +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0x280bee62 alcor_write32 +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0x68ebca7e alcor_read32 +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0x8d8e3aef alcor_write8 +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0xc2d0d29f alcor_write16 +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0xce6ba6cc alcor_write32be +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0xd319ddc0 alcor_read32be +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x06432525 rtsx_pci_read_ppbuf +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x08c7ac90 rtsx_pci_dma_map_sg +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x16489a31 rtsx_pci_switch_output_voltage +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x18bafd8a rtsx_pci_card_power_off +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x247996ca rtsx_pci_read_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x37a8a234 rtsx_pci_write_ppbuf +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x4a7df875 rtsx_pci_transfer_data +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x574b4781 rtsx_pci_card_exist +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x5a1074df rtsx_pci_send_cmd +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x78815564 rtsx_pci_complete_unfinished_transfer +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x7ef10022 rtsx_pci_card_pull_ctl_disable +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x83121bd9 rtsx_pci_dma_unmap_sg +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x85fe684b rtsx_pci_card_exclusive_check +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x8d80d677 rtsx_pci_card_pull_ctl_enable +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x96b5734e rtsx_pci_send_cmd_no_wait +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xa172c396 rtsx_pci_dma_transfer +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xab7b74f1 rtsx_pci_card_power_on +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xafc4ce8c rtsx_pci_read_phy_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xb40e2fb1 rtsx_pci_write_phy_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xb583ce0e rtsx_pci_switch_clock +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xc107bbd1 rtsx_pci_start_run +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xcedb4bc5 rtsx_pci_write_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xd7a4581f rtsx_pci_add_cmd +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xdfa3f981 rtsx_pci_stop_cmd +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x1a1536a5 rtsx_usb_switch_clock +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x31e46da1 rtsx_usb_ep0_write_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x4110a78a rtsx_usb_add_cmd +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x462709c1 rtsx_usb_get_rsp +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x6d4196be rtsx_usb_transfer_data +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x6f4ffeba rtsx_usb_get_card_status +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x73901f17 rtsx_usb_write_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x87f9fd25 rtsx_usb_read_ppbuf +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x8c2d5ade rtsx_usb_send_cmd +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x8f619184 rtsx_usb_write_ppbuf +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x950fe433 rtsx_usb_card_exclusive_check +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0xa789d991 rtsx_usb_read_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0xd03c430e rtsx_usb_ep0_read_register +EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0x7b117ef9 cb710_set_irq_handler +EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0x966fdc7d cb710_sg_dwiter_write_next_block +EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0x9f78beb0 cb710_pci_update_config_reg +EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0xc84e5952 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 0x034a67e6 enclosure_unregister +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x6a4f4c7a enclosure_component_register +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x77df8bb3 enclosure_find +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x9daa2079 enclosure_register +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0xaf9aa299 enclosure_for_each_device +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0xd928d076 enclosure_component_alloc +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0xeaa33a6f enclosure_remove_device +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0xf331f61c enclosure_add_device +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x8e2dc181 lis3lv02d_remove_fs +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x9a36b1b5 lis3_dev +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0xc0054d72 lis3lv02d_init_device +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0xd55c87f3 lis3lv02d_joystick_enable +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0xd606c022 lis3lv02d_joystick_disable +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0xdd402d20 lis3lv02d_init_dt +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0xe8624147 lis3lv02d_poweron +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0xfc2a706d lis3lv02d_poweroff +EXPORT_SYMBOL_GPL drivers/misc/pvpanic/pvpanic 0x9a8522ae devm_pvpanic_probe +EXPORT_SYMBOL_GPL drivers/misc/ti-st/st_drv 0x27b492c3 st_unregister +EXPORT_SYMBOL_GPL drivers/misc/ti-st/st_drv 0x80049dca st_register +EXPORT_SYMBOL_GPL drivers/misc/uacce/uacce 0x46647569 uacce_remove +EXPORT_SYMBOL_GPL drivers/misc/uacce/uacce 0xac81df1b uacce_alloc +EXPORT_SYMBOL_GPL drivers/misc/uacce/uacce 0xbb9eabbe 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 0x4b43fd79 vmci_qpair_enquev +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x4ba5c46b vmci_qpair_peek +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x5591b58e vmci_context_get_priv_flags +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 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 0x6f486332 vmci_qpair_peekv +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 0x936d6857 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 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 0xaeb7de3f dw_mci_pltfm_pmops +EXPORT_SYMBOL_GPL drivers/mmc/host/dw_mmc-pltfm 0xe477348c dw_mci_pltfm_register +EXPORT_SYMBOL_GPL drivers/mmc/host/dw_mmc-pltfm 0xf9f817b5 dw_mci_pltfm_remove +EXPORT_SYMBOL_GPL drivers/mmc/host/mmc_hsq 0x96e5fad3 mmc_hsq_resume +EXPORT_SYMBOL_GPL drivers/mmc/host/mmc_hsq 0xb4c16244 mmc_hsq_finalize_request +EXPORT_SYMBOL_GPL drivers/mmc/host/mmc_hsq 0xdef72021 mmc_hsq_init +EXPORT_SYMBOL_GPL drivers/mmc/host/mmc_hsq 0xf48bf644 mmc_hsq_suspend +EXPORT_SYMBOL_GPL drivers/mmc/host/renesas_sdhi_core 0x1ad46a67 renesas_sdhi_remove +EXPORT_SYMBOL_GPL drivers/mmc/host/renesas_sdhi_core 0x3060fcfe renesas_sdhi_probe +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x00837bba sdhci_request_atomic +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x0eb31f8e sdhci_set_uhs_signaling +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x152fae04 sdhci_adma_write_desc +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x1a434224 sdhci_setup_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x1ee06c2e sdhci_enable_clk +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x2a5773fa sdhci_set_ios +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x2c52cb44 sdhci_remove_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x346111f7 sdhci_abort_tuning +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x3786ab3e sdhci_switch_external_dma +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x38844fe8 sdhci_end_tuning +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x408490b6 sdhci_set_power +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x471e0401 sdhci_set_clock +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x5041c95f sdhci_cqe_irq +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x521eb6d6 sdhci_execute_tuning +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x5b132014 sdhci_free_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x6c856b3e sdhci_cqe_disable +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x6e93c6cb sdhci_calc_clk +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x73e1ad98 sdhci_resume_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x7b4fdf7d __sdhci_read_caps +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x816ad853 sdhci_runtime_resume_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x83953160 sdhci_set_power_noreg +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x86c45a35 sdhci_enable_v4_mode +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x87433aa0 sdhci_alloc_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x8b1126f5 sdhci_cleanup_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x941d289e sdhci_start_signal_voltage_switch +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x96aa1d65 sdhci_send_tuning +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x99dc4d6b sdhci_set_bus_width +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xa736b145 sdhci_enable_sdio_irq +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xab56d924 sdhci_dumpregs +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xb2d20416 sdhci_set_data_timeout_irq +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xb342d81c sdhci_add_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xb99daddc sdhci_cqe_enable +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xcf18a1ff sdhci_start_tuning +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xd2d2bdd8 sdhci_suspend_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xd49acbfe __sdhci_set_timeout +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xdc618c74 sdhci_reset_tuning +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xe03cdaa7 sdhci_runtime_suspend_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xebff9cad __sdhci_add_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xee611e3c sdhci_reset +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xfcce4e59 sdhci_get_cd_nogpio +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xff51ed7a sdhci_request +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xff5d1b8f sdhci_set_power_and_bus_voltage +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x1134e99a sdhci_pltfm_free +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x38343c03 sdhci_pltfm_register +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x5cc7e14d sdhci_get_property +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x66875639 sdhci_pltfm_pmops +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x66f01771 sdhci_pltfm_init +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0xb5e0ecb1 sdhci_pltfm_clk_get_max_clock +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0xdf43ebe8 sdhci_pltfm_resume +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0xf19431ad sdhci_pltfm_suspend +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0xf9329c56 sdhci_pltfm_unregister +EXPORT_SYMBOL_GPL drivers/mmc/host/tmio_mmc_core 0x3383747a tmio_mmc_disable_mmc_irqs +EXPORT_SYMBOL_GPL drivers/mmc/host/tmio_mmc_core 0x378f2335 tmio_mmc_irq +EXPORT_SYMBOL_GPL drivers/mmc/host/tmio_mmc_core 0x408153d4 tmio_mmc_host_free +EXPORT_SYMBOL_GPL drivers/mmc/host/tmio_mmc_core 0x59eed6c5 tmio_mmc_do_data_irq +EXPORT_SYMBOL_GPL drivers/mmc/host/tmio_mmc_core 0xa8460a52 tmio_mmc_host_runtime_suspend +EXPORT_SYMBOL_GPL drivers/mmc/host/tmio_mmc_core 0xaa986bad tmio_mmc_host_remove +EXPORT_SYMBOL_GPL drivers/mmc/host/tmio_mmc_core 0xc1dcd9db tmio_mmc_host_alloc +EXPORT_SYMBOL_GPL drivers/mmc/host/tmio_mmc_core 0xc81f4f02 tmio_mmc_host_probe +EXPORT_SYMBOL_GPL drivers/mmc/host/tmio_mmc_core 0xcea28f95 tmio_mmc_host_runtime_resume +EXPORT_SYMBOL_GPL drivers/mmc/host/tmio_mmc_core 0xe737fb98 tmio_mmc_enable_mmc_irqs +EXPORT_SYMBOL_GPL drivers/most/most_core 0x1498d498 channel_has_mbo +EXPORT_SYMBOL_GPL drivers/most/most_core 0x185daa6d most_deregister_configfs_subsys +EXPORT_SYMBOL_GPL drivers/most/most_core 0x30f64a89 most_put_mbo +EXPORT_SYMBOL_GPL drivers/most/most_core 0x3d9bbbb4 most_register_interface +EXPORT_SYMBOL_GPL drivers/most/most_core 0x67614f82 most_start_channel +EXPORT_SYMBOL_GPL drivers/most/most_core 0x9559a574 most_register_component +EXPORT_SYMBOL_GPL drivers/most/most_core 0xa3360b1b most_register_configfs_subsys +EXPORT_SYMBOL_GPL drivers/most/most_core 0xa73584ef most_resume_enqueue +EXPORT_SYMBOL_GPL drivers/most/most_core 0xb5664e2b most_deregister_component +EXPORT_SYMBOL_GPL drivers/most/most_core 0xbcd3d4f4 most_stop_enqueue +EXPORT_SYMBOL_GPL drivers/most/most_core 0xe75790d6 most_stop_channel +EXPORT_SYMBOL_GPL drivers/most/most_core 0xe8b3370f most_get_mbo +EXPORT_SYMBOL_GPL drivers/most/most_core 0xea6985ba most_submit_mbo +EXPORT_SYMBOL_GPL drivers/most/most_core 0xfea5981b most_deregister_interface +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0001 0x13044c63 cfi_cmdset_0003 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0001 0x2c2d698b cfi_cmdset_0001 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0001 0xee1a69f5 cfi_cmdset_0200 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0002 0x0c90de97 cfi_cmdset_0002 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0002 0x72c29547 cfi_cmdset_0006 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0002 0xff691111 cfi_cmdset_0701 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0020 0x9d57b810 cfi_cmdset_0020 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_util 0x005ae75a cfi_qry_mode_on +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_util 0x0fff57cb cfi_qry_mode_off +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_util 0x71fa6b4f cfi_qry_present +EXPORT_SYMBOL_GPL drivers/mtd/hyperbus/hyperbus-core 0x48c44c14 hyperbus_unregister_device +EXPORT_SYMBOL_GPL drivers/mtd/hyperbus/hyperbus-core 0x6dd10a93 hyperbus_register_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x045e098c mtd_write +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x09cfdbdf mtd_point +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x146dc8c4 mtd_panic_write +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x1c0d7b55 mtd_device_unregister +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x2932a133 get_tree_mtd +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x2c6a0836 mtd_ooblayout_count_eccbytes +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x2d4f7b83 get_mtd_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x30f4e20f mtd_get_device_size +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x37da5bf3 put_mtd_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x4840e09d mtd_writev +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x485b21e9 mtd_lock_user_prot_reg +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x50dabc2f mtd_table_mutex +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x53c2f61e mtd_read +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x567ff95b mtd_block_isbad +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x5f31985a mtd_ooblayout_get_eccbytes +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x6179ed44 __mtd_next_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x670262d6 mtd_is_locked +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x713b3557 mtd_ooblayout_set_eccbytes +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x82946fb0 register_mtd_user +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x8458d941 mtd_read_user_prot_reg +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x8d91afc1 __register_mtd_parser +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x972b7de3 mtd_pairing_info_to_wunit +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x9ba23aab mtd_read_oob +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xa2084b42 mtd_device_parse_register +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xa2dbb213 mtd_erase +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xa30e9e87 mtd_kmalloc_up_to +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xa6eccb15 mtd_block_markbad +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xaae2b142 get_mtd_device_nm +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xac8faf54 mtd_add_partition +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xaf99b7e0 mtd_ooblayout_set_databytes +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xb047672a mtd_ooblayout_free +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xb57274ba mtd_block_isreserved +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xb5bb6f4f mtd_pairing_groups +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xb7075882 mtd_check_expert_analysis_mode +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xba33e8ed __put_mtd_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xbaed18c5 mtd_del_partition +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xbd7ac924 mtd_read_fact_prot_reg +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xc4045344 deregister_mtd_parser +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xc45af0b9 mtd_get_unmapped_area +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xc59825f4 mtd_ooblayout_count_freebytes +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xc754d1c0 mtd_unlock +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xcbf708ce of_get_mtd_device_by_node +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xcc31949b mtd_wunit_to_pairing_info +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xd337aae8 mtd_ooblayout_find_eccregion +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xd3e854ae mtd_write_user_prot_reg +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xd6c41677 mtd_get_user_prot_info +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xdc8f2dca mtd_erase_user_prot_reg +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xe20052db __get_mtd_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xe2f6dcd6 mtd_write_oob +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xe87ab5e5 mtd_lock +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xea29366a unregister_mtd_user +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xeb25a1b0 mtd_get_fact_prot_info +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xf423213f mtd_ooblayout_ecc +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xf79fae76 mtd_ooblayout_get_databytes +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xf8704bfa mtd_unpoint +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xff01acba kill_mtd_super +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0x06f94b27 deregister_mtd_blktrans +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0x0fec4313 add_mtd_blktrans_dev +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0x3700cea9 mtd_blktrans_cease_background +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0x474a8ed3 del_mtd_blktrans_dev +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0x65776577 register_mtd_blktrans +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x046d2523 mxic_ecc_put_pipelined_engine +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x07345242 nand_ecc_tweak_req +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x1ce623d0 nand_get_small_page_ooblayout +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x21e2db85 nanddev_isbad +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x239343b7 nanddev_cleanup +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x25d8d107 nanddev_markbad +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x25dc67ce nand_ecc_cleanup_req_tweaking +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x29be1288 nand_ecc_init_req_tweaking +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x395b7cc0 nand_ecc_restore_req +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x3ce0ceb7 nand_get_large_page_hamming_ooblayout +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x44b3e1dd mxic_ecc_get_pipelined_ops +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x538acab1 nanddev_ecc_engine_cleanup +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x53a5ef7c nanddev_bbt_set_block_status +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x58fd4ed5 nanddev_isreserved +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x5cb09de7 nanddev_bbt_get_block_status +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x62f3e7db nanddev_bbt_update +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x99d11ece mxic_ecc_get_pipelined_engine +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x9a79dccd nanddev_mtd_erase +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0xa72a96fd nanddev_bbt_cleanup +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0xa7df7fb4 nanddev_ecc_engine_init +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0xb05e31c9 nanddev_init +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0xc24fa90d nand_get_large_page_ooblayout +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0xd46e86b6 nanddev_mtd_max_bad_blocks +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0xd812042a mxic_ecc_process_data_pipelined +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0xe0cb0600 nanddev_bbt_init +EXPORT_SYMBOL_GPL drivers/mtd/nand/onenand/onenand 0x7249bdf1 onenand_scan +EXPORT_SYMBOL_GPL drivers/mtd/nand/onenand/onenand 0xdd097451 onenand_release +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/brcmnand/brcmnand 0x26217066 brcmnand_remove +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/brcmnand/brcmnand 0x662241ca brcmnand_probe +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/brcmnand/brcmnand 0xf41b1320 brcmnand_pm_ops +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/denali 0x40efb060 denali_chip_init +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x0a94cb06 nand_change_write_column_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x11091291 nand_extract_bits +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x198aea63 nand_cleanup +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x224ad5ae nand_wait_ready +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x2c8508cc 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 0x344e3eb1 nand_gpio_waitrdy +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x400312f7 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 0x6091ff81 nand_ecc_choose_conf +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x63ecc40b nand_prog_page_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x72fafc64 nand_op_parser_exec_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x97be1ea8 nand_read_page_hwecc_oob_first +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x9c82eaa9 nand_select_target +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xa51fa96e nand_readid_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xc0a5bb56 nand_prog_page_end_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xc73ef438 nand_decode_ext_id +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xcb62185e nand_deselect_target +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xcc516515 nand_prog_page_begin_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xcd582c20 nand_change_read_column_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xcf903a96 nand_read_data_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xd0d4c532 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 0xda06e25b nand_reset_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xe0214d18 nand_reset +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xe4f4eca1 nand_status_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xe61becc2 nand_read_oob_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xfa7bf57e nand_erase_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/sm_common 0x50471bb5 sm_register_device +EXPORT_SYMBOL_GPL drivers/mtd/spi-nor/spi-nor 0x46c31d07 spi_nor_scan +EXPORT_SYMBOL_GPL drivers/mtd/spi-nor/spi-nor 0x868c48ff spi_nor_restore +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x0f506dac 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 0x45b5c232 ubi_is_mapped +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x58a3305d ubi_open_volume +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x66011ab6 ubi_get_device_info +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x75c259a8 ubi_leb_map +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x7f37c29b ubi_leb_unmap +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x85a8ee76 ubi_unregister_volume_notifier +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x889be8ab ubi_close_volume +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x8ff6ec41 ubi_do_get_device_info +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x98de9c6b ubi_open_volume_nm +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xa214261d ubi_leb_erase +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xb94ba311 ubi_leb_write +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xc3582c12 ubi_leb_read +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xcb79254a ubi_leb_change +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xce4c6497 ubi_get_volume_info +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xf5ee9ba8 ubi_register_volume_notifier +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xfe2ae6e9 ubi_leb_read_sg +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x0a65c89f mux_state_try_select_delay +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x1b4d7c58 mux_control_try_select_delay +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x23367a68 devm_mux_control_get +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x270575d0 mux_chip_register +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x6452ec75 mux_control_get +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x7cf08396 mux_state_deselect +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x835a7453 devm_mux_state_get +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x8b80d40c mux_control_states +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x954e76ed devm_mux_chip_register +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0xb5570f0e devm_mux_chip_alloc +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0xc19f83b4 mux_control_select_delay +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0xcb021eae mux_control_put +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0xd8a1dfff mux_control_deselect +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0xda5ddbd4 mux_chip_unregister +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0xe7f60db1 mux_chip_alloc +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0xfa76e911 mux_state_select_delay +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0xfe9df675 mux_chip_free +EXPORT_SYMBOL_GPL drivers/net/arcnet/arcnet 0xad2b05fa devm_arcnet_led_init +EXPORT_SYMBOL_GPL drivers/net/arcnet/arcnet 0xcdf52bb1 arcnet_led_event +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0x43f3cb8e free_c_can_dev +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0x4594d27b c_can_power_down +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0x57272ccc alloc_c_can_dev +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0xb23627f5 c_can_power_up +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0xcc025004 register_c_can_dev +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0xe3653b00 unregister_c_can_dev +EXPORT_SYMBOL_GPL drivers/net/can/cc770/cc770 0x321df76e register_cc770dev +EXPORT_SYMBOL_GPL drivers/net/can/cc770/cc770 0x3a0a7452 unregister_cc770dev +EXPORT_SYMBOL_GPL drivers/net/can/cc770/cc770 0xa61882b2 free_cc770dev +EXPORT_SYMBOL_GPL drivers/net/can/cc770/cc770 0xd11f9a23 alloc_cc770dev +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x01aaab51 safe_candev_priv +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x06f096eb can_rx_offload_threaded_irq_finish +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x0e262b79 can_change_state +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x0e8c1c1c can_rx_offload_irq_finish +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x0e92928f alloc_canxl_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x0fcc4a11 can_rx_offload_irq_offload_timestamp +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x10d892eb can_get_state_str +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x152cc5c3 can_get_echo_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x15fa079e alloc_candev_mqs +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x2156ee61 of_can_transceiver +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x47bd1136 unregister_candev +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x4db25943 register_candev +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x5123c31a can_dropped_invalid_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x51b7bd10 alloc_can_err_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x535a0411 can_skb_get_frame_len +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x57454b38 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 0x682dd791 can_change_mtu +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x69664d5a alloc_can_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x7217f38d can_rx_offload_add_manual +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x75160764 can_rx_offload_add_fifo +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x8586a79e can_rx_offload_get_echo_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x8aab907e can_put_echo_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x8d74c430 alloc_canfd_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x9eeee324 free_candev +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xa41fc6e1 open_candev +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xb67ebff4 can_rx_offload_queue_timestamp +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xb96219b4 can_bus_off +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xc94f102c can_rx_offload_irq_offload_fifo +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xd4f13f08 close_candev +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xdc3541d7 can_rx_offload_del +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xdef9f355 can_rx_offload_add_timestamp +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xeb2b6a14 can_rx_offload_queue_tail +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xef7b7a16 can_rx_offload_enable +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xf12d9387 can_fd_dlc2len +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0x18cf98a4 m_can_class_unregister +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0x232fe0a5 m_can_class_allocate_dev +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0x3d9e53e8 m_can_class_suspend +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0x74ad8b23 m_can_class_get_clocks +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0x785b82ab m_can_class_resume +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0x8fed28b8 m_can_init_ram +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0xe6c4c3dc m_can_class_free_dev +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0xffb9bcf1 m_can_class_register +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0x15590de9 free_sja1000dev +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0x18bb964c register_sja1000dev +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0x1ff9353e unregister_sja1000dev +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0x49ebd0d2 sja1000_interrupt +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0x9f7d2cee alloc_sja1000dev +EXPORT_SYMBOL_GPL drivers/net/dsa/lan9303-core 0xf5ab2e56 lan9303_indirect_phy_ops +EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_switch 0xadfbd51d ksz_switch_chips +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8365mb 0x7687fb23 rtl8365mb_variant +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0x241d58b5 rtl8366_get_strings +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0x3c1719de rtl8366rb_variant +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0x3ecc9fd5 rtl8366_get_ethtool_stats +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0x42ece4f3 rtl8366_enable_vlan4k +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0x751dfcca rtl8366_vlan_add +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0x8a7ae88c rtl8366_get_sset_count +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0x8e2deb62 rtl8366_vlan_del +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0x9cdc42a7 rtl8366_mc_is_used +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0xb48c4e24 rtl8366_enable_vlan +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0xc7ebfd76 rtl8366_set_vlan +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0xcc90a98e rtl8366_reset_vlan +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0xd3370489 rtl8366_set_pvid +EXPORT_SYMBOL_GPL drivers/net/ethernet/arc/arc_emac 0x265413b6 arc_emac_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/arc/arc_emac 0x87a62502 arc_emac_probe +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-mdio 0x1e691400 enetc_mdio_read +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-mdio 0x21618477 enetc_hw_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-mdio 0xc63d7d31 enetc_mdio_write +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-ptp 0x5431a304 enetc_phc_index +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0x186d9fc0 fun_get_res_count +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0x4c766a50 fun_serv_restart +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0x5bb55a41 fun_free_ring_mem +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0x61e87459 fun_serv_sched +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0x6590821b fun_serv_stop +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0x92bf078e fun_cq_create +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0x9bd1d041 fun_alloc_ring_mem +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0xd412bbd5 fun_res_destroy +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0xd8fc6ee0 fun_sq_create +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0xe2c9323c fun_bind +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0xf3656441 fun_submit_admin_sync_cmd +EXPORT_SYMBOL_GPL drivers/net/ethernet/intel/i40e/i40e 0xb513a19b i40e_client_device_unregister +EXPORT_SYMBOL_GPL drivers/net/ethernet/intel/i40e/i40e 0xf70101c8 i40e_client_device_register +EXPORT_SYMBOL_GPL drivers/net/ethernet/intel/ice/ice 0x471f11fd ice_del_rdma_qset +EXPORT_SYMBOL_GPL drivers/net/ethernet/intel/ice/ice 0x5b73d254 ice_add_rdma_qset +EXPORT_SYMBOL_GPL drivers/net/ethernet/intel/ice/ice 0x7b1d2ddd ice_rdma_request_reset +EXPORT_SYMBOL_GPL drivers/net/ethernet/intel/ice/ice 0xd1e4c2da ice_get_qos_params +EXPORT_SYMBOL_GPL drivers/net/ethernet/intel/ice/ice 0xfba80c60 ice_rdma_update_vsi_filter +EXPORT_SYMBOL_GPL drivers/net/ethernet/marvell/octeontx2/nic/otx2_ptp 0x78bfd9f3 otx2_ptp_init +EXPORT_SYMBOL_GPL drivers/net/ethernet/marvell/octeontx2/nic/otx2_ptp 0xa9611952 otx2_ptp_destroy +EXPORT_SYMBOL_GPL drivers/net/ethernet/marvell/octeontx2/nic/otx2_ptp 0xb3cae21e otx2_ptp_tstamp2time +EXPORT_SYMBOL_GPL drivers/net/ethernet/marvell/octeontx2/nic/otx2_ptp 0xef75c5e0 otx2_ptp_clock_index +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x00fd5496 mlx4_map_sw_to_hw_steering_id +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0231fa93 mlx4_mtt_addr +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x066e1372 mlx4_phys_to_slaves_pport +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x08bdd59c mlx4_SYNC_TPT +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0d9ddc7f mlx4_set_vf_spoofchk +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0dbcafba mlx4_cq_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x108883d0 mlx4_hw_rule_sz +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x13aa7b37 mlx4_mr_hw_change_pd +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x14529cf4 mlx4_phys_to_slave_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x166792a2 mlx4_unicast_detach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x16e2baef mlx4_multicast_promisc_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x16ee1af0 mlx4_unicast_attach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x18d7331b __mlx4_replace_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x19f663b2 mlx4_get_devlink_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1f23b7da __mlx4_register_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1f651db5 mlx4_set_admin_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1f964fa1 mlx4_cq_modify +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x20fccb20 mlx4_config_dev_retrieval +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x21fb8dbd mlx4_cq_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x259ac669 mlx4_config_roce_v2_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x269e0060 mlx4_srq_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x28e8cc44 mlx4_INIT_PORT +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2a670864 mlx4_free_hwq_res +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2dcb2e20 mlx4_get_base_gid_ix +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2eee5673 mlx4_mr_hw_change_access +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x348ca87a mlx4_phys_to_slaves_pport_actv +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x349538d9 mlx4_free_cmd_mailbox +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x36f888ae mlx4_mr_hw_put_mpt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3b5e6409 mlx4_mw_enable +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3d0bc2c0 mlx4_config_vxlan_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3f7f80b6 mlx4_mr_rereg_mem_write +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4165b9d6 mlx4_slave_convert_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4575c068 mlx4_register_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x45c1c2c9 mlx4_qp_query +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x470c480e mlx4_flow_detach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x47f3a657 mlx4_wol_read +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x492732d4 mlx4_buf_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4a068fda mlx4_get_slave_default_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4ad30c98 mlx4_multicast_attach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4d150353 mlx4_ACCESS_PTYS_REG +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x51d686cf mlx4_write_mtt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x532048dd mlx4_bf_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x535a6222 mlx4_counter_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x540bae54 mlx4_qp_reserve_range +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x56c9578d mlx4_alloc_hwq_res +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x56ce3f30 mlx4_mr_hw_get_mpt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x57059cc4 mlx4_vf_get_enable_smi_admin +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5a8d84e0 mlx4_find_cached_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5aad8fd5 mlx4_unregister_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5b55fa74 mlx4_register_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5e91246f mlx4_CLOSE_PORT +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x614281b0 mlx4_db_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x61f0771f mlx4_find_cached_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x63ae1574 mlx4_map_sw_to_hw_steering_mode +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x69ce01fe mlx4_unicast_promisc_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6dbddcd8 mlx4_srq_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6ee9d2e2 mlx4_db_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7005f347 mlx4_unregister_interface +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x74fe3ab9 mlx4_pd_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7dadd9a8 mlx4_xrcd_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7f874a85 mlx4_get_vf_config +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7fd37e0a mlx4_uar_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x81833f39 mlx4_replace_zero_macs +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x82054cfb mlx4_cq_resize +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x843fcad3 mlx4_get_internal_clock_params +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x86697621 mlx4_get_active_ports +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x86b48cb5 mlx4_get_admin_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x86b64b18 mlx4_xrcd_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x86b947d9 mlx4_counter_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8793879a mlx4_qp_modify +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x89a014a8 mlx4_mtt_init +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8c10c56e mlx4_bond +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8ca7eb63 mlx4_buf_write_mtt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x90e45f52 mlx4_srq_query +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x93a70c4d mlx4_set_vf_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x93fec7fe mlx4_update_qp +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x99f94029 mlx4_get_default_counter_index +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9d04dff7 mlx4_uar_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9d1d1ab2 mlx4_srq_arm +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9fbe430c mlx4_mr_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa5046f03 mlx4_port_map_set +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa736dd49 mlx4_FLOW_STEERING_IB_UC_QP_RANGE +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa854ced6 mlx4_alloc_cmd_mailbox +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xaccc1e79 mlx4_qp_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xadd9c462 mlx4_set_vf_rate +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xaee7ad0f mlx4_srq_lookup +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb36ca29a mlx4_get_counter_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb5b3cb15 mlx4_get_vf_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb668d8d3 mlx4_mw_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb84d4d53 mlx4_register_interface +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb84f7b0e mlx4_read_clock +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb942c8b6 mlx4_mr_hw_write_mpt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xbcd0f157 mlx4_set_vf_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xbe29946b mlx4_buf_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xbe69e731 mlx4_unregister_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xbf32e396 mlx4_mr_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xbf3dd184 mlx4_vf_smi_enabled +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc4534536 mlx4_wol_write +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc49d9907 mlx4_pd_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc6e115fb mlx4_mtt_cleanup +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc97a4027 __mlx4_unregister_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xcb1973f3 mlx4_get_base_qpn +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xccf1be9e mlx4_mr_rereg_mem_cleanup +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xcf0ed05e mlx4_qp_release_range +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd0f49a93 mlx4_qp_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd142eb6b mlx4_flow_steer_promisc_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd243e882 mlx4_unicast_promisc_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd5d0d6c8 mlx4_flow_steer_promisc_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd94937ba mlx4_mw_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xda128e94 mlx4_multicast_detach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xdc427aea mlx4_bf_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe5d04810 __mlx4_cmd +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xeec31c32 mlx4_qp_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf28e07ef mlx4_get_protocol_dev +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf2eb7a6c mlx4_unbond +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf3beed70 mlx4_set_vf_link_state +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf873e0c4 mlx4_mr_enable +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf8b69a76 mlx4_flow_attach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xfa301d1a mlx4_qp_to_ready +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xfa4e3a2a mlx4_multicast_promisc_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xfa5bca45 mlx4_vf_set_enable_smi_admin +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0454d1e8 mlx5_query_mac_address +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x05a997cf mlx5_nic_vport_affiliate_multiport +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x072460c4 mlx5_fill_page_frag_array +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x093683a7 mlx5_query_hca_vport_node_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x18eb5546 mlx5_query_port_vl_hw_cap +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1e5ff5d6 mlx5_toggle_port_link +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x242cd3fd mlx5_query_nic_vport_mtu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2749007c mlx5_eswitch_get_total_vports +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x28290105 mlx5_set_port_wol +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2d674917 mlx5_query_nic_vport_system_image_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2f73b513 mlx5_core_reserved_gids_count +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2fe0a714 mlx5_dm_sw_icm_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x32d3fdc0 mlx5_query_hca_vport_pkey +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x35a09722 mlx5_query_nic_vport_promisc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x37628084 mlx5_nic_vport_enable_roce +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3ebdbc03 mlx5_query_nic_system_image_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3ef87f28 mlx5_access_reg +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x405c65b2 mlx5_query_nic_vport_min_inline +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x40aa28e7 mlx5_query_port_wol +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x457d2184 mlx5_query_port_pfc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x507350fb mlx5_nic_vport_unaffiliate_multiport +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x516e5eca mlx5_core_access_reg +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x52eeffd0 mlx5_set_port_admin_status +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x53f37f47 mlx5_core_modify_hca_vport_context +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5672bfd5 mlx5_eswitch_mode +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x595b831f mlx5_query_port_tc_bw_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5ddabef1 mlx5_nic_vport_query_local_lb +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6b273e70 mlx5_modify_nic_vport_mac_list +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6d8678d0 mlx5_nic_vport_update_local_lb +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x74519b83 mlx5_query_port_ptys +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x74bf3545 mlx5_set_port_tc_bw_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x786f8027 mlx5_query_nic_vport_mac_list +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x80a7c2c2 mlx5_set_port_pfc +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 0x8325a1e6 mlx5_query_port_prio_tc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x83e54b16 mlx5_modify_nic_vport_mtu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9033bb0a mlx5_set_port_mtu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x930cd7b9 mlx5_query_hca_vport_gid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x938562e9 mlx5_query_hca_vport_context +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x96393e08 mlx5_modify_nic_vport_mac_address +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9b31912e mlx5_query_port_oper_mtu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa1e60608 mlx5_query_port_admin_status +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa659f914 mlx5_query_nic_vport_mac_address +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa830ceec mlx5_query_port_max_mtu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xad6ce2d2 mlx5_set_port_pause +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xae874368 mlx5_set_port_prio_tc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb0ba8ba7 mlx5_query_module_eeprom_by_page +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb331a49a mlx5_query_module_eeprom +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb8e0bed7 mlx5_frag_buf_alloc_node +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb9a21be9 mlx5_query_port_pause +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xbdf214bd mlx5_query_port_ets_rate_limit +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc7d4b360 mlx5_query_nic_vport_node_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xcc989b72 mlx5_db_alloc_node +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xce387079 mlx5_frag_buf_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xce9708da mlx5_query_min_inline +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd00afa00 mlx5_db_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd2fafc8f mlx5_modify_port_ets_rate_limit +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xdc460128 mlx5_modify_nic_vport_promisc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xdcf59ec8 mlx5_vport_get_other_func_cap +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xdf83c5ce mlx5_core_query_vport_counter +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe130bbea mlx5_query_port_tc_group +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe4306ef6 mlx5_dm_sw_icm_dealloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe4ec6919 mlx5_set_port_tc_group +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xee019f39 mlx5_ipsec_device_caps +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xee58d08c mlx5_modify_nic_vport_vlans +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xefa9371a mlx5_query_nic_vport_qkey_viol_cntr +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf8ce4e58 mlx5_query_hca_vport_system_image_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xfaeda86f mlx5_core_query_sq_state +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xfbf2c879 mlx5_set_port_caps +EXPORT_SYMBOL_GPL drivers/net/ethernet/micrel/ks8851_common 0x5ca4d471 ks8851_resume +EXPORT_SYMBOL_GPL drivers/net/ethernet/micrel/ks8851_common 0x69131ae9 ks8851_suspend +EXPORT_SYMBOL_GPL drivers/net/ethernet/micrel/ks8851_common 0x6d0e4e57 ks8851_remove_common +EXPORT_SYMBOL_GPL drivers/net/ethernet/micrel/ks8851_common 0xee754569 ks8851_probe_common +EXPORT_SYMBOL_GPL drivers/net/ethernet/microchip/encx24j600-regmap 0x0873860f 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 0x043147e5 ocelot_port_setup_dsa_8021q_cpu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x28761107 ocelot_port_readl +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x2cedda0d __ocelot_read_ix +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x303e9a5a ocelot_port_get_eth_ctrl_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x32d466e3 ocelot_port_get_eth_mac_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x32dd0b24 __ocelot_rmw_ix +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x3be98446 ocelot_port_mirror_del +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x40227199 ocelot_port_get_rmon_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x407f176b ocelot_port_get_eth_phy_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x44d03cc4 ocelot_phylink_mac_link_up +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x49d24371 ocelot_port_del_dscp_prio +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x4de11d74 ocelot_migrate_mdbs +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x65449c19 ocelot_port_add_dscp_prio +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x69b914da ocelot_regmap_init +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x71ac304f ocelot_port_get_pause_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x72c904cc ocelot_lag_fdb_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x732007d4 ocelot_port_set_default_prio +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x79771171 ocelot_port_rmwl +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x835dd0aa ocelot_bond_get_id +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x980909e0 ocelot_port_get_dscp_prio +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xa13f95d6 ocelot_port_mirror_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xa16f4533 ocelot_phylink_mac_link_down +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xab6d7c67 ocelot_lag_fdb_del +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xac926d4b ocelot_regfields_init +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xb98db42b ocelot_port_get_default_prio +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xc05809c5 __ocelot_write_ix +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xc4c23534 ocelot_port_writel +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xcad9dabe ocelot_port_unassign_dsa_8021q_cpu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xce2984f0 ocelot_port_assign_dsa_8021q_cpu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xdb26967e ocelot_cls_flower_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xde380f1f __ocelot_bulk_read_ix +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xe3678ca3 ocelot_bridge_num_find +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xe388760e ocelot_mact_flush +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xedc05446 ocelot_cls_flower_replace +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xefa5a00f ocelot_cls_flower_destroy +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xf0c46dec ocelot_port_teardown_dsa_8021q_cpu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xf1fc1422 ocelot_get_bridge_fwd_mask +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xfeb00ce0 ocelot_port_assigned_dsa_8021q_cpu_mask +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 0x0c2d84ff stmmac_dvr_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac 0x48b8f6f3 stmmac_init_tstamp_counter +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac 0x545572d4 stmmac_set_mac_addr +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac 0x5dd2ddff stmmac_resume +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac 0x92d778bb stmmac_get_mac_addr +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac 0x9fef6599 stmmac_dvr_probe +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac 0xdf16dec4 stmmac_bus_clks_config +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac 0xe1baece2 stmmac_suspend +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0x42511eb0 stmmac_pltfr_pm_ops +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0x80478673 stmmac_probe_config_dt +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0x9f16167c stmmac_pltfr_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0xd2d6d9f9 stmmac_remove_config_dt +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0xeb051e24 stmmac_get_platform_resources +EXPORT_SYMBOL_GPL drivers/net/ethernet/ti/am65-cpts 0x0867a2f5 am65_cpts_create +EXPORT_SYMBOL_GPL drivers/net/ethernet/ti/am65-cpts 0x2dfef945 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 0x6ab9a4a1 am65_cpts_release +EXPORT_SYMBOL_GPL drivers/net/ethernet/ti/am65-cpts 0x828c824a am65_cpts_suspend +EXPORT_SYMBOL_GPL drivers/net/ethernet/ti/am65-cpts 0x91fd3558 am65_cpts_rx_enable +EXPORT_SYMBOL_GPL drivers/net/ethernet/ti/am65-cpts 0xb60b988a am65_cpts_estf_disable +EXPORT_SYMBOL_GPL drivers/net/ethernet/ti/am65-cpts 0xbfc83e4d am65_cpts_estf_enable +EXPORT_SYMBOL_GPL drivers/net/ethernet/ti/am65-cpts 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/am65-cpts 0xff730957 am65_cpts_prep_tx_timestamp +EXPORT_SYMBOL_GPL drivers/net/ethernet/wiznet/w5100 0x3510d0bc w5100_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/wiznet/w5100 0x9d2d88d7 w5100_probe +EXPORT_SYMBOL_GPL drivers/net/ethernet/wiznet/w5100 0xb38788b9 w5100_ops_priv +EXPORT_SYMBOL_GPL drivers/net/ethernet/wiznet/w5100 0xb92ad18c w5100_pm_ops +EXPORT_SYMBOL_GPL drivers/net/geneve 0xf5a0571b geneve_dev_create_fb +EXPORT_SYMBOL_GPL drivers/net/ipvlan/ipvlan 0x68949025 ipvlan_link_delete +EXPORT_SYMBOL_GPL drivers/net/ipvlan/ipvlan 0x88957b04 ipvlan_link_new +EXPORT_SYMBOL_GPL drivers/net/ipvlan/ipvlan 0xebce25ed ipvlan_link_setup +EXPORT_SYMBOL_GPL drivers/net/ipvlan/ipvlan 0xede51a05 ipvlan_count_rx +EXPORT_SYMBOL_GPL drivers/net/ipvlan/ipvlan 0xfd9fa3a7 ipvlan_link_register +EXPORT_SYMBOL_GPL drivers/net/macsec 0x93320f6b macsec_pn_wrapped +EXPORT_SYMBOL_GPL drivers/net/macvlan 0x1e74f089 macvlan_dellink +EXPORT_SYMBOL_GPL drivers/net/macvlan 0x3ecb6bf9 macvlan_link_register +EXPORT_SYMBOL_GPL drivers/net/macvlan 0xa7bb97ec macvlan_common_setup +EXPORT_SYMBOL_GPL drivers/net/macvlan 0xd54e646c macvlan_common_newlink +EXPORT_SYMBOL_GPL drivers/net/mdio/mdio-i2c 0x708b8590 mdio_i2c_alloc +EXPORT_SYMBOL_GPL drivers/net/mdio/mdio-mux 0x6318757f mdio_mux_uninit +EXPORT_SYMBOL_GPL drivers/net/mdio/mdio-mux 0xa48950b7 mdio_mux_init +EXPORT_SYMBOL_GPL drivers/net/net_failover 0x1d29614f net_failover_create +EXPORT_SYMBOL_GPL drivers/net/net_failover 0x2f2362a4 net_failover_destroy +EXPORT_SYMBOL_GPL drivers/net/pcs/pcs-altera-tse 0x32b7fb62 alt_tse_pcs_create +EXPORT_SYMBOL_GPL drivers/net/pcs/pcs_xpcs 0x14a84578 xpcs_get_interfaces +EXPORT_SYMBOL_GPL drivers/net/pcs/pcs_xpcs 0x22fcd60e xpcs_get_an_mode +EXPORT_SYMBOL_GPL drivers/net/pcs/pcs_xpcs 0x378f392f xpcs_create +EXPORT_SYMBOL_GPL drivers/net/pcs/pcs_xpcs 0x3b7e8240 xpcs_destroy +EXPORT_SYMBOL_GPL drivers/net/pcs/pcs_xpcs 0x65570e49 xpcs_do_config +EXPORT_SYMBOL_GPL drivers/net/pcs/pcs_xpcs 0xaa2f3c14 xpcs_link_up +EXPORT_SYMBOL_GPL drivers/net/pcs/pcs_xpcs 0xd174cf93 xpcs_config_eee +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x0e5e0c03 bcm_phy_get_stats +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x1132d3e6 __bcm_phy_write_exp +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x1246d6d8 bcm_phy_28nm_a0b0_afe_config_init +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x226c0daa bcm_phy_config_intr +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x2cd34b62 __bcm_phy_modify_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x3918c799 bcm_phy_cable_test_start_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x3b4e1019 bcm_phy_downshift_set +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x4783d073 bcm_phy_read_shadow +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x4ebbb0af bcm_phy_set_eee +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x5542674b bcm_phy_modify_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x570579c0 bcm_phy_handle_interrupt +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x578b205e __bcm_phy_write_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x64760d57 bcm54xx_auxctl_read +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x6a798a01 bcm_phy_get_sset_count +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x81cf8108 bcm_phy_read_exp +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x88afbc36 bcm_phy_enable_apd +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x8b21c967 bcm_phy_write_exp +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x93168f3e bcm_phy_downshift_get +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x96d250e9 bcm_phy_get_strings +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xa06c7ad2 __bcm_phy_read_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xb20b354c bcm_phy_enable_jumbo +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xb7455d80 bcm_phy_r_rc_cal_reset +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xb8222cbc bcm_phy_modify_exp +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xc1b30095 __bcm_phy_modify_exp +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xc55c9fda bcm_phy_write_misc +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xc95a133d bcm_phy_write_shadow +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xccf7a9fc bcm_phy_read_misc +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xcd983adf bcm_phy_write_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xd39c6f47 bcm_phy_ack_intr +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xdd033d21 __bcm_phy_read_exp +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xe3dc74d4 bcm_phy_cable_test_get_status +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xea72a491 bcm_phy_cable_test_start +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xf98600fa bcm_phy_cable_test_get_status_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xfca0c6fb bcm_phy_read_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-ptp 0x4b5614ef bcm_ptp_config_init +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-ptp 0x5da60963 bcm_ptp_probe +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-ptp 0xe54c4503 bcm_ptp_stop +EXPORT_SYMBOL_GPL drivers/net/tap 0x0127f6f5 tap_create_cdev +EXPORT_SYMBOL_GPL drivers/net/tap 0x44d2e547 tap_handle_frame +EXPORT_SYMBOL_GPL drivers/net/tap 0x4e2a6c81 tap_free_minor +EXPORT_SYMBOL_GPL drivers/net/tap 0x5231c32f tap_get_ptr_ring +EXPORT_SYMBOL_GPL drivers/net/tap 0x68556772 tap_queue_resize +EXPORT_SYMBOL_GPL drivers/net/tap 0x80ad2605 tap_get_minor +EXPORT_SYMBOL_GPL drivers/net/tap 0x81f36797 tap_destroy_cdev +EXPORT_SYMBOL_GPL drivers/net/tap 0xa53f844c tap_get_socket +EXPORT_SYMBOL_GPL drivers/net/tap 0xc1b0da5a tap_del_queues +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0x61ac62b6 usbnet_generic_cdc_bind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0x8e7d9662 usbnet_cdc_status +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0xa80174d4 usbnet_cdc_unbind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0xcc7f595e usbnet_cdc_update_filter +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0xcdc7290f usbnet_ether_cdc_bind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0xe2b8faf0 usbnet_cdc_bind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0xf843ccf3 usbnet_cdc_zte_rx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x192c2dcf cdc_ncm_rx_verify_nth16 +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x20b5a224 cdc_ncm_bind_common +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x28b26ec0 cdc_ncm_unbind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x37187313 cdc_ncm_tx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x37efa369 cdc_ncm_change_mtu +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x4a5cf6f2 cdc_ncm_select_altsetting +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x6f0efb12 cdc_ncm_rx_verify_ndp32 +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x77a5d33d cdc_ncm_rx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x82dc3e61 cdc_ncm_rx_verify_nth32 +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0xa485ab7d cdc_ncm_rx_verify_ndp16 +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0xf09b98d3 cdc_ncm_fill_tx_frame +EXPORT_SYMBOL_GPL drivers/net/usb/r8152 0x5f02e0db rtl8152_get_version +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0x0128df38 rndis_tx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0x13619925 generic_rndis_bind +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0x378b1e03 rndis_unbind +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0x87a0db3e rndis_command +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0x990ff375 rndis_status +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0xb2c8d622 rndis_rx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x011e805c usbnet_stop +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x017d5eac usbnet_get_drvinfo +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x030f2966 usbnet_purge_paused_rxq +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x060c99a3 usbnet_open +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x0776a3ad usbnet_set_msglevel +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x0aa432b4 usbnet_resume +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x0eacd3c3 usbnet_unlink_rx_urbs +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x140410b8 usbnet_suspend +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x156fc57b usbnet_set_rx_mode +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x1762628b usbnet_tx_timeout +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x23951868 usbnet_resume_rx +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x24d25d3b usbnet_write_cmd_nopm +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x25ab113f usbnet_status_start +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x288a7276 usbnet_pause_rx +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x28dded69 usbnet_nway_reset +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x350b1fee usbnet_get_msglevel +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x4441e1f8 usbnet_get_ethernet_addr +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x4b359149 usbnet_probe +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x4c7661c7 usbnet_set_link_ksettings_mii +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x71cd8ce6 usbnet_update_max_qlen +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x72a7ba1d usbnet_write_cmd_async +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x83652cbc usbnet_get_link_ksettings_mii +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x84c5cbf8 usbnet_disconnect +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xb06d9b5d usbnet_get_endpoints +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xb3b9bfa0 usbnet_read_cmd_nopm +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xc4b91ec5 usbnet_change_mtu +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xda81ddff usbnet_get_link +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xdb703181 usbnet_start_xmit +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xe1f5320f usbnet_defer_kevent +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xe75fa53b usbnet_status_stop +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xe83dbe03 usbnet_write_cmd +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xe8be7bca usbnet_get_link_ksettings_internal +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xf3d4371a usbnet_read_cmd +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xff52009b usbnet_skb_return +EXPORT_SYMBOL_GPL drivers/net/vxlan/vxlan 0x1b09d080 vxlan_fdb_find_uc +EXPORT_SYMBOL_GPL drivers/net/vxlan/vxlan 0x1c65517a vxlan_dev_create +EXPORT_SYMBOL_GPL drivers/net/vxlan/vxlan 0xccfb383c vxlan_fdb_replay +EXPORT_SYMBOL_GPL drivers/net/vxlan/vxlan 0xfe83e119 vxlan_fdb_clear_offload +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/ipw2x00/libipw 0xc8c40bf7 libipw_rx_any +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x270afab2 il_dealloc_bcast_stations +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x3704cd6d il_remove_station +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x3e12776b il_prep_station +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x7f07dbec il_mac_tx_last_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x9da51088 _il_grab_nic_access +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x5987fe45 iwl_fw_lookup_assert_desc +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x71118edc iwl_fw_lookup_cmd_ver +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x74778a2f iwl_fw_lookup_notif_ver +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0x229dffa3 p54_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0x569144a4 p54_register_common +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0x68897c87 p54_free_common +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0x88f76137 p54_unregister_common +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0xbbece532 p54_init_common +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0xd59c53be p54_parse_eeprom +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0xe3874121 p54_free_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0xe507250a p54_read_eeprom +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0xf8ba2676 p54_parse_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x1d49ba42 lbs_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x277cfbd7 lbs_add_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x2a583e66 lbs_cmd_copyback +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x307f8fde lbs_resume +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x34c6815f lbs_get_firmware_async +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x3e9c4260 lbs_host_to_card_done +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x4a11a4d1 lbs_get_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x4cee70e8 lbs_process_rxed_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x6517cfaf lbs_notify_command_response +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x8c75a807 lbs_queue_event +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0xa28cad16 lbs_remove_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0xdc1ca44b lbs_stop_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0xe033a877 lbs_host_sleep_cfg +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0xe6689751 lbs_send_tx_feedback +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0xee83bd59 __lbs_cmd +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0xf64277de lbs_debug +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0xf7bf5e31 lbs_start_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0x18d23107 lbtf_cmd_copyback +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0x222bea74 lbtf_add_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0x29d0bc91 lbtf_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0x424b817d __lbtf_cmd +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0x48c2ee48 lbtf_cmd_response_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0x4a574971 lbtf_remove_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0x7206fd53 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 0xddf79cc3 lbtf_bcn_sent +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x01361432 mwifiex_enable_hs +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x0dec349e mwifiex_del_virtual_intf +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x3070354c mwifiex_queue_main_work +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x39da7dba mwifiex_dnld_fw +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x3c15e48e mwifiex_deauthenticate_all +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x44d7c2eb mwifiex_process_sleep_confirm_resp +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x44f630eb mwifiex_handle_rx_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x49d8aea8 mwifiex_disable_auto_ds +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x980d53fd mwifiex_cancel_hs +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xad44965e mwifiex_shutdown_sw +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xb8b25a6c mwifiex_fw_dump_event +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xbad2cc09 mwifiex_init_shutdown_fw +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xc03ca30e mwifiex_write_data_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xcd04d070 mwifiex_reinit_sw +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xcd24b9aa mwifiex_process_hs_config +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xcdea0577 mwifiex_main_process +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xd4dad9f3 mwifiex_alloc_dma_align_buf +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xe2c1735c mwifiex_prepare_fw_dump_info +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xe4a9921c mwifiex_drv_info_dump +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xe4edee23 mwifiex_remove_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xea8f014a mwifiex_add_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xf05345ff _mwifiex_dbg +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xf636361b mwifiex_upload_device_dump +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xf7f25292 mwifiex_add_virtual_intf +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xf8542816 mwifiex_multi_chan_resync +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x073dde02 mt76_get_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x09c4c656 mt76_set_stream_caps +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x09dd90bd mt76_set_irq_mask +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x13cf1cd9 mt76_stop_tx_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x1746cdd7 mt76_seq_puts_array +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x17f568e9 mt76_rates +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x1ea7d3e7 mt76_mcu_skb_send_and_get_msg +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x1ec57b4f __mt76_worker_fn +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x1f114af9 mt76_dma_cleanup +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x1f72c7ac __mt76_mcu_send_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x1f8ac718 __tracepoint_dev_irq +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x24f1715f mt76_tx_check_agg_ssn +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x270f99c6 __mt76_sta_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x271e7f67 mt76_sw_scan_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x2c546892 mt76_rx_aggr_stop +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x2ff649e2 mt76_update_survey +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x3ade203d mt76_rx_token_release +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x40bf1d79 mt76_has_tx_pending +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x42a987e1 mt76_alloc_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x4514839b mt76_csa_check +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x4cd0f699 mt76_token_release +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x4efade88 mt76_eeprom_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x5023712d mt76_get_survey +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x5b582155 mt76_mcu_rx_event +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x5d1b4e42 __tracepoint_mac_txdone +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x5e0d06b2 mt76_update_survey_active_time +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x614dc23f mt76_txq_schedule_all +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x62640819 mt76_tx_status_unlock +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x63d1122d mt76_mcu_get_response +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x648df88b mt76_put_txwi +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x66380d91 mt76_get_rate +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x66dd746f mt76_register_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x6921f5bf mt76_mmio_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x6bdd896e mt76_queues_read +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x6cb40b42 mt76_get_sar_power +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x6f822a02 mt76_dma_rx_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x766b08c1 mt76_csa_finish +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x771a89b0 __traceiter_mac_txdone +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x78e21696 mt76_get_min_avg_rssi +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x79c9d3d3 mt76_insert_ccmp_hdr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x7b04c6e3 mt76_alloc_phy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x7cc4e7e6 mt76_tx_worker_run +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x7d5afecd mt76_register_phy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x7fe25bd3 __mt76_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x805fc13a __SCK__tp_func_dev_irq +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x862c3b01 mt76_rx_aggr_start +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x8cd436c2 mt76_sta_pre_rcu_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x8ec1f416 __traceiter_dev_irq +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x8f57ee04 mt76_get_rxwi +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x906d7d1e mt76_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x92ceea44 mt76_unregister_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x93be3008 mt76_txq_schedule +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x94c01bf7 mt76_tx_status_skb_get +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x94dae1a0 mt76_rx_token_consume +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x99c4460f mt76_calculate_default_rate +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x9d204859 mt76_init_sar_power +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x9d81c78f __mt76_tx_complete_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x9de48a3a mt76_unregister_phy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xa15e2587 mt76_skb_adjust_pad +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xa2bb0298 mt76_tx_status_skb_done +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xa53ec273 mt76_get_rate_power_limits +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xa542851a mt76_eeprom_override +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xa62d7ee5 __mt76_set_tx_blocked +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xa6c50ead mt76_mcu_send_and_get_msg +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xac4c1d48 mt76_register_debugfs_fops +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xae419aaf mt76_sta_state +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xb3f6f635 mt76_wake_tx_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xb528da62 mt76_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xb5ed4902 mt76_queue_tx_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xb87099c6 mt76_free_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xc00325ea mt76_phy_dfs_state +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xc0549559 mt76_release_buffered_frames +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xc52724f5 ____mt76_poll_msec +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xc544623d mt76_rx_poll_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xc569565e 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 0xc79daf86 mt76_ethtool_worker +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xc97f596e mt76_sw_scan +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xcdcb5344 mt76_token_consume +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xd3e7ce50 mt76_put_rxwi +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xd580e2b3 mt76_tx_status_skb_add +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xdcbe0e1c mt76_get_of_eeprom +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xe0903089 mt76_tx_status_check +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xe2fb892f mt76_init_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xe40b66ef mt76_wcid_alloc +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xebb14982 __mt76_mcu_msg_alloc +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xeca2fed3 mt76_pci_disable_aspm +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xedbbbf7c mt76_tx_status_lock +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xeeb22397 mt76_dma_attach +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xf8bbdad9 mt76_get_antenna +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xfdb87346 mt76_set_tim +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x0230d715 mt76_connac_mcu_uni_add_bss +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x07b17f8a mt76_connac_mcu_sched_scan_req +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x084b54be mt76_connac_mcu_add_key +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x0b9b230d mt76_connac_mcu_reg_rr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x1211888f mt76_connac_mcu_add_nested_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x1639dd67 mt76_connac_mcu_wtbl_update_hdr_trans +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x1ea3a616 mt76_connac_tx_complete_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x2babb5ce mt76_connac_pm_dequeue_skbs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x2ee9203a mt76_connac_mcu_sta_wed_update +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x32bd883d mt76_connac2_load_patch +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x380e99f4 mt76_connac2_reverse_frag0_hdr_trans +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x3b5aaf4c mt76_connac_mcu_alloc_wtbl_req +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x3d5083c2 mt76_connac_mcu_wtbl_hdr_trans_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x3dd2bf22 mt76_connac_mcu_coredump_event +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x3e5960d8 mt76_connac_get_he_phy_cap +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x488d9e44 mt76_connac2_mac_add_txs_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x48bb8ac9 mt76_connac_sta_state_dp +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x4c96f0fb mt76_connac_mcu_set_mac_enable +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x4fb7a038 mt76_connac_mcu_set_channel_domain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x55a09c35 mt76_connac2_mac_tx_rate_val +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x565b9eda mt76_connac_mcu_update_gtk_rekey +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x58075260 mt76_connac_get_phy_mode +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x598541a3 mt76_connac_mcu_wtbl_smps_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x6139737f mt76_connac2_mac_fill_rx_rate +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x616576b9 mt76_connac_mcu_bss_omac_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x61b521a8 mt76_connac_mcu_sta_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x630e7418 mt76_connac_mcu_start_patch +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x64befc6a mt76_connac_mcu_set_suspend_iter +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x68578425 mt76_connac2_mac_decode_he_radiotap +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x6c473ee8 mt76_connac_mcu_cancel_hw_scan +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x6ee7244e mt76_connac_mcu_set_rate_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x74b9762c mt76_connac_mcu_wtbl_ba_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x7cdf3663 mt76_connac_mcu_chip_config +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x7e985a8a mt76_connac_power_save_sched +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x82bf60af mt76_connac_mcu_bss_basic_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x8c109e96 mt76_connac_mcu_update_arp_filter +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 0x924a8bcf mt76_connac_pm_queue_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x93318e4e mt76_connac_mcu_rdd_cmd +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x95220383 __mt76_connac_mcu_alloc_sta_req +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x964e0598 mt76_connac_write_hw_txp +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x9683f0da mt76_connac_txp_skb_unmap +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x996e90ae mt76_connac2_mcu_fill_message +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x9ad0aea0 mt76_connac_mcu_beacon_loss_iter +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x9b604937 mt76_connac_mcu_sta_basic_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x9e12b894 mt76_connac_mcu_set_rts_thresh +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xa0928e35 mt76_connac_mcu_start_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xaa80d7d2 mt76_connac_mcu_get_nic_capability +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xad49405a mt76_connac_mcu_set_hif_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xad7dddfb mt76_connac_init_tx_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xae50e54f mt76_connac2_mac_fill_txs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xaf980dac mt76_connac_mcu_patch_sem_ctrl +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xb1b94b0a mt76_connac_mcu_set_p2p_oppps +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xb1e314d9 mt76_connac_pm_wake +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xbb91aad8 mt76_connac_mcu_sta_uapsd +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xbbc04941 mt76_connac_mcu_set_deep_sleep +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xc320c4fa mt76_connac_mcu_wtbl_generic_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xc35e0b25 mt76_connac_mcu_uni_set_chctx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xc4ba2270 mt76_connac_mcu_wtbl_ht_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xc548658c mt76_connac_mcu_init_download +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xd2342fe9 mt76_connac_mcu_set_pm +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xd2ae3541 mt76_connac_mcu_sta_cmd +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xd2c960af mt76_connac2_mac_write_txwi +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xd60f9c4d mt76_connac_mcu_sta_update_hdr_trans +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xdc8b803c mt76_connac_mcu_set_vif_ps +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xe392c5dc mt76_connac_mcu_sta_ba +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xe42b7232 mt76_connac_mcu_hw_scan +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xe5f96783 mt76_connac_mcu_sta_ba_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xe7c293ab mt76_connac_mcu_uni_add_dev +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xe9da17b5 mt76_connac2_load_ram +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xed7176bd mt76_connac_mcu_reg_wr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xf4684a44 mt76_connac_mcu_restart +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xf652d4ee mt76_connac_mcu_sched_scan_enable +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xf855f81c mt76_connac_mcu_bss_ext_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xfdcfaf27 mt76_connac_free_pending_tx_skbs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x07fb56b4 mt76s_wr_rp +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x118f097c mt76s_deinit +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x27d2e915 mt76s_rmw +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x3a3b32e3 mt76s_write_copy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x3f8760b2 mt76s_rr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x433a8bdb mt76s_sdio_irq +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x5216f991 mt76s_read_copy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x611d8e97 mt76s_hw_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x805b0542 mt76s_rd_rp +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x94d29d3f mt76s_read_pcr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0xa7eb2d28 mt76s_wr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0xba96775a mt76s_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0xe1a45c20 mt76s_txrx_worker +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0xe368d392 mt76s_alloc_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0xe5e45e1e mt76s_txqs_empty +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0xee2037cf mt76s_alloc_rx_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x11e9d958 mt76u_read_copy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x1b31c6fb mt76u_stop_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x3416143c ___mt76u_wr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x476af3bf mt76u_single_wr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x4c7ef879 mt76u_alloc_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x4edfda94 mt76u_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x5fb12177 mt76u_resume_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x6d94b892 mt76u_alloc_mcu_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x77333f6c ___mt76u_rr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x7a272804 mt76u_vendor_request +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x8440930f mt76u_queues_deinit +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0xa6ad33ea mt76u_stop_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0xc22f7c42 __mt76u_vendor_request +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0xfad61dad __mt76u_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x0f9ad059 mt7615_mcu_fill_msg +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x1b16cc7b mt7615_mcu_exit +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x27c417f5 mt7615_mac_sta_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x2cc6606a mt7615_mac_sta_add +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x2e54e858 mt7615_mac_enable_rtscts +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x4395adb6 mt7615_thermal_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x43c9f15c mt7615_tx_token_put +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x4760a237 mt7615_init_work +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x5c8a1bfa mt7615_mac_write_txwi +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x5c9ed17f mt7615_init_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x64d6fd81 mt7615_mac_set_rates +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x673486c7 mt7615_unregister_ext_phy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x673ff3dc mt7615_queue_rx_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x71fa02fa mt7615_mcu_restart +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x743b110e mt7615_init_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x7cb7c06f mt7615_mcu_parse_response +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x8ab53934 mt7615_wait_for_mcu_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xa0b072ce mt7615_register_ext_phy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xa12a4c68 mt7615_init_debugfs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xb3a21832 mt7615_sta_ps +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xb54ac62d mt7622_trigger_hif_int +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xd02b8c51 mt7615_mac_sta_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xe2d11961 mt7615_mcu_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xe4d68208 mt7615_rx_check +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xe63b4f6a mt7615_eeprom_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xf1cb807c mt7615_update_channel +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xf3122adf mt7615_ops +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xf4116742 __mt7663_load_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615e 0xcb5b15a5 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 0x17cb079c mt7663_usb_sdio_tx_prepare_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7663-usb-sdio-common 0x3c34564c mt7663_usb_sdio_tx_status_data +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7663-usb-sdio-common 0xd623a3a7 mt7663_usb_sdio_register_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7663-usb-sdio-common 0xff7017d0 mt7663_usb_sdio_tx_complete_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0x12a444a2 mt76x0_config +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0x23d157f0 mt76x0_chip_onoff +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0x818c75b8 mt76x0_set_sar_specs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0x9e67bd77 mt76x0_register_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0xbd8d5134 mt76x0_mac_stop +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0xe0cb1171 mt76x0_phy_calibrate +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0xe36fcaae mt76x0_init_hardware +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x009f86e2 mt76x02_mcu_set_radio_state +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x0632b5c1 mt76x02_sta_ps +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x08d75c78 mt76x02_eeprom_copy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x107efcd4 mt76x02_set_tx_ackto +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x1485fcfb mt76x02_dfs_init_params +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x1fc63cdd mt76x02_tx_complete_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x20d25937 mt76x02_dma_disable +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x21ebe1bb mt76x02_mcu_calibrate +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x28ffa6e9 mt76x02_mac_start +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x2a5fa4e8 mt76x02_set_coverage_class +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x2cc138dc mt76x02_phy_set_rxpath +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x2de7a28d mt76x02_mac_reset_counters +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x35abe8b6 mt76x02_phy_set_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x378d4032 mt76x02_mac_shared_key_setup +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x3a3606ca mt76x02_ext_pa_enabled +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x3ad0524a mt76x02_set_key +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x4a9c3f83 mt76x02e_init_beacon_config +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x4bd8da90 mt76x02_set_ethtool_fwver +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x57f3083d mt76x02_update_beacon_iter +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x5bd197df mt76x02_init_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x5bd84fd5 mt76x02_rates +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x5c980e34 mt76x02_ampdu_action +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x5f6a80aa mt76x02_get_efuse_data +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x620e9904 mt76x02_bss_info_changed +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x646733c0 mt76x02_add_interface +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x652249b1 mt76x02_mac_setaddr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x6662bca9 mt76x02_mac_wcid_setup +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x6aecf096 mt76x02_enqueue_buffered_bc +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x6bc84f44 mt76x02_mac_write_txwi +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x6c53ae7a mt76x02_mac_cc_reset +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x6d3e4c8c mt76x02_mcu_msg_send +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x6db25073 mt76x02_mcu_function_select +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x71c57993 mt76x02_sta_rate_tbl_update +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x73bbbfb0 mt76x02_eeprom_parse_hw_cap +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x7455bc79 mt76x02_queue_rx_skb +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 0x7a0e6c97 mt76x02_tx_set_txpwr_auto +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x809ad6f4 mt76x02_resync_beacon_timer +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x825134e3 mt76x02_config_mac_addr_list +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x8772d64b mt76x02_mcu_parse_response +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x89575841 mt76x02_mac_set_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x8d1f9baa mt76x02_tx_status_data +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x8e365e0e mt76x02_phy_set_txdac +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 0x9a278369 mt76x02_rx_poll_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x9dd20472 mt76x02_get_rx_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x9e68b9c7 mt76x02_conf_tx +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 0xad9ebe45 mt76x02_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xb1347858 mt76x02_get_lna_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xbaead77f mt76x02_reconfig_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xbd9668c2 mt76x02_dma_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xbf792276 mt76x02_phy_set_band +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xc0840a1b mt76x02_configure_filter +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xc1550e01 mt76x02_set_rts_threshold +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xc75be38e mt76x02_remove_interface +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xd4a81413 mt76x02_sta_add +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xd5aca1f4 mt76x02_remove_hdr_pad +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xd6d71671 mt76x02_phy_set_bw +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xdca8c5f3 mt76x02_init_beacon_config +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xde6e8d34 mt76x02_init_debugfs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xe48afd36 mt76x02_phy_dfs_adjust_agc +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xf1d53108 mt76x02_sw_scan_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xf8972ade mt76x02_update_channel +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xf8fa631a mt76x02_edcca_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xfa58a492 mt76x02_mcu_cleanup +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xfb785906 mt76x02_sta_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xfe3c7fbe mt76x02_phy_adjust_vga_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xff0d00e7 mt76x02_init_agc_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xffd3975f mt76x02_tx_prepare_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0x26b6f77e mt76x02u_init_mcu +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0x4b1ca5ef mt76x02u_mcu_fw_reset +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0x7f7dc9f4 mt76x02u_tx_complete_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0x83c4a498 mt76x02u_tx_prepare_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0x92385b74 mt76x02u_mac_start +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0xaedb04a5 mt76x02u_mcu_fw_send_data +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0xe51cb441 mt76x02u_init_beacon_config +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0xfc9e2aae mt76x02u_exit_beacon_config +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x19952fd5 mt76x2_phy_set_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x1d1aa927 mt76x2_phy_tssi_compensate +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x1f922d46 mt76x2_mac_stop +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x234425f0 mt76x2_set_sar_specs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x34dcf448 mt76x2_eeprom_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x3b69e035 mt76x2_mcu_init_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x40dd8623 mt76x2_apply_gain_adj +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x47cc2bda mt76x2_phy_set_txpower_regs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x5053f941 mt76_write_mac_initvals +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x5d8a27b5 mt76x2_phy_update_channel_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x67605105 mt76x2_configure_tx_delay +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x739c9222 mt76x2_get_rate_power +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x7f530c1b mt76x2_read_rx_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x9227e935 mt76x2_mcu_load_cr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x96064ae0 mt76x2_mcu_set_channel +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xa27feb71 mt76x2_init_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xa313a14c mt76x2_get_power_info +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xaaeab8f9 mt76x2_mcu_tssi_comp +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xd796e731 mt76x2_get_temp_comp +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xf497c129 mt76x2_reset_wlan +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x0be4cd5b mt7921_ops +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x0d72d2a4 mt7921_update_channel +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x1328d17a mt7921_usb_sdio_tx_prepare_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x211b9ec4 mt7921_sta_ps +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x30b9768b mt7921_mcu_set_eeprom +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x3d44b1ef mt7921_mac_sta_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x546c1d35 mt7921_run_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x5853dee4 mt7921_reset +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x6565ff26 mt7921_mcu_fw_pmctrl +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x74621df5 mt7921_mac_sta_add +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x76dda06b mt7921_register_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x78d86f32 mt7921_queue_rx_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0xa1347a66 mt7921_check_offload_capability +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0xafa570e1 mt7921_rx_check +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0xbaacf575 __mt7921_start +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0xcdd5457e mt7921_mcu_drv_pmctrl +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0xcf6567ab mt7921_mac_sta_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0xd39c3b30 mt7921_usb_sdio_tx_status_data +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0xd55a36ca mt7921_txwi_free +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0xd6042280 mt7921_usb_sdio_tx_complete_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0xde5597b5 mt7921_mac_sta_assoc +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0xe5cce6ee mt7921_stop +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0xfb0e3fc9 mt7921_mcu_parse_response +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0xff691d3f mt7921_mac_init +EXPORT_SYMBOL_GPL drivers/net/wireless/microchip/wilc1000/wilc1000 0x01856db0 chip_allow_sleep +EXPORT_SYMBOL_GPL drivers/net/wireless/microchip/wilc1000/wilc1000 0x2d930e77 host_wakeup_notify +EXPORT_SYMBOL_GPL drivers/net/wireless/microchip/wilc1000/wilc1000 0x4e75b84f host_sleep_notify +EXPORT_SYMBOL_GPL drivers/net/wireless/microchip/wilc1000/wilc1000 0x709423e4 chip_wakeup +EXPORT_SYMBOL_GPL drivers/net/wireless/microchip/wilc1000/wilc1000 0xe8bc0d8b wilc_cfg80211_init +EXPORT_SYMBOL_GPL drivers/net/wireless/microchip/wilc1000/wilc1000 0xee67860a wilc_netdev_cleanup +EXPORT_SYMBOL_GPL drivers/net/wireless/microchip/wilc1000/wilc1000 0xf3757703 wilc_handle_isr +EXPORT_SYMBOL_GPL drivers/net/wireless/quantenna/qtnfmac/qtnfmac 0x131e47d3 qtnf_trans_handle_rx_ctl_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/quantenna/qtnfmac/qtnfmac 0x1abd3db6 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 0x5a595fe8 qtnf_core_attach +EXPORT_SYMBOL_GPL drivers/net/wireless/quantenna/qtnfmac/qtnfmac 0xa6600c45 qtnf_classify_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/quantenna/qtnfmac/qtnfmac 0xad12cc21 qtnf_wake_all_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/quantenna/qtnfmac/qtnfmac 0xcaa4b2a8 qtnf_core_detach +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x01f6f3b2 rt2800_wait_csr_ready +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x07a43207 rt2800_process_rxwi +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x0a167b89 rt2800_link_stats +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x0e4c6d11 rt2800_get_tsf +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x0f31217b rt2800_pre_reset_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x11ccb535 rt2800_sta_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x1aabb7bd rt2800_get_key_seq +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x23f70790 rt2800_enable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x291ca39e rt2800_read_eeprom_efuse +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x301ea433 rt2800_disable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x51e276f8 rt2800_ampdu_action +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x5406e134 rt2800_watchdog +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x572bd7c0 rt2800_load_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x5a3fd290 rt2800_config_shared_key +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x60dc9680 rt2800_efuse_detect +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x66327ca1 rt2800_config_pairwise_key +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x667016d1 rt2800_get_survey +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x6bde5d54 rt2800_config_intf +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x74908595 rt2800_conf_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x7e885f56 rt2800_config_ant +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x855c7372 rt2800_probe_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x89815f21 rt2800_sta_add +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x8e025d54 rt2800_set_rts_threshold +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x8e47b490 rt2800_link_tuner +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x8e4a9241 rt2800_disable_wpdma +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x93b5dc3a rt2800_write_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x9a3211cc rt2800_config_erp +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x9f70d219 rt2800_config_filter +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x9f9c439e rt2800_write_tx_data +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xb149f215 rt2800_txdone_nostatus +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xb2c8f3ca rt2800_wait_wpdma_ready +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xbb64e535 rt2800_get_txwi_rxwi_size +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xc046afbb rt2800_txdone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xc29d7468 rt2800_vco_calibration +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xc6c1ddab rt2800_check_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xce1bcf2e rt2800_rfkill_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xce911ee4 rt2800_txstatus_timeout +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xd6e15f34 rt2800_config +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xda2afb33 rt2800_clear_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xe68cc9cf rt2800_mcu_request +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xe8a985d8 rt2800_txstatus_pending +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xf46f7b2e rt2800_gain_calibration +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xf7248841 rt2800_reset_tuner +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xf8b2eb9a rt2800_txdone_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x19ca27e3 rt2800mmio_kick_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x1c5f0995 rt2800mmio_get_entry_state +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x20f2a6be rt2800mmio_enable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x233f3199 rt2800mmio_probe_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x2c71540a rt2800mmio_write_tx_desc +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x2fc08b7c rt2800mmio_stop_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x32ac3645 rt2800mmio_rxdone_tasklet +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x3d0921ea rt2800mmio_get_txwi +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x3d741c87 rt2800mmio_pretbtt_tasklet +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x481cfe66 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 0x5fa4db64 rt2800mmio_interrupt +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x6c14639f rt2800mmio_queue_init +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x805c93e8 rt2800mmio_clear_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x885a1ed9 rt2800mmio_get_dma_done +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x8b2183d4 rt2800mmio_init_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x956577ba rt2800mmio_toggle_irq +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 0xa2ce86a4 rt2800mmio_flush_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xda31ec81 rt2800mmio_init_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xdb94450e rt2800mmio_fill_rxdone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x0fa2baba rt2x00queue_start_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x17b54d39 rt2x00lib_remove_dev +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x18ec3c6b rt2x00mac_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x1ca35109 rt2x00mac_set_tim +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x1f75741d rt2x00queue_stop_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x227c08e9 rt2x00queue_unmap_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x2ef9f667 rt2x00lib_get_bssidx +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x34f503dc rt2x00mac_sw_scan_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x4861e49b rt2x00queue_for_each_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x579ac3a3 rt2x00lib_set_mac_address +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x6370ef79 rt2x00mac_remove_interface +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x67fba095 rt2x00mac_add_interface +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x6d69be3f rt2x00lib_txdone_nomatch +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x7ae19aa1 rt2x00mac_configure_filter +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x7b7049f0 rt2x00mac_tx_frames_pending +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x8327477d rt2x00mac_stop +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x846ff636 rt2x00queue_flush_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x86f67b79 rt2x00mac_flush +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x895f6b84 rt2x00queue_map_txskb +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x8ac6488e rt2x00mac_sw_scan_start +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x8af62376 rt2x00lib_dmastart +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x8cf3bb87 rt2x00mac_bss_info_changed +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x8daf7ca5 rt2x00mac_reconfig_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x94931b52 rt2x00mac_get_ringparam +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x95a65089 rt2x00queue_start_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x9812ad13 rt2x00queue_stop_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x990e0641 rt2x00mac_get_stats +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x9da58aeb rt2x00lib_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x9dd679e0 rt2x00queue_unpause_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xa22d9702 rt2x00mac_get_antenna +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xa3d2f698 rt2x00lib_txdone_noinfo +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xa50cab52 rt2x00queue_pause_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xa7736416 rt2x00mac_set_key +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xae21c99b rt2x00mac_config +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xb01e0ca9 rt2x00queue_get_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xb0a67cde rt2x00mac_start +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xb136f6a0 rt2x00mac_conf_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xb46093a7 rt2x00lib_probe_dev +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xbcb7b130 rt2x00lib_txdone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xc3ea4474 rt2x00lib_pretbtt +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xc4744d4e rt2x00lib_resume +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xd5acfdd4 rt2x00mac_rfkill_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xe1ee09f9 rt2x00lib_dmadone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xeed348f7 rt2x00lib_beacondone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xfa795135 rt2x00queue_flush_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xfaba5c5b rt2x00lib_rxdone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xfef13bbe rt2x00mac_set_antenna +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00mmio 0x23d908e8 rt2x00mmio_regbusy_read +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00mmio 0x25cb82fa rt2x00mmio_uninitialize +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00mmio 0xa71af8a5 rt2x00mmio_flush_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00mmio 0xce75a467 rt2x00mmio_rxdone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00mmio 0xe67f2331 rt2x00mmio_initialize +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00pci 0x1bb0a275 rt2x00pci_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00pci 0xb3fa69cc rt2x00pci_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00pci 0xc8bffc2a rt2x00pci_pm_ops +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x0a3b2144 rt2x00usb_vendor_request_buff +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x1838442e rt2x00usb_initialize +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x19dfce8b rt2x00usb_vendor_req_buff_lock +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x3430c9a2 rt2x00usb_disable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x3fb7e4e9 rt2x00usb_watchdog +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x59c2dde4 rt2x00usb_register_read_async +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x5f3ded63 rt2x00usb_uninitialize +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x66619f85 rt2x00usb_clear_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x7c7afb4f rt2x00usb_flush_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x7e9f5b3b rt2x00usb_regbusy_read +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x89f707fa rt2x00usb_resume +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x975f669b rt2x00usb_kick_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x98f8c732 rt2x00usb_disconnect +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xb9640af3 rt2x00usb_vendor_request +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xd0b853b4 rt2x00usb_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xf5be8436 rt2x00usb_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x7461f935 rtl92c_set_p2p_ps_offload_cmd +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x74a93042 dm_restorepowerindex +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xa6074bcb dm_writepowerindex +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xfb41e8d5 dm_savepowerindex +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x00df474e rtl8723_phy_txpwr_idx_to_dbm +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x1cd7e394 rtl8723_fw_free_to_go +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x23a5907b rtl8723_phy_path_a_standby +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x2478fd25 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 0x45fdfc3d rtl8723_phy_set_bb_reg +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x625d8dfc rtl8723_phy_path_a_fill_iqk_matrix +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x6501a51b rtl8723_phy_pi_mode_switch +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x7fa8790a rtl8723_phy_mac_setting_calibration +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x81dfb1b2 rtl8723_write_fw +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x899cfd1c rtl8723_cmd_send_packet +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 0x9940bb09 rtl8723ae_firmware_selfreset +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x9c8db1ed rtl8723_dm_init_dynamic_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xa04686e2 rtl8723_dm_init_edca_turbo +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xa0c2e479 rtl8723_phy_query_bb_reg +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xa220fef3 rtl8723_phy_init_bb_rf_reg_def +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xaa615059 rtl8723_phy_reload_adda_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xafb8ac93 rtl8723_phy_save_mac_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xafce94e1 rtl8723_enable_fw_download +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xc3ecb75b rtl8723_save_adda_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xc7c15521 rtl8723_phy_rf_serial_read +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xcc5b525a rtl8723_dm_init_dynamic_bb_powersaving +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xd2b31d68 rtl8723_download_fw +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xd5fa1365 rtl8723be_firmware_selfreset +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xe8d4cbde rtl8723_phy_reload_mac_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xea710fd3 rtl8723_phy_rf_serial_write +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x05fe9b45 rtl_ips_nic_on +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x0e728886 rtl_tx_ackqueue +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x222e4220 rtl_tx_mgmt_proc +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x27ecb49d rtl_fw_block_write +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x2921a4d4 rtl_btc_status_false +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x29f083f5 rtl_ops +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 0x34b5ba10 rtl_lps_enter +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x4e94cd48 rtl_global_var +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x5696922b rtl_init_core +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x60336e43 rtl_deinit_core +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x60a47560 rtl_tx_report_handler +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x685ac02d rtl_beacon_statistic +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x69d5f145 rtl_lps_leave +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x6db3ba37 rtl_update_beacon_work_callback +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x97acd50d rtl_action_proc +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x97cc422e rtl_set_tx_report +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x97e05663 rtl_tid_to_ac +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x9bd56379 read_efuse_byte +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x9f1ce10d rtl_efuse_ops_init +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xbf16e385 rtl_p2p_info +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xbfa717be rtl_is_special_data +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xccf64094 rtl_swlps_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xd7bbe382 rtl_fw_page_write +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xda346638 rtl_init_rx_config +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xdf298435 rtl_deinit_deferred_work +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xe4d487c3 rtl_deinit_rfkill +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xe695edf3 rtl_get_hwinfo +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xec87a954 rtl_get_hal_edca_param +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xed6fafd1 rtl_recognize_peer +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x0f5c3ce9 rsi_zone_enabled +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x41f2421f rsi_91x_deinit +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x5ca479b7 rsi_mac80211_detach +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x60f4360c rsi_91x_init +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x74cd661d rsi_hal_device_init +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x81091e6e rsi_read_pkt +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0xcd173710 rsi_dbg +EXPORT_SYMBOL_GPL drivers/net/wireless/st/cw1200/cw1200_core 0x31d4402b cw1200_can_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/st/cw1200/cw1200_core 0x789e6fc9 cw1200_irq_handler +EXPORT_SYMBOL_GPL drivers/net/wireless/st/cw1200/cw1200_core 0x8e071f69 cw1200_core_release +EXPORT_SYMBOL_GPL drivers/net/wireless/st/cw1200/cw1200_core 0xe719d137 cw1200_core_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wl1251/wl1251 0x6c2a6670 wl1251_free_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wl1251/wl1251 0x71d26aa7 wl1251_alloc_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wl1251/wl1251 0x75790d97 wl1251_init_ieee80211 +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x02c29c9c wlcore_boot_run_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x0530c155 wlcore_cmd_generic_cfg +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x06d3b27e wl12xx_debug_level +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x09eef584 wlcore_event_max_tx_failure +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x13f4b08b wl1271_cmd_configure +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x1d6e84be wlcore_event_ba_rx_constraint +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x20076139 wlcore_event_rssi_trigger +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x200c53ef wlcore_alloc_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x20351125 wlcore_get_native_channel_type +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x37998f24 wlcore_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x3d80f5e2 wl1271_cmd_send +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x3fe34855 wlcore_synchronize_interrupts +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x43b1d145 wl1271_cmd_data_path +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x52310e60 wlcore_disable_interrupts_nosync +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x55dcaa23 wlcore_disable_interrupts +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x56088044 wl12xx_cmd_build_probe_req +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x5c1f9656 wl12xx_acx_mem_cfg +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x68d3e61f wlcore_cmd_wait_for_event_or_timeout +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x6b9ee13f wlcore_event_sched_scan_completed +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x6beec4f2 wlcore_event_inactive_sta +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x6e1aa95a wl1271_acx_init_mem_config +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x78b03376 wlcore_boot_upload_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x794c6b44 wlcore_boot_upload_nvs +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x7c7b9e58 wl1271_acx_pm_config +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x85498cd1 wl1271_format_buffer +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x88be1554 wlcore_set_key +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x8bc82a47 wlcore_event_fw_logger +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x931d45ba wlcore_set_partition +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xa0cdaf12 wl1271_tx_min_rate_get +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xa7a7966b wlcore_event_roc_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xa7e5fe69 wlcore_translate_addr +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xb7782e09 wlcore_scan_sched_scan_results +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xbdf20b69 wlcore_scan_sched_scan_ssid_list +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xc1be1efc wl1271_acx_set_ht_capabilities +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xc36d41f1 wlcore_free_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xc6a572ff wlcore_event_channel_switch +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xc99fc224 wlcore_event_soft_gemini_sense +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xcbe907fb wl1271_tx_flush +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xcfcea7b8 wl1271_acx_sleep_auth +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xd16b89b6 wl1271_cmd_test +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xdad0c206 wlcore_set_scan_chan_params +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xdad81ffe wlcore_event_dummy_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xea9dfc42 wl1271_debugfs_update_stats +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xed7a460c wlcore_enable_interrupts +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xf13c9eb1 wlcore_event_beacon_loss +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xfe8f9ab7 wlcore_remove +EXPORT_SYMBOL_GPL drivers/net/wwan/wwan 0x159ff66d wwan_put_debugfs_dir +EXPORT_SYMBOL_GPL drivers/net/wwan/wwan 0x170555ee wwan_unregister_ops +EXPORT_SYMBOL_GPL drivers/net/wwan/wwan 0x3d1e078d wwan_create_port +EXPORT_SYMBOL_GPL drivers/net/wwan/wwan 0x3d9bbf75 wwan_port_txon +EXPORT_SYMBOL_GPL drivers/net/wwan/wwan 0x4dff61e5 wwan_port_txoff +EXPORT_SYMBOL_GPL drivers/net/wwan/wwan 0x526bcf2a wwan_port_get_drvdata +EXPORT_SYMBOL_GPL drivers/net/wwan/wwan 0x984158f0 wwan_get_debugfs_dir +EXPORT_SYMBOL_GPL drivers/net/wwan/wwan 0xb74c31cd wwan_remove_port +EXPORT_SYMBOL_GPL drivers/net/wwan/wwan 0xd23d8783 wwan_port_rx +EXPORT_SYMBOL_GPL drivers/net/wwan/wwan 0xe6a13491 wwan_register_ops +EXPORT_SYMBOL_GPL drivers/nfc/nfcmrvl/nfcmrvl 0x1b57b5d6 nfcmrvl_nci_register_dev +EXPORT_SYMBOL_GPL drivers/nfc/nfcmrvl/nfcmrvl 0x634bc960 nfcmrvl_parse_dt +EXPORT_SYMBOL_GPL drivers/nfc/nfcmrvl/nfcmrvl 0x7d731ffa nfcmrvl_nci_unregister_dev +EXPORT_SYMBOL_GPL drivers/nfc/nfcmrvl/nfcmrvl 0xfccfb10c nfcmrvl_nci_recv_frame +EXPORT_SYMBOL_GPL drivers/nfc/pn533/pn533 0x196f35a3 pn533_finalize_setup +EXPORT_SYMBOL_GPL drivers/nfc/pn533/pn533 0x504d25f8 pn533_rx_frame_is_cmd_response +EXPORT_SYMBOL_GPL drivers/nfc/pn533/pn533 0x6097f3fb pn53x_unregister_nfc +EXPORT_SYMBOL_GPL drivers/nfc/pn533/pn533 0x6c0d5829 pn53x_register_nfc +EXPORT_SYMBOL_GPL drivers/nfc/pn533/pn533 0x74adfe40 pn532_i2c_nfc_alloc +EXPORT_SYMBOL_GPL drivers/nfc/pn533/pn533 0x7fb81e10 pn53x_common_init +EXPORT_SYMBOL_GPL drivers/nfc/pn533/pn533 0xdb7e9bf2 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 0x0d004d16 st_nci_hci_load_session +EXPORT_SYMBOL_GPL drivers/nfc/st-nci/st-nci 0x1817d44b st_nci_probe +EXPORT_SYMBOL_GPL drivers/nfc/st-nci/st-nci 0x2eccd7fe st_nci_disable_se +EXPORT_SYMBOL_GPL drivers/nfc/st-nci/st-nci 0x389b212a st_nci_enable_se +EXPORT_SYMBOL_GPL drivers/nfc/st-nci/st-nci 0x3b1c94ff st_nci_discover_se +EXPORT_SYMBOL_GPL drivers/nfc/st-nci/st-nci 0xa4b0b0d2 st_nci_remove +EXPORT_SYMBOL_GPL drivers/nfc/st-nci/st-nci 0xac6962c7 st_nci_hci_event_received +EXPORT_SYMBOL_GPL drivers/nfc/st-nci/st-nci 0xbb2ca9b5 st_nci_hci_cmd_received +EXPORT_SYMBOL_GPL drivers/nfc/st95hf/st95hf 0x4b27fa64 st95hf_spi_recv_echo_res +EXPORT_SYMBOL_GPL drivers/nfc/st95hf/st95hf 0x57f06ade st95hf_spi_send +EXPORT_SYMBOL_GPL drivers/nfc/st95hf/st95hf 0xf60a90a7 st95hf_spi_recv_response +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0x0862001f ntb_transport_tx_free_entry +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0x170fdfd2 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 0x82e6c13d ntb_transport_qp_num +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0x9c992c8f ntb_transport_link_up +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0xac307157 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 0xf2aafc6f ntb_transport_register_client +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0xf55d6313 ntb_transport_register_client_dev +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0xf9eb813f ntb_transport_unregister_client_dev +EXPORT_SYMBOL_GPL drivers/nvdimm/nd_virtio 0x2e532e16 virtio_pmem_host_ack +EXPORT_SYMBOL_GPL drivers/nvdimm/nd_virtio 0x96af6716 async_pmem_flush +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0x01850555 nvme_auth_generate_key +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0x13a670d1 nvme_auth_gen_privkey +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 0x4631fbcd nvme_auth_gen_pubkey +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 0xbf443f20 nvme_auth_gen_shared_secret +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0xc9bb48ac nvme_auth_dhgroup_name +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0xcb39603c nvme_auth_hmac_id +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0xf0ccf2d4 nvme_auth_dhgroup_kpp +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x08e47e4c nvme_alloc_admin_tag_set +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x09f88dee nvme_stop_keep_alive +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x0b792dba nvme_remove_namespaces +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x113851ed 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 0x14266741 nvme_wait_reset +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x15db85b1 nvme_sync_queues +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x19c2ce13 nvme_wait_freeze +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x1c1502d5 nvme_init_ctrl_finish +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x1c3eeeaf nvme_cancel_tagset +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x20929ce7 nvme_cancel_request +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x2c0fe6ff nvme_complete_batch_req +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x2c6b9a29 nvme_quiesce_io_queues +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x35d22e1f nvme_init_request +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x35de95fe nvme_submit_sync_cmd +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x3c229b0a nvme_set_queue_count +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x442b0e8b nvme_enable_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x47f31e8f nvme_start_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x49224181 nvme_reset_wq +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x496a63ad nvme_complete_rq +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x4fc2e722 nvme_mpath_start_request +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x584317df nvme_auth_wait +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x5b5a5d4e nvme_remove_io_tag_set +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x5c0c27a8 nvme_dev_attrs_group +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x5d8f07f4 nvme_sync_io_queues +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x629bce0f __nvme_check_ready +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x64b62862 nvme_wq +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x6b39a371 __nvme_submit_sync_cmd +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x71c20d0b nvme_unquiesce_admin_queue +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x725b57ca nvme_wait_freeze_timeout +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x7f2fdb65 nvme_get_features +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x813cf212 nvme_io_timeout +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x866f6005 nvme_init_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x8e7ec2b6 __tracepoint_nvme_sq +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x8fe7d9aa nvme_fail_nonready_command +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x9dbcd558 nvme_stop_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xa2e7ceb2 nvme_change_ctrl_state +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xa76f9fe5 nvme_uninit_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xb1257e03 nvme_auth_negotiate +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xbc915d7b nvme_setup_cmd +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xbf32ad80 nvme_auth_stop +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xc0f6a8d5 nvme_delete_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xc268da49 nvme_cleanup_cmd +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xc90c9ac1 nvme_unquiesce_io_queues +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xcd2fa28b nvme_unfreeze +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xd309867a nvme_cancel_admin_tagset +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xd333ce2e nvme_mark_namespaces_dead +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 0xd9b31792 nvme_remove_admin_tag_set +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xdb41fa5d nvme_complete_async_event +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xdde1447a nvme_alloc_io_tag_set +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xe1f1dfd4 nvme_auth_init_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xe6840f2f nvme_auth_free +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xe7659188 nvme_quiesce_admin_queue +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xe8af5df5 nvme_start_freeze +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xee89a555 nvme_host_path_error +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xf9a95ced nvme_reset_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xf9a9f9cd nvme_set_features +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xfad19396 __traceiter_nvme_sq +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xfcdae1fa nvme_disable_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x628bc402 nvmf_register_transport +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x7498de97 nvmf_free_options +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x90eb101e nvmf_reg_write32 +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x97ed09e9 nvmf_should_reconnect +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x9f490716 nvmf_ip_options_match +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0xab490ca1 nvmf_get_address +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0xbb2ca9e0 nvmf_connect_admin_queue +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0xc0ed5a05 nvmf_reg_read32 +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0xdf42e2a3 nvmf_reg_read64 +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0xe43fbaef nvmf_connect_io_queue +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0xf72ff82a nvmf_unregister_transport +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fc 0x0d12e564 nvme_fc_register_remoteport +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fc 0x21e609f7 nvme_fc_io_getuuid +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 0x75073e5a 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 0xfca9dc99 nvme_fc_unregister_remoteport +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x12f86a2a nvmet_req_init +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x2b3d378c nvmet_req_alloc_sgls +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x3e0ef07a nvmet_wq +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x4e2790e7 nvmet_unregister_transport +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x9121b943 nvmet_sq_init +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x98ef9bf6 nvmet_req_complete +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x9a760a76 nvmet_register_transport +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0xa481a293 nvmet_req_uninit +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0xa4e3c23b nvmet_req_free_sgls +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0xae2745ba nvmet_ctrl_fatal_error +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0xc0eb1d26 nvmet_check_transfer_len +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0xe601afc5 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 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 0xfa739c41 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 0x18c51a8c switchtec_class +EXPORT_SYMBOL_GPL drivers/perf/arm_cspmu/arm_cspmu_module 0x3042c0c1 arm_cspmu_sysfs_event_show +EXPORT_SYMBOL_GPL drivers/perf/arm_cspmu/arm_cspmu_module 0xa79c3ed5 arm_cspmu_sysfs_format_show +EXPORT_SYMBOL_GPL drivers/perf/arm_cspmu/arm_cspmu_module 0xcde6face nv_cspmu_init_ops +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0x061a6a86 hisi_uncore_pmu_event_init +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0x0b50d574 hisi_uncore_pmu_get_event_idx +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0x0d6fb387 hisi_uncore_pmu_init_irq +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0x3ec4fc27 hisi_uncore_pmu_online_cpu +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0x49cd11a1 hisi_uncore_pmu_del +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0x608b513b hisi_pmu_init +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0x79c8e09c hisi_uncore_pmu_read +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0x7be05172 hisi_uncore_pmu_set_event_period +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0x90bbd906 hisi_uncore_pmu_enable +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0xa5d07f28 hisi_uncore_pmu_stop +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0xb92c1ebe hisi_cpumask_sysfs_show +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0xcd660815 hisi_format_sysfs_show +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0xce86c5ce hisi_event_sysfs_show +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0xd5e33512 hisi_uncore_pmu_add +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0xdcf25a55 hisi_uncore_pmu_event_update +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0xee5a0e1d hisi_uncore_pmu_disable +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0xf989acd8 hisi_uncore_pmu_start +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0xfb6373d1 hisi_uncore_pmu_offline_cpu +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0xff1c580c hisi_uncore_pmu_identifier_attr_show +EXPORT_SYMBOL_GPL drivers/phy/allwinner/phy-sun4i-usb 0x37327b27 sun4i_usb_phy_set_squelch_detect +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0x020425c7 tegra210_xusb_padctl_soc +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0x055339a2 tegra124_xusb_padctl_soc +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0x22d19626 tegra_xusb_padctl_disable_phy_sleepwalk +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0x2da71c19 tegra_xusb_padctl_get_usb3_companion +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0x3f9bcc8b tegra_xusb_padctl_usb3_save_context +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0x5f694486 tegra_phy_xusb_utmi_port_reset +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0x660cf772 tegra_phy_xusb_utmi_pad_power_down +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0x6c521190 tegra_xusb_padctl_remote_wake_detected +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0x6d74a2d9 tegra_xusb_padctl_get +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0x7345b4fa tegra_xusb_padctl_disable_phy_wake +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0x7d924955 tegra186_xusb_padctl_soc +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0x81b77858 tegra_xusb_padctl_set_vbus_override +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0xa437c2ea tegra_xusb_padctl_put +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0xa5f5f72d tegra_xusb_padctl_usb3_set_lfps_detect +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0xafa4a28e tegra194_xusb_padctl_soc +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0xc19cf60b tegra_xusb_padctl_enable_phy_wake +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0xc256eb22 tegra_xusb_padctl_enable_phy_sleepwalk +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0xf119a168 tegra_phy_xusb_utmi_pad_power_on +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0xf4ab65e3 tegra_xusb_padctl_hsic_set_idle +EXPORT_SYMBOL_GPL drivers/phy/ti/phy-omap-usb2 0x00d48f33 omap_usb2_set_comparator +EXPORT_SYMBOL_GPL drivers/pinctrl/pinctrl-mcp23s08 0x8e800d4a mcp23s08_probe_one +EXPORT_SYMBOL_GPL drivers/pinctrl/pinctrl-mcp23s08 0xd125f3c3 mcp23x17_regmap +EXPORT_SYMBOL_GPL drivers/pinctrl/pinctrl-mcp23s08 0xe15e572c mcp23x08_regmap +EXPORT_SYMBOL_GPL drivers/pinctrl/qcom/pinctrl-lpass-lpi 0xbf2a53e4 lpi_pinctrl_remove +EXPORT_SYMBOL_GPL drivers/pinctrl/qcom/pinctrl-lpass-lpi 0xd4037950 lpi_pinctrl_probe +EXPORT_SYMBOL_GPL drivers/platform/chrome/cros-ec-sensorhub 0x79f26e38 cros_ec_sensorhub_register_push_data +EXPORT_SYMBOL_GPL drivers/platform/chrome/cros-ec-sensorhub 0xd58f1dbf 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 0x15526dbf ssam_device_type +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x19599f30 ssam_device_add +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x2a9af24b __ssam_register_clients +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x2d9c3e49 ssam_device_alloc +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x2e51fab6 ssam_remove_clients +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x3b44ae6c ssam_client_bind +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x3c7a598c ssam_request_sync +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x495d3244 ssam_request_sync_init +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x4fa694d3 ssam_request_sync_free +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x56575900 ssam_get_controller +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x568bd374 ssam_controller_statelock +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x59626894 ssam_device_driver_unregister +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x5fe07d35 __ssam_notifier_unregister +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x64b6e110 ssam_controller_event_enable +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x6e13a839 ssam_request_sync_with_buffer +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x71fce15e ssam_controller_stateunlock +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x76056d7b __ssam_device_driver_register +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x77e767b3 ssam_bus_type +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x7809fd7f ssam_controller_device +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x7a0740f2 ssam_notifier_register +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x830a20c2 ssam_device_remove +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x8fd6b4fa ssam_device_get_match +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x9c1f39e9 ssh_packet_put +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x9e92897e ssam_controller_event_disable +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xa7ba5c2e ssam_request_sync_alloc +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xbd4305b4 ssam_controller_put +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xc227e896 ssam_client_link +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xc257048d ssam_device_get_match_data +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xc2bd582d ssam_device_id_match +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xc8cc60e0 ssam_request_sync_submit +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xca586c56 ssh_packet_get +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xd6a4ea78 ssam_request_write_data +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xe041d017 ssam_controller_get +EXPORT_SYMBOL_GPL drivers/platform/surface/surface_acpi_notify 0x48cf4c48 san_dgpu_notifier_register +EXPORT_SYMBOL_GPL drivers/platform/surface/surface_acpi_notify 0x8f46ecb1 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 0x64dcbcbb devm_reboot_mode_register +EXPORT_SYMBOL_GPL drivers/power/reset/reboot-mode 0xca1d3bfc reboot_mode_register +EXPORT_SYMBOL_GPL drivers/power/reset/reboot-mode 0xd974bf18 reboot_mode_unregister +EXPORT_SYMBOL_GPL drivers/power/reset/reboot-mode 0xedf2238a devm_reboot_mode_unregister +EXPORT_SYMBOL_GPL drivers/power/supply/bq27xxx_battery 0x305a3565 bq27xxx_battery_teardown +EXPORT_SYMBOL_GPL drivers/power/supply/bq27xxx_battery 0x3d9876b5 bq27xxx_battery_setup +EXPORT_SYMBOL_GPL drivers/power/supply/bq27xxx_battery 0x9d184387 bq27xxx_battery_update +EXPORT_SYMBOL_GPL drivers/power/supply/pcf50633-charger 0x0e6be957 pcf50633_mbc_usb_curlim_set +EXPORT_SYMBOL_GPL drivers/power/supply/pcf50633-charger 0x1c4cd3f8 pcf50633_mbc_get_status +EXPORT_SYMBOL_GPL drivers/power/supply/pcf50633-charger 0xb748819b pcf50633_mbc_get_usb_online_status +EXPORT_SYMBOL_GPL drivers/ptp/ptp-qoriq 0x2eae82b0 ptp_qoriq_isr +EXPORT_SYMBOL_GPL drivers/ptp/ptp-qoriq 0x3244fcc9 extts_clean_up +EXPORT_SYMBOL_GPL drivers/ptp/ptp-qoriq 0x38d2633a ptp_qoriq_init +EXPORT_SYMBOL_GPL drivers/ptp/ptp-qoriq 0x7f8a7257 ptp_qoriq_free +EXPORT_SYMBOL_GPL drivers/ptp/ptp-qoriq 0xa2b5f41b ptp_qoriq_settime +EXPORT_SYMBOL_GPL drivers/ptp/ptp-qoriq 0xcffe13a2 ptp_qoriq_gettime +EXPORT_SYMBOL_GPL drivers/ptp/ptp-qoriq 0xd0c62b54 ptp_qoriq_adjfine +EXPORT_SYMBOL_GPL drivers/ptp/ptp-qoriq 0xd4f4c8a0 ptp_qoriq_adjtime +EXPORT_SYMBOL_GPL drivers/ptp/ptp-qoriq 0xd5bd659d ptp_qoriq_enable +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0xaa380961 mc13xxx_get_num_regulators_dt +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0xaf0cf99d mc13xxx_parse_regulators_dt +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0xb03caf8c mc13xxx_fixed_regulator_ops +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0xcae44ef1 mc13xxx_regulator_ops +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0xf572370a mc13xxx_fixed_regulator_set_voltage +EXPORT_SYMBOL_GPL drivers/regulator/rohm-regulator 0xa401ee2e rohm_regulator_set_voltage_sel_restricted +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0x15ab8bf2 wm8350_dcdc_set_slot +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0x3488751a wm8350_isink_set_flash +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0x3f938698 wm8350_dcdc25_set_mode +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0x67adb6e2 wm8350_ldo_set_slot +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0x8803935c wm8350_register_led +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0xf125a3c4 wm8350_register_regulator +EXPORT_SYMBOL_GPL drivers/regulator/wm8400-regulator 0xd4ba42c7 wm8400_register_regulator +EXPORT_SYMBOL_GPL drivers/remoteproc/mtk_scp 0x1735f603 scp_get +EXPORT_SYMBOL_GPL drivers/remoteproc/mtk_scp 0x30aaea17 scp_get_rproc +EXPORT_SYMBOL_GPL drivers/remoteproc/mtk_scp 0x5fcc1428 scp_get_device +EXPORT_SYMBOL_GPL drivers/remoteproc/mtk_scp 0x6b89a771 scp_get_venc_hw_capa +EXPORT_SYMBOL_GPL drivers/remoteproc/mtk_scp 0x7b5f6b0f scp_put +EXPORT_SYMBOL_GPL drivers/remoteproc/mtk_scp 0x9c0fda02 scp_mapping_dm_addr +EXPORT_SYMBOL_GPL drivers/remoteproc/mtk_scp 0xb99e74b2 scp_get_vdec_hw_capa +EXPORT_SYMBOL_GPL drivers/remoteproc/mtk_scp_ipi 0x09313652 scp_memcpy_aligned +EXPORT_SYMBOL_GPL drivers/remoteproc/mtk_scp_ipi 0x333e186c scp_ipi_register +EXPORT_SYMBOL_GPL drivers/remoteproc/mtk_scp_ipi 0x8eb40872 scp_ipi_unregister +EXPORT_SYMBOL_GPL drivers/remoteproc/mtk_scp_ipi 0x937eb512 scp_ipi_lock +EXPORT_SYMBOL_GPL drivers/remoteproc/mtk_scp_ipi 0xb8c4892b scp_ipi_send +EXPORT_SYMBOL_GPL drivers/remoteproc/mtk_scp_ipi 0xba7215bd scp_ipi_unlock +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_common 0x0fa538df qcom_register_ssr_notifier +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_common 0x34165863 qcom_remove_ssr_subdev +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_common 0x538ce235 qcom_register_dump_segments +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_common 0x549a5315 qcom_minidump +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_common 0x6dc685a6 qcom_remove_smd_subdev +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_common 0x7160a960 qcom_remove_glink_subdev +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_common 0x71703953 qcom_add_ssr_subdev +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_common 0xa45d0bea qcom_add_smd_subdev +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_common 0xc39c50cc qcom_add_glink_subdev +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_common 0xd6cc0cc0 qcom_unregister_ssr_notifier +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_pil_info 0x30e58241 qcom_pil_info_store +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_q6v5 0x263b8bbd qcom_q6v5_deinit +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_q6v5 0x317c882a qcom_q6v5_request_stop +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_q6v5 0x7536d4ae qcom_q6v5_panic +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_q6v5 0x88703a02 qcom_q6v5_wait_for_start +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_q6v5 0xb0c74307 qcom_q6v5_unprepare +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_q6v5 0xca19a1da qcom_q6v5_prepare +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_q6v5 0xdf310dfc qcom_q6v5_init +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_sysmon 0x1031ef13 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 0x86903274 mtk_rpmsg_destroy_rproc_subdev +EXPORT_SYMBOL_GPL drivers/rpmsg/mtk_rpmsg 0xf7e2742a mtk_rpmsg_create_rproc_subdev +EXPORT_SYMBOL_GPL drivers/rpmsg/qcom_glink 0x149236da qcom_glink_native_remove +EXPORT_SYMBOL_GPL drivers/rpmsg/qcom_glink 0x983f1065 qcom_glink_native_probe +EXPORT_SYMBOL_GPL drivers/rpmsg/qcom_glink 0xf14f5684 qcom_glink_ssr_notify +EXPORT_SYMBOL_GPL drivers/rpmsg/qcom_glink 0xfd2d5a1d qcom_glink_native_unregister +EXPORT_SYMBOL_GPL drivers/rpmsg/qcom_glink_smem 0x72dd75d9 qcom_glink_smem_unregister +EXPORT_SYMBOL_GPL drivers/rpmsg/qcom_glink_smem 0xd22f6367 qcom_glink_smem_register +EXPORT_SYMBOL_GPL drivers/rtc/rtc-ds1685 0xce2f5a17 ds1685_rtc_poweroff +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x09890ddd cxgbi_get_conn_stats +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x0ea132e7 cxgbi_iscsi_init +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x16eafff9 cxgbi_bind_conn +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x1f0155fa cxgbi_parse_pdu_itt +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x1f05bc37 cxgbi_destroy_session +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x20a40eae cxgbi_sock_purge_wr_queue +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x228a87eb cxgbi_hbas_remove +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x2472f12a cxgbi_sock_act_open_req_arp_failure +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x2487451a cxgbi_sock_rcv_close_conn_rpl +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x248aa4b1 cxgbi_sock_fail_act_open +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x2a3f4630 cxgbi_device_find_by_netdev_rcu +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x2c029d5f cxgbi_sock_skb_entail +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x3167f580 cxgbi_sock_check_wr_invariants +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x3f96c8a5 cxgbi_sock_rcv_abort_rpl +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x3faef078 cxgbi_ddp_ppm_setup +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x4d0db7df cxgbi_sock_established +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x6235be9d cxgbi_conn_tx_open +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x63066419 cxgbi_conn_xmit_pdu +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x676744c9 cxgbi_conn_alloc_pdu +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x75ad62a0 cxgbi_device_unregister +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x7b787aaf cxgbi_sock_rcv_peer_close +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x7fdb6004 cxgbi_device_unregister_all +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x803fc8b3 cxgbi_sock_select_mss +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x826be72b cxgbi_device_portmap_cleanup +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x8319f739 cxgbi_ddp_set_one_ppod +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x9ee02426 cxgbi_ep_disconnect +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x9fa4677f cxgbi_device_register +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xa44ab5b6 cxgbi_hbas_add +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xa8d98071 cxgbi_sock_rcv_wr_ack +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xabb854a9 cxgbi_set_conn_param +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xaca820d3 cxgbi_conn_pdu_ready +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xb2c8f8a8 cxgbi_device_find_by_netdev +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xb2cffcf3 cxgbi_device_portmap_create +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xbc9bdc32 cxgbi_conn_init_pdu +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xbce0af74 cxgbi_cleanup_task +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xcb3bc719 cxgbi_create_conn +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xcb54724e cxgbi_get_ep_param +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xd437dd65 cxgbi_sock_closed +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xdde4035f cxgbi_set_host_param +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xdef6cd68 cxgbi_ep_poll +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xe2b00983 cxgbi_iscsi_cleanup +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xe4d95976 cxgbi_get_host_param +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xebdd7499 cxgbi_create_session +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xef346615 cxgbi_attr_is_visible +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xf57aecc2 cxgbi_device_find_by_lldev +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xfcef58af cxgbi_sock_free_cpl_skbs +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xffd62790 cxgbi_ep_connect +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x05bb7cd8 fcoe_fcf_device_delete +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x248d150a fcoe_libfc_config +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x3be799d1 fcoe_ctlr_get_lesb +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x4dbd0374 fcoe_fc_crc +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x4e7742b8 fcoe_fcf_device_add +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x521fbe22 fcoe_get_wwn +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x53916137 __fcoe_get_lesb +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x560f005c fcoe_get_lesb +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x6405bc20 fcoe_validate_vport_create +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x838ed320 fcoe_start_io +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x839af5f4 fcoe_check_wait_queue +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xa7440b95 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 0xcecb0267 fcoe_clean_pending_queue +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xdc6d09f0 fcoe_ctlr_device_delete +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xde96df34 fcoe_ctlr_device_add +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xf167cb7a fcoe_wwn_to_str +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xffb915b4 fcoe_link_speed_update +EXPORT_SYMBOL_GPL drivers/scsi/fdomain 0xb656ae9a fdomain_destroy +EXPORT_SYMBOL_GPL drivers/scsi/fdomain 0xefdc9a6c fdomain_create +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x133d7cea hisi_sas_alloc +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x1d41e4c7 hisi_sas_probe +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x2d479136 hisi_sas_slave_configure +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x2db175b7 hisi_sas_phy_down +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x348e6b08 to_hisi_sas_port +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 0x4641a5bc hisi_sas_phy_bcast +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x4d9fe043 hisi_sas_scan_start +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x4fc22123 hisi_sas_stt +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x672b6243 hisi_sas_phy_enable +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x71d7ca44 hisi_sas_free +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x7aae626e hisi_sas_slave_alloc +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x7ed50e41 hisi_sas_controller_reset_done +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x8b0066ee hisi_sas_sync_irqs +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x8c834537 hisi_sas_sata_done +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x9399c4e2 hisi_sas_phy_oob_ready +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x988bf4be hisi_sas_slot_task_free +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0xa07d55c9 hisi_sas_init_mem +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0xa379fc9a hisi_sas_stop_phys +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 0xc8c16978 hisi_sas_debugfs_dir +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0xc91e91d5 hisi_sas_host_reset +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0xce578ff7 hisi_sas_scan_finished +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0xe1b395d7 hisi_sas_remove +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0xe226f7fc hisi_sas_notify_phy_event +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 0xe3ddb780 hisi_sas_get_fw_info +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0xe987d9aa hisi_sas_debugfs_enable +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0xebfae55c hisi_sas_get_ata_protocol +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0xedc280e9 hisi_sas_release_tasks +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0xf854a32f hisi_sas_controller_reset_prepare +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x0b6e7db4 iscsi_boot_create_ethernet +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x1ca562b0 iscsi_boot_create_host_kset +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x3939b7d9 iscsi_boot_create_kset +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x6e7ead22 iscsi_boot_destroy_kset +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x79fcfde0 iscsi_boot_create_initiator +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0xd4d2e645 iscsi_boot_create_acpitbl +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0xfe32cc2d iscsi_boot_create_target +EXPORT_SYMBOL_GPL drivers/scsi/libfc/libfc 0x662c6b8b fc_seq_els_rsp_send +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x04e5fe09 iscsi_requeue_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x06f89cb9 __iscsi_complete_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x110f4d41 iscsi_itt_to_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x12b2ad06 iscsi_switch_str_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x15490299 iscsi_conn_get_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x1c431c6d iscsi_host_set_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x1d0b72ab iscsi_host_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x21235ec5 iscsi_host_get_max_scsi_cmds +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x2331253e iscsi_conn_send_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x2343ac65 iscsi_suspend_queue +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x237eedff iscsi_session_recovery_timedout +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x2d4a84c0 iscsi_host_add +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x2db4fb8e iscsi_itt_to_ctask +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x31782b65 iscsi_session_setup +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x39f5de19 iscsi_session_get_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x3bef2f73 iscsi_pool_init +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x4cc205d4 iscsi_complete_scsi_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x4cd83511 iscsi_set_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x589e220b iscsi_target_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x58b0d691 iscsi_suspend_tx +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x5b865196 iscsi_host_remove +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x6087007f iscsi_prep_data_out_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x616e8191 iscsi_complete_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x63ea4af5 iscsi_conn_stop +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x66e9a16f iscsi_update_cmdsn +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x6d29e76e iscsi_session_teardown +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x6d3e93ec iscsi_eh_recover_target +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x753013f4 iscsi_suspend_rx +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x7e7430dd __iscsi_put_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x8a17facc iscsi_eh_abort +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x8cf60131 iscsi_conn_teardown +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x8d303b1b iscsi_pool_free +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x993f19cf iscsi_verify_itt +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xa3393a02 iscsi_conn_start +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xa7675ce4 iscsi_host_get_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xac6d8985 iscsi_eh_cmd_timed_out +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xad7d0cb1 iscsi_get_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xba3adc43 iscsi_eh_session_reset +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xc0366e34 iscsi_put_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xc2633855 iscsi_conn_queue_recv +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xc3872729 iscsi_host_free +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xc390a9a8 iscsi_session_remove +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xcd7dc5ac iscsi_session_failure +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xd30fbcfe iscsi_conn_bind +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xd5c2b4d9 iscsi_conn_setup +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xdfc24e6b iscsi_queuecommand +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xe1646b0e iscsi_conn_queue_xmit +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xe999d237 iscsi_session_free +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xeab9cbd5 iscsi_conn_get_addr_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xf31bc03a iscsi_eh_device_reset +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xf4d6567d iscsi_conn_unbind +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xfb267183 iscsi_conn_failure +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x00b1e495 iscsi_tcp_set_max_r2t +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x046253fd iscsi_tcp_hdr_recv_prep +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x18cc9799 iscsi_tcp_dgst_header +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x2efc8147 iscsi_tcp_r2tpool_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x47025c04 iscsi_tcp_recv_skb +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x4aa7cb8e iscsi_tcp_conn_get_stats +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x63c26746 iscsi_tcp_cleanup_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x699886f7 iscsi_tcp_r2tpool_free +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x760b2c56 iscsi_tcp_task_xmit +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x7b74c811 iscsi_segment_seek_sg +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x8abbcae9 iscsi_tcp_segment_done +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x99dd7505 iscsi_tcp_segment_unmap +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xaa7e91d2 iscsi_tcp_task_init +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xded15bed iscsi_tcp_conn_setup +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xe371053a iscsi_tcp_conn_teardown +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xf3a6a128 iscsi_segment_init_linear +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xfee33ce4 iscsi_tcp_recv_segment_is_hdr +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x0a2df508 sas_lu_reset +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x0e67ed5b sas_notify_port_event +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x0e79158d sas_query_task +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x11818520 sas_execute_ata_cmd +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x1306bc67 sas_eh_abort_handler +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x142f60e4 sas_domain_attach_transport +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x1cec699e sas_execute_internal_abort_single +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x27033a78 sas_eh_target_reset_handler +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x36dbe87a sas_eh_device_reset_handler +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x3727e5b2 sas_abort_task_set +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x667c5f49 sas_bios_param +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x752f58dd sas_phy_reset +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x76ca664e sas_slave_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x786472fe sas_request_addr +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x7a640b61 sas_target_destroy +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x7f7b8b44 smp_ata_check_ready_type +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x7fccc241 sas_register_ha +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x858ae49e sas_execute_internal_abort_dev +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x86f46a8e sas_queuecommand +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x8d417359 sas_task_abort +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x91048924 sas_clear_task_set +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x96c30689 sas_abort_task +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x9f7817d8 sas_ioctl +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xa51b9b67 sas_get_local_phy +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xa66b85e1 dev_attr_phy_event_threshold +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xa7b19ac6 sas_unregister_ha +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xaaa7e53f sas_change_queue_depth +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xb47f7650 sas_ata_schedule_reset +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xb66a9493 sas_slave_configure +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xc163f1cc sas_ssp_task_response +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xcfdedace sas_drain_work +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xdc04f634 sas_ata_device_link_abort +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xdeee4f22 sas_target_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xeb3794b8 sas_notify_phy_event +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xf0ce6cbf sas_find_attached_phy_id +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xff0c19c5 sas_phy_enable +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_fc 0x5ed84931 fc_eh_should_retry_cmd +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x0699070e iscsi_create_flashnode_sess +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x0736dd10 __tracepoint_iscsi_dbg_eh +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x123582c4 iscsi_session_chkready +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x18961a19 iscsi_is_session_online +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x2bfe62fc iscsi_create_iface +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x2f664648 iscsi_host_for_each_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x335b9b21 iscsi_unregister_transport +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x35e2d609 iscsi_find_flashnode_sess +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x3785e561 __tracepoint_iscsi_dbg_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x38c240b2 __traceiter_iscsi_dbg_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x3a5350b7 iscsi_block_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x3c863e05 iscsi_destroy_flashnode_sess +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x3d9153dd iscsi_create_endpoint +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x44be501e iscsi_session_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x44eee9e5 iscsi_destroy_all_flashnode +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x45e00823 __traceiter_iscsi_dbg_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x46bd3e45 __traceiter_iscsi_dbg_eh +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x4b34b63f iscsi_get_port_speed_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x4c588e75 iscsi_remove_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x5534cbbd 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 0x5bfaa2c3 __tracepoint_iscsi_dbg_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x65ed9b0b iscsi_alloc_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x66b1f0a4 iscsi_get_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x699fe53e iscsi_get_discovery_parent_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x6ca92b82 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 0x72f1cc9b iscsi_conn_login_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x734e2b0c iscsi_ping_comp_event +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 0x9227975e iscsi_remove_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x92522ba9 iscsi_dbg_trace +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x92c06892 iscsi_get_port_state_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x956a904e iscsi_free_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x9691b2d3 iscsi_add_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x977d0943 iscsi_is_session_dev +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x9ab33266 iscsi_alloc_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xa0a03b91 iscsi_register_transport +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xa81fff40 iscsi_destroy_iface +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xaa976bb3 __tracepoint_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 0xb1668db7 iscsi_force_destroy_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xb69fbc72 iscsi_post_host_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xb96ede62 iscsi_put_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xbad112dc iscsi_put_endpoint +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xbc071179 iscsi_get_ipaddress_state_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xbd89a293 iscsi_lookup_endpoint +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xc5f2ff4d iscsi_destroy_endpoint +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xd2ca50c6 iscsi_conn_error_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xd4e55f1e __tracepoint_iscsi_dbg_sw_tcp +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xd6d3d265 __traceiter_iscsi_dbg_tcp +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xd84cd01e iscsi_create_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xd97a3c23 iscsi_block_scsi_eh +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xdc7be8a2 iscsi_offload_mesg +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xe20f7904 iscsi_create_flashnode_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xe4c79fa6 __SCK__tp_func_iscsi_dbg_eh +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xf500cec6 __traceiter_iscsi_dbg_sw_tcp +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xf70b92c4 iscsi_recv_pdu +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xf860b58d iscsi_unblock_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xfba9b059 iscsi_add_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0x4f1919ad sas_disable_tlr +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0xa95738d9 sas_enable_tlr +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0xce17e3f7 sas_is_tlr_enabled +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0xf02f86fb sas_tlr_supported +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_spi 0x0ef06974 spi_populate_ppr_msg +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_spi 0x2e3a2f7b 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 0x140b14b6 srp_rport_add +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0x1902178a srp_tmo_valid +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0x301c0b25 srp_remove_host +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0x327dcdf4 srp_rport_del +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0x445d78d4 srp_release_transport +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0xa88f5dd3 srp_stop_rport_timers +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0xb36d24ef srp_attach_transport +EXPORT_SYMBOL_GPL drivers/siox/siox-core 0x0688ed59 siox_master_unregister +EXPORT_SYMBOL_GPL drivers/siox/siox-core 0x4c7f108f siox_master_register +EXPORT_SYMBOL_GPL drivers/siox/siox-core 0x7218daa1 siox_master_alloc +EXPORT_SYMBOL_GPL drivers/siox/siox-core 0x85dcbde5 siox_device_connected +EXPORT_SYMBOL_GPL drivers/siox/siox-core 0xab08c62d siox_device_synced +EXPORT_SYMBOL_GPL drivers/siox/siox-core 0xed81802e __siox_driver_register +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x0c7e94f5 slim_writeb +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x2c3266b0 slim_unregister_controller +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x53a11228 slim_write +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x5758adb4 slim_driver_unregister +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x5b8f39a8 slim_report_absent +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x5bf09f64 slim_do_transfer +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x685d1763 slim_get_device +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x7227fb57 slim_device_report_present +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x8aefa4d4 __slim_driver_register +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x8bd97772 slim_alloc_txn_tid +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x96c43045 slim_stream_unprepare +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x9e25f219 slimbus_bus +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xa4eb4afa slim_stream_allocate +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xa51b61f7 slim_readb +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xb7491d45 slim_register_controller +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xc15e8807 slim_stream_enable +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xc5331a91 slim_get_logical_addr +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xc6172e19 slim_free_txn_tid +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xc9991ac9 slim_stream_prepare +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xcd027d1c slim_ctrl_clk_pause +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xcd9853a7 of_slim_get_device +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xd069bf89 slim_msg_response +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xd5abf760 slim_stream_disable +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xd85b00f2 slim_xfer_msg +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xe08da2c1 slim_read +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xe3ab1684 slim_stream_free +EXPORT_SYMBOL_GPL drivers/soc/amlogic/meson-canvas 0x31438be1 meson_canvas_get +EXPORT_SYMBOL_GPL drivers/soc/amlogic/meson-canvas 0x494128eb meson_canvas_alloc +EXPORT_SYMBOL_GPL drivers/soc/amlogic/meson-canvas 0x673c5a86 meson_canvas_config +EXPORT_SYMBOL_GPL drivers/soc/amlogic/meson-canvas 0xfbd79150 meson_canvas_free +EXPORT_SYMBOL_GPL drivers/soc/apple/apple-rtkit 0x0ee4cb96 apple_rtkit_reinit +EXPORT_SYMBOL_GPL drivers/soc/apple/apple-rtkit 0x535a3925 apple_rtkit_quiesce +EXPORT_SYMBOL_GPL drivers/soc/apple/apple-rtkit 0x70686bd6 apple_rtkit_boot +EXPORT_SYMBOL_GPL drivers/soc/apple/apple-rtkit 0x750e90e4 apple_rtkit_shutdown +EXPORT_SYMBOL_GPL drivers/soc/apple/apple-rtkit 0x7e6dbb4c apple_rtkit_send_message +EXPORT_SYMBOL_GPL drivers/soc/apple/apple-rtkit 0x86ce0eca apple_rtkit_wake +EXPORT_SYMBOL_GPL drivers/soc/apple/apple-rtkit 0x8f2c7f33 apple_rtkit_start_ep +EXPORT_SYMBOL_GPL drivers/soc/apple/apple-rtkit 0x9834a0c8 apple_rtkit_is_crashed +EXPORT_SYMBOL_GPL drivers/soc/apple/apple-rtkit 0x9dbc10b5 devm_apple_rtkit_init +EXPORT_SYMBOL_GPL drivers/soc/apple/apple-rtkit 0x9fb558f5 apple_rtkit_send_message_wait +EXPORT_SYMBOL_GPL drivers/soc/apple/apple-rtkit 0xbd651311 apple_rtkit_is_running +EXPORT_SYMBOL_GPL drivers/soc/apple/apple-rtkit 0xd096356f apple_rtkit_poll +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/apple/apple-sart 0xffff986a devm_apple_sart_get +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 0x46cf6d4d dpaa2_io_store_create +EXPORT_SYMBOL_GPL drivers/soc/fsl/dpio/fsl-mc-dpio 0x4994345c dpaa2_io_store_destroy +EXPORT_SYMBOL_GPL drivers/soc/fsl/dpio/fsl-mc-dpio 0x6560c60d dpaa2_io_service_acquire +EXPORT_SYMBOL_GPL drivers/soc/fsl/dpio/fsl-mc-dpio 0x79cf65a1 dpaa2_io_service_enqueue_qd +EXPORT_SYMBOL_GPL drivers/soc/fsl/dpio/fsl-mc-dpio 0x8edafa55 dpaa2_io_query_bp_count +EXPORT_SYMBOL_GPL drivers/soc/fsl/dpio/fsl-mc-dpio 0xb9e81961 dpaa2_io_query_fq_count +EXPORT_SYMBOL_GPL drivers/soc/fsl/dpio/fsl-mc-dpio 0xf05eb43e dpaa2_io_service_deregister +EXPORT_SYMBOL_GPL drivers/soc/fsl/dpio/fsl-mc-dpio 0xfbd6059c dpaa2_io_service_register +EXPORT_SYMBOL_GPL drivers/soc/qcom/apr 0x2b5ae77f __apr_driver_register +EXPORT_SYMBOL_GPL drivers/soc/qcom/apr 0x49ed5c29 gpr_send_port_pkt +EXPORT_SYMBOL_GPL drivers/soc/qcom/apr 0x4e94f678 apr_send_pkt +EXPORT_SYMBOL_GPL drivers/soc/qcom/apr 0x62b13b92 gpr_alloc_port +EXPORT_SYMBOL_GPL drivers/soc/qcom/apr 0x75c30f27 gpr_send_pkt +EXPORT_SYMBOL_GPL drivers/soc/qcom/apr 0xe2a57514 apr_driver_unregister +EXPORT_SYMBOL_GPL drivers/soc/qcom/apr 0xe9c87369 aprbus +EXPORT_SYMBOL_GPL drivers/soc/qcom/apr 0xea184ead 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 0x010614ec qcom_mdt_pas_init +EXPORT_SYMBOL_GPL drivers/soc/qcom/mdt_loader 0x57c5a685 qcom_mdt_load +EXPORT_SYMBOL_GPL drivers/soc/qcom/mdt_loader 0x870098e5 qcom_mdt_load_no_init +EXPORT_SYMBOL_GPL drivers/soc/qcom/mdt_loader 0x97ada9cd qcom_mdt_read_metadata +EXPORT_SYMBOL_GPL drivers/soc/qcom/mdt_loader 0xe8a3861c qcom_mdt_get_size +EXPORT_SYMBOL_GPL drivers/soundwire/soundwire-bus 0x33d3d4a2 sdw_bus_type +EXPORT_SYMBOL_GPL drivers/soundwire/soundwire-bus 0xb280e867 __sdw_register_driver +EXPORT_SYMBOL_GPL drivers/soundwire/soundwire-bus 0xcd2aedb9 sdw_unregister_driver +EXPORT_SYMBOL_GPL drivers/soundwire/soundwire-cadence 0x4c729614 sdw_cdns_debugfs_init +EXPORT_SYMBOL_GPL drivers/spi/spi-altera-core 0x5d431ad7 altera_spi_init_master +EXPORT_SYMBOL_GPL drivers/spi/spi-altera-core 0xb9edd149 altera_spi_irq +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0x26908684 spi_bitbang_stop +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0x6db6d018 spi_bitbang_setup_transfer +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0x6fdbd2fd spi_bitbang_setup +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0x870174a3 spi_bitbang_start +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0xae12fd1b spi_bitbang_cleanup +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0xc0349a3c spi_bitbang_init +EXPORT_SYMBOL_GPL drivers/spi/spi-loopback-test 0x0af58a36 spi_test_execute_msg +EXPORT_SYMBOL_GPL drivers/spi/spi-loopback-test 0x941f8d60 spi_test_run_tests +EXPORT_SYMBOL_GPL drivers/spi/spi-loopback-test 0x9abd2c02 spi_test_run_test +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x12116fc8 spmi_device_from_of +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x1c28a7ab spmi_device_add +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x228b7495 spmi_command_sleep +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x28138a84 spmi_device_alloc +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x3e71f2aa spmi_ext_register_writel +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x51682914 spmi_ext_register_read +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x52d46680 spmi_register_read +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x63bdfffe spmi_controller_remove +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x8404144c spmi_device_remove +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x99b4fd20 __spmi_driver_register +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x9bff5401 spmi_command_wakeup +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x9e110825 spmi_ext_register_write +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xa3493264 spmi_register_zero_write +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xa5e74040 spmi_controller_alloc +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xaebd490e spmi_controller_add +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xb31804cf spmi_command_shutdown +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xcaaab11d spmi_register_write +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xcc3baa97 spmi_ext_register_readl +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xfbfc1d20 spmi_command_reset +EXPORT_SYMBOL_GPL drivers/ssb/ssb 0xd996e578 ssb_pmu_spuravoid_pllupdate +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0x01043a32 anybuss_read_output +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0x0fce2c51 anybuss_read_fbctrl +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0x15a14f04 anybuss_set_power +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0x1db1369a devm_anybuss_host_common_probe +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0x380bd315 anybuss_client_driver_register +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0x570b4969 anybuss_client_driver_unregister +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0xada14854 anybuss_recv_msg +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0xb26ab9c3 anybuss_send_msg +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0xb4a1cd8a anybuss_write_input +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0xe921d4f7 anybuss_send_ext +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0xe9fa3981 anybuss_finish_init +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0xf5f152ae anybuss_start_init +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0xfce879ad anybuss_host_common_remove +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0xfd87bc5c anybuss_host_common_probe +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/fieldbus_dev 0x6503a257 fieldbus_dev_online_changed +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/fieldbus_dev 0x97d8f9cf fieldbus_dev_unregister +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/fieldbus_dev 0xc19adf9b fieldbus_dev_area_updated +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/fieldbus_dev 0xf99953ac fieldbus_dev_register +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0x07c60167 gb_audio_apbridgea_register_cport +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0x1348d00b gb_audio_apbridgea_start_tx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0x49bfe7ea gb_audio_apbridgea_shutdown_rx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0x56fcb7cd gb_audio_apbridgea_stop_tx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0x669fb516 gb_audio_apbridgea_set_config +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0x6ddbe171 gb_audio_apbridgea_unregister_cport +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0x739d7f32 gb_audio_apbridgea_prepare_tx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0xb89cc494 gb_audio_apbridgea_set_rx_data_size +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0xcd93a9c5 gb_audio_apbridgea_set_tx_data_size +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0xda2a2e10 gb_audio_apbridgea_prepare_rx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0xdf051335 gb_audio_apbridgea_start_rx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0xe008b6c8 gb_audio_apbridgea_shutdown_tx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0xff4be6ef gb_audio_apbridgea_stop_rx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0x322589f1 gb_audio_gb_set_tx_data_size +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0x3958c152 gb_audio_gb_set_pcm +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0x4075efd6 gb_audio_gb_set_rx_data_size +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0x8a7a912a gb_audio_gb_get_pcm +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0x8e70e62a gb_audio_gb_deactivate_rx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0x9f29af61 gb_audio_gb_set_control +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0xaade2be5 gb_audio_gb_deactivate_tx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0xab7ff83e gb_audio_gb_get_topology +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0xbaba2323 gb_audio_gb_get_control +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0xc17a23de gb_audio_gb_activate_tx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0xc56950f6 gb_audio_gb_disable_widget +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0xe5d4ee11 gb_audio_gb_activate_rx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0xe9824c62 gb_audio_gb_enable_widget +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-manager 0x19e9e6b1 gb_audio_manager_remove_all +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-manager 0x32e6391e gb_audio_manager_remove +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-manager 0x5a108b0f gb_audio_manager_add +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-manager 0x626df798 gb_audio_manager_get_module +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-manager 0x79eef2f8 gb_audio_manager_dump_all +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-manager 0x87cb0b36 gb_audio_manager_put_module +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-manager 0xaeac8ca2 gb_audio_manager_dump_module +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-gbphy 0x49171c1c gb_gbphy_register_driver +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-gbphy 0x523087a3 gb_gbphy_deregister_driver +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-spilib 0xc3c74db7 gb_spilib_master_init +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-spilib 0xdb80d27b gb_spilib_master_exit +EXPORT_SYMBOL_GPL drivers/staging/iio/addac/adt7316 0x369d274f adt7316_pm_ops +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0x09976fbd imx_media_dev_init +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0x0bda250a imx_media_of_add_csi +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0x0c0c7995 imx_media_find_subdev_by_devname +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0x26b34d66 imx_media_pipeline_video_device +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0x2fafc3bd imx_media_capture_device_next_buf +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0x319345a0 imx_media_alloc_dma_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 0x473e69be imx_media_capture_device_unregister +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0x508ea670 imx_media_pipeline_csi2_channel +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0x5276ad28 imx_media_free_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 0x5af3a0f6 imx_media_capture_device_init +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0x66693d66 imx_media_probe_complete +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0x86e1b3b6 imx_media_pipeline_set_stream +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0x8786a097 imx_media_add_video_device +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0x8c304a1d imx_media_dev_notifier_register +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0x944e7020 imx_media_init_cfg +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0xa08c0a25 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 0xab8ece6a imx_media_pipeline_pad +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0xb6104c5d imx_media_pipeline_subdev +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 0xc535fed7 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 0xe932b00b imx_media_enum_pixel_formats +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0xf7f4a88a imx_media_find_subdev_by_fwnode +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0xfeae293f imx_media_capture_device_remove +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0xff0158f4 imx_media_add_of_subdevs +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0x06746720 amvdec_read_dos +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 0x153b5bd7 amvdec_set_par_from_dar +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0x17901016 codec_hevc_free_mmu_headers +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0x1cb1e6d9 amvdec_am21c_size +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0x31653ab4 amvdec_src_change +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0x4e815360 codec_hevc_setup_buffers +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0x5d1aca32 amvdec_dst_buf_done_offset +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0x5ec86660 amvdec_dst_buf_done_idx +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 0x6b61962d amvdec_write_parser +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0x7105df12 codec_hevc_setup_decode_head +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0x74374c43 codec_hevc_free_fbc_buffers +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0x783a23b5 amvdec_get_output_size +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0x799fc971 amvdec_clear_dos_bits +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0x7c04a302 amvdec_remove_ts +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0x803fa41b amvdec_set_canvases +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0x8527be50 amvdec_add_ts +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0x8bdf12b2 amvdec_read_parser +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0xb489ea40 amvdec_abort +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0xb757d29f amvdec_write_dos_bits +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0xb99484ca codec_hevc_fill_mmu_map +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0xcf3c640e amvdec_write_dos +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0xe992facc amvdec_dst_buf_done +EXPORT_SYMBOL_GPL drivers/staging/nvec/nvec 0x77fa85c0 nvec_unregister_notifier +EXPORT_SYMBOL_GPL drivers/staging/nvec/nvec 0x817bd5d2 nvec_register_notifier +EXPORT_SYMBOL_GPL drivers/staging/nvec/nvec 0x8dba7c3b nvec_msg_free +EXPORT_SYMBOL_GPL drivers/target/target_core_mod 0x2b9b3376 target_stop_cmd_counter +EXPORT_SYMBOL_GPL drivers/target/target_core_mod 0x3880e24e target_init_cmd +EXPORT_SYMBOL_GPL drivers/target/target_core_mod 0x5d24150b target_free_cmd_counter +EXPORT_SYMBOL_GPL drivers/target/target_core_mod 0x67887ce6 target_queue_submission +EXPORT_SYMBOL_GPL drivers/target/target_core_mod 0x7e391c35 target_submit +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 0xec3b2658 target_submit_prep +EXPORT_SYMBOL_GPL drivers/tee/tee 0x00e9afa2 tee_shm_get_va +EXPORT_SYMBOL_GPL drivers/tee/tee 0x056653cc tee_device_register +EXPORT_SYMBOL_GPL drivers/tee/tee 0x16cc5472 tee_shm_alloc_priv_buf +EXPORT_SYMBOL_GPL drivers/tee/tee 0x1db2ca34 tee_shm_register_kernel_buf +EXPORT_SYMBOL_GPL drivers/tee/tee 0x566a6b66 tee_shm_pool_alloc_res_mem +EXPORT_SYMBOL_GPL drivers/tee/tee 0x5bb14f62 tee_client_close_context +EXPORT_SYMBOL_GPL drivers/tee/tee 0x5e6b0c1d tee_client_close_session +EXPORT_SYMBOL_GPL drivers/tee/tee 0x655986dc tee_shm_get_from_id +EXPORT_SYMBOL_GPL drivers/tee/tee 0x65d2bc09 tee_device_unregister +EXPORT_SYMBOL_GPL drivers/tee/tee 0x71fc36d9 teedev_close_context +EXPORT_SYMBOL_GPL drivers/tee/tee 0x7a626f07 tee_shm_free +EXPORT_SYMBOL_GPL drivers/tee/tee 0x85fd9922 tee_session_calc_client_uuid +EXPORT_SYMBOL_GPL drivers/tee/tee 0xa1fad91f tee_client_get_version +EXPORT_SYMBOL_GPL drivers/tee/tee 0xa7fc8747 tee_client_open_context +EXPORT_SYMBOL_GPL drivers/tee/tee 0xadad44e7 teedev_open +EXPORT_SYMBOL_GPL drivers/tee/tee 0xc07449f6 tee_client_invoke_func +EXPORT_SYMBOL_GPL drivers/tee/tee 0xc29edf0b tee_bus_type +EXPORT_SYMBOL_GPL drivers/tee/tee 0xd58b2de6 tee_shm_alloc_kernel_buf +EXPORT_SYMBOL_GPL drivers/tee/tee 0xd79fea0b tee_shm_put +EXPORT_SYMBOL_GPL drivers/tee/tee 0xdf8a5606 tee_get_drvdata +EXPORT_SYMBOL_GPL drivers/tee/tee 0xebaec1de tee_device_alloc +EXPORT_SYMBOL_GPL drivers/tee/tee 0xefda884d tee_client_open_session +EXPORT_SYMBOL_GPL drivers/tee/tee 0xfdb4617a tee_shm_get_pa +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x01723c0a tb_xdomain_lane_bonding_disable +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x01d23ee1 tb_property_create_dir +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x09c60a2d tb_register_service_driver +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x0a079cbf tb_xdomain_release_in_hopid +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x0cc7d076 tb_ring_alloc_rx +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x2600998f tb_xdomain_response +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x35868ea1 tb_ring_start +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x35fa393f tb_xdomain_lane_bonding_enable +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x3736e1c1 tb_xdomain_enable_paths +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x378537b3 tb_xdomain_release_out_hopid +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x393b4f2f tb_property_free_dir +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x3fe6cf20 tb_ring_poll_complete +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x47c24477 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 0x5603746e tb_unregister_service_driver +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x5795e735 tb_xdomain_request +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x5a192f33 tb_ring_free +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x603249ed tb_unregister_property_dir +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x6459d986 tb_xdomain_disable_paths +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x658e3d97 tb_property_add_immediate +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x66df8fe9 tb_xdomain_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 0x84ec69a0 __tb_ring_enqueue +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x888065dc tb_service_type +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x8b62f95e tb_property_add_dir +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x92e9378c tb_ring_stop +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xa3d2b403 tb_property_add_data +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xb374f0a1 tb_ring_alloc_tx +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xb7c7cdce tb_property_add_text +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xc4ef2b62 tb_xdomain_alloc_in_hopid +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xcf29716d tb_xdomain_alloc_out_hopid +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xd2b6bedb tb_xdomain_find_by_route +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xd47f4f7f tb_ring_poll +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 0x004d1531 ufshcd_uic_hibern8_exit +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x03e2986d ufshcd_hba_enable +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x0f9f26e6 ufshcd_resume_complete +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x19b08777 ufshcd_init +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x1cf9049a __ufshcd_suspend_prepare +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x2516ee27 ufshcd_update_evt_hist +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x37d471dc ufshcd_uic_change_pwr_mode +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x417389dc ufshcd_dme_get_attr +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x55c5350d ufshcd_remove +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x62422d80 ufshcd_fixup_dev_quirks +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x723b1abf ufshcd_delay_us +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x73b7e532 ufshcd_hold +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x94e62029 ufshcd_link_recovery +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x94f17850 ufshcd_dme_set_attr +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x981d1da0 ufshcd_dump_regs +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xab16ef42 ufshcd_make_hba_operational +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xab62bff7 ufshcd_release +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xae5d16d4 ufshcd_clkgate_delay_set +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xae7bab89 ufshcd_uic_hibern8_enter +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xd5c2bc95 ufshcd_hba_stop +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xe41fa8bc ufshcd_auto_hibern8_update +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xeb0e0fab ufshcd_dealloc_host +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xec9d4c67 ufshcd_suspend_prepare +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xf06e6657 ufshcd_config_pwr_mode +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xf14c1502 ufshcd_get_vreg +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xf96ff365 ufshcd_dme_configure_adapt +EXPORT_SYMBOL_GPL drivers/ufs/host/ufshcd-pltfrm 0x024cd0e7 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 0xbe3cabb7 ufshcd_pltfrm_shutdown +EXPORT_SYMBOL_GPL drivers/ufs/host/ufshcd-pltfrm 0xc863be63 ufshcd_populate_vreg +EXPORT_SYMBOL_GPL drivers/uio/uio 0x422cf03a uio_event_notify +EXPORT_SYMBOL_GPL drivers/uio/uio 0x6f78a429 uio_unregister_device +EXPORT_SYMBOL_GPL drivers/uio/uio 0xa11ae7e9 __uio_register_device +EXPORT_SYMBOL_GPL drivers/uio/uio 0xb224f0a1 __devm_uio_register_device +EXPORT_SYMBOL_GPL drivers/usb/atm/usbatm 0x4e6b2257 usbatm_usb_probe +EXPORT_SYMBOL_GPL drivers/usb/atm/usbatm 0xda0b247f usbatm_usb_disconnect +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0x00e18be9 cdns_clear_vbus +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0x48b3245d cdns_set_vbus +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0x64a8d9e7 cdns_init +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0x89ae7f44 cdns_remove +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0xa7dd2dcb cdns_power_is_lost +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0xabdebc60 cdns_resume +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0xc3a962ad cdns_drd_gadget_off +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0xf19f1148 cdns_drd_gadget_on +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0xf918f5d3 cdns_suspend +EXPORT_SYMBOL_GPL drivers/usb/chipidea/ci_hdrc 0x375fa802 ci_hdrc_query_available_role +EXPORT_SYMBOL_GPL drivers/usb/chipidea/ci_hdrc 0x7db892b6 hw_phymode_configure +EXPORT_SYMBOL_GPL drivers/usb/chipidea/ci_hdrc 0xb5292d7b ci_hdrc_add_device +EXPORT_SYMBOL_GPL drivers/usb/chipidea/ci_hdrc 0xd9abe10c ci_hdrc_remove_device +EXPORT_SYMBOL_GPL drivers/usb/chipidea/usbmisc_imx 0x34fd9d21 imx_usbmisc_charger_detection +EXPORT_SYMBOL_GPL drivers/usb/chipidea/usbmisc_imx 0x4dcf125c imx_usbmisc_init_post +EXPORT_SYMBOL_GPL drivers/usb/chipidea/usbmisc_imx 0x8959b160 imx_usbmisc_init +EXPORT_SYMBOL_GPL drivers/usb/chipidea/usbmisc_imx 0xa356b0ab imx_usbmisc_hsic_set_connect +EXPORT_SYMBOL_GPL drivers/usb/chipidea/usbmisc_imx 0xa7a8cd5c imx_usbmisc_suspend +EXPORT_SYMBOL_GPL drivers/usb/chipidea/usbmisc_imx 0xdad9d1c3 imx_usbmisc_resume +EXPORT_SYMBOL_GPL drivers/usb/common/ulpi 0x1dd30304 __ulpi_register_driver +EXPORT_SYMBOL_GPL drivers/usb/common/ulpi 0xbf59d023 ulpi_unregister_driver +EXPORT_SYMBOL_GPL drivers/usb/common/ulpi 0xbfbd908d ulpi_write +EXPORT_SYMBOL_GPL drivers/usb/common/ulpi 0xc1e10ac4 ulpi_register_interface +EXPORT_SYMBOL_GPL drivers/usb/common/ulpi 0xd1a1465e ulpi_read +EXPORT_SYMBOL_GPL drivers/usb/common/ulpi 0xe4bc1e01 ulpi_unregister_interface +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x1d7e3017 u_audio_suspend +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x264709ba u_audio_stop_playback +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x26526ce9 u_audio_start_playback +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x4e906fd0 u_audio_get_playback_srate +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x4fda4bf5 g_audio_cleanup +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x6cd1830b u_audio_set_capture_srate +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x7d79e36d u_audio_get_volume +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x7d8b9945 u_audio_get_mute +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x81768a3b u_audio_set_mute +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0xa7a2c757 u_audio_start_capture +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0xb2c79457 u_audio_stop_capture +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0xe0408502 g_audio_setup +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0xe27ebc8f u_audio_set_volume +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0xe368c175 u_audio_set_playback_srate +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0xe537b084 u_audio_get_capture_srate +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x1a6e04a2 gether_set_host_addr +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x3a001c18 gether_connect +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x5c5b3663 gether_get_host_addr_cdc +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x7d6e25ee gether_set_gadget +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x7df8acf3 gether_get_qmult +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x834f21a3 gether_setup_name +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x8878cfa6 gether_cleanup +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x9856eb4a gether_set_ifname +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x9b48042b gether_get_dev_addr +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x9ceb920e gether_get_host_addr +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x9d0c576e gether_setup_name_default +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0xa188b581 gether_set_qmult +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0xa1f6d24f gether_register_netdev +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0xa83cdd8d gether_get_ifname +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0xc0f39e39 gether_get_host_addr_u8 +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0xd4d71c91 gether_disconnect +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0xf4d6bd38 gether_set_dev_addr +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_serial 0x33bfdca2 gserial_alloc_line +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_serial 0x5a737a42 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 0xb6652875 gserial_free_line +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_serial 0xbb9309fc gserial_suspend +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_serial 0xbc6e8201 gserial_disconnect +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_serial 0xc0a01527 gserial_set_console +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_serial 0xccf64924 gserial_resume +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_serial 0xe89dc424 gserial_alloc_line_no_console +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_serial 0xfb78a286 gs_alloc_req +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_fs 0x1dad9f38 ffs_name_dev +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_fs 0x6861e065 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_mass_storage 0x0708e452 fsg_lun_fsync_sub +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x141fce2a fsg_common_remove_luns +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x1710b539 fsg_fs_bulk_out_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x1ccb58f7 fsg_common_set_num_buffers +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x2933ee1d fsg_ss_bulk_in_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x29a66c2d fsg_show_ro +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x2b3924b9 fsg_show_cdrom +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x2e84a625 fsg_store_inquiry_string +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 0x41cc9091 fsg_common_set_cdev +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 0x4f1f39cb fsg_show_inquiry_string +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x56344daf fsg_hs_bulk_out_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x59caafe6 fsg_show_file +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x68ef4ec2 fsg_show_nofua +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 0x6d8632a8 fsg_store_removable +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x6e7c9c3c fsg_store_file +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x6f4072be 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 0x817e7576 fsg_lun_open +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 0xa891951b fsg_store_cdrom +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 0xbd98fb00 fsg_store_ro +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xc29c204c fsg_lun_close +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xcde3b5c2 fsg_store_nofua +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xd1a3e8e0 fsg_common_create_luns +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xd81661fd fsg_show_removable +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xdc983fbb fsg_store_forced_eject +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xf4efc0c8 fsg_ss_bulk_out_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x00a7a0ba rndis_set_host_mac +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x00cb4bac rndis_add_hdr +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x054713a6 rndis_uninit +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x07f76830 rndis_register +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x18a0fc60 rndis_set_param_vendor +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x25ca3266 rndis_get_next_response +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x2a2f69d8 rndis_free_response +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x4441f1a3 rndis_msg_parser +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0xaa465a38 rndis_borrow_net +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0xb01d4e18 rndis_signal_disconnect +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0xb38e2d47 rndis_set_param_dev +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0xc24ad410 rndis_deregister +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0xc5b35cd4 rndis_rm_hdr +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0xca6cc098 rndis_signal_connect +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0xd81dc968 rndis_set_param_medium +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x0c1e7b0e usb_put_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x0c589aba usb_validate_langid +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x0da33f66 usb_otg_descriptor_init +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x173a866f usb_composite_setup_continue +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x2a343ec5 usb_composite_probe +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x2a5ab010 alloc_ep_req +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x2be456aa usb_ep_autoconfig_ss +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x2e09263f usb_copy_descriptors +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x32808a1e usb_string_ids_tab +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x42e0c905 usb_function_unregister +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x4687a518 usb_function_activate +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x4bdaac92 usb_composite_overwrite_options +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x4beb505d usb_gadget_get_string +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x7148ceb2 usb_ep_autoconfig_release +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x7d65cbb2 usb_function_deactivate +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x871727cd usb_string_id +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x92372441 usb_composite_unregister +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x93865f0e usb_otg_descriptor_alloc +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x9486193a unregister_gadget_item +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xa6bb9d16 usb_interface_id +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xa7ad4d44 usb_get_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xab654e56 usb_function_register +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xad7c1dbc usb_put_function_instance +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xadfd11f0 usb_free_all_descriptors +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xae838cc4 config_ep_by_speed_and_alt +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xafa63600 usb_get_function_instance +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xbe505141 usb_add_config_only +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xc03fdfaf usb_ep_autoconfig_reset +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xcfd531da usb_add_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xd2ea2134 usb_descriptor_fillbuf +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xd7bc38f0 usb_string_ids_n +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xd8953e3a usb_gstrings_attach +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xdf30eed4 usb_remove_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xeb8952d3 usb_assign_descriptors +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xf37a51ec usb_ep_autoconfig +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xf474a207 usb_gadget_config_buf +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xf4ef10c3 usb_add_config +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xfc77597e config_ep_by_speed +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x0bee7298 gadget_release +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x2100017d udc_basic_init +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x251c65e3 empty_req_queue +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x4b313eb7 free_dma_pools +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x5d01d078 udc_irq +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x6eaa4cd0 udc_remove +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0xbc8e7aaa init_dma_pools +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0xd552a0e2 udc_mask_unused_interrupts +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0xeccf96cd udc_probe +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0xf799e70b 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 0x1023e2c6 usb_gadget_unmap_request +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x1e0b4264 usb_add_gadget_udc +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x219a1d9a usb_add_gadget +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x2af38e5f usb_ep_free_request +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x2c53cadb usb_ep_disable +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x2c7e4ed4 usb_gadget_map_request_by_dev +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x3ea59b5d usb_ep_alloc_request +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x405d007d usb_ep_set_wedge +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x4fa2450c usb_ep_dequeue +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x50b88f41 usb_get_gadget_udc_name +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x5396bfca usb_gadget_map_request +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x5698ad2f usb_gadget_connect +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x597eb925 usb_gadget_frame_number +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x624375fd usb_gadget_clear_selfpowered +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x64b1f42f usb_gadget_vbus_connect +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x6687ec94 usb_gadget_activate +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x75785e7d usb_gadget_unmap_request_by_dev +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x762a3215 usb_gadget_ep_match_desc +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 0x7d083c90 usb_add_gadget_udc_release +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x7d0dfa14 usb_gadget_check_config +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x93c302f0 usb_gadget_udc_reset +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x93d5fdc4 usb_gadget_giveback_request +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x94780ef8 usb_gadget_set_selfpowered +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x979cf9c0 usb_gadget_vbus_disconnect +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x9aef1626 usb_gadget_register_driver_owner +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xaa912c18 usb_del_gadget +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xac5667d9 usb_ep_queue +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xb0cd6c21 usb_del_gadget_udc +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xb50425d4 usb_gadget_wakeup +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xbe578783 usb_gadget_disconnect +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xbee6af28 usb_ep_set_halt +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xc3d4d06b usb_ep_set_maxpacket_limit +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xc8ac2c4f usb_ep_clear_halt +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xce7af93f usb_gadget_deactivate +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xda6616f6 usb_udc_vbus_handler +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xe9e4d4e1 usb_initialize_gadget +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xefa06b5d usb_gadget_set_state +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xf2002127 gadget_find_ep_by_name +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xf730f884 usb_gadget_unregister_driver +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xfcc0d3ff usb_gadget_vbus_draw +EXPORT_SYMBOL_GPL drivers/usb/host/xhci-pci-renesas 0x4b215479 renesas_xhci_check_request_fw +EXPORT_SYMBOL_GPL drivers/usb/misc/ezusb 0x475b279f ezusb_fx1_ihex_firmware_download +EXPORT_SYMBOL_GPL drivers/usb/misc/ezusb 0xb9ca19e6 ezusb_fx1_set_reset +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0x097a6c4b usb_ftdi_elan_edset_input +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0x203c617f ftdi_elan_gone_away +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0x2df81444 usb_ftdi_elan_edset_setup +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0x30615059 usb_ftdi_elan_edset_single +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0x8fa8ace5 usb_ftdi_elan_edset_empty +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0xb7e68e8a usb_ftdi_elan_read_pcimem +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0xc1b9df38 usb_ftdi_elan_edset_flush +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0xf22d1697 usb_ftdi_elan_edset_output +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0xff9ddd42 usb_ftdi_elan_write_pcimem +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0x057a8b51 musb_get_mode +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 0x45cf4d76 musb_interrupt +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0x467c59cb musb_set_peripheral +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 0x7c8a7d11 musb_set_host +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0x884d20e5 musb_queue_resume_work +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0xade3e56c musb_writew +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0xe59efb0e musb_clearb +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0xf0f95e51 musb_readl +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0xfa6e8a67 musb_root_disconnect +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-generic 0x0a898f80 usb_phy_generic_unregister +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-generic 0x6598b019 usb_gen_phy_init +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-generic 0x79dd9b81 usb_phy_generic_register +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-generic 0x847bd029 usb_gen_phy_shutdown +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-generic 0xc2bec662 usb_phy_gen_create_phy +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-isp1301 0xb20b99b8 isp1301_get_client +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-tegra-usb 0x26ab5aed tegra_usb_phy_preresume +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-tegra-usb 0xe6dfd93c tegra_usb_phy_postresume +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-tegra-usb 0xe718125f tegra_ehci_phy_restore_end +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-tegra-usb 0xe959740c tegra_ehci_phy_restore_start +EXPORT_SYMBOL_GPL drivers/usb/serial/usb_wwan 0xf2737587 usb_wwan_port_probe +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x112210f0 usb_serial_generic_wait_until_sent +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x11251bf4 usb_serial_port_softint +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x1addd0b2 usb_serial_register_drivers +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x2553bbb3 usb_serial_generic_submit_read_urbs +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x445f0862 usb_serial_deregister_drivers +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x4785d883 usb_serial_generic_process_read_urb +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x4b14aafb usb_serial_generic_chars_in_buffer +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x4e10aa45 usb_serial_generic_tiocmiwait +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x642c0b16 usb_serial_generic_get_icount +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x7d17694f usb_serial_generic_close +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x84fb707a usb_serial_generic_unthrottle +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x9bf1faac usb_serial_generic_open +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x9c681177 usb_serial_generic_throttle +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xa99ca0ad usb_serial_generic_write_bulk_callback +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xabc1d1d1 usb_serial_handle_dcd_change +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xabf14f20 usb_serial_generic_resume +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xbb9970e0 usb_serial_generic_write +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xc365f4e8 usb_serial_claim_interface +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xc4c873ec usb_serial_generic_read_bulk_callback +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xcc8d5a8f usb_serial_generic_write_start +EXPORT_SYMBOL_GPL drivers/usb/typec/altmodes/typec_displayport 0x1d115293 dp_altmode_remove +EXPORT_SYMBOL_GPL drivers/usb/typec/altmodes/typec_displayport 0x3db9ae93 dp_altmode_probe +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpci 0x6f497a3c tcpci_irq +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpci 0x825350ea 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 0x88e40efa tcpm_register_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 0xea220941 tcpm_tcpc_reset +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpm 0xeb779665 tcpm_sourcing_vbus +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x09fd8993 typec_get_fw_cap +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x0bd96d2c typec_altmode_get_plug +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x1326f04a typec_switch_get_drvdata +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x180188e9 typec_cable_set_identity +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x2596d0fd typec_mux_unregister +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x2a0afbb4 typec_get_negotiated_svdm_version +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x2be397b1 typec_altmode_exit +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x2c5641a0 typec_altmode_attention +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x2d1e301d typec_find_power_role +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x2e853211 typec_unregister_port +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x3070fe1c typec_switch_set_drvdata +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x313b2a2e __typec_altmode_register_driver +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x3314bc66 typec_get_drvdata +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x34599628 typec_port_register_altmode +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x369db400 typec_set_orientation +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x383a6302 typec_port_register_altmodes +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x3a314922 typec_partner_set_identity +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x3f0e3ae3 typec_get_orientation +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x3f117948 typec_set_pwr_role +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x3f488400 typec_mux_register +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x48dc78c4 typec_set_data_role +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x496a1373 typec_unregister_partner +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x4ca8461e typec_altmode_unregister_driver +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x4f38142d typec_retimer_set +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x4fc690cc typec_unregister_altmode +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x559dfa36 typec_partner_set_usb_power_delivery +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x57644ec3 usb_power_delivery_link_device +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x59895729 typec_retimer_put +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x5f06c1f8 typec_altmode_notify +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x5fb80965 typec_altmode_update_active +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x641d3b15 fwnode_typec_mux_get +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x6b3d9465 typec_mux_set +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x6d65495f typec_partner_set_pd_revision +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x7363e76a typec_mux_set_drvdata +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x7441c6e5 typec_retimer_get_drvdata +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x758fdfc7 typec_register_partner +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x789c2ee9 fwnode_typec_switch_get +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x7c9a5e2c usb_power_delivery_unlink_device +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x82d1c15b typec_switch_register +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x86521d45 typec_switch_put +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x8a745092 typec_set_pwr_opmode +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x8ba164ea typec_plug_register_altmode +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x8eb75379 typec_partner_register_altmode +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x8fb68d52 typec_altmode_enter +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x9049491e typec_find_port_data_role +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x928b2e16 typec_mux_get_drvdata +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x95db0063 typec_altmode_get_partner +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x990c2c96 typec_register_port +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xa254de98 typec_find_orientation +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xa941b8d5 usb_power_delivery_unregister +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xac32d90d typec_port_set_usb_power_delivery +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xafb66437 typec_cable_get +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xb09e9b38 typec_partner_set_num_altmodes +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xb3b21be0 usb_power_delivery_register_capabilities +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xb480e26d typec_altmode2port +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xb7d41bbb typec_partner_set_svdm_version +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xbce4df7c typec_cable_put +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xbfda7719 typec_register_plug +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xc2626d90 typec_partner_usb_power_delivery_register +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xc3495a72 typec_set_vconn_role +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xc91f645c typec_unregister_cable +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xca396105 usb_power_delivery_unregister_capabilities +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xca55712a typec_register_cable +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xcb14caa9 usb_power_delivery_register +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xcdeb7541 typec_cable_is_active +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xd24d0f55 typec_altmode_vdm +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xd2fa1286 typec_switch_set +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xdb02e1d2 typec_unregister_plug +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xdfe7b895 fwnode_typec_retimer_get +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xe6276e21 typec_retimer_register +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xe85909a0 typec_match_altmode +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xeafc1eb8 typec_find_port_power_role +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xef2caca7 typec_plug_set_num_altmodes +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xf1234a8b typec_find_pwr_opmode +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xf1e4a82d typec_altmode_put_plug +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xf42656fa typec_retimer_unregister +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xf47d2313 typec_switch_unregister +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xf55dc76e typec_set_mode +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xfc8df340 typec_mux_put +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0x1ad2e9ac ucsi_register +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0x413229fd ucsi_destroy +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0x66c68d98 ucsi_connector_change +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0x74d8774e ucsi_set_drvdata +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0xa0dbff7b ucsi_send_command +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0xa8511fc6 ucsi_unregister +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0xb11f3638 ucsi_resume +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0xbd99eb4d ucsi_get_drvdata +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0xc072cf0f ucsi_create +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x3d3a6c85 usbip_recv_iso +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x42f29aec usbip_recv +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x55cd4a5e usbip_event_happened +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x5ac9e5a6 usbip_dump_urb +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x61ea88cd usbip_event_add +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x78b72f44 usbip_debug_flag +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x7c3c2033 usbip_pad_iso +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x8d2e5b33 usbip_alloc_iso_desc_pdu +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x901888f3 dev_attr_usbip_debug +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x99761905 usbip_pack_pdu +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xa24c3e88 usbip_recv_xbuff +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xacf7a2f7 usbip_start_eh +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xd02753dc usbip_header_correct_endian +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xd1c4ded4 usbip_stop_eh +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xe1ea0586 usbip_dump_header +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xecc77708 usbip_in_eh +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0x06519e29 _vdpa_register_device +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0x0db40237 vdpa_mgmtdev_register +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0x24bafad1 __vdpa_register_driver +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0x45a8bf2c _vdpa_unregister_device +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0x4b16dbf4 __vdpa_alloc_device +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0xc07f0fd9 vdpa_register_device +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0xdc4ee37e vdpa_unregister_driver +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0xdd3efb0d vdpa_get_config +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0xe528f304 vdpa_mgmtdev_unregister +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0xf49ebf42 vdpa_set_config +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0xf85e01f9 vdpa_unregister_device +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa_sim/vdpa_sim 0x0ffcd013 vdpasim_create +EXPORT_SYMBOL_GPL drivers/vfio/mdev/mdev 0xc9624cee mdev_bus_type +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x0f19e965 vfio_pci_core_match +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x1641ac60 vfio_pci_core_close_device +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x4a1bf3b9 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 0x5c8e83bf vfio_pci_core_aer_err_detected +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x772bb960 vfio_pci_core_write +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x7821b41b vfio_pci_core_init_dev +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x8206ff80 vfio_pci_core_disable +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x8d79346c vfio_pci_core_unregister_device +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x908fd7bb vfio_pci_core_sriov_configure +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x97abd299 vfio_pci_core_release_dev +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x9a822e94 vfio_pci_core_finish_enable +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0xd0d3f892 vfio_pci_core_request +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0xd1ad4f00 vfio_pci_core_err_handlers +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0xd337b6cc vfio_pci_core_register_device +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0xd353701f vfio_pci_core_ioctl_feature +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0xe51c0d79 vfio_pci_core_register_dev_region +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0xe6f7c757 vfio_pci_core_ioctl +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0xf4052432 vfio_pci_core_mmap +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0xf4a81d19 vfio_pci_core_read +EXPORT_SYMBOL_GPL drivers/vfio/platform/vfio-platform-base 0x2325b7fd vfio_platform_init_common +EXPORT_SYMBOL_GPL drivers/vfio/platform/vfio-platform-base 0x6d132de9 vfio_platform_unregister_reset +EXPORT_SYMBOL_GPL drivers/vfio/platform/vfio-platform-base 0x77d5b920 vfio_platform_mmap +EXPORT_SYMBOL_GPL drivers/vfio/platform/vfio-platform-base 0x8ab1ce4c vfio_platform_close_device +EXPORT_SYMBOL_GPL drivers/vfio/platform/vfio-platform-base 0x8fe0ea88 __vfio_platform_register_reset +EXPORT_SYMBOL_GPL drivers/vfio/platform/vfio-platform-base 0x9286d47f vfio_platform_read +EXPORT_SYMBOL_GPL drivers/vfio/platform/vfio-platform-base 0xa0b3d469 vfio_platform_release_common +EXPORT_SYMBOL_GPL drivers/vfio/platform/vfio-platform-base 0xab59c0da vfio_platform_ioctl +EXPORT_SYMBOL_GPL drivers/vfio/platform/vfio-platform-base 0xc1814ae2 vfio_platform_write +EXPORT_SYMBOL_GPL drivers/vfio/platform/vfio-platform-base 0xe0d70cf7 vfio_platform_open_device +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x05677477 vfio_unregister_iommu_driver +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x09ba9bd5 vfio_file_is_group +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x1d14619a _vfio_alloc_device +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x2b09a46a vfio_iommufd_emulated_bind +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x393b178b vfio_virqfd_disable +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x3e77300a vfio_mig_get_next_state +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x461c3469 vfio_assign_device_set +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x48ee7465 vfio_device_set_open_count +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x60a634c4 vfio_info_cap_add +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x6bdf3c00 vfio_register_emulated_iommu_dev +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x7d2ed4c3 iova_bitmap_set +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x802834da vfio_file_set_kvm +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x896dfae5 vfio_file_has_dev +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x8de790b4 vfio_file_enforced_coherent +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xc1fdfa71 vfio_iommufd_physical_unbind +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xce530e7e vfio_iommufd_physical_bind +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xcf019fa5 vfio_unregister_group_dev +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xcf521e2e vfio_register_group_dev +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xd0c856a5 vfio_virqfd_enable +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xd9d77bdc vfio_file_iommu_group +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xdd690ebd vfio_register_iommu_driver +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xebcadd17 vfio_iommufd_physical_attach_ioas +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xf0eac009 vfio_iommufd_emulated_unbind +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xf5df94d5 vfio_iommufd_emulated_attach_ioas +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x01629277 vhost_poll_queue +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x0e46550e vhost_new_msg +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x102d4626 vhost_vq_init_access +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x155a5cd9 vhost_vq_is_setup +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x1c337aab vhost_has_work +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x200da7fa vhost_poll_init +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x23492ba4 vhost_dev_cleanup +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x2c162059 vhost_enqueue_msg +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x306744e3 vhost_exceeds_weight +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x366e425f vhost_work_queue +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x42f83fff vhost_set_backend_features +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x447fce32 vq_meta_prefetch +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x512b375e vhost_add_used_and_signal +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x52d7a7e1 vhost_init_device_iotlb +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x5e9d0b0c vhost_disable_notify +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x66a03a1d vhost_dev_reset_owner +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x68e8ba6e vhost_signal +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x6c6780b8 vhost_enable_notify +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x7177e1ca vhost_add_used +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x7288a30a vhost_dev_flush +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x740a244a vhost_chr_read_iter +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x747afd50 vhost_vq_avail_empty +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x7a94b239 vhost_log_access_ok +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x884cf335 vhost_dev_check_owner +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x8efe3ad2 vhost_poll_stop +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x98049eb5 vhost_vring_ioctl +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x9b61cb59 vhost_dev_has_owner +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xa909cfc5 vhost_work_init +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xa9cba618 vhost_dev_init +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xb61bdc25 vhost_poll_start +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xc47249db vhost_dev_stop +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xc998a4c0 vhost_log_write +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xce975ebe vhost_get_vq_desc +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xd8770713 vhost_clear_msg +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xd8dcfba1 vhost_dequeue_msg +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xd93e9b45 vhost_add_used_and_signal_n +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xdfb69137 vhost_dev_ioctl +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xe193b247 vhost_add_used_n +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xf276ca04 vhost_discard_vq_desc +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xf328e2f3 vhost_dev_set_owner +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xf6411d71 vhost_vq_access_ok +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 0x33ed38b1 ili9320_shutdown +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0x46a19c7f ili9320_suspend +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0x79725d8b ili9320_write +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0x97f7b77a ili9320_write_regs +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0xb71f5476 ili9320_probe_spi +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0xb7fe1b3d ili9320_remove +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0xe88b5ad3 ili9320_resume +EXPORT_SYMBOL_GPL drivers/video/fbdev/core/fb_ddc 0xd7c395ab fb_ddc_read +EXPORT_SYMBOL_GPL drivers/video/fbdev/core/fb_sys_fops 0xa8808e81 fb_sys_read +EXPORT_SYMBOL_GPL drivers/video/fbdev/core/fb_sys_fops 0xef8c8339 fb_sys_write +EXPORT_SYMBOL_GPL drivers/video/fbdev/sis/sisfb 0x7157c086 sis_free_new +EXPORT_SYMBOL_GPL drivers/video/fbdev/sis/sisfb 0xb0e36244 sis_malloc_new +EXPORT_SYMBOL_GPL drivers/w1/wire 0x28fd87bf w1_touch_bit +EXPORT_SYMBOL_GPL drivers/w1/wire 0x57b1604a w1_reset_resume_command +EXPORT_SYMBOL_GPL drivers/w1/wire 0x63757e92 w1_calc_crc8 +EXPORT_SYMBOL_GPL drivers/w1/wire 0x6fa707ec w1_reset_bus +EXPORT_SYMBOL_GPL drivers/w1/wire 0x76dcb775 w1_read_8 +EXPORT_SYMBOL_GPL drivers/w1/wire 0x890c5fa5 w1_next_pullup +EXPORT_SYMBOL_GPL drivers/w1/wire 0x932221ba w1_reset_select_slave +EXPORT_SYMBOL_GPL drivers/w1/wire 0x9862f701 w1_triplet +EXPORT_SYMBOL_GPL drivers/w1/wire 0x9f5ed4ce w1_touch_block +EXPORT_SYMBOL_GPL drivers/w1/wire 0xca6e85b8 w1_write_8 +EXPORT_SYMBOL_GPL drivers/w1/wire 0xcd486040 w1_read_block +EXPORT_SYMBOL_GPL drivers/w1/wire 0xff2caa05 w1_write_block +EXPORT_SYMBOL_GPL drivers/xen/xen-front-pgdir-shbuf 0x0359ff90 xen_front_pgdir_shbuf_alloc +EXPORT_SYMBOL_GPL drivers/xen/xen-front-pgdir-shbuf 0x86a0e863 xen_front_pgdir_shbuf_map +EXPORT_SYMBOL_GPL drivers/xen/xen-front-pgdir-shbuf 0xab6bc55c xen_front_pgdir_shbuf_unmap +EXPORT_SYMBOL_GPL drivers/xen/xen-front-pgdir-shbuf 0xbacf34db xen_front_pgdir_shbuf_free +EXPORT_SYMBOL_GPL drivers/xen/xen-front-pgdir-shbuf 0xc3943d22 xen_front_pgdir_shbuf_get_dir_start +EXPORT_SYMBOL_GPL drivers/xen/xen-privcmd 0x34203156 xen_privcmd_fops +EXPORT_SYMBOL_GPL drivers/xen/xen-privcmd 0xa86804e2 xen_privcmdbuf_fops +EXPORT_SYMBOL_GPL fs/dlm/dlm 0x4b62826c dlm_unlock +EXPORT_SYMBOL_GPL fs/dlm/dlm 0x75f08e43 dlm_posix_unlock +EXPORT_SYMBOL_GPL fs/dlm/dlm 0x8a6c5f1b dlm_lock +EXPORT_SYMBOL_GPL fs/dlm/dlm 0xa92ef824 dlm_posix_get +EXPORT_SYMBOL_GPL fs/dlm/dlm 0xc0862386 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 0x31595e83 lockd_up +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x9cbde0a0 nlmsvc_unlock_all_by_ip +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x9fcbaa23 lockd_down +EXPORT_SYMBOL_GPL fs/lockd/lockd 0xad3ed0f7 nlmclnt_init +EXPORT_SYMBOL_GPL fs/lockd/lockd 0xbc377b1c nlmsvc_ops +EXPORT_SYMBOL_GPL fs/lockd/lockd 0xe278d4f1 nlmclnt_done +EXPORT_SYMBOL_GPL fs/lockd/lockd 0xeac48e79 nlmsvc_unlock_all_by_sb +EXPORT_SYMBOL_GPL fs/lockd/lockd 0xf5a44616 nlmclnt_proc +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 0x047bbecf nfs_may_open +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0665b4b8 nfs_wait_on_request +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x075a2102 nfs_client_init_status +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x07f92c15 nfs4_dentry_operations +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x08a7fef9 nfs_zap_acl_cache +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x090fa759 nfs_sops +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0a30b32d nfs_alloc_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0c8b2504 nfs_pgheader_init +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1067cc52 nfs_access_zap_cache +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x10962bc2 nfs_auth_info_match +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x111836fa nfs_mkdir +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x14b2939f nfs_free_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x18c0d37a nfs_dentry_operations +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1a3fb895 nfs_try_get_tree +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1b3f9858 nfs_sb_active +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1d2de544 nfs_get_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1e7af1e5 nfs_sb_deactive +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1eebfbd0 nfs_instantiate +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x22d795a8 _nfs_display_fhandle_hash +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x23f5ace0 nfs_wb_all +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x26884ff7 nfs_alloc_fhandle +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x27ce1080 nfs_scan_commit_list +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x28ebe217 nfs_probe_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2a0a69d1 nfs_inode_attach_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2b58260b nfs_generic_pg_test +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2bb3b311 nfs_release_request +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2bdb7d61 nfs_file_fsync +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2c49a79f nfs_client_init_is_complete +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2c7058e4 nfs_pgio_current_mirror +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2c824a56 alloc_nfs_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2dc93dd0 nfs_create_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2e63b424 nfs_post_op_update_inode_force_wcc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x30496988 __tracepoint_nfs_fsync_enter +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3315d163 nfs_commitdata_alloc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x34b99b9b nfs_commitdata_release +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3603e07a nfs_generic_pgio +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x36ca8950 nfs_file_release +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x36dcc2cb nfs_rename +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x37c9231e nfs_pageio_reset_read_mds +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x39398dcf nfs_commit_free +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x39e05ac3 nfs_idmap_cache_timeout +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 0x425826e4 nfs_retry_commit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x42f2c81f nfs4_client_id_uniquifier +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x44cc3a41 __tracepoint_nfs_fsync_exit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4b564c1b nfs_put_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4c25dcd1 nfs_show_options +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4cb9e001 recover_lost_locks +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x51892d61 nfs_callback_set_tcpport +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x54aed43a nfs_pgio_header_alloc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x576b653b nfs_server_copy_userdata +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5836c431 __traceiter_nfs_xdr_bad_filehandle +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x584b8482 nfs_inc_attr_generation_counter +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x587fab49 nfs_file_write +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x591f8bf6 nfs_setsecurity +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x592058ec nfs_server_remove_lists +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x59923eb3 __tracepoint_nfs_xdr_status +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5c14b638 nfs_kill_super +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5c80d5b9 nfs_submount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5ca545af nfs_fhget +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5fd6b449 nfs_mark_client_ready +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x66713b86 nfs_request_remove_commit_list +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x681607cb nfs_create +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6b5399ac nfs_rmdir +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6e81f032 __SCK__tp_func_nfs_fsync_exit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6f41ae86 nfs_getattr +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x72d18e2f nfs_setattr_update_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x73dff4c0 __SCK__tp_func_nfs_xdr_status +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7595bf21 nfs_request_add_commit_list_locked +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x784082af nfs_wait_client_init_complete +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7898449f nfs_initiate_commit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x792f643d nfs_umount_begin +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7b6b9962 nfs_drop_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7c9b756e nfs_pageio_init_write +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7daf72f5 nfs_file_llseek +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7dd20fd3 nfs_post_op_update_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7f5a742f nfs_access_add_cache +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x81576295 nfs_write_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x82f4b67f nfs_create_rpc_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x83b0344f nfs_free_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8488ea06 nfs_show_path +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8499de4f nfs_alloc_fattr +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x85642ec8 nfs_invalidate_atime +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x883e01a2 nfs_alloc_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x89ae2030 nfs_access_get_cached +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8bb380a9 nfs_statfs +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8d3cdced nfs_refresh_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8e54b070 nfs_path +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 0x91d3749a nfs_unlink +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x95007f7e __SCK__tp_func_nfs_xdr_bad_filehandle +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x95cbf885 nfs_pageio_resend +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x965a3893 nfs_init_server_rpcclient +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x97bc824d nfs_check_cache_invalid +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x986836f0 nfs_lookup +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x98b0ece8 nfs_init_timeout_values +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9a558d4c nfs_request_add_commit_list +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9bda7fac nfs_set_cache_invalid +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9cf74da3 nfs_initiate_pgio +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9d4af852 unregister_nfs_version +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa1bda040 nfs_setattr +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa2acb4f4 nfs_sync_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa2f7ecf6 nfs_fscache_open_file +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa4dc075c nfs_flock +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa732147a nfs_fs_type +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa7fb44e4 nfs_symlink +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa7ff0609 nfs_set_verifier +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa88c6a88 nfs_file_set_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa8e9e1ae send_implementation_id +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xaaeb61d7 nfs_lock +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xaafd4acc max_session_cb_slots +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xabe6b028 nfs_do_submount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xace4df5a nfs_client_for_each_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb0e8939f nfs_pageio_init_read +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb1d824cf nfs4_fs_type +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb5370823 nfs_alloc_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb57f73a4 nfs_clear_verifier_delegated +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb59c58d3 nfs_force_lookup_revalidate +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb891f843 nfs_file_mmap +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb91b5dc7 nfs_alloc_fattr_with_label +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb9e6c4f7 get_nfs_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xba55a3d0 nfs_pgio_header_free +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xbbc4fca0 nfs_async_iocounter_wait +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xbd58eca1 nfs_d_prune_case_insensitive_aliases +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xbdb5e031 nfs_free_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xbe4852d2 nfs_writeback_update_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xbe512d96 nfs4_label_alloc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xbe67f13d nfs_show_devname +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xbf94d106 nfs_close_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xbfb8a981 register_nfs_version +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc0b26c8a nfs_init_cinfo +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 0xc9162966 __traceiter_nfs_xdr_status +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xccdbc36b nfs_permission +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xcf75a882 nfs_init_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd305f161 nfs_commit_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd3f70060 nfs_revalidate_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd75c98f1 nfs_clear_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd9a184b7 nfs_add_or_obtain +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xdae9b5d7 nfs4_disable_idmapping +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xdb19d726 nfs_pageio_reset_write_mds +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xdc25caaf nfs_link +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xddf962c5 nfs_get_lock_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xdf0d0280 nfs_reconfigure +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe40432ee __traceiter_nfs_fsync_exit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe70507df __tracepoint_nfs_xdr_bad_filehandle +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe7841752 nfs_filemap_write_and_wait_range +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xec993499 nfs_init_commit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xeed7241a nfs_file_operations +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xef281a48 put_nfs_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf18f239d __traceiter_nfs_fsync_enter +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf1b2d7ab nfs_file_read +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf512f977 nfs_show_stats +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf6681e33 nfs_clone_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf8641cb0 nfs_server_insert_lists +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf94aa35a nfs_mknod +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf96f04c4 __SCK__tp_func_nfs_fsync_enter +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfc619abd _nfs_display_fhandle +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfd6a58bd nfs_atomic_open +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfd967758 nfs_dreq_bytes_left +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xff3bf3d9 nfs_put_lock_context +EXPORT_SYMBOL_GPL fs/nfs/nfsv3 0x565c66fb nfs3_set_ds_client +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x002c2a2d nfs41_sequence_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x0149d0d1 nfs4_pnfs_ds_connect +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x054bef45 layoutstats_timer +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x063b78cf __traceiter_pnfs_mds_fallback_read_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x081915e4 pnfs_generic_pg_check_layout +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x08b2c467 __SCK__tp_func_ff_layout_commit_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x0926c5d8 nfs42_proc_layouterror +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x09314e1d pnfs_layoutcommit_inode +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x0ab4660d pnfs_generic_pg_check_range +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x0aebca68 __tracepoint_ff_layout_read_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x0eccda3c pnfs_generic_layout_insert_lseg +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x0f01076e __tracepoint_pnfs_mds_fallback_pg_get_mirror_count +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x0ff289f3 __SCK__tp_func_pnfs_mds_fallback_pg_init_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x1369335e __traceiter_nfs4_pnfs_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x1a879e83 __traceiter_ff_layout_write_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x1b48c971 pnfs_register_layoutdriver +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x222ca59e pnfs_generic_pg_test +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x2523af3a pnfs_set_layoutcommit +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x27ad47ea __SCK__tp_func_pnfs_mds_fallback_write_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x2b947348 nfs4_decode_mp_ds_addr +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x2f11a070 pnfs_generic_pg_init_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x30a44ac3 __SCK__tp_func_ff_layout_write_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x326630c9 pnfs_read_resend_pnfs +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x32bb6e05 __tracepoint_ff_layout_write_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x336a4ead nfs4_find_or_create_ds_client +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x37cb46be pnfs_generic_pg_writepages +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x395b1962 pnfs_generic_ds_cinfo_destroy +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x40b2cb6e __traceiter_pnfs_mds_fallback_pg_get_mirror_count +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x40f3a6b5 nfs4_setup_sequence +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x471498d4 pnfs_generic_pg_readpages +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x4ec4db9b __traceiter_pnfs_mds_fallback_pg_init_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x4f42d968 nfs4_schedule_stateid_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x533c198f __SCK__tp_func_nfs4_pnfs_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 0x5aacf04b pnfs_destroy_layout +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x5bff957f __traceiter_ff_layout_read_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x5ce462a3 __tracepoint_pnfs_mds_fallback_write_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x5e27a62a nfs4_test_deviceid_unavailable +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x6085edbd nfs_map_string_to_numeric +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x60e665fb __traceiter_nfs4_pnfs_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x61d05939 pnfs_put_lseg +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x6385e1ae nfs4_mark_deviceid_unavailable +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x682291ee nfs4_init_deviceid_node +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x69d3558d pnfs_generic_rw_release +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x6c3d6ad5 nfs4_pnfs_ds_put +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x73cc9440 nfs4_schedule_lease_moved_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x76857449 nfs4_test_session_trunk +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x785c06ab __SCK__tp_func_ff_layout_read_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x78c7f895 nfs4_schedule_migration_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x7a4e7f4e __SCK__tp_func_pnfs_mds_fallback_read_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x7a977188 pnfs_ld_write_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x7ab7bcc6 __tracepoint_ff_layout_commit_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x7c5171ae pnfs_nfs_generic_sync +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x7cd013a8 __SCK__tp_func_pnfs_mds_fallback_pg_get_mirror_count +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x7f7dda2a nfs4_proc_getdeviceinfo +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x82409884 __tracepoint_pnfs_mds_fallback_read_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x84d824fd nfs4_mark_deviceid_available +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x865da0eb nfs_remove_bad_delegation +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x88ce3400 pnfs_generic_commit_pagelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x895bf815 pnfs_generic_search_commit_reqs +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x8d48c133 pnfs_add_commit_array +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x936ba993 __traceiter_ff_layout_commit_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x974a1614 __tracepoint_pnfs_mds_fallback_pg_init_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x9a1a74c3 __tracepoint_nfs4_pnfs_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x9a605454 pnfs_generic_prepare_to_resend_writes +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xa9c15932 pnfs_generic_scan_commit_lists +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xab58ace9 pnfs_ld_read_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xac508422 pnfs_generic_ds_cinfo_release_lseg +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xace767c9 nfs4_schedule_session_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xae508caf pnfs_generic_clear_request_commit +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xb061382b nfs4_init_ds_session +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xb1b48674 pnfs_layout_mark_request_commit +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xb48cc7a7 __traceiter_pnfs_mds_fallback_pg_init_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xb716c9b5 pnfs_unregister_layoutdriver +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xba53a1ef __SCK__tp_func_pnfs_mds_fallback_pg_init_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xbab85eeb pnfs_generic_write_commit_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xbf40c4c0 pnfs_free_commit_array +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xc1bcc4a6 pnfs_error_mark_layout_for_return +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xc76e10b1 __traceiter_nfs4_pnfs_commit_ds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xc7a9d954 __SCK__tp_func_nfs4_pnfs_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xc933615c nfs4_set_ds_client +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xcb1ec474 nfs4_schedule_lease_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xce9a4ceb __traceiter_pnfs_mds_fallback_read_pagelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xcf29b95f __tracepoint_pnfs_mds_fallback_read_pagelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd0ecfaad __tracepoint_pnfs_mds_fallback_pg_init_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd1029015 pnfs_generic_sync +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd21adb50 pnfs_alloc_commit_array +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd3d310a1 pnfs_set_lo_fail +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd832543b nfs4_sequence_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xdf6991a4 __SCK__tp_func_pnfs_mds_fallback_write_pagelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xe19f5ee0 __tracepoint_pnfs_mds_fallback_write_pagelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xe1e41ea7 pnfs_read_done_resend_to_mds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xe3bbe0e9 pnfs_write_done_resend_to_mds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xe71aa81c nfs4_set_rw_stateid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xe8221b8e pnfs_report_layoutstat +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xe94d3c99 nfs4_pnfs_ds_add +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xe9597ce7 pnfs_generic_recover_commit_reqs +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xea7f2f9d __traceiter_pnfs_mds_fallback_write_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xeae8522f __tracepoint_nfs4_pnfs_commit_ds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xed15fb41 nfs4_print_deviceid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xede41327 __tracepoint_nfs4_pnfs_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xee7cf61e nfs4_delete_deviceid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf1e7bc56 nfs4_put_deviceid_node +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf7801360 nfs41_maxgetdevinfo_overhead +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf86f843a pnfs_generic_pg_init_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf942d0aa nfs4_find_get_deviceid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf999267e pnfs_generic_commit_release +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xfbc497a5 __traceiter_pnfs_mds_fallback_write_pagelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xfc8b4d58 pnfs_generic_pg_cleanup +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xff46e31e pnfs_update_layout +EXPORT_SYMBOL_GPL fs/nfs_common/grace 0x13ebd3f3 opens_in_grace +EXPORT_SYMBOL_GPL fs/nfs_common/grace 0x1fe1e1ad locks_end_grace +EXPORT_SYMBOL_GPL fs/nfs_common/grace 0xbef00af1 locks_in_grace +EXPORT_SYMBOL_GPL fs/nfs_common/grace 0xe9593263 locks_start_grace +EXPORT_SYMBOL_GPL fs/nfs_common/nfs_acl 0x507e3a34 nfs_stream_encode_acl +EXPORT_SYMBOL_GPL fs/nfs_common/nfs_acl 0x9ae09502 nfsacl_decode +EXPORT_SYMBOL_GPL fs/nfs_common/nfs_acl 0xb2e1bb96 nfsacl_encode +EXPORT_SYMBOL_GPL fs/nfs_common/nfs_acl 0xdbe52413 nfs_stream_decode_acl +EXPORT_SYMBOL_GPL fs/nfsd/nfsd 0xd838c712 nfsd4_ssc_init_umount_work +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x3b071942 o2nm_get_node_by_ip +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x419c7272 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 0x6a0c3847 __mlog_printk +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x7b22c1ae o2nm_node_put +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x81a17396 mlog_and_bits +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x910dcfae o2nm_node_get +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xa1ae357b o2hb_unregister_callback +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xa87bc9e7 o2nm_configured_node_map +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xa941cb47 o2hb_fill_node_map +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xb6ebf62a o2nm_this_node +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xbd13ee5d o2hb_check_node_heartbeating_no_sem +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 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 0xdd45e3cf o2hb_setup_callback +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xf1a5611d o2net_unregister_handler_list +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xf56c2017 mlog_not_bits +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xf78f3991 o2hb_register_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 0x1d769808 dlm_print_one_lock +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0x6398b2da dlm_register_eviction_cb +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0x65df8e9f dlmunlock +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0x6c279136 dlmlock +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0x7a1211f8 dlm_setup_eviction_cb +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0xcbdfd19f 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 0xf15e4d39 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 0x289a2cb7 ocfs2_stack_glue_register +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x2dc04dc4 ocfs2_kset +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x4d3af7fa ocfs2_cluster_hangup +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x6718e47f ocfs2_stack_glue_unregister +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 0x96e842c4 ocfs2_plock +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 0xd523417a unregister_pstore_device +EXPORT_SYMBOL_GPL fs/pstore/pstore_blk 0xf092f738 register_pstore_device +EXPORT_SYMBOL_GPL fs/pstore/pstore_zone 0x39a2ddb2 unregister_pstore_zone +EXPORT_SYMBOL_GPL fs/pstore/pstore_zone 0x603fc674 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 0x0d64b7fe notifier_err_inject_dir +EXPORT_SYMBOL_GPL lib/notifier-error-inject 0x691c8287 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 0x2a2133d8 lowpan_header_compress +EXPORT_SYMBOL_GPL net/6lowpan/6lowpan 0xb78fcd3d lowpan_header_decompress +EXPORT_SYMBOL_GPL net/802/garp 0x14747dd8 garp_request_leave +EXPORT_SYMBOL_GPL net/802/garp 0x1a31a8b0 garp_uninit_applicant +EXPORT_SYMBOL_GPL net/802/garp 0x49787cef garp_unregister_application +EXPORT_SYMBOL_GPL net/802/garp 0x6169c792 garp_request_join +EXPORT_SYMBOL_GPL net/802/garp 0x9e85c2cb garp_register_application +EXPORT_SYMBOL_GPL net/802/garp 0xbc19ee97 garp_init_applicant +EXPORT_SYMBOL_GPL net/802/mrp 0x60f023c0 mrp_request_leave +EXPORT_SYMBOL_GPL net/802/mrp 0x6d9f73cd mrp_init_applicant +EXPORT_SYMBOL_GPL net/802/mrp 0x735ae214 mrp_unregister_application +EXPORT_SYMBOL_GPL net/802/mrp 0xce97c143 mrp_request_join +EXPORT_SYMBOL_GPL net/802/mrp 0xd2abaa21 mrp_register_application +EXPORT_SYMBOL_GPL net/802/mrp 0xd93d5674 mrp_uninit_applicant +EXPORT_SYMBOL_GPL net/802/stp 0x4f39abae stp_proto_register +EXPORT_SYMBOL_GPL net/802/stp 0xeb693292 stp_proto_unregister +EXPORT_SYMBOL_GPL net/9p/9pnet 0x3b0ffc23 p9_client_xattrcreate +EXPORT_SYMBOL_GPL net/9p/9pnet 0xacbbf760 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 0x47c39a4c 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 0x6d78e91b l2cap_chan_del +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0x8cf443e4 l2cap_chan_create +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0x9b97fc93 bt_debugfs +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0xb2725197 l2cap_chan_put +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0xbbf88f64 l2cap_chan_list +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0xc97e7ec3 l2cap_chan_connect +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0xd2a53fca l2cap_chan_send +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0xda596bdf l2cap_chan_set_defaults +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0xf31ccaf4 l2cap_add_psm +EXPORT_SYMBOL_GPL net/bluetooth/hidp/hidp 0x7c2711dc hidp_hid_driver +EXPORT_SYMBOL_GPL net/bridge/bridge 0x00d213ca br_fdb_find_port +EXPORT_SYMBOL_GPL net/bridge/bridge 0x1466dc23 br_vlan_get_info +EXPORT_SYMBOL_GPL net/bridge/bridge 0x157d49f3 br_fdb_clear_offload +EXPORT_SYMBOL_GPL net/bridge/bridge 0x1ad76fad br_dev_queue_push_xmit +EXPORT_SYMBOL_GPL net/bridge/bridge 0x1faf9649 br_vlan_get_info_rcu +EXPORT_SYMBOL_GPL net/bridge/bridge 0x24a86b32 br_multicast_has_router_adjacent +EXPORT_SYMBOL_GPL net/bridge/bridge 0x24eeab5a br_get_ageing_time +EXPORT_SYMBOL_GPL net/bridge/bridge 0x2aac2a29 br_multicast_enabled +EXPORT_SYMBOL_GPL net/bridge/bridge 0x3e7b9ba0 br_multicast_has_querier_adjacent +EXPORT_SYMBOL_GPL net/bridge/bridge 0x4ce3fdc2 br_mst_get_state +EXPORT_SYMBOL_GPL net/bridge/bridge 0x5464fc00 br_vlan_get_pvid +EXPORT_SYMBOL_GPL net/bridge/bridge 0x6be26c2e br_vlan_get_pvid_rcu +EXPORT_SYMBOL_GPL net/bridge/bridge 0x8107734c br_forward_finish +EXPORT_SYMBOL_GPL net/bridge/bridge 0x8e674885 br_mst_enabled +EXPORT_SYMBOL_GPL net/bridge/bridge 0x9be3dc9c br_multicast_has_querier_anywhere +EXPORT_SYMBOL_GPL net/bridge/bridge 0xb4dca71c nf_br_ops +EXPORT_SYMBOL_GPL net/bridge/bridge 0xb691c69c br_forward +EXPORT_SYMBOL_GPL net/bridge/bridge 0xb7d5b8af br_mst_get_info +EXPORT_SYMBOL_GPL net/bridge/bridge 0xc689e99e br_multicast_router +EXPORT_SYMBOL_GPL net/bridge/bridge 0xce41306c br_vlan_enabled +EXPORT_SYMBOL_GPL net/bridge/bridge 0xd5bf3c31 br_vlan_get_proto +EXPORT_SYMBOL_GPL net/bridge/bridge 0xd616fb25 br_multicast_list_adjacent +EXPORT_SYMBOL_GPL net/bridge/bridge 0xe363d9bf br_handle_frame_finish +EXPORT_SYMBOL_GPL net/bridge/bridge 0xedd3dcff br_port_flag_is_set +EXPORT_SYMBOL_GPL net/bridge/bridge 0xf05cc515 br_port_get_stp_state +EXPORT_SYMBOL_GPL net/core/failover 0x232466a7 failover_unregister +EXPORT_SYMBOL_GPL net/core/failover 0x4ae40a70 failover_slave_unregister +EXPORT_SYMBOL_GPL net/core/failover 0x8402869b failover_register +EXPORT_SYMBOL_GPL net/dccp/dccp 0x0428fac0 dccp_disconnect +EXPORT_SYMBOL_GPL net/dccp/dccp 0x0925be86 dccp_send_ack +EXPORT_SYMBOL_GPL net/dccp/dccp 0x0a677d6d dccp_ioctl +EXPORT_SYMBOL_GPL net/dccp/dccp 0x1626587f dccp_feat_signal_nn_change +EXPORT_SYMBOL_GPL net/dccp/dccp 0x182ec2bf dccp_ackvec_parsed_add +EXPORT_SYMBOL_GPL net/dccp/dccp 0x193f9a27 dccp_connect +EXPORT_SYMBOL_GPL net/dccp/dccp 0x27630c1f dccp_set_state +EXPORT_SYMBOL_GPL net/dccp/dccp 0x40d25079 dccp_recvmsg +EXPORT_SYMBOL_GPL net/dccp/dccp 0x47f9c6d5 dccp_make_response +EXPORT_SYMBOL_GPL net/dccp/dccp 0x4cdd391d dccp_feat_list_purge +EXPORT_SYMBOL_GPL net/dccp/dccp 0x530ef92d dccp_feat_nn_get +EXPORT_SYMBOL_GPL net/dccp/dccp 0x5310e6b5 dccp_parse_options +EXPORT_SYMBOL_GPL net/dccp/dccp 0x54d4c456 dccp_create_openreq_child +EXPORT_SYMBOL_GPL net/dccp/dccp 0x57b00251 dccp_reqsk_init +EXPORT_SYMBOL_GPL net/dccp/dccp 0x59814a84 dccp_statistics +EXPORT_SYMBOL_GPL net/dccp/dccp 0x61c1ae6b dccp_done +EXPORT_SYMBOL_GPL net/dccp/dccp 0x68de8335 dccp_destruct_common +EXPORT_SYMBOL_GPL net/dccp/dccp 0x69032a83 dccp_rcv_state_process +EXPORT_SYMBOL_GPL net/dccp/dccp 0x699e75c4 dccp_rcv_established +EXPORT_SYMBOL_GPL net/dccp/dccp 0x6a92529b dccp_sync_mss +EXPORT_SYMBOL_GPL net/dccp/dccp 0x6c035d2d dccp_ctl_make_reset +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 0x8bae348e dccp_setsockopt +EXPORT_SYMBOL_GPL net/dccp/dccp 0x9598d24d dccp_ackvec_parsed_cleanup +EXPORT_SYMBOL_GPL net/dccp/dccp 0xa5b6ce1b dccp_init_sock +EXPORT_SYMBOL_GPL net/dccp/dccp 0xaed4f49e dccp_child_process +EXPORT_SYMBOL_GPL net/dccp/dccp 0xb3d96307 dccp_poll +EXPORT_SYMBOL_GPL net/dccp/dccp 0xb5dc32a6 dccp_send_sync +EXPORT_SYMBOL_GPL net/dccp/dccp 0xbe70689c dccp_getsockopt +EXPORT_SYMBOL_GPL net/dccp/dccp 0xc4bd6a30 dccp_reqsk_send_ack +EXPORT_SYMBOL_GPL net/dccp/dccp 0xd3bc6095 dccp_shutdown +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 0xd9bf726a dccp_sendmsg +EXPORT_SYMBOL_GPL net/dccp/dccp 0xe4c05c9f dccp_check_req +EXPORT_SYMBOL_GPL net/dccp/dccp 0xebd7af51 dccp_insert_option +EXPORT_SYMBOL_GPL net/dccp/dccp 0xfb32e8c3 inet_dccp_listen +EXPORT_SYMBOL_GPL net/dccp/dccp 0xfc4f8e2a dccp_close +EXPORT_SYMBOL_GPL net/dccp/dccp 0xfdda7ba2 dccp_destroy_sock +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x759bc743 dccp_v4_request_recv_sock +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x8c96992d dccp_v4_send_check +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x95b952cd dccp_v4_connect +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x9a80c923 dccp_v4_conn_request +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0xdfa54130 dccp_v4_do_rcv +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0xe11ac785 dccp_invalid_packet +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x0bedb3a5 dsa_register_switch +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x0c6039ac dsa_flush_workqueue +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x1b05edca dsa_mdb_present_in_other_db +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x226fd145 dsa_tag_drivers_register +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x22c1b33b dsa_devlink_port_region_create +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x2cd1059c dsa_tag_drivers_unregister +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x405ab605 dsa_unregister_switch +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x417d1fed dsa_8021q_rx_switch_id +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x45ca5090 dsa_tag_8021q_bridge_vid +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x46ccb468 dsa_port_phylink_mac_change +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x502001dc dsa_tag_8021q_unregister +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x53d635ab dsa_fdb_present_in_other_db +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x5605ae2c dsa_tag_8021q_register +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x563266df dsa_switch_suspend +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x62c59ec3 dsa_devlink_resource_occ_get_unregister +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x6cddd923 dsa_devlink_resource_register +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x72283e1a dsa_8021q_rcv +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x89bdd5b3 dsa_tag_8021q_find_port_by_vbid +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x9e59271d dsa_8021q_rx_source_port +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xa8b8c4a9 dsa_switch_shutdown +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xb174f396 dsa_port_from_netdev +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xb1adf15f dsa_devlink_params_register +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xb22700a8 dsa_switch_find +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xb688dce8 dsa_8021q_xmit +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xb99687e6 dsa_tag_8021q_bridge_join +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xbb1bbfef dsa_enqueue_skb +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xbd5db353 dsa_devlink_region_create +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xc23e8d5f dsa_devlink_region_destroy +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xc3be584c dsa_devlink_resource_occ_get_register +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xc924f096 dsa_slave_dev_check +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xcee3a264 dsa_tag_8021q_bridge_leave +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xd077e855 dsa_devlink_param_get +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xd86c44b4 dsa_devlink_resources_unregister +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xdedf59e9 dsa_tag_8021q_standalone_vid +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xf13e1803 vid_is_dsa_8021q +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xf7dbb241 dsa_devlink_params_unregister +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xf9b7efa8 dsa_switch_resume +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xfd3e2b67 dsa_devlink_param_set +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x4e50fd90 ieee802154_hdr_pull +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x82a4bd20 ieee802154_hdr_peek_addrs +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x87e2553b ieee802154_max_payload +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0xad889937 ieee802154_hdr_peek +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0xb4f85a9a nl802154_scan_event +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0xc4e965ac ieee802154_hdr_push +EXPORT_SYMBOL_GPL net/ife/ife 0x6210e871 ife_tlv_meta_next +EXPORT_SYMBOL_GPL net/ife/ife 0x659537f5 ife_decode +EXPORT_SYMBOL_GPL net/ife/ife 0x67db2029 ife_tlv_meta_decode +EXPORT_SYMBOL_GPL net/ife/ife 0xc5910bb2 ife_encode +EXPORT_SYMBOL_GPL net/ife/ife 0xe7888e98 ife_tlv_meta_encode +EXPORT_SYMBOL_GPL net/ipv4/esp4 0x6f416070 esp_output_head +EXPORT_SYMBOL_GPL net/ipv4/esp4 0xb67872e7 esp_input_done2 +EXPORT_SYMBOL_GPL net/ipv4/esp4 0xc8e9cbbd esp_output_tail +EXPORT_SYMBOL_GPL net/ipv4/gre 0x38785584 gre_add_protocol +EXPORT_SYMBOL_GPL net/ipv4/gre 0x5e93de1c gre_del_protocol +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x39d2fe90 inet_diag_register +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x5ff4874e inet_diag_dump_icsk +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x89629a98 inet_diag_unregister +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0xa08f4085 inet_sk_diag_fill +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0xb3821f0a inet_diag_msg_attrs_fill +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0xb462af2c inet_diag_bc_sk +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0xcecbe2fa inet_diag_find_one_icsk +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0xd2296a8e inet_diag_dump_one_icsk +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0xd5a6e653 inet_diag_msg_common_fill +EXPORT_SYMBOL_GPL net/ipv4/ip_gre 0x85351f79 gretap_fb_dev_create +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x00b55e94 ip_tunnel_newlink +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x1366acbe ip_tunnel_ctl +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x1dcaaa43 __ip_tunnel_change_mtu +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x2179519c ip_md_tunnel_xmit +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x273c023f ip_tunnel_init +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x3b561276 ip_tunnel_change_mtu +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x5e5d666b ip_tunnel_rcv +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x6daeaa38 ip_tunnel_delete_nets +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x6de0f574 ip_tunnel_setup +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x6de9e2a8 ip_tunnel_init_net +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x9f1dbf77 ip_tunnel_xmit +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xa494415a ip_tunnel_encap_setup +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xb1d76143 ip_tunnel_siocdevprivate +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xb92d4ab9 ip_tunnel_uninit +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xdea8fff8 ip_tunnel_changelink +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xe3cccd10 ip_tunnel_dellink +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xfaeadedb ip_tunnel_lookup +EXPORT_SYMBOL_GPL net/ipv4/netfilter/arp_tables 0xc6cdfc9b arpt_alloc_initial_table +EXPORT_SYMBOL_GPL net/ipv4/netfilter/ip_tables 0x7891936e ipt_alloc_initial_table +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_defrag_ipv4 0x639ada09 nf_defrag_ipv4_disable +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_defrag_ipv4 0xd88d9769 nf_defrag_ipv4_enable +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_dup_ipv4 0x41ac95a7 nf_dup_ipv4 +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0x175b5cfa nf_send_reset +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0x45bb2a1f nf_reject_ip_tcphdr_put +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0x4ca8c085 nf_reject_skb_v4_tcp_reset +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0x529f283a nf_reject_skb_v4_unreach +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0x7a641f66 nf_reject_ip_tcphdr_get +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0x9dccdf67 nf_send_unreach +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0xb94ba538 nf_reject_iphdr_put +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_socket_ipv4 0x83f0a7c3 nf_sk_lookup_slow_v4 +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_tproxy_ipv4 0x492346f8 nf_tproxy_laddr4 +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_tproxy_ipv4 0x83f80ead nf_tproxy_handle_time_wait4 +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_tproxy_ipv4 0xff5629f2 nf_tproxy_get_sock_v4 +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nft_fib_ipv4 0x30b68b7d nft_fib4_eval_type +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nft_fib_ipv4 0xbc74f0fe nft_fib4_eval +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x0ff237fd tcp_vegas_cwnd_event +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x5ea979b0 tcp_vegas_pkts_acked +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0xa5eab053 tcp_vegas_state +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0xcbf170d2 tcp_vegas_get_info +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0xdd830c9e tcp_vegas_init +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0x7880f799 udp_tun_rx_dst +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0x7f59b1e1 udp_tunnel_xmit_skb +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0x8181ac9b udp_tunnel_drop_rx_port +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0x9b96d3ec udp_tunnel_notify_add_rx_port +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0xb81de01c udp_tunnel_notify_del_rx_port +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0xd96717ba setup_udp_tunnel_sock +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0xeb1a3b68 udp_tunnel_push_rx_port +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0xf5bcbef1 udp_tunnel_sock_release +EXPORT_SYMBOL_GPL net/ipv6/esp6 0x3cab5978 esp6_output_tail +EXPORT_SYMBOL_GPL net/ipv6/esp6 0x632042da esp6_output_head +EXPORT_SYMBOL_GPL net/ipv6/esp6 0x70ab35e2 esp6_input_done2 +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0x448d859e ip6_tnl_xmit_ctl +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0xa5c4faba ip6_tnl_encap_setup +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0xbe1254ae ip6_tnl_rcv_ctl +EXPORT_SYMBOL_GPL net/ipv6/ip6_udp_tunnel 0x5ecaa230 udp_sock_create6 +EXPORT_SYMBOL_GPL net/ipv6/ip6_udp_tunnel 0xee976a19 udp_tunnel6_xmit_skb +EXPORT_SYMBOL_GPL net/ipv6/netfilter/ip6_tables 0xf814d810 ip6t_alloc_initial_table +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_defrag_ipv6 0x4fa2f059 nf_defrag_ipv6_disable +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_defrag_ipv6 0x72343d84 nf_ct_frag6_gather +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_defrag_ipv6 0xd0461989 nf_defrag_ipv6_enable +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_dup_ipv6 0x7eec46e2 nf_dup_ipv6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0x1c9168bf nf_send_reset6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0x29acdbdc nf_reject_skb_v6_tcp_reset +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0x4c0dcc32 nf_reject_ip6_tcphdr_get +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0x8677fd84 nf_reject_ip6_tcphdr_put +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0x9fa932e3 nf_reject_skb_v6_unreach +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0xc693f487 nf_send_unreach6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0xd0598c8c nf_reject_ip6hdr_put +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_socket_ipv6 0x049706aa nf_sk_lookup_slow_v6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_tproxy_ipv6 0x71991501 nf_tproxy_laddr6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_tproxy_ipv6 0x7bf628ea nf_tproxy_handle_time_wait6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_tproxy_ipv6 0xa63bee8b nf_tproxy_get_sock_v6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nft_fib_ipv6 0x800d4d24 nft_fib6_eval_type +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nft_fib_ipv6 0xa5703cff nft_fib6_eval +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x02a82fef l2tp_session_inc_refcount +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x24892a85 l2tp_recv_common +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x2d417469 l2tp_session_get_nth +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x3b1e280d l2tp_sk_to_tunnel +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x3e8485d7 l2tp_session_register +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x3e9e6fab l2tp_session_set_header_len +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x5981f4df l2tp_session_delete +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x5f8cffec l2tp_tunnel_inc_refcount +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x6123a4bf l2tp_session_dec_refcount +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x61c38c17 l2tp_tunnel_create +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x68c6e0eb l2tp_session_create +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x73381a63 l2tp_session_get +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x781a5186 l2tp_tunnel_get +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x788c1ad7 l2tp_tunnel_get_session +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x7925d17c l2tp_tunnel_register +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x8f27bfef l2tp_session_get_by_ifname +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xb72b1e97 l2tp_tunnel_delete +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xbded0d0e l2tp_tunnel_get_nth +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xd37ec304 l2tp_tunnel_dec_refcount +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xdeaac2be l2tp_udp_encap_recv +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xf695cb51 l2tp_xmit_skb +EXPORT_SYMBOL_GPL net/l2tp/l2tp_ip 0xa76429ab l2tp_ioctl +EXPORT_SYMBOL_GPL net/l2tp/l2tp_netlink 0x2f806987 l2tp_nl_register_ops +EXPORT_SYMBOL_GPL net/l2tp/l2tp_netlink 0x337f2432 l2tp_nl_unregister_ops +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x0b0fcc47 ieee80211_ave_rssi +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x16ad7c5f ieee80211_tkip_add_iv +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x1d5aa521 ieee80211_resume_disconnect +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x1dab0efe ieee80211_set_key_rx_seq +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x2d342628 ieee80211_calc_tx_airtime +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x2f04998a ieee80211_find_sta_by_link_addrs +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x317f558c ieee80211_iter_chan_contexts_atomic +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x3229215f ieee80211_gtk_rekey_notify +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x3417be64 ieee80211_iterate_active_interfaces_atomic +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x359e7299 ieee80211_iterate_active_interfaces_mtx +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x36ec71ca ieee80211_iterate_stations_atomic +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x38be322c ieee80211_ready_on_channel +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x4138df5d ieeee80211_obss_color_collision_notify +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x4ee98b2d ieee80211_find_sta_by_ifaddr +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x66025072 ieee80211_update_mu_groups +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x6d8d36a6 ieee80211_request_smps +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x6ebee906 ieee80211_vif_to_wdev +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x7266812b ieee80211_iterate_interfaces +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x7f79503c ieee80211_hw_restart_disconnect +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x9e1c1431 ieee80211_key_replay +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xa39f420f ieee80211_remain_on_channel_expired +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xa60d1344 ieee80211_gtk_rekey_add +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xb65c2d58 wdev_to_ieee80211_vif +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xc7389152 ieee80211_set_active_links +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xd004ea88 ieee80211_key_mic_failure +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xdfb4c145 ieee80211_iterate_stations +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xe7944f05 ieee80211_calc_rx_airtime +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xe7d7fa9d ieee80211_set_active_links_async +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xea792270 ieee80211_remove_key +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xf946996d ieee80211_color_change_finish +EXPORT_SYMBOL_GPL net/mpls/mpls_router 0x430fb7af mpls_pkt_too_big +EXPORT_SYMBOL_GPL net/mpls/mpls_router 0x4f28c8df nla_put_labels +EXPORT_SYMBOL_GPL net/mpls/mpls_router 0x8ee316eb nla_get_labels +EXPORT_SYMBOL_GPL net/mpls/mpls_router 0xb632cd6a mpls_stats_inc_outucastpkts +EXPORT_SYMBOL_GPL net/mpls/mpls_router 0xdfdb3e35 mpls_dev_mtu +EXPORT_SYMBOL_GPL net/mpls/mpls_router 0xf16caa10 mpls_output_possible +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x22d966c6 ip_set_range_to_cidr +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x27477f42 ip_set_test +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x397f6231 ip_set_free +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x3b9b4a4a ip_set_get_byname +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x483b271b ip_set_init_comment +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x4b5c28f1 ip_set_get_ip4_port +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x511a40ad ip_set_elem_len +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x65c24f6c ip_set_extensions +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x6945f331 ip_set_name_byindex +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x718fa855 ip_set_put_extensions +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x7924b6de ip_set_hostmask_map +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x81e18b49 ip_set_type_register +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x81fff2d1 ip_set_netmask_map +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x89b26a3b ip_set_add +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x9e98722b ip_set_get_ipaddr6 +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xa293f8a6 ip_set_get_ipaddr4 +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xa822353d ip_set_get_ip6_port +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xa967a824 ip_set_nfnl_put +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xbd5d0fd2 ip_set_put_flags +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xc525ae66 ip_set_nfnl_get_byindex +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xcb6cf3bd ip_set_del +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xcddfdc03 ip_set_match_extensions +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xcfdb8a79 ip_set_get_extensions +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xea534d5e ip_set_type_unregister +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xf3b4d4ae ip_set_alloc +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xf49ad621 ip_set_put_byindex +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0xafc50c5e ip_vs_conn_out_get_proto +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0xdfbfcbe0 register_ip_vs_pe +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0xe1d24458 ip_vs_conn_in_get_proto +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0xe221058e unregister_ip_vs_pe +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0x3afada73 nf_conncount_count +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0x3e1670f5 nf_conncount_add +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0x54808e2a nf_conncount_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0x8c9fd0a0 nf_conncount_init +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0xda7974d7 nf_conncount_gc_list +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 0x00e23c66 nf_ct_kill_acct +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x031416d7 nf_conntrack_find_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x040680d0 nf_conntrack_helper_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0460ec0f nf_ct_invert_tuple +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x066c1d5c nf_ct_iterate_cleanup_net +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0ab4a6bd __nf_conntrack_helper_find +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0b62b888 nf_nat_helper_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0bc00f80 nf_nat_helper_try_module_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0bf137cc nf_ct_get_id +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0dbf86c2 nf_ct_seq_adjust +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x16271c91 nf_ct_port_tuple_to_nlattr +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x17b225b5 nf_conntrack_helper_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x1b7c7227 nf_conntrack_alloc +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x1c95057c nf_conntrack_register_notifier +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x1dd89dec nf_ct_seqadj_set +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x2177d985 nf_ct_helper_ext_add +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 0x2929d73b nf_conntrack_helpers_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x320db4f3 nf_conn_pernet_ecache +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x33d74e15 nf_ct_bridge_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x358200c1 nf_ct_timeout_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x3906447a nf_conntrack_tuple_taken +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x4341d6e6 nf_ct_netns_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x470b242f nf_conntrack_helper_try_module_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x47a521ac nf_ct_helper_expectfn_find_by_symbol +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x48d3a37b __nf_conntrack_confirm +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x49ea1bd3 nf_ct_expect_find_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x4aa49f7d nf_ct_netns_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x4fceb977 nf_nat_helper_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x5023f1b5 nf_ct_tmpl_alloc +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x504acd87 nf_ct_delete +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x548f4a6b nf_conntrack_helper_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x54a079a9 nf_ct_helper_expectfn_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x56b00f6c __nf_ct_change_timeout +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x58ac8e28 nf_ct_helper_expectfn_find_by_name +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x606d1be8 nf_ct_destroy_timeout +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x65f540a4 nf_conntrack_unregister_notifier +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x693c3961 nf_ct_helper_hash +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x6e64d266 nf_conntrack_hash_check_insert +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x70a4ae44 nf_ct_change_status_common +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x73b43c06 nf_ct_helper_init +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x7504cf11 nf_ct_helper_expectfn_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x752f0aa2 nf_ct_port_nlattr_to_tuple +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x7618c1e6 nf_ct_gre_keymap_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x7670e955 nf_ct_remove_expectations +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x7671daac nf_ct_expect_related_report +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x768aed1a nf_ct_seq_offset +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x78313ea4 nf_nat_helper_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x7aeafb6a nf_ct_remove_expect +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x7fa574a8 nf_l4proto_log_invalid +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x828c90d6 nf_ct_seqadj_init +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x85c79cc1 nf_ct_unlink_expect_report +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x868f4f3f nf_ct_tcp_seqadj_set +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8d4ad012 nf_ct_expect_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8e3cd737 nf_ct_helper +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8ffe7e89 nf_conntrack_htable_size +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x90227697 nf_conntrack_eventmask_report +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x9230886f nf_ct_l4proto_log_invalid +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x936d6167 __nf_ct_try_assign_helper +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x9443833c nf_ct_acct_add +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x9adb7399 nf_conntrack_expect_lock +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x9fd7fea3 nf_confirm +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xa1518f4d nf_ct_unexpect_related +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xa2816250 __nf_ct_expect_find +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xac25146a nf_connlabels_replace +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xaf0847f0 nf_conntrack_locks +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb39356f5 nf_ct_port_nla_policy +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb53a6ecc nf_connlabels_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb59cfb95 nf_conntrack_alter_reply +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb5ac8bd8 nf_conntrack_helpers_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb6f72d76 nf_ct_expect_iterate_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb7144b08 __nf_ct_refresh_acct +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb88f920c nf_connlabels_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xba86a6e5 nf_ct_expect_alloc +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc0ad65ca nf_ct_get_tuplepr +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 0xcb6e9937 nf_conntrack_free +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xcd686d9e nf_ct_add_helper +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xcde4fd1d nf_ct_ecache_ext_add +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd505c3e0 nf_ct_port_nlattr_tuple_size +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd61479ae nf_ct_expect_init +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd995cc03 nf_conntrack_in +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xdb75de5f nf_conntrack_count +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xdba7326b nf_conntrack_lock +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xdf1442db nf_ct_gre_keymap_add +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xe1b467af nf_ct_deliver_cached_events +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xe1c68283 nf_ct_iterate_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xe21ad181 nf_ct_l4proto_find +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xe33fcb39 nf_ct_tmpl_free +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xe7099f41 nf_ct_helper_log +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xe8be416c __nf_ct_change_status +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xeb180868 nf_ct_untimeout +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xec8beba6 nf_ct_expect_hash +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xed0cec72 nf_ct_expect_iterate_net +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf38bcdf3 nf_conntrack_max +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xfb83bd65 nf_ct_set_timeout +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xff08ebb3 nf_ct_bridge_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_amanda 0xeb9e8e3a nf_nat_amanda_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_broadcast 0x99f02701 nf_conntrack_broadcast_help +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_ftp 0xcc918307 nf_nat_ftp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x1d6c52cd nfct_h323_nat_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x6357781c get_h225_addr +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_irc 0xa4e08db4 nf_nat_irc_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_pptp 0xf6bdf96c nf_nat_pptp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x3db4eeaa nf_nat_sip_hooks +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x6f0cf0f8 ct_sip_get_sdp_header +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0xaa47d6e9 ct_sip_get_header +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0xaddf722b ct_sip_parse_header_uri +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0xb9c8a204 ct_sip_parse_request +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0xc955da0f ct_sip_parse_address_param +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0xf06db36d ct_sip_parse_numerical_param +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_snmp 0x72e71c67 nf_nat_snmp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_tftp 0x5387f79f nf_nat_tftp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_dup_netdev 0x51c405fd nf_fwd_netdev_egress +EXPORT_SYMBOL_GPL net/netfilter/nf_dup_netdev 0x5c910557 nft_fwd_dup_netdev_offload +EXPORT_SYMBOL_GPL net/netfilter/nf_dup_netdev 0x908b54fc nf_dup_netdev_egress +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x061b01cc nf_flow_table_offload_setup +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x0e316570 flow_offload_free +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x189aa949 nf_flow_rule_route_ipv6 +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x2574ef34 nf_flow_rule_route_ipv4 +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x2b63fc7d flow_offload_alloc +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x51eedefd nf_flow_snat_port +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x5979033b flow_offload_route_init +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x76d4eaac flow_offload_teardown +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x7ea7cd8b nf_flow_offload_ip_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x944f4ed2 flow_offload_lookup +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xa103263e nf_flow_offload_ipv6_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xadf4e740 nf_flow_table_cleanup +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xb7426f2f nf_flow_table_free +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xc27e6ac9 flow_offload_refresh +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xc8a635cf flow_offload_add +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xc8b136e0 nf_flow_dnat_port +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xcaa635bd nf_flow_table_init +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x2b37042f nf_ct_nat +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x2b676e81 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 0x48be47be nf_nat_inet_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x66bb19eb nf_ct_nat_ext_add +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x6ef63ddf nf_nat_ipv6_unregister_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x76a7fc53 nf_nat_ipv4_unregister_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x77980860 nf_nat_redirect_ipv6 +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x84004860 nf_nat_alloc_null_binding +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x86c3bf18 nf_nat_exp_find_port +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x94d75b2c nf_nat_packet +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xb4225308 nf_nat_masquerade_ipv4 +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xb6ac51ff nf_nat_icmpv6_reply_translation +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xbcee991b nf_nat_inet_register_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xc4cb607f nf_nat_icmp_reply_translation +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xc50c047d nf_nat_redirect_ipv4 +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xc681af79 nf_nat_inet_unregister_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xcec0b8ce 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 0xffa57c95 nf_nat_masquerade_ipv6 +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x0f2bebae ipv6_synproxy_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x1c7f132c 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 0x2a4845bd nf_synproxy_ipv4_fini +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x33c2e55b ipv4_synproxy_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x58c5735d nf_synproxy_ipv6_fini +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x950dd245 synproxy_send_client_synack +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xa6b8859b nf_synproxy_ipv4_init +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xb3b79fb1 synproxy_recv_client_ack +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xca9fc082 synproxy_net_id +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xd435b37b nf_synproxy_ipv6_init +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xdc38091f synproxy_recv_client_ack_ipv6 +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xf9150bf2 synproxy_parse_options +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x003e0e54 nft_meta_get_reduce +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x1c8906ef nft_meta_get_eval +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x1cc34fb7 nft_flowtable_lookup +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x1dab8c17 nf_tables_deactivate_flowtable +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x1eb11f20 nft_set_lookup_global +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x20ac1dcd nft_request_module +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x2c7d2433 nft_unregister_chain_type +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x2f51486e nft_meta_set_eval +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x3251d762 nf_tables_trans_destroy_flush_work +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x3363f325 nft_meta_get_init +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x36792f7e nft_meta_set_dump +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x3c13a85a nf_tables_deactivate_set +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x3e2782a4 nft_parse_register_store +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x41b71e65 nft_trace_enabled +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x460c43dc nft_dump_register +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x46b5f9cd nft_meta_set_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x4cecbb60 nft_meta_policy +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x54d4f823 nft_data_init +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x5d0f4059 nft_chain_validate_dependency +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x5fb53a4c nft_data_release +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x60879be9 nft_meta_set_init +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x624aa3c7 nft_register_flowtable_type +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x673545b0 nft_unregister_expr +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x6865705b __nft_reg_track_cancel +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x68c392a9 nft_data_dump +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x6a3b8e15 nft_register_expr +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x6cf63ea2 nf_tables_activate_set +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x7dd7721d nft_meta_inner_eval +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x8c0d90f9 nft_meta_get_dump +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x91aa2232 nft_register_chain_type +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x966b4cbb nft_expr_reduce_bitwise +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xa610598c nft_unregister_flowtable_type +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xad4f99fd nf_tables_bind_set +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xae08d159 nft_do_chain +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xae36536d nft_unregister_obj +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xae47eb8d nft_chain_validate_hooks +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xb0ec4280 nft_meta_set_validate +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xb21ff53c nft_obj_notify +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xba682510 __nft_release_basechain +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xc9852697 nft_register_obj +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xcb32a401 nft_chain_validate +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xd97913e7 nft_set_elem_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xdbd6c51d 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 0xeae8393f nft_set_catchall_lookup +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xf69939dc nf_tables_destroy_set +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xfb71195d nft_reg_track_update +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xfe835532 nft_obj_lookup +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x35c92a38 nfnetlink_has_listeners +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x5ce3b588 nfnl_lock +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x6be40d40 nfnetlink_broadcast +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x9177a93a nfnetlink_set_err +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0xa3a7df76 nfnetlink_unicast +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0xb40b7754 nfnetlink_subsys_register +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0xd8b77055 nfnetlink_send +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0xdb065657 nfnl_unlock +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0xffce85a6 nfnetlink_subsys_unregister +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0x15c99e20 nfnl_acct_find_get +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0x3c7e9e49 nfnl_acct_update +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0x6333223d nfnl_acct_overquota +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0xbecf5d14 nfnl_acct_put +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_osf 0x1f9c098e nf_osf_find +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_osf 0x35eff5e0 nf_osf_fingers +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_osf 0x5d0afaff nf_osf_match +EXPORT_SYMBOL_GPL net/netfilter/nft_fib 0x514df297 nft_fib_init +EXPORT_SYMBOL_GPL net/netfilter/nft_fib 0x61001e85 nft_fib_reduce +EXPORT_SYMBOL_GPL net/netfilter/nft_fib 0xa915cd52 nft_fib_validate +EXPORT_SYMBOL_GPL net/netfilter/nft_fib 0xcf3e5a8a nft_fib_store_result +EXPORT_SYMBOL_GPL net/netfilter/nft_fib 0xd3098748 nft_fib_dump +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0x1de558c1 nft_reject_icmpv6_code +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0x9949fac6 nft_reject_dump +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0x9d46ccf8 nft_reject_policy +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0xda6122f2 nft_reject_init +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0xe2c84666 nft_reject_icmp_code +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0xfdb4edfb nft_reject_validate +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x011d51b9 xt_register_table +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x04e27719 xt_compat_flush_offsets +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x16674d11 xt_request_find_match +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x2b4f3851 xt_proto_init +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x2b7f0374 xt_request_find_target +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x31733cf1 xt_match_to_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x32a5e3d6 xt_register_template +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x42767e24 xt_replace_table +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x4d2721ae xt_check_target +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x646aff1e xt_target_to_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x66a09319 xt_unregister_template +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x6b6b8c3d xt_unregister_table +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x70f620cd 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 0x83576815 xt_compat_match_to_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x9c995c69 xt_percpu_counter_alloc +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xa2d74620 xt_check_match +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xa7c94f1d xt_compat_lock +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xad6e020d xt_find_table_lock +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xbb02c924 xt_proto_fini +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 0xcb1b954e xt_compat_target_offset +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 0xd7caeb1e xt_compat_match_offset +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xdbf1fb8c xt_request_find_table_lock +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xddf68fc6 xt_find_revision +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xdf3692f8 xt_compat_target_to_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xe3077c1a xt_hook_ops_alloc +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xec9c05a9 xt_table_unlock +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xf65826c4 xt_compat_target_from_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xf6abeb06 xt_copy_counters +EXPORT_SYMBOL_GPL net/netfilter/xt_RATEEST 0x5c828a41 xt_rateest_lookup +EXPORT_SYMBOL_GPL net/netfilter/xt_RATEEST 0xe618788f xt_rateest_put +EXPORT_SYMBOL_GPL net/nfc/nci/nci_spi 0x382b9bb7 nci_spi_read +EXPORT_SYMBOL_GPL net/nfc/nci/nci_spi 0x4812cc03 nci_spi_send +EXPORT_SYMBOL_GPL net/nfc/nci/nci_spi 0xa7d04a82 nci_spi_allocate_spi +EXPORT_SYMBOL_GPL net/nfc/nci/nci_uart 0x1463db4f nci_uart_unregister +EXPORT_SYMBOL_GPL net/nfc/nci/nci_uart 0x51a5581c nci_uart_set_config +EXPORT_SYMBOL_GPL net/nfc/nci/nci_uart 0xec713606 nci_uart_register +EXPORT_SYMBOL_GPL net/nsh/nsh 0xda78da45 nsh_pop +EXPORT_SYMBOL_GPL net/nsh/nsh 0xe678d191 nsh_push +EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0x03447f28 ovs_netdev_link +EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0x119a415c ovs_vport_free +EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0x5769a7fd ovs_vport_alloc +EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0xc3a3c4db ovs_vport_ops_unregister +EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0xeb7bb5bf ovs_netdev_tunnel_destroy +EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0xed41d443 __ovs_vport_ops_register +EXPORT_SYMBOL_GPL net/psample/psample 0x3153a6d3 psample_sample_packet +EXPORT_SYMBOL_GPL net/psample/psample 0x6d25a56e psample_group_put +EXPORT_SYMBOL_GPL net/psample/psample 0xec4a0b9f psample_group_take +EXPORT_SYMBOL_GPL net/psample/psample 0xf0bfedf3 psample_group_get +EXPORT_SYMBOL_GPL net/qrtr/qrtr 0x33628aab qrtr_endpoint_register +EXPORT_SYMBOL_GPL net/qrtr/qrtr 0x6f61399a qrtr_endpoint_post +EXPORT_SYMBOL_GPL net/qrtr/qrtr 0x795b15c3 qrtr_endpoint_unregister +EXPORT_SYMBOL_GPL net/qrtr/qrtr 0x8d25501f qrtr_ns_remove +EXPORT_SYMBOL_GPL net/qrtr/qrtr 0xa47e91ba qrtr_ns_init +EXPORT_SYMBOL_GPL net/rds/rds 0x00a467af rds_wq +EXPORT_SYMBOL_GPL net/rds/rds 0x01f1c984 rds_conn_destroy +EXPORT_SYMBOL_GPL net/rds/rds 0x129be1f0 rds_conn_create_outgoing +EXPORT_SYMBOL_GPL net/rds/rds 0x1fa52334 rds_connect_complete +EXPORT_SYMBOL_GPL net/rds/rds 0x270f2c37 rds_conn_create +EXPORT_SYMBOL_GPL net/rds/rds 0x2b0d543c rds_message_add_extension +EXPORT_SYMBOL_GPL net/rds/rds 0x2ea3ace9 rds_connect_path_complete +EXPORT_SYMBOL_GPL net/rds/rds 0x36087aa4 rds_stats +EXPORT_SYMBOL_GPL net/rds/rds 0x39322d0a rds_atomic_send_complete +EXPORT_SYMBOL_GPL net/rds/rds 0x3cc56d82 rds_message_unmapped +EXPORT_SYMBOL_GPL net/rds/rds 0x45a4781e rds_addr_cmp +EXPORT_SYMBOL_GPL net/rds/rds 0x5688d27c rds_send_xmit +EXPORT_SYMBOL_GPL net/rds/rds 0x582fe5cf rds_message_add_rdma_dest_extension +EXPORT_SYMBOL_GPL net/rds/rds 0x585f567b rds_message_populate_header +EXPORT_SYMBOL_GPL net/rds/rds 0x6dec5f0f rds_send_drop_acked +EXPORT_SYMBOL_GPL net/rds/rds 0x6fe3c13d rds_inc_init +EXPORT_SYMBOL_GPL net/rds/rds 0x7286e469 rds_send_path_drop_acked +EXPORT_SYMBOL_GPL net/rds/rds 0x788ef4da rds_cong_map_updated +EXPORT_SYMBOL_GPL net/rds/rds 0x85e4e520 rds_stats_info_copy +EXPORT_SYMBOL_GPL net/rds/rds 0x8859f809 rds_recv_incoming +EXPORT_SYMBOL_GPL net/rds/rds 0x8a0b77f7 rds_conn_path_drop +EXPORT_SYMBOL_GPL net/rds/rds 0x9228bac7 rds_trans_unregister +EXPORT_SYMBOL_GPL net/rds/rds 0x930b82c1 rds_message_put +EXPORT_SYMBOL_GPL net/rds/rds 0x9c6b19db rds_send_path_reset +EXPORT_SYMBOL_GPL net/rds/rds 0x9dcbbbf0 rds_page_remainder_alloc +EXPORT_SYMBOL_GPL net/rds/rds 0xa3765182 rds_message_addref +EXPORT_SYMBOL_GPL net/rds/rds 0xa5856833 rds_inc_put +EXPORT_SYMBOL_GPL net/rds/rds 0xb20e209b rds_conn_drop +EXPORT_SYMBOL_GPL net/rds/rds 0xc2dab779 rds_info_copy +EXPORT_SYMBOL_GPL net/rds/rds 0xcb3e3e4f rds_info_register_func +EXPORT_SYMBOL_GPL net/rds/rds 0xcbc0c0b5 rds_info_deregister_func +EXPORT_SYMBOL_GPL net/rds/rds 0xce4c2b5d rds_conn_path_connect_if_down +EXPORT_SYMBOL_GPL net/rds/rds 0xd1a47edf rds_rdma_send_complete +EXPORT_SYMBOL_GPL net/rds/rds 0xdb2a80fb rds_conn_connect_if_down +EXPORT_SYMBOL_GPL net/rds/rds 0xe6429fb2 rds_for_each_conn_info +EXPORT_SYMBOL_GPL net/rds/rds 0xf62a8c99 rds_inc_path_init +EXPORT_SYMBOL_GPL net/rds/rds 0xf8c4dd66 rds_send_ping +EXPORT_SYMBOL_GPL net/rds/rds 0xfcaa78ca rds_trans_register +EXPORT_SYMBOL_GPL net/sched/sch_pie 0x297c5521 pie_process_dequeue +EXPORT_SYMBOL_GPL net/sched/sch_pie 0x6ce9b467 pie_calculate_probability +EXPORT_SYMBOL_GPL net/sched/sch_pie 0xe19143bd pie_drop_early +EXPORT_SYMBOL_GPL net/sched/sch_taprio 0x19fe655b taprio_offload_free +EXPORT_SYMBOL_GPL net/sched/sch_taprio 0x78555058 taprio_offload_get +EXPORT_SYMBOL_GPL net/sctp/sctp 0x9858cd21 sctp_for_each_endpoint +EXPORT_SYMBOL_GPL net/sctp/sctp 0xbae58619 sctp_get_sctp_info +EXPORT_SYMBOL_GPL net/sctp/sctp 0xbc742880 sctp_transport_lookup_process +EXPORT_SYMBOL_GPL net/sctp/sctp 0xd5a97353 sctp_transport_traverse_process +EXPORT_SYMBOL_GPL net/smc/smc 0x15735f5c smcd_handle_event +EXPORT_SYMBOL_GPL net/smc/smc 0x47ae3134 smcd_handle_irq +EXPORT_SYMBOL_GPL net/smc/smc 0x740b32ca smc_proto +EXPORT_SYMBOL_GPL net/smc/smc 0x8e315a0e smc_proto6 +EXPORT_SYMBOL_GPL net/smc/smc 0xbc5c7c66 smc_unhash_sk +EXPORT_SYMBOL_GPL net/smc/smc 0xd61f7669 smc_hash_sk +EXPORT_SYMBOL_GPL net/smc/smc 0xd9c8b7c7 smcd_free_dev +EXPORT_SYMBOL_GPL net/smc/smc 0xfca09c6e smcd_unregister_dev +EXPORT_SYMBOL_GPL net/smc/smc 0xfde117c0 smcd_register_dev +EXPORT_SYMBOL_GPL net/smc/smc 0xfe2fbf7e smcd_alloc_dev +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 0x58823dde gss_mech_unregister +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x62668b2d gss_mech_register +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0xd3ec9d06 svcauth_gss_flavor +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0xd7673035 g_verify_token_header +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0xfd3857d3 svcauth_gss_register_pseudoflavor +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0162cd6d svc_process +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x04044ffd rpc_sleep_on +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x042c031e rpc_cancel_tasks +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x04432eb2 svc_set_num_threads +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x053d1576 svc_xprt_deferred_close +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 0x0b00c8c9 rpc_bind_new_program +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0b140437 rpc_clnt_manage_trunked_xprts +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0c157ac6 xprt_free_slot +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0c23e8e8 xprt_wake_pending_tasks +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0c7d5be6 xprt_destroy_backchannel +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0d243acd rpcauth_wrap_req_encode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0da1dd2f svc_rqst_alloc +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0ece6364 xprt_free +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1076bb70 rpc_clnt_test_and_add_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x12cae487 rpc_clnt_show_stats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x13361f97 rpc_sleep_on_priority_timeout +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x144a3090 svc_seq_show +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x146b9aa2 rpc_clnt_disconnect +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1572880c xdr_stream_decode_string +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1587098c xdr_init_encode_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1646b095 rpc_prepare_reply_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1721ea06 xprt_unpin_rqst +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1aeed6fb svc_auth_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1c0097c8 svc_rqst_free +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1e119a79 rpcauth_get_pseudoflavor +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x20e1f276 rpc_task_release_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x211082b4 xdr_init_decode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x212c50e2 cache_purge +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x229e31b9 cache_seq_next_rcu +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x233f8308 rpc_find_or_alloc_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x238a6a04 sunrpc_cache_unregister_pipefs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x24167ffb cache_register_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x25281a9a rpcauth_lookup_credcache +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2661a17b rpcb_getport_async +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x26cf3f2d svc_xprt_received +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x27025e5d svc_addsock +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2718677e rpc_pton +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x273e58ab svc_authenticate +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x27d47cb2 rpc_uaddr2sockaddr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2919b156 xdr_decode_string_inplace +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x29ae811d xdr_stream_pos +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2a4fb8f3 rpc_wake_up_first +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2a996f3d rpc_d_lookup_sb +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2b83139b xprt_wait_for_reply_request_rtt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2d6398ae rpc_put_task_async +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2ecca1e1 svc_proc_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2f20d30b _copy_from_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2f9b3b63 rpc_count_iostats_metrics +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3008ae4d cache_destroy_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3167dc41 cache_create_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x31a89d59 rpc_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x321c536a xdr_reserve_space +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x33e8c155 xdr_decode_array2 +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x34100677 xdr_stream_decode_opaque +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x343cfd9e sunrpc_cache_lookup_rcu +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x34d184de rpc_wake_up_status +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x353e8e3a xprt_reconnect_backoff +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x35cefc97 rpc_queue_upcall +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x36092397 svc_drop +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x368c81dc svc_fill_write_vector +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x387e1639 rpc_pipefs_notifier_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3b2fe570 xdr_shift_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3b475cc0 rpc_wait_for_completion_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3c6564fe svc_print_addr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3d85b2af rpc_clnt_add_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3df334d4 svc_rpcbind_set_version +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3f19f208 svc_recv +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3f9a2b0b rpcauth_get_gssinfo +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x407c66bb xprt_lookup_rqst +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4130c4f6 xprt_request_get_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x41548ebe rpc_put_sb_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x42de9e80 rpc_clnt_xprt_switch_put +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x432dacc1 xprt_register_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4351ad89 rpc_clnt_probe_trunked_xprts +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4378f012 rpc_call_start +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x44a45ef1 rpc_wake_up_next +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x47207e91 svc_bind +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x47589e36 rpcauth_stringify_acceptor +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x492ecc8f xprt_wait_for_buffer_space +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x49392961 rpc_restart_call_prepare +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4afedab1 xprtiod_workqueue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4b8eded0 sunrpc_cache_pipe_upcall_timeout +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4bb5282a rpc_set_connect_timeout +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4c5b69b0 xdr_process_buf +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 0x4f7165d5 xdr_stream_move_subsegment +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x529cdffb rpc_clnt_xprt_switch_add_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5336a3cb svc_reg_xprt_class +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x53445f68 nlm_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x53778e62 rpcauth_destroy_credcache +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5424ddd2 xprt_write_space +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x549c0738 rpc_ntop +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x55e0bcdf rpc_clnt_iterate_for_each_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x56d8c594 xdr_buf_from_iov +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x596f2cae xprt_lock_connect +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5a45ba31 svc_auth_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5ba87922 rpc_switch_client_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5d2bd92a svc_proc_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5ec133eb rpc_clnt_swap_deactivate +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5ee58df8 svc_rpcb_setup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5ef5cab8 cache_check +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x609202f9 rpc_task_gfp_mask +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x61e239d3 rpc_exit +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x62266209 rpc_add_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x622f36c3 xprt_get +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x62a08b38 xprt_disconnect_done +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x62e1affa xdr_encode_array2 +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x649f12e0 xprt_release_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x64bc1b3a svc_reserve +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x65f95fac auth_domain_put +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x660ae7ad cache_unregister_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x66ed2439 rpc_destroy_wait_queue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x676d6bf2 rpc_mkpipe_data +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x697518ce svc_sock_update_bufs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x69bacda8 rpc_delay +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6a022e5a sunrpc_cache_pipe_upcall +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6a7a0fc8 bc_svc_process +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6c4f49a7 rpc_clnt_swap_activate +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6d5e30cc svc_xprt_put +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6dbcbc9e csum_partial_copy_to_xdr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x71023a86 rpc_max_payload +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 0x73b07676 rpc_clone_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x74ede4e0 xprt_force_disconnect +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7d21ae41 xdr_init_decode_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7dbf76e8 xdr_page_pos +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7de53067 rpc_init_rtt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7e5e4150 xdr_write_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x807b905c svc_unreg_xprt_class +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x821bfd5f xdr_read_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x82864dcb rpcauth_create +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x830ef437 rpc_alloc_iostats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8427253f rpcauth_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8628f017 xdr_buf_subsegment +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x868e797c xdr_encode_word +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x86af61e3 rpc_num_bc_slots +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x87d25606 unix_domain_find +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8884318a rpcauth_unwrap_resp_decode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x88f69a9b sunrpc_cache_unhash +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x897f0ce7 rpc_clone_client_set_auth +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x89b4b9a1 xprt_wait_for_reply_request_def +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8a047dd2 xprt_alloc +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8b088dc1 rpcauth_init_cred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8c009d8d rpc_shutdown_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8dac7dca cache_seq_stop_rcu +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8ef7adc1 xprt_reserve_xprt_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8f1be6dd rpcauth_lookupcred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8fd5d3cf write_bytes_to_xdr_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8fdc5ba0 sunrpc_init_cache_detail +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8fe006e5 rpc_peeraddr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x912bd763 svc_generic_init_request +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x916a0c42 rpc_proc_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x952ccc80 rpc_peeraddr2str +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x956ea01f svc_set_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x95b60c80 gssd_running +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9651f25c rpc_sleep_on_priority +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9670b5a1 rpc_free_iostats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9692d9e4 xdr_buf_trim +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x978e0a6a rpc_remove_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x98a7004e svc_xprt_create +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x99288e75 rpc_count_iostats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x99aee353 rpc_init_priority_wait_queue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9a373d6c rpc_clnt_xprt_switch_remove_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9a795018 svcauth_unix_purge +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9b0c0674 rpc_net_ns +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9d009ad7 xprt_add_backlog +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9d521f5f auth_domain_find +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9f437122 rpc_call_null +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9fa6e124 rpc_setbufsize +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9fca8fcc svc_xprt_destroy_all +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa0d292ed read_bytes_from_xdr_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa16ae48b rpc_proc_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa1a1463c svc_xprt_copy_addrs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa3c11622 rpc_destroy_pipe_data +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa63c5c5e rpc_malloc +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa8af46bf __xdr_commit_encode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa9c52a9c auth_domain_lookup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xabf7c2b3 xprt_complete_rqst +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xad958088 svc_xprt_names +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xadc97750 xprt_reconnect_delay +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xaef859d3 rpc_free +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xaf239d87 xprt_reserve_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xaf5bf6ef nfs_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb09894b0 xdr_stream_decode_string_dup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb141a9bd svc_max_payload +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb51a3724 rpc_pipefs_notifier_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb58214d5 sunrpc_cache_update +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb5f6daa6 svc_rpcb_cleanup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb67b9708 rpc_get_sb_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb6b5f664 rpc_max_bc_payload +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb6b85280 xdr_init_encode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb90477d3 rpc_pipe_generic_upcall +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbac37d96 svc_create +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbc4c61d8 svc_encode_result_payload +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbd7c75a3 svc_age_temp_xprts_now +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbe22dc19 rpc_init_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbe916214 rpc_unlink +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbed6772f rpc_release_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbf9d1b96 nfsd_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbfb8a6ee svcauth_unix_set_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc0908dd0 svc_destroy +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc0e00939 xdr_inline_decode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc12435e3 rpc_calc_rto +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc20c45f0 xprt_setup_backchannel +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc24f5831 xprt_update_rtt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc369192d xprt_adjust_cwnd +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc3a610ba svc_rqst_replace_page +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc3d236c2 xprt_release_rqst_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc43f3f04 rpc_localaddr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc48d1637 rpc_machine_cred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc4906c98 rpc_force_rebind +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc6ee8bd4 xprt_alloc_slot +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc7685e58 svc_wake_up +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc783d190 sunrpc_cache_register_pipefs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc8e96dea qword_addhex +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xca17d8a8 put_rpccred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xca3a3715 svc_xprt_enqueue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xca75096c rpc_restart_call +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xce678a59 xdr_decode_netobj +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd1adcd31 xprt_unlock_connect +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd1d4dfee rpc_wake_up_queued_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd23c8692 rpc_put_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd47100d7 svc_exit_thread +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd4f4be6f xprt_put +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd5e6eed5 rpcauth_init_credcache +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd5f1be82 xprt_wake_up_backlog +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd6758b11 rpcauth_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd67a6d1d rpc_mkpipe_dentry +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd8fba0f3 svc_generic_rpcbind_set +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdc6add03 svc_xprt_close +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdd691402 xprt_find_transport_ident +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdf8aff14 rpc_clnt_xprt_switch_has_addr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdfc11f82 rpc_call_async +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe170dd03 svc_xprt_init +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe1be2784 xdr_enter_page +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe299a995 rpc_init_pipe_dir_head +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe2b6bbf8 rpc_create +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe4d88630 rpc_sleep_on_timeout +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe5728bf8 xdr_set_pagelen +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe579c0b1 rpc_task_timeout +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe5919cb1 xdr_encode_opaque +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe5dea5c7 xdr_reserve_space_vec +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe7d885ba sunrpc_destroy_cache_detail +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe97f4ce5 qword_get +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe9f7338c xdr_stream_subsegment +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xea3cfac4 xdr_decode_word +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xea4bd061 xdr_terminate_string +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xed5bb4dd rpc_call_sync +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xedcf6be4 qword_add +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xee86547a svc_find_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xeeacab69 rpc_update_rtt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf0b7775d rpc_init_wait_queue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf0c1f44b svc_create_pooled +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf0f24885 xdr_inline_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf1d1dd1a rpc_killall_tasks +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf20f4212 xdr_stream_zero +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf2ace017 rpc_run_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf495a900 xprt_release_xprt_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf499d8dd xprt_unregister_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf617faa9 cache_seq_start_rcu +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf9e4cbeb xprt_pin_rqst +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfa6b54f5 rpc_clnt_setup_test_and_add_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfce9f942 svc_fill_symlink_pathname +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfe54c7b7 xdr_stream_decode_opaque_dup +EXPORT_SYMBOL_GPL net/tls/tls 0x1990e9b6 tls_encrypt_skb +EXPORT_SYMBOL_GPL net/tls/tls 0x312f76c0 tls_device_sk_destruct +EXPORT_SYMBOL_GPL net/tls/tls 0x9e07b999 tls_offload_tx_resync_request +EXPORT_SYMBOL_GPL net/tls/tls 0xf4087fb5 tls_validate_xmit_skb +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x00c2157f virtio_transport_stream_enqueue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x03a81e69 virtio_transport_stream_allow +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x144fb555 virtio_transport_stream_rcvhiwat +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x19ba9849 virtio_transport_destruct +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x1e24218b virtio_transport_seqpacket_dequeue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x1eeccd23 virtio_transport_deliver_tap_pkt +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x28b4f10b virtio_transport_stream_is_active +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x35d8bc9a virtio_transport_notify_buffer_size +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x3f414585 virtio_transport_stream_has_data +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x41a17c50 virtio_transport_stream_has_space +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x4a6fba85 virtio_transport_shutdown +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x4b9dfdd0 virtio_transport_notify_send_init +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x5019ea0a virtio_transport_inc_tx_pkt +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x61d5e377 virtio_transport_notify_recv_pre_dequeue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x61e229f8 virtio_transport_do_socket_init +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x62cd10c3 virtio_transport_notify_recv_init +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x6a2a5b07 virtio_transport_dgram_enqueue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x6c377eff virtio_transport_notify_poll_in +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x74f98123 virtio_transport_seqpacket_enqueue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x7b637e63 virtio_transport_notify_send_pre_block +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x8d495d5e virtio_transport_put_credit +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x8e782014 virtio_transport_get_credit +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xa033f9b0 virtio_transport_notify_send_pre_enqueue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xa41d9c6d virtio_transport_recv_pkt +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xab6257ef virtio_transport_dgram_bind +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xae6839b1 virtio_transport_stream_dequeue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xb3e70a28 virtio_transport_free_pkt +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xb8cfb7fb virtio_transport_notify_recv_pre_block +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xbab6ae22 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 0xcae3ad8a virtio_transport_dgram_dequeue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xdd9aa9b2 virtio_transport_notify_poll_out +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xe5674b18 virtio_transport_connect +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xea2146f2 virtio_transport_notify_recv_post_dequeue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xf7fb7382 virtio_transport_seqpacket_has_data +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xfb2726fa virtio_transport_release +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x099d5822 vsock_data_ready +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x0e9bc9b6 vsock_addr_unbind +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x0fa550d8 vsock_enqueue_accept +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x1cfc4411 vsock_core_unregister +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x1d5b76a9 vsock_add_tap +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x203e8c83 vsock_insert_connected +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x225807dc vsock_core_register +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x240d5daf vsock_stream_has_data +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x26e1da4c vsock_assign_transport +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x284e07d8 vsock_bind_table +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x2f79f702 vsock_find_bound_socket +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x2fdc57b4 vsock_for_each_connected_socket +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x3d4b0fca vsock_addr_init +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x41e9bd4b vsock_stream_has_space +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x4b1cd8c7 vsock_remove_sock +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x4b99648c vsock_addr_bound +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x6aeb01c1 vsock_core_get_transport +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x6b20684b vsock_remove_tap +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x7861d51c vsock_find_connected_socket +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x90aa8549 vsock_find_cid +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x9bb6fd09 vsock_connected_table +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xaf2674b5 vsock_addr_equals_addr +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xb0d7bda7 vsock_addr_cast +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xbedee9d7 vsock_remove_bound +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xc7f7befa vsock_remove_connected +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xc92f7f50 vsock_table_lock +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xe605b4d5 vsock_add_pending +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xec4554eb vsock_deliver_tap +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xec96eadf vsock_addr_validate +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xf33fb1b8 vsock_remove_pending +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xfce382e7 vsock_create_connected +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x00611ab2 cfg80211_wext_giwrange +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x199ebdf6 cfg80211_wext_giwrts +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x19fdd246 cfg80211_wext_giwfrag +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x348a6f82 cfg80211_wext_siwmode +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x478911df cfg80211_wext_giwname +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x47d96316 cfg80211_wext_siwrts +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x6f358dc9 cfg80211_vendor_cmd_get_sender +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x8866dcf0 cfg80211_vendor_cmd_reply +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x8aab01a0 cfg80211_pmsr_report +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x94deca24 cfg80211_wext_giwmode +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x9608e4cc cfg80211_shutdown_all_interfaces +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xab5368c3 cfg80211_wext_giwretry +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xb9a977e0 cfg80211_wext_siwfrag +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xe80bb5f7 cfg80211_pmsr_complete +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xeee307e5 cfg80211_wext_siwscan +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xf47dfa01 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 0x191c20e8 ipcomp_destroy +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0x6509a353 ipcomp_output +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0xd04d1714 ipcomp_init_state +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0xdb17727e 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 0x51514de0 snd_ac97_reset +EXPORT_SYMBOL_GPL sound/core/seq/snd-seq 0xadb51cff snd_seq_client_ioctl_unlock +EXPORT_SYMBOL_GPL sound/core/seq/snd-seq 0xe50413d7 snd_seq_client_ioctl_lock +EXPORT_SYMBOL_GPL sound/core/snd 0x0761cc0f snd_ctl_register_layer +EXPORT_SYMBOL_GPL sound/core/snd 0x3a6d5099 snd_devm_card_new +EXPORT_SYMBOL_GPL sound/core/snd 0x47a0b093 snd_card_free_on_error +EXPORT_SYMBOL_GPL sound/core/snd 0x49b63222 snd_power_ref_and_wait +EXPORT_SYMBOL_GPL sound/core/snd 0x5af762f1 snd_fasync_free +EXPORT_SYMBOL_GPL sound/core/snd 0x5eb8d5bc snd_ctl_sync_vmaster +EXPORT_SYMBOL_GPL sound/core/snd 0x5efbb9d2 snd_ctl_disconnect_layer +EXPORT_SYMBOL_GPL sound/core/snd 0x794d3549 snd_ctl_activate_id +EXPORT_SYMBOL_GPL sound/core/snd 0x85952b15 snd_card_disconnect_sync +EXPORT_SYMBOL_GPL sound/core/snd 0x9213631d snd_card_ref +EXPORT_SYMBOL_GPL sound/core/snd 0xa0a6a515 snd_ctl_get_preferred_subdevice +EXPORT_SYMBOL_GPL sound/core/snd 0xa98a6f27 snd_device_initialize +EXPORT_SYMBOL_GPL sound/core/snd 0xbc5bb543 snd_ctl_apply_vmaster_followers +EXPORT_SYMBOL_GPL sound/core/snd 0xc2e25214 snd_fasync_helper +EXPORT_SYMBOL_GPL sound/core/snd 0xd8f99cd8 snd_card_add_dev_attr +EXPORT_SYMBOL_GPL sound/core/snd 0xe0107b80 snd_ctl_add_vmaster_hook +EXPORT_SYMBOL_GPL sound/core/snd 0xf2479955 snd_card_rw_proc_new +EXPORT_SYMBOL_GPL sound/core/snd 0xf51bd9a1 snd_device_get_state +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 0xfebb8b61 snd_device_disconnect +EXPORT_SYMBOL_GPL sound/core/snd-compress 0x597c8730 snd_compress_new +EXPORT_SYMBOL_GPL sound/core/snd-compress 0xb044b1e2 snd_compr_stop_error +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x04e1b99f snd_pcm_std_chmaps +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x06e91fb3 _snd_pcm_stream_lock_irqsave_nested +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x09e913c1 snd_pcm_alt_chmaps +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x47082992 snd_pcm_stream_unlock_irqrestore +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x5c407196 snd_pcm_fill_iec958_consumer_hw_params +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x6262b897 snd_pcm_add_chmap_ctls +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x649892e8 snd_pcm_create_iec958_consumer_default +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x8b2e9f4a 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 0x9d7962a4 snd_pcm_stream_lock_irq +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0xa286a234 snd_pcm_format_name +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0xa5c1257a snd_pcm_stream_unlock +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0xab8bc1a2 snd_pcm_rate_mask_intersect +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0xb1b05d04 snd_pcm_stop_xrun +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0xc1135ab7 snd_pcm_fill_iec958_consumer +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0xc561b6fa _snd_pcm_stream_lock_irqsave +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0xc6f6b1a6 snd_dma_buffer_sync +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0xd02d5722 snd_pcm_lib_default_mmap +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0xd3559903 snd_devm_alloc_dir_pages +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0xe6a64877 snd_pcm_stream_lock +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0xea750f40 snd_pcm_stream_unlock_irq +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x0988ff9e snd_dmaengine_pcm_set_config_from_dai_data +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x09f69a1b snd_dmaengine_pcm_open +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x169a0e19 snd_hwparams_to_dma_slave_config +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x504e92d2 snd_dmaengine_pcm_refine_runtime_hwparams +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x553666a5 snd_dmaengine_pcm_pointer_no_residue +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x8b3ceb6f snd_dmaengine_pcm_close +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x9f1319ac snd_dmaengine_pcm_open_request_chan +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0xae743e2d snd_dmaengine_pcm_request_channel +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0xbf64f0a0 snd_dmaengine_pcm_trigger +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0xccad5bbe snd_dmaengine_pcm_get_chan +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0xcf96650b snd_dmaengine_pcm_pointer +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0xef7e871d snd_dmaengine_pcm_close_release_chan +EXPORT_SYMBOL_GPL sound/core/snd-seq-device 0x8f522167 __snd_seq_driver_register +EXPORT_SYMBOL_GPL sound/core/snd-seq-device 0xcfb2a606 snd_seq_driver_unregister +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0x364e828a amdtp_am824_add_pcm_hw_constraints +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0x5edee5ce amdtp_am824_set_midi_position +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0x83f6f09c amdtp_domain_stop +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0x8c4e1e78 amdtp_domain_start +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0xa41e64d6 amdtp_domain_stream_pcm_ack +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0xa8364e60 amdtp_domain_add_stream +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0xb077fc2d amdtp_domain_destroy +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0xb760bf90 amdtp_domain_init +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0xba42bb53 amdtp_am824_set_parameters +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0xc43c98f7 amdtp_am824_set_pcm_position +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0xcf5675f7 amdtp_domain_stream_pcm_pointer +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0xe47862e6 amdtp_am824_midi_trigger +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0xe65ed08d amdtp_am824_init +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x268bf17b snd_hdac_ext_stream_init_all +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x26b57dc4 snd_hda_ext_driver_register +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x2761defc snd_hdac_ext_bus_get_ml_capabilities +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x32f7059d snd_hdac_ext_bus_exit +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x35ad3be3 snd_hdac_ext_bus_get_hlink_by_addr +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x39ecd6c3 snd_hdac_ext_bus_init +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x3fa6d93d snd_hdac_ext_bus_link_power_up_all +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x4664d119 snd_hdac_ext_stream_assign +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x50cc0450 snd_hdac_ext_bus_link_get +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x66115525 snd_hdac_ext_stream_free_all +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x6a552c58 snd_hdac_ext_stream_release +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x6d358c84 snd_hdac_ext_cstream_assign +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x75980299 snd_hdac_ext_bus_get_hlink_by_name +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x75e99cd1 snd_hdac_ext_bus_link_power_up +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x7691a4de snd_hdac_ext_stream_start +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x789c8c58 snd_hdac_ext_bus_ppcap_enable +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x8190116b snd_hdac_ext_bus_link_clear_stream_id +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x834fb707 snd_hdac_ext_stream_clear +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x8ad55f09 snd_hdac_ext_bus_link_put +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x8d3d56c7 snd_hdac_ext_bus_device_remove +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x972082e1 snd_hdac_ext_bus_link_power +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xa0a42be8 snd_hdac_ext_link_free_all +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xa2326a3e snd_hda_ext_driver_unregister +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xab7dd2c0 snd_hdac_ext_stream_decouple_locked +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xaba1cffa snd_hdac_ext_stream_setup +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xcd87ae27 snd_hdac_ext_stream_decouple +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xd97ba5fd snd_hdac_ext_bus_link_power_down_all +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xe79ad786 snd_hdac_ext_bus_ppcap_int_enable +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xe81ba02f snd_hdac_ext_bus_link_set_stream_id +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xecd897e1 snd_hdac_ext_stream_reset +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xff398ff4 snd_hdac_ext_bus_link_power_down +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x00a49b91 snd_hdac_stop_streams +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x03f62aca snd_hdac_regmap_add_vendor_verb +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x05636f93 snd_hdac_aligned_read +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x10df3fec snd_hdac_regmap_write_raw +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x11ec96b4 snd_hdac_get_stream_stripe_ctl +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x1488641f snd_hdac_aligned_write +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x155ae2d4 snd_hdac_device_exit +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x1586d328 snd_hdac_codec_link_up +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x174a334d snd_hdac_bus_stop_cmd_io +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x19131ba3 snd_hdac_codec_modalias +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x1c04c86e snd_hdac_bus_exit +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x1c7e64e8 snd_hdac_get_sub_nodes +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x1ca7f8a4 snd_hdac_stream_set_params +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x20f5474b _snd_hdac_read_parm +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x23f0ea24 snd_hdac_read +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x2afc2d3d snd_hdac_regmap_init +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x2c667a87 snd_hdac_bus_exec_verb_unlocked +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x304aaa89 snd_hdac_power_up_pm +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x39beeb77 snd_hdac_acomp_init +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x3bd544c2 snd_hdac_get_active_channels +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x3f63f37c snd_hdac_bus_init_cmd_io +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x43b88c6f snd_hdac_refresh_widgets +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x461bab91 snd_hdac_dsp_prepare +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x489efae7 snd_hdac_codec_read +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x49dc034b snd_hdac_stream_set_spib +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x4a3bf159 snd_hdac_device_init +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x4b87be7f snd_hdac_acomp_exit +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x4c7ec4b6 snd_hdac_get_ch_alloc_from_ca +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x4e689408 snd_hdac_set_codec_wakeup +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x51df9d96 snd_hdac_sync_audio_rate +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x56b90287 snd_hdac_setup_channel_mapping +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x5b3c325f snd_hdac_bus_init_chip +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x5c07cb49 snd_hdac_calc_stream_format +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x5c391690 snd_hdac_power_up +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x5f223990 snd_hdac_stream_reset +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x5f2967a5 snd_hdac_stream_setup_periods +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x5f447d7d snd_hdac_dsp_trigger +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x5f452081 snd_hdac_stream_wait_drsm +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x611aaa69 snd_hdac_get_connections +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x650ca3d2 snd_hdac_get_stream +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x65b6b5e9 snd_hdac_regmap_read_raw +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x67bfe791 snd_hdac_spk_to_chmap +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x692f62be snd_hdac_bus_handle_stream_irq +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x6bc47bc2 snd_hdac_read_parm_uncached +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x758eea09 snd_hdac_bus_update_rirb +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x77c754a8 snd_hdac_chmap_to_spk_mask +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x7e13e59d snd_hda_bus_type +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x80953360 snd_hdac_bus_parse_capabilities +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x83442184 snd_hdac_stream_drsm_enable +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x83908976 snd_hdac_device_unregister +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x8506c725 snd_hdac_codec_link_down +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x85796ce1 snd_hdac_bus_link_power +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x85b518e3 snd_hdac_display_power +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x86e24c05 snd_hdac_stream_release +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x8883daa2 snd_hdac_regmap_sync +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x8ca917e3 snd_hdac_stop_streams_and_chip +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x903ec71f snd_hdac_bus_init +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x915e882e snd_hdac_device_register +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x93be31b7 snd_hdac_register_chmap_ops +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x9592f6af snd_hdac_stream_assign +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x9a85c09a snd_hdac_stream_set_lpib +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x9a8e1877 snd_array_free +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xa08dfa6f snd_hdac_check_power_state +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xa14044c1 hdac_get_device_id +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xa14c92d7 snd_hdac_stream_timecounter_init +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xa5d5a568 snd_hdac_is_supported_format +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xa61de1fe snd_hdac_add_chmap_ctls +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xb1abfdc8 snd_hdac_regmap_update_raw_once +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xb7640f70 snd_hdac_dsp_cleanup +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xb871b41d snd_hdac_stream_start +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xbcb479e2 snd_hdac_bus_alloc_stream_pages +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xbd037bd0 snd_hdac_bus_get_response +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xbe7dd7dc snd_array_new +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xbee4a8bd snd_hdac_regmap_update_raw +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xbf8f8151 snd_hdac_sync_power_state +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xc1b42efd snd_hdac_stream_setup +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xc1ccd901 snd_hdac_acomp_register_notifier +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xc3234b94 snd_hdac_power_down +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xc3ffee00 snd_hdac_query_supported_pcm +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xc4954dba snd_hdac_bus_exit_link_reset +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xc534d8a9 snd_hdac_power_down_pm +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xc8a5560e snd_hdac_stream_sync +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xca133a2d snd_hdac_bus_stop_chip +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xcbb94241 snd_hdac_bus_free_stream_pages +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xce6cdcf0 snd_hdac_acomp_get_eld +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xd1a6661b snd_hdac_stream_release_locked +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xd43bf820 snd_hdac_codec_write +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xdc399443 snd_hdac_stream_sync_trigger +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xe22f31a6 snd_hdac_regmap_exit +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xe49c1b48 snd_hdac_stream_init +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xe4e07754 snd_hdac_print_channel_allocation +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xe5c191d9 snd_hdac_stream_cleanup +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xe7d4044a snd_hdac_stream_get_spbmaxfifo +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xe8179f8d snd_hdac_stream_set_dpibr +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xe9692208 snd_hdac_bus_reset_link +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xf4efb7de snd_hdac_bus_enter_link_reset +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xf5b18425 snd_hdac_override_parm +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xfa4efaf1 snd_hdac_stream_spbcap_enable +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xfa523e5a snd_hdac_stream_stop +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xfbed9762 snd_hdac_bus_send_cmd +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xfbeea072 snd_hdac_device_set_chip_name +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xfd80c3eb snd_hdac_channel_allocation +EXPORT_SYMBOL_GPL sound/hda/snd-intel-dspcfg 0x05c81229 snd_intel_dsp_driver_probe +EXPORT_SYMBOL_GPL sound/hda/snd-intel-dspcfg 0x365afd3d 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 0x54b0d06a intel_nhlt_init +EXPORT_SYMBOL_GPL sound/hda/snd-intel-dspcfg 0xc69b4f27 intel_nhlt_get_dmic_geo +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0x07fa0846 snd_ak4113_external_rate +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0x3766baed snd_ak4113_build +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0x77d73d51 snd_ak4113_create +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0x94d6d695 snd_ak4113_reg_write +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0xa1917df0 snd_ak4113_check_rate_and_errors +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0xdb2bff1a snd_ak4113_reinit +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x04f41805 snd_hda_codec_pcm_put +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 0x06d94543 azx_codec_configure +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x0d23f178 snd_hda_shutup_pins +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x11d4d257 snd_hda_multi_out_dig_prepare +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x123650fa snd_hda_codec_eapd_power_filter +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x1325f44a snd_hda_jack_poll_all +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x1512ee44 __hda_codec_driver_register +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x16bcab36 snd_hda_get_default_vref +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x17983d49 snd_hda_mixer_amp_switch_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x17ee5f01 snd_hda_find_mixer_ctl +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x197cfc91 azx_bus_init +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x1b39d5bc snd_hda_jack_detect_state_mst +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x1e264e68 snd_hda_add_nid +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x1ee9435e snd_hda_jack_unsol_event +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x2055c307 snd_hda_codec_device_init +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x2289673e snd_hda_jack_set_button_state +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x26c52911 snd_hda_mixer_amp_volume_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x282c3e82 snd_hda_codec_set_name +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x2c8e6348 snd_hda_codec_load_dsp_trigger +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x30e4d332 __snd_hda_codec_cleanup_stream +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x317ca58d azx_get_pos_lpib +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x339e76b0 snd_hda_mixer_amp_switch_get +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x34644ff2 snd_hda_codec_device_new +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x36da94ab snd_hda_jack_tbl_get_mst +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x38ce402b azx_interrupt +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x3a2123a1 hda_codec_driver_unregister +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x3d4adb78 snd_hda_codec_amp_init_stereo +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x3dee5f7b snd_hda_spdif_out_of_nid +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x42d60c1b snd_hda_codec_get_pincfg +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x445a3569 snd_hda_multi_out_dig_open +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x47a0ef71 azx_get_position +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4a8582a1 __snd_hda_apply_fixup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x519be0fe snd_hda_mixer_amp_volume_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x5332b0df snd_hda_sequence_write +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x54ad39ca snd_hda_codec_set_power_to_all +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x563b29e1 snd_hda_get_conn_list +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x57010c4c snd_hda_input_mux_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x5b6a2eb7 snd_hda_add_new_ctls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x5c7fdb9d snd_hda_codec_setup_stream +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x5d491313 snd_hda_codec_load_dsp_prepare +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x5fbf7693 snd_hda_enable_beep_device +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x60c6f4a6 snd_hda_mixer_amp_switch_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x6140cf34 snd_hda_get_int_hint +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x644dffe9 snd_hda_jack_detect_enable_callback_mst +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x67230284 snd_hda_jack_add_kctls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x687aaef2 snd_hda_codec_set_pincfg +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x68e67318 snd_hda_set_dev_select +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x6a07889d snd_hda_codec_unregister +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x6a4f650f snd_hda_codec_set_power_save +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x6a80bd0d snd_hda_codec_set_pin_target +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x6cb4b6f9 snd_hda_codec_cleanup_for_unbind +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x6d6c991c snd_hda_multi_out_dig_close +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x6daf5137 snd_hda_jack_report_sync +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x6e590912 snd_hda_codec_configure +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x6f9b5a23 snd_hda_codec_get_pin_target +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x7180f2c5 snd_hda_jack_bind_keymap +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x72db9d08 snd_hda_multi_out_analog_cleanup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x740be720 is_jack_detectable +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x759dab07 snd_hda_mixer_amp_volume_get +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x772b0132 snd_hda_parse_pin_defcfg +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x773823b5 snd_hda_codec_amp_stereo +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x798d189f snd_hda_create_dig_out_ctls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x7cc84515 snd_hda_override_amp_caps +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x7e16b058 snd_hda_pick_fixup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x80787f1e query_amp_caps +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x81bb1c5c snd_hda_codec_register +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x83175012 snd_hda_unlock_devices +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x8320ac9b snd_hda_add_vmaster_hook +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x87943288 snd_hda_codec_new +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x89002ef8 snd_hda_codec_prepare +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x891f6787 snd_hda_get_bool_hint +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x899979fd snd_hda_spdif_ctls_assign +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x8c2d5349 snd_hda_codec_amp_init +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x8c98743c azx_probe_codecs +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x8d0fef6a snd_hda_check_amp_list_power +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x8ed0ecc1 snd_hda_multi_out_analog_prepare +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x8efa5ec4 snd_hda_add_imux_item +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x8fb60b45 snd_hda_codec_build_controls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x91acb6ae snd_hda_codec_parse_pcms +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x920bc6e0 snd_hda_jack_tbl_get_from_tag +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x92b7fa2f snd_hda_correct_pin_ctl +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x92c22c3f snd_hda_detach_beep_device +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x92ccd10b snd_hda_jack_set_gating_jack +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x99ab0f33 azx_init_streams +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x9e7441f2 snd_hda_jack_pin_sense +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x9f8951d3 snd_hda_codec_pcm_new +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa0d9de64 snd_hda_get_pin_label +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa4317638 snd_hda_jack_add_kctl_mst +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa7179f39 snd_hda_codec_amp_update +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa9a69157 snd_hda_set_vmaster_tlv +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xaba8b416 snd_hda_get_conn_index +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xad709dc8 __snd_hda_add_vmaster +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb6100e79 snd_hda_get_hint +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb61be9e4 _snd_hda_set_pin_ctl +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb9fadbd0 snd_hda_mixer_amp_switch_put_beep +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xbd638d4d snd_hda_add_verbs +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc1638c12 snd_hda_enum_helper_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc539685f snd_hda_apply_fixup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc693fa4b snd_hda_codec_update_widgets +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc8f9b2d6 snd_hda_pick_pin_fixup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc9e9d265 snd_hda_apply_verbs +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xcabb4c56 hda_get_autocfg_input_label +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xcbcdf25e snd_hda_get_connections +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xcc40e7b2 snd_hda_spdif_ctls_unassign +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xcfa942ff snd_hda_get_dev_select +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd50201c2 snd_hda_multi_out_analog_open +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd565f372 azx_get_pos_posbuf +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd6c8cb2a snd_hda_apply_pincfgs +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd6e67c22 snd_hda_codec_cleanup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd811ce19 snd_hda_ctl_add +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd9190943 azx_stop_chip +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe118de5d snd_pcm_2_1_chmaps +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe16517b1 azx_stop_all_streams +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe233b6dd snd_hda_mixer_amp_switch_get_beep +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe2c428d4 snd_hda_codec_load_dsp_cleanup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe8044125 snd_hda_multi_out_dig_cleanup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe92d626e snd_hda_mixer_amp_tlv +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xeb6488f6 snd_hda_jack_set_dirty_all +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xeb9afc58 snd_hda_load_patch +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xebf69124 snd_hda_get_num_devices +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xeda3a721 snd_print_pcm_bits +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf3b98a9c snd_hda_set_power_save +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf522d1f4 snd_hda_check_amp_caps +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf7925e4b azx_free_streams +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf7d15922 snd_hda_jack_detect_enable +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf8dc35ac snd_hda_input_mux_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xfc3b350e snd_hda_lock_devices +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xfd9f5087 azx_init_chip +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xfda049f7 snd_hda_create_spdif_share_sw +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xfdcf94d2 snd_hda_create_spdif_in_ctls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xfe4e650e snd_hda_attach_beep_device +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xff0584ba snd_hda_sync_vmaster_hook +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xffb2b017 snd_hda_override_conn_list +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x19fa4a20 snd_hda_gen_line_automute +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x1b470de4 snd_hda_gen_add_kctl +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x31cb0e12 snd_hda_gen_update_outputs +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x44057cb6 snd_hda_gen_free +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x535f8d14 snd_hda_gen_add_mute_led_cdev +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x6b95a9ed 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 0x79486c8e snd_hda_add_new_path +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x7c362602 snd_hda_gen_build_controls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x86a8452c snd_hda_gen_stream_pm +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 0x87b29d8b snd_hda_gen_spec_init +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x897130b7 snd_hda_get_path_from_idx +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x8ded827e snd_hda_gen_path_power_filter +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x9af9ccd0 snd_hda_gen_build_pcms +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xaa001c70 snd_hda_gen_init +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xb9069aff snd_hda_gen_check_power_status +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xd5259be9 snd_hda_gen_mic_autoswitch +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xf20b0680 snd_hda_get_path_idx +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xf383513e snd_hda_gen_add_micmute_led_cdev +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xf3910a29 snd_hda_gen_hp_automute +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xfa5e9319 snd_hda_gen_parse_auto_config +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xff596a2d snd_hda_activate_path +EXPORT_SYMBOL_GPL sound/soc/codecs/mt6359-accdet 0x4f34cc79 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 0x64d7478c adau1372_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau1761 0x264f56ff adau1761_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau1761 0x2f129894 adau1761_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0x0d14b72c adau17x1_resume +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0x1561f75d adau17x1_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0x232fe685 adau17x1_precious_register +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0x233a217f adau17x1_add_routes +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0x54f509f1 adau17x1_dai_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0x890a6c34 adau17x1_readable_register +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0x90e1a084 adau17x1_volatile_register +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0xc78e27a9 adau17x1_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0xf18a1c2b adau17x1_add_widgets +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0xfebc7376 adau17x1_set_micbias_voltage +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau7118 0x3956b87a adau7118_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41 0x2b847354 cs35l41_pm_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41 0x7bc86ee5 cs35l41_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41 0xe48d7c7e cs35l41_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x212b9c62 cs35l41_test_key_unlock +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x389e86c7 cs35l41_safe_reset +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x3e04e667 cs35l41_exit_hibernate +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x45771a2f cs35l41_regmap_i2c +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x4dd82602 cs35l41_global_enable +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x51af86cc cs35l41_otp_unpack +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x529dc087 cs35l41_test_key_lock +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x55514a9f cs35l41_register_errata_patch +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x79601c5f cs35l41_set_cspl_mbox_cmd +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x7aa5ae94 cs35l41_init_boost +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0xc2a3ee51 cs35l41_set_channels +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0xe2b8f1c1 cs35l41_write_fs_errata +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0xe92ff6ad cs35l41_gpio_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0xf3221cf0 cs35l41_regmap_spi +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0xf9efc19c cs35l41_configure_cs_dsp +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0xfc598b7a cs35l41_enter_hibernate +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs4271 0x420392f4 cs4271_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs4271 0x7d05786f cs4271_dt_ids +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs4271 0x9908bcbd cs4271_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42l51 0x079b8bf7 cs42l51_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42l51 0x16fa8896 cs42l51_resume +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42l51 0x60883421 cs42l51_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42l51 0xb8a36c60 cs42l51_regmap +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42l51 0xf33596ca cs42l51_suspend +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0x5d26c320 cs42xx8_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0x6932b890 cs42xx8_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0x7cac7292 cs42888_data +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0xca723c65 cs42xx8_pm +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0xcd3794c9 cs42448_data +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-es8328 0x7a14e47c es8328_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-es8328 0xfb80a3a5 es8328_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-hda-codec 0x1a77cb21 snd_soc_hda_codec_dai_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-hda-codec 0x7646d61c soc_hda_ext_bus_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-hda-codec 0x7f481240 hda_codec_probe_complete +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-lpass-macro-common 0x18892b52 lpass_macro_pds_exit +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-lpass-macro-common 0x2e01981f lpass_macro_pds_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-max98090 0xc124aebf max98090_mic_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-max98373 0x55601d12 max98373_reset +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-max98373 0xa034c093 soc_codec_dev_max98373_sdw +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-max98373 0xa9697414 soc_codec_dev_max98373 +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-max98373 0xc18b66e6 max98373_slot_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-mt6358 0x818b57bd mt6358_set_mtkaif_protocol +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-mt6358 0x8a7fab14 mt6358_mtkaif_calibration_enable +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-mt6358 0xc8beb60b mt6358_set_mtkaif_calibration_phase +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-mt6358 0xcc474b03 mt6358_mtkaif_calibration_disable +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-mt6359 0x337a96ee mt6359_mtkaif_calibration_enable +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-mt6359 0x388e6a47 mt6359_set_mtkaif_protocol +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-mt6359 0x48968047 mt6359_set_mtkaif_calibration_phase +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-mt6359 0x9196553c mt6359_mtkaif_calibration_disable +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-nau8821 0xcb4825fc nau8821_enable_jack_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-nau8824 0xb66783e0 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 0x37af3255 pcm1789_common_exit +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm1789-codec 0x612c908f pcm1789_common_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm1789-codec 0x97b239e2 pcm1789_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm179x-codec 0x61ababce pcm179x_common_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm179x-codec 0x900295ca pcm179x_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm186x 0x189dc7cf pcm186x_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm186x 0x23eeeaaa pcm186x_regmap +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm3168a 0x4e101416 pcm3168a_pm_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm3168a 0x8da16c81 pcm3168a_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm3168a 0x8e484965 pcm3168a_regmap +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm3168a 0xa9edb237 pcm3168a_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm512x 0x261aa8ad pcm512x_pm_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm512x 0x524e4f2a pcm512x_regmap +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm512x 0x6670705d pcm512x_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm512x 0x951189a0 pcm512x_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rl6231 0x5dc92cdf rl6231_pll_calc +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rl6231 0x70617a04 rl6231_get_clk_info +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rl6231 0x8d7fa148 rl6231_get_pre_div +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rl6231 0xdba4502f rl6231_calc_dmic_clk +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5514-spi 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 0x21449d49 rt5640_disable_micbias1_for_ovcd +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5640 0x4db57f91 rt5640_detect_headset +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5640 0xca5596c9 rt5640_set_ovcd_params +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5640 0xda9dc563 rt5640_sel_asrc_clk_src +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5640 0xdde0fb75 rt5640_dmic_enable +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5640 0xe433e829 rt5640_enable_micbias1_for_ovcd +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5645 0x210f397a rt5645_sel_asrc_clk_src +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5645 0x9c44dec1 rt5645_set_jack_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5659 0xa1b3fbf9 rt5659_set_jack_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5663 0xdca97499 rt5663_sel_asrc_clk_src +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5677 0x05bae864 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 0x00fa71d1 rt5682_soc_component_dev +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0x01a3fb98 rt5682_reset +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0x042d763d rt5682_register_dai_clks +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0x0d18594a rt5682_supply_names +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0x1db7de6f rt5682_calibrate +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0x297d863c rt5682_readable_register +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0x30964a8c rt5682_volatile_register +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0x43438af8 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 0xa87431fb 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 0xbb0d9dec rt5682_apply_patch_list +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0xeb36ac43 rt5682_sel_asrc_clk_src +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0xf69bfef6 rt5682_parse_dt +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682s 0xd492532b rt5682s_sel_asrc_clk_src +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-sigmadsp 0x4f5916f7 sigmadsp_setup +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-sigmadsp 0x8c57e361 sigmadsp_reset +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-sigmadsp 0xb29bb748 devm_sigmadsp_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-sigmadsp 0xd0376882 sigmadsp_restrict_params +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-sigmadsp 0xd769c651 sigmadsp_attach +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-sigmadsp-i2c 0x8928b7dc devm_sigmadsp_init_i2c +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-sigmadsp-regmap 0x783c4c60 devm_sigmadsp_init_regmap +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-src4xxx 0x5a00fffd src4xxx_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-src4xxx 0xcc24159a src4xxx_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-ssm2602 0x15e1d225 ssm2602_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-ssm2602 0xd784e42d ssm2602_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tlv320aic32x4 0xfaacd008 aic32x4_register_clocks +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tlv320aic3x 0x87b08ce5 aic3x_regmap +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-ts3a227e 0xe9edd00e 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 0x229f397d wcd938x_sdw_hw_params +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wcd938x-sdw 0x4285839a wcd938x_sdw_free +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wcd938x-sdw 0x7a6f3eb6 wcd938x_sdw_set_sdw_stream +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wcd938x-sdw 0xd48a10d1 wcd938x_swr_get_current_bank +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wcd938x-sdw 0xee4e5c8b wcd938x_sdw_device_get +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x136be121 wm_adsp_event +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x2beaf8af wm_adsp1_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x2e99bf4b wm_adsp2_preloader_get +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x3a7a470c wm_adsp2_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x4cbb4b7b 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 0x54335850 wm_adsp_compr_set_params +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x5469d4b8 wm_adsp2_component_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x55b4ee33 wm_adsp_fw_enum +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x56690704 wm_adsp_compr_handle_irq +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x69ea7f6f wm_adsp_compr_trigger +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x6abc82a0 wm_adsp_compr_open +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x80b2f7b5 wm_halo_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x887d2c40 wm_adsp_write_ctl +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x94b1c685 wm_adsp2_preloader_put +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x9da841f4 wm_adsp_early_event +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xa7674699 wm_adsp_read_ctl +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xbf25cc5a wm_adsp1_event +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xc1de3ad3 wm_adsp_compr_get_caps +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xc4e91f0f wm_adsp2_set_dspclk +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xdabf4782 wm_adsp2_component_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xdd3c79ef wm_adsp2_bus_error +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xdf083aca wm_adsp2_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xe8b6b309 wm_adsp_compr_copy +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 0xeeab06ba wm_adsp_compr_free +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xf560ba74 wm_adsp_compr_pointer +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xf69332b5 wm_adsp_fw_get +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-hubs 0x063aa2b3 wm_hubs_hpr_mux +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-hubs 0x360a7fea wm_hubs_handle_analogue_pdata +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-hubs 0x3fe6c158 wm_hubs_hpl_mux +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-hubs 0x5cd7eb9b wm_hubs_dcs_done +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-hubs 0x757206d5 wm_hubs_spkmix_tlv +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-hubs 0xa2e016ff wm_hubs_add_analogue_routes +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-hubs 0xa68e7fa6 wm_hubs_update_class_w +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-hubs 0xa6ccf3ad wm_hubs_vmid_ena +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-hubs 0xb3eca6e6 wm_hubs_add_analogue_controls +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-hubs 0xf6b7ce95 wm_hubs_set_bias_level +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8731 0x01055570 wm8731_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8731 0x10ff8b54 wm8731_regmap +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8804 0x23576017 wm8804_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8804 0x62e5cf98 wm8804_pm +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8804 0x86fe724b wm8804_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8804 0x9c6e940a wm8804_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8903 0x783f0a50 wm8903_mic_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8962 0xf94b7941 wm8962_mic_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8994 0x75a29914 wm8958_mic_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8994 0x98e652ae wm8994_mic_detect +EXPORT_SYMBOL_GPL sound/soc/fsl/imx-pcm-dma 0x310e0968 imx_pcm_dma_init +EXPORT_SYMBOL_GPL sound/soc/fsl/snd-soc-fsl-asrc 0x2b68e88d 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 0xa15aa904 audio_graph_parse_of +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-audio-graph-card2 0x7ebdbe33 audio_graph2_link_normal +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-audio-graph-card2 0x9fdf3f51 audio_graph2_link_dpcm +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-audio-graph-card2 0xccf5d753 audio_graph2_link_c2c +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-audio-graph-card2 0xea3c2ce9 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 0x12a32ad2 asoc_simple_parse_routing +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x1b8903f9 asoc_simple_parse_daifmt +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x33091fc7 asoc_simple_dai_init +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x3fb879f5 asoc_simple_init_jack +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x46d137f6 asoc_simple_startup +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x4946b700 asoc_simple_canonicalize_cpu +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x5325728f asoc_simple_parse_card_name +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x69a36a2d asoc_simple_shutdown +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x6dfda69a asoc_simple_parse_pin_switches +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x7103d96e asoc_simple_hw_params +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x71b7ec60 asoc_simple_remove +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x9d255c5c asoc_simple_set_dailink_name +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xa237ea0a asoc_simple_parse_tdm_width_map +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xb06e8554 asoc_simple_clean_reference +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xb5b7ac10 asoc_graph_is_ports0 +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xb7865ed2 asoc_simple_parse_convert +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xb8911be0 asoc_graph_card_probe +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xc7159585 asoc_simple_init_priv +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xdee8f27d asoc_simple_canonicalize_platform +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xe01efc84 asoc_simple_parse_widgets +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xf0d36f6c asoc_simple_be_hw_params_fixup +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xfcd2abde asoc_simple_parse_clk +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x0d59d934 mtk_afe_fe_hw_params +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x117f93c3 mtk_memif_set_format +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x1df19af0 mtk_afe_combine_sub_dai +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x255cafd0 mtk_afe_fe_shutdown +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x353204f6 mtk_afe_fe_trigger +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x39b371e5 mtk_memif_set_rate_substream +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x45c25061 mtk_sof_card_probe +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x4a2b27ed mtk_afe_pcm_new +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x5090071c mtk_afe_fe_ops +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x55cec3a5 mtk_memif_set_disable +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x602059bd mtk_memif_set_enable +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x6deee564 mtk_afe_fe_prepare +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x74a16aa6 mtk_afe_add_sub_dai_control +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x8416217b mtk_memif_set_pbuf_size +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x85f78830 mtk_afe_pcm_pointer +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x87682a2e mtk_memif_set_addr +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x8f6b6845 mtk_afe_suspend +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x91a73984 mtk_dynamic_irq_release +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x96cada0e mtk_sof_dai_link_fixup +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x96e9959a mtk_memif_set_channel +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x97c23929 mtk_afe_fe_startup +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0xd1118660 mtk_afe_fe_hw_free +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0xd2189e28 mtk_memif_set_rate +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0xd919c010 mtk_sof_dailink_parse_of +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0xdc597083 mtk_sof_card_late_probe +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0xe926b456 mtk_dynamic_irq_acquire +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0xed76e22e mtk_afe_pcm_platform +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0xf191819f mtk_afe_resume +EXPORT_SYMBOL_GPL sound/soc/mediatek/mt8183/snd-soc-mt8183-afe 0xce7f6bfc mt8183_dai_i2s_set_share +EXPORT_SYMBOL_GPL sound/soc/mediatek/mt8186/snd-soc-mt8186-afe 0x1cd0aa5a mt8186_mt6366_init +EXPORT_SYMBOL_GPL sound/soc/mediatek/mt8186/snd-soc-mt8186-afe 0x31775cc7 mt8186_afe_gpio_init +EXPORT_SYMBOL_GPL sound/soc/mediatek/mt8186/snd-soc-mt8186-afe 0x3bfb1a28 mt8186_mt6366_card_set_be_link +EXPORT_SYMBOL_GPL sound/soc/mediatek/mt8186/snd-soc-mt8186-afe 0xec8db575 mt8186_dai_i2s_set_share +EXPORT_SYMBOL_GPL sound/soc/mediatek/mt8192/snd-soc-mt8192-afe 0xeaf1c593 mt8192_dai_i2s_set_share +EXPORT_SYMBOL_GPL sound/soc/mediatek/mt8195/snd-soc-mt8195-afe 0x02d3bbd1 mt8195_afe_disable_clk +EXPORT_SYMBOL_GPL sound/soc/mediatek/mt8195/snd-soc-mt8195-afe 0x541a9a2f mt8195_afe_enable_clk +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-fifo 0x145aa909 axg_fifo_pcm_new +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-fifo 0x1f2b0bdb axg_fifo_pcm_close +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-fifo 0x439fe43a axg_fifo_pcm_pointer +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-fifo 0x4e8e3b0a axg_fifo_probe +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-fifo 0x68da0459 axg_fifo_pcm_hw_params +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-fifo 0x7f70258b axg_fifo_pcm_trigger +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-fifo 0xab2a1412 axg_fifo_pcm_hw_free +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-fifo 0xdfae76f2 axg_fifo_pcm_open +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-fifo 0xe5e05e2f g12a_fifo_pcm_hw_params +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-tdm-formatter 0x33a3513d axg_tdm_formatter_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 0x56dcd01d axg_tdm_formatter_event +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-tdm-formatter 0x64e0ca85 axg_tdm_stream_free +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-tdm-formatter 0xef4a0d56 axg_tdm_stream_stop +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-tdm-interface 0x0063820c axg_tdm_set_tdm_slots +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-card-utils 0x10ae4de2 meson_card_i2s_set_sysclk +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-card-utils 0x8248d8e1 meson_card_parse_daifmt +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-card-utils 0x9d40f3fe meson_card_set_be_link +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-card-utils 0xa168d6b4 meson_card_parse_dai +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-card-utils 0xa5ab698e meson_card_probe +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-card-utils 0xc6dee4ab meson_card_remove +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-card-utils 0xd1cf67d3 meson_card_reallocate_links +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-card-utils 0xdf23de79 meson_card_set_fe_link +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-codec-glue 0x50e4a3f6 meson_codec_glue_input_set_fmt +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-codec-glue 0x57352323 meson_codec_glue_input_get_data +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-codec-glue 0x5d771687 meson_codec_glue_input_hw_params +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-codec-glue 0x830bac8c meson_codec_glue_input_dai_probe +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-codec-glue 0xc3b6ca80 meson_codec_glue_output_startup +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-codec-glue 0xf640238e meson_codec_glue_input_dai_remove +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6adm 0x28421460 q6adm_get_copp_id +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6adm 0x8e1be589 q6adm_open +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6adm 0xcb2a6543 q6adm_matrix_map +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6adm 0xf5a41008 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 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 0x9da57d7c q6afe_set_lpass_clock +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6afe 0xae4bd419 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 0x933a2239 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 0x3abeba08 q6prm_unvote_lpass_core_hw +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6prm 0x7c617dd0 q6prm_vote_lpass_core_hw +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6prm 0xa45bc80c 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 0x08cc30f8 q6apm_graph_flush +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x0af3e17d q6apm_write_async +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x114ab69f audioreach_tplg_init +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x145cf8f6 audioreach_alloc_apm_cmd_pkt +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x14f5546a q6apm_graph_get_rx_shmem_module_iid +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x1597f2f2 q6apm_unmap_memory_regions +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x15be1a6b q6apm_graph_stop +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x238cdb7b audioreach_graph_send_cmd_sync +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x54eca3f4 audioreach_graph_free_buf +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x5543dd66 audioreach_alloc_apm_pkt +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x62a0b486 audioreach_set_media_format +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x64dc5171 audioreach_alloc_cmd_pkt +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x6f9551de audioreach_gain_set_vol_ctrl +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x704741b6 q6apm_read +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x70926d0e audioreach_shared_memory_send_eos +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x7127cba7 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 0x82a446e9 q6apm_map_memory_regions +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x968d33c9 q6apm_graph_prepare +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0xa13ff0b9 q6apm_graph_open +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0xcbd0688f q6apm_graph_media_format_shmem +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0xd1494c3f q6apm_graph_media_format_pcm +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0xd2aee6ff audioreach_alloc_graph_pkt +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0xd42d0cf2 q6apm_graph_close +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0xeacab713 audioreach_send_cmd_sync +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0xec698b52 q6apm_graph_start +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6dsp-common 0x17142e58 q6dsp_map_channels +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6dsp-common 0x7cf32f8b q6dsp_audio_ports_of_xlate_dai_name +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6dsp-common 0x984b28f9 q6dsp_audio_ports_set_config +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6dsp-common 0xfbe914b8 q6dsp_clock_dev_probe +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-lpass-cdc-dma 0xcaa500f5 asoc_qcom_lpass_cdc_dma_dai_ops +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-lpass-cpu 0x30555da0 asoc_qcom_lpass_cpu_platform_remove +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-lpass-cpu 0x34c49c18 asoc_qcom_lpass_cpu_dai_ops +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-lpass-cpu 0x4b288c55 asoc_qcom_lpass_cpu_dai_probe +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-lpass-cpu 0x885e280e asoc_qcom_lpass_cpu_platform_shutdown +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-lpass-cpu 0x9734395b asoc_qcom_lpass_cpu_platform_probe +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-lpass-cpu 0xad517f65 lpass_cpu_pcm_new +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-lpass-hdmi 0x5cf89863 asoc_qcom_lpass_hdmi_dai_ops +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-lpass-platform 0x02c6385d asoc_qcom_lpass_platform_register +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-qcom-common 0x78662830 qcom_snd_wcd_jack_setup +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-qcom-common 0x7f60c34d qcom_snd_parse_of +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-qcom-sdw 0x4be2420e qcom_snd_sdw_hw_params +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-qcom-sdw 0x63721a17 qcom_snd_sdw_hw_free +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-qcom-sdw 0xf5fafdd3 qcom_snd_sdw_prepare +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 0x018278b1 snd_soc_get_pcm_runtime +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x03e12843 dpcm_end_walk_at_be +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x05206027 snd_soc_set_ac97_ops +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x07174fdc snd_soc_jack_report +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x07cba855 snd_soc_dai_set_fmt +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x08e4038c snd_soc_component_disable_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x0c807883 snd_soc_dapm_mux_update_power +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x0ed16216 snd_soc_component_compr_get_codec_caps +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x0f1c288d snd_soc_daifmt_parse_format +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x0fe1be14 snd_soc_dai_set_bclk_ratio +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x13672ab0 snd_soc_tplg_component_remove +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x14ff7ba5 snd_soc_component_compr_ack +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x199f89f3 snd_soc_dai_link_set_capabilities +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x19a1415d snd_soc_register_card +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1c9fd3bc snd_soc_get_dai_name +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1e679508 snd_soc_of_parse_card_name +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1f18395f snd_soc_tplg_component_load +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x20ee9461 snd_soc_info_xr_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x210cbd3f snd_soc_dai_compr_shutdown +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x21e07925 snd_soc_find_dai +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2238aeca snd_soc_component_disable_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x238a1bf9 snd_soc_limit_volume +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x23bc7af5 snd_soc_jack_free_gpios +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2515051e snd_soc_dapm_info_pin_switch +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2541a979 snd_soc_calc_frame_size +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x26093ef8 snd_soc_new_ac97_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x26e69aef snd_soc_dpcm_can_be_free_stop +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x28e0c18e snd_soc_add_dai_controls +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2a96889e snd_soc_rtdcom_lookup +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2b58082d snd_soc_dapm_put_pin_switch +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2bb45fd6 snd_soc_component_update_bits_async +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2c3e2b43 snd_soc_dapm_disable_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2e7ea8ae snd_soc_resume +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2e9fd1b1 snd_soc_of_put_dai_link_codecs +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2f962951 snd_soc_component_enable_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x32d4e4cf snd_soc_dai_set_tristate +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x34483f73 snd_soc_dapm_ignore_suspend +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3584a746 snd_soc_dai_compr_trigger +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x361b6d2a snd_soc_dpcm_can_be_prepared +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x366c557d snd_soc_component_init_regmap +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x36e02f2e devm_snd_soc_register_card +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3700d605 snd_soc_dai_compr_set_metadata +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x38683385 snd_soc_tplg_widget_bind_event +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3a56397e snd_soc_dapm_get_pin_switch +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3bd1a9ab dapm_mark_endpoints_dirty +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3cbfa539 snd_soc_lookup_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3e27ca2e snd_soc_runtime_action +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x419d1a3b snd_soc_put_strobe +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x43a111a9 snd_soc_debugfs_root +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4559b83a snd_soc_dai_set_clkdiv +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x47eef979 snd_soc_dapm_put_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x49d881cb snd_soc_dpcm_runtime_update +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x49e5124b snd_soc_get_volsw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4a5f1bde snd_soc_component_nc_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4a837a6a snd_soc_dapm_nc_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4f58c1f4 snd_soc_dapm_force_enable_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4fa1782d snd_soc_tdm_params_to_bclk +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x535c806e snd_soc_dai_compr_get_params +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x53aecfed snd_soc_dai_compr_startup +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x53cda188 snd_soc_register_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x55edbf89 snd_soc_dapm_weak_routes +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x574533a1 snd_soc_add_card_controls +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5759dadb snd_soc_lookup_component_nolocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5912d498 snd_soc_bytes_get +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x592b47c0 snd_soc_jack_get_type +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x59343bdf snd_soc_component_enable_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5bdd5dbf snd_soc_of_get_dai_link_cpus +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5bec785f snd_soc_component_compr_get_params +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5d5120f5 snd_soc_dai_set_pll +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5dedfd16 snd_soc_dapm_dai_free_widgets +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6276c82c snd_soc_get_strobe +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x63329a16 snd_soc_new_compress +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6445788d snd_soc_card_jack_new_pins +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6a17007f snd_soc_component_update_bits +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6c262600 snd_soc_dai_compr_set_params +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6d3b8886 snd_soc_dapm_free_widget +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6dad8a6a snd_dmaengine_pcm_register +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6e41fffb snd_soc_dai_digital_mute +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x70347924 snd_soc_of_put_dai_link_cpus +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x72134a6c snd_soc_cnew +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x76f17a9a snd_soc_dapm_force_enable_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x77ea559a snd_soc_card_remove_dai_link +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x77f67f95 snd_soc_dapm_mixer_update_power +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x78229827 snd_soc_dapm_update_dai +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7b47eaf8 snd_soc_dapm_dai_get_connected_widgets +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7b50babc snd_soc_put_volsw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7b6628d0 snd_soc_of_parse_aux_devs +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7b6b07c3 snd_soc_component_set_pll +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7cab9c15 devm_snd_dmaengine_pcm_register +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7e0923fd snd_soc_find_dai_with_mutex +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7e36d37b snd_soc_add_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7e58196d snd_soc_dpcm_can_be_params +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7e606130 snd_soc_calc_bclk +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7efb706a snd_soc_dapm_free +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7f8c0659 snd_soc_runtime_calc_hw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8068dc36 snd_soc_of_parse_audio_simple_widgets +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x80ca5024 snd_soc_dpcm_fe_can_update +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x81b7e4bb snd_soc_unregister_component_by_driver +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8273c813 snd_soc_dapm_new_widgets +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x83bd4527 snd_soc_dapm_kcontrol_widget +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x842e47e3 snd_soc_jack_notifier_unregister +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8868af52 snd_soc_bytes_info +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x89290422 snd_soc_dapm_add_routes +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x897e60cc snd_soc_info_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x89f79442 snd_soc_add_pcm_runtime +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8ad35fa6 snd_soc_dai_compr_get_metadata +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8c646bff snd_soc_link_compr_shutdown +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8c8fdc58 snd_soc_set_dmi_name +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8daf917d snd_soc_dapm_sync_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8dc8bb0e snd_soc_dapm_get_pin_status +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x92771040 snd_soc_component_test_bits +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x937afe69 snd_soc_jack_add_zones +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x93a02b32 snd_soc_dapm_nc_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x93b1a03e snd_soc_poweroff +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x964ef782 snd_soc_add_component_controls +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x965263a4 snd_soc_get_xr_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x96b32a8b snd_soc_runtime_set_dai_fmt +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x978ac949 dapm_pinctrl_event +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x97c36ccc snd_dmaengine_pcm_unregister +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9843b88e snd_soc_jack_add_gpios +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9a0958e3 snd_soc_free_ac97_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9ac10597 snd_soc_suspend +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9d713b9f snd_soc_set_runtime_hwparams +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9db55660 snd_soc_card_add_dai_link +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9fb7bc4b snd_soc_component_compr_get_metadata +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9fca8ba3 snd_soc_unregister_card +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa0131282 snd_soc_component_compr_set_metadata +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa2b2a8d0 snd_soc_dapm_enable_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa3026a26 snd_soc_component_force_enable_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa3b730fd snd_soc_of_parse_tdm_slot +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa4e7cb53 snd_soc_put_xr_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa568d6bb snd_soc_of_parse_audio_routing +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa5ac89f4 snd_soc_dai_compr_pointer +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa8d8cf96 snd_soc_unregister_dai +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xacbe4858 null_dailink_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xaebac973 dapm_kcontrol_get_value +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xaee21d60 snd_soc_component_compr_pointer +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xaf91264c snd_soc_component_compr_free +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xaf9d38a2 snd_soc_component_read +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xafdcc752 snd_soc_bytes_tlv_callback +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb00103fa snd_soc_component_compr_open +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb0bd0e05 dpcm_be_dai_trigger +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb133ecd6 snd_soc_get_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb1acd4d7 snd_soc_dapm_sync +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb21ed390 snd_soc_dapm_force_bias_level +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb2f35265 snd_soc_dai_set_tdm_slot +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb395b22b snd_soc_dapm_put_volsw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb46e4b80 snd_soc_unregister_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb478a606 snd_soc_of_get_slot_mask +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb47a4e57 snd_soc_dapm_new_control +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb5477034 snd_soc_jack_notifier_register +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb58f8872 snd_soc_link_compr_startup +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb59df706 snd_soc_dapm_get_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb5afd8f7 snd_soc_daifmt_parse_clock_provider_raw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb7e51292 snd_soc_get_volsw_range +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb84ee9ce snd_soc_jack_add_pins +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xba9bc15e snd_soc_remove_pcm_runtime +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xbb3b4aa4 snd_soc_of_get_dai_name +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xbb4e86b5 snd_soc_dapm_kcontrol_dapm +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xbbfd2b34 snd_soc_put_volsw_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xbc9008d1 snd_soc_dapm_enable_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xbfe03444 snd_soc_component_compr_get_caps +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc2bcb7cb snd_soc_component_read_field +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc317a15e snd_soc_daifmt_clock_provider_flipped +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc3a4644e snd_soc_dai_action +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc44bf949 snd_soc_component_write +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc50d5d65 snd_soc_set_ac97_ops_of_reset +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc53d7766 snd_soc_component_nc_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc703707e snd_soc_component_get_pin_status +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc8269f94 snd_soc_params_to_frame_size +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc8287d0d snd_soc_dpcm_be_can_update +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc86635dc snd_soc_bytes_info_ext +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc8ae0a43 dapm_clock_event +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc8bf0998 snd_soc_bytes_put +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xca0c52e4 snd_soc_dapm_init +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xca75c5b6 snd_soc_component_async_complete +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xcda9e816 snd_soc_component_compr_set_params +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd04c34ca snd_soc_dapm_get_volsw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd0e52573 snd_soc_dai_set_sysclk +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd3a7bb58 snd_soc_component_set_sysclk +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd42fdaea snd_soc_card_get_kcontrol +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd5e8f485 snd_dmaengine_pcm_prepare_slave_config +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd69149a9 snd_soc_component_compr_copy +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd6a33fb1 snd_soc_get_volsw_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd80c494e snd_soc_info_volsw_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd8446bdf snd_soc_dai_get_channel_map +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd8bd4aae devm_snd_soc_register_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xda582055 snd_soc_dai_set_channel_map +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xddd6e173 snd_soc_dpcm_get_substream +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xde6b6ce5 snd_soc_component_exit_regmap +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xdedad16f snd_soc_dai_compr_ack +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe04e74b8 dapm_regulator_event +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe25b6b6c devm_snd_soc_register_dai +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe2adb2fa snd_soc_component_write_field +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe3d0cfe3 snd_soc_get_dai_id +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe4f1fd47 snd_soc_jack_add_gpiods +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe8739615 snd_soc_dapm_new_controls +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe9353b89 snd_soc_info_volsw_range +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe962805b snd_soc_of_get_dai_link_codecs +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xea37bea3 snd_soc_component_compr_trigger +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xea56c194 snd_soc_dai_active +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xea92d346 snd_soc_dapm_del_routes +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xeb60064b snd_soc_card_jack_new +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xeb6dd273 snd_soc_component_set_jack +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xeb711ae7 snd_soc_params_to_bclk +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xee290d88 soc_ac97_ops +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xeec2316d snd_soc_register_dai +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xefc3d10d snd_soc_dapm_stream_stop +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf237e4c5 snd_soc_link_compr_set_params +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf23a31de snd_soc_close_delayed_work +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf2666032 snd_soc_put_volsw_range +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf3f505df snd_soc_component_force_enable_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf4b09e76 snd_soc_put_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf4c17a76 snd_soc_pm_ops +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf52c8850 snd_soc_dapm_new_dai_widgets +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf770b8cd snd_soc_info_volsw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf8808a18 snd_soc_of_parse_pin_switches +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf930013d 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 0xf9fab87c snd_soc_component_initialize +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xfdbd4459 snd_soc_of_parse_node_prefix +EXPORT_SYMBOL_GPL sound/soc/sof/snd-sof 0x0548a4ed snd_sof_dbg_memory_info_init +EXPORT_SYMBOL_GPL sound/soc/sof/snd-sof 0x23f0cd14 snd_sof_free_debug +EXPORT_SYMBOL_GPL sound/soc/sof/snd-sof 0x26fc4817 snd_sof_debugfs_buf_item +EXPORT_SYMBOL_GPL sound/soc/sof/snd-sof 0x5193a704 snd_sof_debugfs_add_region_item_iomem +EXPORT_SYMBOL_GPL sound/soc/sof/snd-sof 0xe694683b snd_sof_dbg_init +EXPORT_SYMBOL_GPL sound/soc/sprd/sprd-mcdt 0x2c64d423 sprd_mcdt_request_chan +EXPORT_SYMBOL_GPL sound/soc/sprd/sprd-mcdt 0x5061832c sprd_mcdt_chan_int_disable +EXPORT_SYMBOL_GPL sound/soc/sprd/sprd-mcdt 0x609193c3 sprd_mcdt_chan_write +EXPORT_SYMBOL_GPL sound/soc/sprd/sprd-mcdt 0x68b4b311 sprd_mcdt_chan_dma_enable +EXPORT_SYMBOL_GPL sound/soc/sprd/sprd-mcdt 0x6c283cec sprd_mcdt_chan_int_enable +EXPORT_SYMBOL_GPL sound/soc/sprd/sprd-mcdt 0xa5fdddd3 sprd_mcdt_chan_read +EXPORT_SYMBOL_GPL sound/soc/sprd/sprd-mcdt 0xb67dbf49 sprd_mcdt_chan_dma_disable +EXPORT_SYMBOL_GPL sound/soc/sprd/sprd-mcdt 0xdf547b54 sprd_mcdt_free_chan +EXPORT_SYMBOL_GPL sound/soc/sunxi/sun8i-adda-pr-regmap 0x37a3a5c2 sun8i_adda_pr_regmap_init +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra-machine 0x15ead651 tegra_asoc_machine_probe +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra-machine 0x67a8243c tegra_asoc_machine_init +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra-pcm 0x219218f5 tegra_pcm_pointer +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra-pcm 0x2f3bc106 tegra_pcm_open +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra-pcm 0x6972d9e3 devm_tegra_pcm_platform_register +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra-pcm 0x6c92701f tegra_pcm_platform_register +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra-pcm 0x8c7b129c tegra_pcm_hw_params +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra-pcm 0x98d6fe10 tegra_pcm_close +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra-pcm 0xae6d7a91 tegra_pcm_platform_register_with_chan_names +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra-pcm 0xe1be5510 tegra_pcm_platform_unregister +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra-pcm 0xe483b3e3 tegra_pcm_construct +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 0x1ef375b3 edma_pcm_platform_register +EXPORT_SYMBOL_GPL sound/soc/ti/snd-soc-ti-sdma 0x14710f86 sdma_pcm_platform_register +EXPORT_SYMBOL_GPL sound/soc/ti/snd-soc-ti-udma 0xc31d8856 udma_pcm_platform_register +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x10779263 line6_init_midi +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x1dd869e7 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 0x21d4e3ae line6_version_request_async +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x2c18fd6f line6_suspend +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x48dd060f line6_alloc_sysex_buffer +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x688e2d07 line6_send_sysex_message +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x6d07117f line6_send_raw_message +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x6f669718 line6_probe +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x91a2b6ed line6_resume +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0xb17cdf3a line6_pcm_release +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0xc3bdc429 line6_disconnect +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0xd1909404 line6_read_serial_number +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0xd3dc22ca line6_write_data +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0xd549f3a3 line6_pcm_acquire +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0xdf05bf8d line6_read_data +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0xfe9c7caf line6_init_pcm +EXPORT_SYMBOL_GPL vmlinux 0x000b2cbd event_triggers_call +EXPORT_SYMBOL_GPL vmlinux 0x000c1011 device_for_each_child +EXPORT_SYMBOL_GPL vmlinux 0x00146557 perf_event_addr_filters_sync +EXPORT_SYMBOL_GPL vmlinux 0x00292301 serial8250_em485_stop_tx +EXPORT_SYMBOL_GPL vmlinux 0x00513f58 get_timespec64 +EXPORT_SYMBOL_GPL vmlinux 0x00555bf2 dpbp_open +EXPORT_SYMBOL_GPL vmlinux 0x00565f18 pernet_ops_rwsem +EXPORT_SYMBOL_GPL vmlinux 0x005f18a6 add_wait_queue_priority +EXPORT_SYMBOL_GPL vmlinux 0x0062cf65 rtc_class_close +EXPORT_SYMBOL_GPL vmlinux 0x0067e8ed usb_enable_ltm +EXPORT_SYMBOL_GPL vmlinux 0x006acb9a vchan_tx_desc_free +EXPORT_SYMBOL_GPL vmlinux 0x0082c5f6 fwnode_connection_find_match +EXPORT_SYMBOL_GPL vmlinux 0x0086748a ahci_init_controller +EXPORT_SYMBOL_GPL vmlinux 0x0089fae8 pm_wakeup_ws_event +EXPORT_SYMBOL_GPL vmlinux 0x009a039b balloon_page_alloc +EXPORT_SYMBOL_GPL vmlinux 0x00b649ab pm_runtime_force_resume +EXPORT_SYMBOL_GPL vmlinux 0x00c5774e mtk_pinconf_bias_set_rev1 +EXPORT_SYMBOL_GPL vmlinux 0x00d4c500 usb_decode_interval +EXPORT_SYMBOL_GPL vmlinux 0x00df9837 ioasid_register_allocator +EXPORT_SYMBOL_GPL vmlinux 0x00e0c23c destroy_memory_type +EXPORT_SYMBOL_GPL vmlinux 0x0103e0c9 ata_link_offline +EXPORT_SYMBOL_GPL vmlinux 0x010bfc7a clk_hw_get_num_parents +EXPORT_SYMBOL_GPL vmlinux 0x01184000 ata_host_detach +EXPORT_SYMBOL_GPL vmlinux 0x012e730e apei_exec_noop +EXPORT_SYMBOL_GPL vmlinux 0x0137a948 vp_legacy_queue_vector +EXPORT_SYMBOL_GPL vmlinux 0x0142c7df ata_sff_port_ops +EXPORT_SYMBOL_GPL vmlinux 0x014e8186 cpu_scale +EXPORT_SYMBOL_GPL vmlinux 0x0158e9ec spi_finalize_current_transfer +EXPORT_SYMBOL_GPL vmlinux 0x015a8498 imx_clk_hw_cpu +EXPORT_SYMBOL_GPL vmlinux 0x0169ddd1 devm_spi_register_controller +EXPORT_SYMBOL_GPL vmlinux 0x0179ccba topology_update_thermal_pressure +EXPORT_SYMBOL_GPL vmlinux 0x017d699e sched_set_fifo +EXPORT_SYMBOL_GPL vmlinux 0x01866a57 ezx_pcap_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x01a0cb78 property_entries_free +EXPORT_SYMBOL_GPL vmlinux 0x01b71398 do_take_over_console +EXPORT_SYMBOL_GPL vmlinux 0x01bdf4d0 fwnode_property_read_u32_array +EXPORT_SYMBOL_GPL vmlinux 0x01c4c2c4 crypto_alloc_ahash +EXPORT_SYMBOL_GPL vmlinux 0x01c6cb0c cpu_cluster_pm_enter +EXPORT_SYMBOL_GPL vmlinux 0x01d6dfa8 phy_package_leave +EXPORT_SYMBOL_GPL vmlinux 0x01d92084 rdev_clear_badblocks +EXPORT_SYMBOL_GPL vmlinux 0x01e1a8de kgdb_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0x01e55ae1 inet6_hash_connect +EXPORT_SYMBOL_GPL vmlinux 0x01f31f98 vp_legacy_set_status +EXPORT_SYMBOL_GPL vmlinux 0x0207a6c6 reset_control_bulk_acquire +EXPORT_SYMBOL_GPL vmlinux 0x020adcf6 blkg_conf_prep +EXPORT_SYMBOL_GPL vmlinux 0x02168528 __phy_modify_mmd_changed +EXPORT_SYMBOL_GPL vmlinux 0x0218e330 root_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x022f618c iommu_unregister_device_fault_handler +EXPORT_SYMBOL_GPL vmlinux 0x02394899 play_idle_precise +EXPORT_SYMBOL_GPL vmlinux 0x023dca64 __netdev_watchdog_up +EXPORT_SYMBOL_GPL vmlinux 0x02495b8f gnttab_alloc_grant_reference_seq +EXPORT_SYMBOL_GPL vmlinux 0x024d13dd request_free_mem_region +EXPORT_SYMBOL_GPL vmlinux 0x02555f8e perf_event_read_value +EXPORT_SYMBOL_GPL vmlinux 0x026c5d25 od_register_powersave_bias_handler +EXPORT_SYMBOL_GPL vmlinux 0x0273b2c4 scsi_template_proc_dir +EXPORT_SYMBOL_GPL vmlinux 0x029f0bf6 serial8250_modem_status +EXPORT_SYMBOL_GPL vmlinux 0x02af6064 fuse_simple_background +EXPORT_SYMBOL_GPL vmlinux 0x02bab11f vcap_rule_mod_action_u32 +EXPORT_SYMBOL_GPL vmlinux 0x02bc7a41 rdev_get_name +EXPORT_SYMBOL_GPL vmlinux 0x02be2222 sata_scr_read +EXPORT_SYMBOL_GPL vmlinux 0x02c07664 __inet_twsk_schedule +EXPORT_SYMBOL_GPL vmlinux 0x02c5c501 power_supply_find_ocv2cap_table +EXPORT_SYMBOL_GPL vmlinux 0x02d57f5f dev_attr_em_message +EXPORT_SYMBOL_GPL vmlinux 0x02e95271 __regmap_init_mmio_clk +EXPORT_SYMBOL_GPL vmlinux 0x03048a0d virtqueue_get_vring +EXPORT_SYMBOL_GPL vmlinux 0x030cbca2 ata_id_xfermask +EXPORT_SYMBOL_GPL vmlinux 0x0312b3b0 reset_controller_add_lookup +EXPORT_SYMBOL_GPL vmlinux 0x0318dd96 kernfs_notify +EXPORT_SYMBOL_GPL vmlinux 0x031a34c6 thermal_of_cooling_device_register +EXPORT_SYMBOL_GPL vmlinux 0x031ffa37 xhci_init_driver +EXPORT_SYMBOL_GPL vmlinux 0x032055f1 bdev_nr_zones +EXPORT_SYMBOL_GPL vmlinux 0x0321cdbf of_alias_get_highest_id +EXPORT_SYMBOL_GPL vmlinux 0x0329a6f3 da903x_writes +EXPORT_SYMBOL_GPL vmlinux 0x033832c7 usb_amd_hang_symptom_quirk +EXPORT_SYMBOL_GPL vmlinux 0x03409a05 dax_truncate_page +EXPORT_SYMBOL_GPL vmlinux 0x0343bdf1 __i2c_board_list +EXPORT_SYMBOL_GPL vmlinux 0x03585af2 mmput_async +EXPORT_SYMBOL_GPL vmlinux 0x035f3e50 rio_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x0364d0ff mm_kobj +EXPORT_SYMBOL_GPL vmlinux 0x036de383 perf_event_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0x036e0987 __pm_runtime_set_status +EXPORT_SYMBOL_GPL vmlinux 0x03701a42 zynqmp_pm_pinctrl_set_function +EXPORT_SYMBOL_GPL vmlinux 0x037268ed rio_map_outb_region +EXPORT_SYMBOL_GPL vmlinux 0x0373766a sbitmap_queue_clear +EXPORT_SYMBOL_GPL vmlinux 0x0374a4d4 kvm_clear_guest +EXPORT_SYMBOL_GPL vmlinux 0x03795efc sdev_evt_send_simple +EXPORT_SYMBOL_GPL vmlinux 0x03861ccd alloc_dax_region +EXPORT_SYMBOL_GPL vmlinux 0x0388136e fuse_get_unique +EXPORT_SYMBOL_GPL vmlinux 0x03881498 switchdev_handle_port_obj_del_foreign +EXPORT_SYMBOL_GPL vmlinux 0x03952887 ktime_add_safe +EXPORT_SYMBOL_GPL vmlinux 0x03a0dfdd trace_array_put +EXPORT_SYMBOL_GPL vmlinux 0x03b23d64 kvm_debugfs_dir +EXPORT_SYMBOL_GPL vmlinux 0x03c12dfe cancel_work_sync +EXPORT_SYMBOL_GPL vmlinux 0x03c8fe7b rio_mport_get_feature +EXPORT_SYMBOL_GPL vmlinux 0x03ce7234 sched_smt_present +EXPORT_SYMBOL_GPL vmlinux 0x03e3b16c devres_remove_group +EXPORT_SYMBOL_GPL vmlinux 0x03f7a69d fwnode_get_next_available_child_node +EXPORT_SYMBOL_GPL vmlinux 0x03fceaf7 led_blink_set_oneshot +EXPORT_SYMBOL_GPL vmlinux 0x0402cbbf preempt_notifier_inc +EXPORT_SYMBOL_GPL vmlinux 0x04052238 __platform_register_drivers +EXPORT_SYMBOL_GPL vmlinux 0x04055409 __blk_mq_debugfs_rq_show +EXPORT_SYMBOL_GPL vmlinux 0x0412332f rcar_rst_set_rproc_boot_addr +EXPORT_SYMBOL_GPL vmlinux 0x04179de2 device_property_present +EXPORT_SYMBOL_GPL vmlinux 0x04267025 devm_regulator_bulk_get_exclusive +EXPORT_SYMBOL_GPL vmlinux 0x043349d4 devm_regmap_add_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0x044054ae pci_sriov_configure_simple +EXPORT_SYMBOL_GPL vmlinux 0x044f678f dm_per_bio_data +EXPORT_SYMBOL_GPL vmlinux 0x04560616 pci_intx +EXPORT_SYMBOL_GPL vmlinux 0x045e3d5a __traceiter_udp_fail_queue_rcv_skb +EXPORT_SYMBOL_GPL vmlinux 0x046010f4 sdio_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0x0465a073 regmap_reg_in_ranges +EXPORT_SYMBOL_GPL vmlinux 0x04690478 ima_inode_hash +EXPORT_SYMBOL_GPL vmlinux 0x046af60e regmap_field_bulk_alloc +EXPORT_SYMBOL_GPL vmlinux 0x046f359e of_overlay_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0x0472cf3b register_kprobe +EXPORT_SYMBOL_GPL vmlinux 0x047bc0ca rio_release_inb_mbox +EXPORT_SYMBOL_GPL vmlinux 0x04887d8f pm_genpd_add_device +EXPORT_SYMBOL_GPL vmlinux 0x048a4e09 metadata_dst_alloc +EXPORT_SYMBOL_GPL vmlinux 0x048b5f8d twl4030_audio_get_mclk +EXPORT_SYMBOL_GPL vmlinux 0x0495dead __cpuhp_state_add_instance +EXPORT_SYMBOL_GPL vmlinux 0x049e5156 gnttab_try_end_foreign_access +EXPORT_SYMBOL_GPL vmlinux 0x04ab9d34 devm_regmap_del_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0x04b3859d irq_chip_ack_parent +EXPORT_SYMBOL_GPL vmlinux 0x04bf0092 io_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0x04c41c60 devlink_flash_update_status_notify +EXPORT_SYMBOL_GPL vmlinux 0x04c4f603 mpi_get_buffer +EXPORT_SYMBOL_GPL vmlinux 0x04c8aebf console_verbose +EXPORT_SYMBOL_GPL vmlinux 0x04d8e052 dax_add_host +EXPORT_SYMBOL_GPL vmlinux 0x04df8fbc lzo1x_decompress_safe +EXPORT_SYMBOL_GPL vmlinux 0x04dfa33f __devm_rtc_register_device +EXPORT_SYMBOL_GPL vmlinux 0x04ee5884 fwnode_get_parent +EXPORT_SYMBOL_GPL vmlinux 0x04fd996d __rio_local_read_config_16 +EXPORT_SYMBOL_GPL vmlinux 0x0505d6fb attribute_container_register +EXPORT_SYMBOL_GPL vmlinux 0x051085e3 lock_system_sleep +EXPORT_SYMBOL_GPL vmlinux 0x051a0bc1 stack_depot_fetch +EXPORT_SYMBOL_GPL vmlinux 0x051b26c0 debugfs_create_bool +EXPORT_SYMBOL_GPL vmlinux 0x051c292b mddev_resume +EXPORT_SYMBOL_GPL vmlinux 0x052b4013 register_vmcore_cb +EXPORT_SYMBOL_GPL vmlinux 0x052c9aed ktime_get_real_fast_ns +EXPORT_SYMBOL_GPL vmlinux 0x052de229 ata_bmdma_setup +EXPORT_SYMBOL_GPL vmlinux 0x05334fcb devm_device_add_groups +EXPORT_SYMBOL_GPL vmlinux 0x053586a3 pci_disable_pcie_error_reporting +EXPORT_SYMBOL_GPL vmlinux 0x053d738a __SCK__tp_func_br_fdb_update +EXPORT_SYMBOL_GPL vmlinux 0x054506b8 xenbus_dev_cancel +EXPORT_SYMBOL_GPL vmlinux 0x054ddf75 __devm_pci_epc_create +EXPORT_SYMBOL_GPL vmlinux 0x054e550b kernel_halt +EXPORT_SYMBOL_GPL vmlinux 0x0556c142 of_dma_simple_xlate +EXPORT_SYMBOL_GPL vmlinux 0x0560ea00 ahci_platform_get_resources +EXPORT_SYMBOL_GPL vmlinux 0x05610897 of_changeset_destroy +EXPORT_SYMBOL_GPL vmlinux 0x0562d475 set_primary_fwnode +EXPORT_SYMBOL_GPL vmlinux 0x05883efb __traceiter_suspend_resume +EXPORT_SYMBOL_GPL vmlinux 0x058c6377 for_each_kernel_tracepoint +EXPORT_SYMBOL_GPL vmlinux 0x058f9366 apei_exec_collect_resources +EXPORT_SYMBOL_GPL vmlinux 0x05a36048 devl_resource_occ_get_unregister +EXPORT_SYMBOL_GPL vmlinux 0x05a9132a phy_pm_runtime_put +EXPORT_SYMBOL_GPL vmlinux 0x05b2ab04 device_get_child_node_count +EXPORT_SYMBOL_GPL vmlinux 0x05b803d8 otg_ulpi_create +EXPORT_SYMBOL_GPL vmlinux 0x05bf872a handle_untracked_irq +EXPORT_SYMBOL_GPL vmlinux 0x05c2f733 sata_link_debounce +EXPORT_SYMBOL_GPL vmlinux 0x05dfc98a stmpe_enable +EXPORT_SYMBOL_GPL vmlinux 0x05e1c759 pci_find_ht_capability +EXPORT_SYMBOL_GPL vmlinux 0x06055a23 __tracepoint_pelt_se_tp +EXPORT_SYMBOL_GPL vmlinux 0x060944a3 phy_resolve_aneg_linkmode +EXPORT_SYMBOL_GPL vmlinux 0x060be98b init_uts_ns +EXPORT_SYMBOL_GPL vmlinux 0x061336ae blocking_notifier_chain_register_unique_prio +EXPORT_SYMBOL_GPL vmlinux 0x061d93a4 ata_host_start +EXPORT_SYMBOL_GPL vmlinux 0x06209f49 phy_lookup_setting +EXPORT_SYMBOL_GPL vmlinux 0x06256faa ip6_sk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0x0626da5f od_unregister_powersave_bias_handler +EXPORT_SYMBOL_GPL vmlinux 0x062b89c4 ghes_unregister_report_chain +EXPORT_SYMBOL_GPL vmlinux 0x0637ca0d ata_host_put +EXPORT_SYMBOL_GPL vmlinux 0x063a46f2 acpi_pm_set_device_wakeup +EXPORT_SYMBOL_GPL vmlinux 0x063c4c52 led_blink_set +EXPORT_SYMBOL_GPL vmlinux 0x064670fe blk_mark_disk_dead +EXPORT_SYMBOL_GPL vmlinux 0x064db9a5 mark_mounts_for_expiry +EXPORT_SYMBOL_GPL vmlinux 0x066e8b3a mtk_clk_register_ref2usb_tx +EXPORT_SYMBOL_GPL vmlinux 0x067475d1 regulator_disable_deferred +EXPORT_SYMBOL_GPL vmlinux 0x067e84ff dummy_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0x0680f4a0 rcu_read_unlock_trace_special +EXPORT_SYMBOL_GPL vmlinux 0x0683f4bb dmaengine_desc_attach_metadata +EXPORT_SYMBOL_GPL vmlinux 0x06954cf6 wm831x_bulk_read +EXPORT_SYMBOL_GPL vmlinux 0x06a11668 smpboot_register_percpu_thread +EXPORT_SYMBOL_GPL vmlinux 0x06a4e785 dev_pm_qos_remove_notifier +EXPORT_SYMBOL_GPL vmlinux 0x06af7dc7 tcp_ca_openreq_child +EXPORT_SYMBOL_GPL vmlinux 0x06b970a5 zynqmp_pm_ospi_mux_select +EXPORT_SYMBOL_GPL vmlinux 0x06c02229 pci_dev_unlock +EXPORT_SYMBOL_GPL vmlinux 0x06cca30b ring_buffer_record_off +EXPORT_SYMBOL_GPL vmlinux 0x06cf3dfd dm_table_set_type +EXPORT_SYMBOL_GPL vmlinux 0x06d4e0b9 vp_legacy_get_queue_enable +EXPORT_SYMBOL_GPL vmlinux 0x06db5b2e pci_device_group +EXPORT_SYMBOL_GPL vmlinux 0x06e2c482 pktgen_xfrm_outer_mode_output +EXPORT_SYMBOL_GPL vmlinux 0x06e4433e sunxi_ccu_set_mmc_timing_mode +EXPORT_SYMBOL_GPL vmlinux 0x06ec1293 i2c_acpi_find_adapter_by_handle +EXPORT_SYMBOL_GPL vmlinux 0x06f5e981 phy_gbit_all_ports_features +EXPORT_SYMBOL_GPL vmlinux 0x06fcf939 ping_queue_rcv_skb +EXPORT_SYMBOL_GPL vmlinux 0x06ff3549 mmc_poll_for_busy +EXPORT_SYMBOL_GPL vmlinux 0x06ff8002 register_nvdimm_pmu +EXPORT_SYMBOL_GPL vmlinux 0x07003238 serial8250_init_port +EXPORT_SYMBOL_GPL vmlinux 0x070f0ffe dprc_get_obj_count +EXPORT_SYMBOL_GPL vmlinux 0x0711401e serial8250_handle_irq +EXPORT_SYMBOL_GPL vmlinux 0x07153428 __traceiter_tcp_bad_csum +EXPORT_SYMBOL_GPL vmlinux 0x071ba4a1 mtk_is_virt_gpio +EXPORT_SYMBOL_GPL vmlinux 0x07242d92 put_dax +EXPORT_SYMBOL_GPL vmlinux 0x072b6ac0 usb_hcd_link_urb_to_ep +EXPORT_SYMBOL_GPL vmlinux 0x07364422 dma_resv_test_signaled +EXPORT_SYMBOL_GPL vmlinux 0x074017a9 serial8250_tx_chars +EXPORT_SYMBOL_GPL vmlinux 0x0740832f gpio_to_desc +EXPORT_SYMBOL_GPL vmlinux 0x07483e13 cn_del_callback +EXPORT_SYMBOL_GPL vmlinux 0x074be3a0 iommu_present +EXPORT_SYMBOL_GPL vmlinux 0x074f98db synth_event_add_field +EXPORT_SYMBOL_GPL vmlinux 0x0756a31c register_platform_power_off +EXPORT_SYMBOL_GPL vmlinux 0x075acb81 led_classdev_suspend +EXPORT_SYMBOL_GPL vmlinux 0x075d2c07 serdev_controller_add +EXPORT_SYMBOL_GPL vmlinux 0x076356e7 sfp_may_have_phy +EXPORT_SYMBOL_GPL vmlinux 0x07757465 tty_set_termios +EXPORT_SYMBOL_GPL vmlinux 0x077b2e19 fwnode_get_next_child_node +EXPORT_SYMBOL_GPL vmlinux 0x078a0f0e spi_sync +EXPORT_SYMBOL_GPL vmlinux 0x078ca90d devm_gpiod_get_array +EXPORT_SYMBOL_GPL vmlinux 0x079cbd9d driver_remove_file +EXPORT_SYMBOL_GPL vmlinux 0x07abdc31 dma_resv_wait_timeout +EXPORT_SYMBOL_GPL vmlinux 0x07b21f85 kdb_get_kbd_char +EXPORT_SYMBOL_GPL vmlinux 0x07b52e38 rtnl_unregister +EXPORT_SYMBOL_GPL vmlinux 0x07b8040e devm_clk_bulk_get_all +EXPORT_SYMBOL_GPL vmlinux 0x07be6905 net_inc_egress_queue +EXPORT_SYMBOL_GPL vmlinux 0x07c43991 __traceiter_napi_poll +EXPORT_SYMBOL_GPL vmlinux 0x07c66321 bus_remove_file +EXPORT_SYMBOL_GPL vmlinux 0x07de29ad ata_sff_tf_read +EXPORT_SYMBOL_GPL vmlinux 0x07e0e42b adp5520_clr_bits +EXPORT_SYMBOL_GPL vmlinux 0x07f0e368 devm_namespace_disable +EXPORT_SYMBOL_GPL vmlinux 0x07f57bb2 call_srcu +EXPORT_SYMBOL_GPL vmlinux 0x08122634 attribute_container_find_class_device +EXPORT_SYMBOL_GPL vmlinux 0x08135613 dax_write_cache +EXPORT_SYMBOL_GPL vmlinux 0x081bba22 kvm_write_guest_page +EXPORT_SYMBOL_GPL vmlinux 0x08213956 phylink_ethtool_get_wol +EXPORT_SYMBOL_GPL vmlinux 0x08251acf kvm_vcpu_is_visible_gfn +EXPORT_SYMBOL_GPL vmlinux 0x08270a92 stmpe_set_altfunc +EXPORT_SYMBOL_GPL vmlinux 0x0841a6e6 wm831x_auxadc_read_uv +EXPORT_SYMBOL_GPL vmlinux 0x08469fc6 inet_twsk_hashdance +EXPORT_SYMBOL_GPL vmlinux 0x08576175 unregister_kretprobes +EXPORT_SYMBOL_GPL vmlinux 0x085bffd1 trace_seq_bitmask +EXPORT_SYMBOL_GPL vmlinux 0x085f0d51 phy_remove_lookup +EXPORT_SYMBOL_GPL vmlinux 0x0861a397 pci_p2pmem_virt_to_bus +EXPORT_SYMBOL_GPL vmlinux 0x087e690a pci_iomap_wc +EXPORT_SYMBOL_GPL vmlinux 0x087f5dc5 wm831x_of_match +EXPORT_SYMBOL_GPL vmlinux 0x08959a18 acpi_dma_simple_xlate +EXPORT_SYMBOL_GPL vmlinux 0x089dbd9a ping_err +EXPORT_SYMBOL_GPL vmlinux 0x08a4e7a6 dma_resv_describe +EXPORT_SYMBOL_GPL vmlinux 0x08a88a9f __SCK__tp_func_ata_tf_load +EXPORT_SYMBOL_GPL vmlinux 0x08b8d919 tcp_sendmsg_locked +EXPORT_SYMBOL_GPL vmlinux 0x08ba4de5 spi_slave_abort +EXPORT_SYMBOL_GPL vmlinux 0x08bc18a8 iomap_read_folio +EXPORT_SYMBOL_GPL vmlinux 0x08c61932 devl_region_create +EXPORT_SYMBOL_GPL vmlinux 0x08c78cf7 offline_and_remove_memory +EXPORT_SYMBOL_GPL vmlinux 0x08fe27b0 vp_legacy_set_queue_address +EXPORT_SYMBOL_GPL vmlinux 0x08fecaad crypto_stats_ahash_update +EXPORT_SYMBOL_GPL vmlinux 0x0900d960 of_icc_get_by_index +EXPORT_SYMBOL_GPL vmlinux 0x0907d14d blocking_notifier_chain_register +EXPORT_SYMBOL_GPL vmlinux 0x0909c767 cleanup_srcu_struct +EXPORT_SYMBOL_GPL vmlinux 0x0918eb58 xdp_rxq_info_unreg_mem_model +EXPORT_SYMBOL_GPL vmlinux 0x091a8ce3 crypto_register_acomps +EXPORT_SYMBOL_GPL vmlinux 0x091eb9b4 round_jiffies +EXPORT_SYMBOL_GPL vmlinux 0x091f5885 __udp6_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0x0928d1be synth_event_trace_start +EXPORT_SYMBOL_GPL vmlinux 0x09337cd0 __wake_up_locked_key +EXPORT_SYMBOL_GPL vmlinux 0x093786cf synth_event_add_field_str +EXPORT_SYMBOL_GPL vmlinux 0x095e4cf1 device_driver_attach +EXPORT_SYMBOL_GPL vmlinux 0x0965a2cb fwnode_gpiod_get_index +EXPORT_SYMBOL_GPL vmlinux 0x096aba3a transport_class_unregister +EXPORT_SYMBOL_GPL vmlinux 0x097342e1 pse_controller_unregister +EXPORT_SYMBOL_GPL vmlinux 0x09762f02 scsi_dh_attached_handler_name +EXPORT_SYMBOL_GPL vmlinux 0x09765a75 platform_get_mem_or_io +EXPORT_SYMBOL_GPL vmlinux 0x0976822d sfp_get_module_eeprom_by_page +EXPORT_SYMBOL_GPL vmlinux 0x0976a9ef nvdimm_region_delete +EXPORT_SYMBOL_GPL vmlinux 0x0979af47 rockchip_pcie_parse_dt +EXPORT_SYMBOL_GPL vmlinux 0x097fd6e4 attribute_container_classdev_to_container +EXPORT_SYMBOL_GPL vmlinux 0x0992ba90 scsi_schedule_eh +EXPORT_SYMBOL_GPL vmlinux 0x0993b7dc acpi_dma_configure_id +EXPORT_SYMBOL_GPL vmlinux 0x09a059d4 imx_unregister_hw_clocks +EXPORT_SYMBOL_GPL vmlinux 0x09a761fb folio_wait_stable +EXPORT_SYMBOL_GPL vmlinux 0x09aacfda usb_get_maximum_speed +EXPORT_SYMBOL_GPL vmlinux 0x09b53e14 interval_tree_remove +EXPORT_SYMBOL_GPL vmlinux 0x09bc4f23 __ip6_local_out +EXPORT_SYMBOL_GPL vmlinux 0x09bef9b3 __traceiter_neigh_timer_handler +EXPORT_SYMBOL_GPL vmlinux 0x09bf1610 iommu_device_unlink +EXPORT_SYMBOL_GPL vmlinux 0x09ce9b02 max8997_read_reg +EXPORT_SYMBOL_GPL vmlinux 0x09e0ec6f tty_port_install +EXPORT_SYMBOL_GPL vmlinux 0x09f08428 __rt_mutex_init +EXPORT_SYMBOL_GPL vmlinux 0x0a0fe082 thermal_zone_unbind_cooling_device +EXPORT_SYMBOL_GPL vmlinux 0x0a2d0772 usb_hcd_platform_shutdown +EXPORT_SYMBOL_GPL vmlinux 0x0a2f1476 __reset_control_get +EXPORT_SYMBOL_GPL vmlinux 0x0a463293 __tracepoint_error_report_end +EXPORT_SYMBOL_GPL vmlinux 0x0a4b1096 devm_usb_get_phy_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0x0a52c511 hv_query_ext_cap +EXPORT_SYMBOL_GPL vmlinux 0x0a5ef83b dev_pm_disable_wake_irq +EXPORT_SYMBOL_GPL vmlinux 0x0a7cc10e class_dev_iter_exit +EXPORT_SYMBOL_GPL vmlinux 0x0a7ceb30 __tracepoint_non_standard_event +EXPORT_SYMBOL_GPL vmlinux 0x0a80790b sysfs_update_group +EXPORT_SYMBOL_GPL vmlinux 0x0a8162a8 raw_v4_hashinfo +EXPORT_SYMBOL_GPL vmlinux 0x0a819746 devm_regulator_bulk_get_enable +EXPORT_SYMBOL_GPL vmlinux 0x0a87ca8d dax_file_unshare +EXPORT_SYMBOL_GPL vmlinux 0x0a8ac255 mtk_clk_register_plls +EXPORT_SYMBOL_GPL vmlinux 0x0a8dcb4e blk_next_bio +EXPORT_SYMBOL_GPL vmlinux 0x0aade4d6 device_get_next_child_node +EXPORT_SYMBOL_GPL vmlinux 0x0aba8724 ehci_setup +EXPORT_SYMBOL_GPL vmlinux 0x0abb083e regulator_unregister +EXPORT_SYMBOL_GPL vmlinux 0x0abb6275 devm_register_sys_off_handler +EXPORT_SYMBOL_GPL vmlinux 0x0abc6be6 k3_ringacc_ring_is_full +EXPORT_SYMBOL_GPL vmlinux 0x0ac153e9 gpiod_get_from_of_node +EXPORT_SYMBOL_GPL vmlinux 0x0aca688f dm_submit_bio_remap +EXPORT_SYMBOL_GPL vmlinux 0x0ace28ec lwtunnel_state_alloc +EXPORT_SYMBOL_GPL vmlinux 0x0b07abe2 unshare_fs_struct +EXPORT_SYMBOL_GPL vmlinux 0x0b0f1a3d tty_port_tty_wakeup +EXPORT_SYMBOL_GPL vmlinux 0x0b1bb9f9 synchronize_rcu_tasks +EXPORT_SYMBOL_GPL vmlinux 0x0b1d9ef7 __devm_reset_control_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0x0b2babb6 device_remove_bin_file +EXPORT_SYMBOL_GPL vmlinux 0x0b2db2d5 remove_resource +EXPORT_SYMBOL_GPL vmlinux 0x0b2ee642 blk_stat_enable_accounting +EXPORT_SYMBOL_GPL vmlinux 0x0b37a569 ip_route_output_flow +EXPORT_SYMBOL_GPL vmlinux 0x0b3a3ed7 zynqmp_pm_fpga_get_status +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 0x0b72c797 md_do_sync +EXPORT_SYMBOL_GPL vmlinux 0x0b781a8b crypto_register_akcipher +EXPORT_SYMBOL_GPL vmlinux 0x0b806348 tegra_mc_probe_device +EXPORT_SYMBOL_GPL vmlinux 0x0b8c8a23 static_key_fast_inc_not_disabled +EXPORT_SYMBOL_GPL vmlinux 0x0bb028d4 hisi_clk_register_fixed_factor +EXPORT_SYMBOL_GPL vmlinux 0x0bbdc9b2 remove_memory +EXPORT_SYMBOL_GPL vmlinux 0x0bc21a8e gpiochip_enable_irq +EXPORT_SYMBOL_GPL vmlinux 0x0bcbc1ca __rio_local_read_config_32 +EXPORT_SYMBOL_GPL vmlinux 0x0bd09fab platform_irqchip_probe +EXPORT_SYMBOL_GPL vmlinux 0x0bd91b35 ata_sas_port_resume +EXPORT_SYMBOL_GPL vmlinux 0x0bdeca65 iommu_group_add_device +EXPORT_SYMBOL_GPL vmlinux 0x0bf32478 __SCK__tp_func_pelt_rt_tp +EXPORT_SYMBOL_GPL vmlinux 0x0bf4ab25 sysfs_break_active_protection +EXPORT_SYMBOL_GPL vmlinux 0x0c11a428 ptp_classify_raw +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 0x0c3b4914 mmu_interval_notifier_insert_locked +EXPORT_SYMBOL_GPL vmlinux 0x0c3e6241 k3_udma_glue_disable_rx_chn +EXPORT_SYMBOL_GPL vmlinux 0x0c43064c clk_hw_unregister_composite +EXPORT_SYMBOL_GPL vmlinux 0x0c48e74c tpm_put_ops +EXPORT_SYMBOL_GPL vmlinux 0x0c504482 clkdev_hw_create +EXPORT_SYMBOL_GPL vmlinux 0x0c7ad603 tcf_dev_queue_xmit +EXPORT_SYMBOL_GPL vmlinux 0x0c805ea3 pkcs7_parse_message +EXPORT_SYMBOL_GPL vmlinux 0x0c88c1c3 pci_vpd_find_id_string +EXPORT_SYMBOL_GPL vmlinux 0x0c9ffdec unregister_pernet_subsys +EXPORT_SYMBOL_GPL vmlinux 0x0caba804 acpi_spi_count_resources +EXPORT_SYMBOL_GPL vmlinux 0x0cbe3ee2 software_node_unregister +EXPORT_SYMBOL_GPL vmlinux 0x0cc9d36c iommu_group_claim_dma_owner +EXPORT_SYMBOL_GPL vmlinux 0x0cccee5a aead_exit_geniv +EXPORT_SYMBOL_GPL vmlinux 0x0ccf5275 zynqmp_pm_pinctrl_get_config +EXPORT_SYMBOL_GPL vmlinux 0x0cd0d25f aead_geniv_alloc +EXPORT_SYMBOL_GPL vmlinux 0x0cdefcac devlink_port_linecard_set +EXPORT_SYMBOL_GPL vmlinux 0x0ce3dd73 bman_is_probed +EXPORT_SYMBOL_GPL vmlinux 0x0cfa3f1d da903x_clr_bits +EXPORT_SYMBOL_GPL vmlinux 0x0cfa8fcd clk_hw_unregister_fixed_factor +EXPORT_SYMBOL_GPL vmlinux 0x0d2c6f06 gpiod_get_array_value +EXPORT_SYMBOL_GPL vmlinux 0x0d3564c9 cpufreq_freq_attr_scaling_available_freqs +EXPORT_SYMBOL_GPL vmlinux 0x0d367ed1 iomap_seek_hole +EXPORT_SYMBOL_GPL vmlinux 0x0d3fb7d4 phy_interface_num_ports +EXPORT_SYMBOL_GPL vmlinux 0x0d40c169 get_pid_task +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 0x0d5abfe9 hrtimer_init_sleeper +EXPORT_SYMBOL_GPL vmlinux 0x0d5cecc6 ima_measure_critical_data +EXPORT_SYMBOL_GPL vmlinux 0x0d5fc1ad vp_modern_set_features +EXPORT_SYMBOL_GPL vmlinux 0x0d6a49d4 tcp_memory_per_cpu_fw_alloc +EXPORT_SYMBOL_GPL vmlinux 0x0d75863b devm_gpiod_put_array +EXPORT_SYMBOL_GPL vmlinux 0x0d7b0c56 ip6_input +EXPORT_SYMBOL_GPL vmlinux 0x0d8928a8 pci_epc_get_features +EXPORT_SYMBOL_GPL vmlinux 0x0d8d398e ping_hash +EXPORT_SYMBOL_GPL vmlinux 0x0da36562 sk_msg_trim +EXPORT_SYMBOL_GPL vmlinux 0x0dd22a0d trace_add_event_call +EXPORT_SYMBOL_GPL vmlinux 0x0dd81d1c dmi_kobj +EXPORT_SYMBOL_GPL vmlinux 0x0ddb1cd7 llist_reverse_order +EXPORT_SYMBOL_GPL vmlinux 0x0dfe9368 dw_pcie_link_up +EXPORT_SYMBOL_GPL vmlinux 0x0e007edf xen_evtchn_nr_channels +EXPORT_SYMBOL_GPL vmlinux 0x0e0aa7ad blkcg_print_blkgs +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 0x0e1f0667 __traceiter_pelt_cfs_tp +EXPORT_SYMBOL_GPL vmlinux 0x0e23073a scsi_autopm_get_device +EXPORT_SYMBOL_GPL vmlinux 0x0e342949 dm_internal_suspend_noflush +EXPORT_SYMBOL_GPL vmlinux 0x0e48d73d exportfs_encode_inode_fh +EXPORT_SYMBOL_GPL vmlinux 0x0e59ff06 cpu_device_create +EXPORT_SYMBOL_GPL vmlinux 0x0e5cc9d7 xdp_unreg_mem_model +EXPORT_SYMBOL_GPL vmlinux 0x0e5e8162 ahci_shost_groups +EXPORT_SYMBOL_GPL vmlinux 0x0e694874 pl08x_filter_id +EXPORT_SYMBOL_GPL vmlinux 0x0e6b79af static_key_disable_cpuslocked +EXPORT_SYMBOL_GPL vmlinux 0x0e7369c0 em_dev_unregister_perf_domain +EXPORT_SYMBOL_GPL vmlinux 0x0e7b2a96 fuse_dev_alloc +EXPORT_SYMBOL_GPL vmlinux 0x0ea48cf9 bsg_job_get +EXPORT_SYMBOL_GPL vmlinux 0x0ea5cbce xen_irq_lateeoi +EXPORT_SYMBOL_GPL vmlinux 0x0ea8bf83 lp8788_read_byte +EXPORT_SYMBOL_GPL vmlinux 0x0eb01763 rtc_class_open +EXPORT_SYMBOL_GPL vmlinux 0x0ebb03a4 devlink_trap_groups_unregister +EXPORT_SYMBOL_GPL vmlinux 0x0ec096b0 hv_read_reference_counter +EXPORT_SYMBOL_GPL vmlinux 0x0eceb44d thermal_cooling_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x0ecfea88 btf_type_by_id +EXPORT_SYMBOL_GPL vmlinux 0x0ed5819c i2c_match_id +EXPORT_SYMBOL_GPL vmlinux 0x0ed67056 imx_pinctrl_pm_ops +EXPORT_SYMBOL_GPL vmlinux 0x0ee8f6a3 trace_array_init_printk +EXPORT_SYMBOL_GPL vmlinux 0x0ef59043 sk_msg_alloc +EXPORT_SYMBOL_GPL vmlinux 0x0f180070 ring_buffer_free_read_page +EXPORT_SYMBOL_GPL vmlinux 0x0f29f655 irq_domain_create_sim +EXPORT_SYMBOL_GPL vmlinux 0x0f3163de bpf_trace_run12 +EXPORT_SYMBOL_GPL vmlinux 0x0f4b7a8f ata_sff_drain_fifo +EXPORT_SYMBOL_GPL vmlinux 0x0f72ada1 acpi_dev_resource_io +EXPORT_SYMBOL_GPL vmlinux 0x0f7a14b0 rtc_initialize_alarm +EXPORT_SYMBOL_GPL vmlinux 0x0f7ca236 dmi_memdev_name +EXPORT_SYMBOL_GPL vmlinux 0x0f7dc164 pci_epc_set_msix +EXPORT_SYMBOL_GPL vmlinux 0x0f824424 pinctrl_remove_gpio_range +EXPORT_SYMBOL_GPL vmlinux 0x0f86cfd4 irq_generic_chip_ops +EXPORT_SYMBOL_GPL vmlinux 0x0fa598b1 regcache_sync +EXPORT_SYMBOL_GPL vmlinux 0x0fa6ae34 nvmem_cell_get +EXPORT_SYMBOL_GPL vmlinux 0x0fa7857a dm_post_suspending +EXPORT_SYMBOL_GPL vmlinux 0x0faa2c9a __tracepoint_ata_bmdma_setup +EXPORT_SYMBOL_GPL vmlinux 0x0fbb7344 memremap_compat_align +EXPORT_SYMBOL_GPL vmlinux 0x0fbc0c0e xas_pause +EXPORT_SYMBOL_GPL vmlinux 0x0fcfd256 usb_autopm_put_interface_async +EXPORT_SYMBOL_GPL vmlinux 0x0fd2f0d1 _copy_from_iter_flushcache +EXPORT_SYMBOL_GPL vmlinux 0x0fd4610e kmem_dump_obj +EXPORT_SYMBOL_GPL vmlinux 0x0fdddf49 dma_opt_mapping_size +EXPORT_SYMBOL_GPL vmlinux 0x0fe47957 cgrp_dfl_root +EXPORT_SYMBOL_GPL vmlinux 0x0fe8d457 fscrypt_ioctl_remove_key_all_users +EXPORT_SYMBOL_GPL vmlinux 0x0fea60db usb_put_hcd +EXPORT_SYMBOL_GPL vmlinux 0x0ff134e7 register_virtio_driver +EXPORT_SYMBOL_GPL vmlinux 0x10012994 ata_timing_compute +EXPORT_SYMBOL_GPL vmlinux 0x10091b7b sbitmap_add_wait_queue +EXPORT_SYMBOL_GPL vmlinux 0x100af434 mtk_register_reset_controller_with_dev +EXPORT_SYMBOL_GPL vmlinux 0x100e47d1 switchdev_bridge_port_offload +EXPORT_SYMBOL_GPL vmlinux 0x10138352 tracing_on +EXPORT_SYMBOL_GPL vmlinux 0x1019417c ata_bmdma_stop +EXPORT_SYMBOL_GPL vmlinux 0x10269266 power_supply_get_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x103675a0 mtk_pinconf_drive_get +EXPORT_SYMBOL_GPL vmlinux 0x104284a2 clk_hw_unregister +EXPORT_SYMBOL_GPL vmlinux 0x10501d1b proc_get_parent_data +EXPORT_SYMBOL_GPL vmlinux 0x10585098 relay_buf_full +EXPORT_SYMBOL_GPL vmlinux 0x10593320 fsl_mc_bus_dpseci_type +EXPORT_SYMBOL_GPL vmlinux 0x1084043f cpci_hp_unregister_bus +EXPORT_SYMBOL_GPL vmlinux 0x1088f302 dma_vunmap_noncontiguous +EXPORT_SYMBOL_GPL vmlinux 0x108a0acd bstr_printf +EXPORT_SYMBOL_GPL vmlinux 0x109d2e77 gpiod_get +EXPORT_SYMBOL_GPL vmlinux 0x109d8c4a fwnode_graph_get_endpoint_count +EXPORT_SYMBOL_GPL vmlinux 0x10a5e4c1 phylink_connect_phy +EXPORT_SYMBOL_GPL vmlinux 0x10b5fdaa icc_link_create +EXPORT_SYMBOL_GPL vmlinux 0x10b89330 crypto_has_shash +EXPORT_SYMBOL_GPL vmlinux 0x10d9f317 stack_depot_init +EXPORT_SYMBOL_GPL vmlinux 0x10e7d103 i2c_new_smbus_alert_device +EXPORT_SYMBOL_GPL vmlinux 0x10ecc52c usb_amd_quirk_pll_enable +EXPORT_SYMBOL_GPL vmlinux 0x110106c1 cper_severity_to_aer +EXPORT_SYMBOL_GPL vmlinux 0x1110eb88 ata_sff_irq_on +EXPORT_SYMBOL_GPL vmlinux 0x112ec428 device_create_bin_file +EXPORT_SYMBOL_GPL vmlinux 0x11311ff6 sdio_retune_hold_now +EXPORT_SYMBOL_GPL vmlinux 0x11380300 crypto_register_algs +EXPORT_SYMBOL_GPL vmlinux 0x116ec126 tty_find_polling_driver +EXPORT_SYMBOL_GPL vmlinux 0x1184ff97 __traceiter_br_fdb_external_learn_add +EXPORT_SYMBOL_GPL vmlinux 0x119b7f83 spi_mem_driver_register_with_owner +EXPORT_SYMBOL_GPL vmlinux 0x11b663be crypto_larval_alloc +EXPORT_SYMBOL_GPL vmlinux 0x11bbcc61 devlink_port_type_ib_set +EXPORT_SYMBOL_GPL vmlinux 0x11d46a7c debugfs_create_blob +EXPORT_SYMBOL_GPL vmlinux 0x11d519b9 usb_alloc_coherent +EXPORT_SYMBOL_GPL vmlinux 0x11d8265c devm_gpiod_get_from_of_node +EXPORT_SYMBOL_GPL vmlinux 0x11df0e75 devlink_fmsg_binary_pair_nest_start +EXPORT_SYMBOL_GPL vmlinux 0x11e06ee9 badrange_init +EXPORT_SYMBOL_GPL vmlinux 0x11e10cec devm_devfreq_event_add_edev +EXPORT_SYMBOL_GPL vmlinux 0x11e5ab1c lwtunnel_fill_encap +EXPORT_SYMBOL_GPL vmlinux 0x11ef12c7 extcon_register_notifier_all +EXPORT_SYMBOL_GPL vmlinux 0x11f10e11 sdio_readb +EXPORT_SYMBOL_GPL vmlinux 0x1202b33a iommu_get_domain_for_dev_pasid +EXPORT_SYMBOL_GPL vmlinux 0x12056e53 mas_store_gfp +EXPORT_SYMBOL_GPL vmlinux 0x121199e1 tpm1_do_selftest +EXPORT_SYMBOL_GPL vmlinux 0x12135396 phylink_mac_change +EXPORT_SYMBOL_GPL vmlinux 0x121c6f16 skb_to_sgvec_nomark +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 0x1238f7cc regulator_set_active_discharge_regmap +EXPORT_SYMBOL_GPL vmlinux 0x1240ec3b skb_cow_data +EXPORT_SYMBOL_GPL vmlinux 0x124e75b2 devm_usb_get_phy +EXPORT_SYMBOL_GPL vmlinux 0x12537dae __tracepoint_napi_poll +EXPORT_SYMBOL_GPL vmlinux 0x125454d9 __audit_inode_child +EXPORT_SYMBOL_GPL vmlinux 0x12755b1f __traceiter_rpm_resume +EXPORT_SYMBOL_GPL vmlinux 0x128242d2 fsl_mc_bus_dpdbg_type +EXPORT_SYMBOL_GPL vmlinux 0x128ee3f0 vp_modern_set_queue_enable +EXPORT_SYMBOL_GPL vmlinux 0x1299171e hwspin_lock_request_specific +EXPORT_SYMBOL_GPL vmlinux 0x12a61854 of_get_required_opp_performance_state +EXPORT_SYMBOL_GPL vmlinux 0x12ab07da pci_sriov_get_totalvfs +EXPORT_SYMBOL_GPL vmlinux 0x12c0225d tc3589x_block_read +EXPORT_SYMBOL_GPL vmlinux 0x12c27572 gpiod_put_array +EXPORT_SYMBOL_GPL vmlinux 0x12d34200 cookie_tcp_reqsk_alloc +EXPORT_SYMBOL_GPL vmlinux 0x12daac8c vcap_set_tc_exterr +EXPORT_SYMBOL_GPL vmlinux 0x12e93ea4 fsnotify_init_mark +EXPORT_SYMBOL_GPL vmlinux 0x12ee1173 memory_group_unregister +EXPORT_SYMBOL_GPL vmlinux 0x12f9458e mtk_clk_simple_remove +EXPORT_SYMBOL_GPL vmlinux 0x1300f80f serial8250_em485_destroy +EXPORT_SYMBOL_GPL vmlinux 0x13090724 add_vmfork_randomness +EXPORT_SYMBOL_GPL vmlinux 0x130a1d0f devlink_params_register +EXPORT_SYMBOL_GPL vmlinux 0x131a5ed7 regmap_del_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0x131b914e ata_sas_slave_configure +EXPORT_SYMBOL_GPL vmlinux 0x131db64a system_long_wq +EXPORT_SYMBOL_GPL vmlinux 0x1322a8e7 sock_inuse_get +EXPORT_SYMBOL_GPL vmlinux 0x133969d7 __trace_printk +EXPORT_SYMBOL_GPL vmlinux 0x13402c8a subsys_interface_unregister +EXPORT_SYMBOL_GPL vmlinux 0x134924ba bgpio_init +EXPORT_SYMBOL_GPL vmlinux 0x135a8858 hwmon_device_register_with_groups +EXPORT_SYMBOL_GPL vmlinux 0x136209db power_supply_reg_notifier +EXPORT_SYMBOL_GPL vmlinux 0x13640660 get_cached_msi_msg +EXPORT_SYMBOL_GPL vmlinux 0x136540a9 perf_event_refresh +EXPORT_SYMBOL_GPL vmlinux 0x136adddc trace_seq_vprintf +EXPORT_SYMBOL_GPL vmlinux 0x138aff76 gnttab_init +EXPORT_SYMBOL_GPL vmlinux 0x138d908d validate_xmit_xfrm +EXPORT_SYMBOL_GPL vmlinux 0x138e0957 dax_write_cache_enabled +EXPORT_SYMBOL_GPL vmlinux 0x13922362 device_remove_file +EXPORT_SYMBOL_GPL vmlinux 0x1394d032 __mt_destroy +EXPORT_SYMBOL_GPL vmlinux 0x139c08fb spi_unregister_controller +EXPORT_SYMBOL_GPL vmlinux 0x13bc122a dt_init_idle_driver +EXPORT_SYMBOL_GPL vmlinux 0x13cc9173 of_reserved_mem_lookup +EXPORT_SYMBOL_GPL vmlinux 0x13cd43a9 regulator_enable +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 0x13de07b2 bio_add_zone_append_page +EXPORT_SYMBOL_GPL vmlinux 0x13e32243 device_wakeup_enable +EXPORT_SYMBOL_GPL vmlinux 0x13eb0b35 dprc_get_obj_region +EXPORT_SYMBOL_GPL vmlinux 0x13ed8784 sdev_evt_alloc +EXPORT_SYMBOL_GPL vmlinux 0x13ef31ad pm_clk_remove +EXPORT_SYMBOL_GPL vmlinux 0x13fab921 cpuidle_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0x1403ad09 cpufreq_add_update_util_hook +EXPORT_SYMBOL_GPL vmlinux 0x141f38bf ktime_get_raw_fast_ns +EXPORT_SYMBOL_GPL vmlinux 0x1427d14a blk_crypto_intersect_capabilities +EXPORT_SYMBOL_GPL vmlinux 0x1427f72e filemap_migrate_folio +EXPORT_SYMBOL_GPL vmlinux 0x143116d1 ata_do_dev_read_id +EXPORT_SYMBOL_GPL vmlinux 0x1448f468 sock_diag_put_meminfo +EXPORT_SYMBOL_GPL vmlinux 0x14517929 irq_alloc_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0x1454a494 shmem_read_mapping_page_gfp +EXPORT_SYMBOL_GPL vmlinux 0x1456762b k3_ringacc_ring_get_free +EXPORT_SYMBOL_GPL vmlinux 0x146626a0 mas_find_rev +EXPORT_SYMBOL_GPL vmlinux 0x146cc88f bpf_master_redirect_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0x1489a6b5 fat_search_long +EXPORT_SYMBOL_GPL vmlinux 0x148fd794 enable_kprobe +EXPORT_SYMBOL_GPL vmlinux 0x148fe284 imx_get_clk_hw_by_name +EXPORT_SYMBOL_GPL vmlinux 0x14a4a063 to_nvdimm +EXPORT_SYMBOL_GPL vmlinux 0x14b0622c shash_register_instance +EXPORT_SYMBOL_GPL vmlinux 0x14be7aa5 pinctrl_find_and_add_gpio_range +EXPORT_SYMBOL_GPL vmlinux 0x14c06850 clk_hw_register_gate2 +EXPORT_SYMBOL_GPL vmlinux 0x14c8df16 nvdimm_bus_register +EXPORT_SYMBOL_GPL vmlinux 0x14e023a9 fsverity_ioctl_measure +EXPORT_SYMBOL_GPL vmlinux 0x14e5419c blkdev_report_zones +EXPORT_SYMBOL_GPL vmlinux 0x14eb45c3 governor_sysfs_ops +EXPORT_SYMBOL_GPL vmlinux 0x14ec4fdb evtchn_put +EXPORT_SYMBOL_GPL vmlinux 0x14f97095 rio_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0x15021b4a xa_delete_node +EXPORT_SYMBOL_GPL vmlinux 0x150fdb08 regulator_get_error_flags +EXPORT_SYMBOL_GPL vmlinux 0x151583ad of_reserved_mem_device_init_by_idx +EXPORT_SYMBOL_GPL vmlinux 0x1523e1bb gpiod_set_raw_value +EXPORT_SYMBOL_GPL vmlinux 0x152725a5 fscrypt_fname_encrypted_size +EXPORT_SYMBOL_GPL vmlinux 0x15375394 regulator_get_bypass_regmap +EXPORT_SYMBOL_GPL vmlinux 0x153b60a6 klist_del +EXPORT_SYMBOL_GPL vmlinux 0x154867df devl_port_register +EXPORT_SYMBOL_GPL vmlinux 0x15510a89 devlink_fmsg_binary_put +EXPORT_SYMBOL_GPL vmlinux 0x155a2269 fwnode_connection_find_matches +EXPORT_SYMBOL_GPL vmlinux 0x1577a726 fuse_send_init +EXPORT_SYMBOL_GPL vmlinux 0x15791b9b serdev_device_add +EXPORT_SYMBOL_GPL vmlinux 0x15814b00 subsys_virtual_register +EXPORT_SYMBOL_GPL vmlinux 0x1581ce2e filemap_range_has_writeback +EXPORT_SYMBOL_GPL vmlinux 0x15886f48 hte_disable_ts +EXPORT_SYMBOL_GPL vmlinux 0x158cc1a7 ping_get_port +EXPORT_SYMBOL_GPL vmlinux 0x158ea47f fsl_mc_bus_dpdmux_type +EXPORT_SYMBOL_GPL vmlinux 0x1597ce71 bio_iov_iter_get_pages +EXPORT_SYMBOL_GPL vmlinux 0x1598d1b2 do_unregister_con_driver +EXPORT_SYMBOL_GPL vmlinux 0x159d5a81 devlink_resource_occ_get_register +EXPORT_SYMBOL_GPL vmlinux 0x15a74fee pinctrl_lookup_state +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 0x15c60a71 __tracepoint_pelt_dl_tp +EXPORT_SYMBOL_GPL vmlinux 0x15d049df evict_inodes +EXPORT_SYMBOL_GPL vmlinux 0x15d99bbe meson_aoclkc_probe +EXPORT_SYMBOL_GPL vmlinux 0x15ea2648 hwpoison_filter_flags_mask +EXPORT_SYMBOL_GPL vmlinux 0x1601ca3d device_show_int +EXPORT_SYMBOL_GPL vmlinux 0x1606f46b param_set_uint_minmax +EXPORT_SYMBOL_GPL vmlinux 0x160d6a1a blk_mq_end_request_batch +EXPORT_SYMBOL_GPL vmlinux 0x1618e461 class_for_each_device +EXPORT_SYMBOL_GPL vmlinux 0x161d08da extcon_get_state +EXPORT_SYMBOL_GPL vmlinux 0x162be74e __tcp_send_ack +EXPORT_SYMBOL_GPL vmlinux 0x162bfd53 dev_pm_genpd_set_performance_state +EXPORT_SYMBOL_GPL vmlinux 0x16422a6e xdp_reg_mem_model +EXPORT_SYMBOL_GPL vmlinux 0x16516798 osc_pc_lpi_support_confirmed +EXPORT_SYMBOL_GPL vmlinux 0x16534802 fscrypt_ioctl_get_policy_ex +EXPORT_SYMBOL_GPL vmlinux 0x165bd7bc devres_get +EXPORT_SYMBOL_GPL vmlinux 0x1664376a rio_attach_device +EXPORT_SYMBOL_GPL vmlinux 0x1670659e sk_set_peek_off +EXPORT_SYMBOL_GPL vmlinux 0x167ba99b rio_dma_prep_xfer +EXPORT_SYMBOL_GPL vmlinux 0x167d7113 acpi_bus_register_early_device +EXPORT_SYMBOL_GPL vmlinux 0x1687ec20 tty_get_frame_size +EXPORT_SYMBOL_GPL vmlinux 0x1690b503 usb_role_switch_get_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x1695ade4 iomap_writepages +EXPORT_SYMBOL_GPL vmlinux 0x169ee030 sysfs_create_group +EXPORT_SYMBOL_GPL vmlinux 0x16ab6bdd fscrypt_parse_test_dummy_encryption +EXPORT_SYMBOL_GPL vmlinux 0x16ad4342 rio_unmap_inb_region +EXPORT_SYMBOL_GPL vmlinux 0x16b7a7b5 tcp_done +EXPORT_SYMBOL_GPL vmlinux 0x16b96980 vp_legacy_get_queue_size +EXPORT_SYMBOL_GPL vmlinux 0x16ba3558 desc_to_gpio +EXPORT_SYMBOL_GPL vmlinux 0x16bf0364 xen_xenbus_fops +EXPORT_SYMBOL_GPL vmlinux 0x16c1d584 PageHeadHuge +EXPORT_SYMBOL_GPL vmlinux 0x16c36a64 transport_setup_device +EXPORT_SYMBOL_GPL vmlinux 0x16c6bd11 disk_alloc_independent_access_ranges +EXPORT_SYMBOL_GPL vmlinux 0x16ca1a8a phylink_suspend +EXPORT_SYMBOL_GPL vmlinux 0x16da1f88 devlink_fmsg_u32_put +EXPORT_SYMBOL_GPL vmlinux 0x16de23fe ata_link_online +EXPORT_SYMBOL_GPL vmlinux 0x16dfbf36 add_interrupt_randomness +EXPORT_SYMBOL_GPL vmlinux 0x16e91306 apply_to_page_range +EXPORT_SYMBOL_GPL vmlinux 0x16f15139 bind_evtchn_to_irq +EXPORT_SYMBOL_GPL vmlinux 0x16f3ee05 crypto_ahash_final +EXPORT_SYMBOL_GPL vmlinux 0x16f85a77 dax_remap_file_range_prep +EXPORT_SYMBOL_GPL vmlinux 0x170cc36c put_timespec64 +EXPORT_SYMBOL_GPL vmlinux 0x17257559 device_create_file +EXPORT_SYMBOL_GPL vmlinux 0x17309d85 auxiliary_find_device +EXPORT_SYMBOL_GPL vmlinux 0x174b6d01 sock_map_unhash +EXPORT_SYMBOL_GPL vmlinux 0x174c6274 ring_buffer_time_stamp +EXPORT_SYMBOL_GPL vmlinux 0x174e6c46 inet_ehash_locks_alloc +EXPORT_SYMBOL_GPL vmlinux 0x175658a2 imx_pinctrl_sc_ipc_init +EXPORT_SYMBOL_GPL vmlinux 0x17591ecd zynqmp_pm_write_ggs +EXPORT_SYMBOL_GPL vmlinux 0x175bc15b get_dev_pagemap +EXPORT_SYMBOL_GPL vmlinux 0x176031a7 devlink_fmsg_string_put +EXPORT_SYMBOL_GPL vmlinux 0x17614bf3 apei_resources_sub +EXPORT_SYMBOL_GPL vmlinux 0x177c338d twl_get_version +EXPORT_SYMBOL_GPL vmlinux 0x17853a85 max8997_bulk_write +EXPORT_SYMBOL_GPL vmlinux 0x17b69e81 scsi_unregister_device_handler +EXPORT_SYMBOL_GPL vmlinux 0x17d6e92c ata_sff_port_intr +EXPORT_SYMBOL_GPL vmlinux 0x17d80f54 crypto_mod_get +EXPORT_SYMBOL_GPL vmlinux 0x17dba503 skb_segment_list +EXPORT_SYMBOL_GPL vmlinux 0x17dc90af sch_frag_xmit_hook +EXPORT_SYMBOL_GPL vmlinux 0x17e01f11 erst_clear +EXPORT_SYMBOL_GPL vmlinux 0x17e9b32b da903x_reads +EXPORT_SYMBOL_GPL vmlinux 0x18004b39 dw_pcie_own_conf_map_bus +EXPORT_SYMBOL_GPL vmlinux 0x18008c59 ring_buffer_resize +EXPORT_SYMBOL_GPL vmlinux 0x180b97da hv_setup_dma_ops +EXPORT_SYMBOL_GPL vmlinux 0x181d1668 proc_create_net_data +EXPORT_SYMBOL_GPL vmlinux 0x182e2f09 cn_netlink_send_mult +EXPORT_SYMBOL_GPL vmlinux 0x1834b33a virtqueue_get_buf_ctx +EXPORT_SYMBOL_GPL vmlinux 0x1838dc92 __pci_hp_initialize +EXPORT_SYMBOL_GPL vmlinux 0x1841eab8 crypto_aead_encrypt +EXPORT_SYMBOL_GPL vmlinux 0x18428692 __cookie_v6_init_sequence +EXPORT_SYMBOL_GPL vmlinux 0x1843327b xenbus_dev_changed +EXPORT_SYMBOL_GPL vmlinux 0x185184ed crypto_grab_kpp +EXPORT_SYMBOL_GPL vmlinux 0x18615d35 efivar_supports_writes +EXPORT_SYMBOL_GPL vmlinux 0x18715353 k3_udma_glue_push_tx_chn +EXPORT_SYMBOL_GPL vmlinux 0x1871c230 spi_split_transfers_maxsize +EXPORT_SYMBOL_GPL vmlinux 0x1875ea6e fwnode_get_nth_parent +EXPORT_SYMBOL_GPL vmlinux 0x187cad03 devm_mipi_dsi_attach +EXPORT_SYMBOL_GPL vmlinux 0x188d11f5 usb_autopm_put_interface_no_suspend +EXPORT_SYMBOL_GPL vmlinux 0x189fd0c7 task_cls_state +EXPORT_SYMBOL_GPL vmlinux 0x18b74595 __traceiter_detach_device_from_domain +EXPORT_SYMBOL_GPL vmlinux 0x18bc55a5 regulator_disable +EXPORT_SYMBOL_GPL vmlinux 0x18bdaa85 serdev_device_set_baudrate +EXPORT_SYMBOL_GPL vmlinux 0x18c8045b edac_mc_del_mc +EXPORT_SYMBOL_GPL vmlinux 0x18d1025b tty_ldisc_deref +EXPORT_SYMBOL_GPL vmlinux 0x18d1be52 __traceiter_rwmmio_post_write +EXPORT_SYMBOL_GPL vmlinux 0x18d5da67 register_net_sysctl +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 0x18f51052 blkg_prfill_rwstat +EXPORT_SYMBOL_GPL vmlinux 0x18fb2caf cpus_read_unlock +EXPORT_SYMBOL_GPL vmlinux 0x19032d6d trace_handle_return +EXPORT_SYMBOL_GPL vmlinux 0x19125300 sysfs_update_groups +EXPORT_SYMBOL_GPL vmlinux 0x1920a12f tty_init_termios +EXPORT_SYMBOL_GPL vmlinux 0x1926028c zynqmp_pm_reset_assert +EXPORT_SYMBOL_GPL vmlinux 0x193d2795 kvm_vcpu_read_guest_page +EXPORT_SYMBOL_GPL vmlinux 0x1941accb rtnl_put_cacheinfo +EXPORT_SYMBOL_GPL vmlinux 0x19422d09 pci_p2pmem_publish +EXPORT_SYMBOL_GPL vmlinux 0x194a03a1 virtqueue_add_inbuf_ctx +EXPORT_SYMBOL_GPL vmlinux 0x194af6ac sk_msg_memcopy_from_iter +EXPORT_SYMBOL_GPL vmlinux 0x1956802a vcap_del_rules +EXPORT_SYMBOL_GPL vmlinux 0x195d1614 elv_register +EXPORT_SYMBOL_GPL vmlinux 0x195f04bd dm_send_uevents +EXPORT_SYMBOL_GPL vmlinux 0x1969d3f3 bpf_prog_add +EXPORT_SYMBOL_GPL vmlinux 0x197229a7 genphy_c45_config_aneg +EXPORT_SYMBOL_GPL vmlinux 0x197c934a strp_done +EXPORT_SYMBOL_GPL vmlinux 0x19821689 __tracepoint_fdb_delete +EXPORT_SYMBOL_GPL vmlinux 0x19940d17 rockchip_clk_register_plls +EXPORT_SYMBOL_GPL vmlinux 0x199dc1d5 debugfs_create_atomic_t +EXPORT_SYMBOL_GPL vmlinux 0x199fecc1 pinconf_generic_dt_free_map +EXPORT_SYMBOL_GPL vmlinux 0x19a304ba usb_disabled +EXPORT_SYMBOL_GPL vmlinux 0x19af56f8 devm_create_dev_dax +EXPORT_SYMBOL_GPL vmlinux 0x19b57fa1 iommu_fwspec_free +EXPORT_SYMBOL_GPL vmlinux 0x19c20269 soc_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x19c42957 blk_op_str +EXPORT_SYMBOL_GPL vmlinux 0x19c4db66 xdp_convert_zc_to_xdp_frame +EXPORT_SYMBOL_GPL vmlinux 0x19e81304 btree_alloc +EXPORT_SYMBOL_GPL vmlinux 0x19ebf04e __tracepoint_rwmmio_post_read +EXPORT_SYMBOL_GPL vmlinux 0x19edd064 blkg_rwstat_exit +EXPORT_SYMBOL_GPL vmlinux 0x19f33626 nf_ctnetlink_has_listener +EXPORT_SYMBOL_GPL vmlinux 0x1a02a213 pm_generic_resume +EXPORT_SYMBOL_GPL vmlinux 0x1a10c32b crypto_ft_tab +EXPORT_SYMBOL_GPL vmlinux 0x1a146ec3 usb_ep_type_string +EXPORT_SYMBOL_GPL vmlinux 0x1a1a6cc7 regmap_multi_reg_write +EXPORT_SYMBOL_GPL vmlinux 0x1a295b43 _proc_mkdir +EXPORT_SYMBOL_GPL vmlinux 0x1a2cc286 scmi_protocol_unregister +EXPORT_SYMBOL_GPL vmlinux 0x1a3cf709 xenbus_probe_node +EXPORT_SYMBOL_GPL vmlinux 0x1a4d1af5 power_supply_external_power_changed +EXPORT_SYMBOL_GPL vmlinux 0x1a528106 of_changeset_action +EXPORT_SYMBOL_GPL vmlinux 0x1a58e871 iomap_truncate_page +EXPORT_SYMBOL_GPL vmlinux 0x1a59a8a9 usb_init_urb +EXPORT_SYMBOL_GPL vmlinux 0x1a6573df rio_set_port_lockout +EXPORT_SYMBOL_GPL vmlinux 0x1a6bf28f fsnotify_get_cookie +EXPORT_SYMBOL_GPL vmlinux 0x1a6e5667 scsi_host_block +EXPORT_SYMBOL_GPL vmlinux 0x1a6feb09 regmap_get_max_register +EXPORT_SYMBOL_GPL vmlinux 0x1a71dbec blk_set_pm_only +EXPORT_SYMBOL_GPL vmlinux 0x1a76c010 skb_gso_validate_network_len +EXPORT_SYMBOL_GPL vmlinux 0x1a7d1086 regulator_get_current_limit_regmap +EXPORT_SYMBOL_GPL vmlinux 0x1a82368d ZSTD_customCalloc +EXPORT_SYMBOL_GPL vmlinux 0x1a876574 __tracepoint_attach_device_to_domain +EXPORT_SYMBOL_GPL vmlinux 0x1a935499 regulator_force_disable +EXPORT_SYMBOL_GPL vmlinux 0x1a93cd56 sk_msg_zerocopy_from_iter +EXPORT_SYMBOL_GPL vmlinux 0x1aa53834 pci_status_get_and_clear_errors +EXPORT_SYMBOL_GPL vmlinux 0x1ac13d9f usb_autopm_put_interface +EXPORT_SYMBOL_GPL vmlinux 0x1ac9ddc7 blk_freeze_queue_start +EXPORT_SYMBOL_GPL vmlinux 0x1acb8789 sata_port_ops +EXPORT_SYMBOL_GPL vmlinux 0x1acbb5cf usb_poison_urb +EXPORT_SYMBOL_GPL vmlinux 0x1acd18c8 cpuset_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0x1ae0d958 gpiod_export_link +EXPORT_SYMBOL_GPL vmlinux 0x1af267f8 int_pow +EXPORT_SYMBOL_GPL vmlinux 0x1af46d77 xfrm_audit_state_replay +EXPORT_SYMBOL_GPL vmlinux 0x1b0602c1 cond_synchronize_rcu_full +EXPORT_SYMBOL_GPL vmlinux 0x1b0a4a54 netif_carrier_event +EXPORT_SYMBOL_GPL vmlinux 0x1b0a99dc dev_pm_opp_get_suspend_opp_freq +EXPORT_SYMBOL_GPL vmlinux 0x1b1ea171 dma_request_chan_by_mask +EXPORT_SYMBOL_GPL vmlinux 0x1b20f94d tps65912_device_init +EXPORT_SYMBOL_GPL vmlinux 0x1b2219e0 dev_pm_domain_set +EXPORT_SYMBOL_GPL vmlinux 0x1b232b54 pm_runtime_irq_safe +EXPORT_SYMBOL_GPL vmlinux 0x1b35a626 rt_mutex_trylock +EXPORT_SYMBOL_GPL vmlinux 0x1b396dc7 timer_unstable_counter_workaround +EXPORT_SYMBOL_GPL vmlinux 0x1b473ec6 md_find_rdev_rcu +EXPORT_SYMBOL_GPL vmlinux 0x1b497245 of_pci_range_parser_one +EXPORT_SYMBOL_GPL vmlinux 0x1b68a9eb icc_provider_deregister +EXPORT_SYMBOL_GPL vmlinux 0x1b782dee regulator_set_voltage_sel_pickable_regmap +EXPORT_SYMBOL_GPL vmlinux 0x1b7b1cc3 kvm_read_guest +EXPORT_SYMBOL_GPL vmlinux 0x1b808392 pwm_request +EXPORT_SYMBOL_GPL vmlinux 0x1b8822d8 pinctrl_gpio_direction_output +EXPORT_SYMBOL_GPL vmlinux 0x1b92e41d inet_putpeer +EXPORT_SYMBOL_GPL vmlinux 0x1b976f3b inet_unhash +EXPORT_SYMBOL_GPL vmlinux 0x1b9f1ec4 serial8250_get_port +EXPORT_SYMBOL_GPL vmlinux 0x1ba55328 regmap_raw_write +EXPORT_SYMBOL_GPL vmlinux 0x1bb5a9ab ethnl_cable_test_fault_length +EXPORT_SYMBOL_GPL vmlinux 0x1bc15d4b ethnl_cable_test_step +EXPORT_SYMBOL_GPL vmlinux 0x1bc40a8d gpmc_omap_get_nand_ops +EXPORT_SYMBOL_GPL vmlinux 0x1bc5eebe pinctrl_gpio_direction_input +EXPORT_SYMBOL_GPL vmlinux 0x1bc64087 xas_split +EXPORT_SYMBOL_GPL vmlinux 0x1bc85e1c irq_set_affinity +EXPORT_SYMBOL_GPL vmlinux 0x1bc8cb65 __inet_lookup_listener +EXPORT_SYMBOL_GPL vmlinux 0x1bc91369 mptcp_token_iter_next +EXPORT_SYMBOL_GPL vmlinux 0x1bcb8489 securityfs_create_dir +EXPORT_SYMBOL_GPL vmlinux 0x1bce1b84 blk_insert_cloned_request +EXPORT_SYMBOL_GPL vmlinux 0x1bd2626e bus_sort_breadthfirst +EXPORT_SYMBOL_GPL vmlinux 0x1bd2af6f folio_mkclean +EXPORT_SYMBOL_GPL vmlinux 0x1bd4970e rio_release_outb_dbell +EXPORT_SYMBOL_GPL vmlinux 0x1bd80c0a i2c_dw_probe_master +EXPORT_SYMBOL_GPL vmlinux 0x1be7b5d0 tty_standard_install +EXPORT_SYMBOL_GPL vmlinux 0x1be83ce3 rio_mport_read_config_32 +EXPORT_SYMBOL_GPL vmlinux 0x1c03162f tegra_bpmp_transfer +EXPORT_SYMBOL_GPL vmlinux 0x1c04513c dma_mmap_noncontiguous +EXPORT_SYMBOL_GPL vmlinux 0x1c1778c1 gpiochip_is_requested +EXPORT_SYMBOL_GPL vmlinux 0x1c21e623 devl_dpipe_headers_unregister +EXPORT_SYMBOL_GPL vmlinux 0x1c268139 regcache_cache_bypass +EXPORT_SYMBOL_GPL vmlinux 0x1c291a63 sock_prot_inuse_get +EXPORT_SYMBOL_GPL vmlinux 0x1c356dab dev_pm_set_wake_irq +EXPORT_SYMBOL_GPL vmlinux 0x1c3d91c7 fib_rules_register +EXPORT_SYMBOL_GPL vmlinux 0x1c47aed8 __hvc_resize +EXPORT_SYMBOL_GPL vmlinux 0x1c4ca6b9 ata_sas_sync_probe +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 0x1c611310 gov_attr_set_init +EXPORT_SYMBOL_GPL vmlinux 0x1c7169dc ZSTD_customFree +EXPORT_SYMBOL_GPL vmlinux 0x1c76c248 led_classdev_resume +EXPORT_SYMBOL_GPL vmlinux 0x1c78ac3b devl_assert_locked +EXPORT_SYMBOL_GPL vmlinux 0x1c7a8576 sched_set_fifo_low +EXPORT_SYMBOL_GPL vmlinux 0x1c7e0bef pm_relax +EXPORT_SYMBOL_GPL vmlinux 0x1c802004 acpi_subsys_freeze +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 0x1c91fe46 acpi_subsys_poweroff +EXPORT_SYMBOL_GPL vmlinux 0x1c92a77a gpiod_is_active_low +EXPORT_SYMBOL_GPL vmlinux 0x1c9646f9 inet_csk_route_child_sock +EXPORT_SYMBOL_GPL vmlinux 0x1ca3aa97 alarm_forward +EXPORT_SYMBOL_GPL vmlinux 0x1ca3e72b rio_enable_rx_tx_port +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 0x1cc7bfb1 irq_chip_set_parent_state +EXPORT_SYMBOL_GPL vmlinux 0x1cd2c10f device_add +EXPORT_SYMBOL_GPL vmlinux 0x1cdd0605 xhci_port_state_to_neutral +EXPORT_SYMBOL_GPL vmlinux 0x1cdf7ab1 acpi_subsys_suspend_noirq +EXPORT_SYMBOL_GPL vmlinux 0x1ce5c67e inet_hash_connect +EXPORT_SYMBOL_GPL vmlinux 0x1ce8d17a balloon_mops +EXPORT_SYMBOL_GPL vmlinux 0x1cfa367a pci_store_saved_state +EXPORT_SYMBOL_GPL vmlinux 0x1cff8eab sbitmap_init_node +EXPORT_SYMBOL_GPL vmlinux 0x1d02f321 fuse_dev_free +EXPORT_SYMBOL_GPL vmlinux 0x1d030a70 inet_csk_clone_lock +EXPORT_SYMBOL_GPL vmlinux 0x1d0db098 debugfs_create_u8 +EXPORT_SYMBOL_GPL vmlinux 0x1d132ea0 trace_get_event_file +EXPORT_SYMBOL_GPL vmlinux 0x1d222ced irq_get_irqchip_state +EXPORT_SYMBOL_GPL vmlinux 0x1d2fc09b switchdev_handle_port_obj_add +EXPORT_SYMBOL_GPL vmlinux 0x1d3b325c devl_resource_register +EXPORT_SYMBOL_GPL vmlinux 0x1d3f4976 rtc_set_time +EXPORT_SYMBOL_GPL vmlinux 0x1d402168 housekeeping_affine +EXPORT_SYMBOL_GPL vmlinux 0x1d5adc08 iommu_group_remove_device +EXPORT_SYMBOL_GPL vmlinux 0x1d62340b scsi_nl_sock +EXPORT_SYMBOL_GPL vmlinux 0x1d6696b0 mtk_mutex_disable +EXPORT_SYMBOL_GPL vmlinux 0x1d70240d phy_driver_is_genphy +EXPORT_SYMBOL_GPL vmlinux 0x1d7e62d7 __vfs_setxattr_locked +EXPORT_SYMBOL_GPL vmlinux 0x1d7f0f8b ncsi_stop_dev +EXPORT_SYMBOL_GPL vmlinux 0x1d84aa4f pci_max_pasids +EXPORT_SYMBOL_GPL vmlinux 0x1d94a218 dmi_memdev_handle +EXPORT_SYMBOL_GPL vmlinux 0x1da4b3f3 dev_pm_qos_expose_latency_tolerance +EXPORT_SYMBOL_GPL vmlinux 0x1daf569c skb_splice_bits +EXPORT_SYMBOL_GPL vmlinux 0x1db45217 kvm_vcpu_unmap +EXPORT_SYMBOL_GPL vmlinux 0x1dbca435 pci_hp_deregister +EXPORT_SYMBOL_GPL vmlinux 0x1dca8a8c fat_flush_inodes +EXPORT_SYMBOL_GPL vmlinux 0x1dcf9fa4 subsys_find_device_by_id +EXPORT_SYMBOL_GPL vmlinux 0x1ddf16fe tcp_slow_start +EXPORT_SYMBOL_GPL vmlinux 0x1de887ff zynqmp_pm_bootmode_write +EXPORT_SYMBOL_GPL vmlinux 0x1df4bb0a power_supply_changed +EXPORT_SYMBOL_GPL vmlinux 0x1df6a056 fib6_check_nexthop +EXPORT_SYMBOL_GPL vmlinux 0x1dfa5dbd mpi_invm +EXPORT_SYMBOL_GPL vmlinux 0x1e0670c6 reset_control_release +EXPORT_SYMBOL_GPL vmlinux 0x1e0d2882 spi_mem_default_supports_op +EXPORT_SYMBOL_GPL vmlinux 0x1e19b116 vcap_rule_set_counter_id +EXPORT_SYMBOL_GPL vmlinux 0x1e288c83 zynqmp_pm_force_pwrdwn +EXPORT_SYMBOL_GPL vmlinux 0x1e3bc77c xas_create_range +EXPORT_SYMBOL_GPL vmlinux 0x1e424d61 user_preparse +EXPORT_SYMBOL_GPL vmlinux 0x1e452023 serial8250_do_set_ldisc +EXPORT_SYMBOL_GPL vmlinux 0x1e4a8c22 nvdimm_in_overwrite +EXPORT_SYMBOL_GPL vmlinux 0x1e4e98c0 acpi_dev_filter_resource_type +EXPORT_SYMBOL_GPL vmlinux 0x1e53f827 stack_depot_print +EXPORT_SYMBOL_GPL vmlinux 0x1e54ac25 pinctrl_utils_reserve_map +EXPORT_SYMBOL_GPL vmlinux 0x1e56901f class_compat_remove_link +EXPORT_SYMBOL_GPL vmlinux 0x1e6c8ec7 dev_pm_domain_start +EXPORT_SYMBOL_GPL vmlinux 0x1e7bbcb3 kernel_restart +EXPORT_SYMBOL_GPL vmlinux 0x1e80bf09 vp_modern_get_status +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 0x1ea62b49 usb_cache_string +EXPORT_SYMBOL_GPL vmlinux 0x1eaac651 blk_mq_free_request +EXPORT_SYMBOL_GPL vmlinux 0x1eab81b1 cros_ec_check_features +EXPORT_SYMBOL_GPL vmlinux 0x1eac8511 usb_of_get_companion_dev +EXPORT_SYMBOL_GPL vmlinux 0x1eaed1c2 pci_epc_get_msi +EXPORT_SYMBOL_GPL vmlinux 0x1eb9516e round_jiffies_relative +EXPORT_SYMBOL_GPL vmlinux 0x1ebde2fc devl_trap_policers_unregister +EXPORT_SYMBOL_GPL vmlinux 0x1ebf6c2a pci_power_names +EXPORT_SYMBOL_GPL vmlinux 0x1ed4d2eb percpu_ref_kill_and_confirm +EXPORT_SYMBOL_GPL vmlinux 0x1ed72bad espintcp_push_skb +EXPORT_SYMBOL_GPL vmlinux 0x1ee0b135 ext_pi_type3_crc64 +EXPORT_SYMBOL_GPL vmlinux 0x1eec0759 kthread_cancel_delayed_work_sync +EXPORT_SYMBOL_GPL vmlinux 0x1eedb704 dpbp_get_attributes +EXPORT_SYMBOL_GPL vmlinux 0x1eee31e7 md_bitmap_copy_from_slot +EXPORT_SYMBOL_GPL vmlinux 0x1ef20793 stop_core_cpuslocked +EXPORT_SYMBOL_GPL vmlinux 0x1ef4c848 gpiochip_line_is_open_drain +EXPORT_SYMBOL_GPL vmlinux 0x1ef9d40f strp_init +EXPORT_SYMBOL_GPL vmlinux 0x1efaa06f __tracepoint_xhci_dbg_quirks +EXPORT_SYMBOL_GPL vmlinux 0x1efb0ab9 dev_pm_opp_adjust_voltage +EXPORT_SYMBOL_GPL vmlinux 0x1f045268 dev_xdp_prog_count +EXPORT_SYMBOL_GPL vmlinux 0x1f125070 generic_handle_domain_irq +EXPORT_SYMBOL_GPL vmlinux 0x1f1cc011 zynqmp_pm_get_chipid +EXPORT_SYMBOL_GPL vmlinux 0x1f26b87c acpi_get_and_request_gpiod +EXPORT_SYMBOL_GPL vmlinux 0x1f38a4f6 mpi_set_highbit +EXPORT_SYMBOL_GPL vmlinux 0x1f40fb73 tpm_pcr_extend +EXPORT_SYMBOL_GPL vmlinux 0x1f41b575 mmc_send_abort_tuning +EXPORT_SYMBOL_GPL vmlinux 0x1f449588 mctrl_gpio_disable_ms +EXPORT_SYMBOL_GPL vmlinux 0x1f46c6d3 iommu_detach_device +EXPORT_SYMBOL_GPL vmlinux 0x1f563160 bpf_offload_dev_priv +EXPORT_SYMBOL_GPL vmlinux 0x1f84e51d is_software_node +EXPORT_SYMBOL_GPL vmlinux 0x1f854495 vcap_get_rule +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 0x1facf2cc crypto_unregister_aead +EXPORT_SYMBOL_GPL vmlinux 0x1fb56fce devlink_port_attrs_pci_pf_set +EXPORT_SYMBOL_GPL vmlinux 0x1fb662c7 pm_clk_resume +EXPORT_SYMBOL_GPL vmlinux 0x1fce3c9a driver_find +EXPORT_SYMBOL_GPL vmlinux 0x1fe6e504 gpiod_add_hogs +EXPORT_SYMBOL_GPL vmlinux 0x1fea4da3 usb_phy_set_charger_current +EXPORT_SYMBOL_GPL vmlinux 0x1feb6ad9 gnttab_pages_set_private +EXPORT_SYMBOL_GPL vmlinux 0x1fee7136 trace_seq_putc +EXPORT_SYMBOL_GPL vmlinux 0x1ff2940e xfrm_audit_state_add +EXPORT_SYMBOL_GPL vmlinux 0x1ff708be gnttab_page_cache_put +EXPORT_SYMBOL_GPL vmlinux 0x1ffc76a3 register_pernet_subsys +EXPORT_SYMBOL_GPL vmlinux 0x2008b6a6 __irq_alloc_domain_generic_chips +EXPORT_SYMBOL_GPL vmlinux 0x2009e400 devlink_info_board_serial_number_put +EXPORT_SYMBOL_GPL vmlinux 0x2017fc9f thermal_zone_device_register +EXPORT_SYMBOL_GPL vmlinux 0x201d3777 ftrace_set_filter_ips +EXPORT_SYMBOL_GPL vmlinux 0x201d5cf4 da9052_disable_irq +EXPORT_SYMBOL_GPL vmlinux 0x2025dacf ulpi_viewport_access_ops +EXPORT_SYMBOL_GPL vmlinux 0x202d4ed6 nvmem_cell_write +EXPORT_SYMBOL_GPL vmlinux 0x203deb91 xenbus_dev_error +EXPORT_SYMBOL_GPL vmlinux 0x2043ead3 devm_register_restart_handler +EXPORT_SYMBOL_GPL vmlinux 0x204f2c5c gnttab_free_grant_reference +EXPORT_SYMBOL_GPL vmlinux 0x2065fe04 iommu_detach_device_pasid +EXPORT_SYMBOL_GPL vmlinux 0x20700422 pci_test_config_bits +EXPORT_SYMBOL_GPL vmlinux 0x2071f0f3 md_rdev_init +EXPORT_SYMBOL_GPL vmlinux 0x207a0bd7 pci_generic_config_read +EXPORT_SYMBOL_GPL vmlinux 0x20835a9f __xdp_release_frame +EXPORT_SYMBOL_GPL vmlinux 0x20865b03 devm_clk_get_optional_enabled +EXPORT_SYMBOL_GPL vmlinux 0x20978fb9 idr_find +EXPORT_SYMBOL_GPL vmlinux 0x20a4e01a HUF_readStats_wksp +EXPORT_SYMBOL_GPL vmlinux 0x20aa8261 power_supply_get_property_from_supplier +EXPORT_SYMBOL_GPL vmlinux 0x20b04921 usb_hcd_unmap_urb_setup_for_dma +EXPORT_SYMBOL_GPL vmlinux 0x20b54f18 xenbus_setup_ring +EXPORT_SYMBOL_GPL vmlinux 0x20b9e259 dm_audit_log_bio +EXPORT_SYMBOL_GPL vmlinux 0x20c5d286 tcp_unregister_ulp +EXPORT_SYMBOL_GPL vmlinux 0x20f15595 dev_pm_opp_find_freq_ceil +EXPORT_SYMBOL_GPL vmlinux 0x20f9e15b kobject_uevent_env +EXPORT_SYMBOL_GPL vmlinux 0x20fc44ac serdev_acpi_get_uart_resource +EXPORT_SYMBOL_GPL vmlinux 0x20fee3cf sdio_align_size +EXPORT_SYMBOL_GPL vmlinux 0x210a2acb io_cgrp_subsys +EXPORT_SYMBOL_GPL vmlinux 0x210cdbc2 acpiphp_unregister_attention +EXPORT_SYMBOL_GPL vmlinux 0x210f49bb kstrdup_quotable_cmdline +EXPORT_SYMBOL_GPL vmlinux 0x2118fba4 hwspin_lock_unregister +EXPORT_SYMBOL_GPL vmlinux 0x211d04eb msi_lock_descs +EXPORT_SYMBOL_GPL vmlinux 0x211f6b83 serdev_device_write_room +EXPORT_SYMBOL_GPL vmlinux 0x212734c5 vcap_netbytes_copy +EXPORT_SYMBOL_GPL vmlinux 0x212a0eb4 mptcp_get_reset_option +EXPORT_SYMBOL_GPL vmlinux 0x21368966 skcipher_walk_async +EXPORT_SYMBOL_GPL vmlinux 0x21403865 kthread_data +EXPORT_SYMBOL_GPL vmlinux 0x2145cdea spi_write_then_read +EXPORT_SYMBOL_GPL vmlinux 0x214a346b vcap_enable_lookups +EXPORT_SYMBOL_GPL vmlinux 0x21521092 kthread_flush_work +EXPORT_SYMBOL_GPL vmlinux 0x2160eb12 rio_get_comptag +EXPORT_SYMBOL_GPL vmlinux 0x21614ac3 blk_crypto_has_capabilities +EXPORT_SYMBOL_GPL vmlinux 0x216d0f71 pci_enable_pcie_error_reporting +EXPORT_SYMBOL_GPL vmlinux 0x216de4e1 rcu_get_gp_kthreads_prio +EXPORT_SYMBOL_GPL vmlinux 0x217501ef iommu_device_register +EXPORT_SYMBOL_GPL vmlinux 0x2176e42a hwpoison_filter_memcg +EXPORT_SYMBOL_GPL vmlinux 0x218c956c ata_bmdma_post_internal_cmd +EXPORT_SYMBOL_GPL vmlinux 0x2196d2e9 rio_mport_class +EXPORT_SYMBOL_GPL vmlinux 0x21a563da clk_get_accuracy +EXPORT_SYMBOL_GPL vmlinux 0x21ac8b77 iommu_group_get_by_id +EXPORT_SYMBOL_GPL vmlinux 0x21ca306f vcap_rule_add_action_u32 +EXPORT_SYMBOL_GPL vmlinux 0x21cd536a crypto_put_default_null_skcipher +EXPORT_SYMBOL_GPL vmlinux 0x21d085fc regulator_is_supported_voltage +EXPORT_SYMBOL_GPL vmlinux 0x21d183f0 pci_assign_unassigned_bus_resources +EXPORT_SYMBOL_GPL vmlinux 0x21d628a0 fwnode_get_next_parent +EXPORT_SYMBOL_GPL vmlinux 0x21e4b86a fsl_mc_obj_reset +EXPORT_SYMBOL_GPL vmlinux 0x21f9b573 ping_init_sock +EXPORT_SYMBOL_GPL vmlinux 0x2200061c __tracepoint_pelt_irq_tp +EXPORT_SYMBOL_GPL vmlinux 0x22002a51 pci_ims_free_irq +EXPORT_SYMBOL_GPL vmlinux 0x220b13e6 dma_max_mapping_size +EXPORT_SYMBOL_GPL vmlinux 0x220ce70c kvm_arm_hyp_service_available +EXPORT_SYMBOL_GPL vmlinux 0x22106432 fbcon_modechange_possible +EXPORT_SYMBOL_GPL vmlinux 0x22109a2e irq_gc_set_wake +EXPORT_SYMBOL_GPL vmlinux 0x221260e2 kvm_vcpu_halt +EXPORT_SYMBOL_GPL vmlinux 0x22130de7 crypto_unregister_template +EXPORT_SYMBOL_GPL vmlinux 0x2229a9a3 ima_file_hash +EXPORT_SYMBOL_GPL vmlinux 0x222b2db5 device_dma_supported +EXPORT_SYMBOL_GPL vmlinux 0x22311cc5 devm_free_pages +EXPORT_SYMBOL_GPL vmlinux 0x22426bd2 max8997_update_reg +EXPORT_SYMBOL_GPL vmlinux 0x224bfa2d kvm_gfn_to_hva_cache_init +EXPORT_SYMBOL_GPL vmlinux 0x224f9525 devm_extcon_dev_allocate +EXPORT_SYMBOL_GPL vmlinux 0x22567b3a pm_runtime_suspended_time +EXPORT_SYMBOL_GPL vmlinux 0x22598f2e clk_fractional_divider_ops +EXPORT_SYMBOL_GPL vmlinux 0x2271a5bf of_platform_populate +EXPORT_SYMBOL_GPL vmlinux 0x22796309 xen_dbgp_reset_prep +EXPORT_SYMBOL_GPL vmlinux 0x2290148f inet_twsk_purge +EXPORT_SYMBOL_GPL vmlinux 0x22930721 watchdog_register_device +EXPORT_SYMBOL_GPL vmlinux 0x229766d7 blk_queue_flag_test_and_set +EXPORT_SYMBOL_GPL vmlinux 0x22ab7517 devl_unlock +EXPORT_SYMBOL_GPL vmlinux 0x22afb583 of_irq_get +EXPORT_SYMBOL_GPL vmlinux 0x22bb6c8c pwm_free +EXPORT_SYMBOL_GPL vmlinux 0x22cbebeb cpuidle_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0x22d60537 tcf_frag_xmit_count +EXPORT_SYMBOL_GPL vmlinux 0x22d9409b iomap_sort_ioends +EXPORT_SYMBOL_GPL vmlinux 0x22e0b6ca debugfs_create_x64 +EXPORT_SYMBOL_GPL vmlinux 0x22ec5205 cpu_latency_qos_remove_request +EXPORT_SYMBOL_GPL vmlinux 0x22ede247 tps6586x_reads +EXPORT_SYMBOL_GPL vmlinux 0x22f6836d power_supply_charge_behaviour_show +EXPORT_SYMBOL_GPL vmlinux 0x22fad367 tpm_pm_suspend +EXPORT_SYMBOL_GPL vmlinux 0x22fd08ba cpuacct_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0x2302b680 pci_user_write_config_word +EXPORT_SYMBOL_GPL vmlinux 0x230b326d vcap_is_next_lookup +EXPORT_SYMBOL_GPL vmlinux 0x230e0399 serial8250_request_dma +EXPORT_SYMBOL_GPL vmlinux 0x2314e163 devm_platform_ioremap_resource_byname +EXPORT_SYMBOL_GPL vmlinux 0x23412816 rtc_tm_to_ktime +EXPORT_SYMBOL_GPL vmlinux 0x234cf416 devlink_fmsg_string_pair_put +EXPORT_SYMBOL_GPL vmlinux 0x23524da9 spi_delay_exec +EXPORT_SYMBOL_GPL vmlinux 0x235389d3 devm_acpi_dev_add_driver_gpios +EXPORT_SYMBOL_GPL vmlinux 0x2358893d devm_devfreq_event_remove_edev +EXPORT_SYMBOL_GPL vmlinux 0x236074b3 blk_mq_quiesce_queue +EXPORT_SYMBOL_GPL vmlinux 0x236bc329 inet_send_prepare +EXPORT_SYMBOL_GPL vmlinux 0x237aa254 kernfs_find_and_get_ns +EXPORT_SYMBOL_GPL vmlinux 0x2383169f device_pm_wait_for_dev +EXPORT_SYMBOL_GPL vmlinux 0x23864ce7 cpuset_mem_spread_node +EXPORT_SYMBOL_GPL vmlinux 0x238909cc extcon_set_state +EXPORT_SYMBOL_GPL vmlinux 0x238dddfb platform_get_irq_optional +EXPORT_SYMBOL_GPL vmlinux 0x2396c7f0 clk_set_parent +EXPORT_SYMBOL_GPL vmlinux 0x239c6210 devm_kasprintf +EXPORT_SYMBOL_GPL vmlinux 0x23c46ec6 blk_req_zone_write_trylock +EXPORT_SYMBOL_GPL vmlinux 0x23c4d5ca clockevents_register_device +EXPORT_SYMBOL_GPL vmlinux 0x23d55fba platform_msi_domain_alloc_irqs +EXPORT_SYMBOL_GPL vmlinux 0x23daa0b8 call_switchdev_blocking_notifiers +EXPORT_SYMBOL_GPL vmlinux 0x23fe08b6 gnttab_unmap_refs +EXPORT_SYMBOL_GPL vmlinux 0x23ffe6b2 hwmon_notify_event +EXPORT_SYMBOL_GPL vmlinux 0x24053652 bpf_map_inc_not_zero +EXPORT_SYMBOL_GPL vmlinux 0x240e5755 wakeup_source_unregister +EXPORT_SYMBOL_GPL vmlinux 0x2413a5be sdio_retune_release +EXPORT_SYMBOL_GPL vmlinux 0x241d85c5 register_ftrace_function +EXPORT_SYMBOL_GPL vmlinux 0x2421097b mpi_const +EXPORT_SYMBOL_GPL vmlinux 0x242e164f clk_hw_get_flags +EXPORT_SYMBOL_GPL vmlinux 0x24413343 erst_read_record +EXPORT_SYMBOL_GPL vmlinux 0x2464da17 gen_pool_size +EXPORT_SYMBOL_GPL vmlinux 0x2469810f __rcu_read_unlock +EXPORT_SYMBOL_GPL vmlinux 0x248021db spi_bus_unlock +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 0x24a31c25 set_cpus_allowed_ptr +EXPORT_SYMBOL_GPL vmlinux 0x24a423b1 regulator_map_voltage_iterate +EXPORT_SYMBOL_GPL vmlinux 0x24ad11db wakeup_sources_read_unlock +EXPORT_SYMBOL_GPL vmlinux 0x24cd3d75 mmc_send_status +EXPORT_SYMBOL_GPL vmlinux 0x24d6b06f nvmem_cell_read_variable_le_u32 +EXPORT_SYMBOL_GPL vmlinux 0x24d9fb21 serial8250_do_set_mctrl +EXPORT_SYMBOL_GPL vmlinux 0x24da0093 rcu_inkernel_boot_has_ended +EXPORT_SYMBOL_GPL vmlinux 0x24e421db wakeup_sources_walk_next +EXPORT_SYMBOL_GPL vmlinux 0x24eb7e32 leds_list +EXPORT_SYMBOL_GPL vmlinux 0x24f39c39 reset_control_reset +EXPORT_SYMBOL_GPL vmlinux 0x24f7542f i2c_new_client_device +EXPORT_SYMBOL_GPL vmlinux 0x24fc50f4 kdb_unregister +EXPORT_SYMBOL_GPL vmlinux 0x251b5399 sk_msg_free_partial +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 0x253d1cab anon_inode_getfd +EXPORT_SYMBOL_GPL vmlinux 0x25435ec8 devm_hwmon_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x2543aaa7 tcp_sendpage_locked +EXPORT_SYMBOL_GPL vmlinux 0x2558e424 mmu_interval_read_begin +EXPORT_SYMBOL_GPL vmlinux 0x2574da11 zynqmp_pm_write_pggs +EXPORT_SYMBOL_GPL vmlinux 0x2575dced phy_pm_runtime_get_sync +EXPORT_SYMBOL_GPL vmlinux 0x2587528f serial8250_em485_start_tx +EXPORT_SYMBOL_GPL vmlinux 0x2589d3f9 of_devfreq_cooling_register +EXPORT_SYMBOL_GPL vmlinux 0x25907ae8 kvm_io_bus_write +EXPORT_SYMBOL_GPL vmlinux 0x2592fc6c console_printk +EXPORT_SYMBOL_GPL vmlinux 0x259670ba __traceiter_br_fdb_add +EXPORT_SYMBOL_GPL vmlinux 0x259c625c psil_set_new_ep_config +EXPORT_SYMBOL_GPL vmlinux 0x25bbfa9a security_kernel_load_data +EXPORT_SYMBOL_GPL vmlinux 0x25c42796 onboard_hub_destroy_pdevs +EXPORT_SYMBOL_GPL vmlinux 0x25c95efa regulator_is_equal +EXPORT_SYMBOL_GPL vmlinux 0x25d120a5 ip6_route_lookup +EXPORT_SYMBOL_GPL vmlinux 0x25d1dc69 ata_sff_dev_select +EXPORT_SYMBOL_GPL vmlinux 0x25d5e2ab gpiod_get_index_optional +EXPORT_SYMBOL_GPL vmlinux 0x25d7a6a8 sysfs_group_change_owner +EXPORT_SYMBOL_GPL vmlinux 0x25e5698a __regmap_init_i2c +EXPORT_SYMBOL_GPL vmlinux 0x25e70989 devlink_params_unregister +EXPORT_SYMBOL_GPL vmlinux 0x25eab01c meson_a1_parse_dt_extra +EXPORT_SYMBOL_GPL vmlinux 0x25eed215 spi_controller_dma_map_mem_op_data +EXPORT_SYMBOL_GPL vmlinux 0x2607d73b is_virtio_device +EXPORT_SYMBOL_GPL vmlinux 0x260aea13 sata_scr_write +EXPORT_SYMBOL_GPL vmlinux 0x26218d1a virtio_check_mem_acc_cb +EXPORT_SYMBOL_GPL vmlinux 0x262480a4 serdev_device_set_flow_control +EXPORT_SYMBOL_GPL vmlinux 0x262e3fb6 sysfs_create_mount_point +EXPORT_SYMBOL_GPL vmlinux 0x263a057c fib_rules_dump +EXPORT_SYMBOL_GPL vmlinux 0x263e7326 pfn_to_online_page +EXPORT_SYMBOL_GPL vmlinux 0x2646b506 of_irq_get_byname +EXPORT_SYMBOL_GPL vmlinux 0x264f5c6d wm8350_reg_read +EXPORT_SYMBOL_GPL vmlinux 0x26520970 vm_memory_committed +EXPORT_SYMBOL_GPL vmlinux 0x265bbef9 kexec_crash_loaded +EXPORT_SYMBOL_GPL vmlinux 0x2663182b acpi_device_fix_up_power +EXPORT_SYMBOL_GPL vmlinux 0x266a4b08 tasklet_unlock +EXPORT_SYMBOL_GPL vmlinux 0x2673574c fwnode_device_is_available +EXPORT_SYMBOL_GPL vmlinux 0x267c8eb8 onboard_hub_create_pdevs +EXPORT_SYMBOL_GPL vmlinux 0x267df662 smp_call_on_cpu +EXPORT_SYMBOL_GPL vmlinux 0x2684e7ae generic_fh_to_dentry +EXPORT_SYMBOL_GPL vmlinux 0x268720f0 uprobe_unregister +EXPORT_SYMBOL_GPL vmlinux 0x2692c35b subsys_system_register +EXPORT_SYMBOL_GPL vmlinux 0x26a92173 regulator_set_suspend_voltage +EXPORT_SYMBOL_GPL vmlinux 0x26a93eb2 verify_pkcs7_signature +EXPORT_SYMBOL_GPL vmlinux 0x26ab4755 put_old_itimerspec32 +EXPORT_SYMBOL_GPL vmlinux 0x26aea044 crypto_destroy_tfm +EXPORT_SYMBOL_GPL vmlinux 0x26c90ea4 scsi_eh_get_sense +EXPORT_SYMBOL_GPL vmlinux 0x26e40255 folio_invalidate +EXPORT_SYMBOL_GPL vmlinux 0x26ed2186 register_vmap_purge_notifier +EXPORT_SYMBOL_GPL vmlinux 0x26fd0042 __fscrypt_prepare_lookup +EXPORT_SYMBOL_GPL vmlinux 0x27046576 kvm_exit +EXPORT_SYMBOL_GPL vmlinux 0x27049924 pci_enable_sriov +EXPORT_SYMBOL_GPL vmlinux 0x270a1158 divider_ro_round_rate_parent +EXPORT_SYMBOL_GPL vmlinux 0x27154fdd crypto_inst_setname +EXPORT_SYMBOL_GPL vmlinux 0x2717ea9f of_led_get +EXPORT_SYMBOL_GPL vmlinux 0x27232a7a __mmc_poll_for_busy +EXPORT_SYMBOL_GPL vmlinux 0x272e9d77 hisi_reset_exit +EXPORT_SYMBOL_GPL vmlinux 0x274accba iommu_enable_nesting +EXPORT_SYMBOL_GPL vmlinux 0x274f6b07 pci_load_saved_state +EXPORT_SYMBOL_GPL vmlinux 0x275c6f9e gpiod_get_array_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x2761bd99 scsi_host_complete_all_commands +EXPORT_SYMBOL_GPL vmlinux 0x2773c485 __wake_up_locked +EXPORT_SYMBOL_GPL vmlinux 0x277e09e0 __blkg_prfill_u64 +EXPORT_SYMBOL_GPL vmlinux 0x27844afc phy_modify +EXPORT_SYMBOL_GPL vmlinux 0x2785e33e security_file_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x27a0e44c extcon_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x27a2c9ca regmap_check_range_table +EXPORT_SYMBOL_GPL vmlinux 0x27b94d08 rtnl_af_register +EXPORT_SYMBOL_GPL vmlinux 0x27bcb414 pstore_unregister +EXPORT_SYMBOL_GPL vmlinux 0x27c54535 kvm_vcpu_yield_to +EXPORT_SYMBOL_GPL vmlinux 0x27ceaf2e firmware_request_cache +EXPORT_SYMBOL_GPL vmlinux 0x27dc9471 __tracepoint_br_fdb_update +EXPORT_SYMBOL_GPL vmlinux 0x27ec2877 gpiochip_add_data_with_key +EXPORT_SYMBOL_GPL vmlinux 0x27f4f029 ftrace_set_global_filter +EXPORT_SYMBOL_GPL vmlinux 0x27fa66e1 nr_free_buffer_pages +EXPORT_SYMBOL_GPL vmlinux 0x2815d9fe security_inode_mkdir +EXPORT_SYMBOL_GPL vmlinux 0x2817f7fd cppc_get_desired_perf +EXPORT_SYMBOL_GPL vmlinux 0x28188b2a fwnode_get_name +EXPORT_SYMBOL_GPL vmlinux 0x282a7559 relay_close +EXPORT_SYMBOL_GPL vmlinux 0x282cdabc usb_led_activity +EXPORT_SYMBOL_GPL vmlinux 0x28310bcd kasprintf_strarray +EXPORT_SYMBOL_GPL vmlinux 0x28526d31 strp_unpause +EXPORT_SYMBOL_GPL vmlinux 0x285b18c2 crypto_register_scomp +EXPORT_SYMBOL_GPL vmlinux 0x285e681a pci_bridge_emul_conf_read +EXPORT_SYMBOL_GPL vmlinux 0x286418f8 devm_gpiod_put +EXPORT_SYMBOL_GPL vmlinux 0x2864abc9 klist_node_attached +EXPORT_SYMBOL_GPL vmlinux 0x286cc647 async_synchronize_cookie_domain +EXPORT_SYMBOL_GPL vmlinux 0x2882d40e usb_role_switch_unregister +EXPORT_SYMBOL_GPL vmlinux 0x2889a5f1 pci_common_swizzle +EXPORT_SYMBOL_GPL vmlinux 0x288f8f4b blk_mq_flush_busy_ctxs +EXPORT_SYMBOL_GPL vmlinux 0x28a02e25 i2c_adapter_depth +EXPORT_SYMBOL_GPL vmlinux 0x28a30d99 pci_epc_put +EXPORT_SYMBOL_GPL vmlinux 0x28a75c3a adp5520_write +EXPORT_SYMBOL_GPL vmlinux 0x28aa6a67 call_rcu +EXPORT_SYMBOL_GPL vmlinux 0x28ab4fb9 pinctrl_gpio_free +EXPORT_SYMBOL_GPL vmlinux 0x28ac6a14 devm_clk_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0x28afbb08 cpu_latency_qos_add_request +EXPORT_SYMBOL_GPL vmlinux 0x28b030d2 of_overlay_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0x28db1ff3 ata_pci_device_do_resume +EXPORT_SYMBOL_GPL vmlinux 0x28dbdfd1 dev_pm_opp_get_freq +EXPORT_SYMBOL_GPL vmlinux 0x28df85d6 lwtunnel_cmp_encap +EXPORT_SYMBOL_GPL vmlinux 0x28ebcee4 dw_pcie_ep_init +EXPORT_SYMBOL_GPL vmlinux 0x29053aa3 mtk_clk_unregister_composites +EXPORT_SYMBOL_GPL vmlinux 0x29090266 dw_pcie_setup_rc +EXPORT_SYMBOL_GPL vmlinux 0x2916183e mtk_alloc_clk_data +EXPORT_SYMBOL_GPL vmlinux 0x2917ad78 mmu_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0x291876f3 mpi_ec_get_affine +EXPORT_SYMBOL_GPL vmlinux 0x291e57a2 platform_find_device_by_driver +EXPORT_SYMBOL_GPL vmlinux 0x2924270f mbox_request_channel +EXPORT_SYMBOL_GPL vmlinux 0x2928b148 tcp_abort +EXPORT_SYMBOL_GPL vmlinux 0x29363000 rio_release_outb_mbox +EXPORT_SYMBOL_GPL vmlinux 0x295b982a hisi_clk_register_fixed_rate +EXPORT_SYMBOL_GPL vmlinux 0x296682b0 zynqmp_pm_get_rpu_mode +EXPORT_SYMBOL_GPL vmlinux 0x2968b36b driver_for_each_device +EXPORT_SYMBOL_GPL vmlinux 0x2971478f fuse_do_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x2971d5a4 usb_reset_configuration +EXPORT_SYMBOL_GPL vmlinux 0x2981f95b crypto_stats_decompress +EXPORT_SYMBOL_GPL vmlinux 0x298b4624 sampling_rate_store +EXPORT_SYMBOL_GPL vmlinux 0x2995a1f4 phy_speed_up +EXPORT_SYMBOL_GPL vmlinux 0x299bcf52 kernel_kobj +EXPORT_SYMBOL_GPL vmlinux 0x299be412 skcipher_register_instance +EXPORT_SYMBOL_GPL vmlinux 0x29a28c9c mmc_cmdq_enable +EXPORT_SYMBOL_GPL vmlinux 0x29cbf05d strp_process +EXPORT_SYMBOL_GPL vmlinux 0x29cfcfb9 regulator_set_current_limit +EXPORT_SYMBOL_GPL vmlinux 0x29d00d6b ethtool_params_from_link_mode +EXPORT_SYMBOL_GPL vmlinux 0x29d0c432 vfs_lock_file +EXPORT_SYMBOL_GPL vmlinux 0x29d3f298 class_interface_register +EXPORT_SYMBOL_GPL vmlinux 0x29d76547 k3_udma_glue_tdown_rx_chn +EXPORT_SYMBOL_GPL vmlinux 0x29d7aaee mptcp_pm_get_subflows_max +EXPORT_SYMBOL_GPL vmlinux 0x29dc10ed nfs_ssc_register +EXPORT_SYMBOL_GPL vmlinux 0x29eba37f current_is_async +EXPORT_SYMBOL_GPL vmlinux 0x2a01092c acpi_match_device +EXPORT_SYMBOL_GPL vmlinux 0x2a0593ab __of_reset_control_get +EXPORT_SYMBOL_GPL vmlinux 0x2a2cfe2d is_skb_forwardable +EXPORT_SYMBOL_GPL vmlinux 0x2a2f04fa ip_tunnel_netlink_parms +EXPORT_SYMBOL_GPL vmlinux 0x2a37f926 k3_udma_glue_request_rx_chn +EXPORT_SYMBOL_GPL vmlinux 0x2a584db6 skb_morph +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 0x2a976d1c dax_synchronous +EXPORT_SYMBOL_GPL vmlinux 0x2a9b236b rtm_getroute_parse_ip_proto +EXPORT_SYMBOL_GPL vmlinux 0x2a9c6be6 regulator_get_mode +EXPORT_SYMBOL_GPL vmlinux 0x2a9e2556 mtk_pinconf_adv_drive_get_raw +EXPORT_SYMBOL_GPL vmlinux 0x2aadad1a efi_capsule_update +EXPORT_SYMBOL_GPL vmlinux 0x2ab306e8 of_thermal_is_trip_valid +EXPORT_SYMBOL_GPL vmlinux 0x2ac4ee2c badblocks_show +EXPORT_SYMBOL_GPL vmlinux 0x2ac84609 ata_sff_data_xfer32 +EXPORT_SYMBOL_GPL vmlinux 0x2ae1689e zynqmp_pm_clock_getdivider +EXPORT_SYMBOL_GPL vmlinux 0x2ae73461 led_init_default_state_get +EXPORT_SYMBOL_GPL vmlinux 0x2aed782e fsl_mc_free_irqs +EXPORT_SYMBOL_GPL vmlinux 0x2af7a906 decrypt_blob +EXPORT_SYMBOL_GPL vmlinux 0x2b075381 devm_irq_domain_create_sim +EXPORT_SYMBOL_GPL vmlinux 0x2b0fe000 gnttab_cancel_free_callback +EXPORT_SYMBOL_GPL vmlinux 0x2b10775b ata_bmdma_status +EXPORT_SYMBOL_GPL vmlinux 0x2b169d1d usb_unanchor_urb +EXPORT_SYMBOL_GPL vmlinux 0x2b1b2f95 ata_std_qc_defer +EXPORT_SYMBOL_GPL vmlinux 0x2b20ea66 devfreq_get_devfreq_by_node +EXPORT_SYMBOL_GPL vmlinux 0x2b4509dd devlink_health_reporter_state_update +EXPORT_SYMBOL_GPL vmlinux 0x2b48e99c devm_clk_hw_register_fixed_factor +EXPORT_SYMBOL_GPL vmlinux 0x2b6150fb power_supply_temp2resist_simple +EXPORT_SYMBOL_GPL vmlinux 0x2b6d960d synth_event_cmd_init +EXPORT_SYMBOL_GPL vmlinux 0x2b76646e pkcs7_free_message +EXPORT_SYMBOL_GPL vmlinux 0x2b770162 meson_clk_mpll_ops +EXPORT_SYMBOL_GPL vmlinux 0x2b86f0fd zynqmp_pm_bootmode_read +EXPORT_SYMBOL_GPL vmlinux 0x2b8f166d find_vpid +EXPORT_SYMBOL_GPL vmlinux 0x2b915271 devm_phy_create +EXPORT_SYMBOL_GPL vmlinux 0x2b939b12 of_reset_control_array_get +EXPORT_SYMBOL_GPL vmlinux 0x2b960b66 qman_is_probed +EXPORT_SYMBOL_GPL vmlinux 0x2b9997fb atomic_notifier_chain_register +EXPORT_SYMBOL_GPL vmlinux 0x2bb9b726 pci_epf_free_space +EXPORT_SYMBOL_GPL vmlinux 0x2bce998c irq_chip_set_affinity_parent +EXPORT_SYMBOL_GPL vmlinux 0x2bd8a8bb blk_fill_rwbs +EXPORT_SYMBOL_GPL vmlinux 0x2bdb63ed crypto_unregister_templates +EXPORT_SYMBOL_GPL vmlinux 0x2bdf5ab0 pm_wakeup_pending +EXPORT_SYMBOL_GPL vmlinux 0x2bf34ab3 bpfilter_ops +EXPORT_SYMBOL_GPL vmlinux 0x2c06a6a3 pci_iov_get_pf_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x2c1a129c sk_free_unlock_clone +EXPORT_SYMBOL_GPL vmlinux 0x2c1c8f2e ata_wait_register +EXPORT_SYMBOL_GPL vmlinux 0x2c208607 power_supply_is_system_supplied +EXPORT_SYMBOL_GPL vmlinux 0x2c2a227a kobject_uevent +EXPORT_SYMBOL_GPL vmlinux 0x2c3054f9 net_inc_ingress_queue +EXPORT_SYMBOL_GPL vmlinux 0x2c36cc85 __tracepoint_unmap +EXPORT_SYMBOL_GPL vmlinux 0x2c381629 unix_inq_len +EXPORT_SYMBOL_GPL vmlinux 0x2c4ac02b rio_dev_put +EXPORT_SYMBOL_GPL vmlinux 0x2c500dcd usb_hub_release_port +EXPORT_SYMBOL_GPL vmlinux 0x2c54462b virtqueue_add_sgs +EXPORT_SYMBOL_GPL vmlinux 0x2c580813 usb_phy_set_charger_state +EXPORT_SYMBOL_GPL vmlinux 0x2c5da554 serdev_device_write_buf +EXPORT_SYMBOL_GPL vmlinux 0x2c5da618 phy_package_join +EXPORT_SYMBOL_GPL vmlinux 0x2c5fd468 scsi_internal_device_block_nowait +EXPORT_SYMBOL_GPL vmlinux 0x2c615619 nd_cmd_out_size +EXPORT_SYMBOL_GPL vmlinux 0x2c635527 arch_invalidate_pmem +EXPORT_SYMBOL_GPL vmlinux 0x2c63b06d cpufreq_register_governor +EXPORT_SYMBOL_GPL vmlinux 0x2c66729f phy_basic_features +EXPORT_SYMBOL_GPL vmlinux 0x2c66ac85 devlink_info_serial_number_put +EXPORT_SYMBOL_GPL vmlinux 0x2c6a4054 genphy_c45_read_lpa +EXPORT_SYMBOL_GPL vmlinux 0x2c790d4a __tracepoint_sched_util_est_cfs_tp +EXPORT_SYMBOL_GPL vmlinux 0x2c7db649 irq_dispose_mapping +EXPORT_SYMBOL_GPL vmlinux 0x2c81a826 imx_1443x_pll +EXPORT_SYMBOL_GPL vmlinux 0x2c834418 static_key_slow_inc +EXPORT_SYMBOL_GPL vmlinux 0x2c8dd6b8 edac_mem_types +EXPORT_SYMBOL_GPL vmlinux 0x2c8e28ee phylink_ethtool_get_eee +EXPORT_SYMBOL_GPL vmlinux 0x2c917769 iommu_report_device_fault +EXPORT_SYMBOL_GPL vmlinux 0x2c97f8a2 of_reconfig_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0x2c983bf3 bpf_prog_inc +EXPORT_SYMBOL_GPL vmlinux 0x2ca19987 usb_ifnum_to_if +EXPORT_SYMBOL_GPL vmlinux 0x2cad15f0 phylink_mii_c45_pcs_get_state +EXPORT_SYMBOL_GPL vmlinux 0x2cd3b57e list_lru_walk_one +EXPORT_SYMBOL_GPL vmlinux 0x2cd60cd4 fsl_mc_bus_dpdmai_type +EXPORT_SYMBOL_GPL vmlinux 0x2cdd8229 ata_sas_tport_add +EXPORT_SYMBOL_GPL vmlinux 0x2cdf901f debugfs_read_file_bool +EXPORT_SYMBOL_GPL vmlinux 0x2ce61f33 __SCK__tp_func_br_fdb_add +EXPORT_SYMBOL_GPL vmlinux 0x2cebd91f devm_phy_optional_get +EXPORT_SYMBOL_GPL vmlinux 0x2d04a1f6 thermal_zone_get_zone_by_name +EXPORT_SYMBOL_GPL vmlinux 0x2d0684a9 hrtimer_init +EXPORT_SYMBOL_GPL vmlinux 0x2d1b02d2 usermodehelper_read_lock_wait +EXPORT_SYMBOL_GPL vmlinux 0x2d1f065a hwspin_lock_register +EXPORT_SYMBOL_GPL vmlinux 0x2d2c902f perf_trace_buf_alloc +EXPORT_SYMBOL_GPL vmlinux 0x2d2dd36f kobj_ns_grab_current +EXPORT_SYMBOL_GPL vmlinux 0x2d2e3590 udp4_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0x2d3ba8e5 usb_hcd_check_unlink_urb +EXPORT_SYMBOL_GPL vmlinux 0x2d3d3321 driver_set_override +EXPORT_SYMBOL_GPL vmlinux 0x2d3e4c8b samsung_sdi_battery_get_info +EXPORT_SYMBOL_GPL vmlinux 0x2d3f4848 pwm_get +EXPORT_SYMBOL_GPL vmlinux 0x2d41e6f5 __trace_puts +EXPORT_SYMBOL_GPL vmlinux 0x2d4951f5 clk_hw_forward_rate_request +EXPORT_SYMBOL_GPL vmlinux 0x2d609547 dax_direct_access +EXPORT_SYMBOL_GPL vmlinux 0x2d63b57f vchan_init +EXPORT_SYMBOL_GPL vmlinux 0x2d7e6253 wbc_detach_inode +EXPORT_SYMBOL_GPL vmlinux 0x2d960e19 regmap_field_read +EXPORT_SYMBOL_GPL vmlinux 0x2dad5b55 regulator_list_voltage_linear +EXPORT_SYMBOL_GPL vmlinux 0x2db67d4a owl_sps_set_pg +EXPORT_SYMBOL_GPL vmlinux 0x2dd36e22 fixed_phy_change_carrier +EXPORT_SYMBOL_GPL vmlinux 0x2dd8b82e vp_modern_set_queue_size +EXPORT_SYMBOL_GPL vmlinux 0x2ddd5b55 devlink_is_reload_failed +EXPORT_SYMBOL_GPL vmlinux 0x2de1c994 device_create_with_groups +EXPORT_SYMBOL_GPL vmlinux 0x2dea3674 sk_msg_recvmsg +EXPORT_SYMBOL_GPL vmlinux 0x2dea72d3 pcie_aspm_capable +EXPORT_SYMBOL_GPL vmlinux 0x2df6dd44 debugfs_lookup +EXPORT_SYMBOL_GPL vmlinux 0x2df92846 pm_clk_remove_clk +EXPORT_SYMBOL_GPL vmlinux 0x2e028ae6 rcutorture_get_gp_data +EXPORT_SYMBOL_GPL vmlinux 0x2e08226d badrange_add +EXPORT_SYMBOL_GPL vmlinux 0x2e11246d ata_std_error_handler +EXPORT_SYMBOL_GPL vmlinux 0x2e1829fb of_clk_del_provider +EXPORT_SYMBOL_GPL vmlinux 0x2e1943a2 pci_epc_get +EXPORT_SYMBOL_GPL vmlinux 0x2e19db99 nf_queue_nf_hook_drop +EXPORT_SYMBOL_GPL vmlinux 0x2e2307c1 usb_get_phy +EXPORT_SYMBOL_GPL vmlinux 0x2e2360b1 ftrace_set_global_notrace +EXPORT_SYMBOL_GPL vmlinux 0x2e33c207 devlink_port_init +EXPORT_SYMBOL_GPL vmlinux 0x2e3c7627 crypto_enqueue_request +EXPORT_SYMBOL_GPL vmlinux 0x2e66298c __SCK__tp_func_sched_util_est_cfs_tp +EXPORT_SYMBOL_GPL vmlinux 0x2e85b4a6 usb_interrupt_msg +EXPORT_SYMBOL_GPL vmlinux 0x2e8ed4cc tun_get_socket +EXPORT_SYMBOL_GPL vmlinux 0x2e9ec24d free_iova +EXPORT_SYMBOL_GPL vmlinux 0x2eb24d8a reset_control_get_count +EXPORT_SYMBOL_GPL vmlinux 0x2ebb19fd execute_in_process_context +EXPORT_SYMBOL_GPL vmlinux 0x2ebe3135 cpu_is_hotpluggable +EXPORT_SYMBOL_GPL vmlinux 0x2ecce4c4 rio_request_inb_mbox +EXPORT_SYMBOL_GPL vmlinux 0x2ed489ec gfn_to_pfn_memslot +EXPORT_SYMBOL_GPL vmlinux 0x2ed4ae84 task_cputime_adjusted +EXPORT_SYMBOL_GPL vmlinux 0x2ed9205f cpufreq_dbs_governor_stop +EXPORT_SYMBOL_GPL vmlinux 0x2ee1d408 pci_d3cold_disable +EXPORT_SYMBOL_GPL vmlinux 0x2ee77212 rockchip_clk_register_armclk +EXPORT_SYMBOL_GPL vmlinux 0x2ee7c52b btree_visitor +EXPORT_SYMBOL_GPL vmlinux 0x2ee9621d handle_simple_irq +EXPORT_SYMBOL_GPL vmlinux 0x2ef19c98 devm_qcom_smem_state_get +EXPORT_SYMBOL_GPL vmlinux 0x2f0d9053 usb_otg_state_string +EXPORT_SYMBOL_GPL vmlinux 0x2f1ea064 __SCK__tp_func_xdp_bulk_tx +EXPORT_SYMBOL_GPL vmlinux 0x2f202ca0 usb_register_dev +EXPORT_SYMBOL_GPL vmlinux 0x2f28bfa6 __traceiter_xdp_exception +EXPORT_SYMBOL_GPL vmlinux 0x2f2c95c4 flush_work +EXPORT_SYMBOL_GPL vmlinux 0x2f4880df static_key_slow_dec +EXPORT_SYMBOL_GPL vmlinux 0x2f613460 phy_restore_page +EXPORT_SYMBOL_GPL vmlinux 0x2f64415f unregister_acpi_hed_notifier +EXPORT_SYMBOL_GPL vmlinux 0x2f7fd9e8 crypto_stats_init +EXPORT_SYMBOL_GPL vmlinux 0x2f8759f2 ahci_reset_controller +EXPORT_SYMBOL_GPL vmlinux 0x2f8c0e1c adp5520_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x2f9a5ae6 mdiobus_modify_changed +EXPORT_SYMBOL_GPL vmlinux 0x2f9c5e26 platform_device_register_full +EXPORT_SYMBOL_GPL vmlinux 0x2fa2e690 wm8350_reg_unlock +EXPORT_SYMBOL_GPL vmlinux 0x2faac966 pci_bridge_emul_init +EXPORT_SYMBOL_GPL vmlinux 0x2faadbe3 edac_get_sysfs_subsys +EXPORT_SYMBOL_GPL vmlinux 0x2fac3c71 k3_ringacc_request_rings_pair +EXPORT_SYMBOL_GPL vmlinux 0x2fb7d925 mtk_pinconf_bias_set_combo +EXPORT_SYMBOL_GPL vmlinux 0x2fc1e0fe kmem_valid_obj +EXPORT_SYMBOL_GPL vmlinux 0x2fcf8b76 fib_rules_unregister +EXPORT_SYMBOL_GPL vmlinux 0x2fd6f35d fsnotify_put_mark +EXPORT_SYMBOL_GPL vmlinux 0x2ff92e79 l3mdev_table_lookup_register +EXPORT_SYMBOL_GPL vmlinux 0x300d958a ata_ehi_push_desc +EXPORT_SYMBOL_GPL vmlinux 0x3025eee0 tegra210_clk_emc_dll_update_setting +EXPORT_SYMBOL_GPL vmlinux 0x3029d1f8 fwnode_property_read_u64_array +EXPORT_SYMBOL_GPL vmlinux 0x302a173d usb_hub_find_child +EXPORT_SYMBOL_GPL vmlinux 0x30351294 k3_udma_glue_rx_flow_get_fdq_id +EXPORT_SYMBOL_GPL vmlinux 0x3036f08f bpf_prog_inc_not_zero +EXPORT_SYMBOL_GPL vmlinux 0x306065ff dax_driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0x3061cfce ring_buffer_entries_cpu +EXPORT_SYMBOL_GPL vmlinux 0x30685b81 fsl_mc_portal_allocate +EXPORT_SYMBOL_GPL vmlinux 0x30782be6 tpm_try_get_ops +EXPORT_SYMBOL_GPL vmlinux 0x308dde8b usb_find_interface +EXPORT_SYMBOL_GPL vmlinux 0x3093e2b4 __pm_runtime_idle +EXPORT_SYMBOL_GPL vmlinux 0x30ad7398 ata_sas_port_alloc +EXPORT_SYMBOL_GPL vmlinux 0x30b98d5c dw_pcie_read_dbi +EXPORT_SYMBOL_GPL vmlinux 0x30c0d16e pinctrl_generic_get_group_count +EXPORT_SYMBOL_GPL vmlinux 0x30c753c5 pci_iov_virtfn_devfn +EXPORT_SYMBOL_GPL vmlinux 0x30de4a46 to_of_pinfo +EXPORT_SYMBOL_GPL vmlinux 0x30e1b15a zone_device_page_init +EXPORT_SYMBOL_GPL vmlinux 0x30e1ec25 apei_map_generic_address +EXPORT_SYMBOL_GPL vmlinux 0x30ec4696 xhci_get_ep_ctx +EXPORT_SYMBOL_GPL vmlinux 0x31019477 __ftrace_vbprintk +EXPORT_SYMBOL_GPL vmlinux 0x31021e5b ata_scsi_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x31128b8e hv_remove_kexec_handler +EXPORT_SYMBOL_GPL vmlinux 0x3116a4a4 spi_controller_resume +EXPORT_SYMBOL_GPL vmlinux 0x31176ddd devm_platform_ioremap_resource +EXPORT_SYMBOL_GPL vmlinux 0x311c6da4 put_iova_domain +EXPORT_SYMBOL_GPL vmlinux 0x3123395f net_ns_get_ownership +EXPORT_SYMBOL_GPL vmlinux 0x31266931 con_debug_leave +EXPORT_SYMBOL_GPL vmlinux 0x31325207 __phy_modify_mmd +EXPORT_SYMBOL_GPL vmlinux 0x313ea5fd ipi_send_single +EXPORT_SYMBOL_GPL vmlinux 0x314cc811 devm_serdev_device_open +EXPORT_SYMBOL_GPL vmlinux 0x314e24c3 rockchip_pcie_init_port +EXPORT_SYMBOL_GPL vmlinux 0x31839ad3 software_node_register_nodes +EXPORT_SYMBOL_GPL vmlinux 0x3187490a __SCK__tp_func_detach_device_from_domain +EXPORT_SYMBOL_GPL vmlinux 0x3187c662 crypto_skcipher_setkey +EXPORT_SYMBOL_GPL vmlinux 0x318b03ed auxiliary_device_init +EXPORT_SYMBOL_GPL vmlinux 0x318ec98f rio_register_mport +EXPORT_SYMBOL_GPL vmlinux 0x3192d768 cpufreq_remove_update_util_hook +EXPORT_SYMBOL_GPL vmlinux 0x319320e5 __class_register +EXPORT_SYMBOL_GPL vmlinux 0x319476dd crypto_register_ahashes +EXPORT_SYMBOL_GPL vmlinux 0x31a76d61 mas_destroy +EXPORT_SYMBOL_GPL vmlinux 0x31a87364 devlink_port_health_reporter_create +EXPORT_SYMBOL_GPL vmlinux 0x31a95e8b ring_buffer_record_enable_cpu +EXPORT_SYMBOL_GPL vmlinux 0x31af7118 regmap_update_bits_base +EXPORT_SYMBOL_GPL vmlinux 0x31b38cab bus_unregister +EXPORT_SYMBOL_GPL vmlinux 0x31b533cd __traceiter_neigh_cleanup_and_release +EXPORT_SYMBOL_GPL vmlinux 0x31b88740 powercap_unregister_zone +EXPORT_SYMBOL_GPL vmlinux 0x31c68d00 edac_mc_handle_error +EXPORT_SYMBOL_GPL vmlinux 0x31c7970f pciserial_suspend_ports +EXPORT_SYMBOL_GPL vmlinux 0x31d34278 xas_load +EXPORT_SYMBOL_GPL vmlinux 0x31d4260d of_genpd_parse_idle_states +EXPORT_SYMBOL_GPL vmlinux 0x31d8eee5 clk_register_mux_table +EXPORT_SYMBOL_GPL vmlinux 0x31dca4d8 gnttab_claim_grant_reference +EXPORT_SYMBOL_GPL vmlinux 0x31e99114 sata_std_hardreset +EXPORT_SYMBOL_GPL vmlinux 0x31e9e8d5 zynqmp_pm_set_suspend_mode +EXPORT_SYMBOL_GPL vmlinux 0x32295715 dev_pm_opp_clear_config +EXPORT_SYMBOL_GPL vmlinux 0x322a25d1 sdio_memcpy_fromio +EXPORT_SYMBOL_GPL vmlinux 0x3252a3d3 page_endio +EXPORT_SYMBOL_GPL vmlinux 0x325888a3 __tracepoint_neigh_update +EXPORT_SYMBOL_GPL vmlinux 0x326cefe5 hwpoison_filter_dev_minor +EXPORT_SYMBOL_GPL vmlinux 0x326ec914 fscrypt_drop_inode +EXPORT_SYMBOL_GPL vmlinux 0x327498d9 rio_mport_get_physefb +EXPORT_SYMBOL_GPL vmlinux 0x327965eb pci_slots_kset +EXPORT_SYMBOL_GPL vmlinux 0x327a2687 bind_evtchn_to_irq_lateeoi +EXPORT_SYMBOL_GPL vmlinux 0x327c73e6 __SCK__tp_func_rwmmio_read +EXPORT_SYMBOL_GPL vmlinux 0x32836981 public_key_verify_signature +EXPORT_SYMBOL_GPL vmlinux 0x328c0df1 blk_mq_quiesce_tagset +EXPORT_SYMBOL_GPL vmlinux 0x329c9be9 devlink_linecard_nested_dl_set +EXPORT_SYMBOL_GPL vmlinux 0x329e80de clk_hw_unregister_mux +EXPORT_SYMBOL_GPL vmlinux 0x32a52a23 phy_set_media +EXPORT_SYMBOL_GPL vmlinux 0x32ab06cc irq_percpu_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0x32b6ce8f xdp_rxq_info_unreg +EXPORT_SYMBOL_GPL vmlinux 0x32b8d225 virtqueue_disable_cb +EXPORT_SYMBOL_GPL vmlinux 0x32bc0fcf preempt_notifier_dec +EXPORT_SYMBOL_GPL vmlinux 0x32c1231c __put_net +EXPORT_SYMBOL_GPL vmlinux 0x32c3cb4e class_compat_register +EXPORT_SYMBOL_GPL vmlinux 0x32c4e786 mtk_pinconf_bias_disable_get +EXPORT_SYMBOL_GPL vmlinux 0x32d23edb __fscrypt_prepare_setattr +EXPORT_SYMBOL_GPL vmlinux 0x32dc091b pci_p2pmem_alloc_sgl +EXPORT_SYMBOL_GPL vmlinux 0x32df33e7 x509_cert_parse +EXPORT_SYMBOL_GPL vmlinux 0x32f7ca9b dummy_con +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 0x3322033d ip4_datagram_release_cb +EXPORT_SYMBOL_GPL vmlinux 0x332387ad devm_memremap_pages +EXPORT_SYMBOL_GPL vmlinux 0x332508a1 mtk_pctrl_show_one_pin +EXPORT_SYMBOL_GPL vmlinux 0x332a4574 acpi_find_child_device +EXPORT_SYMBOL_GPL vmlinux 0x3337d6b2 of_property_read_variable_u16_array +EXPORT_SYMBOL_GPL vmlinux 0x33380ec8 ata_common_sdev_groups +EXPORT_SYMBOL_GPL vmlinux 0x3338eb4f pci_ats_supported +EXPORT_SYMBOL_GPL vmlinux 0x335c570f enable_percpu_irq +EXPORT_SYMBOL_GPL vmlinux 0x33664f7a __clk_get_hw +EXPORT_SYMBOL_GPL vmlinux 0x3372edad wm8400_reset_codec_reg_cache +EXPORT_SYMBOL_GPL vmlinux 0x337bf979 of_irq_to_resource +EXPORT_SYMBOL_GPL vmlinux 0x3380707f page_cache_async_ra +EXPORT_SYMBOL_GPL vmlinux 0x33873609 sock_gen_put +EXPORT_SYMBOL_GPL vmlinux 0x338f3059 ata_sff_wait_ready +EXPORT_SYMBOL_GPL vmlinux 0x339ca2a3 pci_cfg_access_unlock +EXPORT_SYMBOL_GPL vmlinux 0x339d051d kvm_vcpu_gfn_to_hva +EXPORT_SYMBOL_GPL vmlinux 0x33b56b9e cpci_hp_register_controller +EXPORT_SYMBOL_GPL vmlinux 0x33bbbd67 __traceiter_pelt_rt_tp +EXPORT_SYMBOL_GPL vmlinux 0x33db3fe0 spi_mem_supports_op +EXPORT_SYMBOL_GPL vmlinux 0x33fe2821 usb_check_int_endpoints +EXPORT_SYMBOL_GPL vmlinux 0x33ff881f tegra_mc_get_carveout_info +EXPORT_SYMBOL_GPL vmlinux 0x34046234 dma_alloc_noncontiguous +EXPORT_SYMBOL_GPL vmlinux 0x34181c17 netdev_cmd_to_name +EXPORT_SYMBOL_GPL vmlinux 0x341b9f3b simple_attr_write +EXPORT_SYMBOL_GPL vmlinux 0x3425e7b8 dev_coredumpv +EXPORT_SYMBOL_GPL vmlinux 0x3426785b component_compare_dev +EXPORT_SYMBOL_GPL vmlinux 0x342802fa nfct_btf_struct_access +EXPORT_SYMBOL_GPL vmlinux 0x34298c0e usb_role_switch_register +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 0x3445877f __devres_alloc_node +EXPORT_SYMBOL_GPL vmlinux 0x34470668 icc_set_bw +EXPORT_SYMBOL_GPL vmlinux 0x344a2c84 iomap_dio_complete +EXPORT_SYMBOL_GPL vmlinux 0x344e5a39 pci_epc_get_msix +EXPORT_SYMBOL_GPL vmlinux 0x3450ad94 mpi_set_ui +EXPORT_SYMBOL_GPL vmlinux 0x3476ac5b list_lru_walk_node +EXPORT_SYMBOL_GPL vmlinux 0x3491f3c7 inet_pernet_hashinfo_free +EXPORT_SYMBOL_GPL vmlinux 0x34a7b142 __SCK__tp_func_rpm_suspend +EXPORT_SYMBOL_GPL vmlinux 0x34b2b7b9 ata_acpi_gtm +EXPORT_SYMBOL_GPL vmlinux 0x34b47afd spi_delay_to_ns +EXPORT_SYMBOL_GPL vmlinux 0x34c3db4f iommu_device_sysfs_add +EXPORT_SYMBOL_GPL vmlinux 0x34c969c8 iommu_device_release_dma_owner +EXPORT_SYMBOL_GPL vmlinux 0x34d4982c device_property_read_u8_array +EXPORT_SYMBOL_GPL vmlinux 0x34dccfb2 context_tracking +EXPORT_SYMBOL_GPL vmlinux 0x34e5cd4d of_device_modalias +EXPORT_SYMBOL_GPL vmlinux 0x34eab46d bind_evtchn_to_irqhandler +EXPORT_SYMBOL_GPL vmlinux 0x34ead575 scsi_internal_device_unblock_nowait +EXPORT_SYMBOL_GPL vmlinux 0x34ec8e61 dev_pm_opp_get_max_transition_latency +EXPORT_SYMBOL_GPL vmlinux 0x34edacbf pinmux_generic_get_function_name +EXPORT_SYMBOL_GPL vmlinux 0x34f9c50e devm_of_platform_depopulate +EXPORT_SYMBOL_GPL vmlinux 0x34fc4ad3 __tracepoint_block_split +EXPORT_SYMBOL_GPL vmlinux 0x3503f9bb pin_user_pages_fast_only +EXPORT_SYMBOL_GPL vmlinux 0x350f6ce5 tasklet_unlock_wait +EXPORT_SYMBOL_GPL vmlinux 0x3516cf5f ipv6_dup_options +EXPORT_SYMBOL_GPL vmlinux 0x35226b98 tegra_bpmp_transfer_atomic +EXPORT_SYMBOL_GPL vmlinux 0x352b3813 maxim_charger_calc_reg_current +EXPORT_SYMBOL_GPL vmlinux 0x352ec68b bpf_offload_dev_destroy +EXPORT_SYMBOL_GPL vmlinux 0x353e91c9 iomap_dio_bio_end_io +EXPORT_SYMBOL_GPL vmlinux 0x3548df33 __traceiter_devlink_trap_report +EXPORT_SYMBOL_GPL vmlinux 0x35502119 component_release_of +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 0x35673637 xhci_suspend +EXPORT_SYMBOL_GPL vmlinux 0x357457c3 psil_get_ep_config +EXPORT_SYMBOL_GPL vmlinux 0x3575ccf2 fscrypt_ioctl_remove_key +EXPORT_SYMBOL_GPL vmlinux 0x3589ca35 wm831x_reg_write +EXPORT_SYMBOL_GPL vmlinux 0x358bbf12 mtk_mux_gate_clr_set_upd_ops +EXPORT_SYMBOL_GPL vmlinux 0x358ff60f twl_get_hfclk_rate +EXPORT_SYMBOL_GPL vmlinux 0x35a4f59d zynqmp_pm_clock_setdivider +EXPORT_SYMBOL_GPL vmlinux 0x35abad47 driver_find_device +EXPORT_SYMBOL_GPL vmlinux 0x35b3dd64 crypto_stats_kpp_compute_shared_secret +EXPORT_SYMBOL_GPL vmlinux 0x35bd799a ahci_platform_suspend_host +EXPORT_SYMBOL_GPL vmlinux 0x35c7f696 gnttab_foreach_grant_in_range +EXPORT_SYMBOL_GPL vmlinux 0x35d3dc46 crypto_alg_sem +EXPORT_SYMBOL_GPL vmlinux 0x35d72748 iomap_bmap +EXPORT_SYMBOL_GPL vmlinux 0x35d9d42f acpi_dev_get_property +EXPORT_SYMBOL_GPL vmlinux 0x35fc37f4 encrypt_blob +EXPORT_SYMBOL_GPL vmlinux 0x3604b7c6 clk_fixed_rate_ops +EXPORT_SYMBOL_GPL vmlinux 0x36114d09 amba_device_alloc +EXPORT_SYMBOL_GPL vmlinux 0x361279f7 tty_kopen_exclusive +EXPORT_SYMBOL_GPL vmlinux 0x36143141 tps65912_regmap_config +EXPORT_SYMBOL_GPL vmlinux 0x36242943 switchdev_deferred_process +EXPORT_SYMBOL_GPL vmlinux 0x362c323a restore_online_page_callback +EXPORT_SYMBOL_GPL vmlinux 0x363cf0f4 __traceiter_rpm_idle +EXPORT_SYMBOL_GPL vmlinux 0x36430e38 crypto_spawn_tfm +EXPORT_SYMBOL_GPL vmlinux 0x36494393 ioc_find_get_icq +EXPORT_SYMBOL_GPL vmlinux 0x364e2cc1 pci_enable_ats +EXPORT_SYMBOL_GPL vmlinux 0x365989e5 imx_1416x_pll +EXPORT_SYMBOL_GPL vmlinux 0x365b45d1 __tracepoint_sched_update_nr_running_tp +EXPORT_SYMBOL_GPL vmlinux 0x365ee89e md_rdev_clear +EXPORT_SYMBOL_GPL vmlinux 0x36614147 i2c_slave_unregister +EXPORT_SYMBOL_GPL vmlinux 0x367aea4b devm_pm_runtime_enable +EXPORT_SYMBOL_GPL vmlinux 0x36813a3d crypto_skcipher_decrypt +EXPORT_SYMBOL_GPL vmlinux 0x36831f50 devm_kstrdup +EXPORT_SYMBOL_GPL vmlinux 0x3683ce17 xenbus_dev_is_online +EXPORT_SYMBOL_GPL vmlinux 0x3686f850 md_allow_write +EXPORT_SYMBOL_GPL vmlinux 0x36875d4d __pci_reset_function_locked +EXPORT_SYMBOL_GPL vmlinux 0x36898d6f gpiod_remove_hogs +EXPORT_SYMBOL_GPL vmlinux 0x36901bd9 gpiod_direction_output_raw +EXPORT_SYMBOL_GPL vmlinux 0x36901f23 i2c_slave_event +EXPORT_SYMBOL_GPL vmlinux 0x3697b752 ahci_platform_suspend +EXPORT_SYMBOL_GPL vmlinux 0x369d850b kthread_mod_delayed_work +EXPORT_SYMBOL_GPL vmlinux 0x369f9592 blk_mq_pci_map_queues +EXPORT_SYMBOL_GPL vmlinux 0x369fcd70 tracing_snapshot +EXPORT_SYMBOL_GPL vmlinux 0x36a9aa82 kpp_register_instance +EXPORT_SYMBOL_GPL vmlinux 0x36ac17ab alloc_iova_fast +EXPORT_SYMBOL_GPL vmlinux 0x36afde6e ip6_datagram_recv_ctl +EXPORT_SYMBOL_GPL vmlinux 0x36b3615d __traceiter_attach_device_to_domain +EXPORT_SYMBOL_GPL vmlinux 0x36bfea31 led_trigger_blink_oneshot +EXPORT_SYMBOL_GPL vmlinux 0x36d50c26 __pm_stay_awake +EXPORT_SYMBOL_GPL vmlinux 0x36db870b zynqmp_pm_sha_hash +EXPORT_SYMBOL_GPL vmlinux 0x36e6d09b ata_noop_qc_prep +EXPORT_SYMBOL_GPL vmlinux 0x36e98158 gpiod_enable_hw_timestamp_ns +EXPORT_SYMBOL_GPL vmlinux 0x36ee5d72 ata_pci_bmdma_init_one +EXPORT_SYMBOL_GPL vmlinux 0x36f8d69d pci_epc_add_epf +EXPORT_SYMBOL_GPL vmlinux 0x36fd4526 fscrypt_show_test_dummy_encryption +EXPORT_SYMBOL_GPL vmlinux 0x37081df7 pci_hp_create_module_link +EXPORT_SYMBOL_GPL vmlinux 0x37169f79 cpu_latency_qos_update_request +EXPORT_SYMBOL_GPL vmlinux 0x371ffb81 devlink_traps_unregister +EXPORT_SYMBOL_GPL vmlinux 0x37247787 pm_generic_freeze_noirq +EXPORT_SYMBOL_GPL vmlinux 0x372656cc __mmc_send_status +EXPORT_SYMBOL_GPL vmlinux 0x372765df crypto_create_tfm_node +EXPORT_SYMBOL_GPL vmlinux 0x372e5f9e tty_kclose +EXPORT_SYMBOL_GPL vmlinux 0x3743be56 tty_get_pgrp +EXPORT_SYMBOL_GPL vmlinux 0x3750d770 erst_read +EXPORT_SYMBOL_GPL vmlinux 0x37576feb devm_memunmap_pages +EXPORT_SYMBOL_GPL vmlinux 0x376b2512 vcap_lookup_keyfield +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 0x377d4f48 dev_pm_opp_set_sharing_cpus +EXPORT_SYMBOL_GPL vmlinux 0x377f6cb7 mmu_notifier_put +EXPORT_SYMBOL_GPL vmlinux 0x3787146b pci_find_vsec_capability +EXPORT_SYMBOL_GPL vmlinux 0x37879c10 ata_acpi_cbl_80wire +EXPORT_SYMBOL_GPL vmlinux 0x378adfb7 zynqmp_pm_sd_dll_reset +EXPORT_SYMBOL_GPL vmlinux 0x37914025 xenbus_write +EXPORT_SYMBOL_GPL vmlinux 0x3792c910 mtk_clk_unregister_ref2usb_tx +EXPORT_SYMBOL_GPL vmlinux 0x3794980c virtio_reset_device +EXPORT_SYMBOL_GPL vmlinux 0x3798c43d tty_port_register_device_serdev +EXPORT_SYMBOL_GPL vmlinux 0x379c43c1 irq_create_of_mapping +EXPORT_SYMBOL_GPL vmlinux 0x37a3a727 pci_epf_create +EXPORT_SYMBOL_GPL vmlinux 0x37a64bba scsi_dh_activate +EXPORT_SYMBOL_GPL vmlinux 0x37bc890d __irq_domain_alloc_fwnode +EXPORT_SYMBOL_GPL vmlinux 0x37bf7be3 percpu_ref_exit +EXPORT_SYMBOL_GPL vmlinux 0x37d5c7da syscon_regmap_lookup_by_phandle_optional +EXPORT_SYMBOL_GPL vmlinux 0x37d7282a regmap_irq_get_domain +EXPORT_SYMBOL_GPL vmlinux 0x37da6338 regulator_irq_helper +EXPORT_SYMBOL_GPL vmlinux 0x37e9f1df devm_hwspin_lock_request_specific +EXPORT_SYMBOL_GPL vmlinux 0x37f9a26a dw_pcie_upconfig_setup +EXPORT_SYMBOL_GPL vmlinux 0x3801776b __ioread32_copy +EXPORT_SYMBOL_GPL vmlinux 0x3807f065 rio_mport_get_efb +EXPORT_SYMBOL_GPL vmlinux 0x380dde36 power_supply_batinfo_ocv2cap +EXPORT_SYMBOL_GPL vmlinux 0x381bb426 __traceiter_add_device_to_group +EXPORT_SYMBOL_GPL vmlinux 0x38268b62 icc_bulk_enable +EXPORT_SYMBOL_GPL vmlinux 0x38291e1f adp5520_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x38374815 clear_selection +EXPORT_SYMBOL_GPL vmlinux 0x3837a51f security_inode_setattr +EXPORT_SYMBOL_GPL vmlinux 0x38468794 sdio_enable_func +EXPORT_SYMBOL_GPL vmlinux 0x3849657f crypto_shash_final +EXPORT_SYMBOL_GPL vmlinux 0x38551c9b addrconf_prefix_rcv_add_addr +EXPORT_SYMBOL_GPL vmlinux 0x3866e217 nvmem_device_write +EXPORT_SYMBOL_GPL vmlinux 0x3868eff0 crypto_alloc_sync_skcipher +EXPORT_SYMBOL_GPL vmlinux 0x386b78dc dev_pm_qos_expose_latency_limit +EXPORT_SYMBOL_GPL vmlinux 0x386f0270 rockchip_clk_init +EXPORT_SYMBOL_GPL vmlinux 0x38708e25 inet_peer_base_init +EXPORT_SYMBOL_GPL vmlinux 0x387a88cf of_dma_request_slave_channel +EXPORT_SYMBOL_GPL vmlinux 0x3893b5e8 ahci_ops +EXPORT_SYMBOL_GPL vmlinux 0x389b64a2 static_key_count +EXPORT_SYMBOL_GPL vmlinux 0x389ed2d8 divider_determine_rate +EXPORT_SYMBOL_GPL vmlinux 0x38aa1397 gpiod_add_lookup_table +EXPORT_SYMBOL_GPL vmlinux 0x38b2ac45 __traceiter_ata_bmdma_start +EXPORT_SYMBOL_GPL vmlinux 0x38c3ff30 freq_qos_add_notifier +EXPORT_SYMBOL_GPL vmlinux 0x38d37be1 platform_get_irq_byname_optional +EXPORT_SYMBOL_GPL vmlinux 0x38e1fde7 mpi_set +EXPORT_SYMBOL_GPL vmlinux 0x38e5bc5a clk_set_rate_range +EXPORT_SYMBOL_GPL vmlinux 0x38eb76ca usb_hcd_setup_local_mem +EXPORT_SYMBOL_GPL vmlinux 0x38f0d5d2 crypto_stats_kpp_set_secret +EXPORT_SYMBOL_GPL vmlinux 0x38f27037 tpm2_flush_context +EXPORT_SYMBOL_GPL vmlinux 0x38f704de dm_get_reserved_bio_based_ios +EXPORT_SYMBOL_GPL vmlinux 0x38ffc4fe genphy_c45_pma_baset1_setup_master_slave +EXPORT_SYMBOL_GPL vmlinux 0x391392ad tcp_bpf_sendmsg_redir +EXPORT_SYMBOL_GPL vmlinux 0x391abd39 __hwspin_lock_timeout +EXPORT_SYMBOL_GPL vmlinux 0x3934b6ac devm_regulator_bulk_put +EXPORT_SYMBOL_GPL vmlinux 0x3934db83 pci_bridge_emul_cleanup +EXPORT_SYMBOL_GPL vmlinux 0x39472876 bus_create_file +EXPORT_SYMBOL_GPL vmlinux 0x395b8b90 sbitmap_prepare_to_wait +EXPORT_SYMBOL_GPL vmlinux 0x396cf8a5 kgdb_unregister_io_module +EXPORT_SYMBOL_GPL vmlinux 0x396fdeb0 blk_crypto_reprogram_all_keys +EXPORT_SYMBOL_GPL vmlinux 0x3971637f icc_provider_add +EXPORT_SYMBOL_GPL vmlinux 0x3971dca4 rio_mport_send_doorbell +EXPORT_SYMBOL_GPL vmlinux 0x397a6aed reset_simple_ops +EXPORT_SYMBOL_GPL vmlinux 0x397e2142 __SCK__tp_func_sched_cpu_capacity_tp +EXPORT_SYMBOL_GPL vmlinux 0x3985fa7f locks_release_private +EXPORT_SYMBOL_GPL vmlinux 0x3986c26b devm_acpi_dma_controller_register +EXPORT_SYMBOL_GPL vmlinux 0x398c1bd3 rio_mport_write_config_8 +EXPORT_SYMBOL_GPL vmlinux 0x398d090e mmc_switch +EXPORT_SYMBOL_GPL vmlinux 0x39936286 of_genpd_remove_subdomain +EXPORT_SYMBOL_GPL vmlinux 0x399b620c sfp_add_phy +EXPORT_SYMBOL_GPL vmlinux 0x399bf51f msg_zerocopy_callback +EXPORT_SYMBOL_GPL vmlinux 0x39a0f9eb ahci_platform_disable_resources +EXPORT_SYMBOL_GPL vmlinux 0x39a7affc driver_deferred_probe_timeout +EXPORT_SYMBOL_GPL vmlinux 0x39aa4888 usb_role_string +EXPORT_SYMBOL_GPL vmlinux 0x39b148b1 gnttab_unmap_refs_sync +EXPORT_SYMBOL_GPL vmlinux 0x39c222b0 spi_mem_driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0x39c32aca __SCK__tp_func_neigh_event_send_done +EXPORT_SYMBOL_GPL vmlinux 0x39c3d8f3 regmap_reinit_cache +EXPORT_SYMBOL_GPL vmlinux 0x39c6b116 driver_attach +EXPORT_SYMBOL_GPL vmlinux 0x39c8a820 fuse_dev_fiq_ops +EXPORT_SYMBOL_GPL vmlinux 0x39c9d88c xas_find +EXPORT_SYMBOL_GPL vmlinux 0x39cc9d82 xenbus_dev_remove +EXPORT_SYMBOL_GPL vmlinux 0x39d449ec dma_free_noncontiguous +EXPORT_SYMBOL_GPL vmlinux 0x39d89638 vring_transport_features +EXPORT_SYMBOL_GPL vmlinux 0x39ded098 rdma_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0x39e3537e blk_mq_freeze_queue_wait_timeout +EXPORT_SYMBOL_GPL vmlinux 0x39f1a080 unregister_virtio_device +EXPORT_SYMBOL_GPL vmlinux 0x39fd83db halt_poll_ns_shrink +EXPORT_SYMBOL_GPL vmlinux 0x3a142783 irq_domain_disconnect_hierarchy +EXPORT_SYMBOL_GPL vmlinux 0x3a144d3b dev_pm_opp_get_voltage +EXPORT_SYMBOL_GPL vmlinux 0x3a15013b ata_pack_xfermask +EXPORT_SYMBOL_GPL vmlinux 0x3a1af0ed iommu_register_device_fault_handler +EXPORT_SYMBOL_GPL vmlinux 0x3a24fb2f percpu_ref_resurrect +EXPORT_SYMBOL_GPL vmlinux 0x3a2c4488 scmi_driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0x3a39c6ba pinctrl_utils_free_map +EXPORT_SYMBOL_GPL vmlinux 0x3a39f9d0 regmap_bulk_read +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 0x3a74e484 __tracepoint_sched_util_est_se_tp +EXPORT_SYMBOL_GPL vmlinux 0x3a9be019 asymmetric_key_id_partial +EXPORT_SYMBOL_GPL vmlinux 0x3aa00c5e user_read +EXPORT_SYMBOL_GPL vmlinux 0x3aa15731 devm_hwspin_lock_unregister +EXPORT_SYMBOL_GPL vmlinux 0x3aa85c26 fib_info_nh_uses_dev +EXPORT_SYMBOL_GPL vmlinux 0x3ab5fe58 edac_device_handle_ce_count +EXPORT_SYMBOL_GPL vmlinux 0x3abdc17a cper_dimm_err_location +EXPORT_SYMBOL_GPL vmlinux 0x3ac3feba rhltable_init +EXPORT_SYMBOL_GPL vmlinux 0x3ac98cd4 phy_create +EXPORT_SYMBOL_GPL vmlinux 0x3acdf325 twl4030_audio_enable_resource +EXPORT_SYMBOL_GPL vmlinux 0x3acea92b lp8788_read_multi_bytes +EXPORT_SYMBOL_GPL vmlinux 0x3ada093a ata_pci_bmdma_clear_simplex +EXPORT_SYMBOL_GPL vmlinux 0x3ae05bca __get_task_ioprio +EXPORT_SYMBOL_GPL vmlinux 0x3ae3aebb gfn_to_pfn +EXPORT_SYMBOL_GPL vmlinux 0x3ae5934d irq_get_default_host +EXPORT_SYMBOL_GPL vmlinux 0x3aeddcac ethnl_cable_test_pulse +EXPORT_SYMBOL_GPL vmlinux 0x3afc4a8f sbitmap_resize +EXPORT_SYMBOL_GPL vmlinux 0x3b1b80f0 dpbp_reset +EXPORT_SYMBOL_GPL vmlinux 0x3b2ab62a meson_clk_mpll_ro_ops +EXPORT_SYMBOL_GPL vmlinux 0x3b384611 tty_buffer_request_room +EXPORT_SYMBOL_GPL vmlinux 0x3b389821 k3_ringacc_ring_cfg +EXPORT_SYMBOL_GPL vmlinux 0x3b4c240a display_timings_release +EXPORT_SYMBOL_GPL vmlinux 0x3b5f5f0d ata_std_postreset +EXPORT_SYMBOL_GPL vmlinux 0x3b610584 __tracepoint_sched_cpu_capacity_tp +EXPORT_SYMBOL_GPL vmlinux 0x3b63ba28 regulator_set_load +EXPORT_SYMBOL_GPL vmlinux 0x3b674954 ata_scsi_slave_config +EXPORT_SYMBOL_GPL vmlinux 0x3b761ada vfs_inode_has_locks +EXPORT_SYMBOL_GPL vmlinux 0x3b78bf02 sunxi_ccu_get_mmc_timing_mode +EXPORT_SYMBOL_GPL vmlinux 0x3b825619 preempt_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0x3b8691e1 fsl_mc_bus_dpni_type +EXPORT_SYMBOL_GPL vmlinux 0x3b8e4ef7 l3mdev_master_ifindex_rcu +EXPORT_SYMBOL_GPL vmlinux 0x3b981d18 pci_bus_max_busnr +EXPORT_SYMBOL_GPL vmlinux 0x3ba01b47 get_compat_sigset +EXPORT_SYMBOL_GPL vmlinux 0x3ba77992 iptunnel_metadata_reply +EXPORT_SYMBOL_GPL vmlinux 0x3bad8994 iort_get_rmr_sids +EXPORT_SYMBOL_GPL vmlinux 0x3bae2b8c pci_stop_root_bus +EXPORT_SYMBOL_GPL vmlinux 0x3bb33501 devl_sb_register +EXPORT_SYMBOL_GPL vmlinux 0x3bc17756 of_address_to_resource +EXPORT_SYMBOL_GPL vmlinux 0x3bd7d8bf icc_node_create +EXPORT_SYMBOL_GPL vmlinux 0x3bdb5d28 alg_test +EXPORT_SYMBOL_GPL vmlinux 0x3bdc0e0c __tracepoint_neigh_event_send_done +EXPORT_SYMBOL_GPL vmlinux 0x3bdcd867 meson_clk_cpu_dyndiv_ops +EXPORT_SYMBOL_GPL vmlinux 0x3be1760c screen_glyph_unicode +EXPORT_SYMBOL_GPL vmlinux 0x3bf17755 mpi_read_buffer +EXPORT_SYMBOL_GPL vmlinux 0x3c0339d4 phy_exit +EXPORT_SYMBOL_GPL vmlinux 0x3c0581a9 pci_hp_destroy +EXPORT_SYMBOL_GPL vmlinux 0x3c0e8050 hyperv_pcpu_input_arg +EXPORT_SYMBOL_GPL vmlinux 0x3c10f877 mptcp_pm_get_local_addr_max +EXPORT_SYMBOL_GPL vmlinux 0x3c11b9f5 tegra210_put_utmipll_in_iddq +EXPORT_SYMBOL_GPL vmlinux 0x3c1c3725 rcu_fwd_progress_check +EXPORT_SYMBOL_GPL vmlinux 0x3c26d621 blk_abort_request +EXPORT_SYMBOL_GPL vmlinux 0x3c2b68f7 of_changeset_apply +EXPORT_SYMBOL_GPL vmlinux 0x3c2d7e2f __fscrypt_prepare_link +EXPORT_SYMBOL_GPL vmlinux 0x3c3b8a3d nvmem_device_cell_write +EXPORT_SYMBOL_GPL vmlinux 0x3c3c85d8 __SCK__tp_func_kfree_skb +EXPORT_SYMBOL_GPL vmlinux 0x3c444d89 of_k3_ringacc_get_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0x3c5953f9 device_store_int +EXPORT_SYMBOL_GPL vmlinux 0x3c5d01f0 serial8250_clear_and_reinit_fifos +EXPORT_SYMBOL_GPL vmlinux 0x3c5d543a hrtimer_start_range_ns +EXPORT_SYMBOL_GPL vmlinux 0x3c5ef8a1 kvm_set_memory_region +EXPORT_SYMBOL_GPL vmlinux 0x3c681dc4 ring_buffer_record_disable +EXPORT_SYMBOL_GPL vmlinux 0x3c72bc60 irq_chip_unmask_parent +EXPORT_SYMBOL_GPL vmlinux 0x3c781db9 acpi_dma_controller_register +EXPORT_SYMBOL_GPL vmlinux 0x3c819c45 arch_apei_report_mem_error +EXPORT_SYMBOL_GPL vmlinux 0x3c8aef76 fuse_sync_release +EXPORT_SYMBOL_GPL vmlinux 0x3c9baaaf devm_gpiod_get_index +EXPORT_SYMBOL_GPL vmlinux 0x3ca59480 extcon_dev_free +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 0x3cd3e28d pm_runtime_get_if_active +EXPORT_SYMBOL_GPL vmlinux 0x3cd42478 ata_sas_port_stop +EXPORT_SYMBOL_GPL vmlinux 0x3cef8805 pci_generic_config_read32 +EXPORT_SYMBOL_GPL vmlinux 0x3cf57167 tty_set_ldisc +EXPORT_SYMBOL_GPL vmlinux 0x3cff6d71 vcap_rule_add_key_u72 +EXPORT_SYMBOL_GPL vmlinux 0x3d24c931 rockchip_register_restart_notifier +EXPORT_SYMBOL_GPL vmlinux 0x3d388324 dpm_resume_end +EXPORT_SYMBOL_GPL vmlinux 0x3d3a65c7 modify_user_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0x3d3c2368 nf_ipv6_ops +EXPORT_SYMBOL_GPL vmlinux 0x3d510a7b rcu_jiffies_till_stall_check +EXPORT_SYMBOL_GPL vmlinux 0x3d665c62 fscrypt_mergeable_bio +EXPORT_SYMBOL_GPL vmlinux 0x3d75bda1 pm_genpd_add_subdomain +EXPORT_SYMBOL_GPL vmlinux 0x3d80f30e gpiochip_remove +EXPORT_SYMBOL_GPL vmlinux 0x3d866e05 __SCK__tp_func_block_rq_insert +EXPORT_SYMBOL_GPL vmlinux 0x3d88e4d9 dpcon_set_notification +EXPORT_SYMBOL_GPL vmlinux 0x3d8baf3b zs_huge_class_size +EXPORT_SYMBOL_GPL vmlinux 0x3d90aa61 unregister_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0x3d96865b pinmux_generic_get_function_count +EXPORT_SYMBOL_GPL vmlinux 0x3da3f3d2 gpiod_set_array_value +EXPORT_SYMBOL_GPL vmlinux 0x3daa2540 nf_hooks_lwtunnel_enabled +EXPORT_SYMBOL_GPL vmlinux 0x3daf3b84 debugfs_create_regset32 +EXPORT_SYMBOL_GPL vmlinux 0x3db4af3c usb_hcd_resume_root_hub +EXPORT_SYMBOL_GPL vmlinux 0x3dc2a08b nvdimm_provider_data +EXPORT_SYMBOL_GPL vmlinux 0x3dc7f400 fib6_rule_default +EXPORT_SYMBOL_GPL vmlinux 0x3de9cae1 crypto_remove_final +EXPORT_SYMBOL_GPL vmlinux 0x3dec1898 __suspend_report_result +EXPORT_SYMBOL_GPL vmlinux 0x3df6e228 ip6_datagram_connect +EXPORT_SYMBOL_GPL vmlinux 0x3df70c99 trace_clock_global +EXPORT_SYMBOL_GPL vmlinux 0x3dfddb66 clk_hw_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0x3e0a087f inet_hashinfo2_init_mod +EXPORT_SYMBOL_GPL vmlinux 0x3e394ed7 nvmem_cell_read_u8 +EXPORT_SYMBOL_GPL vmlinux 0x3e411ace sfp_select_interface +EXPORT_SYMBOL_GPL vmlinux 0x3e4d7297 debugfs_file_put +EXPORT_SYMBOL_GPL vmlinux 0x3e689e51 regmap_get_val_bytes +EXPORT_SYMBOL_GPL vmlinux 0x3e705308 clk_hw_unregister_divider +EXPORT_SYMBOL_GPL vmlinux 0x3e7080cb mpi_read_from_buffer +EXPORT_SYMBOL_GPL vmlinux 0x3e71892b edac_pci_release_generic_ctl +EXPORT_SYMBOL_GPL vmlinux 0x3e78e99b vcap_val_rule +EXPORT_SYMBOL_GPL vmlinux 0x3e7927db to_software_node +EXPORT_SYMBOL_GPL vmlinux 0x3e8199a6 dev_pm_opp_get_max_volt_latency +EXPORT_SYMBOL_GPL vmlinux 0x3e8d82b6 regulator_desc_list_voltage_linear_range +EXPORT_SYMBOL_GPL vmlinux 0x3e903560 ip_tunnel_netlink_encap_parms +EXPORT_SYMBOL_GPL vmlinux 0x3e985726 spi_get_device_match_data +EXPORT_SYMBOL_GPL vmlinux 0x3ea086df i2c_acpi_new_device_by_fwnode +EXPORT_SYMBOL_GPL vmlinux 0x3ea5196d apei_osc_setup +EXPORT_SYMBOL_GPL vmlinux 0x3eb7a6f6 bdev_disk_changed +EXPORT_SYMBOL_GPL vmlinux 0x3ec58e77 verify_signature +EXPORT_SYMBOL_GPL vmlinux 0x3edb086b pse_control_put +EXPORT_SYMBOL_GPL vmlinux 0x3ee3804f set_secondary_fwnode +EXPORT_SYMBOL_GPL vmlinux 0x3ee46f79 rio_dev_get +EXPORT_SYMBOL_GPL vmlinux 0x3ee5d1c1 bpf_prog_put +EXPORT_SYMBOL_GPL vmlinux 0x3eee2710 crypto_shash_digest +EXPORT_SYMBOL_GPL vmlinux 0x3ef051c8 crypto_inc +EXPORT_SYMBOL_GPL vmlinux 0x3f020265 usb_hub_clear_tt_buffer +EXPORT_SYMBOL_GPL vmlinux 0x3f049829 tracepoint_srcu +EXPORT_SYMBOL_GPL vmlinux 0x3f171114 device_remove_file_self +EXPORT_SYMBOL_GPL vmlinux 0x3f1d7497 fat_fill_super +EXPORT_SYMBOL_GPL vmlinux 0x3f3a174a phylink_ethtool_ksettings_get +EXPORT_SYMBOL_GPL vmlinux 0x3f48806c fib_rules_lookup +EXPORT_SYMBOL_GPL vmlinux 0x3f491f49 reset_control_bulk_reset +EXPORT_SYMBOL_GPL vmlinux 0x3f5035c7 iommu_map_atomic +EXPORT_SYMBOL_GPL vmlinux 0x3f514f19 thermal_zone_get_temp +EXPORT_SYMBOL_GPL vmlinux 0x3f58862f hvc_instantiate +EXPORT_SYMBOL_GPL vmlinux 0x3f61c7b3 divider_round_rate_parent +EXPORT_SYMBOL_GPL vmlinux 0x3f6e2ef7 regulator_get_hardware_vsel_register +EXPORT_SYMBOL_GPL vmlinux 0x3f83446e pinctrl_utils_add_map_mux +EXPORT_SYMBOL_GPL vmlinux 0x3f84bcd7 dax_alive +EXPORT_SYMBOL_GPL vmlinux 0x3fa005ae inet6_csk_addr2sockaddr +EXPORT_SYMBOL_GPL vmlinux 0x3fae6ab0 hv_vp_index +EXPORT_SYMBOL_GPL vmlinux 0x3fb28806 vp_modern_get_queue_size +EXPORT_SYMBOL_GPL vmlinux 0x3fbd3a00 free_fib_info +EXPORT_SYMBOL_GPL vmlinux 0x3fce4bfa skcipher_alloc_instance_simple +EXPORT_SYMBOL_GPL vmlinux 0x3fd0d272 ata_port_classify +EXPORT_SYMBOL_GPL vmlinux 0x3fe35aea irq_bypass_unregister_consumer +EXPORT_SYMBOL_GPL vmlinux 0x3fe6c346 devlink_fmsg_binary_pair_put +EXPORT_SYMBOL_GPL vmlinux 0x3fe949f6 irq_gc_ack_set_bit +EXPORT_SYMBOL_GPL vmlinux 0x3fea029c hisi_clk_register_gate +EXPORT_SYMBOL_GPL vmlinux 0x3ff2e349 hte_request_ts_ns +EXPORT_SYMBOL_GPL vmlinux 0x3ff3256e ata_std_bios_param +EXPORT_SYMBOL_GPL vmlinux 0x3ffdacf3 timerqueue_iterate_next +EXPORT_SYMBOL_GPL vmlinux 0x4000da18 sysfs_chmod_file +EXPORT_SYMBOL_GPL vmlinux 0x400a024b acpi_scan_lock_release +EXPORT_SYMBOL_GPL vmlinux 0x40119631 pm_generic_resume_early +EXPORT_SYMBOL_GPL vmlinux 0x40147f6e class_destroy +EXPORT_SYMBOL_GPL vmlinux 0x402106b3 kvm_put_kvm_no_destroy +EXPORT_SYMBOL_GPL vmlinux 0x40229f3e __irq_alloc_descs +EXPORT_SYMBOL_GPL vmlinux 0x40267068 usb_anchor_resume_wakeups +EXPORT_SYMBOL_GPL vmlinux 0x4036ea4a blk_mq_unfreeze_queue +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 0x4044f2fd pkcs7_get_content_data +EXPORT_SYMBOL_GPL vmlinux 0x405a69b4 dma_can_mmap +EXPORT_SYMBOL_GPL vmlinux 0x4065d168 pm_print_active_wakeup_sources +EXPORT_SYMBOL_GPL vmlinux 0x40663349 of_pwm_xlate_with_flags +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 0x407b35bf usb_hcd_amd_remote_wakeup_quirk +EXPORT_SYMBOL_GPL vmlinux 0x408b5dc9 bsg_job_put +EXPORT_SYMBOL_GPL vmlinux 0x40974093 skb_to_sgvec +EXPORT_SYMBOL_GPL vmlinux 0x4099f919 tun_ptr_free +EXPORT_SYMBOL_GPL vmlinux 0x40b13a30 of_alias_get_id +EXPORT_SYMBOL_GPL vmlinux 0x40c145f8 pci_ims_alloc_irq +EXPORT_SYMBOL_GPL vmlinux 0x40d7530b rio_unregister_mport +EXPORT_SYMBOL_GPL vmlinux 0x40d9e77b rdev_get_regmap +EXPORT_SYMBOL_GPL vmlinux 0x40e5da98 usb_deregister +EXPORT_SYMBOL_GPL vmlinux 0x40e813b3 fuse_mount_remove +EXPORT_SYMBOL_GPL vmlinux 0x40edf3cc __vfs_removexattr_locked +EXPORT_SYMBOL_GPL vmlinux 0x40f028b3 zynqmp_pm_set_rpu_mode +EXPORT_SYMBOL_GPL vmlinux 0x40f0683e reset_control_put +EXPORT_SYMBOL_GPL vmlinux 0x40f8b94e ring_buffer_iter_dropped +EXPORT_SYMBOL_GPL vmlinux 0x40f8bd4e klist_add_before +EXPORT_SYMBOL_GPL vmlinux 0x4100a662 clk_get_scaled_duty_cycle +EXPORT_SYMBOL_GPL vmlinux 0x411159e7 ping_seq_next +EXPORT_SYMBOL_GPL vmlinux 0x41237f71 cpu_have_feature +EXPORT_SYMBOL_GPL vmlinux 0x412bc681 ring_buffer_empty_cpu +EXPORT_SYMBOL_GPL vmlinux 0x41322138 divider_recalc_rate +EXPORT_SYMBOL_GPL vmlinux 0x414d119a videomode_from_timings +EXPORT_SYMBOL_GPL vmlinux 0x4164a0e8 dm_internal_resume_fast +EXPORT_SYMBOL_GPL vmlinux 0x4168153a spi_mem_dirmap_write +EXPORT_SYMBOL_GPL vmlinux 0x416a431a devlink_port_attrs_pci_sf_set +EXPORT_SYMBOL_GPL vmlinux 0x41814cb8 dirty_writeback_interval +EXPORT_SYMBOL_GPL vmlinux 0x418509c5 mmu_notifier_range_update_to_read_only +EXPORT_SYMBOL_GPL vmlinux 0x418873cc irq_bypass_register_producer +EXPORT_SYMBOL_GPL vmlinux 0x41896206 dma_wait_for_async_tx +EXPORT_SYMBOL_GPL vmlinux 0x418e3c70 gpiod_set_raw_array_value +EXPORT_SYMBOL_GPL vmlinux 0x4199baf6 devm_mipi_dsi_device_register_full +EXPORT_SYMBOL_GPL vmlinux 0x419d7c83 zynqmp_pm_pinctrl_set_config +EXPORT_SYMBOL_GPL vmlinux 0x419e7efd sfp_module_stop +EXPORT_SYMBOL_GPL vmlinux 0x41a392d0 device_find_any_child +EXPORT_SYMBOL_GPL vmlinux 0x41ab04d0 bio_associate_blkg_from_css +EXPORT_SYMBOL_GPL vmlinux 0x41b178d3 of_mm_gpiochip_add_data +EXPORT_SYMBOL_GPL vmlinux 0x41b9a6e6 bsg_unregister_queue +EXPORT_SYMBOL_GPL vmlinux 0x41ba61d9 device_move +EXPORT_SYMBOL_GPL vmlinux 0x41bce49a ghes_register_vendor_record_notifier +EXPORT_SYMBOL_GPL vmlinux 0x41c0e446 fsl_mc_resource_allocate +EXPORT_SYMBOL_GPL vmlinux 0x41e6c2bc pci_host_common_remove +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 0x420fd352 switchdev_handle_port_attr_set +EXPORT_SYMBOL_GPL vmlinux 0x422ada84 imx_pinconf_get_scu +EXPORT_SYMBOL_GPL vmlinux 0x4237e90f vcap_port_debugfs +EXPORT_SYMBOL_GPL vmlinux 0x423ee323 uart_set_options +EXPORT_SYMBOL_GPL vmlinux 0x42411733 icc_set_tag +EXPORT_SYMBOL_GPL vmlinux 0x4250eee2 wakeup_source_add +EXPORT_SYMBOL_GPL vmlinux 0x42635d55 pm_suspend_global_flags +EXPORT_SYMBOL_GPL vmlinux 0x426452a3 acpi_evaluation_failure_warn +EXPORT_SYMBOL_GPL vmlinux 0x42647213 transport_class_register +EXPORT_SYMBOL_GPL vmlinux 0x426e8035 pci_aer_clear_nonfatal_status +EXPORT_SYMBOL_GPL vmlinux 0x4272bba5 netlink_has_listeners +EXPORT_SYMBOL_GPL vmlinux 0x4278d56a phylink_expects_phy +EXPORT_SYMBOL_GPL vmlinux 0x42825ce2 rcu_scheduler_active +EXPORT_SYMBOL_GPL vmlinux 0x429688b1 clk_register_gate +EXPORT_SYMBOL_GPL vmlinux 0x429c3f9c reboot_mode +EXPORT_SYMBOL_GPL vmlinux 0x42ae2d83 __traceiter_rpm_suspend +EXPORT_SYMBOL_GPL vmlinux 0x42af862c phy_pm_runtime_forbid +EXPORT_SYMBOL_GPL vmlinux 0x42bf8fe1 list_lru_del +EXPORT_SYMBOL_GPL vmlinux 0x42dd7246 acpi_dma_request_slave_chan_by_index +EXPORT_SYMBOL_GPL vmlinux 0x42e87128 pci_vpd_alloc +EXPORT_SYMBOL_GPL vmlinux 0x42f3a896 usb_hub_claim_port +EXPORT_SYMBOL_GPL vmlinux 0x42f728aa mctrl_gpio_get_outputs +EXPORT_SYMBOL_GPL vmlinux 0x42f9819d acpi_bind_one +EXPORT_SYMBOL_GPL vmlinux 0x430319e5 pinctrl_pm_select_default_state +EXPORT_SYMBOL_GPL vmlinux 0x430a716e pstore_register +EXPORT_SYMBOL_GPL vmlinux 0x430d88ec __traceiter_arm_event +EXPORT_SYMBOL_GPL vmlinux 0x4320c355 imx_clk_hw_frac_pll +EXPORT_SYMBOL_GPL vmlinux 0x43328831 regulator_register_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0x43392a1c ahci_platform_resume_host +EXPORT_SYMBOL_GPL vmlinux 0x433ce7b2 gpiod_get_index +EXPORT_SYMBOL_GPL vmlinux 0x43623d38 irq_chip_set_wake_parent +EXPORT_SYMBOL_GPL vmlinux 0x4367e169 irq_domain_associate_many +EXPORT_SYMBOL_GPL vmlinux 0x436d817f mpi_clear_bit +EXPORT_SYMBOL_GPL vmlinux 0x437c95ab i2c_add_numbered_adapter +EXPORT_SYMBOL_GPL vmlinux 0x437eb1df ipv6_mod_enabled +EXPORT_SYMBOL_GPL vmlinux 0x437fe7b3 __traceiter_neigh_event_send_done +EXPORT_SYMBOL_GPL vmlinux 0x4380c4a7 kern_mount +EXPORT_SYMBOL_GPL vmlinux 0x438d8df2 iova_cache_get +EXPORT_SYMBOL_GPL vmlinux 0x4399aff2 ahci_kick_engine +EXPORT_SYMBOL_GPL vmlinux 0x439f9fd8 netdev_walk_all_lower_dev +EXPORT_SYMBOL_GPL vmlinux 0x43aa319e lease_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x43adcd80 mtk_pinconf_drive_set +EXPORT_SYMBOL_GPL vmlinux 0x43b3e801 bsg_remove_queue +EXPORT_SYMBOL_GPL vmlinux 0x43c74541 blk_revalidate_disk_zones +EXPORT_SYMBOL_GPL vmlinux 0x43caa7c0 regmap_irq_get_irq_reg_linear +EXPORT_SYMBOL_GPL vmlinux 0x43caed73 fsnotify_add_mark +EXPORT_SYMBOL_GPL vmlinux 0x43cbf046 tpm_default_chip +EXPORT_SYMBOL_GPL vmlinux 0x43ccf97f sata_pmp_port_ops +EXPORT_SYMBOL_GPL vmlinux 0x43f7f09e mbox_controller_register +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 0x441a9d20 rtnl_link_register +EXPORT_SYMBOL_GPL vmlinux 0x441e8bc4 i2c_dw_acpi_configure +EXPORT_SYMBOL_GPL vmlinux 0x4420d66d gpiochip_line_is_valid +EXPORT_SYMBOL_GPL vmlinux 0x4422ac24 zynqmp_pm_set_tapdelay_bypass +EXPORT_SYMBOL_GPL vmlinux 0x442deaa9 poll_state_synchronize_rcu +EXPORT_SYMBOL_GPL vmlinux 0x442ebdfb sata_link_hardreset +EXPORT_SYMBOL_GPL vmlinux 0x44301af0 wbt_enable_default +EXPORT_SYMBOL_GPL vmlinux 0x44357f41 trace_event_reg +EXPORT_SYMBOL_GPL vmlinux 0x4439bcd2 __SCK__tp_func_neigh_event_send_dead +EXPORT_SYMBOL_GPL vmlinux 0x444ec428 of_property_match_string +EXPORT_SYMBOL_GPL vmlinux 0x444f1735 cpu_pm_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x445ba8ad aead_register_instance +EXPORT_SYMBOL_GPL vmlinux 0x44720141 devm_clk_get_optional_prepared +EXPORT_SYMBOL_GPL vmlinux 0x447cbae5 of_dma_is_coherent +EXPORT_SYMBOL_GPL vmlinux 0x4484a5a4 wait_for_device_probe +EXPORT_SYMBOL_GPL vmlinux 0x44850dc0 dev_queue_xmit_nit +EXPORT_SYMBOL_GPL vmlinux 0x448c2987 i2c_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x4490eba8 phy_gbit_fibre_features +EXPORT_SYMBOL_GPL vmlinux 0x449568cd devm_led_classdev_unregister +EXPORT_SYMBOL_GPL vmlinux 0x44a793ab HYPERVISOR_grant_table_op +EXPORT_SYMBOL_GPL vmlinux 0x44bae227 bit_wait_timeout +EXPORT_SYMBOL_GPL vmlinux 0x44c90c1a ahci_do_softreset +EXPORT_SYMBOL_GPL vmlinux 0x44cf8cf0 blk_zone_cond_str +EXPORT_SYMBOL_GPL vmlinux 0x44cfbe98 dpcon_disable +EXPORT_SYMBOL_GPL vmlinux 0x44e1e9aa balloon_stats +EXPORT_SYMBOL_GPL vmlinux 0x44f73ed3 tps6586x_irq_get_virq +EXPORT_SYMBOL_GPL vmlinux 0x44fe8412 acpi_dev_state_d0 +EXPORT_SYMBOL_GPL vmlinux 0x4502a341 serial8250_do_get_mctrl +EXPORT_SYMBOL_GPL vmlinux 0x4505f15f usb_match_one_id +EXPORT_SYMBOL_GPL vmlinux 0x4507f4a8 cpuhp_tasks_frozen +EXPORT_SYMBOL_GPL vmlinux 0x451618d0 sbitmap_del_wait_queue +EXPORT_SYMBOL_GPL vmlinux 0x452044f2 mtk_clk_gate_ops_no_setclr_inv +EXPORT_SYMBOL_GPL vmlinux 0x4531624f usb_decode_ctrl +EXPORT_SYMBOL_GPL vmlinux 0x4531ab62 copy_from_kernel_nofault +EXPORT_SYMBOL_GPL vmlinux 0x4533b440 acpi_dev_add_driver_gpios +EXPORT_SYMBOL_GPL vmlinux 0x45376e07 usb_driver_claim_interface +EXPORT_SYMBOL_GPL vmlinux 0x45388888 ti_sci_inta_msi_domain_alloc_irqs +EXPORT_SYMBOL_GPL vmlinux 0x45558f56 clk_unregister_fixed_factor +EXPORT_SYMBOL_GPL vmlinux 0x455a018b dm_get_md +EXPORT_SYMBOL_GPL vmlinux 0x455d8402 mpc8xxx_spi_tx_buf_u16 +EXPORT_SYMBOL_GPL vmlinux 0x4561f990 qcom_smem_state_unregister +EXPORT_SYMBOL_GPL vmlinux 0x4571284a tpm_chip_bootstrap +EXPORT_SYMBOL_GPL vmlinux 0x457594fa crypto_alg_list +EXPORT_SYMBOL_GPL vmlinux 0x4575f1c4 unregister_trace_event +EXPORT_SYMBOL_GPL vmlinux 0x457613d1 mctp_register_netdev +EXPORT_SYMBOL_GPL vmlinux 0x4596b128 iommu_detach_group +EXPORT_SYMBOL_GPL vmlinux 0x4598528a phy_destroy +EXPORT_SYMBOL_GPL vmlinux 0x459e6151 mm_unaccount_pinned_pages +EXPORT_SYMBOL_GPL vmlinux 0x45a25ee5 locks_owner_has_blockers +EXPORT_SYMBOL_GPL vmlinux 0x45a3dc43 irq_gc_mask_set_bit +EXPORT_SYMBOL_GPL vmlinux 0x45a4ae85 nvdimm_to_bus +EXPORT_SYMBOL_GPL vmlinux 0x45a5381b serdev_device_set_parity +EXPORT_SYMBOL_GPL vmlinux 0x45a74451 nf_hook_entries_delete_raw +EXPORT_SYMBOL_GPL vmlinux 0x45b2038b perf_event_create_kernel_counter +EXPORT_SYMBOL_GPL vmlinux 0x45d5622e devl_dpipe_table_register +EXPORT_SYMBOL_GPL vmlinux 0x45d8fcc2 sync_blockdev_nowait +EXPORT_SYMBOL_GPL vmlinux 0x45f7e59d mnt_drop_write +EXPORT_SYMBOL_GPL vmlinux 0x46013233 net_dec_ingress_queue +EXPORT_SYMBOL_GPL vmlinux 0x46030074 __hrtimer_get_remaining +EXPORT_SYMBOL_GPL vmlinux 0x460a071b blk_mq_wait_quiesce_done +EXPORT_SYMBOL_GPL vmlinux 0x4622b1e7 rtc_alarm_irq_enable +EXPORT_SYMBOL_GPL vmlinux 0x46269814 __tracepoint_neigh_event_send_dead +EXPORT_SYMBOL_GPL vmlinux 0x46275130 mas_expected_entries +EXPORT_SYMBOL_GPL vmlinux 0x46343e4f rio_unregister_scan +EXPORT_SYMBOL_GPL vmlinux 0x46571c40 acct_bioset_init +EXPORT_SYMBOL_GPL vmlinux 0x46670fd9 watchdog_set_restart_priority +EXPORT_SYMBOL_GPL vmlinux 0x46706d0e amba_device_add +EXPORT_SYMBOL_GPL vmlinux 0x4673ecad vchan_dma_desc_free_list +EXPORT_SYMBOL_GPL vmlinux 0x467b722b pm_generic_resume_noirq +EXPORT_SYMBOL_GPL vmlinux 0x467d4e2d nexthop_for_each_fib6_nh +EXPORT_SYMBOL_GPL vmlinux 0x4688d7ec pvclock_gtod_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x46922f8b phylink_mii_c22_pcs_get_state +EXPORT_SYMBOL_GPL vmlinux 0x46a13369 of_irq_parse_raw +EXPORT_SYMBOL_GPL vmlinux 0x46a4b118 hrtimer_cancel +EXPORT_SYMBOL_GPL vmlinux 0x46a5427e mtk_pinconf_drive_get_raw +EXPORT_SYMBOL_GPL vmlinux 0x46aaed88 seg6_do_srh_encap +EXPORT_SYMBOL_GPL vmlinux 0x46bc5114 __imx8m_clk_hw_composite +EXPORT_SYMBOL_GPL vmlinux 0x46bcd21f devm_reset_controller_register +EXPORT_SYMBOL_GPL vmlinux 0x46d73fc5 skb_mpls_pop +EXPORT_SYMBOL_GPL vmlinux 0x46e67a71 this_cpu_has_cap +EXPORT_SYMBOL_GPL vmlinux 0x46ed4fa8 cpufreq_freq_attr_scaling_boost_freqs +EXPORT_SYMBOL_GPL vmlinux 0x46ef8703 phy_basic_t1_features +EXPORT_SYMBOL_GPL vmlinux 0x46f93e6e mtk_clk_gate_ops_setclr_inv +EXPORT_SYMBOL_GPL vmlinux 0x47109778 dev_coredumpm +EXPORT_SYMBOL_GPL vmlinux 0x4710f21f nf_ip_route +EXPORT_SYMBOL_GPL vmlinux 0x47188fd1 tps6586x_writes +EXPORT_SYMBOL_GPL vmlinux 0x4719b3c9 dprc_scan_container +EXPORT_SYMBOL_GPL vmlinux 0x471b6f32 __rio_local_write_config_32 +EXPORT_SYMBOL_GPL vmlinux 0x47229b5c gpio_request +EXPORT_SYMBOL_GPL vmlinux 0x47285788 register_btf_fmodret_id_set +EXPORT_SYMBOL_GPL vmlinux 0x4728b7af ahci_platform_enable_resources +EXPORT_SYMBOL_GPL vmlinux 0x474bc3b3 pci_ioremap_bar +EXPORT_SYMBOL_GPL vmlinux 0x47541b91 msi_unlock_descs +EXPORT_SYMBOL_GPL vmlinux 0x47554551 dm_internal_resume +EXPORT_SYMBOL_GPL vmlinux 0x4758881b pci_get_dsn +EXPORT_SYMBOL_GPL vmlinux 0x475ff213 spi_controller_suspend +EXPORT_SYMBOL_GPL vmlinux 0x4761f17c register_netevent_notifier +EXPORT_SYMBOL_GPL vmlinux 0x47648bab devm_clk_hw_register_fixed_factor_parent_hw +EXPORT_SYMBOL_GPL vmlinux 0x4766bfc1 vcap_find_keystream_keysets +EXPORT_SYMBOL_GPL vmlinux 0x47706467 edac_device_handle_ue_count +EXPORT_SYMBOL_GPL vmlinux 0x47743efd usb_remove_phy +EXPORT_SYMBOL_GPL vmlinux 0x47811c86 dw_pcie_ep_linkup +EXPORT_SYMBOL_GPL vmlinux 0x47884890 system_power_efficient_wq +EXPORT_SYMBOL_GPL vmlinux 0x478e81f8 tcp_orphan_count +EXPORT_SYMBOL_GPL vmlinux 0x479751c4 ipv6_opt_accepted +EXPORT_SYMBOL_GPL vmlinux 0x479803b9 base64_encode +EXPORT_SYMBOL_GPL vmlinux 0x479c9ce5 rio_unmap_outb_region +EXPORT_SYMBOL_GPL vmlinux 0x479f7d4b clk_bulk_disable +EXPORT_SYMBOL_GPL vmlinux 0x47aad3b9 have_governor_per_policy +EXPORT_SYMBOL_GPL vmlinux 0x47ad310c __traceiter_remove_device_from_group +EXPORT_SYMBOL_GPL vmlinux 0x47b724ff irq_chip_release_resources_parent +EXPORT_SYMBOL_GPL vmlinux 0x47c3a995 dax_region_put +EXPORT_SYMBOL_GPL vmlinux 0x47d0eea2 acpi_lpat_temp_to_raw +EXPORT_SYMBOL_GPL vmlinux 0x47d30d8f altr_sysmgr_regmap_lookup_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0x47d81c9a gpiochip_lock_as_irq +EXPORT_SYMBOL_GPL vmlinux 0x47dcffd4 dev_pm_domain_attach_by_id +EXPORT_SYMBOL_GPL vmlinux 0x47de0dc7 clk_unregister_mux +EXPORT_SYMBOL_GPL vmlinux 0x47f01f9d mddev_init_writes_pending +EXPORT_SYMBOL_GPL vmlinux 0x480305ca kmsg_dump_rewind +EXPORT_SYMBOL_GPL vmlinux 0x4806739f cpci_hp_register_bus +EXPORT_SYMBOL_GPL vmlinux 0x4807e226 gpiod_set_raw_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x4815aa79 dev_pm_opp_cpumask_remove_table +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 0x4830a804 icmp_build_probe +EXPORT_SYMBOL_GPL vmlinux 0x483d5576 pci_cfg_access_lock +EXPORT_SYMBOL_GPL vmlinux 0x4843a748 qman_portals_probed +EXPORT_SYMBOL_GPL vmlinux 0x484a44e5 acpi_dev_remove_driver_gpios +EXPORT_SYMBOL_GPL vmlinux 0x485cd7f6 kvm_rebooting +EXPORT_SYMBOL_GPL vmlinux 0x4868747e sysfs_remove_group +EXPORT_SYMBOL_GPL vmlinux 0x486d59fa fib_new_table +EXPORT_SYMBOL_GPL vmlinux 0x486dedc3 ghes_unregister_vendor_record_notifier +EXPORT_SYMBOL_GPL vmlinux 0x4879a1db ahci_platform_assert_rsts +EXPORT_SYMBOL_GPL vmlinux 0x487fd55e fsl_mc_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x48a3d20b mctrl_gpio_get +EXPORT_SYMBOL_GPL vmlinux 0x48ba2aac ata_acpi_gtm_xfermask +EXPORT_SYMBOL_GPL vmlinux 0x48c11f19 phy_create_lookup +EXPORT_SYMBOL_GPL vmlinux 0x48c32847 __SCK__tp_func_sched_util_est_se_tp +EXPORT_SYMBOL_GPL vmlinux 0x48cd3121 class_dev_iter_next +EXPORT_SYMBOL_GPL vmlinux 0x48d4fee3 pinctrl_add_gpio_range +EXPORT_SYMBOL_GPL vmlinux 0x48e967c0 devm_namespace_enable +EXPORT_SYMBOL_GPL vmlinux 0x48f07138 meson8_aobus_parse_dt_extra +EXPORT_SYMBOL_GPL vmlinux 0x48f09cb2 crypto_alloc_shash +EXPORT_SYMBOL_GPL vmlinux 0x48f482ef device_get_dma_attr +EXPORT_SYMBOL_GPL vmlinux 0x48fc1a9f tty_ldisc_receive_buf +EXPORT_SYMBOL_GPL vmlinux 0x490128fd ptp_parse_header +EXPORT_SYMBOL_GPL vmlinux 0x4904c8a9 fl6_update_dst +EXPORT_SYMBOL_GPL vmlinux 0x49068261 tegra210_clk_emc_attach +EXPORT_SYMBOL_GPL vmlinux 0x490f947c fs_kobj +EXPORT_SYMBOL_GPL vmlinux 0x491778b0 sdio_set_block_size +EXPORT_SYMBOL_GPL vmlinux 0x491c8271 clk_mux_ops +EXPORT_SYMBOL_GPL vmlinux 0x49242bc7 freezer_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0x4934bdd0 crypto_check_attr_type +EXPORT_SYMBOL_GPL vmlinux 0x4939ebcd numa_map_to_online_node +EXPORT_SYMBOL_GPL vmlinux 0x4945bf0a pci_msi_unmask_irq +EXPORT_SYMBOL_GPL vmlinux 0x494a0f03 mtk_mutex_get +EXPORT_SYMBOL_GPL vmlinux 0x494c3fa1 register_wide_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0x495f47c0 fwnode_get_phy_node +EXPORT_SYMBOL_GPL vmlinux 0x49608959 migrate_disable +EXPORT_SYMBOL_GPL vmlinux 0x497b385a spi_setup +EXPORT_SYMBOL_GPL vmlinux 0x49890b87 usb_get_dr_mode +EXPORT_SYMBOL_GPL vmlinux 0x499043d3 crypto_init_queue +EXPORT_SYMBOL_GPL vmlinux 0x49927d25 page_reporting_unregister +EXPORT_SYMBOL_GPL vmlinux 0x4992f244 __put_task_struct +EXPORT_SYMBOL_GPL vmlinux 0x4998ae67 usb_lock_device_for_reset +EXPORT_SYMBOL_GPL vmlinux 0x4998bd99 platform_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x499ae6d3 pinctrl_dev_get_name +EXPORT_SYMBOL_GPL vmlinux 0x499c6c2c blk_queue_rq_timeout +EXPORT_SYMBOL_GPL vmlinux 0x49a9a808 meson_pmx_get_groups +EXPORT_SYMBOL_GPL vmlinux 0x49bb71a5 blk_crypto_update_capabilities +EXPORT_SYMBOL_GPL vmlinux 0x49cd25ed alloc_workqueue +EXPORT_SYMBOL_GPL vmlinux 0x49d91fdb regmap_get_device +EXPORT_SYMBOL_GPL vmlinux 0x49e80fb8 dma_get_merge_boundary +EXPORT_SYMBOL_GPL vmlinux 0x49e96999 cond_synchronize_rcu +EXPORT_SYMBOL_GPL vmlinux 0x49ecc54a fuse_fill_super_common +EXPORT_SYMBOL_GPL vmlinux 0x49fc8ce9 serial8250_rpm_get_tx +EXPORT_SYMBOL_GPL vmlinux 0x49fd8720 genpd_dev_pm_attach +EXPORT_SYMBOL_GPL vmlinux 0x49fdc30c pci_epc_map_addr +EXPORT_SYMBOL_GPL vmlinux 0x4a05e7b1 init_srcu_struct +EXPORT_SYMBOL_GPL vmlinux 0x4a0d4eeb nvmem_del_cell_table +EXPORT_SYMBOL_GPL vmlinux 0x4a17ed66 sysrq_mask +EXPORT_SYMBOL_GPL vmlinux 0x4a24e8d5 devfreq_event_enable_edev +EXPORT_SYMBOL_GPL vmlinux 0x4a2eb3be crypto_dequeue_request +EXPORT_SYMBOL_GPL vmlinux 0x4a3a554f dpcon_reset +EXPORT_SYMBOL_GPL vmlinux 0x4a420d09 acpi_bus_detach_private_data +EXPORT_SYMBOL_GPL vmlinux 0x4a42f749 uart_xchar_out +EXPORT_SYMBOL_GPL vmlinux 0x4a493769 alarmtimer_get_rtcdev +EXPORT_SYMBOL_GPL vmlinux 0x4a4edfd3 pci_disable_sriov +EXPORT_SYMBOL_GPL vmlinux 0x4a63c3cb device_link_remove +EXPORT_SYMBOL_GPL vmlinux 0x4a640a7f subsys_interface_register +EXPORT_SYMBOL_GPL vmlinux 0x4a6bd806 of_icc_xlate_onecell +EXPORT_SYMBOL_GPL vmlinux 0x4a7b144e __mnt_is_readonly +EXPORT_SYMBOL_GPL vmlinux 0x4a7fcafc vcpu_put +EXPORT_SYMBOL_GPL vmlinux 0x4a8f275b dm_report_zones +EXPORT_SYMBOL_GPL vmlinux 0x4aa23fec fsnotify_alloc_group +EXPORT_SYMBOL_GPL vmlinux 0x4aa5d391 phy_led_triggers_unregister +EXPORT_SYMBOL_GPL vmlinux 0x4aa83621 rio_mport_write_config_32 +EXPORT_SYMBOL_GPL vmlinux 0x4ae6f457 bpf_offload_dev_netdev_register +EXPORT_SYMBOL_GPL vmlinux 0x4b04927c wm831x_reg_lock +EXPORT_SYMBOL_GPL vmlinux 0x4b081bbb pinctrl_enable +EXPORT_SYMBOL_GPL vmlinux 0x4b0c472d get_user_pages_fast_only +EXPORT_SYMBOL_GPL vmlinux 0x4b0e0f11 ata_sas_port_start +EXPORT_SYMBOL_GPL vmlinux 0x4b0ff773 io_uring_cmd_import_fixed +EXPORT_SYMBOL_GPL vmlinux 0x4b163318 gnttab_free_pages +EXPORT_SYMBOL_GPL vmlinux 0x4b1a91cd devm_gpiochip_add_data_with_key +EXPORT_SYMBOL_GPL vmlinux 0x4b1ebf37 spi_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0x4b38d1ef vc_scrolldelta_helper +EXPORT_SYMBOL_GPL vmlinux 0x4b42b766 noop_backing_dev_info +EXPORT_SYMBOL_GPL vmlinux 0x4b44b21d tpm_pcr_read +EXPORT_SYMBOL_GPL vmlinux 0x4b462712 regulator_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0x4b531112 irq_chip_get_parent_state +EXPORT_SYMBOL_GPL vmlinux 0x4b5acf74 rhashtable_init +EXPORT_SYMBOL_GPL vmlinux 0x4b782493 fat_sync_inode +EXPORT_SYMBOL_GPL vmlinux 0x4b7acb24 skb_append_pagefrags +EXPORT_SYMBOL_GPL vmlinux 0x4b8cf862 con_debug_enter +EXPORT_SYMBOL_GPL vmlinux 0x4b931968 xen_features +EXPORT_SYMBOL_GPL vmlinux 0x4ba25425 crypto_aead_setkey +EXPORT_SYMBOL_GPL vmlinux 0x4ba874f9 mmc_pwrseq_register +EXPORT_SYMBOL_GPL vmlinux 0x4baf70a8 pci_d3cold_enable +EXPORT_SYMBOL_GPL vmlinux 0x4bbb1062 bpf_trace_run4 +EXPORT_SYMBOL_GPL vmlinux 0x4bc5afed crypto_unregister_alg +EXPORT_SYMBOL_GPL vmlinux 0x4bc8727f xen_balloon_init +EXPORT_SYMBOL_GPL vmlinux 0x4bd52149 pci_find_dvsec_capability +EXPORT_SYMBOL_GPL vmlinux 0x4bd6f08b misc_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0x4bdb8dcc housekeeping_test_cpu +EXPORT_SYMBOL_GPL vmlinux 0x4bdcb7d5 int_active_memcg +EXPORT_SYMBOL_GPL vmlinux 0x4be64845 ftrace_set_notrace +EXPORT_SYMBOL_GPL vmlinux 0x4bf44edd platform_device_del +EXPORT_SYMBOL_GPL vmlinux 0x4bfd398d hwrng_msleep +EXPORT_SYMBOL_GPL vmlinux 0x4bff89a1 usb_register_device_driver +EXPORT_SYMBOL_GPL vmlinux 0x4c11dff2 acpi_get_pci_dev +EXPORT_SYMBOL_GPL vmlinux 0x4c207846 serdev_device_remove +EXPORT_SYMBOL_GPL vmlinux 0x4c24d2d5 regmap_raw_read +EXPORT_SYMBOL_GPL vmlinux 0x4c253f75 nvdimm_bus_check_dimm_count +EXPORT_SYMBOL_GPL vmlinux 0x4c2b351d start_poll_synchronize_rcu_expedited +EXPORT_SYMBOL_GPL vmlinux 0x4c2c0ea7 evtchn_make_refcounted +EXPORT_SYMBOL_GPL vmlinux 0x4c3e214c inet_csk_listen_stop +EXPORT_SYMBOL_GPL vmlinux 0x4c429c58 crypto_ahash_finup +EXPORT_SYMBOL_GPL vmlinux 0x4c549b36 __traceiter_xhci_dbg_quirks +EXPORT_SYMBOL_GPL vmlinux 0x4c5d1218 security_kernel_post_read_file +EXPORT_SYMBOL_GPL vmlinux 0x4c6260bb pci_epc_mem_alloc_addr +EXPORT_SYMBOL_GPL vmlinux 0x4c737c17 pci_acpi_set_companion_lookup_hook +EXPORT_SYMBOL_GPL vmlinux 0x4c75f5c5 regmap_write +EXPORT_SYMBOL_GPL vmlinux 0x4c85de4b __platform_driver_probe +EXPORT_SYMBOL_GPL vmlinux 0x4c8adfe1 hv_root_partition +EXPORT_SYMBOL_GPL vmlinux 0x4c9bbbe5 hwmon_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x4ca39d90 crypto_register_skcipher +EXPORT_SYMBOL_GPL vmlinux 0x4ca408b0 of_device_compatible_match +EXPORT_SYMBOL_GPL vmlinux 0x4ca5590e mas_prev +EXPORT_SYMBOL_GPL vmlinux 0x4caffdbf arm64_mm_context_get +EXPORT_SYMBOL_GPL vmlinux 0x4cb27100 ktime_get_snapshot +EXPORT_SYMBOL_GPL vmlinux 0x4cb30284 clk_divider_ro_ops +EXPORT_SYMBOL_GPL vmlinux 0x4cb81fda __SCK__tp_func_wbc_writepage +EXPORT_SYMBOL_GPL vmlinux 0x4cbf11f6 platform_irq_count +EXPORT_SYMBOL_GPL vmlinux 0x4cc07aeb irq_remove_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0x4cd1fcb3 dax_remove_host +EXPORT_SYMBOL_GPL vmlinux 0x4cdaa038 phy_init +EXPORT_SYMBOL_GPL vmlinux 0x4ce76c8d irq_domain_create_hierarchy +EXPORT_SYMBOL_GPL vmlinux 0x4d0015e2 cpu_hotplug_disable +EXPORT_SYMBOL_GPL vmlinux 0x4d108699 skb_clone_tx_timestamp +EXPORT_SYMBOL_GPL vmlinux 0x4d220513 fwnode_graph_get_remote_endpoint +EXPORT_SYMBOL_GPL vmlinux 0x4d24a1e4 sbitmap_finish_wait +EXPORT_SYMBOL_GPL vmlinux 0x4d26648f k3_udma_glue_rx_flow_init +EXPORT_SYMBOL_GPL vmlinux 0x4d2b4492 virtqueue_add_inbuf +EXPORT_SYMBOL_GPL vmlinux 0x4d3a0696 __SCK__tp_func_rpm_idle +EXPORT_SYMBOL_GPL vmlinux 0x4d435acf fsl8250_handle_irq +EXPORT_SYMBOL_GPL vmlinux 0x4d51c1f4 vfs_remove_acl +EXPORT_SYMBOL_GPL vmlinux 0x4d5890cd nvdimm_clear_poison +EXPORT_SYMBOL_GPL vmlinux 0x4d5c2e27 dma_resv_iter_next +EXPORT_SYMBOL_GPL vmlinux 0x4d6a67d5 device_property_read_string_array +EXPORT_SYMBOL_GPL vmlinux 0x4d6d0bbc iommu_group_ref_get +EXPORT_SYMBOL_GPL vmlinux 0x4d7201cf skcipher_walk_done +EXPORT_SYMBOL_GPL vmlinux 0x4d7272e4 migrate_enable +EXPORT_SYMBOL_GPL vmlinux 0x4d83c710 k3_udma_glue_tdown_tx_chn +EXPORT_SYMBOL_GPL vmlinux 0x4d934c30 pci_disable_pri +EXPORT_SYMBOL_GPL vmlinux 0x4d95d6d1 memcpy_flushcache +EXPORT_SYMBOL_GPL vmlinux 0x4da8659b spi_take_timestamp_pre +EXPORT_SYMBOL_GPL vmlinux 0x4dae01d8 devlink_linecard_create +EXPORT_SYMBOL_GPL vmlinux 0x4dae16e4 i2c_put_dma_safe_msg_buf +EXPORT_SYMBOL_GPL vmlinux 0x4dbf77c5 dax_iomap_rw +EXPORT_SYMBOL_GPL vmlinux 0x4dc07379 __serdev_device_driver_register +EXPORT_SYMBOL_GPL vmlinux 0x4dc83f0e usb_get_from_anchor +EXPORT_SYMBOL_GPL vmlinux 0x4ddc8670 iomap_invalidate_folio +EXPORT_SYMBOL_GPL vmlinux 0x4de17ab3 usb_state_string +EXPORT_SYMBOL_GPL vmlinux 0x4df2ee6b nd_region_provider_data +EXPORT_SYMBOL_GPL vmlinux 0x4e027075 of_genpd_add_provider_simple +EXPORT_SYMBOL_GPL vmlinux 0x4e0ac414 irq_domain_get_irq_data +EXPORT_SYMBOL_GPL vmlinux 0x4e17c613 ata_sff_queue_delayed_work +EXPORT_SYMBOL_GPL vmlinux 0x4e1c2aeb edac_pci_handle_npe +EXPORT_SYMBOL_GPL vmlinux 0x4e245fdd gpiod_get_raw_value +EXPORT_SYMBOL_GPL vmlinux 0x4e25c167 dprc_close +EXPORT_SYMBOL_GPL vmlinux 0x4e2f3c90 mtk_mutex_enable_by_cmdq +EXPORT_SYMBOL_GPL vmlinux 0x4e3fd1b4 kvm_release_pfn_clean +EXPORT_SYMBOL_GPL vmlinux 0x4e48da22 pci_host_common_probe +EXPORT_SYMBOL_GPL vmlinux 0x4e4c37e2 freq_qos_remove_notifier +EXPORT_SYMBOL_GPL vmlinux 0x4e53e4c4 devlink_param_value_changed +EXPORT_SYMBOL_GPL vmlinux 0x4e58e701 fsverity_cleanup_inode +EXPORT_SYMBOL_GPL vmlinux 0x4e657485 free_io_pgtable_ops +EXPORT_SYMBOL_GPL vmlinux 0x4e72c339 of_phandle_iterator_next +EXPORT_SYMBOL_GPL vmlinux 0x4e74878e __tracepoint_devlink_hwerr +EXPORT_SYMBOL_GPL vmlinux 0x4e91f136 pci_msi_create_irq_domain +EXPORT_SYMBOL_GPL vmlinux 0x4e96fd78 ncsi_start_dev +EXPORT_SYMBOL_GPL vmlinux 0x4e98e0bf devm_regulator_bulk_get_const +EXPORT_SYMBOL_GPL vmlinux 0x4e9d4e34 __auxiliary_device_add +EXPORT_SYMBOL_GPL vmlinux 0x4ea0f78f dm_start_time_ns_from_clone +EXPORT_SYMBOL_GPL vmlinux 0x4eac0d46 debugfs_real_fops +EXPORT_SYMBOL_GPL vmlinux 0x4eac5fc1 cpu_mitigations_auto_nosmt +EXPORT_SYMBOL_GPL vmlinux 0x4eb39d4e __tracepoint_tcp_bad_csum +EXPORT_SYMBOL_GPL vmlinux 0x4ec11e60 nvdimm_bus_add_badrange +EXPORT_SYMBOL_GPL vmlinux 0x4ece3615 blocking_notifier_chain_unregister +EXPORT_SYMBOL_GPL vmlinux 0x4ed45c5b kick_process +EXPORT_SYMBOL_GPL vmlinux 0x4ee474db skb_send_sock_locked +EXPORT_SYMBOL_GPL vmlinux 0x4eeb0b44 pwm_get_chip_data +EXPORT_SYMBOL_GPL vmlinux 0x4eeb24c9 of_pse_control_get +EXPORT_SYMBOL_GPL vmlinux 0x4ef5bcf4 perf_swevent_get_recursion_context +EXPORT_SYMBOL_GPL vmlinux 0x4efcf021 mpi_normalize +EXPORT_SYMBOL_GPL vmlinux 0x4f0a81fe bpf_preload_ops +EXPORT_SYMBOL_GPL vmlinux 0x4f2593f0 btree_update +EXPORT_SYMBOL_GPL vmlinux 0x4f2c996d kmsg_dump_get_line +EXPORT_SYMBOL_GPL vmlinux 0x4f395cee xen_xlate_unmap_gfn_range +EXPORT_SYMBOL_GPL vmlinux 0x4f3c6610 to_nd_desc +EXPORT_SYMBOL_GPL vmlinux 0x4f40bea9 dm_get_queue_limits +EXPORT_SYMBOL_GPL vmlinux 0x4f4753b5 gnttab_page_cache_shrink +EXPORT_SYMBOL_GPL vmlinux 0x4f4828d8 device_get_named_child_node +EXPORT_SYMBOL_GPL vmlinux 0x4f6a07fe show_rcu_gp_kthreads +EXPORT_SYMBOL_GPL vmlinux 0x4f6b479a regulator_set_voltage_sel_regmap +EXPORT_SYMBOL_GPL vmlinux 0x4f72a987 uart_parse_options +EXPORT_SYMBOL_GPL vmlinux 0x4f734ed9 of_irq_parse_and_map_pci +EXPORT_SYMBOL_GPL vmlinux 0x4f7a5923 scsi_target_block +EXPORT_SYMBOL_GPL vmlinux 0x4f7abe5e __virtqueue_break +EXPORT_SYMBOL_GPL vmlinux 0x4f8a919c iommu_fwspec_init +EXPORT_SYMBOL_GPL vmlinux 0x4f8f8700 sysfs_create_link_nowarn +EXPORT_SYMBOL_GPL vmlinux 0x4f94af89 fwnode_graph_get_remote_port +EXPORT_SYMBOL_GPL vmlinux 0x4f98d766 cpu_pm_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x4f98ec95 rdev_get_id +EXPORT_SYMBOL_GPL vmlinux 0x4f9e31af ethnl_cable_test_free +EXPORT_SYMBOL_GPL vmlinux 0x4fa79394 usb_deregister_device_driver +EXPORT_SYMBOL_GPL vmlinux 0x4fb47521 iommu_alloc_resv_region +EXPORT_SYMBOL_GPL vmlinux 0x4fb5da55 fs_put_dax +EXPORT_SYMBOL_GPL vmlinux 0x4fcaa6fd usb_phy_roothub_alloc +EXPORT_SYMBOL_GPL vmlinux 0x4fdabdb0 tps65912_device_exit +EXPORT_SYMBOL_GPL vmlinux 0x4fdc945d sata_deb_timing_normal +EXPORT_SYMBOL_GPL vmlinux 0x4fe0b64a acpi_dev_for_each_child +EXPORT_SYMBOL_GPL vmlinux 0x4fe1eddf unregister_netevent_notifier +EXPORT_SYMBOL_GPL vmlinux 0x4feaea5c blk_mq_freeze_queue +EXPORT_SYMBOL_GPL vmlinux 0x4ff723e9 pci_epc_start +EXPORT_SYMBOL_GPL vmlinux 0x4ff8481e __mdiobus_modify_changed +EXPORT_SYMBOL_GPL vmlinux 0x4ffecca0 crypto_unregister_shashes +EXPORT_SYMBOL_GPL vmlinux 0x50054e71 kill_device +EXPORT_SYMBOL_GPL vmlinux 0x500c768c apei_exec_read_register +EXPORT_SYMBOL_GPL vmlinux 0x5014d056 ata_ncq_sdev_groups +EXPORT_SYMBOL_GPL vmlinux 0x501afc5b devlink_dpipe_entry_ctx_prepare +EXPORT_SYMBOL_GPL vmlinux 0x5026585c xen_irq_from_gsi +EXPORT_SYMBOL_GPL vmlinux 0x5033a6d6 regulator_sync_voltage +EXPORT_SYMBOL_GPL vmlinux 0x50578a9a msi_next_desc +EXPORT_SYMBOL_GPL vmlinux 0x50616e69 devlink_resources_unregister +EXPORT_SYMBOL_GPL vmlinux 0x5069aa76 pci_generic_config_write32 +EXPORT_SYMBOL_GPL vmlinux 0x506b0f96 regulator_set_voltage_rdev +EXPORT_SYMBOL_GPL vmlinux 0x506cfc79 ata_scsi_port_error_handler +EXPORT_SYMBOL_GPL vmlinux 0x5088a0e4 anon_inode_getfile +EXPORT_SYMBOL_GPL vmlinux 0x5091b823 ring_buffer_read_start +EXPORT_SYMBOL_GPL vmlinux 0x50a129f4 fat_update_time +EXPORT_SYMBOL_GPL vmlinux 0x50a8e99e sysfs_file_change_owner +EXPORT_SYMBOL_GPL vmlinux 0x50c47b62 genphy_c45_an_config_aneg +EXPORT_SYMBOL_GPL vmlinux 0x50c6974a get_task_pid +EXPORT_SYMBOL_GPL vmlinux 0x50cbe7c6 sata_sff_hardreset +EXPORT_SYMBOL_GPL vmlinux 0x50dd8f1b virtqueue_get_avail_addr +EXPORT_SYMBOL_GPL vmlinux 0x50df94f5 btree_insert +EXPORT_SYMBOL_GPL vmlinux 0x50dfa1b6 devres_release_group +EXPORT_SYMBOL_GPL vmlinux 0x50e7193a __i2c_first_dynamic_bus_num +EXPORT_SYMBOL_GPL vmlinux 0x50fad434 round_jiffies_up +EXPORT_SYMBOL_GPL vmlinux 0x50fbc2dc tcp_set_keepalive +EXPORT_SYMBOL_GPL vmlinux 0x5109ad64 mtk_clk_register_gates_with_dev +EXPORT_SYMBOL_GPL vmlinux 0x5110b91f imx_pinconf_set_scu +EXPORT_SYMBOL_GPL vmlinux 0x51177879 spi_mem_get_name +EXPORT_SYMBOL_GPL vmlinux 0x51263675 rdev_get_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x51390c96 rcu_barrier_tasks_rude +EXPORT_SYMBOL_GPL vmlinux 0x513a34f5 bpf_trace_run10 +EXPORT_SYMBOL_GPL vmlinux 0x51422b51 of_property_read_string +EXPORT_SYMBOL_GPL vmlinux 0x515b390f __SCK__tp_func_remove_device_from_group +EXPORT_SYMBOL_GPL vmlinux 0x515fba9b pm_runtime_enable +EXPORT_SYMBOL_GPL vmlinux 0x5169344d k3_udma_glue_pop_tx_chn +EXPORT_SYMBOL_GPL vmlinux 0x516ea1f8 pinctrl_count_index_with_args +EXPORT_SYMBOL_GPL vmlinux 0x517cddd7 regulator_set_ramp_delay_regmap +EXPORT_SYMBOL_GPL vmlinux 0x5183db8d devm_phy_get +EXPORT_SYMBOL_GPL vmlinux 0x5187ac4b xen_store_evtchn +EXPORT_SYMBOL_GPL vmlinux 0x518ddad9 devm_platform_get_irqs_affinity +EXPORT_SYMBOL_GPL vmlinux 0x518f250b tty_port_register_device_attr +EXPORT_SYMBOL_GPL vmlinux 0x51991b38 mtk_mutex_enable +EXPORT_SYMBOL_GPL vmlinux 0x519a4938 key_type_user +EXPORT_SYMBOL_GPL vmlinux 0x51a348cc usb_role_switch_set_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x51ad07dd tegra210_plle_hw_sequence_start +EXPORT_SYMBOL_GPL vmlinux 0x51b5e50f request_firmware_direct +EXPORT_SYMBOL_GPL vmlinux 0x51b6061d blk_crypto_profile_destroy +EXPORT_SYMBOL_GPL vmlinux 0x51c32f6d dax_writeback_mapping_range +EXPORT_SYMBOL_GPL vmlinux 0x51ca242f pin_get_name +EXPORT_SYMBOL_GPL vmlinux 0x51cbff7a ata_sff_hsm_move +EXPORT_SYMBOL_GPL vmlinux 0x51d10d8f register_btf_id_dtor_kfuncs +EXPORT_SYMBOL_GPL vmlinux 0x51d13875 nf_hooks_lwtunnel_sysctl_handler +EXPORT_SYMBOL_GPL vmlinux 0x51fbb9b9 iommu_sva_get_pasid +EXPORT_SYMBOL_GPL vmlinux 0x51fc9a6d xenmem_reservation_decrease +EXPORT_SYMBOL_GPL vmlinux 0x52123c17 stmpe_reg_read +EXPORT_SYMBOL_GPL vmlinux 0x5213a871 gpiochip_irq_unmap +EXPORT_SYMBOL_GPL vmlinux 0x52182531 n_tty_inherit_ops +EXPORT_SYMBOL_GPL vmlinux 0x52252316 clk_unregister_fixed_rate +EXPORT_SYMBOL_GPL vmlinux 0x522d7bac phy_power_off +EXPORT_SYMBOL_GPL vmlinux 0x522dd7a4 nvdimm_kobj +EXPORT_SYMBOL_GPL vmlinux 0x52304392 bpf_prog_free +EXPORT_SYMBOL_GPL vmlinux 0x523db569 da903x_write +EXPORT_SYMBOL_GPL vmlinux 0x52431348 xenbus_transaction_start +EXPORT_SYMBOL_GPL vmlinux 0x52459025 of_get_phy_mode +EXPORT_SYMBOL_GPL vmlinux 0x524fcb15 pm_generic_suspend_noirq +EXPORT_SYMBOL_GPL vmlinux 0x52647db1 ct_idle_exit +EXPORT_SYMBOL_GPL vmlinux 0x526fdd5c genphy_c45_loopback +EXPORT_SYMBOL_GPL vmlinux 0x528bb996 bpf_trace_run2 +EXPORT_SYMBOL_GPL vmlinux 0x5293adc2 fsl_mc_bus_dpio_type +EXPORT_SYMBOL_GPL vmlinux 0x52a9c23c pm_generic_thaw_early +EXPORT_SYMBOL_GPL vmlinux 0x52b1e3c7 pci_flags +EXPORT_SYMBOL_GPL vmlinux 0x52b3f585 devm_gpiod_get +EXPORT_SYMBOL_GPL vmlinux 0x52c35e83 call_rcu_tasks_trace +EXPORT_SYMBOL_GPL vmlinux 0x52c8d82c pci_epc_destroy +EXPORT_SYMBOL_GPL vmlinux 0x52ce2057 hv_setup_crash_handler +EXPORT_SYMBOL_GPL vmlinux 0x52d13c90 xenbus_switch_state +EXPORT_SYMBOL_GPL vmlinux 0x52d54fce devlink_info_version_stored_put +EXPORT_SYMBOL_GPL vmlinux 0x52eddb69 raw_v6_hashinfo +EXPORT_SYMBOL_GPL vmlinux 0x52ee9951 ata_dummy_port_ops +EXPORT_SYMBOL_GPL vmlinux 0x52fa3efa pm_stay_awake +EXPORT_SYMBOL_GPL vmlinux 0x53012944 __tracepoint_rpm_resume +EXPORT_SYMBOL_GPL vmlinux 0x530e8323 inet_csk_get_port +EXPORT_SYMBOL_GPL vmlinux 0x5310bc8d __devm_irq_alloc_descs +EXPORT_SYMBOL_GPL vmlinux 0x5326b3c0 tegra_bpmp_free_mrq +EXPORT_SYMBOL_GPL vmlinux 0x532b788c srcu_barrier +EXPORT_SYMBOL_GPL vmlinux 0x532b90b5 kprobe_event_cmd_init +EXPORT_SYMBOL_GPL vmlinux 0x5331fed0 acpi_storage_d3 +EXPORT_SYMBOL_GPL vmlinux 0x533c1868 clk_divider_ops +EXPORT_SYMBOL_GPL vmlinux 0x533dedc1 cgroup_attach_task_all +EXPORT_SYMBOL_GPL vmlinux 0x534ae70b devm_of_led_get +EXPORT_SYMBOL_GPL vmlinux 0x5353a493 pm_generic_poweroff +EXPORT_SYMBOL_GPL vmlinux 0x5358864e devlink_fmsg_binary_pair_nest_end +EXPORT_SYMBOL_GPL vmlinux 0x535de420 fib_rule_matchall +EXPORT_SYMBOL_GPL vmlinux 0x536edfcb meson_clk_pll_ops +EXPORT_SYMBOL_GPL vmlinux 0x537252cf __SCK__tp_func_rpm_return_int +EXPORT_SYMBOL_GPL vmlinux 0x537c3560 __folio_lock_killable +EXPORT_SYMBOL_GPL vmlinux 0x53802782 rio_add_mport_pw_handler +EXPORT_SYMBOL_GPL vmlinux 0x5386e171 ata_port_desc +EXPORT_SYMBOL_GPL vmlinux 0x538d073d phy_duplex_to_str +EXPORT_SYMBOL_GPL vmlinux 0x53975d1e pci_user_write_config_dword +EXPORT_SYMBOL_GPL vmlinux 0x53a41049 crypto_register_alg +EXPORT_SYMBOL_GPL vmlinux 0x53b97d34 pinctrl_parse_index_with_args +EXPORT_SYMBOL_GPL vmlinux 0x53c089f5 property_entries_dup +EXPORT_SYMBOL_GPL vmlinux 0x53ce67b0 usb_autopm_get_interface_no_resume +EXPORT_SYMBOL_GPL vmlinux 0x53d7c01e __traceiter_cpu_idle +EXPORT_SYMBOL_GPL vmlinux 0x53e4ee4c sk_msg_is_readable +EXPORT_SYMBOL_GPL vmlinux 0x53fe7bd0 device_release_driver +EXPORT_SYMBOL_GPL vmlinux 0x53ff5e80 pci_reset_function +EXPORT_SYMBOL_GPL vmlinux 0x54009776 devm_tegra_core_dev_init_opp_table +EXPORT_SYMBOL_GPL vmlinux 0x541a1036 regulator_map_voltage_ascend +EXPORT_SYMBOL_GPL vmlinux 0x541bd60a irq_work_run +EXPORT_SYMBOL_GPL vmlinux 0x541bd6d7 crypto_grab_ahash +EXPORT_SYMBOL_GPL vmlinux 0x541d9cc5 md_start +EXPORT_SYMBOL_GPL vmlinux 0x54215db5 visitor64 +EXPORT_SYMBOL_GPL vmlinux 0x542ddb3c irq_domain_pop_irq +EXPORT_SYMBOL_GPL vmlinux 0x5437630e of_thermal_get_ntrips +EXPORT_SYMBOL_GPL vmlinux 0x5441a28b vcpu_load +EXPORT_SYMBOL_GPL vmlinux 0x54421f5a mctrl_gpio_init +EXPORT_SYMBOL_GPL vmlinux 0x54589d51 pm_runtime_barrier +EXPORT_SYMBOL_GPL vmlinux 0x54651f9b rhashtable_walk_next +EXPORT_SYMBOL_GPL vmlinux 0x547697dc device_match_of_node +EXPORT_SYMBOL_GPL vmlinux 0x54813ac6 devm_extcon_dev_free +EXPORT_SYMBOL_GPL vmlinux 0x549525ef handle_nested_irq +EXPORT_SYMBOL_GPL vmlinux 0x54a25da2 qcom_smem_state_put +EXPORT_SYMBOL_GPL vmlinux 0x54c32626 pm_generic_thaw_noirq +EXPORT_SYMBOL_GPL vmlinux 0x54cee684 __tracepoint_ata_bmdma_start +EXPORT_SYMBOL_GPL vmlinux 0x54df8f84 bind_interdomain_evtchn_to_irqhandler_lateeoi +EXPORT_SYMBOL_GPL vmlinux 0x54e0f2ba gpiochip_add_pingroup_range +EXPORT_SYMBOL_GPL vmlinux 0x54e122d1 pwm_capture +EXPORT_SYMBOL_GPL vmlinux 0x54f241b5 of_usb_update_otg_caps +EXPORT_SYMBOL_GPL vmlinux 0x54fb2814 pm_wakeup_dev_event +EXPORT_SYMBOL_GPL vmlinux 0x550f3e05 i2c_freq_mode_string +EXPORT_SYMBOL_GPL vmlinux 0x5513de9e edac_mc_alloc +EXPORT_SYMBOL_GPL vmlinux 0x5528543b vmap_pfn +EXPORT_SYMBOL_GPL vmlinux 0x55294d80 clockevents_unbind_device +EXPORT_SYMBOL_GPL vmlinux 0x55339365 flush_delayed_fput +EXPORT_SYMBOL_GPL vmlinux 0x553b49a4 cpufreq_get_driver_data +EXPORT_SYMBOL_GPL vmlinux 0x553b671d usb_control_msg +EXPORT_SYMBOL_GPL vmlinux 0x55417264 unregister_vt_notifier +EXPORT_SYMBOL_GPL vmlinux 0x5546192b sdio_disable_func +EXPORT_SYMBOL_GPL vmlinux 0x554fdeac ata_pci_device_resume +EXPORT_SYMBOL_GPL vmlinux 0x555030ac nl_table +EXPORT_SYMBOL_GPL vmlinux 0x556c06d4 device_set_wakeup_capable +EXPORT_SYMBOL_GPL vmlinux 0x556c1a57 mtk_pinconf_adv_pull_get +EXPORT_SYMBOL_GPL vmlinux 0x556d7ae3 fixed_phy_register_with_gpiod +EXPORT_SYMBOL_GPL vmlinux 0x556e4390 clk_get_rate +EXPORT_SYMBOL_GPL vmlinux 0x5575e25b lwtunnel_xmit +EXPORT_SYMBOL_GPL vmlinux 0x55784228 regmap_irq_get_virq +EXPORT_SYMBOL_GPL vmlinux 0x55837b8d fscrypt_context_for_new_inode +EXPORT_SYMBOL_GPL vmlinux 0x5593d45d perf_event_update_userpage +EXPORT_SYMBOL_GPL vmlinux 0x5594eb24 pci_enable_rom +EXPORT_SYMBOL_GPL vmlinux 0x55a51491 irq_chip_mask_parent +EXPORT_SYMBOL_GPL vmlinux 0x55a87be8 ata_std_sched_eh +EXPORT_SYMBOL_GPL vmlinux 0x55c76a23 ksys_sync_helper +EXPORT_SYMBOL_GPL vmlinux 0x55c9880c zynqmp_pm_release_node +EXPORT_SYMBOL_GPL vmlinux 0x55d7ba53 bsg_job_done +EXPORT_SYMBOL_GPL vmlinux 0x55d91921 alloc_memory_type +EXPORT_SYMBOL_GPL vmlinux 0x55dc2241 transport_add_device +EXPORT_SYMBOL_GPL vmlinux 0x55eb2deb of_genpd_remove_last +EXPORT_SYMBOL_GPL vmlinux 0x55eecff4 bit_wait_io_timeout +EXPORT_SYMBOL_GPL vmlinux 0x56054c05 crypto_it_tab +EXPORT_SYMBOL_GPL vmlinux 0x560c2d90 usb_anchor_urb +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 0x56326f4b to_nvdimm_bus_dev +EXPORT_SYMBOL_GPL vmlinux 0x5634a514 tegra_mc_get_emem_device_count +EXPORT_SYMBOL_GPL vmlinux 0x5641485b tty_termios_encode_baud_rate +EXPORT_SYMBOL_GPL vmlinux 0x56466d90 regmap_raw_write_async +EXPORT_SYMBOL_GPL vmlinux 0x565ae1c2 crypto_register_rng +EXPORT_SYMBOL_GPL vmlinux 0x566e36f3 devm_i2c_add_adapter +EXPORT_SYMBOL_GPL vmlinux 0x56805087 __tracepoint_udp_fail_queue_rcv_skb +EXPORT_SYMBOL_GPL vmlinux 0x5683a7a3 fib_nexthop_info +EXPORT_SYMBOL_GPL vmlinux 0x56a832bf follow_pte +EXPORT_SYMBOL_GPL vmlinux 0x56a862ea mbox_send_message +EXPORT_SYMBOL_GPL vmlinux 0x56b26a0a __srcu_read_lock +EXPORT_SYMBOL_GPL vmlinux 0x56b6933d platform_get_resource_byname +EXPORT_SYMBOL_GPL vmlinux 0x56d11143 pci_has_p2pmem +EXPORT_SYMBOL_GPL vmlinux 0x56d805cc pci_epc_stop +EXPORT_SYMBOL_GPL vmlinux 0x56e9103b cpu_pm_enter +EXPORT_SYMBOL_GPL vmlinux 0x56e9ca0d xfrm_dev_state_add +EXPORT_SYMBOL_GPL vmlinux 0x56ef0e00 dev_get_regmap +EXPORT_SYMBOL_GPL vmlinux 0x56ef1d6d of_platform_device_destroy +EXPORT_SYMBOL_GPL vmlinux 0x56f5bf81 acpi_unbind_one +EXPORT_SYMBOL_GPL vmlinux 0x56fbb130 no_hash_pointers +EXPORT_SYMBOL_GPL vmlinux 0x570f3e9b wm8350_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x5719deed devm_pci_epc_destroy +EXPORT_SYMBOL_GPL vmlinux 0x572635d0 fib_table_lookup +EXPORT_SYMBOL_GPL vmlinux 0x572c8a77 handle_fasteoi_ack_irq +EXPORT_SYMBOL_GPL vmlinux 0x572cbfb3 regmap_attach_dev +EXPORT_SYMBOL_GPL vmlinux 0x574609c5 apei_exec_write_register_value +EXPORT_SYMBOL_GPL vmlinux 0x574c053a synth_event_trace_end +EXPORT_SYMBOL_GPL vmlinux 0x5752eed8 nvmem_add_cell_table +EXPORT_SYMBOL_GPL vmlinux 0x5761544f tpm_get_random +EXPORT_SYMBOL_GPL vmlinux 0x576780ad usb_wakeup_notification +EXPORT_SYMBOL_GPL vmlinux 0x576bd3af tcp_set_state +EXPORT_SYMBOL_GPL vmlinux 0x576d45c7 clk_hw_get_parent +EXPORT_SYMBOL_GPL vmlinux 0x5770ea44 clk_regmap_gate_ro_ops +EXPORT_SYMBOL_GPL vmlinux 0x57719632 gnttab_grant_foreign_access +EXPORT_SYMBOL_GPL vmlinux 0x57727285 phylink_ethtool_set_eee +EXPORT_SYMBOL_GPL vmlinux 0x57757dc7 device_match_name +EXPORT_SYMBOL_GPL vmlinux 0x57772e96 ahci_host_activate +EXPORT_SYMBOL_GPL vmlinux 0x577a438a tegra210_clk_emc_detach +EXPORT_SYMBOL_GPL vmlinux 0x5788f96b xenbus_free_evtchn +EXPORT_SYMBOL_GPL vmlinux 0x578eeb4d hugetlb_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0x5790e7a0 pci_unlock_rescan_remove +EXPORT_SYMBOL_GPL vmlinux 0x579df9b9 devm_pinctrl_register_and_init +EXPORT_SYMBOL_GPL vmlinux 0x579e0bf5 rtnl_unregister_all +EXPORT_SYMBOL_GPL vmlinux 0x57ba5367 iommu_domain_alloc +EXPORT_SYMBOL_GPL vmlinux 0x57cfaeb9 nfs_ssc_client_tbl +EXPORT_SYMBOL_GPL vmlinux 0x57d4050a xhci_get_endpoint_index +EXPORT_SYMBOL_GPL vmlinux 0x57dc4851 mas_erase +EXPORT_SYMBOL_GPL vmlinux 0x57e54820 ahci_platform_resume +EXPORT_SYMBOL_GPL vmlinux 0x57ed9708 pci_epc_set_bar +EXPORT_SYMBOL_GPL vmlinux 0x57f576b9 mpi_ec_curve_point +EXPORT_SYMBOL_GPL vmlinux 0x57f8252b cpufreq_unregister_governor +EXPORT_SYMBOL_GPL vmlinux 0x57fa6326 irq_work_sync +EXPORT_SYMBOL_GPL vmlinux 0x5802e476 acpi_bus_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0x582215ea crypto_mod_put +EXPORT_SYMBOL_GPL vmlinux 0x58276f93 cper_next_record_id +EXPORT_SYMBOL_GPL vmlinux 0x58296c72 __iomap_dio_rw +EXPORT_SYMBOL_GPL vmlinux 0x5829e979 mas_pause +EXPORT_SYMBOL_GPL vmlinux 0x582da5b8 serdev_device_close +EXPORT_SYMBOL_GPL vmlinux 0x5831e062 cpus_read_trylock +EXPORT_SYMBOL_GPL vmlinux 0x5833a5cd power_supply_get_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0x583fcd94 alloc_skb_for_msg +EXPORT_SYMBOL_GPL vmlinux 0x584cabe5 usb_altnum_to_altsetting +EXPORT_SYMBOL_GPL vmlinux 0x584f6d9c vcap_keyfield_name +EXPORT_SYMBOL_GPL vmlinux 0x58658dee inet_twsk_put +EXPORT_SYMBOL_GPL vmlinux 0x5866ad87 rockchip_pcie_cfg_configuration_accesses +EXPORT_SYMBOL_GPL vmlinux 0x586bfc8a alarm_restart +EXPORT_SYMBOL_GPL vmlinux 0x586ed868 debugfs_attr_write +EXPORT_SYMBOL_GPL vmlinux 0x587367f9 usb_string +EXPORT_SYMBOL_GPL vmlinux 0x5879a27d sfp_get_module_info +EXPORT_SYMBOL_GPL vmlinux 0x587a2502 crypto_alloc_aead +EXPORT_SYMBOL_GPL vmlinux 0x5899bf35 dev_pm_opp_is_turbo +EXPORT_SYMBOL_GPL vmlinux 0x58b04ba5 vp_modern_get_driver_features +EXPORT_SYMBOL_GPL vmlinux 0x58b2d2aa of_get_named_gpio_flags +EXPORT_SYMBOL_GPL vmlinux 0x58b518bf mmc_pwrseq_unregister +EXPORT_SYMBOL_GPL vmlinux 0x58bb0b28 ata_sff_wait_after_reset +EXPORT_SYMBOL_GPL vmlinux 0x58c05ad5 qcom_smem_state_register +EXPORT_SYMBOL_GPL vmlinux 0x58c2f779 devm_clk_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0x58c41fac pci_num_vf +EXPORT_SYMBOL_GPL vmlinux 0x58c5f997 battery_hook_unregister +EXPORT_SYMBOL_GPL vmlinux 0x58d399aa umd_load_blob +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 0x58f76c4d usb_block_urb +EXPORT_SYMBOL_GPL vmlinux 0x58fa50c0 __traceiter_rwmmio_write +EXPORT_SYMBOL_GPL vmlinux 0x59044066 kill_dev_dax +EXPORT_SYMBOL_GPL vmlinux 0x59265646 usb_get_descriptor +EXPORT_SYMBOL_GPL vmlinux 0x5936870f class_remove_file_ns +EXPORT_SYMBOL_GPL vmlinux 0x593f9be4 lwtunnel_output +EXPORT_SYMBOL_GPL vmlinux 0x593ff6be find_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0x594efa1b firmware_kobj +EXPORT_SYMBOL_GPL vmlinux 0x5957cddb zs_lookup_class_index +EXPORT_SYMBOL_GPL vmlinux 0x5964aeb9 stmpe_reg_write +EXPORT_SYMBOL_GPL vmlinux 0x596ddb97 phy_reset +EXPORT_SYMBOL_GPL vmlinux 0x598679c4 blk_mq_start_stopped_hw_queue +EXPORT_SYMBOL_GPL vmlinux 0x5986d190 kdb_printf +EXPORT_SYMBOL_GPL vmlinux 0x598a6b40 rcu_trc_cmpxchg_need_qs +EXPORT_SYMBOL_GPL vmlinux 0x598bd295 usb_disable_xhci_ports +EXPORT_SYMBOL_GPL vmlinux 0x598f5cf1 gpiochip_line_is_persistent +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 0x59c9cb38 mtk_pinconf_adv_drive_set +EXPORT_SYMBOL_GPL vmlinux 0x59d2f3d9 pci_create_ims_domain +EXPORT_SYMBOL_GPL vmlinux 0x59e0695d phylink_speed_down +EXPORT_SYMBOL_GPL vmlinux 0x59e474f7 subsys_dev_iter_exit +EXPORT_SYMBOL_GPL vmlinux 0x59e640c0 halt_poll_ns +EXPORT_SYMBOL_GPL vmlinux 0x59ec6324 scsi_dh_set_params +EXPORT_SYMBOL_GPL vmlinux 0x59ecdeec edac_device_alloc_ctl_info +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 0x5a12e60c __SCK__tp_func_sched_update_nr_running_tp +EXPORT_SYMBOL_GPL vmlinux 0x5a1d134a rcu_momentary_dyntick_idle +EXPORT_SYMBOL_GPL vmlinux 0x5a1d168f dev_fill_metadata_dst +EXPORT_SYMBOL_GPL vmlinux 0x5a229368 arch_apei_enable_cmcff +EXPORT_SYMBOL_GPL vmlinux 0x5a3f4be6 regulator_enable_regmap +EXPORT_SYMBOL_GPL vmlinux 0x5a41d869 tty_perform_flush +EXPORT_SYMBOL_GPL vmlinux 0x5a45b917 xenbus_read_otherend_details +EXPORT_SYMBOL_GPL vmlinux 0x5a49dbc9 timerqueue_del +EXPORT_SYMBOL_GPL vmlinux 0x5a6cdb52 nf_ct_zone_dflt +EXPORT_SYMBOL_GPL vmlinux 0x5a78c6dc iov_iter_get_pages +EXPORT_SYMBOL_GPL vmlinux 0x5a79e995 of_genpd_add_provider_onecell +EXPORT_SYMBOL_GPL vmlinux 0x5a7bfe41 crypto_probing_notify +EXPORT_SYMBOL_GPL vmlinux 0x5a86f2be blk_mq_freeze_queue_wait +EXPORT_SYMBOL_GPL vmlinux 0x5a903e56 regulator_set_soft_start_regmap +EXPORT_SYMBOL_GPL vmlinux 0x5a978579 skb_zerocopy +EXPORT_SYMBOL_GPL vmlinux 0x5a9860c0 xfrm_state_afinfo_get_rcu +EXPORT_SYMBOL_GPL vmlinux 0x5aa70984 acpi_reduced_hardware +EXPORT_SYMBOL_GPL vmlinux 0x5ab09745 edac_get_owner +EXPORT_SYMBOL_GPL vmlinux 0x5accc668 driver_create_file +EXPORT_SYMBOL_GPL vmlinux 0x5ade6293 pci_disable_rom +EXPORT_SYMBOL_GPL vmlinux 0x5aef13d9 dma_request_chan +EXPORT_SYMBOL_GPL vmlinux 0x5aef1a93 virtio_require_restricted_mem_acc +EXPORT_SYMBOL_GPL vmlinux 0x5af05c48 fwnode_get_phy_mode +EXPORT_SYMBOL_GPL vmlinux 0x5b1aee96 sprd_pinctrl_core_probe +EXPORT_SYMBOL_GPL vmlinux 0x5b21ceff ring_buffer_iter_peek +EXPORT_SYMBOL_GPL vmlinux 0x5b3e5436 vp_modern_get_features +EXPORT_SYMBOL_GPL vmlinux 0x5b4792c7 ima_file_check +EXPORT_SYMBOL_GPL vmlinux 0x5b5bcda8 device_get_phy_mode +EXPORT_SYMBOL_GPL vmlinux 0x5b6b0329 swiotlb_max_segment +EXPORT_SYMBOL_GPL vmlinux 0x5b84ddb8 gpiod_get_raw_array_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x5b98011c eventfd_ctx_fileget +EXPORT_SYMBOL_GPL vmlinux 0x5ba5cdfb blk_mq_quiesce_queue_nowait +EXPORT_SYMBOL_GPL vmlinux 0x5ba9c87f blk_crypto_keyslot_index +EXPORT_SYMBOL_GPL vmlinux 0x5babb65a rio_mport_chk_dev_access +EXPORT_SYMBOL_GPL vmlinux 0x5bb18fe6 device_link_add +EXPORT_SYMBOL_GPL vmlinux 0x5bb20e81 irq_domain_translate_twocell +EXPORT_SYMBOL_GPL vmlinux 0x5bc393a0 blk_mq_sched_try_insert_merge +EXPORT_SYMBOL_GPL vmlinux 0x5bc950fe regulator_irq_helper_cancel +EXPORT_SYMBOL_GPL vmlinux 0x5bcb73a2 pm_runtime_no_callbacks +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 0x5bdeca06 devm_of_phy_get_by_index +EXPORT_SYMBOL_GPL vmlinux 0x5c044ee3 __devm_clk_hw_register_mux +EXPORT_SYMBOL_GPL vmlinux 0x5c070f62 cper_mem_err_status_str +EXPORT_SYMBOL_GPL vmlinux 0x5c0eaf31 acpi_dev_resource_interrupt +EXPORT_SYMBOL_GPL vmlinux 0x5c0f77ce HYPERVISOR_platform_op_raw +EXPORT_SYMBOL_GPL vmlinux 0x5c14586b clk_hw_get_parent_index +EXPORT_SYMBOL_GPL vmlinux 0x5c174f40 cpufreq_generic_init +EXPORT_SYMBOL_GPL vmlinux 0x5c2a5192 put_device +EXPORT_SYMBOL_GPL vmlinux 0x5c2f1546 devlink_sb_register +EXPORT_SYMBOL_GPL vmlinux 0x5c32eb10 xdp_return_frame_bulk +EXPORT_SYMBOL_GPL vmlinux 0x5c35ab67 spi_bus_lock +EXPORT_SYMBOL_GPL vmlinux 0x5c3a085e __traceiter_br_fdb_update +EXPORT_SYMBOL_GPL vmlinux 0x5c3bbd06 __SCK__tp_func_mc_event +EXPORT_SYMBOL_GPL vmlinux 0x5c3bfffd of_fdt_unflatten_tree +EXPORT_SYMBOL_GPL vmlinux 0x5c427fe2 i2c_dw_adjust_bus_speed +EXPORT_SYMBOL_GPL vmlinux 0x5c44ac13 pcc_mbox_request_channel +EXPORT_SYMBOL_GPL vmlinux 0x5c5a1b16 tick_broadcast_control +EXPORT_SYMBOL_GPL vmlinux 0x5c6310dc crypto_alloc_acomp_node +EXPORT_SYMBOL_GPL vmlinux 0x5c82016e __SCK__tp_func_napi_poll +EXPORT_SYMBOL_GPL vmlinux 0x5c82f2ed tegra_bpmp_mrq_return +EXPORT_SYMBOL_GPL vmlinux 0x5c84fb3e shash_free_singlespawn_instance +EXPORT_SYMBOL_GPL vmlinux 0x5c899cdc fib_nl_newrule +EXPORT_SYMBOL_GPL vmlinux 0x5c99cccc acpi_cppc_processor_exit +EXPORT_SYMBOL_GPL vmlinux 0x5cab9945 unregister_xenbus_watch +EXPORT_SYMBOL_GPL vmlinux 0x5cad8fc3 power_supply_ocv2cap_simple +EXPORT_SYMBOL_GPL vmlinux 0x5cc25a5f vp_legacy_get_status +EXPORT_SYMBOL_GPL vmlinux 0x5cc28d0a key_type_encrypted +EXPORT_SYMBOL_GPL vmlinux 0x5cc5b648 ext_pi_type1_crc64 +EXPORT_SYMBOL_GPL vmlinux 0x5cc77c45 led_colors +EXPORT_SYMBOL_GPL vmlinux 0x5cd6154f crypto_unregister_scomps +EXPORT_SYMBOL_GPL vmlinux 0x5cea5cfd uart_get_rs485_mode +EXPORT_SYMBOL_GPL vmlinux 0x5cede0a7 xdp_flush_frame_bulk +EXPORT_SYMBOL_GPL vmlinux 0x5cefa546 lwtunnel_encap_add_ops +EXPORT_SYMBOL_GPL vmlinux 0x5d0c4dcc phylink_speed_up +EXPORT_SYMBOL_GPL vmlinux 0x5d0ee575 irq_gc_unmask_enable_reg +EXPORT_SYMBOL_GPL vmlinux 0x5d17148b apei_write +EXPORT_SYMBOL_GPL vmlinux 0x5d2327e6 dm_device_name +EXPORT_SYMBOL_GPL vmlinux 0x5d27b6d9 net_selftest +EXPORT_SYMBOL_GPL vmlinux 0x5d2aa5fb rhashtable_walk_peek +EXPORT_SYMBOL_GPL vmlinux 0x5d2bc42a reset_control_rearm +EXPORT_SYMBOL_GPL vmlinux 0x5d301602 pci_p2pdma_distance_many +EXPORT_SYMBOL_GPL vmlinux 0x5d342f63 tty_save_termios +EXPORT_SYMBOL_GPL vmlinux 0x5d363a62 extcon_get_edev_name +EXPORT_SYMBOL_GPL vmlinux 0x5d3ebd75 vp_modern_set_status +EXPORT_SYMBOL_GPL vmlinux 0x5d69ad3f __mmdrop +EXPORT_SYMBOL_GPL vmlinux 0x5d6b3206 reset_controller_register +EXPORT_SYMBOL_GPL vmlinux 0x5d78b8ad scsi_host_unblock +EXPORT_SYMBOL_GPL vmlinux 0x5d8476d3 bpf_sk_storage_diag_alloc +EXPORT_SYMBOL_GPL vmlinux 0x5d99d9d6 nvdimm_security_setup_events +EXPORT_SYMBOL_GPL vmlinux 0x5da132b2 balloon_page_enqueue +EXPORT_SYMBOL_GPL vmlinux 0x5da2d0e2 __traceiter_devlink_hwerr +EXPORT_SYMBOL_GPL vmlinux 0x5da67adc zs_compact +EXPORT_SYMBOL_GPL vmlinux 0x5dbcf3c2 dmaengine_unmap_put +EXPORT_SYMBOL_GPL vmlinux 0x5dc19747 phylink_mii_c22_pcs_encode_advertisement +EXPORT_SYMBOL_GPL vmlinux 0x5dd1fe92 hisi_reset_init +EXPORT_SYMBOL_GPL vmlinux 0x5ddc5159 fat_dir_empty +EXPORT_SYMBOL_GPL vmlinux 0x5de06d63 srcu_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x5de412cd k3_ringacc_ring_push +EXPORT_SYMBOL_GPL vmlinux 0x5de905f8 spi_get_device_id +EXPORT_SYMBOL_GPL vmlinux 0x5df04171 crypto_register_acomp +EXPORT_SYMBOL_GPL vmlinux 0x5e173309 cpu_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0x5e236529 mtk_clk_simple_probe +EXPORT_SYMBOL_GPL vmlinux 0x5e41fcbb iomap_finish_ioends +EXPORT_SYMBOL_GPL vmlinux 0x5e41fe6e sysfs_create_bin_file +EXPORT_SYMBOL_GPL vmlinux 0x5e50beb2 platform_device_add_data +EXPORT_SYMBOL_GPL vmlinux 0x5e515be6 ktime_get_ts64 +EXPORT_SYMBOL_GPL vmlinux 0x5e5d9b4d vga_default_device +EXPORT_SYMBOL_GPL vmlinux 0x5e704b02 trace_array_destroy +EXPORT_SYMBOL_GPL vmlinux 0x5e76bb57 k3_ringacc_ring_get_size +EXPORT_SYMBOL_GPL vmlinux 0x5e798ffb divider_get_val +EXPORT_SYMBOL_GPL vmlinux 0x5e82ffda percpu_is_read_locked +EXPORT_SYMBOL_GPL vmlinux 0x5e83c014 tpm1_getcap +EXPORT_SYMBOL_GPL vmlinux 0x5e85415b ring_buffer_consume +EXPORT_SYMBOL_GPL vmlinux 0x5e9f8fd6 __fsnotify_inode_delete +EXPORT_SYMBOL_GPL vmlinux 0x5ea17dab inet6_compat_ioctl +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 0x5ec2319a mtk_mutex_unprepare +EXPORT_SYMBOL_GPL vmlinux 0x5ec950f7 fw_devlink_purge_absent_suppliers +EXPORT_SYMBOL_GPL vmlinux 0x5ecdcf90 ti_sci_get_free_resource +EXPORT_SYMBOL_GPL vmlinux 0x5ee2aa12 list_lru_count_node +EXPORT_SYMBOL_GPL vmlinux 0x5eeeac11 vcap_debugfs +EXPORT_SYMBOL_GPL vmlinux 0x5f02dde6 fuse_conn_destroy +EXPORT_SYMBOL_GPL vmlinux 0x5f057fc5 clk_hw_get_parent_by_index +EXPORT_SYMBOL_GPL vmlinux 0x5f0dae8a devm_init_badblocks +EXPORT_SYMBOL_GPL vmlinux 0x5f160bec phy_calibrate +EXPORT_SYMBOL_GPL vmlinux 0x5f23e3fa insert_resource +EXPORT_SYMBOL_GPL vmlinux 0x5f240f2a check_move_unevictable_pages +EXPORT_SYMBOL_GPL vmlinux 0x5f32769b __netpoll_setup +EXPORT_SYMBOL_GPL vmlinux 0x5f523a73 sysfs_add_link_to_group +EXPORT_SYMBOL_GPL vmlinux 0x5f545d09 devm_ti_sci_get_resource +EXPORT_SYMBOL_GPL vmlinux 0x5f628744 ata_link_abort +EXPORT_SYMBOL_GPL vmlinux 0x5f6f1e9e dax_get_private +EXPORT_SYMBOL_GPL vmlinux 0x5f8d3f24 devlink_param_driverinit_value_set +EXPORT_SYMBOL_GPL vmlinux 0x5f918da5 fuse_dev_install +EXPORT_SYMBOL_GPL vmlinux 0x5fa2b8fe pciserial_init_ports +EXPORT_SYMBOL_GPL vmlinux 0x5fa625ed mpi_ec_mul_point +EXPORT_SYMBOL_GPL vmlinux 0x5fb7a8e0 elv_unregister +EXPORT_SYMBOL_GPL vmlinux 0x5fb8024e devm_pinctrl_unregister +EXPORT_SYMBOL_GPL vmlinux 0x5fb8848b halt_poll_ns_grow_start +EXPORT_SYMBOL_GPL vmlinux 0x5fc1300e ahci_qc_issue +EXPORT_SYMBOL_GPL vmlinux 0x5fc9afc6 crypto_aead_decrypt +EXPORT_SYMBOL_GPL vmlinux 0x5fd8ac72 xen_find_device_domain_owner +EXPORT_SYMBOL_GPL vmlinux 0x5fdfcd57 __tracepoint_pelt_thermal_tp +EXPORT_SYMBOL_GPL vmlinux 0x5fe1fe32 da9052_adc_read_temp +EXPORT_SYMBOL_GPL vmlinux 0x600257cc net_ns_type_operations +EXPORT_SYMBOL_GPL vmlinux 0x600273d4 devm_hwspin_lock_free +EXPORT_SYMBOL_GPL vmlinux 0x60083530 gpiod_to_chip +EXPORT_SYMBOL_GPL vmlinux 0x60091316 clk_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0x6015d1e4 __devm_regmap_init_i2c +EXPORT_SYMBOL_GPL vmlinux 0x60250104 dev_pm_opp_put_opp_table +EXPORT_SYMBOL_GPL vmlinux 0x6029acdf init_dummy_netdev +EXPORT_SYMBOL_GPL vmlinux 0x60311742 proc_create_net_single_write +EXPORT_SYMBOL_GPL vmlinux 0x603d0d51 acpi_os_map_iomem +EXPORT_SYMBOL_GPL vmlinux 0x603f0d7c led_trigger_register_simple +EXPORT_SYMBOL_GPL vmlinux 0x60442822 phys_to_mach +EXPORT_SYMBOL_GPL vmlinux 0x604722fd devices_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0x604825a9 kvm_irq_has_notifier +EXPORT_SYMBOL_GPL vmlinux 0x605d5bfa cache_line_size +EXPORT_SYMBOL_GPL vmlinux 0x605ebf5b platform_driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0x605ed9bc fsl_mc_bus_dpdcei_type +EXPORT_SYMBOL_GPL vmlinux 0x60616ae0 gpiochip_get_data +EXPORT_SYMBOL_GPL vmlinux 0x606b4aba devlink_linecard_provision_set +EXPORT_SYMBOL_GPL vmlinux 0x607c4683 devlink_info_version_fixed_put +EXPORT_SYMBOL_GPL vmlinux 0x6089ea46 regulator_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x608d25d6 __xas_prev +EXPORT_SYMBOL_GPL vmlinux 0x6091797f synchronize_rcu +EXPORT_SYMBOL_GPL vmlinux 0x60985e4b da9052_free_irq +EXPORT_SYMBOL_GPL vmlinux 0x6098a703 device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x60a0afc7 xfrm_dev_offload_ok +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 0x60db6159 nf_queue_entry_free +EXPORT_SYMBOL_GPL vmlinux 0x60dd92f1 md_stop_writes +EXPORT_SYMBOL_GPL vmlinux 0x60de6ecc gpiochip_irqchip_add_domain +EXPORT_SYMBOL_GPL vmlinux 0x60ebc96f ring_buffer_read_prepare +EXPORT_SYMBOL_GPL vmlinux 0x60f99e1b cppc_set_perf +EXPORT_SYMBOL_GPL vmlinux 0x60fb5195 devlink_to_dev +EXPORT_SYMBOL_GPL vmlinux 0x6112a600 __percpu_init_rwsem +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 0x614adcb7 of_overlay_remove_all +EXPORT_SYMBOL_GPL vmlinux 0x614d4be3 dev_attr_em_message_type +EXPORT_SYMBOL_GPL vmlinux 0x6167f092 ata_cable_40wire +EXPORT_SYMBOL_GPL vmlinux 0x616fcec3 acpi_dev_gpio_irq_wake_get_by +EXPORT_SYMBOL_GPL vmlinux 0x6174585a thermal_zone_bind_cooling_device +EXPORT_SYMBOL_GPL vmlinux 0x61756ba8 is_dock_device +EXPORT_SYMBOL_GPL vmlinux 0x617cb02c dev_pm_put_subsys_data +EXPORT_SYMBOL_GPL vmlinux 0x617cdbb4 phy_pm_runtime_put_sync +EXPORT_SYMBOL_GPL vmlinux 0x6180ff9a power_supply_am_i_supplied +EXPORT_SYMBOL_GPL vmlinux 0x61819101 ata_cable_unknown +EXPORT_SYMBOL_GPL vmlinux 0x6181e79f timerqueue_add +EXPORT_SYMBOL_GPL vmlinux 0x618a67d4 pm_genpd_remove_device +EXPORT_SYMBOL_GPL vmlinux 0x6198dfea __ring_buffer_alloc +EXPORT_SYMBOL_GPL vmlinux 0x6199ad5d crypto_has_skcipher +EXPORT_SYMBOL_GPL vmlinux 0x619d2eca acpi_gpio_get_irq_resource +EXPORT_SYMBOL_GPL vmlinux 0x61a91295 component_add_typed +EXPORT_SYMBOL_GPL vmlinux 0x61ab8f3a ata_bmdma_port_start32 +EXPORT_SYMBOL_GPL vmlinux 0x61b32fad xen_xlate_remap_gfn_array +EXPORT_SYMBOL_GPL vmlinux 0x61b6b205 dev_pm_opp_of_add_table +EXPORT_SYMBOL_GPL vmlinux 0x61b7cd02 fscrypt_mergeable_bio_bh +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 0x61d2afb0 dev_pm_opp_free_cpufreq_table +EXPORT_SYMBOL_GPL vmlinux 0x61e3c545 ata_scsi_queuecmd +EXPORT_SYMBOL_GPL vmlinux 0x61ee0a94 power_supply_property_is_writeable +EXPORT_SYMBOL_GPL vmlinux 0x61ef36bb pci_epc_mem_free_addr +EXPORT_SYMBOL_GPL vmlinux 0x61f67c92 phy_gbit_features_array +EXPORT_SYMBOL_GPL vmlinux 0x61ffc373 serial8250_rpm_put_tx +EXPORT_SYMBOL_GPL vmlinux 0x6206c6df vcap_rule_add_key_u48 +EXPORT_SYMBOL_GPL vmlinux 0x62104126 phylink_ethtool_set_wol +EXPORT_SYMBOL_GPL vmlinux 0x622c7922 register_oom_notifier +EXPORT_SYMBOL_GPL vmlinux 0x62377a7b blk_io_schedule +EXPORT_SYMBOL_GPL vmlinux 0x6246a629 synchronize_rcu_tasks_trace +EXPORT_SYMBOL_GPL vmlinux 0x62497a35 devl_dpipe_headers_register +EXPORT_SYMBOL_GPL vmlinux 0x624a4c01 regmap_read +EXPORT_SYMBOL_GPL vmlinux 0x62506ecd bio_associate_blkg +EXPORT_SYMBOL_GPL vmlinux 0x6257dda7 clk_rate_exclusive_get +EXPORT_SYMBOL_GPL vmlinux 0x6259d291 clk_restore_context +EXPORT_SYMBOL_GPL vmlinux 0x62602735 component_add +EXPORT_SYMBOL_GPL vmlinux 0x62681c14 cgroup_path_ns +EXPORT_SYMBOL_GPL vmlinux 0x62691665 pingv6_prot +EXPORT_SYMBOL_GPL vmlinux 0x6281a668 kthread_use_mm +EXPORT_SYMBOL_GPL vmlinux 0x6289bfb8 kvm_write_guest +EXPORT_SYMBOL_GPL vmlinux 0x628a2ca8 tps6586x_clr_bits +EXPORT_SYMBOL_GPL vmlinux 0x62918721 ahci_platform_disable_phys +EXPORT_SYMBOL_GPL vmlinux 0x629f162b pm_clk_destroy +EXPORT_SYMBOL_GPL vmlinux 0x629f6775 blk_queue_write_cache +EXPORT_SYMBOL_GPL vmlinux 0x62a276c2 usb_root_hub_lost_power +EXPORT_SYMBOL_GPL vmlinux 0x62a29127 scsi_ioctl_block_when_processing_errors +EXPORT_SYMBOL_GPL vmlinux 0x62b23dcf scsi_flush_work +EXPORT_SYMBOL_GPL vmlinux 0x62b5f85d inet_csk_listen_start +EXPORT_SYMBOL_GPL vmlinux 0x62bb09bf clocks_calc_mult_shift +EXPORT_SYMBOL_GPL vmlinux 0x62e27dd7 bdi_dev_name +EXPORT_SYMBOL_GPL vmlinux 0x62e8a4f3 spi_add_device +EXPORT_SYMBOL_GPL vmlinux 0x62ffd80a icc_link_destroy +EXPORT_SYMBOL_GPL vmlinux 0x63004293 dbs_update +EXPORT_SYMBOL_GPL vmlinux 0x63150e06 clk_get_parent +EXPORT_SYMBOL_GPL vmlinux 0x63197685 s2idle_wake +EXPORT_SYMBOL_GPL vmlinux 0x6334b60b register_pernet_device +EXPORT_SYMBOL_GPL vmlinux 0x6338d806 of_phy_simple_xlate +EXPORT_SYMBOL_GPL vmlinux 0x634806ba __dax_driver_register +EXPORT_SYMBOL_GPL vmlinux 0x634b9d42 __SCK__tp_func_block_unplug +EXPORT_SYMBOL_GPL vmlinux 0x63582578 virtqueue_notify +EXPORT_SYMBOL_GPL vmlinux 0x637b462f ata_pci_sff_prepare_host +EXPORT_SYMBOL_GPL vmlinux 0x637ffbde max8997_bulk_read +EXPORT_SYMBOL_GPL vmlinux 0x638aff11 proc_douintvec_minmax +EXPORT_SYMBOL_GPL vmlinux 0x638c3ade tcp_register_congestion_control +EXPORT_SYMBOL_GPL vmlinux 0x6394e27d fwnode_property_read_string_array +EXPORT_SYMBOL_GPL vmlinux 0x63a0f58a pci_walk_bus +EXPORT_SYMBOL_GPL vmlinux 0x63a13adf ethnl_cable_test_alloc +EXPORT_SYMBOL_GPL vmlinux 0x63b1c5d3 xenbus_map_ring_valloc +EXPORT_SYMBOL_GPL vmlinux 0x63b67b8b devm_device_add_group +EXPORT_SYMBOL_GPL vmlinux 0x63c08029 clk_bulk_unprepare +EXPORT_SYMBOL_GPL vmlinux 0x63c38d3e shash_no_setkey +EXPORT_SYMBOL_GPL vmlinux 0x63c6cad0 md_find_rdev_nr_rcu +EXPORT_SYMBOL_GPL vmlinux 0x63cdda11 ahci_start_fis_rx +EXPORT_SYMBOL_GPL vmlinux 0x63da33d5 perf_pmu_unregister +EXPORT_SYMBOL_GPL vmlinux 0x63e30668 __traceiter_block_split +EXPORT_SYMBOL_GPL vmlinux 0x63ea80b3 cper_mem_err_type_str +EXPORT_SYMBOL_GPL vmlinux 0x63f4bf3a subsys_dev_iter_next +EXPORT_SYMBOL_GPL vmlinux 0x63f92a66 rtnl_get_net_ns_capable +EXPORT_SYMBOL_GPL vmlinux 0x640aff89 usb_driver_release_interface +EXPORT_SYMBOL_GPL vmlinux 0x640d377a usb_reset_endpoint +EXPORT_SYMBOL_GPL vmlinux 0x6427572b tegra210_clk_emc_dll_enable +EXPORT_SYMBOL_GPL vmlinux 0x642e558a ata_bmdma_port_intr +EXPORT_SYMBOL_GPL vmlinux 0x6432dd6d pm_clk_add +EXPORT_SYMBOL_GPL vmlinux 0x643b06b0 zynqmp_pm_clock_setrate +EXPORT_SYMBOL_GPL vmlinux 0x643fca91 pinctrl_register +EXPORT_SYMBOL_GPL vmlinux 0x64442126 pm_runtime_set_autosuspend_delay +EXPORT_SYMBOL_GPL vmlinux 0x6457b431 led_set_brightness_sync +EXPORT_SYMBOL_GPL vmlinux 0x645dfc89 wm8350_block_read +EXPORT_SYMBOL_GPL vmlinux 0x64609d25 __tracepoint_devlink_trap_report +EXPORT_SYMBOL_GPL vmlinux 0x6466e19f bpf_trace_run11 +EXPORT_SYMBOL_GPL vmlinux 0x647537f3 pl320_ipc_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x6478b1cd page_cache_sync_ra +EXPORT_SYMBOL_GPL vmlinux 0x647b6400 synth_event_add_val +EXPORT_SYMBOL_GPL vmlinux 0x647bcabc power_supply_powers +EXPORT_SYMBOL_GPL vmlinux 0x648178cc devm_regulator_get_exclusive +EXPORT_SYMBOL_GPL vmlinux 0x6485cd35 trace_print_bitmask_seq +EXPORT_SYMBOL_GPL vmlinux 0x64878001 __clk_mux_determine_rate_closest +EXPORT_SYMBOL_GPL vmlinux 0x64890d4e serdev_device_wait_until_sent +EXPORT_SYMBOL_GPL vmlinux 0x648dfc82 list_lru_add +EXPORT_SYMBOL_GPL vmlinux 0x648f59a9 sfp_module_insert +EXPORT_SYMBOL_GPL vmlinux 0x6496c6e9 devres_add +EXPORT_SYMBOL_GPL vmlinux 0x64a1a5ce phylink_decode_usxgmii_word +EXPORT_SYMBOL_GPL vmlinux 0x64a31445 mutex_lock_io +EXPORT_SYMBOL_GPL vmlinux 0x64a6731f virtqueue_poll +EXPORT_SYMBOL_GPL vmlinux 0x64abed5c mddev_suspend +EXPORT_SYMBOL_GPL vmlinux 0x64bba53a mmu_notifier_get_locked +EXPORT_SYMBOL_GPL vmlinux 0x64c09f1a devlink_dpipe_entry_ctx_append +EXPORT_SYMBOL_GPL vmlinux 0x64c3b563 stmpe_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x64c9c9d2 __traceiter_pelt_irq_tp +EXPORT_SYMBOL_GPL vmlinux 0x64ced9f8 gpiod_toggle_active_low +EXPORT_SYMBOL_GPL vmlinux 0x64d1bb76 regulator_disable_regmap +EXPORT_SYMBOL_GPL vmlinux 0x64e27c4f synth_event_delete +EXPORT_SYMBOL_GPL vmlinux 0x64ec62f4 irq_gc_noop +EXPORT_SYMBOL_GPL vmlinux 0x64f04b41 arm64_mm_context_put +EXPORT_SYMBOL_GPL vmlinux 0x64f36620 dax_flush +EXPORT_SYMBOL_GPL vmlinux 0x64f74abf __tracepoint_pelt_cfs_tp +EXPORT_SYMBOL_GPL vmlinux 0x6502afdd gfn_to_hva +EXPORT_SYMBOL_GPL vmlinux 0x6502d9c2 xenbus_scanf +EXPORT_SYMBOL_GPL vmlinux 0x65047881 nvdimm_badblocks_populate +EXPORT_SYMBOL_GPL vmlinux 0x651234c1 devm_i2c_new_dummy_device +EXPORT_SYMBOL_GPL vmlinux 0x6512f7f9 ip6_route_input_lookup +EXPORT_SYMBOL_GPL vmlinux 0x6516f207 sysfs_remove_bin_file +EXPORT_SYMBOL_GPL vmlinux 0x651d10e5 ktime_get_tai_fast_ns +EXPORT_SYMBOL_GPL vmlinux 0x652ef3fb edac_mc_add_mc_with_groups +EXPORT_SYMBOL_GPL vmlinux 0x6531a37f mpi_add +EXPORT_SYMBOL_GPL vmlinux 0x65362b33 devm_of_platform_populate +EXPORT_SYMBOL_GPL vmlinux 0x6545268e __tracepoint_neigh_cleanup_and_release +EXPORT_SYMBOL_GPL vmlinux 0x654c978a ata_sas_port_init +EXPORT_SYMBOL_GPL vmlinux 0x6551349a pci_epc_clear_bar +EXPORT_SYMBOL_GPL vmlinux 0x65525c38 ghes_register_report_chain +EXPORT_SYMBOL_GPL vmlinux 0x65526b0f raw_seq_next +EXPORT_SYMBOL_GPL vmlinux 0x6558c85a rio_local_get_device_id +EXPORT_SYMBOL_GPL vmlinux 0x655b95c1 udp_cmsg_send +EXPORT_SYMBOL_GPL vmlinux 0x655ba043 report_iommu_fault +EXPORT_SYMBOL_GPL vmlinux 0x655eab23 mtk_pinconf_adv_drive_get +EXPORT_SYMBOL_GPL vmlinux 0x655f32a3 replace_page_cache_folio +EXPORT_SYMBOL_GPL vmlinux 0x6566486a fixed_phy_register +EXPORT_SYMBOL_GPL vmlinux 0x656d8ebe regmap_async_complete_cb +EXPORT_SYMBOL_GPL vmlinux 0x656e733c iommu_set_pgtable_quirks +EXPORT_SYMBOL_GPL vmlinux 0x657b99cd devm_bitmap_alloc +EXPORT_SYMBOL_GPL vmlinux 0x6587660a regulator_set_voltage_time_sel +EXPORT_SYMBOL_GPL vmlinux 0x65a6b86a mtk_clk_gate_ops_setclr +EXPORT_SYMBOL_GPL vmlinux 0x65a88a3b of_hwspin_lock_get_id +EXPORT_SYMBOL_GPL vmlinux 0x65acf90c sbitmap_weight +EXPORT_SYMBOL_GPL vmlinux 0x65b195ff devm_regmap_init_vexpress_config +EXPORT_SYMBOL_GPL vmlinux 0x65c5de23 msi_domain_first_desc +EXPORT_SYMBOL_GPL vmlinux 0x65c66b8f unregister_ftrace_function +EXPORT_SYMBOL_GPL vmlinux 0x65ca0a2e netdev_rx_handler_unregister +EXPORT_SYMBOL_GPL vmlinux 0x65ccb6f0 call_netevent_notifiers +EXPORT_SYMBOL_GPL vmlinux 0x65cd7e01 fat_truncate_time +EXPORT_SYMBOL_GPL vmlinux 0x65dadb75 sk_psock_msg_verdict +EXPORT_SYMBOL_GPL vmlinux 0x65e01af9 __sync_icache_dcache +EXPORT_SYMBOL_GPL vmlinux 0x65e3cebf bpf_trace_run6 +EXPORT_SYMBOL_GPL vmlinux 0x65e947d0 sysfs_remove_file_from_group +EXPORT_SYMBOL_GPL vmlinux 0x65ec373e blk_crypto_evict_key +EXPORT_SYMBOL_GPL vmlinux 0x65f76e6a tps6586x_update +EXPORT_SYMBOL_GPL vmlinux 0x660eb6bd devlink_free +EXPORT_SYMBOL_GPL vmlinux 0x6615814a devm_irq_setup_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0x661601de sprint_symbol +EXPORT_SYMBOL_GPL vmlinux 0x6616baae synth_event_create +EXPORT_SYMBOL_GPL vmlinux 0x66185910 regulator_irq_map_event_simple +EXPORT_SYMBOL_GPL vmlinux 0x6620aa80 pm_generic_runtime_suspend +EXPORT_SYMBOL_GPL vmlinux 0x66214916 synth_event_add_next_val +EXPORT_SYMBOL_GPL vmlinux 0x662d346c __acpi_node_get_property_reference +EXPORT_SYMBOL_GPL vmlinux 0x6636c3c9 irq_set_vcpu_affinity +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 0x664b77b6 virtio_break_device +EXPORT_SYMBOL_GPL vmlinux 0x664b8d1c user_update +EXPORT_SYMBOL_GPL vmlinux 0x664eb54a k3_ringacc_ring_reset_dma +EXPORT_SYMBOL_GPL vmlinux 0x6655dd2c exportfs_encode_fh +EXPORT_SYMBOL_GPL vmlinux 0x665e92a0 clk_set_duty_cycle +EXPORT_SYMBOL_GPL vmlinux 0x665f5d5b led_trigger_register +EXPORT_SYMBOL_GPL vmlinux 0x6675bb8c sdio_release_irq +EXPORT_SYMBOL_GPL vmlinux 0x667bb40d ata_bmdma_dumb_qc_prep +EXPORT_SYMBOL_GPL vmlinux 0x667eee12 sdio_writesb +EXPORT_SYMBOL_GPL vmlinux 0x6682df66 ata_sff_exec_command +EXPORT_SYMBOL_GPL vmlinux 0x668402aa crypto_put_default_rng +EXPORT_SYMBOL_GPL vmlinux 0x6686a839 bpf_map_put +EXPORT_SYMBOL_GPL vmlinux 0x6689f23f register_asymmetric_key_parser +EXPORT_SYMBOL_GPL vmlinux 0x668d1fdf of_device_request_module +EXPORT_SYMBOL_GPL vmlinux 0x669b4897 fsl_mc_resource_free +EXPORT_SYMBOL_GPL vmlinux 0x66a250e8 dma_need_sync +EXPORT_SYMBOL_GPL vmlinux 0x66a690b3 irq_domain_update_bus_token +EXPORT_SYMBOL_GPL vmlinux 0x66a8dab4 badblocks_exit +EXPORT_SYMBOL_GPL vmlinux 0x66abba44 br_fdb_test_addr_hook +EXPORT_SYMBOL_GPL vmlinux 0x66b19abf usb_hcd_poll_rh_status +EXPORT_SYMBOL_GPL vmlinux 0x66b97421 sfp_link_up +EXPORT_SYMBOL_GPL vmlinux 0x66bab456 mmu_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0x66c2bc0b vcap_rule_get_key_u32 +EXPORT_SYMBOL_GPL vmlinux 0x66cbe026 devm_ioremap_uc +EXPORT_SYMBOL_GPL vmlinux 0x66d7fb0b __platform_create_bundle +EXPORT_SYMBOL_GPL vmlinux 0x66d87d38 symbol_put_addr +EXPORT_SYMBOL_GPL vmlinux 0x66e5c4d9 xenbus_unmap_ring_vfree +EXPORT_SYMBOL_GPL vmlinux 0x66e8b5b0 phylink_caps_to_linkmodes +EXPORT_SYMBOL_GPL vmlinux 0x66ec6c10 debugfs_remove +EXPORT_SYMBOL_GPL vmlinux 0x670b339c ghes_get_devices +EXPORT_SYMBOL_GPL vmlinux 0x67114859 nvmem_cell_read_u32 +EXPORT_SYMBOL_GPL vmlinux 0x671237b6 xhci_ext_cap_init +EXPORT_SYMBOL_GPL vmlinux 0x671508f1 debugfs_attr_read +EXPORT_SYMBOL_GPL vmlinux 0x67193b60 phylink_fwnode_phy_connect +EXPORT_SYMBOL_GPL vmlinux 0x67238536 skcipher_walk_aead_encrypt +EXPORT_SYMBOL_GPL vmlinux 0x672a2ae7 blk_queue_required_elevator_features +EXPORT_SYMBOL_GPL vmlinux 0x6739a503 balloon_set_new_target +EXPORT_SYMBOL_GPL vmlinux 0x6741ea64 crypto_shash_tfm_digest +EXPORT_SYMBOL_GPL vmlinux 0x67429c91 __SCK__tp_func_block_bio_remap +EXPORT_SYMBOL_GPL vmlinux 0x6748cca4 device_wakeup_disable +EXPORT_SYMBOL_GPL vmlinux 0x6755bca3 led_set_brightness_nosleep +EXPORT_SYMBOL_GPL vmlinux 0x675f714d rio_request_outb_mbox +EXPORT_SYMBOL_GPL vmlinux 0x676c688f k3_ringacc_ring_free +EXPORT_SYMBOL_GPL vmlinux 0x677ff88c xas_store +EXPORT_SYMBOL_GPL vmlinux 0x678074fd fat_attach +EXPORT_SYMBOL_GPL vmlinux 0x6780c340 vcap_keyset_list_add +EXPORT_SYMBOL_GPL vmlinux 0x67955ce6 profile_hits +EXPORT_SYMBOL_GPL vmlinux 0x67aefc08 device_store_bool +EXPORT_SYMBOL_GPL vmlinux 0x67bab86d set_task_ioprio +EXPORT_SYMBOL_GPL vmlinux 0x67c01b65 debugfs_print_regs32 +EXPORT_SYMBOL_GPL vmlinux 0x67c3c795 get_state_synchronize_rcu_full +EXPORT_SYMBOL_GPL vmlinux 0x67ca4cee devm_led_classdev_register_ext +EXPORT_SYMBOL_GPL vmlinux 0x67da9f7c sha512_zero_message_hash +EXPORT_SYMBOL_GPL vmlinux 0x67dcae87 pm_schedule_suspend +EXPORT_SYMBOL_GPL vmlinux 0x67e2b1bf dev_pm_opp_find_bw_floor +EXPORT_SYMBOL_GPL vmlinux 0x67e9b27a devm_hwspin_lock_request +EXPORT_SYMBOL_GPL vmlinux 0x67eafd79 switchdev_port_obj_add +EXPORT_SYMBOL_GPL vmlinux 0x67f9326c ata_port_pbar_desc +EXPORT_SYMBOL_GPL vmlinux 0x68005db3 crypto_grab_shash +EXPORT_SYMBOL_GPL vmlinux 0x680d6c49 posix_acl_access_xattr_handler +EXPORT_SYMBOL_GPL vmlinux 0x682ff057 ring_buffer_commit_overrun_cpu +EXPORT_SYMBOL_GPL vmlinux 0x68460527 blkcg_set_fc_appid +EXPORT_SYMBOL_GPL vmlinux 0x684be8c3 xdp_rxq_info_unused +EXPORT_SYMBOL_GPL vmlinux 0x684ca117 zynqmp_pm_get_pll_frac_mode +EXPORT_SYMBOL_GPL vmlinux 0x68500142 debugfs_create_u32_array +EXPORT_SYMBOL_GPL vmlinux 0x685be10b mmc_sanitize +EXPORT_SYMBOL_GPL vmlinux 0x685c6d03 pm_generic_suspend +EXPORT_SYMBOL_GPL vmlinux 0x686f9fc5 mtk_eint_do_resume +EXPORT_SYMBOL_GPL vmlinux 0x68733d89 vp_modern_map_vq_notify +EXPORT_SYMBOL_GPL vmlinux 0x6887d3c6 crypto_aes_set_key +EXPORT_SYMBOL_GPL vmlinux 0x6892e3c3 kvm_set_pfn_accessed +EXPORT_SYMBOL_GPL vmlinux 0x68952493 rcu_note_context_switch +EXPORT_SYMBOL_GPL vmlinux 0x68956101 devm_rtc_device_register +EXPORT_SYMBOL_GPL vmlinux 0x68c18275 tty_buffer_set_limit +EXPORT_SYMBOL_GPL vmlinux 0x68ce4a63 device_find_child_by_name +EXPORT_SYMBOL_GPL vmlinux 0x68cf05fe device_property_match_string +EXPORT_SYMBOL_GPL vmlinux 0x68d2917e handle_fasteoi_nmi +EXPORT_SYMBOL_GPL vmlinux 0x68f7a2f1 crypto_alloc_acomp +EXPORT_SYMBOL_GPL vmlinux 0x68f948fa mtk_mux_clr_set_upd_ops +EXPORT_SYMBOL_GPL vmlinux 0x68fdafe7 tracing_snapshot_cond_enable +EXPORT_SYMBOL_GPL vmlinux 0x690ca0c9 sdev_evt_send +EXPORT_SYMBOL_GPL vmlinux 0x690f585e phy_basic_ports_array +EXPORT_SYMBOL_GPL vmlinux 0x690fdcf9 devm_thermal_of_cooling_device_register +EXPORT_SYMBOL_GPL vmlinux 0x691fb18a thermal_add_hwmon_sysfs +EXPORT_SYMBOL_GPL vmlinux 0x694a4f42 pci_destroy_slot +EXPORT_SYMBOL_GPL vmlinux 0x694d135d regulator_list_voltage_linear_range +EXPORT_SYMBOL_GPL vmlinux 0x69584064 iommu_page_response +EXPORT_SYMBOL_GPL vmlinux 0x69618fd1 tegra_mc_write_emem_configuration +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 0x6974a955 bd_prepare_to_claim +EXPORT_SYMBOL_GPL vmlinux 0x69776723 crypto_stats_akcipher_sign +EXPORT_SYMBOL_GPL vmlinux 0x69795731 ahci_platform_disable_clks +EXPORT_SYMBOL_GPL vmlinux 0x6979aeaf serdev_controller_alloc +EXPORT_SYMBOL_GPL vmlinux 0x697c5d0d tracing_snapshot_alloc +EXPORT_SYMBOL_GPL vmlinux 0x698edfc3 zynqmp_pm_set_gem_config +EXPORT_SYMBOL_GPL vmlinux 0x6991408b spi_finalize_current_message +EXPORT_SYMBOL_GPL vmlinux 0x69ae94b3 __traceiter_tcp_send_reset +EXPORT_SYMBOL_GPL vmlinux 0x69bf2d6b ata_pio_need_iordy +EXPORT_SYMBOL_GPL vmlinux 0x69c0443b disk_set_independent_access_ranges +EXPORT_SYMBOL_GPL vmlinux 0x69cf0632 mpi_fromstr +EXPORT_SYMBOL_GPL vmlinux 0x69dc1697 __netpoll_free +EXPORT_SYMBOL_GPL vmlinux 0x69e683de uuid_gen +EXPORT_SYMBOL_GPL vmlinux 0x69ee2220 linear_range_get_selector_high +EXPORT_SYMBOL_GPL vmlinux 0x69f288c9 fat_free_clusters +EXPORT_SYMBOL_GPL vmlinux 0x6a05b65b fb_videomode_from_videomode +EXPORT_SYMBOL_GPL vmlinux 0x6a062596 crypto_grab_skcipher +EXPORT_SYMBOL_GPL vmlinux 0x6a0fa82c tty_port_register_device +EXPORT_SYMBOL_GPL vmlinux 0x6a14d3af unregister_random_vmfork_notifier +EXPORT_SYMBOL_GPL vmlinux 0x6a1f4279 usb_put_intf +EXPORT_SYMBOL_GPL vmlinux 0x6a36ff74 __traceiter_devlink_hwmsg +EXPORT_SYMBOL_GPL vmlinux 0x6a41ac11 gpiod_put +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 0x6a53fbf0 ahci_platform_find_clk +EXPORT_SYMBOL_GPL vmlinux 0x6a5502b2 usb_enable_autosuspend +EXPORT_SYMBOL_GPL vmlinux 0x6a57c67f led_trigger_rename_static +EXPORT_SYMBOL_GPL vmlinux 0x6a6e0d34 __pm_runtime_suspend +EXPORT_SYMBOL_GPL vmlinux 0x6a708c92 of_hte_req_count +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 0x6aa2a877 xenbus_printf +EXPORT_SYMBOL_GPL vmlinux 0x6aad9152 xen_set_callback_via +EXPORT_SYMBOL_GPL vmlinux 0x6ab299d7 of_thermal_get_trip_points +EXPORT_SYMBOL_GPL vmlinux 0x6ad21706 mmc_regulator_set_vqmmc +EXPORT_SYMBOL_GPL vmlinux 0x6ad48303 xfrm_dev_policy_add +EXPORT_SYMBOL_GPL vmlinux 0x6ae2a047 device_property_read_u16_array +EXPORT_SYMBOL_GPL vmlinux 0x6aee5d1c __traceiter_ata_bmdma_setup +EXPORT_SYMBOL_GPL vmlinux 0x6b0dc565 xen_set_irq_priority +EXPORT_SYMBOL_GPL vmlinux 0x6b185b30 of_reserved_mem_device_init_by_name +EXPORT_SYMBOL_GPL vmlinux 0x6b248495 sock_diag_check_cookie +EXPORT_SYMBOL_GPL vmlinux 0x6b2a4982 __crypto_alloc_tfm +EXPORT_SYMBOL_GPL vmlinux 0x6b2b69f7 static_key_enable +EXPORT_SYMBOL_GPL vmlinux 0x6b2de1aa __alloc_pages_bulk +EXPORT_SYMBOL_GPL vmlinux 0x6b30164c dprc_remove_devices +EXPORT_SYMBOL_GPL vmlinux 0x6b34d501 dev_pm_set_dedicated_wake_irq +EXPORT_SYMBOL_GPL vmlinux 0x6b36e07d devlink_linecard_destroy +EXPORT_SYMBOL_GPL vmlinux 0x6b3ae022 acpi_os_unmap_iomem +EXPORT_SYMBOL_GPL vmlinux 0x6b4045ee zynqmp_pm_get_api_version +EXPORT_SYMBOL_GPL vmlinux 0x6b40774a i2c_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0x6b40b838 gnttab_page_cache_init +EXPORT_SYMBOL_GPL vmlinux 0x6b4138ad devm_regulator_irq_helper +EXPORT_SYMBOL_GPL vmlinux 0x6b413c9b sfp_link_down +EXPORT_SYMBOL_GPL vmlinux 0x6b47f8a4 hisi_clk_register_mux +EXPORT_SYMBOL_GPL vmlinux 0x6b508da7 mtk_clk_gate_ops_no_setclr +EXPORT_SYMBOL_GPL vmlinux 0x6b52e617 kvm_get_kvm_safe +EXPORT_SYMBOL_GPL vmlinux 0x6b6afd80 devlink_port_region_create +EXPORT_SYMBOL_GPL vmlinux 0x6b722180 log_read_mmio +EXPORT_SYMBOL_GPL vmlinux 0x6b750a1c pm_runtime_allow +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 0x6b8e73c3 sysfs_remove_link +EXPORT_SYMBOL_GPL vmlinux 0x6b8e8f24 __devm_of_phy_provider_register +EXPORT_SYMBOL_GPL vmlinux 0x6b97ad5f blk_mq_rdma_map_queues +EXPORT_SYMBOL_GPL vmlinux 0x6b9f87f5 blk_trace_setup +EXPORT_SYMBOL_GPL vmlinux 0x6ba36c6a hwpoison_filter_flags_value +EXPORT_SYMBOL_GPL vmlinux 0x6bab6323 mtk_clk_register_muxes +EXPORT_SYMBOL_GPL vmlinux 0x6bac91e5 devm_platform_get_and_ioremap_resource +EXPORT_SYMBOL_GPL vmlinux 0x6bb0340e wm8350_clear_bits +EXPORT_SYMBOL_GPL vmlinux 0x6bb4a420 of_devfreq_cooling_register_power +EXPORT_SYMBOL_GPL vmlinux 0x6bbd8324 perf_unregister_guest_info_callbacks +EXPORT_SYMBOL_GPL vmlinux 0x6bc9548d badblocks_check +EXPORT_SYMBOL_GPL vmlinux 0x6bcdedc0 mpi_point_init +EXPORT_SYMBOL_GPL vmlinux 0x6bd1aa56 stack_trace_save +EXPORT_SYMBOL_GPL vmlinux 0x6bdb4e29 pci_pri_supported +EXPORT_SYMBOL_GPL vmlinux 0x6bdda3f8 pcc_mbox_free_channel +EXPORT_SYMBOL_GPL vmlinux 0x6bdef35c acpi_ec_mark_gpe_for_wake +EXPORT_SYMBOL_GPL vmlinux 0x6be3a96b hv_remove_vmbus_handler +EXPORT_SYMBOL_GPL vmlinux 0x6be3f787 nvmem_register +EXPORT_SYMBOL_GPL vmlinux 0x6bee39b6 of_get_display_timing +EXPORT_SYMBOL_GPL vmlinux 0x6bfb1833 cpufreq_table_index_unsorted +EXPORT_SYMBOL_GPL vmlinux 0x6c03e96a __spi_alloc_controller +EXPORT_SYMBOL_GPL vmlinux 0x6c0e55b6 fb_deferred_io_init +EXPORT_SYMBOL_GPL vmlinux 0x6c1260b4 serial8250_do_startup +EXPORT_SYMBOL_GPL vmlinux 0x6c179b16 dma_map_sgtable +EXPORT_SYMBOL_GPL vmlinux 0x6c205008 mpi_print +EXPORT_SYMBOL_GPL vmlinux 0x6c36101d fwnode_handle_put +EXPORT_SYMBOL_GPL vmlinux 0x6c389761 acpi_bus_get_private_data +EXPORT_SYMBOL_GPL vmlinux 0x6c3f70e0 guid_gen +EXPORT_SYMBOL_GPL vmlinux 0x6c46ebb8 regulator_list_voltage_table +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 0x6c663946 usb_control_msg_recv +EXPORT_SYMBOL_GPL vmlinux 0x6c67180e posix_acl_create +EXPORT_SYMBOL_GPL vmlinux 0x6c721747 mmc_app_cmd +EXPORT_SYMBOL_GPL vmlinux 0x6c79c06f hwspin_lock_request +EXPORT_SYMBOL_GPL vmlinux 0x6c8b2499 dm_audit_log_ti +EXPORT_SYMBOL_GPL vmlinux 0x6c8d769c ip6_datagram_send_ctl +EXPORT_SYMBOL_GPL vmlinux 0x6c956075 __SCK__tp_func_devlink_hwerr +EXPORT_SYMBOL_GPL vmlinux 0x6c98860d acpi_pci_find_root +EXPORT_SYMBOL_GPL vmlinux 0x6ca4bf88 async_synchronize_full_domain +EXPORT_SYMBOL_GPL vmlinux 0x6cabe73c find_ge_pid +EXPORT_SYMBOL_GPL vmlinux 0x6cae6798 blkg_rwstat_recursive_sum +EXPORT_SYMBOL_GPL vmlinux 0x6cb0ce87 irq_get_percpu_devid_partition +EXPORT_SYMBOL_GPL vmlinux 0x6cb51629 regmap_fields_update_bits_base +EXPORT_SYMBOL_GPL vmlinux 0x6cbc43a3 gpiod_set_array_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x6cbf6ae2 crypto_default_rng +EXPORT_SYMBOL_GPL vmlinux 0x6cc7b359 public_key_subtype +EXPORT_SYMBOL_GPL vmlinux 0x6cd16d6d __synth_event_gen_cmd_start +EXPORT_SYMBOL_GPL vmlinux 0x6cdbc800 iommu_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x6ce10eb0 trace_clock_jiffies +EXPORT_SYMBOL_GPL vmlinux 0x6ce91115 hisi_clk_alloc +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 0x6d15944d bind_interdomain_evtchn_to_irq_lateeoi +EXPORT_SYMBOL_GPL vmlinux 0x6d2b9a5c usb_of_get_device_node +EXPORT_SYMBOL_GPL vmlinux 0x6d2fc5a6 net_namespace_list +EXPORT_SYMBOL_GPL vmlinux 0x6d345c79 __clk_hw_register_gate +EXPORT_SYMBOL_GPL vmlinux 0x6d35e361 __fib_lookup +EXPORT_SYMBOL_GPL vmlinux 0x6d36165e irqchip_fwnode_ops +EXPORT_SYMBOL_GPL vmlinux 0x6d467b08 arm_smccc_1_1_get_conduit +EXPORT_SYMBOL_GPL vmlinux 0x6d518efa devl_traps_register +EXPORT_SYMBOL_GPL vmlinux 0x6d6d74f2 public_key_signature_free +EXPORT_SYMBOL_GPL vmlinux 0x6d6fec1f ktime_mono_to_any +EXPORT_SYMBOL_GPL vmlinux 0x6d7737ad phylink_mii_c22_pcs_an_restart +EXPORT_SYMBOL_GPL vmlinux 0x6d7e951e rcu_exp_batches_completed +EXPORT_SYMBOL_GPL vmlinux 0x6d81967b acpi_dma_request_slave_chan_by_name +EXPORT_SYMBOL_GPL vmlinux 0x6da175e0 ping_recvmsg +EXPORT_SYMBOL_GPL vmlinux 0x6da5d0a0 __inet_inherit_port +EXPORT_SYMBOL_GPL vmlinux 0x6da6d642 crypto_stats_kpp_generate_public_key +EXPORT_SYMBOL_GPL vmlinux 0x6dadddf0 platform_add_devices +EXPORT_SYMBOL_GPL vmlinux 0x6dbaafd3 put_old_timespec32 +EXPORT_SYMBOL_GPL vmlinux 0x6dca6d1c irq_get_irq_data +EXPORT_SYMBOL_GPL vmlinux 0x6dcb37ef crypto_get_default_null_skcipher +EXPORT_SYMBOL_GPL vmlinux 0x6dd5680d sprint_symbol_build_id +EXPORT_SYMBOL_GPL vmlinux 0x6ddc9da2 dev_pm_opp_sync_regulators +EXPORT_SYMBOL_GPL vmlinux 0x6dee0b9e inode_sb_list_add +EXPORT_SYMBOL_GPL vmlinux 0x6e05e4ce i2c_acpi_client_count +EXPORT_SYMBOL_GPL vmlinux 0x6e08f0ba bpf_trace_run8 +EXPORT_SYMBOL_GPL vmlinux 0x6e09d93d __SCK__tp_func_map +EXPORT_SYMBOL_GPL vmlinux 0x6e0a9e7d devfreq_cooling_register +EXPORT_SYMBOL_GPL vmlinux 0x6e1e263e to_nvdimm_bus +EXPORT_SYMBOL_GPL vmlinux 0x6e24f5cd tcp_bpf_update_proto +EXPORT_SYMBOL_GPL vmlinux 0x6e2f3f81 devm_acpi_dma_controller_free +EXPORT_SYMBOL_GPL vmlinux 0x6e3347ec devlink_priv +EXPORT_SYMBOL_GPL vmlinux 0x6e353c26 mpi_rshift +EXPORT_SYMBOL_GPL vmlinux 0x6e3e0358 perf_aux_output_flag +EXPORT_SYMBOL_GPL vmlinux 0x6e3ff83a edac_device_alloc_index +EXPORT_SYMBOL_GPL vmlinux 0x6e466787 dev_pm_qos_hide_latency_tolerance +EXPORT_SYMBOL_GPL vmlinux 0x6e4aa78d k3_udma_glue_rx_flow_enable +EXPORT_SYMBOL_GPL vmlinux 0x6e4ac4e2 devm_gpiod_get_array_optional +EXPORT_SYMBOL_GPL vmlinux 0x6e542132 gfn_to_page +EXPORT_SYMBOL_GPL vmlinux 0x6e59f821 __tracepoint_wbc_writepage +EXPORT_SYMBOL_GPL vmlinux 0x6e630dad crypto_alloc_skcipher +EXPORT_SYMBOL_GPL vmlinux 0x6e75b045 edac_mc_find_csrow_by_page +EXPORT_SYMBOL_GPL vmlinux 0x6e7943ec iommu_group_id +EXPORT_SYMBOL_GPL vmlinux 0x6e89a560 regmap_irq_chip_get_base +EXPORT_SYMBOL_GPL vmlinux 0x6e8d4324 devm_hwrng_register +EXPORT_SYMBOL_GPL vmlinux 0x6e8f4240 led_trigger_set_default +EXPORT_SYMBOL_GPL vmlinux 0x6e914514 acpi_dev_irq_flags +EXPORT_SYMBOL_GPL vmlinux 0x6eab2ea6 simple_attr_release +EXPORT_SYMBOL_GPL vmlinux 0x6eb04f46 register_random_vmfork_notifier +EXPORT_SYMBOL_GPL vmlinux 0x6ebe366f ktime_get_mono_fast_ns +EXPORT_SYMBOL_GPL vmlinux 0x6ec2104e irq_find_matching_fwspec +EXPORT_SYMBOL_GPL vmlinux 0x6ec61098 xenbus_probe_devices +EXPORT_SYMBOL_GPL vmlinux 0x6ed0104c mbox_client_txdone +EXPORT_SYMBOL_GPL vmlinux 0x6ed17f00 ata_eh_analyze_ncq_error +EXPORT_SYMBOL_GPL vmlinux 0x6edae147 rio_request_dma +EXPORT_SYMBOL_GPL vmlinux 0x6ee1d901 i2c_of_match_device +EXPORT_SYMBOL_GPL vmlinux 0x6ee91b7a blk_mq_complete_request_remote +EXPORT_SYMBOL_GPL vmlinux 0x6eebec30 of_msi_configure +EXPORT_SYMBOL_GPL vmlinux 0x6ef6b54f ktime_get_boot_fast_ns +EXPORT_SYMBOL_GPL vmlinux 0x6f0e497f mtk_eint_set_debounce +EXPORT_SYMBOL_GPL vmlinux 0x6f11a434 gpiochip_irqchip_irq_valid +EXPORT_SYMBOL_GPL vmlinux 0x6f12560a get_old_timespec32 +EXPORT_SYMBOL_GPL vmlinux 0x6f1b617e key_type_trusted +EXPORT_SYMBOL_GPL vmlinux 0x6f2017de misc_cg_set_capacity +EXPORT_SYMBOL_GPL vmlinux 0x6f21eebd strp_check_rcv +EXPORT_SYMBOL_GPL vmlinux 0x6f37b3b0 i2c_handle_smbus_host_notify +EXPORT_SYMBOL_GPL vmlinux 0x6f44917e acpi_subsys_runtime_suspend +EXPORT_SYMBOL_GPL vmlinux 0x6f6b52e9 __ipv6_fixup_options +EXPORT_SYMBOL_GPL vmlinux 0x6f7e6040 irq_has_action +EXPORT_SYMBOL_GPL vmlinux 0x6f8f0d0b dst_cache_set_ip4 +EXPORT_SYMBOL_GPL vmlinux 0x6f9540ce apei_get_debugfs_dir +EXPORT_SYMBOL_GPL vmlinux 0x6f9e763b timecounter_read +EXPORT_SYMBOL_GPL vmlinux 0x6fa426d2 phylink_ethtool_nway_reset +EXPORT_SYMBOL_GPL vmlinux 0x6faa14e9 mtk_clk_register_cpumuxes +EXPORT_SYMBOL_GPL vmlinux 0x6fada0be vp_legacy_remove +EXPORT_SYMBOL_GPL vmlinux 0x6fb1ede3 nf_nat_hook +EXPORT_SYMBOL_GPL vmlinux 0x6fbba268 genphy_c45_read_pma +EXPORT_SYMBOL_GPL vmlinux 0x6fbe4141 mddev_unlock +EXPORT_SYMBOL_GPL vmlinux 0x6fbfa09b device_store_ulong +EXPORT_SYMBOL_GPL vmlinux 0x6fcef6ab ring_buffer_reset +EXPORT_SYMBOL_GPL vmlinux 0x6fda292d is_swiotlb_active +EXPORT_SYMBOL_GPL vmlinux 0x6fe67aeb iommu_map +EXPORT_SYMBOL_GPL vmlinux 0x6ff607b6 crypto_get_default_rng +EXPORT_SYMBOL_GPL vmlinux 0x7006586e iommu_get_group_resv_regions +EXPORT_SYMBOL_GPL vmlinux 0x70149c18 pinctrl_register_and_init +EXPORT_SYMBOL_GPL vmlinux 0x702ba56a seg6_do_srh_inline +EXPORT_SYMBOL_GPL vmlinux 0x70423efb zynqmp_pm_set_sd_config +EXPORT_SYMBOL_GPL vmlinux 0x70495181 __udp_gso_segment +EXPORT_SYMBOL_GPL vmlinux 0x70573d44 unregister_pernet_device +EXPORT_SYMBOL_GPL vmlinux 0x7070787d fwnode_graph_get_port_parent +EXPORT_SYMBOL_GPL vmlinux 0x7073c04f phy_10_100_features_array +EXPORT_SYMBOL_GPL vmlinux 0x708dae0f crypto_unregister_ahash +EXPORT_SYMBOL_GPL vmlinux 0x708ec858 rio_request_inb_dbell +EXPORT_SYMBOL_GPL vmlinux 0x70983b83 crypto_stats_akcipher_encrypt +EXPORT_SYMBOL_GPL vmlinux 0x709d6723 virtqueue_get_vring_size +EXPORT_SYMBOL_GPL vmlinux 0x70c2c7ea pids_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0x70c52dc5 nf_skb_duplicated +EXPORT_SYMBOL_GPL vmlinux 0x70cacd97 cpuidle_register +EXPORT_SYMBOL_GPL vmlinux 0x70cae89f serdev_device_set_tiocm +EXPORT_SYMBOL_GPL vmlinux 0x70cf032f usb_hcd_irq +EXPORT_SYMBOL_GPL vmlinux 0x70df5db3 fsl_mc_bus_dpaiop_type +EXPORT_SYMBOL_GPL vmlinux 0x70dfde0f debugfs_create_u64 +EXPORT_SYMBOL_GPL vmlinux 0x70e071eb __page_file_index +EXPORT_SYMBOL_GPL vmlinux 0x70e29dd9 phy_configure +EXPORT_SYMBOL_GPL vmlinux 0x70ecee50 clk_gate_restore_context +EXPORT_SYMBOL_GPL vmlinux 0x70fbae4d cppc_allow_fast_switch +EXPORT_SYMBOL_GPL vmlinux 0x710c73b6 crypto_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x7129a6f4 osc_sb_native_usb4_support_confirmed +EXPORT_SYMBOL_GPL vmlinux 0x712b587e pci_remove_root_bus +EXPORT_SYMBOL_GPL vmlinux 0x71398a13 da9052_adc_manual_read +EXPORT_SYMBOL_GPL vmlinux 0x713f1b53 usb_device_match_id +EXPORT_SYMBOL_GPL vmlinux 0x714a12d6 inet6_hash +EXPORT_SYMBOL_GPL vmlinux 0x7156aac4 iomap_file_buffered_write +EXPORT_SYMBOL_GPL vmlinux 0x7157b5a0 ahci_sdev_groups +EXPORT_SYMBOL_GPL vmlinux 0x715a43ce priv_to_devlink +EXPORT_SYMBOL_GPL vmlinux 0x716265c7 debugfs_initialized +EXPORT_SYMBOL_GPL vmlinux 0x71724493 mctrl_gpio_enable_irq_wake +EXPORT_SYMBOL_GPL vmlinux 0x7181db30 atomic_notifier_chain_unregister +EXPORT_SYMBOL_GPL vmlinux 0x7182a828 crypto_type_has_alg +EXPORT_SYMBOL_GPL vmlinux 0x7187cf28 devm_of_icc_get +EXPORT_SYMBOL_GPL vmlinux 0x7195940a mctrl_gpio_disable_irq_wake +EXPORT_SYMBOL_GPL vmlinux 0x71973933 spi_new_device +EXPORT_SYMBOL_GPL vmlinux 0x719e17ff clk_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0x71a20f4a __SCK__tp_func_non_standard_event +EXPORT_SYMBOL_GPL vmlinux 0x71a9a3ab mtk_mutex_acquire +EXPORT_SYMBOL_GPL vmlinux 0x71b6cf94 dst_cache_reset_now +EXPORT_SYMBOL_GPL vmlinux 0x71c059d8 __traceiter_map +EXPORT_SYMBOL_GPL vmlinux 0x71ebe6eb clk_hw_set_parent +EXPORT_SYMBOL_GPL vmlinux 0x71eda146 ata_sff_qc_fill_rtf +EXPORT_SYMBOL_GPL vmlinux 0x71fb7218 udp6_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0x72066e39 usb_hcd_pci_probe +EXPORT_SYMBOL_GPL vmlinux 0x72072071 gen10g_config_aneg +EXPORT_SYMBOL_GPL vmlinux 0x720c1998 regmap_noinc_write +EXPORT_SYMBOL_GPL vmlinux 0x7212c448 ata_sff_check_status +EXPORT_SYMBOL_GPL vmlinux 0x72149089 ata_cable_ignore +EXPORT_SYMBOL_GPL vmlinux 0x721bdca7 __percpu_down_read +EXPORT_SYMBOL_GPL vmlinux 0x7225ff56 ipv4_sk_redirect +EXPORT_SYMBOL_GPL vmlinux 0x72353148 dm_suspended +EXPORT_SYMBOL_GPL vmlinux 0x7237e950 pkcs7_verify +EXPORT_SYMBOL_GPL vmlinux 0x726369e8 phy_restart_aneg +EXPORT_SYMBOL_GPL vmlinux 0x7265f2b0 pci_vpd_check_csum +EXPORT_SYMBOL_GPL vmlinux 0x726a3dc8 sysfs_unmerge_group +EXPORT_SYMBOL_GPL vmlinux 0x7278a5dc alloc_dax +EXPORT_SYMBOL_GPL vmlinux 0x7278d328 all_vm_events +EXPORT_SYMBOL_GPL vmlinux 0x72791b36 ata_sff_dma_pause +EXPORT_SYMBOL_GPL vmlinux 0x727d1a3e hwpoison_filter +EXPORT_SYMBOL_GPL vmlinux 0x727f738c cpuidle_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x7283161b percpu_ref_switch_to_percpu +EXPORT_SYMBOL_GPL vmlinux 0x72a5c913 of_phandle_iterator_init +EXPORT_SYMBOL_GPL vmlinux 0x72acb102 crypto_alg_mod_lookup +EXPORT_SYMBOL_GPL vmlinux 0x72ae1839 base64_decode +EXPORT_SYMBOL_GPL vmlinux 0x72cc4adc netlink_remove_tap +EXPORT_SYMBOL_GPL vmlinux 0x72d267dc nvmem_del_cell_lookups +EXPORT_SYMBOL_GPL vmlinux 0x72e308ad gnttab_dma_free_pages +EXPORT_SYMBOL_GPL vmlinux 0x72edf918 __tracepoint_kfree_skb +EXPORT_SYMBOL_GPL vmlinux 0x72f97630 ata_host_register +EXPORT_SYMBOL_GPL vmlinux 0x73112355 tpm_tis_remove +EXPORT_SYMBOL_GPL vmlinux 0x732852fe xenbus_transaction_end +EXPORT_SYMBOL_GPL vmlinux 0x7333023b pci_epc_write_header +EXPORT_SYMBOL_GPL vmlinux 0x73379f1d __hwspin_unlock +EXPORT_SYMBOL_GPL vmlinux 0x734e45fe usb_phy_roothub_resume +EXPORT_SYMBOL_GPL vmlinux 0x7351fcb1 devlink_remote_reload_actions_performed +EXPORT_SYMBOL_GPL vmlinux 0x735da757 usb_hcd_pci_pm_ops +EXPORT_SYMBOL_GPL vmlinux 0x7360605e skcipher_walk_virt +EXPORT_SYMBOL_GPL vmlinux 0x73620882 usb_put_phy +EXPORT_SYMBOL_GPL vmlinux 0x73656bd3 unix_outq_len +EXPORT_SYMBOL_GPL vmlinux 0x73660c3f dev_pm_qos_add_notifier +EXPORT_SYMBOL_GPL vmlinux 0x73954fa7 acpi_data_fwnode_ops +EXPORT_SYMBOL_GPL vmlinux 0x73975e77 serial8250_rx_dma_flush +EXPORT_SYMBOL_GPL vmlinux 0x73a48b4a ata_sff_std_ports +EXPORT_SYMBOL_GPL vmlinux 0x73ac413d get_net_ns +EXPORT_SYMBOL_GPL vmlinux 0x73af35ca virtqueue_resize +EXPORT_SYMBOL_GPL vmlinux 0x73c2554f __iowrite64_copy +EXPORT_SYMBOL_GPL vmlinux 0x73cc8631 oiap +EXPORT_SYMBOL_GPL vmlinux 0x73e4edb8 phy_gbit_features +EXPORT_SYMBOL_GPL vmlinux 0x73ea051d phy_check_downshift +EXPORT_SYMBOL_GPL vmlinux 0x73f566f6 dev_pm_qos_update_request +EXPORT_SYMBOL_GPL vmlinux 0x740ebfff blk_mq_sched_try_merge +EXPORT_SYMBOL_GPL vmlinux 0x741e8744 clk_hw_register_fixed_factor_parent_hw +EXPORT_SYMBOL_GPL vmlinux 0x7429297b interval_tree_span_iter_next +EXPORT_SYMBOL_GPL vmlinux 0x743b99d8 xenmem_reservation_increase +EXPORT_SYMBOL_GPL vmlinux 0x743ba5f9 xenbus_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0x74457e56 apei_resources_fini +EXPORT_SYMBOL_GPL vmlinux 0x7447a1ea pinctrl_utils_add_config +EXPORT_SYMBOL_GPL vmlinux 0x745914b3 thermal_zone_get_offset +EXPORT_SYMBOL_GPL vmlinux 0x74670a71 pinctrl_add_gpio_ranges +EXPORT_SYMBOL_GPL vmlinux 0x746b5573 pci_pasid_features +EXPORT_SYMBOL_GPL vmlinux 0x748c687a devm_regulator_get +EXPORT_SYMBOL_GPL vmlinux 0x748f82bb soc_device_register +EXPORT_SYMBOL_GPL vmlinux 0x74a22bb4 k3_udma_glue_push_rx_chn +EXPORT_SYMBOL_GPL vmlinux 0x74b5ea68 lcm_not_zero +EXPORT_SYMBOL_GPL vmlinux 0x74b93a3c vfs_get_acl +EXPORT_SYMBOL_GPL vmlinux 0x74baf17a tracing_is_on +EXPORT_SYMBOL_GPL vmlinux 0x74c7bffa stack_trace_snprint +EXPORT_SYMBOL_GPL vmlinux 0x74d361fb scsi_mode_select +EXPORT_SYMBOL_GPL vmlinux 0x74d42632 mas_empty_area +EXPORT_SYMBOL_GPL vmlinux 0x74dd7e31 devl_port_unregister +EXPORT_SYMBOL_GPL vmlinux 0x74e043c9 skb_consume_udp +EXPORT_SYMBOL_GPL vmlinux 0x74e73871 housekeeping_overridden +EXPORT_SYMBOL_GPL vmlinux 0x74ea1dfb gpiochip_irq_map +EXPORT_SYMBOL_GPL vmlinux 0x74fdc1a8 register_user_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0x75049426 gpiod_get_array +EXPORT_SYMBOL_GPL vmlinux 0x7509d833 fb_deferred_io_cleanup +EXPORT_SYMBOL_GPL vmlinux 0x75133f6e visitor128 +EXPORT_SYMBOL_GPL vmlinux 0x751f9852 uprobe_register_refctr +EXPORT_SYMBOL_GPL vmlinux 0x75201c01 serdev_device_open +EXPORT_SYMBOL_GPL vmlinux 0x7522f3ba irq_modify_status +EXPORT_SYMBOL_GPL vmlinux 0x75249049 devm_blk_crypto_profile_init +EXPORT_SYMBOL_GPL vmlinux 0x75253c5b devm_regulator_get_optional +EXPORT_SYMBOL_GPL vmlinux 0x752f9ae5 imx_pinctrl_parse_pin_scu +EXPORT_SYMBOL_GPL vmlinux 0x7533cd58 dev_pm_opp_of_find_icc_paths +EXPORT_SYMBOL_GPL vmlinux 0x7534596b mtk_mutex_write_sof +EXPORT_SYMBOL_GPL vmlinux 0x75504159 ehci_suspend +EXPORT_SYMBOL_GPL vmlinux 0x75569361 sysfs_unbreak_active_protection +EXPORT_SYMBOL_GPL vmlinux 0x755e44b7 devm_regulator_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0x757975a3 pci_restore_msi_state +EXPORT_SYMBOL_GPL vmlinux 0x757c1bbb housekeeping_any_cpu +EXPORT_SYMBOL_GPL vmlinux 0x75866408 crypto_grab_akcipher +EXPORT_SYMBOL_GPL vmlinux 0x758a43fe k3_ringacc_get_ring_irq_num +EXPORT_SYMBOL_GPL vmlinux 0x7590abbd fat_time_fat2unix +EXPORT_SYMBOL_GPL vmlinux 0x759139cb of_pci_check_probe_only +EXPORT_SYMBOL_GPL vmlinux 0x759bfe36 btree_destroy +EXPORT_SYMBOL_GPL vmlinux 0x759e58b8 efivars_register +EXPORT_SYMBOL_GPL vmlinux 0x759f7133 fsl_mc_populate_irq_pool +EXPORT_SYMBOL_GPL vmlinux 0x75aba04c devm_nvmem_cell_get +EXPORT_SYMBOL_GPL vmlinux 0x75ad17c6 kvm_vcpu_mark_page_dirty +EXPORT_SYMBOL_GPL vmlinux 0x75b2db57 extcon_get_extcon_dev +EXPORT_SYMBOL_GPL vmlinux 0x75b675eb ata_qc_get_active +EXPORT_SYMBOL_GPL vmlinux 0x75bab645 __bio_release_pages +EXPORT_SYMBOL_GPL vmlinux 0x75bbbdc5 of_get_videomode +EXPORT_SYMBOL_GPL vmlinux 0x75bfe6cb netdev_set_default_ethtool_ops +EXPORT_SYMBOL_GPL vmlinux 0x75c2157a mtk_pinconf_bias_disable_set_rev1 +EXPORT_SYMBOL_GPL vmlinux 0x75dd4ebe of_overlay_remove +EXPORT_SYMBOL_GPL vmlinux 0x75e51945 __SCK__tp_func_error_report_end +EXPORT_SYMBOL_GPL vmlinux 0x75e9a8d0 fuse_dev_operations +EXPORT_SYMBOL_GPL vmlinux 0x75e9c735 pci_ats_disabled +EXPORT_SYMBOL_GPL vmlinux 0x75f37fef switchdev_port_obj_del +EXPORT_SYMBOL_GPL vmlinux 0x75faadc0 uart_console_device +EXPORT_SYMBOL_GPL vmlinux 0x75fb9062 arch_timer_read_counter +EXPORT_SYMBOL_GPL vmlinux 0x762ab5e5 acpi_dev_pm_attach +EXPORT_SYMBOL_GPL vmlinux 0x762f4563 ack_all_badblocks +EXPORT_SYMBOL_GPL vmlinux 0x7633edfc usb_disable_lpm +EXPORT_SYMBOL_GPL vmlinux 0x7639eb19 usb_get_urb +EXPORT_SYMBOL_GPL vmlinux 0x76517f03 interval_tree_span_iter_advance +EXPORT_SYMBOL_GPL vmlinux 0x7656410c mpi_sub +EXPORT_SYMBOL_GPL vmlinux 0x765d7195 dev_pm_opp_remove +EXPORT_SYMBOL_GPL vmlinux 0x7661f0f1 badblocks_store +EXPORT_SYMBOL_GPL vmlinux 0x7665a95b idr_remove +EXPORT_SYMBOL_GPL vmlinux 0x7681946c unregister_pm_notifier +EXPORT_SYMBOL_GPL vmlinux 0x7684dda0 fat_getattr +EXPORT_SYMBOL_GPL vmlinux 0x7685f5c5 usb_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x7695edae ata_sff_pause +EXPORT_SYMBOL_GPL vmlinux 0x769c4c2e __rtnl_link_register +EXPORT_SYMBOL_GPL vmlinux 0x769cefb5 percpu_ref_switch_to_atomic +EXPORT_SYMBOL_GPL vmlinux 0x76a052c6 ping_bind +EXPORT_SYMBOL_GPL vmlinux 0x76a207d5 pci_msi_mask_irq +EXPORT_SYMBOL_GPL vmlinux 0x76a61e85 __SCK__tp_func_rwmmio_write +EXPORT_SYMBOL_GPL vmlinux 0x76a866ba bpf_event_output +EXPORT_SYMBOL_GPL vmlinux 0x76ae8b7e lwtunnel_encap_del_ops +EXPORT_SYMBOL_GPL vmlinux 0x76b51ef5 of_property_read_variable_u32_array +EXPORT_SYMBOL_GPL vmlinux 0x76b9ce5b regmap_add_irq_chip_fwnode +EXPORT_SYMBOL_GPL vmlinux 0x76c1af7f fwnode_graph_get_remote_port_parent +EXPORT_SYMBOL_GPL vmlinux 0x76d1af56 debounce_time_mt2701 +EXPORT_SYMBOL_GPL vmlinux 0x76d680f6 acpi_dev_resource_memory +EXPORT_SYMBOL_GPL vmlinux 0x76d9b876 clk_set_rate +EXPORT_SYMBOL_GPL vmlinux 0x76e6daf3 spi_mem_adjust_op_size +EXPORT_SYMBOL_GPL vmlinux 0x76e85b92 gnttab_request_free_callback +EXPORT_SYMBOL_GPL vmlinux 0x76eeeb0f sha384_zero_message_hash +EXPORT_SYMBOL_GPL vmlinux 0x76f16078 tcpv6_prot +EXPORT_SYMBOL_GPL vmlinux 0x7703fac1 edac_pci_create_generic_ctl +EXPORT_SYMBOL_GPL vmlinux 0x7712771a unbind_from_irqhandler +EXPORT_SYMBOL_GPL vmlinux 0x77222306 ring_buffer_read_page +EXPORT_SYMBOL_GPL vmlinux 0x772a9fa6 skb_gso_validate_mac_len +EXPORT_SYMBOL_GPL vmlinux 0x772b0f64 __wake_up_pollfree +EXPORT_SYMBOL_GPL vmlinux 0x77311e46 devm_thermal_of_zone_unregister +EXPORT_SYMBOL_GPL vmlinux 0x773daa02 devm_kasprintf_strarray +EXPORT_SYMBOL_GPL vmlinux 0x7747fcd9 regulator_get_voltage_sel_regmap +EXPORT_SYMBOL_GPL vmlinux 0x774f16ef __tracepoint_cpu_idle +EXPORT_SYMBOL_GPL vmlinux 0x77522cf6 sbitmap_get_shallow +EXPORT_SYMBOL_GPL vmlinux 0x7757b51a clk_unregister +EXPORT_SYMBOL_GPL vmlinux 0x775a6f1d ipv6_icmp_error +EXPORT_SYMBOL_GPL vmlinux 0x775eb98a wait_for_stable_page +EXPORT_SYMBOL_GPL vmlinux 0x7791e066 dw_pcie_read +EXPORT_SYMBOL_GPL vmlinux 0x779377a0 debugfs_create_file +EXPORT_SYMBOL_GPL vmlinux 0x7797fbb5 imx_clk_hw_pfdv2 +EXPORT_SYMBOL_GPL vmlinux 0x77ae495d usb_speed_string +EXPORT_SYMBOL_GPL vmlinux 0x77b16164 pci_add_dynid +EXPORT_SYMBOL_GPL vmlinux 0x77b23f14 virtio_device_freeze +EXPORT_SYMBOL_GPL vmlinux 0x77b5c3b5 vring_create_virtqueue +EXPORT_SYMBOL_GPL vmlinux 0x77b729d5 __traceiter_pelt_se_tp +EXPORT_SYMBOL_GPL vmlinux 0x77c9faa3 device_remove_software_node +EXPORT_SYMBOL_GPL vmlinux 0x77d1c42f serial8250_rpm_get +EXPORT_SYMBOL_GPL vmlinux 0x77d5f266 stmpe_dev_pm_ops +EXPORT_SYMBOL_GPL vmlinux 0x77e75be3 sfp_bus_put +EXPORT_SYMBOL_GPL vmlinux 0x77ecf68d memalloc_socks_key +EXPORT_SYMBOL_GPL vmlinux 0x77ee1622 vp_legacy_get_features +EXPORT_SYMBOL_GPL vmlinux 0x77f24400 perf_register_guest_info_callbacks +EXPORT_SYMBOL_GPL vmlinux 0x77f33ca5 ata_link_next +EXPORT_SYMBOL_GPL vmlinux 0x77f6380f mc_send_command +EXPORT_SYMBOL_GPL vmlinux 0x7815273b irq_chip_eoi_parent +EXPORT_SYMBOL_GPL vmlinux 0x782b156d regulator_unregister_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0x782d7534 devm_krealloc +EXPORT_SYMBOL_GPL vmlinux 0x78346a10 i2c_dw_prepare_clk +EXPORT_SYMBOL_GPL vmlinux 0x7847c621 sfp_parse_support +EXPORT_SYMBOL_GPL vmlinux 0x78590b48 mctrl_gpio_init_noauto +EXPORT_SYMBOL_GPL vmlinux 0x785a93b4 si_mem_available +EXPORT_SYMBOL_GPL vmlinux 0x7863f5a2 acpi_fetch_acpi_dev +EXPORT_SYMBOL_GPL vmlinux 0x78671755 inet_bhash2_reset_saddr +EXPORT_SYMBOL_GPL vmlinux 0x787a1b1d kernfs_path_from_node +EXPORT_SYMBOL_GPL vmlinux 0x787c882b lzo1x_1_compress +EXPORT_SYMBOL_GPL vmlinux 0x787e7f19 fsl_mc_bus_dpcon_type +EXPORT_SYMBOL_GPL vmlinux 0x788bfbad ring_buffer_empty +EXPORT_SYMBOL_GPL vmlinux 0x788fe0d6 get_governor_parent_kobj +EXPORT_SYMBOL_GPL vmlinux 0x789c73d9 rcu_cpu_stall_suppress_at_boot +EXPORT_SYMBOL_GPL vmlinux 0x78bf7450 crypto_unregister_algs +EXPORT_SYMBOL_GPL vmlinux 0x78cc167f tpm_chip_alloc +EXPORT_SYMBOL_GPL vmlinux 0x78d02971 usb_pipe_type_check +EXPORT_SYMBOL_GPL vmlinux 0x78ddb76b dmi_match +EXPORT_SYMBOL_GPL vmlinux 0x78e217a7 mddev_init +EXPORT_SYMBOL_GPL vmlinux 0x78e72302 mmc_cmdq_disable +EXPORT_SYMBOL_GPL vmlinux 0x790be0b9 usb_bus_idr +EXPORT_SYMBOL_GPL vmlinux 0x7910ce9b of_pci_get_slot_power_limit +EXPORT_SYMBOL_GPL vmlinux 0x791657af kvm_get_kvm +EXPORT_SYMBOL_GPL vmlinux 0x7918d817 memory_failure +EXPORT_SYMBOL_GPL vmlinux 0x791f85bd sata_pmp_qc_defer_cmd_switch +EXPORT_SYMBOL_GPL vmlinux 0x79345cb9 register_kretprobe +EXPORT_SYMBOL_GPL vmlinux 0x7934aa08 register_kprobes +EXPORT_SYMBOL_GPL vmlinux 0x7936fcf8 devlink_port_type_clear +EXPORT_SYMBOL_GPL vmlinux 0x793f98bc __tracepoint_rpm_return_int +EXPORT_SYMBOL_GPL vmlinux 0x79438f40 dm_noflush_suspending +EXPORT_SYMBOL_GPL vmlinux 0x7944e0fc tracing_off +EXPORT_SYMBOL_GPL vmlinux 0x79470a2c TSS_authhmac +EXPORT_SYMBOL_GPL vmlinux 0x79482de2 sata_async_notification +EXPORT_SYMBOL_GPL vmlinux 0x794a0461 rockchip_pcie_disable_clocks +EXPORT_SYMBOL_GPL vmlinux 0x794b7271 orderly_reboot +EXPORT_SYMBOL_GPL vmlinux 0x794f213b __class_create +EXPORT_SYMBOL_GPL vmlinux 0x7953a20a usb_hcd_end_port_resume +EXPORT_SYMBOL_GPL vmlinux 0x7957b99d __clocksource_update_freq_scale +EXPORT_SYMBOL_GPL vmlinux 0x796589de powercap_register_control_type +EXPORT_SYMBOL_GPL vmlinux 0x79678ebc register_acpi_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x796b6973 devm_hwmon_sanitize_name +EXPORT_SYMBOL_GPL vmlinux 0x796d6049 raw_seq_stop +EXPORT_SYMBOL_GPL vmlinux 0x798b7682 klist_prev +EXPORT_SYMBOL_GPL vmlinux 0x799365d4 kvm_release_page_dirty +EXPORT_SYMBOL_GPL vmlinux 0x79b3f874 rio_del_device +EXPORT_SYMBOL_GPL vmlinux 0x79b6d65f devm_release_action +EXPORT_SYMBOL_GPL vmlinux 0x79bc842c usb_anchor_suspend_wakeups +EXPORT_SYMBOL_GPL vmlinux 0x79c78c4b start_poll_synchronize_srcu +EXPORT_SYMBOL_GPL vmlinux 0x79ca32ae ip6_dst_lookup_flow +EXPORT_SYMBOL_GPL vmlinux 0x79dc2a12 irq_domain_add_legacy +EXPORT_SYMBOL_GPL vmlinux 0x79defbe1 kthread_should_park +EXPORT_SYMBOL_GPL vmlinux 0x79e8db37 kobject_create_and_add +EXPORT_SYMBOL_GPL vmlinux 0x79ef5d6b nvdimm_has_cache +EXPORT_SYMBOL_GPL vmlinux 0x79f1aa44 find_iova +EXPORT_SYMBOL_GPL vmlinux 0x79f697e4 lzorle1x_1_compress +EXPORT_SYMBOL_GPL vmlinux 0x79fb0eac gpiod_set_debounce +EXPORT_SYMBOL_GPL vmlinux 0x7a05da2e dev_pm_qos_update_user_latency_tolerance +EXPORT_SYMBOL_GPL vmlinux 0x7a17cac1 fib4_rule_default +EXPORT_SYMBOL_GPL vmlinux 0x7a1a978e cpufreq_driver_target +EXPORT_SYMBOL_GPL vmlinux 0x7a243929 __platform_driver_register +EXPORT_SYMBOL_GPL vmlinux 0x7a2474e1 sdio_readl +EXPORT_SYMBOL_GPL vmlinux 0x7a2c635f syscon_node_to_regmap +EXPORT_SYMBOL_GPL vmlinux 0x7a3f16a2 devl_region_destroy +EXPORT_SYMBOL_GPL vmlinux 0x7a3ff285 transport_configure_device +EXPORT_SYMBOL_GPL vmlinux 0x7a4fb001 usb_hcd_unmap_urb_for_dma +EXPORT_SYMBOL_GPL vmlinux 0x7a54bc0b __fscrypt_prepare_rename +EXPORT_SYMBOL_GPL vmlinux 0x7a62005b nvdimm_has_flush +EXPORT_SYMBOL_GPL vmlinux 0x7a73e605 wm831x_isinkv_values +EXPORT_SYMBOL_GPL vmlinux 0x7a792979 devfreq_event_get_edev_count +EXPORT_SYMBOL_GPL vmlinux 0x7a81541b async_synchronize_cookie +EXPORT_SYMBOL_GPL vmlinux 0x7a89c61b rcuwait_wake_up +EXPORT_SYMBOL_GPL vmlinux 0x7a984806 exportfs_decode_fh +EXPORT_SYMBOL_GPL vmlinux 0x7a98f4b4 copy_from_user_nofault +EXPORT_SYMBOL_GPL vmlinux 0x7a9e4c23 software_node_register_node_group +EXPORT_SYMBOL_GPL vmlinux 0x7a9e8065 netdev_sw_irq_coalesce_default_on +EXPORT_SYMBOL_GPL vmlinux 0x7aaac51d pm_generic_suspend_late +EXPORT_SYMBOL_GPL vmlinux 0x7ac10ad8 icst_clk_register +EXPORT_SYMBOL_GPL vmlinux 0x7ac6ed91 debugfs_create_devm_seqfile +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 0x7ae900eb input_ff_flush +EXPORT_SYMBOL_GPL vmlinux 0x7af81390 tty_release_struct +EXPORT_SYMBOL_GPL vmlinux 0x7afcb7db __kprobe_event_add_fields +EXPORT_SYMBOL_GPL vmlinux 0x7afe324e halt_poll_ns_grow +EXPORT_SYMBOL_GPL vmlinux 0x7b037247 nd_tbl +EXPORT_SYMBOL_GPL vmlinux 0x7b240dcb crypto_shash_update +EXPORT_SYMBOL_GPL vmlinux 0x7b30d659 ata_qc_complete +EXPORT_SYMBOL_GPL vmlinux 0x7b30e397 vmf_insert_pfn_pmd_prot +EXPORT_SYMBOL_GPL vmlinux 0x7b5452b8 acpi_unregister_gsi +EXPORT_SYMBOL_GPL vmlinux 0x7b5a4926 sha1_zero_message_hash +EXPORT_SYMBOL_GPL vmlinux 0x7b6f577e xdp_return_frame_rx_napi +EXPORT_SYMBOL_GPL vmlinux 0x7b6f9536 acpi_register_wakeup_handler +EXPORT_SYMBOL_GPL vmlinux 0x7b7b9962 usb_queue_reset_device +EXPORT_SYMBOL_GPL vmlinux 0x7b82e6db bus_get_device_klist +EXPORT_SYMBOL_GPL vmlinux 0x7b85de9d crypto_rng_reset +EXPORT_SYMBOL_GPL vmlinux 0x7b8910f4 kfence_sample_interval +EXPORT_SYMBOL_GPL vmlinux 0x7b901e9e lp8788_write_byte +EXPORT_SYMBOL_GPL vmlinux 0x7b90d1a9 bind_virq_to_irqhandler +EXPORT_SYMBOL_GPL vmlinux 0x7b9793a2 get_cpu_idle_time_us +EXPORT_SYMBOL_GPL vmlinux 0x7ba0ff01 of_clk_hw_register +EXPORT_SYMBOL_GPL vmlinux 0x7bb045a7 __request_percpu_irq +EXPORT_SYMBOL_GPL vmlinux 0x7bb81603 usb_set_interface +EXPORT_SYMBOL_GPL vmlinux 0x7bb8bd6f genphy_c45_baset1_read_status +EXPORT_SYMBOL_GPL vmlinux 0x7bd1f770 cpufreq_cpu_put +EXPORT_SYMBOL_GPL vmlinux 0x7bd8b02f crypto_register_templates +EXPORT_SYMBOL_GPL vmlinux 0x7beaada9 tpm_tis_core_init +EXPORT_SYMBOL_GPL vmlinux 0x7bf64e66 rtc_update_irq +EXPORT_SYMBOL_GPL vmlinux 0x7c13ca27 driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0x7c280041 gen_pool_get +EXPORT_SYMBOL_GPL vmlinux 0x7c291e86 show_rcu_tasks_trace_gp_kthread +EXPORT_SYMBOL_GPL vmlinux 0x7c3d8a4b icc_bulk_put +EXPORT_SYMBOL_GPL vmlinux 0x7c440da2 balance_dirty_pages_ratelimited_flags +EXPORT_SYMBOL_GPL vmlinux 0x7c4e9c6b power_supply_get_battery_info +EXPORT_SYMBOL_GPL vmlinux 0x7c5f3711 ioasid_unregister_allocator +EXPORT_SYMBOL_GPL vmlinux 0x7c624d1a perf_event_enable +EXPORT_SYMBOL_GPL vmlinux 0x7c70a2d5 tracing_cond_snapshot_data +EXPORT_SYMBOL_GPL vmlinux 0x7c94c99a kvm_release_pfn_dirty +EXPORT_SYMBOL_GPL vmlinux 0x7c9640b4 spi_mem_dirmap_create +EXPORT_SYMBOL_GPL vmlinux 0x7c983a5d dmi_walk +EXPORT_SYMBOL_GPL vmlinux 0x7c9a7371 clk_prepare +EXPORT_SYMBOL_GPL vmlinux 0x7ca64a0b __cookie_v4_init_sequence +EXPORT_SYMBOL_GPL vmlinux 0x7cb1aea1 devlink_dpipe_header_ethernet +EXPORT_SYMBOL_GPL vmlinux 0x7cb803de btree_grim_visitor +EXPORT_SYMBOL_GPL vmlinux 0x7cc20733 scsi_free_sgtables +EXPORT_SYMBOL_GPL vmlinux 0x7ccbbbbd rdev_get_dev +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 0x7ce035e3 crypto_alloc_kpp +EXPORT_SYMBOL_GPL vmlinux 0x7ceaf0d5 generic_handle_irq +EXPORT_SYMBOL_GPL vmlinux 0x7cedd244 xhci_check_bandwidth +EXPORT_SYMBOL_GPL vmlinux 0x7cf7f25f __traceiter_sched_cpu_capacity_tp +EXPORT_SYMBOL_GPL vmlinux 0x7d00c65b nd_synchronize +EXPORT_SYMBOL_GPL vmlinux 0x7d045a8f __sock_recv_timestamp +EXPORT_SYMBOL_GPL vmlinux 0x7d0e6ce3 crypto_drop_spawn +EXPORT_SYMBOL_GPL vmlinux 0x7d1bb1d4 tnum_strn +EXPORT_SYMBOL_GPL vmlinux 0x7d1d1a35 acpi_initialize_hp_context +EXPORT_SYMBOL_GPL vmlinux 0x7d44c043 vfs_set_acl +EXPORT_SYMBOL_GPL vmlinux 0x7d44f193 access_process_vm +EXPORT_SYMBOL_GPL vmlinux 0x7d471321 zynqmp_pm_pinctrl_release +EXPORT_SYMBOL_GPL vmlinux 0x7d48987f crypto_unregister_acomps +EXPORT_SYMBOL_GPL vmlinux 0x7d558968 trace_seq_puts +EXPORT_SYMBOL_GPL vmlinux 0x7d59dd46 pm_wq +EXPORT_SYMBOL_GPL vmlinux 0x7d7cdcd9 led_trigger_remove +EXPORT_SYMBOL_GPL vmlinux 0x7d9be236 usb_control_msg_send +EXPORT_SYMBOL_GPL vmlinux 0x7da14538 ata_sff_error_handler +EXPORT_SYMBOL_GPL vmlinux 0x7dae0d97 shash_ahash_finup +EXPORT_SYMBOL_GPL vmlinux 0x7dafa239 pci_epc_map_msi_irq +EXPORT_SYMBOL_GPL vmlinux 0x7dc514e3 do_tcp_sendpages +EXPORT_SYMBOL_GPL vmlinux 0x7dc9e7a6 of_map_id +EXPORT_SYMBOL_GPL vmlinux 0x7dcf41a8 regulator_bulk_disable +EXPORT_SYMBOL_GPL vmlinux 0x7dd7e7c6 dm_bio_from_per_bio_data +EXPORT_SYMBOL_GPL vmlinux 0x7dd7fa24 gov_attr_set_get +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 0x7dea6132 gfn_to_page_many_atomic +EXPORT_SYMBOL_GPL vmlinux 0x7defc870 gnttab_end_foreign_access_ref +EXPORT_SYMBOL_GPL vmlinux 0x7df0803f sata_link_resume +EXPORT_SYMBOL_GPL vmlinux 0x7e26252a usb_of_get_interface_node +EXPORT_SYMBOL_GPL vmlinux 0x7e277c86 pci_hp_remove_module_link +EXPORT_SYMBOL_GPL vmlinux 0x7e3bdecd __ftrace_vprintk +EXPORT_SYMBOL_GPL vmlinux 0x7e47ff15 cpufreq_freq_transition_begin +EXPORT_SYMBOL_GPL vmlinux 0x7e4947ac rt_mutex_lock_killable +EXPORT_SYMBOL_GPL vmlinux 0x7e5db80b pstore_name_to_type +EXPORT_SYMBOL_GPL vmlinux 0x7e64181d usb_calc_bus_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 0x7e85f4bf bpf_trace_run9 +EXPORT_SYMBOL_GPL vmlinux 0x7e8d8619 usb_anchor_empty +EXPORT_SYMBOL_GPL vmlinux 0x7e917894 __SCK__tp_func_unmap +EXPORT_SYMBOL_GPL vmlinux 0x7e975048 pci_assign_unassigned_bridge_resources +EXPORT_SYMBOL_GPL vmlinux 0x7ea75c24 __wake_up_locked_key_bookmark +EXPORT_SYMBOL_GPL vmlinux 0x7ea989b4 dax_inode +EXPORT_SYMBOL_GPL vmlinux 0x7eb1795e __tracepoint_detach_device_from_domain +EXPORT_SYMBOL_GPL vmlinux 0x7eb808d0 add_cpu +EXPORT_SYMBOL_GPL vmlinux 0x7eb9226b i2c_get_device_id +EXPORT_SYMBOL_GPL vmlinux 0x7eba5b9f make_device_exclusive_range +EXPORT_SYMBOL_GPL vmlinux 0x7ebde609 blk_mq_alloc_request_hctx +EXPORT_SYMBOL_GPL vmlinux 0x7ecbfc26 acpi_subsys_restore_early +EXPORT_SYMBOL_GPL vmlinux 0x7ed0f964 mmc_crypto_setup_queue +EXPORT_SYMBOL_GPL vmlinux 0x7ee9b4b2 put_pid +EXPORT_SYMBOL_GPL vmlinux 0x7eea6b8b pcap_adc_async +EXPORT_SYMBOL_GPL vmlinux 0x7f00bdac devlink_resource_register +EXPORT_SYMBOL_GPL vmlinux 0x7f1ee4a7 dev_pm_genpd_remove_notifier +EXPORT_SYMBOL_GPL vmlinux 0x7f258338 crypto_stats_akcipher_decrypt +EXPORT_SYMBOL_GPL vmlinux 0x7f27a12a devres_remove +EXPORT_SYMBOL_GPL vmlinux 0x7f57679d ahci_port_resume +EXPORT_SYMBOL_GPL vmlinux 0x7f5df91c l3mdev_ifindex_lookup_by_table_id +EXPORT_SYMBOL_GPL vmlinux 0x7f679528 of_clk_set_defaults +EXPORT_SYMBOL_GPL vmlinux 0x7f6c5cba ata_msleep +EXPORT_SYMBOL_GPL vmlinux 0x7f6cee89 rhashtable_free_and_destroy +EXPORT_SYMBOL_GPL vmlinux 0x7f7ba94c regulator_get_current_limit +EXPORT_SYMBOL_GPL vmlinux 0x7f7cbc64 ip_tunnel_need_metadata +EXPORT_SYMBOL_GPL vmlinux 0x7f7dfbd4 dw_pcie_wait_for_link +EXPORT_SYMBOL_GPL vmlinux 0x7f84f35d rcu_gp_slow_unregister +EXPORT_SYMBOL_GPL vmlinux 0x7f9b1879 osc_cpc_flexible_adr_space_confirmed +EXPORT_SYMBOL_GPL vmlinux 0x7fa4daf0 ohci_restart +EXPORT_SYMBOL_GPL vmlinux 0x7fa96509 erst_get_record_id_next +EXPORT_SYMBOL_GPL vmlinux 0x7fbf38ad syscon_regmap_lookup_by_phandle_args +EXPORT_SYMBOL_GPL vmlinux 0x7ff19c40 zynqmp_pm_set_requirement +EXPORT_SYMBOL_GPL vmlinux 0x80083e71 xdp_return_frame +EXPORT_SYMBOL_GPL vmlinux 0x80135182 k3_ringacc_ring_pop_tail +EXPORT_SYMBOL_GPL vmlinux 0x801a8e90 usb_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0x8035bed7 rockchip_clk_protect_critical +EXPORT_SYMBOL_GPL vmlinux 0x803c25bc dev_pm_opp_get_max_clock_latency +EXPORT_SYMBOL_GPL vmlinux 0x803c3b84 device_initialize +EXPORT_SYMBOL_GPL vmlinux 0x8046a633 vcap_find_admin +EXPORT_SYMBOL_GPL vmlinux 0x805c9226 devm_remove_action +EXPORT_SYMBOL_GPL vmlinux 0x8060b8e5 regulator_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0x8074516a __clk_determine_rate +EXPORT_SYMBOL_GPL vmlinux 0x807766ea usb_scuttle_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0x8077e258 imx_check_clk_hws +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 0x80ad0ada l3mdev_master_upper_ifindex_by_index_rcu +EXPORT_SYMBOL_GPL vmlinux 0x80bab871 __phy_modify +EXPORT_SYMBOL_GPL vmlinux 0x80badff4 __tracepoint_block_unplug +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 0x80dce181 devlink_port_attrs_set +EXPORT_SYMBOL_GPL vmlinux 0x80dfeed3 dev_pm_opp_get_level +EXPORT_SYMBOL_GPL vmlinux 0x80e58055 security_kernel_read_file +EXPORT_SYMBOL_GPL vmlinux 0x80e83074 fib_nh_common_release +EXPORT_SYMBOL_GPL vmlinux 0x80eb1d1d disk_uevent +EXPORT_SYMBOL_GPL vmlinux 0x80ef0de8 dw_pcie_host_init +EXPORT_SYMBOL_GPL vmlinux 0x80efd015 imx_dev_clk_hw_pll14xx +EXPORT_SYMBOL_GPL vmlinux 0x80f7f417 da903x_update +EXPORT_SYMBOL_GPL vmlinux 0x80fa28c7 fb_bl_default_curve +EXPORT_SYMBOL_GPL vmlinux 0x80ff4f8b wait_on_page_writeback +EXPORT_SYMBOL_GPL vmlinux 0x8109f0ef devfreq_get_devfreq_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0x8110a73a cond_synchronize_rcu_expedited_full +EXPORT_SYMBOL_GPL vmlinux 0x8118feda ata_sff_postreset +EXPORT_SYMBOL_GPL vmlinux 0x811dc334 usb_unregister_notify +EXPORT_SYMBOL_GPL vmlinux 0x81355858 iommu_sva_alloc_pasid +EXPORT_SYMBOL_GPL vmlinux 0x81378f51 srcu_init_notifier_head +EXPORT_SYMBOL_GPL vmlinux 0x813de312 kthread_unpark +EXPORT_SYMBOL_GPL vmlinux 0x8142d31a blkcg_policy_register +EXPORT_SYMBOL_GPL vmlinux 0x815588a6 clk_enable +EXPORT_SYMBOL_GPL vmlinux 0x81574280 mtk_pinconf_bias_get_combo +EXPORT_SYMBOL_GPL vmlinux 0x815fda83 sed_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x8161a492 virtio_device_restore +EXPORT_SYMBOL_GPL vmlinux 0x816a41ca cpufreq_update_limits +EXPORT_SYMBOL_GPL vmlinux 0x81745251 clk_hw_register +EXPORT_SYMBOL_GPL vmlinux 0x817dfb6d __fscrypt_inode_uses_inline_crypto +EXPORT_SYMBOL_GPL vmlinux 0x8180cede asn1_encode_sequence +EXPORT_SYMBOL_GPL vmlinux 0x818a876b usb_hcd_start_port_resume +EXPORT_SYMBOL_GPL vmlinux 0x819d72cb klist_iter_exit +EXPORT_SYMBOL_GPL vmlinux 0x819fecd2 add_swap_extent +EXPORT_SYMBOL_GPL vmlinux 0x81a7f541 percpu_ref_init +EXPORT_SYMBOL_GPL vmlinux 0x81aa78d8 zynqmp_pm_aes_engine +EXPORT_SYMBOL_GPL vmlinux 0x81b0c173 switchdev_port_attr_set +EXPORT_SYMBOL_GPL vmlinux 0x81b2d635 ata_pci_device_suspend +EXPORT_SYMBOL_GPL vmlinux 0x81b69cd1 phy_pm_runtime_allow +EXPORT_SYMBOL_GPL vmlinux 0x81b725a2 regmap_get_reg_stride +EXPORT_SYMBOL_GPL vmlinux 0x81bca94b cpufreq_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x81bdba0b mark_page_dirty_in_slot +EXPORT_SYMBOL_GPL vmlinux 0x81cf5282 trace_seq_bprintf +EXPORT_SYMBOL_GPL vmlinux 0x81d10485 ioasid_free +EXPORT_SYMBOL_GPL vmlinux 0x81d2bb26 devm_request_pci_bus_resources +EXPORT_SYMBOL_GPL vmlinux 0x81db89ed irq_domain_alloc_irqs_parent +EXPORT_SYMBOL_GPL vmlinux 0x81dce72e ata_pci_remove_one +EXPORT_SYMBOL_GPL vmlinux 0x81e2bdf4 generic_handle_irq_safe +EXPORT_SYMBOL_GPL vmlinux 0x81ec2b34 tegra_bpmp_put +EXPORT_SYMBOL_GPL vmlinux 0x81f25b2b devfreq_event_add_edev +EXPORT_SYMBOL_GPL vmlinux 0x81f372a2 unregister_ftrace_export +EXPORT_SYMBOL_GPL vmlinux 0x8201c3f9 ata_bmdma_irq_clear +EXPORT_SYMBOL_GPL vmlinux 0x82092899 badrange_forget +EXPORT_SYMBOL_GPL vmlinux 0x8219f4d2 devm_kmalloc +EXPORT_SYMBOL_GPL vmlinux 0x8220a38e k3_ringacc_get_ring_id +EXPORT_SYMBOL_GPL vmlinux 0x82226c53 pinctrl_unregister_mappings +EXPORT_SYMBOL_GPL vmlinux 0x8228d20f da9052_regmap_config +EXPORT_SYMBOL_GPL vmlinux 0x823eae06 blocking_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x823ef2f5 crypto_alg_extsize +EXPORT_SYMBOL_GPL vmlinux 0x8254e9f5 mmc_crypto_prepare_req +EXPORT_SYMBOL_GPL vmlinux 0x8258e033 crypto_register_shashes +EXPORT_SYMBOL_GPL vmlinux 0x825c7340 phylink_get_eee_err +EXPORT_SYMBOL_GPL vmlinux 0x826b7cd3 dma_get_slave_caps +EXPORT_SYMBOL_GPL vmlinux 0x82709045 akcipher_register_instance +EXPORT_SYMBOL_GPL vmlinux 0x827e61f8 acpi_has_watchdog +EXPORT_SYMBOL_GPL vmlinux 0x827eaa90 devl_rate_leaf_create +EXPORT_SYMBOL_GPL vmlinux 0x828e22f4 hrtimer_forward +EXPORT_SYMBOL_GPL vmlinux 0x82927857 blkcg_root +EXPORT_SYMBOL_GPL vmlinux 0x82994713 rtc_set_alarm +EXPORT_SYMBOL_GPL vmlinux 0x82a76465 dst_cache_set_ip6 +EXPORT_SYMBOL_GPL vmlinux 0x82a80545 __SCK__tp_func_fdb_delete +EXPORT_SYMBOL_GPL vmlinux 0x82a9249e extcon_dev_register +EXPORT_SYMBOL_GPL vmlinux 0x82aad3f4 serial8250_set_defaults +EXPORT_SYMBOL_GPL vmlinux 0x82afa93b securityfs_create_symlink +EXPORT_SYMBOL_GPL vmlinux 0x82b8c89e acpi_find_child_by_adr +EXPORT_SYMBOL_GPL vmlinux 0x82bbd76c ip_route_output_tunnel +EXPORT_SYMBOL_GPL vmlinux 0x82bbf30b __tracepoint_map +EXPORT_SYMBOL_GPL vmlinux 0x82c73f98 clk_hw_get_rate_range +EXPORT_SYMBOL_GPL vmlinux 0x82d0370f acpi_device_fix_up_power_extended +EXPORT_SYMBOL_GPL vmlinux 0x82d79b51 sysctl_vfs_cache_pressure +EXPORT_SYMBOL_GPL vmlinux 0x82de6086 platform_device_add_resources +EXPORT_SYMBOL_GPL vmlinux 0x82f1b86f dpbp_enable +EXPORT_SYMBOL_GPL vmlinux 0x82fda3e5 dma_get_required_mask +EXPORT_SYMBOL_GPL vmlinux 0x83203b26 tpm_transmit_cmd +EXPORT_SYMBOL_GPL vmlinux 0x832ad0c0 dev_pm_opp_xlate_required_opp +EXPORT_SYMBOL_GPL vmlinux 0x8338c86c lwtunnel_input +EXPORT_SYMBOL_GPL vmlinux 0x8339df73 klist_add_behind +EXPORT_SYMBOL_GPL vmlinux 0x833b7143 fsl_mc_allocate_irqs +EXPORT_SYMBOL_GPL vmlinux 0x833db027 of_property_read_u64 +EXPORT_SYMBOL_GPL vmlinux 0x8349a895 nvmem_device_put +EXPORT_SYMBOL_GPL vmlinux 0x834f402f unregister_acpi_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x83507d17 phy_set_mode_ext +EXPORT_SYMBOL_GPL vmlinux 0x83519c7c iommu_dev_disable_feature +EXPORT_SYMBOL_GPL vmlinux 0x8353dfff acpi_os_get_iomem +EXPORT_SYMBOL_GPL vmlinux 0x835df09a __pneigh_lookup +EXPORT_SYMBOL_GPL vmlinux 0x8366a82e led_trigger_unregister +EXPORT_SYMBOL_GPL vmlinux 0x836adc10 uart_handle_cts_change +EXPORT_SYMBOL_GPL vmlinux 0x836c74bc component_del +EXPORT_SYMBOL_GPL vmlinux 0x836d652f poll_state_synchronize_rcu_full +EXPORT_SYMBOL_GPL vmlinux 0x8394002c scsi_autopm_put_device +EXPORT_SYMBOL_GPL vmlinux 0x839a05cb devm_regulator_put +EXPORT_SYMBOL_GPL vmlinux 0x83a759c9 __regmap_init_spi +EXPORT_SYMBOL_GPL vmlinux 0x83b40bed bpf_warn_invalid_xdp_action +EXPORT_SYMBOL_GPL vmlinux 0x83bfa0bd cpufreq_dbs_governor_exit +EXPORT_SYMBOL_GPL vmlinux 0x83c36596 fsl_mc_bus_dprtc_type +EXPORT_SYMBOL_GPL vmlinux 0x83d5a9d0 tcp_rate_check_app_limited +EXPORT_SYMBOL_GPL vmlinux 0x83eec5c1 fsl_mc_obj_close +EXPORT_SYMBOL_GPL vmlinux 0x83f25bd1 sk_setup_caps +EXPORT_SYMBOL_GPL vmlinux 0x83f945cb kthread_queue_delayed_work +EXPORT_SYMBOL_GPL vmlinux 0x83feedd8 finish_rcuwait +EXPORT_SYMBOL_GPL vmlinux 0x84106f36 devlink_trap_ctx_priv +EXPORT_SYMBOL_GPL vmlinux 0x84230567 extcon_find_edev_by_node +EXPORT_SYMBOL_GPL vmlinux 0x8425b9c3 xas_split_alloc +EXPORT_SYMBOL_GPL vmlinux 0x84264ced fs_umode_to_ftype +EXPORT_SYMBOL_GPL vmlinux 0x8429e03e get_state_synchronize_srcu +EXPORT_SYMBOL_GPL vmlinux 0x842f046d usb_poison_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0x843d70ef acpi_is_root_bridge +EXPORT_SYMBOL_GPL vmlinux 0x8441c735 __virtqueue_unbreak +EXPORT_SYMBOL_GPL vmlinux 0x84457680 disk_set_zoned +EXPORT_SYMBOL_GPL vmlinux 0x84502a47 blk_status_to_errno +EXPORT_SYMBOL_GPL vmlinux 0x8451057b usb_get_dev +EXPORT_SYMBOL_GPL vmlinux 0x8458b9a6 crypto_skcipher_encrypt +EXPORT_SYMBOL_GPL vmlinux 0x845d7df5 tpm_chip_unregister +EXPORT_SYMBOL_GPL vmlinux 0x8462cb62 atapi_cmd_type +EXPORT_SYMBOL_GPL vmlinux 0x846e3298 phylink_of_phy_connect +EXPORT_SYMBOL_GPL vmlinux 0x84745b91 gpiod_get_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x847e7076 wb_writeout_inc +EXPORT_SYMBOL_GPL vmlinux 0x848b16fe devm_irq_alloc_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0x848d75d3 kiocb_modified +EXPORT_SYMBOL_GPL vmlinux 0x8490a71c hwspin_lock_free +EXPORT_SYMBOL_GPL vmlinux 0x849bb5f4 raw_hash_sk +EXPORT_SYMBOL_GPL vmlinux 0x84a8d0eb of_changeset_revert +EXPORT_SYMBOL_GPL vmlinux 0x84beee6e dev_attr_unload_heads +EXPORT_SYMBOL_GPL vmlinux 0x84ef27f5 synth_event_add_fields +EXPORT_SYMBOL_GPL vmlinux 0x84ef88c2 ptp_msg_is_sync +EXPORT_SYMBOL_GPL vmlinux 0x8506baa8 clk_unregister_gate +EXPORT_SYMBOL_GPL vmlinux 0x850bb6db devlink_health_reporter_destroy +EXPORT_SYMBOL_GPL vmlinux 0x850cd124 acpi_set_modalias +EXPORT_SYMBOL_GPL vmlinux 0x850ee8aa acpi_subsys_suspend +EXPORT_SYMBOL_GPL vmlinux 0x85142df4 sbitmap_queue_init_node +EXPORT_SYMBOL_GPL vmlinux 0x85194fb6 ipv4_sk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0x851e6003 usb_phy_roothub_calibrate +EXPORT_SYMBOL_GPL vmlinux 0x851fe124 __SCK__tp_func_fib6_table_lookup +EXPORT_SYMBOL_GPL vmlinux 0x8527616a devm_regmap_field_bulk_free +EXPORT_SYMBOL_GPL vmlinux 0x8542230f vp_modern_generation +EXPORT_SYMBOL_GPL vmlinux 0x85429d70 gpiochip_remove_pin_ranges +EXPORT_SYMBOL_GPL vmlinux 0x85540ebc nvmem_cell_put +EXPORT_SYMBOL_GPL vmlinux 0x8567ceea device_show_bool +EXPORT_SYMBOL_GPL vmlinux 0x857a9342 rockchip_clk_register_branches +EXPORT_SYMBOL_GPL vmlinux 0x85800c71 pinctrl_generic_remove_group +EXPORT_SYMBOL_GPL vmlinux 0x85862277 ioasid_find +EXPORT_SYMBOL_GPL vmlinux 0x858e2628 dax_holder +EXPORT_SYMBOL_GPL vmlinux 0x859075cd devm_tegra_memory_controller_get +EXPORT_SYMBOL_GPL vmlinux 0x85923132 pci_p2pmem_find_many +EXPORT_SYMBOL_GPL vmlinux 0x859a4118 __rtnl_link_unregister +EXPORT_SYMBOL_GPL vmlinux 0x859b1ff6 phylink_validate_mask_caps +EXPORT_SYMBOL_GPL vmlinux 0x85c11fc9 of_css +EXPORT_SYMBOL_GPL vmlinux 0x85ced313 devm_kstrdup_const +EXPORT_SYMBOL_GPL vmlinux 0x85e711f5 vfs_cancel_lock +EXPORT_SYMBOL_GPL vmlinux 0x85eed1be iopf_queue_discard_partial +EXPORT_SYMBOL_GPL vmlinux 0x85f13e2a devm_extcon_dev_unregister +EXPORT_SYMBOL_GPL vmlinux 0x85f53b40 bpf_prog_get_type_dev +EXPORT_SYMBOL_GPL vmlinux 0x861a7a70 fscrypt_dummy_policies_equal +EXPORT_SYMBOL_GPL vmlinux 0x862258db timecounter_init +EXPORT_SYMBOL_GPL vmlinux 0x862893aa gpiochip_populate_parent_fwspec_fourcell +EXPORT_SYMBOL_GPL vmlinux 0x86299dc5 __devm_alloc_percpu +EXPORT_SYMBOL_GPL vmlinux 0x862bb17b linear_range_values_in_range_array +EXPORT_SYMBOL_GPL vmlinux 0x862dac22 lwtunnel_get_encap_size +EXPORT_SYMBOL_GPL vmlinux 0x863ce334 devlink_param_register +EXPORT_SYMBOL_GPL vmlinux 0x86585a33 devlink_fmsg_obj_nest_start +EXPORT_SYMBOL_GPL vmlinux 0x86623fd7 notify_remote_via_irq +EXPORT_SYMBOL_GPL vmlinux 0x8666797f bio_start_io_acct +EXPORT_SYMBOL_GPL vmlinux 0x86700220 acpi_get_cpuid +EXPORT_SYMBOL_GPL vmlinux 0x8673e702 gpiod_get_raw_array_value +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 0x86a47936 param_ops_bool_enable_only +EXPORT_SYMBOL_GPL vmlinux 0x86b13d2a usb_unpoison_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0x86b1ceb3 tegra210_set_sata_pll_seq_sw +EXPORT_SYMBOL_GPL vmlinux 0x86bec789 vfs_test_lock +EXPORT_SYMBOL_GPL vmlinux 0x86bef6fe devlink_dpipe_entry_ctx_close +EXPORT_SYMBOL_GPL vmlinux 0x86c02001 ipi_send_mask +EXPORT_SYMBOL_GPL vmlinux 0x86c43a8c cper_estatus_check +EXPORT_SYMBOL_GPL vmlinux 0x86ca549f acpi_irq_create_hierarchy +EXPORT_SYMBOL_GPL vmlinux 0x86cdfa4c scsi_queue_work +EXPORT_SYMBOL_GPL vmlinux 0x86e19c4d screen_pos +EXPORT_SYMBOL_GPL vmlinux 0x86e29f97 generic_fh_to_parent +EXPORT_SYMBOL_GPL vmlinux 0x86e59631 debugfs_write_file_bool +EXPORT_SYMBOL_GPL vmlinux 0x86f6b99d synchronize_rcu_expedited +EXPORT_SYMBOL_GPL vmlinux 0x86f85114 net_dec_egress_queue +EXPORT_SYMBOL_GPL vmlinux 0x87001f61 shake_page +EXPORT_SYMBOL_GPL vmlinux 0x870e16b7 xen_test_irq_shared +EXPORT_SYMBOL_GPL vmlinux 0x8711226d wakeup_source_register +EXPORT_SYMBOL_GPL vmlinux 0x87258a37 mas_store +EXPORT_SYMBOL_GPL vmlinux 0x8764720f led_stop_software_blink +EXPORT_SYMBOL_GPL vmlinux 0x876ea75a rcu_tasks_trace_qs_blkd +EXPORT_SYMBOL_GPL vmlinux 0x87737599 pwm_apply_state +EXPORT_SYMBOL_GPL vmlinux 0x87908767 xas_clear_mark +EXPORT_SYMBOL_GPL vmlinux 0x87933eb5 __traceiter_block_bio_complete +EXPORT_SYMBOL_GPL vmlinux 0x87ac7411 __tracepoint_ata_exec_command +EXPORT_SYMBOL_GPL vmlinux 0x87bed06a get_net_ns_by_id +EXPORT_SYMBOL_GPL vmlinux 0x87c46b3d pinctrl_find_gpio_range_from_pin +EXPORT_SYMBOL_GPL vmlinux 0x87c7db39 fwnode_get_named_child_node +EXPORT_SYMBOL_GPL vmlinux 0x87de14fc pinctrl_force_default +EXPORT_SYMBOL_GPL vmlinux 0x8802436a bpf_prog_select_runtime +EXPORT_SYMBOL_GPL vmlinux 0x88143140 fuse_conn_init +EXPORT_SYMBOL_GPL vmlinux 0x883e4af5 bus_get_kset +EXPORT_SYMBOL_GPL vmlinux 0x88431054 vcap_rule_iter +EXPORT_SYMBOL_GPL vmlinux 0x88476f9f devl_lock +EXPORT_SYMBOL_GPL vmlinux 0x885528a6 ring_buffer_discard_commit +EXPORT_SYMBOL_GPL vmlinux 0x886ce18f virtqueue_detach_unused_buf +EXPORT_SYMBOL_GPL vmlinux 0x887c0a22 gpiod_export +EXPORT_SYMBOL_GPL vmlinux 0x88829705 phy_modify_mmd +EXPORT_SYMBOL_GPL vmlinux 0x88869ca2 fscrypt_set_bio_crypt_ctx_bh +EXPORT_SYMBOL_GPL vmlinux 0x888921b5 ip6_dst_lookup_tunnel +EXPORT_SYMBOL_GPL vmlinux 0x888c5be5 irq_bypass_register_consumer +EXPORT_SYMBOL_GPL vmlinux 0x88956776 vfs_setxattr +EXPORT_SYMBOL_GPL vmlinux 0x8896f036 usb_get_maximum_ssp_rate +EXPORT_SYMBOL_GPL vmlinux 0x88a490c2 dev_pm_qos_hide_flags +EXPORT_SYMBOL_GPL vmlinux 0x88ab6fe3 kgdb_active +EXPORT_SYMBOL_GPL vmlinux 0x88b4ae92 ring_buffer_normalize_time_stamp +EXPORT_SYMBOL_GPL vmlinux 0x88b7ba4c regmap_get_raw_read_max +EXPORT_SYMBOL_GPL vmlinux 0x88bd62c5 dma_get_slave_channel +EXPORT_SYMBOL_GPL vmlinux 0x88c4b9c3 devm_regulator_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x88c791ea iommu_setup_dma_ops +EXPORT_SYMBOL_GPL vmlinux 0x88caae86 usb_disable_ltm +EXPORT_SYMBOL_GPL vmlinux 0x88cce6a0 xas_find_marked +EXPORT_SYMBOL_GPL vmlinux 0x88cd7a9a k3_ringacc_ring_get_occ +EXPORT_SYMBOL_GPL vmlinux 0x88ceedbf debugfs_create_x16 +EXPORT_SYMBOL_GPL vmlinux 0x88cf2c26 icc_put +EXPORT_SYMBOL_GPL vmlinux 0x88d4c9c0 spi_target_abort +EXPORT_SYMBOL_GPL vmlinux 0x88daffa3 serial8250_rx_chars +EXPORT_SYMBOL_GPL vmlinux 0x88decd20 cpufreq_generic_attr +EXPORT_SYMBOL_GPL vmlinux 0x88df4efc ata_bmdma_port_start +EXPORT_SYMBOL_GPL vmlinux 0x88e4e8f0 sdio_get_host_pm_caps +EXPORT_SYMBOL_GPL vmlinux 0x88f17c9a cpuidle_get_driver +EXPORT_SYMBOL_GPL vmlinux 0x890f4f97 __kprobe_event_gen_cmd_start +EXPORT_SYMBOL_GPL vmlinux 0x890fa0fa btree_get_prev +EXPORT_SYMBOL_GPL vmlinux 0x8912d3a5 usb_asmedia_modifyflowcontrol +EXPORT_SYMBOL_GPL vmlinux 0x891902bb xfrm_bpf_md_dst +EXPORT_SYMBOL_GPL vmlinux 0x89195530 percpu_up_write +EXPORT_SYMBOL_GPL vmlinux 0x891a5a7f gnttab_max_grant_frames +EXPORT_SYMBOL_GPL vmlinux 0x891a70a5 irq_domain_free_irqs_common +EXPORT_SYMBOL_GPL vmlinux 0x8924eb1e rcu_force_quiescent_state +EXPORT_SYMBOL_GPL vmlinux 0x89281ba5 __clk_hw_register_fixed_rate +EXPORT_SYMBOL_GPL vmlinux 0x892d9382 clk_hw_init_rate_request +EXPORT_SYMBOL_GPL vmlinux 0x892ef2ca acpi_gpiochip_free_interrupts +EXPORT_SYMBOL_GPL vmlinux 0x892faa27 mtk_clk_register_dividers +EXPORT_SYMBOL_GPL vmlinux 0x893844ed pci_find_next_ext_capability +EXPORT_SYMBOL_GPL vmlinux 0x893abbdd devlink_fmsg_u32_pair_put +EXPORT_SYMBOL_GPL vmlinux 0x893c5ddb unlock_system_sleep +EXPORT_SYMBOL_GPL vmlinux 0x8944dbcf of_phandle_args_to_fwspec +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 0x895540ea irq_create_fwspec_mapping +EXPORT_SYMBOL_GPL vmlinux 0x8956d1d7 dprc_setup +EXPORT_SYMBOL_GPL vmlinux 0x895eb62b kset_find_obj +EXPORT_SYMBOL_GPL vmlinux 0x896ce0c9 sprd_pinctrl_shutdown +EXPORT_SYMBOL_GPL vmlinux 0x897f16c7 pci_check_and_unmask_intx +EXPORT_SYMBOL_GPL vmlinux 0x89853812 blk_stat_disable_accounting +EXPORT_SYMBOL_GPL vmlinux 0x8989122d tpm_pm_resume +EXPORT_SYMBOL_GPL vmlinux 0x899b6d95 kvm_write_guest_offset_cached +EXPORT_SYMBOL_GPL vmlinux 0x89a4476d HYPERVISOR_multicall +EXPORT_SYMBOL_GPL vmlinux 0x89a728ee adp5520_read +EXPORT_SYMBOL_GPL vmlinux 0x89a8c267 mnt_idmap_owner +EXPORT_SYMBOL_GPL vmlinux 0x89ae7aa0 rsa_parse_pub_key +EXPORT_SYMBOL_GPL vmlinux 0x89bb53f8 filemap_read +EXPORT_SYMBOL_GPL vmlinux 0x89bbafc6 usb_register_notify +EXPORT_SYMBOL_GPL vmlinux 0x89bec8b0 gfn_to_pfn_memslot_atomic +EXPORT_SYMBOL_GPL vmlinux 0x89c067f2 rio_release_inb_pwrite +EXPORT_SYMBOL_GPL vmlinux 0x89c1afa0 synth_event_gen_cmd_array_start +EXPORT_SYMBOL_GPL vmlinux 0x89c1d576 power_supply_unregister +EXPORT_SYMBOL_GPL vmlinux 0x89c429e4 __tracepoint_mc_event +EXPORT_SYMBOL_GPL vmlinux 0x89ca40b2 usb_hcd_unlink_urb_from_ep +EXPORT_SYMBOL_GPL vmlinux 0x89cf4b16 sysfs_create_link +EXPORT_SYMBOL_GPL vmlinux 0x89db6af3 do_xdp_generic +EXPORT_SYMBOL_GPL vmlinux 0x89e1ec9d acpi_get_subsystem_id +EXPORT_SYMBOL_GPL vmlinux 0x89e340cf acpi_bus_get_ejd +EXPORT_SYMBOL_GPL vmlinux 0x89e3c7c1 genphy_c45_aneg_done +EXPORT_SYMBOL_GPL vmlinux 0x89fcf545 pci_msix_alloc_irq_at +EXPORT_SYMBOL_GPL vmlinux 0x8a1fb646 l3mdev_table_lookup_unregister +EXPORT_SYMBOL_GPL vmlinux 0x8a1fbf0d acpi_subsys_prepare +EXPORT_SYMBOL_GPL vmlinux 0x8a20c970 sdio_f0_writeb +EXPORT_SYMBOL_GPL vmlinux 0x8a23dbe9 irq_chip_enable_parent +EXPORT_SYMBOL_GPL vmlinux 0x8a2c30df of_irq_parse_one +EXPORT_SYMBOL_GPL vmlinux 0x8a2ea7ef pcie_bus_configure_settings +EXPORT_SYMBOL_GPL vmlinux 0x8a3126c0 perf_event_disable +EXPORT_SYMBOL_GPL vmlinux 0x8a36bcc6 tty_port_link_device +EXPORT_SYMBOL_GPL vmlinux 0x8a3929b3 edac_pci_add_device +EXPORT_SYMBOL_GPL vmlinux 0x8a3f84ba linear_range_get_selector_low +EXPORT_SYMBOL_GPL vmlinux 0x8a42add9 __traceiter_neigh_update_done +EXPORT_SYMBOL_GPL vmlinux 0x8a45a555 acpi_unregister_wakeup_handler +EXPORT_SYMBOL_GPL vmlinux 0x8a5424b2 blk_mq_virtio_map_queues +EXPORT_SYMBOL_GPL vmlinux 0x8a554a36 mpc8xxx_spi_strmode +EXPORT_SYMBOL_GPL vmlinux 0x8a62b81b sfp_upstream_stop +EXPORT_SYMBOL_GPL vmlinux 0x8a646078 pm_generic_thaw +EXPORT_SYMBOL_GPL vmlinux 0x8a7b440f meson8_pmx_ops +EXPORT_SYMBOL_GPL vmlinux 0x8a7efc8e generic_online_page +EXPORT_SYMBOL_GPL vmlinux 0x8a83fb45 mpi_point_free_parts +EXPORT_SYMBOL_GPL vmlinux 0x8a884fc8 usb_add_phy_dev +EXPORT_SYMBOL_GPL vmlinux 0x8a8ca07e vp_legacy_get_driver_features +EXPORT_SYMBOL_GPL vmlinux 0x8a8f9b5b regulator_desc_list_voltage_linear +EXPORT_SYMBOL_GPL vmlinux 0x8a9670ee pci_doe_supports_prot +EXPORT_SYMBOL_GPL vmlinux 0x8a9c448c get_net_ns_by_fd +EXPORT_SYMBOL_GPL vmlinux 0x8a9fa8fd acpi_device_modalias +EXPORT_SYMBOL_GPL vmlinux 0x8ab0467f ip6_sk_redirect +EXPORT_SYMBOL_GPL vmlinux 0x8abacc47 get_max_files +EXPORT_SYMBOL_GPL vmlinux 0x8ac1407b sfp_get_module_eeprom +EXPORT_SYMBOL_GPL vmlinux 0x8ac1cbdd hwspin_lock_get_id +EXPORT_SYMBOL_GPL vmlinux 0x8ac2f01b devm_rtc_nvmem_register +EXPORT_SYMBOL_GPL vmlinux 0x8ad3ee4b iptunnel_xmit +EXPORT_SYMBOL_GPL vmlinux 0x8ad560a2 blkcg_get_fc_appid +EXPORT_SYMBOL_GPL vmlinux 0x8ad616ab da9055_regmap_config +EXPORT_SYMBOL_GPL vmlinux 0x8add31e9 pci_hp_add_bridge +EXPORT_SYMBOL_GPL vmlinux 0x8ae6acda pci_load_and_free_saved_state +EXPORT_SYMBOL_GPL vmlinux 0x8afadc6d scmi_protocol_register +EXPORT_SYMBOL_GPL vmlinux 0x8afc66bb unregister_asymmetric_key_parser +EXPORT_SYMBOL_GPL vmlinux 0x8afd520b do_unbind_con_driver +EXPORT_SYMBOL_GPL vmlinux 0x8aff2e05 devlink_port_unregister +EXPORT_SYMBOL_GPL vmlinux 0x8b028999 dev_pm_opp_get_opp_table +EXPORT_SYMBOL_GPL vmlinux 0x8b0d76fb pinctrl_find_gpio_range_from_pin_nolock +EXPORT_SYMBOL_GPL vmlinux 0x8b149c36 clk_is_match +EXPORT_SYMBOL_GPL vmlinux 0x8b28bcba phylink_create +EXPORT_SYMBOL_GPL vmlinux 0x8b2c7822 sock_map_destroy +EXPORT_SYMBOL_GPL vmlinux 0x8b2f4044 pci_vfs_assigned +EXPORT_SYMBOL_GPL vmlinux 0x8b30a934 css_next_descendant_pre +EXPORT_SYMBOL_GPL vmlinux 0x8b36ba2c pm_clk_runtime_resume +EXPORT_SYMBOL_GPL vmlinux 0x8b4149e4 cppc_perf_ctrs_in_pcc +EXPORT_SYMBOL_GPL vmlinux 0x8b4bfa56 debugfs_rename +EXPORT_SYMBOL_GPL vmlinux 0x8b506440 acpi_subsys_runtime_resume +EXPORT_SYMBOL_GPL vmlinux 0x8b650752 mtk_mutex_release +EXPORT_SYMBOL_GPL vmlinux 0x8b669500 ata_sff_qc_issue +EXPORT_SYMBOL_GPL vmlinux 0x8b741f0d regulator_register +EXPORT_SYMBOL_GPL vmlinux 0x8b7a698b __tracepoint_xdp_exception +EXPORT_SYMBOL_GPL vmlinux 0x8b846060 devres_open_group +EXPORT_SYMBOL_GPL vmlinux 0x8b89f01c hv_ghcb_hypercall +EXPORT_SYMBOL_GPL vmlinux 0x8b99eeef edac_mc_free +EXPORT_SYMBOL_GPL vmlinux 0x8b9fd163 proc_create_net_single +EXPORT_SYMBOL_GPL vmlinux 0x8ba0eb15 hv_set_vpreg +EXPORT_SYMBOL_GPL vmlinux 0x8ba5afe9 HYPERVISOR_memory_op +EXPORT_SYMBOL_GPL vmlinux 0x8bb8a966 sk_msg_free +EXPORT_SYMBOL_GPL vmlinux 0x8bb9f74d tegra_xusb_padctl_legacy_probe +EXPORT_SYMBOL_GPL vmlinux 0x8bc32417 dev_err_probe +EXPORT_SYMBOL_GPL vmlinux 0x8bcaa87b of_phy_get +EXPORT_SYMBOL_GPL vmlinux 0x8bcf2140 devlink_port_attrs_pci_vf_set +EXPORT_SYMBOL_GPL vmlinux 0x8bd58a1c dw_pcie_ep_init_notify +EXPORT_SYMBOL_GPL vmlinux 0x8be3a413 xfrm_output +EXPORT_SYMBOL_GPL vmlinux 0x8bf46d2a regcache_cache_only +EXPORT_SYMBOL_GPL vmlinux 0x8bf5f379 k3_udma_glue_release_tx_chn +EXPORT_SYMBOL_GPL vmlinux 0x8bf84c3a wm8350_reg_write +EXPORT_SYMBOL_GPL vmlinux 0x8c0215f2 pm_system_wakeup +EXPORT_SYMBOL_GPL vmlinux 0x8c03d20c destroy_workqueue +EXPORT_SYMBOL_GPL vmlinux 0x8c0ed103 rcu_check_boost_fail +EXPORT_SYMBOL_GPL vmlinux 0x8c0f3f6d powercap_unregister_control_type +EXPORT_SYMBOL_GPL vmlinux 0x8c1d1b6b pinconf_generic_parse_dt_config +EXPORT_SYMBOL_GPL vmlinux 0x8c1f05df cpufreq_driver_resolve_freq +EXPORT_SYMBOL_GPL vmlinux 0x8c227d77 mptcp_subflow_init_cookie_req +EXPORT_SYMBOL_GPL vmlinux 0x8c242cdf cros_ec_get_sensor_count +EXPORT_SYMBOL_GPL vmlinux 0x8c250006 of_get_pci_domain_nr +EXPORT_SYMBOL_GPL vmlinux 0x8c27ebd3 irq_domain_push_irq +EXPORT_SYMBOL_GPL vmlinux 0x8c364e2d pci_doe_submit_task +EXPORT_SYMBOL_GPL vmlinux 0x8c465484 acpiphp_register_attention +EXPORT_SYMBOL_GPL vmlinux 0x8c484409 gnttab_release_grant_reference +EXPORT_SYMBOL_GPL vmlinux 0x8c4d2428 mt_prev +EXPORT_SYMBOL_GPL vmlinux 0x8c507eca ohci_hub_status_data +EXPORT_SYMBOL_GPL vmlinux 0x8c53144f bio_trim +EXPORT_SYMBOL_GPL vmlinux 0x8c539392 thermal_of_zone_register +EXPORT_SYMBOL_GPL vmlinux 0x8c5c2ee2 devm_thermal_of_zone_register +EXPORT_SYMBOL_GPL vmlinux 0x8c743fb6 reset_control_status +EXPORT_SYMBOL_GPL vmlinux 0x8c74a798 transport_remove_device +EXPORT_SYMBOL_GPL vmlinux 0x8c750f66 fb_deferred_io_open +EXPORT_SYMBOL_GPL vmlinux 0x8c89e3b8 usb_phy_roothub_power_off +EXPORT_SYMBOL_GPL vmlinux 0x8c98d248 unregister_vmcore_cb +EXPORT_SYMBOL_GPL vmlinux 0x8c9cfad3 devl_dpipe_table_resource_set +EXPORT_SYMBOL_GPL vmlinux 0x8c9e54d3 devlink_info_version_running_put_ext +EXPORT_SYMBOL_GPL vmlinux 0x8caa47fc mtk_pinconf_drive_get_rev1 +EXPORT_SYMBOL_GPL vmlinux 0x8cacd75b clean_acked_data_disable +EXPORT_SYMBOL_GPL vmlinux 0x8cb5a38e k3_udma_glue_rx_flow_disable +EXPORT_SYMBOL_GPL vmlinux 0x8cce38bf pci_set_cacheline_size +EXPORT_SYMBOL_GPL vmlinux 0x8cd78fba of_phy_provider_unregister +EXPORT_SYMBOL_GPL vmlinux 0x8ce2d446 __tracepoint_block_rq_remap +EXPORT_SYMBOL_GPL vmlinux 0x8ce9a653 securityfs_remove +EXPORT_SYMBOL_GPL vmlinux 0x8cece772 ncsi_register_dev +EXPORT_SYMBOL_GPL vmlinux 0x8cf0da81 __virtio_unbreak_device +EXPORT_SYMBOL_GPL vmlinux 0x8cf55fa3 acpi_dev_suspend +EXPORT_SYMBOL_GPL vmlinux 0x8d0abf3a __tracepoint_io_page_fault +EXPORT_SYMBOL_GPL vmlinux 0x8d154460 spi_new_ancillary_device +EXPORT_SYMBOL_GPL vmlinux 0x8d22bb58 iommu_group_alloc +EXPORT_SYMBOL_GPL vmlinux 0x8d3330b6 cpuacct_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0x8d35966f gpiod_get_array_optional +EXPORT_SYMBOL_GPL vmlinux 0x8d37c3cb netdev_walk_all_upper_dev_rcu +EXPORT_SYMBOL_GPL vmlinux 0x8d3f7e27 ehci_reset +EXPORT_SYMBOL_GPL vmlinux 0x8d43a433 gpiod_get_optional +EXPORT_SYMBOL_GPL vmlinux 0x8d43bbda ata_dev_pair +EXPORT_SYMBOL_GPL vmlinux 0x8d491041 regcache_drop_region +EXPORT_SYMBOL_GPL vmlinux 0x8d522714 __rcu_read_lock +EXPORT_SYMBOL_GPL vmlinux 0x8d58d11f pci_bus_resource_n +EXPORT_SYMBOL_GPL vmlinux 0x8d6c1735 extcon_dev_unregister +EXPORT_SYMBOL_GPL vmlinux 0x8d72520b dev_pm_qos_expose_flags +EXPORT_SYMBOL_GPL vmlinux 0x8d7e3373 hwpoison_filter_dev_major +EXPORT_SYMBOL_GPL vmlinux 0x8d812546 iomap_readahead +EXPORT_SYMBOL_GPL vmlinux 0x8d815340 pci_try_reset_function +EXPORT_SYMBOL_GPL vmlinux 0x8d87da96 badblocks_clear +EXPORT_SYMBOL_GPL vmlinux 0x8d88c9ed spi_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x8d8b8c1c iommu_group_get +EXPORT_SYMBOL_GPL vmlinux 0x8d8b8e2d kvm_release_page_clean +EXPORT_SYMBOL_GPL vmlinux 0x8d908ebf power_supply_get_maintenance_charging_setting +EXPORT_SYMBOL_GPL vmlinux 0x8da2d94d shash_ahash_update +EXPORT_SYMBOL_GPL vmlinux 0x8daa869e virtio_config_changed +EXPORT_SYMBOL_GPL vmlinux 0x8dad62d7 led_sysfs_enable +EXPORT_SYMBOL_GPL vmlinux 0x8dafa2a7 ahci_pmp_retry_srst_ops +EXPORT_SYMBOL_GPL vmlinux 0x8db18dde skb_complete_tx_timestamp +EXPORT_SYMBOL_GPL vmlinux 0x8db47f79 acpi_get_acpi_dev +EXPORT_SYMBOL_GPL vmlinux 0x8dbf7aaa privcmd_call +EXPORT_SYMBOL_GPL vmlinux 0x8dc50558 dw8250_do_set_termios +EXPORT_SYMBOL_GPL vmlinux 0x8dcf6b82 br_ip6_fragment +EXPORT_SYMBOL_GPL vmlinux 0x8dd218b0 icc_bulk_disable +EXPORT_SYMBOL_GPL vmlinux 0x8de349c4 device_get_match_data +EXPORT_SYMBOL_GPL vmlinux 0x8de6817a acpi_dev_resource_address_space +EXPORT_SYMBOL_GPL vmlinux 0x8de8286c genphy_c45_restart_aneg +EXPORT_SYMBOL_GPL vmlinux 0x8e0da78c nd_cmd_in_size +EXPORT_SYMBOL_GPL vmlinux 0x8e0f4563 sched_set_normal +EXPORT_SYMBOL_GPL vmlinux 0x8e16419b trace_clock_local +EXPORT_SYMBOL_GPL vmlinux 0x8e1922f6 platform_device_add +EXPORT_SYMBOL_GPL vmlinux 0x8e2a6f52 generic_device_group +EXPORT_SYMBOL_GPL vmlinux 0x8e3597fd rio_mport_write_config_16 +EXPORT_SYMBOL_GPL vmlinux 0x8e3765c5 phy_get +EXPORT_SYMBOL_GPL vmlinux 0x8e3bb52b perf_aux_output_end +EXPORT_SYMBOL_GPL vmlinux 0x8e4b63a6 hisi_clk_register_gate_sep +EXPORT_SYMBOL_GPL vmlinux 0x8e4c1209 regulator_get_voltage_rdev +EXPORT_SYMBOL_GPL vmlinux 0x8e4eb451 bpf_sk_storage_diag_free +EXPORT_SYMBOL_GPL vmlinux 0x8e6b1a9e net_selftest_get_count +EXPORT_SYMBOL_GPL vmlinux 0x8e6fa8b5 apei_exec_pre_map_gars +EXPORT_SYMBOL_GPL vmlinux 0x8e70a896 devm_pwmchip_add +EXPORT_SYMBOL_GPL vmlinux 0x8e7657a9 ata_port_schedule_eh +EXPORT_SYMBOL_GPL vmlinux 0x8e7f0a9c acpi_get_phys_id +EXPORT_SYMBOL_GPL vmlinux 0x8e7f3dcb tty_ldisc_ref +EXPORT_SYMBOL_GPL vmlinux 0x8e97c716 blkcg_deactivate_policy +EXPORT_SYMBOL_GPL vmlinux 0x8ea92888 thermal_zone_device_disable +EXPORT_SYMBOL_GPL vmlinux 0x8ead800c user_free_preparse +EXPORT_SYMBOL_GPL vmlinux 0x8eb8df4a mtk_paris_pinctrl_probe +EXPORT_SYMBOL_GPL vmlinux 0x8ec12a77 cpufreq_cooling_register +EXPORT_SYMBOL_GPL vmlinux 0x8ec6772c i2c_dw_validate_speed +EXPORT_SYMBOL_GPL vmlinux 0x8ec7bb31 dev_pm_get_subsys_data +EXPORT_SYMBOL_GPL vmlinux 0x8ecfe21e fb_deferred_io_mmap +EXPORT_SYMBOL_GPL vmlinux 0x8ed560a9 srcutorture_get_gp_data +EXPORT_SYMBOL_GPL vmlinux 0x8ed5e622 fib_alias_hw_flags_set +EXPORT_SYMBOL_GPL vmlinux 0x8ed92eab switchdev_handle_port_obj_add_foreign +EXPORT_SYMBOL_GPL vmlinux 0x8eec19bd __SCK__tp_func_pelt_dl_tp +EXPORT_SYMBOL_GPL vmlinux 0x8eec9f8c aead_init_geniv +EXPORT_SYMBOL_GPL vmlinux 0x8eee3399 dax_read_unlock +EXPORT_SYMBOL_GPL vmlinux 0x8eefa345 wp_shared_mapping_range +EXPORT_SYMBOL_GPL vmlinux 0x8eefeed1 iommu_attach_device_pasid +EXPORT_SYMBOL_GPL vmlinux 0x8ef59036 spi_mem_dirmap_destroy +EXPORT_SYMBOL_GPL vmlinux 0x8ef934aa vp_modern_queue_address +EXPORT_SYMBOL_GPL vmlinux 0x8f02c640 fscrypt_d_revalidate +EXPORT_SYMBOL_GPL vmlinux 0x8f064877 __traceiter_rpm_return_int +EXPORT_SYMBOL_GPL vmlinux 0x8f0748af rcu_expedite_gp +EXPORT_SYMBOL_GPL vmlinux 0x8f0b781d iova_domain_init_rcaches +EXPORT_SYMBOL_GPL vmlinux 0x8f109d0e acpi_dev_resume +EXPORT_SYMBOL_GPL vmlinux 0x8f12c6f6 irq_domain_remove +EXPORT_SYMBOL_GPL vmlinux 0x8f1d298b ohci_setup +EXPORT_SYMBOL_GPL vmlinux 0x8f26a2de devm_rtc_allocate_device +EXPORT_SYMBOL_GPL vmlinux 0x8f2b4e2e usb_free_streams +EXPORT_SYMBOL_GPL vmlinux 0x8f2c16bc __skb_get_hash_symmetric +EXPORT_SYMBOL_GPL vmlinux 0x8f2e9614 compat_only_sysfs_link_entry_to_kobj +EXPORT_SYMBOL_GPL vmlinux 0x8f32e3a7 regmap_field_alloc +EXPORT_SYMBOL_GPL vmlinux 0x8f335651 ehci_hub_control +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 0x8f459192 uhci_check_and_reset_hc +EXPORT_SYMBOL_GPL vmlinux 0x8f4aa9ee watchdog_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0x8f68ccce device_bind_driver +EXPORT_SYMBOL_GPL vmlinux 0x8f6cee77 __round_jiffies_relative +EXPORT_SYMBOL_GPL vmlinux 0x8f71ecf9 devm_hte_register_chip +EXPORT_SYMBOL_GPL vmlinux 0x8f74e12f crypto_find_alg +EXPORT_SYMBOL_GPL vmlinux 0x8f786bee fs_umode_to_dtype +EXPORT_SYMBOL_GPL vmlinux 0x8f7bd0a6 btree_init_mempool +EXPORT_SYMBOL_GPL vmlinux 0x8f912d4f event_triggers_post_call +EXPORT_SYMBOL_GPL vmlinux 0x8f93549a rockchip_pcie_deinit_phys +EXPORT_SYMBOL_GPL vmlinux 0x8fa5a6ee dev_fetch_sw_netstats +EXPORT_SYMBOL_GPL vmlinux 0x8faa800d acpi_cpc_valid +EXPORT_SYMBOL_GPL vmlinux 0x8fb42480 bpf_offload_dev_match +EXPORT_SYMBOL_GPL vmlinux 0x8fbd8c92 dma_pci_p2pdma_supported +EXPORT_SYMBOL_GPL vmlinux 0x8fc12788 software_node_unregister_node_group +EXPORT_SYMBOL_GPL vmlinux 0x8fc4c926 free_vm_area +EXPORT_SYMBOL_GPL vmlinux 0x8fd1865a dma_resv_get_singleton +EXPORT_SYMBOL_GPL vmlinux 0x8fdcf08a inode_dax +EXPORT_SYMBOL_GPL vmlinux 0x8fe2da39 sdio_retune_crc_enable +EXPORT_SYMBOL_GPL vmlinux 0x8ff60436 mpi_ec_add_points +EXPORT_SYMBOL_GPL vmlinux 0x8ff7ea2f devlink_region_snapshot_id_get +EXPORT_SYMBOL_GPL vmlinux 0x8ffa078a xenbus_dev_probe +EXPORT_SYMBOL_GPL vmlinux 0x8ffa0e12 irq_domain_translate_onecell +EXPORT_SYMBOL_GPL vmlinux 0x8ffac50d acomp_request_alloc +EXPORT_SYMBOL_GPL vmlinux 0x8ffe792f tracepoint_probe_register_prio_may_exist +EXPORT_SYMBOL_GPL vmlinux 0x900204c0 xdp_attachment_setup +EXPORT_SYMBOL_GPL vmlinux 0x9022b182 uart_insert_char +EXPORT_SYMBOL_GPL vmlinux 0x902c9c2b tcp_plb_update_state_upon_rto +EXPORT_SYMBOL_GPL vmlinux 0x903b627c list_lru_isolate_move +EXPORT_SYMBOL_GPL vmlinux 0x904ecabf kvm_vcpu_gfn_to_pfn +EXPORT_SYMBOL_GPL vmlinux 0x90519efa of_nvmem_device_get +EXPORT_SYMBOL_GPL vmlinux 0x90536b22 mbox_chan_txdone +EXPORT_SYMBOL_GPL vmlinux 0x905826b5 wm831x_regmap_config +EXPORT_SYMBOL_GPL vmlinux 0x9061c178 phy_start_machine +EXPORT_SYMBOL_GPL vmlinux 0x9063efd5 dpcon_get_attributes +EXPORT_SYMBOL_GPL vmlinux 0x9067c2b4 register_btf_kfunc_id_set +EXPORT_SYMBOL_GPL vmlinux 0x906d6b2c inet_ehash_nolisten +EXPORT_SYMBOL_GPL vmlinux 0x90809f1f kvm_io_bus_get_dev +EXPORT_SYMBOL_GPL vmlinux 0x909af6e3 fscrypt_ioctl_get_key_status +EXPORT_SYMBOL_GPL vmlinux 0x90a0ecb9 udp4_hwcsum +EXPORT_SYMBOL_GPL vmlinux 0x90a9d8cc hv_is_hyperv_initialized +EXPORT_SYMBOL_GPL vmlinux 0x90ad66b1 software_node_unregister_nodes +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 0x90d937b4 __tracepoint_pelt_rt_tp +EXPORT_SYMBOL_GPL vmlinux 0x90dc12fe crypto_unregister_acomp +EXPORT_SYMBOL_GPL vmlinux 0x90dce09c dev_attr_link_power_management_policy +EXPORT_SYMBOL_GPL vmlinux 0x90fb5e61 key_type_logon +EXPORT_SYMBOL_GPL vmlinux 0x911fcd6c phylink_start +EXPORT_SYMBOL_GPL vmlinux 0x91282532 fib_nh_common_init +EXPORT_SYMBOL_GPL vmlinux 0x912c4158 nf_route +EXPORT_SYMBOL_GPL vmlinux 0x912f35d7 apply_to_existing_page_range +EXPORT_SYMBOL_GPL vmlinux 0x913ebd32 stack_depot_save +EXPORT_SYMBOL_GPL vmlinux 0x91495216 strp_stop +EXPORT_SYMBOL_GPL vmlinux 0x914a8955 dev_pm_genpd_set_next_wakeup +EXPORT_SYMBOL_GPL vmlinux 0x915e0c07 extcon_set_property_capability +EXPORT_SYMBOL_GPL vmlinux 0x9166506e usb_unlocked_disable_lpm +EXPORT_SYMBOL_GPL vmlinux 0x917b10f6 ehci_adjust_port_wakeup_flags +EXPORT_SYMBOL_GPL vmlinux 0x9194e18f xenbus_mkdir +EXPORT_SYMBOL_GPL vmlinux 0x91955a9f start_poll_synchronize_rcu +EXPORT_SYMBOL_GPL vmlinux 0x919af214 fork_usermode_driver +EXPORT_SYMBOL_GPL vmlinux 0x91a544a8 of_pci_range_parser_init +EXPORT_SYMBOL_GPL vmlinux 0x91aad35b metadata_dst_alloc_percpu +EXPORT_SYMBOL_GPL vmlinux 0x91b774a1 mpi_scanval +EXPORT_SYMBOL_GPL vmlinux 0x91be5be7 crypto_wait_for_test +EXPORT_SYMBOL_GPL vmlinux 0x91c6e5b0 pcap_to_irq +EXPORT_SYMBOL_GPL vmlinux 0x91c9313c acpi_gpio_get_io_resource +EXPORT_SYMBOL_GPL vmlinux 0x91e30809 HYPERVISOR_vm_assist +EXPORT_SYMBOL_GPL vmlinux 0x91e46ca6 fscrypt_dio_supported +EXPORT_SYMBOL_GPL vmlinux 0x91e4af3c pci_disable_pasid +EXPORT_SYMBOL_GPL vmlinux 0x91e80efd md_bitmap_resize +EXPORT_SYMBOL_GPL vmlinux 0x91ea8726 asn1_encode_boolean +EXPORT_SYMBOL_GPL vmlinux 0x91f8ce90 crypto_stats_skcipher_decrypt +EXPORT_SYMBOL_GPL vmlinux 0x920cc389 visitorl +EXPORT_SYMBOL_GPL vmlinux 0x920d7807 usb_unpoison_urb +EXPORT_SYMBOL_GPL vmlinux 0x9217ba33 of_genpd_add_device +EXPORT_SYMBOL_GPL vmlinux 0x923e42aa sysfb_disable +EXPORT_SYMBOL_GPL vmlinux 0x9241b358 __static_key_slow_dec_deferred +EXPORT_SYMBOL_GPL vmlinux 0x9247877d thermal_zone_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x92483e49 mtk_clk_unregister_plls +EXPORT_SYMBOL_GPL vmlinux 0x924c46f8 zs_unmap_object +EXPORT_SYMBOL_GPL vmlinux 0x92736fd1 ping_close +EXPORT_SYMBOL_GPL vmlinux 0x927374a5 dev_pm_opp_find_freq_floor +EXPORT_SYMBOL_GPL vmlinux 0x927487ea zynqmp_pm_read_ggs +EXPORT_SYMBOL_GPL vmlinux 0x92774720 devm_spi_mem_dirmap_create +EXPORT_SYMBOL_GPL vmlinux 0x928278c0 xenbus_alloc_evtchn +EXPORT_SYMBOL_GPL vmlinux 0x92889e42 devfreq_event_remove_edev +EXPORT_SYMBOL_GPL vmlinux 0x929c1e08 dw_pcie_write_dbi +EXPORT_SYMBOL_GPL vmlinux 0x929e910f nexthop_select_path +EXPORT_SYMBOL_GPL vmlinux 0x929e95cf psi_memstall_enter +EXPORT_SYMBOL_GPL vmlinux 0x92a644d9 of_pci_parse_bus_range +EXPORT_SYMBOL_GPL vmlinux 0x92b0b982 iptunnel_handle_offloads +EXPORT_SYMBOL_GPL vmlinux 0x92b14f08 mtk_build_eint +EXPORT_SYMBOL_GPL vmlinux 0x92b8c78b hyperv_pcpu_output_arg +EXPORT_SYMBOL_GPL vmlinux 0x92be7e3c __skb_zcopy_downgrade_managed +EXPORT_SYMBOL_GPL vmlinux 0x92d31cfb fixed_phy_add +EXPORT_SYMBOL_GPL vmlinux 0x92db8f68 do_trace_rcu_torture_read +EXPORT_SYMBOL_GPL vmlinux 0x92e48487 blk_mq_sched_mark_restart_hctx +EXPORT_SYMBOL_GPL vmlinux 0x92e8e9ab fsverity_enqueue_verify_work +EXPORT_SYMBOL_GPL vmlinux 0x92e9de21 usb_hcd_pci_shutdown +EXPORT_SYMBOL_GPL vmlinux 0x9301e97c serial8250_do_set_divisor +EXPORT_SYMBOL_GPL vmlinux 0x930ab533 k3_ringacc_request_ring +EXPORT_SYMBOL_GPL vmlinux 0x931ea1e4 blk_queue_can_use_dma_map_merging +EXPORT_SYMBOL_GPL vmlinux 0x93255b2b ring_buffer_lock_reserve +EXPORT_SYMBOL_GPL vmlinux 0x9327c90f pci_epf_alloc_space +EXPORT_SYMBOL_GPL vmlinux 0x932c8d7a linear_range_get_value_array +EXPORT_SYMBOL_GPL vmlinux 0x933a2be5 devm_hwmon_device_register_with_info +EXPORT_SYMBOL_GPL vmlinux 0x933d9f0d virtqueue_kick_prepare +EXPORT_SYMBOL_GPL vmlinux 0x933f75e0 usb_unlink_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0x934544ce ahci_save_initial_config +EXPORT_SYMBOL_GPL vmlinux 0x935346fe __sbitmap_queue_get +EXPORT_SYMBOL_GPL vmlinux 0x935d0c7b __pm_runtime_resume +EXPORT_SYMBOL_GPL vmlinux 0x935f7c03 led_compose_name +EXPORT_SYMBOL_GPL vmlinux 0x9361db7a irq_domain_xlate_onecell +EXPORT_SYMBOL_GPL vmlinux 0x936afed8 __xdp_build_skb_from_frame +EXPORT_SYMBOL_GPL vmlinux 0x936b3462 clk_hw_get_name +EXPORT_SYMBOL_GPL vmlinux 0x937eb90b __dev_fwnode +EXPORT_SYMBOL_GPL vmlinux 0x938499ea sk_psock_init +EXPORT_SYMBOL_GPL vmlinux 0x93996939 dev_pm_genpd_add_notifier +EXPORT_SYMBOL_GPL vmlinux 0x939bfb1a crypto_unregister_kpp +EXPORT_SYMBOL_GPL vmlinux 0x93c7edeb usb_find_common_endpoints +EXPORT_SYMBOL_GPL vmlinux 0x93c86829 bpf_trace_run7 +EXPORT_SYMBOL_GPL vmlinux 0x93cd1c5a fat_remove_entries +EXPORT_SYMBOL_GPL vmlinux 0x93d1d424 gnttab_free_grant_references +EXPORT_SYMBOL_GPL vmlinux 0x93ddf630 icc_provider_del +EXPORT_SYMBOL_GPL vmlinux 0x93e547f0 tcp_get_syncookie_mss +EXPORT_SYMBOL_GPL vmlinux 0x93ebdf96 mt_next +EXPORT_SYMBOL_GPL vmlinux 0x93edef07 devlink_health_report +EXPORT_SYMBOL_GPL vmlinux 0x93f8127d regulator_bulk_free +EXPORT_SYMBOL_GPL vmlinux 0x940ab63d inet_csk_route_req +EXPORT_SYMBOL_GPL vmlinux 0x9418412b regulator_set_pull_down_regmap +EXPORT_SYMBOL_GPL vmlinux 0x941f2aaa eventfd_ctx_put +EXPORT_SYMBOL_GPL vmlinux 0x9420c017 bus_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0x9425bb34 nvmem_dev_name +EXPORT_SYMBOL_GPL vmlinux 0x942e0838 blkcg_policy_unregister +EXPORT_SYMBOL_GPL vmlinux 0x9430b198 trace_dump_stack +EXPORT_SYMBOL_GPL vmlinux 0x9436e405 memory_group_register_dynamic +EXPORT_SYMBOL_GPL vmlinux 0x94394b37 rockchip_register_softrst_lut +EXPORT_SYMBOL_GPL vmlinux 0x943fc708 xen_setup_shutdown_event +EXPORT_SYMBOL_GPL vmlinux 0x94509f65 tpm_calc_ordinal_duration +EXPORT_SYMBOL_GPL vmlinux 0x9468ea70 schedule_hrtimeout_range_clock +EXPORT_SYMBOL_GPL vmlinux 0x94692a4b devm_kmemdup +EXPORT_SYMBOL_GPL vmlinux 0x946c0028 devlink_unregister +EXPORT_SYMBOL_GPL vmlinux 0x946dd559 sha224_zero_message_hash +EXPORT_SYMBOL_GPL vmlinux 0x947456cb led_trigger_unregister_simple +EXPORT_SYMBOL_GPL vmlinux 0x94784eb1 acpi_gpiochip_request_interrupts +EXPORT_SYMBOL_GPL vmlinux 0x948e8d0b fsl_mc_driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0x9491079e irq_set_default_host +EXPORT_SYMBOL_GPL vmlinux 0x949b5176 devlink_region_snapshot_create +EXPORT_SYMBOL_GPL vmlinux 0x949f7342 __alloc_percpu +EXPORT_SYMBOL_GPL vmlinux 0x94a2407d dm_hold +EXPORT_SYMBOL_GPL vmlinux 0x94b73417 blk_rq_unprep_clone +EXPORT_SYMBOL_GPL vmlinux 0x94c04358 usb_match_id +EXPORT_SYMBOL_GPL vmlinux 0x94c162d0 of_add_property +EXPORT_SYMBOL_GPL vmlinux 0x94d7884a kvm_put_kvm +EXPORT_SYMBOL_GPL vmlinux 0x94e62d2e __set_phys_to_machine_multi +EXPORT_SYMBOL_GPL vmlinux 0x94ed06d4 sock_map_close +EXPORT_SYMBOL_GPL vmlinux 0x94ef4d05 cpci_hp_stop +EXPORT_SYMBOL_GPL vmlinux 0x94ef83be of_prop_next_string +EXPORT_SYMBOL_GPL vmlinux 0x94f0136c irq_set_affinity_notifier +EXPORT_SYMBOL_GPL vmlinux 0x94f6521d devm_phy_put +EXPORT_SYMBOL_GPL vmlinux 0x9504df26 irq_wake_thread +EXPORT_SYMBOL_GPL vmlinux 0x9507f627 kill_pid_usb_asyncio +EXPORT_SYMBOL_GPL vmlinux 0x950a0cb2 fwnode_find_reference +EXPORT_SYMBOL_GPL vmlinux 0x950d1c55 get_device_system_crosststamp +EXPORT_SYMBOL_GPL vmlinux 0x951691b6 kvm_init +EXPORT_SYMBOL_GPL vmlinux 0x951a2773 crypto_has_alg +EXPORT_SYMBOL_GPL vmlinux 0x951a3c02 xenbus_dev_resume +EXPORT_SYMBOL_GPL vmlinux 0x9521687a iommu_iova_to_phys +EXPORT_SYMBOL_GPL vmlinux 0x952a5eea fat_detach +EXPORT_SYMBOL_GPL vmlinux 0x9531a044 mmc_regulator_get_supply +EXPORT_SYMBOL_GPL vmlinux 0x953e1b9e ktime_get_real_seconds +EXPORT_SYMBOL_GPL vmlinux 0x9540db4d of_clk_hw_simple_get +EXPORT_SYMBOL_GPL vmlinux 0x95530e61 tpm_chip_register +EXPORT_SYMBOL_GPL vmlinux 0x95575c33 __tracepoint_rwmmio_write +EXPORT_SYMBOL_GPL vmlinux 0x955b0e2e kthread_worker_fn +EXPORT_SYMBOL_GPL vmlinux 0x95671097 meson_axg_pmx_ops +EXPORT_SYMBOL_GPL vmlinux 0x9568925b badblocks_init +EXPORT_SYMBOL_GPL vmlinux 0x956ac400 ring_buffer_dropped_events_cpu +EXPORT_SYMBOL_GPL vmlinux 0x956f1937 dev_pm_qos_flags +EXPORT_SYMBOL_GPL vmlinux 0x957771fa rio_inb_pwrite_handler +EXPORT_SYMBOL_GPL vmlinux 0x95843030 mpi_ec_init +EXPORT_SYMBOL_GPL vmlinux 0x958df3ac zs_free +EXPORT_SYMBOL_GPL vmlinux 0x958f309b tegra_bpmp_mrq_is_supported +EXPORT_SYMBOL_GPL vmlinux 0x9593ef31 register_ftrace_export +EXPORT_SYMBOL_GPL vmlinux 0x959dc61a virtqueue_get_buf +EXPORT_SYMBOL_GPL vmlinux 0x959ec5f5 call_rcu_tasks +EXPORT_SYMBOL_GPL vmlinux 0x95a81f7f clk_register_fractional_divider +EXPORT_SYMBOL_GPL vmlinux 0x95a858c6 clk_fixed_factor_ops +EXPORT_SYMBOL_GPL vmlinux 0x95bc9078 btree_free +EXPORT_SYMBOL_GPL vmlinux 0x95c999d8 blkcg_root_css +EXPORT_SYMBOL_GPL vmlinux 0x95d10aab kvm_vcpu_map +EXPORT_SYMBOL_GPL vmlinux 0x95d53235 kvm_vcpu_write_guest +EXPORT_SYMBOL_GPL vmlinux 0x95de8227 relay_open +EXPORT_SYMBOL_GPL vmlinux 0x95e102ab tracepoint_probe_register +EXPORT_SYMBOL_GPL vmlinux 0x95e1cbf3 dma_run_dependencies +EXPORT_SYMBOL_GPL vmlinux 0x95ea06a1 phylink_ethtool_ksettings_set +EXPORT_SYMBOL_GPL vmlinux 0x95ee629e clk_gate_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0x95ef1ccc dmi_memdev_size +EXPORT_SYMBOL_GPL vmlinux 0x95f629f9 sdio_readsb +EXPORT_SYMBOL_GPL vmlinux 0x961286e0 ring_buffer_read_events_cpu +EXPORT_SYMBOL_GPL vmlinux 0x9621d738 alarm_start_relative +EXPORT_SYMBOL_GPL vmlinux 0x9625a9c3 led_classdev_register_ext +EXPORT_SYMBOL_GPL vmlinux 0x962c8ae1 usb_kill_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0x9641055c bdev_alignment_offset +EXPORT_SYMBOL_GPL vmlinux 0x96438a86 dmaengine_desc_get_metadata_ptr +EXPORT_SYMBOL_GPL vmlinux 0x964d0502 clk_register_hisi_phase +EXPORT_SYMBOL_GPL vmlinux 0x964e2591 inet6_csk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0x965390ec meson_clk_pll_ro_ops +EXPORT_SYMBOL_GPL vmlinux 0x965426a6 cpu_topology +EXPORT_SYMBOL_GPL vmlinux 0x96554810 register_keyboard_notifier +EXPORT_SYMBOL_GPL vmlinux 0x965c5b7d tcp_reno_cong_avoid +EXPORT_SYMBOL_GPL vmlinux 0x965ffe70 i2c_acpi_waive_d0_probe +EXPORT_SYMBOL_GPL vmlinux 0x9661da90 rio_add_device +EXPORT_SYMBOL_GPL vmlinux 0x966fbf70 PageHuge +EXPORT_SYMBOL_GPL vmlinux 0x96732fc1 synth_event_trace +EXPORT_SYMBOL_GPL vmlinux 0x96765757 usb_phy_get_charger_current +EXPORT_SYMBOL_GPL vmlinux 0x967b43b6 regulator_set_voltage_time +EXPORT_SYMBOL_GPL vmlinux 0x96881156 kvm_is_visible_gfn +EXPORT_SYMBOL_GPL vmlinux 0x968dc1dd xen_register_device_domain_owner +EXPORT_SYMBOL_GPL vmlinux 0x96a55fda list_lru_destroy +EXPORT_SYMBOL_GPL vmlinux 0x96b5ac4b vcap_set_rule_set_actionset +EXPORT_SYMBOL_GPL vmlinux 0x96bb16d5 of_msi_get_domain +EXPORT_SYMBOL_GPL vmlinux 0x96ca3aca acpi_create_platform_device +EXPORT_SYMBOL_GPL vmlinux 0x96ccee91 irq_domain_reset_irq_data +EXPORT_SYMBOL_GPL vmlinux 0x96e338d9 inet6_sock_destruct +EXPORT_SYMBOL_GPL vmlinux 0x96f90e0f of_property_read_string_helper +EXPORT_SYMBOL_GPL vmlinux 0x96f9a01b __SCK__tp_func_pelt_thermal_tp +EXPORT_SYMBOL_GPL vmlinux 0x97012fdb tty_prepare_flip_string +EXPORT_SYMBOL_GPL vmlinux 0x9707eb84 pm_generic_poweroff_late +EXPORT_SYMBOL_GPL vmlinux 0x9714e0bb ktime_get_raw +EXPORT_SYMBOL_GPL vmlinux 0x97181c74 phy_validate +EXPORT_SYMBOL_GPL vmlinux 0x97492953 rio_map_inb_region +EXPORT_SYMBOL_GPL vmlinux 0x974cdda2 dev_pm_opp_add +EXPORT_SYMBOL_GPL vmlinux 0x975519c1 asymmetric_key_id_same +EXPORT_SYMBOL_GPL vmlinux 0x975dd5f2 fb_deferred_io_release +EXPORT_SYMBOL_GPL vmlinux 0x97667ae5 of_hwspin_lock_get_id_byname +EXPORT_SYMBOL_GPL vmlinux 0x97679053 acpi_is_pnp_device +EXPORT_SYMBOL_GPL vmlinux 0x976a754e dev_pm_opp_get_supplies +EXPORT_SYMBOL_GPL vmlinux 0x977be5c7 klist_iter_init_node +EXPORT_SYMBOL_GPL vmlinux 0x97804bf7 fwnode_handle_get +EXPORT_SYMBOL_GPL vmlinux 0x9790e8e9 fwnode_create_software_node +EXPORT_SYMBOL_GPL vmlinux 0x97abb088 dev_pm_opp_put +EXPORT_SYMBOL_GPL vmlinux 0x97b4e113 rio_mport_read_config_16 +EXPORT_SYMBOL_GPL vmlinux 0x97b97b9c qcom_icc_xlate_extended +EXPORT_SYMBOL_GPL vmlinux 0x97cd3b3f tcp_reno_undo_cwnd +EXPORT_SYMBOL_GPL vmlinux 0x97d41f62 of_fwnode_ops +EXPORT_SYMBOL_GPL vmlinux 0x97d99f7c i2c_client_type +EXPORT_SYMBOL_GPL vmlinux 0x97de2b83 debug_locks_silent +EXPORT_SYMBOL_GPL vmlinux 0x97e19906 ZSTD_getErrorCode +EXPORT_SYMBOL_GPL vmlinux 0x9800fb72 of_pm_clk_add_clks +EXPORT_SYMBOL_GPL vmlinux 0x981c22f2 usb_check_bulk_endpoints +EXPORT_SYMBOL_GPL vmlinux 0x98223bfc skb_mpls_update_lse +EXPORT_SYMBOL_GPL vmlinux 0x983276da phylink_disconnect_phy +EXPORT_SYMBOL_GPL vmlinux 0x9833bc0c hvc_kick +EXPORT_SYMBOL_GPL vmlinux 0x98379298 dm_path_uevent +EXPORT_SYMBOL_GPL vmlinux 0x983bb547 bus_for_each_drv +EXPORT_SYMBOL_GPL vmlinux 0x9843f501 __cookie_v4_check +EXPORT_SYMBOL_GPL vmlinux 0x98503a63 mpi_alloc +EXPORT_SYMBOL_GPL vmlinux 0x985453e1 lease_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x9865a01a __xdp_rxq_info_reg +EXPORT_SYMBOL_GPL vmlinux 0x9879932b crypto_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x987a9ce7 host1x_context_device_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x98803d68 vcap_free_rule +EXPORT_SYMBOL_GPL vmlinux 0x988d0edd xfrm_output_resume +EXPORT_SYMBOL_GPL vmlinux 0x989074ff kmsg_dump_reason_str +EXPORT_SYMBOL_GPL vmlinux 0x98bced67 usb_sg_cancel +EXPORT_SYMBOL_GPL vmlinux 0x98beff9b ehci_resume +EXPORT_SYMBOL_GPL vmlinux 0x98bf6f67 iomap_is_partially_uptodate +EXPORT_SYMBOL_GPL vmlinux 0x98c59274 __tracepoint_rpm_idle +EXPORT_SYMBOL_GPL vmlinux 0x98e522f1 udp_tunnel_nic_ops +EXPORT_SYMBOL_GPL vmlinux 0x98e5c429 pci_host_probe +EXPORT_SYMBOL_GPL vmlinux 0x98ee62b2 ring_buffer_record_disable_cpu +EXPORT_SYMBOL_GPL vmlinux 0x98eeadb4 crypto_spawn_tfm2 +EXPORT_SYMBOL_GPL vmlinux 0x98f085b2 rio_register_scan +EXPORT_SYMBOL_GPL vmlinux 0x98f826e5 __srcu_read_unlock +EXPORT_SYMBOL_GPL vmlinux 0x99013a5b usb_store_new_id +EXPORT_SYMBOL_GPL vmlinux 0x9901ad22 rio_route_clr_table +EXPORT_SYMBOL_GPL vmlinux 0x9911fd5b dpbp_close +EXPORT_SYMBOL_GPL vmlinux 0x9916cfb6 clockevents_config_and_register +EXPORT_SYMBOL_GPL vmlinux 0x992365b4 mbox_client_peek_data +EXPORT_SYMBOL_GPL vmlinux 0x99279be9 pinctrl_pm_select_sleep_state +EXPORT_SYMBOL_GPL vmlinux 0x993a3854 nfs42_ssc_register +EXPORT_SYMBOL_GPL vmlinux 0x99443bb8 sysfs_merge_group +EXPORT_SYMBOL_GPL vmlinux 0x9950f0c4 page_cache_ra_unbounded +EXPORT_SYMBOL_GPL vmlinux 0x9958516e regmap_field_bulk_free +EXPORT_SYMBOL_GPL vmlinux 0x9959989b wm8350_device_init +EXPORT_SYMBOL_GPL vmlinux 0x995d1071 prof_on +EXPORT_SYMBOL_GPL vmlinux 0x99613520 da903x_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x9968aacb __audit_log_nfcfg +EXPORT_SYMBOL_GPL vmlinux 0x9968e3ed ndo_dflt_bridge_getlink +EXPORT_SYMBOL_GPL vmlinux 0x997183af component_master_add_with_match +EXPORT_SYMBOL_GPL vmlinux 0x997b4c4b crypto_unregister_ahashes +EXPORT_SYMBOL_GPL vmlinux 0x997c550a preempt_model_none +EXPORT_SYMBOL_GPL vmlinux 0x99804646 rio_add_net +EXPORT_SYMBOL_GPL vmlinux 0x998d79d6 x509_decode_time +EXPORT_SYMBOL_GPL vmlinux 0x998fcbf2 clear_node_memory_type +EXPORT_SYMBOL_GPL vmlinux 0x999e3af6 devm_hwspin_lock_register +EXPORT_SYMBOL_GPL vmlinux 0x99a03078 dax_holder_notify_failure +EXPORT_SYMBOL_GPL vmlinux 0x99a2d112 device_reprobe +EXPORT_SYMBOL_GPL vmlinux 0x99a9d4d9 regmap_parse_val +EXPORT_SYMBOL_GPL vmlinux 0x99daee9a pci_epc_raise_irq +EXPORT_SYMBOL_GPL vmlinux 0x99e41b9c tracing_snapshot_cond +EXPORT_SYMBOL_GPL vmlinux 0x99f018c4 nvmem_cell_read +EXPORT_SYMBOL_GPL vmlinux 0x99f16c51 xfrm_audit_policy_add +EXPORT_SYMBOL_GPL vmlinux 0x99f2d00a sysfs_emit_at +EXPORT_SYMBOL_GPL vmlinux 0x9a0e343a devfreq_event_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0x9a11a0fc crypto_attr_alg_name +EXPORT_SYMBOL_GPL vmlinux 0x9a1bd461 icc_nodes_remove +EXPORT_SYMBOL_GPL vmlinux 0x9a21de6d crypto_shash_setkey +EXPORT_SYMBOL_GPL vmlinux 0x9a23ea6b alarm_expires_remaining +EXPORT_SYMBOL_GPL vmlinux 0x9a2fbfff watchdog_set_last_hw_keepalive +EXPORT_SYMBOL_GPL vmlinux 0x9a4001eb tcp_plb_check_rehash +EXPORT_SYMBOL_GPL vmlinux 0x9a43eb1a iommu_unmap_fast +EXPORT_SYMBOL_GPL vmlinux 0x9a462a64 devm_power_supply_register +EXPORT_SYMBOL_GPL vmlinux 0x9a487484 debugfs_create_x32 +EXPORT_SYMBOL_GPL vmlinux 0x9a487ac1 iov_iter_get_pages_alloc +EXPORT_SYMBOL_GPL vmlinux 0x9a492d3b dma_async_device_channel_register +EXPORT_SYMBOL_GPL vmlinux 0x9a4f467d dprc_set_obj_irq +EXPORT_SYMBOL_GPL vmlinux 0x9a5a03de vcap_chain_id_to_lookup +EXPORT_SYMBOL_GPL vmlinux 0x9a5dce5c rhashtable_walk_start_check +EXPORT_SYMBOL_GPL vmlinux 0x9a5f6b99 ata_cable_sata +EXPORT_SYMBOL_GPL vmlinux 0x9a606dfb pci_user_write_config_byte +EXPORT_SYMBOL_GPL vmlinux 0x9a64252c devm_usb_get_phy_by_node +EXPORT_SYMBOL_GPL vmlinux 0x9a662465 meson_clk_dualdiv_ro_ops +EXPORT_SYMBOL_GPL vmlinux 0x9a69f309 of_pci_address_to_resource +EXPORT_SYMBOL_GPL vmlinux 0x9a7e2df8 mbox_chan_received_data +EXPORT_SYMBOL_GPL vmlinux 0x9a9736f0 ata_sff_queue_pio_task +EXPORT_SYMBOL_GPL vmlinux 0x9a98af4c ip_icmp_error_rfc4884 +EXPORT_SYMBOL_GPL vmlinux 0x9a9db3ce kstrdup_quotable_file +EXPORT_SYMBOL_GPL vmlinux 0x9aabca9e crypto_register_aeads +EXPORT_SYMBOL_GPL vmlinux 0x9ab6619e iov_iter_is_aligned +EXPORT_SYMBOL_GPL vmlinux 0x9ab7ea66 kobj_sysfs_ops +EXPORT_SYMBOL_GPL vmlinux 0x9ac11b74 suspend_set_ops +EXPORT_SYMBOL_GPL vmlinux 0x9acd9be8 xfrm_state_mtu +EXPORT_SYMBOL_GPL vmlinux 0x9acef30c pci_enable_pasid +EXPORT_SYMBOL_GPL vmlinux 0x9acf31c6 mas_find +EXPORT_SYMBOL_GPL vmlinux 0x9acf5fbb vcap_add_rule +EXPORT_SYMBOL_GPL vmlinux 0x9ade14f7 pm_genpd_remove_subdomain +EXPORT_SYMBOL_GPL vmlinux 0x9ae12e17 __tracepoint_ata_tf_load +EXPORT_SYMBOL_GPL vmlinux 0x9aeacb87 ring_buffer_iter_empty +EXPORT_SYMBOL_GPL vmlinux 0x9af49514 icc_bulk_set_bw +EXPORT_SYMBOL_GPL vmlinux 0x9afea27d of_pm_clk_add_clk +EXPORT_SYMBOL_GPL vmlinux 0x9b059078 devm_of_icc_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0x9b0702fa dw_pcie_find_ext_capability +EXPORT_SYMBOL_GPL vmlinux 0x9b0eaa52 tegra210_xusb_pll_hw_sequence_start +EXPORT_SYMBOL_GPL vmlinux 0x9b181177 mbox_free_channel +EXPORT_SYMBOL_GPL vmlinux 0x9b19bda9 __blk_trace_note_message +EXPORT_SYMBOL_GPL vmlinux 0x9b24a639 kthread_park +EXPORT_SYMBOL_GPL vmlinux 0x9b2be101 spi_mem_dirmap_read +EXPORT_SYMBOL_GPL vmlinux 0x9b335aa6 class_create_file_ns +EXPORT_SYMBOL_GPL vmlinux 0x9b3ead81 mtk_pinconf_adv_pull_set +EXPORT_SYMBOL_GPL vmlinux 0x9b410145 tty_ldisc_ref_wait +EXPORT_SYMBOL_GPL vmlinux 0x9b4b35d5 sock_diag_unregister +EXPORT_SYMBOL_GPL vmlinux 0x9b4f5e99 nfnl_ct_hook +EXPORT_SYMBOL_GPL vmlinux 0x9b555c8c pm_suspend_default_s2idle +EXPORT_SYMBOL_GPL vmlinux 0x9b651e51 xenbus_teardown_ring +EXPORT_SYMBOL_GPL vmlinux 0x9b65ce0a fscrypt_fname_encrypt +EXPORT_SYMBOL_GPL vmlinux 0x9b698c42 ioasid_set_data +EXPORT_SYMBOL_GPL vmlinux 0x9b6a367b of_usb_get_dr_mode_by_phy +EXPORT_SYMBOL_GPL vmlinux 0x9b6ec967 ring_buffer_size +EXPORT_SYMBOL_GPL vmlinux 0x9b6f6bc4 srcu_batches_completed +EXPORT_SYMBOL_GPL vmlinux 0x9b70c6ff tracepoint_probe_register_prio +EXPORT_SYMBOL_GPL vmlinux 0x9b780954 regmap_field_update_bits_base +EXPORT_SYMBOL_GPL vmlinux 0x9b83456e xdp_build_skb_from_frame +EXPORT_SYMBOL_GPL vmlinux 0x9b87427e devm_mbox_controller_unregister +EXPORT_SYMBOL_GPL vmlinux 0x9b8f4154 gpmc_omap_onenand_set_timings +EXPORT_SYMBOL_GPL vmlinux 0x9b9071cb get_old_itimerspec32 +EXPORT_SYMBOL_GPL vmlinux 0x9b92d16e pinctrl_gpio_set_config +EXPORT_SYMBOL_GPL vmlinux 0x9b9f1c50 kvm_vcpu_write_guest_page +EXPORT_SYMBOL_GPL vmlinux 0x9ba0b128 devl_trap_groups_unregister +EXPORT_SYMBOL_GPL vmlinux 0x9ba17c7f pci_scan_child_bus +EXPORT_SYMBOL_GPL vmlinux 0x9ba2bb2b gpio_request_array +EXPORT_SYMBOL_GPL vmlinux 0x9bac8a37 virtqueue_is_broken +EXPORT_SYMBOL_GPL vmlinux 0x9bc75827 regmap_field_test_bits +EXPORT_SYMBOL_GPL vmlinux 0x9bd33bbb __usb_create_hcd +EXPORT_SYMBOL_GPL vmlinux 0x9bdf9714 ZSTD_customMalloc +EXPORT_SYMBOL_GPL vmlinux 0x9be30d27 mhp_get_pluggable_range +EXPORT_SYMBOL_GPL vmlinux 0x9bec6895 trace_event_buffer_commit +EXPORT_SYMBOL_GPL vmlinux 0x9bece81b mpi_cmp_ui +EXPORT_SYMBOL_GPL vmlinux 0x9c0c0e1f ata_change_queue_depth +EXPORT_SYMBOL_GPL vmlinux 0x9c0e5fff nvdimm_pmem_region_create +EXPORT_SYMBOL_GPL vmlinux 0x9c271904 fsnotify_put_group +EXPORT_SYMBOL_GPL vmlinux 0x9c2ebb42 trace_put_event_file +EXPORT_SYMBOL_GPL vmlinux 0x9c421d23 pm_runtime_set_memalloc_noio +EXPORT_SYMBOL_GPL vmlinux 0x9c448d8d tegra210_put_utmipll_out_iddq +EXPORT_SYMBOL_GPL vmlinux 0x9c45e910 fwnode_graph_get_next_endpoint +EXPORT_SYMBOL_GPL vmlinux 0x9c4808a2 trace_event_buffer_lock_reserve +EXPORT_SYMBOL_GPL vmlinux 0x9c483e32 edac_device_del_device +EXPORT_SYMBOL_GPL vmlinux 0x9c59e826 inet_ctl_sock_create +EXPORT_SYMBOL_GPL vmlinux 0x9c6febfc add_uevent_var +EXPORT_SYMBOL_GPL vmlinux 0x9c803020 usb_phy_roothub_power_on +EXPORT_SYMBOL_GPL vmlinux 0x9c8e028d pci_disable_ats +EXPORT_SYMBOL_GPL vmlinux 0x9c964c80 free_uid +EXPORT_SYMBOL_GPL vmlinux 0x9ca2691e of_nvmem_cell_get +EXPORT_SYMBOL_GPL vmlinux 0x9ca6e11f cper_mem_err_location +EXPORT_SYMBOL_GPL vmlinux 0x9cacbb9a clockevent_delta2ns +EXPORT_SYMBOL_GPL vmlinux 0x9cae75aa mtk_clk_unregister_fixed_clks +EXPORT_SYMBOL_GPL vmlinux 0x9cb158be gnttab_dma_alloc_pages +EXPORT_SYMBOL_GPL vmlinux 0x9cb1ef4b anon_transport_class_register +EXPORT_SYMBOL_GPL vmlinux 0x9cb2353d usb_clear_halt +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 0x9ccb5853 policy_has_boost_freq +EXPORT_SYMBOL_GPL vmlinux 0x9cd4fd0b pci_epf_unbind +EXPORT_SYMBOL_GPL vmlinux 0x9cd7551a rhashtable_walk_stop +EXPORT_SYMBOL_GPL vmlinux 0x9cd7c1ca fixup_user_fault +EXPORT_SYMBOL_GPL vmlinux 0x9cdd6a66 sysctl_long_vals +EXPORT_SYMBOL_GPL vmlinux 0x9ce05629 devl_traps_unregister +EXPORT_SYMBOL_GPL vmlinux 0x9ceb0491 phy_driver_is_genphy_10g +EXPORT_SYMBOL_GPL vmlinux 0x9cf08544 __of_phy_provider_register +EXPORT_SYMBOL_GPL vmlinux 0x9cf37c44 __iowrite32_copy +EXPORT_SYMBOL_GPL vmlinux 0x9cf47b8d device_set_wakeup_enable +EXPORT_SYMBOL_GPL vmlinux 0x9cf84070 pci_create_root_bus +EXPORT_SYMBOL_GPL vmlinux 0x9d09e8ae ring_buffer_event_data +EXPORT_SYMBOL_GPL vmlinux 0x9d166eb0 extcon_get_edev_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0x9d1b98bd devm_pm_clk_create +EXPORT_SYMBOL_GPL vmlinux 0x9d2f49ef __SCK__tp_func_pelt_se_tp +EXPORT_SYMBOL_GPL vmlinux 0x9d366f99 page_reporting_register +EXPORT_SYMBOL_GPL vmlinux 0x9d3804ad tcp_is_ulp_esp +EXPORT_SYMBOL_GPL vmlinux 0x9d39d5a2 pwm_put +EXPORT_SYMBOL_GPL vmlinux 0x9d474cf9 fixed_phy_unregister +EXPORT_SYMBOL_GPL vmlinux 0x9d4be134 input_ff_create +EXPORT_SYMBOL_GPL vmlinux 0x9d65f65f iommu_get_domain_for_dev +EXPORT_SYMBOL_GPL vmlinux 0x9d7a286b dev_pm_opp_set_opp +EXPORT_SYMBOL_GPL vmlinux 0x9d8bb00e set_dax_nocache +EXPORT_SYMBOL_GPL vmlinux 0x9d8ffd3e pwmchip_remove +EXPORT_SYMBOL_GPL vmlinux 0x9d92cf4d device_add_groups +EXPORT_SYMBOL_GPL vmlinux 0x9d9681a3 component_bind_all +EXPORT_SYMBOL_GPL vmlinux 0x9d9910a1 atomic_notifier_chain_register_unique_prio +EXPORT_SYMBOL_GPL vmlinux 0x9db408fa sfp_bus_add_upstream +EXPORT_SYMBOL_GPL vmlinux 0x9dba9a43 blk_update_request +EXPORT_SYMBOL_GPL vmlinux 0x9dbe4a78 usb_choose_configuration +EXPORT_SYMBOL_GPL vmlinux 0x9dca454c gpiochip_populate_parent_fwspec_twocell +EXPORT_SYMBOL_GPL vmlinux 0x9dca7836 led_sysfs_disable +EXPORT_SYMBOL_GPL vmlinux 0x9dd4a38e devm_fwnode_pwm_get +EXPORT_SYMBOL_GPL vmlinux 0x9de25c61 clk_hw_register_composite +EXPORT_SYMBOL_GPL vmlinux 0x9de88bc8 __SCK__tp_func_ata_bmdma_start +EXPORT_SYMBOL_GPL vmlinux 0x9df3c09a __clk_mux_determine_rate +EXPORT_SYMBOL_GPL vmlinux 0x9e005e6f cppc_get_perf_caps +EXPORT_SYMBOL_GPL vmlinux 0x9e06e622 tty_kopen_shared +EXPORT_SYMBOL_GPL vmlinux 0x9e128d26 sched_show_task +EXPORT_SYMBOL_GPL vmlinux 0x9e229c49 sg_alloc_table_chained +EXPORT_SYMBOL_GPL vmlinux 0x9e3be8f2 scsi_target_unblock +EXPORT_SYMBOL_GPL vmlinux 0x9e3e63a9 icc_enable +EXPORT_SYMBOL_GPL vmlinux 0x9e45762b crypto_stats_skcipher_encrypt +EXPORT_SYMBOL_GPL vmlinux 0x9e472f5f snmp_fold_field +EXPORT_SYMBOL_GPL vmlinux 0x9e4e0f5d acpi_subsys_suspend_late +EXPORT_SYMBOL_GPL vmlinux 0x9e58fdee irq_chip_retrigger_hierarchy +EXPORT_SYMBOL_GPL vmlinux 0x9e5de720 xfrm_audit_policy_delete +EXPORT_SYMBOL_GPL vmlinux 0x9e6285b7 __traceiter_sched_overutilized_tp +EXPORT_SYMBOL_GPL vmlinux 0x9e657a93 ahci_set_em_messages +EXPORT_SYMBOL_GPL vmlinux 0x9e6e3391 iommu_device_sysfs_remove +EXPORT_SYMBOL_GPL vmlinux 0x9e6f5db3 fsl_mc_bus_dpbp_type +EXPORT_SYMBOL_GPL vmlinux 0x9e71aeeb i2c_probe_func_quick_read +EXPORT_SYMBOL_GPL vmlinux 0x9e76d704 led_set_brightness_nopm +EXPORT_SYMBOL_GPL vmlinux 0x9e7962dc xdp_do_redirect_frame +EXPORT_SYMBOL_GPL vmlinux 0x9e80a26c clk_hw_unregister_gate +EXPORT_SYMBOL_GPL vmlinux 0x9e8b9660 nvmem_cell_read_u64 +EXPORT_SYMBOL_GPL vmlinux 0x9e9b913d __tracepoint_arm_event +EXPORT_SYMBOL_GPL vmlinux 0x9e9c151f da903x_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x9e9c4f24 set_dax_nomc +EXPORT_SYMBOL_GPL vmlinux 0x9eba5013 dev_pm_qos_add_request +EXPORT_SYMBOL_GPL vmlinux 0x9ec104e6 mtk_clk_unregister_gates +EXPORT_SYMBOL_GPL vmlinux 0x9ed554b3 unregister_keyboard_notifier +EXPORT_SYMBOL_GPL vmlinux 0x9ed60918 dev_pm_opp_find_level_ceil +EXPORT_SYMBOL_GPL vmlinux 0x9edefc8c init_user_ns +EXPORT_SYMBOL_GPL vmlinux 0x9eea65a7 pci_p2pdma_enable_store +EXPORT_SYMBOL_GPL vmlinux 0x9eebdde7 mpi_point_new +EXPORT_SYMBOL_GPL vmlinux 0x9eefeec6 metadata_dst_free +EXPORT_SYMBOL_GPL vmlinux 0x9ef6ed1b i2c_slave_register +EXPORT_SYMBOL_GPL vmlinux 0x9f08c714 scatterwalk_copychunks +EXPORT_SYMBOL_GPL vmlinux 0x9f1391dd add_disk_randomness +EXPORT_SYMBOL_GPL vmlinux 0x9f286ebd ata_pci_sff_init_host +EXPORT_SYMBOL_GPL vmlinux 0x9f2f4ce5 unregister_nvdimm_pmu +EXPORT_SYMBOL_GPL vmlinux 0x9f32c5f4 kvm_read_guest_page +EXPORT_SYMBOL_GPL vmlinux 0x9f4a50a0 input_ff_erase +EXPORT_SYMBOL_GPL vmlinux 0x9f50a1d0 __fscrypt_encrypt_symlink +EXPORT_SYMBOL_GPL vmlinux 0x9f517986 HYPERVISOR_hvm_op +EXPORT_SYMBOL_GPL vmlinux 0x9f56c4b9 __SCK__tp_func_devlink_hwmsg +EXPORT_SYMBOL_GPL vmlinux 0x9f58833e fscrypt_ioctl_add_key +EXPORT_SYMBOL_GPL vmlinux 0x9f5c6dc2 __cookie_v6_check +EXPORT_SYMBOL_GPL vmlinux 0x9f5ce91d kthread_unuse_mm +EXPORT_SYMBOL_GPL vmlinux 0x9f635d47 iort_put_rmr_sids +EXPORT_SYMBOL_GPL vmlinux 0x9f6e4164 pm_clk_create +EXPORT_SYMBOL_GPL vmlinux 0x9f7ad382 device_iommu_capable +EXPORT_SYMBOL_GPL vmlinux 0x9f875919 ahci_fill_cmd_slot +EXPORT_SYMBOL_GPL vmlinux 0x9f8d9407 pci_bus_add_device +EXPORT_SYMBOL_GPL vmlinux 0x9f9faf33 tty_port_tty_hangup +EXPORT_SYMBOL_GPL vmlinux 0x9fa4564a timer_shutdown +EXPORT_SYMBOL_GPL vmlinux 0x9fa4f4a0 nvdimm_delete +EXPORT_SYMBOL_GPL vmlinux 0x9fbc5deb crypto_comp_compress +EXPORT_SYMBOL_GPL vmlinux 0x9fbfebab erst_write +EXPORT_SYMBOL_GPL vmlinux 0x9fc23d32 irq_domain_xlate_onetwocell +EXPORT_SYMBOL_GPL vmlinux 0x9fce80db fb_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x9fd496d5 cpufreq_unregister_driver +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 0x9fe96371 regulator_list_voltage_pickable_linear_range +EXPORT_SYMBOL_GPL vmlinux 0x9feefd05 regulator_get_optional +EXPORT_SYMBOL_GPL vmlinux 0xa0130184 gpiod_direction_output +EXPORT_SYMBOL_GPL vmlinux 0xa01a8d9b nd_cmd_bus_desc +EXPORT_SYMBOL_GPL vmlinux 0xa023b63f kobject_init_and_add +EXPORT_SYMBOL_GPL vmlinux 0xa029c050 dw_pcie_find_capability +EXPORT_SYMBOL_GPL vmlinux 0xa0312f22 crypto_register_ahash +EXPORT_SYMBOL_GPL vmlinux 0xa035d76e __tracepoint_rwmmio_read +EXPORT_SYMBOL_GPL vmlinux 0xa03b9ddf pci_ecam_free +EXPORT_SYMBOL_GPL vmlinux 0xa03e284d umd_cleanup_helper +EXPORT_SYMBOL_GPL vmlinux 0xa041a619 nf_conn_btf_access_lock +EXPORT_SYMBOL_GPL vmlinux 0xa04ccc31 shash_ahash_digest +EXPORT_SYMBOL_GPL vmlinux 0xa04f945a cpus_read_lock +EXPORT_SYMBOL_GPL vmlinux 0xa05c92c9 transport_destroy_device +EXPORT_SYMBOL_GPL vmlinux 0xa05f8e1c netdev_is_rx_handler_busy +EXPORT_SYMBOL_GPL vmlinux 0xa06b8f9b tcp_register_ulp +EXPORT_SYMBOL_GPL vmlinux 0xa071c0cd tegra210_xusb_pll_hw_control_enable +EXPORT_SYMBOL_GPL vmlinux 0xa075e184 devm_usb_put_phy +EXPORT_SYMBOL_GPL vmlinux 0xa080c5e5 smp_call_function_single_async +EXPORT_SYMBOL_GPL vmlinux 0xa0838430 fsl_mc_bus_dpci_type +EXPORT_SYMBOL_GPL vmlinux 0xa0853bb6 component_master_del +EXPORT_SYMBOL_GPL vmlinux 0xa091160e phy_led_trigger_change_speed +EXPORT_SYMBOL_GPL vmlinux 0xa09795de __trace_trigger_soft_disabled +EXPORT_SYMBOL_GPL vmlinux 0xa09c5f0d regmap_irq_set_type_config_simple +EXPORT_SYMBOL_GPL vmlinux 0xa0aa1a17 tpm_send +EXPORT_SYMBOL_GPL vmlinux 0xa0ad25a5 device_del +EXPORT_SYMBOL_GPL vmlinux 0xa0b31d15 eventfd_fget +EXPORT_SYMBOL_GPL vmlinux 0xa0d3456d nr_swap_pages +EXPORT_SYMBOL_GPL vmlinux 0xa0d8d64f da9052_request_irq +EXPORT_SYMBOL_GPL vmlinux 0xa0de7d6e vcap_rule_add_key_u32 +EXPORT_SYMBOL_GPL vmlinux 0xa0deff4b spi_alloc_device +EXPORT_SYMBOL_GPL vmlinux 0xa0f04d9f raw_unhash_sk +EXPORT_SYMBOL_GPL vmlinux 0xa0f141ab irq_of_parse_and_map +EXPORT_SYMBOL_GPL vmlinux 0xa1008ddf inet_hash +EXPORT_SYMBOL_GPL vmlinux 0xa11216be xen_store_domain_type +EXPORT_SYMBOL_GPL vmlinux 0xa11e19bf __sock_recv_cmsgs +EXPORT_SYMBOL_GPL vmlinux 0xa131593c rtc_update_irq_enable +EXPORT_SYMBOL_GPL vmlinux 0xa1463b53 devm_phy_destroy +EXPORT_SYMBOL_GPL vmlinux 0xa147309b phy_10gbit_full_features +EXPORT_SYMBOL_GPL vmlinux 0xa156a1f2 erst_get_record_id_end +EXPORT_SYMBOL_GPL vmlinux 0xa1693b28 acpi_cppc_processor_probe +EXPORT_SYMBOL_GPL vmlinux 0xa169c9c2 list_lru_count_one +EXPORT_SYMBOL_GPL vmlinux 0xa16cd346 l3mdev_fib_table_by_index +EXPORT_SYMBOL_GPL vmlinux 0xa1763087 pinctrl_put +EXPORT_SYMBOL_GPL vmlinux 0xa19ced27 regulator_get_linear_step +EXPORT_SYMBOL_GPL vmlinux 0xa1ab80f0 vp_modern_config_vector +EXPORT_SYMBOL_GPL vmlinux 0xa1bac92a balloon_page_list_dequeue +EXPORT_SYMBOL_GPL vmlinux 0xa1bc25e5 skb_pull_rcsum +EXPORT_SYMBOL_GPL vmlinux 0xa1c17ee4 wm8350_gpio_config +EXPORT_SYMBOL_GPL vmlinux 0xa1c4231f kvm_set_pfn_dirty +EXPORT_SYMBOL_GPL vmlinux 0xa1ca93f8 crypto_register_shash +EXPORT_SYMBOL_GPL vmlinux 0xa1cf9145 pm_generic_freeze_late +EXPORT_SYMBOL_GPL vmlinux 0xa1d8004a videomode_from_timing +EXPORT_SYMBOL_GPL vmlinux 0xa1da839b __kernel_write +EXPORT_SYMBOL_GPL vmlinux 0xa1e89703 ahci_reset_em +EXPORT_SYMBOL_GPL vmlinux 0xa1ee073f gpiochip_add_pin_range +EXPORT_SYMBOL_GPL vmlinux 0xa20d01ba __trace_bprintk +EXPORT_SYMBOL_GPL vmlinux 0xa21f2ce7 clk_mux_index_to_val +EXPORT_SYMBOL_GPL vmlinux 0xa223c862 clk_hw_unregister_fixed_rate +EXPORT_SYMBOL_GPL vmlinux 0xa22d9548 trace_seq_to_user +EXPORT_SYMBOL_GPL vmlinux 0xa24acadb kernfs_get +EXPORT_SYMBOL_GPL vmlinux 0xa2500ef6 __SCK__tp_func_powernv_throttle +EXPORT_SYMBOL_GPL vmlinux 0xa255d8d4 tty_wakeup +EXPORT_SYMBOL_GPL vmlinux 0xa26d9b4f workqueue_congested +EXPORT_SYMBOL_GPL vmlinux 0xa27347aa power_supply_put_battery_info +EXPORT_SYMBOL_GPL vmlinux 0xa2861379 rio_release_dma +EXPORT_SYMBOL_GPL vmlinux 0xa28f40bd __irq_apply_affinity_hint +EXPORT_SYMBOL_GPL vmlinux 0xa290c465 ahci_platform_init_host +EXPORT_SYMBOL_GPL vmlinux 0xa2943423 device_link_del +EXPORT_SYMBOL_GPL vmlinux 0xa296ff0f usb_autopm_get_interface_async +EXPORT_SYMBOL_GPL vmlinux 0xa29b272e input_class +EXPORT_SYMBOL_GPL vmlinux 0xa2ac292a meson_pinctrl_probe +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 0xa2c7c7b7 l3mdev_link_scope_lookup +EXPORT_SYMBOL_GPL vmlinux 0xa2dea981 sk_msg_return +EXPORT_SYMBOL_GPL vmlinux 0xa2e1b3ef trace_printk_init_buffers +EXPORT_SYMBOL_GPL vmlinux 0xa2e1c74e of_dma_configure_id +EXPORT_SYMBOL_GPL vmlinux 0xa2eafc5d phylink_mii_c22_pcs_config +EXPORT_SYMBOL_GPL vmlinux 0xa2ed46fb regmap_async_complete +EXPORT_SYMBOL_GPL vmlinux 0xa2f15004 __pm_runtime_disable +EXPORT_SYMBOL_GPL vmlinux 0xa2f7487f hv_is_hibernation_supported +EXPORT_SYMBOL_GPL vmlinux 0xa312c364 acpi_debugfs_dir +EXPORT_SYMBOL_GPL vmlinux 0xa33fd46f hv_map_memory +EXPORT_SYMBOL_GPL vmlinux 0xa34093cd fb_deferred_io_fsync +EXPORT_SYMBOL_GPL vmlinux 0xa35c2522 cdrom_read_tocentry +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 0xa38b733c __clk_hw_register_mux +EXPORT_SYMBOL_GPL vmlinux 0xa38c1436 cpu_bit_bitmap +EXPORT_SYMBOL_GPL vmlinux 0xa38d00dc devm_free_percpu +EXPORT_SYMBOL_GPL vmlinux 0xa3927d0d fwnode_remove_software_node +EXPORT_SYMBOL_GPL vmlinux 0xa39f10e4 devm_pinctrl_register +EXPORT_SYMBOL_GPL vmlinux 0xa3a04602 btree_geo64 +EXPORT_SYMBOL_GPL vmlinux 0xa3a63fcc serial8250_release_dma +EXPORT_SYMBOL_GPL vmlinux 0xa3b34d31 pcie_reset_flr +EXPORT_SYMBOL_GPL vmlinux 0xa3b823e0 skb_segment +EXPORT_SYMBOL_GPL vmlinux 0xa3b958ce reset_hung_task_detector +EXPORT_SYMBOL_GPL vmlinux 0xa3c3fd57 extcon_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0xa3c80b51 perf_pmu_migrate_context +EXPORT_SYMBOL_GPL vmlinux 0xa3cd2f86 dev_forward_skb +EXPORT_SYMBOL_GPL vmlinux 0xa3d9fed1 regmap_might_sleep +EXPORT_SYMBOL_GPL vmlinux 0xa3dcb681 zynqmp_pm_fpga_load +EXPORT_SYMBOL_GPL vmlinux 0xa3e34508 ip6_route_output_flags_noref +EXPORT_SYMBOL_GPL vmlinux 0xa3e5f000 regulator_set_mode +EXPORT_SYMBOL_GPL vmlinux 0xa3e732c9 devm_gpio_request_one +EXPORT_SYMBOL_GPL vmlinux 0xa3ece414 freezer_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0xa3f12f69 __crypto_xor +EXPORT_SYMBOL_GPL vmlinux 0xa3f1ea60 regulator_set_bypass_regmap +EXPORT_SYMBOL_GPL vmlinux 0xa3f42da6 regmap_can_raw_write +EXPORT_SYMBOL_GPL vmlinux 0xa3facfba tcp_get_info +EXPORT_SYMBOL_GPL vmlinux 0xa400dad4 gpiod_to_irq +EXPORT_SYMBOL_GPL vmlinux 0xa4031b7f sfp_parse_port +EXPORT_SYMBOL_GPL vmlinux 0xa409b960 led_trigger_write +EXPORT_SYMBOL_GPL vmlinux 0xa410a295 devlink_region_destroy +EXPORT_SYMBOL_GPL vmlinux 0xa4239f01 dax_layout_busy_page +EXPORT_SYMBOL_GPL vmlinux 0xa42f148d device_match_devt +EXPORT_SYMBOL_GPL vmlinux 0xa43b04bc irq_domain_associate +EXPORT_SYMBOL_GPL vmlinux 0xa448ab4a bpf_offload_dev_create +EXPORT_SYMBOL_GPL vmlinux 0xa44a1307 interval_tree_iter_first +EXPORT_SYMBOL_GPL vmlinux 0xa452f2a4 xen_pirq_from_irq +EXPORT_SYMBOL_GPL vmlinux 0xa454fa48 __traceiter_xdp_bulk_tx +EXPORT_SYMBOL_GPL vmlinux 0xa45c7b90 stack_trace_print +EXPORT_SYMBOL_GPL vmlinux 0xa45d44fc zynqmp_pm_get_pll_frac_data +EXPORT_SYMBOL_GPL vmlinux 0xa45eaef0 xhci_resume +EXPORT_SYMBOL_GPL vmlinux 0xa48196c8 kdb_poll_idx +EXPORT_SYMBOL_GPL vmlinux 0xa48203ba tun_get_tx_ring +EXPORT_SYMBOL_GPL vmlinux 0xa48daf75 tps6586x_write +EXPORT_SYMBOL_GPL vmlinux 0xa4ab1380 md_run +EXPORT_SYMBOL_GPL vmlinux 0xa4ab7c1c ring_buffer_overruns +EXPORT_SYMBOL_GPL vmlinux 0xa4b07fe7 ring_buffer_change_overwrite +EXPORT_SYMBOL_GPL vmlinux 0xa4b4877b devm_pinctrl_get +EXPORT_SYMBOL_GPL vmlinux 0xa4c00324 asn1_encode_octet_string +EXPORT_SYMBOL_GPL vmlinux 0xa4c085f8 ata_tf_from_fis +EXPORT_SYMBOL_GPL vmlinux 0xa4d0c177 serdev_device_write_wakeup +EXPORT_SYMBOL_GPL vmlinux 0xa4d47ce0 uart_handle_dcd_change +EXPORT_SYMBOL_GPL vmlinux 0xa4df62d6 extcon_get_property_capability +EXPORT_SYMBOL_GPL vmlinux 0xa4df9f9c dax_layout_busy_page_range +EXPORT_SYMBOL_GPL vmlinux 0xa4e1ae49 pci_epf_bind +EXPORT_SYMBOL_GPL vmlinux 0xa4f2a2ed acpi_irq_get +EXPORT_SYMBOL_GPL vmlinux 0xa4f308d0 serdev_device_alloc +EXPORT_SYMBOL_GPL vmlinux 0xa50162ac of_icc_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0xa503ebe1 dev_pm_opp_init_cpufreq_table +EXPORT_SYMBOL_GPL vmlinux 0xa513e4b9 dev_pm_opp_get_power +EXPORT_SYMBOL_GPL vmlinux 0xa5155f8f pid_nr_ns +EXPORT_SYMBOL_GPL vmlinux 0xa51633fb fib_rules_seq_read +EXPORT_SYMBOL_GPL vmlinux 0xa5179d48 __clocksource_register_scale +EXPORT_SYMBOL_GPL vmlinux 0xa517f884 tegra210_plle_hw_sequence_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0xa52336b0 crypto_alloc_rng +EXPORT_SYMBOL_GPL vmlinux 0xa52a951f simple_attr_write_signed +EXPORT_SYMBOL_GPL vmlinux 0xa531471e clk_save_context +EXPORT_SYMBOL_GPL vmlinux 0xa5424cc3 blk_mq_unquiesce_tagset +EXPORT_SYMBOL_GPL vmlinux 0xa5430530 mtk_hw_get_value +EXPORT_SYMBOL_GPL vmlinux 0xa54a2cba devlink_linecard_provision_clear +EXPORT_SYMBOL_GPL vmlinux 0xa54f6e0b bpf_map_inc_with_uref +EXPORT_SYMBOL_GPL vmlinux 0xa559b838 tpm_tis_resume +EXPORT_SYMBOL_GPL vmlinux 0xa56e1a52 sg_free_table_chained +EXPORT_SYMBOL_GPL vmlinux 0xa57a3a89 mas_empty_area_rev +EXPORT_SYMBOL_GPL vmlinux 0xa584924d sk_msg_free_nocharge +EXPORT_SYMBOL_GPL vmlinux 0xa59a0c1d vcap_addr_keysets +EXPORT_SYMBOL_GPL vmlinux 0xa5a6258c __account_locked_vm +EXPORT_SYMBOL_GPL vmlinux 0xa5aab591 dst_cache_get +EXPORT_SYMBOL_GPL vmlinux 0xa5bda8a1 efi_capsule_supported +EXPORT_SYMBOL_GPL vmlinux 0xa5c93ccb xfrm_audit_state_notfound +EXPORT_SYMBOL_GPL vmlinux 0xa5ca7d3e ip_build_and_send_pkt +EXPORT_SYMBOL_GPL vmlinux 0xa5cd369a set_online_page_callback +EXPORT_SYMBOL_GPL vmlinux 0xa5d1f4b8 stack_depot_snprint +EXPORT_SYMBOL_GPL vmlinux 0xa5d7c388 pstore_type_to_name +EXPORT_SYMBOL_GPL vmlinux 0xa5d8f0b7 wakeup_source_create +EXPORT_SYMBOL_GPL vmlinux 0xa5e968f2 lochnagar_update_config +EXPORT_SYMBOL_GPL vmlinux 0xa5ee0413 hwmon_device_register +EXPORT_SYMBOL_GPL vmlinux 0xa5efbf4c async_synchronize_full +EXPORT_SYMBOL_GPL vmlinux 0xa60ef0de posix_clock_register +EXPORT_SYMBOL_GPL vmlinux 0xa62bf844 component_compare_of +EXPORT_SYMBOL_GPL vmlinux 0xa63076fc memremap_pages +EXPORT_SYMBOL_GPL vmlinux 0xa63fbbcd of_clk_src_simple_get +EXPORT_SYMBOL_GPL vmlinux 0xa64416b6 register_trace_event +EXPORT_SYMBOL_GPL vmlinux 0xa6458725 vcap_lookup_rule_by_cookie +EXPORT_SYMBOL_GPL vmlinux 0xa646c739 pm_genpd_opp_to_performance_state +EXPORT_SYMBOL_GPL vmlinux 0xa64ad5b0 vcap_rule_add_key_u128 +EXPORT_SYMBOL_GPL vmlinux 0xa64c427f irq_setup_alt_chip +EXPORT_SYMBOL_GPL vmlinux 0xa652572a vp_modern_get_queue_reset +EXPORT_SYMBOL_GPL vmlinux 0xa659cfec of_pci_dma_range_parser_init +EXPORT_SYMBOL_GPL vmlinux 0xa65ea05a ping_getfrag +EXPORT_SYMBOL_GPL vmlinux 0xa65f3c8c __tracepoint_block_bio_complete +EXPORT_SYMBOL_GPL vmlinux 0xa662c12b genphy_c45_pma_baset1_read_master_slave +EXPORT_SYMBOL_GPL vmlinux 0xa66979a4 icc_provider_register +EXPORT_SYMBOL_GPL vmlinux 0xa6703083 spi_register_controller +EXPORT_SYMBOL_GPL vmlinux 0xa68cc9e2 of_icc_get +EXPORT_SYMBOL_GPL vmlinux 0xa69498fe tegra_bpmp_get +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 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 0xa6c6a50a devm_pm_opp_set_config +EXPORT_SYMBOL_GPL vmlinux 0xa6d952c0 skb_tstamp_tx +EXPORT_SYMBOL_GPL vmlinux 0xa6dc0d97 tegra_read_ram_code +EXPORT_SYMBOL_GPL vmlinux 0xa6dd6112 component_unbind_all +EXPORT_SYMBOL_GPL vmlinux 0xa6e1a69d kick_all_cpus_sync +EXPORT_SYMBOL_GPL vmlinux 0xa6ea66ac nfs_ssc_unregister +EXPORT_SYMBOL_GPL vmlinux 0xa6ee15ca __tracepoint_rpm_suspend +EXPORT_SYMBOL_GPL vmlinux 0xa6efc11d __traceiter_ata_tf_load +EXPORT_SYMBOL_GPL vmlinux 0xa6fa5313 dst_blackhole_mtu +EXPORT_SYMBOL_GPL vmlinux 0xa708ca58 mas_store_prealloc +EXPORT_SYMBOL_GPL vmlinux 0xa709c835 fib6_info_destroy_rcu +EXPORT_SYMBOL_GPL vmlinux 0xa7101fcf adp5520_set_bits +EXPORT_SYMBOL_GPL vmlinux 0xa71c0fb1 perf_aux_output_begin +EXPORT_SYMBOL_GPL vmlinux 0xa72dd105 pci_bridge_emul_conf_write +EXPORT_SYMBOL_GPL vmlinux 0xa731eb70 sock_diag_destroy +EXPORT_SYMBOL_GPL vmlinux 0xa731f387 nl_table_lock +EXPORT_SYMBOL_GPL vmlinux 0xa73c3b08 mtk_mutex_remove_comp +EXPORT_SYMBOL_GPL vmlinux 0xa773d76f firmware_request_platform +EXPORT_SYMBOL_GPL vmlinux 0xa77e082a usb_role_switch_get +EXPORT_SYMBOL_GPL vmlinux 0xa788700b copy_to_user_nofault +EXPORT_SYMBOL_GPL vmlinux 0xa78a8cb1 reset_controller_unregister +EXPORT_SYMBOL_GPL vmlinux 0xa7a04d75 dw_pcie_ep_raise_msi_irq +EXPORT_SYMBOL_GPL vmlinux 0xa7b9c6ba irq_domain_create_legacy +EXPORT_SYMBOL_GPL vmlinux 0xa7dffe0f bpf_sk_storage_diag_put +EXPORT_SYMBOL_GPL vmlinux 0xa7e370c4 k3_udma_glue_request_tx_chn +EXPORT_SYMBOL_GPL vmlinux 0xa7e9bcf1 crypto_stats_ahash_final +EXPORT_SYMBOL_GPL vmlinux 0xa7ef35b5 ohci_hub_control +EXPORT_SYMBOL_GPL vmlinux 0xa7fb6a3b clk_regmap_mux_ro_ops +EXPORT_SYMBOL_GPL vmlinux 0xa813fa7e devfreq_event_get_event +EXPORT_SYMBOL_GPL vmlinux 0xa82f6c4f class_dev_iter_init +EXPORT_SYMBOL_GPL vmlinux 0xa851973a raw_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0xa85797e5 of_regulator_bulk_get_all +EXPORT_SYMBOL_GPL vmlinux 0xa85b0287 sdio_claim_host +EXPORT_SYMBOL_GPL vmlinux 0xa86da97d extcon_get_property +EXPORT_SYMBOL_GPL vmlinux 0xa8782034 skcipher_walk_complete +EXPORT_SYMBOL_GPL vmlinux 0xa87d12e9 clk_regmap_gate_ops +EXPORT_SYMBOL_GPL vmlinux 0xa8841cc6 mas_next +EXPORT_SYMBOL_GPL vmlinux 0xa890c3e7 fuse_request_end +EXPORT_SYMBOL_GPL vmlinux 0xa89926dc crypto_dh_decode_key +EXPORT_SYMBOL_GPL vmlinux 0xa8a22617 pinconf_generic_dt_subnode_to_map +EXPORT_SYMBOL_GPL vmlinux 0xa8a6364c xas_get_mark +EXPORT_SYMBOL_GPL vmlinux 0xa8bf2953 ata_bmdma_error_handler +EXPORT_SYMBOL_GPL vmlinux 0xa8c11d2f nd_region_dev +EXPORT_SYMBOL_GPL vmlinux 0xa8c1f7ab regmap_exit +EXPORT_SYMBOL_GPL vmlinux 0xa8f3c6e9 devm_regulator_get_enable +EXPORT_SYMBOL_GPL vmlinux 0xa8f50ea3 sdio_writel +EXPORT_SYMBOL_GPL vmlinux 0xa9037fc2 pci_reset_function_locked +EXPORT_SYMBOL_GPL vmlinux 0xa907e2f1 em_dev_register_perf_domain +EXPORT_SYMBOL_GPL vmlinux 0xa921689d of_cpufreq_cooling_register +EXPORT_SYMBOL_GPL vmlinux 0xa9284b05 qcom_smem_state_get +EXPORT_SYMBOL_GPL vmlinux 0xa9320d27 ktime_get_seconds +EXPORT_SYMBOL_GPL vmlinux 0xa9411ade genphy_c45_pma_resume +EXPORT_SYMBOL_GPL vmlinux 0xa94d4afb inet_twsk_alloc +EXPORT_SYMBOL_GPL vmlinux 0xa95b5c77 hwmon_sanitize_name +EXPORT_SYMBOL_GPL vmlinux 0xa9658f0c sdio_signal_irq +EXPORT_SYMBOL_GPL vmlinux 0xa967bd7d dev_pm_clear_wake_irq +EXPORT_SYMBOL_GPL vmlinux 0xa96e8b4e hv_setup_vmbus_handler +EXPORT_SYMBOL_GPL vmlinux 0xa976eb74 usb_free_coherent +EXPORT_SYMBOL_GPL vmlinux 0xa97b7077 acpi_device_update_power +EXPORT_SYMBOL_GPL vmlinux 0xa986b287 acpi_pci_check_ejectable +EXPORT_SYMBOL_GPL vmlinux 0xa98fa93b pci_dev_run_wake +EXPORT_SYMBOL_GPL vmlinux 0xa992b9b6 dmaengine_desc_set_metadata_len +EXPORT_SYMBOL_GPL vmlinux 0xa9936b49 powercap_register_zone +EXPORT_SYMBOL_GPL vmlinux 0xa99b8e70 __SCK__tp_func_xdp_exception +EXPORT_SYMBOL_GPL vmlinux 0xa99ef899 devlink_fmsg_bool_pair_put +EXPORT_SYMBOL_GPL vmlinux 0xa9a0992b cdrom_multisession +EXPORT_SYMBOL_GPL vmlinux 0xa9a6d60b fwnode_property_read_u8_array +EXPORT_SYMBOL_GPL vmlinux 0xa9a9ef27 spi_sync_locked +EXPORT_SYMBOL_GPL vmlinux 0xa9b97fe2 ahci_check_ready +EXPORT_SYMBOL_GPL vmlinux 0xa9c39818 __hwspin_trylock +EXPORT_SYMBOL_GPL vmlinux 0xa9dfe9ef inet6_lookup_listener +EXPORT_SYMBOL_GPL vmlinux 0xa9f38104 led_set_brightness +EXPORT_SYMBOL_GPL vmlinux 0xa9f86e15 kvm_vcpu_gfn_to_pfn_atomic +EXPORT_SYMBOL_GPL vmlinux 0xaa0d5071 usb_sg_wait +EXPORT_SYMBOL_GPL vmlinux 0xaa151e1c rio_del_mport_pw_handler +EXPORT_SYMBOL_GPL vmlinux 0xaa236234 iommu_device_link +EXPORT_SYMBOL_GPL vmlinux 0xaa351e4c devfreq_event_reset_event +EXPORT_SYMBOL_GPL vmlinux 0xaa4120a7 rio_dma_prep_slave_sg +EXPORT_SYMBOL_GPL vmlinux 0xaa52e624 sysfs_change_owner +EXPORT_SYMBOL_GPL vmlinux 0xaa53fc74 __regmap_init +EXPORT_SYMBOL_GPL vmlinux 0xaa6a50f9 __static_key_deferred_flush +EXPORT_SYMBOL_GPL vmlinux 0xaa77f703 syscon_regmap_lookup_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0xaa963592 trace_remove_event_call +EXPORT_SYMBOL_GPL vmlinux 0xaa97b6d4 fat_alloc_new_dir +EXPORT_SYMBOL_GPL vmlinux 0xaaa012a8 dev_set_name +EXPORT_SYMBOL_GPL vmlinux 0xaaa4340e pci_p2pmem_free_sgl +EXPORT_SYMBOL_GPL vmlinux 0xaaa918c9 ftrace_dump +EXPORT_SYMBOL_GPL vmlinux 0xaab39313 fsl_mc_object_free +EXPORT_SYMBOL_GPL vmlinux 0xaab9c421 clk_multiplier_ops +EXPORT_SYMBOL_GPL vmlinux 0xaac00c30 xenbus_frontend_closed +EXPORT_SYMBOL_GPL vmlinux 0xaac1dedd fsverity_file_open +EXPORT_SYMBOL_GPL vmlinux 0xaad207d8 __traceiter_pelt_dl_tp +EXPORT_SYMBOL_GPL vmlinux 0xaaea2ddb regulator_get_voltage_sel_pickable_regmap +EXPORT_SYMBOL_GPL vmlinux 0xaaea4063 fscrypt_prepare_symlink +EXPORT_SYMBOL_GPL vmlinux 0xaaf5737d hvc_alloc +EXPORT_SYMBOL_GPL vmlinux 0xaaf9f4f7 srcu_notifier_chain_unregister +EXPORT_SYMBOL_GPL vmlinux 0xaafafbff rockchip_pmu_unblock +EXPORT_SYMBOL_GPL vmlinux 0xab05f9d3 rio_request_mport_dma +EXPORT_SYMBOL_GPL vmlinux 0xab060841 zynqmp_pm_query_data +EXPORT_SYMBOL_GPL vmlinux 0xab0be2e8 usb_reset_device +EXPORT_SYMBOL_GPL vmlinux 0xab0ff87e ftrace_set_filter_ip +EXPORT_SYMBOL_GPL vmlinux 0xab1e0e93 hv_setup_kexec_handler +EXPORT_SYMBOL_GPL vmlinux 0xab37307c usb_debug_root +EXPORT_SYMBOL_GPL vmlinux 0xab39a753 vcap_keyfieldset +EXPORT_SYMBOL_GPL vmlinux 0xab47cd85 crypto_register_template +EXPORT_SYMBOL_GPL vmlinux 0xab480ed4 gnttab_map_refs +EXPORT_SYMBOL_GPL vmlinux 0xab57844d __dma_request_channel +EXPORT_SYMBOL_GPL vmlinux 0xab62ac82 key_set_timeout +EXPORT_SYMBOL_GPL vmlinux 0xab7664f9 acpi_device_get_match_data +EXPORT_SYMBOL_GPL vmlinux 0xab7f853d mtk_mutex_prepare +EXPORT_SYMBOL_GPL vmlinux 0xab8ccd81 regulator_bulk_enable +EXPORT_SYMBOL_GPL vmlinux 0xaba850a7 xdp_master_redirect +EXPORT_SYMBOL_GPL vmlinux 0xabb8e25f ipv6_proxy_select_ident +EXPORT_SYMBOL_GPL vmlinux 0xabbccc6a trace_seq_path +EXPORT_SYMBOL_GPL vmlinux 0xabc640f3 list_lru_isolate +EXPORT_SYMBOL_GPL vmlinux 0xabc6ba16 nvdimm_cmd_mask +EXPORT_SYMBOL_GPL vmlinux 0xabcbc180 usb_hcd_map_urb_for_dma +EXPORT_SYMBOL_GPL vmlinux 0xabcceffe devlink_alloc_ns +EXPORT_SYMBOL_GPL vmlinux 0xabd45848 stop_machine +EXPORT_SYMBOL_GPL vmlinux 0xabeb820d gpiod_unexport +EXPORT_SYMBOL_GPL vmlinux 0xabec0ef5 devlink_dpipe_match_put +EXPORT_SYMBOL_GPL vmlinux 0xabf5a7c6 pci_check_and_mask_intx +EXPORT_SYMBOL_GPL vmlinux 0xac0ac4f9 da903x_set_bits +EXPORT_SYMBOL_GPL vmlinux 0xac0ba2e5 sk_detach_filter +EXPORT_SYMBOL_GPL vmlinux 0xac20d3fa fl6_merge_options +EXPORT_SYMBOL_GPL vmlinux 0xac2574b0 device_attach +EXPORT_SYMBOL_GPL vmlinux 0xac38caa1 __fscrypt_prepare_readdir +EXPORT_SYMBOL_GPL vmlinux 0xac4296d2 irq_set_chained_handler_and_data +EXPORT_SYMBOL_GPL vmlinux 0xac4ee6b8 dev_pm_opp_set_config +EXPORT_SYMBOL_GPL vmlinux 0xac669de9 sk_msg_return_zero +EXPORT_SYMBOL_GPL vmlinux 0xac738d9f fsnotify +EXPORT_SYMBOL_GPL vmlinux 0xac794170 blk_lld_busy +EXPORT_SYMBOL_GPL vmlinux 0xac79f043 usb_get_role_switch_default_mode +EXPORT_SYMBOL_GPL vmlinux 0xac83514c pci_stop_and_remove_bus_device_locked +EXPORT_SYMBOL_GPL vmlinux 0xac844b43 mmput +EXPORT_SYMBOL_GPL vmlinux 0xac85ca60 bpf_map_inc +EXPORT_SYMBOL_GPL vmlinux 0xaca41669 icc_disable +EXPORT_SYMBOL_GPL vmlinux 0xacb4d88c clk_rate_exclusive_put +EXPORT_SYMBOL_GPL vmlinux 0xacc259f8 of_usb_host_tpl_support +EXPORT_SYMBOL_GPL vmlinux 0xacc8b5dd icc_std_aggregate +EXPORT_SYMBOL_GPL vmlinux 0xacc977ac alarm_forward_now +EXPORT_SYMBOL_GPL vmlinux 0xacd040b4 sb800_prefetch +EXPORT_SYMBOL_GPL vmlinux 0xacdaf3e0 led_put +EXPORT_SYMBOL_GPL vmlinux 0xace367ea pci_cfg_access_trylock +EXPORT_SYMBOL_GPL vmlinux 0xace65772 crypto_stats_akcipher_verify +EXPORT_SYMBOL_GPL vmlinux 0xace86846 devm_nvdimm_memremap +EXPORT_SYMBOL_GPL vmlinux 0xad0b5f76 sk_psock_tls_strp_read +EXPORT_SYMBOL_GPL vmlinux 0xad25602f __tracepoint_sched_overutilized_tp +EXPORT_SYMBOL_GPL vmlinux 0xad347d1f nexthop_find_by_id +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 0xad55dcb2 shmem_file_setup_with_mnt +EXPORT_SYMBOL_GPL vmlinux 0xad57c006 acct_bioset_exit +EXPORT_SYMBOL_GPL vmlinux 0xad645234 register_switchdev_notifier +EXPORT_SYMBOL_GPL vmlinux 0xad64a4d0 mnt_user_ns +EXPORT_SYMBOL_GPL vmlinux 0xad68fed7 cpufreq_frequency_table_get_index +EXPORT_SYMBOL_GPL vmlinux 0xad6d2bf9 icc_node_del +EXPORT_SYMBOL_GPL vmlinux 0xad76a3f0 __SCK__tp_func_neigh_update_done +EXPORT_SYMBOL_GPL vmlinux 0xad7899bb device_add_software_node +EXPORT_SYMBOL_GPL vmlinux 0xad7eacb9 sdio_readw +EXPORT_SYMBOL_GPL vmlinux 0xad83ce29 xas_find_conflict +EXPORT_SYMBOL_GPL vmlinux 0xad864b86 ata_pci_bmdma_init +EXPORT_SYMBOL_GPL vmlinux 0xad9fb247 lwtunnel_valid_encap_type_attr +EXPORT_SYMBOL_GPL vmlinux 0xada38766 dst_cache_destroy +EXPORT_SYMBOL_GPL vmlinux 0xada38cda bus_rescan_devices +EXPORT_SYMBOL_GPL vmlinux 0xada7352e of_irq_find_parent +EXPORT_SYMBOL_GPL vmlinux 0xadab0a7a ata_do_set_mode +EXPORT_SYMBOL_GPL vmlinux 0xadad43a6 vfs_removexattr +EXPORT_SYMBOL_GPL vmlinux 0xadb49848 __pci_epf_register_driver +EXPORT_SYMBOL_GPL vmlinux 0xadc2aee4 dev_coredumpsg +EXPORT_SYMBOL_GPL vmlinux 0xaddf84f0 devm_watchdog_register_device +EXPORT_SYMBOL_GPL vmlinux 0xaddfbd97 ata_bmdma_port_ops +EXPORT_SYMBOL_GPL vmlinux 0xade5339b hte_get_clk_src_info +EXPORT_SYMBOL_GPL vmlinux 0xade620c8 iopf_queue_remove_device +EXPORT_SYMBOL_GPL vmlinux 0xade9482a debugfs_create_ulong +EXPORT_SYMBOL_GPL vmlinux 0xadf0d28d rio_release_inb_dbell +EXPORT_SYMBOL_GPL vmlinux 0xadf1159a dm_bio_get_target_bio_nr +EXPORT_SYMBOL_GPL vmlinux 0xadf9c1b3 housekeeping_cpumask +EXPORT_SYMBOL_GPL vmlinux 0xae01217a mpi_write_to_sgl +EXPORT_SYMBOL_GPL vmlinux 0xae0ecf40 usb_bus_idr_lock +EXPORT_SYMBOL_GPL vmlinux 0xae1051b0 net_cls_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0xae11d619 of_clk_src_onecell_get +EXPORT_SYMBOL_GPL vmlinux 0xae178178 of_reserved_mem_device_release +EXPORT_SYMBOL_GPL vmlinux 0xae1e6444 noop_direct_IO +EXPORT_SYMBOL_GPL vmlinux 0xae1fb51e of_clk_parent_fill +EXPORT_SYMBOL_GPL vmlinux 0xae2baf25 devm_regmap_field_bulk_alloc +EXPORT_SYMBOL_GPL vmlinux 0xae39f80e dst_cache_init +EXPORT_SYMBOL_GPL vmlinux 0xae562ab7 of_icc_get_from_provider +EXPORT_SYMBOL_GPL vmlinux 0xae632023 ata_wait_after_reset +EXPORT_SYMBOL_GPL vmlinux 0xae64f1dd __tracepoint_block_bio_remap +EXPORT_SYMBOL_GPL vmlinux 0xae66224d dev_pm_opp_of_cpumask_remove_table +EXPORT_SYMBOL_GPL vmlinux 0xae69b1c1 usermodehelper_read_unlock +EXPORT_SYMBOL_GPL vmlinux 0xae7929e5 pinctrl_select_default_state +EXPORT_SYMBOL_GPL vmlinux 0xae7a2214 unix_peer_get +EXPORT_SYMBOL_GPL vmlinux 0xae7c231d mpi_cmp +EXPORT_SYMBOL_GPL vmlinux 0xae7e5f64 rio_request_outb_dbell +EXPORT_SYMBOL_GPL vmlinux 0xae80a2dc __tracepoint_rwmmio_post_write +EXPORT_SYMBOL_GPL vmlinux 0xae8bbf1a synth_event_trace_array +EXPORT_SYMBOL_GPL vmlinux 0xae9bf369 get_current_tty +EXPORT_SYMBOL_GPL vmlinux 0xaea7f1ef devlink_sb_unregister +EXPORT_SYMBOL_GPL vmlinux 0xaebfb8d2 ata_sff_tf_load +EXPORT_SYMBOL_GPL vmlinux 0xaecf2efc xenbus_dev_groups +EXPORT_SYMBOL_GPL vmlinux 0xaeec3e2e shmem_file_setup +EXPORT_SYMBOL_GPL vmlinux 0xaf076aec nd_fletcher64 +EXPORT_SYMBOL_GPL vmlinux 0xaf0b6ba7 blkg_rwstat_init +EXPORT_SYMBOL_GPL vmlinux 0xaf237d46 of_clk_get_parent_name +EXPORT_SYMBOL_GPL vmlinux 0xaf2b181a iopf_queue_add_device +EXPORT_SYMBOL_GPL vmlinux 0xaf348da7 cpu_pm_exit +EXPORT_SYMBOL_GPL vmlinux 0xaf3a44e9 __SCK__tp_func_sched_overutilized_tp +EXPORT_SYMBOL_GPL vmlinux 0xaf3a58f1 devl_dpipe_table_unregister +EXPORT_SYMBOL_GPL vmlinux 0xaf3ed93e srcu_notifier_chain_register +EXPORT_SYMBOL_GPL vmlinux 0xaf4014ff usb_amd_quirk_pll_check +EXPORT_SYMBOL_GPL vmlinux 0xaf5b849c md_bitmap_load +EXPORT_SYMBOL_GPL vmlinux 0xaf6c412e validate_xmit_skb_list +EXPORT_SYMBOL_GPL vmlinux 0xaf757794 ip6_sk_dst_lookup_flow +EXPORT_SYMBOL_GPL vmlinux 0xaf793668 __alloc_percpu_gfp +EXPORT_SYMBOL_GPL vmlinux 0xaf83e242 __fat_fs_error +EXPORT_SYMBOL_GPL vmlinux 0xaf852873 cpuidle_register_device +EXPORT_SYMBOL_GPL vmlinux 0xaf9342c7 __irq_resolve_mapping +EXPORT_SYMBOL_GPL vmlinux 0xafa950f4 sdio_claim_irq +EXPORT_SYMBOL_GPL vmlinux 0xafb07262 __pfn_to_mfn +EXPORT_SYMBOL_GPL vmlinux 0xafba0ed4 __traceiter_neigh_event_send_dead +EXPORT_SYMBOL_GPL vmlinux 0xafc0c2f9 ata_bmdma_start +EXPORT_SYMBOL_GPL vmlinux 0xafc82869 of_prop_next_u32 +EXPORT_SYMBOL_GPL vmlinux 0xafddd545 ata_id_c_string +EXPORT_SYMBOL_GPL vmlinux 0xafdeb429 ata_port_wait_eh +EXPORT_SYMBOL_GPL vmlinux 0xafeb58c1 __SCK__tp_func_io_page_fault +EXPORT_SYMBOL_GPL vmlinux 0xafebcd77 virtio_check_driver_offered_feature +EXPORT_SYMBOL_GPL vmlinux 0xb0061f34 __spi_register_driver +EXPORT_SYMBOL_GPL vmlinux 0xb0099f79 topology_clear_scale_freq_source +EXPORT_SYMBOL_GPL vmlinux 0xb00c2d89 rockchip_pcie_enable_clocks +EXPORT_SYMBOL_GPL vmlinux 0xb00d0a04 sk_msg_clone +EXPORT_SYMBOL_GPL vmlinux 0xb0110713 ata_sas_port_destroy +EXPORT_SYMBOL_GPL vmlinux 0xb01a5797 skb_partial_csum_set +EXPORT_SYMBOL_GPL vmlinux 0xb01f8125 uhci_reset_hc +EXPORT_SYMBOL_GPL vmlinux 0xb0292f58 pskb_put +EXPORT_SYMBOL_GPL vmlinux 0xb02ac411 register_xenstore_notifier +EXPORT_SYMBOL_GPL vmlinux 0xb03065bc of_platform_default_populate +EXPORT_SYMBOL_GPL vmlinux 0xb049a294 __SCK__tp_func_pelt_irq_tp +EXPORT_SYMBOL_GPL vmlinux 0xb04b2805 phy_resolve_aneg_pause +EXPORT_SYMBOL_GPL vmlinux 0xb05b68d5 zynqmp_pm_reset_get_status +EXPORT_SYMBOL_GPL vmlinux 0xb062637e dev_pm_opp_of_get_opp_desc_node +EXPORT_SYMBOL_GPL vmlinux 0xb06ea245 sbitmap_queue_resize +EXPORT_SYMBOL_GPL vmlinux 0xb06f7d19 vfs_truncate +EXPORT_SYMBOL_GPL vmlinux 0xb0747ed2 rcu_cpu_stall_suppress +EXPORT_SYMBOL_GPL vmlinux 0xb077e70a clk_unprepare +EXPORT_SYMBOL_GPL vmlinux 0xb0811d3e elv_rqhash_add +EXPORT_SYMBOL_GPL vmlinux 0xb0824d6b soc_device_match +EXPORT_SYMBOL_GPL vmlinux 0xb08a22a3 cpufreq_show_cpus +EXPORT_SYMBOL_GPL vmlinux 0xb0b85f47 ring_buffer_iter_reset +EXPORT_SYMBOL_GPL vmlinux 0xb0c506ea class_compat_create_link +EXPORT_SYMBOL_GPL vmlinux 0xb0c82be0 usb_alloc_dev +EXPORT_SYMBOL_GPL vmlinux 0xb0d1656c gpio_free_array +EXPORT_SYMBOL_GPL vmlinux 0xb0d2708e dev_nit_active +EXPORT_SYMBOL_GPL vmlinux 0xb0da125d pinconf_generic_dt_node_to_map +EXPORT_SYMBOL_GPL vmlinux 0xb0dbacc5 ncsi_unregister_dev +EXPORT_SYMBOL_GPL vmlinux 0xb0e8e671 xenbus_otherend_changed +EXPORT_SYMBOL_GPL vmlinux 0xb0f11fc4 irq_work_queue +EXPORT_SYMBOL_GPL vmlinux 0xb0f3692d usb_phy_roothub_suspend +EXPORT_SYMBOL_GPL vmlinux 0xb105fc30 tc3589x_reg_write +EXPORT_SYMBOL_GPL vmlinux 0xb109fb08 ping_seq_start +EXPORT_SYMBOL_GPL vmlinux 0xb10d964d devlink_fmsg_pair_nest_end +EXPORT_SYMBOL_GPL vmlinux 0xb11d9000 tty_dev_name_to_number +EXPORT_SYMBOL_GPL vmlinux 0xb11fd08d fwnode_property_get_reference_args +EXPORT_SYMBOL_GPL vmlinux 0xb124814b dev_pm_opp_remove_table +EXPORT_SYMBOL_GPL vmlinux 0xb12c3546 regulator_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0xb12e4aff nvdimm_bus_unregister +EXPORT_SYMBOL_GPL vmlinux 0xb12f941b sdio_writeb +EXPORT_SYMBOL_GPL vmlinux 0xb134b1e5 ata_host_init +EXPORT_SYMBOL_GPL vmlinux 0xb13b42b6 vp_modern_set_queue_reset +EXPORT_SYMBOL_GPL vmlinux 0xb1492923 platform_get_irq +EXPORT_SYMBOL_GPL vmlinux 0xb15c6fe1 power_supply_put +EXPORT_SYMBOL_GPL vmlinux 0xb1647fc2 devlink_info_version_running_put +EXPORT_SYMBOL_GPL vmlinux 0xb16e8634 pci_user_read_config_word +EXPORT_SYMBOL_GPL vmlinux 0xb17346aa xfrm_audit_state_icvfail +EXPORT_SYMBOL_GPL vmlinux 0xb175d10f fscrypt_set_bio_crypt_ctx +EXPORT_SYMBOL_GPL vmlinux 0xb19af1e4 rio_route_add_entry +EXPORT_SYMBOL_GPL vmlinux 0xb1a8943b irq_domain_remove_sim +EXPORT_SYMBOL_GPL vmlinux 0xb1b1b348 debugfs_attr_write_signed +EXPORT_SYMBOL_GPL vmlinux 0xb1baa71a devlink_linecard_provision_fail +EXPORT_SYMBOL_GPL vmlinux 0xb1bed25d dpm_resume_start +EXPORT_SYMBOL_GPL vmlinux 0xb1da370c regulator_map_voltage_linear_range +EXPORT_SYMBOL_GPL vmlinux 0xb1dcc891 kobject_move +EXPORT_SYMBOL_GPL vmlinux 0xb1de8ec1 class_find_device +EXPORT_SYMBOL_GPL vmlinux 0xb1e25684 __trace_bputs +EXPORT_SYMBOL_GPL vmlinux 0xb1e54f7c crypto_remove_spawns +EXPORT_SYMBOL_GPL vmlinux 0xb1f3311f tty_mode_ioctl +EXPORT_SYMBOL_GPL vmlinux 0xb1fc1782 pci_speed_string +EXPORT_SYMBOL_GPL vmlinux 0xb1fdf4f2 tty_port_default_client_ops +EXPORT_SYMBOL_GPL vmlinux 0xb1fffcd9 stmpe811_adc_common_init +EXPORT_SYMBOL_GPL vmlinux 0xb202f0d7 rht_bucket_nested_insert +EXPORT_SYMBOL_GPL vmlinux 0xb20d55d7 fscrypt_add_test_dummy_key +EXPORT_SYMBOL_GPL vmlinux 0xb2186b55 gpiod_count +EXPORT_SYMBOL_GPL vmlinux 0xb21d00c6 hte_ts_put +EXPORT_SYMBOL_GPL vmlinux 0xb2210d64 reset_control_deassert +EXPORT_SYMBOL_GPL vmlinux 0xb2229bfe devres_find +EXPORT_SYMBOL_GPL vmlinux 0xb22a9300 md_account_bio +EXPORT_SYMBOL_GPL vmlinux 0xb2342204 bpf_prog_destroy +EXPORT_SYMBOL_GPL vmlinux 0xb23b7691 start_poll_synchronize_rcu_full +EXPORT_SYMBOL_GPL vmlinux 0xb2405efc secure_tcp_seq +EXPORT_SYMBOL_GPL vmlinux 0xb2476afd ip6_redirect +EXPORT_SYMBOL_GPL vmlinux 0xb248a5b6 security_inode_create +EXPORT_SYMBOL_GPL vmlinux 0xb24a44ca __blkg_prfill_rwstat +EXPORT_SYMBOL_GPL vmlinux 0xb250a283 clean_acked_data_enable +EXPORT_SYMBOL_GPL vmlinux 0xb26082d8 gpiochip_free_own_desc +EXPORT_SYMBOL_GPL vmlinux 0xb26a0622 tc3589x_set_bits +EXPORT_SYMBOL_GPL vmlinux 0xb26a1add elfcorehdr_addr +EXPORT_SYMBOL_GPL vmlinux 0xb26b5217 fat_setattr +EXPORT_SYMBOL_GPL vmlinux 0xb283a723 tc3589x_block_write +EXPORT_SYMBOL_GPL vmlinux 0xb289452e clk_hw_register_fixed_factor +EXPORT_SYMBOL_GPL vmlinux 0xb28956c4 vring_new_virtqueue +EXPORT_SYMBOL_GPL vmlinux 0xb2908d0e mmc_send_tuning +EXPORT_SYMBOL_GPL vmlinux 0xb29533ee zs_malloc +EXPORT_SYMBOL_GPL vmlinux 0xb299bece xhci_shutdown +EXPORT_SYMBOL_GPL vmlinux 0xb2ab2cd9 ipv4_redirect +EXPORT_SYMBOL_GPL vmlinux 0xb2bac245 devm_gpiod_get_index_optional +EXPORT_SYMBOL_GPL vmlinux 0xb2bb7ea0 ip6_append_data +EXPORT_SYMBOL_GPL vmlinux 0xb2c1732e rcu_gp_set_torture_wait +EXPORT_SYMBOL_GPL vmlinux 0xb2c26380 fscrypt_symlink_getattr +EXPORT_SYMBOL_GPL vmlinux 0xb2c91add edac_pci_free_ctl_info +EXPORT_SYMBOL_GPL vmlinux 0xb2d80441 ata_eh_freeze_port +EXPORT_SYMBOL_GPL vmlinux 0xb2e764e8 suspend_valid_only_mem +EXPORT_SYMBOL_GPL vmlinux 0xb2eaa4a3 ping_rcv +EXPORT_SYMBOL_GPL vmlinux 0xb2ef6db4 dma_mmap_pages +EXPORT_SYMBOL_GPL vmlinux 0xb2f9a3ff __ndisc_fill_addr_option +EXPORT_SYMBOL_GPL vmlinux 0xb2fa093e blk_mq_map_queues +EXPORT_SYMBOL_GPL vmlinux 0xb30231a6 generic_access_phys +EXPORT_SYMBOL_GPL vmlinux 0xb3051160 clk_register_fixed_factor +EXPORT_SYMBOL_GPL vmlinux 0xb307c909 devlink_fmsg_u64_pair_put +EXPORT_SYMBOL_GPL vmlinux 0xb30b2bda preempt_model_full +EXPORT_SYMBOL_GPL vmlinux 0xb31a9488 __pm_runtime_use_autosuspend +EXPORT_SYMBOL_GPL vmlinux 0xb31dbdbb vring_del_virtqueue +EXPORT_SYMBOL_GPL vmlinux 0xb3234494 pci_ioremap_wc_bar +EXPORT_SYMBOL_GPL vmlinux 0xb326ccc3 devm_gpiod_get_optional +EXPORT_SYMBOL_GPL vmlinux 0xb34564c2 regulator_bulk_force_disable +EXPORT_SYMBOL_GPL vmlinux 0xb3461c16 ata_host_suspend +EXPORT_SYMBOL_GPL vmlinux 0xb3a644ac cpufreq_cooling_unregister +EXPORT_SYMBOL_GPL vmlinux 0xb3ab14ed d_same_name +EXPORT_SYMBOL_GPL vmlinux 0xb3ab9a8f cpufreq_freq_transition_end +EXPORT_SYMBOL_GPL vmlinux 0xb3b32726 devm_clk_hw_register +EXPORT_SYMBOL_GPL vmlinux 0xb3c2e456 devm_regulator_bulk_register_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0xb3d57240 devm_clk_register +EXPORT_SYMBOL_GPL vmlinux 0xb3dfebb2 ata_host_activate +EXPORT_SYMBOL_GPL vmlinux 0xb3ef450c wm8350_read_auxadc +EXPORT_SYMBOL_GPL vmlinux 0xb3fd8fe6 kernel_read_file_from_path +EXPORT_SYMBOL_GPL vmlinux 0xb4020711 inet6_cleanup_sock +EXPORT_SYMBOL_GPL vmlinux 0xb40450e5 devlink_trap_report +EXPORT_SYMBOL_GPL vmlinux 0xb40d673e zynqmp_pm_pinctrl_request +EXPORT_SYMBOL_GPL vmlinux 0xb4178f74 genphy_c45_read_link +EXPORT_SYMBOL_GPL vmlinux 0xb41d9412 pci_bridge_secondary_bus_reset +EXPORT_SYMBOL_GPL vmlinux 0xb4394f18 devres_destroy +EXPORT_SYMBOL_GPL vmlinux 0xb43be4e0 pci_free_p2pmem +EXPORT_SYMBOL_GPL vmlinux 0xb43f9365 ktime_get +EXPORT_SYMBOL_GPL vmlinux 0xb4429b64 acpi_dev_resource_ext_address_space +EXPORT_SYMBOL_GPL vmlinux 0xb444ae4d devm_power_supply_register_no_ws +EXPORT_SYMBOL_GPL vmlinux 0xb4474dbc acpi_get_first_physical_node +EXPORT_SYMBOL_GPL vmlinux 0xb44e18ea audit_enabled +EXPORT_SYMBOL_GPL vmlinux 0xb452fbdc pci_ecam_create +EXPORT_SYMBOL_GPL vmlinux 0xb46555be extcon_set_property_sync +EXPORT_SYMBOL_GPL vmlinux 0xb46b0eff iommu_dev_enable_feature +EXPORT_SYMBOL_GPL vmlinux 0xb4770296 fat_build_inode +EXPORT_SYMBOL_GPL vmlinux 0xb47f820d ata_host_resume +EXPORT_SYMBOL_GPL vmlinux 0xb48f0638 software_node_register +EXPORT_SYMBOL_GPL vmlinux 0xb48f30a6 vp_modern_get_num_queues +EXPORT_SYMBOL_GPL vmlinux 0xb48f3499 xlnx_register_event +EXPORT_SYMBOL_GPL vmlinux 0xb49e9636 sata_scr_valid +EXPORT_SYMBOL_GPL vmlinux 0xb4ade3dd kernel_read_file +EXPORT_SYMBOL_GPL vmlinux 0xb4b111c9 ip_fib_metrics_init +EXPORT_SYMBOL_GPL vmlinux 0xb4b97c90 pvclock_gtod_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0xb4c84053 mbox_controller_unregister +EXPORT_SYMBOL_GPL vmlinux 0xb4d11643 kernfs_put +EXPORT_SYMBOL_GPL vmlinux 0xb4e2eacb fsl_mc_bus_dprc_type +EXPORT_SYMBOL_GPL vmlinux 0xb4ea102a trace_define_field +EXPORT_SYMBOL_GPL vmlinux 0xb4ea7cf7 kgdb_connected +EXPORT_SYMBOL_GPL vmlinux 0xb4eda0da ring_buffer_event_length +EXPORT_SYMBOL_GPL vmlinux 0xb4fa6975 pci_epf_add_vepf +EXPORT_SYMBOL_GPL vmlinux 0xb501b2df nd_cmd_dimm_desc +EXPORT_SYMBOL_GPL vmlinux 0xb5093dd3 console_list +EXPORT_SYMBOL_GPL vmlinux 0xb51dc26a __iptunnel_pull_header +EXPORT_SYMBOL_GPL vmlinux 0xb51fbd64 edac_op_state +EXPORT_SYMBOL_GPL vmlinux 0xb520eb79 btree_merge +EXPORT_SYMBOL_GPL vmlinux 0xb532ccd2 __get_task_comm +EXPORT_SYMBOL_GPL vmlinux 0xb544cbfa regulator_bulk_unregister_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0xb55139f6 HUF_readStats +EXPORT_SYMBOL_GPL vmlinux 0xb553e466 rio_request_inb_pwrite +EXPORT_SYMBOL_GPL vmlinux 0xb556c12b mtk_clk_unregister_muxes +EXPORT_SYMBOL_GPL vmlinux 0xb55de460 HYPERVISOR_dm_op +EXPORT_SYMBOL_GPL vmlinux 0xb56103c8 devm_regulator_register_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0xb561c490 mpi_mul +EXPORT_SYMBOL_GPL vmlinux 0xb5778132 vcap_alloc_rule +EXPORT_SYMBOL_GPL vmlinux 0xb578fa47 software_node_fwnode +EXPORT_SYMBOL_GPL vmlinux 0xb586e46b rtnl_af_unregister +EXPORT_SYMBOL_GPL vmlinux 0xb58f5426 __devm_clk_hw_register_divider +EXPORT_SYMBOL_GPL vmlinux 0xb592d904 __gfn_to_pfn_memslot +EXPORT_SYMBOL_GPL vmlinux 0xb5941fba xfrm_audit_state_notfound_simple +EXPORT_SYMBOL_GPL vmlinux 0xb5a3c3bd nvdimm_volatile_region_create +EXPORT_SYMBOL_GPL vmlinux 0xb5a5a024 sata_set_spd +EXPORT_SYMBOL_GPL vmlinux 0xb5a83e35 gnttab_setup_auto_xlat_frames +EXPORT_SYMBOL_GPL vmlinux 0xb5a8c226 acpi_gsi_to_irq +EXPORT_SYMBOL_GPL vmlinux 0xb5adbabb crypto_ahash_setkey +EXPORT_SYMBOL_GPL vmlinux 0xb5ae5dd0 crypto_register_rngs +EXPORT_SYMBOL_GPL vmlinux 0xb5b6fb04 hv_get_vpreg +EXPORT_SYMBOL_GPL vmlinux 0xb5bb4783 clk_regmap_mux_ops +EXPORT_SYMBOL_GPL vmlinux 0xb5bc2497 i2c_client_get_device_id +EXPORT_SYMBOL_GPL vmlinux 0xb5c552c1 pwm_adjust_config +EXPORT_SYMBOL_GPL vmlinux 0xb5e189e9 fat_time_unix2fat +EXPORT_SYMBOL_GPL vmlinux 0xb5e50311 kvm_read_guest_cached +EXPORT_SYMBOL_GPL vmlinux 0xb5ece671 kvm_destroy_vcpus +EXPORT_SYMBOL_GPL vmlinux 0xb5ed27de gfn_to_memslot +EXPORT_SYMBOL_GPL vmlinux 0xb609ed94 kvm_get_running_vcpu +EXPORT_SYMBOL_GPL vmlinux 0xb60bae93 virtqueue_enable_cb +EXPORT_SYMBOL_GPL vmlinux 0xb6261484 register_die_notifier +EXPORT_SYMBOL_GPL vmlinux 0xb629a14e device_remove_groups +EXPORT_SYMBOL_GPL vmlinux 0xb62dc485 mnt_want_write_file +EXPORT_SYMBOL_GPL vmlinux 0xb6357e53 cpuidle_enable_device +EXPORT_SYMBOL_GPL vmlinux 0xb6410433 mpi_addm +EXPORT_SYMBOL_GPL vmlinux 0xb64151b4 open_related_ns +EXPORT_SYMBOL_GPL vmlinux 0xb6437efd ata_sas_tport_delete +EXPORT_SYMBOL_GPL vmlinux 0xb6475817 pinctrl_dev_get_devname +EXPORT_SYMBOL_GPL vmlinux 0xb64d39da find_asymmetric_key +EXPORT_SYMBOL_GPL vmlinux 0xb655b16a tcp_twsk_destructor +EXPORT_SYMBOL_GPL vmlinux 0xb655f91b pci_epc_get_next_free_bar +EXPORT_SYMBOL_GPL vmlinux 0xb6787346 sfp_unregister_socket +EXPORT_SYMBOL_GPL vmlinux 0xb68ff420 dma_async_device_channel_unregister +EXPORT_SYMBOL_GPL vmlinux 0xb695ecf9 nvmem_device_get +EXPORT_SYMBOL_GPL vmlinux 0xb69afbb0 devlink_linecard_deactivate +EXPORT_SYMBOL_GPL vmlinux 0xb6af2c34 rio_mport_initialize +EXPORT_SYMBOL_GPL vmlinux 0xb6c333f7 iommu_group_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0xb6d27de6 __tracepoint_ata_bmdma_status +EXPORT_SYMBOL_GPL vmlinux 0xb6d48e1c generic_handle_domain_irq_safe +EXPORT_SYMBOL_GPL vmlinux 0xb6df084d sbitmap_queue_get_shallow +EXPORT_SYMBOL_GPL vmlinux 0xb6e6d99d clk_disable +EXPORT_SYMBOL_GPL vmlinux 0xb7117079 spi_take_timestamp_post +EXPORT_SYMBOL_GPL vmlinux 0xb712feaa of_get_display_timings +EXPORT_SYMBOL_GPL vmlinux 0xb71f0b35 usb_set_device_state +EXPORT_SYMBOL_GPL vmlinux 0xb72870e8 gpiod_cansleep +EXPORT_SYMBOL_GPL vmlinux 0xb72a25b1 acpi_dev_clear_dependencies +EXPORT_SYMBOL_GPL vmlinux 0xb7329c06 clk_set_phase +EXPORT_SYMBOL_GPL vmlinux 0xb73713d7 nvmem_add_cell_lookups +EXPORT_SYMBOL_GPL vmlinux 0xb738a5e1 blk_mq_hctx_set_fq_lock_class +EXPORT_SYMBOL_GPL vmlinux 0xb76251d8 pinctrl_unregister +EXPORT_SYMBOL_GPL vmlinux 0xb77afbca acpi_bus_trim +EXPORT_SYMBOL_GPL vmlinux 0xb782c1a3 hv_get_vpreg_128 +EXPORT_SYMBOL_GPL vmlinux 0xb786bf75 pci_write_msi_msg +EXPORT_SYMBOL_GPL vmlinux 0xb7889355 sock_diag_register +EXPORT_SYMBOL_GPL vmlinux 0xb7a387fc synchronize_rcu_tasks_rude +EXPORT_SYMBOL_GPL vmlinux 0xb7b17711 poll_state_synchronize_srcu +EXPORT_SYMBOL_GPL vmlinux 0xb7b77d6d meson_vid_pll_div_ro_ops +EXPORT_SYMBOL_GPL vmlinux 0xb7c69a63 unregister_vmap_purge_notifier +EXPORT_SYMBOL_GPL vmlinux 0xb7cb6254 device_match_fwnode +EXPORT_SYMBOL_GPL vmlinux 0xb7cc0cff __tracepoint_br_fdb_add +EXPORT_SYMBOL_GPL vmlinux 0xb7d4115b dma_alloc_pages +EXPORT_SYMBOL_GPL vmlinux 0xb7e50e46 irq_create_mapping_affinity +EXPORT_SYMBOL_GPL vmlinux 0xb7f7d65b pci_iov_vf_id +EXPORT_SYMBOL_GPL vmlinux 0xb7f990e9 rht_bucket_nested +EXPORT_SYMBOL_GPL vmlinux 0xb80518f1 devm_of_phy_get +EXPORT_SYMBOL_GPL vmlinux 0xb8273d0b __wake_up_sync +EXPORT_SYMBOL_GPL vmlinux 0xb83a91e1 sdio_f0_readb +EXPORT_SYMBOL_GPL vmlinux 0xb83cb858 devm_of_phy_provider_unregister +EXPORT_SYMBOL_GPL vmlinux 0xb84e6898 acpi_register_gsi +EXPORT_SYMBOL_GPL vmlinux 0xb8503ada regulator_is_enabled_regmap +EXPORT_SYMBOL_GPL vmlinux 0xb85042e5 gnttab_free_grant_reference_seq +EXPORT_SYMBOL_GPL vmlinux 0xb8781582 imx_clk_hw_sscg_pll +EXPORT_SYMBOL_GPL vmlinux 0xb87f40fe cppc_set_enable +EXPORT_SYMBOL_GPL vmlinux 0xb8844980 pci_epc_init_notify +EXPORT_SYMBOL_GPL vmlinux 0xb88ad364 ata_host_alloc_pinfo +EXPORT_SYMBOL_GPL vmlinux 0xb88dbfce irq_set_irqchip_state +EXPORT_SYMBOL_GPL vmlinux 0xb8993fac __tracepoint_remove_device_from_group +EXPORT_SYMBOL_GPL vmlinux 0xb89e69b1 jump_label_update_timeout +EXPORT_SYMBOL_GPL vmlinux 0xb89fd53e of_genpd_del_provider +EXPORT_SYMBOL_GPL vmlinux 0xb8a780e4 i2c_recover_bus +EXPORT_SYMBOL_GPL vmlinux 0xb8a8e070 usb_disable_autosuspend +EXPORT_SYMBOL_GPL vmlinux 0xb8b1b8ab evm_inode_init_security +EXPORT_SYMBOL_GPL vmlinux 0xb8b8c4f0 ti_sci_release_resource +EXPORT_SYMBOL_GPL vmlinux 0xb8c28efe pm_generic_restore_noirq +EXPORT_SYMBOL_GPL vmlinux 0xb8cd3a7f nf_logger_put +EXPORT_SYMBOL_GPL vmlinux 0xb8d15dce xhci_drop_endpoint +EXPORT_SYMBOL_GPL vmlinux 0xb8d6dd85 dequeue_signal +EXPORT_SYMBOL_GPL vmlinux 0xb8df81dd ncsi_vlan_rx_kill_vid +EXPORT_SYMBOL_GPL vmlinux 0xb8e48d06 __netpoll_cleanup +EXPORT_SYMBOL_GPL vmlinux 0xb8ef8b6b regmap_get_raw_write_max +EXPORT_SYMBOL_GPL vmlinux 0xb8efd467 xfer_to_guest_mode_handle_work +EXPORT_SYMBOL_GPL vmlinux 0xb8f11603 idr_alloc +EXPORT_SYMBOL_GPL vmlinux 0xb8f7cdd4 bsg_register_queue +EXPORT_SYMBOL_GPL vmlinux 0xb912560d static_key_disable +EXPORT_SYMBOL_GPL vmlinux 0xb917b6d7 return_address +EXPORT_SYMBOL_GPL vmlinux 0xb91bae75 devm_reset_control_array_get +EXPORT_SYMBOL_GPL vmlinux 0xb9257a7c gpiod_get_direction +EXPORT_SYMBOL_GPL vmlinux 0xb93b2877 power_supply_register +EXPORT_SYMBOL_GPL vmlinux 0xb940d90d hte_enable_ts +EXPORT_SYMBOL_GPL vmlinux 0xb945380c pci_ignore_hotplug +EXPORT_SYMBOL_GPL vmlinux 0xb951fb5d xen_unregister_device_domain_owner +EXPORT_SYMBOL_GPL vmlinux 0xb95e6087 ohci_init_driver +EXPORT_SYMBOL_GPL vmlinux 0xb95f0aaf blk_clear_pm_only +EXPORT_SYMBOL_GPL vmlinux 0xb96049f1 i2c_new_scanned_device +EXPORT_SYMBOL_GPL vmlinux 0xb9607e8d percpu_free_rwsem +EXPORT_SYMBOL_GPL vmlinux 0xb9681621 xdp_do_flush +EXPORT_SYMBOL_GPL vmlinux 0xb969e2f4 crypto_alloc_tfm_node +EXPORT_SYMBOL_GPL vmlinux 0xb96e8c30 dev_attr_ncq_prio_enable +EXPORT_SYMBOL_GPL vmlinux 0xb9806487 mtk_clk_register_gates +EXPORT_SYMBOL_GPL vmlinux 0xb9852d11 __traceiter_mc_event +EXPORT_SYMBOL_GPL vmlinux 0xb985bf33 pci_user_read_config_dword +EXPORT_SYMBOL_GPL vmlinux 0xb99a3b00 sbitmap_queue_recalculate_wake_batch +EXPORT_SYMBOL_GPL vmlinux 0xb99f994d fsl_mc_device_remove +EXPORT_SYMBOL_GPL vmlinux 0xb9a57ef0 xhci_gen_setup +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 0xb9c52e78 nvmem_device_find +EXPORT_SYMBOL_GPL vmlinux 0xb9cf9663 l3mdev_update_flow +EXPORT_SYMBOL_GPL vmlinux 0xb9d025c9 llist_del_first +EXPORT_SYMBOL_GPL vmlinux 0xb9eea64c ata_bmdma_qc_issue +EXPORT_SYMBOL_GPL vmlinux 0xb9f736db relay_reset +EXPORT_SYMBOL_GPL vmlinux 0xba07709c bd_unlink_disk_holder +EXPORT_SYMBOL_GPL vmlinux 0xba0ff023 crypto_comp_decompress +EXPORT_SYMBOL_GPL vmlinux 0xba1961fb yield_to +EXPORT_SYMBOL_GPL vmlinux 0xba1bd627 ata_scsi_dma_need_drain +EXPORT_SYMBOL_GPL vmlinux 0xba2100ca dma_resv_get_fences +EXPORT_SYMBOL_GPL vmlinux 0xba220db7 __wake_up_sync_key +EXPORT_SYMBOL_GPL vmlinux 0xba278335 udp_abort +EXPORT_SYMBOL_GPL vmlinux 0xba2b7f64 cpufreq_generic_get +EXPORT_SYMBOL_GPL vmlinux 0xba352746 ncsi_vlan_rx_add_vid +EXPORT_SYMBOL_GPL vmlinux 0xba48b067 phy_speed_down +EXPORT_SYMBOL_GPL vmlinux 0xba506020 kobject_get_path +EXPORT_SYMBOL_GPL vmlinux 0xba6f396e edac_pci_alloc_ctl_info +EXPORT_SYMBOL_GPL vmlinux 0xba93ac1b dev_pm_opp_of_get_sharing_cpus +EXPORT_SYMBOL_GPL vmlinux 0xba96b348 phy_10gbit_fec_features +EXPORT_SYMBOL_GPL vmlinux 0xbaa7e322 dprc_get_obj +EXPORT_SYMBOL_GPL vmlinux 0xbab9a9f0 maxim_charger_currents +EXPORT_SYMBOL_GPL vmlinux 0xbacf561d usb_wakeup_enabled_descendants +EXPORT_SYMBOL_GPL vmlinux 0xbae740bf dprc_reset_container +EXPORT_SYMBOL_GPL vmlinux 0xbaf22757 kvfree_call_rcu +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 0xbb0e8926 sk_attach_filter +EXPORT_SYMBOL_GPL vmlinux 0xbb16d8e8 cgroup_get_from_fd +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 0xbb45e08e of_pci_get_max_link_speed +EXPORT_SYMBOL_GPL vmlinux 0xbb47a579 vfs_setlease +EXPORT_SYMBOL_GPL vmlinux 0xbb6508da random_get_entropy_fallback +EXPORT_SYMBOL_GPL vmlinux 0xbb691c29 xhci_dbg_trace +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 0xbb77fc00 ethnl_cable_test_result +EXPORT_SYMBOL_GPL vmlinux 0xbb7e9690 gfn_to_hva_memslot +EXPORT_SYMBOL_GPL vmlinux 0xbb84ced8 cpufreq_disable_fast_switch +EXPORT_SYMBOL_GPL vmlinux 0xbb8d7f05 meson_clk_dualdiv_ops +EXPORT_SYMBOL_GPL vmlinux 0xbb93eec5 ioasid_alloc +EXPORT_SYMBOL_GPL vmlinux 0xbbb4ab02 mtk_mutex_put +EXPORT_SYMBOL_GPL vmlinux 0xbbb4de1c rdev_set_badblocks +EXPORT_SYMBOL_GPL vmlinux 0xbbb9286a dpcon_open +EXPORT_SYMBOL_GPL vmlinux 0xbbbe9562 vp_legacy_probe +EXPORT_SYMBOL_GPL vmlinux 0xbbe5611b crc64_rocksoft_update +EXPORT_SYMBOL_GPL vmlinux 0xbbe56404 sprint_OID +EXPORT_SYMBOL_GPL vmlinux 0xbbefff91 platform_unregister_drivers +EXPORT_SYMBOL_GPL vmlinux 0xbbf82b6f zynqmp_pm_set_tcm_config +EXPORT_SYMBOL_GPL vmlinux 0xbc00626c cgroup_get_from_path +EXPORT_SYMBOL_GPL vmlinux 0xbc082277 handle_fasteoi_mask_irq +EXPORT_SYMBOL_GPL vmlinux 0xbc0ed57c battery_hook_register +EXPORT_SYMBOL_GPL vmlinux 0xbc11c491 uprobe_register +EXPORT_SYMBOL_GPL vmlinux 0xbc1bc394 fsstack_copy_inode_size +EXPORT_SYMBOL_GPL vmlinux 0xbc2b79bc firmware_request_nowarn +EXPORT_SYMBOL_GPL vmlinux 0xbc2f50a4 __trace_array_puts +EXPORT_SYMBOL_GPL vmlinux 0xbc314156 nop_mnt_idmap +EXPORT_SYMBOL_GPL vmlinux 0xbc366bc9 perf_event_release_kernel +EXPORT_SYMBOL_GPL vmlinux 0xbc3d04b8 gpiochip_line_is_open_source +EXPORT_SYMBOL_GPL vmlinux 0xbc3f2cb0 timecounter_cyc2time +EXPORT_SYMBOL_GPL vmlinux 0xbc546a33 irq_domain_set_hwirq_and_chip +EXPORT_SYMBOL_GPL vmlinux 0xbc600dc9 preempt_model_voluntary +EXPORT_SYMBOL_GPL vmlinux 0xbc66e7f1 fib6_new_table +EXPORT_SYMBOL_GPL vmlinux 0xbc6bec66 free_percpu_irq +EXPORT_SYMBOL_GPL vmlinux 0xbc7c82bc ip6_dst_lookup +EXPORT_SYMBOL_GPL vmlinux 0xbc8bb5fc dm_internal_suspend_fast +EXPORT_SYMBOL_GPL vmlinux 0xbc8e1f5a power_supply_get_property +EXPORT_SYMBOL_GPL vmlinux 0xbc9b8588 ehci_cf_port_reset_rwsem +EXPORT_SYMBOL_GPL vmlinux 0xbca8b68e devm_ti_sci_get_handle +EXPORT_SYMBOL_GPL vmlinux 0xbcab332d dev_pm_qos_remove_request +EXPORT_SYMBOL_GPL vmlinux 0xbcbe3339 devlink_set_features +EXPORT_SYMBOL_GPL vmlinux 0xbcc15e75 ktime_get_coarse_with_offset +EXPORT_SYMBOL_GPL vmlinux 0xbcc69117 skb_mpls_dec_ttl +EXPORT_SYMBOL_GPL vmlinux 0xbcd1b8e0 __irq_domain_alloc_irqs +EXPORT_SYMBOL_GPL vmlinux 0xbcdd5b99 iommu_group_set_name +EXPORT_SYMBOL_GPL vmlinux 0xbceb5580 scsi_host_busy_iter +EXPORT_SYMBOL_GPL vmlinux 0xbcf1f0e6 zs_create_pool +EXPORT_SYMBOL_GPL vmlinux 0xbd06370f rt_mutex_lock +EXPORT_SYMBOL_GPL vmlinux 0xbd06f3a9 ata_get_cmd_name +EXPORT_SYMBOL_GPL vmlinux 0xbd162dbe devm_kfree +EXPORT_SYMBOL_GPL vmlinux 0xbd25fc89 task_cgroup_path +EXPORT_SYMBOL_GPL vmlinux 0xbd28ea28 phy_get_rate_matching +EXPORT_SYMBOL_GPL vmlinux 0xbd3fe1e3 disable_hardirq +EXPORT_SYMBOL_GPL vmlinux 0xbd40a6fe pm_runtime_forbid +EXPORT_SYMBOL_GPL vmlinux 0xbd41029e scsi_alloc_request +EXPORT_SYMBOL_GPL vmlinux 0xbd43f90e bus_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0xbd4d131b pm_generic_runtime_resume +EXPORT_SYMBOL_GPL vmlinux 0xbd4dfd95 attribute_container_unregister +EXPORT_SYMBOL_GPL vmlinux 0xbd50c87d check_move_unevictable_folios +EXPORT_SYMBOL_GPL vmlinux 0xbd512c29 pci_find_next_ht_capability +EXPORT_SYMBOL_GPL vmlinux 0xbd5704ec __tracepoint_xdp_bulk_tx +EXPORT_SYMBOL_GPL vmlinux 0xbd5cacf0 usb_bulk_msg +EXPORT_SYMBOL_GPL vmlinux 0xbd6153f8 devres_release +EXPORT_SYMBOL_GPL vmlinux 0xbd6bef56 phy_save_page +EXPORT_SYMBOL_GPL vmlinux 0xbd722d1c usb_hcd_is_primary_hcd +EXPORT_SYMBOL_GPL vmlinux 0xbd777a19 tcp_plb_update_state +EXPORT_SYMBOL_GPL vmlinux 0xbd7a06f6 clk_regmap_divider_ops +EXPORT_SYMBOL_GPL vmlinux 0xbd7aaaee add_memory +EXPORT_SYMBOL_GPL vmlinux 0xbd8f79dc phy_optional_get +EXPORT_SYMBOL_GPL vmlinux 0xbd9030b7 devm_power_supply_get_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0xbd9828d8 switchdev_handle_fdb_event_to_device +EXPORT_SYMBOL_GPL vmlinux 0xbd9a148e gpiochip_generic_free +EXPORT_SYMBOL_GPL vmlinux 0xbda04a91 cond_synchronize_rcu_expedited +EXPORT_SYMBOL_GPL vmlinux 0xbda3a640 zap_vma_ptes +EXPORT_SYMBOL_GPL vmlinux 0xbdac9bcf serdev_device_write +EXPORT_SYMBOL_GPL vmlinux 0xbdb2217d hv_is_isolation_supported +EXPORT_SYMBOL_GPL vmlinux 0xbdb23711 pinctrl_utils_add_map_configs +EXPORT_SYMBOL_GPL vmlinux 0xbdb72342 __tracepoint_devlink_hwmsg +EXPORT_SYMBOL_GPL vmlinux 0xbdc807ff regmap_multi_reg_write_bypassed +EXPORT_SYMBOL_GPL vmlinux 0xbdce63aa sdio_retune_crc_disable +EXPORT_SYMBOL_GPL vmlinux 0xbdda1b5f vmalloc_huge +EXPORT_SYMBOL_GPL vmlinux 0xbde768d6 dst_cache_get_ip4 +EXPORT_SYMBOL_GPL vmlinux 0xbdf8dc8c uart_console_write +EXPORT_SYMBOL_GPL vmlinux 0xbdfd2d54 pinctrl_generic_get_group_pins +EXPORT_SYMBOL_GPL vmlinux 0xbe137c1e imx_fracn_gppll +EXPORT_SYMBOL_GPL vmlinux 0xbe177e7e fsverity_prepare_setattr +EXPORT_SYMBOL_GPL vmlinux 0xbe2766cd iommu_domain_free +EXPORT_SYMBOL_GPL vmlinux 0xbe5a90d5 debugfs_create_dir +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 0xbe6b00c7 md_submit_discard_bio +EXPORT_SYMBOL_GPL vmlinux 0xbe7bdb4c memunmap_pages +EXPORT_SYMBOL_GPL vmlinux 0xbe7c3006 pinctrl_dev_get_drvdata +EXPORT_SYMBOL_GPL vmlinux 0xbe7ebec8 skb_zerocopy_iter_stream +EXPORT_SYMBOL_GPL vmlinux 0xbe83b80a bpf_trace_run1 +EXPORT_SYMBOL_GPL vmlinux 0xbe83ebc5 crypto_shoot_alg +EXPORT_SYMBOL_GPL vmlinux 0xbe968086 ata_scsi_slave_destroy +EXPORT_SYMBOL_GPL vmlinux 0xbe96dfd8 of_reconfig_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0xbe9a83d5 dw_pcie_write +EXPORT_SYMBOL_GPL vmlinux 0xbea59373 vcap_rule_add_action_bit +EXPORT_SYMBOL_GPL vmlinux 0xbea5ff1e static_key_initialized +EXPORT_SYMBOL_GPL vmlinux 0xbea86ae4 pm_generic_restore_early +EXPORT_SYMBOL_GPL vmlinux 0xbeb7b7d3 __traceiter_rwmmio_read +EXPORT_SYMBOL_GPL vmlinux 0xbec141ba clk_mux_val_to_index +EXPORT_SYMBOL_GPL vmlinux 0xbec66c3a __apei_exec_run +EXPORT_SYMBOL_GPL vmlinux 0xbecfb18e phy_power_on +EXPORT_SYMBOL_GPL vmlinux 0xbee84348 usb_hc_died +EXPORT_SYMBOL_GPL vmlinux 0xbef57417 dev_attr_sw_activity +EXPORT_SYMBOL_GPL vmlinux 0xbf03fa74 ata_sff_data_xfer +EXPORT_SYMBOL_GPL vmlinux 0xbf041102 register_vt_notifier +EXPORT_SYMBOL_GPL vmlinux 0xbf0484d1 i2c_detect_slave_mode +EXPORT_SYMBOL_GPL vmlinux 0xbf04b52a ip_local_out +EXPORT_SYMBOL_GPL vmlinux 0xbf11d994 ahci_platform_disable_regulators +EXPORT_SYMBOL_GPL vmlinux 0xbf124d20 rt_mutex_unlock +EXPORT_SYMBOL_GPL vmlinux 0xbf166144 irq_chip_set_type_parent +EXPORT_SYMBOL_GPL vmlinux 0xbf266153 ata_slave_link_init +EXPORT_SYMBOL_GPL vmlinux 0xbf2e2e71 housekeeping_enabled +EXPORT_SYMBOL_GPL vmlinux 0xbf3cda88 pci_epc_set_msi +EXPORT_SYMBOL_GPL vmlinux 0xbf4513c3 devlink_linecard_activate +EXPORT_SYMBOL_GPL vmlinux 0xbf50a115 crypto_grab_aead +EXPORT_SYMBOL_GPL vmlinux 0xbf52b91f palmas_ext_control_req_config +EXPORT_SYMBOL_GPL vmlinux 0xbf815c01 gpiochip_generic_request +EXPORT_SYMBOL_GPL vmlinux 0xbfbc5434 pciserial_resume_ports +EXPORT_SYMBOL_GPL vmlinux 0xbfd7c33d fscrypt_ioctl_get_nonce +EXPORT_SYMBOL_GPL vmlinux 0xbfe5616d tick_broadcast_oneshot_control +EXPORT_SYMBOL_GPL vmlinux 0xbfed2cd9 __wait_rcu_gp +EXPORT_SYMBOL_GPL vmlinux 0xc024be1a wm8350_block_write +EXPORT_SYMBOL_GPL vmlinux 0xc02a4f54 xhci_find_slot_id_by_port +EXPORT_SYMBOL_GPL vmlinux 0xc02e84f3 regcache_sync_region +EXPORT_SYMBOL_GPL vmlinux 0xc04351ef mtk_clk_unregister_dividers +EXPORT_SYMBOL_GPL vmlinux 0xc046cf84 imx93_clk_gate +EXPORT_SYMBOL_GPL vmlinux 0xc0485dd0 evm_verifyxattr +EXPORT_SYMBOL_GPL vmlinux 0xc04ee00a usb_mon_register +EXPORT_SYMBOL_GPL vmlinux 0xc0515935 tcp_leave_memory_pressure +EXPORT_SYMBOL_GPL vmlinux 0xc05cee80 ipi_get_hwirq +EXPORT_SYMBOL_GPL vmlinux 0xc05e68aa __traceiter_io_page_fault +EXPORT_SYMBOL_GPL vmlinux 0xc071b3c5 trace_seq_putmem +EXPORT_SYMBOL_GPL vmlinux 0xc072c4b2 __traceiter_sched_util_est_cfs_tp +EXPORT_SYMBOL_GPL vmlinux 0xc07aa6e3 pcie_update_link_speed +EXPORT_SYMBOL_GPL vmlinux 0xc090c376 net_selftest_get_strings +EXPORT_SYMBOL_GPL vmlinux 0xc0917d31 regmap_register_patch +EXPORT_SYMBOL_GPL vmlinux 0xc097b77e debugfs_create_file_size +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 0xc0abcdcd devm_otg_ulpi_create +EXPORT_SYMBOL_GPL vmlinux 0xc0b1a36f usb_alloc_streams +EXPORT_SYMBOL_GPL vmlinux 0xc0b2664d devlink_dpipe_header_ipv4 +EXPORT_SYMBOL_GPL vmlinux 0xc0b37906 iommu_attach_device +EXPORT_SYMBOL_GPL vmlinux 0xc0b574be i2c_new_ancillary_device +EXPORT_SYMBOL_GPL vmlinux 0xc0c16acc fwnode_property_read_u16_array +EXPORT_SYMBOL_GPL vmlinux 0xc0d9eba6 call_switchdev_notifiers +EXPORT_SYMBOL_GPL vmlinux 0xc0dcb59e edac_layer_name +EXPORT_SYMBOL_GPL vmlinux 0xc0e62cee pingv6_ops +EXPORT_SYMBOL_GPL vmlinux 0xc0e755d1 class_interface_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc0ef85d7 dev_get_tstats64 +EXPORT_SYMBOL_GPL vmlinux 0xc0f0458a ip_tunnel_unneed_metadata +EXPORT_SYMBOL_GPL vmlinux 0xc1086e0c sysrq_toggle_support +EXPORT_SYMBOL_GPL vmlinux 0xc10fddb8 name_to_dev_t +EXPORT_SYMBOL_GPL vmlinux 0xc11deab5 pwm_request_from_chip +EXPORT_SYMBOL_GPL vmlinux 0xc11f2990 devfreq_event_get_edev_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0xc1205dcc iocb_bio_iopoll +EXPORT_SYMBOL_GPL vmlinux 0xc124c90e acpi_kobj +EXPORT_SYMBOL_GPL vmlinux 0xc131f4c2 folio_wait_writeback +EXPORT_SYMBOL_GPL vmlinux 0xc1444451 devm_gpiod_unhinge +EXPORT_SYMBOL_GPL vmlinux 0xc144e382 pinctrl_select_state +EXPORT_SYMBOL_GPL vmlinux 0xc14f7616 __SCK__tp_func_rwmmio_post_write +EXPORT_SYMBOL_GPL vmlinux 0xc15daf31 blk_queue_max_zone_append_sectors +EXPORT_SYMBOL_GPL vmlinux 0xc1703ed9 sbitmap_queue_show +EXPORT_SYMBOL_GPL vmlinux 0xc1743430 cpuidle_disable_device +EXPORT_SYMBOL_GPL vmlinux 0xc17515d7 usb_hcds_loaded +EXPORT_SYMBOL_GPL vmlinux 0xc178ba8f ethnl_cable_test_finished +EXPORT_SYMBOL_GPL vmlinux 0xc17e9946 usb_show_dynids +EXPORT_SYMBOL_GPL vmlinux 0xc1a6e0a4 pci_pr3_present +EXPORT_SYMBOL_GPL vmlinux 0xc1d15a4c phylink_set_port_modes +EXPORT_SYMBOL_GPL vmlinux 0xc1d53087 regulator_get_voltage +EXPORT_SYMBOL_GPL vmlinux 0xc1dce028 k3_udma_glue_reset_tx_chn +EXPORT_SYMBOL_GPL vmlinux 0xc1e6986e interval_tree_span_iter_first +EXPORT_SYMBOL_GPL vmlinux 0xc1ecc767 of_gen_pool_get +EXPORT_SYMBOL_GPL vmlinux 0xc1f96277 wm8350_reg_lock +EXPORT_SYMBOL_GPL vmlinux 0xc1fd0840 phy_10gbit_features +EXPORT_SYMBOL_GPL vmlinux 0xc20469fb pci_epf_destroy +EXPORT_SYMBOL_GPL vmlinux 0xc204903e thermal_of_zone_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc2163590 icc_provider_init +EXPORT_SYMBOL_GPL vmlinux 0xc21836c5 ehci_handshake +EXPORT_SYMBOL_GPL vmlinux 0xc22332d2 ata_sas_async_probe +EXPORT_SYMBOL_GPL vmlinux 0xc22a3091 vm_unmap_aliases +EXPORT_SYMBOL_GPL vmlinux 0xc22df521 usb_role_switch_find_by_fwnode +EXPORT_SYMBOL_GPL vmlinux 0xc233010c pm_clk_add_clk +EXPORT_SYMBOL_GPL vmlinux 0xc2368ea5 ata_xfer_mask2mode +EXPORT_SYMBOL_GPL vmlinux 0xc23c79ce tpmm_chip_alloc +EXPORT_SYMBOL_GPL vmlinux 0xc2472388 tegra210_clk_emc_update_setting +EXPORT_SYMBOL_GPL vmlinux 0xc248b561 serial8250_do_shutdown +EXPORT_SYMBOL_GPL vmlinux 0xc24c474e scsi_get_vpd_page +EXPORT_SYMBOL_GPL vmlinux 0xc25b8971 hv_remove_crash_handler +EXPORT_SYMBOL_GPL vmlinux 0xc25d1db3 i2c_acpi_find_bus_speed +EXPORT_SYMBOL_GPL vmlinux 0xc25d2376 ahci_platform_enable_phys +EXPORT_SYMBOL_GPL vmlinux 0xc2611216 get_device +EXPORT_SYMBOL_GPL vmlinux 0xc263d217 dw_pcie_ep_init_complete +EXPORT_SYMBOL_GPL vmlinux 0xc2692173 wakeup_sources_read_lock +EXPORT_SYMBOL_GPL vmlinux 0xc27ad74c tps6586x_set_bits +EXPORT_SYMBOL_GPL vmlinux 0xc27c37b5 kset_create_and_add +EXPORT_SYMBOL_GPL vmlinux 0xc27c4e0a clone_private_mount +EXPORT_SYMBOL_GPL vmlinux 0xc280bff3 ata_sff_thaw +EXPORT_SYMBOL_GPL vmlinux 0xc289e46d cpufreq_generic_frequency_table_verify +EXPORT_SYMBOL_GPL vmlinux 0xc28b1eb6 thermal_zone_get_slope +EXPORT_SYMBOL_GPL vmlinux 0xc2921c34 __xenbus_register_backend +EXPORT_SYMBOL_GPL vmlinux 0xc2a3e570 errata +EXPORT_SYMBOL_GPL vmlinux 0xc2a814db tcp_memory_pressure +EXPORT_SYMBOL_GPL vmlinux 0xc2b26833 fsl_mc_device_add +EXPORT_SYMBOL_GPL vmlinux 0xc2b9773a __tracepoint_neigh_update_done +EXPORT_SYMBOL_GPL vmlinux 0xc2bb82a1 __rio_local_read_config_8 +EXPORT_SYMBOL_GPL vmlinux 0xc2bf05ac dev_pm_opp_get_sharing_cpus +EXPORT_SYMBOL_GPL vmlinux 0xc2c1c427 perf_event_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0xc2cc3382 iomap_fiemap +EXPORT_SYMBOL_GPL vmlinux 0xc2d7c7a2 acpi_dev_get_dma_resources +EXPORT_SYMBOL_GPL vmlinux 0xc2dbd980 extcon_unregister_notifier_all +EXPORT_SYMBOL_GPL vmlinux 0xc2de27ca hest_disable +EXPORT_SYMBOL_GPL vmlinux 0xc301972d bio_end_io_acct_remapped +EXPORT_SYMBOL_GPL vmlinux 0xc30d4cd9 md_stop +EXPORT_SYMBOL_GPL vmlinux 0xc315c612 sdio_release_host +EXPORT_SYMBOL_GPL vmlinux 0xc31fb32e __irq_set_handler +EXPORT_SYMBOL_GPL vmlinux 0xc331ca5e mdiobus_modify +EXPORT_SYMBOL_GPL vmlinux 0xc33c33eb mptcp_pm_get_add_addr_signal_max +EXPORT_SYMBOL_GPL vmlinux 0xc33feebf tty_ldisc_flush +EXPORT_SYMBOL_GPL vmlinux 0xc340e246 zynqmp_pm_request_node +EXPORT_SYMBOL_GPL vmlinux 0xc341ae6d zs_map_object +EXPORT_SYMBOL_GPL vmlinux 0xc344b413 ata_bmdma32_port_ops +EXPORT_SYMBOL_GPL vmlinux 0xc346a91b unmap_mapping_pages +EXPORT_SYMBOL_GPL vmlinux 0xc34bb866 tty_encode_baud_rate +EXPORT_SYMBOL_GPL vmlinux 0xc36e4cbc devlink_port_register +EXPORT_SYMBOL_GPL vmlinux 0xc36e5c75 of_property_read_variable_u64_array +EXPORT_SYMBOL_GPL vmlinux 0xc3708747 trace_vprintk +EXPORT_SYMBOL_GPL vmlinux 0xc37cb814 dev_pm_opp_config_clks_simple +EXPORT_SYMBOL_GPL vmlinux 0xc3805cd1 fs_ftype_to_dtype +EXPORT_SYMBOL_GPL vmlinux 0xc3831089 iomap_dio_rw +EXPORT_SYMBOL_GPL vmlinux 0xc3876c1a hv_isolation_type_snp +EXPORT_SYMBOL_GPL vmlinux 0xc392ced7 dw_pcie_ep_raise_legacy_irq +EXPORT_SYMBOL_GPL vmlinux 0xc3997d9d mpi_read_raw_from_sgl +EXPORT_SYMBOL_GPL vmlinux 0xc399b6fc cpuidle_get_cpu_driver +EXPORT_SYMBOL_GPL vmlinux 0xc3aa3031 devfreq_cooling_em_register +EXPORT_SYMBOL_GPL vmlinux 0xc3abf92e rtc_read_time +EXPORT_SYMBOL_GPL vmlinux 0xc3b94adf dev_pm_set_dedicated_wake_irq_reverse +EXPORT_SYMBOL_GPL vmlinux 0xc3ba4742 dw_pcie_host_deinit +EXPORT_SYMBOL_GPL vmlinux 0xc3c2b24c vfs_fallocate +EXPORT_SYMBOL_GPL vmlinux 0xc3c4c6cc hash_algo_name +EXPORT_SYMBOL_GPL vmlinux 0xc3cd6929 dma_fence_unwrap_first +EXPORT_SYMBOL_GPL vmlinux 0xc3d17b04 ata_pci_shutdown_one +EXPORT_SYMBOL_GPL vmlinux 0xc3de65ff ring_buffer_bytes_cpu +EXPORT_SYMBOL_GPL vmlinux 0xc3dfff11 fsl_mc_device_group +EXPORT_SYMBOL_GPL vmlinux 0xc3ea5305 iommu_default_passthrough +EXPORT_SYMBOL_GPL vmlinux 0xc3f38183 sdio_set_host_pm_flags +EXPORT_SYMBOL_GPL vmlinux 0xc41402e6 device_phy_find_device +EXPORT_SYMBOL_GPL vmlinux 0xc421c95d __blk_req_zone_write_lock +EXPORT_SYMBOL_GPL vmlinux 0xc428068d sata_deb_timing_long +EXPORT_SYMBOL_GPL vmlinux 0xc42dbf2a vcap_rule_mod_key_u32 +EXPORT_SYMBOL_GPL vmlinux 0xc44992ee devlink_param_driverinit_value_get +EXPORT_SYMBOL_GPL vmlinux 0xc44afc48 pse_ethtool_set_config +EXPORT_SYMBOL_GPL vmlinux 0xc44b9c84 devl_resources_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc44c4db6 pci_epf_type_add_cfs +EXPORT_SYMBOL_GPL vmlinux 0xc454fc7b twl_get_type +EXPORT_SYMBOL_GPL vmlinux 0xc4582bc6 sata_pmp_error_handler +EXPORT_SYMBOL_GPL vmlinux 0xc45e6027 skb_defer_rx_timestamp +EXPORT_SYMBOL_GPL vmlinux 0xc46324f6 dynevent_create +EXPORT_SYMBOL_GPL vmlinux 0xc471c67a twl4030_audio_disable_resource +EXPORT_SYMBOL_GPL vmlinux 0xc47a90b9 bpf_fentry_test1 +EXPORT_SYMBOL_GPL vmlinux 0xc4820f79 iomap_file_buffered_write_punch_delalloc +EXPORT_SYMBOL_GPL vmlinux 0xc48526f7 uart_try_toggle_sysrq +EXPORT_SYMBOL_GPL vmlinux 0xc49055e9 mtk_pinconf_bias_disable_get_rev1 +EXPORT_SYMBOL_GPL vmlinux 0xc498bdc9 devlink_register +EXPORT_SYMBOL_GPL vmlinux 0xc49f9f6c tty_put_char +EXPORT_SYMBOL_GPL vmlinux 0xc4a17e1f sk_clone_lock +EXPORT_SYMBOL_GPL vmlinux 0xc4a31146 rdma_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0xc4a72936 trusted_tpm_send +EXPORT_SYMBOL_GPL vmlinux 0xc4c511b8 tcp_enter_memory_pressure +EXPORT_SYMBOL_GPL vmlinux 0xc4ce22cd dev_pm_enable_wake_irq +EXPORT_SYMBOL_GPL vmlinux 0xc4d8e1b7 phy_select_page +EXPORT_SYMBOL_GPL vmlinux 0xc4e1d779 fsl_mc_bus_dpmac_type +EXPORT_SYMBOL_GPL vmlinux 0xc4ec4c3d mtk_devm_alloc_clk_data +EXPORT_SYMBOL_GPL vmlinux 0xc4f0da12 ktime_get_with_offset +EXPORT_SYMBOL_GPL vmlinux 0xc4fd5f5c rtnl_register_module +EXPORT_SYMBOL_GPL vmlinux 0xc51450c6 imx_ccm_lock +EXPORT_SYMBOL_GPL vmlinux 0xc52b5d4c crypto_alloc_akcipher +EXPORT_SYMBOL_GPL vmlinux 0xc52cc71d __auxiliary_driver_register +EXPORT_SYMBOL_GPL vmlinux 0xc533eb66 __nvdimm_create +EXPORT_SYMBOL_GPL vmlinux 0xc5389990 xhci_add_endpoint +EXPORT_SYMBOL_GPL vmlinux 0xc538ee7a trace_array_printk +EXPORT_SYMBOL_GPL vmlinux 0xc53e0286 nvdimm_flush +EXPORT_SYMBOL_GPL vmlinux 0xc53f8718 devlink_region_create +EXPORT_SYMBOL_GPL vmlinux 0xc5458615 cros_ec_cmd +EXPORT_SYMBOL_GPL vmlinux 0xc5604800 clk_set_rate_exclusive +EXPORT_SYMBOL_GPL vmlinux 0xc569d8ce __clk_get_name +EXPORT_SYMBOL_GPL vmlinux 0xc5747912 device_create +EXPORT_SYMBOL_GPL vmlinux 0xc575c737 debug_locks_off +EXPORT_SYMBOL_GPL vmlinux 0xc5777fca linear_range_get_selector_low_array +EXPORT_SYMBOL_GPL vmlinux 0xc57f807b msg_zerocopy_realloc +EXPORT_SYMBOL_GPL vmlinux 0xc58a3ee6 icc_node_destroy +EXPORT_SYMBOL_GPL vmlinux 0xc598086e msi_domain_get_virq +EXPORT_SYMBOL_GPL vmlinux 0xc5a5c678 uart_parse_earlycon +EXPORT_SYMBOL_GPL vmlinux 0xc5a98065 irq_chip_disable_parent +EXPORT_SYMBOL_GPL vmlinux 0xc5b41320 dma_release_channel +EXPORT_SYMBOL_GPL vmlinux 0xc5b703e0 get_net_ns_by_pid +EXPORT_SYMBOL_GPL vmlinux 0xc5bc4f2f scsi_build_sense +EXPORT_SYMBOL_GPL vmlinux 0xc5cd5fc2 of_modalias_node +EXPORT_SYMBOL_GPL vmlinux 0xc5e0b12b thermal_zone_device_update +EXPORT_SYMBOL_GPL vmlinux 0xc5e28bfe ip_route_output_key_hash +EXPORT_SYMBOL_GPL vmlinux 0xc617f82c unregister_oom_notifier +EXPORT_SYMBOL_GPL vmlinux 0xc620832b wm831x_set_bits +EXPORT_SYMBOL_GPL vmlinux 0xc6250576 ZSTD_isError +EXPORT_SYMBOL_GPL vmlinux 0xc62611e1 scatterwalk_map_and_copy +EXPORT_SYMBOL_GPL vmlinux 0xc62d3cdb devm_clk_get_enabled +EXPORT_SYMBOL_GPL vmlinux 0xc638937f __clk_hw_register_divider +EXPORT_SYMBOL_GPL vmlinux 0xc63d8aa5 pci_p2pdma_enable_show +EXPORT_SYMBOL_GPL vmlinux 0xc642b6c3 hwmon_device_register_with_info +EXPORT_SYMBOL_GPL vmlinux 0xc644eb36 synchronize_srcu_expedited +EXPORT_SYMBOL_GPL vmlinux 0xc648e715 clk_hw_rate_is_protected +EXPORT_SYMBOL_GPL vmlinux 0xc64fd66a add_hwgenerator_randomness +EXPORT_SYMBOL_GPL vmlinux 0xc6524ec1 ip_valid_fib_dump_req +EXPORT_SYMBOL_GPL vmlinux 0xc65672f7 pinconf_generic_dump_config +EXPORT_SYMBOL_GPL vmlinux 0xc6572a90 xenbus_read_unsigned +EXPORT_SYMBOL_GPL vmlinux 0xc65a329f pcie_port_bus_type +EXPORT_SYMBOL_GPL vmlinux 0xc65a777a usb_driver_set_configuration +EXPORT_SYMBOL_GPL vmlinux 0xc66019cc xen_resume_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc662ecda __tracepoint_br_fdb_external_learn_add +EXPORT_SYMBOL_GPL vmlinux 0xc666005e pci_epc_linkup +EXPORT_SYMBOL_GPL vmlinux 0xc66b77b1 iommu_group_set_iommudata +EXPORT_SYMBOL_GPL vmlinux 0xc66ecaf8 devm_hwmon_device_register_with_groups +EXPORT_SYMBOL_GPL vmlinux 0xc670b07f auxiliary_driver_unregister +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 0xc6a214fd of_reconfig_get_state_change +EXPORT_SYMBOL_GPL vmlinux 0xc6a4a872 __clk_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0xc6ad0400 devl_trap_groups_register +EXPORT_SYMBOL_GPL vmlinux 0xc6b4d7a8 xdp_do_redirect +EXPORT_SYMBOL_GPL vmlinux 0xc6bb101b dev_attr_ncq_prio_supported +EXPORT_SYMBOL_GPL vmlinux 0xc6bd03fe perf_get_aux +EXPORT_SYMBOL_GPL vmlinux 0xc6d253d6 get_cpu_device +EXPORT_SYMBOL_GPL vmlinux 0xc6d2f1d9 devm_gpio_request +EXPORT_SYMBOL_GPL vmlinux 0xc6def34b gnttab_empty_grant_references +EXPORT_SYMBOL_GPL vmlinux 0xc6e5bcf3 linear_range_get_selector_within +EXPORT_SYMBOL_GPL vmlinux 0xc70290f1 divider_ro_determine_rate +EXPORT_SYMBOL_GPL vmlinux 0xc7061ef3 iova_cache_put +EXPORT_SYMBOL_GPL vmlinux 0xc708bdf7 da9052_disable_irq_nosync +EXPORT_SYMBOL_GPL vmlinux 0xc7097c27 fuse_conn_put +EXPORT_SYMBOL_GPL vmlinux 0xc709c4dd fwnode_usb_role_switch_get +EXPORT_SYMBOL_GPL vmlinux 0xc7224d2f devl_sb_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc72e8e81 irq_domain_xlate_twocell +EXPORT_SYMBOL_GPL vmlinux 0xc7308133 clk_hw_round_rate +EXPORT_SYMBOL_GPL vmlinux 0xc731aae2 of_console_check +EXPORT_SYMBOL_GPL vmlinux 0xc7397e44 bpf_prog_create +EXPORT_SYMBOL_GPL vmlinux 0xc73cd236 mptcp_pm_get_add_addr_accept_max +EXPORT_SYMBOL_GPL vmlinux 0xc73fdce0 devm_ti_sci_get_of_resource +EXPORT_SYMBOL_GPL vmlinux 0xc742cfca balloon_page_dequeue +EXPORT_SYMBOL_GPL vmlinux 0xc755061c kthread_flush_worker +EXPORT_SYMBOL_GPL vmlinux 0xc75f4d86 sysfs_remove_mount_point +EXPORT_SYMBOL_GPL vmlinux 0xc776f256 gpiochip_unlock_as_irq +EXPORT_SYMBOL_GPL vmlinux 0xc779030b usb_acpi_port_lpm_incapable +EXPORT_SYMBOL_GPL vmlinux 0xc7856e74 __wake_up_locked_sync_key +EXPORT_SYMBOL_GPL vmlinux 0xc79723f7 tcp_twsk_unique +EXPORT_SYMBOL_GPL vmlinux 0xc7a1840e llist_add_batch +EXPORT_SYMBOL_GPL vmlinux 0xc7a7e770 clk_bulk_enable +EXPORT_SYMBOL_GPL vmlinux 0xc7aece49 cpufreq_enable_fast_switch +EXPORT_SYMBOL_GPL vmlinux 0xc7afa084 pinctrl_pm_select_idle_state +EXPORT_SYMBOL_GPL vmlinux 0xc7c23ff0 xenbus_exists +EXPORT_SYMBOL_GPL vmlinux 0xc7c91eb2 gov_attr_set_put +EXPORT_SYMBOL_GPL vmlinux 0xc7d39f68 irq_domain_free_fwnode +EXPORT_SYMBOL_GPL vmlinux 0xc7dd2245 gpiod_set_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0xc7ddac11 clk_register_fixed_rate +EXPORT_SYMBOL_GPL vmlinux 0xc7de56db ata_sas_queuecmd +EXPORT_SYMBOL_GPL vmlinux 0xc7de9dba dev_pm_opp_of_add_table_indexed +EXPORT_SYMBOL_GPL vmlinux 0xc7e64fc2 asn1_encode_integer +EXPORT_SYMBOL_GPL vmlinux 0xc7ee4918 bio_poll +EXPORT_SYMBOL_GPL vmlinux 0xc7fa4aa9 kobj_ns_drop +EXPORT_SYMBOL_GPL vmlinux 0xc7ff14b8 sk_set_memalloc +EXPORT_SYMBOL_GPL vmlinux 0xc80a36a5 pci_alloc_p2pmem +EXPORT_SYMBOL_GPL vmlinux 0xc80f8e4a devlink_resource_occ_get_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc8236415 ata_scsi_change_queue_depth +EXPORT_SYMBOL_GPL vmlinux 0xc828177f ata_port_freeze +EXPORT_SYMBOL_GPL vmlinux 0xc82b3a88 __SCK__tp_func_rpm_resume +EXPORT_SYMBOL_GPL vmlinux 0xc82c721f klist_remove +EXPORT_SYMBOL_GPL vmlinux 0xc835ff99 scsi_dh_attach +EXPORT_SYMBOL_GPL vmlinux 0xc84b91e7 thermal_zone_device_register_with_trips +EXPORT_SYMBOL_GPL vmlinux 0xc851fb76 vp_modern_remove +EXPORT_SYMBOL_GPL vmlinux 0xc8561b45 da9052_enable_irq +EXPORT_SYMBOL_GPL vmlinux 0xc8594d3d reset_control_acquire +EXPORT_SYMBOL_GPL vmlinux 0xc85aa47b virtio_max_dma_size +EXPORT_SYMBOL_GPL vmlinux 0xc85cd306 ata_sff_freeze +EXPORT_SYMBOL_GPL vmlinux 0xc8610e71 rockchip_pcie_get_phys +EXPORT_SYMBOL_GPL vmlinux 0xc862e861 crypto_unregister_skciphers +EXPORT_SYMBOL_GPL vmlinux 0xc8669515 sysfs_remove_files +EXPORT_SYMBOL_GPL vmlinux 0xc871c52e __traceiter_fib6_table_lookup +EXPORT_SYMBOL_GPL vmlinux 0xc8771c41 debugfs_create_u32 +EXPORT_SYMBOL_GPL vmlinux 0xc87dd725 k3_udma_glue_pop_rx_chn +EXPORT_SYMBOL_GPL vmlinux 0xc888b9b6 __devm_reset_control_get +EXPORT_SYMBOL_GPL vmlinux 0xc8919f4b mtk_mmsys_ddp_dpi_fmt_config +EXPORT_SYMBOL_GPL vmlinux 0xc8950e12 vcap_rule_find_keysets +EXPORT_SYMBOL_GPL vmlinux 0xc8961bf8 thermal_cooling_device_register +EXPORT_SYMBOL_GPL vmlinux 0xc898a08b tpm_chip_stop +EXPORT_SYMBOL_GPL vmlinux 0xc8a4725e pci_msix_can_alloc_dyn +EXPORT_SYMBOL_GPL vmlinux 0xc8d7f5aa mtk_pinconf_adv_drive_set_raw +EXPORT_SYMBOL_GPL vmlinux 0xc8dcddc9 dm_set_target_max_io_len +EXPORT_SYMBOL_GPL vmlinux 0xc8ddd5b5 kstrdup_quotable +EXPORT_SYMBOL_GPL vmlinux 0xc8e168e8 init_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0xc8ee7baa virtqueue_add_outbuf +EXPORT_SYMBOL_GPL vmlinux 0xc8f110a9 spi_async +EXPORT_SYMBOL_GPL vmlinux 0xc8f287ea ata_pci_bmdma_prepare_host +EXPORT_SYMBOL_GPL vmlinux 0xc8f692b8 pci_probe_reset_slot +EXPORT_SYMBOL_GPL vmlinux 0xc905402b log_write_mmio +EXPORT_SYMBOL_GPL vmlinux 0xc91fdf58 percpu_ref_is_zero +EXPORT_SYMBOL_GPL vmlinux 0xc923ba58 devres_close_group +EXPORT_SYMBOL_GPL vmlinux 0xc9345c0f digsig_verify +EXPORT_SYMBOL_GPL vmlinux 0xc93ee1e7 usb_phy_roothub_init +EXPORT_SYMBOL_GPL vmlinux 0xc946a549 ohci_suspend +EXPORT_SYMBOL_GPL vmlinux 0xc9531f84 __udp_enqueue_schedule_skb +EXPORT_SYMBOL_GPL vmlinux 0xc9561772 fb_destroy_modelist +EXPORT_SYMBOL_GPL vmlinux 0xc9641b48 visitor32 +EXPORT_SYMBOL_GPL vmlinux 0xc966c837 ata_pci_device_do_suspend +EXPORT_SYMBOL_GPL vmlinux 0xc96bf3f0 get_task_mm +EXPORT_SYMBOL_GPL vmlinux 0xc96dcf48 usb_get_intf +EXPORT_SYMBOL_GPL vmlinux 0xc9715630 __SCK__tp_func_ata_bmdma_status +EXPORT_SYMBOL_GPL vmlinux 0xc9773e8a of_pci_find_child_device +EXPORT_SYMBOL_GPL vmlinux 0xc9783fcf relay_switch_subbuf +EXPORT_SYMBOL_GPL vmlinux 0xc98009df pci_find_next_capability +EXPORT_SYMBOL_GPL vmlinux 0xc9817421 mtk_mmsys_ddp_connect +EXPORT_SYMBOL_GPL vmlinux 0xc981d5e3 kthread_cancel_work_sync +EXPORT_SYMBOL_GPL vmlinux 0xc9827693 __bpf_call_base +EXPORT_SYMBOL_GPL vmlinux 0xc9a08946 copy_user_highpage +EXPORT_SYMBOL_GPL vmlinux 0xc9a1a5fc pci_create_slot +EXPORT_SYMBOL_GPL vmlinux 0xc9a8be0f __fsnotify_parent +EXPORT_SYMBOL_GPL vmlinux 0xc9aac7b2 tty_port_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0xc9b5f366 ahci_platform_enable_clks +EXPORT_SYMBOL_GPL vmlinux 0xc9b79ef0 ip6_datagram_release_cb +EXPORT_SYMBOL_GPL vmlinux 0xc9ceea06 clk_has_parent +EXPORT_SYMBOL_GPL vmlinux 0xc9ec4e21 free_percpu +EXPORT_SYMBOL_GPL vmlinux 0xc9f66474 dw8250_setup_port +EXPORT_SYMBOL_GPL vmlinux 0xc9fb00f7 pl320_ipc_transmit +EXPORT_SYMBOL_GPL vmlinux 0xc9fd634a usb_role_switch_put +EXPORT_SYMBOL_GPL vmlinux 0xca09e2df genpd_dev_pm_attach_by_id +EXPORT_SYMBOL_GPL vmlinux 0xca1a3ceb of_pci_get_devfn +EXPORT_SYMBOL_GPL vmlinux 0xca1a88a6 pinmux_generic_get_function +EXPORT_SYMBOL_GPL vmlinux 0xca1ba2de virtio_add_status +EXPORT_SYMBOL_GPL vmlinux 0xca27642e sec_irq_init +EXPORT_SYMBOL_GPL vmlinux 0xca3addf0 __kthread_should_park +EXPORT_SYMBOL_GPL vmlinux 0xca441b86 usb_urb_ep_type_check +EXPORT_SYMBOL_GPL vmlinux 0xca44e726 split_page +EXPORT_SYMBOL_GPL vmlinux 0xca454a34 vt_get_leds +EXPORT_SYMBOL_GPL vmlinux 0xca500464 ZSTD_getErrorName +EXPORT_SYMBOL_GPL vmlinux 0xca51ca68 iommu_unmap +EXPORT_SYMBOL_GPL vmlinux 0xca5c23c2 pci_set_pcie_reset_state +EXPORT_SYMBOL_GPL vmlinux 0xca6a69b5 bus_find_device +EXPORT_SYMBOL_GPL vmlinux 0xca714ded dev_pm_domain_detach +EXPORT_SYMBOL_GPL vmlinux 0xca782656 ahci_start_engine +EXPORT_SYMBOL_GPL vmlinux 0xca7d8764 kthread_freezable_should_stop +EXPORT_SYMBOL_GPL vmlinux 0xca8da5c4 trace_event_ignore_this_pid +EXPORT_SYMBOL_GPL vmlinux 0xca9a1d5e ring_buffer_free +EXPORT_SYMBOL_GPL vmlinux 0xcaa2137b devm_phy_package_join +EXPORT_SYMBOL_GPL vmlinux 0xcaaf705a i2c_new_dummy_device +EXPORT_SYMBOL_GPL vmlinux 0xcab6d50d of_irq_to_resource_table +EXPORT_SYMBOL_GPL vmlinux 0xcabe04de cpuidle_resume_and_unlock +EXPORT_SYMBOL_GPL vmlinux 0xcae7ce5d fsl_mc_get_version +EXPORT_SYMBOL_GPL vmlinux 0xcaf10c16 nvmem_device_cell_read +EXPORT_SYMBOL_GPL vmlinux 0xcaf1d958 evtchn_get +EXPORT_SYMBOL_GPL vmlinux 0xcafa2ac5 bus_register +EXPORT_SYMBOL_GPL vmlinux 0xcb108153 pinctrl_force_sleep +EXPORT_SYMBOL_GPL vmlinux 0xcb186931 pkcs7_validate_trust +EXPORT_SYMBOL_GPL vmlinux 0xcb2891b1 iomap_release_folio +EXPORT_SYMBOL_GPL vmlinux 0xcb2afebb meson_pmx_get_funcs_count +EXPORT_SYMBOL_GPL vmlinux 0xcb2bfe2b nvmem_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0xcb306330 clk_mux_determine_rate_flags +EXPORT_SYMBOL_GPL vmlinux 0xcb3263f0 regulator_list_hardware_vsel +EXPORT_SYMBOL_GPL vmlinux 0xcb421ab1 dev_pm_opp_of_remove_table +EXPORT_SYMBOL_GPL vmlinux 0xcb4d02e8 mtk_eint_do_init +EXPORT_SYMBOL_GPL vmlinux 0xcb55d0fe devm_led_trigger_register +EXPORT_SYMBOL_GPL vmlinux 0xcb561441 mem_dump_obj +EXPORT_SYMBOL_GPL vmlinux 0xcb6a15cf iomap_ioend_try_merge +EXPORT_SYMBOL_GPL vmlinux 0xcb78c1f0 blk_mq_debugfs_rq_show +EXPORT_SYMBOL_GPL vmlinux 0xcb7ec7ca ipv6_bpf_stub +EXPORT_SYMBOL_GPL vmlinux 0xcb973576 pm_clk_runtime_suspend +EXPORT_SYMBOL_GPL vmlinux 0xcb9cd2ea sock_diag_save_cookie +EXPORT_SYMBOL_GPL vmlinux 0xcbbfc30d devlink_dpipe_action_put +EXPORT_SYMBOL_GPL vmlinux 0xcbc6079e phy_led_triggers_register +EXPORT_SYMBOL_GPL vmlinux 0xcbd11248 buffer_migrate_folio_norefs +EXPORT_SYMBOL_GPL vmlinux 0xcbd662a0 devlink_port_type_eth_set +EXPORT_SYMBOL_GPL vmlinux 0xcbdc045a irq_setup_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0xcbe42139 power_supply_set_property +EXPORT_SYMBOL_GPL vmlinux 0xcbe56bc2 zs_get_total_pages +EXPORT_SYMBOL_GPL vmlinux 0xcbf099bd simple_attr_open +EXPORT_SYMBOL_GPL vmlinux 0xcc01aada led_classdev_notify_brightness_hw_changed +EXPORT_SYMBOL_GPL vmlinux 0xcc080940 __inet_lookup_established +EXPORT_SYMBOL_GPL vmlinux 0xcc0a0d5d __traceiter_block_unplug +EXPORT_SYMBOL_GPL vmlinux 0xcc0df669 sata_scr_write_flush +EXPORT_SYMBOL_GPL vmlinux 0xcc0fd0a7 k3_ringacc_ring_push_head +EXPORT_SYMBOL_GPL vmlinux 0xcc153c79 pci_ecam_map_bus +EXPORT_SYMBOL_GPL vmlinux 0xcc1d4c34 crypto_unregister_instance +EXPORT_SYMBOL_GPL vmlinux 0xcc1e1332 __kvm_set_memory_region +EXPORT_SYMBOL_GPL vmlinux 0xcc211cb5 nf_queue_entry_get_refs +EXPORT_SYMBOL_GPL vmlinux 0xcc244cd1 gpiod_set_transitory +EXPORT_SYMBOL_GPL vmlinux 0xcc2dbfd8 irq_domain_check_msi_remap +EXPORT_SYMBOL_GPL vmlinux 0xcc39c03e nvmem_unregister +EXPORT_SYMBOL_GPL vmlinux 0xcc3bd5d9 ahci_platform_ops +EXPORT_SYMBOL_GPL vmlinux 0xcc4f116e sysfs_groups_change_owner +EXPORT_SYMBOL_GPL vmlinux 0xcc508e23 pci_epc_remove_epf +EXPORT_SYMBOL_GPL vmlinux 0xcc5bd3a6 skb_zerocopy_headlen +EXPORT_SYMBOL_GPL vmlinux 0xcc666f3f inet_csk_reqsk_queue_hash_add +EXPORT_SYMBOL_GPL vmlinux 0xcc703de0 io_uring_cmd_complete_in_task +EXPORT_SYMBOL_GPL vmlinux 0xcc70a507 dst_blackhole_redirect +EXPORT_SYMBOL_GPL vmlinux 0xcc795932 devlink_region_snapshot_id_put +EXPORT_SYMBOL_GPL vmlinux 0xcc7e628f tcp_reno_ssthresh +EXPORT_SYMBOL_GPL vmlinux 0xcc9268fc hwpoison_filter_enable +EXPORT_SYMBOL_GPL vmlinux 0xcc92bf75 dev_pm_opp_get_opp_count +EXPORT_SYMBOL_GPL vmlinux 0xcc935375 walk_iomem_res_desc +EXPORT_SYMBOL_GPL vmlinux 0xcc9a6a86 irq_domain_create_simple +EXPORT_SYMBOL_GPL vmlinux 0xcc9cf0c0 devm_clk_get_prepared +EXPORT_SYMBOL_GPL vmlinux 0xcca3cc77 bus_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0xcca3e090 usb_submit_urb +EXPORT_SYMBOL_GPL vmlinux 0xccabde6f crc64_rocksoft_generic +EXPORT_SYMBOL_GPL vmlinux 0xccb3470f inet6_csk_xmit +EXPORT_SYMBOL_GPL vmlinux 0xccb357b6 find_mci_by_dev +EXPORT_SYMBOL_GPL vmlinux 0xccb45de2 mtk_pinconf_bias_disable_set +EXPORT_SYMBOL_GPL vmlinux 0xccc8d2ad spi_get_next_queued_message +EXPORT_SYMBOL_GPL vmlinux 0xcccab024 trace_event_raw_init +EXPORT_SYMBOL_GPL vmlinux 0xcccfb2fa sata_deb_timing_hotplug +EXPORT_SYMBOL_GPL vmlinux 0xccd86806 ata_id_string +EXPORT_SYMBOL_GPL vmlinux 0xccf113ca devfreq_event_set_event +EXPORT_SYMBOL_GPL vmlinux 0xccf52bc9 sfp_upstream_start +EXPORT_SYMBOL_GPL vmlinux 0xccf6413c gpiod_get_raw_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0xcd02b382 sbitmap_show +EXPORT_SYMBOL_GPL vmlinux 0xcd0b7bea fuse_free_conn +EXPORT_SYMBOL_GPL vmlinux 0xcd10b355 pwm_set_chip_data +EXPORT_SYMBOL_GPL vmlinux 0xcd126904 pci_epc_mem_exit +EXPORT_SYMBOL_GPL vmlinux 0xcd1c1a53 trace_seq_printf +EXPORT_SYMBOL_GPL vmlinux 0xcd24e146 hash_digest_size +EXPORT_SYMBOL_GPL vmlinux 0xcd31524d vcap_copy_rule +EXPORT_SYMBOL_GPL vmlinux 0xcd462ebb iommu_sva_bind_device +EXPORT_SYMBOL_GPL vmlinux 0xcd4e5074 regmap_test_bits +EXPORT_SYMBOL_GPL vmlinux 0xcd5ceb9c rio_route_get_entry +EXPORT_SYMBOL_GPL vmlinux 0xcd6136b6 ata_sff_dev_classify +EXPORT_SYMBOL_GPL vmlinux 0xcd6f2dc9 nf_log_buf_add +EXPORT_SYMBOL_GPL vmlinux 0xcd759b82 k3_ringacc_ring_reset +EXPORT_SYMBOL_GPL vmlinux 0xcd7e55b7 inet6_sk_rebuild_header +EXPORT_SYMBOL_GPL vmlinux 0xcd856311 blockdev_superblock +EXPORT_SYMBOL_GPL vmlinux 0xcd870413 vchan_tx_submit +EXPORT_SYMBOL_GPL vmlinux 0xcd886e96 fat_get_dotdot_entry +EXPORT_SYMBOL_GPL vmlinux 0xcd8e3d4d pci_generic_config_write +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 0xcd9d8d9f dev_pm_opp_get_of_node +EXPORT_SYMBOL_GPL vmlinux 0xcda2aaba k3_udma_glue_tx_dma_to_cppi5_addr +EXPORT_SYMBOL_GPL vmlinux 0xcdaac3e7 ata_qc_complete_multiple +EXPORT_SYMBOL_GPL vmlinux 0xcdb6adcc ras_userspace_consumers +EXPORT_SYMBOL_GPL vmlinux 0xcdba3777 mtk_clk_unregister_cpumuxes +EXPORT_SYMBOL_GPL vmlinux 0xcdc86b55 sched_clock +EXPORT_SYMBOL_GPL vmlinux 0xcdca3691 nr_irqs +EXPORT_SYMBOL_GPL vmlinux 0xcde26600 cppc_get_transition_latency +EXPORT_SYMBOL_GPL vmlinux 0xcde77e33 mmu_interval_notifier_insert +EXPORT_SYMBOL_GPL vmlinux 0xcdea7dcc devm_clk_hw_register_fixed_factor_index +EXPORT_SYMBOL_GPL vmlinux 0xcdf73ce0 perf_tp_event +EXPORT_SYMBOL_GPL vmlinux 0xce0006c2 nfs42_ssc_unregister +EXPORT_SYMBOL_GPL vmlinux 0xce0a4020 xenbus_directory +EXPORT_SYMBOL_GPL vmlinux 0xce222e12 gpiochip_disable_irq +EXPORT_SYMBOL_GPL vmlinux 0xce251335 __bio_add_page +EXPORT_SYMBOL_GPL vmlinux 0xce316d7e zynqmp_pm_set_sd_tapdelay +EXPORT_SYMBOL_GPL vmlinux 0xce49eec0 gnttab_end_foreign_access +EXPORT_SYMBOL_GPL vmlinux 0xce598ef2 unregister_kretprobe +EXPORT_SYMBOL_GPL vmlinux 0xce692363 iommu_sva_find +EXPORT_SYMBOL_GPL vmlinux 0xce69cd4d subsys_dev_iter_init +EXPORT_SYMBOL_GPL vmlinux 0xce6ce4be usb_unlocked_enable_lpm +EXPORT_SYMBOL_GPL vmlinux 0xce6db656 rcu_is_watching +EXPORT_SYMBOL_GPL vmlinux 0xce707b56 of_get_regulator_init_data +EXPORT_SYMBOL_GPL vmlinux 0xce7d6fb3 nf_ct_hook +EXPORT_SYMBOL_GPL vmlinux 0xce8cebe5 gpiod_disable_hw_timestamp_ns +EXPORT_SYMBOL_GPL vmlinux 0xce98fe6a posix_clock_unregister +EXPORT_SYMBOL_GPL vmlinux 0xcea189a1 xhci_reset_bandwidth +EXPORT_SYMBOL_GPL vmlinux 0xceac8674 zynqmp_pm_read_pggs +EXPORT_SYMBOL_GPL vmlinux 0xceade948 usb_sg_init +EXPORT_SYMBOL_GPL vmlinux 0xceb1f126 mpi_read_raw_data +EXPORT_SYMBOL_GPL vmlinux 0xcebc8c1e fuse_abort_conn +EXPORT_SYMBOL_GPL vmlinux 0xcec20d38 virtqueue_get_desc_addr +EXPORT_SYMBOL_GPL vmlinux 0xcecaf6bf __traceiter_ata_bmdma_status +EXPORT_SYMBOL_GPL vmlinux 0xced312f0 devm_hwrng_unregister +EXPORT_SYMBOL_GPL vmlinux 0xced71b63 power_supply_class +EXPORT_SYMBOL_GPL vmlinux 0xceded453 ahci_platform_enable_regulators +EXPORT_SYMBOL_GPL vmlinux 0xcee1641c kgdb_unregister_nmi_console +EXPORT_SYMBOL_GPL vmlinux 0xcee88e7a of_overlay_fdt_apply +EXPORT_SYMBOL_GPL vmlinux 0xceeaab0b gpiochip_irq_domain_activate +EXPORT_SYMBOL_GPL vmlinux 0xceed8c16 __set_phys_to_machine +EXPORT_SYMBOL_GPL vmlinux 0xcf05860b sync_page_io +EXPORT_SYMBOL_GPL vmlinux 0xcf08e9d1 rio_unlock_device +EXPORT_SYMBOL_GPL vmlinux 0xcf08f788 platform_msi_domain_free_irqs +EXPORT_SYMBOL_GPL vmlinux 0xcf1b1941 fsverity_verify_page +EXPORT_SYMBOL_GPL vmlinux 0xcf2ba4b6 ip6_flush_pending_frames +EXPORT_SYMBOL_GPL vmlinux 0xcf2e303a sata_lpm_ignore_phy_events +EXPORT_SYMBOL_GPL vmlinux 0xcf5748ae of_regulator_match +EXPORT_SYMBOL_GPL vmlinux 0xcf5e23a1 devm_pse_controller_register +EXPORT_SYMBOL_GPL vmlinux 0xcf60410b extcon_sync +EXPORT_SYMBOL_GPL vmlinux 0xcf67ecf2 gnttab_page_cache_get +EXPORT_SYMBOL_GPL vmlinux 0xcf69934e xhci_update_hub_device +EXPORT_SYMBOL_GPL vmlinux 0xcf6a3c1a ahci_platform_deassert_rsts +EXPORT_SYMBOL_GPL vmlinux 0xcf6e7293 mbox_flush +EXPORT_SYMBOL_GPL vmlinux 0xcf76b604 of_dma_controller_free +EXPORT_SYMBOL_GPL vmlinux 0xcf7d7dd8 bpf_verifier_log_write +EXPORT_SYMBOL_GPL vmlinux 0xcf882238 kvm_vcpu_on_spin +EXPORT_SYMBOL_GPL vmlinux 0xcf8d32f9 cgroup_get_from_id +EXPORT_SYMBOL_GPL vmlinux 0xcf8dc209 phylink_generic_validate +EXPORT_SYMBOL_GPL vmlinux 0xcf8e7c69 alloc_page_buffers +EXPORT_SYMBOL_GPL vmlinux 0xcfb55c1d unregister_virtio_driver +EXPORT_SYMBOL_GPL vmlinux 0xcfc5108a devlink_fmsg_u8_pair_put +EXPORT_SYMBOL_GPL vmlinux 0xcfc7b4e4 rcu_barrier_tasks_trace +EXPORT_SYMBOL_GPL vmlinux 0xcfcac850 device_for_each_child_reverse +EXPORT_SYMBOL_GPL vmlinux 0xcfd30d71 acpi_os_map_memory +EXPORT_SYMBOL_GPL vmlinux 0xcfe11997 debugfs_create_file_unsafe +EXPORT_SYMBOL_GPL vmlinux 0xcfe160e7 io_uring_cmd_done +EXPORT_SYMBOL_GPL vmlinux 0xcfecee79 debugfs_create_symlink +EXPORT_SYMBOL_GPL vmlinux 0xcffd793e hyperv_report_panic +EXPORT_SYMBOL_GPL vmlinux 0xcffed393 __fsl_mc_driver_register +EXPORT_SYMBOL_GPL vmlinux 0xd026d518 HYPERVISOR_vcpu_op +EXPORT_SYMBOL_GPL vmlinux 0xd03eaf4c schedule_hrtimeout_range +EXPORT_SYMBOL_GPL vmlinux 0xd04435bf irq_get_domain_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0xd0458ccb xenbus_strstate +EXPORT_SYMBOL_GPL vmlinux 0xd04aedfd __SCK__tp_func_arm_event +EXPORT_SYMBOL_GPL vmlinux 0xd051ceac inet_bhash2_update_saddr +EXPORT_SYMBOL_GPL vmlinux 0xd06524ba raw_notifier_chain_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd067d3c5 system_freezable_power_efficient_wq +EXPORT_SYMBOL_GPL vmlinux 0xd06a8847 sysfs_create_groups +EXPORT_SYMBOL_GPL vmlinux 0xd08a736f ip6_pol_route +EXPORT_SYMBOL_GPL vmlinux 0xd098f47b __traceiter_block_rq_remap +EXPORT_SYMBOL_GPL vmlinux 0xd09911a6 acpi_dev_get_irq_type +EXPORT_SYMBOL_GPL vmlinux 0xd099e936 clk_hw_set_rate_range +EXPORT_SYMBOL_GPL vmlinux 0xd0ba80db crypto_ahash_digest +EXPORT_SYMBOL_GPL vmlinux 0xd0c05159 emergency_restart +EXPORT_SYMBOL_GPL vmlinux 0xd0d156e9 __rht_bucket_nested +EXPORT_SYMBOL_GPL vmlinux 0xd0d2869f tty_buffer_lock_exclusive +EXPORT_SYMBOL_GPL vmlinux 0xd0d3f0a4 gen_pool_avail +EXPORT_SYMBOL_GPL vmlinux 0xd0d971a8 tracing_snapshot_cond_disable +EXPORT_SYMBOL_GPL vmlinux 0xd0db0f12 run_dax +EXPORT_SYMBOL_GPL vmlinux 0xd0f25657 fsl_mc_bus_dpmcp_type +EXPORT_SYMBOL_GPL vmlinux 0xd0fd7085 hwrng_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd0fed188 i2c_parse_fw_timings +EXPORT_SYMBOL_GPL vmlinux 0xd117936d mtk_clk_register_fixed_clks +EXPORT_SYMBOL_GPL vmlinux 0xd11c285c __rio_local_write_config_8 +EXPORT_SYMBOL_GPL vmlinux 0xd12b5b95 dpbp_disable +EXPORT_SYMBOL_GPL vmlinux 0xd12c0272 kvm_vcpu_read_guest +EXPORT_SYMBOL_GPL vmlinux 0xd138c08a free_iova_fast +EXPORT_SYMBOL_GPL vmlinux 0xd138ee6c amba_bustype +EXPORT_SYMBOL_GPL vmlinux 0xd13e0477 switchdev_handle_port_obj_del +EXPORT_SYMBOL_GPL vmlinux 0xd13e4af8 dma_fence_unwrap_next +EXPORT_SYMBOL_GPL vmlinux 0xd14252f5 skb_scrub_packet +EXPORT_SYMBOL_GPL vmlinux 0xd1481de7 mpi_clear +EXPORT_SYMBOL_GPL vmlinux 0xd14e65a6 of_genpd_add_subdomain +EXPORT_SYMBOL_GPL vmlinux 0xd154bd23 pm_runtime_autosuspend_expiration +EXPORT_SYMBOL_GPL vmlinux 0xd1584c38 xdp_rxq_info_is_reg +EXPORT_SYMBOL_GPL vmlinux 0xd159586c net_prio_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0xd16a8cef __tracepoint_add_device_to_group +EXPORT_SYMBOL_GPL vmlinux 0xd16b83a0 wakeup_source_destroy +EXPORT_SYMBOL_GPL vmlinux 0xd180cdee icc_node_add +EXPORT_SYMBOL_GPL vmlinux 0xd19092a0 crypto_unregister_rng +EXPORT_SYMBOL_GPL vmlinux 0xd1966558 sysfs_add_file_to_group +EXPORT_SYMBOL_GPL vmlinux 0xd1a9ca15 __SCK__tp_func_neigh_update +EXPORT_SYMBOL_GPL vmlinux 0xd1b1f51c ata_dev_disable +EXPORT_SYMBOL_GPL vmlinux 0xd1bf985d file_ra_state_init +EXPORT_SYMBOL_GPL vmlinux 0xd1cbc23c add_timer_on +EXPORT_SYMBOL_GPL vmlinux 0xd1d0ceac sdio_memcpy_toio +EXPORT_SYMBOL_GPL vmlinux 0xd1e5b099 regulator_count_voltages +EXPORT_SYMBOL_GPL vmlinux 0xd1f1d61a mtk_pinconf_bias_set +EXPORT_SYMBOL_GPL vmlinux 0xd1f2eee2 nf_logger_find_get +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 0xd227acb0 thp_get_unmapped_area +EXPORT_SYMBOL_GPL vmlinux 0xd22fd5eb edac_pci_handle_pe +EXPORT_SYMBOL_GPL vmlinux 0xd236d9d6 perf_aux_output_skip +EXPORT_SYMBOL_GPL vmlinux 0xd23c1026 crypto_stats_rng_generate +EXPORT_SYMBOL_GPL vmlinux 0xd23e0d5d securityfs_create_file +EXPORT_SYMBOL_GPL vmlinux 0xd2423f76 i2c_acpi_get_i2c_resource +EXPORT_SYMBOL_GPL vmlinux 0xd2488b7f clk_hw_is_prepared +EXPORT_SYMBOL_GPL vmlinux 0xd248a519 rockchip_pmu_block +EXPORT_SYMBOL_GPL vmlinux 0xd24999a9 ata_pci_sff_activate_host +EXPORT_SYMBOL_GPL vmlinux 0xd249a828 dev_pm_opp_enable +EXPORT_SYMBOL_GPL vmlinux 0xd24ae1ac devm_fwnode_gpiod_get_index +EXPORT_SYMBOL_GPL vmlinux 0xd24e9d90 regulator_map_voltage_pickable_linear_range +EXPORT_SYMBOL_GPL vmlinux 0xd24e9e8c klist_init +EXPORT_SYMBOL_GPL vmlinux 0xd256a4c8 __cpufreq_driver_target +EXPORT_SYMBOL_GPL vmlinux 0xd257a009 mptcp_token_get_sock +EXPORT_SYMBOL_GPL vmlinux 0xd260af0d ring_buffer_write +EXPORT_SYMBOL_GPL vmlinux 0xd273b1b1 __round_jiffies_up_relative +EXPORT_SYMBOL_GPL vmlinux 0xd27eeb4b alloc_iova +EXPORT_SYMBOL_GPL vmlinux 0xd27f215d gnttab_alloc_grant_references +EXPORT_SYMBOL_GPL vmlinux 0xd288195e __sk_flush_backlog +EXPORT_SYMBOL_GPL vmlinux 0xd28969da of_platform_depopulate +EXPORT_SYMBOL_GPL vmlinux 0xd296dd0f led_trigger_set +EXPORT_SYMBOL_GPL vmlinux 0xd29c1f10 __traceiter_error_report_end +EXPORT_SYMBOL_GPL vmlinux 0xd2b10a05 ata_timing_find_mode +EXPORT_SYMBOL_GPL vmlinux 0xd2c8306c relay_flush +EXPORT_SYMBOL_GPL vmlinux 0xd2cd5a9f simple_rename_exchange +EXPORT_SYMBOL_GPL vmlinux 0xd2d13948 blk_add_driver_data +EXPORT_SYMBOL_GPL vmlinux 0xd2d1e98e get_kernel_pages +EXPORT_SYMBOL_GPL vmlinux 0xd2d517b6 preempt_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0xd2d7e59b unregister_platform_power_off +EXPORT_SYMBOL_GPL vmlinux 0xd2df0ec9 devm_add_action +EXPORT_SYMBOL_GPL vmlinux 0xd2ef6a40 phylink_mii_ioctl +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 0xd32ebb5b devm_regmap_field_free +EXPORT_SYMBOL_GPL vmlinux 0xd3344c0c virtqueue_get_used_addr +EXPORT_SYMBOL_GPL vmlinux 0xd33ada8b cci_probed +EXPORT_SYMBOL_GPL vmlinux 0xd340fba3 bpf_redirect_info +EXPORT_SYMBOL_GPL vmlinux 0xd3551a76 zynqmp_pm_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0xd36760ef __usb_get_extra_descriptor +EXPORT_SYMBOL_GPL vmlinux 0xd3752c27 atomic_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0xd37c8976 debounce_time_mt6765 +EXPORT_SYMBOL_GPL vmlinux 0xd384cd31 dm_accept_partial_bio +EXPORT_SYMBOL_GPL vmlinux 0xd390c238 usb_intf_get_dma_device +EXPORT_SYMBOL_GPL vmlinux 0xd39e9848 put_itimerspec64 +EXPORT_SYMBOL_GPL vmlinux 0xd3a7db22 dev_pm_domain_attach +EXPORT_SYMBOL_GPL vmlinux 0xd3acceaf create_signature +EXPORT_SYMBOL_GPL vmlinux 0xd3c6c20b device_change_owner +EXPORT_SYMBOL_GPL vmlinux 0xd3d2d864 of_pinctrl_get +EXPORT_SYMBOL_GPL vmlinux 0xd3eaf1ed devlink_dpipe_entry_clear +EXPORT_SYMBOL_GPL vmlinux 0xd3ec851c __traceiter_unmap +EXPORT_SYMBOL_GPL vmlinux 0xd3ecd5de ksm_madvise +EXPORT_SYMBOL_GPL vmlinux 0xd3f0cd42 misc_cg_res_total_usage +EXPORT_SYMBOL_GPL vmlinux 0xd4018f46 crypto_hash_alg_has_setkey +EXPORT_SYMBOL_GPL vmlinux 0xd4034828 system_freezable_wq +EXPORT_SYMBOL_GPL vmlinux 0xd413c8a8 of_detach_node +EXPORT_SYMBOL_GPL vmlinux 0xd41defdc paste_selection +EXPORT_SYMBOL_GPL vmlinux 0xd426dbc4 erst_get_record_count +EXPORT_SYMBOL_GPL vmlinux 0xd42f1d4e show_rcu_tasks_rude_gp_kthread +EXPORT_SYMBOL_GPL vmlinux 0xd43a2929 __dev_fwnode_const +EXPORT_SYMBOL_GPL vmlinux 0xd43cdd41 acpi_device_fwnode_ops +EXPORT_SYMBOL_GPL vmlinux 0xd44a5eac kgdb_register_nmi_console +EXPORT_SYMBOL_GPL vmlinux 0xd45198c8 __devm_regmap_init +EXPORT_SYMBOL_GPL vmlinux 0xd458c12d iommu_fwspec_add_ids +EXPORT_SYMBOL_GPL vmlinux 0xd4644e88 pm_runtime_force_suspend +EXPORT_SYMBOL_GPL vmlinux 0xd46ac17e relay_late_setup_files +EXPORT_SYMBOL_GPL vmlinux 0xd46af5ef cppc_get_perf_ctrs +EXPORT_SYMBOL_GPL vmlinux 0xd46f346f fuse_dax_cancel_work +EXPORT_SYMBOL_GPL vmlinux 0xd489c05b pci_reset_bus +EXPORT_SYMBOL_GPL vmlinux 0xd48de9c1 regulator_get +EXPORT_SYMBOL_GPL vmlinux 0xd490c840 devlink_health_reporter_create +EXPORT_SYMBOL_GPL vmlinux 0xd4935851 __SCK__tp_func_suspend_resume +EXPORT_SYMBOL_GPL vmlinux 0xd494b446 blk_queue_zone_write_granularity +EXPORT_SYMBOL_GPL vmlinux 0xd4a63fa6 pci_dev_lock +EXPORT_SYMBOL_GPL vmlinux 0xd4ae40d1 xfrm_dev_resume +EXPORT_SYMBOL_GPL vmlinux 0xd4b55c27 vfs_submount +EXPORT_SYMBOL_GPL vmlinux 0xd4b6157e devlink_health_reporter_recovery_done +EXPORT_SYMBOL_GPL vmlinux 0xd4b8b299 dm_put +EXPORT_SYMBOL_GPL vmlinux 0xd4b9a616 reset_control_bulk_put +EXPORT_SYMBOL_GPL vmlinux 0xd4c14632 system_unbound_wq +EXPORT_SYMBOL_GPL vmlinux 0xd4c9218a ip6_push_pending_frames +EXPORT_SYMBOL_GPL vmlinux 0xd4cbdbe3 __SCK__tp_func_devlink_trap_report +EXPORT_SYMBOL_GPL vmlinux 0xd4d7e84a ftrace_ops_set_global_filter +EXPORT_SYMBOL_GPL vmlinux 0xd4e6d7e0 linear_range_get_value +EXPORT_SYMBOL_GPL vmlinux 0xd4f5bfa5 iommu_queue_iopf +EXPORT_SYMBOL_GPL vmlinux 0xd5010cd7 dev_pm_opp_find_bw_ceil +EXPORT_SYMBOL_GPL vmlinux 0xd5046ad1 rio_alloc_net +EXPORT_SYMBOL_GPL vmlinux 0xd51b1347 cpuidle_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd52620ac __skb_tstamp_tx +EXPORT_SYMBOL_GPL vmlinux 0xd5301b2c linear_range_get_max_value +EXPORT_SYMBOL_GPL vmlinux 0xd538f475 sysfs_remove_file_self +EXPORT_SYMBOL_GPL vmlinux 0xd53bf07f genphy_c45_pma_setup_forced +EXPORT_SYMBOL_GPL vmlinux 0xd53c67b3 unregister_net_sysctl_table +EXPORT_SYMBOL_GPL vmlinux 0xd541bd9c platform_get_resource +EXPORT_SYMBOL_GPL vmlinux 0xd5428b91 __traceiter_fdb_delete +EXPORT_SYMBOL_GPL vmlinux 0xd5474690 usb_role_switch_set_role +EXPORT_SYMBOL_GPL vmlinux 0xd5491a3f fsl_mc_object_allocate +EXPORT_SYMBOL_GPL vmlinux 0xd54f8d68 acpi_ec_add_query_handler +EXPORT_SYMBOL_GPL vmlinux 0xd5509108 acpi_dev_get_resources +EXPORT_SYMBOL_GPL vmlinux 0xd551fbf3 fs_dax_get_by_bdev +EXPORT_SYMBOL_GPL vmlinux 0xd55ad93b iommu_group_get_iommudata +EXPORT_SYMBOL_GPL vmlinux 0xd56590eb gpiochip_reqres_irq +EXPORT_SYMBOL_GPL vmlinux 0xd565b3bb exportfs_decode_fh_raw +EXPORT_SYMBOL_GPL vmlinux 0xd56a02c3 nf_checksum +EXPORT_SYMBOL_GPL vmlinux 0xd56f70cc clean_record_shared_mapping_range +EXPORT_SYMBOL_GPL vmlinux 0xd5787987 devlink_trap_groups_register +EXPORT_SYMBOL_GPL vmlinux 0xd57b0a4e regmap_noinc_read +EXPORT_SYMBOL_GPL vmlinux 0xd57b5eb4 acpi_device_uevent_modalias +EXPORT_SYMBOL_GPL vmlinux 0xd5807af3 k3_ringacc_ring_pop +EXPORT_SYMBOL_GPL vmlinux 0xd5950ede i2c_generic_scl_recovery +EXPORT_SYMBOL_GPL vmlinux 0xd59a1587 linkmode_resolve_pause +EXPORT_SYMBOL_GPL vmlinux 0xd59b005f debugfs_create_size_t +EXPORT_SYMBOL_GPL vmlinux 0xd59dd779 netlink_strict_get_check +EXPORT_SYMBOL_GPL vmlinux 0xd5c2743e debugfs_file_get +EXPORT_SYMBOL_GPL vmlinux 0xd5fede23 __sock_recv_wifi_status +EXPORT_SYMBOL_GPL vmlinux 0xd628acfc vchan_find_desc +EXPORT_SYMBOL_GPL vmlinux 0xd635e03b regulator_set_voltage +EXPORT_SYMBOL_GPL vmlinux 0xd6390a73 tty_buffer_space_avail +EXPORT_SYMBOL_GPL vmlinux 0xd640316d ata_std_prereset +EXPORT_SYMBOL_GPL vmlinux 0xd64a560c gpiochip_get_desc +EXPORT_SYMBOL_GPL vmlinux 0xd64ed259 __memcat_p +EXPORT_SYMBOL_GPL vmlinux 0xd65095d4 usb_ep0_reinit +EXPORT_SYMBOL_GPL vmlinux 0xd65bbc2e ata_cable_80wire +EXPORT_SYMBOL_GPL vmlinux 0xd6634472 relay_subbufs_consumed +EXPORT_SYMBOL_GPL vmlinux 0xd667a21d crypto_stats_compress +EXPORT_SYMBOL_GPL vmlinux 0xd6692e6b usb_amd_pt_check_port +EXPORT_SYMBOL_GPL vmlinux 0xd66a7a35 sbitmap_queue_wake_all +EXPORT_SYMBOL_GPL vmlinux 0xd67364f7 eventfd_ctx_fdget +EXPORT_SYMBOL_GPL vmlinux 0xd67e4037 task_user_regset_view +EXPORT_SYMBOL_GPL vmlinux 0xd6907741 rio_bus_type +EXPORT_SYMBOL_GPL vmlinux 0xd6a0a5a7 trace_array_set_clr_event +EXPORT_SYMBOL_GPL vmlinux 0xd6a3b263 bpf_trace_run3 +EXPORT_SYMBOL_GPL vmlinux 0xd6a62bcf of_property_read_variable_u8_array +EXPORT_SYMBOL_GPL vmlinux 0xd6aafb42 crc64_rocksoft +EXPORT_SYMBOL_GPL vmlinux 0xd6ac0e10 tcp_cong_avoid_ai +EXPORT_SYMBOL_GPL vmlinux 0xd6b27e8a xas_set_mark +EXPORT_SYMBOL_GPL vmlinux 0xd6d473cb blk_crypto_profile_init +EXPORT_SYMBOL_GPL vmlinux 0xd6d8f6b3 topology_set_scale_freq_source +EXPORT_SYMBOL_GPL vmlinux 0xd6e50698 k3_udma_glue_rx_get_dma_device +EXPORT_SYMBOL_GPL vmlinux 0xd6e699e0 crypto_unregister_skcipher +EXPORT_SYMBOL_GPL vmlinux 0xd6ef9448 crypto_unregister_akcipher +EXPORT_SYMBOL_GPL vmlinux 0xd70389b7 blk_mq_update_nr_hw_queues +EXPORT_SYMBOL_GPL vmlinux 0xd70934b1 sysfs_remove_link_from_group +EXPORT_SYMBOL_GPL vmlinux 0xd70fc31e ata_host_alloc +EXPORT_SYMBOL_GPL vmlinux 0xd714a33a crypto_unregister_aeads +EXPORT_SYMBOL_GPL vmlinux 0xd71bcd72 serdev_device_get_tiocm +EXPORT_SYMBOL_GPL vmlinux 0xd723f9f7 __traceiter_neigh_update +EXPORT_SYMBOL_GPL vmlinux 0xd7269c64 osc_sb_native_usb4_control +EXPORT_SYMBOL_GPL vmlinux 0xd7276663 hrtimer_sleeper_start_expires +EXPORT_SYMBOL_GPL vmlinux 0xd7293ffc percpu_ref_reinit +EXPORT_SYMBOL_GPL vmlinux 0xd72afd66 pcim_doe_create_mb +EXPORT_SYMBOL_GPL vmlinux 0xd72f2dc6 devm_mtk_clk_mux_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0xd72feba2 xenbus_read_driver_state +EXPORT_SYMBOL_GPL vmlinux 0xd73a4635 regulator_allow_bypass +EXPORT_SYMBOL_GPL vmlinux 0xd73c71a7 devlink_port_fini +EXPORT_SYMBOL_GPL vmlinux 0xd7450d88 ti_sci_inta_msi_create_irq_domain +EXPORT_SYMBOL_GPL vmlinux 0xd74e400f show_rcu_tasks_classic_gp_kthread +EXPORT_SYMBOL_GPL vmlinux 0xd75b20aa rsa_parse_priv_key +EXPORT_SYMBOL_GPL vmlinux 0xd7688bef regulator_get_drvdata +EXPORT_SYMBOL_GPL vmlinux 0xd768e985 regulator_has_full_constraints +EXPORT_SYMBOL_GPL vmlinux 0xd776edd9 set_selection_kernel +EXPORT_SYMBOL_GPL vmlinux 0xd77dbdf1 rio_pw_enable +EXPORT_SYMBOL_GPL vmlinux 0xd78154a4 fuse_dev_alloc_install +EXPORT_SYMBOL_GPL vmlinux 0xd78239cb tty_register_device_attr +EXPORT_SYMBOL_GPL vmlinux 0xd784b668 crypto_stats_get +EXPORT_SYMBOL_GPL vmlinux 0xd7a7946b __dev_forward_skb +EXPORT_SYMBOL_GPL vmlinux 0xd7a86ea4 tcp_twsk_purge +EXPORT_SYMBOL_GPL vmlinux 0xd7aea26e kernel_read_file_from_path_initns +EXPORT_SYMBOL_GPL vmlinux 0xd7b1b785 ftrace_set_filter +EXPORT_SYMBOL_GPL vmlinux 0xd7b30622 irq_domain_simple_ops +EXPORT_SYMBOL_GPL vmlinux 0xd7b9dfea fsl_mc_cleanup_irq_pool +EXPORT_SYMBOL_GPL vmlinux 0xd7bb1de2 blk_mq_unquiesce_queue +EXPORT_SYMBOL_GPL vmlinux 0xd7c875df devm_nvmem_register +EXPORT_SYMBOL_GPL vmlinux 0xd7c91b63 tegra210_sata_pll_hw_control_enable +EXPORT_SYMBOL_GPL vmlinux 0xd7cea889 edac_mod_work +EXPORT_SYMBOL_GPL vmlinux 0xd7d7f2a7 devlink_port_health_reporter_destroy +EXPORT_SYMBOL_GPL vmlinux 0xd7da9f98 regmap_get_val_endian +EXPORT_SYMBOL_GPL vmlinux 0xd7dccd23 __SCK__tp_func_xhci_dbg_quirks +EXPORT_SYMBOL_GPL vmlinux 0xd7e229b4 gpiod_set_raw_array_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0xd7ef00e6 hisi_clk_register_phase +EXPORT_SYMBOL_GPL vmlinux 0xd7f8b737 l3mdev_fib_table_rcu +EXPORT_SYMBOL_GPL vmlinux 0xd80244d9 regulator_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0xd80684de devm_mbox_controller_register +EXPORT_SYMBOL_GPL vmlinux 0xd83e3c38 virtqueue_enable_cb_prepare +EXPORT_SYMBOL_GPL vmlinux 0xd8420ba9 mf_dax_kill_procs +EXPORT_SYMBOL_GPL vmlinux 0xd84d35bd dax_read_lock +EXPORT_SYMBOL_GPL vmlinux 0xd855e423 devm_pinctrl_put +EXPORT_SYMBOL_GPL vmlinux 0xd8669cc6 fuse_file_poll +EXPORT_SYMBOL_GPL vmlinux 0xd87fc0a0 usb_amd_prefetch_quirk +EXPORT_SYMBOL_GPL vmlinux 0xd884b96e xdp_return_buff +EXPORT_SYMBOL_GPL vmlinux 0xd88defca __dma_fence_unwrap_merge +EXPORT_SYMBOL_GPL vmlinux 0xd8d68ab1 dmi_memdev_type +EXPORT_SYMBOL_GPL vmlinux 0xd8fbb14d net_cls_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0xd903f419 phylink_get_capabilities +EXPORT_SYMBOL_GPL vmlinux 0xd90a93a7 k3_udma_glue_rx_get_irq +EXPORT_SYMBOL_GPL vmlinux 0xd90b4b69 phy_modify_mmd_changed +EXPORT_SYMBOL_GPL vmlinux 0xd915da11 kvm_vcpu_wake_up +EXPORT_SYMBOL_GPL vmlinux 0xd915dc17 task_active_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0xd918a65d srcu_torture_stats_print +EXPORT_SYMBOL_GPL vmlinux 0xd91a235c device_create_managed_software_node +EXPORT_SYMBOL_GPL vmlinux 0xd91d55b2 iopf_queue_flush_dev +EXPORT_SYMBOL_GPL vmlinux 0xd91dbd1f xdp_alloc_skb_bulk +EXPORT_SYMBOL_GPL vmlinux 0xd925debc dev_pm_opp_of_register_em +EXPORT_SYMBOL_GPL vmlinux 0xd92ef192 security_kernel_post_load_data +EXPORT_SYMBOL_GPL vmlinux 0xd92f0791 leds_list_lock +EXPORT_SYMBOL_GPL vmlinux 0xd932a22d of_usb_get_phy_mode +EXPORT_SYMBOL_GPL vmlinux 0xd93ad28c perf_trace_run_bpf_submit +EXPORT_SYMBOL_GPL vmlinux 0xd952e55b perf_event_period +EXPORT_SYMBOL_GPL vmlinux 0xd95c407a key_type_asymmetric +EXPORT_SYMBOL_GPL vmlinux 0xd95e37a7 dpcon_enable +EXPORT_SYMBOL_GPL vmlinux 0xd9629716 pci_generic_ecam_ops +EXPORT_SYMBOL_GPL vmlinux 0xd96babb4 interval_tree_iter_next +EXPORT_SYMBOL_GPL vmlinux 0xd97b9b89 acpi_cpu_get_madt_gicc +EXPORT_SYMBOL_GPL vmlinux 0xd9916c3a idr_alloc_u32 +EXPORT_SYMBOL_GPL vmlinux 0xd999e1ce ata_sff_prereset +EXPORT_SYMBOL_GPL vmlinux 0xd9b330cd pci_msix_free_irq +EXPORT_SYMBOL_GPL vmlinux 0xd9b6b430 __traceiter_pelt_thermal_tp +EXPORT_SYMBOL_GPL vmlinux 0xd9ba7214 max8997_write_reg +EXPORT_SYMBOL_GPL vmlinux 0xd9c44bc2 icc_sync_state +EXPORT_SYMBOL_GPL vmlinux 0xd9d0a2af devlink_flash_update_timeout_notify +EXPORT_SYMBOL_GPL vmlinux 0xd9e20993 fib_nl_delrule +EXPORT_SYMBOL_GPL vmlinux 0xd9e24457 ring_buffer_peek +EXPORT_SYMBOL_GPL vmlinux 0xd9e4b011 vp_modern_queue_vector +EXPORT_SYMBOL_GPL vmlinux 0xd9e64844 skcipher_walk_aead_decrypt +EXPORT_SYMBOL_GPL vmlinux 0xd9ec14d7 __xenbus_register_frontend +EXPORT_SYMBOL_GPL vmlinux 0xd9faa7a5 zynqmp_pm_set_pll_frac_mode +EXPORT_SYMBOL_GPL vmlinux 0xd9ff2172 ezx_pcap_write +EXPORT_SYMBOL_GPL vmlinux 0xd9ff6908 scmi_driver_register +EXPORT_SYMBOL_GPL vmlinux 0xda0947de kmsg_dump_unregister +EXPORT_SYMBOL_GPL vmlinux 0xda0d1713 vcap_rule_get_counter +EXPORT_SYMBOL_GPL vmlinux 0xda1036f6 led_init_core +EXPORT_SYMBOL_GPL vmlinux 0xda16a130 __strp_unpause +EXPORT_SYMBOL_GPL vmlinux 0xda1a5670 sata_link_scr_lpm +EXPORT_SYMBOL_GPL vmlinux 0xda1a633e ata_sas_port_suspend +EXPORT_SYMBOL_GPL vmlinux 0xda22a09c ahci_platform_shutdown +EXPORT_SYMBOL_GPL vmlinux 0xda320d31 sfp_module_start +EXPORT_SYMBOL_GPL vmlinux 0xda48e57c input_ff_event +EXPORT_SYMBOL_GPL vmlinux 0xda4e8e8a crypto_grab_spawn +EXPORT_SYMBOL_GPL vmlinux 0xda7912d4 freq_qos_add_request +EXPORT_SYMBOL_GPL vmlinux 0xda8e1302 software_node_find_by_name +EXPORT_SYMBOL_GPL vmlinux 0xda8ec21c dst_cache_get_ip6 +EXPORT_SYMBOL_GPL vmlinux 0xda910d7b rio_lock_device +EXPORT_SYMBOL_GPL vmlinux 0xdaa06dc1 acpi_lpat_raw_to_temp +EXPORT_SYMBOL_GPL vmlinux 0xdaa8db89 of_i2c_get_board_info +EXPORT_SYMBOL_GPL vmlinux 0xdab5a1eb interval_tree_insert +EXPORT_SYMBOL_GPL vmlinux 0xdaca224f platform_device_register +EXPORT_SYMBOL_GPL vmlinux 0xdacc4c13 dax_recovery_write +EXPORT_SYMBOL_GPL vmlinux 0xdace20e0 led_update_brightness +EXPORT_SYMBOL_GPL vmlinux 0xdad1c498 put_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0xdada9f93 tty_get_icount +EXPORT_SYMBOL_GPL vmlinux 0xdae41bf1 pci_epf_remove_vepf +EXPORT_SYMBOL_GPL vmlinux 0xdaf1857a debugfs_create_u16 +EXPORT_SYMBOL_GPL vmlinux 0xdaf4dfb3 fb_mode_option +EXPORT_SYMBOL_GPL vmlinux 0xdb0dc013 genphy_c45_an_disable_aneg +EXPORT_SYMBOL_GPL vmlinux 0xdb0ecdc3 devl_resource_occ_get_register +EXPORT_SYMBOL_GPL vmlinux 0xdb142152 extcon_set_state_sync +EXPORT_SYMBOL_GPL vmlinux 0xdb1f69a0 virtqueue_enable_cb_delayed +EXPORT_SYMBOL_GPL vmlinux 0xdb22f1fc crypto_aead_setauthsize +EXPORT_SYMBOL_GPL vmlinux 0xdb2a4b38 ata_ehi_clear_desc +EXPORT_SYMBOL_GPL vmlinux 0xdb31249a ip6_datagram_connect_v6_only +EXPORT_SYMBOL_GPL vmlinux 0xdb4783fd pinmux_generic_add_function +EXPORT_SYMBOL_GPL vmlinux 0xdb501b5b usb_set_configuration +EXPORT_SYMBOL_GPL vmlinux 0xdb5b8a20 power_supply_get_by_name +EXPORT_SYMBOL_GPL vmlinux 0xdb62c79e linear_hugepage_index +EXPORT_SYMBOL_GPL vmlinux 0xdb63a944 acpi_lpat_get_conversion_table +EXPORT_SYMBOL_GPL vmlinux 0xdb64d842 pse_controller_register +EXPORT_SYMBOL_GPL vmlinux 0xdb6c2a03 rt_mutex_lock_interruptible +EXPORT_SYMBOL_GPL vmlinux 0xdb710e91 serial8250_rpm_put +EXPORT_SYMBOL_GPL vmlinux 0xdb714ddb pm_generic_poweroff_noirq +EXPORT_SYMBOL_GPL vmlinux 0xdb727637 vcap_set_rule_set_keyset +EXPORT_SYMBOL_GPL vmlinux 0xdb72ca38 lwtstate_free +EXPORT_SYMBOL_GPL vmlinux 0xdb8a1b3f usermodehelper_read_trylock +EXPORT_SYMBOL_GPL vmlinux 0xdb8cb212 blk_steal_bios +EXPORT_SYMBOL_GPL vmlinux 0xdbacd9f5 __pm_relax +EXPORT_SYMBOL_GPL vmlinux 0xdbb00a40 mptcp_diag_fill_info +EXPORT_SYMBOL_GPL vmlinux 0xdbbf1289 __udp4_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0xdbc026db mark_page_dirty +EXPORT_SYMBOL_GPL vmlinux 0xdbdb0e8b request_any_context_irq +EXPORT_SYMBOL_GPL vmlinux 0xdbe50641 crypto_larval_kill +EXPORT_SYMBOL_GPL vmlinux 0xdbe8d8a0 __SCK__tp_func_cpu_frequency +EXPORT_SYMBOL_GPL vmlinux 0xdbeeece6 tracepoint_probe_unregister +EXPORT_SYMBOL_GPL vmlinux 0xdbf04c04 udp_bpf_update_proto +EXPORT_SYMBOL_GPL vmlinux 0xdbf26a1f crypto_hash_walk_done +EXPORT_SYMBOL_GPL vmlinux 0xdbf7cb70 mpi_get_nbits +EXPORT_SYMBOL_GPL vmlinux 0xdbfa2500 devl_trylock +EXPORT_SYMBOL_GPL vmlinux 0xdbff0678 percpu_down_write +EXPORT_SYMBOL_GPL vmlinux 0xdc02eb39 dmi_available +EXPORT_SYMBOL_GPL vmlinux 0xdc139c13 k3_udma_glue_tx_get_hdesc_size +EXPORT_SYMBOL_GPL vmlinux 0xdc14a211 xen_hvm_evtchn_do_upcall +EXPORT_SYMBOL_GPL vmlinux 0xdc1817c7 raw_abort +EXPORT_SYMBOL_GPL vmlinux 0xdc432531 perf_event_pause +EXPORT_SYMBOL_GPL vmlinux 0xdc43bdc6 pci_vpd_find_ro_info_keyword +EXPORT_SYMBOL_GPL vmlinux 0xdc4481fd spi_controller_dma_unmap_mem_op_data +EXPORT_SYMBOL_GPL vmlinux 0xdc45a5db edac_stop_work +EXPORT_SYMBOL_GPL vmlinux 0xdc465595 platform_bus +EXPORT_SYMBOL_GPL vmlinux 0xdc6596fa irq_set_parent +EXPORT_SYMBOL_GPL vmlinux 0xdc6699cb acpi_dev_free_resource_list +EXPORT_SYMBOL_GPL vmlinux 0xdc74ffc1 hisi_clk_init +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 0xdc8de1cb acpi_processor_get_performance_info +EXPORT_SYMBOL_GPL vmlinux 0xdc97af2e syscore_suspend +EXPORT_SYMBOL_GPL vmlinux 0xdc9fa232 raw_notifier_chain_register +EXPORT_SYMBOL_GPL vmlinux 0xdcabbe69 mtk_eint_find_irq +EXPORT_SYMBOL_GPL vmlinux 0xdcb0a2c0 phylink_stop +EXPORT_SYMBOL_GPL vmlinux 0xdcbdd265 tps6586x_get_version +EXPORT_SYMBOL_GPL vmlinux 0xdcd9aa87 iomap_page_mkwrite +EXPORT_SYMBOL_GPL vmlinux 0xdceb5362 efi_status_to_err +EXPORT_SYMBOL_GPL vmlinux 0xdd054b3c pci_device_is_present +EXPORT_SYMBOL_GPL vmlinux 0xdd0762df set_worker_desc +EXPORT_SYMBOL_GPL vmlinux 0xdd0d8013 acpi_dev_get_memory_resources +EXPORT_SYMBOL_GPL vmlinux 0xdd0fb8da iomap_file_unshare +EXPORT_SYMBOL_GPL vmlinux 0xdd1a8da0 blk_mq_queue_inflight +EXPORT_SYMBOL_GPL vmlinux 0xdd2376e1 pci_epc_mem_init +EXPORT_SYMBOL_GPL vmlinux 0xdd28eb2f espintcp_queue_out +EXPORT_SYMBOL_GPL vmlinux 0xdd2a7868 ata_platform_remove_one +EXPORT_SYMBOL_GPL vmlinux 0xdd30cf1c acpi_subsys_complete +EXPORT_SYMBOL_GPL vmlinux 0xdd31e7f1 i2c_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0xdd32737f regmap_mmio_detach_clk +EXPORT_SYMBOL_GPL vmlinux 0xdd450ef1 x509_free_certificate +EXPORT_SYMBOL_GPL vmlinux 0xdd4abecf devm_regulator_register +EXPORT_SYMBOL_GPL vmlinux 0xdd4c6e56 nvmem_cell_read_variable_le_u64 +EXPORT_SYMBOL_GPL vmlinux 0xdd5aac9a kvm_arch_ptp_get_crosststamp +EXPORT_SYMBOL_GPL vmlinux 0xdd626ee3 fuse_len_args +EXPORT_SYMBOL_GPL vmlinux 0xdd632630 of_property_read_u32_index +EXPORT_SYMBOL_GPL vmlinux 0xdd728392 sysfs_create_file_ns +EXPORT_SYMBOL_GPL vmlinux 0xdd730e7a usb_acpi_power_manageable +EXPORT_SYMBOL_GPL vmlinux 0xdd741811 ahci_do_hardreset +EXPORT_SYMBOL_GPL vmlinux 0xdd81d8f6 __SCK__tp_func_block_bio_complete +EXPORT_SYMBOL_GPL vmlinux 0xdd8a2278 watchdog_init_timeout +EXPORT_SYMBOL_GPL vmlinux 0xdd91a31e gpiod_set_value +EXPORT_SYMBOL_GPL vmlinux 0xdd969215 dprc_cleanup +EXPORT_SYMBOL_GPL vmlinux 0xdda2ee2b irq_chip_request_resources_parent +EXPORT_SYMBOL_GPL vmlinux 0xdda8aafa regulator_map_voltage_linear +EXPORT_SYMBOL_GPL vmlinux 0xddbeeecc pci_lock_rescan_remove +EXPORT_SYMBOL_GPL vmlinux 0xdde07ef8 kvm_make_all_cpus_request +EXPORT_SYMBOL_GPL vmlinux 0xddebb280 crypto_req_done +EXPORT_SYMBOL_GPL vmlinux 0xddef6640 usb_of_has_combined_node +EXPORT_SYMBOL_GPL vmlinux 0xddf32520 __tracepoint_powernv_throttle +EXPORT_SYMBOL_GPL vmlinux 0xde0af24f udp_memory_per_cpu_fw_alloc +EXPORT_SYMBOL_GPL vmlinux 0xde135a5d ti_sci_get_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0xde18a54e trace_event_buffer_reserve +EXPORT_SYMBOL_GPL vmlinux 0xde1f912d acpi_spi_device_alloc +EXPORT_SYMBOL_GPL vmlinux 0xde26a61a regmap_mmio_attach_clk +EXPORT_SYMBOL_GPL vmlinux 0xde31bf7e unregister_sys_off_handler +EXPORT_SYMBOL_GPL vmlinux 0xde326e72 devl_rate_leaf_destroy +EXPORT_SYMBOL_GPL vmlinux 0xde32d487 thermal_remove_hwmon_sysfs +EXPORT_SYMBOL_GPL vmlinux 0xde3e8769 clk_hw_register_fractional_divider +EXPORT_SYMBOL_GPL vmlinux 0xde57e881 ahci_stop_engine +EXPORT_SYMBOL_GPL vmlinux 0xde5c123e ipv4_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0xde5f1505 pci_hp_del +EXPORT_SYMBOL_GPL vmlinux 0xde62a854 dev_pm_qos_add_ancestor_request +EXPORT_SYMBOL_GPL vmlinux 0xde6f1851 TSS_checkhmac1 +EXPORT_SYMBOL_GPL vmlinux 0xde714826 regmap_fields_read +EXPORT_SYMBOL_GPL vmlinux 0xde8c3063 skb_complete_wifi_ack +EXPORT_SYMBOL_GPL vmlinux 0xde8c8d46 driver_register +EXPORT_SYMBOL_GPL vmlinux 0xde98a577 bpf_prog_sub +EXPORT_SYMBOL_GPL vmlinux 0xde9ab8c7 xenbus_rm +EXPORT_SYMBOL_GPL vmlinux 0xde9eeaf4 fscrypt_prepare_new_inode +EXPORT_SYMBOL_GPL vmlinux 0xdea6d39b vfs_getxattr +EXPORT_SYMBOL_GPL vmlinux 0xdead2e78 reserve_iova +EXPORT_SYMBOL_GPL vmlinux 0xdeaefdd0 iomap_swapfile_activate +EXPORT_SYMBOL_GPL vmlinux 0xded66283 sock_diag_unregister_inet_compat +EXPORT_SYMBOL_GPL vmlinux 0xdee1cda6 bdev_discard_alignment +EXPORT_SYMBOL_GPL vmlinux 0xdee90c3a fscrypt_fname_siphash +EXPORT_SYMBOL_GPL vmlinux 0xdee91d7a dtpm_destroy_hierarchy +EXPORT_SYMBOL_GPL vmlinux 0xdeffa0a7 edac_raw_mc_handle_error +EXPORT_SYMBOL_GPL vmlinux 0xdf0017eb __traceiter_block_rq_insert +EXPORT_SYMBOL_GPL vmlinux 0xdf050eea pcie_aspm_enabled +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 0xdf10dae8 pinctrl_generic_add_group +EXPORT_SYMBOL_GPL vmlinux 0xdf12d230 locks_alloc_lock +EXPORT_SYMBOL_GPL vmlinux 0xdf1be5e1 __free_iova +EXPORT_SYMBOL_GPL vmlinux 0xdf1ee564 pm_generic_freeze +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 0xdf388b30 devm_pm_opp_of_add_table +EXPORT_SYMBOL_GPL vmlinux 0xdf404aa0 dma_free_pages +EXPORT_SYMBOL_GPL vmlinux 0xdf448d1c fanout_mutex +EXPORT_SYMBOL_GPL vmlinux 0xdf636663 hte_push_ts_ns +EXPORT_SYMBOL_GPL vmlinux 0xdf64066d dev_pm_genpd_get_next_hrtimer +EXPORT_SYMBOL_GPL vmlinux 0xdf6554cb ahash_register_instance +EXPORT_SYMBOL_GPL vmlinux 0xdf706fbd stmpe_block_write +EXPORT_SYMBOL_GPL vmlinux 0xdfa8fd0d fwnode_graph_get_endpoint_by_id +EXPORT_SYMBOL_GPL vmlinux 0xdfa93e64 device_property_read_string +EXPORT_SYMBOL_GPL vmlinux 0xdfb57c3e receive_fd +EXPORT_SYMBOL_GPL vmlinux 0xdfb82a69 acpi_dma_controller_free +EXPORT_SYMBOL_GPL vmlinux 0xdfc9708f acpi_pm_wakeup_event +EXPORT_SYMBOL_GPL vmlinux 0xdfcb6c90 mctrl_gpio_set +EXPORT_SYMBOL_GPL vmlinux 0xdfeec973 pci_epc_unmap_addr +EXPORT_SYMBOL_GPL vmlinux 0xdfef0c7f __nf_ip6_route +EXPORT_SYMBOL_GPL vmlinux 0xdff2d5ca platform_msi_create_irq_domain +EXPORT_SYMBOL_GPL vmlinux 0xdff7d01f skb_mpls_push +EXPORT_SYMBOL_GPL vmlinux 0xe0110212 nf_queue +EXPORT_SYMBOL_GPL vmlinux 0xe01cef97 iommu_sva_unbind_device +EXPORT_SYMBOL_GPL vmlinux 0xe01f4cb0 irq_force_affinity +EXPORT_SYMBOL_GPL vmlinux 0xe027bb3d sk_clear_memalloc +EXPORT_SYMBOL_GPL vmlinux 0xe0313d71 rhashtable_insert_slow +EXPORT_SYMBOL_GPL vmlinux 0xe034c0f9 __ata_ehi_push_desc +EXPORT_SYMBOL_GPL vmlinux 0xe04664ee dst_blackhole_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0xe0551662 blk_req_needs_zone_write_lock +EXPORT_SYMBOL_GPL vmlinux 0xe05e2f85 nexthop_free_rcu +EXPORT_SYMBOL_GPL vmlinux 0xe0607760 crypto_hash_walk_first +EXPORT_SYMBOL_GPL vmlinux 0xe077b1de of_pwm_single_xlate +EXPORT_SYMBOL_GPL vmlinux 0xe0806950 fuse_dev_release +EXPORT_SYMBOL_GPL vmlinux 0xe08623dd crypto_register_aead +EXPORT_SYMBOL_GPL vmlinux 0xe0884c9f dev_pm_opp_disable +EXPORT_SYMBOL_GPL vmlinux 0xe09363df crypto_register_kpp +EXPORT_SYMBOL_GPL vmlinux 0xe0b1c103 clk_set_max_rate +EXPORT_SYMBOL_GPL vmlinux 0xe0c4e14d hwrng_register +EXPORT_SYMBOL_GPL vmlinux 0xe0e3147c HYPERVISOR_sched_op +EXPORT_SYMBOL_GPL vmlinux 0xe0e35c88 cpufreq_dbs_governor_start +EXPORT_SYMBOL_GPL vmlinux 0xe0eaa01f vfs_kern_mount +EXPORT_SYMBOL_GPL vmlinux 0xe10259ab misc_cg_uncharge +EXPORT_SYMBOL_GPL vmlinux 0xe10cd6ad erst_get_record_id_begin +EXPORT_SYMBOL_GPL vmlinux 0xe140984e tpm2_probe +EXPORT_SYMBOL_GPL vmlinux 0xe144d4a5 unregister_wide_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0xe146376b irq_set_chip_and_handler_name +EXPORT_SYMBOL_GPL vmlinux 0xe15eb207 gnttab_alloc_pages +EXPORT_SYMBOL_GPL vmlinux 0xe164f31a bsg_setup_queue +EXPORT_SYMBOL_GPL vmlinux 0xe166be55 efivars_kobject +EXPORT_SYMBOL_GPL vmlinux 0xe16adc6a pcie_port_find_device +EXPORT_SYMBOL_GPL vmlinux 0xe18aa654 crypto_stats_rng_seed +EXPORT_SYMBOL_GPL vmlinux 0xe19a040f phy_put +EXPORT_SYMBOL_GPL vmlinux 0xe19d3235 dw_pcie_ep_reset_bar +EXPORT_SYMBOL_GPL vmlinux 0xe1a46912 pm_clk_init +EXPORT_SYMBOL_GPL vmlinux 0xe1a781c3 mtk_hw_set_value +EXPORT_SYMBOL_GPL vmlinux 0xe1a83654 serdev_controller_remove +EXPORT_SYMBOL_GPL vmlinux 0xe1a8d7c9 net_rwsem +EXPORT_SYMBOL_GPL vmlinux 0xe1ac29cd sdio_register_driver +EXPORT_SYMBOL_GPL vmlinux 0xe1bd6c99 rio_init_mports +EXPORT_SYMBOL_GPL vmlinux 0xe1c87a2f kernel_can_power_off +EXPORT_SYMBOL_GPL vmlinux 0xe21b906c device_show_ulong +EXPORT_SYMBOL_GPL vmlinux 0xe233762a input_event_from_user +EXPORT_SYMBOL_GPL vmlinux 0xe235be87 acpi_driver_match_device +EXPORT_SYMBOL_GPL vmlinux 0xe238baef edac_device_free_ctl_info +EXPORT_SYMBOL_GPL vmlinux 0xe24cc0a7 of_mm_gpiochip_remove +EXPORT_SYMBOL_GPL vmlinux 0xe25d23f3 blocking_notifier_call_chain_robust +EXPORT_SYMBOL_GPL vmlinux 0xe268c271 umd_unload_blob +EXPORT_SYMBOL_GPL vmlinux 0xe27c4996 handle_mm_fault +EXPORT_SYMBOL_GPL vmlinux 0xe28dfe67 scsi_register_device_handler +EXPORT_SYMBOL_GPL vmlinux 0xe2a04baf __traceiter_ata_exec_command +EXPORT_SYMBOL_GPL vmlinux 0xe2a55f74 folio_add_wait_queue +EXPORT_SYMBOL_GPL vmlinux 0xe2b3207a unregister_switchdev_notifier +EXPORT_SYMBOL_GPL vmlinux 0xe2ce2b4d evm_set_key +EXPORT_SYMBOL_GPL vmlinux 0xe2d70b41 pin_user_pages_fast +EXPORT_SYMBOL_GPL vmlinux 0xe2d96f5b zynqmp_pm_feature +EXPORT_SYMBOL_GPL vmlinux 0xe2ec293b sbitmap_queue_wake_up +EXPORT_SYMBOL_GPL vmlinux 0xe2ede0e6 sprd_pinctrl_remove +EXPORT_SYMBOL_GPL vmlinux 0xe3020e04 devm_register_power_off_handler +EXPORT_SYMBOL_GPL vmlinux 0xe30b63bf addrconf_add_linklocal +EXPORT_SYMBOL_GPL vmlinux 0xe30cf072 invalidate_inode_pages2_range +EXPORT_SYMBOL_GPL vmlinux 0xe313295c acomp_request_free +EXPORT_SYMBOL_GPL vmlinux 0xe333544b sysfs_remove_file_ns +EXPORT_SYMBOL_GPL vmlinux 0xe3469361 vma_kernel_pagesize +EXPORT_SYMBOL_GPL vmlinux 0xe350744e platform_device_put +EXPORT_SYMBOL_GPL vmlinux 0xe356a9eb account_locked_vm +EXPORT_SYMBOL_GPL vmlinux 0xe36a9042 inet6_lookup +EXPORT_SYMBOL_GPL vmlinux 0xe36e2950 __root_device_register +EXPORT_SYMBOL_GPL vmlinux 0xe382f5c5 dm_disk +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 0xe3a242c2 switchdev_bridge_port_unoffload +EXPORT_SYMBOL_GPL vmlinux 0xe3a361a7 usb_add_phy +EXPORT_SYMBOL_GPL vmlinux 0xe3b09712 kprobe_event_delete +EXPORT_SYMBOL_GPL vmlinux 0xe3bb32e4 sdio_writew +EXPORT_SYMBOL_GPL vmlinux 0xe3cd5fae klist_iter_init +EXPORT_SYMBOL_GPL vmlinux 0xe3e423ac iommu_group_release_dma_owner +EXPORT_SYMBOL_GPL vmlinux 0xe3f12b9a __fl6_sock_lookup +EXPORT_SYMBOL_GPL vmlinux 0xe40a62b7 icc_get_name +EXPORT_SYMBOL_GPL vmlinux 0xe40bb23e devlink_health_reporter_priv +EXPORT_SYMBOL_GPL vmlinux 0xe40f68e6 register_virtio_device +EXPORT_SYMBOL_GPL vmlinux 0xe4248980 cper_estatus_print +EXPORT_SYMBOL_GPL vmlinux 0xe42be81c of_remove_property +EXPORT_SYMBOL_GPL vmlinux 0xe4309905 syscore_resume +EXPORT_SYMBOL_GPL vmlinux 0xe43fabb2 __netif_set_xps_queue +EXPORT_SYMBOL_GPL vmlinux 0xe4584614 of_clk_hw_onecell_get +EXPORT_SYMBOL_GPL vmlinux 0xe4609304 of_property_count_elems_of_size +EXPORT_SYMBOL_GPL vmlinux 0xe465f567 class_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe46a25e5 __reset_control_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0xe47250d6 ip6_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0xe4809cc7 pwmchip_add +EXPORT_SYMBOL_GPL vmlinux 0xe4873a5d dev_pm_genpd_suspend +EXPORT_SYMBOL_GPL vmlinux 0xe491e700 unregister_kprobes +EXPORT_SYMBOL_GPL vmlinux 0xe4971ade tracing_alloc_snapshot +EXPORT_SYMBOL_GPL vmlinux 0xe497edbd proc_mkdir_data +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 0xe4c71f47 devm_regmap_field_alloc +EXPORT_SYMBOL_GPL vmlinux 0xe4e00f9d devm_get_free_pages +EXPORT_SYMBOL_GPL vmlinux 0xe4e48b12 swphy_validate_state +EXPORT_SYMBOL_GPL vmlinux 0xe4f8239f __cpuhp_state_remove_instance +EXPORT_SYMBOL_GPL vmlinux 0xe4fbfc3e fuse_do_open +EXPORT_SYMBOL_GPL vmlinux 0xe5115d95 pm_generic_restore +EXPORT_SYMBOL_GPL vmlinux 0xe525eec2 ethtool_set_ethtool_phy_ops +EXPORT_SYMBOL_GPL vmlinux 0xe5516728 k3_udma_glue_tx_get_irq +EXPORT_SYMBOL_GPL vmlinux 0xe556be3a hvc_poll +EXPORT_SYMBOL_GPL vmlinux 0xe56e414a devfreq_cooling_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe5725527 ata_dev_next +EXPORT_SYMBOL_GPL vmlinux 0xe57da0ea virtqueue_kick +EXPORT_SYMBOL_GPL vmlinux 0xe5883bd9 class_compat_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe5896363 usb_phy_set_event +EXPORT_SYMBOL_GPL vmlinux 0xe58d8e8c regulator_list_voltage +EXPORT_SYMBOL_GPL vmlinux 0xe58eb9d7 FSE_readNCount +EXPORT_SYMBOL_GPL vmlinux 0xe59114ad crypto_stats_aead_encrypt +EXPORT_SYMBOL_GPL vmlinux 0xe5a925d3 zynqmp_pm_init_finalize +EXPORT_SYMBOL_GPL vmlinux 0xe5ac8a9f kvm_read_guest_offset_cached +EXPORT_SYMBOL_GPL vmlinux 0xe5b99b13 iommu_attach_group +EXPORT_SYMBOL_GPL vmlinux 0xe5bb4d82 tegra_xusb_padctl_legacy_remove +EXPORT_SYMBOL_GPL vmlinux 0xe5c02b64 freq_qos_remove_request +EXPORT_SYMBOL_GPL vmlinux 0xe5c2d098 __rio_local_write_config_16 +EXPORT_SYMBOL_GPL vmlinux 0xe5cb1943 hisi_clk_register_divider +EXPORT_SYMBOL_GPL vmlinux 0xe5ce1a56 rhashtable_walk_enter +EXPORT_SYMBOL_GPL vmlinux 0xe5d0164f acpi_get_psd_map +EXPORT_SYMBOL_GPL vmlinux 0xe5ddda98 fsverity_ioctl_read_metadata +EXPORT_SYMBOL_GPL vmlinux 0xe5de67e1 platform_device_alloc +EXPORT_SYMBOL_GPL vmlinux 0xe5e2a8f4 vcap_keyset_name +EXPORT_SYMBOL_GPL vmlinux 0xe5e790e4 __traceiter_rwmmio_post_read +EXPORT_SYMBOL_GPL vmlinux 0xe5f7cb67 mmc_regulator_set_ocr +EXPORT_SYMBOL_GPL vmlinux 0xe5fa7b77 amba_device_put +EXPORT_SYMBOL_GPL vmlinux 0xe60632a9 edac_queue_work +EXPORT_SYMBOL_GPL vmlinux 0xe60724cd regulator_set_drvdata +EXPORT_SYMBOL_GPL vmlinux 0xe60a5e8d pids_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0xe61761c9 devm_thermal_add_hwmon_sysfs +EXPORT_SYMBOL_GPL vmlinux 0xe628bb9f phy_fibre_port_array +EXPORT_SYMBOL_GPL vmlinux 0xe63eb8e9 devm_nvmem_device_get +EXPORT_SYMBOL_GPL vmlinux 0xe64cf150 rtnl_delete_link +EXPORT_SYMBOL_GPL vmlinux 0xe6518d7e blkcg_activate_policy +EXPORT_SYMBOL_GPL vmlinux 0xe6523f05 spi_mem_poll_status +EXPORT_SYMBOL_GPL vmlinux 0xe654d917 sched_setattr_nocheck +EXPORT_SYMBOL_GPL vmlinux 0xe6644a21 usb_autopm_get_interface +EXPORT_SYMBOL_GPL vmlinux 0xe66a225c __devm_clk_hw_register_gate +EXPORT_SYMBOL_GPL vmlinux 0xe6741fa1 kvm_vcpu_kick +EXPORT_SYMBOL_GPL vmlinux 0xe67c3e24 mtk_free_clk_data +EXPORT_SYMBOL_GPL vmlinux 0xe686850e bpf_offload_dev_netdev_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe687fc67 xen_dbgp_external_startup +EXPORT_SYMBOL_GPL vmlinux 0xe690578f xenbus_watch_path +EXPORT_SYMBOL_GPL vmlinux 0xe6958e82 __traceiter_wbc_writepage +EXPORT_SYMBOL_GPL vmlinux 0xe6ab9077 pci_epc_multi_mem_init +EXPORT_SYMBOL_GPL vmlinux 0xe6b03465 mpc8xxx_spi_rx_buf_u32 +EXPORT_SYMBOL_GPL vmlinux 0xe6b4eb94 bpf_log +EXPORT_SYMBOL_GPL vmlinux 0xe6d404d8 crypto_register_scomps +EXPORT_SYMBOL_GPL vmlinux 0xe6e40502 rcu_get_gp_seq +EXPORT_SYMBOL_GPL vmlinux 0xe6e650c5 dma_vmap_noncontiguous +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 0xe6f5cbd8 peernet2id_alloc +EXPORT_SYMBOL_GPL vmlinux 0xe6f6419e fscrypt_file_open +EXPORT_SYMBOL_GPL vmlinux 0xe6f83837 acpi_bus_attach_private_data +EXPORT_SYMBOL_GPL vmlinux 0xe700d767 reset_control_bulk_deassert +EXPORT_SYMBOL_GPL vmlinux 0xe703ddc7 devm_clk_hw_get_clk +EXPORT_SYMBOL_GPL vmlinux 0xe70d8c03 genphy_c45_check_and_restart_aneg +EXPORT_SYMBOL_GPL vmlinux 0xe73fa9e3 mtk_eint_do_suspend +EXPORT_SYMBOL_GPL vmlinux 0xe753b68d devlink_fmsg_arr_pair_nest_end +EXPORT_SYMBOL_GPL vmlinux 0xe75c5275 xen_remap_vma_range +EXPORT_SYMBOL_GPL vmlinux 0xe769232e sprint_symbol_no_offset +EXPORT_SYMBOL_GPL vmlinux 0xe76e4b14 usb_add_hcd +EXPORT_SYMBOL_GPL vmlinux 0xe7740e5e of_resolve_phandles +EXPORT_SYMBOL_GPL vmlinux 0xe7785f72 regmap_field_free +EXPORT_SYMBOL_GPL vmlinux 0xe77d5ef3 ata_xfer_mode2mask +EXPORT_SYMBOL_GPL vmlinux 0xe783e261 sysfs_emit +EXPORT_SYMBOL_GPL vmlinux 0xe7914a73 ata_dev_set_feature +EXPORT_SYMBOL_GPL vmlinux 0xe7936243 zynqmp_pm_clock_getstate +EXPORT_SYMBOL_GPL vmlinux 0xe79e0a0c blk_trace_startstop +EXPORT_SYMBOL_GPL vmlinux 0xe7a43d21 usb_kill_urb +EXPORT_SYMBOL_GPL vmlinux 0xe7a86762 ata_acpi_stm +EXPORT_SYMBOL_GPL vmlinux 0xe7b59b33 shmem_truncate_range +EXPORT_SYMBOL_GPL vmlinux 0xe7b5d7df xfrm_local_error +EXPORT_SYMBOL_GPL vmlinux 0xe7b80cfc find_get_pid +EXPORT_SYMBOL_GPL vmlinux 0xe7ba53b5 usb_get_status +EXPORT_SYMBOL_GPL vmlinux 0xe7c16820 serial8250_em485_config +EXPORT_SYMBOL_GPL vmlinux 0xe7d203c5 usb_free_urb +EXPORT_SYMBOL_GPL vmlinux 0xe7d6d2d4 filter_match_preds +EXPORT_SYMBOL_GPL vmlinux 0xe7f21d38 vfs_listxattr +EXPORT_SYMBOL_GPL vmlinux 0xe818b32b ata_bmdma_interrupt +EXPORT_SYMBOL_GPL vmlinux 0xe82aa875 icc_get +EXPORT_SYMBOL_GPL vmlinux 0xe83028e4 dpcon_close +EXPORT_SYMBOL_GPL vmlinux 0xe84f6e5c pciserial_remove_ports +EXPORT_SYMBOL_GPL vmlinux 0xe859663c inet_csk_addr2sockaddr +EXPORT_SYMBOL_GPL vmlinux 0xe85a9fd3 cpu_cluster_pm_exit +EXPORT_SYMBOL_GPL vmlinux 0xe85d72db show_class_attr_string +EXPORT_SYMBOL_GPL vmlinux 0xe862c4b7 dpm_suspend_start +EXPORT_SYMBOL_GPL vmlinux 0xe86c6e55 fsstack_copy_attr_all +EXPORT_SYMBOL_GPL vmlinux 0xe86e803f elv_rqhash_del +EXPORT_SYMBOL_GPL vmlinux 0xe86fb8b4 mtk_pinconf_drive_set_raw +EXPORT_SYMBOL_GPL vmlinux 0xe87558ec screen_glyph +EXPORT_SYMBOL_GPL vmlinux 0xe876d591 devm_ti_sci_get_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0xe893b9f2 sdio_writeb_readb +EXPORT_SYMBOL_GPL vmlinux 0xe8980de0 power_supply_register_no_ws +EXPORT_SYMBOL_GPL vmlinux 0xe89b00fb xhci_run +EXPORT_SYMBOL_GPL vmlinux 0xe8a23c2b filemap_add_folio +EXPORT_SYMBOL_GPL vmlinux 0xe8a40bb8 platform_bus_type +EXPORT_SYMBOL_GPL vmlinux 0xe8a80d40 fuse_direct_io +EXPORT_SYMBOL_GPL vmlinux 0xe8aad0f2 ata_bmdma_qc_prep +EXPORT_SYMBOL_GPL vmlinux 0xe8b0bfb8 device_set_of_node_from_dev +EXPORT_SYMBOL_GPL vmlinux 0xe8b8cffe regulator_get_exclusive +EXPORT_SYMBOL_GPL vmlinux 0xe8bc40c5 cn_netlink_send +EXPORT_SYMBOL_GPL vmlinux 0xe8bf8f9d cpufreq_dbs_governor_init +EXPORT_SYMBOL_GPL vmlinux 0xe8c0065d memory_group_register_static +EXPORT_SYMBOL_GPL vmlinux 0xe90c7659 k3_udma_glue_rx_dma_to_cppi5_addr +EXPORT_SYMBOL_GPL vmlinux 0xe91172fc ping_common_sendmsg +EXPORT_SYMBOL_GPL vmlinux 0xe911df29 eventfd_ctx_do_read +EXPORT_SYMBOL_GPL vmlinux 0xe91b08b4 fsverity_verify_bio +EXPORT_SYMBOL_GPL vmlinux 0xe91b0fc1 pci_find_ext_capability +EXPORT_SYMBOL_GPL vmlinux 0xe92c2eac mtk_pinconf_bias_get_rev1 +EXPORT_SYMBOL_GPL vmlinux 0xe9348319 tpm_is_tpm2 +EXPORT_SYMBOL_GPL vmlinux 0xe93ade7c raw_v6_match +EXPORT_SYMBOL_GPL vmlinux 0xe93bd721 pci_probe_reset_bus +EXPORT_SYMBOL_GPL vmlinux 0xe93e49c3 devres_free +EXPORT_SYMBOL_GPL vmlinux 0xe941e624 of_get_fb_videomode +EXPORT_SYMBOL_GPL vmlinux 0xe94560d6 mpc8xxx_spi_probe +EXPORT_SYMBOL_GPL vmlinux 0xe9471d28 __traceiter_kfree_skb +EXPORT_SYMBOL_GPL vmlinux 0xe9482bb7 mtk_mutex_add_comp +EXPORT_SYMBOL_GPL vmlinux 0xe956a75c pl320_ipc_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0xe95a3bad bd_link_disk_holder +EXPORT_SYMBOL_GPL vmlinux 0xe95edc50 pinctrl_generic_get_group_name +EXPORT_SYMBOL_GPL vmlinux 0xe96b881c efivars_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe96e1026 wm831x_auxadc_read +EXPORT_SYMBOL_GPL vmlinux 0xe98046a0 proc_create_net_data_write +EXPORT_SYMBOL_GPL vmlinux 0xe98f55f2 arm_smccc_get_version +EXPORT_SYMBOL_GPL vmlinux 0xe9af14b2 xenbus_register_driver_common +EXPORT_SYMBOL_GPL vmlinux 0xe9b5efab pci_find_host_bridge +EXPORT_SYMBOL_GPL vmlinux 0xe9b9984d rio_local_set_device_id +EXPORT_SYMBOL_GPL vmlinux 0xe9d1b7cf irq_to_pcap +EXPORT_SYMBOL_GPL vmlinux 0xe9d63a0d k3_udma_glue_enable_tx_chn +EXPORT_SYMBOL_GPL vmlinux 0xe9e62f0c platform_get_irq_byname +EXPORT_SYMBOL_GPL vmlinux 0xe9edb93d put_io_context +EXPORT_SYMBOL_GPL vmlinux 0xe9f2d6f8 dev_pm_domain_attach_by_name +EXPORT_SYMBOL_GPL vmlinux 0xe9f5116f rcu_exp_jiffies_till_stall_check +EXPORT_SYMBOL_GPL vmlinux 0xe9f7dd16 dev_pm_opp_remove_all_dynamic +EXPORT_SYMBOL_GPL vmlinux 0xea018bbb mpi_test_bit +EXPORT_SYMBOL_GPL vmlinux 0xea124bd1 gcd +EXPORT_SYMBOL_GPL vmlinux 0xea1c75a1 dm_copy_name_and_uuid +EXPORT_SYMBOL_GPL vmlinux 0xea21dfec devm_pwm_get +EXPORT_SYMBOL_GPL vmlinux 0xea2cac16 crypto_stats_aead_decrypt +EXPORT_SYMBOL_GPL vmlinux 0xea38036f ring_buffer_entries +EXPORT_SYMBOL_GPL vmlinux 0xea3a23f3 public_key_free +EXPORT_SYMBOL_GPL vmlinux 0xea42b431 usb_find_alt_setting +EXPORT_SYMBOL_GPL vmlinux 0xea50dad3 ahci_ignore_sss +EXPORT_SYMBOL_GPL vmlinux 0xea52aedb ahci_dev_classify +EXPORT_SYMBOL_GPL vmlinux 0xea5ce675 tty_port_register_device_attr_serdev +EXPORT_SYMBOL_GPL vmlinux 0xea6c871c pinmux_generic_remove_function +EXPORT_SYMBOL_GPL vmlinux 0xea72a68f folio_wait_writeback_killable +EXPORT_SYMBOL_GPL vmlinux 0xeaa19146 cpufreq_policy_transition_delay_us +EXPORT_SYMBOL_GPL vmlinux 0xeaa1c33c fsnotify_find_mark +EXPORT_SYMBOL_GPL vmlinux 0xeab15fa5 blkdev_zone_mgmt +EXPORT_SYMBOL_GPL vmlinux 0xeac39650 regmap_write_async +EXPORT_SYMBOL_GPL vmlinux 0xeacaa0ff mpc8xxx_spi_rx_buf_u8 +EXPORT_SYMBOL_GPL vmlinux 0xead035ee __tracepoint_fib6_table_lookup +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 0xeaf0a57c look_up_OID +EXPORT_SYMBOL_GPL vmlinux 0xeaf3cb23 crc64_be +EXPORT_SYMBOL_GPL vmlinux 0xeaf410ac mpc8xxx_spi_tx_buf_u32 +EXPORT_SYMBOL_GPL vmlinux 0xeaf8469d hv_do_fast_hypercall8 +EXPORT_SYMBOL_GPL vmlinux 0xeb108b7b acpi_dev_ready_for_enumeration +EXPORT_SYMBOL_GPL vmlinux 0xeb16a5db iomap_seek_data +EXPORT_SYMBOL_GPL vmlinux 0xeb25d149 cpufreq_cpu_get_raw +EXPORT_SYMBOL_GPL vmlinux 0xeb4221e4 trace_clock +EXPORT_SYMBOL_GPL vmlinux 0xeb52e2b3 devm_nvmem_device_put +EXPORT_SYMBOL_GPL vmlinux 0xeb539d57 devm_regulator_get_enable_optional +EXPORT_SYMBOL_GPL vmlinux 0xeb57cf81 dax_iomap_fault +EXPORT_SYMBOL_GPL vmlinux 0xeb59208d genphy_c45_read_status +EXPORT_SYMBOL_GPL vmlinux 0xeb5ccdc4 usb_alloc_urb +EXPORT_SYMBOL_GPL vmlinux 0xeb5fb8e0 clk_hw_get_rate +EXPORT_SYMBOL_GPL vmlinux 0xeb72d68b gov_update_cpu_data +EXPORT_SYMBOL_GPL vmlinux 0xeb78b1ed unregister_kprobe +EXPORT_SYMBOL_GPL vmlinux 0xeb8c30b6 anon_transport_class_unregister +EXPORT_SYMBOL_GPL vmlinux 0xeb9d30e4 sysfs_remove_groups +EXPORT_SYMBOL_GPL vmlinux 0xeba86dc4 xfrm_audit_state_delete +EXPORT_SYMBOL_GPL vmlinux 0xebade774 hypervisor_kobj +EXPORT_SYMBOL_GPL vmlinux 0xebae6252 edac_device_add_device +EXPORT_SYMBOL_GPL vmlinux 0xebae95ee fscrypt_get_symlink +EXPORT_SYMBOL_GPL vmlinux 0xebd4cc11 mctrl_gpio_enable_ms +EXPORT_SYMBOL_GPL vmlinux 0xebd53126 led_get_default_pattern +EXPORT_SYMBOL_GPL vmlinux 0xebd95288 fsl_mc_bus_dpsw_type +EXPORT_SYMBOL_GPL vmlinux 0xebdf0df1 edac_pci_del_device +EXPORT_SYMBOL_GPL vmlinux 0xebdf81fd inet_csk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0xebe47391 pci_hp_add +EXPORT_SYMBOL_GPL vmlinux 0xebf8ac9e extcon_set_property +EXPORT_SYMBOL_GPL vmlinux 0xebf9e672 ahci_handle_port_intr +EXPORT_SYMBOL_GPL vmlinux 0xec02ebe0 phylink_init_eee +EXPORT_SYMBOL_GPL vmlinux 0xec133050 fwnode_property_present +EXPORT_SYMBOL_GPL vmlinux 0xec175dbf vp_modern_get_queue_enable +EXPORT_SYMBOL_GPL vmlinux 0xec25ead6 kthread_func +EXPORT_SYMBOL_GPL vmlinux 0xec28d876 devm_of_clk_add_hw_provider +EXPORT_SYMBOL_GPL vmlinux 0xec310e6d cn_add_callback +EXPORT_SYMBOL_GPL vmlinux 0xec3bc051 set_capacity_and_notify +EXPORT_SYMBOL_GPL vmlinux 0xec40cfb8 fib_add_nexthop +EXPORT_SYMBOL_GPL vmlinux 0xec4c1f4b __pci_epc_create +EXPORT_SYMBOL_GPL vmlinux 0xec4cb9df devm_pm_opp_of_add_table_indexed +EXPORT_SYMBOL_GPL vmlinux 0xec5668f6 dax_zero_page_range +EXPORT_SYMBOL_GPL vmlinux 0xec57a1ae usb_hcd_pci_remove +EXPORT_SYMBOL_GPL vmlinux 0xec5db0ed bio_blkcg_css +EXPORT_SYMBOL_GPL vmlinux 0xec608f7a regulator_suspend_enable +EXPORT_SYMBOL_GPL vmlinux 0xec774acb cpufreq_frequency_table_verify +EXPORT_SYMBOL_GPL vmlinux 0xecad4cd0 da903x_read +EXPORT_SYMBOL_GPL vmlinux 0xecb671fc tegra210_sata_pll_hw_sequence_start +EXPORT_SYMBOL_GPL vmlinux 0xecba68e3 gnttab_batch_map +EXPORT_SYMBOL_GPL vmlinux 0xecd8f23d xenbus_read +EXPORT_SYMBOL_GPL vmlinux 0xecdc7b58 irq_gc_mask_clr_bit +EXPORT_SYMBOL_GPL vmlinux 0xecde72e2 pm_genpd_remove +EXPORT_SYMBOL_GPL vmlinux 0xecf21730 __devm_regmap_init_spi +EXPORT_SYMBOL_GPL vmlinux 0xecf6c507 clkdev_create +EXPORT_SYMBOL_GPL vmlinux 0xecf6eec9 gpiochip_find +EXPORT_SYMBOL_GPL vmlinux 0xecfc366b fwnode_count_parents +EXPORT_SYMBOL_GPL vmlinux 0xed2c44b9 mctrl_gpio_free +EXPORT_SYMBOL_GPL vmlinux 0xed2c5bcf power_supply_charge_behaviour_parse +EXPORT_SYMBOL_GPL vmlinux 0xed39b7b8 parse_OID +EXPORT_SYMBOL_GPL vmlinux 0xed3b9abe netdev_rx_handler_register +EXPORT_SYMBOL_GPL vmlinux 0xed3df828 cgroup_get_e_css +EXPORT_SYMBOL_GPL vmlinux 0xed5f8460 usb_get_hcd +EXPORT_SYMBOL_GPL vmlinux 0xed7d792d lwtunnel_build_state +EXPORT_SYMBOL_GPL vmlinux 0xed8b28b1 led_trigger_event +EXPORT_SYMBOL_GPL vmlinux 0xed8c384b netdev_xmit_skip_txqueue +EXPORT_SYMBOL_GPL vmlinux 0xed918dde hte_init_line_attr +EXPORT_SYMBOL_GPL vmlinux 0xed969a1b crypto_enqueue_request_head +EXPORT_SYMBOL_GPL vmlinux 0xed9aa51e mbox_request_channel_byname +EXPORT_SYMBOL_GPL vmlinux 0xed9bba81 usb_remove_hcd +EXPORT_SYMBOL_GPL vmlinux 0xedae5cef hte_ts_get +EXPORT_SYMBOL_GPL vmlinux 0xedaef56c gpiochip_line_is_irq +EXPORT_SYMBOL_GPL vmlinux 0xedaf1dcc serial8250_read_char +EXPORT_SYMBOL_GPL vmlinux 0xedafe70c meson_eeclkc_probe +EXPORT_SYMBOL_GPL vmlinux 0xedb17322 crypto_lookup_template +EXPORT_SYMBOL_GPL vmlinux 0xedbb29f9 devm_hte_request_ts_ns +EXPORT_SYMBOL_GPL vmlinux 0xedbf651f sfp_register_socket +EXPORT_SYMBOL_GPL vmlinux 0xede3da04 xdp_rxq_info_reg_mem_model +EXPORT_SYMBOL_GPL vmlinux 0xede9a09a btree_lookup +EXPORT_SYMBOL_GPL vmlinux 0xedf3e542 i2c_dw_configure_master +EXPORT_SYMBOL_GPL vmlinux 0xedfbbdee fsl_mc_portal_free +EXPORT_SYMBOL_GPL vmlinux 0xee03d124 __scsi_init_queue +EXPORT_SYMBOL_GPL vmlinux 0xee0ea3b3 irq_chip_mask_ack_parent +EXPORT_SYMBOL_GPL vmlinux 0xee198990 strp_data_ready +EXPORT_SYMBOL_GPL vmlinux 0xee1f5126 __tracepoint_neigh_timer_handler +EXPORT_SYMBOL_GPL vmlinux 0xee2618f5 blkg_conf_finish +EXPORT_SYMBOL_GPL vmlinux 0xee383276 ip6_route_output_flags +EXPORT_SYMBOL_GPL vmlinux 0xee38ef57 register_switchdev_blocking_notifier +EXPORT_SYMBOL_GPL vmlinux 0xee3ba477 disk_update_readahead +EXPORT_SYMBOL_GPL vmlinux 0xee43ef49 fuse_conn_get +EXPORT_SYMBOL_GPL vmlinux 0xee518148 kmsg_dump_get_buffer +EXPORT_SYMBOL_GPL vmlinux 0xee5231f7 handle_bad_irq +EXPORT_SYMBOL_GPL vmlinux 0xee6b71c4 syscon_regmap_lookup_by_compatible +EXPORT_SYMBOL_GPL vmlinux 0xee6c1dba irq_gc_mask_disable_reg +EXPORT_SYMBOL_GPL vmlinux 0xee6c633a devices_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0xee83fb30 disk_force_media_change +EXPORT_SYMBOL_GPL vmlinux 0xee890c39 spi_mem_exec_op +EXPORT_SYMBOL_GPL vmlinux 0xee8d43e6 xfrm_audit_state_replay_overflow +EXPORT_SYMBOL_GPL vmlinux 0xeeac9e63 kthread_queue_work +EXPORT_SYMBOL_GPL vmlinux 0xeec141c3 invalidate_inode_pages2 +EXPORT_SYMBOL_GPL vmlinux 0xeec345ef mpc8xxx_spi_tx_buf_u8 +EXPORT_SYMBOL_GPL vmlinux 0xeed1a25f vp_modern_probe +EXPORT_SYMBOL_GPL vmlinux 0xeedd987e phy_10gbit_features_array +EXPORT_SYMBOL_GPL vmlinux 0xeedfa62a zynqmp_pm_is_function_supported +EXPORT_SYMBOL_GPL vmlinux 0xeeea36b1 ata_pci_sff_init_one +EXPORT_SYMBOL_GPL vmlinux 0xeef0f10d devlink_traps_register +EXPORT_SYMBOL_GPL vmlinux 0xeef68434 acpi_ec_remove_query_handler +EXPORT_SYMBOL_GPL vmlinux 0xeef948fa ping_seq_stop +EXPORT_SYMBOL_GPL vmlinux 0xef0cc8ec splice_to_pipe +EXPORT_SYMBOL_GPL vmlinux 0xef0deb99 devl_trap_policers_register +EXPORT_SYMBOL_GPL vmlinux 0xef1f6e23 apei_resources_request +EXPORT_SYMBOL_GPL vmlinux 0xef254d64 ehci_init_driver +EXPORT_SYMBOL_GPL vmlinux 0xef2671c9 ip_icmp_error +EXPORT_SYMBOL_GPL vmlinux 0xef29fcdd clk_bulk_put +EXPORT_SYMBOL_GPL vmlinux 0xef34bf3e hrtimer_active +EXPORT_SYMBOL_GPL vmlinux 0xef3e9f05 netdev_walk_all_lower_dev_rcu +EXPORT_SYMBOL_GPL vmlinux 0xef464c28 getboottime64 +EXPORT_SYMBOL_GPL vmlinux 0xef4660f4 ip6_local_out +EXPORT_SYMBOL_GPL vmlinux 0xef49e8c5 ipv6_find_tlv +EXPORT_SYMBOL_GPL vmlinux 0xef4c30da bpf_trace_run5 +EXPORT_SYMBOL_GPL vmlinux 0xef5db66d regulator_get_init_drvdata +EXPORT_SYMBOL_GPL vmlinux 0xef5e1050 mtk_clk_unregister_factors +EXPORT_SYMBOL_GPL vmlinux 0xef619836 tpm2_get_tpm_pt +EXPORT_SYMBOL_GPL vmlinux 0xef638165 ohci_resume +EXPORT_SYMBOL_GPL vmlinux 0xef689850 handle_fasteoi_irq +EXPORT_SYMBOL_GPL vmlinux 0xef6c3f70 round_jiffies_up_relative +EXPORT_SYMBOL_GPL vmlinux 0xef6de7da k3_ringacc_dmarings_init +EXPORT_SYMBOL_GPL vmlinux 0xef70eb7e ring_buffer_iter_advance +EXPORT_SYMBOL_GPL vmlinux 0xef7c67f6 sched_numa_find_nth_cpu +EXPORT_SYMBOL_GPL vmlinux 0xef84d839 clk_mux_ro_ops +EXPORT_SYMBOL_GPL vmlinux 0xef92ef33 btree_last +EXPORT_SYMBOL_GPL vmlinux 0xef97b0d0 of_dma_router_register +EXPORT_SYMBOL_GPL vmlinux 0xefa2c27d register_tracepoint_module_notifier +EXPORT_SYMBOL_GPL vmlinux 0xefa89bda clk_register_divider_table +EXPORT_SYMBOL_GPL vmlinux 0xefa94750 balloon_page_list_enqueue +EXPORT_SYMBOL_GPL vmlinux 0xefb5e280 blk_crypto_register +EXPORT_SYMBOL_GPL vmlinux 0xefc16888 fsl_mc_obj_open +EXPORT_SYMBOL_GPL vmlinux 0xefd0c171 iomap_zero_range +EXPORT_SYMBOL_GPL vmlinux 0xefe6f46c __kthread_init_worker +EXPORT_SYMBOL_GPL vmlinux 0xefeafcf1 edac_has_mcs +EXPORT_SYMBOL_GPL vmlinux 0xeff5f3a9 lwtunnel_valid_encap_type +EXPORT_SYMBOL_GPL vmlinux 0xf012349d gnttab_batch_copy +EXPORT_SYMBOL_GPL vmlinux 0xf01ba4db dm_table_device_name +EXPORT_SYMBOL_GPL vmlinux 0xf0231c83 perf_event_sysfs_show +EXPORT_SYMBOL_GPL vmlinux 0xf025a9b0 blk_queue_max_discard_segments +EXPORT_SYMBOL_GPL vmlinux 0xf04429b4 acpi_bus_get_status_handle +EXPORT_SYMBOL_GPL vmlinux 0xf045bc0f regulator_bulk_register_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0xf047c287 pinmux_generic_get_function_groups +EXPORT_SYMBOL_GPL vmlinux 0xf04e7d10 pci_platform_power_transition +EXPORT_SYMBOL_GPL vmlinux 0xf059f248 mtk_mutex_write_mod +EXPORT_SYMBOL_GPL vmlinux 0xf05a52fe asn1_encode_oid +EXPORT_SYMBOL_GPL vmlinux 0xf05fbf09 pci_pio_to_address +EXPORT_SYMBOL_GPL vmlinux 0xf0616e7a sched_numa_hop_mask +EXPORT_SYMBOL_GPL vmlinux 0xf0696401 acpi_pci_detect_ejectable +EXPORT_SYMBOL_GPL vmlinux 0xf07f3503 user_describe +EXPORT_SYMBOL_GPL vmlinux 0xf080cb11 ethnl_cable_test_amplitude +EXPORT_SYMBOL_GPL vmlinux 0xf0910075 sfp_bus_del_upstream +EXPORT_SYMBOL_GPL vmlinux 0xf09ed8f1 __traceiter_sched_update_nr_running_tp +EXPORT_SYMBOL_GPL vmlinux 0xf0a2bf05 of_clk_get_from_provider +EXPORT_SYMBOL_GPL vmlinux 0xf0aa2b40 kgdb_register_io_module +EXPORT_SYMBOL_GPL vmlinux 0xf0ad4824 device_rename +EXPORT_SYMBOL_GPL vmlinux 0xf0b6b408 input_device_enabled +EXPORT_SYMBOL_GPL vmlinux 0xf0c04cea clk_regmap_divider_ro_ops +EXPORT_SYMBOL_GPL vmlinux 0xf0e41014 cpu_subsys +EXPORT_SYMBOL_GPL vmlinux 0xf0f24608 inverse_translate +EXPORT_SYMBOL_GPL vmlinux 0xf0f3b289 nvdimm_setup_pfn +EXPORT_SYMBOL_GPL vmlinux 0xf0f4b462 wbc_account_cgroup_owner +EXPORT_SYMBOL_GPL vmlinux 0xf0f9b480 __blk_req_zone_write_unlock +EXPORT_SYMBOL_GPL vmlinux 0xf0fb1ce1 mcore_booted +EXPORT_SYMBOL_GPL vmlinux 0xf112aade phy_modify_changed +EXPORT_SYMBOL_GPL vmlinux 0xf12180fd imx_1443x_dram_pll +EXPORT_SYMBOL_GPL vmlinux 0xf122e3bd devres_for_each_res +EXPORT_SYMBOL_GPL vmlinux 0xf13732d9 stmpe_disable +EXPORT_SYMBOL_GPL vmlinux 0xf139c2e8 blk_trace_remove +EXPORT_SYMBOL_GPL vmlinux 0xf14317ef devl_rate_nodes_destroy +EXPORT_SYMBOL_GPL vmlinux 0xf1469302 static_dev_dax +EXPORT_SYMBOL_GPL vmlinux 0xf155bf0d devl_resource_size_get +EXPORT_SYMBOL_GPL vmlinux 0xf15b3c65 input_ff_upload +EXPORT_SYMBOL_GPL vmlinux 0xf184d189 kernel_power_off +EXPORT_SYMBOL_GPL vmlinux 0xf188a662 rhashtable_walk_exit +EXPORT_SYMBOL_GPL vmlinux 0xf1906db1 nf_hook_entries_insert_raw +EXPORT_SYMBOL_GPL vmlinux 0xf1af7d61 mnt_want_write +EXPORT_SYMBOL_GPL vmlinux 0xf1b5ee2f genphy_c45_pma_suspend +EXPORT_SYMBOL_GPL vmlinux 0xf1c96b13 clk_bulk_get_optional +EXPORT_SYMBOL_GPL vmlinux 0xf1d8bd7a wakeup_source_remove +EXPORT_SYMBOL_GPL vmlinux 0xf1ecf333 stmpe_block_read +EXPORT_SYMBOL_GPL vmlinux 0xf1fd8519 pci_set_host_bridge_release +EXPORT_SYMBOL_GPL vmlinux 0xf208a7c8 of_dma_controller_register +EXPORT_SYMBOL_GPL vmlinux 0xf21e1f9b disable_percpu_irq +EXPORT_SYMBOL_GPL vmlinux 0xf21e4946 file_is_kvm +EXPORT_SYMBOL_GPL vmlinux 0xf2202d3f device_set_node +EXPORT_SYMBOL_GPL vmlinux 0xf228e901 bpfilter_umh_cleanup +EXPORT_SYMBOL_GPL vmlinux 0xf22d9230 xenbus_watch_pathfmt +EXPORT_SYMBOL_GPL vmlinux 0xf23b6c14 vcap_rule_set_counter +EXPORT_SYMBOL_GPL vmlinux 0xf246e4b5 lp8788_update_bits +EXPORT_SYMBOL_GPL vmlinux 0xf25a3c82 mtk_pinconf_bias_get +EXPORT_SYMBOL_GPL vmlinux 0xf25f5361 blk_mq_alloc_sq_tag_set +EXPORT_SYMBOL_GPL vmlinux 0xf269dfb7 blk_execute_rq_nowait +EXPORT_SYMBOL_GPL vmlinux 0xf26f232c rio_mport_read_config_8 +EXPORT_SYMBOL_GPL vmlinux 0xf271cf6c skb_copy_ubufs +EXPORT_SYMBOL_GPL vmlinux 0xf27d0a7b gnttab_grant_foreign_access_ref +EXPORT_SYMBOL_GPL vmlinux 0xf27e2ddd ata_dummy_port_info +EXPORT_SYMBOL_GPL vmlinux 0xf27e973d device_register +EXPORT_SYMBOL_GPL vmlinux 0xf28404cf devlink_dpipe_header_ipv6 +EXPORT_SYMBOL_GPL vmlinux 0xf28b67a8 gpiochip_relres_irq +EXPORT_SYMBOL_GPL vmlinux 0xf2967796 ring_buffer_record_on +EXPORT_SYMBOL_GPL vmlinux 0xf2b33cb7 memory_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0xf2c1d165 blk_rq_is_poll +EXPORT_SYMBOL_GPL vmlinux 0xf2c59a4b handle_level_irq +EXPORT_SYMBOL_GPL vmlinux 0xf2c8e96c sbitmap_bitmap_show +EXPORT_SYMBOL_GPL vmlinux 0xf2c9d32e tegra_bpmp_request_mrq +EXPORT_SYMBOL_GPL vmlinux 0xf2ca4695 crypto_unregister_shash +EXPORT_SYMBOL_GPL vmlinux 0xf2d22509 regmap_bulk_write +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 0xf30ccc64 dprc_open +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 0xf32bdc5d unregister_xenstore_notifier +EXPORT_SYMBOL_GPL vmlinux 0xf331236f btree_geo32 +EXPORT_SYMBOL_GPL vmlinux 0xf33e20a7 wm831x_reg_unlock +EXPORT_SYMBOL_GPL vmlinux 0xf352023f memory_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0xf3797506 mpi_ec_deinit +EXPORT_SYMBOL_GPL vmlinux 0xf379e7e6 devm_regmap_add_irq_chip_fwnode +EXPORT_SYMBOL_GPL vmlinux 0xf37be2dd gpiochip_request_own_desc +EXPORT_SYMBOL_GPL vmlinux 0xf3808cb1 get_state_synchronize_rcu +EXPORT_SYMBOL_GPL vmlinux 0xf391c120 rtc_read_alarm +EXPORT_SYMBOL_GPL vmlinux 0xf397ba21 alloc_io_pgtable_ops +EXPORT_SYMBOL_GPL vmlinux 0xf398fbb7 gnttab_pages_clear_private +EXPORT_SYMBOL_GPL vmlinux 0xf3a09fe7 crypto_has_kpp +EXPORT_SYMBOL_GPL vmlinux 0xf3b1650e devm_bitmap_zalloc +EXPORT_SYMBOL_GPL vmlinux 0xf3b451ca kdb_poll_funcs +EXPORT_SYMBOL_GPL vmlinux 0xf3b95d79 btree_remove +EXPORT_SYMBOL_GPL vmlinux 0xf3c143fd nvmem_cell_read_u16 +EXPORT_SYMBOL_GPL vmlinux 0xf3cbc7b0 rockchip_clk_of_add_provider +EXPORT_SYMBOL_GPL vmlinux 0xf3da0e0d k3_udma_glue_tx_get_dma_device +EXPORT_SYMBOL_GPL vmlinux 0xf3e5ef1c mtk_mmsys_ddp_disconnect +EXPORT_SYMBOL_GPL vmlinux 0xf3eb8b92 pinctrl_get_group_pins +EXPORT_SYMBOL_GPL vmlinux 0xf3ecb6b7 sysfs_notify +EXPORT_SYMBOL_GPL vmlinux 0xf3ff3644 kobject_rename +EXPORT_SYMBOL_GPL vmlinux 0xf411e3e7 devm_extcon_dev_register +EXPORT_SYMBOL_GPL vmlinux 0xf415cc2b misc_cg_try_charge +EXPORT_SYMBOL_GPL vmlinux 0xf42094b6 watchdog_notify_pretimeout +EXPORT_SYMBOL_GPL vmlinux 0xf4236f0d clk_register_composite +EXPORT_SYMBOL_GPL vmlinux 0xf42a82de em_pd_get +EXPORT_SYMBOL_GPL vmlinux 0xf42db6c9 device_property_read_u64_array +EXPORT_SYMBOL_GPL vmlinux 0xf448b903 devm_spi_mem_dirmap_destroy +EXPORT_SYMBOL_GPL vmlinux 0xf45a6e95 dev_pm_qos_hide_latency_limit +EXPORT_SYMBOL_GPL vmlinux 0xf45b40bb xenbus_match +EXPORT_SYMBOL_GPL vmlinux 0xf4646e9b tpm_get_timeouts +EXPORT_SYMBOL_GPL vmlinux 0xf4689d50 linkmode_set_pause +EXPORT_SYMBOL_GPL vmlinux 0xf46f3d6b bpf_prog_create_from_user +EXPORT_SYMBOL_GPL vmlinux 0xf47654df irq_check_status_bit +EXPORT_SYMBOL_GPL vmlinux 0xf47756c9 dax_zero_range +EXPORT_SYMBOL_GPL vmlinux 0xf479c4d3 gpiod_set_config +EXPORT_SYMBOL_GPL vmlinux 0xf47cf18e devlink_param_unregister +EXPORT_SYMBOL_GPL vmlinux 0xf4907ad4 wbc_attach_and_unlock_inode +EXPORT_SYMBOL_GPL vmlinux 0xf4a00349 __tracepoint_block_rq_insert +EXPORT_SYMBOL_GPL vmlinux 0xf4a8ac2f regulator_set_current_limit_regmap +EXPORT_SYMBOL_GPL vmlinux 0xf4af35c2 rcu_gp_is_normal +EXPORT_SYMBOL_GPL vmlinux 0xf4b7571e regulator_put +EXPORT_SYMBOL_GPL vmlinux 0xf4c45672 kvm_vcpu_read_guest_atomic +EXPORT_SYMBOL_GPL vmlinux 0xf4c65262 gpiod_direction_input +EXPORT_SYMBOL_GPL vmlinux 0xf4cc1c6c ipv6_recv_error +EXPORT_SYMBOL_GPL vmlinux 0xf4cd9f8f reset_control_bulk_release +EXPORT_SYMBOL_GPL vmlinux 0xf4db8ae9 phy_set_speed +EXPORT_SYMBOL_GPL vmlinux 0xf4f55c81 __mmu_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0xf4f6b2a7 device_node_to_regmap +EXPORT_SYMBOL_GPL vmlinux 0xf4f6f6ab wbt_disable_default +EXPORT_SYMBOL_GPL vmlinux 0xf4f98118 clk_register +EXPORT_SYMBOL_GPL vmlinux 0xf53da071 component_compare_dev_name +EXPORT_SYMBOL_GPL vmlinux 0xf541713b vcap_filter_rule_keys +EXPORT_SYMBOL_GPL vmlinux 0xf54bd49b lcm +EXPORT_SYMBOL_GPL vmlinux 0xf54fec52 dma_get_any_slave_channel +EXPORT_SYMBOL_GPL vmlinux 0xf553318d cpuidle_pause_and_lock +EXPORT_SYMBOL_GPL vmlinux 0xf5579c9e posix_acl_default_xattr_handler +EXPORT_SYMBOL_GPL vmlinux 0xf559cfa8 fib6_get_table +EXPORT_SYMBOL_GPL vmlinux 0xf56df48e sk_psock_drop +EXPORT_SYMBOL_GPL vmlinux 0xf571bd3d of_dma_xlate_by_chan_id +EXPORT_SYMBOL_GPL vmlinux 0xf573292f wm831x_device_shutdown +EXPORT_SYMBOL_GPL vmlinux 0xf57b1bef fsverity_ioctl_enable +EXPORT_SYMBOL_GPL vmlinux 0xf5a067bf iommu_group_dma_owner_claimed +EXPORT_SYMBOL_GPL vmlinux 0xf5a2e7b7 wm831x_reg_read +EXPORT_SYMBOL_GPL vmlinux 0xf5a3ba99 linear_range_values_in_range +EXPORT_SYMBOL_GPL vmlinux 0xf5a691cd invalidate_bh_lrus +EXPORT_SYMBOL_GPL vmlinux 0xf5cdedc9 raw_v4_match +EXPORT_SYMBOL_GPL vmlinux 0xf5d94682 i2c_adapter_type +EXPORT_SYMBOL_GPL vmlinux 0xf5d998f8 gpiod_set_consumer_name +EXPORT_SYMBOL_GPL vmlinux 0xf5e1a77c trace_seq_putmem_hex +EXPORT_SYMBOL_GPL vmlinux 0xf5f370e0 async_schedule_node +EXPORT_SYMBOL_GPL vmlinux 0xf5f6a8e9 iommu_set_fault_handler +EXPORT_SYMBOL_GPL vmlinux 0xf5fe1b7f trace_array_get_by_name +EXPORT_SYMBOL_GPL vmlinux 0xf602fba5 usb_put_dev +EXPORT_SYMBOL_GPL vmlinux 0xf60f39f7 genphy_c45_pma_read_abilities +EXPORT_SYMBOL_GPL vmlinux 0xf6179a39 regulator_bulk_set_supply_names +EXPORT_SYMBOL_GPL vmlinux 0xf61ac29b pm_clk_add_notifier +EXPORT_SYMBOL_GPL vmlinux 0xf61c6b74 hv_do_hypercall +EXPORT_SYMBOL_GPL vmlinux 0xf62239d1 tty_buffer_unlock_exclusive +EXPORT_SYMBOL_GPL vmlinux 0xf63109bd imx_clk_hw_pllv4 +EXPORT_SYMBOL_GPL vmlinux 0xf64aaa25 alarm_init +EXPORT_SYMBOL_GPL vmlinux 0xf655cfa1 __device_reset +EXPORT_SYMBOL_GPL vmlinux 0xf663ee2f pcap_adc_sync +EXPORT_SYMBOL_GPL vmlinux 0xf66f7562 tc3589x_reg_read +EXPORT_SYMBOL_GPL vmlinux 0xf673e92f of_mpc8xxx_spi_probe +EXPORT_SYMBOL_GPL vmlinux 0xf6869317 is_nvdimm_sync +EXPORT_SYMBOL_GPL vmlinux 0xf6910cf7 pci_rescan_bus +EXPORT_SYMBOL_GPL vmlinux 0xf6a0c4e3 __dev_change_net_namespace +EXPORT_SYMBOL_GPL vmlinux 0xf6a28554 region_intersects +EXPORT_SYMBOL_GPL vmlinux 0xf6aa6a6f pinctrl_generic_get_group +EXPORT_SYMBOL_GPL vmlinux 0xf6b460d7 meson_pmx_get_func_name +EXPORT_SYMBOL_GPL vmlinux 0xf6beee37 __SCK__tp_func_pelt_cfs_tp +EXPORT_SYMBOL_GPL vmlinux 0xf6c71a25 cper_severity_str +EXPORT_SYMBOL_GPL vmlinux 0xf6c8051f device_property_read_u32_array +EXPORT_SYMBOL_GPL vmlinux 0xf6c8dc62 cpu_hotplug_enable +EXPORT_SYMBOL_GPL vmlinux 0xf6cbaa24 input_ff_destroy +EXPORT_SYMBOL_GPL vmlinux 0xf6cc38a7 pci_sriov_set_totalvfs +EXPORT_SYMBOL_GPL vmlinux 0xf6ce32c5 fsl_mc_get_endpoint +EXPORT_SYMBOL_GPL vmlinux 0xf6d302e7 fwnode_property_match_string +EXPORT_SYMBOL_GPL vmlinux 0xf6d3ad26 gpiochip_generic_config +EXPORT_SYMBOL_GPL vmlinux 0xf6dd87fe badblocks_set +EXPORT_SYMBOL_GPL vmlinux 0xf6e4f482 pcie_flr +EXPORT_SYMBOL_GPL vmlinux 0xf6e772c3 irq_bypass_unregister_producer +EXPORT_SYMBOL_GPL vmlinux 0xf6e874f5 ata_timing_merge +EXPORT_SYMBOL_GPL vmlinux 0xf6f16c56 rcu_barrier_tasks +EXPORT_SYMBOL_GPL vmlinux 0xf6f77577 usb_create_hcd +EXPORT_SYMBOL_GPL vmlinux 0xf6f97326 mtk_clk_register_composites +EXPORT_SYMBOL_GPL vmlinux 0xf6fa13ff mmc_get_ext_csd +EXPORT_SYMBOL_GPL vmlinux 0xf7055c28 __list_lru_init +EXPORT_SYMBOL_GPL vmlinux 0xf70a08aa crypto_alloc_base +EXPORT_SYMBOL_GPL vmlinux 0xf70b9982 fuse_init_fs_context_submount +EXPORT_SYMBOL_GPL vmlinux 0xf70e4a4d preempt_schedule_notrace +EXPORT_SYMBOL_GPL vmlinux 0xf7114ab5 anon_inode_getfd_secure +EXPORT_SYMBOL_GPL vmlinux 0xf71a018b crypto_unregister_rngs +EXPORT_SYMBOL_GPL vmlinux 0xf72a65ea tty_get_char_size +EXPORT_SYMBOL_GPL vmlinux 0xf730fb4a qcom_smem_state_update_bits +EXPORT_SYMBOL_GPL vmlinux 0xf744298f hv_unmap_memory +EXPORT_SYMBOL_GPL vmlinux 0xf7455227 pci_p2pdma_add_resource +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 0xf7526d23 irq_domain_free_irqs_parent +EXPORT_SYMBOL_GPL vmlinux 0xf75a1d2c usb_hcd_giveback_urb +EXPORT_SYMBOL_GPL vmlinux 0xf76b0947 mtk_clk_register_factors +EXPORT_SYMBOL_GPL vmlinux 0xf7772bde xas_init_marks +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 0xf78a2ec4 scsi_check_sense +EXPORT_SYMBOL_GPL vmlinux 0xf79bb4d2 relay_file_operations +EXPORT_SYMBOL_GPL vmlinux 0xf79d7ecf nvdimm_region_notify +EXPORT_SYMBOL_GPL vmlinux 0xf7a37bcc pinctrl_get +EXPORT_SYMBOL_GPL vmlinux 0xf7afb369 btree_init +EXPORT_SYMBOL_GPL vmlinux 0xf7bc95b0 devlink_fmsg_pair_nest_start +EXPORT_SYMBOL_GPL vmlinux 0xf7bc9744 raw_seq_start +EXPORT_SYMBOL_GPL vmlinux 0xf7c1ab42 ata_scsi_unlock_native_capacity +EXPORT_SYMBOL_GPL vmlinux 0xf7c3f273 xen_resume_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0xf7d27182 regcache_mark_dirty +EXPORT_SYMBOL_GPL vmlinux 0xf7ea2751 user_destroy +EXPORT_SYMBOL_GPL vmlinux 0xf7fced8e crypto_shash_finup +EXPORT_SYMBOL_GPL vmlinux 0xf80a6eb7 netlink_add_tap +EXPORT_SYMBOL_GPL vmlinux 0xf80de063 blk_rq_prep_clone +EXPORT_SYMBOL_GPL vmlinux 0xf80f5fc7 __SCK__tp_func_ata_exec_command +EXPORT_SYMBOL_GPL vmlinux 0xf81297f4 gpiochip_irq_domain_deactivate +EXPORT_SYMBOL_GPL vmlinux 0xf81dce70 thermal_genl_cpu_capability_event +EXPORT_SYMBOL_GPL vmlinux 0xf82f3657 work_on_cpu +EXPORT_SYMBOL_GPL vmlinux 0xf84b1386 gfn_to_pfn_prot +EXPORT_SYMBOL_GPL vmlinux 0xf84da8f4 blk_bio_list_merge +EXPORT_SYMBOL_GPL vmlinux 0xf852d746 __tracepoint_tcp_send_reset +EXPORT_SYMBOL_GPL vmlinux 0xf8540d8c sbitmap_any_bit_set +EXPORT_SYMBOL_GPL vmlinux 0xf85aa085 tps6586x_read +EXPORT_SYMBOL_GPL vmlinux 0xf86169bf devlink_net +EXPORT_SYMBOL_GPL vmlinux 0xf861bd31 rockchip_clk_register_ddrclk +EXPORT_SYMBOL_GPL vmlinux 0xf867c848 fwnode_property_read_string +EXPORT_SYMBOL_GPL vmlinux 0xf883bf93 crypto_dh_key_len +EXPORT_SYMBOL_GPL vmlinux 0xf8a488dd serdev_device_write_flush +EXPORT_SYMBOL_GPL vmlinux 0xf8b17214 cpufreq_cpu_get +EXPORT_SYMBOL_GPL vmlinux 0xf8b1730f vcap_rule_add_key_bit +EXPORT_SYMBOL_GPL vmlinux 0xf8df4abc sock_diag_register_inet_compat +EXPORT_SYMBOL_GPL vmlinux 0xf8e161b5 fat_scan +EXPORT_SYMBOL_GPL vmlinux 0xf8e33034 of_property_read_u64_index +EXPORT_SYMBOL_GPL vmlinux 0xf8eaed8c get_user_pages_fast +EXPORT_SYMBOL_GPL vmlinux 0xf8f3a0fb ata_ratelimit +EXPORT_SYMBOL_GPL vmlinux 0xf8f52738 msg_zerocopy_put_abort +EXPORT_SYMBOL_GPL vmlinux 0xf8fd490e simple_attr_read +EXPORT_SYMBOL_GPL vmlinux 0xf8fe5642 phylink_ethtool_get_pauseparam +EXPORT_SYMBOL_GPL vmlinux 0xf900c77d zynqmp_pm_clock_disable +EXPORT_SYMBOL_GPL vmlinux 0xf90349ca xen_unmap_domain_gfn_range +EXPORT_SYMBOL_GPL vmlinux 0xf9093f5b __tracepoint_cpu_frequency +EXPORT_SYMBOL_GPL vmlinux 0xf926a606 phylink_mii_c22_pcs_decode_state +EXPORT_SYMBOL_GPL vmlinux 0xf9306052 to_nd_region +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 0xf96b82e2 fscrypt_limit_io_blocks +EXPORT_SYMBOL_GPL vmlinux 0xf96fe8d9 crypto_unregister_scomp +EXPORT_SYMBOL_GPL vmlinux 0xf97c7e65 __traceiter_block_bio_remap +EXPORT_SYMBOL_GPL vmlinux 0xf9925c56 ata_sas_scsi_ioctl +EXPORT_SYMBOL_GPL vmlinux 0xf99365b9 irq_chip_set_vcpu_affinity_parent +EXPORT_SYMBOL_GPL vmlinux 0xf9a054b5 __round_jiffies +EXPORT_SYMBOL_GPL vmlinux 0xf9a0e9ce ping_unhash +EXPORT_SYMBOL_GPL vmlinux 0xf9a3c5dc zynqmp_pm_load_pdi +EXPORT_SYMBOL_GPL vmlinux 0xf9afc1fb rtnl_link_unregister +EXPORT_SYMBOL_GPL vmlinux 0xf9b34a0b iopf_queue_free +EXPORT_SYMBOL_GPL vmlinux 0xf9b4940f metadata_dst_free_percpu +EXPORT_SYMBOL_GPL vmlinux 0xf9c8c3b1 mtk_pinconf_drive_set_rev1 +EXPORT_SYMBOL_GPL vmlinux 0xf9fc40a9 device_match_any +EXPORT_SYMBOL_GPL vmlinux 0xfa0723bb led_trigger_read +EXPORT_SYMBOL_GPL vmlinux 0xfa081d71 led_classdev_unregister +EXPORT_SYMBOL_GPL vmlinux 0xfa0f1979 kvm_write_guest_cached +EXPORT_SYMBOL_GPL vmlinux 0xfa14ab87 hvc_remove +EXPORT_SYMBOL_GPL vmlinux 0xfa17753b dev_pm_opp_find_freq_exact +EXPORT_SYMBOL_GPL vmlinux 0xfa1eb910 unregister_syscore_ops +EXPORT_SYMBOL_GPL vmlinux 0xfa20488d tcp_parse_mss_option +EXPORT_SYMBOL_GPL vmlinux 0xfa30c076 dax_finish_sync_fault +EXPORT_SYMBOL_GPL vmlinux 0xfa349688 aer_recover_queue +EXPORT_SYMBOL_GPL vmlinux 0xfa37fb11 vcap_mod_rule +EXPORT_SYMBOL_GPL vmlinux 0xfa43cefc is_hash_blacklisted +EXPORT_SYMBOL_GPL vmlinux 0xfa4b613f __devm_spi_alloc_controller +EXPORT_SYMBOL_GPL vmlinux 0xfa4d3c24 log_post_write_mmio +EXPORT_SYMBOL_GPL vmlinux 0xfa666974 queue_work_node +EXPORT_SYMBOL_GPL vmlinux 0xfa69af7b serial8250_update_uartclk +EXPORT_SYMBOL_GPL vmlinux 0xfa7236fb vcap_del_rule +EXPORT_SYMBOL_GPL vmlinux 0xfa7b932b __devm_regmap_init_mmio_clk +EXPORT_SYMBOL_GPL vmlinux 0xfa8febaa acpi_dev_get_next_consumer_dev +EXPORT_SYMBOL_GPL vmlinux 0xfaa6d9c5 xenbus_dev_suspend +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 0xfab6b682 fixed_phy_set_link_update +EXPORT_SYMBOL_GPL vmlinux 0xfaced7f8 of_clk_add_provider +EXPORT_SYMBOL_GPL vmlinux 0xfad76c53 devfreq_event_disable_edev +EXPORT_SYMBOL_GPL vmlinux 0xfad9c827 kill_dax +EXPORT_SYMBOL_GPL vmlinux 0xfaeafa84 dev_fill_forward_path +EXPORT_SYMBOL_GPL vmlinux 0xfaf49145 __inode_attach_wb +EXPORT_SYMBOL_GPL vmlinux 0xfb09f991 usb_unlink_urb +EXPORT_SYMBOL_GPL vmlinux 0xfb2fab55 ti_sci_get_handle +EXPORT_SYMBOL_GPL vmlinux 0xfb32261c clk_gate_ops +EXPORT_SYMBOL_GPL vmlinux 0xfb32b30f ring_buffer_read_prepare_sync +EXPORT_SYMBOL_GPL vmlinux 0xfb4b9403 __ip6_datagram_connect +EXPORT_SYMBOL_GPL vmlinux 0xfb4e77bb smpboot_unregister_percpu_thread +EXPORT_SYMBOL_GPL vmlinux 0xfb5a1cdb tpm_chip_start +EXPORT_SYMBOL_GPL vmlinux 0xfb60faf5 posix_acl_clone +EXPORT_SYMBOL_GPL vmlinux 0xfb695e61 bio_clone_blkg_association +EXPORT_SYMBOL_GPL vmlinux 0xfb6eedf9 power_group_name +EXPORT_SYMBOL_GPL vmlinux 0xfb84aebc ata_port_abort +EXPORT_SYMBOL_GPL vmlinux 0xfbb71452 pci_dev_trylock +EXPORT_SYMBOL_GPL vmlinux 0xfbbd41ca no_action +EXPORT_SYMBOL_GPL vmlinux 0xfbbed0ec imx_pinctrl_probe +EXPORT_SYMBOL_GPL vmlinux 0xfbc022cc init_node_memory_type +EXPORT_SYMBOL_GPL vmlinux 0xfbc7b26b ipv6_stub +EXPORT_SYMBOL_GPL vmlinux 0xfbd4c3eb vp_legacy_config_vector +EXPORT_SYMBOL_GPL vmlinux 0xfbd7cd1f of_device_uevent_modalias +EXPORT_SYMBOL_GPL vmlinux 0xfbda723b genphy_c45_read_mdix +EXPORT_SYMBOL_GPL vmlinux 0xfbdf5012 regmap_add_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0xfbe9b043 ata_sff_softreset +EXPORT_SYMBOL_GPL vmlinux 0xfbed6423 xenbus_dev_fatal +EXPORT_SYMBOL_GPL vmlinux 0xfbf9b709 dev_pm_opp_set_rate +EXPORT_SYMBOL_GPL vmlinux 0xfbffd601 net_prio_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0xfc03a4ca proc_dou8vec_minmax +EXPORT_SYMBOL_GPL vmlinux 0xfc03d97a page_is_ram +EXPORT_SYMBOL_GPL vmlinux 0xfc05122b iommu_map_sg +EXPORT_SYMBOL_GPL vmlinux 0xfc148c00 rio_free_net +EXPORT_SYMBOL_GPL vmlinux 0xfc14bb2e dm_get_dev_t +EXPORT_SYMBOL_GPL vmlinux 0xfc201b66 sprint_oid +EXPORT_SYMBOL_GPL vmlinux 0xfc254d15 gnttab_free_auto_xlat_frames +EXPORT_SYMBOL_GPL vmlinux 0xfc331be5 sysfs_create_files +EXPORT_SYMBOL_GPL vmlinux 0xfc36bb2c power_supply_set_battery_charged +EXPORT_SYMBOL_GPL vmlinux 0xfc3b4246 acpi_bus_update_power +EXPORT_SYMBOL_GPL vmlinux 0xfc3dd3d3 tcp_unregister_congestion_control +EXPORT_SYMBOL_GPL vmlinux 0xfc454f0f param_set_bool_enable_only +EXPORT_SYMBOL_GPL vmlinux 0xfc5923c9 genphy_c45_fast_retrain +EXPORT_SYMBOL_GPL vmlinux 0xfc5de6c6 usb_create_shared_hcd +EXPORT_SYMBOL_GPL vmlinux 0xfc60a141 dev_pm_genpd_resume +EXPORT_SYMBOL_GPL vmlinux 0xfc6a80fc ahci_error_handler +EXPORT_SYMBOL_GPL vmlinux 0xfc707d02 bpf_prog_alloc +EXPORT_SYMBOL_GPL vmlinux 0xfc7c22a9 ftrace_free_filter +EXPORT_SYMBOL_GPL vmlinux 0xfc84fe24 cpci_hp_unregister_controller +EXPORT_SYMBOL_GPL vmlinux 0xfc9477b5 zynqmp_pm_set_pll_frac_data +EXPORT_SYMBOL_GPL vmlinux 0xfc992437 gpiod_get_value +EXPORT_SYMBOL_GPL vmlinux 0xfca8d8e0 ahci_print_info +EXPORT_SYMBOL_GPL vmlinux 0xfcab7567 meson_clk_pcie_pll_ops +EXPORT_SYMBOL_GPL vmlinux 0xfcbfec70 add_memory_driver_managed +EXPORT_SYMBOL_GPL vmlinux 0xfcc1edd3 memory_block_size_bytes +EXPORT_SYMBOL_GPL vmlinux 0xfccdb5f3 vp_legacy_set_features +EXPORT_SYMBOL_GPL vmlinux 0xfcdb8e5e pm_clk_suspend +EXPORT_SYMBOL_GPL vmlinux 0xfce86bc0 dpm_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0xfcf9ef73 hw_protection_shutdown +EXPORT_SYMBOL_GPL vmlinux 0xfd068326 register_kretprobes +EXPORT_SYMBOL_GPL vmlinux 0xfd195774 k3_udma_glue_disable_tx_chn +EXPORT_SYMBOL_GPL vmlinux 0xfd21988b sysfs_rename_link_ns +EXPORT_SYMBOL_GPL vmlinux 0xfd2c62ad devlink_dpipe_table_counter_enabled +EXPORT_SYMBOL_GPL vmlinux 0xfd309343 synchronize_srcu +EXPORT_SYMBOL_GPL vmlinux 0xfd4eecaa pid_vnr +EXPORT_SYMBOL_GPL vmlinux 0xfd51cad9 usb_acpi_set_power_state +EXPORT_SYMBOL_GPL vmlinux 0xfd55caa4 thermal_zone_device_enable +EXPORT_SYMBOL_GPL vmlinux 0xfd5e2efb mpc8xxx_spi_rx_buf_u16 +EXPORT_SYMBOL_GPL vmlinux 0xfd621262 device_destroy +EXPORT_SYMBOL_GPL vmlinux 0xfd6555fb xlnx_unregister_event +EXPORT_SYMBOL_GPL vmlinux 0xfd6795d2 pci_user_read_config_byte +EXPORT_SYMBOL_GPL vmlinux 0xfd7243c7 erst_disable +EXPORT_SYMBOL_GPL vmlinux 0xfd75aca5 crypto_register_skciphers +EXPORT_SYMBOL_GPL vmlinux 0xfd77e268 register_sys_off_handler +EXPORT_SYMBOL_GPL vmlinux 0xfd7a646c swapcache_mapping +EXPORT_SYMBOL_GPL vmlinux 0xfd87a1c8 of_phy_put +EXPORT_SYMBOL_GPL vmlinux 0xfd8c6c37 fsnotify_destroy_mark +EXPORT_SYMBOL_GPL vmlinux 0xfda12181 gnttab_unmap_refs_async +EXPORT_SYMBOL_GPL vmlinux 0xfda13a71 dev_pm_opp_get_required_pstate +EXPORT_SYMBOL_GPL vmlinux 0xfdb7a867 cpufreq_driver_fast_switch +EXPORT_SYMBOL_GPL vmlinux 0xfdbad68e cpufreq_dbs_governor_limits +EXPORT_SYMBOL_GPL vmlinux 0xfdbd7a17 crypto_get_attr_type +EXPORT_SYMBOL_GPL vmlinux 0xfdc74e2c fat_add_entries +EXPORT_SYMBOL_GPL vmlinux 0xfdd0f759 pci_epf_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0xfdd290f0 ata_sff_lost_interrupt +EXPORT_SYMBOL_GPL vmlinux 0xfddf7c32 scsi_eh_ready_devs +EXPORT_SYMBOL_GPL vmlinux 0xfdea2d04 alarm_cancel +EXPORT_SYMBOL_GPL vmlinux 0xfdf15d9b pm_genpd_init +EXPORT_SYMBOL_GPL vmlinux 0xfdf3e056 query_asymmetric_key +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 0xfe1df6e3 devm_regulator_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0xfe3a6de3 alarm_try_to_cancel +EXPORT_SYMBOL_GPL vmlinux 0xfe476039 ktime_get_resolution_ns +EXPORT_SYMBOL_GPL vmlinux 0xfe4d070e debugfs_lookup_and_remove +EXPORT_SYMBOL_GPL vmlinux 0xfe53c102 wakeup_sources_walk_start +EXPORT_SYMBOL_GPL vmlinux 0xfe54dd9a fsl_mc_portal_reset +EXPORT_SYMBOL_GPL vmlinux 0xfe5e1842 nf_checksum_partial +EXPORT_SYMBOL_GPL vmlinux 0xfe6e15f7 usb_get_current_frame_number +EXPORT_SYMBOL_GPL vmlinux 0xfe74a4cd sfp_bus_find_fwnode +EXPORT_SYMBOL_GPL vmlinux 0xfe75469d pci_iomap_wc_range +EXPORT_SYMBOL_GPL vmlinux 0xfe877ab1 dev_pm_opp_find_level_exact +EXPORT_SYMBOL_GPL vmlinux 0xfe8cdb84 ring_buffer_alloc_read_page +EXPORT_SYMBOL_GPL vmlinux 0xfe959339 iommu_device_claim_dma_owner +EXPORT_SYMBOL_GPL vmlinux 0xfe990052 gpio_free +EXPORT_SYMBOL_GPL vmlinux 0xfe99dad0 dtpm_create_hierarchy +EXPORT_SYMBOL_GPL vmlinux 0xfe9eab97 usb_enable_lpm +EXPORT_SYMBOL_GPL vmlinux 0xfea34d30 usb_deregister_dev +EXPORT_SYMBOL_GPL vmlinux 0xfeb29bcc dma_resv_iter_first +EXPORT_SYMBOL_GPL vmlinux 0xfebffa54 __irq_domain_add +EXPORT_SYMBOL_GPL vmlinux 0xfec3bf84 icst_clk_setup +EXPORT_SYMBOL_GPL vmlinux 0xfed11ed1 usb_mon_deregister +EXPORT_SYMBOL_GPL vmlinux 0xfeddf144 mctp_unregister_netdev +EXPORT_SYMBOL_GPL vmlinux 0xfede9222 __tracepoint_suspend_resume +EXPORT_SYMBOL_GPL vmlinux 0xfee32eea nvdimm_name +EXPORT_SYMBOL_GPL vmlinux 0xfeeaef21 led_trigger_blink +EXPORT_SYMBOL_GPL vmlinux 0xfeed0a14 __pci_hp_register +EXPORT_SYMBOL_GPL vmlinux 0xfeeecd05 apei_read +EXPORT_SYMBOL_GPL vmlinux 0xff05fa13 vring_interrupt +EXPORT_SYMBOL_GPL vmlinux 0xff0e869e mmu_interval_notifier_remove +EXPORT_SYMBOL_GPL vmlinux 0xff1666f3 reset_control_bulk_assert +EXPORT_SYMBOL_GPL vmlinux 0xff21d1ba fscrypt_set_context +EXPORT_SYMBOL_GPL vmlinux 0xff291ecf clk_unregister_divider +EXPORT_SYMBOL_GPL vmlinux 0xff42c374 usb_role_switch_get_role +EXPORT_SYMBOL_GPL vmlinux 0xff4b26ec debugfs_create_x8 +EXPORT_SYMBOL_GPL vmlinux 0xff577427 usb_enable_intel_xhci_ports +EXPORT_SYMBOL_GPL vmlinux 0xff5837cc of_clk_add_hw_provider +EXPORT_SYMBOL_GPL vmlinux 0xff60e5f7 of_clk_get_parent_count +EXPORT_SYMBOL_GPL vmlinux 0xff6330f3 phy_pm_runtime_get +EXPORT_SYMBOL_GPL vmlinux 0xff6a977e tpm2_get_cc_attrs_tbl +EXPORT_SYMBOL_GPL vmlinux 0xff76e4f8 devl_rate_node_create +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 0xff8d9055 devm_clk_bulk_get_optional +EXPORT_SYMBOL_GPL vmlinux 0xff905dc2 __traceiter_sched_util_est_se_tp +EXPORT_SYMBOL_GPL vmlinux 0xff91a759 perf_pmu_register +EXPORT_SYMBOL_GPL vmlinux 0xff9984f2 device_find_child +EXPORT_SYMBOL_GPL vmlinux 0xff9e23d1 hugetlb_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0xff9fb24b devm_request_free_mem_region +EXPORT_SYMBOL_GPL vmlinux 0xffa0941e udp_destruct_common +EXPORT_SYMBOL_GPL vmlinux 0xffae8e8b nsecs_to_jiffies +EXPORT_SYMBOL_GPL vmlinux 0xffc28d87 trace_output_call +EXPORT_SYMBOL_GPL vmlinux 0xffc31016 __stack_depot_save +EXPORT_SYMBOL_GPL vmlinux 0xffc86f14 __xas_next +EXPORT_SYMBOL_GPL vmlinux 0xffce677c driver_deferred_probe_check_state +EXPORT_SYMBOL_GPL vmlinux 0xffce7bfa crypto_register_instance +EXPORT_SYMBOL_GPL vmlinux 0xffd62cbe regulator_suspend_disable +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 0x04bc6cf9 cs_dsp_stop drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x0ba0afff cs_dsp_write_data_word drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x0da92ddd cs_dsp_coeff_write_ctrl 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 0x150458ae cs_dsp_adsp1_init drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x177eacce cs_dsp_remove drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x1d38b8a4 cs_dsp_adsp1_power_down drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x30101774 cs_dsp_read_raw_data_block drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x41c4fb57 cs_dsp_halo_init drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x4642f6d3 cs_dsp_read_data_word drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x4a68b196 cs_dsp_set_dspclk 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 0x54337f1f cs_dsp_adsp2_bus_error drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x54fd90b6 cs_dsp_power_up drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x5cabd1cc cs_dsp_cleanup_debugfs drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x6437bcd1 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 0x7f081d8f cs_dsp_adsp2_init drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x81825e3c cs_dsp_init_debugfs drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x8350bdaa cs_dsp_run 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 0xa69de595 cs_dsp_power_down drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0xaf0dbeb7 cs_dsp_halo_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 0xcce27311 cs_dsp_coeff_write_acked_control drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0xd120b7f8 cs_dsp_find_alg_region drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0xd8304f61 cs_dsp_get_ctl drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0xdd737b3f cs_dsp_halo_wdt_expire drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0xf1f3c270 cs_dsp_adsp1_power_up drivers/firmware/cirrus/cs_dsp +HWMON_THERMAL EXPORT_SYMBOL_GPL 0xfda62dbb hwmon_device_register_for_thermal vmlinux +IIO_AD5592R EXPORT_SYMBOL_GPL 0x04d77c61 ad5592r_remove drivers/iio/dac/ad5592r-base +IIO_AD5592R EXPORT_SYMBOL_GPL 0xdafe0c1a ad5592r_probe drivers/iio/dac/ad5592r-base +IIO_AD5686 EXPORT_SYMBOL_GPL 0x617c21df ad5686_remove drivers/iio/dac/ad5686 +IIO_AD5686 EXPORT_SYMBOL_GPL 0xd24c4125 ad5686_probe drivers/iio/dac/ad5686 +IIO_AD7091R EXPORT_SYMBOL_GPL 0x4a81b419 ad7091r_probe drivers/iio/adc/ad7091r-base +IIO_AD7091R EXPORT_SYMBOL_GPL 0xd3ed8836 ad7091r_regmap_config drivers/iio/adc/ad7091r-base +IIO_AD7606 EXPORT_SYMBOL_GPL 0x4d2ef6fa ad7606_probe drivers/iio/adc/ad7606 +IIO_AD7606 EXPORT_SYMBOL_GPL 0x66ee0129 ad7606_pm_ops drivers/iio/adc/ad7606 +IIO_ADISLIB EXPORT_SYMBOL 0x9adf8b9b __adis_enable_irq drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL 0xb84d30c0 adis_debugfs_reg_access drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0x04a65e4e __adis_read_reg drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0x13d43992 adis_single_conversion drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0x1d32a7e1 __adis_check_status drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0x2b6fe0d6 __adis_initial_startup drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0x684a9c55 devm_adis_probe_trigger drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0x8575dd55 adis_init drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0x8d476540 devm_adis_setup_buffer_and_trigger drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0xb607e70a adis_update_scan_mode drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0xbd0f697e __adis_update_bits_base drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0xc102b57b __adis_write_reg drivers/iio/imu/adis_lib +IIO_ADIS_LIB EXPORT_SYMBOL_GPL 0x16fa4fc4 __adis_reset drivers/iio/imu/adis_lib +IIO_ADI_AXI EXPORT_SYMBOL_GPL 0x50a4dc2b devm_adi_axi_adc_conv_register drivers/iio/adc/adi-axi-adc +IIO_ADI_AXI EXPORT_SYMBOL_GPL 0xc43a65e1 adi_axi_adc_conv_priv drivers/iio/adc/adi-axi-adc +IIO_ADXL313 EXPORT_SYMBOL_GPL 0x2f73dac1 adxl313_core_probe drivers/iio/accel/adxl313_core +IIO_ADXL313 EXPORT_SYMBOL_GPL 0x8401eedc adxl313_readable_regs_table drivers/iio/accel/adxl313_core +IIO_ADXL313 EXPORT_SYMBOL_GPL 0x93298a1c adxl312_readable_regs_table drivers/iio/accel/adxl313_core +IIO_ADXL313 EXPORT_SYMBOL_GPL 0x932e87b3 adxl314_writable_regs_table drivers/iio/accel/adxl313_core +IIO_ADXL313 EXPORT_SYMBOL_GPL 0xe1d8d09c adxl314_readable_regs_table drivers/iio/accel/adxl313_core +IIO_ADXL313 EXPORT_SYMBOL_GPL 0xe1dfdd33 adxl312_writable_regs_table drivers/iio/accel/adxl313_core +IIO_ADXL313 EXPORT_SYMBOL_GPL 0xf03c7d3e adxl31x_chip_info 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 0x93abc031 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 0x7c135973 adxl367_probe drivers/iio/accel/adxl367 +IIO_ADXL372 EXPORT_SYMBOL_GPL 0x84d4fde1 adxl372_probe drivers/iio/accel/adxl372 +IIO_ADXL372 EXPORT_SYMBOL_GPL 0x99a1c9cb adxl372_readable_noinc_reg drivers/iio/accel/adxl372 +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0x038447b9 ad_sd_reset drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0x0731e6ca ad_sigma_delta_single_conversion drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0x347b6f39 ad_sd_set_comm drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0x54ef3fc5 ad_sd_init drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0x56112214 devm_ad_sd_setup_buffer_and_trigger drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0x6a823428 ad_sd_write_reg drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0x7a70f8aa ad_sd_calibrate drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0x83a4b01e ad_sd_read_reg drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0x84ebc91b ad_sd_validate_trigger drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0x9f86d35b ad_sd_calibrate_all drivers/iio/adc/ad_sigma_delta +IIO_BMA400 EXPORT_SYMBOL 0x3f1306b6 bma400_probe drivers/iio/accel/bma400_core +IIO_BMA400 EXPORT_SYMBOL 0x65829841 bma400_regmap_config drivers/iio/accel/bma400_core +IIO_BMC150 EXPORT_SYMBOL_GPL 0x0ec19344 bmc150_accel_pm_ops drivers/iio/accel/bmc150-accel-core +IIO_BMC150 EXPORT_SYMBOL_GPL 0x90b56968 bmc150_accel_core_remove drivers/iio/accel/bmc150-accel-core +IIO_BMC150 EXPORT_SYMBOL_GPL 0x9958c600 bmc150_regmap_conf drivers/iio/accel/bmc150-accel-core +IIO_BMC150 EXPORT_SYMBOL_GPL 0x9dd73efc bmc150_accel_core_probe drivers/iio/accel/bmc150-accel-core +IIO_BMC150_MAGN EXPORT_SYMBOL 0x307bf634 bmc150_magn_regmap_config drivers/iio/magnetometer/bmc150_magn +IIO_BMC150_MAGN EXPORT_SYMBOL 0x32a34bbd bmc150_magn_remove drivers/iio/magnetometer/bmc150_magn +IIO_BMC150_MAGN EXPORT_SYMBOL 0xaba964c0 bmc150_magn_pm_ops drivers/iio/magnetometer/bmc150_magn +IIO_BMC150_MAGN EXPORT_SYMBOL 0xad4310d3 bmc150_magn_probe drivers/iio/magnetometer/bmc150_magn +IIO_BME680 EXPORT_SYMBOL 0x362befc7 bme680_regmap_config drivers/iio/chemical/bme680_core +IIO_BME680 EXPORT_SYMBOL_GPL 0x1599aac1 bme680_core_probe drivers/iio/chemical/bme680_core +IIO_BMI088 EXPORT_SYMBOL_GPL 0x70ad7506 bmi088_accel_core_remove drivers/iio/accel/bmi088-accel-core +IIO_BMI088 EXPORT_SYMBOL_GPL 0x82f0b18d bmi088_accel_pm_ops drivers/iio/accel/bmi088-accel-core +IIO_BMI088 EXPORT_SYMBOL_GPL 0xa394b63f bmi088_regmap_conf drivers/iio/accel/bmi088-accel-core +IIO_BMI088 EXPORT_SYMBOL_GPL 0xd3d9bd6c bmi088_accel_core_probe drivers/iio/accel/bmi088-accel-core +IIO_BMI160 EXPORT_SYMBOL 0x8dfc02ee 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 0xe9056013 bmi160_core_probe drivers/iio/imu/bmi160/bmi160_core +IIO_BMP280 EXPORT_SYMBOL 0x3331416a bmp380_regmap_config drivers/iio/pressure/bmp280 +IIO_BMP280 EXPORT_SYMBOL 0x36e52ae9 bmp180_regmap_config drivers/iio/pressure/bmp280 +IIO_BMP280 EXPORT_SYMBOL 0xba671395 bmp280_common_probe drivers/iio/pressure/bmp280 +IIO_BMP280 EXPORT_SYMBOL 0xdc63f78b bmp280_regmap_config drivers/iio/pressure/bmp280 +IIO_BNO055 EXPORT_SYMBOL_GPL 0xb10f5500 bno055_regmap_config drivers/iio/imu/bno055/bno055 +IIO_BNO055 EXPORT_SYMBOL_GPL 0xd57ea50d bno055_probe drivers/iio/imu/bno055/bno055 +IIO_FXAS21002C EXPORT_SYMBOL_GPL 0x6aa81935 fxas21002c_core_probe drivers/iio/gyro/fxas21002c_core +IIO_FXAS21002C EXPORT_SYMBOL_GPL 0xa968ee49 fxas21002c_core_remove drivers/iio/gyro/fxas21002c_core +IIO_FXAS21002C EXPORT_SYMBOL_GPL 0xc791d4be fxas21002c_pm_ops drivers/iio/gyro/fxas21002c_core +IIO_FXLS8962AF EXPORT_SYMBOL_GPL 0x207f58d7 fxls8962af_pm_ops drivers/iio/accel/fxls8962af-core +IIO_FXLS8962AF EXPORT_SYMBOL_GPL 0x208470e1 fxls8962af_core_probe drivers/iio/accel/fxls8962af-core +IIO_FXLS8962AF EXPORT_SYMBOL_GPL 0x59537136 fxls8962af_i2c_regmap_conf drivers/iio/accel/fxls8962af-core +IIO_FXLS8962AF EXPORT_SYMBOL_GPL 0xfb8de5f3 fxls8962af_spi_regmap_conf drivers/iio/accel/fxls8962af-core +IIO_HID EXPORT_SYMBOL 0x252c5a8e hid_sensor_power_state drivers/iio/common/hid-sensors/hid-sensor-trigger +IIO_HID EXPORT_SYMBOL 0x33ec6784 hid_sensor_write_raw_hyst_rel_value drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID EXPORT_SYMBOL 0x36a2b351 hid_sensor_write_raw_hyst_value drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID EXPORT_SYMBOL 0x398baf24 hid_sensor_pm_ops drivers/iio/common/hid-sensors/hid-sensor-trigger +IIO_HID EXPORT_SYMBOL 0x3da18d03 hid_sensor_remove_trigger drivers/iio/common/hid-sensors/hid-sensor-trigger +IIO_HID EXPORT_SYMBOL 0x3f79bf4e hid_sensor_read_samp_freq_value drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID EXPORT_SYMBOL 0x5a8092a3 hid_sensor_setup_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 0xa8477577 hid_sensor_read_raw_hyst_value drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID EXPORT_SYMBOL 0xb1bdd111 hid_sensor_read_raw_hyst_rel_value drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID EXPORT_SYMBOL 0xc098882e hid_sensor_parse_common_attributes drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID EXPORT_SYMBOL 0xd9a4b6a0 hid_sensor_convert_timestamp drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID EXPORT_SYMBOL 0xf56444c5 hid_sensor_write_samp_freq_value drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID_ATTRIBUTES EXPORT_SYMBOL 0x300a8d41 hid_sensor_set_report_latency drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID_ATTRIBUTES EXPORT_SYMBOL 0x76ad75f7 hid_sensor_read_poll_value drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID_ATTRIBUTES EXPORT_SYMBOL 0xc235278d hid_sensor_get_report_latency drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID_ATTRIBUTES EXPORT_SYMBOL 0xdd162505 hid_sensor_batch_mode_supported drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HMC5843 EXPORT_SYMBOL 0x28b5b1be hmc5843_pm_ops drivers/iio/magnetometer/hmc5843_core +IIO_HMC5843 EXPORT_SYMBOL 0x7e04768d hmc5843_common_probe drivers/iio/magnetometer/hmc5843_core +IIO_HMC5843 EXPORT_SYMBOL 0xdd310ba5 hmc5843_common_remove drivers/iio/magnetometer/hmc5843_core +IIO_HTS221 EXPORT_SYMBOL 0x003ee0ce hts221_probe drivers/iio/humidity/hts221 +IIO_HTS221 EXPORT_SYMBOL 0x0a4381c1 hts221_pm_ops drivers/iio/humidity/hts221 +IIO_ICM42600 EXPORT_SYMBOL_GPL 0x7a752cac inv_icm42600_core_probe drivers/iio/imu/inv_icm42600/inv-icm42600 +IIO_ICM42600 EXPORT_SYMBOL_GPL 0x7e69d59c inv_icm42600_regmap_config drivers/iio/imu/inv_icm42600/inv-icm42600 +IIO_ICM42600 EXPORT_SYMBOL_GPL 0x961f8e0d inv_icm42600_pm_ops drivers/iio/imu/inv_icm42600/inv-icm42600 +IIO_KX022A EXPORT_SYMBOL_GPL 0xa45d0906 kx022a_regmap drivers/iio/accel/kionix-kx022a +IIO_KX022A EXPORT_SYMBOL_GPL 0xa8a25412 kx022a_probe_internal drivers/iio/accel/kionix-kx022a +IIO_KXSD9 EXPORT_SYMBOL 0xaa4a9c9f kxsd9_common_remove drivers/iio/accel/kxsd9 +IIO_KXSD9 EXPORT_SYMBOL 0xc4e7be1e kxsd9_common_probe drivers/iio/accel/kxsd9 +IIO_KXSD9 EXPORT_SYMBOL 0xc9f6db64 kxsd9_dev_pm_ops drivers/iio/accel/kxsd9 +IIO_LSM6DSX EXPORT_SYMBOL 0x6e914df3 st_lsm6dsx_pm_ops drivers/iio/imu/st_lsm6dsx/st_lsm6dsx +IIO_LSM6DSX EXPORT_SYMBOL 0x9075d9ac 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 0x42b6a050 ms_sensors_convert_and_read drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0x69bc3f79 ms_sensors_write_resolution drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0x7a86c424 ms_sensors_ht_read_humidity drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0xa552fbf7 ms_sensors_show_heater drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0xc4bdc0f7 ms_sensors_tp_read_prom drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0xd1f62242 ms_sensors_read_temp_and_pressure drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0xdd030583 ms_sensors_read_serial drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0xe0648f76 ms_sensors_ht_read_temperature drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0xf899439a ms_sensors_write_heater drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0xffdf1c9a ms_sensors_show_battery_low drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MMA7455 EXPORT_SYMBOL_GPL 0x3682cbc2 mma7455_core_probe drivers/iio/accel/mma7455_core +IIO_MMA7455 EXPORT_SYMBOL_GPL 0x625e426e mma7455_core_remove drivers/iio/accel/mma7455_core +IIO_MMA7455 EXPORT_SYMBOL_GPL 0xfe82a0dc mma7455_core_regmap drivers/iio/accel/mma7455_core +IIO_MMA9551 EXPORT_SYMBOL 0x0d9b9137 mma9551_read_version drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x16d73bc8 mma9551_read_accel_chan drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x2eafd464 mma9551_read_status_byte drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x32d60ec5 mma9551_gpio_config drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x41ef446c mma9551_read_accel_scale drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x4cfd8804 mma9551_read_status_word drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x574e4b4b mma9551_write_config_byte drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x7aa92aa2 mma9551_set_device_state drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x8630ad1b mma9551_update_config_bits drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x8d3b2759 mma9551_app_reset drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x9be12c4b mma9551_read_config_words drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x9dd2d7a9 mma9551_read_config_byte drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0xa99b4b0a mma9551_read_config_word drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0xbcd7fe96 mma9551_sleep drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0xbe3a65a4 mma9551_read_status_words drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0xc0831bc6 mma9551_set_power_state drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0xd5b33e9c mma9551_write_config_word drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0xe2da0d54 mma9551_write_config_words drivers/iio/accel/mma9551_core +IIO_MPL115 EXPORT_SYMBOL 0xbbe35114 mpl115_dev_pm_ops drivers/iio/pressure/mpl115 +IIO_MPL115 EXPORT_SYMBOL_GPL 0xfd576c7b mpl115_probe drivers/iio/pressure/mpl115 +IIO_MPU6050 EXPORT_SYMBOL_GPL 0x0b4f165d inv_mpu_core_probe drivers/iio/imu/inv_mpu6050/inv-mpu6050 +IIO_MPU6050 EXPORT_SYMBOL_GPL 0x6915738e inv_mpu_pmops drivers/iio/imu/inv_mpu6050/inv-mpu6050 +IIO_MS5611 EXPORT_SYMBOL 0x289ae004 ms5611_probe drivers/iio/pressure/ms5611_core +IIO_MS5611 EXPORT_SYMBOL 0xbed8ccb2 ms5611_remove drivers/iio/pressure/ms5611_core +IIO_RESCALE EXPORT_SYMBOL_GPL 0x488bc646 rescale_process_scale drivers/iio/afe/iio-rescale +IIO_RESCALE EXPORT_SYMBOL_GPL 0x9fe488f0 rescale_process_offset drivers/iio/afe/iio-rescale +IIO_RM3100 EXPORT_SYMBOL_GPL 0x0a1424e0 rm3100_volatile_table drivers/iio/magnetometer/rm3100-core +IIO_RM3100 EXPORT_SYMBOL_GPL 0xaa911f08 rm3100_readable_table drivers/iio/magnetometer/rm3100-core +IIO_RM3100 EXPORT_SYMBOL_GPL 0xc4043d89 rm3100_common_probe drivers/iio/magnetometer/rm3100-core +IIO_RM3100 EXPORT_SYMBOL_GPL 0xcc7209be rm3100_writable_table drivers/iio/magnetometer/rm3100-core +IIO_SCD30 EXPORT_SYMBOL 0x59fb890d scd30_probe drivers/iio/chemical/scd30_core +IIO_SCD30 EXPORT_SYMBOL 0x87d1574c scd30_pm_ops drivers/iio/chemical/scd30_core +IIO_SPS30 EXPORT_SYMBOL_GPL 0xca30b25b sps30_probe drivers/iio/chemical/sps30 +IIO_SSP_SENSORS EXPORT_SYMBOL 0x4b38bdb3 ssp_common_buffer_postenable drivers/iio/common/ssp_sensors/ssp_iio +IIO_SSP_SENSORS EXPORT_SYMBOL 0x5e2ce065 ssp_common_buffer_postdisable drivers/iio/common/ssp_sensors/ssp_iio +IIO_SSP_SENSORS EXPORT_SYMBOL 0x88f2464a ssp_common_process_data drivers/iio/common/ssp_sensors/ssp_iio +IIO_SSP_SENSORS EXPORT_SYMBOL 0x8fe7135e ssp_disable_sensor drivers/iio/common/ssp_sensors/sensorhub +IIO_SSP_SENSORS EXPORT_SYMBOL 0xad0854a3 ssp_enable_sensor drivers/iio/common/ssp_sensors/sensorhub +IIO_SSP_SENSORS EXPORT_SYMBOL 0xbf214005 ssp_get_sensor_delay drivers/iio/common/ssp_sensors/sensorhub +IIO_SSP_SENSORS EXPORT_SYMBOL 0xd2d84a85 ssp_change_delay drivers/iio/common/ssp_sensors/sensorhub +IIO_SSP_SENSORS EXPORT_SYMBOL 0xfe20bc37 ssp_register_consumer 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 0x0b2f96d4 st_magn_get_settings drivers/iio/magnetometer/st_magn +IIO_ST_SENSORS EXPORT_SYMBOL 0x115e0583 st_accel_get_settings drivers/iio/accel/st_accel +IIO_ST_SENSORS EXPORT_SYMBOL 0x146ff142 st_accel_common_probe drivers/iio/accel/st_accel +IIO_ST_SENSORS EXPORT_SYMBOL 0x173a2fcd st_press_get_settings drivers/iio/pressure/st_pressure +IIO_ST_SENSORS EXPORT_SYMBOL 0x185b3631 st_sensors_get_settings_index drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x1a34a8b0 st_sensors_init_sensor drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x2ce8b379 st_sensors_spi_configure drivers/iio/common/st_sensors/st_sensors_spi +IIO_ST_SENSORS EXPORT_SYMBOL 0x4916dfba st_sensors_set_fullscale_by_gain drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x55f009e3 st_magn_common_probe drivers/iio/magnetometer/st_magn +IIO_ST_SENSORS EXPORT_SYMBOL 0x5b0571f9 st_sensors_debugfs_reg_access drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x61a66f3e st_sensors_allocate_trigger drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x8a11d82a st_sensors_set_axis_enable drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x90267d7d st_sensors_sysfs_scale_avail drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x9adb5d75 st_gyro_get_settings drivers/iio/gyro/st_gyro +IIO_ST_SENSORS EXPORT_SYMBOL 0xa0e18196 st_gyro_common_probe drivers/iio/gyro/st_gyro +IIO_ST_SENSORS EXPORT_SYMBOL 0xbef93471 st_sensors_read_info_raw drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0xbffe9045 st_sensors_set_odr drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0xc4643b49 st_sensors_verify_id drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0xc5c9ad7d st_sensors_set_dataready_irq drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0xcf679267 st_sensors_validate_device drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0xd3eb6c93 st_sensors_sysfs_sampling_frequency_avail drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0xd45e8ff6 st_press_common_probe drivers/iio/pressure/st_pressure +IIO_ST_SENSORS EXPORT_SYMBOL 0xdba1c06c st_sensors_set_enable drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0xdd2e3a13 st_sensors_dev_name_probe drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0xe662f941 st_sensors_power_enable drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0xf42e3d32 st_sensors_i2c_configure drivers/iio/common/st_sensors/st_sensors_i2c +IIO_ST_SENSORS EXPORT_SYMBOL_GPL 0xc3d14ce6 st_lsm9ds0_probe drivers/iio/imu/st_lsm9ds0/st_lsm9ds0 +IIO_UVIS25 EXPORT_SYMBOL 0x09c42898 st_uvis25_probe drivers/iio/light/st_uvis25_core +IIO_UVIS25 EXPORT_SYMBOL 0xec35a6da st_uvis25_pm_ops drivers/iio/light/st_uvis25_core +IIO_ZPA2326 EXPORT_SYMBOL_GPL 0x47da43e9 zpa2326_isreg_precious drivers/iio/pressure/zpa2326 +IIO_ZPA2326 EXPORT_SYMBOL_GPL 0x7f2e891c zpa2326_isreg_writeable drivers/iio/pressure/zpa2326 +IIO_ZPA2326 EXPORT_SYMBOL_GPL 0xab09fb59 zpa2326_pm_ops drivers/iio/pressure/zpa2326 +IIO_ZPA2326 EXPORT_SYMBOL_GPL 0xabc98878 zpa2326_isreg_readable drivers/iio/pressure/zpa2326 +IIO_ZPA2326 EXPORT_SYMBOL_GPL 0xe8e93d46 zpa2326_probe drivers/iio/pressure/zpa2326 +IIO_ZPA2326 EXPORT_SYMBOL_GPL 0xf4ad313f zpa2326_remove drivers/iio/pressure/zpa2326 +IOMMUFD EXPORT_SYMBOL_GPL 0x102e9eb0 iommufd_device_bind drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0x2ca899ef iommufd_access_rw drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0x325effd9 iommufd_device_unbind drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0x45bcc955 iommufd_access_unpin_pages drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0x45c78d42 iommufd_ctx_from_file drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0x4b5301b2 iommufd_device_detach drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0x76edb929 iommufd_ctx_get drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0x8f67c7b1 iommufd_access_destroy drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0xb8e73433 iommufd_ctx_put drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0xdd90d8c7 iommufd_access_create drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0xfb551a7b iommufd_access_pin_pages drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0xfe01a59f iommufd_device_attach drivers/iommu/iommufd/iommufd +IOMMUFD_VFIO EXPORT_SYMBOL_GPL 0xeb4b23b7 iommufd_vfio_compat_ioas_id drivers/iommu/iommufd/iommufd +IWLWIFI EXPORT_SYMBOL_GPL 0x06169bb0 iwl_fw_dbg_collect drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x06544772 iwl_acpi_get_dsm_u32 drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x07f58635 iwl_sar_get_wrds_table drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x0f8bd1f1 iwl_parse_eeprom_data drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x0ff68712 iwl_fw_runtime_resume drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x12286975 iwl_write_direct32 drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x12c9a6a2 iwl_write8 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 0x15cfd218 __iwl_info drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x17589d37 __iwl_err drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x17a12ac3 iwl_read_prph drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x18f0cb2b iwl_acpi_get_tas drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x1b1bc150 iwl_finish_nic_init drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x1eb0aa58 iwl_get_cmd_string drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x265db59e iwl_set_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 0x27db8d60 iwl_uefi_get_sgom_table drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x29813029 iwl_read_ppag_table drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x2c68aa0f iwl_pnvm_load drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x2e211bfc __iwl_warn drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x2e3d8e42 iwl_fw_start_dbg_conf drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x31224e16 iwl_free_fw_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 0x353d2753 iwl_set_bits_mask_prph 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 0x41adbeb6 iwl_write_direct64 drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x44a5e26e 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 0x4b775155 iwl_configure_rxq drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x4d62974a iwl_trans_send_cmd drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x4f59b193 iwl_sar_geo_init drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x55542dd6 __iwl_crit drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x5988395c iwl_notification_wait_init drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x5c52e109 iwl_opmode_deregister drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x5cbc7fe9 iwl_sar_get_ewrd_table drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x60353847 iwl_write_prph64_no_grab drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x6132b8a9 iwl_init_paging drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x68699b8a iwl_dbg_tlv_del_timers 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 0x78b2d6cd iwl_read_external_nvm drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x7e894d25 iwl_fw_dbg_collect_trig drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x80d33b89 iwl_clear_bits_prph drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x81f98846 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 0x890ddb99 iwl_write32 drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x8c4de7f9 iwl_poll_bit drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x8d9e89cc 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 0x907703c4 iwl_fw_dbg_read_d3_debug_data drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x921e69f9 iwl_read_eeprom drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x9535fb0d iwl_read_prph_no_grab drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x9d26b441 iwl_fw_dbg_error_collect drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x9fdf30ce iwl_get_shared_mem_conf drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xa0eae9c2 iwl_parse_nvm_data drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xa16471aa iwl_get_nvm drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xa3cbad6a iwl_fw_dbg_stop_restart_recording drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xa3da3513 iwl_write_prph_delay drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xa4144e1a iwl_sar_geo_support drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xaa3bbc4e iwl_cmd_groups_verify_sorted drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xac66f452 iwl_fwrt_dump_error_logs drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xad5f5524 iwl_read_direct32 drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xaf954a0e iwl_poll_direct_bit drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xb3128493 iwl_fw_dbg_stop_sync 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 0xb3f5ce05 iwl_acpi_get_mcc drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xb45f685a iwl_fw_dbg_collect_desc drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xb7d5ffb1 iwl_rate_mcs drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xbafc8994 iwl_wait_notification drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xc1704bcb iwl_acpi_get_ppag_table drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xc78a5b7f iwl_acpi_get_eckv drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xcd5299ac iwl_acpi_get_lari_config_bitmap drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xcda3689b iwl_fw_runtime_init 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 0xd0fdf56a iwl_acpi_get_pwr_limit drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xd10c26e5 __iwl_dbg drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xd8b450a0 iwl_acpi_get_dsm_u8 drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xda880c5a iwl_write64 drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xdbd219df iwl_fw_runtime_suspend drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xdf320559 iwl_force_nmi drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xe0eb5838 iwl_init_notification_wait drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xe56ac9eb iwl_acpi_get_wifi_pkg_range drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xe75b7e77 iwl_notification_wait drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xe98c81dd _iwl_dbg_tlv_time_point drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xea1b26fc iwl_nvm_fixups drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xea7b2187 iwl_sar_select_profile drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xefbb5fb9 iwl_acpi_is_ppag_approved drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xf0504b61 iwl_write_prph_no_grab drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xf08a7db0 iwl_acpi_get_object drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xf24898c0 iwl_parse_mei_nvm_data drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xf3e715bd iwl_opmode_register drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xf4fbdf6d iwl_read32 drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xf88964e4 iwl_remove_notification drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xf9c658a4 iwl_parse_nvm_mcc_info drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xfc1e6f41 iwl_guid drivers/net/wireless/intel/iwlwifi/iwlwifi +LTC2497 EXPORT_SYMBOL 0x483309ec ltc2497core_probe drivers/iio/adc/ltc2497-core +LTC2497 EXPORT_SYMBOL 0xace2fe74 ltc2497core_remove drivers/iio/adc/ltc2497-core +MCB EXPORT_SYMBOL_GPL 0x0981b292 mcb_bus_get drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0x2793f852 __mcb_register_driver drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0x2aa00f94 mcb_alloc_dev drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0x34880b3e mcb_device_register drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0x4a1852b2 mcb_release_bus drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0x55172786 mcb_get_irq drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0x6f880c8d mcb_request_mem drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0x8788582d mcb_bus_put drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0x8d804597 mcb_get_resource drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0x92c8f6b4 chameleon_parse_cells drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0x96a2a144 mcb_bus_add_devices drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0xa3927ec2 mcb_unregister_driver drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0xcba1a6e9 mcb_alloc_bus drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0xe7f0f2fe mcb_free_dev drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0xeb2c8905 mcb_release_mem drivers/mcb/mcb +MFD_OCELOT EXPORT_SYMBOL 0x39a543dc ocelot_chip_reset drivers/mfd/ocelot-soc +MFD_OCELOT EXPORT_SYMBOL 0xabed79cd ocelot_core_init drivers/mfd/ocelot-soc +MFD_OCELOT_SPI EXPORT_SYMBOL 0xf5ddbd05 ocelot_spi_init_regmap drivers/mfd/ocelot-soc +NVME_TARGET_PASSTHRU EXPORT_SYMBOL_GPL 0x249ad101 nvme_ctrl_from_file drivers/nvme/host/nvme-core +NVME_TARGET_PASSTHRU EXPORT_SYMBOL_GPL 0x7c9ada8a nvme_execute_passthru_rq drivers/nvme/host/nvme-core +NVME_TARGET_PASSTHRU EXPORT_SYMBOL_GPL 0x905e8b7a nvme_passthru_end drivers/nvme/host/nvme-core +NVME_TARGET_PASSTHRU EXPORT_SYMBOL_GPL 0x9ed97d78 nvme_find_get_ns drivers/nvme/host/nvme-core +NVME_TARGET_PASSTHRU EXPORT_SYMBOL_GPL 0xbb5c968d nvme_put_ns drivers/nvme/host/nvme-core +NVME_TARGET_PASSTHRU EXPORT_SYMBOL_GPL 0xdff37d66 nvme_command_effects drivers/nvme/host/nvme-core +PECI EXPORT_SYMBOL_GPL 0x0c2254da peci_request_temp_read drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x2cea73be peci_request_alloc drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x2d757c30 peci_xfer_pkg_cfg_readw drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x3011c9a3 peci_xfer_pci_cfg_local_readb drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x32582f89 peci_xfer_ep_pci_cfg_local_readw drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x39caca41 peci_xfer_ep_pci_cfg_readl drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x4635c677 peci_request_data_readq drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x4eff8ff4 peci_xfer_pkg_cfg_readb drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x536f1981 devm_peci_controller_add drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x53eb84eb peci_request_data_readb drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x61de56ce peci_xfer_get_dib drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x624e75ac peci_xfer_pkg_cfg_readl drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x683bc130 __peci_driver_register drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x71596cd4 peci_xfer_ep_pci_cfg_local_readl drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x73dbfa7c peci_request_data_readw drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x7600362c peci_request_dib_read drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x7acb891c peci_xfer_ep_pci_cfg_readw drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x8b4bc3ca peci_xfer_pci_cfg_local_readl drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x92b3c609 peci_xfer_get_temp drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x969b574d peci_xfer_pci_cfg_local_readw drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xa44fe30c peci_xfer_ep_pci_cfg_readb drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xab8e6122 peci_driver_unregister drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xae0bc485 peci_request_status drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xb6295995 peci_xfer_ep_mmio32_readl drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xb6a57cfe peci_xfer_pkg_cfg_readq drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xc13430f4 peci_request_data_readl drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xcca5abd4 peci_xfer_ep_mmio64_readl drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xe05986fd peci_request_free drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xecdc4599 peci_xfer_ep_pci_cfg_local_readb drivers/peci/peci +PECI_CPU EXPORT_SYMBOL_GPL 0x10beb84f peci_ep_pci_local_read drivers/peci/peci-cpu +PECI_CPU EXPORT_SYMBOL_GPL 0x22f12e04 peci_mmio_read drivers/peci/peci-cpu +PECI_CPU EXPORT_SYMBOL_GPL 0x2d6b2f35 peci_pcs_read drivers/peci/peci-cpu +PECI_CPU EXPORT_SYMBOL_GPL 0x53f85e08 peci_pci_local_read drivers/peci/peci-cpu +PECI_CPU EXPORT_SYMBOL_GPL 0xaa8906f7 peci_temp_read drivers/peci/peci-cpu +PMBUS EXPORT_SYMBOL_GPL 0x196715a9 pmbus_get_driver_info drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x1af54030 pmbus_set_update drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x308b4dfb pmbus_set_page drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x4da4a817 pmbus_clear_cache drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x6a6dbb2e pmbus_write_byte drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x7a55b274 pmbus_clear_faults drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x82455505 pmbus_check_byte_register drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x892d31b8 pmbus_update_fan drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x8ae1fb0b pmbus_write_word_data drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x8ed527ea pmbus_do_probe drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0xa2d00fcf pmbus_update_byte_data drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0xa99c6087 pmbus_get_fan_rate_device drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0xc85809ca pmbus_write_byte_data drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0xc931062b pmbus_regulator_ops drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0xd500c213 pmbus_get_fan_rate_cached drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0xeea23833 pmbus_read_byte_data drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0xf01f453e pmbus_get_debugfs_dir drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0xfae165a3 pmbus_check_word_register drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0xfb3524fc pmbus_read_word_data drivers/hwmon/pmbus/pmbus_core +SEMTECH_PROX EXPORT_SYMBOL_GPL 0x66e58c3b sx_common_write_event_config drivers/iio/proximity/sx_common +SEMTECH_PROX EXPORT_SYMBOL_GPL 0x6703efa3 sx_common_read_event_config drivers/iio/proximity/sx_common +SEMTECH_PROX EXPORT_SYMBOL_GPL 0x97539927 sx_common_read_proximity drivers/iio/proximity/sx_common +SEMTECH_PROX EXPORT_SYMBOL_GPL 0xa103ce02 sx_common_events drivers/iio/proximity/sx_common +SEMTECH_PROX EXPORT_SYMBOL_GPL 0xbd09dd2d sx_common_probe drivers/iio/proximity/sx_common +SND_HDA_CS_DSP_CONTROLS EXPORT_SYMBOL_GPL 0x27834aab hda_cs_dsp_read_ctl sound/pci/hda/snd-hda-cs-dsp-ctls +SND_HDA_CS_DSP_CONTROLS EXPORT_SYMBOL_GPL 0x2b707546 hda_cs_dsp_fw_ids sound/pci/hda/snd-hda-cs-dsp-ctls +SND_HDA_CS_DSP_CONTROLS EXPORT_SYMBOL_GPL 0x4a9ce722 hda_cs_dsp_control_remove sound/pci/hda/snd-hda-cs-dsp-ctls +SND_HDA_CS_DSP_CONTROLS EXPORT_SYMBOL_GPL 0x66015137 hda_cs_dsp_write_ctl sound/pci/hda/snd-hda-cs-dsp-ctls +SND_HDA_CS_DSP_CONTROLS EXPORT_SYMBOL_GPL 0xff61f967 hda_cs_dsp_add_controls sound/pci/hda/snd-hda-cs-dsp-ctls +SND_HDA_SCODEC_CS35L41 EXPORT_SYMBOL_GPL 0x0147e29b cs35l41_hda_pm_ops sound/pci/hda/snd-hda-scodec-cs35l41 +SND_HDA_SCODEC_CS35L41 EXPORT_SYMBOL_GPL 0x21f89106 cs35l41_hda_remove sound/pci/hda/snd-hda-scodec-cs35l41 +SND_HDA_SCODEC_CS35L41 EXPORT_SYMBOL_GPL 0x9289b35d 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 0x5d2bf7be cs35l45_probe sound/soc/codecs/snd-soc-cs35l45 +SND_SOC_CS35L45 EXPORT_SYMBOL_GPL 0x77325e02 cs35l45_pm_ops sound/soc/codecs/snd-soc-cs35l45 +SND_SOC_CS35L45 EXPORT_SYMBOL_GPL 0xb5fdf6a8 cs35l45_remove sound/soc/codecs/snd-soc-cs35l45 +SND_SOC_CS35L45_TABLES EXPORT_SYMBOL_GPL 0x3431c8ad cs35l45_get_clk_freq_id sound/soc/codecs/snd-soc-cs35l45-tables +SND_SOC_CS35L45_TABLES EXPORT_SYMBOL_GPL 0x8f6be161 cs35l45_apply_patch sound/soc/codecs/snd-soc-cs35l45-tables +SND_SOC_CS35L45_TABLES EXPORT_SYMBOL_GPL 0xaec211cd cs35l45_spi_regmap sound/soc/codecs/snd-soc-cs35l45-tables +SND_SOC_CS35L45_TABLES EXPORT_SYMBOL_GPL 0xedfad081 cs35l45_i2c_regmap sound/soc/codecs/snd-soc-cs35l45-tables +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0x0e2c0c9d cs42l42_readable_register sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0x17c7c02d cs42l42_volatile_register sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0x19b9869e cs42l42_regmap sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0x2cfc7d18 cs42l42_dai sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0x2e5c6301 cs42l42_common_probe sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0x3a91d045 cs42l42_resume_restore sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0x45e10b7b cs42l42_soc_component sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0x49ab2a97 cs42l42_suspend sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0x4a11eed8 cs42l42_init sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0x98b28cd6 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 0xcb55f034 cs42l42_common_remove sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_SOF_XTENSA EXPORT_SYMBOL 0x8b2022af sof_xtensa_arch_ops sound/soc/sof/xtensa/snd-sof-xtensa-dsp +SOUNDWIRE_INTEL EXPORT_SYMBOL 0x2dca7ff9 sdw_intel_cnl_hw_ops drivers/soundwire/soundwire-intel +SOUNDWIRE_INTEL_INIT EXPORT_SYMBOL 0x655cb51f 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 0xc40d67d5 sdw_intel_startup drivers/soundwire/soundwire-intel +SOUNDWIRE_INTEL_INIT EXPORT_SYMBOL 0xc4a748a3 sdw_intel_probe drivers/soundwire/soundwire-intel +SOUNDWIRE_INTEL_INIT EXPORT_SYMBOL 0xf435d82a sdw_intel_process_wakeen_event drivers/soundwire/soundwire-intel +SPI_DW_CORE EXPORT_SYMBOL_GPL 0x49934110 dw_spi_add_host drivers/spi/spi-dw +SPI_DW_CORE EXPORT_SYMBOL_GPL 0x560877b0 dw_spi_suspend_host drivers/spi/spi-dw +SPI_DW_CORE EXPORT_SYMBOL_GPL 0x571e0f38 dw_spi_set_cs drivers/spi/spi-dw +SPI_DW_CORE EXPORT_SYMBOL_GPL 0x5cf7bfcb dw_spi_dma_setup_mfld drivers/spi/spi-dw +SPI_DW_CORE EXPORT_SYMBOL_GPL 0x60437921 dw_spi_dma_setup_generic drivers/spi/spi-dw +SPI_DW_CORE EXPORT_SYMBOL_GPL 0xbdec95c3 dw_spi_check_status drivers/spi/spi-dw +SPI_DW_CORE EXPORT_SYMBOL_GPL 0xce9227b1 dw_spi_update_config drivers/spi/spi-dw +SPI_DW_CORE EXPORT_SYMBOL_GPL 0xd187b7ea dw_spi_resume_host drivers/spi/spi-dw +SPI_DW_CORE EXPORT_SYMBOL_GPL 0xd8a2ad2b 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 0x36c9cb89 ccu_helper_wait_for_lock 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 0x544d7295 ccu_pll_notifier_register 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 0xa87f350f devm_sunxi_ccu_probe vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0xad1062ab ccu_gate_helper_disable vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0xba365240 ccu_sdm_helper_get_factors vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0xbdb5d83e ccu_mux_helper_determine_rate vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0xc4608f36 ccu_mux_helper_apply_prediv vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0xce9edc4f ccu_frac_helper_disable vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0xd050ca65 ccu_sdm_helper_has_rate vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0xd27db71e ccu_mp_ops vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0xe49056d8 ccu_div_ops vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0xe70cc090 ccu_frac_helper_enable vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0xeb47a9b9 ccu_frac_helper_set_rate vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0xf66eb443 ccu_gate_helper_is_enabled vmlinux +TEST_FIRMWARE EXPORT_SYMBOL_GPL 0x3dce036c firmware_request_builtin vmlinux +USB_STORAGE EXPORT_SYMBOL_GPL 0x0e8790f5 usb_stor_bulk_transfer_sg drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x15a14a3f usb_stor_resume drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x1bc3edc2 usb_stor_sense_invalidCDB drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x2ca7be46 usb_stor_reset_resume drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x311160fb usb_stor_pre_reset drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x3dd8ca77 usb_stor_access_xfer_buf drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x4395ef5d usb_stor_probe2 drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x4da7d772 usb_stor_disconnect drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x579d9d5e usb_stor_control_msg drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x71f7cb16 fill_inquiry_response drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x89b88239 usb_stor_bulk_srb drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x99aa3320 usb_stor_post_reset drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x9eb13b27 usb_stor_host_template_init drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xacd6a3db usb_stor_Bulk_reset drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xb045ed1d usb_stor_probe1 drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xb8053a68 usb_stor_clear_halt drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xb87af2d4 usb_stor_ctrl_transfer drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xd80d7d68 usb_stor_suspend drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xdc382cab usb_stor_Bulk_transport drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xe391a78c usb_stor_set_xfer_buf drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xeac5525a usb_stor_transparent_scsi_command drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xeb33fd47 usb_stor_CB_reset drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xf555086b usb_stor_adjust_quirks drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xfa8c72a0 usb_stor_bulk_transfer_buf drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xfd377954 usb_stor_CB_transport drivers/usb/storage/usb-storage --- linux-lowlatency-hwe-6.2-6.2.0.orig/debian.master/abi/arm64/generic-64k.compiler +++ linux-lowlatency-hwe-6.2-6.2.0/debian.master/abi/arm64/generic-64k.compiler @@ -0,0 +1 @@ +GCC: (Ubuntu 12.3.0-1ubuntu1~23.04) 12.3.0 --- linux-lowlatency-hwe-6.2-6.2.0.orig/debian.master/abi/arm64/generic-64k.modules +++ linux-lowlatency-hwe-6.2-6.2.0/debian.master/abi/arm64/generic-64k.modules @@ -0,0 +1,7310 @@ +3c59x +3w-9xxx +3w-sas +3w-xxxx +6lowpan +6pack +8021q +8139cp +8139too +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 +9pnet_xen +BusLogic +a100u2w +a3d +a53-pll +a7-pll +a8293 +aacraid +aat2870-regulator +aat2870_bl +abp060mg +ac97_bus +acard-ahci +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 +ad9389b +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 +ade7854 +ade7854-i2c +ade7854-spi +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 +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 +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-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 +ath3k +ath5k +ath6kl_core +ath6kl_sdio +ath6kl_usb +ath9k +ath9k_common +ath9k_htc +ath9k_hw +ath9k_pci_owl_loader +ati_remote +ati_remote2 +atl1 +atl1c +atl1e +atl2 +atlantic +atlas-ezo-sensor +atlas-sensor +atm +atmel +atmel-ecc +atmel-flexcom +atmel-hlcdc +atmel-i2c +atmel-sha204a +atmel_captouch +atmel_mxt_ts +atmel_pci +atmtcp +atp870u +atusb +atxp1 +aty128fb +atyfb +au0828 +au8522_common +au8522_decoder +au8522_dig +auo-pixcir-ts +auth_rpcgss +authenc +authencesn +autofs4 +avmfritz +ax25 +ax88179_178a +ax88796b +ax88796c +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 +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 +btqca +btqcomsmd +btrfs +btrsi +btrtl +btsdio +bttv +btusb +bu21013_ts +bu21029_ts +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-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 +cdns3 +cdns3-imx +cdns3-pci-wrap +cdns3-ti +cdnsp-udc-pci +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 +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-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-mt8365 +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-scmi +clk-scpi +clk-si514 +clk-si5341 +clk-si5351 +clk-si544 +clk-si570 +clk-smd-rpm +clk-spmi-pmic-div +clk-sprd +clk-twl6040 +clk-versaclock5 +clk-versaclock7 +clk-wm831x +clk-xlnx-clock-wizard +cls_basic +cls_bpf +cls_cgroup +cls_flow +cls_flower +cls_fw +cls_matchall +cls_route +cls_u32 +cm109 +cm32181 +cm3232 +cm3323 +cm3605 +cm36651 +cma3000_d0x +cma3000_d0x_i2c +cmac +cmdlinepart +cmtp +cn10k-rng +cnic +cobra +coda +coda-vpu +colibri-vf50-ts +com20020 +com20020-pci +com90io +com90xx +comedi +comedi_8254 +comedi_8255 +comedi_bond +comedi_example_test +comedi_parport +comedi_pci +comedi_test +comedi_usb +comm +contec_pci_dio +cordic +core +corsair-cpro +corsair-psu +cortina +counter +cp210x +cpcap-adc +cpcap-battery +cpcap-charger +cpcap-pwrbutton +cpcap-regulator +cppc_cpufreq +cpr +cptpf +cptvf +cqhci +cramfs +crc-itu-t +crc32_generic +crc4 +crc7 +crct10dif-ce +crg-hi3516cv300 +crg-hi3798cv200 +cros-ec-anx7688 +cros-ec-cec +cros-ec-regulator +cros-ec-sensorhub +cros_ec +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_typec +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_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_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 +display-connector +dl2k +dlhl60d +dlink-dir685-touchkeys +dlm +dln2 +dln2-adc +dm-bio-prison +dm-bufio +dm-cache +dm-cache-smq +dm-clone +dm-crypt +dm-delay +dm-ebs +dm-era +dm-flakey +dm-historical-service-time +dm-integrity +dm-io-affinity +dm-log +dm-log-userspace +dm-log-writes +dm-mirror +dm-multipath +dm-persistent-data +dm-queue-length +dm-raid +dm-region-hash +dm-round-robin +dm-service-time +dm-snapshot +dm-switch +dm-thin-pool +dm-unstripe +dm-verity +dm-writecache +dm-zero +dm-zoned +dm1105 +dm9601 +dma-axi-dmac +dmard06 +dmard09 +dmard10 +dmc520_edac +dme1737 +dmfe +dmi-sysfs +dmm32at +dmx3191d +dnet +dp83640 +dp83822 +dp83848 +dp83867 +dp83869 +dp83tc811 +dp83td510 +dpaa2-console +dpaa2-qdma +dpaa2_caam +dpdmai +dpot-dac +dps310 +dps920ab +drbd +drivetemp +drm +drm_buddy +drm_display_helper +drm_dma_helper +drm_dp_aux_bus +drm_kms_helper +drm_mipi_dbi +drm_shmem_helper +drm_ttm_helper +drm_vram_helper +drm_xen_front +drv260x +drv2665 +drv2667 +drx39xyj +drxd +drxk +ds1621 +ds1682 +ds1803 +ds1wm +ds2482 +ds2490 +ds2760_battery +ds2780_battery +ds2781_battery +ds2782_battery +ds3000 +ds4424 +ds620 +dsa_core +dsbr100 +dst +dst_ca +dstr +dt2801 +dt2811 +dt2814 +dt2815 +dt2817 +dt282x +dt3000 +dt3155 +dt9812 +dtpm +dummy +dummy-irq +dummy_stm +dvb-as102 +dvb-bt8xx +dvb-core +dvb-pll +dvb-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_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-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 +failover +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_sys_fops +fb_tinylcd +fb_tls8204 +fb_uc1611 +fb_uc1701 +fb_upd161704 +fbtft +fc0011 +fc0012 +fc0013 +fc2580 +fcoe +fcrypt +fdomain +fdomain_pci +fdp +fdp_i2c +fealnx +ff-memless +ffa-module +fieldbus_dev +fintek-cir +firedtv +firewire-core +firewire-net +firewire-ohci +firewire-sbp2 +fit2 +fit3 +fixed +fjes +fl512 +flexcan +fm10k +fm801-gp +fm_drv +forcedeth +fore_200e +fou +fou6 +fpga-bridge +fpga-mgr +fpga-region +freevxfs +friq +frpw +fsa4480 +fscache +fsi-core +fsi-master-aspeed +fsi-master-gpio +fsi-master-hub +fsi-occ +fsi-sbefifo +fsi-scom +fsia6b +fsl-dpaa2-eth +fsl-dpaa2-ptp +fsl-dpaa2-switch +fsl-edma +fsl-edma-common +fsl-enetc +fsl-enetc-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_linflexuart +fsl_lpuart +fsl_pq_mdio +fsl_ucc_hdlc +fsp-3y +ftdi-elan +ftdi_sio +ftl +ftm-quaddec +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-apq8084 +gcc-ipq4019 +gcc-ipq6018 +gcc-ipq806x +gcc-ipq8074 +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-sc7180 +gcc-sc7280 +gcc-sc8180x +gcc-sc8280xp +gcc-sdm660 +gcc-sdm845 +gcc-sdx55 +gcc-sdx65 +gcc-sm6115 +gcc-sm6125 +gcc-sm6350 +gcc-sm6375 +gcc-sm8150 +gcc-sm8250 +gcc-sm8350 +gcc-sm8450 +gcc-sm8550 +gdmtty +gdmulte +ge2d +gemini +gen_probe +generic +generic-adc-battery +genet +geneve +genwqe_card +gf2k +gfs2 +ghash-ce +gianfar_driver +gl518sm +gl520sm +gl620a +gluebi +gm12u320 +gnss +gnss-mtk +gnss-serial +gnss-sirf +gnss-ubx +gnss-usb +go7007 +go7007-loader +go7007-usb +goku_udc +goldfish_battery +goodix_ts +gp2ap002 +gp2ap020a00f +gp8psk-fe +gpi +gpio +gpio-74x164 +gpio-74xx-mmio +gpio-adnp +gpio-adp5520 +gpio-aggregator +gpio-altera +gpio-altera-a10sr +gpio-amd-fch +gpio-amdpt +gpio-arizona +gpio-bd71815 +gpio-bd71828 +gpio-bd9571mwv +gpio-beeper +gpio-cadence +gpio-charger +gpio-da9052 +gpio-da9055 +gpio-dln2 +gpio-dwapb +gpio-eic-sprd +gpio-exar +gpio-fan +gpio-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-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-sim +gpio-siox +gpio-sl28cpld +gpio-sprd +gpio-syscon +gpio-thunderx +gpio-tpic2810 +gpio-tps65086 +gpio-tps65218 +gpio-tps65912 +gpio-tqmx86 +gpio-twl4030 +gpio-twl6040 +gpio-ucb1400 +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-sc7180 +gpucc-sc7280 +gpucc-sc8280xp +gpucc-sdm660 +gpucc-sdm845 +gpucc-sm6350 +gpucc-sm8150 +gpucc-sm8250 +gpucc-sm8350 +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 +habanalabs +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 +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-ezkey +hid-ft260 +hid-gaff +hid-gembird +hid-generic +hid-gfrm +hid-glorious +hid-google-hammer +hid-gt683r +hid-gyration +hid-holtek-kbd +hid-holtek-mouse +hid-holtekff +hid-hyperv +hid-icade +hid-ite +hid-jabra +hid-kensington +hid-keytouch +hid-kye +hid-lcpower +hid-led +hid-lenovo +hid-letsketch +hid-lg-g15 +hid-logitech +hid-logitech-dj +hid-logitech-hidpp +hid-macally +hid-magicmouse +hid-maltron +hid-mcp2221 +hid-megaworld +hid-mf +hid-microsoft +hid-monterey +hid-multitouch +hid-nintendo +hid-nti +hid-ntrig +hid-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_zip +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 +htc-pasic3 +hte-tegra194 +hte-tegra194-test +hts221 +hts221_i2c +hts221_spi +htu21 +huawei_cdc_ncm +hv_balloon +hv_netvsc +hv_sock +hv_storvsc +hv_utils +hv_vmbus +hwmon-vid +hwpoison-inject +hx711 +hx8357 +hx8357d +hycon-hy46xx +hynitron_cstxxx +hyperbus-core +hyperv-keyboard +hyperv_drm +hyperv_fb +i2c-algo-bit +i2c-algo-pca +i2c-ali1535 +i2c-ali1563 +i2c-ali15x3 +i2c-altera +i2c-amd756 +i2c-amd8111 +i2c-apple +i2c-arb-gpio-challenge +i2c-cbus-gpio +i2c-ccgx-ucsi +i2c-cp2615 +i2c-cros-ec-tunnel +i2c-demux-pinctrl +i2c-designware-pci +i2c-diolan-u2c +i2c-dln2 +i2c-fsi +i2c-gpio +i2c-hid +i2c-hid-acpi +i2c-hid-of +i2c-hid-of-elan +i2c-hid-of-goodix +i2c-hisi +i2c-hix5hd2 +i2c-i801 +i2c-imx +i2c-imx-lpi2c +i2c-isch +i2c-kempld +i2c-matroxfb +i2c-mchp-pci1xxxx +i2c-meson +i2c-mlxbf +i2c-mt65xx +i2c-mux +i2c-mux-gpio +i2c-mux-gpmux +i2c-mux-ltc4306 +i2c-mux-mlxcpld +i2c-mux-pca9541 +i2c-mux-pca954x +i2c-mux-pinctrl +i2c-mux-reg +i2c-mv64xxx +i2c-nforce2 +i2c-nomadik +i2c-npcm7xx +i2c-nvidia-gpu +i2c-ocores +i2c-owl +i2c-parport +i2c-pca-platform +i2c-piix4 +i2c-pxa +i2c-qcom-cci +i2c-qcom-geni +i2c-qup +i2c-rcar +i2c-riic +i2c-rk3x +i2c-robotfuzz-osif +i2c-rzv2m +i2c-scmi +i2c-sh_mobile +i2c-simtec +i2c-sis5595 +i2c-sis630 +i2c-sis96x +i2c-slave-eeprom +i2c-smbus +i2c-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-osm-l3 +icc-rpmh +icc-smd-rpm +ice +ice40-spi +icp +icp10100 +icp_multi +icplus +ics932s401 +idma64 +idmouse +idt77252 +idt_89hpesx +idt_gen2 +idt_gen3 +idtcps +ieee802154 +ieee802154_6lowpan +ieee802154_socket +ifb +ifcvf +ife +ifi_canfd +iforce +iforce-serio +iforce-usb +igb +igbvf +igc +igorplugusb +iguanair +ii_pci20kc +iio-mux +iio-rescale +iio-trig-hrtimer +iio-trig-interrupt +iio-trig-loop +iio-trig-sysfs +iio_dummy +iio_hwmon +ila +ili210x +ili9163 +ili9225 +ili922x +ili9320 +ili9341 +ili9486 +ilitek_ts_i2c +imagis +img-ascii-lcd +img-i2s-in +img-i2s-out +img-parallel-out +img-spdif-in +img-spdif-out +imm +imon +imon_raw +ims-pcu +imx-audio-rpmsg +imx-bus +imx-common +imx-cpufreq-dt +imx-dcss +imx-dma +imx-dsp +imx-interconnect +imx-lcdif +imx-mailbox +imx-media-common +imx-mipi-csis +imx-pcm-dma +imx-pcm-rpmsg +imx-pxp +imx-sdma +imx208 +imx214 +imx219 +imx258 +imx274 +imx290 +imx2_wdt +imx319 +imx334 +imx335 +imx355 +imx412 +imx6q-cpufreq +imx6ul_tsc +imx7-media-csi +imx7d_adc +imx7ulp_wdt +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-blk-ctrl +imx93-pd +imx93-src +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-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 +intel-m10-bmc-hwmon +intel-nand-controller +intel-qep +intel-xway +intel_qat +intel_th +intel_th_acpi +intel_th_gth +intel_th_msu +intel_th_msu_sink +intel_th_pci +intel_th_pti +intel_th_sth +intel_vr_nor +interact +interrupt-cnt +inv-icm42600 +inv-icm42600-i2c +inv-icm42600-spi +inv-mpu6050 +inv-mpu6050-i2c +inv-mpu6050-spi +io-domain +io_edgeport +io_ti +iommufd +ionic +iosm +iowarrior +ip5xxx_power +ip6_gre +ip6_tables +ip6_tunnel +ip6_udp_tunnel +ip6_vti +ip6t_NPT +ip6t_REJECT +ip6t_SYNPROXY +ip6t_ah +ip6t_eui64 +ip6t_frag +ip6t_hbh +ip6t_ipv6header +ip6t_mh +ip6t_rpfilter +ip6t_rt +ip6t_srh +ip6table_filter +ip6table_mangle +ip6table_nat +ip6table_raw +ip6table_security +ip_gre +ip_set +ip_set_bitmap_ip +ip_set_bitmap_ipmac +ip_set_bitmap_port +ip_set_hash_ip +ip_set_hash_ipmac +ip_set_hash_ipmark +ip_set_hash_ipport +ip_set_hash_ipportip +ip_set_hash_ipportnet +ip_set_hash_mac +ip_set_hash_net +ip_set_hash_netiface +ip_set_hash_netnet +ip_set_hash_netport +ip_set_hash_netportnet +ip_set_list_set +ip_tables +ip_tunnel +ip_vs +ip_vs_dh +ip_vs_fo +ip_vs_ftp +ip_vs_lblc +ip_vs_lblcr +ip_vs_lc +ip_vs_mh +ip_vs_nq +ip_vs_ovf +ip_vs_pe_sip +ip_vs_rr +ip_vs_sed +ip_vs_sh +ip_vs_twos +ip_vs_wlc +ip_vs_wrr +ip_vti +ipa +ipack +ipaq +ipcomp +ipcomp6 +iphase +ipheth +ipip +ipmb_dev_int +ipmi_devintf +ipmi_ipmb +ipmi_msghandler +ipmi_poweroff +ipmi_si +ipmi_ssif +ipmi_watchdog +ipoctal +ipr +iproc_nand +ips +ipt_CLUSTERIP +ipt_ECN +ipt_REJECT +ipt_SYNPROXY +ipt_ah +ipt_rpfilter +iptable_filter +iptable_mangle +iptable_nat +iptable_raw +iptable_security +ipvlan +ipvtap +ipw +ipw2100 +ipw2200 +iqs269a +iqs5xx +iqs620at-temp +iqs621-als +iqs624-pos +iqs626a +iqs62x +iqs62x-keys +iqs7222 +ir-hix5hd2 +ir-imon-decoder +ir-jvc-decoder +ir-kbd-i2c +ir-mce_kbd-decoder +ir-nec-decoder +ir-rc5-decoder +ir-rc6-decoder +ir-rcmm-decoder +ir-sanyo-decoder +ir-sharp-decoder +ir-sony-decoder +ir-spi +ir-usb +ir-xmp-decoder +ir35221 +ir36021 +ir38064 +ir_toy +irdma +irps5401 +irq-imx-mu-msi +irq-madera +irq-pruss-intc +irq-qcom-mpm +iscsi_boot_sysfs +iscsi_ibft +iscsi_target_mod +iscsi_tcp +isdnhdlc +isight_firmware +isl29003 +isl29018 +isl29020 +isl29028 +isl29125 +isl29501 +isl6271a-regulator +isl6405 +isl6421 +isl6423 +isl68137 +isl7998x +isl9305 +isofs +isp116x-hcd +isp1704_charger +isp1760 +it87 +it913x +itd1000 +ite-cir +ite-it6505 +ite-it66121 +itg3200 +iuu_phoenix +ivtv +ivtv-alsa +ivtvfb +iw_cm +iw_cxgb4 +iwl3945 +iwl4965 +iwldvm +iwlegacy +iwlmvm +iwlwifi +ix2505v +ixgb +ixgbe +ixgbevf +janz-cmodio +janz-ican3 +jc42 +jedec_probe +jffs2 +jfs +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 +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 +lcc-ipq806x +lcc-mdm9615 +lcc-msm8960 +lcd +lcd2s +ldusb +lec +led-class-flash +led-class-multicolor +led_bl +leds-88pm860x +leds-aat1290 +leds-adp5520 +leds-an30259a +leds-as3645a +leds-aw2013 +leds-bcm6328 +leds-bcm6358 +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-pca9532 +leds-pca955x +leds-pca963x +leds-pwm +leds-pwm-multicolor +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-gpio +ledtrig-heartbeat +ledtrig-netdev +ledtrig-oneshot +ledtrig-pattern +ledtrig-timer +ledtrig-transient +ledtrig-tty +ledtrig-usbport +legousbtower +lg-vl600 +lg2160 +lgdt3305 +lgdt3306a +lgdt330x +lgs8gl5 +lgs8gxx +lib80211 +lib80211_crypt_ccmp +lib80211_crypt_tkip +lib80211_crypt_wep +libarc4 +libceph +libchacha +libchacha20poly1305 +libcomposite +libcrc32c +libcurve25519 +libcurve25519-generic +libcxgb +libcxgbi +libdes +libertas +libertas_sdio +libertas_spi +libertas_tf +libertas_tf_usb +libfc +libfcoe +libipw +libiscsi +libiscsi_tcp +libpoly1305 +libsas +libwx +lightning +lima +line-display +lineage-pem +linear +linkstation-poweroff +liquidio +liquidio_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-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 +lxt +lz4 +lz4_compress +lz4hc +lz4hc_compress +m2m-deinterlace +m52790 +m5mols +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 +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 +max20730 +max20751 +max2165 +max2175 +max30100 +max30102 +max30208 +max3100 +max31722 +max31730 +max31760 +max31785 +max31790 +max31856 +max31865 +max3420_udc +max3421-hcd +max34440 +max44000 +max44009 +max517 +max5432 +max5481 +max5487 +max5821 +max63xx_wdt +max6620 +max6621 +max6639 +max6650 +max6697 +max6875 +max7359_keypad +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 +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 +mdev +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-mmioreg +mdio-mux-multiplexer +mdio-mvusb +mdio-octeon +mdio-thunder +mdio-xgene +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 +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_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-tcb-capture +microchip_t1 +microread +microread_i2c +microtek +minix +mip6 +mipi-i3c-hci +mite +mk712 +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-apq8084 +mmcc-msm8960 +mmcc-msm8974 +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 +mpr121_touchkey +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_ocelot +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 +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 +mt8192-mt6359-rt1015-rt5682 +mt8195-mt6359 +mt9m001 +mt9m032 +mt9m111 +mt9p031 +mt9t001 +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-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_thermal +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 +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 +nbd +nci +nci_spi +nci_uart +nct6683 +nct6775 +nct6775-core +nct6775-i2c +nct7802 +nct7904 +nd_btt +nd_pmem +nd_virtio +ne2k-pci +neofb +net1080 +net2272 +net2280 +net_failover +netconsole +netdevsim +netfs +netjet +netlink_diag +netrom +netsec +netup-unidvb +netxen_nic +newtonkbd +nf_conncount +nf_conntrack +nf_conntrack_amanda +nf_conntrack_bridge +nf_conntrack_broadcast +nf_conntrack_ftp +nf_conntrack_h323 +nf_conntrack_irc +nf_conntrack_netbios_ns +nf_conntrack_netlink +nf_conntrack_pptp +nf_conntrack_sane +nf_conntrack_sip +nf_conntrack_snmp +nf_conntrack_tftp +nf_defrag_ipv4 +nf_defrag_ipv6 +nf_dup_ipv4 +nf_dup_ipv6 +nf_dup_netdev +nf_flow_table +nf_flow_table_inet +nf_log_syslog +nf_nat +nf_nat_amanda +nf_nat_ftp +nf_nat_h323 +nf_nat_irc +nf_nat_pptp +nf_nat_sip +nf_nat_snmp_basic +nf_nat_tftp +nf_reject_ipv4 +nf_reject_ipv6 +nf_socket_ipv4 +nf_socket_ipv6 +nf_synproxy_core +nf_tables +nf_tproxy_ipv4 +nf_tproxy_ipv6 +nfc +nfc_digital +nfcmrvl +nfcmrvl_i2c +nfcmrvl_spi +nfcmrvl_uart +nfcmrvl_usb +nfcsim +nfit +nfnetlink +nfnetlink_acct +nfnetlink_cthelper +nfnetlink_cttimeout +nfnetlink_hook +nfnetlink_log +nfnetlink_osf +nfnetlink_queue +nfp +nfs +nfs_acl +nfs_layout_flexfiles +nfs_layout_nfsv41_files +nfsd +nfsv2 +nfsv3 +nfsv4 +nft_chain_nat +nft_compat +nft_connlimit +nft_ct +nft_dup_ipv4 +nft_dup_ipv6 +nft_dup_netdev +nft_fib +nft_fib_inet +nft_fib_ipv4 +nft_fib_ipv6 +nft_fib_netdev +nft_flow_offload +nft_fwd_netdev +nft_hash +nft_limit +nft_log +nft_masq +nft_meta_bridge +nft_nat +nft_numgen +nft_osf +nft_queue +nft_quota +nft_redir +nft_reject +nft_reject_bridge +nft_reject_inet +nft_reject_ipv4 +nft_reject_ipv6 +nft_reject_netdev +nft_socket +nft_synproxy +nft_tproxy +nft_tunnel +nft_xfrm +nftl +ngbe +ngene +nhc_dest +nhc_fragment +nhc_hop +nhc_ipv6 +nhc_mobility +nhc_routing +nhc_udp +nhpoly1305 +nhpoly1305-neon +ni_6527 +ni_65xx +ni_660x +ni_670x +ni_at_a2150 +ni_at_ao +ni_atmio +ni_atmio16d +ni_labpc +ni_labpc_common +ni_labpc_pci +ni_pcidio +ni_pcimio +ni_routes_test +ni_routing +ni_tio +ni_tiocmd +ni_usb6501 +nicpf +nicstar +nicvf +nilfs2 +nitro_enclaves +niu +nixge +nlmon +nls_ascii +nls_cp1250 +nls_cp1251 +nls_cp1255 +nls_cp737 +nls_cp775 +nls_cp850 +nls_cp852 +nls_cp855 +nls_cp857 +nls_cp860 +nls_cp861 +nls_cp862 +nls_cp863 +nls_cp864 +nls_cp865 +nls_cp866 +nls_cp869 +nls_cp874 +nls_cp932 +nls_cp936 +nls_cp949 +nls_cp950 +nls_euc-jp +nls_iso8859-1 +nls_iso8859-13 +nls_iso8859-14 +nls_iso8859-15 +nls_iso8859-2 +nls_iso8859-3 +nls_iso8859-4 +nls_iso8859-5 +nls_iso8859-6 +nls_iso8859-7 +nls_iso8859-9 +nls_koi8-r +nls_koi8-ru +nls_koi8-u +nls_utf8 +noa1305 +noon010pc30 +nosy +notifier-error-inject +nouveau +nozomi +npcm-rng +npcm750-pwm-fan +npcm_adc +nps_enet +ns558 +ns83820 +nsh +ntb +ntb_hw_epf +ntb_hw_idt +ntb_hw_switchtec +ntb_netdev +ntb_perf +ntb_pingpong +ntb_tool +ntb_transport +ntc_thermistor +ntfs +ntfs3 +ntxec +null_blk +nuvoton-cir +nvec +nvec_kbd +nvec_paz00 +nvec_power +nvec_ps2 +nvidiafb +nvme +nvme-apple +nvme-common +nvme-core +nvme-fabrics +nvme-fc +nvme-loop +nvme-rdma +nvme-tcp +nvmem-apple-efuses +nvmem-imx-iim +nvmem-imx-ocotp +nvmem-imx-ocotp-scu +nvmem-layerscape-sfp +nvmem-rave-sp-eeprom +nvmem-reboot-mode +nvmem-rmem +nvmem-rockchip-otp +nvmem-sc27xx-efuse +nvmem_meson_mx_efuse +nvmem_mtk-efuse +nvmem_qcom-spmi-sdam +nvmem_qfprom +nvmem_rockchip_efuse +nvmem_snvs_lpgpr +nvmem_sprd_efuse +nvmem_sunxi_sid +nvmem_u-boot-env +nvmet +nvmet-fc +nvmet-rdma +nvmet-tcp +nvsw-sn2201 +nwl-dsi +nxp-c45-tja11xx +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 +open-dice +opencores-kbd +openvswitch +opt3001 +optee +optee-rng +opticon +option +or51132 +or51211 +orangefs +orinoco +orinoco_nortel +orinoco_plx +orinoco_tmd +orinoco_usb +oti6858 +otm3225a +otx2_ptp +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 +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-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-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-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-nt36672a +panel-novatek-nt39016 +panel-olimex-lcd-olinuxino +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-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-tulip-truly-nt35521 +panel-tdo-tl070wsh30 +panel-tpo-td028ttec1 +panel-tpo-td043mtea1 +panel-tpo-tpg110 +panel-truly-nt35597 +panel-visionox-rm69299 +panel-widechips-ws2401 +panel-xinpeng-xpp055c272 +panfrost +parade-ps8622 +parade-ps8640 +paride +parkbd +parman +parport +parport_ax88796 +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_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 +pcd +pcf50633 +pcf50633-adc +pcf50633-backlight +pcf50633-charger +pcf50633-gpio +pcf50633-input +pcf50633-regulator +pcf8574_keypad +pcf8591 +pch_udc +pci +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-altera-tse +pcs_xpcs +pcwd_pci +pcwd_usb +pd +pda_power +pdc_adma +pdr_interface +peak_pci +peak_pciefd +peak_usb +peci +peci-cpu +peci-cputemp +peci-dimmtemp +pegasus +pegasus_notetaker +penmount +pf +pf8x00-regulator +pfr_telemetry +pfr_update +pfuze100-regulator +pg +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-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-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-sun4i-usb +phy-sun50i-usb3 +phy-sun6i-mipi-dphy +phy-tahvo +phy-tegra-usb +phy-tegra-xusb +phy-tegra194-p2u +phy-tusb1210 +phy-zynqmp +physmap +pi3usb30532 +pi433 +pim4328 +pinctrl-apple-gpio +pinctrl-axp209 +pinctrl-cy8c95x0 +pinctrl-da9062 +pinctrl-imx8ulp +pinctrl-imx93 +pinctrl-ipq6018 +pinctrl-ipq8074 +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-msm8916 +pinctrl-msm8953 +pinctrl-msm8976 +pinctrl-msm8994 +pinctrl-msm8996 +pinctrl-msm8998 +pinctrl-mt6779 +pinctrl-qcm2290 +pinctrl-qcs404 +pinctrl-qdf2xxx +pinctrl-rk805 +pinctrl-sc7180 +pinctrl-sc7280 +pinctrl-sc7280-lpass-lpi +pinctrl-sc8180x +pinctrl-sc8280xp +pinctrl-sc8280xp-lpass-lpi +pinctrl-sdm660 +pinctrl-sdm670 +pinctrl-sdm845 +pinctrl-sm6115 +pinctrl-sm6125 +pinctrl-sm6350 +pinctrl-sm6375 +pinctrl-sm8150 +pinctrl-sm8250 +pinctrl-sm8250-lpass-lpi +pinctrl-sm8350 +pinctrl-sm8450 +pinctrl-sm8450-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 +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 +pt +ptp-qoriq +ptp_clockmatrix +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-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-sl28cpld +pwm-sprd +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 +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-pmic-typec +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_common +qcom_edac +qcom_eud +qcom_geni_serial +qcom_glink +qcom_glink_rpm +qcom_glink_smem +qcom_gsbi +qcom_hwspinlock +qcom_nandc +qcom_pil_info +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-sc7180 +qnoc-sc7280 +qnoc-sc8180x +qnoc-sc8280xp +qnoc-sdm660 +qnoc-sdm845 +qnoc-sdx55 +qnoc-sdx65 +qnoc-sm6350 +qnoc-sm8150 +qnoc-sm8250 +qnoc-sm8350 +qnoc-sm8450 +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 +r8188eu +r8192e_pci +r8192u_usb +r820t +r852 +r8712u +r8723bs +r8a66597-hcd +r8a66597-udc +r8a779f0-ether-serdes +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 +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-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-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_usbhs +renesas_wdt +repaper +reset-a10sr +reset-hi3660 +reset-meson-audio-arb +reset-qcom-pdc +reset-rzg2l-usbphy-ctrl +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 +rk808-regulator +rk817_charger +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-regulator +rohm_bu21023 +romfs +rose +rotary_encoder +rp2 +rpcrdma +rpcsec_gss_krb5 +rpi-panel-attiny-regulator +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 +rt4831 +rt4831-backlight +rt4831-regulator +rt5033 +rt5033-regulator +rt5033_battery +rt5120 +rt5120-pwrkey +rt5120-regulator +rt5190a-regulator +rt5759-regulator +rt6160-regulator +rt6190-regulator +rt61pci +rt6245-regulator +rt73usb +rt9455_charger +rtc-88pm80x +rtc-88pm860x +rtc-ab-b5ze-s3 +rtc-ab-eoz9 +rtc-abx80x +rtc-armada38x +rtc-as3722 +rtc-bd70528 +rtc-bq32k +rtc-bq4802 +rtc-cadence +rtc-cpcap +rtc-cros-ec +rtc-da9052 +rtc-da9055 +rtc-da9063 +rtc-ds1286 +rtc-ds1302 +rtc-ds1305 +rtc-ds1307 +rtc-ds1343 +rtc-ds1347 +rtc-ds1374 +rtc-ds1390 +rtc-ds1511 +rtc-ds1553 +rtc-ds1672 +rtc-ds1685 +rtc-ds1742 +rtc-ds2404 +rtc-ds3232 +rtc-em3027 +rtc-fm3130 +rtc-fsl-ftm-alarm +rtc-ftrtc010 +rtc-goldfish +rtc-hid-sensor-time +rtc-hym8563 +rtc-imx-sc +rtc-imxdi +rtc-isl12022 +rtc-isl12026 +rtc-isl1208 +rtc-lp8788 +rtc-m41t80 +rtc-m41t93 +rtc-m41t94 +rtc-m48t35 +rtc-m48t59 +rtc-m48t86 +rtc-max6900 +rtc-max6902 +rtc-max6916 +rtc-max77686 +rtc-max8907 +rtc-max8925 +rtc-max8997 +rtc-max8998 +rtc-mc13xxx +rtc-mcp795 +rtc-meson-vrtc +rtc-msm6242 +rtc-mt2712 +rtc-mt6397 +rtc-mt7622 +rtc-mxc +rtc-mxc_v2 +rtc-nct3018y +rtc-ntxec +rtc-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-tegra +rtc-ti-k3 +rtc-tps6586x +rtc-tps65910 +rtc-twl +rtc-v3020 +rtc-wm831x +rtc-wm8350 +rtc-x1205 +rtc-zynqmp +rtd520 +rti800 +rti802 +rti_wdt +rtl2830 +rtl2832 +rtl2832_sdr +rtl8150 +rtl8187 +rtl8188ee +rtl818x_pci +rtl8192c-common +rtl8192ce +rtl8192cu +rtl8192de +rtl8192ee +rtl8192se +rtl8365mb +rtl8366 +rtl8723-common +rtl8723ae +rtl8723be +rtl8821ae +rtl8xxxu +rtl_pci +rtl_usb +rtllib +rtllib_crypt_ccmp +rtllib_crypt_tkip +rtllib_crypt_wep +rtlwifi +rtmv20-regulator +rtq2134-regulator +rtq6056 +rtq6752-regulator +rtrs-client +rtrs-core +rtrs-server +rts5208 +rtsx_pci +rtsx_pci_ms +rtsx_pci_sdmmc +rtsx_usb +rtsx_usb_ms +rtsx_usb_sdmmc +rtw88_8723d +rtw88_8723de +rtw88_8723du +rtw88_8821c +rtw88_8821ce +rtw88_8821cu +rtw88_8822b +rtw88_8822be +rtw88_8822bu +rtw88_8822c +rtw88_8822ce +rtw88_8822cu +rtw88_core +rtw88_pci +rtw88_usb +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 +rza_wdt +rzg2l-cru +rzg2l-csi2 +rzg2l_adc +rzg2l_mipi_dsi +rzg2l_thermal +rzg2l_wdt +rzn1_wdt +s1d13xxxfb +s2250 +s2255drv +s2io +s2mpa01 +s2mps11 +s3fb +s3fwrn5 +s3fwrn5_i2c +s3fwrn82_uart +s526 +s5c73m3 +s5h1409 +s5h1411 +s5h1420 +s5h1432 +s5k5baf +s5k6a3 +s5k6aa +s5m8767 +s626 +s6sy761 +s921 +sa2ul +saa6588 +saa6752hs +saa7110 +saa7115 +saa7127 +saa7134 +saa7134-alsa +saa7134-dvb +saa7134-empress +saa7134-go7007 +saa7164 +saa717x +saa7185 +saa7706h +safe_serial +sahara +sample-trace-array +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_atm +sch_cake +sch_cbq +sch_cbs +sch_choke +sch_codel +sch_drr +sch_dsmark +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_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 +sha3_generic +sha512-arm64 +sha512-ce +shark2 +shiftfs +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 +sl811-hcd +slcan +slg51000-regulator +slic_ds26522 +slicoss +slim-qcom-ctrl +slim-qcom-ngd-ctrl +slimbus +slip +slram +sm2_generic +sm3 +sm3-ce +sm3-neon +sm3_generic +sm4 +sm4-ce +sm4-ce-ccm +sm4-ce-cipher +sm4-ce-gcm +sm4-neon +sm4_generic +sm501 +sm501fb +sm712fb +sm750fb +sm_common +sm_ftl +smartpqi +smb347-charger +smc +smc_diag +smd-rpm +smem +smipcie +smm665 +smp2p +smpro-core +smpro-errmon +smpro-hwmon +smpro-misc +smsc +smsc47b397 +smsc47m1 +smsc47m192 +smsc75xx +smsc911x +smsc9420 +smsc95xx +smscufx +smsdvb +smsm +smsmdtv +smssdio +smsusb +snd +snd-ac97-codec +snd-acp-config +snd-ad1889 +snd-ak4113 +snd-ak4114 +snd-ak4xxx-adda +snd-ali5451 +snd-aloop +snd-als300 +snd-atiixp +snd-atiixp-modem +snd-au8810 +snd-au8820 +snd-au8830 +snd-aw2 +snd-azt3328 +snd-bcd2000 +snd-bebob +snd-bt87x +snd-ca0106 +snd-cmipci +snd-compress +snd-cs4281 +snd-cs46xx +snd-cs8427 +snd-ctl-led +snd-ctxfi +snd-darla20 +snd-darla24 +snd-dice +snd-dummy +snd-echo3g +snd-emu10k1 +snd-emu10k1-synth +snd-emu10k1x +snd-emux-synth +snd-ens1370 +snd-ens1371 +snd-es1938 +snd-es1968 +snd-fireface +snd-firewire-digi00x +snd-firewire-lib +snd-firewire-motu +snd-firewire-tascam +snd-fireworks +snd-fm801 +snd-gina20 +snd-gina24 +snd-hda-codec +snd-hda-codec-analog +snd-hda-codec-ca0110 +snd-hda-codec-ca0132 +snd-hda-codec-cirrus +snd-hda-codec-cmedia +snd-hda-codec-conexant +snd-hda-codec-cs8409 +snd-hda-codec-generic +snd-hda-codec-hdmi +snd-hda-codec-idt +snd-hda-codec-realtek +snd-hda-codec-si3054 +snd-hda-codec-via +snd-hda-core +snd-hda-cs-dsp-ctls +snd-hda-ext-core +snd-hda-intel +snd-hda-scodec-cs35l41 +snd-hda-scodec-cs35l41-i2c +snd-hda-scodec-cs35l41-spi +snd-hda-tegra +snd-hdsp +snd-hdspm +snd-hrtimer +snd-hwdep +snd-i2c +snd-ice1712 +snd-ice1724 +snd-ice17xx-ak4xxx +snd-indigo +snd-indigodj +snd-indigodjx +snd-indigoio +snd-indigoiox +snd-intel-dspcfg +snd-intel-sdw-acpi +snd-intel8x0 +snd-intel8x0m +snd-isight +snd-korg1212 +snd-layla20 +snd-layla24 +snd-lola +snd-lx6464es +snd-maestro3 +snd-mia +snd-mixart +snd-mixer-oss +snd-mona +snd-mpu401 +snd-mpu401-uart +snd-mtpav +snd-mts64 +snd-nm256 +snd-opl3-lib +snd-opl3-synth +snd-oxfw +snd-oxygen +snd-oxygen-lib +snd-pcm +snd-pcm-dmaengine +snd-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-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-bd28623 +snd-soc-bt-sco +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-cs35l45-tables +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-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-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-max98373 +snd-soc-max98373-i2c +snd-soc-max98373-sdw +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-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-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-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-rt715 +snd-soc-rt715-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-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-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-tas5086 +snd-soc-tas571x +snd-soc-tas5720 +snd-soc-tas5805m +snd-soc-tas6424 +snd-soc-tda7419 +snd-soc-tegra-audio-graph-card +snd-soc-tegra-machine +snd-soc-tegra-pcm +snd-soc-tegra-wm8903 +snd-soc-tegra186-asrc +snd-soc-tegra186-dspk +snd-soc-tegra20-ac97 +snd-soc-tegra20-das +snd-soc-tegra20-i2s +snd-soc-tegra20-spdif +snd-soc-tegra210-admaif +snd-soc-tegra210-adx +snd-soc-tegra210-ahub +snd-soc-tegra210-amx +snd-soc-tegra210-dmic +snd-soc-tegra210-i2s +snd-soc-tegra210-mixer +snd-soc-tegra210-mvc +snd-soc-tegra210-ope +snd-soc-tegra210-sfc +snd-soc-tegra30-ahub +snd-soc-tegra30-i2s +snd-soc-test-component +snd-soc-tfa9879 +snd-soc-tfa989x +snd-soc-ti-edma +snd-soc-ti-sdma +snd-soc-ti-udma +snd-soc-tlv320adc3xxx +snd-soc-tlv320adcx140 +snd-soc-tlv320aic23 +snd-soc-tlv320aic23-i2c +snd-soc-tlv320aic23-spi +snd-soc-tlv320aic31xx +snd-soc-tlv320aic32x4 +snd-soc-tlv320aic32x4-i2c +snd-soc-tlv320aic32x4-spi +snd-soc-tlv320aic3x +snd-soc-tlv320aic3x-i2c +snd-soc-tlv320aic3x-spi +snd-soc-tpa6130a2 +snd-soc-ts3a227e +snd-soc-tscs42xx +snd-soc-tscs454 +snd-soc-uda1334 +snd-soc-wcd-mbhc +snd-soc-wcd9335 +snd-soc-wcd934x +snd-soc-wcd938x +snd-soc-wcd938x-sdw +snd-soc-wm-adsp +snd-soc-wm-hubs +snd-soc-wm8510 +snd-soc-wm8523 +snd-soc-wm8524 +snd-soc-wm8580 +snd-soc-wm8711 +snd-soc-wm8728 +snd-soc-wm8731 +snd-soc-wm8731-i2c +snd-soc-wm8731-spi +snd-soc-wm8737 +snd-soc-wm8741 +snd-soc-wm8750 +snd-soc-wm8753 +snd-soc-wm8770 +snd-soc-wm8776 +snd-soc-wm8782 +snd-soc-wm8804 +snd-soc-wm8804-i2c +snd-soc-wm8804-spi +snd-soc-wm8903 +snd-soc-wm8904 +snd-soc-wm8940 +snd-soc-wm8960 +snd-soc-wm8961 +snd-soc-wm8962 +snd-soc-wm8974 +snd-soc-wm8978 +snd-soc-wm8985 +snd-soc-wm8994 +snd-soc-wm9712 +snd-soc-wsa881x +snd-soc-wsa883x +snd-soc-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-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 +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-bus +soundwire-cadence +soundwire-generic-allocation +soundwire-intel +soundwire-qcom +sp2 +sp805_wdt +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-armada-3700 +spi-axi-spi-engine +spi-bitbang +spi-butterfly +spi-cadence +spi-cadence-quadspi +spi-cadence-xspi +spi-dln2 +spi-dw +spi-dw-mmio +spi-dw-pci +spi-fsi +spi-fsl-dspi +spi-fsl-lpspi +spi-fsl-qspi +spi-geni-qcom +spi-gpio +spi-hisi-kunpeng +spi-hisi-sfc-v3xx +spi-imx +spi-lm70llp +spi-loopback-test +spi-meson-spicc +spi-meson-spifc +spi-microchip-core +spi-microchip-core-qspi +spi-mt65xx +spi-mtk-nor +spi-mtk-snfi +spi-mux +spi-mxic +spi-nor +spi-npcm-fiu +spi-npcm-pspi +spi-nxp-fspi +spi-oc-tiny +spi-orion +spi-pci1xxxx +spi-pl022 +spi-pxa2xx-pci +spi-pxa2xx-platform +spi-qcom-qspi +spi-qup +spi-rockchip +spi-rockchip-sfc +spi-rpc-if +spi-rspi +spi-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-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 +sr030pc30 +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_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 +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 +syscopyarea +sysfillrect +sysimgblt +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_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 +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-ads124s08 +ti-ads131e08 +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-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 +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 +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 +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 +u132-hcd +uPD60620 +u_audio +u_ether +u_serial +uacce +uartlite +uas +ubi +ubifs +ublk_drv +ubuntu-host +ucan +ucb1400_core +ucb1400_ts +ucc_uart +ucd9000 +ucd9200 +ucs1002_power +ucsi_acpi +ucsi_ccg +ucsi_stm32g0 +uda1342 +udc-core +udc-xilinx +udf +udl +udlfb +udp_diag +udp_tunnel +ueagle-atm +ufs +ufs-hisi +ufs-mediatek +ufs-renesas +ufs_qcom +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 +uvcvideo +uvesafb +v4l2-async +v4l2-dv-timings +v4l2-flash-led-class +v4l2-fwnode +v4l2-h264 +v4l2-jpeg +v4l2-mem2mem +v4l2-tpg +v4l2-vp9 +vcan +vcnl3020 +vcnl4000 +vcnl4035 +vcpu_stall_detector +vctrl-regulator +vdpa +vdpa_sim +vdpa_sim_blk +vdpa_sim_net +vduse +veml6030 +veml6070 +venus-core +venus-dec +venus-enc +versal-fpga +ves1820 +ves1x93 +veth +vexpress-hwmon +vexpress-regulator +vf610_adc +vf610_dac +vfio +vfio-amba +vfio-fsl-mc +vfio-pci +vfio-pci-core +vfio-platform +vfio-platform-amdxgbe +vfio-platform-base +vfio-platform-calxedaxgmac +vfio_iommu_type1 +vgastate +vgem +vgg2432a4 +vhci-hcd +vhost +vhost_iotlb +vhost_net +vhost_scsi +vhost_vdpa +vhost_vsock +via-rhine +via-sdmmc +via-velocity +via686a +vicodec +video +video-i2c +video-mux +videobuf-core +videobuf-dma-sg +videobuf-vmalloc +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 +videodev +vim2m +vimc +viperboard +viperboard_adc +virt_wifi +virtio-gpu +virtio-rng +virtio_blk +virtio_bt +virtio_crypto +virtio_dma_buf +virtio_input +virtio_mem +virtio_net +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 +vs6624 +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 +wusb3801 +wwan +wwan_hwsim +x25 +x_tables +xbox_remote +xc2028 +xc4000 +xc5000 +xcbc +xctr +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-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 +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 +zavl +zcommon +zd1201 +zd1211rw +zd1301 +zd1301_demod +zet6223 +zforce_ts +zfs +zhenhua +ziirave_wdt +zinitix +zl10036 +zl10039 +zl10353 +zl6100 +zlua +znvpair +zonefs +zopt2201 +zpa2326 +zpa2326_i2c +zpa2326_spi +zram +zstd +zunicode +zynqmp-aes-gcm +zynqmp-dpsub +zynqmp-fpga +zynqmp-sha +zynqmp_dma +zzstd --- linux-lowlatency-hwe-6.2-6.2.0.orig/debian.master/abi/arm64/generic-64k.modules.builtin +++ linux-lowlatency-hwe-6.2-6.2.0/debian.master/abi/arm64/generic-64k.modules.builtin @@ -0,0 +1,527 @@ +8250 +8250_base +8250_dw +8250_mtk +8250_of +8250_omap +8250_pci +8250_tegra +88pm860x +a64fx-diag +ac +acpi_mdio +acpiphp +aead +aes_generic +af_packet +ahci_imx +akcipher +altera-sysmgr +altera_edac +amba-pl011 +apple-pmgr-pwrstate +apple_m1_cpu_pmu +arm-cci +arm-cci +arm-ccn +arm_smmu +arm_smmu_v3 +armada_thermal +armmmci +as3722 +as3722-poweroff +asiliantfb +asn1_decoder +asn1_encoder +asymmetric_keys +atkbd +axg +axg-aoclk +backlight +battery +bcm84881 +binfmt_elf +binfmt_script +brcmstb_gisb +bsg +btree +button +cbc +cdrom +cfbcopyarea +cfbfillrect +cfbimgblt +charger-manager +clk-apmixed +clk-bm1880 +clk-cpu-dyndiv +clk-cpumux +clk-dualdiv +clk-fixed-mmio +clk-fsl-sai +clk-gate +clk-hi3559a +clk-imx-lpcg-scu +clk-imx-scu +clk-imx8mm +clk-imx8mn +clk-imx8mp +clk-imx8mq +clk-mpll +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-mtk +clk-mux +clk-pll +clk-pll +clk-regmap +clk-vexpress-osc +cma_heap +cmd-db +cn +compat_binfmt_elf +configfs +cpufreq-dt +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 +da903x +da9052-core +da9052-i2c +da9052-spi +da9055 +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 +ezx-pcap +fan +fat +fb +fddi +fec +firmware_class +fixed_phy +font +freq_table +fsl_dpaa_fman +fsl_dpaa_fman_port +fsl_dpaa_mac +fsl_ifc +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-imx-scu +gpio-mxc +gpio-pl061 +gpio-poweroff +gpio-restart +gpio-tegra +gpio-tegra186 +gpio-xilinx +grant-dma-ops +gxbb +gxbb-aoclk +hed +hmac +hwmon +hwspinlock_core +i2c-core +i2c-designware-core +i2c-designware-platform +i2c-dev +i2c-omap +i2c-sprd +icc-core +imsttfb +imx +imx-scu +imx-weim +input-core +interconnect_qcom +ioasid +iova +ipu_idmac +ipv6 +irq-al-fic +irq-ls-scfg-msi +irq-mbigen +irq-meson-gpio +irq-mvebu-pic +irq-renesas-irqc +irq-renesas-rzg2l +irq-ti-sci-inta +irq-ti-sci-intr +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 +libblake2s +libcryptoutils +libnvdimm +libphy +libps2 +libsha1 +libsha256 +linear_ranges +loop +lp8788 +ltc2952-poweroff +lz4_decompress +lzo +lzo-rle +lzo_compress +lzo_decompress +max14577 +max310x +max77686 +max77693 +mbcache +mctp +md-mod +md5 +mdio-bitbang +mdio_devres +meson-aoclk +meson-clk-measure +meson-ee-pwrc +meson-eeclk +meson-gx-pwrc-vpu +meson_uart +mfd-core +mii +mmc_block +mmc_core +mousedev +mpi +mq-deadline +msm_serial +mt6323-poweroff +mtk-eint +mv_xor_v2 +mx3fb +mxc-clk +n_null +nfs_ssc +nls_base +nls_cp437 +npcm_wdt +nvmem_core +nvmem_zynqmp_nvmem +of_mdio +ohci-hcd +ohci-pci +oid_registry +omap-gpmc +owl-uart +packing +palmas +pci-aardvark +pci-ep-cfs +pci-epc-core +pci-epc-mem +pci-epf-core +pci-host-common +pci-host-generic +pci-tegra +pcie-altera +pcie-altera-msi +pcie-hisi-error +pcie-histb +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-amd +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-mt8188 +pinctrl-mt8192 +pinctrl-mt8365 +pinctrl-mtk-common-v2 +pinctrl-ocelot +pinctrl-palmas +pinctrl-paris +pinctrl-rockchip +pinctrl-rzg2l +pinctrl-rzv2m +pinctrl-s700 +pinctrl-s900 +pinctrl-scu +pinctrl-single +pinctrl-sprd +pinctrl-sprd-sc9860 +pkcs7_message +pldmfw +power_supply +powercap_sys +ppp_generic +pps_core +pretimeout_noop +processor +pstore +ptp +public_key +qcom-ebi2 +qcom-ipcc +qcom-pdc +qcom-scm +qcom-ssc-block-bus +qcom_rpmh +rapidio +rational +rcar-usb2-clock-sel +reactor_panic +reactor_printk +regmap-i2c +regmap-mmio +regmap-spi +regulator-poweroff +remoteproc +renesas-cpg-mssr +reset +reset-berlin +reset-imx7 +reset-meson +reset-microchip-sparx5 +reset-qcom-aoss +restart-poweroff +rfkill +rng +rng-core +rockchip-mailbox +roles +rpmhpd +rsa_generic +rtc-efi +rtc-mv +rtc-xgene +rzg2l-cpg +sccnxp +scmi-module +scsi_common +scsi_mod +scu-pd +sd_mod +sec-core +sec-irq +selftests +seqiv +serdev +serial_core +serial_mctrl_gpio +serio +sg +sh-sci +sh_cmt +sh_tmu +sha1_generic +sha256_generic +sha512_generic +shpchp +simple-pm-bus +skcipher +slhc +smc91x +spi-fsl-lib +spi-fsl-spi +spi-omap2-mcspi +spm +squashfs +sr_mod +stmpe-i2c +stmpe-spi +sun50i-a100-ccu +sun50i-a100-r-ccu +sun50i-a64-ccu +sun50i-h6-ccu +sun50i-h6-r-ccu +sun50i-h616-ccu +sun50i-iommu +sun6i-msgbox +sun8i-de2-ccu +sun8i-h3-ccu +sun8i-r-ccu +sunxi-ccu +sunxi_sram +syscon-clk +system_heap +t10-pi +tc3589x +tcp_cubic +tegra-ahb +tegra-mc +tegra-tcu +tegra124-cpufreq +tegra186-emc +tegra194-cbb +tegra20-apb-dma +tegra20-cpufreq +tegra234-cbb +thermal +ti-cpufreq +ti-msgmgr +ti-opp-supply +ti_sci +timer-tegra186 +timer-ti-dm +tpm +tpm_crb +tpm_tis +tpm_tis_core +tps65086-restart +tps6586x +tps65912-core +tps65912-i2c +tps65912-spi +trusted +ttyprintk +tun +twl4030-audio +twl6040 +ucs2_string +udmabuf +uhci-hcd +uinput +unicode +unix +usb-common +usbcore +utf8data +vexpress-config +vexpress-sysreg +vfat +vid-pll-div +virt-dma +virtio +virtio-iommu +virtio_balloon +virtio_console +virtio_mmio +virtio_pci +virtio_pci_legacy_dev +virtio_pci_modern_dev +virtio_ring +virtio_scsi +vivaldi-fmap +watch_queue +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 +zpool +zsmalloc +zstd_common +zstd_compress +zstd_decompress +zswap +zynqmp-ipi-mailbox --- linux-lowlatency-hwe-6.2-6.2.0.orig/debian.master/abi/arm64/generic-64k.retpoline +++ linux-lowlatency-hwe-6.2-6.2.0/debian.master/abi/arm64/generic-64k.retpoline @@ -0,0 +1 @@ +# RETPOLINE NOT ENABLED --- linux-lowlatency-hwe-6.2-6.2.0.orig/debian.master/abi/arm64/generic.compiler +++ linux-lowlatency-hwe-6.2-6.2.0/debian.master/abi/arm64/generic.compiler @@ -0,0 +1 @@ +GCC: (Ubuntu 12.3.0-1ubuntu1~23.04) 12.3.0 --- linux-lowlatency-hwe-6.2-6.2.0.orig/debian.master/abi/arm64/generic.modules +++ linux-lowlatency-hwe-6.2-6.2.0/debian.master/abi/arm64/generic.modules @@ -0,0 +1,7313 @@ +3c59x +3w-9xxx +3w-sas +3w-xxxx +6lowpan +6pack +8021q +8139cp +8139too +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 +9pnet_xen +BusLogic +a100u2w +a3d +a53-pll +a7-pll +a8293 +aacraid +aat2870-regulator +aat2870_bl +abp060mg +ac97_bus +acard-ahci +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 +ad9389b +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 +ade7854 +ade7854-i2c +ade7854-spi +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 +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 +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-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 +ath3k +ath5k +ath6kl_core +ath6kl_sdio +ath6kl_usb +ath9k +ath9k_common +ath9k_htc +ath9k_hw +ath9k_pci_owl_loader +ati_remote +ati_remote2 +atl1 +atl1c +atl1e +atl2 +atlantic +atlas-ezo-sensor +atlas-sensor +atm +atmel +atmel-ecc +atmel-flexcom +atmel-hlcdc +atmel-i2c +atmel-sha204a +atmel_captouch +atmel_mxt_ts +atmel_pci +atmtcp +atp870u +atusb +atxp1 +aty128fb +atyfb +au0828 +au8522_common +au8522_decoder +au8522_dig +auo-pixcir-ts +auth_rpcgss +authenc +authencesn +autofs4 +avmfritz +ax25 +ax88179_178a +ax88796b +ax88796c +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 +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 +btqca +btqcomsmd +btrfs +btrsi +btrtl +btsdio +bttv +btusb +bu21013_ts +bu21029_ts +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-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 +cdns3 +cdns3-imx +cdns3-pci-wrap +cdns3-ti +cdnsp-udc-pci +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 +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-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-mt8365 +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-scmi +clk-scpi +clk-si514 +clk-si5341 +clk-si5351 +clk-si544 +clk-si570 +clk-smd-rpm +clk-spmi-pmic-div +clk-sprd +clk-twl6040 +clk-versaclock5 +clk-versaclock7 +clk-wm831x +clk-xlnx-clock-wizard +cls_basic +cls_bpf +cls_cgroup +cls_flow +cls_flower +cls_fw +cls_matchall +cls_route +cls_u32 +cm109 +cm32181 +cm3232 +cm3323 +cm3605 +cm36651 +cma3000_d0x +cma3000_d0x_i2c +cmac +cmdlinepart +cmtp +cn10k-rng +cnic +cobra +coda +coda-vpu +colibri-vf50-ts +com20020 +com20020-pci +com90io +com90xx +comedi +comedi_8254 +comedi_8255 +comedi_bond +comedi_example_test +comedi_parport +comedi_pci +comedi_test +comedi_usb +comm +contec_pci_dio +cordic +core +corsair-cpro +corsair-psu +cortina +counter +cp210x +cpcap-adc +cpcap-battery +cpcap-charger +cpcap-pwrbutton +cpcap-regulator +cppc_cpufreq +cpr +cptpf +cptvf +cqhci +cramfs +crc-itu-t +crc32_generic +crc4 +crc7 +crct10dif-ce +crg-hi3516cv300 +crg-hi3798cv200 +cros-ec-anx7688 +cros-ec-cec +cros-ec-regulator +cros-ec-sensorhub +cros_ec +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_typec +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_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_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 +display-connector +dl2k +dlhl60d +dlink-dir685-touchkeys +dlm +dln2 +dln2-adc +dm-bio-prison +dm-bufio +dm-cache +dm-cache-smq +dm-clone +dm-crypt +dm-delay +dm-ebs +dm-era +dm-flakey +dm-historical-service-time +dm-integrity +dm-io-affinity +dm-log +dm-log-userspace +dm-log-writes +dm-mirror +dm-multipath +dm-persistent-data +dm-queue-length +dm-raid +dm-region-hash +dm-round-robin +dm-service-time +dm-snapshot +dm-switch +dm-thin-pool +dm-unstripe +dm-verity +dm-writecache +dm-zero +dm-zoned +dm1105 +dm9601 +dma-axi-dmac +dmard06 +dmard09 +dmard10 +dmc520_edac +dme1737 +dmfe +dmi-sysfs +dmm32at +dmx3191d +dnet +dp83640 +dp83822 +dp83848 +dp83867 +dp83869 +dp83tc811 +dp83td510 +dpaa2-console +dpaa2-qdma +dpaa2_caam +dpdmai +dpot-dac +dps310 +dps920ab +drbd +drivetemp +drm +drm_buddy +drm_display_helper +drm_dma_helper +drm_dp_aux_bus +drm_kms_helper +drm_mipi_dbi +drm_shmem_helper +drm_ttm_helper +drm_vram_helper +drm_xen_front +drv260x +drv2665 +drv2667 +drx39xyj +drxd +drxk +ds1621 +ds1682 +ds1803 +ds1wm +ds2482 +ds2490 +ds2760_battery +ds2780_battery +ds2781_battery +ds2782_battery +ds3000 +ds4424 +ds620 +dsa_core +dsbr100 +dst +dst_ca +dstr +dt2801 +dt2811 +dt2814 +dt2815 +dt2817 +dt282x +dt3000 +dt3155 +dt9812 +dtpm +dummy +dummy-irq +dummy_stm +dvb-as102 +dvb-bt8xx +dvb-core +dvb-pll +dvb-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_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-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 +failover +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_sys_fops +fb_tinylcd +fb_tls8204 +fb_uc1611 +fb_uc1701 +fb_upd161704 +fbtft +fc0011 +fc0012 +fc0013 +fc2580 +fcoe +fcrypt +fdomain +fdomain_pci +fdp +fdp_i2c +fealnx +ff-memless +ffa-module +fieldbus_dev +fintek-cir +firedtv +firewire-core +firewire-net +firewire-ohci +firewire-sbp2 +fit2 +fit3 +fixed +fjes +fl512 +flexcan +fm10k +fm801-gp +fm_drv +forcedeth +fore_200e +fou +fou6 +fpga-bridge +fpga-mgr +fpga-region +freevxfs +friq +frpw +fsa4480 +fscache +fsi-core +fsi-master-aspeed +fsi-master-gpio +fsi-master-hub +fsi-occ +fsi-sbefifo +fsi-scom +fsia6b +fsl-dpaa2-eth +fsl-dpaa2-ptp +fsl-dpaa2-switch +fsl-edma +fsl-edma-common +fsl-enetc +fsl-enetc-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_linflexuart +fsl_lpuart +fsl_pq_mdio +fsl_ucc_hdlc +fsp-3y +ftdi-elan +ftdi_sio +ftl +ftm-quaddec +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-apq8084 +gcc-ipq4019 +gcc-ipq6018 +gcc-ipq806x +gcc-ipq8074 +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-sc7180 +gcc-sc7280 +gcc-sc8180x +gcc-sc8280xp +gcc-sdm660 +gcc-sdm845 +gcc-sdx55 +gcc-sdx65 +gcc-sm6115 +gcc-sm6125 +gcc-sm6350 +gcc-sm6375 +gcc-sm8150 +gcc-sm8250 +gcc-sm8350 +gcc-sm8450 +gcc-sm8550 +gdmtty +gdmulte +ge2d +gemini +gen_probe +generic +generic-adc-battery +genet +geneve +genwqe_card +gf2k +gfs2 +ghash-ce +gianfar_driver +gl518sm +gl520sm +gl620a +gluebi +gm12u320 +gnss +gnss-mtk +gnss-serial +gnss-sirf +gnss-ubx +gnss-usb +go7007 +go7007-loader +go7007-usb +goku_udc +goldfish_battery +goodix_ts +gp2ap002 +gp2ap020a00f +gp8psk-fe +gpi +gpio +gpio-74x164 +gpio-74xx-mmio +gpio-adnp +gpio-adp5520 +gpio-aggregator +gpio-altera +gpio-altera-a10sr +gpio-amd-fch +gpio-amdpt +gpio-arizona +gpio-bd71815 +gpio-bd71828 +gpio-bd9571mwv +gpio-beeper +gpio-cadence +gpio-charger +gpio-da9052 +gpio-da9055 +gpio-dln2 +gpio-dwapb +gpio-eic-sprd +gpio-exar +gpio-fan +gpio-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-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-sim +gpio-siox +gpio-sl28cpld +gpio-sprd +gpio-syscon +gpio-thunderx +gpio-tpic2810 +gpio-tps65086 +gpio-tps65218 +gpio-tps65912 +gpio-tqmx86 +gpio-twl4030 +gpio-twl6040 +gpio-ucb1400 +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-sc7180 +gpucc-sc7280 +gpucc-sc8280xp +gpucc-sdm660 +gpucc-sdm845 +gpucc-sm6350 +gpucc-sm8150 +gpucc-sm8250 +gpucc-sm8350 +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 +habanalabs +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 +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-ezkey +hid-ft260 +hid-gaff +hid-gembird +hid-generic +hid-gfrm +hid-glorious +hid-google-hammer +hid-gt683r +hid-gyration +hid-holtek-kbd +hid-holtek-mouse +hid-holtekff +hid-hyperv +hid-icade +hid-ite +hid-jabra +hid-kensington +hid-keytouch +hid-kye +hid-lcpower +hid-led +hid-lenovo +hid-letsketch +hid-lg-g15 +hid-logitech +hid-logitech-dj +hid-logitech-hidpp +hid-macally +hid-magicmouse +hid-maltron +hid-mcp2221 +hid-megaworld +hid-mf +hid-microsoft +hid-monterey +hid-multitouch +hid-nintendo +hid-nti +hid-ntrig +hid-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_zip +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 +htc-pasic3 +hte-tegra194 +hte-tegra194-test +hts221 +hts221_i2c +hts221_spi +htu21 +huawei_cdc_ncm +hv_balloon +hv_netvsc +hv_sock +hv_storvsc +hv_utils +hv_vmbus +hwmon-vid +hwpoison-inject +hx711 +hx8357 +hx8357d +hycon-hy46xx +hynitron_cstxxx +hyperbus-core +hyperv-keyboard +hyperv_drm +hyperv_fb +i2c-algo-bit +i2c-algo-pca +i2c-ali1535 +i2c-ali1563 +i2c-ali15x3 +i2c-altera +i2c-amd756 +i2c-amd8111 +i2c-apple +i2c-arb-gpio-challenge +i2c-cbus-gpio +i2c-ccgx-ucsi +i2c-cp2615 +i2c-cros-ec-tunnel +i2c-demux-pinctrl +i2c-designware-pci +i2c-diolan-u2c +i2c-dln2 +i2c-fsi +i2c-gpio +i2c-hid +i2c-hid-acpi +i2c-hid-of +i2c-hid-of-elan +i2c-hid-of-goodix +i2c-hisi +i2c-hix5hd2 +i2c-i801 +i2c-imx +i2c-imx-lpi2c +i2c-isch +i2c-kempld +i2c-matroxfb +i2c-mchp-pci1xxxx +i2c-meson +i2c-mlxbf +i2c-mt65xx +i2c-mux +i2c-mux-gpio +i2c-mux-gpmux +i2c-mux-ltc4306 +i2c-mux-mlxcpld +i2c-mux-pca9541 +i2c-mux-pca954x +i2c-mux-pinctrl +i2c-mux-reg +i2c-mv64xxx +i2c-nforce2 +i2c-nomadik +i2c-npcm7xx +i2c-nvidia-gpu +i2c-ocores +i2c-owl +i2c-parport +i2c-pca-platform +i2c-piix4 +i2c-pxa +i2c-qcom-cci +i2c-qcom-geni +i2c-qup +i2c-rcar +i2c-riic +i2c-rk3x +i2c-robotfuzz-osif +i2c-rzv2m +i2c-scmi +i2c-sh_mobile +i2c-simtec +i2c-sis5595 +i2c-sis630 +i2c-sis96x +i2c-slave-eeprom +i2c-smbus +i2c-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-osm-l3 +icc-rpmh +icc-smd-rpm +ice +ice40-spi +icp +icp10100 +icp_multi +icplus +ics932s401 +idma64 +idmouse +idt77252 +idt_89hpesx +idt_gen2 +idt_gen3 +idtcps +ieee802154 +ieee802154_6lowpan +ieee802154_socket +ifb +ifcvf +ife +ifi_canfd +iforce +iforce-serio +iforce-usb +igb +igbvf +igc +igorplugusb +iguanair +ii_pci20kc +iio-mux +iio-rescale +iio-trig-hrtimer +iio-trig-interrupt +iio-trig-loop +iio-trig-sysfs +iio_dummy +iio_hwmon +ila +ili210x +ili9163 +ili9225 +ili922x +ili9320 +ili9341 +ili9486 +ilitek_ts_i2c +imagis +img-ascii-lcd +img-i2s-in +img-i2s-out +img-parallel-out +img-spdif-in +img-spdif-out +imm +imon +imon_raw +ims-pcu +imx-audio-rpmsg +imx-bus +imx-common +imx-cpufreq-dt +imx-dcss +imx-dma +imx-dsp +imx-interconnect +imx-lcdif +imx-mailbox +imx-media-common +imx-mipi-csis +imx-pcm-dma +imx-pcm-rpmsg +imx-pxp +imx-sdma +imx208 +imx214 +imx219 +imx258 +imx274 +imx290 +imx2_wdt +imx319 +imx334 +imx335 +imx355 +imx412 +imx6q-cpufreq +imx6ul_tsc +imx7-media-csi +imx7d_adc +imx7ulp_wdt +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-blk-ctrl +imx93-pd +imx93-src +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-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 +intel-m10-bmc-hwmon +intel-nand-controller +intel-qep +intel-xway +intel_qat +intel_th +intel_th_acpi +intel_th_gth +intel_th_msu +intel_th_msu_sink +intel_th_pci +intel_th_pti +intel_th_sth +intel_vr_nor +interact +interrupt-cnt +inv-icm42600 +inv-icm42600-i2c +inv-icm42600-spi +inv-mpu6050 +inv-mpu6050-i2c +inv-mpu6050-spi +io-domain +io_edgeport +io_ti +iommufd +ionic +iosm +iowarrior +ip5xxx_power +ip6_gre +ip6_tables +ip6_tunnel +ip6_udp_tunnel +ip6_vti +ip6t_NPT +ip6t_REJECT +ip6t_SYNPROXY +ip6t_ah +ip6t_eui64 +ip6t_frag +ip6t_hbh +ip6t_ipv6header +ip6t_mh +ip6t_rpfilter +ip6t_rt +ip6t_srh +ip6table_filter +ip6table_mangle +ip6table_nat +ip6table_raw +ip6table_security +ip_gre +ip_set +ip_set_bitmap_ip +ip_set_bitmap_ipmac +ip_set_bitmap_port +ip_set_hash_ip +ip_set_hash_ipmac +ip_set_hash_ipmark +ip_set_hash_ipport +ip_set_hash_ipportip +ip_set_hash_ipportnet +ip_set_hash_mac +ip_set_hash_net +ip_set_hash_netiface +ip_set_hash_netnet +ip_set_hash_netport +ip_set_hash_netportnet +ip_set_list_set +ip_tables +ip_tunnel +ip_vs +ip_vs_dh +ip_vs_fo +ip_vs_ftp +ip_vs_lblc +ip_vs_lblcr +ip_vs_lc +ip_vs_mh +ip_vs_nq +ip_vs_ovf +ip_vs_pe_sip +ip_vs_rr +ip_vs_sed +ip_vs_sh +ip_vs_twos +ip_vs_wlc +ip_vs_wrr +ip_vti +ipa +ipack +ipaq +ipcomp +ipcomp6 +iphase +ipheth +ipip +ipmb_dev_int +ipmi_devintf +ipmi_ipmb +ipmi_msghandler +ipmi_poweroff +ipmi_si +ipmi_ssif +ipmi_watchdog +ipoctal +ipr +iproc_nand +ips +ipt_CLUSTERIP +ipt_ECN +ipt_REJECT +ipt_SYNPROXY +ipt_ah +ipt_rpfilter +iptable_filter +iptable_mangle +iptable_nat +iptable_raw +iptable_security +ipvlan +ipvtap +ipw +ipw2100 +ipw2200 +iqs269a +iqs5xx +iqs620at-temp +iqs621-als +iqs624-pos +iqs626a +iqs62x +iqs62x-keys +iqs7222 +ir-hix5hd2 +ir-imon-decoder +ir-jvc-decoder +ir-kbd-i2c +ir-mce_kbd-decoder +ir-nec-decoder +ir-rc5-decoder +ir-rc6-decoder +ir-rcmm-decoder +ir-sanyo-decoder +ir-sharp-decoder +ir-sony-decoder +ir-spi +ir-usb +ir-xmp-decoder +ir35221 +ir36021 +ir38064 +ir_toy +irdma +irps5401 +irq-imx-mu-msi +irq-madera +irq-pruss-intc +irq-qcom-mpm +iscsi_boot_sysfs +iscsi_ibft +iscsi_target_mod +iscsi_tcp +isdnhdlc +isight_firmware +isl29003 +isl29018 +isl29020 +isl29028 +isl29125 +isl29501 +isl6271a-regulator +isl6405 +isl6421 +isl6423 +isl68137 +isl7998x +isl9305 +isofs +isp116x-hcd +isp1704_charger +isp1760 +it87 +it913x +itd1000 +ite-cir +ite-it6505 +ite-it66121 +itg3200 +iuu_phoenix +ivtv +ivtv-alsa +ivtvfb +iw_cm +iw_cxgb4 +iwl3945 +iwl4965 +iwldvm +iwlegacy +iwlmvm +iwlwifi +ix2505v +ixgb +ixgbe +ixgbevf +janz-cmodio +janz-ican3 +jc42 +jedec_probe +jffs2 +jfs +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 +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 +lcc-ipq806x +lcc-mdm9615 +lcc-msm8960 +lcd +lcd2s +ldusb +lec +led-class-flash +led-class-multicolor +led_bl +leds-88pm860x +leds-aat1290 +leds-adp5520 +leds-an30259a +leds-as3645a +leds-aw2013 +leds-bcm6328 +leds-bcm6358 +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-pca9532 +leds-pca955x +leds-pca963x +leds-pwm +leds-pwm-multicolor +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-gpio +ledtrig-heartbeat +ledtrig-netdev +ledtrig-oneshot +ledtrig-pattern +ledtrig-timer +ledtrig-transient +ledtrig-tty +ledtrig-usbport +legousbtower +lg-vl600 +lg2160 +lgdt3305 +lgdt3306a +lgdt330x +lgs8gl5 +lgs8gxx +lib80211 +lib80211_crypt_ccmp +lib80211_crypt_tkip +lib80211_crypt_wep +libarc4 +libceph +libchacha +libchacha20poly1305 +libcomposite +libcrc32c +libcurve25519 +libcurve25519-generic +libcxgb +libcxgbi +libdes +libertas +libertas_sdio +libertas_spi +libertas_tf +libertas_tf_usb +libfc +libfcoe +libipw +libiscsi +libiscsi_tcp +libpoly1305 +libsas +libwx +lightning +lima +line-display +lineage-pem +linear +linkstation-poweroff +liquidio +liquidio_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-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 +lxt +lz4 +lz4_compress +lz4hc +lz4hc_compress +m2m-deinterlace +m52790 +m5mols +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 +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 +max20730 +max20751 +max2165 +max2175 +max30100 +max30102 +max30208 +max3100 +max31722 +max31730 +max31760 +max31785 +max31790 +max31856 +max31865 +max3420_udc +max3421-hcd +max34440 +max44000 +max44009 +max517 +max5432 +max5481 +max5487 +max5821 +max63xx_wdt +max6620 +max6621 +max6639 +max6650 +max6697 +max6875 +max7359_keypad +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 +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 +mdev +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-mmioreg +mdio-mux-multiplexer +mdio-mvusb +mdio-octeon +mdio-thunder +mdio-xgene +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 +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_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-tcb-capture +microchip_t1 +microread +microread_i2c +microtek +minix +mip6 +mipi-i3c-hci +mite +mk712 +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-apq8084 +mmcc-msm8960 +mmcc-msm8974 +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 +mpr121_touchkey +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_ocelot +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 +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 +mt8192-mt6359-rt1015-rt5682 +mt8195-mt6359 +mt9m001 +mt9m032 +mt9m111 +mt9p031 +mt9t001 +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-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_thermal +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 +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 +nbd +nci +nci_spi +nci_uart +nct6683 +nct6775 +nct6775-core +nct6775-i2c +nct7802 +nct7904 +nd_btt +nd_pmem +nd_virtio +ne2k-pci +neofb +net1080 +net2272 +net2280 +net_failover +netconsole +netdevsim +netfs +netjet +netlink_diag +netrom +netsec +netup-unidvb +netxen_nic +newtonkbd +nf_conncount +nf_conntrack +nf_conntrack_amanda +nf_conntrack_bridge +nf_conntrack_broadcast +nf_conntrack_ftp +nf_conntrack_h323 +nf_conntrack_irc +nf_conntrack_netbios_ns +nf_conntrack_netlink +nf_conntrack_pptp +nf_conntrack_sane +nf_conntrack_sip +nf_conntrack_snmp +nf_conntrack_tftp +nf_defrag_ipv4 +nf_defrag_ipv6 +nf_dup_ipv4 +nf_dup_ipv6 +nf_dup_netdev +nf_flow_table +nf_flow_table_inet +nf_log_syslog +nf_nat +nf_nat_amanda +nf_nat_ftp +nf_nat_h323 +nf_nat_irc +nf_nat_pptp +nf_nat_sip +nf_nat_snmp_basic +nf_nat_tftp +nf_reject_ipv4 +nf_reject_ipv6 +nf_socket_ipv4 +nf_socket_ipv6 +nf_synproxy_core +nf_tables +nf_tproxy_ipv4 +nf_tproxy_ipv6 +nfc +nfc_digital +nfcmrvl +nfcmrvl_i2c +nfcmrvl_spi +nfcmrvl_uart +nfcmrvl_usb +nfcsim +nfit +nfnetlink +nfnetlink_acct +nfnetlink_cthelper +nfnetlink_cttimeout +nfnetlink_hook +nfnetlink_log +nfnetlink_osf +nfnetlink_queue +nfp +nfs +nfs_acl +nfs_layout_flexfiles +nfs_layout_nfsv41_files +nfsd +nfsv2 +nfsv3 +nfsv4 +nft_chain_nat +nft_compat +nft_connlimit +nft_ct +nft_dup_ipv4 +nft_dup_ipv6 +nft_dup_netdev +nft_fib +nft_fib_inet +nft_fib_ipv4 +nft_fib_ipv6 +nft_fib_netdev +nft_flow_offload +nft_fwd_netdev +nft_hash +nft_limit +nft_log +nft_masq +nft_meta_bridge +nft_nat +nft_numgen +nft_osf +nft_queue +nft_quota +nft_redir +nft_reject +nft_reject_bridge +nft_reject_inet +nft_reject_ipv4 +nft_reject_ipv6 +nft_reject_netdev +nft_socket +nft_synproxy +nft_tproxy +nft_tunnel +nft_xfrm +nftl +ngbe +ngene +nhc_dest +nhc_fragment +nhc_hop +nhc_ipv6 +nhc_mobility +nhc_routing +nhc_udp +nhpoly1305 +nhpoly1305-neon +ni_6527 +ni_65xx +ni_660x +ni_670x +ni_at_a2150 +ni_at_ao +ni_atmio +ni_atmio16d +ni_labpc +ni_labpc_common +ni_labpc_pci +ni_pcidio +ni_pcimio +ni_routes_test +ni_routing +ni_tio +ni_tiocmd +ni_usb6501 +nicpf +nicstar +nicvf +nilfs2 +nitro_enclaves +niu +nixge +nlmon +nls_ascii +nls_cp1250 +nls_cp1251 +nls_cp1255 +nls_cp737 +nls_cp775 +nls_cp850 +nls_cp852 +nls_cp855 +nls_cp857 +nls_cp860 +nls_cp861 +nls_cp862 +nls_cp863 +nls_cp864 +nls_cp865 +nls_cp866 +nls_cp869 +nls_cp874 +nls_cp932 +nls_cp936 +nls_cp949 +nls_cp950 +nls_euc-jp +nls_iso8859-1 +nls_iso8859-13 +nls_iso8859-14 +nls_iso8859-15 +nls_iso8859-2 +nls_iso8859-3 +nls_iso8859-4 +nls_iso8859-5 +nls_iso8859-6 +nls_iso8859-7 +nls_iso8859-9 +nls_koi8-r +nls_koi8-ru +nls_koi8-u +nls_utf8 +noa1305 +noon010pc30 +nosy +notifier-error-inject +nouveau +nozomi +npcm-rng +npcm750-pwm-fan +npcm_adc +nps_enet +ns558 +ns83820 +nsh +ntb +ntb_hw_epf +ntb_hw_idt +ntb_hw_switchtec +ntb_netdev +ntb_perf +ntb_pingpong +ntb_tool +ntb_transport +ntc_thermistor +ntfs +ntfs3 +ntxec +null_blk +nuvoton-cir +nvec +nvec_kbd +nvec_paz00 +nvec_power +nvec_ps2 +nvidiafb +nvme +nvme-apple +nvme-common +nvme-core +nvme-fabrics +nvme-fc +nvme-loop +nvme-rdma +nvme-tcp +nvmem-apple-efuses +nvmem-imx-iim +nvmem-imx-ocotp +nvmem-imx-ocotp-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_sunxi_sid +nvmem_u-boot-env +nvmet +nvmet-fc +nvmet-rdma +nvmet-tcp +nvsw-sn2201 +nwl-dsi +nxp-c45-tja11xx +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 +open-dice +opencores-kbd +openvswitch +opt3001 +optee +optee-rng +opticon +option +or51132 +or51211 +orangefs +orinoco +orinoco_nortel +orinoco_plx +orinoco_tmd +orinoco_usb +oti6858 +otm3225a +otx2_ptp +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 +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-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-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-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-nt36672a +panel-novatek-nt39016 +panel-olimex-lcd-olinuxino +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-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-tulip-truly-nt35521 +panel-tdo-tl070wsh30 +panel-tpo-td028ttec1 +panel-tpo-td043mtea1 +panel-tpo-tpg110 +panel-truly-nt35597 +panel-visionox-rm69299 +panel-widechips-ws2401 +panel-xinpeng-xpp055c272 +panfrost +parade-ps8622 +parade-ps8640 +paride +parkbd +parman +parport +parport_ax88796 +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_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 +pcd +pcf50633 +pcf50633-adc +pcf50633-backlight +pcf50633-charger +pcf50633-gpio +pcf50633-input +pcf50633-regulator +pcf8574_keypad +pcf8591 +pch_udc +pci +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-altera-tse +pcs_xpcs +pcwd_pci +pcwd_usb +pd +pda_power +pdc_adma +pdr_interface +peak_pci +peak_pciefd +peak_usb +peci +peci-cpu +peci-cputemp +peci-dimmtemp +pegasus +pegasus_notetaker +penmount +pf +pf8x00-regulator +pfr_telemetry +pfr_update +pfuze100-regulator +pg +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-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-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-sun4i-usb +phy-sun50i-usb3 +phy-sun6i-mipi-dphy +phy-tahvo +phy-tegra-usb +phy-tegra-xusb +phy-tegra194-p2u +phy-tusb1210 +phy-zynqmp +physmap +pi3usb30532 +pi433 +pim4328 +pinctrl-apple-gpio +pinctrl-axp209 +pinctrl-cy8c95x0 +pinctrl-da9062 +pinctrl-imx8ulp +pinctrl-imx93 +pinctrl-ipq6018 +pinctrl-ipq8074 +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-msm8916 +pinctrl-msm8953 +pinctrl-msm8976 +pinctrl-msm8994 +pinctrl-msm8996 +pinctrl-msm8998 +pinctrl-mt6779 +pinctrl-qcm2290 +pinctrl-qcs404 +pinctrl-qdf2xxx +pinctrl-rk805 +pinctrl-sc7180 +pinctrl-sc7280 +pinctrl-sc7280-lpass-lpi +pinctrl-sc8180x +pinctrl-sc8280xp +pinctrl-sc8280xp-lpass-lpi +pinctrl-sdm660 +pinctrl-sdm670 +pinctrl-sdm845 +pinctrl-sm6115 +pinctrl-sm6125 +pinctrl-sm6350 +pinctrl-sm6375 +pinctrl-sm8150 +pinctrl-sm8250 +pinctrl-sm8250-lpass-lpi +pinctrl-sm8350 +pinctrl-sm8450 +pinctrl-sm8450-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 +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 +pt +ptp-qoriq +ptp_clockmatrix +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-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-sl28cpld +pwm-sprd +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 +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-pmic-typec +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_common +qcom_edac +qcom_eud +qcom_geni_serial +qcom_glink +qcom_glink_rpm +qcom_glink_smem +qcom_gsbi +qcom_hwspinlock +qcom_nandc +qcom_pil_info +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-sc7180 +qnoc-sc7280 +qnoc-sc8180x +qnoc-sc8280xp +qnoc-sdm660 +qnoc-sdm845 +qnoc-sdx55 +qnoc-sdx65 +qnoc-sm6350 +qnoc-sm8150 +qnoc-sm8250 +qnoc-sm8350 +qnoc-sm8450 +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 +r8188eu +r8192e_pci +r8192u_usb +r820t +r852 +r8712u +r8723bs +r8a66597-hcd +r8a66597-udc +r8a779f0-ether-serdes +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 +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-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-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_usbhs +renesas_wdt +repaper +reset-a10sr +reset-hi3660 +reset-meson-audio-arb +reset-qcom-pdc +reset-rzg2l-usbphy-ctrl +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 +rk808-regulator +rk817_charger +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-regulator +rohm_bu21023 +romfs +rose +rotary_encoder +rp2 +rpcrdma +rpcsec_gss_krb5 +rpi-panel-attiny-regulator +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 +rt4831 +rt4831-backlight +rt4831-regulator +rt5033 +rt5033-regulator +rt5033_battery +rt5120 +rt5120-pwrkey +rt5120-regulator +rt5190a-regulator +rt5759-regulator +rt6160-regulator +rt6190-regulator +rt61pci +rt6245-regulator +rt73usb +rt9455_charger +rtc-88pm80x +rtc-88pm860x +rtc-ab-b5ze-s3 +rtc-ab-eoz9 +rtc-abx80x +rtc-armada38x +rtc-as3722 +rtc-bd70528 +rtc-bq32k +rtc-bq4802 +rtc-cadence +rtc-cpcap +rtc-cros-ec +rtc-da9052 +rtc-da9055 +rtc-da9063 +rtc-ds1286 +rtc-ds1302 +rtc-ds1305 +rtc-ds1307 +rtc-ds1343 +rtc-ds1347 +rtc-ds1374 +rtc-ds1390 +rtc-ds1511 +rtc-ds1553 +rtc-ds1672 +rtc-ds1685 +rtc-ds1742 +rtc-ds2404 +rtc-ds3232 +rtc-em3027 +rtc-fm3130 +rtc-fsl-ftm-alarm +rtc-ftrtc010 +rtc-goldfish +rtc-hid-sensor-time +rtc-hym8563 +rtc-imx-sc +rtc-imxdi +rtc-isl12022 +rtc-isl12026 +rtc-isl1208 +rtc-lp8788 +rtc-m41t80 +rtc-m41t93 +rtc-m41t94 +rtc-m48t35 +rtc-m48t59 +rtc-m48t86 +rtc-max6900 +rtc-max6902 +rtc-max6916 +rtc-max77686 +rtc-max8907 +rtc-max8925 +rtc-max8997 +rtc-max8998 +rtc-mc13xxx +rtc-mcp795 +rtc-meson-vrtc +rtc-msm6242 +rtc-mt2712 +rtc-mt6397 +rtc-mt7622 +rtc-mxc +rtc-mxc_v2 +rtc-nct3018y +rtc-ntxec +rtc-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-tegra +rtc-ti-k3 +rtc-tps6586x +rtc-tps65910 +rtc-twl +rtc-v3020 +rtc-wm831x +rtc-wm8350 +rtc-x1205 +rtc-zynqmp +rtd520 +rti800 +rti802 +rti_wdt +rtl2830 +rtl2832 +rtl2832_sdr +rtl8150 +rtl8187 +rtl8188ee +rtl818x_pci +rtl8192c-common +rtl8192ce +rtl8192cu +rtl8192de +rtl8192ee +rtl8192se +rtl8365mb +rtl8366 +rtl8723-common +rtl8723ae +rtl8723be +rtl8821ae +rtl8xxxu +rtl_pci +rtl_usb +rtllib +rtllib_crypt_ccmp +rtllib_crypt_tkip +rtllib_crypt_wep +rtlwifi +rtmv20-regulator +rtq2134-regulator +rtq6056 +rtq6752-regulator +rtrs-client +rtrs-core +rtrs-server +rts5208 +rtsx_pci +rtsx_pci_ms +rtsx_pci_sdmmc +rtsx_usb +rtsx_usb_ms +rtsx_usb_sdmmc +rtw88_8723d +rtw88_8723de +rtw88_8723du +rtw88_8821c +rtw88_8821ce +rtw88_8821cu +rtw88_8822b +rtw88_8822be +rtw88_8822bu +rtw88_8822c +rtw88_8822ce +rtw88_8822cu +rtw88_core +rtw88_pci +rtw88_usb +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 +rza_wdt +rzg2l-cru +rzg2l-csi2 +rzg2l_adc +rzg2l_mipi_dsi +rzg2l_thermal +rzg2l_wdt +rzn1_wdt +s1d13xxxfb +s2250 +s2255drv +s2io +s2mpa01 +s2mps11 +s3fb +s3fwrn5 +s3fwrn5_i2c +s3fwrn82_uart +s526 +s5c73m3 +s5h1409 +s5h1411 +s5h1420 +s5h1432 +s5k5baf +s5k6a3 +s5k6aa +s5m8767 +s626 +s6sy761 +s921 +sa2ul +saa6588 +saa6752hs +saa7110 +saa7115 +saa7127 +saa7134 +saa7134-alsa +saa7134-dvb +saa7134-empress +saa7134-go7007 +saa7164 +saa717x +saa7185 +saa7706h +safe_serial +sahara +sample-trace-array +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_atm +sch_cake +sch_cbq +sch_cbs +sch_choke +sch_codel +sch_drr +sch_dsmark +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_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 +sha3_generic +sha512-arm64 +sha512-ce +shark2 +shiftfs +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 +sl811-hcd +slcan +slg51000-regulator +slic_ds26522 +slicoss +slim-qcom-ctrl +slim-qcom-ngd-ctrl +slimbus +slip +slram +sm2_generic +sm3 +sm3-ce +sm3-neon +sm3_generic +sm4 +sm4-ce +sm4-ce-ccm +sm4-ce-cipher +sm4-ce-gcm +sm4-neon +sm4_generic +sm501 +sm501fb +sm712fb +sm750fb +sm_common +sm_ftl +smartpqi +smb347-charger +smc +smc_diag +smd-rpm +smem +smipcie +smm665 +smp2p +smpro-core +smpro-errmon +smpro-hwmon +smpro-misc +smsc +smsc47b397 +smsc47m1 +smsc47m192 +smsc75xx +smsc911x +smsc9420 +smsc95xx +smscufx +smsdvb +smsm +smsmdtv +smssdio +smsusb +snd +snd-ac97-codec +snd-acp-config +snd-ad1889 +snd-ak4113 +snd-ak4114 +snd-ak4xxx-adda +snd-ali5451 +snd-aloop +snd-als300 +snd-atiixp +snd-atiixp-modem +snd-au8810 +snd-au8820 +snd-au8830 +snd-aw2 +snd-azt3328 +snd-bcd2000 +snd-bebob +snd-bt87x +snd-ca0106 +snd-cmipci +snd-compress +snd-cs4281 +snd-cs46xx +snd-cs8427 +snd-ctl-led +snd-ctxfi +snd-darla20 +snd-darla24 +snd-dice +snd-dummy +snd-echo3g +snd-emu10k1 +snd-emu10k1-synth +snd-emu10k1x +snd-emux-synth +snd-ens1370 +snd-ens1371 +snd-es1938 +snd-es1968 +snd-fireface +snd-firewire-digi00x +snd-firewire-lib +snd-firewire-motu +snd-firewire-tascam +snd-fireworks +snd-fm801 +snd-gina20 +snd-gina24 +snd-hda-codec +snd-hda-codec-analog +snd-hda-codec-ca0110 +snd-hda-codec-ca0132 +snd-hda-codec-cirrus +snd-hda-codec-cmedia +snd-hda-codec-conexant +snd-hda-codec-cs8409 +snd-hda-codec-generic +snd-hda-codec-hdmi +snd-hda-codec-idt +snd-hda-codec-realtek +snd-hda-codec-si3054 +snd-hda-codec-via +snd-hda-core +snd-hda-cs-dsp-ctls +snd-hda-ext-core +snd-hda-intel +snd-hda-scodec-cs35l41 +snd-hda-scodec-cs35l41-i2c +snd-hda-scodec-cs35l41-spi +snd-hda-tegra +snd-hdsp +snd-hdspm +snd-hrtimer +snd-hwdep +snd-i2c +snd-ice1712 +snd-ice1724 +snd-ice17xx-ak4xxx +snd-indigo +snd-indigodj +snd-indigodjx +snd-indigoio +snd-indigoiox +snd-intel-dspcfg +snd-intel-sdw-acpi +snd-intel8x0 +snd-intel8x0m +snd-isight +snd-korg1212 +snd-layla20 +snd-layla24 +snd-lola +snd-lx6464es +snd-maestro3 +snd-mia +snd-mixart +snd-mixer-oss +snd-mona +snd-mpu401 +snd-mpu401-uart +snd-mtpav +snd-mts64 +snd-nm256 +snd-opl3-lib +snd-opl3-synth +snd-oxfw +snd-oxygen +snd-oxygen-lib +snd-pcm +snd-pcm-dmaengine +snd-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-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-bd28623 +snd-soc-bt-sco +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-cs35l45-tables +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-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-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-max98373 +snd-soc-max98373-i2c +snd-soc-max98373-sdw +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-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-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-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-rt715 +snd-soc-rt715-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-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-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-tas5086 +snd-soc-tas571x +snd-soc-tas5720 +snd-soc-tas5805m +snd-soc-tas6424 +snd-soc-tda7419 +snd-soc-tegra-audio-graph-card +snd-soc-tegra-machine +snd-soc-tegra-pcm +snd-soc-tegra-wm8903 +snd-soc-tegra186-asrc +snd-soc-tegra186-dspk +snd-soc-tegra20-ac97 +snd-soc-tegra20-das +snd-soc-tegra20-i2s +snd-soc-tegra20-spdif +snd-soc-tegra210-admaif +snd-soc-tegra210-adx +snd-soc-tegra210-ahub +snd-soc-tegra210-amx +snd-soc-tegra210-dmic +snd-soc-tegra210-i2s +snd-soc-tegra210-mixer +snd-soc-tegra210-mvc +snd-soc-tegra210-ope +snd-soc-tegra210-sfc +snd-soc-tegra30-ahub +snd-soc-tegra30-i2s +snd-soc-test-component +snd-soc-tfa9879 +snd-soc-tfa989x +snd-soc-ti-edma +snd-soc-ti-sdma +snd-soc-ti-udma +snd-soc-tlv320adc3xxx +snd-soc-tlv320adcx140 +snd-soc-tlv320aic23 +snd-soc-tlv320aic23-i2c +snd-soc-tlv320aic23-spi +snd-soc-tlv320aic31xx +snd-soc-tlv320aic32x4 +snd-soc-tlv320aic32x4-i2c +snd-soc-tlv320aic32x4-spi +snd-soc-tlv320aic3x +snd-soc-tlv320aic3x-i2c +snd-soc-tlv320aic3x-spi +snd-soc-tpa6130a2 +snd-soc-ts3a227e +snd-soc-tscs42xx +snd-soc-tscs454 +snd-soc-uda1334 +snd-soc-wcd-mbhc +snd-soc-wcd9335 +snd-soc-wcd934x +snd-soc-wcd938x +snd-soc-wcd938x-sdw +snd-soc-wm-adsp +snd-soc-wm-hubs +snd-soc-wm8510 +snd-soc-wm8523 +snd-soc-wm8524 +snd-soc-wm8580 +snd-soc-wm8711 +snd-soc-wm8728 +snd-soc-wm8731 +snd-soc-wm8731-i2c +snd-soc-wm8731-spi +snd-soc-wm8737 +snd-soc-wm8741 +snd-soc-wm8750 +snd-soc-wm8753 +snd-soc-wm8770 +snd-soc-wm8776 +snd-soc-wm8782 +snd-soc-wm8804 +snd-soc-wm8804-i2c +snd-soc-wm8804-spi +snd-soc-wm8903 +snd-soc-wm8904 +snd-soc-wm8940 +snd-soc-wm8960 +snd-soc-wm8961 +snd-soc-wm8962 +snd-soc-wm8974 +snd-soc-wm8978 +snd-soc-wm8985 +snd-soc-wm8994 +snd-soc-wm9712 +snd-soc-wsa881x +snd-soc-wsa883x +snd-soc-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-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 +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-bus +soundwire-cadence +soundwire-generic-allocation +soundwire-intel +soundwire-qcom +sp2 +sp805_wdt +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-armada-3700 +spi-axi-spi-engine +spi-bitbang +spi-butterfly +spi-cadence +spi-cadence-quadspi +spi-cadence-xspi +spi-dln2 +spi-dw +spi-dw-mmio +spi-dw-pci +spi-fsi +spi-fsl-dspi +spi-fsl-lpspi +spi-fsl-qspi +spi-geni-qcom +spi-gpio +spi-hisi-kunpeng +spi-hisi-sfc-v3xx +spi-imx +spi-lm70llp +spi-loopback-test +spi-meson-spicc +spi-meson-spifc +spi-microchip-core +spi-microchip-core-qspi +spi-mt65xx +spi-mtk-nor +spi-mtk-snfi +spi-mux +spi-mxic +spi-nor +spi-npcm-fiu +spi-npcm-pspi +spi-nxp-fspi +spi-oc-tiny +spi-orion +spi-pci1xxxx +spi-pl022 +spi-pxa2xx-pci +spi-pxa2xx-platform +spi-qcom-qspi +spi-qup +spi-rockchip +spi-rockchip-sfc +spi-rpc-if +spi-rspi +spi-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-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 +sr030pc30 +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_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 +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 +syscopyarea +sysfillrect +sysimgblt +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_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 +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-ads124s08 +ti-ads131e08 +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-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 +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 +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 +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 +u132-hcd +uPD60620 +u_audio +u_ether +u_serial +uacce +uartlite +uas +ubi +ubifs +ublk_drv +ubuntu-host +ucan +ucb1400_core +ucb1400_ts +ucc_uart +ucd9000 +ucd9200 +ucs1002_power +ucsi_acpi +ucsi_ccg +ucsi_stm32g0 +uda1342 +udc-core +udc-xilinx +udf +udl +udlfb +udp_diag +udp_tunnel +ueagle-atm +ufs +ufs-hisi +ufs-mediatek +ufs-renesas +ufs_qcom +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 +uvcvideo +uvesafb +v4l2-async +v4l2-dv-timings +v4l2-flash-led-class +v4l2-fwnode +v4l2-h264 +v4l2-jpeg +v4l2-mem2mem +v4l2-tpg +v4l2-vp9 +vcan +vcnl3020 +vcnl4000 +vcnl4035 +vcpu_stall_detector +vctrl-regulator +vdpa +vdpa_sim +vdpa_sim_blk +vdpa_sim_net +vduse +veml6030 +veml6070 +venus-core +venus-dec +venus-enc +versal-fpga +ves1820 +ves1x93 +veth +vexpress-hwmon +vexpress-regulator +vf610_adc +vf610_dac +vfio +vfio-amba +vfio-fsl-mc +vfio-pci +vfio-pci-core +vfio-platform +vfio-platform-amdxgbe +vfio-platform-base +vfio-platform-calxedaxgmac +vfio_iommu_type1 +vgastate +vgem +vgg2432a4 +vhci-hcd +vhost +vhost_iotlb +vhost_net +vhost_scsi +vhost_vdpa +vhost_vsock +via-rhine +via-sdmmc +via-velocity +via686a +vicodec +video +video-i2c +video-mux +videobuf-core +videobuf-dma-sg +videobuf-vmalloc +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 +videodev +vim2m +vimc +viperboard +viperboard_adc +virt_wifi +virtio-gpu +virtio-rng +virtio_blk +virtio_bt +virtio_crypto +virtio_dma_buf +virtio_input +virtio_mem +virtio_net +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 +vs6624 +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 +wusb3801 +wwan +wwan_hwsim +x25 +x_tables +xbox_remote +xc2028 +xc4000 +xc5000 +xcbc +xctr +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-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 +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 +zavl +zcommon +zd1201 +zd1211rw +zd1301 +zd1301_demod +zet6223 +zforce_ts +zfs +zhenhua +ziirave_wdt +zinitix +zl10036 +zl10039 +zl10353 +zl6100 +zlua +znvpair +zonefs +zopt2201 +zpa2326 +zpa2326_i2c +zpa2326_spi +zram +zstd +zunicode +zynqmp-aes-gcm +zynqmp-dpsub +zynqmp-fpga +zynqmp-sha +zynqmp_dma +zzstd --- linux-lowlatency-hwe-6.2-6.2.0.orig/debian.master/abi/arm64/generic.modules.builtin +++ linux-lowlatency-hwe-6.2-6.2.0/debian.master/abi/arm64/generic.modules.builtin @@ -0,0 +1,529 @@ +8250 +8250_base +8250_dw +8250_mtk +8250_of +8250_omap +8250_pci +8250_tegra +88pm860x +a64fx-diag +ac +acpi_mdio +acpiphp +aead +aes_generic +af_packet +ahci_imx +akcipher +altera-sysmgr +altera_edac +amba-pl011 +apple-pmgr-pwrstate +apple_m1_cpu_pmu +arm-cci +arm-cci +arm-ccn +arm_smmu +arm_smmu_v3 +armada_thermal +armmmci +as3722 +as3722-poweroff +asiliantfb +asn1_decoder +asn1_encoder +asymmetric_keys +atkbd +axg +axg-aoclk +backlight +battery +bcm84881 +binfmt_elf +binfmt_script +brcmstb_gisb +bsg +btree +button +cbc +cdrom +cfbcopyarea +cfbfillrect +cfbimgblt +charger-manager +clk-apmixed +clk-bm1880 +clk-cpu-dyndiv +clk-cpumux +clk-dualdiv +clk-fixed-mmio +clk-fsl-sai +clk-gate +clk-hi3559a +clk-imx-lpcg-scu +clk-imx-scu +clk-imx8mm +clk-imx8mn +clk-imx8mp +clk-imx8mq +clk-mpll +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-mtk +clk-mux +clk-pll +clk-pll +clk-regmap +clk-vexpress-osc +cma_heap +cmd-db +cn +compat_binfmt_elf +configfs +cpufreq-dt +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 +da903x +da9052-core +da9052-i2c +da9052-spi +da9055 +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 +ezx-pcap +fan +fat +fb +fddi +fec +firmware_class +fixed_phy +font +freq_table +fsl_dpaa_fman +fsl_dpaa_fman_port +fsl_dpaa_mac +fsl_ifc +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-imx-scu +gpio-mxc +gpio-pl061 +gpio-poweroff +gpio-restart +gpio-tegra +gpio-tegra186 +gpio-xilinx +grant-dma-ops +gxbb +gxbb-aoclk +hed +hmac +hwmon +hwspinlock_core +i2c-core +i2c-designware-core +i2c-designware-platform +i2c-dev +i2c-omap +i2c-sprd +icc-core +imsttfb +imx +imx-scu +imx-weim +input-core +interconnect_qcom +ioasid +iova +ipu_idmac +ipv6 +irq-al-fic +irq-ls-scfg-msi +irq-mbigen +irq-meson-gpio +irq-mvebu-pic +irq-renesas-irqc +irq-renesas-rzg2l +irq-ti-sci-inta +irq-ti-sci-intr +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 +libblake2s +libcryptoutils +libnvdimm +libphy +libps2 +libsha1 +libsha256 +linear_ranges +loop +lp8788 +ltc2952-poweroff +lz4_decompress +lzo +lzo-rle +lzo_compress +lzo_decompress +max14577 +max310x +max77686 +max77693 +mbcache +mctp +md-mod +md5 +mdio-bitbang +mdio_devres +meson-aoclk +meson-clk-measure +meson-ee-pwrc +meson-eeclk +meson-gx-pwrc-vpu +meson-secure-pwrc +meson_sm +meson_uart +mfd-core +mii +mmc_block +mmc_core +mousedev +mpi +mq-deadline +msm_serial +mt6323-poweroff +mtk-eint +mv_xor_v2 +mx3fb +mxc-clk +n_null +nfs_ssc +nls_base +nls_cp437 +npcm_wdt +nvmem_core +nvmem_zynqmp_nvmem +of_mdio +ohci-hcd +ohci-pci +oid_registry +omap-gpmc +owl-uart +packing +palmas +pci-aardvark +pci-ep-cfs +pci-epc-core +pci-epc-mem +pci-epf-core +pci-host-common +pci-host-generic +pci-tegra +pcie-altera +pcie-altera-msi +pcie-hisi-error +pcie-histb +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-amd +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-mt8188 +pinctrl-mt8192 +pinctrl-mt8365 +pinctrl-mtk-common-v2 +pinctrl-ocelot +pinctrl-palmas +pinctrl-paris +pinctrl-rockchip +pinctrl-rzg2l +pinctrl-rzv2m +pinctrl-s700 +pinctrl-s900 +pinctrl-scu +pinctrl-single +pinctrl-sprd +pinctrl-sprd-sc9860 +pkcs7_message +pldmfw +power_supply +powercap_sys +ppp_generic +pps_core +pretimeout_noop +processor +pstore +ptp +public_key +qcom-ebi2 +qcom-ipcc +qcom-pdc +qcom-scm +qcom-ssc-block-bus +qcom_rpmh +rapidio +rational +rcar-usb2-clock-sel +reactor_panic +reactor_printk +regmap-i2c +regmap-mmio +regmap-spi +regulator-poweroff +remoteproc +renesas-cpg-mssr +reset +reset-berlin +reset-imx7 +reset-meson +reset-microchip-sparx5 +reset-qcom-aoss +restart-poweroff +rfkill +rng +rng-core +rockchip-mailbox +roles +rpmhpd +rsa_generic +rtc-efi +rtc-mv +rtc-xgene +rzg2l-cpg +sccnxp +scmi-module +scsi_common +scsi_mod +scu-pd +sd_mod +sec-core +sec-irq +selftests +seqiv +serdev +serial_core +serial_mctrl_gpio +serio +sg +sh-sci +sh_cmt +sh_tmu +sha1_generic +sha256_generic +sha512_generic +shpchp +simple-pm-bus +skcipher +slhc +smc91x +spi-fsl-lib +spi-fsl-spi +spi-omap2-mcspi +spm +squashfs +sr_mod +stmpe-i2c +stmpe-spi +sun50i-a100-ccu +sun50i-a100-r-ccu +sun50i-a64-ccu +sun50i-h6-ccu +sun50i-h6-r-ccu +sun50i-h616-ccu +sun50i-iommu +sun6i-msgbox +sun8i-de2-ccu +sun8i-h3-ccu +sun8i-r-ccu +sunxi-ccu +sunxi_sram +syscon-clk +system_heap +t10-pi +tc3589x +tcp_cubic +tegra-ahb +tegra-mc +tegra-tcu +tegra124-cpufreq +tegra186-emc +tegra194-cbb +tegra20-apb-dma +tegra20-cpufreq +tegra234-cbb +thermal +ti-cpufreq +ti-msgmgr +ti-opp-supply +ti_sci +timer-tegra186 +timer-ti-dm +tpm +tpm_crb +tpm_tis +tpm_tis_core +tps65086-restart +tps6586x +tps65912-core +tps65912-i2c +tps65912-spi +trusted +ttyprintk +tun +twl4030-audio +twl6040 +ucs2_string +udmabuf +uhci-hcd +uinput +unicode +unix +usb-common +usbcore +utf8data +vexpress-config +vexpress-sysreg +vfat +vid-pll-div +virt-dma +virtio +virtio-iommu +virtio_balloon +virtio_console +virtio_mmio +virtio_pci +virtio_pci_legacy_dev +virtio_pci_modern_dev +virtio_ring +virtio_scsi +vivaldi-fmap +watch_queue +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 +zpool +zsmalloc +zstd_common +zstd_compress +zstd_decompress +zswap +zynqmp-ipi-mailbox --- linux-lowlatency-hwe-6.2-6.2.0.orig/debian.master/abi/arm64/generic.retpoline +++ linux-lowlatency-hwe-6.2-6.2.0/debian.master/abi/arm64/generic.retpoline @@ -0,0 +1 @@ +# RETPOLINE NOT ENABLED --- linux-lowlatency-hwe-6.2-6.2.0.orig/debian.master/abi/armhf/generic +++ linux-lowlatency-hwe-6.2-6.2.0/debian.master/abi/armhf/generic @@ -0,0 +1,26480 @@ +BRCMFMAC EXPORT_SYMBOL_GPL 0x41a720c4 brcmf_fwvid_register_vendor drivers/net/wireless/broadcom/brcm80211/brcmfmac/brcmfmac +BRCMFMAC EXPORT_SYMBOL_GPL 0x9466220c brcmf_fwvid_unregister_vendor drivers/net/wireless/broadcom/brcm80211/brcmfmac/brcmfmac +COUNTER EXPORT_SYMBOL_GPL 0x157dc752 counter_add drivers/counter/counter +COUNTER EXPORT_SYMBOL_GPL 0x1de4f531 counter_push_event drivers/counter/counter +COUNTER EXPORT_SYMBOL_GPL 0x3d0cbe64 devm_counter_add drivers/counter/counter +COUNTER EXPORT_SYMBOL_GPL 0x3fed87bf counter_alloc drivers/counter/counter +COUNTER EXPORT_SYMBOL_GPL 0x4b9d53f2 counter_priv drivers/counter/counter +COUNTER EXPORT_SYMBOL_GPL 0x54d1bb19 counter_unregister drivers/counter/counter +COUNTER EXPORT_SYMBOL_GPL 0x8df54535 devm_counter_alloc drivers/counter/counter +COUNTER EXPORT_SYMBOL_GPL 0xf0fa23f5 counter_put drivers/counter/counter +CRYPTO_INTERNAL EXPORT_SYMBOL_GPL 0x10f96a47 crypto_cipher_setkey vmlinux +CRYPTO_INTERNAL EXPORT_SYMBOL_GPL 0x8c86f709 crypto_cipher_encrypt_one vmlinux +CRYPTO_INTERNAL EXPORT_SYMBOL_GPL 0xfe51f1c0 crypto_cipher_decrypt_one vmlinux +CXL EXPORT_SYMBOL_GPL 0x025333b5 cxl_internal_send_cmd drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x055c6ee3 cxl_mem_active_inc vmlinux +CXL EXPORT_SYMBOL_GPL 0x09491f17 devm_cxl_add_port drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x09d16f33 cxl_find_regblock drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x0f2f4f1d is_cxl_region drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x1002b56c cxl_hdm_decode_init drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x16bb8390 cxl_enumerate_cmds drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x177592c0 cxl_map_device_regs drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x1b1ae281 cxl_await_media_ready drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x1ba3f99a devm_cxl_enumerate_decoders drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x1c3cd78d cxl_find_nvdimm_bridge drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x20167503 cxl_decoder_autoremove drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x23d06147 cxl_mem_create_range_info drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x2587288f cxl_hb_modulo drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x29f527ad cxl_debugfs_create_dir drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x2c6f1bb3 devm_cxl_add_memdev drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x2dc925fe cxl_port_to_pci_bus drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x31cba449 clear_exclusive_cxl_commands drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x33e2aa93 cxl_mem_active_dec vmlinux +CXL EXPORT_SYMBOL_GPL 0x47ca501a cxl_decoder_add drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x5baf6e7c cxl_driver_unregister drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x5c04460c cxl_rcrb_to_component drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x5cb71d66 cxl_endpoint_autoremove drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x5eb1c577 cxl_bus_type drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x5ef09a2c cxl_endpoint_decoder_alloc drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x60de5275 to_cxl_root_decoder drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x66536c45 is_cxl_nvdimm_bridge drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x69c2a820 is_root_decoder drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x6bc0689b cxl_map_component_regs drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x701bbaad cxl_bus_rescan drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x72e4f63d devm_cxl_setup_hdm drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x7ce5ac0c devm_cxl_add_nvdimm drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x8473484e alloc_free_mem_region vmlinux +CXL EXPORT_SYMBOL_GPL 0x8a64870e cxl_root_decoder_alloc drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x8ee82a35 devm_cxl_add_dport drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x8f04f055 devm_cxl_add_passthrough_decoder drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x93ae2a4f is_cxl_nvdimm drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x95de353c cxl_dev_state_create drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x972be27e to_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 0x9a9b80eb cxl_probe_component_regs drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xa30b9f91 cxl_switch_decoder_alloc drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xa34088e1 devm_cxl_add_rch_dport drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xa5c53906 to_cxl_decoder drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xa6e674d1 cxl_dpa_debug drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xaa5ec5ba schedule_cxl_memdev_detach drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xaf49ac04 cxl_dev_state_identify drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xb6cf8468 is_cxl_pmem_region drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xb7136305 cxl_mem_find_port drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xbebed8d8 read_cdat_data drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xc81b89eb to_cxl_nvdimm drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xcaff6596 is_cxl_port drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xcf03c125 cxl_decoder_add_locked drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xcf3662c8 devm_cxl_enumerate_ports drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xd1bb757f is_cxl_memdev drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xda9e0a50 cxl_probe_device_regs drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xdb5792c7 insert_resource_expand_to_fit vmlinux +CXL EXPORT_SYMBOL_GPL 0xdef2d36e __cxl_driver_register drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xe4514549 to_cxl_port drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xe6d4e030 to_cxl_pmem_region drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xef0f3eaf devm_cxl_add_nvdimm_bridge drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xf1584b35 to_cxl_endpoint_decoder drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xf3ffb913 find_cxl_root drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xf68f1552 set_exclusive_cxl_commands drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xfc9c8ef2 devm_cxl_register_pci_bus drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xffe1223e devm_cxl_port_enumerate_dports drivers/cxl/core/cxl_core +DMA_BUF EXPORT_SYMBOL_GPL 0x0042c34e dma_buf_vunmap vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x0412af43 dma_buf_end_cpu_access vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x079f4006 dma_buf_map_attachment vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x28e295de dma_buf_attach vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x3f8507e1 dma_buf_fd vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x413a9979 dma_buf_vmap vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x471ca9bf dma_buf_pin vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x4b0db746 dma_buf_unpin vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x56b244f0 dma_buf_put vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x706fd6ed dma_buf_dynamic_attach vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x79665eb7 dma_buf_vunmap_unlocked vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x85370781 dma_buf_export vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x8a4d742e dma_buf_unmap_attachment vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0xa954138b dma_buf_unmap_attachment_unlocked vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0xbeef468d dma_buf_move_notify vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0xda2cf88e dma_buf_map_attachment_unlocked vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0xe629c0c4 dma_buf_detach vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0xe67c53f2 dma_buf_begin_cpu_access vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0xec535b27 dma_buf_vmap_unlocked vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0xee846e29 dma_buf_get vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0xf0028c2c dma_buf_mmap 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 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 0xa9a5366b crypto_sha256_arm_update +EXPORT_SYMBOL arch/arm/crypto/sha256-arm 0xfc794ff9 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 0x10756d0e crypto_nhpoly1305_final_helper +EXPORT_SYMBOL crypto/nhpoly1305 0x91c7ae56 crypto_nhpoly1305_update_helper +EXPORT_SYMBOL crypto/nhpoly1305 0x9c64afe3 crypto_nhpoly1305_setkey +EXPORT_SYMBOL crypto/nhpoly1305 0xc4f14094 crypto_nhpoly1305_update +EXPORT_SYMBOL crypto/nhpoly1305 0xc5d67a09 crypto_nhpoly1305_init +EXPORT_SYMBOL crypto/nhpoly1305 0xfc1baad5 crypto_nhpoly1305_final +EXPORT_SYMBOL crypto/sha3_generic 0x7e455a49 crypto_sha3_final +EXPORT_SYMBOL crypto/sha3_generic 0xce12fdcc crypto_sha3_init +EXPORT_SYMBOL crypto/sha3_generic 0xff148789 crypto_sha3_update +EXPORT_SYMBOL crypto/sm2_generic 0xb8e18ea0 sm2_compute_z_digest +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 0x60a48545 suni_init +EXPORT_SYMBOL drivers/bcma/bcma 0x6a3d8c7a bcma_core_dma_translation +EXPORT_SYMBOL drivers/bcma/bcma 0x742ec827 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/block/paride/paride 0x20f97d6d pi_init +EXPORT_SYMBOL drivers/block/paride/paride 0x22050ac1 pi_schedule_claimed +EXPORT_SYMBOL drivers/block/paride/paride 0x282f2527 pi_connect +EXPORT_SYMBOL drivers/block/paride/paride 0x4267110a pi_register_driver +EXPORT_SYMBOL drivers/block/paride/paride 0x72b3a2e3 pi_do_claimed +EXPORT_SYMBOL drivers/block/paride/paride 0x769620b2 pi_write_regr +EXPORT_SYMBOL drivers/block/paride/paride 0x9d315c8e paride_register +EXPORT_SYMBOL drivers/block/paride/paride 0x9e61c87f pi_release +EXPORT_SYMBOL drivers/block/paride/paride 0xaa8feab0 pi_disconnect +EXPORT_SYMBOL drivers/block/paride/paride 0xb21ba07d pi_unregister_driver +EXPORT_SYMBOL drivers/block/paride/paride 0xc5aa3d70 paride_unregister +EXPORT_SYMBOL drivers/block/paride/paride 0xcc155f65 pi_write_block +EXPORT_SYMBOL drivers/block/paride/paride 0xcfe9687a pi_read_regr +EXPORT_SYMBOL drivers/block/paride/paride 0xd189184a pi_read_block +EXPORT_SYMBOL drivers/bluetooth/btbcm 0x0a791689 btbcm_patchram +EXPORT_SYMBOL drivers/bluetooth/btrsi 0xc3803bf9 rsi_bt_ops +EXPORT_SYMBOL drivers/bus/mhi/host/mhi 0xe902ab93 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 0x20810da7 ipmi_smi_watcher_unregister +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 0x617b6da8 ipmi_get_smi_info +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 0x9f4e7cc1 ipmi_add_smi +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xaca90ebd ipmi_request_supply_msgs +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xae71627d ipmi_create_user +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 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 0xe4f684a4 ipmi_smi_watcher_register +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 0x2cc08883 kcs_bmc_register_driver +EXPORT_SYMBOL drivers/char/ipmi/kcs_bmc 0x5104f63e kcs_bmc_enable_device +EXPORT_SYMBOL drivers/char/ipmi/kcs_bmc 0x5fbbe1cb kcs_bmc_unregister_driver +EXPORT_SYMBOL drivers/char/ipmi/kcs_bmc 0x67ab94c8 kcs_bmc_disable_device +EXPORT_SYMBOL drivers/char/ipmi/kcs_bmc 0x68b0e226 kcs_bmc_write_status +EXPORT_SYMBOL drivers/char/ipmi/kcs_bmc 0x82ce5f51 kcs_bmc_add_device +EXPORT_SYMBOL drivers/char/ipmi/kcs_bmc 0x9be18ba5 kcs_bmc_handle_event +EXPORT_SYMBOL drivers/char/ipmi/kcs_bmc 0xaa75e2e1 kcs_bmc_update_status +EXPORT_SYMBOL drivers/char/ipmi/kcs_bmc 0xcdbd76aa kcs_bmc_remove_device +EXPORT_SYMBOL drivers/char/ipmi/kcs_bmc 0xd05bf0e0 kcs_bmc_write_data +EXPORT_SYMBOL drivers/char/ipmi/kcs_bmc 0xf2398bea kcs_bmc_read_status +EXPORT_SYMBOL drivers/char/ipmi/kcs_bmc 0xf4592e17 kcs_bmc_read_data +EXPORT_SYMBOL drivers/char/ipmi/kcs_bmc 0xf5554961 kcs_bmc_update_event_mask +EXPORT_SYMBOL drivers/char/tpm/st33zp24/tpm_st33zp24 0x38e51d46 st33zp24_remove +EXPORT_SYMBOL drivers/char/tpm/st33zp24/tpm_st33zp24 0x7668103b st33zp24_pm_suspend +EXPORT_SYMBOL drivers/char/tpm/st33zp24/tpm_st33zp24 0x892cfddb st33zp24_pm_resume +EXPORT_SYMBOL drivers/char/tpm/st33zp24/tpm_st33zp24 0xf38d58a6 st33zp24_probe +EXPORT_SYMBOL drivers/char/xillybus/xillybus_class 0x38311932 xillybus_find_inode +EXPORT_SYMBOL drivers/char/xillybus/xillybus_class 0x45b8576c xillybus_cleanup_chrdev +EXPORT_SYMBOL drivers/char/xillybus/xillybus_class 0xb266f1c4 xillybus_init_chrdev +EXPORT_SYMBOL drivers/char/xillybus/xillybus_core 0x240866be xillybus_endpoint_discovery +EXPORT_SYMBOL drivers/char/xillybus/xillybus_core 0x25978d50 xillybus_isr +EXPORT_SYMBOL drivers/char/xillybus/xillybus_core 0x9214680e xillybus_endpoint_remove +EXPORT_SYMBOL drivers/char/xillybus/xillybus_core 0xa4860228 xillybus_init_endpoint +EXPORT_SYMBOL drivers/crypto/atmel-i2c 0x1f8d3a13 atmel_i2c_probe +EXPORT_SYMBOL drivers/crypto/atmel-i2c 0x6c28f9b1 atmel_i2c_init_ecdh_cmd +EXPORT_SYMBOL drivers/crypto/atmel-i2c 0x7b1f02dc atmel_i2c_enqueue +EXPORT_SYMBOL drivers/crypto/atmel-i2c 0x80a11b1d atmel_i2c_init_read_cmd +EXPORT_SYMBOL drivers/crypto/atmel-i2c 0xbd8340c1 atmel_i2c_send_receive +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 0x37734e06 caam_dpaa2 +EXPORT_SYMBOL drivers/crypto/caam/caam_jr 0x145572ea caam_jr_free +EXPORT_SYMBOL drivers/crypto/caam/caam_jr 0x3b049074 gen_split_key +EXPORT_SYMBOL drivers/crypto/caam/caam_jr 0x92bcd159 caam_jr_alloc +EXPORT_SYMBOL drivers/crypto/caam/caam_jr 0xe0af0dca caam_jr_enqueue +EXPORT_SYMBOL drivers/crypto/caam/caam_jr 0xfe7f0c3d split_key_done +EXPORT_SYMBOL drivers/crypto/caam/caamalg_desc 0x06717761 cnstr_shdsc_aead_encap +EXPORT_SYMBOL drivers/crypto/caam/caamalg_desc 0x09c41809 cnstr_shdsc_gcm_encap +EXPORT_SYMBOL drivers/crypto/caam/caamalg_desc 0x4099709e cnstr_shdsc_aead_givencap +EXPORT_SYMBOL drivers/crypto/caam/caamalg_desc 0x46efe449 cnstr_shdsc_skcipher_decap +EXPORT_SYMBOL drivers/crypto/caam/caamalg_desc 0x4b74fe69 cnstr_shdsc_rfc4106_decap +EXPORT_SYMBOL drivers/crypto/caam/caamalg_desc 0x4ead8e70 cnstr_shdsc_aead_null_decap +EXPORT_SYMBOL drivers/crypto/caam/caamalg_desc 0x6de99a64 cnstr_shdsc_rfc4543_encap +EXPORT_SYMBOL drivers/crypto/caam/caamalg_desc 0x756131a7 cnstr_shdsc_aead_decap +EXPORT_SYMBOL drivers/crypto/caam/caamalg_desc 0x86089940 cnstr_shdsc_skcipher_encap +EXPORT_SYMBOL drivers/crypto/caam/caamalg_desc 0x893ab046 cnstr_shdsc_aead_null_encap +EXPORT_SYMBOL drivers/crypto/caam/caamalg_desc 0x8a8c929e cnstr_shdsc_xts_skcipher_encap +EXPORT_SYMBOL drivers/crypto/caam/caamalg_desc 0xa2ea5326 cnstr_shdsc_gcm_decap +EXPORT_SYMBOL drivers/crypto/caam/caamalg_desc 0xa970bc2f cnstr_shdsc_xts_skcipher_decap +EXPORT_SYMBOL drivers/crypto/caam/caamalg_desc 0xbef6ab16 cnstr_shdsc_chachapoly +EXPORT_SYMBOL drivers/crypto/caam/caamalg_desc 0xc6c7d14b cnstr_shdsc_rfc4543_decap +EXPORT_SYMBOL drivers/crypto/caam/caamalg_desc 0xe05ab546 cnstr_shdsc_rfc4106_encap +EXPORT_SYMBOL drivers/crypto/caam/caamhash_desc 0x686d05f8 cnstr_shdsc_ahash +EXPORT_SYMBOL drivers/crypto/caam/caamhash_desc 0x9dc00876 cnstr_shdsc_sk_hash +EXPORT_SYMBOL drivers/crypto/caam/error 0x2eed504a caam_ptr_sz +EXPORT_SYMBOL drivers/crypto/caam/error 0x8db6e8c5 caam_dump_sg +EXPORT_SYMBOL drivers/crypto/caam/error 0xa51f16c7 caam_little_end +EXPORT_SYMBOL drivers/crypto/caam/error 0xad8e2730 caam_strstatus +EXPORT_SYMBOL drivers/crypto/caam/error 0xbd67c092 caam_imx +EXPORT_SYMBOL drivers/firewire/firewire-core 0x03338b5d fw_card_initialize +EXPORT_SYMBOL drivers/firewire/firewire-core 0x045674b1 fw_iso_context_destroy +EXPORT_SYMBOL drivers/firewire/firewire-core 0x07dc4919 fw_core_handle_request +EXPORT_SYMBOL drivers/firewire/firewire-core 0x0f7a5c9f fw_iso_context_create +EXPORT_SYMBOL drivers/firewire/firewire-core 0x103979c7 fw_iso_context_queue +EXPORT_SYMBOL drivers/firewire/firewire-core 0x13f0df03 fw_iso_resource_manage +EXPORT_SYMBOL drivers/firewire/firewire-core 0x18c60099 fw_core_handle_response +EXPORT_SYMBOL drivers/firewire/firewire-core 0x19c15067 fw_iso_context_queue_flush +EXPORT_SYMBOL drivers/firewire/firewire-core 0x1b1be173 fw_iso_context_start +EXPORT_SYMBOL drivers/firewire/firewire-core 0x1d1334d7 fw_send_request +EXPORT_SYMBOL drivers/firewire/firewire-core 0x2885fec5 fw_get_request_speed +EXPORT_SYMBOL drivers/firewire/firewire-core 0x396f3251 fw_send_response +EXPORT_SYMBOL drivers/firewire/firewire-core 0x3c56ef91 fw_workqueue +EXPORT_SYMBOL drivers/firewire/firewire-core 0x45bf2399 fw_iso_context_flush_completions +EXPORT_SYMBOL drivers/firewire/firewire-core 0x48d60573 fw_core_remove_card +EXPORT_SYMBOL drivers/firewire/firewire-core 0x4dd1e291 fw_bus_type +EXPORT_SYMBOL drivers/firewire/firewire-core 0x4f607d36 fw_iso_buffer_init +EXPORT_SYMBOL drivers/firewire/firewire-core 0x556601c3 fw_csr_string +EXPORT_SYMBOL drivers/firewire/firewire-core 0x5c881e94 fw_device_enable_phys_dma +EXPORT_SYMBOL drivers/firewire/firewire-core 0x5e7b41d0 fw_card_add +EXPORT_SYMBOL drivers/firewire/firewire-core 0x656ae87b fw_iso_buffer_destroy +EXPORT_SYMBOL drivers/firewire/firewire-core 0x69f08f72 fw_core_remove_descriptor +EXPORT_SYMBOL drivers/firewire/firewire-core 0x7363898e fw_core_remove_address_handler +EXPORT_SYMBOL drivers/firewire/firewire-core 0x7dd0deea fw_core_handle_bus_reset +EXPORT_SYMBOL drivers/firewire/firewire-core 0x86468d44 fw_rcode_string +EXPORT_SYMBOL drivers/firewire/firewire-core 0x87651065 fw_core_add_address_handler +EXPORT_SYMBOL drivers/firewire/firewire-core 0x8ec4e37e fw_core_add_descriptor +EXPORT_SYMBOL drivers/firewire/firewire-core 0x929efad3 fw_cancel_transaction +EXPORT_SYMBOL drivers/firewire/firewire-core 0x9f9e4bd2 fw_fill_response +EXPORT_SYMBOL drivers/firewire/firewire-core 0xaedf84ce fw_high_memory_region +EXPORT_SYMBOL drivers/firewire/firewire-core 0xdeca941e fw_iso_context_stop +EXPORT_SYMBOL drivers/firewire/firewire-core 0xe3fde125 fw_csr_iterator_next +EXPORT_SYMBOL drivers/firewire/firewire-core 0xe792cc3d fw_schedule_bus_reset +EXPORT_SYMBOL drivers/firewire/firewire-core 0xe80e5087 fw_csr_iterator_init +EXPORT_SYMBOL drivers/firewire/firewire-core 0xf21e4d73 fw_run_transaction +EXPORT_SYMBOL drivers/firmware/imx/imx-dsp 0x837abebe imx_dsp_ring_doorbell +EXPORT_SYMBOL drivers/firmware/imx/imx-dsp 0x9662cf45 imx_dsp_free_channel +EXPORT_SYMBOL drivers/firmware/imx/imx-dsp 0xc28d1c15 imx_dsp_request_channel +EXPORT_SYMBOL drivers/fpga/dfl 0x14a8048a __dfl_driver_register +EXPORT_SYMBOL drivers/fpga/dfl 0xbf94c54c dfl_driver_unregister +EXPORT_SYMBOL drivers/fpga/lattice-sysconfig 0xe1a4122e sysconfig_probe +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 0x02d1d13e drm_dp_read_sink_count_cap +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x08a80ae7 drm_dp_dual_mode_get_tmds_output +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x08f594c1 drm_dp_mst_topology_mgr_suspend +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x0955e0c9 drm_dp_read_desc +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x0adcc863 drm_hdcp_update_content_protection +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x0b28c2a5 drm_dp_pcon_is_frl_ready +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x0c573e22 drm_dp_read_channel_eq_delay +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x0ca6e7d4 drm_dp_dual_mode_detect +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x0e83dcca drm_dp_downstream_id +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x0fca82f1 drm_dp_read_lttpr_common_caps +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x0fcebb4f drm_dp_add_payload_part2 +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x0fd0cbaa drm_dp_pcon_convert_rgb_to_ycbcr +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 0x19b5cca0 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 0x1b0a1fdc drm_dp_lttpr_voltage_swing_level_3_supported +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x1ed8fdc8 drm_dp_cec_unset_edid +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x1efafbe7 drm_hdmi_avi_infoframe_colorimetry +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x1f383120 drm_dp_cec_irq +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x200493c6 drm_dp_pcon_hdmi_frl_link_error_count +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x232bd624 drm_dp_dpcd_read +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x238ae63a drm_dp_read_lttpr_phy_caps +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x23961837 drm_dp_downstream_max_bpc +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x23aa0d5c drm_dp_remote_aux_init +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x24f98390 drm_dp_mst_hpd_irq_handle_event +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x25a70a0a drm_edp_backlight_enable +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 0x280829a8 drm_connector_attach_content_protection_property +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x2901fd4c drm_dp_lttpr_link_train_channel_eq_delay +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x2c24af17 drm_scdc_set_scrambling +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x2e40d0b4 drm_dp_atomic_release_time_slots +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x2ee54183 drm_dp_aux_register +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 0x328b7f28 drm_dp_dual_mode_max_tmds_clock +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x341abc93 drm_dp_pcon_frl_configure_1 +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x3434cbb7 drm_dp_pcon_reset_frl_config +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x374ab285 drm_dp_pcon_pps_override_buf +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x391d416f drm_dp_remove_payload +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x392a838b drm_dp_downstream_max_dotclock +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x3b040372 drm_dp_pcon_pps_default +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x3b2c0699 drm_dp_downstream_debug +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x3b4ac294 drm_dp_pcon_frl_prepare +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x3bc35ae3 drm_dp_stop_crc +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x408a2599 drm_dp_read_dpcd_caps +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x422a000d drm_dp_read_downstream_info +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x42ea9496 drm_dp_dpcd_read_phy_link_status +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x4397f58f drm_dp_set_subconnector_property +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x4423d941 drm_dp_dual_mode_set_tmds_output +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x4603c416 drm_dp_pcon_dsc_bpp_incr +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x489c8282 drm_dp_pcon_pps_override_param +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x49c44da9 drm_dp_mst_root_conn_atomic_check +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x4a15cfa2 drm_atomic_get_mst_topology_state +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x4bcaf3a3 drm_dp_pcon_frl_enable +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x4df9933d drm_dp_mst_connector_late_register +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x4ead0e8f drm_dp_mst_topology_mgr_resume +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 0x548c264a drm_scdc_write +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 0x5825efd8 drm_dp_mst_dump_topology +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 0x5bdae405 drm_edp_backlight_init +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x5e8dfa02 drm_dp_cec_set_edid +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x60d34f9c drm_scdc_get_scrambling_status +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 0x6414f844 drm_dp_mst_update_slots +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x64712944 drm_dp_mst_connector_early_unregister +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 0x64ba5255 drm_dp_mst_get_edid +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 0x6e6139ea drm_dp_cec_register_connector +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x6fcc6c05 drm_dp_mst_atomic_check +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 0x705ad5e7 drm_dp_read_mst_cap +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x718b03ba drm_dp_send_query_stream_enc_status +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 0x73767a10 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 0x7c9c5936 drm_dp_mst_topology_mgr_set_mst +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x820f1068 drm_dp_set_phy_test_pattern +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x8231ae2c drm_edp_backlight_set_level +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 0x833cacea drm_dp_add_payload_part1 +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x865a28fe drm_dp_pcon_hdmi_link_active +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x889c068a drm_dp_aux_unregister +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x8abe8028 drm_dp_mst_atomic_enable_dsc +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 0x8f52a349 drm_atomic_get_new_mst_topology_state +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x8f5aa644 drm_dp_mst_topology_mgr_init +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x901c4b40 drm_panel_dp_aux_backlight +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x90572f00 drm_dp_link_train_clock_recovery_delay +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x91fee905 drm_dp_start_crc +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 0x94c39ef6 drm_hdmi_avi_infoframe_content_type +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x993f982e drm_dp_send_power_updown_phy +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x9b8d08eb drm_dp_mst_hpd_irq_send_new_request +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x9cea4908 drm_dp_get_vc_payload_bw +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xa1fefe6a drm_dp_psr_setup_time +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xa7f95b69 drm_dp_mst_put_port_malloc +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xa843606e drm_dp_dsc_sink_supported_input_bpcs +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xa9f9cffd drm_dp_read_clock_recovery_delay +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xab881a34 drm_dp_mst_topology_mgr_destroy +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xaf267620 drm_dp_lttpr_count +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xb0b689f0 drm_dp_dual_mode_write +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xb2ae99b5 drm_dp_pcon_frl_configure_2 +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xb6340159 drm_scdc_set_high_tmds_clock_ratio +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xb75d98e7 drm_lspcon_set_mode +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xb7939280 drm_dp_mst_dsc_aux_for_port +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xbbdb05b4 drm_atomic_get_mst_payload_state +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xbd75ad9b drm_dp_pcon_hdmi_link_mode +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 0xc08f098f drm_dp_cec_unregister_connector +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xc5935084 drm_edp_backlight_disable +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 0xc658632f drm_dp_send_real_edid_checksum +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xc79ecffb drm_dp_downstream_is_type +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xc7f101d8 drm_dp_mst_get_port_malloc +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 0xc8e22bcb drm_dp_mst_atomic_setup_commit +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xc909353f drm_dp_dpcd_probe +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xc942ffcf drm_hdmi_infoframe_set_hdr_metadata +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xcc1df60a drm_scdc_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 0xcdfa365e drm_dp_dual_mode_read +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xcfbcf359 drm_dp_mst_topology_state_funcs +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 0xda809b86 drm_dp_read_sink_count +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xdaba9177 drm_dp_mst_add_affected_dsc_crtcs +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xdaf4761a drm_dp_check_act_status +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xdb64c4c8 drm_dp_128b132b_read_aux_rd_interval +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xe02b2a65 drm_dp_downstream_mode +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xe2d72765 drm_dp_get_phy_test_pattern +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xe47c20e3 drm_dp_mst_atomic_wait_for_dependencies +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 0xe5d03776 drm_dp_dpcd_read_link_status +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xe76c436c drm_hdmi_avi_infoframe_bars +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xe7fdf048 drm_dp_link_train_channel_eq_delay +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xe8ece6c2 drm_dp_mst_detect_port +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xed63168e drm_dp_dpcd_write +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xedcf81ce drm_dp_channel_eq_ok +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xf485001c drm_dp_atomic_find_time_slots +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 0xf8ef5b91 drm_dp_vsc_sdp_log +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 0xfc2c933e drm_dp_aux_init +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xfe12bcb9 drm_dsc_compute_rc_parameters +EXPORT_SYMBOL drivers/gpu/drm/drm 0x00639d81 drm_crtc_vblank_count +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0083f6db drm_atomic_get_new_bridge_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0x01de430e drm_mode_create_dp_colorspace_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x02b77649 drm_client_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x032f524d drm_client_framebuffer_delete +EXPORT_SYMBOL drivers/gpu/drm/drm 0x03f6ce44 drm_atomic_private_obj_fini +EXPORT_SYMBOL drivers/gpu/drm/drm 0x048d547b drm_sysfs_connector_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0x04c6b643 drm_mode_create_scaling_mode_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0596de61 drmm_kfree +EXPORT_SYMBOL drivers/gpu/drm/drm 0x05f06921 drm_debugfs_remove_files +EXPORT_SYMBOL drivers/gpu/drm/drm 0x060ae2c7 drm_mode_get_tile_group +EXPORT_SYMBOL drivers/gpu/drm/drm 0x06208ae0 drm_connector_attach_vrr_capable_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x07118483 drm_property_create_signed_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x07185d7e drm_framebuffer_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0800663f drm_connector_set_orientation_from_panel +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0a306eed drm_display_mode_from_cea_vic +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0a72f765 drm_clflush_virt_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0b424f94 drm_gtf_mode_complex +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0c49ed1e drm_atomic_private_obj_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0d7e35e2 drm_mode_is_420_only +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0d819664 drm_syncobj_replace_fence +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0d9b4753 drm_mode_equal +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0eee79b7 drm_probe_ddc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0f500b9b drm_gem_create_mmap_offset_size +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0f7acb66 drm_mm_print +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0fca41b0 drm_connector_init +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 0x1108fcda drm_client_modeset_check +EXPORT_SYMBOL drivers/gpu/drm/drm 0x116e1fba drm_warn_on_modeset_not_all_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0x11edd566 drm_atomic_get_crtc_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0x120c9afb drm_client_modeset_probe +EXPORT_SYMBOL drivers/gpu/drm/drm 0x12864122 drm_plane_force_disable +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1295f0b2 drm_edid_read +EXPORT_SYMBOL drivers/gpu/drm/drm 0x12a74b74 drm_crtc_accurate_vblank_count +EXPORT_SYMBOL drivers/gpu/drm/drm 0x12f14c08 drm_atomic_get_private_obj_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0x14014dc5 drm_panel_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1551ec47 drm_mode_put_tile_group +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1558edfa drm_connector_set_panel_orientation_with_quirk +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1972db02 drm_modeset_unlock +EXPORT_SYMBOL drivers/gpu/drm/drm 0x19f98a9c drm_invalid_op +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1a411479 drm_syncobj_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1b9eb056 drm_connector_attach_privacy_screen_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1c37f5e8 drm_mode_probed_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1c5c0d31 drm_crtc_handle_vblank +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1ca62a53 drm_atomic_set_mode_for_crtc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1d1181ad drm_clflush_pages +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1dc4a484 drm_edid_read_ddc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1e1cca5e drm_crtc_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1e376f08 drm_gem_object_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1e87c449 drm_encoder_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1f9f734e drm_bridge_chain_mode_fixup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x205b316b __drmm_mutex_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2075b18e drm_connector_attach_tv_margin_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0x207783cd drm_vblank_work_cancel_sync +EXPORT_SYMBOL drivers/gpu/drm/drm 0x20b8840c drm_modeset_backoff +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2125d0f5 drm_connector_attach_privacy_screen_provider +EXPORT_SYMBOL drivers/gpu/drm/drm 0x21557abb drm_send_event_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2183c08c drm_mm_scan_add_block +EXPORT_SYMBOL drivers/gpu/drm/drm 0x218ad101 drm_property_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0x247bb9f6 drm_atomic_normalize_zpos +EXPORT_SYMBOL drivers/gpu/drm/drm 0x24993e50 drm_edid_are_equal +EXPORT_SYMBOL drivers/gpu/drm/drm 0x249d71ef drm_bridge_chain_pre_enable +EXPORT_SYMBOL drivers/gpu/drm/drm 0x24d124ac drm_mode_equal_no_clocks_no_stereo +EXPORT_SYMBOL drivers/gpu/drm/drm 0x25648ba0 drm_state_dump +EXPORT_SYMBOL drivers/gpu/drm/drm 0x25daad93 __drm_mm_interval_first +EXPORT_SYMBOL drivers/gpu/drm/drm 0x263ebc15 drm_vblank_work_flush +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2696e1eb drm_connector_set_panel_orientation +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2754dad8 drm_mm_reserve_node +EXPORT_SYMBOL drivers/gpu/drm/drm 0x282787e3 drm_atomic_state_default_clear +EXPORT_SYMBOL drivers/gpu/drm/drm 0x28515fe8 drm_atomic_state_clear +EXPORT_SYMBOL drivers/gpu/drm/drm 0x286f3b1c drm_sysfs_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0x28779e52 drm_printf +EXPORT_SYMBOL drivers/gpu/drm/drm 0x29de3f99 drm_bridge_chain_disable +EXPORT_SYMBOL drivers/gpu/drm/drm 0x29f078d1 drm_mode_legacy_fb_format +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2a0d1d49 drm_panel_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2a9260de drm_gem_unlock_reservations +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2a962499 drm_mm_scan_init_with_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2c7d9e5e drm_crtc_init_with_planes +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2de537d7 drm_writeback_connector_init_with_encoder +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2e943ec1 drm_framebuffer_plane_width +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2e9c545e drm_property_create_blob +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2ed3c600 drm_mode_debug_printmodeline +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2fe55440 drm_send_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3045d037 drm_bridge_chain_mode_set +EXPORT_SYMBOL drivers/gpu/drm/drm 0x30a0c31c drm_modeset_lock_all_ctx +EXPORT_SYMBOL drivers/gpu/drm/drm 0x30afaa47 drm_master_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0x312b30de devm_drm_bridge_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3134b374 drm_atomic_check_only +EXPORT_SYMBOL drivers/gpu/drm/drm 0x31b8a5e3 __drm_set_edid_firmware_path +EXPORT_SYMBOL drivers/gpu/drm/drm 0x328367f0 drmm_crtc_init_with_planes +EXPORT_SYMBOL drivers/gpu/drm/drm 0x32a0cc37 drm_print_bits +EXPORT_SYMBOL drivers/gpu/drm/drm 0x32c6d98c drm_gem_prime_mmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x32d84e73 drm_connector_attach_scaling_mode_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x33dd62fd drm_bridge_attach +EXPORT_SYMBOL drivers/gpu/drm/drm 0x344b9cc2 drm_print_regset32 +EXPORT_SYMBOL drivers/gpu/drm/drm 0x35d1ba4c drm_connector_set_tile_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x368db682 drm_mode_parse_command_line_for_connector +EXPORT_SYMBOL drivers/gpu/drm/drm 0x36ea6dfd drm_event_reserve_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3799e03b drm_bridge_remove +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 0x3878f04b drm_framebuffer_unregister_private +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3889e7d7 drm_gem_lock_reservations +EXPORT_SYMBOL drivers/gpu/drm/drm 0x389ae644 of_drm_get_panel_orientation +EXPORT_SYMBOL drivers/gpu/drm/drm 0x38da1cb2 drm_crtc_vblank_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0x39093b79 drm_vma_offset_manager_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x396a74fb drm_atomic_print_new_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0x397c3d27 drm_edid_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3ab2e715 devm_aperture_acquire_from_firmware +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 0x3bb8ac7d drm_any_plane_has_format +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3bbf5800 drm_object_property_get_default_value +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3bf08892 drm_connector_update_privacy_screen +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3c4e784e drm_vblank_work_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3c507100 drm_send_event_timestamp_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3c5a3927 drm_connector_create_privacy_screen_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3cdc37e9 drm_edid_to_speaker_allocation +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3d05de9d drm_gem_dmabuf_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3e3f8c5c drm_prime_get_contiguous_size +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3eb4e28d drm_edid_read_custom +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3f405489 __drm_printfn_err +EXPORT_SYMBOL drivers/gpu/drm/drm 0x40acbd6b drm_writeback_queue_job +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4403a9c3 drm_mode_get_hv_timing +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4442d3ad drm_dev_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0x444d4b31 drm_modeset_lock_single_interruptible +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4489a5e9 drm_edid_raw +EXPORT_SYMBOL drivers/gpu/drm/drm 0x456ca259 drm_aperture_remove_conflicting_pci_framebuffers +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4575a0ca drm_mode_set_crtcinfo +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4688955f drm_dev_unregister +EXPORT_SYMBOL drivers/gpu/drm/drm 0x46bc1989 drm_property_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0x46f01c90 drm_writeback_cleanup_job +EXPORT_SYMBOL drivers/gpu/drm/drm 0x470ae97a drm_gem_map_attach +EXPORT_SYMBOL drivers/gpu/drm/drm 0x48178511 drm_connector_atomic_hdr_metadata_equal +EXPORT_SYMBOL drivers/gpu/drm/drm 0x48751660 drm_atomic_get_old_private_obj_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0x489a7393 __drmm_add_action +EXPORT_SYMBOL drivers/gpu/drm/drm 0x494cde28 drm_mode_set_config_internal +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4a2eafe1 drm_crtc_set_max_vblank_count +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4a35d30d drm_mode_set_name +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4b2d4015 drm_plane_get_damage_clips +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4b5475bc drm_connector_list_iter_next +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4b7ebf95 drm_mm_remove_node +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4b8fceec drm_syncobj_get_fd +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4b935851 drm_connector_set_vrr_capable_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4c498072 drm_writeback_get_out_fence +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4d73b36c drm_vma_offset_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4e155766 __drm_atomic_helper_set_config +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4e46edae drm_syncobj_add_point +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4e6eb631 drm_connector_attach_colorspace_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4ed24578 drm_crtc_vblank_helper_get_vblank_timestamp +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4f1a9c97 __drmm_universal_plane_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4f398cbb __devm_drm_dev_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4f5df13c drm_atomic_get_new_private_obj_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4f8169e2 drm_vma_offset_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4fab5ea8 drm_mode_create_tv_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4fe74b5b drm_add_edid_modes +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4fefc5f5 drm_connector_set_link_status_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x50674de7 drm_timeout_abs_to_jiffies +EXPORT_SYMBOL drivers/gpu/drm/drm 0x506b24d4 drm_gem_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5112c79d drm_atomic_bridge_chain_enable +EXPORT_SYMBOL drivers/gpu/drm/drm 0x513072fe __drm_puts_seq_file +EXPORT_SYMBOL drivers/gpu/drm/drm 0x515e5a6e drm_framebuffer_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x521ad6d0 drm_puts +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5356283e drm_bridge_chain_enable +EXPORT_SYMBOL drivers/gpu/drm/drm 0x53fb7605 drm_hdmi_vendor_infoframe_from_display_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x545f4f89 drm_crtc_vblank_on +EXPORT_SYMBOL drivers/gpu/drm/drm 0x54b9dfef drm_gem_prime_import +EXPORT_SYMBOL drivers/gpu/drm/drm 0x55013bc3 drm_mode_validate_driver +EXPORT_SYMBOL drivers/gpu/drm/drm 0x550c4bf1 drm_property_replace_blob +EXPORT_SYMBOL drivers/gpu/drm/drm 0x55eb38da drm_format_info +EXPORT_SYMBOL drivers/gpu/drm/drm 0x570ace68 drm_crtc_vblank_reset +EXPORT_SYMBOL drivers/gpu/drm/drm 0x57698a50 drm_mm_takedown +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5794d93e drmm_connector_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x57b6efe3 drm_ioctl_flags +EXPORT_SYMBOL drivers/gpu/drm/drm 0x57c383ea drmm_mode_config_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x57f760e5 __drm_atomic_helper_disable_plane +EXPORT_SYMBOL drivers/gpu/drm/drm 0x59056243 drm_mm_replace_node +EXPORT_SYMBOL drivers/gpu/drm/drm 0x597644b1 drm_client_dev_hotplug +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5a6eef3a drm_bridge_chain_post_disable +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5ab6f8c5 drm_poll +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5ad1e07e drm_gem_vunmap_unlocked +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5bbc5d1c drm_file_get_master +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5c9ae404 drm_prime_sg_to_dma_addr_array +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5f7985a5 drm_mm_scan_remove_block +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5fbf2357 drm_panel_disable +EXPORT_SYMBOL drivers/gpu/drm/drm 0x60949223 drm_encoder_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x60a1ac52 drm_vma_node_allow_once +EXPORT_SYMBOL drivers/gpu/drm/drm 0x62ac55af drm_mode_create_aspect_ratio_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x62e3b5aa drm_gem_dmabuf_vunmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x62feecfd drm_client_register +EXPORT_SYMBOL drivers/gpu/drm/drm 0x63af13dd drm_client_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6422ace3 drm_atomic_add_affected_planes +EXPORT_SYMBOL drivers/gpu/drm/drm 0x655f1f5c drm_atomic_add_affected_connectors +EXPORT_SYMBOL drivers/gpu/drm/drm 0x65702bd6 drm_default_rgb_quant_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x66368cea drm_gem_prime_import_dev +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6745974b drm_property_blob_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0x67c6db80 drm_client_buffer_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x67d80afb drm_add_modes_noedid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x68d49e8f drm_gem_map_detach +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 0x69a87a6f drm_syncobj_find +EXPORT_SYMBOL drivers/gpu/drm/drm 0x69f143aa drm_gem_vmap_unlocked +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6a3321d9 drm_gem_handle_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6a4ed295 drm_mode_create_suggested_offset_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6ac01ea8 drm_edid_to_sad +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6ac8a541 drm_prime_pages_to_sg +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6af7fdff drm_connector_init_with_ddc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6b417215 drm_mode_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6b5acb37 drm_atomic_set_crtc_for_plane +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6bba816c drm_vblank_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6d665875 drm_hdmi_avi_infoframe_from_display_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6de930cb drm_plane_create_blend_mode_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x704587ac drm_crtc_vblank_off +EXPORT_SYMBOL drivers/gpu/drm/drm 0x706a9b4c drm_open +EXPORT_SYMBOL drivers/gpu/drm/drm 0x71221d52 drm_vma_offset_manager_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7129afc9 drm_atomic_state_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x715d746c drmm_encoder_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x71a3953c drm_mode_create_tile_group +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7289d4d0 drm_get_edid_switcheroo +EXPORT_SYMBOL drivers/gpu/drm/drm 0x72f22071 drm_calc_timestamping_constants +EXPORT_SYMBOL drivers/gpu/drm/drm 0x72f6deb2 drm_plane_create_scaling_filter_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x737caf86 drm_crtc_wait_one_vblank +EXPORT_SYMBOL drivers/gpu/drm/drm 0x73868e81 drm_syncobj_find_fence +EXPORT_SYMBOL drivers/gpu/drm/drm 0x746983e9 drm_of_crtc_port_mask +EXPORT_SYMBOL drivers/gpu/drm/drm 0x74be3491 drm_panel_of_backlight +EXPORT_SYMBOL drivers/gpu/drm/drm 0x74eaf26b drm_vma_offset_lookup_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0x74efc06b drm_dev_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0x74f9cef8 drm_atomic_bridge_chain_check +EXPORT_SYMBOL drivers/gpu/drm/drm 0x74fb7c84 __drmm_encoder_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x74fc6fbd drm_format_info_block_width +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7692d198 drm_crtc_vblank_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0x76b2e593 drm_gem_lru_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x77026de0 drm_atomic_commit +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7713c257 drm_gem_unmap_dma_buf +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7874e571 drm_set_preferred_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7b227cd6 drm_connector_attach_content_type_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7bb679ea drm_client_rotation +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7c38e21c drm_vblank_work_schedule +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7c545285 drm_edid_get_monitor_name +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7ce79b30 drm_dev_enter +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7de33167 drm_crtc_check_viewport +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7dec4fb1 drm_modeset_lock_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7e416893 drm_edid_override_connector_update +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7e7d002f drmm_kmalloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7e87f84f drm_client_modeset_commit +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7edf470b drm_edid_duplicate +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7fa78163 drm_dev_printk +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8035fc49 __drm_dev_dbg +EXPORT_SYMBOL drivers/gpu/drm/drm 0x81134b05 drm_gem_prime_fd_to_handle +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8159b417 __drm_universal_plane_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x826a3c6a drm_gem_object_lookup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8393465e drm_crtc_arm_vblank_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0x83a48969 drm_mode_object_find +EXPORT_SYMBOL drivers/gpu/drm/drm 0x83acf368 drm_atomic_state_default_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0x84d53835 drm_read +EXPORT_SYMBOL drivers/gpu/drm/drm 0x865cc571 drm_gem_dma_resv_wait +EXPORT_SYMBOL drivers/gpu/drm/drm 0x866d5a61 drm_mode_duplicate +EXPORT_SYMBOL drivers/gpu/drm/drm 0x87a36d23 drm_of_find_possible_crtcs +EXPORT_SYMBOL drivers/gpu/drm/drm 0x885f59d2 drm_framebuffer_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0x886c4c8c drm_mode_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8881626b drm_mode_validate_ycbcr420 +EXPORT_SYMBOL drivers/gpu/drm/drm 0x88f6f44d drm_event_reserve_init_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8ae33e3c drm_crtc_commit_wait +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8c35d2cf drm_mode_is_420 +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8cf414e5 drm_master_internal_acquire +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8d049ed3 drm_mode_prune_invalid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8d0591a1 drm_syncobj_get_handle +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8d6ee182 drm_connector_list_update +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8d72789e drm_edid_is_valid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8daa55fa drm_writeback_prepare_job +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8f7d7cc7 drm_connector_attach_edid_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8fef8535 drm_gem_lru_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9067902d drm_atomic_get_new_connector_for_encoder +EXPORT_SYMBOL drivers/gpu/drm/drm 0x90d9ddd1 drm_connector_list_iter_end +EXPORT_SYMBOL drivers/gpu/drm/drm 0x918c3d25 drm_plane_create_alpha_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x91c2a10a drm_panel_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0x936a2593 drm_client_buffer_vunmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x93956284 drm_atomic_set_mode_prop_for_crtc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x94da8e84 drm_mode_create_content_type_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x94fc22af drm_gtf_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x958d128c drm_connector_register +EXPORT_SYMBOL drivers/gpu/drm/drm 0x95c0f644 drm_driver_legacy_fb_format +EXPORT_SYMBOL drivers/gpu/drm/drm 0x95d4d979 drm_bridge_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0x95f62447 drm_gem_free_mmap_offset +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9681ea6c drm_client_framebuffer_flush +EXPORT_SYMBOL drivers/gpu/drm/drm 0x968612c7 drm_handle_vblank +EXPORT_SYMBOL drivers/gpu/drm/drm 0x97109da9 drm_cvt_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x971f2bc1 drm_mode_object_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0x973f73c9 drm_mode_crtc_set_gamma_size +EXPORT_SYMBOL drivers/gpu/drm/drm 0x974f7771 drm_atomic_get_old_connector_for_encoder +EXPORT_SYMBOL drivers/gpu/drm/drm 0x97a1a075 drm_connector_set_path_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x97f503c5 drm_plane_get_damage_clips_count +EXPORT_SYMBOL drivers/gpu/drm/drm 0x980bf8c9 drm_crtc_enable_color_mgmt +EXPORT_SYMBOL drivers/gpu/drm/drm 0x982d09b3 drm_format_info_block_height +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9830f4f5 drm_mode_config_reset +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9b06600b drm_gem_object_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9b285573 drm_match_cea_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9b95c885 drm_mode_match +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9b9de1c1 drm_edid_header_is_valid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9c85bc56 drm_wait_one_vblank +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9ce050be drm_mode_copy +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9e231901 drm_get_edid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9e38a419 drm_plane_create_color_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9f7fbed2 drm_mode_is_420_also +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa211ab2d drm_gem_prime_export +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa248afde drm_detect_monitor_audio +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa2fa4b22 drm_dev_unplug +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa38c4c94 drm_memcpy_from_wc +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa3f05b1e drm_modeset_unlock_all +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa5191bda drm_atomic_state_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa53152a8 drm_universal_plane_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa56ab29c drm_ioctl +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa6190823 drm_atomic_set_crtc_for_connector +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa6487608 drm_connector_has_possible_encoder +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa688ead0 drm_crtc_vblank_restore +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa7425888 drm_property_create_enum +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa887aafd drm_atomic_bridge_chain_pre_enable +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa8bf6b5d drm_plane_create_zpos_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa8eda195 drm_gem_dmabuf_mmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa913955c drm_gem_mmap_obj +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa913d77c drm_mode_plane_set_obj_prop +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa96bdb84 drm_dev_has_vblank +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa9ae332d drm_connector_attach_max_bpc_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xaa7694fc drm_crtc_from_index +EXPORT_SYMBOL drivers/gpu/drm/drm 0xabf869c3 drm_dev_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0xac8acb5f drm_mode_create_from_cmdline_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0xad4e902b drm_color_ctm_s31_32_to_qm_n +EXPORT_SYMBOL drivers/gpu/drm/drm 0xade0a55e drm_edid_connector_update +EXPORT_SYMBOL drivers/gpu/drm/drm 0xadeeec54 drm_event_cancel_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0xadf8dff6 drm_ioctl_kernel +EXPORT_SYMBOL drivers/gpu/drm/drm 0xae277372 __drm_crtc_commit_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0xaee9d278 drm_writeback_connector_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xaf285852 drm_dev_set_unique +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb0567850 drm_master_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb11ac7a7 __drm_err +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb1989ab2 drm_property_create_range +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 0xb3b1df56 drm_syncobj_create +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 0xb4b3d66b drm_modeset_acquire_fini +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb512c3f1 drm_connector_attach_encoder +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb52cda4c drm_vma_node_is_allowed +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb546b11c drm_av_sync_delay +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb58869cb drm_connector_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb5e0c177 drm_dev_register +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb6127243 drm_need_swiotlb +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb6906bbf drm_client_modeset_commit_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb6ebbf9b drm_gem_vm_open +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb72cfaa8 drm_mode_object_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb73d8cbf drm_color_lut_check +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb851c58b drm_crtc_create_scaling_filter_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb96586ad drm_property_add_enum +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 0xba5bc029 drm_put_dev +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbab33cb1 __drmm_add_action_or_reset +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbc6d1cc5 drm_object_property_get_value +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbd2ccdff drm_plane_create_zpos_immutable_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbdac567a drm_display_info_set_bus_formats +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbe804f34 drm_is_current_master +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc05fee8e drm_vma_node_allow +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc1c8c42c __drmm_crtc_alloc_with_planes +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc23b89c8 drm_property_lookup_blob +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc2ac21cc drm_plane_from_index +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc31caee2 drm_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc3429089 drm_panel_enable +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc40694d1 drm_modeset_drop_locks +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc41b3ce8 drm_get_format_info +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc43fe84d drm_crtc_vblank_helper_get_vblank_timestamp_internal +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc46f6bf9 drm_prime_sg_to_page_array +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc4725ada drm_connector_attach_hdr_output_metadata_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc475b05a drm_edid_get_panel_id +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc5ce9af3 drm_clflush_sg +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc6508d47 drm_of_component_probe +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc9d57068 drm_modeset_acquire_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xca71b7bb drm_aperture_remove_conflicting_framebuffers +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcae5d162 drm_crtc_send_vblank_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcbae6160 drm_bridge_chain_mode_valid +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcd9dbdab drm_gem_handle_delete +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcdb99cc9 drm_mode_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xce12b296 drm_modeset_lock +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcfffd364 drm_release_noglobal +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd01606f1 of_drm_find_bridge +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd0415e47 drm_atomic_get_connector_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd0526d46 drm_atomic_get_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd13f9985 drm_edid_block_valid +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd18b1e1c drm_framebuffer_lookup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd5c77a3b drm_property_create_object +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd6206dba drm_atomic_bridge_chain_disable +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 0xd7d8e576 drm_client_modeset_dpms +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd874bc41 drm_noop +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd8c90dee drm_panel_prepare +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd99d1719 drm_gem_private_object_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xda259d73 drm_atomic_get_old_bridge_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdb446443 drm_gem_create_mmap_offset +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdc30e39a drm_gem_dmabuf_export +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdc49830a drm_mode_create_dvi_i_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdf37326d drm_mode_create_hdmi_colorspace_property +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 0xe0b9e6b7 drm_modeset_lock_all +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe0f9c991 drm_plane_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe1750179 drm_property_blob_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe1d902b3 drm_atomic_bridge_chain_post_disable +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe24c4bb8 drm_gem_lru_scan +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe317082a __drm_printfn_info +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe4f1ccfb drm_mode_config_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe4f29097 drm_connector_unregister +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe50b97ed drm_gem_map_dma_buf +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe633a4cd drm_format_info_bpp +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe71e6c51 drm_panel_unprepare +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe73ef1cd drm_gem_get_pages +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe75f7392 drm_connector_update_edid_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe8a034df drm_dev_exit +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe9acce52 drm_gem_vunmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0xea00fe81 __drm_printfn_coredump +EXPORT_SYMBOL drivers/gpu/drm/drm 0xea6115a8 drm_gem_lru_move_tail +EXPORT_SYMBOL drivers/gpu/drm/drm 0xea9763fb drm_property_create_bitmask +EXPORT_SYMBOL drivers/gpu/drm/drm 0xeb391c3d drm_plane_create_rotation_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xeb63ff51 drm_gem_put_pages +EXPORT_SYMBOL drivers/gpu/drm/drm 0xebb877c7 drm_gem_dmabuf_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0xede94fc7 drm_object_property_set_value +EXPORT_SYMBOL drivers/gpu/drm/drm 0xeefdb366 drm_gem_prime_handle_to_fd +EXPORT_SYMBOL drivers/gpu/drm/drm 0xef47ed78 drm_atomic_set_fb_for_plane +EXPORT_SYMBOL drivers/gpu/drm/drm 0xefba9e7b drm_crtc_vblank_count_and_time +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf0517d7a drm_mm_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf0803e24 drm_client_framebuffer_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf0e2f78b drm_debugfs_create_files +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf1366878 drm_gem_objects_lookup +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 0xf3046719 drm_framebuffer_plane_height +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf3d48f04 of_drm_find_panel +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf406e46a drm_get_connector_type_name +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf44fb274 drm_gem_mmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf4801741 drm_connector_list_iter_begin +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf4ce900d drm_atomic_add_encoder_bridges +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf4e95ff5 drm_connector_attach_dp_subconnector_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf52e9671 drm_writeback_signal_completion +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf62c6864 drm_crtc_vblank_waitqueue +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf6fdbba1 drm_hdmi_avi_infoframe_quant_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf7905aff drm_prime_gem_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf7a1b33e drm_atomic_get_bridge_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf7b7ced2 drm_master_internal_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf7ccd0d2 drm_atomic_nonblocking_commit +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf824c7db __drm_printfn_debug +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf89e455c drm_gem_vm_close +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf8c205d6 drm_connector_oob_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf9a5ebd7 drm_vma_node_revoke +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfbb2322a drm_sysfs_connector_status_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfc020b8c drm_panel_get_modes +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfc64f0b9 drm_property_replace_global_blob +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfcc35adf drm_plane_enable_fb_damage_clips +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfcf69b98 drm_object_attach_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfd4346ca drm_property_create_bool +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfd734fba drm_mode_find_dmt +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfeb0bb1b drm_mode_create_tv_margin_properties +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 0x5cf389c9 drm_gem_dma_print_info +EXPORT_SYMBOL drivers/gpu/drm/drm_dma_helper 0x896fd312 drm_gem_dma_prime_import_sg_table_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x00c96807 drm_fb_helper_pan_display +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x029752d1 drm_fb_helper_blank +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x06dc567d __drm_gem_reset_shadow_plane +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x09582433 drm_fb_helper_deferred_io +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x0a1123b6 drm_helper_resume_force_mode +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x0a4be0c3 drm_atomic_helper_crtc_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x0a5ad4fb drm_fb_helper_sys_fillrect +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x0c8c5301 drm_atomic_helper_commit_modeset_enables +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x0cbc8f96 __drm_atomic_helper_crtc_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x0dc9de6e drm_helper_connector_dpms +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x0e5e4b61 drm_fb_helper_unregister_info +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x103ad4da devm_drm_of_get_bridge +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x10b53d27 drm_gem_simple_kms_destroy_shadow_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x10deb043 drm_kms_helper_poll_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x12af7e51 drm_gem_fb_begin_cpu_access +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x16746549 drm_atomic_helper_damage_iter_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x1823d217 __drm_atomic_helper_plane_state_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x1853740c drm_atomic_helper_commit_tail +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x194be052 drm_connector_helper_get_modes_from_ddc +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x19e80ea4 drm_atomic_helper_page_flip_target +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x1bde8199 drm_fb_helper_check_var +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x1d31464e drm_i2c_encoder_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x20a496aa __drm_atomic_helper_bridge_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x20d573dd drm_fb_helper_fill_info +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x20e3a79f drm_fb_helper_debug_enter +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2308b828 drm_fb_helper_set_suspend +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x23cb48bd drm_crtc_helper_atomic_check +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2596d81c drm_atomic_helper_commit +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x25aedc3b drm_fb_helper_set_suspend_unlocked +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x25c44adf drm_fb_helper_set_par +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x265df29d drm_gem_simple_kms_duplicate_shadow_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x26861aef drm_fb_xrgb8888_to_mono +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x28040eda drm_atomic_helper_commit_modeset_disables +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x283f8852 drm_atomic_helper_bridge_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2938351b drm_kms_helper_poll_disable +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2b7d1d80 drm_fb_build_fourcc_list +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2d50570f drm_rect_calc_hscale +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2ee477ac __drm_atomic_helper_plane_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2f7dbc2c drm_atomic_helper_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2f86597d drm_connector_helper_get_modes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x304af691 drm_fb_swab +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x313c0ddd drm_atomic_helper_commit_hw_done +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x32419e5c drm_fb_xrgb8888_to_gray8 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3446cd74 drm_atomic_helper_setup_commit +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x361a2994 drm_self_refresh_helper_alter_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x37f746a6 drm_connector_helper_hpd_irq_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x38342e1f drm_simple_display_pipe_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3917301d drm_atomic_helper_check_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x392f9b7e drm_kms_helper_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x39cb4c5d drm_crtc_helper_mode_valid_fixed +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x39f1b7d4 drm_i2c_encoder_mode_fixup +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3a3adc1c drm_fb_xrgb8888_to_xrgb2101010 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3a65a395 drm_fb_helper_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3ad5cb64 drm_atomic_helper_resume +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4101dc19 drm_atomic_helper_check +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x434f6752 drm_helper_probe_single_connector_modes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x43d7812a drm_plane_helper_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x44846679 drm_atomic_helper_commit_tail_rpm +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4834906a drm_flip_work_commit +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x490afe76 drm_crtc_helper_set_config +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4aea2829 drm_atomic_helper_bridge_propagate_bus_fmt +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4bb6fe28 __drm_atomic_helper_connector_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4c2af30e drm_atomic_helper_commit_cleanup_done +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4d4bdcba drm_mode_config_helper_resume +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4e8b3e43 drm_fbdev_generic_setup +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4eda9094 drm_atomic_helper_plane_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4f18fa11 drm_atomic_helper_disable_planes_on_crtc +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4f33b66c drm_gem_duplicate_shadow_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x508bd39c drm_i2c_encoder_restore +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x51781161 drm_fb_helper_fini +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x53bbb76e drm_atomic_helper_check_crtc_primary_plane +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x550d3514 drm_atomic_helper_commit_duplicated_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x569985b9 drm_plane_helper_disable_primary +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5832cf18 drm_gem_simple_kms_begin_shadow_fb_access +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x588940f0 drm_atomic_helper_crtc_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x58e8f574 drm_atomic_helper_connector_destroy_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5a4734d1 drm_kms_helper_is_poll_worker +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5b915436 drm_fb_helper_cfb_imageblit +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5c7c4e74 drm_fb_xrgb8888_to_rgb565 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5ca5dc73 drm_atomic_helper_update_plane +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5f2bd089 drm_plane_helper_atomic_check +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x60616522 drm_self_refresh_helper_update_avg_times +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6076d347 drm_gem_fb_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x61a88b10 drm_helper_force_disable_all +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x61c5553f drm_fb_helper_sys_write +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x61e654bb drm_fb_helper_cfb_copyarea +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x630fd04a __drm_atomic_helper_plane_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x63951e84 drm_atomic_helper_check_wb_encoder_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x64ed5c98 drm_atomic_helper_cleanup_planes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x65073225 drm_gem_simple_kms_end_shadow_fb_access +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x654ac66d __drm_gem_duplicate_shadow_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x689d7692 drm_crtc_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x68fb268a drmm_of_get_bridge +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6a520e8a drm_gem_fb_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6b0b9550 drm_flip_work_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6b0dd1d3 drm_crtc_helper_set_mode +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 0x707e7465 drm_atomic_helper_damage_merged +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x74da2ff1 drm_i2c_encoder_save +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x778794be drm_gem_fb_end_cpu_access +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7b595c3f drm_atomic_helper_commit_planes_on_crtc +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7df715f1 drm_helper_crtc_in_use +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7e016d38 drm_flip_work_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7f62b181 drm_helper_hpd_irq_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7f86f3e9 drm_fb_helper_initial_config +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x80aeb342 drm_fb_helper_cfb_write +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x80e07f1e drm_i2c_encoder_commit +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x82f19fb7 drm_atomic_helper_crtc_destroy_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x82fba9ca __drm_atomic_helper_connector_state_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x831c3243 __drm_atomic_helper_connector_destroy_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x83216e47 drm_fb_helper_ioctl +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x83edb66e drm_panel_bridge_add_typed +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x84043050 __drm_gem_destroy_shadow_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x84754c3a drm_panel_bridge_set_orientation +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x853a5aed drm_simple_display_pipe_attach_bridge +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x85d6f4a9 drm_panel_bridge_remove +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x871ab41a drm_rect_intersect +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8939da21 drm_atomic_helper_async_check +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8ac5b27f drm_atomic_helper_shutdown +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8d5425a4 drm_kms_helper_connector_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8fb2f214 drm_fb_memcpy +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x90849d5d __drmm_simple_encoder_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x90a24248 drm_fb_xrgb8888_to_rgb888 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x91caf825 drm_atomic_helper_async_commit +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x91fec1cc drm_rect_calc_vscale +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9470dbb1 drm_i2c_encoder_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x969a43f8 drm_atomic_helper_plane_destroy_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x99fd20aa drm_rect_clip_scaled +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9d2289a6 drm_atomic_helper_commit_planes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9df3ef34 drm_gem_destroy_shadow_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9e0579a7 drm_fb_helper_restore_fbdev_mode_unlocked +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9e9d284e __drm_atomic_helper_plane_destroy_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9ed13ff7 drm_helper_mode_fill_fb_struct +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9f347f89 drm_atomic_helper_check_planes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9f3f17a2 drm_helper_move_panel_connectors_to_head +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa035fd00 drm_gem_fb_vunmap +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa081b95f drm_fb_helper_prepare +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa0eeb707 drm_fb_helper_lastclose +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa178dc86 drm_fb_helper_debug_leave +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa1c46b1d drm_atomic_helper_connector_tv_margins_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa1d0dda3 drm_fb_blit +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa5e3ce69 drm_kms_helper_poll_fini +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa92d2b43 __drm_atomic_helper_crtc_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xaa786906 drm_atomic_helper_suspend +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xac525566 drm_atomic_helper_calc_timestamping_constants +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xacdb9185 drm_gem_simple_display_pipe_prepare_fb +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xaedfd489 drm_kms_helper_poll_enable +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xafab2d3e drm_atomic_helper_wait_for_dependencies +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb053adda drm_rect_rotate +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb06be0a9 drm_fb_helper_alloc_info +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb1c48676 drm_fb_helper_cfb_fillrect +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb28d1b6b drm_atomic_helper_fake_vblank +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb338960a drm_atomic_helper_bridge_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb3c9583e drm_atomic_helper_update_legacy_modeset_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb6a6b711 drm_fb_clip_offset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb80ffafd drm_atomic_helper_wait_for_vblanks +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb8be19a0 drm_helper_probe_detect +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb9eb2ac8 drm_atomic_helper_plane_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xbabd3ae2 drm_gem_simple_kms_reset_shadow_plane +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xbb94e7db drm_atomic_helper_wait_for_flip_done +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xbd2a28ce drm_fb_helper_cfb_read +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc03ab642 drm_fb_helper_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc092d2d2 __drm_atomic_helper_crtc_destroy_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc0f31bd7 __drm_atomic_helper_private_obj_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc0f5570b drm_atomic_helper_connector_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc3c33d06 drm_i2c_encoder_dpms +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc40470c1 drm_atomic_helper_connector_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc5e62ec8 drm_helper_encoder_in_use +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc8c46bb3 drm_atomic_helper_check_modeset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc8c63105 drm_fb_helper_setcmap +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xcb2340b8 drm_rect_debug_print +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xcc2973c0 drm_atomic_helper_disable_plane +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xcc9d6cf6 drm_self_refresh_helper_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xcecc4f68 drm_mode_config_helper_suspend +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xcf11a549 drm_flip_work_allocate_task +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xcf9cf4b7 drm_gem_begin_shadow_fb_access +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xcfb33555 drm_fb_helper_output_poll_changed +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xcff5051e drm_atomic_helper_bridge_destroy_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd046097e drm_panel_bridge_connector +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd103c692 drm_atomic_helper_page_flip +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd15399e3 drm_gem_fb_create_handle +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd1ae0039 drm_i2c_encoder_prepare +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd1fc5f14 drm_flip_work_queue +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd415c011 drm_atomic_helper_check_plane_damage +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd559a1c8 drm_plane_helper_update_primary +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd596b383 drm_simple_encoder_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd6728262 drm_atomic_helper_wait_for_fences +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd7f7b948 drm_i2c_encoder_detect +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd8855d8e drm_fb_helper_sys_read +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd8f8af0d drm_bridge_is_panel +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xda780636 drm_fb_helper_sys_copyarea +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xdc833fbb drm_flip_work_queue_task +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xdd14fc66 drm_self_refresh_helper_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xdd299a2c drm_fb_xrgb8888_to_rgb332 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xddcf2614 drm_atomic_helper_disable_all +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xdf138b40 drm_panel_bridge_add +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe21b0d42 drm_gem_reset_shadow_plane +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe3b2fe8a drmm_panel_bridge_add +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe5f6668e drm_helper_disable_unused_functions +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe735119f __drm_atomic_helper_bridge_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe7e6b95a drm_atomic_helper_swap_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe864a1e7 drm_connector_helper_get_modes_fixed +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe97bbde3 drm_atomic_helper_prepare_planes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xeac064a3 drm_atomic_helper_set_config +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xec089f52 __drm_atomic_helper_crtc_state_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xee2e6251 __drm_atomic_helper_connector_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xee68ec83 drm_atomic_helper_dirtyfb +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xef50be04 drm_gem_end_shadow_fb_access +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf15563fe drm_fb_helper_sys_imageblit +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf15e64c5 drm_i2c_encoder_mode_set +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf6cc6115 devm_drm_panel_bridge_add +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xfa915da4 devm_drm_panel_bridge_add_typed +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x020ccc5c mipi_dbi_buf_copy +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x148533ab mipi_dbi_command_read +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x154f4e38 mipi_dbi_spi_init +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x2432cb27 mipi_dbi_debugfs_init +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x25010c0e mipi_dbi_hw_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x266f582d mipi_dbi_pipe_update +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x36862a52 mipi_dbi_pipe_disable +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x4af100ee mipi_dbi_poweron_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x76784a61 mipi_dbi_poweron_conditional_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x79ea61e2 mipi_dbi_enable_flush +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xa3ed5b45 mipi_dbi_command_buf +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xaa7b4da6 mipi_dbi_spi_transfer +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xab92cb42 mipi_dbi_spi_cmd_max_speed +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xb1c7abef mipi_dbi_dev_init +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xb48589a8 mipi_dbi_display_is_on +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xc4ebdadd mipi_dbi_pipe_mode_valid +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xe5e23421 mipi_dbi_command_stackbuf +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xf859af21 mipi_dbi_dev_init_with_formats +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0x1ab5650d drm_gem_shmem_unpin +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0x37294cbb drm_gem_shmem_put_pages +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0x570666c2 drm_gem_shmem_vunmap +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0x6419c19a drm_gem_shmem_purge +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0x74bf21ba drm_gem_shmem_print_info +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0x7fa30526 drm_gem_shmem_pin +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0x81bbb4a3 drm_gem_shmem_madvise +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0x9787799c drm_gem_shmem_purge_locked +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0x9927f4d5 drm_gem_shmem_get_pages +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0xcc776623 drm_gem_shmem_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm_ttm_helper 0x2b804070 drm_gem_ttm_mmap +EXPORT_SYMBOL drivers/gpu/drm/drm_ttm_helper 0x6a8f95be drm_gem_ttm_print_info +EXPORT_SYMBOL drivers/gpu/drm/drm_ttm_helper 0x994d9183 drm_gem_ttm_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm_ttm_helper 0xc063f9a8 drm_gem_ttm_dumb_map_offset +EXPORT_SYMBOL drivers/gpu/drm/drm_ttm_helper 0xc5c42762 drm_gem_ttm_vunmap +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x0265c0ae drm_gem_vram_unpin +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x1f429c92 drm_gem_vram_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x2a6696bc drm_gem_vram_driver_dumb_create +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x30b3439e drm_gem_vram_simple_display_pipe_cleanup_fb +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x4a23cf04 drm_gem_vram_simple_display_pipe_prepare_fb +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x4e5a8838 drm_gem_vram_create +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x7171eb7c drm_gem_vram_put +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x7bb2cb96 drm_vram_mm_debugfs_init +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x84908bea drmm_vram_helper_init +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x9f161ffb drm_gem_vram_pin +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0xb7c2e590 drm_gem_vram_plane_helper_cleanup_fb +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0xbdd79104 drm_gem_vram_offset +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0xd59b7673 drm_vram_helper_mode_valid +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0xdae2efc0 drm_gem_vram_plane_helper_prepare_fb +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0xe02badeb drm_gem_vram_vunmap +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0xe7cad74f drm_gem_vram_fill_create_dumb +EXPORT_SYMBOL drivers/gpu/drm/rockchip/rockchipdrm 0x3fd0a165 rockchip_drm_wait_vact_end +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x09c4b9a5 drm_sched_entity_init +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x0ae903f6 drm_sched_resubmit_jobs +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x142b9b6b drm_sched_entity_destroy +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x215a62f2 drm_sched_stop +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x2ffe45df drm_sched_entity_modify_sched +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x3cd33d55 drm_sched_job_init +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x4deb63b2 drm_sched_fini +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x53418ba4 drm_sched_entity_flush +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x7948fa6c drm_sched_job_arm +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x7c200772 drm_sched_job_cleanup +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x87228a6c drm_sched_entity_set_priority +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x8c7cff90 drm_sched_resume_timeout +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x8f22345b drm_sched_increase_karma +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x969cea27 drm_sched_init +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xba51776e drm_sched_fault +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xc21b563b drm_sched_entity_push_job +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xc918f5a5 drm_sched_job_add_resv_dependencies +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xcfcb2d13 drm_sched_job_add_dependency +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xd3801740 drm_sched_suspend_timeout +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xdc8fb71d drm_sched_job_add_implicit_dependencies +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xe56ddc15 drm_sched_start +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xef6240a5 drm_sched_pick_best +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xf36bb5d4 drm_sched_entity_fini +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xfd16c6fe to_drm_sched_fence +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x05e34746 ttm_bo_vm_close +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x09b13583 ttm_range_man_init_nocheck +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x0b145b62 ttm_resource_manager_usage +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x16ea0c5f ttm_bo_move_memcpy +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x17e78c92 ttm_device_clear_dma_mappings +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x1936d0b9 ttm_bo_move_to_lru_tail +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x1a71d30c ttm_move_memcpy +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x1cc1fb26 ttm_bo_vmap +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x1e32f92a ttm_bo_move_sync_cleanup +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x1f78db46 ttm_bo_vm_dummy_page +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x200c0ac0 ttm_device_swapout +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x236b9a42 ttm_range_man_fini_nocheck +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x27e7dd08 ttm_bo_lock_delayed_workqueue +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x28dbeaa1 ttm_bo_vm_open +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x2cb68a90 ttm_bo_vunmap +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x2f1f6bc6 ttm_bo_kmap +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x31f8a866 ttm_resource_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x32d8c556 ttm_bo_init_validate +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x3df1076d ttm_bo_eviction_valuable +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x47b2deb2 ttm_tt_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x4acd55d5 ttm_bo_put +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x4c98a409 ttm_resource_manager_debug +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x51fc0333 ttm_bo_mem_space +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x5401584b ttm_lru_bulk_move_tail +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x56b90c2e ttm_bo_vm_reserve +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x591ee745 ttm_pool_free +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x59bb29ed ttm_lru_bulk_move_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x5f80a27b ttm_eu_reserve_buffers +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x5ffb1d73 ttm_bo_unmap_virtual +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x60204e39 ttm_io_prot +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x636fc1c4 ttm_resource_compat +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x637ab3c8 ttm_eu_fence_buffer_objects +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x64f10764 ttm_device_fini +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x6f8ac4d0 ttm_global_swapout +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x737c1854 ttm_bo_init_reserved +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x7c368fc0 ttm_glob +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x7cdd717e ttm_resource_manager_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x87aae0e9 ttm_bo_wait +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x88f4b7d3 ttm_resource_free +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x898eb0d6 ttm_kmap_iter_iomap_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x89d0d04d ttm_eu_backoff_reservation +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x9649f38b ttm_tt_fini +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x9712cff0 ttm_bo_unpin +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xa45ca366 ttm_bo_move_accel_cleanup +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xa66f5447 ttm_resource_fini +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xa67a0237 ttm_resource_manager_create_debugfs +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xa6a31d7c ttm_bo_set_bulk_move +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xafcb1f51 ttm_bo_vm_fault +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xb14b8aac ttm_bo_kunmap +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xb97fdf0a ttm_sg_tt_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xc06f65fb ttm_pool_alloc +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xc306cdff ttm_resource_manager_evict_all +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xcfca43ca ttm_bo_unlock_delayed_workqueue +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xd1db1f90 ttm_bo_mmap_obj +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xd8a539bc ttm_bo_pin +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xde7037bb ttm_device_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xe086360e ttm_bo_vm_fault_reserved +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xf3a1d609 ttm_bo_validate +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xf6304d0c ttm_tt_populate +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xfb6e0584 ttm_bo_vm_access +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xfcca709e ttm_kmap_iter_tt_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xffe2fe37 ttm_pool_debugfs +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x0474543b host1x_client_suspend +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x06b3a76f tegra_mipi_request +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x0d993afb host1x_job_get +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x1703e4f4 host1x_syncpt_put +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x2ec30800 host1x_syncpt_read_min +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x38712f03 host1x_job_unpin +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x399b6570 host1x_job_pin +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x3ac19c22 host1x_get_dma_mask +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x3ce8eb2f host1x_job_submit +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x40a28d92 host1x_syncpt_wait +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x42f09272 host1x_syncpt_read +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x430e1865 host1x_bo_unpin +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x51de13ce host1x_syncpt_base_id +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x52f4b5e0 host1x_channel_put +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x5483f125 host1x_device_init +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x57553ccd host1x_fence_create +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x57b8d146 host1x_job_add_gather +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x5e9df6db host1x_syncpt_get +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x61927b78 host1x_syncpt_incr_max +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x61cc53a1 host1x_syncpt_incr +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x72e78e54 tegra_mipi_start_calibration +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x855cd38b host1x_channel_request +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x8730809e host1x_client_resume +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x8871f30b host1x_syncpt_id +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x9451a33e tegra_mipi_free +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x979a6dd2 __host1x_client_init +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x9a7a6c21 __host1x_client_register +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x9f649027 host1x_bo_pin +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xa1f9a216 host1x_channel_get +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xa733ff60 tegra_mipi_disable +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xbcbe65a0 tegra_mipi_finish_calibration +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xbd13ea09 host1x_job_add_wait +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xc3c9a10b host1x_device_exit +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xc50ebd25 host1x_syncpt_get_by_id +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xcc423999 host1x_job_put +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xd002314c host1x_syncpt_release_vblank_reservation +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xdbfe5eba host1x_client_exit +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xe1f83068 host1x_channel_stop +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xe2e864f5 host1x_driver_register_full +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xea9de0f9 host1x_driver_unregister +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xed1902ab host1x_syncpt_get_base +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xefd16f31 host1x_client_unregister +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xf0603273 host1x_syncpt_alloc +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xf077a064 host1x_syncpt_read_max +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xf12db404 host1x_syncpt_get_by_id_noref +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xf8a79b19 tegra_mipi_enable +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xf8f01045 host1x_syncpt_request +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xfc727e6a host1x_job_alloc +EXPORT_SYMBOL drivers/hid/hid 0x9e639b35 hid_bus_type +EXPORT_SYMBOL drivers/hwmon/adt7x10 0xeb3ff2d7 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 0xd27652cd ltc2947_pm_ops +EXPORT_SYMBOL drivers/hwmon/sch56xx-common 0x01568393 sch56xx_read_virtual_reg +EXPORT_SYMBOL drivers/hwmon/sch56xx-common 0x96ec3b26 sch56xx_read_virtual_reg12 +EXPORT_SYMBOL drivers/hwmon/sch56xx-common 0xaa17a737 sch56xx_write_virtual_reg +EXPORT_SYMBOL drivers/hwmon/sch56xx-common 0xb37b9b81 sch56xx_read_virtual_reg16 +EXPORT_SYMBOL drivers/hwmon/sch56xx-common 0xc3e17186 sch56xx_watchdog_register +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-bit 0x5d55ba6c i2c_bit_add_numbered_bus +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-bit 0xa0838a63 i2c_bit_add_bus +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-bit 0xb222ba53 i2c_bit_algo +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-pca 0x184569b0 i2c_pca_add_numbered_bus +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-pca 0x78803a03 i2c_pca_add_bus +EXPORT_SYMBOL drivers/i2c/busses/i2c-amd756 0x133c8432 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 0x6f90ec1e iio_triggered_buffer_setup_ext +EXPORT_SYMBOL drivers/iio/buffer/industrialio-triggered-buffer 0xfbc649bf iio_triggered_buffer_cleanup +EXPORT_SYMBOL drivers/iio/buffer/kfifo_buf 0x5df1bc44 iio_kfifo_free +EXPORT_SYMBOL drivers/iio/buffer/kfifo_buf 0xcb769f84 iio_kfifo_allocate +EXPORT_SYMBOL drivers/iio/imu/fxos8700_core 0x553ce305 fxos8700_regmap_config +EXPORT_SYMBOL drivers/iio/industrialio 0x11ff8ab5 iio_device_alloc +EXPORT_SYMBOL drivers/iio/industrialio 0x15c328e8 iio_trigger_poll_chained +EXPORT_SYMBOL drivers/iio/industrialio 0x168f2085 iio_trigger_notify_done +EXPORT_SYMBOL drivers/iio/industrialio 0x2612af7c iio_trigger_validate_own_device +EXPORT_SYMBOL drivers/iio/industrialio 0x261718a1 __iio_trigger_alloc +EXPORT_SYMBOL drivers/iio/industrialio 0x28687a34 iio_trigger_unregister +EXPORT_SYMBOL drivers/iio/industrialio 0x28707f84 iio_bus_type +EXPORT_SYMBOL drivers/iio/industrialio 0x2d6bcdcb iio_trigger_generic_data_rdy_poll +EXPORT_SYMBOL drivers/iio/industrialio 0x341129cf iio_trigger_using_own +EXPORT_SYMBOL drivers/iio/industrialio 0x429d75c6 __iio_device_register +EXPORT_SYMBOL drivers/iio/industrialio 0x59592aa9 iio_trigger_poll +EXPORT_SYMBOL drivers/iio/industrialio 0x61bada32 iio_device_unregister +EXPORT_SYMBOL drivers/iio/industrialio 0x66d118f1 iio_trigger_register +EXPORT_SYMBOL drivers/iio/industrialio 0x8a9a00c8 iio_read_const_attr +EXPORT_SYMBOL drivers/iio/industrialio 0x8eda7363 iio_get_time_ns +EXPORT_SYMBOL drivers/iio/industrialio 0x9cd39b1a iio_read_mount_matrix +EXPORT_SYMBOL drivers/iio/industrialio 0xab552b85 iio_buffer_init +EXPORT_SYMBOL drivers/iio/industrialio 0xabe7e971 iio_trigger_free +EXPORT_SYMBOL drivers/iio/industrialio 0xb9e3af90 iio_device_set_clock +EXPORT_SYMBOL drivers/iio/industrialio 0xc43a196a iio_device_free +EXPORT_SYMBOL drivers/iio/industrialio 0xce943468 iio_trigger_set_immutable +EXPORT_SYMBOL drivers/iio/industrialio 0xdf2acb86 iio_device_get_clock +EXPORT_SYMBOL drivers/iio/industrialio 0xdf76bbeb iio_pollfunc_store_time +EXPORT_SYMBOL drivers/iio/industrialio 0xf488846d iio_push_event +EXPORT_SYMBOL drivers/iio/industrialio-configfs 0x6ec0fa9c iio_configfs_subsys +EXPORT_SYMBOL drivers/iio/industrialio-sw-device 0x2f87e73c iio_sw_device_create +EXPORT_SYMBOL drivers/iio/industrialio-sw-device 0x53bc9c01 iio_register_sw_device_type +EXPORT_SYMBOL drivers/iio/industrialio-sw-device 0x66dab7ff iio_unregister_sw_device_type +EXPORT_SYMBOL drivers/iio/industrialio-sw-device 0x7576fcf2 iio_sw_device_destroy +EXPORT_SYMBOL drivers/iio/industrialio-sw-trigger 0x05cf7eb9 iio_sw_trigger_destroy +EXPORT_SYMBOL drivers/iio/industrialio-sw-trigger 0x2950a2f3 iio_register_sw_trigger_type +EXPORT_SYMBOL drivers/iio/industrialio-sw-trigger 0x4d03301d iio_sw_trigger_create +EXPORT_SYMBOL drivers/iio/industrialio-sw-trigger 0x613d4333 iio_unregister_sw_trigger_type +EXPORT_SYMBOL drivers/iio/industrialio-triggered-event 0x8594134e iio_triggered_event_setup +EXPORT_SYMBOL drivers/iio/industrialio-triggered-event 0x88f39171 iio_triggered_event_cleanup +EXPORT_SYMBOL drivers/iio/pressure/bmp280 0x69500911 bmp280_dev_pm_ops +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x02bcbdfc ib_cm_notify +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x04826b30 ib_cm_listen +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x4690eb6b ib_create_cm_id +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x478d39c4 ib_send_cm_rtu +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x4a1e90a5 ib_send_cm_rep +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x5e71f82c ib_cm_insert_listen +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x66b13d81 ib_send_cm_sidr_rep +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x69824a14 ibcm_reject_msg +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x7ccaaabd ib_send_cm_drep +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x84b614ea ib_send_cm_dreq +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x85f50545 ib_send_cm_mra +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x98a9168d ib_cm_init_qp_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x99752b2e ib_send_cm_rej +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xa8866a7b ib_send_cm_sidr_req +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xf13e7897 ib_destroy_cm_id +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xf8c729ed ib_send_cm_req +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0009055f rdma_alloc_netdev +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x00cd25ea ib_get_rdma_header_version +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0202aa8c ib_mr_pool_get +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0462b21c ib_device_get_by_name +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x05f58d4a ib_advise_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0a88fccd ib_init_ah_attr_from_path +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0eae2740 ib_alloc_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x121d1428 rdma_nl_multicast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x12eeb080 ib_mr_pool_destroy +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1350f8e3 ib_cq_pool_get +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1370be52 rdma_create_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x137acf43 rdma_copy_src_l2_addr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x146aa9c2 ib_find_gid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x14e7f2ef ib_sa_guid_info_rec_query +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x15ad4499 ibdev_warn +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x168a39a3 ib_device_put +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1848d176 ib_cq_pool_put +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1ad3a6df ib_get_cached_subnet_prefix +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1bc1729a rdma_dev_access_netns +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1beb587e rdma_query_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1cf7792f ib_modify_port +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1e12bf8d ib_destroy_srq_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x20f07995 ib_mr_pool_put +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x211c6ed5 rdma_restrack_get_byid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x24f37802 ib_create_qp_security +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x275bcfa4 ib_set_device_ops +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x281b04a3 ib_sg_to_pages +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2a921e25 rdma_query_gid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2b2fd2ac ib_find_exact_cached_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2b7d0f48 ib_unregister_client +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2d2c6118 rdma_nl_unicast_wait +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2d5fd1ba ib_unregister_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2e2783d6 rdma_user_mmap_entry_put +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2f384613 ib_modify_qp_is_ok +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x302a6db4 ibdev_crit +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x305e5701 rdma_addr_size_kss +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x315471c8 rdma_rw_ctx_signature_init +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x31c7a118 ib_create_qp_kernel +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x32b9523f rdma_restrack_new +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x33659dad rdma_find_gid_by_port +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x35fde18b ib_port_register_client_groups +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x361fe3d6 rdma_nl_put_driver_u64 +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x364a12e3 ib_unregister_device_queued +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x37679e61 ib_unregister_mad_agent +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x37781578 ib_dealloc_pd_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x37cd4c8a roce_gid_type_mask_support +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x38ddc3e0 ib_get_net_dev_by_params +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x399e3752 rdma_user_mmap_entry_get_pgoff +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3a96ae16 ib_drain_rq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3add2ad3 rdma_destroy_ah_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3d5462e2 ib_rdmacg_uncharge +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3efa5148 ib_get_rmpp_segment +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3f9b3961 ibnl_put_msg +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3fc2387c ib_ud_header_unpack +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x423bee92 ib_query_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x42b8163d rdma_rw_ctx_destroy +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x434c5d10 zgid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x43841c39 ib_find_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x45fb8985 rdma_nl_chk_listeners +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x47981211 ib_create_ah_from_wc +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4b2f473c ib_modify_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4c5a256a ib_get_vf_stats +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4d723d7b rdma_read_gid_l2_fields +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 0x4f641d40 rdma_addr_cancel +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x50e236a4 rdma_translate_ip +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5139df94 rdma_read_gid_attr_ndev_rcu +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x520b2638 ib_pack +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x52f7a795 rdma_user_mmap_entry_get +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x533a87b8 ib_register_event_handler +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5435f95d rdma_nl_unicast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x54d48d9d rdma_move_grh_sgid_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x55122490 ib_get_cached_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x55bb02f3 ib_cache_gid_type_str +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x56e60201 rdma_resolve_ip +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x58d87d53 ib_get_vf_guid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x58df5b94 ib_get_gids_from_rdma_hdr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x59647ef7 ib_resize_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x596c7bc1 rdma_destroy_ah_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5acb22a3 ibdev_printk +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5b8a9821 ib_free_send_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5b8dbc6f ib_register_client +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5c08120d ib_destroy_cq_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5de6d38b ibdev_info +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5f9a28b8 rdma_umap_priv_init +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 0x6353c9ab ib_query_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x646fa1e5 ib_mad_kernel_rmpp_agent +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6581ca90 ib_sa_unregister_client +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x66c46bb6 ib_get_device_fw_str +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x69294071 rdma_restrack_add +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6961c7e8 rdma_user_mmap_entry_insert +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x69e938e3 rdma_restrack_parent_name +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6a3568f0 rdma_restrack_count +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6a49cc62 ib_set_vf_guid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6b958320 ib_ud_ip4_csum +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6bd0e73e ib_create_srq_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6c24bee6 rdma_replace_ah_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6d484ff9 rdma_modify_ah +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 0x70a52718 ib_dealloc_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x72a3a562 rdma_restrack_del +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x747563ff __ib_alloc_pd +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x748f2dd3 ib_alloc_mr_integrity +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 0x7a0291ad rdma_rw_mr_factor +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7dfea945 ib_dispatch_event +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7f13031b rdma_user_mmap_entry_insert_range +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x81b59d38 rdma_user_mmap_entry_remove +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x832c203e ib_port_sysfs_get_ibdev_kobj +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x84e3c4b6 ib_qp_usecnt_inc +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x86edd774 __ib_alloc_cq_any +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x87b8d219 rdma_rw_ctx_post +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x884aa57a ib_detach_mcast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x88e729fc rdma_link_register +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x88e9aba7 ib_map_mr_sg +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8918a16b ib_set_client_data +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x89965f89 ib_free_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8b81965b rdma_find_gid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8bc3ff33 ib_create_qp_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8d54740b ib_find_cached_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x90e807c7 ib_cache_gid_parse_type_str +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x92272d8a ib_modify_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x92e9ec56 ib_device_set_netdev +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x933a6f5f ib_rdmacg_try_charge +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9431e3cc _ib_alloc_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x95ccffef ibdev_notice +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x95ebe2b4 rdma_rw_ctx_init +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9717f894 rdma_nl_stat_hwcounter_entry +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9750bed7 ib_mr_pool_init +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x976a66cf ib_process_cq_direct +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x99e1dd42 ibdev_err +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9f3c74a3 rdma_move_ah_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa2749b0a rdma_create_user_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa2dec3e9 ib_post_send_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa406ee2e ib_sa_join_multicast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa42e6582 rdma_user_mmap_io +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa51daec7 rdma_init_netdev +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa61c01df rdma_nl_register +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa6ae9abb ib_alloc_xrcd_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa7c4c123 ib_sa_register_client +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa8dee4e3 rdma_nl_put_driver_u32_hex +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xabcb5b33 ib_modify_qp_with_udata +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xad3530d8 rdma_put_gid_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xada69068 rdma_copy_ah_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xae82dde9 ib_query_srq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xae956dce ib_rate_to_mult +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xaf9179c0 __rdma_block_iter_next +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb056eb32 rdma_free_hw_stats_struct +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb1a312e1 ib_unpack +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb2355935 ib_check_mr_status +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb3964296 ib_close_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb4c40040 ib_sa_pack_path +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb7852a05 ib_ud_header_init +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb9cca0eb ib_get_eth_speed +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbb6d0609 __ib_alloc_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbc920148 ib_port_immutable_read +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbccedb7f ib_port_unregister_client_groups +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbd1a5292 rdma_query_gid_table +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbf4b2ef3 rdma_read_gid_hw_context +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc06d85d4 ib_modify_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc09789a6 rdma_restrack_get +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc386f007 __rdma_block_iter_start +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc41e2287 ibnl_put_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc65a3aed rdma_rw_ctx_destroy_signature +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc683d584 ib_sa_path_rec_get +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc69e3e36 ib_sa_get_mcmember_rec +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc6e6ea6f ib_dealloc_xrcd_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc8f1f22f ib_init_ah_from_mcmember +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc9b90713 rdma_nl_put_driver_u64_hex +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xcd5b7dad ib_get_vf_config +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xcf23930f ibdev_emerg +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd0478dc4 ib_unregister_driver +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd1dcc057 ib_query_port +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd21bb37a ib_sa_unpack_path +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd23e7bfc ib_free_recv_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd2b16676 ib_set_vf_link_state +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd31229ec __ib_create_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd3cdab45 ib_init_ah_attr_from_wc +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd6636ca6 rdma_addr_size_in6 +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd71cc125 ib_create_send_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd81f6c2e ib_destroy_qp_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd9064adf rdma_nl_put_driver_u32 +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd9bc3651 rdma_restrack_set_name +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xda0d50ec ib_sa_cancel_query +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xdbb2d5dd ib_unregister_event_handler +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xded66e56 ib_drain_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xdf1a2e58 ib_register_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xdf2440bf ib_attach_mcast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe0e08e77 rdma_nl_put_driver_string +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe1d1086b ib_device_get_by_netdev +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe1f59d3e rdma_alloc_hw_stats_struct +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe3fca93b rdma_port_get_link_layer +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe3ff585b ib_create_wq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe4cd7c24 ib_get_cached_lmc +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe5840ec6 ib_wc_status_msg +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe7585461 ib_reg_user_mr +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 0xebf5babc rdma_restrack_put +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xebf61b04 ibdev_alert +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xed95045e rdma_set_cq_moderation +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xedcc9ce3 rdma_roce_rescan_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf00503a5 rdma_get_gid_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf074cda6 ib_dereg_mr_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf0a2d3f5 rdma_hold_gid_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf0ec60bc ib_open_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf13b12cc rdma_link_unregister +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf2d3ad14 ib_register_mad_agent +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf5dedb30 rdma_node_get_transport +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf6669119 ib_get_cached_port_state +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf6910709 rdma_rw_ctx_wrs +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf6ed3334 ib_event_msg +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf87066be ib_qp_usecnt_dec +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf943f368 ib_map_mr_sg_pi +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xfb5fe07c ib_unregister_device_and_put +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xfd442963 ib_destroy_wq_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xfe84e3be ib_drain_sq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xfeea5b98 ib_modify_srq +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x0d4b3241 ib_umem_dmabuf_get_pinned +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x1029edc6 flow_resources_add +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x15b8dd44 ib_umem_copy_from +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x167e8761 uverbs_copy_to +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x173a9756 ib_umem_odp_unmap_dma_pages +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x1ae8cb09 uverbs_idr_class +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x2503cf69 ib_umem_odp_alloc_child +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x36c34dc6 ib_copy_path_rec_to_user +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x3767f1c1 ib_uverbs_get_ucontext_file +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x38e5edb9 uverbs_get_flags32 +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x44c8a1c2 ib_register_peer_memory_client +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x4e6eef13 ib_umem_get +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x5361e0f0 flow_resources_alloc +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x5a1fc305 ib_uverbs_flow_resources_free +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x5a2ff3fa ib_umem_stop_invalidation_notifier +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x5dbc7eb6 ib_umem_dmabuf_get +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x603d8df9 ib_umem_dmabuf_map_pages +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x63f89f7a ib_umem_odp_map_dma_and_lock +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x750ce251 uverbs_destroy_def_handler +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x754b0000 ib_copy_path_rec_from_user +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x78288682 ib_umem_odp_release +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x7b537ed7 ib_umem_activate_invalidation_notifier +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x7f5047d6 uverbs_finalize_uobj_create +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x857ff5eb ib_umem_find_best_pgsz +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x8ab17658 _uverbs_get_const_unsigned +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x902677d0 _uverbs_alloc +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x912769e3 uverbs_get_flags64 +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x93a8d777 uverbs_uobject_fd_release +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xa2e46c15 uverbs_fd_class +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xa5fd0f40 ib_umem_odp_get +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xab86ebc2 _uverbs_get_const_signed +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xaf1f4b6f uverbs_copy_to_struct_or_zero +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xb3a14e66 ib_umem_get_peer +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xbde5c050 ib_unregister_peer_memory_client +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xbe08cc61 ib_umem_dmabuf_unmap_pages +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xbf9dbec3 uverbs_uobject_put +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xe0872165 ib_copy_ah_attr_to_user +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xe8f3b75a ib_umem_odp_alloc_implicit +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xef3c8f3a ib_copy_qp_attr_to_user +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xef6d6439 ib_umem_release +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x03a4df4a iw_cm_listen +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x0624b012 iw_cm_accept +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x07652f4f iw_create_cm_id +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x33b1a495 iw_cm_disconnect +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x4bd3894d iw_cm_init_qp_attr +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xaeb5ff28 iw_cm_connect +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xc9704b0a iw_destroy_cm_id +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xf25977d7 iw_cm_reject +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xf3df871f iwcm_reject_msg +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x04033cdf rdma_destroy_qp +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x0619ef05 rdma_create_qp +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x0869fded rdma_listen +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x1592047f rdma_consumer_reject_data +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x19278c17 rdma_read_gids +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x1a47a18f rdma_connect +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x1e2fc77e rdma_reject_msg +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x23090388 rdma_iw_cm_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x2705db65 __rdma_create_kernel_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x2c767a4b rdma_bind_addr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x34fbc667 rdma_get_service_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x35705178 rdma_create_user_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x3c019800 rdma_reject +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x43228026 rdma_resolve_addr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x4a0bbd3d rdma_connect_locked +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x4c8f0191 rdma_join_multicast +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x4ded13cf rdma_set_service_type +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x50367f85 rdma_set_ack_timeout +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x505a8c2b rdma_connect_ece +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x5a334c9a rdma_set_min_rnr_timer +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x714962f2 rdma_init_qp_attr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x7523e830 rdma_accept_ece +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x78f491ea rdma_notify +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x88642d6e rdma_set_afonly +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x8cf19458 rdma_unlock_handler +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x8dd06e76 rdma_set_ib_path +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x907df803 rdma_event_msg +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x95bcf816 rdma_destroy_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xbcd5de32 rdma_leave_multicast +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xc0bf9e1c rdma_accept +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xc362f683 rdma_res_to_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xd50f0749 rdma_lock_handler +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xdb91e02e rdma_resolve_route +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xe6f7763b rdma_disconnect +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xed2b5bda rdma_set_reuseaddr +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-client 0x0d4f5797 rtrs_clt_rdma_cq_direct +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-client 0x7916b15b rtrs_clt_put_permit +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-client 0x7e615973 rtrs_clt_request +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-client 0x96254f3d rtrs_clt_query +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-client 0xb8a4d721 rtrs_clt_close +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-client 0xb9859a45 rtrs_clt_open +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-client 0xc7c14e4c rtrs_clt_get_permit +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-core 0x1cc9c78a rtrs_rdma_dev_pd_deinit +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-core 0x67029a33 rtrs_addr_to_sockaddr +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-core 0x926b41e5 rtrs_addr_to_str +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-core 0xbe3e8341 rtrs_rdma_dev_pd_init +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-core 0xccf279e0 rtrs_ib_dev_put +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-core 0xe0f9c582 sockaddr_to_str +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-core 0xf2d37533 rtrs_ib_dev_find_or_add +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-server 0x64a8219a rtrs_srv_resp_rdma +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-server 0x96ce1857 rtrs_srv_get_queue_depth +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-server 0xb94b6ca9 rtrs_srv_open +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-server 0xcd20569b rtrs_srv_set_sess_priv +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-server 0xd14af86d rtrs_srv_close +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-server 0xee0e9215 rtrs_srv_get_path_name +EXPORT_SYMBOL drivers/input/gameport/gameport 0x097db540 __gameport_register_driver +EXPORT_SYMBOL drivers/input/gameport/gameport 0x1c5051fb gameport_unregister_port +EXPORT_SYMBOL drivers/input/gameport/gameport 0x311109c2 gameport_unregister_driver +EXPORT_SYMBOL drivers/input/gameport/gameport 0x3b552d39 gameport_start_polling +EXPORT_SYMBOL drivers/input/gameport/gameport 0x8ff14739 gameport_set_phys +EXPORT_SYMBOL drivers/input/gameport/gameport 0x90728bd7 gameport_close +EXPORT_SYMBOL drivers/input/gameport/gameport 0xa6f971b7 gameport_stop_polling +EXPORT_SYMBOL drivers/input/gameport/gameport 0xd1a8f281 __gameport_register_port +EXPORT_SYMBOL drivers/input/gameport/gameport 0xe948868c gameport_open +EXPORT_SYMBOL drivers/input/joystick/iforce/iforce 0x5d7ac14c iforce_init_device +EXPORT_SYMBOL drivers/input/joystick/iforce/iforce 0x5dcad77c iforce_send_packet +EXPORT_SYMBOL drivers/input/joystick/iforce/iforce 0x645d5782 iforce_process_packet +EXPORT_SYMBOL drivers/input/matrix-keymap 0x81de0321 matrix_keypad_build_keymap +EXPORT_SYMBOL drivers/input/misc/ad714x 0x2ab64830 ad714x_disable +EXPORT_SYMBOL drivers/input/misc/ad714x 0xbff81f65 ad714x_probe +EXPORT_SYMBOL drivers/input/misc/ad714x 0xddd02f1e ad714x_enable +EXPORT_SYMBOL drivers/input/misc/cma3000_d0x 0x29564ce7 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 0x590de3f2 rmi_unregister_transport_device +EXPORT_SYMBOL drivers/input/sparse-keymap 0x1fad1355 sparse_keymap_report_entry +EXPORT_SYMBOL drivers/input/sparse-keymap 0x836e4206 sparse_keymap_entry_from_scancode +EXPORT_SYMBOL drivers/input/sparse-keymap 0x99cd86cf sparse_keymap_entry_from_keycode +EXPORT_SYMBOL drivers/input/sparse-keymap 0xcc52ed51 sparse_keymap_setup +EXPORT_SYMBOL drivers/input/sparse-keymap 0xf6f935fd sparse_keymap_report_event +EXPORT_SYMBOL drivers/input/touchscreen/ad7879 0x15c8f8cd ad7879_pm_ops +EXPORT_SYMBOL drivers/input/touchscreen/ad7879 0xe9422798 ad7879_probe +EXPORT_SYMBOL drivers/interconnect/qcom/icc-smd-rpm 0x280aff97 qnoc_probe +EXPORT_SYMBOL drivers/interconnect/qcom/icc-smd-rpm 0xcb6d541f qnoc_remove +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x1e568680 capi_ctr_down +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x6f04fc8c attach_capi_ctr +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x716b32ff capi_ctr_handle_message +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xc1dd178e detach_capi_ctr +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xd07a3d77 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 0x3b706002 mISDNisac_irq +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNipac 0x9780fd4a mISDNipac_init +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNipac 0xcda01dd0 mISDNisac_init +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNipac 0xfc525113 mISDNipac_irq +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNisar 0x1b8d79aa mISDNisar_init +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNisar 0xa308053c mISDNisar_irq +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x03a68066 mISDN_FsmRestartTimer +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x049deeeb create_l1 +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x0ab26c51 recv_Dchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x16b855ce 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 0x2e3d2a2e mISDN_clear_bchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x2fa608c3 recv_Dchannel_skb +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 0x46b1422a get_next_bframe +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x4b55452d recv_Echannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x50c2230c mISDN_FsmChangeState +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x51af67bb get_next_dframe +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x588886a6 l1_event +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x5a70e482 mISDN_ctrl_bchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x6047df40 mISDN_FsmInitTimer +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x69488e9f mISDN_register_Bprotocol +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x6d376e22 mISDN_register_device +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x6d45d9fb bchannel_get_rxbuf +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x7104b70b bchannel_senddata +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x8b4b991f mISDN_initdchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x8ec86405 mISDN_unregister_device +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x90ee06d0 dchannel_senddata +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x9c928457 mISDN_FsmNew +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x9fb0cdc4 mISDN_freedchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xc3401729 mISDN_register_clock +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xd1ea2073 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 0xd5cc4f52 queue_ch_frame +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xd5ce4ca4 recv_Bchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xdf03917a mISDN_unregister_Bprotocol +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xe81f7da0 mISDN_freebchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xe8f617eb mISDN_unregister_clock +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xea73a075 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 0x1129edd2 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 0x550b7177 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 0x0c6550d6 cmdq_get_shift_pa +EXPORT_SYMBOL drivers/mailbox/omap-mailbox 0x88c7da1d omap_mbox_enable_irq +EXPORT_SYMBOL drivers/mailbox/omap-mailbox 0xfc2c3033 omap_mbox_disable_irq +EXPORT_SYMBOL drivers/mailbox/omap-mailbox 0xfdca3234 omap_mbox_request_channel +EXPORT_SYMBOL drivers/md/dm-log 0x1f016f4c dm_dirty_log_type_unregister +EXPORT_SYMBOL drivers/md/dm-log 0x28ed53d7 dm_dirty_log_destroy +EXPORT_SYMBOL drivers/md/dm-log 0x3a58fa3a dm_dirty_log_create +EXPORT_SYMBOL drivers/md/dm-log 0x9f4dd8d9 dm_dirty_log_type_register +EXPORT_SYMBOL drivers/md/dm-snapshot 0x0e71da45 dm_exception_store_type_register +EXPORT_SYMBOL drivers/md/dm-snapshot 0x3aa389d0 dm_exception_store_type_unregister +EXPORT_SYMBOL drivers/md/dm-snapshot 0x3cf6e2e4 dm_snap_cow +EXPORT_SYMBOL drivers/md/dm-snapshot 0x925b5769 dm_exception_store_destroy +EXPORT_SYMBOL drivers/md/dm-snapshot 0x977c7409 dm_snap_origin +EXPORT_SYMBOL drivers/md/dm-snapshot 0xdcde4964 dm_exception_store_create +EXPORT_SYMBOL drivers/md/raid456 0x66049610 raid5_set_cache_size +EXPORT_SYMBOL drivers/md/raid456 0x9ca7ee72 r5c_journal_mode_set +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x05c89c3b flexcop_pass_dmx_data +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x0e53be28 flexcop_eeprom_check_mac_addr +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x2d8bdd1e flexcop_device_kfree +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x39e37df0 flexcop_device_initialize +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x598f1424 flexcop_pid_feed_control +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x647a24f3 flexcop_i2c_request +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x6f0b5bbc flexcop_device_kmalloc +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x707ec29f flexcop_wan_set_speed +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x722bb47f flexcop_device_exit +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x962386c5 flexcop_pass_dmx_packets +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xc889a7e8 flexcop_sram_ctrl +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xcccc6560 flexcop_dump_reg +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xcebbe6d9 flexcop_sram_set_dest +EXPORT_SYMBOL drivers/media/common/cx2341x 0x00c5072c cx2341x_ext_ctrls +EXPORT_SYMBOL drivers/media/common/cx2341x 0x15ac1bd0 cx2341x_ctrl_query +EXPORT_SYMBOL drivers/media/common/cx2341x 0x275e747b cx2341x_handler_set_busy +EXPORT_SYMBOL drivers/media/common/cx2341x 0x28240e61 cx2341x_ctrl_get_menu +EXPORT_SYMBOL drivers/media/common/cx2341x 0x457430a4 cx2341x_handler_init +EXPORT_SYMBOL drivers/media/common/cx2341x 0x55aa7c5f cx2341x_mpeg_ctrls +EXPORT_SYMBOL drivers/media/common/cx2341x 0x6bb56312 cx2341x_handler_setup +EXPORT_SYMBOL drivers/media/common/cx2341x 0x7b4dd2cb cx2341x_fill_defaults +EXPORT_SYMBOL drivers/media/common/cx2341x 0xd065f100 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 0xa5738d19 cypress_load_firmware +EXPORT_SYMBOL drivers/media/common/ttpci-eeprom 0x385c9ccc 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 0x67c470e3 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 0x25729688 vb2_buffer_in_use +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-common 0x3210a9de 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 0x31364f2b vb2_dvb_find_frontend +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-dvb 0x421bb880 vb2_dvb_register_bus +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-dvb 0x7c6930e8 vb2_dvb_get_frontend +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-dvb 0xe861ab13 vb2_dvb_dealloc_frontends +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-dvb 0xecb13386 vb2_dvb_alloc_frontend +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-dvb 0xf2bc3333 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 0xfdac41f6 vb2_querybuf +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x08733236 intlog10 +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x1609d70c dvb_ringbuffer_flush +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x1b3b8331 dvb_frontend_resume +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x1ba26a2c dvb_ca_en50221_frda_irq +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x1e7a8283 dvb_ringbuffer_read +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x214d5b4e dvb_ringbuffer_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x218f95a7 dvb_ca_en50221_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x21d6247e dvb_frontend_detach +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x2c12c287 dvb_ringbuffer_empty +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x33f697f5 dvb_unregister_device +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x3b93d71a dvb_frontend_sleep_until +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x3fd96ba7 dvb_ringbuffer_flush_spinlock_wakeup +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x42d15a1b dvb_ringbuffer_write_user +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x4802243a dvb_register_device +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x481f5a3f dvb_ca_en50221_camchange_irq +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x4aedfa28 dvb_generic_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x5ba2a5d3 dvb_register_frontend +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x5f2b1d95 intlog2 +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x8026ef3e dvb_ringbuffer_read_user +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x80dd7d2a dvb_generic_open +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x82143c17 dvb_ringbuffer_avail +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x95ce2f10 dvb_unregister_frontend +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x989a4a69 dvb_dmx_swfilter_raw +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xa9b6624b dvb_unregister_adapter +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xa9f2a771 dvb_ca_en50221_camready_irq +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xae099601 dvb_generic_ioctl +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xae376cb8 dvb_net_release +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 0xc0b84be9 dvb_frontend_suspend +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xc0b93899 dvb_ringbuffer_write +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xc3741222 dvb_dmxdev_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xc4426d5c dvb_dmx_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xd7a1edab dvb_dmx_swfilter_packets +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xd9913848 dvb_register_adapter +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xde452f46 dvb_dmxdev_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xe3513827 dvb_remove_device +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xe37794e5 dvb_frontend_reinitialise +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xe5486524 dvb_net_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xe7367529 dvb_dmx_swfilter_204 +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xf0fd6f3e dvb_ca_en50221_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xf24053cb dvb_device_get +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xfe73d116 dvb_ringbuffer_free +EXPORT_SYMBOL drivers/media/dvb-frontends/ascot2e 0x30d58218 ascot2e_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/atbm8830 0x98dd041c atbm8830_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x2dffe38b au8522_readreg +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x3849c8ed au8522_release_state +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x3d12dbee au8522_sleep +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x3fa4cfb7 au8522_led_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x6ee8aab9 au8522_writereg +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x9762aeca au8522_analog_i2c_gate_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x9f0cc702 au8522_i2c_gate_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0xb1cf58ba au8522_get_state +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0xd7191b83 au8522_init +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_dig 0x30edc449 au8522_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/bcm3510 0xd77d2284 bcm3510_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx22700 0x68566b01 cx22700_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx22702 0x56fc1a5f cx22702_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24110 0x7346216e cx24110_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24113 0x0eae3fc3 cx24113_agc_callback +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24113 0x19998417 cx24113_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24116 0x85230534 cx24116_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24120 0xf4bf07c7 cx24120_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24123 0x2559dfc9 cx24123_get_tuner_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24123 0x543b755d cx24123_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cxd2820r 0xa08d2ffb cxd2820r_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cxd2841er 0x33fb5b5d cxd2841er_attach_t_c +EXPORT_SYMBOL drivers/media/dvb-frontends/cxd2841er 0xba3cb36e cxd2841er_attach_s +EXPORT_SYMBOL drivers/media/dvb-frontends/cxd2880/cxd2880 0x0bdc2bf0 cxd2880_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0x1c870837 dib0070_get_rf_output +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0x46a89068 dib0070_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0x5452c1fc dib0070_ctrl_agc_filter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0xb91c7d66 dib0070_wbd_offset +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0xc150292d dib0070_set_rf_output +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x03423a38 dib0090_set_dc_servo +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x0533ebea dib0090_set_tune_state +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x0bfb7763 dib0090_get_wbd_offset +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x0c4c139f dib0090_fw_register +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x0da8ec3d dib0090_gain_control +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x24055c31 dib0090_update_rframp_7090 +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x3dab7811 dib0090_set_switch +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x465ac7cf dib0090_dcc_freq +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x5e4163c2 dib0090_update_tuning_table_7090 +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x75e97d25 dib0090_register +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x7df9c8ec dib0090_set_vga +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x9df9ec9e dib0090_get_current_gain +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xcc4f6324 dib0090_get_wbd_target +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xd62f24fc dib0090_pwm_gain_reset +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xebc4bd92 dib0090_get_tune_state +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mb 0x1209f555 dib3000mb_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0x13aa36b6 dib3000mc_get_tuner_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0x3ca074f7 dib3000mc_i2c_enumeration +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0x7f77729a dib3000mc_pid_control +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0x90d36139 dib3000mc_pid_parse +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0x915dcc8d dib3000mc_set_config +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0xec30f32c dib3000mc_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000m 0x3fb84a0d dib7000m_pid_filter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000m 0x92694d58 dib7000m_get_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000m 0x9b8fc6a0 dib7000m_pid_filter_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000m 0xc2fe1b8a dib7000m_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x98e9f3d3 dib7000p_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0xf6a011e1 dib8000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0x15fffad7 dib9000_fw_pid_filter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0x1b4c3270 dib9000_fw_pid_filter_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0x1fd7331e dib9000_get_tuner_interface +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0x24eae1ae dib9000_set_gpio +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0x5841b27a dib9000_set_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0x788f2d1b dib9000_get_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0x92c6a5e6 dib9000_set_slave_frontend +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0x9ded07fb dib9000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0xa74f65f0 dib9000_fw_set_component_bus_speed +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0xb9730828 dib9000_get_slave_frontend +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0xce7d7fd8 dib9000_get_component_bus_interface +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0xdba658ec dib9000_i2c_enumeration +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0xf97dd7fe dib9000_firmware_post_pll_init +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0x143523cd dibx000_get_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0x4294e492 dibx000_exit_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0x4934292a dibx000_reset_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0xd8978f25 dibx000_init_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0xe3b5a2fe dibx000_i2c_set_speed +EXPORT_SYMBOL drivers/media/dvb-frontends/drx39xyj/drx39xyj 0x7ad63600 drx39xxj_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/drxd 0x65b4f25d drxd_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/drxk 0xb5bf09a4 drxk_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/ds3000 0x5d5b92f4 ds3000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dvb-pll 0x2adfaea4 dvb_pll_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dvb_dummy_fe 0x221e3a12 dvb_dummy_fe_ofdm_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dvb_dummy_fe 0x56ed7721 dvb_dummy_fe_qam_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dvb_dummy_fe 0x89d01e7a dvb_dummy_fe_qpsk_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/ec100 0xd35bb5c9 ec100_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/helene 0x00a8096e helene_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/helene 0x4936887f helene_attach_s +EXPORT_SYMBOL drivers/media/dvb-frontends/horus3a 0x8f47e813 horus3a_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/isl6405 0x3a69e402 isl6405_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/isl6421 0xfa147ccc isl6421_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/isl6423 0x57eaac30 isl6423_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/itd1000 0x066eead4 itd1000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/ix2505v 0x865652c6 ix2505v_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/l64781 0x66e296fa l64781_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lg2160 0xe6d08197 lg2160_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lgdt3305 0x39baed2b lgdt3305_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lgdt3306a 0x00efc4e6 lgdt3306a_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lgdt330x 0x2f637fd9 lgdt330x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lgs8gl5 0x31ae778d lgs8gl5_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lgs8gxx 0x1e6a14f0 lgs8gxx_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lnbh25 0x28392a48 lnbh25_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lnbh29 0xee5dc450 lnbh29_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lnbp21 0x028dd9de lnbh24_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lnbp21 0xa9bd1389 lnbp21_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lnbp22 0x9ccf1874 lnbp22_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/m88ds3103 0xe6f6ae7e m88ds3103_get_agc_pwm +EXPORT_SYMBOL drivers/media/dvb-frontends/m88ds3103 0xf8ef5972 m88ds3103_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/m88rs2000 0x6dc21573 m88rs2000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/mb86a16 0xc59267aa mb86a16_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/mb86a20s 0x4d2cf4f5 mb86a20s_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/mt312 0x9c9cc184 mt312_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/mt352 0x954bfc1d mt352_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/nxt200x 0x92dff5c1 nxt200x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/nxt6000 0xc42a7207 nxt6000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/or51132 0x706c851d or51132_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/or51211 0xdd051336 or51211_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/s5h1409 0x45e7811c s5h1409_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/s5h1411 0x0d93a96b s5h1411_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/s5h1420 0x9769f3e4 s5h1420_get_tuner_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/s5h1420 0xd6b2636f s5h1420_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/s5h1432 0x032284b7 s5h1432_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/s921 0x13cc3b47 s921_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/si21xx 0x5817d6d5 si21xx_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/sp887x 0x5d86dd47 sp887x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stb0899 0x5ca6b6ef stb0899_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stb6000 0xac21de2b stb6000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stb6100 0x2bd80b5f stb6100_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0288 0xf970a383 stv0288_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0297 0xc64e5fc9 stv0297_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0299 0xa33f49f4 stv0299_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0367 0x503eab81 stv0367ddb_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0367 0x60ceb5bb stv0367ter_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0367 0xe1fc4fd6 stv0367cab_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0900 0x4bf2863e stv0900_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv090x 0xf31ff7d5 stv090x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv6110 0xbf675d3f stv6110_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv6110x 0xf4776373 stv6110x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda10021 0x6a13fd0b tda10021_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda10023 0xfd0ea119 tda10023_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda10048 0xa0f432ac tda10048_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda1004x 0x58d53d4d tda10045_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda1004x 0x63582239 tda10046_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda10086 0x7b0f64f7 tda10086_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda665x 0x34d37281 tda665x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda8083 0x07579f47 tda8083_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda8261 0x5733fdd5 tda8261_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda826x 0xbc22a7cd tda826x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/ts2020 0x37248836 ts2020_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tua6100 0x3eedeecf tua6100_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/ves1820 0xa7db72db ves1820_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/ves1x93 0x5893cfb2 ves1x93_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/zd1301_demod 0xa8e71ee5 zd1301_demod_get_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/zd1301_demod 0xaa783433 zd1301_demod_get_dvb_frontend +EXPORT_SYMBOL drivers/media/dvb-frontends/zl10036 0x8aea889b zl10036_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/zl10039 0xeff24f30 zl10039_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/zl10353 0xaf6c4e1a zl10353_attach +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x0c39f6a3 flexcop_dma_control_size_irq +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x254f6fa6 flexcop_dma_free +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x4151b456 flexcop_dma_config_timer +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x97b75783 flexcop_dma_allocate +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0xc0e91b3d flexcop_dma_xfer_control +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0xc97d9b7a flexcop_dma_control_timer_irq +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0xdbfd9954 flexcop_dma_config +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0x6b8b1349 bt878_start +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0x9f0ed36b bt878_stop +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0xd5d0bdef bt878_num +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0xe75066a7 bt878 +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0xf4339a9e bt878_device_control +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0x11dc4b6d bttv_gpio_enable +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0x53fc4062 bttv_sub_unregister +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0x8ecf4acc bttv_write_gpio +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0xbcf2d2fb bttv_read_gpio +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0xc33eade1 bttv_sub_register +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0xe0a6e70e bttv_get_pcidev +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x03793be2 dst_comm_init +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x38ab493c dst_attach +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x43a983fd dst_check_sum +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x58ba40f2 read_dst +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x767b0483 dst_error_recovery +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x7a08b902 dst_error_bailout +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0xa4563329 dst_pio_disable +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0xcd4444cc dst_wait_dst_ready +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0xcf7fcbfd write_dst +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0xdaab7fef rdc_reset_state +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst_ca 0x55a3824b dst_ca_attach +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x27dcf8cb cx18_claim_stream +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x2cdea06d cx18_reset_ir_gpio +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x63020159 cx18_start_v4l2_encode_stream +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0xaad6b895 cx18_stop_v4l2_encode_stream +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0xc2d98bed cx18_ext_init +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0xf253486f cx18_release_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 0x02593bb9 cx25821_dev_get +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x0a98a7fe cx25821_sram_channel_setup_audio +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x10037263 cx25821_dev_unregister +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x163030f6 cx25821_set_gpiopin_direction +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x1ef1b856 cx25821_riscmem_alloc +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x2819d7f8 cx25821_risc_databuffer_audio +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x44b517f5 cx25821_print_irqbits +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x758a7046 cx25821_sram_channel_dump_audio +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0xe9050411 cx25821_sram_channels +EXPORT_SYMBOL drivers/media/pci/cx88/cx88-vp3054-i2c 0xdf5f14e4 vp3054_i2c_remove +EXPORT_SYMBOL drivers/media/pci/cx88/cx88-vp3054-i2c 0xe563245a vp3054_i2c_probe +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0x10ecfe94 cx88_querycap +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0x591aecf7 cx88_enum_input +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0x627d5f96 cx88_video_mux +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0xf7fd5a84 cx88_set_freq +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x25a381ed cx8802_get_driver +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x46419506 cx8802_unregister_driver +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x53a84b23 cx8802_buf_prepare +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x725b9804 cx8802_cancel_buffers +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0xa49d13bd cx8802_register_driver +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0xd1bc8b87 cx8802_start_dma +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0xfb0eb6c1 cx8802_buf_queue +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x0b3146c6 cx88_set_stereo +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x1c717fd1 cx88_set_tvaudio +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x1e558af0 cx88_shutdown +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x244fd8a9 cx88_risc_buffer +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x2a734bce cx88_ir_start +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x35f74356 cx88_wakeup +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x3d52f44c cx88_ir_stop +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x445f634e cx88_get_stereo +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x4ae58656 cx88_vdev_init +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 0x6167db2c cx88_core_irq +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x7b78d486 cx88_core_get +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x7fd7d4d8 cx88_sram_channel_setup +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 0x9320e203 cx88_core_put +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x95422ea7 cx88_dsp_detect_stereo_sap +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xae372224 cx88_newstation +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xb43008d6 cx88_sram_channel_dump +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xd46e1961 cx88_set_tvnorm +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xdebb0f75 cx88_reset +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xe7528923 cx88_risc_databuffer +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xec00068c cx88_set_scale +EXPORT_SYMBOL drivers/media/pci/ddbridge/ddbridge-dummy-fe 0x504ea7d5 ddbridge_dummy_fe_qam_attach +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x14f67530 ivtv_debug +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x1cbc1584 ivtv_udma_alloc +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x27439c33 ivtv_ext_init +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x3b092613 ivtv_api +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x3e8fa4be ivtv_init_on_first_open +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x3f26c2de ivtv_clear_irq_mask +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x4da17719 ivtv_firmware_check +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x641fdfa4 ivtv_claim_stream +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x6b15e827 ivtv_udma_setup +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x7e5c2e80 ivtv_vapi +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x7efb4f6b ivtv_udma_prepare +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xac3f761f ivtv_reset_ir_gpio +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xb32fcf65 ivtv_release_stream +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xbb17499b ivtv_udma_unmap +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xc72211c2 ivtv_vapi_result +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xde0c4759 ivtv_set_irq_mask +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xdef61bd2 ivtv_start_v4l2_encode_stream +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xe1e558ac ivtv_stop_v4l2_encode_stream +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x04e83446 saa7134_tuner_callback +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x0685f790 saa7134_pgtable_alloc +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x0a484057 saa7134_ts_unregister +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x0a7da500 saa7134_dmasound_exit +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x1211df5d saa7134_devlist +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x291fc94b saa7134_pgtable_free +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x4920b228 saa7134_ts_register +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x63da93d1 saa7134_dmasound_init +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x730c4be3 saa7134_boards +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x7d171197 saa7134_pgtable_build +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x7f68c76e saa7134_devlist_lock +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x8cdb524f saa7134_set_dmabits +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x902c956f saa7134_set_gpio +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xa3eb8fc7 saa_dsp_writel +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xb238455d saa7134_tvaudio_setmute +EXPORT_SYMBOL drivers/media/platform/chips-media/imx-vdoa 0x6671c6ea vdoa_context_configure +EXPORT_SYMBOL drivers/media/platform/chips-media/imx-vdoa 0x787fe8a8 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 0x22f1bd27 csc_set_coeff +EXPORT_SYMBOL drivers/media/platform/ti/vpe/ti-csc 0x37dac6a7 csc_create +EXPORT_SYMBOL drivers/media/platform/ti/vpe/ti-csc 0x3f6480b3 csc_dump_regs +EXPORT_SYMBOL drivers/media/platform/ti/vpe/ti-csc 0xc4c38297 csc_set_coeff_bypass +EXPORT_SYMBOL drivers/media/platform/ti/vpe/ti-sc 0x1d6d55ad sc_set_hs_coeffs +EXPORT_SYMBOL drivers/media/platform/ti/vpe/ti-sc 0x61652166 sc_create +EXPORT_SYMBOL drivers/media/platform/ti/vpe/ti-sc 0x7e449341 sc_dump_regs +EXPORT_SYMBOL drivers/media/platform/ti/vpe/ti-sc 0x8b502bce sc_config_scaler +EXPORT_SYMBOL drivers/media/platform/ti/vpe/ti-sc 0xccf858ac sc_set_vs_coeffs +EXPORT_SYMBOL drivers/media/platform/ti/vpe/ti-vpdma 0x0506b5d3 vpdma_set_bg_color +EXPORT_SYMBOL drivers/media/platform/ti/vpe/ti-vpdma 0x163e1a86 vpdma_free_desc_buf +EXPORT_SYMBOL drivers/media/platform/ti/vpe/ti-vpdma 0x16f0b6e4 vpdma_add_cfd_adb +EXPORT_SYMBOL drivers/media/platform/ti/vpe/ti-vpdma 0x1d8a5dbd vpdma_add_abort_channel_ctd +EXPORT_SYMBOL drivers/media/platform/ti/vpe/ti-vpdma 0x1e26321d vpdma_misc_fmts +EXPORT_SYMBOL drivers/media/platform/ti/vpe/ti-vpdma 0x2d1faccc vpdma_create +EXPORT_SYMBOL drivers/media/platform/ti/vpe/ti-vpdma 0x3bb6047d vpdma_create_desc_list +EXPORT_SYMBOL drivers/media/platform/ti/vpe/ti-vpdma 0x3cbfa587 vpdma_get_list_mask +EXPORT_SYMBOL drivers/media/platform/ti/vpe/ti-vpdma 0x43b922ba vpdma_set_max_size +EXPORT_SYMBOL drivers/media/platform/ti/vpe/ti-vpdma 0x49293b26 vpdma_yuv_fmts +EXPORT_SYMBOL drivers/media/platform/ti/vpe/ti-vpdma 0x50ec40af vpdma_rgb_fmts +EXPORT_SYMBOL drivers/media/platform/ti/vpe/ti-vpdma 0x5118bd7d vpdma_add_sync_on_channel_ctd +EXPORT_SYMBOL drivers/media/platform/ti/vpe/ti-vpdma 0x5db4b5b7 vpdma_update_dma_addr +EXPORT_SYMBOL drivers/media/platform/ti/vpe/ti-vpdma 0x60708dc6 vpdma_raw_fmts +EXPORT_SYMBOL drivers/media/platform/ti/vpe/ti-vpdma 0x65d23377 vpdma_add_in_dtd +EXPORT_SYMBOL drivers/media/platform/ti/vpe/ti-vpdma 0x664dd09f vpdma_alloc_desc_buf +EXPORT_SYMBOL drivers/media/platform/ti/vpe/ti-vpdma 0x77c99821 vpdma_submit_descs +EXPORT_SYMBOL drivers/media/platform/ti/vpe/ti-vpdma 0x87c0415e vpdma_free_desc_list +EXPORT_SYMBOL drivers/media/platform/ti/vpe/ti-vpdma 0x90f496d3 vpdma_enable_list_complete_irq +EXPORT_SYMBOL drivers/media/platform/ti/vpe/ti-vpdma 0x948036a5 vpdma_list_cleanup +EXPORT_SYMBOL drivers/media/platform/ti/vpe/ti-vpdma 0x97f311f0 vpdma_add_cfd_block +EXPORT_SYMBOL drivers/media/platform/ti/vpe/ti-vpdma 0xabc827ea vpdma_list_busy +EXPORT_SYMBOL drivers/media/platform/ti/vpe/ti-vpdma 0xac2cf841 vpdma_dump_regs +EXPORT_SYMBOL drivers/media/platform/ti/vpe/ti-vpdma 0xb7f1d9bc vpdma_map_desc_buf +EXPORT_SYMBOL drivers/media/platform/ti/vpe/ti-vpdma 0xb9364b7c vpdma_get_list_stat +EXPORT_SYMBOL drivers/media/platform/ti/vpe/ti-vpdma 0xbd172dc1 vpdma_hwlist_get_priv +EXPORT_SYMBOL drivers/media/platform/ti/vpe/ti-vpdma 0xccfe5892 vpdma_hwlist_alloc +EXPORT_SYMBOL drivers/media/platform/ti/vpe/ti-vpdma 0xd200769d vpdma_hwlist_release +EXPORT_SYMBOL drivers/media/platform/ti/vpe/ti-vpdma 0xdd7f11d3 vpdma_add_out_dtd +EXPORT_SYMBOL drivers/media/platform/ti/vpe/ti-vpdma 0xe12de73a vpdma_set_line_mode +EXPORT_SYMBOL drivers/media/platform/ti/vpe/ti-vpdma 0xe30ada40 vpdma_set_frame_start_event +EXPORT_SYMBOL drivers/media/platform/ti/vpe/ti-vpdma 0xee04f37e vpdma_clear_list_stat +EXPORT_SYMBOL drivers/media/platform/ti/vpe/ti-vpdma 0xf93ba9bf vpdma_reset_desc_list +EXPORT_SYMBOL drivers/media/platform/ti/vpe/ti-vpdma 0xfe7c4a6f vpdma_unmap_desc_buf +EXPORT_SYMBOL drivers/media/platform/ti/vpe/ti-vpdma 0xfefbda83 vpdma_rawchan_add_out_dtd +EXPORT_SYMBOL drivers/media/radio/tea575x 0x15510b18 snd_tea575x_hw_init +EXPORT_SYMBOL drivers/media/radio/tea575x 0x2e909755 snd_tea575x_init +EXPORT_SYMBOL drivers/media/radio/tea575x 0x40083306 snd_tea575x_enum_freq_bands +EXPORT_SYMBOL drivers/media/radio/tea575x 0x69c13424 snd_tea575x_g_tuner +EXPORT_SYMBOL drivers/media/radio/tea575x 0x6f31347d snd_tea575x_exit +EXPORT_SYMBOL drivers/media/radio/tea575x 0x951fd745 snd_tea575x_set_freq +EXPORT_SYMBOL drivers/media/radio/tea575x 0xdb181c6c snd_tea575x_s_hw_freq_seek +EXPORT_SYMBOL drivers/media/rc/rc-core 0x01098f88 ir_raw_encode_scancode +EXPORT_SYMBOL drivers/media/rc/rc-core 0x2fe55cf5 ir_raw_gen_pd +EXPORT_SYMBOL drivers/media/rc/rc-core 0x7a02ee87 ir_raw_gen_pl +EXPORT_SYMBOL drivers/media/rc/rc-core 0x7bcf96cb 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/rc/rc-core 0xdb4c014f ir_raw_handler_register +EXPORT_SYMBOL drivers/media/tuners/fc0011 0x0d8df5bd fc0011_attach +EXPORT_SYMBOL drivers/media/tuners/fc0012 0x81872c9e fc0012_attach +EXPORT_SYMBOL drivers/media/tuners/fc0013 0xbd381fb2 fc0013_attach +EXPORT_SYMBOL drivers/media/tuners/fc0013 0xbdf326a5 fc0013_rc_cal_reset +EXPORT_SYMBOL drivers/media/tuners/fc0013 0xc6c6b70e fc0013_rc_cal_add +EXPORT_SYMBOL drivers/media/tuners/max2165 0xdab81864 max2165_attach +EXPORT_SYMBOL drivers/media/tuners/mc44s803 0x360a7342 mc44s803_attach +EXPORT_SYMBOL drivers/media/tuners/mt2060 0xd02d6ce6 mt2060_attach +EXPORT_SYMBOL drivers/media/tuners/mt2131 0xcdb1feee mt2131_attach +EXPORT_SYMBOL drivers/media/tuners/mt2266 0x2a2997ea mt2266_attach +EXPORT_SYMBOL drivers/media/tuners/mxl5005s 0x8b88f0e5 mxl5005s_attach +EXPORT_SYMBOL drivers/media/tuners/qt1010 0x873fc4ee qt1010_attach +EXPORT_SYMBOL drivers/media/tuners/tda18218 0xfa4c924d tda18218_attach +EXPORT_SYMBOL drivers/media/tuners/tuner-types 0x4c48939e tuners +EXPORT_SYMBOL drivers/media/tuners/tuner-types 0xc2821775 tuner_count +EXPORT_SYMBOL drivers/media/tuners/xc2028 0xcca27e79 xc2028_attach +EXPORT_SYMBOL drivers/media/tuners/xc4000 0x87b51080 xc4000_attach +EXPORT_SYMBOL drivers/media/tuners/xc5000 0x83ec46a8 xc5000_attach +EXPORT_SYMBOL drivers/media/usb/cx231xx/cx231xx 0x743c0b15 cx231xx_register_extension +EXPORT_SYMBOL drivers/media/usb/cx231xx/cx231xx 0xbb157ce5 cx231xx_unregister_extension +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x07e9ba44 dvb_usbv2_probe +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x61444bbb dvb_usbv2_disconnect +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x719a4bdd dvb_usbv2_generic_write_locked +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x73ee0241 dvb_usbv2_resume +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x8621652c dvb_usbv2_generic_write +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x9828e486 dvb_usbv2_suspend +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0xa5652a47 dvb_usbv2_reset_resume +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0xc0031481 dvb_usbv2_generic_rw +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0xff1927b2 dvb_usbv2_generic_rw_locked +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x006de7f5 dvb_usb_device_exit +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x11c575d1 dvb_usb_nec_rc_key_to_event +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x251a58ba dvb_usb_device_init +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x4fd576b9 usb_cypress_load_firmware +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x65d933e3 dvb_usb_get_hexline +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x8da46f3e dvb_usb_generic_write +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0xf40491a0 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 0xa546a9a7 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 0x17547e9e dibusb2_0_streaming_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x298df7bf dibusb2_0_power_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x2b2558db dibusb_power_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x39ab6efd dibusb_read_eeprom_byte +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x4cbb36b9 dibusb_rc_query +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x61f9d907 dibusb_i2c_algo +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x86950d11 dibusb_pid_filter_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x8bb3c81a dibusb_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 0xbbecf934 dibusb_pid_filter +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-mc-common 0x7adb9938 dibusb_dib3000mc_frontend_attach +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-mc-common 0xea043e28 dibusb_dib3000mc_tuner_attach +EXPORT_SYMBOL drivers/media/usb/em28xx/em28xx 0x10020b82 em28xx_unregister_extension +EXPORT_SYMBOL drivers/media/usb/em28xx/em28xx 0x4b945cda em28xx_register_extension +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0x0a046162 go7007_parse_video_stream +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0x51710e43 go7007_update_board +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0x5dde7bc7 go7007_alloc +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0x6c4160a6 go7007_read_interrupt +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0x898fc9bb go7007_snd_remove +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0xad6f0dd1 go7007_register_encoder +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0xb53cde7c go7007_boot_encoder +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0xc052360a go7007_snd_init +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0xde10500b go7007_read_addr +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x051ec272 gspca_suspend +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x3acf392c gspca_resume +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x3b88a52d gspca_frame_add +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x3c723df4 gspca_dev_probe +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x3d422601 gspca_coarse_grained_expo_autogain +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x47e04506 gspca_disconnect +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x4ba6a17a gspca_expo_autogain +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x9670af2c gspca_debug +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x96b74ce4 gspca_dev_probe2 +EXPORT_SYMBOL drivers/media/usb/ttusb-dec/ttusbdecfe 0x9f3715a7 ttusbdecfe_dvbt_attach +EXPORT_SYMBOL drivers/media/usb/ttusb-dec/ttusbdecfe 0xb4f0146d ttusbdecfe_dvbs_attach +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-async 0x2debbb2a v4l2_async_nf_init +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-async 0x4cc801ce v4l2_async_nf_register +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-async 0x5a01bb7d v4l2_async_subdev_nf_register +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-async 0x973f2a06 v4l2_async_unregister_subdev +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-async 0xbaa8e5cb v4l2_async_nf_unregister +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-async 0xbf1cce69 v4l2_async_register_subdev +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0x16dd7cf9 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 0x736248b6 v4l2_m2m_buf_done_and_job_finish +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0x73d99f63 v4l2_m2m_get_vq +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0xc373c9ad v4l2_m2m_job_finish +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0xf626dd03 v4l2_m2m_suspend +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x0614dd5a v4l2_video_std_frame_period +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x082737e8 v4l2_ctrl_merge +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x0b4450ab v4l2_ctrl_g_ctrl_int64 +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x0f6ded0e v4l2_ctrl_new_int_menu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x11a4ec59 v4l2_ctrl_add_handler +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 0x1b4a0a97 v4l2_ctrl_new_std_menu_items +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x1d5ed540 v4l2_ctrl_new_std_menu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x20ec8073 v4l2_ctrl_activate +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x2342f1ae v4l2_prio_open +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x256ad50f video_device_release +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x28b12cc9 v4l2_format_info +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x2b41ed23 __v4l2_ctrl_s_ctrl_compound +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x2c7f17b5 v4l2_g_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x2e72a7e8 v4l2_ctrl_subscribe_event +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x2ec66d3f __v4l2_ctrl_modify_range +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 0x384eeaed v4l2_ctrl_log_status +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x3953e47f v4l2_ctrl_type_op_validate +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x3adbd595 v4l2_field_names +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x3bdd0f94 v4l2_prio_change +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x3cbbed4f video_unregister_device +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x416ab0a1 v4l2_querymenu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x41a6d0c5 v4l2_ctrl_new_std_compound +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x45410aed v4l2_ctrl_notify +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x459c660b __v4l2_ctrl_modify_dimensions +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x46812fed video_ioctl2 +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x49b59a53 v4l2_ctrl_handler_log_status +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x4e1ae586 __v4l2_ctrl_grab +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x53159f14 v4l2_query_ext_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x594ecd1b v4l2_ctrl_new_custom +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x5d949364 v4l2_ctrl_radio_filter +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x68a64d90 v4l2_ctrl_handler_setup +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x6c2bfcc5 video_devdata +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x775e2c05 v4l2_ctrl_type_op_log +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x79429393 v4l2_subdev_call_wrappers +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x7edcd3eb video_device_release_empty +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x808af2c0 v4l2_ctrl_subdev_log_status +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x8106095a v4l2_prio_max +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x8201629d v4l2_queryctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x83840e06 v4l2_ctrl_cluster +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x89e3897d v4l2_ctrl_query_fill +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x8db7da22 v4l2_subdev_init +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x94e68aa4 v4l2_ctrl_handler_free +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x97a76cbe v4l2_ctrl_new_std +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x98fbb77c v4l2_ctrl_new_fwnode_properties +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x9a07c27d v4l2_ctrl_type_op_equal +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x9b532b0d __video_register_device +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x9c7100b4 v4l2_ctrl_g_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xa2b4e418 video_device_alloc +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xad5dae4e v4l2_ctrl_auto_cluster +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xaedb4ae0 v4l2_ctrl_fill +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xb6602798 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 0xbc808fc2 __v4l2_ctrl_s_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xbe5cb473 __v4l2_ctrl_s_ctrl_string +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xbebfa8ee v4l2_ctrl_find +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xbec66fc1 v4l2_ctrl_poll +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xc2e04e26 v4l2_ctrl_subdev_subscribe_event +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xcbc0d209 v4l2_ctrl_type_op_init +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 0xdbe0d607 v4l2_ctrl_request_complete +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xe2b92059 v4l2_video_std_construct +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xe5e9f9bf v4l2_ctrl_handler_init_class +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xe6070c36 v4l2_s_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xe73d697d __v4l2_ctrl_s_ctrl_int64 +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xe9d5b705 v4l2_ctrl_sub_ev_ops +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xf3251e7b v4l2_norm_to_name +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xf3279cf4 v4l2_ctrl_request_setup +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xf50fecbc v4l2_ctrl_replace +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xf8e87b8a v4l2_s_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xfa287cc6 v4l2_g_ctrl +EXPORT_SYMBOL drivers/memory/renesas-rpc-if 0x023b7476 rpcif_sw_init +EXPORT_SYMBOL drivers/memory/renesas-rpc-if 0x45525f63 rpcif_manual_xfer +EXPORT_SYMBOL drivers/memory/renesas-rpc-if 0x9d308238 rpcif_prepare +EXPORT_SYMBOL drivers/memory/renesas-rpc-if 0xc7f52650 rpcif_dirmap_read +EXPORT_SYMBOL drivers/memory/renesas-rpc-if 0xfcc24cd8 rpcif_hw_init +EXPORT_SYMBOL drivers/memstick/core/memstick 0x0a77a5b3 memstick_register_driver +EXPORT_SYMBOL drivers/memstick/core/memstick 0x0af26fc1 memstick_next_req +EXPORT_SYMBOL drivers/memstick/core/memstick 0x1d6c8afc memstick_suspend_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0x3ab058a6 memstick_init_req +EXPORT_SYMBOL drivers/memstick/core/memstick 0x420f1edf memstick_resume_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0x49c443c3 memstick_unregister_driver +EXPORT_SYMBOL drivers/memstick/core/memstick 0x534e41c5 memstick_new_req +EXPORT_SYMBOL drivers/memstick/core/memstick 0x5eee5a64 memstick_alloc_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0x5fd87c6f memstick_set_rw_addr +EXPORT_SYMBOL drivers/memstick/core/memstick 0x6c5bf3ea memstick_init_req_sg +EXPORT_SYMBOL drivers/memstick/core/memstick 0x8c7fbfb4 memstick_remove_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0xb2efd619 memstick_detect_change +EXPORT_SYMBOL drivers/memstick/core/memstick 0xeb21d245 memstick_free_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0xf15b265c memstick_add_host +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x015b6b88 mpt_send_handshake_request +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x118d6a02 mpt_GetIocState +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x13f0afb7 mpt_set_taskmgmt_in_progress_flag +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x1b04c89a mpt_verify_adapter +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x2455cf0a mpt_HardResetHandler +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x2c9fc3f6 mpt_print_ioc_summary +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x33b1c3ea mpt_put_msg_frame +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x3527c054 mpt_halt_firmware +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x39548e45 mpt_resume +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x40a9a37a mpt_config +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x47ebd27a mpt_device_driver_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x502108d0 mpt_fwfault_debug +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x50f3cb0f mpt_raid_phys_disk_get_num_paths +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x520b70c9 mpt_raid_phys_disk_pg0 +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x610b257e mpt_reset_deregister +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x61b0ec06 mpt_detach +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x67d4fb99 mpt_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x6b23f992 mpt_attach +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x74a0134a mpt_device_driver_deregister +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x7cfd1695 mpt_free_msg_frame +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x815cd259 mpt_clear_taskmgmt_in_progress_flag +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x8db78c31 mpt_suspend +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x981efe92 mpt_deregister +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xab9cb3e1 mptbase_sas_persist_operation +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xae6cb1fe mpt_event_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xc7f9175f mpt_raid_phys_disk_pg1 +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xcf8e03e2 mpt_get_msg_frame +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xd2c8a459 mpt_free_fw_memory +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xd2de65fc mpt_put_msg_frame_hi_pri +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xd4db530a mpt_findImVolumes +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xd63e97b2 mpt_reset_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xd9b1540a mpt_Soft_Hard_ResetHandler +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 0xf1364eac mpt_alloc_fw_memory +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x0f0685c4 mptscsih_qcmd +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x24765f17 mptscsih_resume +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x24e03f1f mptscsih_abort +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x2fc9445b mptscsih_slave_destroy +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x303e1e43 mptscsih_host_reset +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x32bc7447 mptscsih_show_info +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x39707c1a mptscsih_change_queue_depth +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x41a1b536 mptscsih_bios_param +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x4a5cac57 mptscsih_taskmgmt_complete +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x57493c0d mptscsih_dev_reset +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x648ad486 mptscsih_suspend +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x6e954baf mptscsih_shutdown +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x6f6770c3 mptscsih_slave_configure +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x740c6a4a mptscsih_event_process +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x7d98bbaf mptscsih_ioc_reset +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x86f52b85 mptscsih_get_scsi_lookup +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x87d07145 mptscsih_raid_id_to_num +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x8c13f4ec mptscsih_flush_running_cmds +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x8d1ebe46 mptscsih_scandv_complete +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x8dc4a739 mptscsih_host_attr_groups +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xaeb742b0 mptscsih_remove +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xc1ff9a8f mptscsih_is_phys_disk +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xd5939250 mptscsih_taskmgmt_response_code +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xdffa83c8 mptscsih_bus_reset +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xe9697661 mptscsih_info +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xedd4f655 mptscsih_io_done +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xf5e3abea mptscsih_IssueTaskMgmt +EXPORT_SYMBOL drivers/mfd/axp20x 0x1ab2104e axp20x_device_remove +EXPORT_SYMBOL drivers/mfd/axp20x 0x7cf638e9 axp20x_device_probe +EXPORT_SYMBOL drivers/mfd/axp20x 0xd10fc065 axp20x_match_device +EXPORT_SYMBOL drivers/mfd/dln2 0x3a738234 dln2_register_event_cb +EXPORT_SYMBOL drivers/mfd/dln2 0x73d26919 dln2_unregister_event_cb +EXPORT_SYMBOL drivers/mfd/dln2 0xc1d04990 dln2_transfer +EXPORT_SYMBOL drivers/mfd/htc-pasic3 0x07f52556 pasic3_write_register +EXPORT_SYMBOL drivers/mfd/htc-pasic3 0x293976bb pasic3_read_register +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x00a943c9 mc13xxx_lock +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x00d00477 mc13xxx_irq_unmask +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x2f673716 mc13xxx_unlock +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x591c66c6 mc13xxx_reg_write +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xa5aa0250 mc13xxx_get_flags +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xb1e3109f mc13xxx_irq_mask +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xb21325de mc13xxx_irq_request +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xe0d8f3f9 mc13xxx_irq_free +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xe0e6bbf5 mc13xxx_irq_status +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xe14eeb51 mc13xxx_reg_rmw +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xecc8b345 mc13xxx_reg_read +EXPORT_SYMBOL drivers/mfd/qcom-spmi-pmic 0xe1aabdc1 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 0x4d3ae881 wm8994_regmap_config +EXPORT_SYMBOL drivers/mfd/wm8994 0x6cdd6962 wm8994_irq_init +EXPORT_SYMBOL drivers/mfd/wm8994 0x7f005318 wm8958_regmap_config +EXPORT_SYMBOL drivers/mfd/wm8994 0x95bb057b wm8994_base_regmap_config +EXPORT_SYMBOL drivers/mfd/wm8994 0xc92d6fb2 wm8994_irq_exit +EXPORT_SYMBOL drivers/mfd/wm8994 0xe0625135 wm1811_regmap_config +EXPORT_SYMBOL drivers/misc/ad525x_dpot 0x01ad24eb ad_dpot_remove +EXPORT_SYMBOL drivers/misc/ad525x_dpot 0x5640382d ad_dpot_probe +EXPORT_SYMBOL drivers/misc/altera-stapl/altera-stapl 0x2fb85933 altera_init +EXPORT_SYMBOL drivers/misc/c2port/core 0x20ff8b6e c2port_device_unregister +EXPORT_SYMBOL drivers/misc/c2port/core 0x268d827e c2port_device_register +EXPORT_SYMBOL drivers/misc/tifm_core 0x2c2e6df7 tifm_free_adapter +EXPORT_SYMBOL drivers/misc/tifm_core 0x2fd4219d tifm_add_adapter +EXPORT_SYMBOL drivers/misc/tifm_core 0x39f86aa1 tifm_queue_work +EXPORT_SYMBOL drivers/misc/tifm_core 0x55b6a873 tifm_map_sg +EXPORT_SYMBOL drivers/misc/tifm_core 0x7e100af2 tifm_unmap_sg +EXPORT_SYMBOL drivers/misc/tifm_core 0x87b9d31c tifm_unregister_driver +EXPORT_SYMBOL drivers/misc/tifm_core 0xa32f3065 tifm_register_driver +EXPORT_SYMBOL drivers/misc/tifm_core 0xac7893d0 tifm_eject +EXPORT_SYMBOL drivers/misc/tifm_core 0xafb6ef20 tifm_has_ms_pif +EXPORT_SYMBOL drivers/misc/tifm_core 0xbe9a3cd9 tifm_alloc_device +EXPORT_SYMBOL drivers/misc/tifm_core 0xd288dcdb tifm_free_device +EXPORT_SYMBOL drivers/misc/tifm_core 0xd90d0a94 tifm_alloc_adapter +EXPORT_SYMBOL drivers/misc/tifm_core 0xdc542939 tifm_remove_adapter +EXPORT_SYMBOL drivers/mmc/host/dw_mmc 0x63a46528 dw_mci_probe +EXPORT_SYMBOL drivers/mmc/host/dw_mmc 0x835b7dc7 dw_mci_runtime_resume +EXPORT_SYMBOL drivers/mmc/host/dw_mmc 0x97e1dc60 dw_mci_remove +EXPORT_SYMBOL drivers/mmc/host/dw_mmc 0xf83d59b3 dw_mci_runtime_suspend +EXPORT_SYMBOL drivers/mmc/host/of_mmc_spi 0xaceadf3a mmc_spi_get_pdata +EXPORT_SYMBOL drivers/mmc/host/of_mmc_spi 0xddd33df4 mmc_spi_put_pdata +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0x0ba0aa58 cfi_fixup +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0x1b8b606f cfi_varsize_frob +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0x770f26f3 cfi_read_pri +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0x7dc51d16 cfi_build_cmd_addr +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0xc03f8b48 cfi_build_cmd +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0xdcd64cbf cfi_send_gen_cmd +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0xf94da5ca cfi_merge_status +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0xff9fa623 cfi_udelay +EXPORT_SYMBOL drivers/mtd/chips/gen_probe 0xa2d02c4c mtd_do_chip_probe +EXPORT_SYMBOL drivers/mtd/lpddr/lpddr_cmds 0xda372a71 lpddr_cmdset +EXPORT_SYMBOL drivers/mtd/nand/ecc-mtk 0x102603bc mtk_ecc_get_parity_bits +EXPORT_SYMBOL drivers/mtd/nand/ecc-mtk 0x24351100 mtk_ecc_enable +EXPORT_SYMBOL drivers/mtd/nand/ecc-mtk 0x510533f5 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 0x7eb47fa9 mtk_ecc_encode +EXPORT_SYMBOL drivers/mtd/nand/ecc-mtk 0xda64ef4a mtk_ecc_adjust_strength +EXPORT_SYMBOL drivers/mtd/nand/onenand/onenand 0x120b7f56 flexonenand_region +EXPORT_SYMBOL drivers/mtd/nand/onenand/onenand 0x30cd5cc3 onenand_addr +EXPORT_SYMBOL drivers/mtd/nand/raw/denali 0x0d487452 denali_init +EXPORT_SYMBOL drivers/mtd/nand/raw/denali 0x30db096f denali_calc_ecc_bytes +EXPORT_SYMBOL drivers/mtd/nand/raw/denali 0x3661bf1c denali_remove +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x1015118c arc_proto_map +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x188ed88c arc_raw_proto +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x38dfa7be arcnet_send_packet +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x456ef4f0 arcnet_open +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x6534792a arcnet_debug +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x7a3fb242 alloc_arcdev +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x8179031e arcnet_timeout +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xa1b89171 arc_bcast_proto +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xc6a0eb9c arcnet_unregister_proto +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xde52bf3f arcnet_close +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xe0953f39 free_arcdev +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xe262e8f0 arc_proto_default +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xecb730b0 arcnet_interrupt +EXPORT_SYMBOL drivers/net/arcnet/com20020 0xca6e7b6d com20020_found +EXPORT_SYMBOL drivers/net/arcnet/com20020 0xe4ab59a8 com20020_check +EXPORT_SYMBOL drivers/net/arcnet/com20020 0xeab221b4 com20020_netdev_ops +EXPORT_SYMBOL drivers/net/can/ctucanfd/ctucanfd 0x28428575 ctucan_suspend +EXPORT_SYMBOL drivers/net/can/ctucanfd/ctucanfd 0x7c4084ee ctucan_probe_common +EXPORT_SYMBOL drivers/net/can/ctucanfd/ctucanfd 0xea2b0a97 ctucan_resume +EXPORT_SYMBOL drivers/net/can/dev/can-dev 0x52ac9505 can_eth_ioctl_hwts +EXPORT_SYMBOL drivers/net/can/dev/can-dev 0xb2e03bc6 can_ethtool_op_get_ts_info_hwts +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x04ae2c8c b53_port_event +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x11e7df89 b53_vlan_filtering +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x144b80d1 b53_fdb_add +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x14d836b9 b53_brcm_hdr_setup +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x17d0fd13 b53_fdb_del +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x205ffc21 b53_switch_alloc +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x3508db93 b53_vlan_del +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x3873928a b53_get_mac_eee +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x3accca2d b53_switch_detect +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x3f05850d b53_configure_vlan +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x46d5ea95 b53_mirror_del +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x54384641 b53_br_flags_pre +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x58ae068a b53_phylink_mac_link_up +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x6167cb04 b53_get_strings +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x62b5a4b1 b53_get_ethtool_phy_stats +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x68fa34b4 b53_enable_port +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x78b0b236 b53_eee_enable_set +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x7e31f45b b53_br_flags +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x8100a48d b53_fdb_dump +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x8adf3c27 b53_switch_register +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x91b1f70d b53_mirror_add +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x9c8c92f5 b53_eee_init +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x9d8d9e5f b53_mdb_add +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x9db8d474 b53_vlan_add +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xa23dbcf3 b53_disable_port +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xa329d67b b53_mdb_del +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xa80a95fc b53_br_leave +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xa9cb4321 b53_phylink_mac_config +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xb10eb05d b53_get_sset_count +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xb8443933 b53_get_tag_protocol +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xb8e29d49 b53_setup_devlink_resources +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xc390c659 b53_phylink_mac_link_down +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xdbca2d5f b53_br_fast_age +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xe1b87705 b53_imp_vlan_setup +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xe3cba6fe b53_br_set_stp_state +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xf37484a4 b53_br_join +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xf42d2824 b53_set_mac_eee +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xffc25e6e b53_get_ethtool_stats +EXPORT_SYMBOL drivers/net/dsa/b53/b53_serdes 0x12a7cb95 b53_serdes_link_set +EXPORT_SYMBOL drivers/net/dsa/b53/b53_serdes 0x186c8c86 b53_serdes_phylink_mac_select_pcs +EXPORT_SYMBOL drivers/net/dsa/b53/b53_serdes 0x776b9721 b53_serdes_init +EXPORT_SYMBOL drivers/net/dsa/b53/b53_serdes 0xf5f8cfe6 b53_serdes_phylink_get_caps +EXPORT_SYMBOL drivers/net/dsa/lan9303-core 0x74711f7d lan9303_probe +EXPORT_SYMBOL drivers/net/dsa/lan9303-core 0x9594657e lan9303_remove +EXPORT_SYMBOL drivers/net/dsa/lan9303-core 0xada83f40 lan9303_register_set +EXPORT_SYMBOL drivers/net/dsa/lan9303-core 0xc5a6af70 lan9303_shutdown +EXPORT_SYMBOL drivers/net/dsa/microchip/ksz_switch 0x8fb4adb4 ksz_switch_register +EXPORT_SYMBOL drivers/net/dsa/microchip/ksz_switch 0xb8222c5f ksz_switch_remove +EXPORT_SYMBOL drivers/net/dsa/microchip/ksz_switch 0xf7b2e53f ksz_switch_alloc +EXPORT_SYMBOL drivers/net/dsa/vitesse-vsc73xx-core 0x5d15eff7 vsc73xx_remove +EXPORT_SYMBOL drivers/net/dsa/vitesse-vsc73xx-core 0x68fbda08 vsc73xx_shutdown +EXPORT_SYMBOL drivers/net/dsa/vitesse-vsc73xx-core 0x99d242fe vsc73xx_is_addr_valid +EXPORT_SYMBOL drivers/net/dsa/vitesse-vsc73xx-core 0xb2bbf82a vsc73xx_probe +EXPORT_SYMBOL drivers/net/dsa/xrs700x/xrs700x 0x046c7ff8 xrs700x_switch_register +EXPORT_SYMBOL drivers/net/dsa/xrs700x/xrs700x 0x49d99c6e xrs700x_switch_shutdown +EXPORT_SYMBOL drivers/net/dsa/xrs700x/xrs700x 0x776a8d88 xrs700x_switch_alloc +EXPORT_SYMBOL drivers/net/dsa/xrs700x/xrs700x 0xd5767686 xrs700x_switch_remove +EXPORT_SYMBOL drivers/net/dsa/xrs700x/xrs700x 0xd7d44a07 xrs7004f_info +EXPORT_SYMBOL drivers/net/dsa/xrs700x/xrs700x 0xdd11431e xrs7003f_info +EXPORT_SYMBOL drivers/net/dsa/xrs700x/xrs700x 0xe63c509a xrs7004e_info +EXPORT_SYMBOL drivers/net/dsa/xrs700x/xrs700x 0xecf95983 xrs7003e_info +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x119721ac ei_interrupt +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x14efc259 __alloc_ei_netdev +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x657d9e9d ei_get_stats +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x81db636f ei_tx_timeout +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x839e530e ei_netdev_ops +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0xc77951f3 ei_open +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0xd5878268 ei_set_multicast_list +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0xd79a4be7 ei_close +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0xd94a4a79 NS8390_init +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0xe9bb8d44 ei_start_xmit +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0xfdb87335 ei_poll +EXPORT_SYMBOL drivers/net/ethernet/aquantia/atlantic/atlantic 0xea515029 aq_xdp_locking_key +EXPORT_SYMBOL drivers/net/ethernet/broadcom/bnxt/bnxt_en 0xb4f9fa35 bnxt_ulp_probe +EXPORT_SYMBOL drivers/net/ethernet/broadcom/cnic 0x27d80900 cnic_register_driver +EXPORT_SYMBOL drivers/net/ethernet/broadcom/cnic 0x636af174 cnic_unregister_driver +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x0767e3c7 cxgb3_alloc_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x0c4e66d8 cxgb3_unregister_client +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x147d201e t3_l2t_send_slow +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x17762661 cxgb3_ofld_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x1d4d1c48 dev2t3cdev +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x1f8b8696 cxgb3_insert_tid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x5e0e6368 t3_l2t_get +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x6495766f cxgb3_alloc_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x6ab525a2 cxgb3_free_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x892d3a11 t3_l2t_send_event +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xb7a96d4c t3_register_cpl_handler +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xb9981361 cxgb3_remove_tid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xd91662cf cxgb3_free_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xe14cf077 t3_l2e_free +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xe3bdfeca cxgb3_queue_tid_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xf658f8a5 cxgb3_register_client +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x0601b8fe cxgb4_port_chan +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x0cfb837b cxgb4_free_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x0f1a5528 cxgb4_unregister_uld +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x22c5516c cxgb4_l2t_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x279cca98 cxgb4_reclaim_completed_tx +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x32e2780d cxgb4_port_viid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x37827a8b t4_cleanup_clip_tbl +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x3bc6bbee cxgb4_l2t_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x42a32c42 cxgb4_ofld_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x50ee5c07 cxgb4_best_aligned_mtu +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x67530042 cxgb4_remove_tid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x6c15cbe5 cxgb4_iscsi_init +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x6dfc0508 cxgb4_get_tcp_stats +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x72d7e81b cxgb4_l2t_alloc_switching +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x73f17595 cxgb4_select_ntuple +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x75fcff5e cxgb4_clip_get +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x7786b1cc cxgb4_register_uld +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x7f6767c9 cxgb4_bar2_sge_qregs +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x80e84e50 cxgb4_ring_tx_db +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x8a489b19 cxgb4_remove_server_filter +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x8a929c53 cxgb4_alloc_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x91d32292 cxgb4_sync_txq_pidx +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x94f5b558 cxgb4_dbfifo_count +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x979aa1b9 cxgb4_create_server6 +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x9f3673ce cxgb4_immdata_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xa065fe2b cxgb4_get_srq_entry +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xa58ec98a cxgb4_alloc_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xa62af161 cxgb4_create_server +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xacee8eb7 cxgb4_inline_tx_skb +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xb00abef5 cxgb4_update_root_dev_clip +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xb496c1ce cxgb4_smt_alloc_switching +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xc0088495 cxgb4_clip_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xc3d8c8c1 cxgb4_remove_server +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xcd500937 cxgb4_flush_eq_cache +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xd072492f cxgb4_l2t_get +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xd27544fe cxgb4_free_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xd69a0294 cxgb4_best_mtu +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xd6b86c33 cxgb4_create_server_filter +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xdc0a48c5 cxgb4_pktgl_to_skb +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xded2869b cxgb4_smt_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xe1880b6f cxgb4_read_tpte +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xe2dd8bd9 cxgb4_alloc_sftid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xe360a5ab cxgb4_port_e2cchan +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xe629ee2e cxgb4_write_sgl +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xe9b07218 cxgb4_port_idx +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xec760874 cxgb4_crypto_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xf725b5e5 cxgb4_map_skb +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xf832b127 cxgb4_write_partial_sgl +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xfbd8733f cxgb4_check_l2t_valid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xff21ed1d cxgb4_read_sge_timestamp +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 0x5a5f526e cxgbi_ppm_make_ppod_hdr +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0x898747bb cxgbi_ppm_ppods_reserve +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0xc008d7d7 cxgb_find_route +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0xc3fb0488 cxgb_find_route6 +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0xd2897e03 cxgbi_ppm_init +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0xef7ed198 cxgbi_ppm_ppod_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0xf6e5d9f7 cxgbi_ppm_release +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x248deb3b vnic_dev_get_pdev +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x35cb51a4 vnic_dev_get_res +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x38b77a65 vnic_dev_unregister +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x3a9e1344 enic_api_devcmd_proxy_by_index +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x4106c9a5 vnic_dev_register +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0xd841f841 vnic_dev_get_res_count +EXPORT_SYMBOL drivers/net/ethernet/emulex/benet/be2net 0x10e8f0af 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 0x5f53f547 be_roce_register_driver +EXPORT_SYMBOL drivers/net/ethernet/freescale/enetc/fsl-enetc-ierb 0x0d09d1b1 enetc_ierb_register_pf +EXPORT_SYMBOL drivers/net/ethernet/fungible/funcore/funcore 0x14eb2f6d fun_dev_disable +EXPORT_SYMBOL drivers/net/ethernet/fungible/funcore/funcore 0x46bd3d23 fun_release_irqs +EXPORT_SYMBOL drivers/net/ethernet/fungible/funcore/funcore 0x83693f30 fun_dev_enable +EXPORT_SYMBOL drivers/net/ethernet/fungible/funcore/funcore 0xc419ffd5 fun_reserve_irqs +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns/hnae 0x15004845 hnae_get_handle +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns/hnae 0x604454da hnae_reinit_handle +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns/hnae 0x9b61e3fd hnae_ae_register +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns/hnae 0xa592ce45 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/hnae 0xf1e0b7d6 hnae_put_handle +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns/hns_dsaf 0x31308749 hns_dsaf_roce_reset +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns3/hnae3 0x0fbd1976 hnae3_unregister_ae_algo_prepare +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns3/hnae3 0x3e36c0fd hnae3_register_ae_algo +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns3/hnae3 0x59ccd5f5 hnae3_unregister_client +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns3/hnae3 0x5c6356a7 hnae3_register_ae_dev +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns3/hnae3 0x60ff7a70 hnae3_unregister_ae_algo +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns3/hnae3 0x7b88716f hnae3_register_client +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns3/hnae3 0x7e27f23d hnae3_unregister_ae_dev +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns3/hnae3 0xe887a763 hnae3_set_client_init_flag +EXPORT_SYMBOL drivers/net/ethernet/intel/iavf/iavf 0x586efe2e iavf_register_client +EXPORT_SYMBOL drivers/net/ethernet/intel/iavf/iavf 0xc1235a29 iavf_unregister_client +EXPORT_SYMBOL drivers/net/ethernet/intel/ice/ice 0x6dfaeca0 ice_xdp_locking_key +EXPORT_SYMBOL drivers/net/ethernet/intel/ixgbe/ixgbe 0xb1a07cbe ixgbe_xdp_locking_key +EXPORT_SYMBOL drivers/net/ethernet/marvell/prestera/prestera 0x5b53c03e prestera_device_unregister +EXPORT_SYMBOL drivers/net/ethernet/marvell/prestera/prestera 0xd2647a83 prestera_device_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0548dfc0 mlx4_test_interrupt +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x067ca2e2 mlx4_SET_PORT_qpn_calc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1102bb42 set_phv_bit +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x121a3ebb mlx4_is_eq_shared +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x184cd1d9 get_phv_bit +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1bf1dafb mlx4_release_eq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1d862357 mlx4_sync_pkey_table +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1ddad3f7 mlx4_get_slave_node_guid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x25215c33 mlx4_get_slave_from_roce_gid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2783a3e7 mlx4_is_slave_active +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x284b20d4 mlx4_gen_guid_change_eqe +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x31a6e834 mlx4_eq_get_irq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x32bff6ac mlx4_get_is_vlan_offload_disabled +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4ed05202 mlx4_ALLOCATE_VPP_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6001ef37 mlx4_get_eqs_per_port +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x62c97df8 mlx4_SET_VPORT_QOS_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x65a089c5 mlx4_query_diag_counters +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6a373132 mlx4_SET_PORT_user_mac +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6ee3233c mlx4_assign_eq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x72ab8412 mlx4_get_module_info +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 0x87d04a7e mlx4_get_parav_qkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8b5bfe6d mlx4_SET_MCAST_FLTR +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8de73674 mlx4_SET_PORT_fcs_check +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9020f4a6 mlx4_SET_PORT_SCHEDULER +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9779036d mlx4_get_slave_pkey_gid_tbl_len +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x99adc59f mlx4_SET_PORT_BEACON +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9d6925e8 mlx4_SET_VPORT_QOS_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9db90da9 mlx4_get_roce_gid_from_slave +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa48841e0 mlx4_max_tc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa554818e mlx4_gen_port_state_change_eqe +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa920e3ed mlx4_test_async +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xaa00bf12 mlx4_tunnel_steer_add +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc9752337 mlx4_is_eq_vector_valid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd2d3a4c3 set_and_calc_slave_port_state +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd329069d mlx4_gen_slaves_port_mgt_ev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd368717c mlx4_ALLOCATE_VPP_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xde70d755 mlx4_get_cpu_rmap +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe0b43104 mlx4_get_slave_port_state +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xeafaf095 mlx4_SET_PORT_VXLAN +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf209348d mlx4_gen_pkey_eqe +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf95856ff mlx4_put_slave_node_guid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf9b626b2 mlx4_SET_PORT_general +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xfbbb6709 mlx4_SET_PORT_user_mtu +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xfc4dd158 mlx4_SET_PORT_PRIO2TC +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x011e38f6 mlx5_rl_add_rate +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x02f3e624 mlx5_eswitch_uplink_get_proto_dev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x03648a85 mlx5_core_create_tis +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x04de650f mlx5_core_create_rqt +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x08601f47 mlx5_eswitch_get_core_dev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x09978a09 mlx5_core_modify_tis +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x09dc62e4 __traceiter_mlx5_fs_add_rule +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0a46543a mlx5_eswitch_reg_c1_loopback_enabled +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0ae99411 mlx5_core_roce_gid_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0f2495df __tracepoint_mlx5_fs_set_fte +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x11e33d92 mlx5_cmd_check +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x14ae0370 mlx5_lag_is_sriov +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x14d9593a mlx5_sriov_blocking_notifier_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x154aa4cf mlx5_fpga_sbu_conn_destroy +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x17a2a602 __tracepoint_mlx5_fs_add_fg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x18e4e634 mlx5_cmd_destroy_vport_lag +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x19a3b699 mlx5_core_alloc_transport_domain +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1d2e18e5 mlx5_lag_is_active +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2017e37f mlx5_notifier_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x212490bf mlx5_fpga_sbu_conn_sendmsg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x21456d15 mlx5_core_modify_cq_moderation +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x22d219a4 mlx5_cmd_exec_cb +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x233c0c44 mlx5_eswitch_get_vport_metadata_for_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x23629f9c mlx5_debug_qp_add +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x24f327dc mlx5_eswitch_unregister_vport_reps +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x27b682f3 mlx5_create_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2bbb2d27 mlx5_eq_create_generic +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2f9e9805 mlx5_eswitch_register_vport_reps +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2fcc337f __traceiter_mlx5_fs_del_fg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x30228231 mlx5_core_attach_mcg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x30ad13c2 mlx5_lag_get_roce_netdev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x31215515 mlx5_vf_put_core_dev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x31949402 mlx5_rl_is_in_range +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x31a040b0 mlx5_fc_destroy +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x32d0ef74 mlx5_core_alloc_pd +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3475821f __SCK__tp_func_mlx5_fs_add_ft +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x348c54f7 mlx5_lag_get_num_ports +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x384aa905 mlx5_core_modify_sq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3a935667 mlx5_core_create_mkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3bcd552f mlx5_eq_notifier_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3bf5b422 mlx5_qp_debugfs_init +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3d2c7cc5 mlx5_vf_get_core_dev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3d332f70 mlx5_core_dealloc_transport_domain +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3ead353e mlx5_lag_mode_is_hash +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3f1cd3e1 mlx5_put_uars_page +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x438c90aa mlx5_alloc_bfreg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4602fdc1 mlx5_fc_create +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x46a44dbf mlx5_eswitch_vport_rep +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x48dc8463 __traceiter_mlx5_fs_del_ft +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4a97d528 mlx5_eq_disable +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4c3c18be mlx5_fc_query +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 0x4ed1952e mlx5_sriov_blocking_notifier_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x508c814a mlx5_eq_destroy_generic +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x51def74e mlx5_cmd_exec +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5229e6b4 mlx5_qp_debugfs_cleanup +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x546ffdc8 __traceiter_mlx5_fs_del_rule +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x548dad11 mlx5_comp_irq_get_affinity_mask +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 0x59badaed mlx5_eq_update_ci +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5c06de19 mlx5_get_fdb_sub_ns +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5c7c4429 mlx5_create_flow_group +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x60614c53 mlx5_core_dealloc_pd +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 0x61f2f183 __traceiter_mlx5_fs_del_fte +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x63a50546 mlx5_core_query_sq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x644e5b6c mlx5_packet_reformat_alloc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x64766f5c mlx5_eq_notifier_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x650d2fa6 mlx5_mpfs_add_mac +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6646623b mlx5_core_destroy_rqt +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x68fddb6e mlx5_destroy_flow_group +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6a6e0f52 __traceiter_mlx5_fs_add_fg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6b2faead mlx5_rsc_dump_next +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6f3aa81d mlx5_get_uars_page +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 0x7437d61b mlx5_create_lag_demux_flow_table +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x74385c8e mlx5_cmd_out_err +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x764de790 __tracepoint_mlx5_fs_add_ft +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x76b34c7a mlx5_eswitch_get_encap_mode +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x77f954a3 mlx5_core_query_mkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x794e04da __tracepoint_mlx5_fs_add_rule +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 0x7bbe47c2 __traceiter_mlx5_fs_set_fte +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7cc92063 mlx5_lag_is_shared_fdb +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7dcf3a09 mlx5_lag_get_peer_mdev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x814902ea mlx5_core_destroy_psv +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x835efddc mlx5_del_flow_rules +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x840e69cc mlx5_lag_is_roce +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x84f400c8 mlx5_nic_vport_disable_roce +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x86fa7f44 mlx5_eswitch_vport_match_metadata_enabled +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8a28810f mlx5_fpga_mem_read +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8bc97c05 mlx5_debug_qp_remove +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8d438718 mlx5_fpga_sbu_conn_create +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8de9c984 __traceiter_mlx5_fw +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8e53a419 mlx5_vector2eqn +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9107d881 mlx5_fpga_mem_write +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x91652f77 mlx5_create_auto_grouped_flow_table +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x961fc9ad mlx5_rsc_dump_cmd_create +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x96df2d1b __tracepoint_mlx5_fs_del_fte +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x96eb2c99 mlx5_fc_id +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9891de01 mlx5_core_query_rq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9986b9c0 mlx5_core_destroy_mkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9af3347d mlx5_lag_get_slave_port +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9c8c6e2b mlx5_flow_table_id +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 0x9d735bd9 mlx5_debugfs_root +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9f013bc8 mlx5_rl_remove_rate_raw +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa0b762a4 mlx5_mpfs_del_mac +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa474fb80 mlx5_cmd_create_vport_lag +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa68047f4 mlx5_eswitch_add_send_to_vport_rule +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xab93e5a6 mlx5_fpga_get_sbu_caps +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 0xaf39a5b1 mlx5_fs_remove_rx_underlay_qpn +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb002f8e0 mlx5_cmd_exec_polling +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb098333f mlx5_lag_is_master +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb3582670 mlx5_core_query_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb631ebfb __tracepoint_mlx5_fw +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb9506462 mlx5_packet_reformat_dealloc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb9bc0954 mlx5_cmd_do +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xbbafb85c mlx5_core_create_rq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xbcd423d2 mlx5_destroy_flow_table +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xbd4df747 mlx5_add_flow_rules +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xbd968554 mlx5_eswitch_get_vport_metadata_for_match +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xbeb611c1 __tracepoint_mlx5_fs_del_fg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xbec16a36 mlx5_modify_header_dealloc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc105358b mlx5_eq_enable +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc2dec604 mlx5_core_query_vendor_id +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc37e7242 mlx5_core_modify_rq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc38060b6 mlx5_eq_get_eqe +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc3a200a9 mlx5_create_flow_table +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc6b63a04 mlx5_core_modify_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc7ef0c46 mlx5_free_bfreg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xca616668 mlx5_core_destroy_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xcc9c0f6c __tracepoint_mlx5_fs_del_rule +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xcf399025 mlx5_query_ib_port_oper +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd144c8f8 mlx5_rl_add_rate_raw +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd1ad009c mlx5_get_flow_namespace +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd259989a mlx5_lag_query_cong_counters +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd3b2412b mlx5_core_detach_mcg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd77f6d0d mlx5_cmd_cleanup_async_ctx +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xdaaa16a8 mlx5_rdma_rn_get_params +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xdb47173e mlx5_core_destroy_tis +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xdd628bb1 mlx5_rl_remove_rate +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xdf595053 __tracepoint_mlx5_fs_del_ft +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe0991522 mlx5_core_destroy_rq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe3f28b61 mlx5_fs_add_rx_underlay_qpn +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe6331fc7 mlx5_eswitch_get_proto_dev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe6929e18 mlx5_comp_vectors_count +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xeac7eaa2 mlx5_debugfs_get_dev_root +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xeb276a6d mlx5_core_create_tir +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xeb5e4fe0 mlx5_core_create_cq +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 0xef3666a1 mlx5_is_roce_on +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xeff8f798 mlx5_core_create_psv +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf019a1c2 mlx5_modify_header_alloc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf70bca06 mlx5_core_destroy_tir +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 0xfbfdce12 mlx5_cmd_init_async_ctx +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 0xfe38cd03 mlx5_notifier_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xff7b2ecd __traceiter_mlx5_fs_add_ft +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxfw/mlxfw 0x0728a89e mlxfw_firmware_flash +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x0137f952 mlxsw_afk_values_add_buf +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 0x0b993722 mlxsw_core_rx_listener_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 0x105d283d mlxsw_core_skb_receive +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x11bf89a0 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 0x202693f0 mlxsw_afa_block_cur_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x22bc78fe 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 0x23fab625 mlxsw_core_bus_device_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x2c68ced3 mlxsw_core_read_frc_h +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x2f303cd3 mlxsw_afa_block_append_qos_dsfield +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x383bc49a mlxsw_afa_block_append_qos_dscp +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x3f672008 mlxsw_reg_trans_write +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x400c334f mlxsw_core_skb_transmit +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x4036254f mlxsw_linecards_event_ops_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x43a9b87e mlxsw_afa_block_terminate +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x47041e4e mlxsw_afk_key_info_blocks_count_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x4765b9f0 mlxsw_core_res_valid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x4866767a mlxsw_env_get_module_eeprom_by_page +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x48cf2f10 mlxsw_core_traps_unregister +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 0x4c5365c8 mlxsw_core_trap_register +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 0x5a939205 mlxsw_afk_values_add_u32 +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 0x65e16da4 mlxsw_afk_key_info_get +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 0x749556a2 mlxsw_afk_key_info_subset +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x75339042 mlxsw_core_lag_mapping_clear +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x77d83398 mlxsw_core_read_frc_l +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x7b0bfeec mlxsw_core_port_fini +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x7e08c6e0 mlxsw_core_event_listener_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x80aa0b20 mlxsw_env_get_module_eeprom +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 0x9254e0fa 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 0x9cf17451 mlxsw_core_ptp_transmitted +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x9e41f494 mlxsw_afk_encode +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 0xaa13d52c mlxsw_env_get_module_info +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 0xb14b9646 mlxsw_afa_create +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xb19a5e4e mlxsw_afa_block_append_mirror +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xb4c0d880 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 0xb772c615 mlxsw_core_traps_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xba05b3b0 mlxsw_core_emad_string_tlv_enable +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 0xbf9862e1 mlxsw_core_driver_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xbfb7df3c mlxsw_core_driver_priv +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xc10747ca mlxsw_core_rx_listener_register +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 0xcc62e907 mlxsw_env_reset_module +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 0xd2b77fc2 mlxsw_core_port_netdev_link +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xd7a93413 mlxsw_core_event_listener_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xd888ffb3 mlxsw_afa_block_append_ip +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xd9f711ae mlxsw_afa_block_append_mcrouter +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xdc415cf1 mlxsw_afa_block_continue +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xdc5c95df mlxsw_core_resources_query +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xdeab0691 mlxsw_afk_create +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 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 0x88b6c0ee mlxsw_i2c_driver_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_i2c 0xa608100f mlxsw_i2c_driver_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_pci 0x434d5d1b mlxsw_pci_driver_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_pci 0xb30adeb3 mlxsw_pci_driver_unregister +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x01e1d27b ocelot_vcap_filter_add +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x02d77ca4 ocelot_sb_tc_pool_bind_set +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x06ea2cfd ocelot_vcap_filter_replace +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x0bc01cfe ocelot_port_lag_join +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x0e8846b6 ocelot_sb_occ_max_clear +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x0fe8aaff ocelot_fdb_add +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x15138696 ocelot_mrp_add_ring_role +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x1515a09c ocelot_port_policer_del +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x18c724ac ocelot_port_bridge_join +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x19453204 vsc7514_vcap_is1_keys +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x1d142375 ocelot_mact_lookup +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x1d5bdb74 ocelot_port_txtstamp_request +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x1ebda7be ocelot_vcap_filter_del +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x1f79a580 ocelot_set_ageing_time +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x2033100a ocelot_mrp_del_ring_role +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x20ae80ae ocelot_sb_port_pool_set +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x222d38d7 ocelot_get_max_mtu +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x25b2395c ocelot_bridge_stp_state_set +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x2defad44 ocelot_fdb_dump +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 0x3180c612 ocelot_ptp_gettime64 +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x38b02c81 ocelot_sb_pool_get +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x4271543f vsc7514_vcap_es0_keys +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x455dd7f2 ocelot_mact_learn +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x499c41e8 ocelot_sb_tc_pool_bind_get +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x4aa58080 ocelot_policer_validate +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x4d800485 ocelot_ptp_adjfine +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x4dd1ce27 ocelot_ptp_verify +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x4f026241 ocelot_port_lag_change +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x4ff24b70 ocelot_ptp_rx_timestamp +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x5013e882 ocelot_xtr_poll_frame +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x571408ac ocelot_devlink_sb_unregister +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x57809d15 ocelot_mact_learn_streamdata +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x5d4600a5 ocelot_get_txtstamp +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x5fbc64ef ocelot_port_policer_add +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x62409c73 ocelot_port_set_maxlen +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x627c73bf ocelot_init_port +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x6530cc04 ocelot_ptp_adjtime +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x656e8489 ocelot_port_bridge_flags +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x71d2f992 ocelot_port_mdb_add +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x74a122f3 ocelot_port_mdb_del +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x74fce968 ocelot_mrp_del +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x75062e2f ocelot_port_vlan_filtering +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x7bec827a ocelot_get_ethtool_stats +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x7f608913 ocelot_vcap_policer_add +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x80a75405 vsc7514_vcap_is2_keys +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x81890aff ocelot_port_get_stats64 +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x84ba78e4 ocelot_deinit_port +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x87729584 ocelot_mrp_add +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x8983037c ocelot_port_inject_frame +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x89f7261c ocelot_init +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x90cbb220 vsc7514_vcap_is2_actions +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x927a9289 ocelot_init_timestamp +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x9381969d vsc7514_ana_regmap +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x94c25e14 ocelot_ptp_settime64 +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x965f13d8 ocelot_port_lag_leave +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x9b68cab8 ocelot_vlan_add +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x9d442141 vsc7514_rew_regmap +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xa6504c9a ocelot_get_sset_count +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xa670fefd ocelot_devlink_sb_register +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xa67d6e7d ocelot_can_inject +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xa78a93ea ocelot_port_pre_bridge_flags +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xa8413d7e vsc7514_sys_regmap +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xb2b71d1c ocelot_hwstamp_set +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xb30c4b92 vsc7514_ptp_regmap +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xb61b1dc4 ocelot_vcap_policer_del +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xb6db1431 ocelot_sb_port_pool_get +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xbba17367 vsc7514_qsys_regmap +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xbc5d03eb ocelot_mact_forget +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xbd87adb9 ocelot_deinit +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xbf07586d ocelot_vlan_del +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xbf48ddc1 vsc7514_qs_regmap +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xc3e3cefd ocelot_port_bridge_leave +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xcc82a86b ocelot_deinit_timestamp +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xce3920d7 ocelot_hwstamp_get +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xceed5e7e vsc7514_dev_gmii_regmap +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 0xd31c85a6 ocelot_sb_occ_tc_port_bind_get +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xd5c1eda9 ocelot_get_strings +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xd687a545 vsc7514_vcap_es0_actions +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xdf39e378 ocelot_ptp_enable +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xe2e9723d ocelot_sb_pool_set +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xe434eedf ocelot_vlan_prepare +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xe794e60a ocelot_fdb_del +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xea1b5ac9 vsc7514_vcap_regmap +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xecaa97fb vsc7514_vcap_is1_actions +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xf20c7f3e ocelot_get_ts_info +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xf32fa3a4 ocelot_sb_occ_port_pool_get +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xf41e2aac ocelot_sb_occ_snapshot +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xf4ea3bc6 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 0x72698836 qed_get_fcoe_ops +EXPORT_SYMBOL drivers/net/ethernet/qlogic/qed/qed 0x992e03d0 qed_put_fcoe_ops +EXPORT_SYMBOL drivers/net/ethernet/qlogic/qed/qed 0x9eeeef48 qed_put_eth_ops +EXPORT_SYMBOL drivers/net/ethernet/qlogic/qed/qed 0xea664583 qed_get_eth_ops +EXPORT_SYMBOL drivers/net/ethernet/qlogic/qed/qed 0xec3b0ffb qed_get_iscsi_ops +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x12124909 wx_read_ee_hostif +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x17234ae7 wx_read_ee_hostif_buffer +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x199bec23 wx_control_hw +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x44c65cc9 wx_check_flash_load +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x64efb1f9 wx_get_pcie_msix_counts +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x6dab0104 wx_disable_rx +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x77950455 wx_set_rar +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x7fad4441 wx_get_mac_addr +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x81b87d32 wx_disable_pcie_master +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x9180ad67 wx_reset_misc +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x981020da wx_stop_adapter +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xa9dba7e7 wx_reset_hostif +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xbe9a89c9 wx_init_eeprom_params +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xe997cb7a wx_init_rx_addrs +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xf5c072b5 wx_sw_init +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xf7e42c28 wx_mng_present +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xf9762762 wx_host_interface_command +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xfe0081d2 wx_clear_rar +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0x43297d34 hdlcdrv_unregister +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0x89deb607 hdlcdrv_transmitter +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0xa4d3d2c7 hdlcdrv_arbitrate +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0xcb228b0e hdlcdrv_register +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0xfcdbaf37 hdlcdrv_receiver +EXPORT_SYMBOL drivers/net/mdio 0x3e17f466 mdio_set_flag +EXPORT_SYMBOL drivers/net/mdio 0x60443957 mdio45_probe +EXPORT_SYMBOL drivers/net/mdio 0x63e0fee5 mdio45_links_ok +EXPORT_SYMBOL drivers/net/mdio 0x7e8fabde mdio45_ethtool_ksettings_get_npage +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 0x1f8bff75 mscc_miim_setup +EXPORT_SYMBOL drivers/net/pcs/pcs-lynx 0x0cad3e7a lynx_pcs_destroy +EXPORT_SYMBOL drivers/net/pcs/pcs-lynx 0x11bf1027 lynx_pcs_create +EXPORT_SYMBOL drivers/net/pcs/pcs-lynx 0x27665820 lynx_get_mdio_device +EXPORT_SYMBOL drivers/net/pcs/pcs-rzn1-miic 0x63f8a250 miic_create +EXPORT_SYMBOL drivers/net/pcs/pcs-rzn1-miic 0xa3d2db4d miic_destroy +EXPORT_SYMBOL drivers/net/phy/bcm-phy-lib 0xb4995e20 bcm54xx_auxctl_write +EXPORT_SYMBOL drivers/net/ppp/pppox 0x82cef415 pppox_ioctl +EXPORT_SYMBOL drivers/net/ppp/pppox 0xdedd3c71 register_pppox_proto +EXPORT_SYMBOL drivers/net/ppp/pppox 0xe0ff7a18 unregister_pppox_proto +EXPORT_SYMBOL drivers/net/ppp/pppox 0xef69cfc7 pppox_unbind_sock +EXPORT_SYMBOL drivers/net/sungem_phy 0xd264e168 sungem_phy_probe +EXPORT_SYMBOL drivers/net/team/team 0x070db0cc team_modeop_port_enter +EXPORT_SYMBOL drivers/net/team/team 0x33ca786e team_options_change_check +EXPORT_SYMBOL drivers/net/team/team 0x710649c2 team_options_unregister +EXPORT_SYMBOL drivers/net/team/team 0x7df0cde9 team_modeop_port_change_dev_addr +EXPORT_SYMBOL drivers/net/team/team 0x8c1bc6aa team_option_inst_set_change +EXPORT_SYMBOL drivers/net/team/team 0xd1749d31 team_mode_unregister +EXPORT_SYMBOL drivers/net/team/team 0xdd95a583 team_options_register +EXPORT_SYMBOL drivers/net/team/team 0xe6c00ac8 team_mode_register +EXPORT_SYMBOL drivers/net/usb/usbnet 0x83d68ce1 usbnet_link_change +EXPORT_SYMBOL drivers/net/usb/usbnet 0xaaf1f2e6 usbnet_device_suggests_idle +EXPORT_SYMBOL drivers/net/usb/usbnet 0xb031cf1e usbnet_manage_power +EXPORT_SYMBOL drivers/net/wan/hdlc 0x1cbca27a hdlc_start_xmit +EXPORT_SYMBOL drivers/net/wan/hdlc 0x25dff8ec attach_hdlc_protocol +EXPORT_SYMBOL drivers/net/wan/hdlc 0x50572486 hdlc_ioctl +EXPORT_SYMBOL drivers/net/wan/hdlc 0x51dcb60c hdlc_open +EXPORT_SYMBOL drivers/net/wan/hdlc 0x693eb21c hdlc_close +EXPORT_SYMBOL drivers/net/wan/hdlc 0x69a1b055 alloc_hdlcdev +EXPORT_SYMBOL drivers/net/wan/hdlc 0x6e0628a3 unregister_hdlc_device +EXPORT_SYMBOL drivers/net/wan/hdlc 0xa6471880 detach_hdlc_protocol +EXPORT_SYMBOL drivers/net/wan/hdlc 0xa8d4e59d unregister_hdlc_protocol +EXPORT_SYMBOL drivers/net/wan/hdlc 0xb9ff2c09 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 0x4571aea8 ath_is_world_regd +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x83cd03e2 ath_regd_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xa18f224e ath_regd_find_country_by_name +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xb2550693 ath_key_delete +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xb3dc2211 ath_hw_keyreset +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xb6588ba6 ath_bus_type_strings +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xc39f9d04 ath_rxbuf_alloc +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xd079e90c ath_hw_keysetmac +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xda31cbef ath_hw_get_listen_time +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xdb1dae9b ath_hw_cycle_counters_update +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xdd2bd2c5 ath_is_mybeacon +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xe647988e ath_printk +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xe708a1df ath_hw_setbssidmask +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xeb3cece5 ath_key_config +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xf5981e15 ath_reg_notifier_apply +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xf7d5405a dfs_pattern_detector_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x015e5db2 ath10k_debug_mask +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x06768e23 ath10k_htc_rx_completion_handler +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x0784dc4a ath10k_ce_disable_interrupt +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x10a33e18 ath10k_coredump_new +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x10b640b5 ath10k_ce_completed_send_next_nolock +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x173ca501 ath10k_ce_enable_interrupt +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x1863b43f ath10k_err +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x1c4ab297 ath10k_bmi_start +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x2feed9ca ath10k_htt_t2h_msg_handler +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x380b9861 ath10k_ce_per_engine_service_any +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x39721ff0 ath10k_print_driver_info +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x3eb156c5 ath10k_ce_init_pipe +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x3f392682 ath10k_ce_alloc_pipe +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x42c80875 ath10k_core_register +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x4a0d09b8 __ath10k_ce_send_revert +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x4b89039f __ath10k_ce_rx_num_free_bufs +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x56a3a0e5 ath10k_ce_alloc_rri +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x5929015d ath10k_ce_send +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x62406691 ath10k_info +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x650795a7 ath10k_core_check_dt +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x692d3aba ath10k_ce_enable_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x6a1345cf ath10k_core_fetch_board_file +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x6c149405 ath10k_warn +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x74007694 ath10k_htc_process_trailer +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x74793df4 ath10k_ce_per_engine_service +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x76c13a95 ath10k_ce_free_rri +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x78a183eb ath10k_core_unregister +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x7b93f63c ath10k_core_start_recovery +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x7e7ea910 ath10k_ce_revoke_recv_next +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x7ec1dcd9 ath10k_htc_notify_tx_completion +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x805b4f99 ath10k_core_napi_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x8680b15b ath10k_ce_completed_recv_next +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x8df2ad4a ath10k_core_napi_sync_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x914654d6 ath10k_ce_rx_update_write_idx +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x95e8bed5 ath10k_ce_dump_registers +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xa5a000a1 ath10k_coredump_get_mem_layout +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xaa73061a ath10k_core_stop +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xaac08e60 ath10k_ce_disable_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xbf2ebf26 ath10k_ce_free_pipe +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xc0568b5d ath10k_bmi_read_memory +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xc0c29670 ath10k_ce_completed_send_next +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xc1842628 ath10k_ce_deinit_pipe +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xc9912b66 __tracepoint_ath10k_log_dbg +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xd3615520 ath10k_htt_hif_tx_complete +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xd51dfec8 ath10k_htt_txrx_compl_task +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xd6094066 ath10k_htt_rx_hl_indication +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xd639f711 ath10k_core_start +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xdef8e1da ath10k_htt_rx_pktlog_completion_handler +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xe18f6bd2 ath10k_ce_completed_recv_next_nolock +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xe29abcc1 ath10k_core_destroy +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xec662d53 ath10k_core_free_board_files +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xef066074 ath10k_mac_tx_push_pending +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xef2c0c70 ath10k_ce_rx_post_buf +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xef9ecfa8 ath10k_ce_num_free_src_entries +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xf31c2409 ath10k_ce_cancel_send_next +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xf4c9d2fe ath10k_ce_send_nolock +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xf842d0b9 ath10k_htc_tx_completion_handler +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xfc54a1ca ath10k_core_create +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x081ff4a6 __tracepoint_ath11k_log_dbg +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x0d076d4c ath11k_pcic_map_service_to_pipe +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x10c5d1f0 ath11k_ce_get_shadow_config +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x1123c30b ath11k_core_suspend +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x136f56db ath11k_core_free +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x149eb356 ath11k_pcic_read32 +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x3049818f ath11k_pcic_get_user_msi_assignment +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x34bb8605 ath11k_dp_service_srng +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x43efaa99 ath11k_core_pre_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x444b3c59 ath11k_ce_per_engine_service +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x4958e48d ath11k_pcic_read +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x5a010319 ath11k_info +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x69867ae0 ath11k_hal_srng_deinit +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x6bbfecbe ath11k_ce_cleanup_pipes +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x6d90442f ath11k_pcic_get_ce_msi_idx +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x74a5bcfc ath11k_pci_enable_ce_irqs_except_wake_irq +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x78214f53 ath11k_ce_rx_post_buf +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x78c64518 ath11k_err +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x83873f8c ath11k_warn +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x84b05f3e ath11k_core_resume +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x8d4e4459 ath11k_qmi_deinit_service +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x914eb9ee ath11k_ce_free_pipes +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x9c51bcc4 ath11k_debug_mask +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xa0aee0ad ath11k_pcic_register_pci_ops +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xa21326f5 ath11k_core_alloc +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xa2bfe159 ath11k_ce_get_attr_flags +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xa368a46f ath11k_core_deinit +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xaee79df8 ath11k_pcic_free_irq +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xb2ac7fa2 ath11k_pcic_write32 +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xb77a673e ath11k_pcic_ce_irqs_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xb919dde7 ath11k_ce_alloc_pipes +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xbad00964 ath11k_pcic_ext_irq_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xbeba3c94 ath11k_hal_srng_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xc7e39db3 ath11k_pcic_ext_irq_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xd002320b ath11k_core_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xd29dc4e3 ath11k_pcic_config_irq +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xd996251b ath11k_debugfs_soc_destroy +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xd99d7108 ath11k_pci_disable_ce_irqs_except_wake_irq +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xdacccc5f ath11k_pcic_get_msi_address +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xe1de2400 ath11k_pcic_ce_irq_disable_sync +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xeb3d32c6 ath11k_pcic_start +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xee8b35d6 ath11k_pcic_init_msi_config +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xf0197188 ath11k_cold_boot_cal +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xfd273ba6 ath11k_pcic_stop +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x031879c5 ath6kl_core_cleanup +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x1354043d ath6kl_warn +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x323f4441 ath6kl_core_destroy +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x3502feef ath6kl_info +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x3d9ca8d8 ath6kl_hif_intr_bh_handler +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x527734fd ath6kl_cfg80211_suspend +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x8210a57f ath6kl_core_tx_complete +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x91cfb84a ath6kl_hif_rw_comp_handler +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xabadc76a ath6kl_core_create +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xb66ea5ab ath6kl_stop_txrx +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xb881b1a9 ath6kl_printk +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xb9a689dd ath6kl_err +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xc1ca859b ath6kl_read_tgt_stats +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xcd5abf08 ath6kl_core_rx_complete +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xe59e1ead ath6kl_core_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xf6e01155 ath6kl_cfg80211_resume +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x12bea1e4 ath9k_cmn_setup_ht_cap +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x13698d0b ath9k_cmn_beacon_config_ap +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x17a6e9b4 ath9k_cmn_debug_phy_err +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x1f9995bf ath9k_cmn_spectral_scan_config +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x229fe875 ath9k_cmn_get_channel +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x2822a7a6 ath9k_cmn_get_hw_crypto_keytype +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x2965c5ba ath9k_cmn_rx_skb_postprocess +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x3cc25c03 ath9k_cmn_spectral_scan_trigger +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x41aae67b ath9k_cmn_debug_stat_rx +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x65d07034 ath9k_cmn_rx_accept +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x6f80b0f1 ath9k_cmn_debug_recv +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x757a0d72 ath9k_cmn_process_rssi +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x844169e0 ath9k_cmn_beacon_config_sta +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x9f865bbf ath9k_cmn_init_crypto +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xa4520b3a ath9k_cmn_debug_modal_eeprom +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xa54aa276 ath9k_cmn_spectral_init_debug +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xb568bdf4 ath9k_cmn_spectral_deinit_debug +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xc02dbae1 ath9k_cmn_update_txpow +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xd0c08c14 ath9k_cmn_beacon_config_adhoc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xd148dcfd ath9k_cmn_init_channels_rates +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xd2981357 ath9k_cmn_count_streams +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xe2ae64a5 ath_cmn_process_fft +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xe9a7aaec ath9k_cmn_process_rate +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xfc3625f2 ath9k_cmn_debug_base_eeprom +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xfdd32d72 ath9k_cmn_reload_chainmask +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x01b4997f ath9k_hw_txstart +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x034fe892 ath9k_hw_setrxabort +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x07094d50 ath9k_hw_get_txq_props +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x081aa565 ath9k_hw_btcoex_deinit +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0cca827e ath9k_hw_stopdmarecv +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0f77dafc ath9k_hw_get_tsf_offset +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x1232144e ath9k_hw_bstuck_nfcal +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x125ee8cc ath9k_hw_btcoex_bt_stomp +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x134d0f6f ath9k_hw_set_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x18a41bf3 ath9k_hw_gen_timer_start +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x19a8cdef ath9k_hw_settsf64 +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x1a316645 ath9k_hw_stop_dma_queue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x1a7b6b3d ath9k_hw_getnf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x1c18dc84 ath9k_hw_set_gpio +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x1dcde59b ath9k_hw_setuprxdesc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x20029e22 ath9k_hw_set_txpowerlimit +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x201d8d80 ar9003_paprd_create_curve +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x2726335f ath9k_hw_disable_mib_counters +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x28c589b2 ar9003_paprd_init_table +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x28da49fc ath9k_hw_ani_monitor +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x299290f3 ath9k_hw_wow_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x318d88f2 ath9k_hw_process_rxdesc_edma +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x32421e33 ath9k_hw_phy_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x3371b03d ath9k_hw_gen_timer_stop +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x34833794 ath9k_hw_setuptxqueue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x3785d074 ath9k_hw_resume_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x3a660b54 ath9k_hw_gpio_get +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x404f512d ath9k_hw_abort_tx_dma +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x40bd6783 ar9003_paprd_setup_gain_table +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x40d1703a ath9k_hw_write_associd +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x4238284e ath9k_hw_set_tsfadjust +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x424de4ac ath9k_hw_beaconq_setup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x4353b79c ath9k_hw_name +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x46bb8c0a ath9k_hw_startpcureceive +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x5146a07a ath9k_hw_beaconinit +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x56d440d2 ath9k_hw_setmcastfilter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x586fb89c ath9k_hw_check_alive +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x5a9d3212 ath9k_hw_computetxtime +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x5daa72ee ar9003_is_paprd_enabled +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6a389d27 ath9k_hw_setup_statusring +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6a9099b5 ar9003_mci_send_message +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6bc86c50 ath9k_hw_reset_calvalid +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6c5c8b3a ath9k_hw_kill_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6d32f91a ath9k_hw_rxprocdesc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x71f17f30 ath9k_hw_disable_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x7a6a8d2d ath9k_hw_putrxbuf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x7b99bc55 ath9k_hw_setopmode +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x7bc8ad71 ath9k_hw_gettsf64 +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x7c0a1be2 ar9003_mci_send_wlan_channels +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x7c71c8ed ar9003_paprd_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x7f404a91 ar9003_mci_state +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x80d7d1e0 ar9003_hw_disable_phy_restart +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x81c74cd5 ath9k_hw_updatetxtriglevel +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x8b490c66 ath9k_hw_setrxfilter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x8c186557 ath9k_hw_init_global_settings +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x90d73834 ar9003_paprd_is_done +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x90f8d28b ath_gen_timer_alloc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x92b1fd6c ath9k_hw_resettxqueue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x92ba39f0 ar9003_mci_cleanup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x93b415cd ath9k_hw_numtxpending +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x95793e36 ath9k_hw_btcoex_init_3wire +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x9e1013b4 ath9k_hw_set_rx_bufsize +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa1f9ff5c ath9k_hw_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa3375d3a ath9k_hw_gpio_free +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa6c67ef5 ath9k_hw_addrxbuf_edma +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa878320b ar9003_mci_get_next_gpm_offset +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xaea9f535 ar9003_mci_get_interrupt +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb0abdeaa ath9k_hw_wow_apply_pattern +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb0e1e6b4 ath9k_hw_reset_tsf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb46c3f35 ath9k_hw_getchan_noise +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb59795bb ath9k_hw_init_btcoex_hw +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb70d7971 ath9k_hw_wait +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb9e9424b ath9k_hw_intrpend +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xbaa7b6d0 ath9k_hw_deinit +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xbaeb208d ath9k_hw_btcoex_init_mci +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xbb91db0b ath9k_hw_btcoex_init_2wire +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xbc244699 ath9k_hw_set_sta_beacon_timers +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xbe1c4738 ath9k_hw_puttxbuf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xbfd5e580 ath9k_hw_btcoex_init_scheme +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xbff39955 ath9k_hw_reset +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc353950a ath9k_hw_btcoex_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc604ae77 ath9k_hw_gettsf32 +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc6419861 ath9k_hw_wow_wakeup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc64ec153 ath9k_hw_set_tx_filter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc8078530 ath_gen_timer_isr +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc83860aa ar9003_get_pll_sqsum_dvc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc8c41be7 ar9003_hw_bb_watchdog_dbg_info +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xcac6070a ath9k_hw_gettxbuf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xcf29f6d3 ath9k_hw_setpower +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd1c7405a ath9k_hw_gpio_request_in +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd3195da9 ath9k_hw_btcoex_set_weight +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd31a32bf ath_gen_timer_free +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd325e0fc ath9k_hw_enable_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd3b1d627 ath9k_hw_setantenna +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd476f926 ath9k_hw_getrxfilter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd5b0d781 ath9k_hw_gpio_request_out +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd646686b ar9003_paprd_populate_single_table +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd74cff9e ath9k_hw_set_txq_props +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd868b91a ar9003_mci_set_bt_version +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xdfbf5998 ath9k_hw_releasetxqueue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xe1f964f3 ath9k_hw_btcoex_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xe5b84702 ath9k_hw_btcoex_set_concur_txprio +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xe65bd05a ar9003_mci_setup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xe8a8f522 ath9k_hw_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xee12ca22 ath9k_hw_check_nav +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf0b5f2c3 ar9003_hw_bb_watchdog_check +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf3b035ef ath9k_hw_loadnf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf8a9d4e0 ath9k_hw_abortpcurecv +EXPORT_SYMBOL drivers/net/wireless/atmel/atmel 0xdb18b958 atmel_open +EXPORT_SYMBOL drivers/net/wireless/atmel/atmel 0xde4787cd init_atmel_card +EXPORT_SYMBOL drivers/net/wireless/atmel/atmel 0xeb585b45 stop_atmel_card +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x0b78b2b5 brcmu_pktq_flush +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x11c861f1 brcmu_pkt_buf_get_skb +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x18d503ce brcmu_pktq_pdeq_match +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x1906648e brcmu_boardrev_str +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x24555a3c brcmu_pktq_peek_tail +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x3705a046 brcmu_pktq_mlen +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x38b4021d brcmu_pktq_penq_head +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x3ebbd21c brcmu_pkt_buf_free_skb +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x754feb65 brcmu_pktq_pdeq +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x8ffd8e8c brcmu_pktq_pdeq_tail +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0xa17c0ccf brcmu_dotrev_str +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0xa8301a8a brcmu_pktq_init +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0xc144ac8d 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 0xe25b697b brcmu_pktq_pflush +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0xf6f1af33 brcmu_pktq_penq +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x12284dd3 libipw_wx_get_encode +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x140b065a libipw_rx +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x1d8afc82 libipw_wx_get_scan +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x2646348f libipw_wx_set_encode +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x29025810 libipw_set_geo +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x2b68a91e libipw_txb_free +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x3fa10eb1 libipw_xmit +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x51a61545 libipw_get_channel +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x52be012f free_libipw +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x6517ffdf libipw_rx_mgt +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x87239ad2 libipw_wx_set_encodeext +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x881354bd libipw_is_valid_channel +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x885b8d30 libipw_get_channel_flags +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x8e14f547 libipw_freq_to_channel +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0xa5471af7 libipw_channel_to_index +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0xab030341 alloc_libipw +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0xb672c3d2 libipw_wx_get_encodeext +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0xc9d66c9b libipw_get_geo +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0xd741a4eb libipw_networks_age +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0xe097e06d libipw_channel_to_freq +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x021308cc il_queue_space +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x03ba456d il_usecs_to_beacons +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x0b931a24 il_setup_scan_deferred_work +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x0c166a6e il_cmd_queue_unmap +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x0fc6b80f il_setup_watchdog +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x1592cdb2 il_write_targ_mem +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x174a7006 il_eeprom_init +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x179db0c8 il_read_targ_mem +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x1b75ee6c _il_apm_stop +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x1b991f27 il_mac_reset_tsf +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x1bfd188f il_hdl_error +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x1c57fd92 il_pm_ops +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x1c952bce il_free_geos +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x1da54bfa il_rx_queue_update_write_ptr +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x1e7045bb il_set_rxon_hwcrypto +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x21524be7 il_free_txq_mem +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x2426dc60 il_init_geos +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x251992bc il_set_decrypted_flag +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x25260666 il_free_channel_map +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x2710a87f il_setup_rx_scan_handlers +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x2713f823 il_apm_init +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x2ac98f8b il_mac_add_interface +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x2e615f5a il_txq_update_write_ptr +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x35535d09 il_add_beacon_time +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x37af169d il_power_update_mode +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x3bfc9f5a il_get_passive_dwell_time +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x3cd50d12 il_eeprom_query16 +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x3e2b40c5 il_alloc_txq_mem +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x416bd26a il_debug_level +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x453c8cd8 il_dbgfs_unregister +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x48188bf5 il_clear_ucode_stations +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x4a55d572 il_tx_cmd_complete +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x4ccf53bc il_set_tx_power +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x50485906 il_scan_cancel +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x50b0c172 il_tx_queue_unmap +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x50cb553b il_force_reset +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x571cdebc il_check_rxon_cmd +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x58623637 il_send_lq_cmd +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x587dadd9 il_wr_prph +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x58dd257e il_init_channel_map +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x59e5cbe4 il_tx_queue_free +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x5a4673f3 il_fill_probe_req +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x5df3722d il_poll_bit +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x60df0872 il_power_initialize +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x63a463e3 il_leds_init +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x64ee3f0b il_eeprom_query_addr +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x6c411ccd il_get_lowest_plcp +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x6c4c6eb7 il_get_single_channel_number +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x6dca522d il_connection_init_rx_config +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x6e43b2f3 il_apm_stop +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x71435053 il_mac_flush +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x7e56d42b il_mac_conf_tx +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x7f83ad10 il_scan_cancel_timeout +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x826534bc il_tx_cmd_protection +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x853c6acf il_send_cmd_sync +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x8a25619d il_mac_hw_scan +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x9171e38c il_cmd_queue_free +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x9203b263 il_dbgfs_register +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x9606cf5d il_irq_handle_error +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x9cc714af il_bg_watchdog +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xa08de65a il_rx_queue_space +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xa17e4efa il_send_cmd_pdu_async +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xa29e0350 il_hdl_spectrum_measurement +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xa4e54bf6 il_eeprom_free +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xa8e70e3a il_send_bt_config +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xac71f884 il_rx_queue_alloc +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xb026b7c1 il_mac_sta_remove +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xb3f31eda il_send_cmd +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xb47c925c il_hdl_pm_sleep +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xb4ecdb4e il_set_flags_for_band +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xb5d6827b il_tx_queue_init +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 0xba2c5c5a il_mac_bss_info_changed +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xbe1ca630 il_set_rxon_ht +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xbe551b38 il_send_cmd_pdu +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xbf5711ac il_set_rate +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xc56b5d1b il_init_scan_params +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xc6126239 il_send_rxon_timing +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xc71e2fed il_leds_exit +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xc7d351a6 il_set_rxon_channel +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xca434c70 il_tx_queue_reset +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xcafd75b2 il_clear_bit +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xcccca2e3 il_send_stats_request +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xd0334650 il_hdl_pm_debug_stats +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xd3e181c2 il_add_station_common +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xd6dfbd9c il_cancel_scan_deferred_work +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xd79725fb il_chswitch_done +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xd90c531f il_set_bit +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xd9853add il_rd_prph +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xdb03630d il_restore_stations +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xdcbc1452 il_full_rxon_required +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xddbcd694 il_get_active_dwell_time +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xe2c7e38b il_get_channel_info +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xe6676099 il_hdl_csa +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xe9866da7 il_send_add_sta +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xf1f067aa il_mac_remove_interface +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xf2da2bb9 il_mac_change_interface +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xf3838024 il_mac_config +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xf6aeb08a il_update_stats +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xf70a693b il_bcast_addr +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xf8543722 il_get_free_ucode_key_idx +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xfeb0d947 il_is_ht40_tx_allowed +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xffc7568a _il_poll_bit +EXPORT_SYMBOL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x1c5036c0 __tracepoint_iwlwifi_dev_ucode_wrap_event +EXPORT_SYMBOL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x1ea629dd __traceiter_iwlwifi_dev_ucode_cont_event +EXPORT_SYMBOL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x268222f8 __traceiter_iwlwifi_dev_ucode_wrap_event +EXPORT_SYMBOL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x40e1d49b __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 0x6ff0d5fc __tracepoint_iwlwifi_dev_ucode_event +EXPORT_SYMBOL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x8bdc4afa __tracepoint_iwlwifi_dev_ucode_cont_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 0xd1e69877 __SCK__tp_func_iwlwifi_dev_ucode_cont_event +EXPORT_SYMBOL drivers/net/wireless/intel/iwlwifi/iwlwifi 0xec760c24 iwl_trans_pcie_remove +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x0ad69602 hostap_set_multicast_list_queue +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x0d622e60 hostap_init_ap_proc +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x0ea7e3e3 hostap_add_interface +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x15e494ef hostap_set_word +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x1f6fb561 hostap_setup_dev +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x2487eea2 hostap_set_string +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x2bb78013 hostap_master_start_xmit +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x41cf1e8b hostap_info_init +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x436a9960 hostap_set_antsel +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x4948df7f hostap_handle_sta_tx_exc +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x4feca5c8 hostap_remove_proc +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x5a071f71 hostap_80211_rx +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x5a5b228a hostap_get_porttype +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x5b8f4897 hostap_remove_interface +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x7fb75891 hostap_dump_rx_header +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x96a4e979 hostap_init_data +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x98b506b3 hostap_set_hostapd_sta +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xa8ef9661 hostap_free_data +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xabe51f72 prism2_update_comms_qual +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xad1dabd1 hostap_init_proc +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xadd547e3 hostap_set_hostapd +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xaeaa85aa hostap_info_process +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xb4b77c8b hostap_80211_get_hdrlen +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xc80ad3af hostap_set_roaming +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xcc66b60d hostap_80211_ops +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xdccae9d4 hostap_check_sta_fw_version +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xf86e736f hostap_set_auth_algs +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xf91c03e2 hostap_dump_tx_header +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xfbeda84a hostap_set_encryption +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x0789af46 free_orinocodev +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x184edd88 orinoco_up +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x1aa31e00 orinoco_if_del +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x2b27e9e7 orinoco_open +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x31dec27d orinoco_tx_timeout +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x3f65c5f4 orinoco_change_mtu +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x492387f1 orinoco_process_xmit_skb +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x6186a05d orinoco_set_multicast_list +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0xa63a9384 orinoco_stop +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0xacc53e4c orinoco_down +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0xb675101c orinoco_init +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0xdaf1ad72 __orinoco_ev_rx +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0xdb6498ec orinoco_if_add +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0xe57e17cf alloc_orinocodev +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0xeb06cb81 hermes_struct_init +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0xef3a5c44 __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 0x86ed6356 mt76_wcid_key_setup +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/btcoexist/btcoexist 0x46b50b23 rtl_btc_get_ops_pointer +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x02f63448 _rtl92c_phy_rf_serial_write +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x0b7560e7 rtl92c_dm_watchdog +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x10e14645 _rtl92c_phy_init_bb_rf_register_definition +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 0x2e9739e5 _rtl92c_store_pwrindex_diffrate_offset +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x32066143 _rtl92c_phy_fw_rf_serial_read +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x36626f85 rtl92c_phy_update_txpower_dbm +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x44e04803 _rtl92c_phy_dbm_to_txpwr_idx +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x4c4d38b6 rtl92c_dm_check_txpower_tracking +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x507b2641 rtl8192_phy_check_is_legal_rfpath +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x5798b177 rtl92c_phy_set_rfpath_switch +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x61b760f8 rtl92c_phy_iq_calibrate +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x6d244029 _rtl92c_phy_rf_serial_read +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x77062e90 _rtl92c_phy_bb8192c_config_parafile +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x7caaa03c rtl92c_phy_lc_calibrate +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x7e05d954 rtl92c_phy_set_bb_reg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x84019caf rtl92c_dm_init_edca_turbo +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x870f78fe rtl92c_phy_rf_config +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x8c593769 rtl92c_dm_init_rate_adaptive_mask +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x8d10ebb0 rtl92c_dm_write_dig +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x8d96468b rtl92c_fill_h2c_cmd +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x9555ed14 rtl92c_set_fw_pwrmode_cmd +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xa2b06e1b _rtl92c_phy_txpwr_idx_to_dbm +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xad6d8e8d rtl92c_phy_set_txpower_level +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xaea16612 rtl92c_bt_rssi_state_change +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xaeccf10d rtl92c_phy_set_bw_mode +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xb3ca7f19 rtl92c_phy_set_io +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xb45cb4a6 rtl92c_download_fw +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xbe34e10e rtl92c_set_fw_rsvdpagepkt +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xbfca8201 rtl92c_firmware_selfreset +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xc12e2dc5 rtl92c_phy_set_io_cmd +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xc79c3e69 rtl92c_phy_ap_calibrate +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xce8581a2 rtl92c_dm_init +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xe0b74ac3 rtl92c_phy_sw_chnl +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xe37b04f1 rtl92ce_phy_set_rf_on +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xe8928530 rtl92c_phy_query_bb_reg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xea226ab7 _rtl92c_phy_fw_rf_serial_write +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xea6f8fa6 rtl92c_dm_rf_saving +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xec561715 rtl92c_set_fw_joinbss_report_cmd +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xf2a30f32 rtl92c_dm_bt_coexist +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xf8331ec1 _rtl92c_phy_set_rf_sleep +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xfcff3192 rtl92c_phy_sw_chnl_callback +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_pci 0x1ac96a73 rtl_pci_suspend +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_pci 0x77b095f0 rtl_pci_disconnect +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_pci 0x90ff9dee rtl_pci_probe +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_pci 0xa1162d05 rtl_pci_resume +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_usb 0x0b88a0be rtl_usb_probe +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_usb 0x0be6427d rtl_usb_resume +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_usb 0x3231cac7 rtl_usb_disconnect +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_usb 0x9df52939 rtl_usb_suspend +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x065f262b rtl_init_rfkill +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x0b038e24 channel5g_80m +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x0d903fec rtl_get_tcb_desc +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 0x21b40e13 rtl_ps_enable_nic +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x30a956d7 rtl_query_rxpwrpercentage +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x3dfbba48 rtl_cam_mark_invalid +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x424afbc8 efuse_read_1byte +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x46223305 rtl_cmd_send_packet +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x49b8b97a rtl_process_phyinfo +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x4b454369 rtl_efuse_shadow_map_update +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x53f3b684 efuse_power_switch +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x543f8aac rtl_mrate_idx_to_arfr_id +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x54824f58 channel5g +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x56d7d569 rtl_cam_empty_entry +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x5a19d374 rtl_rfreg_delay +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x627621da efuse_one_byte_read +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x68ef9436 rtl_collect_scan_list +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x7360562a rtl_cam_get_free_entry +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x747081d0 rtl_rx_ampdu_apply +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x8049f40a rtl_dm_diginit +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x82d36bca rtl_signal_scale_mapping +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x8bec4f44 rtl_ps_disable_nic +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x9e15fed1 rtlwifi_rate_mapping +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xa69fe32b rtl_c2hcmd_enqueue +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xaa4763fc rtl_hal_pwrseqcmdparsing +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xadbbe0ae rtl_cam_reset_all_entry +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xaf5de6ce rtl_bb_delay +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xbf90094a rtl_cam_del_entry +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xca38a63b efuse_shadow_read +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xd5873508 rtl_fw_cb +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xd6ef7546 rtl_cam_delete_one_entry +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xe59aa8cf rtl_phy_scan_operation_backup +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xed7c8cf2 rtl_evm_db_to_percentage +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xf6c32a8c rtl_cam_add_one_entry +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xf90435a4 rtl_send_smps_action +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_8723d 0x4c63126f rtw8723d_hw_spec +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_8821c 0xd1a365e2 rtw8821c_hw_spec +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_8822b 0xa78368dd rtw8822b_hw_spec +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_8822c 0x484103e3 rtw8822c_hw_spec +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x0408930c rtw_phy_read_rf_sipi +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x04bee9b5 rtw_rx_stats +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x052a5be1 rtw_parse_tbl_txpwr_lmt +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x0553c443 rtw_fw_do_iqk +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x05568156 rtw_bf_remove_bfee_su +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x07385e95 rtw_bf_cfg_csi_rate +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x098442d0 rtw_set_rx_freq_band +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x10be7a02 rtw_bf_remove_bfee_mu +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x11c0e093 rtw_tx_report_enqueue +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x1238609a rtw_core_deinit +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x17ef196c rtw_dump_reg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x1acf00d0 rtw_coex_read_indirect_reg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x1d172955 rtw_bf_phy_init +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x206a6839 rtw_phy_cfg_bb +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x20d22952 rtw_bf_enable_bfee_su +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x21eddad0 rtw_phy_set_tx_power_level +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x25818294 rtw_phy_cfg_agc +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x2c553736 rtw_phy_init +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x2fd827ca rtw_core_init +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x33b3f3c0 rtw_debug_mask +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x3437723c rtw_phy_write_rf_reg_mix +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x3690feca rtw_tx_write_data_rsvd_page_get +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x36c5bfca rtw_disable_lps_deep_mode +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x3c14dab6 rtw_phy_config_swing_table +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x3fa2fb7b rtw_bf_set_gid_table +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x423b50d6 rtw_phy_load_tables +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 0x47e6476c rtw_tx_write_data_h2c_get +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x4b145f01 rtw_phy_pwrtrack_avg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x519c8ba9 rtw_rate_size +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x5530a0ff rtw_tx_fill_tx_desc +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x58210e60 rtw_rate_section +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x58312114 rtw_parse_tbl_bb_pg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x590514b5 rtw_read8_physical_efuse +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x59483784 rtw_phy_write_rf_reg_sipi +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x5b4d66b2 check_hw_ready +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x5ff6e25f rtw_coex_write_indirect_reg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x72eeab23 rtw_unregister_hw +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x731db9c4 rtw_fw_c2h_cmd_isr +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x7ac4b61b rtw_fw_inform_rfk_status +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x7e05331e rtw_chip_info_setup +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x81bc39a5 rtw_phy_cfg_rf +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x88c933f0 rtw_regd_get +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x8bee11eb rtw_phy_pwrtrack_get_delta +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x9c3eb223 rtw_register_hw +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x9f11139f rtw_phy_get_tx_power_index +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xa98cb0f6 rtw_phy_pwrtrack_need_lck +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xaa9305c2 __rtw_dbg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xb3efd300 rtw_set_channel_mac +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xb469434f rtw_fw_c2h_cmd_rx_irqsafe +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xb85252c0 rtw_ops +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xbb4a0916 rtw_coex_write_scbd +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xbe23c2c5 rtw_bf_enable_bfee_mu +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xc7bae3c4 rtw_phy_set_edcca_th +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xcfc6f882 rtw_phy_pwrtrack_thermal_changed +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xd0472f5a rtw_restore_reg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xd58ce656 rtw_parse_tbl_phy_cond +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xe6d606dc rtw_phy_pwrtrack_get_pwridx +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xeb4cd53d rtw_phy_cfg_mac +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xec4c8918 rtw_rx_fill_rx_status +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xf1d57e4c rtw_power_mode_change +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xf5afdfbb rtw_phy_pwrtrack_need_iqk +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xf94cdfcf rtw_phy_read_rf +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xfb4ea872 rtw_phy_parsing_cfo +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xff5a0c71 rtw_dump_fw +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_pci 0x2290ac2b rtw_pm_ops +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_pci 0x2ed707c0 rtw_pci_probe +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_pci 0xc39464f1 rtw_pci_shutdown +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_pci 0xecba0a60 rtw_pci_remove +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_usb 0x2f87efed rtw_usb_probe +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_usb 0x5b45de19 rtw_usb_disconnect +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_8852a 0x8ab9e3af rtw8852a_chip_info +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_8852b 0xfd27315f rtw8852b_chip_info +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_8852c 0x66827d30 rtw8852c_chip_info +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x000af146 rtw89_mac_disable_bb_rf +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x0aae2b56 rtw89_mac_size +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x0bffb289 rtw89_mac_get_err_status +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x0caee112 rtw89_mac_coex_init_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x0d8f6c7f rtw89_core_rx +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x13e5f013 rtw89_phy_set_txpwr_offset +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x15793e5f rtw89_btc_set_policy_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x1c471528 rtw89_core_fill_txdesc +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x1c55bf65 rtw89_mac_stop_sch_tx +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x1d6234f9 rtw89_mac_read_xtal_si +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x1f192e01 rtw89_mac_cfg_ctrl_path_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x20c4c7dd rtw89_mac_set_err_status +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x2bc25afd rtw89_btc_set_policy +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x38341376 rtw89_ser_notify +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x3f240c27 rtw89_free_ieee80211_hw +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x43f160d8 rtw89_core_init +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x477a7010 rtw89_phy_config_rf_reg_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x49fa4d97 rtw89_core_fill_txdesc_fwcmd_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x53a630bf rtw89_mac_resume_sch_tx_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x551731f5 rtw89_core_fill_txdesc_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x60cdbe19 rtw89_core_deinit +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x6932c717 rtw89_mac_coex_init +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x6d6f080b rtw89_mac_write_xtal_si +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x6e0a703d rtw89_mac_resume_sch_tx +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x70a11dde rtw89_btc_ntfy_wl_rfk +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x730c8f2c rtw89_phy_read32_idx +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x7a8b05cf rtw89_phy_tssi_ctrl_set_bandedge_cfg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x7aebe829 rtw89_phy_read_txpwr_limit +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x7e66e370 rtw89_core_unregister +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x81338dfd __rtw89_debug +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x90fba7a0 rtw89_core_napi_stop +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x911ea005 rtw89_ops +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x9ce9f2a2 rtw89_fw_h2c_dctl_sec_cam_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x9efb139e rtw89_core_query_rxdesc +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xaa89e3bb rtw89_phy_get_txsc +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xacf285bc rtw89_phy_read_rf_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xae131571 rtw89_mac_get_txpwr_cr +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xae42a24e rtw89_core_register +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xb208ab33 rtw89_core_napi_start +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xb58eb24f rtw89_mac_cfg_gnt_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xb77e0f97 rtw89_mac_enable_bb_rf +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xba80a5fb rtw89_phy_write_rf_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xbe4d97ee rtw89_fw_h2c_rf_ntfy_mcc +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xc232827c rtw89_mac_cfg_ppdu_status +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xc70d42c6 rtw89_phy_write32_idx +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xcbc357ad rtw89_mac_cfg_gnt +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xd0c8ba6a rtw89_phy_load_txpwr_byrate +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xd1dbd02e rtw89_phy_set_txpwr_limit +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xd1ef41e8 rtw89_core_napi_deinit +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xd2274da0 rtw89_mac_cfg_ctrl_path +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xd3643652 rtw89_mac_stop_sch_tx_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xdaca63cc rtw89_phy_write_rf +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xe07755fb rtw89_phy_set_txpwr_byrate +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xe3bbae91 rtw89_alloc_ieee80211_hw +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xe3f57b04 rtw89_debug_mask +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xe61687cd rtw89_phy_write_reg3_tbl +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xe6639cc9 rtw89_phy_read_rf +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xf5849487 rtw89_phy_set_txpwr_limit_ru +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xf8276538 rtw89_rfk_parser +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xf885377a rtw89_chip_info_setup +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xfd2d11c0 rtw89_core_napi_init +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x0813ed03 rtw89_pci_recognize_intrs +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x0e641fcd rtw89_pci_remove +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x10884051 rtw89_pm_ops +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x1fcd2d81 rtw89_pci_fill_txaddr_info_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x29704327 rtw89_pci_enable_intr +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x32e541df rtw89_pci_probe +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x479fcfc3 rtw89_pci_enable_intr_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x519c8e47 rtw89_pci_ltr_set_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x6e33349b rtw89_pci_config_intr_mask +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 0x7c5e93d2 rtw89_pci_ltr_set +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x7ccba0d1 rtw89_pci_disable_intr +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x8cde1c09 rtw89_pci_config_intr_mask_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x9ce0961b rtw89_pci_ch_dma_addr_set +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0xd44b094f rtw89_pci_fill_txaddr_info +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0xd7f17963 rtw89_pci_recognize_intrs_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0xdf360adf 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 0xef7fbab7 rsi_config_wowlan +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0x36a99528 wl12xx_is_dummy_packet +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0x5a07654d wlcore_tx_complete +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0x6ca94bf7 wlcore_calc_packet_alignment +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0x918dd219 wl1271_free_tx_id +EXPORT_SYMBOL drivers/nfc/fdp/fdp 0x74c541fa fdp_nci_remove +EXPORT_SYMBOL drivers/nfc/fdp/fdp 0xdd6d5663 fdp_nci_probe +EXPORT_SYMBOL drivers/nfc/microread/microread 0x3836f426 microread_probe +EXPORT_SYMBOL drivers/nfc/microread/microread 0x3e96733c microread_remove +EXPORT_SYMBOL drivers/nfc/nxp-nci/nxp-nci 0x2128ba60 nxp_nci_probe +EXPORT_SYMBOL drivers/nfc/nxp-nci/nxp-nci 0x802feb4b nxp_nci_fw_recv_frame +EXPORT_SYMBOL drivers/nfc/nxp-nci/nxp-nci 0xd7a30204 nxp_nci_remove +EXPORT_SYMBOL drivers/nfc/pn533/pn533 0xeecb647f pn533_recv_frame +EXPORT_SYMBOL drivers/nfc/pn544/pn544 0x1c97ad66 pn544_hci_remove +EXPORT_SYMBOL drivers/nfc/pn544/pn544 0x3f4d50aa pn544_hci_probe +EXPORT_SYMBOL drivers/nfc/s3fwrn5/s3fwrn5 0x1d10b217 s3fwrn5_phy_power_ctrl +EXPORT_SYMBOL drivers/nfc/s3fwrn5/s3fwrn5 0x664e2a86 s3fwrn5_remove +EXPORT_SYMBOL drivers/nfc/s3fwrn5/s3fwrn5 0x774203fc s3fwrn5_phy_set_wake +EXPORT_SYMBOL drivers/nfc/s3fwrn5/s3fwrn5 0xa7cc2031 s3fwrn5_probe +EXPORT_SYMBOL drivers/nfc/s3fwrn5/s3fwrn5 0xc5f7c464 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 0x0cdf20ca ndlc_remove +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0x13b2e506 ndlc_recv +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0x193ddb27 ndlc_open +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0x1cc30ebc ndlc_probe +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0x1d95ff04 st_nci_se_io +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0x2dd08857 ndlc_send +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0x92ed8e89 st_nci_se_init +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0xb2ab3405 st_nci_vendor_cmds_init +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0xdf741a6c st_nci_se_deinit +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0xffa7f6a6 ndlc_close +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x08e7299f st21nfca_im_send_dep_req +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x1ff2b64a st21nfca_dep_init +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x298984d2 st21nfca_hci_loopback_event_received +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x2b6c20c0 st21nfca_hci_remove +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x35b79359 st21nfca_apdu_reader_event_received +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x3fbb0abb st21nfca_hci_disable_se +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x4d7014ba st21nfca_hci_probe +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x50ba01bb st21nfca_dep_event_received +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x76ce6e32 st21nfca_hci_se_io +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x771bf416 st21nfca_vendor_cmds_init +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x932ee8e2 st21nfca_im_send_atr_req +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x9d409e1e st21nfca_connectivity_event_received +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0xa1355bd3 st21nfca_tm_send_dep_res +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0xb179b53f st21nfca_hci_enable_se +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0xc144ad22 st21nfca_se_init +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0xdd90c8f2 st21nfca_dep_deinit +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0xe8bcec6b st21nfca_hci_discover_se +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0xfad13e07 st21nfca_se_deinit +EXPORT_SYMBOL drivers/ntb/ntb 0x02247c4f ntbm_msi_free_irq +EXPORT_SYMBOL drivers/ntb/ntb 0x05bdcbf6 ntb_default_port_number +EXPORT_SYMBOL drivers/ntb/ntb 0x06a1a80a ntb_set_ctx +EXPORT_SYMBOL drivers/ntb/ntb 0x0779c996 ntb_msi_peer_trigger +EXPORT_SYMBOL drivers/ntb/ntb 0x0c20bdb9 ntb_msg_event +EXPORT_SYMBOL drivers/ntb/ntb 0x45f35593 ntbm_msi_request_threaded_irq +EXPORT_SYMBOL drivers/ntb/ntb 0x5def2083 ntb_register_device +EXPORT_SYMBOL drivers/ntb/ntb 0x7187bc03 ntb_default_peer_port_number +EXPORT_SYMBOL drivers/ntb/ntb 0x833e2899 ntb_default_peer_port_idx +EXPORT_SYMBOL drivers/ntb/ntb 0x90792b4a ntb_unregister_client +EXPORT_SYMBOL drivers/ntb/ntb 0x99ea87cf ntb_db_event +EXPORT_SYMBOL drivers/ntb/ntb 0x9b24fe06 ntb_clear_ctx +EXPORT_SYMBOL drivers/ntb/ntb 0x9b3cb06f ntb_default_peer_port_count +EXPORT_SYMBOL drivers/ntb/ntb 0x9c479e51 ntb_unregister_device +EXPORT_SYMBOL drivers/ntb/ntb 0xc216ac41 ntb_link_event +EXPORT_SYMBOL drivers/ntb/ntb 0xc792fa14 ntb_msi_setup_mws +EXPORT_SYMBOL drivers/ntb/ntb 0xcf973e82 ntb_msi_clear_mws +EXPORT_SYMBOL drivers/ntb/ntb 0xd8f8ac27 __ntb_register_client +EXPORT_SYMBOL drivers/ntb/ntb 0xd9a1cf2f ntb_msi_init +EXPORT_SYMBOL drivers/ntb/ntb 0xdf6fa5c6 ntb_msi_peer_addr +EXPORT_SYMBOL drivers/parport/parport 0x03a8b225 parport_release +EXPORT_SYMBOL drivers/parport/parport 0x154791cb parport_read +EXPORT_SYMBOL drivers/parport/parport 0x19db25ed __parport_register_driver +EXPORT_SYMBOL drivers/parport/parport 0x24d7afde parport_ieee1284_ecp_write_data +EXPORT_SYMBOL drivers/parport/parport 0x28a554b8 parport_wait_peripheral +EXPORT_SYMBOL drivers/parport/parport 0x2e8de6e1 parport_ieee1284_write_compat +EXPORT_SYMBOL drivers/parport/parport 0x30ef8b75 parport_announce_port +EXPORT_SYMBOL drivers/parport/parport 0x32459866 parport_ieee1284_ecp_write_addr +EXPORT_SYMBOL drivers/parport/parport 0x326a0e99 parport_find_number +EXPORT_SYMBOL drivers/parport/parport 0x3d8d6b04 parport_put_port +EXPORT_SYMBOL drivers/parport/parport 0x4d2a941b parport_ieee1284_interrupt +EXPORT_SYMBOL drivers/parport/parport 0x51cc579e parport_write +EXPORT_SYMBOL drivers/parport/parport 0x52d0702d parport_find_base +EXPORT_SYMBOL drivers/parport/parport 0x55ba1182 parport_register_dev_model +EXPORT_SYMBOL drivers/parport/parport 0x56c40a22 parport_unregister_device +EXPORT_SYMBOL drivers/parport/parport 0x5e3a3912 parport_irq_handler +EXPORT_SYMBOL drivers/parport/parport 0x68fba5ef parport_register_port +EXPORT_SYMBOL drivers/parport/parport 0x7f8f199d parport_remove_port +EXPORT_SYMBOL drivers/parport/parport 0x843d76ea parport_negotiate +EXPORT_SYMBOL drivers/parport/parport 0x865f7036 parport_wait_event +EXPORT_SYMBOL drivers/parport/parport 0x86c20a2a parport_ieee1284_epp_read_data +EXPORT_SYMBOL drivers/parport/parport 0x901dec02 parport_claim +EXPORT_SYMBOL drivers/parport/parport 0xa6b5383a parport_ieee1284_epp_read_addr +EXPORT_SYMBOL drivers/parport/parport 0xac598d0a parport_del_port +EXPORT_SYMBOL drivers/parport/parport 0xb3ae71a8 parport_ieee1284_ecp_read_data +EXPORT_SYMBOL drivers/parport/parport 0xc18c3bd8 parport_ieee1284_epp_write_data +EXPORT_SYMBOL drivers/parport/parport 0xc4fdd58b parport_ieee1284_read_byte +EXPORT_SYMBOL drivers/parport/parport 0xc96dc1c6 parport_get_port +EXPORT_SYMBOL drivers/parport/parport 0xd71e0c60 parport_ieee1284_epp_write_addr +EXPORT_SYMBOL drivers/parport/parport 0xe0543c0c parport_set_timeout +EXPORT_SYMBOL drivers/parport/parport 0xea158179 parport_ieee1284_read_nibble +EXPORT_SYMBOL drivers/parport/parport 0xf34ba1ff parport_unregister_driver +EXPORT_SYMBOL drivers/parport/parport 0xf93a4025 parport_claim_or_block +EXPORT_SYMBOL drivers/parport/parport_pc 0x0efff053 parport_pc_unregister_port +EXPORT_SYMBOL drivers/parport/parport_pc 0x2b821045 parport_pc_probe_port +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x05a0543f pccard_register_pcmcia +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x067dc42b pcmcia_register_socket +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 0x835a6a74 pcmcia_parse_events +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xa786c56e pcmcia_unregister_socket +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xb071c642 pcmcia_socket_class +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xb7b59fda pcmcia_parse_uevents +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xcf97f3bd dead_socket +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xda0d2b9e pcmcia_get_socket_by_nr +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xf13ed9af pcmcia_get_socket +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xf18ab3cc pcmcia_put_socket +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xfdfd9b88 pcmcia_reset_card +EXPORT_SYMBOL drivers/pcmcia/pcmcia_rsrc 0x5549a570 pccard_static_ops +EXPORT_SYMBOL drivers/platform/chrome/cros_ec 0x2c46b6f4 cros_ec_register +EXPORT_SYMBOL drivers/platform/chrome/cros_ec 0x8673e494 cros_ec_suspend +EXPORT_SYMBOL drivers/platform/chrome/cros_ec 0x8e1c4717 cros_ec_unregister +EXPORT_SYMBOL drivers/platform/chrome/cros_ec 0xb1228868 cros_ec_resume +EXPORT_SYMBOL drivers/platform/chrome/cros_ec 0xf25aacf5 cros_ec_irq_thread +EXPORT_SYMBOL drivers/regulator/rohm-regulator 0xad0c1de8 rohm_regulator_set_dvs_levels +EXPORT_SYMBOL drivers/rpmsg/qcom_smd 0x3330a1c8 qcom_smd_unregister_edge +EXPORT_SYMBOL drivers/rpmsg/qcom_smd 0xd96615ba qcom_smd_register_edge +EXPORT_SYMBOL drivers/rpmsg/rpmsg_char 0xd5a5c29f rpmsg_chrdev_eptdev_destroy +EXPORT_SYMBOL drivers/rpmsg/rpmsg_char 0xf258bf7d rpmsg_chrdev_eptdev_create +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x1bb95ab7 rpmsg_find_device +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x3b6bd78a rpmsg_destroy_ept +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x3fa6025e rpmsg_poll +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x47eb0903 rpmsg_register_device_override +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x57352548 rpmsg_get_mtu +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x6188610a __register_rpmsg_driver +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x6cbe7522 rpmsg_register_device +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x7790d032 rpmsg_sendto +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x7b62bd95 rpmsg_trysendto +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0xb79aead2 rpmsg_create_channel +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0xc25b5d47 rpmsg_send_offchannel +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0xd15fe44b rpmsg_send +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0xdbf7c253 rpmsg_trysend_offchannel +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0xed3f32b7 rpmsg_trysend +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0xf46902d8 rpmsg_class +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0xf4cf75c1 rpmsg_unregister_device +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0xf5a72919 unregister_rpmsg_driver +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0xfad61421 rpmsg_release_channel +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0xfe069981 rpmsg_create_ept +EXPORT_SYMBOL drivers/rpmsg/rpmsg_ns 0xe567a8ff rpmsg_ns_register_device +EXPORT_SYMBOL drivers/scsi/esp_scsi 0x4a29ab38 scsi_esp_intr +EXPORT_SYMBOL drivers/scsi/esp_scsi 0x59fd59fd scsi_esp_cmd +EXPORT_SYMBOL drivers/scsi/esp_scsi 0x5ad3295c scsi_esp_register +EXPORT_SYMBOL drivers/scsi/esp_scsi 0x90464929 scsi_esp_template +EXPORT_SYMBOL drivers/scsi/esp_scsi 0x9098fe3d scsi_esp_unregister +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x208cbc10 fcoe_ctlr_els_send +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x2bae799a fcoe_fcf_get_selected +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x3af3d4fd fcoe_ctlr_set_fip_mode +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x5bc6486e fcoe_ctlr_init +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x8092a02e fcoe_ctlr_recv_flogi +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xa499d797 fcoe_transport_detach +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xad4b0cdc fcoe_ctlr_recv +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xaf7a3acb fcoe_ctlr_destroy +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xbe050442 fcoe_ctlr_link_down +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xd92e128f fcoe_ctlr_link_up +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xe516a7ac fcoe_transport_attach +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x05a1f89a fc_seq_assign +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x12074177 fc_vport_setlink +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x13cac5de fc_eh_device_reset +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x15336d32 fc_exch_recv +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x2148bf0a fc_seq_send +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x22b90986 fc_exch_mgr_del +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x22c4aa78 fc_exch_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x34c19dff fc_lport_reset +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x400a0c03 fc_set_rport_loss_tmo +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x5073b93c fc_fcp_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x5461c322 fc_disc_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x576a7926 fc_elsct_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x590175bb fc_fc4_deregister_provider +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x593e342d fc_rport_login +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x5aae7ef4 fc_fill_reply_hdr +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x5ab41f0c fc_lport_notifier_head +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x6274e6d3 fc_lport_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x657a1ab5 fc_fabric_logoff +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x672b9aec fc_fcp_destroy +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x6b2f3fe3 fc_exch_seq_send +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x7000d3db fc_fc4_register_provider +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x74036d45 fc_exch_mgr_free +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x75ac1675 fc_get_host_port_state +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x778c5765 fc_eh_host_reset +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x799e55db fc_rport_recv_req +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x7be90eed fc_fill_hdr +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 0x81eb8a67 fc_rport_logoff +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x847d5e3a fc_exch_mgr_alloc +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x8da69803 fc_vport_id_lookup +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x98eb1494 fc_linkup +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x99b29982 fc_lport_iterate +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x9d50ed7e fc_rport_destroy +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x9fa7097a fc_lport_logo_resp +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xa1bcd198 fc_cpu_mask +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xa1e60803 fc_disc_config +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xa4de3e58 fc_get_host_speed +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xae15e3fe fc_exch_mgr_reset +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xae779c47 fc_lport_recv +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xb0735add fc_frame_alloc_fill +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xb0ddd5a1 fc_rport_flush_queue +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xbc16239e fc_seq_set_resp +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xbcc34423 fc_slave_alloc +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xbe1060b3 fc_lport_destroy +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xc149e73a fc_rport_terminate_io +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xc3ceff31 fc_eh_abort +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xce739421 fc_queuecommand +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xd0e80eb1 fc_rport_create +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xd1a98445 fc_lport_bsg_request +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xd6f11e9e fc_exch_update_stats +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xdd444d61 fc_exch_mgr_list_clone +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xddf51358 fc_linkdown +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xe3f72e3e fc_elsct_send +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xe51cbb7d fc_lport_flogi_resp +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xe8ed3a7e fc_rport_lookup +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xef8f107f fc_get_host_stats +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xf13cd173 libfc_vport_create +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xf4a20bd1 _fc_frame_alloc +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xf6377962 fc_set_mfs +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xf66eb8bc fc_lport_set_local_id +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xf7f296d8 fc_lport_config +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xf7f7f24c fc_fabric_login +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xfa4667d1 fc_seq_release +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xfe2edf67 fc_frame_crc_check +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xff9c0460 fc_exch_mgr_add +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0x4554c4a1 sas_resume_ha_no_sync +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0x4a8e3d34 try_test_sas_gpio_gp_bit +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0x98bc4a2b sas_prep_resume_ha +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0xb36221c5 sas_suspend_ha +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0xb471ae44 sas_resume_ha +EXPORT_SYMBOL drivers/scsi/megaraid/megaraid_mm 0x93eb8b36 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 0x04301224 qlt_lport_register +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x14a4fdda qlt_lport_deregister +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x17207f7f qlt_unreg_sess +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x3966a871 qlt_free_mcmd +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x396ad453 qlt_stop_phase2 +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x4bb49ae3 qlt_abort_cmd +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x5cf5f28b qlt_xmit_response +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x86f5e839 qlt_xmit_tm_rsp +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xb484c722 qlt_rdy_to_xfer +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xcd68164b qlt_enable_vha +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xde39d3a9 qlt_stop_phase1 +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xfd9c0dd9 qlt_free_cmd +EXPORT_SYMBOL drivers/scsi/raid_class 0xcb29b93b raid_class_attach +EXPORT_SYMBOL drivers/scsi/raid_class 0xfbb67953 raid_class_release +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x05cdc9ec fc_block_rport +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x11814008 fc_remove_host +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x26ecdee9 fc_find_rport_by_wwpn +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x375f8bbd fc_get_event_number +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x395c6405 fc_remote_port_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x5a75bcf0 fc_vport_terminate +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x7a526987 fc_remote_port_rolechg +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x7e11aa0f fc_host_post_event +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x8a0a985f fc_eh_timed_out +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x9349bbb8 fc_host_post_vendor_event +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x9526f2a0 scsi_is_fc_rport +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x976e1c9b fc_attach_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x9b7c2fcf fc_vport_create +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xbc840569 fc_remote_port_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xbd064a0f fc_host_post_fc_event +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xc858ad7a fc_block_scsi_eh +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xd328b468 fc_host_fpin_rcv +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xfe8cde29 fc_release_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x138e376a sas_phy_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x17188ab5 sas_phy_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x1896d6ad sas_remove_children +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x1c8aa779 scsi_is_sas_rphy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x24073599 sas_end_device_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x24ec9098 sas_expander_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x50f9c7f4 sas_release_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x59315e92 sas_port_delete_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x701f5fc5 scsi_is_sas_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x84ab1653 sas_rphy_free +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x8893d43a sas_port_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x97418432 sas_rphy_remove +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x99e4f52f sas_attach_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xa0931aba sas_phy_free +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xa40fb5fc sas_port_mark_backlink +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xa46cc547 sas_port_free +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xa9269e45 sas_port_get_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xb0657d83 sas_remove_host +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xb1412433 sas_port_alloc_num +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xbd17270e scsi_is_sas_port +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xbd5fd8a4 sas_read_port_mode_page +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xc6229210 sas_port_add_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xcfbff5e4 sas_port_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xd4a89a41 sas_port_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xdf80ef7f sas_get_address +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xec1584f2 sas_rphy_unlink +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xf1c9a56e sas_rphy_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xf4b4c8bf sas_rphy_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xf93393d0 sas_phy_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0x15049768 spi_release_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0x3686ea09 spi_print_msg +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0x9e76e4bd spi_dv_device +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0xc9b8551e spi_attach_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0xedad0286 spi_schedule_dv_device +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0xee9cddb5 spi_display_xfer_agreement +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0x154004f6 srp_rport_put +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0x405b6e05 srp_parse_tmo +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0x4975525b srp_timed_out +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0x81ad60a5 srp_reconnect_rport +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0x89087be4 srp_rport_get +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0xf70ef9d7 srp_start_tl_fail_timers +EXPORT_SYMBOL drivers/soc/mediatek/mtk-cmdq-helper 0x03d78ecc cmdq_pkt_write_mask +EXPORT_SYMBOL drivers/soc/mediatek/mtk-cmdq-helper 0x06a1a806 cmdq_pkt_assign +EXPORT_SYMBOL drivers/soc/mediatek/mtk-cmdq-helper 0x0bf9a7ef cmdq_pkt_poll +EXPORT_SYMBOL drivers/soc/mediatek/mtk-cmdq-helper 0x12a94af9 cmdq_pkt_create +EXPORT_SYMBOL drivers/soc/mediatek/mtk-cmdq-helper 0x269e0d14 cmdq_pkt_jump +EXPORT_SYMBOL drivers/soc/mediatek/mtk-cmdq-helper 0x4cba599f cmdq_pkt_read_s +EXPORT_SYMBOL drivers/soc/mediatek/mtk-cmdq-helper 0x5266c0a3 cmdq_dev_get_client_reg +EXPORT_SYMBOL drivers/soc/mediatek/mtk-cmdq-helper 0x5cc31efe cmdq_pkt_wfe +EXPORT_SYMBOL drivers/soc/mediatek/mtk-cmdq-helper 0x63a5281b cmdq_pkt_poll_mask +EXPORT_SYMBOL drivers/soc/mediatek/mtk-cmdq-helper 0x6c9e633e cmdq_pkt_write_s_value +EXPORT_SYMBOL drivers/soc/mediatek/mtk-cmdq-helper 0x70c3238c cmdq_pkt_clear_event +EXPORT_SYMBOL drivers/soc/mediatek/mtk-cmdq-helper 0x798e8604 cmdq_pkt_write_s_mask +EXPORT_SYMBOL drivers/soc/mediatek/mtk-cmdq-helper 0x7dec2f49 cmdq_pkt_write +EXPORT_SYMBOL drivers/soc/mediatek/mtk-cmdq-helper 0x7e18060d cmdq_mbox_destroy +EXPORT_SYMBOL drivers/soc/mediatek/mtk-cmdq-helper 0x82a54906 cmdq_pkt_set_event +EXPORT_SYMBOL drivers/soc/mediatek/mtk-cmdq-helper 0x88f534e4 cmdq_pkt_flush_async +EXPORT_SYMBOL drivers/soc/mediatek/mtk-cmdq-helper 0xa8463ebf cmdq_pkt_destroy +EXPORT_SYMBOL drivers/soc/mediatek/mtk-cmdq-helper 0xd53a74d5 cmdq_mbox_create +EXPORT_SYMBOL drivers/soc/mediatek/mtk-cmdq-helper 0xe39d7504 cmdq_pkt_write_s_mask_value +EXPORT_SYMBOL drivers/soc/mediatek/mtk-cmdq-helper 0xf2d1fa22 cmdq_pkt_write_s +EXPORT_SYMBOL drivers/soc/mediatek/mtk-cmdq-helper 0xfc705b27 cmdq_pkt_finalize +EXPORT_SYMBOL drivers/soc/qcom/ocmem 0x1870716e 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 0x017f1d67 geni_se_get_qup_hw_version +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0x0b258a77 geni_se_clk_tbl_get +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0x1b9f3b9f geni_icc_get +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0x3296942c geni_se_tx_dma_prep +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0x3ee67a6a geni_icc_set_tag +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0x4f8f83fe geni_se_clk_freq_match +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0x62fa70c5 geni_se_init +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0x716b9e30 geni_icc_set_bw +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0x92d8fb33 geni_se_tx_dma_unprep +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0x9c99a355 geni_se_config_packing +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0xacb1bc89 geni_se_resources_on +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0xba3120d4 geni_icc_enable +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0xbf57019a geni_se_rx_dma_unprep +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0xd15624ea geni_se_rx_dma_prep +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0xf4dc5361 geni_icc_disable +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0xf7bfa851 geni_se_resources_off +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0xfe1ba2ef geni_se_select_mode +EXPORT_SYMBOL drivers/soc/qcom/qcom_aoss 0x2333aed6 qmp_put +EXPORT_SYMBOL drivers/soc/qcom/qcom_aoss 0x4646becd qmp_get +EXPORT_SYMBOL drivers/soc/qcom/qcom_aoss 0xae4b53c5 qmp_send +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0x1587eeb0 qmi_handle_release +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0x22e58aa7 qmi_add_lookup +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0x2b1da108 qmi_txn_init +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0x3087ca33 qmi_add_server +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0x32adb082 qmi_send_request +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0x34c150c0 qmi_encode_message +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0x427c73d1 qmi_send_indication +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0x45b5a6b2 qmi_txn_cancel +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0x4cd2fe40 qmi_response_type_v01_ei +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0x82901dae qmi_handle_init +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0x9012ed7d qmi_send_response +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0xab3c132b 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 0x5a710273 qcom_smem_get_free_space +EXPORT_SYMBOL drivers/soc/qcom/smem 0x63ef36e3 qcom_smem_alloc +EXPORT_SYMBOL drivers/soc/qcom/smem 0x694c56fb qcom_smem_virt_to_phys +EXPORT_SYMBOL drivers/soc/qcom/smem 0x932eb0e3 qcom_smem_get +EXPORT_SYMBOL drivers/soc/qcom/wcnss_ctrl 0x7da5ce85 qcom_wcnss_open_channel +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x09a60b8b sdw_bus_master_add +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x0c3a3e69 sdw_read_no_pm +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x0f469253 sdw_slave_add +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x1511c049 sdw_clear_slave_status +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 0x24d3d0fb sdw_write_no_pm +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x315e7d2c sdw_nwrite +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x33c3f53f sdw_bus_clk_stop +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x37b44f46 sdw_compare_devid +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x3b0a8582 sdw_startup_stream +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x4052b223 sdw_bus_prep_clk_stop +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x4cde88bf sdw_disable_stream +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x5d665d45 sdw_master_read_prop +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x60062163 sdw_update +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x60e31fbb sdw_find_col_index +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x633a75bf sdw_bwrite_no_pm_unlocked +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x68036b25 sdw_bread_no_pm_unlocked +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x6b80b737 sdw_extract_slave_id +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x6f95b16b sdw_shutdown_stream +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x7133e787 sdw_read +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x71891d59 sdw_deprepare_stream +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x7399ba42 sdw_stream_remove_master +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x7630f3b9 sdw_update_no_pm +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x7e91c53c sdw_stream_add_master +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x85ee786c sdw_bus_master_delete +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x8c7c2964 sdw_write +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x92e7099a sdw_nread +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x9c6c77b2 sdw_stream_add_slave +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x9e122d79 sdw_alloc_stream +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xa68bc74d sdw_handle_slave_status +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 0xc36ca7ed sdw_slave_read_prop +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xda5bce09 sdw_release_stream +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xf09ebe0c sdw_stream_remove_slave +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xf53ba0b8 sdw_rows +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xf55bda69 sdw_bus_exit_clk_stop +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xfdb4be82 sdw_show_ping_status +EXPORT_SYMBOL drivers/ssb/ssb 0x07ee8856 ssb_device_enable +EXPORT_SYMBOL drivers/ssb/ssb 0x1dcd5d4c ssb_dma_translation +EXPORT_SYMBOL drivers/ssb/ssb 0x2cb4457d ssb_set_devtypedata +EXPORT_SYMBOL drivers/ssb/ssb 0x2e96c522 __ssb_driver_register +EXPORT_SYMBOL drivers/ssb/ssb 0x2ea92811 ssb_commit_settings +EXPORT_SYMBOL drivers/ssb/ssb 0x35642356 ssb_pcicore_dev_irqvecs_enable +EXPORT_SYMBOL drivers/ssb/ssb 0x41f2a1bc ssb_bus_powerup +EXPORT_SYMBOL drivers/ssb/ssb 0x60bbdeb8 ssb_bus_may_powerdown +EXPORT_SYMBOL drivers/ssb/ssb 0x859ec14f ssb_driver_unregister +EXPORT_SYMBOL drivers/ssb/ssb 0x969fa4d2 ssb_bus_suspend +EXPORT_SYMBOL drivers/ssb/ssb 0xad965c72 ssb_bus_unregister +EXPORT_SYMBOL drivers/ssb/ssb 0xbc32a014 ssb_clockspeed +EXPORT_SYMBOL drivers/ssb/ssb 0xbcff4b4f ssb_pmu_set_ldo_voltage +EXPORT_SYMBOL drivers/ssb/ssb 0xc345fc91 ssb_bus_sdiobus_register +EXPORT_SYMBOL drivers/ssb/ssb 0xcb17f1cb ssb_admatch_base +EXPORT_SYMBOL drivers/ssb/ssb 0xd6e8fd48 ssb_bus_resume +EXPORT_SYMBOL drivers/ssb/ssb 0xdfc7c6ef ssb_admatch_size +EXPORT_SYMBOL drivers/ssb/ssb 0xef706b43 ssb_device_is_enabled +EXPORT_SYMBOL drivers/ssb/ssb 0xf15c3b52 ssb_chipco_gpio_control +EXPORT_SYMBOL drivers/ssb/ssb 0xf6bbfb6f ssb_pmu_set_ldo_paref +EXPORT_SYMBOL drivers/ssb/ssb 0xfa5d5f99 ssb_device_disable +EXPORT_SYMBOL drivers/ssb/ssb 0xfdaefb32 ssb_pcihost_register +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x00057ca3 fbtft_write_buf_dc +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x0d7be2d3 fbtft_register_backlight +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x0f18207e fbtft_write_vmem16_bus8 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x163d407d fbtft_write_spi_emulate_9 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x1983a34d fbtft_write_reg8_bus9 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x1b5ddb81 fbtft_unregister_backlight +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x25fc5d07 fbtft_write_vmem16_bus16 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x2db0f0f2 fbtft_write_reg16_bus8 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x2fe008af fbtft_write_gpio16_wr_latched +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x3b4b168d fbtft_remove_common +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x5506c615 fbtft_read_spi +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x558c0950 fbtft_write_reg16_bus16 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x59c1f687 fbtft_unregister_framebuffer +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x6226de03 fbtft_write_vmem8_bus8 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x62e7bd96 fbtft_dbg_hex +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x649ec628 fbtft_write_gpio8_wr +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x69941fb3 fbtft_write_spi +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x7cbe6bdb fbtft_init_display +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x87bd4791 fbtft_write_vmem16_bus9 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xaa104699 fbtft_write_gpio16_wr +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xc113a4da fbtft_framebuffer_release +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xc99620b5 fbtft_framebuffer_alloc +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xe6e6a7eb fbtft_write_reg8_bus8 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xe8bad466 fbtft_register_framebuffer +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xf24f4a36 fbtft_probe_common +EXPORT_SYMBOL drivers/staging/greybus/gb-audio-codec 0x68d7e04c gbaudio_register_module +EXPORT_SYMBOL drivers/staging/greybus/gb-audio-codec 0x7f0aac26 gbaudio_unregister_module +EXPORT_SYMBOL drivers/staging/greybus/gb-audio-codec 0x9ca978ee gbaudio_module_update +EXPORT_SYMBOL drivers/staging/iio/addac/adt7316 0x52c1b1a1 adt7316_probe +EXPORT_SYMBOL drivers/staging/iio/meter/ade7854 0xa7ecfc38 ade7854_probe +EXPORT_SYMBOL drivers/staging/nvec/nvec 0x8891b3f5 nvec_write_async +EXPORT_SYMBOL drivers/staging/nvec/nvec 0x8eb170ee nvec_write_sync +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x01e53643 rtllib_wx_get_encode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x03816e62 rtllib_wx_set_rts +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x05453874 HT_update_self_and_peer_setting +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x0545ea07 rtllib_rx +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x0b790fbf rtllib_wx_get_wap +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x1717fee3 rtllib_wx_set_encode_ext +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x17f2e305 rtllib_wx_set_rawtx +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x1a6b6f18 rtllib_DisableIntelPromiscuousMode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x1e2084c1 rtllib_stop_scan_syncro +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x22166084 rt_global_debug_component +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x24c56bc7 rtllib_wx_get_rate +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x2dec783b rtllib_start_scan_syncro +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x32e81950 rtllib_wx_get_rts +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x32fe5474 rtllib_wx_set_auth +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x33e94d6b rtllib_MgntDisconnect +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x3a10788d rtllib_wx_set_wap +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x479fa993 rtllib_wx_set_gen_ie +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x49eec214 rtllib_ps_tx_ack +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x4c157776 rtllib_wx_get_mode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x4e24b582 alloc_rtllib +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x5c785e55 rtllib_wx_set_power +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x61cf8090 rtllib_xmit +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x6f208508 rtllib_wx_set_scan +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x721a3141 rtllib_wx_set_encode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x7906533d rtllib_sta_ps_send_null_frame +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x7daf38ff rtllib_wx_get_freq +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x7f69dfd2 rtllib_wx_get_power +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x84f34f81 rtllib_wx_set_mode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x99db9e6e RemovePeerTS +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x9e19e29c rtllib_stop_send_beacons +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xa0e30736 rtllib_stop_scan +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xa2f8f03f rtllib_softmac_stop_protocol +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xa7c6bdff rtllib_wx_get_scan +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xadec4207 rtllib_EnableIntelPromiscuousMode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xb38568f7 rtllib_softmac_start_protocol +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xb5490008 rtllib_wx_set_freq +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xb57891f8 notify_wx_assoc_event +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xb6b70b27 rtllib_reset_queue +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xcf947fea rtllib_wx_get_essid +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xcfdaaae3 dot11d_init +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xd40251fc rtllib_legal_channel +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xd59bd27d dot11d_channel_map +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xdf78f620 rtllib_wlan_frequencies +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xe2424e14 rtllib_act_scanning +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xec235330 rtllib_wx_set_rate +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xec85fe6d rtllib_wx_set_essid +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xf21474a3 rtllib_start_send_beacons +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xf48b9a4a free_rtllib +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xf8867e83 rtllib_wx_get_name +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xfbccd900 rtllib_get_beacon +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xff5a308f rtllib_wx_set_mlme +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x0619ccaa ieee80211_wx_set_encode_ext +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x0da96e08 ieee80211_wx_get_wap +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x0de75f34 ieee80211_wx_get_encode +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x120a129a ieee80211_softmac_start_protocol +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x13409658 ieee80211_rx +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x17f48ba4 ieee80211_wake_queue_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x1912d77f ieee80211_wx_get_freq +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x1acd179d ieee80211_wx_set_mode +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x1b6abd0e ieee80211_wx_set_rate +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x232e7944 ieee80211_wlan_frequencies +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x2783b7ce ieee80211_wx_set_essid +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x29333139 ieee80211_softmac_scan_syncro +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x2f25801f to_legal_channel +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x3347fa6f ieee80211_wx_get_name +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x390ef4dd ieee80211_wx_get_rts +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x42e7b371 ieee80211_rx_mgt +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x438e63db dot11d_update_country_ie +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x4d8ff376 ieee80211_wx_set_scan +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x550116d4 ieee80211_wx_set_mlme +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x55e4eefd dot11d_get_max_tx_pwr_in_dbm +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x5b1e1f52 is_legal_channel +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x5c55cb66 ieee80211_start_scan_syncro +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x66979591 ieee80211_is_54g +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x6d229a83 ieee80211_reset_queue +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x6d73bdd8 ieee80211_stop_send_beacons +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x786c13e2 ieee80211_wx_get_power +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x7d2d4123 ieee80211_wx_set_encode +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x7ec997d7 ieee80211_stop_queue_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x87692fcb ieee80211_wx_get_essid +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x89215670 ieee80211_txb_free +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x8fb6203b notify_wx_assoc_event_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x969a0ad7 ieee80211_wx_set_rts +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x96fe4872 SendDisassociation_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x9e1da1e3 ieee80211_wx_set_rawtx +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xa23d9002 ieee80211_wx_set_wap +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xa61231ad ieee80211_wpa_supplicant_ioctl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xad03adab ieee80211_stop_scan +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xadf58e96 ieee80211_wx_get_scan +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xb6322ac4 ieee80211_softmac_stop_protocol +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xb725babb ieee80211_get_beacon +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xbc63c427 rtl8192u_dot11d_init +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xbc7f630e ieee80211_wx_get_encode_ext +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xc36cbdf4 ieee80211_wx_set_auth +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xc5ab9b1f ieee80211_ps_tx_ack +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xcf80d4ef ieee80211_start_send_beacons +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xd14c1e2b dot11d_reset +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xd8868be7 ieee80211_wx_set_power +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xda125591 ieee80211_wx_set_gen_ie +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xe825617f ieee80211_is_shortslot +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xefa73425 HTUpdateSelfAndPeerSetting +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xf5b82ec7 dot11d_scan_complete +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xf968aa9f ieee80211_wx_set_freq +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xfab76a7d ieee80211_wx_get_mode +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xfb10c0ee ieee80211_wx_get_rate +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xfcdd16c5 ieee80211_softmac_xmit +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xffae8ad7 ieee80211_disassociate +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x0015e876 iscsit_process_nop_out +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x0a534bfc iscsit_process_scsi_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x0e7b657f iscsit_queue_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x119d85d2 iscsit_setup_scsi_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x22283c5d iscsit_handle_logout_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x25ad3577 iscsit_allocate_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x315da3b2 iscsi_change_param_sprintf +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x31e976cf iscsit_find_cmd_from_itt +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x359a8931 iscsit_stop_dataout_timer +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x35fe0de1 iscsit_build_datain_pdu +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x3670537e iscsit_tmr_post_handler +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x38932616 __iscsit_check_dataout_hdr +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x4b32f7be iscsit_handle_task_mgt_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x59bf2ef2 iscsit_add_cmd_to_immediate_queue +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x5b7ce788 iscsit_logout_post_handler +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x6293c358 iscsit_release_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x65484e41 iscsit_check_dataout_payload +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x678c4054 iscsit_sequence_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x694e3264 iscsit_aborted_task +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x6e17fba0 iscsit_unregister_transport +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x74624682 iscsit_build_nopin_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x7e10d3cf iscsit_build_text_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x7e69aa0c iscsit_increment_maxcmdsn +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x7f122474 iscsit_register_transport +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x82d2d311 iscsit_check_dataout_hdr +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x857731bf iscsit_process_text_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x8cd7918e iscsit_build_r2ts_for_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x8d21183a iscsit_thread_check_cpumask +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x8f17e5c5 iscsit_reject_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x8f53ad63 iscsit_setup_text_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x907ee655 iscsit_add_reject +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x94f65536 iscsit_get_datain_values +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x9501ae51 iscsit_cause_connection_reinstatement +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x999aef9c iscsi_target_check_login_request +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xa0f30f12 iscsit_handle_snack +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xa7e7611c iscsit_build_task_mgt_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xa9e34810 iscsit_build_reject +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xadf1b7d7 iscsit_response_queue +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xb1aed8c6 iscsit_immediate_queue +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xb9c4781c iscsit_find_cmd_from_itt_or_dump +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xba6d2bad iscsit_setup_nop_out +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xba76cd93 iscsit_set_unsolicited_dataout +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xcb148fdb iscsit_free_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xcba56575 iscsit_build_logout_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xd5b15c07 iscsit_build_rsp_pdu +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xf34332f0 iscsi_find_param_from_key +EXPORT_SYMBOL drivers/target/target_core_mod 0x0082f269 target_undepend_item +EXPORT_SYMBOL drivers/target/target_core_mod 0x02faf784 spc_parse_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0x07e58554 transport_lookup_tmr_lun +EXPORT_SYMBOL drivers/target/target_core_mod 0x0871ffd6 transport_set_vpd_ident +EXPORT_SYMBOL drivers/target/target_core_mod 0x0c427aef core_tmr_alloc_req +EXPORT_SYMBOL drivers/target/target_core_mod 0x0cc9e3ab target_alloc_sgl +EXPORT_SYMBOL drivers/target/target_core_mod 0x10b4dfec target_register_template +EXPORT_SYMBOL drivers/target/target_core_mod 0x11ef237c transport_generic_request_failure +EXPORT_SYMBOL drivers/target/target_core_mod 0x142072c0 transport_set_vpd_assoc +EXPORT_SYMBOL drivers/target/target_core_mod 0x14d02f2d passthrough_parse_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0x17bb4daa transport_alloc_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x184efed2 core_allocate_nexus_loss_ua +EXPORT_SYMBOL drivers/target/target_core_mod 0x1cdecaf6 core_tpg_deregister +EXPORT_SYMBOL drivers/target/target_core_mod 0x1d4288dd target_send_busy +EXPORT_SYMBOL drivers/target/target_core_mod 0x24c80010 target_put_nacl +EXPORT_SYMBOL drivers/target/target_core_mod 0x260f5c28 __transport_register_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x28734a08 transport_generic_free_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x28b589a2 target_execute_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x29adacf4 target_wait_for_sess_cmds +EXPORT_SYMBOL drivers/target/target_core_mod 0x2d5681b7 target_configure_unmap_from_queue +EXPORT_SYMBOL drivers/target/target_core_mod 0x2edb0bbf passthrough_pr_attrib_attrs +EXPORT_SYMBOL drivers/target/target_core_mod 0x38c49d4f transport_kmap_data_sg +EXPORT_SYMBOL drivers/target/target_core_mod 0x3a20a9d7 transport_set_vpd_ident_type +EXPORT_SYMBOL drivers/target/target_core_mod 0x3e979fef core_tpg_register +EXPORT_SYMBOL drivers/target/target_core_mod 0x3f7ce75c core_tpg_check_initiator_node_acl +EXPORT_SYMBOL drivers/target/target_core_mod 0x4243c20c spc_emulate_inquiry_std +EXPORT_SYMBOL drivers/target/target_core_mod 0x43397bf7 transport_kunmap_data_sg +EXPORT_SYMBOL drivers/target/target_core_mod 0x43747e43 core_tpg_set_initiator_node_tag +EXPORT_SYMBOL drivers/target/target_core_mod 0x457d6d98 sbc_dif_verify +EXPORT_SYMBOL drivers/target/target_core_mod 0x479fbbd5 core_tpg_get_initiator_node_acl +EXPORT_SYMBOL drivers/target/target_core_mod 0x4d61e76b sbc_dif_copy_prot +EXPORT_SYMBOL drivers/target/target_core_mod 0x52b838fb __target_init_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x54d9e8e1 transport_deregister_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x5d6aecb7 target_set_cmd_data_length +EXPORT_SYMBOL drivers/target/target_core_mod 0x608385ec transport_register_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x639c003d target_complete_cmd_with_sense +EXPORT_SYMBOL drivers/target/target_core_mod 0x64b45b9f target_depend_item +EXPORT_SYMBOL drivers/target/target_core_mod 0x6a4a02d5 target_get_sess_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x6f0935a9 target_cmd_parse_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0x70509360 target_remove_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x73cb3d52 target_nacl_find_deve +EXPORT_SYMBOL drivers/target/target_core_mod 0x7d0d8197 target_put_sess_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x7ee27517 target_show_dynamic_sessions +EXPORT_SYMBOL drivers/target/target_core_mod 0x818cb46f transport_alloc_session_tags +EXPORT_SYMBOL drivers/target/target_core_mod 0x89aa9898 transport_generic_handle_tmr +EXPORT_SYMBOL drivers/target/target_core_mod 0x8afe846e target_complete_cmd_with_length +EXPORT_SYMBOL drivers/target/target_core_mod 0x8d085a39 target_stop_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x9069445d target_show_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x96d7fa96 transport_lookup_cmd_lun +EXPORT_SYMBOL drivers/target/target_core_mod 0x99e7c48f target_unregister_template +EXPORT_SYMBOL drivers/target/target_core_mod 0x9b271979 transport_wait_for_tasks +EXPORT_SYMBOL drivers/target/target_core_mod 0x9dae6e38 transport_deregister_session_configfs +EXPORT_SYMBOL drivers/target/target_core_mod 0xa1f59cb9 passthrough_attrib_attrs +EXPORT_SYMBOL drivers/target/target_core_mod 0xa31724d6 core_tpg_set_initiator_node_queue_depth +EXPORT_SYMBOL drivers/target/target_core_mod 0xa4ac10b7 transport_generic_new_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xa777c8e6 core_alua_check_nonop_delay +EXPORT_SYMBOL drivers/target/target_core_mod 0xabaa2b81 target_setup_session +EXPORT_SYMBOL drivers/target/target_core_mod 0xacf3ec78 target_lun_is_rdonly +EXPORT_SYMBOL drivers/target/target_core_mod 0xaf34ae99 spc_emulate_report_luns +EXPORT_SYMBOL drivers/target/target_core_mod 0xaf9d837e target_free_sgl +EXPORT_SYMBOL drivers/target/target_core_mod 0xb594cb8d transport_send_check_condition_and_sense +EXPORT_SYMBOL drivers/target/target_core_mod 0xba59e7f8 target_tpg_has_node_acl +EXPORT_SYMBOL drivers/target/target_core_mod 0xc4394493 transport_init_session +EXPORT_SYMBOL drivers/target/target_core_mod 0xcf62b866 sbc_attrib_attrs +EXPORT_SYMBOL drivers/target/target_core_mod 0xd3c0f0fb spc_emulate_evpd_83 +EXPORT_SYMBOL drivers/target/target_core_mod 0xd3f24db2 target_backend_unregister +EXPORT_SYMBOL drivers/target/target_core_mod 0xde327bc5 target_submit_tmr +EXPORT_SYMBOL drivers/target/target_core_mod 0xe086c647 target_cmd_init_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0xe1ad1d97 sbc_get_device_type +EXPORT_SYMBOL drivers/target/target_core_mod 0xe2fb697e sbc_parse_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0xe5d5068b transport_backend_register +EXPORT_SYMBOL drivers/target/target_core_mod 0xf3c2dfe0 transport_set_vpd_proto_id +EXPORT_SYMBOL drivers/target/target_core_mod 0xf4b74c6f transport_copy_sense_to_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xf5f3e8b4 transport_free_session +EXPORT_SYMBOL drivers/target/target_core_mod 0xf8ef41d1 target_to_linux_sector +EXPORT_SYMBOL drivers/target/target_core_mod 0xfa9fc052 transport_handle_cdb_direct +EXPORT_SYMBOL drivers/target/target_core_mod 0xfac704ba target_submit_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xfb9b485e sbc_get_write_same_sectors +EXPORT_SYMBOL drivers/target/target_core_mod 0xfbf7c846 target_complete_cmd +EXPORT_SYMBOL drivers/ufs/core/ufshcd-core 0x08456fe8 ufshcd_system_suspend +EXPORT_SYMBOL drivers/ufs/core/ufshcd-core 0x17bfc6f0 ufshcd_shutdown +EXPORT_SYMBOL drivers/ufs/core/ufshcd-core 0x47096d7b ufshcd_get_local_unipro_ver +EXPORT_SYMBOL drivers/ufs/core/ufshcd-core 0x50db9619 ufshcd_system_resume +EXPORT_SYMBOL drivers/ufs/core/ufshcd-core 0x63bea1b2 ufshcd_alloc_host +EXPORT_SYMBOL drivers/ufs/core/ufshcd-core 0x91d820ec ufshcd_runtime_suspend +EXPORT_SYMBOL drivers/ufs/core/ufshcd-core 0xc4c5281a ufshcd_runtime_resume +EXPORT_SYMBOL drivers/ufs/core/ufshcd-core 0xf236cae4 ufshcd_map_desc_id_to_length +EXPORT_SYMBOL drivers/ufs/host/tc-dwc-g210 0x47e38ae7 tc_dwc_g210_config_40_bit +EXPORT_SYMBOL drivers/ufs/host/tc-dwc-g210 0x62c98b85 tc_dwc_g210_config_20_bit +EXPORT_SYMBOL drivers/ufs/host/ufshcd-dwc 0x02225ce9 ufshcd_dwc_dme_set_attrs +EXPORT_SYMBOL drivers/ufs/host/ufshcd-dwc 0x73df9d90 ufshcd_dwc_link_startup_notify +EXPORT_SYMBOL drivers/usb/class/cdc-wdm 0x627fbf19 usb_cdc_wdm_register +EXPORT_SYMBOL drivers/usb/gadget/libcomposite 0x194781d6 usb_os_desc_prepare_interf_dir +EXPORT_SYMBOL drivers/usb/host/sl811-hcd 0x5f4daf42 sl811h_driver +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x00f450e8 usb_wwan_dtr_rts +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x28613f3b usb_wwan_open +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x46fe1fc5 usb_wwan_port_remove +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x587ff660 usb_wwan_tiocmget +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x7c580f3b usb_wwan_write +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x86c0df4b usb_wwan_chars_in_buffer +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x9108990a usb_wwan_write_room +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x972392a5 usb_wwan_close +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xbb2743ec usb_wwan_resume +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xcdd07e47 usb_wwan_suspend +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xfbb66b2b usb_wwan_tiocmset +EXPORT_SYMBOL drivers/usb/serial/usbserial 0x93955163 usb_serial_suspend +EXPORT_SYMBOL drivers/usb/serial/usbserial 0xbfb8f2c2 usb_serial_resume +EXPORT_SYMBOL drivers/vdpa/vdpa 0xb1848998 vdpa_set_status +EXPORT_SYMBOL drivers/vfio/mdev/mdev 0x2ab1cb68 mdev_unregister_driver +EXPORT_SYMBOL drivers/vfio/mdev/mdev 0x33960872 mdev_register_parent +EXPORT_SYMBOL drivers/vfio/mdev/mdev 0x41a5709b mdev_unregister_parent +EXPORT_SYMBOL drivers/vfio/mdev/mdev 0xd67633e4 mdev_register_driver +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 0x51f16cdb vfio_info_cap_shift +EXPORT_SYMBOL drivers/vfio/vfio 0x566ede3d vfio_pin_pages +EXPORT_SYMBOL drivers/vfio/vfio 0x99a9329b vfio_dma_rw +EXPORT_SYMBOL drivers/vfio/vfio 0x9b119431 vfio_unpin_pages +EXPORT_SYMBOL drivers/vhost/vhost 0x1c1dd8c1 vhost_chr_poll +EXPORT_SYMBOL drivers/vhost/vhost 0xcf9671f9 vhost_chr_write_iter +EXPORT_SYMBOL drivers/vhost/vringh 0x102c8234 vringh_iov_push_iotlb +EXPORT_SYMBOL drivers/vhost/vringh 0x140ceb39 vringh_getdesc_kern +EXPORT_SYMBOL drivers/vhost/vringh 0x221d4624 vringh_abandon_kern +EXPORT_SYMBOL drivers/vhost/vringh 0x261fea85 vringh_set_iotlb +EXPORT_SYMBOL drivers/vhost/vringh 0x26c60a08 vringh_notify_disable_user +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 0x4164520a vringh_notify_enable_kern +EXPORT_SYMBOL drivers/vhost/vringh 0x5dfbeba4 vringh_need_notify_iotlb +EXPORT_SYMBOL drivers/vhost/vringh 0x723ab668 vringh_init_kern +EXPORT_SYMBOL drivers/vhost/vringh 0x79b927f7 vringh_complete_multi_user +EXPORT_SYMBOL drivers/vhost/vringh 0x79c86ceb vringh_need_notify_kern +EXPORT_SYMBOL drivers/vhost/vringh 0x7bda5e6d vringh_iov_push_kern +EXPORT_SYMBOL drivers/vhost/vringh 0x7c007927 vringh_complete_iotlb +EXPORT_SYMBOL drivers/vhost/vringh 0x7c2e8833 vringh_iov_pull_iotlb +EXPORT_SYMBOL drivers/vhost/vringh 0x821e9390 vringh_iov_pull_user +EXPORT_SYMBOL drivers/vhost/vringh 0x8aeeecb8 vringh_init_user +EXPORT_SYMBOL drivers/vhost/vringh 0x915490a3 vringh_notify_enable_user +EXPORT_SYMBOL drivers/vhost/vringh 0x9537eb76 vringh_abandon_iotlb +EXPORT_SYMBOL drivers/vhost/vringh 0xa04abd3a vringh_notify_disable_kern +EXPORT_SYMBOL drivers/vhost/vringh 0xa37c8cbf vringh_notify_enable_iotlb +EXPORT_SYMBOL drivers/vhost/vringh 0xa924b2e0 vringh_complete_kern +EXPORT_SYMBOL drivers/vhost/vringh 0xacf68b37 vringh_notify_disable_iotlb +EXPORT_SYMBOL drivers/vhost/vringh 0xb061dd9f vringh_getdesc_iotlb +EXPORT_SYMBOL drivers/vhost/vringh 0xb5411ba6 vringh_kiov_advance +EXPORT_SYMBOL drivers/vhost/vringh 0xbe7e011e vringh_abandon_user +EXPORT_SYMBOL drivers/vhost/vringh 0xc4721ac7 vringh_getdesc_user +EXPORT_SYMBOL drivers/vhost/vringh 0xcef0e131 vringh_complete_user +EXPORT_SYMBOL drivers/vhost/vringh 0xd8ac74e0 vringh_init_iotlb +EXPORT_SYMBOL drivers/vhost/vringh 0xff44dbd9 vringh_need_notify_user +EXPORT_SYMBOL drivers/video/backlight/lcd 0x1961c3ab lcd_device_unregister +EXPORT_SYMBOL drivers/video/backlight/lcd 0xa77ef325 devm_lcd_device_unregister +EXPORT_SYMBOL drivers/video/backlight/lcd 0xcb171a5f devm_lcd_device_register +EXPORT_SYMBOL drivers/video/backlight/lcd 0xfc7c28a8 lcd_device_register +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x04924f8a svga_tilefill +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x17f3f471 svga_set_default_seq_regs +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x185f07b4 svga_tilecopy +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x1be6dc30 svga_set_textmode_vga_regs +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x2a0afbd5 svga_tileblit +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x4ab38ef2 svga_set_default_crt_regs +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x4c577c0d svga_get_caps +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x59900f05 svga_get_tilemax +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 0x94f5b931 svga_tilecursor +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xb0ab2b2e svga_check_timings +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xb6b20870 svga_settile +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xd22ca511 svga_set_default_atc_regs +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xd6ec2c44 svga_compute_pll +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xdcc5a013 svga_wseq_multi +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xe28d2a49 svga_set_default_gfx_regs +EXPORT_SYMBOL drivers/video/fbdev/core/syscopyarea 0x8513537c sys_copyarea +EXPORT_SYMBOL drivers/video/fbdev/core/sysfillrect 0xa45824e0 sys_fillrect +EXPORT_SYMBOL drivers/video/fbdev/core/sysimgblt 0x8560bf1e sys_imageblit +EXPORT_SYMBOL drivers/video/fbdev/cyber2000fb 0x0cc3ede5 cyber2000fb_detach +EXPORT_SYMBOL drivers/video/fbdev/cyber2000fb 0x14571be3 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 0x1ba90d9e 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 0x14a6e5a7 g450_mnp2f +EXPORT_SYMBOL drivers/video/fbdev/matrox/g450_pll 0x8d428a4c matroxfb_g450_setclk +EXPORT_SYMBOL drivers/video/fbdev/matrox/g450_pll 0xd327d22b matroxfb_g450_setpll_cond +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0x48f07e9f DAC1064_global_restore +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0x5753c8fe DAC1064_global_init +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0x7258d57b matrox_mystique +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0x82158a87 matrox_G100 +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_Ti3026 0x69aeda7f matrox_millennium +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_accel 0x19a5b609 matrox_cfbX_init +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0x10806dce matroxfb_enable_irq +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0x71463b5e matroxfb_unregister_driver +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0xf7f2a57e matroxfb_register_driver +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0xfdf14cc0 matroxfb_wait_for_sync +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_g450 0x1218862e matroxfb_g450_connect +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_g450 0xc3a4a833 matroxfb_g450_shutdown +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x223f67ed matroxfb_vgaHWinit +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x25cf8049 matroxfb_PLL_calcclock +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x34edda4c matroxfb_read_pins +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0xcdc90c64 matroxfb_var2my +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0xdb27a1dc matroxfb_DAC_out +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0xec891d76 matroxfb_vgaHWrestore +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0xf9e01067 matroxfb_DAC_in +EXPORT_SYMBOL drivers/video/fbdev/omap2/omapfb/dss/omapdss 0x0014db25 omap_dss_find_output_by_port_node +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 0x04b21296 omapdss_unregister_display +EXPORT_SYMBOL drivers/video/fbdev/omap2/omapfb/dss/omapdss 0x0990998a dss_mgr_set_timings +EXPORT_SYMBOL drivers/video/fbdev/omap2/omapfb/dss/omapdss 0x0ce6259c omap_dss_get_next_device +EXPORT_SYMBOL drivers/video/fbdev/omap2/omapfb/dss/omapdss 0x22b47952 omapdss_default_get_recommended_bpp +EXPORT_SYMBOL drivers/video/fbdev/omap2/omapfb/dss/omapdss 0x2423d741 dispc_ovl_setup +EXPORT_SYMBOL drivers/video/fbdev/omap2/omapfb/dss/omapdss 0x2b6b83b4 omapdss_unregister_output +EXPORT_SYMBOL drivers/video/fbdev/omap2/omapfb/dss/omapdss 0x2d941eca omapdss_default_get_resolution +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 0x36218c8f omapdss_find_output_from_display +EXPORT_SYMBOL drivers/video/fbdev/omap2/omapfb/dss/omapdss 0x38bfe17f dss_mgr_start_update +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 0x458bd03b omap_dss_get_output +EXPORT_SYMBOL drivers/video/fbdev/omap2/omapfb/dss/omapdss 0x45d74ef6 dispc_mgr_enable +EXPORT_SYMBOL drivers/video/fbdev/omap2/omapfb/dss/omapdss 0x45e5c800 omapdss_register_display +EXPORT_SYMBOL drivers/video/fbdev/omap2/omapfb/dss/omapdss 0x482ec5d8 omapdss_default_get_timings +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 0x4e464812 omapdss_output_set_device +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 0x5a1e7d38 dss_mgr_disable +EXPORT_SYMBOL drivers/video/fbdev/omap2/omapfb/dss/omapdss 0x5fc6d671 dss_mgr_set_lcd_config +EXPORT_SYMBOL drivers/video/fbdev/omap2/omapfb/dss/omapdss 0x6252ef87 dss_install_mgr_ops +EXPORT_SYMBOL drivers/video/fbdev/omap2/omapfb/dss/omapdss 0x636b3461 omap_dss_get_num_overlays +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 0x70e4b8b1 omap_dss_find_device +EXPORT_SYMBOL drivers/video/fbdev/omap2/omapfb/dss/omapdss 0x78a6961b omap_dss_get_overlay +EXPORT_SYMBOL drivers/video/fbdev/omap2/omapfb/dss/omapdss 0x78cb751f omapdss_register_output +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 0x88f1d054 dss_mgr_unregister_framedone_handler +EXPORT_SYMBOL drivers/video/fbdev/omap2/omapfb/dss/omapdss 0x8ef86fdf dss_mgr_register_framedone_handler +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 0xa13d27f5 dispc_read_irqenable +EXPORT_SYMBOL drivers/video/fbdev/omap2/omapfb/dss/omapdss 0xa20bf45a omap_dss_find_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 0xa68de774 omap_dss_get_overlay_manager +EXPORT_SYMBOL drivers/video/fbdev/omap2/omapfb/dss/omapdss 0xb3ed5aa9 dispc_mgr_is_enabled +EXPORT_SYMBOL drivers/video/fbdev/omap2/omapfb/dss/omapdss 0xb3f56fbb dss_mgr_disconnect +EXPORT_SYMBOL drivers/video/fbdev/omap2/omapfb/dss/omapdss 0xb7f94a15 dispc_mgr_set_timings +EXPORT_SYMBOL drivers/video/fbdev/omap2/omapfb/dss/omapdss 0xba8ddcea dispc_mgr_get_vsync_irq +EXPORT_SYMBOL drivers/video/fbdev/omap2/omapfb/dss/omapdss 0xbafeee36 dispc_runtime_get +EXPORT_SYMBOL drivers/video/fbdev/omap2/omapfb/dss/omapdss 0xbba81c6d dss_mgr_enable +EXPORT_SYMBOL drivers/video/fbdev/omap2/omapfb/dss/omapdss 0xbe0d4752 omap_video_timings_to_videomode +EXPORT_SYMBOL drivers/video/fbdev/omap2/omapfb/dss/omapdss 0xc2fc8bb7 omap_dss_get_device +EXPORT_SYMBOL drivers/video/fbdev/omap2/omapfb/dss/omapdss 0xc45105c3 dispc_mgr_go_busy +EXPORT_SYMBOL drivers/video/fbdev/omap2/omapfb/dss/omapdss 0xc6ea297b dss_mgr_connect +EXPORT_SYMBOL drivers/video/fbdev/omap2/omapfb/dss/omapdss 0xcc197296 omap_dispc_register_isr +EXPORT_SYMBOL drivers/video/fbdev/omap2/omapfb/dss/omapdss 0xcdde04b7 omap_dss_put_device +EXPORT_SYMBOL drivers/video/fbdev/omap2/omapfb/dss/omapdss 0xce466b8f dispc_ovl_check +EXPORT_SYMBOL drivers/video/fbdev/omap2/omapfb/dss/omapdss 0xd1067ba7 dispc_ovl_enabled +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 0xdb3361bc omapdss_find_mgr_from_display +EXPORT_SYMBOL drivers/video/fbdev/omap2/omapfb/dss/omapdss 0xdb93b838 dispc_free_irq +EXPORT_SYMBOL drivers/video/fbdev/omap2/omapfb/dss/omapdss 0xea413aea omapdss_output_unset_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 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 0xf9427374 dispc_request_irq +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 0x2d397ffc virtio_dma_buf_get_uuid +EXPORT_SYMBOL drivers/virtio/virtio_dma_buf 0x4409b4b1 virtio_dma_buf_attach +EXPORT_SYMBOL drivers/virtio/virtio_dma_buf 0x88e0a7fe is_virtio_dma_buf +EXPORT_SYMBOL drivers/virtio/virtio_dma_buf 0x922aae9c virtio_dma_buf_export +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2780 0xa2e41c16 w1_ds2780_eeprom_cmd +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2780 0xfaac73ed w1_ds2780_io +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2781 0x07fa80c2 w1_ds2781_io +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2781 0xb79476b4 w1_ds2781_eeprom_cmd +EXPORT_SYMBOL drivers/w1/wire 0x52b203eb w1_add_master_device +EXPORT_SYMBOL drivers/w1/wire 0x70b48619 w1_unregister_family +EXPORT_SYMBOL drivers/w1/wire 0x74d8a898 w1_register_family +EXPORT_SYMBOL drivers/w1/wire 0xd5179b99 w1_remove_master_device +EXPORT_SYMBOL fs/fscache/fscache 0x08c63c0c fscache_io_error +EXPORT_SYMBOL fs/fscache/fscache 0x0ade561c __fscache_begin_read_operation +EXPORT_SYMBOL fs/fscache/fscache 0x0b910097 fscache_withdraw_cache +EXPORT_SYMBOL fs/fscache/fscache 0x0f8e203e fscache_wait_for_operation +EXPORT_SYMBOL fs/fscache/fscache 0x10c71331 __fscache_relinquish_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 0x27ffe0f2 __fscache_acquire_volume +EXPORT_SYMBOL fs/fscache/fscache 0x29198b7a fscache_withdraw_cookie +EXPORT_SYMBOL fs/fscache/fscache 0x294951b3 fscache_end_cookie_access +EXPORT_SYMBOL fs/fscache/fscache 0x2b1e8aab fscache_acquire_cache +EXPORT_SYMBOL fs/fscache/fscache 0x2b81c63f fscache_relinquish_cache +EXPORT_SYMBOL fs/fscache/fscache 0x306805d3 __SCK__tp_func_fscache_access +EXPORT_SYMBOL fs/fscache/fscache 0x32387f29 fscache_cookie_lookup_negative +EXPORT_SYMBOL fs/fscache/fscache 0x34e59394 __fscache_unuse_cookie +EXPORT_SYMBOL fs/fscache/fscache 0x3991582a __fscache_begin_write_operation +EXPORT_SYMBOL fs/fscache/fscache 0x40bf8f77 __fscache_write_to_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 0x667a21aa fscache_put_cookie +EXPORT_SYMBOL fs/fscache/fscache 0x6e416521 __SCK__tp_func_fscache_access_volume +EXPORT_SYMBOL fs/fscache/fscache 0x7250605c __tracepoint_fscache_access +EXPORT_SYMBOL fs/fscache/fscache 0x79c17b43 fscache_addremove_sem +EXPORT_SYMBOL fs/fscache/fscache 0x7c4daa19 fscache_clearance_waiters +EXPORT_SYMBOL fs/fscache/fscache 0x84dd0566 __fscache_relinquish_cookie +EXPORT_SYMBOL fs/fscache/fscache 0x8dc1b383 __fscache_clear_page_bits +EXPORT_SYMBOL fs/fscache/fscache 0x90d447f3 fscache_n_culled +EXPORT_SYMBOL fs/fscache/fscache 0x916d019e fscache_caching_failed +EXPORT_SYMBOL fs/fscache/fscache 0x9ffefcb2 fscache_n_read +EXPORT_SYMBOL fs/fscache/fscache 0xa8103302 __fscache_resize_cookie +EXPORT_SYMBOL fs/fscache/fscache 0xae6040a5 __traceiter_fscache_access_cache +EXPORT_SYMBOL fs/fscache/fscache 0xb365536a __tracepoint_fscache_access_cache +EXPORT_SYMBOL fs/fscache/fscache 0xb8a188f3 fscache_end_volume_access +EXPORT_SYMBOL fs/fscache/fscache 0xbca46908 fscache_wq +EXPORT_SYMBOL fs/fscache/fscache 0xc39dfb20 fscache_withdraw_volume +EXPORT_SYMBOL fs/fscache/fscache 0xcce11a60 fscache_n_no_write_space +EXPORT_SYMBOL fs/fscache/fscache 0xcf72a22f fscache_resume_after_invalidation +EXPORT_SYMBOL fs/fscache/fscache 0xd66c0f95 fscache_add_cache +EXPORT_SYMBOL fs/fscache/fscache 0xd8315ce9 fscache_dirty_folio +EXPORT_SYMBOL fs/fscache/fscache 0xd87c960c __fscache_use_cookie +EXPORT_SYMBOL fs/fscache/fscache 0xdcb87498 __traceiter_fscache_access +EXPORT_SYMBOL fs/fscache/fscache 0xe033d6d2 __fscache_acquire_cookie +EXPORT_SYMBOL fs/fscache/fscache 0xe86a0222 __tracepoint_fscache_access_volume +EXPORT_SYMBOL fs/fscache/fscache 0xef782378 __fscache_invalidate +EXPORT_SYMBOL fs/fscache/fscache 0xf82ce9cf fscache_get_cookie +EXPORT_SYMBOL fs/netfs/netfs 0x7781d3e4 netfs_readahead +EXPORT_SYMBOL fs/netfs/netfs 0xec655629 netfs_write_begin +EXPORT_SYMBOL fs/netfs/netfs 0xf1620865 netfs_read_folio +EXPORT_SYMBOL fs/netfs/netfs 0xf6ad7ba9 netfs_stats_show +EXPORT_SYMBOL fs/netfs/netfs 0xfc920983 netfs_subreq_terminated +EXPORT_SYMBOL fs/ocfs2/cluster/ocfs2_nodemanager 0xbfd7d7a2 o2hb_global_heartbeat_active +EXPORT_SYMBOL fs/quota/quota_tree 0x6665836c qtree_get_next_id +EXPORT_SYMBOL fs/quota/quota_tree 0x8324f863 qtree_write_dquot +EXPORT_SYMBOL fs/quota/quota_tree 0x8793078f qtree_entry_unused +EXPORT_SYMBOL fs/quota/quota_tree 0x8f15db72 qtree_read_dquot +EXPORT_SYMBOL fs/quota/quota_tree 0x94a298d4 qtree_release_dquot +EXPORT_SYMBOL fs/quota/quota_tree 0xfb58b72e qtree_delete_dquot +EXPORT_SYMBOL lib/crc-itu-t 0xa2048e95 crc_itu_t +EXPORT_SYMBOL lib/crc-itu-t 0xd819a524 crc_itu_t_table +EXPORT_SYMBOL lib/crc7 0x65aaf037 crc7_be_syndrome_table +EXPORT_SYMBOL lib/crc7 0xba95c5c0 crc7_be +EXPORT_SYMBOL lib/crypto/libarc4 0x2bb32ad1 arc4_setkey +EXPORT_SYMBOL lib/crypto/libarc4 0xcd47fcc4 arc4_crypt +EXPORT_SYMBOL lib/crypto/libchacha 0xcec122d7 chacha_crypt_generic +EXPORT_SYMBOL lib/crypto/libchacha20poly1305 0x4c9268e1 xchacha20poly1305_decrypt +EXPORT_SYMBOL lib/crypto/libchacha20poly1305 0x635b1a76 chacha20poly1305_decrypt +EXPORT_SYMBOL lib/crypto/libchacha20poly1305 0x64375eb4 chacha20poly1305_encrypt +EXPORT_SYMBOL lib/crypto/libchacha20poly1305 0x738d84bf xchacha20poly1305_encrypt +EXPORT_SYMBOL lib/crypto/libchacha20poly1305 0xb1ec48ec chacha20poly1305_decrypt_sg_inplace +EXPORT_SYMBOL lib/crypto/libchacha20poly1305 0xf0dbf797 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 0x89a0cd52 crc32c_impl +EXPORT_SYMBOL lib/libcrc32c 0xb15b4109 crc32c +EXPORT_SYMBOL lib/lru_cache 0x051e43d1 lc_seq_printf_stats +EXPORT_SYMBOL lib/lru_cache 0x16a8e2ca lc_put +EXPORT_SYMBOL lib/lru_cache 0x2257d5b6 lc_try_lock +EXPORT_SYMBOL lib/lru_cache 0x2838dcbd lc_create +EXPORT_SYMBOL lib/lru_cache 0x2ff949a9 lc_reset +EXPORT_SYMBOL lib/lru_cache 0x3dcbf915 lc_get +EXPORT_SYMBOL lib/lru_cache 0x4fbe8be4 lc_destroy +EXPORT_SYMBOL lib/lru_cache 0x5fd4497c lc_element_by_index +EXPORT_SYMBOL lib/lru_cache 0x72122451 lc_get_cumulative +EXPORT_SYMBOL lib/lru_cache 0x7d905c59 lc_del +EXPORT_SYMBOL lib/lru_cache 0x906000b2 lc_find +EXPORT_SYMBOL lib/lru_cache 0xa7b3f653 lc_try_get +EXPORT_SYMBOL lib/lru_cache 0xa7d1f625 lc_committed +EXPORT_SYMBOL lib/lru_cache 0xf6041b6e lc_is_used +EXPORT_SYMBOL lib/lru_cache 0xffc64f28 lc_seq_dump_details +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 0x3692ca70 lowpan_unregister_netdevice +EXPORT_SYMBOL net/6lowpan/6lowpan 0x509d557c lowpan_register_netdevice +EXPORT_SYMBOL net/6lowpan/6lowpan 0xc964b065 lowpan_unregister_netdev +EXPORT_SYMBOL net/6lowpan/6lowpan 0xdf00fb58 lowpan_nhc_add +EXPORT_SYMBOL net/6lowpan/6lowpan 0xf12d1bfd lowpan_nhc_del +EXPORT_SYMBOL net/6lowpan/6lowpan 0xf5b5c38a lowpan_register_netdev +EXPORT_SYMBOL net/802/p8022 0x7fd15154 register_8022_client +EXPORT_SYMBOL net/802/p8022 0xbcc36869 unregister_8022_client +EXPORT_SYMBOL net/802/psnap 0x3450fa42 register_snap_client +EXPORT_SYMBOL net/802/psnap 0xa37540b4 unregister_snap_client +EXPORT_SYMBOL net/9p/9pnet 0x062d090e p9_client_open +EXPORT_SYMBOL net/9p/9pnet 0x17f0c551 p9_client_mkdir_dotl +EXPORT_SYMBOL net/9p/9pnet 0x2001366a p9_client_lock_dotl +EXPORT_SYMBOL net/9p/9pnet 0x31062d7d p9_client_read_once +EXPORT_SYMBOL net/9p/9pnet 0x3253ccaa __tracepoint_9p_fid_ref +EXPORT_SYMBOL net/9p/9pnet 0x341a531c p9_client_write +EXPORT_SYMBOL net/9p/9pnet 0x37c0a7ba v9fs_register_trans +EXPORT_SYMBOL net/9p/9pnet 0x3a8e3b02 p9_req_put +EXPORT_SYMBOL net/9p/9pnet 0x3ce2b6db do_trace_9p_fid_put +EXPORT_SYMBOL net/9p/9pnet 0x3d73a797 p9_errstr2errno +EXPORT_SYMBOL net/9p/9pnet 0x3d986cf9 p9dirent_read +EXPORT_SYMBOL net/9p/9pnet 0x3fd184d3 p9_client_symlink +EXPORT_SYMBOL net/9p/9pnet 0x40b83464 p9_client_link +EXPORT_SYMBOL net/9p/9pnet 0x42c20836 p9_client_renameat +EXPORT_SYMBOL net/9p/9pnet 0x46baf750 p9_fcall_fini +EXPORT_SYMBOL net/9p/9pnet 0x4f346489 p9_client_fsync +EXPORT_SYMBOL net/9p/9pnet 0x5b275e2e p9_tag_lookup +EXPORT_SYMBOL net/9p/9pnet 0x616ef7b7 p9_client_rename +EXPORT_SYMBOL net/9p/9pnet 0x6c49a3e7 p9_client_fcreate +EXPORT_SYMBOL net/9p/9pnet 0x6db7033e p9_parse_header +EXPORT_SYMBOL net/9p/9pnet 0x707613e8 p9_release_pages +EXPORT_SYMBOL net/9p/9pnet 0x75d758bf p9_client_create +EXPORT_SYMBOL net/9p/9pnet 0x7db9fbc6 p9_client_mknod_dotl +EXPORT_SYMBOL net/9p/9pnet 0x8277aaf3 p9_client_remove +EXPORT_SYMBOL net/9p/9pnet 0x8c2e495b p9_client_read +EXPORT_SYMBOL net/9p/9pnet 0x92146771 p9_client_attach +EXPORT_SYMBOL net/9p/9pnet 0x940d7fe2 do_trace_9p_fid_get +EXPORT_SYMBOL net/9p/9pnet 0x9567da00 p9_client_readlink +EXPORT_SYMBOL net/9p/9pnet 0xa196a23c p9_client_walk +EXPORT_SYMBOL net/9p/9pnet 0xa2922d09 p9_is_proto_dotl +EXPORT_SYMBOL net/9p/9pnet 0xa4d4e16a p9_client_disconnect +EXPORT_SYMBOL net/9p/9pnet 0xa822c414 p9_client_unlinkat +EXPORT_SYMBOL net/9p/9pnet 0xa87cf3d9 p9_show_client_options +EXPORT_SYMBOL net/9p/9pnet 0xab94bb30 p9_is_proto_dotu +EXPORT_SYMBOL net/9p/9pnet 0xb42f02fa p9_client_destroy +EXPORT_SYMBOL net/9p/9pnet 0xb55ae777 __SCK__tp_func_9p_fid_ref +EXPORT_SYMBOL net/9p/9pnet 0xc6741f22 __traceiter_9p_fid_ref +EXPORT_SYMBOL net/9p/9pnet 0xc8a1b5ba p9_client_getlock_dotl +EXPORT_SYMBOL net/9p/9pnet 0xce537e38 p9_client_create_dotl +EXPORT_SYMBOL net/9p/9pnet 0xd2ba152c p9_client_statfs +EXPORT_SYMBOL net/9p/9pnet 0xd384c683 p9stat_free +EXPORT_SYMBOL net/9p/9pnet 0xd50114f2 p9_client_cb +EXPORT_SYMBOL net/9p/9pnet 0xd7dc0527 v9fs_get_trans_by_name +EXPORT_SYMBOL net/9p/9pnet 0xd8740dc1 v9fs_unregister_trans +EXPORT_SYMBOL net/9p/9pnet 0xd8d3f6a0 p9_client_begin_disconnect +EXPORT_SYMBOL net/9p/9pnet 0xdb4b8508 p9_client_readdir +EXPORT_SYMBOL net/9p/9pnet 0xdbe44fab p9_client_setattr +EXPORT_SYMBOL net/9p/9pnet 0xe3812a99 p9_client_clunk +EXPORT_SYMBOL net/9p/9pnet 0xe534a202 v9fs_get_default_trans +EXPORT_SYMBOL net/9p/9pnet 0xe58a3360 p9_error_init +EXPORT_SYMBOL net/9p/9pnet 0xe6b1e55e p9stat_read +EXPORT_SYMBOL net/9p/9pnet 0xf20bc14a p9_client_wstat +EXPORT_SYMBOL net/9p/9pnet 0xf8833551 p9_client_stat +EXPORT_SYMBOL net/9p/9pnet 0xffc4b808 p9_client_getattr_dotl +EXPORT_SYMBOL net/appletalk/appletalk 0x31832b57 atalk_find_dev_addr +EXPORT_SYMBOL net/appletalk/appletalk 0x896c9e0f aarp_send_ddp +EXPORT_SYMBOL net/appletalk/appletalk 0x9f8c06f8 alloc_ltalkdev +EXPORT_SYMBOL net/appletalk/appletalk 0xb10a1b28 atrtr_get_dev +EXPORT_SYMBOL net/atm/atm 0x23c04f69 atm_dev_deregister +EXPORT_SYMBOL net/atm/atm 0x2cc2d52d vcc_hash +EXPORT_SYMBOL net/atm/atm 0x2f00c636 atm_dev_signal_change +EXPORT_SYMBOL net/atm/atm 0x367b6aee atm_alloc_charge +EXPORT_SYMBOL net/atm/atm 0x4443d399 atm_proc_root +EXPORT_SYMBOL net/atm/atm 0x47c99ee1 deregister_atm_ioctl +EXPORT_SYMBOL net/atm/atm 0x4dddb9b1 vcc_release_async +EXPORT_SYMBOL net/atm/atm 0x55efc29e atm_dev_lookup +EXPORT_SYMBOL net/atm/atm 0x56054a27 vcc_insert_socket +EXPORT_SYMBOL net/atm/atm 0x6175b871 atm_dev_release_vccs +EXPORT_SYMBOL net/atm/atm 0x6b9a3871 vcc_sklist_lock +EXPORT_SYMBOL net/atm/atm 0x70c9f7f5 atm_charge +EXPORT_SYMBOL net/atm/atm 0x8d500acc atm_init_aal5 +EXPORT_SYMBOL net/atm/atm 0x9feaf287 sonet_subtract_stats +EXPORT_SYMBOL net/atm/atm 0xa2e81a8b register_atm_ioctl +EXPORT_SYMBOL net/atm/atm 0xaa024146 sonet_copy_stats +EXPORT_SYMBOL net/atm/atm 0xc4c60ed6 atm_dev_register +EXPORT_SYMBOL net/atm/atm 0xeaec6afe vcc_process_recv_queue +EXPORT_SYMBOL net/atm/atm 0xf49bc67a atm_pcr_goal +EXPORT_SYMBOL net/ax25/ax25 0x14cecd59 ax25_display_timer +EXPORT_SYMBOL net/ax25/ax25 0x242852b9 ax25_uid_policy +EXPORT_SYMBOL net/ax25/ax25 0x4502c65a asc2ax +EXPORT_SYMBOL net/ax25/ax25 0x48407a1b ax25_linkfail_register +EXPORT_SYMBOL net/ax25/ax25 0x4e4aef8b ax25_header_ops +EXPORT_SYMBOL net/ax25/ax25 0x53dea1ff ax2asc +EXPORT_SYMBOL net/ax25/ax25 0x5f30dc71 ax25_send_frame +EXPORT_SYMBOL net/ax25/ax25 0x6a054b7e ax25_linkfail_release +EXPORT_SYMBOL net/ax25/ax25 0x7c05a3c6 ax25_listen_register +EXPORT_SYMBOL net/ax25/ax25 0x8ede9e26 ax25_protocol_release +EXPORT_SYMBOL net/ax25/ax25 0x9ca35d23 ax25_listen_release +EXPORT_SYMBOL net/ax25/ax25 0xc1444946 ax25cmp +EXPORT_SYMBOL net/ax25/ax25 0xc8d7ee20 ax25_find_cb +EXPORT_SYMBOL net/ax25/ax25 0xd43ecbf1 null_ax25_address +EXPORT_SYMBOL net/ax25/ax25 0xee02e420 ax25_findbyuid +EXPORT_SYMBOL net/ax25/ax25 0xf7bed7d2 ax25_ip_xmit +EXPORT_SYMBOL net/bluetooth/bluetooth 0x0718b8b7 bt_info +EXPORT_SYMBOL net/bluetooth/bluetooth 0x1c6c1d81 bt_accept_unlink +EXPORT_SYMBOL net/bluetooth/bluetooth 0x214e4265 bt_warn +EXPORT_SYMBOL net/bluetooth/bluetooth 0x228e191d hci_conn_security +EXPORT_SYMBOL net/bluetooth/bluetooth 0x2c1b302f hci_set_hw_info +EXPORT_SYMBOL net/bluetooth/bluetooth 0x2d2ccb1c bt_procfs_init +EXPORT_SYMBOL net/bluetooth/bluetooth 0x2de3f668 hci_mgmt_chan_register +EXPORT_SYMBOL net/bluetooth/bluetooth 0x397437fe l2cap_is_socket +EXPORT_SYMBOL net/bluetooth/bluetooth 0x3c3e58b9 __hci_cmd_send +EXPORT_SYMBOL net/bluetooth/bluetooth 0x3d00f709 hci_recv_diag +EXPORT_SYMBOL net/bluetooth/bluetooth 0x44f882b6 bt_sock_wait_state +EXPORT_SYMBOL net/bluetooth/bluetooth 0x4a1c4dd5 __hci_cmd_sync_status_sk +EXPORT_SYMBOL net/bluetooth/bluetooth 0x4ccf64d5 l2cap_conn_put +EXPORT_SYMBOL net/bluetooth/bluetooth 0x4ff860a1 hci_unregister_cb +EXPORT_SYMBOL net/bluetooth/bluetooth 0x517b0780 l2cap_conn_get +EXPORT_SYMBOL net/bluetooth/bluetooth 0x5498adbe hci_register_cb +EXPORT_SYMBOL net/bluetooth/bluetooth 0x5708fc86 bt_sock_stream_recvmsg +EXPORT_SYMBOL net/bluetooth/bluetooth 0x5c6e1a65 bt_sock_link +EXPORT_SYMBOL net/bluetooth/bluetooth 0x63c8fb65 bt_sock_wait_ready +EXPORT_SYMBOL net/bluetooth/bluetooth 0x69e04c63 hci_get_route +EXPORT_SYMBOL net/bluetooth/bluetooth 0x6f1ba9bd bt_accept_enqueue +EXPORT_SYMBOL net/bluetooth/bluetooth 0x6f2ee20c hci_free_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x70653a53 hci_mgmt_chan_unregister +EXPORT_SYMBOL net/bluetooth/bluetooth 0x78e5b73d hci_recv_frame +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 0x7caf6dd0 bt_sock_poll +EXPORT_SYMBOL net/bluetooth/bluetooth 0x83cec632 __hci_cmd_sync_status +EXPORT_SYMBOL net/bluetooth/bluetooth 0x8d2c163e l2cap_unregister_user +EXPORT_SYMBOL net/bluetooth/bluetooth 0x8fea24bd bt_sock_unregister +EXPORT_SYMBOL net/bluetooth/bluetooth 0x93b18e3e hci_cmd_sync +EXPORT_SYMBOL net/bluetooth/bluetooth 0x9c3394a8 hci_unregister_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x9db65d33 hci_conn_switch_role +EXPORT_SYMBOL net/bluetooth/bluetooth 0xa07f6630 hci_reset_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0xa262cf52 __hci_cmd_sync_ev +EXPORT_SYMBOL net/bluetooth/bluetooth 0xa277d2ee bt_procfs_cleanup +EXPORT_SYMBOL net/bluetooth/bluetooth 0xa345bbab l2cap_register_user +EXPORT_SYMBOL net/bluetooth/bluetooth 0xa98d4abc hci_release_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0xad77ed71 bt_sock_ioctl +EXPORT_SYMBOL net/bluetooth/bluetooth 0xb5ae2d2b bt_sock_register +EXPORT_SYMBOL net/bluetooth/bluetooth 0xbcf5c9d4 hci_cmd_sync_cancel +EXPORT_SYMBOL net/bluetooth/bluetooth 0xbf5146d7 hci_resume_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0xbf654011 bt_sock_recvmsg +EXPORT_SYMBOL net/bluetooth/bluetooth 0xc1a6c6bd hci_alloc_dev_priv +EXPORT_SYMBOL net/bluetooth/bluetooth 0xc75aec8d bt_sock_unlink +EXPORT_SYMBOL net/bluetooth/bluetooth 0xc94fbfc5 bt_sock_reclassify_lock +EXPORT_SYMBOL net/bluetooth/bluetooth 0xca50c102 l2cap_chan_close +EXPORT_SYMBOL net/bluetooth/bluetooth 0xd0123e7d __hci_cmd_sync_sk +EXPORT_SYMBOL net/bluetooth/bluetooth 0xd7613212 bt_err_ratelimited +EXPORT_SYMBOL net/bluetooth/bluetooth 0xddacccf6 bt_warn_ratelimited +EXPORT_SYMBOL net/bluetooth/bluetooth 0xdf333eb1 hci_register_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0xea48d25e __hci_cmd_sync +EXPORT_SYMBOL net/bluetooth/bluetooth 0xeba514ac bt_accept_dequeue +EXPORT_SYMBOL net/bluetooth/bluetooth 0xefad4f11 hci_suspend_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0xf6147fc3 hci_set_fw_info +EXPORT_SYMBOL net/bluetooth/bluetooth 0xf74079f2 hci_conn_check_secure +EXPORT_SYMBOL net/bluetooth/bluetooth 0xfa189e98 hci_cmd_sync_queue +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0x0cc9e009 ebt_register_table +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0x48377944 ebt_unregister_table +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0x4b2e55da ebt_unregister_template +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0x73425060 ebt_register_template +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0x87b68cb2 ebt_do_table +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0xf4749378 ebt_unregister_table_pre_exit +EXPORT_SYMBOL net/caif/caif 0x06ce4c16 caif_enroll_dev +EXPORT_SYMBOL net/caif/caif 0x1446b60a caif_client_register_refcnt +EXPORT_SYMBOL net/caif/caif 0x2a09f713 cfpkt_fromnative +EXPORT_SYMBOL net/caif/caif 0x308fdc25 get_cfcnfg +EXPORT_SYMBOL net/caif/caif 0x329dbd06 cfpkt_info +EXPORT_SYMBOL net/caif/caif 0x38701a7c cfcnfg_del_phy_layer +EXPORT_SYMBOL net/caif/caif 0x3a742074 caif_disconnect_client +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 0x662c892b cfcnfg_add_phy_layer +EXPORT_SYMBOL net/caif/caif 0x839ddb7b cfcnfg_set_phy_state +EXPORT_SYMBOL net/caif/caif 0x9e3e305d cfpkt_set_prio +EXPORT_SYMBOL net/caif/caif 0xb7b6874e caif_free_client +EXPORT_SYMBOL net/caif/caif 0xbc00c405 caif_connect_client +EXPORT_SYMBOL net/can/can 0x06c9e392 can_proto_unregister +EXPORT_SYMBOL net/can/can 0x0dd1798f can_rx_register +EXPORT_SYMBOL net/can/can 0x1e8f5138 can_rx_unregister +EXPORT_SYMBOL net/can/can 0x40cc1f88 can_send +EXPORT_SYMBOL net/can/can 0xace1fc06 can_proto_register +EXPORT_SYMBOL net/can/can 0xc6f2054a can_sock_destruct +EXPORT_SYMBOL net/ceph/libceph 0x01a1fab7 ceph_print_client_options +EXPORT_SYMBOL net/ceph/libceph 0x0230a8c3 osd_req_op_copy_from_init +EXPORT_SYMBOL net/ceph/libceph 0x036a3854 osd_req_op_extent_osd_data_bio +EXPORT_SYMBOL net/ceph/libceph 0x048ebf5b ceph_auth_handle_bad_authorizer +EXPORT_SYMBOL net/ceph/libceph 0x053c5624 ceph_check_fsid +EXPORT_SYMBOL net/ceph/libceph 0x05a6d688 ceph_auth_handle_svc_reply_done +EXPORT_SYMBOL net/ceph/libceph 0x0a3c60e0 ceph_pagelist_alloc +EXPORT_SYMBOL net/ceph/libceph 0x0f2f4fdc osd_req_op_xattr_init +EXPORT_SYMBOL net/ceph/libceph 0x0fb09b4b ceph_parse_param +EXPORT_SYMBOL net/ceph/libceph 0x135f692e ceph_osdc_update_epoch_barrier +EXPORT_SYMBOL net/ceph/libceph 0x16397026 ceph_client_gid +EXPORT_SYMBOL net/ceph/libceph 0x16409fa3 osd_req_op_cls_init +EXPORT_SYMBOL net/ceph/libceph 0x1cba3f20 ceph_pagelist_append +EXPORT_SYMBOL net/ceph/libceph 0x1db53307 ceph_msg_data_add_pagelist +EXPORT_SYMBOL net/ceph/libceph 0x1edfa2c7 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 0x224983fa ceph_monc_stop +EXPORT_SYMBOL net/ceph/libceph 0x23ff0888 ceph_con_open +EXPORT_SYMBOL net/ceph/libceph 0x2af23699 ceph_osdc_watch +EXPORT_SYMBOL net/ceph/libceph 0x2bd0d818 ceph_cls_break_lock +EXPORT_SYMBOL net/ceph/libceph 0x3058ec3d osd_req_op_raw_data_in_pages +EXPORT_SYMBOL net/ceph/libceph 0x317ac0ee ceph_oloc_copy +EXPORT_SYMBOL net/ceph/libceph 0x3294337f ceph_monc_renew_subs +EXPORT_SYMBOL net/ceph/libceph 0x3295f8ee ceph_osdc_wait_request +EXPORT_SYMBOL net/ceph/libceph 0x32b6ca89 ceph_zero_page_vector_range +EXPORT_SYMBOL net/ceph/libceph 0x3430fd64 ceph_osdc_new_request +EXPORT_SYMBOL net/ceph/libceph 0x3522979c ceph_buffer_new +EXPORT_SYMBOL net/ceph/libceph 0x38f2d94e ceph_file_to_extents +EXPORT_SYMBOL net/ceph/libceph 0x3c8d7111 ceph_get_num_objects +EXPORT_SYMBOL net/ceph/libceph 0x3d0f2a7c ceph_oloc_destroy +EXPORT_SYMBOL net/ceph/libceph 0x40519039 ceph_osdc_cancel_request +EXPORT_SYMBOL net/ceph/libceph 0x413331a6 ceph_auth_is_authenticated +EXPORT_SYMBOL net/ceph/libceph 0x4287bc36 ceph_copy_user_to_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x45044d94 ceph_find_or_create_string +EXPORT_SYMBOL net/ceph/libceph 0x46412c63 osd_req_op_cls_request_data_pages +EXPORT_SYMBOL net/ceph/libceph 0x466b85b8 libceph_compatible +EXPORT_SYMBOL net/ceph/libceph 0x4affd6c2 ceph_parse_fsid +EXPORT_SYMBOL net/ceph/libceph 0x4c0d2678 ceph_monc_validate_auth +EXPORT_SYMBOL net/ceph/libceph 0x4c2b72cd ceph_compare_options +EXPORT_SYMBOL net/ceph/libceph 0x4ead500c ceph_parse_mon_ips +EXPORT_SYMBOL net/ceph/libceph 0x4f6556f6 ceph_msg_put +EXPORT_SYMBOL net/ceph/libceph 0x4f884e4d ceph_cls_set_cookie +EXPORT_SYMBOL net/ceph/libceph 0x50603ce3 ceph_decode_entity_addrvec +EXPORT_SYMBOL net/ceph/libceph 0x531770ab ceph_osdc_abort_requests +EXPORT_SYMBOL net/ceph/libceph 0x5399c360 osd_req_op_cls_response_data_pages +EXPORT_SYMBOL net/ceph/libceph 0x57baf885 ceph_str_hash +EXPORT_SYMBOL net/ceph/libceph 0x5aeeee62 ceph_oid_aprintf +EXPORT_SYMBOL net/ceph/libceph 0x5cd189dc osd_req_op_extent_osd_data +EXPORT_SYMBOL net/ceph/libceph 0x5e6b2961 ceph_destroy_client +EXPORT_SYMBOL net/ceph/libceph 0x5f434f26 ceph_cls_unlock +EXPORT_SYMBOL net/ceph/libceph 0x616f3521 ceph_msg_data_add_bvecs +EXPORT_SYMBOL net/ceph/libceph 0x63758856 ceph_str_hash_name +EXPORT_SYMBOL net/ceph/libceph 0x63c20256 ceph_auth_invalidate_authorizer +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 0x6466ee03 ceph_con_init +EXPORT_SYMBOL net/ceph/libceph 0x66ba6e8b osd_req_op_alloc_hint_init +EXPORT_SYMBOL net/ceph/libceph 0x68952137 ceph_create_client +EXPORT_SYMBOL net/ceph/libceph 0x6a30d615 ceph_con_close +EXPORT_SYMBOL net/ceph/libceph 0x6a7a38a0 ceph_pr_addr +EXPORT_SYMBOL net/ceph/libceph 0x6d7a4bbc ceph_msg_new +EXPORT_SYMBOL net/ceph/libceph 0x6e74fd0d osd_req_op_cls_request_data_bvecs +EXPORT_SYMBOL net/ceph/libceph 0x6edb8cb7 ceph_pagelist_reserve +EXPORT_SYMBOL net/ceph/libceph 0x737cb7ea ceph_osdc_notify +EXPORT_SYMBOL net/ceph/libceph 0x7539249b ceph_osdc_put_request +EXPORT_SYMBOL net/ceph/libceph 0x75bcb9ca osd_req_op_extent_osd_data_bvecs +EXPORT_SYMBOL net/ceph/libceph 0x76c89de1 __ceph_auth_get_authorizer +EXPORT_SYMBOL net/ceph/libceph 0x77982a32 osd_req_op_extent_update +EXPORT_SYMBOL net/ceph/libceph 0x7840ea7a ceph_monc_wait_osdmap +EXPORT_SYMBOL net/ceph/libceph 0x7e8502ca ceph_monc_do_statfs +EXPORT_SYMBOL net/ceph/libceph 0x7f515be5 ceph_msg_data_add_pages +EXPORT_SYMBOL net/ceph/libceph 0x82ff2c6d ceph_auth_add_authorizer_challenge +EXPORT_SYMBOL net/ceph/libceph 0x83380010 ceph_monc_get_version +EXPORT_SYMBOL net/ceph/libceph 0x8423c44a ceph_con_keepalive +EXPORT_SYMBOL net/ceph/libceph 0x8625c180 ceph_osdc_alloc_messages +EXPORT_SYMBOL net/ceph/libceph 0x86fca7e4 ceph_put_snap_context +EXPORT_SYMBOL net/ceph/libceph 0x8a546ab6 ceph_monc_init +EXPORT_SYMBOL net/ceph/libceph 0x8b5f9930 ceph_auth_handle_svc_reply_more +EXPORT_SYMBOL net/ceph/libceph 0x8bd5050e ceph_pagelist_free_reserve +EXPORT_SYMBOL net/ceph/libceph 0x8e6718db ceph_copy_to_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x8fc9e58a ceph_osdc_clear_abort_err +EXPORT_SYMBOL net/ceph/libceph 0x91fc1256 ceph_monc_get_version_async +EXPORT_SYMBOL net/ceph/libceph 0x93c3837e ceph_osdc_notify_ack +EXPORT_SYMBOL net/ceph/libceph 0x95e32324 ceph_osdc_flush_notifies +EXPORT_SYMBOL net/ceph/libceph 0x987d3968 ceph_alloc_options +EXPORT_SYMBOL net/ceph/libceph 0x9b0782d3 ceph_con_send +EXPORT_SYMBOL net/ceph/libceph 0x9ca95932 ceph_create_snap_context +EXPORT_SYMBOL net/ceph/libceph 0x9dbf72f7 osd_req_op_cls_request_data_pagelist +EXPORT_SYMBOL net/ceph/libceph 0x9fefa3cb ceph_calc_file_object_mapping +EXPORT_SYMBOL net/ceph/libceph 0xa219f481 ceph_monc_blocklist_add +EXPORT_SYMBOL net/ceph/libceph 0xa66c0b92 osd_req_op_extent_dup_last +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 0xa6f1f849 ceph_release_page_vector +EXPORT_SYMBOL net/ceph/libceph 0xa73feed0 ceph_osdc_call +EXPORT_SYMBOL net/ceph/libceph 0xaca6c3e2 __ceph_open_session +EXPORT_SYMBOL net/ceph/libceph 0xad703657 ceph_auth_destroy_authorizer +EXPORT_SYMBOL net/ceph/libceph 0xaf9f8a5e ceph_auth_get_authorizer +EXPORT_SYMBOL net/ceph/libceph 0xafb8a407 ceph_msgr_flush +EXPORT_SYMBOL net/ceph/libceph 0xb3a5779b ceph_alloc_page_vector +EXPORT_SYMBOL net/ceph/libceph 0xb5062eb0 ceph_client_addr +EXPORT_SYMBOL net/ceph/libceph 0xb5289443 ceph_pg_poolid_by_name +EXPORT_SYMBOL net/ceph/libceph 0xb5298315 osd_req_op_extent_osd_data_bvec_pos +EXPORT_SYMBOL net/ceph/libceph 0xb54676fa ceph_msg_type_name +EXPORT_SYMBOL net/ceph/libceph 0xb72c162e ceph_buffer_release +EXPORT_SYMBOL net/ceph/libceph 0xb92947f7 ceph_cls_lock +EXPORT_SYMBOL net/ceph/libceph 0xb9ef2177 osd_req_op_extent_osd_data_pagelist +EXPORT_SYMBOL net/ceph/libceph 0xbae00da7 ceph_pg_pool_flags +EXPORT_SYMBOL net/ceph/libceph 0xbe3879aa ceph_get_snap_context +EXPORT_SYMBOL net/ceph/libceph 0xc20c8ca8 ceph_pagelist_set_cursor +EXPORT_SYMBOL net/ceph/libceph 0xc3a71ab8 ceph_monc_got_map +EXPORT_SYMBOL net/ceph/libceph 0xc65b732e osd_req_op_init +EXPORT_SYMBOL net/ceph/libceph 0xc6652752 ceph_cls_assert_locked +EXPORT_SYMBOL net/ceph/libceph 0xc9eb9318 ceph_auth_verify_authorizer_reply +EXPORT_SYMBOL net/ceph/libceph 0xca5e5395 ceph_open_session +EXPORT_SYMBOL net/ceph/libceph 0xca80437b ceph_extent_to_file +EXPORT_SYMBOL net/ceph/libceph 0xcf102f0b ceph_osdc_alloc_request +EXPORT_SYMBOL net/ceph/libceph 0xcfca1f9e ceph_cls_lock_info +EXPORT_SYMBOL net/ceph/libceph 0xd194a522 osd_req_op_extent_osd_data_pages +EXPORT_SYMBOL net/ceph/libceph 0xd4d736db ceph_destroy_options +EXPORT_SYMBOL net/ceph/libceph 0xd4eb7735 ceph_decode_entity_addr +EXPORT_SYMBOL net/ceph/libceph 0xd7a606db ceph_monc_open_session +EXPORT_SYMBOL net/ceph/libceph 0xd853203a ceph_osdc_get_request +EXPORT_SYMBOL net/ceph/libceph 0xdc03598c ceph_reset_client_addr +EXPORT_SYMBOL net/ceph/libceph 0xdc3c1357 ceph_osdc_unwatch +EXPORT_SYMBOL net/ceph/libceph 0xdc9d1a8d ceph_osdc_maybe_request_map +EXPORT_SYMBOL net/ceph/libceph 0xde0ad922 ceph_msg_get +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 0xe0fa20cb ceph_monc_want_map +EXPORT_SYMBOL net/ceph/libceph 0xe17bf510 osd_req_op_extent_init +EXPORT_SYMBOL net/ceph/libceph 0xe1bc311c ceph_osdc_list_watchers +EXPORT_SYMBOL net/ceph/libceph 0xe22e8fe9 ceph_put_page_vector +EXPORT_SYMBOL net/ceph/libceph 0xe2e6d74d ceph_copy_from_page_vector +EXPORT_SYMBOL net/ceph/libceph 0xea626038 ceph_wait_for_latest_osdmap +EXPORT_SYMBOL net/ceph/libceph 0xeb75a52d ceph_osdc_start_request +EXPORT_SYMBOL net/ceph/libceph 0xec1d9b4f ceph_msg_data_add_bio +EXPORT_SYMBOL net/ceph/libceph 0xee120c03 ceph_release_string +EXPORT_SYMBOL net/ceph/libceph 0xeef6cfa3 ceph_iterate_extents +EXPORT_SYMBOL net/ceph/libceph 0xf254297e ceph_addr_is_blank +EXPORT_SYMBOL net/ceph/libceph 0xf562aab7 ceph_pagelist_truncate +EXPORT_SYMBOL net/ceph/libceph 0xf83dbfc1 ceph_osdc_sync +EXPORT_SYMBOL net/ceph/libceph 0xfb405ab0 ceph_msg_dump +EXPORT_SYMBOL net/dccp/dccp_ipv4 0x919b9ee1 dccp_req_err +EXPORT_SYMBOL net/dccp/dccp_ipv4 0xf3c01c67 dccp_syn_ack_timeout +EXPORT_SYMBOL net/hsr/hsr 0x73270573 is_hsr_master +EXPORT_SYMBOL net/hsr/hsr 0x917a0cec hsr_get_version +EXPORT_SYMBOL net/ieee802154/ieee802154 0x1c4b0d8c wpan_phy_find +EXPORT_SYMBOL net/ieee802154/ieee802154 0x32756219 wpan_phy_for_each +EXPORT_SYMBOL net/ieee802154/ieee802154 0x3cb487f2 wpan_phy_free +EXPORT_SYMBOL net/ieee802154/ieee802154 0x9362cbd3 wpan_phy_new +EXPORT_SYMBOL net/ieee802154/ieee802154 0xe4927296 wpan_phy_register +EXPORT_SYMBOL net/ieee802154/ieee802154 0xec9ef478 wpan_phy_unregister +EXPORT_SYMBOL net/ipv4/fou 0x19741ae4 gue_encap_hlen +EXPORT_SYMBOL net/ipv4/fou 0x65893ee8 __gue_build_header +EXPORT_SYMBOL net/ipv4/fou 0xcf46c356 __fou_build_header +EXPORT_SYMBOL net/ipv4/fou 0xff1adff3 fou_encap_hlen +EXPORT_SYMBOL net/ipv4/gre 0xe912287a gre_parse_header +EXPORT_SYMBOL net/ipv4/ip_tunnel 0x0df645f4 ip_tunnel_encap_del_ops +EXPORT_SYMBOL net/ipv4/ip_tunnel 0xa53208b3 ip_tunnel_get_iflink +EXPORT_SYMBOL net/ipv4/ip_tunnel 0xc1d0539a ip_tunnel_encap_add_ops +EXPORT_SYMBOL net/ipv4/ip_tunnel 0xf4938d15 ip_tunnel_get_link_net +EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0x046852f3 arpt_unregister_table +EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0x925f0418 arpt_register_table +EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0xdbdecbc2 arpt_unregister_table_pre_exit +EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0xf3d8c218 arpt_do_table +EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0x245f7472 ipt_unregister_table_pre_exit +EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0x9d8f5c1d ipt_unregister_table_exit +EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0xbde797ad ipt_do_table +EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0xe5af9e7d ipt_register_table +EXPORT_SYMBOL net/ipv4/tunnel4 0x259d494b xfrm4_tunnel_deregister +EXPORT_SYMBOL net/ipv4/tunnel4 0xfa27e432 xfrm4_tunnel_register +EXPORT_SYMBOL net/ipv4/udp_tunnel 0x3538ab34 udp_sock_create4 +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x3e794b08 ip6_tnl_get_cap +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x4926f148 ip6_tnl_change_mtu +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x5bca8f2c ip6_tnl_encap_add_ops +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x7a06a562 ip6_tnl_parse_tlv_enc_lim +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x8278ff73 ip6_tnl_xmit +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x8d9eddc4 ip6_tnl_encap_del_ops +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0xb49e665d ip6_tnl_get_iflink +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0xc5c5e9dd ip6_tnl_rcv +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0xdb90c9ef ip6_tnl_get_link_net +EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0x0e18812a ip6t_register_table +EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0x1e1cdb78 ip6t_unregister_table_exit +EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0x3959ef08 ip6t_unregister_table_pre_exit +EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0xcec07ea7 ip6t_do_table +EXPORT_SYMBOL net/ipv6/tunnel6 0x23e338c5 xfrm6_tunnel_register +EXPORT_SYMBOL net/ipv6/tunnel6 0xec5bf462 xfrm6_tunnel_deregister +EXPORT_SYMBOL net/ipv6/xfrm6_tunnel 0x1e135a20 xfrm6_tunnel_spi_lookup +EXPORT_SYMBOL net/ipv6/xfrm6_tunnel 0x5b18839b xfrm6_tunnel_alloc_spi +EXPORT_SYMBOL net/lapb/lapb 0x0026e5f4 lapb_data_received +EXPORT_SYMBOL net/lapb/lapb 0x103a9bc3 lapb_setparms +EXPORT_SYMBOL net/lapb/lapb 0x2d346b5c lapb_unregister +EXPORT_SYMBOL net/lapb/lapb 0x466919b9 lapb_connect_request +EXPORT_SYMBOL net/lapb/lapb 0x6b2115d0 lapb_register +EXPORT_SYMBOL net/lapb/lapb 0xc5039da1 lapb_disconnect_request +EXPORT_SYMBOL net/lapb/lapb 0xe90305a8 lapb_getparms +EXPORT_SYMBOL net/lapb/lapb 0xf15098cc lapb_data_request +EXPORT_SYMBOL net/llc/llc 0x2140c510 llc_sap_close +EXPORT_SYMBOL net/llc/llc 0x2daf9bf8 llc_build_and_send_ui_pkt +EXPORT_SYMBOL net/llc/llc 0x306fe42f llc_add_pack +EXPORT_SYMBOL net/llc/llc 0x37e07719 llc_sap_find +EXPORT_SYMBOL net/llc/llc 0x38b92846 llc_remove_pack +EXPORT_SYMBOL net/llc/llc 0x500e0c6f llc_mac_hdr_init +EXPORT_SYMBOL net/llc/llc 0x52d7b2fd llc_sap_list +EXPORT_SYMBOL net/llc/llc 0x5ccfe3bf llc_set_station_handler +EXPORT_SYMBOL net/llc/llc 0x9868bd8c llc_sap_open +EXPORT_SYMBOL net/mac80211/mac80211 0x0008ce31 ieee80211_sta_pspoll +EXPORT_SYMBOL net/mac80211/mac80211 0x005aa235 ieee80211_sta_ps_transition +EXPORT_SYMBOL net/mac80211/mac80211 0x00971f67 ieee80211_beacon_set_cntdwn +EXPORT_SYMBOL net/mac80211/mac80211 0x024184b9 ieee80211_find_sta +EXPORT_SYMBOL net/mac80211/mac80211 0x091bac6f ieee80211_beacon_loss +EXPORT_SYMBOL net/mac80211/mac80211 0x0c7998c1 ieee80211_rate_control_register +EXPORT_SYMBOL net/mac80211/mac80211 0x0caead54 ieee80211_send_eosp_nullfunc +EXPORT_SYMBOL net/mac80211/mac80211 0x0d326efa ieee80211_disconnect +EXPORT_SYMBOL net/mac80211/mac80211 0x113ff89a ieee80211_stop_queues +EXPORT_SYMBOL net/mac80211/mac80211 0x18bc97ad ieee80211_txq_may_transmit +EXPORT_SYMBOL net/mac80211/mac80211 0x19f37f0d ieee80211_update_p2p_noa +EXPORT_SYMBOL net/mac80211/mac80211 0x1b6d1fd5 ieee80211_enable_rssi_reports +EXPORT_SYMBOL net/mac80211/mac80211 0x1c5ffb7a ieee80211_iter_keys +EXPORT_SYMBOL net/mac80211/mac80211 0x1cf75d45 ieee80211_get_tkip_p1k_iv +EXPORT_SYMBOL net/mac80211/mac80211 0x1f1b386f ieee80211_rx_ba_timer_expired +EXPORT_SYMBOL net/mac80211/mac80211 0x1ff20c47 ieee80211_iter_keys_rcu +EXPORT_SYMBOL net/mac80211/mac80211 0x201940f3 ieee80211_rx_list +EXPORT_SYMBOL net/mac80211/mac80211 0x20f88535 ieee80211_free_hw +EXPORT_SYMBOL net/mac80211/mac80211 0x21242518 ieee80211_tx_dequeue +EXPORT_SYMBOL net/mac80211/mac80211 0x25d898eb ieee80211_pspoll_get +EXPORT_SYMBOL net/mac80211/mac80211 0x265519c6 ieee80211_get_fils_discovery_tmpl +EXPORT_SYMBOL net/mac80211/mac80211 0x272c190d ieee80211_wake_queue +EXPORT_SYMBOL net/mac80211/mac80211 0x2beb71cf ieee80211_scan_completed +EXPORT_SYMBOL net/mac80211/mac80211 0x2e3cf750 ieee80211_sta_uapsd_trigger +EXPORT_SYMBOL net/mac80211/mac80211 0x33843372 __ieee80211_create_tpt_led_trigger +EXPORT_SYMBOL net/mac80211/mac80211 0x38879fbe ieee80211_chswitch_done +EXPORT_SYMBOL net/mac80211/mac80211 0x391eda45 ieee80211_get_tkip_rx_p1k +EXPORT_SYMBOL net/mac80211/mac80211 0x398a1d68 ieee80211_probereq_get +EXPORT_SYMBOL net/mac80211/mac80211 0x3afd8647 ieee80211_report_wowlan_wakeup +EXPORT_SYMBOL net/mac80211/mac80211 0x3b5d63b5 ieee80211_txq_schedule_start +EXPORT_SYMBOL net/mac80211/mac80211 0x412f8b8f ieee80211_tx_prepare_skb +EXPORT_SYMBOL net/mac80211/mac80211 0x416693fc ieee80211_queue_work +EXPORT_SYMBOL net/mac80211/mac80211 0x41732d23 ieee80211_rts_get +EXPORT_SYMBOL net/mac80211/mac80211 0x42278a0c ieee80211_cqm_beacon_loss_notify +EXPORT_SYMBOL net/mac80211/mac80211 0x42840e58 ieee80211_stop_rx_ba_session +EXPORT_SYMBOL net/mac80211/mac80211 0x441ae688 ieee80211_wake_queues +EXPORT_SYMBOL net/mac80211/mac80211 0x45ab9880 ieee80211_nan_func_terminated +EXPORT_SYMBOL net/mac80211/mac80211 0x46cf500f ieee80211_get_tkip_p2k +EXPORT_SYMBOL net/mac80211/mac80211 0x47d0b523 ieee80211_beacon_update_cntdwn +EXPORT_SYMBOL net/mac80211/mac80211 0x48fec034 ieee80211_txq_get_depth +EXPORT_SYMBOL net/mac80211/mac80211 0x492f9a86 ieee80211_beacon_get_template +EXPORT_SYMBOL net/mac80211/mac80211 0x4c7529fa ieee80211_mark_rx_ba_filtered_frames +EXPORT_SYMBOL net/mac80211/mac80211 0x4e6fcaaa ieee80211_tdls_oper_request +EXPORT_SYMBOL net/mac80211/mac80211 0x4e7a61c6 ieee80211_sta_eosp +EXPORT_SYMBOL net/mac80211/mac80211 0x51e6f4ec ieee80211_tx_rate_update +EXPORT_SYMBOL net/mac80211/mac80211 0x5262e5cf ieee80211_tx_status_8023 +EXPORT_SYMBOL net/mac80211/mac80211 0x5a010eda wiphy_to_ieee80211_hw +EXPORT_SYMBOL net/mac80211/mac80211 0x5a294936 ieee80211_generic_frame_duration +EXPORT_SYMBOL net/mac80211/mac80211 0x64332a96 ieee80211_tx_status_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0x6703f6c9 ieee80211_nan_func_match +EXPORT_SYMBOL net/mac80211/mac80211 0x6c2dcd1a ieee80211_sched_scan_stopped +EXPORT_SYMBOL net/mac80211/mac80211 0x716dbebf ieee80211_handle_wake_tx_queue +EXPORT_SYMBOL net/mac80211/mac80211 0x71bac953 ieee80211_sched_scan_results +EXPORT_SYMBOL net/mac80211/mac80211 0x7480d059 ieee80211_stop_queue +EXPORT_SYMBOL net/mac80211/mac80211 0x74c79bfd __ieee80211_get_assoc_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0x75028541 ieee80211_unreserve_tid +EXPORT_SYMBOL net/mac80211/mac80211 0x759ebdd9 __ieee80211_schedule_txq +EXPORT_SYMBOL net/mac80211/mac80211 0x766f538a ieee80211_disable_rssi_reports +EXPORT_SYMBOL net/mac80211/mac80211 0x7b4291d6 ieee80211_beacon_get_tim +EXPORT_SYMBOL net/mac80211/mac80211 0x7dad8e65 ieee80211_csa_finish +EXPORT_SYMBOL net/mac80211/mac80211 0x80a949ad ieee80211_unregister_hw +EXPORT_SYMBOL net/mac80211/mac80211 0x82d0b5eb ieee80211_report_low_ack +EXPORT_SYMBOL net/mac80211/mac80211 0x8a868ffe ieee80211_ctstoself_get +EXPORT_SYMBOL net/mac80211/mac80211 0x8d41726d ieee80211_get_bssid +EXPORT_SYMBOL net/mac80211/mac80211 0x8f2f09db ieee80211_sta_set_buffered +EXPORT_SYMBOL net/mac80211/mac80211 0x909c441a ieee80211_restart_hw +EXPORT_SYMBOL net/mac80211/mac80211 0x991a0ca0 ieee80211_parse_p2p_noa +EXPORT_SYMBOL net/mac80211/mac80211 0x9a6f3b29 ieee80211_start_tx_ba_session +EXPORT_SYMBOL net/mac80211/mac80211 0x9e234a33 ieee80211_connection_loss +EXPORT_SYMBOL net/mac80211/mac80211 0xa5c4adc4 ieee80211_get_buffered_bc +EXPORT_SYMBOL net/mac80211/mac80211 0xad9e9813 ieee80211_queue_delayed_work +EXPORT_SYMBOL net/mac80211/mac80211 0xae106533 ieee80211_stop_tx_ba_session +EXPORT_SYMBOL net/mac80211/mac80211 0xaeb9a917 ieee80211_get_key_rx_seq +EXPORT_SYMBOL net/mac80211/mac80211 0xb038c2d5 ieee80211_ctstoself_duration +EXPORT_SYMBOL net/mac80211/mac80211 0xb65b9d1c ieee80211_sta_recalc_aggregates +EXPORT_SYMBOL net/mac80211/mac80211 0xb6cc032f ieee80211_beacon_cntdwn_is_complete +EXPORT_SYMBOL net/mac80211/mac80211 0xbc60cd15 ieee80211_queue_stopped +EXPORT_SYMBOL net/mac80211/mac80211 0xc00a756a __ieee80211_get_tx_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0xc03d546a ieee80211_get_tx_rates +EXPORT_SYMBOL net/mac80211/mac80211 0xc1a6c753 ieee80211_sta_block_awake +EXPORT_SYMBOL net/mac80211/mac80211 0xc2480c46 ieee80211_cqm_rssi_notify +EXPORT_SYMBOL net/mac80211/mac80211 0xc3f98254 ieee80211_register_hw +EXPORT_SYMBOL net/mac80211/mac80211 0xc56c2e7b ieee80211_send_bar +EXPORT_SYMBOL net/mac80211/mac80211 0xd430c6d4 ieee80211_manage_rx_ba_offl +EXPORT_SYMBOL net/mac80211/mac80211 0xd639f3e8 ieee80211_start_tx_ba_cb_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0xd796b0d6 ieee80211_channel_switch_disconnect +EXPORT_SYMBOL net/mac80211/mac80211 0xd99efe64 ieee80211_rate_control_unregister +EXPORT_SYMBOL net/mac80211/mac80211 0xda19cea1 ieee80211_sta_register_airtime +EXPORT_SYMBOL net/mac80211/mac80211 0xdad6553f __ieee80211_get_rx_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0xdb016ca3 ieee80211_rts_duration +EXPORT_SYMBOL net/mac80211/mac80211 0xdc3772e0 __ieee80211_get_radio_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0xdffc2ff6 ieee80211_txq_airtime_check +EXPORT_SYMBOL net/mac80211/mac80211 0xe227edfe rate_control_set_rates +EXPORT_SYMBOL net/mac80211/mac80211 0xe26ef89f ieee80211_alloc_hw_nm +EXPORT_SYMBOL net/mac80211/mac80211 0xe37956e5 ieee80211_stop_tx_ba_cb_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0xe3b1be66 ieee80211_rx_napi +EXPORT_SYMBOL net/mac80211/mac80211 0xe67cc00a ieee80211_proberesp_get +EXPORT_SYMBOL net/mac80211/mac80211 0xeb813b16 ieee80211_tx_status_ext +EXPORT_SYMBOL net/mac80211/mac80211 0xef6eadc3 ieee80211_get_unsol_bcast_probe_resp_tmpl +EXPORT_SYMBOL net/mac80211/mac80211 0xf1d49a7b ieee80211_rx_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0xf73083c9 ieee80211_radar_detected +EXPORT_SYMBOL net/mac80211/mac80211 0xf899bfd6 ieee80211_free_txskb +EXPORT_SYMBOL net/mac80211/mac80211 0xf9e1d981 ieee80211_ap_probereq_get +EXPORT_SYMBOL net/mac80211/mac80211 0xfb29d979 ieee80211_nullfunc_get +EXPORT_SYMBOL net/mac80211/mac80211 0xfca74d6c ieee80211_tx_status +EXPORT_SYMBOL net/mac80211/mac80211 0xfd8bd0fe ieee80211_reserve_tid +EXPORT_SYMBOL net/mac80211/mac80211 0xff0dc082 ieee80211_next_txq +EXPORT_SYMBOL net/mac802154/mac802154 0x1af4acfb ieee802154_configure_durations +EXPORT_SYMBOL net/mac802154/mac802154 0x34b7bbc8 ieee802154_unregister_hw +EXPORT_SYMBOL net/mac802154/mac802154 0x762bedac ieee802154_xmit_hw_error +EXPORT_SYMBOL net/mac802154/mac802154 0x8078f6d7 ieee802154_register_hw +EXPORT_SYMBOL net/mac802154/mac802154 0xa8daae20 ieee802154_alloc_hw +EXPORT_SYMBOL net/mac802154/mac802154 0xab748e8f ieee802154_xmit_error +EXPORT_SYMBOL net/mac802154/mac802154 0xc4bbb67a ieee802154_free_hw +EXPORT_SYMBOL net/mac802154/mac802154 0xc6ee7a56 ieee802154_rx_irqsafe +EXPORT_SYMBOL net/mac802154/mac802154 0xd87f5e88 ieee802154_xmit_complete +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x12591c17 ip_vs_conn_in_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x2591b816 ip_vs_scheduler_err +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x27cb31e5 ip_vs_proto_data_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x2eee6bf1 ip_vs_tcp_conn_listen +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x4734f4b0 unregister_ip_vs_scheduler +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x78010619 ip_vs_new_conn_out +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x844791be ip_vs_conn_new +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x95f938a8 ip_vs_nfct_expect_related +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xa3671011 ip_vs_conn_out_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xc19a72bf register_ip_vs_scheduler +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xd7d6003d unregister_ip_vs_app +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xd831a1a2 ip_vs_proto_name +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xde6c654d ip_vs_proto_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xeac8afeb register_ip_vs_app_inc +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xf4bdb1a1 register_ip_vs_app +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xf73deea0 ip_vs_conn_put +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 0xc670f67e nf_ct_ext_add +EXPORT_SYMBOL net/netfilter/nf_conntrack_pptp 0xf2a36612 pptp_msg_name +EXPORT_SYMBOL net/netfilter/nf_nat 0x10cb800e nf_nat_follow_master +EXPORT_SYMBOL net/netfilter/nf_nat 0x7898a2b0 __nf_nat_mangle_tcp_packet +EXPORT_SYMBOL net/netfilter/nf_nat 0x7b8c8da0 nf_nat_mangle_udp_packet +EXPORT_SYMBOL net/netfilter/nf_nat 0x8df87288 nf_nat_setup_info +EXPORT_SYMBOL net/netfilter/nft_fib 0x46170f23 nft_fib_policy +EXPORT_SYMBOL net/netfilter/x_tables 0x064040ba xt_find_table +EXPORT_SYMBOL net/netfilter/x_tables 0x0b076c29 xt_unregister_target +EXPORT_SYMBOL net/netfilter/x_tables 0x0d7f5fcd xt_alloc_entry_offsets +EXPORT_SYMBOL net/netfilter/x_tables 0x103096fe xt_register_targets +EXPORT_SYMBOL net/netfilter/x_tables 0x11043bcb xt_register_match +EXPORT_SYMBOL net/netfilter/x_tables 0x3bf9d084 xt_check_table_hooks +EXPORT_SYMBOL net/netfilter/x_tables 0x48012e28 xt_check_proc_name +EXPORT_SYMBOL net/netfilter/x_tables 0x4b158401 xt_find_match +EXPORT_SYMBOL net/netfilter/x_tables 0x85cb6ab6 xt_unregister_match +EXPORT_SYMBOL net/netfilter/x_tables 0x8dfa9e3f xt_register_target +EXPORT_SYMBOL net/netfilter/x_tables 0x95393c97 xt_unregister_matches +EXPORT_SYMBOL net/netfilter/x_tables 0x977fd4bf xt_alloc_table_info +EXPORT_SYMBOL net/netfilter/x_tables 0x9bb28c34 xt_unregister_targets +EXPORT_SYMBOL net/netfilter/x_tables 0xa99b1ccd xt_register_matches +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 0x044a30ad nfc_hci_unregister_device +EXPORT_SYMBOL net/nfc/hci/hci 0x0a7fd69a nfc_hci_disconnect_all_gates +EXPORT_SYMBOL net/nfc/hci/hci 0x164f74e7 nfc_hci_register_device +EXPORT_SYMBOL net/nfc/hci/hci 0x17d6b19d nfc_hci_driver_failure +EXPORT_SYMBOL net/nfc/hci/hci 0x20a31365 nfc_hci_target_discovered +EXPORT_SYMBOL net/nfc/hci/hci 0x2a5bb291 nfc_hci_get_param +EXPORT_SYMBOL net/nfc/hci/hci 0x309cfff8 nfc_llc_start +EXPORT_SYMBOL net/nfc/hci/hci 0x530472ba nfc_hci_send_cmd_async +EXPORT_SYMBOL net/nfc/hci/hci 0x5bf16665 nfc_llc_stop +EXPORT_SYMBOL net/nfc/hci/hci 0x642fa311 nfc_hci_set_clientdata +EXPORT_SYMBOL net/nfc/hci/hci 0x74fe3670 nfc_hci_result_to_errno +EXPORT_SYMBOL net/nfc/hci/hci 0x8c52f218 nfc_hci_get_clientdata +EXPORT_SYMBOL net/nfc/hci/hci 0x8d401b3f nfc_hci_connect_gate +EXPORT_SYMBOL net/nfc/hci/hci 0x972c36cc nfc_hci_recv_frame +EXPORT_SYMBOL net/nfc/hci/hci 0x9dc4dd73 nfc_hci_send_event +EXPORT_SYMBOL net/nfc/hci/hci 0x9f4adcc5 nfc_hci_disconnect_gate +EXPORT_SYMBOL net/nfc/hci/hci 0xa05152e4 nfc_hci_reset_pipes_per_host +EXPORT_SYMBOL net/nfc/hci/hci 0xb4572772 nfc_hci_send_cmd +EXPORT_SYMBOL net/nfc/hci/hci 0xbd58bb3b nfc_hci_free_device +EXPORT_SYMBOL net/nfc/hci/hci 0xca4de7f2 nfc_hci_allocate_device +EXPORT_SYMBOL net/nfc/hci/hci 0xdd231c55 nfc_hci_sak_to_protocol +EXPORT_SYMBOL net/nfc/hci/hci 0xf0de0df4 nfc_hci_set_param +EXPORT_SYMBOL net/nfc/hci/hci 0xfb2c2d69 nfc_hci_reset_pipes +EXPORT_SYMBOL net/nfc/nci/nci 0x04aeb9f2 nci_hci_open_pipe +EXPORT_SYMBOL net/nfc/nci/nci 0x0fc2e0eb nci_send_frame +EXPORT_SYMBOL net/nfc/nci/nci 0x13380ce9 nci_conn_max_data_pkt_payload_size +EXPORT_SYMBOL net/nfc/nci/nci 0x178b7a8d nci_core_init +EXPORT_SYMBOL net/nfc/nci/nci 0x19f7d3db nci_nfcee_discover +EXPORT_SYMBOL net/nfc/nci/nci 0x1b78ce83 nci_core_conn_close +EXPORT_SYMBOL net/nfc/nci/nci 0x24685982 nci_hci_connect_gate +EXPORT_SYMBOL net/nfc/nci/nci 0x29435aec nci_core_conn_create +EXPORT_SYMBOL net/nfc/nci/nci 0x2be7404c nci_unregister_device +EXPORT_SYMBOL net/nfc/nci/nci 0x3cec7be6 nci_hci_dev_session_init +EXPORT_SYMBOL net/nfc/nci/nci 0x3ea24a3b nci_get_conn_info_by_dest_type_params +EXPORT_SYMBOL net/nfc/nci/nci 0x5b8d87da nci_hci_send_cmd +EXPORT_SYMBOL net/nfc/nci/nci 0x5caa04c9 nci_nfcc_loopback +EXPORT_SYMBOL net/nfc/nci/nci 0x769ff422 nci_hci_get_param +EXPORT_SYMBOL net/nfc/nci/nci 0x77db90c6 nci_allocate_device +EXPORT_SYMBOL net/nfc/nci/nci 0x851e3988 nci_register_device +EXPORT_SYMBOL net/nfc/nci/nci 0x95771e19 nci_free_device +EXPORT_SYMBOL net/nfc/nci/nci 0xa7dbb41e nci_req_complete +EXPORT_SYMBOL net/nfc/nci/nci 0xba490602 nci_to_errno +EXPORT_SYMBOL net/nfc/nci/nci 0xbba4756d nci_set_config +EXPORT_SYMBOL net/nfc/nci/nci 0xe24a6e90 nci_hci_send_event +EXPORT_SYMBOL net/nfc/nci/nci 0xe257f6e6 nci_send_data +EXPORT_SYMBOL net/nfc/nci/nci 0xe87bdf5f nci_hci_clear_all_pipes +EXPORT_SYMBOL net/nfc/nci/nci 0xebe636c2 nci_prop_cmd +EXPORT_SYMBOL net/nfc/nci/nci 0xeeb29b36 nci_hci_set_param +EXPORT_SYMBOL net/nfc/nci/nci 0xf18a8436 nci_send_cmd +EXPORT_SYMBOL net/nfc/nci/nci 0xf6aaab06 nci_core_reset +EXPORT_SYMBOL net/nfc/nci/nci 0xf7abede8 nci_recv_frame +EXPORT_SYMBOL net/nfc/nci/nci 0xf97aca24 nci_nfcee_mode_set +EXPORT_SYMBOL net/nfc/nci/nci 0xf9b89735 nci_core_cmd +EXPORT_SYMBOL net/nfc/nfc 0x03422610 nfc_unregister_device +EXPORT_SYMBOL net/nfc/nfc 0x12d81852 nfc_vendor_cmd_reply +EXPORT_SYMBOL net/nfc/nfc 0x1442d432 nfc_find_se +EXPORT_SYMBOL net/nfc/nfc 0x208ffc34 nfc_se_connectivity +EXPORT_SYMBOL net/nfc/nfc 0x215358ae nfc_get_local_general_bytes +EXPORT_SYMBOL net/nfc/nfc 0x298b2bd2 nfc_fw_download_done +EXPORT_SYMBOL net/nfc/nfc 0x50b570f5 nfc_tm_deactivated +EXPORT_SYMBOL net/nfc/nfc 0x5ad586fe nfc_alloc_recv_skb +EXPORT_SYMBOL net/nfc/nfc 0x801dd686 nfc_proto_unregister +EXPORT_SYMBOL net/nfc/nfc 0x8a802399 nfc_se_transaction +EXPORT_SYMBOL net/nfc/nfc 0xa0a098cd nfc_add_se +EXPORT_SYMBOL net/nfc/nfc 0xa831d080 nfc_tm_data_received +EXPORT_SYMBOL net/nfc/nfc 0xb5de0cf5 nfc_dep_link_is_up +EXPORT_SYMBOL net/nfc/nfc 0xb91239ae nfc_register_device +EXPORT_SYMBOL net/nfc/nfc 0xb936f2bd nfc_allocate_device +EXPORT_SYMBOL net/nfc/nfc 0xbbf94d10 nfc_proto_register +EXPORT_SYMBOL net/nfc/nfc 0xc705eaef nfc_class +EXPORT_SYMBOL net/nfc/nfc 0xc8f7b6a3 nfc_set_remote_general_bytes +EXPORT_SYMBOL net/nfc/nfc 0xcabe0027 nfc_target_lost +EXPORT_SYMBOL net/nfc/nfc 0xd1bd67d7 nfc_targets_found +EXPORT_SYMBOL net/nfc/nfc 0xdd05936a __nfc_alloc_vendor_cmd_reply_skb +EXPORT_SYMBOL net/nfc/nfc 0xe3d2cbd9 nfc_send_to_raw_sock +EXPORT_SYMBOL net/nfc/nfc 0xe493a47c nfc_driver_failure +EXPORT_SYMBOL net/nfc/nfc 0xe7849573 nfc_tm_activated +EXPORT_SYMBOL net/nfc/nfc 0xef12c008 nfc_remove_se +EXPORT_SYMBOL net/nfc/nfc_digital 0x24ee62eb nfc_digital_unregister_device +EXPORT_SYMBOL net/nfc/nfc_digital 0x9094c86e nfc_digital_register_device +EXPORT_SYMBOL net/nfc/nfc_digital 0x9c2bb864 nfc_digital_allocate_device +EXPORT_SYMBOL net/nfc/nfc_digital 0xd92b4689 nfc_digital_free_device +EXPORT_SYMBOL net/phonet/phonet 0x31445616 pn_sock_unhash +EXPORT_SYMBOL net/phonet/phonet 0x3a4c2ddb pn_sock_hash +EXPORT_SYMBOL net/phonet/phonet 0x4ee1eebf pn_skb_send +EXPORT_SYMBOL net/phonet/phonet 0x88334d72 phonet_stream_ops +EXPORT_SYMBOL net/phonet/phonet 0xa2a953cc phonet_proto_register +EXPORT_SYMBOL net/phonet/phonet 0xba31162e phonet_proto_unregister +EXPORT_SYMBOL net/phonet/phonet 0xd121c382 phonet_header_ops +EXPORT_SYMBOL net/phonet/phonet 0xdb5e4ede pn_sock_get_port +EXPORT_SYMBOL net/rxrpc/rxrpc 0x0f9f2c88 rxrpc_kernel_end_call +EXPORT_SYMBOL net/rxrpc/rxrpc 0x109072a6 rxrpc_sock_set_security_keyring +EXPORT_SYMBOL net/rxrpc/rxrpc 0x220c74d4 rxrpc_sock_set_min_security_level +EXPORT_SYMBOL net/rxrpc/rxrpc 0x2836d08b rxrpc_kernel_get_epoch +EXPORT_SYMBOL net/rxrpc/rxrpc 0x2caae1f4 key_type_rxrpc +EXPORT_SYMBOL net/rxrpc/rxrpc 0x2ee47242 rxrpc_kernel_recv_data +EXPORT_SYMBOL net/rxrpc/rxrpc 0x307433a0 rxrpc_kernel_get_peer +EXPORT_SYMBOL net/rxrpc/rxrpc 0x31bf3ca3 rxrpc_debug_id +EXPORT_SYMBOL net/rxrpc/rxrpc 0x5da09f19 rxrpc_get_server_data_key +EXPORT_SYMBOL net/rxrpc/rxrpc 0x61be6d13 rxrpc_kernel_charge_accept +EXPORT_SYMBOL net/rxrpc/rxrpc 0x63a3e99b rxrpc_kernel_set_tx_length +EXPORT_SYMBOL net/rxrpc/rxrpc 0x9369dc7b rxrpc_kernel_check_life +EXPORT_SYMBOL net/rxrpc/rxrpc 0x93e33def rxrpc_get_null_key +EXPORT_SYMBOL net/rxrpc/rxrpc 0x9ebb6544 rxrpc_kernel_abort_call +EXPORT_SYMBOL net/rxrpc/rxrpc 0xab65a684 rxrpc_kernel_new_call_notification +EXPORT_SYMBOL net/rxrpc/rxrpc 0xc37e30c7 rxrpc_kernel_get_srtt +EXPORT_SYMBOL net/rxrpc/rxrpc 0xc62fdf7f rxrpc_kernel_set_max_life +EXPORT_SYMBOL net/rxrpc/rxrpc 0xc978f701 rxrpc_kernel_send_data +EXPORT_SYMBOL net/rxrpc/rxrpc 0xec15aa4b rxrpc_kernel_begin_call +EXPORT_SYMBOL net/sctp/sctp 0xae36b776 sctp_do_peeloff +EXPORT_SYMBOL net/smc/smc 0x3153cc92 __SCK__tp_func_smc_rx_recvmsg +EXPORT_SYMBOL net/smc/smc 0x469bcef5 __traceiter_smc_rx_recvmsg +EXPORT_SYMBOL net/smc/smc 0x4e99ae05 __traceiter_smc_tx_sendmsg +EXPORT_SYMBOL net/smc/smc 0x5ffbc2e3 __traceiter_smcr_link_down +EXPORT_SYMBOL net/smc/smc 0x6203d4d2 __tracepoint_smc_switch_to_fallback +EXPORT_SYMBOL net/smc/smc 0x736ba91d __tracepoint_smc_rx_recvmsg +EXPORT_SYMBOL net/smc/smc 0x7d618626 __traceiter_smc_switch_to_fallback +EXPORT_SYMBOL net/smc/smc 0xa5e2ae02 __tracepoint_smcr_link_down +EXPORT_SYMBOL net/smc/smc 0xb3f2d173 __SCK__tp_func_smc_tx_sendmsg +EXPORT_SYMBOL net/smc/smc 0xe7dacb8d __SCK__tp_func_smcr_link_down +EXPORT_SYMBOL net/smc/smc 0xf1cab4fc __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 0x9d77f9ce gss_mech_get +EXPORT_SYMBOL net/sunrpc/auth_gss/auth_rpcgss 0xede18186 gss_mech_put +EXPORT_SYMBOL net/sunrpc/auth_gss/auth_rpcgss 0xeee26304 gss_pseudoflavor_to_service +EXPORT_SYMBOL net/sunrpc/sunrpc 0x5609f893 xdr_restrict_buflen +EXPORT_SYMBOL net/sunrpc/sunrpc 0x63f55836 xdr_truncate_encode +EXPORT_SYMBOL net/sunrpc/sunrpc 0xa6e1b1cd svc_pool_stats_open +EXPORT_SYMBOL net/tipc/tipc 0x1c8df809 tipc_dump_done +EXPORT_SYMBOL net/tipc/tipc 0x24539d0b tipc_sk_fill_sock_diag +EXPORT_SYMBOL net/tipc/tipc 0x3ac2fd41 tipc_nl_sk_walk +EXPORT_SYMBOL net/tipc/tipc 0xcb16d588 tipc_dump_start +EXPORT_SYMBOL net/tls/tls 0x67654eb2 tls_get_record +EXPORT_SYMBOL net/wireless/cfg80211 0x05ba664a cfg80211_assoc_comeback +EXPORT_SYMBOL net/wireless/cfg80211 0x05bd3200 ieee80211_get_channel_khz +EXPORT_SYMBOL net/wireless/cfg80211 0x065fd970 cfg80211_rx_unexpected_4addr_frame +EXPORT_SYMBOL net/wireless/cfg80211 0x06ca71fd cfg80211_chandef_create +EXPORT_SYMBOL net/wireless/cfg80211 0x07f65e1b cfg80211_inform_bss_data +EXPORT_SYMBOL net/wireless/cfg80211 0x0a728ee1 cfg80211_check_station_change +EXPORT_SYMBOL net/wireless/cfg80211 0x0aee50ea cfg80211_disconnected +EXPORT_SYMBOL net/wireless/cfg80211 0x0b933109 regulatory_set_wiphy_regd +EXPORT_SYMBOL net/wireless/cfg80211 0x0bc0579b cfg80211_unregister_wdev +EXPORT_SYMBOL net/wireless/cfg80211 0x0bda3495 wiphy_unregister +EXPORT_SYMBOL net/wireless/cfg80211 0x0cc95bc2 ieee80211_s1g_channel_width +EXPORT_SYMBOL net/wireless/cfg80211 0x0cd6cb6a cfg80211_roamed +EXPORT_SYMBOL net/wireless/cfg80211 0x0f0fe4a3 cfg80211_new_sta +EXPORT_SYMBOL net/wireless/cfg80211 0x13bb3fae cfg80211_rx_mgmt_ext +EXPORT_SYMBOL net/wireless/cfg80211 0x13d27a62 cfg80211_report_wowlan_wakeup +EXPORT_SYMBOL net/wireless/cfg80211 0x1879fcbd bridge_tunnel_header +EXPORT_SYMBOL net/wireless/cfg80211 0x1ce2497f reg_query_regdb_wmm +EXPORT_SYMBOL net/wireless/cfg80211 0x1dfda8df freq_reg_info +EXPORT_SYMBOL net/wireless/cfg80211 0x1f751a32 cfg80211_any_usable_channels +EXPORT_SYMBOL net/wireless/cfg80211 0x215a047a cfg80211_assoc_failure +EXPORT_SYMBOL net/wireless/cfg80211 0x2239eb50 cfg80211_rx_spurious_frame +EXPORT_SYMBOL net/wireless/cfg80211 0x230620c8 get_wiphy_regdom +EXPORT_SYMBOL net/wireless/cfg80211 0x252281f9 cfg80211_conn_failed +EXPORT_SYMBOL net/wireless/cfg80211 0x278076ca cfg80211_crit_proto_stopped +EXPORT_SYMBOL net/wireless/cfg80211 0x2bd99420 cfg80211_get_drvinfo +EXPORT_SYMBOL net/wireless/cfg80211 0x2ed0ea5a cfg80211_ft_event +EXPORT_SYMBOL net/wireless/cfg80211 0x362599b5 cfg80211_get_bss +EXPORT_SYMBOL net/wireless/cfg80211 0x3643b80f ieee80211_chandef_to_operating_class +EXPORT_SYMBOL net/wireless/cfg80211 0x37d1d2d6 cfg80211_background_cac_abort +EXPORT_SYMBOL net/wireless/cfg80211 0x380381f8 wiphy_free +EXPORT_SYMBOL net/wireless/cfg80211 0x383ebb60 __cfg80211_radar_event +EXPORT_SYMBOL net/wireless/cfg80211 0x38cb594a ieee80211_ie_split_ric +EXPORT_SYMBOL net/wireless/cfg80211 0x3d6fb4a3 cfg80211_port_authorized +EXPORT_SYMBOL net/wireless/cfg80211 0x41028912 wiphy_apply_custom_regulatory +EXPORT_SYMBOL net/wireless/cfg80211 0x421360f2 cfg80211_gtk_rekey_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x429c0c31 ieee80211_bss_get_elem +EXPORT_SYMBOL net/wireless/cfg80211 0x43afadee ieee80211_radiotap_iterator_init +EXPORT_SYMBOL net/wireless/cfg80211 0x46ff300c ieee80211_get_response_rate +EXPORT_SYMBOL net/wireless/cfg80211 0x484efbdb __cfg80211_alloc_reply_skb +EXPORT_SYMBOL net/wireless/cfg80211 0x4a32788b cfg80211_cac_event +EXPORT_SYMBOL net/wireless/cfg80211 0x4b5fd337 cfg80211_mgmt_tx_status_ext +EXPORT_SYMBOL net/wireless/cfg80211 0x4bdfabba cfg80211_ch_switch_started_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x4d888bc1 cfg80211_calculate_bitrate +EXPORT_SYMBOL net/wireless/cfg80211 0x4d8b8bd3 cfg80211_michael_mic_failure +EXPORT_SYMBOL net/wireless/cfg80211 0x4dc5b124 cfg80211_remain_on_channel_expired +EXPORT_SYMBOL net/wireless/cfg80211 0x5584448a ieee80211_channel_to_freq_khz +EXPORT_SYMBOL net/wireless/cfg80211 0x599c469e cfg80211_notify_new_peer_candidate +EXPORT_SYMBOL net/wireless/cfg80211 0x5e6e2945 cfg80211_update_owe_info_event +EXPORT_SYMBOL net/wireless/cfg80211 0x60d12500 cfg80211_classify8021d +EXPORT_SYMBOL net/wireless/cfg80211 0x61182980 cfg80211_sched_scan_stopped_locked +EXPORT_SYMBOL net/wireless/cfg80211 0x62409d6a cfg80211_cqm_beacon_loss_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x69b18f43 rfc1042_header +EXPORT_SYMBOL net/wireless/cfg80211 0x6bedf402 ieee80211_freq_khz_to_channel +EXPORT_SYMBOL net/wireless/cfg80211 0x6c491a2e cfg80211_ch_switch_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x6cbc13bf cfg80211_nan_func_terminated +EXPORT_SYMBOL net/wireless/cfg80211 0x6d7761f0 cfg80211_cqm_pktloss_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x6f2a45f2 ieee80211_amsdu_to_8023s +EXPORT_SYMBOL net/wireless/cfg80211 0x6f8ed7c5 cfg80211_sched_scan_results +EXPORT_SYMBOL net/wireless/cfg80211 0x71d4660d cfg80211_cqm_txe_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x77fe8f7b cfg80211_probe_status +EXPORT_SYMBOL net/wireless/cfg80211 0x78f05c8f wiphy_read_of_freq_limits +EXPORT_SYMBOL net/wireless/cfg80211 0x79b82a71 cfg80211_find_vendor_elem +EXPORT_SYMBOL net/wireless/cfg80211 0x7acb86ed ieee80211_radiotap_iterator_next +EXPORT_SYMBOL net/wireless/cfg80211 0x7c3ac925 ieee80211_get_vht_max_nss +EXPORT_SYMBOL net/wireless/cfg80211 0x7ef39823 ieee80211_hdrlen +EXPORT_SYMBOL net/wireless/cfg80211 0x813d9519 cfg80211_stop_iface +EXPORT_SYMBOL net/wireless/cfg80211 0x8253c5c1 wiphy_rfkill_set_hw_state_reason +EXPORT_SYMBOL net/wireless/cfg80211 0x831fba82 cfg80211_rx_control_port +EXPORT_SYMBOL net/wireless/cfg80211 0x86a39546 wiphy_rfkill_start_polling +EXPORT_SYMBOL net/wireless/cfg80211 0x88628a4c cfg80211_pmksa_candidate_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x8935ede4 ieee80211_get_hdrlen_from_skb +EXPORT_SYMBOL net/wireless/cfg80211 0x8b24e88f cfg80211_merge_profile +EXPORT_SYMBOL net/wireless/cfg80211 0x8ce43fd7 ieee80211_data_to_8023_exthdr +EXPORT_SYMBOL net/wireless/cfg80211 0x8dd3c000 regulatory_hint +EXPORT_SYMBOL net/wireless/cfg80211 0x8e8e1923 cfg80211_get_iftype_ext_capa +EXPORT_SYMBOL net/wireless/cfg80211 0x8fa02936 cfg80211_free_nan_func +EXPORT_SYMBOL net/wireless/cfg80211 0x900cfacb cfg80211_ibss_joined +EXPORT_SYMBOL net/wireless/cfg80211 0x92e3c77e cfg80211_register_netdevice +EXPORT_SYMBOL net/wireless/cfg80211 0x935ed1e9 cfg80211_sinfo_alloc_tid_stats +EXPORT_SYMBOL net/wireless/cfg80211 0x93f6a3f1 cfg80211_reg_can_beacon +EXPORT_SYMBOL net/wireless/cfg80211 0x97b516c7 ieee80211_mandatory_rates +EXPORT_SYMBOL net/wireless/cfg80211 0x996f3655 __cfg80211_alloc_event_skb +EXPORT_SYMBOL net/wireless/cfg80211 0x9b92d3ad cfg80211_tx_mgmt_expired +EXPORT_SYMBOL net/wireless/cfg80211 0x9d6cba30 cfg80211_find_elem_match +EXPORT_SYMBOL net/wireless/cfg80211 0x9fe89446 cfg80211_chandef_usable +EXPORT_SYMBOL net/wireless/cfg80211 0xa86b5edd cfg80211_report_obss_beacon_khz +EXPORT_SYMBOL net/wireless/cfg80211 0xab1a92b6 cfg80211_unlink_bss +EXPORT_SYMBOL net/wireless/cfg80211 0xae5f4ad9 cfg80211_connect_done +EXPORT_SYMBOL net/wireless/cfg80211 0xaea89b61 cfg80211_rx_mlme_mgmt +EXPORT_SYMBOL net/wireless/cfg80211 0xb7cccf81 cfg80211_inform_bss_frame_data +EXPORT_SYMBOL net/wireless/cfg80211 0xb85d99df cfg80211_chandef_dfs_required +EXPORT_SYMBOL net/wireless/cfg80211 0xb9be3f40 cfg80211_bss_iter +EXPORT_SYMBOL net/wireless/cfg80211 0xbba04393 cfg80211_sta_opmode_change_notify +EXPORT_SYMBOL net/wireless/cfg80211 0xbbbc7a5b cfg80211_send_layer2_update +EXPORT_SYMBOL net/wireless/cfg80211 0xc0d4c946 wiphy_new_nm +EXPORT_SYMBOL net/wireless/cfg80211 0xc1216c44 __cfg80211_send_event_skb +EXPORT_SYMBOL net/wireless/cfg80211 0xc1242b9b cfg80211_get_ies_channel_number +EXPORT_SYMBOL net/wireless/cfg80211 0xc2dc714c cfg80211_ready_on_channel +EXPORT_SYMBOL net/wireless/cfg80211 0xc3189044 cfg80211_sched_scan_stopped +EXPORT_SYMBOL net/wireless/cfg80211 0xc4b4fc27 cfg80211_chandef_valid +EXPORT_SYMBOL net/wireless/cfg80211 0xc639aa53 cfg80211_ref_bss +EXPORT_SYMBOL net/wireless/cfg80211 0xc84e3305 cfg80211_auth_timeout +EXPORT_SYMBOL net/wireless/cfg80211 0xcc1a7c48 cfg80211_is_element_inherited +EXPORT_SYMBOL net/wireless/cfg80211 0xcefc587a cfg80211_scan_done +EXPORT_SYMBOL net/wireless/cfg80211 0xd194ea4f cfg80211_nan_match +EXPORT_SYMBOL net/wireless/cfg80211 0xd4e87680 cfg80211_iftype_allowed +EXPORT_SYMBOL net/wireless/cfg80211 0xd52d7efd cfg80211_del_sta_sinfo +EXPORT_SYMBOL net/wireless/cfg80211 0xd56d55f3 ieee80211_get_mesh_hdrlen +EXPORT_SYMBOL net/wireless/cfg80211 0xd63bf019 ieee80211_get_num_supported_channels +EXPORT_SYMBOL net/wireless/cfg80211 0xd97eaad4 cfg80211_chandef_compatible +EXPORT_SYMBOL net/wireless/cfg80211 0xdaa80b8a wiphy_register +EXPORT_SYMBOL net/wireless/cfg80211 0xdba126c1 reg_initiator_name +EXPORT_SYMBOL net/wireless/cfg80211 0xdce1747a cfg80211_tdls_oper_request +EXPORT_SYMBOL net/wireless/cfg80211 0xdd9a6e27 wdev_chandef +EXPORT_SYMBOL net/wireless/cfg80211 0xdf40140a cfg80211_tx_mlme_mgmt +EXPORT_SYMBOL net/wireless/cfg80211 0xdfc112bf cfg80211_check_combinations +EXPORT_SYMBOL net/wireless/cfg80211 0xe4ec9a55 cfg80211_iter_combinations +EXPORT_SYMBOL net/wireless/cfg80211 0xe6cc8aba cfg80211_get_station +EXPORT_SYMBOL net/wireless/cfg80211 0xe79ebb4a cfg80211_rx_unprot_mlme_mgmt +EXPORT_SYMBOL net/wireless/cfg80211 0xe90f652c cfg80211_rx_assoc_resp +EXPORT_SYMBOL net/wireless/cfg80211 0xebea16eb regulatory_pre_cac_allowed +EXPORT_SYMBOL net/wireless/cfg80211 0xed0a2aa1 cfg80211_external_auth_request +EXPORT_SYMBOL net/wireless/cfg80211 0xed97dcfe cfg80211_cqm_rssi_notify +EXPORT_SYMBOL net/wireless/cfg80211 0xefda1530 regulatory_set_wiphy_regd_sync +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 0xf71d6f25 cfg80211_reg_can_beacon_relax +EXPORT_SYMBOL net/wireless/cfg80211 0xfb0dc78a cfg80211_bss_color_notify +EXPORT_SYMBOL net/wireless/cfg80211 0xfc1ee306 cfg80211_control_port_tx_status +EXPORT_SYMBOL net/wireless/cfg80211 0xfcac8744 cfg80211_put_bss +EXPORT_SYMBOL net/wireless/cfg80211 0xfe325fbc cfg80211_bss_flush +EXPORT_SYMBOL net/wireless/lib80211 0x0832ae22 lib80211_crypt_delayed_deinit +EXPORT_SYMBOL net/wireless/lib80211 0x16686610 lib80211_crypt_info_init +EXPORT_SYMBOL net/wireless/lib80211 0x32151ae0 lib80211_register_crypto_ops +EXPORT_SYMBOL net/wireless/lib80211 0x54db0cd6 lib80211_unregister_crypto_ops +EXPORT_SYMBOL net/wireless/lib80211 0xb8367617 lib80211_get_crypto_ops +EXPORT_SYMBOL net/wireless/lib80211 0xd888bc62 lib80211_crypt_info_free +EXPORT_SYMBOL sound/core/oss/snd-mixer-oss 0xf3ada003 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 0x2b4a1089 snd_seq_event_port_attach +EXPORT_SYMBOL sound/core/seq/snd-seq 0x3061c52d snd_use_lock_sync_helper +EXPORT_SYMBOL sound/core/seq/snd-seq 0x3fb4d161 snd_seq_kernel_client_dispatch +EXPORT_SYMBOL sound/core/seq/snd-seq 0x6bb71038 snd_seq_delete_kernel_client +EXPORT_SYMBOL sound/core/seq/snd-seq 0x7ac2f329 snd_seq_expand_var_event +EXPORT_SYMBOL sound/core/seq/snd-seq 0x7b8699eb snd_seq_event_port_detach +EXPORT_SYMBOL sound/core/seq/snd-seq 0xb8e448a0 snd_seq_set_queue_tempo +EXPORT_SYMBOL sound/core/seq/snd-seq 0xe8e789d7 snd_seq_create_kernel_client +EXPORT_SYMBOL sound/core/seq/snd-seq 0xe934da1d snd_seq_dump_var_event +EXPORT_SYMBOL sound/core/seq/snd-seq 0xed0f1b87 snd_seq_kernel_client_enqueue +EXPORT_SYMBOL sound/core/seq/snd-seq 0xee9b382d 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 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-emul 0xf912f0c8 snd_midi_process_event +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0x1724fb56 snd_midi_event_decode +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0x17fcf66b snd_midi_event_encode_byte +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-virmidi 0x897e1a6d snd_virmidi_new +EXPORT_SYMBOL sound/core/snd-hwdep 0x41a2249f snd_hwdep_new +EXPORT_SYMBOL sound/core/snd-rawmidi 0x06fcf214 snd_rawmidi_drain_input +EXPORT_SYMBOL sound/core/snd-rawmidi 0x07694e98 snd_rawmidi_kernel_read +EXPORT_SYMBOL sound/core/snd-rawmidi 0x0f13b39f snd_rawmidi_output_params +EXPORT_SYMBOL sound/core/snd-rawmidi 0x107e80c5 snd_rawmidi_proceed +EXPORT_SYMBOL sound/core/snd-rawmidi 0x153634c7 snd_rawmidi_kernel_release +EXPORT_SYMBOL sound/core/snd-rawmidi 0x33304aa5 snd_rawmidi_input_params +EXPORT_SYMBOL sound/core/snd-rawmidi 0x4552f45b snd_rawmidi_info_select +EXPORT_SYMBOL sound/core/snd-rawmidi 0x4ab1ff1e snd_rawmidi_kernel_write +EXPORT_SYMBOL sound/core/snd-rawmidi 0x4eedc3bb snd_rawmidi_receive +EXPORT_SYMBOL sound/core/snd-rawmidi 0x5795b7fd snd_rawmidi_new +EXPORT_SYMBOL sound/core/snd-rawmidi 0x5a946a39 snd_rawmidi_set_ops +EXPORT_SYMBOL sound/core/snd-rawmidi 0x72f76c5a snd_rawmidi_transmit_peek +EXPORT_SYMBOL sound/core/snd-rawmidi 0xa396bfed snd_rawmidi_drop_output +EXPORT_SYMBOL sound/core/snd-rawmidi 0xb1fd7934 snd_rawmidi_transmit_empty +EXPORT_SYMBOL sound/core/snd-rawmidi 0xb4d712d1 snd_rawmidi_drain_output +EXPORT_SYMBOL sound/core/snd-rawmidi 0xcfedf0bc snd_rawmidi_kernel_open +EXPORT_SYMBOL sound/core/snd-rawmidi 0xda5a550f snd_rawmidi_transmit +EXPORT_SYMBOL sound/core/snd-rawmidi 0xffbf2b36 snd_rawmidi_transmit_ack +EXPORT_SYMBOL sound/core/snd-seq-device 0x091def1c snd_seq_autoload_exit +EXPORT_SYMBOL sound/core/snd-seq-device 0x268de98a 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/drivers/mpu401/snd-mpu401-uart 0x263886dc snd_mpu401_uart_new +EXPORT_SYMBOL sound/drivers/mpu401/snd-mpu401-uart 0x6d629c59 snd_mpu401_uart_interrupt_tx +EXPORT_SYMBOL sound/drivers/mpu401/snd-mpu401-uart 0xc0fec227 snd_mpu401_uart_interrupt +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x05060a19 snd_opl3_regmap +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x27b827f6 snd_opl3_interrupt +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x359273a8 snd_opl3_new +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x392dcd41 snd_opl3_init +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x41c81725 snd_opl3_create +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x49c11fe1 snd_opl3_find_patch +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x8079cba4 snd_opl3_timer_new +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x9ad1a39b snd_opl3_hwdep_new +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0xa8b512c0 snd_opl3_reset +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0xc1f230d5 snd_opl3_load_patch +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x1509c318 snd_vx_resume +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x226138b0 snd_vx_threaded_irq_handler +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x257d8d1c snd_vx_create +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x2e5f6532 snd_vx_dsp_load +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xa3272e1a snd_vx_free_firmware +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xaec0d289 snd_vx_setup_firmware +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xbae032ba snd_vx_dsp_boot +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xc687a073 snd_vx_load_boot_image +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xd4b2e21a snd_vx_suspend +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xe853d9c2 snd_vx_check_reg_bit +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xf1f04d23 snd_vx_irq_handler +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x08e1dc28 amdtp_stream_get_max_payload +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x0c9ca4f6 cmp_connection_init +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x0e5ff007 cmp_connection_establish +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x20254e45 amdtp_syt_intervals +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x29b050d9 avc_general_set_sig_fmt +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x33e282b7 avc_general_get_sig_fmt +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x39326460 fw_iso_resources_init +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x3cbc78c3 cmp_connection_reserve +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x46eabb82 fw_iso_resources_update +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x48a5bfff amdtp_stream_init +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x4c71bf79 fw_iso_resources_allocate +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x53ca18e8 amdtp_rate_table +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x6fbe71b8 amdtp_stream_pcm_abort +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x754927f1 fw_iso_resources_destroy +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x7ee2a73f amdtp_stream_update +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x86019a97 amdtp_stream_pcm_prepare +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x887d9224 cmp_connection_break +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x9b0dd59d cmp_connection_update +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xa508b585 cmp_connection_check_used +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xa6df87c9 fw_iso_resources_free +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xa70c3345 iso_packets_buffer_destroy +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xac56bdb1 cmp_connection_destroy +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xb7793c9b amdtp_stream_set_parameters +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xc0cfcc3a avc_general_get_plug_info +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xd17560ad cmp_connection_release +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xd81b1314 iso_packets_buffer_init +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xde6cad3e amdtp_stream_destroy +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xe99efa42 amdtp_stream_add_pcm_hw_constraints +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xea6d423e snd_fw_transaction +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xf6a2fc75 fcp_bus_reset +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xfeb7ab43 fcp_avc_transaction +EXPORT_SYMBOL sound/i2c/other/snd-ak4113 0xd5920a21 snd_ak4113_resume +EXPORT_SYMBOL sound/i2c/other/snd-ak4113 0xd9120cba snd_ak4113_suspend +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x50863925 snd_ak4114_reg_write +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x560f9628 snd_ak4114_external_rate +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x6784eb9c snd_ak4114_create +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x6981658c snd_ak4114_build +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x91f9bb14 snd_ak4114_reinit +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0xaa32d7ad snd_ak4114_resume +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0xf0beae53 snd_ak4114_check_rate_and_errors +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0xffb29303 snd_ak4114_suspend +EXPORT_SYMBOL sound/i2c/other/snd-ak4xxx-adda 0x017d92f9 snd_akm4xxx_reset +EXPORT_SYMBOL sound/i2c/other/snd-ak4xxx-adda 0x02fcc496 snd_akm4xxx_init +EXPORT_SYMBOL sound/i2c/other/snd-ak4xxx-adda 0x045b2f26 snd_akm4xxx_build_controls +EXPORT_SYMBOL sound/i2c/other/snd-ak4xxx-adda 0x2a34410b snd_akm4xxx_write +EXPORT_SYMBOL sound/i2c/other/snd-pt2258 0x7ca95854 snd_pt2258_build_controls +EXPORT_SYMBOL sound/i2c/other/snd-pt2258 0xe3f22474 snd_pt2258_reset +EXPORT_SYMBOL sound/i2c/snd-i2c 0x19aef923 snd_i2c_bus_create +EXPORT_SYMBOL sound/i2c/snd-i2c 0x45f9fc0e snd_i2c_device_create +EXPORT_SYMBOL sound/i2c/snd-i2c 0x8e8157d3 snd_i2c_probeaddr +EXPORT_SYMBOL sound/i2c/snd-i2c 0x9e83cec2 snd_i2c_sendbytes +EXPORT_SYMBOL sound/i2c/snd-i2c 0xa410a8fa snd_i2c_readbytes +EXPORT_SYMBOL sound/i2c/snd-i2c 0xf51e06e0 snd_i2c_device_free +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x2c267b2c snd_ac97_update +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x2d19668b snd_ac97_update_bits +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x32be6474 snd_ac97_pcm_assign +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x39445593 snd_ac97_suspend +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x5456adb9 snd_ac97_bus +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x59699e01 snd_ac97_get_short_name +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x6286719e snd_ac97_set_rate +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x69838360 snd_ac97_update_power +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x6bae0814 snd_ac97_pcm_double_rate_rules +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x740424f1 snd_ac97_resume +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x7d9b5a82 snd_ac97_write +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x90ee8fe8 snd_ac97_pcm_open +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x97210f33 snd_ac97_mixer +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xa68faf01 snd_ac97_tune_hardware +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xac8440bc snd_ac97_read +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xb41e52de snd_ac97_write_cache +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xfb8aff9b snd_ac97_pcm_close +EXPORT_SYMBOL sound/pci/ice1712/snd-ice17xx-ak4xxx 0x151c0502 snd_ice1712_akm4xxx_free +EXPORT_SYMBOL sound/pci/ice1712/snd-ice17xx-ak4xxx 0x8b5982b0 snd_ice1712_akm4xxx_build_controls +EXPORT_SYMBOL sound/pci/ice1712/snd-ice17xx-ak4xxx 0xfeacbc04 snd_ice1712_akm4xxx_init +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x03eab38a oxygen_read_ac97 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x0713ede0 oxygen_write16 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x13607c8d oxygen_pci_probe +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x2a4b6743 oxygen_write8_masked +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x2e7b1698 oxygen_pci_pm +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x30d98d1f oxygen_reset_uart +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x4157d6f8 oxygen_write_ac97_masked +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x4dd08ed8 oxygen_write32_masked +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x5a09504e oxygen_write_uart +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x625e786c oxygen_read8 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x63abd504 oxygen_write8 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x715a828b oxygen_write16_masked +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x79732921 oxygen_write_i2c +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x99dcc554 oxygen_write_ac97 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x9a8c14a1 oxygen_read32 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xb24d0953 oxygen_write_spi +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xdb5e4ebd oxygen_update_dac_routing +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xe55d2a10 oxygen_read16 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xebda069c oxygen_write32 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xfbf4e365 oxygen_pci_shutdown +EXPORT_SYMBOL sound/soc/amd/acp_audio_dma 0xf2cc2cce acp_bt_uart_enable +EXPORT_SYMBOL sound/soc/amd/snd-acp-config 0x43dec60b snd_soc_acpi_amd_sof_machines +EXPORT_SYMBOL sound/soc/amd/snd-acp-config 0xa57b2bef snd_soc_acpi_amd_rmb_sof_machines +EXPORT_SYMBOL sound/soc/amd/snd-acp-config 0xcc83169b snd_amd_acp_find_config +EXPORT_SYMBOL sound/soc/codecs/snd-soc-adau1372 0x7193c7c7 adau1372_probe +EXPORT_SYMBOL sound/soc/codecs/snd-soc-lpass-wsa-macro 0xb19e0492 wsa_macro_set_spkr_mode +EXPORT_SYMBOL sound/soc/codecs/snd-soc-pcm3060 0x0534224c pcm3060_regmap +EXPORT_SYMBOL sound/soc/codecs/snd-soc-pcm3060 0x294b0329 pcm3060_probe +EXPORT_SYMBOL sound/soc/codecs/snd-soc-rt715 0xed2acb24 hda_to_sdw +EXPORT_SYMBOL sound/soc/codecs/snd-soc-tlv320aic23 0x504fad8d tlv320aic23_probe +EXPORT_SYMBOL sound/soc/codecs/snd-soc-tlv320aic23 0x659f8a20 tlv320aic23_regmap +EXPORT_SYMBOL sound/soc/codecs/snd-soc-tlv320aic32x4 0x0a813770 aic32x4_probe +EXPORT_SYMBOL sound/soc/codecs/snd-soc-tlv320aic32x4 0x1bd0f4ef aic32x4_remove +EXPORT_SYMBOL sound/soc/codecs/snd-soc-tlv320aic32x4 0x3b416f68 aic32x4_regmap_config +EXPORT_SYMBOL sound/soc/codecs/snd-soc-tlv320aic3x 0xbc535c58 aic3x_probe +EXPORT_SYMBOL sound/soc/codecs/snd-soc-tlv320aic3x 0xdfc9ccc8 aic3x_remove +EXPORT_SYMBOL sound/soc/codecs/snd-soc-wcd-mbhc 0x223a4889 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 0x951ffa85 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 0xc5560da9 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 0x27971e7d fsl_asoc_get_pll_clocks +EXPORT_SYMBOL sound/soc/fsl/snd-soc-fsl-utils 0xadfc45f3 fsl_asoc_reparent_pll_clocks +EXPORT_SYMBOL sound/soc/fsl/snd-soc-fsl-utils 0xc3e3f8dc fsl_asoc_get_dma_channel +EXPORT_SYMBOL sound/soc/mediatek/mt8192/snd-soc-mt8192-afe 0x99f60ae9 mt8192_afe_gpio_request +EXPORT_SYMBOL sound/soc/mediatek/mt8192/snd-soc-mt8192-afe 0xaa9fc1e1 mt8192_afe_gpio_init +EXPORT_SYMBOL sound/soc/qcom/qdsp6/q6afe 0x9b75f7f1 q6afe_unvote_lpass_core_hw +EXPORT_SYMBOL sound/soc/qcom/qdsp6/q6afe 0xd1ccec5b q6afe_vote_lpass_core_hw +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 0x8c7824b2 __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 0x00080a42 __blk_mq_end_request +EXPORT_SYMBOL vmlinux 0x001cc111 dcb_ieee_getapp_default_prio_mask +EXPORT_SYMBOL vmlinux 0x001ee95a imx_ssi_fiq_base +EXPORT_SYMBOL vmlinux 0x0069e835 inet_csk_accept +EXPORT_SYMBOL vmlinux 0x006e82d4 mipi_dsi_dcs_get_power_mode +EXPORT_SYMBOL vmlinux 0x0076a800 refresh_frequency_limits +EXPORT_SYMBOL vmlinux 0x0084ef32 fwnode_get_mac_address +EXPORT_SYMBOL vmlinux 0x00b4e615 posix_acl_equiv_mode +EXPORT_SYMBOL vmlinux 0x00b78ae7 nand_ecc_sw_bch_init_ctx +EXPORT_SYMBOL vmlinux 0x00b908a4 snd_card_free_when_closed +EXPORT_SYMBOL vmlinux 0x00cd2940 __skb_gso_segment +EXPORT_SYMBOL vmlinux 0x00d7e722 vme_lm_count +EXPORT_SYMBOL vmlinux 0x00d855c4 phy_ethtool_get_sset_count +EXPORT_SYMBOL vmlinux 0x00dc13d2 __kmalloc_node +EXPORT_SYMBOL vmlinux 0x00e90975 netlink_unicast +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 0x01238476 genphy_c37_read_status +EXPORT_SYMBOL vmlinux 0x01266173 sk_mc_loop +EXPORT_SYMBOL vmlinux 0x0127ba11 skb_prepare_seq_read +EXPORT_SYMBOL vmlinux 0x0129c4f8 par_io_data_set +EXPORT_SYMBOL vmlinux 0x012ec19f sock_set_reuseport +EXPORT_SYMBOL vmlinux 0x014b1478 phy_get_pause +EXPORT_SYMBOL vmlinux 0x014eee24 snd_pcm_lib_preallocate_pages_for_all +EXPORT_SYMBOL vmlinux 0x01505d85 imx_scu_call_rpc +EXPORT_SYMBOL vmlinux 0x017535de cros_ec_cmd_xfer +EXPORT_SYMBOL vmlinux 0x01757935 rdmacg_register_device +EXPORT_SYMBOL vmlinux 0x017de3d5 nr_cpu_ids +EXPORT_SYMBOL vmlinux 0x01830813 kblockd_mod_delayed_work_on +EXPORT_SYMBOL vmlinux 0x0183bdfd __netif_rx +EXPORT_SYMBOL vmlinux 0x01979187 cdrom_check_events +EXPORT_SYMBOL vmlinux 0x01a1b3ac sync_inode_metadata +EXPORT_SYMBOL vmlinux 0x01a6c185 write_cache_pages +EXPORT_SYMBOL vmlinux 0x01ac4cf6 xfrm_replay_seqhi +EXPORT_SYMBOL vmlinux 0x01ac4ebd get_fs_type +EXPORT_SYMBOL vmlinux 0x01b86d5b jbd2_journal_inode_ranged_write +EXPORT_SYMBOL vmlinux 0x01bf78b5 inetpeer_invalidate_tree +EXPORT_SYMBOL vmlinux 0x01d697aa snd_card_file_add +EXPORT_SYMBOL vmlinux 0x01e1cb10 __bread_gfp +EXPORT_SYMBOL vmlinux 0x01ed5bf5 netif_tx_wake_queue +EXPORT_SYMBOL vmlinux 0x01f8daa3 filemap_invalidate_unlock_two +EXPORT_SYMBOL vmlinux 0x0209f3a7 secure_ipv6_port_ephemeral +EXPORT_SYMBOL vmlinux 0x020dbf27 bitmap_alloc +EXPORT_SYMBOL vmlinux 0x02196324 __aeabi_idiv +EXPORT_SYMBOL vmlinux 0x0221160b flow_rule_match_ct +EXPORT_SYMBOL vmlinux 0x022f425b nf_ip6_checksum +EXPORT_SYMBOL vmlinux 0x0241d045 ac97_bus_type +EXPORT_SYMBOL vmlinux 0x0241ebf9 tcp_sock_set_keepidle +EXPORT_SYMBOL vmlinux 0x02457e7a simple_dir_operations +EXPORT_SYMBOL vmlinux 0x024c5d2a __getblk_gfp +EXPORT_SYMBOL vmlinux 0x0274dc2b netif_get_num_default_rss_queues +EXPORT_SYMBOL vmlinux 0x02767db1 vfs_fadvise +EXPORT_SYMBOL vmlinux 0x027a2c5d skb_split +EXPORT_SYMBOL vmlinux 0x0283dfe3 _snd_pcm_hw_params_any +EXPORT_SYMBOL vmlinux 0x0296695f refcount_warn_saturate +EXPORT_SYMBOL vmlinux 0x02b2baaf pci_release_resource +EXPORT_SYMBOL vmlinux 0x02b90413 udpv6_sendmsg +EXPORT_SYMBOL vmlinux 0x02bfa4f4 phy_error +EXPORT_SYMBOL vmlinux 0x02c065f8 ucc_set_qe_mux_mii_mng +EXPORT_SYMBOL vmlinux 0x02d39571 vfs_iocb_iter_read +EXPORT_SYMBOL vmlinux 0x02db9e08 put_ipc_ns +EXPORT_SYMBOL vmlinux 0x02df50b0 jiffies +EXPORT_SYMBOL vmlinux 0x02ee26c1 free_pages_exact +EXPORT_SYMBOL vmlinux 0x0311cff5 thaw_bdev +EXPORT_SYMBOL vmlinux 0x0319b3f8 ipv6_getsockopt +EXPORT_SYMBOL vmlinux 0x031b3961 __napi_schedule +EXPORT_SYMBOL vmlinux 0x032bfb18 nf_ct_attach +EXPORT_SYMBOL vmlinux 0x032ff535 __of_get_address +EXPORT_SYMBOL vmlinux 0x033086b2 f_setown +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 0x034c17e6 scsi_scan_target +EXPORT_SYMBOL vmlinux 0x0356dc09 inode_needs_sync +EXPORT_SYMBOL vmlinux 0x0360d67f make_flow_keys_digest +EXPORT_SYMBOL vmlinux 0x0361a693 snd_pcm_hw_rule_add +EXPORT_SYMBOL vmlinux 0x0366307a console_suspend_enabled +EXPORT_SYMBOL vmlinux 0x036bd1b2 crypto_sha1_finup +EXPORT_SYMBOL vmlinux 0x036cce78 tty_termios_input_baud_rate +EXPORT_SYMBOL vmlinux 0x037a0cba kfree +EXPORT_SYMBOL vmlinux 0x037d61bd clkdev_add +EXPORT_SYMBOL vmlinux 0x03815f35 ledtrig_disk_activity +EXPORT_SYMBOL vmlinux 0x03909d3d __cgroup_bpf_run_filter_sock_ops +EXPORT_SYMBOL vmlinux 0x0397edd5 fb_edid_to_monspecs +EXPORT_SYMBOL vmlinux 0x03a82203 mr_mfc_find_any_parent +EXPORT_SYMBOL vmlinux 0x03b159fa jbd2_journal_start_commit +EXPORT_SYMBOL vmlinux 0x03b814ca bpf_dispatcher_xdp_func +EXPORT_SYMBOL vmlinux 0x03ba39b0 v7_flush_user_cache_all +EXPORT_SYMBOL vmlinux 0x03bfa747 vmf_insert_pfn +EXPORT_SYMBOL vmlinux 0x03c66425 security_inet_conn_established +EXPORT_SYMBOL vmlinux 0x03eed34b snd_pcm_hw_constraint_step +EXPORT_SYMBOL vmlinux 0x03fba701 wait_for_completion_killable_timeout +EXPORT_SYMBOL vmlinux 0x03fd2571 vm_unmap_ram +EXPORT_SYMBOL vmlinux 0x0412acb4 __tracepoint_kmalloc +EXPORT_SYMBOL vmlinux 0x04185bd0 __ethtool_get_link_ksettings +EXPORT_SYMBOL vmlinux 0x0419591e __sg_free_table +EXPORT_SYMBOL vmlinux 0x041c3a12 tcp_initialize_rcv_mss +EXPORT_SYMBOL vmlinux 0x042685d7 sg_nents_for_len +EXPORT_SYMBOL vmlinux 0x042962e9 mmc_add_host +EXPORT_SYMBOL vmlinux 0x042aaa7f load_nls_default +EXPORT_SYMBOL vmlinux 0x04304ace tty_driver_flush_buffer +EXPORT_SYMBOL vmlinux 0x04387dca scsi_host_put +EXPORT_SYMBOL vmlinux 0x04426076 tty_port_tty_get +EXPORT_SYMBOL vmlinux 0x04426f14 mem_section +EXPORT_SYMBOL vmlinux 0x0447c51f fs_param_is_fd +EXPORT_SYMBOL vmlinux 0x04482cdb __refrigerator +EXPORT_SYMBOL vmlinux 0x044f0ad9 get_random_u16 +EXPORT_SYMBOL vmlinux 0x044fb722 dev_base_lock +EXPORT_SYMBOL vmlinux 0x0457c0ec __ip_select_ident +EXPORT_SYMBOL vmlinux 0x045b6322 ipv6_dev_mc_dec +EXPORT_SYMBOL vmlinux 0x0479aac1 seq_list_next_rcu +EXPORT_SYMBOL vmlinux 0x0492efba filp_open +EXPORT_SYMBOL vmlinux 0x049bcb6b inode_set_flags +EXPORT_SYMBOL vmlinux 0x04a2c7d2 of_get_child_by_name +EXPORT_SYMBOL vmlinux 0x04a7da1a __skb_flow_dissect +EXPORT_SYMBOL vmlinux 0x04ae0988 sg_zero_buffer +EXPORT_SYMBOL vmlinux 0x04c6b4c3 __crypto_memneq +EXPORT_SYMBOL vmlinux 0x04cda566 snd_interval_refine +EXPORT_SYMBOL vmlinux 0x04d24402 iwe_stream_add_point +EXPORT_SYMBOL vmlinux 0x04df0be9 fqdir_init +EXPORT_SYMBOL vmlinux 0x04ef5ab6 iput +EXPORT_SYMBOL vmlinux 0x04f23c4a proto_unregister +EXPORT_SYMBOL vmlinux 0x04f484e6 fwnode_graph_parse_endpoint +EXPORT_SYMBOL vmlinux 0x04ff6e4b snd_card_file_remove +EXPORT_SYMBOL vmlinux 0x0508088e ucs2_strnlen +EXPORT_SYMBOL vmlinux 0x050877b9 dmi_first_match +EXPORT_SYMBOL vmlinux 0x0522a1ba blk_queue_max_write_zeroes_sectors +EXPORT_SYMBOL vmlinux 0x05240ee7 percpu_counter_batch +EXPORT_SYMBOL vmlinux 0x05314435 pcim_iounmap +EXPORT_SYMBOL vmlinux 0x0535c34d vfs_mkobj +EXPORT_SYMBOL vmlinux 0x053d4f42 pci_bus_read_config_dword +EXPORT_SYMBOL vmlinux 0x054496b4 schedule_timeout_interruptible +EXPORT_SYMBOL vmlinux 0x054e5f71 from_kuid_munged +EXPORT_SYMBOL vmlinux 0x05677418 sync_filesystem +EXPORT_SYMBOL vmlinux 0x056bcf7b dm_read_arg +EXPORT_SYMBOL vmlinux 0x05714f8e param_get_ushort +EXPORT_SYMBOL vmlinux 0x0595d11f pci_alloc_dev +EXPORT_SYMBOL vmlinux 0x05b0caa0 hdmi_vendor_infoframe_pack +EXPORT_SYMBOL vmlinux 0x05bf1efd pin_user_pages_remote +EXPORT_SYMBOL vmlinux 0x05ca2d13 pci_pme_active +EXPORT_SYMBOL vmlinux 0x05de9c2f folio_redirty_for_writepage +EXPORT_SYMBOL vmlinux 0x05e29ca2 bitmap_from_arr64 +EXPORT_SYMBOL vmlinux 0x05ea4a80 pci_assign_resource +EXPORT_SYMBOL vmlinux 0x05ec9597 pci_scan_bus +EXPORT_SYMBOL vmlinux 0x05f74013 skb_coalesce_rx_frag +EXPORT_SYMBOL vmlinux 0x05fbea2e vfs_get_fsid +EXPORT_SYMBOL vmlinux 0x061651be strcat +EXPORT_SYMBOL vmlinux 0x062bda99 of_mdio_find_device +EXPORT_SYMBOL vmlinux 0x062f47d9 tty_chars_in_buffer +EXPORT_SYMBOL vmlinux 0x0634100a bitmap_parselist_user +EXPORT_SYMBOL vmlinux 0x06455584 t10_pi_type3_crc +EXPORT_SYMBOL vmlinux 0x065cfc5d napi_get_frags +EXPORT_SYMBOL vmlinux 0x065d7d38 inet_frag_find +EXPORT_SYMBOL vmlinux 0x06634183 snd_timer_instance_free +EXPORT_SYMBOL vmlinux 0x0668b595 _kstrtoul +EXPORT_SYMBOL vmlinux 0x06803ca8 pm860x_reg_read +EXPORT_SYMBOL vmlinux 0x06828910 pci_bus_claim_resources +EXPORT_SYMBOL vmlinux 0x06845633 netdev_warn +EXPORT_SYMBOL vmlinux 0x06b1e726 d_exact_alias +EXPORT_SYMBOL vmlinux 0x06c67851 sock_no_sendmsg_locked +EXPORT_SYMBOL vmlinux 0x06d11488 __bitmap_equal +EXPORT_SYMBOL vmlinux 0x06d83742 rproc_report_crash +EXPORT_SYMBOL vmlinux 0x06e30fe3 clear_nlink +EXPORT_SYMBOL vmlinux 0x07098248 xz_dec_microlzma_alloc +EXPORT_SYMBOL vmlinux 0x07152323 inet6_add_protocol +EXPORT_SYMBOL vmlinux 0x071809e5 __xa_alloc_cyclic +EXPORT_SYMBOL vmlinux 0x072a8f8d __set_fiq_regs +EXPORT_SYMBOL vmlinux 0x072d2cdf __page_frag_cache_drain +EXPORT_SYMBOL vmlinux 0x072f901c vme_master_rmw +EXPORT_SYMBOL vmlinux 0x07510fd8 mipi_dsi_dcs_set_display_on +EXPORT_SYMBOL vmlinux 0x0773d302 blk_integrity_unregister +EXPORT_SYMBOL vmlinux 0x077af67c init_opal_dev +EXPORT_SYMBOL vmlinux 0x07a09e66 dev_trans_start +EXPORT_SYMBOL vmlinux 0x07a890c8 fb_alloc_cmap +EXPORT_SYMBOL vmlinux 0x07be4141 nf_register_queue_handler +EXPORT_SYMBOL vmlinux 0x07cc4a5d printk_timed_ratelimit +EXPORT_SYMBOL vmlinux 0x07e2c085 radix_tree_tagged +EXPORT_SYMBOL vmlinux 0x07eff300 cqhci_deactivate +EXPORT_SYMBOL vmlinux 0x07f54272 iov_iter_kvec +EXPORT_SYMBOL vmlinux 0x07f9dda2 netlink_rcv_skb +EXPORT_SYMBOL vmlinux 0x0800473f __cond_resched +EXPORT_SYMBOL vmlinux 0x0805f2c8 ecryptfs_get_auth_tok_key +EXPORT_SYMBOL vmlinux 0x0816a491 tcf_action_set_ctrlact +EXPORT_SYMBOL vmlinux 0x082c3213 pci_root_buses +EXPORT_SYMBOL vmlinux 0x083eb21c rfkill_unregister +EXPORT_SYMBOL vmlinux 0x083fe51e scsi_set_medium_removal +EXPORT_SYMBOL vmlinux 0x0840a9a5 ps2_handle_response +EXPORT_SYMBOL vmlinux 0x0847c71a bioset_integrity_create +EXPORT_SYMBOL vmlinux 0x084e85da __f_setown +EXPORT_SYMBOL vmlinux 0x08531b00 nand_ecc_sw_hamming_cleanup_ctx +EXPORT_SYMBOL vmlinux 0x085b5e3a kernel_listen +EXPORT_SYMBOL vmlinux 0x085c5be8 devm_backlight_device_register +EXPORT_SYMBOL vmlinux 0x086253a7 ioremap_cache +EXPORT_SYMBOL vmlinux 0x08631ae2 rproc_coredump_using_sections +EXPORT_SYMBOL vmlinux 0x0875a04d sock_common_setsockopt +EXPORT_SYMBOL vmlinux 0x0895c300 ethtool_rx_flow_rule_destroy +EXPORT_SYMBOL vmlinux 0x089c4b09 simple_rmdir +EXPORT_SYMBOL vmlinux 0x08a04649 generic_set_encrypted_ci_d_ops +EXPORT_SYMBOL vmlinux 0x08b4e096 mntget +EXPORT_SYMBOL vmlinux 0x08b4fd52 freezing_slow_path +EXPORT_SYMBOL vmlinux 0x08b9a5e6 ppp_unregister_compressor +EXPORT_SYMBOL vmlinux 0x08bf4b27 passthru_features_check +EXPORT_SYMBOL vmlinux 0x08d25d5f set_create_files_as +EXPORT_SYMBOL vmlinux 0x08d66d4b _raw_write_lock_irqsave +EXPORT_SYMBOL vmlinux 0x08dd91ce ip_mc_inc_group +EXPORT_SYMBOL vmlinux 0x08e39398 cmd_db_read_addr +EXPORT_SYMBOL vmlinux 0x08f5a3f4 devm_nvmem_cell_put +EXPORT_SYMBOL vmlinux 0x08fc8dce vfs_setpos +EXPORT_SYMBOL vmlinux 0x090e1087 input_get_keycode +EXPORT_SYMBOL vmlinux 0x0949191b d_alloc_parallel +EXPORT_SYMBOL vmlinux 0x094e6c51 vga_put +EXPORT_SYMBOL vmlinux 0x0952cf85 netif_schedule_queue +EXPORT_SYMBOL vmlinux 0x096130ff md_write_start +EXPORT_SYMBOL vmlinux 0x0962e000 mmc_start_request +EXPORT_SYMBOL vmlinux 0x09769037 dmt_modes +EXPORT_SYMBOL vmlinux 0x0980a362 pci_disable_device +EXPORT_SYMBOL vmlinux 0x0984158a tcf_get_next_proto +EXPORT_SYMBOL vmlinux 0x098b71c6 fb_dealloc_cmap +EXPORT_SYMBOL vmlinux 0x09955586 fifo_create_dflt +EXPORT_SYMBOL vmlinux 0x09c1736f neigh_resolve_output +EXPORT_SYMBOL vmlinux 0x09c6ad8b devm_rproc_alloc +EXPORT_SYMBOL vmlinux 0x09d44df9 in_lock_functions +EXPORT_SYMBOL vmlinux 0x09fae934 mmc_gpio_get_cd +EXPORT_SYMBOL vmlinux 0x0a012f73 mb_cache_entry_touch +EXPORT_SYMBOL vmlinux 0x0a160c31 phy_stop +EXPORT_SYMBOL vmlinux 0x0a1e8769 utf8_casefold_hash +EXPORT_SYMBOL vmlinux 0x0a3131f6 strnchr +EXPORT_SYMBOL vmlinux 0x0a3e7d63 dcb_ieee_setapp +EXPORT_SYMBOL vmlinux 0x0a559d54 snd_ctl_unregister_ioctl +EXPORT_SYMBOL vmlinux 0x0a783b8b reuseport_add_sock +EXPORT_SYMBOL vmlinux 0x0a90bee6 __skb_recv_udp +EXPORT_SYMBOL vmlinux 0x0a96b96a kstrtouint_from_user +EXPORT_SYMBOL vmlinux 0x0aa09d79 omap_vrfb_map_angle +EXPORT_SYMBOL vmlinux 0x0aa309cf synchronize_hardirq +EXPORT_SYMBOL vmlinux 0x0ab81c73 request_key_tag +EXPORT_SYMBOL vmlinux 0x0abdab54 i2c_smbus_read_i2c_block_data +EXPORT_SYMBOL vmlinux 0x0acdc6d4 tc_setup_cb_destroy +EXPORT_SYMBOL vmlinux 0x0acf7679 dma_issue_pending_all +EXPORT_SYMBOL vmlinux 0x0ad9371b ipv6_find_hdr +EXPORT_SYMBOL vmlinux 0x0ae3ec2f blk_rq_map_user_iov +EXPORT_SYMBOL vmlinux 0x0ae547ed xxh64_update +EXPORT_SYMBOL vmlinux 0x0b06a5c8 page_pool_create +EXPORT_SYMBOL vmlinux 0x0b170e39 snd_ctl_boolean_mono_info +EXPORT_SYMBOL vmlinux 0x0b1b939e kmemdup +EXPORT_SYMBOL vmlinux 0x0b1beb31 vmalloc_32_user +EXPORT_SYMBOL vmlinux 0x0b2883ee security_unix_stream_connect +EXPORT_SYMBOL vmlinux 0x0b294b76 xsk_clear_rx_need_wakeup +EXPORT_SYMBOL vmlinux 0x0b3013d3 scsi_target_quiesce +EXPORT_SYMBOL vmlinux 0x0b48677a __kfifo_init +EXPORT_SYMBOL vmlinux 0x0b565315 snd_timer_global_new +EXPORT_SYMBOL vmlinux 0x0b5bcf3b mipi_dsi_host_unregister +EXPORT_SYMBOL vmlinux 0x0b617520 dma_fence_default_wait +EXPORT_SYMBOL vmlinux 0x0b709411 omap_vrfb_release_ctx +EXPORT_SYMBOL vmlinux 0x0b742fd7 simple_strtol +EXPORT_SYMBOL vmlinux 0x0b78a9b3 inode_sub_bytes +EXPORT_SYMBOL vmlinux 0x0b877a62 netlink_net_capable +EXPORT_SYMBOL vmlinux 0x0b902c2d dev_alloc_name +EXPORT_SYMBOL vmlinux 0x0b90da9f xfrm_init_state +EXPORT_SYMBOL vmlinux 0x0b972ea2 pcie_capability_write_dword +EXPORT_SYMBOL vmlinux 0x0ba0b938 vm_brk +EXPORT_SYMBOL vmlinux 0x0bc477a2 irq_set_irq_type +EXPORT_SYMBOL vmlinux 0x0bd2d8ce d_alloc_name +EXPORT_SYMBOL vmlinux 0x0bd394d8 tty_termios_baud_rate +EXPORT_SYMBOL vmlinux 0x0bd94cff console_force_preferred_locked +EXPORT_SYMBOL vmlinux 0x0bdcdea8 elv_rb_former_request +EXPORT_SYMBOL vmlinux 0x0bdf8a9a sock_sendmsg +EXPORT_SYMBOL vmlinux 0x0bf0e4a2 __SCK__tp_func_spi_transfer_stop +EXPORT_SYMBOL vmlinux 0x0bf466a0 inet_frags_init +EXPORT_SYMBOL vmlinux 0x0bf489a6 dev_set_alias +EXPORT_SYMBOL vmlinux 0x0c0780c0 tcf_exts_validate_ex +EXPORT_SYMBOL vmlinux 0x0c16f8f7 d_make_root +EXPORT_SYMBOL vmlinux 0x0c25ec48 secure_tcpv6_seq +EXPORT_SYMBOL vmlinux 0x0c29f80c param_set_long +EXPORT_SYMBOL vmlinux 0x0c4cf5d0 sk_reset_timer +EXPORT_SYMBOL vmlinux 0x0c5ddc74 dump_page +EXPORT_SYMBOL vmlinux 0x0c5ea14d sock_alloc +EXPORT_SYMBOL vmlinux 0x0c631e43 generic_file_read_iter +EXPORT_SYMBOL vmlinux 0x0c84aae2 mtd_concat_destroy +EXPORT_SYMBOL vmlinux 0x0c85628a try_module_get +EXPORT_SYMBOL vmlinux 0x0c88674b phy_read_mmd +EXPORT_SYMBOL vmlinux 0x0c9199a0 posix_acl_to_xattr +EXPORT_SYMBOL vmlinux 0x0ca54fee _test_and_set_bit +EXPORT_SYMBOL vmlinux 0x0ca6c083 jbd2_journal_start_reserved +EXPORT_SYMBOL vmlinux 0x0caa9dce gro_find_complete_by_type +EXPORT_SYMBOL vmlinux 0x0cac6990 mii_nway_restart +EXPORT_SYMBOL vmlinux 0x0cb11bc7 __SCK__tp_func_dma_fence_enable_signal +EXPORT_SYMBOL vmlinux 0x0cb464b2 ndo_dflt_fdb_del +EXPORT_SYMBOL vmlinux 0x0cb5eae1 vme_free_consistent +EXPORT_SYMBOL vmlinux 0x0cc86dfb tcp_simple_retransmit +EXPORT_SYMBOL vmlinux 0x0cca1dd1 fscrypt_ioctl_get_policy +EXPORT_SYMBOL vmlinux 0x0cdce87c rfkill_set_hw_state_reason +EXPORT_SYMBOL vmlinux 0x0ce0fffc tcp_make_synack +EXPORT_SYMBOL vmlinux 0x0ce19084 __scm_destroy +EXPORT_SYMBOL vmlinux 0x0cf5d577 skb_copy_and_csum_bits +EXPORT_SYMBOL vmlinux 0x0cfbdbed scsi_is_target_device +EXPORT_SYMBOL vmlinux 0x0d07f543 get_anon_bdev +EXPORT_SYMBOL vmlinux 0x0d1b54c1 _raw_write_unlock_irqrestore +EXPORT_SYMBOL vmlinux 0x0d29e118 super_setup_bdi_name +EXPORT_SYMBOL vmlinux 0x0d2ca20f ucc_fast_get_qe_cr_subblock +EXPORT_SYMBOL vmlinux 0x0d356e88 generic_setlease +EXPORT_SYMBOL vmlinux 0x0d45dee6 of_mdio_find_bus +EXPORT_SYMBOL vmlinux 0x0d4feb74 snd_pcm_hw_constraint_ratnums +EXPORT_SYMBOL vmlinux 0x0d539149 snd_pcm_hw_constraint_ranges +EXPORT_SYMBOL vmlinux 0x0d542439 __ipv6_addr_type +EXPORT_SYMBOL vmlinux 0x0d69e6d3 jbd2_journal_load +EXPORT_SYMBOL vmlinux 0x0d7ac087 ip_frag_next +EXPORT_SYMBOL vmlinux 0x0d92bd80 genphy_suspend +EXPORT_SYMBOL vmlinux 0x0d94ca71 __snd_pcm_lib_xfer +EXPORT_SYMBOL vmlinux 0x0db9c643 register_filesystem +EXPORT_SYMBOL vmlinux 0x0dba5e9a radix_tree_delete +EXPORT_SYMBOL vmlinux 0x0dbb8b61 dquot_alloc_inode +EXPORT_SYMBOL vmlinux 0x0dc1a78c bin2hex +EXPORT_SYMBOL vmlinux 0x0de095c8 kthread_create_on_node +EXPORT_SYMBOL vmlinux 0x0de48aae vfs_path_lookup +EXPORT_SYMBOL vmlinux 0x0e06dce4 file_ns_capable +EXPORT_SYMBOL vmlinux 0x0e091630 xp_raw_get_dma +EXPORT_SYMBOL vmlinux 0x0e17678a siphash_4u64 +EXPORT_SYMBOL vmlinux 0x0e177f44 sg_alloc_table_from_pages_segment +EXPORT_SYMBOL vmlinux 0x0e1c8804 dma_fence_chain_find_seqno +EXPORT_SYMBOL vmlinux 0x0e1d8f0a bd_abort_claiming +EXPORT_SYMBOL vmlinux 0x0e573bfe dma_async_tx_descriptor_init +EXPORT_SYMBOL vmlinux 0x0e5da8f0 utf8_normalize +EXPORT_SYMBOL vmlinux 0x0e7c05df dev_lstats_read +EXPORT_SYMBOL vmlinux 0x0e99ae19 get_vm_area +EXPORT_SYMBOL vmlinux 0x0ea3c74e tasklet_kill +EXPORT_SYMBOL vmlinux 0x0ea593f6 hdmi_drm_infoframe_init +EXPORT_SYMBOL vmlinux 0x0ea66ba7 skb_ext_add +EXPORT_SYMBOL vmlinux 0x0ead0a19 phy_ethtool_get_link_ksettings +EXPORT_SYMBOL vmlinux 0x0eb50146 i2c_smbus_write_byte +EXPORT_SYMBOL vmlinux 0x0eb6eb87 add_taint +EXPORT_SYMBOL vmlinux 0x0ec53033 pci_bus_read_config_word +EXPORT_SYMBOL vmlinux 0x0ec5babe vme_dma_free +EXPORT_SYMBOL vmlinux 0x0ec6eacb tc_cleanup_offload_action +EXPORT_SYMBOL vmlinux 0x0ed381ed param_set_bint +EXPORT_SYMBOL vmlinux 0x0ed75f6f kmem_cache_create_usercopy +EXPORT_SYMBOL vmlinux 0x0ee5f42f pci_save_state +EXPORT_SYMBOL vmlinux 0x0ee872d5 seq_puts +EXPORT_SYMBOL vmlinux 0x0eea0399 strscpy +EXPORT_SYMBOL vmlinux 0x0ef7b53f pci_unregister_driver +EXPORT_SYMBOL vmlinux 0x0f06957f allocate_resource +EXPORT_SYMBOL vmlinux 0x0f09cc34 schedule_timeout_killable +EXPORT_SYMBOL vmlinux 0x0f0ef55c phy_set_sym_pause +EXPORT_SYMBOL vmlinux 0x0f1ad8e2 seq_list_start_rcu +EXPORT_SYMBOL vmlinux 0x0f2d729e netpoll_poll_disable +EXPORT_SYMBOL vmlinux 0x0f3cf1f3 dquot_quota_on_mount +EXPORT_SYMBOL vmlinux 0x0f451f38 __xfrm_state_delete +EXPORT_SYMBOL vmlinux 0x0f54a6f8 generic_file_readonly_mmap +EXPORT_SYMBOL vmlinux 0x0f5d7053 devm_clk_hw_register_clkdev +EXPORT_SYMBOL vmlinux 0x0f738e1e generic_write_checks_count +EXPORT_SYMBOL vmlinux 0x0f86f560 kthread_delayed_work_timer_fn +EXPORT_SYMBOL vmlinux 0x0f98b117 tcp_peek_len +EXPORT_SYMBOL vmlinux 0x0faed438 of_phy_is_fixed_link +EXPORT_SYMBOL vmlinux 0x0fb2f8a4 mktime64 +EXPORT_SYMBOL vmlinux 0x0fbdff1a fasync_helper +EXPORT_SYMBOL vmlinux 0x0fc3662e inet_stream_ops +EXPORT_SYMBOL vmlinux 0x0fd0f592 mutex_trylock +EXPORT_SYMBOL vmlinux 0x0fd67d65 __traceiter_spi_transfer_stop +EXPORT_SYMBOL vmlinux 0x0fd902db mb_cache_entry_create +EXPORT_SYMBOL vmlinux 0x0fe0b009 tty_port_block_til_ready +EXPORT_SYMBOL vmlinux 0x0fe63d7c ipv6_chk_custom_prefix +EXPORT_SYMBOL vmlinux 0x0ff178f6 __aeabi_idivmod +EXPORT_SYMBOL vmlinux 0x0fff5afc time64_to_tm +EXPORT_SYMBOL vmlinux 0x10018cb0 __pv_offset +EXPORT_SYMBOL vmlinux 0x1010242d reuseport_detach_sock +EXPORT_SYMBOL vmlinux 0x1025009a cpm_muram_alloc_fixed +EXPORT_SYMBOL vmlinux 0x102936ec qe_clock_source +EXPORT_SYMBOL vmlinux 0x104d084c tcf_idr_search +EXPORT_SYMBOL vmlinux 0x1068004b gf128mul_bbe +EXPORT_SYMBOL vmlinux 0x106f13ab crc_t10dif_generic +EXPORT_SYMBOL vmlinux 0x10739f1e swake_up_locked +EXPORT_SYMBOL vmlinux 0x10744bb4 pin_user_pages +EXPORT_SYMBOL vmlinux 0x1074981f xsk_tx_peek_release_desc_batch +EXPORT_SYMBOL vmlinux 0x1077bc3a wireless_send_event +EXPORT_SYMBOL vmlinux 0x107e5878 zlib_inflateEnd +EXPORT_SYMBOL vmlinux 0x1087f5e4 pcibios_resource_to_bus +EXPORT_SYMBOL vmlinux 0x10939758 scsi_block_when_processing_errors +EXPORT_SYMBOL vmlinux 0x10ac4c7d tcf_qevent_destroy +EXPORT_SYMBOL vmlinux 0x10cdf53a migrate_folio +EXPORT_SYMBOL vmlinux 0x10d0f27c d_tmpfile +EXPORT_SYMBOL vmlinux 0x10d9f885 scsi_sense_desc_find +EXPORT_SYMBOL vmlinux 0x10e6f74a free_contig_range +EXPORT_SYMBOL vmlinux 0x10e951d3 i2c_transfer_buffer_flags +EXPORT_SYMBOL vmlinux 0x10f270da ip_tunnel_header_ops +EXPORT_SYMBOL vmlinux 0x10f6394c cdc_parse_cdc_header +EXPORT_SYMBOL vmlinux 0x10f740de rproc_add +EXPORT_SYMBOL vmlinux 0x10fa487b __SetPageMovable +EXPORT_SYMBOL vmlinux 0x11089ac7 _ctype +EXPORT_SYMBOL vmlinux 0x117093be qdisc_class_hash_init +EXPORT_SYMBOL vmlinux 0x117d646c blk_mq_alloc_disk_for_queue +EXPORT_SYMBOL vmlinux 0x119a7db3 __tty_insert_flip_char +EXPORT_SYMBOL vmlinux 0x119b50e7 elf_check_arch +EXPORT_SYMBOL vmlinux 0x11a4422e tty_hangup +EXPORT_SYMBOL vmlinux 0x11a607b7 mmc_gpio_set_cd_wake +EXPORT_SYMBOL vmlinux 0x11b561b4 generic_file_llseek_size +EXPORT_SYMBOL vmlinux 0x11d33e96 eth_type_trans +EXPORT_SYMBOL vmlinux 0x11dae3ae _dev_crit +EXPORT_SYMBOL vmlinux 0x11db4dcb unlock_two_nondirectories +EXPORT_SYMBOL vmlinux 0x11db8f3b __dev_kfree_skb_any +EXPORT_SYMBOL vmlinux 0x11e30762 chacha_block_generic +EXPORT_SYMBOL vmlinux 0x11eb1be7 neigh_parms_alloc +EXPORT_SYMBOL vmlinux 0x11eba379 __netlink_dump_start +EXPORT_SYMBOL vmlinux 0x12015c18 zerocopy_sg_from_iter +EXPORT_SYMBOL vmlinux 0x120b336a __rb_insert_augmented +EXPORT_SYMBOL vmlinux 0x120b3d0a __generic_file_fsync +EXPORT_SYMBOL vmlinux 0x1210fb32 _raw_read_lock_irqsave +EXPORT_SYMBOL vmlinux 0x1214fe71 inet_csk_delete_keepalive_timer +EXPORT_SYMBOL vmlinux 0x1215ab64 security_path_unlink +EXPORT_SYMBOL vmlinux 0x121fc346 in_dev_finish_destroy +EXPORT_SYMBOL vmlinux 0x12203c51 security_dentry_create_files_as +EXPORT_SYMBOL vmlinux 0x12421f11 mr_table_dump +EXPORT_SYMBOL vmlinux 0x124371e4 scmd_printk +EXPORT_SYMBOL vmlinux 0x124ae23d dquot_get_state +EXPORT_SYMBOL vmlinux 0x124bad4d kstrtobool +EXPORT_SYMBOL vmlinux 0x126f9566 vfs_copy_file_range +EXPORT_SYMBOL vmlinux 0x127d83ea security_locked_down +EXPORT_SYMBOL vmlinux 0x128eb0f6 snd_timer_open +EXPORT_SYMBOL vmlinux 0x12a06a3e fs_param_is_s32 +EXPORT_SYMBOL vmlinux 0x12a49067 kmem_cache_create +EXPORT_SYMBOL vmlinux 0x12b9c1d5 skb_try_coalesce +EXPORT_SYMBOL vmlinux 0x12be37aa fs_context_for_reconfigure +EXPORT_SYMBOL vmlinux 0x12cabc89 siphash_2u64 +EXPORT_SYMBOL vmlinux 0x12d5df68 set_blocksize +EXPORT_SYMBOL vmlinux 0x12d8625d flow_rule_match_arp +EXPORT_SYMBOL vmlinux 0x12e3209f get_unmapped_area +EXPORT_SYMBOL vmlinux 0x12ee7339 sg_miter_stop +EXPORT_SYMBOL vmlinux 0x12f19edf __genradix_ptr_alloc +EXPORT_SYMBOL vmlinux 0x12f6f69c fb_videomode_to_var +EXPORT_SYMBOL vmlinux 0x13110f6f iget5_locked +EXPORT_SYMBOL vmlinux 0x1341b799 __devm_request_region +EXPORT_SYMBOL vmlinux 0x134c8d13 __brelse +EXPORT_SYMBOL vmlinux 0x1364e5e2 padata_set_cpumask +EXPORT_SYMBOL vmlinux 0x136bb7d2 snd_pcm_lib_get_vmalloc_page +EXPORT_SYMBOL vmlinux 0x136da720 nlmsg_notify +EXPORT_SYMBOL vmlinux 0x138132ca inet_sk_set_state +EXPORT_SYMBOL vmlinux 0x139ba492 configfs_unregister_group +EXPORT_SYMBOL vmlinux 0x13ab0ae9 mmc_gpiod_request_cd +EXPORT_SYMBOL vmlinux 0x13d0adf7 __kfifo_out +EXPORT_SYMBOL vmlinux 0x13d928f5 __SCK__tp_func_kmem_cache_alloc +EXPORT_SYMBOL vmlinux 0x13dfc6dd pci_request_selected_regions +EXPORT_SYMBOL vmlinux 0x13f42152 system_entering_hibernation +EXPORT_SYMBOL vmlinux 0x14047e44 udp6_seq_ops +EXPORT_SYMBOL vmlinux 0x140cef8e cmxgcr_lock +EXPORT_SYMBOL vmlinux 0x1423e4c0 sock_set_sndtimeo +EXPORT_SYMBOL vmlinux 0x142d9f64 tty_port_put +EXPORT_SYMBOL vmlinux 0x1439f2a8 inet_frag_kill +EXPORT_SYMBOL vmlinux 0x143cef57 devfreq_get_freq_range +EXPORT_SYMBOL vmlinux 0x1451e8e5 vm_zone_stat +EXPORT_SYMBOL vmlinux 0x1456d3f7 tty_vhangup +EXPORT_SYMBOL vmlinux 0x14605535 dma_fence_context_alloc +EXPORT_SYMBOL vmlinux 0x146289b7 crc16_table +EXPORT_SYMBOL vmlinux 0x1462a8c3 sock_kzfree_s +EXPORT_SYMBOL vmlinux 0x1463da72 xfrm4_rcv +EXPORT_SYMBOL vmlinux 0x1469829e pskb_expand_head +EXPORT_SYMBOL vmlinux 0x14717570 pci_setup_cardbus +EXPORT_SYMBOL vmlinux 0x147541cd dmam_alloc_attrs +EXPORT_SYMBOL vmlinux 0x1479dadb rdmacg_uncharge +EXPORT_SYMBOL vmlinux 0x147b02a3 d_drop +EXPORT_SYMBOL vmlinux 0x14824c24 simple_release_fs +EXPORT_SYMBOL vmlinux 0x148e8a5b ipv6_dev_mc_inc +EXPORT_SYMBOL vmlinux 0x1496894a devm_memremap +EXPORT_SYMBOL vmlinux 0x149c2fe3 dev_mc_sync_multiple +EXPORT_SYMBOL vmlinux 0x14cd2c40 __xfrm_policy_check +EXPORT_SYMBOL vmlinux 0x14d24353 neigh_lookup +EXPORT_SYMBOL vmlinux 0x14d4a9c5 _change_bit +EXPORT_SYMBOL vmlinux 0x14d7477f console_list_unlock +EXPORT_SYMBOL vmlinux 0x14d89166 tcp_release_cb +EXPORT_SYMBOL vmlinux 0x14ea67a8 bio_alloc_clone +EXPORT_SYMBOL vmlinux 0x14ead5d2 blk_mq_start_hw_queue +EXPORT_SYMBOL vmlinux 0x1511be4b dquot_acquire +EXPORT_SYMBOL vmlinux 0x151d447f skb_flow_get_icmp_tci +EXPORT_SYMBOL vmlinux 0x151f4898 schedule_timeout_uninterruptible +EXPORT_SYMBOL vmlinux 0x1526b301 unix_tot_inflight +EXPORT_SYMBOL vmlinux 0x154c6338 dm_kcopyd_client_destroy +EXPORT_SYMBOL vmlinux 0x1564b254 __icmp_send +EXPORT_SYMBOL vmlinux 0x1570c9b5 security_old_inode_init_security +EXPORT_SYMBOL vmlinux 0x1572cf5d jbd2_journal_start +EXPORT_SYMBOL vmlinux 0x158d4a4c of_find_node_by_type +EXPORT_SYMBOL vmlinux 0x15909218 freeze_super +EXPORT_SYMBOL vmlinux 0x15bafe29 unregister_md_cluster_operations +EXPORT_SYMBOL vmlinux 0x15bed7a5 LZ4_decompress_safe_partial +EXPORT_SYMBOL vmlinux 0x15ca9d94 tcp_sock_set_user_timeout +EXPORT_SYMBOL vmlinux 0x15cfb2b3 _find_first_zero_bit_le +EXPORT_SYMBOL vmlinux 0x15f90688 slhc_init +EXPORT_SYMBOL vmlinux 0x1601e872 vlan_vid_del +EXPORT_SYMBOL vmlinux 0x1622de0d add_watch_to_object +EXPORT_SYMBOL vmlinux 0x162893fd hashlen_string +EXPORT_SYMBOL vmlinux 0x1632bc21 kvasprintf_const +EXPORT_SYMBOL vmlinux 0x1632c5c2 devm_clk_get +EXPORT_SYMBOL vmlinux 0x163d2417 tegra_io_rail_power_off +EXPORT_SYMBOL vmlinux 0x164e2b7a flow_rule_match_enc_control +EXPORT_SYMBOL vmlinux 0x16505744 bprm_change_interp +EXPORT_SYMBOL vmlinux 0x16525cc4 xa_find +EXPORT_SYMBOL vmlinux 0x167924d4 xfrm_state_add +EXPORT_SYMBOL vmlinux 0x168b5c84 __mark_inode_dirty +EXPORT_SYMBOL vmlinux 0x1693a4a0 pci_ep_cfs_remove_epf_group +EXPORT_SYMBOL vmlinux 0x16a0d381 md_bitmap_cond_end_sync +EXPORT_SYMBOL vmlinux 0x16aae8e2 page_pool_get_stats +EXPORT_SYMBOL vmlinux 0x16adbf67 down_killable +EXPORT_SYMBOL vmlinux 0x16cd5cc4 kernel_getpeername +EXPORT_SYMBOL vmlinux 0x16e297c3 bit_wait +EXPORT_SYMBOL vmlinux 0x16eddae5 blk_sync_queue +EXPORT_SYMBOL vmlinux 0x16fc0e0c blk_queue_virt_boundary +EXPORT_SYMBOL vmlinux 0x16ff3b7e mmc_cqe_request_done +EXPORT_SYMBOL vmlinux 0x16ff73c1 dm_kobject_release +EXPORT_SYMBOL vmlinux 0x170279de pci_match_id +EXPORT_SYMBOL vmlinux 0x170f5049 tty_name +EXPORT_SYMBOL vmlinux 0x171ee542 __inet_hash +EXPORT_SYMBOL vmlinux 0x172d6d82 sock_recvmsg +EXPORT_SYMBOL vmlinux 0x173f04d3 folio_mark_dirty +EXPORT_SYMBOL vmlinux 0x1741f702 km_state_expired +EXPORT_SYMBOL vmlinux 0x174dac3b tcf_em_tree_validate +EXPORT_SYMBOL vmlinux 0x17558b43 dev_load +EXPORT_SYMBOL vmlinux 0x175c8d5b folio_migrate_copy +EXPORT_SYMBOL vmlinux 0x176a7c82 iter_file_splice_write +EXPORT_SYMBOL vmlinux 0x176bb9c1 qdisc_watchdog_init +EXPORT_SYMBOL vmlinux 0x178b946f param_ops_invbool +EXPORT_SYMBOL vmlinux 0x178c4894 qe_upload_firmware +EXPORT_SYMBOL vmlinux 0x179173e7 inetdev_by_index +EXPORT_SYMBOL vmlinux 0x17971f74 netdev_has_upper_dev_all_rcu +EXPORT_SYMBOL vmlinux 0x179c0b6f generic_read_dir +EXPORT_SYMBOL vmlinux 0x179e7f7a phy_register_fixup_for_uid +EXPORT_SYMBOL vmlinux 0x17aa546c reuseport_select_sock +EXPORT_SYMBOL vmlinux 0x17d8341a blk_mq_rq_cpu +EXPORT_SYMBOL vmlinux 0x17e75208 register_md_personality +EXPORT_SYMBOL vmlinux 0x17e88fa0 fb_blank +EXPORT_SYMBOL vmlinux 0x17f98417 simple_transaction_release +EXPORT_SYMBOL vmlinux 0x180fb91b xsk_tx_completed +EXPORT_SYMBOL vmlinux 0x181ee8a3 scsi_vpd_tpg_id +EXPORT_SYMBOL vmlinux 0x1824ab3a jbd2_fc_wait_bufs +EXPORT_SYMBOL vmlinux 0x18345b8e __bitmap_replace +EXPORT_SYMBOL vmlinux 0x183d1bcb pci_dev_driver +EXPORT_SYMBOL vmlinux 0x185c32cf sgl_free +EXPORT_SYMBOL vmlinux 0x18679cd9 fb_prepare_logo +EXPORT_SYMBOL vmlinux 0x18687cab of_match_device +EXPORT_SYMBOL vmlinux 0x1872cc35 mfd_add_devices +EXPORT_SYMBOL vmlinux 0x18733893 mipi_dsi_dcs_enter_sleep_mode +EXPORT_SYMBOL vmlinux 0x187884a8 cpm_muram_free +EXPORT_SYMBOL vmlinux 0x1881f428 blk_integrity_register +EXPORT_SYMBOL vmlinux 0x188b1b2d xfrm_alloc_spi +EXPORT_SYMBOL vmlinux 0x188c0e87 lookup_positive_unlocked +EXPORT_SYMBOL vmlinux 0x188c561a snd_pcm_lib_malloc_pages +EXPORT_SYMBOL vmlinux 0x188ea314 jiffies_to_timespec64 +EXPORT_SYMBOL vmlinux 0x189eed0a jbd2_journal_force_commit_nested +EXPORT_SYMBOL vmlinux 0x18a337bd ip6_find_1stfragopt +EXPORT_SYMBOL vmlinux 0x18a6c10a backlight_device_register +EXPORT_SYMBOL vmlinux 0x18b364b3 vfs_fsync +EXPORT_SYMBOL vmlinux 0x18dc4608 path_put +EXPORT_SYMBOL vmlinux 0x18e48add phy_trigger_machine +EXPORT_SYMBOL vmlinux 0x18e60984 __do_once_start +EXPORT_SYMBOL vmlinux 0x18efa753 inode_add_bytes +EXPORT_SYMBOL vmlinux 0x19085446 vma_set_file +EXPORT_SYMBOL vmlinux 0x19087cbb snd_ctl_find_id +EXPORT_SYMBOL vmlinux 0x191d8985 pci_disable_ptm +EXPORT_SYMBOL vmlinux 0x191da171 serial8250_set_isa_configurator +EXPORT_SYMBOL vmlinux 0x19264c2c jbd2_fc_end_commit +EXPORT_SYMBOL vmlinux 0x192942ff pci_map_rom +EXPORT_SYMBOL vmlinux 0x19515bb8 tcf_action_update_stats +EXPORT_SYMBOL vmlinux 0x1955a88e rtnl_kfree_skbs +EXPORT_SYMBOL vmlinux 0x195b35b4 phy_drivers_register +EXPORT_SYMBOL vmlinux 0x195c8596 cpu_rmap_update +EXPORT_SYMBOL vmlinux 0x1962b9df sock_create_lite +EXPORT_SYMBOL vmlinux 0x19764ca0 input_mt_init_slots +EXPORT_SYMBOL vmlinux 0x1976ceb0 phy_set_asym_pause +EXPORT_SYMBOL vmlinux 0x1984d421 out_of_line_wait_on_bit +EXPORT_SYMBOL vmlinux 0x198788b4 snd_lookup_oss_minor_data +EXPORT_SYMBOL vmlinux 0x199ed0cd net_disable_timestamp +EXPORT_SYMBOL vmlinux 0x19acae96 xfrm_parse_spi +EXPORT_SYMBOL vmlinux 0x19b55269 netdev_port_same_parent_id +EXPORT_SYMBOL vmlinux 0x19b7b583 mipi_dsi_dcs_set_display_brightness +EXPORT_SYMBOL vmlinux 0x19bd383b security_secmark_refcount_dec +EXPORT_SYMBOL vmlinux 0x19c012ea ata_scsi_cmd_error_handler +EXPORT_SYMBOL vmlinux 0x19c068e2 dquot_get_next_dqblk +EXPORT_SYMBOL vmlinux 0x19da7ed6 scsi_rescan_device +EXPORT_SYMBOL vmlinux 0x19debb71 bdi_set_max_ratio +EXPORT_SYMBOL vmlinux 0x19ed5b32 blkdev_issue_zeroout +EXPORT_SYMBOL vmlinux 0x1a072a06 netdev_lower_get_next_private_rcu +EXPORT_SYMBOL vmlinux 0x1a07b1de netdev_class_create_file_ns +EXPORT_SYMBOL vmlinux 0x1a1dccae scsi_print_sense +EXPORT_SYMBOL vmlinux 0x1a20c540 omap_vrfb_supported +EXPORT_SYMBOL vmlinux 0x1a2c59fc shrink_dcache_sb +EXPORT_SYMBOL vmlinux 0x1a3de522 dquot_commit_info +EXPORT_SYMBOL vmlinux 0x1a47fd39 nf_log_bind_pf +EXPORT_SYMBOL vmlinux 0x1a51c881 sg_pcopy_from_buffer +EXPORT_SYMBOL vmlinux 0x1a62ca4f wait_for_key_construction +EXPORT_SYMBOL vmlinux 0x1a65a342 configfs_register_group +EXPORT_SYMBOL vmlinux 0x1a65f4ad __arm_ioremap_pfn +EXPORT_SYMBOL vmlinux 0x1a764c9d register_mtd_chip_driver +EXPORT_SYMBOL vmlinux 0x1a7b7557 vmf_insert_mixed +EXPORT_SYMBOL vmlinux 0x1a7bc9ef xxh32 +EXPORT_SYMBOL vmlinux 0x1a8aac7b d_add +EXPORT_SYMBOL vmlinux 0x1a9a433c prandom_u32_state +EXPORT_SYMBOL vmlinux 0x1aa86d18 rdma_dim +EXPORT_SYMBOL vmlinux 0x1ac7dcb6 rfkill_alloc +EXPORT_SYMBOL vmlinux 0x1acb3cf9 tcf_idr_create +EXPORT_SYMBOL vmlinux 0x1ad1f2e7 _memcpy_fromio +EXPORT_SYMBOL vmlinux 0x1affe0c4 mmc_retune_timer_stop +EXPORT_SYMBOL vmlinux 0x1b015d25 bitmap_parselist +EXPORT_SYMBOL vmlinux 0x1b25f187 __xa_store +EXPORT_SYMBOL vmlinux 0x1b333bdf blk_set_queue_depth +EXPORT_SYMBOL vmlinux 0x1b6314fd in_aton +EXPORT_SYMBOL vmlinux 0x1b6c363f of_find_net_device_by_node +EXPORT_SYMBOL vmlinux 0x1b772eff genlmsg_multicast_allns +EXPORT_SYMBOL vmlinux 0x1b777357 rdmacg_unregister_device +EXPORT_SYMBOL vmlinux 0x1b8c5e59 filemap_fdatawait_keep_errors +EXPORT_SYMBOL vmlinux 0x1b8f55bc input_match_device_id +EXPORT_SYMBOL vmlinux 0x1bab9aa7 devm_arch_io_reserve_memtype_wc +EXPORT_SYMBOL vmlinux 0x1bf10659 __destroy_inode +EXPORT_SYMBOL vmlinux 0x1bf8a15a ipv6_dev_get_saddr +EXPORT_SYMBOL vmlinux 0x1c023f85 fs_bio_set +EXPORT_SYMBOL vmlinux 0x1c0496dd misc_register +EXPORT_SYMBOL vmlinux 0x1c08f685 __ip_dev_find +EXPORT_SYMBOL vmlinux 0x1c143a0b get_task_cred +EXPORT_SYMBOL vmlinux 0x1c32dca8 of_translate_dma_address +EXPORT_SYMBOL vmlinux 0x1c35d30d kunmap_high +EXPORT_SYMBOL vmlinux 0x1c3aace9 find_vma_intersection +EXPORT_SYMBOL vmlinux 0x1c53fe17 skb_copy_expand +EXPORT_SYMBOL vmlinux 0x1c5d04cf __sock_queue_rcv_skb +EXPORT_SYMBOL vmlinux 0x1c5e3878 icst525_idx2s +EXPORT_SYMBOL vmlinux 0x1c64e9f9 vlan_dev_vlan_proto +EXPORT_SYMBOL vmlinux 0x1c777c5c dma_fence_add_callback +EXPORT_SYMBOL vmlinux 0x1c8c4b69 block_invalidate_folio +EXPORT_SYMBOL vmlinux 0x1cae500d bpf_link_put +EXPORT_SYMBOL vmlinux 0x1cbd9387 of_get_ethdev_address +EXPORT_SYMBOL vmlinux 0x1cc11154 __SCK__tp_func_mmap_lock_start_locking +EXPORT_SYMBOL vmlinux 0x1cc978fa snd_card_register +EXPORT_SYMBOL vmlinux 0x1cdefb24 twl6040_reg_read +EXPORT_SYMBOL vmlinux 0x1d027e4b snd_pcm_format_signed +EXPORT_SYMBOL vmlinux 0x1d08ffb3 proc_create +EXPORT_SYMBOL vmlinux 0x1d0a0ca0 rawnand_dt_parse_gpio_cs +EXPORT_SYMBOL vmlinux 0x1d10e257 mipi_dsi_turn_on_peripheral +EXPORT_SYMBOL vmlinux 0x1d1330d5 mipi_dsi_compression_mode +EXPORT_SYMBOL vmlinux 0x1d1e2040 phy_mii_ioctl +EXPORT_SYMBOL vmlinux 0x1d33910f md_bitmap_update_sb +EXPORT_SYMBOL vmlinux 0x1d44de8a xfrm_if_register_cb +EXPORT_SYMBOL vmlinux 0x1d4967a9 ndisc_mc_map +EXPORT_SYMBOL vmlinux 0x1d550b42 mark_buffer_dirty_inode +EXPORT_SYMBOL vmlinux 0x1d578f28 nf_log_register +EXPORT_SYMBOL vmlinux 0x1d5d95fc xfrm4_udp_encap_rcv +EXPORT_SYMBOL vmlinux 0x1d63861b locks_lock_inode_wait +EXPORT_SYMBOL vmlinux 0x1d796395 hdmi_drm_infoframe_pack +EXPORT_SYMBOL vmlinux 0x1d8b2754 sock_i_uid +EXPORT_SYMBOL vmlinux 0x1d901673 dquot_scan_active +EXPORT_SYMBOL vmlinux 0x1d97b3b3 kobject_get_unless_zero +EXPORT_SYMBOL vmlinux 0x1d9afccf dma_set_coherent_mask +EXPORT_SYMBOL vmlinux 0x1da77469 xfrm_input_unregister_afinfo +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 0x1e0373fc imx_scu_irq_group_enable +EXPORT_SYMBOL vmlinux 0x1e09e4af fifo_set_limit +EXPORT_SYMBOL vmlinux 0x1e0a0c24 mod_timer_pending +EXPORT_SYMBOL vmlinux 0x1e1c4856 regset_get_alloc +EXPORT_SYMBOL vmlinux 0x1e200209 set_page_dirty +EXPORT_SYMBOL vmlinux 0x1e44d3ba xfrm_policy_flush +EXPORT_SYMBOL vmlinux 0x1e4cfbb1 snd_timer_interrupt +EXPORT_SYMBOL vmlinux 0x1e6d26a8 strstr +EXPORT_SYMBOL vmlinux 0x1e96ae6a genphy_read_status +EXPORT_SYMBOL vmlinux 0x1e96f43d __cpu_possible_mask +EXPORT_SYMBOL vmlinux 0x1e9edfb7 seq_hlist_start_head_rcu +EXPORT_SYMBOL vmlinux 0x1eaaa56e blk_rq_map_user_io +EXPORT_SYMBOL vmlinux 0x1eb64646 div64_s64 +EXPORT_SYMBOL vmlinux 0x1eb776a5 input_mt_report_pointer_emulation +EXPORT_SYMBOL vmlinux 0x1ec481fb sock_queue_rcv_skb_reason +EXPORT_SYMBOL vmlinux 0x1eccd188 security_sock_graft +EXPORT_SYMBOL vmlinux 0x1edb69d6 ktime_get_raw_ts64 +EXPORT_SYMBOL vmlinux 0x1ef41b7e qcom_scm_iommu_set_pt_format +EXPORT_SYMBOL vmlinux 0x1f0019f7 security_binder_transfer_binder +EXPORT_SYMBOL vmlinux 0x1f1ef4fc pci_scan_bridge +EXPORT_SYMBOL vmlinux 0x1f34f999 msm_pinctrl_dev_pm_ops +EXPORT_SYMBOL vmlinux 0x1f3f93d0 pci_choose_state +EXPORT_SYMBOL vmlinux 0x1f44f584 param_ops_short +EXPORT_SYMBOL vmlinux 0x1f4d5778 kstrtoll_from_user +EXPORT_SYMBOL vmlinux 0x1f5857cd tc_setup_offload_action +EXPORT_SYMBOL vmlinux 0x1f589abb skb_find_text +EXPORT_SYMBOL vmlinux 0x1f777819 napi_complete_done +EXPORT_SYMBOL vmlinux 0x1f7dd99b __zerocopy_sg_from_iter +EXPORT_SYMBOL vmlinux 0x1f990876 tegra_dfll_resume +EXPORT_SYMBOL vmlinux 0x1f9d3f38 vmf_insert_pfn_prot +EXPORT_SYMBOL vmlinux 0x1fa0240f __pagevec_release +EXPORT_SYMBOL vmlinux 0x1fb8063f seq_put_decimal_ll +EXPORT_SYMBOL vmlinux 0x1fb87496 vfs_llseek +EXPORT_SYMBOL vmlinux 0x1fbd16da ip_tos2prio +EXPORT_SYMBOL vmlinux 0x1fc332d1 simple_transaction_set +EXPORT_SYMBOL vmlinux 0x1fd07fff kdb_grepping_flag +EXPORT_SYMBOL vmlinux 0x1fdd5385 nosteal_pipe_buf_ops +EXPORT_SYMBOL vmlinux 0x1fe4f0d8 get_mem_type +EXPORT_SYMBOL vmlinux 0x20000329 simple_strtoul +EXPORT_SYMBOL vmlinux 0x200036a3 ip_tunnel_metadata_cnt +EXPORT_SYMBOL vmlinux 0x20047625 pci_wait_for_pending_transaction +EXPORT_SYMBOL vmlinux 0x20070ea2 _atomic_dec_and_lock_irqsave +EXPORT_SYMBOL vmlinux 0x20072c87 vme_dma_list_add +EXPORT_SYMBOL vmlinux 0x20084094 filemap_fdatawrite +EXPORT_SYMBOL vmlinux 0x200b2041 in6addr_any +EXPORT_SYMBOL vmlinux 0x20119a94 mipi_dsi_driver_unregister +EXPORT_SYMBOL vmlinux 0x2024bd18 phy_device_free +EXPORT_SYMBOL vmlinux 0x2041a005 nand_ecc_init_ctx +EXPORT_SYMBOL vmlinux 0x20461322 skb_ensure_writable +EXPORT_SYMBOL vmlinux 0x204c19f5 tcp_alloc_md5sig_pool +EXPORT_SYMBOL vmlinux 0x204c5067 scsi_dev_info_add_list +EXPORT_SYMBOL vmlinux 0x205e64b9 make_kgid +EXPORT_SYMBOL vmlinux 0x206602b0 skb_copy_datagram_iter +EXPORT_SYMBOL vmlinux 0x2072b8b4 unregister_sysctl_table +EXPORT_SYMBOL vmlinux 0x2089c482 sock_no_mmap +EXPORT_SYMBOL vmlinux 0x208f9660 elm_decode_bch_error_page +EXPORT_SYMBOL vmlinux 0x209ee91a redirty_page_for_writepage +EXPORT_SYMBOL vmlinux 0x20a789ac irq_set_chip_data +EXPORT_SYMBOL vmlinux 0x20cbeeeb filemap_range_has_page +EXPORT_SYMBOL vmlinux 0x20ccf718 dma_resv_reserve_fences +EXPORT_SYMBOL vmlinux 0x20d65e40 fb_find_nearest_mode +EXPORT_SYMBOL vmlinux 0x20e2a899 slab_build_skb +EXPORT_SYMBOL vmlinux 0x20e48682 devfreq_add_governor +EXPORT_SYMBOL vmlinux 0x20e703d1 devfreq_update_target +EXPORT_SYMBOL vmlinux 0x20f7b2e3 ptp_find_pin +EXPORT_SYMBOL vmlinux 0x20fd2237 keyring_search +EXPORT_SYMBOL vmlinux 0x2102c074 seq_open_private +EXPORT_SYMBOL vmlinux 0x210da1e1 kill_anon_super +EXPORT_SYMBOL vmlinux 0x21110dbf mmioset +EXPORT_SYMBOL vmlinux 0x211331fa __divsi3 +EXPORT_SYMBOL vmlinux 0x2113a266 netif_napi_add_weight +EXPORT_SYMBOL vmlinux 0x211d6433 tcf_exts_change +EXPORT_SYMBOL vmlinux 0x211ee9bc qcom_scm_assign_mem +EXPORT_SYMBOL vmlinux 0x21280c8a noop_dirty_folio +EXPORT_SYMBOL vmlinux 0x212c512d posix_acl_from_xattr +EXPORT_SYMBOL vmlinux 0x213a738d memregion_alloc +EXPORT_SYMBOL vmlinux 0x213e4965 ps2_is_keyboard_id +EXPORT_SYMBOL vmlinux 0x215667b2 zstd_get_frame_header +EXPORT_SYMBOL vmlinux 0x216d759a mmiocpy +EXPORT_SYMBOL vmlinux 0x2176ce8c inet_sk_get_local_port_range +EXPORT_SYMBOL vmlinux 0x217c7efe touch_buffer +EXPORT_SYMBOL vmlinux 0x21bdb523 errseq_check_and_advance +EXPORT_SYMBOL vmlinux 0x21be37e1 hdmi_avi_infoframe_check +EXPORT_SYMBOL vmlinux 0x21e13cb3 inet_peer_xrlim_allow +EXPORT_SYMBOL vmlinux 0x21ea5251 __bitmap_weight +EXPORT_SYMBOL vmlinux 0x21ebbe46 tcp_seq_next +EXPORT_SYMBOL vmlinux 0x21f7eb8f claim_fiq +EXPORT_SYMBOL vmlinux 0x21fc295f single_release +EXPORT_SYMBOL vmlinux 0x22186b6c __hw_addr_sync_dev +EXPORT_SYMBOL vmlinux 0x2220bd48 hdmi_drm_infoframe_pack_only +EXPORT_SYMBOL vmlinux 0x22242c5b register_nexthop_notifier +EXPORT_SYMBOL vmlinux 0x2226a82e clk_hw_get_clk +EXPORT_SYMBOL vmlinux 0x222e7ce2 sysfs_streq +EXPORT_SYMBOL vmlinux 0x22486ed4 blk_pm_runtime_init +EXPORT_SYMBOL vmlinux 0x22735cdd snd_jack_set_parent +EXPORT_SYMBOL vmlinux 0x2277d558 mx53_revision +EXPORT_SYMBOL vmlinux 0x227e16e6 netif_inherit_tso_max +EXPORT_SYMBOL vmlinux 0x2286bd50 __scm_send +EXPORT_SYMBOL vmlinux 0x2292e5e8 snd_ctl_new1 +EXPORT_SYMBOL vmlinux 0x229c53b9 pci_alloc_irq_vectors +EXPORT_SYMBOL vmlinux 0x229d073f mfd_remove_devices_late +EXPORT_SYMBOL vmlinux 0x22a6cc73 mmc_detect_change +EXPORT_SYMBOL vmlinux 0x22b325d5 kd_mksound +EXPORT_SYMBOL vmlinux 0x22bd6468 skb_expand_head +EXPORT_SYMBOL vmlinux 0x22c287ec module_refcount +EXPORT_SYMBOL vmlinux 0x22cff993 tcp_v4_conn_request +EXPORT_SYMBOL vmlinux 0x22f1a16d key_revoke +EXPORT_SYMBOL vmlinux 0x22ff24ba vm_insert_page +EXPORT_SYMBOL vmlinux 0x230c5f22 dev_pm_opp_register_notifier +EXPORT_SYMBOL vmlinux 0x2310e7d6 mipi_dsi_dcs_set_tear_off +EXPORT_SYMBOL vmlinux 0x231b77c8 flow_rule_match_mpls +EXPORT_SYMBOL vmlinux 0x231cb471 rpmh_write_batch +EXPORT_SYMBOL vmlinux 0x232a0f4d max8998_read_reg +EXPORT_SYMBOL vmlinux 0x2336d65f ptp_clock_unregister +EXPORT_SYMBOL vmlinux 0x233b6c29 tcf_action_exec +EXPORT_SYMBOL vmlinux 0x233fa0ca blk_queue_segment_boundary +EXPORT_SYMBOL vmlinux 0x235990e1 snd_pcm_hw_constraint_mask64 +EXPORT_SYMBOL vmlinux 0x23619cff jiffies_64 +EXPORT_SYMBOL vmlinux 0x2364c85a tasklet_init +EXPORT_SYMBOL vmlinux 0x2368010b set_anon_super +EXPORT_SYMBOL vmlinux 0x237522ab flow_rule_match_ports +EXPORT_SYMBOL vmlinux 0x238b099f mipi_dsi_packet_format_is_short +EXPORT_SYMBOL vmlinux 0x2393c765 dev_set_threaded +EXPORT_SYMBOL vmlinux 0x2399a789 sock_no_ioctl +EXPORT_SYMBOL vmlinux 0x23afb8f5 tcp_syn_ack_timeout +EXPORT_SYMBOL vmlinux 0x23b6aacd iov_iter_single_seg_count +EXPORT_SYMBOL vmlinux 0x23b81bf9 generic_write_end +EXPORT_SYMBOL vmlinux 0x23b9d6e2 mangle_path +EXPORT_SYMBOL vmlinux 0x23e07bfe devfreq_resume_device +EXPORT_SYMBOL vmlinux 0x23e927e9 try_lookup_one_len +EXPORT_SYMBOL vmlinux 0x23f1d7a6 page_pool_ethtool_stats_get_count +EXPORT_SYMBOL vmlinux 0x23fd3028 vmalloc_node +EXPORT_SYMBOL vmlinux 0x24076775 xfrm_policy_walk_done +EXPORT_SYMBOL vmlinux 0x241012e3 genphy_c37_config_aneg +EXPORT_SYMBOL vmlinux 0x24213805 handle_edge_irq +EXPORT_SYMBOL vmlinux 0x24428be5 strncpy_from_user +EXPORT_SYMBOL vmlinux 0x24584b11 mfd_remove_devices +EXPORT_SYMBOL vmlinux 0x2459bbcc console_set_on_cmdline +EXPORT_SYMBOL vmlinux 0x246790df idr_for_each +EXPORT_SYMBOL vmlinux 0x246ea205 blake2s_update +EXPORT_SYMBOL vmlinux 0x2477e4a2 d_delete +EXPORT_SYMBOL vmlinux 0x24859b9f input_mt_report_slot_state +EXPORT_SYMBOL vmlinux 0x2495bdfe security_sk_classify_flow +EXPORT_SYMBOL vmlinux 0x24a6fcff skb_checksum_trimmed +EXPORT_SYMBOL vmlinux 0x24a94b26 snd_info_get_line +EXPORT_SYMBOL vmlinux 0x24b02261 of_io_request_and_map +EXPORT_SYMBOL vmlinux 0x24beae23 dev_open +EXPORT_SYMBOL vmlinux 0x24c4cd36 tcp_sock_set_nodelay +EXPORT_SYMBOL vmlinux 0x24d273d1 add_timer +EXPORT_SYMBOL vmlinux 0x24e1b558 seg6_hmac_compute +EXPORT_SYMBOL vmlinux 0x24e6c330 jbd2_journal_invalidate_folio +EXPORT_SYMBOL vmlinux 0x24e85cae __napi_alloc_skb +EXPORT_SYMBOL vmlinux 0x250113b4 memory_read_from_buffer +EXPORT_SYMBOL vmlinux 0x2505c078 _copy_to_iter +EXPORT_SYMBOL vmlinux 0x2509fc30 i2c_del_driver +EXPORT_SYMBOL vmlinux 0x250ef8cf fib6_info_hw_flags_set +EXPORT_SYMBOL vmlinux 0x2517453a i2c_smbus_write_i2c_block_data +EXPORT_SYMBOL vmlinux 0x251cddea netif_set_real_num_queues +EXPORT_SYMBOL vmlinux 0x252332f1 __SCK__tp_func_mmap_lock_released +EXPORT_SYMBOL vmlinux 0x25236b73 tcf_action_dump_1 +EXPORT_SYMBOL vmlinux 0x252abe86 phy_drivers_unregister +EXPORT_SYMBOL vmlinux 0x2542f185 blkdev_put +EXPORT_SYMBOL vmlinux 0x2561929f register_sound_special_device +EXPORT_SYMBOL vmlinux 0x257ae45c dma_fence_free +EXPORT_SYMBOL vmlinux 0x25820c64 fs_overflowuid +EXPORT_SYMBOL vmlinux 0x2586843b may_setattr +EXPORT_SYMBOL vmlinux 0x258d2f76 net_dim_get_tx_moderation +EXPORT_SYMBOL vmlinux 0x2590a164 pcim_enable_device +EXPORT_SYMBOL vmlinux 0x25922829 pci_msix_vec_count +EXPORT_SYMBOL vmlinux 0x2593ca38 eth_header_parse_protocol +EXPORT_SYMBOL vmlinux 0x259b93de of_count_phandle_with_args +EXPORT_SYMBOL vmlinux 0x25b33c2a fib_notifier_ops_register +EXPORT_SYMBOL vmlinux 0x25dc234c __dev_get_by_flags +EXPORT_SYMBOL vmlinux 0x25e58a09 hdmi_avi_infoframe_init +EXPORT_SYMBOL vmlinux 0x25e9d4bd resource_list_free +EXPORT_SYMBOL vmlinux 0x25fb69d0 nand_ecc_unregister_on_host_hw_engine +EXPORT_SYMBOL vmlinux 0x25febf2d kobject_add +EXPORT_SYMBOL vmlinux 0x260b1830 mark_buffer_write_io_error +EXPORT_SYMBOL vmlinux 0x260c7e01 inet_release +EXPORT_SYMBOL vmlinux 0x26149823 snd_pcm_lib_ioctl +EXPORT_SYMBOL vmlinux 0x26169b26 ip_generic_getfrag +EXPORT_SYMBOL vmlinux 0x26177e4e vfs_getattr_nosec +EXPORT_SYMBOL vmlinux 0x263a2a0f rproc_alloc +EXPORT_SYMBOL vmlinux 0x263aafe0 key_validate +EXPORT_SYMBOL vmlinux 0x263beb75 ecryptfs_get_versions +EXPORT_SYMBOL vmlinux 0x2640a3c0 scsi_host_get +EXPORT_SYMBOL vmlinux 0x266fd465 genlmsg_put +EXPORT_SYMBOL vmlinux 0x2688ec10 bitmap_zalloc +EXPORT_SYMBOL vmlinux 0x26897b52 mb_cache_entry_get +EXPORT_SYMBOL vmlinux 0x26a9a7e8 ip_sock_set_tos +EXPORT_SYMBOL vmlinux 0x26ab376e do_SAK +EXPORT_SYMBOL vmlinux 0x26af2f1d md_write_inc +EXPORT_SYMBOL vmlinux 0x26bb950b __kfifo_from_user_r +EXPORT_SYMBOL vmlinux 0x270ac400 sg_pcopy_to_buffer +EXPORT_SYMBOL vmlinux 0x270cf88f dump_stack_lvl +EXPORT_SYMBOL vmlinux 0x270e18ac qdisc_hash_del +EXPORT_SYMBOL vmlinux 0x2726c0ca tcf_block_put +EXPORT_SYMBOL vmlinux 0x272f0f88 ip_mc_leave_group +EXPORT_SYMBOL vmlinux 0x2733eaf7 scsi_dev_info_list_add_keyed +EXPORT_SYMBOL vmlinux 0x27479d14 param_free_charp +EXPORT_SYMBOL vmlinux 0x274c1c86 inet_sendmsg +EXPORT_SYMBOL vmlinux 0x275f1202 __starget_for_each_device +EXPORT_SYMBOL vmlinux 0x275f3d49 hdmi_vendor_infoframe_check +EXPORT_SYMBOL vmlinux 0x276a3a44 irq_stat +EXPORT_SYMBOL vmlinux 0x27756bc8 scsi_sanitize_inquiry_string +EXPORT_SYMBOL vmlinux 0x2782b393 xfrm_state_walk_init +EXPORT_SYMBOL vmlinux 0x27864d57 memparse +EXPORT_SYMBOL vmlinux 0x27b64fdd pci_bus_assign_resources +EXPORT_SYMBOL vmlinux 0x27bbf221 disable_irq_nosync +EXPORT_SYMBOL vmlinux 0x27c40812 inet_protos +EXPORT_SYMBOL vmlinux 0x27dcb011 flow_rule_match_enc_ipv6_addrs +EXPORT_SYMBOL vmlinux 0x28012701 md_integrity_add_rdev +EXPORT_SYMBOL vmlinux 0x28118cb6 __get_user_1 +EXPORT_SYMBOL vmlinux 0x281823c5 __kfifo_out_peek +EXPORT_SYMBOL vmlinux 0x2873438a zstd_init_dctx +EXPORT_SYMBOL vmlinux 0x2875a315 utf32_to_utf8 +EXPORT_SYMBOL vmlinux 0x2876f472 pci_disable_msi +EXPORT_SYMBOL vmlinux 0x2878e15a idr_destroy +EXPORT_SYMBOL vmlinux 0x287a63a9 ps2_init +EXPORT_SYMBOL vmlinux 0x2892f019 iov_iter_pipe +EXPORT_SYMBOL vmlinux 0x289a2936 bdi_unregister +EXPORT_SYMBOL vmlinux 0x28a4b30f cont_write_begin +EXPORT_SYMBOL vmlinux 0x28a8fee4 tty_wait_until_sent +EXPORT_SYMBOL vmlinux 0x28ad594d mq_change_real_num_tx +EXPORT_SYMBOL vmlinux 0x28bf8665 fscrypt_setup_filename +EXPORT_SYMBOL vmlinux 0x28e7982a twl6040_reg_write +EXPORT_SYMBOL vmlinux 0x28e8cacd devfreq_update_interval +EXPORT_SYMBOL vmlinux 0x28f94604 __ubsan_handle_builtin_unreachable +EXPORT_SYMBOL vmlinux 0x28fd346e generic_remap_file_range_prep +EXPORT_SYMBOL vmlinux 0x28febebc neigh_ifdown +EXPORT_SYMBOL vmlinux 0x290660a1 mmc_sw_reset +EXPORT_SYMBOL vmlinux 0x290f74c9 snd_device_new +EXPORT_SYMBOL vmlinux 0x29155793 fwnode_irq_get +EXPORT_SYMBOL vmlinux 0x2952b6c0 serio_unregister_child_port +EXPORT_SYMBOL vmlinux 0x2958c498 pcie_set_readrq +EXPORT_SYMBOL vmlinux 0x295b038b inet_add_protocol +EXPORT_SYMBOL vmlinux 0x295cd297 netdev_bind_sb_channel_queue +EXPORT_SYMBOL vmlinux 0x29604158 napi_busy_loop +EXPORT_SYMBOL vmlinux 0x29898fb3 snd_card_free +EXPORT_SYMBOL vmlinux 0x2995423b rtc_add_group +EXPORT_SYMBOL vmlinux 0x29a47fe9 dma_fence_wait_any_timeout +EXPORT_SYMBOL vmlinux 0x29cfbf8e input_mt_destroy_slots +EXPORT_SYMBOL vmlinux 0x29d9f26e cancel_delayed_work_sync +EXPORT_SYMBOL vmlinux 0x29e1b21c max8925_reg_write +EXPORT_SYMBOL vmlinux 0x29ff7d9b nf_getsockopt +EXPORT_SYMBOL vmlinux 0x2a1d8ff6 dquot_load_quota_sb +EXPORT_SYMBOL vmlinux 0x2a23b125 d_path +EXPORT_SYMBOL vmlinux 0x2a303d4d check_signature +EXPORT_SYMBOL vmlinux 0x2a3aa678 _test_and_clear_bit +EXPORT_SYMBOL vmlinux 0x2a44f047 i2c_smbus_xfer +EXPORT_SYMBOL vmlinux 0x2a57ee77 iommu_put_resv_regions +EXPORT_SYMBOL vmlinux 0x2a582296 csum_and_copy_from_iter +EXPORT_SYMBOL vmlinux 0x2a6a5aac sockopt_capable +EXPORT_SYMBOL vmlinux 0x2a77643b configfs_register_default_group +EXPORT_SYMBOL vmlinux 0x2a7f414b sk_stop_timer_sync +EXPORT_SYMBOL vmlinux 0x2a825896 flush_dcache_page +EXPORT_SYMBOL vmlinux 0x2a8e551d blk_set_stacking_limits +EXPORT_SYMBOL vmlinux 0x2a928918 slhc_free +EXPORT_SYMBOL vmlinux 0x2a9a3905 vme_master_get +EXPORT_SYMBOL vmlinux 0x2aa0e4fc strncasecmp +EXPORT_SYMBOL vmlinux 0x2ab996a0 md_bitmap_end_sync +EXPORT_SYMBOL vmlinux 0x2ac1f3fe zpool_register_driver +EXPORT_SYMBOL vmlinux 0x2ac503c1 dentry_open +EXPORT_SYMBOL vmlinux 0x2ad2af94 __mdiobus_register +EXPORT_SYMBOL vmlinux 0x2ae304dc dma_fence_array_next +EXPORT_SYMBOL vmlinux 0x2af4b929 sock_no_getname +EXPORT_SYMBOL vmlinux 0x2b1febba tty_devnum +EXPORT_SYMBOL vmlinux 0x2b45fd28 skb_eth_push +EXPORT_SYMBOL vmlinux 0x2b61eef0 inode_init_once +EXPORT_SYMBOL vmlinux 0x2b774126 md_check_no_bitmap +EXPORT_SYMBOL vmlinux 0x2b7993a3 __inet_stream_connect +EXPORT_SYMBOL vmlinux 0x2b96283a tcp_inbound_md5_hash +EXPORT_SYMBOL vmlinux 0x2b99722a __cpu_active_mask +EXPORT_SYMBOL vmlinux 0x2b9da7a4 genl_lock +EXPORT_SYMBOL vmlinux 0x2b9dc73f netpoll_poll_dev +EXPORT_SYMBOL vmlinux 0x2ba7b76a unregister_framebuffer +EXPORT_SYMBOL vmlinux 0x2bae3ab6 generic_pipe_buf_release +EXPORT_SYMBOL vmlinux 0x2bd93f0e sock_release +EXPORT_SYMBOL vmlinux 0x2be2b501 sync_file_create +EXPORT_SYMBOL vmlinux 0x2bf94c29 xfrm_state_flush +EXPORT_SYMBOL vmlinux 0x2bff5887 xa_destroy +EXPORT_SYMBOL vmlinux 0x2c1988cd neigh_changeaddr +EXPORT_SYMBOL vmlinux 0x2c1a5a78 mdiobus_read +EXPORT_SYMBOL vmlinux 0x2c1dfcb5 param_get_dyndbg_classes +EXPORT_SYMBOL vmlinux 0x2c1f0317 reuseport_attach_prog +EXPORT_SYMBOL vmlinux 0x2c2126a8 flow_block_cb_alloc +EXPORT_SYMBOL vmlinux 0x2c256e1f input_scancode_to_scalar +EXPORT_SYMBOL vmlinux 0x2c329e54 tegra_powergate_sequence_power_up +EXPORT_SYMBOL vmlinux 0x2c335cb9 dma_unmap_page_attrs +EXPORT_SYMBOL vmlinux 0x2c35e870 register_mii_timestamper +EXPORT_SYMBOL vmlinux 0x2c421aed dma_map_page_attrs +EXPORT_SYMBOL vmlinux 0x2c42a97b _raw_write_lock_irq +EXPORT_SYMBOL vmlinux 0x2c47f7db kmem_cache_alloc_lru +EXPORT_SYMBOL vmlinux 0x2c482c9e dns_query +EXPORT_SYMBOL vmlinux 0x2c5cfcad qdisc_offload_dump_helper +EXPORT_SYMBOL vmlinux 0x2c6026fb jbd2_wait_inode_data +EXPORT_SYMBOL vmlinux 0x2c6b6974 __wait_on_bit_lock +EXPORT_SYMBOL vmlinux 0x2c7320e3 pci_alloc_irq_vectors_affinity +EXPORT_SYMBOL vmlinux 0x2c7c8e9a pcibios_min_mem +EXPORT_SYMBOL vmlinux 0x2c812b9d folio_account_redirty +EXPORT_SYMBOL vmlinux 0x2c81ec75 __irq_regs +EXPORT_SYMBOL vmlinux 0x2c82c36a security_secmark_relabel_packet +EXPORT_SYMBOL vmlinux 0x2cabfb50 input_set_poll_interval +EXPORT_SYMBOL vmlinux 0x2cbc408e iget_locked +EXPORT_SYMBOL vmlinux 0x2ccde180 __find_get_block +EXPORT_SYMBOL vmlinux 0x2cd1b4df vlan_vid_add +EXPORT_SYMBOL vmlinux 0x2cd8b0aa cros_ec_query_all +EXPORT_SYMBOL vmlinux 0x2cf42ade rproc_of_parse_firmware +EXPORT_SYMBOL vmlinux 0x2cf95c9e md_bitmap_endwrite +EXPORT_SYMBOL vmlinux 0x2cfde9a2 warn_slowpath_fmt +EXPORT_SYMBOL vmlinux 0x2cfe1c3d t10_pi_type3_ip +EXPORT_SYMBOL vmlinux 0x2d087152 __module_put_and_kthread_exit +EXPORT_SYMBOL vmlinux 0x2d132314 blk_mq_start_hw_queues +EXPORT_SYMBOL vmlinux 0x2d140a58 genl_unlock +EXPORT_SYMBOL vmlinux 0x2d21bf4c config_group_init +EXPORT_SYMBOL vmlinux 0x2d22843d dquot_initialize_needed +EXPORT_SYMBOL vmlinux 0x2d30596c from_kqid_munged +EXPORT_SYMBOL vmlinux 0x2d3385d3 system_wq +EXPORT_SYMBOL vmlinux 0x2d39b0a7 kstrdup +EXPORT_SYMBOL vmlinux 0x2d3b096d dquot_get_next_id +EXPORT_SYMBOL vmlinux 0x2d4472c2 zstd_find_frame_compressed_size +EXPORT_SYMBOL vmlinux 0x2d49e23f mipi_dsi_dcs_set_pixel_format +EXPORT_SYMBOL vmlinux 0x2d4c773a hdmi_spd_infoframe_init +EXPORT_SYMBOL vmlinux 0x2d4daef5 find_font +EXPORT_SYMBOL vmlinux 0x2d6fcc06 __kmalloc +EXPORT_SYMBOL vmlinux 0x2d82cbea input_close_device +EXPORT_SYMBOL vmlinux 0x2d912bca dmi_get_bios_year +EXPORT_SYMBOL vmlinux 0x2d913c48 page_zero_new_buffers +EXPORT_SYMBOL vmlinux 0x2d994605 security_inode_copy_up_xattr +EXPORT_SYMBOL vmlinux 0x2db31c92 give_up_console +EXPORT_SYMBOL vmlinux 0x2db58ee5 ip_setsockopt +EXPORT_SYMBOL vmlinux 0x2dc51b61 dev_uc_add +EXPORT_SYMBOL vmlinux 0x2dcaaae5 configfs_unregister_default_group +EXPORT_SYMBOL vmlinux 0x2dcba778 mntput +EXPORT_SYMBOL vmlinux 0x2dcbc782 snd_sgbuf_get_page +EXPORT_SYMBOL vmlinux 0x2dcc41d4 touchscreen_parse_properties +EXPORT_SYMBOL vmlinux 0x2dda4242 xfrm_register_type_offload +EXPORT_SYMBOL vmlinux 0x2de125c0 page_frag_alloc_align +EXPORT_SYMBOL vmlinux 0x2de6f051 free_mdio_bitbang +EXPORT_SYMBOL vmlinux 0x2ded929c simple_get_link +EXPORT_SYMBOL vmlinux 0x2dfdc622 bioset_exit +EXPORT_SYMBOL vmlinux 0x2e110960 __phy_read_mmd +EXPORT_SYMBOL vmlinux 0x2e123789 nla_reserve_64bit +EXPORT_SYMBOL vmlinux 0x2e1ca751 clk_put +EXPORT_SYMBOL vmlinux 0x2e2b4188 truncate_inode_pages_final +EXPORT_SYMBOL vmlinux 0x2e2be92a pci_find_next_bus +EXPORT_SYMBOL vmlinux 0x2e439142 drm_get_panel_orientation_quirk +EXPORT_SYMBOL vmlinux 0x2e461f43 dev_activate +EXPORT_SYMBOL vmlinux 0x2e4ef2b5 mmc_free_host +EXPORT_SYMBOL vmlinux 0x2e521922 filemap_dirty_folio +EXPORT_SYMBOL vmlinux 0x2e5319f6 __dev_queue_xmit +EXPORT_SYMBOL vmlinux 0x2e5d334b dma_resv_init +EXPORT_SYMBOL vmlinux 0x2e953441 rproc_elf_sanity_check +EXPORT_SYMBOL vmlinux 0x2eadf9a3 unlock_buffer +EXPORT_SYMBOL vmlinux 0x2ec524ad __kfifo_in_r +EXPORT_SYMBOL vmlinux 0x2ec6bba0 errseq_set +EXPORT_SYMBOL vmlinux 0x2ee12fad bmap +EXPORT_SYMBOL vmlinux 0x2eedd92d xfrm_dev_policy_flush +EXPORT_SYMBOL vmlinux 0x2ef0121f phy_config_aneg +EXPORT_SYMBOL vmlinux 0x2f0233ff try_to_free_buffers +EXPORT_SYMBOL vmlinux 0x2f03fc4b security_secmark_refcount_inc +EXPORT_SYMBOL vmlinux 0x2f1223ea netdev_refcnt_read +EXPORT_SYMBOL vmlinux 0x2f1bb68e pm860x_page_reg_write +EXPORT_SYMBOL vmlinux 0x2f204667 skb_copy_and_csum_datagram_msg +EXPORT_SYMBOL vmlinux 0x2f27043f vme_lm_request +EXPORT_SYMBOL vmlinux 0x2f2e91b2 security_ib_alloc_security +EXPORT_SYMBOL vmlinux 0x2f333aab imx_scu_get_handle +EXPORT_SYMBOL vmlinux 0x2f42511e kern_unmount_array +EXPORT_SYMBOL vmlinux 0x2f50cbf5 proc_doulongvec_minmax +EXPORT_SYMBOL vmlinux 0x2f5b0fdb gen_pool_alloc_algo_owner +EXPORT_SYMBOL vmlinux 0x2f6368be register_framebuffer +EXPORT_SYMBOL vmlinux 0x2f6957bd zstd_end_stream +EXPORT_SYMBOL vmlinux 0x2f73b258 blk_mq_kick_requeue_list +EXPORT_SYMBOL vmlinux 0x2f826bb4 __vlan_find_dev_deep_rcu +EXPORT_SYMBOL vmlinux 0x2f858d8d inet_csk_reqsk_queue_add +EXPORT_SYMBOL vmlinux 0x2f998939 pci_prepare_to_sleep +EXPORT_SYMBOL vmlinux 0x2f9ea4f4 unregister_netdevice_notifier_dev_net +EXPORT_SYMBOL vmlinux 0x2fb640fa inode_set_bytes +EXPORT_SYMBOL vmlinux 0x2fb92b5a sock_kmalloc +EXPORT_SYMBOL vmlinux 0x2fcc35a4 write_dirty_buffer +EXPORT_SYMBOL vmlinux 0x2fe1a376 dev_get_iflink +EXPORT_SYMBOL vmlinux 0x2fe252cc unregister_inet6addr_notifier +EXPORT_SYMBOL vmlinux 0x2ffabf39 component_match_add_release +EXPORT_SYMBOL vmlinux 0x301374c3 request_key_rcu +EXPORT_SYMBOL vmlinux 0x3015c0c6 inet_dgram_connect +EXPORT_SYMBOL vmlinux 0x3029826a security_sctp_assoc_request +EXPORT_SYMBOL vmlinux 0x302e4630 logfc +EXPORT_SYMBOL vmlinux 0x303d9b17 clear_page_dirty_for_io +EXPORT_SYMBOL vmlinux 0x30730275 submit_bio +EXPORT_SYMBOL vmlinux 0x30745185 wait_for_completion_interruptible +EXPORT_SYMBOL vmlinux 0x3087368a nla_reserve_nohdr +EXPORT_SYMBOL vmlinux 0x3096be16 names_cachep +EXPORT_SYMBOL vmlinux 0x309e05cd mipi_dsi_device_unregister +EXPORT_SYMBOL vmlinux 0x30a80826 __kfifo_from_user +EXPORT_SYMBOL vmlinux 0x30acfde9 hsiphash_2u32 +EXPORT_SYMBOL vmlinux 0x30ad7ee0 blk_mq_run_hw_queues +EXPORT_SYMBOL vmlinux 0x30b2f609 sk_filter_trim_cap +EXPORT_SYMBOL vmlinux 0x30b342d1 scsi_remove_device +EXPORT_SYMBOL vmlinux 0x30b3e04b security_inode_copy_up +EXPORT_SYMBOL vmlinux 0x30c48945 __traceiter_module_get +EXPORT_SYMBOL vmlinux 0x30d65365 tegra_dfll_runtime_suspend +EXPORT_SYMBOL vmlinux 0x30d9a471 gen_pool_create +EXPORT_SYMBOL vmlinux 0x30dd4f96 folio_add_lru +EXPORT_SYMBOL vmlinux 0x30e11a72 release_and_free_resource +EXPORT_SYMBOL vmlinux 0x30f06ad6 free_netdev +EXPORT_SYMBOL vmlinux 0x310260dd skb_dump +EXPORT_SYMBOL vmlinux 0x3126a9e8 siphash_1u64 +EXPORT_SYMBOL vmlinux 0x312ed932 verify_spi_info +EXPORT_SYMBOL vmlinux 0x3143092b mdiobus_free +EXPORT_SYMBOL vmlinux 0x314b20c8 scnprintf +EXPORT_SYMBOL vmlinux 0x314dc9da get_ipc_ns_exported +EXPORT_SYMBOL vmlinux 0x317e1fb5 pci_release_selected_regions +EXPORT_SYMBOL vmlinux 0x317ee869 elv_rb_latter_request +EXPORT_SYMBOL vmlinux 0x31835000 vmap +EXPORT_SYMBOL vmlinux 0x31920b92 clean_bdev_aliases +EXPORT_SYMBOL vmlinux 0x31977c99 __fs_parse +EXPORT_SYMBOL vmlinux 0x31a4767f qcom_scm_hdcp_available +EXPORT_SYMBOL vmlinux 0x31a966eb tcp_mtu_to_mss +EXPORT_SYMBOL vmlinux 0x31ae8bf8 __block_write_begin +EXPORT_SYMBOL vmlinux 0x31b768b6 dump_skip_to +EXPORT_SYMBOL vmlinux 0x31ba8915 nexthop_set_hw_flags +EXPORT_SYMBOL vmlinux 0x31d0db4b __invalidate_device +EXPORT_SYMBOL vmlinux 0x31d4c732 scsi_command_normalize_sense +EXPORT_SYMBOL vmlinux 0x320ac1b2 elv_bio_merge_ok +EXPORT_SYMBOL vmlinux 0x3221df67 __bitmap_subset +EXPORT_SYMBOL vmlinux 0x322be085 skb_seq_read +EXPORT_SYMBOL vmlinux 0x322fb9b2 bio_split_to_limits +EXPORT_SYMBOL vmlinux 0x32368d3a pci_irq_get_affinity +EXPORT_SYMBOL vmlinux 0x32394d4b qe_issue_cmd +EXPORT_SYMBOL vmlinux 0x32430023 _totalhigh_pages +EXPORT_SYMBOL vmlinux 0x324ee6c8 dev_uc_unsync +EXPORT_SYMBOL vmlinux 0x325111fc rproc_elf_load_segments +EXPORT_SYMBOL vmlinux 0x326221a4 of_find_i2c_device_by_node +EXPORT_SYMBOL vmlinux 0x32654d43 clkdev_drop +EXPORT_SYMBOL vmlinux 0x3270e31d crypto_kdf108_setkey +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 0x328a05f1 strncpy +EXPORT_SYMBOL vmlinux 0x328c42d6 fault_in_iov_iter_writeable +EXPORT_SYMBOL vmlinux 0x32942b68 ip4_datagram_connect +EXPORT_SYMBOL vmlinux 0x32a46329 sock_cmsg_send +EXPORT_SYMBOL vmlinux 0x32b25df4 xfrm_policy_insert +EXPORT_SYMBOL vmlinux 0x32c0fe01 vme_bus_num +EXPORT_SYMBOL vmlinux 0x32ce3777 radix_tree_preload +EXPORT_SYMBOL vmlinux 0x33000c16 kernel_getsockname +EXPORT_SYMBOL vmlinux 0x332079c7 sock_wfree +EXPORT_SYMBOL vmlinux 0x33214690 config_item_init_type_name +EXPORT_SYMBOL vmlinux 0x3331a986 module_put +EXPORT_SYMBOL vmlinux 0x336b5b03 __pci_register_driver +EXPORT_SYMBOL vmlinux 0x3374211c tegra_ivc_read_get_next_frame +EXPORT_SYMBOL vmlinux 0x33808bfe ppp_dev_name +EXPORT_SYMBOL vmlinux 0x338fb288 tegra_ivc_read_advance +EXPORT_SYMBOL vmlinux 0x33966077 of_match_node +EXPORT_SYMBOL vmlinux 0x339d1fe2 skb_append +EXPORT_SYMBOL vmlinux 0x33a05b2d twl6040_get_pll +EXPORT_SYMBOL vmlinux 0x33a49b2a tcp_v4_send_check +EXPORT_SYMBOL vmlinux 0x33b025a9 dcbnl_cee_notify +EXPORT_SYMBOL vmlinux 0x33b93afb jbd2_fc_begin_commit +EXPORT_SYMBOL vmlinux 0x33c26775 genphy_read_lpa +EXPORT_SYMBOL vmlinux 0x33c8ce04 device_get_ethdev_address +EXPORT_SYMBOL vmlinux 0x33d447e3 page_readlink +EXPORT_SYMBOL vmlinux 0x33dbfd93 tcp_memory_allocated +EXPORT_SYMBOL vmlinux 0x33ec0c18 phy_ethtool_ksettings_get +EXPORT_SYMBOL vmlinux 0x33f0768c cpufreq_quick_get_max +EXPORT_SYMBOL vmlinux 0x33f31e89 scsi_partsize +EXPORT_SYMBOL vmlinux 0x33f8a72f mr_rtm_dumproute +EXPORT_SYMBOL vmlinux 0x33fcb540 gnet_stats_copy_app +EXPORT_SYMBOL vmlinux 0x34051d62 send_sig +EXPORT_SYMBOL vmlinux 0x341dbfa3 __per_cpu_offset +EXPORT_SYMBOL vmlinux 0x343fc5f3 __sk_receive_skb +EXPORT_SYMBOL vmlinux 0x3445dcc6 tty_unregister_ldisc +EXPORT_SYMBOL vmlinux 0x3486bb90 unregister_mii_tstamp_controller +EXPORT_SYMBOL vmlinux 0x3487dcc2 get_tree_single_reconf +EXPORT_SYMBOL vmlinux 0x349b4277 xa_clear_mark +EXPORT_SYMBOL vmlinux 0x349cba85 strchr +EXPORT_SYMBOL vmlinux 0x34a04d71 radix_tree_delete_item +EXPORT_SYMBOL vmlinux 0x34aeb7ea vfs_rename +EXPORT_SYMBOL vmlinux 0x34c068dd ucc_slow_restart_tx +EXPORT_SYMBOL vmlinux 0x34c7cdbc lookup_bdev +EXPORT_SYMBOL vmlinux 0x34ca145c kstrtou8_from_user +EXPORT_SYMBOL vmlinux 0x34eba928 serio_bus +EXPORT_SYMBOL vmlinux 0x34f20f95 _atomic_dec_and_raw_lock +EXPORT_SYMBOL vmlinux 0x34f3484e security_tun_dev_attach_queue +EXPORT_SYMBOL vmlinux 0x34f9bc8b device_add_disk +EXPORT_SYMBOL vmlinux 0x34fa313e phy_device_remove +EXPORT_SYMBOL vmlinux 0x34fdc7c2 current_time +EXPORT_SYMBOL vmlinux 0x3517383e register_reboot_notifier +EXPORT_SYMBOL vmlinux 0x351bc5f0 nf_unregister_net_hook +EXPORT_SYMBOL vmlinux 0x352c05d9 release_resource +EXPORT_SYMBOL vmlinux 0x353e3fa5 __get_user_4 +EXPORT_SYMBOL vmlinux 0x354acadf genphy_read_mmd_unsupported +EXPORT_SYMBOL vmlinux 0x354ae678 gro_find_receive_by_type +EXPORT_SYMBOL vmlinux 0x3560e651 kmemdup_nul +EXPORT_SYMBOL vmlinux 0x356461c8 rtc_time64_to_tm +EXPORT_SYMBOL vmlinux 0x3576fe06 cgroup_bpf_enabled_key +EXPORT_SYMBOL vmlinux 0x35a88f28 zlib_inflateInit2 +EXPORT_SYMBOL vmlinux 0x35b67d17 nand_ecc_get_on_die_hw_engine +EXPORT_SYMBOL vmlinux 0x35cfb709 locks_remove_posix +EXPORT_SYMBOL vmlinux 0x35e0b1ac xfrm_state_check_expire +EXPORT_SYMBOL vmlinux 0x35ea78f5 atomic_io_modify_relaxed +EXPORT_SYMBOL vmlinux 0x35ed47d3 uart_update_timeout +EXPORT_SYMBOL vmlinux 0x360b1afe probe_irq_mask +EXPORT_SYMBOL vmlinux 0x3612c10f tmio_core_mmc_enable +EXPORT_SYMBOL vmlinux 0x363064fb __dec_node_page_state +EXPORT_SYMBOL vmlinux 0x363262a6 folio_mark_accessed +EXPORT_SYMBOL vmlinux 0x36376632 sock_init_data_uid +EXPORT_SYMBOL vmlinux 0x3645c99d pid_task +EXPORT_SYMBOL vmlinux 0x365590d7 nand_ecc_finish_io_req +EXPORT_SYMBOL vmlinux 0x365acda7 set_normalized_timespec64 +EXPORT_SYMBOL vmlinux 0x365e7911 kstrdup_const +EXPORT_SYMBOL vmlinux 0x3673cdc5 serial8250_register_8250_port +EXPORT_SYMBOL vmlinux 0x36827c08 jbd2_journal_inode_ranged_wait +EXPORT_SYMBOL vmlinux 0x3684367c read_cache_page +EXPORT_SYMBOL vmlinux 0x368ab734 rproc_elf_find_loaded_rsc_table +EXPORT_SYMBOL vmlinux 0x368bb1bb fscrypt_decrypt_pagecache_blocks +EXPORT_SYMBOL vmlinux 0x3694bbbf nand_monolithic_write_page_raw +EXPORT_SYMBOL vmlinux 0x36992fd8 pcie_get_mps +EXPORT_SYMBOL vmlinux 0x36a102aa flow_rule_match_pppoe +EXPORT_SYMBOL vmlinux 0x36a6e3d7 eth_gro_complete +EXPORT_SYMBOL vmlinux 0x36af5e35 bpf_sk_lookup_enabled +EXPORT_SYMBOL vmlinux 0x36afe431 key_type_keyring +EXPORT_SYMBOL vmlinux 0x36b4332e __i2c_transfer +EXPORT_SYMBOL vmlinux 0x36c0911e ip_sock_set_mtu_discover +EXPORT_SYMBOL vmlinux 0x36c799b2 nf_hook_slow +EXPORT_SYMBOL vmlinux 0x36d69557 ipv6_flowlabel_exclusive +EXPORT_SYMBOL vmlinux 0x36e58c32 dmam_pool_create +EXPORT_SYMBOL vmlinux 0x36ecfc6c xfrm_state_alloc +EXPORT_SYMBOL vmlinux 0x36f2c286 __skb_warn_lro_forwarding +EXPORT_SYMBOL vmlinux 0x36f2ee3f setup_arg_pages +EXPORT_SYMBOL vmlinux 0x36f70e89 block_page_mkwrite +EXPORT_SYMBOL vmlinux 0x371e1953 __printk_cpu_sync_wait +EXPORT_SYMBOL vmlinux 0x373935d0 ip6_dst_alloc +EXPORT_SYMBOL vmlinux 0x3744cf36 vmalloc_to_pfn +EXPORT_SYMBOL vmlinux 0x3755f990 gf128mul_init_64k_bbe +EXPORT_SYMBOL vmlinux 0x377498e4 zstd_dctx_workspace_bound +EXPORT_SYMBOL vmlinux 0x377a7ec4 netdev_core_stats_alloc +EXPORT_SYMBOL vmlinux 0x3796bdcc snd_pcm_format_little_endian +EXPORT_SYMBOL vmlinux 0x37befc70 jiffies_to_msecs +EXPORT_SYMBOL vmlinux 0x37cb35e2 fs_param_is_u32 +EXPORT_SYMBOL vmlinux 0x37cdfa6a netif_tx_stop_all_queues +EXPORT_SYMBOL vmlinux 0x37db8f19 dmi_get_date +EXPORT_SYMBOL vmlinux 0x37ef5658 reuseport_detach_prog +EXPORT_SYMBOL vmlinux 0x37f614b7 __kfifo_len_r +EXPORT_SYMBOL vmlinux 0x3811dc8c i2c_put_adapter +EXPORT_SYMBOL vmlinux 0x3818c321 __module_get +EXPORT_SYMBOL vmlinux 0x381a798a setup_max_cpus +EXPORT_SYMBOL vmlinux 0x3823508c nand_ecc_put_on_host_hw_engine +EXPORT_SYMBOL vmlinux 0x3825072b read_cache_folio +EXPORT_SYMBOL vmlinux 0x3840f1fc netdev_adjacent_change_prepare +EXPORT_SYMBOL vmlinux 0x3842b3a6 unix_gc_lock +EXPORT_SYMBOL vmlinux 0x384a644f __hw_addr_unsync_dev +EXPORT_SYMBOL vmlinux 0x3854774b kstrtoll +EXPORT_SYMBOL vmlinux 0x3860fed1 input_register_handler +EXPORT_SYMBOL vmlinux 0x3862c0fd xsk_set_tx_need_wakeup +EXPORT_SYMBOL vmlinux 0x386afa4c vm_map_ram +EXPORT_SYMBOL vmlinux 0x386d9ce9 radix_tree_lookup +EXPORT_SYMBOL vmlinux 0x38826627 sock_no_bind +EXPORT_SYMBOL vmlinux 0x38869d88 kstat +EXPORT_SYMBOL vmlinux 0x3889e93d pm8606_osc_enable +EXPORT_SYMBOL vmlinux 0x388f5f65 phy_ethtool_get_strings +EXPORT_SYMBOL vmlinux 0x3891ffc8 ecryptfs_fill_auth_tok +EXPORT_SYMBOL vmlinux 0x389704c9 mmc_hw_reset +EXPORT_SYMBOL vmlinux 0x389acf0c gpmc_configure +EXPORT_SYMBOL vmlinux 0x389ecf9e __bswapdi2 +EXPORT_SYMBOL vmlinux 0x389efd72 mmc_run_bkops +EXPORT_SYMBOL vmlinux 0x38a71b7e pci_free_resource_list +EXPORT_SYMBOL vmlinux 0x38a9f7c5 in6addr_loopback +EXPORT_SYMBOL vmlinux 0x38c08eaa skb_put +EXPORT_SYMBOL vmlinux 0x38d0fb2e jbd2_journal_lock_updates +EXPORT_SYMBOL vmlinux 0x38d6797c revert_creds +EXPORT_SYMBOL vmlinux 0x38e0f35c devm_extcon_register_notifier +EXPORT_SYMBOL vmlinux 0x3907d2f5 nand_read_page_raw +EXPORT_SYMBOL vmlinux 0x3939f8f0 rfkill_pause_polling +EXPORT_SYMBOL vmlinux 0x39461d6a in_egroup_p +EXPORT_SYMBOL vmlinux 0x394a1e11 phy_sfp_attach +EXPORT_SYMBOL vmlinux 0x3955bf20 get_mem_cgroup_from_mm +EXPORT_SYMBOL vmlinux 0x396ab2f9 setattr_copy +EXPORT_SYMBOL vmlinux 0x3971b4df snd_ecards_limit +EXPORT_SYMBOL vmlinux 0x397d28bc mount_nodev +EXPORT_SYMBOL vmlinux 0x3992bc63 __xa_set_mark +EXPORT_SYMBOL vmlinux 0x39991865 icmp_global_allow +EXPORT_SYMBOL vmlinux 0x39a984ec phy_remove_link_mode +EXPORT_SYMBOL vmlinux 0x39b86397 bdi_alloc +EXPORT_SYMBOL vmlinux 0x39bb870c __vcalloc +EXPORT_SYMBOL vmlinux 0x39bf4d20 locks_copy_conflock +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 0x39cd3734 pci_dev_get +EXPORT_SYMBOL vmlinux 0x39d74d30 snd_ctl_find_numid +EXPORT_SYMBOL vmlinux 0x39fc4086 __traceiter_kmem_cache_free +EXPORT_SYMBOL vmlinux 0x3a003be0 ptp_cancel_worker_sync +EXPORT_SYMBOL vmlinux 0x3a060f54 phy_do_ioctl +EXPORT_SYMBOL vmlinux 0x3a4f9d28 rng_is_initialized +EXPORT_SYMBOL vmlinux 0x3a659cba begin_new_exec +EXPORT_SYMBOL vmlinux 0x3a7ae358 devm_devfreq_remove_device +EXPORT_SYMBOL vmlinux 0x3a84fed3 utf8_casefold +EXPORT_SYMBOL vmlinux 0x3a863c9b blk_mq_start_request +EXPORT_SYMBOL vmlinux 0x3a8d744b vfs_parse_fs_param +EXPORT_SYMBOL vmlinux 0x3a90e6f4 netdev_err +EXPORT_SYMBOL vmlinux 0x3ab28948 console_srcu_read_lock +EXPORT_SYMBOL vmlinux 0x3ab7b1cc scsi_set_sense_field_pointer +EXPORT_SYMBOL vmlinux 0x3ac12fdb fwnode_iomap +EXPORT_SYMBOL vmlinux 0x3ace3760 security_sock_rcv_skb +EXPORT_SYMBOL vmlinux 0x3ad0ba42 fuse_dequeue_forget +EXPORT_SYMBOL vmlinux 0x3ad6fd8e krait_get_l2_indirect_reg +EXPORT_SYMBOL vmlinux 0x3b0de37e pci_scan_single_device +EXPORT_SYMBOL vmlinux 0x3b299067 percpu_counter_set +EXPORT_SYMBOL vmlinux 0x3b35c351 tcf_generic_walker +EXPORT_SYMBOL vmlinux 0x3b3a29bf uart_get_divisor +EXPORT_SYMBOL vmlinux 0x3b40879d check_zeroed_user +EXPORT_SYMBOL vmlinux 0x3b43d4ed mod_node_page_state +EXPORT_SYMBOL vmlinux 0x3b4a1dc8 unregister_shrinker +EXPORT_SYMBOL vmlinux 0x3b4ce2ec pci_clear_mwi +EXPORT_SYMBOL vmlinux 0x3b56718d __sk_backlog_rcv +EXPORT_SYMBOL vmlinux 0x3b61b6e4 tcp_v4_md5_hash_skb +EXPORT_SYMBOL vmlinux 0x3b644591 __bitmap_shift_left +EXPORT_SYMBOL vmlinux 0x3b651f3a netdev_upper_dev_unlink +EXPORT_SYMBOL vmlinux 0x3b6c41ea kstrtouint +EXPORT_SYMBOL vmlinux 0x3b6c4f37 dquot_load_quota_inode +EXPORT_SYMBOL vmlinux 0x3b707ad5 imx_sc_rm_get_resource_owner +EXPORT_SYMBOL vmlinux 0x3b788903 mdiobus_setup_mdiodev_from_board_info +EXPORT_SYMBOL vmlinux 0x3b940982 sock_enable_timestamps +EXPORT_SYMBOL vmlinux 0x3b963545 ndo_dflt_fdb_add +EXPORT_SYMBOL vmlinux 0x3b9f67b6 neigh_for_each +EXPORT_SYMBOL vmlinux 0x3ba58206 skb_flow_dissect_meta +EXPORT_SYMBOL vmlinux 0x3bbf46ea vga_base +EXPORT_SYMBOL vmlinux 0x3be83e14 pagecache_isize_extended +EXPORT_SYMBOL vmlinux 0x3bf42aed inet6_offloads +EXPORT_SYMBOL vmlinux 0x3bfa3494 dma_resv_iter_first_unlocked +EXPORT_SYMBOL vmlinux 0x3c185c61 page_put_link +EXPORT_SYMBOL vmlinux 0x3c3215c4 qe_immr +EXPORT_SYMBOL vmlinux 0x3c3fce39 __local_bh_enable_ip +EXPORT_SYMBOL vmlinux 0x3c3fe5f7 filemap_write_and_wait_range +EXPORT_SYMBOL vmlinux 0x3c3ff9fd sprintf +EXPORT_SYMBOL vmlinux 0x3c602a91 splice_direct_to_actor +EXPORT_SYMBOL vmlinux 0x3c7a50f6 devm_release_resource +EXPORT_SYMBOL vmlinux 0x3c8f6ef0 __xa_insert +EXPORT_SYMBOL vmlinux 0x3c9a2a4b has_capability +EXPORT_SYMBOL vmlinux 0x3cb1225e mem_cgroup_from_task +EXPORT_SYMBOL vmlinux 0x3cb23db3 console_srcu_read_unlock +EXPORT_SYMBOL vmlinux 0x3ce4ca6f disable_irq +EXPORT_SYMBOL vmlinux 0x3cf24ef7 qdisc_tree_reduce_backlog +EXPORT_SYMBOL vmlinux 0x3cf7ba49 inet_select_addr +EXPORT_SYMBOL vmlinux 0x3d04439c of_iomap +EXPORT_SYMBOL vmlinux 0x3d11a7c3 send_sig_info +EXPORT_SYMBOL vmlinux 0x3d2fc7ec buffer_migrate_folio +EXPORT_SYMBOL vmlinux 0x3d327e63 netdev_unbind_sb_channel +EXPORT_SYMBOL vmlinux 0x3d3c540f elf_hwcap +EXPORT_SYMBOL vmlinux 0x3d3f1e5f dev_mc_init +EXPORT_SYMBOL vmlinux 0x3d404ceb __vmalloc_array +EXPORT_SYMBOL vmlinux 0x3d49d6d0 mpage_readahead +EXPORT_SYMBOL vmlinux 0x3d5a2745 fs_context_for_mount +EXPORT_SYMBOL vmlinux 0x3d6fe854 skb_copy_and_hash_datagram_iter +EXPORT_SYMBOL vmlinux 0x3d82c71a __traceiter_spi_transfer_start +EXPORT_SYMBOL vmlinux 0x3d925de5 vfs_iocb_iter_write +EXPORT_SYMBOL vmlinux 0x3d9e7c71 dev_remove_offload +EXPORT_SYMBOL vmlinux 0x3dad0e42 tcp_get_cookie_sock +EXPORT_SYMBOL vmlinux 0x3db8ca6a remove_watch_from_object +EXPORT_SYMBOL vmlinux 0x3dcb88a0 irq_set_handler_data +EXPORT_SYMBOL vmlinux 0x3dcf1c29 netdev_lower_state_changed +EXPORT_SYMBOL vmlinux 0x3dd878a0 hdmi_avi_infoframe_pack_only +EXPORT_SYMBOL vmlinux 0x3de946da tcf_exts_destroy +EXPORT_SYMBOL vmlinux 0x3def7165 generic_key_instantiate +EXPORT_SYMBOL vmlinux 0x3df1feac udp_prot +EXPORT_SYMBOL vmlinux 0x3dfc897c seq_hlist_start_head +EXPORT_SYMBOL vmlinux 0x3e11cebb pm860x_set_bits +EXPORT_SYMBOL vmlinux 0x3e3077bf inode_get_bytes +EXPORT_SYMBOL vmlinux 0x3e3bad0a __tasklet_hi_schedule +EXPORT_SYMBOL vmlinux 0x3e3fe7b7 devfreq_register_opp_notifier +EXPORT_SYMBOL vmlinux 0x3e41353d truncate_pagecache_range +EXPORT_SYMBOL vmlinux 0x3e56e3b2 alloc_netdev_mqs +EXPORT_SYMBOL vmlinux 0x3e7857e6 truncate_pagecache +EXPORT_SYMBOL vmlinux 0x3e82f3e9 get_random_bytes +EXPORT_SYMBOL vmlinux 0x3e95afd2 blk_dump_rq_flags +EXPORT_SYMBOL vmlinux 0x3e98c3f8 elv_rb_find +EXPORT_SYMBOL vmlinux 0x3e9bb208 of_graph_get_endpoint_by_regs +EXPORT_SYMBOL vmlinux 0x3e9def01 inode_maybe_inc_iversion +EXPORT_SYMBOL vmlinux 0x3ea1feea dquot_initialize +EXPORT_SYMBOL vmlinux 0x3ea226bf __ip_queue_xmit +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 0x3edc9a0a bio_chain +EXPORT_SYMBOL vmlinux 0x3ee43eb2 snd_ctl_replace +EXPORT_SYMBOL vmlinux 0x3eed23db nf_log_unset +EXPORT_SYMBOL vmlinux 0x3efe1703 phy_unregister_fixup_for_id +EXPORT_SYMBOL vmlinux 0x3efe4e26 fscrypt_free_bounce_page +EXPORT_SYMBOL vmlinux 0x3f0c082d tty_port_tty_set +EXPORT_SYMBOL vmlinux 0x3f38fc49 ppp_input_error +EXPORT_SYMBOL vmlinux 0x3f4547a7 put_unused_fd +EXPORT_SYMBOL vmlinux 0x3f4af46f gen_pool_first_fit_order_align +EXPORT_SYMBOL vmlinux 0x3f50ab30 zero_user_segments +EXPORT_SYMBOL vmlinux 0x3f533dd3 devm_iounmap +EXPORT_SYMBOL vmlinux 0x3f5be6b1 neigh_carrier_down +EXPORT_SYMBOL vmlinux 0x3f62d048 dma_fence_init +EXPORT_SYMBOL vmlinux 0x3f7bafc4 netdev_notice +EXPORT_SYMBOL vmlinux 0x3f7dd095 devm_get_clk_from_child +EXPORT_SYMBOL vmlinux 0x3f89071b security_ib_pkey_access +EXPORT_SYMBOL vmlinux 0x3f905e04 pci_wake_from_d3 +EXPORT_SYMBOL vmlinux 0x3f913569 scsi_eh_prep_cmnd +EXPORT_SYMBOL vmlinux 0x3fafef43 page_symlink +EXPORT_SYMBOL vmlinux 0x3fb4a3ef snd_pcm_lib_preallocate_free_for_all +EXPORT_SYMBOL vmlinux 0x3fd78f3b register_chrdev_region +EXPORT_SYMBOL vmlinux 0x3fde5b46 inode_dio_wait +EXPORT_SYMBOL vmlinux 0x3fea538c hdmi_avi_infoframe_pack +EXPORT_SYMBOL vmlinux 0x4021f2e9 kernel_recvmsg +EXPORT_SYMBOL vmlinux 0x40234005 input_register_device +EXPORT_SYMBOL vmlinux 0x402a5f0e redraw_screen +EXPORT_SYMBOL vmlinux 0x402be3fc of_phy_find_device +EXPORT_SYMBOL vmlinux 0x403a93e7 radix_tree_gang_lookup_tag +EXPORT_SYMBOL vmlinux 0x40422250 config_item_get_unless_zero +EXPORT_SYMBOL vmlinux 0x4052d7e1 flow_rule_match_tcp +EXPORT_SYMBOL vmlinux 0x4059792f print_hex_dump +EXPORT_SYMBOL vmlinux 0x405c52fa input_unregister_device +EXPORT_SYMBOL vmlinux 0x405f3299 param_ops_hexint +EXPORT_SYMBOL vmlinux 0x407136b1 __put_user_8 +EXPORT_SYMBOL vmlinux 0x40951adf netif_set_real_num_tx_queues +EXPORT_SYMBOL vmlinux 0x40973662 sysctl_udp_mem +EXPORT_SYMBOL vmlinux 0x409fa184 seg6_hmac_validate_skb +EXPORT_SYMBOL vmlinux 0x40a6164e put_cmsg +EXPORT_SYMBOL vmlinux 0x40a62432 __nla_validate +EXPORT_SYMBOL vmlinux 0x40a9b349 vzalloc +EXPORT_SYMBOL vmlinux 0x40b003bc pm_vt_switch_required +EXPORT_SYMBOL vmlinux 0x40b51c05 __sysfs_match_string +EXPORT_SYMBOL vmlinux 0x40c1dc91 netif_set_tso_max_segs +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 0x40d9066e blk_queue_max_secure_erase_sectors +EXPORT_SYMBOL vmlinux 0x40da4326 fs_param_is_blob +EXPORT_SYMBOL vmlinux 0x40db7559 pci_read_config_dword +EXPORT_SYMBOL vmlinux 0x40e42d2f scsi_ioctl +EXPORT_SYMBOL vmlinux 0x40f07981 __ashldi3 +EXPORT_SYMBOL vmlinux 0x40ff4dcb _snd_pcm_lib_alloc_vmalloc_buffer +EXPORT_SYMBOL vmlinux 0x411e3248 dev_disable_lro +EXPORT_SYMBOL vmlinux 0x412aea44 truncate_inode_pages +EXPORT_SYMBOL vmlinux 0x412d1ced mmc_erase +EXPORT_SYMBOL vmlinux 0x412f893c page_offline_begin +EXPORT_SYMBOL vmlinux 0x41482d8b strndup_user +EXPORT_SYMBOL vmlinux 0x414975dd __genradix_prealloc +EXPORT_SYMBOL vmlinux 0x4152f8c4 inet_frag_reasm_finish +EXPORT_SYMBOL vmlinux 0x416560fc audit_log +EXPORT_SYMBOL vmlinux 0x41694ecf inet_sk_rx_dst_set +EXPORT_SYMBOL vmlinux 0x417a7eb2 param_get_int +EXPORT_SYMBOL vmlinux 0x417c1fde cdrom_get_media_event +EXPORT_SYMBOL vmlinux 0x417e8369 cpu_user +EXPORT_SYMBOL vmlinux 0x4188d439 neigh_rand_reach_time +EXPORT_SYMBOL vmlinux 0x418a5367 __scsi_format_command +EXPORT_SYMBOL vmlinux 0x41a72e0f tcp_sock_set_cork +EXPORT_SYMBOL vmlinux 0x41b751e6 security_binder_transaction +EXPORT_SYMBOL vmlinux 0x41bb84fc dma_fence_remove_callback +EXPORT_SYMBOL vmlinux 0x41c30118 param_set_dyndbg_classes +EXPORT_SYMBOL vmlinux 0x41eb5e25 pci_enable_device_mem +EXPORT_SYMBOL vmlinux 0x41fdb8df backlight_device_set_brightness +EXPORT_SYMBOL vmlinux 0x420b41c1 file_check_and_advance_wb_err +EXPORT_SYMBOL vmlinux 0x420cfb02 fs_param_is_path +EXPORT_SYMBOL vmlinux 0x420fd204 tty_port_lower_dtr_rts +EXPORT_SYMBOL vmlinux 0x421d4dcf krealloc +EXPORT_SYMBOL vmlinux 0x42274714 __quota_error +EXPORT_SYMBOL vmlinux 0x423786b6 proc_set_size +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 0x425bd420 filemap_fdatawrite_wbc +EXPORT_SYMBOL vmlinux 0x42604384 ucs2_strncmp +EXPORT_SYMBOL vmlinux 0x4266ce84 pps_unregister_source +EXPORT_SYMBOL vmlinux 0x426bcabb _snd_ctl_add_follower +EXPORT_SYMBOL vmlinux 0x42706c48 skb_get_hash_perturb +EXPORT_SYMBOL vmlinux 0x42804e29 tty_check_change +EXPORT_SYMBOL vmlinux 0x4298b775 v7_flush_kern_cache_all +EXPORT_SYMBOL vmlinux 0x42b2a8ab mtree_erase +EXPORT_SYMBOL vmlinux 0x42b40ff7 dcb_ieee_getapp_dscp_prio_mask_map +EXPORT_SYMBOL vmlinux 0x42b7340f phys_mem_access_prot +EXPORT_SYMBOL vmlinux 0x42d2cb05 unregister_filesystem +EXPORT_SYMBOL vmlinux 0x42eef723 phy_device_register +EXPORT_SYMBOL vmlinux 0x42f1b900 fb_pad_unaligned_buffer +EXPORT_SYMBOL vmlinux 0x42f81b49 tcf_qevent_handle +EXPORT_SYMBOL vmlinux 0x4302d0eb free_pages +EXPORT_SYMBOL vmlinux 0x4303f98d netdev_state_change +EXPORT_SYMBOL vmlinux 0x431953a6 __skb_gro_checksum_complete +EXPORT_SYMBOL vmlinux 0x43240728 folio_unlock +EXPORT_SYMBOL vmlinux 0x432f82e0 genphy_resume +EXPORT_SYMBOL vmlinux 0x4334094d commit_creds +EXPORT_SYMBOL vmlinux 0x4336fcca ucs2_as_utf8 +EXPORT_SYMBOL vmlinux 0x4341b1a4 param_set_ushort +EXPORT_SYMBOL vmlinux 0x434f138b inet6_csk_route_req +EXPORT_SYMBOL vmlinux 0x4351577a fb_parse_edid +EXPORT_SYMBOL vmlinux 0x435464de mmc_retune_pause +EXPORT_SYMBOL vmlinux 0x435ce522 pci_free_irq_vectors +EXPORT_SYMBOL vmlinux 0x43713c3c of_pci_range_to_resource +EXPORT_SYMBOL vmlinux 0x437a0d6d __sock_tx_timestamp +EXPORT_SYMBOL vmlinux 0x438455a9 netdev_name_in_use +EXPORT_SYMBOL vmlinux 0x4384eb42 __release_region +EXPORT_SYMBOL vmlinux 0x438610bd security_tun_dev_alloc_security +EXPORT_SYMBOL vmlinux 0x43b2c96d prepare_creds +EXPORT_SYMBOL vmlinux 0x43d22fb9 groups_alloc +EXPORT_SYMBOL vmlinux 0x43ea535e kernel_sock_shutdown +EXPORT_SYMBOL vmlinux 0x43f9ebc8 slhc_remember +EXPORT_SYMBOL vmlinux 0x4403bbd0 imx_sc_misc_set_control +EXPORT_SYMBOL vmlinux 0x441d7034 seq_read +EXPORT_SYMBOL vmlinux 0x442495c9 tmio_core_mmc_resume +EXPORT_SYMBOL vmlinux 0x442ad540 sock_no_listen +EXPORT_SYMBOL vmlinux 0x44366cfc simple_write_to_buffer +EXPORT_SYMBOL vmlinux 0x44469a76 crc_ccitt_false_table +EXPORT_SYMBOL vmlinux 0x4454e48c unregister_netdevice_notifier_net +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 0x4467926b phy_write_mmd +EXPORT_SYMBOL vmlinux 0x44823a08 amba_driver_register +EXPORT_SYMBOL vmlinux 0x44909ecf fb_set_cmap +EXPORT_SYMBOL vmlinux 0x44a1c124 poll_freewait +EXPORT_SYMBOL vmlinux 0x44a6e90a irq_cpu_rmap_add +EXPORT_SYMBOL vmlinux 0x44acdf0f ip_sock_set_recverr +EXPORT_SYMBOL vmlinux 0x44b175ce vfs_rmdir +EXPORT_SYMBOL vmlinux 0x44b2398b simple_pin_fs +EXPORT_SYMBOL vmlinux 0x44c9dc6c percpu_counter_destroy +EXPORT_SYMBOL vmlinux 0x44da5d0f __csum_ipv6_magic +EXPORT_SYMBOL vmlinux 0x44e66ed2 bitmap_print_bitmask_to_buf +EXPORT_SYMBOL vmlinux 0x44e9a829 match_token +EXPORT_SYMBOL vmlinux 0x44ec3ea8 neigh_connected_output +EXPORT_SYMBOL vmlinux 0x45006cee default_red +EXPORT_SYMBOL vmlinux 0x4500ab82 _dev_alert +EXPORT_SYMBOL vmlinux 0x450d9a35 cmd_db_read_slave_id +EXPORT_SYMBOL vmlinux 0x4518dcf4 kern_path_create +EXPORT_SYMBOL vmlinux 0x4524d1db simple_dentry_operations +EXPORT_SYMBOL vmlinux 0x452ba683 ipv6_ext_hdr +EXPORT_SYMBOL vmlinux 0x453c8403 pci_msi_enabled +EXPORT_SYMBOL vmlinux 0x4556582b netdev_set_tc_queue +EXPORT_SYMBOL vmlinux 0x4566f199 of_get_cpu_state_node +EXPORT_SYMBOL vmlinux 0x45733a70 nand_read_oob_std +EXPORT_SYMBOL vmlinux 0x4578f528 __kfifo_to_user +EXPORT_SYMBOL vmlinux 0x457f051b phy_support_asym_pause +EXPORT_SYMBOL vmlinux 0x458d3e92 path_is_under +EXPORT_SYMBOL vmlinux 0x45bd19de nla_strscpy +EXPORT_SYMBOL vmlinux 0x45bda0d5 system_serial_low +EXPORT_SYMBOL vmlinux 0x45cfeaf2 phy_write_paged +EXPORT_SYMBOL vmlinux 0x45f491f7 dma_resv_add_fence +EXPORT_SYMBOL vmlinux 0x45fdee7f dma_fence_signal_timestamp +EXPORT_SYMBOL vmlinux 0x4602bdeb posix_test_lock +EXPORT_SYMBOL vmlinux 0x4608c18c io_uring_get_socket +EXPORT_SYMBOL vmlinux 0x460f4a34 flow_hash_from_keys +EXPORT_SYMBOL vmlinux 0x4622544a serial8250_do_pm +EXPORT_SYMBOL vmlinux 0x46244dae xfrm_find_acq_byseq +EXPORT_SYMBOL vmlinux 0x462a2e75 match_strlcpy +EXPORT_SYMBOL vmlinux 0x4648bfb9 skb_copy_datagram_from_iter +EXPORT_SYMBOL vmlinux 0x4651e0ea bpf_prog_get_type_path +EXPORT_SYMBOL vmlinux 0x4656fef9 drop_super_exclusive +EXPORT_SYMBOL vmlinux 0x465e24ff ucs2_utf8size +EXPORT_SYMBOL vmlinux 0x46621575 unregister_tcf_proto_ops +EXPORT_SYMBOL vmlinux 0x46669d36 _raw_write_lock_nested +EXPORT_SYMBOL vmlinux 0x466ee076 netdev_master_upper_dev_get_rcu +EXPORT_SYMBOL vmlinux 0x4670308c __do_once_sleepable_done +EXPORT_SYMBOL vmlinux 0x468b1ec8 blk_queue_update_dma_pad +EXPORT_SYMBOL vmlinux 0x469a6ec7 tcp_parse_md5sig_option +EXPORT_SYMBOL vmlinux 0x469cadd3 xfrm6_rcv_spi +EXPORT_SYMBOL vmlinux 0x469d0ade uart_suspend_port +EXPORT_SYMBOL vmlinux 0x46a14b58 ilookup5 +EXPORT_SYMBOL vmlinux 0x46c63aef xfrm_user_policy +EXPORT_SYMBOL vmlinux 0x46cb3ca2 ip6_fraglist_init +EXPORT_SYMBOL vmlinux 0x46d3b28c __div0 +EXPORT_SYMBOL vmlinux 0x46e108b2 deactivate_super +EXPORT_SYMBOL vmlinux 0x46e2c7a5 __fib6_flush_trees +EXPORT_SYMBOL vmlinux 0x46fa359b pci_bus_write_config_dword +EXPORT_SYMBOL vmlinux 0x47061f83 jbd2_journal_init_jbd_inode +EXPORT_SYMBOL vmlinux 0x47065c73 cpm_muram_offset +EXPORT_SYMBOL vmlinux 0x471a757d scsi_host_alloc +EXPORT_SYMBOL vmlinux 0x472b6711 __seq_open_private +EXPORT_SYMBOL vmlinux 0x472fbcb4 pcim_iomap_regions_request_all +EXPORT_SYMBOL vmlinux 0x4748b840 __break_lease +EXPORT_SYMBOL vmlinux 0x4756260d ida_destroy +EXPORT_SYMBOL vmlinux 0x475d84ef gen_pool_dma_alloc_algo +EXPORT_SYMBOL vmlinux 0x4764c6c9 of_get_min_tck +EXPORT_SYMBOL vmlinux 0x4769dd0d tcp_req_err +EXPORT_SYMBOL vmlinux 0x47705637 msm_pinctrl_probe +EXPORT_SYMBOL vmlinux 0x47709e42 free_anon_bdev +EXPORT_SYMBOL vmlinux 0x4780678e i2c_transfer +EXPORT_SYMBOL vmlinux 0x479137ca imx_scu_irq_unregister_notifier +EXPORT_SYMBOL vmlinux 0x479bb6e2 zero_fill_bio +EXPORT_SYMBOL vmlinux 0x47a58a7a dst_dev_put +EXPORT_SYMBOL vmlinux 0x47acb851 key_task_permission +EXPORT_SYMBOL vmlinux 0x47b38404 generic_ro_fops +EXPORT_SYMBOL vmlinux 0x47bc47b1 rtnl_configure_link +EXPORT_SYMBOL vmlinux 0x47c20f8a refcount_dec_not_one +EXPORT_SYMBOL vmlinux 0x47c65bfc unregister_inet6addr_validator_notifier +EXPORT_SYMBOL vmlinux 0x47c7fc10 pcie_get_speed_cap +EXPORT_SYMBOL vmlinux 0x47c8733b default_qdisc_ops +EXPORT_SYMBOL vmlinux 0x47e70229 v7_flush_user_cache_range +EXPORT_SYMBOL vmlinux 0x47ea4b03 blk_rq_map_user +EXPORT_SYMBOL vmlinux 0x47ec7e2f sock_set_mark +EXPORT_SYMBOL vmlinux 0x47f757de elf_platform +EXPORT_SYMBOL vmlinux 0x47f9737e cookie_ecn_ok +EXPORT_SYMBOL vmlinux 0x48001364 mipi_dsi_dcs_get_display_brightness +EXPORT_SYMBOL vmlinux 0x4800acf7 vme_new_dma_list +EXPORT_SYMBOL vmlinux 0x481814c4 mb_cache_entry_find_next +EXPORT_SYMBOL vmlinux 0x4845b58f iov_iter_init +EXPORT_SYMBOL vmlinux 0x4848cfb1 phy_mipi_dphy_get_default_config +EXPORT_SYMBOL vmlinux 0x484eabdf param_ops_ulong +EXPORT_SYMBOL vmlinux 0x484f6edf ktime_get_coarse_real_ts64 +EXPORT_SYMBOL vmlinux 0x4859b8bb rtc_year_days +EXPORT_SYMBOL vmlinux 0x48661eae register_sysctl_mount_point +EXPORT_SYMBOL vmlinux 0x4869bba7 unpin_user_pages +EXPORT_SYMBOL vmlinux 0x486e0148 msi_desc_to_pci_dev +EXPORT_SYMBOL vmlinux 0x488492c6 pcie_get_width_cap +EXPORT_SYMBOL vmlinux 0x488c35d5 ip_route_input_noref +EXPORT_SYMBOL vmlinux 0x488d40e1 mtree_insert_range +EXPORT_SYMBOL vmlinux 0x48a5b067 __machine_arch_type +EXPORT_SYMBOL vmlinux 0x48a91171 string_get_size +EXPORT_SYMBOL vmlinux 0x48a9f700 mr_table_alloc +EXPORT_SYMBOL vmlinux 0x48b99a13 vme_lm_free +EXPORT_SYMBOL vmlinux 0x48cb9581 submit_bio_wait +EXPORT_SYMBOL vmlinux 0x48d27375 __bitmap_intersects +EXPORT_SYMBOL vmlinux 0x48db2235 shrink_dcache_parent +EXPORT_SYMBOL vmlinux 0x48ef5960 proc_remove +EXPORT_SYMBOL vmlinux 0x48fd63ea phy_ethtool_nway_reset +EXPORT_SYMBOL vmlinux 0x48ffcb2c phy_connect_direct +EXPORT_SYMBOL vmlinux 0x49045426 icmp_err_convert +EXPORT_SYMBOL vmlinux 0x4907ae73 __register_nls +EXPORT_SYMBOL vmlinux 0x4945da42 netif_device_attach +EXPORT_SYMBOL vmlinux 0x495231ea mul_u64_u64_div_u64 +EXPORT_SYMBOL vmlinux 0x49545fdb blk_mq_alloc_request +EXPORT_SYMBOL vmlinux 0x495be613 blk_pre_runtime_resume +EXPORT_SYMBOL vmlinux 0x495c62b2 skb_csum_hwoffload_help +EXPORT_SYMBOL vmlinux 0x496071ef skb_copy_and_csum_dev +EXPORT_SYMBOL vmlinux 0x49631f8f __skb_checksum_complete_head +EXPORT_SYMBOL vmlinux 0x496d8368 ip_getsockopt +EXPORT_SYMBOL vmlinux 0x49703de7 ipmr_rule_default +EXPORT_SYMBOL vmlinux 0x49727029 nf_log_set +EXPORT_SYMBOL vmlinux 0x4977c498 stack_depot_get_extra_bits +EXPORT_SYMBOL vmlinux 0x49871971 _raw_write_unlock_bh +EXPORT_SYMBOL vmlinux 0x49970de8 finish_wait +EXPORT_SYMBOL vmlinux 0x49a56f08 fscrypt_fname_disk_to_usr +EXPORT_SYMBOL vmlinux 0x49be773f flow_block_cb_priv +EXPORT_SYMBOL vmlinux 0x49be91ae dst_discard_out +EXPORT_SYMBOL vmlinux 0x49c9ac62 inet6_del_offload +EXPORT_SYMBOL vmlinux 0x49c9bcff d_prune_aliases +EXPORT_SYMBOL vmlinux 0x49e43364 blk_start_plug +EXPORT_SYMBOL vmlinux 0x49ebacbd _clear_bit +EXPORT_SYMBOL vmlinux 0x49f26466 kstrndup +EXPORT_SYMBOL vmlinux 0x49fc607d ip_check_defrag +EXPORT_SYMBOL vmlinux 0x4a03382e filemap_map_pages +EXPORT_SYMBOL vmlinux 0x4a2f6bab rproc_del +EXPORT_SYMBOL vmlinux 0x4a3ea5c0 snd_request_card +EXPORT_SYMBOL vmlinux 0x4a46ca81 read_code +EXPORT_SYMBOL vmlinux 0x4a470268 inet_offloads +EXPORT_SYMBOL vmlinux 0x4a4cc419 scsi_get_device_flags_keyed +EXPORT_SYMBOL vmlinux 0x4a591d06 nand_ecc_get_on_host_hw_engine +EXPORT_SYMBOL vmlinux 0x4a5b5d7d notify_change +EXPORT_SYMBOL vmlinux 0x4a743015 ptp_find_pin_unlocked +EXPORT_SYMBOL vmlinux 0x4a818e0f tty_port_close +EXPORT_SYMBOL vmlinux 0x4a903674 ppp_register_net_channel +EXPORT_SYMBOL vmlinux 0x4a96a8eb xxh32_digest +EXPORT_SYMBOL vmlinux 0x4aa71f76 iov_iter_revert +EXPORT_SYMBOL vmlinux 0x4ab0536d __skb_vlan_pop +EXPORT_SYMBOL vmlinux 0x4ab3a266 inet_ioctl +EXPORT_SYMBOL vmlinux 0x4ab7eb23 sock_dequeue_err_skb +EXPORT_SYMBOL vmlinux 0x4acdffed tty_unregister_device +EXPORT_SYMBOL vmlinux 0x4acfd2ac sock_rfree +EXPORT_SYMBOL vmlinux 0x4ade86b5 hdmi_drm_infoframe_unpack_only +EXPORT_SYMBOL vmlinux 0x4ae8ee66 __kfifo_dma_out_prepare_r +EXPORT_SYMBOL vmlinux 0x4af6ddf0 kstrtou16 +EXPORT_SYMBOL vmlinux 0x4b1d7e7f jbd2_journal_get_write_access +EXPORT_SYMBOL vmlinux 0x4b204264 __ip_options_compile +EXPORT_SYMBOL vmlinux 0x4b2d60ae _dev_notice +EXPORT_SYMBOL vmlinux 0x4b337dd0 dquot_claim_space_nodirty +EXPORT_SYMBOL vmlinux 0x4b37018a follow_up +EXPORT_SYMBOL vmlinux 0x4b39ca0d twl6040_get_sysclk +EXPORT_SYMBOL vmlinux 0x4b401817 iwe_stream_add_value +EXPORT_SYMBOL vmlinux 0x4b40a4e9 phy_attached_print +EXPORT_SYMBOL vmlinux 0x4b6b12a7 udp_lib_rehash +EXPORT_SYMBOL vmlinux 0x4b8df48f t10_pi_type1_crc +EXPORT_SYMBOL vmlinux 0x4b993c81 dev_pick_tx_cpu_id +EXPORT_SYMBOL vmlinux 0x4b9e82d1 param_set_ulong +EXPORT_SYMBOL vmlinux 0x4bad75d9 pci_irq_vector +EXPORT_SYMBOL vmlinux 0x4bbb6319 jbd2_transaction_committed +EXPORT_SYMBOL vmlinux 0x4bbbbd4a seq_vprintf +EXPORT_SYMBOL vmlinux 0x4bc56746 pcim_iounmap_regions +EXPORT_SYMBOL vmlinux 0x4bcd7252 xp_dma_unmap +EXPORT_SYMBOL vmlinux 0x4bd48d3f qdisc_reset +EXPORT_SYMBOL vmlinux 0x4bdc0049 mipi_dsi_dcs_get_display_brightness_large +EXPORT_SYMBOL vmlinux 0x4be85a03 memweight +EXPORT_SYMBOL vmlinux 0x4bee7d5a blk_queue_flag_clear +EXPORT_SYMBOL vmlinux 0x4bef1c67 empty_name +EXPORT_SYMBOL vmlinux 0x4befcc41 fscrypt_encrypt_pagecache_blocks +EXPORT_SYMBOL vmlinux 0x4bfa5780 dm_table_event +EXPORT_SYMBOL vmlinux 0x4bfdcefa __memset32 +EXPORT_SYMBOL vmlinux 0x4c08bbae set_page_dirty_lock +EXPORT_SYMBOL vmlinux 0x4c15c54c tcp_ioctl +EXPORT_SYMBOL vmlinux 0x4c2ae700 strnstr +EXPORT_SYMBOL vmlinux 0x4c31cb4f scsi_remove_host +EXPORT_SYMBOL vmlinux 0x4c334c47 snd_timer_close +EXPORT_SYMBOL vmlinux 0x4c38e5a4 devm_arch_phys_wc_add +EXPORT_SYMBOL vmlinux 0x4c416eb9 LZ4_decompress_fast +EXPORT_SYMBOL vmlinux 0x4c427b75 napi_enable +EXPORT_SYMBOL vmlinux 0x4c7bb916 fs_lookup_param +EXPORT_SYMBOL vmlinux 0x4c89c621 md_wakeup_thread +EXPORT_SYMBOL vmlinux 0x4c8bf3f3 hash_and_copy_to_iter +EXPORT_SYMBOL vmlinux 0x4c91bc81 unregister_nexthop_notifier +EXPORT_SYMBOL vmlinux 0x4c92892e inet_rcv_saddr_equal +EXPORT_SYMBOL vmlinux 0x4ca198a1 __devm_mdiobus_register +EXPORT_SYMBOL vmlinux 0x4cc2854d tegra114_clock_assert_dfll_dvco_reset +EXPORT_SYMBOL vmlinux 0x4cd0e370 devfreq_remove_governor +EXPORT_SYMBOL vmlinux 0x4cdd66e5 free_buffer_head +EXPORT_SYMBOL vmlinux 0x4cdfa5a9 aperture_remove_conflicting_devices +EXPORT_SYMBOL vmlinux 0x4ce22130 inode_init_always +EXPORT_SYMBOL vmlinux 0x4d0c6443 pci_iounmap +EXPORT_SYMBOL vmlinux 0x4d0d163d copy_page +EXPORT_SYMBOL vmlinux 0x4d3c153f sigprocmask +EXPORT_SYMBOL vmlinux 0x4d41378e tc_setup_cb_replace +EXPORT_SYMBOL vmlinux 0x4d43f8fa __dynamic_ibdev_dbg +EXPORT_SYMBOL vmlinux 0x4d45d89e udp_memory_allocated +EXPORT_SYMBOL vmlinux 0x4d4b118f copy_page_from_iter_atomic +EXPORT_SYMBOL vmlinux 0x4d514485 xa_store +EXPORT_SYMBOL vmlinux 0x4d5a3910 security_socket_socketpair +EXPORT_SYMBOL vmlinux 0x4d6ae35f rps_sock_flow_table +EXPORT_SYMBOL vmlinux 0x4d7bad4d kthread_create_on_cpu +EXPORT_SYMBOL vmlinux 0x4d923a3f pcim_iomap +EXPORT_SYMBOL vmlinux 0x4d95a71f tcp_v4_destroy_sock +EXPORT_SYMBOL vmlinux 0x4d9b40a1 xfrm_state_insert +EXPORT_SYMBOL vmlinux 0x4d9b652b rb_erase +EXPORT_SYMBOL vmlinux 0x4d9b6d35 snd_pcm_format_size +EXPORT_SYMBOL vmlinux 0x4d9ed5e6 security_sb_clone_mnt_opts +EXPORT_SYMBOL vmlinux 0x4db0d85e skb_dequeue_tail +EXPORT_SYMBOL vmlinux 0x4dce47d8 _raw_spin_trylock +EXPORT_SYMBOL vmlinux 0x4ddc5823 tcf_chain_put_by_act +EXPORT_SYMBOL vmlinux 0x4dec6038 memscan +EXPORT_SYMBOL vmlinux 0x4decedc0 tcp_mmap +EXPORT_SYMBOL vmlinux 0x4df2ea84 gen_estimator_read +EXPORT_SYMBOL vmlinux 0x4e01cd09 pskb_extract +EXPORT_SYMBOL vmlinux 0x4e05bdec mempool_init_node +EXPORT_SYMBOL vmlinux 0x4e214799 cdev_del +EXPORT_SYMBOL vmlinux 0x4e314acb devm_register_reboot_notifier +EXPORT_SYMBOL vmlinux 0x4e3567f7 match_int +EXPORT_SYMBOL vmlinux 0x4e36cdc4 __ubsan_handle_divrem_overflow +EXPORT_SYMBOL vmlinux 0x4e3c0dba skb_clone_sk +EXPORT_SYMBOL vmlinux 0x4e4e08b6 lease_modify +EXPORT_SYMBOL vmlinux 0x4e50d8f8 flow_block_cb_lookup +EXPORT_SYMBOL vmlinux 0x4e58e1b4 scsicam_bios_param +EXPORT_SYMBOL vmlinux 0x4e617849 tcp_add_backlog +EXPORT_SYMBOL vmlinux 0x4e640a9c ndisc_send_skb +EXPORT_SYMBOL vmlinux 0x4e68e9be rb_next_postorder +EXPORT_SYMBOL vmlinux 0x4e6e8ea7 fg_console +EXPORT_SYMBOL vmlinux 0x4e80d27c ucc_fast_enable +EXPORT_SYMBOL vmlinux 0x4e8f8b0c kmem_cache_free_bulk +EXPORT_SYMBOL vmlinux 0x4eada8f7 security_secid_to_secctx +EXPORT_SYMBOL vmlinux 0x4eb04a59 km_state_notify +EXPORT_SYMBOL vmlinux 0x4ed57005 touchscreen_report_pos +EXPORT_SYMBOL vmlinux 0x4ede58dd flow_rule_match_enc_opts +EXPORT_SYMBOL vmlinux 0x4ee94453 ethtool_notify +EXPORT_SYMBOL vmlinux 0x4ee98ebd tcp_have_smc +EXPORT_SYMBOL vmlinux 0x4eed1fee __mod_zone_page_state +EXPORT_SYMBOL vmlinux 0x4eee963d mmc_command_done +EXPORT_SYMBOL vmlinux 0x4f0815fe mipi_dsi_set_maximum_return_packet_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 0x4f263cb8 discard_new_inode +EXPORT_SYMBOL vmlinux 0x4f373e45 udp_poll +EXPORT_SYMBOL vmlinux 0x4f3bfc8b of_find_all_nodes +EXPORT_SYMBOL vmlinux 0x4f3c9daf max8998_bulk_read +EXPORT_SYMBOL vmlinux 0x4f816e9b snd_pcm_format_big_endian +EXPORT_SYMBOL vmlinux 0x4f863ab0 vlan_for_each +EXPORT_SYMBOL vmlinux 0x4f89c9de gpmc_cs_free +EXPORT_SYMBOL vmlinux 0x4fa35738 block_dirty_folio +EXPORT_SYMBOL vmlinux 0x4fa845d4 tcf_qevent_dump +EXPORT_SYMBOL vmlinux 0x4fac0cef kmem_cache_alloc +EXPORT_SYMBOL vmlinux 0x4fb0f79b sock_common_getsockopt +EXPORT_SYMBOL vmlinux 0x4fb1c1a4 kern_sys_bpf +EXPORT_SYMBOL vmlinux 0x4fb8d18f d_instantiate +EXPORT_SYMBOL vmlinux 0x4fbe1bde param_ops_bint +EXPORT_SYMBOL vmlinux 0x4fdeb1eb security_inode_getsecctx +EXPORT_SYMBOL vmlinux 0x4fef3ef4 completion_done +EXPORT_SYMBOL vmlinux 0x4ffb59bf __SCK__tp_func_kfree +EXPORT_SYMBOL vmlinux 0x4fffbc0c tcf_classify +EXPORT_SYMBOL vmlinux 0x50097088 security_tun_dev_free_security +EXPORT_SYMBOL vmlinux 0x5009c71d glob_match +EXPORT_SYMBOL vmlinux 0x500bd139 page_pool_put_defragged_page +EXPORT_SYMBOL vmlinux 0x5024bd99 mmc_release_host +EXPORT_SYMBOL vmlinux 0x502b6647 mempool_create_node +EXPORT_SYMBOL vmlinux 0x50396ebf get_tree_bdev +EXPORT_SYMBOL vmlinux 0x503bd137 snd_interval_ranges +EXPORT_SYMBOL vmlinux 0x5051ed08 snd_pcm_mmap_data +EXPORT_SYMBOL vmlinux 0x505d6293 xattr_supported_namespace +EXPORT_SYMBOL vmlinux 0x50624917 sha1_init +EXPORT_SYMBOL vmlinux 0x50673d7e d_splice_alias +EXPORT_SYMBOL vmlinux 0x50676b2b dm_get_device +EXPORT_SYMBOL vmlinux 0x506dff1a __genradix_free +EXPORT_SYMBOL vmlinux 0x5089f45f ip_send_check +EXPORT_SYMBOL vmlinux 0x508ce80f tcp_sock_set_quickack +EXPORT_SYMBOL vmlinux 0x50944630 seq_list_start_head_rcu +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 0x50b8ffb5 __skb_pad +EXPORT_SYMBOL vmlinux 0x50be748d security_ib_free_security +EXPORT_SYMBOL vmlinux 0x50bf149e dm_kcopyd_copy +EXPORT_SYMBOL vmlinux 0x50d035c2 vsscanf +EXPORT_SYMBOL vmlinux 0x50d402ee invalidate_bdev +EXPORT_SYMBOL vmlinux 0x50d71bcf gen_pool_first_fit +EXPORT_SYMBOL vmlinux 0x50d78e2b i2c_smbus_read_byte +EXPORT_SYMBOL vmlinux 0x50ed37e7 rproc_remove_subdev +EXPORT_SYMBOL vmlinux 0x50f46686 key_unlink +EXPORT_SYMBOL vmlinux 0x50f85302 __arm_smccc_hvc +EXPORT_SYMBOL vmlinux 0x50fd6103 dma_fence_signal +EXPORT_SYMBOL vmlinux 0x50fe1e07 tc6393xb_lcd_mode +EXPORT_SYMBOL vmlinux 0x51102e21 inode_update_time +EXPORT_SYMBOL vmlinux 0x51317b0d security_sb_set_mnt_opts +EXPORT_SYMBOL vmlinux 0x5133520b snd_info_create_card_entry +EXPORT_SYMBOL vmlinux 0x51371c40 pm860x_reg_write +EXPORT_SYMBOL vmlinux 0x51480110 __tracepoint_mmap_lock_released +EXPORT_SYMBOL vmlinux 0x514a0d1a dget_parent +EXPORT_SYMBOL vmlinux 0x514a62ec dq_data_lock +EXPORT_SYMBOL vmlinux 0x5157b646 netif_set_tso_max_size +EXPORT_SYMBOL vmlinux 0x515c7994 netdev_get_xmit_slave +EXPORT_SYMBOL vmlinux 0x51641162 opal_unlock_from_suspend +EXPORT_SYMBOL vmlinux 0x516de1e4 tcp_sock_set_syncnt +EXPORT_SYMBOL vmlinux 0x517018a2 sgl_alloc_order +EXPORT_SYMBOL vmlinux 0x517e90d1 skb_checksum +EXPORT_SYMBOL vmlinux 0x51843531 jbd2__journal_restart +EXPORT_SYMBOL vmlinux 0x51a910c0 arm_copy_to_user +EXPORT_SYMBOL vmlinux 0x51d55759 ping_prot +EXPORT_SYMBOL vmlinux 0x51d5f8b5 no_seek_end_llseek +EXPORT_SYMBOL vmlinux 0x51d8f600 scsi_add_device +EXPORT_SYMBOL vmlinux 0x51e77c97 pfn_valid +EXPORT_SYMBOL vmlinux 0x51edc625 cdrom_mode_sense +EXPORT_SYMBOL vmlinux 0x51fb137f snd_ctl_rename_id +EXPORT_SYMBOL vmlinux 0x5203d176 cmd_db_ready +EXPORT_SYMBOL vmlinux 0x522fb0e4 __hsiphash_unaligned +EXPORT_SYMBOL vmlinux 0x523bbecb setattr_prepare +EXPORT_SYMBOL vmlinux 0x525bf107 udp_lib_unhash +EXPORT_SYMBOL vmlinux 0x526d1067 xfrm6_protocol_deregister +EXPORT_SYMBOL vmlinux 0x5283372e blk_mq_free_tag_set +EXPORT_SYMBOL vmlinux 0x528c709d simple_read_from_buffer +EXPORT_SYMBOL vmlinux 0x528d45cb __mmap_lock_do_trace_released +EXPORT_SYMBOL vmlinux 0x5291321a snd_timer_instance_new +EXPORT_SYMBOL vmlinux 0x5294e819 ucc_of_parse_tdm +EXPORT_SYMBOL vmlinux 0x52c9f7ba serio_interrupt +EXPORT_SYMBOL vmlinux 0x52cf8de7 seq_hex_dump +EXPORT_SYMBOL vmlinux 0x52d5d6c6 load_nls +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 0x52e47ba8 register_qdisc +EXPORT_SYMBOL vmlinux 0x52f2850a imx_sc_pm_cpu_start +EXPORT_SYMBOL vmlinux 0x52f9deb1 pci_bus_type +EXPORT_SYMBOL vmlinux 0x530b1e98 pm_suspend +EXPORT_SYMBOL vmlinux 0x5338184f ethtool_sprintf +EXPORT_SYMBOL vmlinux 0x53400eec pcix_get_max_mmrbc +EXPORT_SYMBOL vmlinux 0x5342506b amba_release_regions +EXPORT_SYMBOL vmlinux 0x53442a11 open_exec +EXPORT_SYMBOL vmlinux 0x536060af radix_tree_lookup_slot +EXPORT_SYMBOL vmlinux 0x539a0867 inet_frags_fini +EXPORT_SYMBOL vmlinux 0x53a7dece sched_autogroup_detach +EXPORT_SYMBOL vmlinux 0x53aeb013 hdmi_infoframe_pack_only +EXPORT_SYMBOL vmlinux 0x53b4154a cdev_set_parent +EXPORT_SYMBOL vmlinux 0x53bcb860 snd_jack_new +EXPORT_SYMBOL vmlinux 0x53be4646 jbd2_journal_grab_journal_head +EXPORT_SYMBOL vmlinux 0x53c5f44d sg_copy_buffer +EXPORT_SYMBOL vmlinux 0x53f725dc netif_set_real_num_rx_queues +EXPORT_SYMBOL vmlinux 0x53f8ced7 page_pool_ethtool_stats_get_strings +EXPORT_SYMBOL vmlinux 0x53fd394d page_cache_prev_miss +EXPORT_SYMBOL vmlinux 0x541abff5 bio_free_pages +EXPORT_SYMBOL vmlinux 0x543ef284 seq_hlist_start +EXPORT_SYMBOL vmlinux 0x54445188 i2c_smbus_read_block_data +EXPORT_SYMBOL vmlinux 0x545a2460 pcie_capability_write_word +EXPORT_SYMBOL vmlinux 0x547713c1 blk_put_queue +EXPORT_SYMBOL vmlinux 0x54b1fac6 __ubsan_handle_load_invalid_value +EXPORT_SYMBOL vmlinux 0x54cfacd5 __ctzdi2 +EXPORT_SYMBOL vmlinux 0x54e6fcdd net_enable_timestamp +EXPORT_SYMBOL vmlinux 0x54efd04f security_path_mkdir +EXPORT_SYMBOL vmlinux 0x5506b8f7 netlbl_bitmap_setbit +EXPORT_SYMBOL vmlinux 0x5506d677 ppp_unregister_channel +EXPORT_SYMBOL vmlinux 0x550ac6d0 cfb_copyarea +EXPORT_SYMBOL vmlinux 0x550ee161 insert_inode_locked4 +EXPORT_SYMBOL vmlinux 0x551bd071 __rb_erase_color +EXPORT_SYMBOL vmlinux 0x552b4dc5 tegra_ivc_notified +EXPORT_SYMBOL vmlinux 0x55371b58 is_subdir +EXPORT_SYMBOL vmlinux 0x554a1199 of_find_compatible_node +EXPORT_SYMBOL vmlinux 0x554ae3a4 irq_poll_sched +EXPORT_SYMBOL vmlinux 0x554f84e0 sockopt_ns_capable +EXPORT_SYMBOL vmlinux 0x555209da clk_hw_register_clkdev +EXPORT_SYMBOL vmlinux 0x555ecdba security_sctp_sk_clone +EXPORT_SYMBOL vmlinux 0x5562e403 prepare_to_wait_exclusive +EXPORT_SYMBOL vmlinux 0x5574f8e2 d_set_d_op +EXPORT_SYMBOL vmlinux 0x5578c024 register_tcf_proto_ops +EXPORT_SYMBOL vmlinux 0x558b281d aes_expandkey +EXPORT_SYMBOL vmlinux 0x558eacf7 mipi_dsi_dcs_set_page_address +EXPORT_SYMBOL vmlinux 0x5591243b ip6_frag_init +EXPORT_SYMBOL vmlinux 0x5599bd9d snd_pcm_lib_preallocate_pages +EXPORT_SYMBOL vmlinux 0x55e31703 ethtool_convert_link_mode_to_legacy_u32 +EXPORT_SYMBOL vmlinux 0x55eb869a _raw_read_trylock +EXPORT_SYMBOL vmlinux 0x55fac9ed get_tree_keyed +EXPORT_SYMBOL vmlinux 0x5618e7ef netdev_alert +EXPORT_SYMBOL vmlinux 0x5627c1ca __dec_zone_page_state +EXPORT_SYMBOL vmlinux 0x56311745 copy_page_from_iter +EXPORT_SYMBOL vmlinux 0x5635a60a vmalloc_user +EXPORT_SYMBOL vmlinux 0x563952a3 kblockd_schedule_work +EXPORT_SYMBOL vmlinux 0x563e4f5d t10_pi_type1_ip +EXPORT_SYMBOL vmlinux 0x56455418 release_pages +EXPORT_SYMBOL vmlinux 0x56498087 paddr_vmcoreinfo_note +EXPORT_SYMBOL vmlinux 0x564a13d9 prepare_kernel_cred +EXPORT_SYMBOL vmlinux 0x5653892b tcp_read_skb +EXPORT_SYMBOL vmlinux 0x56684a1e xfrm_policy_alloc +EXPORT_SYMBOL vmlinux 0x567035df pipe_unlock +EXPORT_SYMBOL vmlinux 0x5671579b dev_set_mac_address +EXPORT_SYMBOL vmlinux 0x567ecf4c lookup_one +EXPORT_SYMBOL vmlinux 0x567f378c fddi_type_trans +EXPORT_SYMBOL vmlinux 0x56802ae8 rps_cpu_mask +EXPORT_SYMBOL vmlinux 0x56963329 security_sk_clone +EXPORT_SYMBOL vmlinux 0x56aa9e82 can_nice +EXPORT_SYMBOL vmlinux 0x56b1a7a2 snd_dma_alloc_pages_fallback +EXPORT_SYMBOL vmlinux 0x56b5d7e6 km_new_mapping +EXPORT_SYMBOL vmlinux 0x56c8799d scsi_kunmap_atomic_sg +EXPORT_SYMBOL vmlinux 0x56fb86f8 netdev_adjacent_change_commit +EXPORT_SYMBOL vmlinux 0x570269e3 validate_slab_cache +EXPORT_SYMBOL vmlinux 0x5714df7a sound_class +EXPORT_SYMBOL vmlinux 0x57255ed5 tegra_ivc_cleanup +EXPORT_SYMBOL vmlinux 0x5743a0b3 gpiochip_irq_reqres +EXPORT_SYMBOL vmlinux 0x574c2e74 bitmap_release_region +EXPORT_SYMBOL vmlinux 0x57575f08 dmaengine_put +EXPORT_SYMBOL vmlinux 0x575b752d mmc_of_parse +EXPORT_SYMBOL vmlinux 0x57674fd7 __sw_hweight16 +EXPORT_SYMBOL vmlinux 0x576cc7ed xfrm_policy_bysel_ctx +EXPORT_SYMBOL vmlinux 0x576fd41a cpufreq_get_policy +EXPORT_SYMBOL vmlinux 0x57767ce6 end_buffer_read_sync +EXPORT_SYMBOL vmlinux 0x577cc0bc simple_symlink_inode_operations +EXPORT_SYMBOL vmlinux 0x57b2e4bd tcf_action_update_hw_stats +EXPORT_SYMBOL vmlinux 0x57b98924 input_unregister_handler +EXPORT_SYMBOL vmlinux 0x57c64edd tcp_hashinfo +EXPORT_SYMBOL vmlinux 0x57ceedb1 lockref_put_not_zero +EXPORT_SYMBOL vmlinux 0x57e5170c qcom_scm_iommu_secure_ptbl_size +EXPORT_SYMBOL vmlinux 0x57f284e1 pagecache_get_page +EXPORT_SYMBOL vmlinux 0x57f38cdc qe_get_firmware_info +EXPORT_SYMBOL vmlinux 0x57ff9291 keyring_clear +EXPORT_SYMBOL vmlinux 0x5818fe3c posix_acl_from_mode +EXPORT_SYMBOL vmlinux 0x581cde4e up +EXPORT_SYMBOL vmlinux 0x581e7a8b ps2_command +EXPORT_SYMBOL vmlinux 0x581f98da zlib_inflate +EXPORT_SYMBOL vmlinux 0x5822f576 snd_device_free +EXPORT_SYMBOL vmlinux 0x582b6275 xfrm_if_unregister_cb +EXPORT_SYMBOL vmlinux 0x583560b6 phy_advertise_supported +EXPORT_SYMBOL vmlinux 0x5838f6c9 rtc_valid_tm +EXPORT_SYMBOL vmlinux 0x5855b740 __sg_page_iter_start +EXPORT_SYMBOL vmlinux 0x585deee1 rt_mutex_base_init +EXPORT_SYMBOL vmlinux 0x586281b1 ipv6_setsockopt +EXPORT_SYMBOL vmlinux 0x587a0195 pci_read_config_word +EXPORT_SYMBOL vmlinux 0x587b0954 kvasprintf +EXPORT_SYMBOL vmlinux 0x587b892e qe_get_num_of_risc +EXPORT_SYMBOL vmlinux 0x58850547 sockopt_release_sock +EXPORT_SYMBOL vmlinux 0x5887fed0 sock_gettstamp +EXPORT_SYMBOL vmlinux 0x5892b22b d_invalidate +EXPORT_SYMBOL vmlinux 0x5896e94b inode_nohighmem +EXPORT_SYMBOL vmlinux 0x5897a680 __find_nth_and_andnot_bit +EXPORT_SYMBOL vmlinux 0x589acf6b kobject_init +EXPORT_SYMBOL vmlinux 0x58a27bfa cdev_add +EXPORT_SYMBOL vmlinux 0x58a9faf7 get_user_pages_unlocked +EXPORT_SYMBOL vmlinux 0x58acf24b mdiobus_register_board_info +EXPORT_SYMBOL vmlinux 0x58b4645c dev_close_many +EXPORT_SYMBOL vmlinux 0x58b73bc7 match_wildcard +EXPORT_SYMBOL vmlinux 0x58cba362 block_is_partially_uptodate +EXPORT_SYMBOL vmlinux 0x58d95b50 neigh_seq_start +EXPORT_SYMBOL vmlinux 0x58dbf5cb vme_irq_handler +EXPORT_SYMBOL vmlinux 0x58de1b34 blk_stack_limits +EXPORT_SYMBOL vmlinux 0x58e1f31b mr_mfc_find_any +EXPORT_SYMBOL vmlinux 0x58e3306d bit_wait_io +EXPORT_SYMBOL vmlinux 0x58e9a36a module_layout +EXPORT_SYMBOL vmlinux 0x58fad869 __var_waitqueue +EXPORT_SYMBOL vmlinux 0x58fbfbe8 mini_qdisc_pair_init +EXPORT_SYMBOL vmlinux 0x5906f63e qdisc_create_dflt +EXPORT_SYMBOL vmlinux 0x590d5b39 tcp_ld_RTO_revert +EXPORT_SYMBOL vmlinux 0x591c8c8a rproc_shutdown +EXPORT_SYMBOL vmlinux 0x592b5bd9 tcp_sockets_allocated +EXPORT_SYMBOL vmlinux 0x5931cfb8 netif_device_detach +EXPORT_SYMBOL vmlinux 0x593e9972 xfrm_stateonly_find +EXPORT_SYMBOL vmlinux 0x5940ad65 eth_commit_mac_addr_change +EXPORT_SYMBOL vmlinux 0x5949c65d __inc_zone_page_state +EXPORT_SYMBOL vmlinux 0x594bf15b ioport_map +EXPORT_SYMBOL vmlinux 0x594c1429 snd_pci_quirk_lookup +EXPORT_SYMBOL vmlinux 0x594e1317 __modsi3 +EXPORT_SYMBOL vmlinux 0x594e7337 regset_get +EXPORT_SYMBOL vmlinux 0x5957b337 serio_unregister_port +EXPORT_SYMBOL vmlinux 0x597f7c6d ww_mutex_lock +EXPORT_SYMBOL vmlinux 0x598292f7 inet_addr_type_dev_table +EXPORT_SYMBOL vmlinux 0x59853865 textsearch_find_continuous +EXPORT_SYMBOL vmlinux 0x5991b64b phy_ethtool_set_eee +EXPORT_SYMBOL vmlinux 0x5993bc85 sg_alloc_append_table_from_pages +EXPORT_SYMBOL vmlinux 0x5994c12c skb_dequeue +EXPORT_SYMBOL vmlinux 0x5994db94 dev_set_promiscuity +EXPORT_SYMBOL vmlinux 0x59959efa scsi_scan_host +EXPORT_SYMBOL vmlinux 0x5996ec27 pci_alloc_host_bridge +EXPORT_SYMBOL vmlinux 0x599b4888 qe_setbrg +EXPORT_SYMBOL vmlinux 0x59a17bfc tegra114_clock_tune_cpu_trimmers_high +EXPORT_SYMBOL vmlinux 0x59aa7529 dev_get_by_napi_id +EXPORT_SYMBOL vmlinux 0x59b1d17c pci_add_resource +EXPORT_SYMBOL vmlinux 0x59b4b34d blk_rq_map_kern +EXPORT_SYMBOL vmlinux 0x59b7cab6 mempool_resize +EXPORT_SYMBOL vmlinux 0x59bb1d0b mini_qdisc_pair_block_init +EXPORT_SYMBOL vmlinux 0x59cf0b3b zstd_compress_bound +EXPORT_SYMBOL vmlinux 0x59d29dab v7_flush_kern_dcache_area +EXPORT_SYMBOL vmlinux 0x59dc4c05 mfd_cell_disable +EXPORT_SYMBOL vmlinux 0x59e5070d __do_div64 +EXPORT_SYMBOL vmlinux 0x59e78ab9 ipv4_specific +EXPORT_SYMBOL vmlinux 0x5a0b73d0 zlib_deflateInit2 +EXPORT_SYMBOL vmlinux 0x5a14de15 radix_tree_insert +EXPORT_SYMBOL vmlinux 0x5a1c0033 dev_pick_tx_zero +EXPORT_SYMBOL vmlinux 0x5a2925e2 jbd2_journal_free_reserved +EXPORT_SYMBOL vmlinux 0x5a298645 request_partial_firmware_into_buf +EXPORT_SYMBOL vmlinux 0x5a358382 netdev_bonding_info_change +EXPORT_SYMBOL vmlinux 0x5a366423 input_set_capability +EXPORT_SYMBOL vmlinux 0x5a3c2f80 phy_ethtool_ksettings_set +EXPORT_SYMBOL vmlinux 0x5a434576 blk_queue_max_hw_sectors +EXPORT_SYMBOL vmlinux 0x5a4b3d7a netdev_txq_to_tc +EXPORT_SYMBOL vmlinux 0x5a4d313e gf128mul_4k_lle +EXPORT_SYMBOL vmlinux 0x5a50fd19 free_task +EXPORT_SYMBOL vmlinux 0x5a577599 dev_graft_qdisc +EXPORT_SYMBOL vmlinux 0x5a6b59b2 netdev_offload_xstats_get +EXPORT_SYMBOL vmlinux 0x5a88ddec devfreq_monitor_start +EXPORT_SYMBOL vmlinux 0x5a89f55a jbd2_journal_dirty_metadata +EXPORT_SYMBOL vmlinux 0x5a95c78a ipv6_mc_check_mld +EXPORT_SYMBOL vmlinux 0x5a99a0d7 flow_get_u32_dst +EXPORT_SYMBOL vmlinux 0x5a9ebc14 ihold +EXPORT_SYMBOL vmlinux 0x5ac07fea generic_file_fsync +EXPORT_SYMBOL vmlinux 0x5ac39814 xsk_clear_tx_need_wakeup +EXPORT_SYMBOL vmlinux 0x5aca6c47 xfrm6_input_addr +EXPORT_SYMBOL vmlinux 0x5ad3c5cc make_kprojid +EXPORT_SYMBOL vmlinux 0x5ae1154b __traceiter_kfree +EXPORT_SYMBOL vmlinux 0x5af6cb15 tegra_dfll_unregister +EXPORT_SYMBOL vmlinux 0x5afbb370 __dev_get_by_name +EXPORT_SYMBOL vmlinux 0x5b04be5a disable_fiq +EXPORT_SYMBOL vmlinux 0x5b062284 gen_pool_fixed_alloc +EXPORT_SYMBOL vmlinux 0x5b63c3c2 alloc_file_pseudo +EXPORT_SYMBOL vmlinux 0x5b87ee0c iget_failed +EXPORT_SYMBOL vmlinux 0x5b954ceb devfreq_remove_device +EXPORT_SYMBOL vmlinux 0x5ba54ddb inet6_bind +EXPORT_SYMBOL vmlinux 0x5ba888a3 inet_del_offload +EXPORT_SYMBOL vmlinux 0x5ba8a6b8 security_inode_setsecctx +EXPORT_SYMBOL vmlinux 0x5bae11b6 configfs_undepend_item +EXPORT_SYMBOL vmlinux 0x5bb27b66 max8925_set_bits +EXPORT_SYMBOL vmlinux 0x5bb91849 devm_pci_remap_cfgspace +EXPORT_SYMBOL vmlinux 0x5bbe49f4 __init_waitqueue_head +EXPORT_SYMBOL vmlinux 0x5bc7c7a3 of_phy_get_and_connect +EXPORT_SYMBOL vmlinux 0x5bd136fd tcp_md5_do_add +EXPORT_SYMBOL vmlinux 0x5bd4ff88 flow_action_cookie_create +EXPORT_SYMBOL vmlinux 0x5bda4214 _raw_read_lock +EXPORT_SYMBOL vmlinux 0x5bdb7603 sock_copy_user_timeval +EXPORT_SYMBOL vmlinux 0x5be13017 cad_pid +EXPORT_SYMBOL vmlinux 0x5be63c5b crc32c_csum_stub +EXPORT_SYMBOL vmlinux 0x5c1291ca udp6_csum_init +EXPORT_SYMBOL vmlinux 0x5c12dad4 vme_alloc_consistent +EXPORT_SYMBOL vmlinux 0x5c277d76 skb_tx_error +EXPORT_SYMBOL vmlinux 0x5c2bdfcb dst_cow_metrics_generic +EXPORT_SYMBOL vmlinux 0x5c31a389 dev_add_pack +EXPORT_SYMBOL vmlinux 0x5c369b50 tcp_v4_connect +EXPORT_SYMBOL vmlinux 0x5c37e2cd devfreq_monitor_resume +EXPORT_SYMBOL vmlinux 0x5c3af2f4 ip6_output +EXPORT_SYMBOL vmlinux 0x5c3c7387 kstrtoull +EXPORT_SYMBOL vmlinux 0x5c5165d2 configfs_remove_default_groups +EXPORT_SYMBOL vmlinux 0x5c5fab89 xsk_uses_need_wakeup +EXPORT_SYMBOL vmlinux 0x5c61cdc1 uart_remove_one_port +EXPORT_SYMBOL vmlinux 0x5c65bb36 vme_slot_num +EXPORT_SYMBOL vmlinux 0x5c6c6a94 __inet6_lookup_established +EXPORT_SYMBOL vmlinux 0x5c716976 hdmi_audio_infoframe_pack_only +EXPORT_SYMBOL vmlinux 0x5c7f1284 int_sqrt64 +EXPORT_SYMBOL vmlinux 0x5c850c3c fd_install +EXPORT_SYMBOL vmlinux 0x5c9284a0 processor_id +EXPORT_SYMBOL vmlinux 0x5c9a8a1b sock_recv_errqueue +EXPORT_SYMBOL vmlinux 0x5ca7f1d4 serio_close +EXPORT_SYMBOL vmlinux 0x5cb06c94 flow_rule_match_cvlan +EXPORT_SYMBOL vmlinux 0x5cb96a4f bio_add_pc_page +EXPORT_SYMBOL vmlinux 0x5cbd8e69 __crc32c_le +EXPORT_SYMBOL vmlinux 0x5cc16cc8 pci_rebar_get_possible_sizes +EXPORT_SYMBOL vmlinux 0x5cdf8899 skb_trim +EXPORT_SYMBOL vmlinux 0x5cf53ce2 input_free_minor +EXPORT_SYMBOL vmlinux 0x5d073f02 bio_kmalloc +EXPORT_SYMBOL vmlinux 0x5d0f23d5 tcp_mss_to_mtu +EXPORT_SYMBOL vmlinux 0x5d239269 import_single_range +EXPORT_SYMBOL vmlinux 0x5d244d00 phy_start_aneg +EXPORT_SYMBOL vmlinux 0x5d275c0a netdev_offload_xstats_enable +EXPORT_SYMBOL vmlinux 0x5d35c2d3 nf_unregister_sockopt +EXPORT_SYMBOL vmlinux 0x5d37d658 dim_park_tired +EXPORT_SYMBOL vmlinux 0x5d42fe20 tcp_disconnect +EXPORT_SYMBOL vmlinux 0x5d49aabc init_wait_var_entry +EXPORT_SYMBOL vmlinux 0x5d4c5831 noop_llseek +EXPORT_SYMBOL vmlinux 0x5d518cde netif_carrier_off +EXPORT_SYMBOL vmlinux 0x5d5d24bb sk_ns_capable +EXPORT_SYMBOL vmlinux 0x5d808847 rpmh_write_async +EXPORT_SYMBOL vmlinux 0x5dba71d7 sg_last +EXPORT_SYMBOL vmlinux 0x5dca4c33 fget_raw +EXPORT_SYMBOL vmlinux 0x5dcad0bc of_device_register +EXPORT_SYMBOL vmlinux 0x5dcf49f7 param_ops_byte +EXPORT_SYMBOL vmlinux 0x5dcf6341 outer_cache +EXPORT_SYMBOL vmlinux 0x5dd0ab1c dquot_commit +EXPORT_SYMBOL vmlinux 0x5dddfe4a of_mdiobus_phy_device_register +EXPORT_SYMBOL vmlinux 0x5dfb30d4 tcf_get_next_chain +EXPORT_SYMBOL vmlinux 0x5e0ccb9f sha1_transform +EXPORT_SYMBOL vmlinux 0x5e1bc343 snd_pcm_lib_free_vmalloc_buffer +EXPORT_SYMBOL vmlinux 0x5e3641db udp_read_skb +EXPORT_SYMBOL vmlinux 0x5e373fb4 gf128mul_64k_bbe +EXPORT_SYMBOL vmlinux 0x5e38c830 __kfifo_dma_out_prepare +EXPORT_SYMBOL vmlinux 0x5e431e9a generic_pipe_buf_get +EXPORT_SYMBOL vmlinux 0x5e445f29 of_find_node_with_property +EXPORT_SYMBOL vmlinux 0x5e4d078e twl6040_clear_bits +EXPORT_SYMBOL vmlinux 0x5e57c755 eth_platform_get_mac_address +EXPORT_SYMBOL vmlinux 0x5e5ffd4e freezer_active +EXPORT_SYMBOL vmlinux 0x5e636a90 devfreq_add_device +EXPORT_SYMBOL vmlinux 0x5e6f91f9 tegra_powergate_remove_clamping +EXPORT_SYMBOL vmlinux 0x5e7986db mmc_register_driver +EXPORT_SYMBOL vmlinux 0x5e7e03a9 xz_dec_microlzma_run +EXPORT_SYMBOL vmlinux 0x5e7f4920 snd_pcm_format_set_silence +EXPORT_SYMBOL vmlinux 0x5e88d5b8 i2c_get_adapter +EXPORT_SYMBOL vmlinux 0x5e95b1cd current_umask +EXPORT_SYMBOL vmlinux 0x5e9f3a53 tcp_v4_do_rcv +EXPORT_SYMBOL vmlinux 0x5ea3e17a truncate_setsize +EXPORT_SYMBOL vmlinux 0x5ea51f98 sock_efree +EXPORT_SYMBOL vmlinux 0x5eb8c12f tcp_select_initial_window +EXPORT_SYMBOL vmlinux 0x5ec4aee6 put_sg_io_hdr +EXPORT_SYMBOL vmlinux 0x5ec9dabf cdev_device_del +EXPORT_SYMBOL vmlinux 0x5ecbde1a __splice_from_pipe +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 0x5eded838 mdiobus_read_nested +EXPORT_SYMBOL vmlinux 0x5edf0b37 complete_request_key +EXPORT_SYMBOL vmlinux 0x5f017ebc dump_emit +EXPORT_SYMBOL vmlinux 0x5f0938f5 udp6_set_csum +EXPORT_SYMBOL vmlinux 0x5f098b2a in6addr_interfacelocal_allrouters +EXPORT_SYMBOL vmlinux 0x5f0dd1f9 fb_show_logo +EXPORT_SYMBOL vmlinux 0x5f11387f scsi_add_host_with_dma +EXPORT_SYMBOL vmlinux 0x5f2ba55e security_req_classify_flow +EXPORT_SYMBOL vmlinux 0x5f30e7a7 tegra_io_pad_power_disable +EXPORT_SYMBOL vmlinux 0x5f513699 of_graph_get_remote_port_parent +EXPORT_SYMBOL vmlinux 0x5f52e84d qcom_scm_pas_metadata_release +EXPORT_SYMBOL vmlinux 0x5f5441c8 __ubsan_handle_alignment_assumption +EXPORT_SYMBOL vmlinux 0x5f5703d6 posix_lock_file +EXPORT_SYMBOL vmlinux 0x5f672052 kernel_param_unlock +EXPORT_SYMBOL vmlinux 0x5f691aa0 skb_copy_bits +EXPORT_SYMBOL vmlinux 0x5f6b027d tc_setup_cb_call +EXPORT_SYMBOL vmlinux 0x5f73517f sb_set_blocksize +EXPORT_SYMBOL vmlinux 0x5f754e5a memset +EXPORT_SYMBOL vmlinux 0x5f7dc646 snd_soc_alloc_ac97_component +EXPORT_SYMBOL vmlinux 0x5f924fd2 rproc_get_by_phandle +EXPORT_SYMBOL vmlinux 0x5fa14675 set_groups +EXPORT_SYMBOL vmlinux 0x5faaf6f1 kmem_cache_alloc_bulk +EXPORT_SYMBOL vmlinux 0x5fb01358 alloc_pages_exact +EXPORT_SYMBOL vmlinux 0x5fb8ac05 of_find_device_by_node +EXPORT_SYMBOL vmlinux 0x5fd6b349 netlink_set_err +EXPORT_SYMBOL vmlinux 0x5fde0847 register_key_type +EXPORT_SYMBOL vmlinux 0x5ff11cc3 pcibios_min_io +EXPORT_SYMBOL vmlinux 0x60054616 pci_restore_state +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 0x601f97e1 mdiobus_alloc_size +EXPORT_SYMBOL vmlinux 0x60246203 flow_rule_match_l2tpv3 +EXPORT_SYMBOL vmlinux 0x602c96f0 copy_to_user_fromio +EXPORT_SYMBOL vmlinux 0x60352082 register_inet6addr_notifier +EXPORT_SYMBOL vmlinux 0x6055fe7a dcb_setapp +EXPORT_SYMBOL vmlinux 0x6056ddbc ptp_schedule_worker +EXPORT_SYMBOL vmlinux 0x605790dc fiemap_fill_next_extent +EXPORT_SYMBOL vmlinux 0x605fa597 locks_delete_block +EXPORT_SYMBOL vmlinux 0x606c6956 rtnl_create_link +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 0x60bffe6d div64_u64 +EXPORT_SYMBOL vmlinux 0x60ca8eba __d_drop +EXPORT_SYMBOL vmlinux 0x60d55a8d jbd2_journal_flush +EXPORT_SYMBOL vmlinux 0x60d8ab30 vme_lm_get +EXPORT_SYMBOL vmlinux 0x60dd0006 vm_iomap_memory +EXPORT_SYMBOL vmlinux 0x60e60217 param_ops_int +EXPORT_SYMBOL vmlinux 0x61147b7b snd_ctl_boolean_stereo_info +EXPORT_SYMBOL vmlinux 0x6117602f par_io_of_config +EXPORT_SYMBOL vmlinux 0x6121bd54 dql_init +EXPORT_SYMBOL vmlinux 0x6128b5fc __printk_ratelimit +EXPORT_SYMBOL vmlinux 0x613038f3 simple_rename +EXPORT_SYMBOL vmlinux 0x61347034 mb_cache_entry_delete_or_get +EXPORT_SYMBOL vmlinux 0x61507e5e key_invalidate +EXPORT_SYMBOL vmlinux 0x6156c7f4 net_dim +EXPORT_SYMBOL vmlinux 0x615911d7 __bitmap_set +EXPORT_SYMBOL vmlinux 0x615b9505 tcp_enter_quickack_mode +EXPORT_SYMBOL vmlinux 0x6162998d uart_add_one_port +EXPORT_SYMBOL vmlinux 0x61810e2d rdmacg_try_charge +EXPORT_SYMBOL vmlinux 0x61b010ef snd_compr_malloc_pages +EXPORT_SYMBOL vmlinux 0x61b76bb9 smp_call_function_many +EXPORT_SYMBOL vmlinux 0x61b7b126 simple_strtoull +EXPORT_SYMBOL vmlinux 0x61baf5ad call_fib_notifiers +EXPORT_SYMBOL vmlinux 0x61bd3c52 rproc_detach +EXPORT_SYMBOL vmlinux 0x61c76b3a proc_dointvec_jiffies +EXPORT_SYMBOL vmlinux 0x61e272c9 sha256_final +EXPORT_SYMBOL vmlinux 0x61ea189b fb_pad_aligned_buffer +EXPORT_SYMBOL vmlinux 0x61f04d85 scsi_is_sdev_device +EXPORT_SYMBOL vmlinux 0x61f4a810 of_parse_phandle_with_args_map +EXPORT_SYMBOL vmlinux 0x61fdf7db take_dentry_name_snapshot +EXPORT_SYMBOL vmlinux 0x6214aef2 cpufreq_unregister_notifier +EXPORT_SYMBOL vmlinux 0x62166098 get_phy_device +EXPORT_SYMBOL vmlinux 0x6218be2d mt_find +EXPORT_SYMBOL vmlinux 0x6218e9d6 sk_stream_kill_queues +EXPORT_SYMBOL vmlinux 0x621fefd7 tcp_md5_do_del +EXPORT_SYMBOL vmlinux 0x6222a414 iw_handler_set_thrspy +EXPORT_SYMBOL vmlinux 0x6228c21f smp_call_function_single +EXPORT_SYMBOL vmlinux 0x623b0ed6 ethtool_get_phc_vclocks +EXPORT_SYMBOL vmlinux 0x62469303 kernel_sendmsg_locked +EXPORT_SYMBOL vmlinux 0x6251529f tcp_gro_complete +EXPORT_SYMBOL vmlinux 0x625c1169 __filemap_get_folio +EXPORT_SYMBOL vmlinux 0x62737e1d sock_unregister +EXPORT_SYMBOL vmlinux 0x6278c55a kernel_accept +EXPORT_SYMBOL vmlinux 0x627c9640 inet_get_local_port_range +EXPORT_SYMBOL vmlinux 0x62849ac7 dev_valid_name +EXPORT_SYMBOL vmlinux 0x6289b0a0 skb_recv_datagram +EXPORT_SYMBOL vmlinux 0x628ab1b2 mmc_card_is_blockaddr +EXPORT_SYMBOL vmlinux 0x62951bde netif_rx +EXPORT_SYMBOL vmlinux 0x62a4ad2f flow_rule_match_enc_ip +EXPORT_SYMBOL vmlinux 0x62ba9071 phy_aneg_done +EXPORT_SYMBOL vmlinux 0x62bed45e __cgroup_bpf_run_filter_sock_addr +EXPORT_SYMBOL vmlinux 0x62c7889f nla_put_64bit +EXPORT_SYMBOL vmlinux 0x62d56363 seq_file_path +EXPORT_SYMBOL vmlinux 0x62dc2a92 capable_wrt_inode_uidgid +EXPORT_SYMBOL vmlinux 0x62f576d9 trace_seq_hex_dump +EXPORT_SYMBOL vmlinux 0x6315c42c zstd_get_params +EXPORT_SYMBOL vmlinux 0x63195419 __register_chrdev +EXPORT_SYMBOL vmlinux 0x631d06aa cpu_rmap_put +EXPORT_SYMBOL vmlinux 0x6342f99f mipi_dsi_create_packet +EXPORT_SYMBOL vmlinux 0x634d27be md_handle_request +EXPORT_SYMBOL vmlinux 0x6351ac42 zstd_get_error_name +EXPORT_SYMBOL vmlinux 0x635e6690 __inode_sub_bytes +EXPORT_SYMBOL vmlinux 0x635e7fa6 register_sound_mixer +EXPORT_SYMBOL vmlinux 0x637493f3 __wake_up +EXPORT_SYMBOL vmlinux 0x638fba95 max8925_reg_read +EXPORT_SYMBOL vmlinux 0x63a58370 flow_action_cookie_destroy +EXPORT_SYMBOL vmlinux 0x63a7c28c bitmap_find_free_region +EXPORT_SYMBOL vmlinux 0x63b25181 kill_pgrp +EXPORT_SYMBOL vmlinux 0x63b59beb dec_node_page_state +EXPORT_SYMBOL vmlinux 0x63b5d755 input_flush_device +EXPORT_SYMBOL vmlinux 0x63d9a045 kthread_stop +EXPORT_SYMBOL vmlinux 0x63eb9355 panic_blink +EXPORT_SYMBOL vmlinux 0x63f29eda mtree_alloc_range +EXPORT_SYMBOL vmlinux 0x63f5460a of_find_mipi_dsi_host_by_node +EXPORT_SYMBOL vmlinux 0x63f5a808 sock_set_priority +EXPORT_SYMBOL vmlinux 0x63f9f96a mmc_request_done +EXPORT_SYMBOL vmlinux 0x640ea7dd do_clone_file_range +EXPORT_SYMBOL vmlinux 0x64127b67 bitmap_find_next_zero_area_off +EXPORT_SYMBOL vmlinux 0x641f3c69 snd_dma_free_pages +EXPORT_SYMBOL vmlinux 0x642109d5 qdisc_warn_nonwc +EXPORT_SYMBOL vmlinux 0x642c8847 tcp_v4_mtu_reduced +EXPORT_SYMBOL vmlinux 0x64444905 dquot_writeback_dquots +EXPORT_SYMBOL vmlinux 0x6455298a security_xfrm_policy_free +EXPORT_SYMBOL vmlinux 0x645e3d9d ww_mutex_trylock +EXPORT_SYMBOL vmlinux 0x647af474 prepare_to_wait_event +EXPORT_SYMBOL vmlinux 0x6481ffe0 hsiphash_1u32 +EXPORT_SYMBOL vmlinux 0x64833350 i2c_smbus_pec +EXPORT_SYMBOL vmlinux 0x648eb59d gc_inflight_list +EXPORT_SYMBOL vmlinux 0x649fe8d0 __xfrm_decode_session +EXPORT_SYMBOL vmlinux 0x64a27e48 vme_init_bridge +EXPORT_SYMBOL vmlinux 0x64a9c928 default_blu +EXPORT_SYMBOL vmlinux 0x64aacf0c mount_bdev +EXPORT_SYMBOL vmlinux 0x64bcb1bf vga_set_legacy_decoding +EXPORT_SYMBOL vmlinux 0x64bdb459 pci_pme_capable +EXPORT_SYMBOL vmlinux 0x64bf9dbe inet_accept +EXPORT_SYMBOL vmlinux 0x64c061a3 __genphy_config_aneg +EXPORT_SYMBOL vmlinux 0x64cb09f0 neigh_seq_stop +EXPORT_SYMBOL vmlinux 0x64ce0eac scsi_dma_unmap +EXPORT_SYMBOL vmlinux 0x64ed4c08 iterate_fd +EXPORT_SYMBOL vmlinux 0x650608c0 kobject_del +EXPORT_SYMBOL vmlinux 0x650751af xfrm_dst_ifdown +EXPORT_SYMBOL vmlinux 0x650bebcc seg6_hmac_net_exit +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 0x6515d780 tcp_md5_key_copy +EXPORT_SYMBOL vmlinux 0x651795b4 __put_user_ns +EXPORT_SYMBOL vmlinux 0x6517c8ca devm_kvasprintf +EXPORT_SYMBOL vmlinux 0x651a4139 test_taint +EXPORT_SYMBOL vmlinux 0x652032cb mac_pton +EXPORT_SYMBOL vmlinux 0x65377535 pcibios_bus_to_resource +EXPORT_SYMBOL vmlinux 0x65408378 zlib_inflate_blob +EXPORT_SYMBOL vmlinux 0x6578533e prepare_to_wait +EXPORT_SYMBOL vmlinux 0x658ce1a8 xxh64_reset +EXPORT_SYMBOL vmlinux 0x65929cae ns_to_timespec64 +EXPORT_SYMBOL vmlinux 0x659ded26 xfrm_flush_gc +EXPORT_SYMBOL vmlinux 0x659eea6a icmp_ndo_send +EXPORT_SYMBOL vmlinux 0x65c15113 posix_acl_update_mode +EXPORT_SYMBOL vmlinux 0x65d2f212 blk_mq_requeue_request +EXPORT_SYMBOL vmlinux 0x65d411e9 idr_get_next +EXPORT_SYMBOL vmlinux 0x65d9e877 cpufreq_register_notifier +EXPORT_SYMBOL vmlinux 0x65dc32be fiemap_prep +EXPORT_SYMBOL vmlinux 0x65dccf13 xz_dec_end +EXPORT_SYMBOL vmlinux 0x65ec27a9 thermal_zone_device_critical +EXPORT_SYMBOL vmlinux 0x65ff64c0 file_path +EXPORT_SYMBOL vmlinux 0x65ff74c4 flow_rule_match_meta +EXPORT_SYMBOL vmlinux 0x66022e32 unregister_mtd_chip_driver +EXPORT_SYMBOL vmlinux 0x6602353d __mdiobus_read +EXPORT_SYMBOL vmlinux 0x6604b45d from_kgid_munged +EXPORT_SYMBOL vmlinux 0x6619d1cb skb_flow_dissect_tunnel_info +EXPORT_SYMBOL vmlinux 0x661a677f simple_recursive_removal +EXPORT_SYMBOL vmlinux 0x66218b0d jbd2_journal_put_journal_head +EXPORT_SYMBOL vmlinux 0x66235e59 sk_page_frag_refill +EXPORT_SYMBOL vmlinux 0x662514c4 forget_all_cached_acls +EXPORT_SYMBOL vmlinux 0x663a31a0 snd_unregister_oss_device +EXPORT_SYMBOL vmlinux 0x66474aa4 neigh_proc_dointvec +EXPORT_SYMBOL vmlinux 0x665e2513 zstd_max_clevel +EXPORT_SYMBOL vmlinux 0x666863dc par_io_config_pin +EXPORT_SYMBOL vmlinux 0x6673f96d xxh32_reset +EXPORT_SYMBOL vmlinux 0x6674bd14 omap_vrfb_request_ctx +EXPORT_SYMBOL vmlinux 0x667fc65e tty_unlock +EXPORT_SYMBOL vmlinux 0x669c191b dm_consume_args +EXPORT_SYMBOL vmlinux 0x66a62f43 gnet_stats_start_copy +EXPORT_SYMBOL vmlinux 0x66aed8c5 csum_partial_copy_from_user +EXPORT_SYMBOL vmlinux 0x66b457d0 flow_rule_match_ipv6_addrs +EXPORT_SYMBOL vmlinux 0x66cd7714 tty_insert_flip_string_fixed_flag +EXPORT_SYMBOL vmlinux 0x66dccce9 param_get_charp +EXPORT_SYMBOL vmlinux 0x66f00271 file_modified +EXPORT_SYMBOL vmlinux 0x66fed12b md_cluster_ops +EXPORT_SYMBOL vmlinux 0x67092819 resource_list_create_entry +EXPORT_SYMBOL vmlinux 0x6749d53f hdmi_vendor_infoframe_init +EXPORT_SYMBOL vmlinux 0x674a78f3 phy_connect +EXPORT_SYMBOL vmlinux 0x6754d335 kill_fasync +EXPORT_SYMBOL vmlinux 0x67572ae8 pm_vt_switch_unregister +EXPORT_SYMBOL vmlinux 0x67597ff7 fs_param_is_string +EXPORT_SYMBOL vmlinux 0x675a508f fs_param_is_u64 +EXPORT_SYMBOL vmlinux 0x676bbc0f _set_bit +EXPORT_SYMBOL vmlinux 0x676c272b dev_uc_flush +EXPORT_SYMBOL vmlinux 0x6770679d brioctl_set +EXPORT_SYMBOL vmlinux 0x67794a45 pci_resize_resource +EXPORT_SYMBOL vmlinux 0x679b2aee of_graph_is_present +EXPORT_SYMBOL vmlinux 0x679e6b37 pci_scan_slot +EXPORT_SYMBOL vmlinux 0x679ed627 cdev_init +EXPORT_SYMBOL vmlinux 0x67a5992e pci_bus_add_devices +EXPORT_SYMBOL vmlinux 0x67addff0 generic_writepages +EXPORT_SYMBOL vmlinux 0x67b27ec1 tty_std_termios +EXPORT_SYMBOL vmlinux 0x67b78eb3 seq_hlist_next_rcu +EXPORT_SYMBOL vmlinux 0x67b7a419 cpufreq_generic_suspend +EXPORT_SYMBOL vmlinux 0x67cdec01 of_graph_parse_endpoint +EXPORT_SYMBOL vmlinux 0x67ea6e61 trace_print_hex_dump_seq +EXPORT_SYMBOL vmlinux 0x67f5fdc3 md_check_recovery +EXPORT_SYMBOL vmlinux 0x680e59b5 proc_mkdir_mode +EXPORT_SYMBOL vmlinux 0x6820f06f pipe_lock +EXPORT_SYMBOL vmlinux 0x68257abb ioc_lookup_icq +EXPORT_SYMBOL vmlinux 0x68532af6 pcim_set_mwi +EXPORT_SYMBOL vmlinux 0x685ea04c mipi_dsi_dcs_set_display_off +EXPORT_SYMBOL vmlinux 0x687b6a16 kdbgetsymval +EXPORT_SYMBOL vmlinux 0x689ac65c snd_jack_add_new_kctl +EXPORT_SYMBOL vmlinux 0x68a24153 snd_pcm_format_physical_width +EXPORT_SYMBOL vmlinux 0x68c10425 get_tree_single +EXPORT_SYMBOL vmlinux 0x68fb581a icst307_idx2s +EXPORT_SYMBOL vmlinux 0x68fffefe netdev_rx_csum_fault +EXPORT_SYMBOL vmlinux 0x69129bf5 inet_del_protocol +EXPORT_SYMBOL vmlinux 0x69177b1c cdev_alloc +EXPORT_SYMBOL vmlinux 0x6924efc8 mmc_gpiod_request_cd_irq +EXPORT_SYMBOL vmlinux 0x69256436 __blk_rq_map_sg +EXPORT_SYMBOL vmlinux 0x695d546d vfs_mkdir +EXPORT_SYMBOL vmlinux 0x69668826 netdev_increment_features +EXPORT_SYMBOL vmlinux 0x6971447a rtc_month_days +EXPORT_SYMBOL vmlinux 0x6972e413 __bitmap_weight_and +EXPORT_SYMBOL vmlinux 0x6988139f xsk_set_rx_need_wakeup +EXPORT_SYMBOL vmlinux 0x6994309b nand_ecc_sw_hamming_correct +EXPORT_SYMBOL vmlinux 0x69a321f9 simple_fill_super +EXPORT_SYMBOL vmlinux 0x69c3161a gnet_stats_copy_rate_est +EXPORT_SYMBOL vmlinux 0x69c3ea15 phy_support_sym_pause +EXPORT_SYMBOL vmlinux 0x69d12c6f udp_flush_pending_frames +EXPORT_SYMBOL vmlinux 0x69de8757 vme_check_window +EXPORT_SYMBOL vmlinux 0x69e51d08 __alloc_bucket_spinlocks +EXPORT_SYMBOL vmlinux 0x69f2579a mipi_dsi_dcs_set_display_brightness_large +EXPORT_SYMBOL vmlinux 0x6a037cf1 mempool_kfree +EXPORT_SYMBOL vmlinux 0x6a446aa7 dm_put_device +EXPORT_SYMBOL vmlinux 0x6a45b181 set_nlink +EXPORT_SYMBOL vmlinux 0x6a5cb5ee __get_free_pages +EXPORT_SYMBOL vmlinux 0x6a5ecb18 unregister_module_notifier +EXPORT_SYMBOL vmlinux 0x6a6e05bf kstrtou8 +EXPORT_SYMBOL vmlinux 0x6a74f4cc inet6_register_protosw +EXPORT_SYMBOL vmlinux 0x6a7bfd20 netdev_lower_get_next +EXPORT_SYMBOL vmlinux 0x6a82bb52 genphy_soft_reset +EXPORT_SYMBOL vmlinux 0x6a84a4ef input_mt_report_finger_count +EXPORT_SYMBOL vmlinux 0x6a8779d4 jbd2__journal_start +EXPORT_SYMBOL vmlinux 0x6a879513 pci_enable_wake +EXPORT_SYMBOL vmlinux 0x6a88f97d dev_change_flags +EXPORT_SYMBOL vmlinux 0x6aaa52f0 unpin_user_pages_dirty_lock +EXPORT_SYMBOL vmlinux 0x6ab78f4f dev_getbyhwaddr_rcu +EXPORT_SYMBOL vmlinux 0x6ac80c29 __tracepoint_mmap_lock_acquire_returned +EXPORT_SYMBOL vmlinux 0x6ad3246d d_instantiate_anon +EXPORT_SYMBOL vmlinux 0x6add5c9a dmi_find_device +EXPORT_SYMBOL vmlinux 0x6aec20c7 bio_integrity_alloc +EXPORT_SYMBOL vmlinux 0x6aeefac4 zlib_deflateReset +EXPORT_SYMBOL vmlinux 0x6af7b21a packing +EXPORT_SYMBOL vmlinux 0x6b2dc060 dump_stack +EXPORT_SYMBOL vmlinux 0x6b2def21 __traceiter_mmap_lock_acquire_returned +EXPORT_SYMBOL vmlinux 0x6b33588c mmc_gpio_set_cd_isr +EXPORT_SYMBOL vmlinux 0x6b352ba2 tty_register_device +EXPORT_SYMBOL vmlinux 0x6b440b65 tcp_fastopen_defer_connect +EXPORT_SYMBOL vmlinux 0x6b525875 devm_aperture_acquire_for_platform_device +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 0x6b9dc653 jbd2_journal_init_dev +EXPORT_SYMBOL vmlinux 0x6b9e6ec8 mini_qdisc_pair_swap +EXPORT_SYMBOL vmlinux 0x6bac0f4d pci_remap_iospace +EXPORT_SYMBOL vmlinux 0x6bc3fbc0 __unregister_chrdev +EXPORT_SYMBOL vmlinux 0x6bc6db94 __skb_try_recv_datagram +EXPORT_SYMBOL vmlinux 0x6bc6eebd __nla_reserve_64bit +EXPORT_SYMBOL vmlinux 0x6bc8b39f ip_fraglist_init +EXPORT_SYMBOL vmlinux 0x6bcb4458 devm_extcon_register_notifier_all +EXPORT_SYMBOL vmlinux 0x6bf63fd0 vme_unregister_bridge +EXPORT_SYMBOL vmlinux 0x6c0439e3 generic_copy_file_range +EXPORT_SYMBOL vmlinux 0x6c0a2238 vme_register_driver +EXPORT_SYMBOL vmlinux 0x6c0b960a kern_unmount +EXPORT_SYMBOL vmlinux 0x6c1a1f4a mipi_dsi_picture_parameter_set +EXPORT_SYMBOL vmlinux 0x6c1ce5ce strcspn +EXPORT_SYMBOL vmlinux 0x6c257ac0 tty_termios_hw_change +EXPORT_SYMBOL vmlinux 0x6c284f22 netdev_offload_xstats_push_delta +EXPORT_SYMBOL vmlinux 0x6c2d3a23 rproc_mem_entry_init +EXPORT_SYMBOL vmlinux 0x6c2e2a5a always_delete_dentry +EXPORT_SYMBOL vmlinux 0x6c31a185 mii_ethtool_sset +EXPORT_SYMBOL vmlinux 0x6c3d3caa input_set_abs_params +EXPORT_SYMBOL vmlinux 0x6c53c8df phy_read_paged +EXPORT_SYMBOL vmlinux 0x6c61ce70 num_registered_fb +EXPORT_SYMBOL vmlinux 0x6c76e482 nand_create_bbt +EXPORT_SYMBOL vmlinux 0x6c810e42 __xa_clear_mark +EXPORT_SYMBOL vmlinux 0x6c82b520 cred_fscmp +EXPORT_SYMBOL vmlinux 0x6c91cfcc snd_timer_new +EXPORT_SYMBOL vmlinux 0x6c934422 __kmap_to_page +EXPORT_SYMBOL vmlinux 0x6ca88d7c phy_modify_paged_changed +EXPORT_SYMBOL vmlinux 0x6cad4993 rproc_add_subdev +EXPORT_SYMBOL vmlinux 0x6cb02444 __pskb_pull_tail +EXPORT_SYMBOL vmlinux 0x6cb46525 netlbl_catmap_walk +EXPORT_SYMBOL vmlinux 0x6cb7c28d scm_fp_dup +EXPORT_SYMBOL vmlinux 0x6cbc57b2 pci_ep_cfs_remove_epc_group +EXPORT_SYMBOL vmlinux 0x6cc89b24 devm_devfreq_unregister_notifier +EXPORT_SYMBOL vmlinux 0x6cc91a40 generic_error_remove_page +EXPORT_SYMBOL vmlinux 0x6cc92b73 dev_addr_add +EXPORT_SYMBOL vmlinux 0x6cce5f5f n_tty_ioctl_helper +EXPORT_SYMBOL vmlinux 0x6cd224db security_sb_remount +EXPORT_SYMBOL vmlinux 0x6ce7d51a twl6040_set_pll +EXPORT_SYMBOL vmlinux 0x6ce7f8e4 vfs_get_link +EXPORT_SYMBOL vmlinux 0x6ce947fd find_inode_nowait +EXPORT_SYMBOL vmlinux 0x6cf0d67d qe_get_num_of_snums +EXPORT_SYMBOL vmlinux 0x6d0eb3f3 __phy_write_mmd +EXPORT_SYMBOL vmlinux 0x6d294e43 clock_t_to_jiffies +EXPORT_SYMBOL vmlinux 0x6d39b626 secure_tcpv6_ts_off +EXPORT_SYMBOL vmlinux 0x6d4ace88 tcp_seq_stop +EXPORT_SYMBOL vmlinux 0x6d5f06e1 ucc_fast_transmit_on_demand +EXPORT_SYMBOL vmlinux 0x6d689923 tcp_child_process +EXPORT_SYMBOL vmlinux 0x6d69a152 edac_mc_find +EXPORT_SYMBOL vmlinux 0x6d7c7dcc bitmap_cut +EXPORT_SYMBOL vmlinux 0x6d8757bc ppp_input +EXPORT_SYMBOL vmlinux 0x6d89b199 proc_dointvec_minmax +EXPORT_SYMBOL vmlinux 0x6d8d76fe task_work_add +EXPORT_SYMBOL vmlinux 0x6d908a87 devm_ioremap_wc +EXPORT_SYMBOL vmlinux 0x6dba9051 xz_dec_microlzma_end +EXPORT_SYMBOL vmlinux 0x6dca4a26 adjust_resource +EXPORT_SYMBOL vmlinux 0x6dcf857f uuid_null +EXPORT_SYMBOL vmlinux 0x6ddb9459 mipi_dsi_host_register +EXPORT_SYMBOL vmlinux 0x6de0af56 neigh_parms_release +EXPORT_SYMBOL vmlinux 0x6df1aaf1 kernel_sigaction +EXPORT_SYMBOL vmlinux 0x6df394ae genphy_restart_aneg +EXPORT_SYMBOL vmlinux 0x6e0ef353 uart_resume_port +EXPORT_SYMBOL vmlinux 0x6e308fd3 pci_add_new_bus +EXPORT_SYMBOL vmlinux 0x6e332b58 set_binfmt +EXPORT_SYMBOL vmlinux 0x6e3b59b8 flow_rule_alloc +EXPORT_SYMBOL vmlinux 0x6e3eaa65 sock_set_rcvbuf +EXPORT_SYMBOL vmlinux 0x6e42747c neigh_xmit +EXPORT_SYMBOL vmlinux 0x6e471771 elevator_alloc +EXPORT_SYMBOL vmlinux 0x6e4e7714 dma_fence_chain_ops +EXPORT_SYMBOL vmlinux 0x6e63b2d6 blk_queue_bounce_limit +EXPORT_SYMBOL vmlinux 0x6e720ff2 rtnl_unlock +EXPORT_SYMBOL vmlinux 0x6e7bdc38 pci_scan_root_bus +EXPORT_SYMBOL vmlinux 0x6e9dd606 __symbol_put +EXPORT_SYMBOL vmlinux 0x6ea9363b force_sig +EXPORT_SYMBOL vmlinux 0x6eaca6bd dm_register_target +EXPORT_SYMBOL vmlinux 0x6eafeba3 address_space_init_once +EXPORT_SYMBOL vmlinux 0x6eb1bfb2 ___pskb_trim +EXPORT_SYMBOL vmlinux 0x6eb7b846 page_pool_alloc_pages +EXPORT_SYMBOL vmlinux 0x6ebb5d72 snd_pcm_hw_constraint_msbits +EXPORT_SYMBOL vmlinux 0x6ebf9bd9 kmalloc_size_roundup +EXPORT_SYMBOL vmlinux 0x6ecdb792 __percpu_counter_init +EXPORT_SYMBOL vmlinux 0x6ee1efb1 block_truncate_page +EXPORT_SYMBOL vmlinux 0x6ee727e4 framebuffer_alloc +EXPORT_SYMBOL vmlinux 0x6ef44490 inet_register_protosw +EXPORT_SYMBOL vmlinux 0x6ef8fcd8 snd_pcm_format_linear +EXPORT_SYMBOL vmlinux 0x6f013ecd __init_rwsem +EXPORT_SYMBOL vmlinux 0x6f14e9db console_list_lock +EXPORT_SYMBOL vmlinux 0x6f176537 mt_find_after +EXPORT_SYMBOL vmlinux 0x6f317b97 pps_event +EXPORT_SYMBOL vmlinux 0x6f3ddb38 config_item_get +EXPORT_SYMBOL vmlinux 0x6f552328 posix_acl_valid +EXPORT_SYMBOL vmlinux 0x6f5e3242 netif_receive_skb_core +EXPORT_SYMBOL vmlinux 0x6f760a45 jbd2_log_wait_commit +EXPORT_SYMBOL vmlinux 0x6f7d1113 simple_transaction_get +EXPORT_SYMBOL vmlinux 0x6f83fba8 hex2bin +EXPORT_SYMBOL vmlinux 0x6f9b0015 ip6_err_gen_icmpv6_unreach +EXPORT_SYMBOL vmlinux 0x6fa22697 rawnand_sw_hamming_correct +EXPORT_SYMBOL vmlinux 0x6fa3cf63 scsi_register_interface +EXPORT_SYMBOL vmlinux 0x6fa65949 kill_pid +EXPORT_SYMBOL vmlinux 0x6fb374e6 down_write_killable +EXPORT_SYMBOL vmlinux 0x6fbe4717 idr_replace +EXPORT_SYMBOL vmlinux 0x6fcb87a1 touch_softlockup_watchdog +EXPORT_SYMBOL vmlinux 0x6fe3877f pm860x_page_bulk_read +EXPORT_SYMBOL vmlinux 0x70002fe8 siphash_1u32 +EXPORT_SYMBOL vmlinux 0x70165263 phy_init_hw +EXPORT_SYMBOL vmlinux 0x7023b2b3 security_inode_init_security +EXPORT_SYMBOL vmlinux 0x702946da ucs2_strlen +EXPORT_SYMBOL vmlinux 0x702b41d1 pci_disable_link_state_locked +EXPORT_SYMBOL vmlinux 0x703d4abf textsearch_unregister +EXPORT_SYMBOL vmlinux 0x704ac552 blk_queue_max_discard_sectors +EXPORT_SYMBOL vmlinux 0x705ce3f7 __skb_checksum_complete +EXPORT_SYMBOL vmlinux 0x70703993 hdmi_spd_infoframe_pack +EXPORT_SYMBOL vmlinux 0x70891a54 nf_register_sockopt +EXPORT_SYMBOL vmlinux 0x7094d906 snd_pcm_new +EXPORT_SYMBOL vmlinux 0x70b3bcd5 dcb_getapp +EXPORT_SYMBOL vmlinux 0x70bdac39 register_netdev +EXPORT_SYMBOL vmlinux 0x70c2fffa netpoll_print_options +EXPORT_SYMBOL vmlinux 0x70c96870 __inode_add_bytes +EXPORT_SYMBOL vmlinux 0x70cd3982 __sock_cmsg_send +EXPORT_SYMBOL vmlinux 0x70f242da vm_mmap +EXPORT_SYMBOL vmlinux 0x711b8a9b __crc32c_le_shift +EXPORT_SYMBOL vmlinux 0x711fd1b8 tcp_create_openreq_child +EXPORT_SYMBOL vmlinux 0x712110ab proc_dointvec_ms_jiffies +EXPORT_SYMBOL vmlinux 0x7129e5f8 hex_asc +EXPORT_SYMBOL vmlinux 0x713d4f5d vfs_symlink +EXPORT_SYMBOL vmlinux 0x715a5ed0 vprintk +EXPORT_SYMBOL vmlinux 0x716b58cb ioport_resource +EXPORT_SYMBOL vmlinux 0x71700438 __fput_sync +EXPORT_SYMBOL vmlinux 0x7171121c overflowgid +EXPORT_SYMBOL vmlinux 0x71942f5b fb_set_suspend +EXPORT_SYMBOL vmlinux 0x71a45f01 __sk_queue_drop_skb +EXPORT_SYMBOL vmlinux 0x71a672ef dmam_pool_destroy +EXPORT_SYMBOL vmlinux 0x71b7d8cf import_iovec +EXPORT_SYMBOL vmlinux 0x71be8d83 alloc_mdio_bitbang +EXPORT_SYMBOL vmlinux 0x71c42953 mem_map +EXPORT_SYMBOL vmlinux 0x71c90087 memcmp +EXPORT_SYMBOL vmlinux 0x71ce2a02 of_device_is_compatible +EXPORT_SYMBOL vmlinux 0x71d830ee netdev_sk_get_lowest_dev +EXPORT_SYMBOL vmlinux 0x71f2d2d4 fwnode_get_phy_id +EXPORT_SYMBOL vmlinux 0x71f7de4f proc_do_large_bitmap +EXPORT_SYMBOL vmlinux 0x72005410 hdmi_infoframe_pack +EXPORT_SYMBOL vmlinux 0x7207dfca serio_open +EXPORT_SYMBOL vmlinux 0x720a27a7 __register_blkdev +EXPORT_SYMBOL vmlinux 0x72365398 unregister_netdev +EXPORT_SYMBOL vmlinux 0x7238c21f sock_init_data +EXPORT_SYMBOL vmlinux 0x723d9953 mipi_dsi_attach +EXPORT_SYMBOL vmlinux 0x72438b47 md_register_thread +EXPORT_SYMBOL vmlinux 0x72580e77 filemap_check_errors +EXPORT_SYMBOL vmlinux 0x727cf2a6 jbd2_journal_unlock_updates +EXPORT_SYMBOL vmlinux 0x727cfc76 ndisc_ns_create +EXPORT_SYMBOL vmlinux 0x7290825c mtree_store_range +EXPORT_SYMBOL vmlinux 0x729672e2 of_graph_get_remote_endpoint +EXPORT_SYMBOL vmlinux 0x72a8c433 fb_firmware_edid +EXPORT_SYMBOL vmlinux 0x72b9d287 default_grn +EXPORT_SYMBOL vmlinux 0x72c22b75 mmc_can_secure_erase_trim +EXPORT_SYMBOL vmlinux 0x72c7040e mroute6_is_socket +EXPORT_SYMBOL vmlinux 0x72caa45e sk_net_capable +EXPORT_SYMBOL vmlinux 0x72db14e3 sock_common_recvmsg +EXPORT_SYMBOL vmlinux 0x72e12379 tcf_exts_num_actions +EXPORT_SYMBOL vmlinux 0x72e7ca36 snd_pcm_hw_constraint_pow2 +EXPORT_SYMBOL vmlinux 0x72ea7b2d scsi_device_type +EXPORT_SYMBOL vmlinux 0x72f48747 snd_pcm_set_sync +EXPORT_SYMBOL vmlinux 0x73076315 snd_pci_quirk_lookup_id +EXPORT_SYMBOL vmlinux 0x731002af ethtool_op_get_link +EXPORT_SYMBOL vmlinux 0x7315a4e9 twl6030_mmc_card_detect_config +EXPORT_SYMBOL vmlinux 0x7317790e lockref_put_or_lock +EXPORT_SYMBOL vmlinux 0x73214b73 __tcf_em_tree_match +EXPORT_SYMBOL vmlinux 0x732dd326 groups_free +EXPORT_SYMBOL vmlinux 0x732f4654 pcibios_fixup_bus +EXPORT_SYMBOL vmlinux 0x732f71eb ww_mutex_unlock +EXPORT_SYMBOL vmlinux 0x733093ef ilookup5_nowait +EXPORT_SYMBOL vmlinux 0x733489cf i2c_smbus_write_word_data +EXPORT_SYMBOL vmlinux 0x7336c6d3 sk_stream_wait_memory +EXPORT_SYMBOL vmlinux 0x7343d171 inet_bind +EXPORT_SYMBOL vmlinux 0x73566578 vme_register_error_handler +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 0x73bdb4b1 __breadahead +EXPORT_SYMBOL vmlinux 0x73d5a263 pci_free_irq +EXPORT_SYMBOL vmlinux 0x73e20c1c strlcpy +EXPORT_SYMBOL vmlinux 0x73efe0ac __register_binfmt +EXPORT_SYMBOL vmlinux 0x73f3db89 fscrypt_decrypt_block_inplace +EXPORT_SYMBOL vmlinux 0x74071c8c vme_unregister_driver +EXPORT_SYMBOL vmlinux 0x7410aba2 strreplace +EXPORT_SYMBOL vmlinux 0x74192380 qcom_scm_pas_init_image +EXPORT_SYMBOL vmlinux 0x742578a5 wait_for_random_bytes +EXPORT_SYMBOL vmlinux 0x7429e20c kstrtos8 +EXPORT_SYMBOL vmlinux 0x742fc1e7 fault_in_safe_writeable +EXPORT_SYMBOL vmlinux 0x743c5eba __xfrm_init_state +EXPORT_SYMBOL vmlinux 0x7441b14c cfb_fillrect +EXPORT_SYMBOL vmlinux 0x7453d3e8 security_release_secctx +EXPORT_SYMBOL vmlinux 0x74570dd4 skb_clone +EXPORT_SYMBOL vmlinux 0x74641ab6 twl6040_get_vibralr_status +EXPORT_SYMBOL vmlinux 0x74805bdf eth_prepare_mac_addr_change +EXPORT_SYMBOL vmlinux 0x7483dc59 pci_dev_present +EXPORT_SYMBOL vmlinux 0x74a16fde pci_get_slot +EXPORT_SYMBOL vmlinux 0x74b8e674 slhc_toss +EXPORT_SYMBOL vmlinux 0x74c134b9 __sw_hweight32 +EXPORT_SYMBOL vmlinux 0x74e46dac imx_ssi_fiq_tx_buffer +EXPORT_SYMBOL vmlinux 0x74e5ff1a udpv6_encap_enable +EXPORT_SYMBOL vmlinux 0x74ea31f2 fscrypt_zeroout_range +EXPORT_SYMBOL vmlinux 0x74ee5936 flow_rule_match_eth_addrs +EXPORT_SYMBOL vmlinux 0x74f1385e fwnode_mdiobus_phy_device_register +EXPORT_SYMBOL vmlinux 0x750140c6 dst_release +EXPORT_SYMBOL vmlinux 0x7505bdef memchr_inv +EXPORT_SYMBOL vmlinux 0x750d55e2 skb_udp_tunnel_segment +EXPORT_SYMBOL vmlinux 0x75265d95 clk_bulk_get_all +EXPORT_SYMBOL vmlinux 0x7527b601 xfrm_input_resume +EXPORT_SYMBOL vmlinux 0x7527fbfd snd_pcm_hw_constraint_minmax +EXPORT_SYMBOL vmlinux 0x7538603e end_page_writeback +EXPORT_SYMBOL vmlinux 0x7538ac79 xsk_tx_release +EXPORT_SYMBOL vmlinux 0x753b9691 crypto_sha512_update +EXPORT_SYMBOL vmlinux 0x75535670 md_bitmap_startwrite +EXPORT_SYMBOL vmlinux 0x755912e6 i2c_del_adapter +EXPORT_SYMBOL vmlinux 0x755b1839 retire_super +EXPORT_SYMBOL vmlinux 0x7562a120 arp_tbl +EXPORT_SYMBOL vmlinux 0x7567d381 __get_fiq_regs +EXPORT_SYMBOL vmlinux 0x756db80b phy_ethtool_get_stats +EXPORT_SYMBOL vmlinux 0x75742cfd arp_send +EXPORT_SYMBOL vmlinux 0x757dc0bb pcix_get_mmrbc +EXPORT_SYMBOL vmlinux 0x759db38a inet_put_port +EXPORT_SYMBOL vmlinux 0x75a7e0e1 ip_route_me_harder +EXPORT_SYMBOL vmlinux 0x75aaac72 ethtool_op_get_ts_info +EXPORT_SYMBOL vmlinux 0x75bda77a seq_hlist_next +EXPORT_SYMBOL vmlinux 0x75d0deb9 nsecs_to_jiffies64 +EXPORT_SYMBOL vmlinux 0x75d180f2 xfrm_trans_queue_net +EXPORT_SYMBOL vmlinux 0x75d3ae4f udplite_prot +EXPORT_SYMBOL vmlinux 0x75d499dd vmcore_add_device_dump +EXPORT_SYMBOL vmlinux 0x75eb43cd blkdev_get_by_dev +EXPORT_SYMBOL vmlinux 0x760a0f4f yield +EXPORT_SYMBOL vmlinux 0x7618af39 hdmi_infoframe_check +EXPORT_SYMBOL vmlinux 0x761baea2 param_get_short +EXPORT_SYMBOL vmlinux 0x761dcfe8 pci_stop_and_remove_bus_device +EXPORT_SYMBOL vmlinux 0x7647726c handle_sysrq +EXPORT_SYMBOL vmlinux 0x764bd966 dm_table_run_md_queue_async +EXPORT_SYMBOL vmlinux 0x7663d7fb of_lpddr3_get_ddr_timings +EXPORT_SYMBOL vmlinux 0x766a0927 mempool_alloc_pages +EXPORT_SYMBOL vmlinux 0x7682ba4e __copy_overflow +EXPORT_SYMBOL vmlinux 0x76837abc kill_block_super +EXPORT_SYMBOL vmlinux 0x769f6e64 errseq_check +EXPORT_SYMBOL vmlinux 0x76a8cef9 dma_set_mask +EXPORT_SYMBOL vmlinux 0x76a9e3eb security_inet_conn_request +EXPORT_SYMBOL vmlinux 0x76aae420 udp_pre_connect +EXPORT_SYMBOL vmlinux 0x76b9667c blk_queue_max_segments +EXPORT_SYMBOL vmlinux 0x76c61dce jbd2_journal_restart +EXPORT_SYMBOL vmlinux 0x76cf47f6 __aeabi_llsl +EXPORT_SYMBOL vmlinux 0x76d1d398 i2c_smbus_read_i2c_block_data_or_emulated +EXPORT_SYMBOL vmlinux 0x76d3cd60 laptop_mode +EXPORT_SYMBOL vmlinux 0x76df2eeb _atomic_dec_and_raw_lock_irqsave +EXPORT_SYMBOL vmlinux 0x76f21847 genphy_read_abilities +EXPORT_SYMBOL vmlinux 0x76fdcd78 snd_pcm_hw_constraint_list +EXPORT_SYMBOL vmlinux 0x770c759c blk_post_runtime_suspend +EXPORT_SYMBOL vmlinux 0x7716886d filemap_page_mkwrite +EXPORT_SYMBOL vmlinux 0x7723e1f0 scsi_device_quiesce +EXPORT_SYMBOL vmlinux 0x7732159c free_irq_cpu_rmap +EXPORT_SYMBOL vmlinux 0x773525f7 param_get_long +EXPORT_SYMBOL vmlinux 0x773653eb genphy_write_mmd_unsupported +EXPORT_SYMBOL vmlinux 0x7738b161 omap_rtc_power_off_program +EXPORT_SYMBOL vmlinux 0x7756c2b4 phy_mac_interrupt +EXPORT_SYMBOL vmlinux 0x775d3da9 sk_free +EXPORT_SYMBOL vmlinux 0x7769def5 vfs_mknod +EXPORT_SYMBOL vmlinux 0x776ca93a __clzdi2 +EXPORT_SYMBOL vmlinux 0x777a88b5 lock_rename +EXPORT_SYMBOL vmlinux 0x777c188f dma_sync_wait +EXPORT_SYMBOL vmlinux 0x7791193f icst525_s2div +EXPORT_SYMBOL vmlinux 0x779d967a tcp_set_rcvlowat +EXPORT_SYMBOL vmlinux 0x77b53b18 ipv6_select_ident +EXPORT_SYMBOL vmlinux 0x77b672b8 textsearch_prepare +EXPORT_SYMBOL vmlinux 0x77bc13a0 strim +EXPORT_SYMBOL vmlinux 0x77e9eb37 aes_encrypt +EXPORT_SYMBOL vmlinux 0x77f61a6f param_set_bool +EXPORT_SYMBOL vmlinux 0x77fa2a7d empty_aops +EXPORT_SYMBOL vmlinux 0x77faac71 crypto_sha512_finup +EXPORT_SYMBOL vmlinux 0x7807f0f8 schedule_timeout_idle +EXPORT_SYMBOL vmlinux 0x780fc812 rawnand_sw_bch_cleanup +EXPORT_SYMBOL vmlinux 0x78184c4b __skb_checksum +EXPORT_SYMBOL vmlinux 0x78656e2b inet6_release +EXPORT_SYMBOL vmlinux 0x78779c0b set_fiq_handler +EXPORT_SYMBOL vmlinux 0x78a16f48 aes_decrypt +EXPORT_SYMBOL vmlinux 0x78af8cb3 tegra_ivc_reset +EXPORT_SYMBOL vmlinux 0x78b3cf2e inet_rtx_syn_ack +EXPORT_SYMBOL vmlinux 0x78b887ed vsprintf +EXPORT_SYMBOL vmlinux 0x78b8a3e7 inet6_unregister_protosw +EXPORT_SYMBOL vmlinux 0x78bb15e3 tcf_idr_create_from_flags +EXPORT_SYMBOL vmlinux 0x78df6bd7 no_pci_devices +EXPORT_SYMBOL vmlinux 0x78e71936 dquot_operations +EXPORT_SYMBOL vmlinux 0x78fa8bf5 input_mt_assign_slots +EXPORT_SYMBOL vmlinux 0x78fd8c37 pci_reenable_device +EXPORT_SYMBOL vmlinux 0x790d0b32 ppp_channel_index +EXPORT_SYMBOL vmlinux 0x7935bc03 filemap_fdatawait_range_keep_errors +EXPORT_SYMBOL vmlinux 0x7935bc1b pneigh_enqueue +EXPORT_SYMBOL vmlinux 0x794765d1 mempool_free +EXPORT_SYMBOL vmlinux 0x797b0d44 snd_timer_continue +EXPORT_SYMBOL vmlinux 0x797cedfd mpage_read_folio +EXPORT_SYMBOL vmlinux 0x7988dfb8 dev_mc_unsync +EXPORT_SYMBOL vmlinux 0x798f7aa4 pci_enable_ptm +EXPORT_SYMBOL vmlinux 0x79b8d607 scsi_eh_finish_cmd +EXPORT_SYMBOL vmlinux 0x79bc5452 __blkdev_issue_discard +EXPORT_SYMBOL vmlinux 0x79be9793 mtd_concat_create +EXPORT_SYMBOL vmlinux 0x79cc87bd __nla_reserve +EXPORT_SYMBOL vmlinux 0x79d9a1aa ppp_register_channel +EXPORT_SYMBOL vmlinux 0x79fa1deb imx_ssi_fiq_rx_buffer +EXPORT_SYMBOL vmlinux 0x7a077133 bio_add_page +EXPORT_SYMBOL vmlinux 0x7a1bcd59 gf128mul_x8_ble +EXPORT_SYMBOL vmlinux 0x7a1fe518 sget +EXPORT_SYMBOL vmlinux 0x7a2ff57e security_current_getsecid_subj +EXPORT_SYMBOL vmlinux 0x7a33af75 input_free_device +EXPORT_SYMBOL vmlinux 0x7a359db3 xfrm_state_free +EXPORT_SYMBOL vmlinux 0x7a3e8a42 radix_tree_next_chunk +EXPORT_SYMBOL vmlinux 0x7a44c000 bitmap_print_list_to_buf +EXPORT_SYMBOL vmlinux 0x7a49b52c tty_kref_put +EXPORT_SYMBOL vmlinux 0x7a4ed12d inode_insert5 +EXPORT_SYMBOL vmlinux 0x7a53a06d flow_indr_dev_exists +EXPORT_SYMBOL vmlinux 0x7a648bcb dev_get_by_name_rcu +EXPORT_SYMBOL vmlinux 0x7a687a6a dma_sync_sg_for_device +EXPORT_SYMBOL vmlinux 0x7a6b302c inet_pton_with_scope +EXPORT_SYMBOL vmlinux 0x7a78c547 eth_mac_addr +EXPORT_SYMBOL vmlinux 0x7a79b9f3 __sg_page_iter_next +EXPORT_SYMBOL vmlinux 0x7a79d45b pci_bus_alloc_resource +EXPORT_SYMBOL vmlinux 0x7a8206f6 blk_mq_init_allocated_queue +EXPORT_SYMBOL vmlinux 0x7a95e5ae do_settimeofday64 +EXPORT_SYMBOL vmlinux 0x7aa1756e kvfree +EXPORT_SYMBOL vmlinux 0x7ab552c9 ip6_fraglist_prepare +EXPORT_SYMBOL vmlinux 0x7ac0b674 unregister_binfmt +EXPORT_SYMBOL vmlinux 0x7ac82cf0 of_node_name_prefix +EXPORT_SYMBOL vmlinux 0x7ad050b9 qid_lt +EXPORT_SYMBOL vmlinux 0x7ad8ad87 rawnand_sw_bch_init +EXPORT_SYMBOL vmlinux 0x7adc0fbf rb_replace_node_rcu +EXPORT_SYMBOL vmlinux 0x7ade9187 gen_pool_dma_alloc +EXPORT_SYMBOL vmlinux 0x7ade9a2c block_write_begin +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 0x7b1a4f47 vme_dma_list_exec +EXPORT_SYMBOL vmlinux 0x7b206add scsi_unblock_requests +EXPORT_SYMBOL vmlinux 0x7b223f01 max8998_update_reg +EXPORT_SYMBOL vmlinux 0x7b283ce3 prandom_bytes_state +EXPORT_SYMBOL vmlinux 0x7b2fb85d __xa_cmpxchg +EXPORT_SYMBOL vmlinux 0x7b4266e1 mdiobus_scan +EXPORT_SYMBOL vmlinux 0x7b583521 napi_gro_flush +EXPORT_SYMBOL vmlinux 0x7b5b8f31 sha256_update +EXPORT_SYMBOL vmlinux 0x7b5c8440 vm_munmap +EXPORT_SYMBOL vmlinux 0x7b5eb537 __tty_alloc_driver +EXPORT_SYMBOL vmlinux 0x7b6934d5 lock_sock_nested +EXPORT_SYMBOL vmlinux 0x7b8072e4 devm_request_resource +EXPORT_SYMBOL vmlinux 0x7ba5a3b4 tegra_powergate_power_off +EXPORT_SYMBOL vmlinux 0x7bbc92fb generic_write_checks +EXPORT_SYMBOL vmlinux 0x7bc20e4d phy_free_interrupt +EXPORT_SYMBOL vmlinux 0x7bd849e2 blk_finish_plug +EXPORT_SYMBOL vmlinux 0x7beafd91 devm_rproc_add +EXPORT_SYMBOL vmlinux 0x7bf10bbe seq_dentry +EXPORT_SYMBOL vmlinux 0x7bf29fa8 tcp_v4_md5_lookup +EXPORT_SYMBOL vmlinux 0x7bf3313d mdio_driver_unregister +EXPORT_SYMBOL vmlinux 0x7bf91c4f tcf_exts_validate +EXPORT_SYMBOL vmlinux 0x7c173634 __bitmap_complement +EXPORT_SYMBOL vmlinux 0x7c1757bb ip_fraglist_prepare +EXPORT_SYMBOL vmlinux 0x7c17c7a1 vfs_readlink +EXPORT_SYMBOL vmlinux 0x7c26fd51 sgl_free_order +EXPORT_SYMBOL vmlinux 0x7c293c1f vfs_create +EXPORT_SYMBOL vmlinux 0x7c46233a cpufreq_quick_get +EXPORT_SYMBOL vmlinux 0x7c5a40a0 sync_blockdev +EXPORT_SYMBOL vmlinux 0x7c7f8c1b dev_uc_del +EXPORT_SYMBOL vmlinux 0x7c8980b6 ether_setup +EXPORT_SYMBOL vmlinux 0x7c8cea9e key_create_or_update +EXPORT_SYMBOL vmlinux 0x7c8e48a5 tcp_enter_cwr +EXPORT_SYMBOL vmlinux 0x7ca669de crypto_sha1_update +EXPORT_SYMBOL vmlinux 0x7caa7996 phy_driver_unregister +EXPORT_SYMBOL vmlinux 0x7cba1ccb gro_cells_init +EXPORT_SYMBOL vmlinux 0x7cc035a7 __ucmpdi2 +EXPORT_SYMBOL vmlinux 0x7cc738d2 skb_store_bits +EXPORT_SYMBOL vmlinux 0x7cdeeb4d pgprot_user +EXPORT_SYMBOL vmlinux 0x7ce18c9f from_kqid +EXPORT_SYMBOL vmlinux 0x7cf35220 vme_master_free +EXPORT_SYMBOL vmlinux 0x7cfe368d net_dim_get_def_tx_moderation +EXPORT_SYMBOL vmlinux 0x7d09596b dma_pool_alloc +EXPORT_SYMBOL vmlinux 0x7d0a0af1 __dev_get_by_index +EXPORT_SYMBOL vmlinux 0x7d0db45c jiffies_to_clock_t +EXPORT_SYMBOL vmlinux 0x7d19164d xfrm_state_update +EXPORT_SYMBOL vmlinux 0x7d27e504 dm_shift_arg +EXPORT_SYMBOL vmlinux 0x7d2ef2b0 down_read_interruptible +EXPORT_SYMBOL vmlinux 0x7d3eae07 scsi_target_resume +EXPORT_SYMBOL vmlinux 0x7d4b176a netlbl_catmap_setbit +EXPORT_SYMBOL vmlinux 0x7d54236c folio_write_one +EXPORT_SYMBOL vmlinux 0x7d6c2636 gen_pool_add_owner +EXPORT_SYMBOL vmlinux 0x7d76d90d eth_header_parse +EXPORT_SYMBOL vmlinux 0x7d9a2fc2 of_device_is_available +EXPORT_SYMBOL vmlinux 0x7da62404 linkwatch_fire_event +EXPORT_SYMBOL vmlinux 0x7daece67 quota_send_warning +EXPORT_SYMBOL vmlinux 0x7db320e1 pci_free_host_bridge +EXPORT_SYMBOL vmlinux 0x7dc15146 flow_rule_match_icmp +EXPORT_SYMBOL vmlinux 0x7dc5ffa7 tc_skb_ext_tc_disable +EXPORT_SYMBOL vmlinux 0x7dd1da8a neigh_sysctl_unregister +EXPORT_SYMBOL vmlinux 0x7dda66e3 inet_recvmsg +EXPORT_SYMBOL vmlinux 0x7e0ce0c3 up_write +EXPORT_SYMBOL vmlinux 0x7e3191f6 try_to_del_timer_sync +EXPORT_SYMBOL vmlinux 0x7e3646bc __scsi_print_sense +EXPORT_SYMBOL vmlinux 0x7e3c8075 genphy_update_link +EXPORT_SYMBOL vmlinux 0x7e5d694b of_n_addr_cells +EXPORT_SYMBOL vmlinux 0x7e7214d1 iterate_supers_type +EXPORT_SYMBOL vmlinux 0x7e7d9db6 pci_bus_size_bridges +EXPORT_SYMBOL vmlinux 0x7e7f68c9 __filemap_set_wb_err +EXPORT_SYMBOL vmlinux 0x7e986abe try_wait_for_completion +EXPORT_SYMBOL vmlinux 0x7ea0d4ca tegra_sku_info +EXPORT_SYMBOL vmlinux 0x7ea67579 mdio_driver_register +EXPORT_SYMBOL vmlinux 0x7eb74c0a dm_table_get_size +EXPORT_SYMBOL vmlinux 0x7ec7f1a7 kthread_complete_and_exit +EXPORT_SYMBOL vmlinux 0x7ed699b4 tty_port_close_start +EXPORT_SYMBOL vmlinux 0x7eebbabc mmc_retune_unpause +EXPORT_SYMBOL vmlinux 0x7efbb1a6 file_open_root +EXPORT_SYMBOL vmlinux 0x7f02188f __msecs_to_jiffies +EXPORT_SYMBOL vmlinux 0x7f03b6a9 crc_ccitt_table +EXPORT_SYMBOL vmlinux 0x7f24de73 jiffies_to_usecs +EXPORT_SYMBOL vmlinux 0x7f275aef skb_flow_dissector_init +EXPORT_SYMBOL vmlinux 0x7f2f7f08 register_netdevice_notifier_net +EXPORT_SYMBOL vmlinux 0x7f349052 seq_put_decimal_ull +EXPORT_SYMBOL vmlinux 0x7f3ad187 netdev_lower_get_next_private +EXPORT_SYMBOL vmlinux 0x7f477a6e blk_execute_rq +EXPORT_SYMBOL vmlinux 0x7f4a1b9a follow_down_one +EXPORT_SYMBOL vmlinux 0x7f5202cd input_get_poll_interval +EXPORT_SYMBOL vmlinux 0x7f54c54a _dev_printk +EXPORT_SYMBOL vmlinux 0x7f59d405 ipv6_chk_addr_and_flags +EXPORT_SYMBOL vmlinux 0x7f61b7fc sock_no_recvmsg +EXPORT_SYMBOL vmlinux 0x7f63597b free_inode_nonrcu +EXPORT_SYMBOL vmlinux 0x7f63b31e _memcpy_toio +EXPORT_SYMBOL vmlinux 0x7f7f7bb4 irq_poll_disable +EXPORT_SYMBOL vmlinux 0x7f9b0f30 dquot_disable +EXPORT_SYMBOL vmlinux 0x7fc3005c tag_pages_for_writeback +EXPORT_SYMBOL vmlinux 0x7fcc5dfb dquot_mark_dquot_dirty +EXPORT_SYMBOL vmlinux 0x7fcd9843 skb_push +EXPORT_SYMBOL vmlinux 0x7fce36e6 pcim_pin_device +EXPORT_SYMBOL vmlinux 0x7fce778e tegra_ivc_total_queue_size +EXPORT_SYMBOL vmlinux 0x7fde2edb vme_master_read +EXPORT_SYMBOL vmlinux 0x7fe32873 rb_replace_node +EXPORT_SYMBOL vmlinux 0x7fea7aa4 flow_rule_match_enc_keyid +EXPORT_SYMBOL vmlinux 0x800e4ffa __muldi3 +EXPORT_SYMBOL vmlinux 0x801437ff rtnl_notify +EXPORT_SYMBOL vmlinux 0x8035787b drop_super +EXPORT_SYMBOL vmlinux 0x8039b3fd _totalram_pages +EXPORT_SYMBOL vmlinux 0x803ddbb6 __posix_acl_create +EXPORT_SYMBOL vmlinux 0x804783e0 pci_request_selected_regions_exclusive +EXPORT_SYMBOL vmlinux 0x805fc17d mptcp_subflow_reqsk_alloc +EXPORT_SYMBOL vmlinux 0x8074084d icmpv6_ndo_send +EXPORT_SYMBOL vmlinux 0x807635d0 ipv6_chk_prefix +EXPORT_SYMBOL vmlinux 0x80816f26 get_user_ifreq +EXPORT_SYMBOL vmlinux 0x8091c326 task_lookup_next_fd_rcu +EXPORT_SYMBOL vmlinux 0x80b68958 security_sctp_bind_connect +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 0x80e24c2a pci_bus_set_ops +EXPORT_SYMBOL vmlinux 0x80e5f86f fscrypt_fname_alloc_buffer +EXPORT_SYMBOL vmlinux 0x80f49940 snd_ctl_register_ioctl +EXPORT_SYMBOL vmlinux 0x8105fd55 sock_alloc_file +EXPORT_SYMBOL vmlinux 0x8108ac7a down_read_trylock +EXPORT_SYMBOL vmlinux 0x8110d193 d_mark_dontcache +EXPORT_SYMBOL vmlinux 0x8112b3d2 scsi_build_sense_buffer +EXPORT_SYMBOL vmlinux 0x81223475 get_user_pages +EXPORT_SYMBOL vmlinux 0x812244c1 key_reject_and_link +EXPORT_SYMBOL vmlinux 0x8125bcc7 ptp_clock_register +EXPORT_SYMBOL vmlinux 0x813242f6 skb_eth_pop +EXPORT_SYMBOL vmlinux 0x813355f6 mdio_bus_type +EXPORT_SYMBOL vmlinux 0x81364da1 fc_mount +EXPORT_SYMBOL vmlinux 0x815b5dd4 match_octal +EXPORT_SYMBOL vmlinux 0x8171b18a ppp_output_wakeup +EXPORT_SYMBOL vmlinux 0x818416e1 scsi_set_sense_information +EXPORT_SYMBOL vmlinux 0x818edf97 cpm_muram_alloc +EXPORT_SYMBOL vmlinux 0x81a1eb59 utf8_unload +EXPORT_SYMBOL vmlinux 0x81ad7dda cdrom_release +EXPORT_SYMBOL vmlinux 0x81adef99 refcount_dec_and_mutex_lock +EXPORT_SYMBOL vmlinux 0x81c5544e wait_for_completion_killable +EXPORT_SYMBOL vmlinux 0x81cb060f vfs_create_mount +EXPORT_SYMBOL vmlinux 0x81db6ebb xz_dec_reset +EXPORT_SYMBOL vmlinux 0x81e6b37f dmi_get_system_info +EXPORT_SYMBOL vmlinux 0x81f41291 ip_sock_set_pktinfo +EXPORT_SYMBOL vmlinux 0x81f8b451 generic_file_write_iter +EXPORT_SYMBOL vmlinux 0x820f46fd vga_get +EXPORT_SYMBOL vmlinux 0x820fdd37 skb_checksum_setup +EXPORT_SYMBOL vmlinux 0x821ca282 xfrm_policy_byid +EXPORT_SYMBOL vmlinux 0x822137e2 arm_heavy_mb +EXPORT_SYMBOL vmlinux 0x82262bd0 contig_page_data +EXPORT_SYMBOL vmlinux 0x8226c128 start_tty +EXPORT_SYMBOL vmlinux 0x823131a0 pci_msi_vec_count +EXPORT_SYMBOL vmlinux 0x823ec214 mii_check_gmii_support +EXPORT_SYMBOL vmlinux 0x824a4367 tmio_core_mmc_pwr +EXPORT_SYMBOL vmlinux 0x825971ad phy_mipi_dphy_get_default_config_for_hsclk +EXPORT_SYMBOL vmlinux 0x825c3ac1 mark_page_accessed +EXPORT_SYMBOL vmlinux 0x826692d2 unregister_console +EXPORT_SYMBOL vmlinux 0x8266deb9 dm_mq_kick_requeue_list +EXPORT_SYMBOL vmlinux 0x827d9de6 xfrm_policy_delete +EXPORT_SYMBOL vmlinux 0x827e80f6 input_unregister_handle +EXPORT_SYMBOL vmlinux 0x827f924e vmalloc_array +EXPORT_SYMBOL vmlinux 0x828ce6bb mutex_lock +EXPORT_SYMBOL vmlinux 0x82925d9d __traceiter_kmalloc +EXPORT_SYMBOL vmlinux 0x82a9d964 try_to_writeback_inodes_sb +EXPORT_SYMBOL vmlinux 0x82b09864 simple_getattr +EXPORT_SYMBOL vmlinux 0x82b8e70b bio_init_clone +EXPORT_SYMBOL vmlinux 0x82cb9e4f mdio_find_bus +EXPORT_SYMBOL vmlinux 0x82d6a351 find_inode_rcu +EXPORT_SYMBOL vmlinux 0x82e08988 vfs_iter_read +EXPORT_SYMBOL vmlinux 0x82e6001a netlink_ns_capable +EXPORT_SYMBOL vmlinux 0x82ee90dc timer_delete_sync +EXPORT_SYMBOL vmlinux 0x83045b6c inet_csk_reqsk_queue_drop_and_put +EXPORT_SYMBOL vmlinux 0x830b546b mipi_dsi_dcs_read +EXPORT_SYMBOL vmlinux 0x830fd0a4 netdev_offload_xstats_enabled +EXPORT_SYMBOL vmlinux 0x8315b51e tso_build_hdr +EXPORT_SYMBOL vmlinux 0x831a1cb4 devfreq_unregister_opp_notifier +EXPORT_SYMBOL vmlinux 0x8320bea8 __umodsi3 +EXPORT_SYMBOL vmlinux 0x834460cc skb_pull_data +EXPORT_SYMBOL vmlinux 0x83581089 gf128mul_init_4k_lle +EXPORT_SYMBOL vmlinux 0x838d2bc8 siphash_3u32 +EXPORT_SYMBOL vmlinux 0x83aecd92 dma_map_sg_attrs +EXPORT_SYMBOL vmlinux 0x83b2de8e md_flush_request +EXPORT_SYMBOL vmlinux 0x83b6035d skb_vlan_push +EXPORT_SYMBOL vmlinux 0x83cd0e6f atomic_io_modify +EXPORT_SYMBOL vmlinux 0x83e66773 __post_watch_notification +EXPORT_SYMBOL vmlinux 0x83ed8026 rproc_va_to_pa +EXPORT_SYMBOL vmlinux 0x83edbd29 iw_handler_get_spy +EXPORT_SYMBOL vmlinux 0x83efaca5 scm_detach_fds +EXPORT_SYMBOL vmlinux 0x84113653 dcache_readdir +EXPORT_SYMBOL vmlinux 0x841afc0a dentry_path_raw +EXPORT_SYMBOL vmlinux 0x841bb835 snd_sgbuf_get_addr +EXPORT_SYMBOL vmlinux 0x842e1f95 unregister_fib_notifier +EXPORT_SYMBOL vmlinux 0x8431434b ipmi_platform_add +EXPORT_SYMBOL vmlinux 0x84356be7 zstd_dstream_workspace_bound +EXPORT_SYMBOL vmlinux 0x8438ba13 fwnode_mdiobus_register_phy +EXPORT_SYMBOL vmlinux 0x843ffcf3 param_set_invbool +EXPORT_SYMBOL vmlinux 0x8441c8cb sg_free_table +EXPORT_SYMBOL vmlinux 0x8451fdfe sg_init_table +EXPORT_SYMBOL vmlinux 0x8456e9a7 xa_erase +EXPORT_SYMBOL vmlinux 0x846c3e5e kmem_cache_alloc_node +EXPORT_SYMBOL vmlinux 0x846c6ab4 inet_unregister_protosw +EXPORT_SYMBOL vmlinux 0x846c7bbb scsi_kmap_atomic_sg +EXPORT_SYMBOL vmlinux 0x84800f64 finish_open +EXPORT_SYMBOL vmlinux 0x84818f57 tegra_powergate_power_on +EXPORT_SYMBOL vmlinux 0x8489d5aa ipv6_chk_addr +EXPORT_SYMBOL vmlinux 0x848c4520 jbd2_journal_stop +EXPORT_SYMBOL vmlinux 0x84961322 alloc_anon_inode +EXPORT_SYMBOL vmlinux 0x849cb224 pci_disable_msix +EXPORT_SYMBOL vmlinux 0x849d9b36 add_to_page_cache_lru +EXPORT_SYMBOL vmlinux 0x84a0ca4d bitmap_zalloc_node +EXPORT_SYMBOL vmlinux 0x84b183ae strncmp +EXPORT_SYMBOL vmlinux 0x84be121b rtc_add_groups +EXPORT_SYMBOL vmlinux 0x84c0da64 wireless_spy_update +EXPORT_SYMBOL vmlinux 0x84c1db6b dst_destroy +EXPORT_SYMBOL vmlinux 0x84c8fc98 path_is_mountpoint +EXPORT_SYMBOL vmlinux 0x84e5ae5f snd_pcm_open_substream +EXPORT_SYMBOL vmlinux 0x85196eb1 i2c_add_adapter +EXPORT_SYMBOL vmlinux 0x851fb4a3 __of_mdiobus_register +EXPORT_SYMBOL vmlinux 0x852fcd8d __bh_read_batch +EXPORT_SYMBOL vmlinux 0x8533f8fe kthread_bind +EXPORT_SYMBOL vmlinux 0x8566e171 of_phy_connect +EXPORT_SYMBOL vmlinux 0x85670f1d rtnl_is_locked +EXPORT_SYMBOL vmlinux 0x8577c82a put_disk +EXPORT_SYMBOL vmlinux 0x85824794 mmc_retune_release +EXPORT_SYMBOL vmlinux 0x8582ebff cpu_all_bits +EXPORT_SYMBOL vmlinux 0x8587ebca xp_dma_map +EXPORT_SYMBOL vmlinux 0x8589dd83 skb_set_owner_w +EXPORT_SYMBOL vmlinux 0x8591d7d5 ledtrig_mtd_activity +EXPORT_SYMBOL vmlinux 0x85955706 flow_indr_dev_unregister +EXPORT_SYMBOL vmlinux 0x859b625c gnet_stats_start_copy_compat +EXPORT_SYMBOL vmlinux 0x859b9569 pcie_print_link_status +EXPORT_SYMBOL vmlinux 0x85b5e625 rfkill_set_states +EXPORT_SYMBOL vmlinux 0x85bc5c02 mnt_drop_write_file +EXPORT_SYMBOL vmlinux 0x85ddc90e of_get_compatible_child +EXPORT_SYMBOL vmlinux 0x85df9b6c strsep +EXPORT_SYMBOL vmlinux 0x85e218b5 tty_unthrottle +EXPORT_SYMBOL vmlinux 0x85efc7e0 zero_pfn +EXPORT_SYMBOL vmlinux 0x860c8ac8 __task_pid_nr_ns +EXPORT_SYMBOL vmlinux 0x862bc663 memset16 +EXPORT_SYMBOL vmlinux 0x862c8035 bitmap_alloc_node +EXPORT_SYMBOL vmlinux 0x8631a112 snd_pcm_hw_param_first +EXPORT_SYMBOL vmlinux 0x863331b4 xfrm_policy_unregister_afinfo +EXPORT_SYMBOL vmlinux 0x863a276a color_table +EXPORT_SYMBOL vmlinux 0x864ea872 proc_symlink +EXPORT_SYMBOL vmlinux 0x864fa60c ip_options_compile +EXPORT_SYMBOL vmlinux 0x86637777 vm_insert_pages +EXPORT_SYMBOL vmlinux 0x8663ca1a lookup_one_unlocked +EXPORT_SYMBOL vmlinux 0x8666995b sgl_alloc +EXPORT_SYMBOL vmlinux 0x8669eb9c page_pool_update_nid +EXPORT_SYMBOL vmlinux 0x8683f5fc scsi_device_get +EXPORT_SYMBOL vmlinux 0x868acba5 get_options +EXPORT_SYMBOL vmlinux 0x869910b0 blk_mq_tagset_wait_completed_request +EXPORT_SYMBOL vmlinux 0x86a22491 netif_tx_lock +EXPORT_SYMBOL vmlinux 0x86a3879f sync_inodes_sb +EXPORT_SYMBOL vmlinux 0x86a6a5f0 ppp_unit_number +EXPORT_SYMBOL vmlinux 0x86d4dae4 register_md_cluster_operations +EXPORT_SYMBOL vmlinux 0x86d52ba5 lookup_constant +EXPORT_SYMBOL vmlinux 0x86dd708d tc_skb_ext_tc_enable +EXPORT_SYMBOL vmlinux 0x86dfe245 inet_proto_csum_replace_by_diff +EXPORT_SYMBOL vmlinux 0x86e36395 pci_remove_bus +EXPORT_SYMBOL vmlinux 0x86e8cde7 mmc_set_data_timeout +EXPORT_SYMBOL vmlinux 0x86eb0c08 proc_dointvec +EXPORT_SYMBOL vmlinux 0x86efe7c3 tcf_exts_dump +EXPORT_SYMBOL vmlinux 0x86fb9b05 bitmap_parse_user +EXPORT_SYMBOL vmlinux 0x870ad76d rproc_of_resm_mem_entry_init +EXPORT_SYMBOL vmlinux 0x870d5a1c __init_swait_queue_head +EXPORT_SYMBOL vmlinux 0x8727d9e3 netpoll_send_skb +EXPORT_SYMBOL vmlinux 0x872b934c mipi_dsi_dcs_set_tear_on +EXPORT_SYMBOL vmlinux 0x876116eb xp_alloc +EXPORT_SYMBOL vmlinux 0x876d126a tcp_sock_set_keepcnt +EXPORT_SYMBOL vmlinux 0x876ff5e5 genphy_setup_forced +EXPORT_SYMBOL vmlinux 0x87809aeb put_user_ifreq +EXPORT_SYMBOL vmlinux 0x87868123 iw_handler_set_spy +EXPORT_SYMBOL vmlinux 0x878a870c tcp_poll +EXPORT_SYMBOL vmlinux 0x87a21cb3 __ubsan_handle_out_of_bounds +EXPORT_SYMBOL vmlinux 0x87a5efb7 __remove_inode_hash +EXPORT_SYMBOL vmlinux 0x87bb9c17 alloc_fcdev +EXPORT_SYMBOL vmlinux 0x87bdc20b sock_from_file +EXPORT_SYMBOL vmlinux 0x87c1d24e jbd2_fc_end_commit_fallback +EXPORT_SYMBOL vmlinux 0x87c75645 backlight_device_unregister +EXPORT_SYMBOL vmlinux 0x87d4c550 devm_mdiobus_alloc_size +EXPORT_SYMBOL vmlinux 0x87d96622 __ClearPageMovable +EXPORT_SYMBOL vmlinux 0x87e37022 fs_context_for_submount +EXPORT_SYMBOL vmlinux 0x87e65db8 fs_param_is_blockdev +EXPORT_SYMBOL vmlinux 0x87fed9f5 netdev_notify_peers +EXPORT_SYMBOL vmlinux 0x8804cfb6 snd_ctl_notify_one +EXPORT_SYMBOL vmlinux 0x880ad15e pin_user_pages_unlocked +EXPORT_SYMBOL vmlinux 0x881bad5e phy_mipi_dphy_config_validate +EXPORT_SYMBOL vmlinux 0x8828a69a xfrm_dev_state_flush +EXPORT_SYMBOL vmlinux 0x882adaa8 __ps2_command +EXPORT_SYMBOL vmlinux 0x883a14f1 i2c_smbus_read_byte_data +EXPORT_SYMBOL vmlinux 0x88688484 zstd_compress_cctx +EXPORT_SYMBOL vmlinux 0x88782075 netif_set_xps_queue +EXPORT_SYMBOL vmlinux 0x88822d38 unregister_blocking_lsm_notifier +EXPORT_SYMBOL vmlinux 0x888cd955 iov_iter_npages +EXPORT_SYMBOL vmlinux 0x88975e73 vfs_unlink +EXPORT_SYMBOL vmlinux 0x8898da10 filemap_fault +EXPORT_SYMBOL vmlinux 0x88ab3433 unix_destruct_scm +EXPORT_SYMBOL vmlinux 0x88b19f45 system_serial +EXPORT_SYMBOL vmlinux 0x88c2c40c fput +EXPORT_SYMBOL vmlinux 0x88cb3a7c devm_backlight_device_unregister +EXPORT_SYMBOL vmlinux 0x88dac310 blk_mq_alloc_tag_set +EXPORT_SYMBOL vmlinux 0x88db665b kstrtoul_from_user +EXPORT_SYMBOL vmlinux 0x88db9f48 __check_object_size +EXPORT_SYMBOL vmlinux 0x88e1d0f0 page_frag_free +EXPORT_SYMBOL vmlinux 0x88fc454f cros_ec_prepare_tx +EXPORT_SYMBOL vmlinux 0x890de126 omap_vrfb_setup +EXPORT_SYMBOL vmlinux 0x8917f414 kunmap_local_indexed +EXPORT_SYMBOL vmlinux 0x89314c6c jbd2_journal_ack_err +EXPORT_SYMBOL vmlinux 0x893dabeb sk_error_report +EXPORT_SYMBOL vmlinux 0x893e3b55 security_binder_transfer_file +EXPORT_SYMBOL vmlinux 0x8946e74f __aperture_remove_legacy_vga_devices +EXPORT_SYMBOL vmlinux 0x894f564c pci_write_vpd +EXPORT_SYMBOL vmlinux 0x8959acc5 uart_match_port +EXPORT_SYMBOL vmlinux 0x89b9a1a3 pci_get_device +EXPORT_SYMBOL vmlinux 0x89d39ac7 user_path_create +EXPORT_SYMBOL vmlinux 0x89ee3e11 netdev_upper_dev_link +EXPORT_SYMBOL vmlinux 0x89ffb6b5 pm860x_bulk_write +EXPORT_SYMBOL vmlinux 0x8a0b3a0d param_set_copystring +EXPORT_SYMBOL vmlinux 0x8a214afd rtnl_link_get_net +EXPORT_SYMBOL vmlinux 0x8a28e57a snd_ctl_add +EXPORT_SYMBOL vmlinux 0x8a3733c1 of_phy_register_fixed_link +EXPORT_SYMBOL vmlinux 0x8a3b1285 __xa_erase +EXPORT_SYMBOL vmlinux 0x8a490c90 rfkill_set_sw_state +EXPORT_SYMBOL vmlinux 0x8a4fa83b __aeabi_llsr +EXPORT_SYMBOL vmlinux 0x8a5a4a36 md_integrity_register +EXPORT_SYMBOL vmlinux 0x8a623a93 gnet_stats_copy_queue +EXPORT_SYMBOL vmlinux 0x8a664a3c uart_write_wakeup +EXPORT_SYMBOL vmlinux 0x8a6bf41f follow_pfn +EXPORT_SYMBOL vmlinux 0x8a7094ba vm_brk_flags +EXPORT_SYMBOL vmlinux 0x8a744e7a dquot_resume +EXPORT_SYMBOL vmlinux 0x8a797dca phy_driver_register +EXPORT_SYMBOL vmlinux 0x8a7d1c31 high_memory +EXPORT_SYMBOL vmlinux 0x8a84fd49 pci_unmap_rom +EXPORT_SYMBOL vmlinux 0x8a99a016 mempool_free_slab +EXPORT_SYMBOL vmlinux 0x8aa0402b _raw_read_unlock_irqrestore +EXPORT_SYMBOL vmlinux 0x8aa1b45c cdrom_get_last_written +EXPORT_SYMBOL vmlinux 0x8aa57399 pci_set_mwi +EXPORT_SYMBOL vmlinux 0x8ab584be empty_zero_page +EXPORT_SYMBOL vmlinux 0x8ac136ae imx_sc_misc_get_control +EXPORT_SYMBOL vmlinux 0x8ac3334b net_dim_get_def_rx_moderation +EXPORT_SYMBOL vmlinux 0x8af0bfbd __bforget +EXPORT_SYMBOL vmlinux 0x8af246c2 mdiobus_unregister +EXPORT_SYMBOL vmlinux 0x8afb1713 register_netdevice_notifier_dev_net +EXPORT_SYMBOL vmlinux 0x8b0088d1 LZ4_decompress_safe_usingDict +EXPORT_SYMBOL vmlinux 0x8b06321e input_set_max_poll_interval +EXPORT_SYMBOL vmlinux 0x8b0cbd01 crypto_sha256_finup +EXPORT_SYMBOL vmlinux 0x8b355917 of_get_next_parent +EXPORT_SYMBOL vmlinux 0x8b543843 snd_component_add +EXPORT_SYMBOL vmlinux 0x8b5927a0 down_timeout +EXPORT_SYMBOL vmlinux 0x8b5ef9eb bdev_end_io_acct +EXPORT_SYMBOL vmlinux 0x8b618d08 overflowuid +EXPORT_SYMBOL vmlinux 0x8b67ec98 kern_path +EXPORT_SYMBOL vmlinux 0x8b6f9f76 blake2s_compress +EXPORT_SYMBOL vmlinux 0x8b755ac4 cdrom_ioctl +EXPORT_SYMBOL vmlinux 0x8b8059bd in_group_p +EXPORT_SYMBOL vmlinux 0x8b910be2 errseq_sample +EXPORT_SYMBOL vmlinux 0x8b9f2ecb skb_condense +EXPORT_SYMBOL vmlinux 0x8ba3a2d1 udp_set_csum +EXPORT_SYMBOL vmlinux 0x8bb6e084 dma_unmap_resource +EXPORT_SYMBOL vmlinux 0x8bd8e220 nand_get_set_features_notsupp +EXPORT_SYMBOL vmlinux 0x8bdd1999 ip6_route_me_harder +EXPORT_SYMBOL vmlinux 0x8bdfc47c __mb_cache_entry_free +EXPORT_SYMBOL vmlinux 0x8bee75d7 proc_dostring +EXPORT_SYMBOL vmlinux 0x8c0c3055 skb_copy_header +EXPORT_SYMBOL vmlinux 0x8c2df058 iov_iter_get_pages_alloc2 +EXPORT_SYMBOL vmlinux 0x8c3f33cd register_quota_format +EXPORT_SYMBOL vmlinux 0x8c490841 __cpuhp_remove_state +EXPORT_SYMBOL vmlinux 0x8c497c4f sk_common_release +EXPORT_SYMBOL vmlinux 0x8c4a3c14 __free_pages +EXPORT_SYMBOL vmlinux 0x8c5d254a dma_fence_array_ops +EXPORT_SYMBOL vmlinux 0x8c69df38 sock_bind_add +EXPORT_SYMBOL vmlinux 0x8c6a0d86 inet_addr_type_table +EXPORT_SYMBOL vmlinux 0x8c72563d security_path_mknod +EXPORT_SYMBOL vmlinux 0x8c73943b pci_request_regions_exclusive +EXPORT_SYMBOL vmlinux 0x8c7b119f vmf_insert_mixed_prot +EXPORT_SYMBOL vmlinux 0x8c8569cb kstrtoint +EXPORT_SYMBOL vmlinux 0x8c8c2f1c __check_sticky +EXPORT_SYMBOL vmlinux 0x8c90ac97 __xfrm_route_forward +EXPORT_SYMBOL vmlinux 0x8c972591 vga_remove_vgacon +EXPORT_SYMBOL vmlinux 0x8ca10772 gen_pool_dma_zalloc +EXPORT_SYMBOL vmlinux 0x8caf9305 uuid_is_valid +EXPORT_SYMBOL vmlinux 0x8cb05c72 pps_register_source +EXPORT_SYMBOL vmlinux 0x8cb8184b __sock_create +EXPORT_SYMBOL vmlinux 0x8cbdf4e9 set_anon_super_fc +EXPORT_SYMBOL vmlinux 0x8cc53d20 __par_io_config_pin +EXPORT_SYMBOL vmlinux 0x8ce13cc5 udplite_table +EXPORT_SYMBOL vmlinux 0x8cf0a1f6 dquot_quota_on +EXPORT_SYMBOL vmlinux 0x8cfa8ab3 put_cmsg_scm_timestamping64 +EXPORT_SYMBOL vmlinux 0x8cfd09dd call_netdevice_notifiers +EXPORT_SYMBOL vmlinux 0x8d07898e mmc_set_blocklen +EXPORT_SYMBOL vmlinux 0x8d0f29c8 fb_set_var +EXPORT_SYMBOL vmlinux 0x8d10d738 __sk_mem_schedule +EXPORT_SYMBOL vmlinux 0x8d1d0bf3 generic_perform_write +EXPORT_SYMBOL vmlinux 0x8d1eae1b softnet_data +EXPORT_SYMBOL vmlinux 0x8d25edb4 dquot_free_inode +EXPORT_SYMBOL vmlinux 0x8d31cb10 clk_add_alias +EXPORT_SYMBOL vmlinux 0x8d33e672 __find_nth_andnot_bit +EXPORT_SYMBOL vmlinux 0x8d3c48ba max8925_bulk_write +EXPORT_SYMBOL vmlinux 0x8d4112df qcom_scm_mem_protect_video_var +EXPORT_SYMBOL vmlinux 0x8d45b5a7 scsi_remove_target +EXPORT_SYMBOL vmlinux 0x8d512ab2 dump_skip +EXPORT_SYMBOL vmlinux 0x8d55bb8a qid_eq +EXPORT_SYMBOL vmlinux 0x8d5f2706 mipi_dsi_dcs_exit_sleep_mode +EXPORT_SYMBOL vmlinux 0x8d73278e hex_asc_upper +EXPORT_SYMBOL vmlinux 0x8d84b97f blk_queue_alignment_offset +EXPORT_SYMBOL vmlinux 0x8db680d5 fbcon_update_vcs +EXPORT_SYMBOL vmlinux 0x8dc02cb7 neigh_app_ns +EXPORT_SYMBOL vmlinux 0x8dcb6ccf put_watch_queue +EXPORT_SYMBOL vmlinux 0x8dcc7e73 of_find_node_opts_by_path +EXPORT_SYMBOL vmlinux 0x8dd3c4dc blackhole_netdev +EXPORT_SYMBOL vmlinux 0x8ddd8aad schedule_timeout +EXPORT_SYMBOL vmlinux 0x8df3789f snd_oss_info_register +EXPORT_SYMBOL vmlinux 0x8df4afd9 qe_put_snum +EXPORT_SYMBOL vmlinux 0x8df9dd10 guid_null +EXPORT_SYMBOL vmlinux 0x8dfefc0d kvmalloc_node +EXPORT_SYMBOL vmlinux 0x8e314217 d_rehash +EXPORT_SYMBOL vmlinux 0x8e3665e6 sg_free_append_table +EXPORT_SYMBOL vmlinux 0x8e4872d3 cpm_muram_dma +EXPORT_SYMBOL vmlinux 0x8e4a8107 __traceiter_mmap_lock_start_locking +EXPORT_SYMBOL vmlinux 0x8e4c666e generic_listxattr +EXPORT_SYMBOL vmlinux 0x8e6b46eb noop_fsync +EXPORT_SYMBOL vmlinux 0x8e6e6d06 nf_unregister_net_hooks +EXPORT_SYMBOL vmlinux 0x8e728922 sock_create +EXPORT_SYMBOL vmlinux 0x8e730eb6 pci_bus_write_config_byte +EXPORT_SYMBOL vmlinux 0x8e865d3c arm_delay_ops +EXPORT_SYMBOL vmlinux 0x8e876807 rps_needed +EXPORT_SYMBOL vmlinux 0x8e8dbce7 __skb_wait_for_more_packets +EXPORT_SYMBOL vmlinux 0x8e911ea4 key_payload_reserve +EXPORT_SYMBOL vmlinux 0x8e93bd24 security_secctx_to_secid +EXPORT_SYMBOL vmlinux 0x8e9b2d08 skb_vlan_pop +EXPORT_SYMBOL vmlinux 0x8ecbb3b8 nand_check_erased_ecc_chunk +EXPORT_SYMBOL vmlinux 0x8ecd37ad bio_copy_data +EXPORT_SYMBOL vmlinux 0x8ed9059f dquot_destroy +EXPORT_SYMBOL vmlinux 0x8edbfffb hdmi_spd_infoframe_pack_only +EXPORT_SYMBOL vmlinux 0x8effa414 phy_start_cable_test +EXPORT_SYMBOL vmlinux 0x8f01afd6 twl6030_interrupt_mask +EXPORT_SYMBOL vmlinux 0x8f01da02 pci_enable_msix_range +EXPORT_SYMBOL vmlinux 0x8f22a027 __traceiter_dma_fence_emit +EXPORT_SYMBOL vmlinux 0x8f22b618 skb_flow_dissect_hash +EXPORT_SYMBOL vmlinux 0x8f288476 gro_cells_receive +EXPORT_SYMBOL vmlinux 0x8f2b8ad5 nand_ecc_sw_bch_correct +EXPORT_SYMBOL vmlinux 0x8f3277d0 tcp_recvmsg +EXPORT_SYMBOL vmlinux 0x8f39e642 blkdev_get_by_path +EXPORT_SYMBOL vmlinux 0x8f461592 csum_and_copy_to_iter +EXPORT_SYMBOL vmlinux 0x8f595b11 snd_major +EXPORT_SYMBOL vmlinux 0x8f602571 mdiobus_write +EXPORT_SYMBOL vmlinux 0x8f7e82e9 generic_parse_monolithic +EXPORT_SYMBOL vmlinux 0x8f8ec69c of_find_i2c_adapter_by_node +EXPORT_SYMBOL vmlinux 0x8f8f657f bsearch +EXPORT_SYMBOL vmlinux 0x8f996a30 ethtool_convert_legacy_u32_to_link_mode +EXPORT_SYMBOL vmlinux 0x8f9a3ada arp_xmit +EXPORT_SYMBOL vmlinux 0x8fa16ffe __of_parse_phandle_with_args +EXPORT_SYMBOL vmlinux 0x8fab1b69 mtree_load +EXPORT_SYMBOL vmlinux 0x8fc70e5d __dev_remove_pack +EXPORT_SYMBOL vmlinux 0x8fd180e7 kernel_neon_begin +EXPORT_SYMBOL vmlinux 0x8fe09cf5 zstd_cctx_workspace_bound +EXPORT_SYMBOL vmlinux 0x8fe35457 xxh32_update +EXPORT_SYMBOL vmlinux 0x8ff1580f nand_ecc_prepare_io_req +EXPORT_SYMBOL vmlinux 0x8ff89ed0 seg6_hmac_exit +EXPORT_SYMBOL vmlinux 0x90006be6 dm_kcopyd_client_flush +EXPORT_SYMBOL vmlinux 0x90186a79 zstd_cstream_workspace_bound +EXPORT_SYMBOL vmlinux 0x902e13f9 seq_bprintf +EXPORT_SYMBOL vmlinux 0x903d26e3 request_firmware_nowait +EXPORT_SYMBOL vmlinux 0x90609db6 gen_pool_virt_to_phys +EXPORT_SYMBOL vmlinux 0x906f5252 dma_fence_enable_sw_signaling +EXPORT_SYMBOL vmlinux 0x907a82d5 ipv6_push_frag_opts +EXPORT_SYMBOL vmlinux 0x9090b5d7 netif_stacked_transfer_operstate +EXPORT_SYMBOL vmlinux 0x909332ca register_sysctl +EXPORT_SYMBOL vmlinux 0x90a2a3e8 uart_get_baud_rate +EXPORT_SYMBOL vmlinux 0x90b1a176 drop_reasons +EXPORT_SYMBOL vmlinux 0x90c34064 mr_vif_seq_idx +EXPORT_SYMBOL vmlinux 0x90ce77fa scsi_print_result +EXPORT_SYMBOL vmlinux 0x90de9dea devm_devfreq_register_opp_notifier +EXPORT_SYMBOL vmlinux 0x91016fe7 vfs_iter_write +EXPORT_SYMBOL vmlinux 0x910a5b63 vfs_fileattr_set +EXPORT_SYMBOL vmlinux 0x9118d7aa mmc_put_card +EXPORT_SYMBOL vmlinux 0x9127982e phy_ethtool_set_link_ksettings +EXPORT_SYMBOL vmlinux 0x9135dba6 wait_for_completion_interruptible_timeout +EXPORT_SYMBOL vmlinux 0x9136e5df mipi_dsi_shutdown_peripheral +EXPORT_SYMBOL vmlinux 0x91643dcd alloc_fddidev +EXPORT_SYMBOL vmlinux 0x9166fc03 __flush_workqueue +EXPORT_SYMBOL vmlinux 0x9172c7c3 snd_info_register +EXPORT_SYMBOL vmlinux 0x91802979 bio_put +EXPORT_SYMBOL vmlinux 0x91872199 _page_poisoning_enabled +EXPORT_SYMBOL vmlinux 0x918c1c2b __lock_sock_fast +EXPORT_SYMBOL vmlinux 0x919029aa __readwrite_bug +EXPORT_SYMBOL vmlinux 0x91920db1 __mod_node_page_state +EXPORT_SYMBOL vmlinux 0x919c58f3 __clzsi2 +EXPORT_SYMBOL vmlinux 0x91a488ac __netdev_alloc_frag_align +EXPORT_SYMBOL vmlinux 0x91a7b1da qdisc_class_hash_remove +EXPORT_SYMBOL vmlinux 0x91a9c232 __siphash_unaligned +EXPORT_SYMBOL vmlinux 0x91aaab67 of_find_mipi_dsi_device_by_node +EXPORT_SYMBOL vmlinux 0x91afa771 mmc_wait_for_req_done +EXPORT_SYMBOL vmlinux 0x91b5f6c8 update_region +EXPORT_SYMBOL vmlinux 0x91b63b43 flow_rule_match_enc_ipv4_addrs +EXPORT_SYMBOL vmlinux 0x91b85feb phy_resume +EXPORT_SYMBOL vmlinux 0x91ba2d2f tcf_unregister_action +EXPORT_SYMBOL vmlinux 0x91c0980e icst_hz +EXPORT_SYMBOL vmlinux 0x91d133e9 config_item_put +EXPORT_SYMBOL vmlinux 0x91f68ea1 __hw_addr_sync +EXPORT_SYMBOL vmlinux 0x91fe9d27 dev_get_stats +EXPORT_SYMBOL vmlinux 0x920584c4 tcp_setsockopt +EXPORT_SYMBOL vmlinux 0x92127ff2 mipi_dsi_driver_register_full +EXPORT_SYMBOL vmlinux 0x921a7b9e __tracepoint_kmem_cache_alloc +EXPORT_SYMBOL vmlinux 0x921b07b1 __cpu_online_mask +EXPORT_SYMBOL vmlinux 0x922f45a6 __bitmap_clear +EXPORT_SYMBOL vmlinux 0x923695a5 __dquot_free_space +EXPORT_SYMBOL vmlinux 0x92373a70 mdiobus_write_nested +EXPORT_SYMBOL vmlinux 0x923b1276 dmaengine_get +EXPORT_SYMBOL vmlinux 0x924c756c input_enable_softrepeat +EXPORT_SYMBOL vmlinux 0x926169e6 skb_eth_gso_segment +EXPORT_SYMBOL vmlinux 0x92684f53 cpu_tlb +EXPORT_SYMBOL vmlinux 0x92749bfe bioset_init +EXPORT_SYMBOL vmlinux 0x92774cf8 __kfence_pool +EXPORT_SYMBOL vmlinux 0x92997ed8 _printk +EXPORT_SYMBOL vmlinux 0x92a1b41d buffer_check_dirty_writeback +EXPORT_SYMBOL vmlinux 0x92b9b180 slash_name +EXPORT_SYMBOL vmlinux 0x92bf9a2a pcie_capability_clear_and_set_word +EXPORT_SYMBOL vmlinux 0x92c856a3 iwe_stream_add_event +EXPORT_SYMBOL vmlinux 0x92d465aa hdmi_infoframe_unpack +EXPORT_SYMBOL vmlinux 0x92d5838e request_threaded_irq +EXPORT_SYMBOL vmlinux 0x92dba510 ndo_dflt_fdb_dump +EXPORT_SYMBOL vmlinux 0x92dc3f16 radix_tree_iter_resume +EXPORT_SYMBOL vmlinux 0x92ec510d jiffies64_to_msecs +EXPORT_SYMBOL vmlinux 0x92fa5abb vme_lm_detach +EXPORT_SYMBOL vmlinux 0x9305f8e6 cpufreq_get +EXPORT_SYMBOL vmlinux 0x93215e1d __kfifo_skip_r +EXPORT_SYMBOL vmlinux 0x9329c895 netdev_master_upper_dev_get +EXPORT_SYMBOL vmlinux 0x933064c4 of_mdiobus_child_is_phy +EXPORT_SYMBOL vmlinux 0x933cf4bd con_is_bound +EXPORT_SYMBOL vmlinux 0x934c2c4c sk_dst_check +EXPORT_SYMBOL vmlinux 0x934e6170 dquot_drop +EXPORT_SYMBOL vmlinux 0x935b7138 inet_addr_type +EXPORT_SYMBOL vmlinux 0x93604f25 scsi_is_host_device +EXPORT_SYMBOL vmlinux 0x9368af3c tcp_time_wait +EXPORT_SYMBOL vmlinux 0x936b0c9b __neigh_create +EXPORT_SYMBOL vmlinux 0x93702038 __blkdev_issue_zeroout +EXPORT_SYMBOL vmlinux 0x93713086 sg_split +EXPORT_SYMBOL vmlinux 0x9371a516 dquot_get_dqblk +EXPORT_SYMBOL vmlinux 0x937733e3 qid_valid +EXPORT_SYMBOL vmlinux 0x9398e8b9 __traceiter_mmap_lock_released +EXPORT_SYMBOL vmlinux 0x939bc13c set_page_writeback +EXPORT_SYMBOL vmlinux 0x93a6e0b2 io_schedule +EXPORT_SYMBOL vmlinux 0x93b02c70 audit_log_start +EXPORT_SYMBOL vmlinux 0x93b3fc74 register_dcbevent_notifier +EXPORT_SYMBOL vmlinux 0x93bdaa1f dma_pool_free +EXPORT_SYMBOL vmlinux 0x93c7fe91 phy_register_fixup +EXPORT_SYMBOL vmlinux 0x93ce1bb9 elv_rb_add +EXPORT_SYMBOL vmlinux 0x93d95b3a vme_slave_set +EXPORT_SYMBOL vmlinux 0x93ed9e04 tegra_dfll_suspend +EXPORT_SYMBOL vmlinux 0x94098ff8 snd_interval_list +EXPORT_SYMBOL vmlinux 0x9417cbf1 cros_ec_cmd_xfer_status +EXPORT_SYMBOL vmlinux 0x942d110e netdev_crit +EXPORT_SYMBOL vmlinux 0x94351dc3 scsi_register_driver +EXPORT_SYMBOL vmlinux 0x943dc8aa crc32_be +EXPORT_SYMBOL vmlinux 0x944a564d is_console_locked +EXPORT_SYMBOL vmlinux 0x945eb81c add_device_randomness +EXPORT_SYMBOL vmlinux 0x94821a3e ilookup +EXPORT_SYMBOL vmlinux 0x9489ff36 dma_fence_signal_timestamp_locked +EXPORT_SYMBOL vmlinux 0x9495c10c thaw_super +EXPORT_SYMBOL vmlinux 0x94961283 vunmap +EXPORT_SYMBOL vmlinux 0x949f7411 remap_pfn_range +EXPORT_SYMBOL vmlinux 0x94b00293 fib_default_rule_add +EXPORT_SYMBOL vmlinux 0x94b36ef8 jbd2_fc_release_bufs +EXPORT_SYMBOL vmlinux 0x94b819b0 jbd2_journal_submit_inode_data_buffers +EXPORT_SYMBOL vmlinux 0x94bf03ca utf8_to_utf32 +EXPORT_SYMBOL vmlinux 0x94c9bc08 of_find_property +EXPORT_SYMBOL vmlinux 0x94d4da76 scsi_track_queue_full +EXPORT_SYMBOL vmlinux 0x94d8a6dd eth_gro_receive +EXPORT_SYMBOL vmlinux 0x94e5070f inode_to_bdi +EXPORT_SYMBOL vmlinux 0x94f1b586 framebuffer_release +EXPORT_SYMBOL vmlinux 0x94fac8bf tcf_block_get_ext +EXPORT_SYMBOL vmlinux 0x95012b4a dev_mc_add_global +EXPORT_SYMBOL vmlinux 0x9507c90f copy_fsxattr_to_user +EXPORT_SYMBOL vmlinux 0x9513247f tcp_sendmsg +EXPORT_SYMBOL vmlinux 0x951f05a4 phy_find_first +EXPORT_SYMBOL vmlinux 0x952786d5 __skb_get_hash +EXPORT_SYMBOL vmlinux 0x952e1c5e snd_ctl_remove +EXPORT_SYMBOL vmlinux 0x95368d33 memcg_kmem_enabled_key +EXPORT_SYMBOL vmlinux 0x953b6072 amba_driver_unregister +EXPORT_SYMBOL vmlinux 0x953d2426 utf8_strncmp +EXPORT_SYMBOL vmlinux 0x954ad928 would_dump +EXPORT_SYMBOL vmlinux 0x954f099c idr_preload +EXPORT_SYMBOL vmlinux 0x955d0dc1 pci_ep_cfs_add_epf_group +EXPORT_SYMBOL vmlinux 0x9564e78c neigh_event_ns +EXPORT_SYMBOL vmlinux 0x956dc539 dev_addr_mod +EXPORT_SYMBOL vmlinux 0x9576cc97 inode_io_list_del +EXPORT_SYMBOL vmlinux 0x958fb4d6 xfrm4_rcv_encap +EXPORT_SYMBOL vmlinux 0x959d8d4d __nla_put_nohdr +EXPORT_SYMBOL vmlinux 0x95a39eec vfs_fileattr_get +EXPORT_SYMBOL vmlinux 0x95a7e3e2 of_n_size_cells +EXPORT_SYMBOL vmlinux 0x95ae11d7 simple_link +EXPORT_SYMBOL vmlinux 0x95b883b6 kernel_sendpage_locked +EXPORT_SYMBOL vmlinux 0x95c6778e snd_info_create_module_entry +EXPORT_SYMBOL vmlinux 0x95d571a7 blk_mq_init_queue +EXPORT_SYMBOL vmlinux 0x95daf25f page_pool_release_page +EXPORT_SYMBOL vmlinux 0x95dbe078 __get_user_2 +EXPORT_SYMBOL vmlinux 0x95e3e16e udp_ioctl +EXPORT_SYMBOL vmlinux 0x9618ede0 mutex_unlock +EXPORT_SYMBOL vmlinux 0x96190ed7 snd_sgbuf_get_chunk_size +EXPORT_SYMBOL vmlinux 0x96281477 vfs_dedupe_file_range_one +EXPORT_SYMBOL vmlinux 0x963b8ea8 tcp_openreq_init_rwin +EXPORT_SYMBOL vmlinux 0x96573b80 __kfifo_dma_in_finish_r +EXPORT_SYMBOL vmlinux 0x96603250 kmalloc_large +EXPORT_SYMBOL vmlinux 0x9663aa3d rw_verify_area +EXPORT_SYMBOL vmlinux 0x966e5c47 nf_ip_checksum +EXPORT_SYMBOL vmlinux 0x9680151a napi_consume_skb +EXPORT_SYMBOL vmlinux 0x96898769 sysfs_format_mac +EXPORT_SYMBOL vmlinux 0x968ca76d dev_vprintk_emit +EXPORT_SYMBOL vmlinux 0x96945744 rawnand_sw_hamming_cleanup +EXPORT_SYMBOL vmlinux 0x969b5ab7 poll_initwait +EXPORT_SYMBOL vmlinux 0x96a0e358 mmc_gpiod_request_ro +EXPORT_SYMBOL vmlinux 0x96c17136 fb_var_to_videomode +EXPORT_SYMBOL vmlinux 0x96cd2b04 scsi_sense_key_string +EXPORT_SYMBOL vmlinux 0x96e111e2 cdrom_open +EXPORT_SYMBOL vmlinux 0x96e24bb5 of_find_node_by_name +EXPORT_SYMBOL vmlinux 0x96e455dc __napi_schedule_irqoff +EXPORT_SYMBOL vmlinux 0x96fab574 ethtool_rx_flow_rule_create +EXPORT_SYMBOL vmlinux 0x9701cca5 of_root +EXPORT_SYMBOL vmlinux 0x9709dbc5 current_work +EXPORT_SYMBOL vmlinux 0x97106714 memdup_user_nul +EXPORT_SYMBOL vmlinux 0x97255bdf strlen +EXPORT_SYMBOL vmlinux 0x9742958a map_destroy +EXPORT_SYMBOL vmlinux 0x978b25b4 tcf_block_netif_keep_dst +EXPORT_SYMBOL vmlinux 0x97945a7c kernel_read +EXPORT_SYMBOL vmlinux 0x97adb487 utf8s_to_utf16s +EXPORT_SYMBOL vmlinux 0x97bdfa60 scsi_dev_info_remove_list +EXPORT_SYMBOL vmlinux 0x97c9b8a9 ps2_sliced_command +EXPORT_SYMBOL vmlinux 0x97d11abd pcie_capability_read_dword +EXPORT_SYMBOL vmlinux 0x97d5a5f5 vm_node_stat +EXPORT_SYMBOL vmlinux 0x97e42a5a vfs_fsync_range +EXPORT_SYMBOL vmlinux 0x98214528 param_ops_charp +EXPORT_SYMBOL vmlinux 0x98335588 tty_port_raise_dtr_rts +EXPORT_SYMBOL vmlinux 0x98363d1a ata_std_end_eh +EXPORT_SYMBOL vmlinux 0x983ac031 remove_wait_queue +EXPORT_SYMBOL vmlinux 0x98541d14 tegra_dfll_runtime_resume +EXPORT_SYMBOL vmlinux 0x9858f364 get_random_u8 +EXPORT_SYMBOL vmlinux 0x9858f589 __tracepoint_spi_transfer_start +EXPORT_SYMBOL vmlinux 0x987c11c7 __pv_phys_pfn_offset +EXPORT_SYMBOL vmlinux 0x9891d82e ucc_slow_stop_tx +EXPORT_SYMBOL vmlinux 0x9897cdfe d_move +EXPORT_SYMBOL vmlinux 0x98a21b5a neigh_proc_dointvec_ms_jiffies +EXPORT_SYMBOL vmlinux 0x98a4b504 mr_vif_seq_next +EXPORT_SYMBOL vmlinux 0x98b1c4b4 input_grab_device +EXPORT_SYMBOL vmlinux 0x98c89ade security_xfrm_state_alloc +EXPORT_SYMBOL vmlinux 0x98cda210 jbd2_journal_get_undo_access +EXPORT_SYMBOL vmlinux 0x98d5620b qdisc_put +EXPORT_SYMBOL vmlinux 0x98e508ef ignore_console_lock_warning +EXPORT_SYMBOL vmlinux 0x98f020db md_error +EXPORT_SYMBOL vmlinux 0x99094fb2 qcom_scm_is_available +EXPORT_SYMBOL vmlinux 0x990ed713 nand_ecc_sw_hamming_init_ctx +EXPORT_SYMBOL vmlinux 0x992e3557 pcie_relaxed_ordering_enabled +EXPORT_SYMBOL vmlinux 0x9931f8c9 qcom_scm_lmh_dcvsh_available +EXPORT_SYMBOL vmlinux 0x993417f8 ipv6_skip_exthdr +EXPORT_SYMBOL vmlinux 0x993684f1 tcf_chain_get_by_act +EXPORT_SYMBOL vmlinux 0x9939eba0 backlight_unregister_notifier +EXPORT_SYMBOL vmlinux 0x993b03df percpu_counter_add_batch +EXPORT_SYMBOL vmlinux 0x9948a138 ucc_slow_disable +EXPORT_SYMBOL vmlinux 0x99517682 udp_encap_enable +EXPORT_SYMBOL vmlinux 0x9953cef5 qdisc_class_hash_grow +EXPORT_SYMBOL vmlinux 0x996829ea swake_up_all +EXPORT_SYMBOL vmlinux 0x996f3e89 sock_set_reuseaddr +EXPORT_SYMBOL vmlinux 0x996f4c8e pci_request_regions +EXPORT_SYMBOL vmlinux 0x9979a560 devm_gen_pool_create +EXPORT_SYMBOL vmlinux 0x998b0c3e kernel_write +EXPORT_SYMBOL vmlinux 0x999e8297 vfree +EXPORT_SYMBOL vmlinux 0x99b820d8 set_bh_page +EXPORT_SYMBOL vmlinux 0x99b8c4ad udp_seq_start +EXPORT_SYMBOL vmlinux 0x99bb8806 memmove +EXPORT_SYMBOL vmlinux 0x99c30f87 kmap_high +EXPORT_SYMBOL vmlinux 0x99c95fa5 unregister_sound_special +EXPORT_SYMBOL vmlinux 0x99ccb2ea xfrm_state_unregister_afinfo +EXPORT_SYMBOL vmlinux 0x99d1aa65 bfifo_qdisc_ops +EXPORT_SYMBOL vmlinux 0x99d472b1 net_dim_get_rx_moderation +EXPORT_SYMBOL vmlinux 0x99d7bb9c __bh_read +EXPORT_SYMBOL vmlinux 0x99e04497 scsi_print_command +EXPORT_SYMBOL vmlinux 0x99e5d703 sched_autogroup_create_attach +EXPORT_SYMBOL vmlinux 0x99e5e16a dst_release_immediate +EXPORT_SYMBOL vmlinux 0x99e9ee39 tcf_action_check_ctrlact +EXPORT_SYMBOL vmlinux 0x99edb521 napi_gro_receive +EXPORT_SYMBOL vmlinux 0x99eef992 __qdisc_calculate_pkt_len +EXPORT_SYMBOL vmlinux 0x99f46c9a rio_query_mport +EXPORT_SYMBOL vmlinux 0x99f9638f __napi_alloc_frag_align +EXPORT_SYMBOL vmlinux 0x9a0c3a18 vme_unregister_error_handler +EXPORT_SYMBOL vmlinux 0x9a0d1bd0 pci_write_config_dword +EXPORT_SYMBOL vmlinux 0x9a0db86c snd_jack_report +EXPORT_SYMBOL vmlinux 0x9a129cdd of_device_unregister +EXPORT_SYMBOL vmlinux 0x9a12d07b sg_copy_from_buffer +EXPORT_SYMBOL vmlinux 0x9a174d35 find_get_pages_range_tag +EXPORT_SYMBOL vmlinux 0x9a1dfd65 strpbrk +EXPORT_SYMBOL vmlinux 0x9a1ebebc tcp_read_done +EXPORT_SYMBOL vmlinux 0x9a2136d8 vc_resize +EXPORT_SYMBOL vmlinux 0x9a56fbbe stop_tty +EXPORT_SYMBOL vmlinux 0x9a583306 netlbl_bitmap_walk +EXPORT_SYMBOL vmlinux 0x9a58fa26 seg6_hmac_info_lookup +EXPORT_SYMBOL vmlinux 0x9a65b227 jbd2_journal_forget +EXPORT_SYMBOL vmlinux 0x9a6e3380 tegra_io_pad_power_enable +EXPORT_SYMBOL vmlinux 0x9a8318ef v7_coherent_kern_range +EXPORT_SYMBOL vmlinux 0x9a89a7a3 proc_douintvec +EXPORT_SYMBOL vmlinux 0x9a8c8339 ram_aops +EXPORT_SYMBOL vmlinux 0x9a8dee80 kmem_cache_shrink +EXPORT_SYMBOL vmlinux 0x9a92f3d5 phy_suspend +EXPORT_SYMBOL vmlinux 0x9aa9cea4 trace_print_flags_seq_u64 +EXPORT_SYMBOL vmlinux 0x9aaeefce sysctl_nf_log_all_netns +EXPORT_SYMBOL vmlinux 0x9abeddca __scsi_device_lookup +EXPORT_SYMBOL vmlinux 0x9acbd5db vfs_dedupe_file_range +EXPORT_SYMBOL vmlinux 0x9ad3fde2 md_bitmap_start_sync +EXPORT_SYMBOL vmlinux 0x9adaf5a9 snd_pcm_hw_rule_noresample +EXPORT_SYMBOL vmlinux 0x9ae47436 _find_last_bit +EXPORT_SYMBOL vmlinux 0x9aec380f pci_clear_master +EXPORT_SYMBOL vmlinux 0x9af29233 sock_no_socketpair +EXPORT_SYMBOL vmlinux 0x9b124c76 mtree_store +EXPORT_SYMBOL vmlinux 0x9b128a66 qcom_scm_set_remote_state +EXPORT_SYMBOL vmlinux 0x9b1b7306 xxh64 +EXPORT_SYMBOL vmlinux 0x9b2560b9 gf128mul_init_4k_bbe +EXPORT_SYMBOL vmlinux 0x9b33e0d7 unregister_dcbevent_notifier +EXPORT_SYMBOL vmlinux 0x9b496b21 posix_acl_alloc +EXPORT_SYMBOL vmlinux 0x9b56044c unregister_qdisc +EXPORT_SYMBOL vmlinux 0x9b6eb137 ksize +EXPORT_SYMBOL vmlinux 0x9b7c43a6 lock_two_nondirectories +EXPORT_SYMBOL vmlinux 0x9b836708 vc_cons +EXPORT_SYMBOL vmlinux 0x9b84763a unregister_key_type +EXPORT_SYMBOL vmlinux 0x9bc78c49 tty_port_carrier_raised +EXPORT_SYMBOL vmlinux 0x9bcb9c91 inet_csk_prepare_forced_close +EXPORT_SYMBOL vmlinux 0x9bd11498 unlock_page +EXPORT_SYMBOL vmlinux 0x9bde10fb __netlink_ns_capable +EXPORT_SYMBOL vmlinux 0x9beaa33e __mmc_claim_host +EXPORT_SYMBOL vmlinux 0x9bf06c41 inet_sk_rebuild_header +EXPORT_SYMBOL vmlinux 0x9c0555ad vme_slave_request +EXPORT_SYMBOL vmlinux 0x9c3aa096 find_vma +EXPORT_SYMBOL vmlinux 0x9c613694 udp_sk_rx_dst_set +EXPORT_SYMBOL vmlinux 0x9c65b78a csum_partial_copy_nocheck +EXPORT_SYMBOL vmlinux 0x9c86b9ab fileattr_fill_flags +EXPORT_SYMBOL vmlinux 0x9c86cc98 inc_nlink +EXPORT_SYMBOL vmlinux 0x9c9ce113 mtree_alloc_rrange +EXPORT_SYMBOL vmlinux 0x9c9fc470 neigh_table_init +EXPORT_SYMBOL vmlinux 0x9cab34a6 rfkill_set_led_trigger_name +EXPORT_SYMBOL vmlinux 0x9caebb57 invalidate_mapping_pages +EXPORT_SYMBOL vmlinux 0x9cd75e97 sock_wake_async +EXPORT_SYMBOL vmlinux 0x9cdfb3f7 sysctl_fb_tunnels_only_for_init_net +EXPORT_SYMBOL vmlinux 0x9cdfe1b5 flow_block_cb_decref +EXPORT_SYMBOL vmlinux 0x9ce9d06d rproc_get_by_child +EXPORT_SYMBOL vmlinux 0x9cedb3ef tty_port_open +EXPORT_SYMBOL vmlinux 0x9cf32078 nf_log_packet +EXPORT_SYMBOL vmlinux 0x9d06ac33 free_bucket_spinlocks +EXPORT_SYMBOL vmlinux 0x9d0d6206 unregister_netdevice_notifier +EXPORT_SYMBOL vmlinux 0x9d2949bd mmc_of_parse_voltage +EXPORT_SYMBOL vmlinux 0x9d2ab8ac __tasklet_schedule +EXPORT_SYMBOL vmlinux 0x9d2e7707 unregister_sysrq_key +EXPORT_SYMBOL vmlinux 0x9d4cebf7 mipi_dsi_dcs_nop +EXPORT_SYMBOL vmlinux 0x9d5b53ab folio_migrate_mapping +EXPORT_SYMBOL vmlinux 0x9d5cd559 reservation_ww_class +EXPORT_SYMBOL vmlinux 0x9d6676d9 amba_device_unregister +EXPORT_SYMBOL vmlinux 0x9d669763 memcpy +EXPORT_SYMBOL vmlinux 0x9d7e504c param_ops_uint +EXPORT_SYMBOL vmlinux 0x9db3963f kmem_cache_destroy +EXPORT_SYMBOL vmlinux 0x9dc08a71 pgprot_kernel +EXPORT_SYMBOL vmlinux 0x9dc0f116 generic_mii_ioctl +EXPORT_SYMBOL vmlinux 0x9dd9df13 dm_kcopyd_client_create +EXPORT_SYMBOL vmlinux 0x9dde242a pci_find_resource +EXPORT_SYMBOL vmlinux 0x9e05974f __folio_lock +EXPORT_SYMBOL vmlinux 0x9e0c711d vzalloc_node +EXPORT_SYMBOL vmlinux 0x9e0fa5ae hsiphash_3u32 +EXPORT_SYMBOL vmlinux 0x9e12868e devfreq_unregister_notifier +EXPORT_SYMBOL vmlinux 0x9e13f6f6 gf128mul_lle +EXPORT_SYMBOL vmlinux 0x9e1de06a bio_integrity_prep +EXPORT_SYMBOL vmlinux 0x9e2b29f9 devfreq_update_status +EXPORT_SYMBOL vmlinux 0x9e32c842 pci_fixup_cardbus +EXPORT_SYMBOL vmlinux 0x9e41f2c6 pcie_ptm_enabled +EXPORT_SYMBOL vmlinux 0x9e4faeef dm_io_client_destroy +EXPORT_SYMBOL vmlinux 0x9e51bc96 pci_set_master +EXPORT_SYMBOL vmlinux 0x9e61bb05 set_freezable +EXPORT_SYMBOL vmlinux 0x9e65f248 cookie_timestamp_decode +EXPORT_SYMBOL vmlinux 0x9e6b0f86 dquot_reclaim_space_nodirty +EXPORT_SYMBOL vmlinux 0x9e6d79f8 snd_info_get_str +EXPORT_SYMBOL vmlinux 0x9e7bd244 snd_pcm_set_managed_buffer_all +EXPORT_SYMBOL vmlinux 0x9e8d092c kill_litter_super +EXPORT_SYMBOL vmlinux 0x9e957537 jbd2_journal_finish_inode_data_buffers +EXPORT_SYMBOL vmlinux 0x9e9973cb vfs_getattr +EXPORT_SYMBOL vmlinux 0x9e9a9cb4 trace_print_hex_seq +EXPORT_SYMBOL vmlinux 0x9e9d4cb8 pcie_bandwidth_available +EXPORT_SYMBOL vmlinux 0x9e9eab95 devcgroup_check_permission +EXPORT_SYMBOL vmlinux 0x9e9fdd9d memunmap +EXPORT_SYMBOL vmlinux 0x9ea73868 nf_reinject +EXPORT_SYMBOL vmlinux 0x9ea85e96 kobject_set_name +EXPORT_SYMBOL vmlinux 0x9ea887b2 register_fib_notifier +EXPORT_SYMBOL vmlinux 0x9ec0e639 twl6030_interrupt_unmask +EXPORT_SYMBOL vmlinux 0x9ec6ca96 ktime_get_real_ts64 +EXPORT_SYMBOL vmlinux 0x9ed0ca39 bio_reset +EXPORT_SYMBOL vmlinux 0x9ed978de vme_lm_set +EXPORT_SYMBOL vmlinux 0x9ef3e8ef mr_mfc_seq_idx +EXPORT_SYMBOL vmlinux 0x9ef9a4e1 filemap_get_folios_contig +EXPORT_SYMBOL vmlinux 0x9f0975e5 xsk_tx_peek_desc +EXPORT_SYMBOL vmlinux 0x9f3235f2 __skb_free_datagram_locked +EXPORT_SYMBOL vmlinux 0x9f46ced8 __sw_hweight64 +EXPORT_SYMBOL vmlinux 0x9f50b770 keyring_restrict +EXPORT_SYMBOL vmlinux 0x9f54ead7 gro_cells_destroy +EXPORT_SYMBOL vmlinux 0x9f591f46 clk_bulk_get +EXPORT_SYMBOL vmlinux 0x9f5ba6ad ucc_slow_graceful_stop_tx +EXPORT_SYMBOL vmlinux 0x9f73cc41 sock_wmalloc +EXPORT_SYMBOL vmlinux 0x9f7ae060 node_states +EXPORT_SYMBOL vmlinux 0x9f984513 strrchr +EXPORT_SYMBOL vmlinux 0x9fb41842 netdev_offload_xstats_report_delta +EXPORT_SYMBOL vmlinux 0x9fc6ce81 _dev_warn +EXPORT_SYMBOL vmlinux 0x9fddb8e1 snd_ctl_rename +EXPORT_SYMBOL vmlinux 0x9fdecc31 unregister_netdevice_many +EXPORT_SYMBOL vmlinux 0x9feae1fc dma_resv_iter_next_unlocked +EXPORT_SYMBOL vmlinux 0x9feed7ce timer_reduce +EXPORT_SYMBOL vmlinux 0x9ffa3a75 netdev_max_backlog +EXPORT_SYMBOL vmlinux 0x9ffe1223 block_commit_write +EXPORT_SYMBOL vmlinux 0xa01d3df6 font_vga_8x16 +EXPORT_SYMBOL vmlinux 0xa01f1bef sg_miter_start +EXPORT_SYMBOL vmlinux 0xa0282466 tcp_recv_skb +EXPORT_SYMBOL vmlinux 0xa033d747 next_arg +EXPORT_SYMBOL vmlinux 0xa03c1187 mmc_can_gpio_cd +EXPORT_SYMBOL vmlinux 0xa0436e98 in6addr_linklocal_allnodes +EXPORT_SYMBOL vmlinux 0xa04e33da qcom_scm_lmh_dcvsh +EXPORT_SYMBOL vmlinux 0xa057df8f twl_set_regcache_bypass +EXPORT_SYMBOL vmlinux 0xa05b1efe gnet_stats_basic_sync_init +EXPORT_SYMBOL vmlinux 0xa05b6be2 psched_ppscfg_precompute +EXPORT_SYMBOL vmlinux 0xa05edd1a sock_no_sendmsg +EXPORT_SYMBOL vmlinux 0xa06df9e1 __kfifo_dma_out_finish_r +EXPORT_SYMBOL vmlinux 0xa07d1b3c tasklet_setup +EXPORT_SYMBOL vmlinux 0xa084749a __bitmap_or +EXPORT_SYMBOL vmlinux 0xa095e02e generic_check_addressable +EXPORT_SYMBOL vmlinux 0xa0aae687 imx_ssi_fiq_end +EXPORT_SYMBOL vmlinux 0xa0ae1e73 siphash_3u64 +EXPORT_SYMBOL vmlinux 0xa0aefe3e bit_waitqueue +EXPORT_SYMBOL vmlinux 0xa0b04675 vmalloc_32 +EXPORT_SYMBOL vmlinux 0xa0dad88e netdev_adjacent_get_private +EXPORT_SYMBOL vmlinux 0xa0e48b1d __folio_cancel_dirty +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 0xa0f5db08 tcp_mtup_init +EXPORT_SYMBOL vmlinux 0xa0fbac79 wake_up_bit +EXPORT_SYMBOL vmlinux 0xa10038fa nla_reserve +EXPORT_SYMBOL vmlinux 0xa108eb4d sysctl_optmem_max +EXPORT_SYMBOL vmlinux 0xa115c40f setattr_should_drop_sgid +EXPORT_SYMBOL vmlinux 0xa121e82b read_cache_page_gfp +EXPORT_SYMBOL vmlinux 0xa134416d inet6_protos +EXPORT_SYMBOL vmlinux 0xa14c75ec from_kprojid +EXPORT_SYMBOL vmlinux 0xa15bc123 d_instantiate_new +EXPORT_SYMBOL vmlinux 0xa15d0131 cancel_delayed_work +EXPORT_SYMBOL vmlinux 0xa16b21fb wait_for_completion_timeout +EXPORT_SYMBOL vmlinux 0xa17bd3fc add_wait_queue +EXPORT_SYMBOL vmlinux 0xa185b5a6 xfrm4_protocol_deregister +EXPORT_SYMBOL vmlinux 0xa1b8865a md_done_sync +EXPORT_SYMBOL vmlinux 0xa1cdd0ca path_has_submounts +EXPORT_SYMBOL vmlinux 0xa1d131ed vmemdup_user +EXPORT_SYMBOL vmlinux 0xa1dc5e0f dm_table_get_md +EXPORT_SYMBOL vmlinux 0xa1f904fa nf_setsockopt +EXPORT_SYMBOL vmlinux 0xa2060911 inet_current_timestamp +EXPORT_SYMBOL vmlinux 0xa214ef59 tty_lock +EXPORT_SYMBOL vmlinux 0xa2209b06 of_device_get_match_data +EXPORT_SYMBOL vmlinux 0xa22a9f8e dma_resv_copy_fences +EXPORT_SYMBOL vmlinux 0xa23da73f insert_inode_locked +EXPORT_SYMBOL vmlinux 0xa23ffc04 groups_sort +EXPORT_SYMBOL vmlinux 0xa24491bf ida_free +EXPORT_SYMBOL vmlinux 0xa24b5717 rpmh_write +EXPORT_SYMBOL vmlinux 0xa24f23d8 __request_module +EXPORT_SYMBOL vmlinux 0xa25b097e tty_do_resize +EXPORT_SYMBOL vmlinux 0xa263892b fscrypt_fname_free_buffer +EXPORT_SYMBOL vmlinux 0xa28cfcc0 gen_estimator_active +EXPORT_SYMBOL vmlinux 0xa2917dc6 udp_gro_complete +EXPORT_SYMBOL vmlinux 0xa296a83b vfs_parse_fs_string +EXPORT_SYMBOL vmlinux 0xa2bd0078 kernel_param_lock +EXPORT_SYMBOL vmlinux 0xa2d4b75e qcom_scm_iommu_set_cp_pool_size +EXPORT_SYMBOL vmlinux 0xa2d7ec8d __SCK__tp_func_kmem_cache_free +EXPORT_SYMBOL vmlinux 0xa2f503e4 udp_lib_setsockopt +EXPORT_SYMBOL vmlinux 0xa30aea86 devm_devfreq_unregister_opp_notifier +EXPORT_SYMBOL vmlinux 0xa30e5320 input_copy_abs +EXPORT_SYMBOL vmlinux 0xa30fab34 nf_log_unregister +EXPORT_SYMBOL vmlinux 0xa324ce55 jbd2_journal_blocks_per_page +EXPORT_SYMBOL vmlinux 0xa32cc0c0 snd_power_wait +EXPORT_SYMBOL vmlinux 0xa343510c input_allocate_device +EXPORT_SYMBOL vmlinux 0xa349651d inet_csk_complete_hashdance +EXPORT_SYMBOL vmlinux 0xa349af26 dma_sync_single_for_device +EXPORT_SYMBOL vmlinux 0xa36ec4f6 get_cached_acl +EXPORT_SYMBOL vmlinux 0xa37187d2 skb_pull +EXPORT_SYMBOL vmlinux 0xa372e89c dma_unmap_sg_attrs +EXPORT_SYMBOL vmlinux 0xa3733a12 input_set_keycode +EXPORT_SYMBOL vmlinux 0xa37e9f4c jbd2_journal_set_triggers +EXPORT_SYMBOL vmlinux 0xa38878f8 pci_unmap_iospace +EXPORT_SYMBOL vmlinux 0xa39b9661 single_open +EXPORT_SYMBOL vmlinux 0xa39d8175 dqput +EXPORT_SYMBOL vmlinux 0xa3a54979 init_on_free +EXPORT_SYMBOL vmlinux 0xa3ac158f sg_alloc_table +EXPORT_SYMBOL vmlinux 0xa3b6e1b7 omap_vrfb_max_height +EXPORT_SYMBOL vmlinux 0xa3be8342 __ubsan_handle_type_mismatch +EXPORT_SYMBOL vmlinux 0xa3c00c06 memcg_sockets_enabled_key +EXPORT_SYMBOL vmlinux 0xa3cbba34 netlink_ack +EXPORT_SYMBOL vmlinux 0xa3d14b78 inet_add_offload +EXPORT_SYMBOL vmlinux 0xa3e53da3 fscrypt_free_inode +EXPORT_SYMBOL vmlinux 0xa3fea172 sha224_final +EXPORT_SYMBOL vmlinux 0xa4001645 pci_release_region +EXPORT_SYMBOL vmlinux 0xa4073590 inet_dev_addr_type +EXPORT_SYMBOL vmlinux 0xa41feac1 i2c_verify_adapter +EXPORT_SYMBOL vmlinux 0xa425e404 kernel_connect +EXPORT_SYMBOL vmlinux 0xa428db44 snd_timer_global_free +EXPORT_SYMBOL vmlinux 0xa43799a8 rfs_needed +EXPORT_SYMBOL vmlinux 0xa448c653 qcom_scm_ice_set_key +EXPORT_SYMBOL vmlinux 0xa4537be3 blk_rq_unmap_user +EXPORT_SYMBOL vmlinux 0xa4552208 init_on_alloc +EXPORT_SYMBOL vmlinux 0xa4610bc6 omap_rev +EXPORT_SYMBOL vmlinux 0xa4aa403d configfs_unregister_subsystem +EXPORT_SYMBOL vmlinux 0xa4b7f2cc sync_file_get_fence +EXPORT_SYMBOL vmlinux 0xa4c77bb1 skb_realloc_headroom +EXPORT_SYMBOL vmlinux 0xa4d5feaf do_splice_direct +EXPORT_SYMBOL vmlinux 0xa4e06a57 sock_no_linger +EXPORT_SYMBOL vmlinux 0xa4fca045 qcom_scm_ocmem_lock +EXPORT_SYMBOL vmlinux 0xa51696e7 dma_sync_sg_for_cpu +EXPORT_SYMBOL vmlinux 0xa51a2967 _find_next_zero_bit_le +EXPORT_SYMBOL vmlinux 0xa5385030 release_sock +EXPORT_SYMBOL vmlinux 0xa54985a0 i2c_smbus_write_block_data +EXPORT_SYMBOL vmlinux 0xa54ca1e7 tcp_get_md5sig_pool +EXPORT_SYMBOL vmlinux 0xa54f023c register_shrinker +EXPORT_SYMBOL vmlinux 0xa5526619 rb_insert_color +EXPORT_SYMBOL vmlinux 0xa5673520 dev_loopback_xmit +EXPORT_SYMBOL vmlinux 0xa5684076 ida_alloc_range +EXPORT_SYMBOL vmlinux 0xa56ab351 i2c_smbus_read_word_data +EXPORT_SYMBOL vmlinux 0xa56e4b19 vfs_parse_fs_param_source +EXPORT_SYMBOL vmlinux 0xa56fde1c __genradix_iter_peek +EXPORT_SYMBOL vmlinux 0xa577555c flow_indr_dev_setup_offload +EXPORT_SYMBOL vmlinux 0xa57cd593 serio_rescan +EXPORT_SYMBOL vmlinux 0xa5819ba7 proc_create_data +EXPORT_SYMBOL vmlinux 0xa5881cb8 adjust_managed_page_count +EXPORT_SYMBOL vmlinux 0xa58bad0a blk_mq_end_request +EXPORT_SYMBOL vmlinux 0xa59c228e jbd2_journal_abort +EXPORT_SYMBOL vmlinux 0xa5a91711 _raw_write_lock_bh +EXPORT_SYMBOL vmlinux 0xa5acd790 dquot_transfer +EXPORT_SYMBOL vmlinux 0xa5c90bba snd_pcm_new_stream +EXPORT_SYMBOL vmlinux 0xa5fdca07 scsi_change_queue_depth +EXPORT_SYMBOL vmlinux 0xa5fedb64 init_task +EXPORT_SYMBOL vmlinux 0xa5ff5747 ps2_sendbyte +EXPORT_SYMBOL vmlinux 0xa601822f neigh_seq_next +EXPORT_SYMBOL vmlinux 0xa61aa028 snd_pcm_format_unsigned +EXPORT_SYMBOL vmlinux 0xa61ced89 qdisc_put_rtab +EXPORT_SYMBOL vmlinux 0xa6397c0f sk_stream_error +EXPORT_SYMBOL vmlinux 0xa648e561 __ubsan_handle_shift_out_of_bounds +EXPORT_SYMBOL vmlinux 0xa64920f4 bio_copy_data_iter +EXPORT_SYMBOL vmlinux 0xa64c7249 __printk_cpu_sync_try_get +EXPORT_SYMBOL vmlinux 0xa6781132 netdev_reset_tc +EXPORT_SYMBOL vmlinux 0xa681fe88 generate_random_uuid +EXPORT_SYMBOL vmlinux 0xa68613dd get_jiffies_64 +EXPORT_SYMBOL vmlinux 0xa6970398 __kfifo_to_user_r +EXPORT_SYMBOL vmlinux 0xa69d151c _raw_write_lock +EXPORT_SYMBOL vmlinux 0xa69ed606 flow_keys_dissector +EXPORT_SYMBOL vmlinux 0xa6a1122f __kfifo_dma_in_prepare +EXPORT_SYMBOL vmlinux 0xa6a3e3f2 ipv6_dev_find +EXPORT_SYMBOL vmlinux 0xa6a7a2ad div_s64_rem +EXPORT_SYMBOL vmlinux 0xa6b6c452 ps2_drain +EXPORT_SYMBOL vmlinux 0xa6cec923 skb_queue_tail +EXPORT_SYMBOL vmlinux 0xa6d3bf7c rproc_set_firmware +EXPORT_SYMBOL vmlinux 0xa6e3c970 _find_first_bit_le +EXPORT_SYMBOL vmlinux 0xa6f56de3 __scsi_add_device +EXPORT_SYMBOL vmlinux 0xa70bc96d qcom_scm_restore_sec_cfg_available +EXPORT_SYMBOL vmlinux 0xa70d60dc mii_ethtool_set_link_ksettings +EXPORT_SYMBOL vmlinux 0xa71208df __skb_ext_del +EXPORT_SYMBOL vmlinux 0xa713ee35 ip6tun_encaps +EXPORT_SYMBOL vmlinux 0xa71fa3ed rawv6_mh_filter_register +EXPORT_SYMBOL vmlinux 0xa72c5b95 gen_pool_dma_zalloc_algo +EXPORT_SYMBOL vmlinux 0xa73ee62b _atomic_dec_and_lock +EXPORT_SYMBOL vmlinux 0xa741d6c7 skb_page_frag_refill +EXPORT_SYMBOL vmlinux 0xa74c9877 refcount_dec_and_rtnl_lock +EXPORT_SYMBOL vmlinux 0xa74cdf33 mnt_set_expiry +EXPORT_SYMBOL vmlinux 0xa759fd22 register_cdrom +EXPORT_SYMBOL vmlinux 0xa76a56cd __dev_direct_xmit +EXPORT_SYMBOL vmlinux 0xa77bfd29 register_inet6addr_validator_notifier +EXPORT_SYMBOL vmlinux 0xa784fcf3 pci_read_config_byte +EXPORT_SYMBOL vmlinux 0xa7b3181c up_read +EXPORT_SYMBOL vmlinux 0xa7b7b65c snd_pcm_stop +EXPORT_SYMBOL vmlinux 0xa7e825fb sk_capable +EXPORT_SYMBOL vmlinux 0xa7eedcc4 call_usermodehelper +EXPORT_SYMBOL vmlinux 0xa7f5a353 mdiobb_read +EXPORT_SYMBOL vmlinux 0xa805ae61 blk_rq_map_integrity_sg +EXPORT_SYMBOL vmlinux 0xa80acb56 lockref_mark_dead +EXPORT_SYMBOL vmlinux 0xa80fd762 of_clk_get +EXPORT_SYMBOL vmlinux 0xa813a641 xfrm_state_walk +EXPORT_SYMBOL vmlinux 0xa8160e3b __blockdev_direct_IO +EXPORT_SYMBOL vmlinux 0xa843805a get_unused_fd_flags +EXPORT_SYMBOL vmlinux 0xa84ce9e0 crypto_aes_inv_sbox +EXPORT_SYMBOL vmlinux 0xa85aa65f filemap_fdatawait_range +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 0xa8caa845 clk_bulk_put_all +EXPORT_SYMBOL vmlinux 0xa8d24620 zstd_init_cstream +EXPORT_SYMBOL vmlinux 0xa8db9874 bdev_check_media_change +EXPORT_SYMBOL vmlinux 0xa8e24e08 in6_dev_finish_destroy +EXPORT_SYMBOL vmlinux 0xa8ec7d34 crc_ccitt +EXPORT_SYMBOL vmlinux 0xa8ee65c1 omap_vrfb_adjust_size +EXPORT_SYMBOL vmlinux 0xa8f6c843 ip_frag_ecn_table +EXPORT_SYMBOL vmlinux 0xa8f7351c timestamp_truncate +EXPORT_SYMBOL vmlinux 0xa8f7f280 idr_get_next_ul +EXPORT_SYMBOL vmlinux 0xa906f99b seq_pad +EXPORT_SYMBOL vmlinux 0xa91ff9c6 tcf_em_unregister +EXPORT_SYMBOL vmlinux 0xa93dc9f5 serial8250_do_set_termios +EXPORT_SYMBOL vmlinux 0xa947b14f zstd_reset_cstream +EXPORT_SYMBOL vmlinux 0xa95044b0 sock_no_shutdown +EXPORT_SYMBOL vmlinux 0xa95ddb34 cqhci_pltfm_init +EXPORT_SYMBOL vmlinux 0xa964dd13 gpmc_cs_request +EXPORT_SYMBOL vmlinux 0xa965ca81 reciprocal_value +EXPORT_SYMBOL vmlinux 0xa976957d bitmap_remap +EXPORT_SYMBOL vmlinux 0xa9796fa5 input_event +EXPORT_SYMBOL vmlinux 0xa97a2b97 devm_clk_put +EXPORT_SYMBOL vmlinux 0xa99c5b60 __cgroup_bpf_run_filter_skb +EXPORT_SYMBOL vmlinux 0xa99cc8c4 sync_dirty_buffer +EXPORT_SYMBOL vmlinux 0xa9a7432f qcom_scm_pas_mem_setup +EXPORT_SYMBOL vmlinux 0xa9a803cb vlan_uses_dev +EXPORT_SYMBOL vmlinux 0xa9cbffb1 blk_queue_physical_block_size +EXPORT_SYMBOL vmlinux 0xa9e2e3a5 param_get_hexint +EXPORT_SYMBOL vmlinux 0xa9ed62d2 tegra_fuse_readl +EXPORT_SYMBOL vmlinux 0xa9f78796 genphy_handle_interrupt_no_ack +EXPORT_SYMBOL vmlinux 0xa9ff7fdc jbd2_journal_clear_features +EXPORT_SYMBOL vmlinux 0xaa19e4aa _kstrtol +EXPORT_SYMBOL vmlinux 0xaa1dc3fb cqhci_init +EXPORT_SYMBOL vmlinux 0xaa2122fd xfrm_lookup_route +EXPORT_SYMBOL vmlinux 0xaa24c61a blk_mq_tagset_busy_iter +EXPORT_SYMBOL vmlinux 0xaa2a89bf phy_modify_paged +EXPORT_SYMBOL vmlinux 0xaa42e16a gen_pool_has_addr +EXPORT_SYMBOL vmlinux 0xaa438fec input_alloc_absinfo +EXPORT_SYMBOL vmlinux 0xaa59c469 proc_mkdir +EXPORT_SYMBOL vmlinux 0xaa59f69f mmc_calc_max_discard +EXPORT_SYMBOL vmlinux 0xaa5b1c83 __serio_register_driver +EXPORT_SYMBOL vmlinux 0xaa6901ac __kfifo_out_r +EXPORT_SYMBOL vmlinux 0xaa6f23ad rfkill_get_led_trigger_name +EXPORT_SYMBOL vmlinux 0xaa8106bc crc8_populate_msb +EXPORT_SYMBOL vmlinux 0xaa8577c6 ww_mutex_lock_interruptible +EXPORT_SYMBOL vmlinux 0xaa8ad2b5 dquot_quotactl_sysfile_ops +EXPORT_SYMBOL vmlinux 0xaa8f1b71 inet_addr_is_any +EXPORT_SYMBOL vmlinux 0xaa9a8fc2 tcf_idr_check_alloc +EXPORT_SYMBOL vmlinux 0xaaa4b9bc hchacha_block_generic +EXPORT_SYMBOL vmlinux 0xaaa50fb2 qcom_scm_lmh_profile_change +EXPORT_SYMBOL vmlinux 0xaab42fd6 tcf_register_action +EXPORT_SYMBOL vmlinux 0xaac3f759 xfrm_policy_hash_rebuild +EXPORT_SYMBOL vmlinux 0xaacc9e27 sort +EXPORT_SYMBOL vmlinux 0xaad0ae78 __bitmap_shift_right +EXPORT_SYMBOL vmlinux 0xaad4680f phy_detach +EXPORT_SYMBOL vmlinux 0xaad6d92f rfkill_init_sw_state +EXPORT_SYMBOL vmlinux 0xaad8c7d6 default_wake_function +EXPORT_SYMBOL vmlinux 0xaaf4a334 qcom_scm_set_cold_boot_addr +EXPORT_SYMBOL vmlinux 0xaafdc258 strcasecmp +EXPORT_SYMBOL vmlinux 0xab1826d1 unpin_user_page_range_dirty_lock +EXPORT_SYMBOL vmlinux 0xab1d21ec kstrtoull_from_user +EXPORT_SYMBOL vmlinux 0xab28a10a jbd2_journal_clear_err +EXPORT_SYMBOL vmlinux 0xab2ae652 twl6040_power +EXPORT_SYMBOL vmlinux 0xab3697e4 irq_poll_init +EXPORT_SYMBOL vmlinux 0xab3a41c1 set_posix_acl +EXPORT_SYMBOL vmlinux 0xab3b75ea vme_dma_pattern_attribute +EXPORT_SYMBOL vmlinux 0xab42fab6 mipi_dsi_device_register_full +EXPORT_SYMBOL vmlinux 0xab43580d ip_options_rcv_srr +EXPORT_SYMBOL vmlinux 0xab59fea9 param_set_ullong +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 0xab85d5e2 d_set_fallthru +EXPORT_SYMBOL vmlinux 0xab8fca7b tty_driver_kref_put +EXPORT_SYMBOL vmlinux 0xabbcbe63 xp_dma_sync_for_device_slow +EXPORT_SYMBOL vmlinux 0xabc1b1eb ethtool_intersect_link_masks +EXPORT_SYMBOL vmlinux 0xabcf8280 tcp_rtx_synack +EXPORT_SYMBOL vmlinux 0xabe7070f unlock_rename +EXPORT_SYMBOL vmlinux 0xabe7ffe5 sock_no_sendpage_locked +EXPORT_SYMBOL vmlinux 0xabf32f29 utf16s_to_utf8s +EXPORT_SYMBOL vmlinux 0xabf60704 tcf_block_put_ext +EXPORT_SYMBOL vmlinux 0xac00b2f3 pci_find_parent_resource +EXPORT_SYMBOL vmlinux 0xac091efc dev_close +EXPORT_SYMBOL vmlinux 0xac1a55be unregister_reboot_notifier +EXPORT_SYMBOL vmlinux 0xac2c8c17 nand_ecc_cleanup_ctx +EXPORT_SYMBOL vmlinux 0xac3201b0 udp_flow_hashrnd +EXPORT_SYMBOL vmlinux 0xac331b07 ucc_slow_free +EXPORT_SYMBOL vmlinux 0xac437f7b snd_interval_ratnum +EXPORT_SYMBOL vmlinux 0xac4be4d9 of_phy_deregister_fixed_link +EXPORT_SYMBOL vmlinux 0xac505912 pci_request_region +EXPORT_SYMBOL vmlinux 0xac5fcec0 in4_pton +EXPORT_SYMBOL vmlinux 0xac6a5083 flow_block_cb_setup_simple +EXPORT_SYMBOL vmlinux 0xac82b35c nla_put_nohdr +EXPORT_SYMBOL vmlinux 0xac91158e register_mii_tstamp_controller +EXPORT_SYMBOL vmlinux 0xacab29b7 seq_hlist_start_percpu +EXPORT_SYMBOL vmlinux 0xacd68e15 simple_lookup +EXPORT_SYMBOL vmlinux 0xacd81eb3 jbd2_inode_cache +EXPORT_SYMBOL vmlinux 0xacddd806 ptp_get_vclocks_index +EXPORT_SYMBOL vmlinux 0xace2383c folio_wait_bit +EXPORT_SYMBOL vmlinux 0xacea86d8 jbd2_journal_check_used_features +EXPORT_SYMBOL vmlinux 0xaceb20c1 memory_cgrp_subsys +EXPORT_SYMBOL vmlinux 0xacf4d843 match_strdup +EXPORT_SYMBOL vmlinux 0xacf649bf audit_log_task_info +EXPORT_SYMBOL vmlinux 0xad00cf0c __lock_buffer +EXPORT_SYMBOL vmlinux 0xad0413d4 match_hex +EXPORT_SYMBOL vmlinux 0xad0df102 devm_mfd_add_devices +EXPORT_SYMBOL vmlinux 0xad0e6bd4 ioremap_wc +EXPORT_SYMBOL vmlinux 0xad27850c pm8606_osc_disable +EXPORT_SYMBOL vmlinux 0xad2d2ead snd_mixer_oss_notify_callback +EXPORT_SYMBOL vmlinux 0xad3c5ce7 __nlmsg_put +EXPORT_SYMBOL vmlinux 0xad49c109 param_set_byte +EXPORT_SYMBOL vmlinux 0xad669b08 sdev_prefix_printk +EXPORT_SYMBOL vmlinux 0xad73041f autoremove_wake_function +EXPORT_SYMBOL vmlinux 0xad832798 iunique +EXPORT_SYMBOL vmlinux 0xad8a6d38 amba_request_regions +EXPORT_SYMBOL vmlinux 0xad93edc5 __write_overflow_field +EXPORT_SYMBOL vmlinux 0xad9902e6 __sk_dst_check +EXPORT_SYMBOL vmlinux 0xada97159 truncate_inode_pages_range +EXPORT_SYMBOL vmlinux 0xadae6df8 blake2s_final +EXPORT_SYMBOL vmlinux 0xadbeed61 mipi_dsi_packet_format_is_long +EXPORT_SYMBOL vmlinux 0xadcf0814 i2c_register_driver +EXPORT_SYMBOL vmlinux 0xadd22e70 LZ4_setStreamDecode +EXPORT_SYMBOL vmlinux 0xadd3d90b __tracepoint_dma_fence_signaled +EXPORT_SYMBOL vmlinux 0xadd69986 __tracepoint_dma_fence_emit +EXPORT_SYMBOL vmlinux 0xaddd1307 __devm_release_region +EXPORT_SYMBOL vmlinux 0xae04012c __vmalloc +EXPORT_SYMBOL vmlinux 0xae06a2cd find_inode_by_ino_rcu +EXPORT_SYMBOL vmlinux 0xae08ba40 input_setup_polling +EXPORT_SYMBOL vmlinux 0xae1d2c5e fb_modesetting_disabled +EXPORT_SYMBOL vmlinux 0xae25c141 vm_event_states +EXPORT_SYMBOL vmlinux 0xae2c547a flow_rule_match_ports_range +EXPORT_SYMBOL vmlinux 0xae316c11 icmpv6_err_convert +EXPORT_SYMBOL vmlinux 0xae353d77 arm_copy_from_user +EXPORT_SYMBOL vmlinux 0xae391ae3 udp_sendmsg +EXPORT_SYMBOL vmlinux 0xae3c6f9b __mmap_lock_do_trace_acquire_returned +EXPORT_SYMBOL vmlinux 0xae4b7e4b __vfs_getxattr +EXPORT_SYMBOL vmlinux 0xae53631e of_device_is_big_endian +EXPORT_SYMBOL vmlinux 0xae577d60 _raw_spin_lock +EXPORT_SYMBOL vmlinux 0xae6f7e0e nla_append +EXPORT_SYMBOL vmlinux 0xae896b16 rtnl_unicast +EXPORT_SYMBOL vmlinux 0xae932800 zpool_unregister_driver +EXPORT_SYMBOL vmlinux 0xae94bfcc pfifo_fast_ops +EXPORT_SYMBOL vmlinux 0xae9849dd __request_region +EXPORT_SYMBOL vmlinux 0xaeac049a generate_random_guid +EXPORT_SYMBOL vmlinux 0xaeaf1a01 flow_block_cb_free +EXPORT_SYMBOL vmlinux 0xaeb6927d dquot_release +EXPORT_SYMBOL vmlinux 0xaebfc406 mmc_can_discard +EXPORT_SYMBOL vmlinux 0xaec2be39 napi_build_skb +EXPORT_SYMBOL vmlinux 0xaee900cd snd_timer_resolution +EXPORT_SYMBOL vmlinux 0xaefa45c3 security_sb_mnt_opts_compat +EXPORT_SYMBOL vmlinux 0xaf1af5bc skb_checksum_help +EXPORT_SYMBOL vmlinux 0xaf1d9231 snd_jack_set_key +EXPORT_SYMBOL vmlinux 0xaf3dd7dc scsi_logging_level +EXPORT_SYMBOL vmlinux 0xaf465846 of_get_parent +EXPORT_SYMBOL vmlinux 0xaf50e76d elf_set_personality +EXPORT_SYMBOL vmlinux 0xaf53b5f8 __vfs_setxattr +EXPORT_SYMBOL vmlinux 0xaf592547 mark_buffer_dirty +EXPORT_SYMBOL vmlinux 0xaf6b9d74 xfrm_state_lookup_byaddr +EXPORT_SYMBOL vmlinux 0xaf6bf58b kmalloc_node_trace +EXPORT_SYMBOL vmlinux 0xaf80d8da backlight_force_update +EXPORT_SYMBOL vmlinux 0xaf84865e __get_user_8 +EXPORT_SYMBOL vmlinux 0xaf8aa518 system_rev +EXPORT_SYMBOL vmlinux 0xaf9a0a2a radix_tree_tag_clear +EXPORT_SYMBOL vmlinux 0xafaa6031 _find_next_and_bit +EXPORT_SYMBOL vmlinux 0xafae0f0e vlan_dev_vlan_id +EXPORT_SYMBOL vmlinux 0xafb79f2b rt_dst_clone +EXPORT_SYMBOL vmlinux 0xafc08054 dotdot_name +EXPORT_SYMBOL vmlinux 0xafc301ee mount_single +EXPORT_SYMBOL vmlinux 0xafc6b033 uart_register_driver +EXPORT_SYMBOL vmlinux 0xafca85bf vlan_filter_drop_vids +EXPORT_SYMBOL vmlinux 0xafdae587 jbd2_journal_set_features +EXPORT_SYMBOL vmlinux 0xafe483a7 page_symlink_inode_operations +EXPORT_SYMBOL vmlinux 0xafe62b1a phy_get_c45_ids +EXPORT_SYMBOL vmlinux 0xaff0c15c __netdev_notify_peers +EXPORT_SYMBOL vmlinux 0xaff1eee0 file_remove_privs +EXPORT_SYMBOL vmlinux 0xb011eae1 kstrtos16_from_user +EXPORT_SYMBOL vmlinux 0xb0125e2d netpoll_parse_options +EXPORT_SYMBOL vmlinux 0xb01312b1 writeback_inodes_sb_nr +EXPORT_SYMBOL vmlinux 0xb01bebf9 xfrm_get_acqseq +EXPORT_SYMBOL vmlinux 0xb0207caf has_capability_noaudit +EXPORT_SYMBOL vmlinux 0xb026bf62 ps2_handle_ack +EXPORT_SYMBOL vmlinux 0xb026df0a param_get_string +EXPORT_SYMBOL vmlinux 0xb039ffcc devm_input_allocate_device +EXPORT_SYMBOL vmlinux 0xb04207c0 devm_free_irq +EXPORT_SYMBOL vmlinux 0xb0457a97 mmc_is_req_done +EXPORT_SYMBOL vmlinux 0xb0480e3b phy_device_create +EXPORT_SYMBOL vmlinux 0xb058ca07 dim_calc_stats +EXPORT_SYMBOL vmlinux 0xb05fc310 sysctl_rmem_max +EXPORT_SYMBOL vmlinux 0xb0719125 input_mt_sync_frame +EXPORT_SYMBOL vmlinux 0xb084ef14 jbd2_journal_get_create_access +EXPORT_SYMBOL vmlinux 0xb08672af snd_timer_start +EXPORT_SYMBOL vmlinux 0xb099c279 simple_transaction_read +EXPORT_SYMBOL vmlinux 0xb0a0da0c rational_best_approximation +EXPORT_SYMBOL vmlinux 0xb0a3c5d2 trace_print_symbols_seq +EXPORT_SYMBOL vmlinux 0xb0bdb153 param_ops_ullong +EXPORT_SYMBOL vmlinux 0xb0c43cbe snd_register_device +EXPORT_SYMBOL vmlinux 0xb0cab0fc device_match_acpi_dev +EXPORT_SYMBOL vmlinux 0xb0cb04be cros_ec_check_result +EXPORT_SYMBOL vmlinux 0xb0db17b9 dma_alloc_attrs +EXPORT_SYMBOL vmlinux 0xb0dce206 generic_file_mmap +EXPORT_SYMBOL vmlinux 0xb0de2b02 __netif_schedule +EXPORT_SYMBOL vmlinux 0xb0e10781 get_option +EXPORT_SYMBOL vmlinux 0xb0f8a1fb vm_get_page_prot +EXPORT_SYMBOL vmlinux 0xb1020dd7 vme_bus_type +EXPORT_SYMBOL vmlinux 0xb102ec6c bio_endio +EXPORT_SYMBOL vmlinux 0xb1067fb9 of_lpddr2_get_info +EXPORT_SYMBOL vmlinux 0xb11319b9 touch_atime +EXPORT_SYMBOL vmlinux 0xb121390a probe_irq_on +EXPORT_SYMBOL vmlinux 0xb1237cdd pci_read_vpd_any +EXPORT_SYMBOL vmlinux 0xb12cbacb fb_unregister_client +EXPORT_SYMBOL vmlinux 0xb13b465a __kfifo_dma_in_prepare_r +EXPORT_SYMBOL vmlinux 0xb147a855 dql_reset +EXPORT_SYMBOL vmlinux 0xb147ed5e netdev_info +EXPORT_SYMBOL vmlinux 0xb14ab1ef hdmi_audio_infoframe_init +EXPORT_SYMBOL vmlinux 0xb14e1a0d tcf_qevent_validate_change +EXPORT_SYMBOL vmlinux 0xb14fc46a find_next_clump8 +EXPORT_SYMBOL vmlinux 0xb161e50c call_usermodehelper_setup +EXPORT_SYMBOL vmlinux 0xb1766a07 snd_pcm_period_elapsed_under_stream_lock +EXPORT_SYMBOL vmlinux 0xb18188bc cqhci_resume +EXPORT_SYMBOL vmlinux 0xb1939c03 pci_bus_read_config_byte +EXPORT_SYMBOL vmlinux 0xb1ad28e0 __gnu_mcount_nc +EXPORT_SYMBOL vmlinux 0xb1b06fb9 inet6_add_offload +EXPORT_SYMBOL vmlinux 0xb1b7d715 netdev_stats_to_stats64 +EXPORT_SYMBOL vmlinux 0xb1c3a01a oops_in_progress +EXPORT_SYMBOL vmlinux 0xb1c67b56 finalize_exec +EXPORT_SYMBOL vmlinux 0xb1ddf995 jiffies_64_to_clock_t +EXPORT_SYMBOL vmlinux 0xb1df515f may_umount_tree +EXPORT_SYMBOL vmlinux 0xb1e71fad mipi_dsi_generic_write +EXPORT_SYMBOL vmlinux 0xb1e9b6fe inet_stream_connect +EXPORT_SYMBOL vmlinux 0xb200e927 prepare_to_swait_event +EXPORT_SYMBOL vmlinux 0xb20a1d61 sk_stop_timer +EXPORT_SYMBOL vmlinux 0xb216d331 sgl_free_n_order +EXPORT_SYMBOL vmlinux 0xb21be8a5 get_thermal_instance +EXPORT_SYMBOL vmlinux 0xb223a42f blk_queue_io_min +EXPORT_SYMBOL vmlinux 0xb22e16d5 radix_tree_maybe_preload +EXPORT_SYMBOL vmlinux 0xb23a519c zstd_decompress_stream +EXPORT_SYMBOL vmlinux 0xb248df97 tty_unregister_driver +EXPORT_SYMBOL vmlinux 0xb25820f7 generic_update_time +EXPORT_SYMBOL vmlinux 0xb25cfce0 fwnode_mdio_find_device +EXPORT_SYMBOL vmlinux 0xb25e8bfc mr_dump +EXPORT_SYMBOL vmlinux 0xb26138a3 key_link +EXPORT_SYMBOL vmlinux 0xb267aa4f inc_node_page_state +EXPORT_SYMBOL vmlinux 0xb2695187 setup_new_exec +EXPORT_SYMBOL vmlinux 0xb26ecf0c nf_register_net_hooks +EXPORT_SYMBOL vmlinux 0xb28c197c dm_unregister_target +EXPORT_SYMBOL vmlinux 0xb28d325d ucc_slow_init +EXPORT_SYMBOL vmlinux 0xb28e291c dev_deactivate +EXPORT_SYMBOL vmlinux 0xb2910aee __sk_mem_reclaim +EXPORT_SYMBOL vmlinux 0xb293d523 pci_write_vpd_any +EXPORT_SYMBOL vmlinux 0xb29d0782 jbd2_trans_will_send_data_barrier +EXPORT_SYMBOL vmlinux 0xb2a55d27 blkdev_issue_secure_erase +EXPORT_SYMBOL vmlinux 0xb2c69d10 tcp_conn_request +EXPORT_SYMBOL vmlinux 0xb2d48a2e queue_work_on +EXPORT_SYMBOL vmlinux 0xb2e5ae4a snd_lookup_minor_data +EXPORT_SYMBOL vmlinux 0xb308c97d wait_woken +EXPORT_SYMBOL vmlinux 0xb30b9822 vme_master_set +EXPORT_SYMBOL vmlinux 0xb30f6158 dev_pm_opp_unregister_notifier +EXPORT_SYMBOL vmlinux 0xb3258f79 __ubsan_handle_type_mismatch_v1 +EXPORT_SYMBOL vmlinux 0xb32728bb qcom_scm_iommu_secure_ptbl_init +EXPORT_SYMBOL vmlinux 0xb32926df nonseekable_open +EXPORT_SYMBOL vmlinux 0xb329b899 simple_nosetlease +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 0xb36e9d07 xfrm_spd_getinfo +EXPORT_SYMBOL vmlinux 0xb3707e6e flow_keys_basic_dissector +EXPORT_SYMBOL vmlinux 0xb3888d2b dma_get_sgtable_attrs +EXPORT_SYMBOL vmlinux 0xb38a4d8d config_item_set_name +EXPORT_SYMBOL vmlinux 0xb3c15d29 iov_iter_advance +EXPORT_SYMBOL vmlinux 0xb3d2c76d scsi_hostbyte_string +EXPORT_SYMBOL vmlinux 0xb3dda36d page_mapping +EXPORT_SYMBOL vmlinux 0xb3f7646e kthread_should_stop +EXPORT_SYMBOL vmlinux 0xb4009393 init_special_inode +EXPORT_SYMBOL vmlinux 0xb400b8a5 flush_dcache_folio +EXPORT_SYMBOL vmlinux 0xb4053ba3 bio_init +EXPORT_SYMBOL vmlinux 0xb40abbf1 param_ops_long +EXPORT_SYMBOL vmlinux 0xb41a8621 xfrm_unregister_km +EXPORT_SYMBOL vmlinux 0xb42167bd devm_register_netdev +EXPORT_SYMBOL vmlinux 0xb4230b13 kfree_skb_partial +EXPORT_SYMBOL vmlinux 0xb423dba1 console_blanked +EXPORT_SYMBOL vmlinux 0xb427f18e sock_queue_err_skb +EXPORT_SYMBOL vmlinux 0xb429183c init_pseudo +EXPORT_SYMBOL vmlinux 0xb42bfde4 __alloc_pages +EXPORT_SYMBOL vmlinux 0xb43147fa inet6_del_protocol +EXPORT_SYMBOL vmlinux 0xb436eb52 kobject_get +EXPORT_SYMBOL vmlinux 0xb4471bfe down_trylock +EXPORT_SYMBOL vmlinux 0xb4519a8f string_escape_mem +EXPORT_SYMBOL vmlinux 0xb4530e56 tso_start +EXPORT_SYMBOL vmlinux 0xb47c99fe ip_output +EXPORT_SYMBOL vmlinux 0xb47d2d57 done_path_create +EXPORT_SYMBOL vmlinux 0xb483b51d blk_pre_runtime_suspend +EXPORT_SYMBOL vmlinux 0xb48d4d22 security_sb_eat_lsm_opts +EXPORT_SYMBOL vmlinux 0xb499b0d3 mmc_of_parse_clk_phase +EXPORT_SYMBOL vmlinux 0xb49cd6d3 genphy_loopback +EXPORT_SYMBOL vmlinux 0xb4a79898 blk_limits_io_opt +EXPORT_SYMBOL vmlinux 0xb4b1e6d1 __xa_alloc +EXPORT_SYMBOL vmlinux 0xb4bddb04 zstd_init_dstream +EXPORT_SYMBOL vmlinux 0xb4ca2915 mmc_wait_for_cmd +EXPORT_SYMBOL vmlinux 0xb4f13d2a abort +EXPORT_SYMBOL vmlinux 0xb515fa82 input_set_timestamp +EXPORT_SYMBOL vmlinux 0xb516a9cc mmc_get_card +EXPORT_SYMBOL vmlinux 0xb560263e get_bitmap_from_slot +EXPORT_SYMBOL vmlinux 0xb58aeaab kernel_cpustat +EXPORT_SYMBOL vmlinux 0xb59368cc folio_clear_dirty_for_io +EXPORT_SYMBOL vmlinux 0xb59ad437 dma_map_resource +EXPORT_SYMBOL vmlinux 0xb5a459dc unregister_blkdev +EXPORT_SYMBOL vmlinux 0xb5aa7165 dma_pool_destroy +EXPORT_SYMBOL vmlinux 0xb5b63711 fileattr_fill_xflags +EXPORT_SYMBOL vmlinux 0xb5bd4e6f km_query +EXPORT_SYMBOL vmlinux 0xb5c8e17c snd_pcm_lib_free_pages +EXPORT_SYMBOL vmlinux 0xb5de2be3 imx_scu_enable_general_irq_channel +EXPORT_SYMBOL vmlinux 0xb5e5e97e dev_get_by_index +EXPORT_SYMBOL vmlinux 0xb5fdc18f mutex_is_locked +EXPORT_SYMBOL vmlinux 0xb6202aa7 zap_page_range +EXPORT_SYMBOL vmlinux 0xb625b8e1 tcf_qevent_init +EXPORT_SYMBOL vmlinux 0xb633f115 irq_poll_enable +EXPORT_SYMBOL vmlinux 0xb6361499 tcf_em_tree_destroy +EXPORT_SYMBOL vmlinux 0xb656c66f keyring_alloc +EXPORT_SYMBOL vmlinux 0xb664a4e8 kvrealloc +EXPORT_SYMBOL vmlinux 0xb66e96d8 netlbl_audit_start +EXPORT_SYMBOL vmlinux 0xb6747dbe cdrom_dummy_generic_packet +EXPORT_SYMBOL vmlinux 0xb678366f int_sqrt +EXPORT_SYMBOL vmlinux 0xb67ab350 scsi_done +EXPORT_SYMBOL vmlinux 0xb67fec0e uuid_parse +EXPORT_SYMBOL vmlinux 0xb6896671 crc_t10dif +EXPORT_SYMBOL vmlinux 0xb68c576a register_sound_dsp +EXPORT_SYMBOL vmlinux 0xb6936ffe _bcd2bin +EXPORT_SYMBOL vmlinux 0xb694f05a scsi_device_set_state +EXPORT_SYMBOL vmlinux 0xb69be795 tcp_v4_syn_recv_sock +EXPORT_SYMBOL vmlinux 0xb6acaa13 phy_sfp_detach +EXPORT_SYMBOL vmlinux 0xb6b6284e xz_dec_run +EXPORT_SYMBOL vmlinux 0xb6bbc34a of_graph_get_port_parent +EXPORT_SYMBOL vmlinux 0xb6cb556a _find_first_and_bit +EXPORT_SYMBOL vmlinux 0xb6da5e89 security_skb_classify_flow +EXPORT_SYMBOL vmlinux 0xb6e36ce2 psched_ratecfg_precompute +EXPORT_SYMBOL vmlinux 0xb6e51877 crypto_kdf108_ctr_generate +EXPORT_SYMBOL vmlinux 0xb6f49bb0 nand_ecc_register_on_host_hw_engine +EXPORT_SYMBOL vmlinux 0xb6f859f4 _raw_read_lock_bh +EXPORT_SYMBOL vmlinux 0xb6fa7b19 skb_abort_seq_read +EXPORT_SYMBOL vmlinux 0xb6fde909 close_fd +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 0xb73595f9 seg6_push_hmac +EXPORT_SYMBOL vmlinux 0xb7362c90 do_wait_intr_irq +EXPORT_SYMBOL vmlinux 0xb74defe3 sk_send_sigurg +EXPORT_SYMBOL vmlinux 0xb7566933 kstrtos8_from_user +EXPORT_SYMBOL vmlinux 0xb776daca inet_sock_destruct +EXPORT_SYMBOL vmlinux 0xb77e0953 remap_vmalloc_range +EXPORT_SYMBOL vmlinux 0xb78debe3 LZ4_decompress_fast_usingDict +EXPORT_SYMBOL vmlinux 0xb793d9c6 snd_card_set_id +EXPORT_SYMBOL vmlinux 0xb7b00ca8 tcp_md5_hash_skb_data +EXPORT_SYMBOL vmlinux 0xb7c6db70 sysctl_max_skb_frags +EXPORT_SYMBOL vmlinux 0xb7e03e8b blk_mq_unique_tag +EXPORT_SYMBOL vmlinux 0xb7e19d14 device_get_mac_address +EXPORT_SYMBOL vmlinux 0xb7e7a8e7 vme_irq_request +EXPORT_SYMBOL vmlinux 0xb7f409ed xp_can_alloc +EXPORT_SYMBOL vmlinux 0xb7ff182f down_read_killable +EXPORT_SYMBOL vmlinux 0xb81a82bf of_get_next_child +EXPORT_SYMBOL vmlinux 0xb8201fb4 udp_push_pending_frames +EXPORT_SYMBOL vmlinux 0xb83aa665 xfrm_state_walk_done +EXPORT_SYMBOL vmlinux 0xb842716c qcom_scm_ocmem_lock_available +EXPORT_SYMBOL vmlinux 0xb8483de4 rproc_resource_cleanup +EXPORT_SYMBOL vmlinux 0xb849a8ee vfs_link +EXPORT_SYMBOL vmlinux 0xb84afa5c dev_uc_init +EXPORT_SYMBOL vmlinux 0xb84c9a56 dput +EXPORT_SYMBOL vmlinux 0xb8522e46 _dev_emerg +EXPORT_SYMBOL vmlinux 0xb86303a5 msm_pinctrl_remove +EXPORT_SYMBOL vmlinux 0xb868ac5c register_sysrq_key +EXPORT_SYMBOL vmlinux 0xb86d5d33 rawnand_sw_hamming_init +EXPORT_SYMBOL vmlinux 0xb8841d0e inet_csk_clear_xmit_timers +EXPORT_SYMBOL vmlinux 0xb896c632 input_handler_for_each_handle +EXPORT_SYMBOL vmlinux 0xb89b6e6b guid_parse +EXPORT_SYMBOL vmlinux 0xb8a5592f vif_device_init +EXPORT_SYMBOL vmlinux 0xb8b043f2 kfree_link +EXPORT_SYMBOL vmlinux 0xb8b73718 flow_indr_block_cb_alloc +EXPORT_SYMBOL vmlinux 0xb8baa8a9 __dquot_alloc_space +EXPORT_SYMBOL vmlinux 0xb8c66c45 dma_fence_get_status +EXPORT_SYMBOL vmlinux 0xb8e18cb2 netdev_offload_xstats_disable +EXPORT_SYMBOL vmlinux 0xb8e39d53 percpu_counter_sync +EXPORT_SYMBOL vmlinux 0xb8ff545c phy_attach +EXPORT_SYMBOL vmlinux 0xb905653e sock_setsockopt +EXPORT_SYMBOL vmlinux 0xb90caa55 put_cmsg_scm_timestamping +EXPORT_SYMBOL vmlinux 0xb911bb58 minmax_running_max +EXPORT_SYMBOL vmlinux 0xb91ded31 security_d_instantiate +EXPORT_SYMBOL vmlinux 0xb9260894 xfrm_input_register_afinfo +EXPORT_SYMBOL vmlinux 0xb94339c4 qdisc_put_stab +EXPORT_SYMBOL vmlinux 0xb946f66b __scsi_iterate_devices +EXPORT_SYMBOL vmlinux 0xb94c32f7 devm_of_iomap +EXPORT_SYMBOL vmlinux 0xb94d3aea jbd2_journal_try_to_free_buffers +EXPORT_SYMBOL vmlinux 0xb95f98d6 _memset_io +EXPORT_SYMBOL vmlinux 0xb9638db4 snd_pcm_rate_to_rate_bit +EXPORT_SYMBOL vmlinux 0xb966a030 disk_stack_limits +EXPORT_SYMBOL vmlinux 0xb96c4f9e audit_log_subject_context +EXPORT_SYMBOL vmlinux 0xb97220ff bitmap_parse +EXPORT_SYMBOL vmlinux 0xb9785969 udp_seq_stop +EXPORT_SYMBOL vmlinux 0xb97e0c18 md_unregister_thread +EXPORT_SYMBOL vmlinux 0xb99ef17c dev_get_flags +EXPORT_SYMBOL vmlinux 0xb9a60cd3 scsi_mode_sense +EXPORT_SYMBOL vmlinux 0xb9acd3d9 __put_user_2 +EXPORT_SYMBOL vmlinux 0xb9b6b5df d_alloc_anon +EXPORT_SYMBOL vmlinux 0xb9dd2f20 rproc_elf_get_boot_addr +EXPORT_SYMBOL vmlinux 0xb9e8e2cc in6addr_sitelocal_allrouters +EXPORT_SYMBOL vmlinux 0xb9f82020 of_clk_get_by_name +EXPORT_SYMBOL vmlinux 0xb9fc381a qcom_scm_hdcp_req +EXPORT_SYMBOL vmlinux 0xba026ec9 dquot_quota_sync +EXPORT_SYMBOL vmlinux 0xba232719 mmc_cqe_post_req +EXPORT_SYMBOL vmlinux 0xba26a9dc ip6mr_rule_default +EXPORT_SYMBOL vmlinux 0xba2d9ef3 tty_register_ldisc +EXPORT_SYMBOL vmlinux 0xba31dd9c kset_unregister +EXPORT_SYMBOL vmlinux 0xba3f7f41 unregister_cdrom +EXPORT_SYMBOL vmlinux 0xba41149a netdev_change_features +EXPORT_SYMBOL vmlinux 0xba497f13 loops_per_jiffy +EXPORT_SYMBOL vmlinux 0xba4ae097 enable_fiq +EXPORT_SYMBOL vmlinux 0xba5025bf netdev_features_change +EXPORT_SYMBOL vmlinux 0xba5203d8 blk_queue_update_dma_alignment +EXPORT_SYMBOL vmlinux 0xba707a78 qe_get_brg_clk +EXPORT_SYMBOL vmlinux 0xba8b548b invalidate_inode_buffers +EXPORT_SYMBOL vmlinux 0xba8c046a phy_start +EXPORT_SYMBOL vmlinux 0xba9c4aa2 gnet_stats_add_basic +EXPORT_SYMBOL vmlinux 0xbafa632e __do_once_sleepable_start +EXPORT_SYMBOL vmlinux 0xbaffd598 set_security_override_from_ctx +EXPORT_SYMBOL vmlinux 0xbb0540aa zlib_inflateReset +EXPORT_SYMBOL vmlinux 0xbb0dd530 sock_register +EXPORT_SYMBOL vmlinux 0xbb14eb31 bcmp +EXPORT_SYMBOL vmlinux 0xbb24f607 init_cdrom_command +EXPORT_SYMBOL vmlinux 0xbb2df1ec __cond_resched_rwlock_write +EXPORT_SYMBOL vmlinux 0xbb43cbe2 vme_dma_pci_attribute +EXPORT_SYMBOL vmlinux 0xbb64a8b7 param_set_short +EXPORT_SYMBOL vmlinux 0xbb6df778 sg_nents +EXPORT_SYMBOL vmlinux 0xbb7210a1 inet_listen +EXPORT_SYMBOL vmlinux 0xbb72d4fe __put_user_1 +EXPORT_SYMBOL vmlinux 0xbb7493d8 neigh_destroy +EXPORT_SYMBOL vmlinux 0xbb7a2517 nand_write_oob_std +EXPORT_SYMBOL vmlinux 0xbb87ffbc phy_do_ioctl_running +EXPORT_SYMBOL vmlinux 0xbb944b63 mtree_destroy +EXPORT_SYMBOL vmlinux 0xbb95fb10 __stack_chk_fail +EXPORT_SYMBOL vmlinux 0xbba7f2f2 __cpuhp_setup_state_cpuslocked +EXPORT_SYMBOL vmlinux 0xbbabd595 trace_event_printf +EXPORT_SYMBOL vmlinux 0xbbd2a779 of_get_nand_ecc_user_config +EXPORT_SYMBOL vmlinux 0xbbeef95f rpmh_invalidate +EXPORT_SYMBOL vmlinux 0xbbef771c devm_devfreq_add_device +EXPORT_SYMBOL vmlinux 0xbc10dd97 __put_user_4 +EXPORT_SYMBOL vmlinux 0xbc12915f dma_sync_single_for_cpu +EXPORT_SYMBOL vmlinux 0xbc245016 phy_set_max_speed +EXPORT_SYMBOL vmlinux 0xbc25ef98 folio_wait_bit_killable +EXPORT_SYMBOL vmlinux 0xbc28a8a4 end_buffer_async_write +EXPORT_SYMBOL vmlinux 0xbc2981ec neigh_direct_output +EXPORT_SYMBOL vmlinux 0xbc30c4f5 datagram_poll +EXPORT_SYMBOL vmlinux 0xbc3d1ecb close_fd_get_file +EXPORT_SYMBOL vmlinux 0xbc5e3c08 nand_ecc_sw_bch_cleanup_ctx +EXPORT_SYMBOL vmlinux 0xbc818fee blk_mq_stop_hw_queues +EXPORT_SYMBOL vmlinux 0xbca780c3 folio_end_private_2 +EXPORT_SYMBOL vmlinux 0xbcab6ee6 sscanf +EXPORT_SYMBOL vmlinux 0xbccd6cec arp_create +EXPORT_SYMBOL vmlinux 0xbcf83ab1 udp_lib_getsockopt +EXPORT_SYMBOL vmlinux 0xbd03ab39 dcbnl_ieee_notify +EXPORT_SYMBOL vmlinux 0xbd17f273 gen_new_estimator +EXPORT_SYMBOL vmlinux 0xbd1b4950 __cpu_dying_mask +EXPORT_SYMBOL vmlinux 0xbd38ea0b tcf_em_register +EXPORT_SYMBOL vmlinux 0xbd3fdbcd param_get_byte +EXPORT_SYMBOL vmlinux 0xbd464141 neigh_sysctl_register +EXPORT_SYMBOL vmlinux 0xbd51a901 phy_get_eee_err +EXPORT_SYMBOL vmlinux 0xbd5e1d9c __cond_resched_rwlock_read +EXPORT_SYMBOL vmlinux 0xbd633575 km_policy_notify +EXPORT_SYMBOL vmlinux 0xbd69d542 ip_mc_join_group +EXPORT_SYMBOL vmlinux 0xbd710ea9 snd_timer_pause +EXPORT_SYMBOL vmlinux 0xbd724b30 zstd_compress_stream +EXPORT_SYMBOL vmlinux 0xbd820297 rtc_lock +EXPORT_SYMBOL vmlinux 0xbd8f4b89 parse_int_array_user +EXPORT_SYMBOL vmlinux 0xbd9e481f eth_get_headlen +EXPORT_SYMBOL vmlinux 0xbdab4297 pci_get_domain_bus_and_slot +EXPORT_SYMBOL vmlinux 0xbdc729a4 scsi_vpd_lun_id +EXPORT_SYMBOL vmlinux 0xbdd1f4dd reuseport_migrate_sock +EXPORT_SYMBOL vmlinux 0xbde0394f sync_blockdev_range +EXPORT_SYMBOL vmlinux 0xbde87340 neigh_table_clear +EXPORT_SYMBOL vmlinux 0xbded4b5c xfrm_register_km +EXPORT_SYMBOL vmlinux 0xbdeff39a is_bad_inode +EXPORT_SYMBOL vmlinux 0xbe0b274d write_inode_now +EXPORT_SYMBOL vmlinux 0xbe0e3cba tcf_queue_work +EXPORT_SYMBOL vmlinux 0xbe0e5118 nla_memcmp +EXPORT_SYMBOL vmlinux 0xbe23cdb7 generic_file_direct_write +EXPORT_SYMBOL vmlinux 0xbe2ccf20 follow_down +EXPORT_SYMBOL vmlinux 0xbe3c8be2 vme_irq_free +EXPORT_SYMBOL vmlinux 0xbe4eb6ed secure_dccpv6_sequence_number +EXPORT_SYMBOL vmlinux 0xbe4fc75b posix_acl_chmod +EXPORT_SYMBOL vmlinux 0xbe5a24e9 xxh32_copy_state +EXPORT_SYMBOL vmlinux 0xbe747f78 blk_queue_chunk_sectors +EXPORT_SYMBOL vmlinux 0xbe8a55db dma_async_device_register +EXPORT_SYMBOL vmlinux 0xbe92bb3e dev_mc_del +EXPORT_SYMBOL vmlinux 0xbe9ad2b0 mdiobb_write +EXPORT_SYMBOL vmlinux 0xbea02c05 __neigh_for_each_release +EXPORT_SYMBOL vmlinux 0xbea3de8d __put_cred +EXPORT_SYMBOL vmlinux 0xbea6e92f seq_printf +EXPORT_SYMBOL vmlinux 0xbeb92882 proc_create_seq_private +EXPORT_SYMBOL vmlinux 0xbec0b27a kfree_skb_reason +EXPORT_SYMBOL vmlinux 0xbec43e5f tc_skb_ext_tc +EXPORT_SYMBOL vmlinux 0xbee90f2f __kfifo_out_peek_r +EXPORT_SYMBOL vmlinux 0xbef43296 console_conditional_schedule +EXPORT_SYMBOL vmlinux 0xbef52149 netdev_emerg +EXPORT_SYMBOL vmlinux 0xbefbcfe3 registered_fb +EXPORT_SYMBOL vmlinux 0xbf016cab netif_carrier_on +EXPORT_SYMBOL vmlinux 0xbf0249de vfs_dup_fs_context +EXPORT_SYMBOL vmlinux 0xbf3faccd pldmfw_flash_image +EXPORT_SYMBOL vmlinux 0xbf4d4539 udp_table +EXPORT_SYMBOL vmlinux 0xbf59c419 posix_acl_init +EXPORT_SYMBOL vmlinux 0xbf5a82a6 xfrm_state_lookup +EXPORT_SYMBOL vmlinux 0xbf61ffc7 bpf_map_get +EXPORT_SYMBOL vmlinux 0xbf6217e7 fixed_size_llseek +EXPORT_SYMBOL vmlinux 0xbf7347b2 proc_doulongvec_ms_jiffies_minmax +EXPORT_SYMBOL vmlinux 0xbf75ea6c tegra114_clock_tune_cpu_trimmers_low +EXPORT_SYMBOL vmlinux 0xbf85e58e of_translate_address +EXPORT_SYMBOL vmlinux 0xbf87a922 fb_pan_display +EXPORT_SYMBOL vmlinux 0xbf9bcc8d __cap_empty_set +EXPORT_SYMBOL vmlinux 0xbf9fe2d3 kset_register +EXPORT_SYMBOL vmlinux 0xbfae9e07 utf8_validate +EXPORT_SYMBOL vmlinux 0xbfcbc0d2 stmp_reset_block +EXPORT_SYMBOL vmlinux 0xbfd57798 tc6393xb_lcd_set_power +EXPORT_SYMBOL vmlinux 0xbfdf7bc3 mempool_create +EXPORT_SYMBOL vmlinux 0xbff62377 may_umount +EXPORT_SYMBOL vmlinux 0xc00b3136 fscrypt_encrypt_block_inplace +EXPORT_SYMBOL vmlinux 0xc03e705e hdmi_infoframe_log +EXPORT_SYMBOL vmlinux 0xc04ff205 jbd2_journal_release_jbd_inode +EXPORT_SYMBOL vmlinux 0xc058dc5d dquot_alloc +EXPORT_SYMBOL vmlinux 0xc060c3f4 page_pool_ethtool_stats_get +EXPORT_SYMBOL vmlinux 0xc066544e ns_capable +EXPORT_SYMBOL vmlinux 0xc0763484 rfkill_blocked +EXPORT_SYMBOL vmlinux 0xc077d9f1 remove_arg_zero +EXPORT_SYMBOL vmlinux 0xc07b0863 fb_destroy_modedb +EXPORT_SYMBOL vmlinux 0xc07c2791 proc_set_user +EXPORT_SYMBOL vmlinux 0xc0910973 xfrm_state_lookup_byspi +EXPORT_SYMBOL vmlinux 0xc0946b8e bdev_start_io_acct +EXPORT_SYMBOL vmlinux 0xc09b571d tty_port_init +EXPORT_SYMBOL vmlinux 0xc0a1e279 inet_frag_reasm_prepare +EXPORT_SYMBOL vmlinux 0xc0a98385 profile_pc +EXPORT_SYMBOL vmlinux 0xc0b176fe register_netdevice +EXPORT_SYMBOL vmlinux 0xc0c14499 tcp_stream_memory_free +EXPORT_SYMBOL vmlinux 0xc0c7bab2 fb_get_buffer_offset +EXPORT_SYMBOL vmlinux 0xc0d146fc skb_copy +EXPORT_SYMBOL vmlinux 0xc0da0e99 dim_on_top +EXPORT_SYMBOL vmlinux 0xc0eb27ad jbd2_fc_get_buf +EXPORT_SYMBOL vmlinux 0xc0fb357a dma_fence_chain_walk +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 0xc1359c61 dev_pre_changeaddr_notify +EXPORT_SYMBOL vmlinux 0xc1514a3b free_irq +EXPORT_SYMBOL vmlinux 0xc1571f4a simple_open +EXPORT_SYMBOL vmlinux 0xc15f8bf4 configfs_depend_item +EXPORT_SYMBOL vmlinux 0xc160e1da forget_cached_acl +EXPORT_SYMBOL vmlinux 0xc16467c4 tcf_exts_dump_stats +EXPORT_SYMBOL vmlinux 0xc1671b6f __generic_file_write_iter +EXPORT_SYMBOL vmlinux 0xc16be39d iter_div_u64_rem +EXPORT_SYMBOL vmlinux 0xc1758ddc napi_disable +EXPORT_SYMBOL vmlinux 0xc1806091 snd_pcm_set_ops +EXPORT_SYMBOL vmlinux 0xc1829aa1 proto_register +EXPORT_SYMBOL vmlinux 0xc18db03b page_cache_next_miss +EXPORT_SYMBOL vmlinux 0xc1a698fb _dev_err +EXPORT_SYMBOL vmlinux 0xc1b83bb0 vm_map_pages_zero +EXPORT_SYMBOL vmlinux 0xc1c28a70 param_get_ulong +EXPORT_SYMBOL vmlinux 0xc1c50fc7 vlan_vids_add_by_dev +EXPORT_SYMBOL vmlinux 0xc1ce6a7e from_kgid +EXPORT_SYMBOL vmlinux 0xc1d5d504 scsi_cmd_allowed +EXPORT_SYMBOL vmlinux 0xc1d8cfaf __fdget +EXPORT_SYMBOL vmlinux 0xc1dda5b6 scsi_print_sense_hdr +EXPORT_SYMBOL vmlinux 0xc1e2c742 tegra_io_rail_power_on +EXPORT_SYMBOL vmlinux 0xc1e38abe d_add_ci +EXPORT_SYMBOL vmlinux 0xc1f74869 tcp_prot +EXPORT_SYMBOL vmlinux 0xc2059c64 fscrypt_enqueue_decrypt_work +EXPORT_SYMBOL vmlinux 0xc21fb4df gen_replace_estimator +EXPORT_SYMBOL vmlinux 0xc22f6693 call_fib_notifier +EXPORT_SYMBOL vmlinux 0xc230c9a8 wait_for_completion_io_timeout +EXPORT_SYMBOL vmlinux 0xc2317d46 mod_zone_page_state +EXPORT_SYMBOL vmlinux 0xc23a5945 register_sound_special +EXPORT_SYMBOL vmlinux 0xc23e995d folio_end_writeback +EXPORT_SYMBOL vmlinux 0xc24026c0 finish_no_open +EXPORT_SYMBOL vmlinux 0xc255ff20 snd_seq_root +EXPORT_SYMBOL vmlinux 0xc2804a0a devm_pci_alloc_host_bridge +EXPORT_SYMBOL vmlinux 0xc2a31ea6 simple_write_begin +EXPORT_SYMBOL vmlinux 0xc2ab5fa6 tcp_connect +EXPORT_SYMBOL vmlinux 0xc2acc033 hex_dump_to_buffer +EXPORT_SYMBOL vmlinux 0xc2af756b vfs_statfs +EXPORT_SYMBOL vmlinux 0xc2b1d4e1 lockref_put_return +EXPORT_SYMBOL vmlinux 0xc2b8eda2 netstamp_needed_key +EXPORT_SYMBOL vmlinux 0xc2c5786d generic_delete_inode +EXPORT_SYMBOL vmlinux 0xc2cae53e refcount_dec_and_lock +EXPORT_SYMBOL vmlinux 0xc2d257d6 qdisc_watchdog_init_clockid +EXPORT_SYMBOL vmlinux 0xc2d43256 iov_iter_alignment +EXPORT_SYMBOL vmlinux 0xc2e348b6 fscrypt_ioctl_set_policy +EXPORT_SYMBOL vmlinux 0xc2e587d1 reset_devices +EXPORT_SYMBOL vmlinux 0xc2e8a70c xattr_full_name +EXPORT_SYMBOL vmlinux 0xc2ede9c5 gen_pool_destroy +EXPORT_SYMBOL vmlinux 0xc2ee11e6 tcf_idr_cleanup +EXPORT_SYMBOL vmlinux 0xc2f43322 snd_register_oss_device +EXPORT_SYMBOL vmlinux 0xc2f9f1ca pci_find_bus +EXPORT_SYMBOL vmlinux 0xc2fb5dae udp_skb_destructor +EXPORT_SYMBOL vmlinux 0xc3055d20 usleep_range_state +EXPORT_SYMBOL vmlinux 0xc3186bf6 mmc_unregister_driver +EXPORT_SYMBOL vmlinux 0xc31db0ce is_vmalloc_addr +EXPORT_SYMBOL vmlinux 0xc326935b dma_pool_create +EXPORT_SYMBOL vmlinux 0xc32705df security_inode_invalidate_secctx +EXPORT_SYMBOL vmlinux 0xc32c71af register_inetaddr_validator_notifier +EXPORT_SYMBOL vmlinux 0xc358aaf8 snprintf +EXPORT_SYMBOL vmlinux 0xc35b0c6b sock_create_kern +EXPORT_SYMBOL vmlinux 0xc3603232 textsearch_register +EXPORT_SYMBOL vmlinux 0xc36ebc5b param_ops_ushort +EXPORT_SYMBOL vmlinux 0xc37335b0 complete +EXPORT_SYMBOL vmlinux 0xc3766491 tty_write_room +EXPORT_SYMBOL vmlinux 0xc37f9c6e cpufreq_update_policy +EXPORT_SYMBOL vmlinux 0xc38c83b8 mod_timer +EXPORT_SYMBOL vmlinux 0xc399a99e mdiobus_register_device +EXPORT_SYMBOL vmlinux 0xc3a7d5fb xfrm_sad_getinfo +EXPORT_SYMBOL vmlinux 0xc3caa7a7 __dev_kfree_skb_irq +EXPORT_SYMBOL vmlinux 0xc3cd034d crc8_populate_lsb +EXPORT_SYMBOL vmlinux 0xc3d05edb copy_page_to_iter +EXPORT_SYMBOL vmlinux 0xc3dba7ea param_get_invbool +EXPORT_SYMBOL vmlinux 0xc3fd598d abort_creds +EXPORT_SYMBOL vmlinux 0xc3ff39d2 pci_get_class +EXPORT_SYMBOL vmlinux 0xc40341f2 jbd2_journal_check_available_features +EXPORT_SYMBOL vmlinux 0xc40c1b93 security_tun_dev_attach +EXPORT_SYMBOL vmlinux 0xc40e55a6 init_net +EXPORT_SYMBOL vmlinux 0xc40ecb85 phy_reset_after_clk_enable +EXPORT_SYMBOL vmlinux 0xc4212ab9 qdisc_class_hash_insert +EXPORT_SYMBOL vmlinux 0xc42640df dm_kcopyd_zero +EXPORT_SYMBOL vmlinux 0xc427e066 omap_vrfb_min_phys_size +EXPORT_SYMBOL vmlinux 0xc42aa04d ptp_clock_index +EXPORT_SYMBOL vmlinux 0xc44c3689 ucc_tdm_init +EXPORT_SYMBOL vmlinux 0xc4521c96 input_reset_device +EXPORT_SYMBOL vmlinux 0xc452212c utf8_strncasecmp +EXPORT_SYMBOL vmlinux 0xc4547e3b sock_alloc_send_pskb +EXPORT_SYMBOL vmlinux 0xc462e568 reuseport_stop_listen_sock +EXPORT_SYMBOL vmlinux 0xc4657dc8 mempool_init +EXPORT_SYMBOL vmlinux 0xc46ccf1c xfrm6_rcv_tnl +EXPORT_SYMBOL vmlinux 0xc4708199 cpm_muram_addr +EXPORT_SYMBOL vmlinux 0xc4771ea6 blk_mq_delay_run_hw_queue +EXPORT_SYMBOL vmlinux 0xc4777aa9 __ctzsi2 +EXPORT_SYMBOL vmlinux 0xc48f3ae4 scsi_bios_ptable +EXPORT_SYMBOL vmlinux 0xc49122a0 seq_putc +EXPORT_SYMBOL vmlinux 0xc4936fb0 snd_compr_free_pages +EXPORT_SYMBOL vmlinux 0xc4a4e626 mdio_device_register +EXPORT_SYMBOL vmlinux 0xc4bfb0e0 __kfree_skb +EXPORT_SYMBOL vmlinux 0xc4c8a63a __mdiobus_write +EXPORT_SYMBOL vmlinux 0xc4e67282 netdev_adjacent_change_abort +EXPORT_SYMBOL vmlinux 0xc4ec9f37 simple_statfs +EXPORT_SYMBOL vmlinux 0xc4f49920 tcp_shutdown +EXPORT_SYMBOL vmlinux 0xc542e893 of_graph_get_remote_node +EXPORT_SYMBOL vmlinux 0xc556562e vmf_insert_mixed_mkwrite +EXPORT_SYMBOL vmlinux 0xc55a1eb1 phy_ethtool_get_wol +EXPORT_SYMBOL vmlinux 0xc55e5427 dma_fence_describe +EXPORT_SYMBOL vmlinux 0xc563827f xp_raw_get_data +EXPORT_SYMBOL vmlinux 0xc56c3609 xz_dec_microlzma_reset +EXPORT_SYMBOL vmlinux 0xc56d9fa2 vlan_ioctl_set +EXPORT_SYMBOL vmlinux 0xc57a6b7f mark_buffer_async_write +EXPORT_SYMBOL vmlinux 0xc599a772 security_xfrm_state_delete +EXPORT_SYMBOL vmlinux 0xc5ade8b3 md_write_end +EXPORT_SYMBOL vmlinux 0xc5bab417 super_setup_bdi +EXPORT_SYMBOL vmlinux 0xc5baba06 vcalloc +EXPORT_SYMBOL vmlinux 0xc5c7ec00 tcp_check_req +EXPORT_SYMBOL vmlinux 0xc5cbdc54 kstrtoint_from_user +EXPORT_SYMBOL vmlinux 0xc5e50725 pci_fixup_device +EXPORT_SYMBOL vmlinux 0xc5ee6c48 kvfree_sensitive +EXPORT_SYMBOL vmlinux 0xc60d0620 __num_online_cpus +EXPORT_SYMBOL vmlinux 0xc626e0e9 iw_handler_get_thrspy +EXPORT_SYMBOL vmlinux 0xc631580a console_unlock +EXPORT_SYMBOL vmlinux 0xc6332d25 mmc_can_gpio_ro +EXPORT_SYMBOL vmlinux 0xc633d82d phy_unregister_fixup +EXPORT_SYMBOL vmlinux 0xc6456551 i2c_smbus_write_byte_data +EXPORT_SYMBOL vmlinux 0xc649a79f __ip_mc_inc_group +EXPORT_SYMBOL vmlinux 0xc64ea9d0 backlight_device_get_by_name +EXPORT_SYMBOL vmlinux 0xc65372a0 param_ops_string +EXPORT_SYMBOL vmlinux 0xc65e4e97 secure_dccp_sequence_number +EXPORT_SYMBOL vmlinux 0xc66a8304 cpu_rmap_add +EXPORT_SYMBOL vmlinux 0xc6757973 tcp_init_sock +EXPORT_SYMBOL vmlinux 0xc6797772 writeback_inodes_sb +EXPORT_SYMBOL vmlinux 0xc69c83ff seq_write +EXPORT_SYMBOL vmlinux 0xc69fce52 qcom_scm_qsmmu500_wait_safe_toggle +EXPORT_SYMBOL vmlinux 0xc6acc388 pci_enable_atomic_ops_to_root +EXPORT_SYMBOL vmlinux 0xc6b58a70 tc_setup_cb_add +EXPORT_SYMBOL vmlinux 0xc6ca5b7f get_user_pages_remote +EXPORT_SYMBOL vmlinux 0xc6cbbc89 capable +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 0xc7019987 vmalloc_to_page +EXPORT_SYMBOL vmlinux 0xc71f6000 md_bitmap_unplug +EXPORT_SYMBOL vmlinux 0xc7208c3a serial8250_resume_port +EXPORT_SYMBOL vmlinux 0xc72c7ff2 rawnand_sw_bch_correct +EXPORT_SYMBOL vmlinux 0xc731e68d blk_queue_max_segment_size +EXPORT_SYMBOL vmlinux 0xc73cd0e4 jbd2_journal_destroy +EXPORT_SYMBOL vmlinux 0xc746a8d5 proc_create_mount_point +EXPORT_SYMBOL vmlinux 0xc74c6348 scsi_device_lookup_by_target +EXPORT_SYMBOL vmlinux 0xc7719bfb padata_do_parallel +EXPORT_SYMBOL vmlinux 0xc77223f5 cpumask_any_distribute +EXPORT_SYMBOL vmlinux 0xc77baf6e pci_enable_device_io +EXPORT_SYMBOL vmlinux 0xc781bd9f rfkill_resume_polling +EXPORT_SYMBOL vmlinux 0xc7856a3d inet6addr_notifier_call_chain +EXPORT_SYMBOL vmlinux 0xc7902af1 input_release_device +EXPORT_SYMBOL vmlinux 0xc7a4fbed rtnl_lock +EXPORT_SYMBOL vmlinux 0xc7a98a43 of_graph_get_next_endpoint +EXPORT_SYMBOL vmlinux 0xc7ae1903 security_lock_kernel_down +EXPORT_SYMBOL vmlinux 0xc7bc0efd udp_seq_next +EXPORT_SYMBOL vmlinux 0xc7c1107a LZ4_decompress_safe +EXPORT_SYMBOL vmlinux 0xc7d42f61 input_open_device +EXPORT_SYMBOL vmlinux 0xc7d90a92 locks_init_lock +EXPORT_SYMBOL vmlinux 0xc7eade3b PageMovable +EXPORT_SYMBOL vmlinux 0xc7ec6c27 strspn +EXPORT_SYMBOL vmlinux 0xc7f2f7bf pci_find_capability +EXPORT_SYMBOL vmlinux 0xc7ff7ec5 rproc_put +EXPORT_SYMBOL vmlinux 0xc818506c efi +EXPORT_SYMBOL vmlinux 0xc819aae7 kthread_create_worker +EXPORT_SYMBOL vmlinux 0xc821ffa1 submit_bh +EXPORT_SYMBOL vmlinux 0xc8339e24 string_unescape +EXPORT_SYMBOL vmlinux 0xc83996b7 phy_start_cable_test_tdr +EXPORT_SYMBOL vmlinux 0xc839afed hdmi_audio_infoframe_check +EXPORT_SYMBOL vmlinux 0xc841a68a rproc_coredump_add_custom_segment +EXPORT_SYMBOL vmlinux 0xc84a0a7e seq_hlist_start_rcu +EXPORT_SYMBOL vmlinux 0xc84ad3fd mipi_dsi_dcs_soft_reset +EXPORT_SYMBOL vmlinux 0xc84d90e9 d_find_any_alias +EXPORT_SYMBOL vmlinux 0xc84e83d0 new_inode +EXPORT_SYMBOL vmlinux 0xc860e1c1 __i2c_smbus_xfer +EXPORT_SYMBOL vmlinux 0xc866d310 netlink_broadcast +EXPORT_SYMBOL vmlinux 0xc86bdb52 netpoll_send_udp +EXPORT_SYMBOL vmlinux 0xc872fd85 in6addr_interfacelocal_allnodes +EXPORT_SYMBOL vmlinux 0xc8827b75 sysctl_vals +EXPORT_SYMBOL vmlinux 0xc890c008 zlib_deflateEnd +EXPORT_SYMBOL vmlinux 0xc891a039 pci_back_from_sleep +EXPORT_SYMBOL vmlinux 0xc897cc3e pskb_trim_rcsum_slow +EXPORT_SYMBOL vmlinux 0xc89d0e72 inet_frag_destroy +EXPORT_SYMBOL vmlinux 0xc8a3a731 xfrm_policy_destroy +EXPORT_SYMBOL vmlinux 0xc8a91f5b cpumask_local_spread +EXPORT_SYMBOL vmlinux 0xc8ae3d5f eth_header +EXPORT_SYMBOL vmlinux 0xc8b49e7a flow_rule_match_enc_ports +EXPORT_SYMBOL vmlinux 0xc8b58a25 __memset64 +EXPORT_SYMBOL vmlinux 0xc8c18fc1 __d_lookup_unhash_wake +EXPORT_SYMBOL vmlinux 0xc8ce25f5 ucc_fast_dump_regs +EXPORT_SYMBOL vmlinux 0xc8d9584e eth_header_cache_update +EXPORT_SYMBOL vmlinux 0xc8e173ed _find_next_bit_le +EXPORT_SYMBOL vmlinux 0xc8e564cb __neigh_set_probe_once +EXPORT_SYMBOL vmlinux 0xc8eb235c of_get_i2c_adapter_by_node +EXPORT_SYMBOL vmlinux 0xc90698d9 generic_block_bmap +EXPORT_SYMBOL vmlinux 0xc914ed74 mmc_remove_host +EXPORT_SYMBOL vmlinux 0xc916dd46 __SCK__tp_func_kmalloc +EXPORT_SYMBOL vmlinux 0xc91e1923 nf_register_net_hook +EXPORT_SYMBOL vmlinux 0xc9237269 seq_open +EXPORT_SYMBOL vmlinux 0xc924678a __kmalloc_node_track_caller +EXPORT_SYMBOL vmlinux 0xc93386d2 ip_queue_xmit +EXPORT_SYMBOL vmlinux 0xc94d8e3b iomem_resource +EXPORT_SYMBOL vmlinux 0xc95ad12f mmc_can_erase +EXPORT_SYMBOL vmlinux 0xc9634df9 in6addr_linklocal_allrouters +EXPORT_SYMBOL vmlinux 0xc96d9f48 set_capacity +EXPORT_SYMBOL vmlinux 0xc972449f mempool_alloc_slab +EXPORT_SYMBOL vmlinux 0xc9822234 clk_register_clkdev +EXPORT_SYMBOL vmlinux 0xc99c5d2c tcp_filter +EXPORT_SYMBOL vmlinux 0xc99e2a55 twl_rev +EXPORT_SYMBOL vmlinux 0xc9a62080 key_alloc +EXPORT_SYMBOL vmlinux 0xc9ca3698 register_sysctl_table +EXPORT_SYMBOL vmlinux 0xc9d20b21 input_mt_drop_unused +EXPORT_SYMBOL vmlinux 0xc9dd7ff9 mmc_erase_group_aligned +EXPORT_SYMBOL vmlinux 0xc9df055a xfrm_policy_walk_init +EXPORT_SYMBOL vmlinux 0xc9ed0401 imx_sc_rm_is_resource_owned +EXPORT_SYMBOL vmlinux 0xc9f1e043 devm_pci_remap_cfg_resource +EXPORT_SYMBOL vmlinux 0xca06fd95 snd_pcm_kernel_ioctl +EXPORT_SYMBOL vmlinux 0xca17ac01 _find_next_andnot_bit +EXPORT_SYMBOL vmlinux 0xca21ebd3 bitmap_free +EXPORT_SYMBOL vmlinux 0xca276a2f blk_set_runtime_active +EXPORT_SYMBOL vmlinux 0xca2cbb32 genl_unregister_family +EXPORT_SYMBOL vmlinux 0xca431c05 wake_bit_function +EXPORT_SYMBOL vmlinux 0xca5173cc __netdev_alloc_skb +EXPORT_SYMBOL vmlinux 0xca5a7528 down_interruptible +EXPORT_SYMBOL vmlinux 0xca736cea sk_alloc +EXPORT_SYMBOL vmlinux 0xca77bdbf kmalloc_large_node +EXPORT_SYMBOL vmlinux 0xca7d7e2f debugfs_create_automount +EXPORT_SYMBOL vmlinux 0xca7ee9b2 fault_in_writeable +EXPORT_SYMBOL vmlinux 0xca813ce6 LZ4_decompress_safe_continue +EXPORT_SYMBOL vmlinux 0xca825f5b pldmfw_op_pci_match_record +EXPORT_SYMBOL vmlinux 0xca84484b con_is_visible +EXPORT_SYMBOL vmlinux 0xca9360b5 rb_next +EXPORT_SYMBOL vmlinux 0xca966a53 rawnand_sw_hamming_calculate +EXPORT_SYMBOL vmlinux 0xcaa51dff vlan_filter_push_vids +EXPORT_SYMBOL vmlinux 0xcab503fa param_set_charp +EXPORT_SYMBOL vmlinux 0xcac6ae39 page_pool_destroy +EXPORT_SYMBOL vmlinux 0xcadf3dd4 override_creds +EXPORT_SYMBOL vmlinux 0xcae8bc45 of_get_cpu_node +EXPORT_SYMBOL vmlinux 0xcaea167b snd_ctl_remove_id +EXPORT_SYMBOL vmlinux 0xcaed473a d_alloc +EXPORT_SYMBOL vmlinux 0xcafe072b qcom_scm_io_writel +EXPORT_SYMBOL vmlinux 0xcb0288ea ledtrig_cpu +EXPORT_SYMBOL vmlinux 0xcb18cfda dev_set_allmulti +EXPORT_SYMBOL vmlinux 0xcb18e30a lease_get_mtime +EXPORT_SYMBOL vmlinux 0xcb227afa scsi_dma_map +EXPORT_SYMBOL vmlinux 0xcb2e8b5a user_revoke +EXPORT_SYMBOL vmlinux 0xcb33c560 snd_timer_stop +EXPORT_SYMBOL vmlinux 0xcb3ae215 call_blocking_lsm_notifier +EXPORT_SYMBOL vmlinux 0xcb510bc2 complete_all +EXPORT_SYMBOL vmlinux 0xcb606eb9 xa_load +EXPORT_SYMBOL vmlinux 0xcb6bd734 pci_ep_cfs_add_epc_group +EXPORT_SYMBOL vmlinux 0xcb70805c bio_uninit +EXPORT_SYMBOL vmlinux 0xcb77a31d zstd_is_error +EXPORT_SYMBOL vmlinux 0xcb7825bb udp_lib_get_port +EXPORT_SYMBOL vmlinux 0xcb81937a tty_port_destroy +EXPORT_SYMBOL vmlinux 0xcb8c753b mempool_exit +EXPORT_SYMBOL vmlinux 0xcb9ca664 devm_of_find_backlight +EXPORT_SYMBOL vmlinux 0xcbbf0a6f audit_log_task_context +EXPORT_SYMBOL vmlinux 0xcbc64b34 sget_fc +EXPORT_SYMBOL vmlinux 0xcbd4898c fortify_panic +EXPORT_SYMBOL vmlinux 0xcbe4d6ff trace_raw_output_prep +EXPORT_SYMBOL vmlinux 0xcc015306 put_fs_context +EXPORT_SYMBOL vmlinux 0xcc02e910 snd_info_free_entry +EXPORT_SYMBOL vmlinux 0xcc1cb927 configfs_depend_item_unlocked +EXPORT_SYMBOL vmlinux 0xcc248d26 serial8250_suspend_port +EXPORT_SYMBOL vmlinux 0xcc30f0f1 tcp_tx_delay_enabled +EXPORT_SYMBOL vmlinux 0xcc3b2cc9 __sg_page_iter_dma_next +EXPORT_SYMBOL vmlinux 0xcc411ed1 ptp_convert_timestamp +EXPORT_SYMBOL vmlinux 0xcc41c8f9 phy_attached_info +EXPORT_SYMBOL vmlinux 0xcc5005fe msleep_interruptible +EXPORT_SYMBOL vmlinux 0xcc54309b snd_dma_buffer_mmap +EXPORT_SYMBOL vmlinux 0xcc5d22d9 can_do_mlock +EXPORT_SYMBOL vmlinux 0xcc63bc4a flow_rule_match_ip +EXPORT_SYMBOL vmlinux 0xcc6a729f snd_ctl_enum_info +EXPORT_SYMBOL vmlinux 0xcc846ad3 set_security_override +EXPORT_SYMBOL vmlinux 0xcc9cf140 snd_unregister_device +EXPORT_SYMBOL vmlinux 0xcca610e9 mdio_device_free +EXPORT_SYMBOL vmlinux 0xccb50d4d gpiochip_irq_relres +EXPORT_SYMBOL vmlinux 0xccd80519 bio_integrity_add_page +EXPORT_SYMBOL vmlinux 0xccd96bfd sock_pfree +EXPORT_SYMBOL vmlinux 0xcceaa0f5 __ip4_datagram_connect +EXPORT_SYMBOL vmlinux 0xccecc146 fs_param_is_bool +EXPORT_SYMBOL vmlinux 0xccf28cb8 kthread_create_worker_on_cpu +EXPORT_SYMBOL vmlinux 0xccf3ba16 netdev_printk +EXPORT_SYMBOL vmlinux 0xccfa6cd3 xp_alloc_batch +EXPORT_SYMBOL vmlinux 0xccfb9e07 dst_default_metrics +EXPORT_SYMBOL vmlinux 0xccfd2ebc scsi_dev_info_list_del_keyed +EXPORT_SYMBOL vmlinux 0xccfd4979 ns_capable_noaudit +EXPORT_SYMBOL vmlinux 0xcd00abbc add_wait_queue_exclusive +EXPORT_SYMBOL vmlinux 0xcd083b10 unregister_sound_dsp +EXPORT_SYMBOL vmlinux 0xcd279169 nla_find +EXPORT_SYMBOL vmlinux 0xcd289b73 dev_mc_add_excl +EXPORT_SYMBOL vmlinux 0xcd30b95a tmio_core_mmc_clk_div +EXPORT_SYMBOL vmlinux 0xcd397d10 fb_class +EXPORT_SYMBOL vmlinux 0xcd3bee89 km_report +EXPORT_SYMBOL vmlinux 0xcd3f05bd md_set_array_sectors +EXPORT_SYMBOL vmlinux 0xcd3fbb5c __skb_flow_get_ports +EXPORT_SYMBOL vmlinux 0xcd40df3f max8925_bulk_read +EXPORT_SYMBOL vmlinux 0xcd41b80f dma_fence_array_first +EXPORT_SYMBOL vmlinux 0xcd43ad12 zstd_get_error_code +EXPORT_SYMBOL vmlinux 0xcd5c55d0 scsi_done_direct +EXPORT_SYMBOL vmlinux 0xcd63c845 __aeabi_lasr +EXPORT_SYMBOL vmlinux 0xcd64eadc flow_block_cb_incref +EXPORT_SYMBOL vmlinux 0xcd6a8b77 serio_unregister_driver +EXPORT_SYMBOL vmlinux 0xcd70016d kmem_cache_free +EXPORT_SYMBOL vmlinux 0xcd926699 eth_validate_addr +EXPORT_SYMBOL vmlinux 0xcda534e1 ip_local_deliver +EXPORT_SYMBOL vmlinux 0xcdaf7295 tty_flip_buffer_push +EXPORT_SYMBOL vmlinux 0xcdb4079b md_reap_sync_thread +EXPORT_SYMBOL vmlinux 0xcdb6fa28 __blk_mq_alloc_disk +EXPORT_SYMBOL vmlinux 0xcdc39c9e security_ismaclabel +EXPORT_SYMBOL vmlinux 0xcdde6bf8 sg_miter_next +EXPORT_SYMBOL vmlinux 0xcde77bcc free_opal_dev +EXPORT_SYMBOL vmlinux 0xce0cb661 iov_iter_gap_alignment +EXPORT_SYMBOL vmlinux 0xce1a5e8e vme_master_request +EXPORT_SYMBOL vmlinux 0xce2246d4 mii_check_media +EXPORT_SYMBOL vmlinux 0xce272a17 simple_dir_inode_operations +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 0xce3dbf69 scsi_block_requests +EXPORT_SYMBOL vmlinux 0xce42cd03 file_fdatawait_range +EXPORT_SYMBOL vmlinux 0xce4cd920 iov_iter_zero +EXPORT_SYMBOL vmlinux 0xce4cdb8e fb_find_best_mode +EXPORT_SYMBOL vmlinux 0xce4dc2f3 mmc_cqe_start_req +EXPORT_SYMBOL vmlinux 0xce5ac24f zlib_inflate_workspacesize +EXPORT_SYMBOL vmlinux 0xce731b34 ucc_slow_get_qe_cr_subblock +EXPORT_SYMBOL vmlinux 0xce733193 request_firmware_into_buf +EXPORT_SYMBOL vmlinux 0xcea1b4b0 skb_queue_purge +EXPORT_SYMBOL vmlinux 0xceab0311 strchrnul +EXPORT_SYMBOL vmlinux 0xcec53c89 tcp_seq_start +EXPORT_SYMBOL vmlinux 0xced545da snd_ctl_free_one +EXPORT_SYMBOL vmlinux 0xced72184 md_bitmap_free +EXPORT_SYMBOL vmlinux 0xceda6dd4 fs_param_is_enum +EXPORT_SYMBOL vmlinux 0xcedc99af mutex_lock_interruptible +EXPORT_SYMBOL vmlinux 0xceea40a9 free_cgroup_ns +EXPORT_SYMBOL vmlinux 0xcefcd99a serial8250_unregister_port +EXPORT_SYMBOL vmlinux 0xcf01f610 panic_notifier_list +EXPORT_SYMBOL vmlinux 0xcf0a0fdf phy_request_interrupt +EXPORT_SYMBOL vmlinux 0xcf21cc5a ethtool_virtdev_set_link_ksettings +EXPORT_SYMBOL vmlinux 0xcf39816c scsi_host_busy +EXPORT_SYMBOL vmlinux 0xcf40592f snd_timer_notify +EXPORT_SYMBOL vmlinux 0xcf42d3b6 scsi_host_lookup +EXPORT_SYMBOL vmlinux 0xcf62b01e dev_uc_sync +EXPORT_SYMBOL vmlinux 0xcf67034a unix_detach_fds +EXPORT_SYMBOL vmlinux 0xcf7e1d1d hdmi_vendor_infoframe_pack_only +EXPORT_SYMBOL vmlinux 0xcf86cdac queue_delayed_work_on +EXPORT_SYMBOL vmlinux 0xcf8bc6bf tegra_ivc_write_get_next_frame +EXPORT_SYMBOL vmlinux 0xcf9b558d touchscreen_set_mt_pos +EXPORT_SYMBOL vmlinux 0xcfa42528 netlink_kernel_release +EXPORT_SYMBOL vmlinux 0xcfa557f0 sock_kfree_s +EXPORT_SYMBOL vmlinux 0xcfa69a7e atomic_dec_and_mutex_lock +EXPORT_SYMBOL vmlinux 0xcfa74a05 xfrm_trans_queue +EXPORT_SYMBOL vmlinux 0xcfaab5f1 con_set_default_unimap +EXPORT_SYMBOL vmlinux 0xcfab12bc config_group_init_type_name +EXPORT_SYMBOL vmlinux 0xcfb9e0e3 ioremap_page +EXPORT_SYMBOL vmlinux 0xcfde5a32 mipi_dsi_dcs_write_buffer +EXPORT_SYMBOL vmlinux 0xcfe4c543 tty_port_free_xmit_buf +EXPORT_SYMBOL vmlinux 0xcfee642f __neigh_event_send +EXPORT_SYMBOL vmlinux 0xcff02a2f pci_enable_link_state +EXPORT_SYMBOL vmlinux 0xcff2a35f blk_rq_append_bio +EXPORT_SYMBOL vmlinux 0xcffaa025 bio_alloc_bioset +EXPORT_SYMBOL vmlinux 0xd005603d nand_ecc_is_strong_enough +EXPORT_SYMBOL vmlinux 0xd008bad0 ip6_dst_hoplimit +EXPORT_SYMBOL vmlinux 0xd008e369 __hw_addr_ref_unsync_dev +EXPORT_SYMBOL vmlinux 0xd011175d __mmap_lock_do_trace_start_locking +EXPORT_SYMBOL vmlinux 0xd02cd9f1 deactivate_locked_super +EXPORT_SYMBOL vmlinux 0xd04c1a64 sysctl_devconf_inherit_init_net +EXPORT_SYMBOL vmlinux 0xd04febe9 arm_elf_read_implies_exec +EXPORT_SYMBOL vmlinux 0xd0588a25 pci_bus_write_config_word +EXPORT_SYMBOL vmlinux 0xd0654aba woken_wake_function +EXPORT_SYMBOL vmlinux 0xd0683143 inet_csk_reset_keepalive_timer +EXPORT_SYMBOL vmlinux 0xd0760fc0 kfree_sensitive +EXPORT_SYMBOL vmlinux 0xd088b5c5 dev_printk_emit +EXPORT_SYMBOL vmlinux 0xd0dbd087 sock_edemux +EXPORT_SYMBOL vmlinux 0xd0e25db0 pcim_iomap_table +EXPORT_SYMBOL vmlinux 0xd0e3d8bb devm_pci_remap_iospace +EXPORT_SYMBOL vmlinux 0xd0e9fb09 release_firmware +EXPORT_SYMBOL vmlinux 0xd0f8c48d param_get_uint +EXPORT_SYMBOL vmlinux 0xd1119f21 __tracepoint_spi_transfer_stop +EXPORT_SYMBOL vmlinux 0xd1363cc1 ucs2_strsize +EXPORT_SYMBOL vmlinux 0xd152743f flow_rule_match_basic +EXPORT_SYMBOL vmlinux 0xd15a05c0 mdio_device_create +EXPORT_SYMBOL vmlinux 0xd179211e sock_no_connect +EXPORT_SYMBOL vmlinux 0xd17e8408 blk_rq_count_integrity_sg +EXPORT_SYMBOL vmlinux 0xd1a7f089 block_read_full_folio +EXPORT_SYMBOL vmlinux 0xd1abb6c1 of_cpu_node_to_id +EXPORT_SYMBOL vmlinux 0xd1abe064 sg_copy_to_buffer +EXPORT_SYMBOL vmlinux 0xd1b5b549 consume_skb +EXPORT_SYMBOL vmlinux 0xd1d10990 input_register_handle +EXPORT_SYMBOL vmlinux 0xd1d87e92 scsi_mlreturn_string +EXPORT_SYMBOL vmlinux 0xd1da9036 md_finish_reshape +EXPORT_SYMBOL vmlinux 0xd2051916 qcom_scm_cpu_power_down +EXPORT_SYMBOL vmlinux 0xd22e66bd blk_post_runtime_resume +EXPORT_SYMBOL vmlinux 0xd238248b ip6_frag_next +EXPORT_SYMBOL vmlinux 0xd24108d4 rfkill_soft_blocked +EXPORT_SYMBOL vmlinux 0xd2469464 vme_irq_generate +EXPORT_SYMBOL vmlinux 0xd25170b3 pci_read_vpd +EXPORT_SYMBOL vmlinux 0xd2582f8f __SCK__tp_func_mmap_lock_acquire_returned +EXPORT_SYMBOL vmlinux 0xd25d4f74 console_blank_hook +EXPORT_SYMBOL vmlinux 0xd27a5a3b sg_miter_skip +EXPORT_SYMBOL vmlinux 0xd27b25dd blk_check_plugged +EXPORT_SYMBOL vmlinux 0xd2800691 nf_conntrack_destroy +EXPORT_SYMBOL vmlinux 0xd28c45e3 __vfs_removexattr +EXPORT_SYMBOL vmlinux 0xd28f73c1 unlock_new_inode +EXPORT_SYMBOL vmlinux 0xd29fe63e dentry_create +EXPORT_SYMBOL vmlinux 0xd2a8b029 vfs_ioctl +EXPORT_SYMBOL vmlinux 0xd2ab4dff dev_set_mac_address_user +EXPORT_SYMBOL vmlinux 0xd2b913ae generic_fill_statx_attr +EXPORT_SYMBOL vmlinux 0xd2d88506 netdev_offload_xstats_report_used +EXPORT_SYMBOL vmlinux 0xd2da1048 register_netdevice_notifier +EXPORT_SYMBOL vmlinux 0xd2eac5a6 pagevec_lookup_range_tag +EXPORT_SYMBOL vmlinux 0xd302db1e sk_stream_wait_close +EXPORT_SYMBOL vmlinux 0xd3060cd3 kfree_skb_list_reason +EXPORT_SYMBOL vmlinux 0xd31ccb06 of_machine_is_compatible +EXPORT_SYMBOL vmlinux 0xd32d6c08 lockref_get +EXPORT_SYMBOL vmlinux 0xd3360041 pcie_capability_read_word +EXPORT_SYMBOL vmlinux 0xd345871c user_path_at_empty +EXPORT_SYMBOL vmlinux 0xd348272a jbd2_journal_wipe +EXPORT_SYMBOL vmlinux 0xd35a6d31 mempool_kmalloc +EXPORT_SYMBOL vmlinux 0xd35f75a1 match_string +EXPORT_SYMBOL vmlinux 0xd361cba4 gen_pool_dma_zalloc_align +EXPORT_SYMBOL vmlinux 0xd36dc10c get_random_u32 +EXPORT_SYMBOL vmlinux 0xd376bc54 netpoll_poll_enable +EXPORT_SYMBOL vmlinux 0xd38ee2c7 __get_hash_from_flowi6 +EXPORT_SYMBOL vmlinux 0xd39fa6ab __kfifo_alloc +EXPORT_SYMBOL vmlinux 0xd3bfb23a mdiobus_unregister_device +EXPORT_SYMBOL vmlinux 0xd3c0e0c0 rt_dst_alloc +EXPORT_SYMBOL vmlinux 0xd3cd0380 peernet2id +EXPORT_SYMBOL vmlinux 0xd3e3cdce device_match_acpi_handle +EXPORT_SYMBOL vmlinux 0xd3ed1899 tegra_dfll_register +EXPORT_SYMBOL vmlinux 0xd3ed240e lookup_one_len_unlocked +EXPORT_SYMBOL vmlinux 0xd406d266 fb_mode_is_equal +EXPORT_SYMBOL vmlinux 0xd4192ff1 pci_claim_resource +EXPORT_SYMBOL vmlinux 0xd41d4ca6 ip_do_fragment +EXPORT_SYMBOL vmlinux 0xd45ddb66 kstrtobool_from_user +EXPORT_SYMBOL vmlinux 0xd46b54dd flush_delayed_work +EXPORT_SYMBOL vmlinux 0xd48128f2 vlan_vids_del_by_dev +EXPORT_SYMBOL vmlinux 0xd4835ef8 dmi_check_system +EXPORT_SYMBOL vmlinux 0xd48fdeef dql_completed +EXPORT_SYMBOL vmlinux 0xd4b656d6 amba_device_register +EXPORT_SYMBOL vmlinux 0xd4bb4a82 inet6addr_validator_notifier_call_chain +EXPORT_SYMBOL vmlinux 0xd4c67f00 inet6_ioctl +EXPORT_SYMBOL vmlinux 0xd4e2f0e4 gen_pool_set_algo +EXPORT_SYMBOL vmlinux 0xd4f911ca __hw_addr_ref_sync_dev +EXPORT_SYMBOL vmlinux 0xd507d2ca __block_write_full_page +EXPORT_SYMBOL vmlinux 0xd5263820 mb_cache_destroy +EXPORT_SYMBOL vmlinux 0xd542a898 tcp_sync_mss +EXPORT_SYMBOL vmlinux 0xd54730ef scsi_device_lookup +EXPORT_SYMBOL vmlinux 0xd54cc67c mode_strip_sgid +EXPORT_SYMBOL vmlinux 0xd54cff12 blk_rq_init +EXPORT_SYMBOL vmlinux 0xd550af51 phy_attach_direct +EXPORT_SYMBOL vmlinux 0xd562367c from_kuid +EXPORT_SYMBOL vmlinux 0xd565d856 netdev_set_sb_channel +EXPORT_SYMBOL vmlinux 0xd5746434 blk_mq_delay_kick_requeue_list +EXPORT_SYMBOL vmlinux 0xd579ae35 shmem_aops +EXPORT_SYMBOL vmlinux 0xd583b4e0 dev_driver_string +EXPORT_SYMBOL vmlinux 0xd58fb3e9 pcie_get_readrq +EXPORT_SYMBOL vmlinux 0xd598c5b9 pm860x_bulk_read +EXPORT_SYMBOL vmlinux 0xd5b3aa54 napi_gro_frags +EXPORT_SYMBOL vmlinux 0xd5b3d0d5 xxh64_copy_state +EXPORT_SYMBOL vmlinux 0xd5d98d52 scsi_test_unit_ready +EXPORT_SYMBOL vmlinux 0xd5f52d4f netdev_rss_key_fill +EXPORT_SYMBOL vmlinux 0xd6011b73 blk_mq_destroy_queue +EXPORT_SYMBOL vmlinux 0xd60349f7 of_get_ddr_timings +EXPORT_SYMBOL vmlinux 0xd6037499 inet_sendpage +EXPORT_SYMBOL vmlinux 0xd605f95d nand_ecc_get_sw_engine +EXPORT_SYMBOL vmlinux 0xd60736ec gf128mul_free_64k +EXPORT_SYMBOL vmlinux 0xd6104814 input_get_timestamp +EXPORT_SYMBOL vmlinux 0xd627480b strncat +EXPORT_SYMBOL vmlinux 0xd6369ac2 __cgroup_bpf_run_filter_sk +EXPORT_SYMBOL vmlinux 0xd63fafc2 div64_u64_rem +EXPORT_SYMBOL vmlinux 0xd642f3f6 video_firmware_drivers_only +EXPORT_SYMBOL vmlinux 0xd6461ecc vme_register_bridge +EXPORT_SYMBOL vmlinux 0xd64b5d12 devm_extcon_unregister_notifier_all +EXPORT_SYMBOL vmlinux 0xd6582ab0 xa_extract +EXPORT_SYMBOL vmlinux 0xd67a0c66 dquot_set_dqblk +EXPORT_SYMBOL vmlinux 0xd67f838b xfrm_lookup_with_ifid +EXPORT_SYMBOL vmlinux 0xd68d784c neigh_update +EXPORT_SYMBOL vmlinux 0xd6a91f54 twl_i2c_read +EXPORT_SYMBOL vmlinux 0xd6b3801e max8998_write_reg +EXPORT_SYMBOL vmlinux 0xd6b55ea3 nand_write_page_raw +EXPORT_SYMBOL vmlinux 0xd6bc04ff cmd_db_read_aux_data +EXPORT_SYMBOL vmlinux 0xd6bd7853 inet_csk_destroy_sock +EXPORT_SYMBOL vmlinux 0xd6e7ce7b kmalloc_caches +EXPORT_SYMBOL vmlinux 0xd6eaaea1 full_name_hash +EXPORT_SYMBOL vmlinux 0xd6ee688f vmalloc +EXPORT_SYMBOL vmlinux 0xd6fde043 is_module_sig_enforced +EXPORT_SYMBOL vmlinux 0xd708d361 dcb_ieee_getapp_prio_dscp_mask_map +EXPORT_SYMBOL vmlinux 0xd70d35a1 gf128mul_4k_bbe +EXPORT_SYMBOL vmlinux 0xd70f8d49 igrab +EXPORT_SYMBOL vmlinux 0xd7146870 dev_remove_pack +EXPORT_SYMBOL vmlinux 0xd737eac7 mii_check_link +EXPORT_SYMBOL vmlinux 0xd738ca1b phy_unregister_fixup_for_uid +EXPORT_SYMBOL vmlinux 0xd73c8c2b synchronize_shrinkers +EXPORT_SYMBOL vmlinux 0xd75553e8 get_cached_acl_rcu +EXPORT_SYMBOL vmlinux 0xd762adf4 fwnode_phy_find_device +EXPORT_SYMBOL vmlinux 0xd769d0d1 pci_bus_find_capability +EXPORT_SYMBOL vmlinux 0xd76b6ad4 dec_zone_page_state +EXPORT_SYMBOL vmlinux 0xd76f6099 vscnprintf +EXPORT_SYMBOL vmlinux 0xd773385d mr_mfc_find_parent +EXPORT_SYMBOL vmlinux 0xd77ad43b end_buffer_write_sync +EXPORT_SYMBOL vmlinux 0xd77b48de nand_ecc_sw_hamming_get_engine +EXPORT_SYMBOL vmlinux 0xd7966595 register_console +EXPORT_SYMBOL vmlinux 0xd797b9a5 vme_master_write +EXPORT_SYMBOL vmlinux 0xd7987177 utf8_load +EXPORT_SYMBOL vmlinux 0xd7be9deb blkdev_issue_flush +EXPORT_SYMBOL vmlinux 0xd7c23da6 snd_pcm_set_managed_buffer +EXPORT_SYMBOL vmlinux 0xd7c9a9b2 tegra_ahb_enable_smmu +EXPORT_SYMBOL vmlinux 0xd7d280ad irq_poll_complete +EXPORT_SYMBOL vmlinux 0xd7d65f09 rt6_lookup +EXPORT_SYMBOL vmlinux 0xd7e2ed4a generic_permission +EXPORT_SYMBOL vmlinux 0xd7e56a4e simple_strtoll +EXPORT_SYMBOL vmlinux 0xd7e59243 twl6040_set_bits +EXPORT_SYMBOL vmlinux 0xd7ea7094 nf_unregister_queue_handler +EXPORT_SYMBOL vmlinux 0xd7fd1e5f flush_signals +EXPORT_SYMBOL vmlinux 0xd8056d43 inc_zone_page_state +EXPORT_SYMBOL vmlinux 0xd812881d dev_add_offload +EXPORT_SYMBOL vmlinux 0xd81e7587 ip_mc_check_igmp +EXPORT_SYMBOL vmlinux 0xd8410611 mempool_alloc +EXPORT_SYMBOL vmlinux 0xd856d0a8 pneigh_lookup +EXPORT_SYMBOL vmlinux 0xd86051ee __traceiter_kmem_cache_alloc +EXPORT_SYMBOL vmlinux 0xd86b61c4 _raw_spin_lock_irq +EXPORT_SYMBOL vmlinux 0xd875584a __genradix_ptr +EXPORT_SYMBOL vmlinux 0xd89da37f movable_zone +EXPORT_SYMBOL vmlinux 0xd89ee11f krait_set_l2_indirect_reg +EXPORT_SYMBOL vmlinux 0xd8a668a6 skb_free_datagram +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 0xd8c7a59c udp_seq_ops +EXPORT_SYMBOL vmlinux 0xd8d510b9 generic_file_llseek +EXPORT_SYMBOL vmlinux 0xd8d7e4ca fqdir_exit +EXPORT_SYMBOL vmlinux 0xd8d992fb page_get_link +EXPORT_SYMBOL vmlinux 0xd918641c netpoll_cleanup +EXPORT_SYMBOL vmlinux 0xd91a343a mdio_device_reset +EXPORT_SYMBOL vmlinux 0xd91f6ab6 strnlen_user +EXPORT_SYMBOL vmlinux 0xd93235b8 devfreq_register_notifier +EXPORT_SYMBOL vmlinux 0xd954b254 rproc_vq_interrupt +EXPORT_SYMBOL vmlinux 0xd96559fa security_binder_set_context_mgr +EXPORT_SYMBOL vmlinux 0xd96ae7eb tcp_sock_set_keepintvl +EXPORT_SYMBOL vmlinux 0xd975be86 con_copy_unimap +EXPORT_SYMBOL vmlinux 0xd97c10e8 vme_master_mmap +EXPORT_SYMBOL vmlinux 0xd9849533 __folio_start_writeback +EXPORT_SYMBOL vmlinux 0xd984f8ca inode_init_owner +EXPORT_SYMBOL vmlinux 0xd985dc99 mempool_free_pages +EXPORT_SYMBOL vmlinux 0xd994dce2 iterate_dir +EXPORT_SYMBOL vmlinux 0xd9a74f18 clocksource_unregister +EXPORT_SYMBOL vmlinux 0xd9b7c003 clk_get +EXPORT_SYMBOL vmlinux 0xd9b8eaea __SCK__tp_func_dma_fence_signaled +EXPORT_SYMBOL vmlinux 0xd9c53a07 locks_free_lock +EXPORT_SYMBOL vmlinux 0xd9ce8f0c strnlen +EXPORT_SYMBOL vmlinux 0xd9d8fd16 register_restart_handler +EXPORT_SYMBOL vmlinux 0xd9d952d1 crypto_aes_sbox +EXPORT_SYMBOL vmlinux 0xd9e15d48 dma_resv_fini +EXPORT_SYMBOL vmlinux 0xd9e56ead security_sctp_assoc_established +EXPORT_SYMBOL vmlinux 0xd9ed61c7 nf_log_trace +EXPORT_SYMBOL vmlinux 0xd9fda721 blk_get_queue +EXPORT_SYMBOL vmlinux 0xda044988 km_policy_expired +EXPORT_SYMBOL vmlinux 0xda05525b __ip_mc_dec_group +EXPORT_SYMBOL vmlinux 0xda1f8c75 generic_cont_expand_simple +EXPORT_SYMBOL vmlinux 0xda205133 sock_bindtoindex +EXPORT_SYMBOL vmlinux 0xda21a340 __dev_set_mtu +EXPORT_SYMBOL vmlinux 0xda2a6e6d phy_print_status +EXPORT_SYMBOL vmlinux 0xda344c4f md_update_sb +EXPORT_SYMBOL vmlinux 0xda3817a3 __nla_put +EXPORT_SYMBOL vmlinux 0xda3d10a8 security_tun_dev_open +EXPORT_SYMBOL vmlinux 0xda4dedd2 d_obtain_alias +EXPORT_SYMBOL vmlinux 0xda6fc0b3 __percpu_counter_compare +EXPORT_SYMBOL vmlinux 0xda74b4f0 mipi_dsi_dcs_get_pixel_format +EXPORT_SYMBOL vmlinux 0xda7a83a4 walk_stackframe +EXPORT_SYMBOL vmlinux 0xda83fe17 cfb_imageblit +EXPORT_SYMBOL vmlinux 0xda8ba300 serio_reconnect +EXPORT_SYMBOL vmlinux 0xda99ce1f security_inode_listsecurity +EXPORT_SYMBOL vmlinux 0xda9f80e9 security_dentry_init_security +EXPORT_SYMBOL vmlinux 0xdaa27787 fault_in_iov_iter_readable +EXPORT_SYMBOL vmlinux 0xdaa8173f pci_select_bars +EXPORT_SYMBOL vmlinux 0xdac2c9c5 jbd2_submit_inode_data +EXPORT_SYMBOL vmlinux 0xdac4913a bitmap_allocate_region +EXPORT_SYMBOL vmlinux 0xdad97f94 __raw_writesw +EXPORT_SYMBOL vmlinux 0xdae187ac mdiobus_is_registered_device +EXPORT_SYMBOL vmlinux 0xdaf65445 vsnprintf +EXPORT_SYMBOL vmlinux 0xdaffad5c dcb_ieee_delapp +EXPORT_SYMBOL vmlinux 0xdb1968dd jbd2_journal_begin_ordered_truncate +EXPORT_SYMBOL vmlinux 0xdb271971 devm_alloc_etherdev_mqs +EXPORT_SYMBOL vmlinux 0xdb3307a7 devm_ioremap_resource +EXPORT_SYMBOL vmlinux 0xdb3c147e of_lpddr3_get_min_tck +EXPORT_SYMBOL vmlinux 0xdb4161af __dynamic_dev_dbg +EXPORT_SYMBOL vmlinux 0xdb42c0c4 mipi_dsi_dcs_set_tear_scanline +EXPORT_SYMBOL vmlinux 0xdb4ecb25 phy_disconnect +EXPORT_SYMBOL vmlinux 0xdb51e5fa __nla_put_64bit +EXPORT_SYMBOL vmlinux 0xdb68bbad rfkill_destroy +EXPORT_SYMBOL vmlinux 0xdb760f52 __kfifo_free +EXPORT_SYMBOL vmlinux 0xdb81e2fc __wait_on_bit +EXPORT_SYMBOL vmlinux 0xdb85dd1f skb_add_rx_frag +EXPORT_SYMBOL vmlinux 0xdb8b58fb sockopt_lock_sock +EXPORT_SYMBOL vmlinux 0xdbc43e6a qdisc_get_rtab +EXPORT_SYMBOL vmlinux 0xdbd3ea95 snd_timer_global_register +EXPORT_SYMBOL vmlinux 0xdbe9b36e console_stop +EXPORT_SYMBOL vmlinux 0xdc0883c3 uart_unregister_driver +EXPORT_SYMBOL vmlinux 0xdc0e4855 timer_delete +EXPORT_SYMBOL vmlinux 0xdc14eda7 pci_pci_problems +EXPORT_SYMBOL vmlinux 0xdc244370 jbd2_journal_force_commit +EXPORT_SYMBOL vmlinux 0xdc2d3e69 reuseport_has_conns_set +EXPORT_SYMBOL vmlinux 0xdc3048e5 of_platform_device_create +EXPORT_SYMBOL vmlinux 0xdc3fcbc9 __sw_hweight8 +EXPORT_SYMBOL vmlinux 0xdc40cf90 flow_indr_dev_register +EXPORT_SYMBOL vmlinux 0xdc42db3e inet_frag_rbtree_purge +EXPORT_SYMBOL vmlinux 0xdc430db2 gen_pool_dma_alloc_align +EXPORT_SYMBOL vmlinux 0xdc49c198 reciprocal_value_adv +EXPORT_SYMBOL vmlinux 0xdc4dc416 dev_get_mac_address +EXPORT_SYMBOL vmlinux 0xdc512134 backlight_register_notifier +EXPORT_SYMBOL vmlinux 0xdc5c7961 gen_pool_best_fit +EXPORT_SYMBOL vmlinux 0xdc5d8ca2 inet_getname +EXPORT_SYMBOL vmlinux 0xdc632c9f netlbl_calipso_ops_register +EXPORT_SYMBOL vmlinux 0xdc81901a wait_for_completion_io +EXPORT_SYMBOL vmlinux 0xdc8c80ec iov_iter_bvec +EXPORT_SYMBOL vmlinux 0xdc8ee886 flow_rule_match_vlan +EXPORT_SYMBOL vmlinux 0xdc8fa262 tcf_idr_release +EXPORT_SYMBOL vmlinux 0xdc9d9c92 simple_map_init +EXPORT_SYMBOL vmlinux 0xdcc463c7 udp_gro_receive +EXPORT_SYMBOL vmlinux 0xdcc9a805 netdev_lower_dev_get_private +EXPORT_SYMBOL vmlinux 0xdcd69825 netpoll_setup +EXPORT_SYMBOL vmlinux 0xdcdc0040 slhc_compress +EXPORT_SYMBOL vmlinux 0xdcde7315 ucc_fast_free +EXPORT_SYMBOL vmlinux 0xdcdf92c1 dev_get_by_name +EXPORT_SYMBOL vmlinux 0xdce3c752 rps_may_expire_flow +EXPORT_SYMBOL vmlinux 0xdceb335f qdisc_hash_add +EXPORT_SYMBOL vmlinux 0xdcf6d045 radix_tree_gang_lookup_tag_slot +EXPORT_SYMBOL vmlinux 0xdcf7fb2b drop_nlink +EXPORT_SYMBOL vmlinux 0xdd02c0ca blk_queue_dma_alignment +EXPORT_SYMBOL vmlinux 0xdd065ef1 devfreq_suspend_device +EXPORT_SYMBOL vmlinux 0xdd0a2ba2 strlcat +EXPORT_SYMBOL vmlinux 0xdd18a314 locks_copy_lock +EXPORT_SYMBOL vmlinux 0xdd1a02c3 sdev_enable_disk_events +EXPORT_SYMBOL vmlinux 0xdd226fa9 __raw_readsw +EXPORT_SYMBOL vmlinux 0xdd25d9cf skb_orphan_partial +EXPORT_SYMBOL vmlinux 0xdd27fa87 memchr +EXPORT_SYMBOL vmlinux 0xdd2c169b mb_cache_create +EXPORT_SYMBOL vmlinux 0xdd3a469f of_node_name_eq +EXPORT_SYMBOL vmlinux 0xdd3eef2a __xfrm_dst_lookup +EXPORT_SYMBOL vmlinux 0xdd4897aa xp_dma_sync_for_cpu_slow +EXPORT_SYMBOL vmlinux 0xdd59f056 fib_notifier_ops_unregister +EXPORT_SYMBOL vmlinux 0xdd5bcc33 eth_header_cache +EXPORT_SYMBOL vmlinux 0xdd5e4cea rtnl_nla_parse_ifinfomsg +EXPORT_SYMBOL vmlinux 0xdd745464 cancel_work +EXPORT_SYMBOL vmlinux 0xdd799bc9 starget_for_each_device +EXPORT_SYMBOL vmlinux 0xdd7b7b8c ppp_register_compressor +EXPORT_SYMBOL vmlinux 0xdd7e3192 qcom_scm_pas_auth_and_reset +EXPORT_SYMBOL vmlinux 0xdd81421f trace_print_symbols_seq_u64 +EXPORT_SYMBOL vmlinux 0xdd849d51 scsi_get_sense_info_fld +EXPORT_SYMBOL vmlinux 0xdd8f14be snd_card_new +EXPORT_SYMBOL vmlinux 0xdd94a05a tty_port_alloc_xmit_buf +EXPORT_SYMBOL vmlinux 0xdd9eb2e2 sock_no_accept +EXPORT_SYMBOL vmlinux 0xdda153a1 _copy_from_iter_nocache +EXPORT_SYMBOL vmlinux 0xdda31694 of_get_mac_address +EXPORT_SYMBOL vmlinux 0xddafd33f vga_client_register +EXPORT_SYMBOL vmlinux 0xddba4305 md_wait_for_blocked_rdev +EXPORT_SYMBOL vmlinux 0xdde4f09f jbd2_journal_errno +EXPORT_SYMBOL vmlinux 0xddef8731 mipi_dsi_dcs_write +EXPORT_SYMBOL vmlinux 0xde092a13 elv_rb_del +EXPORT_SYMBOL vmlinux 0xde0e7752 snd_pcm_create_iec958_consumer +EXPORT_SYMBOL vmlinux 0xde21a54c genphy_aneg_done +EXPORT_SYMBOL vmlinux 0xde48de55 phy_loopback +EXPORT_SYMBOL vmlinux 0xde49e699 I_BDEV +EXPORT_SYMBOL vmlinux 0xde4a6444 netif_skb_features +EXPORT_SYMBOL vmlinux 0xde4bf88b __mutex_init +EXPORT_SYMBOL vmlinux 0xde51e931 dcache_dir_open +EXPORT_SYMBOL vmlinux 0xde55e795 _raw_spin_lock_irqsave +EXPORT_SYMBOL vmlinux 0xde574f69 phy_get_internal_delay +EXPORT_SYMBOL vmlinux 0xde5ae857 vme_slave_get +EXPORT_SYMBOL vmlinux 0xde5c07be unregister_mii_timestamper +EXPORT_SYMBOL vmlinux 0xde5c751c of_get_next_available_child +EXPORT_SYMBOL vmlinux 0xde5f640f filemap_get_folios +EXPORT_SYMBOL vmlinux 0xde65336c unpin_user_page +EXPORT_SYMBOL vmlinux 0xde704db1 mark_info_dirty +EXPORT_SYMBOL vmlinux 0xde8f9ea5 generic_shutdown_super +EXPORT_SYMBOL vmlinux 0xdea55e78 pci_iomap_range +EXPORT_SYMBOL vmlinux 0xdea57e3b netdev_pick_tx +EXPORT_SYMBOL vmlinux 0xdeab6094 __wait_on_buffer +EXPORT_SYMBOL vmlinux 0xdeb28c31 ip_cmsg_recv_offset +EXPORT_SYMBOL vmlinux 0xdebdfe29 seq_escape_mem +EXPORT_SYMBOL vmlinux 0xdec1b00f bdi_register +EXPORT_SYMBOL vmlinux 0xdec7e89f vfs_clone_file_range +EXPORT_SYMBOL vmlinux 0xdecfca17 unload_nls +EXPORT_SYMBOL vmlinux 0xded39a6b gen_kill_estimator +EXPORT_SYMBOL vmlinux 0xdee92cbb dma_find_channel +EXPORT_SYMBOL vmlinux 0xdef7c893 fb_match_mode +EXPORT_SYMBOL vmlinux 0xdf07c6f5 xfrm6_protocol_register +EXPORT_SYMBOL vmlinux 0xdf15b652 invalidate_disk +EXPORT_SYMBOL vmlinux 0xdf164490 misc_deregister +EXPORT_SYMBOL vmlinux 0xdf1897d2 mutex_lock_killable +EXPORT_SYMBOL vmlinux 0xdf2c2742 rb_last +EXPORT_SYMBOL vmlinux 0xdf3a693d crc_t10dif_update +EXPORT_SYMBOL vmlinux 0xdf54a8f7 netlink_unregister_notifier +EXPORT_SYMBOL vmlinux 0xdf55f648 inode_owner_or_capable +EXPORT_SYMBOL vmlinux 0xdf5e13a5 phy_sfp_probe +EXPORT_SYMBOL vmlinux 0xdf60360b rc5t583_ext_power_req_config +EXPORT_SYMBOL vmlinux 0xdf70243f d_lookup +EXPORT_SYMBOL vmlinux 0xdf79e070 seg6_hmac_info_del +EXPORT_SYMBOL vmlinux 0xdf7e509a dmaenginem_async_device_register +EXPORT_SYMBOL vmlinux 0xdf924a59 __tracepoint_kmem_cache_free +EXPORT_SYMBOL vmlinux 0xdf929370 fs_overflowgid +EXPORT_SYMBOL vmlinux 0xdf93b9d8 timespec64_to_jiffies +EXPORT_SYMBOL vmlinux 0xdfa7f014 __folio_put +EXPORT_SYMBOL vmlinux 0xdfafe298 __dquot_transfer +EXPORT_SYMBOL vmlinux 0xdfb191c1 cdrom_mode_select +EXPORT_SYMBOL vmlinux 0xdfb95d58 key_move +EXPORT_SYMBOL vmlinux 0xdfd2cc25 cros_ec_get_host_event +EXPORT_SYMBOL vmlinux 0xdfd32698 pci_write_config_word +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 0xdffea491 __set_page_dirty_nobuffers +EXPORT_SYMBOL vmlinux 0xe00d4e54 simple_empty +EXPORT_SYMBOL vmlinux 0xe01fa8d5 rproc_coredump_set_elf_info +EXPORT_SYMBOL vmlinux 0xe023c215 path_get +EXPORT_SYMBOL vmlinux 0xe0283939 ip_tunnel_parse_protocol +EXPORT_SYMBOL vmlinux 0xe0419ac4 kstrtos16 +EXPORT_SYMBOL vmlinux 0xe05afce4 pci_enable_device +EXPORT_SYMBOL vmlinux 0xe06699b2 sg_next +EXPORT_SYMBOL vmlinux 0xe0702823 of_get_property +EXPORT_SYMBOL vmlinux 0xe080e8f0 set_current_groups +EXPORT_SYMBOL vmlinux 0xe091c977 list_sort +EXPORT_SYMBOL vmlinux 0xe0a6b585 request_resource +EXPORT_SYMBOL vmlinux 0xe0b13336 argv_free +EXPORT_SYMBOL vmlinux 0xe0b9065b security_xfrm_policy_alloc +EXPORT_SYMBOL vmlinux 0xe0b9c773 tegra_ivc_init +EXPORT_SYMBOL vmlinux 0xe0bb93a8 fwnode_irq_get_byname +EXPORT_SYMBOL vmlinux 0xe0bef318 icst_hz_to_vco +EXPORT_SYMBOL vmlinux 0xe0c19215 dma_mmap_attrs +EXPORT_SYMBOL vmlinux 0xe0da90a1 snd_pcm_suspend_all +EXPORT_SYMBOL vmlinux 0xe0e456ee fb_find_mode +EXPORT_SYMBOL vmlinux 0xe0f2e287 bio_integrity_trim +EXPORT_SYMBOL vmlinux 0xe108d7ca platform_get_ethdev_address +EXPORT_SYMBOL vmlinux 0xe10c8cbc folio_wait_private_2 +EXPORT_SYMBOL vmlinux 0xe10fc229 dev_get_port_parent_id +EXPORT_SYMBOL vmlinux 0xe113bbbc csum_partial +EXPORT_SYMBOL vmlinux 0xe1179eff md_bitmap_sync_with_cluster +EXPORT_SYMBOL vmlinux 0xe11c8c38 vfs_get_tree +EXPORT_SYMBOL vmlinux 0xe123f3d9 dma_fence_release +EXPORT_SYMBOL vmlinux 0xe12bda79 vme_dma_free_attribute +EXPORT_SYMBOL vmlinux 0xe12e060f simple_setattr +EXPORT_SYMBOL vmlinux 0xe1382514 phy_ethtool_set_wol +EXPORT_SYMBOL vmlinux 0xe13cd8a7 dmi_name_in_vendors +EXPORT_SYMBOL vmlinux 0xe153f436 __cpu_present_mask +EXPORT_SYMBOL vmlinux 0xe17ba47d mii_ethtool_get_link_ksettings +EXPORT_SYMBOL vmlinux 0xe18a4f6f nexthop_bucket_set_hw_flags +EXPORT_SYMBOL vmlinux 0xe19e9b04 generic_splice_sendpage +EXPORT_SYMBOL vmlinux 0xe1a9b2ff dma_fence_match_context +EXPORT_SYMBOL vmlinux 0xe1ae0f48 d_hash_and_lookup +EXPORT_SYMBOL vmlinux 0xe1b9131b phy_queue_state_machine +EXPORT_SYMBOL vmlinux 0xe1b94055 xfrm_state_delete_tunnel +EXPORT_SYMBOL vmlinux 0xe1b96f9c nexthop_res_grp_activity_update +EXPORT_SYMBOL vmlinux 0xe1bbbab5 pci_bus_read_dev_vendor_id +EXPORT_SYMBOL vmlinux 0xe1c22f64 ptp_clock_event +EXPORT_SYMBOL vmlinux 0xe1c79df1 tcp_rcv_state_process +EXPORT_SYMBOL vmlinux 0xe1dcf64a audit_log_format +EXPORT_SYMBOL vmlinux 0xe1de30c7 remove_proc_entry +EXPORT_SYMBOL vmlinux 0xe21cea64 fault_in_readable +EXPORT_SYMBOL vmlinux 0xe2274a1c __percpu_counter_sum +EXPORT_SYMBOL vmlinux 0xe228e6a5 of_node_get +EXPORT_SYMBOL vmlinux 0xe22ab89c blk_mq_stop_hw_queue +EXPORT_SYMBOL vmlinux 0xe23e9418 md_reload_sb +EXPORT_SYMBOL vmlinux 0xe253b160 skb_tunnel_check_pmtu +EXPORT_SYMBOL vmlinux 0xe26305a0 bpf_empty_prog_array +EXPORT_SYMBOL vmlinux 0xe266f098 xa_get_mark +EXPORT_SYMBOL vmlinux 0xe26c3872 sock_no_sendpage +EXPORT_SYMBOL vmlinux 0xe273d75d alloc_cpu_rmap +EXPORT_SYMBOL vmlinux 0xe28a325c d_find_alias +EXPORT_SYMBOL vmlinux 0xe2aeb5dd dma_fence_allocate_private_stub +EXPORT_SYMBOL vmlinux 0xe2d467c4 gic_pmr_sync +EXPORT_SYMBOL vmlinux 0xe2d47398 crc_ccitt_false +EXPORT_SYMBOL vmlinux 0xe2d5255a strcmp +EXPORT_SYMBOL vmlinux 0xe2e8065e memdup_user +EXPORT_SYMBOL vmlinux 0xe2e93bde fb_get_mode +EXPORT_SYMBOL vmlinux 0xe2f3d99f rename_lock +EXPORT_SYMBOL vmlinux 0xe2f56235 blk_integrity_compare +EXPORT_SYMBOL vmlinux 0xe313c1ec blk_queue_flag_set +EXPORT_SYMBOL vmlinux 0xe318968d dev_set_mtu +EXPORT_SYMBOL vmlinux 0xe31b3e59 kernel_bind +EXPORT_SYMBOL vmlinux 0xe31d8907 dquot_set_dqinfo +EXPORT_SYMBOL vmlinux 0xe3266742 cdev_device_add +EXPORT_SYMBOL vmlinux 0xe32729b2 nla_put +EXPORT_SYMBOL vmlinux 0xe3277b53 rproc_coredump_add_segment +EXPORT_SYMBOL vmlinux 0xe32ab4d8 xxh64_digest +EXPORT_SYMBOL vmlinux 0xe3482046 radix_tree_iter_delete +EXPORT_SYMBOL vmlinux 0xe34e2fdd page_address +EXPORT_SYMBOL vmlinux 0xe35689fd reuseport_alloc +EXPORT_SYMBOL vmlinux 0xe372a37d component_match_add_typed +EXPORT_SYMBOL vmlinux 0xe37446ff gnet_stats_copy_basic +EXPORT_SYMBOL vmlinux 0xe37762b7 dma_free_attrs +EXPORT_SYMBOL vmlinux 0xe389d7c1 seg6_hmac_info_add +EXPORT_SYMBOL vmlinux 0xe38a2316 rtnetlink_put_metrics +EXPORT_SYMBOL vmlinux 0xe38f3027 elm_config +EXPORT_SYMBOL vmlinux 0xe39b2ea5 sha256 +EXPORT_SYMBOL vmlinux 0xe3a14e19 genphy_read_status_fixed +EXPORT_SYMBOL vmlinux 0xe3a90dfa radix_tree_tag_set +EXPORT_SYMBOL vmlinux 0xe3c4c35e fscrypt_has_permitted_context +EXPORT_SYMBOL vmlinux 0xe3c669ec netdev_has_any_upper_dev +EXPORT_SYMBOL vmlinux 0xe3d3e8e2 scsi_report_opcode +EXPORT_SYMBOL vmlinux 0xe3d475a4 dst_init +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 0xe3ff8375 blk_queue_logical_block_size +EXPORT_SYMBOL vmlinux 0xe40fc1c4 hmm_range_fault +EXPORT_SYMBOL vmlinux 0xe428464e dma_fence_wait_timeout +EXPORT_SYMBOL vmlinux 0xe42a3242 phy_ethtool_get_eee +EXPORT_SYMBOL vmlinux 0xe4351dc4 irq_domain_set_info +EXPORT_SYMBOL vmlinux 0xe43a3047 __tracepoint_mmap_lock_start_locking +EXPORT_SYMBOL vmlinux 0xe43d3e07 xsk_get_pool_from_qid +EXPORT_SYMBOL vmlinux 0xe44c90c0 ps2_end_command +EXPORT_SYMBOL vmlinux 0xe4514342 mdio_device_remove +EXPORT_SYMBOL vmlinux 0xe46adc88 param_set_hexint +EXPORT_SYMBOL vmlinux 0xe46bcccd __kmap_local_page_prot +EXPORT_SYMBOL vmlinux 0xe46c159c key_put +EXPORT_SYMBOL vmlinux 0xe46d5fe0 skb_flow_dissect_ct +EXPORT_SYMBOL vmlinux 0xe46ea241 set_user_nice +EXPORT_SYMBOL vmlinux 0xe4702b3a __sg_alloc_table +EXPORT_SYMBOL vmlinux 0xe472ae19 call_usermodehelper_exec +EXPORT_SYMBOL vmlinux 0xe477fc9b memremap +EXPORT_SYMBOL vmlinux 0xe4896d96 xfrm_unregister_type +EXPORT_SYMBOL vmlinux 0xe4961f38 of_platform_bus_probe +EXPORT_SYMBOL vmlinux 0xe49809bc of_find_node_by_phandle +EXPORT_SYMBOL vmlinux 0xe4b102fb pci_request_irq +EXPORT_SYMBOL vmlinux 0xe4c34a79 freeze_bdev +EXPORT_SYMBOL vmlinux 0xe4c5167e vfs_tmpfile_open +EXPORT_SYMBOL vmlinux 0xe4c62ee4 folio_migrate_flags +EXPORT_SYMBOL vmlinux 0xe4c80097 cacheid +EXPORT_SYMBOL vmlinux 0xe4d12764 inet_twsk_deschedule_put +EXPORT_SYMBOL vmlinux 0xe4ed1d1b copy_string_kernel +EXPORT_SYMBOL vmlinux 0xe4effcd5 sg_init_one +EXPORT_SYMBOL vmlinux 0xe50cb338 _dev_info +EXPORT_SYMBOL vmlinux 0xe523ad75 synchronize_irq +EXPORT_SYMBOL vmlinux 0xe52f70d9 nf_hook_slow_list +EXPORT_SYMBOL vmlinux 0xe5596738 mii_ethtool_gset +EXPORT_SYMBOL vmlinux 0xe55cfaab phy_attached_info_irq +EXPORT_SYMBOL vmlinux 0xe566d58f genphy_read_master_slave +EXPORT_SYMBOL vmlinux 0xe56a9336 snd_pcm_format_width +EXPORT_SYMBOL vmlinux 0xe574fec1 nand_ecc_sw_bch_calculate +EXPORT_SYMBOL vmlinux 0xe57feefb qcom_scm_ocmem_unlock +EXPORT_SYMBOL vmlinux 0xe5807e62 gen_pool_first_fit_align +EXPORT_SYMBOL vmlinux 0xe58090ca security_ib_endport_manage_subnet +EXPORT_SYMBOL vmlinux 0xe590dea3 sk_busy_loop_end +EXPORT_SYMBOL vmlinux 0xe597fd26 tcf_exts_terse_dump +EXPORT_SYMBOL vmlinux 0xe59cfd7b irq_set_chip +EXPORT_SYMBOL vmlinux 0xe5a08df7 ps2_cmd_aborted +EXPORT_SYMBOL vmlinux 0xe5a86b46 of_graph_get_endpoint_count +EXPORT_SYMBOL vmlinux 0xe5b81ce4 of_find_matching_node_and_match +EXPORT_SYMBOL vmlinux 0xe5c755eb scsi_report_bus_reset +EXPORT_SYMBOL vmlinux 0xe5c78a99 do_blank_screen +EXPORT_SYMBOL vmlinux 0xe5d23679 param_array_ops +EXPORT_SYMBOL vmlinux 0xe5ea7bd3 seq_release_private +EXPORT_SYMBOL vmlinux 0xe5f9b8cb padata_do_serial +EXPORT_SYMBOL vmlinux 0xe5fb61d3 dst_alloc +EXPORT_SYMBOL vmlinux 0xe6059d6e devm_clk_get_optional +EXPORT_SYMBOL vmlinux 0xe607266e file_write_and_wait_range +EXPORT_SYMBOL vmlinux 0xe62681dc __devm_of_mdiobus_register +EXPORT_SYMBOL vmlinux 0xe62cdb0e memcpy_and_pad +EXPORT_SYMBOL vmlinux 0xe662eed9 ip_sock_set_freebind +EXPORT_SYMBOL vmlinux 0xe6882b3c sk_wait_data +EXPORT_SYMBOL vmlinux 0xe68c233a param_ops_dyndbg_classes +EXPORT_SYMBOL vmlinux 0xe693a6ce vme_get_size +EXPORT_SYMBOL vmlinux 0xe69d31ee snd_ctl_make_virtual_master +EXPORT_SYMBOL vmlinux 0xe6a344d0 dmam_free_coherent +EXPORT_SYMBOL vmlinux 0xe6c08737 i2c_verify_client +EXPORT_SYMBOL vmlinux 0xe6d1d3eb nf_ct_get_tuple_skb +EXPORT_SYMBOL vmlinux 0xe6d2458e do_trace_netlink_extack +EXPORT_SYMBOL vmlinux 0xe6db989b ecc_sw_hamming_correct +EXPORT_SYMBOL vmlinux 0xe6fda3bb xfrm_policy_register_afinfo +EXPORT_SYMBOL vmlinux 0xe707d823 __aeabi_uidiv +EXPORT_SYMBOL vmlinux 0xe713ef17 hdmi_audio_infoframe_pack_for_dp +EXPORT_SYMBOL vmlinux 0xe71f3a24 proc_create_single_data +EXPORT_SYMBOL vmlinux 0xe73894c3 aperture_remove_conflicting_pci_devices +EXPORT_SYMBOL vmlinux 0xe74ce69c block_write_full_page +EXPORT_SYMBOL vmlinux 0xe765d5f0 cqhci_irq +EXPORT_SYMBOL vmlinux 0xe781c9a4 snd_card_disconnect +EXPORT_SYMBOL vmlinux 0xe79004d3 seq_path +EXPORT_SYMBOL vmlinux 0xe790e008 pci_set_power_state +EXPORT_SYMBOL vmlinux 0xe7a226c6 console_start +EXPORT_SYMBOL vmlinux 0xe7ab4031 sock_i_ino +EXPORT_SYMBOL vmlinux 0xe7b7dccf kernel_sendpage +EXPORT_SYMBOL vmlinux 0xe7c1c4c1 pps_lookup_dev +EXPORT_SYMBOL vmlinux 0xe7c9f81d blkdev_issue_discard +EXPORT_SYMBOL vmlinux 0xe7d4daac seq_list_next +EXPORT_SYMBOL vmlinux 0xe7d829b4 rtnl_offload_xstats_notify +EXPORT_SYMBOL vmlinux 0xe7e2555f __inc_node_page_state +EXPORT_SYMBOL vmlinux 0xe7e4d52a _raw_spin_lock_bh +EXPORT_SYMBOL vmlinux 0xe7f2e3a2 register_sysctl_paths +EXPORT_SYMBOL vmlinux 0xe8052104 stream_open +EXPORT_SYMBOL vmlinux 0xe816048f tty_termios_copy_hw +EXPORT_SYMBOL vmlinux 0xe8246264 security_task_getsecid_obj +EXPORT_SYMBOL vmlinux 0xe82f0744 set_disk_ro +EXPORT_SYMBOL vmlinux 0xe835c235 tty_hung_up_p +EXPORT_SYMBOL vmlinux 0xe841c7b3 mii_link_ok +EXPORT_SYMBOL vmlinux 0xe842dc8c dma_fence_get_stub +EXPORT_SYMBOL vmlinux 0xe85fcb6c dm_io +EXPORT_SYMBOL vmlinux 0xe864a193 qdisc_offload_query_caps +EXPORT_SYMBOL vmlinux 0xe8794f32 da903x_query_status +EXPORT_SYMBOL vmlinux 0xe890e14f get_watch_queue +EXPORT_SYMBOL vmlinux 0xe89a7cf6 unregister_quota_format +EXPORT_SYMBOL vmlinux 0xe8b9a3d4 mx51_revision +EXPORT_SYMBOL vmlinux 0xe8c81d3c kiocb_set_cancel_fn +EXPORT_SYMBOL vmlinux 0xe8cd0a2c crc32_le_shift +EXPORT_SYMBOL vmlinux 0xe8ce4efc scsi_alloc_sgtables +EXPORT_SYMBOL vmlinux 0xe8cf0286 make_bad_inode +EXPORT_SYMBOL vmlinux 0xe8cfce09 tegra114_clock_deassert_dfll_dvco_reset +EXPORT_SYMBOL vmlinux 0xe8d285b2 nla_policy_len +EXPORT_SYMBOL vmlinux 0xe8daa3d9 mr_fill_mroute +EXPORT_SYMBOL vmlinux 0xe8ee4f50 blk_mq_start_stopped_hw_queues +EXPORT_SYMBOL vmlinux 0xe90cb66c param_ops_bool +EXPORT_SYMBOL vmlinux 0xe914e41e strcpy +EXPORT_SYMBOL vmlinux 0xe9325f03 downgrade_write +EXPORT_SYMBOL vmlinux 0xe953b21f get_next_ino +EXPORT_SYMBOL vmlinux 0xe9628ce8 sort_r +EXPORT_SYMBOL vmlinux 0xe96a5601 vm_map_pages +EXPORT_SYMBOL vmlinux 0xe977dd8b netdev_has_upper_dev +EXPORT_SYMBOL vmlinux 0xe97c4103 ioremap +EXPORT_SYMBOL vmlinux 0xe99b7111 LZ4_decompress_fast_continue +EXPORT_SYMBOL vmlinux 0xe9a2f5ea ns_capable_setid +EXPORT_SYMBOL vmlinux 0xe9b540d4 percpu_counter_sum_all +EXPORT_SYMBOL vmlinux 0xe9b98103 mmc_wait_for_req +EXPORT_SYMBOL vmlinux 0xe9cbf734 radix_tree_gang_lookup +EXPORT_SYMBOL vmlinux 0xe9d68a4c setattr_should_drop_suidgid +EXPORT_SYMBOL vmlinux 0xe9db1a22 do_map_probe +EXPORT_SYMBOL vmlinux 0xe9e432a2 flow_rule_match_ipv4_addrs +EXPORT_SYMBOL vmlinux 0xe9e8faeb efi_tpm_final_log_size +EXPORT_SYMBOL vmlinux 0xe9ef5fd3 tcf_idrinfo_destroy +EXPORT_SYMBOL vmlinux 0xe9f7149c zlib_deflate_workspacesize +EXPORT_SYMBOL vmlinux 0xea0202cb skb_queue_head +EXPORT_SYMBOL vmlinux 0xea0a181b tcp_timewait_state_process +EXPORT_SYMBOL vmlinux 0xea332ee3 filemap_fdatawrite_range +EXPORT_SYMBOL vmlinux 0xea3c8e4e scsilun_to_int +EXPORT_SYMBOL vmlinux 0xea46c285 inc_node_state +EXPORT_SYMBOL vmlinux 0xea6f9a36 zlib_deflate_dfltcc_enabled +EXPORT_SYMBOL vmlinux 0xea719f58 del_gendisk +EXPORT_SYMBOL vmlinux 0xea71dea2 phy_init_eee +EXPORT_SYMBOL vmlinux 0xea7580f5 __dynamic_netdev_dbg +EXPORT_SYMBOL vmlinux 0xea7987f1 key_update +EXPORT_SYMBOL vmlinux 0xea8e7796 rproc_elf_load_rsc_table +EXPORT_SYMBOL vmlinux 0xea9fa10d add_to_pipe +EXPORT_SYMBOL vmlinux 0xeab25442 skb_vlan_untag +EXPORT_SYMBOL vmlinux 0xeabace29 __udp_disconnect +EXPORT_SYMBOL vmlinux 0xeac05a69 ucc_slow_enable +EXPORT_SYMBOL vmlinux 0xeac1cbf0 remove_proc_subtree +EXPORT_SYMBOL vmlinux 0xeada2fa6 unregister_nls +EXPORT_SYMBOL vmlinux 0xeae330bd pcie_set_mps +EXPORT_SYMBOL vmlinux 0xeaedc0be input_set_min_poll_interval +EXPORT_SYMBOL vmlinux 0xeafc141f __posix_acl_chmod +EXPORT_SYMBOL vmlinux 0xeafdec44 generic_fillattr +EXPORT_SYMBOL vmlinux 0xeb03b389 __raw_readsl +EXPORT_SYMBOL vmlinux 0xeb253659 kobject_put +EXPORT_SYMBOL vmlinux 0xeb256bd3 mipi_dsi_detach +EXPORT_SYMBOL vmlinux 0xeb3445fa param_set_uint +EXPORT_SYMBOL vmlinux 0xeb37101c audit_log_end +EXPORT_SYMBOL vmlinux 0xeb439ad8 icmp6_send +EXPORT_SYMBOL vmlinux 0xeb53178a crc8 +EXPORT_SYMBOL vmlinux 0xeb55a931 __kfifo_max_r +EXPORT_SYMBOL vmlinux 0xeb7329a2 qcom_scm_set_warm_boot_addr +EXPORT_SYMBOL vmlinux 0xeb7d2d7b bdi_put +EXPORT_SYMBOL vmlinux 0xeb7ff079 blk_mq_delay_run_hw_queues +EXPORT_SYMBOL vmlinux 0xeb868242 dev_get_by_index_rcu +EXPORT_SYMBOL vmlinux 0xeb9eef52 match_uint +EXPORT_SYMBOL vmlinux 0xebb892d6 sockfd_lookup +EXPORT_SYMBOL vmlinux 0xebc3db65 jbd2_journal_init_inode +EXPORT_SYMBOL vmlinux 0xebd272bb padata_free +EXPORT_SYMBOL vmlinux 0xebe632db zstd_decompress_dctx +EXPORT_SYMBOL vmlinux 0xebfa3388 xfrm_state_register_afinfo +EXPORT_SYMBOL vmlinux 0xebfdcbdf system_serial_high +EXPORT_SYMBOL vmlinux 0xec0dc03f generic_file_open +EXPORT_SYMBOL vmlinux 0xec1e2886 fsync_bdev +EXPORT_SYMBOL vmlinux 0xec33c668 __SCK__tp_func_spi_transfer_start +EXPORT_SYMBOL vmlinux 0xec37a2e8 lockref_get_not_dead +EXPORT_SYMBOL vmlinux 0xec4d9e3a clk_get_sys +EXPORT_SYMBOL vmlinux 0xec56849a __cpuhp_setup_state +EXPORT_SYMBOL vmlinux 0xec5c575d pci_write_config_byte +EXPORT_SYMBOL vmlinux 0xec69568e __cpuhp_remove_state_cpuslocked +EXPORT_SYMBOL vmlinux 0xec6ec8ef inet_shutdown +EXPORT_SYMBOL vmlinux 0xec77e092 tso_build_data +EXPORT_SYMBOL vmlinux 0xec803a6f pci_release_regions +EXPORT_SYMBOL vmlinux 0xeca81cd5 mpage_writepages +EXPORT_SYMBOL vmlinux 0xeca957d1 __bitmap_and +EXPORT_SYMBOL vmlinux 0xecb3014e open_with_fake_path +EXPORT_SYMBOL vmlinux 0xecc55ab4 devm_devfreq_register_notifier +EXPORT_SYMBOL vmlinux 0xecd3c441 unregister_netdevice_queue +EXPORT_SYMBOL vmlinux 0xecd94750 pcix_set_mmrbc +EXPORT_SYMBOL vmlinux 0xece784c2 rb_first +EXPORT_SYMBOL vmlinux 0xecea5e60 dma_resv_replace_fences +EXPORT_SYMBOL vmlinux 0xecf8a3b4 __raw_writesl +EXPORT_SYMBOL vmlinux 0xecff1183 balance_dirty_pages_ratelimited +EXPORT_SYMBOL vmlinux 0xed041080 tcp_read_sock +EXPORT_SYMBOL vmlinux 0xed08b4c0 devfreq_monitor_stop +EXPORT_SYMBOL vmlinux 0xed1f955a dcache_dir_lseek +EXPORT_SYMBOL vmlinux 0xed275de4 __sync_dirty_buffer +EXPORT_SYMBOL vmlinux 0xed468605 genphy_check_and_restart_aneg +EXPORT_SYMBOL vmlinux 0xed5b2b43 xfrm_unregister_type_offload +EXPORT_SYMBOL vmlinux 0xed5dddab dquot_quota_off +EXPORT_SYMBOL vmlinux 0xed656e30 udp_encap_disable +EXPORT_SYMBOL vmlinux 0xed6d8a39 input_mt_get_slot_by_key +EXPORT_SYMBOL vmlinux 0xed6d9024 _copy_from_iter +EXPORT_SYMBOL vmlinux 0xed8ce069 crypto_sha256_update +EXPORT_SYMBOL vmlinux 0xedb26005 ps2_begin_command +EXPORT_SYMBOL vmlinux 0xedbaee5e nla_strcmp +EXPORT_SYMBOL vmlinux 0xedc03953 iounmap +EXPORT_SYMBOL vmlinux 0xedc10c97 get_tree_nodev +EXPORT_SYMBOL vmlinux 0xedc8919a skb_kill_datagram +EXPORT_SYMBOL vmlinux 0xedd17b31 sock_get_timeout +EXPORT_SYMBOL vmlinux 0xedd9106d __ashrdi3 +EXPORT_SYMBOL vmlinux 0xede101c5 alloc_etherdev_mqs +EXPORT_SYMBOL vmlinux 0xede4af31 pci_dev_put +EXPORT_SYMBOL vmlinux 0xede81a92 pci_disable_link_state +EXPORT_SYMBOL vmlinux 0xedfd04fd skb_headers_offset_update +EXPORT_SYMBOL vmlinux 0xee2d0fc7 _local_bh_enable +EXPORT_SYMBOL vmlinux 0xee3d9215 rtnl_set_sk_err +EXPORT_SYMBOL vmlinux 0xee40c385 tty_port_hangup +EXPORT_SYMBOL vmlinux 0xee43fd9b ___ratelimit +EXPORT_SYMBOL vmlinux 0xee442c08 snd_pcm_hw_param_last +EXPORT_SYMBOL vmlinux 0xee457146 blk_mq_complete_request +EXPORT_SYMBOL vmlinux 0xee491ea5 xfrm6_rcv_encap +EXPORT_SYMBOL vmlinux 0xee49fd8e vlan_dev_real_dev +EXPORT_SYMBOL vmlinux 0xee4c2c6e __tcp_md5_do_lookup +EXPORT_SYMBOL vmlinux 0xee4df938 sock_diag_put_filterinfo +EXPORT_SYMBOL vmlinux 0xee58e970 fb_add_videomode +EXPORT_SYMBOL vmlinux 0xee5950ef sb_min_blocksize +EXPORT_SYMBOL vmlinux 0xee6e57d8 __tracepoint_kfree +EXPORT_SYMBOL vmlinux 0xee73d3fc __blk_alloc_disk +EXPORT_SYMBOL vmlinux 0xee76d584 current_in_userns +EXPORT_SYMBOL vmlinux 0xee7c031d __do_once_done +EXPORT_SYMBOL vmlinux 0xee81e714 param_set_int +EXPORT_SYMBOL vmlinux 0xee8c02e9 vprintk_emit +EXPORT_SYMBOL vmlinux 0xee8d440a dquot_file_open +EXPORT_SYMBOL vmlinux 0xee8d74d6 jiffies64_to_nsecs +EXPORT_SYMBOL vmlinux 0xee8f0505 devm_ioremap +EXPORT_SYMBOL vmlinux 0xee91879b rb_first_postorder +EXPORT_SYMBOL vmlinux 0xeea9dbaf bitmap_bitremap +EXPORT_SYMBOL vmlinux 0xeeb2b9cf scsi_device_resume +EXPORT_SYMBOL vmlinux 0xeec45a0f processor +EXPORT_SYMBOL vmlinux 0xeec753ef genphy_config_eee_advert +EXPORT_SYMBOL vmlinux 0xeecbc25a snd_dma_alloc_dir_pages +EXPORT_SYMBOL vmlinux 0xeed1c955 dmaengine_get_unmap_data +EXPORT_SYMBOL vmlinux 0xef282c44 dev_mc_add +EXPORT_SYMBOL vmlinux 0xef48dc6c inet_proto_csum_replace16 +EXPORT_SYMBOL vmlinux 0xef4cad92 trace_print_flags_seq +EXPORT_SYMBOL vmlinux 0xef50bf45 devm_request_threaded_irq +EXPORT_SYMBOL vmlinux 0xef536fd9 rawv6_mh_filter_unregister +EXPORT_SYMBOL vmlinux 0xef602bbe inet_confirm_addr +EXPORT_SYMBOL vmlinux 0xef64769e __traceiter_dma_fence_enable_signal +EXPORT_SYMBOL vmlinux 0xef66b610 netdev_lower_get_first_private_rcu +EXPORT_SYMBOL vmlinux 0xef7be2ed mmc_card_alternative_gpt_sector +EXPORT_SYMBOL vmlinux 0xef8ac53d qcom_scm_restore_sec_cfg +EXPORT_SYMBOL vmlinux 0xef8f09b9 inet6_getname +EXPORT_SYMBOL vmlinux 0xefe9fd87 mr_mfc_seq_next +EXPORT_SYMBOL vmlinux 0xefeefc09 __SCK__tp_func_dma_fence_emit +EXPORT_SYMBOL vmlinux 0xeffb325c mfd_cell_enable +EXPORT_SYMBOL vmlinux 0xf0009fee put_pages_list +EXPORT_SYMBOL vmlinux 0xf01528a4 dim_turn +EXPORT_SYMBOL vmlinux 0xf02a6977 queue_rcu_work +EXPORT_SYMBOL vmlinux 0xf0353d4e netdev_set_num_tc +EXPORT_SYMBOL vmlinux 0xf062707c security_unix_may_send +EXPORT_SYMBOL vmlinux 0xf06cee2c radix_tree_replace_slot +EXPORT_SYMBOL vmlinux 0xf07c5421 genl_register_family +EXPORT_SYMBOL vmlinux 0xf08904c1 pci_scan_root_bus_bridge +EXPORT_SYMBOL vmlinux 0xf08e398d finish_swait +EXPORT_SYMBOL vmlinux 0xf09ad2d2 nand_ecc_sw_bch_get_engine +EXPORT_SYMBOL vmlinux 0xf09b5d9a get_zeroed_page +EXPORT_SYMBOL vmlinux 0xf0a343ed release_dentry_name_snapshot +EXPORT_SYMBOL vmlinux 0xf0b32532 default_llseek +EXPORT_SYMBOL vmlinux 0xf0ed2ef4 __raw_writesb +EXPORT_SYMBOL vmlinux 0xf0ef52e8 down +EXPORT_SYMBOL vmlinux 0xf0f739a5 watchdog_register_governor +EXPORT_SYMBOL vmlinux 0xf0fd3c2f xfrm_register_type +EXPORT_SYMBOL vmlinux 0xf102732a crc16 +EXPORT_SYMBOL vmlinux 0xf1030d20 dev_uc_add_excl +EXPORT_SYMBOL vmlinux 0xf10431d1 backlight_device_get_by_type +EXPORT_SYMBOL vmlinux 0xf108715e dma_fence_signal_locked +EXPORT_SYMBOL vmlinux 0xf10a04c4 cdrom_number_of_slots +EXPORT_SYMBOL vmlinux 0xf10ec49e __netif_napi_del +EXPORT_SYMBOL vmlinux 0xf11dd46e _page_poisoning_enabled_early +EXPORT_SYMBOL vmlinux 0xf120a984 param_get_bool +EXPORT_SYMBOL vmlinux 0xf12b9487 scsi_device_put +EXPORT_SYMBOL vmlinux 0xf14e1067 iptun_encaps +EXPORT_SYMBOL vmlinux 0xf17c1d08 netdev_next_lower_dev_rcu +EXPORT_SYMBOL vmlinux 0xf184334e snd_pcm_new_internal +EXPORT_SYMBOL vmlinux 0xf195c682 fb_invert_cmaps +EXPORT_SYMBOL vmlinux 0xf1969a8e __usecs_to_jiffies +EXPORT_SYMBOL vmlinux 0xf1a2b1c3 devm_devfreq_add_governor +EXPORT_SYMBOL vmlinux 0xf1aa3ff1 of_device_alloc +EXPORT_SYMBOL vmlinux 0xf1acf86f netif_receive_skb +EXPORT_SYMBOL vmlinux 0xf1ad9c4b tegra_ivc_align +EXPORT_SYMBOL vmlinux 0xf1b52d7d mmc_gpio_get_ro +EXPORT_SYMBOL vmlinux 0xf1c16bea dev_uc_sync_multiple +EXPORT_SYMBOL vmlinux 0xf1c278f3 pci_try_set_mwi +EXPORT_SYMBOL vmlinux 0xf1d3fe4f prepare_to_swait_exclusive +EXPORT_SYMBOL vmlinux 0xf1d9383d show_init_ipc_ns +EXPORT_SYMBOL vmlinux 0xf1db1704 nla_memcpy +EXPORT_SYMBOL vmlinux 0xf1e046cc panic +EXPORT_SYMBOL vmlinux 0xf1e98c74 avenrun +EXPORT_SYMBOL vmlinux 0xf1ea6f1c __bswapsi2 +EXPORT_SYMBOL vmlinux 0xf1f6d13c page_pool_alloc_frag +EXPORT_SYMBOL vmlinux 0xf1f88a0e dm_kcopyd_prepare_callback +EXPORT_SYMBOL vmlinux 0xf217d499 zstd_init_cctx +EXPORT_SYMBOL vmlinux 0xf236c75e swake_up_one +EXPORT_SYMBOL vmlinux 0xf23b02b4 page_pool_put_page_bulk +EXPORT_SYMBOL vmlinux 0xf23fcb99 __kfifo_in +EXPORT_SYMBOL vmlinux 0xf24072ce tcf_em_tree_dump +EXPORT_SYMBOL vmlinux 0xf246b6f8 request_firmware +EXPORT_SYMBOL vmlinux 0xf251e3f3 tty_port_close_end +EXPORT_SYMBOL vmlinux 0xf2669a2c imx_scu_irq_register_notifier +EXPORT_SYMBOL vmlinux 0xf27058ed clear_inode +EXPORT_SYMBOL vmlinux 0xf2884443 iov_iter_discard +EXPORT_SYMBOL vmlinux 0xf28cf0ae __hw_addr_init +EXPORT_SYMBOL vmlinux 0xf2983c5f __sock_i_ino +EXPORT_SYMBOL vmlinux 0xf2a39529 nand_scan_with_ids +EXPORT_SYMBOL vmlinux 0xf2a8efae dm_kcopyd_do_callback +EXPORT_SYMBOL vmlinux 0xf2ad80d9 snd_pcm_create_iec958_consumer_hw_params +EXPORT_SYMBOL vmlinux 0xf2c43f3f zlib_deflate +EXPORT_SYMBOL vmlinux 0xf2c5014e single_open_size +EXPORT_SYMBOL vmlinux 0xf2e4368b dm_table_get_mode +EXPORT_SYMBOL vmlinux 0xf2e5bd87 security_free_mnt_opts +EXPORT_SYMBOL vmlinux 0xf2f53617 memregion_free +EXPORT_SYMBOL vmlinux 0xf3107926 sha224_update +EXPORT_SYMBOL vmlinux 0xf317a5fd unix_get_socket +EXPORT_SYMBOL vmlinux 0xf327ece0 blk_limits_io_min +EXPORT_SYMBOL vmlinux 0xf32be463 bpf_link_get_from_fd +EXPORT_SYMBOL vmlinux 0xf3404cf4 pci_get_subsys +EXPORT_SYMBOL vmlinux 0xf346231f seq_list_start_head +EXPORT_SYMBOL vmlinux 0xf348ff41 bpf_stats_enabled_key +EXPORT_SYMBOL vmlinux 0xf34e42b4 update_devfreq +EXPORT_SYMBOL vmlinux 0xf353a698 register_module_notifier +EXPORT_SYMBOL vmlinux 0xf362dc7f arm_clear_user +EXPORT_SYMBOL vmlinux 0xf36782a0 param_get_ullong +EXPORT_SYMBOL vmlinux 0xf36b614c unix_attach_fds +EXPORT_SYMBOL vmlinux 0xf36f42a9 slhc_uncompress +EXPORT_SYMBOL vmlinux 0xf37b7933 __scsi_device_lookup_by_target +EXPORT_SYMBOL vmlinux 0xf38205f2 kernel_sendmsg +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 0xf3a90b5c rproc_add_carveout +EXPORT_SYMBOL vmlinux 0xf3b70bc6 kthread_destroy_worker +EXPORT_SYMBOL vmlinux 0xf3b7c9f2 tcp_getsockopt +EXPORT_SYMBOL vmlinux 0xf3cac714 ucc_fast_init +EXPORT_SYMBOL vmlinux 0xf3cbf135 ata_print_version +EXPORT_SYMBOL vmlinux 0xf3d0b495 _raw_spin_unlock_irqrestore +EXPORT_SYMBOL vmlinux 0xf3e23725 tty_register_driver +EXPORT_SYMBOL vmlinux 0xf3eb1323 kstrtou16_from_user +EXPORT_SYMBOL vmlinux 0xf3f88b7d scsi_eh_restore_cmnd +EXPORT_SYMBOL vmlinux 0xf3fdc868 sock_set_keepalive +EXPORT_SYMBOL vmlinux 0xf40019c0 tegra114_clock_tune_cpu_trimmers_init +EXPORT_SYMBOL vmlinux 0xf40dcc89 configfs_register_subsystem +EXPORT_SYMBOL vmlinux 0xf41598dd inet_csk_reqsk_queue_drop +EXPORT_SYMBOL vmlinux 0xf4192159 lookup_one_positive_unlocked +EXPORT_SYMBOL vmlinux 0xf41bf195 secpath_set +EXPORT_SYMBOL vmlinux 0xf42fdeb1 xfrm6_rcv +EXPORT_SYMBOL vmlinux 0xf43eb5f5 netif_tx_unlock +EXPORT_SYMBOL vmlinux 0xf44423b8 create_empty_buffers +EXPORT_SYMBOL vmlinux 0xf4497cf1 __nla_reserve_nohdr +EXPORT_SYMBOL vmlinux 0xf44a3ad4 __tracepoint_dma_fence_enable_signal +EXPORT_SYMBOL vmlinux 0xf44a904a net_ns_barrier +EXPORT_SYMBOL vmlinux 0xf45faf1a ipv6_sock_mc_join +EXPORT_SYMBOL vmlinux 0xf4702140 __xfrm_state_destroy +EXPORT_SYMBOL vmlinux 0xf474c21c bitmap_print_to_pagebuf +EXPORT_SYMBOL vmlinux 0xf474fdcb kfree_const +EXPORT_SYMBOL vmlinux 0xf47df406 of_graph_get_remote_port +EXPORT_SYMBOL vmlinux 0xf48d380b build_skb_around +EXPORT_SYMBOL vmlinux 0xf49553d9 input_inject_event +EXPORT_SYMBOL vmlinux 0xf496fbd2 __tracepoint_module_get +EXPORT_SYMBOL vmlinux 0xf49dcdf3 inet_reqsk_alloc +EXPORT_SYMBOL vmlinux 0xf4a04498 nmi_panic +EXPORT_SYMBOL vmlinux 0xf4aa77fa snd_pcm_period_elapsed +EXPORT_SYMBOL vmlinux 0xf4b403d7 fb_validate_mode +EXPORT_SYMBOL vmlinux 0xf4baa334 proc_dointvec_userhz_jiffies +EXPORT_SYMBOL vmlinux 0xf4bcfaa6 dev_mc_del_global +EXPORT_SYMBOL vmlinux 0xf4db1826 of_graph_get_port_by_id +EXPORT_SYMBOL vmlinux 0xf4db35bc stpcpy +EXPORT_SYMBOL vmlinux 0xf4e27686 snd_pcm_hw_refine +EXPORT_SYMBOL vmlinux 0xf4f14de6 rtnl_trylock +EXPORT_SYMBOL vmlinux 0xf4fc9130 __netlink_kernel_create +EXPORT_SYMBOL vmlinux 0xf5016277 blk_mq_run_hw_queue +EXPORT_SYMBOL vmlinux 0xf51a5081 alloc_skb_with_frags +EXPORT_SYMBOL vmlinux 0xf51d7839 alloc_buffer_head +EXPORT_SYMBOL vmlinux 0xf53b1210 fuse_mount_destroy +EXPORT_SYMBOL vmlinux 0xf53d4c26 qdisc_class_hash_destroy +EXPORT_SYMBOL vmlinux 0xf54120b8 submit_bio_noacct +EXPORT_SYMBOL vmlinux 0xf5484ff0 sk_stream_wait_connect +EXPORT_SYMBOL vmlinux 0xf5499f90 of_find_backlight_by_node +EXPORT_SYMBOL vmlinux 0xf55772a1 jbd2_journal_extend +EXPORT_SYMBOL vmlinux 0xf55c8b6d __read_overflow2_field +EXPORT_SYMBOL vmlinux 0xf55ff344 readahead_expand +EXPORT_SYMBOL vmlinux 0xf564412a __aeabi_ulcmp +EXPORT_SYMBOL vmlinux 0xf5890cba skb_unlink +EXPORT_SYMBOL vmlinux 0xf58bfb53 inet_csk_init_xmit_timers +EXPORT_SYMBOL vmlinux 0xf59461d1 dcache_dir_close +EXPORT_SYMBOL vmlinux 0xf5a0e0d2 gen_pool_for_each_chunk +EXPORT_SYMBOL vmlinux 0xf5aa32a2 dev_mc_sync +EXPORT_SYMBOL vmlinux 0xf5add064 seq_release +EXPORT_SYMBOL vmlinux 0xf5b666ef __cond_resched_lock +EXPORT_SYMBOL vmlinux 0xf5b7c99e filp_close +EXPORT_SYMBOL vmlinux 0xf5c75f00 is_free_buddy_page +EXPORT_SYMBOL vmlinux 0xf5e45b6d __pskb_copy_fclone +EXPORT_SYMBOL vmlinux 0xf5e7ea40 ktime_get_coarse_ts64 +EXPORT_SYMBOL vmlinux 0xf5ebf21c kmem_cache_size +EXPORT_SYMBOL vmlinux 0xf6165cd2 md_bitmap_close_sync +EXPORT_SYMBOL vmlinux 0xf61e0b74 zstd_reset_dstream +EXPORT_SYMBOL vmlinux 0xf62654f8 ucc_fast_disable +EXPORT_SYMBOL vmlinux 0xf62c83bf flow_rule_match_control +EXPORT_SYMBOL vmlinux 0xf6327d99 security_cred_getsecid +EXPORT_SYMBOL vmlinux 0xf643b041 of_node_put +EXPORT_SYMBOL vmlinux 0xf643d104 hsiphash_4u32 +EXPORT_SYMBOL vmlinux 0xf64bf255 wait_for_completion +EXPORT_SYMBOL vmlinux 0xf652d359 __wake_up_bit +EXPORT_SYMBOL vmlinux 0xf65f161f mmc_alloc_host +EXPORT_SYMBOL vmlinux 0xf6610f72 snd_pcm_hw_constraint_ratdens +EXPORT_SYMBOL vmlinux 0xf6659c96 lookup_one_len +EXPORT_SYMBOL vmlinux 0xf665f74f sock_load_diag_module +EXPORT_SYMBOL vmlinux 0xf66b684a seq_read_iter +EXPORT_SYMBOL vmlinux 0xf6746779 key_instantiate_and_link +EXPORT_SYMBOL vmlinux 0xf677356a xfrm_init_replay +EXPORT_SYMBOL vmlinux 0xf68285c0 register_inetaddr_notifier +EXPORT_SYMBOL vmlinux 0xf6898b32 qdisc_watchdog_schedule_range_ns +EXPORT_SYMBOL vmlinux 0xf69bc787 watchdog_unregister_governor +EXPORT_SYMBOL vmlinux 0xf6a52282 tcp_close +EXPORT_SYMBOL vmlinux 0xf6a5ee2e qcom_scm_io_readl +EXPORT_SYMBOL vmlinux 0xf6a932a8 fscrypt_put_encryption_info +EXPORT_SYMBOL vmlinux 0xf6aeb190 clocksource_change_rating +EXPORT_SYMBOL vmlinux 0xf6b3bb36 __dst_destroy_metrics_generic +EXPORT_SYMBOL vmlinux 0xf6bcc6a9 phy_validate_pause +EXPORT_SYMBOL vmlinux 0xf6d8467a rproc_free +EXPORT_SYMBOL vmlinux 0xf6da7df9 sync_mapping_buffers +EXPORT_SYMBOL vmlinux 0xf6e4df71 on_each_cpu_cond_mask +EXPORT_SYMBOL vmlinux 0xf6ebc03b net_ratelimit +EXPORT_SYMBOL vmlinux 0xf6ec3f99 no_seek_end_llseek_size +EXPORT_SYMBOL vmlinux 0xf6fc8791 __bitmap_xor +EXPORT_SYMBOL vmlinux 0xf700341d mipi_dsi_dcs_set_column_address +EXPORT_SYMBOL vmlinux 0xf705fa49 gen_pool_free_owner +EXPORT_SYMBOL vmlinux 0xf70876db nand_ecc_sw_hamming_calculate +EXPORT_SYMBOL vmlinux 0xf7163ec9 __raw_readsb +EXPORT_SYMBOL vmlinux 0xf72bb285 iov_iter_xarray +EXPORT_SYMBOL vmlinux 0xf7370f56 system_state +EXPORT_SYMBOL vmlinux 0xf738d1be register_blocking_lsm_notifier +EXPORT_SYMBOL vmlinux 0xf740b998 security_inode_notifysecctx +EXPORT_SYMBOL vmlinux 0xf741f578 of_chosen +EXPORT_SYMBOL vmlinux 0xf75329e7 scsi_report_device_reset +EXPORT_SYMBOL vmlinux 0xf76843b5 qcom_scm_pas_supported +EXPORT_SYMBOL vmlinux 0xf7762732 rproc_boot +EXPORT_SYMBOL vmlinux 0xf7802486 __aeabi_uidivmod +EXPORT_SYMBOL vmlinux 0xf7820f80 cros_ec_get_next_event +EXPORT_SYMBOL vmlinux 0xf78fa58c build_skb +EXPORT_SYMBOL vmlinux 0xf7b52578 filemap_flush +EXPORT_SYMBOL vmlinux 0xf7dd8d66 bio_split +EXPORT_SYMBOL vmlinux 0xf7eb251b folio_wait_private_2_killable +EXPORT_SYMBOL vmlinux 0xf7ec3945 inet_frag_pull_head +EXPORT_SYMBOL vmlinux 0xf7fb7e90 generic_file_splice_read +EXPORT_SYMBOL vmlinux 0xf808ac63 fault_in_subpage_writeable +EXPORT_SYMBOL vmlinux 0xf811e69d scsi_eh_flush_done_q +EXPORT_SYMBOL vmlinux 0xf8178ae6 snd_ctl_notify +EXPORT_SYMBOL vmlinux 0xf824edd3 filemap_invalidate_lock_two +EXPORT_SYMBOL vmlinux 0xf825cc45 xfrm_lookup +EXPORT_SYMBOL vmlinux 0xf82ec573 rb_prev +EXPORT_SYMBOL vmlinux 0xf8337118 tcp_splice_read +EXPORT_SYMBOL vmlinux 0xf833d3a6 block_write_end +EXPORT_SYMBOL vmlinux 0xf8340e28 mdiobus_get_phy +EXPORT_SYMBOL vmlinux 0xf834811b phy_register_fixup_for_id +EXPORT_SYMBOL vmlinux 0xf838fd97 dim_park_on_top +EXPORT_SYMBOL vmlinux 0xf83cf158 ip_frag_init +EXPORT_SYMBOL vmlinux 0xf8447b91 pci_enable_msi +EXPORT_SYMBOL vmlinux 0xf84c3647 pci_add_resource_offset +EXPORT_SYMBOL vmlinux 0xf8519039 jbd2_journal_revoke +EXPORT_SYMBOL vmlinux 0xf856b198 pfifo_qdisc_ops +EXPORT_SYMBOL vmlinux 0xf85898bd kthread_associate_blkcg +EXPORT_SYMBOL vmlinux 0xf86a98e7 __phy_resume +EXPORT_SYMBOL vmlinux 0xf86f27cd idr_alloc_cyclic +EXPORT_SYMBOL vmlinux 0xf875f782 padata_alloc +EXPORT_SYMBOL vmlinux 0xf876dd91 dev_addr_del +EXPORT_SYMBOL vmlinux 0xf877b366 devm_memunmap +EXPORT_SYMBOL vmlinux 0xf877d591 folio_mapping +EXPORT_SYMBOL vmlinux 0xf881c36e dqget +EXPORT_SYMBOL vmlinux 0xf8861cdd dma_fence_array_create +EXPORT_SYMBOL vmlinux 0xf88f0005 udp_disconnect +EXPORT_SYMBOL vmlinux 0xf89655fa inode_permission +EXPORT_SYMBOL vmlinux 0xf8a60cc7 xfrm_policy_walk +EXPORT_SYMBOL vmlinux 0xf8b2fdbc nf_log_unbind_pf +EXPORT_SYMBOL vmlinux 0xf8bbea23 mtree_insert +EXPORT_SYMBOL vmlinux 0xf8c5d969 make_kuid +EXPORT_SYMBOL vmlinux 0xf8ce279f tegra_ivc_write_advance +EXPORT_SYMBOL vmlinux 0xf8d55bb6 __alloc_skb +EXPORT_SYMBOL vmlinux 0xf8ed7324 file_update_time +EXPORT_SYMBOL vmlinux 0xf8f61ebc wake_up_var +EXPORT_SYMBOL vmlinux 0xf8fb71ef tcp_md5_needed +EXPORT_SYMBOL vmlinux 0xf905b1bb generic_fadvise +EXPORT_SYMBOL vmlinux 0xf90afda1 fscrypt_decrypt_bio +EXPORT_SYMBOL vmlinux 0xf918a51a simple_unlink +EXPORT_SYMBOL vmlinux 0xf91ead43 mount_subtree +EXPORT_SYMBOL vmlinux 0xf92e08e8 __scsi_execute +EXPORT_SYMBOL vmlinux 0xf93a2deb __serio_register_port +EXPORT_SYMBOL vmlinux 0xf93aae46 __arm_smccc_smc +EXPORT_SYMBOL vmlinux 0xf93fd09c fb_find_mode_cvt +EXPORT_SYMBOL vmlinux 0xf95b3b63 request_key_with_auxdata +EXPORT_SYMBOL vmlinux 0xf969e278 tty_insert_flip_string_flags +EXPORT_SYMBOL vmlinux 0xf9722676 twl_i2c_write +EXPORT_SYMBOL vmlinux 0xf97f7ec9 jbd2_journal_update_sb_errno +EXPORT_SYMBOL vmlinux 0xf98d8df2 vme_dma_request +EXPORT_SYMBOL vmlinux 0xf99420d9 netdev_upper_get_next_dev_rcu +EXPORT_SYMBOL vmlinux 0xf995bb6f of_get_mac_address_nvmem +EXPORT_SYMBOL vmlinux 0xf9a0809f kmalloc_trace +EXPORT_SYMBOL vmlinux 0xf9a482f9 msleep +EXPORT_SYMBOL vmlinux 0xf9a531e8 mmc_detect_card_removed +EXPORT_SYMBOL vmlinux 0xf9a8241f nand_monolithic_read_page_raw +EXPORT_SYMBOL vmlinux 0xf9ad6c75 skb_mac_gso_segment +EXPORT_SYMBOL vmlinux 0xf9b9ade9 xp_set_rxq_info +EXPORT_SYMBOL vmlinux 0xf9bd6420 dev_getfirstbyhwtype +EXPORT_SYMBOL vmlinux 0xf9c251fb grab_cache_page_write_begin +EXPORT_SYMBOL vmlinux 0xf9cb1745 netdev_master_upper_dev_link +EXPORT_SYMBOL vmlinux 0xf9d584f2 dma_fence_chain_init +EXPORT_SYMBOL vmlinux 0xf9d83610 xfrm_input +EXPORT_SYMBOL vmlinux 0xf9d97af8 tcp_rcv_established +EXPORT_SYMBOL vmlinux 0xf9dc9d13 proc_dobool +EXPORT_SYMBOL vmlinux 0xf9f0c951 kstrtol_from_user +EXPORT_SYMBOL vmlinux 0xf9f42029 rproc_da_to_va +EXPORT_SYMBOL vmlinux 0xfa08c34a page_offline_end +EXPORT_SYMBOL vmlinux 0xfa0a3602 tcp_sendpage +EXPORT_SYMBOL vmlinux 0xfa19e171 tcp_md5_hash_key +EXPORT_SYMBOL vmlinux 0xfa3c786b dma_async_device_unregister +EXPORT_SYMBOL vmlinux 0xfa3cffc1 d_genocide +EXPORT_SYMBOL vmlinux 0xfa40a477 page_pool_return_skb_page +EXPORT_SYMBOL vmlinux 0xfa4d2f03 __nla_parse +EXPORT_SYMBOL vmlinux 0xfa522362 security_socket_getpeersec_dgram +EXPORT_SYMBOL vmlinux 0xfa599bb2 netlink_register_notifier +EXPORT_SYMBOL vmlinux 0xfaa1cc90 noop_qdisc +EXPORT_SYMBOL vmlinux 0xfab8ce85 inet_dgram_ops +EXPORT_SYMBOL vmlinux 0xfac8865f sysctl_wmem_max +EXPORT_SYMBOL vmlinux 0xfaccabf8 iov_iter_get_pages2 +EXPORT_SYMBOL vmlinux 0xfae32449 generic_pipe_buf_try_steal +EXPORT_SYMBOL vmlinux 0xfb1526bc jbd2_complete_transaction +EXPORT_SYMBOL vmlinux 0xfb1d7438 down_read +EXPORT_SYMBOL vmlinux 0xfb1e9dc2 padata_alloc_shell +EXPORT_SYMBOL vmlinux 0xfb336634 mempool_destroy +EXPORT_SYMBOL vmlinux 0xfb3695f6 mmc_can_trim +EXPORT_SYMBOL vmlinux 0xfb37629a ip6_xmit +EXPORT_SYMBOL vmlinux 0xfb384d37 kasprintf +EXPORT_SYMBOL vmlinux 0xfb4318c1 send_sig_mceerr +EXPORT_SYMBOL vmlinux 0xfb53232b napi_schedule_prep +EXPORT_SYMBOL vmlinux 0xfb6af58d recalc_sigpending +EXPORT_SYMBOL vmlinux 0xfb6f013d textsearch_destroy +EXPORT_SYMBOL vmlinux 0xfb7d9c45 __udivsi3 +EXPORT_SYMBOL vmlinux 0xfb9cc8ac qdisc_watchdog_cancel +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 0xfbaeddae config_group_find_item +EXPORT_SYMBOL vmlinux 0xfbbcd2d4 tcf_block_get +EXPORT_SYMBOL vmlinux 0xfbbfb3e0 xfrm_find_acq +EXPORT_SYMBOL vmlinux 0xfbc4f89e io_schedule_timeout +EXPORT_SYMBOL vmlinux 0xfbd0afa7 inet_proto_csum_replace4 +EXPORT_SYMBOL vmlinux 0xfbd19d05 fget +EXPORT_SYMBOL vmlinux 0xfbea611e _raw_read_unlock_bh +EXPORT_SYMBOL vmlinux 0xfbee2f97 filemap_release_folio +EXPORT_SYMBOL vmlinux 0xfbf571de set_cached_acl +EXPORT_SYMBOL vmlinux 0xfc038a8d genl_notify +EXPORT_SYMBOL vmlinux 0xfc1adb2c devm_extcon_unregister_notifier +EXPORT_SYMBOL vmlinux 0xfc1cc062 ip_defrag +EXPORT_SYMBOL vmlinux 0xfc31eec2 _raw_read_lock_irq +EXPORT_SYMBOL vmlinux 0xfc39e32f ioport_unmap +EXPORT_SYMBOL vmlinux 0xfc3f3589 strscpy_pad +EXPORT_SYMBOL vmlinux 0xfc3fc459 blk_queue_io_opt +EXPORT_SYMBOL vmlinux 0xfc405529 of_get_next_cpu_node +EXPORT_SYMBOL vmlinux 0xfc421e79 gnet_stats_add_queue +EXPORT_SYMBOL vmlinux 0xfc52abc7 qcom_scm_pas_shutdown +EXPORT_SYMBOL vmlinux 0xfc6ade0b gnet_stats_copy_basic_hw +EXPORT_SYMBOL vmlinux 0xfc6ce8f6 snd_pcm_hw_constraint_integer +EXPORT_SYMBOL vmlinux 0xfc84bf8a security_path_rename +EXPORT_SYMBOL vmlinux 0xfc9ed8c3 qcom_scm_ice_available +EXPORT_SYMBOL vmlinux 0xfcc55f73 cpumask_any_and_distribute +EXPORT_SYMBOL vmlinux 0xfcd1819a hdmi_spd_infoframe_check +EXPORT_SYMBOL vmlinux 0xfcda19e7 netdev_update_features +EXPORT_SYMBOL vmlinux 0xfce69140 xfrm4_protocol_register +EXPORT_SYMBOL vmlinux 0xfce7b71a inet_frag_queue_insert +EXPORT_SYMBOL vmlinux 0xfcec0987 enable_irq +EXPORT_SYMBOL vmlinux 0xfcec6020 snd_pcm_release_substream +EXPORT_SYMBOL vmlinux 0xfced6b55 kernel_sock_ip_overhead +EXPORT_SYMBOL vmlinux 0xfd0be294 pcim_iomap_regions +EXPORT_SYMBOL vmlinux 0xfd1bc346 __traceiter_dma_fence_signaled +EXPORT_SYMBOL vmlinux 0xfd1eff31 unmap_mapping_range +EXPORT_SYMBOL vmlinux 0xfd206364 netlink_capable +EXPORT_SYMBOL vmlinux 0xfd2e3b24 get_inode_acl +EXPORT_SYMBOL vmlinux 0xfd37c1c9 mipi_dsi_generic_read +EXPORT_SYMBOL vmlinux 0xfd3cebc0 xfrm_state_delete +EXPORT_SYMBOL vmlinux 0xfd3f30f1 vme_dma_list_free +EXPORT_SYMBOL vmlinux 0xfd4576c8 twl6030_mmc_card_detect +EXPORT_SYMBOL vmlinux 0xfd46f88d pcie_capability_clear_and_set_dword +EXPORT_SYMBOL vmlinux 0xfd4e5ef3 i2c_clients_command +EXPORT_SYMBOL vmlinux 0xfd598f90 pci_iomap +EXPORT_SYMBOL vmlinux 0xfd60696a seq_lseek +EXPORT_SYMBOL vmlinux 0xfd73d360 wake_up_process +EXPORT_SYMBOL vmlinux 0xfd754e81 __skb_recv_datagram +EXPORT_SYMBOL vmlinux 0xfd792a40 ipv6_sock_mc_drop +EXPORT_SYMBOL vmlinux 0xfd8079d0 __folio_alloc +EXPORT_SYMBOL vmlinux 0xfd8a42c8 padata_free_shell +EXPORT_SYMBOL vmlinux 0xfd8c5afc release_fiq +EXPORT_SYMBOL vmlinux 0xfd917e13 xp_free +EXPORT_SYMBOL vmlinux 0xfd9bec63 devm_request_any_context_irq +EXPORT_SYMBOL vmlinux 0xfda022e0 d_obtain_root +EXPORT_SYMBOL vmlinux 0xfdad2367 wait_for_completion_state +EXPORT_SYMBOL vmlinux 0xfdc99e5e inode_newsize_ok +EXPORT_SYMBOL vmlinux 0xfdcc8a0e fb_find_best_display +EXPORT_SYMBOL vmlinux 0xfde92eb2 __mod_lruvec_page_state +EXPORT_SYMBOL vmlinux 0xfdf4cff0 neigh_proc_dointvec_jiffies +EXPORT_SYMBOL vmlinux 0xfe029963 unregister_inetaddr_notifier +EXPORT_SYMBOL vmlinux 0xfe0e41b5 tc_setup_cb_reoffload +EXPORT_SYMBOL vmlinux 0xfe13bedc gnet_stats_finish_copy +EXPORT_SYMBOL vmlinux 0xfe165cad __bio_advance +EXPORT_SYMBOL vmlinux 0xfe42ac80 from_kprojid_munged +EXPORT_SYMBOL vmlinux 0xfe487975 init_wait_entry +EXPORT_SYMBOL vmlinux 0xfe5d4bb2 sys_tz +EXPORT_SYMBOL vmlinux 0xfe68c4d4 mmc_cqe_recovery +EXPORT_SYMBOL vmlinux 0xfe890feb devfreq_monitor_suspend +EXPORT_SYMBOL vmlinux 0xfe8fc3b3 devfreq_recommended_opp +EXPORT_SYMBOL vmlinux 0xfe91e80d netdev_class_remove_file_ns +EXPORT_SYMBOL vmlinux 0xfedcdb60 seq_hlist_next_percpu +EXPORT_SYMBOL vmlinux 0xfee00375 dev_mc_flush +EXPORT_SYMBOL vmlinux 0xfeeb1e9e thread_group_exited +EXPORT_SYMBOL vmlinux 0xfeed4347 qdisc_put_unlocked +EXPORT_SYMBOL vmlinux 0xfefcb98e vme_dma_vme_attribute +EXPORT_SYMBOL vmlinux 0xff0d5271 qdisc_offload_graft_helper +EXPORT_SYMBOL vmlinux 0xff1e9dd8 seq_list_start +EXPORT_SYMBOL vmlinux 0xff224f88 snd_device_register +EXPORT_SYMBOL vmlinux 0xff282521 rfkill_register +EXPORT_SYMBOL vmlinux 0xff3255a1 unregister_md_personality +EXPORT_SYMBOL vmlinux 0xff38bcde max8998_bulk_write +EXPORT_SYMBOL vmlinux 0xff4351b0 ecc_sw_hamming_calculate +EXPORT_SYMBOL vmlinux 0xff4ca6a9 dcb_ieee_getapp_mask +EXPORT_SYMBOL vmlinux 0xff6104d0 snd_pcm_rate_bit_to_rate +EXPORT_SYMBOL vmlinux 0xff67b37f __lshrdi3 +EXPORT_SYMBOL vmlinux 0xff6878cf fb_default_cmap +EXPORT_SYMBOL vmlinux 0xff75b17c __insert_inode_hash +EXPORT_SYMBOL vmlinux 0xff84582e sdev_disable_disk_events +EXPORT_SYMBOL vmlinux 0xff8c2e5a radix_tree_tag_get +EXPORT_SYMBOL vmlinux 0xff951a83 bh_uptodate_or_lock +EXPORT_SYMBOL vmlinux 0xff96c323 tcp_parse_options +EXPORT_SYMBOL vmlinux 0xffb94ef0 _test_and_change_bit +EXPORT_SYMBOL vmlinux 0xffbf29dd dup_iter +EXPORT_SYMBOL vmlinux 0xffcc4ec7 tcp_bpf_bypass_getsockopt +EXPORT_SYMBOL vmlinux 0xffeedf6a delayed_work_timer_fn +EXPORT_SYMBOL vmlinux 0xfff0eb89 dump_align +EXPORT_SYMBOL vmlinux 0xfffa3bed vme_bus_error_handler +EXPORT_SYMBOL_GPL arch/arm/crypto/sha1-arm 0x84dbf495 sha1_finup_arm +EXPORT_SYMBOL_GPL arch/arm/crypto/sha1-arm 0xa3000051 sha1_update_arm +EXPORT_SYMBOL_GPL crypto/af_alg 0x00b8545a af_alg_free_sg +EXPORT_SYMBOL_GPL crypto/af_alg 0x09006440 af_alg_wait_for_data +EXPORT_SYMBOL_GPL crypto/af_alg 0x299f8e27 af_alg_alloc_areq +EXPORT_SYMBOL_GPL crypto/af_alg 0x2ba7c6ec af_alg_register_type +EXPORT_SYMBOL_GPL crypto/af_alg 0x3a505ff8 af_alg_free_resources +EXPORT_SYMBOL_GPL crypto/af_alg 0x4272ea5b af_alg_release_parent +EXPORT_SYMBOL_GPL crypto/af_alg 0x42782399 af_alg_get_rsgl +EXPORT_SYMBOL_GPL crypto/af_alg 0x78dd28ec af_alg_release +EXPORT_SYMBOL_GPL crypto/af_alg 0x839d9284 af_alg_make_sg +EXPORT_SYMBOL_GPL crypto/af_alg 0xaa9e75c1 af_alg_count_tsgl +EXPORT_SYMBOL_GPL crypto/af_alg 0xaabba5a4 af_alg_sendpage +EXPORT_SYMBOL_GPL crypto/af_alg 0xae0125cc af_alg_poll +EXPORT_SYMBOL_GPL crypto/af_alg 0xc1cb9a0e af_alg_pull_tsgl +EXPORT_SYMBOL_GPL crypto/af_alg 0xd8212d90 af_alg_accept +EXPORT_SYMBOL_GPL crypto/af_alg 0xe40bd7aa af_alg_async_cb +EXPORT_SYMBOL_GPL crypto/af_alg 0xf51ed7e5 af_alg_wmem_wakeup +EXPORT_SYMBOL_GPL crypto/af_alg 0xf687bafd af_alg_sendmsg +EXPORT_SYMBOL_GPL crypto/af_alg 0xfe2d8718 af_alg_unregister_type +EXPORT_SYMBOL_GPL crypto/aria_generic 0x4a61978a aria_encrypt +EXPORT_SYMBOL_GPL crypto/aria_generic 0xbdad6df6 aria_decrypt +EXPORT_SYMBOL_GPL crypto/aria_generic 0xc58914ae aria_set_key +EXPORT_SYMBOL_GPL crypto/async_tx/async_memcpy 0x1ff6a1fb async_memcpy +EXPORT_SYMBOL_GPL crypto/async_tx/async_pq 0x6befc003 async_gen_syndrome +EXPORT_SYMBOL_GPL crypto/async_tx/async_pq 0xb8f0fe5a async_syndrome_val +EXPORT_SYMBOL_GPL crypto/async_tx/async_raid6_recov 0x2b2f9af4 async_raid6_datap_recov +EXPORT_SYMBOL_GPL crypto/async_tx/async_raid6_recov 0xfbfdbb6a async_raid6_2data_recov +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0x058ce849 async_tx_quiesce +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0x1aec16a4 async_tx_submit +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0x53b87a68 __async_tx_find_channel +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0xe548ff8d async_trigger_callback +EXPORT_SYMBOL_GPL crypto/async_tx/async_xor 0x18a87250 async_xor_val_offs +EXPORT_SYMBOL_GPL crypto/async_tx/async_xor 0x57f306bb async_xor +EXPORT_SYMBOL_GPL crypto/async_tx/async_xor 0x59b776e2 async_xor_val +EXPORT_SYMBOL_GPL crypto/async_tx/async_xor 0xf92913f0 async_xor_offs +EXPORT_SYMBOL_GPL crypto/authenc 0x2479193e crypto_authenc_extractkeys +EXPORT_SYMBOL_GPL crypto/blowfish_common 0xe241a96d blowfish_setkey +EXPORT_SYMBOL_GPL crypto/cast5_generic 0x188d9d26 __cast5_decrypt +EXPORT_SYMBOL_GPL crypto/cast5_generic 0x3c1263f4 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 0x50a56c24 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 0x0c2ffe50 cryptd_free_aead +EXPORT_SYMBOL_GPL crypto/cryptd 0x3cb603f7 cryptd_ahash_queued +EXPORT_SYMBOL_GPL crypto/cryptd 0x57d32ed9 cryptd_free_ahash +EXPORT_SYMBOL_GPL crypto/cryptd 0x7a9c3105 cryptd_alloc_ahash +EXPORT_SYMBOL_GPL crypto/cryptd 0x8dd741d3 cryptd_aead_queued +EXPORT_SYMBOL_GPL crypto/cryptd 0xa5df24da cryptd_free_skcipher +EXPORT_SYMBOL_GPL crypto/cryptd 0xb303ad7f cryptd_shash_desc +EXPORT_SYMBOL_GPL crypto/cryptd 0xbee4aa3b cryptd_ahash_child +EXPORT_SYMBOL_GPL crypto/cryptd 0xd94738c3 cryptd_skcipher_child +EXPORT_SYMBOL_GPL crypto/cryptd 0xef268fed cryptd_alloc_skcipher +EXPORT_SYMBOL_GPL crypto/cryptd 0xf5ba8925 cryptd_alloc_aead +EXPORT_SYMBOL_GPL crypto/cryptd 0xf6aee8ac cryptd_aead_child +EXPORT_SYMBOL_GPL crypto/cryptd 0xfadad5cf cryptd_skcipher_queued +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x00ae5ea3 crypto_engine_stop +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x308399f7 crypto_engine_start +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x6f2b5444 crypto_transfer_hash_request_to_engine +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x71216629 crypto_transfer_akcipher_request_to_engine +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x77da6172 crypto_transfer_skcipher_request_to_engine +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x954394ff crypto_engine_alloc_init +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x99a54f45 crypto_finalize_kpp_request +EXPORT_SYMBOL_GPL crypto/crypto_engine 0xafe5d683 crypto_transfer_aead_request_to_engine +EXPORT_SYMBOL_GPL crypto/crypto_engine 0xc4456f6e crypto_finalize_hash_request +EXPORT_SYMBOL_GPL crypto/crypto_engine 0xcc67cedc crypto_finalize_aead_request +EXPORT_SYMBOL_GPL crypto/crypto_engine 0xd4f4d333 crypto_engine_alloc_init_and_set +EXPORT_SYMBOL_GPL crypto/crypto_engine 0xe7df02e6 crypto_transfer_kpp_request_to_engine +EXPORT_SYMBOL_GPL crypto/crypto_engine 0xf7226bc9 crypto_engine_exit +EXPORT_SYMBOL_GPL crypto/crypto_engine 0xfcc95bce crypto_finalize_skcipher_request +EXPORT_SYMBOL_GPL crypto/crypto_engine 0xff02081f crypto_finalize_akcipher_request +EXPORT_SYMBOL_GPL crypto/crypto_simd 0x133c7bf0 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 0x98061812 simd_register_skciphers_compat +EXPORT_SYMBOL_GPL crypto/crypto_simd 0xbe809330 simd_unregister_aeads +EXPORT_SYMBOL_GPL crypto/crypto_simd 0xbfd26f15 simd_aead_free +EXPORT_SYMBOL_GPL crypto/crypto_simd 0xc0cfc76e 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 0x42c78b47 polyval_update_non4k +EXPORT_SYMBOL_GPL crypto/serpent_generic 0x4eb4c55e __serpent_encrypt +EXPORT_SYMBOL_GPL crypto/serpent_generic 0x5a96b6ea serpent_setkey +EXPORT_SYMBOL_GPL crypto/serpent_generic 0xbcc074f3 __serpent_decrypt +EXPORT_SYMBOL_GPL crypto/serpent_generic 0xd4c9681a __serpent_setkey +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 0x6dc1b16a 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 0x1454d528 spk_ttyio_synth_immediate +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x186af563 synth_remove +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x1e39eb14 synth_putws +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x26c6fa11 spk_synth_flush +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x2e7e21d7 speakup_event +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x3804cd17 spk_var_show +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x4189e9d3 spk_do_catch_up_unicode +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 0x5095e367 spk_ttyio_synth_probe +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x68fc1493 synth_current +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x76d40046 synth_buffer_skip_nonlatin1 +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x7c975c6f spk_synth_is_alive_nop +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x7de65587 spk_var_store +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x7e4326ce spk_ttyio_release +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 0x9d670009 spk_do_catch_up +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 0xc319c604 synth_putws_s +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xc58f6e50 spk_get_var_header +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xc800c331 spk_ttyio_ops +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xd6d58dd5 synth_add +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xd777c228 spk_synth_is_alive_restart +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xd8fd86cf synth_release_region +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xe194d0ef synth_printf +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xea789f02 spk_synth_get_index +EXPORT_SYMBOL_GPL drivers/ata/pata_platform 0x860c6c2f __pata_platform_probe +EXPORT_SYMBOL_GPL drivers/ata/pata_sis 0xc1f2399e 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 0xb436c207 linedisp_register +EXPORT_SYMBOL_GPL drivers/auxdisplay/line-display 0xfcea2641 linedisp_unregister +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-ac97 0x64aec037 regmap_ac97_default_volatile +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-ac97 0xa0bdceb0 __devm_regmap_init_ac97 +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-ac97 0xf35f47f0 __regmap_init_ac97 +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-i3c 0xc3c99c7a __devm_regmap_init_i3c +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-sccb 0x0305d586 __regmap_init_sccb +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-sccb 0xd61cfc1c __devm_regmap_init_sccb +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-sdw 0x07f60984 __regmap_init_sdw +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-sdw 0x19ea376f __devm_regmap_init_sdw +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-sdw-mbq 0x4bfabfa8 __regmap_init_sdw_mbq +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-sdw-mbq 0x7809d135 __devm_regmap_init_sdw_mbq +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-slimbus 0x13dddcd1 __devm_regmap_init_slimbus +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-slimbus 0x8944af5e __regmap_init_slimbus +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-spi-avmm 0x82502845 __regmap_init_spi_avmm +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-spi-avmm 0xd4d1155a __devm_regmap_init_spi_avmm +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-spmi 0x0b008980 __devm_regmap_init_spmi_ext +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-spmi 0x0c115a55 __regmap_init_spmi_base +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-spmi 0x0f4ef35e __devm_regmap_init_spmi_base +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-spmi 0xe24b8e02 __regmap_init_spmi_ext +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-w1 0x0ca713ec __devm_regmap_init_w1 +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-w1 0xae8cb8a2 __regmap_init_w1 +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x069e6df1 bcma_chipco_gpio_out +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x0b70506b bcma_core_is_enabled +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x2707a443 bcma_chipco_pll_read +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x291b23d8 bcma_core_pci_power_save +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x320e6595 __bcma_driver_register +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x3a42f9c0 bcma_pmu_spuravoid_pllupdate +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x51b04ea1 bcma_chipco_get_alp_clock +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x54904ca8 bcma_core_disable +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x55ffecc2 bcma_chipco_pll_maskset +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x5ae71feb bcma_find_core_unit +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x62432281 bcma_chipco_chipctl_maskset +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x83c0c523 bcma_core_enable +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x93031cf4 bcma_host_pci_irq_ctl +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xbdc26092 bcma_host_pci_up +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xc1f98264 bcma_core_pll_ctl +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xc1fc3f02 bcma_chipco_gpio_outen +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xcd69b7b1 bcma_chipco_b_mii_write +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xdd3f6752 bcma_pmu_get_bus_clock +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xe02e14e2 bcma_chipco_regctl_maskset +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xe0de879d bcma_driver_unregister +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xe6262de6 bcma_host_pci_down +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xea894be6 bcma_core_set_clockmode +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xf226d1a0 bcma_chipco_gpio_control +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xf2a44cc5 bcma_chipco_pll_write +EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0x1196a057 btbcm_set_bdaddr +EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0x3489a89f btbcm_write_pcm_int_params +EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0x3f216ea9 btbcm_check_bdaddr +EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0x4d764f95 btbcm_setup_apple +EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0x62cd286b btbcm_initialize +EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0x65dc1d15 btbcm_setup_patchram +EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0x7253f21d btbcm_finalize +EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0xfb596aa1 btbcm_read_pcm_int_params +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x065e2d92 btintel_secure_send_result +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x2d2e6b41 btintel_bootup +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x2dbdc5de btintel_set_event_mask_mfg +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x382bbba2 btintel_read_boot_params +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x4a8124e1 btintel_set_bdaddr +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x50863e8d btintel_version_info +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x6bc47810 btintel_download_firmware +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x72d462c2 btintel_read_version +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x7d9c33e3 btintel_configure_setup +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x93c3c0ae btintel_load_ddc_config +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x9a43aa78 btintel_enter_mfg +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0xa62e1711 btintel_send_intel_reset +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0xa82f24f1 btintel_check_bdaddr +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0xb2cbc27a btintel_exit_mfg +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0xc377a98f btintel_set_diag +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0xeb0a6f72 btintel_set_quality_report +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0xffb5fa34 btintel_regmap_init +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x13e1a669 btmrvl_add_card +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x1cf1ede9 btmrvl_send_module_cfg_cmd +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x543f1ff5 btmrvl_interrupt +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x71c4335b btmrvl_pscan_window_reporting +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x86d42169 btmrvl_check_evtpkt +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x90461519 btmrvl_remove_card +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0xa3b09d08 btmrvl_enable_hs +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0xb162535f btmrvl_send_hscfg_cmd +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0xb88866cc btmrvl_register_hdev +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0xca7eb392 btmrvl_enable_ps +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0xe326721d btmrvl_process_event +EXPORT_SYMBOL_GPL drivers/bluetooth/btmtk 0x657dba59 btmtk_setup_firmware_79xx +EXPORT_SYMBOL_GPL drivers/bluetooth/btmtk 0xa4ff1224 btmtk_set_bdaddr +EXPORT_SYMBOL_GPL drivers/bluetooth/btmtk 0xb177082c btmtk_setup_firmware +EXPORT_SYMBOL_GPL drivers/bluetooth/btqca 0x22fa3b76 qca_set_bdaddr_rome +EXPORT_SYMBOL_GPL drivers/bluetooth/btqca 0x2dd5aabd qca_read_soc_version +EXPORT_SYMBOL_GPL drivers/bluetooth/btqca 0x3d00d9e5 qca_send_pre_shutdown_cmd +EXPORT_SYMBOL_GPL drivers/bluetooth/btqca 0x6bd7e548 qca_set_bdaddr +EXPORT_SYMBOL_GPL drivers/bluetooth/btqca 0xdc9fbe17 qca_uart_setup +EXPORT_SYMBOL_GPL drivers/bluetooth/btrtl 0x515b2a2e btrtl_shutdown_realtek +EXPORT_SYMBOL_GPL drivers/bluetooth/btrtl 0x76966b1f btrtl_get_uart_settings +EXPORT_SYMBOL_GPL drivers/bluetooth/btrtl 0x7e116050 btrtl_initialize +EXPORT_SYMBOL_GPL drivers/bluetooth/btrtl 0x965f6279 btrtl_setup_realtek +EXPORT_SYMBOL_GPL drivers/bluetooth/btrtl 0xa35571b0 btrtl_download_firmware +EXPORT_SYMBOL_GPL drivers/bluetooth/btrtl 0xaf78f260 btrtl_free +EXPORT_SYMBOL_GPL drivers/bluetooth/btrtl 0xd6eec79e btrtl_set_quirks +EXPORT_SYMBOL_GPL drivers/bluetooth/hci_uart 0x4834df3b h4_recv_buf +EXPORT_SYMBOL_GPL drivers/bluetooth/hci_uart 0x92ebf001 hci_uart_register_device +EXPORT_SYMBOL_GPL drivers/bluetooth/hci_uart 0xf15f9d59 hci_uart_unregister_device +EXPORT_SYMBOL_GPL drivers/bluetooth/hci_uart 0xf416e70b hci_uart_tx_wakeup +EXPORT_SYMBOL_GPL drivers/bus/mhi/ep/mhi_ep 0x54eae236 mhi_ep_register_controller +EXPORT_SYMBOL_GPL drivers/bus/mhi/ep/mhi_ep 0x558fc804 mhi_ep_unregister_controller +EXPORT_SYMBOL_GPL drivers/bus/mhi/ep/mhi_ep 0x96ce0592 mhi_ep_queue_skb +EXPORT_SYMBOL_GPL drivers/bus/mhi/ep/mhi_ep 0xaad8005c mhi_ep_power_down +EXPORT_SYMBOL_GPL drivers/bus/mhi/ep/mhi_ep 0xc4825f23 mhi_ep_driver_unregister +EXPORT_SYMBOL_GPL drivers/bus/mhi/ep/mhi_ep 0xc898fc40 mhi_ep_queue_is_empty +EXPORT_SYMBOL_GPL drivers/bus/mhi/ep/mhi_ep 0xce3ed279 __mhi_ep_driver_register +EXPORT_SYMBOL_GPL drivers/bus/mhi/ep/mhi_ep 0xf91dadf1 mhi_ep_power_up +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x03667c0b mhi_download_rddm_image +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x0920fbeb mhi_device_get_sync +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x11c8823a __mhi_driver_register +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x1f588c50 mhi_device_put +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x2484eccb mhi_soc_reset +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x29120d5b mhi_queue_buf +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x35240ef5 mhi_notify +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x389853c5 mhi_pm_resume +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x39031fe9 mhi_device_get +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x555e57a0 mhi_get_mhi_state +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x563ddd74 mhi_unprepare_from_transfer +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x5e037c17 mhi_queue_dma +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x5f41ae79 mhi_driver_unregister +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x64126a12 mhi_prepare_for_transfer +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x69c802c2 mhi_register_controller +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x72212eac mhi_get_free_desc_count +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x7d709012 mhi_get_exec_env +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x8b7ebb7d mhi_queue_skb +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x9692ed26 mhi_unprepare_after_power_down +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x97a8086b mhi_prepare_for_transfer_autoqueue +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xa7ed290b mhi_queue_is_full +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xad2f7052 mhi_poll +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xc52d14ca mhi_pm_suspend +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xcf45ffdb mhi_force_rddm_mode +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xdbce59fd mhi_pm_resume_force +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xdc486c73 mhi_power_down +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xe12c3428 mhi_alloc_controller +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xe422638d mhi_async_power_up +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xe6dda84a mhi_prepare_for_power_up +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xe8ff20f9 mhi_unregister_controller +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xe9f2730e mhi_free_controller +EXPORT_SYMBOL_GPL drivers/bus/moxtet 0x07b9e5cc moxtet_device_read +EXPORT_SYMBOL_GPL drivers/bus/moxtet 0x1bbd9884 moxtet_device_write +EXPORT_SYMBOL_GPL drivers/bus/moxtet 0x7b3a22ee moxtet_device_written +EXPORT_SYMBOL_GPL drivers/bus/moxtet 0x851fde90 __moxtet_register_driver +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x03351dae clk_rcg_floor_ops +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 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 0x2bf885e6 clk_rivian_evo_pll_configure +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x2d293905 clk_alpha_pll_postdiv_lucid_5lpe_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x3013e054 qcom_cc_map +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x3610a768 qcom_cc_register_rcg_dfs +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 0x3a31ce9e clk_fabia_pll_configure +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x3bd39c60 clk_trion_pll_configure +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x3e333ae6 clk_zonda_pll_configure +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x420755eb clk_alpha_pll_configure +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x42bca3fb qcom_cc_probe_by_index +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 0x46eb964b clk_alpha_pll_regs +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x4a930432 clk_branch_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x4ed37ac9 gdsc_gx_do_nothing_enable +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x58238da6 qcom_cc_really_probe +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x59eabda5 mux_div_set_src_div +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x5c035f38 clk_alpha_pll_lucid_5lpe_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x5c3e75ee clk_pll_vote_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 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 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 0x8042a89f qcom_cc_register_sleep_clk +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 0x8a17f498 qcom_cc_register_board_clk +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x8e4c395e clk_edp_pixel_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x93bc2a64 clk_ops_hfpll +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x94c464a3 clk_rcg2_floor_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x953b97b7 clk_alpha_pll_postdiv_lucid_evo_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x9821a599 clk_rcg_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 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 0xabc221c9 qcom_cc_probe +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 0xc28691a6 clk_lucid_evo_pll_configure +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xc88b6402 devm_clk_register_regmap +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 0xd1bb6827 clk_agera_pll_configure +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 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 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/comedi/comedi 0x077bba75 comedi_bytes_per_scan_cmd +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x09399d39 comedi_driver_register +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x0cd330f4 range_unknown +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x10886e90 comedi_set_hw_dev +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x12acbe67 comedi_dio_update_state +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x1845fcb3 comedi_nscans_left +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x21102f87 range_0_32mA +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x293c9528 comedi_buf_write_samples +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x2f0ad9d3 range_bipolar5 +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x4236eaaf range_4_20mA +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x4a3a6d72 comedi_bytes_per_scan +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x4fe634f3 range_bipolar2_5 +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x562dc3c7 comedi_readback_insn_read +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x565ed759 comedi_alloc_subdevices +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x5b73683b comedi_driver_unregister +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x5eb4771c comedi_buf_read_free +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x619f1951 comedi_nsamples_left +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x6ee3d315 comedi_alloc_devpriv +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x70c2cd26 comedi_legacy_detach +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x73846b74 comedi_buf_read_samples +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x73d3814d comedi_buf_read_n_available +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x7a05f1e5 comedi_alloc_spriv +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x7c8e33f4 comedi_set_spriv_auto_free +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x8113872c range_unipolar10 +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x86c8c714 comedi_is_subdevice_running +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x88110184 comedi_event +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x8918631a comedi_handle_events +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x89209645 comedi_timeout +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x9102e23c __comedi_request_region +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x91bf7843 comedi_dev_get_from_minor +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x9359b018 comedi_buf_write_free +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x95c2fd17 comedi_dev_put +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xb18d0d80 comedi_check_chanlist +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xb5b27374 comedi_dio_insn_config +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xb679cebc range_0_20mA +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xbab8f0fd comedi_buf_write_alloc +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xbb52fc7f range_bipolar10 +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xbd18d923 comedi_buf_read_alloc +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xbdbe75c6 range_unipolar2_5 +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xbfae3755 comedi_load_firmware +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xcbf2315d comedi_auto_unconfig +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xce2f6aae comedi_alloc_subdev_readback +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xd0b63b1d comedi_request_region +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xdb2044b2 range_unipolar5 +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xdd6a156c comedi_auto_config +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xe9570ca1 comedi_inc_scan_progress +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pci 0x153ecf59 comedi_pci_auto_config +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pci 0x202493e5 comedi_pci_disable +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pci 0x39753800 comedi_to_pci_dev +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pci 0x8188ba24 comedi_pci_auto_unconfig +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pci 0xb4f4af12 comedi_pci_driver_register +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pci 0xbbc7cf83 comedi_pci_enable +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pci 0xc9851607 comedi_pci_driver_unregister +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pci 0xf4f2f2d3 comedi_pci_detach +EXPORT_SYMBOL_GPL drivers/comedi/comedi_usb 0x4bf50829 comedi_usb_auto_unconfig +EXPORT_SYMBOL_GPL drivers/comedi/comedi_usb 0x559d7d79 comedi_usb_auto_config +EXPORT_SYMBOL_GPL drivers/comedi/comedi_usb 0x8c992795 comedi_usb_driver_register +EXPORT_SYMBOL_GPL drivers/comedi/comedi_usb 0xacf5dd76 comedi_usb_driver_unregister +EXPORT_SYMBOL_GPL drivers/comedi/comedi_usb 0xc0ae4fe1 comedi_to_usb_interface +EXPORT_SYMBOL_GPL drivers/comedi/comedi_usb 0xe710551c comedi_to_usb_dev +EXPORT_SYMBOL_GPL drivers/comedi/drivers/addi_watchdog 0x17d70b51 addi_watchdog_init +EXPORT_SYMBOL_GPL drivers/comedi/drivers/addi_watchdog 0x79f4a6cf addi_watchdog_reset +EXPORT_SYMBOL_GPL drivers/comedi/drivers/amplc_dio200_common 0x106e6b2d amplc_dio200_set_enhance +EXPORT_SYMBOL_GPL drivers/comedi/drivers/amplc_dio200_common 0xdfba5e80 amplc_dio200_common_attach +EXPORT_SYMBOL_GPL drivers/comedi/drivers/amplc_pc236_common 0xd747e80e amplc_pc236_common_attach +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0x419e49ed comedi_8254_write +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0x5cdb7834 comedi_8254_ns_to_timer +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0x69fab399 comedi_8254_mm_init +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0x6bf44b35 comedi_8254_status +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0x6c8ccae3 comedi_8254_load +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0x6cd726ed comedi_8254_read +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0xa9283fb5 comedi_8254_subdevice_init +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0xbb957583 comedi_8254_set_mode +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0xc76d6fa8 comedi_8254_pacer_enable +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0xcabeebb2 comedi_8254_cascade_ns_to_timer +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0xde158e4d comedi_8254_set_busy +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0xe35d0d4a comedi_8254_init +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0xfaa4704f comedi_8254_update_divisors +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8255 0x3b514f7f subdev_8255_regbase +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8255 0x3df81d9d subdev_8255_init +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8255 0x475efa25 subdev_8255_mm_init +EXPORT_SYMBOL_GPL drivers/comedi/drivers/das08 0xa81dba6a das08_common_attach +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x34917768 mite_sync_dma +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x479f9810 mite_alloc_ring +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x492766c9 mite_request_channel_in_range +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x52996130 mite_request_channel +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x55a2d407 mite_release_channel +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x80f552de mite_prep_dma +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x834d4158 mite_dma_arm +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x8ec55551 mite_init_ring_descriptors +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x8f5b5564 mite_dma_disarm +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x96fdd639 mite_ack_linkc +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x9f7f035d mite_bytes_in_transit +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0xa0f3d1b1 mite_detach +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0xa84bcad2 mite_attach +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0xbab08cf3 mite_free_ring +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0xd187ee98 mite_buf_change +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0xde11c666 mite_done +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_labpc_common 0x663862f8 labpc_common_attach +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_labpc_common 0xe0f36035 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 0x01b9bec3 ni_tio_insn_read +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x08af0092 ni_tio_write +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x0e301c12 ni_tio_set_routing +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x2493a8fe ni_gpct_device_construct +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x25d45c93 ni_tio_read +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x5e7666f2 ni_tio_get_soft_copy +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x5e9d2dcd ni_tio_unset_routing +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x6be166f3 ni_tio_set_gate_src_raw +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0xa23038fc ni_tio_set_gate_src +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0xa7d63fab ni_tio_init_counter +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0xb4bd0b55 ni_tio_get_routing +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0xb8efed78 ni_tio_insn_config +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0xba19939b ni_tio_insn_write +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0xc29456c9 ni_tio_arm +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0xc517c55f ni_tio_set_bits +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0xca08213e ni_gpct_device_destroy +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tiocmd 0x3cbad525 ni_tio_cancel +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tiocmd 0x5d9dde2c ni_tio_acknowledge +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tiocmd 0x738ef20a ni_tio_cmd +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tiocmd 0x87a744c6 ni_tio_cmdtest +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tiocmd 0xd92c15bf ni_tio_handle_interrupt +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tiocmd 0xf7ba4ff6 ni_tio_set_mite_channel +EXPORT_SYMBOL_GPL drivers/comedi/kcomedilib/kcomedilib 0x00feed7f comedi_close +EXPORT_SYMBOL_GPL drivers/comedi/kcomedilib/kcomedilib 0x3b94a39c comedi_find_subdevice_by_type +EXPORT_SYMBOL_GPL drivers/comedi/kcomedilib/kcomedilib 0x935d8886 comedi_dio_config +EXPORT_SYMBOL_GPL drivers/comedi/kcomedilib/kcomedilib 0xac4fce92 comedi_get_n_channels +EXPORT_SYMBOL_GPL drivers/comedi/kcomedilib/kcomedilib 0xb80df3d5 comedi_open +EXPORT_SYMBOL_GPL drivers/comedi/kcomedilib/kcomedilib 0xc865e663 comedi_dio_get_config +EXPORT_SYMBOL_GPL drivers/comedi/kcomedilib/kcomedilib 0xdbffd0c2 comedi_dio_bitfield2 +EXPORT_SYMBOL_GPL drivers/crypto/omap-crypto 0x701db540 omap_crypto_align_sg +EXPORT_SYMBOL_GPL drivers/crypto/omap-crypto 0xd5328478 omap_crypto_cleanup +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x00d12e7a adf_reset_sbr +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x0391bb3e adf_dev_start +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x066457e5 adf_vf_isr_resource_free +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x0a260e7c adf_dev_shutdown +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x0e06252b adf_disable_pf2vf_interrupts +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x117819e3 adf_gen2_enable_error_correction +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x13a02392 adf_gen2_set_ssm_wdtimer +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x1736f6a2 adf_reset_flr +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x1f041a27 adf_disable_aer +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x22f0160f adf_enable_aer +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x2be4e269 adf_gen2_get_arb_info +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x2ce25cc8 adf_dev_stop +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x2dcd75f6 adf_gen2_enable_ints +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x30339443 adf_devmgr_update_class_index +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x3e707f37 adf_gen2_get_admin_info +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x4612ce3e adf_devmgr_add_dev +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x4f0a05bc adf_err_handler +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x4fa24f0e adf_gen4_set_ssm_wdtimer +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x52d79a72 adf_gen2_get_num_aes +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x56140c38 adf_enable_vf2pf_comms +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x5649c09e adf_gen2_cfg_iov_thds +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x583ec5b9 adf_init_admin_comms +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x59ca9f7f adf_init_etr_data +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x5ddd174e adf_dev_put +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x6d7c3149 adf_cfg_dev_remove +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x6e6096dc adf_gen4_enable_pm +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x704ad565 adf_devmgr_pci_to_accel_dev +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x70f42c8f adf_sysfs_init +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x7202f90a adf_gen2_get_accel_cap +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x72d647d4 adf_cleanup_etr_data +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x7a326675 adf_dev_started +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x7bd91537 adf_dev_init +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x7ebacc7e adf_cfg_section_add +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x856c282a adf_gen4_handle_pm_interrupt +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x875270d1 adf_gen4_ring_pair_reset +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x8adfe472 adf_gen2_get_num_accels +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x8d7d84a1 adf_devmgr_rm_dev +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x95028e59 adf_sriov_configure +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x9a7f98d8 adf_isr_resource_alloc +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xa048161f adf_dev_get +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xa69e7e36 adf_gen4_init_hw_csr_ops +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xacb6c91c adf_isr_resource_free +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xb279e120 adf_vf2pf_notify_shutdown +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xb33ca3de adf_init_admin_pm +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xb3f1364a adf_cfg_add_key_value_param +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xb5dacb45 adf_gen2_init_hw_csr_ops +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xb6a2dab9 adf_gen2_init_pf_pfvf_ops +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xc089288d adf_flush_vf_wq +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xc26097c2 adf_dev_in_use +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xc5aeca20 adf_exit_arb +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xcc3b167a adf_clean_vf_map +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xcdf8bb94 adf_cfg_get_param_value +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xced552d3 adf_init_arb +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xd2e20fa0 adf_gen2_init_vf_pfvf_ops +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xdcae6f32 adf_send_admin_init +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xdd96a3c3 adf_devmgr_in_reset +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xde9573f7 adf_vf_isr_resource_alloc +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xe02cdb7f adf_dev_down +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xe327f1f1 adf_gen4_init_dc_ops +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xe3c28f73 adf_vf2pf_notify_init +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xe45f3512 adf_gen2_init_dc_ops +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xe9b68deb adf_cfg_dev_add +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xeaa0b625 adf_gen4_init_pf_pfvf_ops +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xeb9c653b adf_disable_sriov +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xee3bfdd4 adf_exit_admin_comms +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xf5541f15 adf_dev_up +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xfa1ff314 adf_pfvf_comms_disabled +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xfb986f97 adf_enable_pf2vf_comms +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xfee9fe7d adf_gen2_dev_config +EXPORT_SYMBOL_GPL drivers/dma/dw-edma/dw-edma 0xefa26a40 dw_edma_remove +EXPORT_SYMBOL_GPL drivers/dma/dw-edma/dw-edma 0xf7982315 dw_edma_probe +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0x2a70e3b3 do_dw_dma_disable +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0x3064c578 dw_dma_filter +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0x5073744a dw_dma_probe +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0xb0f96a8d idma32_dma_probe +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0xbc7e7d7f dw_dma_remove +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0xcc499ff4 do_dw_dma_enable +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0xdd03be44 idma32_dma_remove +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0x0bf6ce19 fsl_edma_terminate_all +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0x41459bff fsl_edma_prep_memcpy +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0x604a4b06 fsl_edma_free_chan_resources +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0x73251818 fsl_edma_chan_mux +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0x7b6f0137 fsl_edma_issue_pending +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0x8149e6ad fsl_edma_disable_request +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0x8882abed fsl_edma_alloc_chan_resources +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0x97c72e9a fsl_edma_resume +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0xa906e7e3 fsl_edma_prep_slave_sg +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0xaaf62034 fsl_edma_tx_status +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0xb832650b fsl_edma_xfer_desc +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0xc929605c fsl_edma_setup_regs +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0xcdcfb9a5 fsl_edma_slave_config +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0xd15d684d fsl_edma_pause +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0xd47c9671 fsl_edma_cleanup_vchan +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0xf0b18a2c fsl_edma_prep_dma_cyclic +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0xfa4da165 fsl_edma_free_desc +EXPORT_SYMBOL_GPL drivers/dma/qcom/hdma_mgmt 0x72752e45 hidma_mgmt_setup +EXPORT_SYMBOL_GPL drivers/dma/qcom/hdma_mgmt 0x7f7f6610 hidma_mgmt_init_sys +EXPORT_SYMBOL_GPL drivers/firewire/firewire-core 0x629371c7 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_scpi 0x1dbd3905 get_scpi_ops +EXPORT_SYMBOL_GPL drivers/firmware/mtk-adsp-ipc 0x46c7465f mtk_adsp_ipc_send +EXPORT_SYMBOL_GPL drivers/fpga/altera-pr-ip-core 0x07ff8e1a alt_pr_register +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x188f1bed dfl_fpga_dev_ops_register +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x25b493eb dfl_fpga_cdev_config_ports_pf +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x43bd1bff dfl_feature_ioctl_set_irq +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x4dd526a9 dfl_fpga_cdev_release_port +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x52fceec5 dfl_fpga_port_ops_add +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x5ff7b6c9 dfl_fpga_enum_info_add_dfl +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x65e4a1a6 dfl_fpga_feature_devs_remove +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x8f77d25f dfl_fpga_dev_feature_uinit +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x9bf82194 dfl_fpga_cdev_config_ports_vf +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xa04f62a1 dfl_fpga_check_port_id +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xa33159f3 dfl_fpga_enum_info_free +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xab7802c3 dfl_fpga_feature_devs_enumerate +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xb6978108 __dfl_fpga_cdev_find_port +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xc59bd688 dfl_feature_ioctl_get_num_irqs +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xcf969d22 dfl_fpga_set_irq_triggers +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xd5be6504 dfl_fpga_port_ops_put +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xd9c8b0ee dfl_fpga_dev_feature_init +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xdbc84938 dfl_fpga_enum_info_alloc +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xeb551ad8 dfl_fpga_port_ops_del +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xeccf1863 dfl_fpga_dev_ops_unregister +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xee46861c dfl_fpga_port_ops_get +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xf8ef9354 dfl_fpga_cdev_assign_port +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xfd1a647e dfl_fpga_enum_info_add_irq +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0x0624066f fpga_bridge_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 0x3298faa4 fpga_bridge_disable +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0x56a1874b fpga_bridge_register +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0x6a40dd00 fpga_bridge_unregister +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0x924639ee fpga_bridge_get +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0xbe035d35 of_fpga_bridge_get_to_list +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0xd2dc24b7 fpga_bridge_enable +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0xd958cbf4 of_fpga_bridge_get +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0xebefaddf fpga_bridge_get_to_list +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x02ce152c fpga_mgr_lock +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x1b2e25f1 fpga_mgr_register_full +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x20378958 fpga_mgr_load +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x21b52237 fpga_mgr_get +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x25e9ea2e fpga_mgr_unlock +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x4da3f254 of_fpga_mgr_get +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x5370350b fpga_mgr_unregister +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x6577b4d8 devm_fpga_mgr_register_full +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x879ee183 fpga_image_info_alloc +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x8bf55541 fpga_mgr_register +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0xaa5de025 fpga_mgr_put +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0xae7376fc fpga_image_info_free +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0xdbec77b5 devm_fpga_mgr_register +EXPORT_SYMBOL_GPL drivers/fpga/fpga-region 0x4565fe2e fpga_region_register_full +EXPORT_SYMBOL_GPL drivers/fpga/fpga-region 0x6550f7c6 fpga_region_unregister +EXPORT_SYMBOL_GPL drivers/fpga/fpga-region 0x7e7637eb fpga_region_register +EXPORT_SYMBOL_GPL drivers/fpga/fpga-region 0xba465070 fpga_region_class_find +EXPORT_SYMBOL_GPL drivers/fpga/fpga-region 0xdaaa6046 fpga_region_program_fpga +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0x0d368cfe fsi_driver_register +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0x3a93847e fsi_slave_claim_range +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0x3b3963c4 fsi_master_unregister +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0x4e74c475 fsi_cdev_type +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0x51c84606 fsi_master_rescan +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0x54961ee3 fsi_driver_unregister +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0x5a57d574 fsi_free_minor +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0x60a97912 fsi_slave_write +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0x6dcc1d20 fsi_get_new_minor +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0x99dcc09b fsi_master_register +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0xad5a53fb fsi_device_write +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0xcba74b68 fsi_device_read +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0xce22aee2 fsi_slave_release_range +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0xd8aea1ad fsi_bus_type +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0xe4ac7aa2 fsi_slave_read +EXPORT_SYMBOL_GPL drivers/fsi/fsi-occ 0x88d10422 fsi_occ_submit +EXPORT_SYMBOL_GPL drivers/fsi/fsi-sbefifo 0x54f9709f sbefifo_submit +EXPORT_SYMBOL_GPL drivers/fsi/fsi-sbefifo 0xa8851d9d sbefifo_parse_status +EXPORT_SYMBOL_GPL drivers/gnss/gnss 0x18b46cff gnss_insert_raw +EXPORT_SYMBOL_GPL drivers/gnss/gnss 0x1a5c8661 gnss_register_device +EXPORT_SYMBOL_GPL drivers/gnss/gnss 0x31971696 gnss_allocate_device +EXPORT_SYMBOL_GPL drivers/gnss/gnss 0x4f6d08b7 gnss_put_device +EXPORT_SYMBOL_GPL drivers/gnss/gnss 0xae2b80cf gnss_deregister_device +EXPORT_SYMBOL_GPL drivers/gnss/gnss-serial 0x8153e48b gnss_serial_free +EXPORT_SYMBOL_GPL drivers/gnss/gnss-serial 0x85d4f91e gnss_serial_allocate +EXPORT_SYMBOL_GPL drivers/gnss/gnss-serial 0x8b6fc457 gnss_serial_register +EXPORT_SYMBOL_GPL drivers/gnss/gnss-serial 0xa13603aa gnss_serial_pm_ops +EXPORT_SYMBOL_GPL drivers/gnss/gnss-serial 0xf2b69d09 gnss_serial_deregister +EXPORT_SYMBOL_GPL drivers/gpio/gpio-aspeed 0x06c8b0e1 aspeed_gpio_copro_release_gpio +EXPORT_SYMBOL_GPL drivers/gpio/gpio-aspeed 0x3fcb1919 aspeed_gpio_copro_grab_gpio +EXPORT_SYMBOL_GPL drivers/gpio/gpio-aspeed 0x5dcbe46c aspeed_gpio_copro_set_ops +EXPORT_SYMBOL_GPL drivers/gpio/gpio-idio-16 0x19564f02 idio_16_set +EXPORT_SYMBOL_GPL drivers/gpio/gpio-idio-16 0x40780f24 idio_16_state_init +EXPORT_SYMBOL_GPL drivers/gpio/gpio-idio-16 0x8bfb9315 idio_16_get_multiple +EXPORT_SYMBOL_GPL drivers/gpio/gpio-idio-16 0x8fe1179b idio_16_get +EXPORT_SYMBOL_GPL drivers/gpio/gpio-idio-16 0xf3237eda idio_16_set_multiple +EXPORT_SYMBOL_GPL drivers/gpio/gpio-max730x 0x7e0cb62d __max730x_probe +EXPORT_SYMBOL_GPL drivers/gpio/gpio-max730x 0x9d6e85f4 __max730x_remove +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/analogix/analogix_dp 0x2b49ba63 analogix_dp_stop_crc +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/analogix/analogix_dp 0x38f9fefc analogix_dp_bind +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/analogix/analogix_dp 0x596aad7e analogix_dp_start_crc +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/analogix/analogix_dp 0x99b166d3 analogix_dp_resume +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/analogix/analogix_dp 0xd350be4e analogix_dp_unbind +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/analogix/analogix_dp 0xe09c89ad analogix_dp_suspend +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/analogix/analogix_dp 0xe4978c9d anx_dp_aux_transfer +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/analogix/analogix_dp 0xf53af48f analogix_dp_probe +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/analogix/analogix_dp 0xfbd7d407 analogix_dp_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 0x26bdecce dw_hdmi_set_plugged_cb +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 0x3b837a78 dw_hdmi_probe +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 0x42926f4a dw_hdmi_resume +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 0x4a9b174f dw_hdmi_remove +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 0x56f72e25 dw_hdmi_set_sample_non_pcm +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 0x6712b5a7 dw_hdmi_phy_gen2_txpwron +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 0x7d8a3aee dw_hdmi_phy_i2c_write +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 0x8dcd6f43 dw_hdmi_set_sample_rate +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 0x96f3e250 dw_hdmi_set_sample_width +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 0x9a91da81 dw_hdmi_set_high_tmds_clock_ratio +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 0x9b44a60b dw_hdmi_phy_gen2_pddq +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 0xc59f9e6f dw_hdmi_phy_gen1_reset +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 0xce27012a dw_hdmi_audio_disable +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 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 0xdb96b74c dw_hdmi_bind +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 0x87b2e0ab dw_mipi_dsi_probe +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-mipi-dsi 0xd1b6cc57 dw_mipi_dsi_bind +EXPORT_SYMBOL_GPL drivers/gpu/drm/display/drm_display_helper 0x8427e0a4 drm_hdcp_check_ksvs_revoked +EXPORT_SYMBOL_GPL drivers/gpu/drm/display/drm_dp_aux_bus 0x3772dfeb dp_aux_dp_driver_unregister +EXPORT_SYMBOL_GPL drivers/gpu/drm/display/drm_dp_aux_bus 0x5c8b6047 of_dp_aux_depopulate_bus +EXPORT_SYMBOL_GPL drivers/gpu/drm/display/drm_dp_aux_bus 0x6274f861 of_dp_aux_populate_bus +EXPORT_SYMBOL_GPL drivers/gpu/drm/display/drm_dp_aux_bus 0x7bc50a8d devm_of_dp_aux_populate_bus +EXPORT_SYMBOL_GPL drivers/gpu/drm/display/drm_dp_aux_bus 0x9d1e39a2 __dp_aux_dp_driver_register +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x00240cac drm_bridge_detect +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x19682edb drm_crtc_add_crc_entry +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x4473a69e drm_of_component_match_add +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x47c0d520 drm_bridge_get_edid +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x4e07d4e2 drm_bridge_hpd_disable +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x66cf2f64 drm_display_mode_from_videomode +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x6e9d0cd9 drm_of_get_data_lanes_count +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x75cb3cc7 drm_of_encoder_active_endpoint +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x7abd8177 drm_class_device_register +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x7f0df81d drm_class_device_unregister +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x8fa16aaa drm_bridge_hpd_notify +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xa8a0b0e9 of_get_drm_panel_display_mode +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xa8ba5892 drmm_kstrdup +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xad885165 drm_bus_flags_from_videomode +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xafc396cc drm_of_lvds_get_dual_link_pixel_order +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xb3ac5a3d accel_open +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xb550e93d drm_of_get_data_lanes_count_ep +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xb6185ecd drm_bridge_hpd_enable +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xbf37ece1 drm_of_find_panel_or_bridge +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xd2f3acb9 drm_do_get_edid +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xe1843479 drm_gem_dumb_map_offset +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xe463bcd5 drm_bridge_get_modes +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xf5053695 drm_of_lvds_get_data_mapping +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xfe546787 of_get_drm_display_mode +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xfe9f72f3 drm_display_mode_to_videomode +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0x069e36f4 drm_gem_dma_prime_import_sg_table +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0x19d52fe1 drm_fb_dma_sync_non_coherent +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0x1c3e5af3 drm_gem_dma_mmap +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0x276c1475 drm_gem_dma_dumb_create_internal +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0x379e511f drm_gem_dma_create +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0x44af947d drm_gem_dma_dumb_create +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0x456b8c3d drm_gem_dma_vm_ops +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0x5b31d7bf drm_fb_dma_get_gem_obj +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0xb32d9217 drm_gem_dma_get_sg_table +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0xd92a51c0 drm_gem_dma_free +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0xdb548d60 drm_gem_dma_vmap +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0xfbc538d0 drm_fb_dma_get_gem_addr +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0x213c0e73 drm_gem_fb_create_with_dirty +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0x4d20aca5 drm_gem_fb_create +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0x580bea05 drm_gem_fb_create_with_funcs +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0xa3cd1bf8 drm_bridge_connector_disable_hpd +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0xb7add981 drm_gem_fb_afbc_init +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0xd836c137 drm_gem_plane_helper_prepare_fb +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0xebf8e2b7 drm_gem_fb_get_obj +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0xf2722b31 drm_bridge_connector_init +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0xf576f24c drm_bridge_connector_enable_hpd +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0xfe952ee7 drm_gem_fb_init_with_funcs +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0x0eb6a5bd drm_gem_shmem_vm_ops +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0x36a565c9 drm_gem_shmem_mmap +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0x421b65ab drm_gem_shmem_dumb_create +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0x664566da drm_gem_shmem_get_pages_sgt +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0x7575c580 drm_gem_shmem_prime_import_sg_table +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0x7fc22f85 drm_gem_shmem_create +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0x986d4363 drm_gem_shmem_get_sg_table +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0xdbd133b8 drm_gem_shmem_free +EXPORT_SYMBOL_GPL drivers/gpu/drm/imx/imxdrm 0x377451fb imx_drm_encoder_parse_of +EXPORT_SYMBOL_GPL drivers/gpu/drm/imx/imxdrm 0x5a22353a imx_drm_connector_destroy +EXPORT_SYMBOL_GPL drivers/gpu/drm/mcde/mcde_drm 0xf6067f2b mcde_display_init +EXPORT_SYMBOL_GPL drivers/gpu/drm/meson/meson-drm 0x2c73cfcf meson_venc_hdmi_venc_repeat +EXPORT_SYMBOL_GPL drivers/gpu/drm/meson/meson-drm 0x466f2cff meson_vclk_dmt_supported_freq +EXPORT_SYMBOL_GPL drivers/gpu/drm/meson/meson-drm 0x94a785f8 meson_venc_hdmi_supported_mode +EXPORT_SYMBOL_GPL drivers/gpu/drm/meson/meson-drm 0x9faf7bae meson_vclk_vic_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 0xcc8bc630 meson_vclk_setup +EXPORT_SYMBOL_GPL drivers/gpu/drm/meson/meson-drm 0xcd8baa26 meson_venc_hdmi_mode_set +EXPORT_SYMBOL_GPL drivers/gpu/drm/panel/panel-samsung-s6e63m0 0x2352f67a s6e63m0_probe +EXPORT_SYMBOL_GPL drivers/gpu/drm/panel/panel-samsung-s6e63m0 0xf7cdd398 s6e63m0_remove +EXPORT_SYMBOL_GPL drivers/gpu/drm/pl111/pl111_drm 0xb7057ff1 pl111_versatile_init +EXPORT_SYMBOL_GPL drivers/gpu/drm/rcar-du/rcar_cmm 0x26260c3b rcar_cmm_disable +EXPORT_SYMBOL_GPL drivers/gpu/drm/rcar-du/rcar_cmm 0x43c536ca rcar_cmm_enable +EXPORT_SYMBOL_GPL drivers/gpu/drm/rcar-du/rcar_cmm 0xa50d48d0 rcar_cmm_setup +EXPORT_SYMBOL_GPL drivers/gpu/drm/rcar-du/rcar_cmm 0xc78ed087 rcar_cmm_init +EXPORT_SYMBOL_GPL drivers/gpu/drm/rcar-du/rcar_lvds 0x2e0244af rcar_lvds_dual_link +EXPORT_SYMBOL_GPL drivers/gpu/drm/rcar-du/rcar_lvds 0xb69d5eab rcar_lvds_pclk_disable +EXPORT_SYMBOL_GPL drivers/gpu/drm/rcar-du/rcar_lvds 0xbdd24b91 rcar_lvds_pclk_enable +EXPORT_SYMBOL_GPL drivers/gpu/drm/rcar-du/rcar_lvds 0xc7c3b79e rcar_lvds_is_connected +EXPORT_SYMBOL_GPL drivers/gpu/drm/rcar-du/rcar_mipi_dsi 0x130a5928 rcar_mipi_dsi_pclk_enable +EXPORT_SYMBOL_GPL drivers/gpu/drm/rcar-du/rcar_mipi_dsi 0x58e2b5a5 rcar_mipi_dsi_pclk_disable +EXPORT_SYMBOL_GPL drivers/gpu/drm/rockchip/rockchipdrm 0x22efdc11 vop_component_ops +EXPORT_SYMBOL_GPL drivers/gpu/drm/rockchip/rockchipdrm 0x7b04afb8 vop2_component_ops +EXPORT_SYMBOL_GPL drivers/gpu/drm/rockchip/rockchipdrm 0xb8197800 rockchip_rgb_init +EXPORT_SYMBOL_GPL drivers/gpu/drm/rockchip/rockchipdrm 0xfead7585 rockchip_rgb_fini +EXPORT_SYMBOL_GPL drivers/gpu/drm/solomon/ssd130x 0x01573d5b ssd130x_probe +EXPORT_SYMBOL_GPL drivers/gpu/drm/solomon/ssd130x 0x85d5f734 ssd130x_shutdown +EXPORT_SYMBOL_GPL drivers/gpu/drm/solomon/ssd130x 0xd28f873e ssd130x_remove +EXPORT_SYMBOL_GPL drivers/gpu/host1x/host1x 0x042e1b63 host1x_memory_context_put +EXPORT_SYMBOL_GPL drivers/gpu/host1x/host1x 0x745b068e host1x_memory_context_get +EXPORT_SYMBOL_GPL drivers/gpu/host1x/host1x 0xf0fc9af8 host1x_memory_context_alloc +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x00b2da50 ipu_module_enable +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x01f4ee1f ipu_image_convert_adjust +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x050f0d7b ipu_di_adjust_videomode +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x0728116a ipu_csi_disable +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 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 0x11dc4e29 ipu_dp_get +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 0x1487f3f7 ipu_idmac_lock_enable +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x15ec2ba5 ipu_di_put +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x16750c88 ipu_idmac_set_double_buffer +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x17760009 ipu_get_num +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 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 0x21aeb55b ipu_dc_enable +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 0x257a7fa0 ipu_di_get +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x258a4439 ipu_image_convert_queue +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x25b1ed9c ipu_cpmem_interlaced_scan +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 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 0x338574f8 ipu_cpmem_set_rotation +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x33e925ea ipu_idmac_clear_buffer +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x3577b419 ipu_prg_channel_configure_pending +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 0x36c15d5e ipu_cpmem_set_format_passthrough +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 0x411b3396 ipu_cpmem_set_block_mode +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 0x45bbb566 ipu_cpmem_skip_odd_chroma_rows +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x4650f4b9 ipu_idmac_channel_busy +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 0x52b1983e ipu_idmac_enable_channel +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x53de277c ipu_di_enable +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x55767280 ipu_vdi_set_motion +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x580d2f81 ipu_vdi_put +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 0x5dcd48a5 ipu_idmac_get_current_buffer +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x5de89742 ipu_image_convert +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x5e04e070 ipu_cpmem_set_yuv_planar_full +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x5e91ed3f ipu_cpmem_dump +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x5f611d64 ipu_dmfc_get +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x60bdf2ec ipu_csi_put +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 0x66bb6066 ipu_idmac_enable_watermark +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x67817e27 ipu_srm_dp_update +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x6b30a0c8 ipu_cpmem_zero +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x6b55b6d3 ipu_cpmem_set_image +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x6c63b92f ipu_dump +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x7068e939 ipu_dc_put +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x7154a2e3 ipu_idmac_put +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x747eaf4e ipu_image_convert_verify +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x7d3b5fbd ipu_prg_channel_disable +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x7f4699e4 ipu_cpmem_set_axi_id +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x8009131b ipu_csi_get +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x84041408 ipu_prg_format_supported +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 0x8597cbb9 ipu_dp_enable +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x8853193e ipu_cpmem_set_stride +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 0x8b452e89 ipu_prg_channel_configure +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x8eb22643 ipu_dp_set_global_alpha +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x9058e289 ipu_smfc_put +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x91ce1a04 ipu_dp_set_window_pos +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x951a09d5 ipu_csi_enable +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x9a6811a3 ipu_set_ic_src_mux +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x9c6c47b0 ipu_idmac_link +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x9c7f1615 ipu_cpmem_set_high_priority +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x9ccfcb9e ipu_map_irq +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x9dbd5905 ipu_ic_calc_csc +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x9f38e177 ipu_dp_enable_channel +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0xa2129f54 ipu_fsu_link +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0xa33e15a6 ipu_cpmem_set_buffer +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 0xa8adc101 ipu_pixelformat_to_colorspace +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0xa92eb4e1 ipu_ic_task_idma_init +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0xa96882d8 ipu_ic_disable +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0xad45841c ipu_cpmem_set_format_rgb +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0xb078a40e ipu_idmac_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 0xbb1442c9 ipu_dp_disable +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0xbf442a8e ipu_cpmem_set_burstsize +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 0xc07c51bf ipu_cpmem_get_burstsize +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0xc2580653 ipu_cpmem_set_resolution +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0xc3c2cdb0 ipu_smfc_disable +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0xc48206a6 ipu_ic_get +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 0xc59c0753 ipu_image_convert_prepare +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0xc608c81b ipu_idmac_disable_channel +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0xc6656c2a ipu_idmac_unlink +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 0xc92181e8 ipu_prg_present +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0xc97e7a0f ipu_di_disable +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 0xcc9cfc36 ipu_set_csi_src_mux +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0xcd2028a0 ipu_idmac_wait_busy +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0xd10ab2e7 ipu_module_disable +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0xd421a235 ipu_idmac_channel_irq +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0xd4513c5a ipu_cpmem_set_uv_offset +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0xd4d10a27 ipu_fsu_unlink +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0xd8f285f0 ipu_vdi_setup +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0xdcc788c5 ipu_prg_enable +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 0xebe9a4e4 ipu_idmac_buffer_is_ready +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0xeca51765 ipu_idmac_select_buffer +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0xeea12b31 ipu_vdi_enable +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0xeef701bb ipu_image_convert_sync +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0xef189e29 ipu_vdi_get +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 0xefe20cfd ipu_prg_disable +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 0xf41f6b28 ipu_dc_disable +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0xf541df2d ipu_vdi_disable +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0xf93ab71d ipu_cpmem_set_yuv_interleaved +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0xfa2f7d92 ipu_dc_get +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0xfb68a5e2 ipu_smfc_get +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0xfe9ed157 ipu_cpmem_set_fmt +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x02aac821 __traceiter_gb_hd_del +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x04c06b3b __traceiter_gb_hd_create +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x11fc99e6 gb_connection_disable_forced +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x1338f071 gb_hd_del +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x14028e17 __SCK__tp_func_gb_hd_add +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x158a8186 __tracepoint_gb_hd_add +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x15d1942f greybus_disabled +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x16209f00 gb_connection_enable +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x17913eb0 gb_operation_create_flags +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x1795cec2 gb_debugfs_get +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x19c8e4e0 __tracepoint_gb_hd_create +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x1eddf6c4 gb_operation_request_send_sync_timeout +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x20183204 gb_connection_latency_tag_enable +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x23d62866 gb_hd_add +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x23f38d99 gb_connection_destroy +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x28c1245d gb_connection_create +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x2a827a07 gb_operation_request_send +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x560ebcd2 gb_operation_get_payload_size_max +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x5a00c37a gb_operation_sync_timeout +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x68fed9e6 gb_operation_unidirectional_timeout +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x6c96e5a7 __traceiter_gb_hd_in +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x6d3bb9ec __SCK__tp_func_gb_message_submit +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x78931394 gb_connection_latency_tag_disable +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x7bfa420b __tracepoint_gb_hd_release +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x7ed96c9c gb_interface_request_mode_switch +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x81690144 gb_connection_disable +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x81e221fb __SCK__tp_func_gb_hd_create +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x820414ca gb_hd_cport_reserve +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x86926498 gb_hd_cport_release_reserved +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x89f514a1 __SCK__tp_func_gb_hd_in +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x8f038965 gb_operation_cancel +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x96f3e1e5 gb_hd_shutdown +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xa60b788f gb_connection_enable_tx +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xab13e72f gb_svc_intf_set_power_mode +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xb43f8d27 __traceiter_gb_hd_release +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xb529c4c2 gb_connection_create_flags +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xb7dac26f __tracepoint_gb_message_submit +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xbdaf8167 greybus_register_driver +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xc15f8f53 gb_operation_put +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xc8a73d45 __traceiter_gb_message_submit +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xcb48e131 gb_connection_disable_rx +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xcb5d72d3 gb_hd_output +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xcc96aaeb gb_operation_get +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xd354c56f gb_operation_response_alloc +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xd66e6d17 gb_connection_create_offloaded +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xd7a75415 __traceiter_gb_hd_add +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xda8b83e0 __tracepoint_gb_hd_in +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xdad3bac3 greybus_message_sent +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xdc336854 gb_hd_create +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xe3eafbd5 gb_operation_result +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xe6161cbe greybus_deregister_driver +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xe6280b35 gb_hd_put +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xeac79e1a __SCK__tp_func_gb_hd_del +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xeb4f918b __tracepoint_gb_hd_del +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xf107a122 __SCK__tp_func_gb_hd_release +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xf725ce82 greybus_data_rcvd +EXPORT_SYMBOL_GPL drivers/hid/hid 0x0241447f __hid_request +EXPORT_SYMBOL_GPL drivers/hid/hid 0x05495392 hid_debug +EXPORT_SYMBOL_GPL drivers/hid/hid 0x061eb430 hidraw_connect +EXPORT_SYMBOL_GPL drivers/hid/hid 0x064b9f9f hidinput_count_leds +EXPORT_SYMBOL_GPL drivers/hid/hid 0x0e4df551 hid_ignore +EXPORT_SYMBOL_GPL drivers/hid/hid 0x1274b058 hid_alloc_report_buf +EXPORT_SYMBOL_GPL drivers/hid/hid 0x19d52f1f hid_quirks_exit +EXPORT_SYMBOL_GPL drivers/hid/hid 0x1ab22569 hid_register_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0x21a92d31 hid_hw_stop +EXPORT_SYMBOL_GPL drivers/hid/hid 0x29290bcd hid_dump_field +EXPORT_SYMBOL_GPL drivers/hid/hid 0x2c0f90ab hid_debug_event +EXPORT_SYMBOL_GPL drivers/hid/hid 0x305bc32f hid_lookup_quirk +EXPORT_SYMBOL_GPL drivers/hid/hid 0x313ba7ea hid_driver_reset_resume +EXPORT_SYMBOL_GPL drivers/hid/hid 0x3798c85a hid_hw_request +EXPORT_SYMBOL_GPL drivers/hid/hid 0x3903b01a hidinput_calc_abs_res +EXPORT_SYMBOL_GPL drivers/hid/hid 0x3b57bd9f hid_dump_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0x3eef1cf5 hid_allocate_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0x4ec25a20 hid_dump_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0x5074714b hidraw_report_event +EXPORT_SYMBOL_GPL drivers/hid/hid 0x564765fd hid_match_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0x5f0f865a hid_driver_resume +EXPORT_SYMBOL_GPL drivers/hid/hid 0x5fc5ceb6 hid_compare_device_paths +EXPORT_SYMBOL_GPL drivers/hid/hid 0x6c4d27e6 hid_match_id +EXPORT_SYMBOL_GPL drivers/hid/hid 0x6c9e397c hid_validate_values +EXPORT_SYMBOL_GPL drivers/hid/hid 0x6fcf2db9 hid_hw_output_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0x71d39a42 hid_setup_resolution_multiplier +EXPORT_SYMBOL_GPL drivers/hid/hid 0x73960649 hid_dump_input +EXPORT_SYMBOL_GPL drivers/hid/hid 0x73b1bafd hid_open_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0x75a3869d hid_resolv_usage +EXPORT_SYMBOL_GPL drivers/hid/hid 0x8350f351 hid_hw_close +EXPORT_SYMBOL_GPL drivers/hid/hid 0x8b13a8b8 hid_snto32 +EXPORT_SYMBOL_GPL drivers/hid/hid 0x8b904fda hid_disconnect +EXPORT_SYMBOL_GPL drivers/hid/hid 0x8dd66ace hid_destroy_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0x955e8c61 hidinput_disconnect +EXPORT_SYMBOL_GPL drivers/hid/hid 0x963ad810 __hid_register_driver +EXPORT_SYMBOL_GPL drivers/hid/hid 0x9641a22f hid_check_keys_pressed +EXPORT_SYMBOL_GPL drivers/hid/hid 0x982df96b hid_output_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0x99e6c5d0 hidinput_connect +EXPORT_SYMBOL_GPL drivers/hid/hid 0x9beb3b56 hid_set_field +EXPORT_SYMBOL_GPL drivers/hid/hid 0x9f28bbf3 hid_report_raw_event +EXPORT_SYMBOL_GPL drivers/hid/hid 0xb7b64b08 hid_input_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0xbf585bec hid_connect +EXPORT_SYMBOL_GPL drivers/hid/hid 0xc3911d3c hid_unregister_driver +EXPORT_SYMBOL_GPL drivers/hid/hid 0xc608bfb3 hid_parse_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0xc7ac178d hid_hw_start +EXPORT_SYMBOL_GPL drivers/hid/hid 0xc7baefe7 hidinput_get_led_field +EXPORT_SYMBOL_GPL drivers/hid/hid 0xcd4b5483 hid_driver_suspend +EXPORT_SYMBOL_GPL drivers/hid/hid 0xcf43be15 hid_field_extract +EXPORT_SYMBOL_GPL drivers/hid/hid 0xe3acf1d8 hidraw_disconnect +EXPORT_SYMBOL_GPL drivers/hid/hid 0xf2bf215a hidinput_report_event +EXPORT_SYMBOL_GPL drivers/hid/hid 0xf58f6d4c hid_hw_open +EXPORT_SYMBOL_GPL drivers/hid/hid 0xf696d54e hid_add_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0xfa355613 hid_quirks_init +EXPORT_SYMBOL_GPL drivers/hid/hid 0xfcd9aec1 hid_hw_raw_request +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat 0x14c1c7f5 roccat_connect +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat 0x2f622ea1 roccat_disconnect +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat 0x3e4427c8 roccat_report_event +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0x297a1676 roccat_common2_device_init_struct +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0x6a5358eb roccat_common2_receive +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0x714b9aeb roccat_common2_sysfs_write +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0x8d1bb07c roccat_common2_send_with_status +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0x90efd508 roccat_common2_send +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0xa7036b44 roccat_common2_sysfs_read +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x3b252782 sensor_hub_register_callback +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x3e9646d3 sensor_hub_device_open +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x4f822dd7 sensor_hub_get_feature +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x781cf1bf sensor_hub_input_get_attribute_info +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0xad64d171 hid_sensor_get_usage_index +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0xb2d6f3dc sensor_hub_remove_callback +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0xe8d754e8 sensor_hub_device_close +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0xf4bb3181 sensor_hub_set_feature +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0xfd5518cc sensor_hub_input_attr_get_raw_value +EXPORT_SYMBOL_GPL drivers/hid/hid-vivaldi-common 0x023b3702 vivaldi_attribute_groups +EXPORT_SYMBOL_GPL drivers/hid/hid-vivaldi-common 0x78b7a695 vivaldi_feature_mapping +EXPORT_SYMBOL_GPL drivers/hid/i2c-hid/i2c-hid 0x1635216a i2c_hid_core_pm +EXPORT_SYMBOL_GPL drivers/hid/i2c-hid/i2c-hid 0x32c4597f i2c_hid_ll_driver +EXPORT_SYMBOL_GPL drivers/hid/i2c-hid/i2c-hid 0x486d715d i2c_hid_core_remove +EXPORT_SYMBOL_GPL drivers/hid/i2c-hid/i2c-hid 0xb0f7b98c i2c_hid_core_probe +EXPORT_SYMBOL_GPL drivers/hid/i2c-hid/i2c-hid 0xba161f6d i2c_hid_core_shutdown +EXPORT_SYMBOL_GPL drivers/hid/uhid 0xe2431f43 uhid_hid_driver +EXPORT_SYMBOL_GPL drivers/hid/usbhid/usbhid 0x01ba0d51 hiddev_hid_event +EXPORT_SYMBOL_GPL drivers/hid/usbhid/usbhid 0xdd1a3c08 usb_hid_driver +EXPORT_SYMBOL_GPL drivers/hsi/clients/ssi_protocol 0x6428f972 ssip_slave_start_tx +EXPORT_SYMBOL_GPL drivers/hsi/clients/ssi_protocol 0xb23bf415 ssip_slave_running +EXPORT_SYMBOL_GPL drivers/hsi/clients/ssi_protocol 0xb6c94dc3 ssip_slave_stop_tx +EXPORT_SYMBOL_GPL drivers/hsi/clients/ssi_protocol 0xe1326df0 ssip_slave_get_master +EXPORT_SYMBOL_GPL drivers/hsi/clients/ssi_protocol 0xf6c3dfd1 ssip_reset_event +EXPORT_SYMBOL_GPL drivers/hsi/controllers/omap_ssi 0xaaf38d7a ssi_waketest +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x2d667d47 hsi_event +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x2eac1b79 hsi_unregister_port_event +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x5210a5bf hsi_board_list +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x62edad3a hsi_remove_client +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x6c619cce hsi_new_client +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x6e43807e hsi_register_controller +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x7097f805 hsi_port_unregister_clients +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x736dc71c hsi_free_msg +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x871a29d5 hsi_unregister_controller +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x871d944b hsi_async +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x8a837ba0 hsi_register_port_event +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x94a655bb hsi_get_channel_id_by_name +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x9843612b hsi_put_controller +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xa8e88753 hsi_claim_port +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xb36ec15a hsi_alloc_controller +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xc4fe2e81 hsi_register_client_driver +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xca492cd9 hsi_alloc_msg +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xd0535bf7 hsi_add_clients_from_dt +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xf59303dd hsi_release_port +EXPORT_SYMBOL_GPL drivers/hwmon/adt7x10 0xd914608a 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 0x2ff494fb nct6775_probe +EXPORT_SYMBOL_GPL drivers/hwmon/nct6775-core 0x4aed0c32 nct6775_show_beep +EXPORT_SYMBOL_GPL drivers/hwmon/nct6775-core 0x4bcde5d9 nct6775_reg_is_word_sized +EXPORT_SYMBOL_GPL drivers/hwmon/nct6775-core 0xaf9bfaec nct6775_store_beep +EXPORT_SYMBOL_GPL drivers/hwmon/nct6775-core 0xe067b380 nct6775_show_alarm +EXPORT_SYMBOL_GPL drivers/hwmon/nct6775-core 0xe48aaa11 nct6775_update_device +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0x4949665c intel_th_free +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0x4c17ab2f intel_th_output_enable +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0x55a9192d intel_th_trace_switch +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0x85db8669 intel_th_trace_enable +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0x86d69d7e intel_th_driver_unregister +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0x942b0ab0 intel_th_driver_register +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0xa285c54d intel_th_trace_disable +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0xa74fc66c intel_th_set_output +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0xeb5502fb intel_th_alloc +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th_msu 0x1ba353dd intel_th_msu_buffer_unregister +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th_msu 0x2b777af1 intel_th_msu_buffer_register +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th_msu 0xa6bbcc5a intel_th_msc_window_unlock +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0x2609f5bf stm_register_device +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0x2bd990c7 stm_source_unregister_device +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0x4d93a135 stm_unregister_device +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0x4f9ad4bf to_pdrv_policy_node +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0x80492e92 stm_register_protocol +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0xaa611e68 stm_source_write +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0xbcf63267 stm_data_write +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0xbd7f01c6 stm_unregister_protocol +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0xef9c8ab4 stm_source_register_device +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-ccgx-ucsi 0x9a73b54d i2c_new_ccgx_ucsi +EXPORT_SYMBOL_GPL drivers/i2c/i2c-mux 0x0a95e7bc i2c_mux_add_adapter +EXPORT_SYMBOL_GPL drivers/i2c/i2c-mux 0x24c98aa5 i2c_mux_del_adapters +EXPORT_SYMBOL_GPL drivers/i2c/i2c-mux 0x4fd656b9 i2c_mux_alloc +EXPORT_SYMBOL_GPL drivers/i2c/i2c-mux 0xe6d15512 i2c_root_adapter +EXPORT_SYMBOL_GPL drivers/i2c/i2c-smbus 0x03bdce37 i2c_handle_smbus_alert +EXPORT_SYMBOL_GPL drivers/i2c/i2c-smbus 0x0c198545 i2c_free_slave_host_notify_device +EXPORT_SYMBOL_GPL drivers/i2c/i2c-smbus 0x17e74557 i2c_new_slave_host_notify_device +EXPORT_SYMBOL_GPL drivers/i2c/i2c-smbus 0xd564bead i2c_register_spd +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x0bb3d2a1 i3c_master_do_daa +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x168ebec4 i3c_master_disec_locked +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x19006a79 i3c_master_add_i3c_dev_locked +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x22e55961 i3c_device_match_id +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x2d70061b i3c_device_do_priv_xfers +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x36f2df43 i3c_device_get_info +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x46761b10 i3c_device_do_setdasa +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x4b0e58f4 i3c_master_get_free_addr +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x4cb46221 i3c_master_unregister +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x542f8741 i3c_driver_register_with_owner +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x55224809 i3c_master_defslvs_locked +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x63c59b5e i3c_device_request_ibi +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x76fe3e05 i3c_generic_ibi_free_pool +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x7a5133d6 i3c_generic_ibi_alloc_pool +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x7e1794f6 i3c_master_register +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x7ec8805e i3c_master_queue_ibi +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x8ab8463e i3c_generic_ibi_get_free_slot +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x93cfde63 i3c_master_entdaa_locked +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xae682610 i3c_master_enec_locked +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xb1074f05 i3c_generic_ibi_recycle_slot +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xb52173d0 i3c_device_free_ibi +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xc3815cf7 i3cdev_to_dev +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xc4065202 i3c_driver_unregister +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xc53f6b51 i3c_device_disable_ibi +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xd695f9b7 i3c_device_enable_ibi +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xe5332c13 dev_to_i3cdev +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xf757c05c i3c_master_set_info +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 0x8998e8b2 iio_channel_cb_get_channels +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-cb 0xc4d2698a iio_channel_cb_get_iio_dev +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-cb 0xc87e2462 iio_channel_get_all_cb +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 0x249f6485 iio_dma_buffer_request_update +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0x39c4c743 iio_dma_buffer_disable +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0x463c4f8e iio_dma_buffer_block_list_abort +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0x61c4822d iio_dma_buffer_data_available +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0x86a06d69 iio_dma_buffer_read +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0xb5b23965 iio_dma_buffer_exit +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0xbb818fd7 iio_dma_buffer_enable +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0xbbfc83c7 iio_dma_buffer_release +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0xc401e0e6 iio_dma_buffer_block_done +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0xcbe27c8b iio_dma_buffer_set_length +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0xcd9e2250 iio_dma_buffer_init +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0xd35a9069 iio_dma_buffer_set_bytes_per_datum +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dmaengine 0x590eaf5b 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 0x864fdbf7 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 0xc9ab240a iio_hw_consumer_alloc +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-triggered-buffer 0xc5ddf89b devm_iio_triggered_buffer_setup_ext +EXPORT_SYMBOL_GPL drivers/iio/buffer/kfifo_buf 0xbeee9292 devm_iio_kfifo_buffer_setup_ext +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0x044bc3f5 cros_ec_sensors_ext_info +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0x13626f85 cros_ec_sensors_read_cmd +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0x35940ca5 cros_ec_sensors_core_read +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0x396b9394 cros_ec_sensors_core_read_avail +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0x5e1332c0 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 0x9dd47248 cros_ec_sensors_pm_ops +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0x9fb1d0e4 cros_ec_sensors_core_write +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0xd8f4df40 cros_ec_sensors_push_data +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0xe31b99c4 cros_ec_sensors_core_init +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0xf42d3296 cros_ec_sensors_read_lpc +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0xf78457f9 cros_ec_sensors_core_register +EXPORT_SYMBOL_GPL drivers/iio/gyro/bmg160_core 0x791b9fa8 bmg160_core_probe +EXPORT_SYMBOL_GPL drivers/iio/gyro/bmg160_core 0xac1f35c1 bmg160_core_remove +EXPORT_SYMBOL_GPL drivers/iio/gyro/bmg160_core 0xaed9fa13 bmg160_pm_ops +EXPORT_SYMBOL_GPL drivers/iio/imu/fxos8700_core 0x3285d262 fxos8700_core_probe +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x04f1a901 iio_channel_release +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x0acc880e iio_device_release_buffer_mode +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x0e081257 iio_buffer_enabled +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x1ac86a7a iio_device_get_current_mode +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x1cc932b3 iio_push_to_buffers_with_ts_unaligned +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x1de45cdf iio_read_channel_ext_info +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x20ce344a iio_format_value +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x216bc4ac iio_map_array_unregister +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x264a33df devm_iio_channel_get +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x266820b8 iio_read_channel_processed +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x26f6b499 iio_str_to_fixpoint +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x3124f533 iio_validate_scan_mask_onehot +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x316cea1a iio_write_channel_raw +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x3543401f iio_alloc_pollfunc +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x3645214a iio_enum_read +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x396dfb60 iio_enum_available_read +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x40584b22 iio_get_channel_type +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x433bbaca iio_get_debugfs_dentry +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x4d5f2986 devm_iio_trigger_register +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x5455a4ce iio_read_channel_offset +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x54c48cb4 iio_read_max_channel_raw +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x57a8ce89 devm_fwnode_iio_channel_get_by_name +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x58ff1060 iio_get_channel_ext_info_count +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x59bf3129 devm_iio_channel_get_all +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x5ba3873a iio_read_channel_attribute +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x5cfaf9fd iio_read_channel_raw +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x603c6bc8 iio_device_claim_direct_mode +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x603d5107 iio_read_avail_channel_attribute +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x606f49a1 iio_read_channel_scale +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x618cee6a iio_buffer_get +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x6451a340 iio_pop_from_buffer +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x665ea285 iio_enum_write +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x66eeb3e5 iio_buffer_put +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x6715670a __devm_iio_trigger_alloc +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x6ae40d0b devm_iio_device_alloc +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x89a321ee iio_update_buffers +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x8aa395a2 iio_device_claim_buffer_mode +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x8e1000ba iio_channel_get_all +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xa87fb510 iio_device_id +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xb00a995c iio_push_to_buffers +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xb030109a devm_iio_map_array_register +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xb34e5ce0 iio_device_attach_buffer +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xc1d9c8ef iio_channel_release_all +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xcceffcf4 __devm_iio_device_register +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xcdf6dda6 iio_map_array_register +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xd59c4557 iio_show_mount_matrix +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xd64b7fb4 iio_channel_get +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xd77af335 iio_convert_raw_to_processed +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xe0537664 iio_device_release_direct_mode +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xe0e61fe8 iio_read_channel_average_raw +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xeb878ecd fwnode_iio_channel_get_by_name +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xef31f929 iio_read_avail_channel_raw +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xf1b97783 iio_write_channel_ext_info +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xf2e2b898 iio_write_channel_attribute +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xf2e75d94 iio_read_channel_processed_scale +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xf3017c63 iio_dealloc_pollfunc +EXPORT_SYMBOL_GPL drivers/infiniband/core/ib_core 0xdbd019c4 ib_wq +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0x467727d3 rtrs_iu_free +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0xaa30c1c0 rtrs_cq_qp_create +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0xaa560246 rtrs_iu_alloc +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0xaa7f1db7 rtrs_iu_post_rdma_write_imm +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0xd77bb96c rtrs_iu_post_send +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0xdd10e169 rtrs_send_hb_ack +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0xe3e6682b rtrs_stop_hb +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0xee405497 rtrs_post_recv_empty +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0xefec39ab rtrs_init_hb +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0xf46205d7 rtrs_start_hb +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0xfca5f9e3 rtrs_iu_post_recv +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0xff6f2b32 rtrs_cq_qp_destroy +EXPORT_SYMBOL_GPL drivers/input/ff-memless 0xa964a6e7 input_ff_create_memless +EXPORT_SYMBOL_GPL drivers/input/matrix-keymap 0xc72048bd matrix_keypad_parse_properties +EXPORT_SYMBOL_GPL drivers/input/misc/adxl34x 0x66535a18 adxl34x_suspend +EXPORT_SYMBOL_GPL drivers/input/misc/adxl34x 0xdd34cd62 adxl34x_probe +EXPORT_SYMBOL_GPL drivers/input/misc/adxl34x 0xe4586827 adxl34x_resume +EXPORT_SYMBOL_GPL drivers/input/misc/adxl34x 0xec511022 adxl34x_remove +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x18ce73f2 rmi_2d_sensor_of_probe +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x2808b76b rmi_register_transport_device +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x3445c788 rmi_of_property_read_u32 +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x3b9ddd5d __rmi_register_function_handler +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x61ed5c65 rmi_2d_sensor_abs_process +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x8ab044d8 rmi_set_attn_data +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x922d2893 rmi_driver_suspend +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0xa171d51e rmi_2d_sensor_abs_report +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0xb1dc686d rmi_2d_sensor_configure_input +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0xbd466c19 rmi_driver_resume +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0xcaf46c62 rmi_2d_sensor_rel_report +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0xdef1d379 rmi_unregister_function_handler +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0xf3bdf190 rmi_dbg +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp4_core 0x9c284e82 cyttsp4_probe +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp4_core 0xcf227eaf cyttsp4_pm_ops +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp4_core 0xe7f66274 cyttsp4_remove +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_core 0x222ff713 cyttsp_pm_ops +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_core 0x50db2f17 cyttsp_probe +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_i2c_common 0x8bb6b1fd cyttsp_i2c_write_block_data +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_i2c_common 0xa418f7da cyttsp_i2c_read_block_data +EXPORT_SYMBOL_GPL drivers/input/touchscreen/tsc200x-core 0x7089afbf tsc200x_remove +EXPORT_SYMBOL_GPL drivers/input/touchscreen/tsc200x-core 0x9287d5e9 tsc200x_pm_ops +EXPORT_SYMBOL_GPL drivers/input/touchscreen/tsc200x-core 0x9c8f0e0f tsc200x_regmap_config +EXPORT_SYMBOL_GPL drivers/input/touchscreen/tsc200x-core 0xe7ad2bcd tsc200x_probe +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x0aba6fa8 wm97xx_set_suspend_mode +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x134fb9bb wm97xx_config_gpio +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x1d2ec879 wm97xx_read_aux_adc +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x596bbd61 wm97xx_reg_write +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x65a755aa wm97xx_reg_read +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x6d715734 wm9705_codec +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x70cf4a6e wm9712_codec +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x967dad25 wm97xx_set_gpio +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x9c601e13 wm97xx_get_gpio +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xae89df87 wm97xx_register_mach_ops +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xbc654af0 wm9713_codec +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xdebdd48d wm97xx_unregister_mach_ops +EXPORT_SYMBOL_GPL drivers/interconnect/imx/imx-interconnect 0x2baca5c1 imx_icc_register +EXPORT_SYMBOL_GPL drivers/interconnect/imx/imx-interconnect 0xc8d6d7d2 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 0x1380a861 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 0x18634db2 qcom_icc_rpmh_remove +EXPORT_SYMBOL_GPL drivers/interconnect/qcom/icc-rpmh 0x1db996cc qcom_icc_rpmh_probe +EXPORT_SYMBOL_GPL drivers/interconnect/qcom/icc-rpmh 0x1fec2db2 qcom_icc_set +EXPORT_SYMBOL_GPL drivers/interconnect/qcom/icc-rpmh 0x37050a6c qcom_icc_pre_aggregate +EXPORT_SYMBOL_GPL drivers/interconnect/qcom/icc-rpmh 0x69399dfe qcom_icc_bcm_init +EXPORT_SYMBOL_GPL drivers/interconnect/qcom/icc-rpmh 0xa47249f5 qcom_icc_aggregate +EXPORT_SYMBOL_GPL drivers/interconnect/qcom/icc-smd-rpm 0x81e513ad qcom_icc_rpm_smd_available +EXPORT_SYMBOL_GPL drivers/interconnect/qcom/icc-smd-rpm 0xe8dbdc6c qcom_icc_rpm_smd_send +EXPORT_SYMBOL_GPL drivers/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 0x448cd974 ipack_bus_unregister +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x613c3661 ipack_driver_unregister +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x64b2a8d4 ipack_get_device +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x97b57767 ipack_put_device +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0xc6a58f4a ipack_device_del +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0xd3e22438 ipack_driver_register +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0xd8408e54 ipack_bus_register +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0xe1da4340 ipack_device_add +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0xeb80d95e ipack_device_init +EXPORT_SYMBOL_GPL drivers/leds/led-class-flash 0x098b68f1 led_classdev_flash_unregister +EXPORT_SYMBOL_GPL drivers/leds/led-class-flash 0x3d07993c devm_led_classdev_flash_register_ext +EXPORT_SYMBOL_GPL drivers/leds/led-class-flash 0x54419b8d led_classdev_flash_register_ext +EXPORT_SYMBOL_GPL drivers/leds/led-class-flash 0x5a439372 led_get_flash_fault +EXPORT_SYMBOL_GPL drivers/leds/led-class-flash 0x79995dcd devm_led_classdev_flash_unregister +EXPORT_SYMBOL_GPL drivers/leds/led-class-flash 0xb36f0089 led_set_flash_timeout +EXPORT_SYMBOL_GPL drivers/leds/led-class-flash 0xb5ab14a7 led_update_flash_brightness +EXPORT_SYMBOL_GPL drivers/leds/led-class-flash 0xfce686d4 led_set_flash_brightness +EXPORT_SYMBOL_GPL drivers/leds/led-class-multicolor 0x166898d1 devm_led_classdev_multicolor_unregister +EXPORT_SYMBOL_GPL drivers/leds/led-class-multicolor 0x2b075265 led_mc_calc_color_components +EXPORT_SYMBOL_GPL drivers/leds/led-class-multicolor 0x2b880d69 led_classdev_multicolor_unregister +EXPORT_SYMBOL_GPL drivers/leds/led-class-multicolor 0x4f1a4d19 led_classdev_multicolor_register_ext +EXPORT_SYMBOL_GPL drivers/leds/led-class-multicolor 0x86452213 devm_led_classdev_multicolor_register_ext +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x219fb8cb lp55xx_is_extclk_used +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x33ce8ac5 lp55xx_write +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x4975ca60 lp55xx_init_device +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x5e1dfeff lp55xx_read +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x5fa2ee6d lp55xx_unregister_sysfs +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x6fbe38eb lp55xx_deinit_device +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x8ba23d98 lp55xx_register_sysfs +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0xa311f6b9 lp55xx_of_populate_pdata +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0xaab29e03 lp55xx_register_leds +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0xb7f24d92 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 0x0119efc9 __traceiter_bcache_btree_node_compact +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x02c6af77 __traceiter_bcache_request_end +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x05907c93 __tracepoint_bcache_btree_insert_key +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x06bceaa1 __SCK__tp_func_bcache_btree_gc_coalesce +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x0a62aea7 __tracepoint_bcache_btree_cache_cannibalize +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x0b35a728 __traceiter_bcache_btree_node_alloc +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x0bc0be45 __SCK__tp_func_bcache_bypass_sequential +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x14aa2ed6 __traceiter_bcache_bypass_congested +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x15f3de09 __SCK__tp_func_bcache_read_retry +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x17a83e40 __traceiter_bcache_writeback +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 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 0x1f5139e5 __traceiter_bcache_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x22ae6324 __SCK__tp_func_bcache_btree_node_split +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x25bbd6d5 __tracepoint_bcache_btree_write +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 0x30556300 __tracepoint_bcache_btree_node_alloc +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x3079df16 __tracepoint_bcache_gc_end +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x31057c80 __tracepoint_bcache_journal_entry_full +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x42d9a3bf __traceiter_bcache_gc_start +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x46c66897 __SCK__tp_func_bcache_btree_read +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x4a2d1241 __SCK__tp_func_bcache_btree_node_compact +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x51d0e534 __SCK__tp_func_bcache_btree_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x542d30cf __traceiter_bcache_journal_full +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x557d987c __traceiter_bcache_bypass_sequential +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x5a227cbf __tracepoint_bcache_gc_copy +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x5c3a68b9 __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 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 0x628aeadd __tracepoint_bcache_read +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x6457cb54 __tracepoint_bcache_journal_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x64e39418 __traceiter_bcache_writeback_collision +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x6697827f __SCK__tp_func_bcache_writeback +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x67abbb76 __tracepoint_bcache_btree_node_compact +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x6e74dca7 __SCK__tp_func_bcache_btree_node_free +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x71388d39 __tracepoint_bcache_journal_full +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x7267dab1 __tracepoint_bcache_request_start +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x72a3de4b __tracepoint_bcache_invalidate +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x79eeb380 __SCK__tp_func_bcache_gc_copy_collision +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x7b6679bd __tracepoint_bcache_alloc_fail +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x803c2c0b __tracepoint_bcache_btree_node_alloc_fail +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x80e3881d __SCK__tp_func_bcache_request_end +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x82fa505e __tracepoint_bcache_btree_gc_coalesce +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x84a1d157 __traceiter_bcache_journal_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x8ad20d61 __SCK__tp_func_bcache_request_start +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x8ae53615 __tracepoint_bcache_cache_insert +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x8da66a98 __traceiter_bcache_read_retry +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x8f8604ba __tracepoint_bcache_bypass_sequential +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x8f9b2d66 __traceiter_bcache_invalidate +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x92662b95 __tracepoint_bcache_writeback_collision +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x98ddc365 __tracepoint_bcache_bypass_congested +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x9a6f4d9f __SCK__tp_func_bcache_read +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x9c271314 __tracepoint_bcache_btree_read +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x9c29a067 __tracepoint_bcache_gc_start +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x9ce21c84 __SCK__tp_func_bcache_journal_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x9d23546a __tracepoint_bcache_btree_set_root +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 0xae376946 __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 0xb6134ee4 __traceiter_bcache_btree_cache_cannibalize +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xb756a336 __traceiter_bcache_alloc_fail +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xba843c3f __SCK__tp_func_bcache_gc_end +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xbf91c6e9 __traceiter_bcache_gc_end +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xbfd46da1 __traceiter_bcache_btree_set_root +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xc7fd0138 __tracepoint_bcache_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xc8ae4213 __SCK__tp_func_bcache_btree_node_alloc +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xc9b2e797 __traceiter_bcache_journal_entry_full +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xcf12a58a __tracepoint_bcache_read_retry +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xd4059bcc __traceiter_bcache_btree_read +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xd886a31b __traceiter_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 0xda554237 __tracepoint_bcache_btree_node_split +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xdba23768 __tracepoint_bcache_journal_replay_key +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xe0db78fc __traceiter_bcache_btree_node_free +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xe16c06b3 __SCK__tp_func_bcache_gc_start +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xe2697980 __traceiter_bcache_read +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xe4438358 __traceiter_bcache_request_start +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xe754d114 __tracepoint_bcache_writeback +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 0xf488bbfc __tracepoint_bcache_request_end +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xf6249e5f __SCK__tp_func_bcache_journal_replay_key +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xf6757dfe __traceiter_bcache_btree_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xf7fba67a __tracepoint_bcache_btree_node_free +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xfd6b5d80 __SCK__tp_func_bcache_btree_insert_key +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xfda8097f __tracepoint_bcache_gc_copy_collision +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x02f9a51c dm_cell_get_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x0b4ca152 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 0x1b618c5a 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 0x33b2792a dm_cell_release +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x449312ab dm_bio_prison_alloc_cell_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x4666a457 dm_cell_quiesce_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x4afdd99e dm_bio_detain +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x53283f8d 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 0x7aaa3c74 dm_cell_put_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x7ba03796 dm_cell_error +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x907a1725 dm_bio_prison_free_cell +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x947b8a85 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 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 0xb980a0db dm_get_cell +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xbf8e6f9d dm_cell_lock_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xc19c9c38 dm_bio_prison_alloc_cell +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xc58db2af dm_bio_prison_free_cell_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xca2e3a88 dm_deferred_entry_inc +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xd3cace82 dm_cell_release_no_holder +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xd99e003d dm_bio_prison_create_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-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 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 0x9ca57d77 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 0xb2438d54 dm_bufio_release_move +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xc0d7df85 dm_bufio_new +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xc9a3422d dm_bufio_write_dirty_buffers_async +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xcd2ba798 dm_bufio_forget +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xd4bddf5c dm_bufio_issue_flush +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xd991e3b9 dm_bufio_get_device_size +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xe6024e59 dm_bufio_release +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xebcc64a4 dm_bufio_get_block_data +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xeca7949e dm_bufio_client_destroy +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xed3283a4 dm_bufio_set_sector_offset +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xf241a6eb dm_bufio_forget_buffers +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x0efbca4c btracker_promotion_already_present +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x1c852cab btracker_nr_demotions_queued +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x2632ab11 dm_cache_policy_get_version +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x4627c218 dm_cache_policy_destroy +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x481a0b15 btracker_create +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x5adc2807 btracker_destroy +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x5d3ed0ad dm_cache_policy_unregister +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 0xde33f911 dm_cache_policy_create +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0xe6c5d30f dm_cache_policy_register +EXPORT_SYMBOL_GPL drivers/md/dm-multipath 0x45a87659 dm_register_path_selector +EXPORT_SYMBOL_GPL drivers/md/dm-multipath 0x6b87aa1a dm_unregister_path_selector +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x01d2f9ac dm_rh_recovery_start +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x0706dfbc 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 0x40d2c74a dm_rh_dirty_log +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x57e16c3e dm_rh_get_state +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x5f4a6e61 dm_rh_dec +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x6a6f6abd dm_rh_inc_pending +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x7774620f dm_rh_stop_recovery +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 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 0xb47e0832 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 0xcd4d9cab dm_rh_bio_to_region +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xd8aa4284 dm_rh_region_context +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xf92b8a3d dm_rh_get_region_size +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xfbbdeadf dm_rh_mark_nosync +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 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 0xbdbdfe0c dm_block_manager_create +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xbdde4031 dm_btree_empty +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xcd28942d dm_tm_create_with_sm +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xd017c9c7 dm_array_new +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xd163cade dm_tm_commit +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xd8682982 dm_btree_insert +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xdb2c8e97 dm_btree_lookup +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xe07a2542 dm_bitset_new +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xe0e68183 dm_array_resize +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xe41c4f79 dm_tm_open_with_sm +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xe781f874 dm_tm_dec +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xecc1aeba dm_bitset_test_bit +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xedf5036f dm_bitset_flush +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xf2b4509a dm_btree_cursor_get_value +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xf3e25192 dm_bm_checksum +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xf71f197e dm_btree_cursor_next +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x03cb2990 cec_transmit_msg +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x2276b454 cec_s_phys_addr_from_edid +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x2631987c cec_notifier_conn_register +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x330c9c08 cec_queue_pin_hpd_event +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x3a6466e8 cec_transmit_attempt_done_ts +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x4a165b90 cec_notifier_cec_adap_unregister +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x4e95ba39 cec_notifier_parse_hdmi_phandle +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x5587af90 cec_fill_conn_info_from_drm +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x673aae68 cec_s_phys_addr +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x7e493d60 cec_s_conn_info +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x8f490468 cec_register_adapter +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xa01fbb6b cec_notifier_set_phys_addr +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xad1b771a 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 0xb14f5923 cec_queue_pin_5v_event +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xbca7a692 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 0xcd2590b5 cec_unregister_adapter +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xcfc51478 cec_notifier_cec_adap_register +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xd60b5e43 cec_allocate_adapter +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xd6fd4120 cec_delete_adapter +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xe528a149 cec_received_msg_ts +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xfc6d3ccb cec_queue_pin_cec_event +EXPORT_SYMBOL_GPL drivers/media/common/b2c2/b2c2-flexcop 0x66c0289a b2c2_flexcop_debug +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x1895c460 smscore_putbuffer +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x21e36bf2 smscore_registry_getmode +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x2e0ba73c smscore_register_hotplug +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x34bf0e61 smscore_translate_msg +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x37d91069 smsendian_handle_tx_message +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x45284ae9 smsendian_handle_rx_message +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x4bd41219 sms_board_power +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x59d81c5e smscore_get_board_id +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x5b83d7a1 sms_board_lna_control +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x5bc24769 smscore_set_board_id +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x63222b29 smsclient_sendrequest +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x65641038 sms_board_led_feedback +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x6f24e229 sms_board_setup +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x74cb40f3 smscore_unregister_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 0x8062ba6c smscore_register_device +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x830832b3 smscore_getbuffer +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x844539ae sms_get_board +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xa8b79f61 smscore_get_device_mode +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xb60c07dd smscore_start_device +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xbbdb5c42 smscore_unregister_client +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xbe867cb2 sms_board_event +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xd66ec11d smscore_onresponse +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xe1c2b19b smscore_unregister_device +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xf3f5ce73 smscore_register_client +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 0x02f2dc02 vb2_plane_cookie +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x067196c5 vb2_core_streamon +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 0x1444039e vb2_core_querybuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x2bce9de8 vb2_thread_start +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x3256ca21 __traceiter_vb2_dqbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x3408719a vb2_core_queue_release +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x35b2eed2 vb2_wait_for_all_buffers +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x45d73a36 vb2_thread_stop +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x4a5a2a1a vb2_plane_vaddr +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x5f9e9fbf __tracepoint_vb2_buf_done +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x5fce5e90 vb2_core_create_bufs +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x67b3966c vb2_core_dqbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x736338cc vb2_request_object_is_buffer +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x77ea484c vb2_buffer_done +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x7e0c3a8b vb2_core_expbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x8a94cb1e vb2_core_prepare_buf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x8d8f7cfd __tracepoint_vb2_buf_queue +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x8e69fd6a vb2_queue_error +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xa88d1c75 vb2_discard_done +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xb6f4b031 __SCK__tp_func_vb2_qbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xb85ad0a8 __tracepoint_vb2_dqbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xb9bcd284 vb2_mmap +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xb9d2df39 __SCK__tp_func_vb2_dqbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xbf62d115 vb2_core_qbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xbffd3826 vb2_read +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xc53ceb59 __traceiter_vb2_qbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xc7b45aa4 __SCK__tp_func_vb2_buf_done +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xc8877e96 vb2_core_poll +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xc9dbf5f0 vb2_write +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xcd9477c5 vb2_core_queue_init +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xd2b8f52e vb2_core_streamoff +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xdc2e9182 vb2_core_reqbufs +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xde39a58b __traceiter_vb2_buf_queue +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xe40f9dda vb2_request_buffer_cnt +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xe58a2770 __tracepoint_vb2_qbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xe719e7e5 __traceiter_vb2_buf_done +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-dma-contig 0x0bde1347 vb2_dma_contig_set_max_seg_size +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-dma-contig 0xf4a86bc6 vb2_dma_contig_memops +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-dma-sg 0x4f46c103 vb2_dma_sg_memops +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-memops 0x0bd71ba9 vb2_common_vm_ops +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x06b6a822 vb2_queue_init +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x12f56a7f vb2_dqbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x1784f4b6 vb2_streamoff +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x183fb079 vb2_request_validate +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x188f638e vb2_ioctl_reqbufs +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x290bb07f vb2_request_queue +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x2b3c0f86 vb2_streamon +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x2b5ee5db vb2_prepare_buf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x2bb9ff30 vb2_queue_init_name +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x3b641bc0 vb2_ioctl_prepare_buf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x3fb7e442 vb2_queue_change_type +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x4a4ed733 vb2_reqbufs +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x5150bd07 vb2_poll +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x645abf03 vb2_ioctl_dqbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x723dfffb vb2_ioctl_streamon +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x74f162dc vb2_find_buffer +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x78a8ffe5 vb2_ioctl_streamoff +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x8bfbcda9 vb2_ops_wait_finish +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x8d022da7 vb2_expbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x9c4aa931 vb2_ioctl_querybuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x9d756495 vb2_queue_release +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x9fef3d4d vb2_fop_mmap +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xaa6dbfb8 vb2_fop_write +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xafaacf0e vb2_video_unregister_device +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xafc17048 vb2_fop_poll +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xc8da65dd vb2_create_bufs +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xc90c7881 vb2_fop_release +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xd1699104 _vb2_fop_release +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xd26b440c vb2_qbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xd678f193 vb2_ioctl_qbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xdb36c855 vb2_ioctl_expbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xecf634a1 vb2_fop_read +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xf7c6b421 vb2_ioctl_create_bufs +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xf8e95896 vb2_ops_wait_prepare +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-vmalloc 0xe09b6d46 vb2_vmalloc_memops +EXPORT_SYMBOL_GPL drivers/media/dvb-core/dvb-core 0x82f3807e dvb_create_media_graph +EXPORT_SYMBOL_GPL drivers/media/dvb-core/dvb-core 0xb0ff6f35 dvb_module_release +EXPORT_SYMBOL_GPL drivers/media/dvb-core/dvb-core 0xdf58852b dvb_module_probe +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/as102_fe 0x54f144af as102_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/cx24117 0xbd644137 cx24117_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/gp8psk-fe 0x084531fe gp8psk_fe_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/mxl5xx 0x546edd11 mxl5xx_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stv0910 0xd7bfd39b stv0910_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stv6111 0x293be486 stv6111_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tda18271c2dd 0x0c60226f tda18271c2dd_attach +EXPORT_SYMBOL_GPL drivers/media/i2c/aptina-pll 0x11b8528d aptina_pll_calculate +EXPORT_SYMBOL_GPL drivers/media/i2c/ccs-pll 0x87be11df ccs_pll_calculate +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0x01e62ecb max9271_disable_gpios +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0x193bd1e4 max9271_set_translation +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0x2103c202 max9271_set_high_threshold +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0x21230d2f max9271_set_address +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0x2a0efed5 max9271_set_gpios +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0x6d995bc6 max9271_verify_id +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0x896afccd max9271_wake_up +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0xabe0950b max9271_configure_gmsl_link +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0xc7d43d96 max9271_configure_i2c +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0xd5be38dd max9271_set_deserializer_address +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0xe9c3191f max9271_enable_gpios +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0xeef53bed max9271_set_serial_link +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0xfa4fbdb4 max9271_clear_gpios +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x0b909fc5 media_get_pad_index +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x102507e5 media_entity_pipeline +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x16f30606 media_device_pci_init +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x194bbb54 media_request_object_bind +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x19c2defe media_graph_walk_start +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x1aec7acc media_entity_enum_init +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x20a47832 media_device_unregister +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x2980900a __media_entity_setup_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x2f0d034e media_request_object_put +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x3107b77d media_request_object_complete +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x3523cbe1 media_device_cleanup +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x3805ec33 media_request_object_init +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x3dcd2600 media_devnode_create +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x3fe6b992 media_device_delete +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x40aac905 media_entity_pads_init +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x422ca6e9 media_pad_pipeline +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x46b36547 media_pad_remote_pad_first +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x4ddc5ff5 media_device_unregister_entity +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x59560e99 media_request_object_unbind +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x5aa2607d media_entity_remove_links +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x5fa8b87c media_device_usb_allocate +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x60899c4e __media_device_register +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x6b93bb66 __media_pipeline_stop +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x6d9b045e media_device_register_entity_notify +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x6f282208 media_pipeline_start +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x7216304c media_request_object_find +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x7232c5de media_remove_intf_links +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x751d61f4 media_entity_remote_pad_unique +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x7889a7e2 media_device_register_entity +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x7c894b72 __media_device_usb_init +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x87f994a0 media_pipeline_stop +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x8b6d7ea2 media_graph_walk_cleanup +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x8bf3be05 media_request_put +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x8f089c34 media_entity_get_fwnode_pad +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x9391168f media_device_unregister_entity_notify +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x93fc0749 media_device_init +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x98e02382 media_pad_remote_pad_unique +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x9dee73ba __media_remove_intf_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xa8b45ebe media_devnode_remove +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xb0c6d009 media_create_pad_links +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xb0c8daf4 media_create_ancillary_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xb2d0a343 media_graph_walk_next +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xb9e14527 media_request_get_by_fd +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xbdbcddfd media_graph_walk_init +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xcaada623 media_entity_setup_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xcb77eec3 media_remove_intf_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xcf59df65 __media_pipeline_start +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xd32e53d2 __media_entity_next_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xdf1fe9df media_entity_find_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xdff0865a __media_remove_intf_links +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xe5a318d5 media_pipeline_alloc_start +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xe5ceecd6 media_entity_enum_cleanup +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xe9fbf6ee media_create_pad_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xfdaf765a media_create_intf_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xff69a217 __media_entity_remove_links +EXPORT_SYMBOL_GPL drivers/media/pci/cx88/cx88xx 0x358bb978 cx88_setup_xc3028 +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x0b5f5877 mantis_uart_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x0e435462 mantis_uart_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x1650e700 mantis_frontend_soft_reset +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x579afd2c mantis_pci_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x5bf21d4e mantis_gpio_set_bits +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x6be0d355 mantis_dma_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x6f56ad46 mantis_i2c_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x782272a8 mantis_ca_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x7be865cb mantis_dvb_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x801b848e mantis_ca_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x834a977b mantis_dma_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x850cfe51 mantis_frontend_power +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x87fce968 mantis_i2c_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x934221e5 mantis_dvb_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x9fbe1ab1 mantis_stream_control +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xb1fba282 mantis_pci_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xc6ff4967 mantis_input_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xd468b046 mantis_get_mac +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xf15714f0 mantis_input_init +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x14f5b90d saa7134_s_tuner +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x17c5d085 saa7134_g_tuner +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x1fbb9c6c saa7134_ts_buffer_prepare +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x238ae129 saa7134_ts_start_streaming +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x23954b4d saa7134_ts_stop_streaming +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x2ad9f5da saa7134_ts_qops +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x5605dce8 saa7134_querystd +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x5d2810d3 saa7134_querycap +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x63b13fc1 saa7134_enum_input +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x752ba6c4 saa7134_ts_queue_setup +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xa1366d4f saa7134_stop_streaming +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xa3e8f65b saa7134_s_std +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xb3c6db3e saa7134_g_std +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xb56c1224 saa7134_s_frequency +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xb9a09695 saa7134_g_frequency +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xcdb35f40 saa7134_s_input +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xcfb70c9d saa7134_ts_buffer_init +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xf3136016 saa7134_g_input +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xf394b47e saa7134_vb2_buffer_queue +EXPORT_SYMBOL_GPL drivers/media/platform/marvell/mcam-core 0x209c7d9a mccic_resume +EXPORT_SYMBOL_GPL drivers/media/platform/marvell/mcam-core 0x725a0c52 mccic_irq +EXPORT_SYMBOL_GPL drivers/media/platform/marvell/mcam-core 0xbacafa70 mccic_shutdown +EXPORT_SYMBOL_GPL drivers/media/platform/marvell/mcam-core 0xdf3ee7d7 mccic_register +EXPORT_SYMBOL_GPL drivers/media/platform/marvell/mcam-core 0xf44e3827 mccic_suspend +EXPORT_SYMBOL_GPL drivers/media/platform/mediatek/vpu/mtk-vpu 0x18bc138f vpu_ipi_register +EXPORT_SYMBOL_GPL drivers/media/platform/mediatek/vpu/mtk-vpu 0x1947cc53 vpu_load_firmware +EXPORT_SYMBOL_GPL drivers/media/platform/mediatek/vpu/mtk-vpu 0x294b0f9b vpu_wdt_reg_handler +EXPORT_SYMBOL_GPL drivers/media/platform/mediatek/vpu/mtk-vpu 0x34226975 vpu_ipi_send +EXPORT_SYMBOL_GPL drivers/media/platform/mediatek/vpu/mtk-vpu 0x50eacee0 vpu_get_venc_hw_capa +EXPORT_SYMBOL_GPL drivers/media/platform/mediatek/vpu/mtk-vpu 0x8c4abc06 vpu_mapping_dm_addr +EXPORT_SYMBOL_GPL drivers/media/platform/mediatek/vpu/mtk-vpu 0xa1ab745b vpu_get_vdec_hw_capa +EXPORT_SYMBOL_GPL drivers/media/platform/mediatek/vpu/mtk-vpu 0xdd90bcde 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 0x9877c29f rcar_fcp_get +EXPORT_SYMBOL_GPL drivers/media/platform/renesas/rcar-fcp 0xa4e3c09b rcar_fcp_get_device +EXPORT_SYMBOL_GPL drivers/media/platform/renesas/vsp1/vsp1 0x04965108 vsp1_du_atomic_update +EXPORT_SYMBOL_GPL drivers/media/platform/renesas/vsp1/vsp1 0xba75a3c0 vsp1_du_init +EXPORT_SYMBOL_GPL drivers/media/platform/renesas/vsp1/vsp1 0xbc23a459 vsp1_du_atomic_begin +EXPORT_SYMBOL_GPL drivers/media/platform/renesas/vsp1/vsp1 0xc4520aa7 vsp1_du_atomic_flush +EXPORT_SYMBOL_GPL drivers/media/platform/renesas/vsp1/vsp1 0xcb019bff vsp1_du_map_sg +EXPORT_SYMBOL_GPL drivers/media/platform/renesas/vsp1/vsp1 0xedcf28c9 vsp1_du_setup_lif +EXPORT_SYMBOL_GPL drivers/media/platform/renesas/vsp1/vsp1 0xf77047ca vsp1_du_unmap_sg +EXPORT_SYMBOL_GPL drivers/media/platform/ti/omap/omap-vout 0x085d8e48 omap_vout_try_window +EXPORT_SYMBOL_GPL drivers/media/platform/ti/omap/omap-vout 0x0a59c11d omap_vout_new_format +EXPORT_SYMBOL_GPL drivers/media/platform/ti/omap/omap-vout 0x0d615dfe omap_vout_default_crop +EXPORT_SYMBOL_GPL drivers/media/platform/ti/omap/omap-vout 0x3739df24 omap_vout_new_window +EXPORT_SYMBOL_GPL drivers/media/platform/ti/omap/omap-vout 0x6e8a3074 omap_vout_new_crop +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-video 0x03a9ea01 xvip_clr_and_set +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-video 0x381488a4 xvip_of_get_format +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-video 0x43738fab xvip_set_format_size +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-video 0x7a4fa475 xvip_cleanup_resources +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-video 0x91ddd1fe 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 0xc0ea91b4 xvip_enum_frame_size +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-video 0xd9f85a55 xvip_enum_mbus_code +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-video 0xde8c4b3b xvip_clr_or_set +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 0xa483fe24 xvtc_of_get +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-vtc 0xa8a0f912 xvtc_put +EXPORT_SYMBOL_GPL drivers/media/radio/shark2 0x73a302b5 radio_tea5777_exit +EXPORT_SYMBOL_GPL drivers/media/radio/shark2 0xa4d1bd3e radio_tea5777_init +EXPORT_SYMBOL_GPL drivers/media/radio/si470x/radio-si470x-common 0x1983380b si470x_stop +EXPORT_SYMBOL_GPL drivers/media/radio/si470x/radio-si470x-common 0x39d8b949 si470x_set_freq +EXPORT_SYMBOL_GPL drivers/media/radio/si470x/radio-si470x-common 0xca3fcdc5 si470x_viddev_template +EXPORT_SYMBOL_GPL drivers/media/radio/si470x/radio-si470x-common 0xce4b2d17 si470x_start +EXPORT_SYMBOL_GPL drivers/media/radio/si470x/radio-si470x-common 0xdc4b3549 si470x_ctrl_ops +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x02a0ccf7 rc_repeat +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x1a01b1e5 ir_raw_event_store +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x2514d0da lirc_scancode_event +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x28af3c3f rc_map_unregister +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x31c970aa rc_g_keycode_from_table +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x347f5845 rc_keyup +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x57742b4c devm_rc_register_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x7145a2d3 ir_raw_event_store_with_filter +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x774734d5 rc_unregister_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x7bf263d7 rc_keydown +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x90e57202 ir_raw_event_set_idle +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xa1b8caa8 rc_free_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xa2401a3a rc_register_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xbc88efd3 ir_raw_event_store_with_timeout +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xc7b67fee rc_allocate_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xcf964477 ir_raw_event_handle +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xd3f7999e devm_rc_allocate_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xd407aec5 rc_keydown_notimeout +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xe1bc9681 rc_map_get +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xe327b113 ir_raw_event_store_edge +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xe7648541 rc_map_register +EXPORT_SYMBOL_GPL drivers/media/tuners/mt2063 0x68c4a573 mt2063_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/mt20xx 0xccb98e1c microtune_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/mxl5007t 0x87d2164b mxl5007t_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/r820t 0xec7f6e4a r820t_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda18271 0xb3e12e5f tda18271_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda827x 0x79f4466a tda827x_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda8290 0x94ec9bd4 tda829x_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda8290 0xbdac3bb4 tda829x_probe +EXPORT_SYMBOL_GPL drivers/media/tuners/tda9887 0xfba97a61 tda9887_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tea5761 0x52f46afc tea5761_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tea5761 0x9ed7f40f tea5761_autodetection +EXPORT_SYMBOL_GPL drivers/media/tuners/tea5767 0x994b265c tea5767_autodetection +EXPORT_SYMBOL_GPL drivers/media/tuners/tea5767 0xeb6f5156 tea5767_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tuner-simple 0x585e93f1 simple_tuner_attach +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x017ea7c7 cx231xx_tuner_callback +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x0b1dfa7a cx231xx_uninit_vbi_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x21fbcfab cx231xx_send_gpio_cmd +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x3443b841 cx231xx_enable_i2c_port_3 +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x47b52bd5 cx231xx_enable656 +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x4a09b98d cx231xx_get_i2c_adap +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x5d91bd18 cx231xx_init_vbi_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x64e77c22 cx231xx_init_bulk +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x6587a0b7 cx231xx_uninit_bulk +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x6b2bd71a cx231xx_unmute_audio +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xb92185df cx231xx_init_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xbf3e13f5 cx231xx_send_usb_command +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xc2d63a1b cx231xx_dev_uninit +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xc705265e cx231xx_demod_reset +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xcf9dfec1 cx231xx_dev_init +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xd98ae693 cx231xx_uninit_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xdc2481d4 cx231xx_disable656 +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xe93ecb34 is_fw_load +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xf1850049 cx231xx_set_mode +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xf36a1310 cx231xx_capture_start +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xff8adf0f cx231xx_set_alt_setting +EXPORT_SYMBOL_GPL drivers/media/usb/dvb-usb-v2/mxl111sf-demod 0x4953e936 mxl111sf_demod_attach +EXPORT_SYMBOL_GPL drivers/media/usb/dvb-usb-v2/mxl111sf-tuner 0xb57a66dc mxl111sf_tuner_attach +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x06fd3ce0 em28xx_set_mode +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x1d728557 em28xx_alloc_urbs +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x29562165 em28xx_setup_xc3028 +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x2e703ebd em28xx_write_reg_bits +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x3cc64ded em28xx_find_led +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x658d95b7 em28xx_read_reg +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x65f2f267 em28xx_write_regs +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x721f7cc7 em28xx_free_device +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x7db94104 em28xx_init_camera +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x7fc8652c em28xx_tuner_callback +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x803c8f2d em28xx_write_ac97 +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x8191780f em28xx_read_ac97 +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x8cb36638 em28xx_stop_urbs +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x921d7c65 em28xx_boards +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xb0b3b3fa em28xx_write_reg +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xb31f70cc em28xx_gpio_set +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xd35b7ae2 em28xx_uninit_usb_xfer +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xe666beae em28xx_audio_setup +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xed61d2aa em28xx_init_usb_xfer +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xf3ab08a8 em28xx_toggle_reg_bits +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xf6f2ca08 em28xx_audio_analog_set +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-async 0x0e225eee __v4l2_async_nf_add_fwnode_remote +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-async 0x1f86a40e v4l2_async_nf_cleanup +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-async 0x3cacaef9 __v4l2_async_nf_add_fwnode +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-async 0x567fc3f4 __v4l2_async_nf_add_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-async 0xf1eeda6e __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 0x1b4af4a6 v4l2_hdmi_rx_colorimetry +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 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 0x6d55b221 v4l2_flash_indicator_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-flash-led-class 0xaa77bcca v4l2_flash_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-flash-led-class 0xb5ec87ca v4l2_flash_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0x15c506cd v4l2_fwnode_endpoint_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0x27198ca7 v4l2_fwnode_device_parse +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0x2f7a61c3 v4l2_fwnode_parse_link +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0x334b85d4 v4l2_fwnode_endpoint_parse +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0x4f3ecbf5 v4l2_async_nf_parse_fwnode_endpoints +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0x5c92e0e7 v4l2_fwnode_endpoint_alloc_parse +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0x5cb6752c 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 0x893ba54e v4l2_fwnode_connector_add_link +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0xa6f7c1c5 v4l2_fwnode_put_link +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0xc7cdd83c v4l2_async_register_subdev_sensor +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-h264 0x639ecc68 v4l2_h264_init_reflist_builder +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-h264 0x6a1429ff v4l2_h264_build_p_ref_list +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-h264 0xf568bf81 v4l2_h264_build_b_ref_lists +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-jpeg 0x4c847e31 v4l2_jpeg_parse_huffman_tables +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-jpeg 0x5e92a994 v4l2_jpeg_parse_scan_header +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-jpeg 0xa24bdf6d v4l2_jpeg_parse_header +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-jpeg 0xd8c706cb v4l2_jpeg_parse_frame_header +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-jpeg 0xdc58b7d5 v4l2_jpeg_parse_quantization_tables +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x00be153a v4l2_m2m_ioctl_encoder_cmd +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x07a83475 v4l2_m2m_reqbufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x1a2be583 v4l2_m2m_buf_remove_by_idx +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x229dbce5 v4l2_m2m_ctx_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x24928fb9 v4l2_m2m_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x30eb904d v4l2_m2m_buf_remove +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x398d2889 v4l2_m2m_encoder_cmd +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x3a6fff62 v4l2_m2m_try_schedule +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x469b3145 v4l2_m2m_decoder_cmd +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x49e47069 v4l2_m2m_buf_copy_metadata +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x5085fe43 v4l2_m2m_ioctl_prepare_buf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x5e2008f4 v4l2_m2m_next_buf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x63a6e5f0 v4l2_m2m_ioctl_try_encoder_cmd +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x6a803784 v4l2_m2m_ioctl_stateless_try_decoder_cmd +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x6b8385f3 v4l2_m2m_ioctl_try_decoder_cmd +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x73099fe2 v4l2_m2m_expbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x730f2eae v4l2_m2m_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x8022f3fe v4l2_m2m_ioctl_expbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x8a75a7cc v4l2_m2m_streamon +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x8cd41179 v4l2_m2m_ioctl_streamoff +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x8e27bd7d v4l2_m2m_buf_queue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x99914395 v4l2_m2m_ioctl_querybuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xa3a0dba0 v4l2_m2m_ioctl_reqbufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xa51c34a1 v4l2_m2m_ioctl_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xa6b9d0d2 v4l2_m2m_fop_poll +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xacfe8a46 v4l2_m2m_ioctl_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xad44fe10 v4l2_m2m_querybuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xbd06377b v4l2_m2m_request_queue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xc598f14f v4l2_m2m_fop_mmap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xc5e820a1 v4l2_m2m_ioctl_decoder_cmd +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xc6fca5ad v4l2_m2m_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xc893a134 v4l2_m2m_last_buffer_done +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xcd7d0539 v4l2_m2m_create_bufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xd0f27fad v4l2_m2m_streamoff +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xd373702c v4l2_m2m_prepare_buf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xd4ff9f81 v4l2_m2m_ioctl_stateless_decoder_cmd +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xd50f6074 v4l2_m2m_update_stop_streaming_state +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xd7679417 v4l2_m2m_update_start_streaming_state +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xda6632ed v4l2_m2m_ioctl_streamon +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xde924d24 v4l2_m2m_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xe73f88d7 v4l2_m2m_buf_remove_by_buf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xf0e26129 v4l2_m2m_ctx_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xf13ff84d v4l2_m2m_unregister_media_controller +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xf21741b7 v4l2_m2m_last_buf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xf5f4c6b8 v4l2_m2m_poll +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xf7664a29 v4l2_m2m_register_media_controller +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xfb513c46 v4l2_m2m_ioctl_create_bufs +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 0x1202b42f videobuf_alloc_vb +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x16c892e8 videobuf_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x1a78f38f videobuf_poll_stream +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x1eb5a150 videobuf_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x2935fba5 videobuf_read_stream +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x33bc85a3 videobuf_mmap_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x4a80ca7c videobuf_queue_is_busy +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x4c1ba335 videobuf_stop +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x53f2c646 videobuf_iolock +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x589b245e videobuf_reqbufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x5a25e0de videobuf_mmap_setup +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x72a13363 videobuf_streamoff +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x892599d8 videobuf_queue_core_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x8b4a3353 videobuf_querybuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x8cb118d6 videobuf_read_start +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x9a377e15 videobuf_mmap_mapper +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x9b0589af videobuf_next_field +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xa2f9ca83 videobuf_read_stop +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xaedf6de7 videobuf_read_one +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xb35569ea videobuf_streamon +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xb583a44c __videobuf_mmap_setup +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xb8a47ae0 videobuf_queue_cancel +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xd04aa78e videobuf_waiton +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xe47ba225 videobuf_queue_to_vaddr +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0x1ab1ba9c videobuf_queue_sg_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0x5c1f5ac5 videobuf_to_dma +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0xa825c75b videobuf_sg_alloc +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0xbc5749b6 videobuf_dma_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0xe411a808 videobuf_dma_unmap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-vmalloc 0x6aae9f87 videobuf_to_vmalloc +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-vmalloc 0x88859d24 videobuf_vmalloc_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-vmalloc 0xde304603 videobuf_queue_vmalloc_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x0386d51d v4l2_device_disconnect +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x060d9845 v4l2_fh_del +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x11f3044c __SCK__tp_func_vb2_v4l2_buf_queue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x1268e8a0 v4l2_ctrl_request_hdl_find +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x1492a9eb __traceiter_vb2_v4l2_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x2ae0877b __SCK__tp_func_vb2_v4l2_buf_done +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x2d7e35a5 v4l_enable_media_source +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x2ed9acd3 __tracepoint_vb2_v4l2_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x37362c54 v4l2_subdev_get_fmt +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x42aef1fc v4l2_i2c_new_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x42f676eb v4l2_src_change_event_subscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x44f9846d video_device_pipeline +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x455a4179 v4l2_event_subdev_unsubscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x464fe7d3 v4l2_i2c_subdev_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x4661de6d v4l2_fh_add +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x471f2f1d v4l2_create_fwnode_links_to_pad +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x5074e573 v4l2_fraction_to_interval +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x53306002 v4l2_s_parm_cap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x5a2780df v4l2_subdev_get_fwnode_pad_1_to_1 +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x5cd68ad6 v4l2_pipeline_link_notify +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x60867698 v4l_disable_media_source +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x611102f1 __v4l2_device_register_subdev_nodes +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x659837ad __tracepoint_vb2_v4l2_buf_queue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x66c4a256 __v4l2_subdev_state_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x67dbee2b v4l2_event_subscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x687c61b3 v4l2_fh_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x68aa8268 v4l2_subdev_link_validate +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x6cb82766 v4l2_src_change_event_subdev_subscribe +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 0x6f5ed23a __tracepoint_vb2_v4l2_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x74513ae9 v4l2_event_unsubscribe_all +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x7483dc91 v4l2_i2c_new_subdev_board +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x74f75610 v4l2_device_unregister +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x7a9b455f v4l2_event_wake_all +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x848845f3 v4l2_device_register +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x852f91ac v4l2_fh_exit +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x8726ba56 v4l2_event_unsubscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x893c70c6 v4l2_i2c_subdev_set_name +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x91057311 v4l2_pipeline_pm_put +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x9171fc72 __traceiter_vb2_v4l2_buf_done +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x942a0c97 v4l2_fh_open +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x9a9aeba9 v4l2_ctrl_request_hdl_ctrl_find +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x9c3a03ca v4l2_subdev_cleanup +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x9c5982a9 v4l2_fh_is_singular +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x9fef35ac v4l2_apply_frmsize_constraints +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xa3d0b7b1 v4l2_subdev_link_validate_default +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xa4e5463b v4l2_device_register_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xa69b7668 video_device_pipeline_stop +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xa7d0d88a v4l2_spi_subdev_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xa8f8daa4 v4l2_create_fwnode_links +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xa9f6dd8a __v4l2_subdev_state_alloc +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xad5c3c93 v4l2_simplify_fraction +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xb0b8d533 v4l2_mc_create_media_graph +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xb8a6b544 v4l2_fh_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xbaef19ea v4l2_device_put +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xbd815dc5 __video_device_pipeline_start +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xbe2e893c v4l_vb2q_enable_media_source +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xc1ba5a63 __v4l2_subdev_init_finalize +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xc4f28628 v4l2_spi_new_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xcb414d70 v4l2_pipeline_pm_get +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xcc501597 v4l2_fill_pixfmt +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xcef32985 __video_device_pipeline_stop +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xd09110a4 v4l2_event_dequeue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xd29517b1 video_device_pipeline_start +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xd4fe0489 __v4l2_ctrl_handler_setup +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xd735641f v4l2_event_pending +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xd739014e __traceiter_vb2_v4l2_buf_queue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xd8a5582c v4l2_device_set_name +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xdc104dcb v4l2_device_unregister_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xdd59a22f video_device_pipeline_alloc_start +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xe5a33113 __SCK__tp_func_vb2_v4l2_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xe6e1771a v4l2_event_queue_fh +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xe814e18c v4l2_g_parm_cap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xe85793dc __traceiter_vb2_v4l2_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xe8cd86b7 v4l2_i2c_subdev_addr +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xf001fcf8 __tracepoint_vb2_v4l2_buf_done +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xf2a353ac v4l2_i2c_tuner_addrs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xf36a763a v4l2_subdev_notify_event +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xf5ef842e v4l_bound_align_image +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xf685ed24 v4l2_event_queue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xfe76bb74 v4l2_get_link_freq +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xff76573f __v4l2_find_nearest_size +EXPORT_SYMBOL_GPL drivers/memory/ti-emif-sram 0x49a8a623 ti_emif_get_mem_type +EXPORT_SYMBOL_GPL drivers/memory/ti-emif-sram 0xbcf322c5 ti_emif_copy_pm_function_table +EXPORT_SYMBOL_GPL drivers/mfd/88pm80x 0x412e29ff pm80x_regmap_config +EXPORT_SYMBOL_GPL drivers/mfd/88pm80x 0x99f6eccd pm80x_init +EXPORT_SYMBOL_GPL drivers/mfd/88pm80x 0xae1af845 pm80x_pm_ops +EXPORT_SYMBOL_GPL drivers/mfd/88pm80x 0xd99fd720 pm80x_deinit +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x0cfd61a3 wm5110_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x2527806e wm5110_revd_irq +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x38a5d940 arizona_pm_ops +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x4fc5a0ef wm5110_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x549c0565 wm5110_irq +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x58dc8758 wm8997_irq +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x615931e7 cs47l24_patch +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x6c86ac14 arizona_free_irq +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x78ea8871 wm5110_patch +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x88b6aa3e cs47l24_irq +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x8957cb4d arizona_set_irq_wake +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x9784cf99 arizona_clk32k_enable +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xa7effaa1 arizona_clk32k_disable +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xaabb010b arizona_dev_init +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xb263fbbd wm5110_aod +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xb296f4d2 wm5102_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xb98d348c arizona_dev_exit +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xbe237980 wm8997_aod +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xc20d734f arizona_request_irq +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xc72c365f wm8997_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xcdf1a2b9 wm8997_patch +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xe05ce36a wm8998_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xed5d8902 cs47l24_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xf1ae359e wm5102_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/atc260x-core 0x87d11b5b atc260x_match_device +EXPORT_SYMBOL_GPL drivers/mfd/atc260x-core 0xffdc9f6b atc260x_device_probe +EXPORT_SYMBOL_GPL drivers/mfd/da9150-core 0x07e3b0cd da9150_set_bits +EXPORT_SYMBOL_GPL drivers/mfd/da9150-core 0x2b244b68 da9150_write_qif +EXPORT_SYMBOL_GPL drivers/mfd/da9150-core 0x7831fd20 da9150_reg_read +EXPORT_SYMBOL_GPL drivers/mfd/da9150-core 0x987c22c9 da9150_bulk_write +EXPORT_SYMBOL_GPL drivers/mfd/da9150-core 0x9be231b0 da9150_reg_write +EXPORT_SYMBOL_GPL drivers/mfd/da9150-core 0xa5a74e84 da9150_read_qif +EXPORT_SYMBOL_GPL drivers/mfd/da9150-core 0xd804cfad da9150_bulk_read +EXPORT_SYMBOL_GPL drivers/mfd/gateworks-gsc 0xa142a524 gsc_read +EXPORT_SYMBOL_GPL drivers/mfd/gateworks-gsc 0xb7abd1c4 gsc_write +EXPORT_SYMBOL_GPL drivers/mfd/iqs62x 0xa436f4de iqs62x_events +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x317287de kempld_release_mutex +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x36d1d112 kempld_write16 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x434d5ece kempld_read8 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x71d86c8b kempld_read16 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x84a600a1 kempld_read32 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x946ee41b kempld_get_mutex +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0xb042938a kempld_write32 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0xdb499b46 kempld_write8 +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-core 0x0df6eb2b lm3533_read +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-core 0x10b6ea18 lm3533_write +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-core 0x3bd65c37 lm3533_update +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x047d453e lm3533_ctrlbank_disable +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x9c23eaf9 lm3533_ctrlbank_enable +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x9e8ca456 lm3533_ctrlbank_set_pwm +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0xc55abf9e lm3533_ctrlbank_get_brightness +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0xd68e88e8 lm3533_ctrlbank_set_max_current +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0xd6957e15 lm3533_ctrlbank_set_brightness +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0xf3a00c80 lm3533_ctrlbank_get_pwm +EXPORT_SYMBOL_GPL drivers/mfd/lp3943 0x334cfba7 lp3943_write_byte +EXPORT_SYMBOL_GPL drivers/mfd/lp3943 0x4c002d0a lp3943_read_byte +EXPORT_SYMBOL_GPL drivers/mfd/lp3943 0x543c08a6 lp3943_update_bits +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x07a5a86c madera_dev_exit +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x0a075792 cs47l35_32bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x0a0a8bd2 cs47l35_16bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x0c04e60f madera_pm_ops +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x0f379262 madera_of_match +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x1495ca7c cs47l35_patch +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x1721a0a7 cs47l92_16bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x172c7ce7 cs47l92_32bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x19a6301c cs47l85_patch +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x20a0bb5a cs47l90_32bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x20ad671a cs47l90_16bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x2294875e cs47l92_patch +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x3875ccea cs47l85_32bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x387810aa cs47l85_16bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x49324a9e cs47l35_16bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x493f96de cs47l35_32bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x5414bdab cs47l92_32bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x541961eb cs47l92_16bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x6395a656 cs47l90_16bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x63987a16 cs47l90_32bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x71095e45 madera_dev_init +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x7b40d1e6 cs47l85_16bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x7b4d0da6 cs47l85_32bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x83f1e052 cs47l15_32bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x83fc3c12 cs47l15_16bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xb17ba1ce cs47l15_patch +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xc0c4fd5e cs47l15_16bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xc0c9211e cs47l15_32bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xc64a5e79 cs47l90_patch +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xebe384cb madera_name_from_type +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0x341bcb66 mc13xxx_variant_mc13892 +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0x4b272d44 mc13xxx_common_init +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0x66ae752e mc13xxx_variant_mc34708 +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0x74a18046 mc13xxx_variant_mc13783 +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0x7772b212 mc13xxx_adc_do_conversion +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0x80b53ba4 mc13xxx_common_exit +EXPORT_SYMBOL_GPL drivers/mfd/motorola-cpcap 0xa226dbe8 cpcap_sense_virq +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x161ece46 pcf50633_write_block +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x252946ed pcf50633_free_irq +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x40c13f08 pcf50633_irq_mask_get +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x44dcf4b4 pcf50633_register_irq +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x4b6b22bf pcf50633_reg_set_bit_mask +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x5e66e942 pcf50633_irq_mask +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x74411615 pcf50633_reg_read +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x76ee7791 pcf50633_reg_write +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x840c4054 pcf50633_reg_clear_bits +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x8b09f645 pcf50633_pm +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x8c933604 pcf50633_irq_unmask +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xf44a007e pcf50633_read_block +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-adc 0x24fe4fc2 pcf50633_adc_sync_read +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-adc 0x8be8bb90 pcf50633_adc_async_read +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0x0e817c10 pcf50633_gpio_power_supply_set +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0x21eadde4 pcf50633_gpio_invert_get +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0x3e3f58f5 pcf50633_gpio_get +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0xcc6d31b4 pcf50633_gpio_set +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0xde7d76e3 pcf50633_gpio_invert_set +EXPORT_SYMBOL_GPL drivers/mfd/rave-sp 0x81ea2371 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/si476x-core 0x098655ac si476x_core_is_a_secondary_tuner +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x0ef3f815 si476x_core_cmd_fm_phase_diversity +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x118365a8 si476x_core_cmd_fm_rds_blockcount +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x2db4f211 si476x_core_cmd_zif_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x2f9cb798 si476x_core_cmd_am_seek_start +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x3257cfb7 si476x_core_cmd_set_property +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x47792a04 si476x_core_start +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x50cf2430 si476x_core_cmd_power_up +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x52040f09 si476x_core_cmd_agc_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x52ee051f si476x_core_cmd_fm_rds_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x5b4c997a si476x_core_i2c_xfer +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x62cac138 si476x_core_stop +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x66db733e si476x_core_is_a_primary_tuner +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x6c021e06 si476x_core_cmd_dig_audio_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x6c54e6df si476x_core_is_in_am_receiver_mode +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x6f84fa36 devm_regmap_init_si476x +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x80464480 si476x_core_cmd_get_property +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x86082a63 si476x_core_is_powered_up +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x89532977 si476x_core_has_am +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x89680ff4 si476x_core_cmd_ana_audio_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x8d327803 si476x_core_cmd_func_info +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xa7ea49ff si476x_core_cmd_fm_seek_start +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xaa1ab7c2 si476x_core_cmd_intb_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xafa72466 si476x_core_cmd_fm_tune_freq +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xb0bdfb1c si476x_core_cmd_am_acf_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xb37d5da7 si476x_core_cmd_fm_rsq_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xc38bf9b1 si476x_core_cmd_am_tune_freq +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xc4189775 si476x_core_cmd_am_rsq_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xc78937f3 si476x_core_cmd_ic_link_gpo_ctl_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xd727213e si476x_core_cmd_fm_phase_div_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xe4d460bb si476x_core_has_diversity +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xf00222cc si476x_core_cmd_power_down +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xf011114e si476x_core_cmd_fm_acf_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xfafaaf5b si476x_core_set_power_state +EXPORT_SYMBOL_GPL drivers/mfd/ssbi 0xac909a7b ssbi_read +EXPORT_SYMBOL_GPL drivers/mfd/ssbi 0xb7efa418 ssbi_write +EXPORT_SYMBOL_GPL drivers/mfd/stmfx 0xbb57b030 stmfx_function_disable +EXPORT_SYMBOL_GPL drivers/mfd/stmfx 0xc147339f stmfx_function_enable +EXPORT_SYMBOL_GPL drivers/mfd/ti_am335x_tscadc 0x00aa9cf7 am335x_tsc_se_set_cache +EXPORT_SYMBOL_GPL drivers/mfd/ti_am335x_tscadc 0x72f31de2 am335x_tsc_se_set_once +EXPORT_SYMBOL_GPL drivers/mfd/ti_am335x_tscadc 0xc637bd9a am335x_tsc_se_clr +EXPORT_SYMBOL_GPL drivers/mfd/ti_am335x_tscadc 0xdbe7649d am335x_tsc_se_adc_done +EXPORT_SYMBOL_GPL drivers/mfd/tps65218 0xa6371c14 tps65218_set_bits +EXPORT_SYMBOL_GPL drivers/mfd/tps65218 0xcd131864 tps65218_reg_write +EXPORT_SYMBOL_GPL drivers/mfd/tps65218 0xe7ee407a tps65218_clear_bits +EXPORT_SYMBOL_GPL drivers/mfd/ucb1400_core 0x7e18fab3 ucb1400_adc_read +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0x64e4af28 alcor_read32be +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0x788ca3fa alcor_write32be +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0x9847fe5c alcor_write16 +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0xb9685d4b alcor_write32 +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0xcad03c0a alcor_read8 +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0xd4ee38b3 alcor_write8 +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0xfffc8d20 alcor_read32 +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x0ef3dcac rtsx_pci_read_phy_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x17c57b55 rtsx_pci_dma_map_sg +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x1a7316a8 rtsx_pci_switch_clock +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x1d844705 rtsx_pci_card_exist +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x1f029744 rtsx_pci_card_pull_ctl_enable +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x21911534 rtsx_pci_card_power_on +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x229e5d94 rtsx_pci_write_phy_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x448a9464 rtsx_pci_card_pull_ctl_disable +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x48935c3b rtsx_pci_stop_cmd +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x4d631769 rtsx_pci_start_run +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x6f4798cd rtsx_pci_read_ppbuf +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x89929479 rtsx_pci_switch_output_voltage +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x9b4db0ac rtsx_pci_read_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xab2f7313 rtsx_pci_card_exclusive_check +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xb1ea706b rtsx_pci_dma_unmap_sg +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xb8baf095 rtsx_pci_send_cmd_no_wait +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xc03be5a5 rtsx_pci_add_cmd +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xcc2b5d81 rtsx_pci_transfer_data +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xcdf891ed rtsx_pci_write_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xd2386b80 rtsx_pci_write_ppbuf +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xe7832294 rtsx_pci_card_power_off +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xec7bde04 rtsx_pci_send_cmd +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xee63cfb1 rtsx_pci_complete_unfinished_transfer +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xf4bcc588 rtsx_pci_dma_transfer +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x18dec975 rtsx_usb_write_ppbuf +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x1e48a866 rtsx_usb_get_card_status +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x2bb46ea5 rtsx_usb_ep0_write_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x2e226a34 rtsx_usb_card_exclusive_check +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x46a8d3d1 rtsx_usb_add_cmd +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x5a947d51 rtsx_usb_read_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x8a0d5f8d rtsx_usb_get_rsp +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x9eeca1a8 rtsx_usb_write_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0xb217095a rtsx_usb_transfer_data +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0xbe83f141 rtsx_usb_send_cmd +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0xdaac4755 rtsx_usb_switch_clock +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0xe7be119e rtsx_usb_ep0_read_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0xee6898e8 rtsx_usb_read_ppbuf +EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0x4ca46e20 cb710_pci_update_config_reg +EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0xd4172268 cb710_sg_dwiter_read_next_block +EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0xd7691252 cb710_set_irq_handler +EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0xdef429ea cb710_sg_dwiter_write_next_block +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0x0b008db0 oslec_hpf_tx +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0x296a8983 oslec_update +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0x3115970d oslec_create +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0x4b711f77 oslec_adaption_mode +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0x5909e701 oslec_snapshot +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0x780d3f01 oslec_flush +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0x84eba96d oslec_free +EXPORT_SYMBOL_GPL drivers/misc/eeprom/eeprom_93cx6 0x3cb83d5b eeprom_93cx6_multireadb +EXPORT_SYMBOL_GPL drivers/misc/eeprom/eeprom_93cx6 0x63d2ff63 eeprom_93cx6_wren +EXPORT_SYMBOL_GPL drivers/misc/eeprom/eeprom_93cx6 0x870b53e9 eeprom_93cx6_write +EXPORT_SYMBOL_GPL drivers/misc/eeprom/eeprom_93cx6 0x884deb9d eeprom_93cx6_read +EXPORT_SYMBOL_GPL drivers/misc/eeprom/eeprom_93cx6 0xc9c6bb25 eeprom_93cx6_readb +EXPORT_SYMBOL_GPL drivers/misc/eeprom/eeprom_93cx6 0xff7a0fdf eeprom_93cx6_multiread +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x0e8e9d22 enclosure_remove_device +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x26534e2f enclosure_register +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x6c7eea3e enclosure_unregister +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x8629788a enclosure_find +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x8bcb420b enclosure_component_alloc +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0xc7dd28b3 enclosure_component_register +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0xe64ce186 enclosure_add_device +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0xfe477c38 enclosure_for_each_device +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x48851f74 lis3lv02d_joystick_disable +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x5b76d051 lis3lv02d_init_device +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x9aa72f80 lis3lv02d_joystick_enable +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x9ceeb6ce lis3lv02d_poweroff +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0xa7b51dff lis3lv02d_init_dt +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0xaece11dd lis3_dev +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0xcf5bfa87 lis3lv02d_remove_fs +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0xffe640a9 lis3lv02d_poweron +EXPORT_SYMBOL_GPL drivers/misc/pvpanic/pvpanic 0xea50c1e2 devm_pvpanic_probe +EXPORT_SYMBOL_GPL drivers/misc/ti-st/st_drv 0x0342e0ca st_register +EXPORT_SYMBOL_GPL drivers/misc/ti-st/st_drv 0x406a74a1 st_unregister +EXPORT_SYMBOL_GPL drivers/misc/uacce/uacce 0x93bb8ada uacce_alloc +EXPORT_SYMBOL_GPL drivers/misc/uacce/uacce 0x9e60ea0a uacce_remove +EXPORT_SYMBOL_GPL drivers/misc/uacce/uacce 0xd2d0923b uacce_register +EXPORT_SYMBOL_GPL drivers/mmc/host/dw_mmc-pltfm 0xae881a0b dw_mci_pltfm_pmops +EXPORT_SYMBOL_GPL drivers/mmc/host/dw_mmc-pltfm 0xc8e5f7ec dw_mci_pltfm_remove +EXPORT_SYMBOL_GPL drivers/mmc/host/dw_mmc-pltfm 0xe14d525e dw_mci_pltfm_register +EXPORT_SYMBOL_GPL drivers/mmc/host/renesas_sdhi_core 0x06fb32a4 renesas_sdhi_remove +EXPORT_SYMBOL_GPL drivers/mmc/host/renesas_sdhi_core 0xe1dcf3f2 renesas_sdhi_probe +EXPORT_SYMBOL_GPL drivers/mmc/host/tmio_mmc_core 0x146c6b80 tmio_mmc_host_alloc +EXPORT_SYMBOL_GPL drivers/mmc/host/tmio_mmc_core 0x1fb20f2d tmio_mmc_host_free +EXPORT_SYMBOL_GPL drivers/mmc/host/tmio_mmc_core 0x378f2335 tmio_mmc_irq +EXPORT_SYMBOL_GPL drivers/mmc/host/tmio_mmc_core 0x681725df tmio_mmc_enable_mmc_irqs +EXPORT_SYMBOL_GPL drivers/mmc/host/tmio_mmc_core 0x8ef7118e tmio_mmc_host_runtime_suspend +EXPORT_SYMBOL_GPL drivers/mmc/host/tmio_mmc_core 0x9fc98292 tmio_mmc_disable_mmc_irqs +EXPORT_SYMBOL_GPL drivers/mmc/host/tmio_mmc_core 0xd69bc951 tmio_mmc_host_probe +EXPORT_SYMBOL_GPL drivers/mmc/host/tmio_mmc_core 0xd7648c31 tmio_mmc_host_remove +EXPORT_SYMBOL_GPL drivers/mmc/host/tmio_mmc_core 0xe44cb23a tmio_mmc_host_runtime_resume +EXPORT_SYMBOL_GPL drivers/mmc/host/tmio_mmc_core 0xf39a2dc7 tmio_mmc_do_data_irq +EXPORT_SYMBOL_GPL drivers/most/most_core 0x01183291 most_resume_enqueue +EXPORT_SYMBOL_GPL drivers/most/most_core 0x0af335b3 most_register_interface +EXPORT_SYMBOL_GPL drivers/most/most_core 0x0cdb5b31 most_register_component +EXPORT_SYMBOL_GPL drivers/most/most_core 0x18ea4131 most_submit_mbo +EXPORT_SYMBOL_GPL drivers/most/most_core 0x1c8b9947 most_deregister_configfs_subsys +EXPORT_SYMBOL_GPL drivers/most/most_core 0x721b1be1 most_get_mbo +EXPORT_SYMBOL_GPL drivers/most/most_core 0x99a81a5c most_put_mbo +EXPORT_SYMBOL_GPL drivers/most/most_core 0xb1cbcc8c most_deregister_interface +EXPORT_SYMBOL_GPL drivers/most/most_core 0xb7351bbf most_stop_channel +EXPORT_SYMBOL_GPL drivers/most/most_core 0xc2c6f5e7 most_register_configfs_subsys +EXPORT_SYMBOL_GPL drivers/most/most_core 0xc8e6ebea most_stop_enqueue +EXPORT_SYMBOL_GPL drivers/most/most_core 0xc999df0f most_start_channel +EXPORT_SYMBOL_GPL drivers/most/most_core 0xe419b180 channel_has_mbo +EXPORT_SYMBOL_GPL drivers/most/most_core 0xf26507b3 most_deregister_component +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0001 0x00923dfd cfi_cmdset_0003 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0001 0x3fbb1815 cfi_cmdset_0001 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0001 0xfd8c186b cfi_cmdset_0200 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0002 0x1f06af09 cfi_cmdset_0002 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0002 0x6154e4d9 cfi_cmdset_0006 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0002 0xecff608f cfi_cmdset_0701 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0020 0x8ec1c98e cfi_cmdset_0020 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_util 0x1c95b148 cfi_qry_present +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_util 0x91ec5637 cfi_qry_mode_off +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_util 0xac6331b5 cfi_qry_mode_on +EXPORT_SYMBOL_GPL drivers/mtd/hyperbus/hyperbus-core 0x5f30c8cb hyperbus_unregister_device +EXPORT_SYMBOL_GPL drivers/mtd/hyperbus/hyperbus-core 0x958db7f7 hyperbus_register_device +EXPORT_SYMBOL_GPL drivers/mtd/nand/onenand/onenand 0x940664fb onenand_release +EXPORT_SYMBOL_GPL drivers/mtd/nand/onenand/onenand 0xf86b368e onenand_scan +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/brcmnand/brcmnand 0x35997050 brcmnand_remove +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/brcmnand/brcmnand 0x7626d100 brcmnand_probe +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/brcmnand/brcmnand 0xfbe74e4f brcmnand_pm_ops +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/denali 0x34327863 denali_chip_init +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/sm_common 0xd4efb36a sm_register_device +EXPORT_SYMBOL_GPL drivers/mtd/spi-nor/spi-nor 0x30b736f3 spi_nor_scan +EXPORT_SYMBOL_GPL drivers/mtd/spi-nor/spi-nor 0x516fbc3d spi_nor_restore +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x14d458a9 ubi_open_volume_nm +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x2ac88c28 ubi_leb_erase +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x38e10c1d ubi_flush +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x41a248af ubi_leb_read +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x42801d20 ubi_sync +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x44fc7756 ubi_open_volume +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x50bdb342 ubi_is_mapped +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x576d5a30 ubi_close_volume +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x66011ab6 ubi_get_device_info +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x6c08729f ubi_leb_change +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x76335d4f ubi_leb_unmap +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x7d30508d ubi_leb_read_sg +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x85a8ee76 ubi_unregister_volume_notifier +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x8b5efaac ubi_open_volume_path +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xcb74ee9e ubi_leb_map +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xd3417292 ubi_get_volume_info +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xdd056a93 ubi_do_get_device_info +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xf5ee9ba8 ubi_register_volume_notifier +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xfa8d29fd ubi_leb_write +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x0704d1ed devm_mux_control_get +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x09e2ab33 mux_chip_alloc +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x0a65c89f mux_state_try_select_delay +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x18a140fe mux_chip_free +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x252aa574 mux_control_states +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x26ff38c9 mux_control_try_select_delay +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x3d4cc320 mux_control_select_delay +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x7cf08396 mux_state_deselect +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x9d337ca3 devm_mux_chip_register +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0xa9b767db mux_control_get +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0xc4997ea2 mux_chip_unregister +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0xcd7befbf mux_chip_register +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0xcda37feb devm_mux_chip_alloc +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0xe9c3043f mux_control_put +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0xeb25f9c1 mux_control_deselect +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0xf7e5994d devm_mux_state_get +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0xfa76e911 mux_state_select_delay +EXPORT_SYMBOL_GPL drivers/net/arcnet/arcnet 0x17c3b1b9 arcnet_led_event +EXPORT_SYMBOL_GPL drivers/net/arcnet/arcnet 0xfad5401d devm_arcnet_led_init +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0x0d127645 c_can_power_up +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0x3f6ebf4c register_c_can_dev +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0x6f2f4ce3 c_can_power_down +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0x76e3fb43 unregister_c_can_dev +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0x76f79e52 alloc_c_can_dev +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0xa19d3cdd free_c_can_dev +EXPORT_SYMBOL_GPL drivers/net/can/cc770/cc770 0x160e6181 alloc_cc770dev +EXPORT_SYMBOL_GPL drivers/net/can/cc770/cc770 0xca3c0b2d register_cc770dev +EXPORT_SYMBOL_GPL drivers/net/can/cc770/cc770 0xcee0994a free_cc770dev +EXPORT_SYMBOL_GPL drivers/net/can/cc770/cc770 0xd18f15f5 unregister_cc770dev +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x087c9abd can_free_echo_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x0d286b99 can_rx_offload_add_timestamp +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x0d71585a can_skb_get_frame_len +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x0e47f8d3 alloc_canfd_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x0f44eb99 free_candev +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x0fa4bde6 can_rx_offload_del +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x10d892eb can_get_state_str +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x17a7f245 can_bus_off +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x1bfccd94 of_can_transceiver +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x20f5b20e can_change_mtu +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x2399c4e3 can_rx_offload_add_manual +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x29d16f69 can_rx_offload_irq_offload_fifo +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x3841f067 alloc_can_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x3d1e479d can_change_state +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x58d92328 alloc_can_err_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x5e3bb317 can_put_echo_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x6047ede6 can_fd_len2dlc +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x65a239de can_rx_offload_queue_tail +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x722941da can_get_echo_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x805bceb8 can_rx_offload_queue_timestamp +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x807f1bfc can_rx_offload_irq_offload_timestamp +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x820b7b13 safe_candev_priv +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xa2de77f3 can_dropped_invalid_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xab26a041 unregister_candev +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xac9df07b open_candev +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xb8850e8d can_rx_offload_add_fifo +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xc64d0920 alloc_candev_mqs +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xc6873e35 close_candev +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xc6f9e10f can_rx_offload_get_echo_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xd0e1b33c can_rx_offload_threaded_irq_finish +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xd2f78d56 can_rx_offload_irq_finish +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xddaea8f7 can_rx_offload_enable +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xeb93e782 alloc_canxl_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xf12d9387 can_fd_dlc2len +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xfad249b3 register_candev +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0x0a71f549 m_can_init_ram +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0x3b78961f m_can_class_resume +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0x3d7071f8 m_can_class_suspend +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0x4ecfe8ed m_can_class_get_clocks +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0x6d855d11 m_can_class_unregister +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0x759cc7a4 m_can_class_free_dev +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0x867f794a m_can_class_allocate_dev +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0xd72f4066 m_can_class_register +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0x29231e00 alloc_sja1000dev +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0x3337cf53 unregister_sja1000dev +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0x49ebd0d2 sja1000_interrupt +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0x80d9a694 register_sja1000dev +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0xb464ad40 free_sja1000dev +EXPORT_SYMBOL_GPL drivers/net/dsa/lan9303-core 0xb36d4add lan9303_indirect_phy_ops +EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_switch 0xba1572c8 ksz_switch_chips +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8365mb 0x7f239798 rtl8365mb_variant +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0x1c66269c rtl8366_enable_vlan +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0x35b37565 rtl8366rb_variant +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0x4d40f259 rtl8366_get_ethtool_stats +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0x53edda9c rtl8366_vlan_del +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0xad97ad16 rtl8366_mc_is_used +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0xaf409d27 rtl8366_get_sset_count +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0xcb3c1f35 rtl8366_set_pvid +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0xcd83c0d5 rtl8366_reset_vlan +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0xd47d81ee rtl8366_vlan_add +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0xeda94704 rtl8366_get_strings +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0xf3161d99 rtl8366_enable_vlan4k +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0xfba6f5b1 rtl8366_set_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/8390/ax88796 0xe23f171b ax_NS8390_reinit +EXPORT_SYMBOL_GPL drivers/net/ethernet/arc/arc_emac 0x656b0c17 arc_emac_probe +EXPORT_SYMBOL_GPL drivers/net/ethernet/arc/arc_emac 0xb7ddc5c8 arc_emac_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-mdio 0x1526c7ed enetc_hw_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-mdio 0x4e5a5476 enetc_mdio_write +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-mdio 0x5b15377f enetc_mdio_read +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 0x088576aa fun_cq_create +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0x174eead5 fun_alloc_ring_mem +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0x3a7d0024 fun_serv_restart +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0x54593737 fun_submit_admin_sync_cmd +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0x68582f13 fun_bind +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0x6d186e30 fun_serv_sched +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0x7264c53b fun_sq_create +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0x83fc0799 fun_serv_stop +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0x8b1e04d7 fun_res_destroy +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0x97bb4fcf fun_get_res_count +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0xdb33e913 fun_free_ring_mem +EXPORT_SYMBOL_GPL drivers/net/ethernet/intel/i40e/i40e 0x901f23c8 i40e_client_device_register +EXPORT_SYMBOL_GPL drivers/net/ethernet/intel/i40e/i40e 0x95712475 i40e_client_device_unregister +EXPORT_SYMBOL_GPL drivers/net/ethernet/intel/ice/ice 0x478a34cd ice_del_rdma_qset +EXPORT_SYMBOL_GPL drivers/net/ethernet/intel/ice/ice 0x66d6ebf3 ice_add_rdma_qset +EXPORT_SYMBOL_GPL drivers/net/ethernet/intel/ice/ice 0xc061468c ice_rdma_update_vsi_filter +EXPORT_SYMBOL_GPL drivers/net/ethernet/intel/ice/ice 0xedc56d3f ice_get_qos_params +EXPORT_SYMBOL_GPL drivers/net/ethernet/intel/ice/ice 0xf0f7b069 ice_rdma_request_reset +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x00153c83 mlx4_srq_arm +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x022f9e44 mlx4_FLOW_STEERING_IB_UC_QP_RANGE +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x07a11991 mlx4_unregister_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0a0cd68b mlx4_get_base_qpn +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0c0d9951 mlx4_get_default_counter_index +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0c7f1e2f mlx4_register_interface +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0db9f888 mlx4_multicast_promisc_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0f9ebe3f mlx4_cq_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0fc42806 mlx4_free_cmd_mailbox +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1092bf09 mlx4_get_counter_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x195418b5 mlx4_unicast_promisc_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x198aaca9 mlx4_phys_to_slave_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1b2d2d2a mlx4_bond +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1dc6ea6f mlx4_mr_rereg_mem_write +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1f7afddb mlx4_qp_query +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1fa97a6a mlx4_INIT_PORT +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1fd2c671 mlx4_mtt_cleanup +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x22328873 mlx4_flow_detach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x239d787c mlx4_buf_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2a3c2338 mlx4_mr_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2c4e0f39 mlx4_uar_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2e7d2aa5 mlx4_slave_convert_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2ede041f mlx4_qp_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x307f316b mlx4_srq_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x369960e1 mlx4_flow_steer_promisc_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3726fe33 mlx4_unicast_detach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x37ac0595 mlx4_unregister_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3c374d1e mlx4_unicast_attach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3d2ba697 mlx4_xrcd_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x44eb599f mlx4_uar_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x46c5c7bf mlx4_qp_reserve_range +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4a334139 mlx4_mr_hw_change_pd +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4be24075 mlx4_bf_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4f224588 mlx4_multicast_detach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4f67ce05 mlx4_mw_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5095cfd0 mlx4_mr_enable +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x51600571 mlx4_get_devlink_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x528446a3 __mlx4_unregister_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5a227383 mlx4_alloc_cmd_mailbox +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5b0eae45 mlx4_mr_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5b89167c mlx4_set_vf_spoofchk +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5ccdf148 mlx4_find_cached_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5ce47c9c mlx4_free_hwq_res +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5df9ec8e mlx4_mr_hw_get_mpt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6207ba11 mlx4_get_protocol_dev +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x62f33427 mlx4_config_vxlan_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6520a81b mlx4_register_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6573eab7 mlx4_map_sw_to_hw_steering_mode +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x67847a1f mlx4_flow_attach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x69b1d815 mlx4_counter_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6b5573bb mlx4_qp_release_range +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6e85a295 mlx4_counter_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7007bac4 mlx4_cq_resize +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7120a249 mlx4_buf_write_mtt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7374083a mlx4_mr_rereg_mem_cleanup +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x75502ff1 mlx4_unicast_promisc_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7610a737 mlx4_mr_hw_put_mpt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x77e9599a mlx4_mtt_addr +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7860350c mlx4_qp_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x787591eb __mlx4_register_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x794a402f mlx4_multicast_promisc_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7f7f129a mlx4_unbond +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7f999963 mlx4_find_cached_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x811fbc3d mlx4_get_base_gid_ix +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x836f5b3a mlx4_srq_lookup +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x840ac087 mlx4_config_dev_retrieval +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8777b794 mlx4_qp_to_ready +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8af45802 mlx4_get_vf_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8b35fdf3 mlx4_get_vf_config +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8b5311d8 mlx4_srq_query +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8e769648 mlx4_buf_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8fb69aa5 mlx4_wol_read +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x91ace092 mlx4_map_sw_to_hw_steering_id +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x92aeb127 mlx4_SYNC_TPT +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9351c907 mlx4_port_map_set +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x97d88efd mlx4_srq_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x995f5374 mlx4_xrcd_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x99e26a3f mlx4_bf_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9bb07846 mlx4_replace_zero_macs +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9cb3376a mlx4_cq_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9dec0b57 mlx4_phys_to_slaves_pport +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9e3a3a36 mlx4_ACCESS_PTYS_REG +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa0bdc528 mlx4_pd_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa13e6460 mlx4_write_mtt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa1537af8 mlx4_get_admin_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa6ae817c mlx4_mr_hw_change_access +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa8037f69 mlx4_set_vf_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xab91cb9a mlx4_pd_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xae1e5bf0 mlx4_qp_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xafe0dd2c mlx4_qp_modify +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb0fe8ebf mlx4_flow_steer_promisc_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb1db191d mlx4_set_vf_link_state +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb6421db0 mlx4_get_active_ports +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb721077a mlx4_unregister_interface +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb7299b41 mlx4_mr_hw_write_mpt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb9b753a6 mlx4_set_vf_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xbb82ea35 mlx4_vf_get_enable_smi_admin +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xbbdf9844 mlx4_phys_to_slaves_pport_actv +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xbc75f448 mlx4_multicast_attach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xbdb14b9e mlx4_mw_enable +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc4a8f8ab mlx4_mtt_init +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc81dd007 mlx4_set_admin_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc90a36e1 mlx4_hw_rule_sz +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xca274011 __mlx4_replace_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xcccb7e4d mlx4_db_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd03f7246 mlx4_read_clock +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd5d2675d __mlx4_cmd +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd63ef138 mlx4_db_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xdac43ff3 mlx4_update_qp +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xdd067621 mlx4_mw_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xdd6c04ab mlx4_vf_smi_enabled +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe2ccc7dc mlx4_get_slave_default_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe3eb9d02 mlx4_register_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe469f5fa mlx4_set_vf_rate +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe9593ff7 mlx4_cq_modify +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xea5be22f mlx4_CLOSE_PORT +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xed5c6db7 mlx4_config_roce_v2_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xef8c15b2 mlx4_wol_write +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf843d878 mlx4_vf_set_enable_smi_admin +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xfa319520 mlx4_alloc_hwq_res +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xfb267d1b mlx4_get_internal_clock_params +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0093a48d mlx5_nic_vport_update_local_lb +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0107e96c mlx5_modify_port_ets_rate_limit +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1413b550 mlx5_access_reg +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x175a5563 mlx5_query_nic_vport_mtu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x182c6a0f mlx5_query_nic_vport_qkey_viol_cntr +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x217fb409 mlx5_nic_vport_affiliate_multiport +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x21aacf98 mlx5_query_port_ets_rate_limit +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2790a7bd mlx5_set_port_tc_bw_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x36b6a894 mlx5_set_port_wol +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x36e9afcb mlx5_query_nic_vport_min_inline +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3b11c1fe mlx5_query_min_inline +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4151f345 mlx5_query_module_eeprom +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x42cc3628 mlx5_query_hca_vport_context +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x43a977f5 mlx5_modify_nic_vport_promisc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4a0d250b mlx5_query_nic_vport_promisc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4f6f5c03 mlx5_core_query_sq_state +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x54e93f74 mlx5_eswitch_get_total_vports +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x572491c0 mlx5_query_nic_system_image_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x582387f4 mlx5_query_nic_vport_node_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x592c628c mlx5_vport_get_other_func_cap +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5a4a42b4 mlx5_nic_vport_query_local_lb +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x65ca39d5 mlx5_frag_buf_alloc_node +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x673c808f mlx5_query_nic_vport_system_image_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6af557e7 mlx5_modify_nic_vport_mac_list +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6da5b574 mlx5_query_port_tc_group +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7221baf4 mlx5_fill_page_frag_array +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7659292e mlx5_query_port_ptys +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7888adfe mlx5_core_query_vport_counter +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x79acd394 mlx5_query_nic_vport_mac_list +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7a9da570 mlx5_query_port_vl_hw_cap +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x84fc682a mlx5_set_port_admin_status +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8c4675b4 mlx5_query_port_admin_status +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9129514a mlx5_set_port_pause +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x914e877f mlx5_query_port_oper_mtu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x92e5a05c mlx5_query_port_pfc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x93649096 mlx5_query_port_max_mtu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x957fe5ba mlx5_core_reserved_gids_count +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9be16b51 mlx5_set_port_pfc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9fafcd7c mlx5_db_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa1faab7d mlx5_frag_buf_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xabc802cc mlx5_core_access_reg +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xad52f7c9 mlx5_db_alloc_node +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xadc6d7fa mlx5_set_port_mtu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb5034010 mlx5_nic_vport_enable_roce +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb7613937 mlx5_ipsec_device_caps +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xbaf73b7d mlx5_query_hca_vport_gid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xbb1a98c5 mlx5_query_port_pause +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xbb3890a4 mlx5_query_nic_vport_mac_address +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xbfdf67e0 mlx5_modify_nic_vport_mac_address +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc1b09c55 mlx5_query_hca_vport_pkey +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc1f406b3 mlx5_toggle_port_link +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc3218a5c mlx5_dm_sw_icm_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc35d21de mlx5_set_port_caps +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc53211a1 mlx5_core_modify_hca_vport_context +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc63873c1 mlx5_query_hca_vport_system_image_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc9c00ade mlx5_set_port_tc_group +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xca1d8c03 mlx5_query_mac_address +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xcb9beb3f mlx5_fill_page_frag_array_perm +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd4ae83c5 mlx5_nic_vport_unaffiliate_multiport +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd962e2dd mlx5_modify_nic_vport_vlans +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe0b3af57 mlx5_set_port_prio_tc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe974a14d mlx5_modify_nic_vport_mtu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xeaf2a6b5 mlx5_query_port_prio_tc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xed50431f mlx5_query_module_eeprom_by_page +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf2196554 mlx5_query_hca_vport_node_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf3154c37 mlx5_eswitch_mode +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xfa854a92 mlx5_query_port_wol +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xfeb8577b mlx5_query_port_tc_bw_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xffe0c2a6 mlx5_dm_sw_icm_dealloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/micrel/ks8851_common 0x08f1c14a ks8851_resume +EXPORT_SYMBOL_GPL drivers/net/ethernet/micrel/ks8851_common 0x6f5900af ks8851_suspend +EXPORT_SYMBOL_GPL drivers/net/ethernet/micrel/ks8851_common 0x76a52223 ks8851_probe_common +EXPORT_SYMBOL_GPL drivers/net/ethernet/micrel/ks8851_common 0xebbebfab ks8851_remove_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 0xdd7325f2 devm_regmap_init_encx24j600 +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x0e9d33f7 ocelot_bridge_num_find +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x154024de ocelot_cls_flower_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x1565ce3d ocelot_port_mirror_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x162aa9ec ocelot_port_setup_dsa_8021q_cpu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x166c3bff ocelot_phylink_mac_link_up +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x18cf6639 ocelot_port_get_eth_phy_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x27423881 ocelot_port_mirror_del +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x2b8e180f ocelot_port_get_pause_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x2f9e74de ocelot_get_bridge_fwd_mask +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x38576840 ocelot_port_writel +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x3f5284d5 ocelot_cls_flower_destroy +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x587e80f7 ocelot_bond_get_id +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x5c25c666 ocelot_port_assigned_dsa_8021q_cpu_mask +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x5d208e1f __ocelot_write_ix +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x5ddb99a2 ocelot_port_get_default_prio +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x60b9a39e __ocelot_read_ix +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x66fb3899 ocelot_regmap_init +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x71e6fbe0 ocelot_regfields_init +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x7b222bb5 ocelot_port_add_dscp_prio +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x8366e2ba __ocelot_bulk_read_ix +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x8938c7fc ocelot_lag_fdb_del +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x9f7e909d ocelot_port_set_default_prio +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xa7084d95 ocelot_port_get_eth_mac_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xb82a0219 __ocelot_rmw_ix +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xbb4a8aee ocelot_port_get_rmon_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xc5472f87 ocelot_port_del_dscp_prio +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xc7e2e05e ocelot_mact_flush +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xcbf498d2 ocelot_lag_fdb_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xcd5901cf ocelot_port_rmwl +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xdfacebce ocelot_phylink_mac_link_down +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xdfafdf7d ocelot_port_assign_dsa_8021q_cpu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xe218c729 ocelot_cls_flower_replace +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xe614a8a1 ocelot_migrate_mdbs +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xe799e15a ocelot_port_teardown_dsa_8021q_cpu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xe8a465ab ocelot_port_readl +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xeefc16fd ocelot_port_get_dscp_prio +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xf2f77f5f ocelot_port_unassign_dsa_8021q_cpu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xfe1c45d5 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 0x2b33a1a6 stmmac_resume +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac 0x545572d4 stmmac_set_mac_addr +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac 0x718388f9 stmmac_dvr_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac 0x92d778bb stmmac_get_mac_addr +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac 0xdadc5063 stmmac_suspend +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac 0xf2c3f80c stmmac_init_tstamp_counter +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac 0xf3c49330 stmmac_bus_clks_config +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac 0xf58161a4 stmmac_dvr_probe +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0x04f1b528 stmmac_pltfr_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0x21289f08 stmmac_get_platform_resources +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0x6844b408 stmmac_probe_config_dt +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0x79801404 stmmac_remove_config_dt +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0x927fb5a4 stmmac_pltfr_pm_ops +EXPORT_SYMBOL_GPL drivers/net/ethernet/wiznet/w5100 0x0c559e49 w5100_pm_ops +EXPORT_SYMBOL_GPL drivers/net/ethernet/wiznet/w5100 0x4f486f2e w5100_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/wiznet/w5100 0x72c19884 w5100_ops_priv +EXPORT_SYMBOL_GPL drivers/net/ethernet/wiznet/w5100 0x7efd0868 w5100_probe +EXPORT_SYMBOL_GPL drivers/net/geneve 0x40c084c5 geneve_dev_create_fb +EXPORT_SYMBOL_GPL drivers/net/ipvlan/ipvlan 0x04b9f0d5 ipvlan_link_delete +EXPORT_SYMBOL_GPL drivers/net/ipvlan/ipvlan 0x1068d380 ipvlan_link_register +EXPORT_SYMBOL_GPL drivers/net/ipvlan/ipvlan 0x245f9402 ipvlan_count_rx +EXPORT_SYMBOL_GPL drivers/net/ipvlan/ipvlan 0x7adabf7c ipvlan_link_new +EXPORT_SYMBOL_GPL drivers/net/ipvlan/ipvlan 0xc1fc00f3 ipvlan_link_setup +EXPORT_SYMBOL_GPL drivers/net/macsec 0xe0713e20 macsec_pn_wrapped +EXPORT_SYMBOL_GPL drivers/net/macvlan 0x24eeb351 macvlan_common_setup +EXPORT_SYMBOL_GPL drivers/net/macvlan 0xa559ab5b macvlan_link_register +EXPORT_SYMBOL_GPL drivers/net/macvlan 0xb2c5317e macvlan_dellink +EXPORT_SYMBOL_GPL drivers/net/macvlan 0xe737de79 macvlan_common_newlink +EXPORT_SYMBOL_GPL drivers/net/mdio/mdio-i2c 0x15959dc1 mdio_i2c_alloc +EXPORT_SYMBOL_GPL drivers/net/mdio/mdio-mux 0x4b706b42 mdio_mux_init +EXPORT_SYMBOL_GPL drivers/net/mdio/mdio-mux 0x6318757f mdio_mux_uninit +EXPORT_SYMBOL_GPL drivers/net/net_failover 0x72431bfd net_failover_create +EXPORT_SYMBOL_GPL drivers/net/net_failover 0x8b2fe6f6 net_failover_destroy +EXPORT_SYMBOL_GPL drivers/net/pcs/pcs-altera-tse 0xd889127b alt_tse_pcs_create +EXPORT_SYMBOL_GPL drivers/net/pcs/pcs_xpcs 0x26a18cba xpcs_get_interfaces +EXPORT_SYMBOL_GPL drivers/net/pcs/pcs_xpcs 0x52c8a8fb xpcs_do_config +EXPORT_SYMBOL_GPL drivers/net/pcs/pcs_xpcs 0x56265fad xpcs_create +EXPORT_SYMBOL_GPL drivers/net/pcs/pcs_xpcs 0x98bc0966 xpcs_config_eee +EXPORT_SYMBOL_GPL drivers/net/pcs/pcs_xpcs 0xaa2f3c14 xpcs_link_up +EXPORT_SYMBOL_GPL drivers/net/pcs/pcs_xpcs 0xb4808f13 xpcs_destroy +EXPORT_SYMBOL_GPL drivers/net/pcs/pcs_xpcs 0xe7503613 xpcs_get_an_mode +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x0e1f6656 bcm_phy_r_rc_cal_reset +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x117b682c __bcm_phy_read_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x12828c58 bcm_phy_enable_apd +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x160d92d4 bcm_phy_28nm_a0b0_afe_config_init +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x16254934 bcm_phy_cable_test_get_status +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x197f1e10 bcm_phy_cable_test_get_status_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x1bfb813a bcm_phy_write_shadow +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x1e88aa1f __bcm_phy_write_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x23a224eb bcm_phy_set_eee +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x3bd2eb19 bcm_phy_read_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x44322b6e bcm_phy_write_misc +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x449a2c6d bcm54xx_auxctl_read +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x4ca3273a bcm_phy_get_strings +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x4d2dc3bd bcm_phy_get_sset_count +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x4eec48b1 bcm_phy_read_misc +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x55e74797 __bcm_phy_modify_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x56ec2c0f bcm_phy_modify_exp +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x6e198592 __bcm_phy_write_exp +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x90d0d395 bcm_phy_handle_interrupt +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xa1210313 bcm_phy_config_intr +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xa4b2370e bcm_phy_downshift_get +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xae5c09e6 bcm_phy_cable_test_start +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xbe7af101 bcm_phy_get_stats +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xbededbac bcm_phy_write_exp +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xc813793b bcm_phy_enable_jumbo +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xce4ff421 bcm_phy_write_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xce67234d __bcm_phy_read_exp +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xd58f2ac3 bcm_phy_ack_intr +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xd6fd805d bcm_phy_cable_test_start_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xde727907 bcm_phy_read_shadow +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xe4cea078 bcm_phy_read_exp +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xe55516d5 __bcm_phy_modify_exp +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xe65e7d4d bcm_phy_modify_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xf31021f4 bcm_phy_downshift_set +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-ptp 0x071a755e bcm_ptp_probe +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-ptp 0x850e8eee bcm_ptp_config_init +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-ptp 0xe54c4503 bcm_ptp_stop +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x02c396ae phylink_fwnode_phy_connect +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x08213956 phylink_ethtool_get_wol +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x12135396 phylink_mac_change +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x15c4e3e2 phylink_ethtool_set_pauseparam +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x16ca1a8a phylink_suspend +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x2c8e28ee phylink_ethtool_get_eee +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x316a9c51 phylink_mii_c22_pcs_an_restart +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x3f3a174a phylink_ethtool_ksettings_get +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x4278d56a phylink_expects_phy +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x4a1146c1 phylink_create +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 0x64a1a5ce phylink_decode_usxgmii_word +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 0x70b8a6d0 phylink_of_phy_connect +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x74783072 phylink_mii_c45_pcs_get_state +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x7c693b35 phylink_mii_c22_pcs_get_state +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x825c7340 phylink_get_eee_err +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x859b1ff6 phylink_validate_mask_caps +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x911fcd6c phylink_start +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x95ea06a1 phylink_ethtool_ksettings_set +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x983276da phylink_disconnect_phy +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0xbed647cc 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 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 0xeb5dff80 phylink_mii_c22_pcs_config +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0xec02ebe0 phylink_init_eee +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0xedd28a5e phylink_generic_validate +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0xf3083a1d phylink_destroy +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0xf8fe5642 phylink_ethtool_get_pauseparam +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0xf926a606 phylink_mii_c22_pcs_decode_state +EXPORT_SYMBOL_GPL drivers/net/tap 0x2915e53c tap_queue_resize +EXPORT_SYMBOL_GPL drivers/net/tap 0x4a8760c4 tap_destroy_cdev +EXPORT_SYMBOL_GPL drivers/net/tap 0x6d1bbe63 tap_get_ptr_ring +EXPORT_SYMBOL_GPL drivers/net/tap 0x6d64a15c tap_get_minor +EXPORT_SYMBOL_GPL drivers/net/tap 0x91fe9da8 tap_handle_frame +EXPORT_SYMBOL_GPL drivers/net/tap 0x95824062 tap_free_minor +EXPORT_SYMBOL_GPL drivers/net/tap 0xa0b3aa32 tap_get_socket +EXPORT_SYMBOL_GPL drivers/net/tap 0xc68be329 tap_del_queues +EXPORT_SYMBOL_GPL drivers/net/tap 0xff8aa9ea tap_create_cdev +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0x069fc0c0 usbnet_cdc_update_filter +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0x376fe76f usbnet_cdc_status +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0x566cace7 usbnet_cdc_bind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0xb12878ba usbnet_ether_cdc_bind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0xb9a4fd4a usbnet_cdc_unbind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0xe213667e usbnet_generic_cdc_bind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0xe48894af usbnet_cdc_zte_rx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x0ab957b8 cdc_ncm_change_mtu +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x1ec8028d cdc_ncm_rx_verify_ndp32 +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x6a2c1ffb cdc_ncm_unbind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x76319aa0 cdc_ncm_rx_verify_nth16 +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x9a9cdc54 cdc_ncm_rx_verify_ndp16 +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0xac9cd83a cdc_ncm_rx_verify_nth32 +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0xb33b5f55 cdc_ncm_select_altsetting +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0xba50d95f cdc_ncm_fill_tx_frame +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0xc30ec8a3 cdc_ncm_rx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0xca910f9d cdc_ncm_tx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0xf07be7b8 cdc_ncm_bind_common +EXPORT_SYMBOL_GPL drivers/net/usb/r8152 0xa76876e7 rtl8152_get_version +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0x762e79ff rndis_rx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0x868328fa rndis_tx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0xa016de11 generic_rndis_bind +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0xcdf52e65 rndis_command +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0xe7a7b294 rndis_unbind +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0xf920174c rndis_status +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x04582b11 usbnet_nway_reset +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x05e27079 usbnet_write_cmd +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x104b1b14 usbnet_status_stop +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x10e5c8a3 usbnet_get_link +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x1199c517 usbnet_get_msglevel +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x13e0c91e usbnet_change_mtu +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x291a51e6 usbnet_write_cmd_nopm +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x325bae22 usbnet_unlink_rx_urbs +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x3755a9b7 usbnet_pause_rx +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x4d2be45f usbnet_defer_kevent +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x53c4489d usbnet_purge_paused_rxq +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x57fded5a usbnet_suspend +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x59bf3560 usbnet_get_drvinfo +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x5c5b4c46 usbnet_set_rx_mode +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x5c6bd100 usbnet_resume +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x62f54a4b usbnet_open +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x6b6c8a8e usbnet_get_endpoints +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x6f447e47 usbnet_resume_rx +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x78f778c7 usbnet_read_cmd_nopm +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x85cd3a0d usbnet_status_start +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x88f94574 usbnet_get_link_ksettings_internal +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x9222127b usbnet_set_msglevel +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x9366039e usbnet_update_max_qlen +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x957d8b8b usbnet_stop +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x973ef1a0 usbnet_skb_return +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x9fbff805 usbnet_read_cmd +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xab0b3788 usbnet_probe +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xab5b58e7 usbnet_write_cmd_async +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xb0271859 usbnet_get_link_ksettings_mii +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xc43febfa usbnet_start_xmit +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xc7bf4a24 usbnet_disconnect +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xcccfd64d usbnet_tx_timeout +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xd06311e1 usbnet_set_link_ksettings_mii +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xd4bbce44 usbnet_get_ethernet_addr +EXPORT_SYMBOL_GPL drivers/net/vxlan/vxlan 0x17a8ba16 vxlan_fdb_replay +EXPORT_SYMBOL_GPL drivers/net/vxlan/vxlan 0x8e50a8ff vxlan_fdb_clear_offload +EXPORT_SYMBOL_GPL drivers/net/vxlan/vxlan 0xd9d93e40 vxlan_fdb_find_uc +EXPORT_SYMBOL_GPL drivers/net/vxlan/vxlan 0xf59dc017 vxlan_dev_create +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/ipw2x00/libipw 0xcc99df26 libipw_rx_any +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x41d92a1b _il_grab_nic_access +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x86f0ad53 il_dealloc_bcast_stations +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x8abb7d21 il_prep_station +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xd630ce8a il_mac_tx_last_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xe2f67d00 il_remove_station +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x1fa1ad32 iwl_fw_lookup_notif_ver +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x243d9b03 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/intersil/p54/p54common 0x37e72a14 p54_register_common +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0x59191630 p54_unregister_common +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0x8669624d p54_parse_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0x899e0579 p54_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0x9a27dfa9 p54_free_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0xb2495c58 p54_parse_eeprom +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0xc2111894 p54_init_common +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0xe51dba3b p54_free_common +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0xe6d5251d p54_read_eeprom +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x0a5a524c lbs_send_tx_feedback +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x15d7c2f3 lbs_get_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x1783c3d9 lbs_queue_event +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x21654b0c lbs_remove_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x43f99882 lbs_cmd_copyback +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x49946896 lbs_process_rxed_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x5ded4fce lbs_notify_command_response +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x71a01c49 lbs_stop_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x7929a6d4 lbs_add_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x8418ab8d lbs_host_sleep_cfg +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x8acfe055 lbs_resume +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0xcdc8a528 lbs_get_firmware_async +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0xd1f505a1 lbs_host_to_card_done +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0xf3569dc4 __lbs_cmd +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0xf64277de lbs_debug +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0xf8a0469a lbs_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0xfcfa564b lbs_start_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0x381fe36a lbtf_remove_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0x6057a2e3 lbtf_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0x7e7c1d4b lbtf_add_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0x888764f8 lbtf_bcn_sent +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0x9445609b __lbtf_cmd +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0x9a5223e0 lbtf_send_tx_feedback +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0xc6c3fbb9 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 0xd29ac15d lbtf_cmd_copyback +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x0e595fdc mwifiex_cancel_hs +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x1f947c33 mwifiex_add_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x2ad6baa6 mwifiex_main_process +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x2bfc2004 mwifiex_reinit_sw +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x2c29fff4 mwifiex_write_data_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x2d6277d5 mwifiex_init_shutdown_fw +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x2e662954 mwifiex_multi_chan_resync +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x3baac998 mwifiex_queue_main_work +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x485a154b mwifiex_disable_auto_ds +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x50e1f800 mwifiex_prepare_fw_dump_info +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x5b02abcf mwifiex_fw_dump_event +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x6fd53b1a mwifiex_enable_hs +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x80739f7e mwifiex_upload_device_dump +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x8364814e mwifiex_process_sleep_confirm_resp +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x9824c8bd mwifiex_del_virtual_intf +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x9986630e mwifiex_deauthenticate_all +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xa7cbc98b mwifiex_remove_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xc618a109 _mwifiex_dbg +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xc7cfd8df mwifiex_dnld_fw +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xcecf9bca mwifiex_add_virtual_intf +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xd2630e6c mwifiex_drv_info_dump +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xd4dad9f3 mwifiex_alloc_dma_align_buf +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xe6082b48 mwifiex_shutdown_sw +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xeedf0dec mwifiex_handle_rx_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xf416e500 mwifiex_process_hs_config +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x0fc60755 __traceiter_dev_irq +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x17e0dd53 mt76_wake_tx_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x17f568e9 mt76_rates +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x1841b707 mt76_register_phy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x188f5c3b mt76_mcu_get_response +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x192729de mt76_csa_check +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x1acb5de1 mt76_dma_attach +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x1ae8d572 __mt76_set_tx_blocked +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x1b3b1eaf mt76_unregister_phy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x1ec57b4f __mt76_worker_fn +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x1f8cc7e0 mt76_eeprom_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x20da8599 mt76_update_survey_active_time +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x27112573 mt76_mmio_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x2c91dd05 mt76_eeprom_override +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x2f56a91b mt76_rx_token_consume +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x2f68b4b3 mt76_get_survey +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x3039cfe3 ____mt76_poll_msec +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x34885030 mt76_tx_status_check +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x35cdf774 mt76_set_channel +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x35da1716 mt76_tx_status_skb_get +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x376c305b mt76_insert_ccmp_hdr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x37c38eff mt76_pci_disable_aspm +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x3bdcee28 mt76_stop_tx_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x3e036526 mt76_put_txwi +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x3f176dd9 __mt76_tx_complete_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x41387653 __tracepoint_mac_txdone +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x4147568f mt76_get_rxwi +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x49cf118f mt76_dma_rx_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x4cd98e26 mt76_get_sar_power +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x4d5bb0c8 __tracepoint_dev_irq +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x4eca038b mt76_rx_poll_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x4fbda6ee mt76_seq_puts_array +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x52b66d83 __mt76_mcu_msg_alloc +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x53e951c4 mt76_release_buffered_frames +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x5a4c8a2b mt76_get_antenna +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x5ae41e4d mt76_free_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x5f1dd501 mt76_set_stream_caps +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x606c7136 mt76_get_rate_power_limits +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x630d5053 mt76_register_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x63f96760 mt76_rx_aggr_stop +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x68281717 mt76_alloc_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x6bf07e73 __mt76_mcu_send_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x6cdbc0e3 mt76_init_sar_power +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x715fc433 mt76_tx_status_skb_done +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x71ccb5c5 mt76_phy_dfs_state +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x728b4063 mt76_sta_pre_rcu_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x7651e2fc mt76_sw_scan +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x7b2bce61 mt76_get_min_avg_rssi +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x7dc95c79 mt76_skb_adjust_pad +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x805fc13a __SCK__tp_func_dev_irq +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x80e7a4f5 mt76_get_of_eeprom +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x8125e860 mt76_tx_status_unlock +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x8715789e __mt76_sta_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x8860c36a __traceiter_mac_txdone +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x928cf04f mt76_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x94353f9e mt76_tx_check_agg_ssn +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x94da0dc2 mt76_queues_read +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x960e6952 mt76_calculate_default_rate +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x9618c930 mt76_put_rxwi +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x9717ce80 mt76_alloc_phy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x97d2bbc3 mt76_txq_schedule_all +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x9a7ee7b3 mt76_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x9b6f0631 mt76_rx_token_release +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x9fb61f4b mt76_tx_worker_run +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xa17155ad mt76_has_tx_pending +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xaaf2ba28 mt76_token_release +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xac645ed8 mt76_txq_schedule +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xac74000c mt76_get_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xb3837d32 mt76_sta_state +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xbadbb9b7 mt76_update_survey +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xbca9a74a mt76_set_tim +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xbe8969f0 mt76_mcu_skb_send_and_get_msg +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xc0903d72 mt76_unregister_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xc09effac mt76_csa_finish +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xc0ba8c83 mt76_dma_cleanup +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xc34114f7 mt76_queue_tx_complete +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 0xc79daf86 mt76_ethtool_worker +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xcc5ed7b7 mt76_rx_aggr_start +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xccb39fef mt76_get_rate +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xd057e785 mt76_token_consume +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xd3e18285 mt76_register_debugfs_fops +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xd6a436d5 __mt76_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xdd3b8ee3 mt76_tx_status_skb_add +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xe40b66ef mt76_wcid_alloc +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xe4626a05 mt76_set_irq_mask +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xe9828827 mt76_tx_status_lock +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xf049ccdc mt76_init_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xf0db1db3 mt76_mcu_send_and_get_msg +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xf20e5115 mt76_mcu_rx_event +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xf30a3c93 mt76_sw_scan_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x0145c2a2 mt76_connac_mcu_sta_basic_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x03e07c4b mt76_connac_mcu_init_download +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x053ec21f mt76_connac_mcu_set_suspend_iter +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x0870d7ad mt76_connac2_mcu_fill_message +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x09169696 mt76_connac_mcu_uni_add_dev +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x0c9951b7 mt76_connac_mcu_sta_ba_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x0cbd59f8 mt76_connac_mcu_reg_wr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x0df3aedd mt76_connac_mcu_sched_scan_req +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x13c48d25 mt76_connac_mcu_sta_uapsd +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x1faf2215 mt76_connac_mcu_bss_ext_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x2210a64e mt76_connac2_mac_fill_txs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x2447825c mt76_connac_txp_skb_unmap +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x2ae4f6fa mt76_connac2_mac_write_txwi +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x3269fede mt76_connac_mcu_chip_config +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x34393699 mt76_connac_mcu_add_nested_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x3d3809e8 mt76_connac_mcu_set_p2p_oppps +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x40dc404d __mt76_connac_mcu_alloc_sta_req +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x41e4d009 mt76_connac_mcu_alloc_wtbl_req +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x4252c9b7 mt76_connac_mcu_set_vif_ps +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x42d15018 mt76_connac_mcu_set_rts_thresh +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x498e52f0 mt76_connac_mcu_wtbl_hdr_trans_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x4bc62cd3 mt76_connac_mcu_sta_wed_update +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x4bf2381b mt76_connac_pm_dequeue_skbs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x5a8a194b mt76_connac_mcu_sta_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x5b99f7b0 mt76_connac_mcu_restart +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x5c45e5e3 mt76_connac_free_pending_tx_skbs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x624c4b88 mt76_connac_pm_wake +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x64777204 mt76_connac_mcu_set_mac_enable +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x6ae0ebcc mt76_connac_mcu_uni_set_chctx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x6c18afd9 mt76_connac_mcu_update_arp_filter +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x79421136 mt76_connac2_mac_fill_rx_rate +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x7bb1ef17 mt76_connac_get_phy_mode +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x80e25dba mt76_connac_mcu_get_nic_capability +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x84f0e982 mt76_connac_mcu_rdd_cmd +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x85791f0c mt76_connac_mcu_wtbl_ht_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x8a1d5966 mt76_connac_mcu_patch_sem_ctrl +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x8abad363 mt76_connac_power_save_sched +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x8e126a71 mt76_connac_mcu_start_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x908ca40c mt76_connac_wowlan_support +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x9776ae2e mt76_connac_mcu_hw_scan +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x99ffdf2f mt76_connac2_load_patch +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xa0d812b3 mt76_connac_mcu_cancel_hw_scan +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xa9f75212 mt76_connac2_reverse_frag0_hdr_trans +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xadd4ab11 mt76_connac_mcu_bss_omac_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xb4334b6c mt76_connac_mcu_set_hif_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xb84734e5 mt76_connac_mcu_update_gtk_rekey +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xb946e9ac mt76_connac_pm_queue_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xbb0bb62e mt76_connac_mcu_wtbl_update_hdr_trans +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xbb60df91 mt76_connac_mcu_set_pm +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xbbdbfd88 mt76_connac_mcu_sta_update_hdr_trans +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xbd27d084 mt76_connac2_mac_add_txs_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xbe827248 mt76_connac_mcu_wtbl_ba_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xc640d612 mt76_connac_mcu_set_channel_domain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xc795773a mt76_connac2_load_ram +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xc85909dd mt76_connac_mcu_start_patch +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xca86b296 mt76_connac_mcu_wtbl_smps_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xcb40161f mt76_connac_mcu_coredump_event +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xcdd27f31 mt76_connac_sta_state_dp +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xcefbe090 mt76_connac_tx_complete_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xd0c69b04 mt76_connac_mcu_uni_add_bss +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xd5ae82fb mt76_connac_mcu_wtbl_generic_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xd60dc761 mt76_connac_mcu_reg_rr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xdc087e48 mt76_connac_write_hw_txp +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xe620aedf mt76_connac_mcu_bss_basic_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xe6a456c7 mt76_connac2_mac_decode_he_radiotap +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xe7540a37 mt76_connac_mcu_sched_scan_enable +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xe75eaadc mt76_connac_mcu_set_rate_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xebf69c12 mt76_connac_mcu_beacon_loss_iter +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xecc84cc4 mt76_connac2_mac_tx_rate_val +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xf414414d mt76_connac_init_tx_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xf69dc8c4 mt76_connac_mcu_sta_cmd +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xf6e177ea mt76_connac_mcu_sta_ba +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xf88a9861 mt76_connac_get_he_phy_cap +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xfb01873e mt76_connac_mcu_set_deep_sleep +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xfe2126b1 mt76_connac_mcu_add_key +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x3b724bbd mt76s_write_copy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x4f17e479 mt76s_deinit +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x546b70d1 mt76s_read_copy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x56d2ea3e mt76s_rd_rp +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x64565e62 mt76s_read_pcr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x64a16139 mt76s_txrx_worker +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x800fe0c4 mt76s_sdio_irq +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x8658c376 mt76s_wr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x994f7f4f mt76s_rmw +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x9bcf5a0a mt76s_alloc_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0xa02a6f37 mt76s_wr_rp +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0xb1a1db2b mt76s_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0xde8f0322 mt76s_rr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0xe12303fe mt76s_txqs_empty +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0xe8cc58b9 mt76s_hw_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0xeed2d3c8 mt76s_alloc_rx_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x0602f543 mt76u_single_wr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x09fc4690 mt76u_stop_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x10d9f2a4 ___mt76u_rr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x12b297e8 mt76u_alloc_mcu_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x335e43dd mt76u_read_copy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x554ae705 __mt76u_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x5b3f51b5 mt76u_resume_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x5d6f0f48 mt76u_stop_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0xa0f58706 mt76u_queues_deinit +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0xa5695354 mt76u_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0xa738cbf2 mt76u_vendor_request +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0xa7ca9f68 __mt76u_vendor_request +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0xe83202fb ___mt76u_wr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0xf659f050 mt76u_alloc_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x00e0741e mt7615_mac_sta_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x0225bed7 mt7615_init_work +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x0f50cb1c __mt7663_load_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x14ee6515 mt7622_trigger_hif_int +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x18bc93e8 mt7615_update_channel +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x26a01271 mt7615_mac_write_txwi +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x2cec2031 mt7615_wait_for_mcu_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x30774d18 mt7615_eeprom_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x3bd6a004 mt7615_tx_token_put +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x3c17a9d8 mt7615_mac_set_rates +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x4bc4076e mt7615_mcu_exit +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x5e675076 mt7615_mcu_fill_msg +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x71cbb201 mt7615_queue_rx_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x7fa5e440 mt7615_mcu_restart +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x8ad5a15c mt7615_sta_ps +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x917a7986 mt7615_init_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x9ae10d14 mt7615_rx_check +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x9c00ff25 mt7615_init_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xa2bf6694 mt7615_register_ext_phy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xb8aec1af mt7615_mac_sta_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xc5f0f907 mt7615_ops +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xd81f6e9e mt7615_mcu_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xdb5bc8d6 mt7615_unregister_ext_phy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xec8e5074 mt7615_init_debugfs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xf3ac2aa8 mt7615_mac_sta_add +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xfb19fb5a mt7615_thermal_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xfc9f3119 mt7615_mac_enable_rtscts +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xfe0bce8e mt7615_mcu_parse_response +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615e 0x73d63d9c 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 0x209f8a0b mt7663_usb_sdio_tx_complete_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7663-usb-sdio-common 0x38747d24 mt7663_usb_sdio_tx_prepare_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7663-usb-sdio-common 0x8cfbea60 mt7663_usb_sdio_tx_status_data +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7663-usb-sdio-common 0xf3e2476e mt7663_usb_sdio_register_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0x0c24b8e4 mt76x0_register_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0x3b67f416 mt76x0_chip_onoff +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0x5245664b mt76x0_mac_stop +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0x59820954 mt76x0_init_hardware +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0x84fe6224 mt76x0_phy_calibrate +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0xa8db7f50 mt76x0_set_sar_specs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0xd6239d01 mt76x0_config +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x06d6b726 mt76x02_ampdu_action +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x07d52fb8 mt76x02_conf_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x09e937ca mt76x02_mac_reset_counters +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x0a685017 mt76x02_set_key +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x0b7dae07 mt76x02_tx_status_data +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x0e1a3258 mt76x02_mcu_msg_send +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x0e8a5334 mt76x02_set_rts_threshold +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x128c355e mt76x02_dma_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x13488e2d mt76x02_mac_cc_reset +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x14d0e194 mt76x02_mac_setaddr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x1aca7d56 mt76x02_dma_disable +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x1d28c0e9 mt76x02_eeprom_copy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x22dab157 mt76x02_get_rx_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x2c6cc26c mt76x02_mcu_parse_response +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x2c9a949b mt76x02_remove_interface +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x3b0a3a17 mt76x02_mac_wcid_setup +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x3ddb11a2 mt76x02_edcca_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x3ec431cd mt76x02_configure_filter +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x4ac12f8b mt76x02_init_beacon_config +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x563b66fd mt76x02_init_agc_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x59d8d6f6 mt76x02_init_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x5bd84fd5 mt76x02_rates +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x5cb9ac41 mt76x02_sta_ps +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x5ee15e48 mt76x02_mcu_set_radio_state +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x666023b2 mt76x02_mcu_calibrate +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x67e09802 mt76x02_eeprom_parse_hw_cap +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x7377379c mt76x02_phy_set_bw +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x7414a117 mt76x02_phy_set_txdac +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 0x77fc426b mt76x02_mac_shared_key_setup +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x7823bc32 mt76x02_init_debugfs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x78bd00c6 mt76x02_sta_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x7c2a0b1a mt76x02_tx_complete_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x809f32ee mt76x02_add_interface +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x91d5b9ee mt76x02_irq_handler +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x93c479bc mt76x02_limit_rate_power +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x98862289 mt76x02_queue_rx_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x9ad10664 mt76x02_mac_write_txwi +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xa0fa22b2 mt76x02_sta_add +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xa36c255c mt76x02_sw_scan_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xa563d9bc mt76x02_mac_start +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xa7a8a055 mt76x02_get_efuse_data +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xaa78e9b8 mt76x02_reconfig_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xabd3f364 mt76x02e_init_beacon_config +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 0xadc53e5c mt76x02_rx_poll_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xaecc594e mt76x02_tx_set_txpwr_auto +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xaed0e25f mt76x02_mcu_cleanup +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xaef10e05 mt76x02_tx_prepare_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xb0761946 mt76x02_phy_adjust_vga_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xbc0598c2 mt76x02_update_channel +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xca57a220 mt76x02_update_beacon_iter +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xcc8f78a9 mt76x02_phy_set_band +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xcf4c708f mt76x02_dfs_init_params +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xd20b4c1f mt76x02_phy_set_rxpath +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xd682c0be mt76x02_phy_set_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xd7a1905d mt76x02_ext_pa_enabled +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xd9788ce3 mt76x02_bss_info_changed +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xde8e1cff mt76x02_mcu_function_select +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xe7becbf5 mt76x02_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xea8e9e10 mt76x02_sta_rate_tbl_update +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xeef3c1c8 mt76x02_remove_hdr_pad +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xf422a052 mt76x02_enqueue_buffered_bc +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xf49f231f mt76x02_resync_beacon_timer +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xf5b43dff mt76x02_get_lna_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xf6ccc928 mt76x02_config_mac_addr_list +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xf7199dcc mt76x02_mac_set_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xf77d4da2 mt76x02_set_ethtool_fwver +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xf873b3a5 mt76x02_set_tx_ackto +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xfab38ece mt76x02_set_coverage_class +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xfe3e4957 mt76x02_phy_dfs_adjust_agc +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0x2fc7e8e7 mt76x02u_init_beacon_config +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0x5e6731e9 mt76x02u_mac_start +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0x6b1acb32 mt76x02u_tx_prepare_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0xa3db4316 mt76x02u_tx_complete_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0xa5924ec9 mt76x02u_mcu_fw_send_data +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0xa766ac35 mt76x02u_exit_beacon_config +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0xb8ca5a5f mt76x02u_mcu_fw_reset +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0xf725dafb mt76x02u_init_mcu +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x067300bc mt76x2_configure_tx_delay +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x2c3d61a9 mt76x2_phy_update_channel_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x32590802 mt76x2_reset_wlan +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x5afe85d4 mt76x2_mcu_tssi_comp +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x632a9fb3 mt76x2_apply_gain_adj +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x6c46de68 mt76_write_mac_initvals +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x853d4a07 mt76x2_mcu_load_cr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x8713bb8d mt76x2_eeprom_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x8972d988 mt76x2_phy_set_txpower_regs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x94f78ee7 mt76x2_get_rate_power +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xb247eada mt76x2_get_power_info +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xc333a79f mt76x2_init_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xca7a5c3e mt76x2_phy_tssi_compensate +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xcc32b5ed mt76x2_mac_stop +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xcf27de54 mt76x2_set_sar_specs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xd16ce573 mt76x2_mcu_set_channel +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xdfea8538 mt76x2_mcu_init_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xe2c0d94a mt76x2_read_rx_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xe30b4950 mt76x2_phy_set_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xf82f3107 mt76x2_get_temp_comp +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x02dae7f8 mt7921_mac_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x0ce9d047 mt7921_reset +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x11665ca5 mt7921_mcu_drv_pmctrl +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x13bf2642 mt7921_update_channel +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x18a87f24 mt7921_mac_sta_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x19bce075 mt7921_mcu_parse_response +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x27f1dade mt7921_usb_sdio_tx_status_data +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x3910df98 mt7921_run_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x3aa00243 mt7921_rx_check +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x3cf1b4b5 mt7921_sta_ps +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x4f39ecc5 mt7921_usb_sdio_tx_prepare_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x500897a1 mt7921_mac_sta_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x6aa7de73 mt7921_mcu_set_eeprom +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x6d53e110 mt7921_mac_sta_assoc +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x735f61a5 mt7921_usb_sdio_tx_complete_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x7a2d15fc mt7921_check_offload_capability +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0xa61eea20 mt7921_mcu_fw_pmctrl +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0xa86fc7e9 mt7921_stop +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0xad1b084e __mt7921_start +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0xb5d6acd0 mt7921_ops +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0xb6827d29 mt7921_queue_rx_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0xc1f09807 mt7921_mac_sta_add +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0xcff0570c mt7921_register_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0xe301fa4d mt7921_txwi_free +EXPORT_SYMBOL_GPL drivers/net/wireless/microchip/wilc1000/wilc1000 0x35cc9d69 chip_allow_sleep +EXPORT_SYMBOL_GPL drivers/net/wireless/microchip/wilc1000/wilc1000 0x614968be host_sleep_notify +EXPORT_SYMBOL_GPL drivers/net/wireless/microchip/wilc1000/wilc1000 0x6d6c431b chip_wakeup +EXPORT_SYMBOL_GPL drivers/net/wireless/microchip/wilc1000/wilc1000 0x85af3de9 host_wakeup_notify +EXPORT_SYMBOL_GPL drivers/net/wireless/microchip/wilc1000/wilc1000 0xb8f6bc82 wilc_cfg80211_init +EXPORT_SYMBOL_GPL drivers/net/wireless/microchip/wilc1000/wilc1000 0xbbabc76d wilc_handle_isr +EXPORT_SYMBOL_GPL drivers/net/wireless/microchip/wilc1000/wilc1000 0xd10a649f wilc_netdev_cleanup +EXPORT_SYMBOL_GPL drivers/net/wireless/quantenna/qtnfmac/qtnfmac 0x1f0b1dd8 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 0x3aec894d qtnf_wake_all_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/quantenna/qtnfmac/qtnfmac 0x42968ad9 qtnf_core_detach +EXPORT_SYMBOL_GPL drivers/net/wireless/quantenna/qtnfmac/qtnfmac 0x5105014d qtnf_trans_handle_rx_ctl_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/quantenna/qtnfmac/qtnfmac 0x86cb12a2 qtnf_core_attach +EXPORT_SYMBOL_GPL drivers/net/wireless/quantenna/qtnfmac/qtnfmac 0xcccb7e83 qtnf_classify_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x0374b60b rt2800_efuse_detect +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x0854ade9 rt2800_write_tx_data +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x0d338c76 rt2800_enable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x1d6b83b1 rt2800_get_key_seq +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x21f3f9ab rt2800_process_rxwi +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x2fafba46 rt2800_sta_add +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x31eace58 rt2800_vco_calibration +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x3c7ae710 rt2800_wait_wpdma_ready +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x4059dff3 rt2800_config +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x47efb4bd rt2800_disable_wpdma +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x4e3dcc06 rt2800_txdone_nostatus +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x4f4978c9 rt2800_config_shared_key +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x512fba75 rt2800_wait_csr_ready +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x56131a87 rt2800_set_rts_threshold +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x5714301d rt2800_disable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x585a637f rt2800_sta_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x6a4767f1 rt2800_config_pairwise_key +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x733eee35 rt2800_txdone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x82ac112a rt2800_txstatus_timeout +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x82d57c78 rt2800_txdone_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x864f4eef rt2800_conf_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x87f38661 rt2800_config_ant +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x8cc9cff9 rt2800_pre_reset_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x8d9ff5e6 rt2800_gain_calibration +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x93b3dd82 rt2800_read_eeprom_efuse +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xa135a9c1 rt2800_clear_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xa2620044 rt2800_txstatus_pending +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xaebec17c rt2800_config_erp +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xb429c1ea rt2800_config_intf +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xb93d5335 rt2800_rfkill_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xbf331ce8 rt2800_get_txwi_rxwi_size +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xc448da97 rt2800_probe_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xce44fe2c rt2800_link_stats +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xd2217163 rt2800_load_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xd2b839e4 rt2800_check_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xd55a9264 rt2800_watchdog +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xd96bcdd7 rt2800_get_tsf +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xd9d905f9 rt2800_ampdu_action +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xdf329f40 rt2800_config_filter +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xe6758042 rt2800_reset_tuner +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xe777b858 rt2800_mcu_request +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xefd32e77 rt2800_write_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xf127aaa0 rt2800_link_tuner +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xf21101cf rt2800_get_survey +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x016be0c3 rt2800mmio_stop_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x0dfb512b rt2800mmio_kick_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x0ee2da31 rt2800mmio_probe_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x165163ee 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 0x3d741c87 rt2800mmio_pretbtt_tasklet +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x4a6ab562 rt2800mmio_enable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x5028bbb2 rt2800mmio_tbtt_tasklet +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x5af48985 rt2800mmio_fill_rxdone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x5fa4db64 rt2800mmio_interrupt +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x74366d3e rt2800mmio_toggle_irq +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x97e3c029 rt2800mmio_autowake_tasklet +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x982ceb6b rt2800mmio_clear_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x9f3c8921 rt2800mmio_txstatus_tasklet +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x9f51c12b rt2800mmio_queue_init +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xa0b1c970 rt2800mmio_init_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xaf69edc1 rt2800mmio_get_entry_state +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xc97600b6 rt2800mmio_flush_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xdea5a9c7 rt2800mmio_write_tx_desc +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xdf441593 rt2800mmio_start_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xe32204a4 rt2800mmio_init_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xf01cf9c7 rt2800mmio_get_txwi +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x0559676b rt2x00lib_resume +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x06ce667c rt2x00queue_flush_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x106e7533 rt2x00lib_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x166af06f rt2x00lib_get_bssidx +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x18dac4dc rt2x00mac_set_tim +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x1aaf7270 rt2x00lib_set_mac_address +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x1d93300f rt2x00mac_set_antenna +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x22f3dd85 rt2x00lib_remove_dev +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x31a7cd23 rt2x00lib_pretbtt +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x39eca135 rt2x00mac_stop +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x3d1072c9 rt2x00lib_dmadone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x41b7a59f rt2x00queue_stop_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x469240ba rt2x00queue_map_txskb +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x4ec31b0d rt2x00queue_get_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x502aeaf6 rt2x00mac_set_key +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x638cb5bc rt2x00lib_dmastart +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x6f652ee7 rt2x00mac_sw_scan_start +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x7099a961 rt2x00mac_configure_filter +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x731bea9b rt2x00lib_probe_dev +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x7e8b3eb7 rt2x00mac_start +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x8533ab0e rt2x00lib_rxdone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x85b2b7aa rt2x00lib_beacondone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x8cf2093e rt2x00lib_txdone_noinfo +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xa2908048 rt2x00mac_add_interface +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xa5113f6f rt2x00mac_tx_frames_pending +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xb778da9d rt2x00queue_for_each_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xbdd9d409 rt2x00queue_start_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xbf5d2b9d rt2x00mac_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xc04d984a rt2x00mac_sw_scan_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xc50164b1 rt2x00mac_bss_info_changed +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xc57d57cf rt2x00mac_flush +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xc6321b23 rt2x00queue_pause_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xc85715b6 rt2x00queue_start_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xca59fa2f rt2x00mac_rfkill_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xcc497a3c rt2x00lib_txdone_nomatch +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xcee8575f rt2x00mac_conf_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xd1c74db6 rt2x00queue_stop_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xd1f5a7ec rt2x00mac_reconfig_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xd33e0f35 rt2x00mac_config +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xe0645601 rt2x00queue_unpause_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xe0c338fc rt2x00queue_flush_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xe7f71448 rt2x00mac_get_ringparam +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xebd8691b rt2x00mac_get_antenna +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xf5ae08af rt2x00lib_txdone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xf85494e5 rt2x00queue_unmap_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xf9dcbeb1 rt2x00mac_get_stats +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xfdf36182 rt2x00mac_remove_interface +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00mmio 0x0f5a1560 rt2x00mmio_uninitialize +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00mmio 0x3610e63a rt2x00mmio_initialize +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00mmio 0x7c88d17f rt2x00mmio_regbusy_read +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00mmio 0x8b2b536f rt2x00mmio_flush_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00mmio 0x982a611c rt2x00mmio_rxdone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00pci 0x25adb831 rt2x00pci_pm_ops +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00pci 0x8bcff30c rt2x00pci_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00pci 0xed456ccf rt2x00pci_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x03d3dc48 rt2x00usb_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x245e8a83 rt2x00usb_disconnect +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x4966287f rt2x00usb_disable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x4ab36a48 rt2x00usb_vendor_request +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x506bdc10 rt2x00usb_register_read_async +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x58a75a14 rt2x00usb_clear_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x99888cb0 rt2x00usb_watchdog +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xb552397c rt2x00usb_flush_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xb8f5e90f rt2x00usb_resume +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xb9d18c3a rt2x00usb_initialize +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xbae854ff rt2x00usb_regbusy_read +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xbea7c185 rt2x00usb_kick_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xd0631a8a rt2x00usb_uninitialize +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xdd8f6ad9 rt2x00usb_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xe7ec9007 rt2x00usb_vendor_req_buff_lock +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xec9ee67d rt2x00usb_vendor_request_buff +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x005fed8a dm_savepowerindex +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x67cf62cb rtl92c_set_p2p_ps_offload_cmd +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x7821f70c dm_restorepowerindex +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xdf71028a dm_writepowerindex +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x04e4cbe9 rtl8723_cmd_send_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x05a86583 rtl8723_phy_rf_serial_write +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x114c50da rtl8723_write_fw +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x11c88cb2 rtl8723_phy_path_a_fill_iqk_matrix +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x22ac85f7 rtl8723_dm_init_edca_turbo +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x35d26ee0 rtl8723_phy_save_mac_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x3b9a7de3 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 0x476d4ad7 rtl8723_save_adda_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x4c888649 rtl8723_phy_path_adda_on +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x56d5f412 rtl8723_phy_pi_mode_switch +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x6aa88b9c rtl8723_enable_fw_download +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x7a2ae675 rtl8723_phy_mac_setting_calibration +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x80e5f30d rtl8723_phy_init_bb_rf_reg_def +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 0x94440ae7 rtl8723_download_fw +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x96b4d1cf rtl8723_phy_reload_mac_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xa6546530 rtl8723_phy_set_bb_reg +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xa6ee420a rtl8723_phy_rf_serial_read +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xce318251 rtl8723_phy_path_a_standby +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xda01c4eb rtl8723_phy_reload_adda_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xdf88c220 rtl8723be_firmware_selfreset +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xe25119df rtl8723_phy_txpwr_idx_to_dbm +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xee882518 rtl8723_dm_init_dynamic_bb_powersaving +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xf6df3bce rtl8723_dm_init_dynamic_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xfbe9cc83 rtl8723ae_firmware_selfreset +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xfc0d5e71 rtl8723_phy_query_bb_reg +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x03b4127e rtl_swlps_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x08784b75 rtl_tx_mgmt_proc +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x11b1b54b read_efuse_byte +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x27ecd973 rtl_ops +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 0x2f3677ee rtl_ips_nic_on +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x3018c195 rtl_init_core +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x37b993b4 rtl_global_var +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x380dcbbe rtl_beacon_statistic +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x4bd85a5f rtl_init_rx_config +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x5124609e rtl_is_special_data +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x5858a803 rtl_lps_enter +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x5faa822c rtl_fw_block_write +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x788e4030 rtl_tx_report_handler +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x7f4f565c rtl_tx_ackqueue +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x8f78f958 rtl_deinit_core +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x97e05663 rtl_tid_to_ac +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x9da27bd0 rtl_deinit_deferred_work +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xade739a6 rtl_get_hal_edca_param +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xaed5ead9 rtl_set_tx_report +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xbec777e9 rtl_get_hwinfo +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xc32b6026 rtl_efuse_ops_init +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xca097457 rtl_action_proc +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xcc5682d1 rtl_recognize_peer +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xdea63200 rtl_fw_page_write +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xe813f35b rtl_deinit_rfkill +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xf525f450 rtl_p2p_info +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xf8ff6add rtl_lps_change_work_callback +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xfcc93788 rtl_lps_leave +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x0f5c3ce9 rsi_zone_enabled +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x11402cfe rsi_91x_init +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x71998590 rsi_hal_device_init +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x71afd3ef rsi_91x_deinit +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x9284ba01 rsi_read_pkt +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0xb4585bd3 rsi_mac80211_detach +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0xcd173710 rsi_dbg +EXPORT_SYMBOL_GPL drivers/net/wireless/st/cw1200/cw1200_core 0x3c35c01e cw1200_core_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/st/cw1200/cw1200_core 0x9981d76c cw1200_can_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/st/cw1200/cw1200_core 0xd10167ed cw1200_irq_handler +EXPORT_SYMBOL_GPL drivers/net/wireless/st/cw1200/cw1200_core 0xf70bb98d cw1200_core_release +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wl1251/wl1251 0x5baf280f wl1251_init_ieee80211 +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wl1251/wl1251 0x8024d693 wl1251_alloc_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wl1251/wl1251 0xff31da23 wl1251_free_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x042bce2f wlcore_event_channel_switch +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x06d3b27e wl12xx_debug_level +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x088e9072 wl1271_debugfs_update_stats +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x13fc064b wlcore_event_soft_gemini_sense +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x17ff818b wlcore_scan_sched_scan_ssid_list +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x20351125 wlcore_get_native_channel_type +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x20e6236c wlcore_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x2327a935 wlcore_boot_run_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x26e2c774 wlcore_cmd_wait_for_event_or_timeout +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x32c550a2 wl1271_acx_sleep_auth +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x35599cf9 wlcore_disable_interrupts +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x3865fdbf wl1271_acx_init_mem_config +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x3b8037a3 wl1271_tx_min_rate_get +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x446d61cf wlcore_cmd_generic_cfg +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x484f0d1b wlcore_event_roc_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x4c221adb wlcore_alloc_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x4f4706fc wl1271_cmd_data_path +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x568ab7d3 wl1271_cmd_send +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x604ae8f6 wl1271_cmd_test +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x62e266af wl1271_tx_flush +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x64c417fa wl1271_cmd_configure +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x717b2c3a wlcore_event_max_tx_failure +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x7f487ed6 wlcore_set_scan_chan_params +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x8d7c25fd wlcore_boot_upload_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x8da2d499 wl1271_acx_set_ht_capabilities +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x8e9cc2e8 wlcore_event_ba_rx_constraint +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x93906eda wlcore_translate_addr +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x93d7bb9c wlcore_scan_sched_scan_results +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x9d594f05 wl12xx_cmd_build_probe_req +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xa32724fb wlcore_event_rssi_trigger +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xa758aff3 wlcore_event_fw_logger +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xac3e3c7b wlcore_synchronize_interrupts +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xaeb128a1 wl12xx_acx_mem_cfg +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xbc147efe wlcore_event_beacon_loss +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xbd354e70 wlcore_boot_upload_nvs +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xbf060cf6 wlcore_event_sched_scan_completed +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xc1db71fa wl1271_format_buffer +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xc3dcc514 wlcore_set_partition +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xc4ac4e4d wlcore_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xc9361d8e wlcore_event_inactive_sta +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xcb556c40 wlcore_enable_interrupts +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xd5b6b49a wlcore_set_key +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xd6a231cd wlcore_free_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xe31e5c0b wlcore_disable_interrupts_nosync +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xf3312b67 wlcore_event_dummy_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xf36a866d wl1271_acx_pm_config +EXPORT_SYMBOL_GPL drivers/nfc/nfcmrvl/nfcmrvl 0x1ad12558 nfcmrvl_nci_unregister_dev +EXPORT_SYMBOL_GPL drivers/nfc/nfcmrvl/nfcmrvl 0x327e01d5 nfcmrvl_parse_dt +EXPORT_SYMBOL_GPL drivers/nfc/nfcmrvl/nfcmrvl 0xa197cd31 nfcmrvl_nci_register_dev +EXPORT_SYMBOL_GPL drivers/nfc/nfcmrvl/nfcmrvl 0xc257919b nfcmrvl_nci_recv_frame +EXPORT_SYMBOL_GPL drivers/nfc/pn533/pn533 0x27721119 pn532_i2c_nfc_alloc +EXPORT_SYMBOL_GPL drivers/nfc/pn533/pn533 0x2be23f05 pn53x_common_init +EXPORT_SYMBOL_GPL drivers/nfc/pn533/pn533 0x442e909b pn53x_register_nfc +EXPORT_SYMBOL_GPL drivers/nfc/pn533/pn533 0x4ee3a2e9 pn53x_unregister_nfc +EXPORT_SYMBOL_GPL drivers/nfc/pn533/pn533 0x8eccf0ec pn533_rx_frame_is_cmd_response +EXPORT_SYMBOL_GPL drivers/nfc/pn533/pn533 0x950754f4 pn533_finalize_setup +EXPORT_SYMBOL_GPL drivers/nfc/pn533/pn533 0xdecfd339 pn533_rx_frame_is_ack +EXPORT_SYMBOL_GPL drivers/nfc/pn533/pn533 0xe8d1bd20 pn53x_common_clean +EXPORT_SYMBOL_GPL drivers/nfc/st-nci/st-nci 0x15d20b7f st_nci_probe +EXPORT_SYMBOL_GPL drivers/nfc/st-nci/st-nci 0x3c570b07 st_nci_hci_event_received +EXPORT_SYMBOL_GPL drivers/nfc/st-nci/st-nci 0x6f6e6606 st_nci_remove +EXPORT_SYMBOL_GPL drivers/nfc/st-nci/st-nci 0x805b5648 st_nci_hci_load_session +EXPORT_SYMBOL_GPL drivers/nfc/st-nci/st-nci 0x9f388f5d st_nci_disable_se +EXPORT_SYMBOL_GPL drivers/nfc/st-nci/st-nci 0xbd5dd09f st_nci_enable_se +EXPORT_SYMBOL_GPL drivers/nfc/st-nci/st-nci 0xc0c125b5 st_nci_hci_cmd_received +EXPORT_SYMBOL_GPL drivers/nfc/st-nci/st-nci 0xdfeb67d5 st_nci_discover_se +EXPORT_SYMBOL_GPL drivers/nfc/st95hf/st95hf 0x122b767d st95hf_spi_recv_response +EXPORT_SYMBOL_GPL drivers/nfc/st95hf/st95hf 0x67c1aeca st95hf_spi_send +EXPORT_SYMBOL_GPL drivers/nfc/st95hf/st95hf 0xfaf1e86f 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 0x1b4f47d5 ntb_transport_unregister_client +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0x30934216 ntb_transport_max_size +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0x32537aca ntb_transport_link_query +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0x3d54dbfc ntb_transport_tx_enqueue +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0x436098aa ntb_transport_link_down +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0x7e6a4abc ntb_transport_create_queue +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0x82e6c13d ntb_transport_qp_num +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0x9c992c8f ntb_transport_link_up +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0xc270dc24 ntb_transport_free_queue +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0xc37d9036 ntb_transport_rx_remove +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0xd40e7a02 ntb_transport_rx_enqueue +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0xdabe0dc7 ntb_transport_register_client +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0xf55d6313 ntb_transport_register_client_dev +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0xf9eb813f ntb_transport_unregister_client_dev +EXPORT_SYMBOL_GPL drivers/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 0x6f6c90f9 nvme_auth_gen_pubkey +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0x780989d1 nvme_auth_dhgroup_id +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 0xd4a32f83 nvme_auth_gen_shared_secret +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0xd8aa50b6 nvme_auth_generate_key +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0xf04e12ab nvme_auth_gen_privkey +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0xf0ccf2d4 nvme_auth_dhgroup_kpp +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x042df345 nvme_wait_freeze +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x0e57134a nvme_stop_keep_alive +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x0eca9cc6 nvme_disable_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x0ff8c9ca nvme_enable_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x1168fb03 nvme_auth_negotiate +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x11abc494 __SCK__tp_func_nvme_sq +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x12ef774a nvme_complete_batch_req +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x1a85c5c1 nvme_stop_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x1cad2e57 nvme_auth_wait +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x24423e0d nvme_unquiesce_io_queues +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x2c64b7dc nvme_remove_io_tag_set +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x303a8f36 nvme_alloc_admin_tag_set +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x3e6d0940 nvme_remove_namespaces +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x447a1dc7 nvme_reset_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x46c433a5 __nvme_check_ready +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x48c70915 nvme_wait_freeze_timeout +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x49224181 nvme_reset_wq +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x4b0ac101 nvme_alloc_io_tag_set +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x4c50a1cc nvme_change_ctrl_state +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x4d7695e6 nvme_host_path_error +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x51f78e9b nvme_setup_cmd +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x52aea216 nvme_try_sched_reset +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x59fcdc5d nvme_uninit_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x63f3abed nvme_unfreeze +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x64b62862 nvme_wq +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x681441b3 nvme_init_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x68ffc131 nvme_quiesce_admin_queue +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x6af083ae nvme_delete_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x6b13e7d1 nvme_start_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x75038808 __traceiter_nvme_sq +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x7548c26d nvme_cleanup_cmd +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x77a4300b nvme_set_features +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x79390aac nvme_mark_namespaces_dead +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x7f44474f nvme_complete_async_event +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x7fd80c3a nvme_unquiesce_admin_queue +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x7fe3e158 __nvme_submit_sync_cmd +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x813cf212 nvme_io_timeout +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x81568851 nvme_start_freeze +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x886dc6ef nvme_init_ctrl_finish +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x917d527f nvme_dev_attrs_group +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x95920e36 nvme_fail_nonready_command +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x97246ab4 nvme_auth_init_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x97e41676 nvme_wait_reset +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xa2a8f133 nvme_sync_io_queues +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xbe8fb594 nvme_cancel_request +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xc2687cd2 nvme_cancel_admin_tagset +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xcd611a45 nvme_submit_sync_cmd +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xd201dd8d nvme_get_features +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xd334a479 nvme_cancel_tagset +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xd45434ee admin_timeout +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xd58bbbcb nvme_delete_wq +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xd60b4207 nvme_init_request +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xd649d50c nvme_remove_admin_tag_set +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xd793c782 nvme_sync_queues +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xd8439dc6 nvme_set_queue_count +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xd90daaf3 nvme_mpath_start_request +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xdcafb566 __tracepoint_nvme_sq +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xde90b4fd nvme_complete_rq +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xdf04a228 nvme_auth_stop +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xe8173102 nvme_quiesce_io_queues +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xfa420d18 nvme_auth_free +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x055e9048 nvmf_get_address +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x0b2fae66 nvmf_free_options +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x0e27bef0 nvmf_connect_admin_queue +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x0f5e4a54 nvmf_unregister_transport +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x1ea5afb5 nvmf_register_transport +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x59822901 nvmf_ip_options_match +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x642f18ff nvmf_should_reconnect +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0xb7ca2764 nvmf_reg_read32 +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0xe38ed41a nvmf_reg_write32 +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0xe658c4ec nvmf_connect_io_queue +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0xf359b9ed nvmf_reg_read64 +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fc 0x0d12e564 nvme_fc_register_remoteport +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fc 0x3884f8b8 nvme_fc_unregister_localport +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fc 0x3e33ac54 nvme_fc_rescan_remoteport +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fc 0x4e7245a3 nvme_fc_register_localport +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fc 0x6fc23522 nvme_fc_io_getuuid +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fc 0x8a9cf5a7 nvme_fc_set_remoteport_devloss +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fc 0xbeaa0ea6 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 0x138d32d3 nvmet_req_uninit +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x2dfe676a nvmet_req_alloc_sgls +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x3e0ef07a nvmet_wq +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x48dfb4f2 nvmet_ctrl_fatal_error +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x5ffe44bc nvmet_req_free_sgls +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x61715573 nvmet_register_transport +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x83bb17c1 nvmet_sq_destroy +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x8fe2c210 nvmet_sq_init +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0xa0759ff5 nvmet_check_transfer_len +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0xb5e01db8 nvmet_req_init +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0xbba69f84 nvmet_unregister_transport +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0xe6da25e7 nvmet_req_complete +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet-fc 0x0e3c043d 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 0x9ef76d99 nvmet_fc_unregister_targetport +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet-fc 0xa00d751f nvmet_fc_register_targetport +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet-fc 0xddb93c97 nvmet_fc_rcv_fcp_abort +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet-fc 0xfee33ec7 nvmet_fc_rcv_fcp_req +EXPORT_SYMBOL_GPL drivers/pci/switch/switchtec 0x1deeab8f switchtec_class +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0x058e3c7f tegra_xusb_padctl_disable_phy_wake +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0x0b278216 tegra_xusb_padctl_get +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0x1d2343e7 tegra_xusb_padctl_usb3_set_lfps_detect +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0x20aca056 tegra_xusb_padctl_usb3_save_context +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0x26731f73 tegra_xusb_padctl_put +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0x315742ae tegra_xusb_padctl_disable_phy_sleepwalk +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0x7cdc7231 tegra_phy_xusb_utmi_pad_power_down +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0x7db4483b tegra_phy_xusb_utmi_port_reset +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0xa64cc743 tegra_xusb_padctl_get_usb3_companion +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0xaf185a34 tegra_xusb_padctl_hsic_set_idle +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0xb77303c4 tegra_xusb_padctl_enable_phy_wake +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0xcfc24440 tegra_xusb_padctl_set_vbus_override +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0xd3d5d172 tegra_xusb_padctl_remote_wake_detected +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0xd6ec055a tegra_xusb_padctl_enable_phy_sleepwalk +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0xf4f64dcd tegra_phy_xusb_utmi_pad_power_on +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0xf60db2a6 tegra124_xusb_padctl_soc +EXPORT_SYMBOL_GPL drivers/phy/ti/phy-omap-control 0x68a722aa omap_control_phy_power +EXPORT_SYMBOL_GPL drivers/phy/ti/phy-omap-control 0x7a675623 omap_control_pcie_pcs +EXPORT_SYMBOL_GPL drivers/phy/ti/phy-omap-control 0xe2f6a116 omap_control_usb_set_mode +EXPORT_SYMBOL_GPL drivers/phy/ti/phy-omap-usb2 0x00d48f33 omap_usb2_set_comparator +EXPORT_SYMBOL_GPL drivers/pinctrl/pinctrl-mcp23s08 0x1941f983 mcp23s08_probe_one +EXPORT_SYMBOL_GPL drivers/pinctrl/pinctrl-mcp23s08 0x5eee5ddc mcp23x17_regmap +EXPORT_SYMBOL_GPL drivers/pinctrl/pinctrl-mcp23s08 0x6e95f933 mcp23x08_regmap +EXPORT_SYMBOL_GPL drivers/pinctrl/qcom/pinctrl-lpass-lpi 0x09c618e3 lpi_pinctrl_probe +EXPORT_SYMBOL_GPL drivers/pinctrl/qcom/pinctrl-lpass-lpi 0x4a8364a5 lpi_pinctrl_remove +EXPORT_SYMBOL_GPL drivers/platform/chrome/cros-ec-sensorhub 0x2e2da69d cros_ec_sensorhub_unregister_push_data +EXPORT_SYMBOL_GPL drivers/platform/chrome/cros-ec-sensorhub 0x3b13d873 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 0x2f4faa0b reboot_mode_register +EXPORT_SYMBOL_GPL drivers/power/reset/reboot-mode 0x65d35eab reboot_mode_unregister +EXPORT_SYMBOL_GPL drivers/power/reset/reboot-mode 0xa8929984 devm_reboot_mode_unregister +EXPORT_SYMBOL_GPL drivers/power/reset/reboot-mode 0xf114a901 devm_reboot_mode_register +EXPORT_SYMBOL_GPL drivers/power/supply/bq27xxx_battery 0x36909bda bq27xxx_battery_teardown +EXPORT_SYMBOL_GPL drivers/power/supply/bq27xxx_battery 0x4650e5e2 bq27xxx_battery_setup +EXPORT_SYMBOL_GPL drivers/power/supply/bq27xxx_battery 0x69a13381 bq27xxx_battery_update +EXPORT_SYMBOL_GPL drivers/power/supply/pcf50633-charger 0x4320953c pcf50633_mbc_usb_curlim_set +EXPORT_SYMBOL_GPL drivers/power/supply/pcf50633-charger 0x4508d5f8 pcf50633_mbc_get_usb_online_status +EXPORT_SYMBOL_GPL drivers/power/supply/pcf50633-charger 0x99fd00bd pcf50633_mbc_get_status +EXPORT_SYMBOL_GPL drivers/ptp/ptp-qoriq 0x23b5c108 ptp_qoriq_adjtime +EXPORT_SYMBOL_GPL drivers/ptp/ptp-qoriq 0x29486685 ptp_qoriq_enable +EXPORT_SYMBOL_GPL drivers/ptp/ptp-qoriq 0x2eae82b0 ptp_qoriq_isr +EXPORT_SYMBOL_GPL drivers/ptp/ptp-qoriq 0x4670e1b8 ptp_qoriq_adjfine +EXPORT_SYMBOL_GPL drivers/ptp/ptp-qoriq 0x952865af ptp_qoriq_free +EXPORT_SYMBOL_GPL drivers/ptp/ptp-qoriq 0xa911444d ptp_qoriq_settime +EXPORT_SYMBOL_GPL drivers/ptp/ptp-qoriq 0xafd221dc ptp_qoriq_gettime +EXPORT_SYMBOL_GPL drivers/ptp/ptp-qoriq 0xb08a3c1b extts_clean_up +EXPORT_SYMBOL_GPL drivers/ptp/ptp-qoriq 0xc7487c60 ptp_qoriq_init +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0x00c32730 mc13xxx_parse_regulators_dt +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0x13d8ac3c mc13xxx_fixed_regulator_set_voltage +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0x28359374 mc13xxx_get_num_regulators_dt +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0x68a797dc mc13xxx_fixed_regulator_ops +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0x7398edc1 mc13xxx_regulator_ops +EXPORT_SYMBOL_GPL drivers/regulator/rohm-regulator 0x70448aa3 rohm_regulator_set_voltage_sel_restricted +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0x108b942f wm8350_dcdc25_set_mode +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0x11939740 wm8350_isink_set_flash +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0x2abadf6f wm8350_dcdc_set_slot +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0x893e2aaf wm8350_register_led +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0x99f75a3e wm8350_register_regulator +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0xefc265cb wm8350_ldo_set_slot +EXPORT_SYMBOL_GPL drivers/regulator/wm8400-regulator 0xcbfd7e66 wm8400_register_regulator +EXPORT_SYMBOL_GPL drivers/remoteproc/mtk_scp 0x128db608 scp_mapping_dm_addr +EXPORT_SYMBOL_GPL drivers/remoteproc/mtk_scp 0x4182c332 scp_get_venc_hw_capa +EXPORT_SYMBOL_GPL drivers/remoteproc/mtk_scp 0x48c8b364 scp_get_rproc +EXPORT_SYMBOL_GPL drivers/remoteproc/mtk_scp 0x65a6a595 scp_get_vdec_hw_capa +EXPORT_SYMBOL_GPL drivers/remoteproc/mtk_scp 0x6993197b scp_get_device +EXPORT_SYMBOL_GPL drivers/remoteproc/mtk_scp 0x797a316a scp_get +EXPORT_SYMBOL_GPL drivers/remoteproc/mtk_scp 0x7a99e921 scp_put +EXPORT_SYMBOL_GPL drivers/remoteproc/mtk_scp_ipi 0x09313652 scp_memcpy_aligned +EXPORT_SYMBOL_GPL drivers/remoteproc/mtk_scp_ipi 0x39dd7df0 scp_ipi_send +EXPORT_SYMBOL_GPL drivers/remoteproc/mtk_scp_ipi 0x6efe77d2 scp_ipi_unregister +EXPORT_SYMBOL_GPL drivers/remoteproc/mtk_scp_ipi 0x74b8c25d scp_ipi_register +EXPORT_SYMBOL_GPL drivers/remoteproc/mtk_scp_ipi 0x7b017a9c scp_ipi_lock +EXPORT_SYMBOL_GPL drivers/remoteproc/mtk_scp_ipi 0xe2be1cdf scp_ipi_unlock +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_common 0x0fa538df qcom_register_ssr_notifier +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_common 0x119d9d8e qcom_remove_glink_subdev +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_common 0x2d9e71b7 qcom_remove_smd_subdev +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_common 0x2fefd279 qcom_add_glink_subdev +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_common 0x5999050d qcom_minidump +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_common 0x763da956 qcom_add_smd_subdev +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_common 0x843b6c6e qcom_remove_ssr_subdev +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_common 0x8cf63507 qcom_register_dump_segments +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_common 0xd6cc0cc0 qcom_unregister_ssr_notifier +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_common 0xf33f6b38 qcom_add_ssr_subdev +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_pil_info 0xd9cfbf16 qcom_pil_info_store +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_q6v5 0x1e2a6c53 qcom_q6v5_deinit +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_q6v5 0x2ac172a0 qcom_q6v5_unprepare +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_q6v5 0x34d50161 qcom_q6v5_request_stop +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_q6v5 0x4af15cbe qcom_q6v5_init +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_q6v5 0x7ff4de42 qcom_q6v5_prepare +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_q6v5 0xada02944 qcom_q6v5_wait_for_start +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_q6v5 0xea225a46 qcom_q6v5_panic +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_sysmon 0x1482d168 qcom_sysmon_shutdown_acked +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_sysmon 0x65b5c07e 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 0xe4fe8aae mtk_rpmsg_create_rproc_subdev +EXPORT_SYMBOL_GPL drivers/rpmsg/qcom_glink 0x149236da qcom_glink_native_remove +EXPORT_SYMBOL_GPL drivers/rpmsg/qcom_glink 0x5220c718 qcom_glink_native_probe +EXPORT_SYMBOL_GPL drivers/rpmsg/qcom_glink 0xf14f5684 qcom_glink_ssr_notify +EXPORT_SYMBOL_GPL drivers/rpmsg/qcom_glink 0xfd2d5a1d qcom_glink_native_unregister +EXPORT_SYMBOL_GPL drivers/rpmsg/qcom_glink_smem 0x325f39e3 qcom_glink_smem_register +EXPORT_SYMBOL_GPL drivers/rpmsg/qcom_glink_smem 0x72dd75d9 qcom_glink_smem_unregister +EXPORT_SYMBOL_GPL drivers/rtc/rtc-ds1685 0xe5a690f0 ds1685_rtc_poweroff +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x0b176e2c cxgbi_sock_skb_entail +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x1634bd8b cxgbi_sock_select_mss +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x1c67a767 cxgbi_destroy_session +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x1c8437e8 cxgbi_hbas_add +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x207963e0 cxgbi_device_portmap_create +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x21047c5a cxgbi_device_register +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x25069e5d cxgbi_device_portmap_cleanup +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x2624fc09 cxgbi_cleanup_task +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x2adf9ff0 cxgbi_parse_pdu_itt +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x309445f8 cxgbi_sock_act_open_req_arp_failure +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x3281d380 cxgbi_ep_connect +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x4235d4db cxgbi_conn_xmit_pdu +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x43a22188 cxgbi_device_unregister +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x4a90b43c cxgbi_sock_established +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x51ee46ab cxgbi_iscsi_cleanup +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x586db2df cxgbi_iscsi_init +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x5c80fb58 cxgbi_device_find_by_lldev +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x703200a1 cxgbi_device_find_by_netdev +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x714a4907 cxgbi_sock_rcv_peer_close +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x769a346a cxgbi_sock_rcv_close_conn_rpl +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x77d98179 cxgbi_device_find_by_netdev_rcu +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x7fdb6004 cxgbi_device_unregister_all +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x843c16b1 cxgbi_sock_rcv_wr_ack +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x856414a6 cxgbi_ddp_ppm_setup +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x8cfc2fa1 cxgbi_create_conn +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x8d829b6a cxgbi_get_conn_stats +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x92396bb1 cxgbi_set_conn_param +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x9a6d997d cxgbi_sock_check_wr_invariants +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x9cb298a2 cxgbi_conn_alloc_pdu +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x9e2514e3 cxgbi_bind_conn +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x9f4f9387 cxgbi_get_ep_param +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xad9f0def cxgbi_create_session +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xb90d7821 cxgbi_sock_purge_wr_queue +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xb98ed02c cxgbi_ep_poll +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xc7c0bd81 cxgbi_set_host_param +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xc8d3b80a cxgbi_sock_rcv_abort_rpl +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xca4ecea8 cxgbi_sock_free_cpl_skbs +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xdf7e32cb cxgbi_ep_disconnect +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xe927ddd9 cxgbi_sock_fail_act_open +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xed179621 cxgbi_get_host_param +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xef346615 cxgbi_attr_is_visible +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xf4d6753f cxgbi_conn_pdu_ready +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xf6af2822 cxgbi_hbas_remove +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xf76db0d0 cxgbi_ddp_set_one_ppod +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xf9aac8ff cxgbi_sock_closed +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xfafbaef5 cxgbi_conn_init_pdu +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xff4adf42 cxgbi_conn_tx_open +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x17f627ef fcoe_get_lesb +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x2479da7c fcoe_ctlr_device_add +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x26705a6d fcoe_check_wait_queue +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x294a507a fcoe_fcf_device_add +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x350dad4e fcoe_ctlr_get_lesb +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x472a2b14 fcoe_link_speed_update +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x5e398082 fcoe_get_paged_crc_eof +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x7b2ce6ff fcoe_libfc_config +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x8acc95ba __fcoe_get_lesb +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x97b81c7f fcoe_start_io +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x9a4fe6bf fcoe_ctlr_device_delete +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xa6423493 fcoe_clean_pending_queue +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xa9bccb00 fcoe_fcf_device_delete +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xbac58840 fcoe_queue_timer +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xc2204015 fcoe_fc_crc +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xc3f30cc0 fcoe_wwn_from_mac +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xce175a28 fcoe_get_wwn +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xf167cb7a fcoe_wwn_to_str +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xfe36bb29 fcoe_validate_vport_create +EXPORT_SYMBOL_GPL drivers/scsi/fdomain 0xa3b52f4b fdomain_destroy +EXPORT_SYMBOL_GPL drivers/scsi/fdomain 0xa8f9e24a fdomain_create +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x8b6310eb iscsi_boot_destroy_kset +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0xa425ec2a iscsi_boot_create_kset +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0xd24eb51d iscsi_boot_create_target +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0xdeee6edd iscsi_boot_create_host_kset +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0xf227aa90 iscsi_boot_create_acpitbl +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0xfad9e7f4 iscsi_boot_create_initiator +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0xfdf1aea3 iscsi_boot_create_ethernet +EXPORT_SYMBOL_GPL drivers/scsi/libfc/libfc 0xe11de78c fc_seq_els_rsp_send +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x0d560479 iscsi_update_cmdsn +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x12b2ad06 iscsi_switch_str_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x12df2671 iscsi_get_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x15881b1b iscsi_host_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x1cf14b3b iscsi_host_free +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x21856c69 iscsi_session_remove +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x23855a9e iscsi_eh_cmd_timed_out +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x23cefe35 iscsi_conn_stop +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x30a4707e iscsi_verify_itt +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x30be6d66 iscsi_conn_bind +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x391831b5 iscsi_host_get_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x3bef2f73 iscsi_pool_init +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x4d6aa2b1 iscsi_session_setup +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x53867b42 iscsi_conn_send_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x54c54cd0 iscsi_session_get_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x5619ea39 iscsi_suspend_rx +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x57925127 iscsi_host_get_max_scsi_cmds +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x5b96637e iscsi_conn_queue_recv +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x6309af8c iscsi_target_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x6aef3137 iscsi_session_failure +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x6b90f7d0 __iscsi_complete_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x816b3ef8 iscsi_conn_queue_xmit +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x8afbc315 iscsi_session_teardown +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x8c2ed63a iscsi_complete_scsi_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x8d303b1b iscsi_pool_free +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x91ecb299 iscsi_requeue_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x9b04fcb6 iscsi_put_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x9dfbbbc0 iscsi_queuecommand +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xacadf400 iscsi_conn_teardown +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xae49229e iscsi_session_recovery_timedout +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xb3d95af4 iscsi_eh_session_reset +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xb605007f iscsi_itt_to_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xb7994b74 iscsi_conn_start +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xb8d22e09 iscsi_conn_get_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xc4a324d2 iscsi_session_free +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xc633a5a1 iscsi_complete_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xc663f37b iscsi_set_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xcd74a62f iscsi_eh_recover_target +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xd21e1a68 iscsi_conn_unbind +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xd631614c iscsi_eh_device_reset +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xd7544f1c iscsi_host_set_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xd8243586 iscsi_conn_failure +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xdbc7db28 iscsi_conn_setup +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xdd996332 iscsi_suspend_tx +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xe8f6624f iscsi_host_remove +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xeab9cbd5 iscsi_conn_get_addr_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xebcb97a2 iscsi_host_add +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xec72ec68 iscsi_itt_to_ctask +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xf2ddac2e iscsi_eh_abort +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xf7e3f54c __iscsi_put_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xfa14e179 iscsi_suspend_queue +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xfc78117b iscsi_prep_data_out_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x0318ddd7 iscsi_tcp_task_xmit +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x32f88f92 iscsi_tcp_r2tpool_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x3933fe43 iscsi_tcp_conn_teardown +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x4841ae0d iscsi_segment_init_linear +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x4e2381ad iscsi_tcp_segment_unmap +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x54a7e80a iscsi_tcp_dgst_header +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x5c41fa65 iscsi_tcp_recv_segment_is_hdr +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x5f6d424d iscsi_tcp_r2tpool_free +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x7b887618 iscsi_tcp_conn_setup +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x7e6b8ffe iscsi_tcp_cleanup_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x86a415ea iscsi_tcp_conn_get_stats +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x95897a4a iscsi_tcp_task_init +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xa05512e0 iscsi_tcp_recv_skb +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xc4224a9a iscsi_segment_seek_sg +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xd395f8a3 iscsi_tcp_segment_done +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xd4a10725 iscsi_tcp_hdr_recv_prep +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xf0c4941c iscsi_tcp_set_max_r2t +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x0df9f391 sas_execute_internal_abort_dev +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x122f6fcd sas_unregister_ha +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x14e2d8ea dev_attr_phy_event_threshold +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x170f9a73 sas_query_task +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x25aa6a37 sas_abort_task +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x3eed6be4 sas_change_queue_depth +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x49b64f5c smp_ata_check_ready_type +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x53f9ba5e sas_find_attached_phy_id +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x57c9b7fc sas_request_addr +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x581bf1ac sas_phy_reset +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x5b0ede79 sas_slave_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x5cff9834 sas_slave_configure +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x616171f3 sas_eh_abort_handler +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x7b15f46b sas_queuecommand +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x7e3d64fd sas_phy_enable +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x7e55a021 sas_target_destroy +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x8033f14f sas_bios_param +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x8519538a sas_execute_internal_abort_single +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x87360645 sas_ssp_task_response +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x887a5459 sas_register_ha +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x9642b40c sas_notify_phy_event +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x9c96ec4f sas_task_abort +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xab6fd04d sas_eh_device_reset_handler +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xb3f81926 sas_domain_attach_transport +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xb5d4a09e sas_ata_device_link_abort +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xb836cb63 sas_eh_target_reset_handler +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xbac887d9 sas_notify_port_event +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xbd50cd2a sas_lu_reset +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xc47656f7 sas_ata_schedule_reset +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xcbe635bc sas_ioctl +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xd0352958 sas_execute_ata_cmd +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xd1323967 sas_drain_work +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xd79a10cb sas_clear_task_set +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xd9019f9b sas_abort_task_set +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xe1a0b09e sas_get_local_phy +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xea64702f sas_target_alloc +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_fc 0x28779f0f fc_eh_should_retry_cmd +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x019ef435 iscsi_create_flashnode_sess +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x028b6f61 __tracepoint_iscsi_dbg_tcp +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x02b47ae0 iscsi_unblock_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x0974b049 __traceiter_iscsi_dbg_tcp +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x1bd4fe26 iscsi_destroy_all_flashnode +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x2690abda iscsi_recv_pdu +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x2a8527a3 __tracepoint_iscsi_dbg_sw_tcp +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x2b23b68c iscsi_find_flashnode_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x338f0d3f __tracepoint_iscsi_dbg_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x406859f8 iscsi_add_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x40b4e209 iscsi_get_port_state_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x4474de1a iscsi_is_session_online +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x4677196f iscsi_put_endpoint +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x4a77def5 iscsi_unregister_transport +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x5602ece7 iscsi_session_chkready +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x584a31ab __SCK__tp_func_iscsi_dbg_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x5dd76282 iscsi_flashnode_bus_match +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x66abd4b2 iscsi_lookup_endpoint +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x699fe53e iscsi_get_discovery_parent_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x6ce27729 iscsi_destroy_iface +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x6e2bd913 iscsi_alloc_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x7089d914 iscsi_is_session_dev +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x71b768b0 __SCK__tp_func_iscsi_dbg_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x77d10f00 iscsi_remove_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x78bcf808 iscsi_offload_mesg +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x78bec88c iscsi_alloc_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x7a07fec6 iscsi_host_for_each_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x7ced5abd __tracepoint_iscsi_dbg_eh +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x7d7e6ac5 iscsi_force_destroy_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x82ab4a28 __tracepoint_iscsi_dbg_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x84a005f1 iscsi_get_router_state_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x88768c48 __SCK__tp_func_iscsi_dbg_tcp +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x8c0bfab0 iscsi_add_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x8cf33598 iscsi_session_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x959a312e iscsi_destroy_flashnode_sess +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x9b9198a6 iscsi_ping_comp_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x9ba4219a iscsi_get_port_speed_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x9e0d01fa iscsi_remove_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x9ee6b70a __traceiter_iscsi_dbg_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xa381530a 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 0xb1305a87 __traceiter_iscsi_dbg_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xb7afbfc8 iscsi_block_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xbbe233c8 iscsi_conn_login_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xbbf2d4d8 iscsi_create_flashnode_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xbc071179 iscsi_get_ipaddress_state_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xbde3af78 iscsi_dbg_trace +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xcb9f2e37 iscsi_destroy_endpoint +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xd1cb6798 iscsi_create_iface +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xd26ba46f iscsi_find_flashnode_sess +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xd2b313d0 __traceiter_iscsi_dbg_sw_tcp +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xd31ffcaa iscsi_block_scsi_eh +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xd79424f0 iscsi_post_host_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xda7f73d2 iscsi_conn_error_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xe4c79fa6 __SCK__tp_func_iscsi_dbg_eh +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xe641f21e iscsi_free_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xe6b325fc iscsi_create_endpoint +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xf16c2444 iscsi_register_transport +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xfbccd76e iscsi_put_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xfc6f29f5 __traceiter_iscsi_dbg_eh +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xff3ab7de iscsi_get_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0x3ff26259 sas_tlr_supported +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0x4c8442e7 sas_enable_tlr +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0xaa42b36e sas_is_tlr_enabled +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0xe5164a3a sas_disable_tlr +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_spi 0x0ef06974 spi_populate_ppr_msg +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_spi 0x8c0c8cc1 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 0x4ea45518 srp_stop_rport_timers +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0x5e158f87 srp_release_transport +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0x7d8b0f18 srp_rport_del +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0xd6f68f29 srp_remove_host +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0xde943f75 srp_attach_transport +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0xf6cfbbf7 srp_rport_add +EXPORT_SYMBOL_GPL drivers/siox/siox-core 0x944f7ae2 siox_device_synced +EXPORT_SYMBOL_GPL drivers/siox/siox-core 0x9eb4ccb9 siox_master_register +EXPORT_SYMBOL_GPL drivers/siox/siox-core 0xcc43db25 siox_master_unregister +EXPORT_SYMBOL_GPL drivers/siox/siox-core 0xd813a096 __siox_driver_register +EXPORT_SYMBOL_GPL drivers/siox/siox-core 0xd90c4947 siox_master_alloc +EXPORT_SYMBOL_GPL drivers/siox/siox-core 0xfa958b40 siox_device_connected +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x0dc41047 slim_msg_response +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x10ecf795 slim_alloc_txn_tid +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x13d47bc7 slim_stream_unprepare +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x1bf5db3a slim_read +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x1f540479 slimbus_bus +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x23bc9706 slim_stream_disable +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x23c48b94 __slim_driver_register +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x24074a0e slim_register_controller +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x255ebf18 slim_stream_allocate +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x26c4f075 slim_free_txn_tid +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x29121f3b slim_report_absent +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x3a0a4fde slim_writeb +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x48600013 slim_do_transfer +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x4d404fd0 slim_xfer_msg +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x5564f3b8 slim_stream_free +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x558578de slim_write +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x597634ca slim_get_device +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x9c42fb8a slim_driver_unregister +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xa8481717 slim_stream_prepare +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xb3b89085 slim_unregister_controller +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xca099ea1 slim_get_logical_addr +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xd5f6657f slim_device_report_present +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xd919fadd slim_stream_enable +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xe05e00c2 of_slim_get_device +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xe1bdba89 slim_ctrl_clk_pause +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xe8b8d8f6 slim_readb +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 0xa4dfefcb meson_canvas_get +EXPORT_SYMBOL_GPL drivers/soc/amlogic/meson-canvas 0xfbd79150 meson_canvas_free +EXPORT_SYMBOL_GPL drivers/soc/qcom/apr 0x0ea15c1c gpr_send_port_pkt +EXPORT_SYMBOL_GPL drivers/soc/qcom/apr 0x28f3fce8 gpr_free_port +EXPORT_SYMBOL_GPL drivers/soc/qcom/apr 0x35d26df3 aprbus +EXPORT_SYMBOL_GPL drivers/soc/qcom/apr 0x93171388 apr_driver_unregister +EXPORT_SYMBOL_GPL drivers/soc/qcom/apr 0xa331aeec gpr_send_pkt +EXPORT_SYMBOL_GPL drivers/soc/qcom/apr 0xd0c3ee80 apr_send_pkt +EXPORT_SYMBOL_GPL drivers/soc/qcom/apr 0xe26cb521 gpr_alloc_port +EXPORT_SYMBOL_GPL drivers/soc/qcom/apr 0xf959b6c3 __apr_driver_register +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 0x11038eab qcom_mdt_pas_init +EXPORT_SYMBOL_GPL drivers/soc/qcom/mdt_loader 0x45e1cd7c qcom_mdt_get_size +EXPORT_SYMBOL_GPL drivers/soc/qcom/mdt_loader 0x66ed3ca7 qcom_mdt_load_no_init +EXPORT_SYMBOL_GPL drivers/soc/qcom/mdt_loader 0xde0f52ca qcom_mdt_load +EXPORT_SYMBOL_GPL drivers/soc/qcom/mdt_loader 0xfe10ee66 qcom_mdt_read_metadata +EXPORT_SYMBOL_GPL drivers/soundwire/soundwire-bus 0x1875d7b2 __sdw_register_driver +EXPORT_SYMBOL_GPL drivers/soundwire/soundwire-bus 0x68102924 sdw_unregister_driver +EXPORT_SYMBOL_GPL drivers/soundwire/soundwire-bus 0xc0a83dd3 sdw_bus_type +EXPORT_SYMBOL_GPL drivers/spi/spi-altera-core 0x6ec05ce2 altera_spi_init_master +EXPORT_SYMBOL_GPL drivers/spi/spi-altera-core 0xb9edd149 altera_spi_irq +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0x1cf00487 spi_bitbang_stop +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0x248d70a6 spi_bitbang_start +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0xaa7e46ec spi_bitbang_setup_transfer +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0xcbde68af spi_bitbang_setup +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0xcd3d7c0a spi_bitbang_cleanup +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0xd5317bb2 spi_bitbang_init +EXPORT_SYMBOL_GPL drivers/spi/spi-loopback-test 0x51211cc2 spi_test_execute_msg +EXPORT_SYMBOL_GPL drivers/spi/spi-loopback-test 0x5c08cdd8 spi_test_run_test +EXPORT_SYMBOL_GPL drivers/spi/spi-loopback-test 0x9123cbfb spi_test_run_tests +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x308e47e7 spmi_register_zero_write +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x3717266d spmi_command_reset +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x4a9622e9 spmi_device_remove +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x4dc5d5e2 spmi_controller_alloc +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x4f88449c spmi_ext_register_writel +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x568176e0 spmi_ext_register_write +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x56db9816 spmi_command_wakeup +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x5af6fb25 spmi_device_add +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x71dd7ea6 spmi_device_alloc +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x83e71215 spmi_ext_register_readl +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x9d4ef12f spmi_controller_remove +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xaced07b4 __spmi_driver_register +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xaf07772e spmi_register_read +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xc601409a spmi_ext_register_read +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xce876446 spmi_command_sleep +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xdcbaa247 spmi_device_from_of +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xe7551ac5 spmi_command_shutdown +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xea1c40e4 spmi_controller_add +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xff86ce20 spmi_register_write +EXPORT_SYMBOL_GPL drivers/ssb/ssb 0x2a6020ec ssb_pmu_spuravoid_pllupdate +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0x5db1dcca anybuss_start_init +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0x6981d07f anybuss_client_driver_register +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0x8a5bfb6b anybuss_read_output +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0x8e39c581 anybuss_send_ext +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0xaf1bc599 devm_anybuss_host_common_probe +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0xb7cc19a7 anybuss_send_msg +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0xc0aede7f anybuss_finish_init +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0xcbcfc75e anybuss_read_fbctrl +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0xdbe30215 anybuss_recv_msg +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0xe5e426d2 anybuss_write_input +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0xe757da51 anybuss_host_common_probe +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0xeb34fd47 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 0xfe17ffba anybuss_set_power +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/fieldbus_dev 0x6bd4ec3e fieldbus_dev_online_changed +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/fieldbus_dev 0x7e310511 fieldbus_dev_unregister +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/fieldbus_dev 0xbafcadbf fieldbus_dev_area_updated +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/fieldbus_dev 0xe910aa47 fieldbus_dev_register +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0x05db685c gb_audio_apbridgea_stop_tx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0x3daef77e gb_audio_apbridgea_unregister_cport +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0x5427e65d gb_audio_apbridgea_start_tx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0x56fcfbd0 gb_audio_apbridgea_prepare_tx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0x67bcaefc gb_audio_apbridgea_set_rx_data_size +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0x7156db7c gb_audio_apbridgea_register_cport +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0x7d97a838 gb_audio_apbridgea_shutdown_rx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0x96fa822b gb_audio_apbridgea_set_tx_data_size +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0x9eb4e161 gb_audio_apbridgea_start_rx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0xabc159c3 gb_audio_apbridgea_stop_rx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0xd38d99a7 gb_audio_apbridgea_shutdown_tx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0xe72b3578 gb_audio_apbridgea_set_config +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0xf8e6ca4f gb_audio_apbridgea_prepare_rx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0x20b15c78 gb_audio_gb_set_pcm +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0x2b95435e gb_audio_gb_get_pcm +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0x335aa53b gb_audio_gb_set_control +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0x453a5c17 gb_audio_gb_activate_rx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0x45f6f22d gb_audio_gb_deactivate_rx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0x4bbbb937 gb_audio_gb_get_topology +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0x7f5c38a7 gb_audio_gb_activate_tx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0x7f90969d gb_audio_gb_deactivate_tx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0x8312d170 gb_audio_gb_get_control +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0x8d99160b gb_audio_gb_disable_widget +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0xda8cfdfd gb_audio_gb_set_rx_data_size +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0xf6123afc gb_audio_gb_set_tx_data_size +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0xf77cdd62 gb_audio_gb_enable_widget +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-manager 0x19e9e6b1 gb_audio_manager_remove_all +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-manager 0x32e6391e gb_audio_manager_remove +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-manager 0x5a108b0f gb_audio_manager_add +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-manager 0x688fadf7 gb_audio_manager_put_module +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-manager 0x79eef2f8 gb_audio_manager_dump_all +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-manager 0xaeac8ca2 gb_audio_manager_dump_module +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-manager 0xc273d72b gb_audio_manager_get_module +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-gbphy 0x6777e873 gb_gbphy_register_driver +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-gbphy 0xf9e26291 gb_gbphy_deregister_driver +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-spilib 0x986b3bcb gb_spilib_master_exit +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-spilib 0xbb7165bc gb_spilib_master_init +EXPORT_SYMBOL_GPL drivers/staging/iio/addac/adt7316 0xc4d3786c adt7316_pm_ops +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0x017a68ff imx_media_capture_device_register +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0x093da8d1 imx_media_pipeline_set_stream +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0x1cb31a42 imx_media_of_add_csi +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0x23ac0f31 imx_media_dev_init +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0x357d4153 imx_media_capture_device_unregister +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0x3afc4948 imx_media_find_pixel_format +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0x492f4a82 imx_media_find_subdev_by_fwnode +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 0x64f6f40f imx_media_capture_device_init +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0x6c142035 imx_media_add_of_subdevs +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0x6c1e9913 imx_media_alloc_dma_buf +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0x6c5b35f0 imx_media_capture_device_error +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0x73fa5372 imx_media_pipeline_video_device +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0x7772c551 imx_media_dev_notifier_register +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0x94eeda32 imx_media_pipeline_subdev +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0x97004ca0 imx_media_init_cfg +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0x9ea5747a imx_media_pipeline_csi2_channel +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0x9f078575 imx_media_free_dma_buf +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0xa0aba576 imx_media_find_subdev_by_devname +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 0xcb2bd0c2 imx_media_pipeline_pad +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 0xd666230f imx_media_add_video_device +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0xdc74b3ff imx_media_probe_complete +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0xe8bfc805 imx_media_capture_device_next_buf +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 0xf0b91406 imx_media_capture_device_remove +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 0x1a5bf190 amvdec_read_parser +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0x1cb1e6d9 amvdec_am21c_size +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0x25d68a99 codec_hevc_setup_buffers +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0x376c7509 amvdec_set_canvases +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0x3dc8868b amvdec_src_change +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0x49965710 amvdec_dst_buf_done_idx +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0x59216c46 amvdec_write_parser +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0x5edf799f 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 0x610f251d amvdec_clear_dos_bits +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0x6288ff52 amvdec_remove_ts +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0x7edd344d amvdec_set_par_from_dar +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0x81444964 amvdec_get_output_size +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0x84fc0bd0 codec_hevc_free_mmu_headers +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0x86a5d69f amvdec_dst_buf_done +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0x8787870f amvdec_read_dos +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0x8a62e72a codec_hevc_free_fbc_buffers +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0x94831e42 amvdec_dst_buf_done_offset +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0xaeb8ebd6 codec_hevc_fill_mmu_map +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0xb31000e7 amvdec_write_dos +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0xc9599b4e amvdec_add_ts +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0xcf6cf503 codec_hevc_setup_decode_head +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0xfc4d2dcf amvdec_abort +EXPORT_SYMBOL_GPL drivers/staging/nvec/nvec 0x76ae593d nvec_msg_free +EXPORT_SYMBOL_GPL drivers/staging/nvec/nvec 0xbdc91864 nvec_register_notifier +EXPORT_SYMBOL_GPL drivers/staging/nvec/nvec 0xfb9b2e69 nvec_unregister_notifier +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 0xba670a7c target_submit +EXPORT_SYMBOL_GPL drivers/target/target_core_mod 0xc03dcf6e target_alloc_cmd_counter +EXPORT_SYMBOL_GPL drivers/target/target_core_mod 0xc1667528 target_init_cmd +EXPORT_SYMBOL_GPL drivers/target/target_core_mod 0xc30fd7f7 target_wait_for_cmds +EXPORT_SYMBOL_GPL drivers/target/target_core_mod 0xdf7a9724 target_submit_prep +EXPORT_SYMBOL_GPL drivers/target/target_core_mod 0xe535635a target_queue_submission +EXPORT_SYMBOL_GPL drivers/tee/tee 0x002fcb83 tee_device_register +EXPORT_SYMBOL_GPL drivers/tee/tee 0x04598512 tee_client_close_context +EXPORT_SYMBOL_GPL drivers/tee/tee 0x0d7b89d6 tee_shm_alloc_kernel_buf +EXPORT_SYMBOL_GPL drivers/tee/tee 0x35c9103c tee_client_open_session +EXPORT_SYMBOL_GPL drivers/tee/tee 0x3ac80930 tee_device_alloc +EXPORT_SYMBOL_GPL drivers/tee/tee 0x4cb6eb05 tee_shm_get_from_id +EXPORT_SYMBOL_GPL drivers/tee/tee 0x524c84cf tee_client_invoke_func +EXPORT_SYMBOL_GPL drivers/tee/tee 0x65d81854 tee_shm_get_pa +EXPORT_SYMBOL_GPL drivers/tee/tee 0x67a8d00a tee_shm_put +EXPORT_SYMBOL_GPL drivers/tee/tee 0x704da4f2 tee_client_get_version +EXPORT_SYMBOL_GPL drivers/tee/tee 0x71e8d2a3 tee_client_close_session +EXPORT_SYMBOL_GPL drivers/tee/tee 0x85fd9922 tee_session_calc_client_uuid +EXPORT_SYMBOL_GPL drivers/tee/tee 0x9494d505 tee_device_unregister +EXPORT_SYMBOL_GPL drivers/tee/tee 0xa5035d12 tee_get_drvdata +EXPORT_SYMBOL_GPL drivers/tee/tee 0xa6c7a47b tee_shm_pool_alloc_res_mem +EXPORT_SYMBOL_GPL drivers/tee/tee 0xb0c25fe6 tee_shm_get_va +EXPORT_SYMBOL_GPL drivers/tee/tee 0xb14cf691 tee_client_open_context +EXPORT_SYMBOL_GPL drivers/tee/tee 0xb67f2b29 tee_bus_type +EXPORT_SYMBOL_GPL drivers/tee/tee 0xee14a0ec teedev_close_context +EXPORT_SYMBOL_GPL drivers/tee/tee 0xf438a84b tee_shm_free +EXPORT_SYMBOL_GPL drivers/tee/tee 0xf76dd46c teedev_open +EXPORT_SYMBOL_GPL drivers/tee/tee 0xf7ac5a42 tee_shm_register_kernel_buf +EXPORT_SYMBOL_GPL drivers/tee/tee 0xfbdf8668 tee_shm_alloc_priv_buf +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x01d23ee1 tb_property_create_dir +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x0a76a84c tb_service_type +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x21a31526 tb_unregister_protocol_handler +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x2c087c86 tb_ring_start +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x2d48aa2b tb_xdomain_enable_paths +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x36521060 tb_register_protocol_handler +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x393b4f2f tb_property_free_dir +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x3a9079d2 tb_xdomain_release_in_hopid +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x43bb6f9f tb_register_service_driver +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x48aabb31 tb_xdomain_alloc_out_hopid +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x49db5117 tb_xdomain_lane_bonding_enable +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x4c66c044 tb_xdomain_request +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x50bd1e6f tb_ring_alloc_rx +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x57b001aa tb_ring_poll +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x5bde5544 tb_xdomain_lane_bonding_disable +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 0x692a781b __tb_ring_enqueue +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x6ceee74b tb_property_remove +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x6d6b05be tb_xdomain_find_by_route +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x86166e8c tb_property_get_next +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x8b62f95e tb_property_add_dir +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x8ef8436a tb_xdomain_response +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x95194328 tb_xdomain_disable_paths +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x999e0614 tb_ring_stop +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xadd48cc3 tb_ring_alloc_tx +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xb7c7cdce tb_property_add_text +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xc64da6ae tb_property_find +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xc9c08845 tb_xdomain_release_out_hopid +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xcf5f2f54 tb_unregister_service_driver +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xdaff744c tb_ring_free +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xe2697cd4 tb_property_add_data +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xe4294279 tb_xdomain_type +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xe6acb257 tb_ring_poll_complete +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xeeb5c006 tb_xdomain_alloc_in_hopid +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xf1188987 tb_xdomain_find_by_uuid +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xf1cfd1ff tb_register_property_dir +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x2e15779a __ufshcd_suspend_prepare +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x3639c3d6 ufshcd_uic_hibern8_enter +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x3adf88ad ufshcd_get_vreg +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x3e539d34 ufshcd_dme_configure_adapt +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x40fa69a0 ufshcd_update_evt_hist +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x478f190f ufshcd_hold +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x4950b811 ufshcd_uic_hibern8_exit +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x4d10fe9e ufshcd_init +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x556bc8a3 ufshcd_dump_regs +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x578a5ce1 ufshcd_auto_hibern8_update +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x619f9732 ufshcd_hba_enable +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x6756f5e8 ufshcd_suspend_prepare +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x723b1abf ufshcd_delay_us +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x85b987ab ufshcd_release +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x85e82723 ufshcd_remove +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x8ae02b5f ufshcd_config_pwr_mode +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x8b4b7240 ufshcd_make_hba_operational +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x9bc80bf2 ufshcd_hba_stop +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xae5dcf96 ufshcd_link_recovery +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xbe70f76b ufshcd_dme_set_attr +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xce84b8b5 ufshcd_uic_change_pwr_mode +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xd8c06300 ufshcd_fixup_dev_quirks +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xdd82d49f ufshcd_clkgate_delay_set +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xec4b6a4b ufshcd_dealloc_host +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xee8b122e ufshcd_resume_complete +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xef176e00 ufshcd_dme_get_attr +EXPORT_SYMBOL_GPL drivers/ufs/host/ufshcd-pltfrm 0x54c946de ufshcd_init_pwr_dev_param +EXPORT_SYMBOL_GPL drivers/ufs/host/ufshcd-pltfrm 0x791ba79d 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 0x7d339210 ufshcd_pltfrm_shutdown +EXPORT_SYMBOL_GPL drivers/ufs/host/ufshcd-pltfrm 0xcc55006d ufshcd_populate_vreg +EXPORT_SYMBOL_GPL drivers/uio/uio 0x14e8b496 __devm_uio_register_device +EXPORT_SYMBOL_GPL drivers/uio/uio 0x1b1425e9 uio_event_notify +EXPORT_SYMBOL_GPL drivers/uio/uio 0x5cd6dbf8 __uio_register_device +EXPORT_SYMBOL_GPL drivers/uio/uio 0xe1f13ab5 uio_unregister_device +EXPORT_SYMBOL_GPL drivers/usb/atm/usbatm 0x086984d3 usbatm_usb_probe +EXPORT_SYMBOL_GPL drivers/usb/atm/usbatm 0x1b9dd0a7 usbatm_usb_disconnect +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0x02a954f5 cdns_power_is_lost +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0x14ad002c cdns_resume +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0x4f2d0834 cdns_drd_gadget_on +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0x60e1c04c cdns_init +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0x6fb67f20 cdns_remove +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0x70dfd14f cdns_suspend +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0x78edc170 cdns_set_vbus +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0xd2fa0f53 cdns_drd_gadget_off +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0xf2ce1724 cdns_clear_vbus +EXPORT_SYMBOL_GPL drivers/usb/chipidea/ci_hdrc 0x084bdce3 hw_phymode_configure +EXPORT_SYMBOL_GPL drivers/usb/chipidea/ci_hdrc 0x325ca78f ci_hdrc_remove_device +EXPORT_SYMBOL_GPL drivers/usb/chipidea/ci_hdrc 0xaa25e9cf ci_hdrc_add_device +EXPORT_SYMBOL_GPL drivers/usb/chipidea/ci_hdrc 0xbeaa3596 ci_hdrc_query_available_role +EXPORT_SYMBOL_GPL drivers/usb/chipidea/usbmisc_imx 0x83910cc6 imx_usbmisc_resume +EXPORT_SYMBOL_GPL drivers/usb/chipidea/usbmisc_imx 0x858b1c01 imx_usbmisc_suspend +EXPORT_SYMBOL_GPL drivers/usb/chipidea/usbmisc_imx 0xd44c6471 imx_usbmisc_init_post +EXPORT_SYMBOL_GPL drivers/usb/chipidea/usbmisc_imx 0xda43a33a imx_usbmisc_init +EXPORT_SYMBOL_GPL drivers/usb/chipidea/usbmisc_imx 0xe71288bd imx_usbmisc_hsic_set_connect +EXPORT_SYMBOL_GPL drivers/usb/chipidea/usbmisc_imx 0xefd0ccb9 imx_usbmisc_charger_detection +EXPORT_SYMBOL_GPL drivers/usb/common/ulpi 0x3ef133ed ulpi_register_interface +EXPORT_SYMBOL_GPL drivers/usb/common/ulpi 0x482d99c6 ulpi_write +EXPORT_SYMBOL_GPL drivers/usb/common/ulpi 0x51a528a1 ulpi_unregister_driver +EXPORT_SYMBOL_GPL drivers/usb/common/ulpi 0x542da1e5 __ulpi_register_driver +EXPORT_SYMBOL_GPL drivers/usb/common/ulpi 0x813f2ce8 ulpi_unregister_interface +EXPORT_SYMBOL_GPL drivers/usb/common/ulpi 0x85262c30 ulpi_read +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x104da108 u_audio_get_volume +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x205b15c1 u_audio_stop_playback +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x25c1d815 u_audio_get_playback_srate +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x25db8143 u_audio_get_capture_srate +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x3c5251f9 g_audio_cleanup +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x40ee9fb9 u_audio_set_capture_srate +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x587b73c3 u_audio_start_playback +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x61eabc35 u_audio_set_volume +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x852532cc u_audio_stop_capture +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x87586830 u_audio_set_mute +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x88d2beb6 g_audio_setup +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x96c4e548 u_audio_get_mute +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x9a7f338b u_audio_suspend +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0xa28a9284 u_audio_start_capture +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0xc316d8d7 u_audio_set_playback_srate +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x0e4d84f6 gether_get_host_addr_cdc +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x1848b99a gether_get_dev_addr +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x33c1f629 gether_set_ifname +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x39c4e974 gether_setup_name_default +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x3f174cd9 gether_get_ifname +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x4c7a04cc gether_connect +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x4def6c36 gether_set_host_addr +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x5e2794ee gether_get_qmult +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x66fcb74f gether_disconnect +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x79286102 gether_set_gadget +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x7ae6c8ad gether_set_qmult +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x87686aa0 gether_set_dev_addr +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x8878cfa6 gether_cleanup +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x8928dc9c gether_get_host_addr +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0xa636e482 gether_setup_name +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0xc5522862 gether_register_netdev +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0xe1d59806 gether_get_host_addr_u8 +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_serial 0x07698985 gserial_connect +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_serial 0x23758e6d gserial_resume +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_serial 0x33bfdca2 gserial_alloc_line +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_serial 0x4580b2af gserial_suspend +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_serial 0x77dbf841 gserial_get_console +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_serial 0xa18ee0bd gserial_set_console +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_serial 0xb120963c gserial_disconnect +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_serial 0xb6652875 gserial_free_line +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_serial 0xe89dc424 gserial_alloc_line_no_console +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_serial 0xf53717eb gs_alloc_req +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_serial 0xfe9468f2 gs_free_req +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_fs 0x12772b85 ffs_lock +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_fs 0x87da642c ffs_name_dev +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_fs 0xe76e9032 ffs_single_dev +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x0299260a fsg_store_forced_eject +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x0ef05656 fsg_store_cdrom +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 0x1ce5b736 fsg_lun_fsync_sub +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x1d7af28b fsg_show_cdrom +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x2396b409 fsg_store_file +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x23c7a1ae fsg_store_inquiry_string +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x2933ee1d fsg_ss_bulk_in_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x398778e1 fsg_ss_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x3c6a07d0 fsg_common_create_lun +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x423845e4 fsg_ss_bulk_in_comp_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x518c149e 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 0x71044908 fsg_store_removable +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x7a6a5013 fsg_common_set_cdev +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 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 0xb1e17dd1 fsg_lun_open +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xb33c4b43 fsg_show_ro +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 0xc9fa827f fsg_lun_close +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xccfc05bc 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 0xd1a5fa5a fsg_show_inquiry_string +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xd338ab61 fsg_show_file +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xdd98f4e8 fsg_show_nofua +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xe3d6345a fsg_common_remove_lun +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xf21ee9a5 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_rndis 0x0533f3a8 rndis_set_param_medium +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x09e563c3 rndis_add_hdr +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x13d26f78 rndis_signal_disconnect +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x160ddf10 rndis_borrow_net +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x21783678 rndis_signal_connect +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x2621f275 rndis_rm_hdr +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x64e2c8fd rndis_register +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x84ec3211 rndis_deregister +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x8ed138e4 rndis_msg_parser +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x925051d5 rndis_uninit +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0xaed4312f rndis_set_param_vendor +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0xbf9adc28 rndis_set_host_mac +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0xc59491d0 rndis_set_param_dev +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0xec1a4d3e rndis_get_next_response +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0xf6f55fe4 rndis_free_response +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x03b007b5 usb_composite_overwrite_options +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x064050f2 usb_add_config +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x0c589aba usb_validate_langid +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x1d759a39 unregister_gadget_item +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x249812cf usb_add_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x2e09263f usb_copy_descriptors +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x2fa0af7c usb_gstrings_attach +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x34744a1c usb_remove_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x3eb2134f usb_free_all_descriptors +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x4beb505d usb_gadget_get_string +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x5d39574e usb_composite_unregister +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x5dd58b0d usb_function_deactivate +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x60e2889d usb_composite_probe +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x62f4ec10 usb_composite_setup_continue +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x66750f9c usb_get_function_instance +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x68320c9e usb_assign_descriptors +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x6ac8467c usb_otg_descriptor_init +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x6c07f956 config_ep_by_speed +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x77f29ad0 usb_add_config_only +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x781ec796 usb_function_unregister +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x84de6c34 usb_function_activate +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x89c6e697 usb_string_ids_n +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x910e55f7 alloc_ep_req +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x914d5fba usb_ep_autoconfig_release +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x9197e088 usb_string_ids_tab +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x957f0ce1 usb_ep_autoconfig_reset +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x95db7e7f usb_string_id +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xa49ab821 usb_otg_descriptor_alloc +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xb394f2cf usb_ep_autoconfig +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xbabe4f59 usb_interface_id +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xc0af4a14 usb_ep_autoconfig_ss +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xc38db326 usb_function_register +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xc40f4bd2 usb_put_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xc5395c04 usb_get_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xd0a09f26 usb_put_function_instance +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xd2ea2134 usb_descriptor_fillbuf +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xd6669cd3 config_ep_by_speed_and_alt +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xf474a207 usb_gadget_config_buf +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x119ed725 udc_basic_init +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x277a7b14 init_dma_pools +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x2e026343 free_dma_pools +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x31264d8e gadget_release +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x46c76bdd 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 0x956727d6 udc_remove +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x95d2e8d2 udc_probe +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x9e341510 empty_req_queue +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0xb7d533bf udc_mask_unused_interrupts +EXPORT_SYMBOL_GPL drivers/usb/host/xhci-pci-renesas 0xdb2bc3b6 renesas_xhci_check_request_fw +EXPORT_SYMBOL_GPL drivers/usb/misc/ezusb 0x43fd66fa ezusb_fx1_ihex_firmware_download +EXPORT_SYMBOL_GPL drivers/usb/misc/ezusb 0xb6b96bb1 ezusb_fx1_set_reset +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0x400c0054 usb_ftdi_elan_edset_input +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0x4847a497 usb_ftdi_elan_edset_empty +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0x54c0698d ftdi_elan_gone_away +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0x7539fc44 usb_ftdi_elan_edset_output +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0xa5044be0 usb_ftdi_elan_write_pcimem +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0xb8a6cd3f usb_ftdi_elan_edset_single +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0xc8104f03 usb_ftdi_elan_edset_flush +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0xfac3f972 usb_ftdi_elan_edset_setup +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0xfc14ee17 usb_ftdi_elan_read_pcimem +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-am335x-control 0x14c7a2b6 am335x_get_phy_control +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-isp1301 0x6fca1539 isp1301_get_client +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-tegra-usb 0x286609cd tegra_ehci_phy_restore_end +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-tegra-usb 0x3a4ca37a tegra_usb_phy_postresume +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-tegra-usb 0x3fe02e3b tegra_usb_phy_preresume +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-tegra-usb 0xf8c3d6c8 tegra_ehci_phy_restore_start +EXPORT_SYMBOL_GPL drivers/usb/serial/usb_wwan 0x49945a71 usb_wwan_port_probe +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x03c37bd5 usb_serial_generic_write_bulk_callback +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x1bb7debb usb_serial_generic_wait_until_sent +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x30c48115 usb_serial_generic_process_read_urb +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x31e81e38 usb_serial_generic_read_bulk_callback +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x32731586 usb_serial_register_drivers +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x37e06143 usb_serial_deregister_drivers +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x40d43404 usb_serial_generic_throttle +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x4ba281ca usb_serial_generic_resume +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x5a3e3060 usb_serial_generic_chars_in_buffer +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x5c3ccba0 usb_serial_generic_close +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x5d6ee539 usb_serial_generic_unthrottle +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x75ba1d3c usb_serial_generic_open +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x880e03ff usb_serial_generic_write_start +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x94a30740 usb_serial_generic_submit_read_urbs +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x951350d8 usb_serial_generic_get_icount +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x99109980 usb_serial_claim_interface +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x9f43f9d0 usb_serial_generic_tiocmiwait +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xa7d43cbb usb_serial_generic_write +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xbc1ab106 usb_serial_handle_dcd_change +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xcb4f81a1 usb_serial_port_softint +EXPORT_SYMBOL_GPL drivers/usb/typec/altmodes/typec_displayport 0x03f4faf1 dp_altmode_remove +EXPORT_SYMBOL_GPL drivers/usb/typec/altmodes/typec_displayport 0x88053c6e dp_altmode_probe +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpci 0x1827e96a 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 0xb289f58b 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 0xea220941 tcpm_tcpc_reset +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpm 0xeb779665 tcpm_sourcing_vbus +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x07b1a460 usb_power_delivery_unlink_device +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x0d9c6aa6 typec_retimer_put +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x10d213bb typec_mux_set_drvdata +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x11778d72 typec_cable_put +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x13a7dcdd typec_register_plug +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x162ec646 __typec_altmode_register_driver +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x193da883 typec_partner_set_identity +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x1a58cc61 typec_mux_get_drvdata +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x1be6510e typec_register_port +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x1dc7e216 typec_set_mode +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x246f029b typec_get_drvdata +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x248607df typec_plug_set_num_altmodes +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x2596d9d0 typec_altmode_update_active +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x2b348147 typec_switch_unregister +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x2d120389 typec_partner_set_usb_power_delivery +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x2d1e301d typec_find_power_role +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x33ef6b38 typec_unregister_cable +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x340b967c typec_cable_get +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x3712c077 typec_unregister_altmode +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x380659b7 typec_altmode_vdm +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x39e6c564 typec_retimer_register +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x44b6d013 usb_power_delivery_unregister +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x49aa6b8d usb_power_delivery_link_device +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x4cd5cac2 typec_port_set_usb_power_delivery +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x4d1776a6 typec_get_fw_cap +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x5346d67e typec_altmode_exit +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x5f5456d3 typec_retimer_set +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x658081dc typec_unregister_port +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x67eb5cfb fwnode_typec_mux_get +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x6af539e3 fwnode_typec_retimer_get +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x6b3d9465 typec_mux_set +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x6e401bd9 typec_partner_set_pd_revision +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x73276c66 typec_port_register_altmodes +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x7ab7bf53 typec_altmode2port +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x82c23f5f typec_altmode_unregister_driver +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x86521d45 typec_switch_put +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x8e6ae891 typec_retimer_unregister +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x9049491e typec_find_port_data_role +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x905011c5 typec_switch_register +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x920f2ed9 typec_switch_get_drvdata +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x95e4013f typec_partner_set_svdm_version +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x99ffd522 typec_retimer_get_drvdata +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x9a372f92 typec_register_cable +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x9a8cbbc0 typec_altmode_get_partner +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x9d648809 typec_set_pwr_opmode +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x9e515ff1 typec_get_negotiated_svdm_version +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xa01c3142 typec_cable_set_identity +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xa254de98 typec_find_orientation +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xa2eb0140 typec_unregister_partner +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xa39d84a8 typec_partner_register_altmode +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xa9ad14a1 typec_partner_usb_power_delivery_register +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xac063f3b typec_altmode_attention +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xad37b46d typec_altmode_notify +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xb2156f68 typec_port_register_altmode +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xc18e3343 fwnode_typec_switch_get +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xc3a3e3c1 usb_power_delivery_register_capabilities +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xc943d76a typec_mux_unregister +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xca1bcb92 typec_set_orientation +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xcc5bcd65 typec_set_vconn_role +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xcdcc8ba8 typec_switch_set_drvdata +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xcf6ea174 typec_partner_set_num_altmodes +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xcfc9b80b typec_register_partner +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xd2fa1286 typec_switch_set +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xd508f412 typec_set_pwr_role +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xd55fa873 typec_set_data_role +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xd660bbfc typec_match_altmode +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xd9153f61 typec_altmode_put_plug +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xdc8aa96b typec_plug_register_altmode +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xdf8b3b21 typec_altmode_get_plug +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xe253c86a typec_get_orientation +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xe3008958 typec_cable_is_active +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xe369f5b5 usb_power_delivery_register +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xe4c0252a usb_power_delivery_unregister_capabilities +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xeafc1eb8 typec_find_port_power_role +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xee2a8d08 typec_altmode_enter +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xf0630d25 typec_unregister_plug +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xf1234a8b typec_find_pwr_opmode +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xfbbe484a typec_mux_register +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xfc8df340 typec_mux_put +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0x307cc674 ucsi_send_command +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0x3a81b59b ucsi_resume +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0x3c22781c ucsi_unregister +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0x4eb13ef7 ucsi_destroy +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0xcbdd6614 ucsi_connector_change +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0xd57e6423 ucsi_set_drvdata +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0xe5575734 ucsi_get_drvdata +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0xfdb93576 ucsi_create +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0xfef20140 ucsi_register +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x1e6990e2 usbip_pack_pdu +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x6668feb8 usbip_in_eh +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x70e0c53c usbip_event_add +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x78b72f44 usbip_debug_flag +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xa685c56d usbip_recv_xbuff +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xc4914021 usbip_pad_iso +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xcbaf5fbb usbip_recv +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xd02753dc usbip_header_correct_endian +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xd3c78f7d usbip_recv_iso +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xd7fa6d1f usbip_event_happened +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xdaed1534 usbip_dump_urb +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xddab8d3a usbip_start_eh +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xe01458dc 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 0xed7675d9 dev_attr_usbip_debug +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xffc014f7 usbip_stop_eh +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0x0ca11ae1 vdpa_set_config +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0x190b8413 vdpa_mgmtdev_unregister +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0x2d25f81d vdpa_register_device +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0x34c18f92 vdpa_unregister_driver +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0x36a77a03 __vdpa_alloc_device +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0x5d48a4d6 __vdpa_register_driver +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0x74d8113c vdpa_mgmtdev_register +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0xaaebc2fb vdpa_get_config +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0xb338606d _vdpa_register_device +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0xc7a4b341 _vdpa_unregister_device +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0xde20e390 vdpa_unregister_device +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa_sim/vdpa_sim 0x808d5651 vdpasim_create +EXPORT_SYMBOL_GPL drivers/vfio/mdev/mdev 0x89027996 mdev_bus_type +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x013d320c vfio_pci_core_aer_err_detected +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x0c40a15f vfio_pci_core_close_device +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x204fa0b6 vfio_pci_core_sriov_configure +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x40a059ea vfio_pci_core_read +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x42a1554e 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 0x70430c92 vfio_pci_core_ioctl_feature +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x7305ea83 vfio_pci_core_unregister_device +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x8ec47eaf vfio_pci_core_request +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x945f3f0a vfio_pci_core_ioctl +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x997afb21 vfio_pci_core_init_dev +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0xa0141236 vfio_pci_core_register_dev_region +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0xbbcc5b67 vfio_pci_core_finish_enable +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0xbd486f87 vfio_pci_core_register_device +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0xbe13cc18 vfio_pci_core_enable +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0xc97cdba7 vfio_pci_core_release_dev +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0xdb7a80dd vfio_pci_core_mmap +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0xdde3198f vfio_pci_core_match +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0xde8365d2 vfio_pci_core_err_handlers +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0xe98daf85 vfio_pci_core_write +EXPORT_SYMBOL_GPL drivers/vfio/platform/vfio-platform-base 0x08e259d2 vfio_platform_open_device +EXPORT_SYMBOL_GPL drivers/vfio/platform/vfio-platform-base 0x21c60020 vfio_platform_release_common +EXPORT_SYMBOL_GPL drivers/vfio/platform/vfio-platform-base 0x718f080f vfio_platform_write +EXPORT_SYMBOL_GPL drivers/vfio/platform/vfio-platform-base 0x82c15f08 vfio_platform_close_device +EXPORT_SYMBOL_GPL drivers/vfio/platform/vfio-platform-base 0x98adb135 vfio_platform_ioctl +EXPORT_SYMBOL_GPL drivers/vfio/platform/vfio-platform-base 0xa0a6159c vfio_platform_mmap +EXPORT_SYMBOL_GPL drivers/vfio/platform/vfio-platform-base 0xb0ed8798 vfio_platform_unregister_reset +EXPORT_SYMBOL_GPL drivers/vfio/platform/vfio-platform-base 0xbb07fe42 vfio_platform_read +EXPORT_SYMBOL_GPL drivers/vfio/platform/vfio-platform-base 0xc1717148 vfio_platform_init_common +EXPORT_SYMBOL_GPL drivers/vfio/platform/vfio-platform-base 0xe5258d65 __vfio_platform_register_reset +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x141fb2f4 vfio_unregister_group_dev +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x1b0160ac vfio_iommufd_emulated_unbind +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x249f827f vfio_assign_device_set +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x2651c904 vfio_iommufd_emulated_bind +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x44b83e00 vfio_info_cap_add +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x4c32449a vfio_file_has_dev +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x5fb64906 vfio_unregister_iommu_driver +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x6107ff4d vfio_iommufd_physical_bind +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x647baa9c vfio_file_is_group +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x695d58eb vfio_file_set_kvm +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x6fb7f6ac vfio_iommufd_emulated_attach_ioas +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x92f10909 vfio_register_group_dev +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x9bc14c6c vfio_device_set_open_count +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x9e300071 vfio_register_emulated_iommu_dev +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xa988efd2 _vfio_alloc_device +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xd425593e vfio_virqfd_disable +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xd54f7b8f vfio_iommufd_physical_unbind +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xd6df51bb vfio_file_iommu_group +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xdfe5bfae vfio_virqfd_enable +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xe6abf47f vfio_file_enforced_coherent +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xebd648df vfio_mig_get_next_state +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xfb6da959 vfio_register_iommu_driver +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xfe2eae00 iova_bitmap_set +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xfec1949e vfio_iommufd_physical_attach_ioas +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x11378738 vhost_disable_notify +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x11743258 vhost_add_used_and_signal +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x178fc799 vhost_has_work +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x1f27a441 vhost_poll_init +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x29613b7b vhost_new_msg +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x30f64e43 vhost_dev_check_owner +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x35edb977 vhost_dev_flush +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x37ac3c4d vhost_init_device_iotlb +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x3cb7404e vhost_add_used_and_signal_n +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x62294d25 vhost_poll_stop +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x622f59a3 vhost_enable_notify +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x671022be vhost_poll_start +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x71332b97 vhost_dev_set_owner +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x7267188c vhost_dev_stop +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x76125233 vq_meta_prefetch +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x76ce2f5c vhost_chr_read_iter +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x7a654e16 vhost_vq_avail_empty +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x834dfe38 vhost_log_write +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x84e08621 vhost_enqueue_msg +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x8fc9be86 vhost_vring_ioctl +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x98d56f99 vhost_log_access_ok +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x9dc31631 vhost_vq_is_setup +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xa909cfc5 vhost_work_init +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xab40a8d9 vhost_vq_access_ok +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xae3aef44 vhost_clear_msg +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xb1c817df vhost_dev_cleanup +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xbaff99f8 vhost_exceeds_weight +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xbc4209dd vhost_dequeue_msg +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xc239816c vhost_add_used_n +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xc4777b92 vhost_work_queue +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xc9510e55 vhost_get_vq_desc +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xcbf90a3c vhost_dev_reset_owner +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xd4e3adbb vhost_signal +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xd6094caf vhost_discard_vq_desc +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xe35dba52 vhost_poll_queue +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xe88b651e vhost_dev_init +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xeaffe683 vhost_set_backend_features +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xed73b6d1 vhost_dev_has_owner +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xf46fe2cd vhost_vq_init_access +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xf717a6bd vhost_add_used +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xfca9eb2f vhost_dev_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 0x1475386a ili9320_write +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0x67fad947 ili9320_remove +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0x750deb08 ili9320_suspend +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0xac1c7d81 ili9320_probe_spi +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0xb1bfa595 ili9320_write_regs +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0xb3fcdd79 ili9320_resume +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0xc3cfc92a ili9320_shutdown +EXPORT_SYMBOL_GPL drivers/video/fbdev/core/fb_ddc 0x99c13b5f fb_ddc_read +EXPORT_SYMBOL_GPL drivers/video/fbdev/core/fb_sys_fops 0xa7da74a6 fb_sys_read +EXPORT_SYMBOL_GPL drivers/video/fbdev/core/fb_sys_fops 0xcaeb881d fb_sys_write +EXPORT_SYMBOL_GPL drivers/video/fbdev/omap2/omapfb/dss/omapdss 0x624dc921 omapdss_of_get_next_endpoint +EXPORT_SYMBOL_GPL drivers/video/fbdev/omap2/omapfb/dss/omapdss 0x66e7f37e omapdss_of_find_source_for_first_ep +EXPORT_SYMBOL_GPL drivers/video/fbdev/omap2/omapfb/dss/omapdss 0x823e0704 omapdss_of_get_next_port +EXPORT_SYMBOL_GPL drivers/video/fbdev/omap2/omapfb/dss/omapdss 0xa58bfeb3 omapdss_of_get_first_endpoint +EXPORT_SYMBOL_GPL drivers/video/fbdev/sis/sisfb 0x31a970d4 sis_free_new +EXPORT_SYMBOL_GPL drivers/video/fbdev/sis/sisfb 0xb8eea948 sis_malloc_new +EXPORT_SYMBOL_GPL drivers/w1/wire 0x062d2554 w1_touch_block +EXPORT_SYMBOL_GPL drivers/w1/wire 0x22b77f8e w1_write_8 +EXPORT_SYMBOL_GPL drivers/w1/wire 0x63757e92 w1_calc_crc8 +EXPORT_SYMBOL_GPL drivers/w1/wire 0x76c97386 w1_read_block +EXPORT_SYMBOL_GPL drivers/w1/wire 0x7eae9125 w1_reset_select_slave +EXPORT_SYMBOL_GPL drivers/w1/wire 0x853c0f4b w1_triplet +EXPORT_SYMBOL_GPL drivers/w1/wire 0x9f93f6f6 w1_reset_resume_command +EXPORT_SYMBOL_GPL drivers/w1/wire 0xa99df6c3 w1_touch_bit +EXPORT_SYMBOL_GPL drivers/w1/wire 0xd3de7f4d w1_next_pullup +EXPORT_SYMBOL_GPL drivers/w1/wire 0xd5c28229 w1_read_8 +EXPORT_SYMBOL_GPL drivers/w1/wire 0xe0f666fe w1_write_block +EXPORT_SYMBOL_GPL drivers/w1/wire 0xfd2aeff2 w1_reset_bus +EXPORT_SYMBOL_GPL fs/dlm/dlm 0x4b62826c dlm_unlock +EXPORT_SYMBOL_GPL fs/dlm/dlm 0x8a6c5f1b dlm_lock +EXPORT_SYMBOL_GPL fs/dlm/dlm 0xa223d415 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 0xe3188793 dlm_posix_lock +EXPORT_SYMBOL_GPL fs/dlm/dlm 0xeecd036c dlm_posix_get +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x2a0b2acd nlmclnt_init +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x3586530f nlmsvc_ops +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x98465942 lockd_down +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x9c5b7313 nlmsvc_unlock_all_by_sb +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x9cbde0a0 nlmsvc_unlock_all_by_ip +EXPORT_SYMBOL_GPL fs/lockd/lockd 0xa54b4a78 nlmclnt_done +EXPORT_SYMBOL_GPL fs/lockd/lockd 0xe83f4071 lockd_up +EXPORT_SYMBOL_GPL fs/lockd/lockd 0xf0df8794 nlmclnt_proc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x00eab80c nfs_inode_attach_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x01c666b0 nfs_access_get_cached +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0294c6a2 nfs_callback_nr_threads +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x039b2078 nfs_file_mmap +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x03eacb8c nfs_fattr_init +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0517180e __traceiter_nfs_fsync_exit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x08ed4a64 nfs_create_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x08fd3f78 nfs_put_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0b935ebf nfs_mknod +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0c8f05a3 __tracepoint_nfs_xdr_bad_filehandle +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0d19e355 nfs_wait_on_request +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0dbb43f5 nfs_sync_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0e2223cb nfs_path +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0fcfaaee __traceiter_nfs_fsync_enter +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x10962bc2 nfs_auth_info_match +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x15ba192d nfs_commit_free +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x15d36855 nfs_setattr_update_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x16cd8eb9 nfs_file_write +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x175b59c0 nfs_mkdir +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x19527986 nfs_alloc_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1a431139 nfs_dentry_operations +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1d6244f3 nfs_create +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1d7df836 nfs_post_op_update_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1db0f9f6 nfs_init_server_rpcclient +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1e072c16 nfs_pageio_reset_read_mds +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x21d525f5 nfs_clear_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x22390760 nfs_client_for_each_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x22d795a8 _nfs_display_fhandle_hash +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x23a3b91a nfs_invalidate_atime +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x243324db nfs_reconfigure +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x26884ff7 nfs_alloc_fhandle +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x28279c5f nfs_commitdata_release +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x28c6ccd8 nfs_show_devname +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2c5f004b nfs_set_verifier +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2c92b8c4 nfs_add_or_obtain +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2cb995bd __tracepoint_nfs_fsync_exit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x31b30531 nfs_refresh_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x31e7914f __tracepoint_nfs_xdr_status +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3257ae59 nfs_flock +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x34315119 nfs_clear_verifier_delegated +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x39e05ac3 nfs_idmap_cache_timeout +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3bd6160c nfs_permission +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 0x4166dca1 register_nfs_version +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x42f2c81f nfs4_client_id_uniquifier +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x436fe688 nfs_rename +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x439212ad nfs_get_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x47d7aca4 nfs_pageio_init_write +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x492ee191 nfs_pgio_header_alloc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x49d4e651 nfs_try_get_tree +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4cb9e001 recover_lost_locks +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4d68c3b0 nfs_get_lock_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4e02d02c nfs_put_lock_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4e2a59bb nfs_set_cache_invalid +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4e90876f nfs_pageio_reset_write_mds +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4ec16fd4 nfs_filemap_write_and_wait_range +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4eda930e nfs_free_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x50eb906e nfs4_label_alloc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x51892d61 nfs_callback_set_tcpport +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x51fb2810 nfs_drop_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x52668a67 nfs_show_path +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x544ac81f nfs_scan_commit_list +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5650b02d nfs_revalidate_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5830dea0 nfs_d_prune_case_insensitive_aliases +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x584b8482 nfs_inc_attr_generation_counter +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x585997b8 nfs_file_read +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x58c28d8b nfs_request_remove_commit_list +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5d2fc9cc nfs_atomic_open +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5dc7a11b put_nfs_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5e98255a nfs_free_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x61781bb5 nfs_initiate_pgio +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x64421fe4 nfs_free_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6c3803da nfs_client_init_is_complete +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6e04bf6a nfs_pgheader_init +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6e81f032 __SCK__tp_func_nfs_fsync_exit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7112e11e unregister_nfs_version +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x72309f9e nfs_probe_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x73dff4c0 __SCK__tp_func_nfs_xdr_status +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x76612d50 nfs_lookup +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x76a26502 nfs_writeback_update_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x788a158c nfs_show_options +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7a6f4c64 nfs_wb_all +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7dd2ec85 nfs_rmdir +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7e63a1d4 nfs_fs_type +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8028adfc nfs_initiate_commit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x806ffb95 nfs4_fs_type +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x835b53bf nfs_may_open +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x842aa210 __tracepoint_nfs_fsync_enter +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x843da1ae nfs_commitdata_alloc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8499de4f nfs_alloc_fattr +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8827b941 nfs_mark_client_ready +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8a3b61aa nfs_setsecurity +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8f790245 nfs_create_rpc_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x905ece38 nfs_access_zap_cache +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x90a5530f nfsiod_workqueue +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x914f132d nfs_async_iocounter_wait +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x919464bf __traceiter_nfs_xdr_status +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x91d1fe52 max_session_slots +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x927c11d6 nfs_sops +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x930dc932 nfs_wait_client_init_complete +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x95007f7e __SCK__tp_func_nfs_xdr_bad_filehandle +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x95801211 nfs_lock +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x982b8a30 nfs_statfs +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x98b0ece8 nfs_init_timeout_values +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x99445fb3 nfs_server_insert_lists +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9a35b8c1 nfs_file_fsync +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9ca6ebb7 __traceiter_nfs_xdr_bad_filehandle +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9da1098e nfs_generic_pgio +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9f61ce37 nfs_server_copy_userdata +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa00a35ae nfs_getattr +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa14cf60a nfs_commit_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa1db2d71 nfs_access_add_cache +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa2617186 alloc_nfs_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa2a26f62 nfs_do_submount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa37de34f nfs_submount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa5734646 nfs_fscache_open_file +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa5920785 nfs_write_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa619654d nfs_force_lookup_revalidate +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa6aafed3 nfs_file_llseek +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa830294e nfs_setattr +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa8e9e1ae send_implementation_id +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa92d92bd nfs_generic_pg_test +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xaafd4acc max_session_cb_slots +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb116b729 nfs_pageio_resend +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb40b5d32 nfs_pgio_header_free +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb565999e nfs_file_set_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb64af36b nfs_kill_super +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb7d10098 nfs_dreq_bytes_left +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb99baac7 nfs_init_cinfo +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xba77732d get_nfs_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xbd270125 nfs_release_request +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xbe41e8a5 nfs_alloc_fattr_with_label +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xbfe715fc nfs_request_add_commit_list_locked +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc02584f3 nfs_post_op_update_inode_force_wcc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc1abdedd nfs_zap_acl_cache +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc2359e58 nfs_alloc_inode +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 0xc6dfeade nfs_server_remove_lists +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc83746af nfs_instantiate +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc872c08d nfs_close_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc942658a nfs_unlink +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd076eb15 nfs_umount_begin +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd37cd5ab nfs_check_cache_invalid +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd5af3065 nfs_file_operations +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd5d8895b nfs_fhget +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd6f1199b nfs_show_stats +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd78b2743 nfs_pageio_init_read +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xdae9b5d7 nfs4_disable_idmapping +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xded7f282 nfs_retry_commit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe01e7620 nfs_sb_deactive +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe2c75776 nfs_link +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe82ebffd nfs4_dentry_operations +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe92794ef nfs_symlink +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xee6d5da6 nfs_sb_active +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf479b33f nfs_client_init_status +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf75ac79f nfs_init_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf96f04c4 __SCK__tp_func_nfs_fsync_enter +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfb0665b1 nfs_clone_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfb517cc1 nfs_init_commit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfc619abd _nfs_display_fhandle +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfc684a18 nfs_request_add_commit_list +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfd417766 nfs_pgio_current_mirror +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfeba11b8 nfs_alloc_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xffc60ea8 nfs_file_release +EXPORT_SYMBOL_GPL fs/nfs/nfsv3 0x23d14703 nfs3_set_ds_client +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x00683591 pnfs_generic_pg_init_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x038b4fc8 __traceiter_pnfs_mds_fallback_pg_init_write +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 0x0c916e02 nfs4_test_deviceid_unavailable +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x0cbb3192 pnfs_nfs_generic_sync +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x0ef4545c __tracepoint_pnfs_mds_fallback_pg_get_mirror_count +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x0ff289f3 __SCK__tp_func_pnfs_mds_fallback_pg_init_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x1707639e nfs4_schedule_stateid_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x1831c70a pnfs_error_mark_layout_for_return +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x1c42f86e pnfs_generic_pg_init_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x1c647f9d nfs4_mark_deviceid_unavailable +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x21a4988e pnfs_generic_pg_test +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x26a7ba36 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 0x28f089aa nfs4_sequence_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x2e1e07b0 nfs4_set_rw_stateid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x2e79bf5b __tracepoint_nfs4_pnfs_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x305930f7 nfs4_setup_sequence +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x30a44ac3 __SCK__tp_func_ff_layout_write_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x34f59702 nfs4_schedule_session_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x354feb86 pnfs_put_lseg +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x36a7869b __traceiter_pnfs_mds_fallback_pg_init_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x38e278a7 __traceiter_pnfs_mds_fallback_read_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x392b8128 pnfs_ld_read_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x3a4ac2c4 pnfs_destroy_layout +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x442ecd3e __traceiter_ff_layout_commit_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x4543e9b0 __tracepoint_pnfs_mds_fallback_read_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x456f2bb0 nfs4_find_or_create_ds_client +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x46c58538 pnfs_generic_ds_cinfo_release_lseg +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x48f75181 pnfs_generic_search_commit_reqs +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x49f7e974 pnfs_alloc_commit_array +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x4bd1203c nfs4_test_session_trunk +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x4ce64fc0 __traceiter_pnfs_mds_fallback_write_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x4cff2673 nfs4_set_ds_client +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x533c198f __SCK__tp_func_nfs4_pnfs_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x579126b8 __SCK__tp_func_pnfs_mds_fallback_read_pagelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x5831e9d3 pnfs_write_done_resend_to_mds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x5a4314e9 __SCK__tp_func_nfs4_pnfs_commit_ds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x5b06a153 __traceiter_pnfs_mds_fallback_write_pagelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x5ca3ae2b __tracepoint_pnfs_mds_fallback_pg_init_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x5cfa53db nfs42_proc_layouterror +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x5d861582 pnfs_layoutcommit_inode +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x5ee70fc3 pnfs_set_layoutcommit +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x5fccd1b6 __traceiter_ff_layout_write_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x61df27da __traceiter_nfs4_pnfs_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x65a9ed28 pnfs_generic_pg_cleanup +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x6753202a pnfs_generic_recover_commit_reqs +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x69d3558d pnfs_generic_rw_release +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x6e601a57 nfs4_put_deviceid_node +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x738a5859 pnfs_set_lo_fail +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x73fed5a5 __traceiter_pnfs_mds_fallback_pg_get_mirror_count +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x759434b9 nfs4_schedule_lease_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x785c06ab __SCK__tp_func_ff_layout_read_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x7860b9af pnfs_generic_clear_request_commit +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x7970c805 pnfs_generic_pg_readpages +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 0x7d979567 __tracepoint_pnfs_mds_fallback_write_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x80b498e1 __traceiter_nfs4_pnfs_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x80e9d17b __tracepoint_ff_layout_read_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x8591bcdb __tracepoint_nfs4_pnfs_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x8d3aad34 __tracepoint_nfs4_pnfs_commit_ds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x8dcbb7e1 nfs4_decode_mp_ds_addr +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x8ffbf21b pnfs_register_layoutdriver +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x904e8e2e pnfs_generic_commit_pagelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x905d53f2 nfs4_init_ds_session +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x913dbeba __tracepoint_ff_layout_commit_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x931d7f55 __tracepoint_pnfs_mds_fallback_pg_init_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x985e6d76 pnfs_generic_pg_writepages +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x9ab1206a pnfs_read_done_resend_to_mds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x9d5592c5 nfs4_pnfs_ds_connect +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xa02df320 nfs_map_string_to_numeric +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xa2190287 nfs41_sequence_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xa411d6c0 nfs4_init_deviceid_node +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xa51168ac __traceiter_nfs4_pnfs_commit_ds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xa9cd856c pnfs_generic_pg_check_layout +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xab85f169 pnfs_unregister_layoutdriver +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xae468604 pnfs_update_layout +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xb06d17c8 pnfs_generic_pg_check_range +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xb68f2dc0 __tracepoint_ff_layout_write_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xba53a1ef __SCK__tp_func_pnfs_mds_fallback_pg_init_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xba7ce8a1 pnfs_generic_layout_insert_lseg +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xbaac1d3b nfs4_mark_deviceid_available +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xc7a9d954 __SCK__tp_func_nfs4_pnfs_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xcb7ed01e __tracepoint_pnfs_mds_fallback_read_pagelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xcba681bc nfs4_pnfs_ds_add +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xce11f90d pnfs_ld_write_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd2cd9ea5 nfs4_schedule_lease_moved_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd334e8b2 pnfs_generic_sync +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd585e0df nfs4_find_get_deviceid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd739dfb3 pnfs_read_resend_pnfs +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd9b48cb5 pnfs_generic_ds_cinfo_destroy +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xda9904ba pnfs_generic_scan_commit_lists +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xdad118ec nfs_remove_bad_delegation +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xdb92e38d pnfs_generic_write_commit_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xdc1237e5 nfs4_proc_getdeviceinfo +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xdd2bed91 nfs4_delete_deviceid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xde6d5f9d pnfs_report_layoutstat +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xdf6991a4 __SCK__tp_func_pnfs_mds_fallback_write_pagelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xdf8fec8f pnfs_generic_prepare_to_resend_writes +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xe040788f __tracepoint_pnfs_mds_fallback_write_pagelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xe6d36274 pnfs_free_commit_array +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xed15fb41 nfs4_print_deviceid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xefd7eddd __traceiter_pnfs_mds_fallback_read_pagelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf1ac44b0 pnfs_layout_mark_request_commit +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf30171e3 __traceiter_ff_layout_read_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf5d7eab6 nfs4_pnfs_ds_put +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf7801360 nfs41_maxgetdevinfo_overhead +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf86fe31b pnfs_add_commit_array +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf999267e pnfs_generic_commit_release +EXPORT_SYMBOL_GPL fs/nfs_common/grace 0x1fe1e1ad locks_end_grace +EXPORT_SYMBOL_GPL fs/nfs_common/grace 0x5281ec7b locks_in_grace +EXPORT_SYMBOL_GPL fs/nfs_common/grace 0x78454da7 opens_in_grace +EXPORT_SYMBOL_GPL fs/nfs_common/grace 0xdb7ba3fb locks_start_grace +EXPORT_SYMBOL_GPL fs/nfs_common/nfs_acl 0x07392762 nfs_stream_encode_acl +EXPORT_SYMBOL_GPL fs/nfs_common/nfs_acl 0x0881bc1e nfs_stream_decode_acl +EXPORT_SYMBOL_GPL fs/nfs_common/nfs_acl 0x7ab92e8c nfsacl_decode +EXPORT_SYMBOL_GPL fs/nfs_common/nfs_acl 0xfda41120 nfsacl_encode +EXPORT_SYMBOL_GPL fs/nfsd/nfsd 0x6392a904 nfsd4_ssc_init_umount_work +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x14ce3f34 o2hb_register_callback +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x1cb231d0 mlog_not_bits +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x1ebd4fa2 o2hb_unregister_callback +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x25ceca99 o2nm_node_get +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x3510c58d o2hb_setup_callback +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 0x582f8d06 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 0x687f6251 mlog_and_bits +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x6a0c3847 __mlog_printk +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 0xa9b3c693 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 0xe0c62513 o2nm_node_put +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 0x234e1e29 dlm_register_eviction_cb +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0x3a3c1b8a dlm_unregister_domain +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0x6d993368 dlmlock +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0x7a1211f8 dlm_setup_eviction_cb +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0x8d4c22fa dlm_print_one_lock +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0xba0b40e1 dlm_register_domain +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0xce0e4541 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 0x3b133404 ocfs2_plock +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x4d3af7fa ocfs2_cluster_hangup +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x59d82181 ocfs2_kset +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x76f40744 ocfs2_dlm_lvb +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x8018795d 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 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 0xcd795498 ocfs2_stack_glue_unregister +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 0x62af6d94 register_pstore_device +EXPORT_SYMBOL_GPL fs/pstore/pstore_blk 0x98718b4a unregister_pstore_device +EXPORT_SYMBOL_GPL fs/pstore/pstore_zone 0x20bb21d7 unregister_pstore_zone +EXPORT_SYMBOL_GPL fs/pstore/pstore_zone 0x989eace1 register_pstore_zone +EXPORT_SYMBOL_GPL fs/smb/common/cifs_arc4 0xabd9af6d cifs_arc4_crypt +EXPORT_SYMBOL_GPL fs/smb/common/cifs_arc4 0xc4c73891 cifs_arc4_setkey +EXPORT_SYMBOL_GPL fs/smb/common/cifs_md4 0x798f3830 cifs_md4_init +EXPORT_SYMBOL_GPL fs/smb/common/cifs_md4 0xceecd9e4 cifs_md4_final +EXPORT_SYMBOL_GPL fs/smb/common/cifs_md4 0xdef1096d cifs_md4_update +EXPORT_SYMBOL_GPL lib/842/842_compress 0xcf048a91 sw842_compress +EXPORT_SYMBOL_GPL lib/842/842_decompress 0xa4adedf1 sw842_decompress +EXPORT_SYMBOL_GPL lib/crc4 0x696b3a5a crc4 +EXPORT_SYMBOL_GPL lib/crypto/libdes 0x0105b595 des_encrypt +EXPORT_SYMBOL_GPL lib/crypto/libdes 0x574eda34 des3_ede_decrypt +EXPORT_SYMBOL_GPL lib/crypto/libdes 0x856a5ef3 des3_ede_encrypt +EXPORT_SYMBOL_GPL lib/crypto/libdes 0xa6aa9857 des_decrypt +EXPORT_SYMBOL_GPL lib/crypto/libdes 0xa77b3b62 des3_ede_expand_key +EXPORT_SYMBOL_GPL lib/crypto/libdes 0xa8fb743d des_expand_key +EXPORT_SYMBOL_GPL lib/crypto/libpoly1305 0x39e8fa4b poly1305_update_generic +EXPORT_SYMBOL_GPL lib/crypto/libpoly1305 0x4a833012 poly1305_final_generic +EXPORT_SYMBOL_GPL lib/crypto/libpoly1305 0x8c874435 poly1305_init_generic +EXPORT_SYMBOL_GPL lib/notifier-error-inject 0x0e09d9b5 notifier_err_inject_init +EXPORT_SYMBOL_GPL lib/notifier-error-inject 0x9a8c30c4 notifier_err_inject_dir +EXPORT_SYMBOL_GPL lib/polynomial 0xb8b44e50 polynomial_calc +EXPORT_SYMBOL_GPL lib/raid6/raid6_pq 0x021957e1 raid6_datap_recov +EXPORT_SYMBOL_GPL lib/raid6/raid6_pq 0x0f8a2742 raid6_2data_recov +EXPORT_SYMBOL_GPL lib/raid6/raid6_pq 0x39a7ce3a raid6_call +EXPORT_SYMBOL_GPL net/6lowpan/6lowpan 0x87e71aa0 lowpan_header_decompress +EXPORT_SYMBOL_GPL net/6lowpan/6lowpan 0xbd3b9a3f lowpan_header_compress +EXPORT_SYMBOL_GPL net/802/garp 0x36475052 garp_request_leave +EXPORT_SYMBOL_GPL net/802/garp 0x56d1ac13 garp_register_application +EXPORT_SYMBOL_GPL net/802/garp 0x59fb7664 garp_request_join +EXPORT_SYMBOL_GPL net/802/garp 0x60a366af garp_uninit_applicant +EXPORT_SYMBOL_GPL net/802/garp 0x68a91127 garp_init_applicant +EXPORT_SYMBOL_GPL net/802/garp 0xa372c9f0 garp_unregister_application +EXPORT_SYMBOL_GPL net/802/mrp 0x3cedf47f mrp_init_applicant +EXPORT_SYMBOL_GPL net/802/mrp 0x676de2df mrp_request_leave +EXPORT_SYMBOL_GPL net/802/mrp 0x93daeae1 mrp_uninit_applicant +EXPORT_SYMBOL_GPL net/802/mrp 0xa23d9d27 mrp_unregister_application +EXPORT_SYMBOL_GPL net/802/mrp 0xa46c8c36 mrp_register_application +EXPORT_SYMBOL_GPL net/802/mrp 0xa892671a mrp_request_join +EXPORT_SYMBOL_GPL net/802/stp 0x4ee3b919 stp_proto_unregister +EXPORT_SYMBOL_GPL net/802/stp 0x7d7b5369 stp_proto_register +EXPORT_SYMBOL_GPL net/9p/9pnet 0xa104645f p9_client_xattrwalk +EXPORT_SYMBOL_GPL net/9p/9pnet 0xa4ef5dd0 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 0x51859be1 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 0x27c08355 l2cap_add_psm +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0x5ecf6c86 l2cap_chan_list +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0x611cc3d8 bt_debugfs +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0x814988de l2cap_chan_create +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0xa86296dc l2cap_chan_send +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0xc2a7636b l2cap_chan_put +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0xc847e0ee l2cap_chan_del +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0xe3a0aa09 l2cap_chan_connect +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0xf4b1d692 l2cap_chan_set_defaults +EXPORT_SYMBOL_GPL net/bluetooth/hidp/hidp 0x5938805b hidp_hid_driver +EXPORT_SYMBOL_GPL net/bridge/bridge 0x04438632 br_vlan_get_info +EXPORT_SYMBOL_GPL net/bridge/bridge 0x06ff80da br_vlan_get_pvid +EXPORT_SYMBOL_GPL net/bridge/bridge 0x0fbe7fe1 br_multicast_has_querier_anywhere +EXPORT_SYMBOL_GPL net/bridge/bridge 0x12f2f7e0 br_dev_queue_push_xmit +EXPORT_SYMBOL_GPL net/bridge/bridge 0x1c6f8fb3 br_multicast_has_router_adjacent +EXPORT_SYMBOL_GPL net/bridge/bridge 0x23973baf br_vlan_enabled +EXPORT_SYMBOL_GPL net/bridge/bridge 0x25dc2d80 br_forward +EXPORT_SYMBOL_GPL net/bridge/bridge 0x2afa98bd br_multicast_list_adjacent +EXPORT_SYMBOL_GPL net/bridge/bridge 0x438974d3 br_port_get_stp_state +EXPORT_SYMBOL_GPL net/bridge/bridge 0x49c84b49 br_multicast_router +EXPORT_SYMBOL_GPL net/bridge/bridge 0x5059e91d br_multicast_has_querier_adjacent +EXPORT_SYMBOL_GPL net/bridge/bridge 0x5dc06050 br_mst_enabled +EXPORT_SYMBOL_GPL net/bridge/bridge 0x6740d021 br_vlan_get_pvid_rcu +EXPORT_SYMBOL_GPL net/bridge/bridge 0x730d4f82 nf_br_ops +EXPORT_SYMBOL_GPL net/bridge/bridge 0x7388bf2b br_multicast_enabled +EXPORT_SYMBOL_GPL net/bridge/bridge 0x88a88dee br_mst_get_state +EXPORT_SYMBOL_GPL net/bridge/bridge 0x9696a05f br_fdb_clear_offload +EXPORT_SYMBOL_GPL net/bridge/bridge 0x9807aca6 br_handle_frame_finish +EXPORT_SYMBOL_GPL net/bridge/bridge 0x99dbe48e br_vlan_get_proto +EXPORT_SYMBOL_GPL net/bridge/bridge 0x9b82a56d br_get_ageing_time +EXPORT_SYMBOL_GPL net/bridge/bridge 0xa8ca3f86 br_mst_get_info +EXPORT_SYMBOL_GPL net/bridge/bridge 0xc1dd6618 br_vlan_get_info_rcu +EXPORT_SYMBOL_GPL net/bridge/bridge 0xca6772d5 br_port_flag_is_set +EXPORT_SYMBOL_GPL net/bridge/bridge 0xd55d9d39 br_forward_finish +EXPORT_SYMBOL_GPL net/bridge/bridge 0xf53b55ad br_fdb_find_port +EXPORT_SYMBOL_GPL net/core/failover 0x07cb3569 failover_unregister +EXPORT_SYMBOL_GPL net/core/failover 0x5920ab81 failover_register +EXPORT_SYMBOL_GPL net/core/failover 0x997e1bb9 failover_slave_unregister +EXPORT_SYMBOL_GPL net/dccp/dccp 0x0e711d79 dccp_send_sync +EXPORT_SYMBOL_GPL net/dccp/dccp 0x182ec2bf dccp_ackvec_parsed_add +EXPORT_SYMBOL_GPL net/dccp/dccp 0x2075b378 dccp_connect +EXPORT_SYMBOL_GPL net/dccp/dccp 0x29371859 dccp_disconnect +EXPORT_SYMBOL_GPL net/dccp/dccp 0x361af8ff dccp_getsockopt +EXPORT_SYMBOL_GPL net/dccp/dccp 0x434d2703 dccp_reqsk_send_ack +EXPORT_SYMBOL_GPL net/dccp/dccp 0x4cd34b91 inet_dccp_listen +EXPORT_SYMBOL_GPL net/dccp/dccp 0x4cdd391d dccp_feat_list_purge +EXPORT_SYMBOL_GPL net/dccp/dccp 0x5533a2f8 dccp_check_req +EXPORT_SYMBOL_GPL net/dccp/dccp 0x59814a84 dccp_statistics +EXPORT_SYMBOL_GPL net/dccp/dccp 0x61251e42 dccp_rcv_established +EXPORT_SYMBOL_GPL net/dccp/dccp 0x69521c7a dccp_create_openreq_child +EXPORT_SYMBOL_GPL net/dccp/dccp 0x69763fc2 dccp_send_ack +EXPORT_SYMBOL_GPL net/dccp/dccp 0x74244038 dccp_reqsk_init +EXPORT_SYMBOL_GPL net/dccp/dccp 0x7bf8519f dccp_recvmsg +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 0x8cb9cca4 dccp_make_response +EXPORT_SYMBOL_GPL net/dccp/dccp 0x8f725e8d dccp_done +EXPORT_SYMBOL_GPL net/dccp/dccp 0x916c0503 dccp_parse_options +EXPORT_SYMBOL_GPL net/dccp/dccp 0x9598d24d dccp_ackvec_parsed_cleanup +EXPORT_SYMBOL_GPL net/dccp/dccp 0x97ff7141 dccp_ctl_make_reset +EXPORT_SYMBOL_GPL net/dccp/dccp 0x9a80f9c2 dccp_close +EXPORT_SYMBOL_GPL net/dccp/dccp 0x9b343fdc dccp_child_process +EXPORT_SYMBOL_GPL net/dccp/dccp 0x9f1b7584 dccp_death_row +EXPORT_SYMBOL_GPL net/dccp/dccp 0xa03a4174 dccp_hashinfo +EXPORT_SYMBOL_GPL net/dccp/dccp 0xa1989602 dccp_set_state +EXPORT_SYMBOL_GPL net/dccp/dccp 0xa1aa281f dccp_sendmsg +EXPORT_SYMBOL_GPL net/dccp/dccp 0xa42b4d25 dccp_destroy_sock +EXPORT_SYMBOL_GPL net/dccp/dccp 0xaa979a3a dccp_sync_mss +EXPORT_SYMBOL_GPL net/dccp/dccp 0xadba3d44 dccp_shutdown +EXPORT_SYMBOL_GPL net/dccp/dccp 0xb8da1bfe dccp_feat_signal_nn_change +EXPORT_SYMBOL_GPL net/dccp/dccp 0xc1b00d85 dccp_ioctl +EXPORT_SYMBOL_GPL net/dccp/dccp 0xc5a42fa0 dccp_destruct_common +EXPORT_SYMBOL_GPL net/dccp/dccp 0xcba20630 dccp_insert_option +EXPORT_SYMBOL_GPL net/dccp/dccp 0xcc83d364 dccp_poll +EXPORT_SYMBOL_GPL net/dccp/dccp 0xd75b7072 dccp_orphan_count +EXPORT_SYMBOL_GPL net/dccp/dccp 0xd765682a dccp_feat_nn_get +EXPORT_SYMBOL_GPL net/dccp/dccp 0xda1ee5de dccp_init_sock +EXPORT_SYMBOL_GPL net/dccp/dccp 0xddbdd222 dccp_setsockopt +EXPORT_SYMBOL_GPL net/dccp/dccp 0xf5761de7 dccp_rcv_state_process +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x0fd216ca dccp_v4_send_check +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x1f47f035 dccp_invalid_packet +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x41800a5d dccp_v4_connect +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x7b1af43f dccp_v4_request_recv_sock +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x92bd566e dccp_v4_do_rcv +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x9875f999 dccp_v4_conn_request +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x006b7725 dsa_switch_suspend +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x01a2bf69 dsa_mdb_present_in_other_db +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x0c6039ac dsa_flush_workqueue +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x10414cf6 dsa_devlink_resource_occ_get_register +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x2f370b4d dsa_tag_8021q_bridge_join +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x3c05c183 dsa_fdb_present_in_other_db +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 0x50a7fabc dsa_8021q_rcv +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x56f7dd36 dsa_tag_8021q_unregister +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x590050f6 dsa_port_phylink_mac_change +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x6674c7e4 dsa_devlink_resource_occ_get_unregister +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x72aff79f dsa_port_from_netdev +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x908d2c10 dsa_devlink_params_unregister +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x9676ad25 dsa_tag_8021q_register +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x981a0c07 dsa_devlink_params_register +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x9b344b37 dsa_devlink_port_region_create +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x9cb49f78 dsa_devlink_region_create +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x9e59271d dsa_8021q_rx_source_port +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xa2d12c67 dsa_tag_8021q_standalone_vid +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xac78914b dsa_slave_dev_check +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xb2cead42 dsa_tag_drivers_register +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xb724d4fa dsa_devlink_resources_unregister +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xb9435642 dsa_switch_resume +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xc23e8d5f dsa_devlink_region_destroy +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xc94170da dsa_tag_drivers_unregister +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xcb0549ca dsa_switch_shutdown +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xcc29ef46 dsa_devlink_resource_register +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xd077e855 dsa_devlink_param_get +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xd5f69e8c dsa_8021q_xmit +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xdb80eff2 dsa_register_switch +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xe53e2c85 dsa_tag_8021q_bridge_leave +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xe984972c dsa_tag_8021q_find_port_by_vbid +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xf13e1803 vid_is_dsa_8021q +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xf24d6a49 dsa_switch_find +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xf2af1818 dsa_unregister_switch +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xf6dea8e8 dsa_enqueue_skb +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xfd3e2b67 dsa_devlink_param_set +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x447a24fd ieee802154_hdr_pull +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x6365a4e4 ieee802154_hdr_push +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x87e2553b ieee802154_max_payload +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x8a0bf13a ieee802154_hdr_peek_addrs +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0xb9311122 nl802154_scan_event +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0xdec7cdbf ieee802154_hdr_peek +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 0xaec4ec8a ife_decode +EXPORT_SYMBOL_GPL net/ife/ife 0xbbaf8c22 ife_encode +EXPORT_SYMBOL_GPL net/ife/ife 0xe7888e98 ife_tlv_meta_encode +EXPORT_SYMBOL_GPL net/ipv4/esp4 0x2d08a30e esp_input_done2 +EXPORT_SYMBOL_GPL net/ipv4/esp4 0x72ff43c1 esp_output_tail +EXPORT_SYMBOL_GPL net/ipv4/esp4 0xbd01dc0e esp_output_head +EXPORT_SYMBOL_GPL net/ipv4/gre 0x191924d8 gre_del_protocol +EXPORT_SYMBOL_GPL net/ipv4/gre 0x36df743a gre_add_protocol +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x71226d1d inet_sk_diag_fill +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x80cca262 inet_diag_bc_sk +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x862cfd58 inet_diag_msg_attrs_fill +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0xaf520cbf inet_diag_dump_icsk +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0xb094ee70 inet_diag_msg_common_fill +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0xc1a1f251 inet_diag_dump_one_icsk +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0xc3b72f51 inet_diag_register +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0xd7f72606 inet_diag_find_one_icsk +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0xeaab8672 inet_diag_unregister +EXPORT_SYMBOL_GPL net/ipv4/ip_gre 0x43791729 gretap_fb_dev_create +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x2ce3a07d ip_md_tunnel_xmit +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x3379891e ip_tunnel_siocdevprivate +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x41b97a6e ip_tunnel_encap_setup +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x42c63c34 ip_tunnel_setup +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x4bf12742 __ip_tunnel_change_mtu +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x534f49ed ip_tunnel_init +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x54d19a14 ip_tunnel_newlink +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x573ccc8c ip_tunnel_changelink +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x72adb9bf ip_tunnel_rcv +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x82c9b300 ip_tunnel_uninit +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x8ab6d005 ip_tunnel_change_mtu +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x8f5457d2 ip_tunnel_delete_nets +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xb4436858 ip_tunnel_ctl +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xbd3c1bd6 ip_tunnel_lookup +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xeef4bb53 ip_tunnel_dellink +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xf128ba8f ip_tunnel_xmit +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xf91d6663 ip_tunnel_init_net +EXPORT_SYMBOL_GPL net/ipv4/netfilter/arp_tables 0x79bb1659 arpt_alloc_initial_table +EXPORT_SYMBOL_GPL net/ipv4/netfilter/ip_tables 0x6c90b948 ipt_alloc_initial_table +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_defrag_ipv4 0x0b5b014e nf_defrag_ipv4_disable +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_defrag_ipv4 0xb957386e nf_defrag_ipv4_enable +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_dup_ipv4 0x84b04b40 nf_dup_ipv4 +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0x29e2fcb2 nf_reject_skb_v4_unreach +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0x330bf19a nf_reject_ip_tcphdr_get +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0x3688a3a1 nf_reject_ip_tcphdr_put +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0x45a60115 nf_reject_iphdr_put +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0xa4863c97 nf_reject_skb_v4_tcp_reset +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0xd8c34c4f nf_send_unreach +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0xdf126807 nf_send_reset +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_socket_ipv4 0x395a52b3 nf_sk_lookup_slow_v4 +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_tproxy_ipv4 0x41cb53dc nf_tproxy_get_sock_v4 +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_tproxy_ipv4 0x66c260c5 nf_tproxy_handle_time_wait4 +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_tproxy_ipv4 0xf3a947da nf_tproxy_laddr4 +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nft_fib_ipv4 0xd721b3e6 nft_fib4_eval_type +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nft_fib_ipv4 0xf56c378c nft_fib4_eval +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x0d615fb0 tcp_vegas_init +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x29f561cf tcp_vegas_state +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x744d2ca0 tcp_vegas_get_info +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x8a40e8ab tcp_vegas_cwnd_event +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0xe1dd1f79 tcp_vegas_pkts_acked +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0x16ee1f19 udp_tunnel_xmit_skb +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0x347e3b62 udp_tunnel_notify_add_rx_port +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0x56eec717 udp_tun_rx_dst +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0x7362ce1f udp_tunnel_push_rx_port +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0x9f5c72c1 udp_tunnel_notify_del_rx_port +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0xcab46374 udp_tunnel_sock_release +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0xcc8c143e setup_udp_tunnel_sock +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0xcf750d06 udp_tunnel_drop_rx_port +EXPORT_SYMBOL_GPL net/ipv6/esp6 0x10a23f34 esp6_output_head +EXPORT_SYMBOL_GPL net/ipv6/esp6 0x9b1b8a28 esp6_output_tail +EXPORT_SYMBOL_GPL net/ipv6/esp6 0xfd792eac esp6_input_done2 +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0x6ebbe07d ip6_tnl_rcv_ctl +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0x74d9b56f ip6_tnl_xmit_ctl +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0x7debdf4a ip6_tnl_encap_setup +EXPORT_SYMBOL_GPL net/ipv6/ip6_udp_tunnel 0x74fe76f3 udp_tunnel6_xmit_skb +EXPORT_SYMBOL_GPL net/ipv6/ip6_udp_tunnel 0xcc62a7b3 udp_sock_create6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/ip6_tables 0xdaecc848 ip6t_alloc_initial_table +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_defrag_ipv6 0x257c43f3 nf_defrag_ipv6_disable +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_defrag_ipv6 0xc871f2dc nf_defrag_ipv6_enable +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_defrag_ipv6 0xeadfc164 nf_ct_frag6_gather +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_dup_ipv6 0x3bb3960a nf_dup_ipv6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0x04ba7a4b nf_reject_skb_v6_tcp_reset +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0x124d3bb9 nf_send_unreach6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0x243da442 nf_reject_skb_v6_unreach +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0x2f283d7c nf_reject_ip6_tcphdr_put +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0x37ded92f nf_send_reset6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0x678b054e nf_reject_ip6_tcphdr_get +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0xe2e0d065 nf_reject_ip6hdr_put +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_socket_ipv6 0xbe3df3da nf_sk_lookup_slow_v6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_tproxy_ipv6 0x2c255059 nf_tproxy_handle_time_wait6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_tproxy_ipv6 0xc704bb91 nf_tproxy_laddr6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_tproxy_ipv6 0xe7c8dcf9 nf_tproxy_get_sock_v6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nft_fib_ipv6 0x149f6e9b nft_fib6_eval +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nft_fib_ipv6 0x3fb8c2e0 nft_fib6_eval_type +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x135f5339 l2tp_udp_encap_recv +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x18411843 l2tp_session_register +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x1929e484 l2tp_tunnel_get_nth +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x42094b6e l2tp_tunnel_get_session +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x4f97fed2 l2tp_session_dec_refcount +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x520f355a l2tp_sk_to_tunnel +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x53a63860 l2tp_session_get +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x617e6002 l2tp_xmit_skb +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x67c5902b l2tp_tunnel_get +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x7506aad4 l2tp_session_get_nth +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x8c1ff3f6 l2tp_session_delete +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x8f17ad29 l2tp_tunnel_create +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x8f253b8b l2tp_session_get_by_ifname +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x9334f14c l2tp_recv_common +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x9bffed89 l2tp_session_create +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x9faca3ba l2tp_tunnel_register +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xa421ab54 l2tp_session_set_header_len +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xa4d40ce2 l2tp_tunnel_dec_refcount +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xc5729c73 l2tp_tunnel_inc_refcount +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xdae70287 l2tp_session_inc_refcount +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xf5c4f69e l2tp_tunnel_delete +EXPORT_SYMBOL_GPL net/l2tp/l2tp_ip 0x64cb67ee l2tp_ioctl +EXPORT_SYMBOL_GPL net/l2tp/l2tp_netlink 0x337f2432 l2tp_nl_unregister_ops +EXPORT_SYMBOL_GPL net/l2tp/l2tp_netlink 0xb9779f04 l2tp_nl_register_ops +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x169ac704 ieee80211_iterate_active_interfaces_atomic +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x16ad7c5f ieee80211_tkip_add_iv +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x17049bac ieee80211_gtk_rekey_add +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x1dab0efe ieee80211_set_key_rx_seq +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x1ec0b9b7 ieee80211_gtk_rekey_notify +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x30dae86c ieee80211_iterate_active_interfaces_mtx +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x3d9b7400 ieee80211_iterate_stations_atomic +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x45b7affd ieee80211_remain_on_channel_expired +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x5052b912 ieeee80211_obss_color_collision_notify +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x553a8317 ieee80211_set_active_links +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x62033e06 ieee80211_calc_rx_airtime +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x67bfb3e7 ieee80211_hw_restart_disconnect +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x76a16dfc ieee80211_iterate_stations +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x8021b7ca ieee80211_find_sta_by_ifaddr +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x9e1c1431 ieee80211_key_replay +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xb04c2821 ieee80211_iterate_interfaces +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xb369f4cc ieee80211_color_change_finish +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xcf4e333e ieee80211_request_smps +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xd004ea88 ieee80211_key_mic_failure +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xd0ff6098 ieee80211_ave_rssi +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xd45e6d71 ieee80211_resume_disconnect +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xdd2428b0 ieee80211_update_mu_groups +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xe8630e7f ieee80211_vif_to_wdev +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xea792270 ieee80211_remove_key +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xed068108 ieee80211_find_sta_by_link_addrs +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xf4e43a03 ieee80211_ready_on_channel +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xf54324c9 wdev_to_ieee80211_vif +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xf80618b3 ieee80211_set_active_links_async +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xf98e50c9 ieee80211_calc_tx_airtime +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xfb9454fe ieee80211_iter_chan_contexts_atomic +EXPORT_SYMBOL_GPL net/mpls/mpls_router 0x28ef0741 mpls_dev_mtu +EXPORT_SYMBOL_GPL net/mpls/mpls_router 0x7db9a7c6 nla_put_labels +EXPORT_SYMBOL_GPL net/mpls/mpls_router 0x8ee316eb nla_get_labels +EXPORT_SYMBOL_GPL net/mpls/mpls_router 0xa49d56ce mpls_stats_inc_outucastpkts +EXPORT_SYMBOL_GPL net/mpls/mpls_router 0xc72628d5 mpls_pkt_too_big +EXPORT_SYMBOL_GPL net/mpls/mpls_router 0xe31cf02a mpls_output_possible +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x1f7c51a7 ip_set_get_extensions +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x20076e41 ip_set_elem_len +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x22d966c6 ip_set_range_to_cidr +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x341355c8 ip_set_put_extensions +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x36ff3d21 ip_set_type_register +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x397f6231 ip_set_free +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x3a627fd4 ip_set_get_byname +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x4a2b8729 ip_set_add +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x6344eaf6 ip_set_alloc +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x643ee194 ip_set_type_unregister +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x65e769b2 ip_set_init_comment +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x6f5b167f ip_set_extensions +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x7924b6de ip_set_hostmask_map +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x81e3ab7b ip_set_nfnl_put +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x81fff2d1 ip_set_netmask_map +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x88fd8c89 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 0x9edab566 ip_set_del +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xa293f8a6 ip_set_get_ipaddr4 +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xbb714a52 ip_set_get_ip6_port +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xcaa634ea ip_set_test +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xd7801bdb ip_set_get_ip4_port +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xec9fc307 ip_set_name_byindex +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xf0c83dd7 ip_set_nfnl_get_byindex +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xf27d4eb4 ip_set_match_extensions +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xf6440aa4 ip_set_put_flags +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0x613b2178 ip_vs_conn_in_get_proto +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0x67d3e515 unregister_ip_vs_pe +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0x833b1b8d register_ip_vs_pe +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0x942bc5f3 ip_vs_conn_out_get_proto +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0x005dd96c nf_conncount_count +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0x0144a840 nf_conncount_gc_list +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0x24297bde nf_conncount_init +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0x3942a223 nf_conncount_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0x5aba9fda nf_conncount_list_init +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0x82f051e6 nf_conncount_add +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0xb2d711d4 nf_conncount_cache_free +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x03fa3245 nf_conntrack_unregister_notifier +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 0x0c83e4f8 nf_nat_helper_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0cb5854f nf_ct_set_timeout +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x122237a9 nf_ct_helper_expectfn_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x155cf470 nf_ct_tcp_seqadj_set +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x1876a866 nf_ct_unlink_expect_report +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x1cf03c85 nf_ct_helper +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x1fc4df3f nf_ct_ecache_ext_add +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x2024e2cc nf_ct_expect_init +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x24246fd5 nf_conntrack_tuple_taken +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x2509c507 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 0x2a4e4510 nf_ct_seqadj_init +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x2cf8af70 nf_ct_expect_find_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x2dbf2fac nf_ct_netns_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x2fb890d6 nf_ct_gre_keymap_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x2fe8e79b __nf_ct_change_status +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x31b04886 nf_ct_remove_expect +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x329cc373 nf_ct_expect_related_report +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x3359ff86 nf_ct_iterate_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x33da5657 nf_ct_seq_offset +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x3dbfd8e3 nf_conntrack_helper_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x3fac2721 nf_conntrack_helper_try_module_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x42c3d2b1 nf_ct_get_id +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x4578170b nf_ct_expect_iterate_net +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x473e385d nf_conntrack_lock +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x4864368f __nf_ct_refresh_acct +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x49975036 nf_ct_bridge_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x4c6d0067 nf_ct_seq_adjust +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x4ea258d2 nf_conntrack_expect_lock +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x4fc08467 nf_conntrack_hash_check_insert +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x56c83800 nf_ct_tmpl_free +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x5ee07373 nf_ct_seqadj_set +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x5f31dfd3 nf_ct_helper_expectfn_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x617b8b14 nf_connlabels_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x6356bdd4 __nf_conntrack_confirm +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x673d6f20 nf_ct_helper_log +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x693c3961 nf_ct_helper_hash +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x6aa8a76c nf_ct_gre_keymap_add +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x6c509dda nf_conntrack_eventmask_report +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x7139b4de nf_ct_get_tuplepr +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x752f0aa2 nf_ct_port_nlattr_to_tuple +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x771a0ae3 nf_ct_helper_expectfn_find_by_symbol +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x77af2a24 nf_ct_deliver_cached_events +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x797ce12f nf_conntrack_free +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x7ae11c60 nf_ct_helper_ext_add +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x7de110cc nf_connlabels_replace +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x7f1c6798 nf_ct_expect_alloc +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8483df59 nf_conntrack_find_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8504a74c nf_ct_helper_init +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x87e1dec2 nf_conntrack_register_notifier +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8c6e11f4 nf_conntrack_locks +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8ca446a6 nf_ct_helper_expectfn_find_by_name +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8ffe7e89 nf_conntrack_htable_size +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x904f7acd nf_ct_add_helper +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x909127e4 nf_connlabels_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x932d20a6 nf_ct_change_status_common +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x96528cf3 nf_ct_expect_iterate_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x9d7f2d47 nf_ct_l4proto_log_invalid +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x9ecde09d nf_ct_kill_acct +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xa21fd692 nf_conntrack_helper_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xa8954873 __nf_ct_expect_find +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xaf4fd00f nf_nat_helper_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb00f919b __nf_conntrack_helper_find +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb08dbde8 __nf_ct_change_timeout +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb39356f5 nf_ct_port_nla_policy +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb707368c nf_ct_untimeout +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb7970519 nf_ct_acct_add +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb96430ab nf_ct_bridge_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xbca71bf4 nf_ct_delete +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc18ac88d nf_ct_expect_hsize +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc1d0c622 __nf_ct_try_assign_helper +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc40f284c nf_ct_helper_hsize +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xcb41870c nf_conntrack_in +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd17fb6f4 nf_conntrack_helper_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd2b16160 nf_conntrack_helpers_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd4117237 nf_conntrack_count +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd505c3e0 nf_ct_port_nlattr_tuple_size +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xdf5deff4 nf_ct_tmpl_alloc +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xdf7ce77c nf_ct_l4proto_find +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xe23bb827 nf_ct_timeout_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xe7b6c22f nf_nat_helper_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xe8a82501 nf_conntrack_alter_reply +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xeaaf7cac nf_ct_port_tuple_to_nlattr +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xeb0af4a2 nf_ct_netns_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xec8beba6 nf_ct_expect_hash +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf06a1232 nf_conn_pernet_ecache +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf19198a1 nf_ct_destroy_timeout +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf20f0054 nf_ct_expect_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf38bcdf3 nf_conntrack_max +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf3a6b39e nf_conntrack_helpers_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf54ec2db nf_confirm +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf563db01 nf_ct_remove_expectations +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf6214866 nf_ct_unexpect_related +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xfc90951a nf_conntrack_alloc +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xfd1d9fbb nf_ct_iterate_cleanup_net +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_amanda 0x43d95be8 nf_nat_amanda_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_broadcast 0x0902aa77 nf_conntrack_broadcast_help +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_ftp 0x291952ec nf_nat_ftp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x123e74d6 nfct_h323_nat_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0xaa95f543 get_h225_addr +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_irc 0x64b46158 nf_nat_irc_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_pptp 0x6cb8a22d nf_nat_pptp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x04cf04d2 ct_sip_parse_request +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x56cfa5c3 ct_sip_get_sdp_header +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x7289f708 nf_nat_sip_hooks +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x9a9773af ct_sip_parse_numerical_param +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0xb86d171e ct_sip_parse_header_uri +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0xf01586f3 ct_sip_parse_address_param +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0xf11b044e ct_sip_get_header +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_snmp 0xf6b9828b nf_nat_snmp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_tftp 0x2a9a4913 nf_nat_tftp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_dup_netdev 0x9d9b6c9a nft_fwd_dup_netdev_offload +EXPORT_SYMBOL_GPL net/netfilter/nf_dup_netdev 0xd326d779 nf_dup_netdev_egress +EXPORT_SYMBOL_GPL net/netfilter/nf_dup_netdev 0xe3f19f76 nf_fwd_netdev_egress +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x03c8cad5 flow_offload_refresh +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x144c0589 nf_flow_rule_route_ipv4 +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x1f59cdc3 nf_flow_table_init +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x204138b6 nf_flow_dnat_port +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x205e9bf5 flow_offload_route_init +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x3c875765 nf_flow_table_cleanup +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x50da1cb4 flow_offload_free +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x6df352e0 flow_offload_teardown +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x726a01cf flow_offload_lookup +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x821a74c5 nf_flow_table_offload_setup +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x9717a6bc nf_flow_table_free +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x9bfdb1cb nf_flow_offload_ip_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xa6288006 flow_offload_alloc +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xb829d312 flow_offload_add +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xcb5802ba nf_flow_offload_ipv6_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xd3397e23 nf_flow_rule_route_ipv6 +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xdc717343 nf_flow_snat_port +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x032222ba nf_nat_icmpv6_reply_translation +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x157b4981 nf_ct_nat_ext_add +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x23c3cf86 nf_ct_nat +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x3bc17c49 nf_nat_masquerade_inet_register_notifiers +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x3c091042 nf_nat_inet_register_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x3cad9c62 nf_nat_icmp_reply_translation +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x43d029d8 nf_nat_ipv6_unregister_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x58399733 nf_nat_redirect_ipv4 +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x58888dbc nf_nat_inet_unregister_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x6dfe4fdd nf_nat_inet_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x8c6dfea9 nf_nat_masquerade_ipv6 +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x8e2b523e nf_nat_ipv6_register_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x90d5d712 nf_nat_redirect_ipv6 +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x9c44379c nf_nat_exp_find_port +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xa2f09932 nf_nat_masquerade_ipv4 +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xad3bd67f nf_nat_ipv4_unregister_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xc51e5df3 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 0xfcaed7af nf_nat_packet +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xffebcf5d nf_nat_alloc_null_binding +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x190bf59e nf_synproxy_ipv4_fini +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x1c13771c ipv4_synproxy_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x1f099794 synproxy_init_timestamp_cookie +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x41e0da37 synproxy_send_client_synack +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x580110f8 nf_synproxy_ipv6_fini +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x9e0f6142 nf_synproxy_ipv4_init +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xc2d336b5 synproxy_recv_client_ack_ipv6 +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xc876d78b synproxy_recv_client_ack +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xca9fc082 synproxy_net_id +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xcfd0a782 ipv6_synproxy_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xd4716945 synproxy_parse_options +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xdf058424 nf_synproxy_ipv6_init +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xe37f9d91 synproxy_send_client_synack_ipv6 +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x055f4db8 nft_meta_get_reduce +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x061d56ce nft_reg_track_cancel +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x0afee4b2 nft_meta_set_eval +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x11fdfbfd nft_meta_set_validate +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x12c7e3fd nft_set_elem_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x21c9a414 nft_meta_get_eval +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x2398d18d nft_reg_track_update +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x25aa8105 nft_request_module +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x2efe8e6e nft_flowtable_lookup +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x2f6272a0 nft_expr_reduce_bitwise +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x3251d762 nf_tables_trans_destroy_flush_work +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x3cba3d9f nft_obj_lookup +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x400d162c nft_meta_get_dump +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x48cc0bef nft_chain_validate_hooks +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x4cea40e8 nft_unregister_chain_type +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x4cecbb60 nft_meta_policy +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x5c057c70 __nft_release_basechain +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x5faff568 nf_tables_deactivate_set +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x67f4a946 nft_data_dump +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x6bf1be89 nf_tables_bind_set +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x71ee4704 nft_register_obj +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x75fc57ac __nft_reg_track_cancel +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x7c59b582 nf_tables_deactivate_flowtable +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x821edf30 nft_meta_set_init +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x8b435bda nft_set_catchall_lookup +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x8b59bfd7 nft_do_chain +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x8c7ee71a nf_tables_activate_set +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x8d71cc69 nft_dump_register +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x8f300747 nft_meta_set_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x961ec1c2 nft_obj_notify +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x966c7eba nft_register_flowtable_type +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x9f6f2930 nft_unregister_flowtable_type +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xa2033ec9 nft_meta_inner_eval +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xa3c96bd0 nft_meta_set_dump +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xa9ffc821 nft_trace_enabled +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xad43aad0 nft_register_chain_type +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xb3eec291 nft_chain_validate +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xb6870178 nft_data_release +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xb93575c1 nft_unregister_expr +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xb93d25ce nft_unregister_obj +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xba7891a3 nft_meta_get_init +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xc7fe6517 nf_tables_destroy_set +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xccfceab2 nft_data_init +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xdba9684e nft_set_lookup_global +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 0xe68ac361 nft_chain_validate_dependency +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xe90432fb nft_parse_register_store +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xfc51b705 nft_register_expr +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x5ce3b588 nfnl_lock +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x5e294b31 nfnetlink_set_err +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x62aaf70d nfnetlink_send +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x7bec8f50 nfnetlink_unicast +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x8733aac1 nfnetlink_subsys_unregister +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x96beaa4c nfnetlink_subsys_register +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0xc8024d07 nfnetlink_has_listeners +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0xdb065657 nfnl_unlock +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0xf3a77034 nfnetlink_broadcast +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0x59388e2b nfnl_acct_overquota +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0xa0ce120a nfnl_acct_update +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0xb1131f39 nfnl_acct_find_get +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 0x671c1a5b nf_osf_match +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_osf 0x96d6d18c nf_osf_find +EXPORT_SYMBOL_GPL net/netfilter/nft_fib 0x0eac4837 nft_fib_store_result +EXPORT_SYMBOL_GPL net/netfilter/nft_fib 0x3064fc8c nft_fib_init +EXPORT_SYMBOL_GPL net/netfilter/nft_fib 0x43b03eb5 nft_fib_reduce +EXPORT_SYMBOL_GPL net/netfilter/nft_fib 0x53c65358 nft_fib_dump +EXPORT_SYMBOL_GPL net/netfilter/nft_fib 0x73dc9a0f nft_fib_validate +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0x1de558c1 nft_reject_icmpv6_code +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0x26e7f69d nft_reject_validate +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0x40f6251d nft_reject_init +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0x9d46ccf8 nft_reject_policy +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0xc017d589 nft_reject_dump +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0xe2c84666 nft_reject_icmp_code +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x1e4f7a1a xt_request_find_table_lock +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x2e8ff692 xt_register_table +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x36f7c3c5 xt_match_to_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x3f1ef70a xt_tee_enabled +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x52909bda xt_unregister_template +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x5a5876fa xt_find_table_lock +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x662e36d2 xt_table_unlock +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x6d1811b3 xt_target_to_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x7bce4603 xt_data_to_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x7deebf48 xt_check_match +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x7fbe2ab4 xt_proto_fini +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x807d2b2c xt_recseq +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x826de8d7 xt_request_find_match +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x9c995c69 xt_percpu_counter_alloc +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xa9318149 xt_replace_table +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xad0ad86a xt_check_target +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xad33300b xt_unregister_table +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xb1fa24cc xt_register_template +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xb6182749 xt_hook_ops_alloc +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xbfacb837 xt_percpu_counter_free +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xd27d3533 xt_request_find_target +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xddf68fc6 xt_find_revision +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xe24ac5e1 xt_proto_init +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xf6abeb06 xt_copy_counters +EXPORT_SYMBOL_GPL net/netfilter/xt_RATEEST 0x5b849da3 xt_rateest_put +EXPORT_SYMBOL_GPL net/netfilter/xt_RATEEST 0xbeced054 xt_rateest_lookup +EXPORT_SYMBOL_GPL net/nfc/nci/nci_spi 0x3f8d9b8a nci_spi_read +EXPORT_SYMBOL_GPL net/nfc/nci/nci_spi 0xa22e9308 nci_spi_send +EXPORT_SYMBOL_GPL net/nfc/nci/nci_spi 0xb4d11ce3 nci_spi_allocate_spi +EXPORT_SYMBOL_GPL net/nfc/nci/nci_uart 0x56d67849 nci_uart_unregister +EXPORT_SYMBOL_GPL net/nfc/nci/nci_uart 0x642f7c18 nci_uart_register +EXPORT_SYMBOL_GPL net/nfc/nci/nci_uart 0x67ce5430 nci_uart_set_config +EXPORT_SYMBOL_GPL net/nsh/nsh 0x4e1489a5 nsh_pop +EXPORT_SYMBOL_GPL net/nsh/nsh 0xc7e5cf95 nsh_push +EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0x078ce99a __ovs_vport_ops_register +EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0x133506d0 ovs_vport_free +EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0x7a099d2e ovs_vport_alloc +EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0x8816d3cc ovs_vport_ops_unregister +EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0x9fa676c4 ovs_netdev_link +EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0xa04da4df ovs_netdev_tunnel_destroy +EXPORT_SYMBOL_GPL net/psample/psample 0xa0a63174 psample_sample_packet +EXPORT_SYMBOL_GPL net/psample/psample 0xbc99c2dc psample_group_put +EXPORT_SYMBOL_GPL net/psample/psample 0xdcd50aff psample_group_get +EXPORT_SYMBOL_GPL net/psample/psample 0xeca99b04 psample_group_take +EXPORT_SYMBOL_GPL net/qrtr/qrtr 0x7a270168 qrtr_endpoint_unregister +EXPORT_SYMBOL_GPL net/qrtr/qrtr 0x8d25501f qrtr_ns_remove +EXPORT_SYMBOL_GPL net/qrtr/qrtr 0xa47e91ba qrtr_ns_init +EXPORT_SYMBOL_GPL net/qrtr/qrtr 0xcddc10c3 qrtr_endpoint_register +EXPORT_SYMBOL_GPL net/qrtr/qrtr 0xf044d828 qrtr_endpoint_post +EXPORT_SYMBOL_GPL net/rds/rds 0x00a467af rds_wq +EXPORT_SYMBOL_GPL net/rds/rds 0x0fa66345 rds_inc_put +EXPORT_SYMBOL_GPL net/rds/rds 0x1bd24d23 rds_rdma_send_complete +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 0x39651aa2 rds_info_register_func +EXPORT_SYMBOL_GPL net/rds/rds 0x3d28a884 rds_inc_path_init +EXPORT_SYMBOL_GPL net/rds/rds 0x4182b2ba rds_send_path_reset +EXPORT_SYMBOL_GPL net/rds/rds 0x431e0b61 rds_conn_drop +EXPORT_SYMBOL_GPL net/rds/rds 0x44421c88 rds_recv_incoming +EXPORT_SYMBOL_GPL net/rds/rds 0x45a4781e rds_addr_cmp +EXPORT_SYMBOL_GPL net/rds/rds 0x56447eaf 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 0x5d220e95 rds_send_ping +EXPORT_SYMBOL_GPL net/rds/rds 0x5e2628b9 rds_cong_map_updated +EXPORT_SYMBOL_GPL net/rds/rds 0x63b5a890 rds_for_each_conn_info +EXPORT_SYMBOL_GPL net/rds/rds 0x6ba6d8a1 rds_send_xmit +EXPORT_SYMBOL_GPL net/rds/rds 0x6c4934e8 rds_send_drop_acked +EXPORT_SYMBOL_GPL net/rds/rds 0x7b309220 rds_conn_create_outgoing +EXPORT_SYMBOL_GPL net/rds/rds 0x85f9531c rds_conn_connect_if_down +EXPORT_SYMBOL_GPL net/rds/rds 0x8caa490d rds_message_put +EXPORT_SYMBOL_GPL net/rds/rds 0x8effa484 rds_inc_init +EXPORT_SYMBOL_GPL net/rds/rds 0x958f4146 rds_send_path_drop_acked +EXPORT_SYMBOL_GPL net/rds/rds 0xb81b0eae rds_connect_path_complete +EXPORT_SYMBOL_GPL net/rds/rds 0xbfbcb023 rds_conn_create +EXPORT_SYMBOL_GPL net/rds/rds 0xc2dab779 rds_info_copy +EXPORT_SYMBOL_GPL net/rds/rds 0xc95dc82d rds_conn_path_connect_if_down +EXPORT_SYMBOL_GPL net/rds/rds 0xc9fd4974 rds_connect_complete +EXPORT_SYMBOL_GPL net/rds/rds 0xca222854 rds_page_remainder_alloc +EXPORT_SYMBOL_GPL net/rds/rds 0xd51034c0 rds_trans_unregister +EXPORT_SYMBOL_GPL net/rds/rds 0xd90879a8 rds_conn_path_drop +EXPORT_SYMBOL_GPL net/rds/rds 0xdbebdf41 rds_trans_register +EXPORT_SYMBOL_GPL net/rds/rds 0xe3762f9f rds_conn_destroy +EXPORT_SYMBOL_GPL net/rds/rds 0xe8a4d6e2 rds_message_unmapped +EXPORT_SYMBOL_GPL net/rds/rds 0xea843988 rds_info_deregister_func +EXPORT_SYMBOL_GPL net/rds/rds 0xf2632916 rds_message_addref +EXPORT_SYMBOL_GPL net/rds/rds 0xf4c257e8 rds_stats_info_copy +EXPORT_SYMBOL_GPL net/sched/sch_pie 0x6ce9b467 pie_calculate_probability +EXPORT_SYMBOL_GPL net/sched/sch_pie 0x824c0ba3 pie_drop_early +EXPORT_SYMBOL_GPL net/sched/sch_pie 0x9507e2ff pie_process_dequeue +EXPORT_SYMBOL_GPL net/sched/sch_taprio 0x0b86e245 taprio_offload_get +EXPORT_SYMBOL_GPL net/sched/sch_taprio 0x387d86f4 taprio_offload_free +EXPORT_SYMBOL_GPL net/sctp/sctp 0x2a0fd6a4 sctp_transport_traverse_process +EXPORT_SYMBOL_GPL net/sctp/sctp 0x555d301c sctp_transport_lookup_process +EXPORT_SYMBOL_GPL net/sctp/sctp 0x8150062a sctp_get_sctp_info +EXPORT_SYMBOL_GPL net/sctp/sctp 0xa6d1c729 sctp_for_each_endpoint +EXPORT_SYMBOL_GPL net/smc/smc 0x1460cc8d smc_proto +EXPORT_SYMBOL_GPL net/smc/smc 0x16188cb6 smc_hash_sk +EXPORT_SYMBOL_GPL net/smc/smc 0x293f0aaa smcd_handle_irq +EXPORT_SYMBOL_GPL net/smc/smc 0x2fb6a9c4 smcd_alloc_dev +EXPORT_SYMBOL_GPL net/smc/smc 0x304f1a06 smcd_handle_event +EXPORT_SYMBOL_GPL net/smc/smc 0x66e9e5c3 smc_proto6 +EXPORT_SYMBOL_GPL net/smc/smc 0x730b298f smcd_free_dev +EXPORT_SYMBOL_GPL net/smc/smc 0x77345e1f smcd_unregister_dev +EXPORT_SYMBOL_GPL net/smc/smc 0x930da73d smc_unhash_sk +EXPORT_SYMBOL_GPL net/smc/smc 0xc892fff4 smcd_register_dev +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x23245c35 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 0x59b475f0 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 0xe4a5c2f2 gss_mech_register +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0xf6736551 gss_mech_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x02985082 rpc_clnt_test_and_add_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x05e74d53 rpc_restart_call_prepare +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x05e807a9 xdr_encode_string +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x05f3c0b5 rpcauth_lookupcred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0601c93c xprt_wait_for_buffer_space +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x065994f1 xdr_encode_opaque_fixed +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x082c4aab svc_wake_up +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0a7cec49 svc_find_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0b84fea0 rpc_wake_up_status +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0baae583 svc_set_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0c28008b rpc_init_wait_queue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0e05e36f svc_xprt_names +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0fb5ccfb rpc_sleep_on_priority +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x133beea8 rpc_clnt_swap_deactivate +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x13911ec1 rpc_init_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x148c7a36 rpc_put_sb_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x158619a1 svc_xprt_received +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x15b8ea80 xprt_unregister_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x15d22e93 xdr_decode_array2 +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x17cc1b6b rpc_ntop +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x17e9515a xdr_encode_array2 +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x17f74f2c read_bytes_from_xdr_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1807e7d1 rpc_init_priority_wait_queue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x18180f15 xdr_read_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1b0aaec1 svc_proc_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1b23f5c9 rpc_peeraddr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1b4a7a5c rpc_cancel_tasks +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1d74b68b cache_seq_next_rcu +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1d94ce31 xdr_buf_from_iov +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1dd2f8e6 xdr_stream_decode_opaque_dup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1e119a79 rpcauth_get_pseudoflavor +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1f514fbd rpc_restart_call +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1f81643e xprt_lookup_rqst +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1fca54ac _copy_from_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1ff0e976 xprt_reserve_xprt_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x206b0d26 xprt_force_disconnect +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x20cbebc1 rpc_put_task_async +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x212dc821 xdr_encode_word +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2919b156 xdr_decode_string_inplace +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2a30552a svc_bind +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2bd9ddd7 xprt_lock_connect +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2f5f1969 xprt_write_space +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x30235d21 xprt_update_rtt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x31218303 rpc_killall_tasks +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x31408da4 rpc_clnt_probe_trunked_xprts +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x31a89d59 rpc_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3269c837 xdr_stream_move_subsegment +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3349e02b rpc_wait_for_completion_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x387e1639 rpc_pipefs_notifier_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x38c3d7bc svc_create_pooled +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x398ec84f rpc_clnt_swap_activate +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x39bcab94 rpc_clnt_manage_trunked_xprts +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3ba66817 rpcauth_unwrap_resp_decode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3c37a362 rpcauth_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3c909152 xdr_shift_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3f9a2b0b rpcauth_get_gssinfo +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x40a2cf3d cache_seq_start_rcu +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x40d39d8d rpc_set_connect_timeout +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x40fda697 rpc_remove_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4144facd cache_check +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x41dddec5 put_rpccred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4313877f xdr_stream_pos +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x443651fa sunrpc_cache_unregister_pipefs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x457948bc rpc_call_async +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x48091ad6 sunrpc_destroy_cache_detail +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4afedab1 xprtiod_workqueue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4b437487 rpc_wake_up_first +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4dac77f0 xdr_encode_netobj +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4dca1277 svc_reserve +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4e8f6ca7 sunrpc_net_id +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x51cd5546 rpcauth_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x53445f68 nlm_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5564bbd6 xprt_wait_for_reply_request_def +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x55d7180e sunrpc_cache_pipe_upcall +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x565c0e96 rpc_add_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5732fbc5 write_bytes_to_xdr_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x57d42ec2 rpc_clone_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x580c1180 rpc_count_iostats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x583f88cf xprt_free_slot +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x58764891 xdr_process_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x589a3abc xdr_stream_decode_string_dup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x59225b72 rpc_init_pipe_dir_head +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5a45ba31 svc_auth_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5b4a7939 xdr_stream_subsegment +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5b983973 rpc_sleep_on_priority_timeout +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5b9ac5da xprt_wake_pending_tasks +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5c224267 svc_auth_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5c7503e4 rpc_task_release_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5d612938 svc_generic_init_request +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5db331f3 rpc_put_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5edc8494 rpc_sleep_on_timeout +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5f85cbf1 xdr_stream_zero +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5fc8f3b9 rpc_num_bc_slots +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x605f171a rpc_max_bc_payload +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x609202f9 rpc_task_gfp_mask +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x60f59ecc svcauth_unix_set_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x632ccfd4 cache_create_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x636a77cf svc_rqst_alloc +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x651079f2 auth_domain_lookup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6516a954 svc_unreg_xprt_class +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x66d4c5e8 rpc_wake_up_queued_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x677e173f sunrpc_cache_register_pipefs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x68e0150f svc_drop +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6acd956f xdr_enter_page +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6b3f587c xdr_init_decode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6c01dcc7 rpc_run_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6ceb97c2 rpc_clone_client_set_auth +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6dcbe3dc xdr_set_pagelen +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6e89ebca xprt_register_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6eb75fca xprt_setup_backchannel +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x708eb60e xdr_page_pos +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x70b8a116 xdr_stream_decode_opaque +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x70e9d5ba svc_rpcbind_set_version +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x71d63ec0 svc_rpcb_setup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x71fa908a cache_flush +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7254ecff rpc_switch_client_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x73b5f945 rpc_clnt_show_stats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x74cd5c25 rpcauth_init_credcache +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x77915872 rpc_get_sb_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x78430da8 sunrpc_init_cache_detail +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x78fd2921 svc_addsock +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7920470c svc_xprt_init +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7b9203a6 xprt_get +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7c1f1f98 rpc_clnt_xprt_switch_has_addr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7d28cdb3 rpc_exit +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7de53067 rpc_init_rtt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7e78e731 rpc_malloc +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7eaaffe6 auth_domain_put +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8069ec7b xprt_release_rqst_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x84c5ce79 svc_xprt_enqueue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x84e63b9b svc_fill_write_vector +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x85ba16f2 rpc_wake_up_next +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x868d1a29 xdr_inline_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8719dd90 rpc_clnt_add_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x87d35fa8 svc_xprt_put +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8aeec0b2 svc_process +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8da0ee61 rpc_clnt_disconnect +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8f2dffbc svc_xprt_close +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8f53ed60 svc_age_temp_xprts_now +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9163f6f9 rpc_setbufsize +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x918ee847 rpc_count_iostats_metrics +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9224516d rpc_wake_up +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x92d73c54 rpc_sleep_on +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x93af6751 svc_exit_thread +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x94663549 rpc_call_null +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x96716133 unix_domain_find +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x985b3ffc rpcauth_lookup_credcache +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x98a7db06 rpc_clnt_xprt_switch_remove_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x99c9a075 rpc_bind_new_program +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9a0669ef xprt_reserve_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9a295a86 rpc_find_or_alloc_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9d21be25 cache_purge +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9dac5eb6 rpcauth_destroy_credcache +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9eb18ed3 xdr_reserve_space_vec +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9ee3ef6b xprt_adjust_cwnd +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9f2ac795 sunrpc_cache_update +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa33d4246 sunrpc_cache_unhash +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa3bd025f svc_create +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa40eb297 svc_reg_xprt_class +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa45178a2 svc_recv +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa4753710 svc_rqst_replace_page +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa5701115 xdr_terminate_string +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa5864dc7 cache_destroy_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa5ef862c rpc_proc_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa6518b7c rpc_task_timeout +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa6d47493 xprt_request_get_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa92db80c rpc_peeraddr2str +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa93c1834 __xdr_commit_encode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xaa1ebd55 xprt_reconnect_delay +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xaaadd324 svc_generic_rpcbind_set +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xab8718c2 rpcauth_wrap_req_encode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xac221755 xprt_reconnect_backoff +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xad508fb9 svc_print_addr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xaf5bf6ef nfs_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xafdf15bd rpc_create +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb25c5a63 rpc_release_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb2ad2822 rpc_prepare_reply_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb309fb71 xdr_inline_decode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb36b3c19 rpc_clnt_xprt_switch_add_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb3f1f31a rpc_call_sync +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb40352e7 auth_domain_find +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb51a3724 rpc_pipefs_notifier_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb5248040 rpc_max_payload +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb57e6270 rpc_machine_cred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb5cc16bc xdr_init_decode_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb70f9b6e rpcauth_create +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb9d3c0e1 xprt_release_xprt_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xba5d54dd xprt_complete_rqst +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbb181166 xprt_alloc_slot +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbb69e2b5 svc_authenticate +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbe535d55 xdr_stream_decode_string +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbf6cac45 xprt_disconnect_done +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 0xc169d947 rpc_destroy_wait_queue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc1ba2c01 xdr_buf_trim +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc25d96d2 gssd_running +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc457b981 cache_unregister_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc473e49b sunrpc_cache_pipe_upcall_timeout +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc5cd6428 svc_xprt_create +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc5fb3f4e bc_svc_process +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc7c12823 svc_sock_update_bufs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc8155757 xprt_alloc +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc8e96dea qword_addhex +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc96fac15 xdr_buf_subsegment +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc9d8d820 rpc_uaddr2sockaddr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcb1e1370 rpc_proc_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcca5d6c0 rpc_delay +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xccbee24e rpc_clnt_iterate_for_each_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xce678a59 xdr_decode_netobj +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd164bacd svc_set_num_threads +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd28a4c66 rpc_net_ns +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd3943dee xprt_release_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd63adf09 rpc_mkpipe_dentry +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd63b9cbe svc_rqst_free +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd748ccbc xprt_free +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd79d354e svc_xprt_deferred_close +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd7d9319f xdr_write_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdb640f6d xprt_wait_for_reply_request_rtt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdb95bde2 rpc_pipe_generic_upcall +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdc210b49 xdr_reserve_space +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdc3d9c9c svc_xprt_copy_addrs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdccc3dbb rpc_clnt_setup_test_and_add_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdd16f388 rpc_unlink +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdd4f1abb xdr_decode_word +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdd691402 xprt_find_transport_ident +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdd6f0cae xprt_wake_up_backlog +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdde9fd31 rpc_queue_upcall +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xde3a37ae rpcauth_init_cred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xde59b783 xdr_init_encode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdea3bd85 rpc_alloc_iostats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe02f54a4 rpc_d_lookup_sb +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe0a69804 sunrpc_cache_lookup_rcu +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe2b8d77f xprt_put +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe39a01fe xprt_unpin_rqst +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe3bb98bd svc_rpcb_cleanup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe5333a9c svc_encode_result_payload +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe571b44c cache_register_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe5919cb1 xdr_encode_opaque +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe74e9f68 rpc_free +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe7649720 rpcb_getport_async +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe89d0fce rpc_destroy_pipe_data +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 0xe9d430e1 xprt_pin_rqst +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xec55f40a svc_max_payload +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xedcf6be4 qword_add +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xee8188da xprt_add_backlog +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xeeacab69 rpc_update_rtt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xeef451f3 svc_seq_show +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xeefc0178 rpc_mkpipe_data +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xef9212c6 rpc_localaddr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf11ec6dd svc_fill_symlink_pathname +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf2f2f0bb svcauth_unix_purge +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf41d5f9d rpc_clnt_xprt_switch_put +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf4569894 svc_xprt_destroy_all +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf4c535f5 rpc_pton +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf4f95199 xprt_unlock_connect +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf7289486 csum_partial_copy_to_xdr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf73fb87f svc_proc_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf85a4cef rpcauth_stringify_acceptor +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfb189351 xdr_init_encode_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfba787a4 cache_seq_stop_rcu +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfd362a02 rpc_force_rebind +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfdb21a6a rpc_call_start +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfe8201c0 rpc_shutdown_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xff38faed xprt_destroy_backchannel +EXPORT_SYMBOL_GPL net/tls/tls 0x8c09abfd tls_encrypt_skb +EXPORT_SYMBOL_GPL net/tls/tls 0xc96b1c2e tls_device_sk_destruct +EXPORT_SYMBOL_GPL net/tls/tls 0xe604422b tls_offload_tx_resync_request +EXPORT_SYMBOL_GPL net/tls/tls 0xfd567c5a tls_validate_xmit_skb +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x014f61f5 virtio_transport_notify_send_pre_block +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 0x08f1b453 virtio_transport_free_pkt +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x1255fddc virtio_transport_stream_dequeue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x14e41125 virtio_transport_inc_tx_pkt +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x2b37919c virtio_transport_put_credit +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x2dc098b2 virtio_transport_destruct +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x366a0584 virtio_transport_stream_rcvhiwat +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x3b4e4bb2 virtio_transport_notify_poll_in +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x5ae6cc5a virtio_transport_notify_send_pre_enqueue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x682fb982 virtio_transport_recv_pkt +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x6932ad78 virtio_transport_seqpacket_dequeue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x780232da virtio_transport_notify_send_init +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x78d6b8e7 virtio_transport_shutdown +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x791403a8 virtio_transport_do_socket_init +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x8027bca7 virtio_transport_seqpacket_has_data +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x89fceba5 virtio_transport_stream_enqueue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x92efc38d virtio_transport_release +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x9efa7d0e virtio_transport_stream_has_data +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xa75ca6c6 virtio_transport_dgram_bind +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xb2e185e6 virtio_transport_notify_recv_post_dequeue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xb8fd3fa2 virtio_transport_notify_recv_pre_dequeue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xba24b5a3 virtio_transport_get_credit +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xbaac3ed6 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 0xbb3e65f1 virtio_transport_seqpacket_enqueue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xc719e105 virtio_transport_deliver_tap_pkt +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xce8dfee9 virtio_transport_notify_buffer_size +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xcf343724 virtio_transport_dgram_dequeue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xd4fb590d virtio_transport_notify_send_post_enqueue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xd5440c39 virtio_transport_dgram_enqueue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xdcb1216d virtio_transport_notify_recv_init +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xe131f5d4 virtio_transport_notify_recv_pre_block +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xe4c0a8b1 virtio_transport_notify_poll_out +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xf06ebab4 virtio_transport_stream_is_active +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xfcc66c2a virtio_transport_connect +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x0e9bc9b6 vsock_addr_unbind +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x134d4720 vsock_core_unregister +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x24b4c720 vsock_remove_tap +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x24eb6fd2 vsock_create_connected +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x284e07d8 vsock_bind_table +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x2c7961f7 vsock_addr_cast +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x3d4b0fca vsock_addr_init +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x44420515 vsock_table_lock +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x4b99648c vsock_addr_bound +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x51f36432 vsock_enqueue_accept +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x58203177 vsock_remove_bound +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x5b72eb1e vsock_stream_has_data +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x8d9a8b9f vsock_core_get_transport +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x90aa8549 vsock_find_cid +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x93d28d61 vsock_data_ready +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x9bb6fd09 vsock_connected_table +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x9ebd1c9b vsock_find_connected_socket +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xa0a7d987 vsock_insert_connected +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xa445ee8b vsock_core_register +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xa4e875dd vsock_stream_has_space +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xaf2674b5 vsock_addr_equals_addr +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xb7a841f4 vsock_add_pending +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xd2e899b2 vsock_for_each_connected_socket +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xdec751d7 vsock_find_bound_socket +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xe6401281 vsock_remove_sock +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xea9dc53a vsock_remove_pending +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xec96eadf vsock_addr_validate +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xf323ddc4 vsock_assign_transport +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xfad399d0 vsock_add_tap +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xfe9462d1 vsock_remove_connected +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xffc00323 vsock_deliver_tap +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x049a6054 cfg80211_shutdown_all_interfaces +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x0bcfd650 cfg80211_wext_giwrange +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x11c2a064 cfg80211_wext_giwscan +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x1f01cf5e cfg80211_wext_giwrts +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x253ac2a4 cfg80211_pmsr_complete +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x288c22ee cfg80211_wext_giwname +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x31192d4a cfg80211_wext_siwscan +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x31eceead cfg80211_wext_siwmode +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x328c0087 cfg80211_vendor_cmd_get_sender +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x689b12bf cfg80211_pmsr_report +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x6c1492b0 cfg80211_wext_siwrts +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x6e2419d1 cfg80211_vendor_cmd_reply +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x762d348f cfg80211_wext_giwmode +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x7d566645 cfg80211_wext_giwretry +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x8449a567 cfg80211_wext_siwfrag +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xc3887f45 cfg80211_wext_giwfrag +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 0x8cfcd2b1 ipcomp_destroy +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0xcac0d16a ipcomp_init_state +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0xdd6a090d ipcomp_output +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0xe7b5809b 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/core/seq/snd-seq 0xadb51cff snd_seq_client_ioctl_unlock +EXPORT_SYMBOL_GPL sound/core/seq/snd-seq 0xe50413d7 snd_seq_client_ioctl_lock +EXPORT_SYMBOL_GPL sound/core/snd-seq-device 0x773506dc __snd_seq_driver_register +EXPORT_SYMBOL_GPL sound/core/snd-seq-device 0x9d7aad76 snd_seq_driver_unregister +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0x0125fcf8 amdtp_am824_set_pcm_position +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0x15aed52d amdtp_domain_stream_pcm_pointer +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0x1df16a4b amdtp_am824_set_parameters +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0x40c9416c amdtp_am824_add_pcm_hw_constraints +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0x56709cc4 amdtp_domain_start +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0x5cec83a4 amdtp_domain_init +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0x9c2d4df1 amdtp_domain_destroy +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0x9c476cce amdtp_domain_add_stream +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0xcd4a3851 amdtp_domain_stream_pcm_ack +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0xdf1daaea amdtp_am824_init +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0xe9a71828 amdtp_domain_stop +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0xf258725c amdtp_am824_set_midi_position +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0xfb44fd44 amdtp_am824_midi_trigger +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x025bb5d5 snd_hdac_ext_bus_ppcap_enable +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x03a18be9 snd_hdac_ext_bus_ppcap_int_enable +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x14b4f67e snd_hdac_ext_bus_link_power_down_all +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x1cb6522b snd_hdac_ext_stream_decouple_locked +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x20db510c snd_hdac_ext_bus_init +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x2179352f snd_hdac_ext_bus_get_hlink_by_addr +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x2325ba88 snd_hdac_ext_stream_start +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x24b59142 snd_hdac_ext_bus_link_power_up +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x27b30cde snd_hdac_ext_bus_exit +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x2946b4d1 snd_hdac_ext_stream_reset +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x45262945 snd_hdac_ext_stream_assign +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x5a56d46a snd_hdac_ext_bus_device_remove +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x5e7d9cdb snd_hdac_ext_stream_init_all +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x71afe5c0 snd_hdac_ext_bus_link_power_down +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x774f2a5b snd_hdac_ext_stream_clear +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x793d28fa snd_hdac_ext_stream_decouple +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x79f572a8 snd_hdac_ext_bus_link_power_up_all +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x8aee0f5d snd_hdac_ext_stream_release +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x8e463582 snd_hdac_ext_bus_link_clear_stream_id +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x92e5cbea snd_hdac_ext_bus_link_set_stream_id +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xa58ba936 snd_hdac_ext_bus_link_power +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xa773179b snd_hdac_ext_bus_get_ml_capabilities +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xabfa7e1b snd_hdac_ext_bus_link_get +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xb5022570 snd_hda_ext_driver_register +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xcd54c5fd snd_hda_ext_driver_unregister +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xd26dd9d6 snd_hdac_ext_link_free_all +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xd84bf37d snd_hdac_ext_stream_setup +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xe446f6a5 snd_hdac_ext_bus_link_put +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xee636ed1 snd_hdac_ext_cstream_assign +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xf92a872c snd_hdac_ext_bus_get_hlink_by_name +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xfeb93616 snd_hdac_ext_stream_free_all +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x00261fa9 snd_hdac_override_parm +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x00bf6d98 snd_hdac_read +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x011b0a76 snd_hdac_dsp_trigger +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x05636f93 snd_hdac_aligned_read +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x07676a37 snd_hdac_stream_stop +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x0c9ee31f snd_hdac_stream_get_spbmaxfifo +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x1488641f snd_hdac_aligned_write +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x156e5a64 snd_hdac_regmap_update_raw +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x17b76583 snd_hdac_refresh_widgets +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x1f3c8a28 snd_hdac_device_unregister +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x1f7f1af3 snd_hdac_bus_exec_verb_unlocked +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x21998fc0 snd_hdac_stream_set_spib +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x23dbdeb1 snd_hdac_acomp_exit +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x2488992d snd_hdac_stream_set_lpib +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x29eacffa snd_hdac_add_chmap_ctls +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x30f6ef8f snd_hdac_stream_timecounter_init +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x33023397 snd_hdac_bus_init +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x35d5a5a5 snd_hdac_channel_allocation +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x36c06909 snd_hdac_bus_alloc_stream_pages +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x394c591d snd_hdac_stream_start +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x3bd544c2 snd_hdac_get_active_channels +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x3fc54db2 snd_hdac_regmap_write_raw +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x416e05b1 snd_hdac_get_sub_nodes +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x4411db67 snd_hdac_regmap_sync +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x495af8e3 snd_hdac_bus_parse_capabilities +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x4b7706dc snd_hdac_bus_get_response +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x4c7ec4b6 snd_hdac_get_ch_alloc_from_ca +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x4de3c85e snd_hdac_stream_setup +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x4e4a16e6 snd_hdac_read_parm_uncached +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x5411d422 snd_hdac_register_chmap_ops +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x5595e5ff snd_hdac_stream_drsm_enable +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x5c07cb49 snd_hdac_calc_stream_format +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x5ff44f70 snd_hdac_bus_exit_link_reset +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x61ac3881 snd_hdac_display_power +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x63338bce snd_hdac_bus_handle_stream_irq +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x657a029b snd_hdac_sync_power_state +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x67a48e7f snd_hdac_codec_link_up +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x67bfe791 snd_hdac_spk_to_chmap +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x68e42ba9 hdac_get_device_id +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x7431d013 snd_hdac_stream_assign +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x74da683b snd_hdac_setup_channel_mapping +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x75f7060d snd_hdac_device_register +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x77c754a8 snd_hdac_chmap_to_spk_mask +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x7e42b28c snd_hdac_stream_release +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x7f5c7645 snd_hdac_power_up_pm +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x80fb897a snd_hdac_regmap_exit +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x814a5c7e snd_hdac_check_power_state +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x832c2433 snd_hdac_bus_send_cmd +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x85c3a878 snd_hdac_bus_enter_link_reset +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x85e25097 snd_hdac_stream_spbcap_enable +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x8c35dc54 snd_hdac_acomp_register_notifier +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x8c5ddaa9 snd_hdac_bus_link_power +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x8f8581df snd_hdac_stream_release_locked +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x905311d8 snd_hdac_bus_init_chip +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x92fef894 snd_hdac_device_init +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x94b9b6e7 snd_hdac_bus_reset_link +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x94deed83 snd_hdac_stream_sync_trigger +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x9532e1e3 snd_hdac_stream_set_dpibr +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x997ce91a snd_hdac_power_up +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x9a8e1877 snd_array_free +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x9bfe6816 snd_hdac_bus_free_stream_pages +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x9c47f25d snd_hdac_device_set_chip_name +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x9cfd623d snd_hdac_get_stream_stripe_ctl +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xa804020e snd_hdac_stream_wait_drsm +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xa8d2f824 snd_hdac_stream_set_params +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xa8ec4342 snd_hdac_is_supported_format +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xac7e8842 snd_hdac_stop_streams +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xad89f14e snd_hdac_stream_cleanup +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xadd3d7a1 snd_hdac_stream_setup_periods +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xb15056db snd_hdac_bus_update_rirb +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xb1a5be92 snd_hda_bus_type +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xb1bffe36 snd_hdac_bus_exit +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xb87f86d0 snd_hdac_regmap_update_raw_once +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xbbea3f58 snd_hdac_dsp_prepare +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xbcd4fe62 snd_hdac_device_exit +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xbe7dd7dc snd_array_new +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xc59ddaeb snd_hdac_regmap_add_vendor_verb +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xc5cee906 snd_hdac_sync_audio_rate +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xc9707f81 snd_hdac_stop_streams_and_chip +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xca57ba31 _snd_hdac_read_parm +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xcaf26f35 snd_hdac_query_supported_pcm +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xcf329a5f snd_hdac_codec_modalias +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xd3d25c75 snd_hdac_regmap_init +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xd5d52f68 snd_hdac_acomp_get_eld +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xd8354336 snd_hdac_get_stream +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xd9f7760e snd_hdac_acomp_init +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xdb34406b snd_hdac_dsp_cleanup +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xdcdb2627 snd_hdac_get_connections +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xdec73983 snd_hdac_set_codec_wakeup +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xe1c12d49 snd_hdac_bus_stop_chip +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xe26991fe snd_hdac_stream_sync +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xe4e07754 snd_hdac_print_channel_allocation +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xe5c84bed snd_hdac_bus_stop_cmd_io +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xe9146787 snd_hdac_regmap_read_raw +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xea1923e7 snd_hdac_codec_write +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xeaaae41c snd_hdac_stream_reset +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xf427860c snd_hdac_codec_read +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xf44b7905 snd_hdac_bus_init_cmd_io +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xf456d2a6 snd_hdac_codec_link_down +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xf475d77d snd_hdac_stream_init +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xf8752098 snd_hdac_power_down +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xfe096d69 snd_hdac_power_down_pm +EXPORT_SYMBOL_GPL sound/hda/snd-intel-dspcfg 0x58fb1608 snd_intel_dsp_driver_probe +EXPORT_SYMBOL_GPL sound/hda/snd-intel-dspcfg 0xf5202df1 snd_intel_acpi_dsp_driver_probe +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0x091cb0b0 snd_ak4113_check_rate_and_errors +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0x375ecdb6 snd_ak4113_reg_write +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0x462a7963 snd_ak4113_external_rate +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0x68c3f326 snd_ak4113_create +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0x778fd74d snd_ak4113_reinit +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0x967b8371 snd_ak4113_build +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x005d0894 snd_hda_create_spdif_share_sw +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x0408a3eb snd_hda_codec_setup_stream +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x045c3fe5 hda_get_autocfg_input_label +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x0631d50f snd_hda_ctl_add +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 0x0a5b4c9c snd_hda_unlock_devices +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x0d3cb600 snd_hda_override_amp_caps +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x101b06c1 snd_hda_codec_pcm_new +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x10d0ecd0 snd_hda_codec_get_pincfg +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x10ef2cd4 snd_hda_spdif_out_of_nid +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x124a07eb snd_hda_jack_bind_keymap +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x14e11b0e snd_hda_correct_pin_ctl +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x185fb1c7 snd_hda_get_default_vref +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x19bdb8fc azx_stop_chip +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x1bb1b5d4 snd_hda_codec_cleanup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x1c735f70 azx_probe_codecs +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x1d0151ad snd_hda_codec_device_init +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x1db5f6fe snd_hda_codec_set_power_save +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x1fd123a5 snd_hda_jack_set_dirty_all +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x21a7566f snd_hda_get_conn_list +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x22ef96b8 snd_hda_get_num_devices +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x24014e12 _snd_hda_set_pin_ctl +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x2c5cc336 snd_hda_mixer_amp_switch_put_beep +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x2d8349c0 azx_get_pos_lpib +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x2e67bf44 snd_hda_get_conn_index +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x32b52805 snd_hda_codec_prepare +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x37efa972 azx_codec_configure +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x386c0eed snd_hda_codec_pcm_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x38ce402b azx_interrupt +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x3a51380f snd_hda_jack_poll_all +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x3b251132 snd_hda_create_dig_out_ctls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x3f1fa16a snd_hda_sequence_write +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x41e2c682 snd_hda_sync_vmaster_hook +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x47cdaea4 snd_hda_codec_cleanup_for_unbind +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x47e96054 snd_hda_multi_out_dig_prepare +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x48c62d0b __snd_hda_apply_fixup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4a4e1a4a snd_hda_lock_devices +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4b42f895 snd_hda_mixer_amp_switch_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4c77e331 azx_get_position +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4eade5a9 snd_hda_jack_unsol_event +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x51324a34 snd_hda_jack_add_kctls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x534b92d0 snd_hda_input_mux_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x55465f4c snd_hda_codec_set_power_to_all +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x57fe53c7 azx_free_streams +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x5cf7329d snd_hda_mixer_amp_volume_get +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x5e24430e snd_hda_check_amp_caps +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x6480f877 snd_hda_spdif_ctls_unassign +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x65f5d067 snd_hda_apply_pincfgs +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x66c12992 snd_hda_add_nid +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x6a49b3f2 snd_hda_mixer_amp_volume_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x6c503795 snd_hda_multi_out_dig_close +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x714187e9 snd_hda_get_connections +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x746c76f3 snd_hda_load_patch +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x76acc101 snd_hda_codec_load_dsp_prepare +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x76b5bd15 snd_hda_add_vmaster_hook +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x76e9133c snd_hda_codec_set_name +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x783f77a0 azx_bus_init +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x78a48a6e snd_hda_codec_amp_init_stereo +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x792dd284 query_amp_caps +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x7b2ea79d snd_hda_codec_device_new +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x7b4faebc snd_hda_jack_add_kctl_mst +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x7dfc79fa snd_hda_mixer_amp_switch_get +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x7e01f561 snd_hda_codec_build_controls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x8293d0eb snd_hda_codec_update_widgets +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x82aeac10 snd_hda_jack_tbl_get_from_tag +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x84c11a5e __snd_hda_add_vmaster +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x88405f72 snd_hda_codec_set_pincfg +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x8b4587a8 snd_hda_jack_set_button_state +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x8c9d30a4 snd_hda_mixer_amp_volume_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x91d02fc3 snd_hda_codec_eapd_power_filter +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x93bd85a5 snd_hda_multi_out_analog_open +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x93cb36e9 snd_hda_pick_fixup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x95c8c136 snd_hda_codec_load_dsp_cleanup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x961fc074 snd_hda_override_conn_list +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x9de9d2d3 __hda_codec_driver_register +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x9e1692bd snd_hda_mixer_amp_tlv +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x9fce36e1 snd_hda_get_pin_label +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa4792487 snd_hda_codec_amp_init +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa7998a27 is_jack_detectable +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa89cad3d snd_hda_get_bool_hint +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa9a9958c azx_get_pos_posbuf +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xabfd38ec snd_hda_multi_out_analog_cleanup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xad967bc3 snd_hda_mixer_amp_switch_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xaed7c513 snd_hda_codec_parse_pcms +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xaf1e6a2c azx_stop_all_streams +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xaf903c89 snd_hda_set_vmaster_tlv +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xafc30c65 snd_hda_get_int_hint +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb1813eb4 snd_hda_add_new_ctls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb4cdb059 snd_hda_spdif_ctls_assign +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb5532fb0 snd_hda_check_amp_list_power +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb9f17080 snd_hda_jack_pin_sense +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xbb0bb9d1 snd_hda_enum_helper_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xbcda498d snd_hda_codec_load_dsp_trigger +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc46579de snd_hda_codec_configure +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc5fb6b81 snd_hda_multi_out_dig_cleanup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc62ece9c snd_hda_create_spdif_in_ctls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc653d005 snd_hda_set_dev_select +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc6c02652 __snd_hda_codec_cleanup_stream +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xca483268 snd_hda_attach_beep_device +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xca91f4e0 snd_hda_jack_report_sync +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xcba58997 azx_init_streams +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd345581b snd_hda_pick_pin_fixup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd38d1365 snd_hda_codec_new +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd564d3b2 hda_codec_driver_unregister +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd782c0fd snd_hda_codec_amp_update +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd9f4a802 snd_hda_add_verbs +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xda9dd8b4 snd_hda_codec_unregister +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xdde49664 snd_hda_detach_beep_device +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xdf55d3b6 snd_hda_jack_set_gating_jack +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe0933ffb 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 0xe2272826 snd_hda_codec_get_pin_target +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe469415c azx_init_chip +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe5313d26 snd_hda_enable_beep_device +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe7164465 snd_hda_codec_amp_stereo +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe8a22d05 snd_hda_shutup_pins +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xeb3ba159 snd_hda_apply_verbs +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xebcf1b3a snd_hda_jack_detect_enable +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xed7a5c7f snd_hda_jack_detect_state_mst +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xed876013 snd_hda_get_hint +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xeda3a721 snd_print_pcm_bits +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xee1c5aa3 snd_hda_mixer_amp_switch_get_beep +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xee1f5d70 snd_hda_find_mixer_ctl +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf1630987 snd_hda_codec_set_pin_target +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf2e5b365 snd_hda_apply_fixup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf2f2ea08 snd_hda_add_imux_item +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf3a0be2a snd_hda_jack_tbl_get_mst +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf459f43c snd_hda_parse_pin_defcfg +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf6ceb4f1 snd_hda_set_power_save +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf89bf084 snd_hda_jack_detect_enable_callback_mst +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf8dc35ac snd_hda_input_mux_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf9c383a0 snd_hda_multi_out_dig_open +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xfc83928f snd_hda_get_dev_select +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xfcef6114 snd_hda_codec_register +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x152ecd1a snd_hda_gen_add_mute_led_cdev +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x1886a3a3 snd_hda_get_path_from_idx +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x25fdf9f9 snd_hda_gen_path_power_filter +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x40fbb708 snd_hda_gen_check_power_status +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x451f5f60 snd_hda_gen_free +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x6c09b4b4 snd_hda_gen_stream_pm +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x741d493b 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 0x871a6e44 hda_extra_out_badness +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x99bcab64 snd_hda_gen_mic_autoswitch +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xa0f2041b snd_hda_activate_path +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xa287835c snd_hda_gen_add_micmute_led_cdev +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xb148a782 snd_hda_gen_fix_pin_power +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xb57b2720 snd_hda_gen_parse_auto_config +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xbae20065 snd_hda_get_path_idx +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xcc65e784 snd_hda_add_new_path +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xce0a237c snd_hda_gen_init +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xd9dc39f7 snd_hda_gen_line_automute +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xdb67ce67 snd_hda_gen_build_pcms +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xe93d7f1f snd_hda_gen_hp_automute +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xf0031301 snd_hda_gen_add_kctl +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xf4a64049 snd_hda_gen_spec_init +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xf90ae4f0 snd_hda_gen_build_controls +EXPORT_SYMBOL_GPL sound/soc/codecs/mt6359-accdet 0x0fedccf1 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 0xa22a2253 adau1372_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau1761 0x76af24e2 adau1761_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau1761 0xc2c27a79 adau1761_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0x1f68a483 adau17x1_resume +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0x2265cd01 adau17x1_set_micbias_voltage +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0x451ec15f adau17x1_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0x68375722 adau17x1_add_routes +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0x91334d52 adau17x1_add_widgets +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0x946005ea adau17x1_volatile_register +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0xca37a25b adau17x1_readable_register +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0xd939c7b1 adau17x1_dai_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0xeee9ea15 adau17x1_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0xf11058de adau17x1_precious_register +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau7118 0x6829fc1a adau7118_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41 0x6e27e691 cs35l41_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41 0x9313d43a cs35l41_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41 0xce2d4038 cs35l41_pm_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x03ae80ea cs35l41_write_fs_errata +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x389e86c7 cs35l41_safe_reset +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x50258b9a cs35l41_global_enable +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x50b02de7 cs35l41_register_errata_patch +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x5698af1f cs35l41_regmap_i2c +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x79c7d056 cs35l41_configure_cs_dsp +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x7d71d96e cs35l41_enter_hibernate +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x7f930042 cs35l41_test_key_lock +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x8b688c9d cs35l41_set_cspl_mbox_cmd +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x8fb2e9c8 cs35l41_test_key_unlock +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x9f09e227 cs35l41_otp_unpack +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0xb9d8747b cs35l41_init_boost +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0xd864eeaf cs35l41_exit_hibernate +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0xe0cda9c0 cs35l41_regmap_spi +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0xe92ff6ad cs35l41_gpio_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0xedc73c21 cs35l41_set_channels +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs4271 0x7d05786f cs4271_dt_ids +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs4271 0x830fbc79 cs4271_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs4271 0xe89b4329 cs4271_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42l51 0x2bd33e86 cs42l51_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42l51 0x3c91dab9 cs42l51_resume +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42l51 0x489c03dc cs42l51_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42l51 0x55678f5a cs42l51_regmap +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42l51 0x5ad6b25e cs42l51_suspend +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 0xcd71fc5e cs42xx8_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0xcdbb74fc cs42xx8_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0xeae93a7a cs42xx8_pm +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-es8328 0x2b2194b1 es8328_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-es8328 0x690000c3 es8328_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-hda-codec 0x91de094b snd_soc_hda_codec_dai_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-hda-codec 0xcbb276b7 hda_codec_probe_complete +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-hda-codec 0xdc938b34 soc_hda_ext_bus_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-lpass-macro-common 0x93bd8076 lpass_macro_pds_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-lpass-macro-common 0xedddbcf4 lpass_macro_pds_exit +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-max98090 0xc510fb06 max98090_mic_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-max98373 0x19c08e14 max98373_slot_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-max98373 0x1f2d15ef max98373_reset +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-max98373 0xb2cec427 soc_codec_dev_max98373 +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-max98373 0xecd78a0e soc_codec_dev_max98373_sdw +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-mt6358 0x0ae2b2a8 mt6358_mtkaif_calibration_disable +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-mt6358 0x1d948262 mt6358_set_mtkaif_calibration_phase +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-mt6358 0x58b394f3 mt6358_set_mtkaif_protocol +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-mt6358 0xb23307b2 mt6358_mtkaif_calibration_enable +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-mt6359 0x0430d89e mt6359_mtkaif_calibration_enable +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-mt6359 0x388cdd94 mt6359_mtkaif_calibration_disable +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-mt6359 0xe912d6ac mt6359_set_mtkaif_calibration_phase +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-mt6359 0xeeb04bdf mt6359_set_mtkaif_protocol +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-nau8821 0xe4db58d3 nau8821_enable_jack_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-nau8824 0x98525809 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 0x660e54d8 pcm1789_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm1789-codec 0xaf5ae31c pcm1789_common_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm1789-codec 0xb4bcd969 pcm1789_common_exit +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm179x-codec 0x1b2b7928 pcm179x_common_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm179x-codec 0x61bef8f0 pcm179x_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm186x 0x734f44e1 pcm186x_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm186x 0xce2a0990 pcm186x_regmap +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm3168a 0x611ed872 pcm3168a_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm3168a 0x89cc4333 pcm3168a_regmap +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm3168a 0xaea645cb pcm3168a_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm3168a 0xb360b802 pcm3168a_pm_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm512x 0x8336e0cf pcm512x_pm_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm512x 0x86cb998f pcm512x_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm512x 0x96a4ba55 pcm512x_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm512x 0xbf8aac10 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 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 0x24926836 rt5640_set_ovcd_params +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5640 0x32bdc743 rt5640_sel_asrc_clk_src +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5640 0x4f6b56d4 rt5640_dmic_enable +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5640 0x5f00d6b0 rt5640_disable_micbias1_for_ovcd +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5640 0xbcabe60b rt5640_enable_micbias1_for_ovcd +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5640 0xc4fa3cb2 rt5640_detect_headset +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5645 0xbf45a827 rt5645_set_jack_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5645 0xc8a680ab rt5645_sel_asrc_clk_src +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5659 0x49a40b76 rt5659_set_jack_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5663 0x94df6776 rt5663_sel_asrc_clk_src +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5677 0x66c9c9f4 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 0x1184e41c rt5682_volatile_register +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0x1a59ab7e rt5682_sel_asrc_clk_src +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0x25db991c rt5682_apply_patch_list +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0x2d94c3a8 rt5682_reset +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0x33a91e85 rt5682_parse_dt +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0x4fd343ad rt5682_readable_register +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0x6a4e6e1f rt5682_soc_component_dev +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0x6baba4ec rt5682_aif2_dai_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0x809c1fef rt5682_aif1_dai_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0x85da3b2a rt5682_register_dai_clks +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0x8a6ab2f9 rt5682_calibrate +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0x91079df2 rt5682_jack_detect_handler +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0xb897de56 rt5682_reg +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682s 0xd5be44d5 rt5682s_sel_asrc_clk_src +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-sigmadsp 0x10b7be77 sigmadsp_attach +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-sigmadsp 0x24f71d74 devm_sigmadsp_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-sigmadsp 0x445a8b09 sigmadsp_reset +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-sigmadsp 0xa3abea6d sigmadsp_setup +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-sigmadsp 0xc067cc37 sigmadsp_restrict_params +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-sigmadsp-i2c 0x6ae283a5 devm_sigmadsp_init_i2c +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-sigmadsp-regmap 0x928943c7 devm_sigmadsp_init_regmap +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-src4xxx 0x3d9878a0 src4xxx_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-src4xxx 0x7f25fa69 src4xxx_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-ssm2602 0xadf1bfe9 ssm2602_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-ssm2602 0xe45dbf1f ssm2602_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tlv320aic32x4 0xbed58c63 aic32x4_register_clocks +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tlv320aic3x 0x356e2d9a aic3x_regmap +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-ts3a227e 0xad4dc5ca ts3a227e_enable_jack_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-twl6040 0x6dcd4df2 twl6040_get_hs_step_size +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-twl6040 0x7b167767 twl6040_get_clk_id +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-twl6040 0x9b2eee7b twl6040_get_trim_value +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-twl6040 0xc13bdfae twl6040_hs_jack_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-twl6040 0xfe5654bb twl6040_get_dl1_gain +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 0x1740016c wcd938x_sdw_device_get +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wcd938x-sdw 0x51913c69 wcd938x_sdw_hw_params +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wcd938x-sdw 0x86fa9e8f wcd938x_swr_get_current_bank +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wcd938x-sdw 0xba89a958 wcd938x_sdw_free +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wcd938x-sdw 0xfebefd2d wcd938x_sdw_set_sdw_stream +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x057ef581 wm_adsp_fw_put +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x1563b955 wm_adsp_compr_handle_irq +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x22f0e766 wm_adsp_compr_open +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x232de864 wm_adsp_read_ctl +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x320073b5 wm_adsp_compr_copy +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x46824791 wm_adsp_fw_enum +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x4b4a5755 wm_adsp_event +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x4eb069f7 wm_adsp2_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 0x58dbbc73 wm_adsp2_preloader_put +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x7352cfcf wm_adsp_compr_get_caps +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x8f4496d4 wm_adsp_early_event +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xa9c18ce8 wm_adsp_compr_set_params +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xab32af0a wm_adsp2_component_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xac0eaf05 wm_adsp1_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xad101946 wm_adsp2_preloader_get +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xb0bd2494 wm_adsp_compr_trigger +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xb50aa599 wm_adsp2_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xbcf8a727 wm_adsp1_event +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xd54f6a83 wm_halo_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xd76eaac1 wm_adsp_write_ctl +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 0xe79006b8 wm_adsp2_set_dspclk +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xea38ee07 wm_halo_bus_error +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xf02337d5 wm_adsp2_component_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xf0b550b4 wm_adsp_fw_get +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xf264293b wm_adsp_compr_free +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xfcb6ba3c wm_adsp_compr_pointer +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 0x63eabe51 wm_hubs_vmid_ena +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 0x8cf7a40c wm_hubs_add_analogue_controls +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-hubs 0x98542bdc wm_hubs_hpr_mux +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-hubs 0xa1884837 wm_hubs_hpl_mux +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-hubs 0xa631bfed wm_hubs_handle_analogue_pdata +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-hubs 0xc6a0dc4d wm_hubs_add_analogue_routes +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-hubs 0xed9231e6 wm_hubs_update_class_w +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-hubs 0xf9c96e99 wm_hubs_set_bias_level +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8731 0x63183138 wm8731_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8731 0x6c9f91d4 wm8731_regmap +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8804 0x38094ca2 wm8804_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8804 0x8cc3766c wm8804_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8804 0x966663ed wm8804_pm +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8804 0xb1d7c371 wm8804_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8903 0x2184a123 wm8903_mic_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8962 0xfe010258 wm8962_mic_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8994 0x05436de4 wm8958_mic_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8994 0x710b78c0 wm8994_mic_detect +EXPORT_SYMBOL_GPL sound/soc/fsl/snd-soc-fsl-asrc 0x20a75713 fsl_asrc_component +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-audio-graph-card 0x5c114794 audio_graph_parse_of +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-audio-graph-card2 0x075df159 audio_graph2_link_c2c +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-audio-graph-card2 0x1365ec63 audio_graph2_link_normal +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-audio-graph-card2 0x7442e2f3 audio_graph2_link_dpcm +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-audio-graph-card2 0xd4b613c6 audio_graph2_parse_of +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x001da70d asoc_simple_shutdown +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 0x066d5b38 asoc_simple_set_dailink_name +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x1374f18f asoc_simple_canonicalize_platform +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x174fa3bc asoc_simple_parse_pin_switches +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x270cf1b3 asoc_simple_parse_widgets +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x29da7789 asoc_simple_parse_card_name +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x38abeef9 asoc_simple_init_jack +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x445ed23d asoc_simple_dai_init +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x4c172724 asoc_simple_init_priv +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x50f8c88c asoc_graph_card_probe +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x566bb6c2 asoc_simple_parse_routing +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x73798a04 asoc_simple_parse_convert +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x91df52bf asoc_simple_parse_daifmt +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x984410a2 asoc_simple_remove +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xad3964ad asoc_simple_clean_reference +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xb62476b0 asoc_simple_canonicalize_cpu +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xc6fcd074 asoc_simple_parse_clk +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xc81acd45 asoc_graph_is_ports0 +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xd1e9d5dd asoc_simple_startup +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xde929b66 asoc_simple_be_hw_params_fixup +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xdf15cef4 asoc_simple_parse_tdm_width_map +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xfa768517 asoc_simple_hw_params +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x05bece78 mtk_afe_fe_prepare +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x0660e90f mtk_memif_set_pbuf_size +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x09081d50 mtk_afe_resume +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x14a4ea86 mtk_afe_fe_hw_free +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x190e9cfd mtk_sof_card_probe +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x39ac51a5 mtk_afe_pcm_pointer +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x3a69fe02 mtk_afe_pcm_platform +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x3d34c5c0 mtk_afe_fe_ops +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x3d5c6ead mtk_afe_fe_hw_params +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x523a3d92 mtk_memif_set_format +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x524e2977 mtk_memif_set_enable +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x67af66aa mtk_afe_pcm_new +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x6eb59fca mtk_afe_fe_startup +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x7e8463a4 mtk_afe_fe_trigger +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x8f811ed8 mtk_dynamic_irq_acquire +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x9c83cbba mtk_memif_set_rate_substream +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x9eacd387 mtk_dynamic_irq_release +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0xa0c16279 mtk_afe_fe_shutdown +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0xa11df943 mtk_memif_set_rate +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0xa355f9c8 mtk_memif_set_disable +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0xb0da099b mtk_sof_dai_link_fixup +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0xba38ea93 mtk_sof_card_late_probe +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0xc632dcb2 mtk_afe_suspend +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0xd96348fd mtk_afe_add_sub_dai_control +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0xe171e57f mtk_afe_combine_sub_dai +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0xe21bcfef mtk_sof_dailink_parse_of +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0xec4b0c56 mtk_memif_set_addr +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0xed1a8d30 mtk_memif_set_channel +EXPORT_SYMBOL_GPL sound/soc/mediatek/mt8183/snd-soc-mt8183-afe 0x48fa8f1e mt8183_dai_i2s_set_share +EXPORT_SYMBOL_GPL sound/soc/mediatek/mt8186/snd-soc-mt8186-afe 0x24f04ba7 mt8186_mt6366_card_set_be_link +EXPORT_SYMBOL_GPL sound/soc/mediatek/mt8186/snd-soc-mt8186-afe 0xd2ef87f3 mt8186_afe_gpio_init +EXPORT_SYMBOL_GPL sound/soc/mediatek/mt8186/snd-soc-mt8186-afe 0xdfdea1c0 mt8186_dai_i2s_set_share +EXPORT_SYMBOL_GPL sound/soc/mediatek/mt8186/snd-soc-mt8186-afe 0xf72014f7 mt8186_mt6366_init +EXPORT_SYMBOL_GPL sound/soc/mediatek/mt8192/snd-soc-mt8192-afe 0x148d1554 mt8192_dai_i2s_set_share +EXPORT_SYMBOL_GPL sound/soc/mediatek/mt8195/snd-soc-mt8195-afe 0x40ae5528 mt8195_afe_enable_clk +EXPORT_SYMBOL_GPL sound/soc/mediatek/mt8195/snd-soc-mt8195-afe 0xdea00cd2 mt8195_afe_disable_clk +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-fifo 0x1a669ffb axg_fifo_pcm_hw_params +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-fifo 0x3c989529 g12a_fifo_pcm_hw_params +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-fifo 0x402a5fb9 axg_fifo_pcm_hw_free +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-fifo 0x5df8328f axg_fifo_pcm_open +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-fifo 0x72f0ac4c axg_fifo_pcm_new +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-fifo 0x75b34e7c axg_fifo_probe +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-fifo 0x99f6c00c axg_fifo_pcm_trigger +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-fifo 0xbd992178 axg_fifo_pcm_close +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-fifo 0xe13af94e axg_fifo_pcm_pointer +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 0x970060bd axg_tdm_stream_start +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-tdm-formatter 0xc233530b axg_tdm_formatter_probe +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-tdm-formatter 0xe73a8efc axg_tdm_formatter_event +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-tdm-interface 0x001ac269 axg_tdm_set_tdm_slots +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-card-utils 0x09e2f33c meson_card_set_fe_link +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-card-utils 0x28fca61d meson_card_i2s_set_sysclk +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-card-utils 0x2a42b5da meson_card_remove +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-card-utils 0x5cd39943 meson_card_reallocate_links +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-card-utils 0x703b3dcc meson_card_parse_daifmt +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-card-utils 0xaea5fe75 meson_card_parse_dai +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-card-utils 0xd257e34b meson_card_set_be_link +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-card-utils 0xd6e8dc29 meson_card_probe +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-codec-glue 0x1dafb05d meson_codec_glue_input_dai_remove +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-codec-glue 0x7297699f meson_codec_glue_output_startup +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-codec-glue 0xbe762e82 meson_codec_glue_input_set_fmt +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-codec-glue 0xca5baf8d meson_codec_glue_input_get_data +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-codec-glue 0xf28fa8b7 meson_codec_glue_input_dai_probe +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-codec-glue 0xfac352b5 meson_codec_glue_input_hw_params +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6adm 0x28421460 q6adm_get_copp_id +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6adm 0x56932dee q6adm_open +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6adm 0x89dc578e q6adm_matrix_map +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6adm 0xa4e1b446 q6adm_close +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6afe 0x07a54780 q6afe_cdc_dma_port_prepare +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6afe 0x1daf2fac 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 0xa30c5f3b 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 0x56418ca6 q6asm_map_memory_regions +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 0x9980414e 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 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 0x12129405 q6prm_set_lpass_clock +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6prm 0x6244dfa1 q6prm_unvote_lpass_core_hw +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6prm 0xa2a38ea8 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 0x06832380 q6apm_write_async +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x12378d17 q6apm_graph_media_format_shmem +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x145cf8f6 audioreach_alloc_apm_cmd_pkt +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x1edc963b audioreach_map_memory_regions +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x1f51aaa3 q6apm_graph_start +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x3ae804e3 audioreach_tplg_init +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x3b520d9d q6apm_graph_get_rx_shmem_module_iid +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x4e79b82b q6apm_graph_close +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 0x65e3159e audioreach_alloc_graph_pkt +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x77dd9b9b q6apm_graph_stop +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x7f4d39c8 audioreach_alloc_pkt +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x816103c3 q6apm_map_memory_regions +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x840596ee audioreach_set_media_format +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x8ba05179 audioreach_shared_memory_send_eos +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0xb41ab437 audioreach_gain_set_vol_ctrl +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0xb5f522d8 audioreach_graph_free_buf +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0xc2ce922c q6apm_read +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0xcc15a6e8 q6apm_graph_prepare +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0xccbb3b6c q6apm_graph_open +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0xd18ee76d audioreach_graph_send_cmd_sync +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0xe18792ab q6apm_graph_flush +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0xeaba6546 q6apm_unmap_memory_regions +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0xeffb6e48 q6apm_graph_media_format_pcm +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0xfe10bb62 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 0x3fc259ae q6dsp_audio_ports_of_xlate_dai_name +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6dsp-common 0x4c8c3142 q6dsp_audio_ports_set_config +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6dsp-common 0x66065ca6 q6dsp_clock_dev_probe +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-lpass-cdc-dma 0x2d1c359c asoc_qcom_lpass_cdc_dma_dai_ops +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-lpass-cpu 0x1631b5df asoc_qcom_lpass_cpu_platform_shutdown +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-lpass-cpu 0x1e4de941 asoc_qcom_lpass_cpu_platform_probe +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-lpass-cpu 0x69e3f985 asoc_qcom_lpass_cpu_platform_remove +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-lpass-cpu 0x8058096f asoc_qcom_lpass_cpu_dai_probe +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-lpass-cpu 0xc9d6535c lpass_cpu_pcm_new +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-lpass-cpu 0xdebc3700 asoc_qcom_lpass_cpu_dai_ops +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-lpass-hdmi 0x4f7e789e asoc_qcom_lpass_hdmi_dai_ops +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-lpass-platform 0xe3b1ee6f asoc_qcom_lpass_platform_register +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-qcom-common 0x362fc988 qcom_snd_wcd_jack_setup +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-qcom-common 0x91880962 qcom_snd_parse_of +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-qcom-sdw 0x2ba72196 qcom_snd_sdw_hw_params +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-qcom-sdw 0x8d177afb qcom_snd_sdw_hw_free +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-qcom-sdw 0xf4e6f987 qcom_snd_sdw_prepare +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra-machine 0x388ad496 tegra_asoc_machine_init +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra-machine 0x893a8891 tegra_asoc_machine_probe +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra-pcm 0x07f7e7f8 tegra_pcm_platform_unregister +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra-pcm 0x54bcc9e9 tegra_pcm_platform_register +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra-pcm 0x6426fd64 tegra_pcm_open +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra-pcm 0x65c43fb1 tegra_pcm_hw_params +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra-pcm 0x9875e75d tegra_pcm_platform_register_with_chan_names +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra-pcm 0xb9121ff6 tegra_pcm_pointer +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra-pcm 0xc0990445 tegra_pcm_construct +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra-pcm 0xc71aab41 devm_tegra_pcm_platform_register +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra-pcm 0xfabf7025 tegra_pcm_close +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra30-ahub 0x386bbc30 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 0x6060e6f9 tegra30_ahub_allocate_rx_fifo +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 0xe549513a tegra30_ahub_unset_rx_cif_source +EXPORT_SYMBOL_GPL sound/soc/ti/snd-soc-omap-mcbsp 0x7db4c50c omap_mcbsp_st_add_controls +EXPORT_SYMBOL_GPL sound/soc/ti/snd-soc-omap-mcpdm 0xb0d6dd5a omap_mcpdm_configure_dn_offsets +EXPORT_SYMBOL_GPL sound/soc/ti/snd-soc-ti-edma 0xb4ccebcd edma_pcm_platform_register +EXPORT_SYMBOL_GPL sound/soc/ti/snd-soc-ti-sdma 0x7d3757d4 sdma_pcm_platform_register +EXPORT_SYMBOL_GPL sound/soc/ti/snd-soc-ti-udma 0xb1f2a008 udma_pcm_platform_register +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x1c285d6e line6_init_midi +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x1f974e6e line6_init_pcm +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x202a1b1b line6_midi_id +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x2a2188bf line6_send_raw_message_async +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x31b6a3b6 line6_pcm_acquire +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x3f26511c line6_read_serial_number +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x503562a6 line6_pcm_release +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x5deb2055 line6_suspend +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x85fa00ae line6_send_raw_message +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x8b7c0741 line6_alloc_sysex_buffer +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0xa21bbde5 line6_read_data +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0xc2c5038c line6_resume +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0xdf441fb0 line6_send_sysex_message +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0xe2e0a447 line6_disconnect +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0xe39c4feb line6_version_request_async +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0xee127a3e line6_write_data +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0xffef3a89 line6_probe +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 0x0004b050 __clk_mux_determine_rate_closest +EXPORT_SYMBOL_GPL vmlinux 0x0015c00c __fl6_sock_lookup +EXPORT_SYMBOL_GPL vmlinux 0x0021294c component_del +EXPORT_SYMBOL_GPL vmlinux 0x002692f2 ata_sas_tport_add +EXPORT_SYMBOL_GPL vmlinux 0x00276aad wakeup_source_add +EXPORT_SYMBOL_GPL vmlinux 0x003082db pci_msi_unmask_irq +EXPORT_SYMBOL_GPL vmlinux 0x003b93a3 ahci_dev_classify +EXPORT_SYMBOL_GPL vmlinux 0x004e1ab2 skb_defer_rx_timestamp +EXPORT_SYMBOL_GPL vmlinux 0x00513f58 get_timespec64 +EXPORT_SYMBOL_GPL vmlinux 0x0051e5a6 snd_soc_get_xr_sx +EXPORT_SYMBOL_GPL vmlinux 0x0053e821 tracepoint_probe_register_prio_may_exist +EXPORT_SYMBOL_GPL vmlinux 0x00632780 work_busy +EXPORT_SYMBOL_GPL vmlinux 0x0064d1e3 synth_event_trace_array +EXPORT_SYMBOL_GPL vmlinux 0x006560a4 rockchip_register_softrst_lut +EXPORT_SYMBOL_GPL vmlinux 0x0079a2f2 fwnode_gpiod_get_index +EXPORT_SYMBOL_GPL vmlinux 0x007b23a1 page_endio +EXPORT_SYMBOL_GPL vmlinux 0x0082e6de devres_open_group +EXPORT_SYMBOL_GPL vmlinux 0x008c4a5f snd_soc_bytes_info +EXPORT_SYMBOL_GPL vmlinux 0x00a12ed3 devlink_port_type_clear +EXPORT_SYMBOL_GPL vmlinux 0x00b18bfb snd_soc_bytes_tlv_callback +EXPORT_SYMBOL_GPL vmlinux 0x00b42567 ata_sff_dev_classify +EXPORT_SYMBOL_GPL vmlinux 0x00c1a846 tcp_bpf_update_proto +EXPORT_SYMBOL_GPL vmlinux 0x00d4c500 usb_decode_interval +EXPORT_SYMBOL_GPL vmlinux 0x0122e42a vfs_cancel_lock +EXPORT_SYMBOL_GPL vmlinux 0x0125e60f device_bind_driver +EXPORT_SYMBOL_GPL vmlinux 0x012e7510 __traceiter_xdp_bulk_tx +EXPORT_SYMBOL_GPL vmlinux 0x0148b798 mmc_send_abort_tuning +EXPORT_SYMBOL_GPL vmlinux 0x014e8186 cpu_scale +EXPORT_SYMBOL_GPL vmlinux 0x015a8498 imx_clk_hw_cpu +EXPORT_SYMBOL_GPL vmlinux 0x016bf896 perf_pmu_register +EXPORT_SYMBOL_GPL vmlinux 0x0170956a show_class_attr_string +EXPORT_SYMBOL_GPL vmlinux 0x0170dcb8 sdio_memcpy_toio +EXPORT_SYMBOL_GPL vmlinux 0x017328d9 balloon_page_list_dequeue +EXPORT_SYMBOL_GPL vmlinux 0x017804b7 of_prop_next_string +EXPORT_SYMBOL_GPL vmlinux 0x0178344f devl_trap_policers_register +EXPORT_SYMBOL_GPL vmlinux 0x017eea6c __rio_local_write_config_8 +EXPORT_SYMBOL_GPL vmlinux 0x0182b790 __rtnl_link_unregister +EXPORT_SYMBOL_GPL vmlinux 0x01866a57 ezx_pcap_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x018e0f5f blkcg_deactivate_policy +EXPORT_SYMBOL_GPL vmlinux 0x0194322d tty_port_register_device_attr +EXPORT_SYMBOL_GPL vmlinux 0x01b5111a sata_link_scr_lpm +EXPORT_SYMBOL_GPL vmlinux 0x01b8ad58 clk_gate_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0x01b992fa scsi_register_device_handler +EXPORT_SYMBOL_GPL vmlinux 0x01bb97d4 snd_soc_component_compr_copy +EXPORT_SYMBOL_GPL vmlinux 0x01c1975e usb_autopm_get_interface_async +EXPORT_SYMBOL_GPL vmlinux 0x01c6cb0c cpu_cluster_pm_enter +EXPORT_SYMBOL_GPL vmlinux 0x01cb6082 clk_hw_get_parent_by_index +EXPORT_SYMBOL_GPL vmlinux 0x01e1a8de kgdb_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0x01e6ce64 regulator_irq_helper +EXPORT_SYMBOL_GPL vmlinux 0x01f50299 __inet_lookup_established +EXPORT_SYMBOL_GPL vmlinux 0x01ff7b4d bus_unregister +EXPORT_SYMBOL_GPL vmlinux 0x02000dd0 snd_ctl_disconnect_layer +EXPORT_SYMBOL_GPL vmlinux 0x02014a5d crypto_register_rngs +EXPORT_SYMBOL_GPL vmlinux 0x0207a6c6 reset_control_bulk_acquire +EXPORT_SYMBOL_GPL vmlinux 0x02157ca5 gpiod_get +EXPORT_SYMBOL_GPL vmlinux 0x02202d7f blk_req_zone_write_trylock +EXPORT_SYMBOL_GPL vmlinux 0x0221ed7f usb_add_phy_dev +EXPORT_SYMBOL_GPL vmlinux 0x02394899 play_idle_precise +EXPORT_SYMBOL_GPL vmlinux 0x0239bb1b bio_trim +EXPORT_SYMBOL_GPL vmlinux 0x023c9000 power_supply_charge_behaviour_show +EXPORT_SYMBOL_GPL vmlinux 0x024072d7 mtd_ooblayout_count_eccbytes +EXPORT_SYMBOL_GPL vmlinux 0x02487a8a vp_modern_queue_vector +EXPORT_SYMBOL_GPL vmlinux 0x025bb3ac pci_epc_mem_init +EXPORT_SYMBOL_GPL vmlinux 0x026f3380 btree_lookup +EXPORT_SYMBOL_GPL vmlinux 0x027d964e devm_gpiod_put_array +EXPORT_SYMBOL_GPL vmlinux 0x028790d8 mtk_pinconf_bias_set_rev1 +EXPORT_SYMBOL_GPL vmlinux 0x02aa7394 gpiochip_line_is_persistent +EXPORT_SYMBOL_GPL vmlinux 0x02bab11f vcap_rule_mod_action_u32 +EXPORT_SYMBOL_GPL vmlinux 0x02c4c456 rhashtable_walk_exit +EXPORT_SYMBOL_GPL vmlinux 0x02c5c501 power_supply_find_ocv2cap_table +EXPORT_SYMBOL_GPL vmlinux 0x02d438dc snd_soc_card_jack_new +EXPORT_SYMBOL_GPL vmlinux 0x02e67eea dev_pm_opp_enable +EXPORT_SYMBOL_GPL vmlinux 0x02ea61a6 dax_flush +EXPORT_SYMBOL_GPL vmlinux 0x030581a1 scsi_eh_ready_devs +EXPORT_SYMBOL_GPL vmlinux 0x03067473 pci_find_ht_capability +EXPORT_SYMBOL_GPL vmlinux 0x030cbca2 ata_id_xfermask +EXPORT_SYMBOL_GPL vmlinux 0x0312b3b0 reset_controller_add_lookup +EXPORT_SYMBOL_GPL vmlinux 0x031b7982 ip6_dst_lookup_flow +EXPORT_SYMBOL_GPL vmlinux 0x0321cdbf of_alias_get_highest_id +EXPORT_SYMBOL_GPL vmlinux 0x03315f0c btree_destroy +EXPORT_SYMBOL_GPL vmlinux 0x033832c7 usb_amd_hang_symptom_quirk +EXPORT_SYMBOL_GPL vmlinux 0x033b6524 ima_file_hash +EXPORT_SYMBOL_GPL vmlinux 0x033b85eb devm_otg_ulpi_create +EXPORT_SYMBOL_GPL vmlinux 0x0343bdf1 __i2c_board_list +EXPORT_SYMBOL_GPL vmlinux 0x03565b5e alloc_dax +EXPORT_SYMBOL_GPL vmlinux 0x0367b6eb snd_soc_runtime_action +EXPORT_SYMBOL_GPL vmlinux 0x036d8e9b klist_add_tail +EXPORT_SYMBOL_GPL vmlinux 0x0392ab23 fsnotify_put_mark +EXPORT_SYMBOL_GPL vmlinux 0x03950e43 virtio_max_dma_size +EXPORT_SYMBOL_GPL vmlinux 0x03952887 ktime_add_safe +EXPORT_SYMBOL_GPL vmlinux 0x03a663c3 virtio_device_freeze +EXPORT_SYMBOL_GPL vmlinux 0x03b2623e __tracepoint_devlink_trap_report +EXPORT_SYMBOL_GPL vmlinux 0x03c5d79e phy_modify_mmd +EXPORT_SYMBOL_GPL vmlinux 0x03d871d7 vp_legacy_set_features +EXPORT_SYMBOL_GPL vmlinux 0x03e53e83 ata_dev_pair +EXPORT_SYMBOL_GPL vmlinux 0x03fef516 sysfs_remove_groups +EXPORT_SYMBOL_GPL vmlinux 0x04055f29 pm_genpd_init +EXPORT_SYMBOL_GPL vmlinux 0x0412332f rcar_rst_set_rproc_boot_addr +EXPORT_SYMBOL_GPL vmlinux 0x041e0c0f rio_request_inb_mbox +EXPORT_SYMBOL_GPL vmlinux 0x042ab9aa imx_get_clk_hw_by_name +EXPORT_SYMBOL_GPL vmlinux 0x0434a78d platform_get_resource +EXPORT_SYMBOL_GPL vmlinux 0x04374cde posix_clock_register +EXPORT_SYMBOL_GPL vmlinux 0x04442ce5 hwmon_device_register_with_groups +EXPORT_SYMBOL_GPL vmlinux 0x0448b7b0 devfreq_event_get_edev_count +EXPORT_SYMBOL_GPL vmlinux 0x0465a073 regmap_reg_in_ranges +EXPORT_SYMBOL_GPL vmlinux 0x04678e53 snd_dmaengine_pcm_refine_runtime_hwparams +EXPORT_SYMBOL_GPL vmlinux 0x046ab3f6 cpufreq_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0x046f359e of_overlay_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0x048b5f8d twl4030_audio_get_mclk +EXPORT_SYMBOL_GPL vmlinux 0x0495dead __cpuhp_state_add_instance +EXPORT_SYMBOL_GPL vmlinux 0x04a2c934 of_reserved_mem_device_init_by_idx +EXPORT_SYMBOL_GPL vmlinux 0x04ab1b0b skb_gso_validate_network_len +EXPORT_SYMBOL_GPL vmlinux 0x04ae4635 trace_handle_return +EXPORT_SYMBOL_GPL vmlinux 0x04b89fe6 ksm_madvise +EXPORT_SYMBOL_GPL vmlinux 0x04bb8e65 snd_soc_tplg_component_remove +EXPORT_SYMBOL_GPL vmlinux 0x04bbbaac debugfs_create_size_t +EXPORT_SYMBOL_GPL vmlinux 0x04c41c60 devlink_flash_update_status_notify +EXPORT_SYMBOL_GPL vmlinux 0x04c4f603 mpi_get_buffer +EXPORT_SYMBOL_GPL vmlinux 0x04c8aebf console_verbose +EXPORT_SYMBOL_GPL vmlinux 0x04d8bee8 kobject_uevent +EXPORT_SYMBOL_GPL vmlinux 0x04dcce4e remove_resource +EXPORT_SYMBOL_GPL vmlinux 0x04de6c2a of_phandle_args_to_fwspec +EXPORT_SYMBOL_GPL vmlinux 0x04e1b99f snd_pcm_std_chmaps +EXPORT_SYMBOL_GPL vmlinux 0x05057f10 phy_package_join +EXPORT_SYMBOL_GPL vmlinux 0x050c80c6 __blk_mq_debugfs_rq_show +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 0x052b5587 iommu_get_domain_for_dev +EXPORT_SYMBOL_GPL vmlinux 0x052c9aed ktime_get_real_fast_ns +EXPORT_SYMBOL_GPL vmlinux 0x053d738a __SCK__tp_func_br_fdb_update +EXPORT_SYMBOL_GPL vmlinux 0x054e550b kernel_halt +EXPORT_SYMBOL_GPL vmlinux 0x054f863f dma_resv_test_signaled +EXPORT_SYMBOL_GPL vmlinux 0x0558d4ee pci_doe_submit_task +EXPORT_SYMBOL_GPL vmlinux 0x05610897 of_changeset_destroy +EXPORT_SYMBOL_GPL vmlinux 0x05624882 cpufreq_driver_resolve_freq +EXPORT_SYMBOL_GPL vmlinux 0x0569844b sk_psock_msg_verdict +EXPORT_SYMBOL_GPL vmlinux 0x057daefb irq_gc_mask_set_bit +EXPORT_SYMBOL_GPL vmlinux 0x05883efb __traceiter_suspend_resume +EXPORT_SYMBOL_GPL vmlinux 0x0598c164 nand_wait_ready +EXPORT_SYMBOL_GPL vmlinux 0x05a12e98 __tracepoint_fdb_delete +EXPORT_SYMBOL_GPL vmlinux 0x05a36048 devl_resource_occ_get_unregister +EXPORT_SYMBOL_GPL vmlinux 0x05acc76c snd_soc_dapm_enable_pin +EXPORT_SYMBOL_GPL vmlinux 0x05ae6431 sk_msg_trim +EXPORT_SYMBOL_GPL vmlinux 0x05bb50b6 device_release_driver +EXPORT_SYMBOL_GPL vmlinux 0x05bd22f4 device_property_read_u8_array +EXPORT_SYMBOL_GPL vmlinux 0x05c3006b devm_reset_controller_register +EXPORT_SYMBOL_GPL vmlinux 0x05c93cab __tracepoint_non_standard_event +EXPORT_SYMBOL_GPL vmlinux 0x05ecb33e crypto_comp_decompress +EXPORT_SYMBOL_GPL vmlinux 0x060e3324 blk_mq_freeze_queue_wait_timeout +EXPORT_SYMBOL_GPL vmlinux 0x06114ab3 cpts_unregister +EXPORT_SYMBOL_GPL vmlinux 0x06122337 atomic_notifier_chain_unregister +EXPORT_SYMBOL_GPL vmlinux 0x06209f49 phy_lookup_setting +EXPORT_SYMBOL_GPL vmlinux 0x0626da5f od_unregister_powersave_bias_handler +EXPORT_SYMBOL_GPL vmlinux 0x06306ba8 spi_sync_locked +EXPORT_SYMBOL_GPL vmlinux 0x064db9a5 mark_mounts_for_expiry +EXPORT_SYMBOL_GPL vmlinux 0x064faded of_clk_get_from_provider +EXPORT_SYMBOL_GPL vmlinux 0x06625e55 misc_cg_try_charge +EXPORT_SYMBOL_GPL vmlinux 0x066449b1 devfreq_cooling_em_register +EXPORT_SYMBOL_GPL vmlinux 0x067ac8f8 devm_of_platform_depopulate +EXPORT_SYMBOL_GPL vmlinux 0x068924a6 vp_modern_map_vq_notify +EXPORT_SYMBOL_GPL vmlinux 0x06a4d4b5 switchdev_bridge_port_offload +EXPORT_SYMBOL_GPL vmlinux 0x06afa4f1 tun_get_tx_ring +EXPORT_SYMBOL_GPL vmlinux 0x06b53bd2 memalloc_socks_key +EXPORT_SYMBOL_GPL vmlinux 0x06bf2b89 vcap_lookup_rule_by_cookie +EXPORT_SYMBOL_GPL vmlinux 0x06c19087 inet_csk_listen_stop +EXPORT_SYMBOL_GPL vmlinux 0x06c51ec5 snd_card_rw_proc_new +EXPORT_SYMBOL_GPL vmlinux 0x06cca30b ring_buffer_record_off +EXPORT_SYMBOL_GPL vmlinux 0x06ce4edd usb_phy_gen_create_phy +EXPORT_SYMBOL_GPL vmlinux 0x06cffee1 virtqueue_enable_cb_delayed +EXPORT_SYMBOL_GPL vmlinux 0x06d2b195 btree_init +EXPORT_SYMBOL_GPL vmlinux 0x06da1a3b sdhci_cqe_disable +EXPORT_SYMBOL_GPL vmlinux 0x06e2d2ce fuse_conn_get +EXPORT_SYMBOL_GPL vmlinux 0x06e92aea nl_table_lock +EXPORT_SYMBOL_GPL vmlinux 0x06f5e981 phy_gbit_all_ports_features +EXPORT_SYMBOL_GPL vmlinux 0x0700fcf8 kstrdup_quotable_cmdline +EXPORT_SYMBOL_GPL vmlinux 0x0713645c hwrng_unregister +EXPORT_SYMBOL_GPL vmlinux 0x07242d92 put_dax +EXPORT_SYMBOL_GPL vmlinux 0x072afc2b devm_free_pages +EXPORT_SYMBOL_GPL vmlinux 0x07348a43 __clk_get_hw +EXPORT_SYMBOL_GPL vmlinux 0x07377b3e sdio_release_irq +EXPORT_SYMBOL_GPL vmlinux 0x0745e610 pci_d3cold_disable +EXPORT_SYMBOL_GPL vmlinux 0x07483e13 cn_del_callback +EXPORT_SYMBOL_GPL vmlinux 0x075079a9 snd_device_disconnect +EXPORT_SYMBOL_GPL vmlinux 0x0756a31c register_platform_power_off +EXPORT_SYMBOL_GPL vmlinux 0x076356e7 sfp_may_have_phy +EXPORT_SYMBOL_GPL vmlinux 0x07699524 __of_reset_control_get +EXPORT_SYMBOL_GPL vmlinux 0x0771e3b1 snd_soc_info_volsw_sx +EXPORT_SYMBOL_GPL vmlinux 0x0798ce1c of_dma_simple_xlate +EXPORT_SYMBOL_GPL vmlinux 0x079a68d6 irq_domain_set_hwirq_and_chip +EXPORT_SYMBOL_GPL vmlinux 0x07a74349 devm_init_badblocks +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 0x07c51fdb usb_get_current_frame_number +EXPORT_SYMBOL_GPL vmlinux 0x07d5cd6a ata_bmdma_dumb_qc_prep +EXPORT_SYMBOL_GPL vmlinux 0x07db23bf relay_switch_subbuf +EXPORT_SYMBOL_GPL vmlinux 0x07ddb56c user_destroy +EXPORT_SYMBOL_GPL vmlinux 0x07deb2fa device_match_any +EXPORT_SYMBOL_GPL vmlinux 0x07e8d0cd phy_check_downshift +EXPORT_SYMBOL_GPL vmlinux 0x07f5bfed __tracepoint_neigh_cleanup_and_release +EXPORT_SYMBOL_GPL vmlinux 0x08060c0e xfrm_state_mtu +EXPORT_SYMBOL_GPL vmlinux 0x080832b4 rockchip_clk_init +EXPORT_SYMBOL_GPL vmlinux 0x080b46b7 xdp_rxq_info_unused +EXPORT_SYMBOL_GPL vmlinux 0x08135613 dax_write_cache +EXPORT_SYMBOL_GPL vmlinux 0x08273920 skb_to_sgvec_nomark +EXPORT_SYMBOL_GPL vmlinux 0x08304984 mmc_regulator_set_ocr +EXPORT_SYMBOL_GPL vmlinux 0x083af8e7 ipv6_bpf_stub +EXPORT_SYMBOL_GPL vmlinux 0x0843abb0 ata_dummy_port_ops +EXPORT_SYMBOL_GPL vmlinux 0x08465b28 kthread_unpark +EXPORT_SYMBOL_GPL vmlinux 0x08555fab security_kernel_post_read_file +EXPORT_SYMBOL_GPL vmlinux 0x085a578f xhci_init_driver +EXPORT_SYMBOL_GPL vmlinux 0x085ec536 alarmtimer_get_rtcdev +EXPORT_SYMBOL_GPL vmlinux 0x087f5dc5 wm831x_of_match +EXPORT_SYMBOL_GPL vmlinux 0x0892d9e0 strp_unpause +EXPORT_SYMBOL_GPL vmlinux 0x0895f8e5 tty_encode_baud_rate +EXPORT_SYMBOL_GPL vmlinux 0x089e5b24 device_store_ulong +EXPORT_SYMBOL_GPL vmlinux 0x08a32d46 clk_divider_ops +EXPORT_SYMBOL_GPL vmlinux 0x08a88a9f __SCK__tp_func_ata_tf_load +EXPORT_SYMBOL_GPL vmlinux 0x08b30ae2 ncsi_vlan_rx_add_vid +EXPORT_SYMBOL_GPL vmlinux 0x08c30712 crypto_hash_walk_done +EXPORT_SYMBOL_GPL vmlinux 0x08c61932 devl_region_create +EXPORT_SYMBOL_GPL vmlinux 0x08cead08 pci_ecam_free +EXPORT_SYMBOL_GPL vmlinux 0x08d4886a component_add_typed +EXPORT_SYMBOL_GPL vmlinux 0x090158d1 snd_soc_component_compr_get_metadata +EXPORT_SYMBOL_GPL vmlinux 0x0901c886 kthread_flush_work +EXPORT_SYMBOL_GPL vmlinux 0x09033958 __pm_runtime_set_status +EXPORT_SYMBOL_GPL vmlinux 0x091449b0 fuse_dev_alloc_install +EXPORT_SYMBOL_GPL vmlinux 0x091d8834 sdio_readb +EXPORT_SYMBOL_GPL vmlinux 0x091eb9b4 round_jiffies +EXPORT_SYMBOL_GPL vmlinux 0x09324999 sbitmap_bitmap_show +EXPORT_SYMBOL_GPL vmlinux 0x09492220 musb_mailbox +EXPORT_SYMBOL_GPL vmlinux 0x0965dc0b vp_modern_get_status +EXPORT_SYMBOL_GPL vmlinux 0x09663e10 dev_pm_disable_wake_irq +EXPORT_SYMBOL_GPL vmlinux 0x096a633a edac_pci_free_ctl_info +EXPORT_SYMBOL_GPL vmlinux 0x096d847c netif_carrier_event +EXPORT_SYMBOL_GPL vmlinux 0x0976822d sfp_get_module_eeprom_by_page +EXPORT_SYMBOL_GPL vmlinux 0x099f8a83 debugfs_attr_write +EXPORT_SYMBOL_GPL vmlinux 0x099fd8ad ehci_adjust_port_wakeup_flags +EXPORT_SYMBOL_GPL vmlinux 0x09a13d16 usb_ep_enable +EXPORT_SYMBOL_GPL vmlinux 0x09a57ba7 snd_soc_of_get_dai_link_cpus +EXPORT_SYMBOL_GPL vmlinux 0x09ac2b2f sync_page_io +EXPORT_SYMBOL_GPL vmlinux 0x09b53e14 interval_tree_remove +EXPORT_SYMBOL_GPL vmlinux 0x09ba76e7 ahash_register_instance +EXPORT_SYMBOL_GPL vmlinux 0x09d2bace sync_blockdev_nowait +EXPORT_SYMBOL_GPL vmlinux 0x09d8dcfb umd_load_blob +EXPORT_SYMBOL_GPL vmlinux 0x09e53260 __tracepoint_pelt_dl_tp +EXPORT_SYMBOL_GPL vmlinux 0x09e913c1 snd_pcm_alt_chmaps +EXPORT_SYMBOL_GPL vmlinux 0x09fe25cc __regmap_init +EXPORT_SYMBOL_GPL vmlinux 0x0a123242 pci_epc_clear_bar +EXPORT_SYMBOL_GPL vmlinux 0x0a1380e1 crypto_skcipher_setkey +EXPORT_SYMBOL_GPL vmlinux 0x0a1657fb dma_async_device_channel_register +EXPORT_SYMBOL_GPL vmlinux 0x0a2e6b44 usb_wakeup_notification +EXPORT_SYMBOL_GPL vmlinux 0x0a32a3ad iomap_invalidate_folio +EXPORT_SYMBOL_GPL vmlinux 0x0a3408e4 cpuidle_disable_device +EXPORT_SYMBOL_GPL vmlinux 0x0a378bcc iomap_truncate_page +EXPORT_SYMBOL_GPL vmlinux 0x0a3c7806 pm_generic_freeze_late +EXPORT_SYMBOL_GPL vmlinux 0x0a48c902 __tcp_send_ack +EXPORT_SYMBOL_GPL vmlinux 0x0a626632 n_tty_inherit_ops +EXPORT_SYMBOL_GPL vmlinux 0x0a676ca6 snd_soc_dapm_free +EXPORT_SYMBOL_GPL vmlinux 0x0aacc364 vp_legacy_set_status +EXPORT_SYMBOL_GPL vmlinux 0x0ac818ca mtk_pinconf_bias_disable_set_rev1 +EXPORT_SYMBOL_GPL vmlinux 0x0acd64ac snd_soc_dapm_nc_pin_unlocked +EXPORT_SYMBOL_GPL vmlinux 0x0ada78ce fb_deferred_io_init +EXPORT_SYMBOL_GPL vmlinux 0x0aff8502 __bio_release_pages +EXPORT_SYMBOL_GPL vmlinux 0x0b022428 tc3589x_block_read +EXPORT_SYMBOL_GPL vmlinux 0x0b04f589 __clk_mux_determine_rate +EXPORT_SYMBOL_GPL vmlinux 0x0b07abe2 unshare_fs_struct +EXPORT_SYMBOL_GPL vmlinux 0x0b19b18f register_kretprobes +EXPORT_SYMBOL_GPL vmlinux 0x0b19b3a1 nf_queue +EXPORT_SYMBOL_GPL vmlinux 0x0b1e21e6 bpf_offload_dev_match +EXPORT_SYMBOL_GPL vmlinux 0x0b238e2c bpf_prog_destroy +EXPORT_SYMBOL_GPL vmlinux 0x0b2970fe klist_iter_init +EXPORT_SYMBOL_GPL vmlinux 0x0b2b9336 md_submit_discard_bio +EXPORT_SYMBOL_GPL vmlinux 0x0b2c3580 mtd_read +EXPORT_SYMBOL_GPL vmlinux 0x0b2e31b8 irq_work_queue +EXPORT_SYMBOL_GPL vmlinux 0x0b2f1117 da9052_request_irq +EXPORT_SYMBOL_GPL vmlinux 0x0b340fd8 qcom_smem_state_get +EXPORT_SYMBOL_GPL vmlinux 0x0b358f88 cgroup_get_from_fd +EXPORT_SYMBOL_GPL vmlinux 0x0b38049d gpiod_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x0b385648 task_active_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0x0b468949 vfs_lock_file +EXPORT_SYMBOL_GPL vmlinux 0x0b4a8834 musb_writeb +EXPORT_SYMBOL_GPL vmlinux 0x0b5ba88b skcipher_register_instance +EXPORT_SYMBOL_GPL vmlinux 0x0b69e104 pse_ethtool_get_status +EXPORT_SYMBOL_GPL vmlinux 0x0b6ebca1 sk_free_unlock_clone +EXPORT_SYMBOL_GPL vmlinux 0x0bb028d4 hisi_clk_register_fixed_factor +EXPORT_SYMBOL_GPL vmlinux 0x0bbe2447 devm_thermal_of_zone_unregister +EXPORT_SYMBOL_GPL vmlinux 0x0bcc5caf irq_domain_create_legacy +EXPORT_SYMBOL_GPL vmlinux 0x0bcd35e8 dm_audit_log_ti +EXPORT_SYMBOL_GPL vmlinux 0x0bf32478 __SCK__tp_func_pelt_rt_tp +EXPORT_SYMBOL_GPL vmlinux 0x0c1e310a encrypt_blob +EXPORT_SYMBOL_GPL vmlinux 0x0c20dea9 meson_pmx_get_funcs_count +EXPORT_SYMBOL_GPL vmlinux 0x0c303f52 bch_encode +EXPORT_SYMBOL_GPL vmlinux 0x0c32ff8a edac_pci_alloc_index +EXPORT_SYMBOL_GPL vmlinux 0x0c39380b attribute_container_register +EXPORT_SYMBOL_GPL vmlinux 0x0c4f6988 fat_remove_entries +EXPORT_SYMBOL_GPL vmlinux 0x0c58f3f0 iomap_file_buffered_write +EXPORT_SYMBOL_GPL vmlinux 0x0c5f9ba1 folio_wait_writeback +EXPORT_SYMBOL_GPL vmlinux 0x0c65902b fat_truncate_time +EXPORT_SYMBOL_GPL vmlinux 0x0c85bdf7 crypto_hash_walk_first +EXPORT_SYMBOL_GPL vmlinux 0x0c88c1c3 pci_vpd_find_id_string +EXPORT_SYMBOL_GPL vmlinux 0x0c8b2b15 pm_wakeup_dev_event +EXPORT_SYMBOL_GPL vmlinux 0x0ca61f60 sbitmap_get_shallow +EXPORT_SYMBOL_GPL vmlinux 0x0cb95645 tracing_snapshot_cond +EXPORT_SYMBOL_GPL vmlinux 0x0cc9d36c iommu_group_claim_dma_owner +EXPORT_SYMBOL_GPL vmlinux 0x0d017d22 uprobe_unregister +EXPORT_SYMBOL_GPL vmlinux 0x0d09285a clk_gate_ops +EXPORT_SYMBOL_GPL vmlinux 0x0d0eb139 __traceiter_br_fdb_external_learn_add +EXPORT_SYMBOL_GPL vmlinux 0x0d205c19 inet_csk_get_port +EXPORT_SYMBOL_GPL vmlinux 0x0d210326 devl_rate_leaf_create +EXPORT_SYMBOL_GPL vmlinux 0x0d2e119f gpiochip_is_requested +EXPORT_SYMBOL_GPL vmlinux 0x0d38b734 em_dev_register_perf_domain +EXPORT_SYMBOL_GPL vmlinux 0x0d3e3481 bch_free +EXPORT_SYMBOL_GPL vmlinux 0x0d3fb7d4 phy_interface_num_ports +EXPORT_SYMBOL_GPL vmlinux 0x0d427d6b __sock_recv_cmsgs +EXPORT_SYMBOL_GPL vmlinux 0x0d459213 work_on_cpu_safe +EXPORT_SYMBOL_GPL vmlinux 0x0d4961de nf_log_buf_open +EXPORT_SYMBOL_GPL vmlinux 0x0d53cc2a rockchip_register_restart_notifier +EXPORT_SYMBOL_GPL vmlinux 0x0d6a49d4 tcp_memory_per_cpu_fw_alloc +EXPORT_SYMBOL_GPL vmlinux 0x0d6f013d debugfs_create_x8 +EXPORT_SYMBOL_GPL vmlinux 0x0db3cafc tpm_pcr_extend +EXPORT_SYMBOL_GPL vmlinux 0x0dbd588b pm_runtime_autosuspend_expiration +EXPORT_SYMBOL_GPL vmlinux 0x0dd5c53b umd_cleanup_helper +EXPORT_SYMBOL_GPL vmlinux 0x0dd9fd97 vfs_listxattr +EXPORT_SYMBOL_GPL vmlinux 0x0ddb1cd7 llist_reverse_order +EXPORT_SYMBOL_GPL vmlinux 0x0ddc000b snd_soc_dai_compr_shutdown +EXPORT_SYMBOL_GPL vmlinux 0x0df32c7f ack_all_badblocks +EXPORT_SYMBOL_GPL vmlinux 0x0df578d1 pwmchip_remove +EXPORT_SYMBOL_GPL vmlinux 0x0e01761a device_create_managed_software_node +EXPORT_SYMBOL_GPL vmlinux 0x0e0ac777 snd_soc_dai_compr_get_metadata +EXPORT_SYMBOL_GPL vmlinux 0x0e0c6a7d crypto_dh_encode_key +EXPORT_SYMBOL_GPL vmlinux 0x0e141447 pci_iomap_wc_range +EXPORT_SYMBOL_GPL vmlinux 0x0e16cc16 tegra_bpmp_mrq_return +EXPORT_SYMBOL_GPL vmlinux 0x0e18b463 regulator_set_mode +EXPORT_SYMBOL_GPL vmlinux 0x0e1e550c blk_mq_quiesce_queue +EXPORT_SYMBOL_GPL vmlinux 0x0e29cab1 mmc_pwrseq_register +EXPORT_SYMBOL_GPL vmlinux 0x0e29f9a7 topology_update_thermal_pressure +EXPORT_SYMBOL_GPL vmlinux 0x0e2d62d0 ipv4_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0x0e37bb63 serdev_device_write +EXPORT_SYMBOL_GPL vmlinux 0x0e3ce1e3 crypto_register_alg +EXPORT_SYMBOL_GPL vmlinux 0x0e504882 dst_cache_set_ip6 +EXPORT_SYMBOL_GPL vmlinux 0x0e5b4975 __tracepoint_pelt_cfs_tp +EXPORT_SYMBOL_GPL vmlinux 0x0e5cc9d7 xdp_unreg_mem_model +EXPORT_SYMBOL_GPL vmlinux 0x0e6a5caf sdhci_get_property +EXPORT_SYMBOL_GPL vmlinux 0x0e751495 genphy_c45_pma_baset1_read_master_slave +EXPORT_SYMBOL_GPL vmlinux 0x0e81dd6d devres_remove_group +EXPORT_SYMBOL_GPL vmlinux 0x0e8a574a cpuacct_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0x0e979ca7 irq_set_default_host +EXPORT_SYMBOL_GPL vmlinux 0x0e9a7a0e nand_soft_waitrdy +EXPORT_SYMBOL_GPL vmlinux 0x0ea44dbf crypto_shash_tfm_digest +EXPORT_SYMBOL_GPL vmlinux 0x0ebfd9ed espintcp_queue_out +EXPORT_SYMBOL_GPL vmlinux 0x0ec62d9c ata_sff_qc_issue +EXPORT_SYMBOL_GPL vmlinux 0x0ecfea88 btf_type_by_id +EXPORT_SYMBOL_GPL vmlinux 0x0ed4dd2b __rtnl_link_register +EXPORT_SYMBOL_GPL vmlinux 0x0eda495b meson_clk_pll_ops +EXPORT_SYMBOL_GPL vmlinux 0x0edc94ba snd_power_ref_and_wait +EXPORT_SYMBOL_GPL vmlinux 0x0eddc47d rio_release_outb_dbell +EXPORT_SYMBOL_GPL vmlinux 0x0edf538d vfs_get_acl +EXPORT_SYMBOL_GPL vmlinux 0x0ee191a6 platform_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x0ee33d16 tcp_ca_openreq_child +EXPORT_SYMBOL_GPL vmlinux 0x0eeb5417 __kprobe_event_gen_cmd_start +EXPORT_SYMBOL_GPL vmlinux 0x0eee3cbc check_move_unevictable_folios +EXPORT_SYMBOL_GPL vmlinux 0x0f180070 ring_buffer_free_read_page +EXPORT_SYMBOL_GPL vmlinux 0x0f2da3dc rdma_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0x0f2e781a ata_std_error_handler +EXPORT_SYMBOL_GPL vmlinux 0x0f2e7e3c ip6_sk_redirect +EXPORT_SYMBOL_GPL vmlinux 0x0f3663f6 fwnode_graph_get_remote_endpoint +EXPORT_SYMBOL_GPL vmlinux 0x0f389aeb pm_clk_runtime_suspend +EXPORT_SYMBOL_GPL vmlinux 0x0f452a47 __tracepoint_mc_event +EXPORT_SYMBOL_GPL vmlinux 0x0f481f32 devlink_port_attrs_pci_vf_set +EXPORT_SYMBOL_GPL vmlinux 0x0f4aa4f6 sec_irq_init +EXPORT_SYMBOL_GPL vmlinux 0x0f55cd14 gpmc_omap_onenand_set_timings +EXPORT_SYMBOL_GPL vmlinux 0x0f590081 scsi_build_sense +EXPORT_SYMBOL_GPL vmlinux 0x0f5b0884 snd_soc_component_compr_ack +EXPORT_SYMBOL_GPL vmlinux 0x0f694452 extcon_find_edev_by_node +EXPORT_SYMBOL_GPL vmlinux 0x0f72c2f0 tpm_chip_register +EXPORT_SYMBOL_GPL vmlinux 0x0f7ca236 dmi_memdev_name +EXPORT_SYMBOL_GPL vmlinux 0x0f809cd7 pci_restore_msi_state +EXPORT_SYMBOL_GPL vmlinux 0x0f89dca8 __platform_register_drivers +EXPORT_SYMBOL_GPL vmlinux 0x0f95805d platform_device_register_full +EXPORT_SYMBOL_GPL vmlinux 0x0f9d815f kobject_move +EXPORT_SYMBOL_GPL vmlinux 0x0f9d9802 __traceiter_pelt_dl_tp +EXPORT_SYMBOL_GPL vmlinux 0x0fc8552b __traceiter_neigh_timer_handler +EXPORT_SYMBOL_GPL vmlinux 0x0fd065cb devm_blk_crypto_profile_init +EXPORT_SYMBOL_GPL vmlinux 0x0fd4610e kmem_dump_obj +EXPORT_SYMBOL_GPL vmlinux 0x0fdb5a69 spi_mem_dirmap_destroy +EXPORT_SYMBOL_GPL vmlinux 0x0fe00e73 crypto_mod_get +EXPORT_SYMBOL_GPL vmlinux 0x0ff399ed adp5520_clr_bits +EXPORT_SYMBOL_GPL vmlinux 0x0ff5fc6f ahci_platform_resume_host +EXPORT_SYMBOL_GPL vmlinux 0x0ff9b948 mtk_clk_register_plls +EXPORT_SYMBOL_GPL vmlinux 0x100359e4 stop_machine +EXPORT_SYMBOL_GPL vmlinux 0x100ec26f of_fdt_unflatten_tree +EXPORT_SYMBOL_GPL vmlinux 0x10138352 tracing_on +EXPORT_SYMBOL_GPL vmlinux 0x103fba23 disk_update_readahead +EXPORT_SYMBOL_GPL vmlinux 0x1043cac3 queue_work_node +EXPORT_SYMBOL_GPL vmlinux 0x105010cc serial8250_set_defaults +EXPORT_SYMBOL_GPL vmlinux 0x10523637 sysfs_remove_link_from_group +EXPORT_SYMBOL_GPL vmlinux 0x10524578 devm_nvmem_cell_get +EXPORT_SYMBOL_GPL vmlinux 0x106ad9e1 software_node_unregister_node_group +EXPORT_SYMBOL_GPL vmlinux 0x1083f2b9 mtk_clk_unregister_ref2usb_tx +EXPORT_SYMBOL_GPL vmlinux 0x10906859 serdev_device_set_flow_control +EXPORT_SYMBOL_GPL vmlinux 0x1091534c pci_user_read_config_word +EXPORT_SYMBOL_GPL vmlinux 0x1093ef78 ata_bmdma_irq_clear +EXPORT_SYMBOL_GPL vmlinux 0x10983b89 rtnl_af_unregister +EXPORT_SYMBOL_GPL vmlinux 0x109941d4 pci_load_and_free_saved_state +EXPORT_SYMBOL_GPL vmlinux 0x10b89330 crypto_has_shash +EXPORT_SYMBOL_GPL vmlinux 0x10bb2423 find_mci_by_dev +EXPORT_SYMBOL_GPL vmlinux 0x10cb68af pci_sriov_set_totalvfs +EXPORT_SYMBOL_GPL vmlinux 0x10d9ee96 badblocks_show +EXPORT_SYMBOL_GPL vmlinux 0x10d9f317 stack_depot_init +EXPORT_SYMBOL_GPL vmlinux 0x10ecc52c usb_amd_quirk_pll_enable +EXPORT_SYMBOL_GPL vmlinux 0x1104c4d5 trace_seq_puts +EXPORT_SYMBOL_GPL vmlinux 0x11091291 nand_extract_bits +EXPORT_SYMBOL_GPL vmlinux 0x1115af52 task_cls_state +EXPORT_SYMBOL_GPL vmlinux 0x11183785 devm_gpiod_get_from_of_node +EXPORT_SYMBOL_GPL vmlinux 0x112121a8 register_mtd_user +EXPORT_SYMBOL_GPL vmlinux 0x11448476 dax_region_put +EXPORT_SYMBOL_GPL vmlinux 0x1149c5f5 devfreq_event_get_edev_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0x114a3740 __tracepoint_rpm_return_int +EXPORT_SYMBOL_GPL vmlinux 0x1151bb3a net_ns_get_ownership +EXPORT_SYMBOL_GPL vmlinux 0x115d4676 device_attach +EXPORT_SYMBOL_GPL vmlinux 0x115fa02a gpiod_get_array_value +EXPORT_SYMBOL_GPL vmlinux 0x1171c909 ZSTD_getErrorName +EXPORT_SYMBOL_GPL vmlinux 0x11758b7e debugfs_create_x32 +EXPORT_SYMBOL_GPL vmlinux 0x11783d05 kobject_rename +EXPORT_SYMBOL_GPL vmlinux 0x117a6b90 iomap_dio_rw +EXPORT_SYMBOL_GPL vmlinux 0x11852de0 folio_wait_writeback_killable +EXPORT_SYMBOL_GPL vmlinux 0x1186f8c0 snd_dmaengine_pcm_prepare_slave_config +EXPORT_SYMBOL_GPL vmlinux 0x1189d827 dapm_pinctrl_event +EXPORT_SYMBOL_GPL vmlinux 0x11a2dfb3 handle_fasteoi_nmi +EXPORT_SYMBOL_GPL vmlinux 0x11a4c2af blk_insert_cloned_request +EXPORT_SYMBOL_GPL vmlinux 0x11b50b8e trace_array_get_by_name +EXPORT_SYMBOL_GPL vmlinux 0x11c3112a tracing_snapshot_cond_disable +EXPORT_SYMBOL_GPL vmlinux 0x11deeb97 devm_extcon_dev_unregister +EXPORT_SYMBOL_GPL vmlinux 0x11df0e75 devlink_fmsg_binary_pair_nest_start +EXPORT_SYMBOL_GPL vmlinux 0x11ee2acf compat_only_sysfs_link_entry_to_kobj +EXPORT_SYMBOL_GPL vmlinux 0x11f116c3 pci_bus_resource_n +EXPORT_SYMBOL_GPL vmlinux 0x11fc459a ata_pci_shutdown_one +EXPORT_SYMBOL_GPL vmlinux 0x120e663e ata_slave_link_init +EXPORT_SYMBOL_GPL vmlinux 0x121d958a unregister_die_notifier +EXPORT_SYMBOL_GPL vmlinux 0x12228676 vcap_debugfs +EXPORT_SYMBOL_GPL vmlinux 0x1228858b subsys_interface_register +EXPORT_SYMBOL_GPL vmlinux 0x122ca67e of_usb_get_dr_mode_by_phy +EXPORT_SYMBOL_GPL vmlinux 0x122ce299 sbitmap_init_node +EXPORT_SYMBOL_GPL vmlinux 0x1232db48 sysfs_merge_group +EXPORT_SYMBOL_GPL vmlinux 0x1234e483 get_cpu_iowait_time_us +EXPORT_SYMBOL_GPL vmlinux 0x1236af5c amba_device_put +EXPORT_SYMBOL_GPL vmlinux 0x1237def9 phy_create_lookup +EXPORT_SYMBOL_GPL vmlinux 0x12499158 pci_epf_alloc_space +EXPORT_SYMBOL_GPL vmlinux 0x1263acea gpiod_set_config +EXPORT_SYMBOL_GPL vmlinux 0x126785b9 edac_pci_del_device +EXPORT_SYMBOL_GPL vmlinux 0x12703de8 xhci_reset_bandwidth +EXPORT_SYMBOL_GPL vmlinux 0x1271aef8 cpufreq_cooling_unregister +EXPORT_SYMBOL_GPL vmlinux 0x1280e104 clk_regmap_divider_ro_ops +EXPORT_SYMBOL_GPL vmlinux 0x128135d7 xas_nomem +EXPORT_SYMBOL_GPL vmlinux 0x1282204b iommu_alloc_resv_region +EXPORT_SYMBOL_GPL vmlinux 0x128a7397 clkdev_hw_create +EXPORT_SYMBOL_GPL vmlinux 0x12a0771c kill_mtd_super +EXPORT_SYMBOL_GPL vmlinux 0x12b6b4fc thermal_zone_device_disable +EXPORT_SYMBOL_GPL vmlinux 0x12e612c2 rt_mutex_lock +EXPORT_SYMBOL_GPL vmlinux 0x12eec4e4 ata_bmdma_post_internal_cmd +EXPORT_SYMBOL_GPL vmlinux 0x12fdda03 regulator_set_bypass_regmap +EXPORT_SYMBOL_GPL vmlinux 0x1302745f crypto_inst_setname +EXPORT_SYMBOL_GPL vmlinux 0x13065628 dev_pm_opp_of_add_table +EXPORT_SYMBOL_GPL vmlinux 0x131a5ed7 regmap_del_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0x131d6741 cn_add_callback +EXPORT_SYMBOL_GPL vmlinux 0x131db64a system_long_wq +EXPORT_SYMBOL_GPL vmlinux 0x1322ee69 blk_mq_alloc_sq_tag_set +EXPORT_SYMBOL_GPL vmlinux 0x132858cf HUF_readStats_wksp +EXPORT_SYMBOL_GPL vmlinux 0x133969d7 __trace_printk +EXPORT_SYMBOL_GPL vmlinux 0x133c9219 edac_pci_create_generic_ctl +EXPORT_SYMBOL_GPL vmlinux 0x1351e62f firmware_kobj +EXPORT_SYMBOL_GPL vmlinux 0x1360704d irq_domain_create_sim +EXPORT_SYMBOL_GPL vmlinux 0x136209db power_supply_reg_notifier +EXPORT_SYMBOL_GPL vmlinux 0x13640660 get_cached_msi_msg +EXPORT_SYMBOL_GPL vmlinux 0x136ba3ee tty_kclose +EXPORT_SYMBOL_GPL vmlinux 0x1381d4f3 net_cls_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0x1384dda1 crypto_stats_ahash_update +EXPORT_SYMBOL_GPL vmlinux 0x13873fba __ata_ehi_push_desc +EXPORT_SYMBOL_GPL vmlinux 0x138e0957 dax_write_cache_enabled +EXPORT_SYMBOL_GPL vmlinux 0x13a1a113 bd_prepare_to_claim +EXPORT_SYMBOL_GPL vmlinux 0x13c37a03 page_reporting_unregister +EXPORT_SYMBOL_GPL vmlinux 0x13c6c769 mtk_clk_register_gates_with_dev +EXPORT_SYMBOL_GPL vmlinux 0x13d03268 pci_stop_root_bus +EXPORT_SYMBOL_GPL vmlinux 0x13dc6bcc usb_get_dr_mode +EXPORT_SYMBOL_GPL vmlinux 0x13e69af3 usb_autopm_put_interface_async +EXPORT_SYMBOL_GPL vmlinux 0x13eac098 class_dev_iter_init +EXPORT_SYMBOL_GPL vmlinux 0x13ed8784 sdev_evt_alloc +EXPORT_SYMBOL_GPL vmlinux 0x13f84fa5 devm_rtc_nvmem_register +EXPORT_SYMBOL_GPL vmlinux 0x13fdfe9c irq_generic_chip_ops +EXPORT_SYMBOL_GPL vmlinux 0x1403ad09 cpufreq_add_update_util_hook +EXPORT_SYMBOL_GPL vmlinux 0x14095917 bus_for_each_drv +EXPORT_SYMBOL_GPL vmlinux 0x1411b444 led_blink_set +EXPORT_SYMBOL_GPL vmlinux 0x141f38bf ktime_get_raw_fast_ns +EXPORT_SYMBOL_GPL vmlinux 0x1423f4b3 wm8350_clear_bits +EXPORT_SYMBOL_GPL vmlinux 0x1431c468 __devm_reset_control_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0x14447e26 pci_probe_reset_bus +EXPORT_SYMBOL_GPL vmlinux 0x144b33e2 srcu_batches_completed +EXPORT_SYMBOL_GPL vmlinux 0x1456a5e0 dev_pm_domain_attach +EXPORT_SYMBOL_GPL vmlinux 0x1469cade __pm_runtime_suspend +EXPORT_SYMBOL_GPL vmlinux 0x147edcbb pci_host_common_remove +EXPORT_SYMBOL_GPL vmlinux 0x14a98a21 cpu_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0x14accfb9 of_detach_node +EXPORT_SYMBOL_GPL vmlinux 0x14bd81b7 ata_do_dev_read_id +EXPORT_SYMBOL_GPL vmlinux 0x14ca358c pci_ioremap_bar +EXPORT_SYMBOL_GPL vmlinux 0x14cf8cc7 crypto_find_alg +EXPORT_SYMBOL_GPL vmlinux 0x14d7357f snd_soc_rtdcom_lookup +EXPORT_SYMBOL_GPL vmlinux 0x14db0747 spi_mem_poll_status +EXPORT_SYMBOL_GPL vmlinux 0x14ec51e7 __netpoll_setup +EXPORT_SYMBOL_GPL vmlinux 0x1501573c iomap_release_folio +EXPORT_SYMBOL_GPL vmlinux 0x1511dad7 devm_regulator_get +EXPORT_SYMBOL_GPL vmlinux 0x15129021 devm_gpiod_get_array_optional +EXPORT_SYMBOL_GPL vmlinux 0x1514f901 metadata_dst_free +EXPORT_SYMBOL_GPL vmlinux 0x151a75d0 fwnode_handle_get +EXPORT_SYMBOL_GPL vmlinux 0x1524fa48 cpts_release +EXPORT_SYMBOL_GPL vmlinux 0x1528a20d led_trigger_event +EXPORT_SYMBOL_GPL vmlinux 0x152c222e wbc_account_cgroup_owner +EXPORT_SYMBOL_GPL vmlinux 0x153b60a6 klist_del +EXPORT_SYMBOL_GPL vmlinux 0x15486f96 nand_select_target +EXPORT_SYMBOL_GPL vmlinux 0x1550efdf inet_peer_base_init +EXPORT_SYMBOL_GPL vmlinux 0x15510a89 devlink_fmsg_binary_put +EXPORT_SYMBOL_GPL vmlinux 0x1551bc4d subsys_dev_iter_init +EXPORT_SYMBOL_GPL vmlinux 0x1552783c mmc_cmdq_disable +EXPORT_SYMBOL_GPL vmlinux 0x155ec457 lwtunnel_encap_add_ops +EXPORT_SYMBOL_GPL vmlinux 0x15785920 fscrypt_prepare_new_inode +EXPORT_SYMBOL_GPL vmlinux 0x158676fe of_led_get +EXPORT_SYMBOL_GPL vmlinux 0x158680e7 tty_port_install +EXPORT_SYMBOL_GPL vmlinux 0x15886f48 hte_disable_ts +EXPORT_SYMBOL_GPL vmlinux 0x158d7b4f crypto_default_rng +EXPORT_SYMBOL_GPL vmlinux 0x159d5a81 devlink_resource_occ_get_register +EXPORT_SYMBOL_GPL vmlinux 0x159f7c5c snd_soc_dapm_dai_get_connected_widgets +EXPORT_SYMBOL_GPL vmlinux 0x15aa777b xfrm_audit_state_delete +EXPORT_SYMBOL_GPL vmlinux 0x15ab2790 __tracepoint_devlink_hwmsg +EXPORT_SYMBOL_GPL vmlinux 0x15ab4ca1 snd_soc_dapm_ignore_suspend +EXPORT_SYMBOL_GPL vmlinux 0x15ade1cc filter_irq_stacks +EXPORT_SYMBOL_GPL vmlinux 0x15b947f1 gpiod_put_array +EXPORT_SYMBOL_GPL vmlinux 0x15bd7435 psi_memstall_leave +EXPORT_SYMBOL_GPL vmlinux 0x15c02275 nvmem_cell_get +EXPORT_SYMBOL_GPL vmlinux 0x15c524c7 bpf_prog_create_from_user +EXPORT_SYMBOL_GPL vmlinux 0x15c6ae5b pci_probe_reset_slot +EXPORT_SYMBOL_GPL vmlinux 0x15d83230 gpiochip_irq_domain_deactivate +EXPORT_SYMBOL_GPL vmlinux 0x15d83f0c trace_event_buffer_lock_reserve +EXPORT_SYMBOL_GPL vmlinux 0x15df58da scmi_protocol_register +EXPORT_SYMBOL_GPL vmlinux 0x15eca580 percpu_ref_switch_to_percpu +EXPORT_SYMBOL_GPL vmlinux 0x15ee714d rtnl_put_cacheinfo +EXPORT_SYMBOL_GPL vmlinux 0x15f6e68c iommu_get_domain_for_dev_pasid +EXPORT_SYMBOL_GPL vmlinux 0x1604e44f devm_regmap_add_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0x1612b7c3 swapcache_mapping +EXPORT_SYMBOL_GPL vmlinux 0x1614a11a pm_clk_remove_clk +EXPORT_SYMBOL_GPL vmlinux 0x1628bd07 synth_event_add_val +EXPORT_SYMBOL_GPL vmlinux 0x1628bdea __traceiter_pelt_se_tp +EXPORT_SYMBOL_GPL vmlinux 0x162abdc5 led_trigger_register +EXPORT_SYMBOL_GPL vmlinux 0x1637b852 usb_enable_ltm +EXPORT_SYMBOL_GPL vmlinux 0x16391928 trace_output_call +EXPORT_SYMBOL_GPL vmlinux 0x163c863d skb_mpls_pop +EXPORT_SYMBOL_GPL vmlinux 0x16422a6e xdp_reg_mem_model +EXPORT_SYMBOL_GPL vmlinux 0x1676213c pm_generic_runtime_resume +EXPORT_SYMBOL_GPL vmlinux 0x167affc9 power_supply_unregister +EXPORT_SYMBOL_GPL vmlinux 0x1687ec20 tty_get_frame_size +EXPORT_SYMBOL_GPL vmlinux 0x1688b594 sdio_writew +EXPORT_SYMBOL_GPL vmlinux 0x1690b503 usb_role_switch_get_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x169b185f verify_pkcs7_signature +EXPORT_SYMBOL_GPL vmlinux 0x16a0727e dma_mmap_pages +EXPORT_SYMBOL_GPL vmlinux 0x16a68b7a iommu_detach_group +EXPORT_SYMBOL_GPL vmlinux 0x16a8b945 hwspin_lock_request_specific +EXPORT_SYMBOL_GPL vmlinux 0x16acac02 devm_clk_get_optional_enabled +EXPORT_SYMBOL_GPL vmlinux 0x16ae52f3 tcp_bpf_sendmsg_redir +EXPORT_SYMBOL_GPL vmlinux 0x16b3e729 devlink_trap_report +EXPORT_SYMBOL_GPL vmlinux 0x16bb0d3c pci_dev_lock +EXPORT_SYMBOL_GPL vmlinux 0x16bfe5b8 sock_diag_register_inet_compat +EXPORT_SYMBOL_GPL vmlinux 0x16c67cad ehci_handshake +EXPORT_SYMBOL_GPL vmlinux 0x16d85066 pci_common_swizzle +EXPORT_SYMBOL_GPL vmlinux 0x16da1f88 devlink_fmsg_u32_put +EXPORT_SYMBOL_GPL vmlinux 0x16dc3e23 wakeup_source_register +EXPORT_SYMBOL_GPL vmlinux 0x16dfbf36 add_interrupt_randomness +EXPORT_SYMBOL_GPL vmlinux 0x16e3f64d blk_rq_is_poll +EXPORT_SYMBOL_GPL vmlinux 0x16e3fb00 serial8250_rx_dma_flush +EXPORT_SYMBOL_GPL vmlinux 0x16ecb24a sdhci_adma_write_desc +EXPORT_SYMBOL_GPL vmlinux 0x16f1ae34 sbitmap_queue_get_shallow +EXPORT_SYMBOL_GPL vmlinux 0x16f53edb i2c_slave_register +EXPORT_SYMBOL_GPL vmlinux 0x16f93851 xdp_build_skb_from_frame +EXPORT_SYMBOL_GPL vmlinux 0x170cc36c put_timespec64 +EXPORT_SYMBOL_GPL vmlinux 0x17144097 switchdev_port_attr_set +EXPORT_SYMBOL_GPL vmlinux 0x17362ce1 devm_fwnode_pwm_get +EXPORT_SYMBOL_GPL vmlinux 0x173a195e ata_pci_device_do_resume +EXPORT_SYMBOL_GPL vmlinux 0x173aa59b rtnl_get_net_ns_capable +EXPORT_SYMBOL_GPL vmlinux 0x17416177 register_net_sysctl +EXPORT_SYMBOL_GPL vmlinux 0x1742ccb3 nanddev_bbt_set_block_status +EXPORT_SYMBOL_GPL vmlinux 0x174a4e67 debugfs_create_u32_array +EXPORT_SYMBOL_GPL vmlinux 0x174c6274 ring_buffer_time_stamp +EXPORT_SYMBOL_GPL vmlinux 0x174fb5d7 crypto_unregister_ahash +EXPORT_SYMBOL_GPL vmlinux 0x17524db8 scsi_alloc_request +EXPORT_SYMBOL_GPL vmlinux 0x175d657e misc_cg_uncharge +EXPORT_SYMBOL_GPL vmlinux 0x176031a7 devlink_fmsg_string_put +EXPORT_SYMBOL_GPL vmlinux 0x17679e58 fuse_do_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x17727d43 devm_pm_opp_of_add_table_indexed +EXPORT_SYMBOL_GPL vmlinux 0x177c338d twl_get_version +EXPORT_SYMBOL_GPL vmlinux 0x17888fdf snd_soc_dai_compr_ack +EXPORT_SYMBOL_GPL vmlinux 0x179af37b snd_soc_component_compr_get_caps +EXPORT_SYMBOL_GPL vmlinux 0x17b82898 scsi_nl_sock +EXPORT_SYMBOL_GPL vmlinux 0x17db4192 pm_generic_thaw_noirq +EXPORT_SYMBOL_GPL vmlinux 0x17f3b99d usb_hcd_link_urb_to_ep +EXPORT_SYMBOL_GPL vmlinux 0x18008c59 ring_buffer_resize +EXPORT_SYMBOL_GPL vmlinux 0x1800fb8c wm8350_read_auxadc +EXPORT_SYMBOL_GPL vmlinux 0x18048f7e devm_phy_create +EXPORT_SYMBOL_GPL vmlinux 0x181a463d ehci_suspend +EXPORT_SYMBOL_GPL vmlinux 0x1820bb28 disk_set_independent_access_ranges +EXPORT_SYMBOL_GPL vmlinux 0x1821b963 mtd_ooblayout_free +EXPORT_SYMBOL_GPL vmlinux 0x182e2f09 cn_netlink_send_mult +EXPORT_SYMBOL_GPL vmlinux 0x183575d2 __devm_regmap_init_spi +EXPORT_SYMBOL_GPL vmlinux 0x183a0ef4 simple_rename_exchange +EXPORT_SYMBOL_GPL vmlinux 0x183de446 mbox_client_peek_data +EXPORT_SYMBOL_GPL vmlinux 0x18428692 __cookie_v6_init_sequence +EXPORT_SYMBOL_GPL vmlinux 0x18550d49 perf_get_aux +EXPORT_SYMBOL_GPL vmlinux 0x18565163 iommu_domain_alloc +EXPORT_SYMBOL_GPL vmlinux 0x1861316d pinctrl_dev_get_name +EXPORT_SYMBOL_GPL vmlinux 0x18615d35 efivar_supports_writes +EXPORT_SYMBOL_GPL vmlinux 0x18640029 ata_sff_check_status +EXPORT_SYMBOL_GPL vmlinux 0x186a87c6 devm_led_classdev_unregister +EXPORT_SYMBOL_GPL vmlinux 0x1871fc41 otg_ulpi_create +EXPORT_SYMBOL_GPL vmlinux 0x18885a33 regulator_bulk_disable +EXPORT_SYMBOL_GPL vmlinux 0x188b212b fuse_send_init +EXPORT_SYMBOL_GPL vmlinux 0x18a0d824 __regmap_init_mmio_clk +EXPORT_SYMBOL_GPL vmlinux 0x18c499af nanddev_mtd_max_bad_blocks +EXPORT_SYMBOL_GPL vmlinux 0x18cdca8c kill_device +EXPORT_SYMBOL_GPL vmlinux 0x18e4f8aa swphy_read_reg +EXPORT_SYMBOL_GPL vmlinux 0x18e8c440 arch_freq_scale +EXPORT_SYMBOL_GPL vmlinux 0x18f8ca8d serial8250_get_port +EXPORT_SYMBOL_GPL vmlinux 0x18fb2caf cpus_read_unlock +EXPORT_SYMBOL_GPL vmlinux 0x18fd3fbe sched_setattr_nocheck +EXPORT_SYMBOL_GPL vmlinux 0x1905fb34 snd_soc_component_init_regmap +EXPORT_SYMBOL_GPL vmlinux 0x190a7209 mpi_write_to_sgl +EXPORT_SYMBOL_GPL vmlinux 0x191757ed sysfs_update_group +EXPORT_SYMBOL_GPL vmlinux 0x19221289 crypto_register_shash +EXPORT_SYMBOL_GPL vmlinux 0x192cebb8 scsi_target_unblock +EXPORT_SYMBOL_GPL vmlinux 0x1931a968 pci_epf_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0x1937cc3a device_dma_supported +EXPORT_SYMBOL_GPL vmlinux 0x194132fa zs_huge_class_size +EXPORT_SYMBOL_GPL vmlinux 0x19418dd4 tpm_pcr_read +EXPORT_SYMBOL_GPL vmlinux 0x194dd751 alarm_forward_now +EXPORT_SYMBOL_GPL vmlinux 0x194e4652 rio_request_inb_pwrite +EXPORT_SYMBOL_GPL vmlinux 0x1958d7eb exportfs_encode_fh +EXPORT_SYMBOL_GPL vmlinux 0x19644b61 scsi_autopm_get_device +EXPORT_SYMBOL_GPL vmlinux 0x19817607 tcp_leave_memory_pressure +EXPORT_SYMBOL_GPL vmlinux 0x198f03fd tcp_rate_check_app_limited +EXPORT_SYMBOL_GPL vmlinux 0x199fdda0 snd_soc_set_ac97_ops_of_reset +EXPORT_SYMBOL_GPL vmlinux 0x19a304ba usb_disabled +EXPORT_SYMBOL_GPL vmlinux 0x19aac20e regmap_write_async +EXPORT_SYMBOL_GPL vmlinux 0x19bbdc69 devm_pinctrl_put +EXPORT_SYMBOL_GPL vmlinux 0x19c20269 soc_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x19c42957 blk_op_str +EXPORT_SYMBOL_GPL vmlinux 0x19e11fd8 platform_msi_domain_alloc_irqs +EXPORT_SYMBOL_GPL vmlinux 0x19e81304 btree_alloc +EXPORT_SYMBOL_GPL vmlinux 0x19f33626 nf_ctnetlink_has_listener +EXPORT_SYMBOL_GPL vmlinux 0x1a05c249 mas_find_rev +EXPORT_SYMBOL_GPL vmlinux 0x1a073a45 __tracepoint_block_bio_remap +EXPORT_SYMBOL_GPL vmlinux 0x1a10c32b crypto_ft_tab +EXPORT_SYMBOL_GPL vmlinux 0x1a146ec3 usb_ep_type_string +EXPORT_SYMBOL_GPL vmlinux 0x1a266232 __tracepoint_pelt_se_tp +EXPORT_SYMBOL_GPL vmlinux 0x1a267fa8 bch_init +EXPORT_SYMBOL_GPL vmlinux 0x1a44572f rht_bucket_nested_insert +EXPORT_SYMBOL_GPL vmlinux 0x1a51c36c pci_pio_to_address +EXPORT_SYMBOL_GPL vmlinux 0x1a5a5c3c acomp_request_alloc +EXPORT_SYMBOL_GPL vmlinux 0x1a635b28 regmap_can_raw_write +EXPORT_SYMBOL_GPL vmlinux 0x1a66e5a6 nanddev_bbt_update +EXPORT_SYMBOL_GPL vmlinux 0x1a6bf28f fsnotify_get_cookie +EXPORT_SYMBOL_GPL vmlinux 0x1a7edb66 power_supply_changed +EXPORT_SYMBOL_GPL vmlinux 0x1a90a059 mddev_suspend +EXPORT_SYMBOL_GPL vmlinux 0x1a9c1e4e rtnl_register_module +EXPORT_SYMBOL_GPL vmlinux 0x1a9d425a tpm_put_ops +EXPORT_SYMBOL_GPL vmlinux 0x1aa4c7a2 icc_provider_init +EXPORT_SYMBOL_GPL vmlinux 0x1aac130f debugfs_create_blob +EXPORT_SYMBOL_GPL vmlinux 0x1aaf78d9 bus_register +EXPORT_SYMBOL_GPL vmlinux 0x1ab2d35e l3mdev_table_lookup_unregister +EXPORT_SYMBOL_GPL vmlinux 0x1acd4e6e meson_a1_parse_dt_extra +EXPORT_SYMBOL_GPL vmlinux 0x1ad60591 clk_hw_get_parent +EXPORT_SYMBOL_GPL vmlinux 0x1adde569 dm_internal_resume +EXPORT_SYMBOL_GPL vmlinux 0x1aeb2c08 mctrl_gpio_free +EXPORT_SYMBOL_GPL vmlinux 0x1af267f8 int_pow +EXPORT_SYMBOL_GPL vmlinux 0x1b010cf4 ethnl_cable_test_fault_length +EXPORT_SYMBOL_GPL vmlinux 0x1b0602c1 cond_synchronize_rcu_full +EXPORT_SYMBOL_GPL vmlinux 0x1b08f2d7 snd_soc_dai_set_tdm_slot +EXPORT_SYMBOL_GPL vmlinux 0x1b158adb inet_twsk_alloc +EXPORT_SYMBOL_GPL vmlinux 0x1b1d691e samsung_sdi_battery_get_info +EXPORT_SYMBOL_GPL vmlinux 0x1b1f3e55 musb_root_disconnect +EXPORT_SYMBOL_GPL vmlinux 0x1b21e52c udp_bpf_update_proto +EXPORT_SYMBOL_GPL vmlinux 0x1b282464 tpm_chip_start +EXPORT_SYMBOL_GPL vmlinux 0x1b4e41e0 pm_runtime_force_suspend +EXPORT_SYMBOL_GPL vmlinux 0x1b640260 devm_pinctrl_register_and_init +EXPORT_SYMBOL_GPL vmlinux 0x1b66176d sdio_readsb +EXPORT_SYMBOL_GPL vmlinux 0x1b8822d8 pinctrl_gpio_direction_output +EXPORT_SYMBOL_GPL vmlinux 0x1b8f4e76 fuse_dev_release +EXPORT_SYMBOL_GPL vmlinux 0x1b8fb502 rio_mport_write_config_32 +EXPORT_SYMBOL_GPL vmlinux 0x1b91e7a1 dev_pm_opp_free_cpufreq_table +EXPORT_SYMBOL_GPL vmlinux 0x1b92e41d inet_putpeer +EXPORT_SYMBOL_GPL vmlinux 0x1b94c6e1 vchan_find_desc +EXPORT_SYMBOL_GPL vmlinux 0x1b94ea71 devfreq_event_reset_event +EXPORT_SYMBOL_GPL vmlinux 0x1ba28699 pci_vfs_assigned +EXPORT_SYMBOL_GPL vmlinux 0x1bb6b6c7 blkcg_print_blkgs +EXPORT_SYMBOL_GPL vmlinux 0x1bb789b8 i2c_client_type +EXPORT_SYMBOL_GPL vmlinux 0x1bc40a8d gpmc_omap_get_nand_ops +EXPORT_SYMBOL_GPL vmlinux 0x1bc5eebe pinctrl_gpio_direction_input +EXPORT_SYMBOL_GPL vmlinux 0x1bf0e03a soc_device_match +EXPORT_SYMBOL_GPL vmlinux 0x1bf5ee07 iomap_seek_data +EXPORT_SYMBOL_GPL vmlinux 0x1bffdba6 __kernel_write +EXPORT_SYMBOL_GPL vmlinux 0x1c01e03d __tracepoint_detach_device_from_domain +EXPORT_SYMBOL_GPL vmlinux 0x1c16f46b fscrypt_get_symlink +EXPORT_SYMBOL_GPL vmlinux 0x1c1e2f9e dapm_kcontrol_get_value +EXPORT_SYMBOL_GPL vmlinux 0x1c21e623 devl_dpipe_headers_unregister +EXPORT_SYMBOL_GPL vmlinux 0x1c25ebac mtd_device_parse_register +EXPORT_SYMBOL_GPL vmlinux 0x1c2c8cdc snd_soc_dpcm_runtime_update +EXPORT_SYMBOL_GPL vmlinux 0x1c2dc557 tcp_register_congestion_control +EXPORT_SYMBOL_GPL vmlinux 0x1c4157b9 tty_port_register_device_serdev +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 0x1c7319d3 crypto_stats_decompress +EXPORT_SYMBOL_GPL vmlinux 0x1c76f9cf regulator_sync_voltage +EXPORT_SYMBOL_GPL vmlinux 0x1c78ac3b devl_assert_locked +EXPORT_SYMBOL_GPL vmlinux 0x1c7be59c __traceiter_map +EXPORT_SYMBOL_GPL vmlinux 0x1c7f1d55 scsi_mode_select +EXPORT_SYMBOL_GPL vmlinux 0x1c80d27d btree_geo128 +EXPORT_SYMBOL_GPL vmlinux 0x1c87a811 __round_jiffies_up +EXPORT_SYMBOL_GPL vmlinux 0x1c9e477b crypto_unregister_acomps +EXPORT_SYMBOL_GPL vmlinux 0x1ca338c4 regulator_register_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0x1cadc93e vfs_setlease +EXPORT_SYMBOL_GPL vmlinux 0x1cbd92b0 cpu_mitigations_off +EXPORT_SYMBOL_GPL vmlinux 0x1cc8b1a9 snd_soc_get_dai_name +EXPORT_SYMBOL_GPL vmlinux 0x1ccf4d2d tcp_reno_cong_avoid +EXPORT_SYMBOL_GPL vmlinux 0x1cd238f1 usb_gadget_frame_number +EXPORT_SYMBOL_GPL vmlinux 0x1cdd0605 xhci_port_state_to_neutral +EXPORT_SYMBOL_GPL vmlinux 0x1cdf4efb copy_from_kernel_nofault +EXPORT_SYMBOL_GPL vmlinux 0x1cee10d5 _snd_pcm_stream_lock_irqsave_nested +EXPORT_SYMBOL_GPL vmlinux 0x1cf71159 snd_soc_link_compr_shutdown +EXPORT_SYMBOL_GPL vmlinux 0x1d022289 pci_create_root_bus +EXPORT_SYMBOL_GPL vmlinux 0x1d067c1b verify_signature +EXPORT_SYMBOL_GPL vmlinux 0x1d09574f kthread_cancel_work_sync +EXPORT_SYMBOL_GPL vmlinux 0x1d0e4000 phy_restart_aneg +EXPORT_SYMBOL_GPL vmlinux 0x1d222ced irq_get_irqchip_state +EXPORT_SYMBOL_GPL vmlinux 0x1d267710 fs_kobj +EXPORT_SYMBOL_GPL vmlinux 0x1d29b9e1 decode_rs8 +EXPORT_SYMBOL_GPL vmlinux 0x1d3b325c devl_resource_register +EXPORT_SYMBOL_GPL vmlinux 0x1d430bf6 crypto_register_templates +EXPORT_SYMBOL_GPL vmlinux 0x1d563e4d kernel_read_file_from_path_initns +EXPORT_SYMBOL_GPL vmlinux 0x1d639a4a crypto_ahash_finup +EXPORT_SYMBOL_GPL vmlinux 0x1d6696b0 mtk_mutex_disable +EXPORT_SYMBOL_GPL vmlinux 0x1d6a3b14 snd_devm_alloc_dir_pages +EXPORT_SYMBOL_GPL vmlinux 0x1d7dad98 mctrl_gpio_init_noauto +EXPORT_SYMBOL_GPL vmlinux 0x1d914a89 dst_cache_get +EXPORT_SYMBOL_GPL vmlinux 0x1d94a218 dmi_memdev_handle +EXPORT_SYMBOL_GPL vmlinux 0x1d9d050b hisi_clk_alloc +EXPORT_SYMBOL_GPL vmlinux 0x1da04926 cleanup_srcu_struct +EXPORT_SYMBOL_GPL vmlinux 0x1dc17bf9 rhltable_init +EXPORT_SYMBOL_GPL vmlinux 0x1dc8be16 of_changeset_action +EXPORT_SYMBOL_GPL vmlinux 0x1dcc85ff blk_queue_max_discard_segments +EXPORT_SYMBOL_GPL vmlinux 0x1dd29e98 imx_pcm_fiq_init +EXPORT_SYMBOL_GPL vmlinux 0x1dd8030f dev_pm_genpd_resume +EXPORT_SYMBOL_GPL vmlinux 0x1dec5b41 fuse_free_conn +EXPORT_SYMBOL_GPL vmlinux 0x1dfa5dbd mpi_invm +EXPORT_SYMBOL_GPL vmlinux 0x1dff4524 gpiod_set_transitory +EXPORT_SYMBOL_GPL vmlinux 0x1e048a6b of_genpd_add_provider_simple +EXPORT_SYMBOL_GPL vmlinux 0x1e0670c6 reset_control_release +EXPORT_SYMBOL_GPL vmlinux 0x1e0d1d4c mtk_clk_unregister_plls +EXPORT_SYMBOL_GPL vmlinux 0x1e143713 xhci_update_hub_device +EXPORT_SYMBOL_GPL vmlinux 0x1e19b116 vcap_rule_set_counter_id +EXPORT_SYMBOL_GPL vmlinux 0x1e28040a ioc_find_get_icq +EXPORT_SYMBOL_GPL vmlinux 0x1e3749bd snd_soc_of_put_dai_link_cpus +EXPORT_SYMBOL_GPL vmlinux 0x1e3d1166 io_uring_cmd_done +EXPORT_SYMBOL_GPL vmlinux 0x1e42c81c xdp_master_redirect +EXPORT_SYMBOL_GPL vmlinux 0x1e4491d7 __tracepoint_rpm_idle +EXPORT_SYMBOL_GPL vmlinux 0x1e4b1309 vp_modern_get_queue_enable +EXPORT_SYMBOL_GPL vmlinux 0x1e4ea64f securityfs_create_file +EXPORT_SYMBOL_GPL vmlinux 0x1e503035 devm_pci_epc_destroy +EXPORT_SYMBOL_GPL vmlinux 0x1e53f827 stack_depot_print +EXPORT_SYMBOL_GPL vmlinux 0x1e564449 tty_ldisc_ref_wait +EXPORT_SYMBOL_GPL vmlinux 0x1e662457 da903x_clr_bits +EXPORT_SYMBOL_GPL vmlinux 0x1e6b64b9 tpm_send +EXPORT_SYMBOL_GPL vmlinux 0x1e71e6a2 scsi_host_block +EXPORT_SYMBOL_GPL vmlinux 0x1e7bbcb3 kernel_restart +EXPORT_SYMBOL_GPL vmlinux 0x1e7d6157 freezer_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0x1e8fac8e wireless_nlevent_flush +EXPORT_SYMBOL_GPL vmlinux 0x1e9c590a usb_find_common_endpoints_reverse +EXPORT_SYMBOL_GPL vmlinux 0x1eaa6957 tpm_chip_alloc +EXPORT_SYMBOL_GPL vmlinux 0x1eb20be9 pinctrl_utils_add_config +EXPORT_SYMBOL_GPL vmlinux 0x1eb9516e round_jiffies_relative +EXPORT_SYMBOL_GPL vmlinux 0x1ebab1cd regulator_disable_regmap +EXPORT_SYMBOL_GPL vmlinux 0x1ebf6c2a pci_power_names +EXPORT_SYMBOL_GPL vmlinux 0x1ec2b8bf of_property_read_u64_index +EXPORT_SYMBOL_GPL vmlinux 0x1ec30c23 phy_led_trigger_change_speed +EXPORT_SYMBOL_GPL vmlinux 0x1ed2cb95 clk_register_fractional_divider +EXPORT_SYMBOL_GPL vmlinux 0x1eeb0687 nand_ecc_cleanup_req_tweaking +EXPORT_SYMBOL_GPL vmlinux 0x1eec66d0 md_account_bio +EXPORT_SYMBOL_GPL vmlinux 0x1f066311 gpiochip_enable_irq +EXPORT_SYMBOL_GPL vmlinux 0x1f087c9a usb_reset_device +EXPORT_SYMBOL_GPL vmlinux 0x1f2b7749 mmu_notifier_get_locked +EXPORT_SYMBOL_GPL vmlinux 0x1f2b9923 blk_mq_flush_busy_ctxs +EXPORT_SYMBOL_GPL vmlinux 0x1f2dbc86 sk_psock_drop +EXPORT_SYMBOL_GPL vmlinux 0x1f38a4f6 mpi_set_highbit +EXPORT_SYMBOL_GPL vmlinux 0x1f3d7cf4 phy_driver_is_genphy_10g +EXPORT_SYMBOL_GPL vmlinux 0x1f449588 mctrl_gpio_disable_ms +EXPORT_SYMBOL_GPL vmlinux 0x1f47a164 clk_hw_get_rate_range +EXPORT_SYMBOL_GPL vmlinux 0x1f563160 bpf_offload_dev_priv +EXPORT_SYMBOL_GPL vmlinux 0x1f591494 ata_sff_wait_after_reset +EXPORT_SYMBOL_GPL vmlinux 0x1f5fc4a5 cpu_latency_qos_request_active +EXPORT_SYMBOL_GPL vmlinux 0x1f61bc74 access_process_vm +EXPORT_SYMBOL_GPL vmlinux 0x1f673910 tty_set_termios +EXPORT_SYMBOL_GPL vmlinux 0x1f774f46 cpuset_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0x1f8544b8 panic_timeout +EXPORT_SYMBOL_GPL vmlinux 0x1f91267e usb_reset_configuration +EXPORT_SYMBOL_GPL vmlinux 0x1f95c7df pci_epc_start +EXPORT_SYMBOL_GPL vmlinux 0x1fa1d95c sha256_zero_message_hash +EXPORT_SYMBOL_GPL vmlinux 0x1fab8e92 genpd_dev_pm_attach +EXPORT_SYMBOL_GPL vmlinux 0x1fb3b0f9 serial8250_em485_destroy +EXPORT_SYMBOL_GPL vmlinux 0x1fc2d031 clk_hw_set_parent +EXPORT_SYMBOL_GPL vmlinux 0x1fca0b38 housekeeping_overridden +EXPORT_SYMBOL_GPL vmlinux 0x1fce36d0 devm_platform_get_irqs_affinity +EXPORT_SYMBOL_GPL vmlinux 0x1fdb5464 sk_detach_filter +EXPORT_SYMBOL_GPL vmlinux 0x1fdcb37a phy_destroy +EXPORT_SYMBOL_GPL vmlinux 0x1fe6e504 gpiod_add_hogs +EXPORT_SYMBOL_GPL vmlinux 0x1feb1d4b security_kernel_read_file +EXPORT_SYMBOL_GPL vmlinux 0x1fec8aaa clk_hw_is_prepared +EXPORT_SYMBOL_GPL vmlinux 0x1ff1a437 blk_mark_disk_dead +EXPORT_SYMBOL_GPL vmlinux 0x1ff8268a mtd_ooblayout_get_eccbytes +EXPORT_SYMBOL_GPL vmlinux 0x1ffa1f4e device_create_bin_file +EXPORT_SYMBOL_GPL vmlinux 0x20025e9c ahci_reset_em +EXPORT_SYMBOL_GPL vmlinux 0x2009e400 devlink_info_board_serial_number_put +EXPORT_SYMBOL_GPL vmlinux 0x200da412 da9052_regmap_config +EXPORT_SYMBOL_GPL vmlinux 0x200efddf mt_prev +EXPORT_SYMBOL_GPL vmlinux 0x2020578c cros_ec_cmd +EXPORT_SYMBOL_GPL vmlinux 0x2020994b xhci_ext_cap_init +EXPORT_SYMBOL_GPL vmlinux 0x2024189c sdhci_reset_tuning +EXPORT_SYMBOL_GPL vmlinux 0x2027f6b9 wm831x_reg_write +EXPORT_SYMBOL_GPL vmlinux 0x202ecce6 skb_partial_csum_set +EXPORT_SYMBOL_GPL vmlinux 0x203e9545 devm_clk_hw_register_fixed_factor_parent_hw +EXPORT_SYMBOL_GPL vmlinux 0x206ca32e switchdev_handle_port_obj_add +EXPORT_SYMBOL_GPL vmlinux 0x206df289 gen10g_config_aneg +EXPORT_SYMBOL_GPL vmlinux 0x207e6e82 nanddev_bbt_get_block_status +EXPORT_SYMBOL_GPL vmlinux 0x20835a9f __xdp_release_frame +EXPORT_SYMBOL_GPL vmlinux 0x208d5ade iommu_report_device_fault +EXPORT_SYMBOL_GPL vmlinux 0x2093740b xfrm_local_error +EXPORT_SYMBOL_GPL vmlinux 0x20a69d02 bdi_dev_name +EXPORT_SYMBOL_GPL vmlinux 0x20a78303 devm_rtc_allocate_device +EXPORT_SYMBOL_GPL vmlinux 0x20b8ea95 handle_fasteoi_ack_irq +EXPORT_SYMBOL_GPL vmlinux 0x20c3fcbf tty_ldisc_deref +EXPORT_SYMBOL_GPL vmlinux 0x20c5f564 icc_provider_deregister +EXPORT_SYMBOL_GPL vmlinux 0x20d2235a clk_hw_register_composite +EXPORT_SYMBOL_GPL vmlinux 0x20e1e219 __blk_req_zone_write_unlock +EXPORT_SYMBOL_GPL vmlinux 0x20faa525 crypto_get_default_null_skcipher +EXPORT_SYMBOL_GPL vmlinux 0x20fc6174 vp_modern_probe +EXPORT_SYMBOL_GPL vmlinux 0x2102819f vring_create_virtqueue +EXPORT_SYMBOL_GPL vmlinux 0x2105ee32 task_cgroup_path +EXPORT_SYMBOL_GPL vmlinux 0x21087621 mm_unaccount_pinned_pages +EXPORT_SYMBOL_GPL vmlinux 0x21199bb2 rt_mutex_lock_interruptible +EXPORT_SYMBOL_GPL vmlinux 0x212734c5 vcap_netbytes_copy +EXPORT_SYMBOL_GPL vmlinux 0x212bd35e crypto_alloc_acomp +EXPORT_SYMBOL_GPL vmlinux 0x212c8942 regulator_bulk_unregister_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0x2135d2c8 spi_split_transfers_maxsize +EXPORT_SYMBOL_GPL vmlinux 0x21563e68 stack_depot_snprint +EXPORT_SYMBOL_GPL vmlinux 0x215c3c58 clk_hw_get_parent_index +EXPORT_SYMBOL_GPL vmlinux 0x216de4e1 rcu_get_gp_kthreads_prio +EXPORT_SYMBOL_GPL vmlinux 0x21726652 pernet_ops_rwsem +EXPORT_SYMBOL_GPL vmlinux 0x217b3639 iov_iter_get_pages_alloc +EXPORT_SYMBOL_GPL vmlinux 0x2181b0a1 usb_bus_idr_lock +EXPORT_SYMBOL_GPL vmlinux 0x219771dc scsi_dh_activate +EXPORT_SYMBOL_GPL vmlinux 0x21a563da clk_get_accuracy +EXPORT_SYMBOL_GPL vmlinux 0x21ac8b77 iommu_group_get_by_id +EXPORT_SYMBOL_GPL vmlinux 0x21afa17a scsi_get_vpd_page +EXPORT_SYMBOL_GPL vmlinux 0x21bca848 get_task_mm +EXPORT_SYMBOL_GPL vmlinux 0x21bed205 regulator_suspend_enable +EXPORT_SYMBOL_GPL vmlinux 0x21ca306f vcap_rule_add_action_u32 +EXPORT_SYMBOL_GPL vmlinux 0x21cd536a crypto_put_default_null_skcipher +EXPORT_SYMBOL_GPL vmlinux 0x21d4ed1b device_set_wakeup_capable +EXPORT_SYMBOL_GPL vmlinux 0x21e53884 devm_platform_ioremap_resource_byname +EXPORT_SYMBOL_GPL vmlinux 0x21ef8419 regulator_set_load +EXPORT_SYMBOL_GPL vmlinux 0x21f49eeb __traceiter_neigh_event_send_dead +EXPORT_SYMBOL_GPL vmlinux 0x21fd8ed1 mtk_clk_register_gates +EXPORT_SYMBOL_GPL vmlinux 0x2203dc99 bpf_verifier_log_write +EXPORT_SYMBOL_GPL vmlinux 0x220ce70c kvm_arm_hyp_service_available +EXPORT_SYMBOL_GPL vmlinux 0x22199e7c wm831x_auxadc_read +EXPORT_SYMBOL_GPL vmlinux 0x221edc30 pwm_capture +EXPORT_SYMBOL_GPL vmlinux 0x221fae42 transport_remove_device +EXPORT_SYMBOL_GPL vmlinux 0x22267368 sbitmap_add_wait_queue +EXPORT_SYMBOL_GPL vmlinux 0x222af52c dev_pm_qos_hide_latency_limit +EXPORT_SYMBOL_GPL vmlinux 0x2233e6eb ethnl_cable_test_free +EXPORT_SYMBOL_GPL vmlinux 0x223dfb02 snd_soc_of_parse_tdm_slot +EXPORT_SYMBOL_GPL vmlinux 0x223e215c rhashtable_walk_peek +EXPORT_SYMBOL_GPL vmlinux 0x2242358f securityfs_create_dir +EXPORT_SYMBOL_GPL vmlinux 0x22471313 iommu_map_atomic +EXPORT_SYMBOL_GPL vmlinux 0x225d5777 vchan_init +EXPORT_SYMBOL_GPL vmlinux 0x225edbbf rio_pw_enable +EXPORT_SYMBOL_GPL vmlinux 0x2273b345 regmap_async_complete +EXPORT_SYMBOL_GPL vmlinux 0x2289f3a3 serdev_controller_add +EXPORT_SYMBOL_GPL vmlinux 0x22a63c35 device_remove_file +EXPORT_SYMBOL_GPL vmlinux 0x22a7f0ab spi_get_device_match_data +EXPORT_SYMBOL_GPL vmlinux 0x22a82296 sdio_retune_crc_disable +EXPORT_SYMBOL_GPL vmlinux 0x22a8e452 fwnode_property_get_reference_args +EXPORT_SYMBOL_GPL vmlinux 0x22ab7517 devl_unlock +EXPORT_SYMBOL_GPL vmlinux 0x22abf8ed mtk_clk_unregister_fixed_clks +EXPORT_SYMBOL_GPL vmlinux 0x22acb7d5 devm_regulator_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x22acd3fa blk_queue_flag_test_and_set +EXPORT_SYMBOL_GPL vmlinux 0x22b7dfe6 sysfs_group_change_owner +EXPORT_SYMBOL_GPL vmlinux 0x22c54e39 phy_save_page +EXPORT_SYMBOL_GPL vmlinux 0x22cfa2f9 snd_soc_dapm_get_volsw +EXPORT_SYMBOL_GPL vmlinux 0x22d12aec kern_mount +EXPORT_SYMBOL_GPL vmlinux 0x22d89592 mpc8xxx_spi_tx_buf_u32 +EXPORT_SYMBOL_GPL vmlinux 0x22d9409b iomap_sort_ioends +EXPORT_SYMBOL_GPL vmlinux 0x22db887f __xdp_build_skb_from_frame +EXPORT_SYMBOL_GPL vmlinux 0x22ee37fe fscrypt_ioctl_remove_key +EXPORT_SYMBOL_GPL vmlinux 0x22f97de9 irq_get_irq_data +EXPORT_SYMBOL_GPL vmlinux 0x231b2b93 tty_perform_flush +EXPORT_SYMBOL_GPL vmlinux 0x2320c0ad snd_soc_component_read_field +EXPORT_SYMBOL_GPL vmlinux 0x232c222f phy_init +EXPORT_SYMBOL_GPL vmlinux 0x23310a8d devm_regulator_register +EXPORT_SYMBOL_GPL vmlinux 0x233235ee gpiochip_line_is_open_drain +EXPORT_SYMBOL_GPL vmlinux 0x23368f2c pci_epf_bind +EXPORT_SYMBOL_GPL vmlinux 0x2337d9c8 dma_need_sync +EXPORT_SYMBOL_GPL vmlinux 0x23412816 rtc_tm_to_ktime +EXPORT_SYMBOL_GPL vmlinux 0x234cf416 devlink_fmsg_string_pair_put +EXPORT_SYMBOL_GPL vmlinux 0x23629f08 seg6_do_srh_encap +EXPORT_SYMBOL_GPL vmlinux 0x23666d59 __tracepoint_xdp_exception +EXPORT_SYMBOL_GPL vmlinux 0x236d4b76 icc_get +EXPORT_SYMBOL_GPL vmlinux 0x23864ce7 cpuset_mem_spread_node +EXPORT_SYMBOL_GPL vmlinux 0x23935a0c pwm_request_from_chip +EXPORT_SYMBOL_GPL vmlinux 0x23935d9d __tracepoint_powernv_throttle +EXPORT_SYMBOL_GPL vmlinux 0x2396c127 crypto_register_shashes +EXPORT_SYMBOL_GPL vmlinux 0x2396c7f0 clk_set_parent +EXPORT_SYMBOL_GPL vmlinux 0x2397dc4a rio_mport_get_feature +EXPORT_SYMBOL_GPL vmlinux 0x23a1133d of_console_check +EXPORT_SYMBOL_GPL vmlinux 0x23b7ef84 xas_pause +EXPORT_SYMBOL_GPL vmlinux 0x23c5b6b1 udp4_hwcsum +EXPORT_SYMBOL_GPL vmlinux 0x24089290 tcp_is_ulp_esp +EXPORT_SYMBOL_GPL vmlinux 0x240e506b devlink_port_linecard_set +EXPORT_SYMBOL_GPL vmlinux 0x241f3f65 rdev_get_dev +EXPORT_SYMBOL_GPL vmlinux 0x2421097b mpi_const +EXPORT_SYMBOL_GPL vmlinux 0x2427ec77 auxiliary_driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0x242b492b usb_bulk_msg +EXPORT_SYMBOL_GPL vmlinux 0x242e1284 device_property_read_u32_array +EXPORT_SYMBOL_GPL vmlinux 0x2437624d pci_iov_virtfn_devfn +EXPORT_SYMBOL_GPL vmlinux 0x244090e1 dma_map_sgtable +EXPORT_SYMBOL_GPL vmlinux 0x2453ecec pm_generic_poweroff_late +EXPORT_SYMBOL_GPL vmlinux 0x246b84a4 r9a06g032_sysctrl_set_dmamux +EXPORT_SYMBOL_GPL vmlinux 0x247209f8 component_compare_of +EXPORT_SYMBOL_GPL vmlinux 0x247b8890 pci_disable_pasid +EXPORT_SYMBOL_GPL vmlinux 0x2480944e gadget_find_ep_by_name +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 0x248f79de mmc_send_status +EXPORT_SYMBOL_GPL vmlinux 0x249d287a addrconf_add_linklocal +EXPORT_SYMBOL_GPL vmlinux 0x24a6b10e ip_fib_metrics_init +EXPORT_SYMBOL_GPL vmlinux 0x24ad11db wakeup_sources_read_unlock +EXPORT_SYMBOL_GPL vmlinux 0x24b5bd40 skb_consume_udp +EXPORT_SYMBOL_GPL vmlinux 0x24bb6d21 iommu_map +EXPORT_SYMBOL_GPL vmlinux 0x24bc4d1f irq_create_of_mapping +EXPORT_SYMBOL_GPL vmlinux 0x24bc6b07 scsi_check_sense +EXPORT_SYMBOL_GPL vmlinux 0x24c82133 xas_store +EXPORT_SYMBOL_GPL vmlinux 0x24d3d222 mtk_pinconf_bias_disable_get_rev1 +EXPORT_SYMBOL_GPL vmlinux 0x24da0093 rcu_inkernel_boot_has_ended +EXPORT_SYMBOL_GPL vmlinux 0x24e327fd mmc_sanitize +EXPORT_SYMBOL_GPL vmlinux 0x24eb7e32 leds_list +EXPORT_SYMBOL_GPL vmlinux 0x24f39c39 reset_control_reset +EXPORT_SYMBOL_GPL vmlinux 0x24f950f5 blkg_conf_finish +EXPORT_SYMBOL_GPL vmlinux 0x24fc50f4 kdb_unregister +EXPORT_SYMBOL_GPL vmlinux 0x2501173d of_pinctrl_get +EXPORT_SYMBOL_GPL vmlinux 0x25049986 bus_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x2516bbe8 __tracepoint_io_page_fault +EXPORT_SYMBOL_GPL vmlinux 0x251db88e pinmux_generic_get_function +EXPORT_SYMBOL_GPL vmlinux 0x252f5576 get_current_tty +EXPORT_SYMBOL_GPL vmlinux 0x2534f99f debounce_time_mt6795 +EXPORT_SYMBOL_GPL vmlinux 0x25379e73 clk_set_min_rate +EXPORT_SYMBOL_GPL vmlinux 0x253b490f usb_debug_root +EXPORT_SYMBOL_GPL vmlinux 0x253ec6d6 skb_cow_data +EXPORT_SYMBOL_GPL vmlinux 0x2541a979 snd_soc_calc_frame_size +EXPORT_SYMBOL_GPL vmlinux 0x2552cd36 xfrm_audit_state_add +EXPORT_SYMBOL_GPL vmlinux 0x255801e2 get_state_synchronize_srcu +EXPORT_SYMBOL_GPL vmlinux 0x256782c9 nexthop_find_by_id +EXPORT_SYMBOL_GPL vmlinux 0x2569e895 pci_sriov_configure_simple +EXPORT_SYMBOL_GPL vmlinux 0x257a3682 blk_queue_max_zone_append_sectors +EXPORT_SYMBOL_GPL vmlinux 0x257d115f sata_scr_read +EXPORT_SYMBOL_GPL vmlinux 0x2592fc6c console_printk +EXPORT_SYMBOL_GPL vmlinux 0x2599dc30 blk_mq_sched_try_insert_merge +EXPORT_SYMBOL_GPL vmlinux 0x25b15f5d nand_erase_op +EXPORT_SYMBOL_GPL vmlinux 0x25bbfa9a security_kernel_load_data +EXPORT_SYMBOL_GPL vmlinux 0x25c42796 onboard_hub_destroy_pdevs +EXPORT_SYMBOL_GPL vmlinux 0x25c573ee gpiochip_line_is_open_source +EXPORT_SYMBOL_GPL vmlinux 0x25c6cdad crypto_stats_init +EXPORT_SYMBOL_GPL vmlinux 0x25c9bec4 scmi_driver_register +EXPORT_SYMBOL_GPL vmlinux 0x25d5b1fb __devm_pci_epc_create +EXPORT_SYMBOL_GPL vmlinux 0x25da2169 devm_ioremap_uc +EXPORT_SYMBOL_GPL vmlinux 0x25e01308 phy_led_triggers_unregister +EXPORT_SYMBOL_GPL vmlinux 0x260b8f17 mtd_panic_write +EXPORT_SYMBOL_GPL vmlinux 0x260d14ef sdhci_pltfm_init +EXPORT_SYMBOL_GPL vmlinux 0x2621b064 irq_chip_ack_parent +EXPORT_SYMBOL_GPL vmlinux 0x26264af6 usb_hcd_pci_shutdown +EXPORT_SYMBOL_GPL vmlinux 0x262e9659 simple_attr_release +EXPORT_SYMBOL_GPL vmlinux 0x26410aa0 clk_hw_unregister +EXPORT_SYMBOL_GPL vmlinux 0x26520970 vm_memory_committed +EXPORT_SYMBOL_GPL vmlinux 0x26549da5 power_supply_property_is_writeable +EXPORT_SYMBOL_GPL vmlinux 0x2655c994 led_trigger_rename_static +EXPORT_SYMBOL_GPL vmlinux 0x265bbef9 kexec_crash_loaded +EXPORT_SYMBOL_GPL vmlinux 0x2663db4d dw_pcie_find_ext_capability +EXPORT_SYMBOL_GPL vmlinux 0x266a4b08 tasklet_unlock +EXPORT_SYMBOL_GPL vmlinux 0x266dc5f6 platform_find_device_by_driver +EXPORT_SYMBOL_GPL vmlinux 0x267aa802 usb_gadget_map_request_by_dev +EXPORT_SYMBOL_GPL vmlinux 0x267cee19 power_supply_get_property +EXPORT_SYMBOL_GPL vmlinux 0x267df662 smp_call_on_cpu +EXPORT_SYMBOL_GPL vmlinux 0x26928273 pm_genpd_remove +EXPORT_SYMBOL_GPL vmlinux 0x26a62f5d crypto_comp_compress +EXPORT_SYMBOL_GPL vmlinux 0x26ab4755 put_old_itimerspec32 +EXPORT_SYMBOL_GPL vmlinux 0x26b0f5d6 edac_mc_free +EXPORT_SYMBOL_GPL vmlinux 0x26b0fee7 crypto_mod_put +EXPORT_SYMBOL_GPL vmlinux 0x26bc8492 nvmem_cell_read_variable_le_u64 +EXPORT_SYMBOL_GPL vmlinux 0x26c547c0 bL_switcher_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x26c90ea4 scsi_eh_get_sense +EXPORT_SYMBOL_GPL vmlinux 0x26d10e1a wm8350_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x26d4f2f1 wakeup_source_destroy +EXPORT_SYMBOL_GPL vmlinux 0x26d5aa47 pci_ecam_map_bus +EXPORT_SYMBOL_GPL vmlinux 0x26dc198e device_move +EXPORT_SYMBOL_GPL vmlinux 0x26ed2186 register_vmap_purge_notifier +EXPORT_SYMBOL_GPL vmlinux 0x26f2bf66 rockchip_pcie_init_port +EXPORT_SYMBOL_GPL vmlinux 0x27002755 sdhci_set_power +EXPORT_SYMBOL_GPL vmlinux 0x270d0a68 firmware_request_cache +EXPORT_SYMBOL_GPL vmlinux 0x2719f8eb msi_domain_get_virq +EXPORT_SYMBOL_GPL vmlinux 0x272e9d77 hisi_reset_exit +EXPORT_SYMBOL_GPL vmlinux 0x2734197f musb_readb +EXPORT_SYMBOL_GPL vmlinux 0x273582cc tcp_abort +EXPORT_SYMBOL_GPL vmlinux 0x2755e4ea fib_rules_unregister +EXPORT_SYMBOL_GPL vmlinux 0x275b81cc component_release_of +EXPORT_SYMBOL_GPL vmlinux 0x275ee19e ata_pci_device_suspend +EXPORT_SYMBOL_GPL vmlinux 0x2784214e ptp_classify_raw +EXPORT_SYMBOL_GPL vmlinux 0x2792b66e dev_pm_opp_find_freq_exact +EXPORT_SYMBOL_GPL vmlinux 0x279a42d4 devm_mbox_controller_unregister +EXPORT_SYMBOL_GPL vmlinux 0x27ababc9 dequeue_signal +EXPORT_SYMBOL_GPL vmlinux 0x27c69bd9 ahci_platform_deassert_rsts +EXPORT_SYMBOL_GPL vmlinux 0x27c93531 set_cpus_allowed_ptr +EXPORT_SYMBOL_GPL vmlinux 0x27f4f029 ftrace_set_global_filter +EXPORT_SYMBOL_GPL vmlinux 0x27fa66e1 nr_free_buffer_pages +EXPORT_SYMBOL_GPL vmlinux 0x280c68cb subsys_virtual_register +EXPORT_SYMBOL_GPL vmlinux 0x281644a3 sdhci_cleanup_host +EXPORT_SYMBOL_GPL vmlinux 0x282cdabc usb_led_activity +EXPORT_SYMBOL_GPL vmlinux 0x2837eac7 usb_altnum_to_altsetting +EXPORT_SYMBOL_GPL vmlinux 0x28392338 of_hwspin_lock_get_id +EXPORT_SYMBOL_GPL vmlinux 0x28415935 regulator_disable_deferred +EXPORT_SYMBOL_GPL vmlinux 0x285166b0 gpiod_set_raw_value +EXPORT_SYMBOL_GPL vmlinux 0x285da60b blk_mq_unfreeze_queue +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 0x286fc414 iommu_group_get +EXPORT_SYMBOL_GPL vmlinux 0x2873ecc0 set_secondary_fwnode +EXPORT_SYMBOL_GPL vmlinux 0x2882d40e usb_role_switch_unregister +EXPORT_SYMBOL_GPL vmlinux 0x288fd5a8 fuse_fill_super_common +EXPORT_SYMBOL_GPL vmlinux 0x289b3481 mtk_devm_alloc_clk_data +EXPORT_SYMBOL_GPL vmlinux 0x289c3e98 regulator_set_voltage_sel_pickable_regmap +EXPORT_SYMBOL_GPL vmlinux 0x28a35beb crypto_unregister_shash +EXPORT_SYMBOL_GPL vmlinux 0x28a84f89 badblocks_exit +EXPORT_SYMBOL_GPL vmlinux 0x28aa6a67 call_rcu +EXPORT_SYMBOL_GPL vmlinux 0x28ab4fb9 pinctrl_gpio_free +EXPORT_SYMBOL_GPL vmlinux 0x28ae3c74 security_inode_mkdir +EXPORT_SYMBOL_GPL vmlinux 0x28b030d2 of_overlay_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0x28b13448 devres_destroy +EXPORT_SYMBOL_GPL vmlinux 0x28b13b19 sk_msg_return +EXPORT_SYMBOL_GPL vmlinux 0x28b67899 usb_ep0_reinit +EXPORT_SYMBOL_GPL vmlinux 0x28cb0b83 __cpufreq_driver_target +EXPORT_SYMBOL_GPL vmlinux 0x28d7f7ff __devm_alloc_percpu +EXPORT_SYMBOL_GPL vmlinux 0x28da914d tpm_is_tpm2 +EXPORT_SYMBOL_GPL vmlinux 0x28e25375 blk_crypto_has_capabilities +EXPORT_SYMBOL_GPL vmlinux 0x28e40dd9 __put_net +EXPORT_SYMBOL_GPL vmlinux 0x28e5c822 mas_store +EXPORT_SYMBOL_GPL vmlinux 0x28f1d27f dev_coredumpsg +EXPORT_SYMBOL_GPL vmlinux 0x28f1d7f3 of_genpd_add_provider_onecell +EXPORT_SYMBOL_GPL vmlinux 0x28f7df52 unregister_kretprobe +EXPORT_SYMBOL_GPL vmlinux 0x2904b138 kernel_read_file_from_path +EXPORT_SYMBOL_GPL vmlinux 0x290d1f2f irq_find_matching_fwspec +EXPORT_SYMBOL_GPL vmlinux 0x290fbe7b i2c_dw_prepare_clk +EXPORT_SYMBOL_GPL vmlinux 0x291123ea __tracepoint_sched_overutilized_tp +EXPORT_SYMBOL_GPL vmlinux 0x291876f3 mpi_ec_get_affine +EXPORT_SYMBOL_GPL vmlinux 0x2941ca7b ping_hash +EXPORT_SYMBOL_GPL vmlinux 0x294222ec __phy_modify_mmd_changed +EXPORT_SYMBOL_GPL vmlinux 0x295b982a hisi_clk_register_fixed_rate +EXPORT_SYMBOL_GPL vmlinux 0x2962ffbf snd_soc_poweroff +EXPORT_SYMBOL_GPL vmlinux 0x29660000 crypto_unregister_shashes +EXPORT_SYMBOL_GPL vmlinux 0x2969b9ff max8997_bulk_read +EXPORT_SYMBOL_GPL vmlinux 0x296aee14 bpf_trace_run5 +EXPORT_SYMBOL_GPL vmlinux 0x296b0494 generic_handle_domain_irq +EXPORT_SYMBOL_GPL vmlinux 0x296bb9bd irq_create_mapping_affinity +EXPORT_SYMBOL_GPL vmlinux 0x296d23ca virtqueue_add_inbuf +EXPORT_SYMBOL_GPL vmlinux 0x298dbf5f device_for_each_child_reverse +EXPORT_SYMBOL_GPL vmlinux 0x299c9bd4 devlink_alloc_ns +EXPORT_SYMBOL_GPL vmlinux 0x29c40eb5 devm_fwnode_gpiod_get_index +EXPORT_SYMBOL_GPL vmlinux 0x29cf2470 rdma_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0x29d00d6b ethtool_params_from_link_mode +EXPORT_SYMBOL_GPL vmlinux 0x29ea64ef of_genpd_parse_idle_states +EXPORT_SYMBOL_GPL vmlinux 0x29eba37f current_is_async +EXPORT_SYMBOL_GPL vmlinux 0x29f5a44f extcon_set_property_sync +EXPORT_SYMBOL_GPL vmlinux 0x2a148adf dst_cache_set_ip4 +EXPORT_SYMBOL_GPL vmlinux 0x2a1fd397 dev_pm_opp_of_register_em +EXPORT_SYMBOL_GPL vmlinux 0x2a254a94 pci_bus_max_busnr +EXPORT_SYMBOL_GPL vmlinux 0x2a2a7f69 regmap_noinc_write +EXPORT_SYMBOL_GPL vmlinux 0x2a2f04fa ip_tunnel_netlink_parms +EXPORT_SYMBOL_GPL vmlinux 0x2a332a7e __kthread_init_worker +EXPORT_SYMBOL_GPL vmlinux 0x2a35edbe tcp_sendmsg_locked +EXPORT_SYMBOL_GPL vmlinux 0x2a3d0058 mtk_clk_simple_probe +EXPORT_SYMBOL_GPL vmlinux 0x2a444df8 __of_phy_provider_register +EXPORT_SYMBOL_GPL vmlinux 0x2a471261 blkg_conf_prep +EXPORT_SYMBOL_GPL vmlinux 0x2a5f8b64 clk_gate_restore_context +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 0x2a74b272 vfs_getxattr +EXPORT_SYMBOL_GPL vmlinux 0x2a778d1e dev_attr_unload_heads +EXPORT_SYMBOL_GPL vmlinux 0x2a791594 trace_event_ignore_this_pid +EXPORT_SYMBOL_GPL vmlinux 0x2a95aff7 pm_generic_resume_early +EXPORT_SYMBOL_GPL vmlinux 0x2a976d1c dax_synchronous +EXPORT_SYMBOL_GPL vmlinux 0x2a9b236b rtm_getroute_parse_ip_proto +EXPORT_SYMBOL_GPL vmlinux 0x2a9f8dec spi_controller_dma_unmap_mem_op_data +EXPORT_SYMBOL_GPL vmlinux 0x2aa5dc5e gpiod_set_value +EXPORT_SYMBOL_GPL vmlinux 0x2ab82cbb crypto_stats_skcipher_encrypt +EXPORT_SYMBOL_GPL vmlinux 0x2ace8c9c wait_for_stable_page +EXPORT_SYMBOL_GPL vmlinux 0x2aed633a rio_request_inb_dbell +EXPORT_SYMBOL_GPL vmlinux 0x2afa3469 sk_setup_caps +EXPORT_SYMBOL_GPL vmlinux 0x2b0c393b filemap_migrate_folio +EXPORT_SYMBOL_GPL vmlinux 0x2b1a8f06 fsnotify_find_mark +EXPORT_SYMBOL_GPL vmlinux 0x2b1b03de cpufreq_dbs_governor_exit +EXPORT_SYMBOL_GPL vmlinux 0x2b31bdf3 blk_mq_rdma_map_queues +EXPORT_SYMBOL_GPL vmlinux 0x2b3fd8df devm_serdev_device_open +EXPORT_SYMBOL_GPL vmlinux 0x2b4509dd devlink_health_reporter_state_update +EXPORT_SYMBOL_GPL vmlinux 0x2b5b32d4 mtd_write_oob +EXPORT_SYMBOL_GPL vmlinux 0x2b6120a1 usb_check_bulk_endpoints +EXPORT_SYMBOL_GPL vmlinux 0x2b6150fb power_supply_temp2resist_simple +EXPORT_SYMBOL_GPL vmlinux 0x2b68e3c7 genphy_c45_an_disable_aneg +EXPORT_SYMBOL_GPL vmlinux 0x2b74c7e3 extcon_get_property_capability +EXPORT_SYMBOL_GPL vmlinux 0x2b7b70ee get_net_ns_by_pid +EXPORT_SYMBOL_GPL vmlinux 0x2b7b82f7 dev_pm_opp_adjust_voltage +EXPORT_SYMBOL_GPL vmlinux 0x2b874fd5 regulator_get_mode +EXPORT_SYMBOL_GPL vmlinux 0x2b8da9eb crypto_unregister_scomp +EXPORT_SYMBOL_GPL vmlinux 0x2bb8f759 regulator_desc_list_voltage_linear +EXPORT_SYMBOL_GPL vmlinux 0x2bc569cc bus_create_file +EXPORT_SYMBOL_GPL vmlinux 0x2bcc582d gpiod_get_array +EXPORT_SYMBOL_GPL vmlinux 0x2bd4edbf ip6_sk_update_pmtu +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 0x2be5894d relay_flush +EXPORT_SYMBOL_GPL vmlinux 0x2c000275 mtk_clk_gate_ops_no_setclr +EXPORT_SYMBOL_GPL vmlinux 0x2c088d75 pci_sriov_get_totalvfs +EXPORT_SYMBOL_GPL vmlinux 0x2c17480f dw8250_setup_port +EXPORT_SYMBOL_GPL vmlinux 0x2c1e6e4b sdhci_alloc_host +EXPORT_SYMBOL_GPL vmlinux 0x2c208607 power_supply_is_system_supplied +EXPORT_SYMBOL_GPL vmlinux 0x2c26e136 fib_nh_common_init +EXPORT_SYMBOL_GPL vmlinux 0x2c302722 cci_ace_get_port +EXPORT_SYMBOL_GPL vmlinux 0x2c3054f9 net_inc_ingress_queue +EXPORT_SYMBOL_GPL vmlinux 0x2c37ba83 rio_request_outb_mbox +EXPORT_SYMBOL_GPL vmlinux 0x2c3884e5 dw_pcie_ep_init +EXPORT_SYMBOL_GPL vmlinux 0x2c452071 thermal_zone_get_temp +EXPORT_SYMBOL_GPL vmlinux 0x2c66729f phy_basic_features +EXPORT_SYMBOL_GPL vmlinux 0x2c66ac85 devlink_info_serial_number_put +EXPORT_SYMBOL_GPL vmlinux 0x2c7db649 irq_dispose_mapping +EXPORT_SYMBOL_GPL vmlinux 0x2c81a826 imx_1443x_pll +EXPORT_SYMBOL_GPL vmlinux 0x2c8dd6b8 edac_mem_types +EXPORT_SYMBOL_GPL vmlinux 0x2c95ec55 ping_common_sendmsg +EXPORT_SYMBOL_GPL vmlinux 0x2c97f8a2 of_reconfig_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0x2c9987c1 akcipher_register_instance +EXPORT_SYMBOL_GPL vmlinux 0x2ca314c6 of_property_read_u32_index +EXPORT_SYMBOL_GPL vmlinux 0x2ca84205 ata_sas_scsi_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x2ca934e6 snd_soc_add_component_controls +EXPORT_SYMBOL_GPL vmlinux 0x2cac87b2 sdhci_pltfm_suspend +EXPORT_SYMBOL_GPL vmlinux 0x2cd77a89 __dev_forward_skb +EXPORT_SYMBOL_GPL vmlinux 0x2cd792ac device_add_groups +EXPORT_SYMBOL_GPL vmlinux 0x2ce1f015 musb_set_peripheral +EXPORT_SYMBOL_GPL vmlinux 0x2ce3530a simple_attr_write_signed +EXPORT_SYMBOL_GPL vmlinux 0x2ce48d8f __fscrypt_prepare_lookup +EXPORT_SYMBOL_GPL vmlinux 0x2ce61f33 __SCK__tp_func_br_fdb_add +EXPORT_SYMBOL_GPL vmlinux 0x2ce7c86c xfrm_audit_state_icvfail +EXPORT_SYMBOL_GPL vmlinux 0x2ce8ee03 spi_mem_driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0x2cf70107 gpiochip_line_is_valid +EXPORT_SYMBOL_GPL vmlinux 0x2cf799e5 rt_mutex_unlock +EXPORT_SYMBOL_GPL vmlinux 0x2d1b02d2 usermodehelper_read_lock_wait +EXPORT_SYMBOL_GPL vmlinux 0x2d1e5c29 ncsi_start_dev +EXPORT_SYMBOL_GPL vmlinux 0x2d26db40 do_take_over_console +EXPORT_SYMBOL_GPL vmlinux 0x2d2d38b4 xfrm_dev_state_add +EXPORT_SYMBOL_GPL vmlinux 0x2d2dd36f kobj_ns_grab_current +EXPORT_SYMBOL_GPL vmlinux 0x2d2dfe77 blk_trace_setup +EXPORT_SYMBOL_GPL vmlinux 0x2d2f5693 evm_inode_init_security +EXPORT_SYMBOL_GPL vmlinux 0x2d3217e6 vfs_remove_acl +EXPORT_SYMBOL_GPL vmlinux 0x2d368c4c nand_subop_get_addr_start_off +EXPORT_SYMBOL_GPL vmlinux 0x2d41e6f5 __trace_puts +EXPORT_SYMBOL_GPL vmlinux 0x2d42ba6c component_compare_dev +EXPORT_SYMBOL_GPL vmlinux 0x2d4ed1c2 gpiod_direction_output +EXPORT_SYMBOL_GPL vmlinux 0x2d50ab11 debugfs_create_file_size +EXPORT_SYMBOL_GPL vmlinux 0x2d56af38 ethnl_cable_test_pulse +EXPORT_SYMBOL_GPL vmlinux 0x2d5f69b3 rcu_read_unlock_strict +EXPORT_SYMBOL_GPL vmlinux 0x2d609547 dax_direct_access +EXPORT_SYMBOL_GPL vmlinux 0x2d6572d7 pm_genpd_opp_to_performance_state +EXPORT_SYMBOL_GPL vmlinux 0x2d677dc5 rio_release_dma +EXPORT_SYMBOL_GPL vmlinux 0x2d69b56b mpc8xxx_spi_rx_buf_u8 +EXPORT_SYMBOL_GPL vmlinux 0x2d6a12c5 ata_host_suspend +EXPORT_SYMBOL_GPL vmlinux 0x2d72a383 pci_pasid_features +EXPORT_SYMBOL_GPL vmlinux 0x2d7e07d4 pci_epc_unmap_addr +EXPORT_SYMBOL_GPL vmlinux 0x2d84983c phy_resolve_aneg_pause +EXPORT_SYMBOL_GPL vmlinux 0x2da026cd regulator_list_voltage_pickable_linear_range +EXPORT_SYMBOL_GPL vmlinux 0x2da0c891 icc_provider_register +EXPORT_SYMBOL_GPL vmlinux 0x2da17d91 icc_link_destroy +EXPORT_SYMBOL_GPL vmlinux 0x2da22c5c devfreq_cooling_register +EXPORT_SYMBOL_GPL vmlinux 0x2db67d4a owl_sps_set_pg +EXPORT_SYMBOL_GPL vmlinux 0x2dbcf545 clk_hw_unregister_gate +EXPORT_SYMBOL_GPL vmlinux 0x2dc26b92 devm_gpio_request_one +EXPORT_SYMBOL_GPL vmlinux 0x2ddd5b55 devlink_is_reload_failed +EXPORT_SYMBOL_GPL vmlinux 0x2dddd5a7 snd_ctl_get_preferred_subdevice +EXPORT_SYMBOL_GPL vmlinux 0x2ded1956 phy_driver_is_genphy +EXPORT_SYMBOL_GPL vmlinux 0x2dedc725 blk_trace_startstop +EXPORT_SYMBOL_GPL vmlinux 0x2df7b112 sdhci_resume_host +EXPORT_SYMBOL_GPL vmlinux 0x2df7ce37 iommu_unmap +EXPORT_SYMBOL_GPL vmlinux 0x2e028ae6 rcutorture_get_gp_data +EXPORT_SYMBOL_GPL vmlinux 0x2e0ba105 dma_alloc_pages +EXPORT_SYMBOL_GPL vmlinux 0x2e0e552d vfs_set_acl +EXPORT_SYMBOL_GPL vmlinux 0x2e0ed434 sbitmap_queue_wake_all +EXPORT_SYMBOL_GPL vmlinux 0x2e1363bd of_irq_parse_one +EXPORT_SYMBOL_GPL vmlinux 0x2e1ee4ad wm831x_reg_read +EXPORT_SYMBOL_GPL vmlinux 0x2e2360b1 ftrace_set_global_notrace +EXPORT_SYMBOL_GPL vmlinux 0x2e2e7a5a edac_device_add_device +EXPORT_SYMBOL_GPL vmlinux 0x2e32b4e1 vp_legacy_get_queue_size +EXPORT_SYMBOL_GPL vmlinux 0x2e4261f6 snmp_get_cpu_field64 +EXPORT_SYMBOL_GPL vmlinux 0x2e480185 devm_gpiod_put +EXPORT_SYMBOL_GPL vmlinux 0x2e4dd7ac spi_mem_adjust_op_size +EXPORT_SYMBOL_GPL vmlinux 0x2e535cc7 skb_zerocopy_headlen +EXPORT_SYMBOL_GPL vmlinux 0x2e63dd19 mtk_clk_gate_ops_setclr_inv +EXPORT_SYMBOL_GPL vmlinux 0x2e6571af icc_provider_del +EXPORT_SYMBOL_GPL vmlinux 0x2e66298c __SCK__tp_func_sched_util_est_cfs_tp +EXPORT_SYMBOL_GPL vmlinux 0x2e8bb33e irq_gc_unmask_enable_reg +EXPORT_SYMBOL_GPL vmlinux 0x2ebe3135 cpu_is_hotpluggable +EXPORT_SYMBOL_GPL vmlinux 0x2ed944d2 pci_ignore_hotplug +EXPORT_SYMBOL_GPL vmlinux 0x2ef359d4 vp_modern_set_queue_reset +EXPORT_SYMBOL_GPL vmlinux 0x2ef45d1b ip6_datagram_connect +EXPORT_SYMBOL_GPL vmlinux 0x2f088a8b fuse_get_unique +EXPORT_SYMBOL_GPL vmlinux 0x2f099ba4 raw_v6_match +EXPORT_SYMBOL_GPL vmlinux 0x2f0a849d of_usb_get_phy_mode +EXPORT_SYMBOL_GPL vmlinux 0x2f0d9053 usb_otg_state_string +EXPORT_SYMBOL_GPL vmlinux 0x2f1c6a4c md_rdev_clear +EXPORT_SYMBOL_GPL vmlinux 0x2f1ea064 __SCK__tp_func_xdp_bulk_tx +EXPORT_SYMBOL_GPL vmlinux 0x2f3e4dd6 devm_devfreq_event_add_edev +EXPORT_SYMBOL_GPL vmlinux 0x2f528eb8 ata_scsi_queuecmd +EXPORT_SYMBOL_GPL vmlinux 0x2f5948a4 of_modalias_node +EXPORT_SYMBOL_GPL vmlinux 0x2f6074d7 irq_domain_disconnect_hierarchy +EXPORT_SYMBOL_GPL vmlinux 0x2f63e634 usb_poison_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0x2f9b7b0f pci_slots_kset +EXPORT_SYMBOL_GPL vmlinux 0x2f9fc4cf mtd_pairing_info_to_wunit +EXPORT_SYMBOL_GPL vmlinux 0x2faac966 pci_bridge_emul_init +EXPORT_SYMBOL_GPL vmlinux 0x2fade0be synth_event_add_field +EXPORT_SYMBOL_GPL vmlinux 0x2fb45334 iommu_detach_device +EXPORT_SYMBOL_GPL vmlinux 0x2fbc84fe pci_reset_function_locked +EXPORT_SYMBOL_GPL vmlinux 0x2fbfa90e mbox_flush +EXPORT_SYMBOL_GPL vmlinux 0x2fc1e0fe kmem_valid_obj +EXPORT_SYMBOL_GPL vmlinux 0x2fc6b0ce fbcon_modechange_possible +EXPORT_SYMBOL_GPL vmlinux 0x2fd310c7 irq_alloc_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0x2fe5db8c netdev_sw_irq_coalesce_default_on +EXPORT_SYMBOL_GPL vmlinux 0x2fe86273 virtqueue_get_desc_addr +EXPORT_SYMBOL_GPL vmlinux 0x2ffa86ba crypto_create_tfm_node +EXPORT_SYMBOL_GPL vmlinux 0x30033dc5 wm8350_reg_unlock +EXPORT_SYMBOL_GPL vmlinux 0x30096d57 insert_resource +EXPORT_SYMBOL_GPL vmlinux 0x301aa5c3 fwnode_get_parent +EXPORT_SYMBOL_GPL vmlinux 0x301f5c62 spi_delay_exec +EXPORT_SYMBOL_GPL vmlinux 0x302dddc4 pci_msi_mask_irq +EXPORT_SYMBOL_GPL vmlinux 0x305a92a9 __virtio_unbreak_device +EXPORT_SYMBOL_GPL vmlinux 0x3061cfce ring_buffer_entries_cpu +EXPORT_SYMBOL_GPL vmlinux 0x30693bb7 imx_audmux_v1_configure_port +EXPORT_SYMBOL_GPL vmlinux 0x3069e46b scatterwalk_copychunks +EXPORT_SYMBOL_GPL vmlinux 0x306bd0b2 unregister_virtio_device +EXPORT_SYMBOL_GPL vmlinux 0x307fd022 amba_bustype +EXPORT_SYMBOL_GPL vmlinux 0x30897e9e blk_execute_rq_nowait +EXPORT_SYMBOL_GPL vmlinux 0x30a05d9b usb_autopm_put_interface_no_suspend +EXPORT_SYMBOL_GPL vmlinux 0x30a262dc look_up_OID +EXPORT_SYMBOL_GPL vmlinux 0x30a2b5f5 cpuacct_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0x30b79dea skcipher_walk_aead_encrypt +EXPORT_SYMBOL_GPL vmlinux 0x30cda86e switchdev_port_obj_add +EXPORT_SYMBOL_GPL vmlinux 0x30d5944c trace_event_buffer_reserve +EXPORT_SYMBOL_GPL vmlinux 0x30d6da55 usb_poison_urb +EXPORT_SYMBOL_GPL vmlinux 0x30dbc16e wbc_detach_inode +EXPORT_SYMBOL_GPL vmlinux 0x30de00ad snd_soc_component_enable_pin +EXPORT_SYMBOL_GPL vmlinux 0x30f04fc6 tty_kopen_shared +EXPORT_SYMBOL_GPL vmlinux 0x30f1253a register_asymmetric_key_parser +EXPORT_SYMBOL_GPL vmlinux 0x31019477 __ftrace_vbprintk +EXPORT_SYMBOL_GPL vmlinux 0x3105be7c init_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0x310968e5 snd_soc_bytes_info_ext +EXPORT_SYMBOL_GPL vmlinux 0x310b6270 alarm_forward +EXPORT_SYMBOL_GPL vmlinux 0x310b7ebc dev_pm_opp_find_freq_floor +EXPORT_SYMBOL_GPL vmlinux 0x311d6c7c dax_driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0x311dd606 serial8250_clear_and_reinit_fifos +EXPORT_SYMBOL_GPL vmlinux 0x311f822d msg_zerocopy_callback +EXPORT_SYMBOL_GPL vmlinux 0x31266931 con_debug_leave +EXPORT_SYMBOL_GPL vmlinux 0x3131c37c crypto_enqueue_request +EXPORT_SYMBOL_GPL vmlinux 0x3134304d regulator_set_ramp_delay_regmap +EXPORT_SYMBOL_GPL vmlinux 0x313d4d75 tty_get_pgrp +EXPORT_SYMBOL_GPL vmlinux 0x313ea5fd ipi_send_single +EXPORT_SYMBOL_GPL vmlinux 0x3140774b mtd_get_fact_prot_info +EXPORT_SYMBOL_GPL vmlinux 0x3148c0f1 wm831x_regmap_config +EXPORT_SYMBOL_GPL vmlinux 0x31757e20 devm_led_trigger_register +EXPORT_SYMBOL_GPL vmlinux 0x3179f0db dev_pm_opp_get_of_node +EXPORT_SYMBOL_GPL vmlinux 0x31867167 usb_unlocked_disable_lpm +EXPORT_SYMBOL_GPL vmlinux 0x3187490a __SCK__tp_func_detach_device_from_domain +EXPORT_SYMBOL_GPL vmlinux 0x3192d768 cpufreq_remove_update_util_hook +EXPORT_SYMBOL_GPL vmlinux 0x31a4f37b mmu_notifier_range_update_to_read_only +EXPORT_SYMBOL_GPL vmlinux 0x31a95e8b ring_buffer_record_enable_cpu +EXPORT_SYMBOL_GPL vmlinux 0x31beb986 __traceiter_neigh_cleanup_and_release +EXPORT_SYMBOL_GPL vmlinux 0x31c7970f pciserial_suspend_ports +EXPORT_SYMBOL_GPL vmlinux 0x31cd02b8 mas_walk +EXPORT_SYMBOL_GPL vmlinux 0x31d40c50 mbox_chan_txdone +EXPORT_SYMBOL_GPL vmlinux 0x3206b319 xdp_rxq_info_is_reg +EXPORT_SYMBOL_GPL vmlinux 0x3207a583 tty_wakeup +EXPORT_SYMBOL_GPL vmlinux 0x32083ad9 tcp_sendpage_locked +EXPORT_SYMBOL_GPL vmlinux 0x320ee074 ata_sas_port_init +EXPORT_SYMBOL_GPL vmlinux 0x3210b55d cpuidle_register +EXPORT_SYMBOL_GPL vmlinux 0x321fe119 __rio_local_read_config_8 +EXPORT_SYMBOL_GPL vmlinux 0x3225e8cb devfreq_event_set_event +EXPORT_SYMBOL_GPL vmlinux 0x32295715 dev_pm_opp_clear_config +EXPORT_SYMBOL_GPL vmlinux 0x3241146c sysfs_update_groups +EXPORT_SYMBOL_GPL vmlinux 0x3241879c trace_event_buffer_commit +EXPORT_SYMBOL_GPL vmlinux 0x324a0368 inet_pernet_hashinfo_free +EXPORT_SYMBOL_GPL vmlinux 0x325e5118 rhashtable_init +EXPORT_SYMBOL_GPL vmlinux 0x32735d52 devm_phy_package_join +EXPORT_SYMBOL_GPL vmlinux 0x327f80b1 gov_attr_set_get +EXPORT_SYMBOL_GPL vmlinux 0x32836981 public_key_verify_signature +EXPORT_SYMBOL_GPL vmlinux 0x328fae54 transport_add_device +EXPORT_SYMBOL_GPL vmlinux 0x3291c324 fuse_abort_conn +EXPORT_SYMBOL_GPL vmlinux 0x32992614 dma_get_merge_boundary +EXPORT_SYMBOL_GPL vmlinux 0x329c3a4f shmem_truncate_range +EXPORT_SYMBOL_GPL vmlinux 0x329c9be9 devlink_linecard_nested_dl_set +EXPORT_SYMBOL_GPL vmlinux 0x32ab06cc irq_percpu_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0x32ab9ebb msg_zerocopy_put_abort +EXPORT_SYMBOL_GPL vmlinux 0x32c27fe1 phy_calibrate +EXPORT_SYMBOL_GPL vmlinux 0x32c3cb4e class_compat_register +EXPORT_SYMBOL_GPL vmlinux 0x32c7097e bus_sort_breadthfirst +EXPORT_SYMBOL_GPL vmlinux 0x32ccc5cd dev_pm_set_dedicated_wake_irq_reverse +EXPORT_SYMBOL_GPL vmlinux 0x32dbc99a regmap_field_bulk_alloc +EXPORT_SYMBOL_GPL vmlinux 0x32dd9c0f devm_of_clk_add_hw_provider +EXPORT_SYMBOL_GPL vmlinux 0x32e16ba4 dev_pm_opp_xlate_required_opp +EXPORT_SYMBOL_GPL vmlinux 0x32e7c0d6 devm_power_supply_register +EXPORT_SYMBOL_GPL vmlinux 0x32f7107a pci_msi_create_irq_domain +EXPORT_SYMBOL_GPL vmlinux 0x32fa4136 i2c_get_device_id +EXPORT_SYMBOL_GPL vmlinux 0x32fc1290 iommu_device_sysfs_remove +EXPORT_SYMBOL_GPL vmlinux 0x330f6116 set_dax_synchronous +EXPORT_SYMBOL_GPL vmlinux 0x33276483 clk_hw_init_rate_request +EXPORT_SYMBOL_GPL vmlinux 0x3335ae32 freq_qos_update_request +EXPORT_SYMBOL_GPL vmlinux 0x334e1679 ata_pci_device_do_suspend +EXPORT_SYMBOL_GPL vmlinux 0x3352b8b4 tracepoint_srcu +EXPORT_SYMBOL_GPL vmlinux 0x335c570f enable_percpu_irq +EXPORT_SYMBOL_GPL vmlinux 0x33618f5e pci_epc_set_bar +EXPORT_SYMBOL_GPL vmlinux 0x336636bb clk_hw_unregister_fixed_rate +EXPORT_SYMBOL_GPL vmlinux 0x339ce1ea skb_send_sock_locked +EXPORT_SYMBOL_GPL vmlinux 0x33b250bf irq_gc_noop +EXPORT_SYMBOL_GPL vmlinux 0x33b46aa6 uart_parse_earlycon +EXPORT_SYMBOL_GPL vmlinux 0x33b8efc2 mmc_app_cmd +EXPORT_SYMBOL_GPL vmlinux 0x33bc6ae8 ata_dev_next +EXPORT_SYMBOL_GPL vmlinux 0x33c1b67f regmap_register_patch +EXPORT_SYMBOL_GPL vmlinux 0x33cd2cd6 cpu_latency_qos_update_request +EXPORT_SYMBOL_GPL vmlinux 0x33d455e5 mtd_lock +EXPORT_SYMBOL_GPL vmlinux 0x33e9e0a2 atomic_notifier_chain_register +EXPORT_SYMBOL_GPL vmlinux 0x33ee7516 da9055_regmap_config +EXPORT_SYMBOL_GPL vmlinux 0x33efc8c8 trace_clock_local +EXPORT_SYMBOL_GPL vmlinux 0x33f47b80 put_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0x33f866cc __account_locked_vm +EXPORT_SYMBOL_GPL vmlinux 0x33fc717c ata_host_resume +EXPORT_SYMBOL_GPL vmlinux 0x33ff0d4b bpf_prog_inc +EXPORT_SYMBOL_GPL vmlinux 0x34046696 fib_nh_common_release +EXPORT_SYMBOL_GPL vmlinux 0x34181c17 netdev_cmd_to_name +EXPORT_SYMBOL_GPL vmlinux 0x34222bef irq_domain_associate +EXPORT_SYMBOL_GPL vmlinux 0x342f38ec edac_device_alloc_ctl_info +EXPORT_SYMBOL_GPL vmlinux 0x34407691 crypto_has_ahash +EXPORT_SYMBOL_GPL vmlinux 0x344253c7 mvebu_mbus_get_pcie_mem_aperture +EXPORT_SYMBOL_GPL vmlinux 0x344361a1 kdb_register +EXPORT_SYMBOL_GPL vmlinux 0x344bd03b devlink_traps_register +EXPORT_SYMBOL_GPL vmlinux 0x3450ad94 mpi_set_ui +EXPORT_SYMBOL_GPL vmlinux 0x345303ff vcap_enable_lookups +EXPORT_SYMBOL_GPL vmlinux 0x3461ba36 usb_bus_idr +EXPORT_SYMBOL_GPL vmlinux 0x3464b83b __traceiter_fib6_table_lookup +EXPORT_SYMBOL_GPL vmlinux 0x34692bd8 fib_rule_matchall +EXPORT_SYMBOL_GPL vmlinux 0x346e90b6 of_platform_depopulate +EXPORT_SYMBOL_GPL vmlinux 0x3482c9d2 __hwspin_unlock +EXPORT_SYMBOL_GPL vmlinux 0x349544c7 sk_msg_alloc +EXPORT_SYMBOL_GPL vmlinux 0x349d2e73 phy_restore_page +EXPORT_SYMBOL_GPL vmlinux 0x34a7b142 __SCK__tp_func_rpm_suspend +EXPORT_SYMBOL_GPL vmlinux 0x34ac50a4 visitorl +EXPORT_SYMBOL_GPL vmlinux 0x34b7ecf4 mtk_pinconf_bias_set_combo +EXPORT_SYMBOL_GPL vmlinux 0x34d10fbf inet_csk_listen_start +EXPORT_SYMBOL_GPL vmlinux 0x34d5a216 tpm2_probe +EXPORT_SYMBOL_GPL vmlinux 0x34dad089 start_poll_synchronize_srcu +EXPORT_SYMBOL_GPL vmlinux 0x34dbc133 inet_ehash_locks_alloc +EXPORT_SYMBOL_GPL vmlinux 0x34dccfb2 context_tracking +EXPORT_SYMBOL_GPL vmlinux 0x34ded9c3 fwnode_create_software_node +EXPORT_SYMBOL_GPL vmlinux 0x34efa1df pci_scan_child_bus +EXPORT_SYMBOL_GPL vmlinux 0x3505ea67 phy_speed_down +EXPORT_SYMBOL_GPL vmlinux 0x350d2194 snd_soc_component_nc_pin_unlocked +EXPORT_SYMBOL_GPL vmlinux 0x350f6ce5 tasklet_unlock_wait +EXPORT_SYMBOL_GPL vmlinux 0x3524153d ahci_platform_disable_phys +EXPORT_SYMBOL_GPL vmlinux 0x3526dab7 hwspin_lock_register +EXPORT_SYMBOL_GPL vmlinux 0x352b3813 maxim_charger_calc_reg_current +EXPORT_SYMBOL_GPL vmlinux 0x352ec68b bpf_offload_dev_destroy +EXPORT_SYMBOL_GPL vmlinux 0x353a25a0 dapm_clock_event +EXPORT_SYMBOL_GPL vmlinux 0x3565a929 utf8_data_table +EXPORT_SYMBOL_GPL vmlinux 0x35681ae3 __tracepoint_tcp_bad_csum +EXPORT_SYMBOL_GPL vmlinux 0x35682446 gpiochip_add_pingroup_range +EXPORT_SYMBOL_GPL vmlinux 0x3569bc14 snd_soc_dapm_weak_routes +EXPORT_SYMBOL_GPL vmlinux 0x356ee655 pm_schedule_suspend +EXPORT_SYMBOL_GPL vmlinux 0x357779a5 platform_add_devices +EXPORT_SYMBOL_GPL vmlinux 0x357e7445 __traceiter_ata_bmdma_setup +EXPORT_SYMBOL_GPL vmlinux 0x358ff60f twl_get_hfclk_rate +EXPORT_SYMBOL_GPL vmlinux 0x35aa6c08 software_node_fwnode +EXPORT_SYMBOL_GPL vmlinux 0x35b0e642 usb_gadget_disconnect +EXPORT_SYMBOL_GPL vmlinux 0x35b87197 ext_pi_type3_crc64 +EXPORT_SYMBOL_GPL vmlinux 0x35c136fd regulator_get_error_flags +EXPORT_SYMBOL_GPL vmlinux 0x35c8e58f nd_tbl +EXPORT_SYMBOL_GPL vmlinux 0x35d58648 screen_glyph +EXPORT_SYMBOL_GPL vmlinux 0x35da607c rio_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x35dfd76f gpiod_direction_output_raw +EXPORT_SYMBOL_GPL vmlinux 0x35e554d9 crypto_grab_shash +EXPORT_SYMBOL_GPL vmlinux 0x35e7e9bc nand_read_page_op +EXPORT_SYMBOL_GPL vmlinux 0x35f4b746 usb_add_phy +EXPORT_SYMBOL_GPL vmlinux 0x35f4fed6 perf_aux_output_end +EXPORT_SYMBOL_GPL vmlinux 0x35f878ff __folio_lock_killable +EXPORT_SYMBOL_GPL vmlinux 0x36060e86 ping_close +EXPORT_SYMBOL_GPL vmlinux 0x360baa04 sock_map_destroy +EXPORT_SYMBOL_GPL vmlinux 0x361739fa regulator_bulk_set_supply_names +EXPORT_SYMBOL_GPL vmlinux 0x361b9744 put_mtd_device +EXPORT_SYMBOL_GPL vmlinux 0x36242943 switchdev_deferred_process +EXPORT_SYMBOL_GPL vmlinux 0x362f9200 iommu_device_release_dma_owner +EXPORT_SYMBOL_GPL vmlinux 0x3630e291 balloon_page_alloc +EXPORT_SYMBOL_GPL vmlinux 0x36356eda tegra124_clk_set_emc_callbacks +EXPORT_SYMBOL_GPL vmlinux 0x363fd9d6 platform_get_resource_byname +EXPORT_SYMBOL_GPL vmlinux 0x364150ef scsi_unregister_device_handler +EXPORT_SYMBOL_GPL vmlinux 0x3647994e dev_pm_opp_get_opp_count +EXPORT_SYMBOL_GPL vmlinux 0x3650ece6 of_reset_control_array_get +EXPORT_SYMBOL_GPL vmlinux 0x3653606f disk_set_zoned +EXPORT_SYMBOL_GPL vmlinux 0x3658fbfe dm_internal_resume_fast +EXPORT_SYMBOL_GPL vmlinux 0x365989e5 imx_1416x_pll +EXPORT_SYMBOL_GPL vmlinux 0x365ae3a0 scsi_internal_device_unblock_nowait +EXPORT_SYMBOL_GPL vmlinux 0x365d0f9f io_uring_cmd_complete_in_task +EXPORT_SYMBOL_GPL vmlinux 0x3684d9e5 usb_add_hcd +EXPORT_SYMBOL_GPL vmlinux 0x36898d6f gpiod_remove_hogs +EXPORT_SYMBOL_GPL vmlinux 0x369fcd70 tracing_snapshot +EXPORT_SYMBOL_GPL vmlinux 0x36a6d100 bpf_trace_run4 +EXPORT_SYMBOL_GPL vmlinux 0x36aad741 regulator_set_voltage_rdev +EXPORT_SYMBOL_GPL vmlinux 0x36bd346d led_sysfs_enable +EXPORT_SYMBOL_GPL vmlinux 0x36ce3bda crypto_spawn_tfm2 +EXPORT_SYMBOL_GPL vmlinux 0x36ded886 init_srcu_struct +EXPORT_SYMBOL_GPL vmlinux 0x36df2560 powercap_register_zone +EXPORT_SYMBOL_GPL vmlinux 0x36e23074 clk_hw_forward_rate_request +EXPORT_SYMBOL_GPL vmlinux 0x36f1e569 mas_pause +EXPORT_SYMBOL_GPL vmlinux 0x370eb149 input_ff_flush +EXPORT_SYMBOL_GPL vmlinux 0x371253f6 inet_csk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0x3713f244 usb_get_dev +EXPORT_SYMBOL_GPL vmlinux 0x3715196f dev_pm_opp_get_sharing_cpus +EXPORT_SYMBOL_GPL vmlinux 0x37156a15 crypto_grab_spawn +EXPORT_SYMBOL_GPL vmlinux 0x37212e33 devm_regulator_get_enable +EXPORT_SYMBOL_GPL vmlinux 0x37265fd7 device_set_wakeup_enable +EXPORT_SYMBOL_GPL vmlinux 0x373f88fd sdhci_set_bus_width +EXPORT_SYMBOL_GPL vmlinux 0x37452d97 snd_soc_dapm_put_volsw +EXPORT_SYMBOL_GPL vmlinux 0x37480197 watchdog_notify_pretimeout +EXPORT_SYMBOL_GPL vmlinux 0x3748bd23 cpufreq_freq_transition_begin +EXPORT_SYMBOL_GPL vmlinux 0x375764be regulator_get_voltage_rdev +EXPORT_SYMBOL_GPL vmlinux 0x375c308e crypto_stats_kpp_set_secret +EXPORT_SYMBOL_GPL vmlinux 0x3766ca5e snd_soc_component_disable_pin +EXPORT_SYMBOL_GPL vmlinux 0x376b2512 vcap_lookup_keyfield +EXPORT_SYMBOL_GPL vmlinux 0x37743b64 iomap_dio_complete +EXPORT_SYMBOL_GPL vmlinux 0x37790270 debugfs_read_file_bool +EXPORT_SYMBOL_GPL vmlinux 0x377bbcbc pm_suspend_target_state +EXPORT_SYMBOL_GPL vmlinux 0x37850e92 debugfs_create_symlink +EXPORT_SYMBOL_GPL vmlinux 0x378872a1 power_supply_get_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0x378f54e1 __class_create +EXPORT_SYMBOL_GPL vmlinux 0x37935e27 snd_soc_dapm_add_routes +EXPORT_SYMBOL_GPL vmlinux 0x379f840f crypto_aead_setauthsize +EXPORT_SYMBOL_GPL vmlinux 0x37a17673 pci_reset_function +EXPORT_SYMBOL_GPL vmlinux 0x37ad9748 devres_for_each_res +EXPORT_SYMBOL_GPL vmlinux 0x37b05455 clk_hw_register +EXPORT_SYMBOL_GPL vmlinux 0x37b6d582 skb_mpls_dec_ttl +EXPORT_SYMBOL_GPL vmlinux 0x37c7e23f gpiod_set_raw_array_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x37cd06d5 dev_queue_xmit_nit +EXPORT_SYMBOL_GPL vmlinux 0x37e47aff devres_find +EXPORT_SYMBOL_GPL vmlinux 0x37e5ae53 sdhci_abort_tuning +EXPORT_SYMBOL_GPL vmlinux 0x37e5ba87 tps65217_reg_write +EXPORT_SYMBOL_GPL vmlinux 0x380dde36 power_supply_batinfo_ocv2cap +EXPORT_SYMBOL_GPL vmlinux 0x38268b62 icc_bulk_enable +EXPORT_SYMBOL_GPL vmlinux 0x3835562a clk_hw_get_rate +EXPORT_SYMBOL_GPL vmlinux 0x38374815 clear_selection +EXPORT_SYMBOL_GPL vmlinux 0x38399618 regulator_list_hardware_vsel +EXPORT_SYMBOL_GPL vmlinux 0x384847a6 __devm_spi_alloc_controller +EXPORT_SYMBOL_GPL vmlinux 0x385b090d clk_hw_rate_is_protected +EXPORT_SYMBOL_GPL vmlinux 0x386457af usb_hcd_check_unlink_urb +EXPORT_SYMBOL_GPL vmlinux 0x386a98ae irqchip_fwnode_ops +EXPORT_SYMBOL_GPL vmlinux 0x3874bbcf serial8250_rpm_get +EXPORT_SYMBOL_GPL vmlinux 0x3879ef50 snd_soc_info_volsw_range +EXPORT_SYMBOL_GPL vmlinux 0x388fbde8 sched_set_normal +EXPORT_SYMBOL_GPL vmlinux 0x38a9c2c7 input_ff_effect_from_user +EXPORT_SYMBOL_GPL vmlinux 0x38aa1397 gpiod_add_lookup_table +EXPORT_SYMBOL_GPL vmlinux 0x38ac28d6 usb_put_intf +EXPORT_SYMBOL_GPL vmlinux 0x38ae9e67 spi_controller_suspend +EXPORT_SYMBOL_GPL vmlinux 0x38bb64fa ahci_platform_resume +EXPORT_SYMBOL_GPL vmlinux 0x38c0c9e4 btree_update +EXPORT_SYMBOL_GPL vmlinux 0x38ce39c8 regulator_set_pull_down_regmap +EXPORT_SYMBOL_GPL vmlinux 0x38ce9b27 vp_legacy_probe +EXPORT_SYMBOL_GPL vmlinux 0x38cfc10d rtc_update_irq +EXPORT_SYMBOL_GPL vmlinux 0x38e1fde7 mpi_set +EXPORT_SYMBOL_GPL vmlinux 0x38e5bc5a clk_set_rate_range +EXPORT_SYMBOL_GPL vmlinux 0x38f704de dm_get_reserved_bio_based_ios +EXPORT_SYMBOL_GPL vmlinux 0x390ae34f cpuidle_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x3915ea4b clk_regmap_divider_ops +EXPORT_SYMBOL_GPL vmlinux 0x3934db83 pci_bridge_emul_cleanup +EXPORT_SYMBOL_GPL vmlinux 0x39393d62 device_set_node +EXPORT_SYMBOL_GPL vmlinux 0x394089c4 devm_i2c_add_adapter +EXPORT_SYMBOL_GPL vmlinux 0x3943e00e bus_rescan_devices +EXPORT_SYMBOL_GPL vmlinux 0x39476e4d irq_chip_set_wake_parent +EXPORT_SYMBOL_GPL vmlinux 0x3951d939 mdiobus_modify +EXPORT_SYMBOL_GPL vmlinux 0x3952d083 virtqueue_get_used_addr +EXPORT_SYMBOL_GPL vmlinux 0x395410c8 ata_sff_drain_fifo +EXPORT_SYMBOL_GPL vmlinux 0x395c73b8 spi_mem_default_supports_op +EXPORT_SYMBOL_GPL vmlinux 0x395f1b19 spi_add_device +EXPORT_SYMBOL_GPL vmlinux 0x39681908 usb_device_match_id +EXPORT_SYMBOL_GPL vmlinux 0x396a9488 query_asymmetric_key +EXPORT_SYMBOL_GPL vmlinux 0x397e2142 __SCK__tp_func_sched_cpu_capacity_tp +EXPORT_SYMBOL_GPL vmlinux 0x398bf9e7 bpf_event_output +EXPORT_SYMBOL_GPL vmlinux 0x398c6251 hwmon_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x398d83c7 mnt_want_write_file +EXPORT_SYMBOL_GPL vmlinux 0x39941fc7 snd_soc_set_dmi_name +EXPORT_SYMBOL_GPL vmlinux 0x3999563e pm_generic_restore_noirq +EXPORT_SYMBOL_GPL vmlinux 0x39a7affc driver_deferred_probe_timeout +EXPORT_SYMBOL_GPL vmlinux 0x39aa4888 usb_role_string +EXPORT_SYMBOL_GPL vmlinux 0x39ba165b devm_irq_alloc_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0x39ba6117 balloon_page_enqueue +EXPORT_SYMBOL_GPL vmlinux 0x39c32aca __SCK__tp_func_neigh_event_send_done +EXPORT_SYMBOL_GPL vmlinux 0x39c4033d sata_port_ops +EXPORT_SYMBOL_GPL vmlinux 0x39cbf16e fib_table_lookup +EXPORT_SYMBOL_GPL vmlinux 0x3a0ae97f inet6_sock_destruct +EXPORT_SYMBOL_GPL vmlinux 0x3a1434e6 phy_set_speed +EXPORT_SYMBOL_GPL vmlinux 0x3a15013b ata_pack_xfermask +EXPORT_SYMBOL_GPL vmlinux 0x3a21a53f __suspend_report_result +EXPORT_SYMBOL_GPL vmlinux 0x3a2c9ffa pingv6_prot +EXPORT_SYMBOL_GPL vmlinux 0x3a36a16c __reset_control_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0x3a3bf1d4 pm_runtime_set_memalloc_noio +EXPORT_SYMBOL_GPL vmlinux 0x3a4693f1 buffer_migrate_folio_norefs +EXPORT_SYMBOL_GPL vmlinux 0x3a4f6a32 ata_sff_interrupt +EXPORT_SYMBOL_GPL vmlinux 0x3a536bd7 ring_buffer_read_finish +EXPORT_SYMBOL_GPL vmlinux 0x3a608a4d snd_pcm_stop_xrun +EXPORT_SYMBOL_GPL vmlinux 0x3a6d01aa snd_soc_find_dai +EXPORT_SYMBOL_GPL vmlinux 0x3a8c7d8d pinctrl_find_and_add_gpio_range +EXPORT_SYMBOL_GPL vmlinux 0x3a8f9737 ata_do_set_mode +EXPORT_SYMBOL_GPL vmlinux 0x3a930394 tty_port_default_client_ops +EXPORT_SYMBOL_GPL vmlinux 0x3a9be019 asymmetric_key_id_partial +EXPORT_SYMBOL_GPL vmlinux 0x3a9d37d9 transport_destroy_device +EXPORT_SYMBOL_GPL vmlinux 0x3aa71cf5 page_reporting_register +EXPORT_SYMBOL_GPL vmlinux 0x3ab70944 list_lru_walk_node +EXPORT_SYMBOL_GPL vmlinux 0x3ab97066 usb_sg_wait +EXPORT_SYMBOL_GPL vmlinux 0x3ac0ac39 snd_soc_add_component +EXPORT_SYMBOL_GPL vmlinux 0x3ac45aa2 __traceiter_remove_device_from_group +EXPORT_SYMBOL_GPL vmlinux 0x3acdf325 twl4030_audio_enable_resource +EXPORT_SYMBOL_GPL vmlinux 0x3ad1a6ac perf_event_create_kernel_counter +EXPORT_SYMBOL_GPL vmlinux 0x3ad94445 raw_unhash_sk +EXPORT_SYMBOL_GPL vmlinux 0x3aee11d5 tracing_cond_snapshot_data +EXPORT_SYMBOL_GPL vmlinux 0x3af514aa paste_selection +EXPORT_SYMBOL_GPL vmlinux 0x3af6e581 ata_sff_data_xfer32 +EXPORT_SYMBOL_GPL vmlinux 0x3af7df44 nand_reset +EXPORT_SYMBOL_GPL vmlinux 0x3aff5a70 irq_setup_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0x3b0714f7 fanout_mutex +EXPORT_SYMBOL_GPL vmlinux 0x3b0b9d4d sock_diag_register +EXPORT_SYMBOL_GPL vmlinux 0x3b11552f sock_map_unhash +EXPORT_SYMBOL_GPL vmlinux 0x3b383297 led_blink_set_oneshot +EXPORT_SYMBOL_GPL vmlinux 0x3b45cf15 devm_clk_get_optional_prepared +EXPORT_SYMBOL_GPL vmlinux 0x3b4c240a display_timings_release +EXPORT_SYMBOL_GPL vmlinux 0x3b4ee8b7 sdio_get_host_pm_caps +EXPORT_SYMBOL_GPL vmlinux 0x3b55d95f sk_clone_lock +EXPORT_SYMBOL_GPL vmlinux 0x3b5c4137 kthread_park +EXPORT_SYMBOL_GPL vmlinux 0x3b74644b tty_register_device_attr +EXPORT_SYMBOL_GPL vmlinux 0x3b844fe6 serial8250_rpm_put_tx +EXPORT_SYMBOL_GPL vmlinux 0x3b8e4757 uart_handle_cts_change +EXPORT_SYMBOL_GPL vmlinux 0x3b920d38 of_pci_find_child_device +EXPORT_SYMBOL_GPL vmlinux 0x3b97cbef xas_find +EXPORT_SYMBOL_GPL vmlinux 0x3b9af026 sdio_writeb_readb +EXPORT_SYMBOL_GPL vmlinux 0x3ba2f28b snd_pcm_add_chmap_ctls +EXPORT_SYMBOL_GPL vmlinux 0x3bb33501 devl_sb_register +EXPORT_SYMBOL_GPL vmlinux 0x3bbb8905 ip6_datagram_send_ctl +EXPORT_SYMBOL_GPL vmlinux 0x3bc1c411 genphy_c45_read_mdix +EXPORT_SYMBOL_GPL vmlinux 0x3bc7732e usb_hcd_unmap_urb_setup_for_dma +EXPORT_SYMBOL_GPL vmlinux 0x3bcf3879 trace_event_raw_init +EXPORT_SYMBOL_GPL vmlinux 0x3bd422e7 perf_aux_output_skip +EXPORT_SYMBOL_GPL vmlinux 0x3bd97ed1 pinconf_generic_dt_free_map +EXPORT_SYMBOL_GPL vmlinux 0x3bdb5d28 alg_test +EXPORT_SYMBOL_GPL vmlinux 0x3bf17755 mpi_read_buffer +EXPORT_SYMBOL_GPL vmlinux 0x3c05bab3 devm_pm_runtime_enable +EXPORT_SYMBOL_GPL vmlinux 0x3c1c2411 scsi_internal_device_block_nowait +EXPORT_SYMBOL_GPL vmlinux 0x3c1c3725 rcu_fwd_progress_check +EXPORT_SYMBOL_GPL vmlinux 0x3c1d1da5 irq_domain_translate_onecell +EXPORT_SYMBOL_GPL vmlinux 0x3c1fcad3 sdhci_runtime_resume_host +EXPORT_SYMBOL_GPL vmlinux 0x3c210586 wb_writeout_inc +EXPORT_SYMBOL_GPL vmlinux 0x3c2b68f7 of_changeset_apply +EXPORT_SYMBOL_GPL vmlinux 0x3c3102e0 ahci_qc_issue +EXPORT_SYMBOL_GPL vmlinux 0x3c3c85d8 __SCK__tp_func_kfree_skb +EXPORT_SYMBOL_GPL vmlinux 0x3c40432d register_btf_fmodret_id_set +EXPORT_SYMBOL_GPL vmlinux 0x3c47fe9c regulator_set_suspend_voltage +EXPORT_SYMBOL_GPL vmlinux 0x3c5eebc6 pinconf_generic_parse_dt_config +EXPORT_SYMBOL_GPL vmlinux 0x3c5fc343 ata_pci_bmdma_prepare_host +EXPORT_SYMBOL_GPL vmlinux 0x3c605fa4 debugfs_create_x16 +EXPORT_SYMBOL_GPL vmlinux 0x3c610e03 tpm_tis_core_init +EXPORT_SYMBOL_GPL vmlinux 0x3c681dc4 ring_buffer_record_disable +EXPORT_SYMBOL_GPL vmlinux 0x3c72724e usb_wait_anchor_empty_timeout +EXPORT_SYMBOL_GPL vmlinux 0x3c7e0042 crypto_stats_akcipher_sign +EXPORT_SYMBOL_GPL vmlinux 0x3c839d13 usb_hcd_start_port_resume +EXPORT_SYMBOL_GPL vmlinux 0x3c8b6b9e tty_port_link_device +EXPORT_SYMBOL_GPL vmlinux 0x3c8ede6b sfp_bus_find_fwnode +EXPORT_SYMBOL_GPL vmlinux 0x3c8ff6e0 __pm_runtime_resume +EXPORT_SYMBOL_GPL vmlinux 0x3c904a1a gpiochip_reqres_irq +EXPORT_SYMBOL_GPL vmlinux 0x3c9ada6f serdev_device_write_flush +EXPORT_SYMBOL_GPL vmlinux 0x3c9d2925 rtnl_af_register +EXPORT_SYMBOL_GPL vmlinux 0x3ca12052 stmpe_dev_pm_ops +EXPORT_SYMBOL_GPL vmlinux 0x3ca1c55c __traceiter_attach_device_to_domain +EXPORT_SYMBOL_GPL vmlinux 0x3cb7d96c tps6586x_clr_bits +EXPORT_SYMBOL_GPL vmlinux 0x3cd06035 add_input_randomness +EXPORT_SYMBOL_GPL vmlinux 0x3cd1b510 trace_vbprintk +EXPORT_SYMBOL_GPL vmlinux 0x3cd417a4 addrconf_prefix_rcv_add_addr +EXPORT_SYMBOL_GPL vmlinux 0x3cd59786 dev_attr_ncq_prio_enable +EXPORT_SYMBOL_GPL vmlinux 0x3cdd4db9 ata_port_schedule_eh +EXPORT_SYMBOL_GPL vmlinux 0x3ce2162c pci_epc_mem_free_addr +EXPORT_SYMBOL_GPL vmlinux 0x3ce7a0d1 fwnode_property_present +EXPORT_SYMBOL_GPL vmlinux 0x3cf05c39 tty_put_char +EXPORT_SYMBOL_GPL vmlinux 0x3cfadee2 __xdp_rxq_info_reg +EXPORT_SYMBOL_GPL vmlinux 0x3cfbd1ca usb_gadget_vbus_connect +EXPORT_SYMBOL_GPL vmlinux 0x3cff6d71 vcap_rule_add_key_u72 +EXPORT_SYMBOL_GPL vmlinux 0x3d0fdde1 sysfs_create_file_ns +EXPORT_SYMBOL_GPL vmlinux 0x3d116cf6 skcipher_walk_done +EXPORT_SYMBOL_GPL vmlinux 0x3d1c42ca da9052_disable_irq +EXPORT_SYMBOL_GPL vmlinux 0x3d315130 usb_get_status +EXPORT_SYMBOL_GPL vmlinux 0x3d377a0f input_ff_create +EXPORT_SYMBOL_GPL vmlinux 0x3d388324 dpm_resume_end +EXPORT_SYMBOL_GPL vmlinux 0x3d3ae2a7 devm_hwrng_register +EXPORT_SYMBOL_GPL vmlinux 0x3d49b6f2 pinctrl_lookup_state +EXPORT_SYMBOL_GPL vmlinux 0x3d4d8ad7 tegra_xusb_padctl_legacy_probe +EXPORT_SYMBOL_GPL vmlinux 0x3d510a7b rcu_jiffies_till_stall_check +EXPORT_SYMBOL_GPL vmlinux 0x3d607375 fwnode_property_read_u16_array +EXPORT_SYMBOL_GPL vmlinux 0x3d66fd4d list_lru_walk_one +EXPORT_SYMBOL_GPL vmlinux 0x3d77282c phy_exit +EXPORT_SYMBOL_GPL vmlinux 0x3d7e7c8f snd_soc_component_set_pll +EXPORT_SYMBOL_GPL vmlinux 0x3d866e05 __SCK__tp_func_block_rq_insert +EXPORT_SYMBOL_GPL vmlinux 0x3d876ff1 pci_enable_sriov +EXPORT_SYMBOL_GPL vmlinux 0x3d8ff744 disk_force_media_change +EXPORT_SYMBOL_GPL vmlinux 0x3d9af440 snd_soc_dapm_new_control +EXPORT_SYMBOL_GPL vmlinux 0x3d9bbf75 wwan_port_txon +EXPORT_SYMBOL_GPL vmlinux 0x3d9e8aee pinctrl_force_default +EXPORT_SYMBOL_GPL vmlinux 0x3db48a49 __tracepoint_kfree_skb +EXPORT_SYMBOL_GPL vmlinux 0x3db8cbd2 devm_register_power_off_handler +EXPORT_SYMBOL_GPL vmlinux 0x3dc88e35 of_dma_controller_free +EXPORT_SYMBOL_GPL vmlinux 0x3dcb8912 cpufreq_dbs_governor_start +EXPORT_SYMBOL_GPL vmlinux 0x3de4d0ef sbitmap_prepare_to_wait +EXPORT_SYMBOL_GPL vmlinux 0x3de9cae1 crypto_remove_final +EXPORT_SYMBOL_GPL vmlinux 0x3e0ca4e0 __traceiter_ata_exec_command +EXPORT_SYMBOL_GPL vmlinux 0x3e27065b usb_ep_set_wedge +EXPORT_SYMBOL_GPL vmlinux 0x3e31d9c3 net_prio_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0x3e34e96d mtk_clk_unregister_cpumuxes +EXPORT_SYMBOL_GPL vmlinux 0x3e3cea85 rio_mport_write_config_16 +EXPORT_SYMBOL_GPL vmlinux 0x3e411ace sfp_select_interface +EXPORT_SYMBOL_GPL vmlinux 0x3e4f36f7 tracepoint_probe_register_prio +EXPORT_SYMBOL_GPL vmlinux 0x3e7028e2 ima_file_check +EXPORT_SYMBOL_GPL vmlinux 0x3e7080cb mpi_read_from_buffer +EXPORT_SYMBOL_GPL vmlinux 0x3e78e99b vcap_val_rule +EXPORT_SYMBOL_GPL vmlinux 0x3e903560 ip_tunnel_netlink_encap_parms +EXPORT_SYMBOL_GPL vmlinux 0x3e93517d vp_modern_set_queue_enable +EXPORT_SYMBOL_GPL vmlinux 0x3eae265f of_nvmem_device_get +EXPORT_SYMBOL_GPL vmlinux 0x3eb1e21d __skb_tstamp_tx +EXPORT_SYMBOL_GPL vmlinux 0x3ebdf002 ahci_start_fis_rx +EXPORT_SYMBOL_GPL vmlinux 0x3ec0aacb poll_state_synchronize_srcu +EXPORT_SYMBOL_GPL vmlinux 0x3ec40239 idr_alloc_u32 +EXPORT_SYMBOL_GPL vmlinux 0x3ed38419 dm_copy_name_and_uuid +EXPORT_SYMBOL_GPL vmlinux 0x3eda7ffc adp5520_write +EXPORT_SYMBOL_GPL vmlinux 0x3edb086b pse_control_put +EXPORT_SYMBOL_GPL vmlinux 0x3ef051c8 crypto_inc +EXPORT_SYMBOL_GPL vmlinux 0x3f01f21d debugfs_create_x64 +EXPORT_SYMBOL_GPL vmlinux 0x3f0380c9 ata_sas_async_probe +EXPORT_SYMBOL_GPL vmlinux 0x3f044717 rtc_read_alarm +EXPORT_SYMBOL_GPL vmlinux 0x3f060887 __ioread32_copy +EXPORT_SYMBOL_GPL vmlinux 0x3f0c210f proc_create_net_single_write +EXPORT_SYMBOL_GPL vmlinux 0x3f130505 raw_abort +EXPORT_SYMBOL_GPL vmlinux 0x3f491f49 reset_control_bulk_reset +EXPORT_SYMBOL_GPL vmlinux 0x3f527d54 musb_set_host +EXPORT_SYMBOL_GPL vmlinux 0x3f6412a9 __fat_fs_error +EXPORT_SYMBOL_GPL vmlinux 0x3f718974 gpiod_count +EXPORT_SYMBOL_GPL vmlinux 0x3f84bcd7 dax_alive +EXPORT_SYMBOL_GPL vmlinux 0x3f8eb03d udp_tunnel_nic_ops +EXPORT_SYMBOL_GPL vmlinux 0x3f9f1898 snd_soc_free_ac97_component +EXPORT_SYMBOL_GPL vmlinux 0x3fa8f296 aead_geniv_alloc +EXPORT_SYMBOL_GPL vmlinux 0x3fac2a52 sdhci_execute_tuning +EXPORT_SYMBOL_GPL vmlinux 0x3fb45dbf nf_checksum +EXPORT_SYMBOL_GPL vmlinux 0x3fba9921 gpiod_set_array_value +EXPORT_SYMBOL_GPL vmlinux 0x3fbac2c0 crypto_unregister_skciphers +EXPORT_SYMBOL_GPL vmlinux 0x3fc555fa tpm_chip_bootstrap +EXPORT_SYMBOL_GPL vmlinux 0x3fc76311 nand_status_op +EXPORT_SYMBOL_GPL vmlinux 0x3fd2b22a vfs_inode_has_locks +EXPORT_SYMBOL_GPL vmlinux 0x3fde79b0 fwnode_property_read_u64_array +EXPORT_SYMBOL_GPL vmlinux 0x3fe2f6e1 tps65912_regmap_config +EXPORT_SYMBOL_GPL vmlinux 0x3fe5e610 usb_control_msg_send +EXPORT_SYMBOL_GPL vmlinux 0x3fe6c346 devlink_fmsg_binary_pair_put +EXPORT_SYMBOL_GPL vmlinux 0x3fe81900 vp_modern_generation +EXPORT_SYMBOL_GPL vmlinux 0x3fea029c hisi_clk_register_gate +EXPORT_SYMBOL_GPL vmlinux 0x3ff2e349 hte_request_ts_ns +EXPORT_SYMBOL_GPL vmlinux 0x3ffdacf3 timerqueue_iterate_next +EXPORT_SYMBOL_GPL vmlinux 0x4002f048 tpm_calc_ordinal_duration +EXPORT_SYMBOL_GPL vmlinux 0x4003111e tty_buffer_request_room +EXPORT_SYMBOL_GPL vmlinux 0x40073392 fsl_mc_device_group +EXPORT_SYMBOL_GPL vmlinux 0x400ae589 devm_pm_clk_create +EXPORT_SYMBOL_GPL vmlinux 0x401d7b91 snd_device_initialize +EXPORT_SYMBOL_GPL vmlinux 0x40344b78 usb_gadget_wakeup +EXPORT_SYMBOL_GPL vmlinux 0x403f9529 gpio_request_one +EXPORT_SYMBOL_GPL vmlinux 0x4065d168 pm_print_active_wakeup_sources +EXPORT_SYMBOL_GPL vmlinux 0x4068aa59 tpm2_get_tpm_pt +EXPORT_SYMBOL_GPL vmlinux 0x4069804f sk_attach_filter +EXPORT_SYMBOL_GPL vmlinux 0x406c4cb1 hrtimer_resolution +EXPORT_SYMBOL_GPL vmlinux 0x4071b517 out_of_line_wait_on_bit_timeout +EXPORT_SYMBOL_GPL vmlinux 0x4074e1f6 rio_request_mport_dma +EXPORT_SYMBOL_GPL vmlinux 0x407d54ae rio_del_device +EXPORT_SYMBOL_GPL vmlinux 0x4082e0d3 ata_dev_set_feature +EXPORT_SYMBOL_GPL vmlinux 0x4082f95f pci_epc_get_first_free_bar +EXPORT_SYMBOL_GPL vmlinux 0x4099f919 tun_ptr_free +EXPORT_SYMBOL_GPL vmlinux 0x409d5a43 __traceiter_block_rq_remap +EXPORT_SYMBOL_GPL vmlinux 0x40ba00e0 tpm2_get_cc_attrs_tbl +EXPORT_SYMBOL_GPL vmlinux 0x40c134e8 iov_iter_is_aligned +EXPORT_SYMBOL_GPL vmlinux 0x40c35135 __hwspin_trylock +EXPORT_SYMBOL_GPL vmlinux 0x40c3c8d1 __tracepoint_block_rq_insert +EXPORT_SYMBOL_GPL vmlinux 0x40cd7ed5 efivars_unregister +EXPORT_SYMBOL_GPL vmlinux 0x40da2662 pinctrl_unregister +EXPORT_SYMBOL_GPL vmlinux 0x40df163f spi_mem_driver_register_with_owner +EXPORT_SYMBOL_GPL vmlinux 0x40e735fa inet_ehash_nolisten +EXPORT_SYMBOL_GPL vmlinux 0x40e81222 mmput_async +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 0x412bc681 ring_buffer_empty_cpu +EXPORT_SYMBOL_GPL vmlinux 0x413ab29c rockchip_pcie_enable_clocks +EXPORT_SYMBOL_GPL vmlinux 0x414538e6 synth_event_add_field_str +EXPORT_SYMBOL_GPL vmlinux 0x414a2381 usb_gadget_map_request +EXPORT_SYMBOL_GPL vmlinux 0x414d119a videomode_from_timings +EXPORT_SYMBOL_GPL vmlinux 0x41580488 mtk_clk_unregister_gates +EXPORT_SYMBOL_GPL vmlinux 0x415bc5a1 acomp_request_free +EXPORT_SYMBOL_GPL vmlinux 0x416d199c tpm_tis_resume +EXPORT_SYMBOL_GPL vmlinux 0x41814cb8 dirty_writeback_interval +EXPORT_SYMBOL_GPL vmlinux 0x41953601 crypto_aead_decrypt +EXPORT_SYMBOL_GPL vmlinux 0x419e7efd sfp_module_stop +EXPORT_SYMBOL_GPL vmlinux 0x41a4c434 tps6586x_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x41a86083 mpc8xxx_spi_probe +EXPORT_SYMBOL_GPL vmlinux 0x41b592dc pci_find_host_bridge +EXPORT_SYMBOL_GPL vmlinux 0x41b9a6e6 bsg_unregister_queue +EXPORT_SYMBOL_GPL vmlinux 0x41c30f3a trace_seq_bprintf +EXPORT_SYMBOL_GPL vmlinux 0x41e8c9fa devres_get +EXPORT_SYMBOL_GPL vmlinux 0x41ed3cec eventfd_ctx_remove_wait_queue +EXPORT_SYMBOL_GPL vmlinux 0x41f3526d scsi_template_proc_dir +EXPORT_SYMBOL_GPL vmlinux 0x41f6d228 usb_put_dev +EXPORT_SYMBOL_GPL vmlinux 0x41f7e028 ata_scsi_slave_config +EXPORT_SYMBOL_GPL vmlinux 0x420356bf nand_prog_page_begin_op +EXPORT_SYMBOL_GPL vmlinux 0x42041512 i2c_get_dma_safe_msg_buf +EXPORT_SYMBOL_GPL vmlinux 0x4205ad24 cancel_work_sync +EXPORT_SYMBOL_GPL vmlinux 0x420f3d01 nvmem_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x42327488 device_store_bool +EXPORT_SYMBOL_GPL vmlinux 0x424d8482 snd_soc_component_compr_get_params +EXPORT_SYMBOL_GPL vmlinux 0x425088c5 sdio_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x425cce44 _snd_pcm_stream_lock_irqsave +EXPORT_SYMBOL_GPL vmlinux 0x42635d55 pm_suspend_global_flags +EXPORT_SYMBOL_GPL vmlinux 0x42642acd inet_csk_clone_lock +EXPORT_SYMBOL_GPL vmlinux 0x428203a8 xfrm_audit_state_notfound_simple +EXPORT_SYMBOL_GPL vmlinux 0x42825ce2 rcu_scheduler_active +EXPORT_SYMBOL_GPL vmlinux 0x429c3f9c reboot_mode +EXPORT_SYMBOL_GPL vmlinux 0x429dcfdb __clk_determine_rate +EXPORT_SYMBOL_GPL vmlinux 0x429e64b3 sdio_set_block_size +EXPORT_SYMBOL_GPL vmlinux 0x42cfff5b mtk_eint_do_suspend +EXPORT_SYMBOL_GPL vmlinux 0x42dccbf0 device_for_each_child +EXPORT_SYMBOL_GPL vmlinux 0x42dd2571 snd_soc_component_update_bits_async +EXPORT_SYMBOL_GPL vmlinux 0x42e7a297 scatterwalk_map_and_copy +EXPORT_SYMBOL_GPL vmlinux 0x42efb127 nvmem_del_cell_lookups +EXPORT_SYMBOL_GPL vmlinux 0x42f728aa mctrl_gpio_get_outputs +EXPORT_SYMBOL_GPL vmlinux 0x42fd6a1c iomap_fiemap +EXPORT_SYMBOL_GPL vmlinux 0x4302f622 fscrypt_ioctl_remove_key_all_users +EXPORT_SYMBOL_GPL vmlinux 0x4303ad06 dw8250_do_set_termios +EXPORT_SYMBOL_GPL vmlinux 0x4304ff4e dmaengine_desc_attach_metadata +EXPORT_SYMBOL_GPL vmlinux 0x43067bf7 __get_task_ioprio +EXPORT_SYMBOL_GPL vmlinux 0x430d88ec __traceiter_arm_event +EXPORT_SYMBOL_GPL vmlinux 0x43108841 snd_soc_daifmt_parse_format +EXPORT_SYMBOL_GPL vmlinux 0x4316966d iommu_dev_disable_feature +EXPORT_SYMBOL_GPL vmlinux 0x431cee8e lwtunnel_input +EXPORT_SYMBOL_GPL vmlinux 0x431fbbd6 stmpe_set_altfunc +EXPORT_SYMBOL_GPL vmlinux 0x4320c355 imx_clk_hw_frac_pll +EXPORT_SYMBOL_GPL vmlinux 0x4328f0fa irq_create_fwspec_mapping +EXPORT_SYMBOL_GPL vmlinux 0x4365e02c phy_power_off +EXPORT_SYMBOL_GPL vmlinux 0x436a62ed blk_rq_unprep_clone +EXPORT_SYMBOL_GPL vmlinux 0x436b74be sata_link_hardreset +EXPORT_SYMBOL_GPL vmlinux 0x436d817f mpi_clear_bit +EXPORT_SYMBOL_GPL vmlinux 0x4375b997 efivars_register +EXPORT_SYMBOL_GPL vmlinux 0x4379f979 fat_time_unix2fat +EXPORT_SYMBOL_GPL vmlinux 0x437eb1df ipv6_mod_enabled +EXPORT_SYMBOL_GPL vmlinux 0x43819608 relay_close +EXPORT_SYMBOL_GPL vmlinux 0x43899b9d usb_put_hcd +EXPORT_SYMBOL_GPL vmlinux 0x438bcaec elv_rqhash_del +EXPORT_SYMBOL_GPL vmlinux 0x43aa319e lease_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x43ace54b sm501_find_clock +EXPORT_SYMBOL_GPL vmlinux 0x43b2daec clk_hw_register_gate2 +EXPORT_SYMBOL_GPL vmlinux 0x43c5130a phy_configure +EXPORT_SYMBOL_GPL vmlinux 0x43c5c9b8 blk_queue_zone_write_granularity +EXPORT_SYMBOL_GPL vmlinux 0x43caa7c0 regmap_irq_get_irq_reg_linear +EXPORT_SYMBOL_GPL vmlinux 0x43d48a2b pci_host_probe +EXPORT_SYMBOL_GPL vmlinux 0x43d59728 bsg_job_put +EXPORT_SYMBOL_GPL vmlinux 0x43dfd261 __tracepoint_attach_device_to_domain +EXPORT_SYMBOL_GPL vmlinux 0x43f3ea6a ohci_suspend +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 0x4411a0c6 devm_free_percpu +EXPORT_SYMBOL_GPL vmlinux 0x441e2770 __netif_set_xps_queue +EXPORT_SYMBOL_GPL vmlinux 0x44292dbe ipv6_find_tlv +EXPORT_SYMBOL_GPL vmlinux 0x442deaa9 poll_state_synchronize_rcu +EXPORT_SYMBOL_GPL vmlinux 0x44318de6 __traceiter_tcp_bad_csum +EXPORT_SYMBOL_GPL vmlinux 0x4439bcd2 __SCK__tp_func_neigh_event_send_dead +EXPORT_SYMBOL_GPL vmlinux 0x444afad7 dev_pm_opp_get_max_clock_latency +EXPORT_SYMBOL_GPL vmlinux 0x444f1735 cpu_pm_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x44525e32 crypto_unregister_instance +EXPORT_SYMBOL_GPL vmlinux 0x4456d7e5 virtqueue_enable_cb +EXPORT_SYMBOL_GPL vmlinux 0x446a64c2 bio_associate_blkg +EXPORT_SYMBOL_GPL vmlinux 0x4480b832 dev_pm_opp_of_get_opp_desc_node +EXPORT_SYMBOL_GPL vmlinux 0x4481a85a ip_build_and_send_pkt +EXPORT_SYMBOL_GPL vmlinux 0x448289a9 rio_mport_class +EXPORT_SYMBOL_GPL vmlinux 0x4484a5a4 wait_for_device_probe +EXPORT_SYMBOL_GPL vmlinux 0x4484f674 ata_bmdma_port_intr +EXPORT_SYMBOL_GPL vmlinux 0x4485a0ee tty_buffer_space_avail +EXPORT_SYMBOL_GPL vmlinux 0x448bc8a9 ata_sff_lost_interrupt +EXPORT_SYMBOL_GPL vmlinux 0x4490eba8 phy_gbit_fibre_features +EXPORT_SYMBOL_GPL vmlinux 0x44bae227 bit_wait_timeout +EXPORT_SYMBOL_GPL vmlinux 0x44cf8cf0 blk_zone_cond_str +EXPORT_SYMBOL_GPL vmlinux 0x44d2d9ff sbitmap_get +EXPORT_SYMBOL_GPL vmlinux 0x44d34b24 pci_cfg_access_unlock +EXPORT_SYMBOL_GPL vmlinux 0x44d6e4c7 devm_hwspin_lock_request_specific +EXPORT_SYMBOL_GPL vmlinux 0x44e38612 regulator_bulk_enable +EXPORT_SYMBOL_GPL vmlinux 0x45075cc4 tps65217_reg_read +EXPORT_SYMBOL_GPL vmlinux 0x4507f4a8 cpuhp_tasks_frozen +EXPORT_SYMBOL_GPL vmlinux 0x4508dd0d dmaengine_unmap_put +EXPORT_SYMBOL_GPL vmlinux 0x450bb059 ahci_platform_disable_resources +EXPORT_SYMBOL_GPL vmlinux 0x4511836f of_irq_find_parent +EXPORT_SYMBOL_GPL vmlinux 0x4513389f kthread_queue_delayed_work +EXPORT_SYMBOL_GPL vmlinux 0x453a8bea sdhci_enable_clk +EXPORT_SYMBOL_GPL vmlinux 0x45523ae1 ata_scsi_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x45558f56 clk_unregister_fixed_factor +EXPORT_SYMBOL_GPL vmlinux 0x455d7794 sdio_release_host +EXPORT_SYMBOL_GPL vmlinux 0x4561f990 qcom_smem_state_unregister +EXPORT_SYMBOL_GPL vmlinux 0x4564aa22 class_destroy +EXPORT_SYMBOL_GPL vmlinux 0x456a5c09 component_unbind_all +EXPORT_SYMBOL_GPL vmlinux 0x456f1681 adp5520_read +EXPORT_SYMBOL_GPL vmlinux 0x457594fa crypto_alg_list +EXPORT_SYMBOL_GPL vmlinux 0x45b2d7fe nfs_ssc_unregister +EXPORT_SYMBOL_GPL vmlinux 0x45b4ddee unregister_asymmetric_key_parser +EXPORT_SYMBOL_GPL vmlinux 0x45c69d9a regulator_is_enabled_regmap +EXPORT_SYMBOL_GPL vmlinux 0x45ce2a30 irq_domain_pop_irq +EXPORT_SYMBOL_GPL vmlinux 0x45d24ac8 nvmem_cell_read_u8 +EXPORT_SYMBOL_GPL vmlinux 0x45e96051 clk_regmap_mux_ops +EXPORT_SYMBOL_GPL vmlinux 0x45ff8535 trace_seq_putc +EXPORT_SYMBOL_GPL vmlinux 0x46013233 net_dec_ingress_queue +EXPORT_SYMBOL_GPL vmlinux 0x4641ba44 scmi_driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0x464d6bae class_for_each_device +EXPORT_SYMBOL_GPL vmlinux 0x465ad9bc event_triggers_post_call +EXPORT_SYMBOL_GPL vmlinux 0x46660815 sata_pmp_port_ops +EXPORT_SYMBOL_GPL vmlinux 0x466da025 sdhci_add_host +EXPORT_SYMBOL_GPL vmlinux 0x466e5342 net_prio_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0x468414e3 dev_nit_active +EXPORT_SYMBOL_GPL vmlinux 0x4688d7ec pvclock_gtod_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x46b1e5c9 usb_hub_find_child +EXPORT_SYMBOL_GPL vmlinux 0x46b42a58 fscrypt_symlink_getattr +EXPORT_SYMBOL_GPL vmlinux 0x46bc5114 __imx8m_clk_hw_composite +EXPORT_SYMBOL_GPL vmlinux 0x46c06c19 klist_add_head +EXPORT_SYMBOL_GPL vmlinux 0x46cac2fb ip6_append_data +EXPORT_SYMBOL_GPL vmlinux 0x46d0f60b snd_devm_card_new +EXPORT_SYMBOL_GPL vmlinux 0x46e60e18 devm_extcon_dev_register +EXPORT_SYMBOL_GPL vmlinux 0x46ef8703 phy_basic_t1_features +EXPORT_SYMBOL_GPL vmlinux 0x46f26965 sdhci_remove_host +EXPORT_SYMBOL_GPL vmlinux 0x46fbf58e rtc_initialize_alarm +EXPORT_SYMBOL_GPL vmlinux 0x46ff8d5d devm_regmap_field_free +EXPORT_SYMBOL_GPL vmlinux 0x470ac95b __devm_regmap_init_mmio_clk +EXPORT_SYMBOL_GPL vmlinux 0x4710d57e pci_msix_can_alloc_dyn +EXPORT_SYMBOL_GPL vmlinux 0x471cb4be rio_mport_read_config_32 +EXPORT_SYMBOL_GPL vmlinux 0x47229b5c gpio_request +EXPORT_SYMBOL_GPL vmlinux 0x47317949 crypto_alg_sem +EXPORT_SYMBOL_GPL vmlinux 0x473a26c2 iommu_fwspec_add_ids +EXPORT_SYMBOL_GPL vmlinux 0x473a967c kgdb_register_io_module +EXPORT_SYMBOL_GPL vmlinux 0x473f8d33 synth_event_trace +EXPORT_SYMBOL_GPL vmlinux 0x4761f17c register_netevent_notifier +EXPORT_SYMBOL_GPL vmlinux 0x476c9367 sk_set_peek_off +EXPORT_SYMBOL_GPL vmlinux 0x4777b643 dummy_con +EXPORT_SYMBOL_GPL vmlinux 0x47782637 phy_pm_runtime_get +EXPORT_SYMBOL_GPL vmlinux 0x4780d72e snd_pcm_stream_lock +EXPORT_SYMBOL_GPL vmlinux 0x47884890 system_power_efficient_wq +EXPORT_SYMBOL_GPL vmlinux 0x478c82c7 usb_driver_claim_interface +EXPORT_SYMBOL_GPL vmlinux 0x478e4dac ip_route_output_flow +EXPORT_SYMBOL_GPL vmlinux 0x478e81f8 tcp_orphan_count +EXPORT_SYMBOL_GPL vmlinux 0x47913b06 pinctrl_put +EXPORT_SYMBOL_GPL vmlinux 0x47925794 idr_find +EXPORT_SYMBOL_GPL vmlinux 0x479803b9 base64_encode +EXPORT_SYMBOL_GPL vmlinux 0x4799ca60 dev_pm_qos_hide_latency_tolerance +EXPORT_SYMBOL_GPL vmlinux 0x479e5991 sampling_rate_store +EXPORT_SYMBOL_GPL vmlinux 0x479f7d4b clk_bulk_disable +EXPORT_SYMBOL_GPL vmlinux 0x47aad3b9 have_governor_per_policy +EXPORT_SYMBOL_GPL vmlinux 0x47b8f19e device_node_to_regmap +EXPORT_SYMBOL_GPL vmlinux 0x47c5567c uhci_reset_hc +EXPORT_SYMBOL_GPL vmlinux 0x47c59b8c irq_domain_get_irq_data +EXPORT_SYMBOL_GPL vmlinux 0x47dbaa38 debugfs_remove +EXPORT_SYMBOL_GPL vmlinux 0x47de0dc7 clk_unregister_mux +EXPORT_SYMBOL_GPL vmlinux 0x47e1e5da of_icc_get_by_index +EXPORT_SYMBOL_GPL vmlinux 0x48020c1c irq_get_percpu_devid_partition +EXPORT_SYMBOL_GPL vmlinux 0x480305ca kmsg_dump_rewind +EXPORT_SYMBOL_GPL vmlinux 0x48069e4a rio_mport_write_config_8 +EXPORT_SYMBOL_GPL vmlinux 0x481f9b7d mpi_mulm +EXPORT_SYMBOL_GPL vmlinux 0x48203853 em_cpu_get +EXPORT_SYMBOL_GPL vmlinux 0x482fcc6e register_mtd_blktrans +EXPORT_SYMBOL_GPL vmlinux 0x482ff4d7 ptp_parse_header +EXPORT_SYMBOL_GPL vmlinux 0x48380550 bio_poll +EXPORT_SYMBOL_GPL vmlinux 0x48410614 devm_mipi_dsi_device_register_full +EXPORT_SYMBOL_GPL vmlinux 0x484779ef __i2c_board_lock +EXPORT_SYMBOL_GPL vmlinux 0x486ba5c2 crc64_rocksoft_generic +EXPORT_SYMBOL_GPL vmlinux 0x4878386b fuse_conn_destroy +EXPORT_SYMBOL_GPL vmlinux 0x4889341d md_allow_write +EXPORT_SYMBOL_GPL vmlinux 0x4895efef bus_remove_file +EXPORT_SYMBOL_GPL vmlinux 0x4897cb1d regulator_unregister_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0x4897f7bf usb_clear_halt +EXPORT_SYMBOL_GPL vmlinux 0x489fda32 ata_sas_tport_delete +EXPORT_SYMBOL_GPL vmlinux 0x48a3d20b mctrl_gpio_get +EXPORT_SYMBOL_GPL vmlinux 0x48a55ddb meson8_pmx_ops +EXPORT_SYMBOL_GPL vmlinux 0x48a9100b i2c_recover_bus +EXPORT_SYMBOL_GPL vmlinux 0x48ac05d6 __tracepoint_pelt_irq_tp +EXPORT_SYMBOL_GPL vmlinux 0x48b2055b __tracepoint_ata_bmdma_status +EXPORT_SYMBOL_GPL vmlinux 0x48b397d8 gpiochip_get_data +EXPORT_SYMBOL_GPL vmlinux 0x48c32847 __SCK__tp_func_sched_util_est_se_tp +EXPORT_SYMBOL_GPL vmlinux 0x48d1dd39 snd_dmaengine_pcm_open_request_chan +EXPORT_SYMBOL_GPL vmlinux 0x48d486f3 tty_port_tty_wakeup +EXPORT_SYMBOL_GPL vmlinux 0x48e7ab6a rhashtable_destroy +EXPORT_SYMBOL_GPL vmlinux 0x48f9b600 crypto_register_instance +EXPORT_SYMBOL_GPL vmlinux 0x4904710c simple_attr_open +EXPORT_SYMBOL_GPL vmlinux 0x4904c8a9 fl6_update_dst +EXPORT_SYMBOL_GPL vmlinux 0x49244266 nvmem_cell_read_u64 +EXPORT_SYMBOL_GPL vmlinux 0x49326ef6 irq_set_affinity_notifier +EXPORT_SYMBOL_GPL vmlinux 0x4934bdd0 crypto_check_attr_type +EXPORT_SYMBOL_GPL vmlinux 0x495709c0 regulator_bulk_force_disable +EXPORT_SYMBOL_GPL vmlinux 0x49608959 migrate_disable +EXPORT_SYMBOL_GPL vmlinux 0x49830f0e __tracepoint_neigh_update +EXPORT_SYMBOL_GPL vmlinux 0x499043d3 crypto_init_queue +EXPORT_SYMBOL_GPL vmlinux 0x49c230b0 snd_soc_new_ac97_component +EXPORT_SYMBOL_GPL vmlinux 0x49cd25ed alloc_workqueue +EXPORT_SYMBOL_GPL vmlinux 0x49d96707 freq_qos_remove_request +EXPORT_SYMBOL_GPL vmlinux 0x49db375a ip6_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0x49e47007 pci_check_and_mask_intx +EXPORT_SYMBOL_GPL vmlinux 0x49e96999 cond_synchronize_rcu +EXPORT_SYMBOL_GPL vmlinux 0x49f6e682 sock_diag_unregister_inet_compat +EXPORT_SYMBOL_GPL vmlinux 0x4a02bf2f balloon_page_list_enqueue +EXPORT_SYMBOL_GPL vmlinux 0x4a0cba26 anon_transport_class_unregister +EXPORT_SYMBOL_GPL vmlinux 0x4a17ed66 sysrq_mask +EXPORT_SYMBOL_GPL vmlinux 0x4a2c9ad8 crc64_rocksoft +EXPORT_SYMBOL_GPL vmlinux 0x4a3112ca device_property_read_string_array +EXPORT_SYMBOL_GPL vmlinux 0x4a365151 device_property_read_u16_array +EXPORT_SYMBOL_GPL vmlinux 0x4a36d54e __traceiter_ata_bmdma_start +EXPORT_SYMBOL_GPL vmlinux 0x4a413245 of_clk_hw_simple_get +EXPORT_SYMBOL_GPL vmlinux 0x4a48ea01 unregister_pernet_subsys +EXPORT_SYMBOL_GPL vmlinux 0x4a57ebd7 driver_create_file +EXPORT_SYMBOL_GPL vmlinux 0x4a5b9e1a regmap_test_bits +EXPORT_SYMBOL_GPL vmlinux 0x4a707222 crypto_register_rng +EXPORT_SYMBOL_GPL vmlinux 0x4a8cd7f7 usb_phy_set_charger_current +EXPORT_SYMBOL_GPL vmlinux 0x4abe03f1 snd_soc_register_card +EXPORT_SYMBOL_GPL vmlinux 0x4ac0df4c da9052_free_irq +EXPORT_SYMBOL_GPL vmlinux 0x4add5fbc dm_table_device_name +EXPORT_SYMBOL_GPL vmlinux 0x4b0069ce sysfs_remove_mount_point +EXPORT_SYMBOL_GPL vmlinux 0x4b06c173 free_io_pgtable_ops +EXPORT_SYMBOL_GPL vmlinux 0x4b0a6b17 __sbitmap_queue_get +EXPORT_SYMBOL_GPL vmlinux 0x4b1dc6df icc_std_aggregate +EXPORT_SYMBOL_GPL vmlinux 0x4b22bb11 sdhci_runtime_suspend_host +EXPORT_SYMBOL_GPL vmlinux 0x4b28034e crypto_skcipher_encrypt +EXPORT_SYMBOL_GPL vmlinux 0x4b2ab336 iommu_enable_nesting +EXPORT_SYMBOL_GPL vmlinux 0x4b2e506c __rio_local_write_config_32 +EXPORT_SYMBOL_GPL vmlinux 0x4b36be51 __rio_local_write_config_16 +EXPORT_SYMBOL_GPL vmlinux 0x4b529f91 sk_msg_free +EXPORT_SYMBOL_GPL vmlinux 0x4b565c3d netdev_walk_all_upper_dev_rcu +EXPORT_SYMBOL_GPL vmlinux 0x4b85a9ca __fsnotify_parent +EXPORT_SYMBOL_GPL vmlinux 0x4bab8d7e mmu_interval_read_begin +EXPORT_SYMBOL_GPL vmlinux 0x4bb70a02 class_interface_unregister +EXPORT_SYMBOL_GPL vmlinux 0x4bbe2cd1 cpuidle_register_device +EXPORT_SYMBOL_GPL vmlinux 0x4bc1dab9 snd_soc_put_xr_sx +EXPORT_SYMBOL_GPL vmlinux 0x4bdb8d20 mtk_pinconf_drive_get +EXPORT_SYMBOL_GPL vmlinux 0x4bdb8dcc housekeeping_test_cpu +EXPORT_SYMBOL_GPL vmlinux 0x4be0e3a7 of_mm_gpiochip_add_data +EXPORT_SYMBOL_GPL vmlinux 0x4be570dc device_wakeup_enable +EXPORT_SYMBOL_GPL vmlinux 0x4c02e297 dev_fill_metadata_dst +EXPORT_SYMBOL_GPL vmlinux 0x4c297176 ata_host_register +EXPORT_SYMBOL_GPL vmlinux 0x4c2b351d start_poll_synchronize_rcu_expedited +EXPORT_SYMBOL_GPL vmlinux 0x4c466946 tty_get_icount +EXPORT_SYMBOL_GPL vmlinux 0x4c4a9be6 driver_set_override +EXPORT_SYMBOL_GPL vmlinux 0x4c4e5411 devm_bitmap_alloc +EXPORT_SYMBOL_GPL vmlinux 0x4c50b7f7 fscrypt_fname_encrypted_size +EXPORT_SYMBOL_GPL vmlinux 0x4c549b36 __traceiter_xhci_dbg_quirks +EXPORT_SYMBOL_GPL vmlinux 0x4c5bc772 sm501_modify_reg +EXPORT_SYMBOL_GPL vmlinux 0x4c6268d1 zap_vma_ptes +EXPORT_SYMBOL_GPL vmlinux 0x4c9d83b0 irq_of_parse_and_map +EXPORT_SYMBOL_GPL vmlinux 0x4ca6bffe snd_soc_component_nc_pin +EXPORT_SYMBOL_GPL vmlinux 0x4cb21be3 usb_deregister +EXPORT_SYMBOL_GPL vmlinux 0x4cb27100 ktime_get_snapshot +EXPORT_SYMBOL_GPL vmlinux 0x4cb81fda __SCK__tp_func_wbc_writepage +EXPORT_SYMBOL_GPL vmlinux 0x4cd10dc0 vring_transport_features +EXPORT_SYMBOL_GPL vmlinux 0x4cd26826 spi_write_then_read +EXPORT_SYMBOL_GPL vmlinux 0x4ce410ac devm_thermal_of_zone_register +EXPORT_SYMBOL_GPL vmlinux 0x4cebaddc thermal_of_zone_register +EXPORT_SYMBOL_GPL vmlinux 0x4cf24332 __usb_get_extra_descriptor +EXPORT_SYMBOL_GPL vmlinux 0x4d0015e2 cpu_hotplug_disable +EXPORT_SYMBOL_GPL vmlinux 0x4d0543f9 snd_soc_of_get_dai_name +EXPORT_SYMBOL_GPL vmlinux 0x4d174793 bpf_offload_dev_netdev_unregister +EXPORT_SYMBOL_GPL vmlinux 0x4d239d75 regmap_noinc_read +EXPORT_SYMBOL_GPL vmlinux 0x4d29c322 dma_resv_wait_timeout +EXPORT_SYMBOL_GPL vmlinux 0x4d38f1e0 bL_switcher_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x4d3a0696 __SCK__tp_func_rpm_idle +EXPORT_SYMBOL_GPL vmlinux 0x4d68304a inet_twsk_put +EXPORT_SYMBOL_GPL vmlinux 0x4d694017 mtk_pinconf_adv_drive_get +EXPORT_SYMBOL_GPL vmlinux 0x4d6d0bbc iommu_group_ref_get +EXPORT_SYMBOL_GPL vmlinux 0x4d6d5a19 folio_wait_stable +EXPORT_SYMBOL_GPL vmlinux 0x4d7184d5 ata_bmdma32_port_ops +EXPORT_SYMBOL_GPL vmlinux 0x4d7272e4 migrate_enable +EXPORT_SYMBOL_GPL vmlinux 0x4d95fb09 ata_wait_after_reset +EXPORT_SYMBOL_GPL vmlinux 0x4da721bf of_property_read_variable_u32_array +EXPORT_SYMBOL_GPL vmlinux 0x4dae01d8 devlink_linecard_create +EXPORT_SYMBOL_GPL vmlinux 0x4dae16e4 i2c_put_dma_safe_msg_buf +EXPORT_SYMBOL_GPL vmlinux 0x4dc56b88 ZSTD_customMalloc +EXPORT_SYMBOL_GPL vmlinux 0x4dc76be2 irq_chip_set_parent_state +EXPORT_SYMBOL_GPL vmlinux 0x4dd09ddf dma_get_any_slave_channel +EXPORT_SYMBOL_GPL vmlinux 0x4de17ab3 usb_state_string +EXPORT_SYMBOL_GPL vmlinux 0x4de2381e register_kretprobe +EXPORT_SYMBOL_GPL vmlinux 0x4dff61e5 wwan_port_txoff +EXPORT_SYMBOL_GPL vmlinux 0x4e1541c1 ZSTD_customFree +EXPORT_SYMBOL_GPL vmlinux 0x4e1987b2 relay_late_setup_files +EXPORT_SYMBOL_GPL vmlinux 0x4e23f0ca usb_role_switch_register +EXPORT_SYMBOL_GPL vmlinux 0x4e26e8dc srcu_init_notifier_head +EXPORT_SYMBOL_GPL vmlinux 0x4e2a2427 usb_autopm_get_interface_no_resume +EXPORT_SYMBOL_GPL vmlinux 0x4e2b4c19 regcache_cache_bypass +EXPORT_SYMBOL_GPL vmlinux 0x4e2f3c90 mtk_mutex_enable_by_cmdq +EXPORT_SYMBOL_GPL vmlinux 0x4e373174 dw_pcie_wait_for_link +EXPORT_SYMBOL_GPL vmlinux 0x4e4b00f7 snd_soc_register_dai +EXPORT_SYMBOL_GPL vmlinux 0x4e4d3314 sk_set_memalloc +EXPORT_SYMBOL_GPL vmlinux 0x4e50aaaa __traceiter_wbc_writepage +EXPORT_SYMBOL_GPL vmlinux 0x4e53e4c4 devlink_param_value_changed +EXPORT_SYMBOL_GPL vmlinux 0x4e5fa3f4 __srcu_read_unlock +EXPORT_SYMBOL_GPL vmlinux 0x4e672846 devm_nvmem_device_get +EXPORT_SYMBOL_GPL vmlinux 0x4e75a4d8 devm_regulator_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0x4e77228f dev_pm_set_wake_irq +EXPORT_SYMBOL_GPL vmlinux 0x4e8e98fe thermal_cooling_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x4e8f9b06 devfreq_get_devfreq_by_node +EXPORT_SYMBOL_GPL vmlinux 0x4e9edec7 l3mdev_update_flow +EXPORT_SYMBOL_GPL vmlinux 0x4eac5fc1 cpu_mitigations_auto_nosmt +EXPORT_SYMBOL_GPL vmlinux 0x4eb0b252 dev_pm_opp_put +EXPORT_SYMBOL_GPL vmlinux 0x4ec0dae6 __fib_lookup +EXPORT_SYMBOL_GPL vmlinux 0x4ed11a24 task_cputime_adjusted +EXPORT_SYMBOL_GPL vmlinux 0x4edf0229 securityfs_create_symlink +EXPORT_SYMBOL_GPL vmlinux 0x4ee341b4 rio_route_add_entry +EXPORT_SYMBOL_GPL vmlinux 0x4ee6ded7 devm_usb_get_phy_by_node +EXPORT_SYMBOL_GPL vmlinux 0x4eee1d83 snd_soc_remove_pcm_runtime +EXPORT_SYMBOL_GPL vmlinux 0x4eef6791 __rt_mutex_init +EXPORT_SYMBOL_GPL vmlinux 0x4ef05bfe mtk_mutex_get +EXPORT_SYMBOL_GPL vmlinux 0x4ef5bcf4 perf_swevent_get_recursion_context +EXPORT_SYMBOL_GPL vmlinux 0x4efb5afa snd_soc_jack_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0x4efcf021 mpi_normalize +EXPORT_SYMBOL_GPL vmlinux 0x4f02e237 xdp_do_redirect_frame +EXPORT_SYMBOL_GPL vmlinux 0x4f0aec4d crypto_grab_kpp +EXPORT_SYMBOL_GPL vmlinux 0x4f0b60c6 iptunnel_xmit +EXPORT_SYMBOL_GPL vmlinux 0x4f114a32 regmap_field_read +EXPORT_SYMBOL_GPL vmlinux 0x4f1a52c3 snd_dmaengine_pcm_unregister +EXPORT_SYMBOL_GPL vmlinux 0x4f221155 __tracepoint_rpm_resume +EXPORT_SYMBOL_GPL vmlinux 0x4f274480 dma_run_dependencies +EXPORT_SYMBOL_GPL vmlinux 0x4f2cca9c genphy_c45_pma_baset1_setup_master_slave +EXPORT_SYMBOL_GPL vmlinux 0x4f36faa7 nanddev_mtd_erase +EXPORT_SYMBOL_GPL vmlinux 0x4f3ba219 blkg_rwstat_init +EXPORT_SYMBOL_GPL vmlinux 0x4f60fcda mbox_controller_unregister +EXPORT_SYMBOL_GPL vmlinux 0x4f6a07fe show_rcu_gp_kthreads +EXPORT_SYMBOL_GPL vmlinux 0x4f72a987 uart_parse_options +EXPORT_SYMBOL_GPL vmlinux 0x4f7fcf06 bpf_trace_run1 +EXPORT_SYMBOL_GPL vmlinux 0x4f82cb91 netlink_strict_get_check +EXPORT_SYMBOL_GPL vmlinux 0x4f84f36b pci_disable_pri +EXPORT_SYMBOL_GPL vmlinux 0x4f93804d genphy_c45_pma_resume +EXPORT_SYMBOL_GPL vmlinux 0x4f98d766 cpu_pm_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x4f9963db unregister_trace_event +EXPORT_SYMBOL_GPL vmlinux 0x4f9c7cf9 of_msi_get_domain +EXPORT_SYMBOL_GPL vmlinux 0x4fa1782d snd_soc_tdm_params_to_bclk +EXPORT_SYMBOL_GPL vmlinux 0x4faee40a snd_soc_add_dai_controls +EXPORT_SYMBOL_GPL vmlinux 0x4fc5621a pci_ioremap_wc_bar +EXPORT_SYMBOL_GPL vmlinux 0x4fd0a163 serial8250_release_dma +EXPORT_SYMBOL_GPL vmlinux 0x4fd9d106 xhci_find_slot_id_by_port +EXPORT_SYMBOL_GPL vmlinux 0x4fdc945d sata_deb_timing_normal +EXPORT_SYMBOL_GPL vmlinux 0x4fde8d74 unregister_ftrace_function +EXPORT_SYMBOL_GPL vmlinux 0x4fe1eddf unregister_netevent_notifier +EXPORT_SYMBOL_GPL vmlinux 0x4ff65888 crypto_unregister_scomps +EXPORT_SYMBOL_GPL vmlinux 0x5003f7aa of_get_videomode +EXPORT_SYMBOL_GPL vmlinux 0x500d6d33 mtk_hw_get_value +EXPORT_SYMBOL_GPL vmlinux 0x500f3ef6 spi_sync +EXPORT_SYMBOL_GPL vmlinux 0x50148f67 ip_icmp_error_rfc4884 +EXPORT_SYMBOL_GPL vmlinux 0x501ec14e sysfs_remove_file_self +EXPORT_SYMBOL_GPL vmlinux 0x503c0cd6 dev_pm_put_subsys_data +EXPORT_SYMBOL_GPL vmlinux 0x503eeebb synth_event_add_fields +EXPORT_SYMBOL_GPL vmlinux 0x503f4e5d mtd_read_user_prot_reg +EXPORT_SYMBOL_GPL vmlinux 0x5049f58f pci_platform_power_transition +EXPORT_SYMBOL_GPL vmlinux 0x50616e69 devlink_resources_unregister +EXPORT_SYMBOL_GPL vmlinux 0x5064c637 mtk_pinconf_drive_set_raw +EXPORT_SYMBOL_GPL vmlinux 0x506bab44 snd_dmaengine_pcm_trigger +EXPORT_SYMBOL_GPL vmlinux 0x506c01d6 fuse_direct_io +EXPORT_SYMBOL_GPL vmlinux 0x50737e4e i2c_handle_smbus_host_notify +EXPORT_SYMBOL_GPL vmlinux 0x5079bd92 tegra_mc_get_carveout_info +EXPORT_SYMBOL_GPL vmlinux 0x5086c2d9 mvebu_mbus_get_dram_win_info +EXPORT_SYMBOL_GPL vmlinux 0x508afef4 usb_anchor_suspend_wakeups +EXPORT_SYMBOL_GPL vmlinux 0x5091b823 ring_buffer_read_start +EXPORT_SYMBOL_GPL vmlinux 0x509920f5 bgpio_init +EXPORT_SYMBOL_GPL vmlinux 0x50b85d85 usb_hcd_unmap_urb_for_dma +EXPORT_SYMBOL_GPL vmlinux 0x50b88f41 usb_get_gadget_udc_name +EXPORT_SYMBOL_GPL vmlinux 0x50c7ec10 rockchip_clk_of_add_provider +EXPORT_SYMBOL_GPL vmlinux 0x50c89f23 __alloc_percpu +EXPORT_SYMBOL_GPL vmlinux 0x50cfee04 ftrace_set_filter_ip +EXPORT_SYMBOL_GPL vmlinux 0x50dae352 of_phy_provider_unregister +EXPORT_SYMBOL_GPL vmlinux 0x50e6aaff rio_lock_device +EXPORT_SYMBOL_GPL vmlinux 0x50e7193a __i2c_first_dynamic_bus_num +EXPORT_SYMBOL_GPL vmlinux 0x50f78fb0 bpf_trace_run12 +EXPORT_SYMBOL_GPL vmlinux 0x50fad434 round_jiffies_up +EXPORT_SYMBOL_GPL vmlinux 0x5114d534 nvmem_device_get +EXPORT_SYMBOL_GPL vmlinux 0x51153b89 __tracepoint_cpu_frequency +EXPORT_SYMBOL_GPL vmlinux 0x511afc00 clk_register_hisi_phase +EXPORT_SYMBOL_GPL vmlinux 0x51289b23 usb_autopm_get_interface +EXPORT_SYMBOL_GPL vmlinux 0x5131f031 sdhci_enable_v4_mode +EXPORT_SYMBOL_GPL vmlinux 0x5138d260 devm_pwmchip_add +EXPORT_SYMBOL_GPL vmlinux 0x51390c96 rcu_barrier_tasks_rude +EXPORT_SYMBOL_GPL vmlinux 0x5139831a regulator_set_soft_start_regmap +EXPORT_SYMBOL_GPL vmlinux 0x514c04de usb_register_device_driver +EXPORT_SYMBOL_GPL vmlinux 0x515b390f __SCK__tp_func_remove_device_from_group +EXPORT_SYMBOL_GPL vmlinux 0x51611b31 regmap_field_alloc +EXPORT_SYMBOL_GPL vmlinux 0x5169d87f usb_deregister_device_driver +EXPORT_SYMBOL_GPL vmlinux 0x516d3844 nanddev_cleanup +EXPORT_SYMBOL_GPL vmlinux 0x518fabe9 devm_clk_hw_register_fixed_factor +EXPORT_SYMBOL_GPL vmlinux 0x5191b687 em_pd_get +EXPORT_SYMBOL_GPL vmlinux 0x51991b38 mtk_mutex_enable +EXPORT_SYMBOL_GPL vmlinux 0x51a348cc usb_role_switch_set_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x51ae8e66 sdio_retune_hold_now +EXPORT_SYMBOL_GPL vmlinux 0x51dcc652 __dev_change_net_namespace +EXPORT_SYMBOL_GPL vmlinux 0x51e1192a usb_phy_generic_register +EXPORT_SYMBOL_GPL vmlinux 0x51e20594 wm8350_block_read +EXPORT_SYMBOL_GPL vmlinux 0x51ee5349 init_user_ns +EXPORT_SYMBOL_GPL vmlinux 0x5210813e find_asymmetric_key +EXPORT_SYMBOL_GPL vmlinux 0x5210bea3 fwnode_get_named_child_node +EXPORT_SYMBOL_GPL vmlinux 0x52252316 clk_unregister_fixed_rate +EXPORT_SYMBOL_GPL vmlinux 0x52264af2 crypto_register_aead +EXPORT_SYMBOL_GPL vmlinux 0x52283446 of_pwm_single_xlate +EXPORT_SYMBOL_GPL vmlinux 0x5236497d trace_clock +EXPORT_SYMBOL_GPL vmlinux 0x524496ba pci_d3cold_enable +EXPORT_SYMBOL_GPL vmlinux 0x524bed58 set_capacity_and_notify +EXPORT_SYMBOL_GPL vmlinux 0x525bc104 pci_aer_clear_nonfatal_status +EXPORT_SYMBOL_GPL vmlinux 0x525c14b6 pci_epf_remove_vepf +EXPORT_SYMBOL_GPL vmlinux 0x52643bf0 ping_getfrag +EXPORT_SYMBOL_GPL vmlinux 0x52647db1 ct_idle_exit +EXPORT_SYMBOL_GPL vmlinux 0x5266fa5b scsi_autopm_put_device +EXPORT_SYMBOL_GPL vmlinux 0x526bcf2a wwan_port_get_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x5272949c irq_domain_free_irqs_parent +EXPORT_SYMBOL_GPL vmlinux 0x52805609 virtqueue_get_vring +EXPORT_SYMBOL_GPL vmlinux 0x5288fd42 __traceiter_detach_device_from_domain +EXPORT_SYMBOL_GPL vmlinux 0x52a358ec devm_clk_register +EXPORT_SYMBOL_GPL vmlinux 0x52a93ade sdhci_switch_external_dma +EXPORT_SYMBOL_GPL vmlinux 0x52aa5810 create_signature +EXPORT_SYMBOL_GPL vmlinux 0x52b1e3c7 pci_flags +EXPORT_SYMBOL_GPL vmlinux 0x52b8e966 find_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0x52bf0c46 devm_request_free_mem_region +EXPORT_SYMBOL_GPL vmlinux 0x52c35e83 call_rcu_tasks_trace +EXPORT_SYMBOL_GPL vmlinux 0x52d54fce devlink_info_version_stored_put +EXPORT_SYMBOL_GPL vmlinux 0x52fa9c45 pci_epc_mem_alloc_addr +EXPORT_SYMBOL_GPL vmlinux 0x530f2819 mddev_resume +EXPORT_SYMBOL_GPL vmlinux 0x5312fe7e pwm_get +EXPORT_SYMBOL_GPL vmlinux 0x5317e227 fscrypt_fname_siphash +EXPORT_SYMBOL_GPL vmlinux 0x5319966e regulator_set_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x532028b8 usb_find_alt_setting +EXPORT_SYMBOL_GPL vmlinux 0x532227d2 usb_get_maximum_speed +EXPORT_SYMBOL_GPL vmlinux 0x5342f9ba yield_to +EXPORT_SYMBOL_GPL vmlinux 0x5353c4da devm_regulator_register_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0x5358864e devlink_fmsg_binary_pair_nest_end +EXPORT_SYMBOL_GPL vmlinux 0x5363e17a gpiochip_generic_config +EXPORT_SYMBOL_GPL vmlinux 0x537252cf __SCK__tp_func_rpm_return_int +EXPORT_SYMBOL_GPL vmlinux 0x5372be9c iommu_group_add_device +EXPORT_SYMBOL_GPL vmlinux 0x537b1787 rio_unlock_device +EXPORT_SYMBOL_GPL vmlinux 0x5386f950 ata_pci_bmdma_init_one +EXPORT_SYMBOL_GPL vmlinux 0x53895453 device_link_del +EXPORT_SYMBOL_GPL vmlinux 0x538cf6ef dma_vunmap_noncontiguous +EXPORT_SYMBOL_GPL vmlinux 0x538d073d phy_duplex_to_str +EXPORT_SYMBOL_GPL vmlinux 0x538d5878 __reset_control_get +EXPORT_SYMBOL_GPL vmlinux 0x53a7a406 pinmux_generic_get_function_name +EXPORT_SYMBOL_GPL vmlinux 0x53d05c5b request_firmware_direct +EXPORT_SYMBOL_GPL vmlinux 0x53d1974a percpu_free_rwsem +EXPORT_SYMBOL_GPL vmlinux 0x53d57317 synth_event_gen_cmd_array_start +EXPORT_SYMBOL_GPL vmlinux 0x53d7c01e __traceiter_cpu_idle +EXPORT_SYMBOL_GPL vmlinux 0x53d93d4c posix_acl_default_xattr_handler +EXPORT_SYMBOL_GPL vmlinux 0x53de4914 rockchip_clk_register_branches +EXPORT_SYMBOL_GPL vmlinux 0x53e2c625 ip6_route_lookup +EXPORT_SYMBOL_GPL vmlinux 0x54172702 cci_disable_port_by_cpu +EXPORT_SYMBOL_GPL vmlinux 0x54198f9a fsnotify_put_group +EXPORT_SYMBOL_GPL vmlinux 0x541bd60a irq_work_run +EXPORT_SYMBOL_GPL vmlinux 0x5426e423 crypto_larval_alloc +EXPORT_SYMBOL_GPL vmlinux 0x5448d1e1 seg6_do_srh_inline +EXPORT_SYMBOL_GPL vmlinux 0x5448e379 vcap_del_rules +EXPORT_SYMBOL_GPL vmlinux 0x5451c8d4 snd_soc_of_get_slot_mask +EXPORT_SYMBOL_GPL vmlinux 0x5454f8cd rio_dev_get +EXPORT_SYMBOL_GPL vmlinux 0x5470226d serial8250_init_port +EXPORT_SYMBOL_GPL vmlinux 0x5478c0b7 pci_check_and_unmask_intx +EXPORT_SYMBOL_GPL vmlinux 0x548d6450 bdev_discard_alignment +EXPORT_SYMBOL_GPL vmlinux 0x548e0484 devm_thermal_of_cooling_device_register +EXPORT_SYMBOL_GPL vmlinux 0x549525ef handle_nested_irq +EXPORT_SYMBOL_GPL vmlinux 0x54a25da2 qcom_smem_state_put +EXPORT_SYMBOL_GPL vmlinux 0x54b6a83d phy_pm_runtime_get_sync +EXPORT_SYMBOL_GPL vmlinux 0x54b98490 shmem_file_setup +EXPORT_SYMBOL_GPL vmlinux 0x54c26183 crypto_stats_ahash_final +EXPORT_SYMBOL_GPL vmlinux 0x54d144f0 usb_string +EXPORT_SYMBOL_GPL vmlinux 0x54d64136 snd_soc_dpcm_get_substream +EXPORT_SYMBOL_GPL vmlinux 0x54f01e4a debugfs_create_regset32 +EXPORT_SYMBOL_GPL vmlinux 0x54f149a1 cpuidle_unregister +EXPORT_SYMBOL_GPL vmlinux 0x550f3e05 i2c_freq_mode_string +EXPORT_SYMBOL_GPL vmlinux 0x55123d76 ata_host_start +EXPORT_SYMBOL_GPL vmlinux 0x552357e6 irq_chip_request_resources_parent +EXPORT_SYMBOL_GPL vmlinux 0x552c7e10 devm_kmalloc +EXPORT_SYMBOL_GPL vmlinux 0x552c9626 virtio_device_restore +EXPORT_SYMBOL_GPL vmlinux 0x552cadf6 blkdev_zone_mgmt +EXPORT_SYMBOL_GPL vmlinux 0x55310abc snd_dmaengine_pcm_set_config_from_dai_data +EXPORT_SYMBOL_GPL vmlinux 0x55339365 flush_delayed_fput +EXPORT_SYMBOL_GPL vmlinux 0x5537a1fb pm_wakeup_ws_event +EXPORT_SYMBOL_GPL vmlinux 0x553b49a4 cpufreq_get_driver_data +EXPORT_SYMBOL_GPL vmlinux 0x55417264 unregister_vt_notifier +EXPORT_SYMBOL_GPL vmlinux 0x554504fd pci_intx +EXPORT_SYMBOL_GPL vmlinux 0x554fd6fd fat_time_fat2unix +EXPORT_SYMBOL_GPL vmlinux 0x5555b5e4 rtc_class_open +EXPORT_SYMBOL_GPL vmlinux 0x55561ad8 register_pernet_subsys +EXPORT_SYMBOL_GPL vmlinux 0x55563e32 gpiod_get_optional +EXPORT_SYMBOL_GPL vmlinux 0x5562a63d devm_gpiochip_add_data_with_key +EXPORT_SYMBOL_GPL vmlinux 0x556b7ffc subsys_interface_unregister +EXPORT_SYMBOL_GPL vmlinux 0x556e4390 clk_get_rate +EXPORT_SYMBOL_GPL vmlinux 0x5571361f usb_hcd_pci_pm_ops +EXPORT_SYMBOL_GPL vmlinux 0x55758e76 sm501_unit_power +EXPORT_SYMBOL_GPL vmlinux 0x5576fb91 dev_pm_opp_of_find_icc_paths +EXPORT_SYMBOL_GPL vmlinux 0x55784228 regmap_irq_get_virq +EXPORT_SYMBOL_GPL vmlinux 0x5586985a rdev_get_id +EXPORT_SYMBOL_GPL vmlinux 0x55c76a23 ksys_sync_helper +EXPORT_SYMBOL_GPL vmlinux 0x55ccf619 regcache_cache_only +EXPORT_SYMBOL_GPL vmlinux 0x55defcfa led_update_brightness +EXPORT_SYMBOL_GPL vmlinux 0x55e11f6f __traceiter_add_device_to_group +EXPORT_SYMBOL_GPL vmlinux 0x55e2015d deregister_mtd_blktrans +EXPORT_SYMBOL_GPL vmlinux 0x55eecff4 bit_wait_io_timeout +EXPORT_SYMBOL_GPL vmlinux 0x55f27843 devlink_port_region_create +EXPORT_SYMBOL_GPL vmlinux 0x56054c05 crypto_it_tab +EXPORT_SYMBOL_GPL vmlinux 0x56082e11 devm_of_led_get +EXPORT_SYMBOL_GPL vmlinux 0x561340b1 _proc_mkdir +EXPORT_SYMBOL_GPL vmlinux 0x56173654 pcap_set_ts_bits +EXPORT_SYMBOL_GPL vmlinux 0x561835eb init_rs_non_canonical +EXPORT_SYMBOL_GPL vmlinux 0x56256e8a orderly_poweroff +EXPORT_SYMBOL_GPL vmlinux 0x56266006 vp_modern_get_features +EXPORT_SYMBOL_GPL vmlinux 0x562ed104 of_reserved_mem_lookup +EXPORT_SYMBOL_GPL vmlinux 0x56310925 regulator_mode_to_status +EXPORT_SYMBOL_GPL vmlinux 0x5632e63d nand_subop_get_num_addr_cyc +EXPORT_SYMBOL_GPL vmlinux 0x5641485b tty_termios_encode_baud_rate +EXPORT_SYMBOL_GPL vmlinux 0x5641eb7f device_match_fwnode +EXPORT_SYMBOL_GPL vmlinux 0x564a87bb inet6_cleanup_sock +EXPORT_SYMBOL_GPL vmlinux 0x565d96bc devm_rtc_device_register +EXPORT_SYMBOL_GPL vmlinux 0x565f207f od_register_powersave_bias_handler +EXPORT_SYMBOL_GPL vmlinux 0x566cbc62 of_get_regulator_init_data +EXPORT_SYMBOL_GPL vmlinux 0x56700b24 sk_msg_zerocopy_from_iter +EXPORT_SYMBOL_GPL vmlinux 0x567dca23 vcap_find_keystream_keysets +EXPORT_SYMBOL_GPL vmlinux 0x56a6a76c net_rwsem +EXPORT_SYMBOL_GPL vmlinux 0x56af8ce6 cdrom_read_tocentry +EXPORT_SYMBOL_GPL vmlinux 0x56b63670 lzo1x_1_compress +EXPORT_SYMBOL_GPL vmlinux 0x56bcd6a1 pm_stay_awake +EXPORT_SYMBOL_GPL vmlinux 0x56c65c11 kobject_uevent_env +EXPORT_SYMBOL_GPL vmlinux 0x56c66f27 devl_port_unregister +EXPORT_SYMBOL_GPL vmlinux 0x56d5f59c of_thermal_get_ntrips +EXPORT_SYMBOL_GPL vmlinux 0x56e9103b cpu_pm_enter +EXPORT_SYMBOL_GPL vmlinux 0x56eb4036 snd_soc_component_force_enable_pin +EXPORT_SYMBOL_GPL vmlinux 0x56ee5998 ohci_init_driver +EXPORT_SYMBOL_GPL vmlinux 0x56fba299 bus_get_kset +EXPORT_SYMBOL_GPL vmlinux 0x56fbb130 no_hash_pointers +EXPORT_SYMBOL_GPL vmlinux 0x572036f9 ohci_hub_status_data +EXPORT_SYMBOL_GPL vmlinux 0x57316e12 mtk_hw_set_value +EXPORT_SYMBOL_GPL vmlinux 0x574f1484 snd_soc_jack_report +EXPORT_SYMBOL_GPL vmlinux 0x574f5f9c pci_user_write_config_word +EXPORT_SYMBOL_GPL vmlinux 0x5753716b device_add_software_node +EXPORT_SYMBOL_GPL vmlinux 0x5753b882 usb_phy_set_event +EXPORT_SYMBOL_GPL vmlinux 0x575b4be1 snd_ctl_activate_id +EXPORT_SYMBOL_GPL vmlinux 0x5760dcb5 thermal_zone_unbind_cooling_device +EXPORT_SYMBOL_GPL vmlinux 0x577c3cfe device_show_int +EXPORT_SYMBOL_GPL vmlinux 0x5786b610 ahci_platform_enable_clks +EXPORT_SYMBOL_GPL vmlinux 0x5790e7a0 pci_unlock_rescan_remove +EXPORT_SYMBOL_GPL vmlinux 0x579b2800 mmc_switch +EXPORT_SYMBOL_GPL vmlinux 0x579e0bf5 rtnl_unregister_all +EXPORT_SYMBOL_GPL vmlinux 0x57a231cc usb_decode_ctrl +EXPORT_SYMBOL_GPL vmlinux 0x57aa140f tps65217_clear_bits +EXPORT_SYMBOL_GPL vmlinux 0x57aeea71 udp_abort +EXPORT_SYMBOL_GPL vmlinux 0x57c45e4a pm_genpd_add_subdomain +EXPORT_SYMBOL_GPL vmlinux 0x57c89052 skcipher_walk_virt +EXPORT_SYMBOL_GPL vmlinux 0x57d4050a xhci_get_endpoint_index +EXPORT_SYMBOL_GPL vmlinux 0x57d74098 devm_of_icc_get +EXPORT_SYMBOL_GPL vmlinux 0x57f101a7 ata_sff_freeze +EXPORT_SYMBOL_GPL vmlinux 0x57f576b9 mpi_ec_curve_point +EXPORT_SYMBOL_GPL vmlinux 0x58094b66 xfrm_output_resume +EXPORT_SYMBOL_GPL vmlinux 0x580a1887 regulator_register +EXPORT_SYMBOL_GPL vmlinux 0x580d8946 pinctrl_utils_add_map_mux +EXPORT_SYMBOL_GPL vmlinux 0x5817c849 srcu_notifier_chain_unregister +EXPORT_SYMBOL_GPL vmlinux 0x581f9232 usb_intf_get_dma_device +EXPORT_SYMBOL_GPL vmlinux 0x5831af94 devm_phy_get +EXPORT_SYMBOL_GPL vmlinux 0x5831e062 cpus_read_trylock +EXPORT_SYMBOL_GPL vmlinux 0x5832d926 clockevents_register_device +EXPORT_SYMBOL_GPL vmlinux 0x5837348c snd_soc_of_parse_node_prefix +EXPORT_SYMBOL_GPL vmlinux 0x585bb8b2 pci_cfg_access_trylock +EXPORT_SYMBOL_GPL vmlinux 0x58631dab imx_audmux_v2_configure_port +EXPORT_SYMBOL_GPL vmlinux 0x5868fb77 msi_domain_first_desc +EXPORT_SYMBOL_GPL vmlinux 0x5879a27d sfp_get_module_info +EXPORT_SYMBOL_GPL vmlinux 0x587ac04d cpufreq_show_cpus +EXPORT_SYMBOL_GPL vmlinux 0x58a5baa6 pinctrl_register_and_init +EXPORT_SYMBOL_GPL vmlinux 0x58b119c4 pm_generic_restore +EXPORT_SYMBOL_GPL vmlinux 0x58c370db ftrace_ops_set_global_filter +EXPORT_SYMBOL_GPL vmlinux 0x58db1176 ata_xfer_mode2shift +EXPORT_SYMBOL_GPL vmlinux 0x58ddd684 of_clk_add_hw_provider +EXPORT_SYMBOL_GPL vmlinux 0x58def6ca sfp_module_remove +EXPORT_SYMBOL_GPL vmlinux 0x58e68c67 xdp_rxq_info_unreg +EXPORT_SYMBOL_GPL vmlinux 0x5906307f devm_pm_opp_of_add_table +EXPORT_SYMBOL_GPL vmlinux 0x592a8b42 rio_attach_device +EXPORT_SYMBOL_GPL vmlinux 0x593269b1 snd_soc_component_write +EXPORT_SYMBOL_GPL vmlinux 0x5932a68e i2c_new_scanned_device +EXPORT_SYMBOL_GPL vmlinux 0x593393ae sysfs_create_link_nowarn +EXPORT_SYMBOL_GPL vmlinux 0x59436239 sdhci_pltfm_pmops +EXPORT_SYMBOL_GPL vmlinux 0x5943ce36 devlink_port_fini +EXPORT_SYMBOL_GPL vmlinux 0x59459b59 snd_soc_card_get_kcontrol +EXPORT_SYMBOL_GPL vmlinux 0x594c244b bpf_prog_get_type_dev +EXPORT_SYMBOL_GPL vmlinux 0x59551cc1 atomic_notifier_chain_register_unique_prio +EXPORT_SYMBOL_GPL vmlinux 0x5957cddb zs_lookup_class_index +EXPORT_SYMBOL_GPL vmlinux 0x5969cc8c dm_per_bio_data +EXPORT_SYMBOL_GPL vmlinux 0x59802867 i2c_client_get_device_id +EXPORT_SYMBOL_GPL vmlinux 0x5986d190 kdb_printf +EXPORT_SYMBOL_GPL vmlinux 0x598d0ca1 devm_kfree +EXPORT_SYMBOL_GPL vmlinux 0x5999e8f7 xfrm_dev_policy_add +EXPORT_SYMBOL_GPL vmlinux 0x599d4c86 nvmem_device_cell_read +EXPORT_SYMBOL_GPL vmlinux 0x59a0cf01 snd_soc_dapm_force_bias_level +EXPORT_SYMBOL_GPL vmlinux 0x59a1fab8 ehci_cf_port_reset_rwsem +EXPORT_SYMBOL_GPL vmlinux 0x59b063ba start_poll_synchronize_rcu_expedited_full +EXPORT_SYMBOL_GPL vmlinux 0x59b439f3 pci_epf_create +EXPORT_SYMBOL_GPL vmlinux 0x59c3038a dev_pm_qos_add_ancestor_request +EXPORT_SYMBOL_GPL vmlinux 0x59c43dc9 __traceiter_non_standard_event +EXPORT_SYMBOL_GPL vmlinux 0x59ecfe7b locks_alloc_lock +EXPORT_SYMBOL_GPL vmlinux 0x59edfeb8 phy_rate_matching_to_str +EXPORT_SYMBOL_GPL vmlinux 0x59f1a495 fwnode_get_phy_mode +EXPORT_SYMBOL_GPL vmlinux 0x59f32720 mpi_subm +EXPORT_SYMBOL_GPL vmlinux 0x59fe6c20 inet6_hash_connect +EXPORT_SYMBOL_GPL vmlinux 0x5a05e40b icc_set_bw +EXPORT_SYMBOL_GPL vmlinux 0x5a0accde __phy_modify_mmd +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 0x5a411ce1 __netpoll_free +EXPORT_SYMBOL_GPL vmlinux 0x5a46b6b2 sk_msg_free_partial +EXPORT_SYMBOL_GPL vmlinux 0x5a49dbc9 timerqueue_del +EXPORT_SYMBOL_GPL vmlinux 0x5a5112c6 sdio_disable_func +EXPORT_SYMBOL_GPL vmlinux 0x5a5c1d46 bdev_disk_changed +EXPORT_SYMBOL_GPL vmlinux 0x5a5ed44a pwm_request +EXPORT_SYMBOL_GPL vmlinux 0x5a66bc51 dev_pm_domain_start +EXPORT_SYMBOL_GPL vmlinux 0x5a68e7fc usb_hub_release_port +EXPORT_SYMBOL_GPL vmlinux 0x5a6cdb52 nf_ct_zone_dflt +EXPORT_SYMBOL_GPL vmlinux 0x5a6d7e01 icc_get_name +EXPORT_SYMBOL_GPL vmlinux 0x5a7187d4 ehci_resume +EXPORT_SYMBOL_GPL vmlinux 0x5a7bfe41 crypto_probing_notify +EXPORT_SYMBOL_GPL vmlinux 0x5a7cf36e usb_unpoison_urb +EXPORT_SYMBOL_GPL vmlinux 0x5a886f23 devm_snd_soc_register_dai +EXPORT_SYMBOL_GPL vmlinux 0x5aa9ce74 iommu_device_claim_dma_owner +EXPORT_SYMBOL_GPL vmlinux 0x5aaba4cb fwnode_get_nth_parent +EXPORT_SYMBOL_GPL vmlinux 0x5aacf488 pci_generic_config_read32 +EXPORT_SYMBOL_GPL vmlinux 0x5ab09745 edac_get_owner +EXPORT_SYMBOL_GPL vmlinux 0x5adc647a dev_pm_opp_find_level_ceil +EXPORT_SYMBOL_GPL vmlinux 0x5af762f1 snd_fasync_free +EXPORT_SYMBOL_GPL vmlinux 0x5afbd9ec posix_acl_access_xattr_handler +EXPORT_SYMBOL_GPL vmlinux 0x5b0414bb pci_load_saved_state +EXPORT_SYMBOL_GPL vmlinux 0x5b1141ca ata_qc_complete_multiple +EXPORT_SYMBOL_GPL vmlinux 0x5b13e0ad i2c_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0x5b21ceff ring_buffer_iter_peek +EXPORT_SYMBOL_GPL vmlinux 0x5b2d0f52 serdev_controller_alloc +EXPORT_SYMBOL_GPL vmlinux 0x5b316080 software_node_unregister_nodes +EXPORT_SYMBOL_GPL vmlinux 0x5b349860 devm_qcom_smem_state_get +EXPORT_SYMBOL_GPL vmlinux 0x5b3602b5 da903x_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x5b3bdea8 alarm_restart +EXPORT_SYMBOL_GPL vmlinux 0x5b3fa77e da903x_reads +EXPORT_SYMBOL_GPL vmlinux 0x5b45b607 devm_regmap_init_vexpress_config +EXPORT_SYMBOL_GPL vmlinux 0x5b47f1a8 snd_soc_dai_get_channel_map +EXPORT_SYMBOL_GPL vmlinux 0x5b48a084 hwmon_device_register +EXPORT_SYMBOL_GPL vmlinux 0x5b4c5d05 usb_control_msg +EXPORT_SYMBOL_GPL vmlinux 0x5b5a0055 device_remove_software_node +EXPORT_SYMBOL_GPL vmlinux 0x5b766151 snd_soc_dapm_put_enum_double +EXPORT_SYMBOL_GPL vmlinux 0x5b82d911 devlink_traps_unregister +EXPORT_SYMBOL_GPL vmlinux 0x5b86d682 vcap_keyfieldset +EXPORT_SYMBOL_GPL vmlinux 0x5b8eff0e snd_soc_suspend +EXPORT_SYMBOL_GPL vmlinux 0x5b994e71 ima_measure_critical_data +EXPORT_SYMBOL_GPL vmlinux 0x5ba1bcbf get_device +EXPORT_SYMBOL_GPL vmlinux 0x5ba9c87f blk_crypto_keyslot_index +EXPORT_SYMBOL_GPL vmlinux 0x5baced7c sock_diag_check_cookie +EXPORT_SYMBOL_GPL vmlinux 0x5bb4aae3 input_ff_event +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 0x5bdae456 __pm_runtime_use_autosuspend +EXPORT_SYMBOL_GPL vmlinux 0x5bdbac4e rcu_unexpedite_gp +EXPORT_SYMBOL_GPL vmlinux 0x5beaa809 irq_chip_mask_parent +EXPORT_SYMBOL_GPL vmlinux 0x5bf00932 of_pci_range_parser_init +EXPORT_SYMBOL_GPL vmlinux 0x5c033009 ata_sff_tf_read +EXPORT_SYMBOL_GPL vmlinux 0x5c116b37 ata_wait_register +EXPORT_SYMBOL_GPL vmlinux 0x5c244b5c xhci_get_ep_ctx +EXPORT_SYMBOL_GPL vmlinux 0x5c248faf xhci_resume +EXPORT_SYMBOL_GPL vmlinux 0x5c25c0d7 __hwspin_lock_timeout +EXPORT_SYMBOL_GPL vmlinux 0x5c2f1546 devlink_sb_register +EXPORT_SYMBOL_GPL vmlinux 0x5c309e65 hibernate_quiet_exec +EXPORT_SYMBOL_GPL vmlinux 0x5c3ad19d strp_done +EXPORT_SYMBOL_GPL vmlinux 0x5c3bbd06 __SCK__tp_func_mc_event +EXPORT_SYMBOL_GPL vmlinux 0x5c3de463 auxiliary_find_device +EXPORT_SYMBOL_GPL vmlinux 0x5c3f61ab fat_build_inode +EXPORT_SYMBOL_GPL vmlinux 0x5c3fde53 __get_mtd_device +EXPORT_SYMBOL_GPL vmlinux 0x5c463dae driver_find_device +EXPORT_SYMBOL_GPL vmlinux 0x5c50da41 sdhci_request +EXPORT_SYMBOL_GPL vmlinux 0x5c57c60f blkcg_get_fc_appid +EXPORT_SYMBOL_GPL vmlinux 0x5c5a1b16 tick_broadcast_control +EXPORT_SYMBOL_GPL vmlinux 0x5c5f9b8a snd_soc_get_dai_id +EXPORT_SYMBOL_GPL vmlinux 0x5c6dbe0c pci_epc_get +EXPORT_SYMBOL_GPL vmlinux 0x5c724709 memory_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0x5c758c70 pinctrl_utils_reserve_map +EXPORT_SYMBOL_GPL vmlinux 0x5c7a9840 relay_file_operations +EXPORT_SYMBOL_GPL vmlinux 0x5c82016e __SCK__tp_func_napi_poll +EXPORT_SYMBOL_GPL vmlinux 0x5ca01320 devlink_trap_groups_unregister +EXPORT_SYMBOL_GPL vmlinux 0x5ca37f44 vring_del_virtqueue +EXPORT_SYMBOL_GPL vmlinux 0x5cad8fc3 power_supply_ocv2cap_simple +EXPORT_SYMBOL_GPL vmlinux 0x5cc2a511 hrtimer_forward +EXPORT_SYMBOL_GPL vmlinux 0x5cc77c45 led_colors +EXPORT_SYMBOL_GPL vmlinux 0x5cd80d62 led_trigger_blink_oneshot +EXPORT_SYMBOL_GPL vmlinux 0x5ce0af07 md_find_rdev_nr_rcu +EXPORT_SYMBOL_GPL vmlinux 0x5ce0ccd9 sysfs_remove_group +EXPORT_SYMBOL_GPL vmlinux 0x5ced986e tty_mode_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x5cede0a7 xdp_flush_frame_bulk +EXPORT_SYMBOL_GPL vmlinux 0x5d0a0eff __tracepoint_napi_poll +EXPORT_SYMBOL_GPL vmlinux 0x5d0a3a84 sdhci_set_uhs_signaling +EXPORT_SYMBOL_GPL vmlinux 0x5d2bc42a reset_control_rearm +EXPORT_SYMBOL_GPL vmlinux 0x5d30cab6 power_supply_get_battery_info +EXPORT_SYMBOL_GPL vmlinux 0x5d362b7c pci_epc_map_addr +EXPORT_SYMBOL_GPL vmlinux 0x5d394fd9 devlink_to_dev +EXPORT_SYMBOL_GPL vmlinux 0x5d453a9d sysfs_rename_link_ns +EXPORT_SYMBOL_GPL vmlinux 0x5d582a9f snd_card_add_dev_attr +EXPORT_SYMBOL_GPL vmlinux 0x5d6f0ba9 ethnl_cable_test_amplitude +EXPORT_SYMBOL_GPL vmlinux 0x5d7f94b7 vp_modern_get_queue_reset +EXPORT_SYMBOL_GPL vmlinux 0x5d82a5b8 tracepoint_probe_register +EXPORT_SYMBOL_GPL vmlinux 0x5d8476d3 bpf_sk_storage_diag_alloc +EXPORT_SYMBOL_GPL vmlinux 0x5d88a46b iommu_register_device_fault_handler +EXPORT_SYMBOL_GPL vmlinux 0x5da2d0e2 __traceiter_devlink_hwerr +EXPORT_SYMBOL_GPL vmlinux 0x5da3dd36 __percpu_down_read +EXPORT_SYMBOL_GPL vmlinux 0x5da58ebd serial8250_em485_stop_tx +EXPORT_SYMBOL_GPL vmlinux 0x5da67adc zs_compact +EXPORT_SYMBOL_GPL vmlinux 0x5dad3c58 snd_soc_component_compr_open +EXPORT_SYMBOL_GPL vmlinux 0x5dae11e1 sdio_writeb +EXPORT_SYMBOL_GPL vmlinux 0x5dc093bb snd_soc_dai_compr_set_params +EXPORT_SYMBOL_GPL vmlinux 0x5dd54cb4 extcon_set_state +EXPORT_SYMBOL_GPL vmlinux 0x5dda08b0 snd_soc_close_delayed_work +EXPORT_SYMBOL_GPL vmlinux 0x5dde4b1f aead_init_geniv +EXPORT_SYMBOL_GPL vmlinux 0x5de2245c pm_clk_destroy +EXPORT_SYMBOL_GPL vmlinux 0x5de3fd5a key_type_logon +EXPORT_SYMBOL_GPL vmlinux 0x5dff6fda x509_decode_time +EXPORT_SYMBOL_GPL vmlinux 0x5e0a71b0 inverse_translate +EXPORT_SYMBOL_GPL vmlinux 0x5e14217b usb_anchor_urb +EXPORT_SYMBOL_GPL vmlinux 0x5e230828 fixed_phy_unregister +EXPORT_SYMBOL_GPL vmlinux 0x5e2700ca devm_regulator_put +EXPORT_SYMBOL_GPL vmlinux 0x5e3d88cb mmu_interval_notifier_insert +EXPORT_SYMBOL_GPL vmlinux 0x5e3efe08 mtk_pinconf_adv_pull_get +EXPORT_SYMBOL_GPL vmlinux 0x5e42e42f of_get_fb_videomode +EXPORT_SYMBOL_GPL vmlinux 0x5e42f77c pm_genpd_remove_device +EXPORT_SYMBOL_GPL vmlinux 0x5e43b6cf ata_dummy_port_info +EXPORT_SYMBOL_GPL vmlinux 0x5e481e15 transport_class_unregister +EXPORT_SYMBOL_GPL vmlinux 0x5e4f14b8 sk_msg_return_zero +EXPORT_SYMBOL_GPL vmlinux 0x5e504919 __tracepoint_block_split +EXPORT_SYMBOL_GPL vmlinux 0x5e515be6 ktime_get_ts64 +EXPORT_SYMBOL_GPL vmlinux 0x5e5aabd4 perf_pmu_unregister +EXPORT_SYMBOL_GPL vmlinux 0x5e66468f handle_untracked_irq +EXPORT_SYMBOL_GPL vmlinux 0x5e67b71d evm_set_key +EXPORT_SYMBOL_GPL vmlinux 0x5e71ee07 snd_soc_add_card_controls +EXPORT_SYMBOL_GPL vmlinux 0x5e76a7ef lwtunnel_fill_encap +EXPORT_SYMBOL_GPL vmlinux 0x5e786d8f gpiod_get_raw_array_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x5e798ffb divider_get_val +EXPORT_SYMBOL_GPL vmlinux 0x5e7a2598 ahci_handle_port_intr +EXPORT_SYMBOL_GPL vmlinux 0x5e85415b ring_buffer_consume +EXPORT_SYMBOL_GPL vmlinux 0x5e94b240 icc_node_del +EXPORT_SYMBOL_GPL vmlinux 0x5ea64ff3 blk_crypto_evict_key +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 0x5ec2319a mtk_mutex_unprepare +EXPORT_SYMBOL_GPL vmlinux 0x5ed811c8 mtk_clk_register_composites +EXPORT_SYMBOL_GPL vmlinux 0x5edf5b91 ehci_init_driver +EXPORT_SYMBOL_GPL vmlinux 0x5eea5382 lwtunnel_get_encap_size +EXPORT_SYMBOL_GPL vmlinux 0x5efbb493 fsnotify_destroy_mark +EXPORT_SYMBOL_GPL vmlinux 0x5f07d22f pci_find_vsec_capability +EXPORT_SYMBOL_GPL vmlinux 0x5f1a59dd snd_soc_debugfs_root +EXPORT_SYMBOL_GPL vmlinux 0x5f1e690a snd_soc_dapm_enable_pin_unlocked +EXPORT_SYMBOL_GPL vmlinux 0x5f1f2bc8 clk_register +EXPORT_SYMBOL_GPL vmlinux 0x5f23ba7b __kthread_should_park +EXPORT_SYMBOL_GPL vmlinux 0x5f25bcb0 regmap_async_complete_cb +EXPORT_SYMBOL_GPL vmlinux 0x5f3b0a60 regulator_set_voltage_time +EXPORT_SYMBOL_GPL vmlinux 0x5f5747cb nanddev_init +EXPORT_SYMBOL_GPL vmlinux 0x5f6f1e9e dax_get_private +EXPORT_SYMBOL_GPL vmlinux 0x5f876cda usb_put_phy +EXPORT_SYMBOL_GPL vmlinux 0x5f8ae46c pci_destroy_slot +EXPORT_SYMBOL_GPL vmlinux 0x5f8d3f24 devlink_param_driverinit_value_set +EXPORT_SYMBOL_GPL vmlinux 0x5f999c48 lp8788_read_multi_bytes +EXPORT_SYMBOL_GPL vmlinux 0x5f9a26c2 ata_qc_get_active +EXPORT_SYMBOL_GPL vmlinux 0x5fa625ed mpi_ec_mul_point +EXPORT_SYMBOL_GPL vmlinux 0x5fdf551d devm_regulator_get_enable_optional +EXPORT_SYMBOL_GPL vmlinux 0x5fe12e23 key_type_trusted +EXPORT_SYMBOL_GPL vmlinux 0x5ff7f6ea virtio_check_driver_offered_feature +EXPORT_SYMBOL_GPL vmlinux 0x5ffe9aa7 __tracepoint_fib6_table_lookup +EXPORT_SYMBOL_GPL vmlinux 0x5fff433a __traceiter_sched_cpu_capacity_tp +EXPORT_SYMBOL_GPL vmlinux 0x60032f80 regmap_get_val_bytes +EXPORT_SYMBOL_GPL vmlinux 0x60091316 clk_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0x600fd8d6 regulator_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0x6028a5af __netdev_watchdog_up +EXPORT_SYMBOL_GPL vmlinux 0x602ffb84 clean_acked_data_disable +EXPORT_SYMBOL_GPL vmlinux 0x6032efd3 of_pm_clk_add_clks +EXPORT_SYMBOL_GPL vmlinux 0x603a478d irq_domain_add_legacy +EXPORT_SYMBOL_GPL vmlinux 0x603cec16 pinctrl_utils_free_map +EXPORT_SYMBOL_GPL vmlinux 0x604181a8 bpfilter_ops +EXPORT_SYMBOL_GPL vmlinux 0x60477aa1 nand_change_write_column_op +EXPORT_SYMBOL_GPL vmlinux 0x604801e3 rio_mport_get_efb +EXPORT_SYMBOL_GPL vmlinux 0x604c44e4 vfs_kern_mount +EXPORT_SYMBOL_GPL vmlinux 0x605b186d pci_remove_root_bus +EXPORT_SYMBOL_GPL vmlinux 0x605ecbc6 vp_modern_set_status +EXPORT_SYMBOL_GPL vmlinux 0x6060ed33 extcon_get_extcon_dev +EXPORT_SYMBOL_GPL vmlinux 0x6060ee96 housekeeping_cpumask +EXPORT_SYMBOL_GPL vmlinux 0x60671345 software_node_register_nodes +EXPORT_SYMBOL_GPL vmlinux 0x606b4aba devlink_linecard_provision_set +EXPORT_SYMBOL_GPL vmlinux 0x606c2729 ata_scsi_dma_need_drain +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 0x609bea0b mmput +EXPORT_SYMBOL_GPL vmlinux 0x60a13e90 rcu_barrier +EXPORT_SYMBOL_GPL vmlinux 0x60a83a80 regulator_get_voltage_sel_regmap +EXPORT_SYMBOL_GPL vmlinux 0x60acd360 extcon_dev_register +EXPORT_SYMBOL_GPL vmlinux 0x60ad2a82 ata_eh_freeze_port +EXPORT_SYMBOL_GPL vmlinux 0x60ae0922 power_supply_vbat2ri +EXPORT_SYMBOL_GPL vmlinux 0x60af3508 device_change_owner +EXPORT_SYMBOL_GPL vmlinux 0x60b705f1 arm_iommu_create_mapping +EXPORT_SYMBOL_GPL vmlinux 0x60d22e3f devm_request_pci_bus_resources +EXPORT_SYMBOL_GPL vmlinux 0x60d61d05 mtk_clk_register_muxes +EXPORT_SYMBOL_GPL vmlinux 0x60db2818 thermal_of_cooling_device_register +EXPORT_SYMBOL_GPL vmlinux 0x60ebc96f ring_buffer_read_prepare +EXPORT_SYMBOL_GPL vmlinux 0x60ec3034 dev_pm_opp_set_rate +EXPORT_SYMBOL_GPL vmlinux 0x61091a02 io_cgrp_subsys +EXPORT_SYMBOL_GPL vmlinux 0x610ea3f9 snd_soc_tplg_component_load +EXPORT_SYMBOL_GPL vmlinux 0x6116ed3a class_create_file_ns +EXPORT_SYMBOL_GPL vmlinux 0x6118d289 device_link_remove +EXPORT_SYMBOL_GPL vmlinux 0x6120fd64 wm831x_reg_unlock +EXPORT_SYMBOL_GPL vmlinux 0x6129fb93 sfp_remove_phy +EXPORT_SYMBOL_GPL vmlinux 0x612bfd89 errno_to_blk_status +EXPORT_SYMBOL_GPL vmlinux 0x61358c06 bpf_offload_dev_netdev_register +EXPORT_SYMBOL_GPL vmlinux 0x61381374 ata_scsi_unlock_native_capacity +EXPORT_SYMBOL_GPL vmlinux 0x61393e4d tps65912_device_exit +EXPORT_SYMBOL_GPL vmlinux 0x614782f1 usb_anchor_empty +EXPORT_SYMBOL_GPL vmlinux 0x6148d4fa tcf_dev_queue_xmit +EXPORT_SYMBOL_GPL vmlinux 0x614adcb7 of_overlay_remove_all +EXPORT_SYMBOL_GPL vmlinux 0x61533494 spi_slave_abort +EXPORT_SYMBOL_GPL vmlinux 0x6172d6db ata_qc_complete +EXPORT_SYMBOL_GPL vmlinux 0x61757850 bpf_warn_invalid_xdp_action +EXPORT_SYMBOL_GPL vmlinux 0x6175d841 gpiochip_relres_irq +EXPORT_SYMBOL_GPL vmlinux 0x61774cd4 mtk_alloc_clk_data +EXPORT_SYMBOL_GPL vmlinux 0x617fdc07 vp_modern_set_features +EXPORT_SYMBOL_GPL vmlinux 0x6181e79f timerqueue_add +EXPORT_SYMBOL_GPL vmlinux 0x6189399b usb_disable_lpm +EXPORT_SYMBOL_GPL vmlinux 0x6198dfea __ring_buffer_alloc +EXPORT_SYMBOL_GPL vmlinux 0x6199ad5d crypto_has_skcipher +EXPORT_SYMBOL_GPL vmlinux 0x61a11e2e sock_prot_inuse_get +EXPORT_SYMBOL_GPL vmlinux 0x61a22fe8 fib_rules_register +EXPORT_SYMBOL_GPL vmlinux 0x61ae2722 pl08x_filter_id +EXPORT_SYMBOL_GPL vmlinux 0x61b99a1d ata_host_put +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 0x61c6cfa4 pwm_put +EXPORT_SYMBOL_GPL vmlinux 0x61cf2dd2 cpufreq_dbs_governor_stop +EXPORT_SYMBOL_GPL vmlinux 0x61d08fd3 tcpv6_prot +EXPORT_SYMBOL_GPL vmlinux 0x61dea1b9 netdev_is_rx_handler_busy +EXPORT_SYMBOL_GPL vmlinux 0x61f67c92 phy_gbit_features_array +EXPORT_SYMBOL_GPL vmlinux 0x6206c6df vcap_rule_add_key_u48 +EXPORT_SYMBOL_GPL vmlinux 0x621f3e8b sysfs_unmerge_group +EXPORT_SYMBOL_GPL vmlinux 0x6222934a clone_private_mount +EXPORT_SYMBOL_GPL vmlinux 0x6229ea92 firmware_request_nowarn +EXPORT_SYMBOL_GPL vmlinux 0x622a6aba ip_valid_fib_dump_req +EXPORT_SYMBOL_GPL vmlinux 0x622c7922 register_oom_notifier +EXPORT_SYMBOL_GPL vmlinux 0x62365368 devm_clk_bulk_get_all +EXPORT_SYMBOL_GPL vmlinux 0x62377a7b blk_io_schedule +EXPORT_SYMBOL_GPL vmlinux 0x623aa92d extcon_unregister_notifier_all +EXPORT_SYMBOL_GPL vmlinux 0x6246a629 synchronize_rcu_tasks_trace +EXPORT_SYMBOL_GPL vmlinux 0x6247ccd9 gpiod_to_irq +EXPORT_SYMBOL_GPL vmlinux 0x62497a35 devl_dpipe_headers_register +EXPORT_SYMBOL_GPL vmlinux 0x6257dda7 clk_rate_exclusive_get +EXPORT_SYMBOL_GPL vmlinux 0x6259d291 clk_restore_context +EXPORT_SYMBOL_GPL vmlinux 0x625d9526 clk_register_fixed_factor +EXPORT_SYMBOL_GPL vmlinux 0x62659869 devm_register_sys_off_handler +EXPORT_SYMBOL_GPL vmlinux 0x627cc65d irq_chip_get_parent_state +EXPORT_SYMBOL_GPL vmlinux 0x628b7917 uart_set_options +EXPORT_SYMBOL_GPL vmlinux 0x629309cb sysfs_remove_files +EXPORT_SYMBOL_GPL vmlinux 0x62a1d12e omap_iommu_domain_deactivate +EXPORT_SYMBOL_GPL vmlinux 0x62a313ed user_read +EXPORT_SYMBOL_GPL vmlinux 0x62a724ad hwmon_notify_event +EXPORT_SYMBOL_GPL vmlinux 0x62a864d7 shash_ahash_digest +EXPORT_SYMBOL_GPL vmlinux 0x62b25cdb cpufreq_freq_attr_scaling_available_freqs +EXPORT_SYMBOL_GPL vmlinux 0x62b5d664 pinconf_generic_dump_config +EXPORT_SYMBOL_GPL vmlinux 0x62b8bb54 pci_epc_raise_irq +EXPORT_SYMBOL_GPL vmlinux 0x62bb09bf clocks_calc_mult_shift +EXPORT_SYMBOL_GPL vmlinux 0x62c0f7d7 pse_controller_register +EXPORT_SYMBOL_GPL vmlinux 0x62c174b3 sdhci_enable_sdio_irq +EXPORT_SYMBOL_GPL vmlinux 0x62ca5919 musb_queue_resume_work +EXPORT_SYMBOL_GPL vmlinux 0x62d0e2a6 __wake_up_locked +EXPORT_SYMBOL_GPL vmlinux 0x62da036f tty_ldisc_flush +EXPORT_SYMBOL_GPL vmlinux 0x62e06b6c __traceiter_br_fdb_update +EXPORT_SYMBOL_GPL vmlinux 0x62e6e0c2 inode_sb_list_add +EXPORT_SYMBOL_GPL vmlinux 0x6305f65e tcp_reno_undo_cwnd +EXPORT_SYMBOL_GPL vmlinux 0x63090722 trace_seq_vprintf +EXPORT_SYMBOL_GPL vmlinux 0x63150e06 clk_get_parent +EXPORT_SYMBOL_GPL vmlinux 0x63197685 s2idle_wake +EXPORT_SYMBOL_GPL vmlinux 0x631cc08d ip_route_output_tunnel +EXPORT_SYMBOL_GPL vmlinux 0x631f2dd7 ata_pio_need_iordy +EXPORT_SYMBOL_GPL vmlinux 0x63289f60 iommu_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x63350ca6 pinctrl_dev_get_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x63378952 vcap_get_rule +EXPORT_SYMBOL_GPL vmlinux 0x633cb2c6 register_kprobe +EXPORT_SYMBOL_GPL vmlinux 0x63405424 dm_disk +EXPORT_SYMBOL_GPL vmlinux 0x6347cc4c fork_usermode_driver +EXPORT_SYMBOL_GPL vmlinux 0x634b9d42 __SCK__tp_func_block_unplug +EXPORT_SYMBOL_GPL vmlinux 0x635a39bc cpufreq_freq_attr_scaling_boost_freqs +EXPORT_SYMBOL_GPL vmlinux 0x6371a817 device_find_child_by_name +EXPORT_SYMBOL_GPL vmlinux 0x6375390f da903x_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x6375e83b regulator_list_voltage +EXPORT_SYMBOL_GPL vmlinux 0x637f2d26 device_remove_groups +EXPORT_SYMBOL_GPL vmlinux 0x63808708 xas_get_mark +EXPORT_SYMBOL_GPL vmlinux 0x63809299 irq_chip_set_vcpu_affinity_parent +EXPORT_SYMBOL_GPL vmlinux 0x638560eb pktgen_xfrm_outer_mode_output +EXPORT_SYMBOL_GPL vmlinux 0x638a836e __blkg_prfill_rwstat +EXPORT_SYMBOL_GPL vmlinux 0x638b02ae evict_inodes +EXPORT_SYMBOL_GPL vmlinux 0x63907cb8 class_compat_create_link +EXPORT_SYMBOL_GPL vmlinux 0x63a3bd72 serial8250_do_set_divisor +EXPORT_SYMBOL_GPL vmlinux 0x63adbf92 encode_rs8 +EXPORT_SYMBOL_GPL vmlinux 0x63c08029 clk_bulk_unprepare +EXPORT_SYMBOL_GPL vmlinux 0x63c43afe wm8350_reg_write +EXPORT_SYMBOL_GPL vmlinux 0x63dde36a dst_blackhole_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0x63e6017e hrtimer_init_sleeper +EXPORT_SYMBOL_GPL vmlinux 0x63edbd4c proc_create_net_data_write +EXPORT_SYMBOL_GPL vmlinux 0x63f08f9c cpufreq_freq_transition_end +EXPORT_SYMBOL_GPL vmlinux 0x63fe12af snd_dmaengine_pcm_open +EXPORT_SYMBOL_GPL vmlinux 0x64256424 visitor32 +EXPORT_SYMBOL_GPL vmlinux 0x6431494f sdio_set_host_pm_flags +EXPORT_SYMBOL_GPL vmlinux 0x644bfdcf trace_print_bitmask_seq +EXPORT_SYMBOL_GPL vmlinux 0x6468d892 devm_gpiod_get_index_optional +EXPORT_SYMBOL_GPL vmlinux 0x647537f3 pl320_ipc_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x647eafd5 sysfs_remove_file_ns +EXPORT_SYMBOL_GPL vmlinux 0x64847db7 iommu_unregister_device_fault_handler +EXPORT_SYMBOL_GPL vmlinux 0x648d4bcf usb_alloc_dev +EXPORT_SYMBOL_GPL vmlinux 0x648daddf reset_control_get_count +EXPORT_SYMBOL_GPL vmlinux 0x648f59a9 sfp_module_insert +EXPORT_SYMBOL_GPL vmlinux 0x6493a2df rht_bucket_nested +EXPORT_SYMBOL_GPL vmlinux 0x6499ca92 copy_from_user_nofault +EXPORT_SYMBOL_GPL vmlinux 0x64a0274a devres_remove +EXPORT_SYMBOL_GPL vmlinux 0x64c07d32 btree_remove +EXPORT_SYMBOL_GPL vmlinux 0x64c96917 crypto_alloc_ahash +EXPORT_SYMBOL_GPL vmlinux 0x64d39971 __fscrypt_prepare_readdir +EXPORT_SYMBOL_GPL vmlinux 0x64d472be register_ftrace_function +EXPORT_SYMBOL_GPL vmlinux 0x64d5e5fb regulator_get_bypass_regmap +EXPORT_SYMBOL_GPL vmlinux 0x64e27c4f synth_event_delete +EXPORT_SYMBOL_GPL vmlinux 0x64e28cc5 sk_msg_free_nocharge +EXPORT_SYMBOL_GPL vmlinux 0x64f4d417 spi_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x64f75c25 ftrace_set_filter_ips +EXPORT_SYMBOL_GPL vmlinux 0x64fa3fe0 dev_pm_opp_set_config +EXPORT_SYMBOL_GPL vmlinux 0x65149f3a platform_get_mem_or_io +EXPORT_SYMBOL_GPL vmlinux 0x651b23a0 int_active_memcg +EXPORT_SYMBOL_GPL vmlinux 0x651d10e5 ktime_get_tai_fast_ns +EXPORT_SYMBOL_GPL vmlinux 0x651d61fd devm_gpiod_unhinge +EXPORT_SYMBOL_GPL vmlinux 0x651d9969 fsstack_copy_inode_size +EXPORT_SYMBOL_GPL vmlinux 0x6520ec9c alloc_page_buffers +EXPORT_SYMBOL_GPL vmlinux 0x65284995 efi_capsule_update +EXPORT_SYMBOL_GPL vmlinux 0x6531a37f mpi_add +EXPORT_SYMBOL_GPL vmlinux 0x65325670 wwan_unregister_ops +EXPORT_SYMBOL_GPL vmlinux 0x65486bcb xhci_check_bandwidth +EXPORT_SYMBOL_GPL vmlinux 0x65505487 devlink_port_attrs_pci_pf_set +EXPORT_SYMBOL_GPL vmlinux 0x65506d3f dummy_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0x65529d74 usb_match_one_id +EXPORT_SYMBOL_GPL vmlinux 0x65537437 freezer_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0x6555b63c ahci_do_hardreset +EXPORT_SYMBOL_GPL vmlinux 0x655bb13e devl_traps_register +EXPORT_SYMBOL_GPL vmlinux 0x655bf456 devm_regmap_field_bulk_free +EXPORT_SYMBOL_GPL vmlinux 0x657c8a34 tegra_mc_get_emem_device_count +EXPORT_SYMBOL_GPL vmlinux 0x65b9e9a7 sata_std_hardreset +EXPORT_SYMBOL_GPL vmlinux 0x65ccb6f0 call_netevent_notifiers +EXPORT_SYMBOL_GPL vmlinux 0x65cfd772 dw_pcie_link_up +EXPORT_SYMBOL_GPL vmlinux 0x65d15f54 nand_get_large_page_ooblayout +EXPORT_SYMBOL_GPL vmlinux 0x65d3dfea snd_soc_of_parse_audio_simple_widgets +EXPORT_SYMBOL_GPL vmlinux 0x65ddd7f4 power_supply_register +EXPORT_SYMBOL_GPL vmlinux 0x65def01d mpi_read_raw_from_sgl +EXPORT_SYMBOL_GPL vmlinux 0x65dffb6e usb_autopm_put_interface +EXPORT_SYMBOL_GPL vmlinux 0x65e4b335 devm_of_phy_get_by_index +EXPORT_SYMBOL_GPL vmlinux 0x65e98421 usb_gadget_set_selfpowered +EXPORT_SYMBOL_GPL vmlinux 0x660a327b ncsi_unregister_dev +EXPORT_SYMBOL_GPL vmlinux 0x660eb6bd devlink_free +EXPORT_SYMBOL_GPL vmlinux 0x66150d4d xfrm_audit_state_replay_overflow +EXPORT_SYMBOL_GPL vmlinux 0x661601de sprint_symbol +EXPORT_SYMBOL_GPL vmlinux 0x661d2a97 pm_clk_remove +EXPORT_SYMBOL_GPL vmlinux 0x661d6b2f usb_remove_phy +EXPORT_SYMBOL_GPL vmlinux 0x661f0bb0 dst_cache_get_ip6 +EXPORT_SYMBOL_GPL vmlinux 0x6623108a proc_mkdir_data +EXPORT_SYMBOL_GPL vmlinux 0x6636c3c9 irq_set_vcpu_affinity +EXPORT_SYMBOL_GPL vmlinux 0x663bb448 devlink_fmsg_obj_nest_end +EXPORT_SYMBOL_GPL vmlinux 0x66480b96 cgroup_path_ns +EXPORT_SYMBOL_GPL vmlinux 0x665e92a0 clk_set_duty_cycle +EXPORT_SYMBOL_GPL vmlinux 0x665ede06 __mmdrop +EXPORT_SYMBOL_GPL vmlinux 0x666708d1 gpiod_is_active_low +EXPORT_SYMBOL_GPL vmlinux 0x666ddd89 folio_add_wait_queue +EXPORT_SYMBOL_GPL vmlinux 0x668402aa crypto_put_default_rng +EXPORT_SYMBOL_GPL vmlinux 0x66937957 __clocksource_update_freq_scale +EXPORT_SYMBOL_GPL vmlinux 0x66944c99 iommu_dev_enable_feature +EXPORT_SYMBOL_GPL vmlinux 0x669594ad musb_clearw +EXPORT_SYMBOL_GPL vmlinux 0x66a769ad extcon_get_property +EXPORT_SYMBOL_GPL vmlinux 0x66b5d8d9 ata_change_queue_depth +EXPORT_SYMBOL_GPL vmlinux 0x66b97421 sfp_link_up +EXPORT_SYMBOL_GPL vmlinux 0x66bd0d4d badblocks_set +EXPORT_SYMBOL_GPL vmlinux 0x66c2bc0b vcap_rule_get_key_u32 +EXPORT_SYMBOL_GPL vmlinux 0x66d87d38 symbol_put_addr +EXPORT_SYMBOL_GPL vmlinux 0x66da9a99 mmc_get_ext_csd +EXPORT_SYMBOL_GPL vmlinux 0x66dab1f3 alloc_io_pgtable_ops +EXPORT_SYMBOL_GPL vmlinux 0x66db461b register_btf_id_dtor_kfuncs +EXPORT_SYMBOL_GPL vmlinux 0x66eb6628 debugfs_file_get +EXPORT_SYMBOL_GPL vmlinux 0x66ec0397 regulator_set_active_discharge_regmap +EXPORT_SYMBOL_GPL vmlinux 0x66f1f847 gpiod_get_index_optional +EXPORT_SYMBOL_GPL vmlinux 0x66ff760f get_user_pages_fast_only +EXPORT_SYMBOL_GPL vmlinux 0x66ff7e87 devm_kasprintf_strarray +EXPORT_SYMBOL_GPL vmlinux 0x670e083d devm_clk_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0x6717cae2 snd_soc_daifmt_parse_clock_provider_raw +EXPORT_SYMBOL_GPL vmlinux 0x672cf8e4 find_ge_pid +EXPORT_SYMBOL_GPL vmlinux 0x6733266b cgrp_dfl_root +EXPORT_SYMBOL_GPL vmlinux 0x67429c91 __SCK__tp_func_block_bio_remap +EXPORT_SYMBOL_GPL vmlinux 0x675f1566 tps6586x_write +EXPORT_SYMBOL_GPL vmlinux 0x676d268b md_rdev_init +EXPORT_SYMBOL_GPL vmlinux 0x6780c340 vcap_keyset_list_add +EXPORT_SYMBOL_GPL vmlinux 0x6781513c __wake_up_locked_key +EXPORT_SYMBOL_GPL vmlinux 0x67955ce6 profile_hits +EXPORT_SYMBOL_GPL vmlinux 0x6797722c ata_bmdma_port_start32 +EXPORT_SYMBOL_GPL vmlinux 0x67c3c795 get_state_synchronize_rcu_full +EXPORT_SYMBOL_GPL vmlinux 0x67da9f7c sha512_zero_message_hash +EXPORT_SYMBOL_GPL vmlinux 0x67dcdd87 sdhci_free_host +EXPORT_SYMBOL_GPL vmlinux 0x67f57a35 device_match_of_node +EXPORT_SYMBOL_GPL vmlinux 0x67fec2b9 usb_choose_configuration +EXPORT_SYMBOL_GPL vmlinux 0x6801126f virtqueue_is_broken +EXPORT_SYMBOL_GPL vmlinux 0x680aec27 serdev_device_write_buf +EXPORT_SYMBOL_GPL vmlinux 0x681b1095 ohci_restart +EXPORT_SYMBOL_GPL vmlinux 0x681eaada get_tree_mtd +EXPORT_SYMBOL_GPL vmlinux 0x682b07a1 snd_soc_pm_ops +EXPORT_SYMBOL_GPL vmlinux 0x682ff057 ring_buffer_commit_overrun_cpu +EXPORT_SYMBOL_GPL vmlinux 0x683192a1 dev_coredumpv +EXPORT_SYMBOL_GPL vmlinux 0x68377254 fscrypt_set_context +EXPORT_SYMBOL_GPL vmlinux 0x6844ee36 pcie_flr +EXPORT_SYMBOL_GPL vmlinux 0x6845fba0 cpufreq_generic_init +EXPORT_SYMBOL_GPL vmlinux 0x6850bc3d generic_fh_to_dentry +EXPORT_SYMBOL_GPL vmlinux 0x685c3c9f xfrm_audit_policy_add +EXPORT_SYMBOL_GPL vmlinux 0x6860f5e7 fib_alias_hw_flags_set +EXPORT_SYMBOL_GPL vmlinux 0x68758fda nvmem_cell_write +EXPORT_SYMBOL_GPL vmlinux 0x68795427 __get_task_comm +EXPORT_SYMBOL_GPL vmlinux 0x687fca31 imx6q_cpuidle_fec_irqs_used +EXPORT_SYMBOL_GPL vmlinux 0x6889ac88 noop_backing_dev_info +EXPORT_SYMBOL_GPL vmlinux 0x688cc53b spi_take_timestamp_pre +EXPORT_SYMBOL_GPL vmlinux 0x68952493 rcu_note_context_switch +EXPORT_SYMBOL_GPL vmlinux 0x68b21080 of_icc_xlate_onecell +EXPORT_SYMBOL_GPL vmlinux 0x68bce6d1 fscrypt_drop_inode +EXPORT_SYMBOL_GPL vmlinux 0x68c497d3 gpiod_get_value +EXPORT_SYMBOL_GPL vmlinux 0x68c6b607 da903x_update +EXPORT_SYMBOL_GPL vmlinux 0x68cdb3d5 tpm_chip_unregister +EXPORT_SYMBOL_GPL vmlinux 0x68d8d198 ata_port_classify +EXPORT_SYMBOL_GPL vmlinux 0x68dfd0c8 nvmem_add_cell_table +EXPORT_SYMBOL_GPL vmlinux 0x68f53764 sysfs_remove_link +EXPORT_SYMBOL_GPL vmlinux 0x69039af3 devm_phy_destroy +EXPORT_SYMBOL_GPL vmlinux 0x69071e68 iomap_finish_ioends +EXPORT_SYMBOL_GPL vmlinux 0x6907a1b1 ata_scsi_slave_destroy +EXPORT_SYMBOL_GPL vmlinux 0x690f585e phy_basic_ports_array +EXPORT_SYMBOL_GPL vmlinux 0x6913865a trace_clock_jiffies +EXPORT_SYMBOL_GPL vmlinux 0x69192894 devm_extcon_dev_allocate +EXPORT_SYMBOL_GPL vmlinux 0x691db949 pci_epf_destroy +EXPORT_SYMBOL_GPL vmlinux 0x692a4f08 idr_alloc +EXPORT_SYMBOL_GPL vmlinux 0x693cdefb rtc_set_time +EXPORT_SYMBOL_GPL vmlinux 0x693e9b30 net_selftest +EXPORT_SYMBOL_GPL vmlinux 0x6945725e mpi_read_raw_data +EXPORT_SYMBOL_GPL vmlinux 0x694c8822 tty_standard_install +EXPORT_SYMBOL_GPL vmlinux 0x695bf5e9 hrtimer_cancel +EXPORT_SYMBOL_GPL vmlinux 0x695c2e3d i2c_adapter_type +EXPORT_SYMBOL_GPL vmlinux 0x69637b2c __traceiter_powernv_throttle +EXPORT_SYMBOL_GPL vmlinux 0x69655895 fb_deferred_io_fsync +EXPORT_SYMBOL_GPL vmlinux 0x696f2b63 of_changeset_init +EXPORT_SYMBOL_GPL vmlinux 0x697c5d0d tracing_snapshot_alloc +EXPORT_SYMBOL_GPL vmlinux 0x697dd079 nand_write_data_op +EXPORT_SYMBOL_GPL vmlinux 0x698acf0f usb_of_has_combined_node +EXPORT_SYMBOL_GPL vmlinux 0x69afc0c8 __srcu_read_unlock_nmisafe +EXPORT_SYMBOL_GPL vmlinux 0x69b1745e FSE_readNCount +EXPORT_SYMBOL_GPL vmlinux 0x69c78b29 cpts_rx_timestamp +EXPORT_SYMBOL_GPL vmlinux 0x69cf0632 mpi_fromstr +EXPORT_SYMBOL_GPL vmlinux 0x69d6aaad wakeup_source_unregister +EXPORT_SYMBOL_GPL vmlinux 0x69dde9dc of_msi_configure +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 0x69f3f285 blk_mq_quiesce_tagset +EXPORT_SYMBOL_GPL vmlinux 0x6a05b65b fb_videomode_from_videomode +EXPORT_SYMBOL_GPL vmlinux 0x6a06921c fsverity_verify_page +EXPORT_SYMBOL_GPL vmlinux 0x6a29e5d2 irq_force_affinity +EXPORT_SYMBOL_GPL vmlinux 0x6a460dc5 schedule_hrtimeout +EXPORT_SYMBOL_GPL vmlinux 0x6a4f623b mmu_notifier_synchronize +EXPORT_SYMBOL_GPL vmlinux 0x6a59662f __sk_flush_backlog +EXPORT_SYMBOL_GPL vmlinux 0x6a7f77ff shmem_read_mapping_page_gfp +EXPORT_SYMBOL_GPL vmlinux 0x6a840ebd __nf_ip6_route +EXPORT_SYMBOL_GPL vmlinux 0x6a877a59 __dma_fence_unwrap_merge +EXPORT_SYMBOL_GPL vmlinux 0x6a9e90af ata_mode_string +EXPORT_SYMBOL_GPL vmlinux 0x6aa5e412 gen_pool_avail +EXPORT_SYMBOL_GPL vmlinux 0x6aadbd78 of_get_display_timing +EXPORT_SYMBOL_GPL vmlinux 0x6ac5434f phy_resolve_aneg_linkmode +EXPORT_SYMBOL_GPL vmlinux 0x6acc6da4 edac_device_del_device +EXPORT_SYMBOL_GPL vmlinux 0x6acf2b45 usb_phy_roothub_alloc +EXPORT_SYMBOL_GPL vmlinux 0x6ad52fa0 tegra_bpmp_mrq_is_supported +EXPORT_SYMBOL_GPL vmlinux 0x6ae9dc73 devm_irq_domain_create_sim +EXPORT_SYMBOL_GPL vmlinux 0x6af8c6dc musb_writel +EXPORT_SYMBOL_GPL vmlinux 0x6aff9c39 pinctrl_generic_get_group +EXPORT_SYMBOL_GPL vmlinux 0x6b0151fc anon_transport_class_register +EXPORT_SYMBOL_GPL vmlinux 0x6b04475d hwspin_lock_free +EXPORT_SYMBOL_GPL vmlinux 0x6b22ea08 get_governor_parent_kobj +EXPORT_SYMBOL_GPL vmlinux 0x6b23e8f5 sata_pmp_error_handler +EXPORT_SYMBOL_GPL vmlinux 0x6b334acc trace_seq_bitmask +EXPORT_SYMBOL_GPL vmlinux 0x6b36e07d devlink_linecard_destroy +EXPORT_SYMBOL_GPL vmlinux 0x6b38f421 ping_queue_rcv_skb +EXPORT_SYMBOL_GPL vmlinux 0x6b413c9b sfp_link_down +EXPORT_SYMBOL_GPL vmlinux 0x6b445893 subsys_dev_iter_next +EXPORT_SYMBOL_GPL vmlinux 0x6b468db1 mbox_send_message +EXPORT_SYMBOL_GPL vmlinux 0x6b47f8a4 hisi_clk_register_mux +EXPORT_SYMBOL_GPL vmlinux 0x6b6692fc ata_sff_softreset +EXPORT_SYMBOL_GPL vmlinux 0x6b6886ec relay_buf_full +EXPORT_SYMBOL_GPL vmlinux 0x6b6d2a4a ethnl_cable_test_finished +EXPORT_SYMBOL_GPL vmlinux 0x6b6d590a bpf_trace_run9 +EXPORT_SYMBOL_GPL vmlinux 0x6b81c38b power_supply_unreg_notifier +EXPORT_SYMBOL_GPL vmlinux 0x6b8fbb0d mptcp_diag_fill_info +EXPORT_SYMBOL_GPL vmlinux 0x6b900407 platform_device_add_resources +EXPORT_SYMBOL_GPL vmlinux 0x6b97cced of_pci_get_slot_power_limit +EXPORT_SYMBOL_GPL vmlinux 0x6ba09d22 device_get_dma_attr +EXPORT_SYMBOL_GPL vmlinux 0x6ba2c472 crypto_alloc_kpp +EXPORT_SYMBOL_GPL vmlinux 0x6ba3a54d snd_soc_dai_compr_trigger +EXPORT_SYMBOL_GPL vmlinux 0x6ba45cf1 pinctrl_pm_select_default_state +EXPORT_SYMBOL_GPL vmlinux 0x6bb944e6 kthread_data +EXPORT_SYMBOL_GPL vmlinux 0x6bc6dacd spi_get_next_queued_message +EXPORT_SYMBOL_GPL vmlinux 0x6bc75943 __devm_clk_hw_register_mux +EXPORT_SYMBOL_GPL vmlinux 0x6bcdedc0 mpi_point_init +EXPORT_SYMBOL_GPL vmlinux 0x6bd1aa56 stack_trace_save +EXPORT_SYMBOL_GPL vmlinux 0x6bdd680c snd_pcm_fill_iec958_consumer_hw_params +EXPORT_SYMBOL_GPL vmlinux 0x6bed2e97 edac_pci_handle_pe +EXPORT_SYMBOL_GPL vmlinux 0x6bfd3ca2 ahci_sdev_groups +EXPORT_SYMBOL_GPL vmlinux 0x6c0522d5 __mdiobus_modify_changed +EXPORT_SYMBOL_GPL vmlinux 0x6c0528f0 pci_vpd_alloc +EXPORT_SYMBOL_GPL vmlinux 0x6c2277b0 __udp6_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0x6c27774f regulator_set_voltage_sel_regmap +EXPORT_SYMBOL_GPL vmlinux 0x6c31b921 rtnl_link_unregister +EXPORT_SYMBOL_GPL vmlinux 0x6c334246 blk_crypto_profile_init +EXPORT_SYMBOL_GPL vmlinux 0x6c3cc639 dma_free_pages +EXPORT_SYMBOL_GPL vmlinux 0x6c3f70e0 guid_gen +EXPORT_SYMBOL_GPL vmlinux 0x6c43b737 ata_sff_queue_delayed_work +EXPORT_SYMBOL_GPL vmlinux 0x6c49d5db phy_optional_get +EXPORT_SYMBOL_GPL vmlinux 0x6c49fbb4 blk_stat_disable_accounting +EXPORT_SYMBOL_GPL vmlinux 0x6c4b6684 reset_control_assert +EXPORT_SYMBOL_GPL vmlinux 0x6c564720 fscrypt_set_bio_crypt_ctx_bh +EXPORT_SYMBOL_GPL vmlinux 0x6c5ad0cd kmsg_dump_register +EXPORT_SYMBOL_GPL vmlinux 0x6c66d737 free_fib_info +EXPORT_SYMBOL_GPL vmlinux 0x6c7b435f mc146818_does_rtc_work +EXPORT_SYMBOL_GPL vmlinux 0x6c7e9d43 dev_pm_genpd_set_next_wakeup +EXPORT_SYMBOL_GPL vmlinux 0x6c956075 __SCK__tp_func_devlink_hwerr +EXPORT_SYMBOL_GPL vmlinux 0x6c9e3446 of_clk_hw_register +EXPORT_SYMBOL_GPL vmlinux 0x6ca2662f fuse_do_open +EXPORT_SYMBOL_GPL vmlinux 0x6ca4bf88 async_synchronize_full_domain +EXPORT_SYMBOL_GPL vmlinux 0x6ca77ebc fsnotify_add_mark +EXPORT_SYMBOL_GPL vmlinux 0x6ca8eb38 validate_xmit_xfrm +EXPORT_SYMBOL_GPL vmlinux 0x6cc3458d fscrypt_ioctl_get_policy_ex +EXPORT_SYMBOL_GPL vmlinux 0x6cc42d3b tcp_get_syncookie_mss +EXPORT_SYMBOL_GPL vmlinux 0x6cc54958 i2c_dw_probe_master +EXPORT_SYMBOL_GPL vmlinux 0x6cc964ba __udp_gso_segment +EXPORT_SYMBOL_GPL vmlinux 0x6cd17e49 zs_pool_stats +EXPORT_SYMBOL_GPL vmlinux 0x6cd611b6 ip6_route_input_lookup +EXPORT_SYMBOL_GPL vmlinux 0x6cd8cffb i2c_slave_unregister +EXPORT_SYMBOL_GPL vmlinux 0x6cd96910 __kmap_local_pfn_prot +EXPORT_SYMBOL_GPL vmlinux 0x6cdc4f9e snd_dmaengine_pcm_close +EXPORT_SYMBOL_GPL vmlinux 0x6ce7144d virtqueue_kick_prepare +EXPORT_SYMBOL_GPL vmlinux 0x6ce824f8 wakeup_source_create +EXPORT_SYMBOL_GPL vmlinux 0x6d09843f copy_bpf_fprog_from_user +EXPORT_SYMBOL_GPL vmlinux 0x6d0ae550 pinctrl_gpio_request +EXPORT_SYMBOL_GPL vmlinux 0x6d21f6b4 crypto_shash_digest +EXPORT_SYMBOL_GPL vmlinux 0x6d2fc5a6 net_namespace_list +EXPORT_SYMBOL_GPL vmlinux 0x6d378f60 devlink_port_register +EXPORT_SYMBOL_GPL vmlinux 0x6d41baf3 crypto_spawn_tfm +EXPORT_SYMBOL_GPL vmlinux 0x6d467b08 arm_smccc_1_1_get_conduit +EXPORT_SYMBOL_GPL vmlinux 0x6d6d74f2 public_key_signature_free +EXPORT_SYMBOL_GPL vmlinux 0x6d6fec1f ktime_mono_to_any +EXPORT_SYMBOL_GPL vmlinux 0x6d7cdc62 nand_gpio_waitrdy +EXPORT_SYMBOL_GPL vmlinux 0x6d7e951e rcu_exp_batches_completed +EXPORT_SYMBOL_GPL vmlinux 0x6d8747a0 scatterwalk_ffwd +EXPORT_SYMBOL_GPL vmlinux 0x6d89d5cb iommu_map_sg +EXPORT_SYMBOL_GPL vmlinux 0x6d94bf32 governor_sysfs_ops +EXPORT_SYMBOL_GPL vmlinux 0x6d9a224d gpiod_disable_hw_timestamp_ns +EXPORT_SYMBOL_GPL vmlinux 0x6da4b3ff usb_hcd_poll_rh_status +EXPORT_SYMBOL_GPL vmlinux 0x6dba4f07 mptcp_subflow_init_cookie_req +EXPORT_SYMBOL_GPL vmlinux 0x6dbaafd3 put_old_timespec32 +EXPORT_SYMBOL_GPL vmlinux 0x6dbfa3e6 of_cpufreq_cooling_register +EXPORT_SYMBOL_GPL vmlinux 0x6dc0b1b6 sata_sff_hardreset +EXPORT_SYMBOL_GPL vmlinux 0x6dc43f43 imx6q_cpuidle_fec_irqs_unused +EXPORT_SYMBOL_GPL vmlinux 0x6dc52fdd ip_route_output_key_hash +EXPORT_SYMBOL_GPL vmlinux 0x6dc8151c crypto_shash_final +EXPORT_SYMBOL_GPL vmlinux 0x6dd1b8a7 parse_OID +EXPORT_SYMBOL_GPL vmlinux 0x6dd5680d sprint_symbol_build_id +EXPORT_SYMBOL_GPL vmlinux 0x6de47de4 device_remove_bin_file +EXPORT_SYMBOL_GPL vmlinux 0x6e09d93d __SCK__tp_func_map +EXPORT_SYMBOL_GPL vmlinux 0x6e332277 pwmchip_add +EXPORT_SYMBOL_GPL vmlinux 0x6e3347ec devlink_priv +EXPORT_SYMBOL_GPL vmlinux 0x6e353c26 mpi_rshift +EXPORT_SYMBOL_GPL vmlinux 0x6e3ff83a edac_device_alloc_index +EXPORT_SYMBOL_GPL vmlinux 0x6e40e382 clk_register_divider_table +EXPORT_SYMBOL_GPL vmlinux 0x6e52bb30 power_supply_put_battery_info +EXPORT_SYMBOL_GPL vmlinux 0x6e553f3e __traceiter_kfree_skb +EXPORT_SYMBOL_GPL vmlinux 0x6e635087 percpu_ref_exit +EXPORT_SYMBOL_GPL vmlinux 0x6e6378cb irq_chip_eoi_parent +EXPORT_SYMBOL_GPL vmlinux 0x6e679321 xas_find_conflict +EXPORT_SYMBOL_GPL vmlinux 0x6e683693 x509_cert_parse +EXPORT_SYMBOL_GPL vmlinux 0x6e6de518 bio_clone_blkg_association +EXPORT_SYMBOL_GPL vmlinux 0x6e6f964a balloon_page_dequeue +EXPORT_SYMBOL_GPL vmlinux 0x6e76ee07 usb_hcd_amd_remote_wakeup_quirk +EXPORT_SYMBOL_GPL vmlinux 0x6e77ba80 mtk_pinconf_drive_set +EXPORT_SYMBOL_GPL vmlinux 0x6e7943ec iommu_group_id +EXPORT_SYMBOL_GPL vmlinux 0x6e88197d of_dma_xlate_by_chan_id +EXPORT_SYMBOL_GPL vmlinux 0x6e89a560 regmap_irq_chip_get_base +EXPORT_SYMBOL_GPL vmlinux 0x6ea44a11 devm_phy_put +EXPORT_SYMBOL_GPL vmlinux 0x6eb26b15 pci_epc_init_notify +EXPORT_SYMBOL_GPL vmlinux 0x6ebe366f ktime_get_mono_fast_ns +EXPORT_SYMBOL_GPL vmlinux 0x6ee990d1 lpddr2_jedec_manufacturer +EXPORT_SYMBOL_GPL vmlinux 0x6ef6b54f ktime_get_boot_fast_ns +EXPORT_SYMBOL_GPL vmlinux 0x6efa72de power_supply_external_power_changed +EXPORT_SYMBOL_GPL vmlinux 0x6f12560a get_old_timespec32 +EXPORT_SYMBOL_GPL vmlinux 0x6f2017de misc_cg_set_capacity +EXPORT_SYMBOL_GPL vmlinux 0x6f2dd5cd __traceiter_sched_util_est_cfs_tp +EXPORT_SYMBOL_GPL vmlinux 0x6f3409d9 call_switchdev_notifiers +EXPORT_SYMBOL_GPL vmlinux 0x6f358a53 vp_modern_config_vector +EXPORT_SYMBOL_GPL vmlinux 0x6f39245e pci_ecam_create +EXPORT_SYMBOL_GPL vmlinux 0x6f40c732 xfrm_audit_state_replay +EXPORT_SYMBOL_GPL vmlinux 0x6f5025bd ata_common_sdev_groups +EXPORT_SYMBOL_GPL vmlinux 0x6f62c25a fb_deferred_io_mmap +EXPORT_SYMBOL_GPL vmlinux 0x6f6b52e9 __ipv6_fixup_options +EXPORT_SYMBOL_GPL vmlinux 0x6f76e92d of_dma_router_register +EXPORT_SYMBOL_GPL vmlinux 0x6f7b607a pci_find_ext_capability +EXPORT_SYMBOL_GPL vmlinux 0x6f7e6040 irq_has_action +EXPORT_SYMBOL_GPL vmlinux 0x6f83852a virtqueue_resize +EXPORT_SYMBOL_GPL vmlinux 0x6f85419a raw_seq_start +EXPORT_SYMBOL_GPL vmlinux 0x6f8715e9 device_property_match_string +EXPORT_SYMBOL_GPL vmlinux 0x6f98247a fsverity_ioctl_measure +EXPORT_SYMBOL_GPL vmlinux 0x6f9e763b timecounter_read +EXPORT_SYMBOL_GPL vmlinux 0x6fab0124 usb_gadget_udc_reset +EXPORT_SYMBOL_GPL vmlinux 0x6fad1e2d pci_generic_ecam_ops +EXPORT_SYMBOL_GPL vmlinux 0x6fb22063 dm_set_target_max_io_len +EXPORT_SYMBOL_GPL vmlinux 0x6fb39c8c usb_gadget_deactivate +EXPORT_SYMBOL_GPL vmlinux 0x6fb7e313 asic3_write_register +EXPORT_SYMBOL_GPL vmlinux 0x6fcdce76 of_genpd_del_provider +EXPORT_SYMBOL_GPL vmlinux 0x6fce3ead iommu_attach_device_pasid +EXPORT_SYMBOL_GPL vmlinux 0x6fcef6ab ring_buffer_reset +EXPORT_SYMBOL_GPL vmlinux 0x6ff31cf2 pinctrl_pm_select_sleep_state +EXPORT_SYMBOL_GPL vmlinux 0x6ff607b6 crypto_get_default_rng +EXPORT_SYMBOL_GPL vmlinux 0x7001a26e dst_cache_get_ip4 +EXPORT_SYMBOL_GPL vmlinux 0x7006586e iommu_get_group_resv_regions +EXPORT_SYMBOL_GPL vmlinux 0x700d0e7b ethtool_set_ethtool_phy_ops +EXPORT_SYMBOL_GPL vmlinux 0x70141291 genphy_c45_config_aneg +EXPORT_SYMBOL_GPL vmlinux 0x702e38e1 pm_generic_suspend_late +EXPORT_SYMBOL_GPL vmlinux 0x7051364c crypto_lookup_template +EXPORT_SYMBOL_GPL vmlinux 0x705797d5 usb_hcd_platform_shutdown +EXPORT_SYMBOL_GPL vmlinux 0x705ddc37 ahci_platform_assert_rsts +EXPORT_SYMBOL_GPL vmlinux 0x705e6897 xhci_dbg_trace +EXPORT_SYMBOL_GPL vmlinux 0x7073c04f phy_10_100_features_array +EXPORT_SYMBOL_GPL vmlinux 0x708f58c2 devm_hwspin_lock_free +EXPORT_SYMBOL_GPL vmlinux 0x7090961d scsi_queue_work +EXPORT_SYMBOL_GPL vmlinux 0x709280db serial8250_do_set_ldisc +EXPORT_SYMBOL_GPL vmlinux 0x70a7047a pm_generic_poweroff +EXPORT_SYMBOL_GPL vmlinux 0x70ab6f73 devm_devfreq_event_remove_edev +EXPORT_SYMBOL_GPL vmlinux 0x70ad7876 snd_soc_component_compr_set_params +EXPORT_SYMBOL_GPL vmlinux 0x70adc398 __device_reset +EXPORT_SYMBOL_GPL vmlinux 0x70c52dc5 nf_skb_duplicated +EXPORT_SYMBOL_GPL vmlinux 0x70c6d827 mc146818_set_time +EXPORT_SYMBOL_GPL vmlinux 0x70cb788f rt_mutex_lock_killable +EXPORT_SYMBOL_GPL vmlinux 0x70cf032f usb_hcd_irq +EXPORT_SYMBOL_GPL vmlinux 0x70d52513 pci_generic_config_read +EXPORT_SYMBOL_GPL vmlinux 0x70d59b41 regulator_list_voltage_linear +EXPORT_SYMBOL_GPL vmlinux 0x70e24953 percpu_ref_switch_to_atomic +EXPORT_SYMBOL_GPL vmlinux 0x70f4b2ac sdhci_set_power_noreg +EXPORT_SYMBOL_GPL vmlinux 0x70f82acf of_get_required_opp_performance_state +EXPORT_SYMBOL_GPL vmlinux 0x710c73b6 crypto_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x710d3f84 devl_rate_node_create +EXPORT_SYMBOL_GPL vmlinux 0x7117e03a mtk_clk_gate_ops_no_setclr_inv +EXPORT_SYMBOL_GPL vmlinux 0x711b3891 mbox_client_txdone +EXPORT_SYMBOL_GPL vmlinux 0x711fb679 irq_domain_create_simple +EXPORT_SYMBOL_GPL vmlinux 0x712f2689 of_property_read_u64 +EXPORT_SYMBOL_GPL vmlinux 0x7144e205 umd_unload_blob +EXPORT_SYMBOL_GPL vmlinux 0x714e2596 pinctrl_generic_add_group +EXPORT_SYMBOL_GPL vmlinux 0x71576a9b bsg_register_queue +EXPORT_SYMBOL_GPL vmlinux 0x715a43ce priv_to_devlink +EXPORT_SYMBOL_GPL vmlinux 0x715a4f37 __wake_up_pollfree +EXPORT_SYMBOL_GPL vmlinux 0x716265c7 debugfs_initialized +EXPORT_SYMBOL_GPL vmlinux 0x7163060d stmpe_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x71724493 mctrl_gpio_enable_irq_wake +EXPORT_SYMBOL_GPL vmlinux 0x718b82df __iomap_dio_rw +EXPORT_SYMBOL_GPL vmlinux 0x7195940a mctrl_gpio_disable_irq_wake +EXPORT_SYMBOL_GPL vmlinux 0x7196ce35 usb_urb_ep_type_check +EXPORT_SYMBOL_GPL vmlinux 0x7196e09a fscrypt_show_test_dummy_encryption +EXPORT_SYMBOL_GPL vmlinux 0x719a5e41 musb_readw +EXPORT_SYMBOL_GPL vmlinux 0x719e17ff clk_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0x71a0d212 transport_class_register +EXPORT_SYMBOL_GPL vmlinux 0x71a20f4a __SCK__tp_func_non_standard_event +EXPORT_SYMBOL_GPL vmlinux 0x71a9a3ab mtk_mutex_acquire +EXPORT_SYMBOL_GPL vmlinux 0x71b6cf94 dst_cache_reset_now +EXPORT_SYMBOL_GPL vmlinux 0x71be6f7f dma_max_mapping_size +EXPORT_SYMBOL_GPL vmlinux 0x71c4c2d5 regmap_fields_update_bits_base +EXPORT_SYMBOL_GPL vmlinux 0x71c56dad __percpu_init_rwsem +EXPORT_SYMBOL_GPL vmlinux 0x71ca164b usb_enable_intel_xhci_ports +EXPORT_SYMBOL_GPL vmlinux 0x71ce3687 key_type_asymmetric +EXPORT_SYMBOL_GPL vmlinux 0x71d532b1 skcipher_walk_async +EXPORT_SYMBOL_GPL vmlinux 0x71ff5f3b usb_unlocked_enable_lpm +EXPORT_SYMBOL_GPL vmlinux 0x72040fe8 pci_iov_get_pf_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x720e2bb5 icmp_build_probe +EXPORT_SYMBOL_GPL vmlinux 0x7212da3d __sock_recv_timestamp +EXPORT_SYMBOL_GPL vmlinux 0x72243f6a led_trigger_set_default +EXPORT_SYMBOL_GPL vmlinux 0x722f1a7f snd_soc_set_runtime_hwparams +EXPORT_SYMBOL_GPL vmlinux 0x72453004 pm_clk_add +EXPORT_SYMBOL_GPL vmlinux 0x724c8d3b irq_gc_set_wake +EXPORT_SYMBOL_GPL vmlinux 0x72510b99 pm_runtime_barrier +EXPORT_SYMBOL_GPL vmlinux 0x7256b637 ip6_datagram_release_cb +EXPORT_SYMBOL_GPL vmlinux 0x725a44d4 fat_add_entries +EXPORT_SYMBOL_GPL vmlinux 0x7262c89d device_property_present +EXPORT_SYMBOL_GPL vmlinux 0x7265f2b0 pci_vpd_check_csum +EXPORT_SYMBOL_GPL vmlinux 0x72660893 thermal_zone_get_offset +EXPORT_SYMBOL_GPL vmlinux 0x7278d328 all_vm_events +EXPORT_SYMBOL_GPL vmlinux 0x7289ff2b snd_soc_dai_digital_mute +EXPORT_SYMBOL_GPL vmlinux 0x72930605 sock_diag_put_meminfo +EXPORT_SYMBOL_GPL vmlinux 0x72ae1839 base64_decode +EXPORT_SYMBOL_GPL vmlinux 0x72b299e1 efi_capsule_supported +EXPORT_SYMBOL_GPL vmlinux 0x72b68e8b percpu_is_read_locked +EXPORT_SYMBOL_GPL vmlinux 0x72c26df1 tty_buffer_unlock_exclusive +EXPORT_SYMBOL_GPL vmlinux 0x72ceda03 ohci_hub_control +EXPORT_SYMBOL_GPL vmlinux 0x72dc9a97 devm_of_platform_populate +EXPORT_SYMBOL_GPL vmlinux 0x72e084b5 adp5520_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x72e1594c thermal_zone_get_zone_by_name +EXPORT_SYMBOL_GPL vmlinux 0x72e931c9 fat_setattr +EXPORT_SYMBOL_GPL vmlinux 0x72ef9159 scsi_schedule_eh +EXPORT_SYMBOL_GPL vmlinux 0x72f267a9 mtd_write_user_prot_reg +EXPORT_SYMBOL_GPL vmlinux 0x72fa2fe3 init_uts_ns +EXPORT_SYMBOL_GPL vmlinux 0x72fee607 nand_read_oob_op +EXPORT_SYMBOL_GPL vmlinux 0x73067840 rtnl_delete_link +EXPORT_SYMBOL_GPL vmlinux 0x7307df5d of_pse_control_get +EXPORT_SYMBOL_GPL vmlinux 0x7328d209 blk_mq_update_nr_hw_queues +EXPORT_SYMBOL_GPL vmlinux 0x732be823 input_class +EXPORT_SYMBOL_GPL vmlinux 0x733550b7 dev_get_tstats64 +EXPORT_SYMBOL_GPL vmlinux 0x735100ad usb_create_shared_hcd +EXPORT_SYMBOL_GPL vmlinux 0x7351fcb1 devlink_remote_reload_actions_performed +EXPORT_SYMBOL_GPL vmlinux 0x73580840 regmap_get_reg_stride +EXPORT_SYMBOL_GPL vmlinux 0x735a6671 phy_get_rate_matching +EXPORT_SYMBOL_GPL vmlinux 0x735ba448 blk_mq_unquiesce_tagset +EXPORT_SYMBOL_GPL vmlinux 0x73686672 vfs_setxattr +EXPORT_SYMBOL_GPL vmlinux 0x738d3c5f regulator_map_voltage_pickable_linear_range +EXPORT_SYMBOL_GPL vmlinux 0x7392f2bc vchan_tx_submit +EXPORT_SYMBOL_GPL vmlinux 0x7395f14b gpiochip_generic_request +EXPORT_SYMBOL_GPL vmlinux 0x73a48b4a ata_sff_std_ports +EXPORT_SYMBOL_GPL vmlinux 0x73b913ec __traceiter_napi_poll +EXPORT_SYMBOL_GPL vmlinux 0x73b98231 asymmetric_key_generate_id +EXPORT_SYMBOL_GPL vmlinux 0x73bb324a fscrypt_prepare_symlink +EXPORT_SYMBOL_GPL vmlinux 0x73c19f80 ip4_datagram_release_cb +EXPORT_SYMBOL_GPL vmlinux 0x73cc8631 oiap +EXPORT_SYMBOL_GPL vmlinux 0x73d55c45 rockchip_clk_register_plls +EXPORT_SYMBOL_GPL vmlinux 0x73e4edb8 phy_gbit_features +EXPORT_SYMBOL_GPL vmlinux 0x73f3351c virtqueue_kick +EXPORT_SYMBOL_GPL vmlinux 0x740ead05 ata_sas_port_start +EXPORT_SYMBOL_GPL vmlinux 0x7429297b interval_tree_span_iter_next +EXPORT_SYMBOL_GPL vmlinux 0x7451a790 device_reprobe +EXPORT_SYMBOL_GPL vmlinux 0x745e8126 regmap_reinit_cache +EXPORT_SYMBOL_GPL vmlinux 0x7465a7ed to_software_node +EXPORT_SYMBOL_GPL vmlinux 0x746a8483 del_mtd_blktrans_dev +EXPORT_SYMBOL_GPL vmlinux 0x74823abd hisi_clk_init +EXPORT_SYMBOL_GPL vmlinux 0x749c0d8d led_classdev_register_ext +EXPORT_SYMBOL_GPL vmlinux 0x74b5ea68 lcm_not_zero +EXPORT_SYMBOL_GPL vmlinux 0x74b73e4c iommu_device_link +EXPORT_SYMBOL_GPL vmlinux 0x74b7d52c iommu_attach_group +EXPORT_SYMBOL_GPL vmlinux 0x74baf17a tracing_is_on +EXPORT_SYMBOL_GPL vmlinux 0x74c526a5 trace_array_destroy +EXPORT_SYMBOL_GPL vmlinux 0x74cbd291 mtk_pinconf_adv_drive_set_raw +EXPORT_SYMBOL_GPL vmlinux 0x74cd4cac led_set_brightness_nosleep +EXPORT_SYMBOL_GPL vmlinux 0x74efd824 bio_end_io_acct_remapped +EXPORT_SYMBOL_GPL vmlinux 0x74fd57f8 vp_legacy_config_vector +EXPORT_SYMBOL_GPL vmlinux 0x74feb0af vivaldi_function_row_physmap_show +EXPORT_SYMBOL_GPL vmlinux 0x750157e7 __pci_reset_function_locked +EXPORT_SYMBOL_GPL vmlinux 0x7513b5ec __iowrite32_copy +EXPORT_SYMBOL_GPL vmlinux 0x751b1043 regmap_exit +EXPORT_SYMBOL_GPL vmlinux 0x7522f3ba irq_modify_status +EXPORT_SYMBOL_GPL vmlinux 0x7534596b mtk_mutex_write_sof +EXPORT_SYMBOL_GPL vmlinux 0x7552c73f snd_soc_component_update_bits +EXPORT_SYMBOL_GPL vmlinux 0x755ae3c8 trusted_tpm_send +EXPORT_SYMBOL_GPL vmlinux 0x757c1bbb housekeeping_any_cpu +EXPORT_SYMBOL_GPL vmlinux 0x75816af7 iommu_group_remove_device +EXPORT_SYMBOL_GPL vmlinux 0x75885186 regulator_bulk_free +EXPORT_SYMBOL_GPL vmlinux 0x758bad34 fscrypt_set_bio_crypt_ctx +EXPORT_SYMBOL_GPL vmlinux 0x759139cb of_pci_check_probe_only +EXPORT_SYMBOL_GPL vmlinux 0x75977c9b pci_num_vf +EXPORT_SYMBOL_GPL vmlinux 0x75977ffe regulator_get_hardware_vsel_register +EXPORT_SYMBOL_GPL vmlinux 0x75a7a785 snd_soc_component_set_sysclk +EXPORT_SYMBOL_GPL vmlinux 0x75ab8638 __auxiliary_driver_register +EXPORT_SYMBOL_GPL vmlinux 0x75ad0148 gov_attr_set_put +EXPORT_SYMBOL_GPL vmlinux 0x75b049b9 gpiod_get_raw_value +EXPORT_SYMBOL_GPL vmlinux 0x75b0eb60 pinctrl_generic_get_group_count +EXPORT_SYMBOL_GPL vmlinux 0x75b30fae irq_work_sync +EXPORT_SYMBOL_GPL vmlinux 0x75b5c2bb debugfs_attr_write_signed +EXPORT_SYMBOL_GPL vmlinux 0x75bf6cc0 is_binary_blacklisted +EXPORT_SYMBOL_GPL vmlinux 0x75c591df synth_event_trace_start +EXPORT_SYMBOL_GPL vmlinux 0x75c5b75f metadata_dst_free_percpu +EXPORT_SYMBOL_GPL vmlinux 0x75cb7229 snd_soc_link_compr_startup +EXPORT_SYMBOL_GPL vmlinux 0x75cd5102 udp_destruct_common +EXPORT_SYMBOL_GPL vmlinux 0x75d3de47 spi_new_device +EXPORT_SYMBOL_GPL vmlinux 0x75d65f12 __traceiter_pelt_rt_tp +EXPORT_SYMBOL_GPL vmlinux 0x75dd4ebe of_overlay_remove +EXPORT_SYMBOL_GPL vmlinux 0x75dede46 msi_unlock_descs +EXPORT_SYMBOL_GPL vmlinux 0x75e51945 __SCK__tp_func_error_report_end +EXPORT_SYMBOL_GPL vmlinux 0x75e642df bsg_remove_queue +EXPORT_SYMBOL_GPL vmlinux 0x75e9c735 pci_ats_disabled +EXPORT_SYMBOL_GPL vmlinux 0x75ed3257 page_cache_ra_unbounded +EXPORT_SYMBOL_GPL vmlinux 0x75fb9062 arch_timer_read_counter +EXPORT_SYMBOL_GPL vmlinux 0x760b38b7 fat_detach +EXPORT_SYMBOL_GPL vmlinux 0x7616e0e6 get_net_ns +EXPORT_SYMBOL_GPL vmlinux 0x76226591 dax_recovery_write +EXPORT_SYMBOL_GPL vmlinux 0x76286f36 devm_clk_hw_register +EXPORT_SYMBOL_GPL vmlinux 0x7629e383 pm_runtime_forbid +EXPORT_SYMBOL_GPL vmlinux 0x763b703e ata_sff_postreset +EXPORT_SYMBOL_GPL vmlinux 0x76455c84 devm_regulator_bulk_get_exclusive +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 0x7663d6e8 tpm2_flush_context +EXPORT_SYMBOL_GPL vmlinux 0x76718937 of_regulator_bulk_get_all +EXPORT_SYMBOL_GPL vmlinux 0x767e45b0 devm_gpiod_get_index +EXPORT_SYMBOL_GPL vmlinux 0x767f5470 pm_generic_suspend +EXPORT_SYMBOL_GPL vmlinux 0x7681946c unregister_pm_notifier +EXPORT_SYMBOL_GPL vmlinux 0x7696d240 debugfs_create_atomic_t +EXPORT_SYMBOL_GPL vmlinux 0x769fbc09 pci_bus_add_device +EXPORT_SYMBOL_GPL vmlinux 0x76d1af56 debounce_time_mt2701 +EXPORT_SYMBOL_GPL vmlinux 0x76d9b876 clk_set_rate +EXPORT_SYMBOL_GPL vmlinux 0x76e10a88 __wait_rcu_gp +EXPORT_SYMBOL_GPL vmlinux 0x76eeeb0f sha384_zero_message_hash +EXPORT_SYMBOL_GPL vmlinux 0x76f00b9b ethnl_cable_test_step +EXPORT_SYMBOL_GPL vmlinux 0x76f079fb ipv4_redirect +EXPORT_SYMBOL_GPL vmlinux 0x76f7ff14 snd_soc_get_volsw_sx +EXPORT_SYMBOL_GPL vmlinux 0x7710f933 led_set_brightness +EXPORT_SYMBOL_GPL vmlinux 0x771279ad regmap_get_raw_write_max +EXPORT_SYMBOL_GPL vmlinux 0x77170326 find_get_pid +EXPORT_SYMBOL_GPL vmlinux 0x7727ecb5 sdio_readw +EXPORT_SYMBOL_GPL vmlinux 0x772f0258 fscrypt_add_test_dummy_key +EXPORT_SYMBOL_GPL vmlinux 0x77372a14 snd_soc_dai_compr_get_params +EXPORT_SYMBOL_GPL vmlinux 0x77453b3f regcache_drop_region +EXPORT_SYMBOL_GPL vmlinux 0x774a465d ata_msleep +EXPORT_SYMBOL_GPL vmlinux 0x7757b51a clk_unregister +EXPORT_SYMBOL_GPL vmlinux 0x77604165 icc_disable +EXPORT_SYMBOL_GPL vmlinux 0x7770c202 iocb_bio_iopoll +EXPORT_SYMBOL_GPL vmlinux 0x778348eb security_file_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x778d35ad dev_pm_genpd_get_next_hrtimer +EXPORT_SYMBOL_GPL vmlinux 0x7791e066 dw_pcie_read +EXPORT_SYMBOL_GPL vmlinux 0x7793fe22 pci_dev_trylock +EXPORT_SYMBOL_GPL vmlinux 0x779668f6 __pm_stay_awake +EXPORT_SYMBOL_GPL vmlinux 0x7797d873 __tracepoint_neigh_update_done +EXPORT_SYMBOL_GPL vmlinux 0x7797fbb5 imx_clk_hw_pfdv2 +EXPORT_SYMBOL_GPL vmlinux 0x7799f606 usb_add_gadget_udc +EXPORT_SYMBOL_GPL vmlinux 0x779d76ea ext_pi_type1_crc64 +EXPORT_SYMBOL_GPL vmlinux 0x77a36589 device_store_int +EXPORT_SYMBOL_GPL vmlinux 0x77a788f5 fwnode_get_phy_node +EXPORT_SYMBOL_GPL vmlinux 0x77ae1cfc __platform_driver_register +EXPORT_SYMBOL_GPL vmlinux 0x77ae495d usb_speed_string +EXPORT_SYMBOL_GPL vmlinux 0x77b46ffb usb_ep_set_maxpacket_limit +EXPORT_SYMBOL_GPL vmlinux 0x77b74c20 kthread_mod_delayed_work +EXPORT_SYMBOL_GPL vmlinux 0x77bae744 scsi_target_block +EXPORT_SYMBOL_GPL vmlinux 0x77bf5a34 usb_init_urb +EXPORT_SYMBOL_GPL vmlinux 0x77d1c501 snd_soc_of_parse_card_name +EXPORT_SYMBOL_GPL vmlinux 0x77d55a41 mtk_pinconf_bias_get +EXPORT_SYMBOL_GPL vmlinux 0x77e75be3 sfp_bus_put +EXPORT_SYMBOL_GPL vmlinux 0x7811d559 regulator_get_voltage_sel_pickable_regmap +EXPORT_SYMBOL_GPL vmlinux 0x781207d9 __skb_zcopy_downgrade_managed +EXPORT_SYMBOL_GPL vmlinux 0x7818fecb led_trigger_set +EXPORT_SYMBOL_GPL vmlinux 0x782a4881 devfreq_event_add_edev +EXPORT_SYMBOL_GPL vmlinux 0x7847c621 sfp_parse_support +EXPORT_SYMBOL_GPL vmlinux 0x785875d3 irq_domain_xlate_onetwocell +EXPORT_SYMBOL_GPL vmlinux 0x785a93b4 si_mem_available +EXPORT_SYMBOL_GPL vmlinux 0x786d9a89 phy_put +EXPORT_SYMBOL_GPL vmlinux 0x78854cef rio_unregister_scan +EXPORT_SYMBOL_GPL vmlinux 0x788571d1 fwnode_graph_get_endpoint_by_id +EXPORT_SYMBOL_GPL vmlinux 0x788bfbad ring_buffer_empty +EXPORT_SYMBOL_GPL vmlinux 0x7893e03c snd_soc_lookup_component_nolocked +EXPORT_SYMBOL_GPL vmlinux 0x7894deb4 regcache_sync +EXPORT_SYMBOL_GPL vmlinux 0x78983cec dev_pm_opp_config_clks_simple +EXPORT_SYMBOL_GPL vmlinux 0x789c73d9 rcu_cpu_stall_suppress_at_boot +EXPORT_SYMBOL_GPL vmlinux 0x78abd849 crypto_enqueue_request_head +EXPORT_SYMBOL_GPL vmlinux 0x78b23d39 fat_dir_empty +EXPORT_SYMBOL_GPL vmlinux 0x78c499da meson_clk_pcie_pll_ops +EXPORT_SYMBOL_GPL vmlinux 0x78c9c27e tty_ldisc_ref +EXPORT_SYMBOL_GPL vmlinux 0x78d0c436 of_pci_get_max_link_speed +EXPORT_SYMBOL_GPL vmlinux 0x78ddb76b dmi_match +EXPORT_SYMBOL_GPL vmlinux 0x78eb3229 dw_pcie_host_init +EXPORT_SYMBOL_GPL vmlinux 0x78f26b89 scsi_dh_set_params +EXPORT_SYMBOL_GPL vmlinux 0x78f580ed snd_soc_dapm_sync +EXPORT_SYMBOL_GPL vmlinux 0x790b7749 regulator_get_voltage +EXPORT_SYMBOL_GPL vmlinux 0x790d40af amba_device_add +EXPORT_SYMBOL_GPL vmlinux 0x79136767 dpcm_end_walk_at_be +EXPORT_SYMBOL_GPL vmlinux 0x791a72f6 debugfs_create_file_unsafe +EXPORT_SYMBOL_GPL vmlinux 0x79394f4f pci_add_dynid +EXPORT_SYMBOL_GPL vmlinux 0x793a8459 pin_user_pages_fast_only +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 0x794b7515 serdev_device_alloc +EXPORT_SYMBOL_GPL vmlinux 0x794f49ac mas_destroy +EXPORT_SYMBOL_GPL vmlinux 0x794ff375 extcon_dev_unregister +EXPORT_SYMBOL_GPL vmlinux 0x795530e2 tcp_plb_update_state +EXPORT_SYMBOL_GPL vmlinux 0x79673465 apply_to_existing_page_range +EXPORT_SYMBOL_GPL vmlinux 0x796e3580 nf_conn_btf_access_lock +EXPORT_SYMBOL_GPL vmlinux 0x79778b2a iommu_fwspec_free +EXPORT_SYMBOL_GPL vmlinux 0x79789b2b snd_soc_resume +EXPORT_SYMBOL_GPL vmlinux 0x79ac7dd4 platform_get_irq_byname_optional +EXPORT_SYMBOL_GPL vmlinux 0x79ada3b7 crypto_aes_set_key +EXPORT_SYMBOL_GPL vmlinux 0x79b863c4 snd_pcm_stream_unlock_irq +EXPORT_SYMBOL_GPL vmlinux 0x79c7fc00 pm_runtime_set_autosuspend_delay +EXPORT_SYMBOL_GPL vmlinux 0x79cc0cac __tracepoint_ata_exec_command +EXPORT_SYMBOL_GPL vmlinux 0x79d9345b ata_cable_sata +EXPORT_SYMBOL_GPL vmlinux 0x79defbe1 kthread_should_park +EXPORT_SYMBOL_GPL vmlinux 0x79ec18f0 dev_get_regmap +EXPORT_SYMBOL_GPL vmlinux 0x79fba44d syscon_node_to_regmap +EXPORT_SYMBOL_GPL vmlinux 0x7a17d48e usb_del_gadget +EXPORT_SYMBOL_GPL vmlinux 0x7a19fa9f rcu_read_unlock_trace_special +EXPORT_SYMBOL_GPL vmlinux 0x7a219e52 ata_pci_device_resume +EXPORT_SYMBOL_GPL vmlinux 0x7a256417 rdev_get_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x7a2da6dc tty_set_ldisc +EXPORT_SYMBOL_GPL vmlinux 0x7a2e9aca netdev_walk_all_lower_dev +EXPORT_SYMBOL_GPL vmlinux 0x7a3b5f3c mtd_unpoint +EXPORT_SYMBOL_GPL vmlinux 0x7a3f16a2 devl_region_destroy +EXPORT_SYMBOL_GPL vmlinux 0x7a48d06c cpu_latency_qos_remove_request +EXPORT_SYMBOL_GPL vmlinux 0x7a562d03 of_property_read_string_helper +EXPORT_SYMBOL_GPL vmlinux 0x7a67f815 nvmem_register +EXPORT_SYMBOL_GPL vmlinux 0x7a712407 power_supply_put +EXPORT_SYMBOL_GPL vmlinux 0x7a73e605 wm831x_isinkv_values +EXPORT_SYMBOL_GPL vmlinux 0x7a7f1396 zs_malloc +EXPORT_SYMBOL_GPL vmlinux 0x7a81541b async_synchronize_cookie +EXPORT_SYMBOL_GPL vmlinux 0x7a87b12d rio_add_device +EXPORT_SYMBOL_GPL vmlinux 0x7a8d263d tps65912_device_init +EXPORT_SYMBOL_GPL vmlinux 0x7a9aecf1 snd_soc_dapm_force_enable_pin +EXPORT_SYMBOL_GPL vmlinux 0x7ac10ad8 icst_clk_register +EXPORT_SYMBOL_GPL vmlinux 0x7ac2cdb3 devm_thermal_add_hwmon_sysfs +EXPORT_SYMBOL_GPL vmlinux 0x7ac56abb dst_blackhole_mtu +EXPORT_SYMBOL_GPL vmlinux 0x7ac722bd phy_all_ports_features_array +EXPORT_SYMBOL_GPL vmlinux 0x7acac86f fwnode_count_parents +EXPORT_SYMBOL_GPL vmlinux 0x7ad02a41 asn1_encode_tag +EXPORT_SYMBOL_GPL vmlinux 0x7ad1ded1 pinctrl_register_mappings +EXPORT_SYMBOL_GPL vmlinux 0x7ad704e6 fsverity_ioctl_read_metadata +EXPORT_SYMBOL_GPL vmlinux 0x7ad7ded0 attribute_container_unregister +EXPORT_SYMBOL_GPL vmlinux 0x7adc71a2 i2c_dw_validate_speed +EXPORT_SYMBOL_GPL vmlinux 0x7adec3ac spi_target_abort +EXPORT_SYMBOL_GPL vmlinux 0x7adf1140 vp_legacy_set_queue_address +EXPORT_SYMBOL_GPL vmlinux 0x7aebae6e __srcu_read_lock_nmisafe +EXPORT_SYMBOL_GPL vmlinux 0x7aebe6ca ata_std_qc_defer +EXPORT_SYMBOL_GPL vmlinux 0x7affaa2d ata_link_online +EXPORT_SYMBOL_GPL vmlinux 0x7b0002d2 attribute_container_classdev_to_container +EXPORT_SYMBOL_GPL vmlinux 0x7b10f8a8 ata_pci_bmdma_clear_simplex +EXPORT_SYMBOL_GPL vmlinux 0x7b140ae3 gpiochip_disable_irq +EXPORT_SYMBOL_GPL vmlinux 0x7b16ebf1 crypto_unregister_acomp +EXPORT_SYMBOL_GPL vmlinux 0x7b390e64 event_triggers_call +EXPORT_SYMBOL_GPL vmlinux 0x7b4bb10e usb_gadget_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0x7b50cdff dev_pm_opp_get_opp_table +EXPORT_SYMBOL_GPL vmlinux 0x7b562c49 usb_amd_pt_check_port +EXPORT_SYMBOL_GPL vmlinux 0x7b5661e5 dm_post_suspending +EXPORT_SYMBOL_GPL vmlinux 0x7b5a4926 sha1_zero_message_hash +EXPORT_SYMBOL_GPL vmlinux 0x7b5c5f66 rockchip_pcie_get_phys +EXPORT_SYMBOL_GPL vmlinux 0x7b63e770 devm_regmap_add_irq_chip_fwnode +EXPORT_SYMBOL_GPL vmlinux 0x7b6968d3 xhci_shutdown +EXPORT_SYMBOL_GPL vmlinux 0x7b700e24 edac_mc_find_csrow_by_page +EXPORT_SYMBOL_GPL vmlinux 0x7b7ca6f0 sdhci_pltfm_resume +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 0x7bbdd33f vp_modern_remove +EXPORT_SYMBOL_GPL vmlinux 0x7bc070f2 irq_domain_update_bus_token +EXPORT_SYMBOL_GPL vmlinux 0x7bd5dd50 srcu_barrier +EXPORT_SYMBOL_GPL vmlinux 0x7bd729eb regulator_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0x7bdf6a5c dev_pm_opp_remove_table +EXPORT_SYMBOL_GPL vmlinux 0x7bdfdcc1 ip6_datagram_recv_ctl +EXPORT_SYMBOL_GPL vmlinux 0x7bf7282a inet_unhash +EXPORT_SYMBOL_GPL vmlinux 0x7bfe6b46 snd_soc_get_strobe +EXPORT_SYMBOL_GPL vmlinux 0x7c10552d fib6_check_nexthop +EXPORT_SYMBOL_GPL vmlinux 0x7c15f47b icc_put +EXPORT_SYMBOL_GPL vmlinux 0x7c192508 mtd_add_partition +EXPORT_SYMBOL_GPL vmlinux 0x7c1c5c80 usb_set_interface +EXPORT_SYMBOL_GPL vmlinux 0x7c291e86 show_rcu_tasks_trace_gp_kthread +EXPORT_SYMBOL_GPL vmlinux 0x7c319378 desc_to_gpio +EXPORT_SYMBOL_GPL vmlinux 0x7c384ad5 snd_soc_dai_action +EXPORT_SYMBOL_GPL vmlinux 0x7c3c2205 usb_free_urb +EXPORT_SYMBOL_GPL vmlinux 0x7c3d8a4b icc_bulk_put +EXPORT_SYMBOL_GPL vmlinux 0x7c48fb6e __mnt_is_readonly +EXPORT_SYMBOL_GPL vmlinux 0x7c493bdb kthread_queue_work +EXPORT_SYMBOL_GPL vmlinux 0x7c5968da disable_kprobe +EXPORT_SYMBOL_GPL vmlinux 0x7c5f3fa7 ipv4_sk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0x7c8413d3 usb_store_new_id +EXPORT_SYMBOL_GPL vmlinux 0x7c85f1b2 sbitmap_queue_min_shallow_depth +EXPORT_SYMBOL_GPL vmlinux 0x7c8980cc dma_get_slave_channel +EXPORT_SYMBOL_GPL vmlinux 0x7c8d17bb blk_set_pm_only +EXPORT_SYMBOL_GPL vmlinux 0x7c983a5d dmi_walk +EXPORT_SYMBOL_GPL vmlinux 0x7c9a7371 clk_prepare +EXPORT_SYMBOL_GPL vmlinux 0x7c9cf1d1 omap_iommu_domain_activate +EXPORT_SYMBOL_GPL vmlinux 0x7ca64a0b __cookie_v4_init_sequence +EXPORT_SYMBOL_GPL vmlinux 0x7cb1aea1 devlink_dpipe_header_ethernet +EXPORT_SYMBOL_GPL vmlinux 0x7cbe3692 dma_resv_iter_next +EXPORT_SYMBOL_GPL vmlinux 0x7cca05ee irq_gc_mask_disable_reg +EXPORT_SYMBOL_GPL vmlinux 0x7cd6f042 cpufreq_get_current_driver +EXPORT_SYMBOL_GPL vmlinux 0x7cdac6bf led_get_default_pattern +EXPORT_SYMBOL_GPL vmlinux 0x7ce3bbad crypto_stats_skcipher_decrypt +EXPORT_SYMBOL_GPL vmlinux 0x7ce3c3c4 serdev_device_remove +EXPORT_SYMBOL_GPL vmlinux 0x7ceaf0d5 generic_handle_irq +EXPORT_SYMBOL_GPL vmlinux 0x7cf852d4 pinctrl_get +EXPORT_SYMBOL_GPL vmlinux 0x7d130db2 sysfs_create_link +EXPORT_SYMBOL_GPL vmlinux 0x7d151c59 rdev_get_name +EXPORT_SYMBOL_GPL vmlinux 0x7d1c7714 policy_has_boost_freq +EXPORT_SYMBOL_GPL vmlinux 0x7d21d32c rio_mport_get_physefb +EXPORT_SYMBOL_GPL vmlinux 0x7d424dec devm_platform_ioremap_resource +EXPORT_SYMBOL_GPL vmlinux 0x7d4bf54c pci_epc_linkup +EXPORT_SYMBOL_GPL vmlinux 0x7d4f95df mtd_get_device_size +EXPORT_SYMBOL_GPL vmlinux 0x7d4f981d devm_regmap_field_alloc +EXPORT_SYMBOL_GPL vmlinux 0x7d509835 of_i2c_get_board_info +EXPORT_SYMBOL_GPL vmlinux 0x7d59dd46 pm_wq +EXPORT_SYMBOL_GPL vmlinux 0x7d5d1b79 reset_controller_unregister +EXPORT_SYMBOL_GPL vmlinux 0x7d659652 put_io_context +EXPORT_SYMBOL_GPL vmlinux 0x7d69f6e8 exportfs_encode_inode_fh +EXPORT_SYMBOL_GPL vmlinux 0x7d700247 devm_pwm_get +EXPORT_SYMBOL_GPL vmlinux 0x7d765b51 __inet_lookup_listener +EXPORT_SYMBOL_GPL vmlinux 0x7d81fa02 ata_std_postreset +EXPORT_SYMBOL_GPL vmlinux 0x7d830b3e clk_register_fixed_rate +EXPORT_SYMBOL_GPL vmlinux 0x7d88f32a __devm_of_phy_provider_register +EXPORT_SYMBOL_GPL vmlinux 0x7d8eb369 genpd_dev_pm_attach_by_id +EXPORT_SYMBOL_GPL vmlinux 0x7da1ede8 sdio_writesb +EXPORT_SYMBOL_GPL vmlinux 0x7da7ff64 udp4_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0x7db2918f devm_tegra_core_dev_init_opp_table +EXPORT_SYMBOL_GPL vmlinux 0x7dd94973 usb_of_get_device_node +EXPORT_SYMBOL_GPL vmlinux 0x7dda30af unregister_tracepoint_module_notifier +EXPORT_SYMBOL_GPL vmlinux 0x7de39e07 phy_basic_t1_features_array +EXPORT_SYMBOL_GPL vmlinux 0x7df47353 get_task_pid +EXPORT_SYMBOL_GPL vmlinux 0x7df600a1 fat_fill_super +EXPORT_SYMBOL_GPL vmlinux 0x7e12d570 fwnode_connection_find_match +EXPORT_SYMBOL_GPL vmlinux 0x7e1a0d3e serial8250_do_shutdown +EXPORT_SYMBOL_GPL vmlinux 0x7e263a91 spi_delay_to_ns +EXPORT_SYMBOL_GPL vmlinux 0x7e2dda9a fwnode_find_reference +EXPORT_SYMBOL_GPL vmlinux 0x7e3bdecd __ftrace_vprintk +EXPORT_SYMBOL_GPL vmlinux 0x7e5db80b pstore_name_to_type +EXPORT_SYMBOL_GPL vmlinux 0x7e606130 snd_soc_calc_bclk +EXPORT_SYMBOL_GPL vmlinux 0x7e64181d usb_calc_bus_time +EXPORT_SYMBOL_GPL vmlinux 0x7e78498e crypto_alloc_shash +EXPORT_SYMBOL_GPL vmlinux 0x7e7e3f58 ring_buffer_reset_cpu +EXPORT_SYMBOL_GPL vmlinux 0x7e807b65 xdp_return_buff +EXPORT_SYMBOL_GPL vmlinux 0x7e906b37 usb_gadget_activate +EXPORT_SYMBOL_GPL vmlinux 0x7e917894 __SCK__tp_func_unmap +EXPORT_SYMBOL_GPL vmlinux 0x7e935763 rtc_alarm_irq_enable +EXPORT_SYMBOL_GPL vmlinux 0x7eaef0a5 bpf_prog_inc_not_zero +EXPORT_SYMBOL_GPL vmlinux 0x7eb00a3f usb_gadget_giveback_request +EXPORT_SYMBOL_GPL vmlinux 0x7eb808d0 add_cpu +EXPORT_SYMBOL_GPL vmlinux 0x7ecb3f2e ata_noop_qc_prep +EXPORT_SYMBOL_GPL vmlinux 0x7ecd453e mtd_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x7ee1d3ce tcp_set_state +EXPORT_SYMBOL_GPL vmlinux 0x7eea6b8b pcap_adc_async +EXPORT_SYMBOL_GPL vmlinux 0x7eebd30c clk_register_gate +EXPORT_SYMBOL_GPL vmlinux 0x7eec1bfb led_classdev_resume +EXPORT_SYMBOL_GPL vmlinux 0x7ef12c3f sysfs_break_active_protection +EXPORT_SYMBOL_GPL vmlinux 0x7f00bdac devlink_resource_register +EXPORT_SYMBOL_GPL vmlinux 0x7f01c312 genphy_c45_an_config_aneg +EXPORT_SYMBOL_GPL vmlinux 0x7f2623ee mm_account_pinned_pages +EXPORT_SYMBOL_GPL vmlinux 0x7f33ee38 page_cache_async_ra +EXPORT_SYMBOL_GPL vmlinux 0x7f475b52 led_classdev_unregister +EXPORT_SYMBOL_GPL vmlinux 0x7f4a2fb7 __inet_twsk_schedule +EXPORT_SYMBOL_GPL vmlinux 0x7f64c296 devm_clk_hw_register_fixed_factor_index +EXPORT_SYMBOL_GPL vmlinux 0x7f7cbc64 ip_tunnel_need_metadata +EXPORT_SYMBOL_GPL vmlinux 0x7f7f7a6d sysfs_groups_change_owner +EXPORT_SYMBOL_GPL vmlinux 0x7f84f35d rcu_gp_slow_unregister +EXPORT_SYMBOL_GPL vmlinux 0x7f87391b crypto_dequeue_request +EXPORT_SYMBOL_GPL vmlinux 0x7f8dd2bb bstr_printf +EXPORT_SYMBOL_GPL vmlinux 0x7fa2e8a0 icc_enable +EXPORT_SYMBOL_GPL vmlinux 0x7fae6599 cgroup_get_from_id +EXPORT_SYMBOL_GPL vmlinux 0x7fbcc6da snd_soc_component_compr_set_metadata +EXPORT_SYMBOL_GPL vmlinux 0x7fd79445 serdev_device_write_room +EXPORT_SYMBOL_GPL vmlinux 0x80073fd2 devm_regulator_bulk_put +EXPORT_SYMBOL_GPL vmlinux 0x80183da4 fl6_merge_options +EXPORT_SYMBOL_GPL vmlinux 0x8019be8d crypto_register_template +EXPORT_SYMBOL_GPL vmlinux 0x801eb65d dev_pm_opp_of_cpumask_remove_table +EXPORT_SYMBOL_GPL vmlinux 0x80209323 debugfs_create_u8 +EXPORT_SYMBOL_GPL vmlinux 0x8022d288 __traceiter_block_bio_remap +EXPORT_SYMBOL_GPL vmlinux 0x8028daff __traceiter_devlink_trap_report +EXPORT_SYMBOL_GPL vmlinux 0x802b30af ipv6_opt_accepted +EXPORT_SYMBOL_GPL vmlinux 0x8035bed7 rockchip_clk_protect_critical +EXPORT_SYMBOL_GPL vmlinux 0x8036e24c snd_soc_put_enum_double +EXPORT_SYMBOL_GPL vmlinux 0x8046712e divider_round_rate_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 0x806b2586 serial8250_read_char +EXPORT_SYMBOL_GPL vmlinux 0x80746ec6 btree_visitor +EXPORT_SYMBOL_GPL vmlinux 0x8075237d dev_pm_opp_remove_all_dynamic +EXPORT_SYMBOL_GPL vmlinux 0x807644ae sdio_memcpy_fromio +EXPORT_SYMBOL_GPL vmlinux 0x807bb687 sata_link_debounce +EXPORT_SYMBOL_GPL vmlinux 0x807ca0bd ip6_input +EXPORT_SYMBOL_GPL vmlinux 0x807fdcc4 call_rcu_tasks_rude +EXPORT_SYMBOL_GPL vmlinux 0x808ec1a3 crypto_alg_tested +EXPORT_SYMBOL_GPL vmlinux 0x8096a78a thermal_cooling_device_register +EXPORT_SYMBOL_GPL vmlinux 0x80a18c20 snd_soc_dpcm_can_be_prepared +EXPORT_SYMBOL_GPL vmlinux 0x80b63c4a tegra20_clk_prepare_emc_mc_same_freq +EXPORT_SYMBOL_GPL vmlinux 0x80bb9dec spi_controller_dma_map_mem_op_data +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 0x80eca138 pinmux_generic_add_function +EXPORT_SYMBOL_GPL vmlinux 0x80efd015 imx_dev_clk_hw_pll14xx +EXPORT_SYMBOL_GPL vmlinux 0x80f7e432 virtqueue_get_buf +EXPORT_SYMBOL_GPL vmlinux 0x8110a73a cond_synchronize_rcu_expedited_full +EXPORT_SYMBOL_GPL vmlinux 0x811c1e3c noop_direct_IO +EXPORT_SYMBOL_GPL vmlinux 0x811dc334 usb_unregister_notify +EXPORT_SYMBOL_GPL vmlinux 0x812304fe pci_epf_type_add_cfs +EXPORT_SYMBOL_GPL vmlinux 0x812b96b3 i2c_new_smbus_alert_device +EXPORT_SYMBOL_GPL vmlinux 0x81331e85 crypto_unregister_algs +EXPORT_SYMBOL_GPL vmlinux 0x8134ec1a mtd_ooblayout_count_freebytes +EXPORT_SYMBOL_GPL vmlinux 0x8134f975 blkg_prfill_rwstat +EXPORT_SYMBOL_GPL vmlinux 0x814c4ebc platform_device_alloc +EXPORT_SYMBOL_GPL vmlinux 0x8151016e tc3589x_reg_read +EXPORT_SYMBOL_GPL vmlinux 0x815588a6 clk_enable +EXPORT_SYMBOL_GPL vmlinux 0x815fda83 sed_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x8168ae91 netlink_has_listeners +EXPORT_SYMBOL_GPL vmlinux 0x816a41ca cpufreq_update_limits +EXPORT_SYMBOL_GPL vmlinux 0x816d22d9 genphy_c45_loopback +EXPORT_SYMBOL_GPL vmlinux 0x8178639f netlink_add_tap +EXPORT_SYMBOL_GPL vmlinux 0x817b3fef vfs_test_lock +EXPORT_SYMBOL_GPL vmlinux 0x817c3687 handle_mm_fault +EXPORT_SYMBOL_GPL vmlinux 0x8180cede asn1_encode_sequence +EXPORT_SYMBOL_GPL vmlinux 0x81927ca5 icc_link_create +EXPORT_SYMBOL_GPL vmlinux 0x819384dc of_icc_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0x8197f369 pinctrl_generic_get_group_pins +EXPORT_SYMBOL_GPL vmlinux 0x819b20c0 br_fdb_test_addr_hook +EXPORT_SYMBOL_GPL vmlinux 0x81bbd215 ata_cable_unknown +EXPORT_SYMBOL_GPL vmlinux 0x81bc0a71 usb_add_gadget +EXPORT_SYMBOL_GPL vmlinux 0x81c05aca css_next_descendant_pre +EXPORT_SYMBOL_GPL vmlinux 0x81c82acd __iptunnel_pull_header +EXPORT_SYMBOL_GPL vmlinux 0x81e2bdf4 generic_handle_irq_safe +EXPORT_SYMBOL_GPL vmlinux 0x81ee1995 driver_find +EXPORT_SYMBOL_GPL vmlinux 0x81ee81f0 percpu_ref_reinit +EXPORT_SYMBOL_GPL vmlinux 0x81f372a2 unregister_ftrace_export +EXPORT_SYMBOL_GPL vmlinux 0x8202b650 irq_set_affinity +EXPORT_SYMBOL_GPL vmlinux 0x820ffc00 kobject_get_path +EXPORT_SYMBOL_GPL vmlinux 0x821073b3 __blk_trace_note_message +EXPORT_SYMBOL_GPL vmlinux 0x8211a71d regulator_set_voltage_time_sel +EXPORT_SYMBOL_GPL vmlinux 0x82226c53 pinctrl_unregister_mappings +EXPORT_SYMBOL_GPL vmlinux 0x8237e9af mptcp_pm_get_add_addr_accept_max +EXPORT_SYMBOL_GPL vmlinux 0x826cddb8 snd_soc_dapm_get_pin_switch +EXPORT_SYMBOL_GPL vmlinux 0x82859529 usb_phy_generic_unregister +EXPORT_SYMBOL_GPL vmlinux 0x82a80545 __SCK__tp_func_fdb_delete +EXPORT_SYMBOL_GPL vmlinux 0x82bce0c0 ata_bmdma_stop +EXPORT_SYMBOL_GPL vmlinux 0x82d79b51 sysctl_vfs_cache_pressure +EXPORT_SYMBOL_GPL vmlinux 0x82d897a0 genphy_c45_read_lpa +EXPORT_SYMBOL_GPL vmlinux 0x82db7688 ata_sas_queuecmd +EXPORT_SYMBOL_GPL vmlinux 0x82eb8d62 nfct_btf_struct_access +EXPORT_SYMBOL_GPL vmlinux 0x82f40ce1 pm_generic_freeze_noirq +EXPORT_SYMBOL_GPL vmlinux 0x82f8721a bsg_job_get +EXPORT_SYMBOL_GPL vmlinux 0x83047e19 securityfs_remove +EXPORT_SYMBOL_GPL vmlinux 0x8315a4c4 extcon_sync +EXPORT_SYMBOL_GPL vmlinux 0x83251048 vfs_removexattr +EXPORT_SYMBOL_GPL vmlinux 0x8339df73 klist_add_behind +EXPORT_SYMBOL_GPL vmlinux 0x833d3c02 do_xdp_generic +EXPORT_SYMBOL_GPL vmlinux 0x8343e9dd led_put +EXPORT_SYMBOL_GPL vmlinux 0x8349a895 nvmem_device_put +EXPORT_SYMBOL_GPL vmlinux 0x835ecb77 raw_seq_next +EXPORT_SYMBOL_GPL vmlinux 0x835ff2ed i2c_new_dummy_device +EXPORT_SYMBOL_GPL vmlinux 0x836677b5 serial8250_tx_chars +EXPORT_SYMBOL_GPL vmlinux 0x836d652f poll_state_synchronize_rcu_full +EXPORT_SYMBOL_GPL vmlinux 0x837f4934 i2c_add_numbered_adapter +EXPORT_SYMBOL_GPL vmlinux 0x838bd5cf phy_led_triggers_register +EXPORT_SYMBOL_GPL vmlinux 0x83962312 fat_attach +EXPORT_SYMBOL_GPL vmlinux 0x83971642 enable_kprobe +EXPORT_SYMBOL_GPL vmlinux 0x839b2335 sysfs_change_owner +EXPORT_SYMBOL_GPL vmlinux 0x83a9fd3f wm8350_reg_read +EXPORT_SYMBOL_GPL vmlinux 0x83af6123 vcap_port_debugfs +EXPORT_SYMBOL_GPL vmlinux 0x83b634c0 crypto_unregister_ahashes +EXPORT_SYMBOL_GPL vmlinux 0x83bff6e2 blk_lld_busy +EXPORT_SYMBOL_GPL vmlinux 0x83c56acf blk_crypto_register +EXPORT_SYMBOL_GPL vmlinux 0x83c95b32 ata_timing_compute +EXPORT_SYMBOL_GPL vmlinux 0x83cabd43 usb_gadget_unmap_request_by_dev +EXPORT_SYMBOL_GPL vmlinux 0x83e03a10 of_pci_address_to_resource +EXPORT_SYMBOL_GPL vmlinux 0x83e1e051 mtd_del_partition +EXPORT_SYMBOL_GPL vmlinux 0x83e7733c ata_link_next +EXPORT_SYMBOL_GPL vmlinux 0x83fe8f28 devlink_port_unregister +EXPORT_SYMBOL_GPL vmlinux 0x8409686c pinctrl_find_gpio_range_from_pin +EXPORT_SYMBOL_GPL vmlinux 0x840c47fd kthread_cancel_delayed_work_sync +EXPORT_SYMBOL_GPL vmlinux 0x84106f36 devlink_trap_ctx_priv +EXPORT_SYMBOL_GPL vmlinux 0x8416b083 thermal_zone_get_slope +EXPORT_SYMBOL_GPL vmlinux 0x841d7531 snd_soc_component_write_field +EXPORT_SYMBOL_GPL vmlinux 0x84264ced fs_umode_to_ftype +EXPORT_SYMBOL_GPL vmlinux 0x84298e55 mddev_init +EXPORT_SYMBOL_GPL vmlinux 0x843255f5 dev_pm_opp_get_suspend_opp_freq +EXPORT_SYMBOL_GPL vmlinux 0x8434632c udp6_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0x844712df perf_event_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0x84502a47 blk_status_to_errno +EXPORT_SYMBOL_GPL vmlinux 0x8452efaa of_dma_configure_id +EXPORT_SYMBOL_GPL vmlinux 0x845aa3dc lpddr2_jedec_timings +EXPORT_SYMBOL_GPL vmlinux 0x845b2069 usb_show_dynids +EXPORT_SYMBOL_GPL vmlinux 0x8462cb62 atapi_cmd_type +EXPORT_SYMBOL_GPL vmlinux 0x846a9bb2 sk_psock_tls_strp_read +EXPORT_SYMBOL_GPL vmlinux 0x846fecdf genphy_c45_read_link +EXPORT_SYMBOL_GPL vmlinux 0x847050f4 serdev_device_set_baudrate +EXPORT_SYMBOL_GPL vmlinux 0x84819138 ahci_fill_cmd_slot +EXPORT_SYMBOL_GPL vmlinux 0x848a171f gpiochip_remove +EXPORT_SYMBOL_GPL vmlinux 0x84a8d0eb of_changeset_revert +EXPORT_SYMBOL_GPL vmlinux 0x84ac42dc blocking_notifier_chain_register_unique_prio +EXPORT_SYMBOL_GPL vmlinux 0x84b15d5e tegra_bpmp_transfer_atomic +EXPORT_SYMBOL_GPL vmlinux 0x84ba96e8 pid_vnr +EXPORT_SYMBOL_GPL vmlinux 0x84bd838c pci_rescan_bus +EXPORT_SYMBOL_GPL vmlinux 0x84cb547d inet6_csk_addr2sockaddr +EXPORT_SYMBOL_GPL vmlinux 0x84ceb6d6 pstore_unregister +EXPORT_SYMBOL_GPL vmlinux 0x84d0c639 usb_gadget_vbus_draw +EXPORT_SYMBOL_GPL vmlinux 0x84dc0af4 spi_mem_supports_op +EXPORT_SYMBOL_GPL vmlinux 0x84df71c1 tty_port_register_device_attr_serdev +EXPORT_SYMBOL_GPL vmlinux 0x85020c7c nand_deselect_target +EXPORT_SYMBOL_GPL vmlinux 0x8506baa8 clk_unregister_gate +EXPORT_SYMBOL_GPL vmlinux 0x8508f106 sdio_writel +EXPORT_SYMBOL_GPL vmlinux 0x850bb6db devlink_health_reporter_destroy +EXPORT_SYMBOL_GPL vmlinux 0x851173a7 icc_nodes_remove +EXPORT_SYMBOL_GPL vmlinux 0x851e6003 usb_phy_roothub_calibrate +EXPORT_SYMBOL_GPL vmlinux 0x851fe124 __SCK__tp_func_fib6_table_lookup +EXPORT_SYMBOL_GPL vmlinux 0x852b16c4 of_pm_clk_add_clk +EXPORT_SYMBOL_GPL vmlinux 0x853f05ab put_device +EXPORT_SYMBOL_GPL vmlinux 0x8545bdd8 generic_handle_domain_irq_safe +EXPORT_SYMBOL_GPL vmlinux 0x854dbde8 perf_aux_output_begin +EXPORT_SYMBOL_GPL vmlinux 0x85540ebc nvmem_cell_put +EXPORT_SYMBOL_GPL vmlinux 0x855c1f91 inode_dax +EXPORT_SYMBOL_GPL vmlinux 0x855fa499 ohci_resume +EXPORT_SYMBOL_GPL vmlinux 0x8563aeb4 pm_clk_init +EXPORT_SYMBOL_GPL vmlinux 0x85647219 alarm_init +EXPORT_SYMBOL_GPL vmlinux 0x8574ca6c gpio_request_array +EXPORT_SYMBOL_GPL vmlinux 0x8582b7cc serdev_device_set_tiocm +EXPORT_SYMBOL_GPL vmlinux 0x85873ea0 pid_nr_ns +EXPORT_SYMBOL_GPL vmlinux 0x858e2628 dax_holder +EXPORT_SYMBOL_GPL vmlinux 0x85995719 ata_pci_remove_one +EXPORT_SYMBOL_GPL vmlinux 0x85ac18e2 sprint_OID +EXPORT_SYMBOL_GPL vmlinux 0x85b103b2 snd_soc_runtime_set_dai_fmt +EXPORT_SYMBOL_GPL vmlinux 0x85b765d6 extcon_get_edev_name +EXPORT_SYMBOL_GPL vmlinux 0x85cbd9ff soc_device_register +EXPORT_SYMBOL_GPL vmlinux 0x85e3ab26 blk_stat_enable_accounting +EXPORT_SYMBOL_GPL vmlinux 0x85e67c45 devm_hte_register_chip +EXPORT_SYMBOL_GPL vmlinux 0x85f47b51 perf_trace_run_bpf_submit +EXPORT_SYMBOL_GPL vmlinux 0x85f5ffaa skb_complete_wifi_ack +EXPORT_SYMBOL_GPL vmlinux 0x85fd467a devm_kmemdup +EXPORT_SYMBOL_GPL vmlinux 0x860a2eab bch_decode +EXPORT_SYMBOL_GPL vmlinux 0x860ec2d3 sata_scr_write_flush +EXPORT_SYMBOL_GPL vmlinux 0x861a1ce7 device_link_add +EXPORT_SYMBOL_GPL vmlinux 0x861a7a70 fscrypt_dummy_policies_equal +EXPORT_SYMBOL_GPL vmlinux 0x861b59f8 of_irq_get_byname +EXPORT_SYMBOL_GPL vmlinux 0x862258db timecounter_init +EXPORT_SYMBOL_GPL vmlinux 0x86233e04 __traceiter_neigh_update_done +EXPORT_SYMBOL_GPL vmlinux 0x86234bba dev_pm_domain_attach_by_id +EXPORT_SYMBOL_GPL vmlinux 0x862bb17b linear_range_values_in_range_array +EXPORT_SYMBOL_GPL vmlinux 0x86305fef nvmem_cell_read_u16 +EXPORT_SYMBOL_GPL vmlinux 0x863c7779 filemap_read +EXPORT_SYMBOL_GPL vmlinux 0x863ce334 devlink_param_register +EXPORT_SYMBOL_GPL vmlinux 0x863db89d msg_zerocopy_realloc +EXPORT_SYMBOL_GPL vmlinux 0x863f61c2 devm_of_phy_get +EXPORT_SYMBOL_GPL vmlinux 0x86474253 genphy_c45_fast_retrain +EXPORT_SYMBOL_GPL vmlinux 0x86509667 rio_add_net +EXPORT_SYMBOL_GPL vmlinux 0x86566123 regmap_multi_reg_write +EXPORT_SYMBOL_GPL vmlinux 0x86585a33 devlink_fmsg_obj_nest_start +EXPORT_SYMBOL_GPL vmlinux 0x86591d73 __irq_domain_alloc_irqs +EXPORT_SYMBOL_GPL vmlinux 0x865af705 ata_bmdma_port_start +EXPORT_SYMBOL_GPL vmlinux 0x865bdc2f peernet2id_alloc +EXPORT_SYMBOL_GPL vmlinux 0x866250b1 pci_enable_rom +EXPORT_SYMBOL_GPL vmlinux 0x866fcc12 __traceiter_pelt_thermal_tp +EXPORT_SYMBOL_GPL vmlinux 0x8677245d unregister_switchdev_blocking_notifier +EXPORT_SYMBOL_GPL vmlinux 0x86871b40 devlink_info_version_stored_put_ext +EXPORT_SYMBOL_GPL vmlinux 0x86877bfb sm501_set_clock +EXPORT_SYMBOL_GPL vmlinux 0x868784cb __symbol_get +EXPORT_SYMBOL_GPL vmlinux 0x8694104d nf_queue_entry_get_refs +EXPORT_SYMBOL_GPL vmlinux 0x86a048a5 regmap_raw_read +EXPORT_SYMBOL_GPL vmlinux 0x86b6016f gpiod_enable_hw_timestamp_ns +EXPORT_SYMBOL_GPL vmlinux 0x86cb8ebd rio_release_inb_dbell +EXPORT_SYMBOL_GPL vmlinux 0x86cc2744 tcp_get_info +EXPORT_SYMBOL_GPL vmlinux 0x86e6e1a7 sata_set_spd +EXPORT_SYMBOL_GPL vmlinux 0x86e7a634 alarm_start_relative +EXPORT_SYMBOL_GPL vmlinux 0x86f2ea2b fsverity_prepare_setattr +EXPORT_SYMBOL_GPL vmlinux 0x86f6b99d synchronize_rcu_expedited +EXPORT_SYMBOL_GPL vmlinux 0x86f85114 net_dec_egress_queue +EXPORT_SYMBOL_GPL vmlinux 0x871769a4 pin_get_name +EXPORT_SYMBOL_GPL vmlinux 0x8721fca2 handle_bad_irq +EXPORT_SYMBOL_GPL vmlinux 0x8724f4c1 pm_runtime_no_callbacks +EXPORT_SYMBOL_GPL vmlinux 0x872856cb blk_next_bio +EXPORT_SYMBOL_GPL vmlinux 0x87389aef devm_watchdog_register_device +EXPORT_SYMBOL_GPL vmlinux 0x87462303 tpm_get_timeouts +EXPORT_SYMBOL_GPL vmlinux 0x875e2cd2 cpufreq_cpu_put +EXPORT_SYMBOL_GPL vmlinux 0x875fadb5 ulpi_viewport_access_ops +EXPORT_SYMBOL_GPL vmlinux 0x876d72df fwnode_property_read_u8_array +EXPORT_SYMBOL_GPL vmlinux 0x87b210d0 clkdev_create +EXPORT_SYMBOL_GPL vmlinux 0x87b9b0f3 alloc_skb_for_msg +EXPORT_SYMBOL_GPL vmlinux 0x87c4f1ca usb_ep_fifo_flush +EXPORT_SYMBOL_GPL vmlinux 0x87ca2258 iommu_unmap_fast +EXPORT_SYMBOL_GPL vmlinux 0x87cb03e6 pci_disable_ats +EXPORT_SYMBOL_GPL vmlinux 0x87cc5fd6 io_uring_cmd_import_fixed +EXPORT_SYMBOL_GPL vmlinux 0x87cf1a33 rio_free_net +EXPORT_SYMBOL_GPL vmlinux 0x87e5f2b2 devm_mbox_controller_register +EXPORT_SYMBOL_GPL vmlinux 0x87fee6bd pci_epc_get_msix +EXPORT_SYMBOL_GPL vmlinux 0x87ffcf08 blk_crypto_profile_destroy +EXPORT_SYMBOL_GPL vmlinux 0x8805a073 blocking_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x880ef295 property_entries_dup +EXPORT_SYMBOL_GPL vmlinux 0x880fd5b6 nanddev_isbad +EXPORT_SYMBOL_GPL vmlinux 0x8818a7f4 clk_hw_get_flags +EXPORT_SYMBOL_GPL vmlinux 0x881f0c71 cpufreq_frequency_table_get_index +EXPORT_SYMBOL_GPL vmlinux 0x88212a57 blk_crypto_update_capabilities +EXPORT_SYMBOL_GPL vmlinux 0x88243460 md_find_rdev_rcu +EXPORT_SYMBOL_GPL vmlinux 0x88253aee mnt_drop_write +EXPORT_SYMBOL_GPL vmlinux 0x88476f9f devl_lock +EXPORT_SYMBOL_GPL vmlinux 0x885017bf crypto_stats_kpp_generate_public_key +EXPORT_SYMBOL_GPL vmlinux 0x88511e4e regulator_get_exclusive +EXPORT_SYMBOL_GPL vmlinux 0x885528a6 ring_buffer_discard_commit +EXPORT_SYMBOL_GPL vmlinux 0x8864a01f kset_find_obj +EXPORT_SYMBOL_GPL vmlinux 0x8873109e fb_deferred_io_cleanup +EXPORT_SYMBOL_GPL vmlinux 0x887a0374 balance_dirty_pages_ratelimited_flags +EXPORT_SYMBOL_GPL vmlinux 0x887b132d invalidate_inode_pages2 +EXPORT_SYMBOL_GPL vmlinux 0x887ca6e0 d_same_name +EXPORT_SYMBOL_GPL vmlinux 0x8888e2a8 serial8250_rpm_put +EXPORT_SYMBOL_GPL vmlinux 0x88a464db skcipher_alloc_instance_simple +EXPORT_SYMBOL_GPL vmlinux 0x88ab6fe3 kgdb_active +EXPORT_SYMBOL_GPL vmlinux 0x88b4ae92 ring_buffer_normalize_time_stamp +EXPORT_SYMBOL_GPL vmlinux 0x88bf7126 scsi_host_complete_all_commands +EXPORT_SYMBOL_GPL vmlinux 0x88d82f13 usb_cache_string +EXPORT_SYMBOL_GPL vmlinux 0x88f9fac3 hte_push_ts_ns +EXPORT_SYMBOL_GPL vmlinux 0x89158932 cpufreq_table_index_unsorted +EXPORT_SYMBOL_GPL vmlinux 0x8915b303 blk_mq_debugfs_rq_show +EXPORT_SYMBOL_GPL vmlinux 0x8924eb1e rcu_force_quiescent_state +EXPORT_SYMBOL_GPL vmlinux 0x893abbdd devlink_fmsg_u32_pair_put +EXPORT_SYMBOL_GPL vmlinux 0x893c5ddb unlock_system_sleep +EXPORT_SYMBOL_GPL vmlinux 0x89485687 iommu_group_put +EXPORT_SYMBOL_GPL vmlinux 0x8954dc8e __SCK__tp_func_br_fdb_external_learn_add +EXPORT_SYMBOL_GPL vmlinux 0x8959d185 fib_rules_seq_read +EXPORT_SYMBOL_GPL vmlinux 0x8974fde5 smpboot_unregister_percpu_thread +EXPORT_SYMBOL_GPL vmlinux 0x89ad4c08 of_get_pci_domain_nr +EXPORT_SYMBOL_GPL vmlinux 0x89aef3e8 dev_attr_em_message +EXPORT_SYMBOL_GPL vmlinux 0x89bbafc6 usb_register_notify +EXPORT_SYMBOL_GPL vmlinux 0x89bfe270 __wake_up_locked_key_bookmark +EXPORT_SYMBOL_GPL vmlinux 0x89c103ff __devm_clk_hw_register_divider +EXPORT_SYMBOL_GPL vmlinux 0x89c33b25 gpiochip_generic_free +EXPORT_SYMBOL_GPL vmlinux 0x89cdae3d __tracepoint_neigh_timer_handler +EXPORT_SYMBOL_GPL vmlinux 0x89d1f3f9 sdhci_dumpregs +EXPORT_SYMBOL_GPL vmlinux 0x89d350c4 snd_soc_dapm_kcontrol_dapm +EXPORT_SYMBOL_GPL vmlinux 0x89dcd316 dm_path_uevent +EXPORT_SYMBOL_GPL vmlinux 0x89f048f4 ata_bmdma_error_handler +EXPORT_SYMBOL_GPL vmlinux 0x89fcd26a pinctrl_parse_index_with_args +EXPORT_SYMBOL_GPL vmlinux 0x8a081693 serial8250_modem_status +EXPORT_SYMBOL_GPL vmlinux 0x8a27bc26 crypto_register_acomp +EXPORT_SYMBOL_GPL vmlinux 0x8a321c30 kiocb_modified +EXPORT_SYMBOL_GPL vmlinux 0x8a3414b5 __traceiter_neigh_update +EXPORT_SYMBOL_GPL vmlinux 0x8a3f84ba linear_range_get_selector_low +EXPORT_SYMBOL_GPL vmlinux 0x8a43f055 pci_dev_unlock +EXPORT_SYMBOL_GPL vmlinux 0x8a46cb6c mc146818_avoid_UIP +EXPORT_SYMBOL_GPL vmlinux 0x8a554a36 mpc8xxx_spi_strmode +EXPORT_SYMBOL_GPL vmlinux 0x8a603631 cpuidle_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0x8a62b81b sfp_upstream_stop +EXPORT_SYMBOL_GPL vmlinux 0x8a6a91e4 phy_package_leave +EXPORT_SYMBOL_GPL vmlinux 0x8a79ac20 of_devfreq_cooling_register +EXPORT_SYMBOL_GPL vmlinux 0x8a83fb45 mpi_point_free_parts +EXPORT_SYMBOL_GPL vmlinux 0x8a8f854e sk_clear_memalloc +EXPORT_SYMBOL_GPL vmlinux 0x8a9670ee pci_doe_supports_prot +EXPORT_SYMBOL_GPL vmlinux 0x8a9e95d1 snd_ctl_sync_vmaster +EXPORT_SYMBOL_GPL vmlinux 0x8aa013aa sfp_register_socket +EXPORT_SYMBOL_GPL vmlinux 0x8aa6eaf2 ip_local_out +EXPORT_SYMBOL_GPL vmlinux 0x8aaad9d1 device_show_ulong +EXPORT_SYMBOL_GPL vmlinux 0x8aad89f7 exynos_get_pmu_regmap +EXPORT_SYMBOL_GPL vmlinux 0x8ab09410 crypto_register_akcipher +EXPORT_SYMBOL_GPL vmlinux 0x8ab36ecc dma_release_channel +EXPORT_SYMBOL_GPL vmlinux 0x8abacc47 get_max_files +EXPORT_SYMBOL_GPL vmlinux 0x8ac01912 virtqueue_add_sgs +EXPORT_SYMBOL_GPL vmlinux 0x8ac1407b sfp_get_module_eeprom +EXPORT_SYMBOL_GPL vmlinux 0x8ac49055 lwtstate_free +EXPORT_SYMBOL_GPL vmlinux 0x8ac70336 regmap_bulk_write +EXPORT_SYMBOL_GPL vmlinux 0x8ad75bc7 xfrm_state_afinfo_get_rcu +EXPORT_SYMBOL_GPL vmlinux 0x8ad83b9a usb_check_int_endpoints +EXPORT_SYMBOL_GPL vmlinux 0x8add92ad __pm_relax +EXPORT_SYMBOL_GPL vmlinux 0x8b0b65d2 pinctrl_find_gpio_range_from_pin_nolock +EXPORT_SYMBOL_GPL vmlinux 0x8b0eb1c2 host1x_context_device_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x8b149c36 clk_is_match +EXPORT_SYMBOL_GPL vmlinux 0x8b1c6eb1 blk_mq_pci_map_queues +EXPORT_SYMBOL_GPL vmlinux 0x8b2c648f usb_driver_set_configuration +EXPORT_SYMBOL_GPL vmlinux 0x8b33755b gpiochip_irq_domain_activate +EXPORT_SYMBOL_GPL vmlinux 0x8b395284 crypto_register_scomp +EXPORT_SYMBOL_GPL vmlinux 0x8b451cb1 spi_bus_unlock +EXPORT_SYMBOL_GPL vmlinux 0x8b529ce4 nvmem_add_cell_lookups +EXPORT_SYMBOL_GPL vmlinux 0x8b5b8bec snd_soc_jack_free_gpios +EXPORT_SYMBOL_GPL vmlinux 0x8b5c5641 sysfs_create_group +EXPORT_SYMBOL_GPL vmlinux 0x8b650752 mtk_mutex_release +EXPORT_SYMBOL_GPL vmlinux 0x8b677961 device_get_child_node_count +EXPORT_SYMBOL_GPL vmlinux 0x8b69e1d1 gpiod_get_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x8b6f82af switchdev_handle_fdb_event_to_device +EXPORT_SYMBOL_GPL vmlinux 0x8b71d8b2 dev_coredumpm +EXPORT_SYMBOL_GPL vmlinux 0x8b91f7a7 nr_swap_pages +EXPORT_SYMBOL_GPL vmlinux 0x8bafe8df devm_remove_action +EXPORT_SYMBOL_GPL vmlinux 0x8bc016e3 devlink_port_attrs_pci_sf_set +EXPORT_SYMBOL_GPL vmlinux 0x8bc059b3 regulator_map_voltage_iterate +EXPORT_SYMBOL_GPL vmlinux 0x8bc0d045 crypto_destroy_tfm +EXPORT_SYMBOL_GPL vmlinux 0x8bc9c4ca blk_mq_unquiesce_queue +EXPORT_SYMBOL_GPL vmlinux 0x8bce8c85 kill_pid_usb_asyncio +EXPORT_SYMBOL_GPL vmlinux 0x8bd28791 devm_hwmon_sanitize_name +EXPORT_SYMBOL_GPL vmlinux 0x8bd96083 rio_add_mport_pw_handler +EXPORT_SYMBOL_GPL vmlinux 0x8be695bb dma_get_slave_caps +EXPORT_SYMBOL_GPL vmlinux 0x8bea0694 crypto_alloc_rng +EXPORT_SYMBOL_GPL vmlinux 0x8bede70e snd_soc_dai_set_tristate +EXPORT_SYMBOL_GPL vmlinux 0x8bef5daf crypto_shash_setkey +EXPORT_SYMBOL_GPL vmlinux 0x8c0215f2 pm_system_wakeup +EXPORT_SYMBOL_GPL vmlinux 0x8c03d20c destroy_workqueue +EXPORT_SYMBOL_GPL vmlinux 0x8c078d65 led_trigger_unregister_simple +EXPORT_SYMBOL_GPL vmlinux 0x8c0ea758 dw_pcie_ep_raise_msi_irq +EXPORT_SYMBOL_GPL vmlinux 0x8c0ed103 rcu_check_boost_fail +EXPORT_SYMBOL_GPL vmlinux 0x8c1e2bae phy_remove_lookup +EXPORT_SYMBOL_GPL vmlinux 0x8c1f5dce gpiod_get_direction +EXPORT_SYMBOL_GPL vmlinux 0x8c282aa1 onboard_hub_create_pdevs +EXPORT_SYMBOL_GPL vmlinux 0x8c33c1ad ata_host_alloc +EXPORT_SYMBOL_GPL vmlinux 0x8c48ec11 tcp_twsk_unique +EXPORT_SYMBOL_GPL vmlinux 0x8c6108dd get_mtd_device_nm +EXPORT_SYMBOL_GPL vmlinux 0x8c64c641 led_set_brightness_nopm +EXPORT_SYMBOL_GPL vmlinux 0x8c743fb6 reset_control_status +EXPORT_SYMBOL_GPL vmlinux 0x8c7c4648 strp_data_ready +EXPORT_SYMBOL_GPL vmlinux 0x8c7cd829 fwnode_handle_put +EXPORT_SYMBOL_GPL vmlinux 0x8c8050ec iomap_read_folio +EXPORT_SYMBOL_GPL vmlinux 0x8c89e3b8 usb_phy_roothub_power_off +EXPORT_SYMBOL_GPL vmlinux 0x8c92df91 strp_process +EXPORT_SYMBOL_GPL vmlinux 0x8c970c61 reset_controller_register +EXPORT_SYMBOL_GPL vmlinux 0x8c98d248 unregister_vmcore_cb +EXPORT_SYMBOL_GPL vmlinux 0x8c9b9d9e usb_match_id +EXPORT_SYMBOL_GPL vmlinux 0x8c9cfad3 devl_dpipe_table_resource_set +EXPORT_SYMBOL_GPL vmlinux 0x8c9e54d3 devlink_info_version_running_put_ext +EXPORT_SYMBOL_GPL vmlinux 0x8cb89fd9 irq_setup_alt_chip +EXPORT_SYMBOL_GPL vmlinux 0x8cbf4a79 sata_pmp_qc_defer_cmd_switch +EXPORT_SYMBOL_GPL vmlinux 0x8cda5146 generic_device_group +EXPORT_SYMBOL_GPL vmlinux 0x8cfa0fa5 __tracepoint_pelt_rt_tp +EXPORT_SYMBOL_GPL vmlinux 0x8d0bea0e nand_read_data_op +EXPORT_SYMBOL_GPL vmlinux 0x8d0cb218 tcp_unregister_ulp +EXPORT_SYMBOL_GPL vmlinux 0x8d22bb58 iommu_group_alloc +EXPORT_SYMBOL_GPL vmlinux 0x8d2f31e8 snd_soc_dapm_new_widgets +EXPORT_SYMBOL_GPL vmlinux 0x8d364897 acct_bioset_init +EXPORT_SYMBOL_GPL vmlinux 0x8d41bb24 dev_pm_opp_get_required_pstate +EXPORT_SYMBOL_GPL vmlinux 0x8d541ce8 pinctrl_add_gpio_range +EXPORT_SYMBOL_GPL vmlinux 0x8d544e34 mmc_regulator_get_supply +EXPORT_SYMBOL_GPL vmlinux 0x8d59a1bb ahci_print_info +EXPORT_SYMBOL_GPL vmlinux 0x8d61fcfc devm_hwspin_lock_request +EXPORT_SYMBOL_GPL vmlinux 0x8d695f22 dmaengine_desc_get_metadata_ptr +EXPORT_SYMBOL_GPL vmlinux 0x8d79ab80 gpiod_get_index +EXPORT_SYMBOL_GPL vmlinux 0x8d7c1133 fscrypt_fname_encrypt +EXPORT_SYMBOL_GPL vmlinux 0x8d864069 snd_pcm_rate_range_to_bits +EXPORT_SYMBOL_GPL vmlinux 0x8d8b481b edac_get_sysfs_subsys +EXPORT_SYMBOL_GPL vmlinux 0x8d908ebf power_supply_get_maintenance_charging_setting +EXPORT_SYMBOL_GPL vmlinux 0x8d9361fe ata_bmdma_start +EXPORT_SYMBOL_GPL vmlinux 0x8d9ae836 usb_set_device_state +EXPORT_SYMBOL_GPL vmlinux 0x8da5ca39 pkcs7_validate_trust +EXPORT_SYMBOL_GPL vmlinux 0x8dac9426 usb_role_switch_get +EXPORT_SYMBOL_GPL vmlinux 0x8dbf50b9 xas_set_mark +EXPORT_SYMBOL_GPL vmlinux 0x8dc11669 lpddr2_jedec_addressing_table +EXPORT_SYMBOL_GPL vmlinux 0x8dc6aeb4 gpiod_put +EXPORT_SYMBOL_GPL vmlinux 0x8dd218b0 icc_bulk_disable +EXPORT_SYMBOL_GPL vmlinux 0x8dd28826 snd_soc_unregister_component +EXPORT_SYMBOL_GPL vmlinux 0x8dd4622f led_trigger_write +EXPORT_SYMBOL_GPL vmlinux 0x8dda4e3f ping_err +EXPORT_SYMBOL_GPL vmlinux 0x8de39804 devres_release +EXPORT_SYMBOL_GPL vmlinux 0x8deaf691 crypto_unregister_templates +EXPORT_SYMBOL_GPL vmlinux 0x8df6bf6e regmap_mmio_detach_clk +EXPORT_SYMBOL_GPL vmlinux 0x8dfdfc99 wm831x_device_shutdown +EXPORT_SYMBOL_GPL vmlinux 0x8e014523 of_device_modalias +EXPORT_SYMBOL_GPL vmlinux 0x8e095ff5 __dma_request_channel +EXPORT_SYMBOL_GPL vmlinux 0x8e299ebf dma_mmap_noncontiguous +EXPORT_SYMBOL_GPL vmlinux 0x8e2ae13b snd_soc_dapm_mux_update_power +EXPORT_SYMBOL_GPL vmlinux 0x8e31db5b ata_platform_remove_one +EXPORT_SYMBOL_GPL vmlinux 0x8e333940 fat_update_time +EXPORT_SYMBOL_GPL vmlinux 0x8e4320ea __traceiter_fdb_delete +EXPORT_SYMBOL_GPL vmlinux 0x8e4b63a6 hisi_clk_register_gate_sep +EXPORT_SYMBOL_GPL vmlinux 0x8e4eb451 bpf_sk_storage_diag_free +EXPORT_SYMBOL_GPL vmlinux 0x8e51a3c7 dev_pm_opp_cpumask_remove_table +EXPORT_SYMBOL_GPL vmlinux 0x8e52df5d kernfs_path_from_node +EXPORT_SYMBOL_GPL vmlinux 0x8e6857d0 phy_set_media +EXPORT_SYMBOL_GPL vmlinux 0x8e6b1a9e net_selftest_get_count +EXPORT_SYMBOL_GPL vmlinux 0x8e6fd836 tcp_twsk_destructor +EXPORT_SYMBOL_GPL vmlinux 0x8e7c24a3 rio_release_inb_mbox +EXPORT_SYMBOL_GPL vmlinux 0x8e7e1c2e ahci_init_controller +EXPORT_SYMBOL_GPL vmlinux 0x8e7f98f8 dm_internal_suspend_fast +EXPORT_SYMBOL_GPL vmlinux 0x8ebcea52 watchdog_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0x8ec3bfd9 usb_hcd_pci_remove +EXPORT_SYMBOL_GPL vmlinux 0x8ec3c078 devfreq_event_disable_edev +EXPORT_SYMBOL_GPL vmlinux 0x8ec767dd rio_register_scan +EXPORT_SYMBOL_GPL vmlinux 0x8ed8eac9 raw_seq_stop +EXPORT_SYMBOL_GPL vmlinux 0x8edbe438 usb_ifnum_to_if +EXPORT_SYMBOL_GPL vmlinux 0x8eec19bd __SCK__tp_func_pelt_dl_tp +EXPORT_SYMBOL_GPL vmlinux 0x8eee3399 dax_read_unlock +EXPORT_SYMBOL_GPL vmlinux 0x8ef9c3a9 devm_hwmon_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x8f0748af rcu_expedite_gp +EXPORT_SYMBOL_GPL vmlinux 0x8f1441d7 usb_free_coherent +EXPORT_SYMBOL_GPL vmlinux 0x8f160083 sock_diag_save_cookie +EXPORT_SYMBOL_GPL vmlinux 0x8f1a8cf9 rsa_parse_pub_key +EXPORT_SYMBOL_GPL vmlinux 0x8f2d00d7 dma_pci_p2pdma_supported +EXPORT_SYMBOL_GPL vmlinux 0x8f2ea040 pcie_aspm_enabled +EXPORT_SYMBOL_GPL vmlinux 0x8f346af1 snd_soc_component_compr_get_codec_caps +EXPORT_SYMBOL_GPL vmlinux 0x8f35874b serdev_device_get_tiocm +EXPORT_SYMBOL_GPL vmlinux 0x8f361501 device_property_read_string +EXPORT_SYMBOL_GPL vmlinux 0x8f36db4f perf_event_read_value +EXPORT_SYMBOL_GPL vmlinux 0x8f43d345 ahci_save_initial_config +EXPORT_SYMBOL_GPL vmlinux 0x8f459437 pci_find_next_ext_capability +EXPORT_SYMBOL_GPL vmlinux 0x8f5140fa pinmux_generic_get_function_count +EXPORT_SYMBOL_GPL vmlinux 0x8f5357fd wbt_disable_default +EXPORT_SYMBOL_GPL vmlinux 0x8f553cd8 regulator_desc_list_voltage_linear_range +EXPORT_SYMBOL_GPL vmlinux 0x8f5cbf0c clk_register_composite +EXPORT_SYMBOL_GPL vmlinux 0x8f6cee77 __round_jiffies_relative +EXPORT_SYMBOL_GPL vmlinux 0x8f71af7d folio_invalidate +EXPORT_SYMBOL_GPL vmlinux 0x8f725e67 probes_decode_arm_table +EXPORT_SYMBOL_GPL vmlinux 0x8f786bee fs_umode_to_dtype +EXPORT_SYMBOL_GPL vmlinux 0x8fa94a3d vfs_truncate +EXPORT_SYMBOL_GPL vmlinux 0x8fb0ba75 vcap_keyfield_name +EXPORT_SYMBOL_GPL vmlinux 0x8fb9fb65 pci_try_reset_function +EXPORT_SYMBOL_GPL vmlinux 0x8fbe8c6f thermal_zone_device_register +EXPORT_SYMBOL_GPL vmlinux 0x8fc090a3 __tracepoint_br_fdb_update +EXPORT_SYMBOL_GPL vmlinux 0x8fc37e0e ahci_pmp_retry_srst_ops +EXPORT_SYMBOL_GPL vmlinux 0x8fde5d1d nand_cleanup +EXPORT_SYMBOL_GPL vmlinux 0x8ff60436 mpi_ec_add_points +EXPORT_SYMBOL_GPL vmlinux 0x8ff7ea2f devlink_region_snapshot_id_get +EXPORT_SYMBOL_GPL vmlinux 0x8ffc5534 input_ff_upload +EXPORT_SYMBOL_GPL vmlinux 0x8ffe1b31 usb_queue_reset_device +EXPORT_SYMBOL_GPL vmlinux 0x8ffe9b1e mdiobus_modify_changed +EXPORT_SYMBOL_GPL vmlinux 0x9000075d class_dev_iter_exit +EXPORT_SYMBOL_GPL vmlinux 0x90060fee perf_event_enable +EXPORT_SYMBOL_GPL vmlinux 0x90166749 mmc_crypto_prepare_req +EXPORT_SYMBOL_GPL vmlinux 0x902778ba __tracepoint_tcp_send_reset +EXPORT_SYMBOL_GPL vmlinux 0x9027ab3c pskb_put +EXPORT_SYMBOL_GPL vmlinux 0x9027b555 gpiod_set_consumer_name +EXPORT_SYMBOL_GPL vmlinux 0x902eaa6d crypto_stats_aead_decrypt +EXPORT_SYMBOL_GPL vmlinux 0x903b627c list_lru_isolate_move +EXPORT_SYMBOL_GPL vmlinux 0x9048fed0 snd_soc_get_enum_double +EXPORT_SYMBOL_GPL vmlinux 0x904b4895 driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0x905532a8 em_dev_unregister_perf_domain +EXPORT_SYMBOL_GPL vmlinux 0x905c30ce pcie_reset_flr +EXPORT_SYMBOL_GPL vmlinux 0x906340f6 sysfs_add_link_to_group +EXPORT_SYMBOL_GPL vmlinux 0x906dd327 usb_unpoison_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0x908cdbf0 hte_ts_get +EXPORT_SYMBOL_GPL vmlinux 0x909716df devm_tegra_memory_controller_get +EXPORT_SYMBOL_GPL vmlinux 0x90a36b01 usb_gen_phy_shutdown +EXPORT_SYMBOL_GPL vmlinux 0x90a4f027 clk_hw_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0x90b0ce5c sched_set_fifo +EXPORT_SYMBOL_GPL vmlinux 0x90ff0c7d mmu_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0x90ffa3c9 imx_pinctrl_probe +EXPORT_SYMBOL_GPL vmlinux 0x91111a3b devm_snd_soc_register_component +EXPORT_SYMBOL_GPL vmlinux 0x911ba48e led_trigger_blink +EXPORT_SYMBOL_GPL vmlinux 0x91288243 irq_domain_free_irqs_common +EXPORT_SYMBOL_GPL vmlinux 0x913ebd32 stack_depot_save +EXPORT_SYMBOL_GPL vmlinux 0x91519a16 dev_pm_opp_of_cpumask_add_table +EXPORT_SYMBOL_GPL vmlinux 0x9152763e synchronize_srcu +EXPORT_SYMBOL_GPL vmlinux 0x91535433 nvmem_cell_read_variable_le_u32 +EXPORT_SYMBOL_GPL vmlinux 0x91637e86 unregister_net_sysctl_table +EXPORT_SYMBOL_GPL vmlinux 0x91736a02 ping_get_port +EXPORT_SYMBOL_GPL vmlinux 0x917b2d0d sdhci_setup_host +EXPORT_SYMBOL_GPL vmlinux 0x91803b5d devm_pinctrl_get +EXPORT_SYMBOL_GPL vmlinux 0x918195da finish_rcuwait +EXPORT_SYMBOL_GPL vmlinux 0x91955a9f start_poll_synchronize_rcu +EXPORT_SYMBOL_GPL vmlinux 0x919a44af kpp_register_instance +EXPORT_SYMBOL_GPL vmlinux 0x919b68c4 __irq_resolve_mapping +EXPORT_SYMBOL_GPL vmlinux 0x91a2758c mtk_pinconf_drive_get_rev1 +EXPORT_SYMBOL_GPL vmlinux 0x91b76cc9 snd_soc_dai_set_pll +EXPORT_SYMBOL_GPL vmlinux 0x91b774a1 mpi_scanval +EXPORT_SYMBOL_GPL vmlinux 0x91bc1bb1 snd_soc_dapm_nc_pin +EXPORT_SYMBOL_GPL vmlinux 0x91c6e5b0 pcap_to_irq +EXPORT_SYMBOL_GPL vmlinux 0x91c93fcd register_virtio_driver +EXPORT_SYMBOL_GPL vmlinux 0x91c99fe7 bpf_map_inc_with_uref +EXPORT_SYMBOL_GPL vmlinux 0x91ea8726 asn1_encode_boolean +EXPORT_SYMBOL_GPL vmlinux 0x91eac764 mpi_print +EXPORT_SYMBOL_GPL vmlinux 0x92062dd0 pci_hp_add_bridge +EXPORT_SYMBOL_GPL vmlinux 0x9215e86f inet_bhash2_reset_saddr +EXPORT_SYMBOL_GPL vmlinux 0x92368457 mtd_pairing_groups +EXPORT_SYMBOL_GPL vmlinux 0x923722e6 raw_hash_sk +EXPORT_SYMBOL_GPL vmlinux 0x923e42aa sysfb_disable +EXPORT_SYMBOL_GPL vmlinux 0x924c46f8 zs_unmap_object +EXPORT_SYMBOL_GPL vmlinux 0x925be2b4 serial8250_em485_start_tx +EXPORT_SYMBOL_GPL vmlinux 0x9275f30a sfp_add_phy +EXPORT_SYMBOL_GPL vmlinux 0x927ade51 raw_v4_match +EXPORT_SYMBOL_GPL vmlinux 0x927ea4f4 usb_register_dev +EXPORT_SYMBOL_GPL vmlinux 0x92820e14 tegra_xusb_padctl_legacy_remove +EXPORT_SYMBOL_GPL vmlinux 0x929e95cf psi_memstall_enter +EXPORT_SYMBOL_GPL vmlinux 0x92a0d20f of_gen_pool_get +EXPORT_SYMBOL_GPL vmlinux 0x92ac948d relay_subbufs_consumed +EXPORT_SYMBOL_GPL vmlinux 0x92acdad5 mctrl_gpio_init +EXPORT_SYMBOL_GPL vmlinux 0x92b3408f class_unregister +EXPORT_SYMBOL_GPL vmlinux 0x92b57248 flush_work +EXPORT_SYMBOL_GPL vmlinux 0x92bb6d99 snd_soc_component_compr_pointer +EXPORT_SYMBOL_GPL vmlinux 0x92cacd97 is_skb_forwardable +EXPORT_SYMBOL_GPL vmlinux 0x92cde546 __regmap_init_spi +EXPORT_SYMBOL_GPL vmlinux 0x92d31cfb fixed_phy_add +EXPORT_SYMBOL_GPL vmlinux 0x92db8f68 do_trace_rcu_torture_read +EXPORT_SYMBOL_GPL vmlinux 0x92df4cd9 mtk_pinconf_drive_get_raw +EXPORT_SYMBOL_GPL vmlinux 0x92f2a226 of_irq_parse_raw +EXPORT_SYMBOL_GPL vmlinux 0x92fb73d2 ip_icmp_error +EXPORT_SYMBOL_GPL vmlinux 0x92ffebe8 fat_sync_inode +EXPORT_SYMBOL_GPL vmlinux 0x930c536f devm_get_free_pages +EXPORT_SYMBOL_GPL vmlinux 0x932004c3 of_irq_parse_and_map_pci +EXPORT_SYMBOL_GPL vmlinux 0x93255b2b ring_buffer_lock_reserve +EXPORT_SYMBOL_GPL vmlinux 0x932c8d7a linear_range_get_value_array +EXPORT_SYMBOL_GPL vmlinux 0x93442dee debugfs_real_fops +EXPORT_SYMBOL_GPL vmlinux 0x934ab043 usb_udc_vbus_handler +EXPORT_SYMBOL_GPL vmlinux 0x9373c833 dm_put +EXPORT_SYMBOL_GPL vmlinux 0x93805369 software_node_register_node_group +EXPORT_SYMBOL_GPL vmlinux 0x93847661 usb_role_switch_find_by_fwnode +EXPORT_SYMBOL_GPL vmlinux 0x938bcc38 imx_pinctrl_pm_ops +EXPORT_SYMBOL_GPL vmlinux 0x93922054 crypto_rng_reset +EXPORT_SYMBOL_GPL vmlinux 0x9396c787 __wake_up_locked_sync_key +EXPORT_SYMBOL_GPL vmlinux 0x939b44fc mmu_interval_notifier_insert_locked +EXPORT_SYMBOL_GPL vmlinux 0x93b34504 __bio_add_page +EXPORT_SYMBOL_GPL vmlinux 0x93b554f4 tpm_get_random +EXPORT_SYMBOL_GPL vmlinux 0x93c7edeb usb_find_common_endpoints +EXPORT_SYMBOL_GPL vmlinux 0x93d2d917 usb_hcd_pci_probe +EXPORT_SYMBOL_GPL vmlinux 0x93e7cac7 dev_pm_opp_get_level +EXPORT_SYMBOL_GPL vmlinux 0x93edef07 devlink_health_report +EXPORT_SYMBOL_GPL vmlinux 0x940a3391 ata_sas_port_alloc +EXPORT_SYMBOL_GPL vmlinux 0x940b3097 spi_alloc_device +EXPORT_SYMBOL_GPL vmlinux 0x941052f5 regmap_raw_write +EXPORT_SYMBOL_GPL vmlinux 0x941f2aaa eventfd_ctx_put +EXPORT_SYMBOL_GPL vmlinux 0x9425bb34 nvmem_dev_name +EXPORT_SYMBOL_GPL vmlinux 0x942715c2 nf_hook_entries_delete_raw +EXPORT_SYMBOL_GPL vmlinux 0x9430b198 trace_dump_stack +EXPORT_SYMBOL_GPL vmlinux 0x9430d6fc platform_get_irq_optional +EXPORT_SYMBOL_GPL vmlinux 0x9435b80e max8997_bulk_write +EXPORT_SYMBOL_GPL vmlinux 0x944297cc of_irq_to_resource_table +EXPORT_SYMBOL_GPL vmlinux 0x944c1d0c nand_get_large_page_hamming_ooblayout +EXPORT_SYMBOL_GPL vmlinux 0x944c7c41 wm8400_reset_codec_reg_cache +EXPORT_SYMBOL_GPL vmlinux 0x94565d24 usb_ep_free_request +EXPORT_SYMBOL_GPL vmlinux 0x945b4a2f skb_append_pagefrags +EXPORT_SYMBOL_GPL vmlinux 0x945d3edd wakeup_sources_walk_next +EXPORT_SYMBOL_GPL vmlinux 0x945dad5b nand_decode_ext_id +EXPORT_SYMBOL_GPL vmlinux 0x9468ea70 schedule_hrtimeout_range_clock +EXPORT_SYMBOL_GPL vmlinux 0x946c0028 devlink_unregister +EXPORT_SYMBOL_GPL vmlinux 0x946dd559 sha224_zero_message_hash +EXPORT_SYMBOL_GPL vmlinux 0x946e9ff5 strp_init +EXPORT_SYMBOL_GPL vmlinux 0x9477bd1e devm_phy_optional_get +EXPORT_SYMBOL_GPL vmlinux 0x947be028 genphy_c45_pma_setup_forced +EXPORT_SYMBOL_GPL vmlinux 0x9486633c efivars_kobject +EXPORT_SYMBOL_GPL vmlinux 0x948f5c49 evm_verifyxattr +EXPORT_SYMBOL_GPL vmlinux 0x949aa430 l3mdev_ifindex_lookup_by_table_id +EXPORT_SYMBOL_GPL vmlinux 0x949b5176 devlink_region_snapshot_create +EXPORT_SYMBOL_GPL vmlinux 0x949f3c98 crypto_register_ahashes +EXPORT_SYMBOL_GPL vmlinux 0x94abb745 sprint_oid +EXPORT_SYMBOL_GPL vmlinux 0x94b19216 handle_fasteoi_mask_irq +EXPORT_SYMBOL_GPL vmlinux 0x94ba7e35 fsstack_copy_attr_all +EXPORT_SYMBOL_GPL vmlinux 0x94ceec8d device_iommu_capable +EXPORT_SYMBOL_GPL vmlinux 0x94d1c3ad pci_generic_config_write32 +EXPORT_SYMBOL_GPL vmlinux 0x94d1fffc usb_mon_register +EXPORT_SYMBOL_GPL vmlinux 0x94e2c319 regcache_mark_dirty +EXPORT_SYMBOL_GPL vmlinux 0x94e4f66c musb_get_mode +EXPORT_SYMBOL_GPL vmlinux 0x94f94c34 ata_sff_thaw +EXPORT_SYMBOL_GPL vmlinux 0x94fe7d65 regcache_sync_region +EXPORT_SYMBOL_GPL vmlinux 0x9503b334 component_master_del +EXPORT_SYMBOL_GPL vmlinux 0x9504df26 irq_wake_thread +EXPORT_SYMBOL_GPL vmlinux 0x9515ebca fb_bl_default_curve +EXPORT_SYMBOL_GPL vmlinux 0x9519fe6c icc_set_tag +EXPORT_SYMBOL_GPL vmlinux 0x951a086a usb_of_get_interface_node +EXPORT_SYMBOL_GPL vmlinux 0x951a2773 crypto_has_alg +EXPORT_SYMBOL_GPL vmlinux 0x951bed16 replace_page_cache_folio +EXPORT_SYMBOL_GPL vmlinux 0x951cf1bd crypto_unregister_skcipher +EXPORT_SYMBOL_GPL vmlinux 0x953e1b9e ktime_get_real_seconds +EXPORT_SYMBOL_GPL vmlinux 0x95541449 sdio_retune_release +EXPORT_SYMBOL_GPL vmlinux 0x955b0e2e kthread_worker_fn +EXPORT_SYMBOL_GPL vmlinux 0x955ee96c crc64_be +EXPORT_SYMBOL_GPL vmlinux 0x956ac400 ring_buffer_dropped_events_cpu +EXPORT_SYMBOL_GPL vmlinux 0x956f18dc __fscrypt_encrypt_symlink +EXPORT_SYMBOL_GPL vmlinux 0x9578e5af cpufreq_policy_transition_delay_us +EXPORT_SYMBOL_GPL vmlinux 0x957e6ed5 hwspin_lock_unregister +EXPORT_SYMBOL_GPL vmlinux 0x9583cc14 i2c_detect_slave_mode +EXPORT_SYMBOL_GPL vmlinux 0x95843030 mpi_ec_init +EXPORT_SYMBOL_GPL vmlinux 0x958c60bf nand_change_read_column_op +EXPORT_SYMBOL_GPL vmlinux 0x958df3ac zs_free +EXPORT_SYMBOL_GPL vmlinux 0x958feb4e cgroup_get_e_css +EXPORT_SYMBOL_GPL vmlinux 0x95920f5c ZSTD_customCalloc +EXPORT_SYMBOL_GPL vmlinux 0x9593ef31 register_ftrace_export +EXPORT_SYMBOL_GPL vmlinux 0x95961b42 mmc_crypto_setup_queue +EXPORT_SYMBOL_GPL vmlinux 0x95a0a048 dev_pm_opp_find_level_exact +EXPORT_SYMBOL_GPL vmlinux 0x95acb8ba ata_std_prereset +EXPORT_SYMBOL_GPL vmlinux 0x95bc9078 btree_free +EXPORT_SYMBOL_GPL vmlinux 0x95d69388 snd_pcm_fill_iec958_consumer +EXPORT_SYMBOL_GPL vmlinux 0x95dd9901 __sdhci_set_timeout +EXPORT_SYMBOL_GPL vmlinux 0x95e19b36 irq_domain_simple_ops +EXPORT_SYMBOL_GPL vmlinux 0x95e62d77 srcu_notifier_chain_register +EXPORT_SYMBOL_GPL vmlinux 0x95ef1ccc dmi_memdev_size +EXPORT_SYMBOL_GPL vmlinux 0x9604b79c ehci_setup +EXPORT_SYMBOL_GPL vmlinux 0x961286e0 ring_buffer_read_events_cpu +EXPORT_SYMBOL_GPL vmlinux 0x96131f62 lp8788_read_byte +EXPORT_SYMBOL_GPL vmlinux 0x962065ed balloon_mops +EXPORT_SYMBOL_GPL vmlinux 0x962359aa follow_pte +EXPORT_SYMBOL_GPL vmlinux 0x96268509 dev_attr_link_power_management_policy +EXPORT_SYMBOL_GPL vmlinux 0x9627107e rdev_get_regmap +EXPORT_SYMBOL_GPL vmlinux 0x9635bef5 ipv4_sk_redirect +EXPORT_SYMBOL_GPL vmlinux 0x9636cf29 usb_gadget_set_state +EXPORT_SYMBOL_GPL vmlinux 0x9637180a i2c_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0x963ed663 snd_soc_dai_active +EXPORT_SYMBOL_GPL vmlinux 0x964474c0 virtio_add_status +EXPORT_SYMBOL_GPL vmlinux 0x96497b3a class_compat_remove_link +EXPORT_SYMBOL_GPL vmlinux 0x96554810 register_keyboard_notifier +EXPORT_SYMBOL_GPL vmlinux 0x965ae969 __sock_recv_wifi_status +EXPORT_SYMBOL_GPL vmlinux 0x965ec8dd cpufreq_driver_fast_switch +EXPORT_SYMBOL_GPL vmlinux 0x965f529e ata_ehi_clear_desc +EXPORT_SYMBOL_GPL vmlinux 0x966102f5 device_get_match_data +EXPORT_SYMBOL_GPL vmlinux 0x96616610 genphy_c45_check_and_restart_aneg +EXPORT_SYMBOL_GPL vmlinux 0x96647f12 snd_soc_dai_compr_pointer +EXPORT_SYMBOL_GPL vmlinux 0x966a6178 __dev_fwnode +EXPORT_SYMBOL_GPL vmlinux 0x96773db0 devm_register_restart_handler +EXPORT_SYMBOL_GPL vmlinux 0x96871da2 __traceiter_block_unplug +EXPORT_SYMBOL_GPL vmlinux 0x96ab3dde __tracepoint_suspend_resume +EXPORT_SYMBOL_GPL vmlinux 0x96af43d0 nl_table +EXPORT_SYMBOL_GPL vmlinux 0x96b5ac4b vcap_set_rule_set_actionset +EXPORT_SYMBOL_GPL vmlinux 0x96b827aa sdhci_request_atomic +EXPORT_SYMBOL_GPL vmlinux 0x96bd0858 regmap_irq_get_domain +EXPORT_SYMBOL_GPL vmlinux 0x96ca63f5 __rht_bucket_nested +EXPORT_SYMBOL_GPL vmlinux 0x96eb452e fuse_dev_free +EXPORT_SYMBOL_GPL vmlinux 0x96f0d276 skb_tstamp_tx +EXPORT_SYMBOL_GPL vmlinux 0x96f54371 gpiochip_irqchip_add_domain +EXPORT_SYMBOL_GPL vmlinux 0x96f9a01b __SCK__tp_func_pelt_thermal_tp +EXPORT_SYMBOL_GPL vmlinux 0x96fdbc89 crypto_stats_akcipher_encrypt +EXPORT_SYMBOL_GPL vmlinux 0x9707f97d pinctrl_generic_get_group_name +EXPORT_SYMBOL_GPL vmlinux 0x970afa25 mas_empty_area_rev +EXPORT_SYMBOL_GPL vmlinux 0x970b4408 tegra_bpmp_get +EXPORT_SYMBOL_GPL vmlinux 0x9714e0bb ktime_get_raw +EXPORT_SYMBOL_GPL vmlinux 0x971612ae sata_link_resume +EXPORT_SYMBOL_GPL vmlinux 0x971d8fa8 usb_hcd_is_primary_hcd +EXPORT_SYMBOL_GPL vmlinux 0x9720cc2e hwmon_device_register_with_info +EXPORT_SYMBOL_GPL vmlinux 0x974760f5 gpiochip_irq_map +EXPORT_SYMBOL_GPL vmlinux 0x975519c1 asymmetric_key_id_same +EXPORT_SYMBOL_GPL vmlinux 0x975794aa crypto_stats_rng_seed +EXPORT_SYMBOL_GPL vmlinux 0x975bffb6 virtqueue_disable_cb +EXPORT_SYMBOL_GPL vmlinux 0x97605cac dev_pm_qos_expose_latency_tolerance +EXPORT_SYMBOL_GPL vmlinux 0x9769618b mtd_get_user_prot_info +EXPORT_SYMBOL_GPL vmlinux 0x976ab8fe ata_port_pbar_desc +EXPORT_SYMBOL_GPL vmlinux 0x976fd2cb spi_get_device_id +EXPORT_SYMBOL_GPL vmlinux 0x9773d65a locks_release_private +EXPORT_SYMBOL_GPL vmlinux 0x97782e42 device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x979b8fa7 watchdog_set_restart_priority +EXPORT_SYMBOL_GPL vmlinux 0x97b24908 da903x_read +EXPORT_SYMBOL_GPL vmlinux 0x97ba7981 ehci_hub_control +EXPORT_SYMBOL_GPL vmlinux 0x97c8b366 snd_soc_component_force_enable_pin_unlocked +EXPORT_SYMBOL_GPL vmlinux 0x97cd258b usb_gadget_clear_selfpowered +EXPORT_SYMBOL_GPL vmlinux 0x97ce8833 ata_sff_qc_fill_rtf +EXPORT_SYMBOL_GPL vmlinux 0x97de2b83 debug_locks_silent +EXPORT_SYMBOL_GPL vmlinux 0x97e6a532 devm_extcon_dev_free +EXPORT_SYMBOL_GPL vmlinux 0x97e86f5f shash_ahash_update +EXPORT_SYMBOL_GPL vmlinux 0x97ee4ede kernfs_find_and_get_ns +EXPORT_SYMBOL_GPL vmlinux 0x97ef3eb4 sysfs_chmod_file +EXPORT_SYMBOL_GPL vmlinux 0x98049b4e snd_soc_add_pcm_runtime +EXPORT_SYMBOL_GPL vmlinux 0x981e8e3c tpm_try_get_ops +EXPORT_SYMBOL_GPL vmlinux 0x98277027 fuse_mount_remove +EXPORT_SYMBOL_GPL vmlinux 0x9833bc0c hvc_kick +EXPORT_SYMBOL_GPL vmlinux 0x9843f501 __cookie_v4_check +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 0x98690793 bpf_preload_ops +EXPORT_SYMBOL_GPL vmlinux 0x9879917a usb_hcd_giveback_urb +EXPORT_SYMBOL_GPL vmlinux 0x9879932b crypto_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x987cbd92 imx_pcm_dma_init +EXPORT_SYMBOL_GPL vmlinux 0x98803d68 vcap_free_rule +EXPORT_SYMBOL_GPL vmlinux 0x9884ca4e sdio_retune_crc_enable +EXPORT_SYMBOL_GPL vmlinux 0x9885eb01 thermal_zone_bind_cooling_device +EXPORT_SYMBOL_GPL vmlinux 0x989074ff kmsg_dump_reason_str +EXPORT_SYMBOL_GPL vmlinux 0x98984cbb snd_dmaengine_pcm_get_chan +EXPORT_SYMBOL_GPL vmlinux 0x98992b22 ata_sas_port_destroy +EXPORT_SYMBOL_GPL vmlinux 0x98aa094b snd_soc_dapm_mixer_update_power +EXPORT_SYMBOL_GPL vmlinux 0x98b95d7f pci_epc_add_epf +EXPORT_SYMBOL_GPL vmlinux 0x98bcbc35 of_get_display_timings +EXPORT_SYMBOL_GPL vmlinux 0x98d4aa35 crypto_alloc_aead +EXPORT_SYMBOL_GPL vmlinux 0x98df143c pci_epc_set_msix +EXPORT_SYMBOL_GPL vmlinux 0x98e15e05 snd_soc_component_disable_pin_unlocked +EXPORT_SYMBOL_GPL vmlinux 0x98edb7a2 sysfs_file_change_owner +EXPORT_SYMBOL_GPL vmlinux 0x98ee62b2 ring_buffer_record_disable_cpu +EXPORT_SYMBOL_GPL vmlinux 0x98f7768d ftrace_free_filter +EXPORT_SYMBOL_GPL vmlinux 0x98f8f8bd register_trace_event +EXPORT_SYMBOL_GPL vmlinux 0x98fe6251 __traceiter_unmap +EXPORT_SYMBOL_GPL vmlinux 0x990ab475 dw_pcie_ep_raise_legacy_irq +EXPORT_SYMBOL_GPL vmlinux 0x99178203 dev_pm_genpd_suspend +EXPORT_SYMBOL_GPL vmlinux 0x9918f284 ethnl_cable_test_result +EXPORT_SYMBOL_GPL vmlinux 0x991e796c fscrypt_context_for_new_inode +EXPORT_SYMBOL_GPL vmlinux 0x99348def __fsnotify_inode_delete +EXPORT_SYMBOL_GPL vmlinux 0x995914c7 regulator_list_voltage_table +EXPORT_SYMBOL_GPL vmlinux 0x995a9072 __sdhci_read_caps +EXPORT_SYMBOL_GPL vmlinux 0x995d1071 prof_on +EXPORT_SYMBOL_GPL vmlinux 0x9968aacb __audit_log_nfcfg +EXPORT_SYMBOL_GPL vmlinux 0x99712e14 devm_gpiod_get_array +EXPORT_SYMBOL_GPL vmlinux 0x99789c2f xdp_return_frame_rx_napi +EXPORT_SYMBOL_GPL vmlinux 0x9979d223 devm_regulator_irq_helper +EXPORT_SYMBOL_GPL vmlinux 0x9994bc13 xfrm_dev_offload_ok +EXPORT_SYMBOL_GPL vmlinux 0x99a03078 dax_holder_notify_failure +EXPORT_SYMBOL_GPL vmlinux 0x99a70aea cpufreq_cooling_register +EXPORT_SYMBOL_GPL vmlinux 0x99a8f3ec fat_free_clusters +EXPORT_SYMBOL_GPL vmlinux 0x99b05296 ata_std_sched_eh +EXPORT_SYMBOL_GPL vmlinux 0x99b7191f dynevent_create +EXPORT_SYMBOL_GPL vmlinux 0x99bc4920 snd_soc_of_put_dai_link_codecs +EXPORT_SYMBOL_GPL vmlinux 0x99de40e9 public_key_subtype +EXPORT_SYMBOL_GPL vmlinux 0x99e532a8 sbitmap_show +EXPORT_SYMBOL_GPL vmlinux 0x99e6261d __irq_alloc_descs +EXPORT_SYMBOL_GPL vmlinux 0x99f2d00a sysfs_emit_at +EXPORT_SYMBOL_GPL vmlinux 0x9a0fbcc9 ping_recvmsg +EXPORT_SYMBOL_GPL vmlinux 0x9a11a0fc crypto_attr_alg_name +EXPORT_SYMBOL_GPL vmlinux 0x9a1d1169 spi_take_timestamp_post +EXPORT_SYMBOL_GPL vmlinux 0x9a28e289 inet_send_prepare +EXPORT_SYMBOL_GPL vmlinux 0x9a30a838 crypto_aead_setkey +EXPORT_SYMBOL_GPL vmlinux 0x9a44fb42 lp8788_update_bits +EXPORT_SYMBOL_GPL vmlinux 0x9a5c53f7 power_supply_get_property_from_supplier +EXPORT_SYMBOL_GPL vmlinux 0x9a625807 arm_iommu_release_mapping +EXPORT_SYMBOL_GPL vmlinux 0x9a72dd50 skb_morph +EXPORT_SYMBOL_GPL vmlinux 0x9a7b8f2b param_set_bool_enable_only +EXPORT_SYMBOL_GPL vmlinux 0x9a845877 debugfs_create_devm_seqfile +EXPORT_SYMBOL_GPL vmlinux 0x9a9397c1 platform_device_put +EXPORT_SYMBOL_GPL vmlinux 0x9aaa41e7 ipv6_dup_options +EXPORT_SYMBOL_GPL vmlinux 0x9ac11b74 suspend_set_ops +EXPORT_SYMBOL_GPL vmlinux 0x9acc75ee of_dma_is_coherent +EXPORT_SYMBOL_GPL vmlinux 0x9acf5fbb vcap_add_rule +EXPORT_SYMBOL_GPL vmlinux 0x9ad55b99 clk_hw_unregister_fixed_factor +EXPORT_SYMBOL_GPL vmlinux 0x9adb53ff sched_set_fifo_low +EXPORT_SYMBOL_GPL vmlinux 0x9ae9e584 bdev_nr_zones +EXPORT_SYMBOL_GPL vmlinux 0x9aeacb87 ring_buffer_iter_empty +EXPORT_SYMBOL_GPL vmlinux 0x9af49514 icc_bulk_set_bw +EXPORT_SYMBOL_GPL vmlinux 0x9af905fa clk_bulk_get_optional +EXPORT_SYMBOL_GPL vmlinux 0x9afcb859 blk_mq_freeze_queue +EXPORT_SYMBOL_GPL vmlinux 0x9b0dde54 xdp_do_redirect +EXPORT_SYMBOL_GPL vmlinux 0x9b0e8072 of_clk_parent_fill +EXPORT_SYMBOL_GPL vmlinux 0x9b0f2556 hvc_remove +EXPORT_SYMBOL_GPL vmlinux 0x9b1f2533 crypto_shash_update +EXPORT_SYMBOL_GPL vmlinux 0x9b1f3d1c pm_relax +EXPORT_SYMBOL_GPL vmlinux 0x9b34da3e devm_spi_register_controller +EXPORT_SYMBOL_GPL vmlinux 0x9b43dd57 of_pci_get_devfn +EXPORT_SYMBOL_GPL vmlinux 0x9b555c8c pm_suspend_default_s2idle +EXPORT_SYMBOL_GPL vmlinux 0x9b65e3c8 devm_kstrdup +EXPORT_SYMBOL_GPL vmlinux 0x9b6ec967 ring_buffer_size +EXPORT_SYMBOL_GPL vmlinux 0x9b746c56 snd_pcm_create_iec958_consumer_default +EXPORT_SYMBOL_GPL vmlinux 0x9b8778bf __audit_inode_child +EXPORT_SYMBOL_GPL vmlinux 0x9b9071cb get_old_itimerspec32 +EXPORT_SYMBOL_GPL vmlinux 0x9b92d16e pinctrl_gpio_set_config +EXPORT_SYMBOL_GPL vmlinux 0x9ba51fac driver_for_each_device +EXPORT_SYMBOL_GPL vmlinux 0x9bb1315d devm_snd_dmaengine_pcm_register +EXPORT_SYMBOL_GPL vmlinux 0x9bbd394d virtqueue_notify +EXPORT_SYMBOL_GPL vmlinux 0x9bcba027 fixed_phy_set_link_update +EXPORT_SYMBOL_GPL vmlinux 0x9bcf2e0f devlink_trap_groups_register +EXPORT_SYMBOL_GPL vmlinux 0x9bece81b mpi_cmp_ui +EXPORT_SYMBOL_GPL vmlinux 0x9bee0ca2 __spi_alloc_controller +EXPORT_SYMBOL_GPL vmlinux 0x9bf21ef5 snd_card_ref +EXPORT_SYMBOL_GPL vmlinux 0x9bf25ae7 ahci_check_ready +EXPORT_SYMBOL_GPL vmlinux 0x9bf84ff2 phy_validate +EXPORT_SYMBOL_GPL vmlinux 0x9bfcc98e pwm_set_chip_data +EXPORT_SYMBOL_GPL vmlinux 0x9c256078 of_property_count_elems_of_size +EXPORT_SYMBOL_GPL vmlinux 0x9c2a30d9 usb_enable_lpm +EXPORT_SYMBOL_GPL vmlinux 0x9c2ed204 serial8250_do_set_mctrl +EXPORT_SYMBOL_GPL vmlinux 0x9c43367b fwnode_property_read_string +EXPORT_SYMBOL_GPL vmlinux 0x9c4e9915 pci_device_is_present +EXPORT_SYMBOL_GPL vmlinux 0x9c6febfc add_uevent_var +EXPORT_SYMBOL_GPL vmlinux 0x9c793803 blk_mq_complete_request_remote +EXPORT_SYMBOL_GPL vmlinux 0x9c803020 usb_phy_roothub_power_on +EXPORT_SYMBOL_GPL vmlinux 0x9c8d8839 irq_set_chained_handler_and_data +EXPORT_SYMBOL_GPL vmlinux 0x9c8f43c5 ftrace_set_filter +EXPORT_SYMBOL_GPL vmlinux 0x9c93c764 genphy_c45_pma_suspend +EXPORT_SYMBOL_GPL vmlinux 0x9c9caacc regmap_bulk_read +EXPORT_SYMBOL_GPL vmlinux 0x9cad2f76 dev_pm_enable_wake_irq +EXPORT_SYMBOL_GPL vmlinux 0x9cb319c3 sata_async_notification +EXPORT_SYMBOL_GPL vmlinux 0x9cbc452a imx8ulp_clk_hw_composite +EXPORT_SYMBOL_GPL vmlinux 0x9cc4f70a register_pm_notifier +EXPORT_SYMBOL_GPL vmlinux 0x9cdd6a66 sysctl_long_vals +EXPORT_SYMBOL_GPL vmlinux 0x9ce7f606 __list_lru_init +EXPORT_SYMBOL_GPL vmlinux 0x9cfab40b mxic_ecc_get_pipelined_engine +EXPORT_SYMBOL_GPL vmlinux 0x9cffa471 do_unregister_con_driver +EXPORT_SYMBOL_GPL vmlinux 0x9d09e8ae ring_buffer_event_data +EXPORT_SYMBOL_GPL vmlinux 0x9d0c0018 blk_mq_freeze_queue_wait +EXPORT_SYMBOL_GPL vmlinux 0x9d0ca647 perf_event_pause +EXPORT_SYMBOL_GPL vmlinux 0x9d0ca7cd bus_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x9d0f2f3a synth_event_trace_end +EXPORT_SYMBOL_GPL vmlinux 0x9d1ca4df spi_controller_resume +EXPORT_SYMBOL_GPL vmlinux 0x9d246cf0 ipv6_recv_error +EXPORT_SYMBOL_GPL vmlinux 0x9d2789f3 mtk_is_virt_gpio +EXPORT_SYMBOL_GPL vmlinux 0x9d2f1b2d bpf_trace_run2 +EXPORT_SYMBOL_GPL vmlinux 0x9d2f49ef __SCK__tp_func_pelt_se_tp +EXPORT_SYMBOL_GPL vmlinux 0x9d447466 vcap_set_tc_exterr +EXPORT_SYMBOL_GPL vmlinux 0x9d531247 i2c_of_match_device +EXPORT_SYMBOL_GPL vmlinux 0x9d5a8178 hrtimer_try_to_cancel +EXPORT_SYMBOL_GPL vmlinux 0x9d6a1766 ping_init_sock +EXPORT_SYMBOL_GPL vmlinux 0x9d71ac5b hisi_reset_init +EXPORT_SYMBOL_GPL vmlinux 0x9d71c303 icc_node_add +EXPORT_SYMBOL_GPL vmlinux 0x9d79fc06 nand_ecc_restore_req +EXPORT_SYMBOL_GPL vmlinux 0x9d847f4c kthread_use_mm +EXPORT_SYMBOL_GPL vmlinux 0x9d8bb00e set_dax_nocache +EXPORT_SYMBOL_GPL vmlinux 0x9d8f00d7 vfs_submount +EXPORT_SYMBOL_GPL vmlinux 0x9d983b62 snd_soc_dapm_dai_free_widgets +EXPORT_SYMBOL_GPL vmlinux 0x9da17eb7 pci_epc_map_msi_irq +EXPORT_SYMBOL_GPL vmlinux 0x9da3075a mtk_clk_register_dividers +EXPORT_SYMBOL_GPL vmlinux 0x9db44400 irq_domain_translate_twocell +EXPORT_SYMBOL_GPL vmlinux 0x9db7f429 ahci_platform_suspend_host +EXPORT_SYMBOL_GPL vmlinux 0x9dc4f73e xfrm_output +EXPORT_SYMBOL_GPL vmlinux 0x9dcd7f83 uprobe_register +EXPORT_SYMBOL_GPL vmlinux 0x9dd632ff get_net_ns_by_id +EXPORT_SYMBOL_GPL vmlinux 0x9dda2b26 __scsi_init_queue +EXPORT_SYMBOL_GPL vmlinux 0x9ddaaed6 fwnode_graph_get_next_endpoint +EXPORT_SYMBOL_GPL vmlinux 0x9ddc5833 nfs_ssc_register +EXPORT_SYMBOL_GPL vmlinux 0x9ddd2a18 modify_user_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0x9de0a6ec ata_bmdma_qc_issue +EXPORT_SYMBOL_GPL vmlinux 0x9de86eef snd_soc_component_compr_trigger +EXPORT_SYMBOL_GPL vmlinux 0x9de88bc8 __SCK__tp_func_ata_bmdma_start +EXPORT_SYMBOL_GPL vmlinux 0x9deb2d12 mtd_kmalloc_up_to +EXPORT_SYMBOL_GPL vmlinux 0x9df10ab5 usb_ep_dequeue +EXPORT_SYMBOL_GPL vmlinux 0x9df1d1cd snd_soc_dai_compr_startup +EXPORT_SYMBOL_GPL vmlinux 0x9dfd7b2f ahci_ops +EXPORT_SYMBOL_GPL vmlinux 0x9dfdf722 gpio_free_array +EXPORT_SYMBOL_GPL vmlinux 0x9e016686 digsig_verify +EXPORT_SYMBOL_GPL vmlinux 0x9e304451 mmu_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0x9e3fe1cd key_type_user +EXPORT_SYMBOL_GPL vmlinux 0x9e472f5f snmp_fold_field +EXPORT_SYMBOL_GPL vmlinux 0x9e4b76b7 snd_soc_dapm_new_controls +EXPORT_SYMBOL_GPL vmlinux 0x9e58a845 ata_host_activate +EXPORT_SYMBOL_GPL vmlinux 0x9e5e9d38 snd_soc_limit_volume +EXPORT_SYMBOL_GPL vmlinux 0x9e639f62 rdev_clear_badblocks +EXPORT_SYMBOL_GPL vmlinux 0x9e65ed2b __kprobe_event_add_fields +EXPORT_SYMBOL_GPL vmlinux 0x9e70e5e8 crypto_alg_extsize +EXPORT_SYMBOL_GPL vmlinux 0x9e9c4f24 set_dax_nomc +EXPORT_SYMBOL_GPL vmlinux 0x9ea7cacc of_genpd_add_subdomain +EXPORT_SYMBOL_GPL vmlinux 0x9ead87ec tegra_bpmp_free_mrq +EXPORT_SYMBOL_GPL vmlinux 0x9eb7063f skcipher_walk_complete +EXPORT_SYMBOL_GPL vmlinux 0x9eb9ab14 phy_pm_runtime_forbid +EXPORT_SYMBOL_GPL vmlinux 0x9ebc1e03 of_phandle_iterator_init +EXPORT_SYMBOL_GPL vmlinux 0x9ed554b3 unregister_keyboard_notifier +EXPORT_SYMBOL_GPL vmlinux 0x9ee2eb79 tc3589x_reg_write +EXPORT_SYMBOL_GPL vmlinux 0x9ee5e40a __ktime_divns +EXPORT_SYMBOL_GPL vmlinux 0x9ee7e992 usb_get_maximum_ssp_rate +EXPORT_SYMBOL_GPL vmlinux 0x9ee800ac mtk_eint_find_irq +EXPORT_SYMBOL_GPL vmlinux 0x9eebdde7 mpi_point_new +EXPORT_SYMBOL_GPL vmlinux 0x9ef9c044 snd_soc_set_ac97_ops +EXPORT_SYMBOL_GPL vmlinux 0x9f03a45f mtd_block_isbad +EXPORT_SYMBOL_GPL vmlinux 0x9f140889 usb_anchor_resume_wakeups +EXPORT_SYMBOL_GPL vmlinux 0x9f1fe413 ncsi_stop_dev +EXPORT_SYMBOL_GPL vmlinux 0x9f2302cb skb_gso_validate_mac_len +EXPORT_SYMBOL_GPL vmlinux 0x9f2c0f21 inet_csk_reqsk_queue_hash_add +EXPORT_SYMBOL_GPL vmlinux 0x9f3eea81 filemap_range_has_writeback +EXPORT_SYMBOL_GPL vmlinux 0x9f4a51ca pci_remap_cfgspace +EXPORT_SYMBOL_GPL vmlinux 0x9f4f7deb regulator_unregister +EXPORT_SYMBOL_GPL vmlinux 0x9f530409 mtd_point +EXPORT_SYMBOL_GPL vmlinux 0x9f56c4b9 __SCK__tp_func_devlink_hwmsg +EXPORT_SYMBOL_GPL vmlinux 0x9f5c6dc2 __cookie_v6_check +EXPORT_SYMBOL_GPL vmlinux 0x9f7199a0 syscon_regmap_lookup_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0x9f76fdc6 iommu_device_sysfs_add +EXPORT_SYMBOL_GPL vmlinux 0x9f8a8339 power_supply_set_property +EXPORT_SYMBOL_GPL vmlinux 0x9f8f8565 nand_prog_page_op +EXPORT_SYMBOL_GPL vmlinux 0x9f953490 sbitmap_queue_resize +EXPORT_SYMBOL_GPL vmlinux 0x9f964647 tegra20_clk_set_emc_round_callback +EXPORT_SYMBOL_GPL vmlinux 0x9fa4564a timer_shutdown +EXPORT_SYMBOL_GPL vmlinux 0x9fc2717e device_add +EXPORT_SYMBOL_GPL vmlinux 0x9fc28586 da903x_writes +EXPORT_SYMBOL_GPL vmlinux 0x9fc86bdd fwnode_graph_get_remote_port +EXPORT_SYMBOL_GPL vmlinux 0x9fce80db fb_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x9fd612f9 xas_find_marked +EXPORT_SYMBOL_GPL vmlinux 0x9fe2547d blk_revalidate_disk_zones +EXPORT_SYMBOL_GPL vmlinux 0x9fe4915c nanddev_bbt_cleanup +EXPORT_SYMBOL_GPL vmlinux 0x9fe899b7 get_cpu_idle_time +EXPORT_SYMBOL_GPL vmlinux 0x9fe939e1 mpi_powm +EXPORT_SYMBOL_GPL vmlinux 0x9ff3ea2a bpf_prog_add +EXPORT_SYMBOL_GPL vmlinux 0x9ff5db51 xhci_add_endpoint +EXPORT_SYMBOL_GPL vmlinux 0x9ffbf3d6 iomap_page_mkwrite +EXPORT_SYMBOL_GPL vmlinux 0xa003b6f2 fib4_rule_default +EXPORT_SYMBOL_GPL vmlinux 0xa00fa577 snd_soc_unregister_dai +EXPORT_SYMBOL_GPL vmlinux 0xa01a06e9 vp_modern_set_queue_size +EXPORT_SYMBOL_GPL vmlinux 0xa01a3e3b fixed_phy_register_with_gpiod +EXPORT_SYMBOL_GPL vmlinux 0xa02cbc29 fwnode_graph_get_port_parent +EXPORT_SYMBOL_GPL vmlinux 0xa02e7a8b __phy_modify +EXPORT_SYMBOL_GPL vmlinux 0xa034faec inet6_lookup_listener +EXPORT_SYMBOL_GPL vmlinux 0xa03ad50b snd_soc_dapm_new_dai_widgets +EXPORT_SYMBOL_GPL vmlinux 0xa0447d4f stmpe_reg_read +EXPORT_SYMBOL_GPL vmlinux 0xa04a3afa register_virtio_device +EXPORT_SYMBOL_GPL vmlinux 0xa04f945a cpus_read_lock +EXPORT_SYMBOL_GPL vmlinux 0xa0574649 inet_ctl_sock_create +EXPORT_SYMBOL_GPL vmlinux 0xa05e5705 gpiochip_get_desc +EXPORT_SYMBOL_GPL vmlinux 0xa077b115 proc_get_parent_data +EXPORT_SYMBOL_GPL vmlinux 0xa08c778a hvc_poll +EXPORT_SYMBOL_GPL vmlinux 0xa099a6d5 usb_block_urb +EXPORT_SYMBOL_GPL vmlinux 0xa09c5f0d regmap_irq_set_type_config_simple +EXPORT_SYMBOL_GPL vmlinux 0xa0a64500 iommu_attach_device +EXPORT_SYMBOL_GPL vmlinux 0xa0bf80ca ata_sff_tf_load +EXPORT_SYMBOL_GPL vmlinux 0xa0c2ee53 sm501_misc_control +EXPORT_SYMBOL_GPL vmlinux 0xa0ca1280 of_map_id +EXPORT_SYMBOL_GPL vmlinux 0xa0cf1e97 of_resolve_phandles +EXPORT_SYMBOL_GPL vmlinux 0xa0dbec2b pci_create_slot +EXPORT_SYMBOL_GPL vmlinux 0xa0de7d6e vcap_rule_add_key_u32 +EXPORT_SYMBOL_GPL vmlinux 0xa0e0b37c inet_hash +EXPORT_SYMBOL_GPL vmlinux 0xa0f6a2a7 devm_snd_soc_register_card +EXPORT_SYMBOL_GPL vmlinux 0xa0f9c340 __udp_enqueue_schedule_skb +EXPORT_SYMBOL_GPL vmlinux 0xa1028d1a devm_platform_get_and_ioremap_resource +EXPORT_SYMBOL_GPL vmlinux 0xa13121b3 snd_dmaengine_pcm_request_channel +EXPORT_SYMBOL_GPL vmlinux 0xa131e4dd transport_configure_device +EXPORT_SYMBOL_GPL vmlinux 0xa135397d wm831x_set_bits +EXPORT_SYMBOL_GPL vmlinux 0xa1372e54 dev_fill_forward_path +EXPORT_SYMBOL_GPL vmlinux 0xa1456c80 __traceiter_xdp_exception +EXPORT_SYMBOL_GPL vmlinux 0xa147309b phy_10gbit_full_features +EXPORT_SYMBOL_GPL vmlinux 0xa14c792f __hrtimer_get_remaining +EXPORT_SYMBOL_GPL vmlinux 0xa152a7cf __trace_trigger_soft_disabled +EXPORT_SYMBOL_GPL vmlinux 0xa15c2dd2 extcon_set_state_sync +EXPORT_SYMBOL_GPL vmlinux 0xa16875a5 sdio_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0xa175f8fd platform_device_register +EXPORT_SYMBOL_GPL vmlinux 0xa1825ff5 devlink_dpipe_entry_ctx_close +EXPORT_SYMBOL_GPL vmlinux 0xa18a7d2f devlink_dpipe_action_put +EXPORT_SYMBOL_GPL vmlinux 0xa18b2637 regulator_set_current_limit_regmap +EXPORT_SYMBOL_GPL vmlinux 0xa190f683 __traceiter_udp_fail_queue_rcv_skb +EXPORT_SYMBOL_GPL vmlinux 0xa191d101 led_trigger_register_simple +EXPORT_SYMBOL_GPL vmlinux 0xa192c795 crypto_shoot_alg +EXPORT_SYMBOL_GPL vmlinux 0xa1ae0aa5 fuse_dev_fiq_ops +EXPORT_SYMBOL_GPL vmlinux 0xa1cec5cf file_ra_state_init +EXPORT_SYMBOL_GPL vmlinux 0xa1d0c4f6 blk_trace_remove +EXPORT_SYMBOL_GPL vmlinux 0xa1d305d2 l3mdev_table_lookup_register +EXPORT_SYMBOL_GPL vmlinux 0xa1d8004a videomode_from_timing +EXPORT_SYMBOL_GPL vmlinux 0xa1f1bd3a arm_check_condition +EXPORT_SYMBOL_GPL vmlinux 0xa1f8558d mctp_register_netdev +EXPORT_SYMBOL_GPL vmlinux 0xa1fa4e95 uart_handle_dcd_change +EXPORT_SYMBOL_GPL vmlinux 0xa202fb84 blk_mq_end_request_batch +EXPORT_SYMBOL_GPL vmlinux 0xa203f542 crypto_type_has_alg +EXPORT_SYMBOL_GPL vmlinux 0xa2063700 sock_gen_put +EXPORT_SYMBOL_GPL vmlinux 0xa20d01ba __trace_bprintk +EXPORT_SYMBOL_GPL vmlinux 0xa211ce23 i2c_dw_configure_master +EXPORT_SYMBOL_GPL vmlinux 0xa216103b snd_ctl_apply_vmaster_followers +EXPORT_SYMBOL_GPL vmlinux 0xa2193c1d ata_bmdma_qc_prep +EXPORT_SYMBOL_GPL vmlinux 0xa21b0ae5 irq_domain_xlate_onecell +EXPORT_SYMBOL_GPL vmlinux 0xa21f2ce7 clk_mux_index_to_val +EXPORT_SYMBOL_GPL vmlinux 0xa230a026 pci_epc_get_msi +EXPORT_SYMBOL_GPL vmlinux 0xa23e1519 crypto_grab_aead +EXPORT_SYMBOL_GPL vmlinux 0xa2423b2b usb_root_hub_lost_power +EXPORT_SYMBOL_GPL vmlinux 0xa246daaf phy_create +EXPORT_SYMBOL_GPL vmlinux 0xa2500ef6 __SCK__tp_func_powernv_throttle +EXPORT_SYMBOL_GPL vmlinux 0xa2505db1 dw_pcie_upconfig_setup +EXPORT_SYMBOL_GPL vmlinux 0xa26c6497 xas_load +EXPORT_SYMBOL_GPL vmlinux 0xa26d9b4f workqueue_congested +EXPORT_SYMBOL_GPL vmlinux 0xa2726af3 __strp_unpause +EXPORT_SYMBOL_GPL vmlinux 0xa27345ec vchan_tx_desc_free +EXPORT_SYMBOL_GPL vmlinux 0xa286a234 snd_pcm_format_name +EXPORT_SYMBOL_GPL vmlinux 0xa28cdd84 debugfs_rename +EXPORT_SYMBOL_GPL vmlinux 0xa2969282 trace_array_set_clr_event +EXPORT_SYMBOL_GPL vmlinux 0xa296bcd0 of_dma_request_slave_channel +EXPORT_SYMBOL_GPL vmlinux 0xa2aa2c85 synth_event_create +EXPORT_SYMBOL_GPL vmlinux 0xa2b0820d __SCK__tp_func_cpu_idle +EXPORT_SYMBOL_GPL vmlinux 0xa2b3db3b l3mdev_link_scope_lookup +EXPORT_SYMBOL_GPL vmlinux 0xa2b8194e __clk_hw_register_mux +EXPORT_SYMBOL_GPL vmlinux 0xa2bdbce5 snd_soc_card_remove_dai_link +EXPORT_SYMBOL_GPL vmlinux 0xa2c0f59a ct_idle_enter +EXPORT_SYMBOL_GPL vmlinux 0xa2c31b2a proc_douintvec_minmax +EXPORT_SYMBOL_GPL vmlinux 0xa2cf0414 __traceiter_neigh_event_send_done +EXPORT_SYMBOL_GPL vmlinux 0xa2e1b3ef trace_printk_init_buffers +EXPORT_SYMBOL_GPL vmlinux 0xa2f359cd wbc_attach_and_unlock_inode +EXPORT_SYMBOL_GPL vmlinux 0xa2f851f3 mbox_controller_register +EXPORT_SYMBOL_GPL vmlinux 0xa2fcf07a kernfs_put +EXPORT_SYMBOL_GPL vmlinux 0xa3108c68 of_mpc8xxx_spi_probe +EXPORT_SYMBOL_GPL vmlinux 0xa31618f0 phy_power_on +EXPORT_SYMBOL_GPL vmlinux 0xa3290a05 regmap_add_irq_chip_fwnode +EXPORT_SYMBOL_GPL vmlinux 0xa32f3d9e decode_rs16 +EXPORT_SYMBOL_GPL vmlinux 0xa33744aa edac_stop_work +EXPORT_SYMBOL_GPL vmlinux 0xa3390f5d of_reserved_mem_device_release +EXPORT_SYMBOL_GPL vmlinux 0xa34220af bpf_offload_dev_create +EXPORT_SYMBOL_GPL vmlinux 0xa346870c ata_eh_analyze_ncq_error +EXPORT_SYMBOL_GPL vmlinux 0xa346975c idr_remove +EXPORT_SYMBOL_GPL vmlinux 0xa34c2666 mtk_pinconf_bias_get_rev1 +EXPORT_SYMBOL_GPL vmlinux 0xa362bf8f hrtimer_init +EXPORT_SYMBOL_GPL vmlinux 0xa38602cd drain_workqueue +EXPORT_SYMBOL_GPL vmlinux 0xa38a9f71 get_itimerspec64 +EXPORT_SYMBOL_GPL vmlinux 0xa38b649f fscrypt_parse_test_dummy_encryption +EXPORT_SYMBOL_GPL vmlinux 0xa39d18c5 clockevents_config_and_register +EXPORT_SYMBOL_GPL vmlinux 0xa39eb1f5 devm_power_supply_register_no_ws +EXPORT_SYMBOL_GPL vmlinux 0xa3a04602 btree_geo64 +EXPORT_SYMBOL_GPL vmlinux 0xa3a3ac3b __crypto_alloc_tfm +EXPORT_SYMBOL_GPL vmlinux 0xa3a6b795 cpufreq_register_governor +EXPORT_SYMBOL_GPL vmlinux 0xa3b5a2ec get_user_pages_fast +EXPORT_SYMBOL_GPL vmlinux 0xa3b958ce reset_hung_task_detector +EXPORT_SYMBOL_GPL vmlinux 0xa3bef310 serdev_device_write_wakeup +EXPORT_SYMBOL_GPL vmlinux 0xa3c1db37 nf_hooks_lwtunnel_enabled +EXPORT_SYMBOL_GPL vmlinux 0xa3cbeba5 bpfilter_umh_cleanup +EXPORT_SYMBOL_GPL vmlinux 0xa3d3d64d __serdev_device_driver_register +EXPORT_SYMBOL_GPL vmlinux 0xa3dd98c9 dma_can_mmap +EXPORT_SYMBOL_GPL vmlinux 0xa3f12f69 __crypto_xor +EXPORT_SYMBOL_GPL vmlinux 0xa3f7331f pci_epc_remove_epf +EXPORT_SYMBOL_GPL vmlinux 0xa3fa6738 phy_pm_runtime_put_sync +EXPORT_SYMBOL_GPL vmlinux 0xa3fc2e79 irq_domain_associate_many +EXPORT_SYMBOL_GPL vmlinux 0xa4031b7f sfp_parse_port +EXPORT_SYMBOL_GPL vmlinux 0xa410a295 devlink_region_destroy +EXPORT_SYMBOL_GPL vmlinux 0xa417d97d tun_get_socket +EXPORT_SYMBOL_GPL vmlinux 0xa417e0d5 ata_bmdma_setup +EXPORT_SYMBOL_GPL vmlinux 0xa4182e23 usb_get_hcd +EXPORT_SYMBOL_GPL vmlinux 0xa41b4c9a fwnode_remove_software_node +EXPORT_SYMBOL_GPL vmlinux 0xa421a760 dm_report_zones +EXPORT_SYMBOL_GPL vmlinux 0xa42dcc8e skb_segment +EXPORT_SYMBOL_GPL vmlinux 0xa444c3ca topology_clear_scale_freq_source +EXPORT_SYMBOL_GPL vmlinux 0xa44a1307 interval_tree_iter_first +EXPORT_SYMBOL_GPL vmlinux 0xa45c7b90 stack_trace_print +EXPORT_SYMBOL_GPL vmlinux 0xa45dc275 trace_seq_putmem +EXPORT_SYMBOL_GPL vmlinux 0xa462524f ip6_push_pending_frames +EXPORT_SYMBOL_GPL vmlinux 0xa46cb8f6 bpf_prog_free +EXPORT_SYMBOL_GPL vmlinux 0xa479fdc4 mtk_pinconf_bias_disable_get +EXPORT_SYMBOL_GPL vmlinux 0xa47c9941 vcap_is_next_lookup +EXPORT_SYMBOL_GPL vmlinux 0xa48196c8 kdb_poll_idx +EXPORT_SYMBOL_GPL vmlinux 0xa4843331 crypto_stats_akcipher_verify +EXPORT_SYMBOL_GPL vmlinux 0xa49136b1 kobject_init_and_add +EXPORT_SYMBOL_GPL vmlinux 0xa4948013 crypto_alloc_sync_skcipher +EXPORT_SYMBOL_GPL vmlinux 0xa49855a7 apply_to_page_range +EXPORT_SYMBOL_GPL vmlinux 0xa4aa8da1 __dax_driver_register +EXPORT_SYMBOL_GPL vmlinux 0xa4ab7c1c ring_buffer_overruns +EXPORT_SYMBOL_GPL vmlinux 0xa4b07bc3 trace_array_printk +EXPORT_SYMBOL_GPL vmlinux 0xa4b07fe7 ring_buffer_change_overwrite +EXPORT_SYMBOL_GPL vmlinux 0xa4bc6a75 tpm_pm_resume +EXPORT_SYMBOL_GPL vmlinux 0xa4bcddf5 perf_aux_output_flag +EXPORT_SYMBOL_GPL vmlinux 0xa4c00324 asn1_encode_octet_string +EXPORT_SYMBOL_GPL vmlinux 0xa4c085f8 ata_tf_from_fis +EXPORT_SYMBOL_GPL vmlinux 0xa4c278a1 hvc_alloc +EXPORT_SYMBOL_GPL vmlinux 0xa4d275b9 __tracepoint_br_fdb_external_learn_add +EXPORT_SYMBOL_GPL vmlinux 0xa4dc79c3 blocking_notifier_call_chain_robust +EXPORT_SYMBOL_GPL vmlinux 0xa4e07221 blk_mq_sched_try_merge +EXPORT_SYMBOL_GPL vmlinux 0xa4e10173 vp_modern_get_num_queues +EXPORT_SYMBOL_GPL vmlinux 0xa5301a8c register_wide_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0xa530ac36 raw_v6_hashinfo +EXPORT_SYMBOL_GPL vmlinux 0xa531471e clk_save_context +EXPORT_SYMBOL_GPL vmlinux 0xa532bf8f HUF_readStats +EXPORT_SYMBOL_GPL vmlinux 0xa53f0dd7 tnum_strn +EXPORT_SYMBOL_GPL vmlinux 0xa54a2cba devlink_linecard_provision_clear +EXPORT_SYMBOL_GPL vmlinux 0xa5667c29 md_stop +EXPORT_SYMBOL_GPL vmlinux 0xa579690a phy_pm_runtime_put +EXPORT_SYMBOL_GPL vmlinux 0xa5876683 bpf_sk_storage_diag_put +EXPORT_SYMBOL_GPL vmlinux 0xa59908a6 sk_msg_is_readable +EXPORT_SYMBOL_GPL vmlinux 0xa59a0bd4 skb_complete_tx_timestamp +EXPORT_SYMBOL_GPL vmlinux 0xa59a7292 of_get_phy_mode +EXPORT_SYMBOL_GPL vmlinux 0xa59ceef7 input_ff_erase +EXPORT_SYMBOL_GPL vmlinux 0xa59d6df0 ata_port_wait_eh +EXPORT_SYMBOL_GPL vmlinux 0xa59f4273 genphy_c45_pma_read_abilities +EXPORT_SYMBOL_GPL vmlinux 0xa5ad14d0 __irq_apply_affinity_hint +EXPORT_SYMBOL_GPL vmlinux 0xa5aead6b iommu_device_unlink +EXPORT_SYMBOL_GPL vmlinux 0xa5be89b5 pwm_free +EXPORT_SYMBOL_GPL vmlinux 0xa5c32ae0 dma_resv_describe +EXPORT_SYMBOL_GPL vmlinux 0xa5cd99b0 devm_gpiod_get_optional +EXPORT_SYMBOL_GPL vmlinux 0xa5d72a8f cpuidle_enable_device +EXPORT_SYMBOL_GPL vmlinux 0xa5d7c388 pstore_type_to_name +EXPORT_SYMBOL_GPL vmlinux 0xa5e02080 mptcp_pm_get_subflows_max +EXPORT_SYMBOL_GPL vmlinux 0xa5e584e2 mvebu_mbus_get_io_win_info +EXPORT_SYMBOL_GPL vmlinux 0xa5efbf4c async_synchronize_full +EXPORT_SYMBOL_GPL vmlinux 0xa5fd6cb1 mtd_erase +EXPORT_SYMBOL_GPL vmlinux 0xa60c247e inet_csk_addr2sockaddr +EXPORT_SYMBOL_GPL vmlinux 0xa61de39b snd_soc_put_volsw_range +EXPORT_SYMBOL_GPL vmlinux 0xa6265e1e spi_bus_lock +EXPORT_SYMBOL_GPL vmlinux 0xa633bfd1 rio_unmap_outb_region +EXPORT_SYMBOL_GPL vmlinux 0xa6369cd5 iomap_swapfile_activate +EXPORT_SYMBOL_GPL vmlinux 0xa64ad5b0 vcap_rule_add_key_u128 +EXPORT_SYMBOL_GPL vmlinux 0xa6521f14 pinctrl_add_gpio_ranges +EXPORT_SYMBOL_GPL vmlinux 0xa682da73 proc_dou8vec_minmax +EXPORT_SYMBOL_GPL vmlinux 0xa686e99f mnt_idmap_owner +EXPORT_SYMBOL_GPL vmlinux 0xa69088b0 trace_put_event_file +EXPORT_SYMBOL_GPL vmlinux 0xa6989a97 strp_stop +EXPORT_SYMBOL_GPL vmlinux 0xa6a0099f netlink_remove_tap +EXPORT_SYMBOL_GPL vmlinux 0xa6a088b7 fscrypt_match_name +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 0xa6b7fb55 thermal_zone_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0xa6b9d2fe skb_clone_tx_timestamp +EXPORT_SYMBOL_GPL vmlinux 0xa6c3ff8a of_reconfig_get_state_change +EXPORT_SYMBOL_GPL vmlinux 0xa6cc215c input_device_enabled +EXPORT_SYMBOL_GPL vmlinux 0xa6dc0d97 tegra_read_ram_code +EXPORT_SYMBOL_GPL vmlinux 0xa6e1a69d kick_all_cpus_sync +EXPORT_SYMBOL_GPL vmlinux 0xa6e7486b deregister_mtd_parser +EXPORT_SYMBOL_GPL vmlinux 0xa6eb57d4 regmap_get_raw_read_max +EXPORT_SYMBOL_GPL vmlinux 0xa6ec997b uart_get_rs485_mode +EXPORT_SYMBOL_GPL vmlinux 0xa6fa7a42 gpiod_direction_input +EXPORT_SYMBOL_GPL vmlinux 0xa6feccc2 pci_disable_sriov +EXPORT_SYMBOL_GPL vmlinux 0xa700eb02 unregister_kprobes +EXPORT_SYMBOL_GPL vmlinux 0xa705c83c mnt_user_ns +EXPORT_SYMBOL_GPL vmlinux 0xa709c835 fib6_info_destroy_rcu +EXPORT_SYMBOL_GPL vmlinux 0xa7149ffd mpc8xxx_spi_tx_buf_u16 +EXPORT_SYMBOL_GPL vmlinux 0xa7159dbf gpiochip_remove_pin_ranges +EXPORT_SYMBOL_GPL vmlinux 0xa72b6a5e snd_soc_get_volsw +EXPORT_SYMBOL_GPL vmlinux 0xa72dd105 pci_bridge_emul_conf_write +EXPORT_SYMBOL_GPL vmlinux 0xa734e073 regulator_disable +EXPORT_SYMBOL_GPL vmlinux 0xa73c3b08 mtk_mutex_remove_comp +EXPORT_SYMBOL_GPL vmlinux 0xa73d23f4 pcim_doe_create_mb +EXPORT_SYMBOL_GPL vmlinux 0xa767a07e ata_sff_hsm_move +EXPORT_SYMBOL_GPL vmlinux 0xa7802e2e btree_grim_visitor +EXPORT_SYMBOL_GPL vmlinux 0xa792dfcc regulator_set_voltage +EXPORT_SYMBOL_GPL vmlinux 0xa7a0d6bf walk_iomem_res_desc +EXPORT_SYMBOL_GPL vmlinux 0xa7aaafde klist_iter_exit +EXPORT_SYMBOL_GPL vmlinux 0xa7bdd9e7 regulator_set_current_limit +EXPORT_SYMBOL_GPL vmlinux 0xa7c40937 dev_pm_qos_remove_request +EXPORT_SYMBOL_GPL vmlinux 0xa7c8a32e usb_gadget_unmap_request +EXPORT_SYMBOL_GPL vmlinux 0xa7f93e8b rio_dma_prep_slave_sg +EXPORT_SYMBOL_GPL vmlinux 0xa80b7d84 rio_enable_rx_tx_port +EXPORT_SYMBOL_GPL vmlinux 0xa823ca44 pm_clk_runtime_resume +EXPORT_SYMBOL_GPL vmlinux 0xa826cef9 __traceiter_block_bio_complete +EXPORT_SYMBOL_GPL vmlinux 0xa82732b1 __mt_destroy +EXPORT_SYMBOL_GPL vmlinux 0xa828ae5f snd_soc_cnew +EXPORT_SYMBOL_GPL vmlinux 0xa8349b97 fat_getattr +EXPORT_SYMBOL_GPL vmlinux 0xa84d4e8f __tracepoint_sched_util_est_cfs_tp +EXPORT_SYMBOL_GPL vmlinux 0xa851973a raw_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0xa8567d7e of_hte_req_count +EXPORT_SYMBOL_GPL vmlinux 0xa873447f add_swap_extent +EXPORT_SYMBOL_GPL vmlinux 0xa87ccf25 of_clk_src_onecell_get +EXPORT_SYMBOL_GPL vmlinux 0xa88a529a crypto_ahash_digest +EXPORT_SYMBOL_GPL vmlinux 0xa88ed5d3 regulator_irq_map_event_simple +EXPORT_SYMBOL_GPL vmlinux 0xa88f83dd bio_associate_blkg_from_css +EXPORT_SYMBOL_GPL vmlinux 0xa89926dc crypto_dh_decode_key +EXPORT_SYMBOL_GPL vmlinux 0xa89e973c __traceiter_block_split +EXPORT_SYMBOL_GPL vmlinux 0xa8a3634f of_icc_get_from_provider +EXPORT_SYMBOL_GPL vmlinux 0xa8b83952 snd_compr_stop_error +EXPORT_SYMBOL_GPL vmlinux 0xa8d0d8cf iomap_file_buffered_write_punch_delalloc +EXPORT_SYMBOL_GPL vmlinux 0xa8e9ab93 snd_soc_dpcm_be_can_update +EXPORT_SYMBOL_GPL vmlinux 0xa8e9d683 arm_iommu_attach_device +EXPORT_SYMBOL_GPL vmlinux 0xa8ea6980 sdhci_set_data_timeout_irq +EXPORT_SYMBOL_GPL vmlinux 0xa9017069 clk_hw_unregister_divider +EXPORT_SYMBOL_GPL vmlinux 0xa910e2e4 rio_register_mport +EXPORT_SYMBOL_GPL vmlinux 0xa9174bc9 fuse_conn_put +EXPORT_SYMBOL_GPL vmlinux 0xa9320d27 ktime_get_seconds +EXPORT_SYMBOL_GPL vmlinux 0xa94dad07 platform_irqchip_probe +EXPORT_SYMBOL_GPL vmlinux 0xa95b5c77 hwmon_sanitize_name +EXPORT_SYMBOL_GPL vmlinux 0xa95ef98b tcp_plb_check_rehash +EXPORT_SYMBOL_GPL vmlinux 0xa96b9b8f srcu_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0xa96ecad9 serial8250_rpm_get_tx +EXPORT_SYMBOL_GPL vmlinux 0xa9795c06 dev_pm_opp_set_opp +EXPORT_SYMBOL_GPL vmlinux 0xa9819055 iommu_detach_device_pasid +EXPORT_SYMBOL_GPL vmlinux 0xa9943a9a handle_simple_irq +EXPORT_SYMBOL_GPL vmlinux 0xa99b8e70 __SCK__tp_func_xdp_exception +EXPORT_SYMBOL_GPL vmlinux 0xa99ef899 devlink_fmsg_bool_pair_put +EXPORT_SYMBOL_GPL vmlinux 0xa9e05660 io_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0xa9e8bc14 dw_pcie_find_capability +EXPORT_SYMBOL_GPL vmlinux 0xa9eaeb17 __tracepoint_block_bio_complete +EXPORT_SYMBOL_GPL vmlinux 0xaa02b068 mtk_clk_unregister_factors +EXPORT_SYMBOL_GPL vmlinux 0xaa152108 hrtimer_active +EXPORT_SYMBOL_GPL vmlinux 0xaa170499 cpufreq_dbs_governor_init +EXPORT_SYMBOL_GPL vmlinux 0xaa25e125 ata_sff_queue_pio_task +EXPORT_SYMBOL_GPL vmlinux 0xaa26a682 iomap_ioend_try_merge +EXPORT_SYMBOL_GPL vmlinux 0xaa2a72bf __iowrite64_copy +EXPORT_SYMBOL_GPL vmlinux 0xaa3b9680 tpm_transmit_cmd +EXPORT_SYMBOL_GPL vmlinux 0xaa3f9e59 devm_clk_get_enabled +EXPORT_SYMBOL_GPL vmlinux 0xaa44acff omap_tll_disable +EXPORT_SYMBOL_GPL vmlinux 0xaa470b40 gpiod_set_array_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0xaa525fda virtqueue_poll +EXPORT_SYMBOL_GPL vmlinux 0xaa552306 kobj_sysfs_ops +EXPORT_SYMBOL_GPL vmlinux 0xaa8469d3 __traceiter_rpm_resume +EXPORT_SYMBOL_GPL vmlinux 0xaa88ba94 seq_buf_printf +EXPORT_SYMBOL_GPL vmlinux 0xaa996bf7 __tracepoint_xhci_dbg_quirks +EXPORT_SYMBOL_GPL vmlinux 0xaaa5980a user_preparse +EXPORT_SYMBOL_GPL vmlinux 0xaaa918c9 ftrace_dump +EXPORT_SYMBOL_GPL vmlinux 0xaab9c421 clk_multiplier_ops +EXPORT_SYMBOL_GPL vmlinux 0xaac4046f tps6586x_read +EXPORT_SYMBOL_GPL vmlinux 0xaac6e73d snd_soc_dapm_get_pin_status +EXPORT_SYMBOL_GPL vmlinux 0xaad09632 posix_acl_create +EXPORT_SYMBOL_GPL vmlinux 0xaade8d83 devm_clk_hw_get_clk +EXPORT_SYMBOL_GPL vmlinux 0xaaecf75d perf_trace_buf_alloc +EXPORT_SYMBOL_GPL vmlinux 0xaaf9bdca sdhci_send_tuning +EXPORT_SYMBOL_GPL vmlinux 0xaafafbff rockchip_pmu_unblock +EXPORT_SYMBOL_GPL vmlinux 0xab011e82 dma_vmap_noncontiguous +EXPORT_SYMBOL_GPL vmlinux 0xab0756e0 pci_user_read_config_byte +EXPORT_SYMBOL_GPL vmlinux 0xab1379d6 devm_usb_get_phy +EXPORT_SYMBOL_GPL vmlinux 0xab2cccd6 dma_fence_unwrap_first +EXPORT_SYMBOL_GPL vmlinux 0xab3f6959 gpiochip_add_data_with_key +EXPORT_SYMBOL_GPL vmlinux 0xab47f033 mtk_clk_register_cpumuxes +EXPORT_SYMBOL_GPL vmlinux 0xab4b14a7 mxic_ecc_process_data_pipelined +EXPORT_SYMBOL_GPL vmlinux 0xab4c55c4 component_master_add_with_match +EXPORT_SYMBOL_GPL vmlinux 0xab4f4b32 bprintf +EXPORT_SYMBOL_GPL vmlinux 0xab51b6e4 __trace_array_puts +EXPORT_SYMBOL_GPL vmlinux 0xab57349b sdio_align_size +EXPORT_SYMBOL_GPL vmlinux 0xab58e115 blk_mq_virtio_map_queues +EXPORT_SYMBOL_GPL vmlinux 0xab5cebc1 of_genpd_add_device +EXPORT_SYMBOL_GPL vmlinux 0xab65a59b ping_bind +EXPORT_SYMBOL_GPL vmlinux 0xab7f853d mtk_mutex_prepare +EXPORT_SYMBOL_GPL vmlinux 0xab8bc1a2 snd_pcm_rate_mask_intersect +EXPORT_SYMBOL_GPL vmlinux 0xab915908 pci_find_dvsec_capability +EXPORT_SYMBOL_GPL vmlinux 0xabb231bb cpufreq_register_driver +EXPORT_SYMBOL_GPL vmlinux 0xabb36ad1 free_vm_area +EXPORT_SYMBOL_GPL vmlinux 0xabc640f3 list_lru_isolate +EXPORT_SYMBOL_GPL vmlinux 0xabcda29e leds_list_lock +EXPORT_SYMBOL_GPL vmlinux 0xabef34ee __tracepoint_br_fdb_add +EXPORT_SYMBOL_GPL vmlinux 0xac180ce8 of_clk_get_parent_name +EXPORT_SYMBOL_GPL vmlinux 0xac2f1388 devlink_params_unregister +EXPORT_SYMBOL_GPL vmlinux 0xac6e70e1 add_hwgenerator_randomness +EXPORT_SYMBOL_GPL vmlinux 0xac7a66fd inet6_hash +EXPORT_SYMBOL_GPL vmlinux 0xac7ce3fa usb_remove_hcd +EXPORT_SYMBOL_GPL vmlinux 0xacaab756 clk_hw_register_fixed_factor_parent_hw +EXPORT_SYMBOL_GPL vmlinux 0xacb4d88c clk_rate_exclusive_put +EXPORT_SYMBOL_GPL vmlinux 0xacb4f191 __alloc_pages_bulk +EXPORT_SYMBOL_GPL vmlinux 0xacb7c844 list_lru_del +EXPORT_SYMBOL_GPL vmlinux 0xacba516b genphy_c45_baset1_read_status +EXPORT_SYMBOL_GPL vmlinux 0xacbed146 uhci_check_and_reset_hc +EXPORT_SYMBOL_GPL vmlinux 0xacc1b428 usb_get_urb +EXPORT_SYMBOL_GPL vmlinux 0xacc4afd6 decrypt_blob +EXPORT_SYMBOL_GPL vmlinux 0xacc58cbd check_move_unevictable_pages +EXPORT_SYMBOL_GPL vmlinux 0xace35908 blk_queue_rq_timeout +EXPORT_SYMBOL_GPL vmlinux 0xacf3e855 snd_soc_dapm_info_pin_switch +EXPORT_SYMBOL_GPL vmlinux 0xacf446da virtqueue_enable_cb_prepare +EXPORT_SYMBOL_GPL vmlinux 0xad029af5 wwan_put_debugfs_dir +EXPORT_SYMBOL_GPL vmlinux 0xad140bae ip6_pol_route +EXPORT_SYMBOL_GPL vmlinux 0xad1f1f64 sock_diag_destroy +EXPORT_SYMBOL_GPL vmlinux 0xad21e72e clk_register_mux_table +EXPORT_SYMBOL_GPL vmlinux 0xad2f3610 devm_i2c_new_dummy_device +EXPORT_SYMBOL_GPL vmlinux 0xad3232de vp_modern_get_driver_features +EXPORT_SYMBOL_GPL vmlinux 0xad42dff8 __SCK__tp_func_tcp_bad_csum +EXPORT_SYMBOL_GPL vmlinux 0xad4e6259 remove_cpu +EXPORT_SYMBOL_GPL vmlinux 0xad54e5b1 dev_pm_opp_get_voltage +EXPORT_SYMBOL_GPL vmlinux 0xad5db171 fuse_simple_background +EXPORT_SYMBOL_GPL vmlinux 0xad645234 register_switchdev_notifier +EXPORT_SYMBOL_GPL vmlinux 0xad76a3f0 __SCK__tp_func_neigh_update_done +EXPORT_SYMBOL_GPL vmlinux 0xad7c397b of_phy_simple_xlate +EXPORT_SYMBOL_GPL vmlinux 0xad90c74f gpiod_set_raw_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0xad928021 uart_console_device +EXPORT_SYMBOL_GPL vmlinux 0xad9fb247 lwtunnel_valid_encap_type_attr +EXPORT_SYMBOL_GPL vmlinux 0xada38766 dst_cache_destroy +EXPORT_SYMBOL_GPL vmlinux 0xada51365 __root_device_register +EXPORT_SYMBOL_GPL vmlinux 0xada689e8 pkcs7_verify +EXPORT_SYMBOL_GPL vmlinux 0xada8574d mddev_init_writes_pending +EXPORT_SYMBOL_GPL vmlinux 0xadae6e7b set_selection_kernel +EXPORT_SYMBOL_GPL vmlinux 0xadb715a3 i2c_new_ancillary_device +EXPORT_SYMBOL_GPL vmlinux 0xadbb7000 __devm_irq_alloc_descs +EXPORT_SYMBOL_GPL vmlinux 0xadc844ed xas_create_range +EXPORT_SYMBOL_GPL vmlinux 0xadceaef3 device_create_with_groups +EXPORT_SYMBOL_GPL vmlinux 0xadd568cb led_classdev_suspend +EXPORT_SYMBOL_GPL vmlinux 0xade3e56c musb_writew +EXPORT_SYMBOL_GPL vmlinux 0xade5339b hte_get_clk_src_info +EXPORT_SYMBOL_GPL vmlinux 0xadfc14b9 gpiochip_line_is_irq +EXPORT_SYMBOL_GPL vmlinux 0xae177cbb hisi_clk_register_phase +EXPORT_SYMBOL_GPL vmlinux 0xae1feb86 clk_mux_ro_ops +EXPORT_SYMBOL_GPL vmlinux 0xae251066 regulator_get_current_limit_regmap +EXPORT_SYMBOL_GPL vmlinux 0xae275dfa mbox_request_channel +EXPORT_SYMBOL_GPL vmlinux 0xae29265d usb_of_get_companion_dev +EXPORT_SYMBOL_GPL vmlinux 0xae39f80e dst_cache_init +EXPORT_SYMBOL_GPL vmlinux 0xae3a962c devm_clk_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0xae3d7375 ahci_do_softreset +EXPORT_SYMBOL_GPL vmlinux 0xae5371ec dev_pm_opp_disable +EXPORT_SYMBOL_GPL vmlinux 0xae5773a7 debugfs_file_put +EXPORT_SYMBOL_GPL vmlinux 0xae69b1c1 usermodehelper_read_unlock +EXPORT_SYMBOL_GPL vmlinux 0xae6c01ef user_free_preparse +EXPORT_SYMBOL_GPL vmlinux 0xae7645c5 nf_ipv6_ops +EXPORT_SYMBOL_GPL vmlinux 0xae7c231d mpi_cmp +EXPORT_SYMBOL_GPL vmlinux 0xae8de5d7 devm_nvmem_device_put +EXPORT_SYMBOL_GPL vmlinux 0xae91263b trace_define_field +EXPORT_SYMBOL_GPL vmlinux 0xaea37223 blk_queue_required_elevator_features +EXPORT_SYMBOL_GPL vmlinux 0xaea7f1ef devlink_sb_unregister +EXPORT_SYMBOL_GPL vmlinux 0xaeaf0c16 usb_disable_autosuspend +EXPORT_SYMBOL_GPL vmlinux 0xaebc5b25 unregister_mtd_user +EXPORT_SYMBOL_GPL vmlinux 0xaed0268b ahci_reset_controller +EXPORT_SYMBOL_GPL vmlinux 0xaed4efa9 dev_pm_opp_find_bw_ceil +EXPORT_SYMBOL_GPL vmlinux 0xaee28db7 dw_pcie_setup_rc +EXPORT_SYMBOL_GPL vmlinux 0xaee9f51b of_clk_add_provider +EXPORT_SYMBOL_GPL vmlinux 0xaefe3148 nand_prog_page_end_op +EXPORT_SYMBOL_GPL vmlinux 0xaf0f1b28 devm_hwmon_device_register_with_info +EXPORT_SYMBOL_GPL vmlinux 0xaf13f920 l3mdev_master_ifindex_rcu +EXPORT_SYMBOL_GPL vmlinux 0xaf151524 mtk_clk_register_fixed_clks +EXPORT_SYMBOL_GPL vmlinux 0xaf348da7 cpu_pm_exit +EXPORT_SYMBOL_GPL vmlinux 0xaf3a44e9 __SCK__tp_func_sched_overutilized_tp +EXPORT_SYMBOL_GPL vmlinux 0xaf3a58f1 devl_dpipe_table_unregister +EXPORT_SYMBOL_GPL vmlinux 0xaf3c8a8c ahci_platform_init_host +EXPORT_SYMBOL_GPL vmlinux 0xaf4014ff usb_amd_quirk_pll_check +EXPORT_SYMBOL_GPL vmlinux 0xaf446b9a fwnode_property_match_string +EXPORT_SYMBOL_GPL vmlinux 0xaf6c781f badblocks_check +EXPORT_SYMBOL_GPL vmlinux 0xaf70057e tty_port_register_device +EXPORT_SYMBOL_GPL vmlinux 0xaf721b8c dst_blackhole_redirect +EXPORT_SYMBOL_GPL vmlinux 0xaf73c58d regulator_force_disable +EXPORT_SYMBOL_GPL vmlinux 0xafaab28b fixed_phy_change_carrier +EXPORT_SYMBOL_GPL vmlinux 0xafc402f1 __blk_req_zone_write_lock +EXPORT_SYMBOL_GPL vmlinux 0xafcaed3a pinctrl_count_index_with_args +EXPORT_SYMBOL_GPL vmlinux 0xafd4a26c netdev_set_default_ethtool_ops +EXPORT_SYMBOL_GPL vmlinux 0xafd79dcc ahci_platform_disable_clks +EXPORT_SYMBOL_GPL vmlinux 0xafddd545 ata_id_c_string +EXPORT_SYMBOL_GPL vmlinux 0xafe2e332 skb_zerocopy +EXPORT_SYMBOL_GPL vmlinux 0xafe5434d mtk_free_clk_data +EXPORT_SYMBOL_GPL vmlinux 0xafeb58c1 __SCK__tp_func_io_page_fault +EXPORT_SYMBOL_GPL vmlinux 0xaff03630 rio_alloc_net +EXPORT_SYMBOL_GPL vmlinux 0xaffee2fb blk_crypto_reprogram_all_keys +EXPORT_SYMBOL_GPL vmlinux 0xb0232477 klist_prev +EXPORT_SYMBOL_GPL vmlinux 0xb0261560 snd_soc_runtime_calc_hw +EXPORT_SYMBOL_GPL vmlinux 0xb02807ec wm8350_block_write +EXPORT_SYMBOL_GPL vmlinux 0xb035181d perf_event_disable +EXPORT_SYMBOL_GPL vmlinux 0xb036d1c6 __traceiter_rpm_return_int +EXPORT_SYMBOL_GPL vmlinux 0xb03bf684 register_kprobes +EXPORT_SYMBOL_GPL vmlinux 0xb049a294 __SCK__tp_func_pelt_irq_tp +EXPORT_SYMBOL_GPL vmlinux 0xb04bdff6 pcie_bus_configure_settings +EXPORT_SYMBOL_GPL vmlinux 0xb04d1f7b perf_event_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0xb05aa4f9 snd_soc_jack_add_zones +EXPORT_SYMBOL_GPL vmlinux 0xb064bd59 perf_event_refresh +EXPORT_SYMBOL_GPL vmlinux 0xb068894e fsnotify +EXPORT_SYMBOL_GPL vmlinux 0xb0747ed2 rcu_cpu_stall_suppress +EXPORT_SYMBOL_GPL vmlinux 0xb076ff97 __tracepoint_sched_util_est_se_tp +EXPORT_SYMBOL_GPL vmlinux 0xb077e70a clk_unprepare +EXPORT_SYMBOL_GPL vmlinux 0xb07f870a unregister_wide_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0xb08ab649 usb_asmedia_modifyflowcontrol +EXPORT_SYMBOL_GPL vmlinux 0xb08b59ab ping_rcv +EXPORT_SYMBOL_GPL vmlinux 0xb08d30ab snd_soc_get_pcm_runtime +EXPORT_SYMBOL_GPL vmlinux 0xb09ee1a7 sdev_evt_send_simple +EXPORT_SYMBOL_GPL vmlinux 0xb0acc0e7 virtqueue_add_outbuf +EXPORT_SYMBOL_GPL vmlinux 0xb0b85f47 ring_buffer_iter_reset +EXPORT_SYMBOL_GPL vmlinux 0xb0bb29ee phy_modify_mmd_changed +EXPORT_SYMBOL_GPL vmlinux 0xb0c09d8e phy_reset +EXPORT_SYMBOL_GPL vmlinux 0xb0d1348a inet6_csk_xmit +EXPORT_SYMBOL_GPL vmlinux 0xb0d3419c xfrm_dev_resume +EXPORT_SYMBOL_GPL vmlinux 0xb0d665b0 fuse_file_poll +EXPORT_SYMBOL_GPL vmlinux 0xb0dcdb00 blk_queue_can_use_dma_map_merging +EXPORT_SYMBOL_GPL vmlinux 0xb1005dde l3mdev_master_upper_ifindex_by_index_rcu +EXPORT_SYMBOL_GPL vmlinux 0xb10852eb __devm_rtc_register_device +EXPORT_SYMBOL_GPL vmlinux 0xb10d964d devlink_fmsg_pair_nest_end +EXPORT_SYMBOL_GPL vmlinux 0xb11625b9 cpu_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0xb11b05ad __regmap_init_i2c +EXPORT_SYMBOL_GPL vmlinux 0xb11d9000 tty_dev_name_to_number +EXPORT_SYMBOL_GPL vmlinux 0xb1236e4b mtk_clk_unregister_composites +EXPORT_SYMBOL_GPL vmlinux 0xb12ce2c6 sdhci_get_cd_nogpio +EXPORT_SYMBOL_GPL vmlinux 0xb13b517f fwnode_property_read_string_array +EXPORT_SYMBOL_GPL vmlinux 0xb14abcd4 pci_assign_unassigned_bridge_resources +EXPORT_SYMBOL_GPL vmlinux 0xb15bcc6e gpiod_set_raw_array_value +EXPORT_SYMBOL_GPL vmlinux 0xb1647fc2 devlink_info_version_running_put +EXPORT_SYMBOL_GPL vmlinux 0xb189b36b snd_soc_dapm_sync_unlocked +EXPORT_SYMBOL_GPL vmlinux 0xb1a2c79c fib_nl_delrule +EXPORT_SYMBOL_GPL vmlinux 0xb1a6a145 fib_add_nexthop +EXPORT_SYMBOL_GPL vmlinux 0xb1a6b896 wakeup_sources_walk_start +EXPORT_SYMBOL_GPL vmlinux 0xb1b4c70b rdev_set_badblocks +EXPORT_SYMBOL_GPL vmlinux 0xb1b8a835 device_show_bool +EXPORT_SYMBOL_GPL vmlinux 0xb1baa71a devlink_linecard_provision_fail +EXPORT_SYMBOL_GPL vmlinux 0xb1bed25d dpm_resume_start +EXPORT_SYMBOL_GPL vmlinux 0xb1c78c1d relay_open +EXPORT_SYMBOL_GPL vmlinux 0xb1c8f54b dm_device_name +EXPORT_SYMBOL_GPL vmlinux 0xb1cd2dbf palmas_ext_control_req_config +EXPORT_SYMBOL_GPL vmlinux 0xb1e25684 __trace_bputs +EXPORT_SYMBOL_GPL vmlinux 0xb1e90b51 tegra_mc_write_emem_configuration +EXPORT_SYMBOL_GPL vmlinux 0xb1f7ea80 device_phy_find_device +EXPORT_SYMBOL_GPL vmlinux 0xb1fc1782 pci_speed_string +EXPORT_SYMBOL_GPL vmlinux 0xb1fe2720 simple_attr_read +EXPORT_SYMBOL_GPL vmlinux 0xb21d00c6 hte_ts_put +EXPORT_SYMBOL_GPL vmlinux 0xb21f732d sfp_bus_add_upstream +EXPORT_SYMBOL_GPL vmlinux 0xb2210d64 reset_control_deassert +EXPORT_SYMBOL_GPL vmlinux 0xb227bc86 switchdev_bridge_port_unoffload +EXPORT_SYMBOL_GPL vmlinux 0xb227d163 usb_enable_autosuspend +EXPORT_SYMBOL_GPL vmlinux 0xb230f246 fib6_get_table +EXPORT_SYMBOL_GPL vmlinux 0xb231be42 dma_request_chan_by_mask +EXPORT_SYMBOL_GPL vmlinux 0xb2347bf1 list_lru_destroy +EXPORT_SYMBOL_GPL vmlinux 0xb23b7691 start_poll_synchronize_rcu_full +EXPORT_SYMBOL_GPL vmlinux 0xb23f9f16 gpiod_get_raw_array_value +EXPORT_SYMBOL_GPL vmlinux 0xb2405efc secure_tcp_seq +EXPORT_SYMBOL_GPL vmlinux 0xb249e1f5 set_primary_fwnode +EXPORT_SYMBOL_GPL vmlinux 0xb24fbf57 gov_update_cpu_data +EXPORT_SYMBOL_GPL vmlinux 0xb2566852 exportfs_decode_fh_raw +EXPORT_SYMBOL_GPL vmlinux 0xb2668449 param_set_uint_minmax +EXPORT_SYMBOL_GPL vmlinux 0xb2693882 ping_unhash +EXPORT_SYMBOL_GPL vmlinux 0xb26a1add elfcorehdr_addr +EXPORT_SYMBOL_GPL vmlinux 0xb273a39d dev_pm_qos_flags +EXPORT_SYMBOL_GPL vmlinux 0xb298569d mtd_unlock +EXPORT_SYMBOL_GPL vmlinux 0xb2a1e4d8 virtqueue_get_vring_size +EXPORT_SYMBOL_GPL vmlinux 0xb2b8aab5 folio_mkclean +EXPORT_SYMBOL_GPL vmlinux 0xb2c1732e rcu_gp_set_torture_wait +EXPORT_SYMBOL_GPL vmlinux 0xb2d22f05 usb_set_configuration +EXPORT_SYMBOL_GPL vmlinux 0xb2d467d2 __register_mtd_parser +EXPORT_SYMBOL_GPL vmlinux 0xb2d94d60 rockchip_clk_register_ddrclk +EXPORT_SYMBOL_GPL vmlinux 0xb2e764e8 suspend_valid_only_mem +EXPORT_SYMBOL_GPL vmlinux 0xb2eccb6f eventfd_ctx_fileget +EXPORT_SYMBOL_GPL vmlinux 0xb2ed88fe lp8788_write_byte +EXPORT_SYMBOL_GPL vmlinux 0xb2fa093e blk_mq_map_queues +EXPORT_SYMBOL_GPL vmlinux 0xb2fb4351 unix_outq_len +EXPORT_SYMBOL_GPL vmlinux 0xb307c909 devlink_fmsg_u64_pair_put +EXPORT_SYMBOL_GPL vmlinux 0xb312e1f9 __mmu_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0xb327cd60 security_inode_create +EXPORT_SYMBOL_GPL vmlinux 0xb3449933 crypto_register_kpp +EXPORT_SYMBOL_GPL vmlinux 0xb34917fa power_supply_set_battery_charged +EXPORT_SYMBOL_GPL vmlinux 0xb34bb8e1 snd_soc_unregister_component_by_driver +EXPORT_SYMBOL_GPL vmlinux 0xb34e07a4 usb_gen_phy_init +EXPORT_SYMBOL_GPL vmlinux 0xb3523eac led_compose_name +EXPORT_SYMBOL_GPL vmlinux 0xb378559e freq_qos_add_request +EXPORT_SYMBOL_GPL vmlinux 0xb38195a4 scsi_flush_work +EXPORT_SYMBOL_GPL vmlinux 0xb3860f7c ahci_platform_shutdown +EXPORT_SYMBOL_GPL vmlinux 0xb38ba152 debugfs_create_ulong +EXPORT_SYMBOL_GPL vmlinux 0xb39084a5 pci_enable_pcie_error_reporting +EXPORT_SYMBOL_GPL vmlinux 0xb3917380 fb_deferred_io_open +EXPORT_SYMBOL_GPL vmlinux 0xb39c7cf9 trace_seq_printf +EXPORT_SYMBOL_GPL vmlinux 0xb3a98c6d crypto_drop_spawn +EXPORT_SYMBOL_GPL vmlinux 0xb3b77e10 crypto_alg_mod_lookup +EXPORT_SYMBOL_GPL vmlinux 0xb3c71fc1 nf_ip_route +EXPORT_SYMBOL_GPL vmlinux 0xb3d5fd95 clk_hw_get_num_parents +EXPORT_SYMBOL_GPL vmlinux 0xb3dd6abd iomap_zero_range +EXPORT_SYMBOL_GPL vmlinux 0xb3e251ac tty_kopen_exclusive +EXPORT_SYMBOL_GPL vmlinux 0xb3e98ac9 thermal_of_zone_unregister +EXPORT_SYMBOL_GPL vmlinux 0xb3f81680 snd_soc_dai_link_set_capabilities +EXPORT_SYMBOL_GPL vmlinux 0xb3feaa1a shash_register_instance +EXPORT_SYMBOL_GPL vmlinux 0xb3ffb167 posix_clock_unregister +EXPORT_SYMBOL_GPL vmlinux 0xb40c6376 cpuset_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0xb41d6532 pinctrl_select_state +EXPORT_SYMBOL_GPL vmlinux 0xb429d6fe iommu_present +EXPORT_SYMBOL_GPL vmlinux 0xb43f4907 dw_pcie_own_conf_map_bus +EXPORT_SYMBOL_GPL vmlinux 0xb43f9365 ktime_get +EXPORT_SYMBOL_GPL vmlinux 0xb43fe6b8 pci_iomap_wc +EXPORT_SYMBOL_GPL vmlinux 0xb44d1e56 skb_mpls_update_lse +EXPORT_SYMBOL_GPL vmlinux 0xb44e18ea audit_enabled +EXPORT_SYMBOL_GPL vmlinux 0xb45eadec tcp_enter_memory_pressure +EXPORT_SYMBOL_GPL vmlinux 0xb475b045 md_do_sync +EXPORT_SYMBOL_GPL vmlinux 0xb477ad8b xdp_return_frame_bulk +EXPORT_SYMBOL_GPL vmlinux 0xb48377fa transport_setup_device +EXPORT_SYMBOL_GPL vmlinux 0xb4964cad devlink_port_type_eth_set +EXPORT_SYMBOL_GPL vmlinux 0xb4b07db6 wm8350_gpio_config +EXPORT_SYMBOL_GPL vmlinux 0xb4b97c90 pvclock_gtod_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0xb4d78ad7 usb_get_intf +EXPORT_SYMBOL_GPL vmlinux 0xb4ea7cf7 kgdb_connected +EXPORT_SYMBOL_GPL vmlinux 0xb4eda0da ring_buffer_event_length +EXPORT_SYMBOL_GPL vmlinux 0xb4eee799 of_platform_default_populate +EXPORT_SYMBOL_GPL vmlinux 0xb4f56bfa gpiochip_lock_as_irq +EXPORT_SYMBOL_GPL vmlinux 0xb505af7e da903x_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0xb507e93d rhashtable_walk_stop +EXPORT_SYMBOL_GPL vmlinux 0xb5093dd3 console_list +EXPORT_SYMBOL_GPL vmlinux 0xb51fbd64 edac_op_state +EXPORT_SYMBOL_GPL vmlinux 0xb547d6e3 mvebu_mbus_add_window_remap_by_id +EXPORT_SYMBOL_GPL vmlinux 0xb561c490 mpi_mul +EXPORT_SYMBOL_GPL vmlinux 0xb56f83be snd_soc_component_read +EXPORT_SYMBOL_GPL vmlinux 0xb576a34e bpf_prog_alloc +EXPORT_SYMBOL_GPL vmlinux 0xb57a5c66 regmap_get_val_endian +EXPORT_SYMBOL_GPL vmlinux 0xb5aa3b85 rio_map_outb_region +EXPORT_SYMBOL_GPL vmlinux 0xb5b4c2e8 key_type_encrypted +EXPORT_SYMBOL_GPL vmlinux 0xb5bac5d1 skb_copy_ubufs +EXPORT_SYMBOL_GPL vmlinux 0xb5bb9c93 dma_alloc_noncontiguous +EXPORT_SYMBOL_GPL vmlinux 0xb5d04416 serial8250_rx_chars +EXPORT_SYMBOL_GPL vmlinux 0xb5d72f1f gpiochip_irq_unmap +EXPORT_SYMBOL_GPL vmlinux 0xb5dcd8a0 klist_init +EXPORT_SYMBOL_GPL vmlinux 0xb5df62cd qcom_smem_state_register +EXPORT_SYMBOL_GPL vmlinux 0xb5ee6002 bio_start_io_acct +EXPORT_SYMBOL_GPL vmlinux 0xb5f6df9d snd_soc_jack_add_gpios +EXPORT_SYMBOL_GPL vmlinux 0xb5f8ce3c rtc_update_irq_enable +EXPORT_SYMBOL_GPL vmlinux 0xb6064ca8 rio_unmap_inb_region +EXPORT_SYMBOL_GPL vmlinux 0xb60b419b devm_bitmap_zalloc +EXPORT_SYMBOL_GPL vmlinux 0xb60f5ff1 vring_new_virtqueue +EXPORT_SYMBOL_GPL vmlinux 0xb61a7d35 __devm_clk_hw_register_gate +EXPORT_SYMBOL_GPL vmlinux 0xb6261484 register_die_notifier +EXPORT_SYMBOL_GPL vmlinux 0xb62e5adc open_related_ns +EXPORT_SYMBOL_GPL vmlinux 0xb63f5bcb shash_ahash_finup +EXPORT_SYMBOL_GPL vmlinux 0xb6410433 mpi_addm +EXPORT_SYMBOL_GPL vmlinux 0xb645dfdf component_add +EXPORT_SYMBOL_GPL vmlinux 0xb645fbec __traceiter_pelt_cfs_tp +EXPORT_SYMBOL_GPL vmlinux 0xb64aa26a dev_pm_genpd_remove_notifier +EXPORT_SYMBOL_GPL vmlinux 0xb64b62db stmpe_enable +EXPORT_SYMBOL_GPL vmlinux 0xb64d147c vcap_rule_iter +EXPORT_SYMBOL_GPL vmlinux 0xb6548e5f dm_accept_partial_bio +EXPORT_SYMBOL_GPL vmlinux 0xb663ff07 snd_soc_get_volsw_range +EXPORT_SYMBOL_GPL vmlinux 0xb66c2f95 is_hash_blacklisted +EXPORT_SYMBOL_GPL vmlinux 0xb6787346 sfp_unregister_socket +EXPORT_SYMBOL_GPL vmlinux 0xb68893d4 edac_pci_handle_npe +EXPORT_SYMBOL_GPL vmlinux 0xb68cdfe0 dw_pcie_host_deinit +EXPORT_SYMBOL_GPL vmlinux 0xb69afbb0 devlink_linecard_deactivate +EXPORT_SYMBOL_GPL vmlinux 0xb6a56bcd pinctrl_register +EXPORT_SYMBOL_GPL vmlinux 0xb6ac62c2 dev_pm_domain_set +EXPORT_SYMBOL_GPL vmlinux 0xb6b43ed0 sdhci_calc_clk +EXPORT_SYMBOL_GPL vmlinux 0xb6b873f4 __tracepoint_add_device_to_group +EXPORT_SYMBOL_GPL vmlinux 0xb6bce718 free_uid +EXPORT_SYMBOL_GPL vmlinux 0xb6bf7f95 __cci_control_port_by_device +EXPORT_SYMBOL_GPL vmlinux 0xb6c6772c perf_event_release_kernel +EXPORT_SYMBOL_GPL vmlinux 0xb6cd77e8 pci_epc_mem_exit +EXPORT_SYMBOL_GPL vmlinux 0xb6cf6430 irq_domain_alloc_irqs_parent +EXPORT_SYMBOL_GPL vmlinux 0xb6da4141 imx_check_clk_hws +EXPORT_SYMBOL_GPL vmlinux 0xb6e6d99d clk_disable +EXPORT_SYMBOL_GPL vmlinux 0xb7006b42 bio_iov_iter_get_pages +EXPORT_SYMBOL_GPL vmlinux 0xb705d0e4 snd_dmaengine_pcm_pointer +EXPORT_SYMBOL_GPL vmlinux 0xb7075882 mtd_check_expert_analysis_mode +EXPORT_SYMBOL_GPL vmlinux 0xb72ef682 pinctrl_enable +EXPORT_SYMBOL_GPL vmlinux 0xb7329c06 clk_set_phase +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 0xb74dc0a3 aead_register_instance +EXPORT_SYMBOL_GPL vmlinux 0xb76088a3 sdhci_pltfm_free +EXPORT_SYMBOL_GPL vmlinux 0xb7611a88 dm_hold +EXPORT_SYMBOL_GPL vmlinux 0xb771e6b7 bL_switch_request_cb +EXPORT_SYMBOL_GPL vmlinux 0xb7744dfc nf_checksum_partial +EXPORT_SYMBOL_GPL vmlinux 0xb77db4cd software_node_find_by_name +EXPORT_SYMBOL_GPL vmlinux 0xb785daba inet_hash_connect +EXPORT_SYMBOL_GPL vmlinux 0xb786bf75 pci_write_msi_msg +EXPORT_SYMBOL_GPL vmlinux 0xb7936ada __vfs_setxattr_locked +EXPORT_SYMBOL_GPL vmlinux 0xb79b6037 snd_soc_tplg_widget_bind_event +EXPORT_SYMBOL_GPL vmlinux 0xb7a387fc synchronize_rcu_tasks_rude +EXPORT_SYMBOL_GPL vmlinux 0xb7bdfe4e __dev_fwnode_const +EXPORT_SYMBOL_GPL vmlinux 0xb7c549ff iommu_set_fault_handler +EXPORT_SYMBOL_GPL vmlinux 0xb7c69a63 unregister_vmap_purge_notifier +EXPORT_SYMBOL_GPL vmlinux 0xb7cc0cbd register_user_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0xb7d9cf5a pstore_register +EXPORT_SYMBOL_GPL vmlinux 0xb7dee5a2 md_stop_writes +EXPORT_SYMBOL_GPL vmlinux 0xb7e74bc5 __inode_attach_wb +EXPORT_SYMBOL_GPL vmlinux 0xb7ff6109 usb_sg_init +EXPORT_SYMBOL_GPL vmlinux 0xb801230d fib6_rule_default +EXPORT_SYMBOL_GPL vmlinux 0xb804440f ip6_flush_pending_frames +EXPORT_SYMBOL_GPL vmlinux 0xb819302e __traceiter_block_rq_insert +EXPORT_SYMBOL_GPL vmlinux 0xb8209c72 bus_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0xb82566eb omap_tll_enable +EXPORT_SYMBOL_GPL vmlinux 0xb83cf2a0 split_page +EXPORT_SYMBOL_GPL vmlinux 0xb846a4cb mtd_block_markbad +EXPORT_SYMBOL_GPL vmlinux 0xb8476dfb wwan_create_port +EXPORT_SYMBOL_GPL vmlinux 0xb84dbc7a crypto_ahash_final +EXPORT_SYMBOL_GPL vmlinux 0xb86758bf unregister_kprobe +EXPORT_SYMBOL_GPL vmlinux 0xb8781582 imx_clk_hw_sscg_pll +EXPORT_SYMBOL_GPL vmlinux 0xb87c4b16 of_clk_set_defaults +EXPORT_SYMBOL_GPL vmlinux 0xb87e165f rtc_class_close +EXPORT_SYMBOL_GPL vmlinux 0xb88dbfce irq_set_irqchip_state +EXPORT_SYMBOL_GPL vmlinux 0xb8a461ff sbitmap_queue_init_node +EXPORT_SYMBOL_GPL vmlinux 0xb8a76b7f get_mtd_device +EXPORT_SYMBOL_GPL vmlinux 0xb8a80502 regmap_multi_reg_write_bypassed +EXPORT_SYMBOL_GPL vmlinux 0xb8cd3a7f nf_logger_put +EXPORT_SYMBOL_GPL vmlinux 0xb8dc358a bpf_trace_run10 +EXPORT_SYMBOL_GPL vmlinux 0xb8de62c5 dev_pm_qos_remove_notifier +EXPORT_SYMBOL_GPL vmlinux 0xb8ec11af rio_mport_initialize +EXPORT_SYMBOL_GPL vmlinux 0xb8ee9b8e regmap_might_sleep +EXPORT_SYMBOL_GPL vmlinux 0xb8f91cfc ip6_route_output_flags +EXPORT_SYMBOL_GPL vmlinux 0xb9035aac ata_link_abort +EXPORT_SYMBOL_GPL vmlinux 0xb90a1fcd rsa_parse_priv_key +EXPORT_SYMBOL_GPL vmlinux 0xb9176155 asn1_ber_decoder +EXPORT_SYMBOL_GPL vmlinux 0xb917b6d7 return_address +EXPORT_SYMBOL_GPL vmlinux 0xb91a8fc0 fsverity_ioctl_enable +EXPORT_SYMBOL_GPL vmlinux 0xb933b67c wwan_get_debugfs_dir +EXPORT_SYMBOL_GPL vmlinux 0xb9409547 ata_sff_pause +EXPORT_SYMBOL_GPL vmlinux 0xb940d90d hte_enable_ts +EXPORT_SYMBOL_GPL vmlinux 0xb961e6ea pkcs7_parse_message +EXPORT_SYMBOL_GPL vmlinux 0xb9681621 xdp_do_flush +EXPORT_SYMBOL_GPL vmlinux 0xb9852d11 __traceiter_mc_event +EXPORT_SYMBOL_GPL vmlinux 0xb98781be sysfs_create_groups +EXPORT_SYMBOL_GPL vmlinux 0xb99a93f5 crypto_chain +EXPORT_SYMBOL_GPL vmlinux 0xb99d3629 synth_event_cmd_init +EXPORT_SYMBOL_GPL vmlinux 0xb9aa4339 devm_regulator_get_optional +EXPORT_SYMBOL_GPL vmlinux 0xb9b51e9d alarm_start +EXPORT_SYMBOL_GPL vmlinux 0xb9b9df41 usb_amd_dev_put +EXPORT_SYMBOL_GPL vmlinux 0xb9ba9d74 usb_driver_release_interface +EXPORT_SYMBOL_GPL vmlinux 0xb9c425de register_syscore_ops +EXPORT_SYMBOL_GPL vmlinux 0xb9ccae03 snd_soc_dapm_disable_pin +EXPORT_SYMBOL_GPL vmlinux 0xb9d025c9 llist_del_first +EXPORT_SYMBOL_GPL vmlinux 0xb9d0f7c2 dma_wait_for_async_tx +EXPORT_SYMBOL_GPL vmlinux 0xb9e87b94 bL_switcher_trace_trigger +EXPORT_SYMBOL_GPL vmlinux 0xb9e96f19 sbitmap_queue_clear +EXPORT_SYMBOL_GPL vmlinux 0xb9eda3d1 security_inode_setattr +EXPORT_SYMBOL_GPL vmlinux 0xb9fecbeb snd_soc_component_set_jack +EXPORT_SYMBOL_GPL vmlinux 0xba032f94 btree_insert +EXPORT_SYMBOL_GPL vmlinux 0xba1615d4 devres_add +EXPORT_SYMBOL_GPL vmlinux 0xba1e6339 pci_ats_supported +EXPORT_SYMBOL_GPL vmlinux 0xba2b7f64 cpufreq_generic_get +EXPORT_SYMBOL_GPL vmlinux 0xba35869c locks_owner_has_blockers +EXPORT_SYMBOL_GPL vmlinux 0xba3ba2f3 mtd_table_mutex +EXPORT_SYMBOL_GPL vmlinux 0xba458cbe to_of_pinfo +EXPORT_SYMBOL_GPL vmlinux 0xba485a7f ata_host_detach +EXPORT_SYMBOL_GPL vmlinux 0xba51b7a2 usb_hcd_map_urb_for_dma +EXPORT_SYMBOL_GPL vmlinux 0xba54f2d3 of_alias_get_id +EXPORT_SYMBOL_GPL vmlinux 0xba5835a1 usb_alloc_urb +EXPORT_SYMBOL_GPL vmlinux 0xba96b348 phy_10gbit_fec_features +EXPORT_SYMBOL_GPL vmlinux 0xbab0ca8f spi_new_ancillary_device +EXPORT_SYMBOL_GPL vmlinux 0xbab9a9f0 maxim_charger_currents +EXPORT_SYMBOL_GPL vmlinux 0xbabc6e63 ata_dev_disable +EXPORT_SYMBOL_GPL vmlinux 0xbace3461 usb_ep_disable +EXPORT_SYMBOL_GPL vmlinux 0xbad757f9 crypto_alloc_skcipher +EXPORT_SYMBOL_GPL vmlinux 0xbade7e0f devm_usb_get_phy_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0xbadf0dfd unix_peer_get +EXPORT_SYMBOL_GPL vmlinux 0xbae136dc iommu_iova_to_phys +EXPORT_SYMBOL_GPL vmlinux 0xbaf22757 kvfree_call_rcu +EXPORT_SYMBOL_GPL vmlinux 0xbaf511f5 crypto_unregister_akcipher +EXPORT_SYMBOL_GPL vmlinux 0xbaf6850c fsnotify_wait_marks_destroyed +EXPORT_SYMBOL_GPL vmlinux 0xbb028ad3 rcu_gp_slow_register +EXPORT_SYMBOL_GPL vmlinux 0xbb048848 nf_route +EXPORT_SYMBOL_GPL vmlinux 0xbb0ab47b debug_locks +EXPORT_SYMBOL_GPL vmlinux 0xbb102ade mas_expected_entries +EXPORT_SYMBOL_GPL vmlinux 0xbb1b08df blk_mq_start_stopped_hw_queue +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 0xbb486a1c get_cpu_device +EXPORT_SYMBOL_GPL vmlinux 0xbb4c7570 pids_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0xbb649521 fwnode_graph_get_endpoint_count +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 0xbb78d589 nand_get_small_page_ooblayout +EXPORT_SYMBOL_GPL vmlinux 0xbb820857 sdhci_pltfm_unregister +EXPORT_SYMBOL_GPL vmlinux 0xbb8c80c4 led_stop_software_blink +EXPORT_SYMBOL_GPL vmlinux 0xbbb4ab02 mtk_mutex_put +EXPORT_SYMBOL_GPL vmlinux 0xbbc9e702 __tracepoint_ata_bmdma_setup +EXPORT_SYMBOL_GPL vmlinux 0xbbf293c9 fwnode_get_next_parent +EXPORT_SYMBOL_GPL vmlinux 0xbc07c563 wm8350_reg_lock +EXPORT_SYMBOL_GPL vmlinux 0xbc21122d led_trigger_remove +EXPORT_SYMBOL_GPL vmlinux 0xbc26e87b dev_set_name +EXPORT_SYMBOL_GPL vmlinux 0xbc314156 nop_mnt_idmap +EXPORT_SYMBOL_GPL vmlinux 0xbc35df04 pm_generic_freeze +EXPORT_SYMBOL_GPL vmlinux 0xbc3bdc9f fib_rules_lookup +EXPORT_SYMBOL_GPL vmlinux 0xbc3f2cb0 timecounter_cyc2time +EXPORT_SYMBOL_GPL vmlinux 0xbc4f2ea6 pci_walk_bus +EXPORT_SYMBOL_GPL vmlinux 0xbc569bd5 list_lru_count_node +EXPORT_SYMBOL_GPL vmlinux 0xbc5a879d __traceiter_sched_util_est_se_tp +EXPORT_SYMBOL_GPL vmlinux 0xbc606535 virtio_check_mem_acc_cb +EXPORT_SYMBOL_GPL vmlinux 0xbc6bec66 free_percpu_irq +EXPORT_SYMBOL_GPL vmlinux 0xbc745695 mvebu_mbus_get_pcie_io_aperture +EXPORT_SYMBOL_GPL vmlinux 0xbc944768 rio_register_driver +EXPORT_SYMBOL_GPL vmlinux 0xbc94be3c regulator_map_voltage_linear +EXPORT_SYMBOL_GPL vmlinux 0xbc975a03 pin_user_pages_fast +EXPORT_SYMBOL_GPL vmlinux 0xbca2dcb1 edac_device_handle_ue_count +EXPORT_SYMBOL_GPL vmlinux 0xbcb02aa1 netdev_rx_handler_unregister +EXPORT_SYMBOL_GPL vmlinux 0xbcb0bca9 mtk_register_reset_controller_with_dev +EXPORT_SYMBOL_GPL vmlinux 0xbcbd34ac call_switchdev_blocking_notifiers +EXPORT_SYMBOL_GPL vmlinux 0xbcbe3339 devlink_set_features +EXPORT_SYMBOL_GPL vmlinux 0xbcc15e75 ktime_get_coarse_with_offset +EXPORT_SYMBOL_GPL vmlinux 0xbcc5a8b1 __traceiter_sched_overutilized_tp +EXPORT_SYMBOL_GPL vmlinux 0xbcc9b5d8 regmap_read +EXPORT_SYMBOL_GPL vmlinux 0xbcd4536c of_add_property +EXPORT_SYMBOL_GPL vmlinux 0xbcdbc646 device_get_next_child_node +EXPORT_SYMBOL_GPL vmlinux 0xbcdcc95e edac_mc_add_mc_with_groups +EXPORT_SYMBOL_GPL vmlinux 0xbcdd5b99 iommu_group_set_name +EXPORT_SYMBOL_GPL vmlinux 0xbcdecaa6 snd_pcm_hw_constraint_eld +EXPORT_SYMBOL_GPL vmlinux 0xbce0697a pm_generic_suspend_noirq +EXPORT_SYMBOL_GPL vmlinux 0xbce12556 clk_divider_ro_ops +EXPORT_SYMBOL_GPL vmlinux 0xbcee318d of_device_compatible_match +EXPORT_SYMBOL_GPL vmlinux 0xbcf1f0e6 zs_create_pool +EXPORT_SYMBOL_GPL vmlinux 0xbcf640d6 dev_pm_qos_update_request +EXPORT_SYMBOL_GPL vmlinux 0xbcfdebb7 pinmux_generic_remove_function +EXPORT_SYMBOL_GPL vmlinux 0xbd06f3a9 ata_get_cmd_name +EXPORT_SYMBOL_GPL vmlinux 0xbd09fbc5 splice_to_pipe +EXPORT_SYMBOL_GPL vmlinux 0xbd0a52fb __tracepoint_udp_fail_queue_rcv_skb +EXPORT_SYMBOL_GPL vmlinux 0xbd281ba9 ehci_reset +EXPORT_SYMBOL_GPL vmlinux 0xbd2e80a6 device_destroy +EXPORT_SYMBOL_GPL vmlinux 0xbd3fe1e3 disable_hardirq +EXPORT_SYMBOL_GPL vmlinux 0xbd4f7b3c trace_seq_path +EXPORT_SYMBOL_GPL vmlinux 0xbd60f8e7 sock_map_close +EXPORT_SYMBOL_GPL vmlinux 0xbd6d6133 subsys_find_device_by_id +EXPORT_SYMBOL_GPL vmlinux 0xbd846699 trace_array_init_printk +EXPORT_SYMBOL_GPL vmlinux 0xbd85a551 con_debug_enter +EXPORT_SYMBOL_GPL vmlinux 0xbda04a91 cond_synchronize_rcu_expedited +EXPORT_SYMBOL_GPL vmlinux 0xbdb1c458 dev_pm_opp_get_supplies +EXPORT_SYMBOL_GPL vmlinux 0xbdbe3135 devm_device_add_group +EXPORT_SYMBOL_GPL vmlinux 0xbdbebb39 lwtunnel_output +EXPORT_SYMBOL_GPL vmlinux 0xbdcc7999 dev_pm_opp_of_get_sharing_cpus +EXPORT_SYMBOL_GPL vmlinux 0xbdcd6e5e imx_unregister_hw_clocks +EXPORT_SYMBOL_GPL vmlinux 0xbdda1b5f vmalloc_huge +EXPORT_SYMBOL_GPL vmlinux 0xbde3fdbf mptcp_token_iter_next +EXPORT_SYMBOL_GPL vmlinux 0xbdeb1161 tpm1_getcap +EXPORT_SYMBOL_GPL vmlinux 0xbdee7779 stmpe_block_read +EXPORT_SYMBOL_GPL vmlinux 0xbdf49c48 get_pid_task +EXPORT_SYMBOL_GPL vmlinux 0xbdf4b96f percpu_ref_init +EXPORT_SYMBOL_GPL vmlinux 0xbe137c1e imx_fracn_gppll +EXPORT_SYMBOL_GPL vmlinux 0xbe150979 pci_iov_vf_id +EXPORT_SYMBOL_GPL vmlinux 0xbe2b11fa iomap_seek_hole +EXPORT_SYMBOL_GPL vmlinux 0xbe358f5c mm_kobj +EXPORT_SYMBOL_GPL vmlinux 0xbe45858d pm_clk_suspend +EXPORT_SYMBOL_GPL vmlinux 0xbe579045 vga_default_device +EXPORT_SYMBOL_GPL vmlinux 0xbe687e88 wake_up_all_idle_cpus +EXPORT_SYMBOL_GPL vmlinux 0xbe6db01b device_remove_file_self +EXPORT_SYMBOL_GPL vmlinux 0xbe751d81 usb_unlink_urb +EXPORT_SYMBOL_GPL vmlinux 0xbe8a5905 mtk_pinconf_drive_set_rev1 +EXPORT_SYMBOL_GPL vmlinux 0xbe96dfd8 of_reconfig_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0xbe9a83d5 dw_pcie_write +EXPORT_SYMBOL_GPL vmlinux 0xbea59373 vcap_rule_add_action_bit +EXPORT_SYMBOL_GPL vmlinux 0xbea5ff1e static_key_initialized +EXPORT_SYMBOL_GPL vmlinux 0xbeab85ac mtk_eint_do_init +EXPORT_SYMBOL_GPL vmlinux 0xbebfeea0 screen_pos +EXPORT_SYMBOL_GPL vmlinux 0xbec5473b usb_ep_fifo_status +EXPORT_SYMBOL_GPL vmlinux 0xbec7cbd3 snd_card_free_on_error +EXPORT_SYMBOL_GPL vmlinux 0xbed62f2f relay_reset +EXPORT_SYMBOL_GPL vmlinux 0xbedbba64 device_set_of_node_from_dev +EXPORT_SYMBOL_GPL vmlinux 0xbedf2e6a xdp_rxq_info_reg_mem_model +EXPORT_SYMBOL_GPL vmlinux 0xbee3ca4d of_thermal_get_trip_points +EXPORT_SYMBOL_GPL vmlinux 0xbef15b9d regulator_map_voltage_ascend +EXPORT_SYMBOL_GPL vmlinux 0xbefa7305 tcp_done +EXPORT_SYMBOL_GPL vmlinux 0xbefd89c9 crypto_grab_skcipher +EXPORT_SYMBOL_GPL vmlinux 0xbf041102 register_vt_notifier +EXPORT_SYMBOL_GPL vmlinux 0xbf1d6d2f usb_get_from_anchor +EXPORT_SYMBOL_GPL vmlinux 0xbf1e74fb pci_create_ims_domain +EXPORT_SYMBOL_GPL vmlinux 0xbf275705 tcp_cong_avoid_ai +EXPORT_SYMBOL_GPL vmlinux 0xbf2e2e71 housekeeping_enabled +EXPORT_SYMBOL_GPL vmlinux 0xbf3cd185 tps6586x_irq_get_virq +EXPORT_SYMBOL_GPL vmlinux 0xbf40ade9 vcap_addr_keysets +EXPORT_SYMBOL_GPL vmlinux 0xbf4513c3 devlink_linecard_activate +EXPORT_SYMBOL_GPL vmlinux 0xbf554641 __tracepoint_sched_cpu_capacity_tp +EXPORT_SYMBOL_GPL vmlinux 0xbf5c0793 sdhci_set_ios +EXPORT_SYMBOL_GPL vmlinux 0xbf678b4c devm_regulator_bulk_get_const +EXPORT_SYMBOL_GPL vmlinux 0xbf71d7ee serial8250_do_startup +EXPORT_SYMBOL_GPL vmlinux 0xbf7be367 stmpe_disable +EXPORT_SYMBOL_GPL vmlinux 0xbf9f85ee pci_user_write_config_dword +EXPORT_SYMBOL_GPL vmlinux 0xbfad62d4 cpuidle_get_driver +EXPORT_SYMBOL_GPL vmlinux 0xbfb2f7bb xhci_gen_setup +EXPORT_SYMBOL_GPL vmlinux 0xbfb371ea tegra_mc_probe_device +EXPORT_SYMBOL_GPL vmlinux 0xbfbc5434 pciserial_resume_ports +EXPORT_SYMBOL_GPL vmlinux 0xbfc8ffcd irq_set_chip_and_handler_name +EXPORT_SYMBOL_GPL vmlinux 0xbfd44850 dev_pm_opp_is_turbo +EXPORT_SYMBOL_GPL vmlinux 0xbfdefef3 snd_hwparams_to_dma_slave_config +EXPORT_SYMBOL_GPL vmlinux 0xbfe5616d tick_broadcast_oneshot_control +EXPORT_SYMBOL_GPL vmlinux 0xbfe83bb4 imx_ccm_lock +EXPORT_SYMBOL_GPL vmlinux 0xbfe84dc9 __tracepoint_neigh_event_send_done +EXPORT_SYMBOL_GPL vmlinux 0xbfec9158 fat_alloc_new_dir +EXPORT_SYMBOL_GPL vmlinux 0xbff607cd iommu_set_pgtable_quirks +EXPORT_SYMBOL_GPL vmlinux 0xbffe037e devlink_params_register +EXPORT_SYMBOL_GPL vmlinux 0xc00131cf visitor64 +EXPORT_SYMBOL_GPL vmlinux 0xc01cc6e0 vcap_del_rule +EXPORT_SYMBOL_GPL vmlinux 0xc046cf84 imx93_clk_gate +EXPORT_SYMBOL_GPL vmlinux 0xc048ee6c rockchip_pcie_deinit_phys +EXPORT_SYMBOL_GPL vmlinux 0xc04e20c3 percpu_ref_switch_to_atomic_sync +EXPORT_SYMBOL_GPL vmlinux 0xc04fe206 mtk_pinconf_adv_drive_get_raw +EXPORT_SYMBOL_GPL vmlinux 0xc050f336 clk_regmap_gate_ops +EXPORT_SYMBOL_GPL vmlinux 0xc056723f sched_show_task +EXPORT_SYMBOL_GPL vmlinux 0xc0583e20 edac_queue_work +EXPORT_SYMBOL_GPL vmlinux 0xc05cee80 ipi_get_hwirq +EXPORT_SYMBOL_GPL vmlinux 0xc05f5bfe platform_msi_create_irq_domain +EXPORT_SYMBOL_GPL vmlinux 0xc063f3cc ata_cable_40wire +EXPORT_SYMBOL_GPL vmlinux 0xc06b77b3 __cci_control_port_by_index +EXPORT_SYMBOL_GPL vmlinux 0xc081c246 bL_switcher_put_enabled +EXPORT_SYMBOL_GPL vmlinux 0xc090c376 net_selftest_get_strings +EXPORT_SYMBOL_GPL vmlinux 0xc0975359 fat_scan +EXPORT_SYMBOL_GPL vmlinux 0xc099e15c kvm_arch_ptp_get_crosststamp +EXPORT_SYMBOL_GPL vmlinux 0xc0a0427b blk_rq_prep_clone +EXPORT_SYMBOL_GPL vmlinux 0xc0a62b9f crypto_stats_akcipher_decrypt +EXPORT_SYMBOL_GPL vmlinux 0xc0a96e14 rcu_gp_is_expedited +EXPORT_SYMBOL_GPL vmlinux 0xc0b2664d devlink_dpipe_header_ipv4 +EXPORT_SYMBOL_GPL vmlinux 0xc0b4bcc1 mtk_clk_simple_remove +EXPORT_SYMBOL_GPL vmlinux 0xc0c7ff39 gen_pool_get +EXPORT_SYMBOL_GPL vmlinux 0xc0dcb59e edac_layer_name +EXPORT_SYMBOL_GPL vmlinux 0xc0dd9f8a extcon_get_edev_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0xc0dde20c dev_pm_qos_hide_flags +EXPORT_SYMBOL_GPL vmlinux 0xc0e75cec visitor128 +EXPORT_SYMBOL_GPL vmlinux 0xc0eb88e5 xfrm_audit_policy_delete +EXPORT_SYMBOL_GPL vmlinux 0xc0f0458a ip_tunnel_unneed_metadata +EXPORT_SYMBOL_GPL vmlinux 0xc101388e xfrm_audit_state_notfound +EXPORT_SYMBOL_GPL vmlinux 0xc1086e0c sysrq_toggle_support +EXPORT_SYMBOL_GPL vmlinux 0xc10bb710 cookie_tcp_reqsk_alloc +EXPORT_SYMBOL_GPL vmlinux 0xc10fddb8 name_to_dev_t +EXPORT_SYMBOL_GPL vmlinux 0xc115d1b7 sdio_claim_host +EXPORT_SYMBOL_GPL vmlinux 0xc1166f68 da9052_adc_read_temp +EXPORT_SYMBOL_GPL vmlinux 0xc11d954e snd_pcm_stream_lock_irq +EXPORT_SYMBOL_GPL vmlinux 0xc1259bd1 devm_pinctrl_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc1442ba9 devm_irq_setup_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0xc1537a97 __traceiter_rpm_idle +EXPORT_SYMBOL_GPL vmlinux 0xc167edec usb_phy_roothub_suspend +EXPORT_SYMBOL_GPL vmlinux 0xc16ea888 __mmc_poll_for_busy +EXPORT_SYMBOL_GPL vmlinux 0xc17515d7 usb_hcds_loaded +EXPORT_SYMBOL_GPL vmlinux 0xc190f968 sch_frag_xmit_hook +EXPORT_SYMBOL_GPL vmlinux 0xc198f5f8 spi_mem_dirmap_write +EXPORT_SYMBOL_GPL vmlinux 0xc1a453f5 iomap_writepages +EXPORT_SYMBOL_GPL vmlinux 0xc1b7c051 snd_soc_dai_set_channel_map +EXPORT_SYMBOL_GPL vmlinux 0xc1b88d1a gpiod_toggle_active_low +EXPORT_SYMBOL_GPL vmlinux 0xc1c11293 sdhci_cqe_irq +EXPORT_SYMBOL_GPL vmlinux 0xc1c1ab92 snd_soc_jack_add_pins +EXPORT_SYMBOL_GPL vmlinux 0xc1c3ac6b dev_pm_opp_get_power +EXPORT_SYMBOL_GPL vmlinux 0xc1e3c611 serdev_device_close +EXPORT_SYMBOL_GPL vmlinux 0xc1e44b10 snd_soc_bytes_get +EXPORT_SYMBOL_GPL vmlinux 0xc1e6986e interval_tree_span_iter_first +EXPORT_SYMBOL_GPL vmlinux 0xc1eaa20b crypto_register_acomps +EXPORT_SYMBOL_GPL vmlinux 0xc1f57d78 vp_legacy_remove +EXPORT_SYMBOL_GPL vmlinux 0xc1fd0840 phy_10gbit_features +EXPORT_SYMBOL_GPL vmlinux 0xc2056813 pm_generic_poweroff_noirq +EXPORT_SYMBOL_GPL vmlinux 0xc206c0c3 uart_insert_char +EXPORT_SYMBOL_GPL vmlinux 0xc20f2afa kernfs_notify +EXPORT_SYMBOL_GPL vmlinux 0xc212dbd1 __tracepoint_neigh_event_send_dead +EXPORT_SYMBOL_GPL vmlinux 0xc21b3cca devices_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0xc22a3091 vm_unmap_aliases +EXPORT_SYMBOL_GPL vmlinux 0xc2306e49 usb_free_streams +EXPORT_SYMBOL_GPL vmlinux 0xc2343115 pci_test_config_bits +EXPORT_SYMBOL_GPL vmlinux 0xc2368ea5 ata_xfer_mask2mode +EXPORT_SYMBOL_GPL vmlinux 0xc2371ffc snd_soc_dapm_get_enum_double +EXPORT_SYMBOL_GPL vmlinux 0xc24a8fa6 xhci_suspend +EXPORT_SYMBOL_GPL vmlinux 0xc2514cbe stmpe_block_write +EXPORT_SYMBOL_GPL vmlinux 0xc255843e wm8350_device_init +EXPORT_SYMBOL_GPL vmlinux 0xc256bde7 sdhci_set_clock +EXPORT_SYMBOL_GPL vmlinux 0xc25edaa3 of_phy_put +EXPORT_SYMBOL_GPL vmlinux 0xc2692173 wakeup_sources_read_lock +EXPORT_SYMBOL_GPL vmlinux 0xc272e7a5 of_clk_get_parent_count +EXPORT_SYMBOL_GPL vmlinux 0xc289e46d cpufreq_generic_frequency_table_verify +EXPORT_SYMBOL_GPL vmlinux 0xc28f47a7 regulator_count_voltages +EXPORT_SYMBOL_GPL vmlinux 0xc29742d2 driver_register +EXPORT_SYMBOL_GPL vmlinux 0xc29d723d rcu_trc_cmpxchg_need_qs +EXPORT_SYMBOL_GPL vmlinux 0xc2a814db tcp_memory_pressure +EXPORT_SYMBOL_GPL vmlinux 0xc2b8d9a6 class_interface_register +EXPORT_SYMBOL_GPL vmlinux 0xc2be1342 gpiochip_request_own_desc +EXPORT_SYMBOL_GPL vmlinux 0xc2cbb79f skb_zerocopy_iter_stream +EXPORT_SYMBOL_GPL vmlinux 0xc2d1300d lwtunnel_encap_del_ops +EXPORT_SYMBOL_GPL vmlinux 0xc2d25bbc __fscrypt_prepare_rename +EXPORT_SYMBOL_GPL vmlinux 0xc2d96e45 class_dev_iter_next +EXPORT_SYMBOL_GPL vmlinux 0xc2e31eca skcipher_walk_aead_decrypt +EXPORT_SYMBOL_GPL vmlinux 0xc2eaa8bd __clk_hw_register_divider +EXPORT_SYMBOL_GPL vmlinux 0xc2ef9765 mpc8xxx_spi_rx_buf_u16 +EXPORT_SYMBOL_GPL vmlinux 0xc30621fe pm_genpd_add_device +EXPORT_SYMBOL_GPL vmlinux 0xc317a15e snd_soc_daifmt_clock_provider_flipped +EXPORT_SYMBOL_GPL vmlinux 0xc31ff1cf regmap_add_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0xc331ebcf vp_legacy_get_features +EXPORT_SYMBOL_GPL vmlinux 0xc333cf39 irq_chip_mask_ack_parent +EXPORT_SYMBOL_GPL vmlinux 0xc341ae6d zs_map_object +EXPORT_SYMBOL_GPL vmlinux 0xc34e4c7b kernel_read_file_from_fd +EXPORT_SYMBOL_GPL vmlinux 0xc352528f proc_create_net_data +EXPORT_SYMBOL_GPL vmlinux 0xc368887d snd_soc_dapm_update_dai +EXPORT_SYMBOL_GPL vmlinux 0xc3708747 trace_vprintk +EXPORT_SYMBOL_GPL vmlinux 0xc3796502 crypto_aead_encrypt +EXPORT_SYMBOL_GPL vmlinux 0xc3805cd1 fs_ftype_to_dtype +EXPORT_SYMBOL_GPL vmlinux 0xc3838d33 ahci_platform_suspend +EXPORT_SYMBOL_GPL vmlinux 0xc3861fb1 ata_sff_dev_select +EXPORT_SYMBOL_GPL vmlinux 0xc392b5b0 mmc_pwrseq_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc39abbaa gpiochip_find +EXPORT_SYMBOL_GPL vmlinux 0xc3adbc80 extcon_register_notifier_all +EXPORT_SYMBOL_GPL vmlinux 0xc3ae8737 vchan_dma_desc_free_list +EXPORT_SYMBOL_GPL vmlinux 0xc3b201e5 pci_epc_get_features +EXPORT_SYMBOL_GPL vmlinux 0xc3b4e1a0 mtd_wunit_to_pairing_info +EXPORT_SYMBOL_GPL vmlinux 0xc3ba2e0a blkcg_root_css +EXPORT_SYMBOL_GPL vmlinux 0xc3c4c6cc hash_algo_name +EXPORT_SYMBOL_GPL vmlinux 0xc3cf3f43 nand_readid_op +EXPORT_SYMBOL_GPL vmlinux 0xc3da0765 regmap_mmio_attach_clk +EXPORT_SYMBOL_GPL vmlinux 0xc3de65ff ring_buffer_bytes_cpu +EXPORT_SYMBOL_GPL vmlinux 0xc3e23cf1 mtk_mmsys_ddp_disconnect +EXPORT_SYMBOL_GPL vmlinux 0xc3ea5305 iommu_default_passthrough +EXPORT_SYMBOL_GPL vmlinux 0xc3f25432 pm_runtime_get_if_active +EXPORT_SYMBOL_GPL vmlinux 0xc4011cd2 kernel_kobj +EXPORT_SYMBOL_GPL vmlinux 0xc4146107 cpufreq_enable_fast_switch +EXPORT_SYMBOL_GPL vmlinux 0xc41b6e36 fscrypt_mergeable_bio_bh +EXPORT_SYMBOL_GPL vmlinux 0xc41f0d5d icc_sync_state +EXPORT_SYMBOL_GPL vmlinux 0xc428068d sata_deb_timing_long +EXPORT_SYMBOL_GPL vmlinux 0xc42bce9a snd_pcm_stream_unlock +EXPORT_SYMBOL_GPL vmlinux 0xc42dbf2a vcap_rule_mod_key_u32 +EXPORT_SYMBOL_GPL vmlinux 0xc43c1291 rio_local_set_device_id +EXPORT_SYMBOL_GPL vmlinux 0xc4446d63 ethnl_cable_test_alloc +EXPORT_SYMBOL_GPL vmlinux 0xc4479226 pkcs7_get_content_data +EXPORT_SYMBOL_GPL vmlinux 0xc449866d regmap_parse_val +EXPORT_SYMBOL_GPL vmlinux 0xc44992ee devlink_param_driverinit_value_get +EXPORT_SYMBOL_GPL vmlinux 0xc44afc48 pse_ethtool_set_config +EXPORT_SYMBOL_GPL vmlinux 0xc44b9c84 devl_resources_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc45387de spi_mem_dirmap_create +EXPORT_SYMBOL_GPL vmlinux 0xc454ae65 iommu_domain_free +EXPORT_SYMBOL_GPL vmlinux 0xc454fc7b twl_get_type +EXPORT_SYMBOL_GPL vmlinux 0xc471c67a twl4030_audio_disable_resource +EXPORT_SYMBOL_GPL vmlinux 0xc473f58c mtk_clk_unregister_dividers +EXPORT_SYMBOL_GPL vmlinux 0xc47a078e gpiochip_add_pin_range +EXPORT_SYMBOL_GPL vmlinux 0xc47a90b9 bpf_fentry_test1 +EXPORT_SYMBOL_GPL vmlinux 0xc47e1651 devm_nvmem_register +EXPORT_SYMBOL_GPL vmlinux 0xc482beec md_bitmap_load +EXPORT_SYMBOL_GPL vmlinux 0xc486a448 nanddev_markbad +EXPORT_SYMBOL_GPL vmlinux 0xc488665d clean_acked_data_enable +EXPORT_SYMBOL_GPL vmlinux 0xc4937fde ti_clk_is_in_standby +EXPORT_SYMBOL_GPL vmlinux 0xc496c91f pm_generic_restore_early +EXPORT_SYMBOL_GPL vmlinux 0xc498bdc9 devlink_register +EXPORT_SYMBOL_GPL vmlinux 0xc4a320a0 irq_chip_disable_parent +EXPORT_SYMBOL_GPL vmlinux 0xc4b2f35c blk_add_driver_data +EXPORT_SYMBOL_GPL vmlinux 0xc4bbc267 rt_mutex_trylock +EXPORT_SYMBOL_GPL vmlinux 0xc4c2f7ac of_pci_dma_range_parser_init +EXPORT_SYMBOL_GPL vmlinux 0xc4c32e4c dma_opt_mapping_size +EXPORT_SYMBOL_GPL vmlinux 0xc4cdb35f mptcp_pm_get_local_addr_max +EXPORT_SYMBOL_GPL vmlinux 0xc4cf2420 ring_buffer_read_page +EXPORT_SYMBOL_GPL vmlinux 0xc4db5d0e aead_exit_geniv +EXPORT_SYMBOL_GPL vmlinux 0xc4ea2013 rtnl_link_register +EXPORT_SYMBOL_GPL vmlinux 0xc4ebec4b ping_seq_start +EXPORT_SYMBOL_GPL vmlinux 0xc4f0da12 ktime_get_with_offset +EXPORT_SYMBOL_GPL vmlinux 0xc4f64fae snd_soc_dpcm_can_be_free_stop +EXPORT_SYMBOL_GPL vmlinux 0xc4f7c466 stmpe_reg_write +EXPORT_SYMBOL_GPL vmlinux 0xc4f88d62 perf_pmu_migrate_context +EXPORT_SYMBOL_GPL vmlinux 0xc4f938b2 ip6_route_output_flags_noref +EXPORT_SYMBOL_GPL vmlinux 0xc50f1761 regulator_get_current_limit +EXPORT_SYMBOL_GPL vmlinux 0xc5278e8e auxiliary_device_init +EXPORT_SYMBOL_GPL vmlinux 0xc5284030 __irq_domain_alloc_fwnode +EXPORT_SYMBOL_GPL vmlinux 0xc53f8718 devlink_region_create +EXPORT_SYMBOL_GPL vmlinux 0xc54e515d ata_port_abort +EXPORT_SYMBOL_GPL vmlinux 0xc54ecd63 spi_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0xc5503b31 of_regulator_match +EXPORT_SYMBOL_GPL vmlinux 0xc5571ea9 skb_splice_bits +EXPORT_SYMBOL_GPL vmlinux 0xc5604800 clk_set_rate_exclusive +EXPORT_SYMBOL_GPL vmlinux 0xc5671d11 musb_interrupt +EXPORT_SYMBOL_GPL vmlinux 0xc569d8ce __clk_get_name +EXPORT_SYMBOL_GPL vmlinux 0xc5743a45 __blkg_prfill_u64 +EXPORT_SYMBOL_GPL vmlinux 0xc575c737 debug_locks_off +EXPORT_SYMBOL_GPL vmlinux 0xc57683fa xhci_drop_endpoint +EXPORT_SYMBOL_GPL vmlinux 0xc5777fca linear_range_get_selector_low_array +EXPORT_SYMBOL_GPL vmlinux 0xc57a2f00 nanddev_isreserved +EXPORT_SYMBOL_GPL vmlinux 0xc57ee9f8 mtd_read_fact_prot_reg +EXPORT_SYMBOL_GPL vmlinux 0xc580028c pm_runtime_enable +EXPORT_SYMBOL_GPL vmlinux 0xc58a3ee6 icc_node_destroy +EXPORT_SYMBOL_GPL vmlinux 0xc59bb442 snd_soc_component_compr_free +EXPORT_SYMBOL_GPL vmlinux 0xc5aab806 usb_hcd_setup_local_mem +EXPORT_SYMBOL_GPL vmlinux 0xc5abe898 gpiod_set_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0xc5c29e30 usb_gadget_vbus_disconnect +EXPORT_SYMBOL_GPL vmlinux 0xc5cae47d fscrypt_limit_io_blocks +EXPORT_SYMBOL_GPL vmlinux 0xc5e80860 snd_soc_dapm_init +EXPORT_SYMBOL_GPL vmlinux 0xc5f1fa54 trace_add_event_call +EXPORT_SYMBOL_GPL vmlinux 0xc5fd4941 cpufreq_disable_fast_switch +EXPORT_SYMBOL_GPL vmlinux 0xc61191d4 mtk_pinconf_bias_set +EXPORT_SYMBOL_GPL vmlinux 0xc617f82c unregister_oom_notifier +EXPORT_SYMBOL_GPL vmlinux 0xc6205d24 __traceiter_ata_bmdma_status +EXPORT_SYMBOL_GPL vmlinux 0xc629c827 blk_mq_sched_mark_restart_hctx +EXPORT_SYMBOL_GPL vmlinux 0xc62a6e44 rio_route_clr_table +EXPORT_SYMBOL_GPL vmlinux 0xc62d4013 class_remove_file_ns +EXPORT_SYMBOL_GPL vmlinux 0xc63025a2 irq_gc_mask_clr_bit +EXPORT_SYMBOL_GPL vmlinux 0xc6303e99 reset_simple_ops +EXPORT_SYMBOL_GPL vmlinux 0xc6454895 dev_pm_qos_add_notifier +EXPORT_SYMBOL_GPL vmlinux 0xc645fcf3 __tracepoint_wbc_writepage +EXPORT_SYMBOL_GPL vmlinux 0xc64f8492 sk_psock_init +EXPORT_SYMBOL_GPL vmlinux 0xc6569014 clk_fixed_rate_ops +EXPORT_SYMBOL_GPL vmlinux 0xc658a7ec __irq_alloc_domain_generic_chips +EXPORT_SYMBOL_GPL vmlinux 0xc65fd6a7 __traceiter_sched_update_nr_running_tp +EXPORT_SYMBOL_GPL vmlinux 0xc66b77b1 iommu_group_set_iommudata +EXPORT_SYMBOL_GPL vmlinux 0xc6753d7b crypto_stats_aead_encrypt +EXPORT_SYMBOL_GPL vmlinux 0xc6779093 ring_buffer_record_enable +EXPORT_SYMBOL_GPL vmlinux 0xc6799fab tty_port_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0xc67c7689 i2c_generic_scl_recovery +EXPORT_SYMBOL_GPL vmlinux 0xc67e5d90 ata_sff_prereset +EXPORT_SYMBOL_GPL vmlinux 0xc6873d3c pm_clk_add_clk +EXPORT_SYMBOL_GPL vmlinux 0xc68c41d6 __SCK__tp_func_ata_bmdma_setup +EXPORT_SYMBOL_GPL vmlinux 0xc69684de device_driver_attach +EXPORT_SYMBOL_GPL vmlinux 0xc69b7ee5 zs_destroy_pool +EXPORT_SYMBOL_GPL vmlinux 0xc69ec9b3 watchdog_register_device +EXPORT_SYMBOL_GPL vmlinux 0xc6a4a872 __clk_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0xc6ad28d2 nanddev_bbt_init +EXPORT_SYMBOL_GPL vmlinux 0xc6adc8ba __xas_next +EXPORT_SYMBOL_GPL vmlinux 0xc6b1989a regulator_get_optional +EXPORT_SYMBOL_GPL vmlinux 0xc6b336ea rcu_tasks_trace_qs_blkd +EXPORT_SYMBOL_GPL vmlinux 0xc6b65e75 edac_mc_del_mc +EXPORT_SYMBOL_GPL vmlinux 0xc6c51a93 pse_controller_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc6c7d44d cpts_register +EXPORT_SYMBOL_GPL vmlinux 0xc6e5bcf3 linear_range_get_selector_within +EXPORT_SYMBOL_GPL vmlinux 0xc6e667f1 thread_notify_head +EXPORT_SYMBOL_GPL vmlinux 0xc6e804d3 ata_port_desc +EXPORT_SYMBOL_GPL vmlinux 0xc7058143 gov_attr_set_init +EXPORT_SYMBOL_GPL vmlinux 0xc71b6b68 nvmem_device_cell_write +EXPORT_SYMBOL_GPL vmlinux 0xc720b052 of_pwm_xlate_with_flags +EXPORT_SYMBOL_GPL vmlinux 0xc7224d2f devl_sb_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc729e4c4 sock_inuse_get +EXPORT_SYMBOL_GPL vmlinux 0xc740d45b devm_clk_get_prepared +EXPORT_SYMBOL_GPL vmlinux 0xc74ffbb5 pci_ims_free_irq +EXPORT_SYMBOL_GPL vmlinux 0xc76d1f55 fuse_dev_operations +EXPORT_SYMBOL_GPL vmlinux 0xc779eb7a pm_runtime_suspended_time +EXPORT_SYMBOL_GPL vmlinux 0xc77ef230 tpm_pm_suspend +EXPORT_SYMBOL_GPL vmlinux 0xc7816854 netdev_walk_all_lower_dev_rcu +EXPORT_SYMBOL_GPL vmlinux 0xc78d9e3a ata_scsi_port_error_handler +EXPORT_SYMBOL_GPL vmlinux 0xc791247d mtk_pinconf_adv_drive_set +EXPORT_SYMBOL_GPL vmlinux 0xc79144f5 trace_seq_putmem_hex +EXPORT_SYMBOL_GPL vmlinux 0xc7a0a02b srcu_torture_stats_print +EXPORT_SYMBOL_GPL vmlinux 0xc7a1153a meson_pinctrl_probe +EXPORT_SYMBOL_GPL vmlinux 0xc7a1840e llist_add_batch +EXPORT_SYMBOL_GPL vmlinux 0xc7a7e770 clk_bulk_enable +EXPORT_SYMBOL_GPL vmlinux 0xc7b3bdcf pkcs7_free_message +EXPORT_SYMBOL_GPL vmlinux 0xc7b65ae7 usb_find_interface +EXPORT_SYMBOL_GPL vmlinux 0xc7b95863 sata_lpm_ignore_phy_events +EXPORT_SYMBOL_GPL vmlinux 0xc7bbf4af tcp_unregister_congestion_control +EXPORT_SYMBOL_GPL vmlinux 0xc7ce4e2d tty_save_termios +EXPORT_SYMBOL_GPL vmlinux 0xc7e14086 fib_new_table +EXPORT_SYMBOL_GPL vmlinux 0xc7e2f0e9 nexthop_for_each_fib6_nh +EXPORT_SYMBOL_GPL vmlinux 0xc7e64fc2 asn1_encode_integer +EXPORT_SYMBOL_GPL vmlinux 0xc7e78b2e vbin_printf +EXPORT_SYMBOL_GPL vmlinux 0xc7f0e04a usb_initialize_gadget +EXPORT_SYMBOL_GPL vmlinux 0xc7f1f7c7 devm_regulator_get_exclusive +EXPORT_SYMBOL_GPL vmlinux 0xc7fa4aa9 kobj_ns_drop +EXPORT_SYMBOL_GPL vmlinux 0xc80ad3e4 rio_mport_read_config_16 +EXPORT_SYMBOL_GPL vmlinux 0xc80f8e4a devlink_resource_occ_get_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc82655dd sbitmap_queue_recalculate_wake_batch +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 0xc8303675 devlink_dpipe_match_put +EXPORT_SYMBOL_GPL vmlinux 0xc836c404 generic_fh_to_parent +EXPORT_SYMBOL_GPL vmlinux 0xc840d63b cpufreq_unregister_governor +EXPORT_SYMBOL_GPL vmlinux 0xc848d8dc usb_ep_queue +EXPORT_SYMBOL_GPL vmlinux 0xc8553805 __usb_create_hcd +EXPORT_SYMBOL_GPL vmlinux 0xc8594d3d reset_control_acquire +EXPORT_SYMBOL_GPL vmlinux 0xc860941e serial8250_do_get_mctrl +EXPORT_SYMBOL_GPL vmlinux 0xc8691d80 blkcg_policy_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc8737b8f __devm_regmap_init_i2c +EXPORT_SYMBOL_GPL vmlinux 0xc886f627 __traceiter_devlink_hwmsg +EXPORT_SYMBOL_GPL vmlinux 0xc8950e12 vcap_rule_find_keysets +EXPORT_SYMBOL_GPL vmlinux 0xc89c73a3 pinctrl_dev_get_devname +EXPORT_SYMBOL_GPL vmlinux 0xc89e19c6 fib_info_nh_uses_dev +EXPORT_SYMBOL_GPL vmlinux 0xc8b31ac8 gpiod_export_link +EXPORT_SYMBOL_GPL vmlinux 0xc8bd46f6 iomap_bmap +EXPORT_SYMBOL_GPL vmlinux 0xc8c07111 debugfs_lookup +EXPORT_SYMBOL_GPL vmlinux 0xc8cac431 pci_find_next_capability +EXPORT_SYMBOL_GPL vmlinux 0xc8d2fc8a bpf_prog_create +EXPORT_SYMBOL_GPL vmlinux 0xc8da8bce cros_ec_get_sensor_count +EXPORT_SYMBOL_GPL vmlinux 0xc8ddd5b5 kstrdup_quotable +EXPORT_SYMBOL_GPL vmlinux 0xc90a27a0 ip6_dst_lookup_tunnel +EXPORT_SYMBOL_GPL vmlinux 0xc9172aff pci_epc_get_next_free_bar +EXPORT_SYMBOL_GPL vmlinux 0xc918d753 serdev_controller_remove +EXPORT_SYMBOL_GPL vmlinux 0xc9197f89 snd_compress_new +EXPORT_SYMBOL_GPL vmlinux 0xc91c228d device_get_named_child_node +EXPORT_SYMBOL_GPL vmlinux 0xc921c70e devfreq_event_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0xc925fe60 spi_setup +EXPORT_SYMBOL_GPL vmlinux 0xc93212e2 debugfs_write_file_bool +EXPORT_SYMBOL_GPL vmlinux 0xc93be9a1 nvmem_del_cell_table +EXPORT_SYMBOL_GPL vmlinux 0xc93ee1e7 usb_phy_roothub_init +EXPORT_SYMBOL_GPL vmlinux 0xc94366db cpufreq_generic_attr +EXPORT_SYMBOL_GPL vmlinux 0xc945edad snd_soc_find_dai_with_mutex +EXPORT_SYMBOL_GPL vmlinux 0xc948a6de pcie_port_find_device +EXPORT_SYMBOL_GPL vmlinux 0xc94a9b4c blk_mq_hctx_set_fq_lock_class +EXPORT_SYMBOL_GPL vmlinux 0xc9561772 fb_destroy_modelist +EXPORT_SYMBOL_GPL vmlinux 0xc95671c5 devm_regmap_del_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0xc95ca26a snd_soc_put_volsw_sx +EXPORT_SYMBOL_GPL vmlinux 0xc96fb674 nvmem_device_read +EXPORT_SYMBOL_GPL vmlinux 0xc9715630 __SCK__tp_func_ata_bmdma_status +EXPORT_SYMBOL_GPL vmlinux 0xc97169cb max8997_write_reg +EXPORT_SYMBOL_GPL vmlinux 0xc9716a77 pci_epf_unbind +EXPORT_SYMBOL_GPL vmlinux 0xc97823f2 __pm_runtime_disable +EXPORT_SYMBOL_GPL vmlinux 0xc9792a8f scsi_ioctl_block_when_processing_errors +EXPORT_SYMBOL_GPL vmlinux 0xc9825415 percpu_ref_is_zero +EXPORT_SYMBOL_GPL vmlinux 0xc9827693 __bpf_call_base +EXPORT_SYMBOL_GPL vmlinux 0xc982eb73 fuse_dev_alloc +EXPORT_SYMBOL_GPL vmlinux 0xc987a503 da903x_write +EXPORT_SYMBOL_GPL vmlinux 0xc98de4c4 edac_pci_release_generic_ctl +EXPORT_SYMBOL_GPL vmlinux 0xc997335d of_clk_src_simple_get +EXPORT_SYMBOL_GPL vmlinux 0xc9a228ce property_entries_free +EXPORT_SYMBOL_GPL vmlinux 0xc9a32f88 tty_release_struct +EXPORT_SYMBOL_GPL vmlinux 0xc9bcb899 md_bitmap_copy_from_slot +EXPORT_SYMBOL_GPL vmlinux 0xc9cec72f inet_twsk_hashdance +EXPORT_SYMBOL_GPL vmlinux 0xc9ceea06 clk_has_parent +EXPORT_SYMBOL_GPL vmlinux 0xc9db0991 ZSTD_isError +EXPORT_SYMBOL_GPL vmlinux 0xc9e59090 blk_steal_bios +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 0xca03fa9f blk_mq_alloc_request_hctx +EXPORT_SYMBOL_GPL vmlinux 0xca2e63c7 pm_generic_thaw +EXPORT_SYMBOL_GPL vmlinux 0xca3a8428 of_platform_device_destroy +EXPORT_SYMBOL_GPL vmlinux 0xca40ebc3 xas_clear_mark +EXPORT_SYMBOL_GPL vmlinux 0xca43cabb snd_soc_dapm_put_pin_switch +EXPORT_SYMBOL_GPL vmlinux 0xca454a34 vt_get_leds +EXPORT_SYMBOL_GPL vmlinux 0xca467318 hibernation_set_ops +EXPORT_SYMBOL_GPL vmlinux 0xca4843c1 devm_usb_put_phy +EXPORT_SYMBOL_GPL vmlinux 0xca489460 snd_soc_info_enum_double +EXPORT_SYMBOL_GPL vmlinux 0xca4f60f9 br_ip6_fragment +EXPORT_SYMBOL_GPL vmlinux 0xca55edd9 snd_ac97_reset +EXPORT_SYMBOL_GPL vmlinux 0xca7444a8 fwnode_get_next_available_child_node +EXPORT_SYMBOL_GPL vmlinux 0xca7a2b93 register_btf_kfunc_id_set +EXPORT_SYMBOL_GPL vmlinux 0xca7c0b63 mvebu_mbus_del_window +EXPORT_SYMBOL_GPL vmlinux 0xca7d8764 kthread_freezable_should_stop +EXPORT_SYMBOL_GPL vmlinux 0xca9a1d5e ring_buffer_free +EXPORT_SYMBOL_GPL vmlinux 0xcaa8b661 pci_dev_run_wake +EXPORT_SYMBOL_GPL vmlinux 0xcaac0532 snd_card_disconnect_sync +EXPORT_SYMBOL_GPL vmlinux 0xcab3250e devres_release_group +EXPORT_SYMBOL_GPL vmlinux 0xcab57780 of_remove_property +EXPORT_SYMBOL_GPL vmlinux 0xcab62dc0 driver_remove_file +EXPORT_SYMBOL_GPL vmlinux 0xcabcb704 crypto_unregister_alg +EXPORT_SYMBOL_GPL vmlinux 0xcabe04de cpuidle_resume_and_unlock +EXPORT_SYMBOL_GPL vmlinux 0xcadcfb7c vcap_chain_id_to_lookup +EXPORT_SYMBOL_GPL vmlinux 0xcae5e27e mt_next +EXPORT_SYMBOL_GPL vmlinux 0xcaecc540 kmsg_dump_get_line +EXPORT_SYMBOL_GPL vmlinux 0xcb09951e udp_cmsg_send +EXPORT_SYMBOL_GPL vmlinux 0xcb11e043 crypto_grab_akcipher +EXPORT_SYMBOL_GPL vmlinux 0xcb14b09e trace_event_reg +EXPORT_SYMBOL_GPL vmlinux 0xcb208d9c nand_read_page_hwecc_oob_first +EXPORT_SYMBOL_GPL vmlinux 0xcb2bfe2b nvmem_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0xcb30a955 iomap_is_partially_uptodate +EXPORT_SYMBOL_GPL vmlinux 0xcb349fa4 clk_mux_ops +EXPORT_SYMBOL_GPL vmlinux 0xcb366a0d md_start +EXPORT_SYMBOL_GPL vmlinux 0xcb561441 mem_dump_obj +EXPORT_SYMBOL_GPL vmlinux 0xcb597272 devm_pse_controller_register +EXPORT_SYMBOL_GPL vmlinux 0xcb61b14f led_set_brightness_sync +EXPORT_SYMBOL_GPL vmlinux 0xcb65c474 scsi_dh_attach +EXPORT_SYMBOL_GPL vmlinux 0xcb7c69d9 of_fwnode_ops +EXPORT_SYMBOL_GPL vmlinux 0xcb974cc3 debugfs_create_dir +EXPORT_SYMBOL_GPL vmlinux 0xcba1b400 __traceiter_tcp_send_reset +EXPORT_SYMBOL_GPL vmlinux 0xcba837dc tty_buffer_set_limit +EXPORT_SYMBOL_GPL vmlinux 0xcba912be dw_pcie_read_dbi +EXPORT_SYMBOL_GPL vmlinux 0xcbaa90e1 tty_init_termios +EXPORT_SYMBOL_GPL vmlinux 0xcbab8380 virtio_break_device +EXPORT_SYMBOL_GPL vmlinux 0xcbbac398 regulator_put +EXPORT_SYMBOL_GPL vmlinux 0xcbbd0d84 __vfs_removexattr_locked +EXPORT_SYMBOL_GPL vmlinux 0xcbdd9925 switchdev_handle_port_obj_del_foreign +EXPORT_SYMBOL_GPL vmlinux 0xcbdf95f0 dw_pcie_ep_reset_bar +EXPORT_SYMBOL_GPL vmlinux 0xcbe4b68b snd_soc_jack_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0xcbe56bc2 zs_get_total_pages +EXPORT_SYMBOL_GPL vmlinux 0xcbf3617f rhashtable_walk_start_check +EXPORT_SYMBOL_GPL vmlinux 0xcc10ccaa pinctrl_utils_add_map_configs +EXPORT_SYMBOL_GPL vmlinux 0xcc1c6b96 edac_device_free_ctl_info +EXPORT_SYMBOL_GPL vmlinux 0xcc27c569 tc3589x_set_bits +EXPORT_SYMBOL_GPL vmlinux 0xcc2a8b90 do_unbind_con_driver +EXPORT_SYMBOL_GPL vmlinux 0xcc2b8114 dbs_update +EXPORT_SYMBOL_GPL vmlinux 0xcc2dbfd8 irq_domain_check_msi_remap +EXPORT_SYMBOL_GPL vmlinux 0xcc39c03e nvmem_unregister +EXPORT_SYMBOL_GPL vmlinux 0xcc421600 __tracepoint_rpm_suspend +EXPORT_SYMBOL_GPL vmlinux 0xcc4dbe4b i2c_slave_event +EXPORT_SYMBOL_GPL vmlinux 0xcc56519e blkcg_set_fc_appid +EXPORT_SYMBOL_GPL vmlinux 0xcc58cacd ata_bmdma_port_ops +EXPORT_SYMBOL_GPL vmlinux 0xcc58d3e3 regulator_is_supported_voltage +EXPORT_SYMBOL_GPL vmlinux 0xcc638b0d dw_pcie_write_dbi +EXPORT_SYMBOL_GPL vmlinux 0xcc657bfd sysfs_create_bin_file +EXPORT_SYMBOL_GPL vmlinux 0xcc6a6242 crypto_ahash_setkey +EXPORT_SYMBOL_GPL vmlinux 0xcc71dc0d perf_event_update_userpage +EXPORT_SYMBOL_GPL vmlinux 0xcc769bfa of_get_named_gpio_flags +EXPORT_SYMBOL_GPL vmlinux 0xcc795932 devlink_region_snapshot_id_put +EXPORT_SYMBOL_GPL vmlinux 0xcc7c4f34 sata_scr_valid +EXPORT_SYMBOL_GPL vmlinux 0xcc9058e4 devl_trap_groups_unregister +EXPORT_SYMBOL_GPL vmlinux 0xcc95ef9c misc_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0xcca1dd08 dm_table_set_type +EXPORT_SYMBOL_GPL vmlinux 0xcca9a065 rio_local_get_device_id +EXPORT_SYMBOL_GPL vmlinux 0xccb9d904 bio_add_zone_append_page +EXPORT_SYMBOL_GPL vmlinux 0xcccb4528 edac_device_handle_ce_count +EXPORT_SYMBOL_GPL vmlinux 0xcccfb2fa sata_deb_timing_hotplug +EXPORT_SYMBOL_GPL vmlinux 0xccd86806 ata_id_string +EXPORT_SYMBOL_GPL vmlinux 0xccef1561 device_wakeup_disable +EXPORT_SYMBOL_GPL vmlinux 0xccf52bc9 sfp_upstream_start +EXPORT_SYMBOL_GPL vmlinux 0xccfc66dd devm_clk_bulk_get_optional +EXPORT_SYMBOL_GPL vmlinux 0xcd24e146 hash_digest_size +EXPORT_SYMBOL_GPL vmlinux 0xcd31524d vcap_copy_rule +EXPORT_SYMBOL_GPL vmlinux 0xcd40bcab pci_find_next_ht_capability +EXPORT_SYMBOL_GPL vmlinux 0xcd419a24 ata_sas_port_suspend +EXPORT_SYMBOL_GPL vmlinux 0xcd47ad26 user_update +EXPORT_SYMBOL_GPL vmlinux 0xcd4b2ee1 mmc_cmdq_enable +EXPORT_SYMBOL_GPL vmlinux 0xcd4e1a3b __class_register +EXPORT_SYMBOL_GPL vmlinux 0xcd578f3a nf_hook_entries_insert_raw +EXPORT_SYMBOL_GPL vmlinux 0xcd5f7eaa power_supply_register_no_ws +EXPORT_SYMBOL_GPL vmlinux 0xcd6f2dc9 nf_log_buf_add +EXPORT_SYMBOL_GPL vmlinux 0xcd753ee1 ahci_platform_enable_phys +EXPORT_SYMBOL_GPL vmlinux 0xcd7b36de crypto_alloc_akcipher +EXPORT_SYMBOL_GPL vmlinux 0xcd7d9613 tpm_chip_stop +EXPORT_SYMBOL_GPL vmlinux 0xcd89d9d6 regmap_field_update_bits_base +EXPORT_SYMBOL_GPL vmlinux 0xcd8b0c5f find_vpid +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 0xcd9e3988 snd_device_get_state +EXPORT_SYMBOL_GPL vmlinux 0xcdb6adcc ras_userspace_consumers +EXPORT_SYMBOL_GPL vmlinux 0xcdc458ba regulator_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0xcdc5fa09 dev_pm_qos_add_request +EXPORT_SYMBOL_GPL vmlinux 0xcdca3691 nr_irqs +EXPORT_SYMBOL_GPL vmlinux 0xcdd22b19 snd_soc_info_volsw +EXPORT_SYMBOL_GPL vmlinux 0xcdebe9c6 percpu_up_write +EXPORT_SYMBOL_GPL vmlinux 0xcdf08fc8 spi_async +EXPORT_SYMBOL_GPL vmlinux 0xcdf76264 tps65217_set_bits +EXPORT_SYMBOL_GPL vmlinux 0xce12afa4 spi_mem_get_name +EXPORT_SYMBOL_GPL vmlinux 0xce1969e2 omap_iommu_save_ctx +EXPORT_SYMBOL_GPL vmlinux 0xce1bd0a2 crypto_req_done +EXPORT_SYMBOL_GPL vmlinux 0xce23c840 init_dummy_netdev +EXPORT_SYMBOL_GPL vmlinux 0xce3be301 blkg_rwstat_recursive_sum +EXPORT_SYMBOL_GPL vmlinux 0xce4cb982 devm_regulator_bulk_get_enable +EXPORT_SYMBOL_GPL vmlinux 0xce5869b9 perf_event_period +EXPORT_SYMBOL_GPL vmlinux 0xce643137 phy_set_mode_ext +EXPORT_SYMBOL_GPL vmlinux 0xce6db656 rcu_is_watching +EXPORT_SYMBOL_GPL vmlinux 0xce71e792 dev_pm_genpd_add_notifier +EXPORT_SYMBOL_GPL vmlinux 0xce72908e ti_cm_get_macid +EXPORT_SYMBOL_GPL vmlinux 0xce7b6fdd irq_remove_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0xce7f1b93 __hvc_resize +EXPORT_SYMBOL_GPL vmlinux 0xce86c81b regmap_write +EXPORT_SYMBOL_GPL vmlinux 0xce87abb4 devm_hwrng_unregister +EXPORT_SYMBOL_GPL vmlinux 0xce8b549e of_irq_to_resource +EXPORT_SYMBOL_GPL vmlinux 0xce8f5397 rio_mport_read_config_8 +EXPORT_SYMBOL_GPL vmlinux 0xce911f9d bpf_prog_put +EXPORT_SYMBOL_GPL vmlinux 0xcea0c65e ata_pci_sff_init_one +EXPORT_SYMBOL_GPL vmlinux 0xcea71101 mtk_clk_register_factors +EXPORT_SYMBOL_GPL vmlinux 0xcea8d9b9 rio_dma_prep_xfer +EXPORT_SYMBOL_GPL vmlinux 0xcea934b8 devfreq_event_get_event +EXPORT_SYMBOL_GPL vmlinux 0xcec01182 irq_chip_release_resources_parent +EXPORT_SYMBOL_GPL vmlinux 0xcec60f78 irq_domain_free_fwnode +EXPORT_SYMBOL_GPL vmlinux 0xcec717f7 serdev_device_wait_until_sent +EXPORT_SYMBOL_GPL vmlinux 0xceceffed pwm_get_chip_data +EXPORT_SYMBOL_GPL vmlinux 0xced69f85 rio_del_mport_pw_handler +EXPORT_SYMBOL_GPL vmlinux 0xcedec700 wm831x_bulk_read +EXPORT_SYMBOL_GPL vmlinux 0xcee1641c kgdb_unregister_nmi_console +EXPORT_SYMBOL_GPL vmlinux 0xcee825b3 xas_init_marks +EXPORT_SYMBOL_GPL vmlinux 0xcee88e7a of_overlay_fdt_apply +EXPORT_SYMBOL_GPL vmlinux 0xceed00b6 blk_abort_request +EXPORT_SYMBOL_GPL vmlinux 0xceed9608 pci_get_dsn +EXPORT_SYMBOL_GPL vmlinux 0xcef197a4 nf_queue_nf_hook_drop +EXPORT_SYMBOL_GPL vmlinux 0xcef1b1b2 iomap_dio_bio_end_io +EXPORT_SYMBOL_GPL vmlinux 0xcef4d5b4 __alloc_percpu_gfp +EXPORT_SYMBOL_GPL vmlinux 0xcf02a32c sdhci_end_tuning +EXPORT_SYMBOL_GPL vmlinux 0xcf0ca177 __fscrypt_prepare_link +EXPORT_SYMBOL_GPL vmlinux 0xcf10bd63 of_address_to_resource +EXPORT_SYMBOL_GPL vmlinux 0xcf26250c ahci_platform_enable_resources +EXPORT_SYMBOL_GPL vmlinux 0xcf28f55e trace_clock_global +EXPORT_SYMBOL_GPL vmlinux 0xcf297b59 mtd_block_isreserved +EXPORT_SYMBOL_GPL vmlinux 0xcf2b46c5 __srcu_read_lock +EXPORT_SYMBOL_GPL vmlinux 0xcf2b7119 ata_pci_sff_activate_host +EXPORT_SYMBOL_GPL vmlinux 0xcf308966 xdp_return_frame +EXPORT_SYMBOL_GPL vmlinux 0xcf3510d5 tcp_slow_start +EXPORT_SYMBOL_GPL vmlinux 0xcf39c0cc clk_fractional_divider_ops +EXPORT_SYMBOL_GPL vmlinux 0xcf4558f6 dev_pm_opp_of_add_table_indexed +EXPORT_SYMBOL_GPL vmlinux 0xcf581dd2 iptunnel_handle_offloads +EXPORT_SYMBOL_GPL vmlinux 0xcf5a3645 ahci_kick_engine +EXPORT_SYMBOL_GPL vmlinux 0xcf5cf39d platform_bus_type +EXPORT_SYMBOL_GPL vmlinux 0xcf69bced tps6586x_get_version +EXPORT_SYMBOL_GPL vmlinux 0xcf6ce7f6 ata_cable_80wire +EXPORT_SYMBOL_GPL vmlinux 0xcf99f778 vp_legacy_get_queue_enable +EXPORT_SYMBOL_GPL vmlinux 0xcfa7c859 led_sysfs_disable +EXPORT_SYMBOL_GPL vmlinux 0xcfbf6913 devlink_port_attrs_set +EXPORT_SYMBOL_GPL vmlinux 0xcfc5108a devlink_fmsg_u8_pair_put +EXPORT_SYMBOL_GPL vmlinux 0xcfc7b4e4 rcu_barrier_tasks_trace +EXPORT_SYMBOL_GPL vmlinux 0xcfc93b9e get_kernel_pages +EXPORT_SYMBOL_GPL vmlinux 0xcfd76dc8 i2c_probe_func_quick_read +EXPORT_SYMBOL_GPL vmlinux 0xd0069203 usb_del_gadget_udc +EXPORT_SYMBOL_GPL vmlinux 0xd01f2d6c meson8_aobus_parse_dt_extra +EXPORT_SYMBOL_GPL vmlinux 0xd0243867 dev_pm_opp_find_bw_floor +EXPORT_SYMBOL_GPL vmlinux 0xd03dab56 blkcg_policy_register +EXPORT_SYMBOL_GPL vmlinux 0xd03eaf4c schedule_hrtimeout_range +EXPORT_SYMBOL_GPL vmlinux 0xd04aedfd __SCK__tp_func_arm_event +EXPORT_SYMBOL_GPL vmlinux 0xd05c2bce mas_empty_area +EXPORT_SYMBOL_GPL vmlinux 0xd06524ba raw_notifier_chain_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd067d3c5 system_freezable_power_efficient_wq +EXPORT_SYMBOL_GPL vmlinux 0xd07bb2fd snd_soc_info_xr_sx +EXPORT_SYMBOL_GPL vmlinux 0xd084ddc0 component_compare_dev_name +EXPORT_SYMBOL_GPL vmlinux 0xd086a354 srcutorture_get_gp_data +EXPORT_SYMBOL_GPL vmlinux 0xd08bf184 devres_close_group +EXPORT_SYMBOL_GPL vmlinux 0xd09b2059 sata_scr_write +EXPORT_SYMBOL_GPL vmlinux 0xd0b7ed13 pci_set_pcie_reset_state +EXPORT_SYMBOL_GPL vmlinux 0xd0be828c blockdev_superblock +EXPORT_SYMBOL_GPL vmlinux 0xd0c05159 emergency_restart +EXPORT_SYMBOL_GPL vmlinux 0xd0c61b87 regulator_allow_bypass +EXPORT_SYMBOL_GPL vmlinux 0xd0c68428 vcap_keyset_name +EXPORT_SYMBOL_GPL vmlinux 0xd0d22bb4 nanddev_ecc_engine_cleanup +EXPORT_SYMBOL_GPL vmlinux 0xd0db0f12 run_dax +EXPORT_SYMBOL_GPL vmlinux 0xd0dee834 hvc_instantiate +EXPORT_SYMBOL_GPL vmlinux 0xd0f218b7 mtk_clk_gate_ops_setclr +EXPORT_SYMBOL_GPL vmlinux 0xd0fb9c41 smp_call_function_single_async +EXPORT_SYMBOL_GPL vmlinux 0xd1078915 tegra_bpmp_request_mrq +EXPORT_SYMBOL_GPL vmlinux 0xd10b60f6 blk_mq_free_request +EXPORT_SYMBOL_GPL vmlinux 0xd11c474d mmu_notifier_put +EXPORT_SYMBOL_GPL vmlinux 0xd12159a7 stack_trace_snprint +EXPORT_SYMBOL_GPL vmlinux 0xd1237539 device_del +EXPORT_SYMBOL_GPL vmlinux 0xd13aa2c1 blk_mq_queue_inflight +EXPORT_SYMBOL_GPL vmlinux 0xd142c501 mas_prev +EXPORT_SYMBOL_GPL vmlinux 0xd145e7bc ata_sff_wait_ready +EXPORT_SYMBOL_GPL vmlinux 0xd1460994 bpf_trace_run7 +EXPORT_SYMBOL_GPL vmlinux 0xd1481de7 mpi_clear +EXPORT_SYMBOL_GPL vmlinux 0xd14cfb61 request_free_mem_region +EXPORT_SYMBOL_GPL vmlinux 0xd159be73 fwnode_usb_role_switch_get +EXPORT_SYMBOL_GPL vmlinux 0xd15aad05 sdhci_start_tuning +EXPORT_SYMBOL_GPL vmlinux 0xd15ad474 tcp_plb_update_state_upon_rto +EXPORT_SYMBOL_GPL vmlinux 0xd15caa2b dma_resv_get_singleton +EXPORT_SYMBOL_GPL vmlinux 0xd16aea39 devm_mipi_dsi_attach +EXPORT_SYMBOL_GPL vmlinux 0xd1785783 iommu_fwspec_init +EXPORT_SYMBOL_GPL vmlinux 0xd178def7 __fscrypt_inode_uses_inline_crypto +EXPORT_SYMBOL_GPL vmlinux 0xd17eca2e led_trigger_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd17fd7ee qcom_icc_xlate_extended +EXPORT_SYMBOL_GPL vmlinux 0xd1a9ca15 __SCK__tp_func_neigh_update +EXPORT_SYMBOL_GPL vmlinux 0xd1aea3e8 __ip6_local_out +EXPORT_SYMBOL_GPL vmlinux 0xd1b601a9 sysfs_remove_file_from_group +EXPORT_SYMBOL_GPL vmlinux 0xd1c2e26c __tracepoint_arm_event +EXPORT_SYMBOL_GPL vmlinux 0xd1cbc23c add_timer_on +EXPORT_SYMBOL_GPL vmlinux 0xd1dcfd07 nanddev_ecc_engine_init +EXPORT_SYMBOL_GPL vmlinux 0xd1f22c99 usb_submit_urb +EXPORT_SYMBOL_GPL vmlinux 0xd1f2eee2 nf_logger_find_get +EXPORT_SYMBOL_GPL vmlinux 0xd1fad04b pci_epc_set_msi +EXPORT_SYMBOL_GPL vmlinux 0xd1fe9a2c sdhci_start_signal_voltage_switch +EXPORT_SYMBOL_GPL vmlinux 0xd20795cc ahci_platform_find_clk +EXPORT_SYMBOL_GPL vmlinux 0xd20cf554 crypto_unregister_rngs +EXPORT_SYMBOL_GPL vmlinux 0xd217e9e6 trace_set_clr_event +EXPORT_SYMBOL_GPL vmlinux 0xd21b61bd async_schedule_node_domain +EXPORT_SYMBOL_GPL vmlinux 0xd21baa75 proc_create_net_single +EXPORT_SYMBOL_GPL vmlinux 0xd21f1d35 __SCK__tp_func_tcp_send_reset +EXPORT_SYMBOL_GPL vmlinux 0xd22144b7 __synth_event_gen_cmd_start +EXPORT_SYMBOL_GPL vmlinux 0xd2254edd mtk_pinconf_bias_disable_set +EXPORT_SYMBOL_GPL vmlinux 0xd226073b scmi_protocol_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd22a1590 __rio_local_read_config_32 +EXPORT_SYMBOL_GPL vmlinux 0xd22be7db devm_power_supply_get_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0xd2312833 dm_bio_get_target_bio_nr +EXPORT_SYMBOL_GPL vmlinux 0xd23632f6 rockchip_clk_register_armclk +EXPORT_SYMBOL_GPL vmlinux 0xd23bf9b4 tps6586x_reads +EXPORT_SYMBOL_GPL vmlinux 0xd23f2f47 snd_soc_unregister_card +EXPORT_SYMBOL_GPL vmlinux 0xd2465ecf dev_pm_opp_sync_regulators +EXPORT_SYMBOL_GPL vmlinux 0xd248a519 rockchip_pmu_block +EXPORT_SYMBOL_GPL vmlinux 0xd25415fb gpiod_export +EXPORT_SYMBOL_GPL vmlinux 0xd25addd4 dev_pm_genpd_set_performance_state +EXPORT_SYMBOL_GPL vmlinux 0xd25f8477 anon_inode_getfd_secure +EXPORT_SYMBOL_GPL vmlinux 0xd260af0d ring_buffer_write +EXPORT_SYMBOL_GPL vmlinux 0xd263cbda snd_soc_component_enable_pin_unlocked +EXPORT_SYMBOL_GPL vmlinux 0xd2699ea6 crypto_stats_kpp_compute_shared_secret +EXPORT_SYMBOL_GPL vmlinux 0xd273b1b1 __round_jiffies_up_relative +EXPORT_SYMBOL_GPL vmlinux 0xd2780326 divider_recalc_rate +EXPORT_SYMBOL_GPL vmlinux 0xd27ec80c mmu_interval_notifier_remove +EXPORT_SYMBOL_GPL vmlinux 0xd2855a72 sock_diag_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd2945a65 bpf_map_put +EXPORT_SYMBOL_GPL vmlinux 0xd29a3f09 snd_soc_dapm_free_widget +EXPORT_SYMBOL_GPL vmlinux 0xd29c1f10 __traceiter_error_report_end +EXPORT_SYMBOL_GPL vmlinux 0xd29dcbd3 usb_phy_set_charger_state +EXPORT_SYMBOL_GPL vmlinux 0xd2b10a05 ata_timing_find_mode +EXPORT_SYMBOL_GPL vmlinux 0xd2b93f2f snd_soc_component_async_complete +EXPORT_SYMBOL_GPL vmlinux 0xd2c6fe1b sdhci_cqe_enable +EXPORT_SYMBOL_GPL vmlinux 0xd2d10e8c skb_to_sgvec +EXPORT_SYMBOL_GPL vmlinux 0xd2d7e59b unregister_platform_power_off +EXPORT_SYMBOL_GPL vmlinux 0xd2df9930 extcon_set_property +EXPORT_SYMBOL_GPL vmlinux 0xd2fb5e66 devm_regmap_field_bulk_alloc +EXPORT_SYMBOL_GPL vmlinux 0xd3009005 __irq_domain_add +EXPORT_SYMBOL_GPL vmlinux 0xd302621b divider_determine_rate +EXPORT_SYMBOL_GPL vmlinux 0xd3046552 rhashtable_insert_slow +EXPORT_SYMBOL_GPL vmlinux 0xd3046746 net_ns_type_operations +EXPORT_SYMBOL_GPL vmlinux 0xd306cf89 power_supply_powers +EXPORT_SYMBOL_GPL vmlinux 0xd30f7819 device_pm_wait_for_dev +EXPORT_SYMBOL_GPL vmlinux 0xd316b4d0 sbitmap_del_wait_queue +EXPORT_SYMBOL_GPL vmlinux 0xd316b7a6 tpm_default_chip +EXPORT_SYMBOL_GPL vmlinux 0xd31a2ac5 ring_buffer_oldest_event_ts +EXPORT_SYMBOL_GPL vmlinux 0xd31b28d6 crypto_alloc_base +EXPORT_SYMBOL_GPL vmlinux 0xd31cabbd rio_map_inb_region +EXPORT_SYMBOL_GPL vmlinux 0xd31f06f9 clk_regmap_gate_ro_ops +EXPORT_SYMBOL_GPL vmlinux 0xd32dc3b4 cpts_misc_interrupt +EXPORT_SYMBOL_GPL vmlinux 0xd333ccb1 sb800_prefetch +EXPORT_SYMBOL_GPL vmlinux 0xd339eade sdio_f0_readb +EXPORT_SYMBOL_GPL vmlinux 0xd33ab5a4 kernfs_get +EXPORT_SYMBOL_GPL vmlinux 0xd33ada8b cci_probed +EXPORT_SYMBOL_GPL vmlinux 0xd34160db pm_genpd_remove_subdomain +EXPORT_SYMBOL_GPL vmlinux 0xd3446e88 snd_dmaengine_pcm_pointer_no_residue +EXPORT_SYMBOL_GPL vmlinux 0xd37acc85 devm_gpiod_get +EXPORT_SYMBOL_GPL vmlinux 0xd37c8976 debounce_time_mt6765 +EXPORT_SYMBOL_GPL vmlinux 0xd38b1615 of_devfreq_cooling_register_power +EXPORT_SYMBOL_GPL vmlinux 0xd39071e6 region_intersects +EXPORT_SYMBOL_GPL vmlinux 0xd3982e27 xdp_attachment_setup +EXPORT_SYMBOL_GPL vmlinux 0xd39e9848 put_itimerspec64 +EXPORT_SYMBOL_GPL vmlinux 0xd3bb005a spi_mem_dirmap_read +EXPORT_SYMBOL_GPL vmlinux 0xd3c25d2d fwnode_connection_find_matches +EXPORT_SYMBOL_GPL vmlinux 0xd3c672b8 nand_subop_get_data_len +EXPORT_SYMBOL_GPL vmlinux 0xd3ce54f7 rio_request_outb_dbell +EXPORT_SYMBOL_GPL vmlinux 0xd3d753a3 crypto_unregister_kpp +EXPORT_SYMBOL_GPL vmlinux 0xd3eaf1ed devlink_dpipe_entry_clear +EXPORT_SYMBOL_GPL vmlinux 0xd3f0cd42 misc_cg_res_total_usage +EXPORT_SYMBOL_GPL vmlinux 0xd3f296ce regmap_field_bulk_free +EXPORT_SYMBOL_GPL vmlinux 0xd3fd80db synth_event_add_next_val +EXPORT_SYMBOL_GPL vmlinux 0xd4034828 system_freezable_wq +EXPORT_SYMBOL_GPL vmlinux 0xd41ff2ac nand_subop_get_data_start_off +EXPORT_SYMBOL_GPL vmlinux 0xd4208e2b simple_attr_write +EXPORT_SYMBOL_GPL vmlinux 0xd42f1d4e show_rcu_tasks_rude_gp_kthread +EXPORT_SYMBOL_GPL vmlinux 0xd42f29c7 crypto_unregister_rng +EXPORT_SYMBOL_GPL vmlinux 0xd44a5eac kgdb_register_nmi_console +EXPORT_SYMBOL_GPL vmlinux 0xd4521f72 ip6_local_out +EXPORT_SYMBOL_GPL vmlinux 0xd4591466 uart_console_write +EXPORT_SYMBOL_GPL vmlinux 0xd4594590 __devres_alloc_node +EXPORT_SYMBOL_GPL vmlinux 0xd46ac68f devfreq_cooling_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd46ff4a8 bd_link_disk_holder +EXPORT_SYMBOL_GPL vmlinux 0xd4720313 dax_inode +EXPORT_SYMBOL_GPL vmlinux 0xd47387cb mbox_request_channel_byname +EXPORT_SYMBOL_GPL vmlinux 0xd48d78de crypto_skcipher_decrypt +EXPORT_SYMBOL_GPL vmlinux 0xd490c840 devlink_health_reporter_create +EXPORT_SYMBOL_GPL vmlinux 0xd4935851 __SCK__tp_func_suspend_resume +EXPORT_SYMBOL_GPL vmlinux 0xd4984bd5 pci_max_pasids +EXPORT_SYMBOL_GPL vmlinux 0xd499c42e percpu_ref_kill_and_confirm +EXPORT_SYMBOL_GPL vmlinux 0xd4b6157e devlink_health_reporter_recovery_done +EXPORT_SYMBOL_GPL vmlinux 0xd4b9a616 reset_control_bulk_put +EXPORT_SYMBOL_GPL vmlinux 0xd4bfee90 elv_register +EXPORT_SYMBOL_GPL vmlinux 0xd4c14632 system_unbound_wq +EXPORT_SYMBOL_GPL vmlinux 0xd4c2e7f7 switchdev_port_obj_del +EXPORT_SYMBOL_GPL vmlinux 0xd4cbdbe3 __SCK__tp_func_devlink_trap_report +EXPORT_SYMBOL_GPL vmlinux 0xd4ded2f9 ata_sas_sync_probe +EXPORT_SYMBOL_GPL vmlinux 0xd4e6d7e0 linear_range_get_value +EXPORT_SYMBOL_GPL vmlinux 0xd4ed89d9 ping_seq_stop +EXPORT_SYMBOL_GPL vmlinux 0xd4f4d55a bsg_job_done +EXPORT_SYMBOL_GPL vmlinux 0xd51d83f0 __tracepoint_remove_device_from_group +EXPORT_SYMBOL_GPL vmlinux 0xd525aada crypto_wait_for_test +EXPORT_SYMBOL_GPL vmlinux 0xd52aa435 crypto_register_algs +EXPORT_SYMBOL_GPL vmlinux 0xd52f7d32 sdhci_reset +EXPORT_SYMBOL_GPL vmlinux 0xd5301b2c linear_range_get_max_value +EXPORT_SYMBOL_GPL vmlinux 0xd5370549 dev_pm_opp_put_opp_table +EXPORT_SYMBOL_GPL vmlinux 0xd53917eb snd_fasync_helper +EXPORT_SYMBOL_GPL vmlinux 0xd5474690 usb_role_switch_set_role +EXPORT_SYMBOL_GPL vmlinux 0xd55ad93b iommu_group_get_iommudata +EXPORT_SYMBOL_GPL vmlinux 0xd55c1ffc regulator_get_linear_step +EXPORT_SYMBOL_GPL vmlinux 0xd565dea6 fb_deferred_io_release +EXPORT_SYMBOL_GPL vmlinux 0xd57a167b serdev_device_add +EXPORT_SYMBOL_GPL vmlinux 0xd58cebff max8997_read_reg +EXPORT_SYMBOL_GPL vmlinux 0xd59200a4 rcuwait_wake_up +EXPORT_SYMBOL_GPL vmlinux 0xd5930a87 nf_nat_hook +EXPORT_SYMBOL_GPL vmlinux 0xd593773b icc_node_create +EXPORT_SYMBOL_GPL vmlinux 0xd59a1587 linkmode_resolve_pause +EXPORT_SYMBOL_GPL vmlinux 0xd59db362 device_initialize +EXPORT_SYMBOL_GPL vmlinux 0xd5a87517 pci_assign_unassigned_bus_resources +EXPORT_SYMBOL_GPL vmlinux 0xd5aa5a65 irq_chip_retrigger_hierarchy +EXPORT_SYMBOL_GPL vmlinux 0xd5ac24e5 blocking_notifier_chain_register +EXPORT_SYMBOL_GPL vmlinux 0xd5ad3897 hwspin_lock_request +EXPORT_SYMBOL_GPL vmlinux 0xd5d7f967 devlink_dpipe_entry_ctx_append +EXPORT_SYMBOL_GPL vmlinux 0xd5fa5903 sk_msg_recvmsg +EXPORT_SYMBOL_GPL vmlinux 0xd60234f5 call_srcu +EXPORT_SYMBOL_GPL vmlinux 0xd6026249 nfs42_ssc_register +EXPORT_SYMBOL_GPL vmlinux 0xd605a798 eventfd_fget +EXPORT_SYMBOL_GPL vmlinux 0xd6074cfd usb_phy_get_charger_current +EXPORT_SYMBOL_GPL vmlinux 0xd6164816 blkg_rwstat_exit +EXPORT_SYMBOL_GPL vmlinux 0xd616ca20 ata_pci_sff_prepare_host +EXPORT_SYMBOL_GPL vmlinux 0xd618fa88 dm_get_md +EXPORT_SYMBOL_GPL vmlinux 0xd6196e30 blkdev_report_zones +EXPORT_SYMBOL_GPL vmlinux 0xd61e6061 of_usb_host_tpl_support +EXPORT_SYMBOL_GPL vmlinux 0xd62e3a5c badblocks_clear +EXPORT_SYMBOL_GPL vmlinux 0xd63dea7f ata_sas_port_resume +EXPORT_SYMBOL_GPL vmlinux 0xd642cf00 bpf_redirect_info +EXPORT_SYMBOL_GPL vmlinux 0xd64b1fe3 ftrace_set_notrace +EXPORT_SYMBOL_GPL vmlinux 0xd64ed259 __memcat_p +EXPORT_SYMBOL_GPL vmlinux 0xd653b126 sched_clock +EXPORT_SYMBOL_GPL vmlinux 0xd65c0bce pci_reset_bus +EXPORT_SYMBOL_GPL vmlinux 0xd6697db8 l3mdev_fib_table_rcu +EXPORT_SYMBOL_GPL vmlinux 0xd67364f7 eventfd_ctx_fdget +EXPORT_SYMBOL_GPL vmlinux 0xd685e06f gpiochip_free_own_desc +EXPORT_SYMBOL_GPL vmlinux 0xd686d5e9 mtk_clk_unregister_muxes +EXPORT_SYMBOL_GPL vmlinux 0xd68aa48c devlink_port_type_ib_set +EXPORT_SYMBOL_GPL vmlinux 0xd6999931 shmem_file_setup_with_mnt +EXPORT_SYMBOL_GPL vmlinux 0xd6a7d858 mtk_mmsys_ddp_connect +EXPORT_SYMBOL_GPL vmlinux 0xd6b4d7ff sdhci_pltfm_clk_get_max_clock +EXPORT_SYMBOL_GPL vmlinux 0xd6c55c8f dev_fetch_sw_netstats +EXPORT_SYMBOL_GPL vmlinux 0xd6e6bd29 pci_stop_and_remove_bus_device_locked +EXPORT_SYMBOL_GPL vmlinux 0xd7254413 stmpe811_adc_common_init +EXPORT_SYMBOL_GPL vmlinux 0xd72a2bc3 devm_add_action +EXPORT_SYMBOL_GPL vmlinux 0xd72bd5f3 max8997_update_reg +EXPORT_SYMBOL_GPL vmlinux 0xd72f05fb thermal_zone_device_update +EXPORT_SYMBOL_GPL vmlinux 0xd7512a48 pci_set_cacheline_size +EXPORT_SYMBOL_GPL vmlinux 0xd751c4eb pinmux_generic_get_function_groups +EXPORT_SYMBOL_GPL vmlinux 0xd7526867 devm_led_classdev_register_ext +EXPORT_SYMBOL_GPL vmlinux 0xd752eca3 sdio_claim_irq +EXPORT_SYMBOL_GPL vmlinux 0xd75dedfc usb_gadget_register_driver_owner +EXPORT_SYMBOL_GPL vmlinux 0xd7657315 lwtunnel_build_state +EXPORT_SYMBOL_GPL vmlinux 0xd766e8f2 btree_init_mempool +EXPORT_SYMBOL_GPL vmlinux 0xd768e985 regulator_has_full_constraints +EXPORT_SYMBOL_GPL vmlinux 0xd7754064 unregister_kretprobes +EXPORT_SYMBOL_GPL vmlinux 0xd77bb024 thermal_zone_device_register_with_trips +EXPORT_SYMBOL_GPL vmlinux 0xd7856dee skb_segment_list +EXPORT_SYMBOL_GPL vmlinux 0xd78827f1 page_cache_sync_ra +EXPORT_SYMBOL_GPL vmlinux 0xd78e9fad nexthop_select_path +EXPORT_SYMBOL_GPL vmlinux 0xd78ff9c2 __mtd_next_device +EXPORT_SYMBOL_GPL vmlinux 0xd79502ca is_software_node +EXPORT_SYMBOL_GPL vmlinux 0xd79a30d6 pm_generic_resume_noirq +EXPORT_SYMBOL_GPL vmlinux 0xd7a36e25 __xas_prev +EXPORT_SYMBOL_GPL vmlinux 0xd7a86ea4 tcp_twsk_purge +EXPORT_SYMBOL_GPL vmlinux 0xd7ab11db tps6586x_update +EXPORT_SYMBOL_GPL vmlinux 0xd7be7dd8 user_describe +EXPORT_SYMBOL_GPL vmlinux 0xd7d0c880 pm_runtime_irq_safe +EXPORT_SYMBOL_GPL vmlinux 0xd7d7f2a7 devlink_port_health_reporter_destroy +EXPORT_SYMBOL_GPL vmlinux 0xd7dccd23 __SCK__tp_func_xhci_dbg_quirks +EXPORT_SYMBOL_GPL vmlinux 0xd7ebd77a tracing_snapshot_cond_enable +EXPORT_SYMBOL_GPL vmlinux 0xd7f4ef0a irq_chip_set_affinity_parent +EXPORT_SYMBOL_GPL vmlinux 0xd7fb0726 __tracepoint_xdp_bulk_tx +EXPORT_SYMBOL_GPL vmlinux 0xd804b61c lwtunnel_cmp_encap +EXPORT_SYMBOL_GPL vmlinux 0xd80e397a sbitmap_queue_show +EXPORT_SYMBOL_GPL vmlinux 0xd823998a devl_traps_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd82d200f mas_store_gfp +EXPORT_SYMBOL_GPL vmlinux 0xd83bbf94 fib_nexthop_info +EXPORT_SYMBOL_GPL vmlinux 0xd8411fa1 virtqueue_get_buf_ctx +EXPORT_SYMBOL_GPL vmlinux 0xd842836b virtio_config_changed +EXPORT_SYMBOL_GPL vmlinux 0xd842d47c watchdog_set_last_hw_keepalive +EXPORT_SYMBOL_GPL vmlinux 0xd84d35bd dax_read_lock +EXPORT_SYMBOL_GPL vmlinux 0xd84da071 fwnode_property_read_u32_array +EXPORT_SYMBOL_GPL vmlinux 0xd85afe6a do_tcp_sendpages +EXPORT_SYMBOL_GPL vmlinux 0xd877caf0 crypto_hash_alg_has_setkey +EXPORT_SYMBOL_GPL vmlinux 0xd87802b0 pinctrl_remove_gpio_range +EXPORT_SYMBOL_GPL vmlinux 0xd87c6b19 devm_create_dev_dax +EXPORT_SYMBOL_GPL vmlinux 0xd87fc0a0 usb_amd_prefetch_quirk +EXPORT_SYMBOL_GPL vmlinux 0xd8861d48 crypto_alloc_tfm_node +EXPORT_SYMBOL_GPL vmlinux 0xd8927d63 pci_epc_destroy +EXPORT_SYMBOL_GPL vmlinux 0xd8ab16f5 dma_async_device_channel_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd8bc5982 regulator_map_voltage_linear_range +EXPORT_SYMBOL_GPL vmlinux 0xd8c46c82 dev_pm_opp_remove +EXPORT_SYMBOL_GPL vmlinux 0xd8d68ab1 dmi_memdev_type +EXPORT_SYMBOL_GPL vmlinux 0xd8dca8c1 usb_ep_set_halt +EXPORT_SYMBOL_GPL vmlinux 0xd8dcacb9 nfs42_ssc_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd8f3fc4f devlink_net +EXPORT_SYMBOL_GPL vmlinux 0xd9011c77 regulator_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0xd90369a7 fsverity_verify_bio +EXPORT_SYMBOL_GPL vmlinux 0xd907f0cf of_css +EXPORT_SYMBOL_GPL vmlinux 0xd91bf952 usb_hub_clear_tt_buffer +EXPORT_SYMBOL_GPL vmlinux 0xd91dbd1f xdp_alloc_skb_bulk +EXPORT_SYMBOL_GPL vmlinux 0xd9215222 blk_crypto_intersect_capabilities +EXPORT_SYMBOL_GPL vmlinux 0xd9222895 blk_bio_list_merge +EXPORT_SYMBOL_GPL vmlinux 0xd92ef192 security_kernel_post_load_data +EXPORT_SYMBOL_GPL vmlinux 0xd937ce44 regmap_field_free +EXPORT_SYMBOL_GPL vmlinux 0xd9531baa crypto_stats_get +EXPORT_SYMBOL_GPL vmlinux 0xd968560a inet_twsk_purge +EXPORT_SYMBOL_GPL vmlinux 0xd96babb4 interval_tree_iter_next +EXPORT_SYMBOL_GPL vmlinux 0xd972648b i2c_new_client_device +EXPORT_SYMBOL_GPL vmlinux 0xd973109f tcf_frag_xmit_count +EXPORT_SYMBOL_GPL vmlinux 0xd97594b1 cpts_create +EXPORT_SYMBOL_GPL vmlinux 0xd97bad5b __pneigh_lookup +EXPORT_SYMBOL_GPL vmlinux 0xd989f4ac subsys_dev_iter_exit +EXPORT_SYMBOL_GPL vmlinux 0xd99615a7 ata_bmdma_status +EXPORT_SYMBOL_GPL vmlinux 0xd9bb076e sbitmap_any_bit_set +EXPORT_SYMBOL_GPL vmlinux 0xd9d0a2af devlink_flash_update_timeout_notify +EXPORT_SYMBOL_GPL vmlinux 0xd9d8d3ef __clk_hw_register_gate +EXPORT_SYMBOL_GPL vmlinux 0xd9e24457 ring_buffer_peek +EXPORT_SYMBOL_GPL vmlinux 0xd9f4e1a4 of_device_uevent_modalias +EXPORT_SYMBOL_GPL vmlinux 0xd9f93321 mtk_eint_set_debounce +EXPORT_SYMBOL_GPL vmlinux 0xd9fbc2b3 snd_soc_dapm_del_routes +EXPORT_SYMBOL_GPL vmlinux 0xd9ff2172 ezx_pcap_write +EXPORT_SYMBOL_GPL vmlinux 0xda048f51 ahci_set_em_messages +EXPORT_SYMBOL_GPL vmlinux 0xda0543db clk_hw_get_name +EXPORT_SYMBOL_GPL vmlinux 0xda0947de kmsg_dump_unregister +EXPORT_SYMBOL_GPL vmlinux 0xda0d1713 vcap_rule_get_counter +EXPORT_SYMBOL_GPL vmlinux 0xda119fc6 dev_pm_opp_of_remove_table +EXPORT_SYMBOL_GPL vmlinux 0xda14f476 pcie_aspm_capable +EXPORT_SYMBOL_GPL vmlinux 0xda15a73c cpuidle_get_cpu_driver +EXPORT_SYMBOL_GPL vmlinux 0xda15b80a pm_clk_create +EXPORT_SYMBOL_GPL vmlinux 0xda18e2ba phy_start_machine +EXPORT_SYMBOL_GPL vmlinux 0xda1a7c91 syscon_regmap_lookup_by_phandle_args +EXPORT_SYMBOL_GPL vmlinux 0xda1eaf8d meson_pmx_get_groups +EXPORT_SYMBOL_GPL vmlinux 0xda320d31 sfp_module_start +EXPORT_SYMBOL_GPL vmlinux 0xda65443c ohci_setup +EXPORT_SYMBOL_GPL vmlinux 0xda6fae43 arm_iommu_detach_device +EXPORT_SYMBOL_GPL vmlinux 0xda7072df devm_krealloc +EXPORT_SYMBOL_GPL vmlinux 0xda79044a tracepoint_probe_unregister +EXPORT_SYMBOL_GPL vmlinux 0xda82247b pci_epf_add_vepf +EXPORT_SYMBOL_GPL vmlinux 0xda8a3cc9 vfs_fallocate +EXPORT_SYMBOL_GPL vmlinux 0xda920b93 spi_register_controller +EXPORT_SYMBOL_GPL vmlinux 0xda938174 fixup_user_fault +EXPORT_SYMBOL_GPL vmlinux 0xda9601a4 cgroup_get_from_path +EXPORT_SYMBOL_GPL vmlinux 0xdab5a1eb interval_tree_insert +EXPORT_SYMBOL_GPL vmlinux 0xdab7061b serdev_device_open +EXPORT_SYMBOL_GPL vmlinux 0xdabbf06f iptunnel_metadata_reply +EXPORT_SYMBOL_GPL vmlinux 0xdabd2c61 cgroup_attach_task_all +EXPORT_SYMBOL_GPL vmlinux 0xdac22053 skb_mpls_push +EXPORT_SYMBOL_GPL vmlinux 0xdad7e5eb fsnotify_init_mark +EXPORT_SYMBOL_GPL vmlinux 0xdae1db24 filemap_add_folio +EXPORT_SYMBOL_GPL vmlinux 0xdae5eb75 crypto_register_aeads +EXPORT_SYMBOL_GPL vmlinux 0xdae8aa6f attribute_container_find_class_device +EXPORT_SYMBOL_GPL vmlinux 0xdaf4dfb3 fb_mode_option +EXPORT_SYMBOL_GPL vmlinux 0xdafc6481 fuse_init_fs_context_submount +EXPORT_SYMBOL_GPL vmlinux 0xdb0113a5 of_thermal_is_trip_valid +EXPORT_SYMBOL_GPL vmlinux 0xdb045c29 xdp_convert_zc_to_xdp_frame +EXPORT_SYMBOL_GPL vmlinux 0xdb05a1b4 i2c_dw_adjust_bus_speed +EXPORT_SYMBOL_GPL vmlinux 0xdb0ecdc3 devl_resource_occ_get_register +EXPORT_SYMBOL_GPL vmlinux 0xdb102a9d rio_set_port_lockout +EXPORT_SYMBOL_GPL vmlinux 0xdb1da816 platform_driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0xdb2526b0 meson_clk_mpll_ops +EXPORT_SYMBOL_GPL vmlinux 0xdb3020a0 tegra_bpmp_transfer +EXPORT_SYMBOL_GPL vmlinux 0xdb35cb86 debugfs_create_u32 +EXPORT_SYMBOL_GPL vmlinux 0xdb3a2421 ata_sas_slave_configure +EXPORT_SYMBOL_GPL vmlinux 0xdb427ebe blk_queue_write_cache +EXPORT_SYMBOL_GPL vmlinux 0xdb5052be badblocks_init +EXPORT_SYMBOL_GPL vmlinux 0xdb53da77 ipv6_stub +EXPORT_SYMBOL_GPL vmlinux 0xdb6c2ce6 power_supply_get_by_name +EXPORT_SYMBOL_GPL vmlinux 0xdb727637 vcap_set_rule_set_keyset +EXPORT_SYMBOL_GPL vmlinux 0xdb80f641 snd_soc_dai_set_sysclk +EXPORT_SYMBOL_GPL vmlinux 0xdb8a1b3f usermodehelper_read_trylock +EXPORT_SYMBOL_GPL vmlinux 0xdb8b325f devm_regulator_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0xdb95c1c4 __pci_epf_register_driver +EXPORT_SYMBOL_GPL vmlinux 0xdba01d48 __traceiter_ata_tf_load +EXPORT_SYMBOL_GPL vmlinux 0xdba22696 software_node_register +EXPORT_SYMBOL_GPL vmlinux 0xdba31a2e extcon_set_property_capability +EXPORT_SYMBOL_GPL vmlinux 0xdba3e66b ipv6_proxy_select_ident +EXPORT_SYMBOL_GPL vmlinux 0xdbb13c07 fscrypt_ioctl_add_key +EXPORT_SYMBOL_GPL vmlinux 0xdbb8e6a9 adp5520_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0xdbdb0e8b request_any_context_irq +EXPORT_SYMBOL_GPL vmlinux 0xdbe8d8a0 __SCK__tp_func_cpu_frequency +EXPORT_SYMBOL_GPL vmlinux 0xdbf2bd81 da9052_enable_irq +EXPORT_SYMBOL_GPL vmlinux 0xdbf30703 anon_inode_getfd +EXPORT_SYMBOL_GPL vmlinux 0xdbf6294f irq_chip_enable_parent +EXPORT_SYMBOL_GPL vmlinux 0xdbf68c1e meson_pmx_get_func_name +EXPORT_SYMBOL_GPL vmlinux 0xdbf6addf regmap_field_test_bits +EXPORT_SYMBOL_GPL vmlinux 0xdbf78907 kthread_unuse_mm +EXPORT_SYMBOL_GPL vmlinux 0xdbf7cb70 mpi_get_nbits +EXPORT_SYMBOL_GPL vmlinux 0xdbfa2500 devl_trylock +EXPORT_SYMBOL_GPL vmlinux 0xdc02eb39 dmi_available +EXPORT_SYMBOL_GPL vmlinux 0xdc19713c __inet_inherit_port +EXPORT_SYMBOL_GPL vmlinux 0xdc2df2c4 dm_start_time_ns_from_clone +EXPORT_SYMBOL_GPL vmlinux 0xdc337296 usb_get_descriptor +EXPORT_SYMBOL_GPL vmlinux 0xdc3e95b9 edac_mc_handle_error +EXPORT_SYMBOL_GPL vmlinux 0xdc43bdc6 pci_vpd_find_ro_info_keyword +EXPORT_SYMBOL_GPL vmlinux 0xdc63ca5f ncsi_register_dev +EXPORT_SYMBOL_GPL vmlinux 0xdc6596fa irq_set_parent +EXPORT_SYMBOL_GPL vmlinux 0xdc7651ea rtc_set_alarm +EXPORT_SYMBOL_GPL vmlinux 0xdc7ce353 mv_mbus_dram_info_nooverlap +EXPORT_SYMBOL_GPL vmlinux 0xdc825d6c usb_amd_quirk_pll_disable +EXPORT_SYMBOL_GPL vmlinux 0xdc8c88b2 blkcg_root +EXPORT_SYMBOL_GPL vmlinux 0xdc944b79 genphy_c45_read_status +EXPORT_SYMBOL_GPL vmlinux 0xdc94e615 powercap_unregister_control_type +EXPORT_SYMBOL_GPL vmlinux 0xdc97af2e syscore_suspend +EXPORT_SYMBOL_GPL vmlinux 0xdc989e27 usb_interrupt_msg +EXPORT_SYMBOL_GPL vmlinux 0xdc9f4db0 inet_bhash2_update_saddr +EXPORT_SYMBOL_GPL vmlinux 0xdc9fa232 raw_notifier_chain_register +EXPORT_SYMBOL_GPL vmlinux 0xdca5439f md_bitmap_resize +EXPORT_SYMBOL_GPL vmlinux 0xdcc4a263 __clk_hw_register_fixed_rate +EXPORT_SYMBOL_GPL vmlinux 0xdceb5362 efi_status_to_err +EXPORT_SYMBOL_GPL vmlinux 0xdcec60f2 devl_dpipe_table_register +EXPORT_SYMBOL_GPL vmlinux 0xdd0762df set_worker_desc +EXPORT_SYMBOL_GPL vmlinux 0xdd0ad22c devfreq_get_devfreq_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0xdd391046 devm_device_add_groups +EXPORT_SYMBOL_GPL vmlinux 0xdd3b5d15 debugfs_create_file +EXPORT_SYMBOL_GPL vmlinux 0xdd450ef1 x509_free_certificate +EXPORT_SYMBOL_GPL vmlinux 0xdd53aebd soc_ac97_ops +EXPORT_SYMBOL_GPL vmlinux 0xdd626ee3 fuse_len_args +EXPORT_SYMBOL_GPL vmlinux 0xdd6282e3 device_create +EXPORT_SYMBOL_GPL vmlinux 0xdd66db67 nf_hooks_lwtunnel_sysctl_handler +EXPORT_SYMBOL_GPL vmlinux 0xdd737d7d rio_inb_pwrite_handler +EXPORT_SYMBOL_GPL vmlinux 0xdd74d20a usb_gadget_check_config +EXPORT_SYMBOL_GPL vmlinux 0xdd7d6bbc __ip6_datagram_connect +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 0xdda3e917 platform_unregister_drivers +EXPORT_SYMBOL_GPL vmlinux 0xdda7bd6f edac_mc_alloc +EXPORT_SYMBOL_GPL vmlinux 0xdda7fe6f gpiod_to_chip +EXPORT_SYMBOL_GPL vmlinux 0xddad8148 wm831x_auxadc_read_uv +EXPORT_SYMBOL_GPL vmlinux 0xddade827 mtk_mux_clr_set_upd_ops +EXPORT_SYMBOL_GPL vmlinux 0xddb8edd5 __platform_create_bundle +EXPORT_SYMBOL_GPL vmlinux 0xddbb5079 clk_hw_round_rate +EXPORT_SYMBOL_GPL vmlinux 0xddbeeecc pci_lock_rescan_remove +EXPORT_SYMBOL_GPL vmlinux 0xddcdf4bc mmc_regulator_set_vqmmc +EXPORT_SYMBOL_GPL vmlinux 0xddd6a7be devices_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0xddda280f pinctrl_force_sleep +EXPORT_SYMBOL_GPL vmlinux 0xdddb9d57 percpu_ref_resurrect +EXPORT_SYMBOL_GPL vmlinux 0xdddc880a mtd_writev +EXPORT_SYMBOL_GPL vmlinux 0xdde438fd wait_on_page_writeback +EXPORT_SYMBOL_GPL vmlinux 0xdde67d3c bpf_trace_run3 +EXPORT_SYMBOL_GPL vmlinux 0xddf7f2ac cdrom_multisession +EXPORT_SYMBOL_GPL vmlinux 0xddff72ac fsl8250_handle_irq +EXPORT_SYMBOL_GPL vmlinux 0xde0af24f udp_memory_per_cpu_fw_alloc +EXPORT_SYMBOL_GPL vmlinux 0xde31bf7e unregister_sys_off_handler +EXPORT_SYMBOL_GPL vmlinux 0xde32daef platform_bus +EXPORT_SYMBOL_GPL vmlinux 0xde343a2f fsverity_file_open +EXPORT_SYMBOL_GPL vmlinux 0xde3941c0 crypto_shash_finup +EXPORT_SYMBOL_GPL vmlinux 0xde39c6b8 clk_hw_unregister_mux +EXPORT_SYMBOL_GPL vmlinux 0xde3ba699 devfreq_event_remove_edev +EXPORT_SYMBOL_GPL vmlinux 0xde433357 vp_legacy_get_status +EXPORT_SYMBOL_GPL vmlinux 0xde671cc3 snd_soc_component_exit_regmap +EXPORT_SYMBOL_GPL vmlinux 0xde6f1851 TSS_checkhmac1 +EXPORT_SYMBOL_GPL vmlinux 0xde71cea0 mtd_read_oob +EXPORT_SYMBOL_GPL vmlinux 0xde79c643 regulator_get +EXPORT_SYMBOL_GPL vmlinux 0xde7ff67f bpf_map_inc +EXPORT_SYMBOL_GPL vmlinux 0xde8026bb dev_pm_domain_attach_by_name +EXPORT_SYMBOL_GPL vmlinux 0xde885977 tpm1_do_selftest +EXPORT_SYMBOL_GPL vmlinux 0xde8c8d0a metadata_dst_alloc +EXPORT_SYMBOL_GPL vmlinux 0xde8cfc56 snd_dmaengine_pcm_close_release_chan +EXPORT_SYMBOL_GPL vmlinux 0xde9044b8 tty_ldisc_receive_buf +EXPORT_SYMBOL_GPL vmlinux 0xde96c843 snd_soc_lookup_component +EXPORT_SYMBOL_GPL vmlinux 0xde974d06 mtd_ooblayout_set_databytes +EXPORT_SYMBOL_GPL vmlinux 0xde97c03b pingv6_ops +EXPORT_SYMBOL_GPL vmlinux 0xde9e164c pci_user_write_config_byte +EXPORT_SYMBOL_GPL vmlinux 0xdea18023 usb_get_phy +EXPORT_SYMBOL_GPL vmlinux 0xdead442f spi_unregister_controller +EXPORT_SYMBOL_GPL vmlinux 0xdeae303d gpiod_get_array_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0xdeb4a1cb mmc_poll_for_busy +EXPORT_SYMBOL_GPL vmlinux 0xdec64aa4 pinctrl_generic_remove_group +EXPORT_SYMBOL_GPL vmlinux 0xdece7e07 ata_sff_dma_pause +EXPORT_SYMBOL_GPL vmlinux 0xdecf8972 device_rename +EXPORT_SYMBOL_GPL vmlinux 0xded5887f pm_clk_resume +EXPORT_SYMBOL_GPL vmlinux 0xded99954 usb_sg_cancel +EXPORT_SYMBOL_GPL vmlinux 0xdee91d7a dtpm_destroy_hierarchy +EXPORT_SYMBOL_GPL vmlinux 0xdeee0742 __traceiter_io_page_fault +EXPORT_SYMBOL_GPL vmlinux 0xdeef2bbc ata_sff_irq_on +EXPORT_SYMBOL_GPL vmlinux 0xdefa3e4e pci_epc_multi_mem_init +EXPORT_SYMBOL_GPL vmlinux 0xdeffa0a7 edac_raw_mc_handle_error +EXPORT_SYMBOL_GPL vmlinux 0xdeffc573 mddev_unlock +EXPORT_SYMBOL_GPL vmlinux 0xdf0476f3 __tracepoint_unmap +EXPORT_SYMBOL_GPL vmlinux 0xdf0c757f ata_tf_to_fis +EXPORT_SYMBOL_GPL vmlinux 0xdf0d2423 __devm_reset_control_get +EXPORT_SYMBOL_GPL vmlinux 0xdf0f75c6 eventfd_signal +EXPORT_SYMBOL_GPL vmlinux 0xdf237453 timer_shutdown_sync +EXPORT_SYMBOL_GPL vmlinux 0xdf24ada4 rio_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0xdf255dcf memory_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0xdf299a16 irq_chip_set_type_parent +EXPORT_SYMBOL_GPL vmlinux 0xdf2f193f of_dma_controller_register +EXPORT_SYMBOL_GPL vmlinux 0xdf329cc0 dev_pm_opp_init_cpufreq_table +EXPORT_SYMBOL_GPL vmlinux 0xdf6ca4c8 devm_spi_mem_dirmap_create +EXPORT_SYMBOL_GPL vmlinux 0xdf787d76 usb_hcd_unlink_urb_from_ep +EXPORT_SYMBOL_GPL vmlinux 0xdf79e55f mnt_want_write +EXPORT_SYMBOL_GPL vmlinux 0xdfa1bd25 ptp_msg_is_sync +EXPORT_SYMBOL_GPL vmlinux 0xdfbbfc8c bus_get_device_klist +EXPORT_SYMBOL_GPL vmlinux 0xdfc03cd7 __wake_up_sync +EXPORT_SYMBOL_GPL vmlinux 0xdfc3c698 ata_host_init +EXPORT_SYMBOL_GPL vmlinux 0xdfc7bb91 snd_dma_buffer_sync +EXPORT_SYMBOL_GPL vmlinux 0xdfcb6c90 mctrl_gpio_set +EXPORT_SYMBOL_GPL vmlinux 0xdfce3448 msi_next_desc +EXPORT_SYMBOL_GPL vmlinux 0xdfd85d32 genphy_c45_aneg_done +EXPORT_SYMBOL_GPL vmlinux 0xdfdf60f7 nvmem_device_find +EXPORT_SYMBOL_GPL vmlinux 0xdfe17d05 extcon_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0xe0181eb3 virtio_reset_device +EXPORT_SYMBOL_GPL vmlinux 0xe02d2ecf sbitmap_resize +EXPORT_SYMBOL_GPL vmlinux 0xe03b88ec crc64_rocksoft_update +EXPORT_SYMBOL_GPL vmlinux 0xe03e690f tty_port_tty_hangup +EXPORT_SYMBOL_GPL vmlinux 0xe0411deb gpiod_set_debounce +EXPORT_SYMBOL_GPL vmlinux 0xe0466eb0 fat_search_long +EXPORT_SYMBOL_GPL vmlinux 0xe04a4ac7 ahci_shost_groups +EXPORT_SYMBOL_GPL vmlinux 0xe04e99d7 btree_merge +EXPORT_SYMBOL_GPL vmlinux 0xe056bf17 dev_pm_get_subsys_data +EXPORT_SYMBOL_GPL vmlinux 0xe05e2f85 nexthop_free_rcu +EXPORT_SYMBOL_GPL vmlinux 0xe05f82ac lwtunnel_state_alloc +EXPORT_SYMBOL_GPL vmlinux 0xe06bbe26 dma_free_noncontiguous +EXPORT_SYMBOL_GPL vmlinux 0xe06d39e4 virtqueue_detach_unused_buf +EXPORT_SYMBOL_GPL vmlinux 0xe07953e3 fscrypt_ioctl_get_key_status +EXPORT_SYMBOL_GPL vmlinux 0xe07ce613 of_pci_parse_bus_range +EXPORT_SYMBOL_GPL vmlinux 0xe08b1b6e ahci_error_handler +EXPORT_SYMBOL_GPL vmlinux 0xe091b911 iomap_readahead +EXPORT_SYMBOL_GPL vmlinux 0xe098a028 of_irq_get +EXPORT_SYMBOL_GPL vmlinux 0xe09ba897 sbitmap_queue_wake_up +EXPORT_SYMBOL_GPL vmlinux 0xe0a80509 usb_ep_clear_halt +EXPORT_SYMBOL_GPL vmlinux 0xe0ab3a76 ip6_dst_lookup +EXPORT_SYMBOL_GPL vmlinux 0xe0ad2d1c __tracepoint_ata_bmdma_start +EXPORT_SYMBOL_GPL vmlinux 0xe0b1c103 clk_set_max_rate +EXPORT_SYMBOL_GPL vmlinux 0xe0b7c429 phy_modify +EXPORT_SYMBOL_GPL vmlinux 0xe0d620fc inet6_csk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0xe0e2d689 tpm_tis_remove +EXPORT_SYMBOL_GPL vmlinux 0xe0f3122c handle_level_irq +EXPORT_SYMBOL_GPL vmlinux 0xe0fb8afc edac_pci_alloc_ctl_info +EXPORT_SYMBOL_GPL vmlinux 0xe0ffbc52 bsg_setup_queue +EXPORT_SYMBOL_GPL vmlinux 0xe100525c mtd_erase_user_prot_reg +EXPORT_SYMBOL_GPL vmlinux 0xe10147e2 fsnotify_alloc_group +EXPORT_SYMBOL_GPL vmlinux 0xe10a00e1 dm_internal_suspend_noflush +EXPORT_SYMBOL_GPL vmlinux 0xe11962e9 component_bind_all +EXPORT_SYMBOL_GPL vmlinux 0xe11a73af mxic_ecc_get_pipelined_ops +EXPORT_SYMBOL_GPL vmlinux 0xe11ad7f7 cpu_topology +EXPORT_SYMBOL_GPL vmlinux 0xe134a5d5 device_create_file +EXPORT_SYMBOL_GPL vmlinux 0xe136568e unix_inq_len +EXPORT_SYMBOL_GPL vmlinux 0xe16483e3 housekeeping_affine +EXPORT_SYMBOL_GPL vmlinux 0xe1653a54 software_node_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe18295fe bdev_alignment_offset +EXPORT_SYMBOL_GPL vmlinux 0xe1868e6f pinconf_generic_dt_subnode_to_map +EXPORT_SYMBOL_GPL vmlinux 0xe18960ba nvmem_device_write +EXPORT_SYMBOL_GPL vmlinux 0xe18967aa rtc_read_time +EXPORT_SYMBOL_GPL vmlinux 0xe1b5470e dt_init_idle_driver +EXPORT_SYMBOL_GPL vmlinux 0xe1bd6c99 rio_init_mports +EXPORT_SYMBOL_GPL vmlinux 0xe1c41da8 dapm_regulator_event +EXPORT_SYMBOL_GPL vmlinux 0xe1c87a2f kernel_can_power_off +EXPORT_SYMBOL_GPL vmlinux 0xe1d80c16 ata_sff_error_handler +EXPORT_SYMBOL_GPL vmlinux 0xe1e6021b pci_msix_alloc_irq_at +EXPORT_SYMBOL_GPL vmlinux 0xe1eebf5f sdio_signal_irq +EXPORT_SYMBOL_GPL vmlinux 0xe1f6b298 sdio_readl +EXPORT_SYMBOL_GPL vmlinux 0xe233762a input_event_from_user +EXPORT_SYMBOL_GPL vmlinux 0xe2380c5e snd_soc_dai_compr_set_metadata +EXPORT_SYMBOL_GPL vmlinux 0xe23a84aa kill_dev_dax +EXPORT_SYMBOL_GPL vmlinux 0xe23cd479 alarm_expires_remaining +EXPORT_SYMBOL_GPL vmlinux 0xe253a8a2 kstrdup_quotable_file +EXPORT_SYMBOL_GPL vmlinux 0xe25c5be5 ata_sff_data_xfer +EXPORT_SYMBOL_GPL vmlinux 0xe262b8d7 __put_task_struct +EXPORT_SYMBOL_GPL vmlinux 0xe2717792 dax_zero_page_range +EXPORT_SYMBOL_GPL vmlinux 0xe274089c regulator_enable +EXPORT_SYMBOL_GPL vmlinux 0xe282c5aa __tracepoint_sched_update_nr_running_tp +EXPORT_SYMBOL_GPL vmlinux 0xe296a783 fuse_conn_init +EXPORT_SYMBOL_GPL vmlinux 0xe2a44d81 clockevent_delta2ns +EXPORT_SYMBOL_GPL vmlinux 0xe2ac4353 devlink_port_health_reporter_create +EXPORT_SYMBOL_GPL vmlinux 0xe2b3207a unregister_switchdev_notifier +EXPORT_SYMBOL_GPL vmlinux 0xe2b4de30 ata_ncq_sdev_groups +EXPORT_SYMBOL_GPL vmlinux 0xe2be105b ima_inode_hash +EXPORT_SYMBOL_GPL vmlinux 0xe2d52f30 hwrng_register +EXPORT_SYMBOL_GPL vmlinux 0xe2d6769e mptcp_get_reset_option +EXPORT_SYMBOL_GPL vmlinux 0xe320a99a cpuidle_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0xe34e4ee7 usb_control_msg_recv +EXPORT_SYMBOL_GPL vmlinux 0xe3551b8e snd_soc_dapm_kcontrol_widget +EXPORT_SYMBOL_GPL vmlinux 0xe357ae0e ata_sas_port_stop +EXPORT_SYMBOL_GPL vmlinux 0xe3596aac regmap_get_max_register +EXPORT_SYMBOL_GPL vmlinux 0xe36d7aac crypto_grab_ahash +EXPORT_SYMBOL_GPL vmlinux 0xe3808e17 uart_xchar_out +EXPORT_SYMBOL_GPL vmlinux 0xe3840e18 secure_ipv4_port_ephemeral +EXPORT_SYMBOL_GPL vmlinux 0xe38cdb1f crypto_alloc_acomp_node +EXPORT_SYMBOL_GPL vmlinux 0xe393f877 dev_pm_opp_set_sharing_cpus +EXPORT_SYMBOL_GPL vmlinux 0xe39d0794 usb_phy_roothub_exit +EXPORT_SYMBOL_GPL vmlinux 0xe3a04576 i2c_bus_type +EXPORT_SYMBOL_GPL vmlinux 0xe3a27b4c tty_buffer_lock_exclusive +EXPORT_SYMBOL_GPL vmlinux 0xe3a46f23 pci_disable_rom +EXPORT_SYMBOL_GPL vmlinux 0xe3b09712 kprobe_event_delete +EXPORT_SYMBOL_GPL vmlinux 0xe3bdb341 alloc_dax_region +EXPORT_SYMBOL_GPL vmlinux 0xe3cb2329 snd_soc_card_add_dai_link +EXPORT_SYMBOL_GPL vmlinux 0xe3e423ac iommu_group_release_dma_owner +EXPORT_SYMBOL_GPL vmlinux 0xe3f9e82e mtd_ooblayout_get_databytes +EXPORT_SYMBOL_GPL vmlinux 0xe40a1770 devm_of_phy_provider_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe40bb23e devlink_health_reporter_priv +EXPORT_SYMBOL_GPL vmlinux 0xe41c0d32 skb_pull_rcsum +EXPORT_SYMBOL_GPL vmlinux 0xe421a0b6 trace_remove_event_call +EXPORT_SYMBOL_GPL vmlinux 0xe4237453 sdio_f0_writeb +EXPORT_SYMBOL_GPL vmlinux 0xe4279141 l3mdev_fib_table_by_index +EXPORT_SYMBOL_GPL vmlinux 0xe4309905 syscore_resume +EXPORT_SYMBOL_GPL vmlinux 0xe44d3906 irq_chip_unmask_parent +EXPORT_SYMBOL_GPL vmlinux 0xe44d570b dapm_mark_endpoints_dirty +EXPORT_SYMBOL_GPL vmlinux 0xe44f3478 iommu_group_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0xe452f954 clk_fixed_factor_ops +EXPORT_SYMBOL_GPL vmlinux 0xe473db61 fat_get_dotdot_entry +EXPORT_SYMBOL_GPL vmlinux 0xe47999a4 kasprintf_strarray +EXPORT_SYMBOL_GPL vmlinux 0xe47aa3ae regmap_update_bits_base +EXPORT_SYMBOL_GPL vmlinux 0xe486948a hrtimer_sleeper_start_expires +EXPORT_SYMBOL_GPL vmlinux 0xe4971ade tracing_alloc_snapshot +EXPORT_SYMBOL_GPL vmlinux 0xe4977bba __tracepoint_block_rq_remap +EXPORT_SYMBOL_GPL vmlinux 0xe49afbfb skb_scrub_packet +EXPORT_SYMBOL_GPL vmlinux 0xe4a811c5 cpu_device_create +EXPORT_SYMBOL_GPL vmlinux 0xe4b064f9 pcie_link_speed +EXPORT_SYMBOL_GPL vmlinux 0xe4b818c3 phy_speed_to_str +EXPORT_SYMBOL_GPL vmlinux 0xe4b85295 of_property_read_string +EXPORT_SYMBOL_GPL vmlinux 0xe4c2b938 fscrypt_dio_supported +EXPORT_SYMBOL_GPL vmlinux 0xe4c2c66c rtc_ktime_to_tm +EXPORT_SYMBOL_GPL vmlinux 0xe4c51938 of_mm_gpiochip_remove +EXPORT_SYMBOL_GPL vmlinux 0xe4c9f178 btree_get_prev +EXPORT_SYMBOL_GPL vmlinux 0xe4cf10ba hwspin_lock_get_id +EXPORT_SYMBOL_GPL vmlinux 0xe4dc4d19 ata_sff_port_intr +EXPORT_SYMBOL_GPL vmlinux 0xe4e48b12 swphy_validate_state +EXPORT_SYMBOL_GPL vmlinux 0xe4f65055 dev_attr_em_message_type +EXPORT_SYMBOL_GPL vmlinux 0xe4f8239f __cpuhp_state_remove_instance +EXPORT_SYMBOL_GPL vmlinux 0xe4faaa76 tps6586x_writes +EXPORT_SYMBOL_GPL vmlinux 0xe4fabd3c scsi_host_busy_iter +EXPORT_SYMBOL_GPL vmlinux 0xe4fb38f7 dev_pm_opp_find_freq_ceil +EXPORT_SYMBOL_GPL vmlinux 0xe51a0b6c fib_nl_newrule +EXPORT_SYMBOL_GPL vmlinux 0xe51d81d5 ata_port_freeze +EXPORT_SYMBOL_GPL vmlinux 0xe51e9bd0 pcie_port_bus_type +EXPORT_SYMBOL_GPL vmlinux 0xe52092ed unmap_mapping_pages +EXPORT_SYMBOL_GPL vmlinux 0xe52ad4eb task_user_regset_view +EXPORT_SYMBOL_GPL vmlinux 0xe52ff33d usb_gadget_ep_match_desc +EXPORT_SYMBOL_GPL vmlinux 0xe552338d vcap_alloc_rule +EXPORT_SYMBOL_GPL vmlinux 0xe55a00f8 dm_suspended +EXPORT_SYMBOL_GPL vmlinux 0xe55a297b ata_pci_bmdma_init +EXPORT_SYMBOL_GPL vmlinux 0xe56e6923 usb_add_gadget_udc_release +EXPORT_SYMBOL_GPL vmlinux 0xe5713a8f crypto_register_scomps +EXPORT_SYMBOL_GPL vmlinux 0xe572d999 disk_alloc_independent_access_ranges +EXPORT_SYMBOL_GPL vmlinux 0xe585c44f percpu_down_write +EXPORT_SYMBOL_GPL vmlinux 0xe5883bd9 class_compat_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe59efb0e musb_clearb +EXPORT_SYMBOL_GPL vmlinux 0xe5a31de5 extcon_dev_free +EXPORT_SYMBOL_GPL vmlinux 0xe5a62c6c dm_audit_log_bio +EXPORT_SYMBOL_GPL vmlinux 0xe5a6fb40 regulator_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0xe5cb1943 hisi_clk_register_divider +EXPORT_SYMBOL_GPL vmlinux 0xe5e2ce03 md_run +EXPORT_SYMBOL_GPL vmlinux 0xe5e4587b nf_ct_hook +EXPORT_SYMBOL_GPL vmlinux 0xe5f02579 gpiochip_populate_parent_fwspec_fourcell +EXPORT_SYMBOL_GPL vmlinux 0xe60e1b04 __sdhci_add_host +EXPORT_SYMBOL_GPL vmlinux 0xe61a938f powercap_register_control_type +EXPORT_SYMBOL_GPL vmlinux 0xe6201579 pm_runtime_allow +EXPORT_SYMBOL_GPL vmlinux 0xe622556c syscon_regmap_lookup_by_phandle_optional +EXPORT_SYMBOL_GPL vmlinux 0xe628bb9f phy_fibre_port_array +EXPORT_SYMBOL_GPL vmlinux 0xe638be26 snd_soc_dai_set_clkdiv +EXPORT_SYMBOL_GPL vmlinux 0xe644752a irq_domain_xlate_twocell +EXPORT_SYMBOL_GPL vmlinux 0xe65fca2a iomap_file_unshare +EXPORT_SYMBOL_GPL vmlinux 0xe6628f9c fuse_sync_release +EXPORT_SYMBOL_GPL vmlinux 0xe668835c __tracepoint_devlink_hwerr +EXPORT_SYMBOL_GPL vmlinux 0xe6714f48 mtk_pinconf_bias_get_combo +EXPORT_SYMBOL_GPL vmlinux 0xe671800b cros_ec_check_features +EXPORT_SYMBOL_GPL vmlinux 0xe6746396 rio_release_outb_mbox +EXPORT_SYMBOL_GPL vmlinux 0xe677269a device_register +EXPORT_SYMBOL_GPL vmlinux 0xe684f20e tty_find_polling_driver +EXPORT_SYMBOL_GPL vmlinux 0xe69db68f dw_pcie_ep_init_complete +EXPORT_SYMBOL_GPL vmlinux 0xe6a82c95 of_property_match_string +EXPORT_SYMBOL_GPL vmlinux 0xe6b4eb94 bpf_log +EXPORT_SYMBOL_GPL vmlinux 0xe6c46360 inet_csk_route_child_sock +EXPORT_SYMBOL_GPL vmlinux 0xe6e40502 rcu_get_gp_seq +EXPORT_SYMBOL_GPL vmlinux 0xe6e6b684 md_new_event +EXPORT_SYMBOL_GPL vmlinux 0xe700d767 reset_control_bulk_deassert +EXPORT_SYMBOL_GPL vmlinux 0xe71ca48a of_get_mtd_device_by_node +EXPORT_SYMBOL_GPL vmlinux 0xe71dd301 crypto_stats_rng_generate +EXPORT_SYMBOL_GPL vmlinux 0xe71f4dfd blk_clear_pm_only +EXPORT_SYMBOL_GPL vmlinux 0xe725ea5f fw_devlink_purge_absent_suppliers +EXPORT_SYMBOL_GPL vmlinux 0xe72c0af5 sbitmap_weight +EXPORT_SYMBOL_GPL vmlinux 0xe72eeb19 mas_store_prealloc +EXPORT_SYMBOL_GPL vmlinux 0xe7371aae rio_mport_send_doorbell +EXPORT_SYMBOL_GPL vmlinux 0xe74cf760 bpf_trace_run6 +EXPORT_SYMBOL_GPL vmlinux 0xe74fa820 snd_soc_component_test_bits +EXPORT_SYMBOL_GPL vmlinux 0xe753b68d devlink_fmsg_arr_pair_nest_end +EXPORT_SYMBOL_GPL vmlinux 0xe75625fb cpu_bit_bitmap +EXPORT_SYMBOL_GPL vmlinux 0xe76385b7 pwm_apply_state +EXPORT_SYMBOL_GPL vmlinux 0xe769232e sprint_symbol_no_offset +EXPORT_SYMBOL_GPL vmlinux 0xe770253a mtd_get_unmapped_area +EXPORT_SYMBOL_GPL vmlinux 0xe77d5ef3 ata_xfer_mode2mask +EXPORT_SYMBOL_GPL vmlinux 0xe783e261 sysfs_emit +EXPORT_SYMBOL_GPL vmlinux 0xe78fca34 wm831x_reg_lock +EXPORT_SYMBOL_GPL vmlinux 0xe796a85b sdio_enable_func +EXPORT_SYMBOL_GPL vmlinux 0xe799f3fe bpf_trace_run11 +EXPORT_SYMBOL_GPL vmlinux 0xe7a99df1 watchdog_init_timeout +EXPORT_SYMBOL_GPL vmlinux 0xe7b8c253 dmaengine_desc_set_metadata_len +EXPORT_SYMBOL_GPL vmlinux 0xe7c78181 of_prop_next_u32 +EXPORT_SYMBOL_GPL vmlinux 0xe7cd136a nand_op_parser_exec_op +EXPORT_SYMBOL_GPL vmlinux 0xe7d6d2d4 filter_match_preds +EXPORT_SYMBOL_GPL vmlinux 0xe7edd35e crypto_register_skcipher +EXPORT_SYMBOL_GPL vmlinux 0xe818b32b ata_bmdma_interrupt +EXPORT_SYMBOL_GPL vmlinux 0xe820420a __clocksource_register_scale +EXPORT_SYMBOL_GPL vmlinux 0xe821d6f5 devm_pinctrl_register +EXPORT_SYMBOL_GPL vmlinux 0xe83dd09a snd_soc_jack_add_gpiods +EXPORT_SYMBOL_GPL vmlinux 0xe844f091 dma_get_required_mask +EXPORT_SYMBOL_GPL vmlinux 0xe8457dba add_disk_randomness +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 0xe86df558 of_icc_get +EXPORT_SYMBOL_GPL vmlinux 0xe87355d1 snd_soc_dapm_stream_stop +EXPORT_SYMBOL_GPL vmlinux 0xe8752185 ahci_port_resume +EXPORT_SYMBOL_GPL vmlinux 0xe89a7dde pciserial_init_ports +EXPORT_SYMBOL_GPL vmlinux 0xe8a7b40f pci_epc_stop +EXPORT_SYMBOL_GPL vmlinux 0xe8b0c175 subsys_system_register +EXPORT_SYMBOL_GPL vmlinux 0xe8b2633f vp_modern_queue_address +EXPORT_SYMBOL_GPL vmlinux 0xe8b569e5 serdev_device_set_parity +EXPORT_SYMBOL_GPL vmlinux 0xe8bc40c5 cn_netlink_send +EXPORT_SYMBOL_GPL vmlinux 0xe8d9b0f3 switchdev_handle_port_attr_set +EXPORT_SYMBOL_GPL vmlinux 0xe8f6c938 thermal_zone_device_enable +EXPORT_SYMBOL_GPL vmlinux 0xe8fc556a dw_pcie_ep_linkup +EXPORT_SYMBOL_GPL vmlinux 0xe900339c ata_scsi_change_queue_depth +EXPORT_SYMBOL_GPL vmlinux 0xe9064459 pinctrl_pm_select_idle_state +EXPORT_SYMBOL_GPL vmlinux 0xe9112379 da9052_adc_manual_read +EXPORT_SYMBOL_GPL vmlinux 0xe911df29 eventfd_ctx_do_read +EXPORT_SYMBOL_GPL vmlinux 0xe9140521 usb_ep_alloc_request +EXPORT_SYMBOL_GPL vmlinux 0xe92c3cd7 __page_file_index +EXPORT_SYMBOL_GPL vmlinux 0xe93e49c3 devres_free +EXPORT_SYMBOL_GPL vmlinux 0xe94153c7 extcon_get_state +EXPORT_SYMBOL_GPL vmlinux 0xe9482bb7 mtk_mutex_add_comp +EXPORT_SYMBOL_GPL vmlinux 0xe956a75c pl320_ipc_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0xe96298c2 fscrypt_file_open +EXPORT_SYMBOL_GPL vmlinux 0xe984b163 pci_enable_pasid +EXPORT_SYMBOL_GPL vmlinux 0xe98f55f2 arm_smccc_get_version +EXPORT_SYMBOL_GPL vmlinux 0xe9927057 rio_mport_chk_dev_access +EXPORT_SYMBOL_GPL vmlinux 0xe9971b3c __pm_runtime_idle +EXPORT_SYMBOL_GPL vmlinux 0xe997f3df mtd_ooblayout_set_eccbytes +EXPORT_SYMBOL_GPL vmlinux 0xe9994d15 da9052_disable_irq_nosync +EXPORT_SYMBOL_GPL vmlinux 0xe9a3c153 pci_user_read_config_dword +EXPORT_SYMBOL_GPL vmlinux 0xe9a40402 nand_ecc_init_req_tweaking +EXPORT_SYMBOL_GPL vmlinux 0xe9a5f58e clk_hw_unregister_composite +EXPORT_SYMBOL_GPL vmlinux 0xe9a6afb2 dm_submit_bio_remap +EXPORT_SYMBOL_GPL vmlinux 0xe9a7fe16 nvmem_cell_read +EXPORT_SYMBOL_GPL vmlinux 0xe9a8d99a __irq_set_handler +EXPORT_SYMBOL_GPL vmlinux 0xe9aa91e8 param_ops_bool_enable_only +EXPORT_SYMBOL_GPL vmlinux 0xe9af3ff5 tegra_bpmp_put +EXPORT_SYMBOL_GPL vmlinux 0xe9b2b607 fsverity_cleanup_inode +EXPORT_SYMBOL_GPL vmlinux 0xe9bec437 serial8250_update_uartclk +EXPORT_SYMBOL_GPL vmlinux 0xe9c616de cpu_latency_qos_add_request +EXPORT_SYMBOL_GPL vmlinux 0xe9d1b7cf irq_to_pcap +EXPORT_SYMBOL_GPL vmlinux 0xe9d2dea1 pm_generic_resume +EXPORT_SYMBOL_GPL vmlinux 0xe9d79f6a of_hwspin_lock_get_id_byname +EXPORT_SYMBOL_GPL vmlinux 0xe9dfd1bd snd_soc_dai_set_bclk_ratio +EXPORT_SYMBOL_GPL vmlinux 0xe9e382e9 of_property_read_variable_u8_array +EXPORT_SYMBOL_GPL vmlinux 0xe9e3bd29 blk_mq_quiesce_queue_nowait +EXPORT_SYMBOL_GPL vmlinux 0xe9f5116f rcu_exp_jiffies_till_stall_check +EXPORT_SYMBOL_GPL vmlinux 0xea018bbb mpi_test_bit +EXPORT_SYMBOL_GPL vmlinux 0xea01fc99 pci_set_host_bridge_release +EXPORT_SYMBOL_GPL vmlinux 0xea066b52 ata_sff_exec_command +EXPORT_SYMBOL_GPL vmlinux 0xea0910fc sg_free_table_chained +EXPORT_SYMBOL_GPL vmlinux 0xea10de0e led_classdev_notify_brightness_hw_changed +EXPORT_SYMBOL_GPL vmlinux 0xea114216 sg_alloc_table_chained +EXPORT_SYMBOL_GPL vmlinux 0xea124bd1 gcd +EXPORT_SYMBOL_GPL vmlinux 0xea1bb291 bL_switcher_get_enabled +EXPORT_SYMBOL_GPL vmlinux 0xea1f45b6 mtd_write +EXPORT_SYMBOL_GPL vmlinux 0xea21cf08 inet_csk_route_req +EXPORT_SYMBOL_GPL vmlinux 0xea2d0e0b regmap_attach_dev +EXPORT_SYMBOL_GPL vmlinux 0xea38036f ring_buffer_entries +EXPORT_SYMBOL_GPL vmlinux 0xea380f41 blk_update_request +EXPORT_SYMBOL_GPL vmlinux 0xea393f1e ata_sff_port_ops +EXPORT_SYMBOL_GPL vmlinux 0xea3a23f3 public_key_free +EXPORT_SYMBOL_GPL vmlinux 0xea4a09cb mod_delayed_work_on +EXPORT_SYMBOL_GPL vmlinux 0xea50dad3 ahci_ignore_sss +EXPORT_SYMBOL_GPL vmlinux 0xea51ac29 usb_alloc_coherent +EXPORT_SYMBOL_GPL vmlinux 0xea5ccfcf of_clk_hw_onecell_get +EXPORT_SYMBOL_GPL vmlinux 0xea87d539 meson_clk_mpll_ro_ops +EXPORT_SYMBOL_GPL vmlinux 0xeac574c7 of_device_request_module +EXPORT_SYMBOL_GPL vmlinux 0xeac9b92b crypto_register_ahash +EXPORT_SYMBOL_GPL vmlinux 0xeacaa558 pinctrl_select_default_state +EXPORT_SYMBOL_GPL vmlinux 0xeacfc6c8 nand_ecc_tweak_req +EXPORT_SYMBOL_GPL vmlinux 0xead375cf dm_bio_from_per_bio_data +EXPORT_SYMBOL_GPL vmlinux 0xead3e41b __traceiter_cpu_frequency +EXPORT_SYMBOL_GPL vmlinux 0xead4deb3 pm_generic_thaw_early +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 0xeae91f3f snd_pcm_lib_default_mmap +EXPORT_SYMBOL_GPL vmlinux 0xeaeb3a6e driver_deferred_probe_check_state +EXPORT_SYMBOL_GPL vmlinux 0xeb08e33b ipi_send_mask +EXPORT_SYMBOL_GPL vmlinux 0xeb0ef2ef ahci_stop_engine +EXPORT_SYMBOL_GPL vmlinux 0xeb1fe2a1 gpiod_get_array_optional +EXPORT_SYMBOL_GPL vmlinux 0xeb21bc9d spi_finalize_current_transfer +EXPORT_SYMBOL_GPL vmlinux 0xeb27f8b7 bpf_map_inc_not_zero +EXPORT_SYMBOL_GPL vmlinux 0xeb2f825c init_rs_gfp +EXPORT_SYMBOL_GPL vmlinux 0xeb30a0f3 rio_dev_put +EXPORT_SYMBOL_GPL vmlinux 0xeb3e4fd6 blkcg_activate_policy +EXPORT_SYMBOL_GPL vmlinux 0xeb3fe5c5 kthread_func +EXPORT_SYMBOL_GPL vmlinux 0xeb499699 dmi_kobj +EXPORT_SYMBOL_GPL vmlinux 0xeb711ae7 snd_soc_params_to_bclk +EXPORT_SYMBOL_GPL vmlinux 0xeb7255f2 dma_resv_get_fences +EXPORT_SYMBOL_GPL vmlinux 0xeb7b29b4 dev_attr_sw_activity +EXPORT_SYMBOL_GPL vmlinux 0xeb8d8c39 kmsg_dump_get_buffer +EXPORT_SYMBOL_GPL vmlinux 0xeb90d41e ahci_platform_enable_regulators +EXPORT_SYMBOL_GPL vmlinux 0xeb94b110 usb_disable_ltm +EXPORT_SYMBOL_GPL vmlinux 0xeb9abbee ata_sff_queue_work +EXPORT_SYMBOL_GPL vmlinux 0xeb9c1db3 of_phandle_iterator_next +EXPORT_SYMBOL_GPL vmlinux 0xebb204bc dev_pm_domain_detach +EXPORT_SYMBOL_GPL vmlinux 0xebbc06cf __tracepoint_pelt_thermal_tp +EXPORT_SYMBOL_GPL vmlinux 0xebbe1622 io_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0xebd4cc11 mctrl_gpio_enable_ms +EXPORT_SYMBOL_GPL vmlinux 0xebd6f22d mpc8xxx_spi_rx_buf_u32 +EXPORT_SYMBOL_GPL vmlinux 0xebe724b9 usb_register_driver +EXPORT_SYMBOL_GPL vmlinux 0xebeb24a2 alarm_cancel +EXPORT_SYMBOL_GPL vmlinux 0xebedea84 snd_soc_jack_get_type +EXPORT_SYMBOL_GPL vmlinux 0xebf30201 devm_mtk_clk_mux_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0xebf53e58 snd_soc_dai_set_fmt +EXPORT_SYMBOL_GPL vmlinux 0xebf56371 genphy_c45_read_pma +EXPORT_SYMBOL_GPL vmlinux 0xebfd3f28 dm_noflush_suspending +EXPORT_SYMBOL_GPL vmlinux 0xec001674 fixed_phy_register +EXPORT_SYMBOL_GPL vmlinux 0xec0f8740 edac_mod_work +EXPORT_SYMBOL_GPL vmlinux 0xec1356c6 clockevents_unbind_device +EXPORT_SYMBOL_GPL vmlinux 0xec2bcbd3 ipv6_icmp_error +EXPORT_SYMBOL_GPL vmlinux 0xec30732b of_reserved_mem_device_init_by_name +EXPORT_SYMBOL_GPL vmlinux 0xec46ce97 scsi_free_sgtables +EXPORT_SYMBOL_GPL vmlinux 0xec4f659b devlink_dpipe_entry_ctx_prepare +EXPORT_SYMBOL_GPL vmlinux 0xec5002fd badblocks_store +EXPORT_SYMBOL_GPL vmlinux 0xec523f88 hrtimer_start_range_ns +EXPORT_SYMBOL_GPL vmlinux 0xec5cf831 fwnode_get_next_child_node +EXPORT_SYMBOL_GPL vmlinux 0xec5f106b shash_no_setkey +EXPORT_SYMBOL_GPL vmlinux 0xec64f66b device_match_devt +EXPORT_SYMBOL_GPL vmlinux 0xec6796cf sk_msg_clone +EXPORT_SYMBOL_GPL vmlinux 0xec774acb cpufreq_frequency_table_verify +EXPORT_SYMBOL_GPL vmlinux 0xec784e2d vcap_find_admin +EXPORT_SYMBOL_GPL vmlinux 0xec7e54c7 dev_pm_opp_get_max_volt_latency +EXPORT_SYMBOL_GPL vmlinux 0xec88a3d0 vp_legacy_queue_vector +EXPORT_SYMBOL_GPL vmlinux 0xec8cf6fd usb_reset_endpoint +EXPORT_SYMBOL_GPL vmlinux 0xec8f7a40 mtk_mmsys_ddp_dpi_fmt_config +EXPORT_SYMBOL_GPL vmlinux 0xec8f986f root_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0xec9c0803 extcon_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0xecab53aa wwan_register_ops +EXPORT_SYMBOL_GPL vmlinux 0xecbb5541 snd_soc_put_volsw +EXPORT_SYMBOL_GPL vmlinux 0xecccced2 dm_get_queue_limits +EXPORT_SYMBOL_GPL vmlinux 0xecf3229c register_pernet_device +EXPORT_SYMBOL_GPL vmlinux 0xecf60b40 perf_event_addr_filters_sync +EXPORT_SYMBOL_GPL vmlinux 0xed024634 get_net_ns_by_fd +EXPORT_SYMBOL_GPL vmlinux 0xed08c2be led_trigger_read +EXPORT_SYMBOL_GPL vmlinux 0xed255b3e synchronize_srcu_expedited +EXPORT_SYMBOL_GPL vmlinux 0xed2c5bcf power_supply_charge_behaviour_parse +EXPORT_SYMBOL_GPL vmlinux 0xed344146 mcpm_is_available +EXPORT_SYMBOL_GPL vmlinux 0xed352ab7 snd_soc_of_parse_audio_routing +EXPORT_SYMBOL_GPL vmlinux 0xed551095 switchdev_handle_port_obj_add_foreign +EXPORT_SYMBOL_GPL vmlinux 0xed5fe298 inet_pernet_hashinfo_alloc +EXPORT_SYMBOL_GPL vmlinux 0xed788f1f sysfs_unbreak_active_protection +EXPORT_SYMBOL_GPL vmlinux 0xed792393 devm_hwspin_lock_register +EXPORT_SYMBOL_GPL vmlinux 0xed7bf3b0 ip6_sk_dst_lookup_flow +EXPORT_SYMBOL_GPL vmlinux 0xed8444b1 mtk_clk_register_ref2usb_tx +EXPORT_SYMBOL_GPL vmlinux 0xed8c384b netdev_xmit_skip_txqueue +EXPORT_SYMBOL_GPL vmlinux 0xed90e25b iommu_device_register +EXPORT_SYMBOL_GPL vmlinux 0xed918dde hte_init_line_attr +EXPORT_SYMBOL_GPL vmlinux 0xeda658ef rockchip_pcie_parse_dt +EXPORT_SYMBOL_GPL vmlinux 0xedb7e238 dev_forward_skb +EXPORT_SYMBOL_GPL vmlinux 0xedc95b18 regulator_suspend_disable +EXPORT_SYMBOL_GPL vmlinux 0xedc9a6bd usb_kill_urb +EXPORT_SYMBOL_GPL vmlinux 0xedcc81ee snd_soc_of_parse_aux_devs +EXPORT_SYMBOL_GPL vmlinux 0xede50bbf gpio_to_desc +EXPORT_SYMBOL_GPL vmlinux 0xedf64998 mtd_ooblayout_find_eccregion +EXPORT_SYMBOL_GPL vmlinux 0xee0c7768 clk_hw_register_fractional_divider +EXPORT_SYMBOL_GPL vmlinux 0xee289505 pm_runtime_force_resume +EXPORT_SYMBOL_GPL vmlinux 0xee38ef57 register_switchdev_blocking_notifier +EXPORT_SYMBOL_GPL vmlinux 0xee6b71c4 syscon_regmap_lookup_by_compatible +EXPORT_SYMBOL_GPL vmlinux 0xee83e803 ahci_start_engine +EXPORT_SYMBOL_GPL vmlinux 0xee8ddfbf ndo_dflt_bridge_getlink +EXPORT_SYMBOL_GPL vmlinux 0xee8fba1a devm_gpio_request +EXPORT_SYMBOL_GPL vmlinux 0xee927be8 crypto_unregister_aeads +EXPORT_SYMBOL_GPL vmlinux 0xee968d70 irq_domain_remove_sim +EXPORT_SYMBOL_GPL vmlinux 0xee96bf54 usb_create_hcd +EXPORT_SYMBOL_GPL vmlinux 0xee998d7c mvebu_mbus_add_window_by_id +EXPORT_SYMBOL_GPL vmlinux 0xeea02fa0 fscrypt_d_revalidate +EXPORT_SYMBOL_GPL vmlinux 0xeea76283 divider_ro_determine_rate +EXPORT_SYMBOL_GPL vmlinux 0xeeb2f3b9 pci_generic_config_write +EXPORT_SYMBOL_GPL vmlinux 0xeeb69ff9 null_dailink_component +EXPORT_SYMBOL_GPL vmlinux 0xeebce03c snd_ctl_add_vmaster_hook +EXPORT_SYMBOL_GPL vmlinux 0xeece2201 tc3589x_block_write +EXPORT_SYMBOL_GPL vmlinux 0xeecef97c virtqueue_add_inbuf_ctx +EXPORT_SYMBOL_GPL vmlinux 0xeecf4cc4 fib_rules_dump +EXPORT_SYMBOL_GPL vmlinux 0xeedcf5da wbt_enable_default +EXPORT_SYMBOL_GPL vmlinux 0xeedd987e phy_10gbit_features_array +EXPORT_SYMBOL_GPL vmlinux 0xeee5fe32 bpf_master_redirect_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0xeeebf7d3 kernel_read_file +EXPORT_SYMBOL_GPL vmlinux 0xeeed7bc6 device_match_name +EXPORT_SYMBOL_GPL vmlinux 0xeeeebdef i2c_parse_fw_timings +EXPORT_SYMBOL_GPL vmlinux 0xeef79f17 __fscrypt_prepare_setattr +EXPORT_SYMBOL_GPL vmlinux 0xeef9b260 sysfs_create_mount_point +EXPORT_SYMBOL_GPL vmlinux 0xef010a76 rhashtable_free_and_destroy +EXPORT_SYMBOL_GPL vmlinux 0xef1618e5 power_supply_class +EXPORT_SYMBOL_GPL vmlinux 0xef16afb4 __put_mtd_device +EXPORT_SYMBOL_GPL vmlinux 0xef29fcdd clk_bulk_put +EXPORT_SYMBOL_GPL vmlinux 0xef3c8cd5 of_property_read_variable_u64_array +EXPORT_SYMBOL_GPL vmlinux 0xef464c28 getboottime64 +EXPORT_SYMBOL_GPL vmlinux 0xef49992e platform_device_add +EXPORT_SYMBOL_GPL vmlinux 0xef51420e blk_freeze_queue_start +EXPORT_SYMBOL_GPL vmlinux 0xef517cef pci_msix_free_irq +EXPORT_SYMBOL_GPL vmlinux 0xef5db66d regulator_get_init_drvdata +EXPORT_SYMBOL_GPL vmlinux 0xef6c3f70 round_jiffies_up_relative +EXPORT_SYMBOL_GPL vmlinux 0xef70eb7e ring_buffer_iter_advance +EXPORT_SYMBOL_GPL vmlinux 0xef735c64 usb_get_role_switch_default_mode +EXPORT_SYMBOL_GPL vmlinux 0xef737d25 usb_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0xef7a4908 dm_send_uevents +EXPORT_SYMBOL_GPL vmlinux 0xef7ba8fa mutex_lock_io +EXPORT_SYMBOL_GPL vmlinux 0xef7dbbf0 elv_unregister +EXPORT_SYMBOL_GPL vmlinux 0xef83eed1 usb_unlink_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0xef85eb3d icc_provider_add +EXPORT_SYMBOL_GPL vmlinux 0xef898e61 of_clk_del_provider +EXPORT_SYMBOL_GPL vmlinux 0xefa2c27d register_tracepoint_module_notifier +EXPORT_SYMBOL_GPL vmlinux 0xefaace6e mv_mbus_dram_info +EXPORT_SYMBOL_GPL vmlinux 0xefbb1465 bpf_trace_run8 +EXPORT_SYMBOL_GPL vmlinux 0xefbb3de0 __udp4_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0xefc63206 nand_ecc_choose_conf +EXPORT_SYMBOL_GPL vmlinux 0xefc7d326 input_ff_destroy +EXPORT_SYMBOL_GPL vmlinux 0xefcb306e led_init_core +EXPORT_SYMBOL_GPL vmlinux 0xefcbc0ac blk_mq_wait_quiesce_done +EXPORT_SYMBOL_GPL vmlinux 0xefd8142b __mmc_send_status +EXPORT_SYMBOL_GPL vmlinux 0xefeafcf1 edac_has_mcs +EXPORT_SYMBOL_GPL vmlinux 0xeff5f3a9 lwtunnel_valid_encap_type +EXPORT_SYMBOL_GPL vmlinux 0xf0001094 fuse_request_end +EXPORT_SYMBOL_GPL vmlinux 0xf0042d98 phy_get +EXPORT_SYMBOL_GPL vmlinux 0xf01b5cf0 ahci_platform_disable_regulators +EXPORT_SYMBOL_GPL vmlinux 0xf0337927 crypto_unregister_aead +EXPORT_SYMBOL_GPL vmlinux 0xf04b7b66 dev_pm_qos_update_user_latency_tolerance +EXPORT_SYMBOL_GPL vmlinux 0xf04d2ddd __tracepoint_ata_tf_load +EXPORT_SYMBOL_GPL vmlinux 0xf04dddbe gpiod_get_from_of_node +EXPORT_SYMBOL_GPL vmlinux 0xf059f248 mtk_mutex_write_mod +EXPORT_SYMBOL_GPL vmlinux 0xf05a52fe asn1_encode_oid +EXPORT_SYMBOL_GPL vmlinux 0xf0665f7b nand_reset_op +EXPORT_SYMBOL_GPL vmlinux 0xf0739b2f sysfs_create_files +EXPORT_SYMBOL_GPL vmlinux 0xf090380e genphy_c45_restart_aneg +EXPORT_SYMBOL_GPL vmlinux 0xf0910075 sfp_bus_del_upstream +EXPORT_SYMBOL_GPL vmlinux 0xf095a52a fwnode_graph_get_remote_port_parent +EXPORT_SYMBOL_GPL vmlinux 0xf0aa1da9 cpufreq_dbs_governor_limits +EXPORT_SYMBOL_GPL vmlinux 0xf0af29ad devfreq_event_enable_edev +EXPORT_SYMBOL_GPL vmlinux 0xf0b34c58 serial8250_handle_irq +EXPORT_SYMBOL_GPL vmlinux 0xf0cb6c09 platform_irq_count +EXPORT_SYMBOL_GPL vmlinux 0xf0cdf5cc crypto_unregister_template +EXPORT_SYMBOL_GPL vmlinux 0xf0cfbac6 gpiochip_unlock_as_irq +EXPORT_SYMBOL_GPL vmlinux 0xf0d1f041 devl_trap_policers_unregister +EXPORT_SYMBOL_GPL vmlinux 0xf0ef17b4 wwan_port_rx +EXPORT_SYMBOL_GPL vmlinux 0xf0f95e51 musb_readl +EXPORT_SYMBOL_GPL vmlinux 0xf0f9af07 of_nvmem_cell_get +EXPORT_SYMBOL_GPL vmlinux 0xf0fb1ce1 mcore_booted +EXPORT_SYMBOL_GPL vmlinux 0xf1087d56 wakeup_source_remove +EXPORT_SYMBOL_GPL vmlinux 0xf110e892 snd_soc_card_jack_new_pins +EXPORT_SYMBOL_GPL vmlinux 0xf11f9d1f snd_soc_dapm_force_enable_pin_unlocked +EXPORT_SYMBOL_GPL vmlinux 0xf12180fd imx_1443x_dram_pll +EXPORT_SYMBOL_GPL vmlinux 0xf1275bd2 irq_domain_reset_irq_data +EXPORT_SYMBOL_GPL vmlinux 0xf14317ef devl_rate_nodes_destroy +EXPORT_SYMBOL_GPL vmlinux 0xf150144a snd_soc_component_get_pin_status +EXPORT_SYMBOL_GPL vmlinux 0xf155bf0d devl_resource_size_get +EXPORT_SYMBOL_GPL vmlinux 0xf17d0e1d __traceiter_pelt_irq_tp +EXPORT_SYMBOL_GPL vmlinux 0xf184d189 kernel_power_off +EXPORT_SYMBOL_GPL vmlinux 0xf1970981 metadata_dst_alloc_percpu +EXPORT_SYMBOL_GPL vmlinux 0xf1a11dbc pci_epc_write_header +EXPORT_SYMBOL_GPL vmlinux 0xf1a9fbb7 mptcp_pm_get_add_addr_signal_max +EXPORT_SYMBOL_GPL vmlinux 0xf1aa1567 usb_hcd_resume_root_hub +EXPORT_SYMBOL_GPL vmlinux 0xf1b1c9cc of_property_read_variable_u16_array +EXPORT_SYMBOL_GPL vmlinux 0xf1b92aaa rio_get_comptag +EXPORT_SYMBOL_GPL vmlinux 0xf1c691d7 strp_check_rcv +EXPORT_SYMBOL_GPL vmlinux 0xf1ce154c __tracepoint_cpu_idle +EXPORT_SYMBOL_GPL vmlinux 0xf1d7db0b pci_device_group +EXPORT_SYMBOL_GPL vmlinux 0xf1dae476 account_locked_vm +EXPORT_SYMBOL_GPL vmlinux 0xf1e501e8 get_device_system_crosststamp +EXPORT_SYMBOL_GPL vmlinux 0xf1f245ed divider_ro_round_rate_parent +EXPORT_SYMBOL_GPL vmlinux 0xf1fae6a3 asic3_read_register +EXPORT_SYMBOL_GPL vmlinux 0xf1fe27ff usb_disable_xhci_ports +EXPORT_SYMBOL_GPL vmlinux 0xf21010b0 usb_alloc_streams +EXPORT_SYMBOL_GPL vmlinux 0xf21976b1 snd_soc_dpcm_fe_can_update +EXPORT_SYMBOL_GPL vmlinux 0xf21e1f9b disable_percpu_irq +EXPORT_SYMBOL_GPL vmlinux 0xf221735e snd_soc_of_get_dai_link_codecs +EXPORT_SYMBOL_GPL vmlinux 0xf2286856 pci_host_common_probe +EXPORT_SYMBOL_GPL vmlinux 0xf22bcc36 debugfs_create_bool +EXPORT_SYMBOL_GPL vmlinux 0xf23b6c14 vcap_rule_set_counter +EXPORT_SYMBOL_GPL vmlinux 0xf242b481 usb_unanchor_urb +EXPORT_SYMBOL_GPL vmlinux 0xf247f127 devm_kasprintf +EXPORT_SYMBOL_GPL vmlinux 0xf25e9a11 tcp_reno_ssthresh +EXPORT_SYMBOL_GPL vmlinux 0xf2615ece cpufreq_cpu_get +EXPORT_SYMBOL_GPL vmlinux 0xf26fcc8d cpts_tx_timestamp +EXPORT_SYMBOL_GPL vmlinux 0xf270b9ea bpf_prog_select_runtime +EXPORT_SYMBOL_GPL vmlinux 0xf2761b31 cpufreq_cpu_get_raw +EXPORT_SYMBOL_GPL vmlinux 0xf2815c1b regulator_bulk_register_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0xf2836564 key_set_timeout +EXPORT_SYMBOL_GPL vmlinux 0xf28404cf devlink_dpipe_header_ipv6 +EXPORT_SYMBOL_GPL vmlinux 0xf29538e9 of_genpd_remove_subdomain +EXPORT_SYMBOL_GPL vmlinux 0xf2967796 ring_buffer_record_on +EXPORT_SYMBOL_GPL vmlinux 0xf2a3752f tcp_set_keepalive +EXPORT_SYMBOL_GPL vmlinux 0xf2b31c4a spi_finalize_current_message +EXPORT_SYMBOL_GPL vmlinux 0xf2e2fe0e mas_find +EXPORT_SYMBOL_GPL vmlinux 0xf2e5e273 ip6_redirect +EXPORT_SYMBOL_GPL vmlinux 0xf2e7208b rio_request_dma +EXPORT_SYMBOL_GPL vmlinux 0xf2ed33a2 dev_attr_ncq_prio_supported +EXPORT_SYMBOL_GPL vmlinux 0xf2ed7a4d devm_hwspin_lock_unregister +EXPORT_SYMBOL_GPL vmlinux 0xf2fb61bd vprintk_default +EXPORT_SYMBOL_GPL vmlinux 0xf2fc6c2b espintcp_push_skb +EXPORT_SYMBOL_GPL vmlinux 0xf2ff4bc2 serial8250_em485_supported +EXPORT_SYMBOL_GPL vmlinux 0xf304cb2e nfnl_ct_hook +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 0xf31eb8b5 phy_pm_runtime_allow +EXPORT_SYMBOL_GPL vmlinux 0xf32c6b03 altr_sysmgr_regmap_lookup_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0xf32eeab1 fuse_dev_install +EXPORT_SYMBOL_GPL vmlinux 0xf331236f btree_geo32 +EXPORT_SYMBOL_GPL vmlinux 0xf33b888a snd_soc_bytes_put +EXPORT_SYMBOL_GPL vmlinux 0xf342fd5d freq_qos_remove_notifier +EXPORT_SYMBOL_GPL vmlinux 0xf350bb8d mas_erase +EXPORT_SYMBOL_GPL vmlinux 0xf354ea42 dev_pm_qos_expose_flags +EXPORT_SYMBOL_GPL vmlinux 0xf363632a debugfs_print_regs32 +EXPORT_SYMBOL_GPL vmlinux 0xf3716c41 __ndisc_fill_addr_option +EXPORT_SYMBOL_GPL vmlinux 0xf37323c3 irq_domain_create_hierarchy +EXPORT_SYMBOL_GPL vmlinux 0xf3797506 mpi_ec_deinit +EXPORT_SYMBOL_GPL vmlinux 0xf3808cb1 get_state_synchronize_rcu +EXPORT_SYMBOL_GPL vmlinux 0xf3823392 phy_modify_changed +EXPORT_SYMBOL_GPL vmlinux 0xf38432d9 crypto_remove_spawns +EXPORT_SYMBOL_GPL vmlinux 0xf3922b39 pinconf_generic_dt_node_to_map +EXPORT_SYMBOL_GPL vmlinux 0xf398fac0 dev_pm_opp_get_freq +EXPORT_SYMBOL_GPL vmlinux 0xf3a09fe7 crypto_has_kpp +EXPORT_SYMBOL_GPL vmlinux 0xf3a0ddf7 msi_lock_descs +EXPORT_SYMBOL_GPL vmlinux 0xf3a56cfd ata_ehi_push_desc +EXPORT_SYMBOL_GPL vmlinux 0xf3a69f22 crypto_larval_kill +EXPORT_SYMBOL_GPL vmlinux 0xf3aa5293 snd_soc_component_initialize +EXPORT_SYMBOL_GPL vmlinux 0xf3b451ca kdb_poll_funcs +EXPORT_SYMBOL_GPL vmlinux 0xf3c00cea dma_request_chan +EXPORT_SYMBOL_GPL vmlinux 0xf3c2a33c snd_dmaengine_pcm_register +EXPORT_SYMBOL_GPL vmlinux 0xf3dc9507 kick_process +EXPORT_SYMBOL_GPL vmlinux 0xf3dcf620 of_usb_update_otg_caps +EXPORT_SYMBOL_GPL vmlinux 0xf3e2d56f snd_pcm_stream_unlock_irqrestore +EXPORT_SYMBOL_GPL vmlinux 0xf3e94565 mbox_chan_received_data +EXPORT_SYMBOL_GPL vmlinux 0xf3edd245 unregister_pernet_device +EXPORT_SYMBOL_GPL vmlinux 0xf3f4cb8d crypto_register_skciphers +EXPORT_SYMBOL_GPL vmlinux 0xf406e7cb sdhci_set_power_and_bus_voltage +EXPORT_SYMBOL_GPL vmlinux 0xf40a80ed device_find_any_child +EXPORT_SYMBOL_GPL vmlinux 0xf41554cc adp5520_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0xf4264a2e __tracepoint_error_report_end +EXPORT_SYMBOL_GPL vmlinux 0xf4346cca for_each_kernel_tracepoint +EXPORT_SYMBOL_GPL vmlinux 0xf434d17f power_supply_am_i_supplied +EXPORT_SYMBOL_GPL vmlinux 0xf436d85d phy_select_page +EXPORT_SYMBOL_GPL vmlinux 0xf4490821 acct_bioset_exit +EXPORT_SYMBOL_GPL vmlinux 0xf452cbe2 usb_wakeup_enabled_descendants +EXPORT_SYMBOL_GPL vmlinux 0xf45d7bc7 sk_msg_memcopy_from_iter +EXPORT_SYMBOL_GPL vmlinux 0xf4689d50 linkmode_set_pause +EXPORT_SYMBOL_GPL vmlinux 0xf46fdb69 platform_msi_domain_free_irqs +EXPORT_SYMBOL_GPL vmlinux 0xf47654df irq_check_status_bit +EXPORT_SYMBOL_GPL vmlinux 0xf47cf18e devlink_param_unregister +EXPORT_SYMBOL_GPL vmlinux 0xf47d51c6 fscrypt_mergeable_bio +EXPORT_SYMBOL_GPL vmlinux 0xf47de486 usb_kill_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0xf47f8fca dpcm_be_dai_trigger +EXPORT_SYMBOL_GPL vmlinux 0xf48ceebd net_cls_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0xf495a17e elv_rqhash_add +EXPORT_SYMBOL_GPL vmlinux 0xf4979889 pci_epf_free_space +EXPORT_SYMBOL_GPL vmlinux 0xf49c680a fsverity_enqueue_verify_work +EXPORT_SYMBOL_GPL vmlinux 0xf4a297e3 usb_phy_roothub_resume +EXPORT_SYMBOL_GPL vmlinux 0xf4af35c2 rcu_gp_is_normal +EXPORT_SYMBOL_GPL vmlinux 0xf4cd9f8f reset_control_bulk_release +EXPORT_SYMBOL_GPL vmlinux 0xf4dfd951 device_get_phy_mode +EXPORT_SYMBOL_GPL vmlinux 0xf4e6ea5e pci_disable_pcie_error_reporting +EXPORT_SYMBOL_GPL vmlinux 0xf4ebd4c4 kgdb_unregister_io_module +EXPORT_SYMBOL_GPL vmlinux 0xf4f1b4f3 mxic_ecc_put_pipelined_engine +EXPORT_SYMBOL_GPL vmlinux 0xf501ec7e mtd_is_locked +EXPORT_SYMBOL_GPL vmlinux 0xf50bc7ea devl_trap_groups_register +EXPORT_SYMBOL_GPL vmlinux 0xf51ce03b regulator_enable_regmap +EXPORT_SYMBOL_GPL vmlinux 0xf52e14e9 snmp_fold_field64 +EXPORT_SYMBOL_GPL vmlinux 0xf52ec840 list_lru_add +EXPORT_SYMBOL_GPL vmlinux 0xf53bf3d4 ncsi_vlan_rx_kill_vid +EXPORT_SYMBOL_GPL vmlinux 0xf53f4bc4 pcie_update_link_speed +EXPORT_SYMBOL_GPL vmlinux 0xf541713b vcap_filter_rule_keys +EXPORT_SYMBOL_GPL vmlinux 0xf541b2e5 debugfs_create_u64 +EXPORT_SYMBOL_GPL vmlinux 0xf54bd49b lcm +EXPORT_SYMBOL_GPL vmlinux 0xf553318d cpuidle_pause_and_lock +EXPORT_SYMBOL_GPL vmlinux 0xf5611ff8 tty_prepare_flip_string +EXPORT_SYMBOL_GPL vmlinux 0xf565afb8 dw_pcie_ep_init_notify +EXPORT_SYMBOL_GPL vmlinux 0xf5666298 pm_clk_add_notifier +EXPORT_SYMBOL_GPL vmlinux 0xf579330a smpboot_register_percpu_thread +EXPORT_SYMBOL_GPL vmlinux 0xf57d7bcf perf_event_sysfs_show +EXPORT_SYMBOL_GPL vmlinux 0xf57f8107 edac_pci_add_device +EXPORT_SYMBOL_GPL vmlinux 0xf58d6269 dev_pm_qos_expose_latency_limit +EXPORT_SYMBOL_GPL vmlinux 0xf5a067bf iommu_group_dma_owner_claimed +EXPORT_SYMBOL_GPL vmlinux 0xf5a3ba99 linear_range_values_in_range +EXPORT_SYMBOL_GPL vmlinux 0xf5a5ae6d __traceiter_br_fdb_add +EXPORT_SYMBOL_GPL vmlinux 0xf5a691cd invalidate_bh_lrus +EXPORT_SYMBOL_GPL vmlinux 0xf5b7e6e7 __wake_up_sync_key +EXPORT_SYMBOL_GPL vmlinux 0xf5dbc921 mbox_free_channel +EXPORT_SYMBOL_GPL vmlinux 0xf5de0304 snd_soc_dapm_disable_pin_unlocked +EXPORT_SYMBOL_GPL vmlinux 0xf5e1ad81 devm_of_icc_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0xf5e7a81e crypto_stats_compress +EXPORT_SYMBOL_GPL vmlinux 0xf5f36c62 amba_device_alloc +EXPORT_SYMBOL_GPL vmlinux 0xf5f370e0 async_schedule_node +EXPORT_SYMBOL_GPL vmlinux 0xf6015edf of_phy_get +EXPORT_SYMBOL_GPL vmlinux 0xf612d665 sdhci_pltfm_register +EXPORT_SYMBOL_GPL vmlinux 0xf61baa65 pids_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0xf6201f5c debugfs_create_u16 +EXPORT_SYMBOL_GPL vmlinux 0xf626b572 devm_kstrdup_const +EXPORT_SYMBOL_GPL vmlinux 0xf62fce54 anon_inode_getfile +EXPORT_SYMBOL_GPL vmlinux 0xf63109bd imx_clk_hw_pllv4 +EXPORT_SYMBOL_GPL vmlinux 0xf63da6e8 pci_pri_supported +EXPORT_SYMBOL_GPL vmlinux 0xf64f1125 thermal_remove_hwmon_sysfs +EXPORT_SYMBOL_GPL vmlinux 0xf663ee2f pcap_adc_sync +EXPORT_SYMBOL_GPL vmlinux 0xf6641950 snd_soc_of_parse_pin_switches +EXPORT_SYMBOL_GPL vmlinux 0xf66d69ac mptcp_token_get_sock +EXPORT_SYMBOL_GPL vmlinux 0xf66e6785 __auxiliary_device_add +EXPORT_SYMBOL_GPL vmlinux 0xf673aae3 __virtqueue_unbreak +EXPORT_SYMBOL_GPL vmlinux 0xf69e1157 usb_hc_died +EXPORT_SYMBOL_GPL vmlinux 0xf6a6fb76 hwrng_msleep +EXPORT_SYMBOL_GPL vmlinux 0xf6ac405e gpiochip_irqchip_irq_valid +EXPORT_SYMBOL_GPL vmlinux 0xf6ac9e65 irq_domain_remove +EXPORT_SYMBOL_GPL vmlinux 0xf6b043f1 rhashtable_walk_next +EXPORT_SYMBOL_GPL vmlinux 0xf6baaded devm_spi_mem_dirmap_destroy +EXPORT_SYMBOL_GPL vmlinux 0xf6bdf68c snd_soc_put_strobe +EXPORT_SYMBOL_GPL vmlinux 0xf6beee37 __SCK__tp_func_pelt_cfs_tp +EXPORT_SYMBOL_GPL vmlinux 0xf6c8dc62 cpu_hotplug_enable +EXPORT_SYMBOL_GPL vmlinux 0xf6d1988e usb_lock_device_for_reset +EXPORT_SYMBOL_GPL vmlinux 0xf6dc6bb8 gpiod_get_raw_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0xf6e67484 dev_xdp_prog_count +EXPORT_SYMBOL_GPL vmlinux 0xf6e874f5 ata_timing_merge +EXPORT_SYMBOL_GPL vmlinux 0xf6ea6d81 phy_speed_up +EXPORT_SYMBOL_GPL vmlinux 0xf6ef314e serial8250_em485_config +EXPORT_SYMBOL_GPL vmlinux 0xf705dd5a snd_soc_link_compr_set_params +EXPORT_SYMBOL_GPL vmlinux 0xf7070e80 of_pci_range_parser_one +EXPORT_SYMBOL_GPL vmlinux 0xf709b827 driver_attach +EXPORT_SYMBOL_GPL vmlinux 0xf70caabb devlink_port_init +EXPORT_SYMBOL_GPL vmlinux 0xf7224313 __spi_register_driver +EXPORT_SYMBOL_GPL vmlinux 0xf728780b usb_gadget_connect +EXPORT_SYMBOL_GPL vmlinux 0xf72a65ea tty_get_char_size +EXPORT_SYMBOL_GPL vmlinux 0xf730fb4a qcom_smem_state_update_bits +EXPORT_SYMBOL_GPL vmlinux 0xf73d0b51 __tracepoint_map +EXPORT_SYMBOL_GPL vmlinux 0xf73e3ac4 __traceiter_rpm_suspend +EXPORT_SYMBOL_GPL vmlinux 0xf7455c16 input_event_to_user +EXPORT_SYMBOL_GPL vmlinux 0xf7466cee powercap_unregister_zone +EXPORT_SYMBOL_GPL vmlinux 0xf749debc md5_zero_message_hash +EXPORT_SYMBOL_GPL vmlinux 0xf7521f8d clk_hw_set_rate_range +EXPORT_SYMBOL_GPL vmlinux 0xf7599a62 inet6_lookup +EXPORT_SYMBOL_GPL vmlinux 0xf768f3f5 platform_get_irq +EXPORT_SYMBOL_GPL vmlinux 0xf76b0a59 read_current_timer +EXPORT_SYMBOL_GPL vmlinux 0xf76bba8c clk_mux_determine_rate_flags +EXPORT_SYMBOL_GPL vmlinux 0xf793d16b class_find_device +EXPORT_SYMBOL_GPL vmlinux 0xf7b30d45 sbitmap_finish_wait +EXPORT_SYMBOL_GPL vmlinux 0xf7b9a018 __platform_driver_probe +EXPORT_SYMBOL_GPL vmlinux 0xf7bc95b0 devlink_fmsg_pair_nest_start +EXPORT_SYMBOL_GPL vmlinux 0xf7c898f2 dev_pm_opp_add +EXPORT_SYMBOL_GPL vmlinux 0xf7cd46a6 dev_pm_opp_get_max_transition_latency +EXPORT_SYMBOL_GPL vmlinux 0xf7d8b893 device_property_read_u64_array +EXPORT_SYMBOL_GPL vmlinux 0xf7e613ed cpu_subsys +EXPORT_SYMBOL_GPL vmlinux 0xf7efb74b tpmm_chip_alloc +EXPORT_SYMBOL_GPL vmlinux 0xf80455a1 debugfs_lookup_and_remove +EXPORT_SYMBOL_GPL vmlinux 0xf807f242 rio_route_get_entry +EXPORT_SYMBOL_GPL vmlinux 0xf80a2b00 ata_host_alloc_pinfo +EXPORT_SYMBOL_GPL vmlinux 0xf80c276f rhashtable_walk_enter +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 0xf82f16b3 execute_in_process_context +EXPORT_SYMBOL_GPL vmlinux 0xf82f3657 work_on_cpu +EXPORT_SYMBOL_GPL vmlinux 0xf83e1f76 pm_generic_runtime_suspend +EXPORT_SYMBOL_GPL vmlinux 0xf841ea9b devm_pm_opp_set_config +EXPORT_SYMBOL_GPL vmlinux 0xf8650a87 uart_try_toggle_sysrq +EXPORT_SYMBOL_GPL vmlinux 0xf87392d9 vp_modern_get_queue_size +EXPORT_SYMBOL_GPL vmlinux 0xf8777371 regmap_fields_read +EXPORT_SYMBOL_GPL vmlinux 0xf883bf93 crypto_dh_key_len +EXPORT_SYMBOL_GPL vmlinux 0xf8b1730f vcap_rule_add_key_bit +EXPORT_SYMBOL_GPL vmlinux 0xf8b6e913 screen_glyph_unicode +EXPORT_SYMBOL_GPL vmlinux 0xf8c5ae0b i2c_adapter_depth +EXPORT_SYMBOL_GPL vmlinux 0xf8ea346f power_supply_get_drvdata +EXPORT_SYMBOL_GPL vmlinux 0xf8f2a4eb snd_kill_fasync +EXPORT_SYMBOL_GPL vmlinux 0xf8f3a0fb ata_ratelimit +EXPORT_SYMBOL_GPL vmlinux 0xf8f40d46 mtd_lock_user_prot_reg +EXPORT_SYMBOL_GPL vmlinux 0xf8f494ff nfs_ssc_client_tbl +EXPORT_SYMBOL_GPL vmlinux 0xf90729be thermal_add_hwmon_sysfs +EXPORT_SYMBOL_GPL vmlinux 0xf919442f serial8250_request_dma +EXPORT_SYMBOL_GPL vmlinux 0xf93e0dc9 unregister_virtio_driver +EXPORT_SYMBOL_GPL vmlinux 0xf95322f4 kthread_parkme +EXPORT_SYMBOL_GPL vmlinux 0xf95e89af validate_xmit_skb_list +EXPORT_SYMBOL_GPL vmlinux 0xf9622dd1 snd_soc_daifmt_clock_provider_from_bitmap +EXPORT_SYMBOL_GPL vmlinux 0xf9660833 bio_blkcg_css +EXPORT_SYMBOL_GPL vmlinux 0xf9692791 mtd_ooblayout_ecc +EXPORT_SYMBOL_GPL vmlinux 0xf96da44f xa_delete_node +EXPORT_SYMBOL_GPL vmlinux 0xf97e50ac regmap_raw_write_async +EXPORT_SYMBOL_GPL vmlinux 0xf993c292 led_init_default_state_get +EXPORT_SYMBOL_GPL vmlinux 0xf99d07a3 disk_uevent +EXPORT_SYMBOL_GPL vmlinux 0xf9a054b5 __round_jiffies +EXPORT_SYMBOL_GPL vmlinux 0xf9b36cf6 regulator_list_voltage_linear_range +EXPORT_SYMBOL_GPL vmlinux 0xf9bb2ed7 __skb_get_hash_symmetric +EXPORT_SYMBOL_GPL vmlinux 0xf9cbb646 snd_soc_dpcm_can_be_params +EXPORT_SYMBOL_GPL vmlinux 0xf9cfca87 pci_cfg_access_lock +EXPORT_SYMBOL_GPL vmlinux 0xf9d129df klist_iter_init_node +EXPORT_SYMBOL_GPL vmlinux 0xf9d93d6e pci_bridge_secondary_bus_reset +EXPORT_SYMBOL_GPL vmlinux 0xf9dee737 ata_std_bios_param +EXPORT_SYMBOL_GPL vmlinux 0xf9ed47c3 __netpoll_cleanup +EXPORT_SYMBOL_GPL vmlinux 0xfa03858a sram_exec_copy +EXPORT_SYMBOL_GPL vmlinux 0xfa0ea6ba lwtunnel_xmit +EXPORT_SYMBOL_GPL vmlinux 0xfa0eb602 irq_gc_ack_set_bit +EXPORT_SYMBOL_GPL vmlinux 0xfa1eb910 unregister_syscore_ops +EXPORT_SYMBOL_GPL vmlinux 0xfa20488d tcp_parse_mss_option +EXPORT_SYMBOL_GPL vmlinux 0xfa24e29f bpf_prog_sub +EXPORT_SYMBOL_GPL vmlinux 0xfa37fb11 vcap_mod_rule +EXPORT_SYMBOL_GPL vmlinux 0xfa4248da mtk_build_eint +EXPORT_SYMBOL_GPL vmlinux 0xfa450a15 trace_get_event_file +EXPORT_SYMBOL_GPL vmlinux 0xfa71c025 put_pid +EXPORT_SYMBOL_GPL vmlinux 0xfa74ebbe sysfs_add_file_to_group +EXPORT_SYMBOL_GPL vmlinux 0xfa74f2fe inet_getpeer +EXPORT_SYMBOL_GPL vmlinux 0xfa7c2e49 mas_next +EXPORT_SYMBOL_GPL vmlinux 0xfa82f473 klist_next +EXPORT_SYMBOL_GPL vmlinux 0xfa85ec85 mpc8xxx_spi_tx_buf_u8 +EXPORT_SYMBOL_GPL vmlinux 0xfa92659b ata_link_offline +EXPORT_SYMBOL_GPL vmlinux 0xfa96c03a rockchip_pcie_cfg_configuration_accesses +EXPORT_SYMBOL_GPL vmlinux 0xfa99f658 vp_legacy_get_driver_features +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 0xfab7a015 regmap_get_device +EXPORT_SYMBOL_GPL vmlinux 0xfab868d8 dev_pm_set_dedicated_wake_irq +EXPORT_SYMBOL_GPL vmlinux 0xfaba248a usb_scuttle_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0xfabb4822 report_iommu_fault +EXPORT_SYMBOL_GPL vmlinux 0xfabf0fe0 unregister_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0xfacaebfd usb_pipe_type_check +EXPORT_SYMBOL_GPL vmlinux 0xfad42fbf fwnode_device_is_available +EXPORT_SYMBOL_GPL vmlinux 0xfad9c827 kill_dax +EXPORT_SYMBOL_GPL vmlinux 0xfadd1d16 pwm_adjust_config +EXPORT_SYMBOL_GPL vmlinux 0xfadf5e20 pci_status_get_and_clear_errors +EXPORT_SYMBOL_GPL vmlinux 0xfae243f6 rio_unregister_mport +EXPORT_SYMBOL_GPL vmlinux 0xfaf2149d imx_pcm_fiq_exit +EXPORT_SYMBOL_GPL vmlinux 0xfaf598c6 snd_ctl_request_layer +EXPORT_SYMBOL_GPL vmlinux 0xfaf6f266 platform_get_irq_byname +EXPORT_SYMBOL_GPL vmlinux 0xfb0fda1f fib6_new_table +EXPORT_SYMBOL_GPL vmlinux 0xfb1c07aa static_dev_dax +EXPORT_SYMBOL_GPL vmlinux 0xfb24d4ab blocking_notifier_chain_unregister +EXPORT_SYMBOL_GPL vmlinux 0xfb300c17 __devm_regmap_init +EXPORT_SYMBOL_GPL vmlinux 0xfb321491 usb_hcd_end_port_resume +EXPORT_SYMBOL_GPL vmlinux 0xfb32b30f ring_buffer_read_prepare_sync +EXPORT_SYMBOL_GPL vmlinux 0xfb51f520 gen_pool_size +EXPORT_SYMBOL_GPL vmlinux 0xfb53962a list_lru_count_one +EXPORT_SYMBOL_GPL vmlinux 0xfb550388 firmware_request_platform +EXPORT_SYMBOL_GPL vmlinux 0xfb55947a irq_domain_push_irq +EXPORT_SYMBOL_GPL vmlinux 0xfb60faf5 posix_acl_clone +EXPORT_SYMBOL_GPL vmlinux 0xfb615859 __tracepoint_block_unplug +EXPORT_SYMBOL_GPL vmlinux 0xfb6b72d3 dev_pm_clear_wake_irq +EXPORT_SYMBOL_GPL vmlinux 0xfb6eedf9 power_group_name +EXPORT_SYMBOL_GPL vmlinux 0xfb73451f alarm_try_to_cancel +EXPORT_SYMBOL_GPL vmlinux 0xfb7971ca handle_fasteoi_irq +EXPORT_SYMBOL_GPL vmlinux 0xfb799168 devl_port_register +EXPORT_SYMBOL_GPL vmlinux 0xfb7a4a7f btree_last +EXPORT_SYMBOL_GPL vmlinux 0xfb7b8d43 scsi_host_unblock +EXPORT_SYMBOL_GPL vmlinux 0xfb7ff1f1 receive_fd +EXPORT_SYMBOL_GPL vmlinux 0xfb82c16e mtk_mux_gate_clr_set_upd_ops +EXPORT_SYMBOL_GPL vmlinux 0xfb836f02 regmap_check_range_table +EXPORT_SYMBOL_GPL vmlinux 0xfb96f72b topology_set_scale_freq_source +EXPORT_SYMBOL_GPL vmlinux 0xfba1a8d9 irq_get_default_host +EXPORT_SYMBOL_GPL vmlinux 0xfbb22ee0 fwnode_get_name +EXPORT_SYMBOL_GPL vmlinux 0xfbbd41ca no_action +EXPORT_SYMBOL_GPL vmlinux 0xfbca4bf3 irq_get_domain_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0xfbd5a642 lochnagar_update_config +EXPORT_SYMBOL_GPL vmlinux 0xfbe4ec75 ip6_datagram_connect_v6_only +EXPORT_SYMBOL_GPL vmlinux 0xfc0104e7 i2c_match_id +EXPORT_SYMBOL_GPL vmlinux 0xfc014cb6 smp_call_function_any +EXPORT_SYMBOL_GPL vmlinux 0xfc03d97a page_is_ram +EXPORT_SYMBOL_GPL vmlinux 0xfc05af13 __pci_epc_create +EXPORT_SYMBOL_GPL vmlinux 0xfc14bb2e dm_get_dev_t +EXPORT_SYMBOL_GPL vmlinux 0xfc1ec802 ahci_platform_get_resources +EXPORT_SYMBOL_GPL vmlinux 0xfc4dcf9a switchdev_handle_port_obj_del +EXPORT_SYMBOL_GPL vmlinux 0xfc7dcfc8 ahci_platform_ops +EXPORT_SYMBOL_GPL vmlinux 0xfc7e489a devm_hte_request_ts_ns +EXPORT_SYMBOL_GPL vmlinux 0xfc800578 snd_soc_register_component +EXPORT_SYMBOL_GPL vmlinux 0xfc8a4279 pinctrl_get_group_pins +EXPORT_SYMBOL_GPL vmlinux 0xfc8e3699 netdev_rx_handler_register +EXPORT_SYMBOL_GPL vmlinux 0xfc8f5f0c kset_create_and_add +EXPORT_SYMBOL_GPL vmlinux 0xfc967f5b devm_reset_control_array_get +EXPORT_SYMBOL_GPL vmlinux 0xfca09410 ahci_host_activate +EXPORT_SYMBOL_GPL vmlinux 0xfca36861 snd_soc_new_compress +EXPORT_SYMBOL_GPL vmlinux 0xfca9ddbc mctp_unregister_netdev +EXPORT_SYMBOL_GPL vmlinux 0xfcc0b4db ping_seq_next +EXPORT_SYMBOL_GPL vmlinux 0xfcca3c6e usb_hub_claim_port +EXPORT_SYMBOL_GPL vmlinux 0xfcd37132 inet6_sk_rebuild_header +EXPORT_SYMBOL_GPL vmlinux 0xfce50a92 xhci_run +EXPORT_SYMBOL_GPL vmlinux 0xfcf54d1d add_wait_queue_priority +EXPORT_SYMBOL_GPL vmlinux 0xfcf98286 bus_find_device +EXPORT_SYMBOL_GPL vmlinux 0xfcf9ef73 hw_protection_shutdown +EXPORT_SYMBOL_GPL vmlinux 0xfd091a25 gpiochip_populate_parent_fwspec_twocell +EXPORT_SYMBOL_GPL vmlinux 0xfd093a08 cpufreq_driver_target +EXPORT_SYMBOL_GPL vmlinux 0xfd096671 fat_flush_inodes +EXPORT_SYMBOL_GPL vmlinux 0xfd0d8c6b of_genpd_remove_last +EXPORT_SYMBOL_GPL vmlinux 0xfd2c62ad devlink_dpipe_table_counter_enabled +EXPORT_SYMBOL_GPL vmlinux 0xfd2d8661 ata_pci_sff_init_host +EXPORT_SYMBOL_GPL vmlinux 0xfd30e736 rio_release_inb_pwrite +EXPORT_SYMBOL_GPL vmlinux 0xfd40ad83 kfree_strarray +EXPORT_SYMBOL_GPL vmlinux 0xfd47eefa dma_fence_unwrap_next +EXPORT_SYMBOL_GPL vmlinux 0xfd4dba7d freq_qos_add_notifier +EXPORT_SYMBOL_GPL vmlinux 0xfd581da1 free_rs +EXPORT_SYMBOL_GPL vmlinux 0xfd5c15f7 raw_v4_hashinfo +EXPORT_SYMBOL_GPL vmlinux 0xfd5c5715 power_supply_notifier +EXPORT_SYMBOL_GPL vmlinux 0xfd736b59 exportfs_decode_fh +EXPORT_SYMBOL_GPL vmlinux 0xfd77e268 register_sys_off_handler +EXPORT_SYMBOL_GPL vmlinux 0xfd935a1c devl_rate_leaf_destroy +EXPORT_SYMBOL_GPL vmlinux 0xfda125d0 ata_cable_ignore +EXPORT_SYMBOL_GPL vmlinux 0xfdb0a03e pci_epc_put +EXPORT_SYMBOL_GPL vmlinux 0xfdb83dd6 vc_scrolldelta_helper +EXPORT_SYMBOL_GPL vmlinux 0xfdbd7a17 crypto_get_attr_type +EXPORT_SYMBOL_GPL vmlinux 0xfdc07375 devm_regulator_bulk_register_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0xfdcdf0c4 uprobe_register_refctr +EXPORT_SYMBOL_GPL vmlinux 0xfdd58dbb shash_free_singlespawn_instance +EXPORT_SYMBOL_GPL vmlinux 0xfde6aaa8 of_platform_populate +EXPORT_SYMBOL_GPL vmlinux 0xfdeb16b3 iov_iter_get_pages +EXPORT_SYMBOL_GPL vmlinux 0xfdec3071 tcp_register_ulp +EXPORT_SYMBOL_GPL vmlinux 0xfdf2c350 pci_store_saved_state +EXPORT_SYMBOL_GPL vmlinux 0xfe03f1fb mtd_blktrans_cease_background +EXPORT_SYMBOL_GPL vmlinux 0xfe0bbbd2 atomic_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0xfe10e6cc mtk_pinconf_adv_pull_set +EXPORT_SYMBOL_GPL vmlinux 0xfe142945 mmc_send_tuning +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 0xfe37b4da platform_device_add_data +EXPORT_SYMBOL_GPL vmlinux 0xfe3bb046 kthread_flush_worker +EXPORT_SYMBOL_GPL vmlinux 0xfe3cf00c add_mtd_blktrans_dev +EXPORT_SYMBOL_GPL vmlinux 0xfe476039 ktime_get_resolution_ns +EXPORT_SYMBOL_GPL vmlinux 0xfe4fbc75 kobject_create_and_add +EXPORT_SYMBOL_GPL vmlinux 0xfe680293 mtk_eint_do_resume +EXPORT_SYMBOL_GPL vmlinux 0xfe68dbb7 is_virtio_device +EXPORT_SYMBOL_GPL vmlinux 0xfe6b3597 platform_device_del +EXPORT_SYMBOL_GPL vmlinux 0xfe790431 sysfs_remove_bin_file +EXPORT_SYMBOL_GPL vmlinux 0xfe87f078 omap_iommu_restore_ctx +EXPORT_SYMBOL_GPL vmlinux 0xfe8c038b invalidate_inode_pages2_range +EXPORT_SYMBOL_GPL vmlinux 0xfe8cdb84 ring_buffer_alloc_read_page +EXPORT_SYMBOL_GPL vmlinux 0xfe921996 xdp_rxq_info_unreg_mem_model +EXPORT_SYMBOL_GPL vmlinux 0xfe990052 gpio_free +EXPORT_SYMBOL_GPL vmlinux 0xfe99dad0 dtpm_create_hierarchy +EXPORT_SYMBOL_GPL vmlinux 0xfea1b3f1 inet_hashinfo2_init_mod +EXPORT_SYMBOL_GPL vmlinux 0xfea44103 debugfs_attr_read +EXPORT_SYMBOL_GPL vmlinux 0xfea5efbe spi_mem_exec_op +EXPORT_SYMBOL_GPL vmlinux 0xfeaafe8d regulator_is_equal +EXPORT_SYMBOL_GPL vmlinux 0xfeb8fa97 sysfs_notify +EXPORT_SYMBOL_GPL vmlinux 0xfec3bf84 icst_clk_setup +EXPORT_SYMBOL_GPL vmlinux 0xfec438c4 iommu_page_response +EXPORT_SYMBOL_GPL vmlinux 0xfec5d401 devm_release_action +EXPORT_SYMBOL_GPL vmlinux 0xfecb92c7 nvmem_cell_read_u32 +EXPORT_SYMBOL_GPL vmlinux 0xfed11ed1 usb_mon_deregister +EXPORT_SYMBOL_GPL vmlinux 0xff05fa13 vring_interrupt +EXPORT_SYMBOL_GPL vmlinux 0xff0b3c9d dma_resv_iter_first +EXPORT_SYMBOL_GPL vmlinux 0xff0b82e3 devm_hwmon_device_register_with_groups +EXPORT_SYMBOL_GPL vmlinux 0xff0d91f8 dev_err_probe +EXPORT_SYMBOL_GPL vmlinux 0xff15116c dpm_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0xff1666f3 reset_control_bulk_assert +EXPORT_SYMBOL_GPL vmlinux 0xff19e515 sdev_evt_send +EXPORT_SYMBOL_GPL vmlinux 0xff1e24d3 perf_tp_event +EXPORT_SYMBOL_GPL vmlinux 0xff291ecf clk_unregister_divider +EXPORT_SYMBOL_GPL vmlinux 0xff316a02 sdhci_suspend_host +EXPORT_SYMBOL_GPL vmlinux 0xff3d4f2f device_find_child +EXPORT_SYMBOL_GPL vmlinux 0xff42c374 usb_role_switch_get_role +EXPORT_SYMBOL_GPL vmlinux 0xff50b808 usb_deregister_dev +EXPORT_SYMBOL_GPL vmlinux 0xff58b0ab bd_unlink_disk_holder +EXPORT_SYMBOL_GPL vmlinux 0xff5f704d __virtqueue_break +EXPORT_SYMBOL_GPL vmlinux 0xff7086a3 set_task_ioprio +EXPORT_SYMBOL_GPL vmlinux 0xff709249 __rio_local_read_config_16 +EXPORT_SYMBOL_GPL vmlinux 0xff70a3d8 virtqueue_get_avail_addr +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 0xff85689a gpiod_unexport +EXPORT_SYMBOL_GPL vmlinux 0xff87119b trace_array_put +EXPORT_SYMBOL_GPL vmlinux 0xff8d3032 pci_enable_ats +EXPORT_SYMBOL_GPL vmlinux 0xff903fe5 regulator_get_drvdata +EXPORT_SYMBOL_GPL vmlinux 0xffae8e8b nsecs_to_jiffies +EXPORT_SYMBOL_GPL vmlinux 0xffb2bdf4 fscrypt_ioctl_get_nonce +EXPORT_SYMBOL_GPL vmlinux 0xffc31016 __stack_depot_save +EXPORT_SYMBOL_GPL vmlinux 0xffc353fa pci_ims_alloc_irq +EXPORT_SYMBOL_GPL vmlinux 0xffd58ec4 snd_ctl_register_layer +EXPORT_SYMBOL_GPL vmlinux 0xffe958ed scsi_dh_attached_handler_name +EXPORT_SYMBOL_GPL vmlinux 0xfff90a14 nf_queue_entry_free +EXPORT_SYMBOL_GPL vmlinux 0xfff93127 blk_req_needs_zone_write_lock +EXPORT_SYMBOL_GPL vmlinux 0xfffacee7 virtio_require_restricted_mem_acc +EXPORT_SYMBOL_GPL vmlinux 0xfffbe633 clk_hw_register_fixed_factor +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 0x06b7708c cs_dsp_read_raw_data_block drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x100f2ac1 cs_dsp_power_down drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x1062a7bc cs_dsp_adsp1_power_up drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x13931079 cs_dsp_coeff_read_ctrl 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 0x31c3f04c cs_dsp_remove drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x39fd443f cs_dsp_coeff_write_ctrl drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x450fe681 cs_dsp_adsp1_init drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x4534ab02 cs_dsp_power_up drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x4c4a5346 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 0x4fa6cd89 cs_dsp_get_ctl drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x577d9afd cs_dsp_stop drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x698ac63f cs_dsp_halo_init drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x6e0cce2d cs_dsp_chunk_write drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x79a04b90 cs_dsp_find_alg_region drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x80dfbcd4 cs_dsp_coeff_write_acked_control drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x82be2711 cs_dsp_adsp2_bus_error drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x8a2b15a2 cs_dsp_run drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x8cd0b8cb cs_dsp_write_data_word drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x9e324cb0 cs_dsp_chunk_flush drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0xa3e641c3 cs_dsp_read_data_word drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0xadbf78b0 cs_dsp_halo_bus_error drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0xb64eb0b0 cs_dsp_set_dspclk 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 0xd70afe52 cs_dsp_halo_wdt_expire drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0xf0e44b6c cs_dsp_adsp1_power_down drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0xfb70f9e4 cs_dsp_init_debugfs drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0xff44b000 cs_dsp_cleanup_debugfs drivers/firmware/cirrus/cs_dsp +HWMON_THERMAL EXPORT_SYMBOL_GPL 0x86d26b95 hwmon_device_register_for_thermal vmlinux +IIO_AD5592R EXPORT_SYMBOL_GPL 0x1cbab8d1 ad5592r_probe drivers/iio/dac/ad5592r-base +IIO_AD5592R EXPORT_SYMBOL_GPL 0xfa3284c2 ad5592r_remove drivers/iio/dac/ad5592r-base +IIO_AD5686 EXPORT_SYMBOL_GPL 0x5e17a3a1 ad5686_probe drivers/iio/dac/ad5686 +IIO_AD5686 EXPORT_SYMBOL_GPL 0xa9c9a98b ad5686_remove drivers/iio/dac/ad5686 +IIO_AD7091R EXPORT_SYMBOL_GPL 0x1181ed80 ad7091r_probe drivers/iio/adc/ad7091r-base +IIO_AD7091R EXPORT_SYMBOL_GPL 0x179bcd68 ad7091r_regmap_config drivers/iio/adc/ad7091r-base +IIO_AD7606 EXPORT_SYMBOL_GPL 0xa418cf3d ad7606_probe drivers/iio/adc/ad7606 +IIO_AD7606 EXPORT_SYMBOL_GPL 0xdb1345de ad7606_pm_ops drivers/iio/adc/ad7606 +IIO_ADISLIB EXPORT_SYMBOL 0xc995c3fd __adis_enable_irq drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL 0xf0b304c1 adis_debugfs_reg_access drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0x51242fbc adis_single_conversion drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0x5dada17d __adis_update_bits_base drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0x7ae94bbd __adis_initial_startup drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0x8cca49b6 adis_init drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0x9061a122 devm_adis_setup_buffer_and_trigger drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0xa33b047c devm_adis_probe_trigger drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0xebdc6926 __adis_read_reg drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0xee5f589d adis_update_scan_mode drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0xfd0253be __adis_check_status drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0xfd7f22f8 __adis_write_reg drivers/iio/imu/adis_lib +IIO_ADIS_LIB EXPORT_SYMBOL_GPL 0xcefece34 __adis_reset drivers/iio/imu/adis_lib +IIO_ADI_AXI EXPORT_SYMBOL_GPL 0x3e0c292f adi_axi_adc_conv_priv drivers/iio/adc/adi-axi-adc +IIO_ADI_AXI EXPORT_SYMBOL_GPL 0xc2c8db54 devm_adi_axi_adc_conv_register drivers/iio/adc/adi-axi-adc +IIO_ADXL313 EXPORT_SYMBOL_GPL 0x06146b9b adxl313_core_probe drivers/iio/accel/adxl313_core +IIO_ADXL313 EXPORT_SYMBOL_GPL 0x2d00893e 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 0xa091b2a1 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 0x72ad2448 adxl367_probe drivers/iio/accel/adxl367 +IIO_ADXL372 EXPORT_SYMBOL_GPL 0x4bbd0cb5 adxl372_probe drivers/iio/accel/adxl372 +IIO_ADXL372 EXPORT_SYMBOL_GPL 0x69217911 adxl372_readable_noinc_reg drivers/iio/accel/adxl372 +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0x08d46bc6 ad_sd_read_reg drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0x589879e4 ad_sd_validate_trigger drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0x6267abdc devm_ad_sd_setup_buffer_and_trigger drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0x67bde28f ad_sd_set_comm drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0x732d5b47 ad_sd_write_reg drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0x9d0fc138 ad_sd_calibrate drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0xae8715f9 ad_sigma_delta_single_conversion drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0xe064336e ad_sd_calibrate_all drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0xe907f426 ad_sd_init drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0xf38e3309 ad_sd_reset drivers/iio/adc/ad_sigma_delta +IIO_BMA400 EXPORT_SYMBOL 0x728d7eb8 bma400_regmap_config drivers/iio/accel/bma400_core +IIO_BMA400 EXPORT_SYMBOL 0xfb30d648 bma400_probe drivers/iio/accel/bma400_core +IIO_BMC150 EXPORT_SYMBOL_GPL 0x7f77f8b1 bmc150_regmap_conf drivers/iio/accel/bmc150-accel-core +IIO_BMC150 EXPORT_SYMBOL_GPL 0x94d8eb34 bmc150_accel_core_remove drivers/iio/accel/bmc150-accel-core +IIO_BMC150 EXPORT_SYMBOL_GPL 0xaa7b1afa bmc150_accel_core_probe drivers/iio/accel/bmc150-accel-core +IIO_BMC150 EXPORT_SYMBOL_GPL 0xe8357719 bmc150_accel_pm_ops drivers/iio/accel/bmc150-accel-core +IIO_BMC150_MAGN EXPORT_SYMBOL 0x388c72cc bmc150_magn_regmap_config drivers/iio/magnetometer/bmc150_magn +IIO_BMC150_MAGN EXPORT_SYMBOL 0x3c11388f bmc150_magn_pm_ops drivers/iio/magnetometer/bmc150_magn +IIO_BMC150_MAGN EXPORT_SYMBOL 0x54bbeeb1 bmc150_magn_remove drivers/iio/magnetometer/bmc150_magn +IIO_BMC150_MAGN EXPORT_SYMBOL 0xed1dba3b bmc150_magn_probe drivers/iio/magnetometer/bmc150_magn +IIO_BME680 EXPORT_SYMBOL 0x053dbf75 bme680_regmap_config drivers/iio/chemical/bme680_core +IIO_BME680 EXPORT_SYMBOL_GPL 0x3c454067 bme680_core_probe drivers/iio/chemical/bme680_core +IIO_BMI088 EXPORT_SYMBOL_GPL 0x10f43259 bmi088_accel_pm_ops drivers/iio/accel/bmi088-accel-core +IIO_BMI088 EXPORT_SYMBOL_GPL 0x284cdc7c bmi088_accel_core_probe drivers/iio/accel/bmi088-accel-core +IIO_BMI088 EXPORT_SYMBOL_GPL 0x614c7a0c bmi088_regmap_conf drivers/iio/accel/bmi088-accel-core +IIO_BMI088 EXPORT_SYMBOL_GPL 0xc517c852 bmi088_accel_core_remove drivers/iio/accel/bmi088-accel-core +IIO_BMI160 EXPORT_SYMBOL 0x8a81c8d2 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 0x39e9ffc2 bmi160_core_probe drivers/iio/imu/bmi160/bmi160_core +IIO_BMP280 EXPORT_SYMBOL 0x62654003 bmp180_regmap_config drivers/iio/pressure/bmp280 +IIO_BMP280 EXPORT_SYMBOL 0x67b12b80 bmp380_regmap_config drivers/iio/pressure/bmp280 +IIO_BMP280 EXPORT_SYMBOL 0x88e39d61 bmp280_regmap_config drivers/iio/pressure/bmp280 +IIO_BMP280 EXPORT_SYMBOL 0xc9d723f9 bmp280_common_probe drivers/iio/pressure/bmp280 +IIO_BNO055 EXPORT_SYMBOL_GPL 0x301b988d bno055_probe drivers/iio/imu/bno055/bno055 +IIO_BNO055 EXPORT_SYMBOL_GPL 0x95568a69 bno055_regmap_config drivers/iio/imu/bno055/bno055 +IIO_FXAS21002C EXPORT_SYMBOL_GPL 0x2070e7a9 fxas21002c_core_remove drivers/iio/gyro/fxas21002c_core +IIO_FXAS21002C EXPORT_SYMBOL_GPL 0xbf718f7d fxas21002c_pm_ops drivers/iio/gyro/fxas21002c_core +IIO_FXAS21002C EXPORT_SYMBOL_GPL 0xf56e6637 fxas21002c_core_probe drivers/iio/gyro/fxas21002c_core +IIO_FXLS8962AF EXPORT_SYMBOL_GPL 0x48e36859 fxls8962af_spi_regmap_conf drivers/iio/accel/fxls8962af-core +IIO_FXLS8962AF EXPORT_SYMBOL_GPL 0x4afa9fdc fxls8962af_pm_ops drivers/iio/accel/fxls8962af-core +IIO_FXLS8962AF EXPORT_SYMBOL_GPL 0xaf8e8d33 fxls8962af_core_probe drivers/iio/accel/fxls8962af-core +IIO_FXLS8962AF EXPORT_SYMBOL_GPL 0xea3dfc9c fxls8962af_i2c_regmap_conf drivers/iio/accel/fxls8962af-core +IIO_HID EXPORT_SYMBOL 0x171506bd hid_sensor_setup_trigger drivers/iio/common/hid-sensors/hid-sensor-trigger +IIO_HID EXPORT_SYMBOL 0x1c8d47e9 hid_sensor_pm_ops drivers/iio/common/hid-sensors/hid-sensor-trigger +IIO_HID EXPORT_SYMBOL 0x467d15a3 hid_sensor_read_raw_hyst_rel_value drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID EXPORT_SYMBOL 0x633947c7 hid_sensor_read_samp_freq_value drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID EXPORT_SYMBOL 0x6d39b25d 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 0x921dbde3 hid_sensor_power_state drivers/iio/common/hid-sensors/hid-sensor-trigger +IIO_HID EXPORT_SYMBOL 0xbda0e4e3 hid_sensor_convert_timestamp drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID EXPORT_SYMBOL 0xd1d6929e hid_sensor_parse_common_attributes drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID EXPORT_SYMBOL 0xd906f200 hid_sensor_remove_trigger drivers/iio/common/hid-sensors/hid-sensor-trigger +IIO_HID EXPORT_SYMBOL 0xe5df90ce hid_sensor_write_raw_hyst_rel_value drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID EXPORT_SYMBOL 0xf2b17726 hid_sensor_write_samp_freq_value drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID EXPORT_SYMBOL 0xf84c28cb hid_sensor_write_raw_hyst_value drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID_ATTRIBUTES EXPORT_SYMBOL 0x309b8bc7 hid_sensor_set_report_latency drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID_ATTRIBUTES EXPORT_SYMBOL 0x64b57727 hid_sensor_get_report_latency drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID_ATTRIBUTES EXPORT_SYMBOL 0x82b318c4 hid_sensor_read_poll_value drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID_ATTRIBUTES EXPORT_SYMBOL 0xd074845a hid_sensor_batch_mode_supported drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HMC5843 EXPORT_SYMBOL 0x40634ba3 hmc5843_common_remove drivers/iio/magnetometer/hmc5843_core +IIO_HMC5843 EXPORT_SYMBOL 0x8e8a1dec hmc5843_pm_ops drivers/iio/magnetometer/hmc5843_core +IIO_HMC5843 EXPORT_SYMBOL 0xce5487e5 hmc5843_common_probe drivers/iio/magnetometer/hmc5843_core +IIO_HTS221 EXPORT_SYMBOL 0x2c024589 hts221_pm_ops drivers/iio/humidity/hts221 +IIO_HTS221 EXPORT_SYMBOL 0x301baff3 hts221_probe drivers/iio/humidity/hts221 +IIO_ICM42600 EXPORT_SYMBOL_GPL 0x326e8cf4 inv_icm42600_regmap_config drivers/iio/imu/inv_icm42600/inv-icm42600 +IIO_ICM42600 EXPORT_SYMBOL_GPL 0x8a71fa1c inv_icm42600_pm_ops drivers/iio/imu/inv_icm42600/inv-icm42600 +IIO_ICM42600 EXPORT_SYMBOL_GPL 0x8de0daa9 inv_icm42600_core_probe drivers/iio/imu/inv_icm42600/inv-icm42600 +IIO_KX022A EXPORT_SYMBOL_GPL 0x547b94c8 kx022a_probe_internal drivers/iio/accel/kionix-kx022a +IIO_KX022A EXPORT_SYMBOL_GPL 0x8763e75c kx022a_regmap drivers/iio/accel/kionix-kx022a +IIO_KXSD9 EXPORT_SYMBOL 0x19326476 kxsd9_dev_pm_ops drivers/iio/accel/kxsd9 +IIO_KXSD9 EXPORT_SYMBOL 0x5fb7ed58 kxsd9_common_remove drivers/iio/accel/kxsd9 +IIO_KXSD9 EXPORT_SYMBOL 0x8b5d2894 kxsd9_common_probe drivers/iio/accel/kxsd9 +IIO_LSM6DSX EXPORT_SYMBOL 0x16711630 st_lsm6dsx_pm_ops drivers/iio/imu/st_lsm6dsx/st_lsm6dsx +IIO_LSM6DSX EXPORT_SYMBOL 0x3de073aa 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 0x102a7def ms_sensors_tp_read_prom drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0x1fba5e60 ms_sensors_read_temp_and_pressure drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0x2082fc57 ms_sensors_ht_read_humidity drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0x2407d5bd ms_sensors_write_resolution drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0x2d2f5cd5 ms_sensors_reset drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0x2dabd05a ms_sensors_read_serial drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0x42b6a050 ms_sensors_convert_and_read drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0x69985f4a ms_sensors_ht_read_temperature drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0x87ecbba4 ms_sensors_show_heater drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0xb0dfb9ce ms_sensors_show_battery_low drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0xc6335653 ms_sensors_write_heater drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MMA7455 EXPORT_SYMBOL_GPL 0x41901906 mma7455_core_regmap drivers/iio/accel/mma7455_core +IIO_MMA7455 EXPORT_SYMBOL_GPL 0x6130e412 mma7455_core_remove drivers/iio/accel/mma7455_core +IIO_MMA7455 EXPORT_SYMBOL_GPL 0xb38e3ebe mma7455_core_probe drivers/iio/accel/mma7455_core +IIO_MMA9551 EXPORT_SYMBOL 0x02965639 mma9551_read_config_byte drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x0936682c mma9551_read_status_word drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x0b868931 mma9551_read_version drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x1214346c mma9551_set_device_state drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x21cf17e5 mma9551_read_status_byte drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x35478e4e mma9551_set_power_state drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x35c2edba mma9551_update_config_bits drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x3d0343cf mma9551_gpio_config drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x41ef446c mma9551_read_accel_scale drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x557a9f2a mma9551_app_reset drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x8670af92 mma9551_read_config_word drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0xad0e9809 mma9551_write_config_word drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0xb9c2f6a1 mma9551_write_config_words drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0xbcd7fe96 mma9551_sleep drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0xdb8ae06c mma9551_write_config_byte drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0xdbaab5e3 mma9551_read_accel_chan drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0xddf90f9d mma9551_read_status_words drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0xf21a120f mma9551_read_config_words drivers/iio/accel/mma9551_core +IIO_MPL115 EXPORT_SYMBOL 0x95e730ee mpl115_dev_pm_ops drivers/iio/pressure/mpl115 +IIO_MPL115 EXPORT_SYMBOL_GPL 0x8bfa44e2 mpl115_probe drivers/iio/pressure/mpl115 +IIO_MPU6050 EXPORT_SYMBOL_GPL 0x63b8026d inv_mpu_pmops drivers/iio/imu/inv_mpu6050/inv-mpu6050 +IIO_MPU6050 EXPORT_SYMBOL_GPL 0xefe8ebea inv_mpu_core_probe drivers/iio/imu/inv_mpu6050/inv-mpu6050 +IIO_MS5611 EXPORT_SYMBOL 0x13ff0720 ms5611_remove drivers/iio/pressure/ms5611_core +IIO_MS5611 EXPORT_SYMBOL 0xfe6862d5 ms5611_probe drivers/iio/pressure/ms5611_core +IIO_RESCALE EXPORT_SYMBOL_GPL 0x9c1d8d2a rescale_process_scale drivers/iio/afe/iio-rescale +IIO_RESCALE EXPORT_SYMBOL_GPL 0xb0373fec 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 0x5633fcda 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 0x1f25b37c scd30_pm_ops drivers/iio/chemical/scd30_core +IIO_SCD30 EXPORT_SYMBOL 0x74fe4cf6 scd30_probe drivers/iio/chemical/scd30_core +IIO_SPS30 EXPORT_SYMBOL_GPL 0x99ee2550 sps30_probe drivers/iio/chemical/sps30 +IIO_SSP_SENSORS EXPORT_SYMBOL 0x18916cb4 ssp_change_delay drivers/iio/common/ssp_sensors/sensorhub +IIO_SSP_SENSORS EXPORT_SYMBOL 0x806b116b ssp_common_process_data drivers/iio/common/ssp_sensors/ssp_iio +IIO_SSP_SENSORS EXPORT_SYMBOL 0x9ad7692e ssp_enable_sensor drivers/iio/common/ssp_sensors/sensorhub +IIO_SSP_SENSORS EXPORT_SYMBOL 0x9d9a0d49 ssp_get_sensor_delay drivers/iio/common/ssp_sensors/sensorhub +IIO_SSP_SENSORS EXPORT_SYMBOL 0xe7276ca5 ssp_disable_sensor drivers/iio/common/ssp_sensors/sensorhub +IIO_SSP_SENSORS EXPORT_SYMBOL 0xed85ac4d ssp_register_consumer drivers/iio/common/ssp_sensors/sensorhub +IIO_SSP_SENSORS EXPORT_SYMBOL 0xefa93fb7 ssp_common_buffer_postenable drivers/iio/common/ssp_sensors/ssp_iio +IIO_SSP_SENSORS EXPORT_SYMBOL 0xfce498e8 ssp_common_buffer_postdisable drivers/iio/common/ssp_sensors/ssp_iio +IIO_ST_SENSORS EXPORT_SYMBOL 0x074d7047 st_sensors_trigger_handler drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x07f7547c st_sensors_verify_id drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x0fb427ae st_sensors_spi_configure drivers/iio/common/st_sensors/st_sensors_spi +IIO_ST_SENSORS EXPORT_SYMBOL 0x108349ae st_sensors_read_info_raw drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x11bfad3a st_press_get_settings drivers/iio/pressure/st_pressure +IIO_ST_SENSORS EXPORT_SYMBOL 0x17db8774 st_accel_get_settings drivers/iio/accel/st_accel +IIO_ST_SENSORS EXPORT_SYMBOL 0x1ee2f394 st_sensors_sysfs_scale_avail drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x32973c18 st_sensors_set_enable drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x38187e91 st_magn_get_settings drivers/iio/magnetometer/st_magn +IIO_ST_SENSORS EXPORT_SYMBOL 0x42cee2d4 st_sensors_set_dataready_irq drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x58015fce st_sensors_i2c_configure drivers/iio/common/st_sensors/st_sensors_i2c +IIO_ST_SENSORS EXPORT_SYMBOL 0x58aaacb0 st_magn_common_probe drivers/iio/magnetometer/st_magn +IIO_ST_SENSORS EXPORT_SYMBOL 0x5f2c4a86 st_sensors_debugfs_reg_access drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x64ddf6fd st_sensors_dev_name_probe drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x69260aa4 st_sensors_set_odr drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x6c7da0a9 st_sensors_validate_device drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x6e8a3d8e st_sensors_init_sensor drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x7ea19543 st_sensors_allocate_trigger drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x835756ac st_sensors_power_enable drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x8abe8421 st_sensors_get_settings_index drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0xa9ecb530 st_gyro_get_settings drivers/iio/gyro/st_gyro +IIO_ST_SENSORS EXPORT_SYMBOL 0xc08dbc94 st_press_common_probe drivers/iio/pressure/st_pressure +IIO_ST_SENSORS EXPORT_SYMBOL 0xc0f6b0ee st_gyro_common_probe drivers/iio/gyro/st_gyro +IIO_ST_SENSORS EXPORT_SYMBOL 0xc9cc9f9e st_sensors_set_fullscale_by_gain drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0xd596899b st_sensors_set_axis_enable drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0xefdcd00e st_sensors_sysfs_sampling_frequency_avail drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0xfad0574c st_accel_common_probe drivers/iio/accel/st_accel +IIO_ST_SENSORS EXPORT_SYMBOL_GPL 0x1e89f5df st_lsm9ds0_probe drivers/iio/imu/st_lsm9ds0/st_lsm9ds0 +IIO_UVIS25 EXPORT_SYMBOL 0x5bd32573 st_uvis25_probe drivers/iio/light/st_uvis25_core +IIO_UVIS25 EXPORT_SYMBOL 0xbbd8d0f0 st_uvis25_pm_ops drivers/iio/light/st_uvis25_core +IIO_ZPA2326 EXPORT_SYMBOL_GPL 0x52a6a35d zpa2326_isreg_precious drivers/iio/pressure/zpa2326 +IIO_ZPA2326 EXPORT_SYMBOL_GPL 0x68b9c4c0 zpa2326_isreg_readable drivers/iio/pressure/zpa2326 +IIO_ZPA2326 EXPORT_SYMBOL_GPL 0x76418291 zpa2326_remove drivers/iio/pressure/zpa2326 +IIO_ZPA2326 EXPORT_SYMBOL_GPL 0x9dae1c61 zpa2326_probe drivers/iio/pressure/zpa2326 +IIO_ZPA2326 EXPORT_SYMBOL_GPL 0xd328733f zpa2326_pm_ops drivers/iio/pressure/zpa2326 +IIO_ZPA2326 EXPORT_SYMBOL_GPL 0xedc51cda zpa2326_isreg_writeable drivers/iio/pressure/zpa2326 +IOMMUFD EXPORT_SYMBOL_GPL 0x078bc7ec iommufd_access_pin_pages drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0x325effd9 iommufd_device_unbind drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0x4592efe4 iommufd_access_create drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0x4b5301b2 iommufd_device_detach drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0x6105b0f3 iommufd_access_rw drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0xa7a34926 iommufd_device_bind drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0xbf35f079 iommufd_ctx_get drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0xc471c4f5 iommufd_access_destroy drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0xdcdedd37 iommufd_ctx_from_file drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0xe523a3ae iommufd_ctx_put drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0xe9ffcb85 iommufd_access_unpin_pages drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0xfe01a59f iommufd_device_attach drivers/iommu/iommufd/iommufd +IOMMUFD_VFIO EXPORT_SYMBOL_GPL 0x381196a2 iommufd_vfio_compat_ioas_id drivers/iommu/iommufd/iommufd +IWLWIFI EXPORT_SYMBOL_GPL 0x06180f5e __iwl_dbg drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x097f6624 iwl_dbg_tlv_del_timers drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x0da649b8 iwl_clear_bits_prph drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x0f28bcd0 iwl_fw_dbg_collect_desc 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 0x1d2dd88e iwl_read_eeprom drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x1f745081 iwl_write_prph_no_grab drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x20e5724f iwl_free_fw_paging drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x22285bda __iwl_crit drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x28b0d922 iwl_fw_runtime_resume drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x28dcc5ff iwl_parse_eeprom_data 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 0x2ccb11f9 iwl_finish_nic_init drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x2cd43eb1 iwl_get_nvm drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x35033c81 iwl_phy_db_free drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x37956b72 rs_pretty_print_rate drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x3de362b6 iwl_fw_dbg_read_d3_debug_data drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x3ece938e iwl_read_prph drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x42031d0d iwl_fw_dbg_collect_trig drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x420343db iwl_trans_send_cmd 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 0x4ecf3193 iwl_fw_runtime_init drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x55290a93 iwl_fw_runtime_suspend drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x55e6fc95 iwl_poll_direct_bit drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x58acd94f iwl_write8 drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x5bc312e4 iwl_opmode_register drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x5c52e109 iwl_opmode_deregister drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x5ef4a44d iwl_notification_wait drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x70ccf76a iwl_configure_rxq drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x734fcff4 iwl_write32 drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x74970a63 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 0x7c727b45 iwl_write_direct32 drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x7c970060 iwl_write_prph_delay drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x7d1e953d iwl_force_nmi drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x7f761f01 iwl_read_external_nvm 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 0x858039c9 iwl_fw_start_dbg_conf drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x87218fc4 iwl_fw_dbg_stop_restart_recording 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 0x919fa85a iwl_fw_dbg_collect drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x92263a44 iwl_get_cmd_string 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 0xa5987516 _iwl_dbg_tlv_time_point drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xa7851449 __iwl_err drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xa8b263e5 __iwl_warn drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xabd59e55 iwl_set_bits_mask_prph drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xacb84f95 __iwl_info drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xb1709440 iwl_get_shared_mem_conf 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 0xb4c8b38e iwl_read32 drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xb7d5ffb1 iwl_rate_mcs drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xba58a755 iwl_parse_mei_nvm_data drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xc0e3ee1b iwl_set_bits_prph drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xc20808f8 iwl_write_prph64_no_grab drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xcdc07cc0 iwl_poll_bit 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 0xd2de3cc1 iwl_wait_notification drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xd41d37bf iwl_fw_dbg_stop_sync drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xd51ec7b7 iwl_init_paging drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xd85aefdd iwl_parse_nvm_data drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xd9ffd6c0 iwl_phy_db_init drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xda374493 iwl_fwrt_dump_error_logs 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 0xe5490272 iwl_parse_nvm_mcc_info drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xea1b26fc iwl_nvm_fixups drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xf0054661 iwl_pnvm_load drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xf0b71517 iwl_cmd_groups_verify_sorted drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xf232830f iwl_write_direct64 drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xf2df1177 iwl_read_prph_no_grab drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xf614a923 iwl_read_direct32 drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xf7250e55 iwl_set_soc_latency drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xfd0f37be iwl_write64 drivers/net/wireless/intel/iwlwifi/iwlwifi +LTC2497 EXPORT_SYMBOL 0x235fbd8e ltc2497core_remove drivers/iio/adc/ltc2497-core +LTC2497 EXPORT_SYMBOL 0x23ece67b ltc2497core_probe drivers/iio/adc/ltc2497-core +MCB EXPORT_SYMBOL_GPL 0x104a14ed mcb_free_dev drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0x14d7f773 mcb_bus_get drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0x1cb12242 mcb_alloc_bus drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0x3916a330 mcb_get_irq drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0x462447fd mcb_unregister_driver drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0x5065a9b2 mcb_release_bus drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0x5a344d4f mcb_bus_add_devices drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0x5df725b3 mcb_bus_put drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0x62882ba5 mcb_device_register drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0x886a61b2 mcb_request_mem drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0x9b09cb3c mcb_get_resource drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0xb7fa99f9 __mcb_register_driver drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0xbcf52873 mcb_release_mem drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0xdff9afb9 chameleon_parse_cells drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0xfe407955 mcb_alloc_dev drivers/mcb/mcb +MFD_OCELOT EXPORT_SYMBOL 0x2bdb48cf ocelot_core_init drivers/mfd/ocelot-soc +MFD_OCELOT EXPORT_SYMBOL 0x75ea3812 ocelot_chip_reset drivers/mfd/ocelot-soc +MFD_OCELOT_SPI EXPORT_SYMBOL 0x4e961243 ocelot_spi_init_regmap drivers/mfd/ocelot-soc +NVME_TARGET_PASSTHRU EXPORT_SYMBOL_GPL 0x1a21741b nvme_passthru_end drivers/nvme/host/nvme-core +NVME_TARGET_PASSTHRU EXPORT_SYMBOL_GPL 0x26eb17f0 nvme_command_effects drivers/nvme/host/nvme-core +NVME_TARGET_PASSTHRU EXPORT_SYMBOL_GPL 0x375b237d nvme_ctrl_from_file drivers/nvme/host/nvme-core +NVME_TARGET_PASSTHRU EXPORT_SYMBOL_GPL 0x56f0df03 nvme_find_get_ns drivers/nvme/host/nvme-core +NVME_TARGET_PASSTHRU EXPORT_SYMBOL_GPL 0x667f3dd9 nvme_put_ns drivers/nvme/host/nvme-core +NVME_TARGET_PASSTHRU EXPORT_SYMBOL_GPL 0xf8dc06c7 nvme_execute_passthru_rq drivers/nvme/host/nvme-core +PECI EXPORT_SYMBOL_GPL 0x05214ab3 peci_request_data_readb drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x098dc59e peci_request_status drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x183ad9f4 peci_xfer_pci_cfg_local_readb drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x1e0d1d26 peci_xfer_pkg_cfg_readq drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x2ca5d6df __peci_driver_register drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x30f9bd81 peci_request_data_readw drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x403eb472 peci_xfer_get_dib drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x4586a195 peci_request_alloc drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x483bb2b8 peci_xfer_ep_pci_cfg_local_readb drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x4c0210d0 peci_xfer_ep_pci_cfg_readb drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x5045d94c peci_xfer_get_temp drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x607c64df peci_request_free drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x6acf3795 peci_request_data_readl drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x85dd1de8 peci_xfer_pkg_cfg_readw drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x862fc93f peci_xfer_ep_mmio32_readl drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x92867ac0 peci_xfer_ep_pci_cfg_readw drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x96bfd8a8 peci_xfer_ep_pci_cfg_local_readw drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xa2d9ecbe peci_request_data_readq drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xa360d39d peci_xfer_pci_cfg_local_readl drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xa3f13253 devm_peci_controller_add drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xb28e5c4a peci_request_temp_read drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xbeb0471a peci_xfer_pci_cfg_local_readw drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xcae61474 peci_xfer_pkg_cfg_readl drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xd187399d peci_xfer_ep_pci_cfg_readl drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xd5be9bf5 peci_xfer_ep_pci_cfg_local_readl drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xdfef0eba peci_driver_unregister drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xe657ee2c peci_xfer_pkg_cfg_readb drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xecb7a64b peci_request_dib_read drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xfca33b7e peci_xfer_ep_mmio64_readl drivers/peci/peci +PECI_CPU EXPORT_SYMBOL_GPL 0x1f194534 peci_temp_read drivers/peci/peci-cpu +PECI_CPU EXPORT_SYMBOL_GPL 0x81bb5152 peci_ep_pci_local_read drivers/peci/peci-cpu +PECI_CPU EXPORT_SYMBOL_GPL 0xa6cfdc6d peci_pci_local_read drivers/peci/peci-cpu +PECI_CPU EXPORT_SYMBOL_GPL 0xa9cfef80 peci_mmio_read drivers/peci/peci-cpu +PECI_CPU EXPORT_SYMBOL_GPL 0xd3c6546b peci_pcs_read drivers/peci/peci-cpu +PMBUS EXPORT_SYMBOL_GPL 0x039e931e pmbus_read_word_data drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x076a2259 pmbus_update_byte_data drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x0cef2e19 pmbus_set_update drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x13a668b8 pmbus_get_driver_info drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x1a92d1aa pmbus_write_byte drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x24736cd7 pmbus_read_byte_data drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x412e2946 pmbus_get_debugfs_dir drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x4c173935 pmbus_check_byte_register drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x4d3eb4e7 pmbus_do_probe drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x5466a7f5 pmbus_get_fan_rate_cached drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x634bdd4b pmbus_check_word_register drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x78428d90 pmbus_set_page drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x7b8b8205 pmbus_get_fan_rate_device drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x7cfb0ae0 pmbus_write_byte_data drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0xb3705737 pmbus_regulator_ops drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0xb5fc0b23 pmbus_update_fan drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0xea00fab8 pmbus_clear_faults drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0xebd3dbc9 pmbus_write_word_data drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0xf971ec10 pmbus_clear_cache drivers/hwmon/pmbus/pmbus_core +SEMTECH_PROX EXPORT_SYMBOL_GPL 0x198fc678 sx_common_probe drivers/iio/proximity/sx_common +SEMTECH_PROX EXPORT_SYMBOL_GPL 0x7c5f74ab sx_common_read_proximity drivers/iio/proximity/sx_common +SEMTECH_PROX EXPORT_SYMBOL_GPL 0xa103ce02 sx_common_events drivers/iio/proximity/sx_common +SEMTECH_PROX EXPORT_SYMBOL_GPL 0xc173bd62 sx_common_read_event_config drivers/iio/proximity/sx_common +SEMTECH_PROX EXPORT_SYMBOL_GPL 0xcea1f941 sx_common_write_event_config drivers/iio/proximity/sx_common +SND_SOC_CS35L45 EXPORT_SYMBOL_GPL 0x676f1471 cs35l45_probe sound/soc/codecs/snd-soc-cs35l45 +SND_SOC_CS35L45 EXPORT_SYMBOL_GPL 0x67ce78e2 cs35l45_remove sound/soc/codecs/snd-soc-cs35l45 +SND_SOC_CS35L45 EXPORT_SYMBOL_GPL 0xd21e1660 cs35l45_pm_ops sound/soc/codecs/snd-soc-cs35l45 +SND_SOC_CS35L45_TABLES EXPORT_SYMBOL_GPL 0x11d19177 cs35l45_i2c_regmap sound/soc/codecs/snd-soc-cs35l45-tables +SND_SOC_CS35L45_TABLES EXPORT_SYMBOL_GPL 0x3431c8ad cs35l45_get_clk_freq_id sound/soc/codecs/snd-soc-cs35l45-tables +SND_SOC_CS35L45_TABLES EXPORT_SYMBOL_GPL 0x52e9503b cs35l45_spi_regmap sound/soc/codecs/snd-soc-cs35l45-tables +SND_SOC_CS35L45_TABLES EXPORT_SYMBOL_GPL 0x5d98d993 cs35l45_apply_patch sound/soc/codecs/snd-soc-cs35l45-tables +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0x01d35f20 cs42l42_common_remove sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0x10cfc207 cs42l42_regmap sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0x115a5284 cs42l42_resume_restore sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0x186e8bc8 cs42l42_readable_register sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0x46392c79 cs42l42_volatile_register sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0x512a86f7 cs42l42_soc_component sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0x78d77291 cs42l42_resume sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0xa51a66a8 cs42l42_common_probe sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0xa8935986 cs42l42_init 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 0xc13d5724 cs42l42_dai sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0xe28b512f cs42l42_suspend sound/soc/codecs/snd-soc-cs42l42 +SPI_DW_CORE EXPORT_SYMBOL_GPL 0x1d0e916d dw_spi_set_cs drivers/spi/spi-dw +SPI_DW_CORE EXPORT_SYMBOL_GPL 0x2f7e750f dw_spi_remove_host drivers/spi/spi-dw +SPI_DW_CORE EXPORT_SYMBOL_GPL 0x3ebe19df dw_spi_add_host drivers/spi/spi-dw +SPI_DW_CORE EXPORT_SYMBOL_GPL 0x4302c7d6 dw_spi_update_config drivers/spi/spi-dw +SPI_DW_CORE EXPORT_SYMBOL_GPL 0x4a1df3ee dw_spi_resume_host drivers/spi/spi-dw +SPI_DW_CORE EXPORT_SYMBOL_GPL 0xa3b088ec dw_spi_check_status drivers/spi/spi-dw +SPI_DW_CORE EXPORT_SYMBOL_GPL 0xb47dcb21 dw_spi_dma_setup_mfld drivers/spi/spi-dw +SPI_DW_CORE EXPORT_SYMBOL_GPL 0xc614174a dw_spi_suspend_host drivers/spi/spi-dw +SPI_DW_CORE EXPORT_SYMBOL_GPL 0xd9bcdf3e dw_spi_dma_setup_generic drivers/spi/spi-dw +TEST_FIRMWARE EXPORT_SYMBOL_GPL 0xf02aeff0 firmware_request_builtin vmlinux +USB_STORAGE EXPORT_SYMBOL_GPL 0x1b9a6342 usb_stor_probe2 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 0x26e91b03 usb_stor_post_reset drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x2b9fe646 usb_stor_bulk_srb drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x2d44794f usb_stor_adjust_quirks drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x3e5437f9 usb_stor_disconnect drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x5576c12b usb_stor_probe1 drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x5b972c54 usb_stor_transparent_scsi_command drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x68f54d6d fill_inquiry_response drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x692b5650 usb_stor_host_template_init drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x79a0a8d3 usb_stor_access_xfer_buf drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x7bdc0a1a usb_stor_bulk_transfer_buf drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x84bd67d4 usb_stor_Bulk_reset drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xa7dd17d3 usb_stor_control_msg drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xb5bdf6ef usb_stor_reset_resume drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xc0977971 usb_stor_ctrl_transfer drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xc399e9e6 usb_stor_pre_reset drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xc8260e14 usb_stor_clear_halt drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xcec6e583 usb_stor_set_xfer_buf drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xd38027bb usb_stor_suspend drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xe3d687e1 usb_stor_CB_transport drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xe79ff9b8 usb_stor_CB_reset drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xe87411a2 usb_stor_resume drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xf4c88c06 usb_stor_bulk_transfer_sg drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xfb5bac04 usb_stor_Bulk_transport drivers/usb/storage/usb-storage --- linux-lowlatency-hwe-6.2-6.2.0.orig/debian.master/abi/armhf/generic-lpae +++ linux-lowlatency-hwe-6.2-6.2.0/debian.master/abi/armhf/generic-lpae @@ -0,0 +1,26578 @@ +BRCMFMAC EXPORT_SYMBOL_GPL 0xc5b5acdb brcmf_fwvid_unregister_vendor drivers/net/wireless/broadcom/brcm80211/brcmfmac/brcmfmac +BRCMFMAC EXPORT_SYMBOL_GPL 0xfd098a35 brcmf_fwvid_register_vendor drivers/net/wireless/broadcom/brcm80211/brcmfmac/brcmfmac +COUNTER EXPORT_SYMBOL_GPL 0x4459489f counter_put drivers/counter/counter +COUNTER EXPORT_SYMBOL_GPL 0x547edb34 devm_counter_add drivers/counter/counter +COUNTER EXPORT_SYMBOL_GPL 0x65efca27 counter_alloc drivers/counter/counter +COUNTER EXPORT_SYMBOL_GPL 0x8f9c0242 counter_push_event drivers/counter/counter +COUNTER EXPORT_SYMBOL_GPL 0x9a1b6210 counter_add drivers/counter/counter +COUNTER EXPORT_SYMBOL_GPL 0xbe3839f6 counter_unregister drivers/counter/counter +COUNTER EXPORT_SYMBOL_GPL 0xd42ab1ea counter_priv drivers/counter/counter +COUNTER EXPORT_SYMBOL_GPL 0xd9c1ea48 devm_counter_alloc drivers/counter/counter +CRYPTO_INTERNAL EXPORT_SYMBOL_GPL 0x5f85b423 crypto_cipher_encrypt_one vmlinux +CRYPTO_INTERNAL EXPORT_SYMBOL_GPL 0xe03a3f45 crypto_cipher_decrypt_one vmlinux +CRYPTO_INTERNAL EXPORT_SYMBOL_GPL 0xe240833a crypto_cipher_setkey vmlinux +CXL EXPORT_SYMBOL_GPL 0x055c6ee3 cxl_mem_active_inc vmlinux +CXL EXPORT_SYMBOL_GPL 0x10289134 cxl_endpoint_decoder_alloc drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x1471754f cxl_map_component_regs drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x16a45074 cxl_hdm_decode_init drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x18b3807d cxl_decoder_add drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x1c52cec5 devm_cxl_add_memdev drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x1f85e2e8 cxl_dev_state_create drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x278d92e5 cxl_decoder_autoremove drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x2d9b17f8 devm_cxl_register_pci_bus drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x33e2aa93 cxl_mem_active_dec vmlinux +CXL EXPORT_SYMBOL_GPL 0x34f7c643 set_exclusive_cxl_commands drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x3667f54f is_cxl_nvdimm drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x37813129 cxl_debugfs_create_dir drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x3a936360 devm_cxl_setup_hdm drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x3dea5141 to_cxl_decoder drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x43ec3767 cxl_mem_create_range_info drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x54e84fbf cxl_probe_component_regs drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x5a0eadd5 cxl_internal_send_cmd drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x5e2a7ffe cxl_switch_decoder_alloc drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x5ed4f965 to_cxl_endpoint_decoder drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x6a771747 devm_cxl_enumerate_ports drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x6c9e4c0d cxl_decoder_add_locked drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x701bbaad cxl_bus_rescan drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x746ea6f7 is_cxl_memdev drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x76eb7dbd clear_exclusive_cxl_commands drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x7c7dfac2 is_cxl_pmem_region 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 0x84fee050 devm_cxl_port_enumerate_dports drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x85e6f50b is_cxl_port drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x870e1c0c to_cxl_nvdimm drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x8c0c1c91 cxl_endpoint_autoremove drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x8ebe689d read_cdat_data drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x94afc4ce is_root_decoder drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x97d84d2b devm_cxl_add_rch_dport drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x98628ac8 cxl_bus_drain drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x99fecf12 cxl_mem_find_port drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x9edeab6f devm_cxl_add_dport drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xa68f7480 is_cxl_nvdimm_bridge drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xa8347d79 is_cxl_region drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xa9951b60 devm_cxl_add_nvdimm drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xa9ef7fe0 devm_cxl_enumerate_decoders drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xac04cfa9 cxl_port_to_pci_bus drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xadbaf5ae cxl_find_regblock drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xadfbc19a cxl_map_device_regs drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xb49a7493 cxl_root_decoder_alloc drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xb979c276 cxl_find_nvdimm_bridge drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xbc0603f3 devm_cxl_add_nvdimm_bridge drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xc150b444 cxl_rcrb_to_component drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xc23fcfdb to_cxl_pmem_region drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xca16e4d6 schedule_cxl_memdev_detach drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xccc28962 cxl_dev_state_identify drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xcef526a8 cxl_driver_unregister drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xd017382c cxl_dpa_debug drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xd1ca837e cxl_probe_device_regs drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xd2cd4d16 devm_cxl_add_passthrough_decoder drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xd7925819 cxl_hb_modulo drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xda3d63ab find_cxl_root drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xdd4aa8c1 devm_cxl_add_port drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xe62e5446 to_cxl_root_decoder drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xe84997dd to_cxl_nvdimm_bridge drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xf46879aa cxl_await_media_ready drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xf6d4471c to_cxl_port drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xfd6d3ead __cxl_driver_register drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xfdb96773 cxl_bus_type drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xfe5f30a9 cxl_enumerate_cmds drivers/cxl/core/cxl_core +DMA_BUF EXPORT_SYMBOL_GPL 0x1066d6b9 dma_buf_put vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x2877c7f5 dma_buf_end_cpu_access vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x4d6cba34 dma_buf_vunmap vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x62409714 dma_buf_fd vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x6c0619b5 dma_buf_move_notify vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x715096d0 dma_buf_mmap vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x7254edb1 dma_buf_pin vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x72e081f4 dma_buf_dynamic_attach vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x77051f23 dma_buf_vmap_unlocked vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x77721344 dma_buf_get vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x7b758714 dma_buf_map_attachment vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x844d59c8 dma_buf_detach vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x8ebe557e dma_buf_export vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x92add131 dma_buf_attach vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0xb511b95d dma_buf_unmap_attachment_unlocked vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0xb9fb4f69 dma_buf_unmap_attachment vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0xc9aa700b dma_buf_begin_cpu_access vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0xd9c4816b dma_buf_vmap vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0xde4837f4 dma_buf_map_attachment_unlocked vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0xebd6024c dma_buf_unpin vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0xf0fa17f3 dma_buf_vunmap_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 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 0x8e3c2175 crypto_sha256_arm_finup +EXPORT_SYMBOL arch/arm/crypto/sha256-arm 0xde2c54b2 crypto_sha256_arm_update +EXPORT_SYMBOL arch/arm/lib/xor-neon 0x2e9a6ad4 xor_block_neon_inner +EXPORT_SYMBOL crypto/blake2b_generic 0x99d7fe16 blake2b_compress_generic +EXPORT_SYMBOL crypto/ecc 0x16e410ff vli_from_be64 +EXPORT_SYMBOL crypto/ecc 0x188a1647 ecc_is_pubkey_valid_full +EXPORT_SYMBOL crypto/ecc 0x1a5faa3a vli_mod_inv +EXPORT_SYMBOL crypto/ecc 0x4c281912 vli_is_zero +EXPORT_SYMBOL crypto/ecc 0x671f7aa5 ecc_is_key_valid +EXPORT_SYMBOL crypto/ecc 0x7c0fbb00 vli_mod_mult_slow +EXPORT_SYMBOL crypto/ecc 0x8261eccb ecc_get_curve25519 +EXPORT_SYMBOL crypto/ecc 0x8e688192 ecc_alloc_point +EXPORT_SYMBOL crypto/ecc 0x90cdc197 ecc_free_point +EXPORT_SYMBOL crypto/ecc 0x9263b417 ecc_point_mult_shamir +EXPORT_SYMBOL crypto/ecc 0x92668805 vli_cmp +EXPORT_SYMBOL crypto/ecc 0x932b6ff7 vli_num_bits +EXPORT_SYMBOL crypto/ecc 0x9f6efabd vli_sub +EXPORT_SYMBOL crypto/ecc 0xa76b31a2 crypto_ecdh_shared_secret +EXPORT_SYMBOL crypto/ecc 0xb10fc19e ecc_get_curve +EXPORT_SYMBOL crypto/ecc 0xd6315f31 ecc_gen_privkey +EXPORT_SYMBOL crypto/ecc 0xd94c8eb5 ecc_point_is_zero +EXPORT_SYMBOL crypto/ecc 0xde867c29 ecc_is_pubkey_valid_partial +EXPORT_SYMBOL crypto/ecc 0xeac9b99a vli_from_le64 +EXPORT_SYMBOL crypto/ecc 0xed4ae15e ecc_make_pub_key +EXPORT_SYMBOL crypto/nhpoly1305 0x1c181bc0 crypto_nhpoly1305_setkey +EXPORT_SYMBOL crypto/nhpoly1305 0x3dc5f6f4 crypto_nhpoly1305_final +EXPORT_SYMBOL crypto/nhpoly1305 0x64e7fc58 crypto_nhpoly1305_final_helper +EXPORT_SYMBOL crypto/nhpoly1305 0x7a450b44 crypto_nhpoly1305_update_helper +EXPORT_SYMBOL crypto/nhpoly1305 0x97b5e855 crypto_nhpoly1305_update +EXPORT_SYMBOL crypto/nhpoly1305 0xc28ca943 crypto_nhpoly1305_init +EXPORT_SYMBOL crypto/sha3_generic 0x1393059f crypto_sha3_final +EXPORT_SYMBOL crypto/sha3_generic 0x852980c7 crypto_sha3_init +EXPORT_SYMBOL crypto/sha3_generic 0xd7db41f0 crypto_sha3_update +EXPORT_SYMBOL crypto/sm2_generic 0x687fcffe sm2_compute_z_digest +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 0x0acbb9e2 suni_init +EXPORT_SYMBOL drivers/bcma/bcma 0x91c19f97 bcma_core_dma_translation +EXPORT_SYMBOL drivers/bcma/bcma 0xf875f511 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/block/paride/paride 0x0c28fee8 pi_write_block +EXPORT_SYMBOL drivers/block/paride/paride 0x12c6893b paride_unregister +EXPORT_SYMBOL drivers/block/paride/paride 0x4267110a pi_register_driver +EXPORT_SYMBOL drivers/block/paride/paride 0x46bba6a1 pi_schedule_claimed +EXPORT_SYMBOL drivers/block/paride/paride 0x71effcb3 pi_connect +EXPORT_SYMBOL drivers/block/paride/paride 0x739771d8 pi_read_block +EXPORT_SYMBOL drivers/block/paride/paride 0x8b12df87 paride_register +EXPORT_SYMBOL drivers/block/paride/paride 0xb21ba07d pi_unregister_driver +EXPORT_SYMBOL drivers/block/paride/paride 0xbfbfd9e2 pi_read_regr +EXPORT_SYMBOL drivers/block/paride/paride 0xdebd0dcb pi_init +EXPORT_SYMBOL drivers/block/paride/paride 0xe0c0cbf6 pi_disconnect +EXPORT_SYMBOL drivers/block/paride/paride 0xe36fed44 pi_release +EXPORT_SYMBOL drivers/block/paride/paride 0xf0a5781a pi_write_regr +EXPORT_SYMBOL drivers/block/paride/paride 0xf99a0624 pi_do_claimed +EXPORT_SYMBOL drivers/bluetooth/btbcm 0x31b13b5d btbcm_patchram +EXPORT_SYMBOL drivers/bluetooth/btrsi 0x4da3f38e rsi_bt_ops +EXPORT_SYMBOL drivers/bus/mhi/host/mhi 0x2ae9d2a1 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 0x2fd827dd ipmi_add_smi +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x4c2054d7 ipmi_request_settime +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x50f65edf ipmi_set_gets_events +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x67369b42 ipmi_addr_src_to_str +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x74778a80 ipmi_get_my_LUN +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x804f922a ipmi_addr_length +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x80aa4656 ipmi_free_recv_msg +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x89a5279a ipmi_get_version +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x8b049ca9 ipmi_get_smi_info +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 0xc8a74797 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 0xe7ae1cc7 ipmi_smi_watcher_register +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 0x030a07a9 kcs_bmc_read_status +EXPORT_SYMBOL drivers/char/ipmi/kcs_bmc 0x07008eba kcs_bmc_update_status +EXPORT_SYMBOL drivers/char/ipmi/kcs_bmc 0x19549608 kcs_bmc_handle_event +EXPORT_SYMBOL drivers/char/ipmi/kcs_bmc 0x2b516d39 kcs_bmc_enable_device +EXPORT_SYMBOL drivers/char/ipmi/kcs_bmc 0x3b4a469a kcs_bmc_write_data +EXPORT_SYMBOL drivers/char/ipmi/kcs_bmc 0x66fd61f0 kcs_bmc_read_data +EXPORT_SYMBOL drivers/char/ipmi/kcs_bmc 0x72122e73 kcs_bmc_remove_device +EXPORT_SYMBOL drivers/char/ipmi/kcs_bmc 0x89c15b8f kcs_bmc_disable_device +EXPORT_SYMBOL drivers/char/ipmi/kcs_bmc 0x9744ada4 kcs_bmc_register_driver +EXPORT_SYMBOL drivers/char/ipmi/kcs_bmc 0xa04f4203 kcs_bmc_unregister_driver +EXPORT_SYMBOL drivers/char/ipmi/kcs_bmc 0xdd87dcd8 kcs_bmc_write_status +EXPORT_SYMBOL drivers/char/ipmi/kcs_bmc 0xfb3ca902 kcs_bmc_add_device +EXPORT_SYMBOL drivers/char/ipmi/kcs_bmc 0xffb61d03 kcs_bmc_update_event_mask +EXPORT_SYMBOL drivers/char/tpm/st33zp24/tpm_st33zp24 0x0744720b st33zp24_remove +EXPORT_SYMBOL drivers/char/tpm/st33zp24/tpm_st33zp24 0x5f2ec6ab st33zp24_pm_resume +EXPORT_SYMBOL drivers/char/tpm/st33zp24/tpm_st33zp24 0x9268819f st33zp24_pm_suspend +EXPORT_SYMBOL drivers/char/tpm/st33zp24/tpm_st33zp24 0x9d47a145 st33zp24_probe +EXPORT_SYMBOL drivers/char/xillybus/xillybus_class 0x88f7ecb4 xillybus_find_inode +EXPORT_SYMBOL drivers/char/xillybus/xillybus_class 0xa28c3fc9 xillybus_init_chrdev +EXPORT_SYMBOL drivers/char/xillybus/xillybus_class 0xed419eef xillybus_cleanup_chrdev +EXPORT_SYMBOL drivers/char/xillybus/xillybus_core 0x05eec6c4 xillybus_init_endpoint +EXPORT_SYMBOL drivers/char/xillybus/xillybus_core 0x25978d50 xillybus_isr +EXPORT_SYMBOL drivers/char/xillybus/xillybus_core 0x91a9b565 xillybus_endpoint_remove +EXPORT_SYMBOL drivers/char/xillybus/xillybus_core 0xc4bf3ef5 xillybus_endpoint_discovery +EXPORT_SYMBOL drivers/crypto/atmel-i2c 0x80a11b1d atmel_i2c_init_read_cmd +EXPORT_SYMBOL drivers/crypto/atmel-i2c 0x8e91a778 atmel_i2c_probe +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 0xdf54d172 atmel_i2c_enqueue +EXPORT_SYMBOL drivers/crypto/atmel-i2c 0xe4cf5b93 atmel_i2c_send_receive +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 0x389b41e5 split_key_done +EXPORT_SYMBOL drivers/crypto/caam/caam_jr 0x908bfc4e caam_jr_alloc +EXPORT_SYMBOL drivers/crypto/caam/caam_jr 0x93182f98 caam_jr_enqueue +EXPORT_SYMBOL drivers/crypto/caam/caam_jr 0xaba43e39 caam_jr_free +EXPORT_SYMBOL drivers/crypto/caam/caam_jr 0xb782090c gen_split_key +EXPORT_SYMBOL drivers/crypto/caam/caamalg_desc 0x2e152bb7 cnstr_shdsc_xts_skcipher_encap +EXPORT_SYMBOL drivers/crypto/caam/caamalg_desc 0x3b54a9ad cnstr_shdsc_aead_decap +EXPORT_SYMBOL drivers/crypto/caam/caamalg_desc 0x76a68e3e cnstr_shdsc_chachapoly +EXPORT_SYMBOL drivers/crypto/caam/caamalg_desc 0x7b0c587f cnstr_shdsc_rfc4543_decap +EXPORT_SYMBOL drivers/crypto/caam/caamalg_desc 0x7b7bcab8 cnstr_shdsc_rfc4543_encap +EXPORT_SYMBOL drivers/crypto/caam/caamalg_desc 0x86bcdec7 cnstr_shdsc_xts_skcipher_decap +EXPORT_SYMBOL drivers/crypto/caam/caamalg_desc 0x88430d4c cnstr_shdsc_aead_null_encap +EXPORT_SYMBOL drivers/crypto/caam/caamalg_desc 0x91ac0969 cnstr_shdsc_aead_encap +EXPORT_SYMBOL drivers/crypto/caam/caamalg_desc 0xa3115081 cnstr_shdsc_skcipher_decap +EXPORT_SYMBOL drivers/crypto/caam/caamalg_desc 0xa340e264 cnstr_shdsc_aead_givencap +EXPORT_SYMBOL drivers/crypto/caam/caamalg_desc 0xa99d7fa6 cnstr_shdsc_aead_null_decap +EXPORT_SYMBOL drivers/crypto/caam/caamalg_desc 0xebcdd349 cnstr_shdsc_skcipher_encap +EXPORT_SYMBOL drivers/crypto/caam/caamalg_desc 0xf92c5da5 cnstr_shdsc_gcm_decap +EXPORT_SYMBOL drivers/crypto/caam/caamalg_desc 0xf95bcf62 cnstr_shdsc_gcm_encap +EXPORT_SYMBOL drivers/crypto/caam/caamalg_desc 0xfd807e48 cnstr_shdsc_rfc4106_decap +EXPORT_SYMBOL drivers/crypto/caam/caamalg_desc 0xfdf7ec8f cnstr_shdsc_rfc4106_encap +EXPORT_SYMBOL drivers/crypto/caam/caamhash_desc 0x30a1e372 cnstr_shdsc_sk_hash +EXPORT_SYMBOL drivers/crypto/caam/caamhash_desc 0xb5571dbf cnstr_shdsc_ahash +EXPORT_SYMBOL drivers/crypto/caam/error 0x2eed504a caam_ptr_sz +EXPORT_SYMBOL drivers/crypto/caam/error 0x535dc131 caam_strstatus +EXPORT_SYMBOL drivers/crypto/caam/error 0xa51f16c7 caam_little_end +EXPORT_SYMBOL drivers/crypto/caam/error 0xbb7c7f1e caam_dump_sg +EXPORT_SYMBOL drivers/crypto/caam/error 0xbd67c092 caam_imx +EXPORT_SYMBOL drivers/firewire/firewire-core 0x11dc3c0e fw_core_add_address_handler +EXPORT_SYMBOL drivers/firewire/firewire-core 0x2685ba8f fw_core_handle_bus_reset +EXPORT_SYMBOL drivers/firewire/firewire-core 0x27e352b3 fw_iso_context_queue +EXPORT_SYMBOL drivers/firewire/firewire-core 0x2885fec5 fw_get_request_speed +EXPORT_SYMBOL drivers/firewire/firewire-core 0x298e21a2 fw_send_request +EXPORT_SYMBOL drivers/firewire/firewire-core 0x365e3461 fw_iso_buffer_init +EXPORT_SYMBOL drivers/firewire/firewire-core 0x36b5d708 fw_core_remove_address_handler +EXPORT_SYMBOL drivers/firewire/firewire-core 0x3c56ef91 fw_workqueue +EXPORT_SYMBOL drivers/firewire/firewire-core 0x50911951 fw_card_initialize +EXPORT_SYMBOL drivers/firewire/firewire-core 0x537193e1 fw_bus_type +EXPORT_SYMBOL drivers/firewire/firewire-core 0x54a73fdb fw_send_response +EXPORT_SYMBOL drivers/firewire/firewire-core 0x556601c3 fw_csr_string +EXPORT_SYMBOL drivers/firewire/firewire-core 0x55e87e9c fw_iso_context_flush_completions +EXPORT_SYMBOL drivers/firewire/firewire-core 0x5d7e5f64 fw_card_add +EXPORT_SYMBOL drivers/firewire/firewire-core 0x62f18bc4 fw_core_handle_response +EXPORT_SYMBOL drivers/firewire/firewire-core 0x69f08f72 fw_core_remove_descriptor +EXPORT_SYMBOL drivers/firewire/firewire-core 0x86468d44 fw_rcode_string +EXPORT_SYMBOL drivers/firewire/firewire-core 0x869495b3 fw_core_handle_request +EXPORT_SYMBOL drivers/firewire/firewire-core 0x8ec4e37e fw_core_add_descriptor +EXPORT_SYMBOL drivers/firewire/firewire-core 0xa15ed8a5 fw_schedule_bus_reset +EXPORT_SYMBOL drivers/firewire/firewire-core 0xa4c63c30 fw_iso_context_start +EXPORT_SYMBOL drivers/firewire/firewire-core 0xa8c9c610 fw_iso_context_destroy +EXPORT_SYMBOL drivers/firewire/firewire-core 0xa9d82ef7 fw_iso_context_queue_flush +EXPORT_SYMBOL drivers/firewire/firewire-core 0xaedf84ce fw_high_memory_region +EXPORT_SYMBOL drivers/firewire/firewire-core 0xb3f33f6c fw_core_remove_card +EXPORT_SYMBOL drivers/firewire/firewire-core 0xb7c7837a fw_fill_response +EXPORT_SYMBOL drivers/firewire/firewire-core 0xbb8fc814 fw_iso_resource_manage +EXPORT_SYMBOL drivers/firewire/firewire-core 0xbeeda514 fw_run_transaction +EXPORT_SYMBOL drivers/firewire/firewire-core 0xca59cf88 fw_cancel_transaction +EXPORT_SYMBOL drivers/firewire/firewire-core 0xd59cd8a4 fw_iso_buffer_destroy +EXPORT_SYMBOL drivers/firewire/firewire-core 0xe3fde125 fw_csr_iterator_next +EXPORT_SYMBOL drivers/firewire/firewire-core 0xe620ab33 fw_device_enable_phys_dma +EXPORT_SYMBOL drivers/firewire/firewire-core 0xe62445f5 fw_iso_context_create +EXPORT_SYMBOL drivers/firewire/firewire-core 0xe80e5087 fw_csr_iterator_init +EXPORT_SYMBOL drivers/firewire/firewire-core 0xe93bedea fw_iso_context_stop +EXPORT_SYMBOL drivers/firmware/imx/imx-dsp 0x0f5c30d3 imx_dsp_free_channel +EXPORT_SYMBOL drivers/firmware/imx/imx-dsp 0x24036c11 imx_dsp_request_channel +EXPORT_SYMBOL drivers/firmware/imx/imx-dsp 0xa700a5f0 imx_dsp_ring_doorbell +EXPORT_SYMBOL drivers/fpga/dfl 0x416e3038 dfl_driver_unregister +EXPORT_SYMBOL drivers/fpga/dfl 0xb91967f8 __dfl_driver_register +EXPORT_SYMBOL drivers/fpga/lattice-sysconfig 0xd72df4b7 sysconfig_probe +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 0x02b3cdf7 drm_dp_read_dpcd_caps +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x0816de7e drm_edp_backlight_set_level +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x0db540aa drm_dp_read_lttpr_phy_caps +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x1151fe2c drm_dp_vsc_sdp_log +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x139b5117 drm_edp_backlight_disable +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 0x1614ab35 drm_dp_mst_dsc_aux_for_port +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 0x1734761d drm_dp_dpcd_read_link_status +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x1a5bf3ca drm_dsc_dp_rc_buffer_size +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x1b0a1fdc drm_dp_lttpr_voltage_swing_level_3_supported +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x1cebe3ac drm_dp_dual_mode_max_tmds_clock +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x1d3e2c24 drm_dp_pcon_is_frl_ready +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x20785090 drm_dp_stop_crc +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x237ea585 drm_dp_read_lttpr_common_caps +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x23961837 drm_dp_downstream_max_bpc +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 0x2bc2aad3 drm_dp_mst_topology_mgr_destroy +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 0x318089dd drm_dp_read_downstream_info +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x325d7c24 drm_dp_downstream_id +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x32cb4d07 drm_dp_pcon_frl_configure_1 +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x34d5254a drm_dp_mst_topology_mgr_set_mst +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x370f2755 drm_dp_128b132b_read_aux_rd_interval +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x392a838b drm_dp_downstream_max_dotclock +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x3ffb4b32 drm_dp_mst_connector_early_unregister +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x4021c1b1 drm_dp_dpcd_probe +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x42711a31 drm_dp_dual_mode_write +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x440ad9eb drm_hdmi_avi_infoframe_colorimetry +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x455b1e84 drm_dp_pcon_hdmi_frl_link_error_count +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 0x473a6b05 drm_dp_mst_connector_late_register +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x4cc407d5 drm_dp_mst_atomic_enable_dsc +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x4e36d573 drm_dp_read_clock_recovery_delay +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x50e60ca1 drm_dp_mst_topology_mgr_init +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x51f4a123 drm_dp_pcon_reset_frl_config +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x53f447f5 drm_dp_read_mst_cap +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x5407ae9e drm_dp_get_dual_mode_type_name +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x557358b3 drm_dp_mst_atomic_check +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x5675cb94 drm_atomic_get_new_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 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 0x5d64d3ec drm_dp_add_payload_part2 +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x5f8958ec drm_dp_remove_payload +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x60161ad3 drm_lspcon_set_mode +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x6388da3f drm_dp_mst_atomic_wait_for_dependencies +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 0x6536b789 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 0x690e8b2a drm_dp_mst_put_port_malloc +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x6a377594 drm_dp_mst_update_slots +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 0x6ceaa46d drm_dp_cec_unregister_connector +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x6ec7ca93 drm_dp_downstream_debug +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x6ee9c128 drm_dp_check_act_status +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x7053fa72 drm_dp_get_pcon_max_frl_bw +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x7097f296 drm_dp_link_train_clock_recovery_delay +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x709e3897 drm_dp_aux_init +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 0x75f3a761 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 0x77597101 drm_dp_mst_root_conn_atomic_check +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x79414678 drm_dp_dpcd_read +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x79b0f556 drm_edp_backlight_init +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x7a495c51 drm_dp_mst_dump_topology +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x7d72e6cf drm_dp_pcon_pps_default +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x7fa3c032 drm_dp_get_phy_test_pattern +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x7fd81d74 drm_dp_mst_topology_mgr_suspend +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x80855041 drm_dp_send_power_updown_phy +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x80de2039 drm_dp_mst_atomic_setup_commit +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 0x83288349 drm_dp_atomic_release_time_slots +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x83477bdd drm_dp_pcon_frl_prepare +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x856208ea drm_dp_mst_hpd_irq_handle_event +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x874b9a17 drm_dp_cec_irq +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x87d1fa90 drm_dp_mst_get_edid +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x885d460b drm_scdc_get_scrambling_status +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x89b7cfee drm_panel_dp_aux_backlight +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x8a50cccb drm_dp_aux_unregister +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x8ba88d5d drm_dp_get_vc_payload_bw +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x8c4bdebe drm_dp_read_sink_count +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 0x8d800570 drm_dp_send_query_stream_enc_status +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x8e072b41 drm_dp_aux_register +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x8f413d95 drm_edp_backlight_enable +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x8fb7c76f drm_dp_pcon_hdmi_link_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 0x92e60dc4 drm_dp_pcon_frl_enable +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x948a535b drm_dp_mst_hpd_irq_send_new_request +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x952a3af0 drm_dp_send_real_edid_checksum +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x9756b3bc drm_dp_pcon_hdmi_link_active +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xa1fefe6a drm_dp_psr_setup_time +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xa45387c4 drm_dp_cec_set_edid +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 0xa860c46e drm_connector_attach_content_protection_property +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xaa5112cd drm_atomic_get_old_mst_topology_state +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xaf267620 drm_dp_lttpr_count +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xb097bb16 drm_dp_pcon_pps_override_param +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xb3dd4521 drm_lspcon_get_mode +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xb4d26767 drm_atomic_get_mst_payload_state +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xb857ff44 drm_dp_mst_topology_mgr_resume +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xb9de8305 drm_dp_read_desc +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xba24fe6a drm_scdc_write +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xba2cbcc4 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 0xc0c1019c drm_dp_cec_unset_edid +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xc19223e8 drm_dp_add_payload_part1 +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xc45acb5d drm_dp_pcon_convert_rgb_to_ycbcr +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xc4d84986 drm_scdc_set_scrambling +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 0xca5f52b6 drm_dp_lttpr_link_train_channel_eq_delay +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xcb667dcb drm_dp_set_subconnector_property +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xcbb150df drm_dp_mst_get_port_malloc +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xcc68d722 drm_hdmi_avi_infoframe_bars +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 0xd05757f6 drm_dp_set_phy_test_pattern +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xd57dfcb8 drm_dp_dpcd_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 0xd5d931d2 drm_dp_mst_add_affected_dsc_crtcs +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xd8a24b37 drm_atomic_get_mst_topology_state +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xdcbf4f15 drm_dp_start_crc +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xe445fbf9 drm_dp_dual_mode_set_tmds_output +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 0xe781ed44 drm_dp_read_channel_eq_delay +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xea8564e0 drm_dp_dpcd_read_phy_link_status +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xeaa98f90 drm_dp_dual_mode_read +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xeafd5732 drm_dp_pcon_pps_override_buf +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xec9e5340 drm_scdc_read +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xedcf81ce drm_dp_channel_eq_ok +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xf2dfd2bc drm_dp_dual_mode_detect +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xf4214e89 drm_dp_downstream_mode +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xf5a86f5c drm_scdc_set_high_tmds_clock_ratio +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xf6236987 drm_dp_cec_register_connector +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 0xf9917f8f drm_dp_dual_mode_get_tmds_output +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xfa79aed2 drm_hdcp_update_content_protection +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xfa91e8c2 drm_hdmi_avi_infoframe_content_type +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 0xfc20320e 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 0xfe484f8d drm_hdmi_infoframe_set_hdr_metadata +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xfe534815 drm_dp_mst_detect_port +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xff0de73f drm_dp_link_train_channel_eq_delay +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xffa917a5 drm_dp_mst_topology_state_funcs +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0170879c drm_crtc_vblank_count_and_time +EXPORT_SYMBOL drivers/gpu/drm/drm 0x02839d0a drm_syncobj_add_point +EXPORT_SYMBOL drivers/gpu/drm/drm 0x03004021 drm_syncobj_replace_fence +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0352326a drm_mode_create_aspect_ratio_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x03e4d340 drm_atomic_add_affected_connectors +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0559d1fb drm_vblank_work_schedule +EXPORT_SYMBOL drivers/gpu/drm/drm 0x05fc465a drm_open +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0772b37a drm_mode_create_tv_margin_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0x09eb818f drm_connector_update_edid_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0a72f765 drm_clflush_virt_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0d1fcfed drm_crtc_vblank_waitqueue +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0d7e35e2 drm_mode_is_420_only +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0d9b4753 drm_mode_equal +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0f7acb66 drm_mm_print +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0f9ceb58 drm_crtc_commit_wait +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0fb463c6 drm_bridge_chain_post_disable +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0fd60df2 drm_get_connector_status_name +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0ff86905 drm_connector_update_privacy_screen +EXPORT_SYMBOL drivers/gpu/drm/drm 0x105a52e1 drm_gem_vm_close +EXPORT_SYMBOL drivers/gpu/drm/drm 0x107742a9 drm_get_subpixel_order_name +EXPORT_SYMBOL drivers/gpu/drm/drm 0x10c91b1a drm_property_replace_blob +EXPORT_SYMBOL drivers/gpu/drm/drm 0x11966fb1 drm_property_lookup_blob +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1243bea6 drm_gem_dmabuf_export +EXPORT_SYMBOL drivers/gpu/drm/drm 0x125d3693 drm_state_dump +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1294e430 drm_client_register +EXPORT_SYMBOL drivers/gpu/drm/drm 0x129525db drm_property_create_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x12bb1965 drm_mode_object_find +EXPORT_SYMBOL drivers/gpu/drm/drm 0x13350927 drm_gem_get_pages +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1400c99b drm_release_noglobal +EXPORT_SYMBOL drivers/gpu/drm/drm 0x149ea82c drm_color_lut_check +EXPORT_SYMBOL drivers/gpu/drm/drm 0x172b5456 drm_plane_force_disable +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1809fc6c drm_object_property_get_default_value +EXPORT_SYMBOL drivers/gpu/drm/drm 0x183f500f drm_atomic_state_default_clear +EXPORT_SYMBOL drivers/gpu/drm/drm 0x18f02db6 drm_property_add_enum +EXPORT_SYMBOL drivers/gpu/drm/drm 0x19d303e5 drm_gem_create_mmap_offset_size +EXPORT_SYMBOL drivers/gpu/drm/drm 0x19f2dc89 drm_client_buffer_vunmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1a411479 drm_syncobj_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1cef7863 drm_gem_map_detach +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1d19948b drm_gem_dmabuf_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1d7cbe68 drmm_kfree +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1dd56921 drm_connector_register +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1dd8bb4e drm_send_event_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1f24b00b drm_connector_set_tile_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1ffeb6c6 drm_crtc_handle_vblank +EXPORT_SYMBOL drivers/gpu/drm/drm 0x20e4071b drm_plane_get_damage_clips_count +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2183c08c drm_mm_scan_add_block +EXPORT_SYMBOL drivers/gpu/drm/drm 0x24064370 drm_atomic_normalize_zpos +EXPORT_SYMBOL drivers/gpu/drm/drm 0x24627e38 drm_master_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0x247aff52 drm_mode_create_scaling_mode_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x248b71f9 drm_crtc_vblank_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0x24993e50 drm_edid_are_equal +EXPORT_SYMBOL drivers/gpu/drm/drm 0x24a26e32 drm_av_sync_delay +EXPORT_SYMBOL drivers/gpu/drm/drm 0x24c2470a drm_connector_set_orientation_from_panel +EXPORT_SYMBOL drivers/gpu/drm/drm 0x24d124ac drm_mode_equal_no_clocks_no_stereo +EXPORT_SYMBOL drivers/gpu/drm/drm 0x25330d66 drmm_kmalloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x25714dba drm_writeback_get_out_fence +EXPORT_SYMBOL drivers/gpu/drm/drm 0x25daad93 __drm_mm_interval_first +EXPORT_SYMBOL drivers/gpu/drm/drm 0x25e7d4a1 drm_framebuffer_plane_height +EXPORT_SYMBOL drivers/gpu/drm/drm 0x260120ab drm_connector_set_panel_orientation +EXPORT_SYMBOL drivers/gpu/drm/drm 0x26e6cb16 __drm_atomic_helper_set_config +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2754dad8 drm_mm_reserve_node +EXPORT_SYMBOL drivers/gpu/drm/drm 0x27c4e323 drm_gem_prime_fd_to_handle +EXPORT_SYMBOL drivers/gpu/drm/drm 0x27d6578a drm_atomic_state_clear +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2811ee7f drm_gem_handle_delete +EXPORT_SYMBOL drivers/gpu/drm/drm 0x284521e7 drm_dev_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x28779e52 drm_printf +EXPORT_SYMBOL drivers/gpu/drm/drm 0x288e3a1a drm_mode_validate_ycbcr420 +EXPORT_SYMBOL drivers/gpu/drm/drm 0x28fb6f1e drm_dev_unplug +EXPORT_SYMBOL drivers/gpu/drm/drm 0x29dd9716 drm_gem_object_init +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 0x2b940b7a drm_gem_free_mmap_offset +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2c7c66d3 drm_mode_prune_invalid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2cfab1f6 drm_plane_from_index +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2d92ed83 drm_client_modeset_commit +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2e9511de drm_panel_prepare +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2ed3c600 drm_mode_debug_printmodeline +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2f5ec9d1 drm_gem_object_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2f6592d7 drm_connector_list_iter_next +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2f75209b drm_event_reserve_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2f93b9ae drm_connector_attach_encoder +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2f9599fd drm_gem_unmap_dma_buf +EXPORT_SYMBOL drivers/gpu/drm/drm 0x301102ae drm_atomic_get_old_connector_for_encoder +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3011f7c0 drm_universal_plane_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x30f58e98 drm_probe_ddc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x31b8a5e3 __drm_set_edid_firmware_path +EXPORT_SYMBOL drivers/gpu/drm/drm 0x325f45e8 drm_gem_prime_handle_to_fd +EXPORT_SYMBOL drivers/gpu/drm/drm 0x32a0cc37 drm_print_bits +EXPORT_SYMBOL drivers/gpu/drm/drm 0x32a6c6a1 drm_mode_set_config_internal +EXPORT_SYMBOL drivers/gpu/drm/drm 0x32ac82e4 drm_framebuffer_unregister_private +EXPORT_SYMBOL drivers/gpu/drm/drm 0x33387c61 drm_atomic_print_new_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3367db3b drm_modeset_backoff +EXPORT_SYMBOL drivers/gpu/drm/drm 0x36cdd1ce drm_connector_list_iter_end +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3739e5f2 drm_atomic_get_new_connector_for_encoder +EXPORT_SYMBOL drivers/gpu/drm/drm 0x37cceb5c drm_send_event_timestamp_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0x380b5fbb __drm_get_edid_firmware_path +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3864b8f1 drm_connector_create_privacy_screen_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0x38690d99 drm_detect_hdmi_monitor +EXPORT_SYMBOL drivers/gpu/drm/drm 0x39093b79 drm_vma_offset_manager_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x393184d9 drm_gem_objects_lookup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x39575c95 drm_atomic_bridge_chain_enable +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3958525f drm_cvt_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x397c3d27 drm_edid_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0x39804ea6 drm_mode_create_content_type_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3a56710d drmm_connector_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3a9a473f drm_property_create_blob +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 0x3b17c3b6 drm_atomic_bridge_chain_post_disable +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3b501bb4 drm_bridge_chain_mode_valid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3c2a3dd2 drm_atomic_bridge_chain_check +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3cb72fb8 drm_connector_attach_scaling_mode_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3cdc37e9 drm_edid_to_speaker_allocation +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3d169a7f drm_hdmi_avi_infoframe_from_display_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3e505b75 drm_atomic_get_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3e97ff8a drm_client_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3eab4e50 drm_add_edid_modes +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3f405489 __drm_printfn_err +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3fff9342 drm_connector_has_possible_encoder +EXPORT_SYMBOL drivers/gpu/drm/drm 0x40ce87f1 drm_mode_object_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0x40edc246 drm_mode_validate_driver +EXPORT_SYMBOL drivers/gpu/drm/drm 0x411efcf7 drm_atomic_set_crtc_for_plane +EXPORT_SYMBOL drivers/gpu/drm/drm 0x419a3a40 drm_edid_read_custom +EXPORT_SYMBOL drivers/gpu/drm/drm 0x42302e03 drm_gem_vmap_unlocked +EXPORT_SYMBOL drivers/gpu/drm/drm 0x42b448e3 drm_connector_set_path_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4403a9c3 drm_mode_get_hv_timing +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4489a5e9 drm_edid_raw +EXPORT_SYMBOL drivers/gpu/drm/drm 0x44a2cadb drm_prime_sg_to_dma_addr_array +EXPORT_SYMBOL drivers/gpu/drm/drm 0x453245ff drm_clflush_pages +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4575a0ca drm_mode_set_crtcinfo +EXPORT_SYMBOL drivers/gpu/drm/drm 0x46c25bbf drm_aperture_remove_conflicting_pci_framebuffers +EXPORT_SYMBOL drivers/gpu/drm/drm 0x46eedff2 drm_gem_mmap_obj +EXPORT_SYMBOL drivers/gpu/drm/drm 0x472e6751 __devm_drm_dev_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4971a818 drm_client_modeset_commit_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4a00c1ab drm_connector_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4a093d3e drm_display_mode_from_cea_vic +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4a11c5ec drm_print_regset32 +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4a35d30d drm_mode_set_name +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4a4fe176 drm_master_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4b6ca937 drm_crtc_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4b6cadbb drm_atomic_set_crtc_for_connector +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4b7ebf95 drm_mm_remove_node +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4bfff158 drm_of_component_probe +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4c8fbb9f drm_gem_prime_import +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4ca37201 drm_connector_set_panel_orientation_with_quirk +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4cb4fc03 drm_plane_create_alpha_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4cf0cd61 drm_property_replace_global_blob +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4d5e8d96 drm_mode_find_dmt +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4d73b36c drm_vma_offset_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4db261fd drm_edid_get_panel_id +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4f8169e2 drm_vma_offset_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5029feb7 __drm_universal_plane_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x50674de7 drm_timeout_abs_to_jiffies +EXPORT_SYMBOL drivers/gpu/drm/drm 0x50736a13 drm_framebuffer_init +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 0x52572489 drm_framebuffer_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0x529057ea drm_connector_attach_colorspace_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x53230db7 drm_hdmi_avi_infoframe_quant_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x539dea60 __drm_dev_dbg +EXPORT_SYMBOL drivers/gpu/drm/drm 0x55a4d7aa drm_connector_list_iter_begin +EXPORT_SYMBOL drivers/gpu/drm/drm 0x55eb38da drm_format_info +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5649d243 drm_crtc_send_vblank_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0x56b2062c __drmm_crtc_alloc_with_planes +EXPORT_SYMBOL drivers/gpu/drm/drm 0x57265d63 drm_panel_unprepare +EXPORT_SYMBOL drivers/gpu/drm/drm 0x57698a50 drm_mm_takedown +EXPORT_SYMBOL drivers/gpu/drm/drm 0x57aeedf2 drm_atomic_private_obj_fini +EXPORT_SYMBOL drivers/gpu/drm/drm 0x57b6efe3 drm_ioctl_flags +EXPORT_SYMBOL drivers/gpu/drm/drm 0x580a42e9 drm_framebuffer_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x58e7a53b drm_syncobj_find_fence +EXPORT_SYMBOL drivers/gpu/drm/drm 0x58f001f5 drm_mode_crtc_set_gamma_size +EXPORT_SYMBOL drivers/gpu/drm/drm 0x59056243 drm_mm_replace_node +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5a3e6b68 drm_syncobj_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5aaa468e drm_gem_vunmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5ae1e12e drm_crtc_vblank_restore +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5b241c55 drm_crtc_vblank_helper_get_vblank_timestamp_internal +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5bf47fc9 drm_modeset_drop_locks +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5bf6f38a __drm_atomic_helper_disable_plane +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5c1f1900 drm_gtf_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5c97d42e drm_mode_config_reset +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5e4b7e4e drm_writeback_connector_init_with_encoder +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5ea8ae30 drm_connector_attach_edid_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5f4df7d9 drm_gem_dmabuf_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5f7985a5 drm_mm_scan_remove_block +EXPORT_SYMBOL drivers/gpu/drm/drm 0x606a4c02 drm_connector_init_with_ddc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6097cf63 drm_ioctl_kernel +EXPORT_SYMBOL drivers/gpu/drm/drm 0x60a1ac52 drm_vma_node_allow_once +EXPORT_SYMBOL drivers/gpu/drm/drm 0x60ae54fa drm_property_blob_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0x63260ae4 of_drm_find_bridge +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6375940a drm_crtc_vblank_reset +EXPORT_SYMBOL drivers/gpu/drm/drm 0x638fd627 drm_panel_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x65702bd6 drm_default_rgb_quant_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x662c1a43 drm_connector_attach_privacy_screen_provider +EXPORT_SYMBOL drivers/gpu/drm/drm 0x677a6e25 drm_vblank_work_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x67842c09 drm_gem_prime_mmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x680c0578 drm_edid_read_ddc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x68b27e14 drm_plane_get_damage_clips +EXPORT_SYMBOL drivers/gpu/drm/drm 0x68b9f90f drm_master_internal_acquire +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 0x6a093139 drm_bridge_chain_mode_fixup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6ac01ea8 drm_edid_to_sad +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6b38ddad drm_panel_enable +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6b515753 drm_mode_create_suggested_offset_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6cb61258 drm_plane_create_blend_mode_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6da566a3 drm_sysfs_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6da63ea1 drm_bridge_attach +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6e66efc9 drm_mode_probed_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6f610e1f drm_atomic_nonblocking_commit +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6fd70441 drm_mode_put_tile_group +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6fe6ce92 drm_modeset_lock +EXPORT_SYMBOL drivers/gpu/drm/drm 0x71221d52 drm_vma_offset_manager_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7162cedf drm_atomic_bridge_chain_pre_enable +EXPORT_SYMBOL drivers/gpu/drm/drm 0x72542318 drm_property_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0x72b54466 drm_atomic_state_default_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0x73b1341c drm_crtc_accurate_vblank_count +EXPORT_SYMBOL drivers/gpu/drm/drm 0x73d4e31e drm_mode_create_hdmi_colorspace_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x74eaf26b drm_vma_offset_lookup_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0x74fc6fbd drm_format_info_block_width +EXPORT_SYMBOL drivers/gpu/drm/drm 0x75626595 drm_gem_prime_export +EXPORT_SYMBOL drivers/gpu/drm/drm 0x75aa91d8 drm_prime_sg_to_page_array +EXPORT_SYMBOL drivers/gpu/drm/drm 0x76b2e593 drm_gem_lru_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7820ebaf drm_plane_create_rotation_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x784a8b5a drm_atomic_state_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7a0597d6 drm_atomic_private_obj_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7a5981fa drm_modeset_unlock +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7aeae941 drm_mode_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7b25c3a8 drm_panel_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7b4480cb drm_atomic_get_new_bridge_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7b6cea1c drm_plane_create_scaling_filter_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7baaf858 drm_encoder_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7bc75ad1 drm_property_create_enum +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7c545285 drm_edid_get_monitor_name +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7cb69765 drm_modeset_acquire_fini +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7cc8d3e1 drm_object_attach_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7e70b2f2 drm_client_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7e9c3345 drm_crtc_enable_color_mgmt +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7edf470b drm_edid_duplicate +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7ee981e3 drm_atomic_add_encoder_bridges +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7ffe0fb5 drm_crtc_create_scaling_filter_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x804890b0 drm_bridge_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0x810614cc drm_prime_gem_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0x811104f5 drm_modeset_lock_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x818a7f08 drm_object_property_set_value +EXPORT_SYMBOL drivers/gpu/drm/drm 0x81f7a4b0 drm_get_edid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x82cd74b5 drm_connector_set_vrr_capable_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x83604487 drm_dev_unregister +EXPORT_SYMBOL drivers/gpu/drm/drm 0x847d23e3 drm_panel_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8510281d drm_add_modes_noedid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x858c50a8 drm_client_buffer_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x86a8eec0 drm_plane_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x86f39de3 drm_mode_create_dvi_i_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8760f953 drm_writeback_prepare_job +EXPORT_SYMBOL drivers/gpu/drm/drm 0x87a6b17b drm_put_dev +EXPORT_SYMBOL drivers/gpu/drm/drm 0x87b672b4 drm_writeback_cleanup_job +EXPORT_SYMBOL drivers/gpu/drm/drm 0x88709282 drm_event_cancel_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0x88e830d2 drm_connector_attach_tv_margin_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0x893f489f drm_bridge_chain_disable +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8aa5435b drm_client_dev_hotplug +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8c35d2cf drm_mode_is_420 +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8d36b9d0 drm_plane_create_zpos_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8d72789e drm_edid_is_valid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8e035297 drm_plane_create_color_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8e7aa150 drm_dev_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8fbbad9f drm_crtc_vblank_helper_get_vblank_timestamp +EXPORT_SYMBOL drivers/gpu/drm/drm 0x90226f38 drm_property_create_bool +EXPORT_SYMBOL drivers/gpu/drm/drm 0x90675bfe drm_gem_dmabuf_vunmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x909aa249 drm_gem_lru_move_tail +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9164e6f8 drm_connector_attach_dp_subconnector_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x91bccf16 drm_atomic_get_connector_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0x92037522 drm_writeback_queue_job +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9227e3d6 drm_event_reserve_init_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0x926514cf drm_mode_config_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x92a0a4cb drm_crtc_init_with_planes +EXPORT_SYMBOL drivers/gpu/drm/drm 0x942583d5 drm_bridge_chain_pre_enable +EXPORT_SYMBOL drivers/gpu/drm/drm 0x944001ae drm_property_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0x982d09b3 drm_format_info_block_height +EXPORT_SYMBOL drivers/gpu/drm/drm 0x983a5b49 drm_gem_prime_import_dev +EXPORT_SYMBOL drivers/gpu/drm/drm 0x98b5f380 drm_atomic_bridge_chain_disable +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9986bb8c drm_modeset_lock_single_interruptible +EXPORT_SYMBOL drivers/gpu/drm/drm 0x99a71dd6 drmm_crtc_init_with_planes +EXPORT_SYMBOL drivers/gpu/drm/drm 0x99ad1f6a drm_atomic_get_crtc_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9a338410 drm_encoder_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9a4f9def __drmm_universal_plane_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9a66088d drm_writeback_connector_init +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 0x9becd553 drm_atomic_set_mode_for_crtc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9c3df9e6 drm_connector_set_link_status_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9c65b221 drm_noop +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9ce050be drm_mode_copy +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9e1ff248 drm_bridge_chain_mode_set +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9f205124 drm_client_rotation +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9f7fbed2 drm_mode_is_420_also +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9fdeb1b2 drm_property_create_object +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa0a62fba drm_poll +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa1188498 drm_connector_oob_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa1e2eb63 drm_atomic_get_old_bridge_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa245431c drm_mode_create_tile_group +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa248afde drm_detect_monitor_audio +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa34a9902 drm_client_modeset_dpms +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa38c4c94 drm_memcpy_from_wc +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa394fe27 drm_file_get_master +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa3d19759 drm_client_modeset_check +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa43bfe92 drm_mode_plane_set_obj_prop +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa637303f drm_connector_attach_max_bpc_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa6e09c6f drm_gem_dmabuf_mmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa7986df4 drm_debugfs_create_files +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa87ee063 drm_driver_legacy_fb_format +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa9707a16 drm_plane_enable_fb_damage_clips +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa9d26b8b drm_dev_set_unique +EXPORT_SYMBOL drivers/gpu/drm/drm 0xab7b8361 drm_debugfs_remove_files +EXPORT_SYMBOL drivers/gpu/drm/drm 0xab8994d9 drm_of_find_possible_crtcs +EXPORT_SYMBOL drivers/gpu/drm/drm 0xac5b4d7c drm_connector_unregister +EXPORT_SYMBOL drivers/gpu/drm/drm 0xac947dd3 __drmm_encoder_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0xad4e902b drm_color_ctm_s31_32_to_qm_n +EXPORT_SYMBOL drivers/gpu/drm/drm 0xad84998b drm_client_framebuffer_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0xadcaefd0 drm_dev_register +EXPORT_SYMBOL drivers/gpu/drm/drm 0xae277372 __drm_crtc_commit_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0xae831292 drm_bridge_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0xae84f3ed drm_prime_pages_to_sg +EXPORT_SYMBOL drivers/gpu/drm/drm 0xafd06364 drm_gem_create_mmap_offset +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb0117ab3 drm_gem_lock_reservations +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb01a0281 drm_client_framebuffer_delete +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 0xb182a88a of_drm_find_panel +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb212dc3e drm_edid_dup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb29567a6 drm_syncobj_get_handle +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb2fab018 drm_atomic_add_affected_planes +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 0xb5144958 drm_hdmi_vendor_infoframe_from_display_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb52cda4c drm_vma_node_is_allowed +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb53b3382 devm_drm_bridge_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb567eb80 drm_object_property_get_value +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb6127243 drm_need_swiotlb +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb7a5e077 drm_gem_put_pages +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb96446b0 drm_panel_of_backlight +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb9739c16 drm_modeset_unlock_all +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb9a1a59e drm_syncobj_find +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 0xba414b69 drm_gem_handle_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0xba526244 drm_connector_attach_hdr_output_metadata_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xba7dd5df drm_panel_get_modes +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbafb55a1 drm_warn_on_modeset_not_all_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbb4f06c2 drm_gem_vm_open +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbc8054e8 drm_dev_has_vblank +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbce64dd4 drm_vblank_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbdac567a drm_display_info_set_bus_formats +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbe6a3e82 drm_of_crtc_port_mask +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbf560795 drm_atomic_get_bridge_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbf679f80 drm_gem_mmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbfc0506d __drmm_add_action +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc05fee8e drm_vma_node_allow +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc0f8c973 drm_edid_read +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc17984ab drm_ioctl +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc2e76c4c drm_crtc_vblank_on +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc38e764d drm_syncobj_get_fd +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc4c9cd2d drm_mode_parse_command_line_for_connector +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc505748d drm_gem_lru_scan +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc579cacb drm_gem_dma_resv_wait +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc5e0320b drm_framebuffer_plane_width +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc5e47091 drm_aperture_remove_conflicting_framebuffers +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc61435bc drm_modeset_lock_all +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc658b479 drm_wait_one_vblank +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc66060c1 drm_read +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc667ea45 drm_gem_unlock_reservations +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc67287c6 drm_connector_attach_privacy_screen_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc6c0cb0c drm_crtc_check_viewport +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc6e831e8 drmm_encoder_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc7bef15d of_drm_get_panel_orientation +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc84403c0 drm_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc916657e drm_crtc_wait_one_vblank +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcb19dd25 drm_property_blob_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcb4605e7 drm_modeset_lock_all_ctx +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcc03f806 drm_connector_attach_content_type_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcc7cb8a0 drm_modeset_acquire_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcc8292ff drm_mode_create_dp_colorspace_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcdb99cc9 drm_mode_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xce45b3a4 drm_calc_timestamping_constants +EXPORT_SYMBOL drivers/gpu/drm/drm 0xce4b84f4 drm_dev_printk +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcf87a88b drm_connector_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd05fda43 drm_prime_get_contiguous_size +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd13f9985 drm_edid_block_valid +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd1846aef drm_mode_duplicate +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd2c09f2a drm_vblank_work_flush +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd308f59a drm_connector_attach_vrr_capable_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd32dadc6 drm_panel_disable +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd3f81401 drm_mode_create_from_cmdline_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd51902cc devm_aperture_acquire_from_firmware +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd5eb19dc drm_edid_override_connector_update +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 0xd7bb69c1 drm_set_preferred_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd947926c drm_vblank_work_cancel_sync +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdb4bf59a drm_atomic_get_new_private_obj_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdb60245c drm_any_plane_has_format +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdc59cac9 drm_atomic_get_private_obj_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdc6312c6 drm_atomic_get_old_private_obj_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdc832281 drm_gem_lru_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdcbd8d20 drm_atomic_check_only +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdd256239 drm_client_framebuffer_flush +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 0xdfa5545c drm_send_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe019d76b drm_gem_object_lookup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe0dd0b47 drm_get_edid_switcheroo +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe24dddf7 drmm_mode_config_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe2616f79 drm_atomic_commit +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe2eeefe5 drm_framebuffer_lookup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe2fb6b90 drm_crtc_vblank_count +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe3123fd0 drm_master_internal_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe317082a __drm_printfn_info +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe3a7b3d8 drm_sysfs_connector_status_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe3adfb97 drm_invalid_op +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe4219cf8 drm_dev_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe42d201c __drmm_add_action_or_reset +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe57223ae drm_connector_atomic_hdr_metadata_equal +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe57f25ee drm_crtc_vblank_off +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe633a4cd drm_format_info_bpp +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe6373e19 drm_edid_connector_update +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe63ce183 drm_gem_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe7a14ecc drm_connector_list_update +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe7d4bba6 drm_crtc_set_max_vblank_count +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe8a034df drm_dev_exit +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe9942e4e drm_client_modeset_probe +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe99f7cd6 drm_bridge_chain_enable +EXPORT_SYMBOL drivers/gpu/drm/drm 0xea00fe81 __drm_printfn_coredump +EXPORT_SYMBOL drivers/gpu/drm/drm 0xea22c3a5 drm_get_format_info +EXPORT_SYMBOL drivers/gpu/drm/drm 0xea69c340 drm_atomic_state_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0xeae77731 __drmm_mutex_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0xeb240034 drm_handle_vblank +EXPORT_SYMBOL drivers/gpu/drm/drm 0xeb59d964 drm_atomic_set_fb_for_plane +EXPORT_SYMBOL drivers/gpu/drm/drm 0xed31fe59 drm_crtc_vblank_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0xef383bf7 drm_is_current_master +EXPORT_SYMBOL drivers/gpu/drm/drm 0xefbc96ab drm_writeback_signal_completion +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf0517d7a drm_mm_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf05d85cc drm_mode_get_tile_group +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf1421d13 drm_mode_sort +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf1a97a72 drm_mode_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf1b5340a drm_mode_vrefresh +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf2245bd0 drm_atomic_set_mode_prop_for_crtc +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf283aa3d drm_mode_create_tv_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf2e7b7c9 drm_gem_vunmap_unlocked +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf395aa12 drm_crtc_arm_vblank_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf406e46a drm_get_connector_type_name +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf4c234d7 drm_dev_enter +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf60195f3 drm_mode_object_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf63e3530 drm_gtf_mode_complex +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf78121a7 drm_gem_private_object_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf824c7db __drm_printfn_debug +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf8355890 drm_property_create_signed_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf9a5ebd7 drm_vma_node_revoke +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfbedbb27 drm_gem_map_dma_buf +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfd64375f drm_plane_create_zpos_immutable_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfdae05d0 drm_crtc_from_index +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfe78638e drm_gem_map_attach +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfeb780e1 drm_property_create_bitmask +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfeb953b1 __drm_printfn_seq_file +EXPORT_SYMBOL drivers/gpu/drm/drm 0xff689ea1 drm_sysfs_connector_hotplug_event +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 0x16508e43 drm_gem_dma_print_info +EXPORT_SYMBOL drivers/gpu/drm/drm_dma_helper 0x44cb4e8b drm_gem_dma_prime_import_sg_table_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x00014100 drm_fb_build_fourcc_list +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x02912a16 drm_self_refresh_helper_update_avg_times +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x03022786 drm_atomic_helper_update_plane +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x039374ee drm_fb_helper_blank +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x03b35805 drm_helper_crtc_in_use +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x03cb7db7 drm_atomic_helper_disable_planes_on_crtc +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x051233f4 drm_fb_helper_fill_info +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x082cbadd drm_fb_helper_pan_display +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x0831fbef drm_fb_helper_lastclose +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x0a972ccf drm_gem_simple_kms_end_shadow_fb_access +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x0bf33af1 __drm_atomic_helper_crtc_destroy_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x0c9600ab drm_atomic_helper_update_legacy_modeset_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x0cc6f309 drm_fb_xrgb8888_to_rgb565 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x0d9c216c drm_connector_helper_hpd_irq_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x12533fc4 drm_atomic_helper_fake_vblank +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x16602a74 drm_atomic_helper_bridge_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x16fe692c drm_gem_fb_begin_cpu_access +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x18916761 drm_atomic_helper_shutdown +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x18e95933 drm_fbdev_generic_setup +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x1bec9f6c drm_atomic_helper_commit +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x1fe80bd9 drm_atomic_helper_commit_hw_done +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x201f16cb __drm_atomic_helper_bridge_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x20753812 drm_atomic_helper_connector_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x20d21189 drm_fb_xrgb8888_to_xrgb2101010 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x216b5088 __drm_atomic_helper_plane_destroy_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x22fb9a9b drm_kms_helper_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x232f8e92 drm_atomic_helper_commit_modeset_enables +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2932f86a drm_gem_fb_vunmap +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x29430d62 drm_helper_probe_detect +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2a1573bc drm_fb_swab +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2a3c95bf drm_atomic_helper_wait_for_vblanks +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2aa26ac9 drm_fb_helper_alloc_info +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2c5709d7 drm_fb_helper_deferred_io +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2c8aac3f drm_helper_encoder_in_use +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2cff560f drm_atomic_helper_connector_destroy_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2d22d9a5 drm_atomic_helper_async_check +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2d50570f drm_rect_calc_hscale +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2dda3dc3 drm_gem_end_shadow_fb_access +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3025deda __drm_atomic_helper_bridge_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x30869377 drm_fb_helper_sys_write +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x30a0ad51 drm_gem_simple_kms_reset_shadow_plane +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3243aac8 drm_i2c_encoder_detect +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x32ba647f drm_gem_fb_create_handle +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x337de962 drm_self_refresh_helper_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x389aaf65 drm_kms_helper_poll_disable +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3bb44307 drm_atomic_helper_crtc_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3bfdbfb9 drmm_of_get_bridge +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3c13f1f1 drm_gem_simple_kms_duplicate_shadow_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3e6cee2d drm_plane_helper_disable_primary +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3fea3511 drm_atomic_helper_connector_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x408463b9 drm_fb_xrgb8888_to_rgb332 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x433c4de9 devm_drm_of_get_bridge +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x473ecc29 drm_fb_helper_cfb_copyarea +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x47929a46 drm_atomic_helper_check_crtc_primary_plane +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4834906a drm_flip_work_commit +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4aaeaeb7 drm_helper_move_panel_connectors_to_head +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4b0e8329 drm_fb_helper_cfb_write +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4b24dbf8 drm_atomic_helper_connector_tv_margins_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4bc8d511 drmm_panel_bridge_add +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4f737092 drm_atomic_helper_bridge_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x50239faa drm_crtc_helper_atomic_check +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x513021e1 drm_fb_helper_unregister_info +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x530ae33f drm_atomic_helper_resume +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x544d21d0 drm_fb_helper_sys_fillrect +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5518e6b3 drm_atomic_helper_damage_merged +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x55cd45d0 drm_fb_helper_sys_imageblit +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x56a6ffaf drm_atomic_helper_check_modeset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x56a8b898 __drm_atomic_helper_plane_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x57010e64 __drmm_simple_encoder_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5875ccc2 drm_gem_duplicate_shadow_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x59a51484 drm_i2c_encoder_commit +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5a4734d1 drm_kms_helper_is_poll_worker +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5d6ccd22 drm_fb_helper_cfb_imageblit +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5eb64a8e devm_drm_panel_bridge_add +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5f306bef drm_panel_bridge_add_typed +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5f9dc573 drm_crtc_helper_set_mode +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5fa75638 __drm_gem_duplicate_shadow_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5fac9bb5 drm_connector_helper_get_modes_fixed +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5fd61f37 drm_simple_display_pipe_attach_bridge +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x610e73c3 drm_plane_helper_update_primary +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6192b3e3 drm_i2c_encoder_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x64388eaf drm_fb_blit +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x64b47d18 drm_fb_xrgb8888_to_rgb888 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x683a8077 drm_panel_bridge_add +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x69d513bd drm_atomic_helper_commit_modeset_disables +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 0x6b9ae9b1 drm_mode_config_helper_suspend +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6bbdb7fd drm_gem_simple_display_pipe_prepare_fb +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6c03eea3 drm_atomic_helper_check +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6c26a4ad drm_atomic_helper_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6e30ba8e drm_rect_rotate_inv +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6e88c36b drm_atomic_helper_check_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6e96124b drm_fb_xrgb8888_to_gray8 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x71da78be drm_atomic_helper_damage_iter_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x72220a56 drm_gem_reset_shadow_plane +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x72533be7 drm_helper_resume_force_mode +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x72b364f9 drm_atomic_helper_check_planes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x73befbba drm_atomic_helper_commit_tail_rpm +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x769f1db8 drm_fb_helper_prepare +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x77ffacbe drm_fb_helper_restore_fbdev_mode_unlocked +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x79591684 drm_panel_bridge_set_orientation +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7a5faf75 drm_crtc_helper_mode_valid_fixed +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7bf7e817 drm_atomic_helper_cleanup_planes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7c2c130e drm_atomic_helper_plane_destroy_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7cd9be4e __drm_atomic_helper_connector_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7e016d38 drm_flip_work_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7e737076 __drm_atomic_helper_plane_state_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x80206c9b __drm_atomic_helper_crtc_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x82d74ca5 drm_fb_helper_sys_copyarea +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x82fe30a1 drm_atomic_helper_commit_planes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x838ff9ad drm_atomic_helper_crtc_destroy_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x83edd8e5 drm_fb_xrgb8888_to_mono +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x84d32e23 __drm_atomic_helper_crtc_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x86bf6421 drm_gem_fb_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x871ab41a drm_rect_intersect +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8a7a0577 drm_fb_helper_check_var +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8abe54ac drm_atomic_helper_wait_for_dependencies +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8e782dbd drm_helper_force_disable_all +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8f0f44be drm_kms_helper_poll_fini +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8f6cf2e4 drm_kms_helper_poll_enable +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9010d2d6 __drm_gem_destroy_shadow_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x91269c2f drm_fb_helper_set_par +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x915b90cb drm_fb_memcpy +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x91a4a15c drm_fb_helper_cfb_fillrect +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x91dc1e3e drm_fb_helper_sys_read +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x91fec1cc drm_rect_calc_vscale +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x92a50b07 drm_plane_helper_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x939cba96 drm_bridge_is_panel +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x94229c0e drm_atomic_helper_dirtyfb +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x943dd069 drm_i2c_encoder_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9712d70f drm_simple_display_pipe_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x983de290 drm_atomic_helper_wait_for_flip_done +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x99fd20aa drm_rect_clip_scaled +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9b2f94ca drm_atomic_helper_page_flip_target +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9b639dc2 drm_atomic_helper_bridge_destroy_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9beba53d __drm_gem_reset_shadow_plane +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9caa8c53 drm_connector_helper_get_modes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9e253f17 drm_fb_helper_setcmap +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9e9e6473 __drm_atomic_helper_crtc_state_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa0134e8c drm_i2c_encoder_dpms +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa014fc8f drm_kms_helper_poll_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa0b8619e __drm_atomic_helper_connector_state_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa12f091e drm_gem_fb_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa7c242d6 drm_atomic_helper_commit_tail +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa90871d3 drm_fb_helper_fini +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xaa553a3d drm_atomic_helper_commit_cleanup_done +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xae0732e1 drm_fb_helper_cfb_read +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xafa4adfc drm_atomic_helper_suspend +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xafc23abc __drm_atomic_helper_connector_destroy_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb053adda drm_rect_rotate +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb1960d2b drm_fb_helper_set_suspend_unlocked +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb3b67aec drm_fb_helper_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb4502b1e __drm_atomic_helper_connector_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb6a6b711 drm_fb_clip_offset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb6e96b45 drm_i2c_encoder_mode_fixup +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb70e7d20 drm_helper_hpd_irq_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb76d681f drm_i2c_encoder_prepare +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb7ade621 drm_i2c_encoder_mode_set +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb85b2522 drm_helper_disable_unused_functions +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xbac872f9 drm_atomic_helper_prepare_planes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xbc336863 drm_helper_mode_fill_fb_struct +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xbdac3dc9 drm_atomic_helper_plane_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xbdb8b89e drm_connector_helper_get_modes_from_ddc +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xbf0aeb4d drm_fb_helper_debug_enter +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc0d14a1b drm_gem_simple_kms_begin_shadow_fb_access +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc2efe678 drm_helper_connector_dpms +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc39a9e04 drm_atomic_helper_plane_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc412020f drm_gem_destroy_shadow_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc542f06c drm_gem_begin_shadow_fb_access +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc6031b44 drm_atomic_helper_commit_planes_on_crtc +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc8a6c288 drm_atomic_helper_wait_for_fences +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc992807f drm_atomic_helper_disable_plane +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc9bc2eb8 __drm_atomic_helper_plane_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xcae954ed 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 0xcf51625e drm_atomic_helper_commit_duplicated_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd1c85377 drm_atomic_helper_async_commit +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd1fc5f14 drm_flip_work_queue +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd382ea13 drm_plane_helper_atomic_check +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd7f0acc7 drm_atomic_helper_setup_commit +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd92f89bb drm_kms_helper_connector_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xdb09d945 drm_gem_simple_kms_destroy_shadow_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xdc478c5f drm_crtc_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xdc833fbb drm_flip_work_queue_task +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xdf66f15f drm_i2c_encoder_save +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe035d64d drm_fb_helper_initial_config +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe0f93fff drm_atomic_helper_check_plane_damage +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe1b3c0e6 drm_fb_helper_debug_leave +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe26d58f9 drm_self_refresh_helper_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe6a3f901 drm_simple_encoder_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe70e3b3a drm_atomic_helper_bridge_propagate_bus_fmt +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe7840462 drm_mode_config_helper_resume +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe7f82e3c drm_fb_helper_set_suspend +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe989b5c2 drm_helper_probe_single_connector_modes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xec105435 drm_atomic_helper_set_config +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xecf08139 drm_i2c_encoder_restore +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xef5b7fd0 drm_atomic_helper_calc_timestamping_constants +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf274606a drm_gem_fb_end_cpu_access +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf288a632 drm_crtc_helper_set_config +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf2b55947 drm_fb_helper_output_poll_changed +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf6a4d07a __drm_atomic_helper_private_obj_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf7ca1a3d drm_atomic_helper_crtc_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf8e156ae drm_fb_helper_ioctl +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xfa350c0c drm_panel_bridge_connector +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xfc0e33d2 drm_panel_bridge_remove +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xfc1cbedc drm_atomic_helper_page_flip +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xfc3dacac drm_atomic_helper_disable_all +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xfc764680 devm_drm_panel_bridge_add_typed +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xfe0c26a4 drm_fb_helper_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xfeee0f97 drm_atomic_helper_swap_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xffab89b2 drm_atomic_helper_check_wb_encoder_state +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x116ccfd6 mipi_dbi_dev_init_with_formats +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x22dcf679 mipi_dbi_command_read +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x241e0f1e mipi_dbi_display_is_on +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x42c023a9 mipi_dbi_command_buf +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x7bfad891 mipi_dbi_debugfs_init +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x801ee985 mipi_dbi_pipe_update +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x9582cb28 mipi_dbi_command_stackbuf +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x9f9becad mipi_dbi_poweron_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xa66e69ce mipi_dbi_pipe_mode_valid +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xa816a764 mipi_dbi_pipe_disable +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xaaaef997 mipi_dbi_spi_cmd_max_speed +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xb43d3cc4 mipi_dbi_poweron_conditional_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xbb08cbd4 mipi_dbi_hw_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xcbedbe12 mipi_dbi_dev_init +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xdf53442a mipi_dbi_buf_copy +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xef5ad330 mipi_dbi_spi_transfer +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xef6d1175 mipi_dbi_enable_flush +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xf3100c93 mipi_dbi_spi_init +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0x15a562c0 drm_gem_shmem_print_info +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0x3bb3cc88 drm_gem_shmem_purge_locked +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0x402a206e drm_gem_shmem_get_pages +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0x460e74dd drm_gem_shmem_purge +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0x515eb4cd drm_gem_shmem_vunmap +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0x529e1baa drm_gem_shmem_put_pages +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0x6e2dbdb7 drm_gem_shmem_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0x744f2667 drm_gem_shmem_unpin +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0xba189f98 drm_gem_shmem_pin +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0xea10a5f2 drm_gem_shmem_madvise +EXPORT_SYMBOL drivers/gpu/drm/drm_ttm_helper 0x09e724ca drm_gem_ttm_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm_ttm_helper 0x29b39b9f drm_gem_ttm_vunmap +EXPORT_SYMBOL drivers/gpu/drm/drm_ttm_helper 0x8bdb1db7 drm_gem_ttm_print_info +EXPORT_SYMBOL drivers/gpu/drm/drm_ttm_helper 0x9e80c786 drm_gem_ttm_dumb_map_offset +EXPORT_SYMBOL drivers/gpu/drm/drm_ttm_helper 0xd89a4035 drm_gem_ttm_mmap +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x0a460a6a drm_gem_vram_put +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x58d3c0df drm_gem_vram_pin +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x5c795d97 drm_gem_vram_plane_helper_cleanup_fb +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x6f01308e drm_gem_vram_plane_helper_prepare_fb +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x78bc44c6 drmm_vram_helper_init +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x7fa532fc drm_gem_vram_fill_create_dumb +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x981fba66 drm_gem_vram_unpin +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0xae78e431 drm_vram_helper_mode_valid +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0xb2c5bdf7 drm_gem_vram_offset +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0xb72b59b7 drm_gem_vram_driver_dumb_create +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0xc2b43932 drm_gem_vram_create +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0xc447fe2d drm_vram_mm_debugfs_init +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0xc52fdee5 drm_gem_vram_vunmap +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0xd435a3c2 drm_gem_vram_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0xd7db5d1f drm_gem_vram_simple_display_pipe_cleanup_fb +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0xf97edd5f drm_gem_vram_simple_display_pipe_prepare_fb +EXPORT_SYMBOL drivers/gpu/drm/rockchip/rockchipdrm 0x72b6c6b8 rockchip_drm_wait_vact_end +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x0758732b drm_sched_entity_flush +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x0a9e460e drm_sched_job_add_implicit_dependencies +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x13c27d9a drm_sched_entity_destroy +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x13dcdfec to_drm_sched_fence +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x19fb7268 drm_sched_entity_fini +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x1dc626d7 drm_sched_entity_set_priority +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x22538ea3 drm_sched_resume_timeout +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x2a567208 drm_sched_job_arm +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x2f27e53a drm_sched_fault +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x353463e4 drm_sched_pick_best +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x5a389b77 drm_sched_entity_modify_sched +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x5e112de6 drm_sched_start +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x6795cced drm_sched_fini +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xa11cd456 drm_sched_init +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xad4835bc drm_sched_entity_init +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xadeca1b7 drm_sched_stop +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xb62b76d8 drm_sched_job_init +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xc20bc30a drm_sched_suspend_timeout +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xd231351b drm_sched_increase_karma +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xe71ecd6b drm_sched_job_add_dependency +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xe7963ebe drm_sched_job_add_resv_dependencies +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xeb3a9f5e drm_sched_job_cleanup +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xfa60c74f drm_sched_entity_push_job +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xfbc955cd drm_sched_resubmit_jobs +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x09a2ecad ttm_resource_manager_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x0c54f83e ttm_bo_vunmap +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x137cd591 ttm_glob +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x15c2d374 ttm_resource_free +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x18c79b00 ttm_device_fini +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x1a71d30c ttm_move_memcpy +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x1fb59d4a ttm_device_swapout +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x2b1141e2 ttm_bo_init_validate +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x2b4c9ff3 ttm_resource_manager_create_debugfs +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x2cc4c3e7 ttm_bo_init_reserved +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x332ed5d1 ttm_bo_vmap +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x33e07e21 ttm_bo_move_to_lru_tail +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x4000f56b ttm_bo_move_memcpy +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x43f3dd33 ttm_sg_tt_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x441e19e5 ttm_bo_set_bulk_move +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x48f35759 ttm_bo_vm_fault +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x511138bd ttm_bo_mmap_obj +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x52183367 ttm_bo_pin +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x54422bc0 ttm_bo_lock_delayed_workqueue +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x55b092ba ttm_tt_fini +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x5819c52e ttm_bo_vm_reserve +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x5c492dfb ttm_bo_kmap +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x5dac77fb ttm_bo_mem_space +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x6419a69e ttm_bo_vm_open +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x65f9273c ttm_eu_reserve_buffers +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x68147e1a ttm_pool_debugfs +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x6b1db798 ttm_resource_manager_usage +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x763063a4 ttm_tt_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x8a79cd4a ttm_io_prot +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x8ab4167e ttm_bo_eviction_valuable +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x8c392b74 ttm_range_man_fini_nocheck +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x8c7000c8 ttm_resource_fini +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x9378e1c6 ttm_kmap_iter_iomap_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x952e5302 ttm_device_clear_dma_mappings +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x97282a62 ttm_resource_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x97cebdcc ttm_bo_wait +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x9f049916 ttm_pool_alloc +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xa1a71086 ttm_global_swapout +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xa4f21e67 ttm_bo_vm_access +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xa9f6aa1a ttm_tt_populate +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xb29abe07 ttm_lru_bulk_move_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xbdda3873 ttm_bo_vm_dummy_page +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xbe96af42 ttm_resource_manager_debug +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xbecd9a28 ttm_bo_unpin +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xc38787b3 ttm_resource_compat +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xd01c0a0a ttm_bo_unmap_virtual +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xd0bebcd7 ttm_bo_move_sync_cleanup +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xd28a3ee5 ttm_resource_manager_evict_all +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xd33cc8eb ttm_kmap_iter_tt_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xd3d89364 ttm_bo_unlock_delayed_workqueue +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xd45f35e7 ttm_eu_fence_buffer_objects +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xd8e90c16 ttm_bo_kunmap +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xdf1285c0 ttm_lru_bulk_move_tail +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xe1fba1d8 ttm_bo_vm_fault_reserved +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xe2bd9b76 ttm_range_man_init_nocheck +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xf360dff5 ttm_bo_put +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xf482ce75 ttm_pool_free +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xf5a4159f ttm_bo_validate +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xf6e61a07 ttm_bo_move_accel_cleanup +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xf8d3f354 ttm_device_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xfbe53c41 ttm_bo_vm_close +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xfe7108b9 ttm_eu_backoff_reservation +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x090522cd host1x_job_put +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x0e515d12 tegra_mipi_request +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x0f2bbd96 host1x_syncpt_get_by_id +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x19e35088 host1x_channel_get +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x1b8ec2b5 host1x_syncpt_get +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x2564071d host1x_job_get +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x26bd720f host1x_syncpt_read_min +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x2d90adfd host1x_job_alloc +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x2ea87a76 host1x_device_init +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x3604a38d __host1x_client_register +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x38d21489 host1x_job_pin +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x3c75f667 host1x_job_add_gather +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x411e5b3f host1x_syncpt_wait +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x48b5abb6 host1x_job_submit +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x4bd34e37 host1x_client_resume +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x501d8104 host1x_client_unregister +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x51de13ce host1x_syncpt_base_id +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x57553ccd host1x_fence_create +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x5f60ebce host1x_driver_register_full +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x62a5fc88 host1x_job_unpin +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x66a79945 host1x_syncpt_get_by_id_noref +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x72e78e54 tegra_mipi_start_calibration +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x7b8cb2c7 host1x_syncpt_alloc +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x7c06b472 host1x_channel_stop +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x7d7b231d __host1x_client_init +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x7f6fe3c1 host1x_syncpt_request +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x802d3177 host1x_channel_put +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x8a166aaa host1x_driver_unregister +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x8a1a0d69 host1x_device_exit +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x92858b11 host1x_bo_unpin +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x9451a33e tegra_mipi_free +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xa3e02bcf host1x_syncpt_put +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xa47624d3 host1x_syncpt_read +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xa48109ca host1x_client_exit +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xa733ff60 tegra_mipi_disable +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xa9393c8c host1x_channel_request +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xb6825279 host1x_bo_pin +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xbcbe65a0 tegra_mipi_finish_calibration +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xc0f552d7 host1x_syncpt_incr +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xd14a00a8 host1x_syncpt_id +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xe097ab4d host1x_get_dma_mask +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xea7bf24a host1x_syncpt_release_vblank_reservation +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xecd29efb host1x_syncpt_incr_max +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xf105943e host1x_job_add_wait +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xf1ebd4e0 host1x_client_suspend +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xf47a8581 host1x_syncpt_get_base +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xf554f95d host1x_syncpt_read_max +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xf8a79b19 tegra_mipi_enable +EXPORT_SYMBOL drivers/hid/hid 0xce784a78 hid_bus_type +EXPORT_SYMBOL drivers/hwmon/adt7x10 0x7d3fd896 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 0x11879789 ltc2947_pm_ops +EXPORT_SYMBOL drivers/hwmon/sch56xx-common 0x01568393 sch56xx_read_virtual_reg +EXPORT_SYMBOL drivers/hwmon/sch56xx-common 0x96ec3b26 sch56xx_read_virtual_reg12 +EXPORT_SYMBOL drivers/hwmon/sch56xx-common 0xaa17a737 sch56xx_write_virtual_reg +EXPORT_SYMBOL drivers/hwmon/sch56xx-common 0xb37b9b81 sch56xx_read_virtual_reg16 +EXPORT_SYMBOL drivers/hwmon/sch56xx-common 0xc5d9427d sch56xx_watchdog_register +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-bit 0x24535146 i2c_bit_add_numbered_bus +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-bit 0x7eff186d i2c_bit_add_bus +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-bit 0xa995d9e9 i2c_bit_algo +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-pca 0x3e536cf1 i2c_pca_add_bus +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-pca 0xafbbcc70 i2c_pca_add_numbered_bus +EXPORT_SYMBOL drivers/i2c/busses/i2c-amd756 0x54a75cb7 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 0x2bad4831 iio_triggered_buffer_cleanup +EXPORT_SYMBOL drivers/iio/buffer/industrialio-triggered-buffer 0xc1764474 iio_triggered_buffer_setup_ext +EXPORT_SYMBOL drivers/iio/buffer/kfifo_buf 0x063297cb iio_kfifo_free +EXPORT_SYMBOL drivers/iio/buffer/kfifo_buf 0x5775e937 iio_kfifo_allocate +EXPORT_SYMBOL drivers/iio/imu/fxos8700_core 0x8e907b0c fxos8700_regmap_config +EXPORT_SYMBOL drivers/iio/industrialio 0x0507d53a iio_trigger_unregister +EXPORT_SYMBOL drivers/iio/industrialio 0x15c67fa7 __iio_trigger_alloc +EXPORT_SYMBOL drivers/iio/industrialio 0x19041bd2 iio_trigger_poll_chained +EXPORT_SYMBOL drivers/iio/industrialio 0x238fa378 iio_device_unregister +EXPORT_SYMBOL drivers/iio/industrialio 0x265e31f5 iio_trigger_free +EXPORT_SYMBOL drivers/iio/industrialio 0x2d6bcdcb iio_trigger_generic_data_rdy_poll +EXPORT_SYMBOL drivers/iio/industrialio 0x341a0975 iio_push_event +EXPORT_SYMBOL drivers/iio/industrialio 0x3658539f iio_buffer_init +EXPORT_SYMBOL drivers/iio/industrialio 0x411dea85 iio_trigger_validate_own_device +EXPORT_SYMBOL drivers/iio/industrialio 0x4568791a iio_trigger_poll +EXPORT_SYMBOL drivers/iio/industrialio 0x4b68065a iio_get_time_ns +EXPORT_SYMBOL drivers/iio/industrialio 0x4f7816f0 iio_trigger_using_own +EXPORT_SYMBOL drivers/iio/industrialio 0x694827c7 iio_device_set_clock +EXPORT_SYMBOL drivers/iio/industrialio 0x77e3ad2c iio_read_mount_matrix +EXPORT_SYMBOL drivers/iio/industrialio 0x91092b56 iio_trigger_notify_done +EXPORT_SYMBOL drivers/iio/industrialio 0xa50f2c54 iio_bus_type +EXPORT_SYMBOL drivers/iio/industrialio 0xc6d4d18c iio_device_free +EXPORT_SYMBOL drivers/iio/industrialio 0xcee2fd2d iio_read_const_attr +EXPORT_SYMBOL drivers/iio/industrialio 0xd5c70093 iio_trigger_set_immutable +EXPORT_SYMBOL drivers/iio/industrialio 0xd7a323f3 iio_device_get_clock +EXPORT_SYMBOL drivers/iio/industrialio 0xdee15575 iio_trigger_register +EXPORT_SYMBOL drivers/iio/industrialio 0xdf76bbeb iio_pollfunc_store_time +EXPORT_SYMBOL drivers/iio/industrialio 0xe8e491bb iio_device_alloc +EXPORT_SYMBOL drivers/iio/industrialio 0xec9fe297 __iio_device_register +EXPORT_SYMBOL drivers/iio/industrialio-configfs 0x0317a83a iio_configfs_subsys +EXPORT_SYMBOL drivers/iio/industrialio-sw-device 0x3444a54e iio_unregister_sw_device_type +EXPORT_SYMBOL drivers/iio/industrialio-sw-device 0xc646556f iio_sw_device_create +EXPORT_SYMBOL drivers/iio/industrialio-sw-device 0xd311ea57 iio_register_sw_device_type +EXPORT_SYMBOL drivers/iio/industrialio-sw-device 0xf96a3368 iio_sw_device_destroy +EXPORT_SYMBOL drivers/iio/industrialio-sw-trigger 0x28461a83 iio_sw_trigger_create +EXPORT_SYMBOL drivers/iio/industrialio-sw-trigger 0x8bacce8e iio_sw_trigger_destroy +EXPORT_SYMBOL drivers/iio/industrialio-sw-trigger 0xa418c8e4 iio_unregister_sw_trigger_type +EXPORT_SYMBOL drivers/iio/industrialio-sw-trigger 0xaa32f553 iio_register_sw_trigger_type +EXPORT_SYMBOL drivers/iio/industrialio-triggered-event 0x0b2c6e4c iio_triggered_event_cleanup +EXPORT_SYMBOL drivers/iio/industrialio-triggered-event 0xedd3802c iio_triggered_event_setup +EXPORT_SYMBOL drivers/iio/pressure/bmp280 0x8416df50 bmp280_dev_pm_ops +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x09f2d3db ib_send_cm_rtu +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x0e1e8ebe ib_cm_insert_listen +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x17644516 ib_cm_notify +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x5b33224f ib_send_cm_dreq +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x5def1280 ib_send_cm_drep +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x69824a14 ibcm_reject_msg +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x72de0042 ib_cm_init_qp_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x85a93a61 ib_send_cm_req +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x99851249 ib_send_cm_sidr_req +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x9ba77006 ib_create_cm_id +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xb12eaca4 ib_send_cm_mra +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xc04fcbb8 ib_cm_listen +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xc9e2737c ib_send_cm_sidr_rep +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xd262832f ib_send_cm_rep +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xe1ebd893 ib_send_cm_rej +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xe43c8e50 ib_destroy_cm_id +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x009bcd82 ibdev_alert +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x00cd25ea ib_get_rdma_header_version +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x018fb932 ib_create_qp_security +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0199c318 rdma_rw_ctx_signature_init +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x02760907 rdma_rw_ctx_destroy +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0321587c ib_get_cached_lmc +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x03da6570 ib_get_rmpp_segment +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0643a403 rdma_read_gid_l2_fields +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x06feda71 rdma_alloc_netdev +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x07543a39 rdma_nl_put_driver_u32_hex +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x09a12f0c ib_query_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x09ad08a9 ib_init_ah_attr_from_wc +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0afc994b ib_rdmacg_uncharge +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0d94c518 rdma_resolve_ip +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0e4bbd10 ib_free_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0e78089b rdma_replace_ah_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x12f8a4f4 ib_modify_port +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x13e54e11 ib_init_ah_attr_from_path +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x15a5b2f2 rdma_query_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1b037462 __rdma_block_iter_start +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1bc079ee rdma_set_cq_moderation +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1c8f1569 rdma_user_mmap_entry_get +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1d5047fa rdma_nl_put_driver_u64 +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1ef97b5e rdma_read_gid_hw_context +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x20f650e3 rdma_restrack_count +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x21abe4c6 ib_drain_sq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x22b6b85d ib_create_qp_kernel +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x246089a2 rdma_nl_put_driver_u32 +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x24e74ecc rdma_nl_unicast_wait +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x24e7d5dd rdma_move_grh_sgid_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x260ae5b6 ib_dispatch_event +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x27c1e739 ib_modify_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x28323b6b ib_device_set_netdev +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x28feacab rdma_destroy_ah_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2927146c ib_port_immutable_read +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x29a06a20 ib_register_client +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2f384613 ib_modify_qp_is_ok +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x305e5701 rdma_addr_size_kss +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x32aca832 ib_advise_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x348f9385 ib_get_vf_stats +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x355a7056 ib_find_gid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x386a9c64 ib_find_exact_cached_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3900fdb2 rdma_copy_ah_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x39aae7cb ib_sa_get_mcmember_rec +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3a6dbd02 ib_cq_pool_put +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3d13f11b ib_unregister_device_queued +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3da8b0ab ib_drain_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3e529619 ib_drain_rq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3e9214f7 rdma_nl_register +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3f84f3f3 ib_set_client_data +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3fc2387c ib_ud_header_unpack +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x41843778 ibdev_err +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x434c5d10 zgid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x44b6960d rdma_restrack_put +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x44e7f831 rdma_restrack_get +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x455e9edc ib_destroy_qp_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x45fb8985 rdma_nl_chk_listeners +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4a3b2bdb ib_unregister_event_handler +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4b36362c ib_set_device_ops +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4bce6df6 rdma_restrack_set_name +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4bdcf440 ib_cq_pool_get +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4c18cefb ib_unregister_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4cbe2c2f ib_register_mad_agent +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4d6d3328 ib_resize_cq +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 0x4ee696ab ib_detach_mcast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4f0de689 ib_get_cached_port_state +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x520b2638 ib_pack +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x53d21c62 ib_get_cached_subnet_prefix +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x54d5765d ibnl_put_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x55bb02f3 ib_cache_gid_type_str +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x566b8aa5 rdma_destroy_ah_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x56a467c2 ib_destroy_srq_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x57292582 ib_rdmacg_try_charge +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x57c947c0 ib_register_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x58df5b94 ib_get_gids_from_rdma_hdr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x593c9682 rdma_rw_ctx_post +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x59cb7634 ibdev_crit +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5aa4dd7f ib_attach_mcast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5b0d8f45 __ib_create_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5b5c3449 rdma_restrack_get_byid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5d169cc7 rdma_user_mmap_entry_remove +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5d394ac5 ib_sa_join_multicast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5d6b4c51 rdma_nl_unicast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5d8e3e93 ib_alloc_mr_integrity +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5f2dc5a3 ibnl_put_msg +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x609efb60 ib_dereg_mr_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x613b1e2e ib_is_mad_class_rmpp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6172b85f rdma_restrack_parent_name +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x61d24c52 ib_rate_to_mbps +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x62eedd28 rdma_link_register +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x638c6d72 ib_find_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x63d7bbbf __ib_alloc_pd +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6581ca90 ib_sa_unregister_client +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x678c79d1 ib_modify_qp_with_udata +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x68086e4c ib_get_net_dev_by_params +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x69bb813a ibdev_warn +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6b86db8c ib_mr_pool_init +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6b958320 ib_ud_ip4_csum +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6c26bb64 ibdev_info +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6c832997 ib_map_mr_sg +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6cdf8a62 ib_device_get_by_netdev +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6dbcad87 rdma_move_ah_attr +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 0x7369d791 rdma_user_mmap_entry_put +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x73ec84a1 rdma_nl_put_driver_u64_hex +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x746d9085 rdma_query_gid_table +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x75a729a0 rdma_nl_unregister +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x76d238f5 ibdev_printk +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x77f59eff ib_dealloc_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x787ccc4c ib_get_mad_data_offset +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7a69009a ib_alloc_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7d53b1e8 ib_post_send_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7e801cc7 ib_modify_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x81c4aacb ib_sa_guid_info_rec_query +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x82e2c6e4 ib_sg_to_pages +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x84934f6f rdma_init_netdev +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x84a4e07c rdma_put_gid_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x853fc127 ib_destroy_wq_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x872f6cc6 ib_sa_path_rec_get +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x874f0d73 ib_create_ah_from_wc +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8ad8ebcc rdma_addr_cancel +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8bc12db0 ib_qp_usecnt_inc +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8d66e2e4 rdma_restrack_del +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8e19da1f ibdev_notice +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8e7528da __rdma_block_iter_next +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8efeb16b ib_device_get_by_name +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x902d6655 ib_port_sysfs_get_ibdev_kobj +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x90e807c7 ib_cache_gid_parse_type_str +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x94341562 rdma_nl_stat_hwcounter_entry +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x946f2c22 rdma_hold_gid_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x95f978d3 rdma_get_gid_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9b86cc3b rdma_rw_ctx_destroy_signature +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9ba67729 ib_port_register_client_groups +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9ba6fbd8 rdma_restrack_add +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9bdb1e63 ib_get_cached_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9d5be451 rdma_rw_ctx_init +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9f0ac7b1 ib_create_srq_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa2fc7fcf ib_get_vf_config +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa3d5f533 rdma_create_user_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa4db9b99 ib_open_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa58696ba ib_check_mr_status +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa708ec2a ib_create_send_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa7c4c123 ib_sa_register_client +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa827737a ib_qp_usecnt_dec +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xaa671b3c ib_init_ah_from_mcmember +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xab11b5e1 ib_free_send_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xab714c9e roce_gid_type_mask_support +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xadea124b ib_query_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xae956dce ib_rate_to_mult +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb056eb32 rdma_free_hw_stats_struct +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb0d84981 ib_get_eth_speed +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb1a312e1 ib_unpack +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb2dc8898 ib_close_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb30e9f5e ib_mr_pool_get +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb4111313 __ib_alloc_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb44e00ba ib_mr_pool_put +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb4b51e7c ib_unregister_mad_agent +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb4c40040 ib_sa_pack_path +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb60a169d ib_port_unregister_client_groups +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb62c29ba __ib_alloc_cq_any +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb7852a05 ib_ud_header_init +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb8830185 ib_reg_user_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb93496b6 ib_alloc_xrcd_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbcb053f7 ib_dealloc_xrcd_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbf435ffc ib_query_srq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc0b2148c ib_get_device_fw_str +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc0ea929b rdma_roce_rescan_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc12e7192 rdma_user_mmap_entry_insert +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc40798e1 rdma_user_mmap_entry_insert_range +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc4e36564 ib_unregister_device_and_put +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc4f9a015 ib_mad_kernel_rmpp_agent +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc5f7fc79 ib_device_put +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc640cba5 ib_get_vf_guid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc837569e ib_dealloc_pd_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc8bd1ec1 ib_destroy_cq_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc8f48915 rdma_rw_mr_factor +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xca876e78 ib_set_vf_link_state +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xcce23c2b ib_find_cached_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xcf4a876e rdma_nl_multicast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xcf5bb1fa ib_modify_srq +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 0xd257c8c0 ib_set_vf_guid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd43b569a ib_query_port +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd44d2156 rdma_find_gid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd5f6da66 rdma_read_gid_attr_ndev_rcu +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd6636ca6 rdma_addr_size_in6 +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd8d56924 rdma_translate_ip +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd995b5e4 rdma_rw_ctx_wrs +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xda0d50ec ib_sa_cancel_query +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xda24ecc4 rdma_umap_priv_init +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xdcdea90c ib_unregister_client +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xdd74c7f9 rdma_query_gid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xded21e61 ib_free_recv_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xdfa9b0dc rdma_copy_src_l2_addr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe0179fe5 rdma_find_gid_by_port +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe01ac78b rdma_user_mmap_entry_get_pgoff +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe03b6b27 ibdev_emerg +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe18c5130 rdma_restrack_new +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe1a01d88 ib_mr_pool_destroy +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe1dddf5b _ib_alloc_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe1f59d3e rdma_alloc_hw_stats_struct +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe2de3d54 ib_create_qp_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe43ce8e2 rdma_port_get_link_layer +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe5840ec6 ib_wc_status_msg +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe63c2146 ib_register_event_handler +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe76811c3 ib_modify_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe7b52e5f mult_to_ib_rate +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe9e799fc ib_ud_header_pack +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xea741edd rdma_modify_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xeb9b3f87 rdma_nl_put_driver_string +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xeec70672 ib_map_mr_sg_pi +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf06fa07f ib_create_wq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf253bfaf rdma_link_unregister +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf2f069ff ib_process_cq_direct +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf5dedb30 rdma_node_get_transport +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf5e5d9ba rdma_dev_access_netns +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf6ed3334 ib_event_msg +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xfa0a8444 rdma_create_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xfd9a0e58 rdma_user_mmap_io +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x074ff0a9 ib_umem_odp_get +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x13a9d01a uverbs_fd_class +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x1677df1f ib_umem_copy_from +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x229f439e uverbs_copy_to_struct_or_zero +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x2342c121 ib_uverbs_flow_resources_free +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x2ba88551 _uverbs_get_const_signed +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x3359a8a9 ib_umem_odp_unmap_dma_pages +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x36c34dc6 ib_copy_path_rec_to_user +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x4afa60cf ib_umem_dmabuf_get_pinned +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x4c41da24 uverbs_get_flags64 +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x4f599157 _uverbs_alloc +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x523bf8ad uverbs_uobject_fd_release +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x535ba374 ib_umem_get +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x59c6eddd flow_resources_alloc +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x5a173ce8 ib_umem_find_best_pgsz +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x64e7a7d1 ib_umem_stop_invalidation_notifier +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x6c773b89 uverbs_copy_to +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x754b0000 ib_copy_path_rec_from_user +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x76926a0d uverbs_destroy_def_handler +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x7f5c2237 uverbs_finalize_uobj_create +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x7fddc3f3 ib_copy_qp_attr_to_user +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x8979883f uverbs_uobject_put +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x89e56ebd ib_umem_get_peer +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x8ae69b24 uverbs_idr_class +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x8eef61b3 ib_umem_dmabuf_unmap_pages +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x9b8f4eb9 ib_copy_ah_attr_to_user +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xb51dd862 ib_umem_release +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xb6f938aa ib_uverbs_get_ucontext_file +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xbb4f132d ib_umem_odp_alloc_implicit +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xbde5c050 ib_unregister_peer_memory_client +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xc0df48bb ib_umem_dmabuf_map_pages +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xcba612ed ib_umem_odp_release +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xcc143608 _uverbs_get_const_unsigned +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xce370cfb ib_umem_activate_invalidation_notifier +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xceb5e74e ib_umem_odp_map_dma_and_lock +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xd8bc2444 ib_register_peer_memory_client +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xdaa665d3 flow_resources_add +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xdec7fbc8 ib_umem_odp_alloc_child +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xf322a576 uverbs_get_flags32 +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xf416d059 ib_umem_dmabuf_get +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x17f45c7b iw_create_cm_id +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x4628989d iw_cm_reject +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x5717f04b iw_cm_disconnect +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x77f675cc iw_cm_listen +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x797d347a iw_cm_connect +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xaf39dfbf iw_destroy_cm_id +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xc2b7a251 iw_cm_init_qp_attr +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xf3df871f iwcm_reject_msg +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xf5611406 iw_cm_accept +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x001b60ea rdma_consumer_reject_data +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x1308801a rdma_create_qp +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x16c5da2d rdma_listen +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x1d899ca5 rdma_set_min_rnr_timer +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x1da44b91 rdma_unlock_handler +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x2779cd13 rdma_destroy_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x32958193 rdma_connect_ece +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x371b4715 rdma_connect_locked +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x410aa9c2 rdma_set_reuseaddr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x4ff88b78 rdma_reject_msg +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x51e0c380 rdma_notify +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x56167644 rdma_res_to_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x60a5b5db rdma_read_gids +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x66d155b7 rdma_set_service_type +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x67674eb0 rdma_accept_ece +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x6a5e0bc6 rdma_get_service_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x7188fa70 rdma_accept +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x72f55f8d rdma_disconnect +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x87f07b1d rdma_resolve_addr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x89da3864 rdma_connect +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x907df803 rdma_event_msg +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x91f653c7 rdma_iw_cm_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x93d7e964 rdma_create_user_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x97806e49 rdma_init_qp_attr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x9dfd2f78 __rdma_create_kernel_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xb74abb1b rdma_join_multicast +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xbd1f5a4a rdma_lock_handler +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xce98cf69 rdma_bind_addr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xda6af896 rdma_destroy_qp +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xde01bcff rdma_leave_multicast +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xdf2a3f5e rdma_set_ack_timeout +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xf084ddea rdma_set_afonly +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xf4c1fcfa rdma_reject +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xf829a5dd rdma_set_ib_path +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xf915df73 rdma_resolve_route +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-client 0x3c189a42 rtrs_clt_put_permit +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-client 0x636daa9d rtrs_clt_open +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-client 0x6bc22320 rtrs_clt_request +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-client 0x8100f783 rtrs_clt_rdma_cq_direct +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-client 0x8fa77598 rtrs_clt_close +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-client 0xaf58442d rtrs_clt_get_permit +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-client 0xefbeeaf7 rtrs_clt_query +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-core 0x09f24168 rtrs_rdma_dev_pd_deinit +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-core 0x3497aa17 rtrs_ib_dev_find_or_add +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-core 0x67029a33 rtrs_addr_to_sockaddr +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-core 0x8d74e6c1 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 0xc1dbbb52 rtrs_rdma_dev_pd_init +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-core 0xe0f9c582 sockaddr_to_str +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-server 0x2dc534f6 rtrs_srv_open +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-server 0x4608c432 rtrs_srv_close +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-server 0x4d475124 rtrs_srv_get_path_name +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-server 0x6bce9c00 rtrs_srv_get_queue_depth +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-server 0xe08ab471 rtrs_srv_set_sess_priv +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-server 0xeeda7450 rtrs_srv_resp_rdma +EXPORT_SYMBOL drivers/input/gameport/gameport 0x1f2ddc0e gameport_start_polling +EXPORT_SYMBOL drivers/input/gameport/gameport 0x392a4981 gameport_unregister_driver +EXPORT_SYMBOL drivers/input/gameport/gameport 0x3a66df79 gameport_open +EXPORT_SYMBOL drivers/input/gameport/gameport 0x62bf332f gameport_stop_polling +EXPORT_SYMBOL drivers/input/gameport/gameport 0x66bc78b9 gameport_unregister_port +EXPORT_SYMBOL drivers/input/gameport/gameport 0x8ad827b7 __gameport_register_port +EXPORT_SYMBOL drivers/input/gameport/gameport 0x97aaa8ac __gameport_register_driver +EXPORT_SYMBOL drivers/input/gameport/gameport 0xc193b5d7 gameport_close +EXPORT_SYMBOL drivers/input/gameport/gameport 0xeec62617 gameport_set_phys +EXPORT_SYMBOL drivers/input/joystick/iforce/iforce 0x04e44739 iforce_init_device +EXPORT_SYMBOL drivers/input/joystick/iforce/iforce 0x3a931e33 iforce_process_packet +EXPORT_SYMBOL drivers/input/joystick/iforce/iforce 0xe80be812 iforce_send_packet +EXPORT_SYMBOL drivers/input/matrix-keymap 0xe330cf93 matrix_keypad_build_keymap +EXPORT_SYMBOL drivers/input/misc/ad714x 0x53211c03 ad714x_disable +EXPORT_SYMBOL drivers/input/misc/ad714x 0xd4b5dcaf ad714x_enable +EXPORT_SYMBOL drivers/input/misc/ad714x 0xdf9204dc ad714x_probe +EXPORT_SYMBOL drivers/input/misc/cma3000_d0x 0x892d76b2 cma3000_resume +EXPORT_SYMBOL drivers/input/misc/cma3000_d0x 0x89d9444e cma3000_exit +EXPORT_SYMBOL drivers/input/misc/cma3000_d0x 0x9107ebc4 cma3000_init +EXPORT_SYMBOL drivers/input/misc/cma3000_d0x 0xca3f100a cma3000_suspend +EXPORT_SYMBOL drivers/input/rmi4/rmi_core 0xd4af9563 rmi_unregister_transport_device +EXPORT_SYMBOL drivers/input/sparse-keymap 0x17560b07 sparse_keymap_setup +EXPORT_SYMBOL drivers/input/sparse-keymap 0xa51ac902 sparse_keymap_entry_from_scancode +EXPORT_SYMBOL drivers/input/sparse-keymap 0xa8cf0f78 sparse_keymap_report_entry +EXPORT_SYMBOL drivers/input/sparse-keymap 0xc87de1a1 sparse_keymap_report_event +EXPORT_SYMBOL drivers/input/sparse-keymap 0xda03235c sparse_keymap_entry_from_keycode +EXPORT_SYMBOL drivers/input/touchscreen/ad7879 0x323d5eaf ad7879_pm_ops +EXPORT_SYMBOL drivers/input/touchscreen/ad7879 0xdc426446 ad7879_probe +EXPORT_SYMBOL drivers/interconnect/qcom/icc-smd-rpm 0x043bba67 qnoc_remove +EXPORT_SYMBOL drivers/interconnect/qcom/icc-smd-rpm 0x2a819eb2 qnoc_probe +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x1062a247 detach_capi_ctr +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x63ba3588 capi_ctr_down +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xb8be05c3 capi_ctr_handle_message +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xc0906970 attach_capi_ctr +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xc68e6588 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 0x1765bd9e mISDNisac_irq +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNipac 0x7842a463 mISDNipac_init +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNipac 0x963e2ab3 mISDNisac_init +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNipac 0x9f8bd76e mISDNipac_irq +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNisar 0x51dea259 mISDNisar_init +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNisar 0x58b0e59e mISDNisar_irq +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x03a68066 mISDN_FsmRestartTimer +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x070face2 mISDNDevName4ch +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x07f98201 mISDN_register_Bprotocol +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x16473701 get_next_dframe +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x189f48ab get_next_bframe +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x21cfdbc1 recv_Dchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x2348cc3c mISDN_FsmFree +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x242b312e mISDN_register_device +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x243f69cb recv_Bchannel_skb +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 0x3afa639b mISDN_unregister_device +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x3c7932b6 mISDN_initdchannel +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 0x59407c8a bchannel_get_rxbuf +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x6047df40 mISDN_FsmInitTimer +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x74360083 mISDN_initbchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x757ffceb dchannel_senddata +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x9c928457 mISDN_FsmNew +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xa62f66dd mISDN_clear_bchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xa6ad6ecc queue_ch_frame +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xb21bad54 mISDN_freebchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xba76b6ff mISDN_freedchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xbcdb9409 bchannel_senddata +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xc3401729 mISDN_register_clock +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xcb3a2175 create_l1 +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xcce6d14c recv_Echannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xd285995f mISDN_clock_get +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xd5145151 mISDN_FsmEvent +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xdabbfd61 recv_Dchannel_skb +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xe35d0082 mISDN_ctrl_bchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xe8f617eb mISDN_unregister_clock +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xf32d926a recv_Bchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xf7e5d0dc 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 0x551da41e 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 0xd0b7dbdb ti_lmu_common_get_brt_res +EXPORT_SYMBOL drivers/mailbox/mtk-cmdq-mailbox 0x29e7989b cmdq_get_shift_pa +EXPORT_SYMBOL drivers/mailbox/omap-mailbox 0x0681d0d2 omap_mbox_request_channel +EXPORT_SYMBOL drivers/mailbox/omap-mailbox 0xbf13049b omap_mbox_disable_irq +EXPORT_SYMBOL drivers/mailbox/omap-mailbox 0xe08b3571 omap_mbox_enable_irq +EXPORT_SYMBOL drivers/md/dm-log 0x13d66b00 dm_dirty_log_destroy +EXPORT_SYMBOL drivers/md/dm-log 0x9cd82322 dm_dirty_log_type_register +EXPORT_SYMBOL drivers/md/dm-log 0xb9021fc0 dm_dirty_log_create +EXPORT_SYMBOL drivers/md/dm-log 0xfa10a934 dm_dirty_log_type_unregister +EXPORT_SYMBOL drivers/md/dm-snapshot 0x026c8191 dm_exception_store_destroy +EXPORT_SYMBOL drivers/md/dm-snapshot 0x74e2cd9f dm_exception_store_create +EXPORT_SYMBOL drivers/md/dm-snapshot 0xf103676f dm_snap_origin +EXPORT_SYMBOL drivers/md/dm-snapshot 0xf91471ee dm_exception_store_type_register +EXPORT_SYMBOL drivers/md/dm-snapshot 0xf999cf12 dm_exception_store_type_unregister +EXPORT_SYMBOL drivers/md/dm-snapshot 0xfc3dbaf2 dm_snap_cow +EXPORT_SYMBOL drivers/md/raid456 0x35363774 raid5_set_cache_size +EXPORT_SYMBOL drivers/md/raid456 0xca0be240 r5c_journal_mode_set +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x04824c28 flexcop_eeprom_check_mac_addr +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x314269b3 flexcop_i2c_request +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x68cecfbd flexcop_dump_reg +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x82b3275c flexcop_pass_dmx_data +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x8886c31d flexcop_device_kmalloc +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x93a6b029 flexcop_sram_set_dest +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xaa07f92a flexcop_device_initialize +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xad869031 flexcop_wan_set_speed +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xb40e4750 flexcop_pass_dmx_packets +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xcea4bc74 flexcop_device_exit +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xe7037f99 flexcop_pid_feed_control +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xfbbd3ab8 flexcop_sram_ctrl +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xfcc2e091 flexcop_device_kfree +EXPORT_SYMBOL drivers/media/common/cx2341x 0x00c5072c cx2341x_ext_ctrls +EXPORT_SYMBOL drivers/media/common/cx2341x 0x0f6dff3e cx2341x_handler_setup +EXPORT_SYMBOL drivers/media/common/cx2341x 0x15ac1bd0 cx2341x_ctrl_query +EXPORT_SYMBOL drivers/media/common/cx2341x 0x28240e61 cx2341x_ctrl_get_menu +EXPORT_SYMBOL drivers/media/common/cx2341x 0x55aa7c5f cx2341x_mpeg_ctrls +EXPORT_SYMBOL drivers/media/common/cx2341x 0x7b4dd2cb cx2341x_fill_defaults +EXPORT_SYMBOL drivers/media/common/cx2341x 0xa9c34b9c cx2341x_handler_set_50hz +EXPORT_SYMBOL drivers/media/common/cx2341x 0xb3506b3b cx2341x_handler_set_busy +EXPORT_SYMBOL drivers/media/common/cx2341x 0xd901c590 cx2341x_handler_init +EXPORT_SYMBOL drivers/media/common/cx2341x 0xdbc5583a cx2341x_update +EXPORT_SYMBOL drivers/media/common/cx2341x 0xe1fe1432 cx2341x_log_status +EXPORT_SYMBOL drivers/media/common/cypress_firmware 0xa3daef23 cypress_load_firmware +EXPORT_SYMBOL drivers/media/common/ttpci-eeprom 0x693e74ba ttpci_eeprom_decode_mac +EXPORT_SYMBOL drivers/media/common/ttpci-eeprom 0xb3166118 ttpci_eeprom_parse_mac +EXPORT_SYMBOL drivers/media/common/tveeprom 0x0dbf0296 tveeprom_hauppauge_analog +EXPORT_SYMBOL drivers/media/common/tveeprom 0xf1656a56 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 0x49252574 vb2_buffer_in_use +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-common 0x7fe32d35 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 0x23124b33 vb2_dvb_register_bus +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-dvb 0x61771c7b vb2_dvb_get_frontend +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-dvb 0x7894c66a vb2_dvb_find_frontend +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-dvb 0x84059ba2 vb2_dvb_alloc_frontend +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-dvb 0x8fccecb8 vb2_dvb_unregister_bus +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-dvb 0xe137899c 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 0x98c243e5 vb2_querybuf +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x024fcc07 dvb_ca_en50221_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x07b049f2 dvb_register_frontend +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x08733236 intlog10 +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x1609d70c dvb_ringbuffer_flush +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x1b727c52 dvb_device_get +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x1dd57426 dvb_dmxdev_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x1e7a8283 dvb_ringbuffer_read +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x214d5b4e dvb_ringbuffer_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x2c12c287 dvb_ringbuffer_empty +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x2e5b0602 dvb_unregister_frontend +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x38937d80 dvb_register_adapter +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x3b93d71a dvb_frontend_sleep_until +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x3f8241d5 dvb_ca_en50221_frda_irq +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x3fd96ba7 dvb_ringbuffer_flush_spinlock_wakeup +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x42d15a1b dvb_ringbuffer_write_user +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x5f2b1d95 intlog2 +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x6a1e04c5 dvb_frontend_resume +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x6c31ad93 dvb_net_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x72536a19 dvb_dmxdev_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 0x842b5c2a dvb_generic_open +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x85197c04 dvb_ca_en50221_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x8704a03d dvb_ca_en50221_camready_irq +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x989a4a69 dvb_dmx_swfilter_raw +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x99c005ee dvb_frontend_suspend +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x9d6cfe6a dvb_frontend_detach +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x9dd4bb26 dvb_generic_ioctl +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x9ff00cfa dvb_register_device +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xafb2f18c dvb_unregister_adapter +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 0xcef2601b dvb_unregister_device +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xd7a1edab dvb_dmx_swfilter_packets +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xda195af8 dvb_generic_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xdb13b8ed dvb_remove_device +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xe7367529 dvb_dmx_swfilter_204 +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xe85daaa5 dvb_ca_en50221_camchange_irq +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xf4bcaabb dvb_frontend_reinitialise +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xfad8aebe dvb_net_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xfe73d116 dvb_ringbuffer_free +EXPORT_SYMBOL drivers/media/dvb-frontends/ascot2e 0x82354938 ascot2e_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/atbm8830 0x65379733 atbm8830_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x053e1d47 au8522_analog_i2c_gate_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x2eb0e235 au8522_sleep +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x3b82e00a au8522_writereg +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x5c47e099 au8522_release_state +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x6d5e734c au8522_get_state +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0xafec679f au8522_readreg +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0xd8c321bb au8522_i2c_gate_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0xd8f58d2e au8522_init +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0xf2417e95 au8522_led_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_dig 0x98db2235 au8522_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/bcm3510 0x5b19ddb5 bcm3510_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx22700 0x9a024641 cx22700_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx22702 0x99585fd4 cx22702_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24110 0x81120c2e cx24110_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24113 0x70482e9b cx24113_agc_callback +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24113 0x9ad877aa cx24113_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24116 0x48f9bba4 cx24116_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24120 0x48e815eb cx24120_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24123 0xce975621 cx24123_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24123 0xf2fc6406 cx24123_get_tuner_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/cxd2820r 0x34792a1c cxd2820r_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cxd2841er 0x4533a8b6 cxd2841er_attach_s +EXPORT_SYMBOL drivers/media/dvb-frontends/cxd2841er 0xf07f22a9 cxd2841er_attach_t_c +EXPORT_SYMBOL drivers/media/dvb-frontends/cxd2880/cxd2880 0x74518220 cxd2880_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0x1bc11aab dib0070_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0x99c86ba2 dib0070_ctrl_agc_filter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0xa0ba2831 dib0070_get_rf_output +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0xd1a7fdb0 dib0070_set_rf_output +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0xe34497da dib0070_wbd_offset +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x1d80fa5d dib0090_pwm_gain_reset +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x1d882588 dib0090_update_rframp_7090 +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x1eb36c54 dib0090_register +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x3a2493b6 dib0090_get_wbd_target +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x3d42b322 dib0090_dcc_freq +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x6ba1bb72 dib0090_get_current_gain +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x81188a69 dib0090_fw_register +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x82dee1fc dib0090_set_dc_servo +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xa44d2b25 dib0090_get_wbd_offset +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xaf8384f7 dib0090_gain_control +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xd2d42b8e dib0090_update_tuning_table_7090 +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xec8a0d69 dib0090_set_vga +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xf06d602f dib0090_set_switch +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xf94d4181 dib0090_get_tune_state +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xfbcf3a6d dib0090_set_tune_state +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mb 0xdffd6550 dib3000mb_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0x35fbbd6b dib3000mc_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0x56f17692 dib3000mc_set_config +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0x5ab6aba4 dib3000mc_get_tuner_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0x8dba4da8 dib3000mc_pid_control +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0xc86e5055 dib3000mc_pid_parse +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0xe524828f dib3000mc_i2c_enumeration +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000m 0x69d2f788 dib7000m_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000m 0xa2e52b02 dib7000m_get_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000m 0xb036955b dib7000m_pid_filter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000m 0xb24d315a dib7000m_pid_filter_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0xfae6492b dib7000p_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x2650c35f dib8000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0x112987b3 dib9000_get_tuner_interface +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0x2e014333 dib9000_fw_pid_filter_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0x3914de77 dib9000_fw_pid_filter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0x41169ef4 dib9000_get_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0x66dcf3cc dib9000_i2c_enumeration +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0x74d05e2d dib9000_fw_set_component_bus_speed +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0x887f33ef dib9000_set_gpio +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0x8a74e5d4 dib9000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0xbba7203e dib9000_get_component_bus_interface +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0xd39319b8 dib9000_firmware_post_pll_init +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0xe7042e86 dib9000_get_slave_frontend +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0xe905e6ba dib9000_set_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0xecd1f584 dib9000_set_slave_frontend +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0x3ddb580c dibx000_i2c_set_speed +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0x518098d9 dibx000_init_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0xb646b2db dibx000_reset_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0xc2cb819a dibx000_get_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0xf7449ebf dibx000_exit_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/drx39xyj/drx39xyj 0x4be3bfe6 drx39xxj_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/drxd 0xba1676cd drxd_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/drxk 0x0f0cb5ca drxk_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/ds3000 0x25632599 ds3000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dvb-pll 0xef7f1005 dvb_pll_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dvb_dummy_fe 0x4af1cc4f dvb_dummy_fe_qpsk_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dvb_dummy_fe 0x7bb1e3dc dvb_dummy_fe_qam_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dvb_dummy_fe 0xe13fe827 dvb_dummy_fe_ofdm_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/ec100 0x74e38c59 ec100_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/helene 0x570fcdb4 helene_attach_s +EXPORT_SYMBOL drivers/media/dvb-frontends/helene 0x6fc95fcc helene_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/horus3a 0x3da72333 horus3a_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/isl6405 0xb661ef36 isl6405_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/isl6421 0x5b004f0c isl6421_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/isl6423 0xbd341053 isl6423_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/itd1000 0x18bef8e2 itd1000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/ix2505v 0x7a80f9ed ix2505v_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/l64781 0x48a63350 l64781_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lg2160 0xf768b3d7 lg2160_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lgdt3305 0x6b5af202 lgdt3305_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lgdt3306a 0xcaa95ddd lgdt3306a_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lgdt330x 0xe446f26e lgdt330x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lgs8gl5 0xc3fa5acd lgs8gl5_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lgs8gxx 0xd45ffaa4 lgs8gxx_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lnbh25 0x8ccda684 lnbh25_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lnbh29 0xcb156536 lnbh29_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lnbp21 0x4dfea911 lnbp21_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lnbp21 0xd9fa1e80 lnbh24_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lnbp22 0x580d4303 lnbp22_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/m88ds3103 0x5c24acab m88ds3103_get_agc_pwm +EXPORT_SYMBOL drivers/media/dvb-frontends/m88ds3103 0x9118313d m88ds3103_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/m88rs2000 0xd7d1a70f m88rs2000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/mb86a16 0x3b0d0651 mb86a16_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/mb86a20s 0x6a5f3247 mb86a20s_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/mt312 0x38684d48 mt312_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/mt352 0xa5f4c98b mt352_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/nxt200x 0x8b1286d4 nxt200x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/nxt6000 0x35809da7 nxt6000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/or51132 0x69a1f608 or51132_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/or51211 0x607d4a8a or51211_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/s5h1409 0x8490c70c s5h1409_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/s5h1411 0xc74261e5 s5h1411_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/s5h1420 0x40cc482b s5h1420_get_tuner_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/s5h1420 0xd9147f05 s5h1420_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/s5h1432 0xc9f34c39 s5h1432_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/s921 0x6cd21ceb s921_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/si21xx 0x97b3935e si21xx_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/sp887x 0x6318b839 sp887x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stb0899 0x21abe33b stb0899_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stb6000 0x895d0a50 stb6000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stb6100 0x36aa52cc stb6100_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0288 0x3af4da77 stv0288_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0297 0x670b3b5f stv0297_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0299 0x6e6537cd stv0299_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0367 0x1f632e2d stv0367cab_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0367 0x9e51d440 stv0367ter_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0367 0xaea1ca7a stv0367ddb_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0900 0xf3a8fd4d stv0900_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv090x 0x1f6df8cb stv090x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv6110 0x2b90b59e stv6110_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv6110x 0xc0cdfa77 stv6110x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda10021 0xb4d2c630 tda10021_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda10023 0x471d1365 tda10023_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda10048 0x995d3191 tda10048_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda1004x 0x93e0ddc2 tda10045_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda1004x 0xa86dc2b6 tda10046_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda10086 0x87d9cfdc tda10086_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda665x 0x3931af55 tda665x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda8083 0xf503b207 tda8083_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda8261 0x0e1a6ce1 tda8261_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda826x 0xbedd1879 tda826x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/ts2020 0x8d973458 ts2020_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tua6100 0x1b913ab4 tua6100_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/ves1820 0x6e039254 ves1820_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/ves1x93 0x7fe00900 ves1x93_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/zd1301_demod 0x0214a4f7 zd1301_demod_get_dvb_frontend +EXPORT_SYMBOL drivers/media/dvb-frontends/zd1301_demod 0x1a4ad27d zd1301_demod_get_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/zl10036 0xf1d319f8 zl10036_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/zl10039 0xfcf49482 zl10039_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/zl10353 0xb0f01483 zl10353_attach +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x60aec1ce flexcop_dma_config +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0xa5684440 flexcop_dma_allocate +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0xaaf4a339 flexcop_dma_config_timer +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0xdcc909dd flexcop_dma_control_timer_irq +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0xfb28854a flexcop_dma_control_size_irq +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0xfbb58f39 flexcop_dma_free +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0xfda54e55 flexcop_dma_xfer_control +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0x65695bcf bt878_device_control +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0xd5d0bdef bt878_num +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0xdf8e2b74 bt878_stop +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0xe1ae0a84 bt878 +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0xfa5bb8ea bt878_start +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0x11dc4b6d bttv_gpio_enable +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0x266368f8 bttv_sub_register +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0x425b0383 bttv_sub_unregister +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0x471db2d2 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 0x19e082d2 rdc_reset_state +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x43a983fd dst_check_sum +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x5c0f8ac5 dst_wait_dst_ready +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x796020cd dst_comm_init +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x798b21ff dst_attach +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x7cf763be write_dst +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x87c4d0a4 dst_pio_disable +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x89594c1a dst_error_bailout +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x8ce1ef2a dst_error_recovery +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0xb99441e0 read_dst +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst_ca 0xe821c29c dst_ca_attach +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x2cdea06d cx18_reset_ir_gpio +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x2e7237d9 cx18_claim_stream +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x62d6e4e6 cx18_ext_init +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x96b97cf7 cx18_release_stream +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0xd9d6e3fb cx18_start_v4l2_encode_stream +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0xe30572db 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 0x15f52b2a cx25821_risc_databuffer_audio +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x2a31bb5c cx25821_sram_channel_setup_audio +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x44b517f5 cx25821_print_irqbits +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x4fdc52eb cx25821_sram_channel_dump_audio +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x6f65a634 cx25821_dev_unregister +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x715c7df4 cx25821_riscmem_alloc +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x9a3021e8 cx25821_set_gpiopin_direction +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0xa4292a85 cx25821_dev_get +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0xe9050411 cx25821_sram_channels +EXPORT_SYMBOL drivers/media/pci/cx88/cx88-vp3054-i2c 0xaa2c9253 vp3054_i2c_remove +EXPORT_SYMBOL drivers/media/pci/cx88/cx88-vp3054-i2c 0xf7da6c6b vp3054_i2c_probe +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0x19c7f2ea cx88_video_mux +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0x2f75ae24 cx88_enum_input +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0x367c5193 cx88_set_freq +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0x3c068e5d cx88_querycap +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x3f23ddc7 cx8802_cancel_buffers +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x40e15e5b cx8802_buf_queue +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x7d620b5f cx8802_unregister_driver +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x9fc0f0c7 cx8802_get_driver +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0xb8fde18b cx8802_start_dma +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0xc98b8aeb cx8802_register_driver +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0xd2887522 cx8802_buf_prepare +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x09912c2f cx88_risc_buffer +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x19fdfe1f cx88_core_get +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x20cbd775 cx88_risc_databuffer +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x267bd099 cx88_newstation +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x28d10d9c cx88_set_scale +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x341486b9 cx88_get_stereo +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x3ec6aec9 cx88_set_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 0x62829eb5 cx88_shutdown +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x6395ad53 cx88_sram_channel_setup +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x6a87e876 cx88_dsp_detect_stereo_sap +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x6d38f998 cx88_core_put +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x74a77fa3 cx88_set_tvaudio +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x7793ebda cx88_vdev_init +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x7cfa33cb cx88_wakeup +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x88cd49ee 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 0x90df9c97 cx88_ir_stop +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xa86b4d0e cx88_core_irq +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xcc3be624 cx88_sram_channel_dump +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xe522edff cx88_set_tvnorm +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xfb5e9cf6 cx88_reset +EXPORT_SYMBOL drivers/media/pci/ddbridge/ddbridge-dummy-fe 0x9744c8f1 ddbridge_dummy_fe_qam_attach +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x003d72bb ivtv_start_v4l2_encode_stream +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x14f67530 ivtv_debug +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x15fe28d9 ivtv_stop_v4l2_encode_stream +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x2951041d ivtv_udma_alloc +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x3166ff06 ivtv_set_irq_mask +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x43512b90 ivtv_release_stream +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x63ec6459 ivtv_firmware_check +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x713aca33 ivtv_init_on_first_open +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x7b9ce630 ivtv_udma_setup +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xa5bc6fe8 ivtv_claim_stream +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xa94dfae4 ivtv_api +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xaddf5647 ivtv_clear_irq_mask +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xb1c34c3b ivtv_vapi +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xc99937dc ivtv_reset_ir_gpio +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xd18b1d28 ivtv_vapi_result +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xd37ddedd ivtv_udma_prepare +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xdf5930af ivtv_ext_init +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xe05d9c14 ivtv_udma_unmap +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x04e83446 saa7134_tuner_callback +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x065e6da1 saa7134_dmasound_init +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x1211df5d saa7134_devlist +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x236c2c82 saa7134_pgtable_alloc +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x2ad965bc saa7134_set_gpio +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x4a063bf8 saa_dsp_writel +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x52039a68 saa7134_set_dmabits +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x53c9f98a saa7134_tvaudio_setmute +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x664c9d99 saa7134_pgtable_build +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x730c4be3 saa7134_boards +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x7f68c76e saa7134_devlist_lock +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x96813696 saa7134_ts_register +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x97da6ce2 saa7134_pgtable_free +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xb8a8399e saa7134_dmasound_exit +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xcbfd1774 saa7134_ts_unregister +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 0x03c38757 csc_create +EXPORT_SYMBOL drivers/media/platform/ti/vpe/ti-csc 0x5a147a4a csc_set_coeff_bypass +EXPORT_SYMBOL drivers/media/platform/ti/vpe/ti-csc 0x8ab98cb0 csc_set_coeff +EXPORT_SYMBOL drivers/media/platform/ti/vpe/ti-csc 0xc26e63ee csc_dump_regs +EXPORT_SYMBOL drivers/media/platform/ti/vpe/ti-sc 0x4a45275e sc_dump_regs +EXPORT_SYMBOL drivers/media/platform/ti/vpe/ti-sc 0x6990370d sc_set_vs_coeffs +EXPORT_SYMBOL drivers/media/platform/ti/vpe/ti-sc 0xab99c8a2 sc_set_hs_coeffs +EXPORT_SYMBOL drivers/media/platform/ti/vpe/ti-sc 0xb1bb4f1d sc_create +EXPORT_SYMBOL drivers/media/platform/ti/vpe/ti-sc 0xce15a068 sc_config_scaler +EXPORT_SYMBOL drivers/media/platform/ti/vpe/ti-vpdma 0x01d4c41b vpdma_update_dma_addr +EXPORT_SYMBOL drivers/media/platform/ti/vpe/ti-vpdma 0x07464bcf vpdma_add_cfd_block +EXPORT_SYMBOL drivers/media/platform/ti/vpe/ti-vpdma 0x0e6f07a1 vpdma_submit_descs +EXPORT_SYMBOL drivers/media/platform/ti/vpe/ti-vpdma 0x1521a081 vpdma_set_bg_color +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 0x217aea04 vpdma_set_line_mode +EXPORT_SYMBOL drivers/media/platform/ti/vpe/ti-vpdma 0x2b790179 vpdma_hwlist_alloc +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 0x3b3f4afb vpdma_create_desc_list +EXPORT_SYMBOL drivers/media/platform/ti/vpe/ti-vpdma 0x45653514 vpdma_set_frame_start_event +EXPORT_SYMBOL drivers/media/platform/ti/vpe/ti-vpdma 0x49293b26 vpdma_yuv_fmts +EXPORT_SYMBOL drivers/media/platform/ti/vpe/ti-vpdma 0x50ec40af vpdma_rgb_fmts +EXPORT_SYMBOL drivers/media/platform/ti/vpe/ti-vpdma 0x5723634d vpdma_enable_list_complete_irq +EXPORT_SYMBOL drivers/media/platform/ti/vpe/ti-vpdma 0x60708dc6 vpdma_raw_fmts +EXPORT_SYMBOL drivers/media/platform/ti/vpe/ti-vpdma 0x64752154 vpdma_dump_regs +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 0x7db87702 vpdma_list_busy +EXPORT_SYMBOL drivers/media/platform/ti/vpe/ti-vpdma 0x986734b1 vpdma_get_list_stat +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 0xa0b7eb41 vpdma_map_desc_buf +EXPORT_SYMBOL drivers/media/platform/ti/vpe/ti-vpdma 0xa43e65da vpdma_get_list_mask +EXPORT_SYMBOL drivers/media/platform/ti/vpe/ti-vpdma 0xa88edbc2 vpdma_create +EXPORT_SYMBOL drivers/media/platform/ti/vpe/ti-vpdma 0xc80e8807 vpdma_set_max_size +EXPORT_SYMBOL drivers/media/platform/ti/vpe/ti-vpdma 0xc95394f0 vpdma_hwlist_get_priv +EXPORT_SYMBOL drivers/media/platform/ti/vpe/ti-vpdma 0xcc78bec4 vpdma_rawchan_add_out_dtd +EXPORT_SYMBOL drivers/media/platform/ti/vpe/ti-vpdma 0xce7d633b vpdma_list_cleanup +EXPORT_SYMBOL drivers/media/platform/ti/vpe/ti-vpdma 0xd0aeae6a vpdma_add_out_dtd +EXPORT_SYMBOL drivers/media/platform/ti/vpe/ti-vpdma 0xebbec4fb vpdma_alloc_desc_buf +EXPORT_SYMBOL drivers/media/platform/ti/vpe/ti-vpdma 0xf42107f5 vpdma_unmap_desc_buf +EXPORT_SYMBOL drivers/media/platform/ti/vpe/ti-vpdma 0xf8036892 vpdma_clear_list_stat +EXPORT_SYMBOL drivers/media/platform/ti/vpe/ti-vpdma 0xf82483c6 vpdma_reset_desc_list +EXPORT_SYMBOL drivers/media/platform/ti/vpe/ti-vpdma 0xfa0183ed vpdma_hwlist_release +EXPORT_SYMBOL drivers/media/radio/tea575x 0x218a8adb snd_tea575x_g_tuner +EXPORT_SYMBOL drivers/media/radio/tea575x 0x33413817 snd_tea575x_hw_init +EXPORT_SYMBOL drivers/media/radio/tea575x 0x5146dcaf snd_tea575x_exit +EXPORT_SYMBOL drivers/media/radio/tea575x 0x5d6ba578 snd_tea575x_set_freq +EXPORT_SYMBOL drivers/media/radio/tea575x 0x6db83301 snd_tea575x_s_hw_freq_seek +EXPORT_SYMBOL drivers/media/radio/tea575x 0x8071b0d7 snd_tea575x_enum_freq_bands +EXPORT_SYMBOL drivers/media/radio/tea575x 0x990d7e10 snd_tea575x_init +EXPORT_SYMBOL drivers/media/rc/rc-core 0x005fb5d5 ir_raw_handler_register +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 0xaed11f21 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/fc0011 0xbc58dda2 fc0011_attach +EXPORT_SYMBOL drivers/media/tuners/fc0012 0x68841087 fc0012_attach +EXPORT_SYMBOL drivers/media/tuners/fc0013 0x4381c0ed fc0013_attach +EXPORT_SYMBOL drivers/media/tuners/fc0013 0x680a0a6e fc0013_rc_cal_reset +EXPORT_SYMBOL drivers/media/tuners/fc0013 0xe6acc548 fc0013_rc_cal_add +EXPORT_SYMBOL drivers/media/tuners/max2165 0xab3f0015 max2165_attach +EXPORT_SYMBOL drivers/media/tuners/mc44s803 0x1342d224 mc44s803_attach +EXPORT_SYMBOL drivers/media/tuners/mt2060 0x657ee224 mt2060_attach +EXPORT_SYMBOL drivers/media/tuners/mt2131 0x78e2702c mt2131_attach +EXPORT_SYMBOL drivers/media/tuners/mt2266 0x7110f44e mt2266_attach +EXPORT_SYMBOL drivers/media/tuners/mxl5005s 0x313b4c8b mxl5005s_attach +EXPORT_SYMBOL drivers/media/tuners/qt1010 0xdc06a74a qt1010_attach +EXPORT_SYMBOL drivers/media/tuners/tda18218 0x6ebb7aec tda18218_attach +EXPORT_SYMBOL drivers/media/tuners/tuner-types 0x4c48939e tuners +EXPORT_SYMBOL drivers/media/tuners/tuner-types 0xc2821775 tuner_count +EXPORT_SYMBOL drivers/media/tuners/xc2028 0xae59b7cf xc2028_attach +EXPORT_SYMBOL drivers/media/tuners/xc4000 0x4d64d80e xc4000_attach +EXPORT_SYMBOL drivers/media/tuners/xc5000 0x8c4a5ac2 xc5000_attach +EXPORT_SYMBOL drivers/media/usb/cx231xx/cx231xx 0x5e9c35e7 cx231xx_unregister_extension +EXPORT_SYMBOL drivers/media/usb/cx231xx/cx231xx 0xdf80621a cx231xx_register_extension +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x3eaa9082 dvb_usbv2_disconnect +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x61aa1413 dvb_usbv2_reset_resume +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x660cde68 dvb_usbv2_resume +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x74fb96fc dvb_usbv2_generic_rw_locked +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x88b9cfd5 dvb_usbv2_generic_write_locked +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0xd9f7253a dvb_usbv2_generic_rw +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0xddce02de dvb_usbv2_suspend +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0xeada3cca dvb_usbv2_generic_write +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0xf1e4fac6 dvb_usbv2_probe +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x3404e102 dvb_usb_generic_rw +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x57ab6228 dvb_usb_device_exit +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x65d933e3 dvb_usb_get_hexline +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x6620b719 dvb_usb_generic_write +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x8f73d07e usb_cypress_load_firmware +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x946078ec dvb_usb_nec_rc_key_to_event +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x9d0379d6 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 0x891814ab 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 0x21c1e7c0 dibusb_pid_filter +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x2328a766 dibusb_pid_filter_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x4b74d959 dibusb2_0_power_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x5db57c6b dibusb2_0_streaming_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x71e1556b 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 0x9decbf5f dibusb_i2c_algo +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xad43c23e dibusb_read_eeprom_byte +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xb70bedd7 dibusb_power_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xcb8e9cb2 dibusb_streaming_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-mc-common 0x01c9b893 dibusb_dib3000mc_frontend_attach +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-mc-common 0x41c9af64 dibusb_dib3000mc_tuner_attach +EXPORT_SYMBOL drivers/media/usb/em28xx/em28xx 0x206f6669 em28xx_register_extension +EXPORT_SYMBOL drivers/media/usb/em28xx/em28xx 0xebc13d4c em28xx_unregister_extension +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0x1fcc8cd2 go7007_boot_encoder +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0x3391054c go7007_snd_init +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0x3d33f2fc go7007_read_addr +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0x4dce1361 go7007_read_interrupt +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0x98c6d11d go7007_parse_video_stream +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0x9c43c932 go7007_alloc +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0xc9e04999 go7007_update_board +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0xe0df5fa9 go7007_snd_remove +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0xe22b2cbb go7007_register_encoder +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x3133b340 gspca_coarse_grained_expo_autogain +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x3c3cc0ca gspca_suspend +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x557ff140 gspca_frame_add +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x64927ea9 gspca_dev_probe +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x7501292f gspca_expo_autogain +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x9670af2c gspca_debug +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x9785050f gspca_dev_probe2 +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x9f81705a gspca_resume +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0xe1efcc32 gspca_disconnect +EXPORT_SYMBOL drivers/media/usb/ttusb-dec/ttusbdecfe 0x90805131 ttusbdecfe_dvbs_attach +EXPORT_SYMBOL drivers/media/usb/ttusb-dec/ttusbdecfe 0xbb4750fb ttusbdecfe_dvbt_attach +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-async 0x19008fc0 v4l2_async_nf_init +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-async 0x65f8b1a4 v4l2_async_unregister_subdev +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-async 0x966c5d91 v4l2_async_nf_register +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-async 0xa624b9cf v4l2_async_subdev_nf_register +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-async 0xae151be9 v4l2_async_register_subdev +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-async 0xf7e17b1e v4l2_async_nf_unregister +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 0x6794cdb1 v4l2_m2m_get_vq +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0x6876d734 v4l2_m2m_mmap +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0x814e3583 v4l2_m2m_buf_done_and_job_finish +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0xc19da9b2 v4l2_m2m_job_finish +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0xf626dd03 v4l2_m2m_suspend +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x0012a1a5 v4l2_g_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x015142a3 video_device_release +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x0614dd5a v4l2_video_std_frame_period +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x082737e8 v4l2_ctrl_merge +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x0ea61e1c v4l2_ctrl_poll +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x1082977f v4l2_querymenu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x123959a1 v4l2_type_names +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x148be88b v4l2_ctrl_handler_free +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x16244fe5 v4l2_prio_check +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x172e2f8a __v4l2_ctrl_s_ctrl_int64 +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x1902246b __v4l2_ctrl_s_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x19341ac0 v4l2_ctrl_request_complete +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x2342f1ae v4l2_prio_open +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x28b12cc9 v4l2_format_info +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x28c5f5bd __v4l2_ctrl_grab +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x2c15bbab v4l2_ctrl_type_op_init +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 0x370574cf v4l2_ctrl_radio_filter +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x3adbd595 v4l2_field_names +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x3bdd0f94 v4l2_prio_change +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x41ab87f5 v4l2_ctrl_activate +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x45f74951 v4l2_ctrl_handler_log_status +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x4950e70f v4l2_ctrl_new_fwnode_properties +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x5141efec v4l2_ctrl_subdev_subscribe_event +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x534b9f5d v4l2_ctrl_cluster +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x55cdaeb0 v4l2_ctrl_notify +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x59b0dbd0 v4l2_ctrl_type_op_validate +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x5fcb36bd v4l2_query_ext_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x62ecec99 v4l2_g_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x62f93f5f video_ioctl2 +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x655d4e0f v4l2_ctrl_request_setup +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x6c5b2d55 v4l2_ctrl_new_custom +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x72e8efac v4l2_s_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x77ef9756 v4l2_subdev_init +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x77f9f144 v4l2_s_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x7e97389f __v4l2_ctrl_s_ctrl_compound +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x8106095a v4l2_prio_max +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x82719a9f v4l2_ctrl_log_status +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x85328931 v4l2_try_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x85f58223 v4l2_ctrl_auto_cluster +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x89e3897d v4l2_ctrl_query_fill +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x8d5aec30 v4l2_ctrl_subscribe_event +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x8deb937d __v4l2_ctrl_modify_range +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x97ee5a29 v4l2_ctrl_new_std_menu_items +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x9c91a464 v4l2_ctrl_type_op_log +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x9fd03501 v4l2_ctrl_handler_init_class +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xa16c8201 v4l2_queryctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xaedb4ae0 v4l2_ctrl_fill +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xb09f5c4e __v4l2_ctrl_modify_dimensions +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xb3095973 v4l2_ctrl_new_std_compound +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xb46081e1 v4l2_ctrl_find +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 0xbde3d224 v4l2_ctrl_g_ctrl_int64 +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xc15bc693 __video_register_device +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xc906265d v4l2_ctrl_add_handler +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xca4e9ec8 v4l2_ctrl_handler_setup +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xccd6b0be video_unregister_device +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xcda04a5b v4l2_prio_close +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xcdf3e1bc video_devdata +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xd1366c16 v4l2_subdev_call_wrappers +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xd16d9c01 v4l2_ctrl_get_int_menu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xd5e5201a v4l2_ctrl_new_std +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xd8bc6bf5 v4l2_ctrl_g_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xe1cbdbd6 v4l2_ctrl_type_op_equal +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xe2b92059 v4l2_video_std_construct +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xea5947f4 v4l2_ctrl_new_int_menu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xf3251e7b v4l2_norm_to_name +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xf3bc3e7a __v4l2_ctrl_s_ctrl_string +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xf3f62bf9 video_device_release_empty +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xf50fecbc v4l2_ctrl_replace +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xf6e5ab7c v4l2_ctrl_subdev_log_status +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xfb03bac7 video_device_alloc +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xfb34ea40 v4l2_ctrl_sub_ev_ops +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xfdfa936a v4l2_ctrl_new_std_menu +EXPORT_SYMBOL drivers/memory/renesas-rpc-if 0x3c319d99 rpcif_dirmap_read +EXPORT_SYMBOL drivers/memory/renesas-rpc-if 0x4bb62b00 rpcif_sw_init +EXPORT_SYMBOL drivers/memory/renesas-rpc-if 0x814e3b8a rpcif_hw_init +EXPORT_SYMBOL drivers/memory/renesas-rpc-if 0xdbc40b84 rpcif_manual_xfer +EXPORT_SYMBOL drivers/memory/renesas-rpc-if 0xe1cfec44 rpcif_prepare +EXPORT_SYMBOL drivers/memstick/core/memstick 0x0f3db237 memstick_register_driver +EXPORT_SYMBOL drivers/memstick/core/memstick 0x17c0bc07 memstick_unregister_driver +EXPORT_SYMBOL drivers/memstick/core/memstick 0x2fbb1f38 memstick_remove_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0x43aab293 memstick_alloc_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0x4a4e5778 memstick_init_req_sg +EXPORT_SYMBOL drivers/memstick/core/memstick 0x51cb13f8 memstick_init_req +EXPORT_SYMBOL drivers/memstick/core/memstick 0x672971b5 memstick_resume_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0x7946e99b memstick_new_req +EXPORT_SYMBOL drivers/memstick/core/memstick 0xa20bba8a memstick_set_rw_addr +EXPORT_SYMBOL drivers/memstick/core/memstick 0xa942dc48 memstick_free_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0xbde434c1 memstick_suspend_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0xd5172d19 memstick_next_req +EXPORT_SYMBOL drivers/memstick/core/memstick 0xe90e5009 memstick_add_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0xf44fd76f memstick_detect_change +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x05ecb9d7 mpt_raid_phys_disk_pg0 +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x0b42c979 mpt_reset_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x33da2b2f mpt_event_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x502108d0 mpt_fwfault_debug +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x51f7943c mpt_GetIocState +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x5c2c5e84 mpt_suspend +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x610b257e mpt_reset_deregister +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x6273c607 mpt_detach +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x644dfda3 mpt_put_msg_frame_hi_pri +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x68c2fac5 mpt_send_handshake_request +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x74a0134a mpt_device_driver_deregister +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x7864add4 mpt_free_fw_memory +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x849ae8a0 mpt_device_driver_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x8e9f4155 mptbase_sas_persist_operation +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x981efe92 mpt_deregister +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x9a5dc4b3 mpt_findImVolumes +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xa0916bed mpt_halt_firmware +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xa5a184a3 mpt_print_ioc_summary +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xaaff260b mpt_resume +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xaba2723c mpt_verify_adapter +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xb16c3ec9 mpt_raid_phys_disk_get_num_paths +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xb9c759ba mpt_raid_phys_disk_pg1 +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xc69fe2f2 mpt_put_msg_frame +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xcc79bb9e mpt_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xcec8a8db mpt_set_taskmgmt_in_progress_flag +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xcf400919 mpt_get_msg_frame +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xd3623cf4 mpt_alloc_fw_memory +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xdb3ff27e mpt_attach +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 0xe9fda019 mpt_config +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xebdf8506 mpt_clear_taskmgmt_in_progress_flag +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xedcec325 mpt_free_msg_frame +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xef229021 mpt_HardResetHandler +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xf4ca2721 mpt_Soft_Hard_ResetHandler +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x030b6589 mptscsih_host_reset +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x062089fc mptscsih_remove +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x086853a4 mptscsih_change_queue_depth +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x09e9ac79 mptscsih_is_phys_disk +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x17a98a78 mptscsih_host_attr_groups +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x1a965410 mptscsih_slave_destroy +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x202f922f mptscsih_flush_running_cmds +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x22799c49 mptscsih_get_scsi_lookup +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x30e10085 mptscsih_qcmd +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x48ab2544 mptscsih_suspend +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x4a870175 mptscsih_event_process +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x4bc10fc0 mptscsih_show_info +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x52c97aa9 mptscsih_resume +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x546a09bd mptscsih_ioc_reset +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x6652c99d mptscsih_dev_reset +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x7933727c mptscsih_bus_reset +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x801b22f1 mptscsih_shutdown +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x89d91c84 mptscsih_bios_param +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x91cae974 mptscsih_io_done +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x93714256 mptscsih_slave_configure +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xad09102d mptscsih_abort +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xb6caef4e mptscsih_scandv_complete +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xcf0a5571 mptscsih_IssueTaskMgmt +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xd399620a mptscsih_info +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xdd9a515f mptscsih_taskmgmt_response_code +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xedf52729 mptscsih_taskmgmt_complete +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xf68f0ed7 mptscsih_raid_id_to_num +EXPORT_SYMBOL drivers/mfd/axp20x 0x1ede340e axp20x_device_probe +EXPORT_SYMBOL drivers/mfd/axp20x 0xcae1557a axp20x_device_remove +EXPORT_SYMBOL drivers/mfd/axp20x 0xef242659 axp20x_match_device +EXPORT_SYMBOL drivers/mfd/dln2 0x0d671d00 dln2_unregister_event_cb +EXPORT_SYMBOL drivers/mfd/dln2 0x1b32959c dln2_transfer +EXPORT_SYMBOL drivers/mfd/dln2 0xbded2f10 dln2_register_event_cb +EXPORT_SYMBOL drivers/mfd/htc-pasic3 0x6a6804b3 pasic3_read_register +EXPORT_SYMBOL drivers/mfd/htc-pasic3 0xf80b4e55 pasic3_write_register +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x00435ab4 mc13xxx_irq_mask +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x13753dd4 mc13xxx_unlock +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x312d2815 mc13xxx_irq_status +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x39d9b395 mc13xxx_reg_read +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x6a02403e mc13xxx_irq_unmask +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x6e6556fe mc13xxx_irq_request +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xca8bf721 mc13xxx_lock +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xdd1bbfb3 mc13xxx_reg_write +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xf465f5ec mc13xxx_get_flags +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xf7bbb37b mc13xxx_irq_free +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xf8e96c42 mc13xxx_reg_rmw +EXPORT_SYMBOL drivers/mfd/qcom-spmi-pmic 0x8874dbd6 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 0x07a59de1 wm1811_regmap_config +EXPORT_SYMBOL drivers/mfd/wm8994 0x37f7c9f1 wm8994_irq_exit +EXPORT_SYMBOL drivers/mfd/wm8994 0x508a68b2 wm8994_base_regmap_config +EXPORT_SYMBOL drivers/mfd/wm8994 0x7a34dd50 wm8994_irq_init +EXPORT_SYMBOL drivers/mfd/wm8994 0x98c79fcc wm8958_regmap_config +EXPORT_SYMBOL drivers/mfd/wm8994 0xaafd2455 wm8994_regmap_config +EXPORT_SYMBOL drivers/misc/ad525x_dpot 0x072181db ad_dpot_remove +EXPORT_SYMBOL drivers/misc/ad525x_dpot 0x9d93f9e0 ad_dpot_probe +EXPORT_SYMBOL drivers/misc/altera-stapl/altera-stapl 0x2fb85933 altera_init +EXPORT_SYMBOL drivers/misc/c2port/core 0x0dc3aaf5 c2port_device_register +EXPORT_SYMBOL drivers/misc/c2port/core 0x906a3b6a c2port_device_unregister +EXPORT_SYMBOL drivers/misc/tifm_core 0x046df02a tifm_alloc_device +EXPORT_SYMBOL drivers/misc/tifm_core 0x143b1d69 tifm_unmap_sg +EXPORT_SYMBOL drivers/misc/tifm_core 0x19874ba5 tifm_add_adapter +EXPORT_SYMBOL drivers/misc/tifm_core 0x2dddb633 tifm_free_adapter +EXPORT_SYMBOL drivers/misc/tifm_core 0x39f86aa1 tifm_queue_work +EXPORT_SYMBOL drivers/misc/tifm_core 0x77ca9aa3 tifm_map_sg +EXPORT_SYMBOL drivers/misc/tifm_core 0x7af1170f tifm_remove_adapter +EXPORT_SYMBOL drivers/misc/tifm_core 0x91d07e18 tifm_register_driver +EXPORT_SYMBOL drivers/misc/tifm_core 0xd45bdf4d tifm_unregister_driver +EXPORT_SYMBOL drivers/misc/tifm_core 0xe24551c3 tifm_alloc_adapter +EXPORT_SYMBOL drivers/misc/tifm_core 0xf30a3523 tifm_eject +EXPORT_SYMBOL drivers/misc/tifm_core 0xfdd0a8e5 tifm_has_ms_pif +EXPORT_SYMBOL drivers/misc/tifm_core 0xfdd2021a tifm_free_device +EXPORT_SYMBOL drivers/mmc/host/dw_mmc 0x96935481 dw_mci_runtime_resume +EXPORT_SYMBOL drivers/mmc/host/dw_mmc 0x9c96dd54 dw_mci_remove +EXPORT_SYMBOL drivers/mmc/host/dw_mmc 0x9fe41ae6 dw_mci_probe +EXPORT_SYMBOL drivers/mmc/host/dw_mmc 0xfbeb625e dw_mci_runtime_suspend +EXPORT_SYMBOL drivers/mmc/host/of_mmc_spi 0x18c9efb8 mmc_spi_get_pdata +EXPORT_SYMBOL drivers/mmc/host/of_mmc_spi 0xbb8ba614 mmc_spi_put_pdata +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0x274a630c cfi_build_cmd +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0x44eac69c cfi_fixup +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0x5f9b0b32 cfi_build_cmd_addr +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0x9a6d6cfc cfi_read_pri +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0xd860d14e cfi_varsize_frob +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0xf2f76d93 cfi_send_gen_cmd +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0xfcd0c09e cfi_merge_status +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0xff9fa623 cfi_udelay +EXPORT_SYMBOL drivers/mtd/chips/gen_probe 0xe8abd512 mtd_do_chip_probe +EXPORT_SYMBOL drivers/mtd/lpddr/lpddr_cmds 0xe7525c73 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 0x58e4a0ce of_mtk_ecc_get +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/onenand/onenand 0x44308301 onenand_addr +EXPORT_SYMBOL drivers/mtd/nand/onenand/onenand 0xdd12d408 flexonenand_region +EXPORT_SYMBOL drivers/mtd/nand/raw/denali 0x30db096f denali_calc_ecc_bytes +EXPORT_SYMBOL drivers/mtd/nand/raw/denali 0x65c25458 denali_remove +EXPORT_SYMBOL drivers/mtd/nand/raw/denali 0xe339e516 denali_init +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x0245141b arcnet_timeout +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x043f7685 arc_proto_default +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x0dbb0596 arc_bcast_proto +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x12365cf5 arcnet_close +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x6534792a arcnet_debug +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x89ce4081 alloc_arcdev +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x91be6396 arcnet_send_packet +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xa548e5bf arc_raw_proto +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xaaf00d5f arcnet_unregister_proto +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xecb730b0 arcnet_interrupt +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xf11437ac arcnet_open +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xf1260da5 free_arcdev +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xfd05b08c arc_proto_map +EXPORT_SYMBOL drivers/net/arcnet/com20020 0x3c36f94c com20020_check +EXPORT_SYMBOL drivers/net/arcnet/com20020 0xe156949c com20020_found +EXPORT_SYMBOL drivers/net/arcnet/com20020 0xf63372a7 com20020_netdev_ops +EXPORT_SYMBOL drivers/net/can/ctucanfd/ctucanfd 0xefc3e9f4 ctucan_suspend +EXPORT_SYMBOL drivers/net/can/ctucanfd/ctucanfd 0xf13c514f ctucan_probe_common +EXPORT_SYMBOL drivers/net/can/ctucanfd/ctucanfd 0xfc0464b8 ctucan_resume +EXPORT_SYMBOL drivers/net/can/dev/can-dev 0x13616946 can_eth_ioctl_hwts +EXPORT_SYMBOL drivers/net/can/dev/can-dev 0x328e4332 can_ethtool_op_get_ts_info_hwts +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x05c55d3f b53_fdb_dump +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x0ccedc03 b53_br_flags_pre +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x13575e14 b53_get_strings +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x26787d3e b53_eee_enable_set +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x280b49eb b53_br_leave +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x3797d8e4 b53_eee_init +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x38289ba9 b53_switch_alloc +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x3a2f9593 b53_vlan_add +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x41ea3d76 b53_brcm_hdr_setup +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x4525ce35 b53_switch_register +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x466aa898 b53_get_mac_eee +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x4f691f7a b53_phylink_mac_link_down +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x515f7366 b53_br_flags +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x5f25b099 b53_get_ethtool_stats +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x670914c9 b53_fdb_add +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x74657b5a b53_br_join +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x7ceb8b7d b53_imp_vlan_setup +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x87e1b130 b53_port_event +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x8d2fc53a b53_enable_port +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x92589fc3 b53_phylink_mac_link_up +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x96cfadd3 b53_mirror_del +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x96fde312 b53_vlan_del +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x9c4f39c3 b53_get_sset_count +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x9e5458bf b53_disable_port +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xa10934e9 b53_get_ethtool_phy_stats +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xa69e8d0d b53_vlan_filtering +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xb2f0db91 b53_set_mac_eee +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xb89bea14 b53_mdb_add +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xbe9b3c10 b53_switch_detect +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xc45894fd b53_configure_vlan +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xc839a40a b53_phylink_mac_config +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xd4b3c1ab b53_mirror_add +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xd657db4f b53_br_set_stp_state +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xde80bf41 b53_mdb_del +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xe5b2fb62 b53_setup_devlink_resources +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xf7e5f3d6 b53_br_fast_age +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xfce028d2 b53_fdb_del +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xfdd300e3 b53_get_tag_protocol +EXPORT_SYMBOL drivers/net/dsa/b53/b53_serdes 0x30694481 b53_serdes_phylink_get_caps +EXPORT_SYMBOL drivers/net/dsa/b53/b53_serdes 0x30762baf b53_serdes_link_set +EXPORT_SYMBOL drivers/net/dsa/b53/b53_serdes 0x823724e3 b53_serdes_phylink_mac_select_pcs +EXPORT_SYMBOL drivers/net/dsa/b53/b53_serdes 0x86dece08 b53_serdes_init +EXPORT_SYMBOL drivers/net/dsa/lan9303-core 0x809e28ec lan9303_probe +EXPORT_SYMBOL drivers/net/dsa/lan9303-core 0xada83f40 lan9303_register_set +EXPORT_SYMBOL drivers/net/dsa/lan9303-core 0xb176a6ea lan9303_shutdown +EXPORT_SYMBOL drivers/net/dsa/lan9303-core 0xc5549a47 lan9303_remove +EXPORT_SYMBOL drivers/net/dsa/microchip/ksz_switch 0x235ce1c6 ksz_switch_register +EXPORT_SYMBOL drivers/net/dsa/microchip/ksz_switch 0x2937b9ff ksz_switch_remove +EXPORT_SYMBOL drivers/net/dsa/microchip/ksz_switch 0xf7a4b975 ksz_switch_alloc +EXPORT_SYMBOL drivers/net/dsa/vitesse-vsc73xx-core 0x091c734a vsc73xx_probe +EXPORT_SYMBOL drivers/net/dsa/vitesse-vsc73xx-core 0x99d242fe vsc73xx_is_addr_valid +EXPORT_SYMBOL drivers/net/dsa/vitesse-vsc73xx-core 0xa49ab164 vsc73xx_shutdown +EXPORT_SYMBOL drivers/net/dsa/vitesse-vsc73xx-core 0xedeb007c vsc73xx_remove +EXPORT_SYMBOL drivers/net/dsa/xrs700x/xrs700x 0x51b73d69 xrs700x_switch_remove +EXPORT_SYMBOL drivers/net/dsa/xrs700x/xrs700x 0x51c69a3d xrs700x_switch_alloc +EXPORT_SYMBOL drivers/net/dsa/xrs700x/xrs700x 0x958eac8a xrs700x_switch_register +EXPORT_SYMBOL drivers/net/dsa/xrs700x/xrs700x 0xd7d44a07 xrs7004f_info +EXPORT_SYMBOL drivers/net/dsa/xrs700x/xrs700x 0xdd11431e xrs7003f_info +EXPORT_SYMBOL drivers/net/dsa/xrs700x/xrs700x 0xe63c509a xrs7004e_info +EXPORT_SYMBOL drivers/net/dsa/xrs700x/xrs700x 0xe7573d05 xrs700x_switch_shutdown +EXPORT_SYMBOL drivers/net/dsa/xrs700x/xrs700x 0xecf95983 xrs7003e_info +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x05539c82 ei_start_xmit +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x119721ac ei_interrupt +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x17a9e1b0 ei_get_stats +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x303051c9 ei_netdev_ops +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x3f210282 ei_set_multicast_list +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x4bff53cf ei_tx_timeout +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x56e3246b ei_open +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x605afa87 NS8390_init +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x78b3e578 ei_poll +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0xedfb0007 ei_close +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0xf0b22c4e __alloc_ei_netdev +EXPORT_SYMBOL drivers/net/ethernet/aquantia/atlantic/atlantic 0xea515029 aq_xdp_locking_key +EXPORT_SYMBOL drivers/net/ethernet/broadcom/bnxt/bnxt_en 0xbc6b7f14 bnxt_ulp_probe +EXPORT_SYMBOL drivers/net/ethernet/broadcom/cnic 0x636af174 cnic_unregister_driver +EXPORT_SYMBOL drivers/net/ethernet/broadcom/cnic 0xee7a53a4 cnic_register_driver +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x03a8b6f6 t3_register_cpl_handler +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x18f12adf t3_l2e_free +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x2443f85f cxgb3_remove_tid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x497485e8 cxgb3_ofld_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x511589e2 cxgb3_register_client +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x55e64bcc dev2t3cdev +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x63d2946c t3_l2t_send_slow +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x6fd49a08 cxgb3_free_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x77276ee3 cxgb3_queue_tid_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x7fb42308 cxgb3_alloc_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x8d56cee7 cxgb3_insert_tid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x98be7b50 t3_l2t_send_event +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xb42056a8 t3_l2t_get +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xc494d699 cxgb3_alloc_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xd8b8b67b cxgb3_free_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xec193e68 cxgb3_unregister_client +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x062a65cb cxgb4_port_idx +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x08b453c5 cxgb4_clip_get +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x0f1a5528 cxgb4_unregister_uld +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x106811bc cxgb4_create_server_filter +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x194ae041 cxgb4_l2t_get +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x1bc66328 cxgb4_alloc_sftid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x1d66ac86 cxgb4_get_srq_entry +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x2401f451 cxgb4_register_uld +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x2420a672 t4_cleanup_clip_tbl +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x262331e8 cxgb4_read_sge_timestamp +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x2a297ca6 cxgb4_create_server6 +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x2b3b6f54 cxgb4_ofld_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x2c7bb057 cxgb4_port_viid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x380e97e2 cxgb4_map_skb +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x3ccc7073 cxgb4_l2t_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x3e530402 cxgb4_crypto_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x41400dd3 cxgb4_port_chan +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x4933d000 cxgb4_port_e2cchan +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x4b1ed5cc cxgb4_get_tcp_stats +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x4efa5668 cxgb4_immdata_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x50ee5c07 cxgb4_best_aligned_mtu +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x543933fc cxgb4_check_l2t_valid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x584e32c3 cxgb4_alloc_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x64c44e47 cxgb4_remove_server +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x66207bb1 cxgb4_sync_txq_pidx +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x6a611d52 cxgb4_write_sgl +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x70f1ac56 cxgb4_l2t_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x77e9a578 cxgb4_remove_tid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x7bb21704 cxgb4_write_partial_sgl +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x7dc79384 cxgb4_pktgl_to_skb +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x81891298 cxgb4_select_ntuple +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x87b6ba3b cxgb4_inline_tx_skb +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x89705eae cxgb4_update_root_dev_clip +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x8feb207b cxgb4_flush_eq_cache +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xa5cbcce2 cxgb4_free_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xb142af32 cxgb4_dbfifo_count +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xb93c8f55 cxgb4_smt_alloc_switching +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xbc3d9f4c cxgb4_alloc_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xbe5b31e3 cxgb4_read_tpte +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xc497deba cxgb4_l2t_alloc_switching +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xd0fa3bbb cxgb4_free_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xd46f04aa cxgb4_ring_tx_db +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xd69a0294 cxgb4_best_mtu +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xdc25f8c8 cxgb4_bar2_sge_qregs +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xded2869b cxgb4_smt_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xe32ee5dc cxgb4_remove_server_filter +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xe38939e0 cxgb4_reclaim_completed_tx +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xe80ac089 cxgb4_iscsi_init +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xe9ecbaa1 cxgb4_clip_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xf3cf0af4 cxgb4_create_server +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0x1bdaafe1 cxgbi_tagmask_set +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0x2210ccbf cxgbi_ppm_ppods_reserve +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0x255ab30f cxgb_get_4tuple +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0x416f2828 cxgbi_ppm_make_ppod_hdr +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0x4414cce2 cxgb_find_route6 +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0x5e71d384 cxgbi_ppm_ppod_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0x66ccf373 cxgb_find_route +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0x9cc57aeb cxgbi_ppm_init +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0xc36da18a cxgbi_ppm_release +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x0d35cc52 vnic_dev_get_res_count +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x3ac655bb enic_api_devcmd_proxy_by_index +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x68c1d3ac vnic_dev_register +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x95b89772 vnic_dev_unregister +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x965e6ae7 vnic_dev_get_res +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0xcf716b15 vnic_dev_get_pdev +EXPORT_SYMBOL drivers/net/ethernet/emulex/benet/be2net 0x4e2e10d2 be_roce_mcc_cmd +EXPORT_SYMBOL drivers/net/ethernet/emulex/benet/be2net 0x6585ded8 be_roce_register_driver +EXPORT_SYMBOL drivers/net/ethernet/emulex/benet/be2net 0xa7a49197 be_roce_unregister_driver +EXPORT_SYMBOL drivers/net/ethernet/freescale/enetc/fsl-enetc-ierb 0x34b2c1ac enetc_ierb_register_pf +EXPORT_SYMBOL drivers/net/ethernet/fungible/funcore/funcore 0x15240389 fun_dev_enable +EXPORT_SYMBOL drivers/net/ethernet/fungible/funcore/funcore 0x91552ae6 fun_dev_disable +EXPORT_SYMBOL drivers/net/ethernet/fungible/funcore/funcore 0xd7e44d7c fun_reserve_irqs +EXPORT_SYMBOL drivers/net/ethernet/fungible/funcore/funcore 0xebed2796 fun_release_irqs +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns/hnae 0x1fe050ea hnae_ae_unregister +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns/hnae 0x714a918a hnae_get_handle +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns/hnae 0x974b5bb1 hnae_put_handle +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns/hnae 0x99b22928 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 0xff779fde hnae_ae_register +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns/hns_dsaf 0x8961a40b hns_dsaf_roce_reset +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns3/hnae3 0x0f34b095 hnae3_unregister_ae_algo_prepare +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns3/hnae3 0x2012443c hnae3_register_client +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns3/hnae3 0x49c04e2a hnae3_unregister_client +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns3/hnae3 0x5b56ebb0 hnae3_register_ae_algo +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns3/hnae3 0x6182956c hnae3_unregister_ae_algo +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns3/hnae3 0x7d3c1762 hnae3_set_client_init_flag +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns3/hnae3 0xbda6f86b hnae3_unregister_ae_dev +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns3/hnae3 0xd474f27d hnae3_register_ae_dev +EXPORT_SYMBOL drivers/net/ethernet/intel/iavf/iavf 0x11cdde3a iavf_unregister_client +EXPORT_SYMBOL drivers/net/ethernet/intel/iavf/iavf 0x70f69dbe 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 0x4d7bfc4e prestera_device_unregister +EXPORT_SYMBOL drivers/net/ethernet/marvell/prestera/prestera 0xb64e99f6 prestera_device_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x02ff7cda mlx4_gen_guid_change_eqe +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x046b68d6 mlx4_SET_PORT_fcs_check +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x09bbd312 mlx4_release_eq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x125446f3 mlx4_SET_MCAST_FLTR +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x13dc6046 set_phv_bit +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x172f57c6 mlx4_gen_port_state_change_eqe +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x17a702e6 mlx4_tunnel_steer_add +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1e81db1b mlx4_assign_eq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x20895ed0 mlx4_SET_PORT_PRIO2TC +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3706d967 mlx4_get_parav_qkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3a3c9792 mlx4_test_async +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4d58002c mlx4_get_slave_pkey_gid_tbl_len +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x59cf1931 mlx4_SET_PORT_general +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x65262441 mlx4_get_is_vlan_offload_disabled +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x69b700c1 mlx4_sync_pkey_table +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6be76680 mlx4_SET_VPORT_QOS_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x74a84247 mlx4_SET_PORT_qpn_calc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x79f985d4 mlx4_eq_get_irq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7c1ecf26 mlx4_ALLOCATE_VPP_get +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 0x85380e1b mlx4_ALLOCATE_VPP_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x90dd6d0b set_and_calc_slave_port_state +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x93132533 mlx4_is_eq_shared +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x982e739d mlx4_SET_PORT_user_mac +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x98a7c958 mlx4_get_eqs_per_port +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9ceaaeba mlx4_test_interrupt +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9de230d2 mlx4_get_module_info +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa98de340 mlx4_get_slave_from_roce_gid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xace00905 mlx4_is_eq_vector_valid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xacea8dd1 mlx4_SET_PORT_BEACON +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xad499e87 mlx4_get_roce_gid_from_slave +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xad63719d mlx4_max_tc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xaecade34 mlx4_gen_pkey_eqe +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb338f24a mlx4_is_slave_active +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xbc2bf5d4 mlx4_query_diag_counters +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc26397f3 mlx4_SET_PORT_user_mtu +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc48b974b mlx4_get_slave_node_guid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc5d56ae6 mlx4_SET_VPORT_QOS_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd17df0b2 mlx4_put_slave_node_guid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd7787af2 mlx4_SET_PORT_VXLAN +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xdc067cd8 mlx4_gen_slaves_port_mgt_ev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xdf1cf0e4 mlx4_get_cpu_rmap +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe2912953 mlx4_SET_PORT_SCHEDULER +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe5605a1f get_phv_bit +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf2b5cfde mlx4_get_slave_port_state +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0165b918 mlx5_core_destroy_psv +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x03f91b44 mlx5_del_flow_rules +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0496fe23 mlx5_core_alloc_pd +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x075849f6 mlx5_fpga_sbu_conn_sendmsg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0b9d60f3 mlx5_core_create_rq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0c8a8727 mlx5_get_flow_namespace +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0f2495df __tracepoint_mlx5_fs_set_fte +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x106d1bb4 mlx5_fs_remove_rx_underlay_qpn +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x143b8ddc mlx5_eq_notifier_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x17a2a602 __tracepoint_mlx5_fs_add_fg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x18e6c2af mlx5_core_create_rqt +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x18ec5b6d mlx5_rl_remove_rate +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 0x210b88a1 mlx5_lag_query_cong_counters +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2331a52f mlx5_fs_add_rx_underlay_qpn +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x238787f3 mlx5_create_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2702f199 mlx5_nic_vport_disable_roce +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x27070144 mlx5_fpga_sbu_conn_create +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2741ccf3 mlx5_eq_notifier_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x287e0d4b mlx5_rsc_dump_cmd_create +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x29aed4b2 mlx5_core_query_cq +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 0x29d2cc95 mlx5_core_create_tis +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x29ef2cd5 mlx5_fc_destroy +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x29fe15a6 mlx5_eq_enable +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2ad5d807 mlx5_eq_update_ci +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2cc33e38 mlx5_eswitch_vport_rep +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2cc3dc06 mlx5_cmd_destroy_vport_lag +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3066cdd1 mlx5_rsc_dump_next +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x32aba6cc mlx5_core_create_psv +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x330b8307 mlx5_lag_get_num_ports +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x340d76ed mlx5_core_destroy_mkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x34584e33 mlx5_core_detach_mcg +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 0x34f541af mlx5_eswitch_uplink_get_proto_dev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x351c91af mlx5_core_dealloc_transport_domain +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x361daf09 mlx5_cmd_init_async_ctx +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x37ca5393 __traceiter_mlx5_fs_set_fte +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3bba186b mlx5_eq_destroy_generic +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 0x40a70e37 mlx5_alloc_bfreg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x40f20619 mlx5_eswitch_reg_c1_loopback_enabled +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x42edf371 mlx5_vector2eqn +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x43107400 mlx5_core_modify_tis +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x43a05b88 mlx5_lag_mode_is_hash +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x43a3563e mlx5_eswitch_get_vport_metadata_for_match +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4440f29b mlx5_is_roce_on +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x44cac679 mlx5_core_query_mkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4722526c mlx5_cmd_create_vport_lag +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x488f31fd mlx5_eswitch_add_send_to_vport_rule +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4aa53450 mlx5_eq_create_generic +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4acc0c50 mlx5_fc_query +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 0x4e33e5df mlx5_core_modify_sq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4ec74a8d mlx5_lag_is_sriov +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4f18b86f mlx5_mpfs_del_mac +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 0x52281555 mlx5_eq_disable +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x53c7c56a mlx5_core_roce_gid_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5415f474 mlx5_rl_is_in_range +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 0x5984bbe9 mlx5_lag_is_master +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5bec94bd mlx5_add_flow_rules +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5c82f2c4 mlx5_core_query_sq +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 0x6395679a mlx5_vf_put_core_dev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x65fa07db mlx5_packet_reformat_alloc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x664acea4 mlx5_notifier_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x68877fcc mlx5_core_create_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x68981bd6 mlx5_core_destroy_tis +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6c879d9e mlx5_rl_add_rate +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 0x72b68a44 mlx5_vf_get_core_dev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x72c7cd4f mlx5_comp_irq_get_affinity_mask +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7630c902 mlx5_cmd_check +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x764de790 __tracepoint_mlx5_fs_add_ft +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x794e04da __tracepoint_mlx5_fs_add_rule +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7a8d2119 mlx5_debugfs_root +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 0x7f13ed88 __traceiter_mlx5_fs_add_ft +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 0x80c3c699 mlx5_lag_is_shared_fdb +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x80d79448 mlx5_qp_debugfs_cleanup +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x813019b9 mlx5_cmd_out_err +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x82188782 mlx5_eswitch_get_core_dev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x825edb4c mlx5_core_query_vendor_id +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x829e9198 __traceiter_mlx5_fs_del_fte +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x82c2919b mlx5_debug_qp_add +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x852fb4c4 mlx5_core_destroy_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x85ccc025 __traceiter_mlx5_fw +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x887e23df __traceiter_mlx5_fs_del_rule +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x88af7c97 mlx5_rl_add_rate_raw +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 0x8f239ddc mlx5_debug_qp_remove +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 0x91cdbf17 mlx5_fpga_get_sbu_caps +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x91db8225 mlx5_core_attach_mcg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x96df2d1b __tracepoint_mlx5_fs_del_fte +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x96e634c0 mlx5_rdma_rn_get_params +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x96eb2c99 mlx5_fc_id +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9774a7aa mlx5_eswitch_get_encap_mode +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x98a95053 mlx5_mpfs_add_mac +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9a04d2f0 mlx5_core_create_tir +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9ab17a6e mlx5_eswitch_get_vport_metadata_for_set +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 0xa1ccbb96 mlx5_get_uars_page +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa2d771d2 mlx5_modify_header_alloc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa60b1b9f mlx5_eswitch_get_proto_dev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa60b959f mlx5_fpga_sbu_conn_destroy +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa708f9d6 mlx5_eswitch_register_vport_reps +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa7a6eba9 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 0xaed21604 mlx5_create_flow_group +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xaf14cf67 mlx5_qp_debugfs_init +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xafe8eaa0 mlx5_core_destroy_rqt +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb0952300 mlx5_lag_get_roce_netdev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb28deae0 mlx5_eswitch_unregister_vport_reps +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb2cd3370 mlx5_packet_reformat_dealloc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb631ebfb __tracepoint_mlx5_fw +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb64071e0 mlx5_lag_is_roce +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb97dfea8 mlx5_free_bfreg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb9d4cf3c mlx5_modify_header_dealloc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xbaedfaab mlx5_fpga_mem_read +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xbeb611c1 __tracepoint_mlx5_fs_del_fg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xbfa474b8 mlx5_comp_vectors_count +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc077c4ee mlx5_core_alloc_transport_domain +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc4d2d81c mlx5_cmd_exec_polling +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc729c78e mlx5_core_modify_cq_moderation +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc7539098 mlx5_cmd_do +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc7c4b98d mlx5_eswitch_vport_match_metadata_enabled +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 0xca64444a __traceiter_mlx5_fs_del_fg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xcc143fcf mlx5_core_destroy_tir +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xcc9c0f6c __tracepoint_mlx5_fs_del_rule +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd1056106 mlx5_core_modify_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd1c55b17 mlx5_lag_get_slave_port +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd5cdbcf3 __traceiter_mlx5_fs_add_rule +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd734a307 mlx5_cmd_cleanup_async_ctx +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xdbf8b6bb mlx5_notifier_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xdf595053 __tracepoint_mlx5_fs_del_ft +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe56f790f mlx5_core_create_mkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe61c7295 mlx5_sriov_blocking_notifier_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xea8e8db2 mlx5_cmd_exec +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 0xec9af6e2 mlx5_rl_remove_rate_raw +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xece6b93c mlx5_core_query_rq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xedba344a mlx5_debugfs_get_dev_root +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xedcc306a mlx5_core_dealloc_pd +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xedd9b09e mlx5_query_ib_port_oper +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xefe8554e mlx5_put_uars_page +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf3415a9f mlx5_core_destroy_rq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf4521ef8 mlx5_lag_is_active +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf45f2511 mlx5_cmd_exec_cb +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf5550ba6 mlx5_fc_create +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf5f5f612 mlx5_sriov_blocking_notifier_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf88d57b1 __SCK__tp_func_mlx5_fs_add_rule +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xfc8e744e __SCK__tp_func_mlx5_fs_del_fg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xfd8022f6 mlx5_eq_get_eqe +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xfdfd2cf0 mlx5_lag_get_peer_mdev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xfe57ae27 mlx5_core_modify_rq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xfeb6d73d mlx5_get_fdb_sub_ns +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxfw/mlxfw 0x0728a89e mlxfw_firmware_flash +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x0137f952 mlxsw_afk_values_add_buf +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x018c7361 mlxsw_afa_block_append_mirror +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 0x1509c9c3 mlxsw_core_traps_unregister +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 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 0x272da298 mlxsw_env_get_module_eeprom +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x277cbb19 mlxsw_core_skb_receive +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x29042808 mlxsw_core_port_devlink_port_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 0x2d73d5d8 mlxsw_env_reset_module +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x2f303cd3 mlxsw_afa_block_append_qos_dsfield +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x383bc49a mlxsw_afa_block_append_qos_dscp +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 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 0x4765b9f0 mlxsw_core_res_valid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x4866767a mlxsw_env_get_module_eeprom_by_page +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x49ec8a06 mlxsw_afa_block_append_police +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x4a558271 mlxsw_env_get_module_power_mode +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 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 0x57728315 mlxsw_core_trap_state_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x57e736af mlxsw_cmd_exec +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x5a939205 mlxsw_afk_values_add_u32 +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x5b6c6f45 mlxsw_core_driver_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x5c73d5a4 mlxsw_core_sdq_supports_cqe_v2 +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x5cf3dd79 mlxsw_core_bus_device_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x5ff17b5c mlxsw_afa_block_destroy +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x61754e54 mlxsw_core_rx_listener_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x618a30ab mlxsw_afa_block_commit +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x6381fea5 mlxsw_core_port_netdev_link +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 0x65e16da4 mlxsw_afk_key_info_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x6929f2b4 mlxsw_env_module_port_map +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x6a8561b8 mlxsw_core_skb_transmit +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x6f405a14 mlxsw_core_ptp_transmitted +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x70f6ca61 mlxsw_core_traps_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x718d28f4 mlxsw_afa_block_append_vlan_modify +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x749556a2 mlxsw_afk_key_info_subset +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x75339042 mlxsw_core_lag_mapping_clear +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x77d83398 mlxsw_core_read_frc_l +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x7b0bfeec mlxsw_core_port_fini +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x7e08c6e0 mlxsw_core_event_listener_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x827a2f1f mlxsw_afa_block_jump +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x829e8851 mlxsw_afa_block_first_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x82aa2296 mlxsw_core_trap_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x83fb69af mlxsw_core_lag_mapping_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x84c80283 mlxsw_env_get_module_info +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 0x92ab2b50 mlxsw_core_trap_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 0x9e41f494 mlxsw_afk_encode +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xa509fafd mlxsw_afa_block_append_counter +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xa7765e88 mlxsw_reg_query +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xa8e2509a mlxsw_afa_block_append_sampler +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xaa600760 mlxsw_reg_trans_query +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 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 0xba05b3b0 mlxsw_core_emad_string_tlv_enable +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 0xbc64f152 mlxsw_core_rx_listener_unregister +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 0xbf6fc3e3 mlxsw_core_bus_device_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 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 0xd338f5aa mlxsw_afa_create +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xd7a93413 mlxsw_core_event_listener_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xd888ffb3 mlxsw_afa_block_append_ip +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xd9f711ae mlxsw_afa_block_append_mcrouter +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xdc415cf1 mlxsw_afa_block_continue +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xdc5c95df mlxsw_core_resources_query +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xdeab0691 mlxsw_afk_create +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 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 0xfea1fc1a mlxsw_core_driver_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xff007c25 mlxsw_core_cpu_port_fini +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xff0b141d mlxsw_afa_block_append_fwd +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_i2c 0x17dbae47 mlxsw_i2c_driver_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_i2c 0x9ab42628 mlxsw_i2c_driver_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_pci 0x4c33affd mlxsw_pci_driver_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_pci 0x65581b17 mlxsw_pci_driver_register +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x02c793ac ocelot_deinit +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x0dbe0007 ocelot_port_bridge_leave +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x0ede3351 ocelot_bridge_stp_state_set +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x123eef1e ocelot_devlink_sb_register +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x125de753 ocelot_ptp_rx_timestamp +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x14f40649 ocelot_vcap_policer_del +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x19453204 vsc7514_vcap_is1_keys +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x1a8e0e16 ocelot_port_get_stats64 +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x1ca37fe2 ocelot_mrp_add +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x1ee116e9 ocelot_xtr_poll_frame +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x1f1eac44 ocelot_init_port +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x212ab889 ocelot_sb_tc_pool_bind_set +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x21cbd696 ocelot_vlan_prepare +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x2409b39c ocelot_mrp_del_ring_role +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x241605e8 ocelot_sb_tc_pool_bind_get +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x27c3c5c6 ocelot_port_mdb_add +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x283c40fa ocelot_port_pre_bridge_flags +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x287a40b9 ocelot_init_timestamp +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x298ee6a9 ocelot_port_set_maxlen +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x2992f38d ocelot_vlan_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 0x33646268 ocelot_can_inject +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x3364efa4 ocelot_port_policer_add +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x389ecd8d ocelot_vcap_filter_replace +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x3997725d ocelot_get_ts_info +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x3a669956 ocelot_vlan_del +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x3b58877d ocelot_sb_pool_get +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x3cbfc85b ocelot_sb_port_pool_get +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x3cf518de ocelot_init +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x40fa14da ocelot_get_strings +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x4271543f vsc7514_vcap_es0_keys +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x53101620 ocelot_policer_validate +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x5c83be30 ocelot_get_sset_count +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x5ec95bd1 ocelot_port_vlan_filtering +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x64716690 ocelot_ptp_gettime64 +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x64ecb532 ocelot_port_lag_join +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x65edfb56 ocelot_deinit_timestamp +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x6bfbb9cc ocelot_mrp_add_ring_role +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x716a2143 ocelot_sb_occ_snapshot +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x75423627 ocelot_ptp_verify +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x77a65d0c ocelot_fdb_add +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x7a0c48a6 ocelot_hwstamp_set +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x7a609856 ocelot_port_mdb_del +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x80a75405 vsc7514_vcap_is2_keys +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x87829e4b ocelot_port_bridge_join +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x896097bd ocelot_deinit_port +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x8fc09aed ocelot_port_inject_frame +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x90cbb220 vsc7514_vcap_is2_actions +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x9381969d vsc7514_ana_regmap +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x93eb34ea ocelot_ptp_settime64 +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x9713efa5 ocelot_hwstamp_get +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x9d442141 vsc7514_rew_regmap +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x9d78ceeb ocelot_mact_learn_streamdata +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x9fa517a0 ocelot_set_ageing_time +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xa116a371 ocelot_vcap_policer_add +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xa2ba8588 ocelot_ptp_adjfine +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xa5aeaa43 ocelot_get_max_mtu +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xa8413d7e vsc7514_sys_regmap +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xa8ce81e2 ocelot_port_lag_leave +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xad00979e ocelot_sb_port_pool_set +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xad3e661a ocelot_port_bridge_flags +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xad7a3c95 ocelot_sb_occ_port_pool_get +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xafdb4a83 ocelot_mrp_del +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xb2460849 ocelot_fdb_del +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xb2fd3579 ocelot_ptp_enable +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xb30c4b92 vsc7514_ptp_regmap +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xb95cbef9 ocelot_mact_forget +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xbba17367 vsc7514_qsys_regmap +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xbf48ddc1 vsc7514_qs_regmap +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xc83da8c0 ocelot_sb_occ_max_clear +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xcb0d57b0 ocelot_drain_cpu_queue +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xceed5e7e vsc7514_dev_gmii_regmap +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 0xd687a545 vsc7514_vcap_es0_actions +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xd7ff90d0 ocelot_get_txtstamp +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xd8ddad60 ocelot_vcap_filter_add +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xe2eff344 ocelot_mact_lookup +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xe4b2c25e ocelot_vcap_filter_del +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xe5c26d19 ocelot_fdb_dump +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xea1b5ac9 vsc7514_vcap_regmap +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xebf4b636 ocelot_port_policer_del +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xecaa97fb vsc7514_vcap_is1_actions +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xef293395 ocelot_mact_learn +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xef48e0fe ocelot_sb_pool_set +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xef7d83fe ocelot_get_ethtool_stats +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xf05465b9 ocelot_devlink_sb_unregister +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xf7eac516 ocelot_port_txtstamp_request +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xfb8d77fe ocelot_ptp_adjtime +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xfbfedbd5 ocelot_port_lag_change +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xfd3aefbe ocelot_sb_occ_tc_port_bind_get +EXPORT_SYMBOL drivers/net/ethernet/qlogic/qed/qed 0x00298c31 qed_get_eth_ops +EXPORT_SYMBOL drivers/net/ethernet/qlogic/qed/qed 0x368c4afc 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 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 0x9f2c95ad qed_get_iscsi_ops +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x0317a3dd wx_init_eeprom_params +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x1a6ea66e wx_check_flash_load +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x1c15353f wx_reset_misc +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x242d6a11 wx_mng_present +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x33c559f9 wx_get_mac_addr +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x39567132 wx_get_pcie_msix_counts +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x4a3224e8 wx_disable_pcie_master +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x4ebd2f65 wx_control_hw +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x5562160a wx_read_ee_hostif_buffer +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x7030dbba wx_clear_rar +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x812989c2 wx_set_rar +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x9f4575d4 wx_stop_adapter +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xb4359141 wx_sw_init +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xb7740122 wx_disable_rx +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xbbfbeaa8 wx_host_interface_command +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xc0415559 wx_reset_hostif +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xe2ca31cc wx_read_ee_hostif +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xf57c405b wx_init_rx_addrs +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0x342cb913 hdlcdrv_arbitrate +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0x72adc4ed hdlcdrv_transmitter +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0xa201f37b hdlcdrv_register +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0xb383d604 hdlcdrv_unregister +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0xc8be1b0b hdlcdrv_receiver +EXPORT_SYMBOL drivers/net/mdio 0x3e17f466 mdio_set_flag +EXPORT_SYMBOL drivers/net/mdio 0x60443957 mdio45_probe +EXPORT_SYMBOL drivers/net/mdio 0x63e0fee5 mdio45_links_ok +EXPORT_SYMBOL drivers/net/mdio 0x7e8fabde mdio45_ethtool_ksettings_get_npage +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 0x432840d5 mscc_miim_setup +EXPORT_SYMBOL drivers/net/pcs/pcs-lynx 0x0cad3e7a lynx_pcs_destroy +EXPORT_SYMBOL drivers/net/pcs/pcs-lynx 0xac1608ad lynx_pcs_create +EXPORT_SYMBOL drivers/net/pcs/pcs-lynx 0xe00928d5 lynx_get_mdio_device +EXPORT_SYMBOL drivers/net/pcs/pcs-rzn1-miic 0xa3d2db4d miic_destroy +EXPORT_SYMBOL drivers/net/pcs/pcs-rzn1-miic 0xa4598598 miic_create +EXPORT_SYMBOL drivers/net/phy/bcm-phy-lib 0xdd130bd4 bcm54xx_auxctl_write +EXPORT_SYMBOL drivers/net/ppp/pppox 0x91f80a8f register_pppox_proto +EXPORT_SYMBOL drivers/net/ppp/pppox 0xc20b95fe pppox_unbind_sock +EXPORT_SYMBOL drivers/net/ppp/pppox 0xcda1cd1a pppox_ioctl +EXPORT_SYMBOL drivers/net/ppp/pppox 0xe0ff7a18 unregister_pppox_proto +EXPORT_SYMBOL drivers/net/sungem_phy 0x8003bd93 sungem_phy_probe +EXPORT_SYMBOL drivers/net/team/team 0x09596672 team_mode_register +EXPORT_SYMBOL drivers/net/team/team 0x1c9ebe7e team_mode_unregister +EXPORT_SYMBOL drivers/net/team/team 0x2c5f7b10 team_modeop_port_enter +EXPORT_SYMBOL drivers/net/team/team 0x36b80db3 team_options_unregister +EXPORT_SYMBOL drivers/net/team/team 0x4751f5ea team_modeop_port_change_dev_addr +EXPORT_SYMBOL drivers/net/team/team 0x49fb184b team_options_change_check +EXPORT_SYMBOL drivers/net/team/team 0x5e76d86d team_option_inst_set_change +EXPORT_SYMBOL drivers/net/team/team 0xacb92bb3 team_options_register +EXPORT_SYMBOL drivers/net/usb/usbnet 0x7df8489f usbnet_link_change +EXPORT_SYMBOL drivers/net/usb/usbnet 0xa410c77d usbnet_manage_power +EXPORT_SYMBOL drivers/net/usb/usbnet 0xa4ce576f usbnet_device_suggests_idle +EXPORT_SYMBOL drivers/net/wan/hdlc 0x171e2eb9 alloc_hdlcdev +EXPORT_SYMBOL drivers/net/wan/hdlc 0x403262e8 attach_hdlc_protocol +EXPORT_SYMBOL drivers/net/wan/hdlc 0x56d859f3 register_hdlc_protocol +EXPORT_SYMBOL drivers/net/wan/hdlc 0x713acaf4 hdlc_open +EXPORT_SYMBOL drivers/net/wan/hdlc 0x739e2cf1 hdlc_start_xmit +EXPORT_SYMBOL drivers/net/wan/hdlc 0xa7889e34 detach_hdlc_protocol +EXPORT_SYMBOL drivers/net/wan/hdlc 0xb5287bb6 unregister_hdlc_protocol +EXPORT_SYMBOL drivers/net/wan/hdlc 0xc14c028c hdlc_close +EXPORT_SYMBOL drivers/net/wan/hdlc 0xe70a88ea hdlc_ioctl +EXPORT_SYMBOL drivers/net/wan/hdlc 0xea2be9a1 unregister_hdlc_device +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x04f7c42a ath_hw_cycle_counters_update +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 0x17897d74 ath_printk +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x1bed9779 ath_hw_get_listen_time +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x4571aea8 ath_is_world_regd +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x62fddb11 ath_key_delete +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x6dbf5916 ath_reg_notifier_apply +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x7cdc54e5 ath_is_mybeacon +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x85bcaf67 ath_rxbuf_alloc +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x8a74146c ath_regd_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x998697cb ath_hw_keysetmac +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 0xbf5770c2 ath_hw_keyreset +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xcb4c8ce0 ath_key_config +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xdefa283f dfs_pattern_detector_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xf3034cb2 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 0x06ca7cfe ath10k_ce_alloc_pipe +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x1363cc22 ath10k_ce_completed_recv_next_nolock +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x1424c16b ath10k_core_free_board_files +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x15a6e543 ath10k_ce_rx_update_write_idx +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x1ba70f6c ath10k_core_create +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x218d585c ath10k_bmi_start +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x298053e3 ath10k_ce_free_pipe +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x2a6b7742 ath10k_core_napi_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x33fee1a5 ath10k_ce_revoke_recv_next +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x36db36ff ath10k_ce_per_engine_service_any +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x41c7bed3 ath10k_htc_notify_tx_completion +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x45bb9938 ath10k_core_fetch_board_file +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x48345d00 ath10k_ce_cancel_send_next +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x4a01986d ath10k_ce_enable_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x520e9f03 ath10k_htt_rx_pktlog_completion_handler +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x5804bf74 ath10k_ce_rx_post_buf +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x58919cc0 ath10k_ce_send +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x6024222e ath10k_bmi_read_memory +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x615f9ba8 ath10k_ce_num_free_src_entries +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x620fc661 ath10k_core_destroy +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x628c40f5 ath10k_ce_alloc_rri +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x7110ebb9 ath10k_ce_dump_registers +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x79b3175f ath10k_ce_completed_send_next_nolock +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x84afed84 ath10k_core_start_recovery +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x8d0a81d6 ath10k_htc_process_trailer +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x96348ab8 ath10k_ce_enable_interrupt +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x9652937a ath10k_ce_completed_send_next +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x97c4a532 ath10k_print_driver_info +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x986891ce ath10k_ce_completed_recv_next +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x98a70503 ath10k_coredump_new +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x99ae3362 ath10k_core_register +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x9e0777fb ath10k_ce_send_nolock +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xa402c540 ath10k_ce_free_rri +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xa61d23bf ath10k_core_stop +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xa62b6919 ath10k_info +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xb0924540 ath10k_htt_t2h_msg_handler +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xb1ac2198 ath10k_warn +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xb6e3bc3d ath10k_err +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xb835957a ath10k_core_check_dt +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xbbae37aa ath10k_core_unregister +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xbbfc0d43 ath10k_ce_disable_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xc48a0e62 __ath10k_ce_rx_num_free_bufs +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xc6ca8c27 ath10k_htt_hif_tx_complete +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xc9912b66 __tracepoint_ath10k_log_dbg +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xd2c740ad ath10k_ce_deinit_pipe +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xd2e03a34 ath10k_ce_disable_interrupt +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xd61bf6f9 ath10k_ce_init_pipe +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xd750707c ath10k_htc_tx_completion_handler +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xd7e9ec24 ath10k_mac_tx_push_pending +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xdab2ed62 ath10k_core_start +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xe68cbfdd ath10k_core_napi_sync_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xeacc1e13 ath10k_coredump_get_mem_layout +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xeb0d69d1 ath10k_htt_txrx_compl_task +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xf3c85ec4 __ath10k_ce_send_revert +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xf6b54c2d ath10k_htt_rx_hl_indication +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xf9e7ef1c ath10k_ce_per_engine_service +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xff3a8c2e ath10k_htc_rx_completion_handler +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x0403d79e ath11k_pcic_register_pci_ops +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x081ff4a6 __tracepoint_ath11k_log_dbg +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x09d63cb3 ath11k_ce_free_pipes +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x0ae94174 ath11k_pcic_map_service_to_pipe +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x0b4dfda1 ath11k_pcic_ce_irq_disable_sync +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x0f0a353a ath11k_ce_get_attr_flags +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x214b8d53 ath11k_pci_enable_ce_irqs_except_wake_irq +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x229bca28 ath11k_pci_disable_ce_irqs_except_wake_irq +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x2675efc9 ath11k_pcic_ext_irq_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x2b74bbae ath11k_pcic_init_msi_config +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x2ddc9822 ath11k_core_deinit +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x30a2bcc8 ath11k_ce_get_shadow_config +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x317b0c09 ath11k_hal_srng_deinit +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x37f1f409 ath11k_core_pre_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x424ab939 ath11k_pcic_start +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x575ed83b ath11k_pcic_get_user_msi_assignment +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x5fe78294 ath11k_info +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x6047e249 ath11k_qmi_deinit_service +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x650436fd ath11k_pcic_get_msi_address +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x665b93d7 ath11k_core_resume +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x6cd9a63d ath11k_ce_alloc_pipes +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x70daafaf ath11k_debugfs_soc_destroy +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x783782a3 ath11k_core_suspend +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x792185fb ath11k_warn +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x7e0be4dc ath11k_ce_rx_post_buf +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x88b79f5f ath11k_core_alloc +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x9c51bcc4 ath11k_debug_mask +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xa567cee9 ath11k_pcic_write32 +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xab3bee78 ath11k_pcic_get_ce_msi_idx +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xb16dad16 ath11k_pcic_stop +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xba0e8e6a ath11k_core_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xbfdad81d ath11k_pcic_ce_irqs_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xcd49bc46 ath11k_pcic_config_irq +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xd1a363fa ath11k_pcic_ext_irq_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xd5833642 ath11k_core_free +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xd7d05d92 ath11k_hal_srng_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xd8699b4e ath11k_dp_service_srng +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xdb3d7365 ath11k_pcic_read32 +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xde23e0a3 ath11k_pcic_free_irq +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xe8ec4c16 ath11k_err +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xedf595d5 ath11k_ce_cleanup_pipes +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xf0197188 ath11k_cold_boot_cal +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xf1513bcd ath11k_ce_per_engine_service +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xfdc6ae6e ath11k_pcic_read +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x1354043d ath6kl_warn +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x176a568b ath6kl_cfg80211_suspend +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x1b0b545b ath6kl_core_create +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x316191bc ath6kl_read_tgt_stats +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x32dabb1d ath6kl_cfg80211_resume +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x334697df ath6kl_core_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x3502feef ath6kl_info +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x6d694a34 ath6kl_core_cleanup +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x81ad6dd0 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 0xa325d033 ath6kl_core_tx_complete +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xaf435dc0 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 0xf9bcc1b2 ath6kl_stop_txrx +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xff5b1b55 ath6kl_core_rx_complete +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x12ed58f1 ath9k_cmn_beacon_config_adhoc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x13dbeffb ath9k_cmn_beacon_config_ap +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x3121022b ath9k_cmn_get_hw_crypto_keytype +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x41aae67b ath9k_cmn_debug_stat_rx +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x44d93c51 ath_cmn_process_fft +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x47fdb898 ath9k_cmn_debug_recv +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x48d3b05e ath9k_cmn_init_crypto +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x5cff4a6f ath9k_cmn_debug_phy_err +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x606146a7 ath9k_cmn_spectral_scan_config +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x64b44f6c ath9k_cmn_rx_skb_postprocess +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x6996fb24 ath9k_cmn_spectral_scan_trigger +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x6f4e146d ath9k_cmn_setup_ht_cap +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x806e9727 ath9k_cmn_get_channel +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x9267d760 ath9k_cmn_reload_chainmask +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x9de94d8c ath9k_cmn_process_rssi +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xaff874bc ath9k_cmn_beacon_config_sta +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xb09b2acb ath9k_cmn_process_rate +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xb2ddb625 ath9k_cmn_spectral_deinit_debug +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xba752f3a ath9k_cmn_init_channels_rates +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xc0f6ced4 ath9k_cmn_spectral_init_debug +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xcb0d7aca 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 0xe8fca50f ath9k_cmn_update_txpow +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xf48bbd8d ath9k_cmn_debug_base_eeprom +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xf86696fa ath9k_cmn_rx_accept +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x004ce788 ath9k_hw_disable_mib_counters +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x01d5b5b7 ath9k_hw_updatetxtriglevel +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x086a345d ath9k_hw_setmcastfilter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x09079da2 ath9k_hw_intrpend +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0aa33102 ath9k_hw_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0c073ff1 ath9k_hw_setup_statusring +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0f77dafc ath9k_hw_get_tsf_offset +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x12a64ddb ath9k_hw_gettsf64 +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x135953ff ath9k_hw_check_alive +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x16b46d81 ath9k_hw_computetxtime +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x189145d9 ath9k_hw_disable_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x19058d09 ath9k_hw_phy_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x19c46325 ath9k_hw_init_global_settings +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x19d19129 ar9003_mci_send_message +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x1c10e5f5 ath9k_hw_abortpcurecv +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x219e72ac ath9k_hw_ani_monitor +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x228eae3b ath9k_hw_set_txpowerlimit +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x24ea13be ar9003_paprd_populate_single_table +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x2c55fd08 ath9k_hw_btcoex_deinit +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x2cb80644 ath9k_hw_write_associd +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x2cc28c77 ath9k_hw_beaconq_setup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x2d76b9f2 ar9003_hw_bb_watchdog_dbg_info +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x32377eaa ath9k_hw_rxprocdesc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x350c7f49 ath9k_hw_puttxbuf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x3c383f8d ath9k_hw_setrxfilter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x445e8730 ar9003_is_paprd_enabled +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x49781f96 ath9k_hw_setrxabort +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x4a82ffda ath9k_hw_check_nav +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x4c9ac85f ath9k_hw_resettxqueue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x4e8d6984 ath9k_hw_wow_apply_pattern +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x56a6db3e ath9k_hw_putrxbuf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x577434a2 ath9k_hw_btcoex_init_2wire +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x57b162a7 ath9k_hw_btcoex_init_mci +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x57b3149b ath9k_hw_loadnf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x5a42cb47 ath9k_hw_btcoex_bt_stomp +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x5d0bfa80 ath9k_hw_gen_timer_stop +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x5d2e4536 ar9003_mci_state +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x623ea4a1 ath9k_hw_getnf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x63a69ca3 ath9k_hw_set_gpio +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6853dd17 ath9k_hw_startpcureceive +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x68ba3302 ar9003_get_pll_sqsum_dvc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6aa87ff9 ath9k_hw_reset_tsf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6ea6442e ath9k_hw_gettsf32 +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x71c0e227 ath9k_hw_btcoex_init_3wire +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x789e9e50 ath9k_hw_setuprxdesc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x7f3aaa99 ath9k_hw_getrxfilter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x7f6ce570 ath9k_hw_gettxbuf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x80c3bf6d ath9k_hw_deinit +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x8230e1ae ath_gen_timer_alloc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x8370aeb0 ath9k_hw_get_txq_props +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x866553fc ath9k_hw_setuptxqueue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x8a630e6d ar9003_mci_set_bt_version +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x8a9e543e ath9k_hw_btcoex_init_scheme +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x8bdc9543 ar9003_mci_send_wlan_channels +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x8d4ac160 ath9k_hw_gpio_free +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x920adbba ar9003_paprd_is_done +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x9268d5dc ath9k_hw_resume_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x92734903 ath_gen_timer_isr +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x960942b8 ath9k_hw_releasetxqueue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x9657cdc6 ath9k_hw_stopdmarecv +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x97a85a57 ath9k_hw_set_sta_beacon_timers +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x989f0976 ar9003_hw_disable_phy_restart +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x9be6e37c ath9k_hw_set_rx_bufsize +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x9c0f065b ath9k_hw_gen_timer_start +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x9cb79007 ath9k_hw_setpower +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa2653909 ath9k_hw_gpio_request_out +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa48a6ea9 ath9k_hw_txstart +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa5f4d997 ath9k_hw_getchan_noise +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa7f9a48f ath9k_hw_btcoex_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa859aa7c ath9k_hw_set_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xae0d0cbf ath9k_hw_set_txq_props +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb34ad990 ar9003_paprd_init_table +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb3d5e6fa ath9k_hw_name +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb74a5c31 ath9k_hw_reset_calvalid +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb796d80f ath9k_hw_beaconinit +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xba2fe7bd ar9003_mci_cleanup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xbc3ce823 ar9003_paprd_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xbee4863b ar9003_paprd_create_curve +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xbfce3d2d ath9k_hw_setantenna +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc207ca03 ath9k_hw_addrxbuf_edma +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc21eace0 ath9k_hw_set_tx_filter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc4d73c47 ath9k_hw_wait +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc81e8d2a ar9003_mci_get_interrupt +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xcca5849c ath9k_hw_kill_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd0e45a0a ath9k_hw_enable_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd1dbdd35 ath9k_hw_gpio_request_in +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd2030b4e ath9k_hw_gpio_get +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd343e6df ath_gen_timer_free +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd3b7c69a ar9003_hw_bb_watchdog_check +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd89e2392 ath9k_hw_bstuck_nfcal +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xdd5ae4e0 ar9003_mci_get_next_gpm_offset +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xdda3c69c ath9k_hw_set_tsfadjust +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xde8da8a3 ath9k_hw_abort_tx_dma +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xe08ef13b ath9k_hw_wow_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xe2254405 ath9k_hw_numtxpending +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xe35087e5 ath9k_hw_stop_dma_queue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xe3c01b40 ath9k_hw_btcoex_set_weight +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xe51993e5 ath9k_hw_wow_wakeup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xe7730f03 ath9k_hw_settsf64 +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xe8fbc661 ar9003_mci_setup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xeb329baa ath9k_hw_btcoex_set_concur_txprio +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xed7de6a7 ath9k_hw_setopmode +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf01d71ff ar9003_paprd_setup_gain_table +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf0233f1c ath9k_hw_init_btcoex_hw +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf83c8b55 ath9k_hw_btcoex_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xfa01b836 ath9k_hw_reset +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xfc9b1f9f ath9k_hw_process_rxdesc_edma +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xffa1da03 ath9k_hw_disable +EXPORT_SYMBOL drivers/net/wireless/atmel/atmel 0x35d763d4 atmel_open +EXPORT_SYMBOL drivers/net/wireless/atmel/atmel 0xc1795a63 init_atmel_card +EXPORT_SYMBOL drivers/net/wireless/atmel/atmel 0xd6748dd0 stop_atmel_card +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x0ab66b3b brcmu_pktq_mlen +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x1906648e brcmu_boardrev_str +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x1c49b3f1 brcmu_pktq_pflush +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x42024815 brcmu_pktq_peek_tail +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x54187a3c brcmu_pktq_pdeq_match +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x73c37960 brcmu_pkt_buf_get_skb +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x768d3ba0 brcmu_pkt_buf_free_skb +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x77a18070 brcmu_pktq_penq_head +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x781e6ebd brcmu_pktq_pdeq_tail +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x8450866d brcmu_pktq_init +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x91e02ef3 brcmu_pktq_pdeq +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0xa17c0ccf brcmu_dotrev_str +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0xa2093eab 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 0xf142564f brcmu_pktq_penq +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0xf57611a6 brcmu_pktq_flush +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x04304bc4 libipw_get_channel +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x067a0125 libipw_get_geo +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x33d1b07b libipw_channel_to_index +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x42ad3be1 libipw_wx_set_encodeext +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x4851204e libipw_wx_get_scan +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x4cef179d libipw_wx_set_encode +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x543ceadc libipw_rx_mgt +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x552d464a libipw_networks_age +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x55dfb727 libipw_get_channel_flags +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x5805cfe4 libipw_channel_to_freq +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x5a6683d8 libipw_is_valid_channel +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x70b9a563 libipw_wx_get_encodeext +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x7648d3ba libipw_rx +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x8e4dd505 libipw_wx_get_encode +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x929ff805 libipw_freq_to_channel +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x9817236e libipw_txb_free +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0xa3154559 free_libipw +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0xc98880a0 alloc_libipw +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0xe1010977 libipw_xmit +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0xe63bcb38 libipw_set_geo +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x03b84859 il_send_bt_config +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x06a2cc61 il_send_add_sta +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x115e0d8e il_alloc_txq_mem +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x178cde6b il_hdl_pm_sleep +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x18648ef8 il_irq_handle_error +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x1b7b12ed il_set_rxon_ht +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x1ba6462e il_poll_bit +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x1bea326d il_restore_stations +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x1dc41d2a il_setup_scan_deferred_work +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x1e33e5db il_write_targ_mem +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x1f094644 il_tx_queue_unmap +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x22c28fb7 il_hdl_csa +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x271ab3f6 il_set_decrypted_flag +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x278f8e59 il_set_rxon_hwcrypto +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x28538f44 il_eeprom_free +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x2bf7eea6 il_queue_space +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x2e34a917 il_get_single_channel_number +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x30f9732d il_chswitch_done +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x3280105b il_leds_exit +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x376f9b5d il_send_rxon_timing +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x3bf214d7 il_set_rxon_channel +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x3c1d1316 il_tx_queue_init +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x3cae3959 il_scan_cancel +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x402e5543 il_cancel_scan_deferred_work +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x40840967 il_mac_config +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x416bd26a il_debug_level +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x42553ec3 il_send_lq_cmd +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x44026925 il_cmd_queue_unmap +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x448f8bb4 il_tx_queue_free +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x449cd569 il_tx_cmd_complete +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x47e86703 il_init_channel_map +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x4e030bf9 il_add_beacon_time +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x4ef8147b il_rx_queue_space +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x51abf4e5 il_eeprom_query16 +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x52f83af7 il_scan_cancel_timeout +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x58b455b0 il_hdl_spectrum_measurement +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x58fdf967 _il_poll_bit +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x598da8e7 il_free_geos +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x603fe4bc il_send_cmd_sync +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x6256cca4 il_hdl_error +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x634f5e9a il_rx_queue_alloc +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x63ed8805 il_add_station_common +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x677b8c75 il_leds_init +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x68ffb8e4 il_dbgfs_register +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x6b262cc9 il_set_flags_for_band +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x6c4b576e il_mac_conf_tx +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x7cd084ea il_mac_bss_info_changed +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x7f7f3680 il_rx_queue_update_write_ptr +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x80767e80 il_send_cmd_pdu_async +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x80c54228 il_eeprom_query_addr +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x841e95c2 il_clear_ucode_stations +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x852f2ee7 il_dbgfs_unregister +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x891ae8dd il_setup_watchdog +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x8a947866 il_init_scan_params +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x8e846583 il_send_cmd_pdu +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x91b2e6e7 _il_apm_stop +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x9491d6ee il_mac_hw_scan +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x959c73db il_wr_prph +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x96b91b23 il_get_free_ucode_key_idx +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x98b9e268 il_mac_change_interface +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x9c68267d il_mac_sta_remove +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x9cc714af il_bg_watchdog +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x9d58fecc il_setup_rx_scan_handlers +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x9d883967 il_clear_bit +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x9ec69531 il_send_cmd +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x9f5867ed il_force_reset +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xa0eb760b il_hdl_pm_debug_stats +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xa1335a3d il_full_rxon_required +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xa32ccfd1 il_check_rxon_cmd +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xa3350206 il_mac_add_interface +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xa4289217 il_get_lowest_plcp +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xa5dee108 il_eeprom_init +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xa7e7062c il_apm_init +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xa9d8dbf1 il_fill_probe_req +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xb0452919 il_get_active_dwell_time +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xb1e889d0 il_power_initialize +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xb65510a3 il_get_cmd_string +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xb6b90151 il_get_passive_dwell_time +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xb76687d9 il_mac_reset_tsf +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xb7bca23f il_connection_init_rx_config +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xb7bd33ff il_isr +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xb93bfe92 il_set_tx_power +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xbd36e31b il_is_ht40_tx_allowed +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xbfe92fd0 il_set_rate +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xc5eff76b il_read_targ_mem +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xcc39b349 il_send_stats_request +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xcd23eda9 il_init_geos +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xd1c27875 il_mac_remove_interface +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xd25b936f il_free_txq_mem +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xd33bdcb4 il_power_update_mode +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xd6383f6e il_get_channel_info +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xd648de10 il_txq_update_write_ptr +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xd7c0515d il_rd_prph +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xe05e09e3 il_update_stats +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xe0b0bb9e il_tx_cmd_protection +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xe3b98e36 il_pm_ops +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xe7b71016 il_tx_queue_reset +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xef7efd5e il_set_bit +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xf17ca5fc il_free_channel_map +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xf43599d7 il_usecs_to_beacons +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xf70a693b il_bcast_addr +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xf978123e il_mac_flush +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xfa2c3532 il_apm_stop +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xfc5bc2fb il_cmd_queue_free +EXPORT_SYMBOL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x1c5036c0 __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 0x6ff0d5fc __tracepoint_iwlwifi_dev_ucode_event +EXPORT_SYMBOL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x8bdc4afa __tracepoint_iwlwifi_dev_ucode_cont_event +EXPORT_SYMBOL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x8d99dd0f __traceiter_iwlwifi_dev_ucode_cont_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 0x98ddd2ca __traceiter_iwlwifi_dev_ucode_wrap_event +EXPORT_SYMBOL drivers/net/wireless/intel/iwlwifi/iwlwifi 0xc5f8788d iwl_trans_pcie_remove +EXPORT_SYMBOL drivers/net/wireless/intel/iwlwifi/iwlwifi 0xd1e69877 __SCK__tp_func_iwlwifi_dev_ucode_cont_event +EXPORT_SYMBOL drivers/net/wireless/intel/iwlwifi/iwlwifi 0xe9cd8947 __traceiter_iwlwifi_dev_ucode_event +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x0177216d hostap_set_antsel +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x083ac415 hostap_setup_dev +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x09adcd7f hostap_set_hostapd +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x0ad69602 hostap_set_multicast_list_queue +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x1e3f10b2 hostap_info_init +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x31bad5cb hostap_set_encryption +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x32e98a42 hostap_master_start_xmit +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x44afca6f hostap_80211_ops +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x4d1a39de prism2_update_comms_qual +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x697c5c45 hostap_handle_sta_tx_exc +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x6a77ff4d hostap_get_porttype +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x773b1000 hostap_set_auth_algs +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x7b199e42 hostap_free_data +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x7d320cb5 hostap_set_string +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x7fb75891 hostap_dump_rx_header +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x8bccfcbb hostap_set_roaming +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x9e7eeffe hostap_set_hostapd_sta +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xa7aec7b1 hostap_init_data +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xb4b77c8b hostap_80211_get_hdrlen +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xbd77c3a4 hostap_init_ap_proc +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xbe95215c hostap_add_interface +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xc7fc261f hostap_set_word +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xd0236768 hostap_80211_rx +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xd381635f hostap_init_proc +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xd9a6c85f hostap_remove_interface +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xd9ab17dd hostap_remove_proc +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xe1e5d7c9 hostap_check_sta_fw_version +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xf6ed9972 hostap_info_process +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xf91c03e2 hostap_dump_tx_header +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x086b691d orinoco_down +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x0c415ed8 orinoco_process_xmit_skb +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x1bc9204c orinoco_stop +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x3242f4a2 orinoco_change_mtu +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x3663103b free_orinocodev +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x64994596 orinoco_if_add +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x84d04624 orinoco_init +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x8f09c40d __orinoco_ev_info +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x8f859700 __orinoco_ev_rx +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0xbaaac5fd orinoco_up +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0xc61bfbb1 orinoco_if_del +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0xc751f180 orinoco_open +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0xcab393bd orinoco_set_multicast_list +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0xcde9bd64 orinoco_tx_timeout +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0xeb06cb81 hermes_struct_init +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0xedadfd3c 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 0xd2a980ec mt76_wcid_key_setup +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/btcoexist/btcoexist 0x72081d57 rtl_btc_get_ops_pointer +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x0496fc2c rtl92c_fill_h2c_cmd +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x132e5203 rtl92c_phy_set_rfpath_switch +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x1805639c rtl92c_dm_init_edca_turbo +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x1b8ba48d 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 0x26d0832c rtl92c_dm_init_rate_adaptive_mask +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x3d004753 _rtl92c_phy_set_rf_sleep +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x3f5d1720 rtl92c_phy_update_txpower_dbm +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x404b7d72 rtl92c_phy_lc_calibrate +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x42ee5976 _rtl92c_phy_fw_rf_serial_write +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x46376472 rtl92c_download_fw +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x477bfe70 _rtl92c_phy_bb8192c_config_parafile +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x48e41592 rtl92c_phy_ap_calibrate +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x4ad7aa95 rtl92c_set_fw_rsvdpagepkt +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x4d9a8361 rtl92c_dm_write_dig +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x52e9c79f _rtl92c_phy_dbm_to_txpwr_idx +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x59584ecc _rtl92c_phy_init_bb_rf_register_definition +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x59bf1738 rtl92c_phy_set_io +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x607d0df9 _rtl92c_phy_fw_rf_serial_read +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x6234aa67 rtl92c_phy_query_bb_reg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x6498cc73 rtl92c_dm_init +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x661f75fa _rtl92c_phy_rf_serial_write +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x6a8e59d0 rtl92ce_phy_set_rf_on +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x7f41aed4 rtl92c_phy_set_bw_mode +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x804f3541 rtl92c_phy_rf_config +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x80a1dd85 rtl92c_firmware_selfreset +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x90c4a440 rtl92c_phy_set_io_cmd +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x90f431b3 rtl92c_phy_sw_chnl +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x918dcd37 rtl92c_phy_iq_calibrate +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x944b42a6 rtl92c_dm_watchdog +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x96dc9fdb _rtl92c_phy_txpwr_idx_to_dbm +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xaa444898 rtl92c_dm_bt_coexist +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xac92485d _rtl92c_phy_rf_serial_read +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xacab9f03 rtl92c_bt_rssi_state_change +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xb8ad78e9 rtl92c_dm_check_txpower_tracking +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xc3d0e711 _rtl92c_store_pwrindex_diffrate_offset +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xca37753a rtl92c_phy_sw_chnl_callback +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xcc98d487 rtl92c_phy_set_txpower_level +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xd2814b51 rtl92c_set_fw_pwrmode_cmd +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xd779bfb4 rtl8192_phy_check_is_legal_rfpath +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xe85e4b6b rtl92c_phy_set_bb_reg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xead3fbe3 rtl92c_dm_rf_saving +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_pci 0x447ba956 rtl_pci_probe +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_pci 0xab1fe22e rtl_pci_disconnect +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_pci 0xe3327acd rtl_pci_suspend +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_pci 0xf2fcb2fc rtl_pci_resume +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_usb 0x74f4da51 rtl_usb_resume +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_usb 0x7da7081c rtl_usb_probe +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_usb 0xb1a5318d rtl_usb_suspend +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_usb 0xf5b29ba4 rtl_usb_disconnect +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x0206fb8a rtl_signal_scale_mapping +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x0580b205 efuse_shadow_read +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x07eecdd7 rtl_cmd_send_packet +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x0b038e24 channel5g_80m +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x154688af rtl_cam_empty_entry +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x1b945315 rtl_addr_delay +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x1bf03065 rtl_bb_delay +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x1c7277f6 rtl_wowlan_fw_cb +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x30a956d7 rtl_query_rxpwrpercentage +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x3c74f730 rtl_cam_delete_one_entry +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x4094bb7d rtl_phy_scan_operation_backup +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x43425e00 rtl_dm_diginit +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x4901c8bc rtl_rfreg_delay +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x490e4d74 rtl_cam_mark_invalid +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x4f59d685 rtl_c2hcmd_enqueue +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x54824f58 channel5g +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x6545adfe efuse_one_byte_read +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x6b7d66ed rtl_process_phyinfo +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x7b79d8e4 rtl_cam_get_free_entry +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x7e98a8bd rtl_hal_pwrseqcmdparsing +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x89bacaae rtl_send_smps_action +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x956df757 rtl_ps_enable_nic +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xa07fed8e rtl_rx_ampdu_apply +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xa34e0e9e rtl_ps_disable_nic +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xb042a91a rtl_cam_reset_all_entry +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xb30f2100 rtl_collect_scan_list +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xc7a6532f rtl_get_tcb_desc +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xcebad9df rtlwifi_rate_mapping +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xd5873508 rtl_fw_cb +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xd6026ae2 rtl_mrate_idx_to_arfr_id +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xd60bc5bb rtl_cam_add_one_entry +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xd991b512 efuse_power_switch +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xe1d44e34 rtl_cam_del_entry +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xe8725b44 rtl_init_rfkill +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xed7c8cf2 rtl_evm_db_to_percentage +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xef4ceaa3 rtl_efuse_shadow_map_update +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xfdfde71c efuse_read_1byte +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_8723d 0x33dd651d rtw8723d_hw_spec +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_8821c 0xae1d1290 rtw8821c_hw_spec +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_8822b 0xd83d1faf rtw8822b_hw_spec +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_8822c 0x37ff7491 rtw8822c_hw_spec +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x0064d398 rtw_tx_fill_tx_desc +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x00fb2798 rtw_bf_enable_bfee_su +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x02885ecf rtw_bf_remove_bfee_su +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x0abf2f21 rtw_coex_read_indirect_reg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x0f8fa317 rtw_bf_cfg_csi_rate +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x112713ac rtw_phy_pwrtrack_need_iqk +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x12024fa3 rtw_phy_pwrtrack_get_delta +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x1ac8021d rtw_set_channel_mac +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x235ca049 rtw_phy_pwrtrack_avg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x2da961e1 rtw_core_init +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x2ee6c36f rtw_phy_read_rf_sipi +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x30dabb56 rtw_phy_cfg_agc +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x312c77ab rtw_regd_get +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x3232f871 rtw_tx_report_enqueue +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x33b3f3c0 rtw_debug_mask +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x34398590 rtw_power_mode_change +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x36b7b0a9 rtw_core_deinit +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x36c5bfca rtw_disable_lps_deep_mode +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x3bf86b98 rtw_set_rx_freq_band +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x3c299a5c rtw_parse_tbl_bb_pg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x3cf73b89 rtw_phy_write_rf_reg_sipi +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x410a0863 rtw_coex_write_scbd +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x4387e60c rtw_phy_pwrtrack_thermal_changed +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 0x486cbc99 rtw_phy_cfg_mac +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x4bee90cd rtw_phy_init +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x5018734f rtw_phy_pwrtrack_get_pwridx +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x5030f31a rtw_phy_read_rf +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x519c8ba9 rtw_rate_size +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x540a47d6 rtw_phy_set_edcca_th +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x56124314 rtw_chip_info_setup +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x57edf7a2 check_hw_ready +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x58210e60 rtw_rate_section +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x59511882 rtw_coex_write_indirect_reg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x5f6f1094 rtw_parse_tbl_phy_cond +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x61422365 rtw_bf_phy_init +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x6bf8d0e3 rtw_fw_c2h_cmd_isr +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x6e066104 rtw_tx_write_data_h2c_get +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x6f87826a rtw_fw_inform_rfk_status +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x7a346558 rtw_bf_remove_bfee_mu +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x7d55950e rtw_tx_write_data_rsvd_page_get +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x7d6ff037 rtw_phy_config_swing_table +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x7ff0adbe rtw_read8_physical_efuse +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x83fba852 rtw_fw_do_iqk +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x86a475f1 rtw_phy_write_rf_reg_mix +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x86dd8106 rtw_dump_reg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x874def0c rtw_phy_get_tx_power_index +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x8b1ac0ad rtw_fw_c2h_cmd_rx_irqsafe +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x8ce73d6d rtw_parse_tbl_txpwr_lmt +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x90f3c15c rtw_bf_set_gid_table +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xa1698599 rtw_phy_parsing_cfo +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xac3bb92f rtw_register_hw +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xad072425 rtw_phy_load_tables +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xb3ab1ed9 rtw_ops +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xb9f83069 rtw_rx_stats +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xbeb62049 rtw_phy_pwrtrack_need_lck +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xbf7ade1d rtw_rx_fill_rx_status +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xc284856a rtw_phy_cfg_rf +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xc8036a91 rtw_dump_fw +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xda4cecb3 rtw_restore_reg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xdaffd0d6 rtw_phy_cfg_bb +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xe4d6404b rtw_phy_set_tx_power_level +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xe9aecafa __rtw_dbg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xf6837f58 rtw_unregister_hw +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xf7b7fca7 rtw_bf_enable_bfee_mu +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_pci 0x1e3a635f rtw_pci_probe +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_pci 0x6696b4bd rtw_pci_remove +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_pci 0xa1322a94 rtw_pci_shutdown +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_pci 0xf3d425a9 rtw_pm_ops +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_usb 0x0114c44c rtw_usb_probe +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_usb 0xd65556dc rtw_usb_disconnect +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_8852a 0xbe27dfcc rtw8852a_chip_info +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_8852b 0xc9b90d3c rtw8852b_chip_info +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_8852c 0x521c4153 rtw8852c_chip_info +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x03f74313 rtw89_phy_read32_idx +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x066461e2 rtw89_phy_write_reg3_tbl +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x0aae2b56 rtw89_mac_size +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x0e12f2f4 rtw89_phy_read_rf +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x10eb15dd rtw89_core_napi_deinit +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x11da5970 rtw89_mac_get_txpwr_cr +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x12ff6386 rtw89_mac_coex_init_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x13178770 rtw89_mac_enable_bb_rf +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x224f8ee8 rtw89_phy_read_rf_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x2ca4c704 rtw89_ser_notify +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x2d6fed31 rtw89_free_ieee80211_hw +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x2db11c41 rtw89_alloc_ieee80211_hw +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x33c68562 rtw89_core_napi_stop +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x35075816 rtw89_btc_set_policy +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x35eb077f rtw89_chip_info_setup +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x42158145 rtw89_core_fill_txdesc_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x44d56c11 rtw89_phy_write_rf_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x452ce9c2 rtw89_mac_disable_bb_rf +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x458d1ccd rtw89_mac_cfg_gnt_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x471a8e8e rtw89_mac_write_xtal_si +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x4ded5388 rtw89_mac_stop_sch_tx_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x4e5c2fa2 __rtw89_debug +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x4e60ab41 rtw89_phy_write32_idx +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x50e6cae4 rtw89_phy_config_rf_reg_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x5100292f rtw89_core_fill_txdesc_fwcmd_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x555e5abc rtw89_fw_h2c_rf_ntfy_mcc +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x598f640d rtw89_core_query_rxdesc +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x59a184b9 rtw89_phy_set_txpwr_byrate +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x5b71d89a rtw89_phy_get_txsc +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x623a4077 rtw89_core_deinit +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x689b6ea5 rtw89_mac_cfg_ctrl_path_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x6d6e52d3 rtw89_phy_set_txpwr_limit +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x714efb69 rtw89_mac_cfg_gnt +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x75740f5f rtw89_ops +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x757f9c26 rtw89_mac_cfg_ppdu_status +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x77847dc8 rtw89_btc_set_policy_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x7abbbfea rtw89_btc_ntfy_wl_rfk +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x7f88f16c rtw89_phy_write_rf +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x85c7f49e rtw89_core_init +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x85ea1488 rtw89_mac_resume_sch_tx_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x87d2dae7 rtw89_mac_stop_sch_tx +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x896f8383 rtw89_mac_coex_init +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x9137f594 rtw89_phy_tssi_ctrl_set_bandedge_cfg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x9bb960b9 rtw89_phy_read_txpwr_limit +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xa55505b2 rtw89_core_rx +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xa9097d17 rtw89_mac_read_xtal_si +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xa9b48fb2 rtw89_phy_load_txpwr_byrate +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xaf417d1d rtw89_mac_set_err_status +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xc7025449 rtw89_rfk_parser +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xc846a9e5 rtw89_fw_h2c_dctl_sec_cam_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xd983884a rtw89_mac_resume_sch_tx +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xd9a28853 rtw89_mac_cfg_ctrl_path +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xda670ba4 rtw89_mac_get_err_status +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xe231c606 rtw89_core_fill_txdesc +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xe37aed32 rtw89_core_register +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xe3f57b04 rtw89_debug_mask +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xe5659d1e rtw89_core_napi_start +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xe8537d90 rtw89_phy_set_txpwr_offset +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xeb708b55 rtw89_phy_set_txpwr_limit_ru +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xed7ee40e rtw89_core_unregister +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xfee4ac77 rtw89_core_napi_init +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x5926fed3 rtw89_pci_ltr_set +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x5e8ac4d3 rtw89_pci_recognize_intrs +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x61e88422 rtw89_pci_enable_intr_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x6afd9f15 rtw89_pci_recognize_intrs_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x6b10f853 rtw89_pci_fill_txaddr_info +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x6efd9f2c rtw89_bd_ram_table_dual +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x704923d6 rtw89_pci_config_intr_mask_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x71162055 rtw89_bd_ram_table_single +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x74b69d37 rtw89_pci_ltr_set_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x8d595058 rtw89_pm_ops +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x91e97797 rtw89_pci_enable_intr +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x9ce0961b rtw89_pci_ch_dma_addr_set +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0xa7c7300b rtw89_pci_probe +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0xb27c4a9f rtw89_pci_config_intr_mask +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0xbd03077f rtw89_pci_remove +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0xce0d2be8 rtw89_pci_fill_txaddr_info_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0xdf3d2372 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/realtek/rtw89/rtw89_pci 0xf945a25c rtw89_pci_disable_intr +EXPORT_SYMBOL drivers/net/wireless/rsi/rsi_91x 0x01606164 rsi_config_wowlan +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0x14d91633 wl12xx_is_dummy_packet +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0x33d4ecde wl1271_free_tx_id +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0xbcbc0467 wlcore_tx_complete +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0xf375f924 wlcore_calc_packet_alignment +EXPORT_SYMBOL drivers/nfc/fdp/fdp 0x42c8de83 fdp_nci_probe +EXPORT_SYMBOL drivers/nfc/fdp/fdp 0x5cfe883a fdp_nci_remove +EXPORT_SYMBOL drivers/nfc/microread/microread 0x448ed122 microread_remove +EXPORT_SYMBOL drivers/nfc/microread/microread 0xe82c0f33 microread_probe +EXPORT_SYMBOL drivers/nfc/nxp-nci/nxp-nci 0x92beef56 nxp_nci_probe +EXPORT_SYMBOL drivers/nfc/nxp-nci/nxp-nci 0xe33c1bd8 nxp_nci_remove +EXPORT_SYMBOL drivers/nfc/nxp-nci/nxp-nci 0xfd88d54f nxp_nci_fw_recv_frame +EXPORT_SYMBOL drivers/nfc/pn533/pn533 0xffdb1cb2 pn533_recv_frame +EXPORT_SYMBOL drivers/nfc/pn544/pn544 0x02e0c49a pn544_hci_remove +EXPORT_SYMBOL drivers/nfc/pn544/pn544 0x156da318 pn544_hci_probe +EXPORT_SYMBOL drivers/nfc/s3fwrn5/s3fwrn5 0x3eac3145 s3fwrn5_phy_power_ctrl +EXPORT_SYMBOL drivers/nfc/s3fwrn5/s3fwrn5 0x774203fc s3fwrn5_phy_set_wake +EXPORT_SYMBOL drivers/nfc/s3fwrn5/s3fwrn5 0x7a802dcd s3fwrn5_remove +EXPORT_SYMBOL drivers/nfc/s3fwrn5/s3fwrn5 0x7e23531c s3fwrn5_recv_frame +EXPORT_SYMBOL drivers/nfc/s3fwrn5/s3fwrn5 0xc1352cf3 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 0x143559ec ndlc_open +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0x15b50731 st_nci_se_deinit +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0x1b16d226 st_nci_se_init +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0x42dd669d st_nci_se_io +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0x436a7929 ndlc_send +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0x53c5b11a ndlc_probe +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0x85d9bc56 ndlc_recv +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0xb32f3e21 ndlc_close +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0xfe2a6539 st_nci_vendor_cmds_init +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0xfe489f5d ndlc_remove +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x0432530b st21nfca_apdu_reader_event_received +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x05389786 st21nfca_hci_remove +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x0a2bf634 st21nfca_im_send_dep_req +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x199131e1 st21nfca_dep_deinit +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x1e681dd1 st21nfca_dep_event_received +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x34d68cb6 st21nfca_hci_disable_se +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x41846368 st21nfca_im_send_atr_req +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x43384dc9 st21nfca_dep_init +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x4b3b8505 st21nfca_se_deinit +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x7efab982 st21nfca_tm_send_dep_res +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x99d3e035 st21nfca_hci_enable_se +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0xa4d50009 st21nfca_hci_discover_se +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0xb523ce50 st21nfca_connectivity_event_received +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0xbce7b1a7 st21nfca_hci_probe +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0xc2155975 st21nfca_se_init +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0xe9cedb39 st21nfca_hci_loopback_event_received +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0xefd09204 st21nfca_vendor_cmds_init +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0xf7dfbc0b st21nfca_hci_se_io +EXPORT_SYMBOL drivers/ntb/ntb 0x03f6f881 ntb_set_ctx +EXPORT_SYMBOL drivers/ntb/ntb 0x07c8b3b8 ntb_default_peer_port_number +EXPORT_SYMBOL drivers/ntb/ntb 0x1b3428d4 ntb_default_port_number +EXPORT_SYMBOL drivers/ntb/ntb 0x2a6159e2 ntb_unregister_device +EXPORT_SYMBOL drivers/ntb/ntb 0x8073f207 ntb_default_peer_port_count +EXPORT_SYMBOL drivers/ntb/ntb 0x8c6fccda ntb_db_event +EXPORT_SYMBOL drivers/ntb/ntb 0x8cd5468b ntb_unregister_client +EXPORT_SYMBOL drivers/ntb/ntb 0x916352cf ntb_msi_init +EXPORT_SYMBOL drivers/ntb/ntb 0x9660f732 ntbm_msi_request_threaded_irq +EXPORT_SYMBOL drivers/ntb/ntb 0xb55ab653 ntb_register_device +EXPORT_SYMBOL drivers/ntb/ntb 0xbd911039 __ntb_register_client +EXPORT_SYMBOL drivers/ntb/ntb 0xc29f31e6 ntbm_msi_free_irq +EXPORT_SYMBOL drivers/ntb/ntb 0xd690dd8b ntb_msi_peer_addr +EXPORT_SYMBOL drivers/ntb/ntb 0xd69e3eb5 ntb_msi_setup_mws +EXPORT_SYMBOL drivers/ntb/ntb 0xd8f3629a ntb_msi_clear_mws +EXPORT_SYMBOL drivers/ntb/ntb 0xdbbb30a8 ntb_clear_ctx +EXPORT_SYMBOL drivers/ntb/ntb 0xe1e8cb68 ntb_default_peer_port_idx +EXPORT_SYMBOL drivers/ntb/ntb 0xe9e0d8e2 ntb_link_event +EXPORT_SYMBOL drivers/ntb/ntb 0xf17de237 ntb_msi_peer_trigger +EXPORT_SYMBOL drivers/ntb/ntb 0xf34b92bd ntb_msg_event +EXPORT_SYMBOL drivers/nvdimm/nd_btt 0x1a1ab7c3 nvdimm_namespace_detach_btt +EXPORT_SYMBOL drivers/nvdimm/nd_btt 0x8876a122 nvdimm_namespace_attach_btt +EXPORT_SYMBOL drivers/parport/parport 0x00357b30 parport_ieee1284_ecp_write_data +EXPORT_SYMBOL drivers/parport/parport 0x047e21e7 parport_register_dev_model +EXPORT_SYMBOL drivers/parport/parport 0x0895bc8b parport_get_port +EXPORT_SYMBOL drivers/parport/parport 0x0da64f27 parport_put_port +EXPORT_SYMBOL drivers/parport/parport 0x0e4b3db1 __parport_register_driver +EXPORT_SYMBOL drivers/parport/parport 0x1969380d parport_ieee1284_epp_write_data +EXPORT_SYMBOL drivers/parport/parport 0x19a499d9 parport_ieee1284_read_nibble +EXPORT_SYMBOL drivers/parport/parport 0x38bad6ec parport_release +EXPORT_SYMBOL drivers/parport/parport 0x3b67f42e parport_find_base +EXPORT_SYMBOL drivers/parport/parport 0x3ef22c13 parport_unregister_driver +EXPORT_SYMBOL drivers/parport/parport 0x45910e62 parport_ieee1284_ecp_write_addr +EXPORT_SYMBOL drivers/parport/parport 0x47095e2c parport_ieee1284_ecp_read_data +EXPORT_SYMBOL drivers/parport/parport 0x4a40d3e8 parport_ieee1284_read_byte +EXPORT_SYMBOL drivers/parport/parport 0x4d2a941b parport_ieee1284_interrupt +EXPORT_SYMBOL drivers/parport/parport 0x4fb995da parport_set_timeout +EXPORT_SYMBOL drivers/parport/parport 0x52344211 parport_ieee1284_write_compat +EXPORT_SYMBOL drivers/parport/parport 0x5ccd4d5f parport_ieee1284_epp_write_addr +EXPORT_SYMBOL drivers/parport/parport 0x5e3a3912 parport_irq_handler +EXPORT_SYMBOL drivers/parport/parport 0x61a5a665 parport_negotiate +EXPORT_SYMBOL drivers/parport/parport 0x6650b368 parport_write +EXPORT_SYMBOL drivers/parport/parport 0x674e0418 parport_wait_peripheral +EXPORT_SYMBOL drivers/parport/parport 0x7640634a parport_find_number +EXPORT_SYMBOL drivers/parport/parport 0x7678c974 parport_ieee1284_epp_read_addr +EXPORT_SYMBOL drivers/parport/parport 0x788c1a05 parport_wait_event +EXPORT_SYMBOL drivers/parport/parport 0x7d9dd192 parport_remove_port +EXPORT_SYMBOL drivers/parport/parport 0x8f37d0c9 parport_del_port +EXPORT_SYMBOL drivers/parport/parport 0xa4d09730 parport_unregister_device +EXPORT_SYMBOL drivers/parport/parport 0xb36a164d parport_ieee1284_epp_read_data +EXPORT_SYMBOL drivers/parport/parport 0xc1b89936 parport_claim +EXPORT_SYMBOL drivers/parport/parport 0xc7d98466 parport_announce_port +EXPORT_SYMBOL drivers/parport/parport 0xd395fe75 parport_claim_or_block +EXPORT_SYMBOL drivers/parport/parport 0xd47da759 parport_register_port +EXPORT_SYMBOL drivers/parport/parport 0xf4c5b8de parport_read +EXPORT_SYMBOL drivers/parport/parport_pc 0x1f550405 parport_pc_unregister_port +EXPORT_SYMBOL drivers/parport/parport_pc 0x515066e5 parport_pc_probe_port +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x06191187 pcmcia_parse_uevents +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x06b0d3ef pcmcia_get_socket_by_nr +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x1816f787 pcmcia_socket_class +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 0x253751d1 pcmcia_register_socket +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x47647234 pcmcia_get_socket +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x4e3878a0 pcmcia_reset_card +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x578c0ef5 pcmcia_put_socket +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x58d323cc pcmcia_parse_events +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x60979c92 pcmcia_unregister_socket +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xcf97f3bd dead_socket +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xfc847a29 pccard_register_pcmcia +EXPORT_SYMBOL drivers/pcmcia/pcmcia_rsrc 0x4d1ca9cf pccard_static_ops +EXPORT_SYMBOL drivers/platform/chrome/cros_ec 0x366ef6d8 cros_ec_suspend +EXPORT_SYMBOL drivers/platform/chrome/cros_ec 0x380ef0da cros_ec_register +EXPORT_SYMBOL drivers/platform/chrome/cros_ec 0x484a30e1 cros_ec_resume +EXPORT_SYMBOL drivers/platform/chrome/cros_ec 0x57678bdb cros_ec_unregister +EXPORT_SYMBOL drivers/platform/chrome/cros_ec 0xf25aacf5 cros_ec_irq_thread +EXPORT_SYMBOL drivers/regulator/rohm-regulator 0x3f8c6c83 rohm_regulator_set_dvs_levels +EXPORT_SYMBOL drivers/rpmsg/qcom_smd 0x3330a1c8 qcom_smd_unregister_edge +EXPORT_SYMBOL drivers/rpmsg/qcom_smd 0xec34fbf2 qcom_smd_register_edge +EXPORT_SYMBOL drivers/rpmsg/rpmsg_char 0x4f532b06 rpmsg_chrdev_eptdev_destroy +EXPORT_SYMBOL drivers/rpmsg/rpmsg_char 0x70774d3e rpmsg_chrdev_eptdev_create +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x00cdaf36 rpmsg_send_offchannel +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x0d1ed283 rpmsg_destroy_ept +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x14cde32a rpmsg_poll +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x154a9e55 rpmsg_trysendto +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x1869a9c1 rpmsg_sendto +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x399814fd rpmsg_register_device +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x4d0c56eb rpmsg_get_mtu +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x5bc144fa rpmsg_class +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x658a3aca rpmsg_register_device_override +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x6d710460 __register_rpmsg_driver +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x7a3a5efb rpmsg_send +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x87dba4d6 unregister_rpmsg_driver +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x89f5b0de rpmsg_trysend +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x8bfca27a rpmsg_find_device +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0xba5a70b2 rpmsg_unregister_device +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0xc7affc48 rpmsg_create_ept +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0xc84cecd3 rpmsg_release_channel +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0xda8f3f22 rpmsg_create_channel +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0xde546d00 rpmsg_trysend_offchannel +EXPORT_SYMBOL drivers/rpmsg/rpmsg_ns 0x11bdf524 rpmsg_ns_register_device +EXPORT_SYMBOL drivers/scsi/esp_scsi 0x1993af78 scsi_esp_template +EXPORT_SYMBOL drivers/scsi/esp_scsi 0x4a29ab38 scsi_esp_intr +EXPORT_SYMBOL drivers/scsi/esp_scsi 0x81641546 scsi_esp_cmd +EXPORT_SYMBOL drivers/scsi/esp_scsi 0xaab392c6 scsi_esp_unregister +EXPORT_SYMBOL drivers/scsi/esp_scsi 0xacdb61e5 scsi_esp_register +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x3c12b679 fcoe_fcf_get_selected +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x632a67dd fcoe_ctlr_destroy +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x68692c13 fcoe_transport_detach +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x6adfd201 fcoe_ctlr_init +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x6ecffbeb fcoe_transport_attach +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x808d8a8f fcoe_ctlr_recv_flogi +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x8d1eddb1 fcoe_ctlr_link_down +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xb572e935 fcoe_ctlr_els_send +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xcc05a78a fcoe_ctlr_recv +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xd7a577c1 fcoe_ctlr_link_up +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xea63a002 fcoe_ctlr_set_fip_mode +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x008f03e4 fc_exch_mgr_list_clone +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x0732f9b0 fc_exch_mgr_free +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x0b91deeb fc_lport_iterate +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x0fc99602 fc_lport_reset +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x0ff635ca fc_fabric_login +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x110ab06c fc_exch_mgr_reset +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x13754aa8 fc_fcp_destroy +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x153d65ca fc_rport_logoff +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x1abdb308 libfc_vport_create +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x1abe169b fc_get_host_stats +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x1d85e481 fc_seq_assign +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x22b90986 fc_exch_mgr_del +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x23991256 fc_exch_update_stats +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x263897bf fc_lport_set_local_id +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x30de9ee5 fc_set_rport_loss_tmo +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x3ab3017f fc_fcp_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x43a26f19 fc_exch_mgr_alloc +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x45b90ce4 fc_fc4_deregister_provider +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x45e13b99 fc_rport_create +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x4714422e fc_lport_destroy +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x52987ade fc_slave_alloc +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x536e7ab1 fc_elsct_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x54edc866 fc_eh_host_reset +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x5aae7ef4 fc_fill_reply_hdr +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x5ab41f0c fc_lport_notifier_head +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x5b6cd8a7 fc_rport_recv_req +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x62e5f545 fc_exch_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x6627fa78 fc_vport_id_lookup +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x68f58710 fc_fabric_logoff +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x6e48570b fc_lport_bsg_request +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x71b3406d fc_set_mfs +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x72125fa4 fc_vport_setlink +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x7a37477e fc_exch_seq_send +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x7be90eed fc_fill_hdr +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x7e133e53 fc_queuecommand +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 0x856d0a58 fc_disc_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x92ad4c68 fc_lport_config +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x96506286 fc_lport_recv +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x9933c7c7 fc_exch_recv +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x9a2df75e fc_linkup +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x9aaefcde fc_seq_send +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x9d50ed7e fc_rport_destroy +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x9d899be9 fc_eh_device_reset +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x9e34bea6 fc_exch_mgr_add +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x9f4ec14a fc_rport_terminate_io +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x9fa7097a fc_lport_logo_resp +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xa1bcd198 fc_cpu_mask +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xa400f34e fc_get_host_speed +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xaf7e56fe fc_elsct_send +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xb0735add fc_frame_alloc_fill +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xb0ddd5a1 fc_rport_flush_queue +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xb44bc00e fc_linkdown +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xb7bf10f6 fc_get_host_port_state +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xbc16239e fc_seq_set_resp +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xd23cc07e fc_lport_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xdb194389 fc_eh_abort +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xe0f73114 fc_fc4_register_provider +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xe371275e fc_rport_login +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xe37daae7 fc_disc_config +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xe51cbb7d fc_lport_flogi_resp +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xec03bf42 fc_rport_lookup +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xf4a20bd1 _fc_frame_alloc +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xfa4667d1 fc_seq_release +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xfe2edf67 fc_frame_crc_check +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0x0edfc4bc sas_prep_resume_ha +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0x4a8e3d34 try_test_sas_gpio_gp_bit +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0x7b1bf584 sas_resume_ha_no_sync +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0xb38225fb sas_resume_ha +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0xe5f6d17b sas_suspend_ha +EXPORT_SYMBOL drivers/scsi/megaraid/megaraid_mm 0x08ee1d13 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 0x4f000a38 qlt_enable_vha +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x55f3de5f qlt_xmit_response +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x577d106c qlt_xmit_tm_rsp +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x6dbb9202 qlt_lport_register +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x6ef2b490 qlt_abort_cmd +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x6fa7c0ef qlt_stop_phase1 +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x72017946 qlt_lport_deregister +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x8d379a0e qlt_stop_phase2 +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x8effa7bf qlt_free_cmd +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xda66a7c3 qlt_unreg_sess +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xf2681441 qlt_rdy_to_xfer +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xf4a6ca5d qlt_free_mcmd +EXPORT_SYMBOL drivers/scsi/raid_class 0xe21b2fbc raid_class_attach +EXPORT_SYMBOL drivers/scsi/raid_class 0xea8eeb21 raid_class_release +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x034ed899 fc_host_fpin_rcv +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x1132281a fc_remote_port_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x30fac969 fc_release_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x375f8bbd fc_get_event_number +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x3dce8ce2 fc_remote_port_rolechg +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x40b5d4d9 fc_block_scsi_eh +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x45da729c fc_block_rport +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x4966639b fc_remote_port_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x6be0ded4 fc_vport_terminate +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x6faa2c6e fc_remove_host +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x92cd4bfc fc_vport_create +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xb18bdfab fc_eh_timed_out +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xb746abd8 scsi_is_fc_rport +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xbb5cf5a0 fc_attach_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xbc2a94ef fc_host_post_fc_event +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xc77b8567 fc_find_rport_by_wwpn +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xd995f97d fc_host_post_vendor_event +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xe7ade2c9 fc_host_post_event +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x0459c992 sas_port_get_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x09f61e03 sas_phy_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x25d5c311 sas_get_address +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x298fb503 scsi_is_sas_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x2ba34ef6 sas_port_add_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x43bb9fdb sas_port_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x522b9587 sas_read_port_mode_page +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x54633087 sas_port_mark_backlink +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x750c023f sas_end_device_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x757723c5 scsi_is_sas_port +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x7695f8ab scsi_is_sas_rphy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x7b2c3722 sas_port_free +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x7c243bbd sas_phy_free +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x8218ede8 sas_port_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x9060ffcd sas_rphy_remove +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x948a5318 sas_phy_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xa9f3b615 sas_rphy_free +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xabeaefa7 sas_rphy_unlink +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xb4291db1 sas_port_alloc_num +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xb8f3ef48 sas_rphy_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xb9644a32 sas_phy_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xbc34056d sas_attach_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xbd5f712d sas_expander_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xe3914e86 sas_remove_children +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xe846b6c6 sas_port_delete_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xe92c7e38 sas_port_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xf0ac6ee3 sas_remove_host +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xf717ebdb sas_rphy_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xf997b23f sas_release_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0x1d6e5b6b spi_display_xfer_agreement +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0x232ae36c spi_dv_device +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0x3686ea09 spi_print_msg +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0x437cda80 spi_schedule_dv_device +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0xae56c8b2 spi_release_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0xb2bc455e spi_attach_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0x2519b11e srp_reconnect_rport +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0x3d1e8691 srp_rport_put +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0x405b6e05 srp_parse_tmo +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0xa9433d16 srp_start_tl_fail_timers +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0xc017ef59 srp_timed_out +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0xcf325075 srp_rport_get +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 0x0db96152 cmdq_dev_get_client_reg +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 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 0x7a7a5aea 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 0xa3457318 cmdq_pkt_create +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 0xc6f2b7f0 cmdq_mbox_create +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 0xf598ab88 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 0x06b9d53b geni_se_tx_dma_prep +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0x188c9969 geni_icc_get +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0x21f1a175 geni_se_select_mode +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0x2e985aed geni_icc_disable +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0x37f7a2c6 geni_icc_set_tag +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0x47b7aa04 geni_se_resources_on +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0x7a84b4d8 geni_se_get_qup_hw_version +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0x7aab6d9b geni_se_resources_off +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0x81376554 geni_se_rx_dma_unprep +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0x8b76a791 geni_se_init +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0x8d46c1b6 geni_se_config_packing +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0xa1f9257a geni_icc_set_bw +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0xce8ce8f9 geni_se_rx_dma_prep +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0xe1b1b17c geni_icc_enable +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0xe4123411 geni_se_tx_dma_unprep +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0xec78f63d geni_se_clk_tbl_get +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0xf7508d51 geni_se_clk_freq_match +EXPORT_SYMBOL drivers/soc/qcom/qcom_aoss 0x2333aed6 qmp_put +EXPORT_SYMBOL drivers/soc/qcom/qcom_aoss 0x69bef496 qmp_get +EXPORT_SYMBOL drivers/soc/qcom/qcom_aoss 0xae4b53c5 qmp_send +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0x043dc99c qmi_send_response +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 0x4f25ff2f qmi_send_indication +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0x6ee7272c qmi_handle_init +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0xabbd359b qmi_txn_init +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0xbc9e4ec5 qmi_add_server +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0xbe2045d4 qmi_txn_cancel +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0xcc4903d1 qmi_send_request +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0xd0329ee5 qmi_txn_wait +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0xdb69f171 qmi_handle_release +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0xf600d6b5 qmi_decode_message +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0xf7a5be6a qmi_add_lookup +EXPORT_SYMBOL drivers/soc/qcom/smd-rpm 0x46bb046c qcom_rpm_smd_write +EXPORT_SYMBOL drivers/soc/qcom/smem 0x5a710273 qcom_smem_get_free_space +EXPORT_SYMBOL drivers/soc/qcom/smem 0x63ef36e3 qcom_smem_alloc +EXPORT_SYMBOL drivers/soc/qcom/smem 0x932eb0e3 qcom_smem_get +EXPORT_SYMBOL drivers/soc/qcom/smem 0x9979b76e qcom_smem_virt_to_phys +EXPORT_SYMBOL drivers/soc/qcom/wcnss_ctrl 0xd0b9ae11 qcom_wcnss_open_channel +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x063e4227 sdw_bus_exit_clk_stop +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x102c6dce sdw_read_no_pm +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 0x1f5258f4 sdw_nread +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x206ebaff sdw_bus_master_add +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x26b4179e sdw_slave_read_prop +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x3b0a8582 sdw_startup_stream +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x4bd718cb sdw_stream_add_master +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x4cde88bf sdw_disable_stream +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x5f0d1e9f sdw_read +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 0x7b16e3e0 sdw_compare_devid +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x8c0357ee sdw_handle_slave_status +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x8c47f8a9 sdw_nwrite +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x9e122d79 sdw_alloc_stream +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x9fa1291a sdw_bus_clk_stop +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xa26f07c5 sdw_bread_no_pm_unlocked +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xa74a2975 sdw_master_read_prop +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xa75c65c9 sdw_stream_add_slave +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xab91209f sdw_stream_remove_slave +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xb00f22c0 sdw_update +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xb5d75fff sdw_write_no_pm +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xba54b904 sdw_cols +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xbbec2c2e sdw_enable_stream +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xc620f846 sdw_update_no_pm +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xd8439b75 sdw_stream_remove_master +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xd90fb47c sdw_bus_prep_clk_stop +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xda333815 sdw_extract_slave_id +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xda5bce09 sdw_release_stream +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xdd061e03 sdw_clear_slave_status +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xe009b505 sdw_slave_add +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xe935bbf5 sdw_bwrite_no_pm_unlocked +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xf1899dff sdw_bus_master_delete +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xf53ba0b8 sdw_rows +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xf61a66fe sdw_show_ping_status +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xf6ee17f5 sdw_write +EXPORT_SYMBOL drivers/ssb/ssb 0x152b8694 ssb_bus_powerup +EXPORT_SYMBOL drivers/ssb/ssb 0x1bf6acf8 ssb_chipco_gpio_control +EXPORT_SYMBOL drivers/ssb/ssb 0x1c000a42 ssb_device_enable +EXPORT_SYMBOL drivers/ssb/ssb 0x1c293ef0 ssb_dma_translation +EXPORT_SYMBOL drivers/ssb/ssb 0x2d8fc558 ssb_set_devtypedata +EXPORT_SYMBOL drivers/ssb/ssb 0x5417828e ssb_commit_settings +EXPORT_SYMBOL drivers/ssb/ssb 0x566155ea ssb_pmu_set_ldo_paref +EXPORT_SYMBOL drivers/ssb/ssb 0x58f6021d ssb_driver_unregister +EXPORT_SYMBOL drivers/ssb/ssb 0x63647ce1 ssb_pcicore_dev_irqvecs_enable +EXPORT_SYMBOL drivers/ssb/ssb 0x6809dea8 __ssb_driver_register +EXPORT_SYMBOL drivers/ssb/ssb 0x6bb385d2 ssb_bus_unregister +EXPORT_SYMBOL drivers/ssb/ssb 0x7221bc6e ssb_bus_sdiobus_register +EXPORT_SYMBOL drivers/ssb/ssb 0x7d418142 ssb_bus_suspend +EXPORT_SYMBOL drivers/ssb/ssb 0xaaff3639 ssb_clockspeed +EXPORT_SYMBOL drivers/ssb/ssb 0xaf94b08e ssb_device_disable +EXPORT_SYMBOL drivers/ssb/ssb 0xb64d22c5 ssb_device_is_enabled +EXPORT_SYMBOL drivers/ssb/ssb 0xb7bf951a ssb_pcihost_register +EXPORT_SYMBOL drivers/ssb/ssb 0xcb17f1cb ssb_admatch_base +EXPORT_SYMBOL drivers/ssb/ssb 0xdc69b89c ssb_bus_resume +EXPORT_SYMBOL drivers/ssb/ssb 0xdfc7c6ef ssb_admatch_size +EXPORT_SYMBOL drivers/ssb/ssb 0xf0d24a15 ssb_bus_may_powerdown +EXPORT_SYMBOL drivers/ssb/ssb 0xfe38f82c ssb_pmu_set_ldo_voltage +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x052abb2e fbtft_write_gpio16_wr_latched +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x097574c4 fbtft_framebuffer_release +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x0e845196 fbtft_write_vmem16_bus16 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x1ad0d19c fbtft_probe_common +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x25f8b4f7 fbtft_write_vmem8_bus8 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x32894b6f fbtft_write_reg16_bus16 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x3cd95808 fbtft_register_backlight +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x49c34a0f fbtft_write_vmem16_bus9 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x49f1ee61 fbtft_framebuffer_alloc +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x73df89c8 fbtft_write_spi +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x786eadba fbtft_dbg_hex +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x8041cf7d fbtft_unregister_framebuffer +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x84130546 fbtft_unregister_backlight +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x8996def2 fbtft_write_spi_emulate_9 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x8fe93beb fbtft_write_buf_dc +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x91f95b6d fbtft_read_spi +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x9edfb84e fbtft_write_vmem16_bus8 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xb5543564 fbtft_write_gpio8_wr +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xc11c35bc fbtft_remove_common +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xcf0a1581 fbtft_write_reg8_bus8 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xd70274dc fbtft_init_display +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xe19eee1b fbtft_register_framebuffer +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xe91dfc91 fbtft_write_reg8_bus9 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xe9e1f5c2 fbtft_write_gpio16_wr +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xfa762a39 fbtft_write_reg16_bus8 +EXPORT_SYMBOL drivers/staging/greybus/gb-audio-codec 0x5786bda6 gbaudio_module_update +EXPORT_SYMBOL drivers/staging/greybus/gb-audio-codec 0x76c1aee9 gbaudio_register_module +EXPORT_SYMBOL drivers/staging/greybus/gb-audio-codec 0x7b40e2cc gbaudio_unregister_module +EXPORT_SYMBOL drivers/staging/iio/addac/adt7316 0x2a3f8a99 adt7316_probe +EXPORT_SYMBOL drivers/staging/iio/meter/ade7854 0x0352c81d ade7854_probe +EXPORT_SYMBOL drivers/staging/nvec/nvec 0x19180d77 nvec_write_async +EXPORT_SYMBOL drivers/staging/nvec/nvec 0x52ed1605 nvec_write_sync +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x0115ad98 rtllib_xmit +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x0ab0b922 rtllib_wx_set_rate +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x0b00e629 alloc_rtllib +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x0e44d349 rtllib_sta_ps_send_null_frame +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x1b1babc3 rtllib_EnableIntelPromiscuousMode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x1b46ff67 rtllib_wx_get_rate +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x22166084 rt_global_debug_component +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x40d0aeae rtllib_wx_get_scan +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x45301e52 rtllib_wx_set_gen_ie +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x4704683b rtllib_wx_get_mode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x4888fdcc rtllib_wx_set_encode_ext +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x4a70efa8 rtllib_legal_channel +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x5126e8eb rtllib_wx_set_scan +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x53223ce7 rtllib_wx_set_power +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x55857fbe rtllib_wx_get_power +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x56f22e7e rtllib_wx_set_mode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x58265a22 rtllib_MgntDisconnect +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x5bc1799a notify_wx_assoc_event +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x66240486 rtllib_act_scanning +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x6f820dc4 rtllib_wx_set_rts +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x7053e378 rtllib_wx_set_wap +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x76af3638 rtllib_start_scan_syncro +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x82c514d2 dot11d_channel_map +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x871efaa3 rtllib_wx_get_wap +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x88b78424 rtllib_DisableIntelPromiscuousMode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x91888913 rtllib_wx_set_mlme +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x95eb3dd1 rtllib_stop_send_beacons +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x98cf141f rtllib_wx_get_rts +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x9979d3c1 rtllib_start_send_beacons +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x9f6f2af4 rtllib_softmac_start_protocol +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x9f99088a free_rtllib +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xa162313a rtllib_reset_queue +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xa2a33289 rtllib_wx_set_rawtx +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xa4256f3e rtllib_rx +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xa5429fdd rtllib_wx_set_encode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xa76c1d97 HT_update_self_and_peer_setting +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xad90c21a rtllib_wx_set_freq +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xb32d163b rtllib_wx_set_auth +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xb7f3d1ce rtllib_wx_get_encode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xb9eed35f rtllib_stop_scan_syncro +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xbc66845f rtllib_wx_get_freq +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xd6a14438 rtllib_softmac_stop_protocol +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xdc306a47 RemovePeerTS +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xdf78f620 rtllib_wlan_frequencies +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xe37cc167 rtllib_wx_set_essid +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xe5db823e rtllib_wx_get_essid +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xeabcba21 rtllib_get_beacon +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xeba249cb rtllib_wx_get_name +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xf0d319ac rtllib_stop_scan +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xf6387e5b dot11d_init +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xf78072c8 rtllib_ps_tx_ack +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x0a221092 ieee80211_get_beacon +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x0e5a1acb ieee80211_wx_get_scan +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x0f4089de dot11d_update_country_ie +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x13dabe8b ieee80211_start_send_beacons +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x154b5d42 to_legal_channel +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x1b7b8c74 ieee80211_stop_queue_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x1e8c67b9 ieee80211_wx_set_rts +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x232e7944 ieee80211_wlan_frequencies +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x2a55877d ieee80211_wx_get_freq +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x2cbb00f0 ieee80211_wx_set_encode_ext +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x2e23cfb1 ieee80211_disassociate +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x33847da9 ieee80211_wpa_supplicant_ioctl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x3af0b973 SendDisassociation_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x46b5003c ieee80211_wake_queue_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x4afe7d2f ieee80211_wx_get_wap +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x537436ff ieee80211_ps_tx_ack +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x5b5f92a6 ieee80211_wx_set_freq +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x5d87cfe1 ieee80211_wx_get_name +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x66979591 ieee80211_is_54g +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x6ad0d16f notify_wx_assoc_event_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x7f500f10 ieee80211_wx_set_scan +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x803d649f dot11d_get_max_tx_pwr_in_dbm +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x85a7700f ieee80211_softmac_scan_syncro +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x87ccbfb3 ieee80211_softmac_start_protocol +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x88bdcd0a ieee80211_softmac_xmit +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x8ddbc05d ieee80211_wx_set_mode +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x9e825424 rtl8192u_dot11d_init +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xa172ee90 dot11d_scan_complete +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xa2954091 ieee80211_wx_get_rate +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xa5139c47 ieee80211_rx_mgt +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xa51c35fd ieee80211_wx_get_rts +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xab69a834 ieee80211_wx_set_auth +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xb3162b7a ieee80211_wx_set_rawtx +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xb46bd139 is_legal_channel +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xbdf195c9 ieee80211_softmac_stop_protocol +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xbf9af67a ieee80211_wx_set_mlme +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xc6cc16ed ieee80211_wx_get_encode_ext +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xc879d54a ieee80211_wx_set_essid +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xd1651335 ieee80211_rx +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xd214da99 ieee80211_wx_get_encode +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xd39f554a ieee80211_wx_set_rate +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xd909d403 ieee80211_wx_get_essid +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xd9b3d55a ieee80211_txb_free +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xdd0553ac ieee80211_wx_set_encode +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xdd87575c HTUpdateSelfAndPeerSetting +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xdf4ab566 dot11d_reset +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xe476403e ieee80211_reset_queue +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xe825617f ieee80211_is_shortslot +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xea4fbbd5 ieee80211_stop_send_beacons +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xea9b8a1b ieee80211_wx_get_power +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xf16e2f6b ieee80211_wx_set_wap +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xf79fe373 ieee80211_start_scan_syncro +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xf826e670 ieee80211_stop_scan +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xfbeb8b52 ieee80211_wx_set_power +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xfcd1d586 ieee80211_wx_get_mode +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xffa8aab5 ieee80211_wx_set_gen_ie +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x12bebf40 iscsit_build_text_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x133b57e9 iscsit_build_nopin_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x149c8a42 iscsit_find_cmd_from_itt +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x1b3a93f8 iscsit_add_reject +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x2e1c8c40 iscsit_cause_connection_reinstatement +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x2e2bd504 iscsit_handle_logout_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x359382d1 __iscsit_check_dataout_hdr +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x35c2c8fb iscsit_build_datain_pdu +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x38cf1b66 iscsit_check_dataout_payload +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x3a2d5a9e iscsit_handle_task_mgt_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x3c25b4ab iscsit_queue_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x3cd64a8e iscsi_target_check_login_request +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x3d7c3312 iscsit_setup_nop_out +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x3f7f5285 iscsi_change_param_sprintf +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x41b8cb5e iscsit_immediate_queue +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x450ba55f iscsit_allocate_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x464bd2bc iscsit_find_cmd_from_itt_or_dump +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x468aa00e iscsit_response_queue +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x489f54a1 iscsit_build_logout_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x4b324473 iscsit_aborted_task +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x5489aed7 iscsit_unregister_transport +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x5afab529 iscsit_check_dataout_hdr +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x5e5da573 iscsit_process_nop_out +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x6402b3e8 iscsit_add_cmd_to_immediate_queue +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x6778c1e6 iscsit_setup_scsi_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x6bd7a362 iscsit_build_rsp_pdu +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x6d030bba iscsit_build_r2ts_for_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x75fb8982 iscsit_thread_check_cpumask +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x802b5d02 iscsit_setup_text_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x88f21eb4 iscsit_build_reject +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x8c7533e7 iscsit_increment_maxcmdsn +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x90161fc5 iscsit_tmr_post_handler +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x95721de7 iscsit_register_transport +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x9658e0f0 iscsit_process_text_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x9693639d iscsit_process_scsi_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xa4bd4834 iscsit_reject_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xa4e1013b iscsit_build_task_mgt_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xc00e2e58 iscsit_release_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xcb5390c5 iscsit_get_datain_values +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xd51a44a7 iscsit_stop_dataout_timer +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xe160b761 iscsit_handle_snack +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xe45e44de iscsit_logout_post_handler +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xf34332f0 iscsi_find_param_from_key +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xfac53662 iscsit_free_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xfc223789 iscsit_set_unsolicited_dataout +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xffe2563c iscsit_sequence_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x041ed31e transport_backend_register +EXPORT_SYMBOL drivers/target/target_core_mod 0x0871ffd6 transport_set_vpd_ident +EXPORT_SYMBOL drivers/target/target_core_mod 0x087e4a16 transport_generic_request_failure +EXPORT_SYMBOL drivers/target/target_core_mod 0x0a440735 passthrough_pr_attrib_attrs +EXPORT_SYMBOL drivers/target/target_core_mod 0x0f0a1258 spc_emulate_report_luns +EXPORT_SYMBOL drivers/target/target_core_mod 0x0f756bba target_put_nacl +EXPORT_SYMBOL drivers/target/target_core_mod 0x11c32446 transport_free_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x142072c0 transport_set_vpd_assoc +EXPORT_SYMBOL drivers/target/target_core_mod 0x1536a1c1 core_allocate_nexus_loss_ua +EXPORT_SYMBOL drivers/target/target_core_mod 0x1aaa722f core_tmr_alloc_req +EXPORT_SYMBOL drivers/target/target_core_mod 0x22198da5 __target_init_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x22412255 spc_emulate_inquiry_std +EXPORT_SYMBOL drivers/target/target_core_mod 0x26bb9016 core_alua_check_nonop_delay +EXPORT_SYMBOL drivers/target/target_core_mod 0x2ca455d7 core_tpg_deregister +EXPORT_SYMBOL drivers/target/target_core_mod 0x2f8176ab transport_alloc_session_tags +EXPORT_SYMBOL drivers/target/target_core_mod 0x319d2bd7 target_undepend_item +EXPORT_SYMBOL drivers/target/target_core_mod 0x32774eef spc_emulate_evpd_83 +EXPORT_SYMBOL drivers/target/target_core_mod 0x34b48619 target_submit_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x3648fd34 sbc_dif_copy_prot +EXPORT_SYMBOL drivers/target/target_core_mod 0x3677c492 target_to_linux_sector +EXPORT_SYMBOL drivers/target/target_core_mod 0x38a3b969 target_depend_item +EXPORT_SYMBOL drivers/target/target_core_mod 0x38d927bf transport_alloc_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x3a20a9d7 transport_set_vpd_ident_type +EXPORT_SYMBOL drivers/target/target_core_mod 0x3afa9927 transport_deregister_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x44ba7edd target_nacl_find_deve +EXPORT_SYMBOL drivers/target/target_core_mod 0x452bc02c target_remove_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x4a9189a9 transport_lookup_cmd_lun +EXPORT_SYMBOL drivers/target/target_core_mod 0x4d025c4e target_backend_unregister +EXPORT_SYMBOL drivers/target/target_core_mod 0x50eda38b transport_send_check_condition_and_sense +EXPORT_SYMBOL drivers/target/target_core_mod 0x524c9a0e sbc_get_device_type +EXPORT_SYMBOL drivers/target/target_core_mod 0x54eb8854 sbc_get_write_same_sectors +EXPORT_SYMBOL drivers/target/target_core_mod 0x56244986 target_register_template +EXPORT_SYMBOL drivers/target/target_core_mod 0x56acc743 core_tpg_register +EXPORT_SYMBOL drivers/target/target_core_mod 0x59e5d800 target_tpg_has_node_acl +EXPORT_SYMBOL drivers/target/target_core_mod 0x5fdd85eb transport_handle_cdb_direct +EXPORT_SYMBOL drivers/target/target_core_mod 0x638bffb7 target_free_sgl +EXPORT_SYMBOL drivers/target/target_core_mod 0x67fbcb56 transport_init_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x6e900d86 sbc_parse_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0x74c445d6 __transport_register_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x76a3ab05 target_complete_cmd_with_length +EXPORT_SYMBOL drivers/target/target_core_mod 0x7a1d0d3c target_alloc_sgl +EXPORT_SYMBOL drivers/target/target_core_mod 0x7e7c71c7 sbc_dif_verify +EXPORT_SYMBOL drivers/target/target_core_mod 0x830e267a transport_lookup_tmr_lun +EXPORT_SYMBOL drivers/target/target_core_mod 0x92099416 target_unregister_template +EXPORT_SYMBOL drivers/target/target_core_mod 0x94b2c38c target_complete_cmd_with_sense +EXPORT_SYMBOL drivers/target/target_core_mod 0x97175c01 core_tpg_get_initiator_node_acl +EXPORT_SYMBOL drivers/target/target_core_mod 0x987316c9 target_submit_tmr +EXPORT_SYMBOL drivers/target/target_core_mod 0x9ee3498a core_tpg_set_initiator_node_tag +EXPORT_SYMBOL drivers/target/target_core_mod 0x9f6ba005 passthrough_parse_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0xa72e20ef spc_parse_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0xa936c695 target_lun_is_rdonly +EXPORT_SYMBOL drivers/target/target_core_mod 0xabb8333d target_stop_session +EXPORT_SYMBOL drivers/target/target_core_mod 0xb3c2df2d transport_generic_free_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xb5fb1628 target_put_sess_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xb94c362e target_configure_unmap_from_queue +EXPORT_SYMBOL drivers/target/target_core_mod 0xba8ef74d target_cmd_init_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0xc54ca08f target_wait_for_sess_cmds +EXPORT_SYMBOL drivers/target/target_core_mod 0xc830329a sbc_attrib_attrs +EXPORT_SYMBOL drivers/target/target_core_mod 0xca61dc10 transport_copy_sense_to_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xcb7935e3 target_setup_session +EXPORT_SYMBOL drivers/target/target_core_mod 0xcdca8151 transport_deregister_session_configfs +EXPORT_SYMBOL drivers/target/target_core_mod 0xcf5dc697 target_send_busy +EXPORT_SYMBOL drivers/target/target_core_mod 0xd0bad596 target_complete_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xd4c9c3b5 transport_wait_for_tasks +EXPORT_SYMBOL drivers/target/target_core_mod 0xd6315dec passthrough_attrib_attrs +EXPORT_SYMBOL drivers/target/target_core_mod 0xd976e12f core_tpg_set_initiator_node_queue_depth +EXPORT_SYMBOL drivers/target/target_core_mod 0xd9c094bc transport_register_session +EXPORT_SYMBOL drivers/target/target_core_mod 0xda791e86 transport_kmap_data_sg +EXPORT_SYMBOL drivers/target/target_core_mod 0xdc227da7 transport_kunmap_data_sg +EXPORT_SYMBOL drivers/target/target_core_mod 0xe04137f1 target_show_dynamic_sessions +EXPORT_SYMBOL drivers/target/target_core_mod 0xe4464014 core_tpg_check_initiator_node_acl +EXPORT_SYMBOL drivers/target/target_core_mod 0xe6af8876 transport_generic_new_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xea96bc3e target_execute_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xefc165e4 target_get_sess_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xf1f7e6b2 target_set_cmd_data_length +EXPORT_SYMBOL drivers/target/target_core_mod 0xf3c2dfe0 transport_set_vpd_proto_id +EXPORT_SYMBOL drivers/target/target_core_mod 0xf91aeb5c target_show_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xfb3c00fd target_cmd_parse_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0xff243731 transport_generic_handle_tmr +EXPORT_SYMBOL drivers/ufs/core/ufshcd-core 0x0f95115d ufshcd_shutdown +EXPORT_SYMBOL drivers/ufs/core/ufshcd-core 0x449bd6e7 ufshcd_system_suspend +EXPORT_SYMBOL drivers/ufs/core/ufshcd-core 0x66bd08a0 ufshcd_alloc_host +EXPORT_SYMBOL drivers/ufs/core/ufshcd-core 0x925af269 ufshcd_runtime_suspend +EXPORT_SYMBOL drivers/ufs/core/ufshcd-core 0xaa9f5cdc ufshcd_runtime_resume +EXPORT_SYMBOL drivers/ufs/core/ufshcd-core 0xb44c11fe ufshcd_get_local_unipro_ver +EXPORT_SYMBOL drivers/ufs/core/ufshcd-core 0xbd183a7c ufshcd_system_resume +EXPORT_SYMBOL drivers/ufs/core/ufshcd-core 0xdb2a8d77 ufshcd_map_desc_id_to_length +EXPORT_SYMBOL drivers/ufs/host/tc-dwc-g210 0x6c8788a4 tc_dwc_g210_config_40_bit +EXPORT_SYMBOL drivers/ufs/host/tc-dwc-g210 0xc55edf12 tc_dwc_g210_config_20_bit +EXPORT_SYMBOL drivers/ufs/host/ufshcd-dwc 0x4d554914 ufshcd_dwc_dme_set_attrs +EXPORT_SYMBOL drivers/ufs/host/ufshcd-dwc 0xf3217809 ufshcd_dwc_link_startup_notify +EXPORT_SYMBOL drivers/usb/class/cdc-wdm 0x905fde7c usb_cdc_wdm_register +EXPORT_SYMBOL drivers/usb/gadget/libcomposite 0x2a7c3415 usb_os_desc_prepare_interf_dir +EXPORT_SYMBOL drivers/usb/host/sl811-hcd 0x5329f35e sl811h_driver +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x2e32aab4 usb_wwan_chars_in_buffer +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x55e0cde8 usb_wwan_suspend +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x56c4c081 usb_wwan_close +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x588c8ecc usb_wwan_write +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x6efc509f usb_wwan_write_room +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x8e05a8e8 usb_wwan_resume +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x9b340e54 usb_wwan_tiocmget +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xa2aba91c usb_wwan_open +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xb97fce0e usb_wwan_dtr_rts +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xcb6755a5 usb_wwan_tiocmset +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xdf15309b usb_wwan_port_remove +EXPORT_SYMBOL drivers/usb/serial/usbserial 0xcd35feb9 usb_serial_suspend +EXPORT_SYMBOL drivers/usb/serial/usbserial 0xf267af1b usb_serial_resume +EXPORT_SYMBOL drivers/vdpa/vdpa 0x28ba9dc6 vdpa_set_status +EXPORT_SYMBOL drivers/vfio/mdev/mdev 0x2869d36e mdev_register_parent +EXPORT_SYMBOL drivers/vfio/mdev/mdev 0x9322efec mdev_register_driver +EXPORT_SYMBOL drivers/vfio/mdev/mdev 0xf597aab1 mdev_unregister_driver +EXPORT_SYMBOL drivers/vfio/mdev/mdev 0xf82d6425 mdev_unregister_parent +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 0x4226e5c9 vfio_dma_rw +EXPORT_SYMBOL drivers/vfio/vfio 0x51f16cdb vfio_info_cap_shift +EXPORT_SYMBOL drivers/vfio/vfio 0x8da332c8 vfio_pin_pages +EXPORT_SYMBOL drivers/vfio/vfio 0xba88a45b vfio_unpin_pages +EXPORT_SYMBOL drivers/vhost/vhost 0x89b0b548 vhost_chr_poll +EXPORT_SYMBOL drivers/vhost/vhost 0xb5e1f125 vhost_chr_write_iter +EXPORT_SYMBOL drivers/vhost/vringh 0x102c8234 vringh_iov_push_iotlb +EXPORT_SYMBOL drivers/vhost/vringh 0x140ceb39 vringh_getdesc_kern +EXPORT_SYMBOL drivers/vhost/vringh 0x221d4624 vringh_abandon_kern +EXPORT_SYMBOL drivers/vhost/vringh 0x261fea85 vringh_set_iotlb +EXPORT_SYMBOL drivers/vhost/vringh 0x26c60a08 vringh_notify_disable_user +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 0x4164520a vringh_notify_enable_kern +EXPORT_SYMBOL drivers/vhost/vringh 0x5dfbeba4 vringh_need_notify_iotlb +EXPORT_SYMBOL drivers/vhost/vringh 0x723ab668 vringh_init_kern +EXPORT_SYMBOL drivers/vhost/vringh 0x79b927f7 vringh_complete_multi_user +EXPORT_SYMBOL drivers/vhost/vringh 0x79c86ceb vringh_need_notify_kern +EXPORT_SYMBOL drivers/vhost/vringh 0x7bda5e6d vringh_iov_push_kern +EXPORT_SYMBOL drivers/vhost/vringh 0x7c007927 vringh_complete_iotlb +EXPORT_SYMBOL drivers/vhost/vringh 0x7c2e8833 vringh_iov_pull_iotlb +EXPORT_SYMBOL drivers/vhost/vringh 0x821e9390 vringh_iov_pull_user +EXPORT_SYMBOL drivers/vhost/vringh 0x8aeeecb8 vringh_init_user +EXPORT_SYMBOL drivers/vhost/vringh 0x915490a3 vringh_notify_enable_user +EXPORT_SYMBOL drivers/vhost/vringh 0x9537eb76 vringh_abandon_iotlb +EXPORT_SYMBOL drivers/vhost/vringh 0xa04abd3a vringh_notify_disable_kern +EXPORT_SYMBOL drivers/vhost/vringh 0xa37c8cbf vringh_notify_enable_iotlb +EXPORT_SYMBOL drivers/vhost/vringh 0xa924b2e0 vringh_complete_kern +EXPORT_SYMBOL drivers/vhost/vringh 0xacf68b37 vringh_notify_disable_iotlb +EXPORT_SYMBOL drivers/vhost/vringh 0xb061dd9f vringh_getdesc_iotlb +EXPORT_SYMBOL drivers/vhost/vringh 0xb5411ba6 vringh_kiov_advance +EXPORT_SYMBOL drivers/vhost/vringh 0xbe7e011e vringh_abandon_user +EXPORT_SYMBOL drivers/vhost/vringh 0xc4721ac7 vringh_getdesc_user +EXPORT_SYMBOL drivers/vhost/vringh 0xcef0e131 vringh_complete_user +EXPORT_SYMBOL drivers/vhost/vringh 0xd8ac74e0 vringh_init_iotlb +EXPORT_SYMBOL drivers/vhost/vringh 0xff44dbd9 vringh_need_notify_user +EXPORT_SYMBOL drivers/video/backlight/lcd 0x03994147 devm_lcd_device_register +EXPORT_SYMBOL drivers/video/backlight/lcd 0x28a9b78c lcd_device_register +EXPORT_SYMBOL drivers/video/backlight/lcd 0x4bfe4858 lcd_device_unregister +EXPORT_SYMBOL drivers/video/backlight/lcd 0x868e0ec8 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 0x22dfe334 svga_get_tilemax +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x4ab38ef2 svga_set_default_crt_regs +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x83995fb1 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 0x8d847aac svga_tilecopy +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xa80fdf5e svga_tilefill +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xb0ab2b2e svga_check_timings +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xbb0f160b svga_settile +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xbe2eceaa svga_get_caps +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xc7204104 svga_tileblit +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xd22ca511 svga_set_default_atc_regs +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xd6ec2c44 svga_compute_pll +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xdcc5a013 svga_wseq_multi +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xe28d2a49 svga_set_default_gfx_regs +EXPORT_SYMBOL drivers/video/fbdev/core/syscopyarea 0x7c429226 sys_copyarea +EXPORT_SYMBOL drivers/video/fbdev/core/sysfillrect 0xfd3a810f sys_fillrect +EXPORT_SYMBOL drivers/video/fbdev/core/sysimgblt 0x425de726 sys_imageblit +EXPORT_SYMBOL drivers/video/fbdev/cyber2000fb 0x0cc3ede5 cyber2000fb_detach +EXPORT_SYMBOL drivers/video/fbdev/cyber2000fb 0x534b6f18 cyber2000fb_disable_extregs +EXPORT_SYMBOL drivers/video/fbdev/cyber2000fb 0xb39f68d1 cyber2000fb_enable_extregs +EXPORT_SYMBOL drivers/video/fbdev/cyber2000fb 0xf166e636 cyber2000fb_attach +EXPORT_SYMBOL drivers/video/fbdev/macmodes 0x233917d1 mac_vmode_to_var +EXPORT_SYMBOL drivers/video/fbdev/macmodes 0xd29bb868 mac_find_mode +EXPORT_SYMBOL drivers/video/fbdev/macmodes 0xe2304303 mac_map_monitor_sense +EXPORT_SYMBOL drivers/video/fbdev/matrox/g450_pll 0x5243b0f5 matroxfb_g450_setclk +EXPORT_SYMBOL drivers/video/fbdev/matrox/g450_pll 0x66a8e2dc g450_mnp2f +EXPORT_SYMBOL drivers/video/fbdev/matrox/g450_pll 0xb6413888 matroxfb_g450_setpll_cond +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0x509f5498 DAC1064_global_init +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0xa53f1de2 matrox_mystique +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0xb540e67d matrox_G100 +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0xd76fc4b4 DAC1064_global_restore +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_Ti3026 0x5c9276c9 matrox_millennium +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_accel 0x8726abbf matrox_cfbX_init +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0x1370f1ce matroxfb_enable_irq +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0x98d4a676 matroxfb_unregister_driver +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0xc49b177a matroxfb_register_driver +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0xce7a3294 matroxfb_wait_for_sync +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_g450 0x8efdf7bf matroxfb_g450_connect +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_g450 0xf640f6a2 matroxfb_g450_shutdown +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x1c4d7ebe matroxfb_vgaHWrestore +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x25cf8049 matroxfb_PLL_calcclock +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x2cbf8dfd matroxfb_vgaHWinit +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x4319c69c matroxfb_DAC_in +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x9ed9f279 matroxfb_read_pins +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0xb11ee2cc matroxfb_DAC_out +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0xcdc90c64 matroxfb_var2my +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 0x065746f3 omap_dss_put_device +EXPORT_SYMBOL drivers/video/fbdev/omap2/omapfb/dss/omapdss 0x07f8573d omap_dss_get_next_device +EXPORT_SYMBOL drivers/video/fbdev/omap2/omapfb/dss/omapdss 0x09d0405e dss_mgr_set_lcd_config +EXPORT_SYMBOL drivers/video/fbdev/omap2/omapfb/dss/omapdss 0x116235fc dss_mgr_connect +EXPORT_SYMBOL drivers/video/fbdev/omap2/omapfb/dss/omapdss 0x29735799 omapdss_output_unset_device +EXPORT_SYMBOL drivers/video/fbdev/omap2/omapfb/dss/omapdss 0x2d9772e5 omapdss_unregister_output +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 0x353d22b8 omap_dss_get_overlay_manager +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 0x48e69f80 dss_mgr_disconnect +EXPORT_SYMBOL drivers/video/fbdev/omap2/omapfb/dss/omapdss 0x49b7bf44 dss_mgr_start_update +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 0x4e3d8a0b dss_mgr_unregister_framedone_handler +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 0x5800081f omap_dss_get_output +EXPORT_SYMBOL drivers/video/fbdev/omap2/omapfb/dss/omapdss 0x59d64c6e dss_install_mgr_ops +EXPORT_SYMBOL drivers/video/fbdev/omap2/omapfb/dss/omapdss 0x636b3461 omap_dss_get_num_overlays +EXPORT_SYMBOL drivers/video/fbdev/omap2/omapfb/dss/omapdss 0x653aca39 omapdss_find_mgr_from_display +EXPORT_SYMBOL drivers/video/fbdev/omap2/omapfb/dss/omapdss 0x653df865 omapdss_find_output_from_display +EXPORT_SYMBOL drivers/video/fbdev/omap2/omapfb/dss/omapdss 0x6572fabf dss_mgr_register_framedone_handler +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 0x75348e64 omapdss_default_get_recommended_bpp +EXPORT_SYMBOL drivers/video/fbdev/omap2/omapfb/dss/omapdss 0x792952a5 omap_dss_find_output_by_port_node +EXPORT_SYMBOL drivers/video/fbdev/omap2/omapfb/dss/omapdss 0x7eee0af2 dss_mgr_enable +EXPORT_SYMBOL drivers/video/fbdev/omap2/omapfb/dss/omapdss 0x814bbd46 omapdss_output_set_device +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 0x91825c95 dss_mgr_set_timings +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 0x9f5060cb omap_dss_get_overlay +EXPORT_SYMBOL drivers/video/fbdev/omap2/omapfb/dss/omapdss 0xa13d27f5 dispc_read_irqenable +EXPORT_SYMBOL drivers/video/fbdev/omap2/omapfb/dss/omapdss 0xa2adde94 omap_dss_find_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 0xa8fd65e6 omapdss_default_get_timings +EXPORT_SYMBOL drivers/video/fbdev/omap2/omapfb/dss/omapdss 0xad58073c omapdss_register_display +EXPORT_SYMBOL drivers/video/fbdev/omap2/omapfb/dss/omapdss 0xb3ed5aa9 dispc_mgr_is_enabled +EXPORT_SYMBOL drivers/video/fbdev/omap2/omapfb/dss/omapdss 0xb7f94a15 dispc_mgr_set_timings +EXPORT_SYMBOL drivers/video/fbdev/omap2/omapfb/dss/omapdss 0xba8ddcea dispc_mgr_get_vsync_irq +EXPORT_SYMBOL drivers/video/fbdev/omap2/omapfb/dss/omapdss 0xbafeee36 dispc_runtime_get +EXPORT_SYMBOL drivers/video/fbdev/omap2/omapfb/dss/omapdss 0xbe0d4752 omap_video_timings_to_videomode +EXPORT_SYMBOL drivers/video/fbdev/omap2/omapfb/dss/omapdss 0xc45105c3 dispc_mgr_go_busy +EXPORT_SYMBOL drivers/video/fbdev/omap2/omapfb/dss/omapdss 0xc4f9166a omapdss_register_output +EXPORT_SYMBOL drivers/video/fbdev/omap2/omapfb/dss/omapdss 0xcc197296 omap_dispc_register_isr +EXPORT_SYMBOL drivers/video/fbdev/omap2/omapfb/dss/omapdss 0xd0b6f7e9 omapdss_unregister_display +EXPORT_SYMBOL drivers/video/fbdev/omap2/omapfb/dss/omapdss 0xd1067ba7 dispc_ovl_enabled +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 0xd9758675 omap_dss_find_device +EXPORT_SYMBOL drivers/video/fbdev/omap2/omapfb/dss/omapdss 0xdb93b838 dispc_free_irq +EXPORT_SYMBOL drivers/video/fbdev/omap2/omapfb/dss/omapdss 0xe960943d omapdss_default_get_resolution +EXPORT_SYMBOL drivers/video/fbdev/omap2/omapfb/dss/omapdss 0xedb0990a dss_mgr_disable +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 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 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 0xfee2e4be omap_dss_get_device +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 0x2c63a058 virtio_dma_buf_attach +EXPORT_SYMBOL drivers/virtio/virtio_dma_buf 0xa3cef234 virtio_dma_buf_get_uuid +EXPORT_SYMBOL drivers/virtio/virtio_dma_buf 0xb0711bee is_virtio_dma_buf +EXPORT_SYMBOL drivers/virtio/virtio_dma_buf 0xb6a16e9f virtio_dma_buf_export +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2780 0x2aec00f4 w1_ds2780_eeprom_cmd +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2780 0x8dbb4347 w1_ds2780_io +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2781 0x0110a949 w1_ds2781_io +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2781 0xcb5c94c4 w1_ds2781_eeprom_cmd +EXPORT_SYMBOL drivers/w1/wire 0x5e82af77 w1_remove_master_device +EXPORT_SYMBOL drivers/w1/wire 0x870d1625 w1_unregister_family +EXPORT_SYMBOL drivers/w1/wire 0x8962526d w1_add_master_device +EXPORT_SYMBOL drivers/w1/wire 0x9479b78f w1_register_family +EXPORT_SYMBOL fs/fscache/fscache 0x0222f7a2 __fscache_resize_cookie +EXPORT_SYMBOL fs/fscache/fscache 0x0264551a fscache_acquire_cache +EXPORT_SYMBOL fs/fscache/fscache 0x0931bd5c __fscache_relinquish_volume +EXPORT_SYMBOL fs/fscache/fscache 0x16ca267e __fscache_invalidate +EXPORT_SYMBOL fs/fscache/fscache 0x17595261 fscache_io_error +EXPORT_SYMBOL fs/fscache/fscache 0x1a0d09e7 fscache_n_write +EXPORT_SYMBOL fs/fscache/fscache 0x1b78a593 fscache_end_volume_access +EXPORT_SYMBOL fs/fscache/fscache 0x226a0ae9 __fscache_relinquish_cookie +EXPORT_SYMBOL fs/fscache/fscache 0x234a140d __traceiter_fscache_access_volume +EXPORT_SYMBOL fs/fscache/fscache 0x23a69125 fscache_wait_for_operation +EXPORT_SYMBOL fs/fscache/fscache 0x2fc6847f fscache_get_cookie +EXPORT_SYMBOL fs/fscache/fscache 0x306805d3 __SCK__tp_func_fscache_access +EXPORT_SYMBOL fs/fscache/fscache 0x38a33896 __fscache_acquire_volume +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 0x5a19293a fscache_dirty_folio +EXPORT_SYMBOL fs/fscache/fscache 0x5db5604a __fscache_use_cookie +EXPORT_SYMBOL fs/fscache/fscache 0x6e416521 __SCK__tp_func_fscache_access_volume +EXPORT_SYMBOL fs/fscache/fscache 0x7250605c __tracepoint_fscache_access +EXPORT_SYMBOL fs/fscache/fscache 0x73313e49 __fscache_begin_write_operation +EXPORT_SYMBOL fs/fscache/fscache 0x79c17b43 fscache_addremove_sem +EXPORT_SYMBOL fs/fscache/fscache 0x79fa95bb fscache_add_cache +EXPORT_SYMBOL fs/fscache/fscache 0x79fce14d fscache_cookie_lookup_negative +EXPORT_SYMBOL fs/fscache/fscache 0x7c4daa19 fscache_clearance_waiters +EXPORT_SYMBOL fs/fscache/fscache 0x7d40b70a fscache_withdraw_cache +EXPORT_SYMBOL fs/fscache/fscache 0x7d545ed8 fscache_end_cookie_access +EXPORT_SYMBOL fs/fscache/fscache 0x85337086 fscache_resume_after_invalidation +EXPORT_SYMBOL fs/fscache/fscache 0x90d447f3 fscache_n_culled +EXPORT_SYMBOL fs/fscache/fscache 0x969d00e2 fscache_withdraw_cookie +EXPORT_SYMBOL fs/fscache/fscache 0x98ffd7ef __fscache_clear_page_bits +EXPORT_SYMBOL fs/fscache/fscache 0x9ffefcb2 fscache_n_read +EXPORT_SYMBOL fs/fscache/fscache 0xae6040a5 __traceiter_fscache_access_cache +EXPORT_SYMBOL fs/fscache/fscache 0xaea27350 __fscache_begin_read_operation +EXPORT_SYMBOL fs/fscache/fscache 0xb0f1878d __fscache_write_to_cache +EXPORT_SYMBOL fs/fscache/fscache 0xb293c2d4 fscache_put_cookie +EXPORT_SYMBOL fs/fscache/fscache 0xb365536a __tracepoint_fscache_access_cache +EXPORT_SYMBOL fs/fscache/fscache 0xbca46908 fscache_wq +EXPORT_SYMBOL fs/fscache/fscache 0xc8a55b78 __fscache_unuse_cookie +EXPORT_SYMBOL fs/fscache/fscache 0xcce11a60 fscache_n_no_write_space +EXPORT_SYMBOL fs/fscache/fscache 0xd463778b __fscache_acquire_cookie +EXPORT_SYMBOL fs/fscache/fscache 0xd7cac99d fscache_caching_failed +EXPORT_SYMBOL fs/fscache/fscache 0xdcb87498 __traceiter_fscache_access +EXPORT_SYMBOL fs/fscache/fscache 0xe86a0222 __tracepoint_fscache_access_volume +EXPORT_SYMBOL fs/fscache/fscache 0xfb25764e fscache_relinquish_cache +EXPORT_SYMBOL fs/fscache/fscache 0xfc0a9124 fscache_withdraw_volume +EXPORT_SYMBOL fs/netfs/netfs 0x0aa4a902 netfs_subreq_terminated +EXPORT_SYMBOL fs/netfs/netfs 0xc9769f08 netfs_stats_show +EXPORT_SYMBOL fs/netfs/netfs 0xd1fe79f6 netfs_write_begin +EXPORT_SYMBOL fs/netfs/netfs 0xd337a2be netfs_readahead +EXPORT_SYMBOL fs/netfs/netfs 0xda7a2e6e netfs_read_folio +EXPORT_SYMBOL fs/ocfs2/cluster/ocfs2_nodemanager 0xbfd7d7a2 o2hb_global_heartbeat_active +EXPORT_SYMBOL fs/quota/quota_tree 0x55b44d2c qtree_write_dquot +EXPORT_SYMBOL fs/quota/quota_tree 0xa266b865 qtree_delete_dquot +EXPORT_SYMBOL fs/quota/quota_tree 0xb99641ef qtree_read_dquot +EXPORT_SYMBOL fs/quota/quota_tree 0xc79f2ef7 qtree_entry_unused +EXPORT_SYMBOL fs/quota/quota_tree 0xdfa78ec8 qtree_release_dquot +EXPORT_SYMBOL fs/quota/quota_tree 0xe95e8815 qtree_get_next_id +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 0x89a0cd52 crc32c_impl +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 0x659c6327 lc_seq_printf_stats +EXPORT_SYMBOL lib/lru_cache 0x72122451 lc_get_cumulative +EXPORT_SYMBOL lib/lru_cache 0x7d905c59 lc_del +EXPORT_SYMBOL lib/lru_cache 0x8a6a811e lc_seq_dump_details +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 0x3c700a4a lowpan_register_netdev +EXPORT_SYMBOL net/6lowpan/6lowpan 0x452456dd lowpan_unregister_netdev +EXPORT_SYMBOL net/6lowpan/6lowpan 0xcd44d361 lowpan_nhc_del +EXPORT_SYMBOL net/6lowpan/6lowpan 0xcf8d77de lowpan_unregister_netdevice +EXPORT_SYMBOL net/6lowpan/6lowpan 0xd520d4a4 lowpan_register_netdevice +EXPORT_SYMBOL net/6lowpan/6lowpan 0xf42ae5b5 lowpan_nhc_add +EXPORT_SYMBOL net/802/p8022 0x20b20137 register_8022_client +EXPORT_SYMBOL net/802/p8022 0xcec245a5 unregister_8022_client +EXPORT_SYMBOL net/802/psnap 0x7c9e339e unregister_snap_client +EXPORT_SYMBOL net/802/psnap 0x7dc29143 register_snap_client +EXPORT_SYMBOL net/9p/9pnet 0x00dc3a47 p9_tag_lookup +EXPORT_SYMBOL net/9p/9pnet 0x09f2fc13 p9_client_cb +EXPORT_SYMBOL net/9p/9pnet 0x0ad20e12 p9_client_unlinkat +EXPORT_SYMBOL net/9p/9pnet 0x1190c3de p9_client_renameat +EXPORT_SYMBOL net/9p/9pnet 0x140715ac p9_client_open +EXPORT_SYMBOL net/9p/9pnet 0x1a446eeb p9_client_fsync +EXPORT_SYMBOL net/9p/9pnet 0x1e69cb4d v9fs_get_default_trans +EXPORT_SYMBOL net/9p/9pnet 0x3253ccaa __tracepoint_9p_fid_ref +EXPORT_SYMBOL net/9p/9pnet 0x387af360 p9_req_put +EXPORT_SYMBOL net/9p/9pnet 0x3a3fadae v9fs_register_trans +EXPORT_SYMBOL net/9p/9pnet 0x3b349d64 p9_client_attach +EXPORT_SYMBOL net/9p/9pnet 0x3d73a797 p9_errstr2errno +EXPORT_SYMBOL net/9p/9pnet 0x3d986cf9 p9dirent_read +EXPORT_SYMBOL net/9p/9pnet 0x3dc2e4d0 p9_client_walk +EXPORT_SYMBOL net/9p/9pnet 0x401cc187 v9fs_unregister_trans +EXPORT_SYMBOL net/9p/9pnet 0x432ad64e p9_client_rename +EXPORT_SYMBOL net/9p/9pnet 0x461ead6e p9_client_symlink +EXPORT_SYMBOL net/9p/9pnet 0x46baf750 p9_fcall_fini +EXPORT_SYMBOL net/9p/9pnet 0x4bee1730 p9_client_read +EXPORT_SYMBOL net/9p/9pnet 0x4e511822 p9_client_remove +EXPORT_SYMBOL net/9p/9pnet 0x59d5b4d9 p9_client_destroy +EXPORT_SYMBOL net/9p/9pnet 0x5d112f70 p9_client_mknod_dotl +EXPORT_SYMBOL net/9p/9pnet 0x5fbbe0af p9_is_proto_dotu +EXPORT_SYMBOL net/9p/9pnet 0x6db7033e p9_parse_header +EXPORT_SYMBOL net/9p/9pnet 0x6e1fc556 p9_release_pages +EXPORT_SYMBOL net/9p/9pnet 0x7138dc05 __traceiter_9p_fid_ref +EXPORT_SYMBOL net/9p/9pnet 0x7f41ba0d p9_client_mkdir_dotl +EXPORT_SYMBOL net/9p/9pnet 0x8838e953 p9_client_link +EXPORT_SYMBOL net/9p/9pnet 0x8a2cd4c6 p9_client_setattr +EXPORT_SYMBOL net/9p/9pnet 0x95dc48aa p9_client_disconnect +EXPORT_SYMBOL net/9p/9pnet 0x97f24229 p9_client_write +EXPORT_SYMBOL net/9p/9pnet 0x98b4d0cc p9_client_clunk +EXPORT_SYMBOL net/9p/9pnet 0xa0d21c51 p9_client_stat +EXPORT_SYMBOL net/9p/9pnet 0xa47cccdc p9_client_read_once +EXPORT_SYMBOL net/9p/9pnet 0xa5f3169c p9_client_fcreate +EXPORT_SYMBOL net/9p/9pnet 0xb55ae777 __SCK__tp_func_9p_fid_ref +EXPORT_SYMBOL net/9p/9pnet 0xb6a16da4 p9_client_create +EXPORT_SYMBOL net/9p/9pnet 0xb6bba635 v9fs_get_trans_by_name +EXPORT_SYMBOL net/9p/9pnet 0xb76a7ccf p9_client_lock_dotl +EXPORT_SYMBOL net/9p/9pnet 0xbcea9285 p9_client_getattr_dotl +EXPORT_SYMBOL net/9p/9pnet 0xc062f99b p9_client_begin_disconnect +EXPORT_SYMBOL net/9p/9pnet 0xc105d5d8 p9_show_client_options +EXPORT_SYMBOL net/9p/9pnet 0xd1896d9c p9_client_wstat +EXPORT_SYMBOL net/9p/9pnet 0xd20e0380 p9_client_statfs +EXPORT_SYMBOL net/9p/9pnet 0xd384c683 p9stat_free +EXPORT_SYMBOL net/9p/9pnet 0xe2995050 do_trace_9p_fid_put +EXPORT_SYMBOL net/9p/9pnet 0xe58a3360 p9_error_init +EXPORT_SYMBOL net/9p/9pnet 0xe6b1e55e p9stat_read +EXPORT_SYMBOL net/9p/9pnet 0xe85fe2ff p9_client_readlink +EXPORT_SYMBOL net/9p/9pnet 0xec094d42 p9_client_getlock_dotl +EXPORT_SYMBOL net/9p/9pnet 0xefcf0248 p9_is_proto_dotl +EXPORT_SYMBOL net/9p/9pnet 0xf2828215 p9_client_readdir +EXPORT_SYMBOL net/9p/9pnet 0xf670d927 do_trace_9p_fid_get +EXPORT_SYMBOL net/9p/9pnet 0xf88ba265 p9_client_create_dotl +EXPORT_SYMBOL net/appletalk/appletalk 0x32eb1809 atrtr_get_dev +EXPORT_SYMBOL net/appletalk/appletalk 0x7ab250ad atalk_find_dev_addr +EXPORT_SYMBOL net/appletalk/appletalk 0xc2be6f34 alloc_ltalkdev +EXPORT_SYMBOL net/appletalk/appletalk 0xf97755ba aarp_send_ddp +EXPORT_SYMBOL net/atm/atm 0x22594739 vcc_release_async +EXPORT_SYMBOL net/atm/atm 0x27d4e740 atm_dev_deregister +EXPORT_SYMBOL net/atm/atm 0x2cc2d52d vcc_hash +EXPORT_SYMBOL net/atm/atm 0x39c6cccd atm_dev_release_vccs +EXPORT_SYMBOL net/atm/atm 0x4443d399 atm_proc_root +EXPORT_SYMBOL net/atm/atm 0x583f7365 atm_init_aal5 +EXPORT_SYMBOL net/atm/atm 0x5cb1aceb atm_alloc_charge +EXPORT_SYMBOL net/atm/atm 0x6733d19b atm_dev_signal_change +EXPORT_SYMBOL net/atm/atm 0x6b9a3871 vcc_sklist_lock +EXPORT_SYMBOL net/atm/atm 0x7b4c5238 vcc_insert_socket +EXPORT_SYMBOL net/atm/atm 0x8042c212 atm_charge +EXPORT_SYMBOL net/atm/atm 0x89bec98c vcc_process_recv_queue +EXPORT_SYMBOL net/atm/atm 0x8a03300e deregister_atm_ioctl +EXPORT_SYMBOL net/atm/atm 0x9feaf287 sonet_subtract_stats +EXPORT_SYMBOL net/atm/atm 0xaa024146 sonet_copy_stats +EXPORT_SYMBOL net/atm/atm 0xcaa97cdd register_atm_ioctl +EXPORT_SYMBOL net/atm/atm 0xe7108554 atm_dev_lookup +EXPORT_SYMBOL net/atm/atm 0xf49bc67a atm_pcr_goal +EXPORT_SYMBOL net/atm/atm 0xfc23057a 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 0x30beb4a5 ax25_listen_register +EXPORT_SYMBOL net/ax25/ax25 0x4502c65a asc2ax +EXPORT_SYMBOL net/ax25/ax25 0x53dea1ff ax2asc +EXPORT_SYMBOL net/ax25/ax25 0x66f5ef61 ax25_linkfail_register +EXPORT_SYMBOL net/ax25/ax25 0x7a7736d7 ax25_send_frame +EXPORT_SYMBOL net/ax25/ax25 0x88b42458 ax25_ip_xmit +EXPORT_SYMBOL net/ax25/ax25 0x8e0d5c3c ax25_listen_release +EXPORT_SYMBOL net/ax25/ax25 0x8ede9e26 ax25_protocol_release +EXPORT_SYMBOL net/ax25/ax25 0xa66cccb2 ax25_find_cb +EXPORT_SYMBOL net/ax25/ax25 0xb90060d9 ax25_linkfail_release +EXPORT_SYMBOL net/ax25/ax25 0xbdafdf2e ax25_header_ops +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 0x0261b133 hci_mgmt_chan_unregister +EXPORT_SYMBOL net/bluetooth/bluetooth 0x070f0cc6 hci_conn_check_secure +EXPORT_SYMBOL net/bluetooth/bluetooth 0x0718b8b7 bt_info +EXPORT_SYMBOL net/bluetooth/bluetooth 0x08ce5134 __hci_cmd_sync_status_sk +EXPORT_SYMBOL net/bluetooth/bluetooth 0x0ae8bc2b hci_recv_frame +EXPORT_SYMBOL net/bluetooth/bluetooth 0x0b6d708f bt_sock_reclassify_lock +EXPORT_SYMBOL net/bluetooth/bluetooth 0x0db2ba3e l2cap_conn_put +EXPORT_SYMBOL net/bluetooth/bluetooth 0x11dc5070 hci_mgmt_chan_register +EXPORT_SYMBOL net/bluetooth/bluetooth 0x1248a52c hci_register_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x1970c074 l2cap_conn_get +EXPORT_SYMBOL net/bluetooth/bluetooth 0x214e4265 bt_warn +EXPORT_SYMBOL net/bluetooth/bluetooth 0x2212e1bb bt_sock_recvmsg +EXPORT_SYMBOL net/bluetooth/bluetooth 0x22211c34 __hci_cmd_sync_ev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x2bc00580 bt_sock_register +EXPORT_SYMBOL net/bluetooth/bluetooth 0x31602d7a l2cap_chan_close +EXPORT_SYMBOL net/bluetooth/bluetooth 0x3b1e9474 hci_cmd_sync_queue +EXPORT_SYMBOL net/bluetooth/bluetooth 0x445078b0 l2cap_is_socket +EXPORT_SYMBOL net/bluetooth/bluetooth 0x4495a5cc hci_alloc_dev_priv +EXPORT_SYMBOL net/bluetooth/bluetooth 0x44e080d5 __hci_cmd_sync +EXPORT_SYMBOL net/bluetooth/bluetooth 0x4a80df34 hci_get_route +EXPORT_SYMBOL net/bluetooth/bluetooth 0x527e4cae bt_sock_stream_recvmsg +EXPORT_SYMBOL net/bluetooth/bluetooth 0x56e3f3af hci_unregister_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x5a573b42 hci_conn_switch_role +EXPORT_SYMBOL net/bluetooth/bluetooth 0x5fa8fc61 bt_accept_enqueue +EXPORT_SYMBOL net/bluetooth/bluetooth 0x619997cc bt_sock_ioctl +EXPORT_SYMBOL net/bluetooth/bluetooth 0x61f4bd07 __hci_cmd_send +EXPORT_SYMBOL net/bluetooth/bluetooth 0x62edcd81 bt_sock_wait_ready +EXPORT_SYMBOL net/bluetooth/bluetooth 0x6e8691d0 hci_unregister_cb +EXPORT_SYMBOL net/bluetooth/bluetooth 0x77c8c237 hci_cmd_sync +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 0x8638948a l2cap_unregister_user +EXPORT_SYMBOL net/bluetooth/bluetooth 0x88a7bd65 hci_release_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x8fea24bd bt_sock_unregister +EXPORT_SYMBOL net/bluetooth/bluetooth 0x9c731a69 bt_procfs_cleanup +EXPORT_SYMBOL net/bluetooth/bluetooth 0xa28e8718 bt_sock_wait_state +EXPORT_SYMBOL net/bluetooth/bluetooth 0xa3d7292e hci_set_hw_info +EXPORT_SYMBOL net/bluetooth/bluetooth 0xa75b9e23 hci_register_cb +EXPORT_SYMBOL net/bluetooth/bluetooth 0xaaffaa64 bt_accept_unlink +EXPORT_SYMBOL net/bluetooth/bluetooth 0xae8914b0 bt_sock_unlink +EXPORT_SYMBOL net/bluetooth/bluetooth 0xb0206a6a hci_suspend_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0xb9cf1228 hci_resume_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0xbce279cb hci_recv_diag +EXPORT_SYMBOL net/bluetooth/bluetooth 0xc43c6499 hci_conn_security +EXPORT_SYMBOL net/bluetooth/bluetooth 0xc4612987 l2cap_register_user +EXPORT_SYMBOL net/bluetooth/bluetooth 0xcc3bb0da bt_sock_link +EXPORT_SYMBOL net/bluetooth/bluetooth 0xd7613212 bt_err_ratelimited +EXPORT_SYMBOL net/bluetooth/bluetooth 0xd8ac0e8e hci_reset_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0xddacccf6 bt_warn_ratelimited +EXPORT_SYMBOL net/bluetooth/bluetooth 0xe13498b9 hci_cmd_sync_cancel +EXPORT_SYMBOL net/bluetooth/bluetooth 0xe75a3458 hci_free_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0xe9c1a8e6 __hci_cmd_sync_status +EXPORT_SYMBOL net/bluetooth/bluetooth 0xed99749a bt_sock_poll +EXPORT_SYMBOL net/bluetooth/bluetooth 0xee306f2c bt_procfs_init +EXPORT_SYMBOL net/bluetooth/bluetooth 0xf2359027 hci_set_fw_info +EXPORT_SYMBOL net/bluetooth/bluetooth 0xf3aebbd9 bt_accept_dequeue +EXPORT_SYMBOL net/bluetooth/bluetooth 0xf61353d3 __hci_cmd_sync_sk +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0x188e5d4a ebt_unregister_table_pre_exit +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0x67f1f323 ebt_register_table +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0xb9f4299c ebt_register_template +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0xbcfd57a5 ebt_do_table +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0xdb2b5be9 ebt_unregister_table +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0xdcdc2dce ebt_unregister_template +EXPORT_SYMBOL net/caif/caif 0x12a55fa9 caif_enroll_dev +EXPORT_SYMBOL net/caif/caif 0x1446b60a caif_client_register_refcnt +EXPORT_SYMBOL net/caif/caif 0x18d1cb4a caif_connect_client +EXPORT_SYMBOL net/caif/caif 0x2a09f713 cfpkt_fromnative +EXPORT_SYMBOL net/caif/caif 0x329dbd06 cfpkt_info +EXPORT_SYMBOL net/caif/caif 0x38701a7c cfcnfg_del_phy_layer +EXPORT_SYMBOL net/caif/caif 0x3fa84493 cfpkt_add_head +EXPORT_SYMBOL net/caif/caif 0x40babbe0 cfpkt_extr_head +EXPORT_SYMBOL net/caif/caif 0x4a237e57 cfpkt_tonative +EXPORT_SYMBOL net/caif/caif 0x839ddb7b cfcnfg_set_phy_state +EXPORT_SYMBOL net/caif/caif 0x8dd17e78 caif_disconnect_client +EXPORT_SYMBOL net/caif/caif 0x9e3e305d cfpkt_set_prio +EXPORT_SYMBOL net/caif/caif 0xb7b6874e caif_free_client +EXPORT_SYMBOL net/caif/caif 0xcb13dadc cfcnfg_add_phy_layer +EXPORT_SYMBOL net/caif/caif 0xfdb31c84 get_cfcnfg +EXPORT_SYMBOL net/can/can 0x0ca16032 can_sock_destruct +EXPORT_SYMBOL net/can/can 0x5d77a9fd can_rx_unregister +EXPORT_SYMBOL net/can/can 0x5ffe48ca can_proto_unregister +EXPORT_SYMBOL net/can/can 0xb0da1b67 can_proto_register +EXPORT_SYMBOL net/can/can 0xbe9d465c can_send +EXPORT_SYMBOL net/can/can 0xc3e85a6d can_rx_register +EXPORT_SYMBOL net/ceph/libceph 0x01500e3f ceph_print_client_options +EXPORT_SYMBOL net/ceph/libceph 0x045abda8 ceph_osdc_list_watchers +EXPORT_SYMBOL net/ceph/libceph 0x050372eb ceph_msg_put +EXPORT_SYMBOL net/ceph/libceph 0x0645cdf7 osd_req_op_extent_init +EXPORT_SYMBOL net/ceph/libceph 0x08f6c5e9 osd_req_op_raw_data_in_pages +EXPORT_SYMBOL net/ceph/libceph 0x0a3c60e0 ceph_pagelist_alloc +EXPORT_SYMBOL net/ceph/libceph 0x0ad1e2af ceph_msg_dump +EXPORT_SYMBOL net/ceph/libceph 0x0c8ec76f ceph_monc_want_map +EXPORT_SYMBOL net/ceph/libceph 0x11b14d59 osd_req_op_extent_osd_data +EXPORT_SYMBOL net/ceph/libceph 0x131907b2 ceph_compare_options +EXPORT_SYMBOL net/ceph/libceph 0x1a13710a ceph_parse_mon_ips +EXPORT_SYMBOL net/ceph/libceph 0x1c91d03f ceph_copy_user_to_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x1cba3f20 ceph_pagelist_append +EXPORT_SYMBOL net/ceph/libceph 0x1fd9082f ceph_con_init +EXPORT_SYMBOL net/ceph/libceph 0x2087719e ceph_oid_copy +EXPORT_SYMBOL net/ceph/libceph 0x2101cbc9 ceph_oid_destroy +EXPORT_SYMBOL net/ceph/libceph 0x22878075 ceph_auth_add_authorizer_challenge +EXPORT_SYMBOL net/ceph/libceph 0x25258081 ceph_con_keepalive +EXPORT_SYMBOL net/ceph/libceph 0x25e92289 ceph_cls_unlock +EXPORT_SYMBOL net/ceph/libceph 0x275e0382 ceph_parse_param +EXPORT_SYMBOL net/ceph/libceph 0x28a95115 ceph_copy_to_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x28e2a794 ceph_monc_validate_auth +EXPORT_SYMBOL net/ceph/libceph 0x2c7a6347 osd_req_op_extent_osd_data_pagelist +EXPORT_SYMBOL net/ceph/libceph 0x2cd2a371 ceph_msg_data_add_pages +EXPORT_SYMBOL net/ceph/libceph 0x2f56de1a ceph_monc_renew_subs +EXPORT_SYMBOL net/ceph/libceph 0x317ac0ee ceph_oloc_copy +EXPORT_SYMBOL net/ceph/libceph 0x33f86b09 ceph_monc_get_version_async +EXPORT_SYMBOL net/ceph/libceph 0x3522979c ceph_buffer_new +EXPORT_SYMBOL net/ceph/libceph 0x378142d5 osd_req_op_copy_from_init +EXPORT_SYMBOL net/ceph/libceph 0x380db86c ceph_osdc_new_request +EXPORT_SYMBOL net/ceph/libceph 0x38f2d94e ceph_file_to_extents +EXPORT_SYMBOL net/ceph/libceph 0x39fc99c0 ceph_auth_handle_svc_reply_done +EXPORT_SYMBOL net/ceph/libceph 0x3af2b6f9 osd_req_op_extent_osd_data_bvec_pos +EXPORT_SYMBOL net/ceph/libceph 0x3c8d7111 ceph_get_num_objects +EXPORT_SYMBOL net/ceph/libceph 0x3d0f2a7c ceph_oloc_destroy +EXPORT_SYMBOL net/ceph/libceph 0x3fbf2059 ceph_copy_from_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x419d8d73 ceph_zero_page_vector_range +EXPORT_SYMBOL net/ceph/libceph 0x426052fd ceph_msg_new2 +EXPORT_SYMBOL net/ceph/libceph 0x45044d94 ceph_find_or_create_string +EXPORT_SYMBOL net/ceph/libceph 0x466b85b8 libceph_compatible +EXPORT_SYMBOL net/ceph/libceph 0x49883972 osd_req_op_xattr_init +EXPORT_SYMBOL net/ceph/libceph 0x49ffe77f osd_req_op_cls_request_data_pagelist +EXPORT_SYMBOL net/ceph/libceph 0x4af3867e ceph_osdc_unwatch +EXPORT_SYMBOL net/ceph/libceph 0x4affd6c2 ceph_parse_fsid +EXPORT_SYMBOL net/ceph/libceph 0x4b9de30b osd_req_op_alloc_hint_init +EXPORT_SYMBOL net/ceph/libceph 0x4ff77007 ceph_msg_data_add_bio +EXPORT_SYMBOL net/ceph/libceph 0x502e2caf osd_req_op_cls_request_data_bvecs +EXPORT_SYMBOL net/ceph/libceph 0x50603ce3 ceph_decode_entity_addrvec +EXPORT_SYMBOL net/ceph/libceph 0x50804738 ceph_auth_invalidate_authorizer +EXPORT_SYMBOL net/ceph/libceph 0x52ee3da7 ceph_cls_break_lock +EXPORT_SYMBOL net/ceph/libceph 0x572fe2f0 __ceph_auth_get_authorizer +EXPORT_SYMBOL net/ceph/libceph 0x576f161a ceph_osdc_maybe_request_map +EXPORT_SYMBOL net/ceph/libceph 0x57baf885 ceph_str_hash +EXPORT_SYMBOL net/ceph/libceph 0x5aeeee62 ceph_oid_aprintf +EXPORT_SYMBOL net/ceph/libceph 0x5f180b90 ceph_osdc_start_request +EXPORT_SYMBOL net/ceph/libceph 0x6158d08c ceph_osdc_abort_requests +EXPORT_SYMBOL net/ceph/libceph 0x63758856 ceph_str_hash_name +EXPORT_SYMBOL net/ceph/libceph 0x63dd0476 ceph_monc_open_session +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 0x6651cb14 ceph_msg_data_add_bvecs +EXPORT_SYMBOL net/ceph/libceph 0x6a297969 ceph_cls_set_cookie +EXPORT_SYMBOL net/ceph/libceph 0x6a7a38a0 ceph_pr_addr +EXPORT_SYMBOL net/ceph/libceph 0x6edb8cb7 ceph_pagelist_reserve +EXPORT_SYMBOL net/ceph/libceph 0x78c41686 ceph_osdc_put_request +EXPORT_SYMBOL net/ceph/libceph 0x7cc2c0e7 ceph_client_addr +EXPORT_SYMBOL net/ceph/libceph 0x7de725fa ceph_con_open +EXPORT_SYMBOL net/ceph/libceph 0x7e1e749c ceph_auth_handle_svc_reply_more +EXPORT_SYMBOL net/ceph/libceph 0x7f550021 ceph_osdc_get_request +EXPORT_SYMBOL net/ceph/libceph 0x806edbd7 osd_req_op_extent_dup_last +EXPORT_SYMBOL net/ceph/libceph 0x8277b92d ceph_osdc_cancel_request +EXPORT_SYMBOL net/ceph/libceph 0x86fca7e4 ceph_put_snap_context +EXPORT_SYMBOL net/ceph/libceph 0x8903c167 ceph_con_send +EXPORT_SYMBOL net/ceph/libceph 0x8a804fe5 ceph_monc_stop +EXPORT_SYMBOL net/ceph/libceph 0x8ab9094f osd_req_op_extent_osd_data_pages +EXPORT_SYMBOL net/ceph/libceph 0x8bd5050e ceph_pagelist_free_reserve +EXPORT_SYMBOL net/ceph/libceph 0x8cae77c7 osd_req_op_cls_response_data_pages +EXPORT_SYMBOL net/ceph/libceph 0x8d395b26 ceph_release_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x8eb51c91 ceph_create_client +EXPORT_SYMBOL net/ceph/libceph 0x8f5a03b7 ceph_osdc_call +EXPORT_SYMBOL net/ceph/libceph 0x92631298 ceph_osdc_clear_abort_err +EXPORT_SYMBOL net/ceph/libceph 0x926d270e osd_req_op_extent_osd_data_bio +EXPORT_SYMBOL net/ceph/libceph 0x95f47af6 ceph_con_close +EXPORT_SYMBOL net/ceph/libceph 0x987d3968 ceph_alloc_options +EXPORT_SYMBOL net/ceph/libceph 0x99b83790 ceph_auth_is_authenticated +EXPORT_SYMBOL net/ceph/libceph 0x99d2b3f1 ceph_auth_handle_bad_authorizer +EXPORT_SYMBOL net/ceph/libceph 0x9abdcabc ceph_osdc_wait_request +EXPORT_SYMBOL net/ceph/libceph 0x9ca95932 ceph_create_snap_context +EXPORT_SYMBOL net/ceph/libceph 0x9dd5e549 ceph_alloc_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x9fefa3cb ceph_calc_file_object_mapping +EXPORT_SYMBOL net/ceph/libceph 0xa5878830 __ceph_open_session +EXPORT_SYMBOL net/ceph/libceph 0xa650419e ceph_open_session +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 0xab984386 ceph_osdc_flush_notifies +EXPORT_SYMBOL net/ceph/libceph 0xad703657 ceph_auth_destroy_authorizer +EXPORT_SYMBOL net/ceph/libceph 0xadf43238 ceph_osdc_sync +EXPORT_SYMBOL net/ceph/libceph 0xafa8e038 ceph_client_gid +EXPORT_SYMBOL net/ceph/libceph 0xafb8a407 ceph_msgr_flush +EXPORT_SYMBOL net/ceph/libceph 0xb08ffd61 ceph_auth_get_authorizer +EXPORT_SYMBOL net/ceph/libceph 0xb33da64d ceph_monc_blocklist_add +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 0xb6a4017f ceph_auth_verify_authorizer_reply +EXPORT_SYMBOL net/ceph/libceph 0xb72c162e ceph_buffer_release +EXPORT_SYMBOL net/ceph/libceph 0xb86bb202 osd_req_op_extent_osd_data_bvecs +EXPORT_SYMBOL net/ceph/libceph 0xb99e7470 osd_req_op_init +EXPORT_SYMBOL net/ceph/libceph 0xbae00da7 ceph_pg_pool_flags +EXPORT_SYMBOL net/ceph/libceph 0xbc9d0799 ceph_msg_data_add_pagelist +EXPORT_SYMBOL net/ceph/libceph 0xbe3879aa ceph_get_snap_context +EXPORT_SYMBOL net/ceph/libceph 0xbe3b3743 ceph_put_page_vector +EXPORT_SYMBOL net/ceph/libceph 0xbfaa33a0 ceph_osdc_watch +EXPORT_SYMBOL net/ceph/libceph 0xc077101d osd_req_op_cls_init +EXPORT_SYMBOL net/ceph/libceph 0xc20c8ca8 ceph_pagelist_set_cursor +EXPORT_SYMBOL net/ceph/libceph 0xc20fc963 ceph_monc_do_statfs +EXPORT_SYMBOL net/ceph/libceph 0xc31ce40f ceph_cls_lock +EXPORT_SYMBOL net/ceph/libceph 0xc9a87987 ceph_osdc_alloc_request +EXPORT_SYMBOL net/ceph/libceph 0xca80437b ceph_extent_to_file +EXPORT_SYMBOL net/ceph/libceph 0xcba5d778 ceph_osdc_update_epoch_barrier +EXPORT_SYMBOL net/ceph/libceph 0xcef95363 osd_req_op_extent_update +EXPORT_SYMBOL net/ceph/libceph 0xd271a8fa ceph_monc_init +EXPORT_SYMBOL net/ceph/libceph 0xd4d736db ceph_destroy_options +EXPORT_SYMBOL net/ceph/libceph 0xd4eb7735 ceph_decode_entity_addr +EXPORT_SYMBOL net/ceph/libceph 0xd5cdd4f3 ceph_osdc_notify_ack +EXPORT_SYMBOL net/ceph/libceph 0xd6deca9a ceph_cls_lock_info +EXPORT_SYMBOL net/ceph/libceph 0xd845aef9 osd_req_op_cls_request_data_pages +EXPORT_SYMBOL net/ceph/libceph 0xdaa0735e ceph_osdc_notify +EXPORT_SYMBOL net/ceph/libceph 0xdd4d2fad ceph_msg_new +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 0xe4c766ad ceph_osdc_alloc_messages +EXPORT_SYMBOL net/ceph/libceph 0xe63662c6 ceph_monc_get_version +EXPORT_SYMBOL net/ceph/libceph 0xeab48f41 ceph_msg_get +EXPORT_SYMBOL net/ceph/libceph 0xeade1461 ceph_destroy_client +EXPORT_SYMBOL net/ceph/libceph 0xecab4e8b ceph_check_fsid +EXPORT_SYMBOL net/ceph/libceph 0xee120c03 ceph_release_string +EXPORT_SYMBOL net/ceph/libceph 0xee185202 ceph_wait_for_latest_osdmap +EXPORT_SYMBOL net/ceph/libceph 0xeef6cfa3 ceph_iterate_extents +EXPORT_SYMBOL net/ceph/libceph 0xf254297e ceph_addr_is_blank +EXPORT_SYMBOL net/ceph/libceph 0xf562aab7 ceph_pagelist_truncate +EXPORT_SYMBOL net/ceph/libceph 0xf631fbd5 ceph_monc_got_map +EXPORT_SYMBOL net/ceph/libceph 0xfa360a58 ceph_cls_assert_locked +EXPORT_SYMBOL net/ceph/libceph 0xfc448f65 ceph_reset_client_addr +EXPORT_SYMBOL net/ceph/libceph 0xff23dff4 ceph_monc_wait_osdmap +EXPORT_SYMBOL net/dccp/dccp_ipv4 0x64523232 dccp_req_err +EXPORT_SYMBOL net/dccp/dccp_ipv4 0xe1b93076 dccp_syn_ack_timeout +EXPORT_SYMBOL net/hsr/hsr 0x171a7bed is_hsr_master +EXPORT_SYMBOL net/hsr/hsr 0xc2c51720 hsr_get_version +EXPORT_SYMBOL net/ieee802154/ieee802154 0x370d9be8 wpan_phy_for_each +EXPORT_SYMBOL net/ieee802154/ieee802154 0x8737d8a5 wpan_phy_register +EXPORT_SYMBOL net/ieee802154/ieee802154 0x96d1ebf9 wpan_phy_free +EXPORT_SYMBOL net/ieee802154/ieee802154 0xab9173ee wpan_phy_find +EXPORT_SYMBOL net/ieee802154/ieee802154 0xccea0155 wpan_phy_new +EXPORT_SYMBOL net/ieee802154/ieee802154 0xe30fed3c wpan_phy_unregister +EXPORT_SYMBOL net/ipv4/fou 0x19741ae4 gue_encap_hlen +EXPORT_SYMBOL net/ipv4/fou 0x5e6ab5b0 __gue_build_header +EXPORT_SYMBOL net/ipv4/fou 0x5f663c72 __fou_build_header +EXPORT_SYMBOL net/ipv4/fou 0xff1adff3 fou_encap_hlen +EXPORT_SYMBOL net/ipv4/gre 0x152b6ede gre_parse_header +EXPORT_SYMBOL net/ipv4/ip_tunnel 0x16a4bdea ip_tunnel_encap_del_ops +EXPORT_SYMBOL net/ipv4/ip_tunnel 0x3e3418d0 ip_tunnel_get_iflink +EXPORT_SYMBOL net/ipv4/ip_tunnel 0x42ac2537 ip_tunnel_encap_add_ops +EXPORT_SYMBOL net/ipv4/ip_tunnel 0xc13e1738 ip_tunnel_get_link_net +EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0x992c87da arpt_unregister_table_pre_exit +EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0xa422eb17 arpt_do_table +EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0xbfc219bf arpt_register_table +EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0xc196b781 arpt_unregister_table +EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0x3a2c901e ipt_do_table +EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0x3c1c7d5b ipt_register_table +EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0x84de96d1 ipt_unregister_table_pre_exit +EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0xde9602ed ipt_unregister_table_exit +EXPORT_SYMBOL net/ipv4/tunnel4 0x5278a465 xfrm4_tunnel_register +EXPORT_SYMBOL net/ipv4/tunnel4 0xa5ebc08b xfrm4_tunnel_deregister +EXPORT_SYMBOL net/ipv4/udp_tunnel 0x429fc07c udp_sock_create4 +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x0ca514a0 ip6_tnl_get_link_net +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x157215e1 ip6_tnl_rcv +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x491a5536 ip6_tnl_encap_del_ops +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x552bd8de ip6_tnl_encap_add_ops +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x6f318e7c ip6_tnl_get_cap +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x9ffa8815 ip6_tnl_change_mtu +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0xb605fbdb ip6_tnl_xmit +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0xbfe2a372 ip6_tnl_get_iflink +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0xe272b28b ip6_tnl_parse_tlv_enc_lim +EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0x2176284d ip6t_unregister_table_exit +EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0x56d8e843 ip6t_register_table +EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0x7405c491 ip6t_unregister_table_pre_exit +EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0xb6850e2d ip6t_do_table +EXPORT_SYMBOL net/ipv6/tunnel6 0x38ed1c5f xfrm6_tunnel_register +EXPORT_SYMBOL net/ipv6/tunnel6 0xbb1ac740 xfrm6_tunnel_deregister +EXPORT_SYMBOL net/ipv6/xfrm6_tunnel 0x1e44035a xfrm6_tunnel_alloc_spi +EXPORT_SYMBOL net/ipv6/xfrm6_tunnel 0x29eb56a0 xfrm6_tunnel_spi_lookup +EXPORT_SYMBOL net/lapb/lapb 0x3fd06020 lapb_connect_request +EXPORT_SYMBOL net/lapb/lapb 0x440d4289 lapb_disconnect_request +EXPORT_SYMBOL net/lapb/lapb 0x58bee6f9 lapb_setparms +EXPORT_SYMBOL net/lapb/lapb 0x666ad8db lapb_getparms +EXPORT_SYMBOL net/lapb/lapb 0x81499156 lapb_register +EXPORT_SYMBOL net/lapb/lapb 0xadb225ee lapb_data_received +EXPORT_SYMBOL net/lapb/lapb 0xce9fbf28 lapb_data_request +EXPORT_SYMBOL net/lapb/lapb 0xf8625daf lapb_unregister +EXPORT_SYMBOL net/llc/llc 0x38b92846 llc_remove_pack +EXPORT_SYMBOL net/llc/llc 0x52d7b2fd llc_sap_list +EXPORT_SYMBOL net/llc/llc 0x7c1e00c7 llc_sap_find +EXPORT_SYMBOL net/llc/llc 0x966f7e08 llc_mac_hdr_init +EXPORT_SYMBOL net/llc/llc 0xa4defdde llc_build_and_send_ui_pkt +EXPORT_SYMBOL net/llc/llc 0xae85649c llc_sap_open +EXPORT_SYMBOL net/llc/llc 0xbe844746 llc_add_pack +EXPORT_SYMBOL net/llc/llc 0xbfafe30f llc_set_station_handler +EXPORT_SYMBOL net/llc/llc 0xecf56eec llc_sap_close +EXPORT_SYMBOL net/mac80211/mac80211 0x02c0d427 __ieee80211_get_rx_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0x055482b6 ieee80211_nullfunc_get +EXPORT_SYMBOL net/mac80211/mac80211 0x06af1612 ieee80211_rx_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0x08b6eb6d ieee80211_beacon_get_tim +EXPORT_SYMBOL net/mac80211/mac80211 0x091860f9 ieee80211_iter_keys_rcu +EXPORT_SYMBOL net/mac80211/mac80211 0x0b6f920c ieee80211_nan_func_terminated +EXPORT_SYMBOL net/mac80211/mac80211 0x0eb42667 ieee80211_sta_ps_transition +EXPORT_SYMBOL net/mac80211/mac80211 0x10baa5cb ieee80211_cqm_beacon_loss_notify +EXPORT_SYMBOL net/mac80211/mac80211 0x12684095 ieee80211_ctstoself_duration +EXPORT_SYMBOL net/mac80211/mac80211 0x13412fe7 ieee80211_register_hw +EXPORT_SYMBOL net/mac80211/mac80211 0x15d89afc ieee80211_disconnect +EXPORT_SYMBOL net/mac80211/mac80211 0x163ad4b2 ieee80211_sta_block_awake +EXPORT_SYMBOL net/mac80211/mac80211 0x18a43c58 ieee80211_scan_completed +EXPORT_SYMBOL net/mac80211/mac80211 0x19f37f0d ieee80211_update_p2p_noa +EXPORT_SYMBOL net/mac80211/mac80211 0x1bb9ffa4 ieee80211_restart_hw +EXPORT_SYMBOL net/mac80211/mac80211 0x1c4f77a7 ieee80211_enable_rssi_reports +EXPORT_SYMBOL net/mac80211/mac80211 0x1cb92455 ieee80211_disable_rssi_reports +EXPORT_SYMBOL net/mac80211/mac80211 0x1cf75d45 ieee80211_get_tkip_p1k_iv +EXPORT_SYMBOL net/mac80211/mac80211 0x1d890b6f ieee80211_sta_uapsd_trigger +EXPORT_SYMBOL net/mac80211/mac80211 0x1eb770c4 __ieee80211_get_radio_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0x1febf23d ieee80211_beacon_loss +EXPORT_SYMBOL net/mac80211/mac80211 0x20c807df __ieee80211_get_tx_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0x21091120 ieee80211_radar_detected +EXPORT_SYMBOL net/mac80211/mac80211 0x256ccdc6 ieee80211_ap_probereq_get +EXPORT_SYMBOL net/mac80211/mac80211 0x2616c141 ieee80211_proberesp_get +EXPORT_SYMBOL net/mac80211/mac80211 0x27468d3f ieee80211_send_eosp_nullfunc +EXPORT_SYMBOL net/mac80211/mac80211 0x28b1b632 ieee80211_beacon_get_template +EXPORT_SYMBOL net/mac80211/mac80211 0x2c61a10c ieee80211_find_sta +EXPORT_SYMBOL net/mac80211/mac80211 0x2fbf5090 __ieee80211_create_tpt_led_trigger +EXPORT_SYMBOL net/mac80211/mac80211 0x2ffd7ccf ieee80211_free_txskb +EXPORT_SYMBOL net/mac80211/mac80211 0x391eda45 ieee80211_get_tkip_rx_p1k +EXPORT_SYMBOL net/mac80211/mac80211 0x3a0a9152 ieee80211_rx_ba_timer_expired +EXPORT_SYMBOL net/mac80211/mac80211 0x3a2a968a ieee80211_free_hw +EXPORT_SYMBOL net/mac80211/mac80211 0x3c7751c3 rate_control_set_rates +EXPORT_SYMBOL net/mac80211/mac80211 0x3d53540d ieee80211_unregister_hw +EXPORT_SYMBOL net/mac80211/mac80211 0x48e142cb ieee80211_beacon_set_cntdwn +EXPORT_SYMBOL net/mac80211/mac80211 0x491c06f5 __ieee80211_get_assoc_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0x4a124100 ieee80211_generic_frame_duration +EXPORT_SYMBOL net/mac80211/mac80211 0x50c50462 ieee80211_report_wowlan_wakeup +EXPORT_SYMBOL net/mac80211/mac80211 0x51150e8c ieee80211_txq_may_transmit +EXPORT_SYMBOL net/mac80211/mac80211 0x55e16fab ieee80211_unreserve_tid +EXPORT_SYMBOL net/mac80211/mac80211 0x5a746d43 ieee80211_rate_control_register +EXPORT_SYMBOL net/mac80211/mac80211 0x5b380ae3 ieee80211_cqm_rssi_notify +EXPORT_SYMBOL net/mac80211/mac80211 0x5ccc6088 ieee80211_next_txq +EXPORT_SYMBOL net/mac80211/mac80211 0x6013b8bb ieee80211_chswitch_done +EXPORT_SYMBOL net/mac80211/mac80211 0x621e0833 ieee80211_handle_wake_tx_queue +EXPORT_SYMBOL net/mac80211/mac80211 0x6469da28 ieee80211_tdls_oper_request +EXPORT_SYMBOL net/mac80211/mac80211 0x661cd9e3 ieee80211_get_unsol_bcast_probe_resp_tmpl +EXPORT_SYMBOL net/mac80211/mac80211 0x68820dd6 ieee80211_tx_status_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0x6d49b548 ieee80211_mark_rx_ba_filtered_frames +EXPORT_SYMBOL net/mac80211/mac80211 0x712d0691 ieee80211_txq_schedule_start +EXPORT_SYMBOL net/mac80211/mac80211 0x7402cf3c ieee80211_rx_napi +EXPORT_SYMBOL net/mac80211/mac80211 0x776a56b5 ieee80211_alloc_hw_nm +EXPORT_SYMBOL net/mac80211/mac80211 0x7bfecb92 ieee80211_sched_scan_stopped +EXPORT_SYMBOL net/mac80211/mac80211 0x7c0f6713 ieee80211_iter_keys +EXPORT_SYMBOL net/mac80211/mac80211 0x7c173466 ieee80211_start_tx_ba_cb_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0x7d140eaa ieee80211_report_low_ack +EXPORT_SYMBOL net/mac80211/mac80211 0x7fc366de ieee80211_csa_finish +EXPORT_SYMBOL net/mac80211/mac80211 0x83ca6331 wiphy_to_ieee80211_hw +EXPORT_SYMBOL net/mac80211/mac80211 0x859ad7d2 ieee80211_tx_status +EXPORT_SYMBOL net/mac80211/mac80211 0x85f0a158 ieee80211_get_tx_rates +EXPORT_SYMBOL net/mac80211/mac80211 0x8aff6871 ieee80211_channel_switch_disconnect +EXPORT_SYMBOL net/mac80211/mac80211 0x8d41726d ieee80211_get_bssid +EXPORT_SYMBOL net/mac80211/mac80211 0x908dc1bf ieee80211_stop_rx_ba_session +EXPORT_SYMBOL net/mac80211/mac80211 0x92711adc ieee80211_connection_loss +EXPORT_SYMBOL net/mac80211/mac80211 0x9590f8aa ieee80211_rate_control_unregister +EXPORT_SYMBOL net/mac80211/mac80211 0x97bd9afb ieee80211_queue_stopped +EXPORT_SYMBOL net/mac80211/mac80211 0x991a0ca0 ieee80211_parse_p2p_noa +EXPORT_SYMBOL net/mac80211/mac80211 0x9b7a78d9 ieee80211_stop_queues +EXPORT_SYMBOL net/mac80211/mac80211 0x9d4112e5 ieee80211_sta_recalc_aggregates +EXPORT_SYMBOL net/mac80211/mac80211 0x9dcf7f84 __ieee80211_schedule_txq +EXPORT_SYMBOL net/mac80211/mac80211 0x9e5d5b63 ieee80211_txq_get_depth +EXPORT_SYMBOL net/mac80211/mac80211 0xa0ef8eb7 ieee80211_rts_duration +EXPORT_SYMBOL net/mac80211/mac80211 0xa2c2cd81 ieee80211_queue_work +EXPORT_SYMBOL net/mac80211/mac80211 0xa3d963d9 ieee80211_wake_queues +EXPORT_SYMBOL net/mac80211/mac80211 0xa4aaa103 ieee80211_manage_rx_ba_offl +EXPORT_SYMBOL net/mac80211/mac80211 0xa56344a7 ieee80211_nan_func_match +EXPORT_SYMBOL net/mac80211/mac80211 0xa5d99a51 ieee80211_sched_scan_results +EXPORT_SYMBOL net/mac80211/mac80211 0xa6b7f1c5 ieee80211_txq_airtime_check +EXPORT_SYMBOL net/mac80211/mac80211 0xa6c255af ieee80211_tx_status_8023 +EXPORT_SYMBOL net/mac80211/mac80211 0xac030f4d ieee80211_start_tx_ba_session +EXPORT_SYMBOL net/mac80211/mac80211 0xace8708c ieee80211_get_tkip_p2k +EXPORT_SYMBOL net/mac80211/mac80211 0xaeb9a917 ieee80211_get_key_rx_seq +EXPORT_SYMBOL net/mac80211/mac80211 0xb0913709 ieee80211_stop_tx_ba_cb_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0xb7ba6a72 ieee80211_sta_eosp +EXPORT_SYMBOL net/mac80211/mac80211 0xb83a4361 ieee80211_pspoll_get +EXPORT_SYMBOL net/mac80211/mac80211 0xb869b222 ieee80211_tx_status_ext +EXPORT_SYMBOL net/mac80211/mac80211 0xbcc6fe92 ieee80211_tx_dequeue +EXPORT_SYMBOL net/mac80211/mac80211 0xbf3e1ce5 ieee80211_wake_queue +EXPORT_SYMBOL net/mac80211/mac80211 0xc14ecbf6 ieee80211_get_buffered_bc +EXPORT_SYMBOL net/mac80211/mac80211 0xc671a093 ieee80211_sta_register_airtime +EXPORT_SYMBOL net/mac80211/mac80211 0xc676b716 ieee80211_beacon_update_cntdwn +EXPORT_SYMBOL net/mac80211/mac80211 0xc995e709 ieee80211_rts_get +EXPORT_SYMBOL net/mac80211/mac80211 0xd7e41fe7 ieee80211_sta_pspoll +EXPORT_SYMBOL net/mac80211/mac80211 0xd86d8a9b ieee80211_stop_tx_ba_session +EXPORT_SYMBOL net/mac80211/mac80211 0xda42d22a ieee80211_get_fils_discovery_tmpl +EXPORT_SYMBOL net/mac80211/mac80211 0xdc06c124 ieee80211_probereq_get +EXPORT_SYMBOL net/mac80211/mac80211 0xde73e676 ieee80211_tx_prepare_skb +EXPORT_SYMBOL net/mac80211/mac80211 0xe36aade1 ieee80211_ctstoself_get +EXPORT_SYMBOL net/mac80211/mac80211 0xe3f0526e ieee80211_reserve_tid +EXPORT_SYMBOL net/mac80211/mac80211 0xe8ac587a ieee80211_rx_list +EXPORT_SYMBOL net/mac80211/mac80211 0xefaa322b ieee80211_beacon_cntdwn_is_complete +EXPORT_SYMBOL net/mac80211/mac80211 0xf48793b9 ieee80211_stop_queue +EXPORT_SYMBOL net/mac80211/mac80211 0xf7ff3c35 ieee80211_send_bar +EXPORT_SYMBOL net/mac80211/mac80211 0xf8bc75f1 ieee80211_tx_rate_update +EXPORT_SYMBOL net/mac80211/mac80211 0xfe35b9a6 ieee80211_sta_set_buffered +EXPORT_SYMBOL net/mac80211/mac80211 0xfebf3a99 ieee80211_queue_delayed_work +EXPORT_SYMBOL net/mac802154/mac802154 0x2dce05f5 ieee802154_xmit_error +EXPORT_SYMBOL net/mac802154/mac802154 0x4ec562fc ieee802154_rx_irqsafe +EXPORT_SYMBOL net/mac802154/mac802154 0x666cf3e3 ieee802154_xmit_complete +EXPORT_SYMBOL net/mac802154/mac802154 0xa1ac52ba ieee802154_free_hw +EXPORT_SYMBOL net/mac802154/mac802154 0xa3430edd ieee802154_register_hw +EXPORT_SYMBOL net/mac802154/mac802154 0xbe4f8464 ieee802154_configure_durations +EXPORT_SYMBOL net/mac802154/mac802154 0xe71dd146 ieee802154_xmit_hw_error +EXPORT_SYMBOL net/mac802154/mac802154 0xf9a5fb49 ieee802154_alloc_hw +EXPORT_SYMBOL net/mac802154/mac802154 0xffae0aa8 ieee802154_unregister_hw +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x0e13e1d9 ip_vs_nfct_expect_related +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x2b947fe1 ip_vs_conn_in_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x2ea8ebfb register_ip_vs_app +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x3135d359 ip_vs_new_conn_out +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x3fba0d6a unregister_ip_vs_scheduler +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x7292d0aa ip_vs_conn_put +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x908b7277 ip_vs_scheduler_err +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x942164eb register_ip_vs_app_inc +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xb1c75226 ip_vs_tcp_conn_listen +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xb3f92b9e ip_vs_proto_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xb4088dfe unregister_ip_vs_app +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xca08b242 ip_vs_conn_new +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xcca936a8 register_ip_vs_scheduler +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xcd513f9d ip_vs_proto_data_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xd831a1a2 ip_vs_proto_name +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xf7808a5b ip_vs_conn_out_get +EXPORT_SYMBOL net/netfilter/nf_conntrack 0x31e5237b 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 0x20456ce4 nf_nat_setup_info +EXPORT_SYMBOL net/netfilter/nf_nat 0x394c4e6b nf_nat_follow_master +EXPORT_SYMBOL net/netfilter/nf_nat 0x8f216684 __nf_nat_mangle_tcp_packet +EXPORT_SYMBOL net/netfilter/nf_nat 0xa502ec2a nf_nat_mangle_udp_packet +EXPORT_SYMBOL net/netfilter/nft_fib 0x46170f23 nft_fib_policy +EXPORT_SYMBOL net/netfilter/x_tables 0x0cfdeae1 xt_find_match +EXPORT_SYMBOL net/netfilter/x_tables 0x0d7f5fcd xt_alloc_entry_offsets +EXPORT_SYMBOL net/netfilter/x_tables 0x147d4d30 xt_unregister_targets +EXPORT_SYMBOL net/netfilter/x_tables 0x2d933a25 xt_register_targets +EXPORT_SYMBOL net/netfilter/x_tables 0x338cbc22 xt_unregister_target +EXPORT_SYMBOL net/netfilter/x_tables 0x389374d4 xt_register_matches +EXPORT_SYMBOL net/netfilter/x_tables 0x3bf9d084 xt_check_table_hooks +EXPORT_SYMBOL net/netfilter/x_tables 0x48012e28 xt_check_proc_name +EXPORT_SYMBOL net/netfilter/x_tables 0x8add4e76 xt_find_table +EXPORT_SYMBOL net/netfilter/x_tables 0x977fd4bf xt_alloc_table_info +EXPORT_SYMBOL net/netfilter/x_tables 0x99749d68 xt_unregister_match +EXPORT_SYMBOL net/netfilter/x_tables 0xcb3e91cc xt_counters_alloc +EXPORT_SYMBOL net/netfilter/x_tables 0xd2805109 xt_register_match +EXPORT_SYMBOL net/netfilter/x_tables 0xd557a337 xt_unregister_matches +EXPORT_SYMBOL net/netfilter/x_tables 0xd87ae60d xt_check_entry_offsets +EXPORT_SYMBOL net/netfilter/x_tables 0xddb823ab xt_register_target +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 0x2a5b4037 nfc_hci_reset_pipes_per_host +EXPORT_SYMBOL net/nfc/hci/hci 0x2f424036 nfc_hci_send_cmd_async +EXPORT_SYMBOL net/nfc/hci/hci 0x3a16186f nfc_hci_allocate_device +EXPORT_SYMBOL net/nfc/hci/hci 0x3e9892fd nfc_hci_reset_pipes +EXPORT_SYMBOL net/nfc/hci/hci 0x423f5215 nfc_hci_unregister_device +EXPORT_SYMBOL net/nfc/hci/hci 0x5d498ff4 nfc_hci_register_device +EXPORT_SYMBOL net/nfc/hci/hci 0x655964dc nfc_hci_send_event +EXPORT_SYMBOL net/nfc/hci/hci 0x6936bd87 nfc_hci_set_clientdata +EXPORT_SYMBOL net/nfc/hci/hci 0x6cc4286e nfc_hci_driver_failure +EXPORT_SYMBOL net/nfc/hci/hci 0x74fe3670 nfc_hci_result_to_errno +EXPORT_SYMBOL net/nfc/hci/hci 0x8d4163a1 nfc_hci_get_param +EXPORT_SYMBOL net/nfc/hci/hci 0x95342c54 nfc_hci_disconnect_gate +EXPORT_SYMBOL net/nfc/hci/hci 0xb0908fbb nfc_hci_disconnect_all_gates +EXPORT_SYMBOL net/nfc/hci/hci 0xb2c2a4bb nfc_llc_start +EXPORT_SYMBOL net/nfc/hci/hci 0xb447aa0f nfc_hci_connect_gate +EXPORT_SYMBOL net/nfc/hci/hci 0xbcf1785e nfc_hci_free_device +EXPORT_SYMBOL net/nfc/hci/hci 0xcb0b21cc nfc_llc_stop +EXPORT_SYMBOL net/nfc/hci/hci 0xd5cf4c1e nfc_hci_get_clientdata +EXPORT_SYMBOL net/nfc/hci/hci 0xdd231c55 nfc_hci_sak_to_protocol +EXPORT_SYMBOL net/nfc/hci/hci 0xdd24cda9 nfc_hci_send_cmd +EXPORT_SYMBOL net/nfc/hci/hci 0xed241f1f nfc_hci_recv_frame +EXPORT_SYMBOL net/nfc/hci/hci 0xf6b42767 nfc_hci_set_param +EXPORT_SYMBOL net/nfc/hci/hci 0xfaefab7b nfc_hci_target_discovered +EXPORT_SYMBOL net/nfc/nci/nci 0x03d01015 nci_hci_dev_session_init +EXPORT_SYMBOL net/nfc/nci/nci 0x078f2880 nci_core_conn_close +EXPORT_SYMBOL net/nfc/nci/nci 0x0ca190e6 nci_unregister_device +EXPORT_SYMBOL net/nfc/nci/nci 0x311e47c7 nci_hci_set_param +EXPORT_SYMBOL net/nfc/nci/nci 0x348fb530 nci_send_frame +EXPORT_SYMBOL net/nfc/nci/nci 0x4731cc45 nci_recv_frame +EXPORT_SYMBOL net/nfc/nci/nci 0x47e611e5 nci_set_config +EXPORT_SYMBOL net/nfc/nci/nci 0x5537ee4a nci_hci_send_event +EXPORT_SYMBOL net/nfc/nci/nci 0x5a2512bd nci_core_reset +EXPORT_SYMBOL net/nfc/nci/nci 0x5e957493 nci_get_conn_info_by_dest_type_params +EXPORT_SYMBOL net/nfc/nci/nci 0x6085f7ee nci_nfcee_mode_set +EXPORT_SYMBOL net/nfc/nci/nci 0x626dd8e0 nci_hci_get_param +EXPORT_SYMBOL net/nfc/nci/nci 0x6bd765b3 nci_prop_cmd +EXPORT_SYMBOL net/nfc/nci/nci 0x6ea6b727 nci_core_conn_create +EXPORT_SYMBOL net/nfc/nci/nci 0x81192dc5 nci_req_complete +EXPORT_SYMBOL net/nfc/nci/nci 0x87caa883 nci_send_cmd +EXPORT_SYMBOL net/nfc/nci/nci 0x87dbecea nci_hci_clear_all_pipes +EXPORT_SYMBOL net/nfc/nci/nci 0x91c851b7 nci_send_data +EXPORT_SYMBOL net/nfc/nci/nci 0x927850cc nci_hci_open_pipe +EXPORT_SYMBOL net/nfc/nci/nci 0x9b9e71aa nci_core_init +EXPORT_SYMBOL net/nfc/nci/nci 0x9c2c81c3 nci_conn_max_data_pkt_payload_size +EXPORT_SYMBOL net/nfc/nci/nci 0xb87a77a6 nci_core_cmd +EXPORT_SYMBOL net/nfc/nci/nci 0xba490602 nci_to_errno +EXPORT_SYMBOL net/nfc/nci/nci 0xc39534da nci_hci_connect_gate +EXPORT_SYMBOL net/nfc/nci/nci 0xc816607f nci_allocate_device +EXPORT_SYMBOL net/nfc/nci/nci 0xc9ea69fc nci_register_device +EXPORT_SYMBOL net/nfc/nci/nci 0xd6c808b3 nci_nfcc_loopback +EXPORT_SYMBOL net/nfc/nci/nci 0xdfa1eb49 nci_free_device +EXPORT_SYMBOL net/nfc/nci/nci 0xe2d3e197 nci_hci_send_cmd +EXPORT_SYMBOL net/nfc/nci/nci 0xf5bd19c4 nci_nfcee_discover +EXPORT_SYMBOL net/nfc/nfc 0x072cb55a nfc_proto_register +EXPORT_SYMBOL net/nfc/nfc 0x0cb5fa0b nfc_tm_data_received +EXPORT_SYMBOL net/nfc/nfc 0x0d119368 nfc_remove_se +EXPORT_SYMBOL net/nfc/nfc 0x1668a4c8 nfc_target_lost +EXPORT_SYMBOL net/nfc/nfc 0x1ccecbf8 nfc_send_to_raw_sock +EXPORT_SYMBOL net/nfc/nfc 0x21e54dc6 nfc_class +EXPORT_SYMBOL net/nfc/nfc 0x307200ee nfc_se_transaction +EXPORT_SYMBOL net/nfc/nfc 0x34a82878 nfc_targets_found +EXPORT_SYMBOL net/nfc/nfc 0x3bf08bd4 nfc_tm_deactivated +EXPORT_SYMBOL net/nfc/nfc 0x4d138744 nfc_add_se +EXPORT_SYMBOL net/nfc/nfc 0x6e320335 nfc_se_connectivity +EXPORT_SYMBOL net/nfc/nfc 0x83e647a1 nfc_fw_download_done +EXPORT_SYMBOL net/nfc/nfc 0x854eb167 nfc_dep_link_is_up +EXPORT_SYMBOL net/nfc/nfc 0xa0d409e7 nfc_tm_activated +EXPORT_SYMBOL net/nfc/nfc 0xae9e8758 nfc_get_local_general_bytes +EXPORT_SYMBOL net/nfc/nfc 0xb66fd700 nfc_alloc_recv_skb +EXPORT_SYMBOL net/nfc/nfc 0xba7b0b29 nfc_unregister_device +EXPORT_SYMBOL net/nfc/nfc 0xc04d550a nfc_driver_failure +EXPORT_SYMBOL net/nfc/nfc 0xcbc7e56a nfc_allocate_device +EXPORT_SYMBOL net/nfc/nfc 0xde175e9a nfc_proto_unregister +EXPORT_SYMBOL net/nfc/nfc 0xde6252f5 nfc_set_remote_general_bytes +EXPORT_SYMBOL net/nfc/nfc 0xdeec0297 nfc_register_device +EXPORT_SYMBOL net/nfc/nfc 0xe1eb846c nfc_find_se +EXPORT_SYMBOL net/nfc/nfc 0xee59f7d8 __nfc_alloc_vendor_cmd_reply_skb +EXPORT_SYMBOL net/nfc/nfc 0xfafb1d78 nfc_vendor_cmd_reply +EXPORT_SYMBOL net/nfc/nfc_digital 0x7e48540f nfc_digital_allocate_device +EXPORT_SYMBOL net/nfc/nfc_digital 0x89bb3f30 nfc_digital_free_device +EXPORT_SYMBOL net/nfc/nfc_digital 0xa361e6a8 nfc_digital_register_device +EXPORT_SYMBOL net/nfc/nfc_digital 0xf02b6206 nfc_digital_unregister_device +EXPORT_SYMBOL net/phonet/phonet 0x104c12d7 phonet_stream_ops +EXPORT_SYMBOL net/phonet/phonet 0x2fcae040 phonet_proto_unregister +EXPORT_SYMBOL net/phonet/phonet 0x546a583c pn_sock_get_port +EXPORT_SYMBOL net/phonet/phonet 0x62d1125c pn_sock_hash +EXPORT_SYMBOL net/phonet/phonet 0x7a637672 phonet_header_ops +EXPORT_SYMBOL net/phonet/phonet 0x91559031 pn_skb_send +EXPORT_SYMBOL net/phonet/phonet 0x96a0f546 pn_sock_unhash +EXPORT_SYMBOL net/phonet/phonet 0xfe6ebf5d phonet_proto_register +EXPORT_SYMBOL net/rxrpc/rxrpc 0x1e25fa10 rxrpc_kernel_get_peer +EXPORT_SYMBOL net/rxrpc/rxrpc 0x21160010 rxrpc_kernel_abort_call +EXPORT_SYMBOL net/rxrpc/rxrpc 0x25a01c26 rxrpc_kernel_get_srtt +EXPORT_SYMBOL net/rxrpc/rxrpc 0x31bf3ca3 rxrpc_debug_id +EXPORT_SYMBOL net/rxrpc/rxrpc 0x3dcb7171 rxrpc_sock_set_min_security_level +EXPORT_SYMBOL net/rxrpc/rxrpc 0x4b9d3dd4 rxrpc_kernel_check_life +EXPORT_SYMBOL net/rxrpc/rxrpc 0x4db2ab79 key_type_rxrpc +EXPORT_SYMBOL net/rxrpc/rxrpc 0x571aaec4 rxrpc_get_server_data_key +EXPORT_SYMBOL net/rxrpc/rxrpc 0x7db83ce0 rxrpc_kernel_new_call_notification +EXPORT_SYMBOL net/rxrpc/rxrpc 0x96ed81a5 rxrpc_kernel_begin_call +EXPORT_SYMBOL net/rxrpc/rxrpc 0x9fb72922 rxrpc_kernel_get_epoch +EXPORT_SYMBOL net/rxrpc/rxrpc 0xc0ae45c2 rxrpc_kernel_set_tx_length +EXPORT_SYMBOL net/rxrpc/rxrpc 0xcdf2a27f rxrpc_kernel_end_call +EXPORT_SYMBOL net/rxrpc/rxrpc 0xd58c6877 rxrpc_kernel_recv_data +EXPORT_SYMBOL net/rxrpc/rxrpc 0xd5acc0ad rxrpc_get_null_key +EXPORT_SYMBOL net/rxrpc/rxrpc 0xe19f04aa rxrpc_kernel_charge_accept +EXPORT_SYMBOL net/rxrpc/rxrpc 0xe626715c rxrpc_kernel_set_max_life +EXPORT_SYMBOL net/rxrpc/rxrpc 0xed9ec444 rxrpc_sock_set_security_keyring +EXPORT_SYMBOL net/rxrpc/rxrpc 0xf6a4277d rxrpc_kernel_send_data +EXPORT_SYMBOL net/sctp/sctp 0x040b61a8 sctp_do_peeloff +EXPORT_SYMBOL net/smc/smc 0x3153cc92 __SCK__tp_func_smc_rx_recvmsg +EXPORT_SYMBOL net/smc/smc 0x476a5dc4 __traceiter_smc_switch_to_fallback +EXPORT_SYMBOL net/smc/smc 0x4c30be88 __traceiter_smcr_link_down +EXPORT_SYMBOL net/smc/smc 0x6203d4d2 __tracepoint_smc_switch_to_fallback +EXPORT_SYMBOL net/smc/smc 0x736ba91d __tracepoint_smc_rx_recvmsg +EXPORT_SYMBOL net/smc/smc 0x8b75e80a __traceiter_smc_tx_sendmsg +EXPORT_SYMBOL net/smc/smc 0xa5e2ae02 __tracepoint_smcr_link_down +EXPORT_SYMBOL net/smc/smc 0xb3f2d173 __SCK__tp_func_smc_tx_sendmsg +EXPORT_SYMBOL net/smc/smc 0xc0bdc407 __traceiter_smc_rx_recvmsg +EXPORT_SYMBOL net/smc/smc 0xe7dacb8d __SCK__tp_func_smcr_link_down +EXPORT_SYMBOL net/smc/smc 0xf1cab4fc __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 0x0c390d63 gss_pseudoflavor_to_service +EXPORT_SYMBOL net/sunrpc/auth_gss/auth_rpcgss 0x3eaa67df gss_mech_put +EXPORT_SYMBOL net/sunrpc/auth_gss/auth_rpcgss 0x9cf70c76 gss_mech_get +EXPORT_SYMBOL net/sunrpc/sunrpc 0x2277423e svc_pool_stats_open +EXPORT_SYMBOL net/sunrpc/sunrpc 0x6d45e829 xdr_restrict_buflen +EXPORT_SYMBOL net/sunrpc/sunrpc 0x99a48e42 xdr_truncate_encode +EXPORT_SYMBOL net/tipc/tipc 0x4b31bfc1 tipc_sk_fill_sock_diag +EXPORT_SYMBOL net/tipc/tipc 0xae9b2e63 tipc_nl_sk_walk +EXPORT_SYMBOL net/tipc/tipc 0xd30dd428 tipc_dump_done +EXPORT_SYMBOL net/tipc/tipc 0xe396127d tipc_dump_start +EXPORT_SYMBOL net/tls/tls 0xcacfff60 tls_get_record +EXPORT_SYMBOL net/wireless/cfg80211 0x06ca71fd cfg80211_chandef_create +EXPORT_SYMBOL net/wireless/cfg80211 0x06f16918 cfg80211_port_authorized +EXPORT_SYMBOL net/wireless/cfg80211 0x0882c956 cfg80211_cqm_pktloss_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x08a853c1 cfg80211_assoc_comeback +EXPORT_SYMBOL net/wireless/cfg80211 0x0cc95bc2 ieee80211_s1g_channel_width +EXPORT_SYMBOL net/wireless/cfg80211 0x1049e64f wiphy_new_nm +EXPORT_SYMBOL net/wireless/cfg80211 0x11779d93 cfg80211_report_wowlan_wakeup +EXPORT_SYMBOL net/wireless/cfg80211 0x12beb5e7 cfg80211_sta_opmode_change_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x15e7a40e cfg80211_tx_mlme_mgmt +EXPORT_SYMBOL net/wireless/cfg80211 0x1879fcbd bridge_tunnel_header +EXPORT_SYMBOL net/wireless/cfg80211 0x1a7b611c cfg80211_mgmt_tx_status_ext +EXPORT_SYMBOL net/wireless/cfg80211 0x1b5750c6 cfg80211_get_drvinfo +EXPORT_SYMBOL net/wireless/cfg80211 0x1bee78ac __cfg80211_alloc_reply_skb +EXPORT_SYMBOL net/wireless/cfg80211 0x1ce2497f reg_query_regdb_wmm +EXPORT_SYMBOL net/wireless/cfg80211 0x1db799aa cfg80211_cqm_beacon_loss_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x1f95071b cfg80211_new_sta +EXPORT_SYMBOL net/wireless/cfg80211 0x2225018a cfg80211_classify8021d +EXPORT_SYMBOL net/wireless/cfg80211 0x224147f9 cfg80211_background_cac_abort +EXPORT_SYMBOL net/wireless/cfg80211 0x2c921c7c cfg80211_get_iftype_ext_capa +EXPORT_SYMBOL net/wireless/cfg80211 0x2ddc0759 cfg80211_update_owe_info_event +EXPORT_SYMBOL net/wireless/cfg80211 0x3050c9a1 cfg80211_any_usable_channels +EXPORT_SYMBOL net/wireless/cfg80211 0x31705821 cfg80211_cac_event +EXPORT_SYMBOL net/wireless/cfg80211 0x35532f48 ieee80211_get_channel_khz +EXPORT_SYMBOL net/wireless/cfg80211 0x3630eb4e wdev_chandef +EXPORT_SYMBOL net/wireless/cfg80211 0x3643b80f ieee80211_chandef_to_operating_class +EXPORT_SYMBOL net/wireless/cfg80211 0x38cb594a ieee80211_ie_split_ric +EXPORT_SYMBOL net/wireless/cfg80211 0x39c05a2d cfg80211_unlink_bss +EXPORT_SYMBOL net/wireless/cfg80211 0x3baba810 cfg80211_rx_mgmt_ext +EXPORT_SYMBOL net/wireless/cfg80211 0x3cf9b93c cfg80211_probe_status +EXPORT_SYMBOL net/wireless/cfg80211 0x3e190034 cfg80211_inform_bss_data +EXPORT_SYMBOL net/wireless/cfg80211 0x3fb7ba46 __cfg80211_send_event_skb +EXPORT_SYMBOL net/wireless/cfg80211 0x429c0c31 ieee80211_bss_get_elem +EXPORT_SYMBOL net/wireless/cfg80211 0x42cde239 cfg80211_disconnected +EXPORT_SYMBOL net/wireless/cfg80211 0x43afadee ieee80211_radiotap_iterator_init +EXPORT_SYMBOL net/wireless/cfg80211 0x45b123d5 cfg80211_report_obss_beacon_khz +EXPORT_SYMBOL net/wireless/cfg80211 0x45d56d4f cfg80211_control_port_tx_status +EXPORT_SYMBOL net/wireless/cfg80211 0x46ff300c ieee80211_get_response_rate +EXPORT_SYMBOL net/wireless/cfg80211 0x48838c21 cfg80211_tdls_oper_request +EXPORT_SYMBOL net/wireless/cfg80211 0x4950bbb6 ieee80211_get_hdrlen_from_skb +EXPORT_SYMBOL net/wireless/cfg80211 0x4a22542e cfg80211_unregister_wdev +EXPORT_SYMBOL net/wireless/cfg80211 0x4a582040 cfg80211_del_sta_sinfo +EXPORT_SYMBOL net/wireless/cfg80211 0x4b4a9044 cfg80211_gtk_rekey_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x4d888bc1 cfg80211_calculate_bitrate +EXPORT_SYMBOL net/wireless/cfg80211 0x51611ad7 cfg80211_rx_control_port +EXPORT_SYMBOL net/wireless/cfg80211 0x527e3ed3 cfg80211_sched_scan_stopped +EXPORT_SYMBOL net/wireless/cfg80211 0x55514634 wiphy_free +EXPORT_SYMBOL net/wireless/cfg80211 0x5584448a ieee80211_channel_to_freq_khz +EXPORT_SYMBOL net/wireless/cfg80211 0x55b65232 cfg80211_nan_match +EXPORT_SYMBOL net/wireless/cfg80211 0x5675adc6 cfg80211_auth_timeout +EXPORT_SYMBOL net/wireless/cfg80211 0x58935e1a cfg80211_ibss_joined +EXPORT_SYMBOL net/wireless/cfg80211 0x60946827 cfg80211_rx_unprot_mlme_mgmt +EXPORT_SYMBOL net/wireless/cfg80211 0x6142f363 cfg80211_reg_can_beacon_relax +EXPORT_SYMBOL net/wireless/cfg80211 0x64244baa cfg80211_roamed +EXPORT_SYMBOL net/wireless/cfg80211 0x6774f04f cfg80211_cqm_rssi_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x69823cdd cfg80211_sched_scan_stopped_locked +EXPORT_SYMBOL net/wireless/cfg80211 0x69b18f43 rfc1042_header +EXPORT_SYMBOL net/wireless/cfg80211 0x6a8da96e cfg80211_check_combinations +EXPORT_SYMBOL net/wireless/cfg80211 0x6af5d75b wiphy_rfkill_start_polling +EXPORT_SYMBOL net/wireless/cfg80211 0x6bedf402 ieee80211_freq_khz_to_channel +EXPORT_SYMBOL net/wireless/cfg80211 0x6caceef9 regulatory_hint +EXPORT_SYMBOL net/wireless/cfg80211 0x6dea48f4 cfg80211_sched_scan_results +EXPORT_SYMBOL net/wireless/cfg80211 0x708eb2e0 cfg80211_ready_on_channel +EXPORT_SYMBOL net/wireless/cfg80211 0x7118d0c8 cfg80211_iter_combinations +EXPORT_SYMBOL net/wireless/cfg80211 0x756c578d cfg80211_rx_spurious_frame +EXPORT_SYMBOL net/wireless/cfg80211 0x77e867c8 cfg80211_cqm_txe_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x79a919d2 cfg80211_ref_bss +EXPORT_SYMBOL net/wireless/cfg80211 0x79b82a71 cfg80211_find_vendor_elem +EXPORT_SYMBOL net/wireless/cfg80211 0x7a1cdb96 __cfg80211_alloc_event_skb +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 0x7c7648db cfg80211_check_station_change +EXPORT_SYMBOL net/wireless/cfg80211 0x7e8d40a2 ieee80211_get_num_supported_channels +EXPORT_SYMBOL net/wireless/cfg80211 0x7ef39823 ieee80211_hdrlen +EXPORT_SYMBOL net/wireless/cfg80211 0x838e7a6a cfg80211_ch_switch_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x8430ba93 cfg80211_conn_failed +EXPORT_SYMBOL net/wireless/cfg80211 0x84805029 wiphy_register +EXPORT_SYMBOL net/wireless/cfg80211 0x8805336a cfg80211_assoc_failure +EXPORT_SYMBOL net/wireless/cfg80211 0x880bb7ec cfg80211_bss_iter +EXPORT_SYMBOL net/wireless/cfg80211 0x8878a7c8 cfg80211_michael_mic_failure +EXPORT_SYMBOL net/wireless/cfg80211 0x8929c007 freq_reg_info +EXPORT_SYMBOL net/wireless/cfg80211 0x8b24e88f cfg80211_merge_profile +EXPORT_SYMBOL net/wireless/cfg80211 0x8c9c7137 cfg80211_nan_func_terminated +EXPORT_SYMBOL net/wireless/cfg80211 0x8d52b3ea regulatory_pre_cac_allowed +EXPORT_SYMBOL net/wireless/cfg80211 0x8f34ccb4 wiphy_read_of_freq_limits +EXPORT_SYMBOL net/wireless/cfg80211 0x8fa02936 cfg80211_free_nan_func +EXPORT_SYMBOL net/wireless/cfg80211 0x8fef336f ieee80211_data_to_8023_exthdr +EXPORT_SYMBOL net/wireless/cfg80211 0x935ed1e9 cfg80211_sinfo_alloc_tid_stats +EXPORT_SYMBOL net/wireless/cfg80211 0x94ec4021 cfg80211_chandef_usable +EXPORT_SYMBOL net/wireless/cfg80211 0x95489521 cfg80211_remain_on_channel_expired +EXPORT_SYMBOL net/wireless/cfg80211 0x956eb58a cfg80211_tx_mgmt_expired +EXPORT_SYMBOL net/wireless/cfg80211 0x97b516c7 ieee80211_mandatory_rates +EXPORT_SYMBOL net/wireless/cfg80211 0x9c3fc28c cfg80211_rx_unexpected_4addr_frame +EXPORT_SYMBOL net/wireless/cfg80211 0x9d6cba30 cfg80211_find_elem_match +EXPORT_SYMBOL net/wireless/cfg80211 0x9e78ebfe cfg80211_get_station +EXPORT_SYMBOL net/wireless/cfg80211 0xa575bce9 cfg80211_ch_switch_started_notify +EXPORT_SYMBOL net/wireless/cfg80211 0xad9d7c21 cfg80211_ft_event +EXPORT_SYMBOL net/wireless/cfg80211 0xae0021d4 regulatory_set_wiphy_regd_sync +EXPORT_SYMBOL net/wireless/cfg80211 0xb4089970 cfg80211_bss_flush +EXPORT_SYMBOL net/wireless/cfg80211 0xb797c70f regulatory_set_wiphy_regd +EXPORT_SYMBOL net/wireless/cfg80211 0xba8cb361 cfg80211_crit_proto_stopped +EXPORT_SYMBOL net/wireless/cfg80211 0xbb7cf1df cfg80211_register_netdevice +EXPORT_SYMBOL net/wireless/cfg80211 0xbb892b1e cfg80211_get_bss +EXPORT_SYMBOL net/wireless/cfg80211 0xc1242b9b cfg80211_get_ies_channel_number +EXPORT_SYMBOL net/wireless/cfg80211 0xc3ef0071 get_wiphy_regdom +EXPORT_SYMBOL net/wireless/cfg80211 0xc4b4fc27 cfg80211_chandef_valid +EXPORT_SYMBOL net/wireless/cfg80211 0xc7a33df6 ieee80211_amsdu_to_8023s +EXPORT_SYMBOL net/wireless/cfg80211 0xc9f83536 cfg80211_inform_bss_frame_data +EXPORT_SYMBOL net/wireless/cfg80211 0xcb4b9526 cfg80211_pmksa_candidate_notify +EXPORT_SYMBOL net/wireless/cfg80211 0xcc1a7c48 cfg80211_is_element_inherited +EXPORT_SYMBOL net/wireless/cfg80211 0xd10fc2d9 __cfg80211_radar_event +EXPORT_SYMBOL net/wireless/cfg80211 0xd49dce4e cfg80211_connect_done +EXPORT_SYMBOL net/wireless/cfg80211 0xd56d55f3 ieee80211_get_mesh_hdrlen +EXPORT_SYMBOL net/wireless/cfg80211 0xd5c409a9 cfg80211_send_layer2_update +EXPORT_SYMBOL net/wireless/cfg80211 0xd63126f1 cfg80211_notify_new_peer_candidate +EXPORT_SYMBOL net/wireless/cfg80211 0xd9754eaf cfg80211_put_bss +EXPORT_SYMBOL net/wireless/cfg80211 0xd97eaad4 cfg80211_chandef_compatible +EXPORT_SYMBOL net/wireless/cfg80211 0xdb12ef26 wiphy_unregister +EXPORT_SYMBOL net/wireless/cfg80211 0xdba126c1 reg_initiator_name +EXPORT_SYMBOL net/wireless/cfg80211 0xe0ba7b26 cfg80211_stop_iface +EXPORT_SYMBOL net/wireless/cfg80211 0xe10ac1b2 cfg80211_iftype_allowed +EXPORT_SYMBOL net/wireless/cfg80211 0xe39864e0 wiphy_rfkill_set_hw_state_reason +EXPORT_SYMBOL net/wireless/cfg80211 0xe62ddc0b cfg80211_bss_color_notify +EXPORT_SYMBOL net/wireless/cfg80211 0xeb1dbd4d cfg80211_external_auth_request +EXPORT_SYMBOL net/wireless/cfg80211 0xeebfa103 cfg80211_chandef_dfs_required +EXPORT_SYMBOL net/wireless/cfg80211 0xf1e7980d cfg80211_reg_can_beacon +EXPORT_SYMBOL net/wireless/cfg80211 0xf40bc2f5 ieee80211_operating_class_to_band +EXPORT_SYMBOL net/wireless/cfg80211 0xf53be386 cfg80211_rx_assoc_resp +EXPORT_SYMBOL net/wireless/cfg80211 0xf5596d89 cfg80211_get_p2p_attr +EXPORT_SYMBOL net/wireless/cfg80211 0xf75a5927 cfg80211_scan_done +EXPORT_SYMBOL net/wireless/cfg80211 0xf992c497 cfg80211_rx_mlme_mgmt +EXPORT_SYMBOL net/wireless/cfg80211 0xf9ec9258 wiphy_apply_custom_regulatory +EXPORT_SYMBOL net/wireless/lib80211 0x20d3212f lib80211_crypt_delayed_deinit +EXPORT_SYMBOL net/wireless/lib80211 0x57e24579 lib80211_unregister_crypto_ops +EXPORT_SYMBOL net/wireless/lib80211 0xab4eb6b5 lib80211_register_crypto_ops +EXPORT_SYMBOL net/wireless/lib80211 0xefcda2e7 lib80211_crypt_info_init +EXPORT_SYMBOL net/wireless/lib80211 0xf29f5155 lib80211_crypt_info_free +EXPORT_SYMBOL net/wireless/lib80211 0xf75fbfd1 lib80211_get_crypto_ops +EXPORT_SYMBOL sound/core/oss/snd-mixer-oss 0x6e7ebfc0 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 0x3061c52d snd_use_lock_sync_helper +EXPORT_SYMBOL sound/core/seq/snd-seq 0x3fb4d161 snd_seq_kernel_client_dispatch +EXPORT_SYMBOL sound/core/seq/snd-seq 0x59c34381 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 0x7ac2f329 snd_seq_expand_var_event +EXPORT_SYMBOL sound/core/seq/snd-seq 0x7b8699eb snd_seq_event_port_detach +EXPORT_SYMBOL sound/core/seq/snd-seq 0x7f03db7b 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 0xbf66e43d snd_seq_create_kernel_client +EXPORT_SYMBOL sound/core/seq/snd-seq 0xe934da1d snd_seq_dump_var_event +EXPORT_SYMBOL sound/core/seq/snd-seq 0xf0c32829 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 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-emul 0xf912f0c8 snd_midi_process_event +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0x1724fb56 snd_midi_event_decode +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0x17fcf66b snd_midi_event_encode_byte +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-virmidi 0x11bad955 snd_virmidi_new +EXPORT_SYMBOL sound/core/snd-hwdep 0x02312752 snd_hwdep_new +EXPORT_SYMBOL sound/core/snd-rawmidi 0x2f9f8168 snd_rawmidi_drain_input +EXPORT_SYMBOL sound/core/snd-rawmidi 0x31e37eba snd_rawmidi_output_params +EXPORT_SYMBOL sound/core/snd-rawmidi 0x3e5b3b14 snd_rawmidi_transmit +EXPORT_SYMBOL sound/core/snd-rawmidi 0x5913eb86 snd_rawmidi_receive +EXPORT_SYMBOL sound/core/snd-rawmidi 0x60544c66 snd_rawmidi_kernel_read +EXPORT_SYMBOL sound/core/snd-rawmidi 0x79b9bacf snd_rawmidi_kernel_write +EXPORT_SYMBOL sound/core/snd-rawmidi 0x7e031a2e snd_rawmidi_transmit_peek +EXPORT_SYMBOL sound/core/snd-rawmidi 0x86bf8c42 snd_rawmidi_input_params +EXPORT_SYMBOL sound/core/snd-rawmidi 0x92948ef5 snd_rawmidi_proceed +EXPORT_SYMBOL sound/core/snd-rawmidi 0x93bec417 snd_rawmidi_info_select +EXPORT_SYMBOL sound/core/snd-rawmidi 0x9ebcc5a7 snd_rawmidi_kernel_open +EXPORT_SYMBOL sound/core/snd-rawmidi 0xb1daafea snd_rawmidi_transmit_ack +EXPORT_SYMBOL sound/core/snd-rawmidi 0xb270dac1 snd_rawmidi_set_ops +EXPORT_SYMBOL sound/core/snd-rawmidi 0xc8ee225e snd_rawmidi_transmit_empty +EXPORT_SYMBOL sound/core/snd-rawmidi 0xd0e80032 snd_rawmidi_new +EXPORT_SYMBOL sound/core/snd-rawmidi 0xd7c132be snd_rawmidi_drop_output +EXPORT_SYMBOL sound/core/snd-rawmidi 0xecb46a1a snd_rawmidi_kernel_release +EXPORT_SYMBOL sound/core/snd-rawmidi 0xfa9b521f 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 0xbdf9782c 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 0xc542d233 snd_mpu401_uart_new +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x0281b90b snd_opl3_timer_new +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x05060a19 snd_opl3_regmap +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x0b2217fe snd_opl3_new +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x33527a3b snd_opl3_load_patch +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x52c85bb7 snd_opl3_interrupt +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x6ef30757 snd_opl3_reset +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x7ddc7169 snd_opl3_hwdep_new +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x7e6acc38 snd_opl3_create +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0xba13fd01 snd_opl3_find_patch +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0xbc5e105c snd_opl3_init +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x0c4c635a snd_vx_suspend +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x17a77f66 snd_vx_load_boot_image +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x226138b0 snd_vx_threaded_irq_handler +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x23cac2a0 snd_vx_free_firmware +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x2cae592e snd_vx_check_reg_bit +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x3d2a5161 snd_vx_setup_firmware +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x606a84ea snd_vx_dsp_load +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x9e2e2f85 snd_vx_create +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xc78bd1e9 snd_vx_dsp_boot +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xea23fdfd snd_vx_resume +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xf1f04d23 snd_vx_irq_handler +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x053063a2 cmp_connection_release +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x0a653ad0 fw_iso_resources_update +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x0e03d47f avc_general_set_sig_fmt +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x1056e5bd fw_iso_resources_allocate +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x20254e45 amdtp_syt_intervals +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x21bb2b63 amdtp_stream_set_parameters +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x2f809a9d cmp_connection_reserve +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x331506e2 cmp_connection_break +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x33f783d0 amdtp_stream_add_pcm_hw_constraints +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x4cea2ce1 fw_iso_resources_init +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x4dfff5fb amdtp_stream_get_max_payload +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x4edf59f7 cmp_connection_destroy +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x53ca18e8 amdtp_rate_table +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x54acb0bd cmp_connection_update +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x556dd85e fw_iso_resources_destroy +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x55c98d0f iso_packets_buffer_init +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x6a4aefe4 fcp_avc_transaction +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x77f98c09 iso_packets_buffer_destroy +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x79cb5faa cmp_connection_establish +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x80fd06d3 amdtp_stream_destroy +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x89158b75 fcp_bus_reset +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x91217fb3 fw_iso_resources_free +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x94ce46a6 snd_fw_transaction +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xa8ffabd1 cmp_connection_init +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xac7022e3 amdtp_stream_pcm_prepare +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xb7afd5eb amdtp_stream_pcm_abort +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xb8f6f8b5 avc_general_get_sig_fmt +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xc8977cb0 amdtp_stream_init +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xde9edfbe avc_general_get_plug_info +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xdf6688a0 amdtp_stream_update +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xf723ac0f cmp_connection_check_used +EXPORT_SYMBOL sound/i2c/other/snd-ak4113 0x184c76a4 snd_ak4113_suspend +EXPORT_SYMBOL sound/i2c/other/snd-ak4113 0x2018c11c snd_ak4113_resume +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x241cded6 snd_ak4114_check_rate_and_errors +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x243fbf55 snd_ak4114_reinit +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x273901cc snd_ak4114_reg_write +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x2cbac070 snd_ak4114_build +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x339ee648 snd_ak4114_external_rate +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x3b42eaf8 snd_ak4114_resume +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x5d2f825b snd_ak4114_create +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x6d2dfed6 snd_ak4114_suspend +EXPORT_SYMBOL sound/i2c/other/snd-ak4xxx-adda 0x35aaaf49 snd_akm4xxx_write +EXPORT_SYMBOL sound/i2c/other/snd-ak4xxx-adda 0x36e4eb16 snd_akm4xxx_reset +EXPORT_SYMBOL sound/i2c/other/snd-ak4xxx-adda 0x75ecb0bd snd_akm4xxx_build_controls +EXPORT_SYMBOL sound/i2c/other/snd-ak4xxx-adda 0xfc17690d snd_akm4xxx_init +EXPORT_SYMBOL sound/i2c/other/snd-pt2258 0x36d9f43c snd_pt2258_reset +EXPORT_SYMBOL sound/i2c/other/snd-pt2258 0x6b7698a9 snd_pt2258_build_controls +EXPORT_SYMBOL sound/i2c/snd-cs8427 0x0647d2a9 snd_cs8427_iec958_build +EXPORT_SYMBOL sound/i2c/snd-cs8427 0x711643df snd_cs8427_create +EXPORT_SYMBOL sound/i2c/snd-cs8427 0xb1fde946 snd_cs8427_iec958_active +EXPORT_SYMBOL sound/i2c/snd-cs8427 0xb3920c45 snd_cs8427_iec958_pcm +EXPORT_SYMBOL sound/i2c/snd-cs8427 0xb840b08a snd_cs8427_init +EXPORT_SYMBOL sound/i2c/snd-cs8427 0xc1646a2f snd_cs8427_reg_write +EXPORT_SYMBOL sound/i2c/snd-i2c 0x09ad8e8a snd_i2c_bus_create +EXPORT_SYMBOL sound/i2c/snd-i2c 0x8261d5d1 snd_i2c_device_create +EXPORT_SYMBOL sound/i2c/snd-i2c 0x9f561802 snd_i2c_sendbytes +EXPORT_SYMBOL sound/i2c/snd-i2c 0xce2ba293 snd_i2c_device_free +EXPORT_SYMBOL sound/i2c/snd-i2c 0xf6947037 snd_i2c_readbytes +EXPORT_SYMBOL sound/i2c/snd-i2c 0xfef11646 snd_i2c_probeaddr +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x0d92615f snd_ac97_suspend +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x1f5dbc0a snd_ac97_set_rate +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x24c61ef5 snd_ac97_write +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x2ef37717 snd_ac97_pcm_assign +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x49e42e73 snd_ac97_resume +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x75822814 snd_ac97_pcm_double_rate_rules +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x822bdbba snd_ac97_bus +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x92a62831 snd_ac97_update_power +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x966e183e snd_ac97_mixer +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x97cee780 snd_ac97_get_short_name +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xbf0a7d61 snd_ac97_read +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xbf40f38c snd_ac97_update +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xc1a9c06e snd_ac97_write_cache +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xceffd53f snd_ac97_tune_hardware +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xcf677481 snd_ac97_pcm_open +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xef99e323 snd_ac97_update_bits +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xffa20e45 snd_ac97_pcm_close +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x1d8aca3c snd_emu10k1_ptr_write +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x30881da5 snd_emu10k1_synth_copy_from_user +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x38c31fd2 snd_emu10k1_voice_free +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x6f430101 snd_emu10k1_ptr_read +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x9fe2adfb snd_emu10k1_memblk_map +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0xa3462605 snd_emu10k1_voice_alloc +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0xf4de5562 snd_emu10k1_synth_bzero +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0xfa6add76 snd_emu10k1_synth_free +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0xfec84abf snd_emu10k1_synth_alloc +EXPORT_SYMBOL sound/pci/ice1712/snd-ice17xx-ak4xxx 0x27dbda33 snd_ice1712_akm4xxx_build_controls +EXPORT_SYMBOL sound/pci/ice1712/snd-ice17xx-ak4xxx 0x63248b27 snd_ice1712_akm4xxx_free +EXPORT_SYMBOL sound/pci/ice1712/snd-ice17xx-ak4xxx 0xebbac385 snd_ice1712_akm4xxx_init +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x0857115c oxygen_write32 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x0dadc6de oxygen_read16 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x12c8d8c6 oxygen_reset_uart +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x13dc8a8f oxygen_write16 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x1c129c01 oxygen_write_i2c +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x25bd7081 oxygen_write8_masked +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x37956cbf oxygen_write32_masked +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x5a491a29 oxygen_pci_pm +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x62670605 oxygen_read32 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x67856d01 oxygen_write16_masked +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x6e25e19e oxygen_read8 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x748dff3d oxygen_write_ac97 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x76a25a98 oxygen_write_ac97_masked +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x98aa1080 oxygen_pci_shutdown +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x98df544a oxygen_pci_probe +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x9a80b000 oxygen_write_uart +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xad685f31 oxygen_read_ac97 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xba0f77cc oxygen_update_dac_routing +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xe3a73707 oxygen_write_spi +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xf80a841d oxygen_write8 +EXPORT_SYMBOL sound/pci/trident/snd-trident 0x0ebee3dd snd_trident_alloc_voice +EXPORT_SYMBOL sound/pci/trident/snd-trident 0x21cd17c0 snd_trident_start_voice +EXPORT_SYMBOL sound/pci/trident/snd-trident 0x36deba30 snd_trident_write_voice_regs +EXPORT_SYMBOL sound/pci/trident/snd-trident 0x5620dfa9 snd_trident_free_voice +EXPORT_SYMBOL sound/pci/trident/snd-trident 0xf15382bd 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 0x5ad6f55f snd_soc_acpi_amd_sof_machines +EXPORT_SYMBOL sound/soc/amd/snd-acp-config 0x6b8bca1b snd_soc_acpi_amd_rmb_sof_machines +EXPORT_SYMBOL sound/soc/amd/snd-acp-config 0x72e79ddc snd_amd_acp_find_config +EXPORT_SYMBOL sound/soc/codecs/snd-soc-adau1372 0xdc9ed3c5 adau1372_probe +EXPORT_SYMBOL sound/soc/codecs/snd-soc-lpass-wsa-macro 0x5ce2240b wsa_macro_set_spkr_mode +EXPORT_SYMBOL sound/soc/codecs/snd-soc-pcm3060 0x79a5a9a6 pcm3060_probe +EXPORT_SYMBOL sound/soc/codecs/snd-soc-pcm3060 0x841b3487 pcm3060_regmap +EXPORT_SYMBOL sound/soc/codecs/snd-soc-rt715 0xed2acb24 hda_to_sdw +EXPORT_SYMBOL sound/soc/codecs/snd-soc-tlv320aic23 0x54dbb73e tlv320aic23_regmap +EXPORT_SYMBOL sound/soc/codecs/snd-soc-tlv320aic23 0x80629fbd tlv320aic23_probe +EXPORT_SYMBOL sound/soc/codecs/snd-soc-tlv320aic32x4 0x0cac1977 aic32x4_regmap_config +EXPORT_SYMBOL sound/soc/codecs/snd-soc-tlv320aic32x4 0xa25d4bbc aic32x4_probe +EXPORT_SYMBOL sound/soc/codecs/snd-soc-tlv320aic32x4 0xdebe5e2d aic32x4_remove +EXPORT_SYMBOL sound/soc/codecs/snd-soc-tlv320aic3x 0x9e1711af aic3x_probe +EXPORT_SYMBOL sound/soc/codecs/snd-soc-tlv320aic3x 0xbf91180e aic3x_remove +EXPORT_SYMBOL sound/soc/codecs/snd-soc-wcd-mbhc 0x08f00ee4 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 0x5b1cc980 wcd_dt_parse_mbhc_data +EXPORT_SYMBOL sound/soc/codecs/snd-soc-wcd-mbhc 0x789ebe56 wcd_mbhc_set_hph_type +EXPORT_SYMBOL sound/soc/codecs/snd-soc-wcd-mbhc 0xa5758a49 wcd_mbhc_get_hph_type +EXPORT_SYMBOL sound/soc/codecs/snd-soc-wcd-mbhc 0xd094df47 wcd_mbhc_deinit +EXPORT_SYMBOL sound/soc/codecs/snd-soc-wcd-mbhc 0xe2beca26 wcd_mbhc_stop +EXPORT_SYMBOL sound/soc/codecs/snd-soc-wcd-mbhc 0xe4ce9e8a wcd_mbhc_init +EXPORT_SYMBOL sound/soc/fsl/snd-soc-fsl-utils 0x159b7c0b fsl_asoc_get_dma_channel +EXPORT_SYMBOL sound/soc/fsl/snd-soc-fsl-utils 0x7500ddc4 fsl_asoc_get_pll_clocks +EXPORT_SYMBOL sound/soc/fsl/snd-soc-fsl-utils 0x9642d037 fsl_asoc_reparent_pll_clocks +EXPORT_SYMBOL sound/soc/mediatek/mt8192/snd-soc-mt8192-afe 0x26e153a9 mt8192_afe_gpio_init +EXPORT_SYMBOL sound/soc/mediatek/mt8192/snd-soc-mt8192-afe 0x4f15e063 mt8192_afe_gpio_request +EXPORT_SYMBOL sound/soc/qcom/qdsp6/q6afe 0x19a0b177 q6afe_unvote_lpass_core_hw +EXPORT_SYMBOL sound/soc/qcom/qdsp6/q6afe 0xc6d7ce7d q6afe_vote_lpass_core_hw +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0x13e9cb37 snd_emux_new +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0x41320f42 snd_emux_lock_voice +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0x545e7e99 snd_emux_register +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0x655cb202 snd_sf_linear_to_log +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0x87581187 snd_emux_unlock_voice +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0x945d1c9f snd_emux_terminate_all +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0xfee0d166 snd_emux_free +EXPORT_SYMBOL sound/synth/snd-util-mem 0x17b16e1d snd_util_mem_avail +EXPORT_SYMBOL sound/synth/snd-util-mem 0x2d2c67a0 snd_util_mem_free +EXPORT_SYMBOL sound/synth/snd-util-mem 0x83c5ced7 snd_util_memhdr_free +EXPORT_SYMBOL sound/synth/snd-util-mem 0xa6d97fb6 __snd_util_mem_alloc +EXPORT_SYMBOL sound/synth/snd-util-mem 0xa977452d snd_util_memhdr_new +EXPORT_SYMBOL sound/synth/snd-util-mem 0xd5390e9f snd_util_mem_alloc +EXPORT_SYMBOL sound/synth/snd-util-mem 0xe160090a __snd_util_memblk_new +EXPORT_SYMBOL sound/synth/snd-util-mem 0xe18f74c7 __snd_util_mem_free +EXPORT_SYMBOL sound/usb/snd-usbmidi-lib 0x16756dc0 snd_usbmidi_input_start +EXPORT_SYMBOL sound/usb/snd-usbmidi-lib 0x63343b1d snd_usbmidi_input_stop +EXPORT_SYMBOL sound/usb/snd-usbmidi-lib 0x79faf8bd __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 0x00027a17 cpu_user +EXPORT_SYMBOL vmlinux 0x001b970d pcix_get_mmrbc +EXPORT_SYMBOL vmlinux 0x001ee95a imx_ssi_fiq_base +EXPORT_SYMBOL vmlinux 0x004d1c20 kmem_cache_destroy +EXPORT_SYMBOL vmlinux 0x005b9aa6 inet_csk_init_xmit_timers +EXPORT_SYMBOL vmlinux 0x00788091 input_mt_drop_unused +EXPORT_SYMBOL vmlinux 0x00813d2b pskb_trim_rcsum_slow +EXPORT_SYMBOL vmlinux 0x00ab8624 uart_write_wakeup +EXPORT_SYMBOL vmlinux 0x00b4e615 posix_acl_equiv_mode +EXPORT_SYMBOL vmlinux 0x00ba7889 nand_get_set_features_notsupp +EXPORT_SYMBOL vmlinux 0x00bec582 eth_header_parse_protocol +EXPORT_SYMBOL vmlinux 0x00c6371e locks_copy_conflock +EXPORT_SYMBOL vmlinux 0x00c671cf __filemap_get_folio +EXPORT_SYMBOL vmlinux 0x00d7e722 vme_lm_count +EXPORT_SYMBOL vmlinux 0x00dae051 sync_inode_metadata +EXPORT_SYMBOL vmlinux 0x00dc13d2 __kmalloc_node +EXPORT_SYMBOL vmlinux 0x01000e51 schedule +EXPORT_SYMBOL vmlinux 0x010d2f32 mipi_dsi_dcs_get_display_brightness +EXPORT_SYMBOL vmlinux 0x01139ffc max_mapnr +EXPORT_SYMBOL vmlinux 0x01156ae4 utf8_strncasecmp_folded +EXPORT_SYMBOL vmlinux 0x011a9e53 elf_hwcap2 +EXPORT_SYMBOL vmlinux 0x0129c4f8 par_io_data_set +EXPORT_SYMBOL vmlinux 0x0138839a end_buffer_async_write +EXPORT_SYMBOL vmlinux 0x01505d85 imx_scu_call_rpc +EXPORT_SYMBOL vmlinux 0x01757935 rdmacg_register_device +EXPORT_SYMBOL vmlinux 0x017de3d5 nr_cpu_ids +EXPORT_SYMBOL vmlinux 0x01830813 kblockd_mod_delayed_work_on +EXPORT_SYMBOL vmlinux 0x01b02251 sched_autogroup_create_attach +EXPORT_SYMBOL vmlinux 0x01bc615f neigh_ifdown +EXPORT_SYMBOL vmlinux 0x01bf55fc paddr_vmcoreinfo_note +EXPORT_SYMBOL vmlinux 0x01bf78b5 inetpeer_invalidate_tree +EXPORT_SYMBOL vmlinux 0x01c348d5 inode_set_flags +EXPORT_SYMBOL vmlinux 0x01d40c4c fb_find_mode +EXPORT_SYMBOL vmlinux 0x01da27f6 posix_lock_file +EXPORT_SYMBOL vmlinux 0x0209f3a7 secure_ipv6_port_ephemeral +EXPORT_SYMBOL vmlinux 0x020dbf27 bitmap_alloc +EXPORT_SYMBOL vmlinux 0x0211740a dev_printk_emit +EXPORT_SYMBOL vmlinux 0x02196324 __aeabi_idiv +EXPORT_SYMBOL vmlinux 0x023fdd43 ipv6_chk_addr_and_flags +EXPORT_SYMBOL vmlinux 0x0246c422 file_remove_privs +EXPORT_SYMBOL vmlinux 0x024abb4e snd_card_free_when_closed +EXPORT_SYMBOL vmlinux 0x024f2252 jbd2_complete_transaction +EXPORT_SYMBOL vmlinux 0x02599074 fault_in_iov_iter_readable +EXPORT_SYMBOL vmlinux 0x026a47c7 dev_mc_add_excl +EXPORT_SYMBOL vmlinux 0x026c6471 md_register_thread +EXPORT_SYMBOL vmlinux 0x0274dc2b netif_get_num_default_rss_queues +EXPORT_SYMBOL vmlinux 0x0283dfe3 _snd_pcm_hw_params_any +EXPORT_SYMBOL vmlinux 0x028b2456 scsi_report_opcode +EXPORT_SYMBOL vmlinux 0x0296695f refcount_warn_saturate +EXPORT_SYMBOL vmlinux 0x02a0aec9 page_pool_create +EXPORT_SYMBOL vmlinux 0x02a0b4ef tegra_ivc_notified +EXPORT_SYMBOL vmlinux 0x02c065f8 ucc_set_qe_mux_mii_mng +EXPORT_SYMBOL vmlinux 0x02d40c4e pcie_set_readrq +EXPORT_SYMBOL vmlinux 0x02ee26c1 free_pages_exact +EXPORT_SYMBOL vmlinux 0x0311ec4d of_parse_phandle_with_args_map +EXPORT_SYMBOL vmlinux 0x031c96e4 skb_vlan_untag +EXPORT_SYMBOL vmlinux 0x0334795d icst307_s2div +EXPORT_SYMBOL vmlinux 0x0334da4e scsi_command_size_tbl +EXPORT_SYMBOL vmlinux 0x0335326a xfrm4_rcv_encap +EXPORT_SYMBOL vmlinux 0x0349726f tegra194_miscreg_mask_serror +EXPORT_SYMBOL vmlinux 0x034a65a3 ip_generic_getfrag +EXPORT_SYMBOL vmlinux 0x0360d67f make_flow_keys_digest +EXPORT_SYMBOL vmlinux 0x0366307a console_suspend_enabled +EXPORT_SYMBOL vmlinux 0x036cce78 tty_termios_input_baud_rate +EXPORT_SYMBOL vmlinux 0x0375d201 mmc_cqe_recovery +EXPORT_SYMBOL vmlinux 0x03779c04 sock_enable_timestamps +EXPORT_SYMBOL vmlinux 0x037a0cba kfree +EXPORT_SYMBOL vmlinux 0x037d61bd clkdev_add +EXPORT_SYMBOL vmlinux 0x03815f35 ledtrig_disk_activity +EXPORT_SYMBOL vmlinux 0x03839e25 component_match_add_release +EXPORT_SYMBOL vmlinux 0x0395c3bc scsi_eh_finish_cmd +EXPORT_SYMBOL vmlinux 0x0397edd5 fb_edid_to_monspecs +EXPORT_SYMBOL vmlinux 0x039818c0 pci_read_config_word +EXPORT_SYMBOL vmlinux 0x03b1d7d9 bio_chain +EXPORT_SYMBOL vmlinux 0x03b814ca bpf_dispatcher_xdp_func +EXPORT_SYMBOL vmlinux 0x03ba39b0 v7_flush_user_cache_all +EXPORT_SYMBOL vmlinux 0x03d037c9 blk_mq_init_allocated_queue +EXPORT_SYMBOL vmlinux 0x03e10fc2 register_fib_notifier +EXPORT_SYMBOL vmlinux 0x03f14658 pci_request_regions +EXPORT_SYMBOL vmlinux 0x03fba701 wait_for_completion_killable_timeout +EXPORT_SYMBOL vmlinux 0x03fd2571 vm_unmap_ram +EXPORT_SYMBOL vmlinux 0x040f1288 phy_get_internal_delay +EXPORT_SYMBOL vmlinux 0x0412acb4 __tracepoint_kmalloc +EXPORT_SYMBOL vmlinux 0x0428dd92 pci_bus_write_config_word +EXPORT_SYMBOL vmlinux 0x042bf4d8 simple_recursive_removal +EXPORT_SYMBOL vmlinux 0x043983e4 __cgroup_bpf_run_filter_skb +EXPORT_SYMBOL vmlinux 0x04426f14 mem_section +EXPORT_SYMBOL vmlinux 0x04457e8d eth_gro_complete +EXPORT_SYMBOL vmlinux 0x04482cdb __refrigerator +EXPORT_SYMBOL vmlinux 0x044f0ad9 get_random_u16 +EXPORT_SYMBOL vmlinux 0x044fb722 dev_base_lock +EXPORT_SYMBOL vmlinux 0x0458dce4 skb_coalesce_rx_frag +EXPORT_SYMBOL vmlinux 0x04629000 unregister_mii_tstamp_controller +EXPORT_SYMBOL vmlinux 0x0479aac1 seq_list_next_rcu +EXPORT_SYMBOL vmlinux 0x04b51af1 xfrm_register_type +EXPORT_SYMBOL vmlinux 0x04c6b4c3 __crypto_memneq +EXPORT_SYMBOL vmlinux 0x04cda566 snd_interval_refine +EXPORT_SYMBOL vmlinux 0x04cec105 genphy_loopback +EXPORT_SYMBOL vmlinux 0x04d04f95 netdev_master_upper_dev_link +EXPORT_SYMBOL vmlinux 0x04d24402 iwe_stream_add_point +EXPORT_SYMBOL vmlinux 0x04edd8ed padata_do_parallel +EXPORT_SYMBOL vmlinux 0x04f908a6 sk_dst_check +EXPORT_SYMBOL vmlinux 0x04fa232b __scm_destroy +EXPORT_SYMBOL vmlinux 0x0500fc25 __f_setown +EXPORT_SYMBOL vmlinux 0x0508088e ucs2_strnlen +EXPORT_SYMBOL vmlinux 0x050877b9 dmi_first_match +EXPORT_SYMBOL vmlinux 0x051b59fc mmc_card_is_blockaddr +EXPORT_SYMBOL vmlinux 0x05208fa1 pm8606_osc_enable +EXPORT_SYMBOL vmlinux 0x0523c987 pci_ep_cfs_remove_epc_group +EXPORT_SYMBOL vmlinux 0x05240ee7 percpu_counter_batch +EXPORT_SYMBOL vmlinux 0x0533c057 of_lpddr3_get_min_tck +EXPORT_SYMBOL vmlinux 0x053aa3bc page_symlink +EXPORT_SYMBOL vmlinux 0x054496b4 schedule_timeout_interruptible +EXPORT_SYMBOL vmlinux 0x055d30ad md_bitmap_start_sync +EXPORT_SYMBOL vmlinux 0x0565cbf2 dev_pick_tx_zero +EXPORT_SYMBOL vmlinux 0x056bcf7b dm_read_arg +EXPORT_SYMBOL vmlinux 0x05745d89 __blk_mq_end_request +EXPORT_SYMBOL vmlinux 0x05a4b30c tcp_init_sock +EXPORT_SYMBOL vmlinux 0x05a5258c dquot_claim_space_nodirty +EXPORT_SYMBOL vmlinux 0x05b0caa0 hdmi_vendor_infoframe_pack +EXPORT_SYMBOL vmlinux 0x05cd617e gen_pool_dma_alloc +EXPORT_SYMBOL vmlinux 0x05e29ca2 bitmap_from_arr64 +EXPORT_SYMBOL vmlinux 0x061651be strcat +EXPORT_SYMBOL vmlinux 0x0618fce1 of_get_ddr_timings +EXPORT_SYMBOL vmlinux 0x061c29f8 devm_arch_phys_wc_add +EXPORT_SYMBOL vmlinux 0x0622d37a tty_register_device +EXPORT_SYMBOL vmlinux 0x062c04ef jbd2_log_wait_commit +EXPORT_SYMBOL vmlinux 0x062e6dd2 netif_device_detach +EXPORT_SYMBOL vmlinux 0x0634100a bitmap_parselist_user +EXPORT_SYMBOL vmlinux 0x064b4ab8 security_sctp_sk_clone +EXPORT_SYMBOL vmlinux 0x0668b595 _kstrtoul +EXPORT_SYMBOL vmlinux 0x066b9d33 netif_schedule_queue +EXPORT_SYMBOL vmlinux 0x067dd141 __dynamic_netdev_dbg +EXPORT_SYMBOL vmlinux 0x067f1738 mr_vif_seq_next +EXPORT_SYMBOL vmlinux 0x06ae267e dma_fence_chain_init +EXPORT_SYMBOL vmlinux 0x06b4f7c2 __netdev_alloc_skb +EXPORT_SYMBOL vmlinux 0x06ba7724 phy_read_paged +EXPORT_SYMBOL vmlinux 0x06bbe2e3 serio_unregister_driver +EXPORT_SYMBOL vmlinux 0x06d11488 __bitmap_equal +EXPORT_SYMBOL vmlinux 0x06d29a0f nlmsg_notify +EXPORT_SYMBOL vmlinux 0x06d88e8d pm860x_bulk_write +EXPORT_SYMBOL vmlinux 0x06de53cd __ethtool_get_link_ksettings +EXPORT_SYMBOL vmlinux 0x06e23fe2 genphy_read_lpa +EXPORT_SYMBOL vmlinux 0x06e7fef8 kernel_connect +EXPORT_SYMBOL vmlinux 0x06eb9a0a __brelse +EXPORT_SYMBOL vmlinux 0x07098248 xz_dec_microlzma_alloc +EXPORT_SYMBOL vmlinux 0x070a08a6 security_inode_getsecctx +EXPORT_SYMBOL vmlinux 0x070b357e filemap_fdatawrite +EXPORT_SYMBOL vmlinux 0x070fffc8 vga_put +EXPORT_SYMBOL vmlinux 0x0717eb31 pci_alloc_host_bridge +EXPORT_SYMBOL vmlinux 0x071809e5 __xa_alloc_cyclic +EXPORT_SYMBOL vmlinux 0x072a8f8d __set_fiq_regs +EXPORT_SYMBOL vmlinux 0x072f901c vme_master_rmw +EXPORT_SYMBOL vmlinux 0x074bdd6a snd_pcm_hw_constraint_ratdens +EXPORT_SYMBOL vmlinux 0x076342b2 genphy_read_master_slave +EXPORT_SYMBOL vmlinux 0x07705da6 pci_read_vpd +EXPORT_SYMBOL vmlinux 0x07723a1d inet_dev_addr_type +EXPORT_SYMBOL vmlinux 0x077708d5 pci_enable_wake +EXPORT_SYMBOL vmlinux 0x077af67c init_opal_dev +EXPORT_SYMBOL vmlinux 0x077ba42a phy_get_eee_err +EXPORT_SYMBOL vmlinux 0x079bfc53 skb_dump +EXPORT_SYMBOL vmlinux 0x079f362f xfrm4_udp_encap_rcv +EXPORT_SYMBOL vmlinux 0x07a890c8 fb_alloc_cmap +EXPORT_SYMBOL vmlinux 0x07ab18a6 input_flush_device +EXPORT_SYMBOL vmlinux 0x07c718fb register_sound_mixer +EXPORT_SYMBOL vmlinux 0x07cc4a5d printk_timed_ratelimit +EXPORT_SYMBOL vmlinux 0x07e2c085 radix_tree_tagged +EXPORT_SYMBOL vmlinux 0x07e484bd try_module_get +EXPORT_SYMBOL vmlinux 0x07f57478 pci_unmap_iospace +EXPORT_SYMBOL vmlinux 0x07f81c1c generic_pipe_buf_get +EXPORT_SYMBOL vmlinux 0x07fa3b1e mipi_dsi_dcs_set_pixel_format +EXPORT_SYMBOL vmlinux 0x0800473f __cond_resched +EXPORT_SYMBOL vmlinux 0x0800919c register_mtd_chip_driver +EXPORT_SYMBOL vmlinux 0x0805f2c8 ecryptfs_get_auth_tok_key +EXPORT_SYMBOL vmlinux 0x0811db22 snd_pcm_hw_constraint_ranges +EXPORT_SYMBOL vmlinux 0x082c3213 pci_root_buses +EXPORT_SYMBOL vmlinux 0x083eb21c rfkill_unregister +EXPORT_SYMBOL vmlinux 0x0841f6d5 __cgroup_bpf_run_filter_sock_addr +EXPORT_SYMBOL vmlinux 0x088bc9df seq_file_path +EXPORT_SYMBOL vmlinux 0x089e9ba2 setattr_copy +EXPORT_SYMBOL vmlinux 0x08bb0034 rfkill_alloc +EXPORT_SYMBOL vmlinux 0x08d66d4b _raw_write_lock_irqsave +EXPORT_SYMBOL vmlinux 0x08de8411 to_ndd +EXPORT_SYMBOL vmlinux 0x08e39398 cmd_db_read_addr +EXPORT_SYMBOL vmlinux 0x08e6db80 udp_sk_rx_dst_set +EXPORT_SYMBOL vmlinux 0x08f34d48 cqhci_resume +EXPORT_SYMBOL vmlinux 0x09040909 generic_writepages +EXPORT_SYMBOL vmlinux 0x090b9a4e seq_path +EXPORT_SYMBOL vmlinux 0x092e7783 __serio_register_driver +EXPORT_SYMBOL vmlinux 0x09338c64 forget_cached_acl +EXPORT_SYMBOL vmlinux 0x094c1b87 dmam_free_coherent +EXPORT_SYMBOL vmlinux 0x0953f7ec vfs_setpos +EXPORT_SYMBOL vmlinux 0x09690b15 xsk_tx_peek_release_desc_batch +EXPORT_SYMBOL vmlinux 0x096c7738 xfrm_state_walk +EXPORT_SYMBOL vmlinux 0x0975a338 param_ops_charp +EXPORT_SYMBOL vmlinux 0x09769037 dmt_modes +EXPORT_SYMBOL vmlinux 0x097fad1e ip6_frag_init +EXPORT_SYMBOL vmlinux 0x098b71c6 fb_dealloc_cmap +EXPORT_SYMBOL vmlinux 0x098d8ce3 copy_page_from_iter +EXPORT_SYMBOL vmlinux 0x09ab41a7 ip6_xmit +EXPORT_SYMBOL vmlinux 0x09b09974 max8998_bulk_read +EXPORT_SYMBOL vmlinux 0x09bdf1bb iter_file_splice_write +EXPORT_SYMBOL vmlinux 0x09d44df9 in_lock_functions +EXPORT_SYMBOL vmlinux 0x09d78843 register_mii_tstamp_controller +EXPORT_SYMBOL vmlinux 0x09e02f49 i2c_del_adapter +EXPORT_SYMBOL vmlinux 0x09e57f79 eth_type_trans +EXPORT_SYMBOL vmlinux 0x09e9cadd ethtool_get_phc_vclocks +EXPORT_SYMBOL vmlinux 0x09ef775e netdev_has_upper_dev +EXPORT_SYMBOL vmlinux 0x09fd0a2d kern_unmount +EXPORT_SYMBOL vmlinux 0x0a012f73 mb_cache_entry_touch +EXPORT_SYMBOL vmlinux 0x0a0a6f7d inet_del_offload +EXPORT_SYMBOL vmlinux 0x0a1d1f9c locks_delete_block +EXPORT_SYMBOL vmlinux 0x0a1e8769 utf8_casefold_hash +EXPORT_SYMBOL vmlinux 0x0a3131f6 strnchr +EXPORT_SYMBOL vmlinux 0x0a44fb79 uart_unregister_driver +EXPORT_SYMBOL vmlinux 0x0a71b8e4 pcie_capability_write_dword +EXPORT_SYMBOL vmlinux 0x0a8fcca9 pci_match_id +EXPORT_SYMBOL vmlinux 0x0a96b96a kstrtouint_from_user +EXPORT_SYMBOL vmlinux 0x0aa309cf synchronize_hardirq +EXPORT_SYMBOL vmlinux 0x0aaccc92 pci_remap_iospace +EXPORT_SYMBOL vmlinux 0x0abb7e99 dm_kcopyd_copy +EXPORT_SYMBOL vmlinux 0x0ac648f5 truncate_pagecache +EXPORT_SYMBOL vmlinux 0x0ac7b10f dcb_ieee_delapp +EXPORT_SYMBOL vmlinux 0x0acf7679 dma_issue_pending_all +EXPORT_SYMBOL vmlinux 0x0ad7c5e4 bio_reset +EXPORT_SYMBOL vmlinux 0x0ae547ed xxh64_update +EXPORT_SYMBOL vmlinux 0x0aec18d8 mdio_device_free +EXPORT_SYMBOL vmlinux 0x0aecfac8 devm_clk_get +EXPORT_SYMBOL vmlinux 0x0b08cefa __sk_mem_reclaim +EXPORT_SYMBOL vmlinux 0x0b13006f netdev_port_same_parent_id +EXPORT_SYMBOL vmlinux 0x0b1668c4 tcp_parse_options +EXPORT_SYMBOL vmlinux 0x0b1b939e kmemdup +EXPORT_SYMBOL vmlinux 0x0b1beb31 vmalloc_32_user +EXPORT_SYMBOL vmlinux 0x0b1c69c0 trace_raw_output_prep +EXPORT_SYMBOL vmlinux 0x0b206f28 sk_stream_wait_connect +EXPORT_SYMBOL vmlinux 0x0b2f15e4 ppp_unit_number +EXPORT_SYMBOL vmlinux 0x0b3fc2fe vlan_filter_push_vids +EXPORT_SYMBOL vmlinux 0x0b48677a __kfifo_init +EXPORT_SYMBOL vmlinux 0x0b5685c1 scm_fp_dup +EXPORT_SYMBOL vmlinux 0x0b5f0075 dma_sync_sg_for_cpu +EXPORT_SYMBOL vmlinux 0x0b617520 dma_fence_default_wait +EXPORT_SYMBOL vmlinux 0x0b617fea input_mt_report_slot_state +EXPORT_SYMBOL vmlinux 0x0b68d61d netdev_lower_dev_get_private +EXPORT_SYMBOL vmlinux 0x0b742fd7 simple_strtol +EXPORT_SYMBOL vmlinux 0x0b773f37 qdisc_watchdog_schedule_range_ns +EXPORT_SYMBOL vmlinux 0x0b7c5e06 dma_unmap_sg_attrs +EXPORT_SYMBOL vmlinux 0x0b7d8081 page_pool_update_nid +EXPORT_SYMBOL vmlinux 0x0b8bdd6a reuseport_stop_listen_sock +EXPORT_SYMBOL vmlinux 0x0b8e3aa5 blk_mq_destroy_queue +EXPORT_SYMBOL vmlinux 0x0ba0b938 vm_brk +EXPORT_SYMBOL vmlinux 0x0ba6aa2d register_netdevice_notifier_dev_net +EXPORT_SYMBOL vmlinux 0x0bb5b855 phy_ethtool_get_link_ksettings +EXPORT_SYMBOL vmlinux 0x0bc0801a md_reap_sync_thread +EXPORT_SYMBOL vmlinux 0x0bc477a2 irq_set_irq_type +EXPORT_SYMBOL vmlinux 0x0bd394d8 tty_termios_baud_rate +EXPORT_SYMBOL vmlinux 0x0be001e6 lookup_one_len +EXPORT_SYMBOL vmlinux 0x0be35b18 pci_dev_driver +EXPORT_SYMBOL vmlinux 0x0be88a54 unregister_filesystem +EXPORT_SYMBOL vmlinux 0x0bf0e4a2 __SCK__tp_func_spi_transfer_stop +EXPORT_SYMBOL vmlinux 0x0c25ec48 secure_tcpv6_seq +EXPORT_SYMBOL vmlinux 0x0c4ce3a8 snd_unregister_device +EXPORT_SYMBOL vmlinux 0x0c571652 dev_get_by_name_rcu +EXPORT_SYMBOL vmlinux 0x0c5f10ed uart_register_driver +EXPORT_SYMBOL vmlinux 0x0c618e85 tty_lock +EXPORT_SYMBOL vmlinux 0x0c8e0e5c phy_connect_direct +EXPORT_SYMBOL vmlinux 0x0c9199a0 posix_acl_to_xattr +EXPORT_SYMBOL vmlinux 0x0ca54fee _test_and_set_bit +EXPORT_SYMBOL vmlinux 0x0ca73a9a freezing_slow_path +EXPORT_SYMBOL vmlinux 0x0caecafd rt_mutex_base_init +EXPORT_SYMBOL vmlinux 0x0cb11bc7 __SCK__tp_func_dma_fence_enable_signal +EXPORT_SYMBOL vmlinux 0x0cb79a92 kmem_cache_alloc_bulk +EXPORT_SYMBOL vmlinux 0x0cbfa86e fs_param_is_enum +EXPORT_SYMBOL vmlinux 0x0cc89f89 sg_alloc_append_table_from_pages +EXPORT_SYMBOL vmlinux 0x0cc8ca56 snd_pcm_set_ops +EXPORT_SYMBOL vmlinux 0x0cdce87c rfkill_set_hw_state_reason +EXPORT_SYMBOL vmlinux 0x0cf1f283 input_mt_sync_frame +EXPORT_SYMBOL vmlinux 0x0d040f47 nand_ecc_put_on_host_hw_engine +EXPORT_SYMBOL vmlinux 0x0d07f543 get_anon_bdev +EXPORT_SYMBOL vmlinux 0x0d1b54c1 _raw_write_unlock_irqrestore +EXPORT_SYMBOL vmlinux 0x0d1d8def from_kprojid_munged +EXPORT_SYMBOL vmlinux 0x0d1fa562 jbd2_journal_finish_inode_data_buffers +EXPORT_SYMBOL vmlinux 0x0d2ca20f ucc_fast_get_qe_cr_subblock +EXPORT_SYMBOL vmlinux 0x0d4e4039 nf_ct_attach +EXPORT_SYMBOL vmlinux 0x0d542439 __ipv6_addr_type +EXPORT_SYMBOL vmlinux 0x0d559d33 default_llseek +EXPORT_SYMBOL vmlinux 0x0da7d134 flow_rule_match_basic +EXPORT_SYMBOL vmlinux 0x0db37372 mod_zone_page_state +EXPORT_SYMBOL vmlinux 0x0dba5e9a radix_tree_delete +EXPORT_SYMBOL vmlinux 0x0dc1a78c bin2hex +EXPORT_SYMBOL vmlinux 0x0df0bf7e block_write_begin +EXPORT_SYMBOL vmlinux 0x0e09dfb9 inc_nlink +EXPORT_SYMBOL vmlinux 0x0e0e8a7f neigh_seq_next +EXPORT_SYMBOL vmlinux 0x0e13c5c6 generic_parse_monolithic +EXPORT_SYMBOL vmlinux 0x0e17678a siphash_4u64 +EXPORT_SYMBOL vmlinux 0x0e1c8804 dma_fence_chain_find_seqno +EXPORT_SYMBOL vmlinux 0x0e1f85ef uart_match_port +EXPORT_SYMBOL vmlinux 0x0e5bb0dc __dev_kfree_skb_any +EXPORT_SYMBOL vmlinux 0x0e5da8f0 utf8_normalize +EXPORT_SYMBOL vmlinux 0x0e5e4759 fib6_info_hw_flags_set +EXPORT_SYMBOL vmlinux 0x0e704e23 cad_pid +EXPORT_SYMBOL vmlinux 0x0e76d74e sk_filter_trim_cap +EXPORT_SYMBOL vmlinux 0x0e862d22 sock_kfree_s +EXPORT_SYMBOL vmlinux 0x0e8904fc fs_param_is_bool +EXPORT_SYMBOL vmlinux 0x0e8e58fd xfrm_policy_hash_rebuild +EXPORT_SYMBOL vmlinux 0x0e8ee981 flow_rule_match_meta +EXPORT_SYMBOL vmlinux 0x0e927108 filemap_flush +EXPORT_SYMBOL vmlinux 0x0ea3c74e tasklet_kill +EXPORT_SYMBOL vmlinux 0x0ea593f6 hdmi_drm_infoframe_init +EXPORT_SYMBOL vmlinux 0x0eadbfe6 iw_handler_get_thrspy +EXPORT_SYMBOL vmlinux 0x0eb6eb87 add_taint +EXPORT_SYMBOL vmlinux 0x0ebe75c6 pcie_print_link_status +EXPORT_SYMBOL vmlinux 0x0ec5babe vme_dma_free +EXPORT_SYMBOL vmlinux 0x0ed9a032 inet_accept +EXPORT_SYMBOL vmlinux 0x0ee60b94 tcp_filter +EXPORT_SYMBOL vmlinux 0x0eea0399 strscpy +EXPORT_SYMBOL vmlinux 0x0eef9d2f pci_bus_claim_resources +EXPORT_SYMBOL vmlinux 0x0ef5ec01 of_translate_dma_address +EXPORT_SYMBOL vmlinux 0x0f09cc34 schedule_timeout_killable +EXPORT_SYMBOL vmlinux 0x0f122984 module_refcount +EXPORT_SYMBOL vmlinux 0x0f1ad8e2 seq_list_start_rcu +EXPORT_SYMBOL vmlinux 0x0f2155ac simple_dentry_operations +EXPORT_SYMBOL vmlinux 0x0f69d55b xfrm_lookup +EXPORT_SYMBOL vmlinux 0x0f6ef049 snd_card_file_remove +EXPORT_SYMBOL vmlinux 0x0f823125 rawnand_sw_bch_correct +EXPORT_SYMBOL vmlinux 0x0f86f560 kthread_delayed_work_timer_fn +EXPORT_SYMBOL vmlinux 0x0f98918a __pagevec_release +EXPORT_SYMBOL vmlinux 0x0f9f0e9b ipv6_dev_find +EXPORT_SYMBOL vmlinux 0x0fa06a8b vme_master_request +EXPORT_SYMBOL vmlinux 0x0fa1f1f9 pagecache_get_page +EXPORT_SYMBOL vmlinux 0x0fa59a53 unregister_framebuffer +EXPORT_SYMBOL vmlinux 0x0fad9b93 fs_param_is_blockdev +EXPORT_SYMBOL vmlinux 0x0fb2f8a4 mktime64 +EXPORT_SYMBOL vmlinux 0x0fb307b1 d_obtain_root +EXPORT_SYMBOL vmlinux 0x0fb41279 sock_set_rcvbuf +EXPORT_SYMBOL vmlinux 0x0fb8a9c3 phy_detach +EXPORT_SYMBOL vmlinux 0x0fba1829 blk_queue_max_segments +EXPORT_SYMBOL vmlinux 0x0fcddd1d fuse_mount_destroy +EXPORT_SYMBOL vmlinux 0x0fd0f592 mutex_trylock +EXPORT_SYMBOL vmlinux 0x0fd902db mb_cache_entry_create +EXPORT_SYMBOL vmlinux 0x0ff178f6 __aeabi_idivmod +EXPORT_SYMBOL vmlinux 0x0fff5afc time64_to_tm +EXPORT_SYMBOL vmlinux 0x10018cb0 __pv_offset +EXPORT_SYMBOL vmlinux 0x10044983 fs_context_for_submount +EXPORT_SYMBOL vmlinux 0x101bfa73 rproc_boot +EXPORT_SYMBOL vmlinux 0x1025009a cpm_muram_alloc_fixed +EXPORT_SYMBOL vmlinux 0x102936ec qe_clock_source +EXPORT_SYMBOL vmlinux 0x10327a37 __scsi_add_device +EXPORT_SYMBOL vmlinux 0x1035c7c2 __release_region +EXPORT_SYMBOL vmlinux 0x1041dd9e phy_ethtool_get_sset_count +EXPORT_SYMBOL vmlinux 0x10420e56 unregister_nexthop_notifier +EXPORT_SYMBOL vmlinux 0x10488c9c filemap_invalidate_unlock_two +EXPORT_SYMBOL vmlinux 0x104d140f scsi_target_resume +EXPORT_SYMBOL vmlinux 0x1060c07a udp_disconnect +EXPORT_SYMBOL vmlinux 0x1068004b gf128mul_bbe +EXPORT_SYMBOL vmlinux 0x106f13ab crc_t10dif_generic +EXPORT_SYMBOL vmlinux 0x10739f1e swake_up_locked +EXPORT_SYMBOL vmlinux 0x107e5878 zlib_inflateEnd +EXPORT_SYMBOL vmlinux 0x108e725e mem_cgroup_from_task +EXPORT_SYMBOL vmlinux 0x108ef6e3 dev_mc_add +EXPORT_SYMBOL vmlinux 0x109446ba pci_setup_cardbus +EXPORT_SYMBOL vmlinux 0x109e3917 scsi_dma_map +EXPORT_SYMBOL vmlinux 0x10a87888 tcf_qevent_destroy +EXPORT_SYMBOL vmlinux 0x10b8d5fa lock_two_nondirectories +EXPORT_SYMBOL vmlinux 0x10c8edb7 snd_info_register +EXPORT_SYMBOL vmlinux 0x10d9f885 scsi_sense_desc_find +EXPORT_SYMBOL vmlinux 0x10daa58d scsi_device_put +EXPORT_SYMBOL vmlinux 0x10e6f74a free_contig_range +EXPORT_SYMBOL vmlinux 0x10ecf828 gro_cells_init +EXPORT_SYMBOL vmlinux 0x11089ac7 _ctype +EXPORT_SYMBOL vmlinux 0x111dab1d flow_block_cb_priv +EXPORT_SYMBOL vmlinux 0x1121a8be fifo_create_dflt +EXPORT_SYMBOL vmlinux 0x113740e2 inet_csk_complete_hashdance +EXPORT_SYMBOL vmlinux 0x113a60fd pci_enable_msi +EXPORT_SYMBOL vmlinux 0x114b6c6c vc_cons +EXPORT_SYMBOL vmlinux 0x114bbb8d __insert_inode_hash +EXPORT_SYMBOL vmlinux 0x1157e355 input_get_poll_interval +EXPORT_SYMBOL vmlinux 0x115fad4c mipi_dsi_dcs_write_buffer +EXPORT_SYMBOL vmlinux 0x1161c341 unregister_fib_notifier +EXPORT_SYMBOL vmlinux 0x117093be qdisc_class_hash_init +EXPORT_SYMBOL vmlinux 0x117976e3 key_unlink +EXPORT_SYMBOL vmlinux 0x118550ae sget_fc +EXPORT_SYMBOL vmlinux 0x1195e28d pcie_capability_read_dword +EXPORT_SYMBOL vmlinux 0x119b50e7 elf_check_arch +EXPORT_SYMBOL vmlinux 0x11ad0683 elv_rb_latter_request +EXPORT_SYMBOL vmlinux 0x11bbae28 flow_rule_match_ipv4_addrs +EXPORT_SYMBOL vmlinux 0x11c0fb33 mii_ethtool_gset +EXPORT_SYMBOL vmlinux 0x11e30762 chacha_block_generic +EXPORT_SYMBOL vmlinux 0x11ffdfee ucc_slow_stop_tx +EXPORT_SYMBOL vmlinux 0x1205a0c9 bio_uninit +EXPORT_SYMBOL vmlinux 0x12062088 tty_port_init +EXPORT_SYMBOL vmlinux 0x120b336a __rb_insert_augmented +EXPORT_SYMBOL vmlinux 0x1210fb32 _raw_read_lock_irqsave +EXPORT_SYMBOL vmlinux 0x121303bd snd_pcm_lib_preallocate_free_for_all +EXPORT_SYMBOL vmlinux 0x121b1ffc d_tmpfile +EXPORT_SYMBOL vmlinux 0x1220d6b7 device_match_acpi_dev +EXPORT_SYMBOL vmlinux 0x122bf9c2 snd_ctl_notify_one +EXPORT_SYMBOL vmlinux 0x124bad4d kstrtobool +EXPORT_SYMBOL vmlinux 0x1275a6cc cdev_device_del +EXPORT_SYMBOL vmlinux 0x1276e33b dst_destroy +EXPORT_SYMBOL vmlinux 0x12794a81 d_instantiate_new +EXPORT_SYMBOL vmlinux 0x127d83ea security_locked_down +EXPORT_SYMBOL vmlinux 0x127eee50 fb_set_suspend +EXPORT_SYMBOL vmlinux 0x1281f4d5 mipi_dsi_host_register +EXPORT_SYMBOL vmlinux 0x12827367 sg_copy_from_buffer +EXPORT_SYMBOL vmlinux 0x128fd6e5 dcbnl_ieee_notify +EXPORT_SYMBOL vmlinux 0x1295a865 devfreq_update_target +EXPORT_SYMBOL vmlinux 0x12a28cb4 of_get_child_by_name +EXPORT_SYMBOL vmlinux 0x12ac48b7 __inode_add_bytes +EXPORT_SYMBOL vmlinux 0x12cabc89 siphash_2u64 +EXPORT_SYMBOL vmlinux 0x12debdbc dm_mq_kick_requeue_list +EXPORT_SYMBOL vmlinux 0x12f19edf __genradix_ptr_alloc +EXPORT_SYMBOL vmlinux 0x12f49fea device_add_disk +EXPORT_SYMBOL vmlinux 0x12f6f69c fb_videomode_to_var +EXPORT_SYMBOL vmlinux 0x12fcff8e tcp_fastopen_defer_connect +EXPORT_SYMBOL vmlinux 0x1300ed1b folio_migrate_copy +EXPORT_SYMBOL vmlinux 0x1306c120 phy_connect +EXPORT_SYMBOL vmlinux 0x1307172c dev_uc_flush +EXPORT_SYMBOL vmlinux 0x13110126 request_resource +EXPORT_SYMBOL vmlinux 0x1314a403 phy_drivers_unregister +EXPORT_SYMBOL vmlinux 0x1327ab2e mipi_dsi_device_unregister +EXPORT_SYMBOL vmlinux 0x1331b495 __i2c_transfer +EXPORT_SYMBOL vmlinux 0x1334769d xfrm_state_delete +EXPORT_SYMBOL vmlinux 0x133ca9fb generic_file_llseek_size +EXPORT_SYMBOL vmlinux 0x134068f7 blk_dump_rq_flags +EXPORT_SYMBOL vmlinux 0x134ded3c ppp_register_channel +EXPORT_SYMBOL vmlinux 0x1357a30b request_firmware +EXPORT_SYMBOL vmlinux 0x13598f9e eth_platform_get_mac_address +EXPORT_SYMBOL vmlinux 0x1359f3d6 xsk_get_pool_from_qid +EXPORT_SYMBOL vmlinux 0x13622a2e mipi_dsi_dcs_set_page_address +EXPORT_SYMBOL vmlinux 0x138ba8d8 snd_jack_set_parent +EXPORT_SYMBOL vmlinux 0x13c392be d_alloc_anon +EXPORT_SYMBOL vmlinux 0x13c5e6c8 tegra_dfll_runtime_suspend +EXPORT_SYMBOL vmlinux 0x13d0adf7 __kfifo_out +EXPORT_SYMBOL vmlinux 0x13d928f5 __SCK__tp_func_kmem_cache_alloc +EXPORT_SYMBOL vmlinux 0x13eaaf5c tcf_chain_put_by_act +EXPORT_SYMBOL vmlinux 0x13efc4da mdiobus_scan +EXPORT_SYMBOL vmlinux 0x13f42152 system_entering_hibernation +EXPORT_SYMBOL vmlinux 0x14018120 locks_free_lock +EXPORT_SYMBOL vmlinux 0x1407327e mmc_card_alternative_gpt_sector +EXPORT_SYMBOL vmlinux 0x140cef8e cmxgcr_lock +EXPORT_SYMBOL vmlinux 0x1411dbac kobject_del +EXPORT_SYMBOL vmlinux 0x141c3169 jbd2_journal_restart +EXPORT_SYMBOL vmlinux 0x141dfaa8 sock_bind_add +EXPORT_SYMBOL vmlinux 0x141f9eca blk_mq_run_hw_queue +EXPORT_SYMBOL vmlinux 0x14205027 param_ops_invbool +EXPORT_SYMBOL vmlinux 0x1451e8e5 vm_zone_stat +EXPORT_SYMBOL vmlinux 0x1456850f rproc_coredump_set_elf_info +EXPORT_SYMBOL vmlinux 0x14605535 dma_fence_context_alloc +EXPORT_SYMBOL vmlinux 0x146289b7 crc16_table +EXPORT_SYMBOL vmlinux 0x14836d83 eth_get_headlen +EXPORT_SYMBOL vmlinux 0x1486978a gen_pool_add_owner +EXPORT_SYMBOL vmlinux 0x149533dd fiemap_prep +EXPORT_SYMBOL vmlinux 0x14c7ca58 ip_setsockopt +EXPORT_SYMBOL vmlinux 0x14cde273 pci_enable_device +EXPORT_SYMBOL vmlinux 0x14d4a9c5 _change_bit +EXPORT_SYMBOL vmlinux 0x14d7477f console_list_unlock +EXPORT_SYMBOL vmlinux 0x14e787b7 phy_find_first +EXPORT_SYMBOL vmlinux 0x1502b544 kiocb_set_cancel_fn +EXPORT_SYMBOL vmlinux 0x151f4898 schedule_timeout_uninterruptible +EXPORT_SYMBOL vmlinux 0x1526b301 unix_tot_inflight +EXPORT_SYMBOL vmlinux 0x152a4420 alloc_skb_with_frags +EXPORT_SYMBOL vmlinux 0x153c6467 i2c_smbus_write_word_data +EXPORT_SYMBOL vmlinux 0x15455b93 mmc_command_done +EXPORT_SYMBOL vmlinux 0x154c6338 dm_kcopyd_client_destroy +EXPORT_SYMBOL vmlinux 0x15558773 may_umount_tree +EXPORT_SYMBOL vmlinux 0x15645817 jbd2_journal_check_available_features +EXPORT_SYMBOL vmlinux 0x156aef20 get_mem_cgroup_from_mm +EXPORT_SYMBOL vmlinux 0x15715bf1 inet_addr_type_dev_table +EXPORT_SYMBOL vmlinux 0x1585c6dd devm_alloc_etherdev_mqs +EXPORT_SYMBOL vmlinux 0x1586cb07 phy_modify_paged +EXPORT_SYMBOL vmlinux 0x158fd50e dcbnl_cee_notify +EXPORT_SYMBOL vmlinux 0x159c4e62 md_bitmap_startwrite +EXPORT_SYMBOL vmlinux 0x15a81dd9 generic_pipe_buf_try_steal +EXPORT_SYMBOL vmlinux 0x15ae88b8 arp_xmit +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 0x15d47896 __tcp_md5_do_lookup +EXPORT_SYMBOL vmlinux 0x15e7d9ad io_uring_get_socket +EXPORT_SYMBOL vmlinux 0x15e8476d snd_pcm_release_substream +EXPORT_SYMBOL vmlinux 0x15ee1df4 skb_free_datagram +EXPORT_SYMBOL vmlinux 0x15effe1e generic_fill_statx_attr +EXPORT_SYMBOL vmlinux 0x15f90688 slhc_init +EXPORT_SYMBOL vmlinux 0x1621cc12 of_get_next_cpu_node +EXPORT_SYMBOL vmlinux 0x162893fd hashlen_string +EXPORT_SYMBOL vmlinux 0x162cb8d9 dev_get_port_parent_id +EXPORT_SYMBOL vmlinux 0x16300a91 done_path_create +EXPORT_SYMBOL vmlinux 0x1632bc21 kvasprintf_const +EXPORT_SYMBOL vmlinux 0x163d2417 tegra_io_rail_power_off +EXPORT_SYMBOL vmlinux 0x16525cc4 xa_find +EXPORT_SYMBOL vmlinux 0x1660ff8b pci_stop_and_remove_bus_device +EXPORT_SYMBOL vmlinux 0x166b1d7b prepare_kernel_cred +EXPORT_SYMBOL vmlinux 0x1676604a xsk_set_tx_need_wakeup +EXPORT_SYMBOL vmlinux 0x1689f1e3 xfrm4_protocol_register +EXPORT_SYMBOL vmlinux 0x16adbf67 down_killable +EXPORT_SYMBOL vmlinux 0x16ae3d34 tcp_rcv_established +EXPORT_SYMBOL vmlinux 0x16c3c976 vme_irq_request +EXPORT_SYMBOL vmlinux 0x16ca0ec7 dqput +EXPORT_SYMBOL vmlinux 0x16d835e8 super_setup_bdi_name +EXPORT_SYMBOL vmlinux 0x16e297c3 bit_wait +EXPORT_SYMBOL vmlinux 0x16ec948a crypto_kdf108_setkey +EXPORT_SYMBOL vmlinux 0x16eeacaf cros_ec_cmd_xfer +EXPORT_SYMBOL vmlinux 0x16f082b4 vm_map_pages +EXPORT_SYMBOL vmlinux 0x171655d2 pci_find_bus +EXPORT_SYMBOL vmlinux 0x172606ba blk_queue_virt_boundary +EXPORT_SYMBOL vmlinux 0x17397661 dma_set_mask +EXPORT_SYMBOL vmlinux 0x1744c018 mmc_retune_release +EXPORT_SYMBOL vmlinux 0x176547c9 bio_init +EXPORT_SYMBOL vmlinux 0x177584ef file_check_and_advance_wb_err +EXPORT_SYMBOL vmlinux 0x1779d37a dcb_setapp +EXPORT_SYMBOL vmlinux 0x1786abce phy_set_sym_pause +EXPORT_SYMBOL vmlinux 0x178ba0a0 sync_mapping_buffers +EXPORT_SYMBOL vmlinux 0x178c4894 qe_upload_firmware +EXPORT_SYMBOL vmlinux 0x1792422a noop_dirty_folio +EXPORT_SYMBOL vmlinux 0x17a0c271 jbd2_journal_clear_features +EXPORT_SYMBOL vmlinux 0x17bdc270 dev_get_stats +EXPORT_SYMBOL vmlinux 0x17d03338 padata_set_cpumask +EXPORT_SYMBOL vmlinux 0x17e530b5 blk_queue_chunk_sectors +EXPORT_SYMBOL vmlinux 0x17ebb21a mipi_dsi_dcs_nop +EXPORT_SYMBOL vmlinux 0x17f8fb30 pcie_relaxed_ordering_enabled +EXPORT_SYMBOL vmlinux 0x1823543e snd_timer_stop +EXPORT_SYMBOL vmlinux 0x182de7b5 sock_register +EXPORT_SYMBOL vmlinux 0x18345b8e __bitmap_replace +EXPORT_SYMBOL vmlinux 0x184582c3 vme_init_bridge +EXPORT_SYMBOL vmlinux 0x187884a8 cpm_muram_free +EXPORT_SYMBOL vmlinux 0x188ea314 jiffies_to_timespec64 +EXPORT_SYMBOL vmlinux 0x189b45da snd_soc_alloc_ac97_component +EXPORT_SYMBOL vmlinux 0x18b29854 __lock_buffer +EXPORT_SYMBOL vmlinux 0x18c5b827 sk_free +EXPORT_SYMBOL vmlinux 0x18e2d379 fscrypt_free_inode +EXPORT_SYMBOL vmlinux 0x18e60984 __do_once_start +EXPORT_SYMBOL vmlinux 0x18ec0d12 inode_init_owner +EXPORT_SYMBOL vmlinux 0x18f3c5c8 zpool_unregister_driver +EXPORT_SYMBOL vmlinux 0x1901a398 shrink_dcache_parent +EXPORT_SYMBOL vmlinux 0x190966ad write_cache_pages +EXPORT_SYMBOL vmlinux 0x190a367e __alloc_pages +EXPORT_SYMBOL vmlinux 0x1918830e genl_notify +EXPORT_SYMBOL vmlinux 0x19337a35 tcp_v4_mtu_reduced +EXPORT_SYMBOL vmlinux 0x195c8596 cpu_rmap_update +EXPORT_SYMBOL vmlinux 0x19729b51 dma_async_device_unregister +EXPORT_SYMBOL vmlinux 0x197c9569 generic_file_write_iter +EXPORT_SYMBOL vmlinux 0x1984d421 out_of_line_wait_on_bit +EXPORT_SYMBOL vmlinux 0x19861125 ipv6_find_hdr +EXPORT_SYMBOL vmlinux 0x198788b4 snd_lookup_oss_minor_data +EXPORT_SYMBOL vmlinux 0x198c9a6c blk_start_plug +EXPORT_SYMBOL vmlinux 0x199ed0cd net_disable_timestamp +EXPORT_SYMBOL vmlinux 0x19af96b6 tcp_sock_set_nodelay +EXPORT_SYMBOL vmlinux 0x19bd383b security_secmark_refcount_dec +EXPORT_SYMBOL vmlinux 0x19cc890a pcim_iomap +EXPORT_SYMBOL vmlinux 0x19cf7093 __find_get_block +EXPORT_SYMBOL vmlinux 0x19cfad3d unmap_mapping_range +EXPORT_SYMBOL vmlinux 0x19d74c1e vga_set_legacy_decoding +EXPORT_SYMBOL vmlinux 0x19d8dfd9 fb_validate_mode +EXPORT_SYMBOL vmlinux 0x1a0e606d vif_device_init +EXPORT_SYMBOL vmlinux 0x1a100152 netlink_net_capable +EXPORT_SYMBOL vmlinux 0x1a20802b filemap_range_has_page +EXPORT_SYMBOL vmlinux 0x1a3334fa dev_mc_flush +EXPORT_SYMBOL vmlinux 0x1a3fa966 nf_ip6_checksum +EXPORT_SYMBOL vmlinux 0x1a5b8628 neigh_app_ns +EXPORT_SYMBOL vmlinux 0x1a65f4ad __arm_ioremap_pfn +EXPORT_SYMBOL vmlinux 0x1a7bc9ef xxh32 +EXPORT_SYMBOL vmlinux 0x1a7d57f0 blackhole_netdev +EXPORT_SYMBOL vmlinux 0x1a7f4a6f seg6_hmac_info_del +EXPORT_SYMBOL vmlinux 0x1a85a2f7 nvdimm_namespace_locked +EXPORT_SYMBOL vmlinux 0x1a9a433c prandom_u32_state +EXPORT_SYMBOL vmlinux 0x1aa6ba61 vfs_mkobj +EXPORT_SYMBOL vmlinux 0x1aa80673 ip_fraglist_init +EXPORT_SYMBOL vmlinux 0x1aa86d18 rdma_dim +EXPORT_SYMBOL vmlinux 0x1aba9882 devfreq_unregister_opp_notifier +EXPORT_SYMBOL vmlinux 0x1ac0b543 skb_flow_dissect_hash +EXPORT_SYMBOL vmlinux 0x1ac50212 register_tcf_proto_ops +EXPORT_SYMBOL vmlinux 0x1ad1f2e7 _memcpy_fromio +EXPORT_SYMBOL vmlinux 0x1af37380 jbd2_wait_inode_data +EXPORT_SYMBOL vmlinux 0x1af88c55 sock_efree +EXPORT_SYMBOL vmlinux 0x1b015d25 bitmap_parselist +EXPORT_SYMBOL vmlinux 0x1b073faa ppp_dev_name +EXPORT_SYMBOL vmlinux 0x1b111af3 filemap_fdatawait_range +EXPORT_SYMBOL vmlinux 0x1b12bdd5 t10_pi_type1_ip +EXPORT_SYMBOL vmlinux 0x1b1ff143 dentry_path_raw +EXPORT_SYMBOL vmlinux 0x1b25f187 __xa_store +EXPORT_SYMBOL vmlinux 0x1b438e55 km_query +EXPORT_SYMBOL vmlinux 0x1b4fdc5a snd_info_create_module_entry +EXPORT_SYMBOL vmlinux 0x1b54e566 security_sk_classify_flow +EXPORT_SYMBOL vmlinux 0x1b6314fd in_aton +EXPORT_SYMBOL vmlinux 0x1b68955e unlock_two_nondirectories +EXPORT_SYMBOL vmlinux 0x1b777357 rdmacg_unregister_device +EXPORT_SYMBOL vmlinux 0x1b801b91 dev_set_alias +EXPORT_SYMBOL vmlinux 0x1b958ab2 twl6040_get_vibralr_status +EXPORT_SYMBOL vmlinux 0x1b985ac2 of_get_parent +EXPORT_SYMBOL vmlinux 0x1ba98842 mmc_unregister_driver +EXPORT_SYMBOL vmlinux 0x1baf2039 napi_consume_skb +EXPORT_SYMBOL vmlinux 0x1bb201fc unregister_netdev +EXPORT_SYMBOL vmlinux 0x1bc310df scsi_device_quiesce +EXPORT_SYMBOL vmlinux 0x1bc8e51a mdiobus_write_nested +EXPORT_SYMBOL vmlinux 0x1be502b9 nand_read_page_raw +EXPORT_SYMBOL vmlinux 0x1bf411ff mnt_set_expiry +EXPORT_SYMBOL vmlinux 0x1bfd1a61 vm_event_states +EXPORT_SYMBOL vmlinux 0x1c0088dc vm_map_pages_zero +EXPORT_SYMBOL vmlinux 0x1c00f233 scsi_report_bus_reset +EXPORT_SYMBOL vmlinux 0x1c3969ae input_open_device +EXPORT_SYMBOL vmlinux 0x1c3c7307 simple_transaction_read +EXPORT_SYMBOL vmlinux 0x1c559c8c snd_jack_new +EXPORT_SYMBOL vmlinux 0x1c5e3878 icst525_idx2s +EXPORT_SYMBOL vmlinux 0x1c6063bf udp_sendmsg +EXPORT_SYMBOL vmlinux 0x1c6610db kobject_add +EXPORT_SYMBOL vmlinux 0x1c6e6809 sound_class +EXPORT_SYMBOL vmlinux 0x1c777c5c dma_fence_add_callback +EXPORT_SYMBOL vmlinux 0x1c85ba5a vma_set_file +EXPORT_SYMBOL vmlinux 0x1c9034eb register_sound_dsp +EXPORT_SYMBOL vmlinux 0x1c971bf7 inet_unregister_protosw +EXPORT_SYMBOL vmlinux 0x1c9b830c vfs_fsync_range +EXPORT_SYMBOL vmlinux 0x1ca1108c flow_indr_block_cb_alloc +EXPORT_SYMBOL vmlinux 0x1cadab9d snd_info_free_entry +EXPORT_SYMBOL vmlinux 0x1cae6452 rps_may_expire_flow +EXPORT_SYMBOL vmlinux 0x1cb3c1a9 xfrm_state_lookup_byaddr +EXPORT_SYMBOL vmlinux 0x1cc11154 __SCK__tp_func_mmap_lock_start_locking +EXPORT_SYMBOL vmlinux 0x1cd0f821 sk_stream_wait_close +EXPORT_SYMBOL vmlinux 0x1cf0c0e9 __register_chrdev +EXPORT_SYMBOL vmlinux 0x1cf5c849 sock_diag_put_filterinfo +EXPORT_SYMBOL vmlinux 0x1cff5569 sock_no_ioctl +EXPORT_SYMBOL vmlinux 0x1d012c8a tegra_dfll_register +EXPORT_SYMBOL vmlinux 0x1d027e4b snd_pcm_format_signed +EXPORT_SYMBOL vmlinux 0x1d1487b7 zero_fill_bio +EXPORT_SYMBOL vmlinux 0x1d2a044b start_tty +EXPORT_SYMBOL vmlinux 0x1d3634ab jbd2_journal_start_commit +EXPORT_SYMBOL vmlinux 0x1d37eeed ioremap +EXPORT_SYMBOL vmlinux 0x1d384ab8 pci_find_capability +EXPORT_SYMBOL vmlinux 0x1d40bb4c __dquot_alloc_space +EXPORT_SYMBOL vmlinux 0x1d47080e xfrm_policy_alloc +EXPORT_SYMBOL vmlinux 0x1d50060e tty_port_close_start +EXPORT_SYMBOL vmlinux 0x1d5ce506 file_update_time +EXPORT_SYMBOL vmlinux 0x1d656e69 pci_iomap +EXPORT_SYMBOL vmlinux 0x1d65cf1c i2c_smbus_read_byte +EXPORT_SYMBOL vmlinux 0x1d796395 hdmi_drm_infoframe_pack +EXPORT_SYMBOL vmlinux 0x1d880bf6 inet6_add_protocol +EXPORT_SYMBOL vmlinux 0x1d89fed3 __mmc_claim_host +EXPORT_SYMBOL vmlinux 0x1d987df5 netpoll_setup +EXPORT_SYMBOL vmlinux 0x1dc6c93b lookup_user_key +EXPORT_SYMBOL vmlinux 0x1dd24171 mmc_cqe_start_req +EXPORT_SYMBOL vmlinux 0x1dd571e6 fb_copy_cmap +EXPORT_SYMBOL vmlinux 0x1dd7d8b9 devm_request_resource +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 0x1dfaa4dd efi +EXPORT_SYMBOL vmlinux 0x1e028ff0 __dev_get_by_flags +EXPORT_SYMBOL vmlinux 0x1e0373fc imx_scu_irq_group_enable +EXPORT_SYMBOL vmlinux 0x1e0a0c24 mod_timer_pending +EXPORT_SYMBOL vmlinux 0x1e162f1e md_write_end +EXPORT_SYMBOL vmlinux 0x1e21672a build_skb +EXPORT_SYMBOL vmlinux 0x1e236881 phy_attached_info +EXPORT_SYMBOL vmlinux 0x1e3f4e57 reuseport_migrate_sock +EXPORT_SYMBOL vmlinux 0x1e5284e4 vm_get_page_prot +EXPORT_SYMBOL vmlinux 0x1e5cbabe xfrm4_rcv +EXPORT_SYMBOL vmlinux 0x1e5d149c nand_ecc_sw_hamming_get_engine +EXPORT_SYMBOL vmlinux 0x1e64d58f pci_choose_state +EXPORT_SYMBOL vmlinux 0x1e6d26a8 strstr +EXPORT_SYMBOL vmlinux 0x1e6fee2a scsi_test_unit_ready +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 0x1ec8b02e vfs_unlink +EXPORT_SYMBOL vmlinux 0x1ece2103 rproc_coredump_add_segment +EXPORT_SYMBOL vmlinux 0x1ed7eb60 __sg_free_table +EXPORT_SYMBOL vmlinux 0x1edb69d6 ktime_get_raw_ts64 +EXPORT_SYMBOL vmlinux 0x1ee74a19 ip_sock_set_mtu_discover +EXPORT_SYMBOL vmlinux 0x1ef41b7e qcom_scm_iommu_set_pt_format +EXPORT_SYMBOL vmlinux 0x1efd8bbc security_sb_remount +EXPORT_SYMBOL vmlinux 0x1f0019f7 security_binder_transfer_binder +EXPORT_SYMBOL vmlinux 0x1f171999 jbd2_journal_release_jbd_inode +EXPORT_SYMBOL vmlinux 0x1f1d8b01 remove_proc_entry +EXPORT_SYMBOL vmlinux 0x1f3f4d45 dentry_open +EXPORT_SYMBOL vmlinux 0x1f4d5778 kstrtoll_from_user +EXPORT_SYMBOL vmlinux 0x1f50e9ac pci_ep_cfs_remove_epf_group +EXPORT_SYMBOL vmlinux 0x1f738648 vfs_link +EXPORT_SYMBOL vmlinux 0x1fb1ede3 tcp_sock_set_cork +EXPORT_SYMBOL vmlinux 0x1fb56511 xfrm_state_update +EXPORT_SYMBOL vmlinux 0x1fbd16da ip_tos2prio +EXPORT_SYMBOL vmlinux 0x1fd07fff kdb_grepping_flag +EXPORT_SYMBOL vmlinux 0x1fd583cb __dev_get_by_index +EXPORT_SYMBOL vmlinux 0x1fe2788e writeback_inodes_sb +EXPORT_SYMBOL vmlinux 0x20000329 simple_strtoul +EXPORT_SYMBOL vmlinux 0x200036a3 ip_tunnel_metadata_cnt +EXPORT_SYMBOL vmlinux 0x2005dc72 netdev_pick_tx +EXPORT_SYMBOL vmlinux 0x20070ea2 _atomic_dec_and_lock_irqsave +EXPORT_SYMBOL vmlinux 0x200b2041 in6addr_any +EXPORT_SYMBOL vmlinux 0x201ed1ff __skb_checksum +EXPORT_SYMBOL vmlinux 0x2021900a tcp_conn_request +EXPORT_SYMBOL vmlinux 0x2035b60b sk_stream_error +EXPORT_SYMBOL vmlinux 0x20366cd7 blk_mq_alloc_disk_for_queue +EXPORT_SYMBOL vmlinux 0x20484d5f netdev_crit +EXPORT_SYMBOL vmlinux 0x204c19f5 tcp_alloc_md5sig_pool +EXPORT_SYMBOL vmlinux 0x204c5067 scsi_dev_info_add_list +EXPORT_SYMBOL vmlinux 0x206f1249 dget_parent +EXPORT_SYMBOL vmlinux 0x2072b8b4 unregister_sysctl_table +EXPORT_SYMBOL vmlinux 0x20830aa4 d_splice_alias +EXPORT_SYMBOL vmlinux 0x2090653a pin_user_pages_unlocked +EXPORT_SYMBOL vmlinux 0x20929698 snd_ctl_rename +EXPORT_SYMBOL vmlinux 0x20a789ac irq_set_chip_data +EXPORT_SYMBOL vmlinux 0x20b8d27d register_md_cluster_operations +EXPORT_SYMBOL vmlinux 0x20bea1ce ip6_output +EXPORT_SYMBOL vmlinux 0x20d65e40 fb_find_nearest_mode +EXPORT_SYMBOL vmlinux 0x20dd25ca mmc_of_parse_voltage +EXPORT_SYMBOL vmlinux 0x20e32818 snd_ctl_notify +EXPORT_SYMBOL vmlinux 0x20e49bc5 dev_uc_init +EXPORT_SYMBOL vmlinux 0x20e9216b input_mt_assign_slots +EXPORT_SYMBOL vmlinux 0x21004bd4 uart_update_timeout +EXPORT_SYMBOL vmlinux 0x2108d792 reuseport_attach_prog +EXPORT_SYMBOL vmlinux 0x21110dbf mmioset +EXPORT_SYMBOL vmlinux 0x211331fa __divsi3 +EXPORT_SYMBOL vmlinux 0x211b2db8 __skb_checksum_complete_head +EXPORT_SYMBOL vmlinux 0x21206aff seq_hex_dump +EXPORT_SYMBOL vmlinux 0x21207b5c phy_ethtool_set_wol +EXPORT_SYMBOL vmlinux 0x212c512d posix_acl_from_xattr +EXPORT_SYMBOL vmlinux 0x213a738d memregion_alloc +EXPORT_SYMBOL vmlinux 0x213e4965 ps2_is_keyboard_id +EXPORT_SYMBOL vmlinux 0x215667b2 zstd_get_frame_header +EXPORT_SYMBOL vmlinux 0x21575d99 dcb_ieee_getapp_dscp_prio_mask_map +EXPORT_SYMBOL vmlinux 0x2157e6a4 get_watch_queue +EXPORT_SYMBOL vmlinux 0x215f3749 devm_release_resource +EXPORT_SYMBOL vmlinux 0x21654103 of_mdiobus_child_is_phy +EXPORT_SYMBOL vmlinux 0x216d759a mmiocpy +EXPORT_SYMBOL vmlinux 0x21780a5c phy_support_asym_pause +EXPORT_SYMBOL vmlinux 0x218e600b pci_add_resource_offset +EXPORT_SYMBOL vmlinux 0x2194ec2e __tcf_em_tree_match +EXPORT_SYMBOL vmlinux 0x21bdb523 errseq_check_and_advance +EXPORT_SYMBOL vmlinux 0x21be37e1 hdmi_avi_infoframe_check +EXPORT_SYMBOL vmlinux 0x21d282e0 param_get_ullong +EXPORT_SYMBOL vmlinux 0x21e13cb3 inet_peer_xrlim_allow +EXPORT_SYMBOL vmlinux 0x21e200d3 mdiobus_free +EXPORT_SYMBOL vmlinux 0x21ea5251 __bitmap_weight +EXPORT_SYMBOL vmlinux 0x21f7eb8f claim_fiq +EXPORT_SYMBOL vmlinux 0x21f8563b snd_pcm_suspend_all +EXPORT_SYMBOL vmlinux 0x221b3d02 flow_rule_match_icmp +EXPORT_SYMBOL vmlinux 0x2220bd48 hdmi_drm_infoframe_pack_only +EXPORT_SYMBOL vmlinux 0x222754b3 scsi_host_lookup +EXPORT_SYMBOL vmlinux 0x222e7ce2 sysfs_streq +EXPORT_SYMBOL vmlinux 0x223294f6 sock_create +EXPORT_SYMBOL vmlinux 0x223c8f62 page_pool_put_defragged_page +EXPORT_SYMBOL vmlinux 0x2251fc9d rproc_elf_load_rsc_table +EXPORT_SYMBOL vmlinux 0x2277d558 mx53_revision +EXPORT_SYMBOL vmlinux 0x227bd80a blk_queue_flag_set +EXPORT_SYMBOL vmlinux 0x2294f956 set_capacity +EXPORT_SYMBOL vmlinux 0x229ae2c6 tty_port_tty_set +EXPORT_SYMBOL vmlinux 0x229d58e1 vlan_dev_real_dev +EXPORT_SYMBOL vmlinux 0x229dd3e6 block_invalidate_folio +EXPORT_SYMBOL vmlinux 0x22b325d5 kd_mksound +EXPORT_SYMBOL vmlinux 0x22baf908 ip_sock_set_tos +EXPORT_SYMBOL vmlinux 0x22c15db6 filemap_release_folio +EXPORT_SYMBOL vmlinux 0x22c4f736 d_hash_and_lookup +EXPORT_SYMBOL vmlinux 0x22ed5a1b iov_iter_discard +EXPORT_SYMBOL vmlinux 0x22edb7c5 security_path_mknod +EXPORT_SYMBOL vmlinux 0x230375a5 elv_bio_merge_ok +EXPORT_SYMBOL vmlinux 0x2319312a mdiobus_read +EXPORT_SYMBOL vmlinux 0x233501a2 eth_prepare_mac_addr_change +EXPORT_SYMBOL vmlinux 0x2349dc54 security_inode_setsecctx +EXPORT_SYMBOL vmlinux 0x2362ba9b get_cached_acl_rcu +EXPORT_SYMBOL vmlinux 0x2364c85a tasklet_init +EXPORT_SYMBOL vmlinux 0x236e0902 jbd2_fc_wait_bufs +EXPORT_SYMBOL vmlinux 0x236e8daa skb_find_text +EXPORT_SYMBOL vmlinux 0x238b099f mipi_dsi_packet_format_is_short +EXPORT_SYMBOL vmlinux 0x239b20c3 inet_listen +EXPORT_SYMBOL vmlinux 0x23a8680d vme_register_driver +EXPORT_SYMBOL vmlinux 0x23a87dcd pci_enable_device_io +EXPORT_SYMBOL vmlinux 0x23b9d6e2 mangle_path +EXPORT_SYMBOL vmlinux 0x23bbf945 register_mii_timestamper +EXPORT_SYMBOL vmlinux 0x23f1d7a6 page_pool_ethtool_stats_get_count +EXPORT_SYMBOL vmlinux 0x23fd3028 vmalloc_node +EXPORT_SYMBOL vmlinux 0x2419748d flow_rule_match_enc_opts +EXPORT_SYMBOL vmlinux 0x24281fe4 sock_alloc_file +EXPORT_SYMBOL vmlinux 0x242a691f zerocopy_sg_from_iter +EXPORT_SYMBOL vmlinux 0x243cb12d param_set_short +EXPORT_SYMBOL vmlinux 0x24428be5 strncpy_from_user +EXPORT_SYMBOL vmlinux 0x2459bbcc console_set_on_cmdline +EXPORT_SYMBOL vmlinux 0x245cfd1d devfreq_remove_governor +EXPORT_SYMBOL vmlinux 0x246131e0 gnet_stats_copy_queue +EXPORT_SYMBOL vmlinux 0x246790df idr_for_each +EXPORT_SYMBOL vmlinux 0x246ea205 blake2s_update +EXPORT_SYMBOL vmlinux 0x249830f1 xfrm_trans_queue_net +EXPORT_SYMBOL vmlinux 0x24a683e1 inet_rcv_saddr_equal +EXPORT_SYMBOL vmlinux 0x24a94b26 snd_info_get_line +EXPORT_SYMBOL vmlinux 0x24ad2588 flow_block_cb_decref +EXPORT_SYMBOL vmlinux 0x24bfa0dd address_space_init_once +EXPORT_SYMBOL vmlinux 0x24cc38e3 pneigh_enqueue +EXPORT_SYMBOL vmlinux 0x24d273d1 add_timer +EXPORT_SYMBOL vmlinux 0x24da5f2c get_inode_acl +EXPORT_SYMBOL vmlinux 0x24e1b558 seg6_hmac_compute +EXPORT_SYMBOL vmlinux 0x24e6e570 filemap_map_pages +EXPORT_SYMBOL vmlinux 0x24ecd7ed iov_iter_get_pages2 +EXPORT_SYMBOL vmlinux 0x250113b4 memory_read_from_buffer +EXPORT_SYMBOL vmlinux 0x2515603a kthread_stop +EXPORT_SYMBOL vmlinux 0x252332f1 __SCK__tp_func_mmap_lock_released +EXPORT_SYMBOL vmlinux 0x253ab0f7 block_read_full_folio +EXPORT_SYMBOL vmlinux 0x254613e3 qdisc_reset +EXPORT_SYMBOL vmlinux 0x2549caf9 vfs_dup_fs_context +EXPORT_SYMBOL vmlinux 0x25557dfc mark_buffer_async_write +EXPORT_SYMBOL vmlinux 0x256f6858 genphy_c37_read_status +EXPORT_SYMBOL vmlinux 0x257ae45c dma_fence_free +EXPORT_SYMBOL vmlinux 0x257cc125 jbd2_journal_blocks_per_page +EXPORT_SYMBOL vmlinux 0x25820c64 fs_overflowuid +EXPORT_SYMBOL vmlinux 0x25887563 sk_wait_data +EXPORT_SYMBOL vmlinux 0x258d2f76 net_dim_get_tx_moderation +EXPORT_SYMBOL vmlinux 0x25959dd8 dqget +EXPORT_SYMBOL vmlinux 0x25a59f61 udp_read_skb +EXPORT_SYMBOL vmlinux 0x25b9efbd register_md_personality +EXPORT_SYMBOL vmlinux 0x25bda3b1 input_register_handle +EXPORT_SYMBOL vmlinux 0x25cc0a77 __fput_sync +EXPORT_SYMBOL vmlinux 0x25daf505 of_mdiobus_phy_device_register +EXPORT_SYMBOL vmlinux 0x25e238a9 phy_driver_register +EXPORT_SYMBOL vmlinux 0x25e58a09 hdmi_avi_infoframe_init +EXPORT_SYMBOL vmlinux 0x25e9d4bd resource_list_free +EXPORT_SYMBOL vmlinux 0x26006a00 iommu_put_resv_regions +EXPORT_SYMBOL vmlinux 0x260a095a __sg_alloc_table +EXPORT_SYMBOL vmlinux 0x263beb75 ecryptfs_get_versions +EXPORT_SYMBOL vmlinux 0x265b640d scsi_remove_target +EXPORT_SYMBOL vmlinux 0x267404cf sock_no_sendpage_locked +EXPORT_SYMBOL vmlinux 0x2688ec10 bitmap_zalloc +EXPORT_SYMBOL vmlinux 0x26897b52 mb_cache_entry_get +EXPORT_SYMBOL vmlinux 0x26bb950b __kfifo_from_user_r +EXPORT_SYMBOL vmlinux 0x26d6f79a ptp_find_pin_unlocked +EXPORT_SYMBOL vmlinux 0x26dc9988 of_device_is_available +EXPORT_SYMBOL vmlinux 0x26e889c6 pci_write_config_byte +EXPORT_SYMBOL vmlinux 0x2704314f devm_extcon_register_notifier_all +EXPORT_SYMBOL vmlinux 0x270cf88f dump_stack_lvl +EXPORT_SYMBOL vmlinux 0x2733eaf7 scsi_dev_info_list_add_keyed +EXPORT_SYMBOL vmlinux 0x273aef90 dput +EXPORT_SYMBOL vmlinux 0x27479d14 param_free_charp +EXPORT_SYMBOL vmlinux 0x2754c341 dst_init +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 0x27766c22 tcp_get_md5sig_pool +EXPORT_SYMBOL vmlinux 0x2782b393 xfrm_state_walk_init +EXPORT_SYMBOL vmlinux 0x27830e82 pci_restore_state +EXPORT_SYMBOL vmlinux 0x27864d57 memparse +EXPORT_SYMBOL vmlinux 0x278944c8 i2c_smbus_xfer +EXPORT_SYMBOL vmlinux 0x27966b28 inet6_protos +EXPORT_SYMBOL vmlinux 0x279ef368 set_cached_acl +EXPORT_SYMBOL vmlinux 0x27a3ef5d snd_pcm_set_sync +EXPORT_SYMBOL vmlinux 0x27b562c2 vme_slave_request +EXPORT_SYMBOL vmlinux 0x27bbf221 disable_irq_nosync +EXPORT_SYMBOL vmlinux 0x27cdca93 pci_add_resource +EXPORT_SYMBOL vmlinux 0x27dde933 filemap_dirty_folio +EXPORT_SYMBOL vmlinux 0x27ec599d __mod_node_page_state +EXPORT_SYMBOL vmlinux 0x27f2d6cd inet_select_addr +EXPORT_SYMBOL vmlinux 0x28118cb6 __get_user_1 +EXPORT_SYMBOL vmlinux 0x2814adfa tso_build_data +EXPORT_SYMBOL vmlinux 0x281823c5 __kfifo_out_peek +EXPORT_SYMBOL vmlinux 0x281e5033 rproc_add +EXPORT_SYMBOL vmlinux 0x283000c0 dquot_load_quota_inode +EXPORT_SYMBOL vmlinux 0x284bbd48 simple_symlink_inode_operations +EXPORT_SYMBOL vmlinux 0x2859e5d3 netif_inherit_tso_max +EXPORT_SYMBOL vmlinux 0x2872c395 d_add_ci +EXPORT_SYMBOL vmlinux 0x2873438a zstd_init_dctx +EXPORT_SYMBOL vmlinux 0x2875a315 utf32_to_utf8 +EXPORT_SYMBOL vmlinux 0x2878e15a idr_destroy +EXPORT_SYMBOL vmlinux 0x288c0e26 gnet_stats_start_copy_compat +EXPORT_SYMBOL vmlinux 0x289c314c fscrypt_ioctl_get_policy +EXPORT_SYMBOL vmlinux 0x28adab0f dma_resv_fini +EXPORT_SYMBOL vmlinux 0x28d02942 nf_log_bind_pf +EXPORT_SYMBOL vmlinux 0x28d1ba68 regset_get +EXPORT_SYMBOL vmlinux 0x28f74739 fb_get_mode +EXPORT_SYMBOL vmlinux 0x28f77aa0 phy_ethtool_get_eee +EXPORT_SYMBOL vmlinux 0x28f788ba setattr_prepare +EXPORT_SYMBOL vmlinux 0x28f94604 __ubsan_handle_builtin_unreachable +EXPORT_SYMBOL vmlinux 0x290f5bbd get_vm_area +EXPORT_SYMBOL vmlinux 0x2912bf7a dm_kcopyd_zero +EXPORT_SYMBOL vmlinux 0x291895b8 filp_open +EXPORT_SYMBOL vmlinux 0x29282a37 xfrm_if_register_cb +EXPORT_SYMBOL vmlinux 0x29438f39 textsearch_destroy +EXPORT_SYMBOL vmlinux 0x294775f0 of_get_mac_address +EXPORT_SYMBOL vmlinux 0x294aa24a mmc_calc_max_discard +EXPORT_SYMBOL vmlinux 0x294c75f6 try_to_free_buffers +EXPORT_SYMBOL vmlinux 0x294fb4c4 scsi_is_host_device +EXPORT_SYMBOL vmlinux 0x29604158 napi_busy_loop +EXPORT_SYMBOL vmlinux 0x296d6faf md_write_inc +EXPORT_SYMBOL vmlinux 0x29a47fe9 dma_fence_wait_any_timeout +EXPORT_SYMBOL vmlinux 0x29a49324 rproc_resource_cleanup +EXPORT_SYMBOL vmlinux 0x29a52cfd crypto_sha256_finup +EXPORT_SYMBOL vmlinux 0x29a8aa3f kfree_skb_list_reason +EXPORT_SYMBOL vmlinux 0x29bd5d8f xfrm_input_register_afinfo +EXPORT_SYMBOL vmlinux 0x29c3e61d dump_skip +EXPORT_SYMBOL vmlinux 0x29c59a60 writeback_inodes_sb_nr +EXPORT_SYMBOL vmlinux 0x29d9f26e cancel_delayed_work_sync +EXPORT_SYMBOL vmlinux 0x2a0a5e2b __module_get +EXPORT_SYMBOL vmlinux 0x2a162fd4 rtnl_create_link +EXPORT_SYMBOL vmlinux 0x2a2a03cb param_set_invbool +EXPORT_SYMBOL vmlinux 0x2a303d4d check_signature +EXPORT_SYMBOL vmlinux 0x2a3188d2 sock_i_uid +EXPORT_SYMBOL vmlinux 0x2a3aa678 _test_and_clear_bit +EXPORT_SYMBOL vmlinux 0x2a4ede15 devm_pci_alloc_host_bridge +EXPORT_SYMBOL vmlinux 0x2a5e0b6d unlock_buffer +EXPORT_SYMBOL vmlinux 0x2a6a5aac sockopt_capable +EXPORT_SYMBOL vmlinux 0x2a782635 netdev_notify_peers +EXPORT_SYMBOL vmlinux 0x2a8e551d blk_set_stacking_limits +EXPORT_SYMBOL vmlinux 0x2a928918 slhc_free +EXPORT_SYMBOL vmlinux 0x2a9a3905 vme_master_get +EXPORT_SYMBOL vmlinux 0x2aa0e4fc strncasecmp +EXPORT_SYMBOL vmlinux 0x2aa3b281 jbd2_journal_clear_err +EXPORT_SYMBOL vmlinux 0x2abeffad kernel_getsockname +EXPORT_SYMBOL vmlinux 0x2ae304dc dma_fence_array_next +EXPORT_SYMBOL vmlinux 0x2ae83edb flow_block_cb_alloc +EXPORT_SYMBOL vmlinux 0x2af95a28 __netif_napi_del +EXPORT_SYMBOL vmlinux 0x2b056de5 thaw_super +EXPORT_SYMBOL vmlinux 0x2b06419f dev_set_mac_address +EXPORT_SYMBOL vmlinux 0x2b0f3042 elv_rb_former_request +EXPORT_SYMBOL vmlinux 0x2b1f67ca devm_extcon_unregister_notifier_all +EXPORT_SYMBOL vmlinux 0x2b20326f netif_set_tso_max_segs +EXPORT_SYMBOL vmlinux 0x2b28acca tegra_ivc_cleanup +EXPORT_SYMBOL vmlinux 0x2b2bc5ec brioctl_set +EXPORT_SYMBOL vmlinux 0x2b30c21c genphy_update_link +EXPORT_SYMBOL vmlinux 0x2b34a42e tcf_exts_destroy +EXPORT_SYMBOL vmlinux 0x2b399d5b ipv6_mc_check_mld +EXPORT_SYMBOL vmlinux 0x2b4211f9 kmap_high +EXPORT_SYMBOL vmlinux 0x2b509337 dcb_ieee_getapp_mask +EXPORT_SYMBOL vmlinux 0x2b529203 seq_release_private +EXPORT_SYMBOL vmlinux 0x2b74f678 tty_driver_kref_put +EXPORT_SYMBOL vmlinux 0x2b77d152 set_disk_ro +EXPORT_SYMBOL vmlinux 0x2b7ba207 crypto_sha512_update +EXPORT_SYMBOL vmlinux 0x2b8cb32f cros_ec_get_next_event +EXPORT_SYMBOL vmlinux 0x2b900d37 seq_pad +EXPORT_SYMBOL vmlinux 0x2b99722a __cpu_active_mask +EXPORT_SYMBOL vmlinux 0x2b9da7a4 genl_lock +EXPORT_SYMBOL vmlinux 0x2baa1536 dump_align +EXPORT_SYMBOL vmlinux 0x2baac1db mr_dump +EXPORT_SYMBOL vmlinux 0x2bae314a netlink_unicast +EXPORT_SYMBOL vmlinux 0x2bb1aea4 serio_interrupt +EXPORT_SYMBOL vmlinux 0x2be00786 kunmap_high +EXPORT_SYMBOL vmlinux 0x2be0f12d dql_completed +EXPORT_SYMBOL vmlinux 0x2be38608 devm_aperture_acquire_for_platform_device +EXPORT_SYMBOL vmlinux 0x2bff5887 xa_destroy +EXPORT_SYMBOL vmlinux 0x2c136c4f truncate_setsize +EXPORT_SYMBOL vmlinux 0x2c256e1f input_scancode_to_scalar +EXPORT_SYMBOL vmlinux 0x2c329e54 tegra_powergate_sequence_power_up +EXPORT_SYMBOL vmlinux 0x2c406025 scsi_print_result +EXPORT_SYMBOL vmlinux 0x2c428f98 sockfd_lookup +EXPORT_SYMBOL vmlinux 0x2c42a97b _raw_write_lock_irq +EXPORT_SYMBOL vmlinux 0x2c5ea060 netif_carrier_off +EXPORT_SYMBOL vmlinux 0x2c6036cc flow_rule_match_ports_range +EXPORT_SYMBOL vmlinux 0x2c696e8a jbd2_fc_end_commit +EXPORT_SYMBOL vmlinux 0x2c6b6974 __wait_on_bit_lock +EXPORT_SYMBOL vmlinux 0x2c7c8e9a pcibios_min_mem +EXPORT_SYMBOL vmlinux 0x2c81ec75 __irq_regs +EXPORT_SYMBOL vmlinux 0x2c82c36a security_secmark_relabel_packet +EXPORT_SYMBOL vmlinux 0x2c8662eb sock_set_mark +EXPORT_SYMBOL vmlinux 0x2c92d126 scsi_add_device +EXPORT_SYMBOL vmlinux 0x2cac2b5c mii_nway_restart +EXPORT_SYMBOL vmlinux 0x2cec1c5f netif_skb_features +EXPORT_SYMBOL vmlinux 0x2cee0737 simple_statfs +EXPORT_SYMBOL vmlinux 0x2cf59c83 tcp_sendpage +EXPORT_SYMBOL vmlinux 0x2cfde9a2 warn_slowpath_fmt +EXPORT_SYMBOL vmlinux 0x2d0ccc3d xfrm_input +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 0x2d4472c2 zstd_find_frame_compressed_size +EXPORT_SYMBOL vmlinux 0x2d4c773a hdmi_spd_infoframe_init +EXPORT_SYMBOL vmlinux 0x2d4daef5 find_font +EXPORT_SYMBOL vmlinux 0x2d6290df clk_get +EXPORT_SYMBOL vmlinux 0x2d67e864 hash_and_copy_to_iter +EXPORT_SYMBOL vmlinux 0x2d69145d make_bad_inode +EXPORT_SYMBOL vmlinux 0x2d6fcc06 __kmalloc +EXPORT_SYMBOL vmlinux 0x2d798e2e tty_port_block_til_ready +EXPORT_SYMBOL vmlinux 0x2d912bca dmi_get_bios_year +EXPORT_SYMBOL vmlinux 0x2d994605 security_inode_copy_up_xattr +EXPORT_SYMBOL vmlinux 0x2d9d1abf skb_kill_datagram +EXPORT_SYMBOL vmlinux 0x2da4914f netif_set_xps_queue +EXPORT_SYMBOL vmlinux 0x2db081a9 sg_miter_stop +EXPORT_SYMBOL vmlinux 0x2db0d39e phy_ethtool_ksettings_set +EXPORT_SYMBOL vmlinux 0x2db11a9f dev_uc_sync +EXPORT_SYMBOL vmlinux 0x2dbbc9d5 pci_read_config_dword +EXPORT_SYMBOL vmlinux 0x2dd22d12 mii_ethtool_set_link_ksettings +EXPORT_SYMBOL vmlinux 0x2de0ce0c user_revoke +EXPORT_SYMBOL vmlinux 0x2de125c0 page_frag_alloc_align +EXPORT_SYMBOL vmlinux 0x2dfad57c netif_tx_unlock +EXPORT_SYMBOL vmlinux 0x2e123789 nla_reserve_64bit +EXPORT_SYMBOL vmlinux 0x2e1ca751 clk_put +EXPORT_SYMBOL vmlinux 0x2e404f7f clocksource_change_rating +EXPORT_SYMBOL vmlinux 0x2e439142 drm_get_panel_orientation_quirk +EXPORT_SYMBOL vmlinux 0x2e48f776 tty_insert_flip_string_flags +EXPORT_SYMBOL vmlinux 0x2e6bfa89 xfrm_lookup_with_ifid +EXPORT_SYMBOL vmlinux 0x2e809e15 vmf_insert_mixed_prot +EXPORT_SYMBOL vmlinux 0x2e8ed30d dump_skip_to +EXPORT_SYMBOL vmlinux 0x2e987b74 dquot_reclaim_space_nodirty +EXPORT_SYMBOL vmlinux 0x2ea909a5 config_item_get_unless_zero +EXPORT_SYMBOL vmlinux 0x2ec524ad __kfifo_in_r +EXPORT_SYMBOL vmlinux 0x2ec6bba0 errseq_set +EXPORT_SYMBOL vmlinux 0x2ecd55cc rproc_add_carveout +EXPORT_SYMBOL vmlinux 0x2ed3d99c iput +EXPORT_SYMBOL vmlinux 0x2edb1868 skb_checksum_help +EXPORT_SYMBOL vmlinux 0x2edec87e seg6_push_hmac +EXPORT_SYMBOL vmlinux 0x2eeb329c nvdimm_bus_unlock +EXPORT_SYMBOL vmlinux 0x2efb8f8c jbd2_journal_update_sb_errno +EXPORT_SYMBOL vmlinux 0x2f03fc4b security_secmark_refcount_inc +EXPORT_SYMBOL vmlinux 0x2f1254d1 ucc_tdm_init +EXPORT_SYMBOL vmlinux 0x2f1422cc bpf_empty_prog_array +EXPORT_SYMBOL vmlinux 0x2f2e91b2 security_ib_alloc_security +EXPORT_SYMBOL vmlinux 0x2f333aab imx_scu_get_handle +EXPORT_SYMBOL vmlinux 0x2f4f120b __sync_dirty_buffer +EXPORT_SYMBOL vmlinux 0x2f50cbf5 proc_doulongvec_minmax +EXPORT_SYMBOL vmlinux 0x2f5b0fdb gen_pool_alloc_algo_owner +EXPORT_SYMBOL vmlinux 0x2f6957bd zstd_end_stream +EXPORT_SYMBOL vmlinux 0x2f6d5cd0 fb_firmware_edid +EXPORT_SYMBOL vmlinux 0x2f7356fd elv_rb_find +EXPORT_SYMBOL vmlinux 0x2f7754a8 dma_pool_free +EXPORT_SYMBOL vmlinux 0x2f9dac04 pci_map_rom +EXPORT_SYMBOL vmlinux 0x2fa21d6a super_setup_bdi +EXPORT_SYMBOL vmlinux 0x2fc4450d reuseport_has_conns_set +EXPORT_SYMBOL vmlinux 0x2fe252cc unregister_inet6addr_notifier +EXPORT_SYMBOL vmlinux 0x2ffdcf87 pci_release_regions +EXPORT_SYMBOL vmlinux 0x3008e13f pci_disable_device +EXPORT_SYMBOL vmlinux 0x30127ca2 udp_gro_complete +EXPORT_SYMBOL vmlinux 0x30236df1 scsi_scan_target +EXPORT_SYMBOL vmlinux 0x30706699 tcp_simple_retransmit +EXPORT_SYMBOL vmlinux 0x30745185 wait_for_completion_interruptible +EXPORT_SYMBOL vmlinux 0x307935e2 snd_compr_malloc_pages +EXPORT_SYMBOL vmlinux 0x3087368a nla_reserve_nohdr +EXPORT_SYMBOL vmlinux 0x308f0106 snd_pcm_create_iec958_consumer +EXPORT_SYMBOL vmlinux 0x308f8137 ip_cmsg_recv_offset +EXPORT_SYMBOL vmlinux 0x3096be16 names_cachep +EXPORT_SYMBOL vmlinux 0x30a80826 __kfifo_from_user +EXPORT_SYMBOL vmlinux 0x30acfde9 hsiphash_2u32 +EXPORT_SYMBOL vmlinux 0x30ba72c6 snd_ctl_add +EXPORT_SYMBOL vmlinux 0x30d0fdff snd_pcm_lib_malloc_pages +EXPORT_SYMBOL vmlinux 0x30d9a471 gen_pool_create +EXPORT_SYMBOL vmlinux 0x30ed6ff2 twl6030_mmc_card_detect +EXPORT_SYMBOL vmlinux 0x30fa4e61 path_is_under +EXPORT_SYMBOL vmlinux 0x311065f4 mii_check_media +EXPORT_SYMBOL vmlinux 0x311610d6 iterate_supers_type +EXPORT_SYMBOL vmlinux 0x3126a9e8 siphash_1u64 +EXPORT_SYMBOL vmlinux 0x3126c557 blk_queue_max_hw_sectors +EXPORT_SYMBOL vmlinux 0x31295913 snd_sgbuf_get_addr +EXPORT_SYMBOL vmlinux 0x312ed932 verify_spi_info +EXPORT_SYMBOL vmlinux 0x314b20c8 scnprintf +EXPORT_SYMBOL vmlinux 0x314b7375 file_fdatawait_range +EXPORT_SYMBOL vmlinux 0x314e36e0 dquot_set_dqinfo +EXPORT_SYMBOL vmlinux 0x315d143d mipi_dsi_dcs_set_tear_on +EXPORT_SYMBOL vmlinux 0x31749701 bio_put +EXPORT_SYMBOL vmlinux 0x318511a5 dquot_alloc_inode +EXPORT_SYMBOL vmlinux 0x31a4767f qcom_scm_hdcp_available +EXPORT_SYMBOL vmlinux 0x31d787c1 tcp_ioctl +EXPORT_SYMBOL vmlinux 0x31e27ad4 ip6mr_rule_default +EXPORT_SYMBOL vmlinux 0x321c0118 __set_page_dirty_nobuffers +EXPORT_SYMBOL vmlinux 0x3221df67 __bitmap_subset +EXPORT_SYMBOL vmlinux 0x3231b013 generic_ro_fops +EXPORT_SYMBOL vmlinux 0x32394d4b qe_issue_cmd +EXPORT_SYMBOL vmlinux 0x32430023 _totalhigh_pages +EXPORT_SYMBOL vmlinux 0x32654d43 clkdev_drop +EXPORT_SYMBOL vmlinux 0x326a9629 xfrm_state_free +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 0x328a05f1 strncpy +EXPORT_SYMBOL vmlinux 0x32af4838 mmc_wait_for_cmd +EXPORT_SYMBOL vmlinux 0x32b0eb20 scsi_ioctl +EXPORT_SYMBOL vmlinux 0x32bda4ba napi_disable +EXPORT_SYMBOL vmlinux 0x32c67889 reuseport_select_sock +EXPORT_SYMBOL vmlinux 0x32c755cc genphy_aneg_done +EXPORT_SYMBOL vmlinux 0x32ce3777 radix_tree_preload +EXPORT_SYMBOL vmlinux 0x3309f721 touchscreen_parse_properties +EXPORT_SYMBOL vmlinux 0x330f59ae drop_nlink +EXPORT_SYMBOL vmlinux 0x3319292e flow_rule_match_cvlan +EXPORT_SYMBOL vmlinux 0x3333b265 tty_port_raise_dtr_rts +EXPORT_SYMBOL vmlinux 0x333ab4d9 mpage_readahead +EXPORT_SYMBOL vmlinux 0x333cdbd9 vc_resize +EXPORT_SYMBOL vmlinux 0x33721aa3 nf_log_register +EXPORT_SYMBOL vmlinux 0x338a0053 dev_load +EXPORT_SYMBOL vmlinux 0x338b2b57 xfrm_dev_state_flush +EXPORT_SYMBOL vmlinux 0x33a53ec0 validate_slab_cache +EXPORT_SYMBOL vmlinux 0x33b6bd6a scsi_device_resume +EXPORT_SYMBOL vmlinux 0x33b9bef3 fqdir_init +EXPORT_SYMBOL vmlinux 0x33dbfd93 tcp_memory_allocated +EXPORT_SYMBOL vmlinux 0x33e29892 xsk_tx_release +EXPORT_SYMBOL vmlinux 0x33e9543c unregister_mii_timestamper +EXPORT_SYMBOL vmlinux 0x33ee49ae iget_locked +EXPORT_SYMBOL vmlinux 0x33f0768c cpufreq_quick_get_max +EXPORT_SYMBOL vmlinux 0x33f643f4 amba_device_register +EXPORT_SYMBOL vmlinux 0x33f9d9b2 of_phy_get_and_connect +EXPORT_SYMBOL vmlinux 0x33feceb5 pcie_get_width_cap +EXPORT_SYMBOL vmlinux 0x341dbfa3 __per_cpu_offset +EXPORT_SYMBOL vmlinux 0x341fdfcd alloc_fcdev +EXPORT_SYMBOL vmlinux 0x3429ac9b udp_pre_connect +EXPORT_SYMBOL vmlinux 0x34372a7e vlan_uses_dev +EXPORT_SYMBOL vmlinux 0x34418d49 km_state_expired +EXPORT_SYMBOL vmlinux 0x34480f00 phy_aneg_done +EXPORT_SYMBOL vmlinux 0x3449a649 unlock_rename +EXPORT_SYMBOL vmlinux 0x345a3a6d nand_ecc_sw_bch_init_ctx +EXPORT_SYMBOL vmlinux 0x348a48a5 inet_sendpage +EXPORT_SYMBOL vmlinux 0x349b4277 xa_clear_mark +EXPORT_SYMBOL vmlinux 0x349c142b mmc_erase_group_aligned +EXPORT_SYMBOL vmlinux 0x349cba85 strchr +EXPORT_SYMBOL vmlinux 0x349dd3f2 backlight_force_update +EXPORT_SYMBOL vmlinux 0x34a04d71 radix_tree_delete_item +EXPORT_SYMBOL vmlinux 0x34a41a8b unregister_cdrom +EXPORT_SYMBOL vmlinux 0x34b9716a scsi_vpd_lun_id +EXPORT_SYMBOL vmlinux 0x34be4316 scsi_register_interface +EXPORT_SYMBOL vmlinux 0x34c7cdbc lookup_bdev +EXPORT_SYMBOL vmlinux 0x34ca145c kstrtou8_from_user +EXPORT_SYMBOL vmlinux 0x34d5015d dst_cow_metrics_generic +EXPORT_SYMBOL vmlinux 0x34f14a69 __dst_destroy_metrics_generic +EXPORT_SYMBOL vmlinux 0x34f20f95 _atomic_dec_and_raw_lock +EXPORT_SYMBOL vmlinux 0x34f3484e security_tun_dev_attach_queue +EXPORT_SYMBOL vmlinux 0x350b6ae4 __sk_dst_check +EXPORT_SYMBOL vmlinux 0x3517383e register_reboot_notifier +EXPORT_SYMBOL vmlinux 0x3521c9d5 inode_nohighmem +EXPORT_SYMBOL vmlinux 0x352d6105 pci_unmap_rom +EXPORT_SYMBOL vmlinux 0x352da9d5 generic_permission +EXPORT_SYMBOL vmlinux 0x353e3fa5 __get_user_4 +EXPORT_SYMBOL vmlinux 0x353f71ae scsi_alloc_sgtables +EXPORT_SYMBOL vmlinux 0x354dac28 vme_unregister_bridge +EXPORT_SYMBOL vmlinux 0x3560e651 kmemdup_nul +EXPORT_SYMBOL vmlinux 0x356461c8 rtc_time64_to_tm +EXPORT_SYMBOL vmlinux 0x3572c440 touch_buffer +EXPORT_SYMBOL vmlinux 0x3576fe06 cgroup_bpf_enabled_key +EXPORT_SYMBOL vmlinux 0x357c0df2 tcf_idr_check_alloc +EXPORT_SYMBOL vmlinux 0x359dc6ed pci_pme_capable +EXPORT_SYMBOL vmlinux 0x35a85e4a mr_mfc_find_parent +EXPORT_SYMBOL vmlinux 0x35a88f28 zlib_inflateInit2 +EXPORT_SYMBOL vmlinux 0x35a99d8a vfs_clone_file_range +EXPORT_SYMBOL vmlinux 0x35b48f66 bioset_integrity_create +EXPORT_SYMBOL vmlinux 0x35c7ba27 snd_ctl_boolean_stereo_info +EXPORT_SYMBOL vmlinux 0x35ea78f5 atomic_io_modify_relaxed +EXPORT_SYMBOL vmlinux 0x35ef4bc7 netdev_offload_xstats_push_delta +EXPORT_SYMBOL vmlinux 0x360b1afe probe_irq_mask +EXPORT_SYMBOL vmlinux 0x3612c10f tmio_core_mmc_enable +EXPORT_SYMBOL vmlinux 0x362717c8 amba_request_regions +EXPORT_SYMBOL vmlinux 0x362a4d05 pci_release_resource +EXPORT_SYMBOL vmlinux 0x3633506d page_pool_put_page_bulk +EXPORT_SYMBOL vmlinux 0x363c6f94 proc_mkdir_mode +EXPORT_SYMBOL vmlinux 0x36493b0e nd_dev_to_uuid +EXPORT_SYMBOL vmlinux 0x364949eb uart_add_one_port +EXPORT_SYMBOL vmlinux 0x365acda7 set_normalized_timespec64 +EXPORT_SYMBOL vmlinux 0x365e7911 kstrdup_const +EXPORT_SYMBOL vmlinux 0x36632140 cros_ec_check_result +EXPORT_SYMBOL vmlinux 0x3678f1df thread_group_exited +EXPORT_SYMBOL vmlinux 0x3697a56f nf_unregister_net_hook +EXPORT_SYMBOL vmlinux 0x36af5e35 bpf_sk_lookup_enabled +EXPORT_SYMBOL vmlinux 0x36bced63 __snd_pcm_lib_xfer +EXPORT_SYMBOL vmlinux 0x36c1c5ce sock_wmalloc +EXPORT_SYMBOL vmlinux 0x36c72018 __skb_get_hash +EXPORT_SYMBOL vmlinux 0x36d69557 ipv6_flowlabel_exclusive +EXPORT_SYMBOL vmlinux 0x36e03336 udp_prot +EXPORT_SYMBOL vmlinux 0x36f72a9a invalidate_inode_buffers +EXPORT_SYMBOL vmlinux 0x37085148 param_set_hexint +EXPORT_SYMBOL vmlinux 0x371e1953 __printk_cpu_sync_wait +EXPORT_SYMBOL vmlinux 0x371ed044 folio_write_one +EXPORT_SYMBOL vmlinux 0x371f9934 jbd2_journal_set_triggers +EXPORT_SYMBOL vmlinux 0x3738a86f seq_put_decimal_ull +EXPORT_SYMBOL vmlinux 0x3744cf36 vmalloc_to_pfn +EXPORT_SYMBOL vmlinux 0x3755f990 gf128mul_init_64k_bbe +EXPORT_SYMBOL vmlinux 0x376a56be dev_get_mac_address +EXPORT_SYMBOL vmlinux 0x37727a50 md_check_recovery +EXPORT_SYMBOL vmlinux 0x377498e4 zstd_dctx_workspace_bound +EXPORT_SYMBOL vmlinux 0x37769b05 iov_iter_npages +EXPORT_SYMBOL vmlinux 0x3777281c ipv6_getsockopt +EXPORT_SYMBOL vmlinux 0x377ada9e crypto_sha1_finup +EXPORT_SYMBOL vmlinux 0x3787b4a8 __folio_put +EXPORT_SYMBOL vmlinux 0x3796bdcc snd_pcm_format_little_endian +EXPORT_SYMBOL vmlinux 0x3797c1ed bio_alloc_bioset +EXPORT_SYMBOL vmlinux 0x37b022f9 sg_split +EXPORT_SYMBOL vmlinux 0x37b7a0f9 module_put +EXPORT_SYMBOL vmlinux 0x37bd5fff snd_pcm_hw_constraint_msbits +EXPORT_SYMBOL vmlinux 0x37befc70 jiffies_to_msecs +EXPORT_SYMBOL vmlinux 0x37c22e29 gpiochip_irq_relres +EXPORT_SYMBOL vmlinux 0x37c2f2fd proc_create_mount_point +EXPORT_SYMBOL vmlinux 0x37db8f19 dmi_get_date +EXPORT_SYMBOL vmlinux 0x37de7b3b nf_register_net_hook +EXPORT_SYMBOL vmlinux 0x37f614b7 __kfifo_len_r +EXPORT_SYMBOL vmlinux 0x3805bbe7 dm_kobject_release +EXPORT_SYMBOL vmlinux 0x3805daee mmc_set_data_timeout +EXPORT_SYMBOL vmlinux 0x381a798a setup_max_cpus +EXPORT_SYMBOL vmlinux 0x38236070 tc_setup_cb_call +EXPORT_SYMBOL vmlinux 0x3824e522 nd_region_to_nstype +EXPORT_SYMBOL vmlinux 0x3842b3a6 unix_gc_lock +EXPORT_SYMBOL vmlinux 0x384a33bc tty_port_alloc_xmit_buf +EXPORT_SYMBOL vmlinux 0x3854774b kstrtoll +EXPORT_SYMBOL vmlinux 0x385ca09e to_nd_btt +EXPORT_SYMBOL vmlinux 0x386a8941 snd_card_file_add +EXPORT_SYMBOL vmlinux 0x386d9ce9 radix_tree_lookup +EXPORT_SYMBOL vmlinux 0x38724aee flush_signals +EXPORT_SYMBOL vmlinux 0x387475ef security_sctp_bind_connect +EXPORT_SYMBOL vmlinux 0x3880da00 ndisc_send_skb +EXPORT_SYMBOL vmlinux 0x38869d88 kstat +EXPORT_SYMBOL vmlinux 0x388dcece vfs_get_tree +EXPORT_SYMBOL vmlinux 0x3891ffc8 ecryptfs_fill_auth_tok +EXPORT_SYMBOL vmlinux 0x389acf0c gpmc_configure +EXPORT_SYMBOL vmlinux 0x389ecf9e __bswapdi2 +EXPORT_SYMBOL vmlinux 0x38a71b7e pci_free_resource_list +EXPORT_SYMBOL vmlinux 0x38a9f7c5 in6addr_loopback +EXPORT_SYMBOL vmlinux 0x38b64c15 ipv6_sock_mc_join +EXPORT_SYMBOL vmlinux 0x38d6797c revert_creds +EXPORT_SYMBOL vmlinux 0x38dd2be4 blkdev_issue_flush +EXPORT_SYMBOL vmlinux 0x38e54e79 try_lookup_one_len +EXPORT_SYMBOL vmlinux 0x38eae10f blk_rq_map_integrity_sg +EXPORT_SYMBOL vmlinux 0x38eb3fe4 sock_wfree +EXPORT_SYMBOL vmlinux 0x38ecc74e flow_indr_dev_setup_offload +EXPORT_SYMBOL vmlinux 0x38ffa5af d_set_d_op +EXPORT_SYMBOL vmlinux 0x390ed639 dup_iter +EXPORT_SYMBOL vmlinux 0x391e239f dma_mmap_attrs +EXPORT_SYMBOL vmlinux 0x3920acf1 md_finish_reshape +EXPORT_SYMBOL vmlinux 0x3921a929 clear_nlink +EXPORT_SYMBOL vmlinux 0x3939f8f0 rfkill_pause_polling +EXPORT_SYMBOL vmlinux 0x393b1333 sk_send_sigurg +EXPORT_SYMBOL vmlinux 0x39461d6a in_egroup_p +EXPORT_SYMBOL vmlinux 0x394a1e11 phy_sfp_attach +EXPORT_SYMBOL vmlinux 0x3957a002 kernel_sendmsg_locked +EXPORT_SYMBOL vmlinux 0x396b2eb4 iget_failed +EXPORT_SYMBOL vmlinux 0x396d66e5 tty_port_tty_get +EXPORT_SYMBOL vmlinux 0x3971b4df snd_ecards_limit +EXPORT_SYMBOL vmlinux 0x398dc510 tegra_dfll_unregister +EXPORT_SYMBOL vmlinux 0x3992bc63 __xa_set_mark +EXPORT_SYMBOL vmlinux 0x39991865 icmp_global_allow +EXPORT_SYMBOL vmlinux 0x39a6d183 cqhci_pltfm_init +EXPORT_SYMBOL vmlinux 0x39a7d375 qdisc_tree_reduce_backlog +EXPORT_SYMBOL vmlinux 0x39b949fd __ClearPageMovable +EXPORT_SYMBOL vmlinux 0x39bb870c __vcalloc +EXPORT_SYMBOL vmlinux 0x39bf9301 _snd_pcm_hw_param_setempty +EXPORT_SYMBOL vmlinux 0x39c74235 dm_read_arg_group +EXPORT_SYMBOL vmlinux 0x39c88fd5 flush_rcu_work +EXPORT_SYMBOL vmlinux 0x39ddb656 ptp_clock_register +EXPORT_SYMBOL vmlinux 0x39e0bacd phy_ethtool_get_strings +EXPORT_SYMBOL vmlinux 0x39e5b535 dma_resv_reserve_fences +EXPORT_SYMBOL vmlinux 0x39e9da22 snd_timer_close +EXPORT_SYMBOL vmlinux 0x39fa2e6f ilookup +EXPORT_SYMBOL vmlinux 0x3a13f54a sgl_alloc +EXPORT_SYMBOL vmlinux 0x3a2e0e69 unregister_md_personality +EXPORT_SYMBOL vmlinux 0x3a2f6702 sg_alloc_table +EXPORT_SYMBOL vmlinux 0x3a4f9d28 rng_is_initialized +EXPORT_SYMBOL vmlinux 0x3a542b7b snd_timer_global_new +EXPORT_SYMBOL vmlinux 0x3a5d3bf6 amba_driver_register +EXPORT_SYMBOL vmlinux 0x3a84fed3 utf8_casefold +EXPORT_SYMBOL vmlinux 0x3a8cb026 pci_bus_read_config_byte +EXPORT_SYMBOL vmlinux 0x3a8df861 alloc_anon_inode +EXPORT_SYMBOL vmlinux 0x3a90b188 dmaenginem_async_device_register +EXPORT_SYMBOL vmlinux 0x3a918088 skb_vlan_pop +EXPORT_SYMBOL vmlinux 0x3a92b278 __ip_mc_inc_group +EXPORT_SYMBOL vmlinux 0x3aade7ac phy_ethtool_get_wol +EXPORT_SYMBOL vmlinux 0x3ab28948 console_srcu_read_lock +EXPORT_SYMBOL vmlinux 0x3ab7b1cc scsi_set_sense_field_pointer +EXPORT_SYMBOL vmlinux 0x3acd0567 netdev_warn +EXPORT_SYMBOL vmlinux 0x3ad6fd8e krait_get_l2_indirect_reg +EXPORT_SYMBOL vmlinux 0x3b04d7c9 add_to_page_cache_lru +EXPORT_SYMBOL vmlinux 0x3b126c6f edac_mc_find +EXPORT_SYMBOL vmlinux 0x3b168876 fs_lookup_param +EXPORT_SYMBOL vmlinux 0x3b246b4c devm_pci_remap_cfg_resource +EXPORT_SYMBOL vmlinux 0x3b261b73 security_sctp_assoc_established +EXPORT_SYMBOL vmlinux 0x3b28341f input_set_abs_params +EXPORT_SYMBOL vmlinux 0x3b299067 percpu_counter_set +EXPORT_SYMBOL vmlinux 0x3b2c97da snd_timer_global_free +EXPORT_SYMBOL vmlinux 0x3b391aa5 snd_ctl_new1 +EXPORT_SYMBOL vmlinux 0x3b40879d check_zeroed_user +EXPORT_SYMBOL vmlinux 0x3b49ce89 genphy_check_and_restart_aneg +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 0x3b8c7494 __traceiter_mmap_lock_released +EXPORT_SYMBOL vmlinux 0x3ba7efa8 xfrm4_protocol_deregister +EXPORT_SYMBOL vmlinux 0x3bbf46ea vga_base +EXPORT_SYMBOL vmlinux 0x3bc04607 inetdev_by_index +EXPORT_SYMBOL vmlinux 0x3bc3789f skb_recv_datagram +EXPORT_SYMBOL vmlinux 0x3bd2f429 qdisc_offload_dump_helper +EXPORT_SYMBOL vmlinux 0x3bd75e86 flow_rule_match_arp +EXPORT_SYMBOL vmlinux 0x3bdeaa4f put_watch_queue +EXPORT_SYMBOL vmlinux 0x3be630be dquot_get_dqblk +EXPORT_SYMBOL vmlinux 0x3bfd175d snd_pcm_lib_get_vmalloc_page +EXPORT_SYMBOL vmlinux 0x3c064726 dquot_quota_on_mount +EXPORT_SYMBOL vmlinux 0x3c121fe2 key_put +EXPORT_SYMBOL vmlinux 0x3c185c61 page_put_link +EXPORT_SYMBOL vmlinux 0x3c1a633d xp_alloc_batch +EXPORT_SYMBOL vmlinux 0x3c3215c4 qe_immr +EXPORT_SYMBOL vmlinux 0x3c3a517b uart_suspend_port +EXPORT_SYMBOL vmlinux 0x3c3e05ea cdrom_open +EXPORT_SYMBOL vmlinux 0x3c3fce39 __local_bh_enable_ip +EXPORT_SYMBOL vmlinux 0x3c3ff9fd sprintf +EXPORT_SYMBOL vmlinux 0x3c3ffd7e kill_pgrp +EXPORT_SYMBOL vmlinux 0x3c407e0c __nd_driver_register +EXPORT_SYMBOL vmlinux 0x3c425123 nd_region_acquire_lane +EXPORT_SYMBOL vmlinux 0x3c4cca98 rtnl_set_sk_err +EXPORT_SYMBOL vmlinux 0x3c50c766 open_exec +EXPORT_SYMBOL vmlinux 0x3c60315c ioremap_cache +EXPORT_SYMBOL vmlinux 0x3c71bc3b pci_read_vpd_any +EXPORT_SYMBOL vmlinux 0x3c81cc13 ___pskb_trim +EXPORT_SYMBOL vmlinux 0x3c8adace xfrm_alloc_spi +EXPORT_SYMBOL vmlinux 0x3c8f6ef0 __xa_insert +EXPORT_SYMBOL vmlinux 0x3c901e55 jbd2_journal_load +EXPORT_SYMBOL vmlinux 0x3c9ac082 dev_disable_lro +EXPORT_SYMBOL vmlinux 0x3c9b7ec6 block_write_full_page +EXPORT_SYMBOL vmlinux 0x3cabedf9 mini_qdisc_pair_init +EXPORT_SYMBOL vmlinux 0x3cb23db3 console_srcu_read_unlock +EXPORT_SYMBOL vmlinux 0x3cb547b9 genphy_resume +EXPORT_SYMBOL vmlinux 0x3cb6f29a jbd2_journal_invalidate_folio +EXPORT_SYMBOL vmlinux 0x3cc14506 dquot_resume +EXPORT_SYMBOL vmlinux 0x3cd0058b snd_device_register +EXPORT_SYMBOL vmlinux 0x3cd8f4f9 vfs_iocb_iter_write +EXPORT_SYMBOL vmlinux 0x3cded1cb of_device_register +EXPORT_SYMBOL vmlinux 0x3ce36723 tty_devnum +EXPORT_SYMBOL vmlinux 0x3ce4ca6f disable_irq +EXPORT_SYMBOL vmlinux 0x3ce92584 mipi_dsi_device_register_full +EXPORT_SYMBOL vmlinux 0x3cfba0d9 has_capability +EXPORT_SYMBOL vmlinux 0x3cff2bb9 of_device_unregister +EXPORT_SYMBOL vmlinux 0x3d118632 tcp_make_synack +EXPORT_SYMBOL vmlinux 0x3d1449d4 md_unregister_thread +EXPORT_SYMBOL vmlinux 0x3d2586b9 neigh_event_ns +EXPORT_SYMBOL vmlinux 0x3d36501e sock_recv_errqueue +EXPORT_SYMBOL vmlinux 0x3d3c540f elf_hwcap +EXPORT_SYMBOL vmlinux 0x3d404ceb __vmalloc_array +EXPORT_SYMBOL vmlinux 0x3d44181d phy_driver_unregister +EXPORT_SYMBOL vmlinux 0x3d4ff313 xp_free +EXPORT_SYMBOL vmlinux 0x3d5902ed pcim_iounmap_regions +EXPORT_SYMBOL vmlinux 0x3d5ed86b unlock_page +EXPORT_SYMBOL vmlinux 0x3d67364b xfrm6_input_addr +EXPORT_SYMBOL vmlinux 0x3d69f288 max8925_set_bits +EXPORT_SYMBOL vmlinux 0x3d724474 jbd2_journal_get_write_access +EXPORT_SYMBOL vmlinux 0x3d72ee0a submit_bio_noacct +EXPORT_SYMBOL vmlinux 0x3d8782c2 nand_write_oob_std +EXPORT_SYMBOL vmlinux 0x3d8b9465 neigh_table_clear +EXPORT_SYMBOL vmlinux 0x3d8e89ff of_find_node_by_type +EXPORT_SYMBOL vmlinux 0x3dafca3c xfrm_trans_queue +EXPORT_SYMBOL vmlinux 0x3dcb88a0 irq_set_handler_data +EXPORT_SYMBOL vmlinux 0x3dd878a0 hdmi_avi_infoframe_pack_only +EXPORT_SYMBOL vmlinux 0x3dd89a12 tcp_req_err +EXPORT_SYMBOL vmlinux 0x3dfc897c seq_hlist_start_head +EXPORT_SYMBOL vmlinux 0x3dfd6489 sock_wake_async +EXPORT_SYMBOL vmlinux 0x3e085994 blk_rq_map_user +EXPORT_SYMBOL vmlinux 0x3e1ca7b5 snd_ctl_free_one +EXPORT_SYMBOL vmlinux 0x3e3bad0a __tasklet_hi_schedule +EXPORT_SYMBOL vmlinux 0x3e7423b2 is_nvdimm_bus_locked +EXPORT_SYMBOL vmlinux 0x3e7c13f9 twl6040_get_sysclk +EXPORT_SYMBOL vmlinux 0x3e82f3e9 get_random_bytes +EXPORT_SYMBOL vmlinux 0x3e892b90 release_pages +EXPORT_SYMBOL vmlinux 0x3e9f3459 tty_hangup +EXPORT_SYMBOL vmlinux 0x3ead05f9 kmem_cache_create +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 0x3ed38fd1 vfs_path_lookup +EXPORT_SYMBOL vmlinux 0x3ed8ca0d snd_seq_root +EXPORT_SYMBOL vmlinux 0x3ee0d4c2 netdev_master_upper_dev_get_rcu +EXPORT_SYMBOL vmlinux 0x3ef07989 phy_sfp_probe +EXPORT_SYMBOL vmlinux 0x3efe1703 phy_unregister_fixup_for_id +EXPORT_SYMBOL vmlinux 0x3f2151ad ip_check_defrag +EXPORT_SYMBOL vmlinux 0x3f2b45d2 sock_create_lite +EXPORT_SYMBOL vmlinux 0x3f41388b netif_tx_lock +EXPORT_SYMBOL vmlinux 0x3f4547a7 put_unused_fd +EXPORT_SYMBOL vmlinux 0x3f4af46f gen_pool_first_fit_order_align +EXPORT_SYMBOL vmlinux 0x3f62d048 dma_fence_init +EXPORT_SYMBOL vmlinux 0x3f637c8b param_get_bool +EXPORT_SYMBOL vmlinux 0x3f6d7736 remap_vmalloc_range +EXPORT_SYMBOL vmlinux 0x3f7780ff snd_ctl_remove_id +EXPORT_SYMBOL vmlinux 0x3f89071b security_ib_pkey_access +EXPORT_SYMBOL vmlinux 0x3f8a9470 bio_copy_data_iter +EXPORT_SYMBOL vmlinux 0x3fbf3c89 vme_slave_set +EXPORT_SYMBOL vmlinux 0x3fd78f3b register_chrdev_region +EXPORT_SYMBOL vmlinux 0x3fea538c hdmi_avi_infoframe_pack +EXPORT_SYMBOL vmlinux 0x4006d7bc blk_queue_max_write_zeroes_sectors +EXPORT_SYMBOL vmlinux 0x403a93e7 radix_tree_gang_lookup_tag +EXPORT_SYMBOL vmlinux 0x4059693f iov_iter_gap_alignment +EXPORT_SYMBOL vmlinux 0x4059792f print_hex_dump +EXPORT_SYMBOL vmlinux 0x407136b1 __put_user_8 +EXPORT_SYMBOL vmlinux 0x4077db0e __netlink_kernel_create +EXPORT_SYMBOL vmlinux 0x4077ec5f fs_context_for_reconfigure +EXPORT_SYMBOL vmlinux 0x407cf74c dma_resv_copy_fences +EXPORT_SYMBOL vmlinux 0x408402c3 mdio_driver_unregister +EXPORT_SYMBOL vmlinux 0x408d91f4 phy_validate_pause +EXPORT_SYMBOL vmlinux 0x40946715 scsi_scan_host +EXPORT_SYMBOL vmlinux 0x40973662 sysctl_udp_mem +EXPORT_SYMBOL vmlinux 0x40993a58 neigh_changeaddr +EXPORT_SYMBOL vmlinux 0x409eca56 mode_strip_sgid +EXPORT_SYMBOL vmlinux 0x40a62432 __nla_validate +EXPORT_SYMBOL vmlinux 0x40a9b349 vzalloc +EXPORT_SYMBOL vmlinux 0x40ab6445 filemap_get_folios_contig +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 0x40de4e99 xfrm6_protocol_deregister +EXPORT_SYMBOL vmlinux 0x40dfc5da blk_queue_physical_block_size +EXPORT_SYMBOL vmlinux 0x40ea379d is_nd_btt +EXPORT_SYMBOL vmlinux 0x40f07981 __ashldi3 +EXPORT_SYMBOL vmlinux 0x4107e48e devm_extcon_unregister_notifier +EXPORT_SYMBOL vmlinux 0x41280661 ip6_fraglist_init +EXPORT_SYMBOL vmlinux 0x412c61ea dns_query +EXPORT_SYMBOL vmlinux 0x412ece0a blk_queue_flag_clear +EXPORT_SYMBOL vmlinux 0x412f893c page_offline_begin +EXPORT_SYMBOL vmlinux 0x41402aa7 rtnl_unicast +EXPORT_SYMBOL vmlinux 0x414463c5 pid_task +EXPORT_SYMBOL vmlinux 0x41482d8b strndup_user +EXPORT_SYMBOL vmlinux 0x414975dd __genradix_prealloc +EXPORT_SYMBOL vmlinux 0x4178d254 dev_get_flags +EXPORT_SYMBOL vmlinux 0x417a0a02 __skb_pad +EXPORT_SYMBOL vmlinux 0x417d3d40 get_mem_type +EXPORT_SYMBOL vmlinux 0x4188d439 neigh_rand_reach_time +EXPORT_SYMBOL vmlinux 0x418a5367 __scsi_format_command +EXPORT_SYMBOL vmlinux 0x41a713da inet_frag_kill +EXPORT_SYMBOL vmlinux 0x41b751e6 security_binder_transaction +EXPORT_SYMBOL vmlinux 0x41bb84fc dma_fence_remove_callback +EXPORT_SYMBOL vmlinux 0x41c38049 nvdimm_namespace_disk_name +EXPORT_SYMBOL vmlinux 0x41d9e820 pci_bus_read_config_dword +EXPORT_SYMBOL vmlinux 0x41ffa6da blk_mq_free_tag_set +EXPORT_SYMBOL vmlinux 0x421c2418 proc_mkdir +EXPORT_SYMBOL vmlinux 0x421d4dcf krealloc +EXPORT_SYMBOL vmlinux 0x421eed12 get_user_pages_remote +EXPORT_SYMBOL vmlinux 0x422f50c6 dquot_transfer +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 0x424b888c vmalloc_to_page +EXPORT_SYMBOL vmlinux 0x424d3620 zlib_inflateIncomp +EXPORT_SYMBOL vmlinux 0x4253aa7e down_write +EXPORT_SYMBOL vmlinux 0x42576b9b ip_defrag +EXPORT_SYMBOL vmlinux 0x42604384 ucs2_strncmp +EXPORT_SYMBOL vmlinux 0x4273a01f nand_ecc_sw_bch_calculate +EXPORT_SYMBOL vmlinux 0x427f5d88 security_unix_stream_connect +EXPORT_SYMBOL vmlinux 0x4284b16d msm_pinctrl_dev_pm_ops +EXPORT_SYMBOL vmlinux 0x4298b775 v7_flush_kern_cache_all +EXPORT_SYMBOL vmlinux 0x42a9d209 bdi_register +EXPORT_SYMBOL vmlinux 0x42b2a8ab mtree_erase +EXPORT_SYMBOL vmlinux 0x42c66fac vfs_iter_write +EXPORT_SYMBOL vmlinux 0x42cb87ba put_cmsg_scm_timestamping +EXPORT_SYMBOL vmlinux 0x42cdcfe1 __skb_ext_del +EXPORT_SYMBOL vmlinux 0x42d25236 dev_loopback_xmit +EXPORT_SYMBOL vmlinux 0x42d6096a from_kuid_munged +EXPORT_SYMBOL vmlinux 0x42f1b900 fb_pad_unaligned_buffer +EXPORT_SYMBOL vmlinux 0x4302d0eb free_pages +EXPORT_SYMBOL vmlinux 0x4309e1d4 scsi_register_driver +EXPORT_SYMBOL vmlinux 0x43204faf pci_bus_add_devices +EXPORT_SYMBOL vmlinux 0x4334094d commit_creds +EXPORT_SYMBOL vmlinux 0x4336fcca ucs2_as_utf8 +EXPORT_SYMBOL vmlinux 0x4345156b cros_ec_prepare_tx +EXPORT_SYMBOL vmlinux 0x434650ad scsi_track_queue_full +EXPORT_SYMBOL vmlinux 0x434c5585 tcf_exts_dump +EXPORT_SYMBOL vmlinux 0x4351577a fb_parse_edid +EXPORT_SYMBOL vmlinux 0x437333a0 _snd_pcm_lib_alloc_vmalloc_buffer +EXPORT_SYMBOL vmlinux 0x437a0d6d __sock_tx_timestamp +EXPORT_SYMBOL vmlinux 0x43806df6 pci_enable_device_mem +EXPORT_SYMBOL vmlinux 0x438610bd security_tun_dev_alloc_security +EXPORT_SYMBOL vmlinux 0x43864952 tcp_select_initial_window +EXPORT_SYMBOL vmlinux 0x4396c359 dma_resv_iter_next_unlocked +EXPORT_SYMBOL vmlinux 0x43b2c96d prepare_creds +EXPORT_SYMBOL vmlinux 0x43d22fb9 groups_alloc +EXPORT_SYMBOL vmlinux 0x43db9381 pci_try_set_mwi +EXPORT_SYMBOL vmlinux 0x43de270f mfd_remove_devices +EXPORT_SYMBOL vmlinux 0x43e43e53 tcp_peek_len +EXPORT_SYMBOL vmlinux 0x43f1199b xfrm_state_check_expire +EXPORT_SYMBOL vmlinux 0x43f9ebc8 slhc_remember +EXPORT_SYMBOL vmlinux 0x4403bbd0 imx_sc_misc_set_control +EXPORT_SYMBOL vmlinux 0x44047526 of_find_mipi_dsi_device_by_node +EXPORT_SYMBOL vmlinux 0x440e1dcb key_instantiate_and_link +EXPORT_SYMBOL vmlinux 0x442495c9 tmio_core_mmc_resume +EXPORT_SYMBOL vmlinux 0x44315e21 __d_lookup_unhash_wake +EXPORT_SYMBOL vmlinux 0x44316939 __ip4_datagram_connect +EXPORT_SYMBOL vmlinux 0x4434ab54 udp6_set_csum +EXPORT_SYMBOL vmlinux 0x44366cfc simple_write_to_buffer +EXPORT_SYMBOL vmlinux 0x44469a76 crc_ccitt_false_table +EXPORT_SYMBOL vmlinux 0x4461eb55 gic_nonsecure_priorities +EXPORT_SYMBOL vmlinux 0x4462d35e cpufreq_get_hw_max_freq +EXPORT_SYMBOL vmlinux 0x44641589 ip6_route_me_harder +EXPORT_SYMBOL vmlinux 0x44643b93 __aeabi_lmul +EXPORT_SYMBOL vmlinux 0x447aa78f kthread_create_worker +EXPORT_SYMBOL vmlinux 0x447f88a0 xfrm_init_replay +EXPORT_SYMBOL vmlinux 0x448959b5 cros_ec_cmd_xfer_status +EXPORT_SYMBOL vmlinux 0x44899b6a generic_block_bmap +EXPORT_SYMBOL vmlinux 0x44999230 sock_no_listen +EXPORT_SYMBOL vmlinux 0x44a6e90a irq_cpu_rmap_add +EXPORT_SYMBOL vmlinux 0x44b051a8 tcp_mtup_init +EXPORT_SYMBOL vmlinux 0x44c9dc6c percpu_counter_destroy +EXPORT_SYMBOL vmlinux 0x44d29a01 pci_bus_read_dev_vendor_id +EXPORT_SYMBOL vmlinux 0x44d85108 __put_user_ns +EXPORT_SYMBOL vmlinux 0x44da5d0f __csum_ipv6_magic +EXPORT_SYMBOL vmlinux 0x44e66ed2 bitmap_print_bitmask_to_buf +EXPORT_SYMBOL vmlinux 0x44e9a829 match_token +EXPORT_SYMBOL vmlinux 0x44ea1061 param_set_ullong +EXPORT_SYMBOL vmlinux 0x45006cee default_red +EXPORT_SYMBOL vmlinux 0x450a17d3 phy_start +EXPORT_SYMBOL vmlinux 0x450d9a35 cmd_db_read_slave_id +EXPORT_SYMBOL vmlinux 0x450da142 vm_mmap +EXPORT_SYMBOL vmlinux 0x452745b1 cdrom_number_of_slots +EXPORT_SYMBOL vmlinux 0x452ba683 ipv6_ext_hdr +EXPORT_SYMBOL vmlinux 0x452de021 mtd_concat_create +EXPORT_SYMBOL vmlinux 0x453c1364 remove_watch_from_object +EXPORT_SYMBOL vmlinux 0x453c8403 pci_msi_enabled +EXPORT_SYMBOL vmlinux 0x454f3199 snd_timer_new +EXPORT_SYMBOL vmlinux 0x45546caa tc_setup_offload_action +EXPORT_SYMBOL vmlinux 0x4559c213 folio_wait_private_2 +EXPORT_SYMBOL vmlinux 0x45611daa d_rehash +EXPORT_SYMBOL vmlinux 0x456966f0 ipv6_dev_get_saddr +EXPORT_SYMBOL vmlinux 0x45789da5 __ip_options_compile +EXPORT_SYMBOL vmlinux 0x4578f528 __kfifo_to_user +EXPORT_SYMBOL vmlinux 0x45819822 input_mt_report_finger_count +EXPORT_SYMBOL vmlinux 0x458b5a47 mmc_is_req_done +EXPORT_SYMBOL vmlinux 0x4594761d fscrypt_fname_disk_to_usr +EXPORT_SYMBOL vmlinux 0x45b9129f sync_blockdev_range +EXPORT_SYMBOL vmlinux 0x45bbb22a fget_raw +EXPORT_SYMBOL vmlinux 0x45bd19de nla_strscpy +EXPORT_SYMBOL vmlinux 0x45bda0d5 system_serial_low +EXPORT_SYMBOL vmlinux 0x45c82121 tcp_setsockopt +EXPORT_SYMBOL vmlinux 0x45d95ed0 nand_ecc_sw_bch_cleanup_ctx +EXPORT_SYMBOL vmlinux 0x45ee17eb tcp_sock_set_keepintvl +EXPORT_SYMBOL vmlinux 0x45f7b987 ioc_lookup_icq +EXPORT_SYMBOL vmlinux 0x45fdee7f dma_fence_signal_timestamp +EXPORT_SYMBOL vmlinux 0x460506d7 __dec_node_page_state +EXPORT_SYMBOL vmlinux 0x460f4a34 flow_hash_from_keys +EXPORT_SYMBOL vmlinux 0x46176794 km_policy_expired +EXPORT_SYMBOL vmlinux 0x461d16ca sg_nents +EXPORT_SYMBOL vmlinux 0x46202a1d dm_unregister_target +EXPORT_SYMBOL vmlinux 0x462a2e75 match_strlcpy +EXPORT_SYMBOL vmlinux 0x46332ac5 __bh_read +EXPORT_SYMBOL vmlinux 0x464270da cdrom_ioctl +EXPORT_SYMBOL vmlinux 0x46569f2c sock_queue_rcv_skb_reason +EXPORT_SYMBOL vmlinux 0x465e24ff ucs2_utf8size +EXPORT_SYMBOL vmlinux 0x46669d36 _raw_write_lock_nested +EXPORT_SYMBOL vmlinux 0x4682b923 ipv6_push_frag_opts +EXPORT_SYMBOL vmlinux 0x468c5b4d snd_dma_buffer_mmap +EXPORT_SYMBOL vmlinux 0x469a6ec7 tcp_parse_md5sig_option +EXPORT_SYMBOL vmlinux 0x46a05c8f mmc_sw_reset +EXPORT_SYMBOL vmlinux 0x46b06560 security_unix_may_send +EXPORT_SYMBOL vmlinux 0x46be916c __generic_file_write_iter +EXPORT_SYMBOL vmlinux 0x46c79625 bh_uptodate_or_lock +EXPORT_SYMBOL vmlinux 0x46d3b28c __div0 +EXPORT_SYMBOL vmlinux 0x46d9a80f ps2_begin_command +EXPORT_SYMBOL vmlinux 0x46e13817 clocksource_unregister +EXPORT_SYMBOL vmlinux 0x46ee567e tcp_poll +EXPORT_SYMBOL vmlinux 0x46eeafb5 blk_queue_max_segment_size +EXPORT_SYMBOL vmlinux 0x46fc6cc7 simple_write_begin +EXPORT_SYMBOL vmlinux 0x47065c73 cpm_muram_offset +EXPORT_SYMBOL vmlinux 0x472dba79 setup_arg_pages +EXPORT_SYMBOL vmlinux 0x47350876 nand_ecc_finish_io_req +EXPORT_SYMBOL vmlinux 0x47525165 send_sig_info +EXPORT_SYMBOL vmlinux 0x4756260d ida_destroy +EXPORT_SYMBOL vmlinux 0x476240a5 pci_bus_assign_resources +EXPORT_SYMBOL vmlinux 0x47709e42 free_anon_bdev +EXPORT_SYMBOL vmlinux 0x477f605c max8998_bulk_write +EXPORT_SYMBOL vmlinux 0x479137ca imx_scu_irq_unregister_notifier +EXPORT_SYMBOL vmlinux 0x4796970f kill_pid +EXPORT_SYMBOL vmlinux 0x47b54101 ip_sock_set_pktinfo +EXPORT_SYMBOL vmlinux 0x47bbf4e9 security_path_rename +EXPORT_SYMBOL vmlinux 0x47c20f8a refcount_dec_not_one +EXPORT_SYMBOL vmlinux 0x47c65bfc unregister_inet6addr_validator_notifier +EXPORT_SYMBOL vmlinux 0x47e70229 v7_flush_user_cache_range +EXPORT_SYMBOL vmlinux 0x47ec953c submit_bio +EXPORT_SYMBOL vmlinux 0x47f20a75 param_get_int +EXPORT_SYMBOL vmlinux 0x47f757de elf_platform +EXPORT_SYMBOL vmlinux 0x4803e36b simple_transaction_release +EXPORT_SYMBOL vmlinux 0x481814c4 mb_cache_entry_find_next +EXPORT_SYMBOL vmlinux 0x481922e9 __dev_set_mtu +EXPORT_SYMBOL vmlinux 0x48301d06 snd_timer_global_register +EXPORT_SYMBOL vmlinux 0x4844144f of_find_node_with_property +EXPORT_SYMBOL vmlinux 0x4848cfb1 phy_mipi_dphy_get_default_config +EXPORT_SYMBOL vmlinux 0x484f6edf ktime_get_coarse_real_ts64 +EXPORT_SYMBOL vmlinux 0x4855f96f free_cgroup_ns +EXPORT_SYMBOL vmlinux 0x4859b8bb rtc_year_days +EXPORT_SYMBOL vmlinux 0x48661eae register_sysctl_mount_point +EXPORT_SYMBOL vmlinux 0x486816b0 simple_empty +EXPORT_SYMBOL vmlinux 0x488bcf20 __scsi_device_lookup +EXPORT_SYMBOL vmlinux 0x488d40e1 mtree_insert_range +EXPORT_SYMBOL vmlinux 0x48a0a663 mipi_dsi_dcs_write +EXPORT_SYMBOL vmlinux 0x48a5b067 __machine_arch_type +EXPORT_SYMBOL vmlinux 0x48a91171 string_get_size +EXPORT_SYMBOL vmlinux 0x48b3decc max8925_bulk_write +EXPORT_SYMBOL vmlinux 0x48b99a13 vme_lm_free +EXPORT_SYMBOL vmlinux 0x48bdc400 d_instantiate +EXPORT_SYMBOL vmlinux 0x48c6c5ed put_cmsg_scm_timestamping64 +EXPORT_SYMBOL vmlinux 0x48d18291 kernel_sock_ip_overhead +EXPORT_SYMBOL vmlinux 0x48d27375 __bitmap_intersects +EXPORT_SYMBOL vmlinux 0x48d7bdee watchdog_register_governor +EXPORT_SYMBOL vmlinux 0x48dd341f blk_mq_kick_requeue_list +EXPORT_SYMBOL vmlinux 0x48de950c devm_nvmem_cell_put +EXPORT_SYMBOL vmlinux 0x48f93285 key_move +EXPORT_SYMBOL vmlinux 0x49045426 icmp_err_convert +EXPORT_SYMBOL vmlinux 0x4911248e pmem_sector_size +EXPORT_SYMBOL vmlinux 0x491a3333 sget +EXPORT_SYMBOL vmlinux 0x4928ac0d nand_scan_with_ids +EXPORT_SYMBOL vmlinux 0x495231ea mul_u64_u64_div_u64 +EXPORT_SYMBOL vmlinux 0x495a229f amba_device_unregister +EXPORT_SYMBOL vmlinux 0x495dd5eb xp_alloc +EXPORT_SYMBOL vmlinux 0x495f7dc2 nand_ecc_unregister_on_host_hw_engine +EXPORT_SYMBOL vmlinux 0x4977c498 stack_depot_get_extra_bits +EXPORT_SYMBOL vmlinux 0x49871971 _raw_write_unlock_bh +EXPORT_SYMBOL vmlinux 0x49880e26 xfrm_find_acq_byseq +EXPORT_SYMBOL vmlinux 0x49970de8 finish_wait +EXPORT_SYMBOL vmlinux 0x499f0ecf nd_sb_checksum +EXPORT_SYMBOL vmlinux 0x49a49b14 deactivate_super +EXPORT_SYMBOL vmlinux 0x49bcd2af fs_context_for_mount +EXPORT_SYMBOL vmlinux 0x49e7e5b2 dev_addr_mod +EXPORT_SYMBOL vmlinux 0x49ebacbd _clear_bit +EXPORT_SYMBOL vmlinux 0x49f26466 kstrndup +EXPORT_SYMBOL vmlinux 0x49f74b82 watchdog_unregister_governor +EXPORT_SYMBOL vmlinux 0x4a215038 generic_key_instantiate +EXPORT_SYMBOL vmlinux 0x4a27d63f of_translate_address +EXPORT_SYMBOL vmlinux 0x4a2d62a8 ip_route_input_noref +EXPORT_SYMBOL vmlinux 0x4a2e6504 skb_flow_dissect_meta +EXPORT_SYMBOL vmlinux 0x4a321dae console_stop +EXPORT_SYMBOL vmlinux 0x4a37100e generic_copy_file_range +EXPORT_SYMBOL vmlinux 0x4a38ba0d udp_poll +EXPORT_SYMBOL vmlinux 0x4a3ea5c0 snd_request_card +EXPORT_SYMBOL vmlinux 0x4a414978 param_get_string +EXPORT_SYMBOL vmlinux 0x4a579337 do_clone_file_range +EXPORT_SYMBOL vmlinux 0x4a8cc9ad md_flush_request +EXPORT_SYMBOL vmlinux 0x4a8e4c4f datagram_poll +EXPORT_SYMBOL vmlinux 0x4a91f6fd mini_qdisc_pair_block_init +EXPORT_SYMBOL vmlinux 0x4a93576a ucc_fast_free +EXPORT_SYMBOL vmlinux 0x4a96a8eb xxh32_digest +EXPORT_SYMBOL vmlinux 0x4a989686 mmc_erase +EXPORT_SYMBOL vmlinux 0x4a9b042d mmc_of_parse_clk_phase +EXPORT_SYMBOL vmlinux 0x4abcb314 may_umount +EXPORT_SYMBOL vmlinux 0x4ad2adbe logfc +EXPORT_SYMBOL vmlinux 0x4ade86b5 hdmi_drm_infoframe_unpack_only +EXPORT_SYMBOL vmlinux 0x4ae87efb input_set_max_poll_interval +EXPORT_SYMBOL vmlinux 0x4af2d9bc alloc_fddidev +EXPORT_SYMBOL vmlinux 0x4af6ddf0 kstrtou16 +EXPORT_SYMBOL vmlinux 0x4afc48e3 param_get_short +EXPORT_SYMBOL vmlinux 0x4b0aa893 ihold +EXPORT_SYMBOL vmlinux 0x4b3c6ff3 unpin_user_pages +EXPORT_SYMBOL vmlinux 0x4b401817 iwe_stream_add_value +EXPORT_SYMBOL vmlinux 0x4b4524bc udp_lib_get_port +EXPORT_SYMBOL vmlinux 0x4b4a0081 platform_get_ethdev_address +EXPORT_SYMBOL vmlinux 0x4b5e19c6 file_modified +EXPORT_SYMBOL vmlinux 0x4b93fd4f kill_fasync +EXPORT_SYMBOL vmlinux 0x4bb82429 device_match_acpi_handle +EXPORT_SYMBOL vmlinux 0x4bbce959 dquot_disable +EXPORT_SYMBOL vmlinux 0x4bca7d4f flow_rule_match_enc_ipv6_addrs +EXPORT_SYMBOL vmlinux 0x4be1eaa0 tcp_v4_syn_recv_sock +EXPORT_SYMBOL vmlinux 0x4be4fbbf phy_ethtool_set_link_ksettings +EXPORT_SYMBOL vmlinux 0x4be74887 __do_once_sleepable_done +EXPORT_SYMBOL vmlinux 0x4be85a03 memweight +EXPORT_SYMBOL vmlinux 0x4be9d816 pci_disable_ptm +EXPORT_SYMBOL vmlinux 0x4bef1c67 empty_name +EXPORT_SYMBOL vmlinux 0x4bfdcefa __memset32 +EXPORT_SYMBOL vmlinux 0x4c2ae700 strnstr +EXPORT_SYMBOL vmlinux 0x4c336f89 skb_copy_datagram_iter +EXPORT_SYMBOL vmlinux 0x4c416eb9 LZ4_decompress_fast +EXPORT_SYMBOL vmlinux 0x4c44a98a finalize_exec +EXPORT_SYMBOL vmlinux 0x4c51042f flow_rule_match_eth_addrs +EXPORT_SYMBOL vmlinux 0x4c586319 key_alloc +EXPORT_SYMBOL vmlinux 0x4c601b0d arp_tbl +EXPORT_SYMBOL vmlinux 0x4c66dcdf cros_ec_get_host_event +EXPORT_SYMBOL vmlinux 0x4c6b0444 flow_rule_match_mpls +EXPORT_SYMBOL vmlinux 0x4c82ae7e posix_test_lock +EXPORT_SYMBOL vmlinux 0x4c93bfbd dev_get_by_index +EXPORT_SYMBOL vmlinux 0x4c9f9ad3 ip_sock_set_freebind +EXPORT_SYMBOL vmlinux 0x4ca62bb7 rdmacg_uncharge +EXPORT_SYMBOL vmlinux 0x4cc2854d tegra114_clock_assert_dfll_dvco_reset +EXPORT_SYMBOL vmlinux 0x4cc84f27 tcp_md5_do_add +EXPORT_SYMBOL vmlinux 0x4cc9d7a4 snd_sgbuf_get_page +EXPORT_SYMBOL vmlinux 0x4cdc16af netpoll_poll_dev +EXPORT_SYMBOL vmlinux 0x4ce4f8d6 tc_setup_cb_add +EXPORT_SYMBOL vmlinux 0x4cfe1c76 framebuffer_alloc +EXPORT_SYMBOL vmlinux 0x4d0d163d copy_page +EXPORT_SYMBOL vmlinux 0x4d29368f invalidate_bdev +EXPORT_SYMBOL vmlinux 0x4d32b58c vlan_filter_drop_vids +EXPORT_SYMBOL vmlinux 0x4d3c153f sigprocmask +EXPORT_SYMBOL vmlinux 0x4d44307d rproc_detach +EXPORT_SYMBOL vmlinux 0x4d45d89e udp_memory_allocated +EXPORT_SYMBOL vmlinux 0x4d4753d7 blk_pre_runtime_resume +EXPORT_SYMBOL vmlinux 0x4d4d1407 __skb_gso_segment +EXPORT_SYMBOL vmlinux 0x4d514485 xa_store +EXPORT_SYMBOL vmlinux 0x4d72b986 udp_seq_ops +EXPORT_SYMBOL vmlinux 0x4d76bd3d keyring_alloc +EXPORT_SYMBOL vmlinux 0x4d956d7b iterate_fd +EXPORT_SYMBOL vmlinux 0x4d99a8eb sk_error_report +EXPORT_SYMBOL vmlinux 0x4d9b652b rb_erase +EXPORT_SYMBOL vmlinux 0x4d9b6d35 snd_pcm_format_size +EXPORT_SYMBOL vmlinux 0x4da57a86 xfrm_register_type_offload +EXPORT_SYMBOL vmlinux 0x4dc29fdf ip_tunnel_parse_protocol +EXPORT_SYMBOL vmlinux 0x4dce47d8 _raw_spin_trylock +EXPORT_SYMBOL vmlinux 0x4dd82437 kfree_skb_partial +EXPORT_SYMBOL vmlinux 0x4de3ef4f vmf_insert_mixed +EXPORT_SYMBOL vmlinux 0x4de9d749 __netdev_notify_peers +EXPORT_SYMBOL vmlinux 0x4dec6038 memscan +EXPORT_SYMBOL vmlinux 0x4df2ea84 gen_estimator_read +EXPORT_SYMBOL vmlinux 0x4e05bdec mempool_init_node +EXPORT_SYMBOL vmlinux 0x4e13ed23 __invalidate_device +EXPORT_SYMBOL vmlinux 0x4e213935 xfrm_replay_seqhi +EXPORT_SYMBOL vmlinux 0x4e25c6a8 genl_unregister_family +EXPORT_SYMBOL vmlinux 0x4e2e74c1 qcom_scm_io_readl +EXPORT_SYMBOL vmlinux 0x4e3567f7 match_int +EXPORT_SYMBOL vmlinux 0x4e36cdc4 __ubsan_handle_divrem_overflow +EXPORT_SYMBOL vmlinux 0x4e59f231 bdi_put +EXPORT_SYMBOL vmlinux 0x4e68e9be rb_next_postorder +EXPORT_SYMBOL vmlinux 0x4e6e8ea7 fg_console +EXPORT_SYMBOL vmlinux 0x4e72fdae sb_set_blocksize +EXPORT_SYMBOL vmlinux 0x4e798382 snd_sgbuf_get_chunk_size +EXPORT_SYMBOL vmlinux 0x4e9dc22b phy_do_ioctl_running +EXPORT_SYMBOL vmlinux 0x4eada8f7 security_secid_to_secctx +EXPORT_SYMBOL vmlinux 0x4ee98ebd tcp_have_smc +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 0x4f7410fb configfs_register_subsystem +EXPORT_SYMBOL vmlinux 0x4f746d29 eth_header_cache +EXPORT_SYMBOL vmlinux 0x4f797be6 pci_fixup_cardbus +EXPORT_SYMBOL vmlinux 0x4f7aa612 reuseport_add_sock +EXPORT_SYMBOL vmlinux 0x4f7d36db __remove_inode_hash +EXPORT_SYMBOL vmlinux 0x4f816e9b snd_pcm_format_big_endian +EXPORT_SYMBOL vmlinux 0x4f89c9de gpmc_cs_free +EXPORT_SYMBOL vmlinux 0x4f9bf1f5 __dec_zone_page_state +EXPORT_SYMBOL vmlinux 0x4fb0d79a netdev_offload_xstats_enabled +EXPORT_SYMBOL vmlinux 0x4fb1c1a4 kern_sys_bpf +EXPORT_SYMBOL vmlinux 0x4fb30ea6 page_pool_alloc_frag +EXPORT_SYMBOL vmlinux 0x4fb31585 of_node_get +EXPORT_SYMBOL vmlinux 0x4fb84620 phy_print_status +EXPORT_SYMBOL vmlinux 0x4fc47c57 xp_dma_sync_for_device_slow +EXPORT_SYMBOL vmlinux 0x4fc4c887 get_unmapped_area +EXPORT_SYMBOL vmlinux 0x4fd061dd tcp_inbound_md5_hash +EXPORT_SYMBOL vmlinux 0x4fd418fa __skb_wait_for_more_packets +EXPORT_SYMBOL vmlinux 0x4fe00929 blk_mq_run_hw_queues +EXPORT_SYMBOL vmlinux 0x4fef3ef4 completion_done +EXPORT_SYMBOL vmlinux 0x4ffb03da ethtool_op_get_ts_info +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 0x50139df2 block_page_mkwrite +EXPORT_SYMBOL vmlinux 0x5021a7a4 blk_set_runtime_active +EXPORT_SYMBOL vmlinux 0x502b6647 mempool_create_node +EXPORT_SYMBOL vmlinux 0x502fba8d genphy_read_abilities +EXPORT_SYMBOL vmlinux 0x5031b95b of_find_device_by_node +EXPORT_SYMBOL vmlinux 0x5038e3bd register_quota_format +EXPORT_SYMBOL vmlinux 0x503bd137 snd_interval_ranges +EXPORT_SYMBOL vmlinux 0x50624917 sha1_init +EXPORT_SYMBOL vmlinux 0x50669817 dev_pre_changeaddr_notify +EXPORT_SYMBOL vmlinux 0x506a4af3 page_readlink +EXPORT_SYMBOL vmlinux 0x506dff1a __genradix_free +EXPORT_SYMBOL vmlinux 0x5085d143 of_phy_connect +EXPORT_SYMBOL vmlinux 0x5089f45f ip_send_check +EXPORT_SYMBOL vmlinux 0x50944630 seq_list_start_head_rcu +EXPORT_SYMBOL vmlinux 0x50988b0c nd_btt_version +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 0x50bbfdfe sockopt_release_sock +EXPORT_SYMBOL vmlinux 0x50be748d security_ib_free_security +EXPORT_SYMBOL vmlinux 0x50d035c2 vsscanf +EXPORT_SYMBOL vmlinux 0x50d71bcf gen_pool_first_fit +EXPORT_SYMBOL vmlinux 0x50f85302 __arm_smccc_hvc +EXPORT_SYMBOL vmlinux 0x50fd6103 dma_fence_signal +EXPORT_SYMBOL vmlinux 0x5100e438 sock_init_data +EXPORT_SYMBOL vmlinux 0x5136ee63 nand_monolithic_write_page_raw +EXPORT_SYMBOL vmlinux 0x513708d7 iov_iter_pipe +EXPORT_SYMBOL vmlinux 0x51480110 __tracepoint_mmap_lock_released +EXPORT_SYMBOL vmlinux 0x514a62ec dq_data_lock +EXPORT_SYMBOL vmlinux 0x51641162 opal_unlock_from_suspend +EXPORT_SYMBOL vmlinux 0x518baef0 skb_dequeue_tail +EXPORT_SYMBOL vmlinux 0x518e003d vfs_fsync +EXPORT_SYMBOL vmlinux 0x519edcc8 ww_mutex_unlock +EXPORT_SYMBOL vmlinux 0x51a910c0 arm_copy_to_user +EXPORT_SYMBOL vmlinux 0x51be5a88 sock_edemux +EXPORT_SYMBOL vmlinux 0x51c7d2d3 netdev_core_stats_alloc +EXPORT_SYMBOL vmlinux 0x51e77c97 pfn_valid +EXPORT_SYMBOL vmlinux 0x5203d176 cmd_db_ready +EXPORT_SYMBOL vmlinux 0x5212949c vfs_tmpfile_open +EXPORT_SYMBOL vmlinux 0x522ae9f4 netlink_rcv_skb +EXPORT_SYMBOL vmlinux 0x522fb0e4 __hsiphash_unaligned +EXPORT_SYMBOL vmlinux 0x523f5997 udp_set_csum +EXPORT_SYMBOL vmlinux 0x524fc0f8 sg_alloc_table_from_pages_segment +EXPORT_SYMBOL vmlinux 0x526c3a6c jiffies +EXPORT_SYMBOL vmlinux 0x526d7754 proc_create +EXPORT_SYMBOL vmlinux 0x5281001b skb_push +EXPORT_SYMBOL vmlinux 0x5288cbfc gro_find_receive_by_type +EXPORT_SYMBOL vmlinux 0x528c709d simple_read_from_buffer +EXPORT_SYMBOL vmlinux 0x52b45962 xfrm_state_flush +EXPORT_SYMBOL vmlinux 0x52cd10fb blk_queue_io_opt +EXPORT_SYMBOL vmlinux 0x52cf1c75 vfs_fileattr_get +EXPORT_SYMBOL vmlinux 0x52d37e9f jbd2_fc_release_bufs +EXPORT_SYMBOL vmlinux 0x52d4d155 dquot_acquire +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 0x52f31476 configfs_unregister_default_group +EXPORT_SYMBOL vmlinux 0x5307136b of_count_phandle_with_args +EXPORT_SYMBOL vmlinux 0x530b1e98 pm_suspend +EXPORT_SYMBOL vmlinux 0x530c02f1 fb_blank +EXPORT_SYMBOL vmlinux 0x5338184f ethtool_sprintf +EXPORT_SYMBOL vmlinux 0x533c600d of_get_next_available_child +EXPORT_SYMBOL vmlinux 0x53431c80 security_inode_listsecurity +EXPORT_SYMBOL vmlinux 0x5359fd39 jbd2_transaction_committed +EXPORT_SYMBOL vmlinux 0x536060af radix_tree_lookup_slot +EXPORT_SYMBOL vmlinux 0x5379918f rio_query_mport +EXPORT_SYMBOL vmlinux 0x538a576f tcf_action_update_stats +EXPORT_SYMBOL vmlinux 0x538f6b8b iget5_locked +EXPORT_SYMBOL vmlinux 0x53aeb013 hdmi_infoframe_pack_only +EXPORT_SYMBOL vmlinux 0x53b944e5 iw_handler_get_spy +EXPORT_SYMBOL vmlinux 0x53c0185d blk_integrity_register +EXPORT_SYMBOL vmlinux 0x53e2d933 __dev_get_by_name +EXPORT_SYMBOL vmlinux 0x53f8ced7 page_pool_ethtool_stats_get_strings +EXPORT_SYMBOL vmlinux 0x53f97c6a sk_mc_loop +EXPORT_SYMBOL vmlinux 0x53f99dbc pcie_ptm_enabled +EXPORT_SYMBOL vmlinux 0x5405c802 __xfrm_state_delete +EXPORT_SYMBOL vmlinux 0x541a2d7c rtnetlink_put_metrics +EXPORT_SYMBOL vmlinux 0x541ef87c netlink_ns_capable +EXPORT_SYMBOL vmlinux 0x54240baa inet6_csk_route_req +EXPORT_SYMBOL vmlinux 0x54395988 rt_dst_alloc +EXPORT_SYMBOL vmlinux 0x543ef284 seq_hlist_start +EXPORT_SYMBOL vmlinux 0x544ec2bd qdisc_class_hash_grow +EXPORT_SYMBOL vmlinux 0x5458a068 put_ipc_ns +EXPORT_SYMBOL vmlinux 0x5461d8fe dquot_commit_info +EXPORT_SYMBOL vmlinux 0x546e586b copy_page_to_iter +EXPORT_SYMBOL vmlinux 0x547d7452 folio_add_lru +EXPORT_SYMBOL vmlinux 0x5484990a skb_put +EXPORT_SYMBOL vmlinux 0x5485d63b copy_string_kernel +EXPORT_SYMBOL vmlinux 0x548811a3 reuseport_alloc +EXPORT_SYMBOL vmlinux 0x548aac96 stop_tty +EXPORT_SYMBOL vmlinux 0x549779e9 pci_clear_master +EXPORT_SYMBOL vmlinux 0x54a10fa5 of_find_net_device_by_node +EXPORT_SYMBOL vmlinux 0x54ad703c sock_rfree +EXPORT_SYMBOL vmlinux 0x54b1fac6 __ubsan_handle_load_invalid_value +EXPORT_SYMBOL vmlinux 0x54cfacd5 __ctzdi2 +EXPORT_SYMBOL vmlinux 0x54e6fcdd net_enable_timestamp +EXPORT_SYMBOL vmlinux 0x54f5ba56 flow_rule_match_ct +EXPORT_SYMBOL vmlinux 0x54f7529c eth_gro_receive +EXPORT_SYMBOL vmlinux 0x54ffe608 snd_timer_interrupt +EXPORT_SYMBOL vmlinux 0x5506b8f7 netlbl_bitmap_setbit +EXPORT_SYMBOL vmlinux 0x55086bd5 d_alloc_parallel +EXPORT_SYMBOL vmlinux 0x550ca48e get_tree_nodev +EXPORT_SYMBOL vmlinux 0x551bd071 __rb_erase_color +EXPORT_SYMBOL vmlinux 0x552a8b84 sockopt_lock_sock +EXPORT_SYMBOL vmlinux 0x552c38b1 __inet_hash +EXPORT_SYMBOL vmlinux 0x553085ef bio_add_page +EXPORT_SYMBOL vmlinux 0x5546588e pci_save_state +EXPORT_SYMBOL vmlinux 0x554ae3a4 irq_poll_sched +EXPORT_SYMBOL vmlinux 0x554f84e0 sockopt_ns_capable +EXPORT_SYMBOL vmlinux 0x555209da clk_hw_register_clkdev +EXPORT_SYMBOL vmlinux 0x5562e403 prepare_to_wait_exclusive +EXPORT_SYMBOL vmlinux 0x556395f2 folio_account_redirty +EXPORT_SYMBOL vmlinux 0x558b281d aes_expandkey +EXPORT_SYMBOL vmlinux 0x55b07de5 mr_rtm_dumproute +EXPORT_SYMBOL vmlinux 0x55c6ac26 sock_common_setsockopt +EXPORT_SYMBOL vmlinux 0x55ce2b68 tcf_idr_release +EXPORT_SYMBOL vmlinux 0x55d78f4a nf_hook_slow_list +EXPORT_SYMBOL vmlinux 0x55e31703 ethtool_convert_link_mode_to_legacy_u32 +EXPORT_SYMBOL vmlinux 0x55eb869a _raw_read_trylock +EXPORT_SYMBOL vmlinux 0x55f1b94d dev_add_offload +EXPORT_SYMBOL vmlinux 0x5604ceda netdev_offload_xstats_get +EXPORT_SYMBOL vmlinux 0x5635a60a vmalloc_user +EXPORT_SYMBOL vmlinux 0x563952a3 kblockd_schedule_work +EXPORT_SYMBOL vmlinux 0x5669d32e ipv4_specific +EXPORT_SYMBOL vmlinux 0x567db981 __qdisc_calculate_pkt_len +EXPORT_SYMBOL vmlinux 0x56802ae8 rps_cpu_mask +EXPORT_SYMBOL vmlinux 0x5687f1c7 jbd2_fc_get_buf +EXPORT_SYMBOL vmlinux 0x56a18e43 vfs_ioctl +EXPORT_SYMBOL vmlinux 0x56a5e334 noop_llseek +EXPORT_SYMBOL vmlinux 0x56a81985 dentry_create +EXPORT_SYMBOL vmlinux 0x56b30582 __mod_lruvec_page_state +EXPORT_SYMBOL vmlinux 0x56b4995e tcp_recvmsg +EXPORT_SYMBOL vmlinux 0x56b72020 ip_sock_set_recverr +EXPORT_SYMBOL vmlinux 0x56c2a35e mmc_gpiod_request_ro +EXPORT_SYMBOL vmlinux 0x56c732c8 scsi_host_get +EXPORT_SYMBOL vmlinux 0x56c80618 inode_init_once +EXPORT_SYMBOL vmlinux 0x56c8799d scsi_kunmap_atomic_sg +EXPORT_SYMBOL vmlinux 0x56cb227c kmem_cache_shrink +EXPORT_SYMBOL vmlinux 0x56d58868 scsi_set_medium_removal +EXPORT_SYMBOL vmlinux 0x56e5a9d1 audit_log_start +EXPORT_SYMBOL vmlinux 0x56f5308a input_mt_get_slot_by_key +EXPORT_SYMBOL vmlinux 0x5722155c register_shrinker +EXPORT_SYMBOL vmlinux 0x57232209 folio_wait_private_2_killable +EXPORT_SYMBOL vmlinux 0x572da10f del_gendisk +EXPORT_SYMBOL vmlinux 0x57334b42 serial8250_register_8250_port +EXPORT_SYMBOL vmlinux 0x573fc2ee register_console +EXPORT_SYMBOL vmlinux 0x5746ec58 dma_resv_init +EXPORT_SYMBOL vmlinux 0x57488482 ipmi_platform_add +EXPORT_SYMBOL vmlinux 0x574c0d64 i2c_get_adapter +EXPORT_SYMBOL vmlinux 0x574c2e74 bitmap_release_region +EXPORT_SYMBOL vmlinux 0x574c429b inet_proto_csum_replace_by_diff +EXPORT_SYMBOL vmlinux 0x57575f08 dmaengine_put +EXPORT_SYMBOL vmlinux 0x575d3442 pm860x_set_bits +EXPORT_SYMBOL vmlinux 0x57655784 __vlan_find_dev_deep_rcu +EXPORT_SYMBOL vmlinux 0x57674fd7 __sw_hweight16 +EXPORT_SYMBOL vmlinux 0x57703af3 fuse_dequeue_forget +EXPORT_SYMBOL vmlinux 0x57807849 sb_min_blocksize +EXPORT_SYMBOL vmlinux 0x578c9dcd jbd2_journal_lock_updates +EXPORT_SYMBOL vmlinux 0x57947858 neigh_table_init +EXPORT_SYMBOL vmlinux 0x5794c6e7 of_phy_deregister_fixed_link +EXPORT_SYMBOL vmlinux 0x57b7c8f9 netdev_reset_tc +EXPORT_SYMBOL vmlinux 0x57be8b9e vme_bus_type +EXPORT_SYMBOL vmlinux 0x57beb3d3 snd_ctl_unregister_ioctl +EXPORT_SYMBOL vmlinux 0x57c64edd tcp_hashinfo +EXPORT_SYMBOL vmlinux 0x57ceedb1 lockref_put_not_zero +EXPORT_SYMBOL vmlinux 0x57cff324 inet_stream_ops +EXPORT_SYMBOL vmlinux 0x57e5170c qcom_scm_iommu_secure_ptbl_size +EXPORT_SYMBOL vmlinux 0x57f38cdc qe_get_firmware_info +EXPORT_SYMBOL vmlinux 0x5818fe3c posix_acl_from_mode +EXPORT_SYMBOL vmlinux 0x581cde4e up +EXPORT_SYMBOL vmlinux 0x581f98da zlib_inflate +EXPORT_SYMBOL vmlinux 0x582b5c81 netdev_offload_xstats_disable +EXPORT_SYMBOL vmlinux 0x582b6275 xfrm_if_unregister_cb +EXPORT_SYMBOL vmlinux 0x5838f6c9 rtc_valid_tm +EXPORT_SYMBOL vmlinux 0x583d4540 folio_migrate_mapping +EXPORT_SYMBOL vmlinux 0x5845968f inode_io_list_del +EXPORT_SYMBOL vmlinux 0x587594ed blk_mq_tagset_busy_iter +EXPORT_SYMBOL vmlinux 0x587b0954 kvasprintf +EXPORT_SYMBOL vmlinux 0x587b892e qe_get_num_of_risc +EXPORT_SYMBOL vmlinux 0x58841558 netdev_unbind_sb_channel +EXPORT_SYMBOL vmlinux 0x58903c26 snd_device_new +EXPORT_SYMBOL vmlinux 0x5893eecc dev_mc_sync_multiple +EXPORT_SYMBOL vmlinux 0x5897a680 __find_nth_and_andnot_bit +EXPORT_SYMBOL vmlinux 0x58acf24b mdiobus_register_board_info +EXPORT_SYMBOL vmlinux 0x58ae2754 generic_pipe_buf_release +EXPORT_SYMBOL vmlinux 0x58b4645c dev_close_many +EXPORT_SYMBOL vmlinux 0x58b73bc7 match_wildcard +EXPORT_SYMBOL vmlinux 0x58d145f5 scsi_device_lookup_by_target +EXPORT_SYMBOL vmlinux 0x58d238a8 security_path_unlink +EXPORT_SYMBOL vmlinux 0x58de1b34 blk_stack_limits +EXPORT_SYMBOL vmlinux 0x58e3306d bit_wait_io +EXPORT_SYMBOL vmlinux 0x58e536e8 xfrm_state_add +EXPORT_SYMBOL vmlinux 0x58f7210a init_pseudo +EXPORT_SYMBOL vmlinux 0x58fad869 __var_waitqueue +EXPORT_SYMBOL vmlinux 0x58fdb094 serial8250_do_pm +EXPORT_SYMBOL vmlinux 0x590c37b9 try_to_writeback_inodes_sb +EXPORT_SYMBOL vmlinux 0x5915750d dec_node_page_state +EXPORT_SYMBOL vmlinux 0x591c17f7 free_task +EXPORT_SYMBOL vmlinux 0x59236606 _dev_warn +EXPORT_SYMBOL vmlinux 0x592b5bd9 tcp_sockets_allocated +EXPORT_SYMBOL vmlinux 0x593253ca sock_no_sendpage +EXPORT_SYMBOL vmlinux 0x593c1b36 vfs_create +EXPORT_SYMBOL vmlinux 0x5945ccd8 tcp_check_req +EXPORT_SYMBOL vmlinux 0x594bf15b ioport_map +EXPORT_SYMBOL vmlinux 0x594e1317 __modsi3 +EXPORT_SYMBOL vmlinux 0x595beb32 tegra_dfll_suspend +EXPORT_SYMBOL vmlinux 0x595ed69d of_graph_get_remote_port_parent +EXPORT_SYMBOL vmlinux 0x596f48cf input_grab_device +EXPORT_SYMBOL vmlinux 0x5982cc76 mini_qdisc_pair_swap +EXPORT_SYMBOL vmlinux 0x59991290 unregister_nls +EXPORT_SYMBOL vmlinux 0x599b4888 qe_setbrg +EXPORT_SYMBOL vmlinux 0x599e6020 jbd2_journal_force_commit_nested +EXPORT_SYMBOL vmlinux 0x59a17bfc tegra114_clock_tune_cpu_trimmers_high +EXPORT_SYMBOL vmlinux 0x59a55f84 skb_unlink +EXPORT_SYMBOL vmlinux 0x59b7cab6 mempool_resize +EXPORT_SYMBOL vmlinux 0x59b9f748 bio_free_pages +EXPORT_SYMBOL vmlinux 0x59cf0b3b zstd_compress_bound +EXPORT_SYMBOL vmlinux 0x59d29dab v7_flush_kern_dcache_area +EXPORT_SYMBOL vmlinux 0x59e2ca38 registered_fb +EXPORT_SYMBOL vmlinux 0x59e5070d __do_div64 +EXPORT_SYMBOL vmlinux 0x59fce20d netdev_upper_dev_link +EXPORT_SYMBOL vmlinux 0x5a0b73d0 zlib_deflateInit2 +EXPORT_SYMBOL vmlinux 0x5a0e2ff9 blk_queue_update_dma_alignment +EXPORT_SYMBOL vmlinux 0x5a14de15 radix_tree_insert +EXPORT_SYMBOL vmlinux 0x5a1d2671 __devm_request_region +EXPORT_SYMBOL vmlinux 0x5a1d44f6 freeze_bdev +EXPORT_SYMBOL vmlinux 0x5a27fee2 i2c_smbus_write_byte +EXPORT_SYMBOL vmlinux 0x5a4b0560 dev_get_by_index_rcu +EXPORT_SYMBOL vmlinux 0x5a4d313e gf128mul_4k_lle +EXPORT_SYMBOL vmlinux 0x5a67c3cd pcim_pin_device +EXPORT_SYMBOL vmlinux 0x5a74f393 imx_scu_enable_general_irq_channel +EXPORT_SYMBOL vmlinux 0x5a82ecdd netdev_features_change +EXPORT_SYMBOL vmlinux 0x5a8fe2fb netdev_sk_get_lowest_dev +EXPORT_SYMBOL vmlinux 0x5a944f88 submit_bio_wait +EXPORT_SYMBOL vmlinux 0x5a99a0d7 flow_get_u32_dst +EXPORT_SYMBOL vmlinux 0x5a9ff49d blk_integrity_unregister +EXPORT_SYMBOL vmlinux 0x5aa18b4a simple_transaction_set +EXPORT_SYMBOL vmlinux 0x5aa383c7 register_cdrom +EXPORT_SYMBOL vmlinux 0x5aba5fe2 ps2_end_command +EXPORT_SYMBOL vmlinux 0x5abe6049 fwnode_iomap +EXPORT_SYMBOL vmlinux 0x5ac085ac mmc_detect_change +EXPORT_SYMBOL vmlinux 0x5ad353ca devm_input_allocate_device +EXPORT_SYMBOL vmlinux 0x5ae1154b __traceiter_kfree +EXPORT_SYMBOL vmlinux 0x5b04be5a disable_fiq +EXPORT_SYMBOL vmlinux 0x5b062284 gen_pool_fixed_alloc +EXPORT_SYMBOL vmlinux 0x5b26056a tcf_qevent_init +EXPORT_SYMBOL vmlinux 0x5b4fb84a skb_flow_dissect_ct +EXPORT_SYMBOL vmlinux 0x5b54903b qcom_scm_pas_mem_setup +EXPORT_SYMBOL vmlinux 0x5b664f82 blk_pm_runtime_init +EXPORT_SYMBOL vmlinux 0x5b6a3dbc pcie_get_speed_cap +EXPORT_SYMBOL vmlinux 0x5b9adac7 skb_store_bits +EXPORT_SYMBOL vmlinux 0x5ba8b90a tcp_ld_RTO_revert +EXPORT_SYMBOL vmlinux 0x5bb0c55e blk_rq_count_integrity_sg +EXPORT_SYMBOL vmlinux 0x5bbe49f4 __init_waitqueue_head +EXPORT_SYMBOL vmlinux 0x5bd4ff88 flow_action_cookie_create +EXPORT_SYMBOL vmlinux 0x5bda4214 _raw_read_lock +EXPORT_SYMBOL vmlinux 0x5bdb7603 sock_copy_user_timeval +EXPORT_SYMBOL vmlinux 0x5be63c5b crc32c_csum_stub +EXPORT_SYMBOL vmlinux 0x5bf2be33 read_cache_page +EXPORT_SYMBOL vmlinux 0x5c08afbf cfb_copyarea +EXPORT_SYMBOL vmlinux 0x5c37893e secure_tcpv6_ts_off +EXPORT_SYMBOL vmlinux 0x5c3c7387 kstrtoull +EXPORT_SYMBOL vmlinux 0x5c40d8b6 napi_enable +EXPORT_SYMBOL vmlinux 0x5c44787c ppp_input +EXPORT_SYMBOL vmlinux 0x5c679d28 blk_queue_max_discard_sectors +EXPORT_SYMBOL vmlinux 0x5c716976 hdmi_audio_infoframe_pack_only +EXPORT_SYMBOL vmlinux 0x5c7f1284 int_sqrt64 +EXPORT_SYMBOL vmlinux 0x5c9284a0 processor_id +EXPORT_SYMBOL vmlinux 0x5c989f4d cdev_device_add +EXPORT_SYMBOL vmlinux 0x5ca758e5 jbd2__journal_start +EXPORT_SYMBOL vmlinux 0x5cb20dc5 nand_ecc_sw_bch_get_engine +EXPORT_SYMBOL vmlinux 0x5cbb6dfa rproc_set_firmware +EXPORT_SYMBOL vmlinux 0x5cbd8e69 __crc32c_le +EXPORT_SYMBOL vmlinux 0x5ccdcc3e clk_add_alias +EXPORT_SYMBOL vmlinux 0x5cd53df5 cdev_alloc +EXPORT_SYMBOL vmlinux 0x5ce68fe1 dev_close +EXPORT_SYMBOL vmlinux 0x5ceebd9e pci_prepare_to_sleep +EXPORT_SYMBOL vmlinux 0x5cf2dbc5 fb_get_buffer_offset +EXPORT_SYMBOL vmlinux 0x5cf53ce2 input_free_minor +EXPORT_SYMBOL vmlinux 0x5d0009b2 sg_miter_start +EXPORT_SYMBOL vmlinux 0x5d1046c4 of_phy_is_fixed_link +EXPORT_SYMBOL vmlinux 0x5d27f10a rw_verify_area +EXPORT_SYMBOL vmlinux 0x5d28e29a thaw_bdev +EXPORT_SYMBOL vmlinux 0x5d37d658 dim_park_tired +EXPORT_SYMBOL vmlinux 0x5d49aabc init_wait_var_entry +EXPORT_SYMBOL vmlinux 0x5d4a10fd devm_pci_remap_cfgspace +EXPORT_SYMBOL vmlinux 0x5d5b091a __scsi_iterate_devices +EXPORT_SYMBOL vmlinux 0x5d75cf77 skb_checksum_setup +EXPORT_SYMBOL vmlinux 0x5d79761b param_ops_hexint +EXPORT_SYMBOL vmlinux 0x5d96eba5 __xfrm_init_state +EXPORT_SYMBOL vmlinux 0x5da70af1 tegra_ahb_enable_smmu +EXPORT_SYMBOL vmlinux 0x5dbf7faf qdisc_offload_query_caps +EXPORT_SYMBOL vmlinux 0x5dc1c633 add_watch_to_object +EXPORT_SYMBOL vmlinux 0x5dc4bbf9 csum_and_copy_from_iter +EXPORT_SYMBOL vmlinux 0x5dc6fabc update_devfreq +EXPORT_SYMBOL vmlinux 0x5dcf6341 outer_cache +EXPORT_SYMBOL vmlinux 0x5ddf97c7 fwnode_graph_parse_endpoint +EXPORT_SYMBOL vmlinux 0x5e0ccb9f sha1_transform +EXPORT_SYMBOL vmlinux 0x5e210959 mount_nodev +EXPORT_SYMBOL vmlinux 0x5e353add genphy_read_status +EXPORT_SYMBOL vmlinux 0x5e373fb4 gf128mul_64k_bbe +EXPORT_SYMBOL vmlinux 0x5e42a11d fwnode_get_mac_address +EXPORT_SYMBOL vmlinux 0x5e5587fa of_phy_register_fixed_link +EXPORT_SYMBOL vmlinux 0x5e5ffd4e freezer_active +EXPORT_SYMBOL vmlinux 0x5e6f91f9 tegra_powergate_remove_clamping +EXPORT_SYMBOL vmlinux 0x5e7e03a9 xz_dec_microlzma_run +EXPORT_SYMBOL vmlinux 0x5e7f4920 snd_pcm_format_set_silence +EXPORT_SYMBOL vmlinux 0x5e830c10 dev_set_promiscuity +EXPORT_SYMBOL vmlinux 0x5e89eaeb of_get_next_parent +EXPORT_SYMBOL vmlinux 0x5e95b1cd current_umask +EXPORT_SYMBOL vmlinux 0x5eba8c17 nd_device_unregister +EXPORT_SYMBOL vmlinux 0x5ec4aee6 put_sg_io_hdr +EXPORT_SYMBOL vmlinux 0x5ed040b0 pm_set_vt_switch +EXPORT_SYMBOL vmlinux 0x5ed05bf6 hdmi_audio_infoframe_pack +EXPORT_SYMBOL vmlinux 0x5ed80a75 snd_timer_open +EXPORT_SYMBOL vmlinux 0x5ed90adc int_to_scsilun +EXPORT_SYMBOL vmlinux 0x5ee11671 netdev_next_lower_dev_rcu +EXPORT_SYMBOL vmlinux 0x5ef310e8 __xfrm_policy_check +EXPORT_SYMBOL vmlinux 0x5efc45e4 skb_checksum +EXPORT_SYMBOL vmlinux 0x5f098b2a in6addr_interfacelocal_allrouters +EXPORT_SYMBOL vmlinux 0x5f0d6f61 xsk_clear_rx_need_wakeup +EXPORT_SYMBOL vmlinux 0x5f137103 pci_msi_vec_count +EXPORT_SYMBOL vmlinux 0x5f20f39d __blk_rq_map_sg +EXPORT_SYMBOL vmlinux 0x5f2ba55e security_req_classify_flow +EXPORT_SYMBOL vmlinux 0x5f30e7a7 tegra_io_pad_power_disable +EXPORT_SYMBOL vmlinux 0x5f37af82 framebuffer_release +EXPORT_SYMBOL vmlinux 0x5f528567 nosteal_pipe_buf_ops +EXPORT_SYMBOL vmlinux 0x5f5441c8 __ubsan_handle_alignment_assumption +EXPORT_SYMBOL vmlinux 0x5f551040 mipi_dsi_dcs_set_display_off +EXPORT_SYMBOL vmlinux 0x5f5d474e scsi_mode_sense +EXPORT_SYMBOL vmlinux 0x5f61a42e security_sb_clone_mnt_opts +EXPORT_SYMBOL vmlinux 0x5f6b889c rproc_va_to_pa +EXPORT_SYMBOL vmlinux 0x5f754e5a memset +EXPORT_SYMBOL vmlinux 0x5f9ea5f8 param_ops_int +EXPORT_SYMBOL vmlinux 0x5fa14675 set_groups +EXPORT_SYMBOL vmlinux 0x5fa37e7a pcix_get_max_mmrbc +EXPORT_SYMBOL vmlinux 0x5fb01358 alloc_pages_exact +EXPORT_SYMBOL vmlinux 0x5fb925e3 tty_flip_buffer_push +EXPORT_SYMBOL vmlinux 0x5fbd1518 sock_from_file +EXPORT_SYMBOL vmlinux 0x5fcb1607 neigh_seq_start +EXPORT_SYMBOL vmlinux 0x5fcd3b1b sock_set_keepalive +EXPORT_SYMBOL vmlinux 0x5fe0f13b sock_dequeue_err_skb +EXPORT_SYMBOL vmlinux 0x5fe19337 neigh_direct_output +EXPORT_SYMBOL vmlinux 0x5ff10234 __xfrm_decode_session +EXPORT_SYMBOL vmlinux 0x5ff11cc3 pcibios_min_io +EXPORT_SYMBOL vmlinux 0x6005c351 zpool_has_pool +EXPORT_SYMBOL vmlinux 0x600683d3 do_unblank_screen +EXPORT_SYMBOL vmlinux 0x6009001d inet_frag_pull_head +EXPORT_SYMBOL vmlinux 0x600ec865 genphy_soft_reset +EXPORT_SYMBOL vmlinux 0x6019e47b devm_register_reboot_notifier +EXPORT_SYMBOL vmlinux 0x601d5ebf phy_start_cable_test +EXPORT_SYMBOL vmlinux 0x601da1c5 get_tree_single +EXPORT_SYMBOL vmlinux 0x601f665f dm_io_client_create +EXPORT_SYMBOL vmlinux 0x60250a21 finish_open +EXPORT_SYMBOL vmlinux 0x602a3ede PageMovable +EXPORT_SYMBOL vmlinux 0x602c96f0 copy_to_user_fromio +EXPORT_SYMBOL vmlinux 0x60352082 register_inet6addr_notifier +EXPORT_SYMBOL vmlinux 0x6035ba4b rpmh_write +EXPORT_SYMBOL vmlinux 0x604e62e4 mr_vif_seq_idx +EXPORT_SYMBOL vmlinux 0x605790dc fiemap_fill_next_extent +EXPORT_SYMBOL vmlinux 0x606514e6 sock_alloc +EXPORT_SYMBOL vmlinux 0x606b695b flow_rule_match_ip +EXPORT_SYMBOL vmlinux 0x6073191b devm_of_find_backlight +EXPORT_SYMBOL vmlinux 0x608f443f __skb_recv_datagram +EXPORT_SYMBOL vmlinux 0x6091b333 unregister_chrdev_region +EXPORT_SYMBOL vmlinux 0x60984a3d unix_destruct_scm +EXPORT_SYMBOL vmlinux 0x609bcd98 in6_pton +EXPORT_SYMBOL vmlinux 0x609f1c7e synchronize_net +EXPORT_SYMBOL vmlinux 0x60a32ea9 pm_power_off +EXPORT_SYMBOL vmlinux 0x60b9c11b __phy_resume +EXPORT_SYMBOL vmlinux 0x60bffe6d div64_u64 +EXPORT_SYMBOL vmlinux 0x60c7487c tcf_action_exec +EXPORT_SYMBOL vmlinux 0x60c7608a cont_write_begin +EXPORT_SYMBOL vmlinux 0x60cb1ca9 phy_device_remove +EXPORT_SYMBOL vmlinux 0x60d8ab30 vme_lm_get +EXPORT_SYMBOL vmlinux 0x60e170cc tcf_action_dump_1 +EXPORT_SYMBOL vmlinux 0x60e30a3d udp6_csum_init +EXPORT_SYMBOL vmlinux 0x60e50edb dm_get_device +EXPORT_SYMBOL vmlinux 0x610017cc skb_clone +EXPORT_SYMBOL vmlinux 0x610870b2 crypto_sha1_update +EXPORT_SYMBOL vmlinux 0x61184a07 __skb_free_datagram_locked +EXPORT_SYMBOL vmlinux 0x6123767a phy_attach +EXPORT_SYMBOL vmlinux 0x6128b5fc __printk_ratelimit +EXPORT_SYMBOL vmlinux 0x6129ab59 sk_page_frag_refill +EXPORT_SYMBOL vmlinux 0x6129d6c1 dma_map_page_attrs +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 0x61706a00 netdev_upper_get_next_dev_rcu +EXPORT_SYMBOL vmlinux 0x617824b9 netif_set_tso_max_size +EXPORT_SYMBOL vmlinux 0x6180d128 dquot_quotactl_sysfile_ops +EXPORT_SYMBOL vmlinux 0x618d6aab ptp_clock_event +EXPORT_SYMBOL vmlinux 0x61a9980e xfrm_spd_getinfo +EXPORT_SYMBOL vmlinux 0x61b76bb9 smp_call_function_many +EXPORT_SYMBOL vmlinux 0x61b7b126 simple_strtoull +EXPORT_SYMBOL vmlinux 0x61b9627c backlight_device_unregister +EXPORT_SYMBOL vmlinux 0x61c76b3a proc_dointvec_jiffies +EXPORT_SYMBOL vmlinux 0x61d2eeb5 t10_pi_type3_ip +EXPORT_SYMBOL vmlinux 0x61e272c9 sha256_final +EXPORT_SYMBOL vmlinux 0x61ea189b fb_pad_aligned_buffer +EXPORT_SYMBOL vmlinux 0x61ec43b9 of_graph_is_present +EXPORT_SYMBOL vmlinux 0x61ee572f bdev_check_media_change +EXPORT_SYMBOL vmlinux 0x61f92744 snd_pcm_open_substream +EXPORT_SYMBOL vmlinux 0x61fc2420 __skb_flow_dissect +EXPORT_SYMBOL vmlinux 0x620cdc50 page_get_link +EXPORT_SYMBOL vmlinux 0x6214aef2 cpufreq_unregister_notifier +EXPORT_SYMBOL vmlinux 0x6215ac9a create_empty_buffers +EXPORT_SYMBOL vmlinux 0x6218be2d mt_find +EXPORT_SYMBOL vmlinux 0x621bb753 rproc_add_subdev +EXPORT_SYMBOL vmlinux 0x6228c21f smp_call_function_single +EXPORT_SYMBOL vmlinux 0x622bf7e3 dev_remove_offload +EXPORT_SYMBOL vmlinux 0x623f97ed d_set_fallthru +EXPORT_SYMBOL vmlinux 0x62581600 in6_dev_finish_destroy +EXPORT_SYMBOL vmlinux 0x625f996e blk_mq_end_request +EXPORT_SYMBOL vmlinux 0x626497c5 inet_proto_csum_replace4 +EXPORT_SYMBOL vmlinux 0x62737e1d sock_unregister +EXPORT_SYMBOL vmlinux 0x62849ac7 dev_valid_name +EXPORT_SYMBOL vmlinux 0x628d31e5 ip_output +EXPORT_SYMBOL vmlinux 0x629dc90f blk_rq_append_bio +EXPORT_SYMBOL vmlinux 0x62b6380a pcibios_bus_to_resource +EXPORT_SYMBOL vmlinux 0x62c7889f nla_put_64bit +EXPORT_SYMBOL vmlinux 0x62f576d9 trace_seq_hex_dump +EXPORT_SYMBOL vmlinux 0x630ab579 __bforget +EXPORT_SYMBOL vmlinux 0x6310a826 qcom_scm_pas_init_image +EXPORT_SYMBOL vmlinux 0x6315c42c zstd_get_params +EXPORT_SYMBOL vmlinux 0x631d06aa cpu_rmap_put +EXPORT_SYMBOL vmlinux 0x63202413 setattr_should_drop_suidgid +EXPORT_SYMBOL vmlinux 0x6321fed3 mdiobus_unregister_device +EXPORT_SYMBOL vmlinux 0x632ba40a rproc_of_resm_mem_entry_init +EXPORT_SYMBOL vmlinux 0x633b0522 udp_lib_getsockopt +EXPORT_SYMBOL vmlinux 0x633c91c3 sock_common_recvmsg +EXPORT_SYMBOL vmlinux 0x6342f99f mipi_dsi_create_packet +EXPORT_SYMBOL vmlinux 0x63518b7f phy_modify_paged_changed +EXPORT_SYMBOL vmlinux 0x6351ac42 zstd_get_error_name +EXPORT_SYMBOL vmlinux 0x6361865f scsicam_bios_param +EXPORT_SYMBOL vmlinux 0x637493f3 __wake_up +EXPORT_SYMBOL vmlinux 0x63788b7f snd_unregister_oss_device +EXPORT_SYMBOL vmlinux 0x637a86e0 __pskb_pull_tail +EXPORT_SYMBOL vmlinux 0x638432c7 skb_checksum_trimmed +EXPORT_SYMBOL vmlinux 0x63861c23 pipe_lock +EXPORT_SYMBOL vmlinux 0x638e59fe fwnode_irq_get +EXPORT_SYMBOL vmlinux 0x63a58370 flow_action_cookie_destroy +EXPORT_SYMBOL vmlinux 0x63a7c28c bitmap_find_free_region +EXPORT_SYMBOL vmlinux 0x63d84c62 skb_add_rx_frag +EXPORT_SYMBOL vmlinux 0x63dace2d __dquot_free_space +EXPORT_SYMBOL vmlinux 0x63eb9355 panic_blink +EXPORT_SYMBOL vmlinux 0x63f29eda mtree_alloc_range +EXPORT_SYMBOL vmlinux 0x64019f0d vme_bus_error_handler +EXPORT_SYMBOL vmlinux 0x64095dd1 rawv6_mh_filter_unregister +EXPORT_SYMBOL vmlinux 0x64127b67 bitmap_find_next_zero_area_off +EXPORT_SYMBOL vmlinux 0x64154340 tty_name +EXPORT_SYMBOL vmlinux 0x641c72b9 pcim_iomap_regions_request_all +EXPORT_SYMBOL vmlinux 0x641cf1a4 nf_log_packet +EXPORT_SYMBOL vmlinux 0x6425b97a scsi_eh_restore_cmnd +EXPORT_SYMBOL vmlinux 0x6428db17 nand_ecc_register_on_host_hw_engine +EXPORT_SYMBOL vmlinux 0x6432223e pci_request_selected_regions +EXPORT_SYMBOL vmlinux 0x643d3afd configfs_depend_item_unlocked +EXPORT_SYMBOL vmlinux 0x6443a59e skb_tx_error +EXPORT_SYMBOL vmlinux 0x6450e1e7 devm_ioremap_resource +EXPORT_SYMBOL vmlinux 0x6455298a security_xfrm_policy_free +EXPORT_SYMBOL vmlinux 0x64636dd3 uart_get_divisor +EXPORT_SYMBOL vmlinux 0x646c378f skb_eth_push +EXPORT_SYMBOL vmlinux 0x647af474 prepare_to_wait_event +EXPORT_SYMBOL vmlinux 0x6481ffe0 hsiphash_1u32 +EXPORT_SYMBOL vmlinux 0x64833350 i2c_smbus_pec +EXPORT_SYMBOL vmlinux 0x6483a60d blk_finish_plug +EXPORT_SYMBOL vmlinux 0x648eb59d gc_inflight_list +EXPORT_SYMBOL vmlinux 0x64a5de93 skb_queue_purge +EXPORT_SYMBOL vmlinux 0x64a9c928 default_blu +EXPORT_SYMBOL vmlinux 0x64ae4b68 blk_queue_update_dma_pad +EXPORT_SYMBOL vmlinux 0x64aef566 set_bh_page +EXPORT_SYMBOL vmlinux 0x64b06b87 sock_bindtoindex +EXPORT_SYMBOL vmlinux 0x64bf0236 tcp_splice_read +EXPORT_SYMBOL vmlinux 0x64c1771d tcf_em_tree_validate +EXPORT_SYMBOL vmlinux 0x64c44afa pci_enable_atomic_ops_to_root +EXPORT_SYMBOL vmlinux 0x64daf9da fscrypt_put_encryption_info +EXPORT_SYMBOL vmlinux 0x64ee081f security_sock_rcv_skb +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 0x6515f99a inc_zone_page_state +EXPORT_SYMBOL vmlinux 0x651a4139 test_taint +EXPORT_SYMBOL vmlinux 0x652032cb mac_pton +EXPORT_SYMBOL vmlinux 0x6526fc94 pci_dev_put +EXPORT_SYMBOL vmlinux 0x65328b2b ethtool_notify +EXPORT_SYMBOL vmlinux 0x65408378 zlib_inflate_blob +EXPORT_SYMBOL vmlinux 0x654c9c09 shrink_dcache_sb +EXPORT_SYMBOL vmlinux 0x6578533e prepare_to_wait +EXPORT_SYMBOL vmlinux 0x658abf87 bdev_end_io_acct +EXPORT_SYMBOL vmlinux 0x658ce1a8 xxh64_reset +EXPORT_SYMBOL vmlinux 0x65908bd2 netlbl_calipso_ops_register +EXPORT_SYMBOL vmlinux 0x65929cae ns_to_timespec64 +EXPORT_SYMBOL vmlinux 0x659a8618 tcp_set_rcvlowat +EXPORT_SYMBOL vmlinux 0x659ded26 xfrm_flush_gc +EXPORT_SYMBOL vmlinux 0x65a8766d unload_nls +EXPORT_SYMBOL vmlinux 0x65c50535 end_page_writeback +EXPORT_SYMBOL vmlinux 0x65d411e9 idr_get_next +EXPORT_SYMBOL vmlinux 0x65d9e877 cpufreq_register_notifier +EXPORT_SYMBOL vmlinux 0x65da24af scsi_block_when_processing_errors +EXPORT_SYMBOL vmlinux 0x65dccf13 xz_dec_end +EXPORT_SYMBOL vmlinux 0x661b59aa xfrm_user_policy +EXPORT_SYMBOL vmlinux 0x662f555d rtnl_kfree_skbs +EXPORT_SYMBOL vmlinux 0x66474aa4 neigh_proc_dointvec +EXPORT_SYMBOL vmlinux 0x6658a7a9 nand_ecc_is_strong_enough +EXPORT_SYMBOL vmlinux 0x665e2513 zstd_max_clevel +EXPORT_SYMBOL vmlinux 0x666863dc par_io_config_pin +EXPORT_SYMBOL vmlinux 0x66720240 neigh_xmit +EXPORT_SYMBOL vmlinux 0x6673f96d xxh32_reset +EXPORT_SYMBOL vmlinux 0x667bce1a phy_resume +EXPORT_SYMBOL vmlinux 0x669a9538 get_tree_single_reconf +EXPORT_SYMBOL vmlinux 0x669c191b dm_consume_args +EXPORT_SYMBOL vmlinux 0x66a099d3 i2c_smbus_read_i2c_block_data +EXPORT_SYMBOL vmlinux 0x66aed8c5 csum_partial_copy_from_user +EXPORT_SYMBOL vmlinux 0x66b91003 tcf_generic_walker +EXPORT_SYMBOL vmlinux 0x66b95ea0 __tty_alloc_driver +EXPORT_SYMBOL vmlinux 0x66c7d9aa set_nlink +EXPORT_SYMBOL vmlinux 0x66d0d0af mmc_register_driver +EXPORT_SYMBOL vmlinux 0x66db6cf5 dev_open +EXPORT_SYMBOL vmlinux 0x66dd6d42 pci_msix_vec_count +EXPORT_SYMBOL vmlinux 0x67272a76 netdev_bonding_info_change +EXPORT_SYMBOL vmlinux 0x673ed3ea vfs_mknod +EXPORT_SYMBOL vmlinux 0x67412d2f ucc_slow_enable +EXPORT_SYMBOL vmlinux 0x6749d53f hdmi_vendor_infoframe_init +EXPORT_SYMBOL vmlinux 0x6750c9fa sock_cmsg_send +EXPORT_SYMBOL vmlinux 0x676bbc0f _set_bit +EXPORT_SYMBOL vmlinux 0x678b6ac2 mod_node_page_state +EXPORT_SYMBOL vmlinux 0x678b96ec dma_pool_alloc +EXPORT_SYMBOL vmlinux 0x678ca4f3 vme_lm_request +EXPORT_SYMBOL vmlinux 0x6793436c skb_eth_pop +EXPORT_SYMBOL vmlinux 0x679716ff blk_queue_segment_boundary +EXPORT_SYMBOL vmlinux 0x67b27ec1 tty_std_termios +EXPORT_SYMBOL vmlinux 0x67b2f9b7 skb_seq_read +EXPORT_SYMBOL vmlinux 0x67b78eb3 seq_hlist_next_rcu +EXPORT_SYMBOL vmlinux 0x67be6b46 xfrm_sad_getinfo +EXPORT_SYMBOL vmlinux 0x67e980a0 ethtool_op_get_link +EXPORT_SYMBOL vmlinux 0x67ea6e61 trace_print_hex_dump_seq +EXPORT_SYMBOL vmlinux 0x6809c951 d_instantiate_anon +EXPORT_SYMBOL vmlinux 0x680d565b configfs_undepend_item +EXPORT_SYMBOL vmlinux 0x681e7211 jbd2_submit_inode_data +EXPORT_SYMBOL vmlinux 0x682aa6af __dev_queue_xmit +EXPORT_SYMBOL vmlinux 0x6847f2ca md_bitmap_endwrite +EXPORT_SYMBOL vmlinux 0x685ae70e nexthop_res_grp_activity_update +EXPORT_SYMBOL vmlinux 0x68614c6a of_graph_get_port_by_id +EXPORT_SYMBOL vmlinux 0x6877a676 __skb_vlan_pop +EXPORT_SYMBOL vmlinux 0x6878018f phy_start_aneg +EXPORT_SYMBOL vmlinux 0x687b6a16 kdbgetsymval +EXPORT_SYMBOL vmlinux 0x6895590b i2c_clients_command +EXPORT_SYMBOL vmlinux 0x6897fb63 ipv6_select_ident +EXPORT_SYMBOL vmlinux 0x68a24153 snd_pcm_format_physical_width +EXPORT_SYMBOL vmlinux 0x68a4b0c7 vme_irq_handler +EXPORT_SYMBOL vmlinux 0x68a85b81 backlight_device_set_brightness +EXPORT_SYMBOL vmlinux 0x68d098b2 sk_reset_timer +EXPORT_SYMBOL vmlinux 0x68e540a2 mii_ethtool_get_link_ksettings +EXPORT_SYMBOL vmlinux 0x68fa7f97 clk_bulk_get_all +EXPORT_SYMBOL vmlinux 0x68fab083 proc_remove +EXPORT_SYMBOL vmlinux 0x68fb581a icst307_idx2s +EXPORT_SYMBOL vmlinux 0x69018110 msm_pinctrl_probe +EXPORT_SYMBOL vmlinux 0x691938f8 sg_pcopy_from_buffer +EXPORT_SYMBOL vmlinux 0x6920fa78 dst_release_immediate +EXPORT_SYMBOL vmlinux 0x693b23f5 of_find_mipi_dsi_host_by_node +EXPORT_SYMBOL vmlinux 0x694017dd __dynamic_dev_dbg +EXPORT_SYMBOL vmlinux 0x696628eb __sock_create +EXPORT_SYMBOL vmlinux 0x69668826 netdev_increment_features +EXPORT_SYMBOL vmlinux 0x6969d834 f_setown +EXPORT_SYMBOL vmlinux 0x696feaa6 netdev_lower_get_next_private +EXPORT_SYMBOL vmlinux 0x6971447a rtc_month_days +EXPORT_SYMBOL vmlinux 0x6972e413 __bitmap_weight_and +EXPORT_SYMBOL vmlinux 0x69730bdf rpmh_invalidate +EXPORT_SYMBOL vmlinux 0x6977d1dc simple_rmdir +EXPORT_SYMBOL vmlinux 0x69a35862 phy_reset_after_clk_enable +EXPORT_SYMBOL vmlinux 0x69bf5448 vfs_parse_fs_param_source +EXPORT_SYMBOL vmlinux 0x69c25a7b arp_send +EXPORT_SYMBOL vmlinux 0x69de8757 vme_check_window +EXPORT_SYMBOL vmlinux 0x69e51d08 __alloc_bucket_spinlocks +EXPORT_SYMBOL vmlinux 0x6a03751f sgl_free_order +EXPORT_SYMBOL vmlinux 0x6a037cf1 mempool_kfree +EXPORT_SYMBOL vmlinux 0x6a0db5fe vme_irq_free +EXPORT_SYMBOL vmlinux 0x6a2d1594 snd_pcm_lib_free_pages +EXPORT_SYMBOL vmlinux 0x6a40847d input_match_device_id +EXPORT_SYMBOL vmlinux 0x6a45658b processor +EXPORT_SYMBOL vmlinux 0x6a45d825 param_get_byte +EXPORT_SYMBOL vmlinux 0x6a565fa0 netdev_change_features +EXPORT_SYMBOL vmlinux 0x6a5cb5ee __get_free_pages +EXPORT_SYMBOL vmlinux 0x6a5ecb18 unregister_module_notifier +EXPORT_SYMBOL vmlinux 0x6a63d21d jbd2_journal_check_used_features +EXPORT_SYMBOL vmlinux 0x6a6e05bf kstrtou8 +EXPORT_SYMBOL vmlinux 0x6a716c1e udpv6_sendmsg +EXPORT_SYMBOL vmlinux 0x6a730366 inet_sk_rx_dst_set +EXPORT_SYMBOL vmlinux 0x6a77b1f1 tcp_mtu_to_mss +EXPORT_SYMBOL vmlinux 0x6a7887b6 ucc_of_parse_tdm +EXPORT_SYMBOL vmlinux 0x6a8831e0 jiffies_64 +EXPORT_SYMBOL vmlinux 0x6a8db38a import_single_range +EXPORT_SYMBOL vmlinux 0x6a9189ad i2c_smbus_read_byte_data +EXPORT_SYMBOL vmlinux 0x6a9d667e touchscreen_report_pos +EXPORT_SYMBOL vmlinux 0x6aa11aa6 sgl_free_n_order +EXPORT_SYMBOL vmlinux 0x6ab121a6 param_set_uint +EXPORT_SYMBOL vmlinux 0x6ac80c29 __tracepoint_mmap_lock_acquire_returned +EXPORT_SYMBOL vmlinux 0x6add5c9a dmi_find_device +EXPORT_SYMBOL vmlinux 0x6ae121ec sock_common_getsockopt +EXPORT_SYMBOL vmlinux 0x6aeefac4 zlib_deflateReset +EXPORT_SYMBOL vmlinux 0x6af7b21a packing +EXPORT_SYMBOL vmlinux 0x6b2dc060 dump_stack +EXPORT_SYMBOL vmlinux 0x6b350b9b block_dirty_folio +EXPORT_SYMBOL vmlinux 0x6b55acd0 rtnl_lock_killable +EXPORT_SYMBOL vmlinux 0x6b5e3b52 inet_stream_connect +EXPORT_SYMBOL vmlinux 0x6b604710 lockref_get_not_zero +EXPORT_SYMBOL vmlinux 0x6b70e7e3 dquot_release +EXPORT_SYMBOL vmlinux 0x6b7268f1 netpoll_cleanup +EXPORT_SYMBOL vmlinux 0x6b781831 of_phy_find_device +EXPORT_SYMBOL vmlinux 0x6b853d06 ns_to_kernel_old_timeval +EXPORT_SYMBOL vmlinux 0x6b8bf149 netif_receive_skb_list +EXPORT_SYMBOL vmlinux 0x6b98449d generic_file_mmap +EXPORT_SYMBOL vmlinux 0x6ba333b7 xfrm_state_lookup +EXPORT_SYMBOL vmlinux 0x6ba5a617 blk_mq_requeue_request +EXPORT_SYMBOL vmlinux 0x6ba634b6 of_get_cpu_node +EXPORT_SYMBOL vmlinux 0x6bb93d9e sg_copy_to_buffer +EXPORT_SYMBOL vmlinux 0x6bbc4a53 security_sk_clone +EXPORT_SYMBOL vmlinux 0x6bc3fbc0 __unregister_chrdev +EXPORT_SYMBOL vmlinux 0x6bc6eebd __nla_reserve_64bit +EXPORT_SYMBOL vmlinux 0x6be0b9b8 rproc_of_parse_firmware +EXPORT_SYMBOL vmlinux 0x6bec1198 vme_dma_list_exec +EXPORT_SYMBOL vmlinux 0x6bf72d2a snd_info_create_card_entry +EXPORT_SYMBOL vmlinux 0x6bf7d3c2 sg_pcopy_to_buffer +EXPORT_SYMBOL vmlinux 0x6c013da4 nf_setsockopt +EXPORT_SYMBOL vmlinux 0x6c09a9f8 __phy_write_mmd +EXPORT_SYMBOL vmlinux 0x6c0abde3 mmc_get_card +EXPORT_SYMBOL vmlinux 0x6c1ce5ce strcspn +EXPORT_SYMBOL vmlinux 0x6c257ac0 tty_termios_hw_change +EXPORT_SYMBOL vmlinux 0x6c38d38f nand_ecc_get_sw_engine +EXPORT_SYMBOL vmlinux 0x6c4677be blk_mq_alloc_request +EXPORT_SYMBOL vmlinux 0x6c46f2c4 __napi_schedule +EXPORT_SYMBOL vmlinux 0x6c46f420 tcp_enter_quickack_mode +EXPORT_SYMBOL vmlinux 0x6c4c8f13 tty_wait_until_sent +EXPORT_SYMBOL vmlinux 0x6c61ce70 num_registered_fb +EXPORT_SYMBOL vmlinux 0x6c740443 lock_sock_nested +EXPORT_SYMBOL vmlinux 0x6c810e42 __xa_clear_mark +EXPORT_SYMBOL vmlinux 0x6c82b520 cred_fscmp +EXPORT_SYMBOL vmlinux 0x6c832b2f __vfs_removexattr +EXPORT_SYMBOL vmlinux 0x6ca862c5 vme_bus_num +EXPORT_SYMBOL vmlinux 0x6cb46525 netlbl_catmap_walk +EXPORT_SYMBOL vmlinux 0x6cbb5a9d component_match_add_typed +EXPORT_SYMBOL vmlinux 0x6ccf547e user_path_at_empty +EXPORT_SYMBOL vmlinux 0x6cd3c36a current_in_userns +EXPORT_SYMBOL vmlinux 0x6ce19681 inet_addr_type +EXPORT_SYMBOL vmlinux 0x6cf0d67d qe_get_num_of_snums +EXPORT_SYMBOL vmlinux 0x6cf8e777 seq_write +EXPORT_SYMBOL vmlinux 0x6d08d8d9 __folio_alloc +EXPORT_SYMBOL vmlinux 0x6d0a9875 jbd2_journal_extend +EXPORT_SYMBOL vmlinux 0x6d14a64f ps2_handle_ack +EXPORT_SYMBOL vmlinux 0x6d294e43 clock_t_to_jiffies +EXPORT_SYMBOL vmlinux 0x6d2a8a9c skb_csum_hwoffload_help +EXPORT_SYMBOL vmlinux 0x6d2e8387 unix_get_socket +EXPORT_SYMBOL vmlinux 0x6d448cfd vm_iomap_memory +EXPORT_SYMBOL vmlinux 0x6d45ceb9 param_ops_byte +EXPORT_SYMBOL vmlinux 0x6d4d2648 make_kprojid +EXPORT_SYMBOL vmlinux 0x6d673081 pci_back_from_sleep +EXPORT_SYMBOL vmlinux 0x6d6f8f33 of_find_node_by_phandle +EXPORT_SYMBOL vmlinux 0x6d7a47bb phy_drivers_register +EXPORT_SYMBOL vmlinux 0x6d7c7dcc bitmap_cut +EXPORT_SYMBOL vmlinux 0x6d84b17e register_filesystem +EXPORT_SYMBOL vmlinux 0x6d89b199 proc_dointvec_minmax +EXPORT_SYMBOL vmlinux 0x6dba9051 xz_dec_microlzma_end +EXPORT_SYMBOL vmlinux 0x6dc27327 devm_request_any_context_irq +EXPORT_SYMBOL vmlinux 0x6dc66ef3 nf_register_sockopt +EXPORT_SYMBOL vmlinux 0x6dcf857f uuid_null +EXPORT_SYMBOL vmlinux 0x6dd85ba0 param_get_ushort +EXPORT_SYMBOL vmlinux 0x6ddcb0dd con_set_default_unimap +EXPORT_SYMBOL vmlinux 0x6df1aaf1 kernel_sigaction +EXPORT_SYMBOL vmlinux 0x6e0f5e60 filemap_fdatawait_keep_errors +EXPORT_SYMBOL vmlinux 0x6e254787 rtnl_offload_xstats_notify +EXPORT_SYMBOL vmlinux 0x6e298a18 netlink_set_err +EXPORT_SYMBOL vmlinux 0x6e39ff87 pm_vt_switch_required +EXPORT_SYMBOL vmlinux 0x6e4e7714 dma_fence_chain_ops +EXPORT_SYMBOL vmlinux 0x6e4ff866 ndisc_mc_map +EXPORT_SYMBOL vmlinux 0x6e54143e unix_detach_fds +EXPORT_SYMBOL vmlinux 0x6e720ff2 rtnl_unlock +EXPORT_SYMBOL vmlinux 0x6e76a0b4 of_clk_get +EXPORT_SYMBOL vmlinux 0x6e7b8471 mmc_retune_unpause +EXPORT_SYMBOL vmlinux 0x6e7f1cd3 unregister_console +EXPORT_SYMBOL vmlinux 0x6e8383ec d_move +EXPORT_SYMBOL vmlinux 0x6e88001e __bio_advance +EXPORT_SYMBOL vmlinux 0x6e9dd606 __symbol_put +EXPORT_SYMBOL vmlinux 0x6ea7e6c8 pci_remove_bus +EXPORT_SYMBOL vmlinux 0x6ea9363b force_sig +EXPORT_SYMBOL vmlinux 0x6ebc8ef9 simple_unlink +EXPORT_SYMBOL vmlinux 0x6ebd01ce __dev_kfree_skb_irq +EXPORT_SYMBOL vmlinux 0x6ebf35bc tty_hung_up_p +EXPORT_SYMBOL vmlinux 0x6ebf9bd9 kmalloc_size_roundup +EXPORT_SYMBOL vmlinux 0x6ec1469a ethtool_virtdev_set_link_ksettings +EXPORT_SYMBOL vmlinux 0x6ecbc3de jbd2_journal_destroy +EXPORT_SYMBOL vmlinux 0x6ecdb792 __percpu_counter_init +EXPORT_SYMBOL vmlinux 0x6ed87a38 vlan_vid_add +EXPORT_SYMBOL vmlinux 0x6ef8fcd8 snd_pcm_format_linear +EXPORT_SYMBOL vmlinux 0x6f00353b lease_get_mtime +EXPORT_SYMBOL vmlinux 0x6f013ecd __init_rwsem +EXPORT_SYMBOL vmlinux 0x6f053319 generic_perform_write +EXPORT_SYMBOL vmlinux 0x6f0f7051 udp_seq_next +EXPORT_SYMBOL vmlinux 0x6f14e9db console_list_lock +EXPORT_SYMBOL vmlinux 0x6f176537 mt_find_after +EXPORT_SYMBOL vmlinux 0x6f31a49f csum_and_copy_to_iter +EXPORT_SYMBOL vmlinux 0x6f381550 passthru_features_check +EXPORT_SYMBOL vmlinux 0x6f54902d skb_page_frag_refill +EXPORT_SYMBOL vmlinux 0x6f552328 posix_acl_valid +EXPORT_SYMBOL vmlinux 0x6f60a403 rproc_elf_get_boot_addr +EXPORT_SYMBOL vmlinux 0x6f659b64 notify_change +EXPORT_SYMBOL vmlinux 0x6f74a7f0 ps2_sendbyte +EXPORT_SYMBOL vmlinux 0x6f7cef42 configfs_unregister_group +EXPORT_SYMBOL vmlinux 0x6f808c0c nd_region_release_lane +EXPORT_SYMBOL vmlinux 0x6f83fba8 hex2bin +EXPORT_SYMBOL vmlinux 0x6f8ed5a8 kobject_get +EXPORT_SYMBOL vmlinux 0x6f99f5a6 xp_raw_get_dma +EXPORT_SYMBOL vmlinux 0x6fa3d92b scsi_report_device_reset +EXPORT_SYMBOL vmlinux 0x6fa52eb0 xp_dma_sync_for_cpu_slow +EXPORT_SYMBOL vmlinux 0x6fa8f1c7 __d_drop +EXPORT_SYMBOL vmlinux 0x6fab2fc2 omap_rtc_power_off_program +EXPORT_SYMBOL vmlinux 0x6fb374e6 down_write_killable +EXPORT_SYMBOL vmlinux 0x6fbe4717 idr_replace +EXPORT_SYMBOL vmlinux 0x6fcb87a1 touch_softlockup_watchdog +EXPORT_SYMBOL vmlinux 0x6fd45c3f phy_ethtool_get_stats +EXPORT_SYMBOL vmlinux 0x6fd7fa52 bioset_init +EXPORT_SYMBOL vmlinux 0x6ff4f869 phy_mac_interrupt +EXPORT_SYMBOL vmlinux 0x6ff5209d key_revoke +EXPORT_SYMBOL vmlinux 0x70002fe8 siphash_1u32 +EXPORT_SYMBOL vmlinux 0x7005dfcb generic_remap_file_range_prep +EXPORT_SYMBOL vmlinux 0x70165718 block_commit_write +EXPORT_SYMBOL vmlinux 0x701aefd6 set_anon_super +EXPORT_SYMBOL vmlinux 0x701db3a6 __scsi_device_lookup_by_target +EXPORT_SYMBOL vmlinux 0x702946da ucs2_strlen +EXPORT_SYMBOL vmlinux 0x703474ca scsi_command_normalize_sense +EXPORT_SYMBOL vmlinux 0x7035c5ce pci_find_resource +EXPORT_SYMBOL vmlinux 0x70407268 dev_getfirstbyhwtype +EXPORT_SYMBOL vmlinux 0x70437e90 tty_do_resize +EXPORT_SYMBOL vmlinux 0x70544f1a kobject_get_unless_zero +EXPORT_SYMBOL vmlinux 0x70703993 hdmi_spd_infoframe_pack +EXPORT_SYMBOL vmlinux 0x70712c7c dcb_ieee_getapp_prio_dscp_mask_map +EXPORT_SYMBOL vmlinux 0x7089471b proto_unregister +EXPORT_SYMBOL vmlinux 0x70ac5578 mipi_dsi_dcs_enter_sleep_mode +EXPORT_SYMBOL vmlinux 0x70bc9d8a tcp_time_wait +EXPORT_SYMBOL vmlinux 0x70be51cb mmc_set_blocklen +EXPORT_SYMBOL vmlinux 0x70dd3181 rproc_report_crash +EXPORT_SYMBOL vmlinux 0x70e35f9e pci_request_selected_regions_exclusive +EXPORT_SYMBOL vmlinux 0x70ec4c4e bio_split +EXPORT_SYMBOL vmlinux 0x70fa1f52 ip6_find_1stfragopt +EXPORT_SYMBOL vmlinux 0x70fd821c rproc_vq_interrupt +EXPORT_SYMBOL vmlinux 0x71063706 inet_csk_reset_keepalive_timer +EXPORT_SYMBOL vmlinux 0x711b8a9b __crc32c_le_shift +EXPORT_SYMBOL vmlinux 0x711cfe1f seq_bprintf +EXPORT_SYMBOL vmlinux 0x712110ab proc_dointvec_ms_jiffies +EXPORT_SYMBOL vmlinux 0x7129e5f8 hex_asc +EXPORT_SYMBOL vmlinux 0x712c7ea9 seq_putc +EXPORT_SYMBOL vmlinux 0x7134f0b2 nf_register_queue_handler +EXPORT_SYMBOL vmlinux 0x713bdc52 posix_acl_chmod +EXPORT_SYMBOL vmlinux 0x714651e5 blk_rq_unmap_user +EXPORT_SYMBOL vmlinux 0x715a5ed0 vprintk +EXPORT_SYMBOL vmlinux 0x7163324f padata_free_shell +EXPORT_SYMBOL vmlinux 0x716bdabc devm_gen_pool_create +EXPORT_SYMBOL vmlinux 0x7171121c overflowgid +EXPORT_SYMBOL vmlinux 0x719c77c1 phy_device_register +EXPORT_SYMBOL vmlinux 0x71a672ef dmam_pool_destroy +EXPORT_SYMBOL vmlinux 0x71c90087 memcmp +EXPORT_SYMBOL vmlinux 0x71cb6919 sock_sendmsg +EXPORT_SYMBOL vmlinux 0x71d0b416 set_binfmt +EXPORT_SYMBOL vmlinux 0x71e9c648 jbd2_journal_dirty_metadata +EXPORT_SYMBOL vmlinux 0x71f7de4f proc_do_large_bitmap +EXPORT_SYMBOL vmlinux 0x71fc86e9 rproc_elf_sanity_check +EXPORT_SYMBOL vmlinux 0x72005410 hdmi_infoframe_pack +EXPORT_SYMBOL vmlinux 0x720a27a7 __register_blkdev +EXPORT_SYMBOL vmlinux 0x722544db netif_napi_add_weight +EXPORT_SYMBOL vmlinux 0x7232646c cdev_init +EXPORT_SYMBOL vmlinux 0x723901d7 blk_mq_unique_tag +EXPORT_SYMBOL vmlinux 0x724f9990 sock_no_getname +EXPORT_SYMBOL vmlinux 0x725b0da0 devm_devfreq_register_opp_notifier +EXPORT_SYMBOL vmlinux 0x727c727a xfrm_unregister_km +EXPORT_SYMBOL vmlinux 0x7290825c mtree_store_range +EXPORT_SYMBOL vmlinux 0x729ea506 netdev_name_in_use +EXPORT_SYMBOL vmlinux 0x72a3d380 vmf_insert_pfn_prot +EXPORT_SYMBOL vmlinux 0x72a50966 ucc_fast_disable +EXPORT_SYMBOL vmlinux 0x72a76532 vme_irq_generate +EXPORT_SYMBOL vmlinux 0x72b9d287 default_grn +EXPORT_SYMBOL vmlinux 0x72c45ee9 twl6040_set_bits +EXPORT_SYMBOL vmlinux 0x72c9dae1 security_inode_notifysecctx +EXPORT_SYMBOL vmlinux 0x72ea7b2d scsi_device_type +EXPORT_SYMBOL vmlinux 0x72fa45af generic_write_end +EXPORT_SYMBOL vmlinux 0x73076315 snd_pci_quirk_lookup_id +EXPORT_SYMBOL vmlinux 0x730a9f84 jbd2_journal_ack_err +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 0x733981e1 scsi_target_quiesce +EXPORT_SYMBOL vmlinux 0x7346a338 sched_autogroup_detach +EXPORT_SYMBOL vmlinux 0x734d7732 find_vma_intersection +EXPORT_SYMBOL vmlinux 0x7350adcd register_qdisc +EXPORT_SYMBOL vmlinux 0x735b0601 __fs_parse +EXPORT_SYMBOL vmlinux 0x73688818 put_disk +EXPORT_SYMBOL vmlinux 0x736e001c nf_hook_slow +EXPORT_SYMBOL vmlinux 0x737511b4 snd_pcm_set_managed_buffer +EXPORT_SYMBOL vmlinux 0x737835f6 vlan_dev_vlan_proto +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 0x73a259f0 map_destroy +EXPORT_SYMBOL vmlinux 0x73abb180 alloc_contig_range +EXPORT_SYMBOL vmlinux 0x73c41941 md_bitmap_cond_end_sync +EXPORT_SYMBOL vmlinux 0x73d1511c dev_vprintk_emit +EXPORT_SYMBOL vmlinux 0x73d1e07a tcf_idr_search +EXPORT_SYMBOL vmlinux 0x73db32ff follow_up +EXPORT_SYMBOL vmlinux 0x73dddfb4 seq_open +EXPORT_SYMBOL vmlinux 0x73e20c1c strlcpy +EXPORT_SYMBOL vmlinux 0x7410aba2 strreplace +EXPORT_SYMBOL vmlinux 0x742578a5 wait_for_random_bytes +EXPORT_SYMBOL vmlinux 0x7429e20c kstrtos8 +EXPORT_SYMBOL vmlinux 0x742fc1e7 fault_in_safe_writeable +EXPORT_SYMBOL vmlinux 0x7453d3e8 security_release_secctx +EXPORT_SYMBOL vmlinux 0x7468b4a0 rawnand_sw_hamming_calculate +EXPORT_SYMBOL vmlinux 0x74777c23 path_has_submounts +EXPORT_SYMBOL vmlinux 0x7483dc59 pci_dev_present +EXPORT_SYMBOL vmlinux 0x7486d069 param_array_ops +EXPORT_SYMBOL vmlinux 0x74958743 folio_migrate_flags +EXPORT_SYMBOL vmlinux 0x749f62e3 ip_tunnel_header_ops +EXPORT_SYMBOL vmlinux 0x74a4ea33 prepare_to_swait_exclusive +EXPORT_SYMBOL vmlinux 0x74ad228f ppp_register_net_channel +EXPORT_SYMBOL vmlinux 0x74aea041 flow_rule_match_enc_ipv4_addrs +EXPORT_SYMBOL vmlinux 0x74b54c42 scsi_remove_host +EXPORT_SYMBOL vmlinux 0x74b8e674 slhc_toss +EXPORT_SYMBOL vmlinux 0x74ba4634 register_key_type +EXPORT_SYMBOL vmlinux 0x74ba75f0 inode_sub_bytes +EXPORT_SYMBOL vmlinux 0x74bc5c72 pci_clear_mwi +EXPORT_SYMBOL vmlinux 0x74c134b9 __sw_hweight32 +EXPORT_SYMBOL vmlinux 0x74c9c39a snd_pcm_new +EXPORT_SYMBOL vmlinux 0x74cff054 open_with_fake_path +EXPORT_SYMBOL vmlinux 0x74d8b25b __sk_receive_skb +EXPORT_SYMBOL vmlinux 0x74e46dac imx_ssi_fiq_tx_buffer +EXPORT_SYMBOL vmlinux 0x74e5ff1a udpv6_encap_enable +EXPORT_SYMBOL vmlinux 0x7503cd3e devm_rproc_alloc +EXPORT_SYMBOL vmlinux 0x7505bdef memchr_inv +EXPORT_SYMBOL vmlinux 0x751301e4 flow_indr_dev_unregister +EXPORT_SYMBOL vmlinux 0x75333a0e ip_frag_next +EXPORT_SYMBOL vmlinux 0x75381d97 dm_table_event +EXPORT_SYMBOL vmlinux 0x75386233 of_node_name_eq +EXPORT_SYMBOL vmlinux 0x754621aa rt6_lookup +EXPORT_SYMBOL vmlinux 0x755916ae generic_file_splice_read +EXPORT_SYMBOL vmlinux 0x755c2a40 nand_ecc_sw_bch_correct +EXPORT_SYMBOL vmlinux 0x755cffe9 reuseport_detach_prog +EXPORT_SYMBOL vmlinux 0x7567d381 __get_fiq_regs +EXPORT_SYMBOL vmlinux 0x757f7e89 udp_lib_unhash +EXPORT_SYMBOL vmlinux 0x75856eef snd_register_device +EXPORT_SYMBOL vmlinux 0x758bba9e dev_lstats_read +EXPORT_SYMBOL vmlinux 0x75a5a45c skb_set_owner_w +EXPORT_SYMBOL vmlinux 0x75abb029 locks_init_lock +EXPORT_SYMBOL vmlinux 0x75b3648f dma_sync_single_for_cpu +EXPORT_SYMBOL vmlinux 0x75b8e36c pneigh_lookup +EXPORT_SYMBOL vmlinux 0x75bc2f28 neigh_connected_output +EXPORT_SYMBOL vmlinux 0x75bda77a seq_hlist_next +EXPORT_SYMBOL vmlinux 0x75c1bc20 devfreq_remove_device +EXPORT_SYMBOL vmlinux 0x75d0deb9 nsecs_to_jiffies64 +EXPORT_SYMBOL vmlinux 0x75d499dd vmcore_add_device_dump +EXPORT_SYMBOL vmlinux 0x75d5734e seg6_hmac_validate_skb +EXPORT_SYMBOL vmlinux 0x75e4fb34 __phy_read_mmd +EXPORT_SYMBOL vmlinux 0x75eca288 jbd2_trans_will_send_data_barrier +EXPORT_SYMBOL vmlinux 0x75f4086f devm_devfreq_remove_device +EXPORT_SYMBOL vmlinux 0x75fdb774 pci_disable_link_state_locked +EXPORT_SYMBOL vmlinux 0x760a0f4f yield +EXPORT_SYMBOL vmlinux 0x760eda60 console_force_preferred_locked +EXPORT_SYMBOL vmlinux 0x7614681a snd_pcm_lib_preallocate_pages_for_all +EXPORT_SYMBOL vmlinux 0x7615b079 __splice_from_pipe +EXPORT_SYMBOL vmlinux 0x7618af39 hdmi_infoframe_check +EXPORT_SYMBOL vmlinux 0x7618dc73 kern_path_create +EXPORT_SYMBOL vmlinux 0x761a8fd4 __dev_direct_xmit +EXPORT_SYMBOL vmlinux 0x761c9461 xfrm_policy_byid +EXPORT_SYMBOL vmlinux 0x763036db __pskb_copy_fclone +EXPORT_SYMBOL vmlinux 0x7647726c handle_sysrq +EXPORT_SYMBOL vmlinux 0x766a0927 mempool_alloc_pages +EXPORT_SYMBOL vmlinux 0x7673be7c __traceiter_mmap_lock_start_locking +EXPORT_SYMBOL vmlinux 0x7682ba4e __copy_overflow +EXPORT_SYMBOL vmlinux 0x769348db bd_abort_claiming +EXPORT_SYMBOL vmlinux 0x769f6e64 errseq_check +EXPORT_SYMBOL vmlinux 0x76ad9d86 pci_get_subsys +EXPORT_SYMBOL vmlinux 0x76b42721 dev_set_threaded +EXPORT_SYMBOL vmlinux 0x76c289d3 nand_ecc_init_ctx +EXPORT_SYMBOL vmlinux 0x76cf47f6 __aeabi_llsl +EXPORT_SYMBOL vmlinux 0x76d3cd60 laptop_mode +EXPORT_SYMBOL vmlinux 0x76df2eeb _atomic_dec_and_raw_lock_irqsave +EXPORT_SYMBOL vmlinux 0x76f92f03 gnet_stats_copy_rate_est +EXPORT_SYMBOL vmlinux 0x7711d094 phy_stop +EXPORT_SYMBOL vmlinux 0x772aedaa ip6_err_gen_icmpv6_unreach +EXPORT_SYMBOL vmlinux 0x7732159c free_irq_cpu_rmap +EXPORT_SYMBOL vmlinux 0x77358855 iomem_resource +EXPORT_SYMBOL vmlinux 0x77511ccf snd_ctl_register_ioctl +EXPORT_SYMBOL vmlinux 0x776745c2 skb_condense +EXPORT_SYMBOL vmlinux 0x776ca93a __clzdi2 +EXPORT_SYMBOL vmlinux 0x77773f5d tcf_idr_create +EXPORT_SYMBOL vmlinux 0x7791193f icst525_s2div +EXPORT_SYMBOL vmlinux 0x779a095b mr_mfc_seq_next +EXPORT_SYMBOL vmlinux 0x77ad6fc3 inet_put_port +EXPORT_SYMBOL vmlinux 0x77b5617f snd_pcm_hw_constraint_step +EXPORT_SYMBOL vmlinux 0x77bc13a0 strim +EXPORT_SYMBOL vmlinux 0x77cda11c dm_register_target +EXPORT_SYMBOL vmlinux 0x77d55e6b netif_device_attach +EXPORT_SYMBOL vmlinux 0x77e9eb37 aes_encrypt +EXPORT_SYMBOL vmlinux 0x77f0c550 seq_read_iter +EXPORT_SYMBOL vmlinux 0x77f9a0d0 misc_register +EXPORT_SYMBOL vmlinux 0x7806a8fa jbd2_journal_start +EXPORT_SYMBOL vmlinux 0x7807f0f8 schedule_timeout_idle +EXPORT_SYMBOL vmlinux 0x7812253d inode_set_bytes +EXPORT_SYMBOL vmlinux 0x7821fa0a security_inode_copy_up +EXPORT_SYMBOL vmlinux 0x784aaf11 ram_aops +EXPORT_SYMBOL vmlinux 0x78562d3a netlink_broadcast +EXPORT_SYMBOL vmlinux 0x785909cb inet6_del_offload +EXPORT_SYMBOL vmlinux 0x785b6042 snd_pcm_hw_rule_noresample +EXPORT_SYMBOL vmlinux 0x7870e871 posix_acl_update_mode +EXPORT_SYMBOL vmlinux 0x7873c24e i2c_register_driver +EXPORT_SYMBOL vmlinux 0x78764835 wireless_spy_update +EXPORT_SYMBOL vmlinux 0x78779c0b set_fiq_handler +EXPORT_SYMBOL vmlinux 0x789d841c regset_get_alloc +EXPORT_SYMBOL vmlinux 0x78a16f48 aes_decrypt +EXPORT_SYMBOL vmlinux 0x78a9821e tcp_prot +EXPORT_SYMBOL vmlinux 0x78b887ed vsprintf +EXPORT_SYMBOL vmlinux 0x78d34e14 clk_hw_get_clk +EXPORT_SYMBOL vmlinux 0x78df6bd7 no_pci_devices +EXPORT_SYMBOL vmlinux 0x78f7454b kmem_cache_free_bulk +EXPORT_SYMBOL vmlinux 0x7906261e inode_dio_wait +EXPORT_SYMBOL vmlinux 0x790a36a3 kern_unmount_array +EXPORT_SYMBOL vmlinux 0x791cee12 tty_register_ldisc +EXPORT_SYMBOL vmlinux 0x79280751 __seq_open_private +EXPORT_SYMBOL vmlinux 0x792a393e send_sig +EXPORT_SYMBOL vmlinux 0x794765d1 mempool_free +EXPORT_SYMBOL vmlinux 0x7957fcb0 send_sig_mceerr +EXPORT_SYMBOL vmlinux 0x79710ef1 init_task +EXPORT_SYMBOL vmlinux 0x79719fe8 filemap_invalidate_lock_two +EXPORT_SYMBOL vmlinux 0x7982cf38 skb_mac_gso_segment +EXPORT_SYMBOL vmlinux 0x79894782 i2c_smbus_read_i2c_block_data_or_emulated +EXPORT_SYMBOL vmlinux 0x79c385cd kthread_create_worker_on_cpu +EXPORT_SYMBOL vmlinux 0x79cc87bd __nla_reserve +EXPORT_SYMBOL vmlinux 0x79cd387f phy_free_interrupt +EXPORT_SYMBOL vmlinux 0x79d8f724 inet_pton_with_scope +EXPORT_SYMBOL vmlinux 0x79dfde45 scsi_get_device_flags_keyed +EXPORT_SYMBOL vmlinux 0x79fa1deb imx_ssi_fiq_rx_buffer +EXPORT_SYMBOL vmlinux 0x79fd0ab4 __traceiter_spi_transfer_stop +EXPORT_SYMBOL vmlinux 0x7a187874 __kfree_skb +EXPORT_SYMBOL vmlinux 0x7a1bcd59 gf128mul_x8_ble +EXPORT_SYMBOL vmlinux 0x7a21a076 end_buffer_read_sync +EXPORT_SYMBOL vmlinux 0x7a2ff57e security_current_getsecid_subj +EXPORT_SYMBOL vmlinux 0x7a33577d __blkdev_issue_discard +EXPORT_SYMBOL vmlinux 0x7a3e8a42 radix_tree_next_chunk +EXPORT_SYMBOL vmlinux 0x7a44c000 bitmap_print_list_to_buf +EXPORT_SYMBOL vmlinux 0x7a45e6e6 inode_permission +EXPORT_SYMBOL vmlinux 0x7a4eb04b tcf_block_put +EXPORT_SYMBOL vmlinux 0x7a509a06 _copy_from_iter_nocache +EXPORT_SYMBOL vmlinux 0x7a53a06d flow_indr_dev_exists +EXPORT_SYMBOL vmlinux 0x7a540000 pps_event +EXPORT_SYMBOL vmlinux 0x7a5ab98e netlink_capable +EXPORT_SYMBOL vmlinux 0x7a6cda04 trace_event_printf +EXPORT_SYMBOL vmlinux 0x7a95e5ae do_settimeofday64 +EXPORT_SYMBOL vmlinux 0x7a968137 ucc_slow_restart_tx +EXPORT_SYMBOL vmlinux 0x7aa1756e kvfree +EXPORT_SYMBOL vmlinux 0x7ac5fec6 input_release_device +EXPORT_SYMBOL vmlinux 0x7ac8fb1d input_set_min_poll_interval +EXPORT_SYMBOL vmlinux 0x7ad050b9 qid_lt +EXPORT_SYMBOL vmlinux 0x7adc0fbf rb_replace_node_rcu +EXPORT_SYMBOL vmlinux 0x7ade9c50 alloc_buffer_head +EXPORT_SYMBOL vmlinux 0x7aded2f7 down_write_trylock +EXPORT_SYMBOL vmlinux 0x7ae16b92 __dynamic_pr_debug +EXPORT_SYMBOL vmlinux 0x7ae42df8 ps2_sliced_command +EXPORT_SYMBOL vmlinux 0x7ae5d317 qe_get_snum +EXPORT_SYMBOL vmlinux 0x7aec3ca9 blk_mq_delay_run_hw_queue +EXPORT_SYMBOL vmlinux 0x7afc9d8a unregister_sound_mixer +EXPORT_SYMBOL vmlinux 0x7b08147e dma_resv_add_fence +EXPORT_SYMBOL vmlinux 0x7b20853a ip_mc_join_group +EXPORT_SYMBOL vmlinux 0x7b283ce3 prandom_bytes_state +EXPORT_SYMBOL vmlinux 0x7b2fb85d __xa_cmpxchg +EXPORT_SYMBOL vmlinux 0x7b369af3 linkwatch_fire_event +EXPORT_SYMBOL vmlinux 0x7b5a32f2 pci_scan_root_bus +EXPORT_SYMBOL vmlinux 0x7b5b8f31 sha256_update +EXPORT_SYMBOL vmlinux 0x7b5c8440 vm_munmap +EXPORT_SYMBOL vmlinux 0x7b65f31c devfreq_register_notifier +EXPORT_SYMBOL vmlinux 0x7b6a9133 __mdiobus_read +EXPORT_SYMBOL vmlinux 0x7b81f287 __bh_read_batch +EXPORT_SYMBOL vmlinux 0x7b9cf19a tcp_md5_hash_key +EXPORT_SYMBOL vmlinux 0x7ba5a3b4 tegra_powergate_power_off +EXPORT_SYMBOL vmlinux 0x7ba62a2a phy_start_cable_test_tdr +EXPORT_SYMBOL vmlinux 0x7bab6dd9 mmc_can_secure_erase_trim +EXPORT_SYMBOL vmlinux 0x7bb39892 lease_modify +EXPORT_SYMBOL vmlinux 0x7bc97a8c __of_mdiobus_register +EXPORT_SYMBOL vmlinux 0x7be3b36b jbd2_journal_free_reserved +EXPORT_SYMBOL vmlinux 0x7c0e8796 pci_fixup_device +EXPORT_SYMBOL vmlinux 0x7c11bf63 dma_map_resource +EXPORT_SYMBOL vmlinux 0x7c173634 __bitmap_complement +EXPORT_SYMBOL vmlinux 0x7c366581 inet_add_protocol +EXPORT_SYMBOL vmlinux 0x7c3bcc0b peernet2id +EXPORT_SYMBOL vmlinux 0x7c3d6b73 elevator_alloc +EXPORT_SYMBOL vmlinux 0x7c46233a cpufreq_quick_get +EXPORT_SYMBOL vmlinux 0x7c8cea9e key_create_or_update +EXPORT_SYMBOL vmlinux 0x7c90d454 sock_create_kern +EXPORT_SYMBOL vmlinux 0x7c9777af mdio_driver_register +EXPORT_SYMBOL vmlinux 0x7c9ca58f __sg_page_iter_next +EXPORT_SYMBOL vmlinux 0x7caebecd dev_uc_sync_multiple +EXPORT_SYMBOL vmlinux 0x7cb9f6e4 i2c_smbus_write_byte_data +EXPORT_SYMBOL vmlinux 0x7cc035a7 __ucmpdi2 +EXPORT_SYMBOL vmlinux 0x7cd0c85a tcp_sync_mss +EXPORT_SYMBOL vmlinux 0x7cd8755f vfs_copy_file_range +EXPORT_SYMBOL vmlinux 0x7ce18c9f from_kqid +EXPORT_SYMBOL vmlinux 0x7cf24845 mipi_dsi_dcs_set_display_brightness_large +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 0x7d22f6a6 gen_pool_dma_zalloc +EXPORT_SYMBOL vmlinux 0x7d27e504 dm_shift_arg +EXPORT_SYMBOL vmlinux 0x7d2817b5 __udp_disconnect +EXPORT_SYMBOL vmlinux 0x7d2ef2b0 down_read_interruptible +EXPORT_SYMBOL vmlinux 0x7d315062 seq_read +EXPORT_SYMBOL vmlinux 0x7d4b176a netlbl_catmap_setbit +EXPORT_SYMBOL vmlinux 0x7d6a81f3 tcf_action_update_hw_stats +EXPORT_SYMBOL vmlinux 0x7d79ae68 i2c_smbus_write_i2c_block_data +EXPORT_SYMBOL vmlinux 0x7d7ccd82 irq_set_chip +EXPORT_SYMBOL vmlinux 0x7d8f9e40 ps2_drain +EXPORT_SYMBOL vmlinux 0x7daece67 quota_send_warning +EXPORT_SYMBOL vmlinux 0x7db72669 kobject_init +EXPORT_SYMBOL vmlinux 0x7db7dc70 kthread_associate_blkcg +EXPORT_SYMBOL vmlinux 0x7dc555e4 jbd2_journal_force_commit +EXPORT_SYMBOL vmlinux 0x7dc5ffa7 tc_skb_ext_tc_disable +EXPORT_SYMBOL vmlinux 0x7de5222b blk_mq_init_queue +EXPORT_SYMBOL vmlinux 0x7e0051bb skb_get_hash_perturb +EXPORT_SYMBOL vmlinux 0x7e0ce0c3 up_write +EXPORT_SYMBOL vmlinux 0x7e108f26 of_platform_device_create +EXPORT_SYMBOL vmlinux 0x7e25b128 simple_pin_fs +EXPORT_SYMBOL vmlinux 0x7e3191f6 try_to_del_timer_sync +EXPORT_SYMBOL vmlinux 0x7e6dba1d folio_unlock +EXPORT_SYMBOL vmlinux 0x7e7c01cb phy_advertise_supported +EXPORT_SYMBOL vmlinux 0x7e986abe try_wait_for_completion +EXPORT_SYMBOL vmlinux 0x7e9e2e1f mark_buffer_dirty +EXPORT_SYMBOL vmlinux 0x7ea0d4ca tegra_sku_info +EXPORT_SYMBOL vmlinux 0x7eb5ce87 tegra_ivc_read_get_next_frame +EXPORT_SYMBOL vmlinux 0x7ec750d1 backlight_device_get_by_type +EXPORT_SYMBOL vmlinux 0x7ec7f1a7 kthread_complete_and_exit +EXPORT_SYMBOL vmlinux 0x7ec8b4d4 scsi_device_set_state +EXPORT_SYMBOL vmlinux 0x7ed01363 dmam_pool_create +EXPORT_SYMBOL vmlinux 0x7ee4e789 skb_headers_offset_update +EXPORT_SYMBOL vmlinux 0x7ef77f41 kthread_bind +EXPORT_SYMBOL vmlinux 0x7ef914ec tty_port_put +EXPORT_SYMBOL vmlinux 0x7f02188f __msecs_to_jiffies +EXPORT_SYMBOL vmlinux 0x7f03b6a9 crc_ccitt_table +EXPORT_SYMBOL vmlinux 0x7f042503 pci_scan_bridge +EXPORT_SYMBOL vmlinux 0x7f06ee00 new_inode +EXPORT_SYMBOL vmlinux 0x7f10baf8 kmalloc_node_trace +EXPORT_SYMBOL vmlinux 0x7f24de73 jiffies_to_usecs +EXPORT_SYMBOL vmlinux 0x7f275aef skb_flow_dissector_init +EXPORT_SYMBOL vmlinux 0x7f349c90 param_ops_bint +EXPORT_SYMBOL vmlinux 0x7f36f57e fwnode_mdiobus_phy_device_register +EXPORT_SYMBOL vmlinux 0x7f3fbe52 flow_rule_match_tcp +EXPORT_SYMBOL vmlinux 0x7f5b4fe4 sg_free_table +EXPORT_SYMBOL vmlinux 0x7f63b31e _memcpy_toio +EXPORT_SYMBOL vmlinux 0x7f7f7bb4 irq_poll_disable +EXPORT_SYMBOL vmlinux 0x7f8d570f empty_zero_page +EXPORT_SYMBOL vmlinux 0x7f934f66 mptcp_subflow_reqsk_alloc +EXPORT_SYMBOL vmlinux 0x7f9a82a1 find_get_pages_range_tag +EXPORT_SYMBOL vmlinux 0x7fb26192 dev_mc_del +EXPORT_SYMBOL vmlinux 0x7fbdaf21 tcp_read_skb +EXPORT_SYMBOL vmlinux 0x7fc13df2 xfrm_state_unregister_afinfo +EXPORT_SYMBOL vmlinux 0x7fc44b38 mount_single +EXPORT_SYMBOL vmlinux 0x7fc9f2de phy_get_c45_ids +EXPORT_SYMBOL vmlinux 0x7fce778e tegra_ivc_total_queue_size +EXPORT_SYMBOL vmlinux 0x7fd66736 flow_rule_alloc +EXPORT_SYMBOL vmlinux 0x7fdab141 fddi_type_trans +EXPORT_SYMBOL vmlinux 0x7fde2edb vme_master_read +EXPORT_SYMBOL vmlinux 0x7fdfd45f mfd_remove_devices_late +EXPORT_SYMBOL vmlinux 0x7fe220dd configfs_unregister_subsystem +EXPORT_SYMBOL vmlinux 0x7fe32873 rb_replace_node +EXPORT_SYMBOL vmlinux 0x800e4ffa __muldi3 +EXPORT_SYMBOL vmlinux 0x8011f3d7 qdisc_put_unlocked +EXPORT_SYMBOL vmlinux 0x8023a07a alloc_netdev_mqs +EXPORT_SYMBOL vmlinux 0x80390bab take_dentry_name_snapshot +EXPORT_SYMBOL vmlinux 0x8039b3fd _totalram_pages +EXPORT_SYMBOL vmlinux 0x803afb35 iov_iter_revert +EXPORT_SYMBOL vmlinux 0x803ddbb6 __posix_acl_create +EXPORT_SYMBOL vmlinux 0x804ca544 __i2c_smbus_xfer +EXPORT_SYMBOL vmlinux 0x806331d9 dma_fence_array_create +EXPORT_SYMBOL vmlinux 0x80693eb8 fs_param_is_path +EXPORT_SYMBOL vmlinux 0x80816f26 get_user_ifreq +EXPORT_SYMBOL vmlinux 0x80ba5425 fd_install +EXPORT_SYMBOL vmlinux 0x80c4c319 crc32_le +EXPORT_SYMBOL vmlinux 0x80ca5026 _bin2bcd +EXPORT_SYMBOL vmlinux 0x80d2b6f8 mr_mfc_find_any +EXPORT_SYMBOL vmlinux 0x80d38ff8 _raw_spin_trylock_bh +EXPORT_SYMBOL vmlinux 0x80d529f1 padata_alloc +EXPORT_SYMBOL vmlinux 0x80d68d3e fb_register_client +EXPORT_SYMBOL vmlinux 0x80df1966 __inc_node_page_state +EXPORT_SYMBOL vmlinux 0x80e59582 from_kuid +EXPORT_SYMBOL vmlinux 0x80e5f86f fscrypt_fname_alloc_buffer +EXPORT_SYMBOL vmlinux 0x80e7e130 rawv6_mh_filter_register +EXPORT_SYMBOL vmlinux 0x80f33cf6 nf_ip_checksum +EXPORT_SYMBOL vmlinux 0x8102618c unregister_netdevice_notifier_dev_net +EXPORT_SYMBOL vmlinux 0x8108ac7a down_read_trylock +EXPORT_SYMBOL vmlinux 0x810bef7e sg_free_append_table +EXPORT_SYMBOL vmlinux 0x810d54d0 read_cache_folio +EXPORT_SYMBOL vmlinux 0x8112b3d2 scsi_build_sense_buffer +EXPORT_SYMBOL vmlinux 0x8115f8f1 dma_resv_replace_fences +EXPORT_SYMBOL vmlinux 0x812a13da skb_copy_bits +EXPORT_SYMBOL vmlinux 0x812a2aa2 tcp_recv_skb +EXPORT_SYMBOL vmlinux 0x812e5402 sock_no_accept +EXPORT_SYMBOL vmlinux 0x812fcdaf pci_get_domain_bus_and_slot +EXPORT_SYMBOL vmlinux 0x8132adbd cdc_parse_cdc_header +EXPORT_SYMBOL vmlinux 0x8159bb70 debugfs_create_automount +EXPORT_SYMBOL vmlinux 0x815b5dd4 match_octal +EXPORT_SYMBOL vmlinux 0x8166f34f kernel_param_lock +EXPORT_SYMBOL vmlinux 0x816931eb consume_skb +EXPORT_SYMBOL vmlinux 0x818416e1 scsi_set_sense_information +EXPORT_SYMBOL vmlinux 0x818edf97 cpm_muram_alloc +EXPORT_SYMBOL vmlinux 0x819784c1 devm_backlight_device_unregister +EXPORT_SYMBOL vmlinux 0x81a1eb59 utf8_unload +EXPORT_SYMBOL vmlinux 0x81adef99 refcount_dec_and_mutex_lock +EXPORT_SYMBOL vmlinux 0x81b20e8b ucc_fast_transmit_on_demand +EXPORT_SYMBOL vmlinux 0x81c317f2 inet_add_offload +EXPORT_SYMBOL vmlinux 0x81c5544e wait_for_completion_killable +EXPORT_SYMBOL vmlinux 0x81ceec40 rawnand_sw_bch_cleanup +EXPORT_SYMBOL vmlinux 0x81db6ebb xz_dec_reset +EXPORT_SYMBOL vmlinux 0x81dd2bca dcb_ieee_getapp_default_prio_mask +EXPORT_SYMBOL vmlinux 0x81e6b37f dmi_get_system_info +EXPORT_SYMBOL vmlinux 0x821fe3b1 set_posix_acl +EXPORT_SYMBOL vmlinux 0x822137e2 arm_heavy_mb +EXPORT_SYMBOL vmlinux 0x8221f0eb tcp_rtx_synack +EXPORT_SYMBOL vmlinux 0x82483ad7 of_cpu_node_to_id +EXPORT_SYMBOL vmlinux 0x8248f875 get_ipc_ns_exported +EXPORT_SYMBOL vmlinux 0x824a4367 tmio_core_mmc_pwr +EXPORT_SYMBOL vmlinux 0x825971ad phy_mipi_dphy_get_default_config_for_hsclk +EXPORT_SYMBOL vmlinux 0x825e3bd6 pci_bus_alloc_resource +EXPORT_SYMBOL vmlinux 0x82747fd8 mipi_dsi_dcs_get_power_mode +EXPORT_SYMBOL vmlinux 0x827f924e vmalloc_array +EXPORT_SYMBOL vmlinux 0x82858646 of_lpddr3_get_ddr_timings +EXPORT_SYMBOL vmlinux 0x8289274d bio_add_pc_page +EXPORT_SYMBOL vmlinux 0x828ce6bb mutex_lock +EXPORT_SYMBOL vmlinux 0x82925d9d __traceiter_kmalloc +EXPORT_SYMBOL vmlinux 0x82ae890e tcf_idr_cleanup +EXPORT_SYMBOL vmlinux 0x82b4f445 skb_tunnel_check_pmtu +EXPORT_SYMBOL vmlinux 0x82bf869c fs_param_is_blob +EXPORT_SYMBOL vmlinux 0x82c351b6 uart_resume_port +EXPORT_SYMBOL vmlinux 0x82cf52fe qcom_scm_pas_metadata_release +EXPORT_SYMBOL vmlinux 0x82d3662a skb_append +EXPORT_SYMBOL vmlinux 0x82d7e12a mii_check_link +EXPORT_SYMBOL vmlinux 0x82ee90dc timer_delete_sync +EXPORT_SYMBOL vmlinux 0x82fb8997 grab_cache_page_write_begin +EXPORT_SYMBOL vmlinux 0x82fbe9fd devm_rproc_add +EXPORT_SYMBOL vmlinux 0x83000ded blk_mq_delay_kick_requeue_list +EXPORT_SYMBOL vmlinux 0x830fb48a folio_mapping +EXPORT_SYMBOL vmlinux 0x830fcadb vfs_fadvise +EXPORT_SYMBOL vmlinux 0x8320bea8 __umodsi3 +EXPORT_SYMBOL vmlinux 0x832a6962 blk_mq_stop_hw_queues +EXPORT_SYMBOL vmlinux 0x832c93e2 fifo_set_limit +EXPORT_SYMBOL vmlinux 0x83333888 unregister_quota_format +EXPORT_SYMBOL vmlinux 0x833e5a84 inet_protos +EXPORT_SYMBOL vmlinux 0x83486fd0 tcf_block_get_ext +EXPORT_SYMBOL vmlinux 0x835151a6 fs_param_is_fd +EXPORT_SYMBOL vmlinux 0x83581089 gf128mul_init_4k_lle +EXPORT_SYMBOL vmlinux 0x8371c912 inc_node_state +EXPORT_SYMBOL vmlinux 0x837ac0b0 mmc_gpiod_request_cd +EXPORT_SYMBOL vmlinux 0x838d2bc8 siphash_3u32 +EXPORT_SYMBOL vmlinux 0x838e6933 bpf_map_get +EXPORT_SYMBOL vmlinux 0x8395630b pci_find_parent_resource +EXPORT_SYMBOL vmlinux 0x83ab06e7 kmem_cache_size +EXPORT_SYMBOL vmlinux 0x83aceadd devfreq_get_freq_range +EXPORT_SYMBOL vmlinux 0x83c305f5 tty_unregister_device +EXPORT_SYMBOL vmlinux 0x83c43197 simple_lookup +EXPORT_SYMBOL vmlinux 0x83cd0e6f atomic_io_modify +EXPORT_SYMBOL vmlinux 0x83f5c1a4 netpoll_poll_enable +EXPORT_SYMBOL vmlinux 0x83f7146f inet_get_local_port_range +EXPORT_SYMBOL vmlinux 0x840342c6 sgl_free +EXPORT_SYMBOL vmlinux 0x84071821 page_address +EXPORT_SYMBOL vmlinux 0x840e47b7 scsi_vpd_tpg_id +EXPORT_SYMBOL vmlinux 0x841a39e8 netif_stacked_transfer_operstate +EXPORT_SYMBOL vmlinux 0x842b4bb9 sock_setsockopt +EXPORT_SYMBOL vmlinux 0x84321c45 tty_port_close_end +EXPORT_SYMBOL vmlinux 0x84339dca mipi_dsi_attach +EXPORT_SYMBOL vmlinux 0x84356be7 zstd_dstream_workspace_bound +EXPORT_SYMBOL vmlinux 0x84383f04 pfifo_fast_ops +EXPORT_SYMBOL vmlinux 0x8456e9a7 xa_erase +EXPORT_SYMBOL vmlinux 0x84655e6a tcp_sock_set_quickack +EXPORT_SYMBOL vmlinux 0x847b8c61 vfs_symlink +EXPORT_SYMBOL vmlinux 0x847f1d98 dma_async_device_register +EXPORT_SYMBOL vmlinux 0x84803cbf param_ops_long +EXPORT_SYMBOL vmlinux 0x84818f57 tegra_powergate_power_on +EXPORT_SYMBOL vmlinux 0x84a0ca4d bitmap_zalloc_node +EXPORT_SYMBOL vmlinux 0x84a39be2 nand_ecc_get_on_die_hw_engine +EXPORT_SYMBOL vmlinux 0x84aaeaaf sock_i_ino +EXPORT_SYMBOL vmlinux 0x84b183ae strncmp +EXPORT_SYMBOL vmlinux 0x84bc9be0 tcp_sendmsg +EXPORT_SYMBOL vmlinux 0x84c1eed7 has_capability_noaudit +EXPORT_SYMBOL vmlinux 0x84f52831 folio_mark_accessed +EXPORT_SYMBOL vmlinux 0x84f5fc94 ps2_handle_response +EXPORT_SYMBOL vmlinux 0x84f99d94 mipi_dsi_detach +EXPORT_SYMBOL vmlinux 0x84f9cb2a snd_ctl_find_id +EXPORT_SYMBOL vmlinux 0x84fe15e1 bdi_set_max_ratio +EXPORT_SYMBOL vmlinux 0x850fe2d7 pci_scan_bus +EXPORT_SYMBOL vmlinux 0x85147f10 xfrm_init_state +EXPORT_SYMBOL vmlinux 0x8514b835 pci_bus_find_capability +EXPORT_SYMBOL vmlinux 0x852730cd jbd2_journal_stop +EXPORT_SYMBOL vmlinux 0x8537b551 xsk_tx_completed +EXPORT_SYMBOL vmlinux 0x854fbde5 sg_miter_next +EXPORT_SYMBOL vmlinux 0x85670f1d rtnl_is_locked +EXPORT_SYMBOL vmlinux 0x85678a5e eth_commit_mac_addr_change +EXPORT_SYMBOL vmlinux 0x857cf47e inet_frags_init +EXPORT_SYMBOL vmlinux 0x8580f552 aperture_remove_conflicting_pci_devices +EXPORT_SYMBOL vmlinux 0x8582ebff cpu_all_bits +EXPORT_SYMBOL vmlinux 0x8591d7d5 ledtrig_mtd_activity +EXPORT_SYMBOL vmlinux 0x85b5e625 rfkill_set_states +EXPORT_SYMBOL vmlinux 0x85bbdfb5 tcf_exts_validate_ex +EXPORT_SYMBOL vmlinux 0x85bd1608 __request_region +EXPORT_SYMBOL vmlinux 0x85c47bee generic_file_read_iter +EXPORT_SYMBOL vmlinux 0x85df9b6c strsep +EXPORT_SYMBOL vmlinux 0x85e097c1 setup_new_exec +EXPORT_SYMBOL vmlinux 0x85eef566 pci_free_host_bridge +EXPORT_SYMBOL vmlinux 0x85efc7e0 zero_pfn +EXPORT_SYMBOL vmlinux 0x85f1285e fs_param_is_u32 +EXPORT_SYMBOL vmlinux 0x85f44aa9 sock_set_sndtimeo +EXPORT_SYMBOL vmlinux 0x862672a6 tcf_qevent_dump +EXPORT_SYMBOL vmlinux 0x862bc663 memset16 +EXPORT_SYMBOL vmlinux 0x862c8035 bitmap_alloc_node +EXPORT_SYMBOL vmlinux 0x86305bf7 netif_rx +EXPORT_SYMBOL vmlinux 0x863a276a color_table +EXPORT_SYMBOL vmlinux 0x863fcd72 iov_iter_single_seg_count +EXPORT_SYMBOL vmlinux 0x86405863 snd_pcm_hw_constraint_pow2 +EXPORT_SYMBOL vmlinux 0x867d3c56 genphy_write_mmd_unsupported +EXPORT_SYMBOL vmlinux 0x868acba5 get_options +EXPORT_SYMBOL vmlinux 0x868d800e inet6_getname +EXPORT_SYMBOL vmlinux 0x8696e440 pcim_enable_device +EXPORT_SYMBOL vmlinux 0x86bc16f6 twl6040_reg_read +EXPORT_SYMBOL vmlinux 0x86cd3c85 proc_create_single_data +EXPORT_SYMBOL vmlinux 0x86d10bfe dquot_operations +EXPORT_SYMBOL vmlinux 0x86d52ba5 lookup_constant +EXPORT_SYMBOL vmlinux 0x86dd708d tc_skb_ext_tc_enable +EXPORT_SYMBOL vmlinux 0x86e8aa99 pm860x_reg_read +EXPORT_SYMBOL vmlinux 0x86e9af71 __hw_addr_ref_sync_dev +EXPORT_SYMBOL vmlinux 0x86eb0c08 proc_dointvec +EXPORT_SYMBOL vmlinux 0x86f0708e pcim_set_mwi +EXPORT_SYMBOL vmlinux 0x86f57b00 netdev_has_upper_dev_all_rcu +EXPORT_SYMBOL vmlinux 0x86fb9b05 bitmap_parse_user +EXPORT_SYMBOL vmlinux 0x870d5a1c __init_swait_queue_head +EXPORT_SYMBOL vmlinux 0x87289cc1 device_get_ethdev_address +EXPORT_SYMBOL vmlinux 0x873f0e73 nand_ecc_get_on_host_hw_engine +EXPORT_SYMBOL vmlinux 0x874c44b9 genlmsg_multicast_allns +EXPORT_SYMBOL vmlinux 0x8750700a fasync_helper +EXPORT_SYMBOL vmlinux 0x876f665e ip_mc_leave_group +EXPORT_SYMBOL vmlinux 0x8779212b inet_frag_queue_insert +EXPORT_SYMBOL vmlinux 0x877c6bea ether_setup +EXPORT_SYMBOL vmlinux 0x87809aeb put_user_ifreq +EXPORT_SYMBOL vmlinux 0x87932022 scsi_eh_prep_cmnd +EXPORT_SYMBOL vmlinux 0x87a21cb3 __ubsan_handle_out_of_bounds +EXPORT_SYMBOL vmlinux 0x87b2d2d3 vlan_for_each +EXPORT_SYMBOL vmlinux 0x87b85e51 nand_ecc_sw_hamming_init_ctx +EXPORT_SYMBOL vmlinux 0x87b8798d sg_next +EXPORT_SYMBOL vmlinux 0x87c8d057 napi_complete_done +EXPORT_SYMBOL vmlinux 0x87cc4427 sock_queue_err_skb +EXPORT_SYMBOL vmlinux 0x87fd0b89 security_inode_init_security +EXPORT_SYMBOL vmlinux 0x87ff338b nvdimm_bus_lock +EXPORT_SYMBOL vmlinux 0x880b4e20 snd_timer_notify +EXPORT_SYMBOL vmlinux 0x881bad5e phy_mipi_dphy_config_validate +EXPORT_SYMBOL vmlinux 0x88233eb0 jbd2_journal_submit_inode_data_buffers +EXPORT_SYMBOL vmlinux 0x8832b12e netdev_lower_get_next_private_rcu +EXPORT_SYMBOL vmlinux 0x883aa5dd mii_ethtool_sset +EXPORT_SYMBOL vmlinux 0x8848a6f9 phy_suspend +EXPORT_SYMBOL vmlinux 0x88688484 zstd_compress_cctx +EXPORT_SYMBOL vmlinux 0x8872b223 d_exact_alias +EXPORT_SYMBOL vmlinux 0x88766e99 input_register_handler +EXPORT_SYMBOL vmlinux 0x88822d38 unregister_blocking_lsm_notifier +EXPORT_SYMBOL vmlinux 0x8896c5b8 scsi_change_queue_depth +EXPORT_SYMBOL vmlinux 0x88b0858d blk_rq_map_kern +EXPORT_SYMBOL vmlinux 0x88b19f45 system_serial +EXPORT_SYMBOL vmlinux 0x88c51bf3 get_cached_acl +EXPORT_SYMBOL vmlinux 0x88db665b kstrtoul_from_user +EXPORT_SYMBOL vmlinux 0x88db9f48 __check_object_size +EXPORT_SYMBOL vmlinux 0x88e1d0f0 page_frag_free +EXPORT_SYMBOL vmlinux 0x8917f414 kunmap_local_indexed +EXPORT_SYMBOL vmlinux 0x894c5b2f __devm_of_mdiobus_register +EXPORT_SYMBOL vmlinux 0x8965517a neigh_parms_alloc +EXPORT_SYMBOL vmlinux 0x897422e9 __mdiobus_register +EXPORT_SYMBOL vmlinux 0x8978733e bfifo_qdisc_ops +EXPORT_SYMBOL vmlinux 0x897b58e4 km_state_notify +EXPORT_SYMBOL vmlinux 0x8982a088 inet_offloads +EXPORT_SYMBOL vmlinux 0x89983275 devm_devfreq_register_notifier +EXPORT_SYMBOL vmlinux 0x89992707 simple_open +EXPORT_SYMBOL vmlinux 0x899ab97e sk_common_release +EXPORT_SYMBOL vmlinux 0x89a1eb0c folio_end_writeback +EXPORT_SYMBOL vmlinux 0x89a8d0b2 vlan_vid_del +EXPORT_SYMBOL vmlinux 0x89d2616f tc_setup_cb_destroy +EXPORT_SYMBOL vmlinux 0x89d34733 __hw_addr_ref_unsync_dev +EXPORT_SYMBOL vmlinux 0x89de645f tcp_get_cookie_sock +EXPORT_SYMBOL vmlinux 0x89e8afb0 freeze_super +EXPORT_SYMBOL vmlinux 0x8a23e7cd flow_rule_match_ports +EXPORT_SYMBOL vmlinux 0x8a27e9ef disk_stack_limits +EXPORT_SYMBOL vmlinux 0x8a338700 of_io_request_and_map +EXPORT_SYMBOL vmlinux 0x8a3b1285 __xa_erase +EXPORT_SYMBOL vmlinux 0x8a47917a from_kgid +EXPORT_SYMBOL vmlinux 0x8a490c90 rfkill_set_sw_state +EXPORT_SYMBOL vmlinux 0x8a4fa83b __aeabi_llsr +EXPORT_SYMBOL vmlinux 0x8a5134fc scsi_host_alloc +EXPORT_SYMBOL vmlinux 0x8a5fa4bc snd_pcm_hw_constraint_integer +EXPORT_SYMBOL vmlinux 0x8a6937f2 from_kgid_munged +EXPORT_SYMBOL vmlinux 0x8a7094ba vm_brk_flags +EXPORT_SYMBOL vmlinux 0x8a7bcdd1 jbd2_journal_init_inode +EXPORT_SYMBOL vmlinux 0x8a7d1c31 high_memory +EXPORT_SYMBOL vmlinux 0x8a8142bf devm_extcon_register_notifier +EXPORT_SYMBOL vmlinux 0x8a99a016 mempool_free_slab +EXPORT_SYMBOL vmlinux 0x8aa0402b _raw_read_unlock_irqrestore +EXPORT_SYMBOL vmlinux 0x8aaae9f8 pipe_unlock +EXPORT_SYMBOL vmlinux 0x8ab5e7dc pci_enable_msix_range +EXPORT_SYMBOL vmlinux 0x8ac136ae imx_sc_misc_get_control +EXPORT_SYMBOL vmlinux 0x8ac3334b net_dim_get_def_rx_moderation +EXPORT_SYMBOL vmlinux 0x8ace1a32 snd_mixer_oss_notify_callback +EXPORT_SYMBOL vmlinux 0x8ace5243 key_invalidate +EXPORT_SYMBOL vmlinux 0x8acf7305 crypto_sha512_finup +EXPORT_SYMBOL vmlinux 0x8ad82fd8 kset_register +EXPORT_SYMBOL vmlinux 0x8adc0ce0 xsk_set_rx_need_wakeup +EXPORT_SYMBOL vmlinux 0x8adf00fb jbd2_journal_put_journal_head +EXPORT_SYMBOL vmlinux 0x8ae81646 skb_copy_and_csum_bits +EXPORT_SYMBOL vmlinux 0x8af2e612 genphy_c37_config_aneg +EXPORT_SYMBOL vmlinux 0x8af72e8f kobject_put +EXPORT_SYMBOL vmlinux 0x8af83d1b skb_trim +EXPORT_SYMBOL vmlinux 0x8afa1d6f bdi_unregister +EXPORT_SYMBOL vmlinux 0x8b0088d1 LZ4_decompress_safe_usingDict +EXPORT_SYMBOL vmlinux 0x8b0df7e8 of_mdio_find_device +EXPORT_SYMBOL vmlinux 0x8b0e0626 vme_register_error_handler +EXPORT_SYMBOL vmlinux 0x8b12d2d5 tcp_connect +EXPORT_SYMBOL vmlinux 0x8b14f0e8 md_error +EXPORT_SYMBOL vmlinux 0x8b369095 blkdev_get_by_path +EXPORT_SYMBOL vmlinux 0x8b51538a pci_bus_read_config_word +EXPORT_SYMBOL vmlinux 0x8b5927a0 down_timeout +EXPORT_SYMBOL vmlinux 0x8b618d08 overflowuid +EXPORT_SYMBOL vmlinux 0x8b6e8c50 con_copy_unimap +EXPORT_SYMBOL vmlinux 0x8b6f9f76 blake2s_compress +EXPORT_SYMBOL vmlinux 0x8b7273a6 blk_queue_dma_alignment +EXPORT_SYMBOL vmlinux 0x8b785b9a tcp_sock_set_user_timeout +EXPORT_SYMBOL vmlinux 0x8b8059bd in_group_p +EXPORT_SYMBOL vmlinux 0x8b8455ba qdisc_offload_graft_helper +EXPORT_SYMBOL vmlinux 0x8b8b43e9 of_graph_get_remote_port +EXPORT_SYMBOL vmlinux 0x8b910be2 errseq_sample +EXPORT_SYMBOL vmlinux 0x8b91b88c pci_disable_link_state +EXPORT_SYMBOL vmlinux 0x8bb0a893 neigh_carrier_down +EXPORT_SYMBOL vmlinux 0x8bbd3391 vfs_dedupe_file_range +EXPORT_SYMBOL vmlinux 0x8bc5d6db devfreq_add_device +EXPORT_SYMBOL vmlinux 0x8bdfc47c __mb_cache_entry_free +EXPORT_SYMBOL vmlinux 0x8be189ab ucc_slow_disable +EXPORT_SYMBOL vmlinux 0x8bee75d7 proc_dostring +EXPORT_SYMBOL vmlinux 0x8bf2bf52 serial8250_set_isa_configurator +EXPORT_SYMBOL vmlinux 0x8bfb7ce5 pci_bus_write_config_byte +EXPORT_SYMBOL vmlinux 0x8bfc7a51 mq_change_real_num_tx +EXPORT_SYMBOL vmlinux 0x8bfea65a __nlmsg_put +EXPORT_SYMBOL vmlinux 0x8c01494c nvdimm_check_and_set_ro +EXPORT_SYMBOL vmlinux 0x8c417888 dcache_dir_open +EXPORT_SYMBOL vmlinux 0x8c490841 __cpuhp_remove_state +EXPORT_SYMBOL vmlinux 0x8c4d8c04 xattr_supported_namespace +EXPORT_SYMBOL vmlinux 0x8c54f9f0 drop_super +EXPORT_SYMBOL vmlinux 0x8c5d254a dma_fence_array_ops +EXPORT_SYMBOL vmlinux 0x8c6b594b mr_fill_mroute +EXPORT_SYMBOL vmlinux 0x8c6f6352 __generic_file_fsync +EXPORT_SYMBOL vmlinux 0x8c8569cb kstrtoint +EXPORT_SYMBOL vmlinux 0x8c90ec9e fget +EXPORT_SYMBOL vmlinux 0x8c926b2d sock_no_linger +EXPORT_SYMBOL vmlinux 0x8c9cfd24 mdio_device_reset +EXPORT_SYMBOL vmlinux 0x8caf9305 uuid_is_valid +EXPORT_SYMBOL vmlinux 0x8cb6e750 udp6_seq_ops +EXPORT_SYMBOL vmlinux 0x8cb7534b of_find_node_opts_by_path +EXPORT_SYMBOL vmlinux 0x8cbe903f flow_block_cb_setup_simple +EXPORT_SYMBOL vmlinux 0x8cc53d20 __par_io_config_pin +EXPORT_SYMBOL vmlinux 0x8ccc602b pcie_set_mps +EXPORT_SYMBOL vmlinux 0x8ce13cc5 udplite_table +EXPORT_SYMBOL vmlinux 0x8cfb01ac simple_release_fs +EXPORT_SYMBOL vmlinux 0x8cfe8217 __skb_checksum_complete +EXPORT_SYMBOL vmlinux 0x8d050d21 seq_escape_mem +EXPORT_SYMBOL vmlinux 0x8d33e672 __find_nth_andnot_bit +EXPORT_SYMBOL vmlinux 0x8d3e608e __page_frag_cache_drain +EXPORT_SYMBOL vmlinux 0x8d40b543 serio_unregister_port +EXPORT_SYMBOL vmlinux 0x8d4112df qcom_scm_mem_protect_video_var +EXPORT_SYMBOL vmlinux 0x8d412b02 folio_wait_bit +EXPORT_SYMBOL vmlinux 0x8d55bb8a qid_eq +EXPORT_SYMBOL vmlinux 0x8d73278e hex_asc_upper +EXPORT_SYMBOL vmlinux 0x8d74fbe0 mmc_remove_host +EXPORT_SYMBOL vmlinux 0x8d8b2771 __scsi_print_sense +EXPORT_SYMBOL vmlinux 0x8d950454 __sock_i_ino +EXPORT_SYMBOL vmlinux 0x8d994c05 nand_read_oob_std +EXPORT_SYMBOL vmlinux 0x8da6a9dd mipi_dsi_dcs_set_display_brightness +EXPORT_SYMBOL vmlinux 0x8db5cdb7 tcf_action_check_ctrlact +EXPORT_SYMBOL vmlinux 0x8dd5bfba filp_close +EXPORT_SYMBOL vmlinux 0x8ddd8aad schedule_timeout +EXPORT_SYMBOL vmlinux 0x8de8dc82 blk_mq_alloc_tag_set +EXPORT_SYMBOL vmlinux 0x8df3789f snd_oss_info_register +EXPORT_SYMBOL vmlinux 0x8df4afd9 qe_put_snum +EXPORT_SYMBOL vmlinux 0x8df7f542 nf_register_net_hooks +EXPORT_SYMBOL vmlinux 0x8df9dd10 guid_null +EXPORT_SYMBOL vmlinux 0x8dfefc0d kvmalloc_node +EXPORT_SYMBOL vmlinux 0x8e09b1f7 snd_device_free +EXPORT_SYMBOL vmlinux 0x8e101394 param_ops_short +EXPORT_SYMBOL vmlinux 0x8e11c2cb dquot_alloc +EXPORT_SYMBOL vmlinux 0x8e2053a4 pcibios_resource_to_bus +EXPORT_SYMBOL vmlinux 0x8e2e0252 input_mt_destroy_slots +EXPORT_SYMBOL vmlinux 0x8e373e2f d_invalidate +EXPORT_SYMBOL vmlinux 0x8e383342 pm860x_bulk_read +EXPORT_SYMBOL vmlinux 0x8e4a8def fbcon_update_vcs +EXPORT_SYMBOL vmlinux 0x8e4c60a3 cpm_muram_dma +EXPORT_SYMBOL vmlinux 0x8e647306 rt_dst_clone +EXPORT_SYMBOL vmlinux 0x8e865d3c arm_delay_ops +EXPORT_SYMBOL vmlinux 0x8e876807 rps_needed +EXPORT_SYMBOL vmlinux 0x8e8bac69 nf_unregister_net_hooks +EXPORT_SYMBOL vmlinux 0x8e93bd24 security_secctx_to_secid +EXPORT_SYMBOL vmlinux 0x8ea246f3 kobject_set_name +EXPORT_SYMBOL vmlinux 0x8ecbb3b8 nand_check_erased_ecc_chunk +EXPORT_SYMBOL vmlinux 0x8ed0860f phy_trigger_machine +EXPORT_SYMBOL vmlinux 0x8ed6018b discard_new_inode +EXPORT_SYMBOL vmlinux 0x8edbfffb hdmi_spd_infoframe_pack_only +EXPORT_SYMBOL vmlinux 0x8ee6236c pm860x_reg_write +EXPORT_SYMBOL vmlinux 0x8ee7698c sg_miter_skip +EXPORT_SYMBOL vmlinux 0x8ee8ffe0 tcf_exts_num_actions +EXPORT_SYMBOL vmlinux 0x8efb7911 generic_error_remove_page +EXPORT_SYMBOL vmlinux 0x8efd5419 kernel_bind +EXPORT_SYMBOL vmlinux 0x8f01afd6 twl6030_interrupt_mask +EXPORT_SYMBOL vmlinux 0x8f213123 __ip_mc_dec_group +EXPORT_SYMBOL vmlinux 0x8f22a027 __traceiter_dma_fence_emit +EXPORT_SYMBOL vmlinux 0x8f39a016 register_sound_special +EXPORT_SYMBOL vmlinux 0x8f4e1e2f dquot_load_quota_sb +EXPORT_SYMBOL vmlinux 0x8f5077a5 of_find_matching_node_and_match +EXPORT_SYMBOL vmlinux 0x8f53d03a flow_rule_match_enc_keyid +EXPORT_SYMBOL vmlinux 0x8f577975 __xfrm_route_forward +EXPORT_SYMBOL vmlinux 0x8f57e736 set_user_nice +EXPORT_SYMBOL vmlinux 0x8f595b11 snd_major +EXPORT_SYMBOL vmlinux 0x8f61ffa9 n_tty_ioctl_helper +EXPORT_SYMBOL vmlinux 0x8f739980 lookup_one_positive_unlocked +EXPORT_SYMBOL vmlinux 0x8f87b494 devm_free_irq +EXPORT_SYMBOL vmlinux 0x8f89431a __folio_cancel_dirty +EXPORT_SYMBOL vmlinux 0x8f8de3cd folio_redirty_for_writepage +EXPORT_SYMBOL vmlinux 0x8f8f657f bsearch +EXPORT_SYMBOL vmlinux 0x8f996a30 ethtool_convert_legacy_u32_to_link_mode +EXPORT_SYMBOL vmlinux 0x8fab1b69 mtree_load +EXPORT_SYMBOL vmlinux 0x8fb6fe0c clk_bulk_get +EXPORT_SYMBOL vmlinux 0x8fc0476f security_socket_socketpair +EXPORT_SYMBOL vmlinux 0x8fd180e7 kernel_neon_begin +EXPORT_SYMBOL vmlinux 0x8fe09cf5 zstd_cctx_workspace_bound +EXPORT_SYMBOL vmlinux 0x8fe35457 xxh32_update +EXPORT_SYMBOL vmlinux 0x8fee7416 insert_inode_locked +EXPORT_SYMBOL vmlinux 0x8ff89ed0 seg6_hmac_exit +EXPORT_SYMBOL vmlinux 0x90006be6 dm_kcopyd_client_flush +EXPORT_SYMBOL vmlinux 0x90006f76 kmalloc_caches +EXPORT_SYMBOL vmlinux 0x90186a79 zstd_cstream_workspace_bound +EXPORT_SYMBOL vmlinux 0x90198082 mmc_gpio_get_cd +EXPORT_SYMBOL vmlinux 0x90208c49 tso_build_hdr +EXPORT_SYMBOL vmlinux 0x902d8722 vme_slave_get +EXPORT_SYMBOL vmlinux 0x904e4901 pci_get_slot +EXPORT_SYMBOL vmlinux 0x9051f925 tcf_em_tree_dump +EXPORT_SYMBOL vmlinux 0x90530236 mdiobus_alloc_size +EXPORT_SYMBOL vmlinux 0x90592ec0 netdev_lower_state_changed +EXPORT_SYMBOL vmlinux 0x905ba21e inet_csk_reqsk_queue_add +EXPORT_SYMBOL vmlinux 0x906f160f sock_no_sendmsg +EXPORT_SYMBOL vmlinux 0x906f5252 dma_fence_enable_sw_signaling +EXPORT_SYMBOL vmlinux 0x9089fd7d skb_ensure_writable +EXPORT_SYMBOL vmlinux 0x909332ca register_sysctl +EXPORT_SYMBOL vmlinux 0x90996ab1 neigh_seq_stop +EXPORT_SYMBOL vmlinux 0x90a7be1c security_old_inode_init_security +EXPORT_SYMBOL vmlinux 0x90b1a176 drop_reasons +EXPORT_SYMBOL vmlinux 0x90b30775 skb_orphan_partial +EXPORT_SYMBOL vmlinux 0x90c71394 ipv6_chk_addr +EXPORT_SYMBOL vmlinux 0x90e25ac3 bio_integrity_trim +EXPORT_SYMBOL vmlinux 0x90eaabaf unlock_new_inode +EXPORT_SYMBOL vmlinux 0x90edc8fd textsearch_find_continuous +EXPORT_SYMBOL vmlinux 0x9104995e udp_seq_stop +EXPORT_SYMBOL vmlinux 0x9126839b __register_binfmt +EXPORT_SYMBOL vmlinux 0x912dd3f3 pskb_extract +EXPORT_SYMBOL vmlinux 0x9135dba6 wait_for_completion_interruptible_timeout +EXPORT_SYMBOL vmlinux 0x914390a6 icmp_ndo_send +EXPORT_SYMBOL vmlinux 0x914ce7e7 gnet_stats_start_copy +EXPORT_SYMBOL vmlinux 0x9166fc03 __flush_workqueue +EXPORT_SYMBOL vmlinux 0x91765cb0 xfrm6_rcv_spi +EXPORT_SYMBOL vmlinux 0x9177655a netif_set_real_num_queues +EXPORT_SYMBOL vmlinux 0x91872199 _page_poisoning_enabled +EXPORT_SYMBOL vmlinux 0x9189dd5d tegra_dfll_runtime_resume +EXPORT_SYMBOL vmlinux 0x919029aa __readwrite_bug +EXPORT_SYMBOL vmlinux 0x91929640 sk_stream_wait_memory +EXPORT_SYMBOL vmlinux 0x9194f493 pci_alloc_dev +EXPORT_SYMBOL vmlinux 0x919b2046 seq_puts +EXPORT_SYMBOL vmlinux 0x919c58f3 __clzsi2 +EXPORT_SYMBOL vmlinux 0x919cd81f input_handler_for_each_handle +EXPORT_SYMBOL vmlinux 0x91a488ac __netdev_alloc_frag_align +EXPORT_SYMBOL vmlinux 0x91a7b1da qdisc_class_hash_remove +EXPORT_SYMBOL vmlinux 0x91a9c232 __siphash_unaligned +EXPORT_SYMBOL vmlinux 0x91b8a309 snd_pcm_lib_ioctl +EXPORT_SYMBOL vmlinux 0x91b8fc93 set_blocksize +EXPORT_SYMBOL vmlinux 0x91c0980e icst_hz +EXPORT_SYMBOL vmlinux 0x91c1ae49 cqhci_irq +EXPORT_SYMBOL vmlinux 0x91f68ea1 __hw_addr_sync +EXPORT_SYMBOL vmlinux 0x91f818d8 input_set_timestamp +EXPORT_SYMBOL vmlinux 0x920e2f10 d_mark_dontcache +EXPORT_SYMBOL vmlinux 0x921a7b9e __tracepoint_kmem_cache_alloc +EXPORT_SYMBOL vmlinux 0x921b07b1 __cpu_online_mask +EXPORT_SYMBOL vmlinux 0x922b6ec3 mr_mfc_find_any_parent +EXPORT_SYMBOL vmlinux 0x922f45a6 __bitmap_clear +EXPORT_SYMBOL vmlinux 0x923b1276 dmaengine_get +EXPORT_SYMBOL vmlinux 0x9266727d unregister_shrinker +EXPORT_SYMBOL vmlinux 0x926ee1c1 blk_put_queue +EXPORT_SYMBOL vmlinux 0x92774cf8 __kfence_pool +EXPORT_SYMBOL vmlinux 0x927dcd9f fs_param_is_string +EXPORT_SYMBOL vmlinux 0x9291a426 seq_open_private +EXPORT_SYMBOL vmlinux 0x92997ed8 _printk +EXPORT_SYMBOL vmlinux 0x92af8aa1 security_sctp_assoc_request +EXPORT_SYMBOL vmlinux 0x92b9b180 slash_name +EXPORT_SYMBOL vmlinux 0x92c782bf nf_reinject +EXPORT_SYMBOL vmlinux 0x92c856a3 iwe_stream_add_event +EXPORT_SYMBOL vmlinux 0x92d465aa hdmi_infoframe_unpack +EXPORT_SYMBOL vmlinux 0x92d5838e request_threaded_irq +EXPORT_SYMBOL vmlinux 0x92dc3f16 radix_tree_iter_resume +EXPORT_SYMBOL vmlinux 0x92ec510d jiffies64_to_msecs +EXPORT_SYMBOL vmlinux 0x92f40ef3 of_device_get_match_data +EXPORT_SYMBOL vmlinux 0x92fa5abb vme_lm_detach +EXPORT_SYMBOL vmlinux 0x9305f8e6 cpufreq_get +EXPORT_SYMBOL vmlinux 0x93120918 pm860x_page_reg_write +EXPORT_SYMBOL vmlinux 0x93215e1d __kfifo_skip_r +EXPORT_SYMBOL vmlinux 0x93223640 inet_csk_reqsk_queue_drop_and_put +EXPORT_SYMBOL vmlinux 0x9352184a mipi_dsi_dcs_get_pixel_format +EXPORT_SYMBOL vmlinux 0x936c0f0c dquot_quota_off +EXPORT_SYMBOL vmlinux 0x937733e3 qid_valid +EXPORT_SYMBOL vmlinux 0x93929ef4 __wait_on_buffer +EXPORT_SYMBOL vmlinux 0x93967d9c redraw_screen +EXPORT_SYMBOL vmlinux 0x93a30e24 rtnl_notify +EXPORT_SYMBOL vmlinux 0x93a6e0b2 io_schedule +EXPORT_SYMBOL vmlinux 0x93af2d0f d_find_alias +EXPORT_SYMBOL vmlinux 0x93b31c09 bio_endio +EXPORT_SYMBOL vmlinux 0x93b3fc74 register_dcbevent_notifier +EXPORT_SYMBOL vmlinux 0x93c9e4a9 of_find_all_nodes +EXPORT_SYMBOL vmlinux 0x93e00058 scsi_host_busy +EXPORT_SYMBOL vmlinux 0x94098ff8 snd_interval_list +EXPORT_SYMBOL vmlinux 0x9413d891 kset_unregister +EXPORT_SYMBOL vmlinux 0x94177847 nd_device_notify +EXPORT_SYMBOL vmlinux 0x94226522 nf_log_unregister +EXPORT_SYMBOL vmlinux 0x9427fc05 tcp_v4_connect +EXPORT_SYMBOL vmlinux 0x943beb23 flow_rule_match_enc_ip +EXPORT_SYMBOL vmlinux 0x943c0cd3 snd_card_new +EXPORT_SYMBOL vmlinux 0x943dc8aa crc32_be +EXPORT_SYMBOL vmlinux 0x943ed697 I_BDEV +EXPORT_SYMBOL vmlinux 0x943f0ba3 mdio_device_create +EXPORT_SYMBOL vmlinux 0x9445bc4c dma_sync_sg_for_device +EXPORT_SYMBOL vmlinux 0x944a564d is_console_locked +EXPORT_SYMBOL vmlinux 0x945cd20c inode_owner_or_capable +EXPORT_SYMBOL vmlinux 0x945eb81c add_device_randomness +EXPORT_SYMBOL vmlinux 0x945fdfd9 simple_getattr +EXPORT_SYMBOL vmlinux 0x94632fc7 set_page_dirty_lock +EXPORT_SYMBOL vmlinux 0x946a8fcb mdiobus_unregister +EXPORT_SYMBOL vmlinux 0x94710240 fixed_size_llseek +EXPORT_SYMBOL vmlinux 0x9489ff36 dma_fence_signal_timestamp_locked +EXPORT_SYMBOL vmlinux 0x9492b45a input_set_keycode +EXPORT_SYMBOL vmlinux 0x9494eee8 fscrypt_encrypt_pagecache_blocks +EXPORT_SYMBOL vmlinux 0x94961283 vunmap +EXPORT_SYMBOL vmlinux 0x94bf03ca utf8_to_utf32 +EXPORT_SYMBOL vmlinux 0x94cb90f7 i2c_add_adapter +EXPORT_SYMBOL vmlinux 0x94ee17af ethtool_rx_flow_rule_create +EXPORT_SYMBOL vmlinux 0x94ee7127 __sock_cmsg_send +EXPORT_SYMBOL vmlinux 0x94f47972 nand_ecc_cleanup_ctx +EXPORT_SYMBOL vmlinux 0x94fe4ad9 unpin_user_pages_dirty_lock +EXPORT_SYMBOL vmlinux 0x9507c90f copy_fsxattr_to_user +EXPORT_SYMBOL vmlinux 0x951b2c0f iptun_encaps +EXPORT_SYMBOL vmlinux 0x952bea5b skb_flow_dissect_tunnel_info +EXPORT_SYMBOL vmlinux 0x9530feee tc_cleanup_offload_action +EXPORT_SYMBOL vmlinux 0x95368d33 memcg_kmem_enabled_key +EXPORT_SYMBOL vmlinux 0x953d2426 utf8_strncmp +EXPORT_SYMBOL vmlinux 0x954620a2 __serio_register_port +EXPORT_SYMBOL vmlinux 0x9549151c filemap_fdatawait_range_keep_errors +EXPORT_SYMBOL vmlinux 0x954f099c idr_preload +EXPORT_SYMBOL vmlinux 0x9558642f elm_config +EXPORT_SYMBOL vmlinux 0x9558dd4d vfs_getattr_nosec +EXPORT_SYMBOL vmlinux 0x95653dfe mr_table_alloc +EXPORT_SYMBOL vmlinux 0x957715a3 phy_set_max_speed +EXPORT_SYMBOL vmlinux 0x95795fc8 unregister_binfmt +EXPORT_SYMBOL vmlinux 0x959d8d4d __nla_put_nohdr +EXPORT_SYMBOL vmlinux 0x95a53294 cfb_imageblit +EXPORT_SYMBOL vmlinux 0x95abb571 tcp_mss_to_mtu +EXPORT_SYMBOL vmlinux 0x95b3abde __mmap_lock_do_trace_start_locking +EXPORT_SYMBOL vmlinux 0x95b8e35d locks_remove_posix +EXPORT_SYMBOL vmlinux 0x95c501c0 register_nexthop_notifier +EXPORT_SYMBOL vmlinux 0x95d3171a input_unregister_device +EXPORT_SYMBOL vmlinux 0x95d350df mdiobus_write +EXPORT_SYMBOL vmlinux 0x95dbe078 __get_user_2 +EXPORT_SYMBOL vmlinux 0x95e8b19a clean_bdev_aliases +EXPORT_SYMBOL vmlinux 0x95f4506f task_lookup_next_fd_rcu +EXPORT_SYMBOL vmlinux 0x96056730 __skb_try_recv_datagram +EXPORT_SYMBOL vmlinux 0x960af688 netdev_alert +EXPORT_SYMBOL vmlinux 0x9618ede0 mutex_unlock +EXPORT_SYMBOL vmlinux 0x961e1271 snd_register_oss_device +EXPORT_SYMBOL vmlinux 0x96388872 tc_setup_cb_reoffload +EXPORT_SYMBOL vmlinux 0x9645ed0b pgprot_user +EXPORT_SYMBOL vmlinux 0x96478a5c netlink_ack +EXPORT_SYMBOL vmlinux 0x964f1985 ip_getsockopt +EXPORT_SYMBOL vmlinux 0x96573b80 __kfifo_dma_in_finish_r +EXPORT_SYMBOL vmlinux 0x965856f1 input_set_poll_interval +EXPORT_SYMBOL vmlinux 0x96593343 fscrypt_zeroout_range +EXPORT_SYMBOL vmlinux 0x96603250 kmalloc_large +EXPORT_SYMBOL vmlinux 0x96621b67 key_reject_and_link +EXPORT_SYMBOL vmlinux 0x967ac423 xfrm_parse_spi +EXPORT_SYMBOL vmlinux 0x96898769 sysfs_format_mac +EXPORT_SYMBOL vmlinux 0x96bb76ce bio_copy_data +EXPORT_SYMBOL vmlinux 0x96c17136 fb_var_to_videomode +EXPORT_SYMBOL vmlinux 0x96c79033 snd_pcm_set_managed_buffer_all +EXPORT_SYMBOL vmlinux 0x96cd2b04 scsi_sense_key_string +EXPORT_SYMBOL vmlinux 0x96cf4f52 xfrm_unregister_type +EXPORT_SYMBOL vmlinux 0x96f4f95b security_inet_conn_request +EXPORT_SYMBOL vmlinux 0x96f7f2fd find_vma +EXPORT_SYMBOL vmlinux 0x96fe0b59 __traceiter_mmap_lock_acquire_returned +EXPORT_SYMBOL vmlinux 0x97008991 cpu_tlb +EXPORT_SYMBOL vmlinux 0x9709dbc5 current_work +EXPORT_SYMBOL vmlinux 0x97106714 memdup_user_nul +EXPORT_SYMBOL vmlinux 0x9723c6c2 ping_prot +EXPORT_SYMBOL vmlinux 0x97255bdf strlen +EXPORT_SYMBOL vmlinux 0x974d2ff1 resource_list_create_entry +EXPORT_SYMBOL vmlinux 0x974df7f8 __neigh_create +EXPORT_SYMBOL vmlinux 0x976da7b2 prepare_to_swait_event +EXPORT_SYMBOL vmlinux 0x978abd68 dev_alloc_name +EXPORT_SYMBOL vmlinux 0x978da73e __vfs_getxattr +EXPORT_SYMBOL vmlinux 0x978e5c23 config_group_init +EXPORT_SYMBOL vmlinux 0x9790ef6e inet_frags_fini +EXPORT_SYMBOL vmlinux 0x97adb487 utf8s_to_utf16s +EXPORT_SYMBOL vmlinux 0x97b75d65 __mmap_lock_do_trace_acquire_returned +EXPORT_SYMBOL vmlinux 0x97bdfa60 scsi_dev_info_remove_list +EXPORT_SYMBOL vmlinux 0x97d0ba59 console_start +EXPORT_SYMBOL vmlinux 0x97d5a5f5 vm_node_stat +EXPORT_SYMBOL vmlinux 0x982b02ea udp_lib_setsockopt +EXPORT_SYMBOL vmlinux 0x983ac031 remove_wait_queue +EXPORT_SYMBOL vmlinux 0x98410010 sock_set_reuseport +EXPORT_SYMBOL vmlinux 0x984d3990 pci_write_vpd_any +EXPORT_SYMBOL vmlinux 0x9858f364 get_random_u8 +EXPORT_SYMBOL vmlinux 0x9858f589 __tracepoint_spi_transfer_start +EXPORT_SYMBOL vmlinux 0x9873f024 ppp_channel_index +EXPORT_SYMBOL vmlinux 0x987c11c7 __pv_phys_pfn_offset +EXPORT_SYMBOL vmlinux 0x9882a23f genphy_read_mmd_unsupported +EXPORT_SYMBOL vmlinux 0x98873ee0 sock_no_mmap +EXPORT_SYMBOL vmlinux 0x988c22b3 d_make_root +EXPORT_SYMBOL vmlinux 0x988df75b mfd_cell_disable +EXPORT_SYMBOL vmlinux 0x98a21b5a neigh_proc_dointvec_ms_jiffies +EXPORT_SYMBOL vmlinux 0x98c4ecb6 tty_port_destroy +EXPORT_SYMBOL vmlinux 0x98c72537 tcp_sock_set_keepidle +EXPORT_SYMBOL vmlinux 0x98c89ade security_xfrm_state_alloc +EXPORT_SYMBOL vmlinux 0x98ccfc5c follow_down_one +EXPORT_SYMBOL vmlinux 0x98da4786 security_path_mkdir +EXPORT_SYMBOL vmlinux 0x98e39bcc proc_set_size +EXPORT_SYMBOL vmlinux 0x98e508ef ignore_console_lock_warning +EXPORT_SYMBOL vmlinux 0x98eb83fa phy_read_mmd +EXPORT_SYMBOL vmlinux 0x99094fb2 qcom_scm_is_available +EXPORT_SYMBOL vmlinux 0x990ec8a5 dquot_quota_on +EXPORT_SYMBOL vmlinux 0x99120508 __quota_error +EXPORT_SYMBOL vmlinux 0x9919124a nonseekable_open +EXPORT_SYMBOL vmlinux 0x99277646 ipv6_chk_custom_prefix +EXPORT_SYMBOL vmlinux 0x99317a57 __dev_remove_pack +EXPORT_SYMBOL vmlinux 0x9931f8c9 qcom_scm_lmh_dcvsh_available +EXPORT_SYMBOL vmlinux 0x9939eba0 backlight_unregister_notifier +EXPORT_SYMBOL vmlinux 0x993b03df percpu_counter_add_batch +EXPORT_SYMBOL vmlinux 0x993d54e0 qdisc_create_dflt +EXPORT_SYMBOL vmlinux 0x993f6776 kernel_recvmsg +EXPORT_SYMBOL vmlinux 0x99517682 udp_encap_enable +EXPORT_SYMBOL vmlinux 0x99553485 inet_dgram_connect +EXPORT_SYMBOL vmlinux 0x995753f3 dmaengine_get_unmap_data +EXPORT_SYMBOL vmlinux 0x995fb3cf nvdimm_namespace_common_probe +EXPORT_SYMBOL vmlinux 0x9966b0a0 tegra_ivc_reset +EXPORT_SYMBOL vmlinux 0x996829ea swake_up_all +EXPORT_SYMBOL vmlinux 0x998d712d ip_queue_xmit +EXPORT_SYMBOL vmlinux 0x99923056 netdev_printk +EXPORT_SYMBOL vmlinux 0x9997fdcc icmpv6_ndo_send +EXPORT_SYMBOL vmlinux 0x9999bfc8 neigh_lookup +EXPORT_SYMBOL vmlinux 0x999e8297 vfree +EXPORT_SYMBOL vmlinux 0x99a2475f pcim_iomap_regions +EXPORT_SYMBOL vmlinux 0x99a57008 inode_add_bytes +EXPORT_SYMBOL vmlinux 0x99b99f7c mipi_dsi_dcs_set_tear_scanline +EXPORT_SYMBOL vmlinux 0x99bb8806 memmove +EXPORT_SYMBOL vmlinux 0x99c95fa5 unregister_sound_special +EXPORT_SYMBOL vmlinux 0x99d472b1 net_dim_get_rx_moderation +EXPORT_SYMBOL vmlinux 0x99d50c7b __bread_gfp +EXPORT_SYMBOL vmlinux 0x99ec651c mmc_release_host +EXPORT_SYMBOL vmlinux 0x99f9638f __napi_alloc_frag_align +EXPORT_SYMBOL vmlinux 0x9a0aad4f mipi_dsi_picture_parameter_set +EXPORT_SYMBOL vmlinux 0x9a0c3a18 vme_unregister_error_handler +EXPORT_SYMBOL vmlinux 0x9a0d4c6f get_fs_type +EXPORT_SYMBOL vmlinux 0x9a1c2be0 devm_of_iomap +EXPORT_SYMBOL vmlinux 0x9a1dfd65 strpbrk +EXPORT_SYMBOL vmlinux 0x9a3400fc fscrypt_ioctl_set_policy +EXPORT_SYMBOL vmlinux 0x9a3b303e phy_disconnect +EXPORT_SYMBOL vmlinux 0x9a476a00 zero_user_segments +EXPORT_SYMBOL vmlinux 0x9a583306 netlbl_bitmap_walk +EXPORT_SYMBOL vmlinux 0x9a5d870d filemap_fdatawrite_range +EXPORT_SYMBOL vmlinux 0x9a64818a dev_addr_del +EXPORT_SYMBOL vmlinux 0x9a6e3380 tegra_io_pad_power_enable +EXPORT_SYMBOL vmlinux 0x9a8318ef v7_coherent_kern_range +EXPORT_SYMBOL vmlinux 0x9a89a7a3 proc_douintvec +EXPORT_SYMBOL vmlinux 0x9a8bb5bf single_release +EXPORT_SYMBOL vmlinux 0x9a8c95ad mdio_find_bus +EXPORT_SYMBOL vmlinux 0x9a92d24d scsi_device_lookup +EXPORT_SYMBOL vmlinux 0x9aa127b6 make_kuid +EXPORT_SYMBOL vmlinux 0x9aa9cea4 trace_print_flags_seq_u64 +EXPORT_SYMBOL vmlinux 0x9aaeefce sysctl_nf_log_all_netns +EXPORT_SYMBOL vmlinux 0x9ab2a567 release_sock +EXPORT_SYMBOL vmlinux 0x9ad5e68a devm_ioremap_wc +EXPORT_SYMBOL vmlinux 0x9ae47436 _find_last_bit +EXPORT_SYMBOL vmlinux 0x9b0381fc bdev_start_io_acct +EXPORT_SYMBOL vmlinux 0x9b05570a neigh_parms_release +EXPORT_SYMBOL vmlinux 0x9b0d58d6 inet_ioctl +EXPORT_SYMBOL vmlinux 0x9b0fa7c7 get_bitmap_from_slot +EXPORT_SYMBOL vmlinux 0x9b124c76 mtree_store +EXPORT_SYMBOL vmlinux 0x9b128a66 qcom_scm_set_remote_state +EXPORT_SYMBOL vmlinux 0x9b1b7306 xxh64 +EXPORT_SYMBOL vmlinux 0x9b2560b9 gf128mul_init_4k_bbe +EXPORT_SYMBOL vmlinux 0x9b2dbd5c handle_edge_irq +EXPORT_SYMBOL vmlinux 0x9b33e0d7 unregister_dcbevent_notifier +EXPORT_SYMBOL vmlinux 0x9b355776 snd_jack_add_new_kctl +EXPORT_SYMBOL vmlinux 0x9b3d0d37 inet6_offloads +EXPORT_SYMBOL vmlinux 0x9b496b21 posix_acl_alloc +EXPORT_SYMBOL vmlinux 0x9b4e8ae2 generic_write_checks_count +EXPORT_SYMBOL vmlinux 0x9b657947 of_device_alloc +EXPORT_SYMBOL vmlinux 0x9b680e64 arp_create +EXPORT_SYMBOL vmlinux 0x9b69d0b6 blk_queue_bounce_limit +EXPORT_SYMBOL vmlinux 0x9b6eb137 ksize +EXPORT_SYMBOL vmlinux 0x9b7e2ae8 netdev_has_any_upper_dev +EXPORT_SYMBOL vmlinux 0x9b8d4d9e dquot_initialize +EXPORT_SYMBOL vmlinux 0x9bdbac23 snd_ctl_boolean_mono_info +EXPORT_SYMBOL vmlinux 0x9c2518ee block_is_partially_uptodate +EXPORT_SYMBOL vmlinux 0x9c2d075f input_alloc_absinfo +EXPORT_SYMBOL vmlinux 0x9c57164a xfrm_find_acq +EXPORT_SYMBOL vmlinux 0x9c5a2ada ucc_fast_dump_regs +EXPORT_SYMBOL vmlinux 0x9c65b78a csum_partial_copy_nocheck +EXPORT_SYMBOL vmlinux 0x9c7d8c87 ww_mutex_lock_interruptible +EXPORT_SYMBOL vmlinux 0x9c86b9ab fileattr_fill_flags +EXPORT_SYMBOL vmlinux 0x9c9ce113 mtree_alloc_rrange +EXPORT_SYMBOL vmlinux 0x9cab34a6 rfkill_set_led_trigger_name +EXPORT_SYMBOL vmlinux 0x9cb3aca2 iov_iter_bvec +EXPORT_SYMBOL vmlinux 0x9ccf7171 vme_dma_pci_attribute +EXPORT_SYMBOL vmlinux 0x9cd81965 pci_write_vpd +EXPORT_SYMBOL vmlinux 0x9cdfb3f7 sysctl_fb_tunnels_only_for_init_net +EXPORT_SYMBOL vmlinux 0x9cf0743d end_buffer_write_sync +EXPORT_SYMBOL vmlinux 0x9d06ac33 free_bucket_spinlocks +EXPORT_SYMBOL vmlinux 0x9d0d6206 unregister_netdevice_notifier +EXPORT_SYMBOL vmlinux 0x9d0e6c6e devfreq_suspend_device +EXPORT_SYMBOL vmlinux 0x9d1c26d0 backlight_device_register +EXPORT_SYMBOL vmlinux 0x9d2ab8ac __tasklet_schedule +EXPORT_SYMBOL vmlinux 0x9d2e7707 unregister_sysrq_key +EXPORT_SYMBOL vmlinux 0x9d5cd559 reservation_ww_class +EXPORT_SYMBOL vmlinux 0x9d669763 memcpy +EXPORT_SYMBOL vmlinux 0x9d904e0a security_tun_dev_attach +EXPORT_SYMBOL vmlinux 0x9da5ae0f tcp_stream_memory_free +EXPORT_SYMBOL vmlinux 0x9dcc22b2 pci_reenable_device +EXPORT_SYMBOL vmlinux 0x9dcf6918 skb_copy_expand +EXPORT_SYMBOL vmlinux 0x9dd0b2b2 request_partial_firmware_into_buf +EXPORT_SYMBOL vmlinux 0x9dd45e7a lookup_one_unlocked +EXPORT_SYMBOL vmlinux 0x9dd9df13 dm_kcopyd_client_create +EXPORT_SYMBOL vmlinux 0x9de05227 find_inode_rcu +EXPORT_SYMBOL vmlinux 0x9de3bf03 devm_arch_io_reserve_memtype_wc +EXPORT_SYMBOL vmlinux 0x9df8bf52 sock_recvmsg +EXPORT_SYMBOL vmlinux 0x9df96b57 cookie_timestamp_decode +EXPORT_SYMBOL vmlinux 0x9e0813de scsi_print_sense_hdr +EXPORT_SYMBOL vmlinux 0x9e0c711d vzalloc_node +EXPORT_SYMBOL vmlinux 0x9e0fa5ae hsiphash_3u32 +EXPORT_SYMBOL vmlinux 0x9e13f6f6 gf128mul_lle +EXPORT_SYMBOL vmlinux 0x9e157b7f rc5t583_ext_power_req_config +EXPORT_SYMBOL vmlinux 0x9e1a56f2 dev_activate +EXPORT_SYMBOL vmlinux 0x9e24dccd dma_map_sg_attrs +EXPORT_SYMBOL vmlinux 0x9e2b0c92 cdrom_check_events +EXPORT_SYMBOL vmlinux 0x9e4e9296 dql_init +EXPORT_SYMBOL vmlinux 0x9e4faeef dm_io_client_destroy +EXPORT_SYMBOL vmlinux 0x9e4fb7bc vfs_create_mount +EXPORT_SYMBOL vmlinux 0x9e61bb05 set_freezable +EXPORT_SYMBOL vmlinux 0x9e61d5b8 inet_dgram_ops +EXPORT_SYMBOL vmlinux 0x9e6d79f8 snd_info_get_str +EXPORT_SYMBOL vmlinux 0x9e74e9b7 sdev_disable_disk_events +EXPORT_SYMBOL vmlinux 0x9e7ddbdf nand_write_page_raw +EXPORT_SYMBOL vmlinux 0x9e8366a1 __hw_addr_sync_dev +EXPORT_SYMBOL vmlinux 0x9e9a9cb4 trace_print_hex_seq +EXPORT_SYMBOL vmlinux 0x9e9c3c95 inode_needs_sync +EXPORT_SYMBOL vmlinux 0x9e9eab95 devcgroup_check_permission +EXPORT_SYMBOL vmlinux 0x9e9fdd9d memunmap +EXPORT_SYMBOL vmlinux 0x9eaf3db4 gnet_stats_copy_app +EXPORT_SYMBOL vmlinux 0x9eb98658 pci_write_config_word +EXPORT_SYMBOL vmlinux 0x9ec0e639 twl6030_interrupt_unmask +EXPORT_SYMBOL vmlinux 0x9ec57d61 blkdev_issue_zeroout +EXPORT_SYMBOL vmlinux 0x9ec6ca96 ktime_get_real_ts64 +EXPORT_SYMBOL vmlinux 0x9ed978de vme_lm_set +EXPORT_SYMBOL vmlinux 0x9eee6d9c devm_get_clk_from_child +EXPORT_SYMBOL vmlinux 0x9efff1fc block_truncate_page +EXPORT_SYMBOL vmlinux 0x9f29ffb3 page_pool_return_skb_page +EXPORT_SYMBOL vmlinux 0x9f2aefe4 tcf_qevent_validate_change +EXPORT_SYMBOL vmlinux 0x9f32717d no_seek_end_llseek_size +EXPORT_SYMBOL vmlinux 0x9f388034 tc_setup_cb_replace +EXPORT_SYMBOL vmlinux 0x9f443635 xfrm_lookup_route +EXPORT_SYMBOL vmlinux 0x9f46ced8 __sw_hweight64 +EXPORT_SYMBOL vmlinux 0x9f471bf3 __alloc_skb +EXPORT_SYMBOL vmlinux 0x9f50b770 keyring_restrict +EXPORT_SYMBOL vmlinux 0x9f517b27 of_mdio_find_bus +EXPORT_SYMBOL vmlinux 0x9f54ead7 gro_cells_destroy +EXPORT_SYMBOL vmlinux 0x9f58a6a8 phy_attached_print +EXPORT_SYMBOL vmlinux 0x9f6227dd input_close_device +EXPORT_SYMBOL vmlinux 0x9f643f74 snd_card_set_id +EXPORT_SYMBOL vmlinux 0x9f6d1e33 rtc_add_group +EXPORT_SYMBOL vmlinux 0x9f6e53c9 input_mt_report_pointer_emulation +EXPORT_SYMBOL vmlinux 0x9f788e61 redirty_page_for_writepage +EXPORT_SYMBOL vmlinux 0x9f7ae060 node_states +EXPORT_SYMBOL vmlinux 0x9f984513 strrchr +EXPORT_SYMBOL vmlinux 0x9f9d1119 tty_write_room +EXPORT_SYMBOL vmlinux 0x9fa34329 dma_find_channel +EXPORT_SYMBOL vmlinux 0x9fb41842 netdev_offload_xstats_report_delta +EXPORT_SYMBOL vmlinux 0x9fc32309 flow_block_cb_incref +EXPORT_SYMBOL vmlinux 0x9fc41f27 __mmap_lock_do_trace_released +EXPORT_SYMBOL vmlinux 0x9fcf6abc inc_node_page_state +EXPORT_SYMBOL vmlinux 0x9fd13a4a page_cache_next_miss +EXPORT_SYMBOL vmlinux 0x9fdecc31 unregister_netdevice_many +EXPORT_SYMBOL vmlinux 0x9fe215d3 pci_iounmap +EXPORT_SYMBOL vmlinux 0x9feed7ce timer_reduce +EXPORT_SYMBOL vmlinux 0x9fef8cf5 __kfifo_dma_in_prepare_r +EXPORT_SYMBOL vmlinux 0x9ff95b39 rdmacg_try_charge +EXPORT_SYMBOL vmlinux 0x9ffa3a75 netdev_max_backlog +EXPORT_SYMBOL vmlinux 0xa01bea37 twl6040_set_pll +EXPORT_SYMBOL vmlinux 0xa01d3df6 font_vga_8x16 +EXPORT_SYMBOL vmlinux 0xa026f0d3 follow_pfn +EXPORT_SYMBOL vmlinux 0xa033d747 next_arg +EXPORT_SYMBOL vmlinux 0xa03762eb devfreq_update_interval +EXPORT_SYMBOL vmlinux 0xa0436e98 in6addr_linklocal_allnodes +EXPORT_SYMBOL vmlinux 0xa04525e1 memory_cgrp_subsys +EXPORT_SYMBOL vmlinux 0xa04e33da qcom_scm_lmh_dcvsh +EXPORT_SYMBOL vmlinux 0xa057df8f twl_set_regcache_bypass +EXPORT_SYMBOL vmlinux 0xa0590457 ipv6_setsockopt +EXPORT_SYMBOL vmlinux 0xa05b1efe gnet_stats_basic_sync_init +EXPORT_SYMBOL vmlinux 0xa05b6be2 psched_ppscfg_precompute +EXPORT_SYMBOL vmlinux 0xa05e5ec9 pci_irq_vector +EXPORT_SYMBOL vmlinux 0xa05f228f unpin_user_page_range_dirty_lock +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 0xa084749a __bitmap_or +EXPORT_SYMBOL vmlinux 0xa0941038 pskb_expand_head +EXPORT_SYMBOL vmlinux 0xa095e02e generic_check_addressable +EXPORT_SYMBOL vmlinux 0xa09a7782 fs_param_is_s32 +EXPORT_SYMBOL vmlinux 0xa09ebdc3 pci_unregister_driver +EXPORT_SYMBOL vmlinux 0xa0a83bc2 blk_pre_runtime_suspend +EXPORT_SYMBOL vmlinux 0xa0a9e6eb vme_new_dma_list +EXPORT_SYMBOL vmlinux 0xa0aae687 imx_ssi_fiq_end +EXPORT_SYMBOL vmlinux 0xa0ae1e73 siphash_3u64 +EXPORT_SYMBOL vmlinux 0xa0aefe3e bit_waitqueue +EXPORT_SYMBOL vmlinux 0xa0af6183 inode_to_bdi +EXPORT_SYMBOL vmlinux 0xa0b04675 vmalloc_32 +EXPORT_SYMBOL vmlinux 0xa0b7a571 mmc_gpiod_request_cd_irq +EXPORT_SYMBOL vmlinux 0xa0c37e6b ndo_dflt_fdb_dump +EXPORT_SYMBOL vmlinux 0xa0d6b2fb md_bitmap_close_sync +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 0xa0fbac79 wake_up_bit +EXPORT_SYMBOL vmlinux 0xa10038fa nla_reserve +EXPORT_SYMBOL vmlinux 0xa108eb4d sysctl_optmem_max +EXPORT_SYMBOL vmlinux 0xa1460cbd netpoll_parse_options +EXPORT_SYMBOL vmlinux 0xa15d0131 cancel_delayed_work +EXPORT_SYMBOL vmlinux 0xa16b21fb wait_for_completion_timeout +EXPORT_SYMBOL vmlinux 0xa16bd30f qdisc_put +EXPORT_SYMBOL vmlinux 0xa16d0727 __sk_backlog_rcv +EXPORT_SYMBOL vmlinux 0xa17bd3fc add_wait_queue +EXPORT_SYMBOL vmlinux 0xa191b888 gnet_stats_copy_basic_hw +EXPORT_SYMBOL vmlinux 0xa1ac712b mmc_retune_pause +EXPORT_SYMBOL vmlinux 0xa1c86243 pci_request_regions_exclusive +EXPORT_SYMBOL vmlinux 0xa1cca108 udp_flush_pending_frames +EXPORT_SYMBOL vmlinux 0xa1d131ed vmemdup_user +EXPORT_SYMBOL vmlinux 0xa1d8571c __of_parse_phandle_with_args +EXPORT_SYMBOL vmlinux 0xa1e4d983 inet6_register_protosw +EXPORT_SYMBOL vmlinux 0xa1ed651a balance_dirty_pages_ratelimited +EXPORT_SYMBOL vmlinux 0xa205f5ec md_integrity_add_rdev +EXPORT_SYMBOL vmlinux 0xa2060911 inet_current_timestamp +EXPORT_SYMBOL vmlinux 0xa23b2afc scsi_is_sdev_device +EXPORT_SYMBOL vmlinux 0xa23ffc04 groups_sort +EXPORT_SYMBOL vmlinux 0xa24491bf ida_free +EXPORT_SYMBOL vmlinux 0xa24f23d8 __request_module +EXPORT_SYMBOL vmlinux 0xa2549fbe remove_arg_zero +EXPORT_SYMBOL vmlinux 0xa258d1d9 generic_file_readonly_mmap +EXPORT_SYMBOL vmlinux 0xa25e45d3 page_zero_new_buffers +EXPORT_SYMBOL vmlinux 0xa2628834 skb_ext_add +EXPORT_SYMBOL vmlinux 0xa263892b fscrypt_fname_free_buffer +EXPORT_SYMBOL vmlinux 0xa2787a61 mdiobus_read_nested +EXPORT_SYMBOL vmlinux 0xa28b66c9 dev_mc_init +EXPORT_SYMBOL vmlinux 0xa28cfcc0 gen_estimator_active +EXPORT_SYMBOL vmlinux 0xa28d2622 udp_lib_rehash +EXPORT_SYMBOL vmlinux 0xa29288fc mmc_run_bkops +EXPORT_SYMBOL vmlinux 0xa2a04c42 napi_schedule_prep +EXPORT_SYMBOL vmlinux 0xa2bc44ee dev_get_iflink +EXPORT_SYMBOL vmlinux 0xa2c28a6e default_qdisc_ops +EXPORT_SYMBOL vmlinux 0xa2c967ac configfs_depend_item +EXPORT_SYMBOL vmlinux 0xa2d4b75e qcom_scm_iommu_set_cp_pool_size +EXPORT_SYMBOL vmlinux 0xa2d7ec8d __SCK__tp_func_kmem_cache_free +EXPORT_SYMBOL vmlinux 0xa2e173ed netpoll_print_options +EXPORT_SYMBOL vmlinux 0xa2e8a79e vmap +EXPORT_SYMBOL vmlinux 0xa2edf5d9 elm_decode_bch_error_page +EXPORT_SYMBOL vmlinux 0xa2f83edb tso_start +EXPORT_SYMBOL vmlinux 0xa2fd4b4f nexthop_set_hw_flags +EXPORT_SYMBOL vmlinux 0xa3007ae6 iunique +EXPORT_SYMBOL vmlinux 0xa308a507 fwnode_get_phy_id +EXPORT_SYMBOL vmlinux 0xa3105e9b napi_gro_receive +EXPORT_SYMBOL vmlinux 0xa3204e6a simple_rename +EXPORT_SYMBOL vmlinux 0xa33bbc38 md_handle_request +EXPORT_SYMBOL vmlinux 0xa3644479 mr_mfc_seq_idx +EXPORT_SYMBOL vmlinux 0xa381944f dql_reset +EXPORT_SYMBOL vmlinux 0xa392d07c load_nls_default +EXPORT_SYMBOL vmlinux 0xa396b5ea pci_set_mwi +EXPORT_SYMBOL vmlinux 0xa3a41f69 rproc_da_to_va +EXPORT_SYMBOL vmlinux 0xa3a54979 init_on_free +EXPORT_SYMBOL vmlinux 0xa3ba1aa2 xfrm_policy_walk_done +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 0xa3c98d4b mnt_drop_write_file +EXPORT_SYMBOL vmlinux 0xa3d583c9 neigh_resolve_output +EXPORT_SYMBOL vmlinux 0xa3dd5e77 set_create_files_as +EXPORT_SYMBOL vmlinux 0xa3fea172 sha224_final +EXPORT_SYMBOL vmlinux 0xa4233d8b generic_file_open +EXPORT_SYMBOL vmlinux 0xa42f8acf __inet_stream_connect +EXPORT_SYMBOL vmlinux 0xa43799a8 rfs_needed +EXPORT_SYMBOL vmlinux 0xa43a84b9 scmd_printk +EXPORT_SYMBOL vmlinux 0xa43bec96 mntget +EXPORT_SYMBOL vmlinux 0xa448c653 qcom_scm_ice_set_key +EXPORT_SYMBOL vmlinux 0xa44d9828 generic_read_dir +EXPORT_SYMBOL vmlinux 0xa4552208 init_on_alloc +EXPORT_SYMBOL vmlinux 0xa45d0eb1 snd_card_disconnect +EXPORT_SYMBOL vmlinux 0xa4610bc6 omap_rev +EXPORT_SYMBOL vmlinux 0xa464dd24 dst_release +EXPORT_SYMBOL vmlinux 0xa46a43eb skb_copy_and_csum_dev +EXPORT_SYMBOL vmlinux 0xa4a1ef9f simple_dir_inode_operations +EXPORT_SYMBOL vmlinux 0xa4a42e9a phy_loopback +EXPORT_SYMBOL vmlinux 0xa4af24da netdev_upper_dev_unlink +EXPORT_SYMBOL vmlinux 0xa4b7f2cc sync_file_get_fence +EXPORT_SYMBOL vmlinux 0xa4fca045 qcom_scm_ocmem_lock +EXPORT_SYMBOL vmlinux 0xa518fd6a _dev_crit +EXPORT_SYMBOL vmlinux 0xa51a2967 _find_next_zero_bit_le +EXPORT_SYMBOL vmlinux 0xa52d6316 sg_zero_buffer +EXPORT_SYMBOL vmlinux 0xa5359ece follow_down +EXPORT_SYMBOL vmlinux 0xa53e6468 devm_devfreq_unregister_opp_notifier +EXPORT_SYMBOL vmlinux 0xa545618f dcb_ieee_setapp +EXPORT_SYMBOL vmlinux 0xa5526619 rb_insert_color +EXPORT_SYMBOL vmlinux 0xa5664455 xp_dma_map +EXPORT_SYMBOL vmlinux 0xa567add7 tcp_v4_md5_hash_skb +EXPORT_SYMBOL vmlinux 0xa5684076 ida_alloc_range +EXPORT_SYMBOL vmlinux 0xa56fde1c __genradix_iter_peek +EXPORT_SYMBOL vmlinux 0xa58663ab __aperture_remove_legacy_vga_devices +EXPORT_SYMBOL vmlinux 0xa5971c32 invalidate_disk +EXPORT_SYMBOL vmlinux 0xa59a0505 pci_enable_ptm +EXPORT_SYMBOL vmlinux 0xa5a91711 _raw_write_lock_bh +EXPORT_SYMBOL vmlinux 0xa5df6d3c qdisc_hash_del +EXPORT_SYMBOL vmlinux 0xa5ff1e71 input_allocate_device +EXPORT_SYMBOL vmlinux 0xa6008ed4 kfree_skb_reason +EXPORT_SYMBOL vmlinux 0xa61aa028 snd_pcm_format_unsigned +EXPORT_SYMBOL vmlinux 0xa61ced89 qdisc_put_rtab +EXPORT_SYMBOL vmlinux 0xa61fb0e7 tcp_read_done +EXPORT_SYMBOL vmlinux 0xa63466fc dma_async_tx_descriptor_init +EXPORT_SYMBOL vmlinux 0xa648e561 __ubsan_handle_shift_out_of_bounds +EXPORT_SYMBOL vmlinux 0xa64c7249 __printk_cpu_sync_try_get +EXPORT_SYMBOL vmlinux 0xa65c5a85 iw_handler_set_thrspy +EXPORT_SYMBOL vmlinux 0xa6629f4f blk_sync_queue +EXPORT_SYMBOL vmlinux 0xa66bb838 snd_pcm_period_elapsed_under_stream_lock +EXPORT_SYMBOL vmlinux 0xa672826b twl6040_clear_bits +EXPORT_SYMBOL vmlinux 0xa681fe88 generate_random_uuid +EXPORT_SYMBOL vmlinux 0xa68613dd get_jiffies_64 +EXPORT_SYMBOL vmlinux 0xa68caa41 snd_pcm_hw_constraint_ratnums +EXPORT_SYMBOL vmlinux 0xa6916306 cpufreq_generic_suspend +EXPORT_SYMBOL vmlinux 0xa6970398 __kfifo_to_user_r +EXPORT_SYMBOL vmlinux 0xa69d151c _raw_write_lock +EXPORT_SYMBOL vmlinux 0xa69ed606 flow_keys_dissector +EXPORT_SYMBOL vmlinux 0xa6a6b688 rawnand_sw_hamming_correct +EXPORT_SYMBOL vmlinux 0xa6a7a2ad div_s64_rem +EXPORT_SYMBOL vmlinux 0xa6bd2075 dmam_alloc_attrs +EXPORT_SYMBOL vmlinux 0xa6c1a920 inet_sendmsg +EXPORT_SYMBOL vmlinux 0xa6e3c970 _find_first_bit_le +EXPORT_SYMBOL vmlinux 0xa6f1aaeb bio_init_clone +EXPORT_SYMBOL vmlinux 0xa70bc96d qcom_scm_restore_sec_cfg_available +EXPORT_SYMBOL vmlinux 0xa714758e sg_copy_buffer +EXPORT_SYMBOL vmlinux 0xa71661af skb_copy_and_csum_datagram_msg +EXPORT_SYMBOL vmlinux 0xa71868eb of_match_device +EXPORT_SYMBOL vmlinux 0xa72e7416 iov_iter_kvec +EXPORT_SYMBOL vmlinux 0xa73ee62b _atomic_dec_and_lock +EXPORT_SYMBOL vmlinux 0xa74bd4d6 devfreq_recommended_opp +EXPORT_SYMBOL vmlinux 0xa74c9877 refcount_dec_and_rtnl_lock +EXPORT_SYMBOL vmlinux 0xa74ddfdc phy_remove_link_mode +EXPORT_SYMBOL vmlinux 0xa75539ca dev_uc_del +EXPORT_SYMBOL vmlinux 0xa76277d8 kern_path +EXPORT_SYMBOL vmlinux 0xa762fe80 vmf_insert_mixed_mkwrite +EXPORT_SYMBOL vmlinux 0xa771db23 simple_link +EXPORT_SYMBOL vmlinux 0xa778b059 qdisc_watchdog_init +EXPORT_SYMBOL vmlinux 0xa77acd60 dma_unmap_resource +EXPORT_SYMBOL vmlinux 0xa77b0b53 textsearch_unregister +EXPORT_SYMBOL vmlinux 0xa77bfd29 register_inet6addr_validator_notifier +EXPORT_SYMBOL vmlinux 0xa78b543c rtc_add_groups +EXPORT_SYMBOL vmlinux 0xa7901b3b kthread_create_on_node +EXPORT_SYMBOL vmlinux 0xa7b3181c up_read +EXPORT_SYMBOL vmlinux 0xa7bf9c19 inet_reqsk_alloc +EXPORT_SYMBOL vmlinux 0xa7d64c35 phy_attach_direct +EXPORT_SYMBOL vmlinux 0xa7dc7a22 dquot_free_inode +EXPORT_SYMBOL vmlinux 0xa7eedcc4 call_usermodehelper +EXPORT_SYMBOL vmlinux 0xa80acb56 lockref_mark_dead +EXPORT_SYMBOL vmlinux 0xa82c4857 netdev_bind_sb_channel_queue +EXPORT_SYMBOL vmlinux 0xa84244df msi_desc_to_pci_dev +EXPORT_SYMBOL vmlinux 0xa843805a get_unused_fd_flags +EXPORT_SYMBOL vmlinux 0xa84ce9e0 crypto_aes_inv_sbox +EXPORT_SYMBOL vmlinux 0xa853410a __post_watch_notification +EXPORT_SYMBOL vmlinux 0xa859f53e blk_queue_alignment_offset +EXPORT_SYMBOL vmlinux 0xa86825b8 unregister_netdevice_notifier_net +EXPORT_SYMBOL vmlinux 0xa88c115c inet_csk_reqsk_queue_drop +EXPORT_SYMBOL vmlinux 0xa895604a devm_memunmap +EXPORT_SYMBOL vmlinux 0xa89a1cf1 ipmi_dmi_get_slave_addr +EXPORT_SYMBOL vmlinux 0xa89c6d4d filemap_get_folios +EXPORT_SYMBOL vmlinux 0xa8a08caf trace_print_array_seq +EXPORT_SYMBOL vmlinux 0xa8a3d36f t10_pi_type1_crc +EXPORT_SYMBOL vmlinux 0xa8a8110c kernel_neon_end +EXPORT_SYMBOL vmlinux 0xa8a95a30 netdev_txq_to_tc +EXPORT_SYMBOL vmlinux 0xa8ac03fb __dynamic_ibdev_dbg +EXPORT_SYMBOL vmlinux 0xa8bbe15c __vfs_setxattr +EXPORT_SYMBOL vmlinux 0xa8caa845 clk_bulk_put_all +EXPORT_SYMBOL vmlinux 0xa8d24620 zstd_init_cstream +EXPORT_SYMBOL vmlinux 0xa8ec7d34 crc_ccitt +EXPORT_SYMBOL vmlinux 0xa8f6c843 ip_frag_ecn_table +EXPORT_SYMBOL vmlinux 0xa8f77eec mdio_device_remove +EXPORT_SYMBOL vmlinux 0xa8f7f280 idr_get_next_ul +EXPORT_SYMBOL vmlinux 0xa8fe121b rproc_del +EXPORT_SYMBOL vmlinux 0xa91482d1 pci_dev_get +EXPORT_SYMBOL vmlinux 0xa939eeb5 dcache_readdir +EXPORT_SYMBOL vmlinux 0xa947b14f zstd_reset_cstream +EXPORT_SYMBOL vmlinux 0xa949e024 folio_end_private_2 +EXPORT_SYMBOL vmlinux 0xa952a2f1 fscrypt_has_permitted_context +EXPORT_SYMBOL vmlinux 0xa955edb0 mipi_dsi_turn_on_peripheral +EXPORT_SYMBOL vmlinux 0xa95fe5f5 mmc_wait_for_req +EXPORT_SYMBOL vmlinux 0xa95fe818 genphy_setup_forced +EXPORT_SYMBOL vmlinux 0xa964dd13 gpmc_cs_request +EXPORT_SYMBOL vmlinux 0xa965ca81 reciprocal_value +EXPORT_SYMBOL vmlinux 0xa976957d bitmap_remap +EXPORT_SYMBOL vmlinux 0xa977fe72 register_netdevice +EXPORT_SYMBOL vmlinux 0xa978726b of_graph_get_next_endpoint +EXPORT_SYMBOL vmlinux 0xa9a7ba68 inet_confirm_addr +EXPORT_SYMBOL vmlinux 0xa9dc83d1 pci_bus_type +EXPORT_SYMBOL vmlinux 0xa9ed62d2 tegra_fuse_readl +EXPORT_SYMBOL vmlinux 0xa9f01ce3 vme_slot_num +EXPORT_SYMBOL vmlinux 0xa9f09932 phy_init_eee +EXPORT_SYMBOL vmlinux 0xa9fe7c1f buffer_check_dirty_writeback +EXPORT_SYMBOL vmlinux 0xaa17d34b ppp_input_error +EXPORT_SYMBOL vmlinux 0xaa19e4aa _kstrtol +EXPORT_SYMBOL vmlinux 0xaa2d7ed2 _dev_info +EXPORT_SYMBOL vmlinux 0xaa42e16a gen_pool_has_addr +EXPORT_SYMBOL vmlinux 0xaa6901ac __kfifo_out_r +EXPORT_SYMBOL vmlinux 0xaa6f23ad rfkill_get_led_trigger_name +EXPORT_SYMBOL vmlinux 0xaa756dde flow_block_cb_lookup +EXPORT_SYMBOL vmlinux 0xaa7e2e3d xfrm6_rcv_tnl +EXPORT_SYMBOL vmlinux 0xaa8106bc crc8_populate_msb +EXPORT_SYMBOL vmlinux 0xaa892a6c netdev_set_num_tc +EXPORT_SYMBOL vmlinux 0xaa8f1b71 inet_addr_is_any +EXPORT_SYMBOL vmlinux 0xaaa0ee93 generic_setlease +EXPORT_SYMBOL vmlinux 0xaaa4b9bc hchacha_block_generic +EXPORT_SYMBOL vmlinux 0xaaa50fb2 qcom_scm_lmh_profile_change +EXPORT_SYMBOL vmlinux 0xaaa8dfb6 request_key_with_auxdata +EXPORT_SYMBOL vmlinux 0xaacc9e27 sort +EXPORT_SYMBOL vmlinux 0xaad0ae78 __bitmap_shift_right +EXPORT_SYMBOL vmlinux 0xaad6d92f rfkill_init_sw_state +EXPORT_SYMBOL vmlinux 0xaad8c2b8 dev_mc_del_global +EXPORT_SYMBOL vmlinux 0xaad8c7d6 default_wake_function +EXPORT_SYMBOL vmlinux 0xaad93b65 netdev_refcnt_read +EXPORT_SYMBOL vmlinux 0xaae50ea6 vfs_rename +EXPORT_SYMBOL vmlinux 0xaaec04ce rproc_elf_load_segments +EXPORT_SYMBOL vmlinux 0xaaf4a334 qcom_scm_set_cold_boot_addr +EXPORT_SYMBOL vmlinux 0xaafdc258 strcasecmp +EXPORT_SYMBOL vmlinux 0xaafec0a3 tcp_disconnect +EXPORT_SYMBOL vmlinux 0xab1d21ec kstrtoull_from_user +EXPORT_SYMBOL vmlinux 0xab1ef898 key_task_permission +EXPORT_SYMBOL vmlinux 0xab3697e4 irq_poll_init +EXPORT_SYMBOL vmlinux 0xab37c92e cookie_ecn_ok +EXPORT_SYMBOL vmlinux 0xab3b75ea vme_dma_pattern_attribute +EXPORT_SYMBOL vmlinux 0xab600421 probe_irq_off +EXPORT_SYMBOL vmlinux 0xab628446 dev_driver_string +EXPORT_SYMBOL vmlinux 0xab63baa5 unregister_inetaddr_validator_notifier +EXPORT_SYMBOL vmlinux 0xab696a81 generic_listxattr +EXPORT_SYMBOL vmlinux 0xab6d5b3b hex_to_bin +EXPORT_SYMBOL vmlinux 0xab7603e7 imx_ssi_fiq_start +EXPORT_SYMBOL vmlinux 0xab761477 __destroy_inode +EXPORT_SYMBOL vmlinux 0xab781570 fb_get_options +EXPORT_SYMBOL vmlinux 0xabb76503 poll_freewait +EXPORT_SYMBOL vmlinux 0xabbf8c3b __icmp_send +EXPORT_SYMBOL vmlinux 0xabc1b1eb ethtool_intersect_link_masks +EXPORT_SYMBOL vmlinux 0xabd03f97 free_mdio_bitbang +EXPORT_SYMBOL vmlinux 0xabdc21a8 skb_pull_data +EXPORT_SYMBOL vmlinux 0xabded3dc scsi_dma_unmap +EXPORT_SYMBOL vmlinux 0xabf32f29 utf16s_to_utf8s +EXPORT_SYMBOL vmlinux 0xabfba5d7 seq_lseek +EXPORT_SYMBOL vmlinux 0xac1a55be unregister_reboot_notifier +EXPORT_SYMBOL vmlinux 0xac3201b0 udp_flow_hashrnd +EXPORT_SYMBOL vmlinux 0xac409e84 param_set_copystring +EXPORT_SYMBOL vmlinux 0xac437f7b snd_interval_ratnum +EXPORT_SYMBOL vmlinux 0xac4e166f rproc_shutdown +EXPORT_SYMBOL vmlinux 0xac5fcec0 in4_pton +EXPORT_SYMBOL vmlinux 0xac7547bf dcb_getapp +EXPORT_SYMBOL vmlinux 0xac82b35c nla_put_nohdr +EXPORT_SYMBOL vmlinux 0xac87a3a7 dm_table_get_mode +EXPORT_SYMBOL vmlinux 0xac8f206e vfs_rmdir +EXPORT_SYMBOL vmlinux 0xaca76711 tcf_idrinfo_destroy +EXPORT_SYMBOL vmlinux 0xaca91958 bpf_prog_get_type_path +EXPORT_SYMBOL vmlinux 0xaca926ce of_platform_bus_probe +EXPORT_SYMBOL vmlinux 0xacab29b7 seq_hlist_start_percpu +EXPORT_SYMBOL vmlinux 0xacb10c2a sdev_enable_disk_events +EXPORT_SYMBOL vmlinux 0xacd2358f pci_request_irq +EXPORT_SYMBOL vmlinux 0xacd81eb3 jbd2_inode_cache +EXPORT_SYMBOL vmlinux 0xacd95ea3 par_io_of_config +EXPORT_SYMBOL vmlinux 0xacddd806 ptp_get_vclocks_index +EXPORT_SYMBOL vmlinux 0xace885e8 tcp_v4_destroy_sock +EXPORT_SYMBOL vmlinux 0xacf4d843 match_strdup +EXPORT_SYMBOL vmlinux 0xacf542d0 seg6_hmac_info_add +EXPORT_SYMBOL vmlinux 0xacf649bf audit_log_task_info +EXPORT_SYMBOL vmlinux 0xad0413d4 match_hex +EXPORT_SYMBOL vmlinux 0xad053a5c dma_fence_describe +EXPORT_SYMBOL vmlinux 0xad0ad9ec proc_set_user +EXPORT_SYMBOL vmlinux 0xad0fa126 pagecache_isize_extended +EXPORT_SYMBOL vmlinux 0xad2ea1db _snd_ctl_add_follower +EXPORT_SYMBOL vmlinux 0xad3327b2 mmc_retune_timer_stop +EXPORT_SYMBOL vmlinux 0xad5c7e26 fb_show_logo +EXPORT_SYMBOL vmlinux 0xad5e9a39 input_inject_event +EXPORT_SYMBOL vmlinux 0xad73041f autoremove_wake_function +EXPORT_SYMBOL vmlinux 0xad93edc5 __write_overflow_field +EXPORT_SYMBOL vmlinux 0xad9bf5d1 param_ops_ullong +EXPORT_SYMBOL vmlinux 0xad9d4a0a devm_clk_hw_register_clkdev +EXPORT_SYMBOL vmlinux 0xad9d5841 clear_inode +EXPORT_SYMBOL vmlinux 0xadaa6975 sk_capable +EXPORT_SYMBOL vmlinux 0xadae6df8 blake2s_final +EXPORT_SYMBOL vmlinux 0xadbeed61 mipi_dsi_packet_format_is_long +EXPORT_SYMBOL vmlinux 0xadc43a6c inet_csk_delete_keepalive_timer +EXPORT_SYMBOL vmlinux 0xadd22e70 LZ4_setStreamDecode +EXPORT_SYMBOL vmlinux 0xadd3d90b __tracepoint_dma_fence_signaled +EXPORT_SYMBOL vmlinux 0xadd69986 __tracepoint_dma_fence_emit +EXPORT_SYMBOL vmlinux 0xade101bc skb_copy_and_hash_datagram_iter +EXPORT_SYMBOL vmlinux 0xadf431a9 seg6_hmac_net_exit +EXPORT_SYMBOL vmlinux 0xadf4d702 param_ops_uint +EXPORT_SYMBOL vmlinux 0xae04012c __vmalloc +EXPORT_SYMBOL vmlinux 0xae0c8379 filemap_check_errors +EXPORT_SYMBOL vmlinux 0xae171a78 flow_rule_match_l2tpv3 +EXPORT_SYMBOL vmlinux 0xae1d1eac of_n_size_cells +EXPORT_SYMBOL vmlinux 0xae1d2c5e fb_modesetting_disabled +EXPORT_SYMBOL vmlinux 0xae316c11 icmpv6_err_convert +EXPORT_SYMBOL vmlinux 0xae353d77 arm_copy_from_user +EXPORT_SYMBOL vmlinux 0xae37f79f tcf_classify +EXPORT_SYMBOL vmlinux 0xae39afab mdio_bus_type +EXPORT_SYMBOL vmlinux 0xae57265d sync_file_create +EXPORT_SYMBOL vmlinux 0xae577d60 _raw_spin_lock +EXPORT_SYMBOL vmlinux 0xae6f7e0e nla_append +EXPORT_SYMBOL vmlinux 0xae737c46 i2c_put_adapter +EXPORT_SYMBOL vmlinux 0xae847b2f netif_tx_stop_all_queues +EXPORT_SYMBOL vmlinux 0xae9fd09a mmc_can_gpio_cd +EXPORT_SYMBOL vmlinux 0xaeac049a generate_random_guid +EXPORT_SYMBOL vmlinux 0xaeb3db0e load_nls +EXPORT_SYMBOL vmlinux 0xaef099dd devm_memremap +EXPORT_SYMBOL vmlinux 0xaef15e1e snd_pcm_hw_param_last +EXPORT_SYMBOL vmlinux 0xaf01d342 pci_bus_size_bridges +EXPORT_SYMBOL vmlinux 0xaf06ec7a scsi_print_command +EXPORT_SYMBOL vmlinux 0xaf166dcf unregister_mtd_chip_driver +EXPORT_SYMBOL vmlinux 0xaf1a99b0 snd_timer_instance_free +EXPORT_SYMBOL vmlinux 0xaf1dad87 keyring_search +EXPORT_SYMBOL vmlinux 0xaf3dd7dc scsi_logging_level +EXPORT_SYMBOL vmlinux 0xaf401ffc kmem_cache_alloc +EXPORT_SYMBOL vmlinux 0xaf4f9b28 refresh_frequency_limits +EXPORT_SYMBOL vmlinux 0xaf50e76d elf_set_personality +EXPORT_SYMBOL vmlinux 0xaf54e371 pcibios_fixup_bus +EXPORT_SYMBOL vmlinux 0xaf5f7d2a netdev_info +EXPORT_SYMBOL vmlinux 0xaf73e134 dev_set_mac_address_user +EXPORT_SYMBOL vmlinux 0xaf84865e __get_user_8 +EXPORT_SYMBOL vmlinux 0xaf864dbe param_set_bool +EXPORT_SYMBOL vmlinux 0xaf8aa518 system_rev +EXPORT_SYMBOL vmlinux 0xaf9a0a2a radix_tree_tag_clear +EXPORT_SYMBOL vmlinux 0xafa19e71 kill_block_super +EXPORT_SYMBOL vmlinux 0xafa1d3e2 cdrom_get_last_written +EXPORT_SYMBOL vmlinux 0xafaa6031 _find_next_and_bit +EXPORT_SYMBOL vmlinux 0xafac571a devfreq_unregister_notifier +EXPORT_SYMBOL vmlinux 0xafb1bce6 ip_do_fragment +EXPORT_SYMBOL vmlinux 0xafc08054 dotdot_name +EXPORT_SYMBOL vmlinux 0xafca84ff rproc_mem_entry_init +EXPORT_SYMBOL vmlinux 0xafcb83dd input_register_device +EXPORT_SYMBOL vmlinux 0xaff6714b ndo_dflt_fdb_del +EXPORT_SYMBOL vmlinux 0xb00d5d62 mount_subtree +EXPORT_SYMBOL vmlinux 0xb011eae1 kstrtos16_from_user +EXPORT_SYMBOL vmlinux 0xb01400d6 serio_open +EXPORT_SYMBOL vmlinux 0xb01bebf9 xfrm_get_acqseq +EXPORT_SYMBOL vmlinux 0xb01e57cf udp_push_pending_frames +EXPORT_SYMBOL vmlinux 0xb02524d9 clear_page_dirty_for_io +EXPORT_SYMBOL vmlinux 0xb02eae0a netif_tx_wake_queue +EXPORT_SYMBOL vmlinux 0xb0429666 blk_post_runtime_resume +EXPORT_SYMBOL vmlinux 0xb046cb0d __sk_queue_drop_skb +EXPORT_SYMBOL vmlinux 0xb051a2c8 md_bitmap_sync_with_cluster +EXPORT_SYMBOL vmlinux 0xb058ca07 dim_calc_stats +EXPORT_SYMBOL vmlinux 0xb05b3d93 jbd2_journal_revoke +EXPORT_SYMBOL vmlinux 0xb05de2d5 tty_port_lower_dtr_rts +EXPORT_SYMBOL vmlinux 0xb05fc310 sysctl_rmem_max +EXPORT_SYMBOL vmlinux 0xb077bc12 page_symlink_inode_operations +EXPORT_SYMBOL vmlinux 0xb07a6827 kthread_create_on_cpu +EXPORT_SYMBOL vmlinux 0xb07ad996 km_new_mapping +EXPORT_SYMBOL vmlinux 0xb083bf59 dma_sync_wait +EXPORT_SYMBOL vmlinux 0xb08efd91 flow_rule_match_pppoe +EXPORT_SYMBOL vmlinux 0xb0a0da0c rational_best_approximation +EXPORT_SYMBOL vmlinux 0xb0a3c5d2 trace_print_symbols_seq +EXPORT_SYMBOL vmlinux 0xb0c5a80a ata_scsi_cmd_error_handler +EXPORT_SYMBOL vmlinux 0xb0e10781 get_option +EXPORT_SYMBOL vmlinux 0xb0efb5f2 inet_bind +EXPORT_SYMBOL vmlinux 0xb0fb22bb insert_inode_locked4 +EXPORT_SYMBOL vmlinux 0xb0ff6ffe secpath_set +EXPORT_SYMBOL vmlinux 0xb10e7df4 __kfifo_dma_in_prepare +EXPORT_SYMBOL vmlinux 0xb11fccb6 phy_write_mmd +EXPORT_SYMBOL vmlinux 0xb121390a probe_irq_on +EXPORT_SYMBOL vmlinux 0xb125e720 request_key_rcu +EXPORT_SYMBOL vmlinux 0xb12cbacb fb_unregister_client +EXPORT_SYMBOL vmlinux 0xb14ab1ef hdmi_audio_infoframe_init +EXPORT_SYMBOL vmlinux 0xb14fc46a find_next_clump8 +EXPORT_SYMBOL vmlinux 0xb161e50c call_usermodehelper_setup +EXPORT_SYMBOL vmlinux 0xb165156f pldmfw_flash_image +EXPORT_SYMBOL vmlinux 0xb16ec2f2 inet_rtx_syn_ack +EXPORT_SYMBOL vmlinux 0xb17d5238 __filemap_set_wb_err +EXPORT_SYMBOL vmlinux 0xb1933e87 inet_getname +EXPORT_SYMBOL vmlinux 0xb1972474 of_find_i2c_adapter_by_node +EXPORT_SYMBOL vmlinux 0xb19a4b52 submit_bh +EXPORT_SYMBOL vmlinux 0xb19cea49 task_work_add +EXPORT_SYMBOL vmlinux 0xb1aa6b7b ip_local_deliver +EXPORT_SYMBOL vmlinux 0xb1ad28e0 __gnu_mcount_nc +EXPORT_SYMBOL vmlinux 0xb1ad95da fwnode_mdiobus_register_phy +EXPORT_SYMBOL vmlinux 0xb1b347f2 seq_release +EXPORT_SYMBOL vmlinux 0xb1b7d715 netdev_stats_to_stats64 +EXPORT_SYMBOL vmlinux 0xb1c25d95 netdev_lower_get_next +EXPORT_SYMBOL vmlinux 0xb1c3a01a oops_in_progress +EXPORT_SYMBOL vmlinux 0xb1ce1a3f scsi_done_direct +EXPORT_SYMBOL vmlinux 0xb1d26269 tcp_shutdown +EXPORT_SYMBOL vmlinux 0xb1dd9660 hdmi_infoframe_log +EXPORT_SYMBOL vmlinux 0xb1ddf995 jiffies_64_to_clock_t +EXPORT_SYMBOL vmlinux 0xb1df4753 tty_port_free_xmit_buf +EXPORT_SYMBOL vmlinux 0xb1fcefa4 nf_unregister_sockopt +EXPORT_SYMBOL vmlinux 0xb22e16d5 radix_tree_maybe_preload +EXPORT_SYMBOL vmlinux 0xb2313ff8 snd_timer_pause +EXPORT_SYMBOL vmlinux 0xb23a519c zstd_decompress_stream +EXPORT_SYMBOL vmlinux 0xb24d2229 kill_anon_super +EXPORT_SYMBOL vmlinux 0xb26878e4 can_nice +EXPORT_SYMBOL vmlinux 0xb2943a2c truncate_inode_pages +EXPORT_SYMBOL vmlinux 0xb2a4f3d1 __block_write_begin +EXPORT_SYMBOL vmlinux 0xb2af6cce i2c_smbus_read_word_data +EXPORT_SYMBOL vmlinux 0xb2ba1464 dcache_dir_lseek +EXPORT_SYMBOL vmlinux 0xb2bdeef6 param_ops_dyndbg_classes +EXPORT_SYMBOL vmlinux 0xb2c266db nd_btt_probe +EXPORT_SYMBOL vmlinux 0xb2d48a2e queue_work_on +EXPORT_SYMBOL vmlinux 0xb2d556b2 fb_prepare_logo +EXPORT_SYMBOL vmlinux 0xb2e5ae4a snd_lookup_minor_data +EXPORT_SYMBOL vmlinux 0xb2e98c42 pci_set_power_state +EXPORT_SYMBOL vmlinux 0xb2f9ad3f inet_frag_reasm_prepare +EXPORT_SYMBOL vmlinux 0xb2fa6432 pci_wait_for_pending_transaction +EXPORT_SYMBOL vmlinux 0xb2fb3fd2 alloc_etherdev_mqs +EXPORT_SYMBOL vmlinux 0xb2fdb1d5 pcie_capability_clear_and_set_word +EXPORT_SYMBOL vmlinux 0xb308c97d wait_woken +EXPORT_SYMBOL vmlinux 0xb30b9822 vme_master_set +EXPORT_SYMBOL vmlinux 0xb31c19fb request_firmware_into_buf +EXPORT_SYMBOL vmlinux 0xb320cc0e sg_init_one +EXPORT_SYMBOL vmlinux 0xb3258f79 __ubsan_handle_type_mismatch_v1 +EXPORT_SYMBOL vmlinux 0xb32728bb qcom_scm_iommu_secure_ptbl_init +EXPORT_SYMBOL vmlinux 0xb3293b20 dquot_writeback_dquots +EXPORT_SYMBOL vmlinux 0xb356a94d skb_pull +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 0xb3707e6e flow_keys_basic_dissector +EXPORT_SYMBOL vmlinux 0xb379a977 simple_transaction_get +EXPORT_SYMBOL vmlinux 0xb37adc3a phy_device_free +EXPORT_SYMBOL vmlinux 0xb37bb284 udp_seq_start +EXPORT_SYMBOL vmlinux 0xb380c059 empty_aops +EXPORT_SYMBOL vmlinux 0xb397f39e md_write_start +EXPORT_SYMBOL vmlinux 0xb3b2b367 pci_free_irq_vectors +EXPORT_SYMBOL vmlinux 0xb3b975c3 snd_ctl_find_numid +EXPORT_SYMBOL vmlinux 0xb3d2c76d scsi_hostbyte_string +EXPORT_SYMBOL vmlinux 0xb3d864a8 dev_set_mtu +EXPORT_SYMBOL vmlinux 0xb3e4a9dc seq_printf +EXPORT_SYMBOL vmlinux 0xb3f0ea23 blkdev_put +EXPORT_SYMBOL vmlinux 0xb3f7646e kthread_should_stop +EXPORT_SYMBOL vmlinux 0xb3f90379 flow_block_cb_free +EXPORT_SYMBOL vmlinux 0xb4021591 eth_validate_addr +EXPORT_SYMBOL vmlinux 0xb40b82b0 pci_assign_resource +EXPORT_SYMBOL vmlinux 0xb41afa09 mdiobus_setup_mdiodev_from_board_info +EXPORT_SYMBOL vmlinux 0xb423dba1 console_blanked +EXPORT_SYMBOL vmlinux 0xb4471bfe down_trylock +EXPORT_SYMBOL vmlinux 0xb44bd226 generic_write_checks +EXPORT_SYMBOL vmlinux 0xb4519a8f string_escape_mem +EXPORT_SYMBOL vmlinux 0xb459e472 inet_twsk_deschedule_put +EXPORT_SYMBOL vmlinux 0xb4607180 dm_put_device +EXPORT_SYMBOL vmlinux 0xb46c268a pci_ep_cfs_add_epf_group +EXPORT_SYMBOL vmlinux 0xb47f6a4a __ip_dev_find +EXPORT_SYMBOL vmlinux 0xb48d4d22 security_sb_eat_lsm_opts +EXPORT_SYMBOL vmlinux 0xb4910192 arm_dma_zone_size +EXPORT_SYMBOL vmlinux 0xb49aae31 noop_fsync +EXPORT_SYMBOL vmlinux 0xb4a79898 blk_limits_io_opt +EXPORT_SYMBOL vmlinux 0xb4a948d0 remap_pfn_range +EXPORT_SYMBOL vmlinux 0xb4b1e6d1 __xa_alloc +EXPORT_SYMBOL vmlinux 0xb4bddb04 zstd_init_dstream +EXPORT_SYMBOL vmlinux 0xb4c1f774 devfreq_register_opp_notifier +EXPORT_SYMBOL vmlinux 0xb4cba7fa qdisc_warn_nonwc +EXPORT_SYMBOL vmlinux 0xb4e344c9 flow_rule_match_enc_control +EXPORT_SYMBOL vmlinux 0xb4eb69a2 device_get_mac_address +EXPORT_SYMBOL vmlinux 0xb4f13d2a abort +EXPORT_SYMBOL vmlinux 0xb5148784 rtnl_link_get_net +EXPORT_SYMBOL vmlinux 0xb532f3ec read_code +EXPORT_SYMBOL vmlinux 0xb5365a73 snd_pcm_period_elapsed +EXPORT_SYMBOL vmlinux 0xb53c858c config_item_set_name +EXPORT_SYMBOL vmlinux 0xb53d2e9b pci_get_device +EXPORT_SYMBOL vmlinux 0xb5440520 md_reload_sb +EXPORT_SYMBOL vmlinux 0xb55b7212 fs_bio_set +EXPORT_SYMBOL vmlinux 0xb57619d7 mipi_dsi_dcs_set_display_on +EXPORT_SYMBOL vmlinux 0xb5824807 sync_filesystem +EXPORT_SYMBOL vmlinux 0xb58aeaab kernel_cpustat +EXPORT_SYMBOL vmlinux 0xb5a459dc unregister_blkdev +EXPORT_SYMBOL vmlinux 0xb5aa7165 dma_pool_destroy +EXPORT_SYMBOL vmlinux 0xb5ac55d3 sdev_prefix_printk +EXPORT_SYMBOL vmlinux 0xb5b63711 fileattr_fill_xflags +EXPORT_SYMBOL vmlinux 0xb5ba4ad7 cdrom_dummy_generic_packet +EXPORT_SYMBOL vmlinux 0xb5c2f82c amba_release_regions +EXPORT_SYMBOL vmlinux 0xb5dbe3ac of_get_min_tck +EXPORT_SYMBOL vmlinux 0xb5fdc18f mutex_is_locked +EXPORT_SYMBOL vmlinux 0xb61d3a58 inet_frag_destroy +EXPORT_SYMBOL vmlinux 0xb6239905 seq_dentry +EXPORT_SYMBOL vmlinux 0xb6284a24 dev_deactivate +EXPORT_SYMBOL vmlinux 0xb633f115 irq_poll_enable +EXPORT_SYMBOL vmlinux 0xb6391d62 pci_irq_get_affinity +EXPORT_SYMBOL vmlinux 0xb6610290 vfs_get_fsid +EXPORT_SYMBOL vmlinux 0xb664a4e8 kvrealloc +EXPORT_SYMBOL vmlinux 0xb666b030 mipi_dsi_shutdown_peripheral +EXPORT_SYMBOL vmlinux 0xb66c09c5 vm_insert_pages +EXPORT_SYMBOL vmlinux 0xb66cf1f1 i2c_verify_client +EXPORT_SYMBOL vmlinux 0xb66e96d8 netlbl_audit_start +EXPORT_SYMBOL vmlinux 0xb6747b5f sk_alloc +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 0xb6987e65 dev_mc_unsync +EXPORT_SYMBOL vmlinux 0xb6a92d45 md_bitmap_free +EXPORT_SYMBOL vmlinux 0xb6abc5de set_page_writeback +EXPORT_SYMBOL vmlinux 0xb6acaa13 phy_sfp_detach +EXPORT_SYMBOL vmlinux 0xb6b6284e xz_dec_run +EXPORT_SYMBOL vmlinux 0xb6bc14a9 netif_set_real_num_rx_queues +EXPORT_SYMBOL vmlinux 0xb6c33cf4 ptp_schedule_worker +EXPORT_SYMBOL vmlinux 0xb6cb556a _find_first_and_bit +EXPORT_SYMBOL vmlinux 0xb6e12435 of_find_backlight_by_node +EXPORT_SYMBOL vmlinux 0xb6e36ce2 psched_ratecfg_precompute +EXPORT_SYMBOL vmlinux 0xb6e92047 xfrm6_protocol_register +EXPORT_SYMBOL vmlinux 0xb6f859f4 _raw_read_lock_bh +EXPORT_SYMBOL vmlinux 0xb6fde909 close_fd +EXPORT_SYMBOL vmlinux 0xb6ff1ed4 invalidate_mapping_pages +EXPORT_SYMBOL vmlinux 0xb712c498 snd_jack_set_key +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 0xb733e273 write_inode_now +EXPORT_SYMBOL vmlinux 0xb7362c90 do_wait_intr_irq +EXPORT_SYMBOL vmlinux 0xb74d18df mipi_dsi_compression_mode +EXPORT_SYMBOL vmlinux 0xb7566933 kstrtos8_from_user +EXPORT_SYMBOL vmlinux 0xb757bba7 d_alloc +EXPORT_SYMBOL vmlinux 0xb764ad8c pci_wake_from_d3 +EXPORT_SYMBOL vmlinux 0xb7688155 ucc_slow_init +EXPORT_SYMBOL vmlinux 0xb77a1f22 __skb_recv_udp +EXPORT_SYMBOL vmlinux 0xb78d2afe of_n_addr_cells +EXPORT_SYMBOL vmlinux 0xb78debe3 LZ4_decompress_fast_usingDict +EXPORT_SYMBOL vmlinux 0xb793fb7b __mark_inode_dirty +EXPORT_SYMBOL vmlinux 0xb7a87969 max8998_read_reg +EXPORT_SYMBOL vmlinux 0xb7b6b40f of_graph_get_endpoint_by_regs +EXPORT_SYMBOL vmlinux 0xb7be0e37 mmc_cqe_post_req +EXPORT_SYMBOL vmlinux 0xb7c6db70 sysctl_max_skb_frags +EXPORT_SYMBOL vmlinux 0xb7d75cdb __genphy_config_aneg +EXPORT_SYMBOL vmlinux 0xb7d8aeee zap_page_range +EXPORT_SYMBOL vmlinux 0xb7f43601 __neigh_event_send +EXPORT_SYMBOL vmlinux 0xb7fcba33 file_ns_capable +EXPORT_SYMBOL vmlinux 0xb7ff182f down_read_killable +EXPORT_SYMBOL vmlinux 0xb842716c qcom_scm_ocmem_lock_available +EXPORT_SYMBOL vmlinux 0xb84690c7 tcp_v4_md5_lookup +EXPORT_SYMBOL vmlinux 0xb85877c1 phy_register_fixup +EXPORT_SYMBOL vmlinux 0xb8601f89 generic_cont_expand_simple +EXPORT_SYMBOL vmlinux 0xb868ac5c register_sysrq_key +EXPORT_SYMBOL vmlinux 0xb8863862 config_item_get +EXPORT_SYMBOL vmlinux 0xb8967d21 of_find_compatible_node +EXPORT_SYMBOL vmlinux 0xb89b6e6b guid_parse +EXPORT_SYMBOL vmlinux 0xb8a6ffeb __kfifo_dma_out_prepare_r +EXPORT_SYMBOL vmlinux 0xb8b043f2 kfree_link +EXPORT_SYMBOL vmlinux 0xb8b46f64 page_cache_prev_miss +EXPORT_SYMBOL vmlinux 0xb8b7d6a7 elv_rb_del +EXPORT_SYMBOL vmlinux 0xb8be4659 of_get_mac_address_nvmem +EXPORT_SYMBOL vmlinux 0xb8c12bcb padata_do_serial +EXPORT_SYMBOL vmlinux 0xb8c2206b rawnand_sw_bch_init +EXPORT_SYMBOL vmlinux 0xb8c66c45 dma_fence_get_status +EXPORT_SYMBOL vmlinux 0xb8e09c7f tcp_mmap +EXPORT_SYMBOL vmlinux 0xb8e39d53 percpu_counter_sync +EXPORT_SYMBOL vmlinux 0xb8f02ba7 fput +EXPORT_SYMBOL vmlinux 0xb90fc6bd gnet_stats_finish_copy +EXPORT_SYMBOL vmlinux 0xb911bb58 minmax_running_max +EXPORT_SYMBOL vmlinux 0xb92a4669 phy_write_paged +EXPORT_SYMBOL vmlinux 0xb93a4e0b dev_pm_opp_register_notifier +EXPORT_SYMBOL vmlinux 0xb94339c4 qdisc_put_stab +EXPORT_SYMBOL vmlinux 0xb9466e33 ip_fraglist_prepare +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 0xb9710bfe blk_post_runtime_suspend +EXPORT_SYMBOL vmlinux 0xb97220ff bitmap_parse +EXPORT_SYMBOL vmlinux 0xb990427b set_page_dirty +EXPORT_SYMBOL vmlinux 0xb9acd3d9 __put_user_2 +EXPORT_SYMBOL vmlinux 0xb9d94705 sock_init_data_uid +EXPORT_SYMBOL vmlinux 0xb9d9859f jbd2_journal_init_jbd_inode +EXPORT_SYMBOL vmlinux 0xb9e8e2cc in6addr_sitelocal_allrouters +EXPORT_SYMBOL vmlinux 0xb9fc381a qcom_scm_hdcp_req +EXPORT_SYMBOL vmlinux 0xba044e17 scsi_unblock_requests +EXPORT_SYMBOL vmlinux 0xba10c5c6 thermal_zone_device_critical +EXPORT_SYMBOL vmlinux 0xba1368a1 sock_no_connect +EXPORT_SYMBOL vmlinux 0xba3627f8 mipi_dsi_dcs_exit_sleep_mode +EXPORT_SYMBOL vmlinux 0xba38bc5d bmap +EXPORT_SYMBOL vmlinux 0xba497f13 loops_per_jiffy +EXPORT_SYMBOL vmlinux 0xba4ae097 enable_fiq +EXPORT_SYMBOL vmlinux 0xba707a78 qe_get_brg_clk +EXPORT_SYMBOL vmlinux 0xba928cb6 devm_mdiobus_alloc_size +EXPORT_SYMBOL vmlinux 0xba949649 skb_expand_head +EXPORT_SYMBOL vmlinux 0xba9c4aa2 gnet_stats_add_basic +EXPORT_SYMBOL vmlinux 0xbaacfdd8 __zerocopy_sg_from_iter +EXPORT_SYMBOL vmlinux 0xbab0b482 eth_mac_addr +EXPORT_SYMBOL vmlinux 0xbad39a40 user_path_create +EXPORT_SYMBOL vmlinux 0xbad45176 tty_register_driver +EXPORT_SYMBOL vmlinux 0xbad87d88 devm_register_netdev +EXPORT_SYMBOL vmlinux 0xbad9ed99 key_type_keyring +EXPORT_SYMBOL vmlinux 0xbafa632e __do_once_sleepable_start +EXPORT_SYMBOL vmlinux 0xbaffd598 set_security_override_from_ctx +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 0xbb2f5030 fsync_bdev +EXPORT_SYMBOL vmlinux 0xbb399ff1 inode_update_time +EXPORT_SYMBOL vmlinux 0xbb3ca72c ppp_output_wakeup +EXPORT_SYMBOL vmlinux 0xbb4bc4fa simple_dir_operations +EXPORT_SYMBOL vmlinux 0xbb4eee5e bio_kmalloc +EXPORT_SYMBOL vmlinux 0xbb72d4fe __put_user_1 +EXPORT_SYMBOL vmlinux 0xbb881bb9 _dev_alert +EXPORT_SYMBOL vmlinux 0xbb944b63 mtree_destroy +EXPORT_SYMBOL vmlinux 0xbb95fb10 __stack_chk_fail +EXPORT_SYMBOL vmlinux 0xbb9663c7 sock_no_socketpair +EXPORT_SYMBOL vmlinux 0xbb9c9389 blk_mq_tagset_wait_completed_request +EXPORT_SYMBOL vmlinux 0xbb9ec213 xp_can_alloc +EXPORT_SYMBOL vmlinux 0xbba7f2f2 __cpuhp_setup_state_cpuslocked +EXPORT_SYMBOL vmlinux 0xbbbbefd0 of_graph_get_remote_node +EXPORT_SYMBOL vmlinux 0xbbc56b8a jbd2_journal_begin_ordered_truncate +EXPORT_SYMBOL vmlinux 0xbbc80be1 mipi_dsi_dcs_set_column_address +EXPORT_SYMBOL vmlinux 0xbbe788c0 security_dentry_init_security +EXPORT_SYMBOL vmlinux 0xbbe8a9b9 vfs_iter_read +EXPORT_SYMBOL vmlinux 0xbbed263e snd_ctl_make_virtual_master +EXPORT_SYMBOL vmlinux 0xbc0a965a mfd_add_devices +EXPORT_SYMBOL vmlinux 0xbc10dd97 __put_user_4 +EXPORT_SYMBOL vmlinux 0xbc4f4bb6 cdrom_get_media_event +EXPORT_SYMBOL vmlinux 0xbc60be33 wireless_send_event +EXPORT_SYMBOL vmlinux 0xbc75c76f netdev_set_sb_channel +EXPORT_SYMBOL vmlinux 0xbcab6ee6 sscanf +EXPORT_SYMBOL vmlinux 0xbccdbc8f tcf_em_register +EXPORT_SYMBOL vmlinux 0xbccf3fd4 fscrypt_decrypt_bio +EXPORT_SYMBOL vmlinux 0xbcdac0be ip_mc_check_igmp +EXPORT_SYMBOL vmlinux 0xbcecfd5a blk_mq_stop_hw_queue +EXPORT_SYMBOL vmlinux 0xbcfcc558 snd_timer_start +EXPORT_SYMBOL vmlinux 0xbd17f273 gen_new_estimator +EXPORT_SYMBOL vmlinux 0xbd1b4950 __cpu_dying_mask +EXPORT_SYMBOL vmlinux 0xbd24c025 max8998_update_reg +EXPORT_SYMBOL vmlinux 0xbd5e1d9c __cond_resched_rwlock_read +EXPORT_SYMBOL vmlinux 0xbd6365b0 jbd2_journal_start_reserved +EXPORT_SYMBOL vmlinux 0xbd6af41b of_get_ethdev_address +EXPORT_SYMBOL vmlinux 0xbd724b30 zstd_compress_stream +EXPORT_SYMBOL vmlinux 0xbd8070bb pci_bus_write_config_dword +EXPORT_SYMBOL vmlinux 0xbd820297 rtc_lock +EXPORT_SYMBOL vmlinux 0xbd82a5ba input_unregister_handle +EXPORT_SYMBOL vmlinux 0xbd8f4b89 parse_int_array_user +EXPORT_SYMBOL vmlinux 0xbdb8bffe __devm_mdiobus_register +EXPORT_SYMBOL vmlinux 0xbdea13af nf_log_unbind_pf +EXPORT_SYMBOL vmlinux 0xbe09d86c blk_mq_start_request +EXPORT_SYMBOL vmlinux 0xbe0e3cba tcf_queue_work +EXPORT_SYMBOL vmlinux 0xbe0e5118 nla_memcmp +EXPORT_SYMBOL vmlinux 0xbe176213 remove_proc_subtree +EXPORT_SYMBOL vmlinux 0xbe19f7da kernel_read +EXPORT_SYMBOL vmlinux 0xbe345d49 page_pool_alloc_pages +EXPORT_SYMBOL vmlinux 0xbe3718ce __breadahead +EXPORT_SYMBOL vmlinux 0xbe3a42b9 shmem_aops +EXPORT_SYMBOL vmlinux 0xbe3b3074 skb_eth_gso_segment +EXPORT_SYMBOL vmlinux 0xbe4eb6ed secure_dccpv6_sequence_number +EXPORT_SYMBOL vmlinux 0xbe5092e7 bprm_change_interp +EXPORT_SYMBOL vmlinux 0xbe5a24e9 xxh32_copy_state +EXPORT_SYMBOL vmlinux 0xbe68f8f9 netdev_notice +EXPORT_SYMBOL vmlinux 0xbe7e2cda tcp_sock_set_keepcnt +EXPORT_SYMBOL vmlinux 0xbe839191 jbd2_journal_wipe +EXPORT_SYMBOL vmlinux 0xbe852b73 free_buffer_head +EXPORT_SYMBOL vmlinux 0xbea3de8d __put_cred +EXPORT_SYMBOL vmlinux 0xbea9760b dev_trans_start +EXPORT_SYMBOL vmlinux 0xbec43e5f tc_skb_ext_tc +EXPORT_SYMBOL vmlinux 0xbec7e18f of_graph_get_remote_endpoint +EXPORT_SYMBOL vmlinux 0xbecc3f26 register_framebuffer +EXPORT_SYMBOL vmlinux 0xbed145ea phy_config_aneg +EXPORT_SYMBOL vmlinux 0xbed92c8e iov_iter_zero +EXPORT_SYMBOL vmlinux 0xbee18806 of_find_node_by_name +EXPORT_SYMBOL vmlinux 0xbee90f2f __kfifo_out_peek_r +EXPORT_SYMBOL vmlinux 0xbeece6de get_user_pages_unlocked +EXPORT_SYMBOL vmlinux 0xbef43296 console_conditional_schedule +EXPORT_SYMBOL vmlinux 0xbf3ae775 register_netdevice_notifier_net +EXPORT_SYMBOL vmlinux 0xbf4af607 cdrom_mode_select +EXPORT_SYMBOL vmlinux 0xbf4d4539 udp_table +EXPORT_SYMBOL vmlinux 0xbf59c419 posix_acl_init +EXPORT_SYMBOL vmlinux 0xbf7347b2 proc_doulongvec_ms_jiffies_minmax +EXPORT_SYMBOL vmlinux 0xbf75ea6c tegra114_clock_tune_cpu_trimmers_low +EXPORT_SYMBOL vmlinux 0xbf7e10bb of_get_i2c_adapter_by_node +EXPORT_SYMBOL vmlinux 0xbf7e6544 rpmh_write_batch +EXPORT_SYMBOL vmlinux 0xbf9774c3 dump_page +EXPORT_SYMBOL vmlinux 0xbf9bcc8d __cap_empty_set +EXPORT_SYMBOL vmlinux 0xbf9f11cd ipv6_dev_mc_inc +EXPORT_SYMBOL vmlinux 0xbfae9e07 utf8_validate +EXPORT_SYMBOL vmlinux 0xbfaf9773 blk_mq_complete_request +EXPORT_SYMBOL vmlinux 0xbfb811ff phy_queue_state_machine +EXPORT_SYMBOL vmlinux 0xbfcbc0d2 stmp_reset_block +EXPORT_SYMBOL vmlinux 0xbfde1a36 blk_rq_init +EXPORT_SYMBOL vmlinux 0xbfdf7bc3 mempool_create +EXPORT_SYMBOL vmlinux 0xbfe51a1d devm_devfreq_add_governor +EXPORT_SYMBOL vmlinux 0xc008c351 bio_alloc_clone +EXPORT_SYMBOL vmlinux 0xc02843d5 __blkdev_issue_zeroout +EXPORT_SYMBOL vmlinux 0xc03a74e0 security_sb_set_mnt_opts +EXPORT_SYMBOL vmlinux 0xc03d413b devm_clk_put +EXPORT_SYMBOL vmlinux 0xc052ab99 keyring_clear +EXPORT_SYMBOL vmlinux 0xc060c3f4 page_pool_ethtool_stats_get +EXPORT_SYMBOL vmlinux 0xc066544e ns_capable +EXPORT_SYMBOL vmlinux 0xc075f030 cdev_del +EXPORT_SYMBOL vmlinux 0xc0763484 rfkill_blocked +EXPORT_SYMBOL vmlinux 0xc07b0863 fb_destroy_modedb +EXPORT_SYMBOL vmlinux 0xc07dc207 dcache_dir_close +EXPORT_SYMBOL vmlinux 0xc08ef17c napi_gro_frags +EXPORT_SYMBOL vmlinux 0xc09d6fab nf_log_trace +EXPORT_SYMBOL vmlinux 0xc0a98385 profile_pc +EXPORT_SYMBOL vmlinux 0xc0b50488 generic_file_llseek +EXPORT_SYMBOL vmlinux 0xc0c5c1bd dquot_destroy +EXPORT_SYMBOL vmlinux 0xc0ca51e7 proc_create_data +EXPORT_SYMBOL vmlinux 0xc0cbe1c6 pci_select_bars +EXPORT_SYMBOL vmlinux 0xc0da0e99 dim_on_top +EXPORT_SYMBOL vmlinux 0xc0db3939 xp_set_rxq_info +EXPORT_SYMBOL vmlinux 0xc0fb357a dma_fence_chain_walk +EXPORT_SYMBOL vmlinux 0xc0fcb1ff kernel_listen +EXPORT_SYMBOL vmlinux 0xc0fe9137 __printk_cpu_sync_put +EXPORT_SYMBOL vmlinux 0xc0ff12fb nla_strdup +EXPORT_SYMBOL vmlinux 0xc0ff21c1 input_get_new_minor +EXPORT_SYMBOL vmlinux 0xc1198662 __warn_flushing_systemwide_wq +EXPORT_SYMBOL vmlinux 0xc1514a3b free_irq +EXPORT_SYMBOL vmlinux 0xc1532328 inet6_release +EXPORT_SYMBOL vmlinux 0xc16be39d iter_div_u64_rem +EXPORT_SYMBOL vmlinux 0xc1737733 sk_stream_kill_queues +EXPORT_SYMBOL vmlinux 0xc176fc0a __skb_warn_lro_forwarding +EXPORT_SYMBOL vmlinux 0xc18b4c69 generic_file_fsync +EXPORT_SYMBOL vmlinux 0xc18bb14d d_delete +EXPORT_SYMBOL vmlinux 0xc197271b __fib6_flush_trees +EXPORT_SYMBOL vmlinux 0xc19a9121 rproc_alloc +EXPORT_SYMBOL vmlinux 0xc1ad0836 sock_set_priority +EXPORT_SYMBOL vmlinux 0xc1af2cf8 pci_scan_slot +EXPORT_SYMBOL vmlinux 0xc1bfdc9d page_pool_destroy +EXPORT_SYMBOL vmlinux 0xc1d1c7ec mount_bdev +EXPORT_SYMBOL vmlinux 0xc1d5d504 scsi_cmd_allowed +EXPORT_SYMBOL vmlinux 0xc1d8cfaf __fdget +EXPORT_SYMBOL vmlinux 0xc1da5cdd md_wait_for_blocked_rdev +EXPORT_SYMBOL vmlinux 0xc1e21d88 md_cluster_ops +EXPORT_SYMBOL vmlinux 0xc1e2c742 tegra_io_rail_power_on +EXPORT_SYMBOL vmlinux 0xc1f03e49 key_validate +EXPORT_SYMBOL vmlinux 0xc2059c64 fscrypt_enqueue_decrypt_work +EXPORT_SYMBOL vmlinux 0xc2070839 tcf_get_next_proto +EXPORT_SYMBOL vmlinux 0xc21fb4df gen_replace_estimator +EXPORT_SYMBOL vmlinux 0xc22619fe config_item_put +EXPORT_SYMBOL vmlinux 0xc226c831 blk_get_queue +EXPORT_SYMBOL vmlinux 0xc22a5e1c pcix_set_mmrbc +EXPORT_SYMBOL vmlinux 0xc22f6693 call_fib_notifier +EXPORT_SYMBOL vmlinux 0xc230c9a8 wait_for_completion_io_timeout +EXPORT_SYMBOL vmlinux 0xc231f6f1 __traceiter_kmem_cache_alloc +EXPORT_SYMBOL vmlinux 0xc24d8618 dma_alloc_attrs +EXPORT_SYMBOL vmlinux 0xc2680a24 phy_set_asym_pause +EXPORT_SYMBOL vmlinux 0xc279d8bf flow_rule_match_control +EXPORT_SYMBOL vmlinux 0xc28493a0 inet_sk_rebuild_header +EXPORT_SYMBOL vmlinux 0xc286c1f3 key_link +EXPORT_SYMBOL vmlinux 0xc2acc033 hex_dump_to_buffer +EXPORT_SYMBOL vmlinux 0xc2b1d4e1 lockref_put_return +EXPORT_SYMBOL vmlinux 0xc2b375a1 dma_resv_iter_first_unlocked +EXPORT_SYMBOL vmlinux 0xc2b8eda2 netstamp_needed_key +EXPORT_SYMBOL vmlinux 0xc2cae53e refcount_dec_and_lock +EXPORT_SYMBOL vmlinux 0xc2e587d1 reset_devices +EXPORT_SYMBOL vmlinux 0xc2ede9c5 gen_pool_destroy +EXPORT_SYMBOL vmlinux 0xc3055d20 usleep_range_state +EXPORT_SYMBOL vmlinux 0xc31db0ce is_vmalloc_addr +EXPORT_SYMBOL vmlinux 0xc32c71af register_inetaddr_validator_notifier +EXPORT_SYMBOL vmlinux 0xc358aaf8 snprintf +EXPORT_SYMBOL vmlinux 0xc36a8623 mark_page_accessed +EXPORT_SYMBOL vmlinux 0xc36c5a7e pcim_iounmap +EXPORT_SYMBOL vmlinux 0xc37335b0 complete +EXPORT_SYMBOL vmlinux 0xc37f9c6e cpufreq_update_policy +EXPORT_SYMBOL vmlinux 0xc38c83b8 mod_timer +EXPORT_SYMBOL vmlinux 0xc3a0f0b9 devm_mfd_add_devices +EXPORT_SYMBOL vmlinux 0xc3a34c50 rproc_get_by_child +EXPORT_SYMBOL vmlinux 0xc3a703cb xsk_clear_tx_need_wakeup +EXPORT_SYMBOL vmlinux 0xc3abb4d9 icmp6_send +EXPORT_SYMBOL vmlinux 0xc3b20ca6 phy_ethtool_set_eee +EXPORT_SYMBOL vmlinux 0xc3b50383 snd_pcm_kernel_ioctl +EXPORT_SYMBOL vmlinux 0xc3b65081 fscrypt_decrypt_pagecache_blocks +EXPORT_SYMBOL vmlinux 0xc3bf2324 md_update_sb +EXPORT_SYMBOL vmlinux 0xc3c63e89 inet_sk_set_state +EXPORT_SYMBOL vmlinux 0xc3cd034d crc8_populate_lsb +EXPORT_SYMBOL vmlinux 0xc3cd7999 phy_get_pause +EXPORT_SYMBOL vmlinux 0xc3dfacfa dma_set_coherent_mask +EXPORT_SYMBOL vmlinux 0xc3e1daff snd_dma_alloc_pages_fallback +EXPORT_SYMBOL vmlinux 0xc3f3d561 max8925_reg_write +EXPORT_SYMBOL vmlinux 0xc3f4d51a mipi_dsi_host_unregister +EXPORT_SYMBOL vmlinux 0xc3fd598d abort_creds +EXPORT_SYMBOL vmlinux 0xc4212220 xfrm_policy_flush +EXPORT_SYMBOL vmlinux 0xc4212ab9 qdisc_class_hash_insert +EXPORT_SYMBOL vmlinux 0xc42c067f neigh_for_each +EXPORT_SYMBOL vmlinux 0xc4374891 mpage_writepages +EXPORT_SYMBOL vmlinux 0xc44a997a mdiobus_is_registered_device +EXPORT_SYMBOL vmlinux 0xc452212c utf8_strncasecmp +EXPORT_SYMBOL vmlinux 0xc45c3422 __blk_mq_alloc_disk +EXPORT_SYMBOL vmlinux 0xc45f46c5 configfs_remove_default_groups +EXPORT_SYMBOL vmlinux 0xc464f225 nand_monolithic_read_page_raw +EXPORT_SYMBOL vmlinux 0xc4657dc8 mempool_init +EXPORT_SYMBOL vmlinux 0xc4708199 cpm_muram_addr +EXPORT_SYMBOL vmlinux 0xc471d5cc md_check_no_bitmap +EXPORT_SYMBOL vmlinux 0xc473ef92 kthread_destroy_worker +EXPORT_SYMBOL vmlinux 0xc4777aa9 __ctzsi2 +EXPORT_SYMBOL vmlinux 0xc4a09dc1 __block_write_full_page +EXPORT_SYMBOL vmlinux 0xc4a2574a dm_table_run_md_queue_async +EXPORT_SYMBOL vmlinux 0xc4ab6efe security_inet_conn_established +EXPORT_SYMBOL vmlinux 0xc4c75374 __xfrm_dst_lookup +EXPORT_SYMBOL vmlinux 0xc4d48d95 d_add +EXPORT_SYMBOL vmlinux 0xc4d76680 drop_super_exclusive +EXPORT_SYMBOL vmlinux 0xc4db3786 input_get_keycode +EXPORT_SYMBOL vmlinux 0xc4eee08f fwnode_mdio_find_device +EXPORT_SYMBOL vmlinux 0xc544322d input_free_device +EXPORT_SYMBOL vmlinux 0xc54e1a08 dev_pick_tx_cpu_id +EXPORT_SYMBOL vmlinux 0xc55d5647 inet_frag_find +EXPORT_SYMBOL vmlinux 0xc56b763a proc_symlink +EXPORT_SYMBOL vmlinux 0xc56c3609 xz_dec_microlzma_reset +EXPORT_SYMBOL vmlinux 0xc599a772 security_xfrm_state_delete +EXPORT_SYMBOL vmlinux 0xc59e5b08 snd_card_register +EXPORT_SYMBOL vmlinux 0xc5a0ec0e rpmh_write_async +EXPORT_SYMBOL vmlinux 0xc5a6d10b release_and_free_resource +EXPORT_SYMBOL vmlinux 0xc5aadd13 fscrypt_decrypt_block_inplace +EXPORT_SYMBOL vmlinux 0xc5b1b640 d_genocide +EXPORT_SYMBOL vmlinux 0xc5baba06 vcalloc +EXPORT_SYMBOL vmlinux 0xc5cbdc54 kstrtoint_from_user +EXPORT_SYMBOL vmlinux 0xc5d680ee dm_table_get_md +EXPORT_SYMBOL vmlinux 0xc5d9bce6 genphy_config_eee_advert +EXPORT_SYMBOL vmlinux 0xc5e74216 release_resource +EXPORT_SYMBOL vmlinux 0xc5ebc59c xfrm_input_resume +EXPORT_SYMBOL vmlinux 0xc5ee6c48 kvfree_sensitive +EXPORT_SYMBOL vmlinux 0xc5f7e801 sg_last +EXPORT_SYMBOL vmlinux 0xc60d0620 __num_online_cpus +EXPORT_SYMBOL vmlinux 0xc631580a console_unlock +EXPORT_SYMBOL vmlinux 0xc633d82d phy_unregister_fixup +EXPORT_SYMBOL vmlinux 0xc647008d finish_swait +EXPORT_SYMBOL vmlinux 0xc64c4c3d netdev_get_xmit_slave +EXPORT_SYMBOL vmlinux 0xc64d28c7 free_inode_nonrcu +EXPORT_SYMBOL vmlinux 0xc658dc03 proc_create_seq_private +EXPORT_SYMBOL vmlinux 0xc65e05c8 pcie_capability_write_word +EXPORT_SYMBOL vmlinux 0xc65e4e97 secure_dccp_sequence_number +EXPORT_SYMBOL vmlinux 0xc66a8304 cpu_rmap_add +EXPORT_SYMBOL vmlinux 0xc66e21bb sock_release +EXPORT_SYMBOL vmlinux 0xc6741ba8 in_dev_finish_destroy +EXPORT_SYMBOL vmlinux 0xc6820daf tty_vhangup +EXPORT_SYMBOL vmlinux 0xc68ea400 jbd2_journal_grab_journal_head +EXPORT_SYMBOL vmlinux 0xc69fce52 qcom_scm_qsmmu500_wait_safe_toggle +EXPORT_SYMBOL vmlinux 0xc6a23e88 ps2_cmd_aborted +EXPORT_SYMBOL vmlinux 0xc6a2f573 input_mt_init_slots +EXPORT_SYMBOL vmlinux 0xc6a3fc96 param_get_ulong +EXPORT_SYMBOL vmlinux 0xc6c4fc3d unpin_user_page +EXPORT_SYMBOL vmlinux 0xc6cbbc89 capable +EXPORT_SYMBOL vmlinux 0xc6d261fd pcie_get_readrq +EXPORT_SYMBOL vmlinux 0xc6d39f95 d_obtain_alias +EXPORT_SYMBOL vmlinux 0xc6e62bc1 blkdev_get_by_dev +EXPORT_SYMBOL vmlinux 0xc6efae8d padata_alloc_shell +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 0xc70e0562 config_item_init_type_name +EXPORT_SYMBOL vmlinux 0xc71b2999 kernel_sendpage_locked +EXPORT_SYMBOL vmlinux 0xc7208c3a serial8250_resume_port +EXPORT_SYMBOL vmlinux 0xc72b287e tty_port_carrier_raised +EXPORT_SYMBOL vmlinux 0xc73ede5a mmc_free_host +EXPORT_SYMBOL vmlinux 0xc74a0fb5 __pci_register_driver +EXPORT_SYMBOL vmlinux 0xc758ebef uart_get_baud_rate +EXPORT_SYMBOL vmlinux 0xc76cf9b8 xfrm_policy_register_afinfo +EXPORT_SYMBOL vmlinux 0xc77223f5 cpumask_any_distribute +EXPORT_SYMBOL vmlinux 0xc778926e __cgroup_bpf_run_filter_sock_ops +EXPORT_SYMBOL vmlinux 0xc781bd9f rfkill_resume_polling +EXPORT_SYMBOL vmlinux 0xc7856a3d inet6addr_notifier_call_chain +EXPORT_SYMBOL vmlinux 0xc78650fc param_set_bint +EXPORT_SYMBOL vmlinux 0xc7994990 vfs_readlink +EXPORT_SYMBOL vmlinux 0xc79e29cb flow_indr_dev_register +EXPORT_SYMBOL vmlinux 0xc7a4fbed rtnl_lock +EXPORT_SYMBOL vmlinux 0xc7ae1903 security_lock_kernel_down +EXPORT_SYMBOL vmlinux 0xc7b8ba7a kmem_cache_free +EXPORT_SYMBOL vmlinux 0xc7c1107a LZ4_decompress_safe +EXPORT_SYMBOL vmlinux 0xc7c29837 dev_mc_sync +EXPORT_SYMBOL vmlinux 0xc7cd9a22 genphy_suspend +EXPORT_SYMBOL vmlinux 0xc7ec6c27 strspn +EXPORT_SYMBOL vmlinux 0xc7ffb706 __kmap_local_page_prot +EXPORT_SYMBOL vmlinux 0xc80551e6 vfs_getattr +EXPORT_SYMBOL vmlinux 0xc815802d unregister_qdisc +EXPORT_SYMBOL vmlinux 0xc81608bf sock_kzfree_s +EXPORT_SYMBOL vmlinux 0xc8339e24 string_unescape +EXPORT_SYMBOL vmlinux 0xc839afed hdmi_audio_infoframe_check +EXPORT_SYMBOL vmlinux 0xc839d9f3 snd_component_add +EXPORT_SYMBOL vmlinux 0xc83cb974 i2c_del_driver +EXPORT_SYMBOL vmlinux 0xc84a0a7e seq_hlist_start_rcu +EXPORT_SYMBOL vmlinux 0xc869aebb dev_uc_add +EXPORT_SYMBOL vmlinux 0xc872fd85 in6addr_interfacelocal_allnodes +EXPORT_SYMBOL vmlinux 0xc87c4b78 __starget_for_each_device +EXPORT_SYMBOL vmlinux 0xc8827b75 sysctl_vals +EXPORT_SYMBOL vmlinux 0xc8830dfb __napi_alloc_skb +EXPORT_SYMBOL vmlinux 0xc890c008 zlib_deflateEnd +EXPORT_SYMBOL vmlinux 0xc8a25dfa inode_get_bytes +EXPORT_SYMBOL vmlinux 0xc8a34e13 xfrm_register_km +EXPORT_SYMBOL vmlinux 0xc8a91f5b cpumask_local_spread +EXPORT_SYMBOL vmlinux 0xc8aaf7ef _copy_from_iter +EXPORT_SYMBOL vmlinux 0xc8b58a25 __memset64 +EXPORT_SYMBOL vmlinux 0xc8d0817e ptp_clock_unregister +EXPORT_SYMBOL vmlinux 0xc8d2b5c6 ptp_cancel_worker_sync +EXPORT_SYMBOL vmlinux 0xc8e173ed _find_next_bit_le +EXPORT_SYMBOL vmlinux 0xc8e8a4c6 jbd2_journal_set_features +EXPORT_SYMBOL vmlinux 0xc8fbb81b of_get_cpu_state_node +EXPORT_SYMBOL vmlinux 0xc916dd46 __SCK__tp_func_kmalloc +EXPORT_SYMBOL vmlinux 0xc924678a __kmalloc_node_track_caller +EXPORT_SYMBOL vmlinux 0xc9634df9 in6addr_linklocal_allrouters +EXPORT_SYMBOL vmlinux 0xc972449f mempool_alloc_slab +EXPORT_SYMBOL vmlinux 0xc97e45a5 d_find_any_alias +EXPORT_SYMBOL vmlinux 0xc9822234 clk_register_clkdev +EXPORT_SYMBOL vmlinux 0xc9854318 config_group_find_item +EXPORT_SYMBOL vmlinux 0xc993152a jbd2_fc_end_commit_fallback +EXPORT_SYMBOL vmlinux 0xc99cbb83 gen_pool_dma_alloc_align +EXPORT_SYMBOL vmlinux 0xc99e2a55 twl_rev +EXPORT_SYMBOL vmlinux 0xc99edb77 tcf_unregister_action +EXPORT_SYMBOL vmlinux 0xc9a8b584 mmc_hw_reset +EXPORT_SYMBOL vmlinux 0xc9ac2ca9 simple_map_init +EXPORT_SYMBOL vmlinux 0xc9ca3698 register_sysctl_table +EXPORT_SYMBOL vmlinux 0xc9df055a xfrm_policy_walk_init +EXPORT_SYMBOL vmlinux 0xc9df66dd jbd2_journal_get_undo_access +EXPORT_SYMBOL vmlinux 0xc9e9d5f9 vme_alloc_consistent +EXPORT_SYMBOL vmlinux 0xc9ed0401 imx_sc_rm_is_resource_owned +EXPORT_SYMBOL vmlinux 0xc9f3e34c tty_port_open +EXPORT_SYMBOL vmlinux 0xc9f45d7c filemap_write_and_wait_range +EXPORT_SYMBOL vmlinux 0xca0bcb88 backlight_device_get_by_name +EXPORT_SYMBOL vmlinux 0xca17ac01 _find_next_andnot_bit +EXPORT_SYMBOL vmlinux 0xca21ebd3 bitmap_free +EXPORT_SYMBOL vmlinux 0xca420bc4 xfrm_state_walk_done +EXPORT_SYMBOL vmlinux 0xca431c05 wake_bit_function +EXPORT_SYMBOL vmlinux 0xca497117 ilookup5_nowait +EXPORT_SYMBOL vmlinux 0xca514456 mii_link_ok +EXPORT_SYMBOL vmlinux 0xca5a7528 down_interruptible +EXPORT_SYMBOL vmlinux 0xca69692a param_get_dyndbg_classes +EXPORT_SYMBOL vmlinux 0xca72f82f jbd2_fc_begin_commit +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 0xca86f64f netpoll_poll_disable +EXPORT_SYMBOL vmlinux 0xca9360b5 rb_next +EXPORT_SYMBOL vmlinux 0xca9990d3 sock_kmalloc +EXPORT_SYMBOL vmlinux 0xcaa80781 ppp_unregister_channel +EXPORT_SYMBOL vmlinux 0xcaaa0de7 do_map_probe +EXPORT_SYMBOL vmlinux 0xcab94858 vlan_vids_add_by_dev +EXPORT_SYMBOL vmlinux 0xcad39589 ip_mc_inc_group +EXPORT_SYMBOL vmlinux 0xcad945d0 ptp_find_pin +EXPORT_SYMBOL vmlinux 0xcadf3dd4 override_creds +EXPORT_SYMBOL vmlinux 0xcae906e1 blk_queue_max_secure_erase_sectors +EXPORT_SYMBOL vmlinux 0xcb01109a dev_add_pack +EXPORT_SYMBOL vmlinux 0xcb0288ea ledtrig_cpu +EXPORT_SYMBOL vmlinux 0xcb06730f inet_shutdown +EXPORT_SYMBOL vmlinux 0xcb1b54ea simple_get_link +EXPORT_SYMBOL vmlinux 0xcb281572 sock_no_sendmsg_locked +EXPORT_SYMBOL vmlinux 0xcb2a3591 vm_map_ram +EXPORT_SYMBOL vmlinux 0xcb304007 dquot_drop +EXPORT_SYMBOL vmlinux 0xcb36b34f phy_device_create +EXPORT_SYMBOL vmlinux 0xcb36c1c7 iov_iter_advance +EXPORT_SYMBOL vmlinux 0xcb3ae215 call_blocking_lsm_notifier +EXPORT_SYMBOL vmlinux 0xcb3c979a md_wakeup_thread +EXPORT_SYMBOL vmlinux 0xcb510bc2 complete_all +EXPORT_SYMBOL vmlinux 0xcb606eb9 xa_load +EXPORT_SYMBOL vmlinux 0xcb61e33f tcf_qevent_handle +EXPORT_SYMBOL vmlinux 0xcb6b6827 crypto_kdf108_ctr_generate +EXPORT_SYMBOL vmlinux 0xcb6d0fda find_inode_by_ino_rcu +EXPORT_SYMBOL vmlinux 0xcb6dfed1 lookup_positive_unlocked +EXPORT_SYMBOL vmlinux 0xcb77a31d zstd_is_error +EXPORT_SYMBOL vmlinux 0xcb8c753b mempool_exit +EXPORT_SYMBOL vmlinux 0xcb9c034c ndisc_ns_create +EXPORT_SYMBOL vmlinux 0xcbb348d7 single_open_size +EXPORT_SYMBOL vmlinux 0xcbbf0a6f audit_log_task_context +EXPORT_SYMBOL vmlinux 0xcbd12fb9 of_iomap +EXPORT_SYMBOL vmlinux 0xcbd4898c fortify_panic +EXPORT_SYMBOL vmlinux 0xcbde08b6 tcf_exts_dump_stats +EXPORT_SYMBOL vmlinux 0xcbf11543 vme_dma_list_add +EXPORT_SYMBOL vmlinux 0xcbf2d847 xfrm6_rcv +EXPORT_SYMBOL vmlinux 0xcbf323bc qdisc_hash_add +EXPORT_SYMBOL vmlinux 0xcbf7cc72 pci_scan_single_device +EXPORT_SYMBOL vmlinux 0xcbfee068 eth_header_cache_update +EXPORT_SYMBOL vmlinux 0xcc007105 call_fib_notifiers +EXPORT_SYMBOL vmlinux 0xcc07665c snd_pcm_mmap_data +EXPORT_SYMBOL vmlinux 0xcc248d26 serial8250_suspend_port +EXPORT_SYMBOL vmlinux 0xcc2bd745 param_get_uint +EXPORT_SYMBOL vmlinux 0xcc30f0f1 tcp_tx_delay_enabled +EXPORT_SYMBOL vmlinux 0xcc372c68 inet6_ioctl +EXPORT_SYMBOL vmlinux 0xcc411ed1 ptp_convert_timestamp +EXPORT_SYMBOL vmlinux 0xcc445ceb __sg_page_iter_dma_next +EXPORT_SYMBOL vmlinux 0xcc5005fe msleep_interruptible +EXPORT_SYMBOL vmlinux 0xcc58b4d0 vme_dma_list_free +EXPORT_SYMBOL vmlinux 0xcc5d22d9 can_do_mlock +EXPORT_SYMBOL vmlinux 0xcc6a729f snd_ctl_enum_info +EXPORT_SYMBOL vmlinux 0xcc846ad3 set_security_override +EXPORT_SYMBOL vmlinux 0xcc8f1c1a nand_ecc_prepare_io_req +EXPORT_SYMBOL vmlinux 0xcca54249 i2c_smbus_write_block_data +EXPORT_SYMBOL vmlinux 0xcca75368 __traceiter_spi_transfer_start +EXPORT_SYMBOL vmlinux 0xccc38749 rproc_get_by_phandle +EXPORT_SYMBOL vmlinux 0xccd4c999 __sg_page_iter_start +EXPORT_SYMBOL vmlinux 0xccfb1c02 tty_unthrottle +EXPORT_SYMBOL vmlinux 0xccfb9e07 dst_default_metrics +EXPORT_SYMBOL vmlinux 0xccfd2ebc scsi_dev_info_list_del_keyed +EXPORT_SYMBOL vmlinux 0xccfd4979 ns_capable_noaudit +EXPORT_SYMBOL vmlinux 0xcd00abbc add_wait_queue_exclusive +EXPORT_SYMBOL vmlinux 0xcd0180b6 kernel_accept +EXPORT_SYMBOL vmlinux 0xcd083b10 unregister_sound_dsp +EXPORT_SYMBOL vmlinux 0xcd0c153a scsi_remove_device +EXPORT_SYMBOL vmlinux 0xcd0fbbbe ip_frag_init +EXPORT_SYMBOL vmlinux 0xcd117922 inet_sk_get_local_port_range +EXPORT_SYMBOL vmlinux 0xcd279169 nla_find +EXPORT_SYMBOL vmlinux 0xcd30b95a tmio_core_mmc_clk_div +EXPORT_SYMBOL vmlinux 0xcd3cc13f pm_vt_switch_unregister +EXPORT_SYMBOL vmlinux 0xcd41b80f dma_fence_array_first +EXPORT_SYMBOL vmlinux 0xcd425d4e tcf_block_get +EXPORT_SYMBOL vmlinux 0xcd43ad12 zstd_get_error_code +EXPORT_SYMBOL vmlinux 0xcd63c845 __aeabi_lasr +EXPORT_SYMBOL vmlinux 0xcd7ffab9 mipi_dsi_dcs_soft_reset +EXPORT_SYMBOL vmlinux 0xcd8401ef security_inode_invalidate_secctx +EXPORT_SYMBOL vmlinux 0xcd856e7d km_report +EXPORT_SYMBOL vmlinux 0xcd8ccb5b pci_pme_active +EXPORT_SYMBOL vmlinux 0xcda344e3 xfrm_policy_walk +EXPORT_SYMBOL vmlinux 0xcdc39c9e security_ismaclabel +EXPORT_SYMBOL vmlinux 0xcde114de mipi_dsi_dcs_set_tear_off +EXPORT_SYMBOL vmlinux 0xcde3fd83 nf_log_unset +EXPORT_SYMBOL vmlinux 0xcde65563 __folio_start_writeback +EXPORT_SYMBOL vmlinux 0xcde77bcc free_opal_dev +EXPORT_SYMBOL vmlinux 0xcdf94ee7 xfrm_policy_delete +EXPORT_SYMBOL vmlinux 0xce03796f jbd2_journal_init_dev +EXPORT_SYMBOL vmlinux 0xce2840e7 irq_set_irq_wake +EXPORT_SYMBOL vmlinux 0xce2f8d40 zstd_flush_stream +EXPORT_SYMBOL vmlinux 0xce32bf8c __mod_zone_page_state +EXPORT_SYMBOL vmlinux 0xce3520f2 rproc_put +EXPORT_SYMBOL vmlinux 0xce3ca308 copy_from_user_toio +EXPORT_SYMBOL vmlinux 0xce42257e __mdiobus_write +EXPORT_SYMBOL vmlinux 0xce4cdb8e fb_find_best_mode +EXPORT_SYMBOL vmlinux 0xce5ac24f zlib_inflate_workspacesize +EXPORT_SYMBOL vmlinux 0xce6d8123 inet_csk_clear_xmit_timers +EXPORT_SYMBOL vmlinux 0xce731b34 ucc_slow_get_qe_cr_subblock +EXPORT_SYMBOL vmlinux 0xce7f59d0 vme_unregister_driver +EXPORT_SYMBOL vmlinux 0xce87eb88 iw_handler_set_spy +EXPORT_SYMBOL vmlinux 0xceab0311 strchrnul +EXPORT_SYMBOL vmlinux 0xceae19bb free_netdev +EXPORT_SYMBOL vmlinux 0xceb8be39 tty_driver_flush_buffer +EXPORT_SYMBOL vmlinux 0xcec19b40 pin_user_pages_remote +EXPORT_SYMBOL vmlinux 0xcec80af2 snd_card_free +EXPORT_SYMBOL vmlinux 0xced8f41b udp_gro_receive +EXPORT_SYMBOL vmlinux 0xcedb53f0 msm_pinctrl_remove +EXPORT_SYMBOL vmlinux 0xcedb588b tcf_register_action +EXPORT_SYMBOL vmlinux 0xcedc99af mutex_lock_interruptible +EXPORT_SYMBOL vmlinux 0xcede275c memremap +EXPORT_SYMBOL vmlinux 0xceee338f skb_split +EXPORT_SYMBOL vmlinux 0xceeec69b cros_ec_query_all +EXPORT_SYMBOL vmlinux 0xcef788f9 mark_buffer_write_io_error +EXPORT_SYMBOL vmlinux 0xcefa7e31 tcf_idr_create_from_flags +EXPORT_SYMBOL vmlinux 0xcefcd99a serial8250_unregister_port +EXPORT_SYMBOL vmlinux 0xcf01f610 panic_notifier_list +EXPORT_SYMBOL vmlinux 0xcf0e7b3b xattr_full_name +EXPORT_SYMBOL vmlinux 0xcf17879d md_integrity_register +EXPORT_SYMBOL vmlinux 0xcf17c783 inode_init_always +EXPORT_SYMBOL vmlinux 0xcf19abbd mipi_dsi_driver_register_full +EXPORT_SYMBOL vmlinux 0xcf1ff952 xfrm_state_lookup_byspi +EXPORT_SYMBOL vmlinux 0xcf384a96 mipi_dsi_driver_unregister +EXPORT_SYMBOL vmlinux 0xcf44a067 nd_btt_arena_is_valid +EXPORT_SYMBOL vmlinux 0xcf45c094 cdrom_mode_sense +EXPORT_SYMBOL vmlinux 0xcf45feb5 uart_remove_one_port +EXPORT_SYMBOL vmlinux 0xcf572ec2 tty_chars_in_buffer +EXPORT_SYMBOL vmlinux 0xcf5e8eaf nf_log_set +EXPORT_SYMBOL vmlinux 0xcf62c09f __dquot_transfer +EXPORT_SYMBOL vmlinux 0xcf7e1d1d hdmi_vendor_infoframe_pack_only +EXPORT_SYMBOL vmlinux 0xcf804ddc bdi_alloc +EXPORT_SYMBOL vmlinux 0xcf86cdac queue_delayed_work_on +EXPORT_SYMBOL vmlinux 0xcf88526d scsi_add_host_with_dma +EXPORT_SYMBOL vmlinux 0xcf95ecf8 readahead_expand +EXPORT_SYMBOL vmlinux 0xcf9b558d touchscreen_set_mt_pos +EXPORT_SYMBOL vmlinux 0xcfa1cb1c ppp_register_compressor +EXPORT_SYMBOL vmlinux 0xcfa69a7e atomic_dec_and_mutex_lock +EXPORT_SYMBOL vmlinux 0xcfce8c90 pin_user_pages +EXPORT_SYMBOL vmlinux 0xcfd1eb8c snd_pci_quirk_lookup +EXPORT_SYMBOL vmlinux 0xcfd54653 skb_udp_tunnel_segment +EXPORT_SYMBOL vmlinux 0xcfd57899 __of_get_address +EXPORT_SYMBOL vmlinux 0xcfe53bcb pci_scan_root_bus_bridge +EXPORT_SYMBOL vmlinux 0xcffcf4d6 sock_alloc_send_pskb +EXPORT_SYMBOL vmlinux 0xcffe1e45 kmalloc_trace +EXPORT_SYMBOL vmlinux 0xd019505e md_bitmap_unplug +EXPORT_SYMBOL vmlinux 0xd020a843 ipv6_chk_prefix +EXPORT_SYMBOL vmlinux 0xd0216639 tegra_dfll_resume +EXPORT_SYMBOL vmlinux 0xd022d558 irq_domain_set_info +EXPORT_SYMBOL vmlinux 0xd033b765 show_init_ipc_ns +EXPORT_SYMBOL vmlinux 0xd03eb5e9 make_kgid +EXPORT_SYMBOL vmlinux 0xd047f5fd pps_register_source +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 0xd06a92ea security_socket_getpeersec_dgram +EXPORT_SYMBOL vmlinux 0xd06b43fa blkdev_issue_discard +EXPORT_SYMBOL vmlinux 0xd06dcae7 of_node_name_prefix +EXPORT_SYMBOL vmlinux 0xd0760fc0 kfree_sensitive +EXPORT_SYMBOL vmlinux 0xd07f6dca kmem_cache_alloc_lru +EXPORT_SYMBOL vmlinux 0xd0adc713 genlmsg_put +EXPORT_SYMBOL vmlinux 0xd0b17a56 __xfrm_state_destroy +EXPORT_SYMBOL vmlinux 0xd0b99b4c param_set_charp +EXPORT_SYMBOL vmlinux 0xd0c30e89 nexthop_bucket_set_hw_flags +EXPORT_SYMBOL vmlinux 0xd0c37abc jbd2_journal_inode_ranged_write +EXPORT_SYMBOL vmlinux 0xd0dca570 fscrypt_setup_filename +EXPORT_SYMBOL vmlinux 0xd0e9fb09 release_firmware +EXPORT_SYMBOL vmlinux 0xd0fcc798 kernel_getpeername +EXPORT_SYMBOL vmlinux 0xd109778f gen_pool_dma_alloc_algo +EXPORT_SYMBOL vmlinux 0xd10b4e40 blk_mq_delay_run_hw_queues +EXPORT_SYMBOL vmlinux 0xd1119f21 __tracepoint_spi_transfer_stop +EXPORT_SYMBOL vmlinux 0xd11aa101 vfs_fileattr_set +EXPORT_SYMBOL vmlinux 0xd11fc54f __do_once_done +EXPORT_SYMBOL vmlinux 0xd124090f __check_sticky +EXPORT_SYMBOL vmlinux 0xd1269b70 __sk_mem_schedule +EXPORT_SYMBOL vmlinux 0xd12c6ccb softnet_data +EXPORT_SYMBOL vmlinux 0xd1363cc1 ucs2_strsize +EXPORT_SYMBOL vmlinux 0xd13bdeb0 unregister_key_type +EXPORT_SYMBOL vmlinux 0xd15a3066 mmc_wait_for_req_done +EXPORT_SYMBOL vmlinux 0xd173c02f sk_stop_timer_sync +EXPORT_SYMBOL vmlinux 0xd1a09ccd vfs_statfs +EXPORT_SYMBOL vmlinux 0xd1bbca4d napi_build_skb +EXPORT_SYMBOL vmlinux 0xd1d335a9 snd_pcm_hw_constraint_minmax +EXPORT_SYMBOL vmlinux 0xd1d87e92 scsi_mlreturn_string +EXPORT_SYMBOL vmlinux 0xd20438ea noop_qdisc +EXPORT_SYMBOL vmlinux 0xd2051916 qcom_scm_cpu_power_down +EXPORT_SYMBOL vmlinux 0xd2152e82 filemap_page_mkwrite +EXPORT_SYMBOL vmlinux 0xd219472d init_net +EXPORT_SYMBOL vmlinux 0xd222247a request_key_tag +EXPORT_SYMBOL vmlinux 0xd22e191e dev_addr_add +EXPORT_SYMBOL vmlinux 0xd234e0ed mdiobb_read +EXPORT_SYMBOL vmlinux 0xd236913b inet_register_protosw +EXPORT_SYMBOL vmlinux 0xd24108d4 rfkill_soft_blocked +EXPORT_SYMBOL vmlinux 0xd24d2f38 jbd2_journal_flush +EXPORT_SYMBOL vmlinux 0xd253274e snd_dma_alloc_dir_pages +EXPORT_SYMBOL vmlinux 0xd2582f8f __SCK__tp_func_mmap_lock_acquire_returned +EXPORT_SYMBOL vmlinux 0xd25d4f74 console_blank_hook +EXPORT_SYMBOL vmlinux 0xd271b7d6 dst_discard_out +EXPORT_SYMBOL vmlinux 0xd27b25dd blk_check_plugged +EXPORT_SYMBOL vmlinux 0xd2800691 nf_conntrack_destroy +EXPORT_SYMBOL vmlinux 0xd2802d5c pgprot_kernel +EXPORT_SYMBOL vmlinux 0xd289df8a tcp_syn_ack_timeout +EXPORT_SYMBOL vmlinux 0xd2952092 blk_mq_rq_cpu +EXPORT_SYMBOL vmlinux 0xd2ad10e1 scsi_is_target_device +EXPORT_SYMBOL vmlinux 0xd2d871fa no_seek_end_llseek +EXPORT_SYMBOL vmlinux 0xd2d88506 netdev_offload_xstats_report_used +EXPORT_SYMBOL vmlinux 0xd2da1048 register_netdevice_notifier +EXPORT_SYMBOL vmlinux 0xd2e356fc __scsi_execute +EXPORT_SYMBOL vmlinux 0xd2eb31f7 kernel_sendpage +EXPORT_SYMBOL vmlinux 0xd30026f9 tcf_chain_get_by_act +EXPORT_SYMBOL vmlinux 0xd311b63b netdev_emerg +EXPORT_SYMBOL vmlinux 0xd31ccb06 of_machine_is_compatible +EXPORT_SYMBOL vmlinux 0xd32adf31 generic_file_direct_write +EXPORT_SYMBOL vmlinux 0xd32d6c08 lockref_get +EXPORT_SYMBOL vmlinux 0xd3396637 flush_dcache_page +EXPORT_SYMBOL vmlinux 0xd34950b0 tty_insert_flip_string_fixed_flag +EXPORT_SYMBOL vmlinux 0xd35a6d31 mempool_kmalloc +EXPORT_SYMBOL vmlinux 0xd35f75a1 match_string +EXPORT_SYMBOL vmlinux 0xd363d21c _copy_to_iter +EXPORT_SYMBOL vmlinux 0xd36d5ac5 path_is_mountpoint +EXPORT_SYMBOL vmlinux 0xd36dc10c get_random_u32 +EXPORT_SYMBOL vmlinux 0xd38ee2c7 __get_hash_from_flowi6 +EXPORT_SYMBOL vmlinux 0xd3912b95 xfrm_dst_ifdown +EXPORT_SYMBOL vmlinux 0xd39f940b __traceiter_module_get +EXPORT_SYMBOL vmlinux 0xd39fa6ab __kfifo_alloc +EXPORT_SYMBOL vmlinux 0xd3d21bcc netdev_err +EXPORT_SYMBOL vmlinux 0xd3f040fb dev_uc_unsync +EXPORT_SYMBOL vmlinux 0xd3f4e493 of_graph_parse_endpoint +EXPORT_SYMBOL vmlinux 0xd3fc8e52 bio_integrity_add_page +EXPORT_SYMBOL vmlinux 0xd406d266 fb_mode_is_equal +EXPORT_SYMBOL vmlinux 0xd40c4b3e d_alloc_name +EXPORT_SYMBOL vmlinux 0xd418ebd0 __blk_alloc_disk +EXPORT_SYMBOL vmlinux 0xd4201d1d setattr_should_drop_sgid +EXPORT_SYMBOL vmlinux 0xd42f88d7 unregister_netdevice_queue +EXPORT_SYMBOL vmlinux 0xd431ced7 __traceiter_kmem_cache_free +EXPORT_SYMBOL vmlinux 0xd43d1c5d dquot_commit +EXPORT_SYMBOL vmlinux 0xd43f0031 ip4_datagram_connect +EXPORT_SYMBOL vmlinux 0xd440b4ec xsk_uses_need_wakeup +EXPORT_SYMBOL vmlinux 0xd448fff4 of_node_put +EXPORT_SYMBOL vmlinux 0xd44c9cdc file_write_and_wait_range +EXPORT_SYMBOL vmlinux 0xd44d76c6 of_lpddr2_get_info +EXPORT_SYMBOL vmlinux 0xd4552e99 snd_pcm_new_internal +EXPORT_SYMBOL vmlinux 0xd459ce6e alloc_mdio_bitbang +EXPORT_SYMBOL vmlinux 0xd45ddb66 kstrtobool_from_user +EXPORT_SYMBOL vmlinux 0xd4616d7b generic_set_encrypted_ci_d_ops +EXPORT_SYMBOL vmlinux 0xd46b54dd flush_delayed_work +EXPORT_SYMBOL vmlinux 0xd4706d7c generic_update_time +EXPORT_SYMBOL vmlinux 0xd47205fe dec_zone_page_state +EXPORT_SYMBOL vmlinux 0xd47bb721 max8998_write_reg +EXPORT_SYMBOL vmlinux 0xd4835ef8 dmi_check_system +EXPORT_SYMBOL vmlinux 0xd483885f tcp_v4_do_rcv +EXPORT_SYMBOL vmlinux 0xd4a37fc3 is_free_buddy_page +EXPORT_SYMBOL vmlinux 0xd4a39071 skb_dequeue +EXPORT_SYMBOL vmlinux 0xd4ae46b0 inet_del_protocol +EXPORT_SYMBOL vmlinux 0xd4bb4a82 inet6addr_validator_notifier_call_chain +EXPORT_SYMBOL vmlinux 0xd4ddddb9 tcp_enter_cwr +EXPORT_SYMBOL vmlinux 0xd4de6b6e of_find_i2c_device_by_node +EXPORT_SYMBOL vmlinux 0xd4e2f0e4 gen_pool_set_algo +EXPORT_SYMBOL vmlinux 0xd4fa5a87 __kfifo_dma_out_prepare +EXPORT_SYMBOL vmlinux 0xd50ecc81 param_set_long +EXPORT_SYMBOL vmlinux 0xd51af4e2 fqdir_exit +EXPORT_SYMBOL vmlinux 0xd51d4c30 mmc_of_parse +EXPORT_SYMBOL vmlinux 0xd5263820 mb_cache_destroy +EXPORT_SYMBOL vmlinux 0xd542a90f sk_ns_capable +EXPORT_SYMBOL vmlinux 0xd547f29e netdev_adjacent_change_commit +EXPORT_SYMBOL vmlinux 0xd54fb91d pci_disable_msix +EXPORT_SYMBOL vmlinux 0xd554f015 alloc_file_pseudo +EXPORT_SYMBOL vmlinux 0xd55a2401 __skb_gro_checksum_complete +EXPORT_SYMBOL vmlinux 0xd5604d33 fs_param_is_u64 +EXPORT_SYMBOL vmlinux 0xd57693bd tcp_child_process +EXPORT_SYMBOL vmlinux 0xd57719b1 pci_get_class +EXPORT_SYMBOL vmlinux 0xd580f9b0 pci_bus_set_ops +EXPORT_SYMBOL vmlinux 0xd5b3d0d5 xxh64_copy_state +EXPORT_SYMBOL vmlinux 0xd5b9c2fb snd_pcm_hw_constraint_list +EXPORT_SYMBOL vmlinux 0xd5f52d4f netdev_rss_key_fill +EXPORT_SYMBOL vmlinux 0xd5f75304 elv_rb_add +EXPORT_SYMBOL vmlinux 0xd607190d dma_get_sgtable_attrs +EXPORT_SYMBOL vmlinux 0xd60736ec gf128mul_free_64k +EXPORT_SYMBOL vmlinux 0xd60cfadf build_skb_around +EXPORT_SYMBOL vmlinux 0xd6121ee6 _dev_notice +EXPORT_SYMBOL vmlinux 0xd627480b strncat +EXPORT_SYMBOL vmlinux 0xd63fafc2 div64_u64_rem +EXPORT_SYMBOL vmlinux 0xd642f3f6 video_firmware_drivers_only +EXPORT_SYMBOL vmlinux 0xd649ba18 blk_mq_start_hw_queues +EXPORT_SYMBOL vmlinux 0xd6582ab0 xa_extract +EXPORT_SYMBOL vmlinux 0xd6595a54 snd_pcm_hw_refine +EXPORT_SYMBOL vmlinux 0xd666a205 mmc_can_trim +EXPORT_SYMBOL vmlinux 0xd6852102 rawnand_sw_hamming_init +EXPORT_SYMBOL vmlinux 0xd687358b fault_in_iov_iter_writeable +EXPORT_SYMBOL vmlinux 0xd68c5a1f adjust_resource +EXPORT_SYMBOL vmlinux 0xd6a91f54 twl_i2c_read +EXPORT_SYMBOL vmlinux 0xd6aee084 update_region +EXPORT_SYMBOL vmlinux 0xd6bc04ff cmd_db_read_aux_data +EXPORT_SYMBOL vmlinux 0xd6c72bb6 tcp_sock_set_syncnt +EXPORT_SYMBOL vmlinux 0xd6ddf4ba jbd2_journal_try_to_free_buffers +EXPORT_SYMBOL vmlinux 0xd6e59e52 __netif_rx +EXPORT_SYMBOL vmlinux 0xd6eaaea1 full_name_hash +EXPORT_SYMBOL vmlinux 0xd6ee688f vmalloc +EXPORT_SYMBOL vmlinux 0xd6eeef7b security_dentry_create_files_as +EXPORT_SYMBOL vmlinux 0xd6f28c20 rawnand_sw_hamming_cleanup +EXPORT_SYMBOL vmlinux 0xd6fd0010 input_unregister_handler +EXPORT_SYMBOL vmlinux 0xd6fde043 is_module_sig_enforced +EXPORT_SYMBOL vmlinux 0xd706a10b inode_insert5 +EXPORT_SYMBOL vmlinux 0xd70d35a1 gf128mul_4k_bbe +EXPORT_SYMBOL vmlinux 0xd71b1f80 dump_emit +EXPORT_SYMBOL vmlinux 0xd72e1fbf __devm_release_region +EXPORT_SYMBOL vmlinux 0xd73324f5 rawnand_dt_parse_gpio_cs +EXPORT_SYMBOL vmlinux 0xd738ca1b phy_unregister_fixup_for_uid +EXPORT_SYMBOL vmlinux 0xd73c8c2b synchronize_shrinkers +EXPORT_SYMBOL vmlinux 0xd73fcd36 tcp_rcv_state_process +EXPORT_SYMBOL vmlinux 0xd74596cd sock_set_reuseaddr +EXPORT_SYMBOL vmlinux 0xd753b674 seq_vprintf +EXPORT_SYMBOL vmlinux 0xd75d897e mmc_detect_card_removed +EXPORT_SYMBOL vmlinux 0xd75f28c8 mmc_can_erase +EXPORT_SYMBOL vmlinux 0xd762d0f8 file_open_root +EXPORT_SYMBOL vmlinux 0xd76f6099 vscnprintf +EXPORT_SYMBOL vmlinux 0xd7883ba7 xfrm_state_insert +EXPORT_SYMBOL vmlinux 0xd797b9a5 vme_master_write +EXPORT_SYMBOL vmlinux 0xd7987177 utf8_load +EXPORT_SYMBOL vmlinux 0xd7a62a63 netdev_adjacent_change_abort +EXPORT_SYMBOL vmlinux 0xd7bbd2fc unix_attach_fds +EXPORT_SYMBOL vmlinux 0xd7bf6e5f genphy_restart_aneg +EXPORT_SYMBOL vmlinux 0xd7c161bc copy_page_from_iter_atomic +EXPORT_SYMBOL vmlinux 0xd7c8ed8b dquot_quota_sync +EXPORT_SYMBOL vmlinux 0xd7c95208 devfreq_monitor_suspend +EXPORT_SYMBOL vmlinux 0xd7d280ad irq_poll_complete +EXPORT_SYMBOL vmlinux 0xd7d6ebc0 forget_all_cached_acls +EXPORT_SYMBOL vmlinux 0xd7e26250 mmc_gpio_set_cd_wake +EXPORT_SYMBOL vmlinux 0xd7e56a4e simple_strtoll +EXPORT_SYMBOL vmlinux 0xd7ea7094 nf_unregister_queue_handler +EXPORT_SYMBOL vmlinux 0xd7fa9e8c neigh_sysctl_unregister +EXPORT_SYMBOL vmlinux 0xd804785f ip_options_compile +EXPORT_SYMBOL vmlinux 0xd8073d4d netdev_class_remove_file_ns +EXPORT_SYMBOL vmlinux 0xd807a138 vfs_get_link +EXPORT_SYMBOL vmlinux 0xd80af28f pci_write_config_dword +EXPORT_SYMBOL vmlinux 0xd81a37ca rps_sock_flow_table +EXPORT_SYMBOL vmlinux 0xd83dbcfc snd_pcm_stop +EXPORT_SYMBOL vmlinux 0xd8410611 mempool_alloc +EXPORT_SYMBOL vmlinux 0xd8591b49 always_delete_dentry +EXPORT_SYMBOL vmlinux 0xd860caeb xfrm_policy_destroy +EXPORT_SYMBOL vmlinux 0xd86b61c4 _raw_spin_lock_irq +EXPORT_SYMBOL vmlinux 0xd875584a __genradix_ptr +EXPORT_SYMBOL vmlinux 0xd87a89ba request_firmware_nowait +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 0xd8b1a38e from_kprojid +EXPORT_SYMBOL vmlinux 0xd8b4d13d __getblk_gfp +EXPORT_SYMBOL vmlinux 0xd8b61304 get_default_font +EXPORT_SYMBOL vmlinux 0xd8b6d96f __find_nth_and_bit +EXPORT_SYMBOL vmlinux 0xd8bc9f60 d_path +EXPORT_SYMBOL vmlinux 0xd8f3c3c7 iterate_dir +EXPORT_SYMBOL vmlinux 0xd91a4dcf param_ops_ulong +EXPORT_SYMBOL vmlinux 0xd91f6ab6 strnlen_user +EXPORT_SYMBOL vmlinux 0xd928e2e3 migrate_folio +EXPORT_SYMBOL vmlinux 0xd92cfff0 __netlink_ns_capable +EXPORT_SYMBOL vmlinux 0xd9434a5f netdev_set_tc_queue +EXPORT_SYMBOL vmlinux 0xd953fe08 inet6_unregister_protosw +EXPORT_SYMBOL vmlinux 0xd9560341 neigh_destroy +EXPORT_SYMBOL vmlinux 0xd95adc8d xfrm_dev_policy_flush +EXPORT_SYMBOL vmlinux 0xd95f7d25 set_anon_super_fc +EXPORT_SYMBOL vmlinux 0xd96559fa security_binder_set_context_mgr +EXPORT_SYMBOL vmlinux 0xd96a93e5 param_set_ushort +EXPORT_SYMBOL vmlinux 0xd985dc99 mempool_free_pages +EXPORT_SYMBOL vmlinux 0xd9863122 param_ops_bool +EXPORT_SYMBOL vmlinux 0xd992e122 mpage_read_folio +EXPORT_SYMBOL vmlinux 0xd9aec92a dquot_mark_dquot_dirty +EXPORT_SYMBOL vmlinux 0xd9b0340f eth_header +EXPORT_SYMBOL vmlinux 0xd9b75409 ac97_bus_type +EXPORT_SYMBOL vmlinux 0xd9b8eaea __SCK__tp_func_dma_fence_signaled +EXPORT_SYMBOL vmlinux 0xd9bcdf73 snd_pcm_hw_param_first +EXPORT_SYMBOL vmlinux 0xd9c5ea21 iov_iter_get_pages_alloc2 +EXPORT_SYMBOL vmlinux 0xd9ce8f0c strnlen +EXPORT_SYMBOL vmlinux 0xd9ceba2b mipi_dsi_generic_read +EXPORT_SYMBOL vmlinux 0xd9d8fd16 register_restart_handler +EXPORT_SYMBOL vmlinux 0xd9d952d1 crypto_aes_sbox +EXPORT_SYMBOL vmlinux 0xd9eb17be tcp_getsockopt +EXPORT_SYMBOL vmlinux 0xd9f1931e generic_delete_inode +EXPORT_SYMBOL vmlinux 0xd9f29234 devfreq_update_status +EXPORT_SYMBOL vmlinux 0xd9f9aa3d of_pci_range_to_resource +EXPORT_SYMBOL vmlinux 0xd9fbed8f vme_register_bridge +EXPORT_SYMBOL vmlinux 0xda07e9bb nand_ecc_sw_hamming_cleanup_ctx +EXPORT_SYMBOL vmlinux 0xda09a4c8 tcf_exts_change +EXPORT_SYMBOL vmlinux 0xda09dc6f fscrypt_free_bounce_page +EXPORT_SYMBOL vmlinux 0xda0ae844 of_get_compatible_child +EXPORT_SYMBOL vmlinux 0xda11fa23 tty_unregister_driver +EXPORT_SYMBOL vmlinux 0xda19a8ed blk_mq_start_hw_queue +EXPORT_SYMBOL vmlinux 0xda20d693 param_get_charp +EXPORT_SYMBOL vmlinux 0xda334ad6 ps2_command +EXPORT_SYMBOL vmlinux 0xda3817a3 __nla_put +EXPORT_SYMBOL vmlinux 0xda3bfb6f dev_getbyhwaddr_rcu +EXPORT_SYMBOL vmlinux 0xda3d10a8 security_tun_dev_open +EXPORT_SYMBOL vmlinux 0xda52f7a3 bio_integrity_prep +EXPORT_SYMBOL vmlinux 0xda54f473 sock_pfree +EXPORT_SYMBOL vmlinux 0xda570425 fscrypt_encrypt_block_inplace +EXPORT_SYMBOL vmlinux 0xda68fe3d inode_newsize_ok +EXPORT_SYMBOL vmlinux 0xda6ae999 __neigh_set_probe_once +EXPORT_SYMBOL vmlinux 0xda6fc0b3 __percpu_counter_compare +EXPORT_SYMBOL vmlinux 0xda72df08 tcf_get_next_chain +EXPORT_SYMBOL vmlinux 0xda83cea6 nd_device_register +EXPORT_SYMBOL vmlinux 0xda86e34d ip_options_rcv_srr +EXPORT_SYMBOL vmlinux 0xda8a0f93 _dev_printk +EXPORT_SYMBOL vmlinux 0xda960992 dma_unmap_page_attrs +EXPORT_SYMBOL vmlinux 0xda9d32e3 is_bad_inode +EXPORT_SYMBOL vmlinux 0xdaa842b1 snd_jack_report +EXPORT_SYMBOL vmlinux 0xdaabef8b input_setup_polling +EXPORT_SYMBOL vmlinux 0xdac291ad vm_insert_page +EXPORT_SYMBOL vmlinux 0xdac4913a bitmap_allocate_region +EXPORT_SYMBOL vmlinux 0xdac64bbc vlan_vids_del_by_dev +EXPORT_SYMBOL vmlinux 0xdad59086 cqhci_init +EXPORT_SYMBOL vmlinux 0xdad97f94 __raw_writesw +EXPORT_SYMBOL vmlinux 0xdaf65445 vsnprintf +EXPORT_SYMBOL vmlinux 0xdaf86cfe page_pool_release_page +EXPORT_SYMBOL vmlinux 0xdaf879b5 __task_pid_nr_ns +EXPORT_SYMBOL vmlinux 0xdafa9fda vga_client_register +EXPORT_SYMBOL vmlinux 0xdafe8752 inet6_del_protocol +EXPORT_SYMBOL vmlinux 0xdb19f558 mmc_can_discard +EXPORT_SYMBOL vmlinux 0xdb1e2660 tcp_md5_hash_skb_data +EXPORT_SYMBOL vmlinux 0xdb2c4112 put_fs_context +EXPORT_SYMBOL vmlinux 0xdb4ea517 vme_master_mmap +EXPORT_SYMBOL vmlinux 0xdb51e5fa __nla_put_64bit +EXPORT_SYMBOL vmlinux 0xdb68bbad rfkill_destroy +EXPORT_SYMBOL vmlinux 0xdb6d9b19 of_device_is_big_endian +EXPORT_SYMBOL vmlinux 0xdb753622 param_ops_string +EXPORT_SYMBOL vmlinux 0xdb760f52 __kfifo_free +EXPORT_SYMBOL vmlinux 0xdb7ac590 wake_up_process +EXPORT_SYMBOL vmlinux 0xdb81e2fc __wait_on_bit +EXPORT_SYMBOL vmlinux 0xdb9a8750 md_bitmap_update_sb +EXPORT_SYMBOL vmlinux 0xdb9cc2c6 pm860x_page_bulk_read +EXPORT_SYMBOL vmlinux 0xdbbdbaa4 pci_add_new_bus +EXPORT_SYMBOL vmlinux 0xdbc43e6a qdisc_get_rtab +EXPORT_SYMBOL vmlinux 0xdbc44d3a qdisc_watchdog_cancel +EXPORT_SYMBOL vmlinux 0xdbdc7eb0 snd_power_wait +EXPORT_SYMBOL vmlinux 0xdbdf6c92 ioport_resource +EXPORT_SYMBOL vmlinux 0xdbe921fd fb_set_var +EXPORT_SYMBOL vmlinux 0xdc0e4855 timer_delete +EXPORT_SYMBOL vmlinux 0xdc127643 rtnl_configure_link +EXPORT_SYMBOL vmlinux 0xdc14eda7 pci_pci_problems +EXPORT_SYMBOL vmlinux 0xdc1ca4e5 mfd_cell_enable +EXPORT_SYMBOL vmlinux 0xdc2438a2 __ip_queue_xmit +EXPORT_SYMBOL vmlinux 0xdc3fcbc9 __sw_hweight8 +EXPORT_SYMBOL vmlinux 0xdc42db3e inet_frag_rbtree_purge +EXPORT_SYMBOL vmlinux 0xdc43f140 nand_ecc_sw_hamming_correct +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 0xdc81901a wait_for_completion_io +EXPORT_SYMBOL vmlinux 0xdc83fbb1 folio_wait_bit_killable +EXPORT_SYMBOL vmlinux 0xdc9b482c mroute6_is_socket +EXPORT_SYMBOL vmlinux 0xdca3e47a inode_maybe_inc_iversion +EXPORT_SYMBOL vmlinux 0xdca3fd62 tcp_add_backlog +EXPORT_SYMBOL vmlinux 0xdcad4259 md_bitmap_end_sync +EXPORT_SYMBOL vmlinux 0xdcbd3118 d_prune_aliases +EXPORT_SYMBOL vmlinux 0xdcd0da5f devm_kvasprintf +EXPORT_SYMBOL vmlinux 0xdcdc0040 slhc_compress +EXPORT_SYMBOL vmlinux 0xdce0346f key_payload_reserve +EXPORT_SYMBOL vmlinux 0xdceeb799 pcim_iomap_table +EXPORT_SYMBOL vmlinux 0xdcf6d045 radix_tree_gang_lookup_tag_slot +EXPORT_SYMBOL vmlinux 0xdcfc9a5b reuseport_detach_sock +EXPORT_SYMBOL vmlinux 0xdd0a2ba2 strlcat +EXPORT_SYMBOL vmlinux 0xdd10eefb audit_log +EXPORT_SYMBOL vmlinux 0xdd1aded9 vlan_ioctl_set +EXPORT_SYMBOL vmlinux 0xdd226fa9 __raw_readsw +EXPORT_SYMBOL vmlinux 0xdd260cfe kmem_cache_create_usercopy +EXPORT_SYMBOL vmlinux 0xdd27fa87 memchr +EXPORT_SYMBOL vmlinux 0xdd29eff3 phy_ethtool_ksettings_get +EXPORT_SYMBOL vmlinux 0xdd2c169b mb_cache_create +EXPORT_SYMBOL vmlinux 0xdd438f6d ethtool_rx_flow_rule_destroy +EXPORT_SYMBOL vmlinux 0xdd44c912 tcp_read_sock +EXPORT_SYMBOL vmlinux 0xdd4afad6 ndo_dflt_fdb_add +EXPORT_SYMBOL vmlinux 0xdd4d1b19 __register_nls +EXPORT_SYMBOL vmlinux 0xdd56879d mmc_request_done +EXPORT_SYMBOL vmlinux 0xdd5e4cea rtnl_nla_parse_ifinfomsg +EXPORT_SYMBOL vmlinux 0xdd63f174 __napi_schedule_irqoff +EXPORT_SYMBOL vmlinux 0xdd70bc96 cfb_fillrect +EXPORT_SYMBOL vmlinux 0xdd745464 cancel_work +EXPORT_SYMBOL vmlinux 0xdd7e3192 qcom_scm_pas_auth_and_reset +EXPORT_SYMBOL vmlinux 0xdd81421f trace_print_symbols_seq_u64 +EXPORT_SYMBOL vmlinux 0xdd849d51 scsi_get_sense_info_fld +EXPORT_SYMBOL vmlinux 0xdd971a31 ppp_unregister_compressor +EXPORT_SYMBOL vmlinux 0xdd9dc1bf phy_do_ioctl +EXPORT_SYMBOL vmlinux 0xddaf69c2 md_set_array_sectors +EXPORT_SYMBOL vmlinux 0xddb12974 netdev_state_change +EXPORT_SYMBOL vmlinux 0xddb19e2d inet_csk_accept +EXPORT_SYMBOL vmlinux 0xdde0bfe5 get_phy_device +EXPORT_SYMBOL vmlinux 0xdde50d44 textsearch_register +EXPORT_SYMBOL vmlinux 0xde340ad4 twl6040_reg_write +EXPORT_SYMBOL vmlinux 0xde38bc8c scsi_rescan_device +EXPORT_SYMBOL vmlinux 0xde48f8d9 param_ops_ushort +EXPORT_SYMBOL vmlinux 0xde4bf88b __mutex_init +EXPORT_SYMBOL vmlinux 0xde55e795 _raw_spin_lock_irqsave +EXPORT_SYMBOL vmlinux 0xde6f2f80 simple_nosetlease +EXPORT_SYMBOL vmlinux 0xde972627 __free_pages +EXPORT_SYMBOL vmlinux 0xde9ba0b0 bpf_link_get_from_fd +EXPORT_SYMBOL vmlinux 0xde9eb9e7 snd_timer_instance_new +EXPORT_SYMBOL vmlinux 0xdea4891a __hw_addr_unsync_dev +EXPORT_SYMBOL vmlinux 0xdea58e72 jbd2_journal_errno +EXPORT_SYMBOL vmlinux 0xdeb1292d hmm_range_fault +EXPORT_SYMBOL vmlinux 0xdec9d2b2 __blockdev_direct_IO +EXPORT_SYMBOL vmlinux 0xded15112 xp_dma_unmap +EXPORT_SYMBOL vmlinux 0xded39a6b gen_kill_estimator +EXPORT_SYMBOL vmlinux 0xded85d1c xfrm_unregister_type_offload +EXPORT_SYMBOL vmlinux 0xdef78a98 __lock_sock_fast +EXPORT_SYMBOL vmlinux 0xdef7c893 fb_match_mode +EXPORT_SYMBOL vmlinux 0xdf079ee7 pps_lookup_dev +EXPORT_SYMBOL vmlinux 0xdf14e8c0 inet_proto_csum_replace16 +EXPORT_SYMBOL vmlinux 0xdf1897d2 mutex_lock_killable +EXPORT_SYMBOL vmlinux 0xdf19ad04 phy_init_hw +EXPORT_SYMBOL vmlinux 0xdf285bde gnet_stats_copy_basic +EXPORT_SYMBOL vmlinux 0xdf2c2742 rb_last +EXPORT_SYMBOL vmlinux 0xdf356402 sync_dirty_buffer +EXPORT_SYMBOL vmlinux 0xdf37dff0 netpoll_send_skb +EXPORT_SYMBOL vmlinux 0xdf3a693d crc_t10dif_update +EXPORT_SYMBOL vmlinux 0xdf54a8f7 netlink_unregister_notifier +EXPORT_SYMBOL vmlinux 0xdf776d2b xfrm_state_alloc +EXPORT_SYMBOL vmlinux 0xdf8781fc devm_pci_remap_iospace +EXPORT_SYMBOL vmlinux 0xdf924a59 __tracepoint_kmem_cache_free +EXPORT_SYMBOL vmlinux 0xdf929370 fs_overflowgid +EXPORT_SYMBOL vmlinux 0xdf93b9d8 timespec64_to_jiffies +EXPORT_SYMBOL vmlinux 0xdfd8110c flow_block_cb_is_busy +EXPORT_SYMBOL vmlinux 0xdfd91ce9 omap_type +EXPORT_SYMBOL vmlinux 0xdfdac7cf param_set_int +EXPORT_SYMBOL vmlinux 0xdfed6e5b dma_free_attrs +EXPORT_SYMBOL vmlinux 0xdff905e5 vme_slave_free +EXPORT_SYMBOL vmlinux 0xdffc80fc vesa_modes +EXPORT_SYMBOL vmlinux 0xe0120314 kill_litter_super +EXPORT_SYMBOL vmlinux 0xe0231155 sync_inodes_sb +EXPORT_SYMBOL vmlinux 0xe02b5e32 phy_register_fixup_for_uid +EXPORT_SYMBOL vmlinux 0xe0419ac4 kstrtos16 +EXPORT_SYMBOL vmlinux 0xe058a254 netif_set_real_num_tx_queues +EXPORT_SYMBOL vmlinux 0xe06169be get_tree_keyed +EXPORT_SYMBOL vmlinux 0xe0617a8b snd_ctl_rename_id +EXPORT_SYMBOL vmlinux 0xe0771b92 of_match_node +EXPORT_SYMBOL vmlinux 0xe080e8f0 set_current_groups +EXPORT_SYMBOL vmlinux 0xe091c977 list_sort +EXPORT_SYMBOL vmlinux 0xe0ad1c43 dquot_get_state +EXPORT_SYMBOL vmlinux 0xe0b13336 argv_free +EXPORT_SYMBOL vmlinux 0xe0b78eee da903x_query_status +EXPORT_SYMBOL vmlinux 0xe0b9065b security_xfrm_policy_alloc +EXPORT_SYMBOL vmlinux 0xe0bef318 icst_hz_to_vco +EXPORT_SYMBOL vmlinux 0xe0cfb2b8 param_get_hexint +EXPORT_SYMBOL vmlinux 0xe0dd2649 jbd2_journal_forget +EXPORT_SYMBOL vmlinux 0xe0e4b63e ilookup5 +EXPORT_SYMBOL vmlinux 0xe0f115e7 param_get_long +EXPORT_SYMBOL vmlinux 0xe111b68e scsi_host_put +EXPORT_SYMBOL vmlinux 0xe113bbbc csum_partial +EXPORT_SYMBOL vmlinux 0xe123f3d9 dma_fence_release +EXPORT_SYMBOL vmlinux 0xe124a359 path_put +EXPORT_SYMBOL vmlinux 0xe12bda79 vme_dma_free_attribute +EXPORT_SYMBOL vmlinux 0xe1399dac inet_csk_destroy_sock +EXPORT_SYMBOL vmlinux 0xe13cd8a7 dmi_name_in_vendors +EXPORT_SYMBOL vmlinux 0xe153f436 __cpu_present_mask +EXPORT_SYMBOL vmlinux 0xe16f3b2c blk_integrity_compare +EXPORT_SYMBOL vmlinux 0xe173b68b ww_mutex_lock +EXPORT_SYMBOL vmlinux 0xe19cdab1 of_get_property +EXPORT_SYMBOL vmlinux 0xe1a9105d unregister_tcf_proto_ops +EXPORT_SYMBOL vmlinux 0xe1a9b2ff dma_fence_match_context +EXPORT_SYMBOL vmlinux 0xe1bd574a blk_queue_io_min +EXPORT_SYMBOL vmlinux 0xe1cd1979 mmc_can_gpio_ro +EXPORT_SYMBOL vmlinux 0xe1cd33cc module_layout +EXPORT_SYMBOL vmlinux 0xe1d57e9b param_set_ulong +EXPORT_SYMBOL vmlinux 0xe1dcf64a audit_log_format +EXPORT_SYMBOL vmlinux 0xe1eb26a0 max8925_bulk_read +EXPORT_SYMBOL vmlinux 0xe1fc6db2 dev_uc_add_excl +EXPORT_SYMBOL vmlinux 0xe2136542 devm_request_threaded_irq +EXPORT_SYMBOL vmlinux 0xe2145196 mmc_gpio_set_cd_isr +EXPORT_SYMBOL vmlinux 0xe217e611 tcp_v4_conn_request +EXPORT_SYMBOL vmlinux 0xe21a6d80 serio_unregister_child_port +EXPORT_SYMBOL vmlinux 0xe21cea64 fault_in_readable +EXPORT_SYMBOL vmlinux 0xe22688f9 gro_cells_receive +EXPORT_SYMBOL vmlinux 0xe2274a1c __percpu_counter_sum +EXPORT_SYMBOL vmlinux 0xe2318bf5 tty_port_hangup +EXPORT_SYMBOL vmlinux 0xe266f098 xa_get_mark +EXPORT_SYMBOL vmlinux 0xe273d75d alloc_cpu_rmap +EXPORT_SYMBOL vmlinux 0xe2823746 truncate_inode_pages_range +EXPORT_SYMBOL vmlinux 0xe284d6a2 filemap_fault +EXPORT_SYMBOL vmlinux 0xe28d09e2 tcp_gro_complete +EXPORT_SYMBOL vmlinux 0xe2926069 poll_initwait +EXPORT_SYMBOL vmlinux 0xe297ed53 inet6_bind +EXPORT_SYMBOL vmlinux 0xe2a4bf5e ip6tun_encaps +EXPORT_SYMBOL vmlinux 0xe2a85ba7 udp_skb_destructor +EXPORT_SYMBOL vmlinux 0xe2ab5d0a simple_setattr +EXPORT_SYMBOL vmlinux 0xe2aeb5dd dma_fence_allocate_private_stub +EXPORT_SYMBOL vmlinux 0xe2b2aa12 qdisc_watchdog_init_clockid +EXPORT_SYMBOL vmlinux 0xe2c4f355 bio_integrity_alloc +EXPORT_SYMBOL vmlinux 0xe2d2ffee devm_devfreq_add_device +EXPORT_SYMBOL vmlinux 0xe2d467c4 gic_pmr_sync +EXPORT_SYMBOL vmlinux 0xe2d47398 crc_ccitt_false +EXPORT_SYMBOL vmlinux 0xe2d5255a strcmp +EXPORT_SYMBOL vmlinux 0xe2e10739 devm_iounmap +EXPORT_SYMBOL vmlinux 0xe2e8065e memdup_user +EXPORT_SYMBOL vmlinux 0xe2f3d99f rename_lock +EXPORT_SYMBOL vmlinux 0xe2f7be80 would_dump +EXPORT_SYMBOL vmlinux 0xe2feb705 do_splice_direct +EXPORT_SYMBOL vmlinux 0xe3218bc2 mipi_dsi_dcs_read +EXPORT_SYMBOL vmlinux 0xe32729b2 nla_put +EXPORT_SYMBOL vmlinux 0xe32ab4d8 xxh64_digest +EXPORT_SYMBOL vmlinux 0xe32b4f21 phys_mem_access_prot +EXPORT_SYMBOL vmlinux 0xe34593aa tty_check_change +EXPORT_SYMBOL vmlinux 0xe3482046 radix_tree_iter_delete +EXPORT_SYMBOL vmlinux 0xe3509b8f dquot_file_open +EXPORT_SYMBOL vmlinux 0xe35ace4b crypto_sha256_update +EXPORT_SYMBOL vmlinux 0xe37acffc _dev_err +EXPORT_SYMBOL vmlinux 0xe38b1d9c lock_rename +EXPORT_SYMBOL vmlinux 0xe39626f3 path_get +EXPORT_SYMBOL vmlinux 0xe39b2ea5 sha256 +EXPORT_SYMBOL vmlinux 0xe39d2266 udplite_prot +EXPORT_SYMBOL vmlinux 0xe3a90dfa radix_tree_tag_set +EXPORT_SYMBOL vmlinux 0xe3c20c6d inet_recvmsg +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 0xe404381f dev_pm_opp_unregister_notifier +EXPORT_SYMBOL vmlinux 0xe40a580f ps2_init +EXPORT_SYMBOL vmlinux 0xe411eea4 devfreq_monitor_resume +EXPORT_SYMBOL vmlinux 0xe41bda82 jbd2_journal_inode_ranged_wait +EXPORT_SYMBOL vmlinux 0xe428464e dma_fence_wait_timeout +EXPORT_SYMBOL vmlinux 0xe43a3047 __tracepoint_mmap_lock_start_locking +EXPORT_SYMBOL vmlinux 0xe442c7a2 proto_register +EXPORT_SYMBOL vmlinux 0xe44f25f5 i2c_smbus_read_block_data +EXPORT_SYMBOL vmlinux 0xe45c050f mdiobus_get_phy +EXPORT_SYMBOL vmlinux 0xe466054b security_sock_graft +EXPORT_SYMBOL vmlinux 0xe472ae19 call_usermodehelper_exec +EXPORT_SYMBOL vmlinux 0xe473c8b4 vga_get +EXPORT_SYMBOL vmlinux 0xe47b341a i2c_transfer_buffer_flags +EXPORT_SYMBOL vmlinux 0xe4a8d570 rproc_coredump_using_sections +EXPORT_SYMBOL vmlinux 0xe4adbac0 i2c_transfer +EXPORT_SYMBOL vmlinux 0xe4b660f8 __netlink_dump_start +EXPORT_SYMBOL vmlinux 0xe4bd767a snd_pcm_lib_preallocate_pages +EXPORT_SYMBOL vmlinux 0xe4c80097 cacheid +EXPORT_SYMBOL vmlinux 0xe4d0e983 nand_ecc_sw_hamming_calculate +EXPORT_SYMBOL vmlinux 0xe4dba4ee contig_page_data +EXPORT_SYMBOL vmlinux 0xe4e98969 lookup_one_len_unlocked +EXPORT_SYMBOL vmlinux 0xe4f0bd00 scm_detach_fds +EXPORT_SYMBOL vmlinux 0xe4f15113 genphy_handle_interrupt_no_ack +EXPORT_SYMBOL vmlinux 0xe4f21feb skb_prepare_seq_read +EXPORT_SYMBOL vmlinux 0xe51a550c netdev_master_upper_dev_get +EXPORT_SYMBOL vmlinux 0xe51f1443 starget_for_each_device +EXPORT_SYMBOL vmlinux 0xe523ad75 synchronize_irq +EXPORT_SYMBOL vmlinux 0xe52508ff ipv6_sock_mc_drop +EXPORT_SYMBOL vmlinux 0xe532844b tty_kref_put +EXPORT_SYMBOL vmlinux 0xe534a026 xsk_tx_peek_desc +EXPORT_SYMBOL vmlinux 0xe549ad46 truncate_pagecache_range +EXPORT_SYMBOL vmlinux 0xe56a9336 snd_pcm_format_width +EXPORT_SYMBOL vmlinux 0xe56b7264 t10_pi_type3_crc +EXPORT_SYMBOL vmlinux 0xe57feefb qcom_scm_ocmem_unlock +EXPORT_SYMBOL vmlinux 0xe5807e62 gen_pool_first_fit_align +EXPORT_SYMBOL vmlinux 0xe58090ca security_ib_endport_manage_subnet +EXPORT_SYMBOL vmlinux 0xe58c91d2 mmc_put_card +EXPORT_SYMBOL vmlinux 0xe590dea3 sk_busy_loop_end +EXPORT_SYMBOL vmlinux 0xe5bd2620 of_root +EXPORT_SYMBOL vmlinux 0xe5c78a99 do_blank_screen +EXPORT_SYMBOL vmlinux 0xe5cd4fec __scm_send +EXPORT_SYMBOL vmlinux 0xe61818da gro_find_complete_by_type +EXPORT_SYMBOL vmlinux 0xe61918cf param_set_byte +EXPORT_SYMBOL vmlinux 0xe62bc88f block_write_end +EXPORT_SYMBOL vmlinux 0xe62be527 ata_std_end_eh +EXPORT_SYMBOL vmlinux 0xe62bf6c6 vme_dma_request +EXPORT_SYMBOL vmlinux 0xe62cdb0e memcpy_and_pad +EXPORT_SYMBOL vmlinux 0xe6477c3b locks_copy_lock +EXPORT_SYMBOL vmlinux 0xe6483ae0 nd_integrity_init +EXPORT_SYMBOL vmlinux 0xe6547df2 tc6393xb_lcd_mode +EXPORT_SYMBOL vmlinux 0xe65edeca netdev_lower_get_first_private_rcu +EXPORT_SYMBOL vmlinux 0xe674a3b6 snd_ctl_remove +EXPORT_SYMBOL vmlinux 0xe677459a blk_mq_start_stopped_hw_queues +EXPORT_SYMBOL vmlinux 0xe693a6ce vme_get_size +EXPORT_SYMBOL vmlinux 0xe6950079 pci_release_selected_regions +EXPORT_SYMBOL vmlinux 0xe6d2458e do_trace_netlink_extack +EXPORT_SYMBOL vmlinux 0xe6db989b ecc_sw_hamming_correct +EXPORT_SYMBOL vmlinux 0xe6dc70e7 mdiobus_register_device +EXPORT_SYMBOL vmlinux 0xe6fc78a8 snd_ctl_replace +EXPORT_SYMBOL vmlinux 0xe70505fb ptp_clock_index +EXPORT_SYMBOL vmlinux 0xe707d823 __aeabi_uidiv +EXPORT_SYMBOL vmlinux 0xe713ef17 hdmi_audio_infoframe_pack_for_dp +EXPORT_SYMBOL vmlinux 0xe72daeba ip6_fraglist_prepare +EXPORT_SYMBOL vmlinux 0xe7308d0e dev_mc_add_global +EXPORT_SYMBOL vmlinux 0xe747f115 ip6_dst_alloc +EXPORT_SYMBOL vmlinux 0xe7655957 security_task_getsecid_obj +EXPORT_SYMBOL vmlinux 0xe7725805 netdev_offload_xstats_enable +EXPORT_SYMBOL vmlinux 0xe79f3322 filemap_fdatawrite_wbc +EXPORT_SYMBOL vmlinux 0xe7c8b0b9 skb_copy_header +EXPORT_SYMBOL vmlinux 0xe7c910e0 devfreq_resume_device +EXPORT_SYMBOL vmlinux 0xe7d4daac seq_list_next +EXPORT_SYMBOL vmlinux 0xe7e4d52a _raw_spin_lock_bh +EXPORT_SYMBOL vmlinux 0xe7f16381 vfs_dedupe_file_range_one +EXPORT_SYMBOL vmlinux 0xe7f2e3a2 register_sysctl_paths +EXPORT_SYMBOL vmlinux 0xe7f56645 file_path +EXPORT_SYMBOL vmlinux 0xe7fc0853 pagevec_lookup_range_tag +EXPORT_SYMBOL vmlinux 0xe7fe45af snd_pcm_hw_rule_add +EXPORT_SYMBOL vmlinux 0xe802b0cc of_get_nand_ecc_user_config +EXPORT_SYMBOL vmlinux 0xe80f1421 sock_no_recvmsg +EXPORT_SYMBOL vmlinux 0xe80f6927 tcf_block_netif_keep_dst +EXPORT_SYMBOL vmlinux 0xe816048f tty_termios_copy_hw +EXPORT_SYMBOL vmlinux 0xe8184133 xfrm_policy_unregister_afinfo +EXPORT_SYMBOL vmlinux 0xe82b5fd0 snd_compr_free_pages +EXPORT_SYMBOL vmlinux 0xe83168a8 pci_find_next_bus +EXPORT_SYMBOL vmlinux 0xe832f801 devm_devfreq_unregister_notifier +EXPORT_SYMBOL vmlinux 0xe842dc8c dma_fence_get_stub +EXPORT_SYMBOL vmlinux 0xe85c3622 __SetPageMovable +EXPORT_SYMBOL vmlinux 0xe86bf702 add_to_pipe +EXPORT_SYMBOL vmlinux 0xe8737efb blk_rq_map_user_io +EXPORT_SYMBOL vmlinux 0xe8860da0 nf_getsockopt +EXPORT_SYMBOL vmlinux 0xe8b244e5 misc_deregister +EXPORT_SYMBOL vmlinux 0xe8b5d429 tcp_initialize_rcv_mss +EXPORT_SYMBOL vmlinux 0xe8b9a3d4 mx51_revision +EXPORT_SYMBOL vmlinux 0xe8bd1544 of_graph_get_port_parent +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 0xe8f42d8c irq_stat +EXPORT_SYMBOL vmlinux 0xe8f4f732 truncate_inode_pages_final +EXPORT_SYMBOL vmlinux 0xe8ff68c3 pfifo_qdisc_ops +EXPORT_SYMBOL vmlinux 0xe901f81e begin_new_exec +EXPORT_SYMBOL vmlinux 0xe914e41e strcpy +EXPORT_SYMBOL vmlinux 0xe9173ed9 snd_pcm_new_stream +EXPORT_SYMBOL vmlinux 0xe91b2670 mipi_dsi_generic_write +EXPORT_SYMBOL vmlinux 0xe92656b8 mr_table_dump +EXPORT_SYMBOL vmlinux 0xe9325f03 downgrade_write +EXPORT_SYMBOL vmlinux 0xe935258b scsi_done +EXPORT_SYMBOL vmlinux 0xe94b4053 blk_rq_map_user_iov +EXPORT_SYMBOL vmlinux 0xe953b21f get_next_ino +EXPORT_SYMBOL vmlinux 0xe95aebd8 genphy_read_status_fixed +EXPORT_SYMBOL vmlinux 0xe9628ce8 sort_r +EXPORT_SYMBOL vmlinux 0xe9701a24 pci_release_region +EXPORT_SYMBOL vmlinux 0xe987937c tcf_action_set_ctrlact +EXPORT_SYMBOL vmlinux 0xe99b7111 LZ4_decompress_fast_continue +EXPORT_SYMBOL vmlinux 0xe9a2f5ea ns_capable_setid +EXPORT_SYMBOL vmlinux 0xe9a71a71 input_set_capability +EXPORT_SYMBOL vmlinux 0xe9b540d4 percpu_counter_sum_all +EXPORT_SYMBOL vmlinux 0xe9c194fa sk_stop_timer +EXPORT_SYMBOL vmlinux 0xe9c368c6 cdev_add +EXPORT_SYMBOL vmlinux 0xe9c86eb5 scsi_block_requests +EXPORT_SYMBOL vmlinux 0xe9cbf734 radix_tree_gang_lookup +EXPORT_SYMBOL vmlinux 0xe9e4af15 seg6_hmac_info_lookup +EXPORT_SYMBOL vmlinux 0xe9e8faeb efi_tpm_final_log_size +EXPORT_SYMBOL vmlinux 0xe9f7149c zlib_deflate_workspacesize +EXPORT_SYMBOL vmlinux 0xea1c1762 __folio_lock +EXPORT_SYMBOL vmlinux 0xea23055b __tty_insert_flip_char +EXPORT_SYMBOL vmlinux 0xea30b499 blk_set_queue_depth +EXPORT_SYMBOL vmlinux 0xea3c8e4e scsilun_to_int +EXPORT_SYMBOL vmlinux 0xea3f01cd iov_iter_init +EXPORT_SYMBOL vmlinux 0xea57d7ee scsi_bios_ptable +EXPORT_SYMBOL vmlinux 0xea5afc7f pci_ep_cfs_add_epc_group +EXPORT_SYMBOL vmlinux 0xea6081b5 tcf_exts_validate +EXPORT_SYMBOL vmlinux 0xea6f9a36 zlib_deflate_dfltcc_enabled +EXPORT_SYMBOL vmlinux 0xea7695ea dst_dev_put +EXPORT_SYMBOL vmlinux 0xea7987f1 key_update +EXPORT_SYMBOL vmlinux 0xea96c953 fb_pan_display +EXPORT_SYMBOL vmlinux 0xeaa0bc3f mmc_alloc_host +EXPORT_SYMBOL vmlinux 0xeaaa0ee4 mipi_dsi_set_maximum_return_packet_size +EXPORT_SYMBOL vmlinux 0xeab19923 input_event +EXPORT_SYMBOL vmlinux 0xeac7c364 xfrm6_rcv_encap +EXPORT_SYMBOL vmlinux 0xead1d12e touch_atime +EXPORT_SYMBOL vmlinux 0xead7ba8f phy_register_fixup_for_id +EXPORT_SYMBOL vmlinux 0xeae6c5af xfrm_stateonly_find +EXPORT_SYMBOL vmlinux 0xeaf16116 igrab +EXPORT_SYMBOL vmlinux 0xeafc141f __posix_acl_chmod +EXPORT_SYMBOL vmlinux 0xeafde296 init_special_inode +EXPORT_SYMBOL vmlinux 0xeb03b389 __raw_readsl +EXPORT_SYMBOL vmlinux 0xeb05eec9 dst_alloc +EXPORT_SYMBOL vmlinux 0xeb0e4b4d phy_support_sym_pause +EXPORT_SYMBOL vmlinux 0xeb1369d1 max8925_reg_read +EXPORT_SYMBOL vmlinux 0xeb19ac8e fib_default_rule_add +EXPORT_SYMBOL vmlinux 0xeb259244 devfreq_monitor_stop +EXPORT_SYMBOL vmlinux 0xeb2fe7ba gpiochip_irq_reqres +EXPORT_SYMBOL vmlinux 0xeb3120ec pci_rebar_get_possible_sizes +EXPORT_SYMBOL vmlinux 0xeb322b9a vfs_mkdir +EXPORT_SYMBOL vmlinux 0xeb37101c audit_log_end +EXPORT_SYMBOL vmlinux 0xeb46600d tcp_close +EXPORT_SYMBOL vmlinux 0xeb53178a crc8 +EXPORT_SYMBOL vmlinux 0xeb55a931 __kfifo_max_r +EXPORT_SYMBOL vmlinux 0xeb57df82 fc_mount +EXPORT_SYMBOL vmlinux 0xeb5888a2 input_enable_softrepeat +EXPORT_SYMBOL vmlinux 0xeb5e97f6 mmc_cqe_request_done +EXPORT_SYMBOL vmlinux 0xeb61b1b4 xp_raw_get_data +EXPORT_SYMBOL vmlinux 0xeb706cde xfrm_policy_bysel_ctx +EXPORT_SYMBOL vmlinux 0xeb7329a2 qcom_scm_set_warm_boot_addr +EXPORT_SYMBOL vmlinux 0xeb7ce2f3 twl6040_power +EXPORT_SYMBOL vmlinux 0xeb806b92 do_SAK +EXPORT_SYMBOL vmlinux 0xeb837e30 get_thermal_instance +EXPORT_SYMBOL vmlinux 0xeb8d9dc1 folio_mark_dirty +EXPORT_SYMBOL vmlinux 0xeb8de46a scsi_partsize +EXPORT_SYMBOL vmlinux 0xeb9e913d sgl_alloc_order +EXPORT_SYMBOL vmlinux 0xeb9eef52 match_uint +EXPORT_SYMBOL vmlinux 0xeba5fa2e fwnode_irq_get_byname +EXPORT_SYMBOL vmlinux 0xebc97466 netdev_update_features +EXPORT_SYMBOL vmlinux 0xebcfba2f netdev_adjacent_change_prepare +EXPORT_SYMBOL vmlinux 0xebdd8e94 pcie_bandwidth_available +EXPORT_SYMBOL vmlinux 0xebe632db zstd_decompress_dctx +EXPORT_SYMBOL vmlinux 0xebef9d57 dma_pool_create +EXPORT_SYMBOL vmlinux 0xebefafa9 pps_unregister_source +EXPORT_SYMBOL vmlinux 0xebf04cd2 generic_shutdown_super +EXPORT_SYMBOL vmlinux 0xebf58090 dquot_get_next_id +EXPORT_SYMBOL vmlinux 0xebfdcbdf system_serial_high +EXPORT_SYMBOL vmlinux 0xec3345ed con_is_bound +EXPORT_SYMBOL vmlinux 0xec33c668 __SCK__tp_func_spi_transfer_start +EXPORT_SYMBOL vmlinux 0xec37a2e8 lockref_get_not_dead +EXPORT_SYMBOL vmlinux 0xec4d9e3a clk_get_sys +EXPORT_SYMBOL vmlinux 0xec54527c mmc_gpio_get_ro +EXPORT_SYMBOL vmlinux 0xec56849a __cpuhp_setup_state +EXPORT_SYMBOL vmlinux 0xec69568e __cpuhp_remove_state_cpuslocked +EXPORT_SYMBOL vmlinux 0xec724d94 dm_table_get_size +EXPORT_SYMBOL vmlinux 0xec781d6d nf_ct_get_tuple_skb +EXPORT_SYMBOL vmlinux 0xec7cce92 netif_carrier_on +EXPORT_SYMBOL vmlinux 0xec8083bb configfs_register_group +EXPORT_SYMBOL vmlinux 0xec9d01ea bpf_link_put +EXPORT_SYMBOL vmlinux 0xeca957d1 __bitmap_and +EXPORT_SYMBOL vmlinux 0xeccb36c7 mark_buffer_dirty_inode +EXPORT_SYMBOL vmlinux 0xece784c2 rb_first +EXPORT_SYMBOL vmlinux 0xecf3b2a8 pci_resize_resource +EXPORT_SYMBOL vmlinux 0xecf8a3b4 __raw_writesl +EXPORT_SYMBOL vmlinux 0xed08e678 input_reset_device +EXPORT_SYMBOL vmlinux 0xed0dde12 tcp_release_cb +EXPORT_SYMBOL vmlinux 0xed0fc640 tcp_md5_key_copy +EXPORT_SYMBOL vmlinux 0xed3d5dad netif_receive_skb +EXPORT_SYMBOL vmlinux 0xed49eb0e fib_notifier_ops_unregister +EXPORT_SYMBOL vmlinux 0xed656e30 udp_encap_disable +EXPORT_SYMBOL vmlinux 0xed689a1f devm_backlight_device_register +EXPORT_SYMBOL vmlinux 0xed76b3ee blk_queue_logical_block_size +EXPORT_SYMBOL vmlinux 0xed80fa04 phy_error +EXPORT_SYMBOL vmlinux 0xed93033a slab_build_skb +EXPORT_SYMBOL vmlinux 0xedbaee5e nla_strcmp +EXPORT_SYMBOL vmlinux 0xedc03953 iounmap +EXPORT_SYMBOL vmlinux 0xedd17b31 sock_get_timeout +EXPORT_SYMBOL vmlinux 0xedd68b67 current_time +EXPORT_SYMBOL vmlinux 0xedd9106d __ashrdi3 +EXPORT_SYMBOL vmlinux 0xede16761 skb_copy_datagram_from_iter +EXPORT_SYMBOL vmlinux 0xedef536b mii_check_gmii_support +EXPORT_SYMBOL vmlinux 0xee0118df aperture_remove_conflicting_devices +EXPORT_SYMBOL vmlinux 0xee0bc23c sync_blockdev +EXPORT_SYMBOL vmlinux 0xee0bd4e7 nvdimm_namespace_capacity +EXPORT_SYMBOL vmlinux 0xee0d1866 kmem_cache_alloc_node +EXPORT_SYMBOL vmlinux 0xee100695 tcp_openreq_init_rwin +EXPORT_SYMBOL vmlinux 0xee1b26af generic_fillattr +EXPORT_SYMBOL vmlinux 0xee2d0fc7 _local_bh_enable +EXPORT_SYMBOL vmlinux 0xee2e1550 mdio_device_register +EXPORT_SYMBOL vmlinux 0xee43fd9b ___ratelimit +EXPORT_SYMBOL vmlinux 0xee481202 pm8606_osc_disable +EXPORT_SYMBOL vmlinux 0xee53384f may_setattr +EXPORT_SYMBOL vmlinux 0xee58e970 fb_add_videomode +EXPORT_SYMBOL vmlinux 0xee6e57d8 __tracepoint_kfree +EXPORT_SYMBOL vmlinux 0xee7c8485 _dev_emerg +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 0xeea5a6cf mdiobb_write +EXPORT_SYMBOL vmlinux 0xeea9dbaf bitmap_bitremap +EXPORT_SYMBOL vmlinux 0xeed19561 ip_route_me_harder +EXPORT_SYMBOL vmlinux 0xeee75d91 ucc_fast_init +EXPORT_SYMBOL vmlinux 0xeef30ded __sock_queue_rcv_skb +EXPORT_SYMBOL vmlinux 0xeef6995c serial8250_do_set_termios +EXPORT_SYMBOL vmlinux 0xef4cad92 trace_print_flags_seq +EXPORT_SYMBOL vmlinux 0xef64769e __traceiter_dma_fence_enable_signal +EXPORT_SYMBOL vmlinux 0xef77810f flow_rule_match_vlan +EXPORT_SYMBOL vmlinux 0xef813420 genl_register_family +EXPORT_SYMBOL vmlinux 0xef8ac53d qcom_scm_restore_sec_cfg +EXPORT_SYMBOL vmlinux 0xef95256b __skb_flow_get_ports +EXPORT_SYMBOL vmlinux 0xefaf125e simple_fill_super +EXPORT_SYMBOL vmlinux 0xefc1ab50 pldmfw_op_pci_match_record +EXPORT_SYMBOL vmlinux 0xefc62d64 devm_clk_get_optional +EXPORT_SYMBOL vmlinux 0xefeefc09 __SCK__tp_func_dma_fence_emit +EXPORT_SYMBOL vmlinux 0xf0009fee put_pages_list +EXPORT_SYMBOL vmlinux 0xf0114466 ipmr_rule_default +EXPORT_SYMBOL vmlinux 0xf01528a4 dim_turn +EXPORT_SYMBOL vmlinux 0xf01d8255 d_lookup +EXPORT_SYMBOL vmlinux 0xf01dba14 of_device_is_compatible +EXPORT_SYMBOL vmlinux 0xf0271837 snd_timer_continue +EXPORT_SYMBOL vmlinux 0xf02a6977 queue_rcu_work +EXPORT_SYMBOL vmlinux 0xf04bceb2 ipv6_dev_mc_dec +EXPORT_SYMBOL vmlinux 0xf0615e86 register_sound_special_device +EXPORT_SYMBOL vmlinux 0xf06cee2c radix_tree_replace_slot +EXPORT_SYMBOL vmlinux 0xf088dc68 rproc_remove_subdev +EXPORT_SYMBOL vmlinux 0xf096f60c finish_no_open +EXPORT_SYMBOL vmlinux 0xf09b5d9a get_zeroed_page +EXPORT_SYMBOL vmlinux 0xf0a343ed release_dentry_name_snapshot +EXPORT_SYMBOL vmlinux 0xf0aa7855 fb_set_cmap +EXPORT_SYMBOL vmlinux 0xf0aad6bd serio_reconnect +EXPORT_SYMBOL vmlinux 0xf0ab3336 register_netdev +EXPORT_SYMBOL vmlinux 0xf0acd268 dev_get_by_name +EXPORT_SYMBOL vmlinux 0xf0c60015 tty_unregister_ldisc +EXPORT_SYMBOL vmlinux 0xf0cdd274 tcf_block_put_ext +EXPORT_SYMBOL vmlinux 0xf0ed2ef4 __raw_writesb +EXPORT_SYMBOL vmlinux 0xf0ef52e8 down +EXPORT_SYMBOL vmlinux 0xf0f549a2 serio_rescan +EXPORT_SYMBOL vmlinux 0xf0faba2f ww_mutex_trylock +EXPORT_SYMBOL vmlinux 0xf100d5fb mmc_start_request +EXPORT_SYMBOL vmlinux 0xf102732a crc16 +EXPORT_SYMBOL vmlinux 0xf108715e dma_fence_signal_locked +EXPORT_SYMBOL vmlinux 0xf10a8717 sk_net_capable +EXPORT_SYMBOL vmlinux 0xf1155219 pcie_capability_read_word +EXPORT_SYMBOL vmlinux 0xf11dd46e _page_poisoning_enabled_early +EXPORT_SYMBOL vmlinux 0xf1306786 ip6_frag_next +EXPORT_SYMBOL vmlinux 0xf13706ef __cgroup_bpf_run_filter_sk +EXPORT_SYMBOL vmlinux 0xf16ae0ac of_chosen +EXPORT_SYMBOL vmlinux 0xf17ac066 zpool_register_driver +EXPORT_SYMBOL vmlinux 0xf18b72d8 retire_super +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 0xf19f66db inet_release +EXPORT_SYMBOL vmlinux 0xf1a3f365 skb_copy +EXPORT_SYMBOL vmlinux 0xf1ad9c4b tegra_ivc_align +EXPORT_SYMBOL vmlinux 0xf1db1704 nla_memcpy +EXPORT_SYMBOL vmlinux 0xf1e046cc panic +EXPORT_SYMBOL vmlinux 0xf1e98c74 avenrun +EXPORT_SYMBOL vmlinux 0xf1ea6f1c __bswapsi2 +EXPORT_SYMBOL vmlinux 0xf1f09598 tegra_ivc_write_get_next_frame +EXPORT_SYMBOL vmlinux 0xf1f88a0e dm_kcopyd_prepare_callback +EXPORT_SYMBOL vmlinux 0xf20436df pmem_should_map_pages +EXPORT_SYMBOL vmlinux 0xf20b53a0 snd_pcm_lib_free_vmalloc_buffer +EXPORT_SYMBOL vmlinux 0xf217d499 zstd_init_cctx +EXPORT_SYMBOL vmlinux 0xf236c75e swake_up_one +EXPORT_SYMBOL vmlinux 0xf23fcb99 __kfifo_in +EXPORT_SYMBOL vmlinux 0xf25bd822 is_subdir +EXPORT_SYMBOL vmlinux 0xf2669a2c imx_scu_irq_register_notifier +EXPORT_SYMBOL vmlinux 0xf2874a4c iov_iter_alignment +EXPORT_SYMBOL vmlinux 0xf287fb20 kernel_param_unlock +EXPORT_SYMBOL vmlinux 0xf28cf0ae __hw_addr_init +EXPORT_SYMBOL vmlinux 0xf28e9c48 tegra_ivc_write_advance +EXPORT_SYMBOL vmlinux 0xf2a8efae dm_kcopyd_do_callback +EXPORT_SYMBOL vmlinux 0xf2aa81c7 __ps2_command +EXPORT_SYMBOL vmlinux 0xf2ad80d9 snd_pcm_create_iec958_consumer_hw_params +EXPORT_SYMBOL vmlinux 0xf2c43f3f zlib_deflate +EXPORT_SYMBOL vmlinux 0xf2d1a8c2 wait_for_key_construction +EXPORT_SYMBOL vmlinux 0xf2d5cf45 generic_fadvise +EXPORT_SYMBOL vmlinux 0xf2e5bd87 security_free_mnt_opts +EXPORT_SYMBOL vmlinux 0xf2e7a8ac pci_iomap_range +EXPORT_SYMBOL vmlinux 0xf2f53617 memregion_free +EXPORT_SYMBOL vmlinux 0xf2f791e4 neigh_sysctl_register +EXPORT_SYMBOL vmlinux 0xf2fbaa22 tcf_em_unregister +EXPORT_SYMBOL vmlinux 0xf306985e pci_claim_resource +EXPORT_SYMBOL vmlinux 0xf308f219 dm_io +EXPORT_SYMBOL vmlinux 0xf3107926 sha224_update +EXPORT_SYMBOL vmlinux 0xf325b7f0 close_fd_get_file +EXPORT_SYMBOL vmlinux 0xf327ece0 blk_limits_io_min +EXPORT_SYMBOL vmlinux 0xf32c9d33 blk_execute_rq +EXPORT_SYMBOL vmlinux 0xf334d2f8 locks_lock_inode_wait +EXPORT_SYMBOL vmlinux 0xf33e3f77 scsi_print_sense +EXPORT_SYMBOL vmlinux 0xf346231f seq_list_start_head +EXPORT_SYMBOL vmlinux 0xf348ff41 bpf_stats_enabled_key +EXPORT_SYMBOL vmlinux 0xf353a698 register_module_notifier +EXPORT_SYMBOL vmlinux 0xf362dc7f arm_clear_user +EXPORT_SYMBOL vmlinux 0xf36f42a9 slhc_uncompress +EXPORT_SYMBOL vmlinux 0xf37034dc rproc_coredump_add_custom_segment +EXPORT_SYMBOL vmlinux 0xf371e687 phy_request_interrupt +EXPORT_SYMBOL vmlinux 0xf37dad21 udp_ioctl +EXPORT_SYMBOL vmlinux 0xf385ec2c devm_ioremap +EXPORT_SYMBOL vmlinux 0xf38a3fe8 pci_free_irq +EXPORT_SYMBOL vmlinux 0xf38c5233 deactivate_locked_super +EXPORT_SYMBOL vmlinux 0xf3907144 inet6_add_offload +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 0xf3b13db5 buffer_migrate_folio +EXPORT_SYMBOL vmlinux 0xf3c87aea pci_read_config_byte +EXPORT_SYMBOL vmlinux 0xf3ca7f50 __break_lease +EXPORT_SYMBOL vmlinux 0xf3d0b495 _raw_spin_unlock_irqrestore +EXPORT_SYMBOL vmlinux 0xf3e0e1df allocate_resource +EXPORT_SYMBOL vmlinux 0xf3eb1323 kstrtou16_from_user +EXPORT_SYMBOL vmlinux 0xf3f24978 inet_frag_reasm_finish +EXPORT_SYMBOL vmlinux 0xf40019c0 tegra114_clock_tune_cpu_trimmers_init +EXPORT_SYMBOL vmlinux 0xf40799d1 skb_try_coalesce +EXPORT_SYMBOL vmlinux 0xf4103b52 __netif_schedule +EXPORT_SYMBOL vmlinux 0xf414b305 mntput +EXPORT_SYMBOL vmlinux 0xf428d648 dev_get_by_napi_id +EXPORT_SYMBOL vmlinux 0xf4359068 page_pool_get_stats +EXPORT_SYMBOL vmlinux 0xf4445cee tcf_em_tree_destroy +EXPORT_SYMBOL vmlinux 0xf4497cf1 __nla_reserve_nohdr +EXPORT_SYMBOL vmlinux 0xf44a3ad4 __tracepoint_dma_fence_enable_signal +EXPORT_SYMBOL vmlinux 0xf44a904a net_ns_barrier +EXPORT_SYMBOL vmlinux 0xf460c0be phy_mii_ioctl +EXPORT_SYMBOL vmlinux 0xf468bb32 napi_get_frags +EXPORT_SYMBOL vmlinux 0xf474c21c bitmap_print_to_pagebuf +EXPORT_SYMBOL vmlinux 0xf474fdcb kfree_const +EXPORT_SYMBOL vmlinux 0xf481248d of_graph_get_endpoint_count +EXPORT_SYMBOL vmlinux 0xf4930b75 vfs_parse_fs_param +EXPORT_SYMBOL vmlinux 0xf495574a pci_disable_msi +EXPORT_SYMBOL vmlinux 0xf496fbd2 __tracepoint_module_get +EXPORT_SYMBOL vmlinux 0xf4a04498 nmi_panic +EXPORT_SYMBOL vmlinux 0xf4a4a78a vlan_dev_vlan_id +EXPORT_SYMBOL vmlinux 0xf4baa334 proc_dointvec_userhz_jiffies +EXPORT_SYMBOL vmlinux 0xf4baa54d security_d_instantiate +EXPORT_SYMBOL vmlinux 0xf4c0317f xfrm_input_unregister_afinfo +EXPORT_SYMBOL vmlinux 0xf4c52cff dma_sync_single_for_device +EXPORT_SYMBOL vmlinux 0xf4d23b91 param_set_dyndbg_classes +EXPORT_SYMBOL vmlinux 0xf4db35bc stpcpy +EXPORT_SYMBOL vmlinux 0xf4f0848f padata_free +EXPORT_SYMBOL vmlinux 0xf4f14de6 rtnl_trylock +EXPORT_SYMBOL vmlinux 0xf4fd71f6 netpoll_send_udp +EXPORT_SYMBOL vmlinux 0xf4fea0da vfs_llseek +EXPORT_SYMBOL vmlinux 0xf5121c21 netif_receive_skb_core +EXPORT_SYMBOL vmlinux 0xf51e2160 mem_map +EXPORT_SYMBOL vmlinux 0xf5244d58 folio_clear_dirty_for_io +EXPORT_SYMBOL vmlinux 0xf53d4c26 qdisc_class_hash_destroy +EXPORT_SYMBOL vmlinux 0xf548ef1e page_mapping +EXPORT_SYMBOL vmlinux 0xf549bc5e call_netdevice_notifiers +EXPORT_SYMBOL vmlinux 0xf55c8b6d __read_overflow2_field +EXPORT_SYMBOL vmlinux 0xf564412a __aeabi_ulcmp +EXPORT_SYMBOL vmlinux 0xf56a15a9 dquot_scan_active +EXPORT_SYMBOL vmlinux 0xf56a98d2 get_task_cred +EXPORT_SYMBOL vmlinux 0xf5b666ef __cond_resched_lock +EXPORT_SYMBOL vmlinux 0xf5ce7c95 scsi_device_get +EXPORT_SYMBOL vmlinux 0xf5d89533 vfs_parse_fs_string +EXPORT_SYMBOL vmlinux 0xf5db30ae gen_pool_for_each_chunk +EXPORT_SYMBOL vmlinux 0xf5df7713 __kmap_to_page +EXPORT_SYMBOL vmlinux 0xf5e7ea40 ktime_get_coarse_ts64 +EXPORT_SYMBOL vmlinux 0xf5ff7d71 security_skb_classify_flow +EXPORT_SYMBOL vmlinux 0xf61b9f6a inet_addr_type_table +EXPORT_SYMBOL vmlinux 0xf61e0b74 zstd_reset_dstream +EXPORT_SYMBOL vmlinux 0xf622895e i2c_verify_adapter +EXPORT_SYMBOL vmlinux 0xf622b9db skb_abort_seq_read +EXPORT_SYMBOL vmlinux 0xf62babef netlink_kernel_release +EXPORT_SYMBOL vmlinux 0xf62c39fe ucc_slow_graceful_stop_tx +EXPORT_SYMBOL vmlinux 0xf6327d99 security_cred_getsecid +EXPORT_SYMBOL vmlinux 0xf643d104 hsiphash_4u32 +EXPORT_SYMBOL vmlinux 0xf64bd995 napi_gro_flush +EXPORT_SYMBOL vmlinux 0xf64bf255 wait_for_completion +EXPORT_SYMBOL vmlinux 0xf64c2bd4 eth_header_parse +EXPORT_SYMBOL vmlinux 0xf652d359 __wake_up_bit +EXPORT_SYMBOL vmlinux 0xf665f74f sock_load_diag_module +EXPORT_SYMBOL vmlinux 0xf66dea4d flush_dcache_folio +EXPORT_SYMBOL vmlinux 0xf68285c0 register_inetaddr_notifier +EXPORT_SYMBOL vmlinux 0xf6973d3f jbd2_journal_unlock_updates +EXPORT_SYMBOL vmlinux 0xf6d673e7 bio_split_to_limits +EXPORT_SYMBOL vmlinux 0xf6e4df71 on_each_cpu_cond_mask +EXPORT_SYMBOL vmlinux 0xf6ebc03b net_ratelimit +EXPORT_SYMBOL vmlinux 0xf6fc8791 __bitmap_xor +EXPORT_SYMBOL vmlinux 0xf704a330 cpufreq_get_policy +EXPORT_SYMBOL vmlinux 0xf705fa49 gen_pool_free_owner +EXPORT_SYMBOL vmlinux 0xf71290cc vfs_iocb_iter_read +EXPORT_SYMBOL vmlinux 0xf7163ec9 __raw_readsb +EXPORT_SYMBOL vmlinux 0xf71c1441 fb_class +EXPORT_SYMBOL vmlinux 0xf71ebfeb tegra_ivc_init +EXPORT_SYMBOL vmlinux 0xf731e89a complete_request_key +EXPORT_SYMBOL vmlinux 0xf7370f56 system_state +EXPORT_SYMBOL vmlinux 0xf738d1be register_blocking_lsm_notifier +EXPORT_SYMBOL vmlinux 0xf74b737e pci_enable_link_state +EXPORT_SYMBOL vmlinux 0xf76097c7 tegra_ivc_read_advance +EXPORT_SYMBOL vmlinux 0xf760a8ea adjust_managed_page_count +EXPORT_SYMBOL vmlinux 0xf7629b69 jbd2_journal_abort +EXPORT_SYMBOL vmlinux 0xf76843b5 qcom_scm_pas_supported +EXPORT_SYMBOL vmlinux 0xf77dd0b5 pci_set_master +EXPORT_SYMBOL vmlinux 0xf7802486 __aeabi_uidivmod +EXPORT_SYMBOL vmlinux 0xf7869248 jbd2__journal_restart +EXPORT_SYMBOL vmlinux 0xf79b3d3d pci_request_region +EXPORT_SYMBOL vmlinux 0xf7a16cdb find_inode_nowait +EXPORT_SYMBOL vmlinux 0xf7a63964 tcp_seq_next +EXPORT_SYMBOL vmlinux 0xf7a85468 input_get_timestamp +EXPORT_SYMBOL vmlinux 0xf7a9fedb serio_bus +EXPORT_SYMBOL vmlinux 0xf7d2b784 d_drop +EXPORT_SYMBOL vmlinux 0xf80348ec xfrm_state_delete_tunnel +EXPORT_SYMBOL vmlinux 0xf808ac63 fault_in_subpage_writeable +EXPORT_SYMBOL vmlinux 0xf80fa704 md_done_sync +EXPORT_SYMBOL vmlinux 0xf811e69d scsi_eh_flush_done_q +EXPORT_SYMBOL vmlinux 0xf8219954 tcf_exts_terse_dump +EXPORT_SYMBOL vmlinux 0xf8227b1e get_user_pages +EXPORT_SYMBOL vmlinux 0xf8298505 tc6393xb_lcd_set_power +EXPORT_SYMBOL vmlinux 0xf82e00f0 of_clk_get_by_name +EXPORT_SYMBOL vmlinux 0xf82ec573 rb_prev +EXPORT_SYMBOL vmlinux 0xf838fd97 dim_park_on_top +EXPORT_SYMBOL vmlinux 0xf8532d81 serio_close +EXPORT_SYMBOL vmlinux 0xf85ed793 sock_gettstamp +EXPORT_SYMBOL vmlinux 0xf863dfa5 snd_pcm_hw_constraint_mask64 +EXPORT_SYMBOL vmlinux 0xf86f27cd idr_alloc_cyclic +EXPORT_SYMBOL vmlinux 0xf87c1a57 tty_port_close +EXPORT_SYMBOL vmlinux 0xf888ca21 sg_init_table +EXPORT_SYMBOL vmlinux 0xf8a271b9 cdev_set_parent +EXPORT_SYMBOL vmlinux 0xf8b0b7e3 dev_change_flags +EXPORT_SYMBOL vmlinux 0xf8bbea23 mtree_insert +EXPORT_SYMBOL vmlinux 0xf8da7c5d tty_unlock +EXPORT_SYMBOL vmlinux 0xf8e14d84 flow_rule_match_ipv6_addrs +EXPORT_SYMBOL vmlinux 0xf8f61ebc wake_up_var +EXPORT_SYMBOL vmlinux 0xf8fb71ef tcp_md5_needed +EXPORT_SYMBOL vmlinux 0xf8fde93a skb_queue_tail +EXPORT_SYMBOL vmlinux 0xf9008273 devfreq_monitor_start +EXPORT_SYMBOL vmlinux 0xf90ddbf5 phy_attached_info_irq +EXPORT_SYMBOL vmlinux 0xf93aae46 __arm_smccc_smc +EXPORT_SYMBOL vmlinux 0xf93ba232 tcp_v4_send_check +EXPORT_SYMBOL vmlinux 0xf93fd09c fb_find_mode_cvt +EXPORT_SYMBOL vmlinux 0xf94dd3fa vga_remove_vgacon +EXPORT_SYMBOL vmlinux 0xf9514c7f lookup_one +EXPORT_SYMBOL vmlinux 0xf95a2100 walk_stackframe +EXPORT_SYMBOL vmlinux 0xf96956aa fwnode_phy_find_device +EXPORT_SYMBOL vmlinux 0xf9722676 twl_i2c_write +EXPORT_SYMBOL vmlinux 0xf98605a0 put_cmsg +EXPORT_SYMBOL vmlinux 0xf98b097e tcp_create_openreq_child +EXPORT_SYMBOL vmlinux 0xf990f11e write_dirty_buffer +EXPORT_SYMBOL vmlinux 0xf995d470 flow_rule_match_enc_ports +EXPORT_SYMBOL vmlinux 0xf99889ae splice_direct_to_actor +EXPORT_SYMBOL vmlinux 0xf9a482f9 msleep +EXPORT_SYMBOL vmlinux 0xf9a5eabd con_is_visible +EXPORT_SYMBOL vmlinux 0xf9cf6db0 ata_print_version +EXPORT_SYMBOL vmlinux 0xf9db78a8 dev_set_allmulti +EXPORT_SYMBOL vmlinux 0xf9dc9d13 proc_dobool +EXPORT_SYMBOL vmlinux 0xf9f0c951 kstrtol_from_user +EXPORT_SYMBOL vmlinux 0xfa08c34a page_offline_end +EXPORT_SYMBOL vmlinux 0xfa0dde54 skb_realloc_headroom +EXPORT_SYMBOL vmlinux 0xfa1e3e92 __neigh_for_each_release +EXPORT_SYMBOL vmlinux 0xfa1feba7 phy_ethtool_nway_reset +EXPORT_SYMBOL vmlinux 0xfa2eee44 stream_open +EXPORT_SYMBOL vmlinux 0xfa4000cb snd_dma_free_pages +EXPORT_SYMBOL vmlinux 0xfa443532 dev_remove_pack +EXPORT_SYMBOL vmlinux 0xfa4d2f03 __nla_parse +EXPORT_SYMBOL vmlinux 0xfa549797 tcp_timewait_state_process +EXPORT_SYMBOL vmlinux 0xfa599bb2 netlink_register_notifier +EXPORT_SYMBOL vmlinux 0xfa5f37e9 single_open +EXPORT_SYMBOL vmlinux 0xfa61b2d3 skb_queue_head +EXPORT_SYMBOL vmlinux 0xfa7045a1 read_cache_page_gfp +EXPORT_SYMBOL vmlinux 0xfa72be38 xa_get_order +EXPORT_SYMBOL vmlinux 0xfa8de0cf pci_alloc_irq_vectors_affinity +EXPORT_SYMBOL vmlinux 0xfa9f51e6 capable_wrt_inode_uidgid +EXPORT_SYMBOL vmlinux 0xfac8865f sysctl_wmem_max +EXPORT_SYMBOL vmlinux 0xfad7799d kernel_sendmsg +EXPORT_SYMBOL vmlinux 0xfadaec3c neigh_update +EXPORT_SYMBOL vmlinux 0xfaf4d7a0 __inet6_lookup_established +EXPORT_SYMBOL vmlinux 0xfb02a507 __module_put_and_kthread_exit +EXPORT_SYMBOL vmlinux 0xfb151fe4 twl6040_get_pll +EXPORT_SYMBOL vmlinux 0xfb1d7438 down_read +EXPORT_SYMBOL vmlinux 0xfb23c725 bioset_exit +EXPORT_SYMBOL vmlinux 0xfb336634 mempool_destroy +EXPORT_SYMBOL vmlinux 0xfb384d37 kasprintf +EXPORT_SYMBOL vmlinux 0xfb3d50ce kernel_sock_shutdown +EXPORT_SYMBOL vmlinux 0xfb3db82e snd_timer_resolution +EXPORT_SYMBOL vmlinux 0xfb442c81 netdev_class_create_file_ns +EXPORT_SYMBOL vmlinux 0xfb4b501e ip6_dst_hoplimit +EXPORT_SYMBOL vmlinux 0xfb5485b9 security_binder_transfer_file +EXPORT_SYMBOL vmlinux 0xfb5cb5d7 devfreq_add_governor +EXPORT_SYMBOL vmlinux 0xfb6747f7 ipv6_skip_exthdr +EXPORT_SYMBOL vmlinux 0xfb6af58d recalc_sigpending +EXPORT_SYMBOL vmlinux 0xfb702020 give_up_console +EXPORT_SYMBOL vmlinux 0xfb7d9c45 __udivsi3 +EXPORT_SYMBOL vmlinux 0xfb8019c4 tcp_seq_start +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 0xfbc17f07 of_find_property +EXPORT_SYMBOL vmlinux 0xfbc4f89e io_schedule_timeout +EXPORT_SYMBOL vmlinux 0xfbd48159 vmf_insert_pfn +EXPORT_SYMBOL vmlinux 0xfbdfd3f1 ioremap_wc +EXPORT_SYMBOL vmlinux 0xfbe5f9f4 get_tree_bdev +EXPORT_SYMBOL vmlinux 0xfbea611e _raw_read_unlock_bh +EXPORT_SYMBOL vmlinux 0xfbf627d6 security_sb_mnt_opts_compat +EXPORT_SYMBOL vmlinux 0xfc12e55e nand_create_bbt +EXPORT_SYMBOL vmlinux 0xfc31028d dev_graft_qdisc +EXPORT_SYMBOL vmlinux 0xfc31eec2 _raw_read_lock_irq +EXPORT_SYMBOL vmlinux 0xfc39e32f ioport_unmap +EXPORT_SYMBOL vmlinux 0xfc3f3589 strscpy_pad +EXPORT_SYMBOL vmlinux 0xfc421e79 gnet_stats_add_queue +EXPORT_SYMBOL vmlinux 0xfc469b56 xfrm_state_register_afinfo +EXPORT_SYMBOL vmlinux 0xfc5155cc iov_iter_xarray +EXPORT_SYMBOL vmlinux 0xfc52abc7 qcom_scm_pas_shutdown +EXPORT_SYMBOL vmlinux 0xfc575f00 generic_mii_ioctl +EXPORT_SYMBOL vmlinux 0xfc59b075 dquot_set_dqblk +EXPORT_SYMBOL vmlinux 0xfc8991fa rproc_free +EXPORT_SYMBOL vmlinux 0xfc9ed8c3 qcom_scm_ice_available +EXPORT_SYMBOL vmlinux 0xfca17375 configfs_register_default_group +EXPORT_SYMBOL vmlinux 0xfcb5ddc2 config_group_init_type_name +EXPORT_SYMBOL vmlinux 0xfcbe60dc pci_alloc_irq_vectors +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 0xfcdf0fb3 amba_driver_unregister +EXPORT_SYMBOL vmlinux 0xfce6cf94 tcp_md5_do_del +EXPORT_SYMBOL vmlinux 0xfcec0987 enable_irq +EXPORT_SYMBOL vmlinux 0xfd0781ee tag_pages_for_writeback +EXPORT_SYMBOL vmlinux 0xfd1bc346 __traceiter_dma_fence_signaled +EXPORT_SYMBOL vmlinux 0xfd6423b1 mtd_concat_destroy +EXPORT_SYMBOL vmlinux 0xfd64ffa3 dquot_initialize_needed +EXPORT_SYMBOL vmlinux 0xfd88a348 rproc_elf_find_loaded_rsc_table +EXPORT_SYMBOL vmlinux 0xfd8c5afc release_fiq +EXPORT_SYMBOL vmlinux 0xfd910877 blkdev_issue_secure_erase +EXPORT_SYMBOL vmlinux 0xfdab7cb9 mmc_add_host +EXPORT_SYMBOL vmlinux 0xfdad2367 wait_for_completion_state +EXPORT_SYMBOL vmlinux 0xfdaf289d tcp_seq_stop +EXPORT_SYMBOL vmlinux 0xfdb9fe52 generic_splice_sendpage +EXPORT_SYMBOL vmlinux 0xfdbfc84a timestamp_truncate +EXPORT_SYMBOL vmlinux 0xfdcc8a0e fb_find_best_display +EXPORT_SYMBOL vmlinux 0xfdeea182 textsearch_prepare +EXPORT_SYMBOL vmlinux 0xfdf4cff0 neigh_proc_dointvec_jiffies +EXPORT_SYMBOL vmlinux 0xfe029963 unregister_inetaddr_notifier +EXPORT_SYMBOL vmlinux 0xfe171764 ioremap_page +EXPORT_SYMBOL vmlinux 0xfe21166d dquot_get_next_dqblk +EXPORT_SYMBOL vmlinux 0xfe2144bb mark_info_dirty +EXPORT_SYMBOL vmlinux 0xfe335574 xfrm_policy_insert +EXPORT_SYMBOL vmlinux 0xfe41829c xa_store_range +EXPORT_SYMBOL vmlinux 0xfe487975 init_wait_entry +EXPORT_SYMBOL vmlinux 0xfe4db4b8 km_policy_notify +EXPORT_SYMBOL vmlinux 0xfe57f0cc sock_no_shutdown +EXPORT_SYMBOL vmlinux 0xfe5d4bb2 sys_tz +EXPORT_SYMBOL vmlinux 0xfe6ddfed netdev_rx_csum_fault +EXPORT_SYMBOL vmlinux 0xfe84237e fib_notifier_ops_register +EXPORT_SYMBOL vmlinux 0xfe868408 pcie_get_mps +EXPORT_SYMBOL vmlinux 0xfe890f39 sock_no_bind +EXPORT_SYMBOL vmlinux 0xfe8940d4 kernel_write +EXPORT_SYMBOL vmlinux 0xfe9e46ad skb_vlan_push +EXPORT_SYMBOL vmlinux 0xfea9984f skb_clone_sk +EXPORT_SYMBOL vmlinux 0xfed75b24 jbd2_journal_get_create_access +EXPORT_SYMBOL vmlinux 0xfedcdb60 seq_hlist_next_percpu +EXPORT_SYMBOL vmlinux 0xfee56ab9 of_get_next_child +EXPORT_SYMBOL vmlinux 0xfefc0d91 __inc_zone_page_state +EXPORT_SYMBOL vmlinux 0xfefcb98e vme_dma_vme_attribute +EXPORT_SYMBOL vmlinux 0xff0ce31c skb_flow_get_icmp_tci +EXPORT_SYMBOL vmlinux 0xff1e9dd8 seq_list_start +EXPORT_SYMBOL vmlinux 0xff263e0a import_iovec +EXPORT_SYMBOL vmlinux 0xff282521 rfkill_register +EXPORT_SYMBOL vmlinux 0xff4351b0 ecc_sw_hamming_calculate +EXPORT_SYMBOL vmlinux 0xff514e77 inet_sock_destruct +EXPORT_SYMBOL vmlinux 0xff5487f3 param_get_invbool +EXPORT_SYMBOL vmlinux 0xff6104d0 snd_pcm_rate_bit_to_rate +EXPORT_SYMBOL vmlinux 0xff67b37f __lshrdi3 +EXPORT_SYMBOL vmlinux 0xff6878cf fb_default_cmap +EXPORT_SYMBOL vmlinux 0xff88985d __ip_select_ident +EXPORT_SYMBOL vmlinux 0xff88de4c pcie_capability_clear_and_set_dword +EXPORT_SYMBOL vmlinux 0xff8c2e5a radix_tree_tag_get +EXPORT_SYMBOL vmlinux 0xff8d5633 mipi_dsi_dcs_get_display_brightness_large +EXPORT_SYMBOL vmlinux 0xff8dbe46 inet_csk_prepare_forced_close +EXPORT_SYMBOL vmlinux 0xff9610ee qcom_scm_assign_mem +EXPORT_SYMBOL vmlinux 0xff996450 gen_pool_virt_to_phys +EXPORT_SYMBOL vmlinux 0xff9a36b1 cqhci_deactivate +EXPORT_SYMBOL vmlinux 0xffb34d4f __inode_sub_bytes +EXPORT_SYMBOL vmlinux 0xffb66ac6 input_copy_abs +EXPORT_SYMBOL vmlinux 0xffb94ef0 _test_and_change_bit +EXPORT_SYMBOL vmlinux 0xffcc4ec7 tcp_bpf_bypass_getsockopt +EXPORT_SYMBOL vmlinux 0xffee361c cdrom_release +EXPORT_SYMBOL vmlinux 0xffeedf6a delayed_work_timer_fn +EXPORT_SYMBOL vmlinux 0xfff47514 seq_put_decimal_ll +EXPORT_SYMBOL_GPL arch/arm/crypto/sha1-arm 0x1cd7edbc sha1_update_arm +EXPORT_SYMBOL_GPL arch/arm/crypto/sha1-arm 0xc5bd08ff sha1_finup_arm +EXPORT_SYMBOL_GPL crypto/af_alg 0x0e3c1eae af_alg_accept +EXPORT_SYMBOL_GPL crypto/af_alg 0x104e38a8 af_alg_register_type +EXPORT_SYMBOL_GPL crypto/af_alg 0x18b80fe2 af_alg_poll +EXPORT_SYMBOL_GPL crypto/af_alg 0x241e25bb af_alg_wmem_wakeup +EXPORT_SYMBOL_GPL crypto/af_alg 0x2bf20cd9 af_alg_free_resources +EXPORT_SYMBOL_GPL crypto/af_alg 0x334aa5f6 af_alg_get_rsgl +EXPORT_SYMBOL_GPL crypto/af_alg 0x39f3ef77 af_alg_async_cb +EXPORT_SYMBOL_GPL crypto/af_alg 0x3b120be2 af_alg_make_sg +EXPORT_SYMBOL_GPL crypto/af_alg 0x5c3a3dab af_alg_unregister_type +EXPORT_SYMBOL_GPL crypto/af_alg 0x5e6b26c4 af_alg_wait_for_data +EXPORT_SYMBOL_GPL crypto/af_alg 0x65c60a13 af_alg_alloc_areq +EXPORT_SYMBOL_GPL crypto/af_alg 0x68132ba8 af_alg_sendpage +EXPORT_SYMBOL_GPL crypto/af_alg 0x6f1f2a14 af_alg_count_tsgl +EXPORT_SYMBOL_GPL crypto/af_alg 0x8dc13c47 af_alg_release_parent +EXPORT_SYMBOL_GPL crypto/af_alg 0xdc3a84b9 af_alg_release +EXPORT_SYMBOL_GPL crypto/af_alg 0xeee8a991 af_alg_pull_tsgl +EXPORT_SYMBOL_GPL crypto/af_alg 0xf9013686 af_alg_free_sg +EXPORT_SYMBOL_GPL crypto/af_alg 0xf9377f20 af_alg_sendmsg +EXPORT_SYMBOL_GPL crypto/aria_generic 0x4a61978a aria_encrypt +EXPORT_SYMBOL_GPL crypto/aria_generic 0x5a6c88ab aria_set_key +EXPORT_SYMBOL_GPL crypto/aria_generic 0xbdad6df6 aria_decrypt +EXPORT_SYMBOL_GPL crypto/async_tx/async_memcpy 0x98a9db70 async_memcpy +EXPORT_SYMBOL_GPL crypto/async_tx/async_pq 0xe6490d9f async_syndrome_val +EXPORT_SYMBOL_GPL crypto/async_tx/async_pq 0xef8cafbc async_gen_syndrome +EXPORT_SYMBOL_GPL crypto/async_tx/async_raid6_recov 0x752f790d async_raid6_datap_recov +EXPORT_SYMBOL_GPL crypto/async_tx/async_raid6_recov 0xc0364d0e async_raid6_2data_recov +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0x6ec13fc5 __async_tx_find_channel +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0x78beefa0 async_tx_quiesce +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0xa2f09372 async_trigger_callback +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0xdb3701f9 async_tx_submit +EXPORT_SYMBOL_GPL crypto/async_tx/async_xor 0x1ffd3949 async_xor +EXPORT_SYMBOL_GPL crypto/async_tx/async_xor 0x5dcf34ac async_xor_val_offs +EXPORT_SYMBOL_GPL crypto/async_tx/async_xor 0x9f2dbe84 async_xor_val +EXPORT_SYMBOL_GPL crypto/async_tx/async_xor 0xbeda622a async_xor_offs +EXPORT_SYMBOL_GPL crypto/authenc 0x2479193e crypto_authenc_extractkeys +EXPORT_SYMBOL_GPL crypto/blowfish_common 0xe350820a blowfish_setkey +EXPORT_SYMBOL_GPL crypto/cast5_generic 0x188d9d26 __cast5_decrypt +EXPORT_SYMBOL_GPL crypto/cast5_generic 0x500d425b 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 0x9617024b 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 0x098081c8 cryptd_alloc_ahash +EXPORT_SYMBOL_GPL crypto/cryptd 0x14661744 cryptd_skcipher_child +EXPORT_SYMBOL_GPL crypto/cryptd 0x30223dab cryptd_skcipher_queued +EXPORT_SYMBOL_GPL crypto/cryptd 0x464b5e9d cryptd_shash_desc +EXPORT_SYMBOL_GPL crypto/cryptd 0x6fe87349 cryptd_free_aead +EXPORT_SYMBOL_GPL crypto/cryptd 0xa020d75b cryptd_aead_child +EXPORT_SYMBOL_GPL crypto/cryptd 0xac9dbb59 cryptd_ahash_child +EXPORT_SYMBOL_GPL crypto/cryptd 0xafd37e7b cryptd_free_ahash +EXPORT_SYMBOL_GPL crypto/cryptd 0xc09e4ea6 cryptd_alloc_skcipher +EXPORT_SYMBOL_GPL crypto/cryptd 0xce93cd80 cryptd_ahash_queued +EXPORT_SYMBOL_GPL crypto/cryptd 0xf063a593 cryptd_free_skcipher +EXPORT_SYMBOL_GPL crypto/cryptd 0xf1155940 cryptd_aead_queued +EXPORT_SYMBOL_GPL crypto/cryptd 0xf7d2c514 cryptd_alloc_aead +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x2be8a1d2 crypto_transfer_aead_request_to_engine +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x365c9ba8 crypto_transfer_hash_request_to_engine +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x50592d9a crypto_transfer_kpp_request_to_engine +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x6bfb529b crypto_transfer_akcipher_request_to_engine +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x8c1ae14d crypto_finalize_hash_request +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x8c7b99ab crypto_engine_exit +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x9f066269 crypto_finalize_skcipher_request +EXPORT_SYMBOL_GPL crypto/crypto_engine 0xa3da3f81 crypto_engine_alloc_init +EXPORT_SYMBOL_GPL crypto/crypto_engine 0xc0e3a1f3 crypto_transfer_skcipher_request_to_engine +EXPORT_SYMBOL_GPL crypto/crypto_engine 0xc0e9092d crypto_engine_start +EXPORT_SYMBOL_GPL crypto/crypto_engine 0xc6de7d03 crypto_engine_alloc_init_and_set +EXPORT_SYMBOL_GPL crypto/crypto_engine 0xd782d1b5 crypto_finalize_akcipher_request +EXPORT_SYMBOL_GPL crypto/crypto_engine 0xeae91c8a crypto_finalize_kpp_request +EXPORT_SYMBOL_GPL crypto/crypto_engine 0xf7952f90 crypto_engine_stop +EXPORT_SYMBOL_GPL crypto/crypto_engine 0xf97245de crypto_finalize_aead_request +EXPORT_SYMBOL_GPL crypto/crypto_simd 0x16230d67 simd_unregister_aeads +EXPORT_SYMBOL_GPL crypto/crypto_simd 0x2d267e1b simd_register_aeads_compat +EXPORT_SYMBOL_GPL crypto/crypto_simd 0x4c4bbd7b simd_register_skciphers_compat +EXPORT_SYMBOL_GPL crypto/crypto_simd 0x504cb053 simd_aead_create_compat +EXPORT_SYMBOL_GPL crypto/crypto_simd 0x5610b081 simd_unregister_skciphers +EXPORT_SYMBOL_GPL crypto/crypto_simd 0x66983e96 simd_skcipher_create +EXPORT_SYMBOL_GPL crypto/crypto_simd 0x851c747c simd_aead_create +EXPORT_SYMBOL_GPL crypto/crypto_simd 0x88638552 simd_skcipher_create_compat +EXPORT_SYMBOL_GPL crypto/crypto_simd 0xbfd26f15 simd_aead_free +EXPORT_SYMBOL_GPL crypto/crypto_simd 0xefe73979 simd_skcipher_free +EXPORT_SYMBOL_GPL crypto/ecdh_generic 0x33b866ce crypto_ecdh_decode_key +EXPORT_SYMBOL_GPL crypto/ecdh_generic 0x7475be8e crypto_ecdh_key_len +EXPORT_SYMBOL_GPL crypto/ecdh_generic 0xb230d2ec crypto_ecdh_encode_key +EXPORT_SYMBOL_GPL crypto/polyval-generic 0x1936413e polyval_mul_non4k +EXPORT_SYMBOL_GPL crypto/polyval-generic 0x42c78b47 polyval_update_non4k +EXPORT_SYMBOL_GPL crypto/serpent_generic 0x494970c8 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/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 0x4bb3192c twofish_setkey +EXPORT_SYMBOL_GPL crypto/twofish_common 0xe22b7787 __twofish_setkey +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x00b8b17d spk_ttyio_ops +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x03ad3a03 synth_add +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x08f0212d spk_set_num_var +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x1adf6370 spk_var_show +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x1e39eb14 synth_putws +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x29e1064a spk_synth_get_index +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x2e7e21d7 speakup_event +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x37c8732b spk_synth_is_alive_nop +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 0x4a29a88b spk_do_catch_up +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x52ef976c spk_ttyio_synth_probe +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x66672b52 synth_current +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x6b516158 synth_remove +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x76d40046 synth_buffer_skip_nonlatin1 +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x8181ceec speakup_info +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x84dad068 synth_buffer_getc +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x8c82dfca synth_request_region +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x8fe0db01 synth_putwc_s +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xaadb0612 synth_buffer_peek +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xbbd15a51 speakup_start_ttys +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xc10fa674 spk_var_store +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xc2644f8f spk_ttyio_release +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 0xdbb14a20 spk_ttyio_synth_immediate +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xe194d0ef synth_printf +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xefde144a spk_do_catch_up_unicode +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xf7fe55c6 spk_synth_flush +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xf9335ee6 spk_synth_is_alive_restart +EXPORT_SYMBOL_GPL drivers/ata/pata_platform 0x0b7b363c __pata_platform_probe +EXPORT_SYMBOL_GPL drivers/ata/pata_sis 0xe9f2ad05 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 0xb7e3c36b linedisp_unregister +EXPORT_SYMBOL_GPL drivers/auxdisplay/line-display 0xba13fb0a linedisp_register +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-ac97 0x1f91d5c2 regmap_ac97_default_volatile +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-ac97 0x7f301c85 __devm_regmap_init_ac97 +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-ac97 0x99c5df0b __regmap_init_ac97 +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-i3c 0x7b614074 __devm_regmap_init_i3c +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-sccb 0xc96b574b __regmap_init_sccb +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-sccb 0xf3957728 __devm_regmap_init_sccb +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-sdw 0x7ce22ea1 __devm_regmap_init_sdw +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-sdw 0xc1a8c679 __regmap_init_sdw +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-sdw-mbq 0x086dcf20 __devm_regmap_init_sdw_mbq +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-sdw-mbq 0xf33ab7f0 __regmap_init_sdw_mbq +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-slimbus 0x2e924efc __devm_regmap_init_slimbus +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-slimbus 0x353779e6 __regmap_init_slimbus +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-spi-avmm 0x8eab8c80 __regmap_init_spi_avmm +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-spi-avmm 0xbe581584 __devm_regmap_init_spi_avmm +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-spmi 0x94dad25a __devm_regmap_init_spmi_ext +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-spmi 0x9fa68ba2 __regmap_init_spmi_base +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-spmi 0xb74991ad __regmap_init_spmi_ext +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-spmi 0xbc5c7f5e __devm_regmap_init_spmi_base +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-w1 0x242326fb __regmap_init_w1 +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-w1 0x7773425d __devm_regmap_init_w1 +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x0624b113 bcma_find_core_unit +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x1199e1ae bcma_chipco_b_mii_write +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x154fba65 bcma_chipco_pll_read +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x1c53cc65 bcma_chipco_pll_maskset +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x2009c659 bcma_pmu_spuravoid_pllupdate +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x26e75e0e bcma_chipco_regctl_maskset +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x36d1018b bcma_chipco_gpio_control +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x462c722f bcma_chipco_chipctl_maskset +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x47942a40 bcma_chipco_gpio_outen +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x609d50e6 bcma_core_pci_power_save +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x645f3acd bcma_chipco_pll_write +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x736f7647 bcma_driver_unregister +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x79d89fb9 bcma_core_is_enabled +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x87bde04b bcma_core_disable +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x887358f3 bcma_core_pll_ctl +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x9692fb15 bcma_host_pci_up +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xa8c92ee3 bcma_core_enable +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xaae2811e bcma_core_set_clockmode +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xbb5011c8 bcma_host_pci_down +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xc9ee95ef __bcma_driver_register +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xdb359f54 bcma_chipco_gpio_out +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xed86b27e bcma_pmu_get_bus_clock +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xf15281cf bcma_host_pci_irq_ctl +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xf7de2440 bcma_chipco_get_alp_clock +EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0x40b28c89 btbcm_check_bdaddr +EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0x4ef54a80 btbcm_setup_apple +EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0x596c986f btbcm_set_bdaddr +EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0x9054a629 btbcm_write_pcm_int_params +EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0xa254d504 btbcm_setup_patchram +EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0xdc0e8a1d btbcm_initialize +EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0xe95a9e5d btbcm_finalize +EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0xf00d6d4e btbcm_read_pcm_int_params +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x111a3afd btintel_set_bdaddr +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x12501e99 btintel_bootup +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x13d3818c btintel_read_boot_params +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x4fe7c8cc btintel_load_ddc_config +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x52e34b04 btintel_exit_mfg +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x55f06da9 btintel_enter_mfg +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x57b58197 btintel_set_quality_report +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x5b4bfcc8 btintel_set_diag +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x64df8c04 btintel_download_firmware +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x65133cc1 btintel_set_event_mask_mfg +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x75df2311 btintel_read_version +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x84f80df6 btintel_regmap_init +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x9ee7dc4e btintel_configure_setup +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0xca88d0e6 btintel_version_info +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0xccbd18c3 btintel_send_intel_reset +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0xceb0cd25 btintel_check_bdaddr +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0xd0cc315e btintel_secure_send_result +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x06f33b32 btmrvl_process_event +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x10a8a8ff btmrvl_send_hscfg_cmd +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x18127ee0 btmrvl_check_evtpkt +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x3c44e5b2 btmrvl_interrupt +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x7e57d821 btmrvl_pscan_window_reporting +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x8c7ff56a btmrvl_remove_card +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x8dac22d2 btmrvl_send_module_cfg_cmd +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x915a867b btmrvl_add_card +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x98081e7b btmrvl_enable_hs +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0xa252cb56 btmrvl_enable_ps +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0xaca5adea btmrvl_register_hdev +EXPORT_SYMBOL_GPL drivers/bluetooth/btmtk 0x19044074 btmtk_setup_firmware +EXPORT_SYMBOL_GPL drivers/bluetooth/btmtk 0x7b3871a7 btmtk_set_bdaddr +EXPORT_SYMBOL_GPL drivers/bluetooth/btmtk 0xf3214c61 btmtk_setup_firmware_79xx +EXPORT_SYMBOL_GPL drivers/bluetooth/btqca 0x456635a8 qca_set_bdaddr_rome +EXPORT_SYMBOL_GPL drivers/bluetooth/btqca 0x75c3e393 qca_uart_setup +EXPORT_SYMBOL_GPL drivers/bluetooth/btqca 0xaee050d1 qca_read_soc_version +EXPORT_SYMBOL_GPL drivers/bluetooth/btqca 0xdccdbaa4 qca_set_bdaddr +EXPORT_SYMBOL_GPL drivers/bluetooth/btqca 0xea7d63ab qca_send_pre_shutdown_cmd +EXPORT_SYMBOL_GPL drivers/bluetooth/btrtl 0x00f03601 btrtl_initialize +EXPORT_SYMBOL_GPL drivers/bluetooth/btrtl 0x3267670b btrtl_shutdown_realtek +EXPORT_SYMBOL_GPL drivers/bluetooth/btrtl 0x74bc9150 btrtl_setup_realtek +EXPORT_SYMBOL_GPL drivers/bluetooth/btrtl 0x85dfba82 btrtl_get_uart_settings +EXPORT_SYMBOL_GPL drivers/bluetooth/btrtl 0xaf78f260 btrtl_free +EXPORT_SYMBOL_GPL drivers/bluetooth/btrtl 0xb96a626d btrtl_download_firmware +EXPORT_SYMBOL_GPL drivers/bluetooth/btrtl 0xbef146e1 btrtl_set_quirks +EXPORT_SYMBOL_GPL drivers/bluetooth/hci_uart 0x28c245bb h4_recv_buf +EXPORT_SYMBOL_GPL drivers/bluetooth/hci_uart 0x73fc6049 hci_uart_unregister_device +EXPORT_SYMBOL_GPL drivers/bluetooth/hci_uart 0x8f3340b0 hci_uart_tx_wakeup +EXPORT_SYMBOL_GPL drivers/bluetooth/hci_uart 0x9909aa26 hci_uart_register_device +EXPORT_SYMBOL_GPL drivers/bus/mhi/ep/mhi_ep 0x0f7199e4 mhi_ep_power_up +EXPORT_SYMBOL_GPL drivers/bus/mhi/ep/mhi_ep 0x19ce1501 mhi_ep_queue_is_empty +EXPORT_SYMBOL_GPL drivers/bus/mhi/ep/mhi_ep 0x1e669401 mhi_ep_register_controller +EXPORT_SYMBOL_GPL drivers/bus/mhi/ep/mhi_ep 0x39ed3fb8 mhi_ep_driver_unregister +EXPORT_SYMBOL_GPL drivers/bus/mhi/ep/mhi_ep 0x43cf588c __mhi_ep_driver_register +EXPORT_SYMBOL_GPL drivers/bus/mhi/ep/mhi_ep 0x73931371 mhi_ep_queue_skb +EXPORT_SYMBOL_GPL drivers/bus/mhi/ep/mhi_ep 0x9329b352 mhi_ep_power_down +EXPORT_SYMBOL_GPL drivers/bus/mhi/ep/mhi_ep 0x956e206f mhi_ep_unregister_controller +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x0070f3c8 mhi_unprepare_from_transfer +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x04b05955 mhi_get_exec_env +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x0b87b1cb mhi_queue_buf +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x16ee1908 mhi_unprepare_after_power_down +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x1da7d2a3 mhi_force_rddm_mode +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x2d3146a9 mhi_power_down +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x2d59f734 mhi_register_controller +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x38c19397 mhi_queue_is_full +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x3aa3d0e5 mhi_download_rddm_image +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x3b3b20dc mhi_alloc_controller +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x4aa6811f mhi_unregister_controller +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x51533616 mhi_device_put +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x517970f7 mhi_async_power_up +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x5d0a0610 mhi_pm_resume_force +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x68e225d2 __mhi_driver_register +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x7b918fb6 mhi_device_get_sync +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x810b513e mhi_queue_dma +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x862176f8 mhi_free_controller +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x92f4aa0e mhi_pm_suspend +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xa447f95a mhi_get_mhi_state +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xab7b5d29 mhi_prepare_for_transfer +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xb66c96d3 mhi_soc_reset +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xbd2ea456 mhi_notify +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xc083c40e mhi_prepare_for_power_up +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xc5d1e437 mhi_get_free_desc_count +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xdc1f7405 mhi_driver_unregister +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xdc667309 mhi_device_get +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xe5ed7126 mhi_pm_resume +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xeebd34d8 mhi_poll +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xfcbf6f03 mhi_prepare_for_transfer_autoqueue +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xffc56e26 mhi_queue_skb +EXPORT_SYMBOL_GPL drivers/bus/moxtet 0x2a0c66c2 moxtet_device_write +EXPORT_SYMBOL_GPL drivers/bus/moxtet 0x2e2dea2b moxtet_device_written +EXPORT_SYMBOL_GPL drivers/bus/moxtet 0xc239d5f4 moxtet_device_read +EXPORT_SYMBOL_GPL drivers/bus/moxtet 0xeeaf9768 __moxtet_register_driver +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x03351dae clk_rcg_floor_ops +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 0x19ff7380 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 0x2131b6c3 qcom_cc_probe +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x233e5373 clk_rcg_bypass_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x2bf885e6 clk_rivian_evo_pll_configure +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x2d293905 clk_alpha_pll_postdiv_lucid_5lpe_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x3610a768 qcom_cc_register_rcg_dfs +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 0x3a31ce9e clk_fabia_pll_configure +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x3bd39c60 clk_trion_pll_configure +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x3e333ae6 clk_zonda_pll_configure +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x420755eb clk_alpha_pll_configure +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 0x46eb964b clk_alpha_pll_regs +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x4a930432 clk_branch_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x5721724b qcom_cc_register_board_clk +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 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 0x69e0d16a qcom_cc_probe_by_index +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 0x774c85e7 qcom_cc_really_probe +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x787e8234 qcom_find_freq +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x7b87fe3e clk_alpha_pll_postdiv_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x7dfa4f12 clk_alpha_pll_postdiv_lucid_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x7e69e953 clk_alpha_pll_postdiv_trion_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x82afa55e clk_regmap_phy_mux_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x88c0add9 clk_rcg_pixel_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x8d0d758a qcom_cc_map +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x8e4c395e clk_edp_pixel_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x9309db3a qcom_cc_register_sleep_clk +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 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 0xc28691a6 clk_lucid_evo_pll_configure +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 0xd1bb6827 clk_agera_pll_configure +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 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 0xe649a2e6 gdsc_gx_do_nothing_enable +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 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/comedi/comedi 0x03a48933 comedi_auto_config +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x04685fd8 comedi_alloc_subdevices +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x075afc25 comedi_check_chanlist +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x08bb6bc2 comedi_handle_events +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x0b686339 comedi_alloc_spriv +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x0cd330f4 range_unknown +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x16466017 comedi_request_region +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x21102f87 range_0_32mA +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x26487232 comedi_buf_read_free +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x288916d2 __comedi_request_region +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x2b388c34 comedi_nsamples_left +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x2f0ad9d3 range_bipolar5 +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x35db8a05 comedi_buf_write_free +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x4236eaaf range_4_20mA +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x433a4ed5 comedi_set_spriv_auto_free +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x4fe634f3 range_bipolar2_5 +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x544793da comedi_buf_read_alloc +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x555ffc0a comedi_driver_unregister +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x60423433 comedi_dev_put +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x6847512c comedi_dev_get_from_minor +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x6f1f6ab7 comedi_bytes_per_scan +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x70de1830 comedi_auto_unconfig +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x74c957c3 comedi_bytes_per_scan_cmd +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x8113872c range_unipolar10 +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x86aa9dce comedi_buf_write_samples +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x8aaf7763 comedi_legacy_detach +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x99c3d012 comedi_buf_read_samples +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xb3e78986 comedi_driver_register +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xb679cebc range_0_20mA +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xb968ee1c comedi_event +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xbb212bea comedi_readback_insn_read +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xbb52fc7f range_bipolar10 +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xbcf84556 comedi_set_hw_dev +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xbdbe75c6 range_unipolar2_5 +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xc6f9a973 comedi_alloc_devpriv +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xd1c25955 comedi_buf_read_n_available +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xd8b3dc97 comedi_dio_insn_config +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xd919a4ca comedi_nscans_left +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xdb2044b2 range_unipolar5 +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xdd25dc6a comedi_dio_update_state +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xe4ff60b9 comedi_timeout +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xe56260a3 comedi_is_subdevice_running +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xecdb5f12 comedi_alloc_subdev_readback +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xece9a52d comedi_buf_write_alloc +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xee2c72f9 comedi_inc_scan_progress +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xfef1bc28 comedi_load_firmware +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pci 0x019a0f20 comedi_pci_driver_register +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pci 0x33a12c80 comedi_pci_auto_unconfig +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pci 0x4b2261ce comedi_to_pci_dev +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pci 0x9b928a81 comedi_pci_enable +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pci 0xb5be503f comedi_pci_driver_unregister +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pci 0xd27c475e comedi_pci_auto_config +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pci 0xe7e064f4 comedi_pci_disable +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pci 0xff034ff5 comedi_pci_detach +EXPORT_SYMBOL_GPL drivers/comedi/comedi_usb 0x2a21f87e comedi_usb_auto_unconfig +EXPORT_SYMBOL_GPL drivers/comedi/comedi_usb 0x806e5e48 comedi_to_usb_interface +EXPORT_SYMBOL_GPL drivers/comedi/comedi_usb 0x9db66628 comedi_usb_driver_register +EXPORT_SYMBOL_GPL drivers/comedi/comedi_usb 0xc2b7e33d comedi_usb_driver_unregister +EXPORT_SYMBOL_GPL drivers/comedi/comedi_usb 0xc99f35aa comedi_usb_auto_config +EXPORT_SYMBOL_GPL drivers/comedi/comedi_usb 0xd2313a69 comedi_to_usb_dev +EXPORT_SYMBOL_GPL drivers/comedi/drivers/addi_watchdog 0x3cf951e9 addi_watchdog_init +EXPORT_SYMBOL_GPL drivers/comedi/drivers/addi_watchdog 0x79f4a6cf addi_watchdog_reset +EXPORT_SYMBOL_GPL drivers/comedi/drivers/amplc_dio200_common 0xb8ae7495 amplc_dio200_set_enhance +EXPORT_SYMBOL_GPL drivers/comedi/drivers/amplc_dio200_common 0xff324125 amplc_dio200_common_attach +EXPORT_SYMBOL_GPL drivers/comedi/drivers/amplc_pc236_common 0xd149d82d amplc_pc236_common_attach +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0x0fdea271 comedi_8254_mm_init +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0x201fb24d comedi_8254_pacer_enable +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0x249d4d5f comedi_8254_status +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0x2f3c9a6d comedi_8254_ns_to_timer +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0x5a541e8c comedi_8254_update_divisors +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0x6d47e3d5 comedi_8254_write +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0x733374c8 comedi_8254_subdevice_init +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0x76905a4e comedi_8254_load +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0x95adf4f7 comedi_8254_cascade_ns_to_timer +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0xb84b8811 comedi_8254_init +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0xb9e20d56 comedi_8254_read +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0xc97a7883 comedi_8254_set_mode +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0xcb4c622f comedi_8254_set_busy +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8255 0xba536f12 subdev_8255_mm_init +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8255 0xd6c1d698 subdev_8255_init +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8255 0xd8549414 subdev_8255_regbase +EXPORT_SYMBOL_GPL drivers/comedi/drivers/das08 0xc80ab2d9 das08_common_attach +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x1a302cf2 mite_request_channel_in_range +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x1ace2807 mite_buf_change +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x1cfe0f7d mite_dma_disarm +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x2e949378 mite_free_ring +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x6c90fc35 mite_attach +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x7e7dbd11 mite_prep_dma +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x803620a7 mite_init_ring_descriptors +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x83812206 mite_bytes_in_transit +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0xaaaca0ae mite_sync_dma +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0xb0fd2ba5 mite_request_channel +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0xb5999f4e mite_ack_linkc +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0xb6c21bd8 mite_detach +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0xce96d502 mite_dma_arm +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0xd5934bcc mite_alloc_ring +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0xebaca141 mite_done +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0xef35efdf mite_release_channel +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_labpc_common 0x4bfa4e01 labpc_common_detach +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_labpc_common 0xde67a117 labpc_common_attach +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_routing 0x076bc308 ni_find_route_source +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_routing 0x0921123e ni_lookup_route_register +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_routing 0x1facf7f8 ni_is_cmd_dest +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_routing 0x64443d67 ni_get_valid_routes +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_routing 0x6c18c54e ni_count_valid_routes +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_routing 0x85e75c94 ni_assign_device_routes +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_routing 0x863a306d ni_sort_device_routes +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_routing 0x8ab47ba4 ni_route_set_has_source +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_routing 0x8f0f0901 ni_find_route_set +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_routing 0xb3e302a3 ni_route_to_register +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x0c68a312 ni_tio_get_routing +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x1308ea3f ni_tio_set_gate_src_raw +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x1a2f9380 ni_tio_set_routing +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x27b0a66e ni_tio_set_gate_src +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x39a89410 ni_gpct_device_destroy +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x3b420782 ni_tio_get_soft_copy +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x525fa70c ni_tio_insn_read +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x674497b7 ni_tio_arm +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x71a8a666 ni_tio_insn_write +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x7d4e6fa4 ni_tio_set_bits +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0xacb0b22e ni_gpct_device_construct +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0xc08fef94 ni_tio_unset_routing +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0xd7fe0572 ni_tio_init_counter +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0xe8b8daca ni_tio_read +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0xee0ddfce ni_tio_insn_config +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0xf24b35b1 ni_tio_write +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tiocmd 0x3a0c08c9 ni_tio_cmdtest +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tiocmd 0x7d9dac41 ni_tio_cmd +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tiocmd 0x806ae73d ni_tio_acknowledge +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tiocmd 0xaa134cc6 ni_tio_cancel +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tiocmd 0xc88cc7c3 ni_tio_set_mite_channel +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tiocmd 0xcce58e9f ni_tio_handle_interrupt +EXPORT_SYMBOL_GPL drivers/comedi/kcomedilib/kcomedilib 0x1dfd5f94 comedi_find_subdevice_by_type +EXPORT_SYMBOL_GPL drivers/comedi/kcomedilib/kcomedilib 0x24142405 comedi_open +EXPORT_SYMBOL_GPL drivers/comedi/kcomedilib/kcomedilib 0x9a7f5d45 comedi_get_n_channels +EXPORT_SYMBOL_GPL drivers/comedi/kcomedilib/kcomedilib 0xd878bb87 comedi_dio_bitfield2 +EXPORT_SYMBOL_GPL drivers/comedi/kcomedilib/kcomedilib 0xdb95c7fb comedi_dio_get_config +EXPORT_SYMBOL_GPL drivers/comedi/kcomedilib/kcomedilib 0xe4f97039 comedi_dio_config +EXPORT_SYMBOL_GPL drivers/comedi/kcomedilib/kcomedilib 0xfa53edb2 comedi_close +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/crypto/qat/qat_common/intel_qat 0x05b6de3c adf_reset_flr +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x05dec5b7 adf_gen2_cfg_iov_thds +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x0a45c210 adf_dev_started +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x10a50b9a adf_cfg_dev_add +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x1102a7b0 adf_dev_down +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x1218af8c adf_err_handler +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x13ea4591 adf_gen4_set_ssm_wdtimer +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x1ea6e218 adf_flush_vf_wq +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x26748023 adf_exit_arb +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x291c07cb adf_dev_get +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x2aabcd8e adf_init_admin_comms +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x2be4e269 adf_gen2_get_arb_info +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x2dcc4764 adf_dev_put +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x33552582 adf_pfvf_comms_disabled +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x35a7e13d adf_gen2_set_ssm_wdtimer +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x386e82c3 adf_cleanup_etr_data +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x3a4c3791 adf_devmgr_pci_to_accel_dev +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x3e707f37 adf_gen2_get_admin_info +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x4038ca70 adf_cfg_get_param_value +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x413049c5 adf_gen2_enable_error_correction +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x4270a229 adf_gen4_ring_pair_reset +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x45a2f47d adf_init_admin_pm +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x4908eb87 adf_isr_resource_free +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x4a6fe22a adf_gen2_dev_config +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x4a947c6f adf_enable_vf2pf_comms +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x4ab5cd0a adf_exit_admin_comms +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x4cb2cdf8 adf_gen4_enable_pm +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x4eadcd1c adf_sriov_configure +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x527b9925 adf_cfg_section_add +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x54a6b726 adf_gen2_get_num_aes +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x59d0336a adf_devmgr_rm_dev +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x5a522018 adf_dev_up +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x5addb2bc adf_gen2_get_accel_cap +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x5c3bbc18 adf_dev_shutdown +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x63830495 adf_dev_start +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x6920c563 adf_vf2pf_notify_init +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x6b7a2de2 adf_vf_isr_resource_alloc +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x6d9e2bff adf_gen4_handle_pm_interrupt +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x7846792d adf_init_arb +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x7e47f800 adf_dev_in_use +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x8eb8e2fb adf_init_etr_data +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x91bbc337 adf_gen2_enable_ints +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x940651af adf_isr_resource_alloc +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x9e1cd599 adf_devmgr_add_dev +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x9e46b429 adf_cfg_add_key_value_param +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x9ea619c3 adf_sysfs_init +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xa105f072 adf_send_admin_init +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xa499ad17 adf_enable_aer +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xa4de28b1 adf_gen2_init_vf_pfvf_ops +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xaa2ddef8 adf_devmgr_update_class_index +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xaedbcda6 adf_reset_sbr +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xb1670705 adf_dev_stop +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xb22f1736 adf_disable_aer +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xb4dcafd6 adf_enable_pf2vf_comms +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xbcfbad6d adf_vf2pf_notify_shutdown +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xc2484e5a adf_gen2_get_num_accels +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xc501ac82 adf_gen4_init_hw_csr_ops +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xc7172c0f adf_gen2_init_pf_pfvf_ops +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xc9ea953b adf_vf_isr_resource_free +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xcc3b167a adf_clean_vf_map +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xcd283a39 adf_dev_init +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xd64519f1 adf_gen2_init_hw_csr_ops +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xd847b0a6 adf_disable_pf2vf_interrupts +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xe15a88a3 adf_gen4_init_pf_pfvf_ops +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xe327f1f1 adf_gen4_init_dc_ops +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xe45f3512 adf_gen2_init_dc_ops +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xf4a37cf2 adf_disable_sriov +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xf65d25a2 adf_devmgr_in_reset +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xfae62699 adf_cfg_dev_remove +EXPORT_SYMBOL_GPL drivers/dax/device_dax 0xcbb143c2 dev_dax_probe +EXPORT_SYMBOL_GPL drivers/dma/dw-edma/dw-edma 0x20f277b4 dw_edma_probe +EXPORT_SYMBOL_GPL drivers/dma/dw-edma/dw-edma 0xa6b910fd dw_edma_remove +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0x23666d68 dw_dma_probe +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0x5199248d do_dw_dma_enable +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0x5e5e6e8a dw_dma_filter +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0x69696f83 idma32_dma_probe +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0x94a76586 do_dw_dma_disable +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0x9a3982f0 idma32_dma_remove +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0xdc48f1b6 dw_dma_remove +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0x093c6ebb fsl_edma_prep_slave_sg +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0x1197939f fsl_edma_terminate_all +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0x1bfd5faa fsl_edma_tx_status +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0x290286c3 fsl_edma_pause +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0x3365d23b fsl_edma_free_desc +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0x60f41741 fsl_edma_prep_memcpy +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0x663a0e9b fsl_edma_chan_mux +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0x7dc4a0a2 fsl_edma_setup_regs +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0x7f8d222d fsl_edma_cleanup_vchan +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0x9f89a690 fsl_edma_alloc_chan_resources +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0xa056b795 fsl_edma_resume +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0xab37ad26 fsl_edma_free_chan_resources +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0xb944451e fsl_edma_xfer_desc +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0xd0e201dd fsl_edma_slave_config +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0xd12ce052 fsl_edma_prep_dma_cyclic +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0xe0204ba3 fsl_edma_disable_request +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0xf4ce79cc fsl_edma_issue_pending +EXPORT_SYMBOL_GPL drivers/dma/qcom/hdma_mgmt 0x4134fc75 hidma_mgmt_setup +EXPORT_SYMBOL_GPL drivers/dma/qcom/hdma_mgmt 0xe7d785c3 hidma_mgmt_init_sys +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 0xea5b0aa4 fw_card_read_cycle_time +EXPORT_SYMBOL_GPL drivers/firmware/arm_scpi 0x5c20405f get_scpi_ops +EXPORT_SYMBOL_GPL drivers/firmware/mtk-adsp-ipc 0x527837e4 mtk_adsp_ipc_send +EXPORT_SYMBOL_GPL drivers/fpga/altera-pr-ip-core 0xa8661bf2 alt_pr_register +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x10ae256c dfl_fpga_cdev_config_ports_vf +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x235ef2ba dfl_fpga_dev_feature_uinit +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x248cfc01 dfl_fpga_enum_info_free +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x3e583a50 dfl_fpga_enum_info_alloc +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x43c003a1 dfl_fpga_port_ops_del +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x4e798e72 dfl_fpga_check_port_id +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x714aa903 dfl_feature_ioctl_get_num_irqs +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x7482c2ac dfl_fpga_dev_ops_register +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x7487cdaa dfl_fpga_cdev_release_port +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x783e01d5 dfl_fpga_port_ops_add +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x80a89e24 dfl_fpga_dev_feature_init +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x8466de70 __dfl_fpga_cdev_find_port +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x93fa07be dfl_fpga_feature_devs_enumerate +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x9eb27456 dfl_fpga_set_irq_triggers +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xaec31f44 dfl_fpga_enum_info_add_dfl +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xaf6b5466 dfl_fpga_enum_info_add_irq +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xbafcd4e1 dfl_fpga_cdev_assign_port +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xbc13d43b dfl_fpga_cdev_config_ports_pf +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xde91135d dfl_feature_ioctl_set_irq +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xe29ccce0 dfl_fpga_port_ops_put +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xe4390f3d dfl_fpga_port_ops_get +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xed2b76d6 dfl_fpga_feature_devs_remove +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xfc90944e dfl_fpga_dev_ops_unregister +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0x016e646f fpga_bridge_enable +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 0x2f52e2ab fpga_bridge_get_to_list +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0x6a1e6270 of_fpga_bridge_get +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0x81d8aa08 fpga_bridge_unregister +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0x821e65a2 fpga_bridge_register +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0x8d51d7ce fpga_bridge_put +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0x9b5e0ea0 fpga_bridge_get +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0xb5bbdc7a fpga_bridge_disable +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0xeec1907f of_fpga_bridge_get_to_list +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x10687088 devm_fpga_mgr_register +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x2b0e088b fpga_mgr_get +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x59e95163 fpga_mgr_unregister +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x7f7ecf2e fpga_mgr_put +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x9d8aac79 of_fpga_mgr_get +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0xa18f3396 fpga_mgr_register_full +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0xa93fce91 fpga_image_info_free +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0xab24d9ce fpga_mgr_unlock +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0xbdd36426 fpga_mgr_load +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0xd8608e4f fpga_image_info_alloc +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0xe422d438 fpga_mgr_register +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0xf8ed838f fpga_mgr_lock +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0xfd8766a3 devm_fpga_mgr_register_full +EXPORT_SYMBOL_GPL drivers/fpga/fpga-region 0x31922c68 fpga_region_program_fpga +EXPORT_SYMBOL_GPL drivers/fpga/fpga-region 0x441403df fpga_region_register_full +EXPORT_SYMBOL_GPL drivers/fpga/fpga-region 0xa4c8fbd5 fpga_region_unregister +EXPORT_SYMBOL_GPL drivers/fpga/fpga-region 0xc7917e80 fpga_region_register +EXPORT_SYMBOL_GPL drivers/fpga/fpga-region 0xe111f79f fpga_region_class_find +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0x01c5611a fsi_get_new_minor +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0x33ad9a39 fsi_cdev_type +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0x3a93847e fsi_slave_claim_range +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0x3e974216 fsi_driver_unregister +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0x48a52583 fsi_device_read +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0x5a57d574 fsi_free_minor +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0x60a97912 fsi_slave_write +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0x64990f9c fsi_bus_type +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0x73417493 fsi_master_register +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0x8689a61b fsi_driver_register +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0x8b14519f fsi_device_write +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0xce22aee2 fsi_slave_release_range +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0xda9ca9d8 fsi_master_unregister +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0xe20e8878 fsi_master_rescan +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0xe4ac7aa2 fsi_slave_read +EXPORT_SYMBOL_GPL drivers/fsi/fsi-occ 0xeb39db7d fsi_occ_submit +EXPORT_SYMBOL_GPL drivers/fsi/fsi-sbefifo 0x6fef883b sbefifo_parse_status +EXPORT_SYMBOL_GPL drivers/fsi/fsi-sbefifo 0xceb49d30 sbefifo_submit +EXPORT_SYMBOL_GPL drivers/gnss/gnss 0x34ff6f9a gnss_register_device +EXPORT_SYMBOL_GPL drivers/gnss/gnss 0x3901c65e gnss_allocate_device +EXPORT_SYMBOL_GPL drivers/gnss/gnss 0xa55e25ab gnss_insert_raw +EXPORT_SYMBOL_GPL drivers/gnss/gnss 0xf5d86178 gnss_deregister_device +EXPORT_SYMBOL_GPL drivers/gnss/gnss 0xfdf12aef gnss_put_device +EXPORT_SYMBOL_GPL drivers/gnss/gnss-serial 0x1663a654 gnss_serial_deregister +EXPORT_SYMBOL_GPL drivers/gnss/gnss-serial 0x7d39a080 gnss_serial_allocate +EXPORT_SYMBOL_GPL drivers/gnss/gnss-serial 0x975448bf gnss_serial_register +EXPORT_SYMBOL_GPL drivers/gnss/gnss-serial 0xc0970067 gnss_serial_free +EXPORT_SYMBOL_GPL drivers/gnss/gnss-serial 0xf771b8a9 gnss_serial_pm_ops +EXPORT_SYMBOL_GPL drivers/gpio/gpio-aspeed 0x24f4fe2c aspeed_gpio_copro_grab_gpio +EXPORT_SYMBOL_GPL drivers/gpio/gpio-aspeed 0x5dcbe46c aspeed_gpio_copro_set_ops +EXPORT_SYMBOL_GPL drivers/gpio/gpio-aspeed 0x851c640c aspeed_gpio_copro_release_gpio +EXPORT_SYMBOL_GPL drivers/gpio/gpio-idio-16 0x19564f02 idio_16_set +EXPORT_SYMBOL_GPL drivers/gpio/gpio-idio-16 0x40780f24 idio_16_state_init +EXPORT_SYMBOL_GPL drivers/gpio/gpio-idio-16 0x8bfb9315 idio_16_get_multiple +EXPORT_SYMBOL_GPL drivers/gpio/gpio-idio-16 0x8fe1179b idio_16_get +EXPORT_SYMBOL_GPL drivers/gpio/gpio-idio-16 0xf3237eda idio_16_set_multiple +EXPORT_SYMBOL_GPL drivers/gpio/gpio-max730x 0x3b36604f __max730x_probe +EXPORT_SYMBOL_GPL drivers/gpio/gpio-max730x 0xb0a4e430 __max730x_remove +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/analogix/analogix_dp 0x0c533d7d analogix_dp_probe +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/analogix/analogix_dp 0x3b08ec63 analogix_dp_bind +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/analogix/analogix_dp 0x59a5e731 analogix_dp_start_crc +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/analogix/analogix_dp 0x86f0c236 analogix_dp_remove +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/analogix/analogix_dp 0x880ddc45 analogix_dp_unbind +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/analogix/analogix_dp 0xb70da9ca analogix_dp_resume +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/analogix/analogix_dp 0xcb7020db analogix_dp_suspend +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/analogix/analogix_dp 0xcc3e3174 analogix_dp_stop_crc +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/analogix/analogix_dp 0xe4978c9d anx_dp_aux_transfer +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/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 0x2fe3dde3 dw_hdmi_bind +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 0x316212a8 dw_hdmi_unbind +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 0x329aa052 dw_hdmi_probe +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 0x42926f4a dw_hdmi_resume +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 0x4a9b174f dw_hdmi_remove +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 0x56f72e25 dw_hdmi_set_sample_non_pcm +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 0x6712b5a7 dw_hdmi_phy_gen2_txpwron +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 0x7cf93fde dw_hdmi_set_plugged_cb +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 0x9a91da81 dw_hdmi_set_high_tmds_clock_ratio +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 0x9b44a60b dw_hdmi_phy_gen2_pddq +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 0xc59f9e6f dw_hdmi_phy_gen1_reset +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 0xce27012a dw_hdmi_audio_disable +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 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 0x9c5e34aa dw_mipi_dsi_probe +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-mipi-dsi 0xfebdb59b dw_mipi_dsi_bind +EXPORT_SYMBOL_GPL drivers/gpu/drm/display/drm_display_helper 0xd987bb22 drm_hdcp_check_ksvs_revoked +EXPORT_SYMBOL_GPL drivers/gpu/drm/display/drm_dp_aux_bus 0x0b788b21 devm_of_dp_aux_populate_bus +EXPORT_SYMBOL_GPL drivers/gpu/drm/display/drm_dp_aux_bus 0x8c7d0a35 of_dp_aux_populate_bus +EXPORT_SYMBOL_GPL drivers/gpu/drm/display/drm_dp_aux_bus 0x8e92c2c4 dp_aux_dp_driver_unregister +EXPORT_SYMBOL_GPL drivers/gpu/drm/display/drm_dp_aux_bus 0xea6a98d9 __dp_aux_dp_driver_register +EXPORT_SYMBOL_GPL drivers/gpu/drm/display/drm_dp_aux_bus 0xf5675ccd of_dp_aux_depopulate_bus +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x040b1d8a drm_of_lvds_get_dual_link_pixel_order +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x04c0c3e6 drmm_kstrdup +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x10607f37 drm_of_lvds_get_data_mapping +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x3d88ce4d drm_class_device_unregister +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x420d1d64 drm_do_get_edid +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x4fbd7cc5 drm_of_find_panel_or_bridge +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x506b66cb of_get_drm_panel_display_mode +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x519d8289 drm_bridge_detect +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x5e3997f2 drm_of_component_match_add +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x66cf2f64 drm_display_mode_from_videomode +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x7722b84a drm_bridge_get_edid +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x88d09288 of_get_drm_display_mode +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x8a661b3e drm_of_encoder_active_endpoint +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xa25d45b0 accel_open +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xa86becca drm_of_get_data_lanes_count +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xad885165 drm_bus_flags_from_videomode +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xc17b4b8b drm_bridge_get_modes +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xc44f9176 drm_class_device_register +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xc72ad216 drm_crtc_add_crc_entry +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xd09b068a drm_bridge_hpd_enable +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xd571af79 drm_of_get_data_lanes_count_ep +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xec969a6a drm_gem_dumb_map_offset +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xee318f2c drm_bridge_hpd_notify +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xefbb657f drm_bridge_hpd_disable +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xfe9f72f3 drm_display_mode_to_videomode +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0x19ee9ff2 drm_fb_dma_get_gem_obj +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0x2ddd6921 drm_gem_dma_free +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0x49892626 drm_gem_dma_prime_import_sg_table +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0x4c2120dc drm_gem_dma_vm_ops +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0x748ccac4 drm_fb_dma_get_gem_addr +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0x92a6d9ea drm_gem_dma_get_sg_table +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0x9310157d drm_gem_dma_mmap +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0xadb8ba15 drm_gem_dma_vmap +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0xb15d168c drm_gem_dma_dumb_create_internal +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0xc183248a drm_fb_dma_sync_non_coherent +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0xc40cc265 drm_gem_dma_dumb_create +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0xf6bfd733 drm_gem_dma_create +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0x032cb609 drm_gem_fb_create_with_dirty +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0x051af954 drm_gem_plane_helper_prepare_fb +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0x45eaf682 drm_gem_fb_afbc_init +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0x83577b8f drm_gem_fb_create +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0x9eb62103 drm_gem_fb_get_obj +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0xb851aa5b drm_gem_fb_init_with_funcs +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0xc2c1993a drm_bridge_connector_disable_hpd +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0xc5fffb1d drm_bridge_connector_enable_hpd +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0xd39bb75e drm_gem_fb_create_with_funcs +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0xeb887ae7 drm_bridge_connector_init +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0x00280177 drm_gem_shmem_vm_ops +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0x22f3a32e drm_gem_shmem_create +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0x4de6bbf4 drm_gem_shmem_free +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0x50bea61c drm_gem_shmem_prime_import_sg_table +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0x5fc0132f drm_gem_shmem_mmap +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0x6768bc31 drm_gem_shmem_get_sg_table +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0x8ee15a13 drm_gem_shmem_get_pages_sgt +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0x92b925f5 drm_gem_shmem_dumb_create +EXPORT_SYMBOL_GPL drivers/gpu/drm/imx/imxdrm 0x4c98e1cc imx_drm_encoder_parse_of +EXPORT_SYMBOL_GPL drivers/gpu/drm/imx/imxdrm 0xf44dd0b1 imx_drm_connector_destroy +EXPORT_SYMBOL_GPL drivers/gpu/drm/mcde/mcde_drm 0xee24ab5f mcde_display_init +EXPORT_SYMBOL_GPL drivers/gpu/drm/meson/meson-drm 0x18040c6d meson_vclk_vic_supported_freq +EXPORT_SYMBOL_GPL drivers/gpu/drm/meson/meson-drm 0x2c73cfcf meson_venc_hdmi_venc_repeat +EXPORT_SYMBOL_GPL drivers/gpu/drm/meson/meson-drm 0x43e76569 meson_vclk_dmt_supported_freq +EXPORT_SYMBOL_GPL drivers/gpu/drm/meson/meson-drm 0x87cb7ba4 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 0xa0163034 meson_venc_hdmi_mode_set +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 0x4c2841f5 s6e63m0_remove +EXPORT_SYMBOL_GPL drivers/gpu/drm/panel/panel-samsung-s6e63m0 0xdd7c896e s6e63m0_probe +EXPORT_SYMBOL_GPL drivers/gpu/drm/pl111/pl111_drm 0x7631cc22 pl111_versatile_init +EXPORT_SYMBOL_GPL drivers/gpu/drm/rcar-du/rcar_cmm 0x0373eb4b rcar_cmm_setup +EXPORT_SYMBOL_GPL drivers/gpu/drm/rcar-du/rcar_cmm 0x46d67468 rcar_cmm_disable +EXPORT_SYMBOL_GPL drivers/gpu/drm/rcar-du/rcar_cmm 0xcfa33527 rcar_cmm_enable +EXPORT_SYMBOL_GPL drivers/gpu/drm/rcar-du/rcar_cmm 0xfdf30198 rcar_cmm_init +EXPORT_SYMBOL_GPL drivers/gpu/drm/rcar-du/rcar_lvds 0x14c20180 rcar_lvds_dual_link +EXPORT_SYMBOL_GPL drivers/gpu/drm/rcar-du/rcar_lvds 0x4df6b534 rcar_lvds_is_connected +EXPORT_SYMBOL_GPL drivers/gpu/drm/rcar-du/rcar_lvds 0x7b8addaa rcar_lvds_pclk_enable +EXPORT_SYMBOL_GPL drivers/gpu/drm/rcar-du/rcar_lvds 0xf0827fb2 rcar_lvds_pclk_disable +EXPORT_SYMBOL_GPL drivers/gpu/drm/rcar-du/rcar_mipi_dsi 0x73757a15 rcar_mipi_dsi_pclk_disable +EXPORT_SYMBOL_GPL drivers/gpu/drm/rcar-du/rcar_mipi_dsi 0xd2d58ae1 rcar_mipi_dsi_pclk_enable +EXPORT_SYMBOL_GPL drivers/gpu/drm/rockchip/rockchipdrm 0x45925470 rockchip_rgb_init +EXPORT_SYMBOL_GPL drivers/gpu/drm/rockchip/rockchipdrm 0x8e8dafd9 vop_component_ops +EXPORT_SYMBOL_GPL drivers/gpu/drm/rockchip/rockchipdrm 0xee178749 vop2_component_ops +EXPORT_SYMBOL_GPL drivers/gpu/drm/rockchip/rockchipdrm 0xfead7585 rockchip_rgb_fini +EXPORT_SYMBOL_GPL drivers/gpu/drm/solomon/ssd130x 0x557fc0a8 ssd130x_probe +EXPORT_SYMBOL_GPL drivers/gpu/drm/solomon/ssd130x 0x993aaad2 ssd130x_remove +EXPORT_SYMBOL_GPL drivers/gpu/drm/solomon/ssd130x 0xa7d0e053 ssd130x_shutdown +EXPORT_SYMBOL_GPL drivers/gpu/host1x/host1x 0x0b330229 host1x_memory_context_alloc +EXPORT_SYMBOL_GPL drivers/gpu/host1x/host1x 0x88549e8f host1x_memory_context_put +EXPORT_SYMBOL_GPL drivers/gpu/host1x/host1x 0xb9489ee4 host1x_memory_context_get +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 0x05fc4f99 ipu_cpmem_set_format_rgb +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x0728116a ipu_csi_disable +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x0a66cfce ipu_idmac_wait_busy +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x0ae7439d ipu_map_irq +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x0c2912ff ipu_dp_enable +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x0d8de4b6 ipu_idmac_put +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 0x17d33953 ipu_idmac_disable_channel +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 0x18d1779a ipu_di_get +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x1bbe4e8f ipu_set_ic_src_mux +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x1dc8352b ipu_idmac_get_current_buffer +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 0x21b15d7d ipu_cpmem_set_fmt +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x2410e8dd ipu_srm_dp_update +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 0x25cd5b88 ipu_idmac_select_buffer +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x297ccace ipu_dump +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 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 0x39560e9d ipu_idmac_set_double_buffer +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x3c559ad8 ipu_module_disable +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x3db01d41 ipu_ic_task_idma_init +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x3e86ea72 ipu_di_get_num +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x418a282f ipu_drm_fourcc_to_colorspace +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x42c48a07 ipu_cpmem_set_block_mode +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 0x457445cc ipu_prg_channel_configure_pending +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x4917f47a ipu_ic_dump +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x49269baa ipu_idmac_enable_watermark +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 0x49e0abfe ipu_ic_get +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 0x530d7be0 ipu_fsu_link +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x535d2c55 ipu_idmac_clear_buffer +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x53de277c ipu_di_enable +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x55767280 ipu_vdi_set_motion +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x55be1b03 ipu_prg_present +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x55be7437 ipu_cpmem_set_stride +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x572f50bf ipu_cpmem_set_yuv_planar_full +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x578425f7 ipu_cpmem_interlaced_scan +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x57aca58e ipu_set_csi_src_mux +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x580d2f81 ipu_vdi_put +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 0x5f54c605 ipu_image_convert_sync +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x60bdf2ec ipu_csi_put +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x6111bff6 ipu_prg_channel_disable +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 0x63254b32 ipu_prg_enable +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x6387909d ipu_prg_format_supported +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x663c0ca3 ipu_get_num +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x67e2daf9 ipu_fsu_unlink +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x6edb3c62 ipu_cpmem_set_high_priority +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x6ee79f3c ipu_image_convert_prepare +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x7068e939 ipu_dc_put +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x7266a1a2 ipu_idmac_get +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x743d77dd ipu_module_enable +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x75881eeb ipu_idmac_buffer_is_ready +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x79e7fd64 ipu_cpmem_set_rotation +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x802e8b59 ipu_prg_disable +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x80b356e0 ipu_idmac_channel_irq +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x83dd510c ipu_cpmem_zero +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x83e075c8 ipu_dmfc_get +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x8497c7d4 ipu_degrees_to_rot_mode +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x850c5924 ipu_cpmem_set_axi_id +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x886c35aa ipu_smfc_map_channel +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x8a9458d2 ipu_image_convert_verify +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x8d2ed67b ipu_cpmem_set_yuv_interleaved +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x8eb22643 ipu_dp_set_global_alpha +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x9033ea50 ipu_csi_get +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x9058e289 ipu_smfc_put +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x91ce1a04 ipu_dp_set_window_pos +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x951a09d5 ipu_csi_enable +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x977f865b ipu_idmac_link +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x9a6a9704 ipu_idmac_channel_busy +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x9dbd5905 ipu_ic_calc_csc +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x9f38e177 ipu_dp_enable_channel +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0xa19f8cfa ipu_cpmem_skip_odd_chroma_rows +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 0xa5660704 ipu_idmac_enable_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 0xa619c185 ipu_cpmem_get_burstsize +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 0xa809113f ipu_prg_channel_configure +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 0xaa99fd11 ipu_cpmem_set_image +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0xad47fd7c ipu_image_convert +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0xaea29d8c ipu_dp_get +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0xb5305017 ipu_cpmem_set_burstsize +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0xb6d7a00b ipu_cpmem_set_buffer +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0xb9a9caf1 ipu_dc_enable +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 0xbd2347b6 ipu_dp_disable +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0xbf7c86bf ipu_dc_get +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 0xc29dae89 ipu_cpmem_dump +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0xc3c2cdb0 ipu_smfc_disable +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0xc4af2e81 ipu_dmfc_config_wait4eot +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0xc4b15642 ipu_csi_set_skip_smfc +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0xc603fac7 ipu_image_convert_adjust +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0xc6675aa9 ipu_csi_dump +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0xc677177d ipu_smfc_enable +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0xc9393766 ipu_cpmem_set_format_passthrough +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0xc97e7a0f ipu_di_disable +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0xcaf7fc59 ipu_cpmem_set_uv_offset +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0xcb3d8bed ipu_idmac_lock_enable +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 0xd8f285f0 ipu_vdi_setup +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0xe6243c52 ipu_dc_enable_channel +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0xeea12b31 ipu_vdi_enable +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0xef964eb7 ipu_csi_init_interface +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0xeff1af7c ipu_dc_disable +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0xf1440dc1 ipu_ic_put +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0xf1abac7e ipu_csi_set_downsize +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0xf541df2d ipu_vdi_disable +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0xf6a78a88 ipu_smfc_get +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0xf80363e4 ipu_vdi_get +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0xfdef5815 ipu_idmac_unlink +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0xfe0afa07 ipu_cpmem_set_resolution +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x05a1a6ff gb_hd_shutdown +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x0ace92b3 gb_connection_create_offloaded +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x0b839961 gb_hd_output +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x10bbf1d8 greybus_message_sent +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x1285a038 gb_connection_latency_tag_disable +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x14028e17 __SCK__tp_func_gb_hd_add +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x14564300 gb_connection_enable +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x158a8186 __tracepoint_gb_hd_add +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x15d1942f greybus_disabled +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x19c8e4e0 __tracepoint_gb_hd_create +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x1a2ff8b9 gb_hd_put +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x1d7b762c gb_connection_disable_rx +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x2057346b gb_operation_response_alloc +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x246f7008 gb_hd_cport_reserve +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x2821e34d __traceiter_gb_hd_add +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x3ab3a6f5 gb_operation_request_send +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x3bd11d0d gb_operation_create_flags +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x3ca33924 gb_hd_add +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x43062efa gb_debugfs_get +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x496b2f8f gb_svc_intf_set_power_mode +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x4d0a9e34 gb_connection_disable +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x52c1a68e __traceiter_gb_message_submit +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x572d342f gb_interface_request_mode_switch +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x573673fe gb_connection_latency_tag_enable +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x62c29ed2 gb_operation_put +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x661f42d8 greybus_data_rcvd +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x6b836c52 gb_connection_destroy +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x6d3bb9ec __SCK__tp_func_gb_message_submit +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x7bfa420b __tracepoint_gb_hd_release +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x7d965026 greybus_register_driver +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x7e6beccc gb_operation_unidirectional_timeout +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x81e221fb __SCK__tp_func_gb_hd_create +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x89f514a1 __SCK__tp_func_gb_hd_in +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x8b0925a8 __traceiter_gb_hd_del +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x9c14d829 gb_operation_cancel +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xa617c788 gb_operation_sync_timeout +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xa8761087 gb_connection_enable_tx +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xaa130319 gb_operation_result +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xaf16df17 gb_operation_get +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xb31e3a6c __traceiter_gb_hd_in +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xb672e520 gb_connection_create +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xb7dac26f __tracepoint_gb_message_submit +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xba776bf4 gb_operation_get_payload_size_max +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xc500f14a gb_hd_del +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xcf51dc31 __traceiter_gb_hd_release +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xd0c94ab0 gb_operation_request_send_sync_timeout +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xd601be8f gb_connection_create_flags +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xd85bfc1d __traceiter_gb_hd_create +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xda8b83e0 __tracepoint_gb_hd_in +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xe3505a73 gb_hd_cport_release_reserved +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xe7fb1d4d gb_hd_create +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xeac79e1a __SCK__tp_func_gb_hd_del +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xeb4f918b __tracepoint_gb_hd_del +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xf107a122 __SCK__tp_func_gb_hd_release +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xf13d1b5e gb_connection_disable_forced +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xf76ad4d5 greybus_deregister_driver +EXPORT_SYMBOL_GPL drivers/hid/hid 0x0099461b hid_destroy_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0x05495392 hid_debug +EXPORT_SYMBOL_GPL drivers/hid/hid 0x09dea35e hid_dump_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0x101619d7 hidinput_disconnect +EXPORT_SYMBOL_GPL drivers/hid/hid 0x14b47864 hidinput_connect +EXPORT_SYMBOL_GPL drivers/hid/hid 0x19d52f1f hid_quirks_exit +EXPORT_SYMBOL_GPL drivers/hid/hid 0x1fb06b93 hid_dump_field +EXPORT_SYMBOL_GPL drivers/hid/hid 0x21317ab1 hid_driver_resume +EXPORT_SYMBOL_GPL drivers/hid/hid 0x217beea6 __hid_register_driver +EXPORT_SYMBOL_GPL drivers/hid/hid 0x29257aac hid_disconnect +EXPORT_SYMBOL_GPL drivers/hid/hid 0x2ddaa5dd hid_resolv_usage +EXPORT_SYMBOL_GPL drivers/hid/hid 0x2fb74187 hid_set_field +EXPORT_SYMBOL_GPL drivers/hid/hid 0x394f50d8 hid_dump_input +EXPORT_SYMBOL_GPL drivers/hid/hid 0x3acb3a0f hid_hw_start +EXPORT_SYMBOL_GPL drivers/hid/hid 0x3cf17229 hidinput_calc_abs_res +EXPORT_SYMBOL_GPL drivers/hid/hid 0x42d81973 hid_hw_open +EXPORT_SYMBOL_GPL drivers/hid/hid 0x444a64c5 hid_lookup_quirk +EXPORT_SYMBOL_GPL drivers/hid/hid 0x47b47a84 hid_compare_device_paths +EXPORT_SYMBOL_GPL drivers/hid/hid 0x4f72e106 hid_dump_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0x54df46a8 hidinput_count_leds +EXPORT_SYMBOL_GPL drivers/hid/hid 0x640c71cd hid_debug_event +EXPORT_SYMBOL_GPL drivers/hid/hid 0x66d6c6e3 hid_unregister_driver +EXPORT_SYMBOL_GPL drivers/hid/hid 0x6b0483bc hid_ignore +EXPORT_SYMBOL_GPL drivers/hid/hid 0x6d097e2f hid_input_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0x73ac5471 hid_setup_resolution_multiplier +EXPORT_SYMBOL_GPL drivers/hid/hid 0x76a693f6 hid_open_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0x8172079c hid_parse_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0x83c08edd hid_match_id +EXPORT_SYMBOL_GPL drivers/hid/hid 0x87038ace hidinput_report_event +EXPORT_SYMBOL_GPL drivers/hid/hid 0x876990c8 hid_alloc_report_buf +EXPORT_SYMBOL_GPL drivers/hid/hid 0x89e486f1 hid_driver_reset_resume +EXPORT_SYMBOL_GPL drivers/hid/hid 0x8b13a8b8 hid_snto32 +EXPORT_SYMBOL_GPL drivers/hid/hid 0x8e9742f9 hidraw_connect +EXPORT_SYMBOL_GPL drivers/hid/hid 0x903974c7 hid_report_raw_event +EXPORT_SYMBOL_GPL drivers/hid/hid 0x919ce443 hid_hw_stop +EXPORT_SYMBOL_GPL drivers/hid/hid 0x91f137bc hid_allocate_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0x982b6406 hid_hw_raw_request +EXPORT_SYMBOL_GPL drivers/hid/hid 0x9cdd4beb hidraw_report_event +EXPORT_SYMBOL_GPL drivers/hid/hid 0xa57d9c41 hid_match_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0xa788c50f hid_check_keys_pressed +EXPORT_SYMBOL_GPL drivers/hid/hid 0xaa0a2b4b hid_add_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0xaab5bae4 hid_field_extract +EXPORT_SYMBOL_GPL drivers/hid/hid 0xbea04435 hid_output_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0xcc496747 hid_register_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0xcfa3686a hid_connect +EXPORT_SYMBOL_GPL drivers/hid/hid 0xd4e86014 hid_hw_close +EXPORT_SYMBOL_GPL drivers/hid/hid 0xd9bbe9d5 hidinput_get_led_field +EXPORT_SYMBOL_GPL drivers/hid/hid 0xdc737436 hid_hw_output_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0xe7295af7 hid_validate_values +EXPORT_SYMBOL_GPL drivers/hid/hid 0xe90797d5 hid_driver_suspend +EXPORT_SYMBOL_GPL drivers/hid/hid 0xf1d374d3 __hid_request +EXPORT_SYMBOL_GPL drivers/hid/hid 0xf6f9fb03 hid_hw_request +EXPORT_SYMBOL_GPL drivers/hid/hid 0xf76907d0 hidraw_disconnect +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 0x94ff5246 roccat_connect +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0x041e34f6 roccat_common2_sysfs_write +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0x1dfe281d roccat_common2_device_init_struct +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0x2f272926 roccat_common2_sysfs_read +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0x41d8cc29 roccat_common2_send +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0x57b67161 roccat_common2_send_with_status +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0x955e2cd2 roccat_common2_receive +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x008859c7 sensor_hub_device_open +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x0ec6b94e sensor_hub_set_feature +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x7499a419 hid_sensor_get_usage_index +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x990f9a2c sensor_hub_register_callback +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0xa077b99a sensor_hub_get_feature +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0xaf4cd73c sensor_hub_input_get_attribute_info +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0xb0b2da1d sensor_hub_input_attr_get_raw_value +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0xb8013f1b sensor_hub_remove_callback +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0xf354be13 sensor_hub_device_close +EXPORT_SYMBOL_GPL drivers/hid/hid-vivaldi-common 0xb0710603 vivaldi_feature_mapping +EXPORT_SYMBOL_GPL drivers/hid/hid-vivaldi-common 0xfcad5ba1 vivaldi_attribute_groups +EXPORT_SYMBOL_GPL drivers/hid/i2c-hid/i2c-hid 0x28a80f23 i2c_hid_core_remove +EXPORT_SYMBOL_GPL drivers/hid/i2c-hid/i2c-hid 0x40d989a5 i2c_hid_core_probe +EXPORT_SYMBOL_GPL drivers/hid/i2c-hid/i2c-hid 0x63fec165 i2c_hid_core_shutdown +EXPORT_SYMBOL_GPL drivers/hid/i2c-hid/i2c-hid 0x937ffd70 i2c_hid_core_pm +EXPORT_SYMBOL_GPL drivers/hid/i2c-hid/i2c-hid 0xffd91464 i2c_hid_ll_driver +EXPORT_SYMBOL_GPL drivers/hid/uhid 0xede80ff0 uhid_hid_driver +EXPORT_SYMBOL_GPL drivers/hid/usbhid/usbhid 0x3fb20862 usb_hid_driver +EXPORT_SYMBOL_GPL drivers/hid/usbhid/usbhid 0xa09886f0 hiddev_hid_event +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x09c8c2f9 hsi_unregister_port_event +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x2088d025 hsi_put_controller +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x2114132d hsi_unregister_controller +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x29c2db23 hsi_new_client +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x47a6cc66 hsi_remove_client +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x47ef633d hsi_claim_port +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x4d050589 hsi_release_port +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x5210a5bf hsi_board_list +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x5ea30b5f hsi_get_channel_id_by_name +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x6d6880eb hsi_add_clients_from_dt +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x92beda7f hsi_alloc_controller +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xa0c80c04 hsi_event +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xa5d61e1d hsi_port_unregister_clients +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xb2bf874c hsi_register_port_event +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xcf238b74 hsi_free_msg +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xd11daed5 hsi_register_controller +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xdd35b007 hsi_alloc_msg +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xe2ba6f2d hsi_async +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xeb00591a hsi_register_client_driver +EXPORT_SYMBOL_GPL drivers/hwmon/adt7x10 0xe824de7f 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 0x1566af0b nct6775_show_beep +EXPORT_SYMBOL_GPL drivers/hwmon/nct6775-core 0x177c0921 nct6775_update_device +EXPORT_SYMBOL_GPL drivers/hwmon/nct6775-core 0x74ba566d nct6775_store_beep +EXPORT_SYMBOL_GPL drivers/hwmon/nct6775-core 0x9d109d69 nct6775_show_alarm +EXPORT_SYMBOL_GPL drivers/hwmon/nct6775-core 0xe73d8d8e nct6775_probe +EXPORT_SYMBOL_GPL drivers/hwmon/nct6775-core 0xece96175 nct6775_reg_is_word_sized +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0x2a2f006c intel_th_trace_enable +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0x4995d92c intel_th_trace_disable +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0x5099b0b0 intel_th_output_enable +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0x819d400a intel_th_trace_switch +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0x86fde2aa intel_th_driver_register +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0x9ba1eb2f intel_th_driver_unregister +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0xaf0afa8a intel_th_alloc +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0xbf92d30d intel_th_set_output +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0xd284e5f0 intel_th_free +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th_msu 0x73888ce9 intel_th_msu_buffer_register +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th_msu 0x7a98c056 intel_th_msu_buffer_unregister +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th_msu 0x88e18a8a intel_th_msc_window_unlock +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0x164e0f2d stm_unregister_protocol +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0x16a69c5f stm_source_register_device +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0x358f2a0b stm_data_write +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0x547676ec stm_register_device +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0x5935a2fd stm_source_write +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0xa7830e76 to_pdrv_policy_node +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0xe58ca5ee stm_unregister_device +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0xfc86d7a9 stm_register_protocol +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0xfd2d245d stm_source_unregister_device +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-ccgx-ucsi 0xb4e1533d i2c_new_ccgx_ucsi +EXPORT_SYMBOL_GPL drivers/i2c/i2c-mux 0x1ee60637 i2c_mux_del_adapters +EXPORT_SYMBOL_GPL drivers/i2c/i2c-mux 0x2e48ecda i2c_mux_alloc +EXPORT_SYMBOL_GPL drivers/i2c/i2c-mux 0xaa232463 i2c_mux_add_adapter +EXPORT_SYMBOL_GPL drivers/i2c/i2c-mux 0xd0342d90 i2c_root_adapter +EXPORT_SYMBOL_GPL drivers/i2c/i2c-smbus 0x4f1c655d i2c_new_slave_host_notify_device +EXPORT_SYMBOL_GPL drivers/i2c/i2c-smbus 0x7bfc1037 i2c_register_spd +EXPORT_SYMBOL_GPL drivers/i2c/i2c-smbus 0x8e86f9d8 i2c_free_slave_host_notify_device +EXPORT_SYMBOL_GPL drivers/i2c/i2c-smbus 0xb52c76ea i2c_handle_smbus_alert +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x07ec6503 i3c_master_unregister +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x10fb65db i3c_device_match_id +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x1cae2da4 i3c_master_defslvs_locked +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x2a3bd23d i3c_master_set_info +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x3a30c50e i3c_device_request_ibi +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x43f8fe61 i3c_device_do_setdasa +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x46144a9c i3c_driver_register_with_owner +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x5cbc837d i3c_master_queue_ibi +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x60132ead i3c_master_get_free_addr +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x65989f17 dev_to_i3cdev +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x672ee65f i3c_device_get_info +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x68be1e37 i3c_master_disec_locked +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x6f63ad44 i3c_master_entdaa_locked +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x72e77898 i3c_master_enec_locked +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x76fe3e05 i3c_generic_ibi_free_pool +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x7bd87aa2 i3cdev_to_dev +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x7ceded96 i3c_driver_unregister +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x833e0ffa i3c_generic_ibi_alloc_pool +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x8f74f128 i3c_device_free_ibi +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xa18cf974 i3c_device_disable_ibi +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xa6b2a011 i3c_master_register +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xae205fef i3c_master_do_daa +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xbe6c51c2 i3c_generic_ibi_recycle_slot +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xc2f786d4 i3c_master_add_i3c_dev_locked +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xc72cbacc i3c_generic_ibi_get_free_slot +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xf529b33d i3c_device_do_priv_xfers +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xf5bd0864 i3c_device_enable_ibi +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 0x54addbc8 iio_channel_cb_get_iio_dev +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-cb 0x6a92b098 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 0xdd4ad50e 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 0x203a50c8 iio_dma_buffer_exit +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0x51bb1ffc iio_dma_buffer_block_list_abort +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0x5760165b iio_dma_buffer_request_update +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0x6685cfa4 iio_dma_buffer_read +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0x6b3140c6 iio_dma_buffer_set_bytes_per_datum +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0x6e3bac0e iio_dma_buffer_set_length +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0x8ce68f6f iio_dma_buffer_data_available +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0x8fb13d2e iio_dma_buffer_block_done +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0xb0ad36e3 iio_dma_buffer_release +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0xe382c764 iio_dma_buffer_disable +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0xf3a736c6 iio_dma_buffer_init +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0xfdbbcc33 iio_dma_buffer_enable +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dmaengine 0xc194a508 devm_iio_dmaengine_buffer_setup +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-hw-consumer 0x0832f7cc 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 0x9fe9b67d 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 0xbdbc9dc0 devm_iio_triggered_buffer_setup_ext +EXPORT_SYMBOL_GPL drivers/iio/buffer/kfifo_buf 0xc780c9d7 devm_iio_kfifo_buffer_setup_ext +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0x226b41d2 cros_ec_sensors_core_init +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0x425fe1ab cros_ec_motion_send_host_cmd +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0x70e7cc56 cros_ec_sensors_core_write +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0x9275f375 cros_ec_sensors_read_lpc +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0x92cab857 cros_ec_sensors_pm_ops +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0x96dced1b 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 0xc6df68aa cros_ec_sensors_ext_info +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0xcb5901e5 cros_ec_sensors_read_cmd +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0xded00957 cros_ec_sensors_push_data +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0xf4ee6d22 cros_ec_sensors_core_register +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0xfcc26233 cros_ec_sensors_core_read +EXPORT_SYMBOL_GPL drivers/iio/gyro/bmg160_core 0x2ab4b2d1 bmg160_core_remove +EXPORT_SYMBOL_GPL drivers/iio/gyro/bmg160_core 0x4afb4819 bmg160_pm_ops +EXPORT_SYMBOL_GPL drivers/iio/gyro/bmg160_core 0xb985f54c bmg160_core_probe +EXPORT_SYMBOL_GPL drivers/iio/imu/fxos8700_core 0xf8b90752 fxos8700_core_probe +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x008ab3a1 iio_buffer_enabled +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x0b168cc5 devm_iio_trigger_register +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x20ce344a iio_format_value +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x236ff812 iio_device_claim_buffer_mode +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x268b67d2 iio_channel_get_all +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x26f6b499 iio_str_to_fixpoint +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x294670b6 iio_dealloc_pollfunc +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x2cb62d12 iio_read_channel_processed_scale +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x2eeade3b iio_read_avail_channel_attribute +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x33be3627 iio_map_array_unregister +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x367d4b76 iio_enum_available_read +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x36846727 __devm_iio_trigger_alloc +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x3713da25 iio_alloc_pollfunc +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x3d014c08 iio_device_attach_buffer +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x3e0f371a iio_channel_get +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x3e6e9436 iio_device_claim_direct_mode +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x56c93e02 devm_iio_channel_get +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x5df61a2c __devm_iio_device_register +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x6014ada4 iio_get_channel_type +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x66abb546 iio_read_channel_attribute +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x7082ccba iio_push_to_buffers_with_ts_unaligned +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x79e10412 iio_convert_raw_to_processed +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x79e223af iio_read_avail_channel_raw +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x819daf74 iio_write_channel_attribute +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x871e7d50 iio_channel_release +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x87c17591 devm_iio_device_alloc +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x87f8a2a2 iio_enum_read +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x8cb72836 iio_read_channel_scale +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x955acac2 iio_write_channel_ext_info +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x98d4f012 iio_read_channel_average_raw +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x9f0d9649 iio_enum_write +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xa0bf6e6d iio_read_channel_processed +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xa4db37c7 iio_read_channel_ext_info +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xa6b45677 iio_write_channel_raw +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xaa90f5e3 devm_fwnode_iio_channel_get_by_name +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xb1e2e43f iio_map_array_register +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xb53439d6 iio_buffer_get +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xb57d7160 fwnode_iio_channel_get_by_name +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xc194a3ef devm_iio_channel_get_all +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xc402c040 iio_channel_release_all +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xd1ed3cc5 iio_validate_scan_mask_onehot +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xd6792f39 iio_pop_from_buffer +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xdfbba2ea devm_iio_map_array_register +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xe033c016 iio_read_channel_raw +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xe0c16390 iio_read_max_channel_raw +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xe6c3ebb8 iio_device_id +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xeb440265 iio_get_channel_ext_info_count +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xed4c5512 iio_device_release_direct_mode +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xed6f1e14 iio_device_get_current_mode +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xede0125e iio_show_mount_matrix +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xeeaa6828 iio_get_debugfs_dentry +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xeef41935 iio_push_to_buffers +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xf04d3936 iio_device_release_buffer_mode +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xf61d2ca1 iio_buffer_put +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xf91e7ec1 iio_read_channel_offset +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xf9ad0119 iio_update_buffers +EXPORT_SYMBOL_GPL drivers/infiniband/core/ib_core 0xdbd019c4 ib_wq +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0x0fa31459 rtrs_iu_post_send +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0x1bf27713 rtrs_iu_alloc +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0x3d973573 rtrs_send_hb_ack +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0x50bec072 rtrs_start_hb +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0x5a5ea1d3 rtrs_iu_post_recv +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0x73b7c845 rtrs_stop_hb +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0x78225bdf rtrs_cq_qp_destroy +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0x93dbc77f rtrs_init_hb +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0x958b5be4 rtrs_post_recv_empty +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0xc8710853 rtrs_iu_post_rdma_write_imm +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0xd141b594 rtrs_iu_free +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0xd9ee6deb rtrs_cq_qp_create +EXPORT_SYMBOL_GPL drivers/input/ff-memless 0xa2e069b3 input_ff_create_memless +EXPORT_SYMBOL_GPL drivers/input/matrix-keymap 0x85290ea3 matrix_keypad_parse_properties +EXPORT_SYMBOL_GPL drivers/input/misc/adxl34x 0x66535a18 adxl34x_suspend +EXPORT_SYMBOL_GPL drivers/input/misc/adxl34x 0x7a53227a adxl34x_probe +EXPORT_SYMBOL_GPL drivers/input/misc/adxl34x 0xe4586827 adxl34x_resume +EXPORT_SYMBOL_GPL drivers/input/misc/adxl34x 0xec511022 adxl34x_remove +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x21f4763c rmi_driver_suspend +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x267aa5a5 rmi_2d_sensor_of_probe +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x3ab0dc06 rmi_2d_sensor_abs_process +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x3c820515 rmi_dbg +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x3eb4d4bf rmi_of_property_read_u32 +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x7a71c2dd rmi_2d_sensor_configure_input +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x821b0af0 rmi_set_attn_data +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x9143bfc4 __rmi_register_function_handler +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0xaf39116e rmi_unregister_function_handler +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0xb2c99d19 rmi_driver_resume +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0xbe46c707 rmi_2d_sensor_rel_report +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0xc39b0a0b rmi_2d_sensor_abs_report +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0xd9862581 rmi_register_transport_device +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp4_core 0x20e29c7d cyttsp4_remove +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp4_core 0x6cb98b7d cyttsp4_pm_ops +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp4_core 0xc9501a10 cyttsp4_probe +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_core 0x59772406 cyttsp_probe +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_core 0xa191222f cyttsp_pm_ops +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_i2c_common 0x5d521b9f cyttsp_i2c_read_block_data +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_i2c_common 0xb5d76ab4 cyttsp_i2c_write_block_data +EXPORT_SYMBOL_GPL drivers/input/touchscreen/tsc200x-core 0x6131629e tsc200x_probe +EXPORT_SYMBOL_GPL drivers/input/touchscreen/tsc200x-core 0x7899817c tsc200x_pm_ops +EXPORT_SYMBOL_GPL drivers/input/touchscreen/tsc200x-core 0xade99440 tsc200x_remove +EXPORT_SYMBOL_GPL drivers/input/touchscreen/tsc200x-core 0xd4aa2391 tsc200x_regmap_config +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x05a5c6a8 wm97xx_register_mach_ops +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x164f8e77 wm97xx_reg_write +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x1b67438d wm97xx_reg_read +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x4078cddc wm97xx_set_gpio +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x4dee5476 wm97xx_config_gpio +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x6c984b72 wm9712_codec +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x71265628 wm9705_codec +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x7a3ecd36 wm97xx_unregister_mach_ops +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x8e66d1e5 wm97xx_get_gpio +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xa0324bec wm9713_codec +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xd9cb36da wm97xx_set_suspend_mode +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xdd47ce38 wm97xx_read_aux_adc +EXPORT_SYMBOL_GPL drivers/interconnect/imx/imx-interconnect 0x316f59e5 imx_icc_unregister +EXPORT_SYMBOL_GPL drivers/interconnect/imx/imx-interconnect 0xfcb71f25 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 0x89e333ce 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 0x16852fdc qcom_icc_rpmh_remove +EXPORT_SYMBOL_GPL drivers/interconnect/qcom/icc-rpmh 0x65546616 qcom_icc_aggregate +EXPORT_SYMBOL_GPL drivers/interconnect/qcom/icc-rpmh 0x98b6f9a5 qcom_icc_set +EXPORT_SYMBOL_GPL drivers/interconnect/qcom/icc-rpmh 0xa91aec98 qcom_icc_rpmh_probe +EXPORT_SYMBOL_GPL drivers/interconnect/qcom/icc-rpmh 0xed54f168 qcom_icc_bcm_init +EXPORT_SYMBOL_GPL drivers/interconnect/qcom/icc-rpmh 0xfe931001 qcom_icc_pre_aggregate +EXPORT_SYMBOL_GPL drivers/interconnect/qcom/icc-smd-rpm 0x81e513ad qcom_icc_rpm_smd_available +EXPORT_SYMBOL_GPL drivers/interconnect/qcom/icc-smd-rpm 0xe8dbdc6c qcom_icc_rpm_smd_send +EXPORT_SYMBOL_GPL drivers/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 0x07516333 ipack_device_add +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x17f79ab9 ipack_device_init +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x23cf8684 ipack_bus_register +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x47041608 ipack_get_device +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x58ef4b5b ipack_device_del +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x6b708cca ipack_driver_unregister +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x77f9d883 ipack_driver_register +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0xbd0fd9d3 ipack_put_device +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0xf2743d51 ipack_bus_unregister +EXPORT_SYMBOL_GPL drivers/leds/led-class-flash 0x14133a9f devm_led_classdev_flash_unregister +EXPORT_SYMBOL_GPL drivers/leds/led-class-flash 0x481bff96 devm_led_classdev_flash_register_ext +EXPORT_SYMBOL_GPL drivers/leds/led-class-flash 0x7c51d083 led_classdev_flash_unregister +EXPORT_SYMBOL_GPL drivers/leds/led-class-flash 0x817f7c17 led_update_flash_brightness +EXPORT_SYMBOL_GPL drivers/leds/led-class-flash 0x916fa4a9 led_set_flash_timeout +EXPORT_SYMBOL_GPL drivers/leds/led-class-flash 0xa8bcddce led_set_flash_brightness +EXPORT_SYMBOL_GPL drivers/leds/led-class-flash 0xaba433d8 led_get_flash_fault +EXPORT_SYMBOL_GPL drivers/leds/led-class-flash 0xea821ea3 led_classdev_flash_register_ext +EXPORT_SYMBOL_GPL drivers/leds/led-class-multicolor 0x37a6bc68 devm_led_classdev_multicolor_unregister +EXPORT_SYMBOL_GPL drivers/leds/led-class-multicolor 0x461b953d devm_led_classdev_multicolor_register_ext +EXPORT_SYMBOL_GPL drivers/leds/led-class-multicolor 0x64d14c5d led_classdev_multicolor_unregister +EXPORT_SYMBOL_GPL drivers/leds/led-class-multicolor 0xd38f6141 led_classdev_multicolor_register_ext +EXPORT_SYMBOL_GPL drivers/leds/led-class-multicolor 0xea828c6f led_mc_calc_color_components +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x2451a205 lp55xx_register_sysfs +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x2a9eea29 lp55xx_update_bits +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x36b2b019 lp55xx_write +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x735ae427 lp55xx_read +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0xa9976fbf lp55xx_deinit_device +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0xb9496dcd lp55xx_is_extclk_used +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0xbdbe207f lp55xx_unregister_sysfs +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0xc874ed79 lp55xx_of_populate_pdata +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0xed0738e1 lp55xx_init_device +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0xeec30e90 lp55xx_register_leds +EXPORT_SYMBOL_GPL drivers/leds/trigger/ledtrig-audio 0x3bd45b0d ledtrig_audio_set +EXPORT_SYMBOL_GPL drivers/leds/trigger/ledtrig-audio 0xce593c22 ledtrig_audio_get +EXPORT_SYMBOL_GPL drivers/leds/trigger/ledtrig-camera 0x749e05f2 ledtrig_flash_ctrl +EXPORT_SYMBOL_GPL drivers/leds/trigger/ledtrig-camera 0x7903e46e ledtrig_torch_ctrl +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x01e370de __traceiter_bcache_btree_node_alloc +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x05907c93 __tracepoint_bcache_btree_insert_key +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x06bceaa1 __SCK__tp_func_bcache_btree_gc_coalesce +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x0a62aea7 __tracepoint_bcache_btree_cache_cannibalize +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x0aeea0fa __traceiter_bcache_read +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x0bc0be45 __SCK__tp_func_bcache_bypass_sequential +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x0bc9a2b7 __traceiter_bcache_btree_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x0c6ba681 __traceiter_bcache_btree_node_free +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x0f356575 __traceiter_bcache_bypass_sequential +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x15f3de09 __SCK__tp_func_bcache_read_retry +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x17a0aff2 __traceiter_bcache_btree_node_split +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 0x25bbd6d5 __tracepoint_bcache_btree_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x26448caf __traceiter_bcache_btree_node_alloc_fail +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x2766fb04 __traceiter_bcache_journal_replay_key +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x2af60833 __SCK__tp_func_bcache_writeback_collision +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x30556300 __tracepoint_bcache_btree_node_alloc +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x3079df16 __tracepoint_bcache_gc_end +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x31057c80 __tracepoint_bcache_journal_entry_full +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x3f85a791 __traceiter_bcache_journal_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x46c66897 __SCK__tp_func_bcache_btree_read +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x46e024ae __traceiter_bcache_gc_end +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x4a2d1241 __SCK__tp_func_bcache_btree_node_compact +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x5124cfe3 __traceiter_bcache_invalidate +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x51d0e534 __SCK__tp_func_bcache_btree_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x56a8b21c __traceiter_bcache_journal_full +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x5a227cbf __tracepoint_bcache_gc_copy +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x5b82c47b __traceiter_bcache_btree_read +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 0x628aeadd __tracepoint_bcache_read +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x6457cb54 __tracepoint_bcache_journal_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x64e39418 __traceiter_bcache_writeback_collision +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x6697827f __SCK__tp_func_bcache_writeback +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x67abbb76 __tracepoint_bcache_btree_node_compact +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x6ba43974 __traceiter_bcache_btree_cache_cannibalize +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x6e74dca7 __SCK__tp_func_bcache_btree_node_free +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x71388d39 __tracepoint_bcache_journal_full +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x7267dab1 __tracepoint_bcache_request_start +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x72a3de4b __tracepoint_bcache_invalidate +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x75f651a1 __traceiter_bcache_btree_insert_key +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x79eeb380 __SCK__tp_func_bcache_gc_copy_collision +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x7a4f9ac2 __traceiter_bcache_bypass_congested +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x7b6679bd __tracepoint_bcache_alloc_fail +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x7dd9aba2 __traceiter_bcache_alloc_fail +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x803c2c0b __tracepoint_bcache_btree_node_alloc_fail +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x80e3881d __SCK__tp_func_bcache_request_end +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x82fa505e __tracepoint_bcache_btree_gc_coalesce +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x8ad20d61 __SCK__tp_func_bcache_request_start +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x8ae53615 __tracepoint_bcache_cache_insert +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x8f8604ba __tracepoint_bcache_bypass_sequential +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x92662b95 __tracepoint_bcache_writeback_collision +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x94e16d6f __traceiter_bcache_btree_set_root +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x98ddc365 __tracepoint_bcache_bypass_congested +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x9a170b91 __traceiter_bcache_gc_start +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x9a6f4d9f __SCK__tp_func_bcache_read +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x9c271314 __tracepoint_bcache_btree_read +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x9c29a067 __tracepoint_bcache_gc_start +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x9ce21c84 __SCK__tp_func_bcache_journal_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x9d23546a __tracepoint_bcache_btree_set_root +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 0xb72639df __traceiter_bcache_request_end +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xba0b593b __traceiter_bcache_btree_node_compact +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xba843c3f __SCK__tp_func_bcache_gc_end +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xc7fd0138 __tracepoint_bcache_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xc8ae4213 __SCK__tp_func_bcache_btree_node_alloc +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xcbd84034 __traceiter_bcache_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xcf12a58a __tracepoint_bcache_read_retry +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xd571f15f __traceiter_bcache_read_retry +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xda06fe86 __SCK__tp_func_bcache_btree_node_alloc_fail +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xda554237 __tracepoint_bcache_btree_node_split +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xdba23768 __tracepoint_bcache_journal_replay_key +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xe16c06b3 __SCK__tp_func_bcache_gc_start +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xe262e7c0 __traceiter_bcache_request_start +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xe5353412 __traceiter_bcache_journal_entry_full +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xe754d114 __tracepoint_bcache_writeback +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 0xf488bbfc __tracepoint_bcache_request_end +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xf6249e5f __SCK__tp_func_bcache_journal_replay_key +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xf7fba67a __tracepoint_bcache_btree_node_free +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xfd6b5d80 __SCK__tp_func_bcache_btree_insert_key +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xfda8097f __tracepoint_bcache_gc_copy_collision +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x03410698 dm_get_cell +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x17dd39d6 dm_deferred_set_create +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x1e0b86bf dm_bio_prison_alloc_cell +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x2eb01e04 dm_deferred_set_destroy +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x2f6fda67 dm_bio_detain +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x34601703 dm_cell_get_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x39c0837f dm_cell_release +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x46154e56 dm_cell_lock_promote_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x5723f938 dm_cell_visit_release +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x59eb226d dm_cell_error +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x5a7b797d dm_bio_prison_free_cell +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 0x8df35f67 dm_bio_prison_free_cell_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x93b7239e dm_bio_prison_alloc_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 0xc0bc3e65 dm_cell_unlock_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xc791808a dm_cell_promote_or_release +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 0xe4460415 dm_cell_lock_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xe6373f07 dm_cell_release_no_holder +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xf97e0eaa dm_cell_quiesce_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xff244ffa dm_cell_put_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x0ad0dc4f dm_bufio_mark_buffer_dirty +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x1ffb7b9b 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 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 0xb2438d54 dm_bufio_release_move +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xc0d7df85 dm_bufio_new +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xc9a3422d dm_bufio_write_dirty_buffers_async +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xcd2ba798 dm_bufio_forget +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xd4bddf5c dm_bufio_issue_flush +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xd991e3b9 dm_bufio_get_device_size +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xe6024e59 dm_bufio_release +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xebcc64a4 dm_bufio_get_block_data +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xeca7949e dm_bufio_client_destroy +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xed3283a4 dm_bufio_set_sector_offset +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xf241a6eb dm_bufio_forget_buffers +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x0efbca4c btracker_promotion_already_present +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x1c852cab btracker_nr_demotions_queued +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x2632ab11 dm_cache_policy_get_version +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x4627c218 dm_cache_policy_destroy +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x481a0b15 btracker_create +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x58378181 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 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 0xa8d95715 dm_cache_policy_unregister +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0xb6515661 dm_cache_policy_get_name +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0xde33f911 dm_cache_policy_create +EXPORT_SYMBOL_GPL drivers/md/dm-multipath 0x07a8d219 dm_register_path_selector +EXPORT_SYMBOL_GPL drivers/md/dm-multipath 0x2c63b115 dm_unregister_path_selector +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x01d2f9ac dm_rh_recovery_start +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x06387706 dm_rh_dirty_log +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x1e525aea dm_rh_mark_nosync +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x2a66dd4e dm_rh_inc_pending +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x38972f23 dm_rh_region_to_sector +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x38efaf5a dm_region_hash_destroy +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x3a18389a dm_rh_update_states +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x4f5a3c82 dm_rh_bio_to_region +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 0x9e5b721d dm_rh_delay +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 0xcf9f17a5 dm_region_hash_create +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xd8aa4284 dm_rh_region_context +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xf92b8a3d dm_rh_get_region_size +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xfd93482e dm_rh_recovery_in_flight +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x0054f69d dm_tm_pre_commit +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x01f7c2b0 dm_btree_cursor_begin +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x0211c39e dm_tm_with_runs +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x07ed9022 dm_bitset_del +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x088a5b30 dm_btree_find_lowest_key +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x0cf7c42f dm_btree_remove +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x0d251167 dm_array_cursor_begin +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x109eae1f dm_btree_walk +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x15a2bf57 dm_btree_lookup_next +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x1ae16d40 dm_tm_dec_range +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x1d0d53f7 dm_array_empty +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x1e3f728d dm_block_data +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x2842d760 dm_bitset_resize +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x29c25d50 dm_bm_write_lock_zero +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x2f40da68 dm_bm_set_read_write +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x32bf4f4b dm_bitset_cursor_get_value +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x3646e38f dm_tm_issue_prefetches +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x3896f8d8 dm_array_walk +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x38d53eec dm_array_del +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x3ad0f55b dm_bm_flush +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x3ae50a4a dm_tm_inc_range +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x40720a25 dm_bitset_set_bit +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x418204e4 dm_array_set_value +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x46af8087 dm_bm_read_lock +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x46c56110 dm_bitset_empty +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x46eff63a dm_sm_disk_open +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x48e323be dm_bm_unlock +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x4f2c653e dm_btree_insert_notify +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x51005cef dm_bitset_cursor_skip +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x5475ba9e dm_block_location +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x563946a0 dm_btree_remove_leaves +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x5b04d3fe dm_bitset_clear_bit +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x64976f82 dm_tm_shadow_block +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x67c6c5b9 dm_array_cursor_get_value +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x68f34c27 dm_array_cursor_next +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x6bfa88c8 dm_bitset_cursor_begin +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x6c600395 dm_btree_del +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x6fac2256 dm_array_get_value +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 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 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 0xf22c87e6 dm_block_manager_create +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 0x0c4850f9 cec_transmit_done_ts +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x1446bc7b cec_notifier_parse_hdmi_phandle +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x1a7349c5 cec_transmit_attempt_done_ts +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x3264580c cec_queue_pin_cec_event +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x32c33edb cec_allocate_adapter +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x4d647dca cec_notifier_cec_adap_register +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x4f0b092c cec_register_adapter +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x6d0067d8 cec_fill_conn_info_from_drm +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x75eae171 cec_transmit_msg +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x82fbe6d2 cec_s_log_addrs +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x836226af cec_s_phys_addr_from_edid +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x95e5bb4b cec_queue_pin_5v_event +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xa01fbb6b cec_notifier_set_phys_addr +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xa59bc731 cec_received_msg_ts +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xaa3ee889 cec_notifier_conn_register +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xaee236c6 cec_notifier_conn_unregister +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xafd9d80e cec_queue_pin_hpd_event +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 0xdcfedac1 cec_s_phys_addr +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xe9010fca cec_delete_adapter +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xe96f77f6 cec_notifier_cec_adap_unregister +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xf25ea99a cec_unregister_adapter +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xf9bffa46 cec_s_conn_info +EXPORT_SYMBOL_GPL drivers/media/common/b2c2/b2c2-flexcop 0x66c0289a b2c2_flexcop_debug +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x09cbca2f sms_board_led_feedback +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x10638354 smscore_getbuffer +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x130b7119 smscore_get_device_mode +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x1940c48b smscore_register_device +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 0x370bba83 sms_board_lna_control +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 0x4a2d8059 sms_board_event +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x5ec8d694 smscore_unregister_device +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x5f359f05 sms_board_power +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x612f8680 smscore_register_hotplug +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x63222b29 smsclient_sendrequest +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x74ee9098 sms_board_load_modules +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x784a3d8d smscore_start_device +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x7c44a5c6 sms_board_setup +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 0x8a4942b5 smscore_set_board_id +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x985666d6 smscore_unregister_hotplug +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xa3443f68 smscore_register_client +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xbbdb5c42 smscore_unregister_client +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xf1242af2 smscore_putbuffer +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xfaec453f smscore_get_board_id +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xfea7850e smscore_onresponse +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 0x06e9e084 vb2_discard_done +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 0x0c4dfd9c vb2_core_querybuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x0d6171dd vb2_core_queue_init +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x15229bc5 vb2_mmap +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x165c036d vb2_core_expbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x35a91a74 __traceiter_vb2_qbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x39dca63e vb2_core_streamon +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x412b0dcc vb2_wait_for_all_buffers +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x51b6dc93 vb2_core_poll +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x5ae3814e vb2_plane_vaddr +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x5de6d3b5 vb2_core_streamoff +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x5f9e9fbf __tracepoint_vb2_buf_done +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x654858f6 vb2_core_qbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x71e99cd8 vb2_queue_error +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x78935cfc __traceiter_vb2_buf_done +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x7e3ae06b vb2_core_queue_release +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x8837eaf3 __traceiter_vb2_buf_queue +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x8d8f7cfd __tracepoint_vb2_buf_queue +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x8f20af42 vb2_buffer_done +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x96f30a14 vb2_request_buffer_cnt +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xae949c85 vb2_core_prepare_buf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xb6d856f5 vb2_thread_start +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xb6f4b031 __SCK__tp_func_vb2_qbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xb85ad0a8 __tracepoint_vb2_dqbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xb9d2df39 __SCK__tp_func_vb2_dqbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xbee274a8 __traceiter_vb2_dqbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xc6c3c94b vb2_plane_cookie +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 0xcd917478 vb2_read +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xd1ff5d7f vb2_core_reqbufs +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xe58a2770 __tracepoint_vb2_qbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xe85e0c5a vb2_write +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xf4cdafb4 vb2_core_dqbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xf5bfaecf vb2_request_object_is_buffer +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xf84babcf vb2_thread_stop +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xf9e8ddd1 vb2_core_create_bufs +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-dma-contig 0x3f36b967 vb2_dma_contig_set_max_seg_size +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-dma-contig 0x780c3d23 vb2_dma_contig_memops +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-dma-sg 0xdc6998f0 vb2_dma_sg_memops +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-memops 0xa69ffe32 vb2_common_vm_ops +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x0daeebcf vb2_ioctl_qbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x181a30ba vb2_ioctl_streamoff +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x1d65d14f vb2_dqbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x22af536e vb2_queue_init +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x273d51fc vb2_ops_wait_prepare +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x29969815 vb2_queue_init_name +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x2b872473 vb2_qbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x2c9bf425 vb2_fop_poll +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x39e18f76 vb2_ioctl_expbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x3e0c8299 _vb2_fop_release +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x3e3622dc vb2_streamon +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x50a96c0f vb2_fop_release +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x531ad871 vb2_reqbufs +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x5381a7c5 vb2_ioctl_streamon +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x543b4f9b vb2_ioctl_dqbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x63b43f79 vb2_find_buffer +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x69f21c04 vb2_ioctl_querybuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x6f209bef vb2_queue_release +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x75c63935 vb2_request_queue +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x75c70c0e vb2_queue_change_type +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x76c87d04 vb2_expbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x7f9efc09 vb2_fop_mmap +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x8326d10b vb2_fop_read +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x86a1ab88 vb2_poll +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x899041f5 vb2_video_unregister_device +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xbd43e272 vb2_streamoff +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xbdd58b16 vb2_prepare_buf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xc0dacd85 vb2_ioctl_reqbufs +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xc83bfbe2 vb2_ioctl_prepare_buf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xcbdd74d5 vb2_fop_write +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xda2a7a97 vb2_create_bufs +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xdf6cd130 vb2_request_validate +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xf346d5d8 vb2_ops_wait_finish +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xf3e3b5c8 vb2_ioctl_create_bufs +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-vmalloc 0xc4bce1b9 vb2_vmalloc_memops +EXPORT_SYMBOL_GPL drivers/media/dvb-core/dvb-core 0x40198c29 dvb_module_probe +EXPORT_SYMBOL_GPL drivers/media/dvb-core/dvb-core 0x8cff86de dvb_module_release +EXPORT_SYMBOL_GPL drivers/media/dvb-core/dvb-core 0x9c2091d1 dvb_create_media_graph +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/as102_fe 0xa92f029a as102_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/cx24117 0x4f306c77 cx24117_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/gp8psk-fe 0xf313608f gp8psk_fe_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/mxl5xx 0x2f74da68 mxl5xx_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stv0910 0xaa7195ca stv0910_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stv6111 0x3a3d3f34 stv6111_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tda18271c2dd 0xf2507aa3 tda18271c2dd_attach +EXPORT_SYMBOL_GPL drivers/media/i2c/aptina-pll 0xb8fc05f6 aptina_pll_calculate +EXPORT_SYMBOL_GPL drivers/media/i2c/ccs-pll 0x752e634b ccs_pll_calculate +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0x015d4704 max9271_set_address +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0x1706e58f max9271_set_serial_link +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0x2f8871de max9271_disable_gpios +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0x32f5c570 max9271_set_deserializer_address +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0x3e476916 max9271_configure_i2c +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0x4d2f5158 max9271_wake_up +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0x5da407d7 max9271_set_translation +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0x7c824db4 max9271_set_high_threshold +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0x89446da5 max9271_clear_gpios +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0x8b83b857 max9271_enable_gpios +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0xae6812c2 max9271_configure_gmsl_link +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0xcf343831 max9271_set_gpios +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0xeab6f3d5 max9271_verify_id +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x02960fcc media_device_register_entity +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x046462b3 media_pad_remote_pad_first +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x120d9f7d media_entity_find_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x1eb77876 media_entity_pipeline +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x2272c280 media_pad_remote_pad_unique +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x23be3ae5 media_devnode_create +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x28c14888 __media_device_register +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x2ec64fb3 __media_entity_next_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x3b269720 media_request_object_complete +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x3d4fe0ad media_create_intf_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x3d9dabc1 media_request_object_find +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x3eeaed11 media_get_pad_index +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x54a70c09 media_request_object_put +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x5b0354bd media_pipeline_stop +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x5b0de8e0 media_device_cleanup +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x5bc342aa media_create_pad_links +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x610efd8e __media_pipeline_stop +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x67e4d030 media_device_unregister +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x75382aa0 media_device_register_entity_notify +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x793bf17f media_graph_walk_start +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x799cdf40 media_device_pci_init +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x7b8eddc8 media_entity_enum_init +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x810b8580 media_device_delete +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x811b14b3 media_create_ancillary_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x82a7c973 media_entity_remote_pad_unique +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x84499ac1 __media_entity_remove_links +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x866e345e __media_remove_intf_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x8e3edb3a __media_remove_intf_links +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x8e5a0817 media_device_unregister_entity +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x9963556b media_request_get_by_fd +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x9d470da1 media_request_object_bind +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xa51103c4 media_entity_get_fwnode_pad +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xa82f0208 media_pipeline_start +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xaaf0f773 media_pipeline_alloc_start +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xacba15f4 media_device_usb_allocate +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xb8e19a35 media_graph_walk_init +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xbb3b9dc4 media_entity_pads_init +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xbbab7379 media_graph_walk_cleanup +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xc1fba201 media_remove_intf_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xc8fdeaf1 media_devnode_remove +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xc9231458 media_pad_pipeline +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xccee9c9d media_request_object_init +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xd2eb397b media_remove_intf_links +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xdaaf9c9b media_graph_walk_next +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xdb63028f __media_device_usb_init +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xdff6f71e __media_entity_setup_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xe2c1df7a media_entity_remove_links +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xe5ceecd6 media_entity_enum_cleanup +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xe76b132e media_device_unregister_entity_notify +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xe810d427 media_request_object_unbind +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xeb1e2fcd media_create_pad_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xeec4d65b media_device_init +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xf3dfb01a media_request_put +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xf6277a51 __media_pipeline_start +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xfebf60c0 media_entity_setup_link +EXPORT_SYMBOL_GPL drivers/media/pci/cx88/cx88xx 0x8cbcba4e cx88_setup_xc3028 +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x0a0a3efc mantis_uart_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x12f72c91 mantis_ca_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x21838468 mantis_i2c_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x3ab59f2c mantis_uart_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x4525af0a mantis_gpio_set_bits +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x6a2dfcd9 mantis_input_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x6ab56d88 mantis_ca_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x7a2d3dfa mantis_i2c_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x8dcca1bf mantis_frontend_soft_reset +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x9352a348 mantis_stream_control +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x9fd541e1 mantis_dma_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xa2ae9490 mantis_get_mac +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xba42e0d1 mantis_dvb_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xc47bf873 mantis_dma_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xcb70e2fb mantis_frontend_power +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xcc3b4416 mantis_pci_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xe1ec5943 mantis_dvb_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xeddc4bd4 mantis_pci_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xfc8b0832 mantis_input_init +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x1656f597 saa7134_s_frequency +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x2017ebbf saa7134_querycap +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x21a9a2fe saa7134_vb2_buffer_queue +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x35e4a8ff saa7134_g_std +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x37a8ba3b saa7134_ts_qops +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x3df80fd6 saa7134_ts_stop_streaming +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x41f13869 saa7134_ts_start_streaming +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x4422c922 saa7134_s_input +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x63fc1ddc saa7134_g_input +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x71bab67b saa7134_s_std +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x752400a7 saa7134_ts_queue_setup +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x7f6bd94e saa7134_g_frequency +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x97154a55 saa7134_stop_streaming +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xa12e561a saa7134_s_tuner +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xb0cb3040 saa7134_ts_buffer_init +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xb9a3a751 saa7134_g_tuner +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xd707cf02 saa7134_ts_buffer_prepare +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xf2c15626 saa7134_querystd +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xf8a6b1c4 saa7134_enum_input +EXPORT_SYMBOL_GPL drivers/media/platform/marvell/mcam-core 0x8054bed2 mccic_register +EXPORT_SYMBOL_GPL drivers/media/platform/marvell/mcam-core 0x93f763e2 mccic_resume +EXPORT_SYMBOL_GPL drivers/media/platform/marvell/mcam-core 0xa522ff69 mccic_shutdown +EXPORT_SYMBOL_GPL drivers/media/platform/marvell/mcam-core 0xa6e9190b mccic_irq +EXPORT_SYMBOL_GPL drivers/media/platform/marvell/mcam-core 0xb1ae7344 mccic_suspend +EXPORT_SYMBOL_GPL drivers/media/platform/mediatek/vpu/mtk-vpu 0x04caf8d7 vpu_get_plat_device +EXPORT_SYMBOL_GPL drivers/media/platform/mediatek/vpu/mtk-vpu 0x07eb360b vpu_ipi_send +EXPORT_SYMBOL_GPL drivers/media/platform/mediatek/vpu/mtk-vpu 0x3030a11d vpu_ipi_register +EXPORT_SYMBOL_GPL drivers/media/platform/mediatek/vpu/mtk-vpu 0x4bfcb56d vpu_mapping_dm_addr +EXPORT_SYMBOL_GPL drivers/media/platform/mediatek/vpu/mtk-vpu 0x54e39c3e vpu_get_vdec_hw_capa +EXPORT_SYMBOL_GPL drivers/media/platform/mediatek/vpu/mtk-vpu 0xa0ca7938 vpu_wdt_reg_handler +EXPORT_SYMBOL_GPL drivers/media/platform/mediatek/vpu/mtk-vpu 0xcc277aba vpu_get_venc_hw_capa +EXPORT_SYMBOL_GPL drivers/media/platform/mediatek/vpu/mtk-vpu 0xfe071b30 vpu_load_firmware +EXPORT_SYMBOL_GPL drivers/media/platform/renesas/rcar-fcp 0x3d858696 rcar_fcp_put +EXPORT_SYMBOL_GPL drivers/media/platform/renesas/rcar-fcp 0x4ad5d888 rcar_fcp_enable +EXPORT_SYMBOL_GPL drivers/media/platform/renesas/rcar-fcp 0x5fe6f6e8 rcar_fcp_disable +EXPORT_SYMBOL_GPL drivers/media/platform/renesas/rcar-fcp 0x9877c29f rcar_fcp_get +EXPORT_SYMBOL_GPL drivers/media/platform/renesas/rcar-fcp 0xbd836298 rcar_fcp_get_device +EXPORT_SYMBOL_GPL drivers/media/platform/renesas/vsp1/vsp1 0x1e8d8d1a vsp1_du_setup_lif +EXPORT_SYMBOL_GPL drivers/media/platform/renesas/vsp1/vsp1 0x24745313 vsp1_du_map_sg +EXPORT_SYMBOL_GPL drivers/media/platform/renesas/vsp1/vsp1 0x4e5fa7b9 vsp1_du_unmap_sg +EXPORT_SYMBOL_GPL drivers/media/platform/renesas/vsp1/vsp1 0x83cb3da6 vsp1_du_atomic_update +EXPORT_SYMBOL_GPL drivers/media/platform/renesas/vsp1/vsp1 0xa7d7e8c7 vsp1_du_atomic_begin +EXPORT_SYMBOL_GPL drivers/media/platform/renesas/vsp1/vsp1 0xbf12c453 vsp1_du_init +EXPORT_SYMBOL_GPL drivers/media/platform/renesas/vsp1/vsp1 0xe902eaef vsp1_du_atomic_flush +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-video 0x43738fab xvip_set_format_size +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-video 0x745c4717 xvip_cleanup_resources +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-video 0x7779c583 xvip_init_resources +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-video 0x8062c86b xvip_of_get_format +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-video 0x8b3d2868 xvip_clr_and_set +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-video 0xaf8e26d5 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 0xba034071 xvip_enum_frame_size +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-video 0xddc2999f xvip_enum_mbus_code +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-video 0xe08e6063 xvip_get_format_by_code +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-vtc 0x3c16a6b1 xvtc_generator_stop +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-vtc 0x47d7900b xvtc_generator_start +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-vtc 0xa8a0f912 xvtc_put +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-vtc 0xded3e5ea xvtc_of_get +EXPORT_SYMBOL_GPL drivers/media/radio/shark2 0x149d1424 radio_tea5777_init +EXPORT_SYMBOL_GPL drivers/media/radio/shark2 0xf8686d61 radio_tea5777_exit +EXPORT_SYMBOL_GPL drivers/media/radio/si470x/radio-si470x-common 0x6ae1fb43 si470x_stop +EXPORT_SYMBOL_GPL drivers/media/radio/si470x/radio-si470x-common 0x773c5c00 si470x_start +EXPORT_SYMBOL_GPL drivers/media/radio/si470x/radio-si470x-common 0x8c67b644 si470x_set_freq +EXPORT_SYMBOL_GPL drivers/media/radio/si470x/radio-si470x-common 0xd8a96d20 si470x_ctrl_ops +EXPORT_SYMBOL_GPL drivers/media/radio/si470x/radio-si470x-common 0xf329aff0 si470x_viddev_template +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x05bc71f1 rc_unregister_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x0e1da177 rc_keydown +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x11e63e4a lirc_scancode_event +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x15412cda rc_register_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x173481f5 ir_raw_event_store +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x28af3c3f rc_map_unregister +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x43a6ec67 rc_g_keycode_from_table +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x5226a5ca ir_raw_event_store_edge +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x5e5f36e2 ir_raw_event_set_idle +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x7b2ce86d devm_rc_register_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x8bcd44f5 rc_keydown_notimeout +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x8ca70f2c rc_repeat +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x94d1378d rc_allocate_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xa1691844 devm_rc_allocate_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xa5abad14 ir_raw_event_store_with_filter +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xb9685cdb rc_keyup +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xce131699 ir_raw_event_handle +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xd7aeae4b ir_raw_event_store_with_timeout +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xe01a9b62 rc_free_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/tuners/mt2063 0x4d8c0415 mt2063_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/mt20xx 0x0b4b5a7c microtune_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/mxl5007t 0x3f048d86 mxl5007t_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/r820t 0x7f83fe06 r820t_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda18271 0x11ef866f tda18271_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda827x 0x0dd87eb5 tda827x_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda8290 0x1a03fee5 tda829x_probe +EXPORT_SYMBOL_GPL drivers/media/tuners/tda8290 0x1c000ff8 tda829x_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda9887 0xe8afa1d3 tda9887_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tea5761 0x3e11792c tea5761_autodetection +EXPORT_SYMBOL_GPL drivers/media/tuners/tea5761 0x41f2b14e tea5761_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tea5767 0x475545d1 tea5767_autodetection +EXPORT_SYMBOL_GPL drivers/media/tuners/tea5767 0xf8698ae4 tea5767_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tuner-simple 0x2740b45d simple_tuner_attach +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x017ea7c7 cx231xx_tuner_callback +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x16a27754 cx231xx_send_gpio_cmd +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x1dde43e6 cx231xx_enable656 +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x2072d6ac is_fw_load +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x30914297 cx231xx_uninit_bulk +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x43df6b80 cx231xx_demod_reset +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x58378605 cx231xx_init_bulk +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x6c52cc24 cx231xx_uninit_vbi_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x8161d5ee cx231xx_init_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x86fe32a8 cx231xx_init_vbi_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x8ff7b3a3 cx231xx_dev_init +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x9472ad5c cx231xx_capture_start +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x99f21304 cx231xx_send_usb_command +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xa0c075bb cx231xx_enable_i2c_port_3 +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xabc230f4 cx231xx_disable656 +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xad2e3c0d cx231xx_unmute_audio +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xb02d95b1 cx231xx_set_alt_setting +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xb8c3c5f2 cx231xx_get_i2c_adap +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xc172d139 cx231xx_dev_uninit +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xc74a692f cx231xx_set_mode +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xdf8b6a0b cx231xx_uninit_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/dvb-usb-v2/mxl111sf-demod 0x362fc9a7 mxl111sf_demod_attach +EXPORT_SYMBOL_GPL drivers/media/usb/dvb-usb-v2/mxl111sf-tuner 0xb983181b mxl111sf_tuner_attach +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x052a1e74 em28xx_write_reg +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x0592ccfd em28xx_write_ac97 +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x08634fae em28xx_write_reg_bits +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x18bff4f1 em28xx_write_regs +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x1c63d465 em28xx_audio_analog_set +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x1c6ef80a em28xx_audio_setup +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x3258602c em28xx_read_ac97 +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x4eee05b7 em28xx_set_mode +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x5919f59d em28xx_init_usb_xfer +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x6748806c em28xx_read_reg +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x721f7cc7 em28xx_free_device +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x7718d6a8 em28xx_alloc_urbs +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x77adc173 em28xx_toggle_reg_bits +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x7cf6745e em28xx_find_led +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x7e858ae6 em28xx_init_camera +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 0xa45de603 em28xx_uninit_usb_xfer +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xe0e22202 em28xx_setup_xc3028 +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xf393adb8 em28xx_gpio_set +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xfd7bd8f8 em28xx_stop_urbs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-async 0x56e9feec __v4l2_async_nf_add_fwnode +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-async 0x58f985d8 __v4l2_async_nf_add_i2c +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-async 0x72845581 v4l2_async_nf_cleanup +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-async 0xaa0423dc __v4l2_async_nf_add_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-async 0xf3c2252e __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 0x1b4af4a6 v4l2_hdmi_rx_colorimetry +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 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 0x371ab61f v4l2_flash_indicator_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-flash-led-class 0xd1b6c00e v4l2_flash_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-flash-led-class 0xe739409d v4l2_flash_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0x1e0ddcc4 v4l2_fwnode_connector_add_link +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0x2450f979 v4l2_fwnode_put_link +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0x36e83f62 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 0x75d93aec v4l2_fwnode_parse_link +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0x855191ee v4l2_fwnode_endpoint_alloc_parse +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0x89501847 v4l2_async_nf_parse_fwnode_endpoints +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0xa4444ab0 v4l2_async_register_subdev_sensor +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0xaa64659e v4l2_fwnode_connector_parse +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0xe86488d2 v4l2_fwnode_endpoint_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0xfbd2df72 v4l2_fwnode_device_parse +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-h264 0x639ecc68 v4l2_h264_init_reflist_builder +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-h264 0x6a1429ff v4l2_h264_build_p_ref_list +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-h264 0xf568bf81 v4l2_h264_build_b_ref_lists +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-jpeg 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 0x0035dda3 v4l2_m2m_register_media_controller +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x04d22aa9 v4l2_m2m_ioctl_encoder_cmd +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x06f78596 v4l2_m2m_ioctl_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x0824ab6c v4l2_m2m_encoder_cmd +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x092277b9 v4l2_m2m_streamoff +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x0c9f05f1 v4l2_m2m_reqbufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x0e40c47e v4l2_m2m_buf_remove_by_idx +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x12426b77 v4l2_m2m_querybuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x1f49faae v4l2_m2m_last_buffer_done +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x2595b0b2 v4l2_m2m_buf_remove +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x25b8d825 v4l2_m2m_ioctl_stateless_try_decoder_cmd +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x2943fe7e v4l2_m2m_ioctl_reqbufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x2e6571d1 v4l2_m2m_last_buf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x37e233eb v4l2_m2m_buf_copy_metadata +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x4687ffa5 v4l2_m2m_ioctl_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x49f0f78b v4l2_m2m_ioctl_stateless_decoder_cmd +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x4f2284d3 v4l2_m2m_update_stop_streaming_state +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x5677eac9 v4l2_m2m_streamon +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x61158593 v4l2_m2m_ioctl_querybuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x66416701 v4l2_m2m_request_queue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x730f2eae v4l2_m2m_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x7d87f246 v4l2_m2m_ioctl_decoder_cmd +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x7e6cddbf v4l2_m2m_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x82523892 v4l2_m2m_next_buf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x92c1859d v4l2_m2m_buf_queue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xa05b60a7 v4l2_m2m_update_start_streaming_state +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xaacbdc29 v4l2_m2m_ioctl_streamon +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xae8a1317 v4l2_m2m_ioctl_prepare_buf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xb15fd492 v4l2_m2m_ioctl_streamoff +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xb5bf4b2c v4l2_m2m_poll +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xb6f300b0 v4l2_m2m_ctx_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xbe3d94d6 v4l2_m2m_fop_poll +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xc1d1effb v4l2_m2m_prepare_buf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xc6fca5ad v4l2_m2m_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xcedcc04a v4l2_m2m_buf_remove_by_buf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xd6471737 v4l2_m2m_expbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xd717e07e v4l2_m2m_ioctl_expbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xd93279cb v4l2_m2m_try_schedule +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xdbd8edfa v4l2_m2m_ctx_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xdc8f1bb1 v4l2_m2m_create_bufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xde2c2d66 v4l2_m2m_ioctl_try_encoder_cmd +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xe031563a v4l2_m2m_ioctl_create_bufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xe1b74a58 v4l2_m2m_fop_mmap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xe69e3791 v4l2_m2m_ioctl_try_decoder_cmd +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xee8ed95d v4l2_m2m_decoder_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 0xfc4446e1 v4l2_m2m_qbuf +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 0x01f66f93 videobuf_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x096746e5 videobuf_querybuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x192e7a7e videobuf_iolock +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x1d35e1b7 videobuf_mmap_setup +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x2275f6fe videobuf_read_one +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x4b53a5a5 __videobuf_mmap_setup +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x530015bc videobuf_read_stream +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x5804042e videobuf_reqbufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x5cb6df87 videobuf_queue_to_vaddr +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x6614db88 videobuf_mmap_mapper +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x693a8daf videobuf_next_field +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x7de1fc49 videobuf_mmap_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xa09e2527 videobuf_read_start +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xada7643f videobuf_streamon +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xae435181 videobuf_queue_cancel +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xb31765db videobuf_queue_is_busy +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xb8931bb0 videobuf_streamoff +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xbe8afa44 videobuf_read_stop +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xc0911ea1 videobuf_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xc8882b82 videobuf_poll_stream +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xcccac1c1 videobuf_stop +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xdf0d4289 videobuf_waiton +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xdfdba629 videobuf_queue_core_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xe25b5c64 videobuf_alloc_vb +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0x0ff3d526 videobuf_to_dma +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0x34dfaf34 videobuf_dma_unmap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0x53b9814f videobuf_queue_sg_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0x750413f8 videobuf_dma_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0xa825c75b videobuf_sg_alloc +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-vmalloc 0x0aa98891 videobuf_queue_vmalloc_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-vmalloc 0x1de75da7 videobuf_vmalloc_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-vmalloc 0xb43598ab videobuf_to_vmalloc +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x0127d4d8 video_device_pipeline_stop +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x08133e0d v4l2_device_unregister +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x08650981 __video_device_pipeline_start +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x0c926f61 __v4l2_device_register_subdev_nodes +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x0e0ec434 v4l2_i2c_new_subdev_board +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x11f3044c __SCK__tp_func_vb2_v4l2_buf_queue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x1275be1f v4l2_create_fwnode_links_to_pad +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x128d238a __v4l2_subdev_state_alloc +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x131f656e __traceiter_vb2_v4l2_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x17f80dfe v4l2_g_parm_cap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x18b5ee82 video_device_pipeline +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x18c1b8d4 v4l2_device_disconnect +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x1bea5efa v4l2_device_unregister_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x21f39cc0 v4l2_event_unsubscribe_all +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x224a1d3b v4l2_event_unsubscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x23cff202 v4l2_ctrl_request_hdl_find +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x244217c8 v4l2_pipeline_pm_get +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x28a37bca v4l2_device_set_name +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x28ad9409 v4l2_event_queue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x2a8ba008 v4l2_fh_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x2ae0877b __SCK__tp_func_vb2_v4l2_buf_done +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x2d7088fc v4l2_fh_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x2ed9acd3 __tracepoint_vb2_v4l2_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x2ee5d8cd __video_device_pipeline_stop +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x38c7c140 v4l2_fh_del +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x426b3142 v4l2_event_queue_fh +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x4680834b v4l2_event_wake_all +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x4ebb508e v4l2_pipeline_link_notify +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x5074e573 v4l2_fraction_to_interval +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x5119bdec video_device_pipeline_start +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x550da512 v4l2_s_parm_cap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x5c14cf55 __traceiter_vb2_v4l2_buf_done +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x602301ff v4l_enable_media_source +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x61fa32ed v4l_disable_media_source +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x652f5838 v4l2_src_change_event_subscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x659837ad __tracepoint_vb2_v4l2_buf_queue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x66c4a256 __v4l2_subdev_state_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x693606f1 __v4l2_subdev_init_finalize +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x6b95e48d v4l2_device_register +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 0x6f5ed23a __tracepoint_vb2_v4l2_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x7878e7cc v4l_vb2q_enable_media_source +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x7ce37f49 v4l2_i2c_new_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x7e4ee1a6 v4l2_fh_exit +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x85dc736e v4l2_subdev_link_validate_default +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x88d7c43b v4l2_i2c_subdev_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x8e582533 v4l2_subdev_get_fmt +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x92b4e917 v4l2_spi_new_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x9617d033 v4l2_pipeline_pm_put +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x9671c016 v4l2_event_pending +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x98dfc4e4 v4l2_event_subscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x9d39d6e5 v4l2_event_subdev_unsubscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x9fef35ac v4l2_apply_frmsize_constraints +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xa02e52e6 v4l2_src_change_event_subdev_subscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xa6821fea v4l2_fh_is_singular +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xa722c7ba v4l2_event_dequeue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xa746a2c8 v4l2_subdev_notify_event +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xad5c3c93 v4l2_simplify_fraction +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xb80a2368 v4l2_spi_subdev_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xbb6f6e72 v4l2_mc_create_media_graph +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xbeb7426e video_device_pipeline_alloc_start +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xbff95593 v4l2_get_link_freq +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xc521478d v4l2_device_put +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xcb1649d1 v4l2_subdev_cleanup +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xcc501597 v4l2_fill_pixfmt +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xcd353762 v4l2_subdev_get_fwnode_pad_1_to_1 +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xd0fda050 v4l2_ctrl_request_hdl_ctrl_find +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xd3a3a423 v4l2_device_register_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xd58f162b v4l2_i2c_subdev_addr +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xd988fb21 v4l2_fh_open +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xdfb2ff2e __traceiter_vb2_v4l2_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xe2eca406 v4l2_i2c_subdev_set_name +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xe5a33113 __SCK__tp_func_vb2_v4l2_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xeec0a94d v4l2_subdev_link_validate +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xf001fcf8 __tracepoint_vb2_v4l2_buf_done +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xf169b635 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 0xf6293c99 __v4l2_ctrl_handler_setup +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xf7ee2e15 v4l2_fh_add +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xfd225eb9 __traceiter_vb2_v4l2_buf_queue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xff76573f __v4l2_find_nearest_size +EXPORT_SYMBOL_GPL drivers/mfd/88pm80x 0x73f7d116 pm80x_regmap_config +EXPORT_SYMBOL_GPL drivers/mfd/88pm80x 0xc34a0352 pm80x_pm_ops +EXPORT_SYMBOL_GPL drivers/mfd/88pm80x 0xd99fd720 pm80x_deinit +EXPORT_SYMBOL_GPL drivers/mfd/88pm80x 0xef6c49a0 pm80x_init +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x037012a3 wm5110_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x1679a0c6 arizona_dev_exit +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x2527806e wm5110_revd_irq +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x3a5ee95e wm5110_patch +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x4048d3ef wm5110_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x4a61ba8f arizona_clk32k_disable +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x549c0565 wm5110_irq +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x58dc8758 wm8997_irq +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x889526a0 cs47l24_patch +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x88b6aa3e cs47l24_irq +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xa9427e8c arizona_clk32k_enable +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xb0c6326d wm8997_patch +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xb263fbbd wm5110_aod +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xbd1b87d2 wm5102_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xbe237980 wm8997_aod +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xc8a1455f wm8997_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xd2bb8dd5 arizona_pm_ops +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xda19c50e arizona_request_irq +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xdb8558b7 arizona_free_irq +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xed520471 cs47l24_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xefd1906a wm8998_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xf0931640 arizona_dev_init +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xfe23469e wm5102_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xff8ea444 arizona_set_irq_wake +EXPORT_SYMBOL_GPL drivers/mfd/atc260x-core 0x5c4d9d39 atc260x_device_probe +EXPORT_SYMBOL_GPL drivers/mfd/atc260x-core 0xd11585e3 atc260x_match_device +EXPORT_SYMBOL_GPL drivers/mfd/da9150-core 0x158e13ab da9150_set_bits +EXPORT_SYMBOL_GPL drivers/mfd/da9150-core 0x427a6cc4 da9150_reg_read +EXPORT_SYMBOL_GPL drivers/mfd/da9150-core 0x4409a4fb da9150_reg_write +EXPORT_SYMBOL_GPL drivers/mfd/da9150-core 0x5ba21061 da9150_read_qif +EXPORT_SYMBOL_GPL drivers/mfd/da9150-core 0x6114c2e6 da9150_bulk_write +EXPORT_SYMBOL_GPL drivers/mfd/da9150-core 0x674bd522 da9150_bulk_read +EXPORT_SYMBOL_GPL drivers/mfd/da9150-core 0xa6b93417 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 0x1c73504a kempld_release_mutex +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x2c6b1e30 kempld_read8 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x3bf22b54 kempld_write16 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x3c7736b9 kempld_read16 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x5152fe96 kempld_read32 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0xa97e39d6 kempld_write8 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0xddec4268 kempld_write32 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0xe63f2739 kempld_get_mutex +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-core 0x5af71db8 lm3533_write +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-core 0x6a3c3e0a lm3533_read +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-core 0x7e947e7d lm3533_update +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x028f3689 lm3533_ctrlbank_get_pwm +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x2c7b9db1 lm3533_ctrlbank_set_pwm +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x46491ab7 lm3533_ctrlbank_enable +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x5d835f24 lm3533_ctrlbank_set_max_current +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0xae6f142e lm3533_ctrlbank_get_brightness +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0xbddf020b lm3533_ctrlbank_disable +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0xf6054f58 lm3533_ctrlbank_set_brightness +EXPORT_SYMBOL_GPL drivers/mfd/lp3943 0x7a73afc4 lp3943_write_byte +EXPORT_SYMBOL_GPL drivers/mfd/lp3943 0x8f25b69b lp3943_update_bits +EXPORT_SYMBOL_GPL drivers/mfd/lp3943 0xd23ef737 lp3943_read_byte +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x07c58d3b madera_dev_exit +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x0f379262 madera_of_match +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x1f52fb48 cs47l15_32bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x1f5f2708 cs47l15_16bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x532d53c8 cs47l85_patch +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x561b897a cs47l90_patch +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x5c67e644 cs47l15_16bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x5c6a3a04 cs47l15_32bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x8b82bbbd cs47l92_16bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x8b8f67fd cs47l92_32bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x96a44c88 cs47l35_32bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x96a990c8 cs47l35_16bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x9eedee0e cs47l92_patch +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xa4d6d7f0 cs47l85_32bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xa4db0bb0 cs47l85_16bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xaaad3a62 cs47l35_patch +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xbc03a040 cs47l90_32bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xbc0e7c00 cs47l90_16bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xc7174a8b madera_pm_ops +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xc8b7a6b1 cs47l92_32bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xc8ba7af1 cs47l92_16bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xd5915184 cs47l35_16bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xd59c8dc4 cs47l35_32bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xe3f6e570 madera_dev_init +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xe7e3cafc cs47l85_16bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xe7ee16bc cs47l85_32bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xebe384cb madera_name_from_type +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xfd0d7920 cs47l15_patch +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xff36bd4c cs47l90_16bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xff3b610c cs47l90_32bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0x0e7e11e7 mc13xxx_common_exit +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0x290b8cde mc13xxx_adc_do_conversion +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0x2db1455e mc13xxx_variant_mc13892 +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0x6d0b0e7e mc13xxx_variant_mc13783 +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0x7597b996 mc13xxx_common_init +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0x7f04fb16 mc13xxx_variant_mc34708 +EXPORT_SYMBOL_GPL drivers/mfd/motorola-cpcap 0xa226dbe8 cpcap_sense_virq +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x06160a50 pcf50633_pm +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x0edb4b35 pcf50633_reg_read +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x1ea2bc97 pcf50633_reg_set_bit_mask +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x2fe47455 pcf50633_write_block +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x30480988 pcf50633_free_irq +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x4b7e0c50 pcf50633_irq_mask +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x55a3ba74 pcf50633_reg_write +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x6b6170ae pcf50633_reg_clear_bits +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x799c822c pcf50633_read_block +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x824acb57 pcf50633_irq_mask_get +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x9e828a1c pcf50633_register_irq +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xc600ee22 pcf50633_irq_unmask +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-adc 0x3a0a22a4 pcf50633_adc_async_read +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-adc 0x78b4e2c5 pcf50633_adc_sync_read +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0x3ad9fd28 pcf50633_gpio_invert_get +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0x62136716 pcf50633_gpio_power_supply_set +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0x84b1e716 pcf50633_gpio_get +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0xb1437307 pcf50633_gpio_set +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0xd64ae80c pcf50633_gpio_invert_set +EXPORT_SYMBOL_GPL drivers/mfd/rave-sp 0x46159e29 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/si476x-core 0x044bc0ca si476x_core_i2c_xfer +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x062a0183 si476x_core_cmd_ic_link_gpo_ctl_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x09d661cc si476x_core_cmd_fm_rds_blockcount +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x0b5858d6 si476x_core_cmd_fm_phase_diversity +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x1077c2d4 si476x_core_has_am +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x12cf0bda si476x_core_cmd_intb_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x1f0acf3f si476x_core_cmd_get_property +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x26951814 si476x_core_cmd_set_property +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x28734821 si476x_core_set_power_state +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x2c3698b2 si476x_core_is_in_am_receiver_mode +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x320b87d2 si476x_core_is_a_secondary_tuner +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x36f8210b si476x_core_cmd_ana_audio_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x38333ba7 si476x_core_is_powered_up +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x3f4a1fea si476x_core_cmd_am_tune_freq +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x51d5c5d1 si476x_core_cmd_power_down +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x55cc6501 si476x_core_is_a_primary_tuner +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x6e2aa642 si476x_core_stop +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x6f951006 si476x_core_cmd_fm_tune_freq +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x7d1ef044 si476x_core_cmd_fm_phase_div_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x80d20b83 si476x_core_cmd_fm_seek_start +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x8319f7f7 si476x_core_cmd_func_info +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x83c26056 si476x_core_cmd_am_rsq_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x87ea9c90 si476x_core_cmd_dig_audio_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x939c56b8 si476x_core_cmd_fm_acf_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x9d49971f si476x_core_cmd_fm_rds_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x9eb9fada si476x_core_cmd_zif_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x9feaaa82 si476x_core_cmd_power_up +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xa47984d0 si476x_core_cmd_agc_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xb24ae4f3 si476x_core_cmd_fm_rsq_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xba2960a8 si476x_core_has_diversity +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xc05b4630 si476x_core_start +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xc8c3016c devm_regmap_init_si476x +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xd79400e5 si476x_core_cmd_am_seek_start +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xdc86433a si476x_core_cmd_am_acf_status +EXPORT_SYMBOL_GPL drivers/mfd/ssbi 0xa130bb43 ssbi_write +EXPORT_SYMBOL_GPL drivers/mfd/ssbi 0xcbca2a04 ssbi_read +EXPORT_SYMBOL_GPL drivers/mfd/stmfx 0xb4438d2a stmfx_function_enable +EXPORT_SYMBOL_GPL drivers/mfd/stmfx 0xb56d1e25 stmfx_function_disable +EXPORT_SYMBOL_GPL drivers/mfd/ti_am335x_tscadc 0x22401af7 am335x_tsc_se_clr +EXPORT_SYMBOL_GPL drivers/mfd/ti_am335x_tscadc 0x2316fc33 am335x_tsc_se_set_cache +EXPORT_SYMBOL_GPL drivers/mfd/ti_am335x_tscadc 0x9512bb0d am335x_tsc_se_adc_done +EXPORT_SYMBOL_GPL drivers/mfd/ti_am335x_tscadc 0xbecf1cea am335x_tsc_se_set_once +EXPORT_SYMBOL_GPL drivers/mfd/tps65218 0x2e5c4564 tps65218_set_bits +EXPORT_SYMBOL_GPL drivers/mfd/tps65218 0x3e9a1b97 tps65218_reg_write +EXPORT_SYMBOL_GPL drivers/mfd/tps65218 0x74d4c9c5 tps65218_clear_bits +EXPORT_SYMBOL_GPL drivers/mfd/ucb1400_core 0x583959cc ucb1400_adc_read +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0x3e5d6071 alcor_read32 +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0x62fbb50e alcor_read32be +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0x7fa9b34b alcor_read8 +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0x85d861a2 alcor_write16 +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0x9a4bfd26 alcor_write32 +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0xb39a1bf4 alcor_write8 +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0xbe23c28f alcor_write32be +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x069349f6 rtsx_pci_card_power_on +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x1bf28524 rtsx_pci_card_exclusive_check +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x3054f081 rtsx_pci_switch_clock +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x3826e7bf rtsx_pci_dma_transfer +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x4b41774f rtsx_pci_write_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x7b213289 rtsx_pci_read_ppbuf +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x8683bb6f rtsx_pci_complete_unfinished_transfer +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x8ac747fe rtsx_pci_send_cmd +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x9086e3dd rtsx_pci_dma_map_sg +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x94086793 rtsx_pci_add_cmd +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x96cb4a64 rtsx_pci_card_exist +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x97f6f262 rtsx_pci_read_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xa18d77a2 rtsx_pci_card_pull_ctl_enable +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xa9867c3e rtsx_pci_read_phy_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xad4a7525 rtsx_pci_transfer_data +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xb0f9950f rtsx_pci_start_run +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xb1cae858 rtsx_pci_card_power_off +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xb41b49da rtsx_pci_write_phy_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xbb65eb2e rtsx_pci_stop_cmd +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xbbd31046 rtsx_pci_card_pull_ctl_disable +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xd701e54d rtsx_pci_write_ppbuf +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xdb6a304e rtsx_pci_send_cmd_no_wait +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xe8a87740 rtsx_pci_switch_output_voltage +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xf895966c rtsx_pci_dma_unmap_sg +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x241ba36a rtsx_usb_ep0_read_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x48ce64f4 rtsx_usb_transfer_data +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x5484162b rtsx_usb_add_cmd +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x62a40707 rtsx_usb_switch_clock +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x6309a173 rtsx_usb_card_exclusive_check +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x6acd3f29 rtsx_usb_read_ppbuf +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x7d15e38e rtsx_usb_write_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x869bd686 rtsx_usb_send_cmd +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x8f7e4917 rtsx_usb_get_rsp +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0xc6e6ac2b rtsx_usb_write_ppbuf +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0xcce69519 rtsx_usb_ep0_write_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0xd6080a38 rtsx_usb_get_card_status +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0xe5b10226 rtsx_usb_read_register +EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0x05d9a4c4 cb710_set_irq_handler +EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0x39d0a29c cb710_sg_dwiter_write_next_block +EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0x83c3e5e3 cb710_pci_update_config_reg +EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0xd96ea82a 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 0x09b30d77 enclosure_unregister +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x3c92ecef enclosure_remove_device +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x7626f246 enclosure_component_register +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0xc0caae9f enclosure_component_alloc +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0xd8e473ac enclosure_for_each_device +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0xeb3d1f51 enclosure_find +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0xf2f5fa92 enclosure_add_device +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0xf306ec24 enclosure_register +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x2d73cc8a lis3lv02d_poweron +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x2e0fb869 lis3lv02d_joystick_disable +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x4166849c lis3lv02d_poweroff +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x7793838f lis3_dev +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x8d43a7af lis3lv02d_init_dt +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0xceaec773 lis3lv02d_init_device +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0xdfb7545b lis3lv02d_remove_fs +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0xeb4bfcb9 lis3lv02d_joystick_enable +EXPORT_SYMBOL_GPL drivers/misc/pvpanic/pvpanic 0xf932a5c0 devm_pvpanic_probe +EXPORT_SYMBOL_GPL drivers/misc/ti-st/st_drv 0x0342e0ca st_register +EXPORT_SYMBOL_GPL drivers/misc/ti-st/st_drv 0x406a74a1 st_unregister +EXPORT_SYMBOL_GPL drivers/misc/uacce/uacce 0x0462db93 uacce_register +EXPORT_SYMBOL_GPL drivers/misc/uacce/uacce 0x5ffeb0ee uacce_remove +EXPORT_SYMBOL_GPL drivers/misc/uacce/uacce 0x92e60ad4 uacce_alloc +EXPORT_SYMBOL_GPL drivers/mmc/host/dw_mmc-pltfm 0x1520a905 dw_mci_pltfm_remove +EXPORT_SYMBOL_GPL drivers/mmc/host/dw_mmc-pltfm 0x59a89952 dw_mci_pltfm_pmops +EXPORT_SYMBOL_GPL drivers/mmc/host/dw_mmc-pltfm 0xcc945207 dw_mci_pltfm_register +EXPORT_SYMBOL_GPL drivers/mmc/host/renesas_sdhi_core 0x057b48b5 renesas_sdhi_probe +EXPORT_SYMBOL_GPL drivers/mmc/host/renesas_sdhi_core 0xdcdd0430 renesas_sdhi_remove +EXPORT_SYMBOL_GPL drivers/mmc/host/tmio_mmc_core 0x2f1ebee5 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 0x5ed37a69 tmio_mmc_do_data_irq +EXPORT_SYMBOL_GPL drivers/mmc/host/tmio_mmc_core 0x7c759876 tmio_mmc_enable_mmc_irqs +EXPORT_SYMBOL_GPL drivers/mmc/host/tmio_mmc_core 0x7e8d1ea7 tmio_mmc_disable_mmc_irqs +EXPORT_SYMBOL_GPL drivers/mmc/host/tmio_mmc_core 0x87e64214 tmio_mmc_host_runtime_resume +EXPORT_SYMBOL_GPL drivers/mmc/host/tmio_mmc_core 0x92e5f20f tmio_mmc_host_runtime_suspend +EXPORT_SYMBOL_GPL drivers/mmc/host/tmio_mmc_core 0xa4f36f4d tmio_mmc_host_probe +EXPORT_SYMBOL_GPL drivers/mmc/host/tmio_mmc_core 0xd5381536 tmio_mmc_host_remove +EXPORT_SYMBOL_GPL drivers/mmc/host/tmio_mmc_core 0xdc3b92c2 tmio_mmc_host_free +EXPORT_SYMBOL_GPL drivers/most/most_core 0x4137e79b most_deregister_interface +EXPORT_SYMBOL_GPL drivers/most/most_core 0x4642823b most_deregister_configfs_subsys +EXPORT_SYMBOL_GPL drivers/most/most_core 0x59893793 most_deregister_component +EXPORT_SYMBOL_GPL drivers/most/most_core 0x5a4328cd most_register_configfs_subsys +EXPORT_SYMBOL_GPL drivers/most/most_core 0x6841b698 most_stop_enqueue +EXPORT_SYMBOL_GPL drivers/most/most_core 0x8fa388f1 most_resume_enqueue +EXPORT_SYMBOL_GPL drivers/most/most_core 0x91a227b1 most_get_mbo +EXPORT_SYMBOL_GPL drivers/most/most_core 0x9b2e3b87 channel_has_mbo +EXPORT_SYMBOL_GPL drivers/most/most_core 0xa876e8d4 most_stop_channel +EXPORT_SYMBOL_GPL drivers/most/most_core 0xc7aa032d most_register_component +EXPORT_SYMBOL_GPL drivers/most/most_core 0xe35c3e00 most_start_channel +EXPORT_SYMBOL_GPL drivers/most/most_core 0xea464295 most_register_interface +EXPORT_SYMBOL_GPL drivers/most/most_core 0xf5dd3aa9 most_put_mbo +EXPORT_SYMBOL_GPL drivers/most/most_core 0xf7a0235e most_submit_mbo +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0001 0x1a18dfb5 cfi_cmdset_0001 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0001 0x2531fa5d cfi_cmdset_0003 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0001 0xd82fdfcb cfi_cmdset_0200 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0002 0x3aa568a9 cfi_cmdset_0002 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0002 0x44f72379 cfi_cmdset_0006 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0002 0xc95ca72f cfi_cmdset_0701 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0020 0xab620e2e cfi_cmdset_0020 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_util 0x33806053 cfi_qry_present +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_util 0x5466fb47 cfi_qry_mode_off +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_util 0x74269f70 cfi_qry_mode_on +EXPORT_SYMBOL_GPL drivers/mtd/hyperbus/hyperbus-core 0xd98f4984 hyperbus_unregister_device +EXPORT_SYMBOL_GPL drivers/mtd/hyperbus/hyperbus-core 0xf45a0e99 hyperbus_register_device +EXPORT_SYMBOL_GPL drivers/mtd/nand/onenand/onenand 0x127d8504 onenand_scan +EXPORT_SYMBOL_GPL drivers/mtd/nand/onenand/onenand 0xbfc998a5 onenand_release +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/brcmnand/brcmnand 0x0e75e4d0 brcmnand_pm_ops +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/brcmnand/brcmnand 0x8937812e brcmnand_probe +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/brcmnand/brcmnand 0xb5af3675 brcmnand_remove +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/denali 0x58d7ba98 denali_chip_init +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/sm_common 0x344eed3b sm_register_device +EXPORT_SYMBOL_GPL drivers/mtd/spi-nor/spi-nor 0xb8fac713 spi_nor_scan +EXPORT_SYMBOL_GPL drivers/mtd/spi-nor/spi-nor 0xbc44ff5a spi_nor_restore +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x291eb5c1 ubi_do_get_device_info +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x38e10c1d ubi_flush +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x42801d20 ubi_sync +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x4da49cb8 ubi_open_volume +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x66011ab6 ubi_get_device_info +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x85a8ee76 ubi_unregister_volume_notifier +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x872ad3d6 ubi_leb_unmap +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x9ad5fcc9 ubi_get_volume_info +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xa0fc1eec ubi_is_mapped +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xa7ccf894 ubi_leb_write +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xb704dc5b ubi_open_volume_nm +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xd9fd3881 ubi_leb_erase +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xda7c6b3b ubi_close_volume +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xe3c10d25 ubi_leb_change +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xf16ed7f9 ubi_open_volume_path +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xf5ee9ba8 ubi_register_volume_notifier +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xf7d57a89 ubi_leb_map +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xf8253fa6 ubi_leb_read +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xff4452af ubi_leb_read_sg +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x0a65c89f mux_state_try_select_delay +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x119efed9 devm_mux_state_get +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x1cc2d6c6 devm_mux_chip_register +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x2c6fd57d devm_mux_chip_alloc +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x43669cf1 mux_control_put +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x5ba749e9 mux_control_states +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x64d0b149 mux_chip_unregister +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x7cf08396 mux_state_deselect +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x97d7d4c1 mux_control_try_select_delay +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0xafc70a24 mux_chip_alloc +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0xb03b2f77 mux_control_deselect +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0xc0c77f19 mux_chip_free +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0xdf29cc4a mux_control_get +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0xe5c96ecb mux_chip_register +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0xf5e2c8f3 mux_control_select_delay +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0xfa76e911 mux_state_select_delay +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0xffe00ac3 devm_mux_control_get +EXPORT_SYMBOL_GPL drivers/net/arcnet/arcnet 0xb515526e arcnet_led_event +EXPORT_SYMBOL_GPL drivers/net/arcnet/arcnet 0xf88b97e4 devm_arcnet_led_init +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0x1c3fd3c6 unregister_c_can_dev +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0x69df9e45 free_c_can_dev +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0x74081c55 c_can_power_up +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0x7d8e3113 alloc_c_can_dev +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0x9c25ebc5 register_c_can_dev +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0xc332bb04 c_can_power_down +EXPORT_SYMBOL_GPL drivers/net/can/cc770/cc770 0x19dedc2f register_cc770dev +EXPORT_SYMBOL_GPL drivers/net/can/cc770/cc770 0x5116822b unregister_cc770dev +EXPORT_SYMBOL_GPL drivers/net/can/cc770/cc770 0x63d691bc alloc_cc770dev +EXPORT_SYMBOL_GPL drivers/net/can/cc770/cc770 0xfa9c812f free_cc770dev +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x0fc62321 can_bus_off +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x10d892eb can_get_state_str +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x14ab74fe alloc_can_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x1888392e open_candev +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x1c164b4a can_rx_offload_irq_finish +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x26d23682 can_rx_offload_irq_offload_fifo +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x270dc032 can_dropped_invalid_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x35aadc83 can_rx_offload_add_timestamp +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x397a56ad can_free_echo_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x3d0be2c7 free_candev +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x42dcb8ee close_candev +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x4b513172 can_rx_offload_queue_tail +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x4fa06d5f can_change_mtu +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x526d8e6e register_candev +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x5448eb12 can_rx_offload_irq_offload_timestamp +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x566852ac can_rx_offload_add_fifo +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x5a2a78a2 can_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 0x65a1d191 can_rx_offload_threaded_irq_finish +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x71968beb can_put_echo_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x73c5c893 can_rx_offload_enable +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x765bfd8d can_rx_offload_get_echo_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x85d5a6f9 can_skb_get_frame_len +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x863bd375 alloc_canxl_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x879fa99d can_change_state +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x8a4b74ff of_can_transceiver +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x8b43ce36 alloc_canfd_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x8d69606f can_rx_offload_del +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xc1320f1a safe_candev_priv +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xdb73ca83 can_rx_offload_queue_timestamp +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xdfb2cbfe unregister_candev +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xe8e449df alloc_can_err_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xef77ad90 can_rx_offload_add_manual +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xf12d9387 can_fd_dlc2len +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xf348bf52 alloc_candev_mqs +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0x231c0a00 m_can_init_ram +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0x2507edec m_can_class_allocate_dev +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0x2bb45150 m_can_class_get_clocks +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0x44d2adc9 m_can_class_free_dev +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0x4b8b742d m_can_class_unregister +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0x68febb07 m_can_class_suspend +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0x823b7d8b m_can_class_register +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0xf498bca5 m_can_class_resume +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0x10de54a7 unregister_sja1000dev +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0x49ebd0d2 sja1000_interrupt +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0xedbb6b93 free_sja1000dev +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0xf861a598 register_sja1000dev +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0xfe76d17a alloc_sja1000dev +EXPORT_SYMBOL_GPL drivers/net/dsa/lan9303-core 0xc0980826 lan9303_indirect_phy_ops +EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_switch 0xf98e990e ksz_switch_chips +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8365mb 0xd304fc29 rtl8365mb_variant +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0x00745fc1 rtl8366_enable_vlan4k +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0x2421ed59 rtl8366_enable_vlan +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0x4eceb7a6 rtl8366_vlan_del +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0x591899fa rtl8366_set_pvid +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0x608d227b rtl8366_set_vlan +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0x99941ed4 rtl8366rb_variant +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0x9e85f452 rtl8366_reset_vlan +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0xb08d244e rtl8366_mc_is_used +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0xc3010b09 rtl8366_get_ethtool_stats +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0xc9094bd1 rtl8366_get_strings +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0xcfd12a02 rtl8366_vlan_add +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0xd938f57f rtl8366_get_sset_count +EXPORT_SYMBOL_GPL drivers/net/ethernet/8390/ax88796 0xfa9802fa ax_NS8390_reinit +EXPORT_SYMBOL_GPL drivers/net/ethernet/arc/arc_emac 0x20ea5fe5 arc_emac_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/arc/arc_emac 0xde7e087e arc_emac_probe +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-mdio 0xa7d9e86b enetc_mdio_read +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-mdio 0xb9c5edc7 enetc_mdio_write +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-mdio 0xdd7b2c37 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 0x07f99d3a fun_alloc_ring_mem +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0x2dc2e842 fun_cq_create +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0x3e17ea09 fun_submit_admin_sync_cmd +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0x46d32099 fun_serv_restart +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0x480de7d8 fun_res_destroy +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0x585c48e9 fun_get_res_count +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0x60f7815e fun_bind +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0x660fff65 fun_free_ring_mem +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0xa631bb36 fun_sq_create +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0xbfccfd09 fun_serv_stop +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0xc309e46f fun_serv_sched +EXPORT_SYMBOL_GPL drivers/net/ethernet/intel/i40e/i40e 0x26f91b65 i40e_client_device_unregister +EXPORT_SYMBOL_GPL drivers/net/ethernet/intel/i40e/i40e 0x388bf1be i40e_client_device_register +EXPORT_SYMBOL_GPL drivers/net/ethernet/intel/ice/ice 0x0c7859bb ice_get_qos_params +EXPORT_SYMBOL_GPL drivers/net/ethernet/intel/ice/ice 0x0d904e67 ice_rdma_request_reset +EXPORT_SYMBOL_GPL drivers/net/ethernet/intel/ice/ice 0x20d9de43 ice_add_rdma_qset +EXPORT_SYMBOL_GPL drivers/net/ethernet/intel/ice/ice 0x30ff9b4c ice_del_rdma_qset +EXPORT_SYMBOL_GPL drivers/net/ethernet/intel/ice/ice 0xdfb7186a ice_rdma_update_vsi_filter +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x015f81f2 mlx4_mr_hw_put_mpt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0580bc84 mlx4_qp_to_ready +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x05e363cb mlx4_free_cmd_mailbox +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x06529ec0 mlx4_db_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x09494d9d mlx4_mr_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0a846ce5 mlx4_mr_rereg_mem_cleanup +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0bc708e7 mlx4_unicast_attach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0bd119ac mlx4_ACCESS_PTYS_REG +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0ed8e512 mlx4_mw_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0fbc7ecc mlx4_mr_rereg_mem_write +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x10cd8f56 mlx4_srq_query +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x13f0de29 mlx4_config_roce_v2_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x14b01ab3 mlx4_uar_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x162f2cf2 mlx4_update_qp +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x18852196 mlx4_get_active_ports +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1bacd6c2 mlx4_get_devlink_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1d23edb5 mlx4_xrcd_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1dbcd0c0 mlx4_mr_hw_change_access +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x201ec46b mlx4_buf_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2324e7a0 mlx4_register_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x25f3909c mlx4_write_mtt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x262e0785 mlx4_unbond +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x26cf9faa mlx4_qp_reserve_range +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x28527a82 mlx4_qp_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x339238c9 mlx4_wol_write +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x34fe0913 mlx4_unicast_promisc_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x365c8d4d mlx4_pd_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x37cb12e8 mlx4_buf_write_mtt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x38726e02 mlx4_unregister_interface +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3a703a41 mlx4_flow_steer_promisc_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3d7c0cad mlx4_qp_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3e410570 mlx4_set_vf_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3eeb6e76 mlx4_srq_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3fdb2459 mlx4_flow_detach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x40ba9cac mlx4_mr_hw_write_mpt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4183e71c mlx4_CLOSE_PORT +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x425fddbd mlx4_mtt_init +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x44c747c7 mlx4_phys_to_slaves_pport_actv +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4e7b03d1 mlx4_mtt_cleanup +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4e9279f6 mlx4_get_counter_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x50336ec7 mlx4_phys_to_slave_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x506d7591 mlx4_mr_hw_get_mpt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x52836b93 mlx4_db_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x56029e0e mlx4_cq_resize +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x594c14e1 __mlx4_register_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5a2c69b7 mlx4_pd_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5a6f64b5 mlx4_phys_to_slaves_pport +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5bc4171c mlx4_config_vxlan_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5ebf94d9 mlx4_wol_read +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5f00ccac mlx4_mr_enable +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x62b3100a mlx4_INIT_PORT +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x62d0c69b mlx4_multicast_promisc_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x645c2b3c mlx4_get_protocol_dev +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x647dee10 mlx4_get_base_gid_ix +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x64dd5176 mlx4_find_cached_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6717a710 mlx4_alloc_cmd_mailbox +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x67f52190 mlx4_set_vf_spoofchk +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x68189628 mlx4_read_clock +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6d445d5f mlx4_srq_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6fb094b6 mlx4_slave_convert_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7015cb14 __mlx4_unregister_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x73e15c5a mlx4_flow_attach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x76bc8345 mlx4_bf_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x773fefa7 mlx4_cq_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7ebc4129 mlx4_vf_get_enable_smi_admin +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7f8d8236 mlx4_qp_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x805fa4b2 mlx4_replace_zero_macs +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x848bac65 mlx4_multicast_promisc_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x863949b5 mlx4_hw_rule_sz +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x86fff09d __mlx4_replace_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8e4bf58c mlx4_unicast_promisc_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8f3adb6b mlx4_port_map_set +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x91617e43 mlx4_xrcd_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x927dd93a mlx4_uar_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x92f849a3 mlx4_set_vf_rate +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x936c496a mlx4_get_slave_default_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9ad59d15 mlx4_config_dev_retrieval +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9e766ccf mlx4_mw_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9e9cb013 mlx4_vf_smi_enabled +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa424b711 mlx4_flow_steer_promisc_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa8865094 mlx4_get_default_counter_index +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa9b3aca0 mlx4_unregister_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xab8e0ad1 mlx4_bond +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xac790f95 __mlx4_cmd +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb0e8621a mlx4_mr_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb424cd62 mlx4_srq_arm +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xbca26e8e mlx4_vf_set_enable_smi_admin +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xbd2235f8 mlx4_multicast_attach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc3404699 mlx4_counter_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc7588f8e mlx4_set_admin_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc8239e71 mlx4_bf_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc92a5284 mlx4_multicast_detach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc9a29216 mlx4_unregister_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd056340f mlx4_mw_enable +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd0e14171 mlx4_get_admin_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd7ad9315 mlx4_SYNC_TPT +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xdaba8406 mlx4_unicast_detach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xdb6ea70b mlx4_get_base_qpn +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xdca752d8 mlx4_find_cached_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xdce140af mlx4_set_vf_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xdd5f8a0e mlx4_register_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xddb86e35 mlx4_counter_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xddfc6a85 mlx4_get_vf_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe14514dd mlx4_srq_lookup +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe2725286 mlx4_buf_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe494818b mlx4_map_sw_to_hw_steering_mode +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe81bc619 mlx4_cq_modify +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe834ca15 mlx4_set_vf_link_state +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe9087f9e mlx4_FLOW_STEERING_IB_UC_QP_RANGE +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe9b48400 mlx4_get_internal_clock_params +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xeac5397e mlx4_mr_hw_change_pd +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xee5f7b5a mlx4_cq_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf0df6b2c mlx4_free_hwq_res +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf24aefe1 mlx4_register_interface +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf3d55a61 mlx4_mtt_addr +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf3da58cc mlx4_map_sw_to_hw_steering_id +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf49986b4 mlx4_alloc_hwq_res +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf85fd0f1 mlx4_qp_modify +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf86c2dab mlx4_qp_query +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf9d10a33 mlx4_qp_release_range +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xfddd7dd7 mlx4_get_vf_config +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x05eca2ba 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 0x0838d484 mlx5_access_reg +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x08c96344 mlx5_query_nic_vport_qkey_viol_cntr +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x08fa97de mlx5_frag_buf_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0936d5ae mlx5_nic_vport_enable_roce +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0967f7b9 mlx5_query_port_tc_bw_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0f7b7e76 mlx5_query_port_ets_rate_limit +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x10171f4c mlx5_set_port_admin_status +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x136129bf mlx5_set_port_tc_bw_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x18c399bc mlx5_query_port_pfc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x19c664c9 mlx5_modify_nic_vport_mtu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1bc4d6fc mlx5_toggle_port_link +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x229a7a4d mlx5_nic_vport_affiliate_multiport +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x250f42f0 mlx5_query_port_tc_group +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x27577cc9 mlx5_set_port_prio_tc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2bebcd77 mlx5_db_alloc_node +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2bf3bbd2 mlx5_query_port_ptys +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x30378bfe mlx5_eswitch_mode +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x39b7c569 mlx5_set_port_caps +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3b2051e0 mlx5_nic_vport_unaffiliate_multiport +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3e480e6d mlx5_dm_sw_icm_dealloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3f6f0f3f mlx5_query_port_max_mtu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3fa3d5f9 mlx5_query_port_oper_mtu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4590a50f mlx5_query_mac_address +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x529794dc mlx5_query_hca_vport_context +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x57189904 mlx5_set_port_pause +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5724a77a mlx5_query_min_inline +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x58ff328d mlx5_dm_sw_icm_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5938ad26 mlx5_core_query_vport_counter +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x60f01a5a mlx5_core_modify_hca_vport_context +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x61d20e2d mlx5_vport_get_other_func_cap +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6289f8cf mlx5_query_module_eeprom +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x692d949b mlx5_set_port_tc_group +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7109af70 mlx5_query_port_admin_status +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x76ab9550 mlx5_ipsec_device_caps +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7af10aea mlx5_modify_port_ets_rate_limit +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 0x851ddf10 mlx5_core_query_sq_state +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x91227bae mlx5_frag_buf_alloc_node +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9528ee18 mlx5_eswitch_get_total_vports +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x991f2aaa mlx5_set_port_pfc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x99264cfe mlx5_query_nic_vport_min_inline +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x99c55733 mlx5_set_port_mtu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9bce71a6 mlx5_modify_nic_vport_promisc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa011adae mlx5_query_hca_vport_node_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa45e16fa mlx5_query_port_wol +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa771393d mlx5_query_module_eeprom_by_page +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xabefc475 mlx5_core_reserved_gids_count +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xadb9eda5 mlx5_core_access_reg +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xae1cf409 mlx5_query_nic_system_image_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xaf0fc595 mlx5_query_nic_vport_mtu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xaf13d97a mlx5_nic_vport_update_local_lb +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb27aee24 mlx5_query_nic_vport_mac_list +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb3c8c523 mlx5_query_nic_vport_node_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb65aad35 mlx5_query_nic_vport_mac_address +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb6a4b1fa mlx5_query_hca_vport_pkey +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xbea8362a mlx5_query_hca_vport_system_image_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc4be9c63 mlx5_modify_nic_vport_mac_list +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc6a56f90 mlx5_modify_nic_vport_mac_address +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc6abcba8 mlx5_query_nic_vport_promisc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc877a762 mlx5_modify_nic_vport_vlans +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xcd643be1 mlx5_query_port_pause +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xdcbe0416 mlx5_query_nic_vport_system_image_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xdd0406af mlx5_set_port_wol +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xdf2ed87e mlx5_query_hca_vport_gid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe40bfd1d mlx5_db_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe4f5cc5d mlx5_query_port_prio_tc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf669b04c mlx5_query_port_vl_hw_cap +EXPORT_SYMBOL_GPL drivers/net/ethernet/micrel/ks8851_common 0x288f11b0 ks8851_probe_common +EXPORT_SYMBOL_GPL drivers/net/ethernet/micrel/ks8851_common 0x3f2f0fe7 ks8851_resume +EXPORT_SYMBOL_GPL drivers/net/ethernet/micrel/ks8851_common 0x6e47b93b ks8851_remove_common +EXPORT_SYMBOL_GPL drivers/net/ethernet/micrel/ks8851_common 0xc2c78b9c ks8851_suspend +EXPORT_SYMBOL_GPL drivers/net/ethernet/microchip/encx24j600-regmap 0x2695f52f regmap_encx24j600_spi_write +EXPORT_SYMBOL_GPL drivers/net/ethernet/microchip/encx24j600-regmap 0x4be2f862 regmap_encx24j600_spi_read +EXPORT_SYMBOL_GPL drivers/net/ethernet/microchip/encx24j600-regmap 0x8d14264b devm_regmap_init_encx24j600 +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x02043e53 ocelot_port_get_pause_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x1077cbaa __ocelot_rmw_ix +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x114de31f ocelot_migrate_mdbs +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x16160154 ocelot_mact_flush +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x1dac1715 __ocelot_read_ix +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x24c35877 __ocelot_write_ix +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x25237468 ocelot_lag_fdb_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x2a994783 ocelot_port_set_default_prio +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x30e18c49 ocelot_port_del_dscp_prio +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x417df2e5 ocelot_port_rmwl +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x48ce3a28 ocelot_port_mirror_del +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x4d1d1ae8 ocelot_port_get_dscp_prio +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x4f9e6793 ocelot_port_get_eth_phy_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x5dcc78e7 ocelot_phylink_mac_link_down +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x5e5b99ac ocelot_port_mirror_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x6109ce49 ocelot_regfields_init +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x622a5da3 ocelot_regmap_init +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x66ca7fca ocelot_get_bridge_fwd_mask +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x703baa49 ocelot_port_setup_dsa_8021q_cpu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x71e1edba ocelot_port_assign_dsa_8021q_cpu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x7f139de7 ocelot_port_assigned_dsa_8021q_cpu_mask +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x8a547a93 ocelot_port_unassign_dsa_8021q_cpu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x8b372f2c ocelot_bond_get_id +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x9ca11279 ocelot_port_get_eth_ctrl_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x9ca6a3bf ocelot_cls_flower_replace +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xa28d1409 ocelot_port_writel +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xada01a94 ocelot_port_add_dscp_prio +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xba531084 ocelot_port_get_default_prio +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xbb376568 __ocelot_bulk_read_ix +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xbb43282b ocelot_cls_flower_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xc37c6259 ocelot_lag_fdb_del +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xc63630a0 ocelot_cls_flower_destroy +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xc7f7af88 ocelot_port_get_rmon_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xd291956d ocelot_phylink_mac_link_up +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xe0283e8d ocelot_port_get_eth_mac_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xefd876b0 ocelot_port_readl +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xf56dc080 ocelot_bridge_num_find +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xfc089e07 ocelot_port_teardown_dsa_8021q_cpu +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 0x091e29a4 stmmac_suspend +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac 0x1cb10c85 stmmac_dvr_probe +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac 0x1df08874 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 0x643f8da4 stmmac_resume +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac 0x781fd30a 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 0xbfda40f2 stmmac_dvr_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0x1c0d2e8d stmmac_pltfr_pm_ops +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0x21cfe777 stmmac_pltfr_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0x6496c1c0 stmmac_remove_config_dt +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0xb10b098b stmmac_get_platform_resources +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0xfd1b059b stmmac_probe_config_dt +EXPORT_SYMBOL_GPL drivers/net/ethernet/wiznet/w5100 0x00d6a1d5 w5100_probe +EXPORT_SYMBOL_GPL drivers/net/ethernet/wiznet/w5100 0x0be2636a w5100_ops_priv +EXPORT_SYMBOL_GPL drivers/net/ethernet/wiznet/w5100 0xa48b5a94 w5100_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/wiznet/w5100 0xde9626de w5100_pm_ops +EXPORT_SYMBOL_GPL drivers/net/geneve 0x5fd7063d geneve_dev_create_fb +EXPORT_SYMBOL_GPL drivers/net/ipvlan/ipvlan 0x0f192fe4 ipvlan_link_setup +EXPORT_SYMBOL_GPL drivers/net/ipvlan/ipvlan 0x56738e28 ipvlan_link_new +EXPORT_SYMBOL_GPL drivers/net/ipvlan/ipvlan 0xa379cf26 ipvlan_link_delete +EXPORT_SYMBOL_GPL drivers/net/ipvlan/ipvlan 0xb8fae54d ipvlan_link_register +EXPORT_SYMBOL_GPL drivers/net/ipvlan/ipvlan 0xf202c872 ipvlan_count_rx +EXPORT_SYMBOL_GPL drivers/net/macsec 0x4439ec94 macsec_pn_wrapped +EXPORT_SYMBOL_GPL drivers/net/macvlan 0x27293cd4 macvlan_common_newlink +EXPORT_SYMBOL_GPL drivers/net/macvlan 0x6cd2cfd7 macvlan_dellink +EXPORT_SYMBOL_GPL drivers/net/macvlan 0xad924408 macvlan_common_setup +EXPORT_SYMBOL_GPL drivers/net/macvlan 0xafe3c16b macvlan_link_register +EXPORT_SYMBOL_GPL drivers/net/mdio/mdio-i2c 0x6aacc580 mdio_i2c_alloc +EXPORT_SYMBOL_GPL drivers/net/mdio/mdio-mux 0x6318757f mdio_mux_uninit +EXPORT_SYMBOL_GPL drivers/net/mdio/mdio-mux 0x941a3657 mdio_mux_init +EXPORT_SYMBOL_GPL drivers/net/net_failover 0x3ab19b56 net_failover_create +EXPORT_SYMBOL_GPL drivers/net/net_failover 0x451615a3 net_failover_destroy +EXPORT_SYMBOL_GPL drivers/net/pcs/pcs-altera-tse 0xc1e4dcc2 alt_tse_pcs_create +EXPORT_SYMBOL_GPL drivers/net/pcs/pcs_xpcs 0x08a22317 xpcs_do_config +EXPORT_SYMBOL_GPL drivers/net/pcs/pcs_xpcs 0x26c8a128 xpcs_get_an_mode +EXPORT_SYMBOL_GPL drivers/net/pcs/pcs_xpcs 0x78d0e9d8 xpcs_destroy +EXPORT_SYMBOL_GPL drivers/net/pcs/pcs_xpcs 0xaa2f3c14 xpcs_link_up +EXPORT_SYMBOL_GPL drivers/net/pcs/pcs_xpcs 0xac5d3801 xpcs_config_eee +EXPORT_SYMBOL_GPL drivers/net/pcs/pcs_xpcs 0xafabd32c xpcs_get_interfaces +EXPORT_SYMBOL_GPL drivers/net/pcs/pcs_xpcs 0xf28b0195 xpcs_create +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x069ce68f bcm_phy_modify_exp +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x12a3488d bcm_phy_cable_test_get_status +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x1658a0be bcm_phy_get_strings +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x19b38baa bcm_phy_read_misc +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x1ea4df9b bcm_phy_config_intr +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x3785345a bcm_phy_cable_test_start_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x3d68b62d bcm_phy_ack_intr +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x470482e4 bcm_phy_read_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x4d42849d __bcm_phy_write_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x5ad1dc9c bcm_phy_get_sset_count +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x5af4be79 bcm_phy_enable_apd +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x63c0fe32 bcm_phy_modify_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x66d710ce bcm_phy_downshift_set +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x6a7adc61 bcm_phy_write_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x6d066797 __bcm_phy_read_exp +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x6f5848e0 bcm_phy_cable_test_get_status_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x7581d83c bcm_phy_r_rc_cal_reset +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x7ada64f0 bcm_phy_get_stats +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x850aee91 __bcm_phy_write_exp +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x8c7740c5 __bcm_phy_modify_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x9cdccbea bcm_phy_write_shadow +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x9ee10fe0 bcm_phy_write_misc +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xa232b66d bcm_phy_write_exp +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xa2e50b10 bcm_phy_read_shadow +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xad2ce79b bcm_phy_cable_test_start +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xb0566d02 bcm_phy_handle_interrupt +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xc8b1912d bcm_phy_28nm_a0b0_afe_config_init +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xd2844ac4 bcm_phy_read_exp +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xdd70dfcf bcm_phy_downshift_get +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xde0ccde4 bcm54xx_auxctl_read +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xdf339391 bcm_phy_set_eee +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xe92b5878 __bcm_phy_modify_exp +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xebfa085b bcm_phy_enable_jumbo +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xf886afb7 __bcm_phy_read_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-ptp 0x2885015a bcm_ptp_config_init +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-ptp 0xe3027d87 bcm_ptp_probe +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-ptp 0xe54c4503 bcm_ptp_stop +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x08213956 phylink_ethtool_get_wol +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x12135396 phylink_mac_change +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x15c4e3e2 phylink_ethtool_set_pauseparam +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x16ca1a8a phylink_suspend +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x2c8e28ee phylink_ethtool_get_eee +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x3429c155 phylink_mii_c22_pcs_an_restart +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x3f3a174a phylink_ethtool_ksettings_get +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 0x5cadf20d phylink_create +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 0x64a1a5ce phylink_decode_usxgmii_word +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x66e8b5b0 phylink_caps_to_linkmodes +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x6e3bc4cd phylink_fwnode_phy_connect +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 0x859b1ff6 phylink_validate_mask_caps +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x911fcd6c phylink_start +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x95ea06a1 phylink_ethtool_ksettings_set +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x96f16da3 phylink_mii_c22_pcs_get_state +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x983276da phylink_disconnect_phy +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x9e6b1dc1 phylink_mii_c22_pcs_config +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0xa30d18cd phylink_generic_validate +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0xb2957a38 phylink_connect_phy +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0xb899b63e phylink_mii_c45_pcs_get_state +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0xc0a8f4be phylink_resume +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0xc1d15a4c phylink_set_port_modes +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0xd2ef6a40 phylink_mii_ioctl +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0xd903f419 phylink_get_capabilities +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0xdcb0a2c0 phylink_stop +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0xe1f2a4a1 phylink_of_phy_connect +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0xec02ebe0 phylink_init_eee +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0xf3083a1d phylink_destroy +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0xf8fe5642 phylink_ethtool_get_pauseparam +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0xf926a606 phylink_mii_c22_pcs_decode_state +EXPORT_SYMBOL_GPL drivers/net/tap 0x0e7668d5 tap_get_socket +EXPORT_SYMBOL_GPL drivers/net/tap 0x198a16eb tap_handle_frame +EXPORT_SYMBOL_GPL drivers/net/tap 0x2d14e221 tap_free_minor +EXPORT_SYMBOL_GPL drivers/net/tap 0x4761b85a tap_get_minor +EXPORT_SYMBOL_GPL drivers/net/tap 0x48c98351 tap_del_queues +EXPORT_SYMBOL_GPL drivers/net/tap 0x62dd6027 tap_destroy_cdev +EXPORT_SYMBOL_GPL drivers/net/tap 0x7c80ea11 tap_create_cdev +EXPORT_SYMBOL_GPL drivers/net/tap 0xa2cd7b74 tap_queue_resize +EXPORT_SYMBOL_GPL drivers/net/tap 0xbe2511b5 tap_get_ptr_ring +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0x347eebfd usbnet_cdc_zte_rx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0x5079235c usbnet_generic_cdc_bind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0x5f8a310c usbnet_cdc_unbind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0x9134caa0 usbnet_cdc_update_filter +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0x9e72ed8d usbnet_ether_cdc_bind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0xca64b732 usbnet_cdc_status +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0xe4533e02 usbnet_cdc_bind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x02972716 cdc_ncm_change_mtu +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x10b6a0d8 cdc_ncm_bind_common +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x3bf46b8d cdc_ncm_unbind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x3e15c828 cdc_ncm_tx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x7b949532 cdc_ncm_fill_tx_frame +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x94a5efbe cdc_ncm_select_altsetting +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x9d7ddc0b cdc_ncm_rx_verify_ndp16 +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0xad93e5ef cdc_ncm_rx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0xc3de6710 cdc_ncm_rx_verify_nth16 +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0xc887598b cdc_ncm_rx_verify_ndp32 +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0xea36c169 cdc_ncm_rx_verify_nth32 +EXPORT_SYMBOL_GPL drivers/net/usb/r8152 0xf1577893 rtl8152_get_version +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0x2b88590b rndis_command +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0xb3db9905 rndis_rx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0xd6e55512 rndis_unbind +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0xe08e35a9 generic_rndis_bind +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0xe699b9de rndis_status +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0xf116028a rndis_tx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x058ad507 usbnet_get_ethernet_addr +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x08c1341c usbnet_get_link +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x174b03a2 usbnet_write_cmd_nopm +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x18033f72 usbnet_set_rx_mode +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x2057d168 usbnet_purge_paused_rxq +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x33064ee6 usbnet_get_msglevel +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x3584a471 usbnet_nway_reset +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x41035cd1 usbnet_defer_kevent +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x42c314f8 usbnet_update_max_qlen +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x582da6f3 usbnet_read_cmd_nopm +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x5c1708cf usbnet_skb_return +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x69a6a491 usbnet_resume +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x710f637a usbnet_open +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x8b2c05f2 usbnet_disconnect +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x913f0a44 usbnet_get_endpoints +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x9bbd71b6 usbnet_write_cmd_async +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x9e2372f2 usbnet_resume_rx +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xa348f8f5 usbnet_status_start +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xb04d664e usbnet_stop +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xb6191d81 usbnet_set_msglevel +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xb8f3caa5 usbnet_get_drvinfo +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xb9173995 usbnet_tx_timeout +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xbd84d6d7 usbnet_read_cmd +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xc2859e28 usbnet_get_link_ksettings_mii +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xc6f1a7da usbnet_change_mtu +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xca2ad9e5 usbnet_write_cmd +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xd065100b usbnet_set_link_ksettings_mii +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xdbec70f5 usbnet_suspend +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xde56c8aa usbnet_status_stop +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xee1eb823 usbnet_get_link_ksettings_internal +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xeee4b926 usbnet_probe +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xef9e93f0 usbnet_start_xmit +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xf8f48e32 usbnet_unlink_rx_urbs +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xff38d3bf usbnet_pause_rx +EXPORT_SYMBOL_GPL drivers/net/vxlan/vxlan 0x1b5aa971 vxlan_fdb_find_uc +EXPORT_SYMBOL_GPL drivers/net/vxlan/vxlan 0x23666900 vxlan_fdb_clear_offload +EXPORT_SYMBOL_GPL drivers/net/vxlan/vxlan 0x926845df vxlan_fdb_replay +EXPORT_SYMBOL_GPL drivers/net/vxlan/vxlan 0xd90691a0 vxlan_dev_create +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/ipw2x00/libipw 0xb47456f6 libipw_rx_any +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x9d9d8981 il_prep_station +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xbb423e23 _il_grab_nic_access +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xc62d1c37 il_mac_tx_last_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xefd3768f il_dealloc_bcast_stations +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xfc729c8f il_remove_station +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x1fa1ad32 iwl_fw_lookup_notif_ver +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x243d9b03 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/intersil/p54/p54common 0x161e023f p54_unregister_common +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0x1a1715b7 p54_free_common +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0x259d5315 p54_read_eeprom +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0x56b522e1 p54_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0x86958bcb p54_free_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0xa214f772 p54_parse_eeprom +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0xbd615f16 p54_init_common +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0xbf5119a0 p54_register_common +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0xefae70e2 p54_parse_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x174cb09b lbs_send_tx_feedback +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x247c2fab lbs_resume +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x3263fffb lbs_add_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x3d3b8917 lbs_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x47004521 lbs_start_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x48fd6882 lbs_remove_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x5849d2da lbs_get_firmware_async +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x5af8bd01 lbs_queue_event +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x5c9dfef6 lbs_get_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x6c19669b lbs_notify_command_response +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x8ad36f56 lbs_process_rxed_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0xcb608851 lbs_cmd_copyback +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0xeb0f63e2 lbs_host_sleep_cfg +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0xf136d664 __lbs_cmd +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0xf64277de lbs_debug +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0xfcf1b519 lbs_host_to_card_done +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0xfff771f4 lbs_stop_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0x063d35a5 __lbtf_cmd +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0x1b6a6ece lbtf_send_tx_feedback +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0x268ff6c5 lbtf_cmd_copyback +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0x31323c27 lbtf_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0x4f69e562 lbtf_cmd_response_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0x51cc149a 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 0xca7da175 lbtf_bcn_sent +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0xdac5ece4 lbtf_add_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x0520a62c mwifiex_add_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x11ca545e mwifiex_del_virtual_intf +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x149031f8 mwifiex_init_shutdown_fw +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x158fc967 mwifiex_cancel_hs +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x2c21b6b3 mwifiex_remove_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x643a3777 mwifiex_dnld_fw +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x6d60a173 mwifiex_drv_info_dump +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x78671d15 mwifiex_reinit_sw +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x78fc3334 mwifiex_shutdown_sw +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x7f420b6f mwifiex_multi_chan_resync +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x81ebfed6 mwifiex_process_hs_config +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x90e44ce6 _mwifiex_dbg +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x91502d9d mwifiex_prepare_fw_dump_info +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x9228aa91 mwifiex_upload_device_dump +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x9322a60a mwifiex_write_data_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x94bbb325 mwifiex_main_process +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xb693b6d6 mwifiex_fw_dump_event +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xc0a154a7 mwifiex_queue_main_work +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xc8f790cd mwifiex_handle_rx_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xcbee9857 mwifiex_enable_hs +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xd4dad9f3 mwifiex_alloc_dma_align_buf +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xdd76190a mwifiex_process_sleep_confirm_resp +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xe32f6c7c mwifiex_add_virtual_intf +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xe74849a9 mwifiex_disable_auto_ds +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xfff4a98d mwifiex_deauthenticate_all +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x00126e65 mt76_register_phy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x01bb75d6 __mt76_sta_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x06de8e5c mt76_get_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x0d2565be mt76_rx_aggr_start +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x0d274638 mt76_stop_tx_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x1092d7c2 mt76_sw_scan_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x145f9b5d mt76_has_tx_pending +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x15c11cb8 mt76_csa_finish +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x17f568e9 mt76_rates +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x1ec57b4f __mt76_worker_fn +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x2007fb80 mt76_init_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x227239c5 mt76_tx_status_skb_done +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x234238d9 mt76_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x26e930c6 __mt76_mcu_msg_alloc +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x281f0cc7 mt76_set_channel +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x28328058 mt76_get_rate_power_limits +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x29997ff7 mt76_rx_aggr_stop +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x2c92e563 mt76_csa_check +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x2d857a86 mt76_free_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x2f2cc11f mt76_mmio_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x311a861e mt76_queues_read +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x35743924 mt76_mcu_send_and_get_msg +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x36b66107 mt76_get_antenna +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x39017a6e mt76_rx_poll_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x41387653 __tracepoint_mac_txdone +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x4296b770 mt76_dma_rx_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x42c2d4ff mt76_dma_attach +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x4512d3e3 mt76_txq_schedule +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x474d341f mt76_queue_tx_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x493f3f6b mt76_register_debugfs_fops +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x49bdc7c1 mt76_sta_state +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x4d5bb0c8 __tracepoint_dev_irq +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x50082e92 mt76_init_sar_power +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x53c75282 mt76_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x55a276eb mt76_get_survey +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x575e5421 mt76_tx_check_agg_ssn +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x5f687321 mt76_rx_token_release +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x61fcb7df mt76_update_survey +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x6577deab mt76_seq_puts_array +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x6c05ec44 mt76_tx_worker_run +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x71d0148a mt76_dma_cleanup +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x726d8ef7 mt76_put_txwi +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x72b98f3c mt76_get_of_eeprom +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x774100d6 mt76_pci_disable_aspm +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x77e8f680 __traceiter_dev_irq +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x79dcd37c __mt76_tx_complete_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x7b096459 mt76_get_rxwi +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x7f34fe8c mt76_put_rxwi +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x805fc13a __SCK__tp_func_dev_irq +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x83b53749 mt76_eeprom_override +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x858d0ea7 mt76_tx_status_skb_add +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x894a8d8e mt76_set_tim +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x8f401819 mt76_eeprom_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x907235c5 mt76_alloc_phy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x925aca50 mt76_release_buffered_frames +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x9367d129 mt76_token_release +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x952145ec mt76_set_stream_caps +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x97288f9b mt76_txq_schedule_all +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x9b498983 __mt76_set_tx_blocked +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x9d0c35d7 __traceiter_mac_txdone +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x9f614392 mt76_tx_status_unlock +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xa26cf06e mt76_wake_tx_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xa2904422 __mt76_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xa46317d9 mt76_mcu_skb_send_and_get_msg +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xa6f70171 mt76_unregister_phy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xa7eea0cd mt76_insert_ccmp_hdr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xa85c89e8 mt76_token_consume +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xa930f2be mt76_get_rate +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xabed8014 mt76_register_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xac079e1d mt76_sta_pre_rcu_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xb1b4d668 mt76_mcu_rx_event +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xbe292600 ____mt76_poll_msec +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xc58437c6 __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 0xc651e5a7 mt76_unregister_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xc6634315 mt76_ac_to_hwq +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xc79daf86 mt76_ethtool_worker +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xc92422cb mt76_tx_status_check +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xc9cbadbb mt76_mcu_get_response +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xcd99af55 mt76_alloc_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xcf2d96c4 mt76_tx_status_lock +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xcfa7c12b mt76_set_irq_mask +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xd5f314b2 mt76_phy_dfs_state +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xdcff67ce mt76_skb_adjust_pad +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xe40b66ef mt76_wcid_alloc +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xe640b268 mt76_rx_token_consume +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xe7d22c05 mt76_calculate_default_rate +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xec3d5f6d mt76_get_sar_power +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xf997499b mt76_tx_status_skb_get +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xfc425578 mt76_get_min_avg_rssi +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xfce1984d mt76_sw_scan +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xfdb11c56 mt76_update_survey_active_time +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x007d0fa2 mt76_connac_mcu_bss_omac_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x00dd6b6b mt76_connac_mcu_set_vif_ps +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x022029dc mt76_connac_mcu_sta_basic_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x05f5d426 mt76_connac_mcu_wtbl_hdr_trans_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x135b852e mt76_connac_mcu_add_nested_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x150f0580 mt76_connac_mcu_set_hif_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x15492fdc mt76_connac2_mac_decode_he_radiotap +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x15e4b524 mt76_connac_mcu_sched_scan_enable +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x1d41b59f mt76_connac_mcu_wtbl_update_hdr_trans +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x1eb50f84 mt76_connac2_mac_fill_txs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x25cc4ff7 mt76_connac2_mac_tx_rate_val +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x26aef42a mt76_connac_mcu_reg_wr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x28323a30 mt76_connac_mcu_set_p2p_oppps +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x30df2ddb mt76_connac2_mac_fill_rx_rate +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x31ec4757 mt76_connac_mcu_set_suspend_iter +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x32f96d9f mt76_connac2_mcu_fill_message +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x36f2e107 mt76_connac_pm_wake +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x3d8fb6d6 mt76_connac_mcu_set_channel_domain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x3e4730c2 mt76_connac_mcu_chip_config +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x40384f29 mt76_connac_pm_queue_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x40ddd389 mt76_connac2_load_ram +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x448bb343 mt76_connac_mcu_set_pm +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x44cc28e0 mt76_connac2_reverse_frag0_hdr_trans +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x450e25f5 mt76_connac_mcu_reg_rr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x478f4730 mt76_connac_mcu_update_gtk_rekey +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x4f0a302d mt76_connac_mcu_alloc_wtbl_req +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x5808b279 mt76_connac_mcu_cancel_hw_scan +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x5bdc4979 mt76_connac_free_pending_tx_skbs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x5ca1caad mt76_connac_mcu_sched_scan_req +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x69362d5f mt76_connac_mcu_uni_set_chctx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x7374c80a mt76_connac_mcu_uni_add_bss +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x7451f4a1 mt76_connac_mcu_wtbl_ba_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x85476a4b mt76_connac2_load_patch +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x87e9fe4f mt76_connac_mcu_beacon_loss_iter +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x87fb795c mt76_connac_power_save_sched +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x8a44b620 mt76_connac2_mac_write_txwi +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x8d0c97c8 mt76_connac_mcu_set_rate_txpower +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 0x90f9ad73 mt76_connac_mcu_sta_cmd +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x94a619fa mt76_connac_mcu_set_deep_sleep +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x9995dbc7 mt76_connac_mcu_set_mac_enable +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x9b3a1dd6 mt76_connac_mcu_start_patch +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x9b591f90 mt76_connac_mcu_start_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x9b6c4814 mt76_connac_mcu_sta_update_hdr_trans +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x9eae8426 mt76_connac_mcu_update_arp_filter +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x9eb9fb12 mt76_connac_mcu_rdd_cmd +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xa5b29ad8 mt76_connac_mcu_coredump_event +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xab8b9a70 mt76_connac_get_phy_mode +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xacab2c5c mt76_connac2_mac_add_txs_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xaf4ad7b0 mt76_connac_mcu_patch_sem_ctrl +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xb2f4342d mt76_connac_tx_complete_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xb47741eb mt76_connac_mcu_hw_scan +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xb4a50ba7 mt76_connac_mcu_sta_uapsd +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xb70c5a93 mt76_connac_write_hw_txp +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xb87a26f6 mt76_connac_mcu_sta_wed_update +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xba485451 mt76_connac_get_he_phy_cap +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xc5c80aab mt76_connac_mcu_sta_ba +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xc6a82410 mt76_connac_mcu_restart +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xc9259e5f mt76_connac_mcu_add_key +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xcabbcd6b mt76_connac_txp_skb_unmap +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xcd345e2a mt76_connac_mcu_sta_ba_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xce1f2692 mt76_connac_mcu_sta_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xce6ac5c0 mt76_connac_mcu_wtbl_generic_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xcf733836 mt76_connac_mcu_get_nic_capability +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xd51395dd mt76_connac_init_tx_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xd7a15dcb __mt76_connac_mcu_alloc_sta_req +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xdb3862ce mt76_connac_mcu_init_download +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xe0aeb6ea mt76_connac_pm_dequeue_skbs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xe13223e3 mt76_connac_mcu_uni_add_dev +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xe45f3064 mt76_connac_mcu_bss_ext_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xe4ddc14d mt76_connac_mcu_wtbl_smps_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xe9003c33 mt76_connac_mcu_bss_basic_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xea3af931 mt76_connac_sta_state_dp +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xeeb781db mt76_connac_mcu_set_rts_thresh +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xf4394864 mt76_connac_mcu_wtbl_ht_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x0cdd20e4 mt76s_hw_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x14b0be8e mt76s_txrx_worker +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x331c6e31 mt76s_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x3457ff49 mt76s_alloc_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x56b5523c mt76s_write_copy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x662782e5 mt76s_read_copy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x924d4415 mt76s_deinit +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0xa3bea9cb mt76s_txqs_empty +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0xa8b09590 mt76s_sdio_irq +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0xadb8fdfa mt76s_rr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0xb3c5312d mt76s_wr_rp +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0xc4254bb4 mt76s_wr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0xd2885f5c mt76s_read_pcr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0xe0f711d3 mt76s_rmw +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0xe4a3bf0f mt76s_alloc_rx_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0xfa12acd3 mt76s_rd_rp +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x0fcb4baf mt76u_stop_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x2fd10475 mt76u_queues_deinit +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x3abb0562 mt76u_read_copy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x3befc72e ___mt76u_rr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x511e3679 mt76u_stop_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x6d233e2c __mt76u_vendor_request +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x82b59aa2 mt76u_single_wr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x9f0de61b mt76u_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0xa119477d mt76u_alloc_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0xbfeefd62 ___mt76u_wr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0xc2d8fe45 mt76u_alloc_mcu_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0xf7c419ba __mt76u_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0xfaf4b2df mt76u_vendor_request +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0xfcb5d1e6 mt76u_resume_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x087ccbfd mt7615_queue_rx_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x152037fd mt7615_rx_check +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x19f68af7 mt7615_mac_set_rates +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x1c556cab mt7615_init_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x2520ceca mt7615_mac_write_txwi +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x39d967b5 mt7615_eeprom_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x3ad494d2 mt7615_wait_for_mcu_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x64c905c5 mt7615_mcu_fill_msg +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x671ba0ef mt7615_register_ext_phy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x746e435c mt7615_init_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x778a3bce mt7622_trigger_hif_int +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x79b51040 mt7615_update_channel +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x7fd777cf mt7615_mac_sta_add +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x86e65d4d __mt7663_load_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x978c1626 mt7615_mac_enable_rtscts +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x9c188d23 mt7615_unregister_ext_phy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x9d65e18d mt7615_thermal_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xaed131fa mt7615_init_debugfs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xb24bc0b5 mt7615_mac_sta_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xb2b11de7 mt7615_sta_ps +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xb6ca246c mt7615_mcu_exit +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xbed635a8 mt7615_mcu_parse_response +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xc8c55317 mt7615_mcu_restart +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xc95d039f mt7615_mac_sta_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xce7ad1fb mt7615_init_work +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xd726c702 mt7615_tx_token_put +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xebc3c7c5 mt7615_mcu_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xf19acc08 mt7615_ops +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615e 0x3b010604 mt7615_dma_reset +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7663-usb-sdio-common 0x0185670a mt7663_usb_sdio_tx_prepare_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7663-usb-sdio-common 0x1506ffca mt7663_usb_sdio_reg_map +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7663-usb-sdio-common 0x8c4a7502 mt7663_usb_sdio_tx_complete_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7663-usb-sdio-common 0x9d795809 mt7663_usb_sdio_register_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7663-usb-sdio-common 0xf1c218d4 mt7663_usb_sdio_tx_status_data +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0x04a3ecb9 mt76x0_init_hardware +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0x0b0af79f mt76x0_register_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0x31184d7f mt76x0_chip_onoff +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0x542c5d05 mt76x0_mac_stop +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0x69407215 mt76x0_phy_calibrate +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0x9951c597 mt76x0_set_sar_specs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0xe611bcc8 mt76x0_config +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x01eba14e mt76x02_config_mac_addr_list +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x0f8d6cd4 mt76x02_sw_scan_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x15e1b46e mt76x02_phy_set_rxpath +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x1d4b998a mt76x02_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x1e94c467 mt76x02_bss_info_changed +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x22ec4458 mt76x02_sta_ps +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x29437cbf mt76x02_resync_beacon_timer +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x37ac9ec1 mt76x02_set_key +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x397037c7 mt76x02_phy_set_bw +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x3db88510 mt76x02_tx_status_data +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x43da932f mt76x02_phy_set_txdac +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x56221701 mt76x02_remove_interface +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x590bb5f7 mt76x02_set_rts_threshold +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x5b7f25bc mt76x02_edcca_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x5bd84fd5 mt76x02_rates +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x5e8b7c44 mt76x02_queue_rx_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x5fb31713 mt76x02e_init_beacon_config +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x667cf2db mt76x02_set_coverage_class +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x6f1b45aa mt76x02_eeprom_copy +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 0x774062e8 mt76x02_mac_write_txwi +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x7965b434 mt76x02_mac_reset_counters +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x7b922da4 mt76x02_reconfig_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x7e8e4a3c mt76x02_tx_prepare_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x7f44722f mt76x02_mac_set_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x85bfb1ba mt76x02_remove_hdr_pad +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x864800d5 mt76x02_ext_pa_enabled +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x882ce004 mt76x02_update_channel +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x8d6bbef9 mt76x02_tx_complete_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x90185a6a mt76x02_dma_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x906924fc mt76x02_phy_set_band +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x91d5b9ee mt76x02_irq_handler +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x9312e3fe mt76x02_tx_set_txpwr_auto +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x93c479bc mt76x02_limit_rate_power +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x9eefa400 mt76x02_mcu_calibrate +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xa2de3889 mt76x02_configure_filter +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xa30e198a mt76x02_sta_add +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xa449c1cf mt76x02_get_efuse_data +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xa71d2c39 mt76x02_add_interface +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xa9986604 mt76x02_mac_wcid_setup +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xab9ef8b2 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 0xb4028648 mt76x02_init_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xb6fbb561 mt76x02_mac_setaddr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xbcea4f3b mt76x02_mcu_parse_response +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xbceac2ae mt76x02_dfs_init_params +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xbeba7ef4 mt76x02_get_rx_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xbfef1b7b mt76x02_mac_start +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xc4e19c87 mt76x02_mac_cc_reset +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xc705f2ed mt76x02_phy_adjust_vga_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xc843fb16 mt76x02_mcu_cleanup +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xd0dad23b mt76x02_enqueue_buffered_bc +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xd17e1846 mt76x02_init_debugfs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xd4e8fc88 mt76x02_mcu_msg_send +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xde027c88 mt76x02_dma_disable +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xde53cd98 mt76x02_sta_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xde937eb7 mt76x02_get_lna_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xe1860073 mt76x02_phy_dfs_adjust_agc +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xe57d3e33 mt76x02_eeprom_parse_hw_cap +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xe69969e7 mt76x02_mcu_function_select +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xe8e5c96a mt76x02_init_beacon_config +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xe9229e23 mt76x02_rx_poll_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xea8c8dd5 mt76x02_set_ethtool_fwver +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xec2fffbd mt76x02_sta_rate_tbl_update +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xec690f70 mt76x02_mac_shared_key_setup +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xecbff559 mt76x02_conf_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xf23170fd mt76x02_ampdu_action +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xf3bbee39 mt76x02_init_agc_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xf52aa929 mt76x02_phy_set_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xf87b5a61 mt76x02_update_beacon_iter +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xfccc70fc mt76x02_set_tx_ackto +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0x23faccd5 mt76x02u_mcu_fw_send_data +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0x3b045ac7 mt76x02u_mcu_fw_reset +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0x4d4848a4 mt76x02u_init_mcu +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0x50c53e10 mt76x02u_mac_start +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0x8d0919ab mt76x02u_init_beacon_config +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0xabed7813 mt76x02u_exit_beacon_config +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0xb48d8b99 mt76x02u_tx_prepare_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0xb5bccb25 mt76x02u_tx_complete_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x24b4b3d0 mt76x2_mcu_set_channel +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x3b5b8a66 mt76x2_read_rx_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x3d93f541 mt76x2_init_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x45000ebc mt76_write_mac_initvals +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x495749fc mt76x2_phy_set_txpower_regs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x58d7db88 mt76x2_mcu_init_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x71709ef4 mt76x2_mac_stop +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x7f2860e2 mt76x2_eeprom_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x7fd8265b mt76x2_get_rate_power +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x82b9d4a9 mt76x2_mcu_tssi_comp +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x9c7c14aa mt76x2_mcu_load_cr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xb1bf482f mt76x2_phy_tssi_compensate +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xb714ceb7 mt76x2_configure_tx_delay +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xbe334b3f mt76x2_phy_update_channel_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xe240c90c mt76x2_get_power_info +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xe7e683a5 mt76x2_reset_wlan +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xe7ebe421 mt76x2_apply_gain_adj +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xef698c30 mt76x2_set_sar_specs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xf4c6b9e7 mt76x2_phy_set_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xf5452d88 mt76x2_get_temp_comp +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x1ad6e281 mt7921_rx_check +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x28ebea6b mt7921_mac_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x2e52d960 mt7921_sta_ps +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x3a5fcf89 mt7921_usb_sdio_tx_prepare_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x3aace89c __mt7921_start +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x4a2263b6 mt7921_mac_sta_assoc +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x4b4c4d81 mt7921_mac_sta_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x70b2b647 mt7921_usb_sdio_tx_status_data +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x7324c963 mt7921_update_channel +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x7ae58bba mt7921_mac_sta_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x90d4f2d0 mt7921_mcu_parse_response +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0xa1ca13a4 mt7921_ops +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0xa71c889f mt7921_stop +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0xa7ad3ac0 mt7921_check_offload_capability +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0xb4834a9f mt7921_register_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0xc056bd78 mt7921_mac_sta_add +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0xc39aca7d mt7921_mcu_fw_pmctrl +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0xd286a548 mt7921_mcu_drv_pmctrl +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0xd6a95acc mt7921_queue_rx_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0xd7f50daa mt7921_usb_sdio_tx_complete_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0xe2334a11 mt7921_reset +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0xea37a11e mt7921_mcu_set_eeprom +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0xeda1a96e mt7921_run_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0xfc9caab2 mt7921_txwi_free +EXPORT_SYMBOL_GPL drivers/net/wireless/microchip/wilc1000/wilc1000 0x25ce9f66 wilc_netdev_cleanup +EXPORT_SYMBOL_GPL drivers/net/wireless/microchip/wilc1000/wilc1000 0x27c4a5cd chip_allow_sleep +EXPORT_SYMBOL_GPL drivers/net/wireless/microchip/wilc1000/wilc1000 0x55ffffa5 chip_wakeup +EXPORT_SYMBOL_GPL drivers/net/wireless/microchip/wilc1000/wilc1000 0x666a86cb host_sleep_notify +EXPORT_SYMBOL_GPL drivers/net/wireless/microchip/wilc1000/wilc1000 0x7bb1750f wilc_handle_isr +EXPORT_SYMBOL_GPL drivers/net/wireless/microchip/wilc1000/wilc1000 0xb78f49f1 wilc_cfg80211_init +EXPORT_SYMBOL_GPL drivers/net/wireless/microchip/wilc1000/wilc1000 0xba861de4 host_wakeup_notify +EXPORT_SYMBOL_GPL drivers/net/wireless/quantenna/qtnfmac/qtnfmac 0x1a35bc3d qtnf_core_detach +EXPORT_SYMBOL_GPL drivers/net/wireless/quantenna/qtnfmac/qtnfmac 0x31fab83c qtnf_chipid_to_string +EXPORT_SYMBOL_GPL drivers/net/wireless/quantenna/qtnfmac/qtnfmac 0x89f4509c qtnf_get_debugfs_dir +EXPORT_SYMBOL_GPL drivers/net/wireless/quantenna/qtnfmac/qtnfmac 0x931e77f0 qtnf_core_attach +EXPORT_SYMBOL_GPL drivers/net/wireless/quantenna/qtnfmac/qtnfmac 0xa49f6d88 qtnf_wake_all_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/quantenna/qtnfmac/qtnfmac 0xcecee6d1 qtnf_trans_handle_rx_ctl_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/quantenna/qtnfmac/qtnfmac 0xd2396830 qtnf_classify_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x0982b5bb rt2800_disable_wpdma +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x0a66257c rt2800_link_stats +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x0e662ae9 rt2800_config_intf +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x1a57fb3c rt2800_txstatus_pending +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x1a7878d9 rt2800_enable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x33fafb56 rt2800_get_txwi_rxwi_size +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x39588c40 rt2800_txdone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x3eaca6cb rt2800_get_tsf +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x492272d6 rt2800_wait_csr_ready +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x4c3f8a54 rt2800_check_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x60269a39 rt2800_link_tuner +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x6b0398cf rt2800_get_key_seq +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x6b2b618a rt2800_config_shared_key +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x70d2237b rt2800_read_eeprom_efuse +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x78eff30d rt2800_config_filter +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x8204b828 rt2800_vco_calibration +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x83dd176f rt2800_load_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x84e31601 rt2800_write_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x8c7a42ca rt2800_wait_wpdma_ready +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x955b6eed rt2800_config_erp +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x9de5844e rt2800_ampdu_action +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xa32e75cf rt2800_rfkill_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xa50c5adf rt2800_sta_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xa7035ad8 rt2800_conf_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xb07bdadf rt2800_efuse_detect +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xbe74efb5 rt2800_probe_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xbfabe900 rt2800_config_ant +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xc3520775 rt2800_process_rxwi +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xd25f1748 rt2800_txstatus_timeout +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xd48ab3d0 rt2800_txdone_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xd5c0f66f rt2800_reset_tuner +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xe2677e98 rt2800_set_rts_threshold +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xe3992382 rt2800_config_pairwise_key +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xe7dbbb3e rt2800_pre_reset_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xe7ed140a rt2800_gain_calibration +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xe850e7bf rt2800_config +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xe93761bb rt2800_txdone_nostatus +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xeb56c457 rt2800_write_tx_data +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xed61915f rt2800_mcu_request +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xedf1ff02 rt2800_sta_add +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xef2312b5 rt2800_get_survey +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xf4a094b8 rt2800_disable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xf87a6be7 rt2800_watchdog +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xfbaa522b rt2800_clear_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x0bbef9cf rt2800mmio_get_dma_done +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x0c8e5297 rt2800mmio_fill_rxdone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x0f1fb210 rt2800mmio_stop_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x32ac3645 rt2800mmio_rxdone_tasklet +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x3d741c87 rt2800mmio_pretbtt_tasklet +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x453e8ece rt2800mmio_enable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x5028bbb2 rt2800mmio_tbtt_tasklet +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x5629da86 rt2800mmio_queue_init +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x5725111e rt2800mmio_probe_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x5fa4db64 rt2800mmio_interrupt +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x63375c94 rt2800mmio_toggle_irq +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x6700b6db rt2800mmio_write_tx_desc +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x7a1d4c31 rt2800mmio_flush_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x7ef4acb3 rt2800mmio_get_entry_state +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x8c9283b7 rt2800mmio_start_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x97e3c029 rt2800mmio_autowake_tasklet +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x9f36089b rt2800mmio_init_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x9f3c8921 rt2800mmio_txstatus_tasklet +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xb9a2ed2a rt2800mmio_kick_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xb9b8c0d6 rt2800mmio_init_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xd024094b rt2800mmio_get_txwi +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xeb2541ae rt2800mmio_clear_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x00ac5851 rt2x00mac_get_antenna +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x0db082c9 rt2x00mac_configure_filter +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x14e53a89 rt2x00mac_remove_interface +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x17a868ee rt2x00lib_dmadone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x28d151f3 rt2x00lib_set_mac_address +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x2ca3b590 rt2x00lib_txdone_nomatch +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x351d3865 rt2x00queue_map_txskb +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x42c870db rt2x00mac_start +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x4c0ba683 rt2x00lib_txdone_noinfo +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x51bcda69 rt2x00mac_add_interface +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x558ddfb3 rt2x00lib_remove_dev +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x5eecccc1 rt2x00mac_config +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x6211a602 rt2x00queue_start_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x6c472a57 rt2x00queue_unpause_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x726a0ef5 rt2x00lib_beacondone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x73911e09 rt2x00lib_dmastart +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x73f73aa8 rt2x00mac_tx_frames_pending +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x7fae456a rt2x00lib_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x825b2b12 rt2x00queue_stop_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x84bd8e81 rt2x00queue_start_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x8f8f83e4 rt2x00mac_stop +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x9011fe47 rt2x00mac_get_ringparam +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x96923b97 rt2x00queue_flush_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x985ad4f3 rt2x00queue_get_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x99ead468 rt2x00queue_stop_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x9e25c528 rt2x00mac_rfkill_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x9fd744fa rt2x00queue_flush_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xa10b1d69 rt2x00lib_pretbtt +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xa73997e4 rt2x00queue_pause_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xa8e89a47 rt2x00queue_unmap_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xa9a2adb9 rt2x00lib_resume +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xb075a48a rt2x00mac_get_stats +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xb0ad291d rt2x00mac_reconfig_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xb5097e37 rt2x00queue_for_each_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xbda6d8bc rt2x00mac_set_antenna +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xc04d710d rt2x00mac_sw_scan_start +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xc8972a38 rt2x00mac_bss_info_changed +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xd1c80a05 rt2x00lib_rxdone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xd76f5d56 rt2x00lib_probe_dev +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xd9a35914 rt2x00mac_flush +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xdd3528a7 rt2x00mac_sw_scan_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xe9150dfd rt2x00lib_txdone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xeabbe41e rt2x00mac_conf_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xf32d0f23 rt2x00mac_set_tim +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xf8e25c5e rt2x00mac_set_key +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xf9861484 rt2x00mac_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xff4449c1 rt2x00lib_get_bssidx +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00mmio 0x25be5504 rt2x00mmio_uninitialize +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00mmio 0x44955bc3 rt2x00mmio_initialize +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00mmio 0x69b7b76f rt2x00mmio_regbusy_read +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00mmio 0x8042819b rt2x00mmio_rxdone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00mmio 0xe8de1510 rt2x00mmio_flush_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00pci 0x0ba54391 rt2x00pci_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00pci 0x521e4f6c rt2x00pci_pm_ops +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00pci 0xda39b7fb rt2x00pci_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x08314766 rt2x00usb_resume +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x24b67a52 rt2x00usb_vendor_req_buff_lock +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x2aee8561 rt2x00usb_clear_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x2d8822e2 rt2x00usb_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x39ee8efa rt2x00usb_initialize +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x4709bc96 rt2x00usb_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x64c553b7 rt2x00usb_vendor_request_buff +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x658041f2 rt2x00usb_disconnect +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x6a8a8c44 rt2x00usb_kick_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x7b14539e rt2x00usb_vendor_request +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x7fb9e656 rt2x00usb_register_read_async +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x91eebc80 rt2x00usb_regbusy_read +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x977ba3d2 rt2x00usb_watchdog +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xb7173b3b rt2x00usb_flush_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xcd3f78f8 rt2x00usb_disable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xeef205ca rt2x00usb_uninitialize +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x7d212186 dm_restorepowerindex +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xc53e39c8 dm_writepowerindex +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xd58edfa3 dm_savepowerindex +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xe8830e5c rtl92c_set_p2p_ps_offload_cmd +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x027cc7df rtl8723_phy_path_adda_on +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x02eb75f3 rtl8723_phy_init_bb_rf_reg_def +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x070fffb7 rtl8723be_firmware_selfreset +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x147d38eb rtl8723_save_adda_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x22efcc86 rtl8723_phy_reload_adda_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x254271bd rtl8723_phy_mac_setting_calibration +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x2b0984c0 rtl8723_cmd_send_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x2f621a9d rtl8723_phy_rf_serial_write +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x368c8720 rtl8723_phy_save_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 0x433629fc rtl8723_phy_path_a_standby +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x470216ae rtl8723_phy_reload_mac_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x4bb33da3 rtl8723_phy_pi_mode_switch +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x4f33b2b6 rtl8723_write_fw +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x81ff96ca rtl8723_phy_query_bb_reg +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x87b91edc rtl8723_phy_txpwr_idx_to_dbm +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x8acfc1fe rtl8723_phy_path_a_fill_iqk_matrix +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x8baf8913 rtl8723_phy_set_sw_chnl_cmdarray +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x8e2913c2 rtl8723_fw_free_to_go +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x9feb44a2 rtl8723_download_fw +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xa22d711f rtl8723ae_firmware_selfreset +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xb5c76a16 rtl8723_phy_rf_serial_read +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xbc24851d rtl8723_dm_init_dynamic_bb_powersaving +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xc24c3957 rtl8723_enable_fw_download +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xd2c10aee rtl8723_dm_init_dynamic_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xee75c149 rtl8723_dm_init_edca_turbo +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xfef1f60b rtl8723_phy_set_bb_reg +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x03fd9bcd rtl_action_proc +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x1292a2c0 rtl_tx_report_handler +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x1e0f92b1 rtl_lps_leave +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x1fe59abe rtl_tx_ackqueue +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x205b72f1 rtl_ops +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 0x2b468930 rtl_swlps_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x2d878ce4 rtl_init_core +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x2e5382f9 rtl_fill_dummy +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x3092b27c rtl_fw_block_write +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x30e3699a rtl_tx_mgmt_proc +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x3441d53d rtl_get_hal_edca_param +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x37b993b4 rtl_global_var +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x480b7524 rtl_beacon_statistic +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x4e06c26a rtl_ips_nic_on +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x513029f6 rtl_fw_page_write +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x628dcac0 rtl_lps_enter +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x6df3fcf2 rtl_deinit_rfkill +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x76bfe6d3 rtl_set_tx_report +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x7f9ac309 rtl_deinit_deferred_work +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x85a18731 rtl_init_rx_config +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x85a90b0f read_efuse_byte +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x867fbbb1 rtl_get_hwinfo +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x90da5c10 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 0x9f453fda rtl_deinit_core +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xb793cca9 rtl_is_special_data +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xc0dd8fa0 rtl_efuse_ops_init +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xcc6139b1 rtl_recognize_peer +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 0x255e3c4c rsi_read_pkt +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x9db06cd7 rsi_hal_device_init +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0xb3eb0231 rsi_mac80211_detach +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0xc1c12023 rsi_91x_deinit +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0xcced5c40 rsi_91x_init +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0xcd173710 rsi_dbg +EXPORT_SYMBOL_GPL drivers/net/wireless/st/cw1200/cw1200_core 0x4b3f432f cw1200_irq_handler +EXPORT_SYMBOL_GPL drivers/net/wireless/st/cw1200/cw1200_core 0x8e969a20 cw1200_can_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/st/cw1200/cw1200_core 0x93e55106 cw1200_core_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/st/cw1200/cw1200_core 0xa99149ab cw1200_core_release +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wl1251/wl1251 0x10c9e787 wl1251_alloc_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wl1251/wl1251 0xa560be92 wl1251_free_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wl1251/wl1251 0xe2fbe851 wl1251_init_ieee80211 +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x022e6e05 wlcore_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x03967282 wlcore_event_inactive_sta +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x06d3b27e wl12xx_debug_level +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x0eec9ff4 wl1271_acx_set_ht_capabilities +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x1421ac01 wlcore_set_partition +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x179a0498 wlcore_cmd_generic_cfg +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x17ef829e wlcore_event_fw_logger +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x20351125 wlcore_get_native_channel_type +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x210551a8 wl1271_tx_flush +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x34aef1b9 wlcore_event_soft_gemini_sense +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x42d4898e wlcore_enable_interrupts +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x4b500539 wlcore_translate_addr +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x4ce95d13 wlcore_event_sched_scan_completed +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x4fe99e5a wlcore_event_max_tx_failure +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x519129ff wl1271_acx_sleep_auth +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x6566c57f wlcore_event_ba_rx_constraint +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x66482ad6 wl1271_cmd_data_path +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x686868a4 wlcore_cmd_wait_for_event_or_timeout +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x6900b0ae wlcore_event_channel_switch +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x725d34f2 wlcore_event_beacon_loss +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x757775e6 wlcore_scan_sched_scan_results +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x842f7b36 wl1271_acx_pm_config +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x8793a117 wl1271_debugfs_update_stats +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x9227de0a wl1271_tx_min_rate_get +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x972b8c13 wlcore_event_dummy_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x9dd11fb7 wl1271_acx_init_mem_config +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xa23b88a5 wlcore_boot_run_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xa59d95d7 wlcore_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xa8d205bc wlcore_boot_upload_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xb3647cb7 wlcore_synchronize_interrupts +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xbdef2a2d wl1271_cmd_test +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xc1db71fa wl1271_format_buffer +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xc47dbb79 wlcore_disable_interrupts_nosync +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xc7a06c21 wl1271_cmd_send +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xca0dd9b8 wlcore_event_rssi_trigger +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xcdad2ca8 wlcore_set_key +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xd26396fa wlcore_free_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xd611fce9 wlcore_set_scan_chan_params +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xd621e646 wl12xx_cmd_build_probe_req +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xd7e797fc wlcore_disable_interrupts +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xd7f047ff wlcore_scan_sched_scan_ssid_list +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xd8d3f6ba wl12xx_acx_mem_cfg +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xe266223f wl1271_cmd_configure +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xe6fe6e54 wlcore_alloc_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xfc34a9c2 wlcore_boot_upload_nvs +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xff8caf55 wlcore_event_roc_complete +EXPORT_SYMBOL_GPL drivers/nfc/nfcmrvl/nfcmrvl 0x4434c5f2 nfcmrvl_nci_unregister_dev +EXPORT_SYMBOL_GPL drivers/nfc/nfcmrvl/nfcmrvl 0x567027f2 nfcmrvl_parse_dt +EXPORT_SYMBOL_GPL drivers/nfc/nfcmrvl/nfcmrvl 0x66b5c8a1 nfcmrvl_nci_recv_frame +EXPORT_SYMBOL_GPL drivers/nfc/nfcmrvl/nfcmrvl 0x8b624ff8 nfcmrvl_nci_register_dev +EXPORT_SYMBOL_GPL drivers/nfc/pn533/pn533 0x65e85853 pn532_i2c_nfc_alloc +EXPORT_SYMBOL_GPL drivers/nfc/pn533/pn533 0x91f53281 pn53x_unregister_nfc +EXPORT_SYMBOL_GPL drivers/nfc/pn533/pn533 0xa7bb6531 pn53x_common_clean +EXPORT_SYMBOL_GPL drivers/nfc/pn533/pn533 0xa9848e80 pn533_finalize_setup +EXPORT_SYMBOL_GPL drivers/nfc/pn533/pn533 0xbef79a58 pn533_rx_frame_is_cmd_response +EXPORT_SYMBOL_GPL drivers/nfc/pn533/pn533 0xdecfd339 pn533_rx_frame_is_ack +EXPORT_SYMBOL_GPL drivers/nfc/pn533/pn533 0xe93129c3 pn53x_common_init +EXPORT_SYMBOL_GPL drivers/nfc/pn533/pn533 0xf2537701 pn53x_register_nfc +EXPORT_SYMBOL_GPL drivers/nfc/st-nci/st-nci 0x1a1b67ef st_nci_hci_cmd_received +EXPORT_SYMBOL_GPL drivers/nfc/st-nci/st-nci 0x2cf26938 st_nci_discover_se +EXPORT_SYMBOL_GPL drivers/nfc/st-nci/st-nci 0x446e7728 st_nci_hci_event_received +EXPORT_SYMBOL_GPL drivers/nfc/st-nci/st-nci 0x4bb8c56f st_nci_enable_se +EXPORT_SYMBOL_GPL drivers/nfc/st-nci/st-nci 0x72b4c96d st_nci_remove +EXPORT_SYMBOL_GPL drivers/nfc/st-nci/st-nci 0x84db1194 st_nci_hci_load_session +EXPORT_SYMBOL_GPL drivers/nfc/st-nci/st-nci 0xe91607d5 st_nci_probe +EXPORT_SYMBOL_GPL drivers/nfc/st-nci/st-nci 0xf31262a9 st_nci_disable_se +EXPORT_SYMBOL_GPL drivers/nfc/st95hf/st95hf 0x07749e2a st95hf_spi_recv_response +EXPORT_SYMBOL_GPL drivers/nfc/st95hf/st95hf 0x8cf3a06b st95hf_spi_recv_echo_res +EXPORT_SYMBOL_GPL drivers/nfc/st95hf/st95hf 0xfa0c0d81 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 0x82e6c13d ntb_transport_qp_num +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0x9c992c8f ntb_transport_link_up +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0xab17e8e0 ntb_transport_register_client +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0xbf4d6ac2 ntb_transport_create_queue +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0xc270dc24 ntb_transport_free_queue +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0xc37d9036 ntb_transport_rx_remove +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0xd40e7a02 ntb_transport_rx_enqueue +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0xeee4e67d ntb_transport_unregister_client +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0xf55d6313 ntb_transport_register_client_dev +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0xf9eb813f ntb_transport_unregister_client_dev +EXPORT_SYMBOL_GPL drivers/nvdimm/nd_virtio 0x2eb95681 async_pmem_flush +EXPORT_SYMBOL_GPL drivers/nvdimm/nd_virtio 0x82531b59 virtio_pmem_host_ack +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0x1f0da484 nvme_auth_augmented_challenge +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0x27443c4b nvme_auth_gen_shared_secret +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 0x573fd6cf nvme_auth_gen_privkey +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0x674c5bc1 nvme_auth_hmac_name +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0x6e91ee1b nvme_auth_digest_name +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0x780989d1 nvme_auth_dhgroup_id +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0x986a0396 nvme_auth_gen_pubkey +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0xb4e95750 nvme_auth_free_key +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0xb9cf4c3a nvme_auth_hmac_hash_len +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0xc31b3ca0 nvme_auth_transform_key +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0xc9bb48ac nvme_auth_dhgroup_name +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0xcb39603c nvme_auth_hmac_id +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0xd8aa50b6 nvme_auth_generate_key +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0xf0ccf2d4 nvme_auth_dhgroup_kpp +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x117ae4fc nvme_alloc_admin_tag_set +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x11abc494 __SCK__tp_func_nvme_sq +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x14708ab9 nvme_submit_sync_cmd +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x1bad5736 nvme_cancel_admin_tagset +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x1ffae1d8 nvme_wait_reset +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x20849907 nvme_quiesce_admin_queue +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x26604ac7 nvme_wait_freeze +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x3332ae36 nvme_complete_async_event +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x37fa7ea0 nvme_stop_keep_alive +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x3939aa36 nvme_auth_stop +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x3b3c3513 nvme_remove_io_tag_set +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x434a6cef nvme_reset_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x49224181 nvme_reset_wq +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x5575f3c6 nvme_cleanup_cmd +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x55fdec50 nvme_remove_admin_tag_set +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x5665ad30 nvme_quiesce_io_queues +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x60bb485f nvme_unfreeze +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x64b62862 nvme_wq +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x69f0788c nvme_wait_freeze_timeout +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x7e26a0f6 nvme_unquiesce_io_queues +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x7feb64c2 nvme_remove_namespaces +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x813cf212 nvme_io_timeout +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x816be407 nvme_try_sched_reset +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x8b7e75d0 nvme_enable_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x8e188bcf nvme_stop_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x93c256ac nvme_mpath_start_request +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x948665ec nvme_cancel_tagset +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x95ac9ad7 nvme_set_queue_count +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x9708a833 nvme_auth_wait +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x97d380c2 nvme_auth_init_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xa1e923a6 nvme_sync_queues +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xa3dee40c nvme_disable_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xadb54299 nvme_uninit_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xb1d66bbd nvme_delete_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xb2e1de44 nvme_setup_cmd +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xb7692945 nvme_start_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xbc884569 __traceiter_nvme_sq +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xc395bd31 nvme_unquiesce_admin_queue +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xc463e419 nvme_complete_rq +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xc8dd5d0f __nvme_submit_sync_cmd +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xc9db4248 nvme_init_ctrl_finish +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xd25e9e19 nvme_mark_namespaces_dead +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 0xdae8059e nvme_change_ctrl_state +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xdb21a74c __nvme_check_ready +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xdb74d9d9 nvme_complete_batch_req +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xdcafb566 __tracepoint_nvme_sq +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xe0179dc9 nvme_get_features +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xe0d911e5 nvme_alloc_io_tag_set +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xe8f035e2 nvme_auth_free +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xec232b7c nvme_auth_negotiate +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xece76629 nvme_dev_attrs_group +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xed1a2fb9 nvme_fail_nonready_command +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xee5f6b7d nvme_start_freeze +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xf0248470 nvme_init_request +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xf09b38bf nvme_host_path_error +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xf2ed40af nvme_init_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xfaa4112d nvme_cancel_request +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xfc7e0be5 nvme_set_features +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xff3c2c2b nvme_sync_io_queues +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x0367a333 nvmf_reg_read64 +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x0b2fae66 nvmf_free_options +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x1d83c898 nvmf_ip_options_match +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x3b50f74b nvmf_reg_write32 +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x4b68d6dc nvmf_should_reconnect +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x5adc9a1c nvmf_unregister_transport +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x5d7bfbec nvmf_reg_read32 +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x665f9757 nvmf_register_transport +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0xb7ddd207 nvmf_connect_admin_queue +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0xd2925b1b nvmf_get_address +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0xdaec437a nvmf_connect_io_queue +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fc 0x0d12e564 nvme_fc_register_remoteport +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fc 0x3884f8b8 nvme_fc_unregister_localport +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fc 0x3e33ac54 nvme_fc_rescan_remoteport +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fc 0x58e312f7 nvme_fc_io_getuuid +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 0xc33f7a79 nvme_fc_register_localport +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fc 0xfca9dc99 nvme_fc_unregister_remoteport +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x148f23a9 nvmet_req_complete +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x28205706 nvmet_ctrl_fatal_error +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x33f439f3 nvmet_sq_init +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x3e0ef07a nvmet_wq +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x439cc1d8 nvmet_req_alloc_sgls +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x43c26d93 nvmet_unregister_transport +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x7395ee15 nvmet_req_uninit +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x76e9bb18 nvmet_req_init +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x9be4d231 nvmet_check_transfer_len +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0xb1e28129 nvmet_sq_destroy +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0xc7875999 nvmet_req_free_sgls +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0xf4795953 nvmet_register_transport +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet-fc 0x0b98123d nvmet_fc_rcv_ls_req +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet-fc 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 0x7fa5302a nvmet_fc_rcv_fcp_abort +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet-fc 0x9b280162 nvmet_fc_register_targetport +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet-fc 0x9ef76d99 nvmet_fc_unregister_targetport +EXPORT_SYMBOL_GPL drivers/pci/switch/switchtec 0x97e64572 switchtec_class +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0x0c9773ca tegra_phy_xusb_utmi_port_reset +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0x2a50a95a tegra_xusb_padctl_disable_phy_wake +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0x2e91f494 tegra124_xusb_padctl_soc +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0x3e777d71 tegra_phy_xusb_utmi_pad_power_on +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0x4a9e8b2b tegra_xusb_padctl_usb3_set_lfps_detect +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0x4d60992c tegra_phy_xusb_utmi_pad_power_down +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0x52512d94 tegra_xusb_padctl_hsic_set_idle +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0x5e0780a2 tegra_xusb_padctl_remote_wake_detected +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0x7ea3fe15 tegra_xusb_padctl_disable_phy_sleepwalk +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0x91fe99f4 tegra_xusb_padctl_set_vbus_override +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0x9fde66b3 tegra_xusb_padctl_put +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0xa07289db tegra_xusb_padctl_enable_phy_wake +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0xa1b9154b tegra_xusb_padctl_usb3_save_context +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0xdc8def38 tegra_xusb_padctl_get_usb3_companion +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0xed658bb0 tegra_xusb_padctl_get +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0xf0997f28 tegra_xusb_padctl_enable_phy_sleepwalk +EXPORT_SYMBOL_GPL drivers/phy/ti/phy-omap-control 0x0381c103 omap_control_usb_set_mode +EXPORT_SYMBOL_GPL drivers/phy/ti/phy-omap-control 0x0f5b1930 omap_control_pcie_pcs +EXPORT_SYMBOL_GPL drivers/phy/ti/phy-omap-control 0x59a91a40 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 0x0eec7a13 mcp23x17_regmap +EXPORT_SYMBOL_GPL drivers/pinctrl/pinctrl-mcp23s08 0x3e97defc mcp23x08_regmap +EXPORT_SYMBOL_GPL drivers/pinctrl/pinctrl-mcp23s08 0xe2a758f9 mcp23s08_probe_one +EXPORT_SYMBOL_GPL drivers/pinctrl/qcom/pinctrl-lpass-lpi 0xd01ce21c lpi_pinctrl_remove +EXPORT_SYMBOL_GPL drivers/pinctrl/qcom/pinctrl-lpass-lpi 0xdb04d359 lpi_pinctrl_probe +EXPORT_SYMBOL_GPL drivers/platform/chrome/cros-ec-sensorhub 0x2fbcba83 cros_ec_sensorhub_unregister_push_data +EXPORT_SYMBOL_GPL drivers/platform/chrome/cros-ec-sensorhub 0xdd926e65 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 0x4364ac5d reboot_mode_unregister +EXPORT_SYMBOL_GPL drivers/power/reset/reboot-mode 0x4a438809 devm_reboot_mode_register +EXPORT_SYMBOL_GPL drivers/power/reset/reboot-mode 0x8727fe13 devm_reboot_mode_unregister +EXPORT_SYMBOL_GPL drivers/power/reset/reboot-mode 0xd5ebf598 reboot_mode_register +EXPORT_SYMBOL_GPL drivers/power/supply/bq27xxx_battery 0x4aba1235 bq27xxx_battery_teardown +EXPORT_SYMBOL_GPL drivers/power/supply/bq27xxx_battery 0x8dc9fcf4 bq27xxx_battery_setup +EXPORT_SYMBOL_GPL drivers/power/supply/bq27xxx_battery 0x97692b5d bq27xxx_battery_update +EXPORT_SYMBOL_GPL drivers/power/supply/pcf50633-charger 0x935aa315 pcf50633_mbc_get_usb_online_status +EXPORT_SYMBOL_GPL drivers/power/supply/pcf50633-charger 0xa54a00c4 pcf50633_mbc_get_status +EXPORT_SYMBOL_GPL drivers/power/supply/pcf50633-charger 0xfb7f43f3 pcf50633_mbc_usb_curlim_set +EXPORT_SYMBOL_GPL drivers/ptp/ptp-qoriq 0x034fda50 ptp_qoriq_init +EXPORT_SYMBOL_GPL drivers/ptp/ptp-qoriq 0x0ecf884f ptp_qoriq_adjtime +EXPORT_SYMBOL_GPL drivers/ptp/ptp-qoriq 0x2eae82b0 ptp_qoriq_isr +EXPORT_SYMBOL_GPL drivers/ptp/ptp-qoriq 0x648c8924 ptp_qoriq_free +EXPORT_SYMBOL_GPL drivers/ptp/ptp-qoriq 0x6d4fa457 ptp_qoriq_adjfine +EXPORT_SYMBOL_GPL drivers/ptp/ptp-qoriq 0x89114d8a ptp_qoriq_settime +EXPORT_SYMBOL_GPL drivers/ptp/ptp-qoriq 0xb766b414 ptp_qoriq_gettime +EXPORT_SYMBOL_GPL drivers/ptp/ptp-qoriq 0xf345e74d extts_clean_up +EXPORT_SYMBOL_GPL drivers/ptp/ptp-qoriq 0xf7587711 ptp_qoriq_enable +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0x11d2f707 mc13xxx_get_num_regulators_dt +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0x2c1129d9 mc13xxx_regulator_ops +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0x5341e349 mc13xxx_fixed_regulator_set_voltage +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0x6c06c90d mc13xxx_fixed_regulator_ops +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0x878d6666 mc13xxx_parse_regulators_dt +EXPORT_SYMBOL_GPL drivers/regulator/rohm-regulator 0x342605f3 rohm_regulator_set_voltage_sel_restricted +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0x49a0cd78 wm8350_isink_set_flash +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0x6a57de17 wm8350_register_led +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0x771a98fd wm8350_ldo_set_slot +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0x8277a75b wm8350_dcdc25_set_mode +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0x91d75338 wm8350_dcdc_set_slot +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0xe3fd4932 wm8350_register_regulator +EXPORT_SYMBOL_GPL drivers/regulator/wm8400-regulator 0xb089c73b wm8400_register_regulator +EXPORT_SYMBOL_GPL drivers/remoteproc/mtk_scp 0x0ee93bf7 scp_get_device +EXPORT_SYMBOL_GPL drivers/remoteproc/mtk_scp 0x4b14804d scp_mapping_dm_addr +EXPORT_SYMBOL_GPL drivers/remoteproc/mtk_scp 0x90417d82 scp_get_vdec_hw_capa +EXPORT_SYMBOL_GPL drivers/remoteproc/mtk_scp 0x9a3297e7 scp_put +EXPORT_SYMBOL_GPL drivers/remoteproc/mtk_scp 0xa4a00b39 scp_get_venc_hw_capa +EXPORT_SYMBOL_GPL drivers/remoteproc/mtk_scp 0xaae8c51c scp_get_rproc +EXPORT_SYMBOL_GPL drivers/remoteproc/mtk_scp 0xc4623bf0 scp_get +EXPORT_SYMBOL_GPL drivers/remoteproc/mtk_scp_ipi 0x09313652 scp_memcpy_aligned +EXPORT_SYMBOL_GPL drivers/remoteproc/mtk_scp_ipi 0x203f3240 scp_ipi_lock +EXPORT_SYMBOL_GPL drivers/remoteproc/mtk_scp_ipi 0x2a9c0fcb scp_ipi_register +EXPORT_SYMBOL_GPL drivers/remoteproc/mtk_scp_ipi 0x4f218bd3 scp_ipi_unregister +EXPORT_SYMBOL_GPL drivers/remoteproc/mtk_scp_ipi 0x64d6ce49 scp_ipi_unlock +EXPORT_SYMBOL_GPL drivers/remoteproc/mtk_scp_ipi 0xee7524f5 scp_ipi_send +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_common 0x064ad63f qcom_remove_smd_subdev +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_common 0x0fa538df qcom_register_ssr_notifier +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_common 0x2f384a73 qcom_minidump +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_common 0x5a60aeaf qcom_register_dump_segments +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_common 0x65eb3382 qcom_add_glink_subdev +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_common 0x69c4effe qcom_remove_glink_subdev +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_common 0xb30c0601 qcom_add_ssr_subdev +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_common 0xc4aff5a5 qcom_add_smd_subdev +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_common 0xd3343437 qcom_remove_ssr_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 0x04bc1d86 qcom_q6v5_prepare +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_q6v5 0x6b09f1a2 qcom_q6v5_panic +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_q6v5 0x9c5fbc54 qcom_q6v5_init +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_q6v5 0xb4de0820 qcom_q6v5_unprepare +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_q6v5 0xca27bd3c qcom_q6v5_deinit +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_q6v5 0xdb9e30bf qcom_q6v5_wait_for_start +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_q6v5 0xfb554295 qcom_q6v5_request_stop +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 0xe693fae9 qcom_add_sysmon_subdev +EXPORT_SYMBOL_GPL drivers/rpmsg/mtk_rpmsg 0x86903274 mtk_rpmsg_destroy_rproc_subdev +EXPORT_SYMBOL_GPL drivers/rpmsg/mtk_rpmsg 0xfedaeb29 mtk_rpmsg_create_rproc_subdev +EXPORT_SYMBOL_GPL drivers/rpmsg/qcom_glink 0x149236da qcom_glink_native_remove +EXPORT_SYMBOL_GPL drivers/rpmsg/qcom_glink 0x383fa6bf qcom_glink_native_probe +EXPORT_SYMBOL_GPL drivers/rpmsg/qcom_glink 0xf14f5684 qcom_glink_ssr_notify +EXPORT_SYMBOL_GPL drivers/rpmsg/qcom_glink 0xfd2d5a1d qcom_glink_native_unregister +EXPORT_SYMBOL_GPL drivers/rpmsg/qcom_glink_smem 0x72dd75d9 qcom_glink_smem_unregister +EXPORT_SYMBOL_GPL drivers/rpmsg/qcom_glink_smem 0x82860bfa qcom_glink_smem_register +EXPORT_SYMBOL_GPL drivers/rtc/rtc-ds1685 0x2bb62e2f ds1685_rtc_poweroff +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x13a43748 cxgbi_destroy_session +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x17e35c23 cxgbi_parse_pdu_itt +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x1a4e092d cxgbi_device_unregister +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x1a9d56b5 cxgbi_iscsi_init +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x1e14782b cxgbi_device_portmap_create +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x1e73f06c cxgbi_sock_fail_act_open +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x204d8c18 cxgbi_sock_rcv_close_conn_rpl +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x259eb92e cxgbi_sock_purge_wr_queue +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x282b54cb cxgbi_ep_connect +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x296e5135 cxgbi_get_ep_param +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x3104212f cxgbi_hbas_add +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x3c9064bb cxgbi_sock_select_mss +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x4076f1c6 cxgbi_set_host_param +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x4550d540 cxgbi_device_portmap_cleanup +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x5936742d cxgbi_hbas_remove +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x5abddb09 cxgbi_conn_alloc_pdu +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x60c22063 cxgbi_sock_rcv_wr_ack +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x6909ae1d cxgbi_sock_check_wr_invariants +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x6da7608c cxgbi_sock_rcv_peer_close +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x796c8a30 cxgbi_sock_established +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x79ef8d60 cxgbi_device_find_by_lldev +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x7d7cfab2 cxgbi_device_find_by_netdev +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x7fdb6004 cxgbi_device_unregister_all +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x88686dd3 cxgbi_conn_tx_open +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x8dec0400 cxgbi_iscsi_cleanup +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x929a28cc cxgbi_create_conn +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x96162412 cxgbi_ep_poll +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x9724633e cxgbi_get_host_param +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x99d2d53f cxgbi_sock_rcv_abort_rpl +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x9a8f3be0 cxgbi_sock_free_cpl_skbs +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x9d6d9138 cxgbi_device_find_by_netdev_rcu +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xac10e23b cxgbi_get_conn_stats +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xae116079 cxgbi_conn_xmit_pdu +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xb2fbe58f cxgbi_ep_disconnect +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xbc1269d0 cxgbi_cleanup_task +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xbc3968f1 cxgbi_sock_act_open_req_arp_failure +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xc011af75 cxgbi_ddp_set_one_ppod +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xcc4e4e1b cxgbi_create_session +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xd73b88ab cxgbi_conn_init_pdu +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xe442f6b6 cxgbi_ddp_ppm_setup +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xef346615 cxgbi_attr_is_visible +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xf3b16b91 cxgbi_device_register +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xf7738058 cxgbi_sock_closed +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xfa35ad72 cxgbi_bind_conn +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xfb721ae4 cxgbi_set_conn_param +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xfb98b029 cxgbi_conn_pdu_ready +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xfd080f1d cxgbi_sock_skb_entail +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x05504c85 fcoe_get_paged_crc_eof +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x09dfe945 fcoe_fc_crc +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x0dd33e69 fcoe_ctlr_device_delete +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x1b2b71a4 fcoe_get_lesb +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x38393406 fcoe_ctlr_device_add +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x3d102fdb fcoe_get_wwn +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x8a6dda56 fcoe_libfc_config +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x8fd725f2 fcoe_fcf_device_delete +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xa8a1b3c4 fcoe_ctlr_get_lesb +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xa9771fc2 fcoe_fcf_device_add +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xbac58840 fcoe_queue_timer +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xc030b4cd fcoe_start_io +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xc3f30cc0 fcoe_wwn_from_mac +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xcaa4e4ec fcoe_link_speed_update +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xd8d571da fcoe_check_wait_queue +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xe89ef27e fcoe_validate_vport_create +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xed907d67 fcoe_clean_pending_queue +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xf09e2614 __fcoe_get_lesb +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xf167cb7a fcoe_wwn_to_str +EXPORT_SYMBOL_GPL drivers/scsi/fdomain 0xa6aefd3a fdomain_destroy +EXPORT_SYMBOL_GPL drivers/scsi/fdomain 0xf7cd33f4 fdomain_create +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x0069629d iscsi_boot_create_kset +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x2f636e74 iscsi_boot_destroy_kset +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x862c83f9 iscsi_boot_create_initiator +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0xa054fce9 iscsi_boot_create_acpitbl +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0xc2647698 iscsi_boot_create_host_kset +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0xc9fafaae iscsi_boot_create_target +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0xd47a146d iscsi_boot_create_ethernet +EXPORT_SYMBOL_GPL drivers/scsi/libfc/libfc 0xe11de78c fc_seq_els_rsp_send +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x04e440d8 iscsi_eh_abort +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x099b634e iscsi_set_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x0bce9015 iscsi_host_free +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x0c89780b iscsi_session_remove +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x0db6693d iscsi_conn_setup +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x1187a341 __iscsi_put_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x12b2ad06 iscsi_switch_str_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x2a19a5d8 iscsi_eh_recover_target +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x2ddb4d3f iscsi_session_recovery_timedout +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x30011861 iscsi_conn_unbind +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x305d636e iscsi_requeue_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x37a22929 iscsi_conn_send_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x3939bb12 iscsi_session_free +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x3bef2f73 iscsi_pool_init +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x3c30038d iscsi_host_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x3efed860 iscsi_verify_itt +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x40cafd06 __iscsi_complete_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x45206b23 iscsi_suspend_rx +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x5aa07cdf iscsi_session_setup +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x5da4226d iscsi_session_failure +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x6301d6b9 iscsi_suspend_queue +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x6416d9b1 iscsi_eh_cmd_timed_out +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x69726a69 iscsi_queuecommand +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x6c78a65a iscsi_host_set_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x755965e9 iscsi_conn_get_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x79054d95 iscsi_conn_start +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x7dda09aa iscsi_conn_stop +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x8462a35d iscsi_conn_queue_recv +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x88996a45 iscsi_target_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x8d303b1b iscsi_pool_free +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x920726f7 iscsi_get_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x9b55db41 iscsi_suspend_tx +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x9f61e398 iscsi_itt_to_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xa49d4a85 iscsi_complete_scsi_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xb902de3e iscsi_host_add +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xba9826ba iscsi_complete_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xc2621528 iscsi_conn_bind +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xc514bdb5 iscsi_host_get_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xcaeb39e6 iscsi_host_remove +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xcbd89d2b iscsi_session_teardown +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xccf61987 iscsi_put_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xd235ff50 iscsi_itt_to_ctask +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xda3eeb1c iscsi_conn_failure +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xdca5e905 iscsi_eh_session_reset +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xe98f3d73 iscsi_conn_teardown +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xeab9cbd5 iscsi_conn_get_addr_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xeba73b79 iscsi_prep_data_out_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xefc1f54a iscsi_conn_queue_xmit +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xf043484f iscsi_session_get_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xf522c4b4 iscsi_update_cmdsn +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xf7093f06 iscsi_host_get_max_scsi_cmds +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xfa64b1ac iscsi_eh_device_reset +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x10c21f5b iscsi_tcp_cleanup_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x1a18f53c iscsi_segment_seek_sg +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x233fa33e iscsi_tcp_conn_teardown +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x31f0b6f2 iscsi_tcp_r2tpool_free +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x3db43b72 iscsi_segment_init_linear +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x46413384 iscsi_tcp_set_max_r2t +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x7662fd8f iscsi_tcp_conn_setup +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x7ec26c25 iscsi_tcp_dgst_header +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x8f0c841c iscsi_tcp_segment_unmap +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x96a13b77 iscsi_tcp_recv_segment_is_hdr +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xa3367955 iscsi_tcp_task_init +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xa68d6e74 iscsi_tcp_conn_get_stats +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xab74fb8c iscsi_tcp_task_xmit +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xbdbe010f iscsi_tcp_segment_done +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xd07e2842 iscsi_tcp_recv_skb +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xe72319ca iscsi_tcp_r2tpool_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xe7a7040c iscsi_tcp_hdr_recv_prep +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x00adba76 sas_query_task +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x0ed97668 sas_ata_device_link_abort +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x14efa288 sas_ioctl +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x1a0f1bb8 sas_eh_device_reset_handler +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x2c871e81 sas_unregister_ha +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x391dde98 sas_notify_port_event +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x4e335772 sas_execute_internal_abort_dev +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x578f190c sas_target_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x5b969979 sas_register_ha +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x6b93eae3 sas_abort_task +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x855799f0 sas_clear_task_set +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x89c5edf1 sas_ata_schedule_reset +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x8b74d406 sas_ssp_task_response +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x8f616480 sas_slave_configure +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x90fd3b50 sas_slave_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x9127ed1b sas_get_local_phy +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x9138ba5a sas_change_queue_depth +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x9685ab9e smp_ata_check_ready_type +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x9c2393a0 sas_target_destroy +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xa2a5a7e9 sas_find_attached_phy_id +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xa8df7376 sas_eh_abort_handler +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xa9b8eb12 dev_attr_phy_event_threshold +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xb3e6af3b sas_lu_reset +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xb81283a0 sas_phy_reset +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xbbfe51e5 sas_notify_phy_event +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xbc1128df sas_request_addr +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xcaf20124 sas_abort_task_set +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xcfd722c9 sas_task_abort +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xd3622563 sas_eh_target_reset_handler +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xd858fe29 sas_domain_attach_transport +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xda2879a9 sas_drain_work +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xda72b3c2 sas_queuecommand +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xf18c2b9c sas_execute_ata_cmd +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xf512d379 sas_execute_internal_abort_single +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xf6ba0c75 sas_bios_param +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xfc4f57dd sas_phy_enable +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_fc 0x247f336e fc_eh_should_retry_cmd +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x028b6f61 __tracepoint_iscsi_dbg_tcp +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x07ba6118 iscsi_is_session_dev +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x0b33970c iscsi_unregister_transport +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x0d665652 __traceiter_iscsi_dbg_sw_tcp +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x0e10d0ed iscsi_flashnode_bus_match +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x1d27e686 iscsi_lookup_endpoint +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x1f0eb262 iscsi_ping_comp_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x2a8527a3 __tracepoint_iscsi_dbg_sw_tcp +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x2ef30645 iscsi_find_flashnode_sess +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x338f0d3f __tracepoint_iscsi_dbg_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x35a36352 iscsi_conn_error_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x3954e81a iscsi_create_flashnode_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x3b331eed iscsi_add_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x3bd39e1f iscsi_session_chkready +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x3c98534b iscsi_destroy_flashnode_sess +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x44baeba6 iscsi_host_for_each_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x49da3ca4 iscsi_add_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x4aa7e21b iscsi_post_host_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x4e5dc087 iscsi_conn_login_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x505977d3 iscsi_get_port_speed_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x513d5196 iscsi_session_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x557dabcb iscsi_destroy_endpoint +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x57537991 iscsi_block_scsi_eh +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x584a31ab __SCK__tp_func_iscsi_dbg_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x5f37bdd1 iscsi_put_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x63ce5bf8 __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 0x6ebafd12 iscsi_alloc_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x6f172433 iscsi_destroy_iface +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x70b1a9fb iscsi_alloc_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x71b768b0 __SCK__tp_func_iscsi_dbg_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x779eab9e iscsi_create_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x79a9b889 iscsi_is_session_online +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x7ced5abd __tracepoint_iscsi_dbg_eh +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x7d351036 iscsi_recv_pdu +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x82ab4a28 __tracepoint_iscsi_dbg_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x84a005f1 iscsi_get_router_state_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x84c70e0b iscsi_block_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x88768c48 __SCK__tp_func_iscsi_dbg_tcp +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x9cfc1809 iscsi_offload_mesg +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x9d3f17c8 iscsi_create_endpoint +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x9f2416c4 __traceiter_iscsi_dbg_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xa24eccfb iscsi_dbg_trace +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xaae91728 iscsi_create_iface +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xab4674c8 __SCK__tp_func_iscsi_dbg_sw_tcp +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xacf4e557 iscsi_find_flashnode_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xad9e3743 iscsi_get_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xadc5ae66 iscsi_free_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xb0fb50d2 iscsi_force_destroy_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xbc071179 iscsi_get_ipaddress_state_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xc518b043 iscsi_create_flashnode_sess +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xd8ddb528 iscsi_get_port_state_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xdde900cc iscsi_register_transport +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xdf952873 iscsi_remove_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xe37d83a9 iscsi_destroy_all_flashnode +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xe3ed0e6b __traceiter_iscsi_dbg_eh +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xe449618b __traceiter_iscsi_dbg_tcp +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xe4c79fa6 __SCK__tp_func_iscsi_dbg_eh +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xec1601b0 iscsi_put_endpoint +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xecdde32c iscsi_remove_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xf79307ca iscsi_unblock_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0x2fefdbc9 sas_disable_tlr +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0x4ec2ed9f sas_is_tlr_enabled +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0xc03501ff sas_tlr_supported +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0xdac3df51 sas_enable_tlr +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_spi 0x0ef06974 spi_populate_ppr_msg +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_spi 0x288ea6bc 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 0x093a4aeb srp_rport_del +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0x0fb1543a srp_stop_rport_timers +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0x1902178a srp_tmo_valid +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0x2ea802b1 srp_attach_transport +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0x3ca057f9 srp_release_transport +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0xd2f00d8d srp_rport_add +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0xe3827d26 srp_remove_host +EXPORT_SYMBOL_GPL drivers/siox/siox-core 0x1da8a73f siox_device_connected +EXPORT_SYMBOL_GPL drivers/siox/siox-core 0x2e01ce11 __siox_driver_register +EXPORT_SYMBOL_GPL drivers/siox/siox-core 0x3b7a8b45 siox_master_register +EXPORT_SYMBOL_GPL drivers/siox/siox-core 0x4d2cbd1c siox_master_alloc +EXPORT_SYMBOL_GPL drivers/siox/siox-core 0xc229702e siox_device_synced +EXPORT_SYMBOL_GPL drivers/siox/siox-core 0xd47651b6 siox_master_unregister +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x0f293fd0 slim_alloc_txn_tid +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x15874de9 slim_report_absent +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x161f8088 slim_do_transfer +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x19931eb4 slim_stream_free +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x23325d13 slim_ctrl_clk_pause +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x33f1f85c slim_stream_unprepare +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x376a6e04 slim_stream_disable +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x3f9b319e slim_xfer_msg +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x42b88c35 slim_writeb +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x55da6855 slim_unregister_controller +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x568e0940 slim_read +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x710ce97f slim_msg_response +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x833fce1e __slim_driver_register +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x88d51cac slim_get_logical_addr +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x9e5d16d7 slim_free_txn_tid +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xa158bd7c slim_device_report_present +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xa91437b8 slim_write +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xbd3d967c slim_stream_prepare +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xced512ff slim_get_device +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xd5ebafef slim_register_controller +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xdace5871 slim_readb +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xdc1add71 slimbus_bus +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xe6d698c5 slim_stream_allocate +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xf02adbce of_slim_get_device +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xf68febb5 slim_driver_unregister +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xf825b1ec slim_stream_enable +EXPORT_SYMBOL_GPL drivers/soc/amlogic/meson-canvas 0x1a807973 meson_canvas_get +EXPORT_SYMBOL_GPL drivers/soc/amlogic/meson-canvas 0x494128eb meson_canvas_alloc +EXPORT_SYMBOL_GPL drivers/soc/amlogic/meson-canvas 0x673c5a86 meson_canvas_config +EXPORT_SYMBOL_GPL drivers/soc/amlogic/meson-canvas 0xfbd79150 meson_canvas_free +EXPORT_SYMBOL_GPL drivers/soc/qcom/apr 0x1e856ff4 apr_driver_unregister +EXPORT_SYMBOL_GPL drivers/soc/qcom/apr 0x32068cd6 aprbus +EXPORT_SYMBOL_GPL drivers/soc/qcom/apr 0x8e4962e0 gpr_send_port_pkt +EXPORT_SYMBOL_GPL drivers/soc/qcom/apr 0xc08f2539 gpr_free_port +EXPORT_SYMBOL_GPL drivers/soc/qcom/apr 0xccad63fc gpr_alloc_port +EXPORT_SYMBOL_GPL drivers/soc/qcom/apr 0xd14f6101 __apr_driver_register +EXPORT_SYMBOL_GPL drivers/soc/qcom/apr 0xd69747d0 gpr_send_pkt +EXPORT_SYMBOL_GPL drivers/soc/qcom/apr 0xd99aa2c5 apr_send_pkt +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 0x116d1e2f qcom_mdt_pas_init +EXPORT_SYMBOL_GPL drivers/soc/qcom/mdt_loader 0x45e1cd7c qcom_mdt_get_size +EXPORT_SYMBOL_GPL drivers/soc/qcom/mdt_loader 0x841918fe qcom_mdt_read_metadata +EXPORT_SYMBOL_GPL drivers/soc/qcom/mdt_loader 0xa812e5ec qcom_mdt_load_no_init +EXPORT_SYMBOL_GPL drivers/soc/qcom/mdt_loader 0xf551115b qcom_mdt_load +EXPORT_SYMBOL_GPL drivers/soundwire/soundwire-bus 0x52209bbd __sdw_register_driver +EXPORT_SYMBOL_GPL drivers/soundwire/soundwire-bus 0x93a2508e sdw_bus_type +EXPORT_SYMBOL_GPL drivers/soundwire/soundwire-bus 0xcf49730e sdw_unregister_driver +EXPORT_SYMBOL_GPL drivers/spi/spi-altera-core 0x32b26661 altera_spi_init_master +EXPORT_SYMBOL_GPL drivers/spi/spi-altera-core 0xb9edd149 altera_spi_irq +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0x64df2ea5 spi_bitbang_cleanup +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0x7720cd3c spi_bitbang_start +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0xacaf1a75 spi_bitbang_setup_transfer +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0xbfca4e45 spi_bitbang_setup +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0xc63b0615 spi_bitbang_init +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0xdc006ed4 spi_bitbang_stop +EXPORT_SYMBOL_GPL drivers/spi/spi-loopback-test 0x2c66e551 spi_test_run_tests +EXPORT_SYMBOL_GPL drivers/spi/spi-loopback-test 0xd142f630 spi_test_execute_msg +EXPORT_SYMBOL_GPL drivers/spi/spi-loopback-test 0xfc864274 spi_test_run_test +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x039b600a spmi_device_alloc +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x1426bee0 __spmi_driver_register +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x18d35a23 spmi_device_add +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x3c779dca spmi_ext_register_write +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x57747966 spmi_controller_add +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x57d200d5 spmi_command_sleep +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x653a9626 spmi_register_zero_write +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x6bb0a23f spmi_register_write +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x7eb96a52 spmi_device_remove +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x7fe1eb78 spmi_command_shutdown +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x8523e984 spmi_command_wakeup +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x8d9cd4cc spmi_controller_alloc +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xa1952429 spmi_command_reset +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xa1e904ec spmi_device_from_of +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xc6b56834 spmi_ext_register_writel +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xec14ac28 spmi_ext_register_read +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xecbe84f3 spmi_controller_remove +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xecc81d00 spmi_register_read +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xf8ffbd4e spmi_ext_register_readl +EXPORT_SYMBOL_GPL drivers/ssb/ssb 0xecd93cc0 ssb_pmu_spuravoid_pllupdate +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0x1c8f0074 anybuss_set_power +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0x28c9bc28 anybuss_recv_msg +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0x2d4ce211 anybuss_write_input +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0x2e8a21fc anybuss_read_output +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0x3e7422dd anybuss_client_driver_unregister +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0x4fd6d673 anybuss_send_ext +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0x5130a1b3 anybuss_send_msg +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0x8a226daf anybuss_start_init +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0x961afe3f anybuss_read_fbctrl +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0xb48658ca devm_anybuss_host_common_probe +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0xf27dc662 anybuss_finish_init +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0xf67380c4 anybuss_client_driver_register +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0xf72355bb 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 0x23017304 fieldbus_dev_unregister +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/fieldbus_dev 0x499c9d99 fieldbus_dev_register +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/fieldbus_dev 0x68edf526 fieldbus_dev_area_updated +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/fieldbus_dev 0xc75c851a fieldbus_dev_online_changed +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0x0862fb41 gb_audio_apbridgea_set_tx_data_size +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0x09660ff3 gb_audio_apbridgea_register_cport +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0x12c5535b gb_audio_apbridgea_stop_tx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0x2525bbb2 gb_audio_apbridgea_shutdown_tx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0x499a9899 gb_audio_apbridgea_prepare_rx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0x57c72119 gb_audio_apbridgea_set_config +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0x7415e6b5 gb_audio_apbridgea_unregister_cport +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0x7a40a691 gb_audio_apbridgea_start_rx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0x8161b3e1 gb_audio_apbridgea_stop_rx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0x8a6b7f02 gb_audio_apbridgea_set_rx_data_size +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0xb6815b08 gb_audio_apbridgea_shutdown_rx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0xbce4e901 gb_audio_apbridgea_start_tx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0xda3e7823 gb_audio_apbridgea_prepare_tx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0x045de2eb gb_audio_gb_activate_tx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0x16dc8058 gb_audio_gb_disable_widget +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0x2b5ee038 gb_audio_gb_get_control +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0x3309f3c5 gb_audio_gb_set_tx_data_size +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0x37055292 gb_audio_gb_set_pcm +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0x5c076573 gb_audio_gb_set_rx_data_size +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0x7cf22981 gb_audio_gb_activate_rx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0x8026635d gb_audio_gb_get_pcm +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0x852d32c3 gb_audio_gb_get_topology +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0x942e18c8 gb_audio_gb_enable_widget +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0x9cd7a3d0 gb_audio_gb_set_control +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0xbd4bc65e gb_audio_gb_deactivate_rx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0xc5e40d34 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 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 0xcad465de gb_audio_manager_get_module +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-manager 0xd982cab6 gb_audio_manager_put_module +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-gbphy 0x5d1e4acf gb_gbphy_deregister_driver +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-gbphy 0xcf0da191 gb_gbphy_register_driver +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-spilib 0x182b0d81 gb_spilib_master_init +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-spilib 0x6fd4099f gb_spilib_master_exit +EXPORT_SYMBOL_GPL drivers/staging/iio/addac/adt7316 0xa3578a5f adt7316_pm_ops +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0x0ca94011 imx_media_of_add_csi +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0x11a0c807 imx_media_pipeline_video_device +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0x188674de imx_media_capture_device_register +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0x2a43cf1a imx_media_capture_device_error +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0x2b5b4a41 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 0x43452c3f imx_media_capture_device_next_buf +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0x4a17de40 imx_media_probe_complete +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0x4bb5f840 imx_media_init_cfg +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 0x6b013e51 imx_media_add_video_device +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0x730b2648 imx_media_pipeline_pad +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0x7d5b2825 imx_media_capture_device_init +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0x7faf6ee6 imx_media_free_dma_buf +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0x98aecef0 imx_media_pipeline_set_stream +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0xa631199b imx_media_grp_id_to_sd_name +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0xa871f8c2 imx_media_dev_notifier_register +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0xa9321ad3 imx_media_pipeline_subdev +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 0xacfb43e1 imx_media_find_subdev_by_devname +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 0xd1c3389d imx_media_dev_init +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 0xd5a9054d imx_media_alloc_dma_buf +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0xdcc55527 imx_media_pipeline_csi2_channel +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 0xf673605f imx_media_find_subdev_by_fwnode +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0xfaa018ed imx_media_capture_device_unregister +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0xffe2f30d imx_media_capture_device_remove +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0x084d4064 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 0x29390d30 codec_hevc_free_fbc_buffers +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0x299bfe10 amvdec_read_dos +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0x43693427 amvdec_write_dos +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0x4c1c1e71 amvdec_dst_buf_done_offset +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0x52169c49 amvdec_src_change +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 0x6ebfe11a codec_hevc_setup_buffers +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0x7ddc4982 amvdec_abort +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0x82f973c3 amvdec_set_canvases +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0x8e14ad78 amvdec_clear_dos_bits +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0x97d94140 codec_hevc_setup_decode_head +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0xaf30b11a codec_hevc_free_mmu_headers +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0xb313c821 amvdec_write_parser +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0xb33191fc amvdec_remove_ts +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0xbb8d2f98 amvdec_read_parser +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0xbccd8164 amvdec_add_ts +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0xd69bda21 amvdec_dst_buf_done +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0xd6ce655a amvdec_set_par_from_dar +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0xdf68241f amvdec_write_dos_bits +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0xe112a082 amvdec_dst_buf_done_idx +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0xea9e3c92 amvdec_get_output_size +EXPORT_SYMBOL_GPL drivers/staging/nvec/nvec 0x265bcd70 nvec_unregister_notifier +EXPORT_SYMBOL_GPL drivers/staging/nvec/nvec 0x9df87697 nvec_register_notifier +EXPORT_SYMBOL_GPL drivers/staging/nvec/nvec 0xe9f05631 nvec_msg_free +EXPORT_SYMBOL_GPL drivers/target/target_core_mod 0x648da418 target_free_cmd_counter +EXPORT_SYMBOL_GPL drivers/target/target_core_mod 0x6aa0c709 target_submit +EXPORT_SYMBOL_GPL drivers/target/target_core_mod 0x8590cbfa target_init_cmd +EXPORT_SYMBOL_GPL drivers/target/target_core_mod 0x8b7517a4 target_stop_cmd_counter +EXPORT_SYMBOL_GPL drivers/target/target_core_mod 0xc03dcf6e target_alloc_cmd_counter +EXPORT_SYMBOL_GPL drivers/target/target_core_mod 0xc30fd7f7 target_wait_for_cmds +EXPORT_SYMBOL_GPL drivers/target/target_core_mod 0xea219317 target_submit_prep +EXPORT_SYMBOL_GPL drivers/target/target_core_mod 0xf9b41b6d target_queue_submission +EXPORT_SYMBOL_GPL drivers/tee/tee 0x00d43fc7 tee_client_get_version +EXPORT_SYMBOL_GPL drivers/tee/tee 0x093da622 tee_shm_register_kernel_buf +EXPORT_SYMBOL_GPL drivers/tee/tee 0x1e80d9be tee_shm_free +EXPORT_SYMBOL_GPL drivers/tee/tee 0x2a239f5a tee_shm_pool_alloc_res_mem +EXPORT_SYMBOL_GPL drivers/tee/tee 0x2be1a396 tee_shm_alloc_priv_buf +EXPORT_SYMBOL_GPL drivers/tee/tee 0x37416016 teedev_open +EXPORT_SYMBOL_GPL drivers/tee/tee 0x67253b94 tee_device_alloc +EXPORT_SYMBOL_GPL drivers/tee/tee 0x6907049f tee_client_open_context +EXPORT_SYMBOL_GPL drivers/tee/tee 0x6f43e3fb tee_device_unregister +EXPORT_SYMBOL_GPL drivers/tee/tee 0x740a89e5 tee_shm_put +EXPORT_SYMBOL_GPL drivers/tee/tee 0x85fd9922 tee_session_calc_client_uuid +EXPORT_SYMBOL_GPL drivers/tee/tee 0x896c3476 tee_shm_get_pa +EXPORT_SYMBOL_GPL drivers/tee/tee 0x94c48d90 tee_client_close_context +EXPORT_SYMBOL_GPL drivers/tee/tee 0xb9d0e37d tee_client_open_session +EXPORT_SYMBOL_GPL drivers/tee/tee 0xbe0df39a tee_bus_type +EXPORT_SYMBOL_GPL drivers/tee/tee 0xc0a963e9 tee_client_invoke_func +EXPORT_SYMBOL_GPL drivers/tee/tee 0xcc40419c tee_shm_alloc_kernel_buf +EXPORT_SYMBOL_GPL drivers/tee/tee 0xcd1d89fb tee_device_register +EXPORT_SYMBOL_GPL drivers/tee/tee 0xd55b2999 tee_client_close_session +EXPORT_SYMBOL_GPL drivers/tee/tee 0xdc576752 tee_get_drvdata +EXPORT_SYMBOL_GPL drivers/tee/tee 0xe00e337a teedev_close_context +EXPORT_SYMBOL_GPL drivers/tee/tee 0xe449b20d tee_shm_get_from_id +EXPORT_SYMBOL_GPL drivers/tee/tee 0xee6d9a77 tee_shm_get_va +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x01d23ee1 tb_property_create_dir +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x06103c9e tb_xdomain_response +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x09e5008c tb_unregister_service_driver +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x154b5f18 tb_service_type +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x1c7e9070 tb_ring_free +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x21a31526 tb_unregister_protocol_handler +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x21b76569 tb_ring_poll +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x21bb11f3 tb_xdomain_lane_bonding_enable +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x255e1b68 tb_ring_alloc_rx +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x277260e8 tb_ring_alloc_tx +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x2b343310 tb_xdomain_release_in_hopid +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x36521060 tb_register_protocol_handler +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x393b4f2f tb_property_free_dir +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x4755b58c tb_ring_stop +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x5b65216a __tb_ring_enqueue +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 0x6ceee74b tb_property_remove +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x71762551 tb_xdomain_find_by_uuid +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x75bd3cd9 tb_ring_start +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x771f5e33 tb_xdomain_alloc_out_hopid +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x77cd8ed1 tb_xdomain_alloc_in_hopid +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x7a099d21 tb_register_service_driver +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x86166e8c tb_property_get_next +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x86265afe tb_xdomain_find_by_route +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x8b62f95e tb_property_add_dir +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x9b2055a8 tb_xdomain_release_out_hopid +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x9ca2235f tb_ring_poll_complete +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xaf67a73c tb_xdomain_request +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xafec688e tb_xdomain_lane_bonding_disable +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xb5c2be6a tb_xdomain_enable_paths +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xb7c7cdce tb_property_add_text +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xc64da6ae tb_property_find +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xd1bfa2c9 tb_xdomain_disable_paths +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xe2697cd4 tb_property_add_data +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xf1cfd1ff tb_register_property_dir +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xfb14b52d tb_xdomain_type +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x0480822e __ufshcd_suspend_prepare +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x0c17ac5d ufshcd_remove +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x17fa51bf ufshcd_clkgate_delay_set +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x1dc96899 ufshcd_hba_stop +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x31d230a8 ufshcd_auto_hibern8_update +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x34dc276b ufshcd_hold +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x35729b87 ufshcd_get_vreg +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x47ae29a0 ufshcd_resume_complete +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x588cd8f9 ufshcd_update_evt_hist +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x5e5ad654 ufshcd_hba_enable +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x5ed706c0 ufshcd_make_hba_operational +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x664f00cd ufshcd_dme_set_attr +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x723b1abf ufshcd_delay_us +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x788b8245 ufshcd_uic_hibern8_enter +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x7c26ef99 ufshcd_init +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x7d2f7d19 ufshcd_release +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x8058f671 ufshcd_config_pwr_mode +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x874d0a78 ufshcd_suspend_prepare +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x8d30d74a ufshcd_dme_configure_adapt +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xa4b7a40c ufshcd_fixup_dev_quirks +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xa5a34575 ufshcd_uic_change_pwr_mode +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xa659eb0f ufshcd_dme_get_attr +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xad3567a7 ufshcd_dump_regs +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xdc9b7cbc ufshcd_dealloc_host +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xdd35bbb0 ufshcd_link_recovery +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xf84c94da ufshcd_uic_hibern8_exit +EXPORT_SYMBOL_GPL drivers/ufs/host/ufshcd-pltfrm 0x30e7058c ufshcd_pltfrm_shutdown +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 0x8ec4da74 ufshcd_pltfrm_init +EXPORT_SYMBOL_GPL drivers/ufs/host/ufshcd-pltfrm 0xd1e3e04b ufshcd_populate_vreg +EXPORT_SYMBOL_GPL drivers/uio/uio 0x909462a8 uio_event_notify +EXPORT_SYMBOL_GPL drivers/uio/uio 0xa98db4a3 __uio_register_device +EXPORT_SYMBOL_GPL drivers/uio/uio 0xc15ad2dd __devm_uio_register_device +EXPORT_SYMBOL_GPL drivers/uio/uio 0xff61acbd uio_unregister_device +EXPORT_SYMBOL_GPL drivers/usb/atm/usbatm 0xe1b41453 usbatm_usb_probe +EXPORT_SYMBOL_GPL drivers/usb/atm/usbatm 0xfaba3c79 usbatm_usb_disconnect +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0x0279e7df cdns_init +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0x11e2e464 cdns_set_vbus +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0x47d426bd cdns_remove +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0x609d4a14 cdns_power_is_lost +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0x697ca663 cdns_drd_gadget_off +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0x7b3ae8b8 cdns_suspend +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0x912e9ed6 cdns_resume +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0x9edf754e cdns_clear_vbus +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0xd1ba92c3 cdns_drd_gadget_on +EXPORT_SYMBOL_GPL drivers/usb/chipidea/ci_hdrc 0x0e7204af ci_hdrc_remove_device +EXPORT_SYMBOL_GPL drivers/usb/chipidea/ci_hdrc 0x3080ac77 ci_hdrc_query_available_role +EXPORT_SYMBOL_GPL drivers/usb/chipidea/ci_hdrc 0x9bc5ebd9 ci_hdrc_add_device +EXPORT_SYMBOL_GPL drivers/usb/chipidea/ci_hdrc 0xa6e2bdd8 hw_phymode_configure +EXPORT_SYMBOL_GPL drivers/usb/chipidea/usbmisc_imx 0x04acd389 imx_usbmisc_hsic_set_connect +EXPORT_SYMBOL_GPL drivers/usb/chipidea/usbmisc_imx 0x3d5d2a4a imx_usbmisc_init_post +EXPORT_SYMBOL_GPL drivers/usb/chipidea/usbmisc_imx 0x76c36652 imx_usbmisc_charger_detection +EXPORT_SYMBOL_GPL drivers/usb/chipidea/usbmisc_imx 0x9d8d372a imx_usbmisc_init +EXPORT_SYMBOL_GPL drivers/usb/chipidea/usbmisc_imx 0xe0ba75d4 imx_usbmisc_resume +EXPORT_SYMBOL_GPL drivers/usb/chipidea/usbmisc_imx 0xe69b197c imx_usbmisc_suspend +EXPORT_SYMBOL_GPL drivers/usb/common/ulpi 0x15c5fba0 __ulpi_register_driver +EXPORT_SYMBOL_GPL drivers/usb/common/ulpi 0x18ae6f50 ulpi_register_interface +EXPORT_SYMBOL_GPL drivers/usb/common/ulpi 0x376739f6 ulpi_read +EXPORT_SYMBOL_GPL drivers/usb/common/ulpi 0x50921fd0 ulpi_unregister_driver +EXPORT_SYMBOL_GPL drivers/usb/common/ulpi 0xad53c5b5 ulpi_write +EXPORT_SYMBOL_GPL drivers/usb/common/ulpi 0xb22c7e7d ulpi_unregister_interface +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x1b0ffd91 u_audio_set_volume +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x2dec3531 u_audio_stop_playback +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x30dc3cc9 u_audio_start_capture +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x3739a2c2 u_audio_get_volume +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x4507f485 u_audio_get_mute +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x4d3c2da3 g_audio_cleanup +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x6cf46624 u_audio_stop_capture +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x6d6e409c u_audio_set_mute +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x7a4ca9a9 u_audio_get_playback_srate +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x86d00ab6 u_audio_get_capture_srate +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0xd1b02406 u_audio_set_capture_srate +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0xd4b8d7d2 u_audio_suspend +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0xde3c76cb u_audio_set_playback_srate +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0xf30b83ae u_audio_start_playback +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0xf7907cc8 g_audio_setup +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x01dafcf6 gether_get_host_addr_u8 +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x2441c09d gether_disconnect +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x2cdb9e99 gether_set_qmult +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x37fd9e2b gether_register_netdev +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x3be27b23 gether_get_qmult +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x42a413ee gether_set_host_addr +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x45637a06 gether_set_gadget +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x47de6c6f gether_get_host_addr +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x52f1b49e gether_set_ifname +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x530dc5f6 gether_setup_name_default +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x6c831ece gether_get_host_addr_cdc +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x86885335 gether_get_ifname +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x8878cfa6 gether_cleanup +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0xa6744efe gether_get_dev_addr +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0xc488554d gether_setup_name +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0xe5861dfa gether_set_dev_addr +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0xe7ce08dc gether_connect +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_serial 0x13531d8d gserial_suspend +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 0x60ea48a0 gs_free_req +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_serial 0x77dbf841 gserial_get_console +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_serial 0xa18ee0bd gserial_set_console +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_serial 0xa3b08d15 gserial_resume +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_serial 0xb01420e9 gserial_connect +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_serial 0xb6652875 gserial_free_line +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_serial 0xbc94904b gserial_disconnect +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 0x207ba1ea ffs_single_dev +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_fs 0x96955a05 ffs_name_dev +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x108859aa fsg_store_removable +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 0x1af22d92 fsg_store_cdrom +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x1ccb58f7 fsg_common_set_num_buffers +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x2933ee1d fsg_ss_bulk_in_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x398778e1 fsg_ss_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x3c6a07d0 fsg_common_create_lun +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x409b383f 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 0x4332b89a fsg_show_ro +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x4464eb0f fsg_lun_open +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 0x597b58ba fsg_show_file +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x6acb4179 fsg_common_set_inquiry_string +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x74e43a1e 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 0x80a8cf18 fsg_lun_close +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 0x987feb76 fsg_store_ro +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 0xaab80a7f fsg_show_inquiry_string +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 0xb99c7d8a fsg_show_removable +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xcaf92cbe fsg_lun_fsync_sub +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xd1a3e8e0 fsg_common_create_luns +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xdc768f57 fsg_store_inquiry_string +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xe25b56ee fsg_show_nofua +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xe3a817f4 fsg_common_set_cdev +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xe9761daf fsg_show_cdrom +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xf4efc0c8 fsg_ss_bulk_out_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xf7ecc412 fsg_store_forced_eject +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xf91dcf65 fsg_store_nofua +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x14e64844 rndis_get_next_response +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x1d5d7060 rndis_signal_connect +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x33dc4808 rndis_set_host_mac +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x4001cd8a rndis_register +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x4d0c0f7a rndis_deregister +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x58733857 rndis_borrow_net +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x7d0aae0d rndis_add_hdr +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x83b5ba8f rndis_signal_disconnect +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x97766a0f rndis_set_param_vendor +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0xa5773841 rndis_set_param_medium +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0xaf971036 rndis_uninit +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0xd837822d rndis_rm_hdr +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0xee62b838 rndis_set_param_dev +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0xf649ba95 rndis_free_response +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0xf79a35c3 rndis_msg_parser +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 0x1068cd23 config_ep_by_speed_and_alt +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x17edcc56 usb_put_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x2e09263f usb_copy_descriptors +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x361a2b2d usb_function_activate +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x42ee24db usb_add_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x486c7a74 usb_string_id +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x4877b5db usb_add_config_only +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x4a2f95b2 usb_string_ids_n +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x4beb505d usb_gadget_get_string +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x71c0e188 usb_get_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x80877815 usb_interface_id +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x83a4074a usb_otg_descriptor_init +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x878703b6 usb_add_config +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x8a4d0967 usb_function_deactivate +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x982cb36d alloc_ep_req +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x9c98f944 usb_composite_setup_continue +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x9e8ebf41 usb_ep_autoconfig_ss +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x9faeaffc usb_composite_probe +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xa32cbf2b usb_function_unregister +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xad507109 usb_gstrings_attach +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xaf50dba0 usb_ep_autoconfig +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xb3bd2a52 usb_function_register +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xb603a6ad usb_remove_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xc24b57aa usb_put_function_instance +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xc671d90c usb_composite_overwrite_options +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xce25206e usb_composite_unregister +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xd2ea2134 usb_descriptor_fillbuf +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xd5a14724 usb_get_function_instance +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xd8d6c887 usb_free_all_descriptors +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xdcadad37 usb_ep_autoconfig_reset +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xe17a2c13 config_ep_by_speed +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xe5733e39 usb_assign_descriptors +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xea2275eb usb_string_ids_tab +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xed37a556 unregister_gadget_item +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xf474a207 usb_gadget_config_buf +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xf7ee2f79 usb_otg_descriptor_alloc +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x05cad57a udc_basic_init +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x1a9a9bd7 udc_remove +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x5d01d078 udc_irq +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x8de435b4 init_dma_pools +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x9245a8b5 empty_req_queue +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0xb4c91019 udc_probe +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0xd3073c30 udc_enable_dev_setup_interrupts +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0xdaa75f51 gadget_release +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0xf1f9b072 udc_mask_unused_interrupts +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0xfc6900d0 free_dma_pools +EXPORT_SYMBOL_GPL drivers/usb/host/xhci-pci-renesas 0x6b69a3bf renesas_xhci_check_request_fw +EXPORT_SYMBOL_GPL drivers/usb/misc/ezusb 0xa6e15a1e ezusb_fx1_ihex_firmware_download +EXPORT_SYMBOL_GPL drivers/usb/misc/ezusb 0xde8e72f1 ezusb_fx1_set_reset +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0x19e90e5d usb_ftdi_elan_write_pcimem +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0x25ce333b usb_ftdi_elan_edset_single +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0x3776dd5e usb_ftdi_elan_edset_setup +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0x3956db81 ftdi_elan_gone_away +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0x86bb8eff usb_ftdi_elan_edset_empty +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0xbfb0efd3 usb_ftdi_elan_edset_flush +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0xe2af6c6d usb_ftdi_elan_edset_input +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0xe72eb0be usb_ftdi_elan_edset_output +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0xfc17ede3 usb_ftdi_elan_read_pcimem +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-am335x-control 0xd652d24e am335x_get_phy_control +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-isp1301 0xf83edf20 isp1301_get_client +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-tegra-usb 0x33ee3619 tegra_usb_phy_preresume +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-tegra-usb 0x6b18fec8 tegra_ehci_phy_restore_end +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-tegra-usb 0x7dba686f tegra_usb_phy_postresume +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-tegra-usb 0xca08cecd tegra_ehci_phy_restore_start +EXPORT_SYMBOL_GPL drivers/usb/serial/usb_wwan 0x70f0b52c usb_wwan_port_probe +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x03b8e811 usb_serial_generic_unthrottle +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x063966e1 usb_serial_generic_write_bulk_callback +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x078cfac6 usb_serial_generic_resume +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x209946a1 usb_serial_generic_write +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x256fea83 usb_serial_generic_submit_read_urbs +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x3bc89231 usb_serial_generic_read_bulk_callback +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x3ffb9de9 usb_serial_generic_process_read_urb +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x405b858c usb_serial_generic_tiocmiwait +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x47a30e93 usb_serial_deregister_drivers +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x56c37c5c usb_serial_generic_write_start +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x5ab71e80 usb_serial_register_drivers +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x7443443a usb_serial_generic_close +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x78d31786 usb_serial_claim_interface +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x84bd6082 usb_serial_generic_get_icount +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x8d5fe683 usb_serial_generic_chars_in_buffer +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x992455db usb_serial_port_softint +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xa401c9cb usb_serial_generic_open +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xc2398103 usb_serial_generic_wait_until_sent +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xd8e63763 usb_serial_generic_throttle +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xed066c1c usb_serial_handle_dcd_change +EXPORT_SYMBOL_GPL drivers/usb/typec/altmodes/typec_displayport 0x6ec26cfd dp_altmode_probe +EXPORT_SYMBOL_GPL drivers/usb/typec/altmodes/typec_displayport 0xfe524046 dp_altmode_remove +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpci 0x6f497a3c tcpci_irq +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpci 0xb6d39d1d 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 0x8f4b926f tcpm_register_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 0xea220941 tcpm_tcpc_reset +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpm 0xeb779665 tcpm_sourcing_vbus +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x01bfefa4 typec_port_register_altmodes +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x02b55607 usb_power_delivery_unregister_capabilities +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x03db97f0 typec_unregister_plug +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x093c8799 typec_register_plug +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x0c1462e7 typec_set_mode +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x0d1fc74a typec_altmode_notify +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x0d35ae57 typec_set_data_role +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x170ae9e1 typec_set_pwr_role +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x1e335977 typec_get_fw_cap +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x21ad4eb4 usb_power_delivery_link_device +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x23a30858 fwnode_typec_mux_get +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x28f2f4ce typec_switch_set_drvdata +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x2a2f7402 typec_partner_set_svdm_version +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x2c0b5d82 typec_unregister_altmode +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x2d1e301d typec_find_power_role +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x31126010 typec_switch_register +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x31721a4c typec_port_register_altmode +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x329395e9 typec_get_negotiated_svdm_version +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x32d804c3 typec_altmode_put_plug +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x3dfbd225 typec_altmode_vdm +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x42ec9f9b typec_plug_set_num_altmodes +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x432c662e typec_unregister_partner +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x481c5957 typec_retimer_set +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x49f3ab5b typec_altmode_update_active +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x4a4118b9 usb_power_delivery_register_capabilities +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x4a982623 typec_mux_get_drvdata +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x4f7473fd typec_partner_set_usb_power_delivery +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x57a20514 typec_plug_register_altmode +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x5899fa28 typec_cable_put +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x5e60f192 typec_partner_usb_power_delivery_register +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x65151c1f typec_altmode_enter +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x68f29881 typec_set_orientation +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x6b3d9465 typec_mux_set +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x6e4aedec typec_unregister_cable +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x6f340b96 typec_switch_get_drvdata +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x737691bf typec_mux_unregister +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x79a62165 typec_altmode_attention +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x7a0a9b2f typec_retimer_unregister +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x7f1f1383 typec_retimer_put +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x80ac9eff typec_get_orientation +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x835c8b94 typec_partner_set_identity +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x84028b68 typec_partner_set_num_altmodes +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x86521d45 typec_switch_put +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x86ea33b7 typec_retimer_get_drvdata +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x8b109533 usb_power_delivery_unregister +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x9049491e typec_find_port_data_role +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x936e1910 usb_power_delivery_register +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x9a939125 typec_get_drvdata +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x9e858d60 typec_altmode_unregister_driver +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x9edfbb77 typec_switch_unregister +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xa254de98 typec_find_orientation +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xa2e46509 typec_altmode_get_plug +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xa41b5da4 typec_set_vconn_role +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xa6a04da0 typec_set_pwr_opmode +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xa7c29486 typec_cable_set_identity +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xa85c7e8d typec_unregister_port +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xa88ac937 typec_port_set_usb_power_delivery +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xae835615 __typec_altmode_register_driver +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xb15f0214 typec_partner_set_pd_revision +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xc0f61f3e typec_match_altmode +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xc113e974 typec_retimer_register +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xc6588dae typec_register_port +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xc92816c4 typec_register_partner +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xcb0f5988 typec_mux_set_drvdata +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xccf3bbe5 typec_register_cable +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xd1f3f586 typec_altmode2port +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xd2fa1286 typec_switch_set +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xd4bec165 fwnode_typec_switch_get +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xd8caf0de typec_partner_register_altmode +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xe06e58e7 typec_cable_is_active +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xe5815b81 typec_mux_register +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xe9ba6127 typec_altmode_get_partner +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xeafc1eb8 typec_find_port_power_role +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xecd474bd typec_cable_get +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xf1234a8b typec_find_pwr_opmode +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xf424b0bb typec_altmode_exit +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xf986e77a usb_power_delivery_unlink_device +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xfbf6d8c1 fwnode_typec_retimer_get +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xfc8df340 typec_mux_put +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0x6a160d2f ucsi_register +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0x6ca56bc2 ucsi_get_drvdata +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0xa441ae1a ucsi_connector_change +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0xb5ccc4f3 ucsi_destroy +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0xbbeffeb9 ucsi_set_drvdata +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0xd907ab2a ucsi_unregister +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0xe6a0a2c5 ucsi_create +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0xeb7f5117 ucsi_send_command +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0xf1e933a4 ucsi_resume +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x2f1a3081 usbip_pad_iso +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x330d270e usbip_recv +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x624eb159 usbip_dump_urb +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x69bd65ff usbip_recv_iso +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x78b72f44 usbip_debug_flag +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x7b11d6b9 dev_attr_usbip_debug +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x801ee35b usbip_event_happened +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x87d843bf usbip_start_eh +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xa8981354 usbip_recv_xbuff +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xb655e2cf usbip_stop_eh +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xb96b8df1 usbip_alloc_iso_desc_pdu +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xd02753dc usbip_header_correct_endian +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xe0444f55 usbip_in_eh +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xe1ea0586 usbip_dump_header +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xea531688 usbip_event_add +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xff61c3e6 usbip_pack_pdu +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0x0701ec18 vdpa_set_config +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0x4d798430 vdpa_register_device +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0x78ea8660 vdpa_mgmtdev_register +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0x7b8236c8 vdpa_mgmtdev_unregister +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0x8b151027 _vdpa_unregister_device +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0xaee441f0 vdpa_get_config +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0xba0494ef vdpa_unregister_driver +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0xd31641b7 vdpa_unregister_device +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0xe3583b76 _vdpa_register_device +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0xe6f319d6 __vdpa_register_driver +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0xf1cbe27b __vdpa_alloc_device +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa_sim/vdpa_sim 0x9104b58d vdpasim_create +EXPORT_SYMBOL_GPL drivers/vfio/mdev/mdev 0x3c9f2790 mdev_bus_type +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x07bd8663 vfio_pci_core_ioctl +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x0959b693 vfio_pci_core_request +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x0bada07c vfio_pci_core_init_dev +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x1cbd9ea2 vfio_pci_core_aer_err_detected +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x3d12e817 vfio_pci_core_disable +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x4b8f4014 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 0x4e14a9a4 vfio_pci_core_write +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x80b1aa09 vfio_pci_core_err_handlers +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x8479de61 vfio_pci_core_ioctl_feature +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x9286bd08 vfio_pci_core_enable +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0xa4e670e5 vfio_pci_core_sriov_configure +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0xaf3f1734 vfio_pci_core_unregister_device +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0xb089a3e5 vfio_pci_core_match +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0xb1fae0c4 vfio_pci_core_release_dev +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0xba7bc0de vfio_pci_core_mmap +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0xc3290682 vfio_pci_core_read +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0xcfde9b3d vfio_pci_core_close_device +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0xef5fa13c vfio_pci_core_register_dev_region +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0xeff9a4af vfio_pci_core_finish_enable +EXPORT_SYMBOL_GPL drivers/vfio/platform/vfio-platform-base 0x419971eb vfio_platform_release_common +EXPORT_SYMBOL_GPL drivers/vfio/platform/vfio-platform-base 0x546d951f __vfio_platform_register_reset +EXPORT_SYMBOL_GPL drivers/vfio/platform/vfio-platform-base 0xa15efe44 vfio_platform_read +EXPORT_SYMBOL_GPL drivers/vfio/platform/vfio-platform-base 0xa20354f2 vfio_platform_open_device +EXPORT_SYMBOL_GPL drivers/vfio/platform/vfio-platform-base 0xa7b06616 vfio_platform_close_device +EXPORT_SYMBOL_GPL drivers/vfio/platform/vfio-platform-base 0xb2dfe538 vfio_platform_ioctl +EXPORT_SYMBOL_GPL drivers/vfio/platform/vfio-platform-base 0xb9a090d4 vfio_platform_mmap +EXPORT_SYMBOL_GPL drivers/vfio/platform/vfio-platform-base 0xc6798cb6 vfio_platform_write +EXPORT_SYMBOL_GPL drivers/vfio/platform/vfio-platform-base 0xcd5504e4 vfio_platform_unregister_reset +EXPORT_SYMBOL_GPL drivers/vfio/platform/vfio-platform-base 0xe5ac803b vfio_platform_init_common +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x049e3a94 vfio_virqfd_disable +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x0af74284 vfio_mig_get_next_state +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x17833418 vfio_unregister_iommu_driver +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x1f272e48 vfio_file_has_dev +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x2a49786e vfio_virqfd_enable +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x2c16077f vfio_iommufd_physical_bind +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x2fcc6b56 vfio_register_emulated_iommu_dev +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x3370293a _vfio_alloc_device +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x381b7778 vfio_file_set_kvm +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x41d0d5bc vfio_unregister_group_dev +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x44b83e00 vfio_info_cap_add +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x4cc5fd12 vfio_file_is_group +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x510f12db vfio_file_iommu_group +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x6116d96d vfio_iommufd_physical_unbind +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x6cc4bdcb vfio_assign_device_set +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x84783629 vfio_register_iommu_driver +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x98a227ca vfio_iommufd_physical_attach_ioas +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x9bc14c6c vfio_device_set_open_count +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xaf436a2c vfio_iommufd_emulated_bind +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xb8379834 vfio_register_group_dev +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xc87c9e2a vfio_iommufd_emulated_unbind +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xec9c3979 vfio_file_enforced_coherent +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xfb9101e1 vfio_iommufd_emulated_attach_ioas +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xfe2eae00 iova_bitmap_set +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x0602cd74 vhost_log_access_ok +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x23390f8e vhost_work_queue +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x337f4865 vhost_discard_vq_desc +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x3aec58ce vhost_vring_ioctl +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x3cc1f953 vhost_poll_stop +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x44f494e0 vhost_dev_set_owner +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x45ff5662 vhost_vq_avail_empty +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x47191f20 vhost_dev_reset_owner +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x48e9a8d7 vhost_add_used_n +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x4bd98916 vhost_enqueue_msg +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x5890e03e vhost_add_used_and_signal +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x5daa11ee vhost_poll_start +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x6187c079 vhost_poll_queue +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x6211927b vhost_new_msg +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x63d93d59 vhost_dev_init +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x6efc86df vhost_add_used +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x76815559 vhost_dev_has_owner +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x770957a0 vq_meta_prefetch +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x77b799bc vhost_vq_is_setup +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x7d5ff4de vhost_enable_notify +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x835c9fab vhost_dev_ioctl +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x86e752ae vhost_clear_msg +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x87665ee8 vhost_log_write +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x88f24983 vhost_dev_stop +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x8ff5c8b7 vhost_dev_cleanup +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x9412d9df vhost_has_work +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x9529d890 vhost_dev_flush +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x99cf6d0c vhost_disable_notify +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xa0e3d932 vhost_add_used_and_signal_n +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xa21e9066 vhost_signal +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xa909cfc5 vhost_work_init +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xb7004277 vhost_poll_init +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xb87ad764 vhost_vq_init_access +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xc16529f0 vhost_dequeue_msg +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xc42c867f vhost_get_vq_desc +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xcdcd6db6 vhost_chr_read_iter +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xd1dc0041 vhost_set_backend_features +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xdbe00144 vhost_init_device_iotlb +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xeff8fbb5 vhost_dev_check_owner +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xf1dab2e2 vhost_exceeds_weight +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xfd2b3e45 vhost_dev_reset_owner_prepare +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xff50a559 vhost_vq_access_ok +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 0x19e7a5cc ili9320_suspend +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0x3e637dfb ili9320_remove +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0x4f45ab19 ili9320_resume +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0x82ebeb03 ili9320_probe_spi +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0xbaf11b10 ili9320_write_regs +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0xc541b9f1 ili9320_write +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0xf6ea93f2 ili9320_shutdown +EXPORT_SYMBOL_GPL drivers/video/fbdev/core/fb_ddc 0xa0e495fa fb_ddc_read +EXPORT_SYMBOL_GPL drivers/video/fbdev/core/fb_sys_fops 0x16165c7c fb_sys_read +EXPORT_SYMBOL_GPL drivers/video/fbdev/core/fb_sys_fops 0x1e5a9f1d fb_sys_write +EXPORT_SYMBOL_GPL drivers/video/fbdev/omap2/omapfb/dss/omapdss 0x0d9d5baf omapdss_of_get_next_endpoint +EXPORT_SYMBOL_GPL drivers/video/fbdev/omap2/omapfb/dss/omapdss 0x21fb291f omapdss_of_find_source_for_first_ep +EXPORT_SYMBOL_GPL drivers/video/fbdev/omap2/omapfb/dss/omapdss 0xa941bb88 omapdss_of_get_next_port +EXPORT_SYMBOL_GPL drivers/video/fbdev/omap2/omapfb/dss/omapdss 0xf8f0e66b omapdss_of_get_first_endpoint +EXPORT_SYMBOL_GPL drivers/video/fbdev/sis/sisfb 0x3c28a7f1 sis_malloc_new +EXPORT_SYMBOL_GPL drivers/video/fbdev/sis/sisfb 0x87fb8d0e sis_free_new +EXPORT_SYMBOL_GPL drivers/w1/wire 0x215fdd3a w1_write_block +EXPORT_SYMBOL_GPL drivers/w1/wire 0x59d09623 w1_triplet +EXPORT_SYMBOL_GPL drivers/w1/wire 0x5d871768 w1_write_8 +EXPORT_SYMBOL_GPL drivers/w1/wire 0x5ecd1c7e w1_touch_bit +EXPORT_SYMBOL_GPL drivers/w1/wire 0x63757e92 w1_calc_crc8 +EXPORT_SYMBOL_GPL drivers/w1/wire 0x65e69ee5 w1_next_pullup +EXPORT_SYMBOL_GPL drivers/w1/wire 0x7159e33a w1_reset_resume_command +EXPORT_SYMBOL_GPL drivers/w1/wire 0x866e4011 w1_reset_select_slave +EXPORT_SYMBOL_GPL drivers/w1/wire 0xa7a03260 w1_read_8 +EXPORT_SYMBOL_GPL drivers/w1/wire 0xbea54e97 w1_touch_block +EXPORT_SYMBOL_GPL drivers/w1/wire 0xc5b3b053 w1_reset_bus +EXPORT_SYMBOL_GPL drivers/w1/wire 0xca52d99a w1_read_block +EXPORT_SYMBOL_GPL fs/dlm/dlm 0x36ba7d81 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 0x94b858e3 dlm_posix_get +EXPORT_SYMBOL_GPL fs/dlm/dlm 0xae65a1b4 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 0x1c85e8a8 nlmsvc_ops +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x4204aeaa nlmclnt_done +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x943ff4f9 nlmsvc_unlock_all_by_sb +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x96fec026 lockd_up +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x9719f64f nlmclnt_init +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x9cbde0a0 nlmsvc_unlock_all_by_ip +EXPORT_SYMBOL_GPL fs/lockd/lockd 0xaf75591b lockd_down +EXPORT_SYMBOL_GPL fs/lockd/lockd 0xd78b852b nlmclnt_proc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x00e21951 nfs_scan_commit_list +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0291afcd nfs_check_cache_invalid +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 0x04bea77c nfs_alloc_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x07fd2a7d nfs_free_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0a2096e5 nfs_server_copy_userdata +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0a847586 nfs_request_add_commit_list_locked +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0c414f3a nfs_kill_super +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0c8f05a3 __tracepoint_nfs_xdr_bad_filehandle +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0cdfbb0d nfs_file_llseek +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0db8986b nfs_get_lock_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1013637b nfs_sync_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x10962bc2 nfs_auth_info_match +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x11060d22 nfs_commitdata_release +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1127f70c nfs_initiate_commit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x11bd1173 nfs_try_get_tree +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x18c3b439 __traceiter_nfs_fsync_enter +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x19d75000 nfs_init_commit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1c589060 nfs_async_iocounter_wait +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1ce06790 nfs_alloc_fattr_with_label +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1e4d61dc nfs_server_insert_lists +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1f78418e nfs_request_add_commit_list +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x204454b6 nfs_server_remove_lists +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2265e182 nfs_mknod +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x22d795a8 _nfs_display_fhandle_hash +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x24e7cafd nfs_commit_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x251f9a05 nfs_getattr +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x257c2bae nfs_wait_client_init_complete +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x26884ff7 nfs_alloc_fhandle +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x273bfae9 nfs_initiate_pgio +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x27a07aa8 nfs_reconfigure +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x28d22e8c nfs_inode_attach_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2956cbb5 nfs4_label_alloc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2b806a6f nfs_clear_verifier_delegated +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2c18ab73 nfs_client_init_is_complete +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2cb995bd __tracepoint_nfs_fsync_exit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2ccded84 __traceiter_nfs_xdr_status +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2e0049cc nfs_pgio_current_mirror +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3181f02c nfs_init_cinfo +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x319714b6 nfs_client_init_status +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x31e7914f __tracepoint_nfs_xdr_status +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x33923017 nfs_setattr_update_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x33b56ea9 nfs_release_request +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x34e531d6 nfs_instantiate +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x37e828db nfs_create_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x38f23e74 nfs_free_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x39e05ac3 nfs_idmap_cache_timeout +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3d1a387d nfs_init_server_rpcclient +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3f2690f2 nfs_check_flags +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x40356e55 nfs_flock +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x40739385 nfs_wait_bit_killable +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x42775800 nfs_commit_free +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x42f2c81f nfs4_client_id_uniquifier +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x445ccc9c nfs4_dentry_operations +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x45454875 nfs_show_stats +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x45b0e1e9 nfs_setattr +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x465af7d6 nfs_pageio_resend +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x46f8fb49 unregister_nfs_version +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4857ecf3 nfs_rmdir +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x48860ce1 nfs_pageio_init_read +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x49b4d9f0 nfs_probe_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x49e014ea nfs_request_remove_commit_list +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4b273a05 nfs_unlink +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4b4cdb16 nfs_access_zap_cache +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4cb9e001 recover_lost_locks +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4da9e672 nfs_wait_on_request +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4e5c235c alloc_nfs_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4e8a4ce8 nfs_close_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x50e33458 nfs_refresh_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x51892d61 nfs_callback_set_tcpport +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x543e8a6b nfs_atomic_open +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x54ba3cfd nfs_retry_commit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x584b8482 nfs_inc_attr_generation_counter +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5933031f register_nfs_version +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5acd6a60 nfs_pageio_reset_write_mds +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5c5bcea7 nfs_generic_pg_test +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5cc1b020 nfs_invalidate_atime +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5d3400b3 nfs_file_release +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6010544f nfs_setsecurity +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x62d864dd nfs_sb_deactive +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x64d451f2 nfs_post_op_update_inode_force_wcc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6e7c921c nfs_file_set_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6e81f032 __SCK__tp_func_nfs_fsync_exit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6f562041 nfs_rename +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6f8e9e1f nfs_access_get_cached +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x705ed199 nfs_free_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7159c6aa nfs_lookup +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x73584b45 nfs_pgheader_init +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x73dff4c0 __SCK__tp_func_nfs_xdr_status +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x74def27e nfs_file_write +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x767ea8ab nfs_statfs +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x76da1363 nfs_fhget +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x771fd831 put_nfs_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7be247f9 nfs_file_read +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7d6ee5ee nfs_show_options +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7e8d7d5d nfs_writeback_update_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7f3a18e3 nfs_sb_active +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x81bdd71c nfs_permission +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x831cffb7 nfs_d_prune_case_insensitive_aliases +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x842aa210 __tracepoint_nfs_fsync_enter +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x84833dc3 nfs_alloc_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8499de4f nfs_alloc_fattr +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8550c41a nfs_force_lookup_revalidate +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x88f23109 nfs_mkdir +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8f47a857 nfs_zap_acl_cache +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 0x93f7bc79 nfs_drop_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x95007f7e __SCK__tp_func_nfs_xdr_bad_filehandle +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9557bc5c nfs_init_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x959decd4 nfs_show_path +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x97221754 nfs_put_lock_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9772fff0 __traceiter_nfs_xdr_bad_filehandle +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x98b0ece8 nfs_init_timeout_values +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x98b4d5ac nfs_show_devname +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x99e745e3 nfs4_fs_type +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9aeba642 nfs_fs_type +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9e57cbe4 nfs_pageio_init_write +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9f1bab74 nfs_may_open +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9f65bc25 nfs_generic_pgio +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa18511d8 nfs_symlink +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa65e0e9f nfs_write_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa6eb163d nfs_put_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa74e904e nfs_set_cache_invalid +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 0xae128f27 nfs_clear_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xae2a2cbe nfs_file_fsync +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xaf4484c6 nfs_do_submount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb0963db6 nfs_create +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb50b4271 nfs_set_verifier +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb6072c68 nfs_file_mmap +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb7006742 nfs_umount_begin +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb7a01340 nfs_lock +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb7d50099 nfs_path +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc3a2be67 nfs_net_id +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc5a98696 get_nfs_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc69a9b2f nfs_get_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc6c8b8f1 nfs_access_set_mask +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd2a18333 nfs_wb_all +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd4c93012 nfs_dentry_operations +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd78db1d1 nfs_fscache_open_file +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd8026ab1 nfs_alloc_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xdae9b5d7 nfs4_disable_idmapping +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xdb3082ef nfs_dreq_bytes_left +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xdd423840 nfs_file_operations +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xdd817b73 nfs_sops +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xde037d2a nfs_link +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xde4fdd2f nfs_clone_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe532a38c nfs_submount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe5f72b6b nfs_add_or_obtain +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe6e25ea4 nfs_pgio_header_free +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe831dedf nfs_revalidate_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xec1a41a5 nfs_create_rpc_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xec56cf80 nfs_pgio_header_alloc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xef29c59a nfs_filemap_write_and_wait_range +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf2b0d24a __traceiter_nfs_fsync_exit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf6c4ecdb nfs_post_op_update_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf8cad778 nfs_commitdata_alloc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf937c971 nfs_access_add_cache +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf96f04c4 __SCK__tp_func_nfs_fsync_enter +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfa3be07c nfs_client_for_each_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfbfa9ce3 nfs_pageio_reset_read_mds +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfc619abd _nfs_display_fhandle +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfd14c5ec nfs_mark_client_ready +EXPORT_SYMBOL_GPL fs/nfs/nfsv3 0xc8d6ec56 nfs3_set_ds_client +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x00513eed pnfs_generic_layout_insert_lseg +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x054bef45 layoutstats_timer +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x066e476c nfs4_find_or_create_ds_client +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x08b2c467 __SCK__tp_func_ff_layout_commit_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x0ef4545c __tracepoint_pnfs_mds_fallback_pg_get_mirror_count +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x0ff289f3 __SCK__tp_func_pnfs_mds_fallback_pg_init_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x11dfe34a pnfs_set_lo_fail +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x14270a58 pnfs_generic_pg_writepages +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x16cbd5df pnfs_generic_recover_commit_reqs +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x1e82a812 __traceiter_pnfs_mds_fallback_pg_init_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x1f4c3e12 pnfs_generic_write_commit_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x1f6d5a16 pnfs_free_commit_array +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x213358a9 nfs4_init_deviceid_node +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x22f28f47 pnfs_generic_commit_pagelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x2409cab1 pnfs_generic_search_commit_reqs +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x27ad47ea __SCK__tp_func_pnfs_mds_fallback_write_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x2888f05c pnfs_generic_pg_check_range +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x28d4c951 nfs4_pnfs_ds_connect +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x29f237af pnfs_generic_pg_init_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x2c732cec pnfs_generic_ds_cinfo_destroy +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x2e79bf5b __tracepoint_nfs4_pnfs_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x30a44ac3 __SCK__tp_func_ff_layout_write_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x33904d9d nfs4_put_deviceid_node +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x33de9358 nfs4_init_ds_session +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x36efa8db pnfs_generic_clear_request_commit +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x391a6f29 nfs4_proc_getdeviceinfo +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x3cbf2537 pnfs_generic_pg_test +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x3f73eea3 __traceiter_pnfs_mds_fallback_pg_get_mirror_count +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x4543e9b0 __tracepoint_pnfs_mds_fallback_read_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x4bc42b89 pnfs_error_mark_layout_for_return +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x4bd22be5 __traceiter_nfs4_pnfs_commit_ds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x4f4550f8 nfs41_sequence_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x4f7ff3a6 __traceiter_pnfs_mds_fallback_write_pagelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x50db0fbc pnfs_put_lseg +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x51c99161 __traceiter_nfs4_pnfs_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x533c198f __SCK__tp_func_nfs4_pnfs_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x579126b8 __SCK__tp_func_pnfs_mds_fallback_read_pagelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x59f6c5fa __traceiter_nfs4_pnfs_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x5a4314e9 __SCK__tp_func_nfs4_pnfs_commit_ds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x5c4425ed pnfs_generic_ds_cinfo_release_lseg +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x5ca3ae2b __tracepoint_pnfs_mds_fallback_pg_init_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x5d115027 pnfs_read_resend_pnfs +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x5fcca0f2 pnfs_write_done_resend_to_mds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x662d5569 nfs4_test_deviceid_unavailable +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x694bb08c pnfs_layoutcommit_inode +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x69d3558d pnfs_generic_rw_release +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 0x7d979567 __tracepoint_pnfs_mds_fallback_write_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x7f96a316 __traceiter_ff_layout_write_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x7fc693f0 nfs4_sequence_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x80e9d17b __tracepoint_ff_layout_read_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x84bb5c50 pnfs_add_commit_array +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x8591bcdb __tracepoint_nfs4_pnfs_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x86c3110d pnfs_generic_sync +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x89766f79 pnfs_set_layoutcommit +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x8a1019fd pnfs_unregister_layoutdriver +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x8c3e8872 pnfs_ld_read_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x8d3aad34 __tracepoint_nfs4_pnfs_commit_ds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x91227811 nfs4_mark_deviceid_available +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x913dbeba __tracepoint_ff_layout_commit_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x92d07659 nfs4_schedule_migration_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x931b493a pnfs_read_done_resend_to_mds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x931d7f55 __tracepoint_pnfs_mds_fallback_pg_init_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x94acab1b nfs4_schedule_session_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x9588a3b4 __traceiter_pnfs_mds_fallback_read_pagelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x969f3890 nfs4_set_ds_client +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x9cc08aac nfs4_test_session_trunk +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x9dd8cbc3 __traceiter_ff_layout_read_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xa02df320 nfs_map_string_to_numeric +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xa0403c3f __traceiter_pnfs_mds_fallback_read_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xa5c8b581 pnfs_generic_pg_readpages +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xab505b05 pnfs_generic_pg_cleanup +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xaec142fd nfs4_set_rw_stateid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xb655d900 nfs4_schedule_lease_moved_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xb68f2dc0 __tracepoint_ff_layout_write_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xb745c08c pnfs_generic_scan_commit_lists +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xb9ef33e4 pnfs_generic_prepare_to_resend_writes +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xba0eda9c __traceiter_pnfs_mds_fallback_pg_init_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xba53a1ef __SCK__tp_func_pnfs_mds_fallback_pg_init_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xbc71ef61 nfs4_decode_mp_ds_addr +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xbeed12af pnfs_register_layoutdriver +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xc3ef17d7 __traceiter_pnfs_mds_fallback_write_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xc4dd2106 nfs42_proc_layouterror +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xc5ce9851 nfs4_schedule_stateid_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xc7a9d954 __SCK__tp_func_nfs4_pnfs_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xcb480d64 nfs4_setup_sequence +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xcb7ed01e __tracepoint_pnfs_mds_fallback_read_pagelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd0cc4f33 nfs4_pnfs_ds_add +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd21b1aae nfs4_find_get_deviceid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd4e5066b nfs4_schedule_lease_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd5882f2f pnfs_update_layout +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd5eeac3f pnfs_alloc_commit_array +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd63e7810 pnfs_generic_pg_init_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd87f3959 pnfs_report_layoutstat +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xda4373e3 pnfs_generic_pg_check_layout +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xdd271d85 __traceiter_ff_layout_commit_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xdf6991a4 __SCK__tp_func_pnfs_mds_fallback_write_pagelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xe040788f __tracepoint_pnfs_mds_fallback_write_pagelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xe1c2a7b7 pnfs_destroy_layout +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xe916786f nfs_remove_bad_delegation +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xec1af92f nfs4_mark_deviceid_unavailable +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xed15fb41 nfs4_print_deviceid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf0d07c94 nfs4_pnfs_ds_put +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf2bb0792 pnfs_layout_mark_request_commit +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 0xfa10d19c pnfs_ld_write_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xfa90ee57 nfs4_delete_deviceid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xfe02476b pnfs_nfs_generic_sync +EXPORT_SYMBOL_GPL fs/nfs_common/grace 0x1fe1e1ad locks_end_grace +EXPORT_SYMBOL_GPL fs/nfs_common/grace 0x575c0507 opens_in_grace +EXPORT_SYMBOL_GPL fs/nfs_common/grace 0x57cc4a1a locks_start_grace +EXPORT_SYMBOL_GPL fs/nfs_common/grace 0x7d98a4db locks_in_grace +EXPORT_SYMBOL_GPL fs/nfs_common/nfs_acl 0x017b6a4a nfsacl_encode +EXPORT_SYMBOL_GPL fs/nfs_common/nfs_acl 0xb39c2784 nfs_stream_encode_acl +EXPORT_SYMBOL_GPL fs/nfs_common/nfs_acl 0xc2afe7d4 nfsacl_decode +EXPORT_SYMBOL_GPL fs/nfs_common/nfs_acl 0xd22afc5d nfs_stream_decode_acl +EXPORT_SYMBOL_GPL fs/nfsd/nfsd 0x60a746e5 nfsd4_ssc_init_umount_work +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x03967303 o2nm_node_get +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 0x40cb02da 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 0x5a315327 o2nm_node_put +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 0x70a6d2d9 o2hb_register_callback +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x8a04df27 o2nm_get_node_by_num +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xa87bc9e7 o2nm_configured_node_map +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xa941cb47 o2hb_fill_node_map +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xb40d2c00 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 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 0xfb21a808 o2hb_setup_callback +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xfe1298f3 o2net_register_handler +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0x30d758a1 dlmunlock +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0x677d7bb1 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 0xa86d9caa dlmlock +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0xb07b0362 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 0xde62b4df dlm_print_one_lock +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0xfb86b96f dlm_errname +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0xfe6567db dlm_register_domain +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 0x62446add ocfs2_kset +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x76f40744 ocfs2_dlm_lvb +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x9507547f ocfs2_cluster_disconnect +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x96c5b17f ocfs2_stack_glue_register +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xaa720f12 ocfs2_plock +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 0xeada4cbf ocfs2_stack_glue_unregister +EXPORT_SYMBOL_GPL fs/pstore/pstore_blk 0x19c1766a unregister_pstore_device +EXPORT_SYMBOL_GPL fs/pstore/pstore_blk 0x43cc3d4b pstore_blk_get_config +EXPORT_SYMBOL_GPL fs/pstore/pstore_blk 0xeb668a00 register_pstore_device +EXPORT_SYMBOL_GPL fs/pstore/pstore_zone 0x0abc5a0a unregister_pstore_zone +EXPORT_SYMBOL_GPL fs/pstore/pstore_zone 0x334b39eb register_pstore_zone +EXPORT_SYMBOL_GPL fs/smb/common/cifs_arc4 0xabd9af6d cifs_arc4_crypt +EXPORT_SYMBOL_GPL fs/smb/common/cifs_arc4 0xc4c73891 cifs_arc4_setkey +EXPORT_SYMBOL_GPL fs/smb/common/cifs_md4 0x798f3830 cifs_md4_init +EXPORT_SYMBOL_GPL fs/smb/common/cifs_md4 0xceecd9e4 cifs_md4_final +EXPORT_SYMBOL_GPL fs/smb/common/cifs_md4 0xdef1096d cifs_md4_update +EXPORT_SYMBOL_GPL lib/842/842_compress 0xcf048a91 sw842_compress +EXPORT_SYMBOL_GPL lib/842/842_decompress 0xa4adedf1 sw842_decompress +EXPORT_SYMBOL_GPL lib/crc4 0x696b3a5a crc4 +EXPORT_SYMBOL_GPL lib/crypto/libdes 0x0105b595 des_encrypt +EXPORT_SYMBOL_GPL lib/crypto/libdes 0x574eda34 des3_ede_decrypt +EXPORT_SYMBOL_GPL lib/crypto/libdes 0x856a5ef3 des3_ede_encrypt +EXPORT_SYMBOL_GPL lib/crypto/libdes 0xa6aa9857 des_decrypt +EXPORT_SYMBOL_GPL lib/crypto/libdes 0xa77b3b62 des3_ede_expand_key +EXPORT_SYMBOL_GPL lib/crypto/libdes 0xa8fb743d des_expand_key +EXPORT_SYMBOL_GPL lib/crypto/libpoly1305 0x39e8fa4b poly1305_update_generic +EXPORT_SYMBOL_GPL lib/crypto/libpoly1305 0x4a833012 poly1305_final_generic +EXPORT_SYMBOL_GPL lib/crypto/libpoly1305 0x8c874435 poly1305_init_generic +EXPORT_SYMBOL_GPL lib/notifier-error-inject 0x49364aea notifier_err_inject_dir +EXPORT_SYMBOL_GPL lib/notifier-error-inject 0xdc5a50a5 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 0x6cc03400 lowpan_header_compress +EXPORT_SYMBOL_GPL net/6lowpan/6lowpan 0xde5827b3 lowpan_header_decompress +EXPORT_SYMBOL_GPL net/802/garp 0x377620f3 garp_init_applicant +EXPORT_SYMBOL_GPL net/802/garp 0x90a82326 garp_register_application +EXPORT_SYMBOL_GPL net/802/garp 0x9f6354d7 garp_uninit_applicant +EXPORT_SYMBOL_GPL net/802/garp 0xc3b1d0ad garp_request_join +EXPORT_SYMBOL_GPL net/802/garp 0xda381077 garp_request_leave +EXPORT_SYMBOL_GPL net/802/garp 0xef47d48c garp_unregister_application +EXPORT_SYMBOL_GPL net/802/mrp 0x0911f612 mrp_unregister_application +EXPORT_SYMBOL_GPL net/802/mrp 0x0a358d68 mrp_uninit_applicant +EXPORT_SYMBOL_GPL net/802/mrp 0x1eb955fa mrp_request_join +EXPORT_SYMBOL_GPL net/802/mrp 0x49f66331 mrp_init_applicant +EXPORT_SYMBOL_GPL net/802/mrp 0x6d71deda mrp_request_leave +EXPORT_SYMBOL_GPL net/802/mrp 0x9170a5e2 mrp_register_application +EXPORT_SYMBOL_GPL net/802/stp 0x34eb90c6 stp_proto_unregister +EXPORT_SYMBOL_GPL net/802/stp 0xeae2f092 stp_proto_register +EXPORT_SYMBOL_GPL net/9p/9pnet 0x1226c3ab p9_client_xattrcreate +EXPORT_SYMBOL_GPL net/9p/9pnet 0x8962a9ce 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 0x4e870e05 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 0x128eae2f l2cap_chan_put +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0x21336df5 l2cap_chan_set_defaults +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0x61454d42 l2cap_chan_list +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0x6cef94c0 l2cap_add_psm +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0x6ece5273 l2cap_chan_send +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0x7818e116 l2cap_chan_create +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0x913ec0a7 l2cap_chan_connect +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0xc73db47e l2cap_chan_del +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0xed6bfbe5 bt_debugfs +EXPORT_SYMBOL_GPL net/bluetooth/hidp/hidp 0x90158572 hidp_hid_driver +EXPORT_SYMBOL_GPL net/bridge/bridge 0x00004816 br_handle_frame_finish +EXPORT_SYMBOL_GPL net/bridge/bridge 0x060fcbe4 br_port_get_stp_state +EXPORT_SYMBOL_GPL net/bridge/bridge 0x07730e87 br_vlan_get_proto +EXPORT_SYMBOL_GPL net/bridge/bridge 0x17261aa7 br_forward +EXPORT_SYMBOL_GPL net/bridge/bridge 0x23c216fc br_vlan_enabled +EXPORT_SYMBOL_GPL net/bridge/bridge 0x33a0479d br_multicast_has_querier_anywhere +EXPORT_SYMBOL_GPL net/bridge/bridge 0x40b095bb br_fdb_find_port +EXPORT_SYMBOL_GPL net/bridge/bridge 0x4f31caad br_multicast_router +EXPORT_SYMBOL_GPL net/bridge/bridge 0x5813a260 br_dev_queue_push_xmit +EXPORT_SYMBOL_GPL net/bridge/bridge 0x5d30ab33 br_fdb_clear_offload +EXPORT_SYMBOL_GPL net/bridge/bridge 0x681728c5 br_vlan_get_pvid +EXPORT_SYMBOL_GPL net/bridge/bridge 0x78ff99e5 br_mst_enabled +EXPORT_SYMBOL_GPL net/bridge/bridge 0x7c2bd289 br_multicast_has_router_adjacent +EXPORT_SYMBOL_GPL net/bridge/bridge 0x7ee78f20 br_vlan_get_info_rcu +EXPORT_SYMBOL_GPL net/bridge/bridge 0x8bb158c2 br_multicast_list_adjacent +EXPORT_SYMBOL_GPL net/bridge/bridge 0x8dd11ee5 br_multicast_enabled +EXPORT_SYMBOL_GPL net/bridge/bridge 0x9be1e21d nf_br_ops +EXPORT_SYMBOL_GPL net/bridge/bridge 0xb9a7b366 br_mst_get_info +EXPORT_SYMBOL_GPL net/bridge/bridge 0xc3c0a52d br_port_flag_is_set +EXPORT_SYMBOL_GPL net/bridge/bridge 0xd0784bdb br_get_ageing_time +EXPORT_SYMBOL_GPL net/bridge/bridge 0xd2c8881a br_vlan_get_pvid_rcu +EXPORT_SYMBOL_GPL net/bridge/bridge 0xd5217fcd br_forward_finish +EXPORT_SYMBOL_GPL net/bridge/bridge 0xf29b711f br_vlan_get_info +EXPORT_SYMBOL_GPL net/bridge/bridge 0xf5fd7fce br_multicast_has_querier_adjacent +EXPORT_SYMBOL_GPL net/bridge/bridge 0xf74fb167 br_mst_get_state +EXPORT_SYMBOL_GPL net/core/failover 0x62ae7447 failover_register +EXPORT_SYMBOL_GPL net/core/failover 0x68ba6028 failover_slave_unregister +EXPORT_SYMBOL_GPL net/core/failover 0xed90f723 failover_unregister +EXPORT_SYMBOL_GPL net/dccp/dccp 0x04b5f637 dccp_sendmsg +EXPORT_SYMBOL_GPL net/dccp/dccp 0x04e9bfc7 dccp_ioctl +EXPORT_SYMBOL_GPL net/dccp/dccp 0x0b52b72f dccp_send_sync +EXPORT_SYMBOL_GPL net/dccp/dccp 0x0ccadc1c dccp_getsockopt +EXPORT_SYMBOL_GPL net/dccp/dccp 0x122b6f2e dccp_make_response +EXPORT_SYMBOL_GPL net/dccp/dccp 0x12aafc22 dccp_check_req +EXPORT_SYMBOL_GPL net/dccp/dccp 0x12fcff2a dccp_create_openreq_child +EXPORT_SYMBOL_GPL net/dccp/dccp 0x17443220 dccp_setsockopt +EXPORT_SYMBOL_GPL net/dccp/dccp 0x18299968 dccp_feat_signal_nn_change +EXPORT_SYMBOL_GPL net/dccp/dccp 0x182ec2bf dccp_ackvec_parsed_add +EXPORT_SYMBOL_GPL net/dccp/dccp 0x23d5cdec dccp_disconnect +EXPORT_SYMBOL_GPL net/dccp/dccp 0x2a1a15e5 dccp_rcv_established +EXPORT_SYMBOL_GPL net/dccp/dccp 0x2bbc22ee dccp_destroy_sock +EXPORT_SYMBOL_GPL net/dccp/dccp 0x31fb8a63 dccp_destruct_common +EXPORT_SYMBOL_GPL net/dccp/dccp 0x3e30665e dccp_feat_nn_get +EXPORT_SYMBOL_GPL net/dccp/dccp 0x4cdd391d dccp_feat_list_purge +EXPORT_SYMBOL_GPL net/dccp/dccp 0x4e7e86f4 dccp_recvmsg +EXPORT_SYMBOL_GPL net/dccp/dccp 0x4eb734e8 dccp_send_ack +EXPORT_SYMBOL_GPL net/dccp/dccp 0x4fd3a182 dccp_set_state +EXPORT_SYMBOL_GPL net/dccp/dccp 0x578f3f79 dccp_connect +EXPORT_SYMBOL_GPL net/dccp/dccp 0x59814a84 dccp_statistics +EXPORT_SYMBOL_GPL net/dccp/dccp 0x6b5f185c dccp_child_process +EXPORT_SYMBOL_GPL net/dccp/dccp 0x71e1cbbf dccp_parse_options +EXPORT_SYMBOL_GPL net/dccp/dccp 0x799fad82 dccp_init_sock +EXPORT_SYMBOL_GPL net/dccp/dccp 0x80993155 dccp_timestamp +EXPORT_SYMBOL_GPL net/dccp/dccp 0x86be7924 dccp_packet_name +EXPORT_SYMBOL_GPL net/dccp/dccp 0x87b1a7e0 dccp_death_row +EXPORT_SYMBOL_GPL net/dccp/dccp 0x90d5a205 dccp_done +EXPORT_SYMBOL_GPL net/dccp/dccp 0x9598d24d dccp_ackvec_parsed_cleanup +EXPORT_SYMBOL_GPL net/dccp/dccp 0x97d4066e dccp_reqsk_init +EXPORT_SYMBOL_GPL net/dccp/dccp 0x99d2b99b dccp_insert_option +EXPORT_SYMBOL_GPL net/dccp/dccp 0xa03a4174 dccp_hashinfo +EXPORT_SYMBOL_GPL net/dccp/dccp 0xacb5aedf dccp_rcv_state_process +EXPORT_SYMBOL_GPL net/dccp/dccp 0xada5714b dccp_reqsk_send_ack +EXPORT_SYMBOL_GPL net/dccp/dccp 0xb307f1d8 dccp_close +EXPORT_SYMBOL_GPL net/dccp/dccp 0xd426f67d dccp_ctl_make_reset +EXPORT_SYMBOL_GPL net/dccp/dccp 0xd73e16ba inet_dccp_listen +EXPORT_SYMBOL_GPL net/dccp/dccp 0xd75b7072 dccp_orphan_count +EXPORT_SYMBOL_GPL net/dccp/dccp 0xf53de894 dccp_sync_mss +EXPORT_SYMBOL_GPL net/dccp/dccp 0xf6dc59ec dccp_poll +EXPORT_SYMBOL_GPL net/dccp/dccp 0xfb829d8d dccp_shutdown +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x53af66f9 dccp_v4_conn_request +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x5976d5f8 dccp_v4_do_rcv +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x665d13b0 dccp_invalid_packet +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x82f1f0d9 dccp_v4_send_check +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0xb10af46b dccp_v4_request_recv_sock +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0xc28fea27 dccp_v4_connect +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x017f5d5b dsa_devlink_port_region_create +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x0b9afb96 dsa_switch_resume +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x0c6039ac dsa_flush_workqueue +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x1809d540 dsa_8021q_rcv +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x2dd9c905 dsa_switch_suspend +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x35e52d10 dsa_devlink_resource_register +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x417d1fed dsa_8021q_rx_switch_id +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x42c88db1 dsa_port_from_netdev +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x45ca5090 dsa_tag_8021q_bridge_vid +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x58f8e564 dsa_devlink_params_unregister +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x643b595c dsa_switch_shutdown +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x67a67a41 dsa_tag_8021q_find_port_by_vbid +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x766894c0 dsa_devlink_region_create +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x76f343ce dsa_devlink_resource_occ_get_register +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x77bedf15 dsa_tag_drivers_register +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x7cca02a2 dsa_tag_8021q_bridge_leave +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x7f45b36c dsa_tag_drivers_unregister +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x894625da dsa_unregister_switch +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x8bf36788 dsa_enqueue_skb +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x8da16cbc dsa_slave_dev_check +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x9e59271d dsa_8021q_rx_source_port +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x9fcd68c6 dsa_tag_8021q_bridge_join +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xa1c77a90 dsa_devlink_resource_occ_get_unregister +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xb1fece8e dsa_tag_8021q_standalone_vid +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xbb48f7bc dsa_devlink_params_register +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xc23e8d5f dsa_devlink_region_destroy +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xca868ce4 dsa_fdb_present_in_other_db +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xd077e855 dsa_devlink_param_get +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xd1805ca6 dsa_register_switch +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xd45d804f dsa_8021q_xmit +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xd481e88a dsa_mdb_present_in_other_db +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xdba3f9ee dsa_tag_8021q_register +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xe1c05ac0 dsa_switch_find +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xead60676 dsa_tag_8021q_unregister +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xf04f49be dsa_port_phylink_mac_change +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xf13e1803 vid_is_dsa_8021q +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xf6cde228 dsa_devlink_resources_unregister +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xfd3e2b67 dsa_devlink_param_set +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x1ae083ae ieee802154_hdr_peek +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x6d9b11e3 nl802154_scan_event +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x87e2553b ieee802154_max_payload +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0xb1ac20e3 ieee802154_hdr_push +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0xb2f720c3 ieee802154_hdr_peek_addrs +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0xbd2b6ec2 ieee802154_hdr_pull +EXPORT_SYMBOL_GPL net/ife/ife 0x0beadd1c ife_decode +EXPORT_SYMBOL_GPL net/ife/ife 0x126f8a83 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 0xb9709da3 esp_output_tail +EXPORT_SYMBOL_GPL net/ipv4/esp4 0xbd0be1a5 esp_input_done2 +EXPORT_SYMBOL_GPL net/ipv4/esp4 0xecdc89d2 esp_output_head +EXPORT_SYMBOL_GPL net/ipv4/gre 0x4db79bf5 gre_add_protocol +EXPORT_SYMBOL_GPL net/ipv4/gre 0x84dac4c0 gre_del_protocol +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x28b7ff18 inet_diag_dump_icsk +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x458ee817 inet_sk_diag_fill +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x464e1c05 inet_diag_msg_attrs_fill +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x70986aa8 inet_diag_msg_common_fill +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0xb67a4f05 inet_diag_unregister +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0xbb4c76bf inet_diag_bc_sk +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0xd24a5078 inet_diag_register +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0xe41540a0 inet_diag_find_one_icsk +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0xfc76f127 inet_diag_dump_one_icsk +EXPORT_SYMBOL_GPL net/ipv4/ip_gre 0x4933f6a0 gretap_fb_dev_create +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x02373928 ip_tunnel_setup +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x298c45bc ip_tunnel_xmit +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x35112f8f ip_tunnel_init +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x464ad043 ip_md_tunnel_xmit +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x6d1c719a ip_tunnel_change_mtu +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x79ec967f ip_tunnel_siocdevprivate +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x80dbec84 ip_tunnel_delete_nets +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x8f67ceca ip_tunnel_encap_setup +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x90ce420e ip_tunnel_newlink +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x91506fca ip_tunnel_dellink +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xb009f09e ip_tunnel_init_net +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xb5930ee3 ip_tunnel_uninit +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xc0f29fb9 ip_tunnel_ctl +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xc18063c3 ip_tunnel_rcv +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xdc7de0d7 __ip_tunnel_change_mtu +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xe732a5c0 ip_tunnel_changelink +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xed919d19 ip_tunnel_lookup +EXPORT_SYMBOL_GPL net/ipv4/netfilter/arp_tables 0x8b5f5fc6 arpt_alloc_initial_table +EXPORT_SYMBOL_GPL net/ipv4/netfilter/ip_tables 0xb2f23f03 ipt_alloc_initial_table +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_defrag_ipv4 0x65b03e5e nf_defrag_ipv4_enable +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_defrag_ipv4 0xf4399399 nf_defrag_ipv4_disable +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_dup_ipv4 0x74b12d8f nf_dup_ipv4 +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0x096d8d69 nf_reject_ip_tcphdr_put +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0x3f3b0469 nf_reject_iphdr_put +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0x5a1ca407 nf_send_reset +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0x714e3c83 nf_reject_skb_v4_unreach +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0x7680e517 nf_reject_skb_v4_tcp_reset +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0x804129b8 nf_send_unreach +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0x95770ead nf_reject_ip_tcphdr_get +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_socket_ipv4 0x589a3632 nf_sk_lookup_slow_v4 +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_tproxy_ipv4 0x1c3ef311 nf_tproxy_laddr4 +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_tproxy_ipv4 0x551dbc6d nf_tproxy_get_sock_v4 +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_tproxy_ipv4 0xe1744ecb nf_tproxy_handle_time_wait4 +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nft_fib_ipv4 0x07a003f9 nft_fib4_eval_type +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nft_fib_ipv4 0x2c29ad5c nft_fib4_eval +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x06add07c tcp_vegas_get_info +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x101a2b97 tcp_vegas_init +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x64f431c2 tcp_vegas_pkts_acked +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0xc2f0b96f tcp_vegas_cwnd_event +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0xe972a3f1 tcp_vegas_state +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0x0a712f27 udp_tunnel_notify_del_rx_port +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0x10e857d4 setup_udp_tunnel_sock +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0x12b9affe udp_tunnel_notify_add_rx_port +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0x1945c126 udp_tunnel_xmit_skb +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0x25c223dc udp_tunnel_sock_release +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0x35f06b7c udp_tunnel_drop_rx_port +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0x77b734b5 udp_tunnel_push_rx_port +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0xc1e1b9ce udp_tun_rx_dst +EXPORT_SYMBOL_GPL net/ipv6/esp6 0x41fad9e8 esp6_output_tail +EXPORT_SYMBOL_GPL net/ipv6/esp6 0x6588b1b6 esp6_output_head +EXPORT_SYMBOL_GPL net/ipv6/esp6 0x7499391e esp6_input_done2 +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0x3389458f ip6_tnl_xmit_ctl +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0x8e9c8294 ip6_tnl_rcv_ctl +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0xf359d415 ip6_tnl_encap_setup +EXPORT_SYMBOL_GPL net/ipv6/ip6_udp_tunnel 0x447a6533 udp_sock_create6 +EXPORT_SYMBOL_GPL net/ipv6/ip6_udp_tunnel 0xed818268 udp_tunnel6_xmit_skb +EXPORT_SYMBOL_GPL net/ipv6/netfilter/ip6_tables 0x80ba424c ip6t_alloc_initial_table +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_defrag_ipv6 0x128a8b60 nf_ct_frag6_gather +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_defrag_ipv6 0x695b77a3 nf_defrag_ipv6_enable +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_defrag_ipv6 0xeebb05ea nf_defrag_ipv6_disable +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_dup_ipv6 0xc9312849 nf_dup_ipv6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0x2c962c56 nf_reject_skb_v6_unreach +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0x5f4f77d3 nf_send_reset6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0x6e5fdaac nf_reject_ip6_tcphdr_get +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0x8291493d nf_reject_skb_v6_tcp_reset +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0xa7f8bb6a nf_reject_ip6_tcphdr_put +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0xdbaf8df6 nf_send_unreach6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0xe9734e5f nf_reject_ip6hdr_put +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_socket_ipv6 0xdffd975b nf_sk_lookup_slow_v6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_tproxy_ipv6 0x3c82d6c4 nf_tproxy_get_sock_v6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_tproxy_ipv6 0x7d4eec53 nf_tproxy_handle_time_wait6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_tproxy_ipv6 0xcf2e50b2 nf_tproxy_laddr6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nft_fib_ipv6 0xa9b3b013 nft_fib6_eval +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nft_fib_ipv6 0xb47b2d52 nft_fib6_eval_type +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x086aa00d l2tp_session_create +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x0ef2498c l2tp_session_register +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x15043bab l2tp_session_get_nth +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x1babff84 l2tp_tunnel_get +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x3e3cd9dd l2tp_session_set_header_len +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x592a9729 l2tp_tunnel_delete +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x64eaf536 l2tp_tunnel_dec_refcount +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x67c99ccd l2tp_session_get +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x6c50e1f8 l2tp_session_get_by_ifname +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x6deec9b0 l2tp_session_inc_refcount +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x788a9a5c l2tp_sk_to_tunnel +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x8a6dd18f l2tp_tunnel_create +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x98ec73cf l2tp_tunnel_register +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x9bf0be14 l2tp_tunnel_get_session +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xa1b7f710 l2tp_udp_encap_recv +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xad6c23e3 l2tp_recv_common +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xae6b4bf5 l2tp_xmit_skb +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xdff2267a l2tp_tunnel_inc_refcount +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xed671af4 l2tp_tunnel_get_nth +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xf2d15396 l2tp_session_dec_refcount +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xfc322026 l2tp_session_delete +EXPORT_SYMBOL_GPL net/l2tp/l2tp_ip 0x8142eb86 l2tp_ioctl +EXPORT_SYMBOL_GPL net/l2tp/l2tp_netlink 0x337f2432 l2tp_nl_unregister_ops +EXPORT_SYMBOL_GPL net/l2tp/l2tp_netlink 0xfe61b0be l2tp_nl_register_ops +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x0867ac18 ieee80211_ready_on_channel +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x118567a2 ieee80211_iterate_stations +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x1280aa50 wdev_to_ieee80211_vif +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x16ad7c5f ieee80211_tkip_add_iv +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x1d7dab2c ieee80211_update_mu_groups +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x1dab0efe ieee80211_set_key_rx_seq +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x2c64fd81 ieee80211_resume_disconnect +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x31bdf132 ieee80211_find_sta_by_ifaddr +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x381715ae ieee80211_find_sta_by_link_addrs +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x3ace91c1 ieee80211_iterate_active_interfaces_atomic +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x51fbc064 ieeee80211_obss_color_collision_notify +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x57d6ef0a ieee80211_hw_restart_disconnect +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x5dcfa020 ieee80211_iterate_stations_atomic +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x6004ed66 ieee80211_set_active_links +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x6d96d51b ieee80211_calc_tx_airtime +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x7031a50a ieee80211_calc_rx_airtime +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x710852d3 ieee80211_iterate_active_interfaces_mtx +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x90adc7cf ieee80211_vif_to_wdev +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x95342454 ieee80211_iter_chan_contexts_atomic +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x9c8949e7 ieee80211_gtk_rekey_add +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x9e1c1431 ieee80211_key_replay +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x9e73acad ieee80211_set_active_links_async +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x9f823aaa ieee80211_gtk_rekey_notify +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x9fb13a1a ieee80211_iterate_interfaces +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xa62ccf8a ieee80211_color_change_finish +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xaac4aa4a ieee80211_request_smps +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xbe6d0069 ieee80211_ave_rssi +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xd004ea88 ieee80211_key_mic_failure +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xea792270 ieee80211_remove_key +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xfb2c8878 ieee80211_remain_on_channel_expired +EXPORT_SYMBOL_GPL net/mpls/mpls_router 0x2f0b6967 mpls_pkt_too_big +EXPORT_SYMBOL_GPL net/mpls/mpls_router 0x456ca3e7 mpls_output_possible +EXPORT_SYMBOL_GPL net/mpls/mpls_router 0x50cdca1f nla_put_labels +EXPORT_SYMBOL_GPL net/mpls/mpls_router 0x8ee316eb nla_get_labels +EXPORT_SYMBOL_GPL net/mpls/mpls_router 0xb4c32aba mpls_stats_inc_outucastpkts +EXPORT_SYMBOL_GPL net/mpls/mpls_router 0xd878a4a2 mpls_dev_mtu +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x0babe64c ip_set_elem_len +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x2144c788 ip_set_type_unregister +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x22d966c6 ip_set_range_to_cidr +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x397f6231 ip_set_free +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x3fdf4a43 ip_set_put_flags +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x42cc4808 ip_set_test +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x4d54295d ip_set_init_comment +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x50124fac ip_set_nfnl_put +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x60be3623 ip_set_del +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x6344eaf6 ip_set_alloc +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x7924b6de ip_set_hostmask_map +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x81fff2d1 ip_set_netmask_map +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x83035392 ip_set_name_byindex +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x8423404d ip_set_get_byname +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x8d68bfd6 ip_set_get_ip4_port +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x92456ce7 ip_set_get_extensions +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x99e31549 ip_set_add +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x9e98722b ip_set_get_ipaddr6 +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xa10e57f7 ip_set_match_extensions +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xa293f8a6 ip_set_get_ipaddr4 +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xa5da229b ip_set_nfnl_get_byindex +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xd1500baf ip_set_put_byindex +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xe5689f57 ip_set_get_ip6_port +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xf913e977 ip_set_type_register +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xfaebb70b ip_set_extensions +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xfe6d5540 ip_set_put_extensions +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0x06be7d39 unregister_ip_vs_pe +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0x6cdecebd ip_vs_conn_in_get_proto +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0x7f281623 ip_vs_conn_out_get_proto +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0x9e7e538a register_ip_vs_pe +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0x563c8e1d nf_conncount_gc_list +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0x5aba9fda nf_conncount_list_init +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0x5d74c5ff nf_conncount_count +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0x667135a4 nf_conncount_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0x84e6f727 nf_conncount_add +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0xb2d711d4 nf_conncount_cache_free +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0xf0c9f30c nf_conncount_init +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x02142ac6 nf_l4proto_log_invalid +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 0x0c3a80e4 nf_ct_expect_related_report +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x12a2ef35 nf_conntrack_helpers_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x14bc200b nf_connlabels_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x16dd0ea8 nf_connlabels_replace +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x1994a109 nf_ct_expect_iterate_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x1a862d4a nf_ct_helper_init +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x20653522 nf_conntrack_eventmask_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 0x2ca24985 nf_ct_tmpl_alloc +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x322fbaaf __nf_ct_change_timeout +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x348e7e9e nf_ct_remove_expect +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x3f7018fb nf_ct_kill_acct +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x4010be0b nf_ct_ecache_ext_add +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x4086d0cf nf_ct_destroy_timeout +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x41cb7fcb nf_nat_helper_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x41efb9d5 nf_nat_helper_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x46a786ef nf_conntrack_tuple_taken +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x473e385d nf_conntrack_lock +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x4850e663 __nf_ct_expect_find +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x4a5c5831 nf_ct_get_id +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x4a655494 nf_ct_deliver_cached_events +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x4e4c48d9 nf_conntrack_alloc +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x4ea258d2 nf_conntrack_expect_lock +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x548a5c07 nf_ct_expect_init +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x54e8221f nf_conntrack_helpers_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x5645d95e nf_ct_timeout_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x56bb719a nf_ct_netns_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x5754d30b nf_ct_expect_find_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x59bfc088 nf_ct_tmpl_free +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x625c9836 nf_ct_gre_keymap_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x693c3961 nf_ct_helper_hash +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x6c48168e nf_ct_expect_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x6d9e17f1 nf_ct_acct_add +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x710f73fb nf_conn_pernet_ecache +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x72f28299 nf_ct_l4proto_find +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x752f0aa2 nf_ct_port_nlattr_to_tuple +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x7a150d8a nf_conntrack_free +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x7aed5eff nf_nat_helper_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x7bfe4233 nf_ct_expect_alloc +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x7dae3ff9 nf_ct_helper_expectfn_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x801400c5 nf_connlabels_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x820dea80 nf_conntrack_register_notifier +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x84939928 __nf_ct_refresh_acct +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8631898b nf_ct_untimeout +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x87081dff nf_ct_seq_offset +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8711055f nf_conntrack_count +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8722d6d2 nf_ct_expect_iterate_net +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8c6e11f4 nf_conntrack_locks +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8d0b3d33 __nf_ct_try_assign_helper +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8f4481bd nf_conntrack_hash_check_insert +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8ffe7e89 nf_conntrack_htable_size +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x90e06af4 nf_ct_bridge_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x926ad4ea nf_conntrack_in +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x93066fba __nf_ct_change_status +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x988731c1 nf_ct_port_tuple_to_nlattr +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x9bc1844d nf_ct_tcp_seqadj_set +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xa4284ee5 nf_conntrack_helper_try_module_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xab8128bd nf_ct_l4proto_log_invalid +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xabacaf24 nf_ct_set_timeout +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xaf3a02fa nf_ct_change_status_common +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xaf7e09f4 nf_ct_helper_log +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb2b9a664 nf_conntrack_helper_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb39356f5 nf_ct_port_nla_policy +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb5003d5d nf_ct_iterate_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb7843d48 nf_ct_unexpect_related +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xbc197b94 nf_conntrack_unregister_notifier +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xbc1faee6 nf_ct_seq_adjust +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xbde4a0ea nf_ct_helper_expectfn_find_by_symbol +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xbf6e9a83 nf_ct_seqadj_set +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc18ac88d nf_ct_expect_hsize +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc344f87b nf_confirm +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc350271e nf_ct_remove_expectations +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc40f284c nf_ct_helper_hsize +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc993c56f nf_ct_iterate_cleanup_net +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xca76bb59 nf_ct_gre_keymap_add +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xcbda7816 nf_ct_helper_ext_add +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xce29c665 __nf_conntrack_helper_find +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd505c3e0 nf_ct_port_nlattr_tuple_size +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd5961ddc nf_conntrack_find_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd82f773a nf_ct_helper_expectfn_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd8680728 nf_conntrack_helper_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd989f548 nf_ct_unlink_expect_report +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xdc500212 nf_ct_netns_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xdebea723 nf_ct_get_tuplepr +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xe00ac4ca nf_ct_helper_expectfn_find_by_name +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xe31f6e49 nf_ct_delete +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xe3a338b1 nf_ct_add_helper +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xe474cfa0 __nf_conntrack_confirm +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xea719ba9 nf_conntrack_alter_reply +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xec8beba6 nf_ct_expect_hash +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf38bcdf3 nf_conntrack_max +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf494030f nf_ct_seqadj_init +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf656a76d nf_ct_helper +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xfa1d76d5 nf_ct_bridge_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xfbab62ba nf_conntrack_helper_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_amanda 0xf44ccd05 nf_nat_amanda_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_broadcast 0x370f2001 nf_conntrack_broadcast_help +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_ftp 0x7999f920 nf_nat_ftp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x9edcdbdb nfct_h323_nat_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0xa518247d get_h225_addr +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_irc 0x50c75a50 nf_nat_irc_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_pptp 0x0cd97527 nf_nat_pptp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x0a1fc8ae ct_sip_parse_address_param +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x0dcab450 nf_nat_sip_hooks +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x38f3ff27 ct_sip_get_sdp_header +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x510615c9 ct_sip_get_header +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x6eb01033 ct_sip_parse_request +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x84261858 ct_sip_parse_numerical_param +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x87734535 ct_sip_parse_header_uri +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_snmp 0x4f802d3c nf_nat_snmp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_tftp 0xad6d6901 nf_nat_tftp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_dup_netdev 0x83f0af91 nf_fwd_netdev_egress +EXPORT_SYMBOL_GPL net/netfilter/nf_dup_netdev 0xb7c03730 nf_dup_netdev_egress +EXPORT_SYMBOL_GPL net/netfilter/nf_dup_netdev 0xdcf762d5 nft_fwd_dup_netdev_offload +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x025a904c nf_flow_offload_ip_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x027ab63b nf_flow_table_offload_setup +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x154f1ce4 nf_flow_dnat_port +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x1ce0925f nf_flow_table_cleanup +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x2266e1d9 flow_offload_teardown +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x44a79af9 flow_offload_free +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x60309d23 flow_offload_lookup +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x6c1cb419 nf_flow_snat_port +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x6ec8b282 nf_flow_table_init +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x6f8d3580 nf_flow_rule_route_ipv6 +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x751bef2b flow_offload_add +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xa39e29fc nf_flow_offload_ipv6_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xc7a7be3b flow_offload_alloc +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xd97d5e7c flow_offload_route_init +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xddc423a4 nf_flow_rule_route_ipv4 +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xe23e28f9 nf_flow_table_free +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xf67b1eac flow_offload_refresh +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x240dbf66 nf_nat_icmpv6_reply_translation +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x2932edd7 nf_ct_nat_ext_add +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x2cbe7961 nf_ct_nat +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x3887624e nf_nat_redirect_ipv6 +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x3b2cc628 nf_nat_masquerade_ipv4 +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x3bc17c49 nf_nat_masquerade_inet_register_notifiers +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x4a0d54eb nf_nat_alloc_null_binding +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x55f58133 nf_nat_ipv4_register_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x6048e756 nf_nat_inet_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x68c7138a nf_nat_ipv4_unregister_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x6b7574f3 nf_nat_ipv6_register_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x6eeafcd7 nf_nat_ipv6_unregister_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x6f769167 nf_nat_exp_find_port +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x84bd2955 nf_nat_inet_unregister_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xce0418f9 nf_nat_packet +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xd220293f nf_nat_redirect_ipv4 +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xd9c25654 nf_nat_masquerade_inet_unregister_notifiers +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xdac96845 nf_nat_masquerade_ipv6 +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xef8fb277 nf_nat_icmp_reply_translation +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xf13a31a5 nf_nat_inet_register_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x044157dc ipv4_synproxy_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x0a0d84d3 nf_synproxy_ipv6_fini +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x12519942 nf_synproxy_ipv4_init +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x1f099794 synproxy_init_timestamp_cookie +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x714e7aa6 synproxy_send_client_synack +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x7c16998f synproxy_parse_options +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x94011ef3 ipv6_synproxy_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xa3109638 nf_synproxy_ipv6_init +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xac3a6867 synproxy_send_client_synack_ipv6 +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xb16ab0dc synproxy_recv_client_ack +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xbb4c8ba9 nf_synproxy_ipv4_fini +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xca9fc082 synproxy_net_id +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xfc56d7fd synproxy_recv_client_ack_ipv6 +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x010df199 nft_meta_set_dump +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x081b6e44 nft_unregister_flowtable_type +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x0945cc50 nft_unregister_expr +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x0951b12e nft_meta_get_dump +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x0ea90c97 nft_chain_validate +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x10b31b89 nft_meta_get_eval +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x138a4d05 nf_tables_activate_set +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x22eae20b nft_data_dump +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x3251d762 nf_tables_trans_destroy_flush_work +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x3404754a nft_meta_set_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x34c593a0 nft_meta_set_validate +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x3914f948 nft_data_init +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x3a43ee40 nft_register_obj +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x49c454fa nft_unregister_obj +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x4a754471 nft_set_catchall_lookup +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x4cecbb60 nft_meta_policy +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x50b1219f nft_do_chain +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x604a3df4 nft_meta_inner_eval +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x6189c599 nft_obj_lookup +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x62830bfe nft_meta_set_init +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x7dabde2c nf_tables_deactivate_set +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x7fa76b30 nf_tables_bind_set +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x81fa62e4 nft_register_flowtable_type +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x85c28796 nft_unregister_chain_type +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x8d277494 nft_register_expr +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x8d74237a nft_dump_register +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x8e2f3f8b nft_chain_validate_dependency +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x988af0d2 __nft_reg_track_cancel +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xa722cfcb nft_request_module +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xa9ffc821 nft_trace_enabled +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xb1929c36 nft_meta_set_eval +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xb1ebddcc nft_reg_track_cancel +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xb4a4554a nft_meta_get_reduce +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xb4ef0d39 nf_tables_destroy_set +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xb85c62f4 __nft_release_basechain +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xcb4a0cde nft_meta_get_init +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xd0583dc6 nft_flowtable_lookup +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xd5b45cc8 nft_set_elem_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xdbbb413b nft_register_chain_type +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xde57b5f5 nft_parse_u32_check +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xdfc102df nft_data_release +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xe2b8cc13 nft_parse_register_load +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xe8244db0 nft_reg_track_update +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xe96cdf28 nf_tables_deactivate_flowtable +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xea6e9f1d nft_expr_reduce_bitwise +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xf34237a1 nft_chain_validate_hooks +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xf7a8d7d6 nft_obj_notify +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xfbcf51cc nft_parse_register_store +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xfc92d072 nft_set_lookup_global +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x505f4f43 nfnetlink_has_listeners +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x5ce3b588 nfnl_lock +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x6aaf0790 nfnetlink_unicast +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x99abec5c nfnetlink_send +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x9b226fa3 nfnetlink_set_err +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0xa0ff75ba nfnetlink_subsys_unregister +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0xb46a6c86 nfnetlink_subsys_register +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0xcee46ae9 nfnetlink_broadcast +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0xdb065657 nfnl_unlock +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0x1bfd119c nfnl_acct_overquota +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0x4aacd42b nfnl_acct_update +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0x8ec28e11 nfnl_acct_find_get +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 0xc41c1974 nf_osf_find +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_osf 0xe2c9b83b nf_osf_match +EXPORT_SYMBOL_GPL net/netfilter/nft_fib 0x5ffd109d nft_fib_validate +EXPORT_SYMBOL_GPL net/netfilter/nft_fib 0x9fbf31a5 nft_fib_dump +EXPORT_SYMBOL_GPL net/netfilter/nft_fib 0xbb5c0a1c nft_fib_reduce +EXPORT_SYMBOL_GPL net/netfilter/nft_fib 0xcb37ff93 nft_fib_store_result +EXPORT_SYMBOL_GPL net/netfilter/nft_fib 0xe7fb902b nft_fib_init +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0x1de558c1 nft_reject_icmpv6_code +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0x257d16f9 nft_reject_init +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0x4aaac306 nft_reject_dump +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0x9d46ccf8 nft_reject_policy +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0xa831a52c nft_reject_validate +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0xe2c84666 nft_reject_icmp_code +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x084d4772 xt_register_table +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x0dce98bd xt_proto_fini +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x1e87699b xt_target_to_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x315aee68 xt_check_match +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x3cea5134 xt_register_template +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x3f1ef70a xt_tee_enabled +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x57377919 xt_match_to_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x5861620d xt_check_target +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x685abaef xt_hook_ops_alloc +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x73fde611 xt_unregister_table +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x740e8337 xt_request_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 0x9c995c69 xt_percpu_counter_alloc +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xa478ccdf xt_proto_init +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xbfacb837 xt_percpu_counter_free +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xc14ab64a xt_request_find_target +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xc3e3bc2d xt_unregister_template +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xcaf0e7b8 xt_request_find_match +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xd06ccd02 xt_find_table_lock +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xd7327895 xt_replace_table +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xddf68fc6 xt_find_revision +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xf0168494 xt_table_unlock +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xf6abeb06 xt_copy_counters +EXPORT_SYMBOL_GPL net/netfilter/xt_RATEEST 0xaec3babe xt_rateest_put +EXPORT_SYMBOL_GPL net/netfilter/xt_RATEEST 0xd3466f8f xt_rateest_lookup +EXPORT_SYMBOL_GPL net/nfc/nci/nci_spi 0x50bb4289 nci_spi_read +EXPORT_SYMBOL_GPL net/nfc/nci/nci_spi 0xac2a1148 nci_spi_send +EXPORT_SYMBOL_GPL net/nfc/nci/nci_spi 0xfdbb7719 nci_spi_allocate_spi +EXPORT_SYMBOL_GPL net/nfc/nci/nci_uart 0x7403d574 nci_uart_register +EXPORT_SYMBOL_GPL net/nfc/nci/nci_uart 0xb9798319 nci_uart_unregister +EXPORT_SYMBOL_GPL net/nfc/nci/nci_uart 0xfa46d3af nci_uart_set_config +EXPORT_SYMBOL_GPL net/nsh/nsh 0x07006498 nsh_push +EXPORT_SYMBOL_GPL net/nsh/nsh 0x9ad27d95 nsh_pop +EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0x23ff1893 ovs_netdev_tunnel_destroy +EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0x2d42f2e3 ovs_vport_alloc +EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0x630f3c52 ovs_vport_free +EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0x84981bab ovs_vport_ops_unregister +EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0xa36483fc __ovs_vport_ops_register +EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0xb0533af6 ovs_netdev_link +EXPORT_SYMBOL_GPL net/psample/psample 0x0f2a5270 psample_sample_packet +EXPORT_SYMBOL_GPL net/psample/psample 0xa11fe8f8 psample_group_put +EXPORT_SYMBOL_GPL net/psample/psample 0xad21c972 psample_group_take +EXPORT_SYMBOL_GPL net/psample/psample 0xd84852f9 psample_group_get +EXPORT_SYMBOL_GPL net/qrtr/qrtr 0x050d850e qrtr_endpoint_post +EXPORT_SYMBOL_GPL net/qrtr/qrtr 0x3b9377c2 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 0xea7493ff qrtr_endpoint_unregister +EXPORT_SYMBOL_GPL net/rds/rds 0x00a467af rds_wq +EXPORT_SYMBOL_GPL net/rds/rds 0x0a0617b4 rds_send_drop_acked +EXPORT_SYMBOL_GPL net/rds/rds 0x0ae09aab rds_send_path_drop_acked +EXPORT_SYMBOL_GPL net/rds/rds 0x1b4fcfc5 rds_conn_connect_if_down +EXPORT_SYMBOL_GPL net/rds/rds 0x1d97dbf3 rds_inc_init +EXPORT_SYMBOL_GPL net/rds/rds 0x20f64070 rds_trans_unregister +EXPORT_SYMBOL_GPL net/rds/rds 0x2b0d543c rds_message_add_extension +EXPORT_SYMBOL_GPL net/rds/rds 0x2ceed038 rds_message_put +EXPORT_SYMBOL_GPL net/rds/rds 0x36087aa4 rds_stats +EXPORT_SYMBOL_GPL net/rds/rds 0x39a83a06 rds_trans_register +EXPORT_SYMBOL_GPL net/rds/rds 0x3ace83b2 rds_conn_drop +EXPORT_SYMBOL_GPL net/rds/rds 0x45a4781e rds_addr_cmp +EXPORT_SYMBOL_GPL net/rds/rds 0x4b4caba7 rds_connect_path_complete +EXPORT_SYMBOL_GPL net/rds/rds 0x505a5c73 rds_info_deregister_func +EXPORT_SYMBOL_GPL net/rds/rds 0x552c2854 rds_rdma_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 0x5e2628b9 rds_cong_map_updated +EXPORT_SYMBOL_GPL net/rds/rds 0x5edec4ea rds_send_xmit +EXPORT_SYMBOL_GPL net/rds/rds 0x60686f3f rds_info_register_func +EXPORT_SYMBOL_GPL net/rds/rds 0x67c4c41c rds_message_unmapped +EXPORT_SYMBOL_GPL net/rds/rds 0x772a4c70 rds_recv_incoming +EXPORT_SYMBOL_GPL net/rds/rds 0x7b399e66 rds_page_remainder_alloc +EXPORT_SYMBOL_GPL net/rds/rds 0x86372d72 rds_conn_destroy +EXPORT_SYMBOL_GPL net/rds/rds 0x88baaa4f rds_message_addref +EXPORT_SYMBOL_GPL net/rds/rds 0x94f89f7e rds_atomic_send_complete +EXPORT_SYMBOL_GPL net/rds/rds 0xacda890d rds_conn_create_outgoing +EXPORT_SYMBOL_GPL net/rds/rds 0xaead461a rds_send_path_reset +EXPORT_SYMBOL_GPL net/rds/rds 0xb207a906 rds_inc_path_init +EXPORT_SYMBOL_GPL net/rds/rds 0xc26d14cd rds_for_each_conn_info +EXPORT_SYMBOL_GPL net/rds/rds 0xc2dab779 rds_info_copy +EXPORT_SYMBOL_GPL net/rds/rds 0xc88aeef5 rds_conn_path_connect_if_down +EXPORT_SYMBOL_GPL net/rds/rds 0xd18e3c51 rds_send_ping +EXPORT_SYMBOL_GPL net/rds/rds 0xdb5b5ad4 rds_conn_path_drop +EXPORT_SYMBOL_GPL net/rds/rds 0xe2311a2e rds_connect_complete +EXPORT_SYMBOL_GPL net/rds/rds 0xeef27857 rds_conn_create +EXPORT_SYMBOL_GPL net/rds/rds 0xf2b876cb rds_inc_put +EXPORT_SYMBOL_GPL net/rds/rds 0xf4c257e8 rds_stats_info_copy +EXPORT_SYMBOL_GPL net/sched/sch_pie 0x61d50833 pie_process_dequeue +EXPORT_SYMBOL_GPL net/sched/sch_pie 0x6ce9b467 pie_calculate_probability +EXPORT_SYMBOL_GPL net/sched/sch_pie 0x7d893cae pie_drop_early +EXPORT_SYMBOL_GPL net/sched/sch_taprio 0x0b86e245 taprio_offload_get +EXPORT_SYMBOL_GPL net/sched/sch_taprio 0x387d86f4 taprio_offload_free +EXPORT_SYMBOL_GPL net/sctp/sctp 0x26aa48c0 sctp_for_each_endpoint +EXPORT_SYMBOL_GPL net/sctp/sctp 0x331d9cb2 sctp_transport_lookup_process +EXPORT_SYMBOL_GPL net/sctp/sctp 0xb7756784 sctp_transport_traverse_process +EXPORT_SYMBOL_GPL net/sctp/sctp 0xf7da168c sctp_get_sctp_info +EXPORT_SYMBOL_GPL net/smc/smc 0x00a21a25 smc_unhash_sk +EXPORT_SYMBOL_GPL net/smc/smc 0x1c841b9d smcd_handle_event +EXPORT_SYMBOL_GPL net/smc/smc 0x6d3266ae smc_proto +EXPORT_SYMBOL_GPL net/smc/smc 0x99090c8f smcd_register_dev +EXPORT_SYMBOL_GPL net/smc/smc 0x9bee6699 smcd_unregister_dev +EXPORT_SYMBOL_GPL net/smc/smc 0x9c19189b smcd_free_dev +EXPORT_SYMBOL_GPL net/smc/smc 0xbc6c3a8a smcd_handle_irq +EXPORT_SYMBOL_GPL net/smc/smc 0xc4f7c61b smc_proto6 +EXPORT_SYMBOL_GPL net/smc/smc 0xdca9e2c0 smc_hash_sk +EXPORT_SYMBOL_GPL net/smc/smc 0xecf65288 smcd_alloc_dev +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x1bd82d73 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 0x8374b1e3 gss_mech_register +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0xb82e7524 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 0xe1333d1e gss_mech_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0086116e svc_xprt_copy_addrs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0134b05c rpc_remove_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x01c380cd rpc_clnt_xprt_switch_put +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x01c990cb rpc_clnt_xprt_switch_remove_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x04e82437 put_rpccred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x05578451 xdr_read_pages +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 0x07c7013b cache_register_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x07ec57f5 xdr_inline_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0ac79960 cache_destroy_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0adb852b svc_rpcb_setup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0adefa0b svc_bind +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0b84fea0 rpc_wake_up_status +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0bf34ee7 xdr_encode_word +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0c28008b rpc_init_wait_queue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0cb06594 svc_proc_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0d744379 svc_generic_rpcbind_set +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0deb85f4 rpc_max_bc_payload +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0ea2a9f9 rpc_clnt_swap_deactivate +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0f3a7b34 svc_rpcb_cleanup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0f8d9bce rpc_clnt_swap_activate +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x10d32999 xdr_buf_subsegment +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x11581e76 rpc_delay +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x120cac6d xprt_alloc_slot +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x12e6f39d rpc_wake_up_queued_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x15ff48e1 sunrpc_cache_lookup_rcu +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x16e0037d cache_purge +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x177390e8 rpc_clnt_manage_trunked_xprts +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 0x1a675d9c xdr_enter_page +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1a8747fd xdr_reserve_space +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1ad8f46d rpc_clone_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1bcc1b84 rpc_bind_new_program +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1e119a79 rpcauth_get_pseudoflavor +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1ecbcf4b rpc_add_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1f6082cd rpc_net_ns +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x22bbf2fe svc_fill_symlink_pathname +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x25e9c553 rpc_localaddr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x26b17af6 rpc_mkpipe_data +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x26ceb0d0 rpc_clnt_disconnect +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x26d43965 xprt_pin_rqst +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2919b156 xdr_decode_string_inplace +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2a851c34 rpc_count_iostats_metrics +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2b831889 svc_xprt_close +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2ba0a51f xdr_inline_decode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2dfa69e9 rpcauth_lookup_credcache +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2efd7dd2 cache_check +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x313c7779 rpc_max_payload +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x31a89d59 rpc_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x33081289 xprt_unpin_rqst +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x33124d1d sunrpc_cache_pipe_upcall +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3371b00e svc_auth_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x387e1639 rpc_pipefs_notifier_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3a0abbaf __xdr_commit_encode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3a3177d7 xdr_init_decode_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3c12fd59 xdr_init_decode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3ca5c464 xdr_stream_subsegment +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3cf266e0 xdr_page_pos +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3dbcd13c rpc_exit +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3de8f6b3 rpcauth_wrap_req_encode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3e545c61 xprt_adjust_cwnd +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3f83f764 sunrpc_destroy_cache_detail +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3f9a2b0b rpcauth_get_gssinfo +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x40de3a13 rpc_force_rebind +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x42da78a3 rpc_clone_client_set_auth +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x446ebbf4 svc_addsock +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x473b4ee8 cache_seq_next_rcu +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x476e895f xprt_reserve_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x49888063 xprt_get +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x49d1d929 xprt_reconnect_delay +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4a01c8a4 rpc_clnt_probe_trunked_xprts +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4a241752 rpc_call_start +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4a3be528 svc_process +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4afedab1 xprtiod_workqueue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4c8e0bac xprt_wait_for_buffer_space +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4da90e98 rpc_clnt_show_stats +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 0x4ea2da4b rpc_malloc +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x50872ff3 rpc_peeraddr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x50cea34b svcauth_unix_set_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5114d8c8 svc_rqst_replace_page +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x529dffab xprt_complete_rqst +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x533343d6 auth_domain_put +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x53445f68 nlm_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x546d238b xprt_force_disconnect +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x557b1bbf xprt_release_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x56ab340e rpc_proc_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x57b3fa66 xdr_stream_zero +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x588e74b4 xdr_set_pagelen +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x59ee5741 xdr_write_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5a45ba31 svc_auth_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5ae5b03c rpc_clnt_setup_test_and_add_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5b1f10a2 rpc_clnt_xprt_switch_add_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5cf26224 sunrpc_cache_register_pipefs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5d0bc53c rpc_put_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5d7926bc rpc_init_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5db8d98d xprt_lookup_rqst +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5e0cb680 cache_unregister_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5e3f40fd xprt_add_backlog +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5e67627e rpc_init_pipe_dir_head +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x609202f9 rpc_task_gfp_mask +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x60eb6a7f rpc_mkpipe_dentry +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x61206cce rpc_sleep_on_priority +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x617348ee xprt_wake_up_backlog +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x628d58bf rpcauth_stringify_acceptor +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6399e0c8 rpc_free +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x646dcdb4 cache_seq_stop_rcu +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x653f74a9 rpcauth_create +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x65bca289 xdr_stream_decode_string_dup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x67198d1b rpc_unlink +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x695d2a7c svc_seq_show +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6aa636b1 rpc_destroy_pipe_data +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6ba09869 svc_find_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6c2c5790 xprt_wait_for_reply_request_rtt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6c89ed0f rpc_killall_tasks +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6dbae769 svc_xprt_put +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x71fa908a cache_flush +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x721a9372 rpc_get_sb_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7404d231 rpc_put_task_async +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x746062a7 svc_xprt_deferred_close +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x75ffa75c svc_rqst_free +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x76390f16 rpcauth_init_cred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x76f293b0 rpc_create +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x76f562a4 xprt_put +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x76f567be rpc_sleep_on_priority_timeout +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7a0a031d svc_create +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7abe2a91 write_bytes_to_xdr_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7b134270 rpc_sleep_on_timeout +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7ddc7609 rpcauth_init_credcache +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7de53067 rpc_init_rtt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x801979eb rpc_cancel_tasks +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x803c27e9 xdr_shift_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8124752f rpc_setbufsize +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x84f7a06e rpc_set_connect_timeout +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x861630f1 svc_proc_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8afaa43e svc_drop +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8b51c35c svc_recv +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8c28598a svc_authenticate +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8c9746d9 svc_xprt_destroy_all +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8f33244a xprt_reserve_xprt_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x911d45f9 svc_sock_update_bufs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9224516d rpc_wake_up +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x96edb89f rpc_peeraddr2str +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x98da1e43 rpc_wake_up_first +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9abacac3 rpcauth_unwrap_resp_decode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9d8e74d7 rpc_d_lookup_sb +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9dd91868 sunrpc_cache_unregister_pipefs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9e737a84 svc_rqst_alloc +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9f21ca56 rpc_pton +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa2fbe210 xdr_reserve_space_vec +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa310e7c3 rpc_find_or_alloc_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa3ca10dd rpc_num_bc_slots +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa471c3ff svc_unreg_xprt_class +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa4de835b svc_rpcbind_set_version +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa5699b4e svc_xprt_enqueue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa5b7642f xprt_release_rqst_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa607fd1b svc_set_num_threads +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa835a2ac xdr_terminate_string +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa8aca0f9 rpc_call_null +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xaa785a1f svc_exit_thread +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xab24e912 rpcb_getport_async +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xabb000ef cache_seq_start_rcu +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xaf5bf6ef nfs_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb0a5ed31 rpc_task_timeout +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb0c94d58 xprt_wake_pending_tasks +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb0fdd62c rpc_call_async +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb2fa0c16 xprt_lock_connect +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb391f6e0 svc_print_addr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb4515948 auth_domain_lookup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb51a3724 rpc_pipefs_notifier_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb5690041 rpc_proc_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb57e6270 rpc_machine_cred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb8574352 xprt_request_get_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb957f617 rpc_task_release_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbadd039f xdr_encode_array2 +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbb32b3de rpc_count_iostats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbd60cb78 _copy_from_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbd842387 unix_domain_find +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbdcea1e6 rpc_pipe_generic_upcall +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbf295736 rpc_clnt_iterate_for_each_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbf9d1b96 nfsd_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc039eb64 sunrpc_cache_pipe_upcall_timeout +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc077bf69 rpc_prepare_reply_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc0908dd0 svc_destroy +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc0db712d svcauth_unix_purge +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc10ff937 xdr_decode_array2 +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 0xc20c402d rpc_clnt_test_and_add_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc286adc3 bc_svc_process +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc2c7e5a2 rpc_clnt_xprt_switch_has_addr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc426f09c xprt_free_slot +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc55d3fc9 xdr_decode_word +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc720ec56 xprt_update_rtt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc78acdde rpc_run_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc88a6a88 rpc_wait_for_completion_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc8bf2f6f xprt_free +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc8dc1ea7 svc_max_payload +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc8e96dea qword_addhex +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc9700712 rpc_alloc_iostats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc9c1ebf9 sunrpc_cache_update +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc9f87c1a rpc_switch_client_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcbca009d csum_partial_copy_to_xdr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xce553167 xprt_unregister_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xce678a59 xdr_decode_netobj +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xced3919c svc_set_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcfe357d8 xprt_destroy_backchannel +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcfea04b6 svc_wake_up +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd0a9dc4d xprt_disconnect_done +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd1532953 svc_age_temp_xprts_now +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd218511b xprt_wait_for_reply_request_def +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd27bf6a7 rpc_call_sync +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd2b7dbf2 xprt_release_xprt_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd328da14 rpc_put_sb_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd41e5a51 rpcauth_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd5253dff rpc_restart_call_prepare +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd52c29f4 rpc_restart_call +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd61db3e8 rpc_queue_upcall +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd6ed4c85 svc_xprt_init +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd701844b cache_create_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd7c77e6c rpc_sleep_on +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd9b0425e svc_create_pooled +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdb1afe08 svc_xprt_names +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdcc91c3f gssd_running +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdd691402 xprt_find_transport_ident +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdd992837 xdr_init_encode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xddb757d7 xprt_write_space +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xde956e72 rpc_uaddr2sockaddr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdf722efa xdr_stream_move_subsegment +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdfa6ec40 xdr_buf_trim +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe29f3207 svc_reg_xprt_class +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe3f90681 xprt_setup_backchannel +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe5919cb1 xdr_encode_opaque +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe797548e xprt_alloc +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 0xe9f5cf3d xprt_register_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xea0fccd5 svc_generic_init_request +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xebdf7815 rpc_release_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xeca9ed3d rpcauth_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xed4eb748 auth_domain_find +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xed777426 sunrpc_cache_unhash +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xed8f4c38 xdr_stream_decode_string +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xedcf6be4 qword_add +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xee37a752 rpcauth_lookupcred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xee494d45 xdr_stream_decode_opaque +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xeeacab69 rpc_update_rtt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xeff7cbd1 xdr_stream_pos +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf1a8f36b xdr_stream_decode_opaque_dup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf2efaec2 sunrpc_init_cache_detail +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf393954c rpc_wake_up_next +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf489859f rpc_shutdown_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf54cf8b2 xdr_process_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf6ceab35 xprt_unlock_connect +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf7fbcd0f rpc_clnt_add_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf8580294 svc_encode_result_payload +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf87dfa4e read_bytes_from_xdr_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf9addddd svc_xprt_create +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfa14b9cd xprt_reconnect_backoff +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfc70a0f9 svc_fill_write_vector +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfca82c5e svc_xprt_received +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfcdc6dd3 xdr_init_encode_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfd1c175b svc_reserve +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfe01df28 xdr_buf_from_iov +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xffb6f212 rpcauth_destroy_credcache +EXPORT_SYMBOL_GPL net/tls/tls 0x0b2d792d tls_validate_xmit_skb +EXPORT_SYMBOL_GPL net/tls/tls 0x49ecc651 tls_offload_tx_resync_request +EXPORT_SYMBOL_GPL net/tls/tls 0x63bf6418 tls_encrypt_skb +EXPORT_SYMBOL_GPL net/tls/tls 0x79af16e3 tls_device_sk_destruct +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x00d60118 virtio_transport_free_pkt +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 0x04a3d839 virtio_transport_seqpacket_has_data +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x0af45759 virtio_transport_dgram_dequeue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x0cc4f07e virtio_transport_notify_poll_in +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x10fd3fee virtio_transport_seqpacket_dequeue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x14b2a2fa virtio_transport_stream_is_active +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x15ce82d9 virtio_transport_stream_has_data +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x46ad680a virtio_transport_seqpacket_enqueue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x516efc4d virtio_transport_notify_recv_post_dequeue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x6583a7fd virtio_transport_connect +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x6bc3cb30 virtio_transport_release +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x750b96af virtio_transport_destruct +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x7c2e5397 virtio_transport_notify_recv_init +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x7c54f6fe virtio_transport_dgram_enqueue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x7cd3e431 virtio_transport_notify_recv_pre_dequeue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x7ed86cbd virtio_transport_inc_tx_pkt +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x862436c9 virtio_transport_put_credit +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x89a40c19 virtio_transport_dgram_bind +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x89eba284 virtio_transport_stream_has_space +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x9230e1cd virtio_transport_stream_enqueue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xa14deb2a virtio_transport_notify_buffer_size +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xa6e895ae virtio_transport_notify_poll_out +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xb0de78fd virtio_transport_shutdown +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xb22bdc27 virtio_transport_stream_rcvhiwat +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xb4859349 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 0xbfb5041c virtio_transport_notify_send_pre_block +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xcd55f328 virtio_transport_get_credit +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xd403a60d virtio_transport_notify_send_init +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xd8b8741e virtio_transport_deliver_tap_pkt +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xda39df37 virtio_transport_do_socket_init +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xe1381be2 virtio_transport_notify_recv_pre_block +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xe37d3c08 virtio_transport_stream_dequeue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xe7f93248 virtio_transport_recv_pkt +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xecd25bf1 virtio_transport_notify_send_pre_enqueue +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x02564294 vsock_assign_transport +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x0e9bc9b6 vsock_addr_unbind +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x0f894037 vsock_remove_connected +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x1cbb440e vsock_remove_pending +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x27db72e9 vsock_core_register +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x284e07d8 vsock_bind_table +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x2c7961f7 vsock_addr_cast +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x34fee455 vsock_find_bound_socket +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x3d4b0fca vsock_addr_init +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x40bd1bb5 vsock_stream_has_data +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x44420515 vsock_table_lock +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x47ecc325 vsock_remove_sock +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x4af8bd7f vsock_insert_connected +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x4b99648c vsock_addr_bound +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x6240af6c vsock_data_ready +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x63b58a85 vsock_deliver_tap +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x6564fb80 vsock_for_each_connected_socket +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x7070619e vsock_enqueue_accept +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x814dd08b vsock_remove_bound +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x90aa8549 vsock_find_cid +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x986402ea vsock_find_connected_socket +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x9bb6fd09 vsock_connected_table +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xadb243c3 vsock_remove_tap +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xaf2674b5 vsock_addr_equals_addr +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xc2d6a46f vsock_create_connected +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xc7ea9702 vsock_core_unregister +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xdcc52dfd vsock_add_tap +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xe2adf43c vsock_stream_has_space +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xea194886 vsock_core_get_transport +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xec96eadf vsock_addr_validate +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xf240e7b4 vsock_add_pending +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x09359489 cfg80211_shutdown_all_interfaces +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x0f180e4d cfg80211_wext_giwretry +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x14913f91 cfg80211_wext_giwfrag +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x20bdec12 cfg80211_vendor_cmd_reply +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x25d133c8 cfg80211_pmsr_report +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x32cbecb8 cfg80211_wext_siwmode +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x37fbfa7c cfg80211_vendor_cmd_get_sender +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x51a8cf25 cfg80211_wext_giwrange +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x8c659686 cfg80211_wext_giwrts +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xa3f2de93 cfg80211_wext_giwname +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xa9759f83 cfg80211_wext_giwscan +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xacb9f828 cfg80211_pmsr_complete +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xba1203a1 cfg80211_wext_siwscan +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xc618ff6b cfg80211_wext_siwrts +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xca60dc3d cfg80211_wext_siwfrag +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xec3a0f14 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 0x7b3501b4 ipcomp_destroy +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0x8f811010 ipcomp_output +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0xc2950e17 ipcomp_input +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0xc881b55a 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 0xadb51cff snd_seq_client_ioctl_unlock +EXPORT_SYMBOL_GPL sound/core/seq/snd-seq 0xe50413d7 snd_seq_client_ioctl_lock +EXPORT_SYMBOL_GPL sound/core/snd-seq-device 0x4783b61a snd_seq_driver_unregister +EXPORT_SYMBOL_GPL sound/core/snd-seq-device 0xb96327cc __snd_seq_driver_register +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0x12ddeac7 amdtp_domain_stream_pcm_ack +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0x35fc62cb amdtp_am824_set_midi_position +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0x3ee27dbb amdtp_am824_set_pcm_position +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0x425201c3 amdtp_am824_midi_trigger +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0x711bb1d3 amdtp_am824_add_pcm_hw_constraints +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0x8871214a amdtp_am824_init +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0x979f892b amdtp_am824_set_parameters +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0x9d0490ef amdtp_domain_start +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0xb6f6c843 amdtp_domain_stop +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0xc70030f5 amdtp_domain_add_stream +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0xe0ac957f amdtp_domain_stream_pcm_pointer +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0xf8d96e7a amdtp_domain_destroy +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0xf9c0e26c amdtp_domain_init +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x00a69735 snd_hdac_ext_bus_link_power_down_all +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x0ea3b824 snd_hdac_ext_stream_reset +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x180e812b snd_hdac_ext_bus_link_clear_stream_id +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x1912537f snd_hdac_ext_stream_assign +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x1a861ed3 snd_hdac_ext_bus_get_hlink_by_addr +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x1c10b742 snd_hdac_ext_bus_link_power_up_all +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x25a338b0 snd_hda_ext_driver_register +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x363495db snd_hdac_ext_bus_device_remove +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x469085a2 snd_hdac_ext_stream_release +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x5f0b431a snd_hdac_ext_bus_get_ml_capabilities +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x6648bfdd snd_hdac_ext_bus_exit +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x761504a9 snd_hdac_ext_stream_free_all +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x8006eb89 snd_hdac_ext_bus_ppcap_enable +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x83c089ee snd_hdac_ext_stream_init_all +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x88bfa042 snd_hdac_ext_bus_link_put +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x9856d295 snd_hdac_ext_bus_link_power_down +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x9dbe4c86 snd_hdac_ext_bus_link_power_up +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xa9e21c89 snd_hda_ext_driver_unregister +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xba9c852d snd_hdac_ext_link_free_all +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xd09f3cbf snd_hdac_ext_bus_link_set_stream_id +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xd17f74fc snd_hdac_ext_bus_get_hlink_by_name +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xd42856ea snd_hdac_ext_bus_ppcap_int_enable +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xd5e168a5 snd_hdac_ext_stream_setup +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xd83d2d8f snd_hdac_ext_bus_init +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xdbd843a2 snd_hdac_ext_cstream_assign +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xdc38f32e snd_hdac_ext_stream_decouple +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xdfdd230c snd_hdac_ext_stream_start +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xe215fe52 snd_hdac_ext_stream_clear +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xe704a205 snd_hdac_ext_stream_decouple_locked +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xf222a284 snd_hdac_ext_bus_link_get +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xfae0384d snd_hdac_ext_bus_link_power +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x044e6693 snd_hdac_bus_exit +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x05636f93 snd_hdac_aligned_read +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x07a3709d snd_hda_bus_type +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x12c343d7 snd_hdac_read_parm_uncached +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x1488641f snd_hdac_aligned_write +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x15903839 snd_hdac_acomp_init +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x1d1aba01 snd_hdac_device_unregister +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x1d5690d2 snd_hdac_regmap_update_raw_once +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x1fcc2e5a snd_hdac_dsp_prepare +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x219b4e20 snd_hdac_bus_link_power +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x232d8248 snd_hdac_stream_release +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x24ef840e snd_hdac_stream_set_params +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x255f25ee snd_hdac_bus_parse_capabilities +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x2af89e0b snd_hdac_stream_set_dpibr +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x30659401 snd_hdac_device_exit +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x38477b7e snd_hdac_bus_handle_stream_irq +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x3a18d190 snd_hdac_bus_exec_verb_unlocked +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x3bd544c2 snd_hdac_get_active_channels +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x3c5a0585 snd_hdac_stream_drsm_enable +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x4090061e snd_hdac_set_codec_wakeup +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x44002b0a snd_hdac_read +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x46888af6 snd_hdac_stream_setup_periods +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x469529c3 snd_hdac_stream_reset +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x46f9236b snd_hdac_override_parm +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x4916d5c3 snd_hdac_stream_timecounter_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 0x585edc36 snd_hdac_bus_reset_link +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x5c07cb49 snd_hdac_calc_stream_format +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x5c58b15a snd_hdac_power_up +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x5d2d81ac snd_hdac_stream_get_spbmaxfifo +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x5eaa2e4f snd_hdac_stream_sync_trigger +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x5f5b940c _snd_hdac_read_parm +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x6069fbba snd_hdac_get_connections +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x65db87cb snd_hdac_stream_cleanup +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x6647e15c snd_hdac_regmap_read_raw +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x666a3eb7 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 0x69f13fbf snd_hdac_device_init +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x6c31c8d7 snd_hdac_codec_read +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x6ca6f2eb snd_hdac_stream_set_lpib +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x6d22b690 snd_hdac_bus_update_rirb +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x6d29d096 snd_hdac_stream_assign +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x6e6dd34f snd_hdac_get_stream +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x70aa66d8 snd_hdac_bus_init +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x71017e14 snd_hdac_dsp_trigger +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x71ebba89 snd_hdac_channel_allocation +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x74985c35 snd_hdac_power_down_pm +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x77c754a8 snd_hdac_chmap_to_spk_mask +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x7e0b285b snd_hdac_stop_streams +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x81b4a3cb snd_hdac_query_supported_pcm +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x824e09fb snd_hdac_acomp_get_eld +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x83e1baae snd_hdac_bus_init_chip +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x859bbed3 snd_hdac_codec_modalias +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x89846f2a snd_hdac_register_chmap_ops +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x898cfdae snd_hdac_sync_power_state +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x8ae6ec0c snd_hdac_stream_start +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x8de3c36d snd_hdac_codec_write +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x8e781de0 snd_hdac_stop_streams_and_chip +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x8f56400d snd_hdac_regmap_sync +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x90dfef9f snd_hdac_bus_exit_link_reset +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x934de3b8 snd_hdac_bus_get_response +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x98e56de2 snd_hdac_device_set_chip_name +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x9a8e1877 snd_array_free +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x9af996d8 snd_hdac_acomp_register_notifier +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x9de41395 hdac_get_device_id +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x9f9dfcb3 snd_hdac_check_power_state +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xa25375c5 snd_hdac_stream_spbcap_enable +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xa3496c08 snd_hdac_codec_link_down +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xa55cdc80 snd_hdac_get_sub_nodes +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xa5746ad4 snd_hdac_sync_audio_rate +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xa75e0df3 snd_hdac_stream_set_spib +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xa797365e snd_hdac_bus_free_stream_pages +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xa79e7d04 snd_hdac_get_stream_stripe_ctl +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xac1f92d8 snd_hdac_power_down +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xad1f8096 snd_hdac_stream_sync +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xb19f82d6 snd_hdac_acomp_exit +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xb465e99c snd_hdac_bus_alloc_stream_pages +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xb54c8d08 snd_hdac_regmap_write_raw +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xb684e002 snd_hdac_bus_init_cmd_io +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xbe7dd7dc snd_array_new +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xbf02871a snd_hdac_dsp_cleanup +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xbfd5f19d snd_hdac_display_power +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xc0383079 snd_hdac_power_up_pm +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xc0599955 snd_hdac_setup_channel_mapping +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xc528163f snd_hdac_stream_setup +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xcd0b5fe8 snd_hdac_stream_wait_drsm +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xced47a42 snd_hdac_refresh_widgets +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xd0a7a509 snd_hdac_stream_init +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xd2a98731 snd_hdac_codec_link_up +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xd611f7c3 snd_hdac_bus_stop_cmd_io +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xda77ac69 snd_hdac_regmap_update_raw +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xdd6a3962 snd_hdac_bus_stop_chip +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xddc317dd snd_hdac_stream_release_locked +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xdfe43641 snd_hdac_bus_send_cmd +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xe0e2bfa5 snd_hdac_is_supported_format +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xe180a363 snd_hdac_regmap_add_vendor_verb +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xe4e07754 snd_hdac_print_channel_allocation +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xeabf385e snd_hdac_regmap_init +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xecfd2ecf snd_hdac_add_chmap_ctls +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xf6f98e22 snd_hdac_device_register +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xfd6ab94e snd_hdac_bus_enter_link_reset +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xfdc54339 snd_hdac_regmap_exit +EXPORT_SYMBOL_GPL sound/hda/snd-intel-dspcfg 0x40648171 snd_intel_acpi_dsp_driver_probe +EXPORT_SYMBOL_GPL sound/hda/snd-intel-dspcfg 0x9edd4588 snd_intel_dsp_driver_probe +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0x327a824e snd_ak4113_reg_write +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0x45a1b017 snd_ak4113_build +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0x78ad4db6 snd_ak4113_create +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0x861450d4 snd_ak4113_check_rate_and_errors +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0xbb348cfc snd_ak4113_external_rate +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0xf49860f2 snd_ak4113_reinit +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x028d25f3 azx_get_pos_lpib +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x04908f70 __snd_hda_apply_fixup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x04b8544c snd_hda_jack_add_kctls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x04c05dac snd_hda_multi_out_dig_prepare +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x05774ded snd_hda_codec_setup_stream +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x0604b8e5 snd_hda_get_hint +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 0x067b0a50 snd_hda_add_vmaster_hook +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x07f45043 snd_hda_codec_cleanup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x08bfac2d snd_hda_jack_detect_state_mst +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x08c1e909 snd_hda_check_amp_caps +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x0cbf11a0 __snd_hda_add_vmaster +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x120e05e7 snd_hda_jack_poll_all +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x1480f6e5 snd_hda_codec_configure +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x164f4c70 snd_hda_create_dig_out_ctls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x1d0fc35b snd_hda_jack_set_dirty_all +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x1e23c07c snd_hda_codec_set_power_to_all +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x201628eb azx_get_position +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x205d985c snd_hda_jack_unsol_event +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x2376163e snd_hda_get_num_devices +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x252ea232 snd_hda_codec_eapd_power_filter +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x2705fcf5 snd_hda_set_vmaster_tlv +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x2dc91fe9 snd_hda_codec_set_name +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x2ff82e69 snd_hda_codec_prepare +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x30f2d8dc hda_codec_driver_unregister +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x35eefc94 snd_hda_spdif_ctls_unassign +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x38ce402b azx_interrupt +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x397e83e9 snd_hda_enum_helper_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x42067607 snd_hda_get_conn_list +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x42b72808 snd_hda_apply_verbs +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x47b6457c snd_hda_codec_set_pincfg +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x47e014c2 snd_hda_correct_pin_ctl +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x49004525 snd_hda_codec_amp_update +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4a0fb16a snd_hda_mixer_amp_switch_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4d20abfe snd_hda_codec_get_pincfg +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4d4ccb3f snd_hda_mixer_amp_volume_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4dc57337 snd_hda_codec_load_dsp_prepare +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4e13491a snd_hda_get_dev_select +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4f5f2e50 snd_hda_add_imux_item +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x51367b62 snd_hda_check_amp_list_power +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x51c8a591 azx_stop_chip +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x52bfee16 snd_hda_jack_set_gating_jack +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x5530349c snd_hda_codec_unregister +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x562112d3 snd_hda_lock_devices +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x5657c3a7 snd_hda_jack_bind_keymap +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x579a4c9f snd_hda_get_bool_hint +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x5a6357fd snd_hda_mixer_amp_switch_get_beep +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x5afa6292 snd_hda_codec_cleanup_for_unbind +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x5c440eb7 snd_hda_jack_detect_enable_callback_mst +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x5f7ec04a snd_hda_unlock_devices +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x608c22d2 snd_hda_get_conn_index +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x60af8e90 snd_hda_get_pin_label +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x6214ffea snd_hda_codec_amp_init +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x62a7bfa0 snd_hda_jack_set_button_state +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x62d0039d snd_hda_mixer_amp_volume_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x63e5d291 snd_hda_codec_parse_pcms +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x659379c8 snd_hda_mixer_amp_switch_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x670675fd snd_hda_multi_out_analog_prepare +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x6963d736 snd_hda_get_connections +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x6bffee46 snd_hda_mixer_amp_switch_put_beep +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x6cbf61c5 azx_codec_configure +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x711a435b snd_hda_sequence_write +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x7384e9b6 snd_hda_jack_tbl_get_mst +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x73edcd6a snd_hda_input_mux_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x746e8d94 __snd_hda_codec_cleanup_stream +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x757a8fc6 snd_hda_add_nid +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x79cf31cf snd_hda_multi_out_dig_close +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x79f88e9b snd_hda_codec_set_power_save +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x7acf9b97 snd_hda_codec_load_dsp_cleanup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x7af7c6d1 snd_hda_multi_out_analog_open +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x7b0c6af9 snd_hda_create_spdif_in_ctls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x7c2756e2 snd_hda_jack_detect_enable +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x7c4907c8 azx_free_streams +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x7e4b09e3 snd_hda_jack_pin_sense +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x86868de8 snd_hda_mixer_amp_volume_get +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x894f8ca3 snd_hda_codec_device_new +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x8adc1dd8 azx_bus_init +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x8f29d508 snd_hda_add_verbs +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x8f73a1a6 snd_hda_set_dev_select +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x8fe0703d snd_hda_apply_pincfgs +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x9016f7c4 snd_hda_codec_register +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x93566587 snd_hda_load_patch +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x94b6ea28 snd_hda_codec_set_pin_target +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x9694d0d7 snd_hda_add_new_ctls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x96fff145 snd_hda_spdif_ctls_assign +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x9ba1f433 snd_hda_ctl_add +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x9c1adf15 snd_hda_codec_amp_stereo +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa2eb6530 hda_get_autocfg_input_label +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa3087c94 snd_hda_multi_out_dig_cleanup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa751e3da azx_probe_codecs +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa8d750d2 snd_hda_codec_device_init +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa9b00111 snd_hda_get_int_hint +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xaa3700f2 snd_hda_override_conn_list +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xadaa4a62 snd_hda_codec_update_widgets +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xae593f1f snd_hda_mixer_amp_switch_get +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xaf7757cf snd_hda_codec_get_pin_target +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb1c76e30 snd_hda_find_mixer_ctl +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb2494922 query_amp_caps +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb24a9e08 snd_hda_pick_pin_fixup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb358f66c snd_hda_mixer_amp_tlv +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb876db20 snd_hda_pick_fixup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb999fc0b azx_init_streams +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xbc535d31 snd_hda_get_default_vref +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xbf74a7d6 snd_hda_codec_pcm_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xbfe97200 snd_hda_codec_load_dsp_trigger +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc1b52dd6 snd_hda_codec_build_controls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc48625f0 snd_hda_codec_pcm_new +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc4e434a1 _snd_hda_set_pin_ctl +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc54a7036 snd_hda_sync_vmaster_hook +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc5c3c3a2 azx_init_chip +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc7064f4f snd_hda_multi_out_analog_cleanup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc769b706 snd_hda_create_spdif_share_sw +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xccc06668 snd_hda_apply_fixup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xcfde2a62 snd_hda_jack_add_kctl_mst +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd34177d2 snd_hda_jack_report_sync +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd4aeeeb2 snd_hda_jack_tbl_get_from_tag +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd5a083fc snd_hda_detach_beep_device +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd9883b59 snd_hda_attach_beep_device +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xdae87917 snd_hda_override_amp_caps +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe118de5d snd_pcm_2_1_chmaps +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe23cec19 snd_hda_multi_out_dig_open +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe29320a2 snd_hda_set_power_save +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe34ef35b azx_get_pos_posbuf +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe3671231 snd_hda_spdif_out_of_nid +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe3fcda98 azx_stop_all_streams +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xec19927e snd_hda_shutup_pins +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xed50fe4b __hda_codec_driver_register +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xed5b6fa8 snd_hda_codec_new +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xeda3a721 snd_print_pcm_bits +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf8dc35ac snd_hda_input_mux_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf9fdf975 snd_hda_enable_beep_device +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xfb7fef88 snd_hda_codec_amp_init_stereo +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xfbb33870 is_jack_detectable +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xff61a3a4 snd_hda_parse_pin_defcfg +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x0df6a531 snd_hda_gen_line_automute +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x17f40696 snd_hda_gen_mic_autoswitch +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x2f661608 snd_hda_gen_add_micmute_led_cdev +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x3399e2e0 snd_hda_gen_update_outputs +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x3b37fae7 snd_hda_gen_hp_automute +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x448143c1 snd_hda_gen_init +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x551f8105 snd_hda_gen_build_controls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x6a72c621 snd_hda_get_path_idx +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x6bf2ff13 snd_hda_gen_check_power_status +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x76dc6871 hda_main_out_badness +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x7dc2ea47 snd_hda_add_new_path +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x7fe13cd9 snd_hda_gen_add_mute_led_cdev +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 0x9e52a582 snd_hda_gen_add_kctl +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xa53b6b3f snd_hda_get_path_from_idx +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xb00f52e1 snd_hda_gen_build_pcms +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xbed2b736 snd_hda_gen_spec_init +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xc4210383 snd_hda_gen_parse_auto_config +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xc6d70726 snd_hda_activate_path +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xd1483e03 snd_hda_gen_stream_pm +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xd47caae3 snd_hda_gen_path_power_filter +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xec5d7c34 snd_hda_gen_free +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xf8958870 snd_hda_gen_fix_pin_power +EXPORT_SYMBOL_GPL sound/soc/codecs/mt6359-accdet 0x340179e9 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 0xfb94fe07 adau1372_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau1761 0x123a69fb adau1761_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau1761 0xd3c8a6ee adau1761_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0x1b6475ad adau17x1_add_routes +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0x1c66e7f2 adau17x1_volatile_register +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0x2b68a818 adau17x1_readable_register +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0x3d3cc5bf adau17x1_set_micbias_voltage +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0x40aa4002 adau17x1_add_widgets +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0x436eb2a2 adau17x1_dai_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0x440ed15b adau17x1_precious_register +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0x49feb2c4 adau17x1_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0x8c214231 adau17x1_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0xb05c6a35 adau17x1_resume +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau7118 0x45980b65 adau7118_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41 0x539dbb9e cs35l41_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41 0xbb72036a cs35l41_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41 0xfe050538 cs35l41_pm_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x0504f6a0 cs35l41_regmap_spi +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x1982f7f5 cs35l41_write_fs_errata +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x2962fe06 cs35l41_test_key_lock +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x3001687a cs35l41_enter_hibernate +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x35d260fb cs35l41_test_key_unlock +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x389e86c7 cs35l41_safe_reset +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x7e48d6f3 cs35l41_otp_unpack +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x9a4d1b8f cs35l41_configure_cs_dsp +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0xa687c283 cs35l41_set_cspl_mbox_cmd +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0xac63a2cb cs35l41_init_boost +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0xb351f07f cs35l41_regmap_i2c +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0xdd3be2ca cs35l41_exit_hibernate +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0xdf1307d6 cs35l41_set_channels +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0xe92ff6ad cs35l41_gpio_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0xf0dc3a11 cs35l41_global_enable +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0xf89d1f53 cs35l41_register_errata_patch +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs4271 0x7d05786f cs4271_dt_ids +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs4271 0xd9592cb1 cs4271_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs4271 0xda5d0eb2 cs4271_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42l51 0x5c0ebcde cs42l51_resume +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42l51 0x67c69f3d cs42l51_suspend +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42l51 0x91ea2c4b cs42l51_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42l51 0xa3fccc88 cs42l51_regmap +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42l51 0xc0ae19fb cs42l51_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0x7cac7292 cs42888_data +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0x7d3ac98a cs42xx8_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0xbed38bda cs42xx8_pm +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0xcd3794c9 cs42448_data +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0xf453e01d cs42xx8_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-es8328 0x33bd573f es8328_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-es8328 0xf2adf6b9 es8328_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-hda-codec 0x818c5a83 soc_hda_ext_bus_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-hda-codec 0xa1f4b36c snd_soc_hda_codec_dai_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-hda-codec 0xd0a15da6 hda_codec_probe_complete +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-lpass-macro-common 0x228b1da4 lpass_macro_pds_exit +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-lpass-macro-common 0xff72f14f lpass_macro_pds_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-max98090 0xbc392fbf max98090_mic_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-max98373 0x0db1e66e soc_codec_dev_max98373_sdw +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-max98373 0x2e603992 max98373_reset +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-max98373 0x6f69b0d8 max98373_slot_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-max98373 0x7f6ded7e soc_codec_dev_max98373 +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-mt6358 0x08e31661 mt6358_mtkaif_calibration_enable +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-mt6358 0x3a1f78ef mt6358_set_mtkaif_calibration_phase +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-mt6358 0xc9e4832f mt6358_set_mtkaif_protocol +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-mt6358 0xf6bc09d8 mt6358_mtkaif_calibration_disable +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-mt6359 0x0151eee6 mt6359_mtkaif_calibration_disable +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-mt6359 0x40153223 mt6359_set_mtkaif_calibration_phase +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-mt6359 0x4654e0bb mt6359_set_mtkaif_protocol +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-mt6359 0x875375f5 mt6359_mtkaif_calibration_enable +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-nau8821 0x3db4dc5a nau8821_enable_jack_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-nau8824 0x47dbd673 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 0x0ef79199 pcm1789_common_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm1789-codec 0x20088c1d pcm1789_common_exit +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm1789-codec 0x6bef17a4 pcm1789_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm179x-codec 0x4bb54e02 pcm179x_common_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm179x-codec 0x6c5fbb8c pcm179x_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm186x 0x38b14a42 pcm186x_regmap +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm186x 0x763a1dd9 pcm186x_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm3168a 0xb3509047 pcm3168a_pm_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm3168a 0xd17f5c4b pcm3168a_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm3168a 0xf59f8279 pcm3168a_regmap +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm3168a 0xfd7bae7e pcm3168a_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm512x 0x05c70592 pcm512x_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm512x 0x436e2679 pcm512x_pm_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm512x 0x4911efc2 pcm512x_regmap +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm512x 0x896e88d1 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 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 0x06d0e5c7 rt5640_detect_headset +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5640 0x3d7e7fb1 rt5640_enable_micbias1_for_ovcd +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5640 0x8fcaff00 rt5640_dmic_enable +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5640 0xcc2eae80 rt5640_set_ovcd_params +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5640 0xcd9f9a18 rt5640_sel_asrc_clk_src +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5640 0xe5b3729c rt5640_disable_micbias1_for_ovcd +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5645 0x4f871030 rt5645_sel_asrc_clk_src +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5645 0x78cba058 rt5645_set_jack_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5659 0x2735aef0 rt5659_set_jack_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5663 0x7514554a rt5663_sel_asrc_clk_src +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5677 0xb6ea50e5 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 0x0357a2e2 rt5682_aif2_dai_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0x0d18594a rt5682_supply_names +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0x0ebadd62 rt5682_sel_asrc_clk_src +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0x1d98f2b7 rt5682_apply_patch_list +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0x1f0f6ae1 rt5682_volatile_register +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0x2801250b rt5682_readable_register +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0x2b8e65d6 rt5682_soc_component_dev +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0x414eb86d rt5682_reset +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0x63600b4e rt5682_register_dai_clks +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0x776a2580 rt5682_parse_dt +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0x91079df2 rt5682_jack_detect_handler +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0xb897de56 rt5682_reg +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0xbdf600bd rt5682_calibrate +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0xe86019e1 rt5682_aif1_dai_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682s 0x65b3243b rt5682s_sel_asrc_clk_src +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-sigmadsp 0x3260eb6c sigmadsp_restrict_params +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-sigmadsp 0x6cf73004 sigmadsp_attach +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-sigmadsp 0x9b8c19fe sigmadsp_setup +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-sigmadsp 0xbd096a88 devm_sigmadsp_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-sigmadsp 0xeb1ba893 sigmadsp_reset +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-sigmadsp-i2c 0x30619980 devm_sigmadsp_init_i2c +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-sigmadsp-regmap 0xb40d3483 devm_sigmadsp_init_regmap +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-src4xxx 0x30793bdc src4xxx_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-src4xxx 0xe4561edd src4xxx_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-ssm2602 0x5d9f2ec8 ssm2602_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-ssm2602 0xe9bcfc63 ssm2602_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tlv320aic32x4 0x01033cb1 aic32x4_register_clocks +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tlv320aic3x 0x528bb6bf aic3x_regmap +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-ts3a227e 0x63740f19 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 0x2b6f9faa wcd938x_swr_get_current_bank +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wcd938x-sdw 0x6b65b8a0 wcd938x_sdw_free +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wcd938x-sdw 0x84a43513 wcd938x_sdw_set_sdw_stream +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wcd938x-sdw 0xc4d1ecad wcd938x_sdw_device_get +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wcd938x-sdw 0xdcb17c1b wcd938x_sdw_hw_params +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x00144c3b wm_adsp_read_ctl +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x1aeebcdf wm_halo_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x1ebcc33e wm_adsp1_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x280d9acf wm_adsp_compr_set_params +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x2ea7dc85 wm_adsp2_set_dspclk +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x387b1cce wm_adsp_compr_handle_irq +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x488846d4 wm_adsp_compr_open +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x513039c4 wm_adsp_compr_pointer +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 0x68876d49 wm_adsp2_preloader_put +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x68f7227a wm_adsp2_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x6b533331 wm_adsp2_component_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x7b4d48c8 wm_adsp2_preloader_get +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x8601f2a1 wm_adsp_event +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x87885af5 wm_adsp_early_event +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xa0470436 wm_adsp_fw_put +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xb38d21b7 wm_adsp_fw_get +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xb578c1c1 wm_adsp_compr_get_caps +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xc02af1ff wm_adsp2_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xc159bd3d wm_adsp1_event +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xc3045ff3 wm_adsp2_component_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xd3739d74 wm_adsp_compr_free +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xd4aee5c6 wm_adsp_write_ctl +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 0xe59e0d61 wm_adsp_fw_enum +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xe997570e wm_adsp_compr_copy +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 0xf3f47344 wm_adsp_compr_trigger +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-hubs 0x249da237 wm_hubs_vmid_ena +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-hubs 0x4ec3f85b wm_hubs_hpl_mux +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-hubs 0x5838c322 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 0x624d45e2 wm_hubs_add_analogue_controls +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 0x771f9bb0 wm_hubs_hpr_mux +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-hubs 0x8e6af4bd wm_hubs_update_class_w +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-hubs 0xc0ab11a4 wm_hubs_add_analogue_routes +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-hubs 0xd27ab17b wm_hubs_set_bias_level +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8731 0x4efa1801 wm8731_regmap +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8731 0x8431b338 wm8731_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8804 0x2a7a350b wm8804_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8804 0x7280ea1b wm8804_pm +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8804 0xa3dbff2e wm8804_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8804 0xc3b35b9c wm8804_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8903 0x56ce117c wm8903_mic_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8962 0x9e59c9f4 wm8962_mic_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8994 0x6a14c93c wm8994_mic_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8994 0xf372945a wm8958_mic_detect +EXPORT_SYMBOL_GPL sound/soc/fsl/snd-soc-fsl-asrc 0x46f11cd4 fsl_asrc_component +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-audio-graph-card 0x55711380 audio_graph_parse_of +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-audio-graph-card2 0x1a6c4444 audio_graph2_parse_of +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-audio-graph-card2 0x42780c3f audio_graph2_link_dpcm +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-audio-graph-card2 0x83440910 audio_graph2_link_normal +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-audio-graph-card2 0xe9c8e5ae 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 0x11d03350 asoc_simple_parse_widgets +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x1546e982 asoc_simple_parse_convert +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x1ed0281b asoc_simple_parse_tdm_width_map +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x1f957a7b asoc_graph_card_probe +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x252b41ff asoc_simple_canonicalize_cpu +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x2769fce9 asoc_simple_startup +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x3a11e5da asoc_simple_parse_routing +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x463adf1c asoc_simple_parse_card_name +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x5932e797 asoc_simple_parse_clk +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x66afb5de asoc_graph_is_ports0 +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x8f2b3357 asoc_simple_set_dailink_name +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x9b72a58b asoc_simple_remove +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x9d0f70aa asoc_simple_init_jack +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xaefcf875 asoc_simple_parse_daifmt +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xc39c9eab asoc_simple_dai_init +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xde348814 asoc_simple_shutdown +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xe031ee07 asoc_simple_parse_pin_switches +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xe823a5c8 asoc_simple_canonicalize_platform +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xe9a12426 asoc_simple_clean_reference +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xf57e959d asoc_simple_hw_params +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xf94cfa8a asoc_simple_init_priv +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xfd241e46 asoc_simple_be_hw_params_fixup +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x0f5c8d57 mtk_afe_pcm_new +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x14be4169 mtk_afe_fe_startup +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x1f5dc7d8 mtk_memif_set_channel +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x31989add mtk_afe_fe_hw_params +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x391d668b mtk_afe_pcm_platform +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x3a8fb2ad mtk_dynamic_irq_acquire +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x3b238998 mtk_afe_fe_hw_free +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x524be4d1 mtk_afe_add_sub_dai_control +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x524d188f mtk_afe_fe_prepare +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x5bb21774 mtk_memif_set_pbuf_size +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x6d1b2f4a mtk_dynamic_irq_release +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x83c24376 mtk_afe_combine_sub_dai +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x847717e3 mtk_sof_dai_link_fixup +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x91380a70 mtk_memif_set_disable +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x93604565 mtk_memif_set_rate_substream +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x995c8be3 mtk_sof_dailink_parse_of +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0xa04aeecf mtk_afe_suspend +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0xa178ba40 mtk_afe_fe_ops +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0xa185907f mtk_memif_set_enable +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0xa221b7aa mtk_memif_set_rate +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0xa2ceb312 mtk_memif_set_addr +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0xad489579 mtk_afe_fe_trigger +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0xb0cd3cca mtk_memif_set_format +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0xb47c7074 mtk_afe_fe_shutdown +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0xc2687c66 mtk_afe_pcm_pointer +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0xc6f33739 mtk_afe_resume +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0xcd980eb3 mtk_sof_card_probe +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0xf39de754 mtk_sof_card_late_probe +EXPORT_SYMBOL_GPL sound/soc/mediatek/mt8183/snd-soc-mt8183-afe 0xf8295c49 mt8183_dai_i2s_set_share +EXPORT_SYMBOL_GPL sound/soc/mediatek/mt8186/snd-soc-mt8186-afe 0x621b6aab mt8186_afe_gpio_init +EXPORT_SYMBOL_GPL sound/soc/mediatek/mt8186/snd-soc-mt8186-afe 0x686cab4f mt8186_mt6366_card_set_be_link +EXPORT_SYMBOL_GPL sound/soc/mediatek/mt8186/snd-soc-mt8186-afe 0x94f0a9a9 mt8186_dai_i2s_set_share +EXPORT_SYMBOL_GPL sound/soc/mediatek/mt8186/snd-soc-mt8186-afe 0xed8bc80a mt8186_mt6366_init +EXPORT_SYMBOL_GPL sound/soc/mediatek/mt8192/snd-soc-mt8192-afe 0xa9bf6115 mt8192_dai_i2s_set_share +EXPORT_SYMBOL_GPL sound/soc/mediatek/mt8195/snd-soc-mt8195-afe 0x2fb191b0 mt8195_afe_disable_clk +EXPORT_SYMBOL_GPL sound/soc/mediatek/mt8195/snd-soc-mt8195-afe 0x39eb94c5 mt8195_afe_enable_clk +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-fifo 0x090c0cab axg_fifo_pcm_close +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-fifo 0x14d7d4f3 axg_fifo_pcm_new +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-fifo 0x273ab74e axg_fifo_pcm_hw_free +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-fifo 0x4e9f8568 axg_fifo_pcm_pointer +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-fifo 0x74621e2c g12a_fifo_pcm_hw_params +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-fifo 0x8e851b1c axg_fifo_pcm_trigger +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-fifo 0xe18de61f axg_fifo_probe +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-fifo 0xe7bcee67 axg_fifo_pcm_open +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-fifo 0xf1577e77 axg_fifo_pcm_hw_params +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-tdm-formatter 0x019c2bcd axg_tdm_formatter_event +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-tdm-formatter 0x0d6e6fa1 axg_tdm_formatter_probe +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 0x970060bd axg_tdm_stream_start +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-tdm-interface 0x93acd654 axg_tdm_set_tdm_slots +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-card-utils 0x0967b692 meson_card_reallocate_links +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-card-utils 0x218290b6 meson_card_parse_dai +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-card-utils 0x27c67bde meson_card_remove +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-card-utils 0x35e781f0 meson_card_parse_daifmt +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-card-utils 0x5971a757 meson_card_i2s_set_sysclk +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-card-utils 0x93da7fc0 meson_card_probe +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-card-utils 0xb13aad10 meson_card_set_be_link +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-card-utils 0xf27d369d meson_card_set_fe_link +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-codec-glue 0x3734fe2b meson_codec_glue_output_startup +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-codec-glue 0x3f87c50f meson_codec_glue_input_set_fmt +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-codec-glue 0x4a7f29fa meson_codec_glue_input_dai_remove +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-codec-glue 0x825e092e meson_codec_glue_input_get_data +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-codec-glue 0xd3bd3ffb meson_codec_glue_input_dai_probe +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-codec-glue 0xf1a921a5 meson_codec_glue_input_hw_params +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6adm 0x059aa5b4 q6adm_open +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6adm 0x07d1cd70 q6adm_matrix_map +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6adm 0x28421460 q6adm_get_copp_id +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6adm 0xa1f75581 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 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 0xaae527a2 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/q6afe 0xfd63d54c q6afe_set_lpass_clock +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 0xa0348ad1 q6asm_audio_client_alloc +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 0x4c5e887f q6prm_vote_lpass_core_hw +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6prm 0xb5caef8d q6prm_set_lpass_clock +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6prm 0xdb24a94f 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 0x0099b9f5 q6apm_graph_stop +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x09e1cf7b q6apm_graph_open +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x145cf8f6 audioreach_alloc_apm_cmd_pkt +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x38f8ac34 audioreach_graph_free_buf +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x3cbc9a2c q6apm_graph_media_format_shmem +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x3cbf43c4 q6apm_graph_close +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x3ea0084b audioreach_map_memory_regions +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x46f689f4 q6apm_unmap_memory_regions +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x4f782c08 audioreach_tplg_init +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x53e00f01 audioreach_set_media_format +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x5543dd66 audioreach_alloc_apm_pkt +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x567ce4b3 q6apm_map_memory_regions +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x5e185f87 audioreach_gain_set_vol_ctrl +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x64dc5171 audioreach_alloc_cmd_pkt +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x735b2b55 audioreach_shared_memory_send_eos +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x7f4d39c8 audioreach_alloc_pkt +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x964165ee audioreach_graph_send_cmd_sync +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0xa04cce88 q6apm_read +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0xaad87493 q6apm_graph_flush +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0xbefe4528 q6apm_write_async +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0xcb4bfd3a audioreach_alloc_graph_pkt +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0xd32d42ec audioreach_send_cmd_sync +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0xd4d8b56f q6apm_graph_start +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0xf1df422a q6apm_graph_media_format_pcm +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0xf58767e9 q6apm_graph_get_rx_shmem_module_iid +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0xfed417df q6apm_graph_prepare +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6dsp-common 0x13ec6cd6 q6dsp_audio_ports_set_config +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6dsp-common 0x17142e58 q6dsp_map_channels +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6dsp-common 0x87803ed4 q6dsp_clock_dev_probe +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6dsp-common 0xe25975dd q6dsp_audio_ports_of_xlate_dai_name +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-lpass-cdc-dma 0x8626ba6d asoc_qcom_lpass_cdc_dma_dai_ops +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-lpass-cpu 0x2fcdefdd asoc_qcom_lpass_cpu_dai_ops +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-lpass-cpu 0x65fc8194 lpass_cpu_pcm_new +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-lpass-cpu 0x6b11ac55 asoc_qcom_lpass_cpu_platform_shutdown +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-lpass-cpu 0x878c39ab asoc_qcom_lpass_cpu_platform_remove +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-lpass-cpu 0xd37a7220 asoc_qcom_lpass_cpu_platform_probe +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-lpass-cpu 0xe88cc1e1 asoc_qcom_lpass_cpu_dai_probe +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-lpass-hdmi 0xb7eda72f asoc_qcom_lpass_hdmi_dai_ops +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-lpass-platform 0x1fd56e60 asoc_qcom_lpass_platform_register +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-qcom-common 0x88a27937 qcom_snd_wcd_jack_setup +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-qcom-common 0xdf27a813 qcom_snd_parse_of +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-qcom-sdw 0x1d2df895 qcom_snd_sdw_hw_free +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-qcom-sdw 0x2f18e937 qcom_snd_sdw_prepare +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-qcom-sdw 0x735af999 qcom_snd_sdw_hw_params +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra-machine 0x25c29627 tegra_asoc_machine_probe +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra-machine 0xc041aabb tegra_asoc_machine_init +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra-pcm 0x96665ac8 tegra_pcm_hw_params +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra-pcm 0xa781961c tegra_pcm_construct +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra-pcm 0xb59f9e11 tegra_pcm_platform_unregister +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra-pcm 0xb5fe0abe tegra_pcm_platform_register_with_chan_names +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra-pcm 0xc7189cc0 tegra_pcm_platform_register +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra-pcm 0xcd1778ca tegra_pcm_open +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra-pcm 0xe56893f5 devm_tegra_pcm_platform_register +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra-pcm 0xf0ae9266 tegra_pcm_close +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra-pcm 0xf2ad2df6 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-omap-mcbsp 0x7e678efe omap_mcbsp_st_add_controls +EXPORT_SYMBOL_GPL sound/soc/ti/snd-soc-ti-edma 0x11c16f8d edma_pcm_platform_register +EXPORT_SYMBOL_GPL sound/soc/ti/snd-soc-ti-sdma 0x640f45bb sdma_pcm_platform_register +EXPORT_SYMBOL_GPL sound/soc/ti/snd-soc-ti-udma 0xc5c8366d udma_pcm_platform_register +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x0b2264bb line6_suspend +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x110997cd line6_read_serial_number +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x202a1b1b line6_midi_id +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x20ac8e9b line6_read_data +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x2b099323 line6_init_pcm +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x36d82dea line6_probe +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x57804670 line6_send_raw_message_async +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x6a8c695e line6_init_midi +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x70c519c6 line6_disconnect +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x715b0019 line6_version_request_async +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x827969fc line6_resume +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x85853e46 line6_send_raw_message +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0xb47229ad line6_alloc_sysex_buffer +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0xb5388a2b line6_write_data +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0xc32c4eea line6_send_sysex_message +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0xdf61bb8c line6_pcm_acquire +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0xedfac985 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 0x00097507 icc_nodes_remove +EXPORT_SYMBOL_GPL vmlinux 0x000c9b28 securityfs_create_symlink +EXPORT_SYMBOL_GPL vmlinux 0x001b72f9 d_same_name +EXPORT_SYMBOL_GPL vmlinux 0x002af407 fwnode_get_next_child_node +EXPORT_SYMBOL_GPL vmlinux 0x00326628 efivars_unregister +EXPORT_SYMBOL_GPL vmlinux 0x00470903 ping_queue_rcv_skb +EXPORT_SYMBOL_GPL vmlinux 0x00497a08 nf_queue +EXPORT_SYMBOL_GPL vmlinux 0x00513f58 get_timespec64 +EXPORT_SYMBOL_GPL vmlinux 0x0053e821 tracepoint_probe_register_prio_may_exist +EXPORT_SYMBOL_GPL vmlinux 0x005929f4 clk_hw_set_rate_range +EXPORT_SYMBOL_GPL vmlinux 0x005aafff devm_power_supply_get_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0x00632780 work_busy +EXPORT_SYMBOL_GPL vmlinux 0x0071178a serial8250_clear_and_reinit_fifos +EXPORT_SYMBOL_GPL vmlinux 0x0082ce4f __alloc_pages_bulk +EXPORT_SYMBOL_GPL vmlinux 0x008eeda6 pm_generic_resume_early +EXPORT_SYMBOL_GPL vmlinux 0x00955737 get_net_ns_by_fd +EXPORT_SYMBOL_GPL vmlinux 0x009a7cb1 account_locked_vm +EXPORT_SYMBOL_GPL vmlinux 0x009cb9b1 devres_find +EXPORT_SYMBOL_GPL vmlinux 0x00c10e1c tty_register_device_attr +EXPORT_SYMBOL_GPL vmlinux 0x00c13eb2 sk_msg_alloc +EXPORT_SYMBOL_GPL vmlinux 0x00cc643f tpm_pcr_read +EXPORT_SYMBOL_GPL vmlinux 0x00d4c500 usb_decode_interval +EXPORT_SYMBOL_GPL vmlinux 0x00dd95af irq_chip_request_resources_parent +EXPORT_SYMBOL_GPL vmlinux 0x00e384d4 __traceiter_block_unplug +EXPORT_SYMBOL_GPL vmlinux 0x00fbfa65 tc3589x_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x010887e6 ohci_setup +EXPORT_SYMBOL_GPL vmlinux 0x01117fef reset_controller_register +EXPORT_SYMBOL_GPL vmlinux 0x0114d97b net_selftest +EXPORT_SYMBOL_GPL vmlinux 0x0122b10e pci_store_saved_state +EXPORT_SYMBOL_GPL vmlinux 0x01318c9a devm_phy_create +EXPORT_SYMBOL_GPL vmlinux 0x0133b339 dev_err_probe +EXPORT_SYMBOL_GPL vmlinux 0x013fe1bd i2c_slave_unregister +EXPORT_SYMBOL_GPL vmlinux 0x014e8186 cpu_scale +EXPORT_SYMBOL_GPL vmlinux 0x015a8498 imx_clk_hw_cpu +EXPORT_SYMBOL_GPL vmlinux 0x015c8e86 ata_ehi_push_desc +EXPORT_SYMBOL_GPL vmlinux 0x01635f6b thermal_zone_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x0178344f devl_trap_policers_register +EXPORT_SYMBOL_GPL vmlinux 0x017a08ca sk_msg_clone +EXPORT_SYMBOL_GPL vmlinux 0x01857df5 shash_register_instance +EXPORT_SYMBOL_GPL vmlinux 0x01866a57 ezx_pcap_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x01911f7d iommu_group_get +EXPORT_SYMBOL_GPL vmlinux 0x019694b7 regulator_bulk_set_supply_names +EXPORT_SYMBOL_GPL vmlinux 0x019a7060 get_device +EXPORT_SYMBOL_GPL vmlinux 0x01af6c31 shmem_file_setup +EXPORT_SYMBOL_GPL vmlinux 0x01b12bfb usb_ep_free_request +EXPORT_SYMBOL_GPL vmlinux 0x01b8ad58 clk_gate_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0x01baa140 ahci_platform_disable_resources +EXPORT_SYMBOL_GPL vmlinux 0x01c1ef41 devm_clk_bulk_get_optional +EXPORT_SYMBOL_GPL vmlinux 0x01c6cb0c cpu_cluster_pm_enter +EXPORT_SYMBOL_GPL vmlinux 0x01cab2b2 ata_port_classify +EXPORT_SYMBOL_GPL vmlinux 0x01caefa5 dev_pm_opp_get_max_transition_latency +EXPORT_SYMBOL_GPL vmlinux 0x01cb81d3 crypto_type_has_alg +EXPORT_SYMBOL_GPL vmlinux 0x01cebd58 regmap_raw_write +EXPORT_SYMBOL_GPL vmlinux 0x01d4f6b6 vp_legacy_get_status +EXPORT_SYMBOL_GPL vmlinux 0x01e1a8de kgdb_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0x01e458c1 dev_pm_opp_find_level_ceil +EXPORT_SYMBOL_GPL vmlinux 0x01e6fac1 tty_buffer_unlock_exclusive +EXPORT_SYMBOL_GPL vmlinux 0x0207a6c6 reset_control_bulk_acquire +EXPORT_SYMBOL_GPL vmlinux 0x0212b764 hwspin_lock_request +EXPORT_SYMBOL_GPL vmlinux 0x021c7a09 uprobe_register_refctr +EXPORT_SYMBOL_GPL vmlinux 0x02289d66 fuse_do_open +EXPORT_SYMBOL_GPL vmlinux 0x022e1fb9 usb_init_urb +EXPORT_SYMBOL_GPL vmlinux 0x02394899 play_idle_precise +EXPORT_SYMBOL_GPL vmlinux 0x023ff698 iocb_bio_iopoll +EXPORT_SYMBOL_GPL vmlinux 0x02431b1b iommu_map_atomic +EXPORT_SYMBOL_GPL vmlinux 0x024d13dd request_free_mem_region +EXPORT_SYMBOL_GPL vmlinux 0x024e0bfc ata_bmdma_start +EXPORT_SYMBOL_GPL vmlinux 0x02515e4d devfreq_event_add_edev +EXPORT_SYMBOL_GPL vmlinux 0x0255f7bd ehci_hub_control +EXPORT_SYMBOL_GPL vmlinux 0x026f3380 btree_lookup +EXPORT_SYMBOL_GPL vmlinux 0x0275029d fuse_dev_alloc +EXPORT_SYMBOL_GPL vmlinux 0x02a470b3 edac_mc_handle_error +EXPORT_SYMBOL_GPL vmlinux 0x02afc7cf dev_pm_opp_adjust_voltage +EXPORT_SYMBOL_GPL vmlinux 0x02bab11f vcap_rule_mod_action_u32 +EXPORT_SYMBOL_GPL vmlinux 0x02c5c501 power_supply_find_ocv2cap_table +EXPORT_SYMBOL_GPL vmlinux 0x02cf74f6 devm_blk_crypto_profile_init +EXPORT_SYMBOL_GPL vmlinux 0x02d9744d tpm_chip_stop +EXPORT_SYMBOL_GPL vmlinux 0x02e81e3a musb_set_host +EXPORT_SYMBOL_GPL vmlinux 0x02ea61a6 dax_flush +EXPORT_SYMBOL_GPL vmlinux 0x02f1e160 ata_sff_data_xfer32 +EXPORT_SYMBOL_GPL vmlinux 0x02f98963 cpufreq_policy_transition_delay_us +EXPORT_SYMBOL_GPL vmlinux 0x0306e02e debugfs_create_u64 +EXPORT_SYMBOL_GPL vmlinux 0x030cbca2 ata_id_xfermask +EXPORT_SYMBOL_GPL vmlinux 0x0312b3b0 reset_controller_add_lookup +EXPORT_SYMBOL_GPL vmlinux 0x03145ccd pcie_port_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x0321cdbf of_alias_get_highest_id +EXPORT_SYMBOL_GPL vmlinux 0x03315f0c btree_destroy +EXPORT_SYMBOL_GPL vmlinux 0x033832c7 usb_amd_hang_symptom_quirk +EXPORT_SYMBOL_GPL vmlinux 0x033d6f69 tty_encode_baud_rate +EXPORT_SYMBOL_GPL vmlinux 0x033e00bb snd_soc_component_compr_get_caps +EXPORT_SYMBOL_GPL vmlinux 0x0342a050 open_related_ns +EXPORT_SYMBOL_GPL vmlinux 0x0343bdf1 __i2c_board_list +EXPORT_SYMBOL_GPL vmlinux 0x03515b0a gov_update_cpu_data +EXPORT_SYMBOL_GPL vmlinux 0x03565b5e alloc_dax +EXPORT_SYMBOL_GPL vmlinux 0x036d8e9b klist_add_tail +EXPORT_SYMBOL_GPL vmlinux 0x0377b104 add_swap_extent +EXPORT_SYMBOL_GPL vmlinux 0x038c0d1d sdio_readb +EXPORT_SYMBOL_GPL vmlinux 0x03952887 ktime_add_safe +EXPORT_SYMBOL_GPL vmlinux 0x039a50b8 wakeup_source_create +EXPORT_SYMBOL_GPL vmlinux 0x039c7ee0 elv_rqhash_del +EXPORT_SYMBOL_GPL vmlinux 0x03b2623e __tracepoint_devlink_trap_report +EXPORT_SYMBOL_GPL vmlinux 0x03c8090a ndo_dflt_bridge_getlink +EXPORT_SYMBOL_GPL vmlinux 0x03cd9538 raw_seq_start +EXPORT_SYMBOL_GPL vmlinux 0x03f3a8a3 serdev_device_alloc +EXPORT_SYMBOL_GPL vmlinux 0x0412332f rcar_rst_set_rproc_boot_addr +EXPORT_SYMBOL_GPL vmlinux 0x041695f7 rio_release_dma +EXPORT_SYMBOL_GPL vmlinux 0x0416f709 mmc_regulator_set_ocr +EXPORT_SYMBOL_GPL vmlinux 0x04206c1a devres_get +EXPORT_SYMBOL_GPL vmlinux 0x043eb91e page_cache_ra_unbounded +EXPORT_SYMBOL_GPL vmlinux 0x0456e92f dma_get_required_mask +EXPORT_SYMBOL_GPL vmlinux 0x0465a073 regmap_reg_in_ranges +EXPORT_SYMBOL_GPL vmlinux 0x046a1269 gpiochip_remove +EXPORT_SYMBOL_GPL vmlinux 0x046f359e of_overlay_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0x047192b3 sdhci_pltfm_resume +EXPORT_SYMBOL_GPL vmlinux 0x047556b7 iommu_enable_nesting +EXPORT_SYMBOL_GPL vmlinux 0x047cc2e8 pm_schedule_suspend +EXPORT_SYMBOL_GPL vmlinux 0x048b5f8d twl4030_audio_get_mclk +EXPORT_SYMBOL_GPL vmlinux 0x0495dead __cpuhp_state_add_instance +EXPORT_SYMBOL_GPL vmlinux 0x049f0337 devm_pm_clk_create +EXPORT_SYMBOL_GPL vmlinux 0x04a61646 class_find_device +EXPORT_SYMBOL_GPL vmlinux 0x04ae4635 trace_handle_return +EXPORT_SYMBOL_GPL vmlinux 0x04c41c60 devlink_flash_update_status_notify +EXPORT_SYMBOL_GPL vmlinux 0x04c4f603 mpi_get_buffer +EXPORT_SYMBOL_GPL vmlinux 0x04c8aebf console_verbose +EXPORT_SYMBOL_GPL vmlinux 0x04cd4865 scmi_driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0x04dc6d9f devm_thermal_add_hwmon_sysfs +EXPORT_SYMBOL_GPL vmlinux 0x04e1b99f snd_pcm_std_chmaps +EXPORT_SYMBOL_GPL vmlinux 0x04fb91a8 devm_regulator_bulk_get_exclusive +EXPORT_SYMBOL_GPL vmlinux 0x050d1db5 devm_gpiod_get_index +EXPORT_SYMBOL_GPL vmlinux 0x050efd36 __hvc_resize +EXPORT_SYMBOL_GPL vmlinux 0x051085e3 lock_system_sleep +EXPORT_SYMBOL_GPL vmlinux 0x051a0bc1 stack_depot_fetch +EXPORT_SYMBOL_GPL vmlinux 0x051ed688 pci_dev_trylock +EXPORT_SYMBOL_GPL vmlinux 0x052b4013 register_vmcore_cb +EXPORT_SYMBOL_GPL vmlinux 0x052c9aed ktime_get_real_fast_ns +EXPORT_SYMBOL_GPL vmlinux 0x052f415c irq_domain_xlate_onetwocell +EXPORT_SYMBOL_GPL vmlinux 0x053d738a __SCK__tp_func_br_fdb_update +EXPORT_SYMBOL_GPL vmlinux 0x053f52f9 regmap_field_update_bits_base +EXPORT_SYMBOL_GPL vmlinux 0x054436ec mtk_pinconf_adv_drive_get_raw +EXPORT_SYMBOL_GPL vmlinux 0x0548d2fd devm_phy_package_join +EXPORT_SYMBOL_GPL vmlinux 0x054d8710 ata_bmdma_qc_issue +EXPORT_SYMBOL_GPL vmlinux 0x054e550b kernel_halt +EXPORT_SYMBOL_GPL vmlinux 0x0558d4ee pci_doe_submit_task +EXPORT_SYMBOL_GPL vmlinux 0x055fb9eb register_virtio_device +EXPORT_SYMBOL_GPL vmlinux 0x05600cb1 subsys_interface_unregister +EXPORT_SYMBOL_GPL vmlinux 0x05610897 of_changeset_destroy +EXPORT_SYMBOL_GPL vmlinux 0x05670810 nand_decode_ext_id +EXPORT_SYMBOL_GPL vmlinux 0x05723b95 serial8250_em485_stop_tx +EXPORT_SYMBOL_GPL vmlinux 0x0574c13e pm_clk_init +EXPORT_SYMBOL_GPL vmlinux 0x05883efb __traceiter_suspend_resume +EXPORT_SYMBOL_GPL vmlinux 0x05a02b15 sock_diag_destroy +EXPORT_SYMBOL_GPL vmlinux 0x05a05b97 dev_pm_opp_init_cpufreq_table +EXPORT_SYMBOL_GPL vmlinux 0x05a12e98 __tracepoint_fdb_delete +EXPORT_SYMBOL_GPL vmlinux 0x05a36048 devl_resource_occ_get_unregister +EXPORT_SYMBOL_GPL vmlinux 0x05ab41ed stmpe_reg_read +EXPORT_SYMBOL_GPL vmlinux 0x05bb1504 devm_serdev_device_open +EXPORT_SYMBOL_GPL vmlinux 0x05c93cab __tracepoint_non_standard_event +EXPORT_SYMBOL_GPL vmlinux 0x05cdcd58 usb_phy_set_event +EXPORT_SYMBOL_GPL vmlinux 0x05d0be45 fb_bl_default_curve +EXPORT_SYMBOL_GPL vmlinux 0x05e34897 iommu_device_link +EXPORT_SYMBOL_GPL vmlinux 0x05fb18ac sdhci_pltfm_unregister +EXPORT_SYMBOL_GPL vmlinux 0x0604f5c8 pci_scan_child_bus +EXPORT_SYMBOL_GPL vmlinux 0x06100712 extcon_register_notifier_all +EXPORT_SYMBOL_GPL vmlinux 0x06122337 atomic_notifier_chain_unregister +EXPORT_SYMBOL_GPL vmlinux 0x06209f49 phy_lookup_setting +EXPORT_SYMBOL_GPL vmlinux 0x06213775 device_remove_bin_file +EXPORT_SYMBOL_GPL vmlinux 0x062562c6 devm_regulator_bulk_get_const +EXPORT_SYMBOL_GPL vmlinux 0x0626da5f od_unregister_powersave_bias_handler +EXPORT_SYMBOL_GPL vmlinux 0x063eb0a8 sk_msg_trim +EXPORT_SYMBOL_GPL vmlinux 0x06469036 of_icc_get_by_index +EXPORT_SYMBOL_GPL vmlinux 0x064db9a5 mark_mounts_for_expiry +EXPORT_SYMBOL_GPL vmlinux 0x06502bdc ata_noop_qc_prep +EXPORT_SYMBOL_GPL vmlinux 0x065ec3b2 trace_remove_event_call +EXPORT_SYMBOL_GPL vmlinux 0x0661ffac task_cls_state +EXPORT_SYMBOL_GPL vmlinux 0x066f9ec8 ip6_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0x0681117c pm_clk_runtime_suspend +EXPORT_SYMBOL_GPL vmlinux 0x0683908b wbc_account_cgroup_owner +EXPORT_SYMBOL_GPL vmlinux 0x069b1d42 sysfs_remove_groups +EXPORT_SYMBOL_GPL vmlinux 0x06a3562e mtd_add_partition +EXPORT_SYMBOL_GPL vmlinux 0x06a4e0da musb_set_peripheral +EXPORT_SYMBOL_GPL vmlinux 0x06a5a3a8 bus_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x06ab43d2 snd_soc_daifmt_parse_clock_provider_raw +EXPORT_SYMBOL_GPL vmlinux 0x06b12688 usb_reset_endpoint +EXPORT_SYMBOL_GPL vmlinux 0x06b53bd2 memalloc_socks_key +EXPORT_SYMBOL_GPL vmlinux 0x06bc48f5 lwtunnel_state_alloc +EXPORT_SYMBOL_GPL vmlinux 0x06cca30b ring_buffer_record_off +EXPORT_SYMBOL_GPL vmlinux 0x06cd1fc6 bus_find_device +EXPORT_SYMBOL_GPL vmlinux 0x06d2b195 btree_init +EXPORT_SYMBOL_GPL vmlinux 0x06def5c8 hwspin_lock_register +EXPORT_SYMBOL_GPL vmlinux 0x06df128a security_inode_setattr +EXPORT_SYMBOL_GPL vmlinux 0x06e152e7 rio_register_mport +EXPORT_SYMBOL_GPL vmlinux 0x06e92aea nl_table_lock +EXPORT_SYMBOL_GPL vmlinux 0x06e97352 component_add +EXPORT_SYMBOL_GPL vmlinux 0x06f5e981 phy_gbit_all_ports_features +EXPORT_SYMBOL_GPL vmlinux 0x0713645c hwrng_unregister +EXPORT_SYMBOL_GPL vmlinux 0x0716e3b0 serdev_device_remove +EXPORT_SYMBOL_GPL vmlinux 0x071ebfa8 scsi_alloc_request +EXPORT_SYMBOL_GPL vmlinux 0x07207cca ata_dummy_port_ops +EXPORT_SYMBOL_GPL vmlinux 0x07242d92 put_dax +EXPORT_SYMBOL_GPL vmlinux 0x072b9902 fixed_phy_register_with_gpiod +EXPORT_SYMBOL_GPL vmlinux 0x072d5f50 gadget_find_ep_by_name +EXPORT_SYMBOL_GPL vmlinux 0x07483e13 cn_del_callback +EXPORT_SYMBOL_GPL vmlinux 0x074ed394 nvdimm_bus_register +EXPORT_SYMBOL_GPL vmlinux 0x0756a31c register_platform_power_off +EXPORT_SYMBOL_GPL vmlinux 0x07578f9c snd_soc_lookup_component +EXPORT_SYMBOL_GPL vmlinux 0x075b77be dm_get_md +EXPORT_SYMBOL_GPL vmlinux 0x076356e7 sfp_may_have_phy +EXPORT_SYMBOL_GPL vmlinux 0x077f805e snd_hwparams_to_dma_slave_config +EXPORT_SYMBOL_GPL vmlinux 0x07890d37 usb_control_msg_send +EXPORT_SYMBOL_GPL vmlinux 0x07987a8c fixed_phy_change_carrier +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 0x07c04ccd host1x_context_device_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x07c958fb nand_get_small_page_ooblayout +EXPORT_SYMBOL_GPL vmlinux 0x07ce41c3 ata_sff_softreset +EXPORT_SYMBOL_GPL vmlinux 0x07dc712b snd_soc_dapm_update_dai +EXPORT_SYMBOL_GPL vmlinux 0x07ed23c6 sysfs_remove_bin_file +EXPORT_SYMBOL_GPL vmlinux 0x07f41bf7 led_classdev_resume +EXPORT_SYMBOL_GPL vmlinux 0x07f5bfed __tracepoint_neigh_cleanup_and_release +EXPORT_SYMBOL_GPL vmlinux 0x08039e3e clockevent_delta2ns +EXPORT_SYMBOL_GPL vmlinux 0x0809c15e dev_get_regmap +EXPORT_SYMBOL_GPL vmlinux 0x08135613 dax_write_cache +EXPORT_SYMBOL_GPL vmlinux 0x081caa7c handle_mm_fault +EXPORT_SYMBOL_GPL vmlinux 0x081ef4ae dma_resv_get_singleton +EXPORT_SYMBOL_GPL vmlinux 0x0825b6ba __page_file_index +EXPORT_SYMBOL_GPL vmlinux 0x083c8d39 da903x_writes +EXPORT_SYMBOL_GPL vmlinux 0x08567f10 unregister_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0x08570489 put_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0x086e8fb5 devlink_port_init +EXPORT_SYMBOL_GPL vmlinux 0x087f5dc5 wm831x_of_match +EXPORT_SYMBOL_GPL vmlinux 0x0885acba disk_set_zoned +EXPORT_SYMBOL_GPL vmlinux 0x088db756 bpf_prog_inc_not_zero +EXPORT_SYMBOL_GPL vmlinux 0x08a32d46 clk_divider_ops +EXPORT_SYMBOL_GPL vmlinux 0x08a88a9f __SCK__tp_func_ata_tf_load +EXPORT_SYMBOL_GPL vmlinux 0x08c61932 devl_region_create +EXPORT_SYMBOL_GPL vmlinux 0x08ce0310 fb_deferred_io_init +EXPORT_SYMBOL_GPL vmlinux 0x08f4eff0 null_dailink_component +EXPORT_SYMBOL_GPL vmlinux 0x08f75c99 kthread_func +EXPORT_SYMBOL_GPL vmlinux 0x091eb9b4 round_jiffies +EXPORT_SYMBOL_GPL vmlinux 0x093b7ece device_property_present +EXPORT_SYMBOL_GPL vmlinux 0x09468bb1 regmap_raw_read +EXPORT_SYMBOL_GPL vmlinux 0x09492220 musb_mailbox +EXPORT_SYMBOL_GPL vmlinux 0x095bf4b5 usb_sg_cancel +EXPORT_SYMBOL_GPL vmlinux 0x095ce7ca raw_unhash_sk +EXPORT_SYMBOL_GPL vmlinux 0x096a2921 usb_get_phy +EXPORT_SYMBOL_GPL vmlinux 0x096d9618 kvm_arch_ptp_get_crosststamp +EXPORT_SYMBOL_GPL vmlinux 0x0976822d sfp_get_module_eeprom_by_page +EXPORT_SYMBOL_GPL vmlinux 0x0985545e vcap_lookup_rule_by_cookie +EXPORT_SYMBOL_GPL vmlinux 0x0998e6f7 xhci_run +EXPORT_SYMBOL_GPL vmlinux 0x099be451 sk_msg_free_nocharge +EXPORT_SYMBOL_GPL vmlinux 0x09aa0343 snd_soc_dai_set_channel_map +EXPORT_SYMBOL_GPL vmlinux 0x09aeaa72 elv_register +EXPORT_SYMBOL_GPL vmlinux 0x09b53e14 interval_tree_remove +EXPORT_SYMBOL_GPL vmlinux 0x09bd362e thermal_cooling_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x09c099f5 of_get_display_timings +EXPORT_SYMBOL_GPL vmlinux 0x09c12da1 sdhci_enable_clk +EXPORT_SYMBOL_GPL vmlinux 0x09cc4a41 mtk_eint_do_resume +EXPORT_SYMBOL_GPL vmlinux 0x09cd9e26 netdev_sw_irq_coalesce_default_on +EXPORT_SYMBOL_GPL vmlinux 0x09e32296 devm_led_classdev_unregister +EXPORT_SYMBOL_GPL vmlinux 0x09e53260 __tracepoint_pelt_dl_tp +EXPORT_SYMBOL_GPL vmlinux 0x09e913c1 snd_pcm_alt_chmaps +EXPORT_SYMBOL_GPL vmlinux 0x09fdee02 regcache_mark_dirty +EXPORT_SYMBOL_GPL vmlinux 0x0a0a02a5 crypto_grab_akcipher +EXPORT_SYMBOL_GPL vmlinux 0x0a0b7ef7 rdev_get_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x0a21a9f6 crypto_remove_spawns +EXPORT_SYMBOL_GPL vmlinux 0x0a28d4f8 perf_aux_output_skip +EXPORT_SYMBOL_GPL vmlinux 0x0a2a8ab1 fwnode_property_present +EXPORT_SYMBOL_GPL vmlinux 0x0a3408e4 cpuidle_disable_device +EXPORT_SYMBOL_GPL vmlinux 0x0a578ec8 ip_valid_fib_dump_req +EXPORT_SYMBOL_GPL vmlinux 0x0a5cf33e clean_acked_data_disable +EXPORT_SYMBOL_GPL vmlinux 0x0a6e82de ip6_route_output_flags_noref +EXPORT_SYMBOL_GPL vmlinux 0x0a7c0322 regulator_set_suspend_voltage +EXPORT_SYMBOL_GPL vmlinux 0x0a8a303b sbitmap_del_wait_queue +EXPORT_SYMBOL_GPL vmlinux 0x0a8c3b4b usb_ep_set_halt +EXPORT_SYMBOL_GPL vmlinux 0x0a8d17ce usb_hub_claim_port +EXPORT_SYMBOL_GPL vmlinux 0x0aa22d98 fwnode_get_next_parent +EXPORT_SYMBOL_GPL vmlinux 0x0aaf693d regmap_can_raw_write +EXPORT_SYMBOL_GPL vmlinux 0x0abc3340 devm_namespace_disable +EXPORT_SYMBOL_GPL vmlinux 0x0ac4be03 __devm_reset_control_get +EXPORT_SYMBOL_GPL vmlinux 0x0acfe2e7 usb_ep_set_wedge +EXPORT_SYMBOL_GPL vmlinux 0x0adf7743 devm_of_platform_depopulate +EXPORT_SYMBOL_GPL vmlinux 0x0aeb8c45 wbt_disable_default +EXPORT_SYMBOL_GPL vmlinux 0x0aebf7ad debugfs_create_bool +EXPORT_SYMBOL_GPL vmlinux 0x0af16cae transport_remove_device +EXPORT_SYMBOL_GPL vmlinux 0x0afc8808 devm_release_action +EXPORT_SYMBOL_GPL vmlinux 0x0b07abe2 unshare_fs_struct +EXPORT_SYMBOL_GPL vmlinux 0x0b19b18f register_kretprobes +EXPORT_SYMBOL_GPL vmlinux 0x0b1bbe8d ipv6_dup_options +EXPORT_SYMBOL_GPL vmlinux 0x0b248c27 devfreq_get_devfreq_by_node +EXPORT_SYMBOL_GPL vmlinux 0x0b2970fe klist_iter_init +EXPORT_SYMBOL_GPL vmlinux 0x0b2db2d5 remove_resource +EXPORT_SYMBOL_GPL vmlinux 0x0b2f13ea gpiod_unexport +EXPORT_SYMBOL_GPL vmlinux 0x0b32d32d snd_soc_dapm_init +EXPORT_SYMBOL_GPL vmlinux 0x0b450f14 i2c_generic_scl_recovery +EXPORT_SYMBOL_GPL vmlinux 0x0b4a8834 musb_writeb +EXPORT_SYMBOL_GPL vmlinux 0x0b4cb8ec of_genpd_add_device +EXPORT_SYMBOL_GPL vmlinux 0x0b69e104 pse_ethtool_get_status +EXPORT_SYMBOL_GPL vmlinux 0x0b6ce24c snd_soc_dapm_add_routes +EXPORT_SYMBOL_GPL vmlinux 0x0b710fcc usb_get_maximum_ssp_rate +EXPORT_SYMBOL_GPL vmlinux 0x0b720b51 nand_select_target +EXPORT_SYMBOL_GPL vmlinux 0x0b740801 cpufreq_frequency_table_get_index +EXPORT_SYMBOL_GPL vmlinux 0x0b78570a pinctrl_utils_add_map_mux +EXPORT_SYMBOL_GPL vmlinux 0x0b7cde85 snd_devm_card_new +EXPORT_SYMBOL_GPL vmlinux 0x0b951fbb devm_of_phy_provider_unregister +EXPORT_SYMBOL_GPL vmlinux 0x0ba5f142 usb_unlink_urb +EXPORT_SYMBOL_GPL vmlinux 0x0ba7b6f5 nvdimm_bus_unregister +EXPORT_SYMBOL_GPL vmlinux 0x0ba941df tcp_bpf_sendmsg_redir +EXPORT_SYMBOL_GPL vmlinux 0x0babe3f3 dma_get_merge_boundary +EXPORT_SYMBOL_GPL vmlinux 0x0bb028d4 hisi_clk_register_fixed_factor +EXPORT_SYMBOL_GPL vmlinux 0x0bb84bb4 edac_get_sysfs_subsys +EXPORT_SYMBOL_GPL vmlinux 0x0bbe82b3 sm501_modify_reg +EXPORT_SYMBOL_GPL vmlinux 0x0bda0f85 of_irq_parse_one +EXPORT_SYMBOL_GPL vmlinux 0x0bf00703 inet6_lookup_listener +EXPORT_SYMBOL_GPL vmlinux 0x0bf32478 __SCK__tp_func_pelt_rt_tp +EXPORT_SYMBOL_GPL vmlinux 0x0c069016 device_match_fwnode +EXPORT_SYMBOL_GPL vmlinux 0x0c0edad6 hvc_instantiate +EXPORT_SYMBOL_GPL vmlinux 0x0c150684 irq_set_default_host +EXPORT_SYMBOL_GPL vmlinux 0x0c1c7f57 driver_find +EXPORT_SYMBOL_GPL vmlinux 0x0c265d07 xfrm_state_mtu +EXPORT_SYMBOL_GPL vmlinux 0x0c303f52 bch_encode +EXPORT_SYMBOL_GPL vmlinux 0x0c32ff8a edac_pci_alloc_index +EXPORT_SYMBOL_GPL vmlinux 0x0c335485 of_nvmem_device_get +EXPORT_SYMBOL_GPL vmlinux 0x0c45a79e irq_setup_alt_chip +EXPORT_SYMBOL_GPL vmlinux 0x0c4c658b sk_psock_drop +EXPORT_SYMBOL_GPL vmlinux 0x0c63b4f9 fib_add_nexthop +EXPORT_SYMBOL_GPL vmlinux 0x0c6ff0f6 dm_internal_resume +EXPORT_SYMBOL_GPL vmlinux 0x0c7d0b9f fscrypt_mergeable_bio +EXPORT_SYMBOL_GPL vmlinux 0x0c8129f0 __phy_modify_mmd_changed +EXPORT_SYMBOL_GPL vmlinux 0x0c88c1c3 pci_vpd_find_id_string +EXPORT_SYMBOL_GPL vmlinux 0x0ca28e1f snd_soc_dapm_nc_pin +EXPORT_SYMBOL_GPL vmlinux 0x0cc0d24d usb_put_dev +EXPORT_SYMBOL_GPL vmlinux 0x0cc815df snd_soc_link_compr_set_params +EXPORT_SYMBOL_GPL vmlinux 0x0cc9d36c iommu_group_claim_dma_owner +EXPORT_SYMBOL_GPL vmlinux 0x0cdc9eab sata_link_scr_lpm +EXPORT_SYMBOL_GPL vmlinux 0x0ce92d0b inet6_cleanup_sock +EXPORT_SYMBOL_GPL vmlinux 0x0d00db07 crypto_alg_extsize +EXPORT_SYMBOL_GPL vmlinux 0x0d08969b crypto_stats_kpp_compute_shared_secret +EXPORT_SYMBOL_GPL vmlinux 0x0d09285a clk_gate_ops +EXPORT_SYMBOL_GPL vmlinux 0x0d1213b8 handle_fasteoi_irq +EXPORT_SYMBOL_GPL vmlinux 0x0d189e31 generic_fh_to_dentry +EXPORT_SYMBOL_GPL vmlinux 0x0d3295d3 dev_pm_opp_config_clks_simple +EXPORT_SYMBOL_GPL vmlinux 0x0d3ba5ad of_genpd_del_provider +EXPORT_SYMBOL_GPL vmlinux 0x0d3cfaed cpufreq_freq_transition_end +EXPORT_SYMBOL_GPL vmlinux 0x0d3e3481 bch_free +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 0x0d558dec __traceiter_block_rq_insert +EXPORT_SYMBOL_GPL vmlinux 0x0d583f43 clockevents_config_and_register +EXPORT_SYMBOL_GPL vmlinux 0x0d593610 devm_remove_action +EXPORT_SYMBOL_GPL vmlinux 0x0d6a49d4 tcp_memory_per_cpu_fw_alloc +EXPORT_SYMBOL_GPL vmlinux 0x0d729577 ata_host_init +EXPORT_SYMBOL_GPL vmlinux 0x0d82f82f pm_runtime_barrier +EXPORT_SYMBOL_GPL vmlinux 0x0d88c765 skcipher_walk_aead_encrypt +EXPORT_SYMBOL_GPL vmlinux 0x0d8d6a31 pci_disable_pri +EXPORT_SYMBOL_GPL vmlinux 0x0d90d784 usb_ep_fifo_flush +EXPORT_SYMBOL_GPL vmlinux 0x0d99d35a sdhci_free_host +EXPORT_SYMBOL_GPL vmlinux 0x0da3d1fc regmap_check_range_table +EXPORT_SYMBOL_GPL vmlinux 0x0daeb489 get_cpu_device +EXPORT_SYMBOL_GPL vmlinux 0x0dcffca4 tps65912_device_init +EXPORT_SYMBOL_GPL vmlinux 0x0ddb1cd7 llist_reverse_order +EXPORT_SYMBOL_GPL vmlinux 0x0de18824 gpiod_get_array_value +EXPORT_SYMBOL_GPL vmlinux 0x0dec57c7 ahci_set_em_messages +EXPORT_SYMBOL_GPL vmlinux 0x0df96921 srcu_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x0e089816 snd_soc_dapm_new_control +EXPORT_SYMBOL_GPL vmlinux 0x0e0c6a7d crypto_dh_encode_key +EXPORT_SYMBOL_GPL vmlinux 0x0e14b5dd snd_card_disconnect_sync +EXPORT_SYMBOL_GPL vmlinux 0x0e29f9a7 topology_update_thermal_pressure +EXPORT_SYMBOL_GPL vmlinux 0x0e2f87b3 hte_push_ts_ns +EXPORT_SYMBOL_GPL vmlinux 0x0e48f21a powercap_unregister_control_type +EXPORT_SYMBOL_GPL vmlinux 0x0e5278de pinctrl_generic_get_group +EXPORT_SYMBOL_GPL vmlinux 0x0e551842 sk_detach_filter +EXPORT_SYMBOL_GPL vmlinux 0x0e5b4975 __tracepoint_pelt_cfs_tp +EXPORT_SYMBOL_GPL vmlinux 0x0e5cc9d7 xdp_unreg_mem_model +EXPORT_SYMBOL_GPL vmlinux 0x0e5d41e1 ata_sff_irq_on +EXPORT_SYMBOL_GPL vmlinux 0x0e679045 __traceiter_tcp_bad_csum +EXPORT_SYMBOL_GPL vmlinux 0x0e69933f ata_qc_get_active +EXPORT_SYMBOL_GPL vmlinux 0x0e71ff76 regulator_get_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x0e7abd1e crypto_skcipher_setkey +EXPORT_SYMBOL_GPL vmlinux 0x0e82addf regmap_read +EXPORT_SYMBOL_GPL vmlinux 0x0e8a574a cpuacct_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0x0e96d2fe set_task_ioprio +EXPORT_SYMBOL_GPL vmlinux 0x0eafbf70 tps6586x_update +EXPORT_SYMBOL_GPL vmlinux 0x0eb2ca0d of_property_read_u32_index +EXPORT_SYMBOL_GPL vmlinux 0x0ecfea88 btf_type_by_id +EXPORT_SYMBOL_GPL vmlinux 0x0ed2e6ec hte_ts_get +EXPORT_SYMBOL_GPL vmlinux 0x0ed7bf32 fsverity_verify_page +EXPORT_SYMBOL_GPL vmlinux 0x0eda2a84 noop_direct_IO +EXPORT_SYMBOL_GPL vmlinux 0x0eda495b meson_clk_pll_ops +EXPORT_SYMBOL_GPL vmlinux 0x0eddcff7 sdhci_set_power_and_bus_voltage +EXPORT_SYMBOL_GPL vmlinux 0x0ee0ce6f free_fib_info +EXPORT_SYMBOL_GPL vmlinux 0x0eeb5417 __kprobe_event_gen_cmd_start +EXPORT_SYMBOL_GPL vmlinux 0x0f0a6b89 dev_pm_opp_of_add_table_indexed +EXPORT_SYMBOL_GPL vmlinux 0x0f180070 ring_buffer_free_read_page +EXPORT_SYMBOL_GPL vmlinux 0x0f2da3dc rdma_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0x0f452a47 __tracepoint_mc_event +EXPORT_SYMBOL_GPL vmlinux 0x0f4c928c kobject_get_path +EXPORT_SYMBOL_GPL vmlinux 0x0f4f5fa5 ata_sas_port_resume +EXPORT_SYMBOL_GPL vmlinux 0x0f4fa381 pm_runtime_set_autosuspend_delay +EXPORT_SYMBOL_GPL vmlinux 0x0f503081 irq_domain_pop_irq +EXPORT_SYMBOL_GPL vmlinux 0x0f7ca236 dmi_memdev_name +EXPORT_SYMBOL_GPL vmlinux 0x0f8175a6 pinctrl_generic_get_group_name +EXPORT_SYMBOL_GPL vmlinux 0x0f867667 rio_route_clr_table +EXPORT_SYMBOL_GPL vmlinux 0x0f8b1b31 usb_free_streams +EXPORT_SYMBOL_GPL vmlinux 0x0f8b91af of_address_to_resource +EXPORT_SYMBOL_GPL vmlinux 0x0fa8e4bb mbox_controller_unregister +EXPORT_SYMBOL_GPL vmlinux 0x0fccb984 iommu_fwspec_add_ids +EXPORT_SYMBOL_GPL vmlinux 0x0fd4610e kmem_dump_obj +EXPORT_SYMBOL_GPL vmlinux 0x0fd99372 devm_regulator_get +EXPORT_SYMBOL_GPL vmlinux 0x0fe22ae3 __traceiter_block_bio_complete +EXPORT_SYMBOL_GPL vmlinux 0x0fedf9e2 mtd_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x0fee1503 i2c_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0x100359e4 stop_machine +EXPORT_SYMBOL_GPL vmlinux 0x10138352 tracing_on +EXPORT_SYMBOL_GPL vmlinux 0x101a9aae pci_epf_free_space +EXPORT_SYMBOL_GPL vmlinux 0x101afcd8 scsi_check_sense +EXPORT_SYMBOL_GPL vmlinux 0x1040cafc ip6_flush_pending_frames +EXPORT_SYMBOL_GPL vmlinux 0x1043cac3 queue_work_node +EXPORT_SYMBOL_GPL vmlinux 0x104a96c3 md_allow_write +EXPORT_SYMBOL_GPL vmlinux 0x104e9e33 phy_reset +EXPORT_SYMBOL_GPL vmlinux 0x1060c3df class_interface_register +EXPORT_SYMBOL_GPL vmlinux 0x1064b363 __netpoll_free +EXPORT_SYMBOL_GPL vmlinux 0x106ad787 dev_pm_opp_put +EXPORT_SYMBOL_GPL vmlinux 0x106ad9e1 software_node_unregister_node_group +EXPORT_SYMBOL_GPL vmlinux 0x1083f2b9 mtk_clk_unregister_ref2usb_tx +EXPORT_SYMBOL_GPL vmlinux 0x10869f3c vp_modern_map_vq_notify +EXPORT_SYMBOL_GPL vmlinux 0x109bcbbf pm_genpd_remove_subdomain +EXPORT_SYMBOL_GPL vmlinux 0x10a99f27 fuse_file_poll +EXPORT_SYMBOL_GPL vmlinux 0x10b3516f rio_request_dma +EXPORT_SYMBOL_GPL vmlinux 0x10b89330 crypto_has_shash +EXPORT_SYMBOL_GPL vmlinux 0x10bc7387 fb_deferred_io_open +EXPORT_SYMBOL_GPL vmlinux 0x10cce89d is_nvdimm_sync +EXPORT_SYMBOL_GPL vmlinux 0x10d24f12 dev_fill_metadata_dst +EXPORT_SYMBOL_GPL vmlinux 0x10d258e1 blk_mq_alloc_request_hctx +EXPORT_SYMBOL_GPL vmlinux 0x10d9f317 stack_depot_init +EXPORT_SYMBOL_GPL vmlinux 0x10e49e88 ahci_platform_resume_host +EXPORT_SYMBOL_GPL vmlinux 0x10ecc52c usb_amd_quirk_pll_enable +EXPORT_SYMBOL_GPL vmlinux 0x10ffe7b7 dev_pm_genpd_remove_notifier +EXPORT_SYMBOL_GPL vmlinux 0x1104c4d5 trace_seq_puts +EXPORT_SYMBOL_GPL vmlinux 0x11091291 nand_extract_bits +EXPORT_SYMBOL_GPL vmlinux 0x110bf59c devm_hwrng_unregister +EXPORT_SYMBOL_GPL vmlinux 0x111683e8 platform_get_irq_optional +EXPORT_SYMBOL_GPL vmlinux 0x114610d0 dw_pcie_ep_init +EXPORT_SYMBOL_GPL vmlinux 0x114a3740 __tracepoint_rpm_return_int +EXPORT_SYMBOL_GPL vmlinux 0x11601766 usb_phy_roothub_suspend +EXPORT_SYMBOL_GPL vmlinux 0x1171c909 ZSTD_getErrorName +EXPORT_SYMBOL_GPL vmlinux 0x1179b0d4 regulator_bulk_free +EXPORT_SYMBOL_GPL vmlinux 0x117dc1da vp_legacy_config_vector +EXPORT_SYMBOL_GPL vmlinux 0x11918b93 usb_control_msg_recv +EXPORT_SYMBOL_GPL vmlinux 0x11a9bec6 ahci_reset_controller +EXPORT_SYMBOL_GPL vmlinux 0x11aaf54f blk_mark_disk_dead +EXPORT_SYMBOL_GPL vmlinux 0x11ab0fc7 cpufreq_enable_fast_switch +EXPORT_SYMBOL_GPL vmlinux 0x11c6d1f6 cpufreq_generic_attr +EXPORT_SYMBOL_GPL vmlinux 0x11d2a028 pci_status_get_and_clear_errors +EXPORT_SYMBOL_GPL vmlinux 0x11de12ca icc_get_name +EXPORT_SYMBOL_GPL vmlinux 0x11df0e75 devlink_fmsg_binary_pair_nest_start +EXPORT_SYMBOL_GPL vmlinux 0x11e8cff0 snd_soc_dapm_new_widgets +EXPORT_SYMBOL_GPL vmlinux 0x11ec9e8a apply_to_page_range +EXPORT_SYMBOL_GPL vmlinux 0x11f73e4b cgroup_get_from_id +EXPORT_SYMBOL_GPL vmlinux 0x1207c6e4 sdio_writeb_readb +EXPORT_SYMBOL_GPL vmlinux 0x12197cca wm8400_reset_codec_reg_cache +EXPORT_SYMBOL_GPL vmlinux 0x121d958a unregister_die_notifier +EXPORT_SYMBOL_GPL vmlinux 0x12313825 regulator_disable_deferred +EXPORT_SYMBOL_GPL vmlinux 0x1234e483 get_cpu_iowait_time_us +EXPORT_SYMBOL_GPL vmlinux 0x123c5815 snd_soc_dapm_mux_update_power +EXPORT_SYMBOL_GPL vmlinux 0x123fae55 pinctrl_remove_gpio_range +EXPORT_SYMBOL_GPL vmlinux 0x12468af6 ping_seq_stop +EXPORT_SYMBOL_GPL vmlinux 0x124a33c1 crypto_register_skcipher +EXPORT_SYMBOL_GPL vmlinux 0x126dda39 irq_domain_reset_irq_data +EXPORT_SYMBOL_GPL vmlinux 0x12763b81 phy_resolve_aneg_linkmode +EXPORT_SYMBOL_GPL vmlinux 0x1280e104 clk_regmap_divider_ro_ops +EXPORT_SYMBOL_GPL vmlinux 0x128135d7 xas_nomem +EXPORT_SYMBOL_GPL vmlinux 0x128353f1 dev_pm_qos_add_notifier +EXPORT_SYMBOL_GPL vmlinux 0x128a7397 clkdev_hw_create +EXPORT_SYMBOL_GPL vmlinux 0x1293876b dev_pm_enable_wake_irq +EXPORT_SYMBOL_GPL vmlinux 0x12979e5b i2c_adapter_type +EXPORT_SYMBOL_GPL vmlinux 0x12b07bac dev_pm_genpd_add_notifier +EXPORT_SYMBOL_GPL vmlinux 0x12b93e65 pci_pri_supported +EXPORT_SYMBOL_GPL vmlinux 0x12b9c5d3 pci_find_ht_capability +EXPORT_SYMBOL_GPL vmlinux 0x12bdd66b __traceiter_neigh_update +EXPORT_SYMBOL_GPL vmlinux 0x12c615c8 wwan_register_ops +EXPORT_SYMBOL_GPL vmlinux 0x12d29e52 iomap_invalidate_folio +EXPORT_SYMBOL_GPL vmlinux 0x12d776c2 pci_epc_mem_alloc_addr +EXPORT_SYMBOL_GPL vmlinux 0x12da0448 mctrl_gpio_init_noauto +EXPORT_SYMBOL_GPL vmlinux 0x12dcf63e class_interface_unregister +EXPORT_SYMBOL_GPL vmlinux 0x13085afe dev_pm_opp_set_sharing_cpus +EXPORT_SYMBOL_GPL vmlinux 0x130a036f cpu_subsys +EXPORT_SYMBOL_GPL vmlinux 0x130cfb92 pm_generic_freeze +EXPORT_SYMBOL_GPL vmlinux 0x130e04e5 serial8250_read_char +EXPORT_SYMBOL_GPL vmlinux 0x131a5ed7 regmap_del_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0x131db64a system_long_wq +EXPORT_SYMBOL_GPL vmlinux 0x132858cf HUF_readStats_wksp +EXPORT_SYMBOL_GPL vmlinux 0x1329b4ab mtk_pinconf_drive_get_rev1 +EXPORT_SYMBOL_GPL vmlinux 0x13315485 devm_clk_hw_register_fixed_factor_parent_hw +EXPORT_SYMBOL_GPL vmlinux 0x133969d7 __trace_printk +EXPORT_SYMBOL_GPL vmlinux 0x13411437 extcon_set_property_sync +EXPORT_SYMBOL_GPL vmlinux 0x134c0417 sock_prot_inuse_get +EXPORT_SYMBOL_GPL vmlinux 0x136020d8 crypto_alloc_acomp +EXPORT_SYMBOL_GPL vmlinux 0x136209db power_supply_reg_notifier +EXPORT_SYMBOL_GPL vmlinux 0x13640660 get_cached_msi_msg +EXPORT_SYMBOL_GPL vmlinux 0x136b6eb0 __traceiter_napi_poll +EXPORT_SYMBOL_GPL vmlinux 0x137931c4 sdhci_runtime_suspend_host +EXPORT_SYMBOL_GPL vmlinux 0x13815497 fwnode_get_named_child_node +EXPORT_SYMBOL_GPL vmlinux 0x1381d4f3 net_cls_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0x138877e7 dm_get_queue_limits +EXPORT_SYMBOL_GPL vmlinux 0x138e0957 dax_write_cache_enabled +EXPORT_SYMBOL_GPL vmlinux 0x1391a479 tcp_plb_update_state +EXPORT_SYMBOL_GPL vmlinux 0x1399a254 __pm_relax +EXPORT_SYMBOL_GPL vmlinux 0x139ed782 snd_soc_of_parse_node_prefix +EXPORT_SYMBOL_GPL vmlinux 0x13cebf76 __traceiter_rpm_idle +EXPORT_SYMBOL_GPL vmlinux 0x13dcfcb4 platform_irq_count +EXPORT_SYMBOL_GPL vmlinux 0x13e5e366 xfrm_audit_state_notfound +EXPORT_SYMBOL_GPL vmlinux 0x13ed8784 sdev_evt_alloc +EXPORT_SYMBOL_GPL vmlinux 0x13f0d2be ip6_redirect +EXPORT_SYMBOL_GPL vmlinux 0x13f552c7 snd_soc_dapm_del_routes +EXPORT_SYMBOL_GPL vmlinux 0x1403ad09 cpufreq_add_update_util_hook +EXPORT_SYMBOL_GPL vmlinux 0x140aaa18 mctp_unregister_netdev +EXPORT_SYMBOL_GPL vmlinux 0x1417256b led_classdev_notify_brightness_hw_changed +EXPORT_SYMBOL_GPL vmlinux 0x141f38bf ktime_get_raw_fast_ns +EXPORT_SYMBOL_GPL vmlinux 0x14294da8 ata_scsi_slave_destroy +EXPORT_SYMBOL_GPL vmlinux 0x1436a00a device_find_child_by_name +EXPORT_SYMBOL_GPL vmlinux 0x14378609 ata_slave_link_init +EXPORT_SYMBOL_GPL vmlinux 0x1439fa60 perf_pmu_migrate_context +EXPORT_SYMBOL_GPL vmlinux 0x1441cb96 kill_mtd_super +EXPORT_SYMBOL_GPL vmlinux 0x14439537 sock_inuse_get +EXPORT_SYMBOL_GPL vmlinux 0x144d4a45 regulator_is_supported_voltage +EXPORT_SYMBOL_GPL vmlinux 0x144d7386 xhci_resume +EXPORT_SYMBOL_GPL vmlinux 0x14627ead pci_generic_config_read32 +EXPORT_SYMBOL_GPL vmlinux 0x146b47b9 usb_hcd_poll_rh_status +EXPORT_SYMBOL_GPL vmlinux 0x146df54c inet6_hash +EXPORT_SYMBOL_GPL vmlinux 0x1487755b ahci_platform_enable_resources +EXPORT_SYMBOL_GPL vmlinux 0x148b5c68 msi_next_desc +EXPORT_SYMBOL_GPL vmlinux 0x148efe6a __clk_hw_register_divider +EXPORT_SYMBOL_GPL vmlinux 0x148febad get_net_ns_by_pid +EXPORT_SYMBOL_GPL vmlinux 0x14976373 blk_crypto_profile_destroy +EXPORT_SYMBOL_GPL vmlinux 0x14a98a21 cpu_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0x14acf847 pinctrl_add_gpio_ranges +EXPORT_SYMBOL_GPL vmlinux 0x14b730fb hwmon_device_register +EXPORT_SYMBOL_GPL vmlinux 0x14bdc13d ata_sas_async_probe +EXPORT_SYMBOL_GPL vmlinux 0x14c39852 serial8250_get_port +EXPORT_SYMBOL_GPL vmlinux 0x14cdaf19 register_btf_id_dtor_kfuncs +EXPORT_SYMBOL_GPL vmlinux 0x14d31d06 fscrypt_dio_supported +EXPORT_SYMBOL_GPL vmlinux 0x14db1908 snd_soc_jack_add_gpios +EXPORT_SYMBOL_GPL vmlinux 0x14fa0b32 serial8250_release_dma +EXPORT_SYMBOL_GPL vmlinux 0x14fccfa0 regulator_map_voltage_ascend +EXPORT_SYMBOL_GPL vmlinux 0x14fd68de ata_sff_pause +EXPORT_SYMBOL_GPL vmlinux 0x1506fd6e fscrypt_set_context +EXPORT_SYMBOL_GPL vmlinux 0x15077f97 qcom_smem_state_register +EXPORT_SYMBOL_GPL vmlinux 0x150f8aa3 sdhci_end_tuning +EXPORT_SYMBOL_GPL vmlinux 0x152ac537 tty_ldisc_deref +EXPORT_SYMBOL_GPL vmlinux 0x152cd752 dev_attr_ncq_prio_supported +EXPORT_SYMBOL_GPL vmlinux 0x153b60a6 klist_del +EXPORT_SYMBOL_GPL vmlinux 0x1550efdf inet_peer_base_init +EXPORT_SYMBOL_GPL vmlinux 0x15510a89 devlink_fmsg_binary_put +EXPORT_SYMBOL_GPL vmlinux 0x155297e5 wm8350_reg_write +EXPORT_SYMBOL_GPL vmlinux 0x155546d8 stmpe811_adc_common_init +EXPORT_SYMBOL_GPL vmlinux 0x15659942 xhci_dbg_trace +EXPORT_SYMBOL_GPL vmlinux 0x15886f48 hte_disable_ts +EXPORT_SYMBOL_GPL vmlinux 0x158cdf88 devlink_dpipe_entry_ctx_close +EXPORT_SYMBOL_GPL vmlinux 0x15997e58 sk_free_unlock_clone +EXPORT_SYMBOL_GPL vmlinux 0x159c312e relay_flush +EXPORT_SYMBOL_GPL vmlinux 0x159d5a81 devlink_resource_occ_get_register +EXPORT_SYMBOL_GPL vmlinux 0x15ab2790 __tracepoint_devlink_hwmsg +EXPORT_SYMBOL_GPL vmlinux 0x15ade1cc filter_irq_stacks +EXPORT_SYMBOL_GPL vmlinux 0x15bd7435 psi_memstall_leave +EXPORT_SYMBOL_GPL vmlinux 0x15c1a7e0 xdp_convert_zc_to_xdp_frame +EXPORT_SYMBOL_GPL vmlinux 0x15ca908b mtk_eint_find_irq +EXPORT_SYMBOL_GPL vmlinux 0x15d3829b sdhci_request +EXPORT_SYMBOL_GPL vmlinux 0x15e411f7 ipv6_icmp_error +EXPORT_SYMBOL_GPL vmlinux 0x15eca580 percpu_ref_switch_to_percpu +EXPORT_SYMBOL_GPL vmlinux 0x160fccf0 of_dma_request_slave_channel +EXPORT_SYMBOL_GPL vmlinux 0x16133972 snd_soc_component_exit_regmap +EXPORT_SYMBOL_GPL vmlinux 0x16187dce blk_mq_free_request +EXPORT_SYMBOL_GPL vmlinux 0x161c36b6 dev_pm_domain_set +EXPORT_SYMBOL_GPL vmlinux 0x16379a6a mctrl_gpio_init +EXPORT_SYMBOL_GPL vmlinux 0x16422a6e xdp_reg_mem_model +EXPORT_SYMBOL_GPL vmlinux 0x16622efc component_unbind_all +EXPORT_SYMBOL_GPL vmlinux 0x166ca60d ip6_datagram_connect +EXPORT_SYMBOL_GPL vmlinux 0x1670efd9 of_irq_get +EXPORT_SYMBOL_GPL vmlinux 0x16711afb nanddev_bbt_init +EXPORT_SYMBOL_GPL vmlinux 0x1675bf6e virtqueue_add_sgs +EXPORT_SYMBOL_GPL vmlinux 0x167cdc59 __traceiter_kfree_skb +EXPORT_SYMBOL_GPL vmlinux 0x16845893 percpu_is_read_locked +EXPORT_SYMBOL_GPL vmlinux 0x168685ff nexthop_for_each_fib6_nh +EXPORT_SYMBOL_GPL vmlinux 0x1687ec20 tty_get_frame_size +EXPORT_SYMBOL_GPL vmlinux 0x168a6965 usb_autopm_put_interface_async +EXPORT_SYMBOL_GPL vmlinux 0x1690b503 usb_role_switch_get_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x1691706e mnt_want_write_file +EXPORT_SYMBOL_GPL vmlinux 0x169877c3 of_devfreq_cooling_register +EXPORT_SYMBOL_GPL vmlinux 0x16993fc9 task_cgroup_path +EXPORT_SYMBOL_GPL vmlinux 0x169b185f verify_pkcs7_signature +EXPORT_SYMBOL_GPL vmlinux 0x16ae68ec blk_queue_zone_write_granularity +EXPORT_SYMBOL_GPL vmlinux 0x16d9f9ff pci_remap_cfgspace +EXPORT_SYMBOL_GPL vmlinux 0x16da1f88 devlink_fmsg_u32_put +EXPORT_SYMBOL_GPL vmlinux 0x16dfbf36 add_interrupt_randomness +EXPORT_SYMBOL_GPL vmlinux 0x16e1e88c sec_irq_init +EXPORT_SYMBOL_GPL vmlinux 0x16f1a949 kernfs_notify +EXPORT_SYMBOL_GPL vmlinux 0x170cc36c put_timespec64 +EXPORT_SYMBOL_GPL vmlinux 0x170f6243 rtc_initialize_alarm +EXPORT_SYMBOL_GPL vmlinux 0x17147ad7 mddev_unlock +EXPORT_SYMBOL_GPL vmlinux 0x1718201f serial8250_em485_start_tx +EXPORT_SYMBOL_GPL vmlinux 0x172331c6 l3mdev_master_ifindex_rcu +EXPORT_SYMBOL_GPL vmlinux 0x172a593b snd_soc_component_compr_open +EXPORT_SYMBOL_GPL vmlinux 0x173952e2 tcp_slow_start +EXPORT_SYMBOL_GPL vmlinux 0x173e2eea do_take_over_console +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 0x1760ed43 mtd_unpoint +EXPORT_SYMBOL_GPL vmlinux 0x176c71d7 vfs_setxattr +EXPORT_SYMBOL_GPL vmlinux 0x177c338d twl_get_version +EXPORT_SYMBOL_GPL vmlinux 0x178731cb subsys_system_register +EXPORT_SYMBOL_GPL vmlinux 0x17878099 mptcp_subflow_init_cookie_req +EXPORT_SYMBOL_GPL vmlinux 0x1793511c dev_pm_opp_get_sharing_cpus +EXPORT_SYMBOL_GPL vmlinux 0x179cced5 tun_get_socket +EXPORT_SYMBOL_GPL vmlinux 0x179e41ef snd_dmaengine_pcm_refine_runtime_hwparams +EXPORT_SYMBOL_GPL vmlinux 0x17a55729 poll_state_synchronize_srcu +EXPORT_SYMBOL_GPL vmlinux 0x17b3676a rio_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0x17cfb200 pinmux_generic_get_function_name +EXPORT_SYMBOL_GPL vmlinux 0x17d9ec30 iomap_seek_hole +EXPORT_SYMBOL_GPL vmlinux 0x17edd32e kthread_flush_worker +EXPORT_SYMBOL_GPL vmlinux 0x17edde43 phy_package_join +EXPORT_SYMBOL_GPL vmlinux 0x17f01b85 usb_hcd_unmap_urb_setup_for_dma +EXPORT_SYMBOL_GPL vmlinux 0x18008c59 ring_buffer_resize +EXPORT_SYMBOL_GPL vmlinux 0x18114a6d crypto_stats_rng_seed +EXPORT_SYMBOL_GPL vmlinux 0x1812197c relay_file_operations +EXPORT_SYMBOL_GPL vmlinux 0x182e2f09 cn_netlink_send_mult +EXPORT_SYMBOL_GPL vmlinux 0x183cca74 devl_port_register +EXPORT_SYMBOL_GPL vmlinux 0x18428692 __cookie_v6_init_sequence +EXPORT_SYMBOL_GPL vmlinux 0x1842d1e9 __dev_change_net_namespace +EXPORT_SYMBOL_GPL vmlinux 0x18484513 driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0x1854a1c7 snd_soc_pm_ops +EXPORT_SYMBOL_GPL vmlinux 0x18615d35 efivar_supports_writes +EXPORT_SYMBOL_GPL vmlinux 0x18704aa9 device_match_devt +EXPORT_SYMBOL_GPL vmlinux 0x18839123 netdev_rx_handler_unregister +EXPORT_SYMBOL_GPL vmlinux 0x18897420 sysfs_create_group +EXPORT_SYMBOL_GPL vmlinux 0x189ea443 clk_hw_forward_rate_request +EXPORT_SYMBOL_GPL vmlinux 0x18b12bad blk_crypto_register +EXPORT_SYMBOL_GPL vmlinux 0x18e4f8aa swphy_read_reg +EXPORT_SYMBOL_GPL vmlinux 0x18e8c440 arch_freq_scale +EXPORT_SYMBOL_GPL vmlinux 0x18e9652a __iptunnel_pull_header +EXPORT_SYMBOL_GPL vmlinux 0x18eae9b6 ahci_init_controller +EXPORT_SYMBOL_GPL vmlinux 0x18fb2caf cpus_read_unlock +EXPORT_SYMBOL_GPL vmlinux 0x1904ed32 of_detach_node +EXPORT_SYMBOL_GPL vmlinux 0x19121065 blkg_conf_prep +EXPORT_SYMBOL_GPL vmlinux 0x19145e50 dmi_kobj +EXPORT_SYMBOL_GPL vmlinux 0x191a0d09 platform_get_resource_byname +EXPORT_SYMBOL_GPL vmlinux 0x191ff086 tpmm_chip_alloc +EXPORT_SYMBOL_GPL vmlinux 0x19262737 unregister_asymmetric_key_parser +EXPORT_SYMBOL_GPL vmlinux 0x194100d1 platform_driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0x194132fa zs_huge_class_size +EXPORT_SYMBOL_GPL vmlinux 0x194d5922 fwnode_get_phy_node +EXPORT_SYMBOL_GPL vmlinux 0x194dd751 alarm_forward_now +EXPORT_SYMBOL_GPL vmlinux 0x19585993 nanddev_isreserved +EXPORT_SYMBOL_GPL vmlinux 0x198e04b2 regulator_irq_map_event_simple +EXPORT_SYMBOL_GPL vmlinux 0x19978f71 virtqueue_enable_cb_delayed +EXPORT_SYMBOL_GPL vmlinux 0x19a304ba usb_disabled +EXPORT_SYMBOL_GPL vmlinux 0x19bc1059 sysfs_create_link_nowarn +EXPORT_SYMBOL_GPL vmlinux 0x19c1f7bb snd_soc_resume +EXPORT_SYMBOL_GPL vmlinux 0x19c20269 soc_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x19c42957 blk_op_str +EXPORT_SYMBOL_GPL vmlinux 0x19c768ba rtc_alarm_irq_enable +EXPORT_SYMBOL_GPL vmlinux 0x19e4dadf fwnode_get_name +EXPORT_SYMBOL_GPL vmlinux 0x19e68da6 scsi_unregister_device_handler +EXPORT_SYMBOL_GPL vmlinux 0x19e81304 btree_alloc +EXPORT_SYMBOL_GPL vmlinux 0x19f33626 nf_ctnetlink_has_listener +EXPORT_SYMBOL_GPL vmlinux 0x1a05c249 mas_find_rev +EXPORT_SYMBOL_GPL vmlinux 0x1a073a45 __tracepoint_block_bio_remap +EXPORT_SYMBOL_GPL vmlinux 0x1a0ec2a7 ahci_platform_enable_phys +EXPORT_SYMBOL_GPL vmlinux 0x1a0fa954 get_net_ns_by_id +EXPORT_SYMBOL_GPL vmlinux 0x1a103dbc badblocks_init +EXPORT_SYMBOL_GPL vmlinux 0x1a10c32b crypto_ft_tab +EXPORT_SYMBOL_GPL vmlinux 0x1a146ec3 usb_ep_type_string +EXPORT_SYMBOL_GPL vmlinux 0x1a171c47 serial8250_do_set_divisor +EXPORT_SYMBOL_GPL vmlinux 0x1a1c582a nf_ipv6_ops +EXPORT_SYMBOL_GPL vmlinux 0x1a1cb91a bpf_trace_run3 +EXPORT_SYMBOL_GPL vmlinux 0x1a1d916d __irq_resolve_mapping +EXPORT_SYMBOL_GPL vmlinux 0x1a266232 __tracepoint_pelt_se_tp +EXPORT_SYMBOL_GPL vmlinux 0x1a267fa8 bch_init +EXPORT_SYMBOL_GPL vmlinux 0x1a37e9f5 perf_event_disable +EXPORT_SYMBOL_GPL vmlinux 0x1a406a50 addrconf_prefix_rcv_add_addr +EXPORT_SYMBOL_GPL vmlinux 0x1a5fac38 of_device_compatible_match +EXPORT_SYMBOL_GPL vmlinux 0x1a6bf28f fsnotify_get_cookie +EXPORT_SYMBOL_GPL vmlinux 0x1a6ea41c dev_get_tstats64 +EXPORT_SYMBOL_GPL vmlinux 0x1a71d52d ahci_check_ready +EXPORT_SYMBOL_GPL vmlinux 0x1a76648b fib6_get_table +EXPORT_SYMBOL_GPL vmlinux 0x1a80a359 da903x_write +EXPORT_SYMBOL_GPL vmlinux 0x1a86e636 pci_ioremap_bar +EXPORT_SYMBOL_GPL vmlinux 0x1a8a2ef5 adp5520_read +EXPORT_SYMBOL_GPL vmlinux 0x1a952f40 scmi_driver_register +EXPORT_SYMBOL_GPL vmlinux 0x1a9770a0 spi_mem_default_supports_op +EXPORT_SYMBOL_GPL vmlinux 0x1a97a244 dw_pcie_ep_reset_bar +EXPORT_SYMBOL_GPL vmlinux 0x1aa35062 of_cpufreq_cooling_register +EXPORT_SYMBOL_GPL vmlinux 0x1ab5c9f2 skb_defer_rx_timestamp +EXPORT_SYMBOL_GPL vmlinux 0x1aba0c71 tps6586x_write +EXPORT_SYMBOL_GPL vmlinux 0x1ad40645 usb_get_maximum_speed +EXPORT_SYMBOL_GPL vmlinux 0x1aefe9f3 fixed_phy_set_link_update +EXPORT_SYMBOL_GPL vmlinux 0x1af267f8 int_pow +EXPORT_SYMBOL_GPL vmlinux 0x1b0602c1 cond_synchronize_rcu_full +EXPORT_SYMBOL_GPL vmlinux 0x1b07aeb1 rockchip_register_restart_notifier +EXPORT_SYMBOL_GPL vmlinux 0x1b0970a0 mxic_ecc_process_data_pipelined +EXPORT_SYMBOL_GPL vmlinux 0x1b440523 gpiod_put +EXPORT_SYMBOL_GPL vmlinux 0x1b6498e6 snd_soc_component_write +EXPORT_SYMBOL_GPL vmlinux 0x1b6ef1bf rockchip_pcie_deinit_phys +EXPORT_SYMBOL_GPL vmlinux 0x1b727c6e uprobe_unregister +EXPORT_SYMBOL_GPL vmlinux 0x1b844ec3 irq_gc_mask_clr_bit +EXPORT_SYMBOL_GPL vmlinux 0x1b8822d8 pinctrl_gpio_direction_output +EXPORT_SYMBOL_GPL vmlinux 0x1b8f1baa cpuidle_register +EXPORT_SYMBOL_GPL vmlinux 0x1b92e41d inet_putpeer +EXPORT_SYMBOL_GPL vmlinux 0x1b9766ad sdhci_pltfm_pmops +EXPORT_SYMBOL_GPL vmlinux 0x1bbae7dc mtd_del_partition +EXPORT_SYMBOL_GPL vmlinux 0x1bbc4f23 blk_mq_debugfs_rq_show +EXPORT_SYMBOL_GPL vmlinux 0x1bc40a8d gpmc_omap_get_nand_ops +EXPORT_SYMBOL_GPL vmlinux 0x1bc53e76 dm_internal_suspend_noflush +EXPORT_SYMBOL_GPL vmlinux 0x1bc5eebe pinctrl_gpio_direction_input +EXPORT_SYMBOL_GPL vmlinux 0x1bd64bfc devm_regulator_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0x1bdd9d87 regulator_enable +EXPORT_SYMBOL_GPL vmlinux 0x1bee4974 sg_alloc_table_chained +EXPORT_SYMBOL_GPL vmlinux 0x1bf3be14 bpf_trace_run2 +EXPORT_SYMBOL_GPL vmlinux 0x1c01e03d __tracepoint_detach_device_from_domain +EXPORT_SYMBOL_GPL vmlinux 0x1c05f45e crypto_unregister_scomp +EXPORT_SYMBOL_GPL vmlinux 0x1c0d4521 device_store_ulong +EXPORT_SYMBOL_GPL vmlinux 0x1c10cb85 ata_sff_error_handler +EXPORT_SYMBOL_GPL vmlinux 0x1c153aa6 cpufreq_driver_target +EXPORT_SYMBOL_GPL vmlinux 0x1c1d21bd ata_pci_bmdma_init_one +EXPORT_SYMBOL_GPL vmlinux 0x1c21e623 devl_dpipe_headers_unregister +EXPORT_SYMBOL_GPL vmlinux 0x1c224268 md_stop +EXPORT_SYMBOL_GPL vmlinux 0x1c2ddf56 vring_del_virtqueue +EXPORT_SYMBOL_GPL vmlinux 0x1c2ef72e strp_process +EXPORT_SYMBOL_GPL vmlinux 0x1c3aaac4 devm_regmap_field_bulk_free +EXPORT_SYMBOL_GPL vmlinux 0x1c3ad417 extcon_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x1c5541bd cpufreq_boost_enabled +EXPORT_SYMBOL_GPL vmlinux 0x1c573edb cpufreq_cpu_put +EXPORT_SYMBOL_GPL vmlinux 0x1c5b1f28 irq_free_descs +EXPORT_SYMBOL_GPL vmlinux 0x1c5c76aa of_icc_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0x1c5ff742 clk_get_phase +EXPORT_SYMBOL_GPL vmlinux 0x1c657186 __traceiter_ata_bmdma_status +EXPORT_SYMBOL_GPL vmlinux 0x1c6de52d phy_set_speed +EXPORT_SYMBOL_GPL vmlinux 0x1c7280af debugfs_create_x16 +EXPORT_SYMBOL_GPL vmlinux 0x1c78ac3b devl_assert_locked +EXPORT_SYMBOL_GPL vmlinux 0x1c7a6a2e mpc8xxx_spi_tx_buf_u16 +EXPORT_SYMBOL_GPL vmlinux 0x1c7e9685 irq_gc_noop +EXPORT_SYMBOL_GPL vmlinux 0x1c80d27d btree_geo128 +EXPORT_SYMBOL_GPL vmlinux 0x1c87a811 __round_jiffies_up +EXPORT_SYMBOL_GPL vmlinux 0x1c88f130 serdev_device_set_tiocm +EXPORT_SYMBOL_GPL vmlinux 0x1c8cda83 crypto_alloc_acomp_node +EXPORT_SYMBOL_GPL vmlinux 0x1c909d92 perf_event_period +EXPORT_SYMBOL_GPL vmlinux 0x1c946da7 sdhci_execute_tuning +EXPORT_SYMBOL_GPL vmlinux 0x1c96c9a8 gpiod_enable_hw_timestamp_ns +EXPORT_SYMBOL_GPL vmlinux 0x1ca06e55 devlink_dpipe_action_put +EXPORT_SYMBOL_GPL vmlinux 0x1caa2112 ata_pci_device_suspend +EXPORT_SYMBOL_GPL vmlinux 0x1cad8a59 extcon_set_state_sync +EXPORT_SYMBOL_GPL vmlinux 0x1cb0cf74 mddev_init_writes_pending +EXPORT_SYMBOL_GPL vmlinux 0x1cb1a84a fuse_dev_alloc_install +EXPORT_SYMBOL_GPL vmlinux 0x1cb4160e iommu_device_unlink +EXPORT_SYMBOL_GPL vmlinux 0x1cbd92b0 cpu_mitigations_off +EXPORT_SYMBOL_GPL vmlinux 0x1cd29af8 pci_msix_free_irq +EXPORT_SYMBOL_GPL vmlinux 0x1cdb170a tracing_snapshot_cond_disable +EXPORT_SYMBOL_GPL vmlinux 0x1cdd0605 xhci_port_state_to_neutral +EXPORT_SYMBOL_GPL vmlinux 0x1cdf0a82 pci_create_ims_domain +EXPORT_SYMBOL_GPL vmlinux 0x1cdf4efb copy_from_kernel_nofault +EXPORT_SYMBOL_GPL vmlinux 0x1ce67980 of_reserved_mem_device_init_by_idx +EXPORT_SYMBOL_GPL vmlinux 0x1cea3104 rhashtable_walk_start_check +EXPORT_SYMBOL_GPL vmlinux 0x1cf1dc03 device_remove_file +EXPORT_SYMBOL_GPL vmlinux 0x1cf1e3e7 usb_gadget_register_driver_owner +EXPORT_SYMBOL_GPL vmlinux 0x1d194a2d power_supply_set_battery_charged +EXPORT_SYMBOL_GPL vmlinux 0x1d21b53e ata_pci_bmdma_clear_simplex +EXPORT_SYMBOL_GPL vmlinux 0x1d222ced irq_get_irqchip_state +EXPORT_SYMBOL_GPL vmlinux 0x1d254cfb led_blink_set_oneshot +EXPORT_SYMBOL_GPL vmlinux 0x1d26a8b8 blk_mq_pci_map_queues +EXPORT_SYMBOL_GPL vmlinux 0x1d29b9e1 decode_rs8 +EXPORT_SYMBOL_GPL vmlinux 0x1d2b5781 bio_trim +EXPORT_SYMBOL_GPL vmlinux 0x1d332b48 shash_ahash_update +EXPORT_SYMBOL_GPL vmlinux 0x1d3b325c devl_resource_register +EXPORT_SYMBOL_GPL vmlinux 0x1d4ce61d __mtd_next_device +EXPORT_SYMBOL_GPL vmlinux 0x1d563e4d kernel_read_file_from_path_initns +EXPORT_SYMBOL_GPL vmlinux 0x1d5739d7 snd_soc_runtime_set_dai_fmt +EXPORT_SYMBOL_GPL vmlinux 0x1d5e6786 blk_mq_queue_inflight +EXPORT_SYMBOL_GPL vmlinux 0x1d616e78 crypto_larval_alloc +EXPORT_SYMBOL_GPL vmlinux 0x1d668ee0 dev_pm_set_dedicated_wake_irq +EXPORT_SYMBOL_GPL vmlinux 0x1d6696b0 mtk_mutex_disable +EXPORT_SYMBOL_GPL vmlinux 0x1d7cf5a1 sata_pmp_error_handler +EXPORT_SYMBOL_GPL vmlinux 0x1d85c14a usb_create_shared_hcd +EXPORT_SYMBOL_GPL vmlinux 0x1d876d4a snd_soc_card_jack_new +EXPORT_SYMBOL_GPL vmlinux 0x1d8b894a snd_soc_of_get_dai_name +EXPORT_SYMBOL_GPL vmlinux 0x1d94a218 dmi_memdev_handle +EXPORT_SYMBOL_GPL vmlinux 0x1da1b7f6 tcp_plb_check_rehash +EXPORT_SYMBOL_GPL vmlinux 0x1dbcfad6 gpiochip_line_is_open_source +EXPORT_SYMBOL_GPL vmlinux 0x1dc019de bpf_preload_ops +EXPORT_SYMBOL_GPL vmlinux 0x1df681f0 decrypt_blob +EXPORT_SYMBOL_GPL vmlinux 0x1dfa5dbd mpi_invm +EXPORT_SYMBOL_GPL vmlinux 0x1e016857 nand_prog_page_end_op +EXPORT_SYMBOL_GPL vmlinux 0x1e0670c6 reset_control_release +EXPORT_SYMBOL_GPL vmlinux 0x1e0d1d4c mtk_clk_unregister_plls +EXPORT_SYMBOL_GPL vmlinux 0x1e168d26 edac_mc_alloc +EXPORT_SYMBOL_GPL vmlinux 0x1e19b116 vcap_rule_set_counter_id +EXPORT_SYMBOL_GPL vmlinux 0x1e1dcff3 ata_pci_device_do_suspend +EXPORT_SYMBOL_GPL vmlinux 0x1e2bac48 tty_kopen_exclusive +EXPORT_SYMBOL_GPL vmlinux 0x1e4491d7 __tracepoint_rpm_idle +EXPORT_SYMBOL_GPL vmlinux 0x1e4e92ba extcon_get_edev_name +EXPORT_SYMBOL_GPL vmlinux 0x1e512a6e gpiochip_request_own_desc +EXPORT_SYMBOL_GPL vmlinux 0x1e53f827 stack_depot_print +EXPORT_SYMBOL_GPL vmlinux 0x1e56ce6a dm_audit_log_ti +EXPORT_SYMBOL_GPL vmlinux 0x1e7a5442 snd_soc_dai_compr_shutdown +EXPORT_SYMBOL_GPL vmlinux 0x1e7bbcb3 kernel_restart +EXPORT_SYMBOL_GPL vmlinux 0x1e7d6157 freezer_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0x1e8fac8e wireless_nlevent_flush +EXPORT_SYMBOL_GPL vmlinux 0x1e91d550 usb_get_urb +EXPORT_SYMBOL_GPL vmlinux 0x1e9c590a usb_find_common_endpoints_reverse +EXPORT_SYMBOL_GPL vmlinux 0x1e9f5e84 regulator_get_voltage_sel_pickable_regmap +EXPORT_SYMBOL_GPL vmlinux 0x1eb4dedb nd_region_provider_data +EXPORT_SYMBOL_GPL vmlinux 0x1eb9516e round_jiffies_relative +EXPORT_SYMBOL_GPL vmlinux 0x1ebc5a42 dma_async_device_channel_unregister +EXPORT_SYMBOL_GPL vmlinux 0x1ebc83ab phy_restore_page +EXPORT_SYMBOL_GPL vmlinux 0x1ebf6c2a pci_power_names +EXPORT_SYMBOL_GPL vmlinux 0x1edbe8c6 pinctrl_lookup_state +EXPORT_SYMBOL_GPL vmlinux 0x1ee12ed0 of_usb_get_phy_mode +EXPORT_SYMBOL_GPL vmlinux 0x1ee57a41 tps65912_device_exit +EXPORT_SYMBOL_GPL vmlinux 0x1efdad28 unmap_mapping_pages +EXPORT_SYMBOL_GPL vmlinux 0x1efe628b nvdimm_badblocks_populate +EXPORT_SYMBOL_GPL vmlinux 0x1f0f90cc dw_pcie_setup_rc +EXPORT_SYMBOL_GPL vmlinux 0x1f100a02 regmap_field_test_bits +EXPORT_SYMBOL_GPL vmlinux 0x1f24b1e7 fwnode_get_nth_parent +EXPORT_SYMBOL_GPL vmlinux 0x1f26c498 rio_add_net +EXPORT_SYMBOL_GPL vmlinux 0x1f2e1a15 device_bind_driver +EXPORT_SYMBOL_GPL vmlinux 0x1f32045b fat_get_dotdot_entry +EXPORT_SYMBOL_GPL vmlinux 0x1f38a4f6 mpi_set_highbit +EXPORT_SYMBOL_GPL vmlinux 0x1f41591a dev_attr_em_message +EXPORT_SYMBOL_GPL vmlinux 0x1f449588 mctrl_gpio_disable_ms +EXPORT_SYMBOL_GPL vmlinux 0x1f563160 bpf_offload_dev_priv +EXPORT_SYMBOL_GPL vmlinux 0x1f5abfc6 inet_hash_connect +EXPORT_SYMBOL_GPL vmlinux 0x1f5fc4a5 cpu_latency_qos_request_active +EXPORT_SYMBOL_GPL vmlinux 0x1f610914 bpfilter_umh_cleanup +EXPORT_SYMBOL_GPL vmlinux 0x1f763464 pci_host_common_remove +EXPORT_SYMBOL_GPL vmlinux 0x1f774f46 cpuset_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0x1f8544b8 panic_timeout +EXPORT_SYMBOL_GPL vmlinux 0x1f91f4d7 kthread_unpark +EXPORT_SYMBOL_GPL vmlinux 0x1f93ecf7 devm_kmemdup +EXPORT_SYMBOL_GPL vmlinux 0x1f956662 pinctrl_pm_select_default_state +EXPORT_SYMBOL_GPL vmlinux 0x1f96826b watchdog_notify_pretimeout +EXPORT_SYMBOL_GPL vmlinux 0x1f9b37ac phy_put +EXPORT_SYMBOL_GPL vmlinux 0x1fa1d95c sha256_zero_message_hash +EXPORT_SYMBOL_GPL vmlinux 0x1fada0fc sk_msg_memcopy_from_iter +EXPORT_SYMBOL_GPL vmlinux 0x1fb3c529 regulator_list_hardware_vsel +EXPORT_SYMBOL_GPL vmlinux 0x1fc7747d sk_psock_init +EXPORT_SYMBOL_GPL vmlinux 0x1fca0b38 housekeeping_overridden +EXPORT_SYMBOL_GPL vmlinux 0x1fdd4e00 blk_crypto_intersect_capabilities +EXPORT_SYMBOL_GPL vmlinux 0x1fe6e504 gpiod_add_hogs +EXPORT_SYMBOL_GPL vmlinux 0x1fe8554c genphy_c45_pma_suspend +EXPORT_SYMBOL_GPL vmlinux 0x1febc3cb mtk_clk_simple_probe +EXPORT_SYMBOL_GPL vmlinux 0x1ffe0cd3 iommu_page_response +EXPORT_SYMBOL_GPL vmlinux 0x2007de21 of_pci_get_slot_power_limit +EXPORT_SYMBOL_GPL vmlinux 0x2009e400 devlink_info_board_serial_number_put +EXPORT_SYMBOL_GPL vmlinux 0x200efddf mt_prev +EXPORT_SYMBOL_GPL vmlinux 0x201b44d4 rio_enable_rx_tx_port +EXPORT_SYMBOL_GPL vmlinux 0x20272e6c fuse_sync_release +EXPORT_SYMBOL_GPL vmlinux 0x2036671e blkdev_report_zones +EXPORT_SYMBOL_GPL vmlinux 0x204b27a3 report_iommu_fault +EXPORT_SYMBOL_GPL vmlinux 0x2061b8b7 dm_bio_get_target_bio_nr +EXPORT_SYMBOL_GPL vmlinux 0x2068efcc pci_msi_unmask_irq +EXPORT_SYMBOL_GPL vmlinux 0x20797df8 perf_event_read_value +EXPORT_SYMBOL_GPL vmlinux 0x20835a9f __xdp_release_frame +EXPORT_SYMBOL_GPL vmlinux 0x20885809 ata_scsi_change_queue_depth +EXPORT_SYMBOL_GPL vmlinux 0x208ee74d fib_nh_common_release +EXPORT_SYMBOL_GPL vmlinux 0x209ba982 phy_remove_lookup +EXPORT_SYMBOL_GPL vmlinux 0x20a51af0 snd_soc_card_get_kcontrol +EXPORT_SYMBOL_GPL vmlinux 0x20b607b1 devm_clk_get_optional_enabled +EXPORT_SYMBOL_GPL vmlinux 0x20b7dcea genphy_c45_pma_read_abilities +EXPORT_SYMBOL_GPL vmlinux 0x20c39810 dst_blackhole_redirect +EXPORT_SYMBOL_GPL vmlinux 0x20cdeb9e virtqueue_resize +EXPORT_SYMBOL_GPL vmlinux 0x20da6a49 mmc_sanitize +EXPORT_SYMBOL_GPL vmlinux 0x20e3c935 md_stop_writes +EXPORT_SYMBOL_GPL vmlinux 0x20e6ff32 pci_find_host_bridge +EXPORT_SYMBOL_GPL vmlinux 0x20f1b00e crypto_alloc_ahash +EXPORT_SYMBOL_GPL vmlinux 0x21018917 pci_epc_set_bar +EXPORT_SYMBOL_GPL vmlinux 0x21087621 mm_unaccount_pinned_pages +EXPORT_SYMBOL_GPL vmlinux 0x2108aa87 udp_cmsg_send +EXPORT_SYMBOL_GPL vmlinux 0x2123e5ca snd_ctl_get_preferred_subdevice +EXPORT_SYMBOL_GPL vmlinux 0x212734c5 vcap_netbytes_copy +EXPORT_SYMBOL_GPL vmlinux 0x21321160 regulator_set_voltage +EXPORT_SYMBOL_GPL vmlinux 0x21357e91 of_clk_hw_register +EXPORT_SYMBOL_GPL vmlinux 0x213a2314 crypto_create_tfm_node +EXPORT_SYMBOL_GPL vmlinux 0x21494650 mvebu_mbus_get_dram_win_info +EXPORT_SYMBOL_GPL vmlinux 0x214f3b82 __traceiter_detach_device_from_domain +EXPORT_SYMBOL_GPL vmlinux 0x21563e68 stack_depot_snprint +EXPORT_SYMBOL_GPL vmlinux 0x215a12fb gpiod_get_raw_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x215c4663 regmap_get_reg_stride +EXPORT_SYMBOL_GPL vmlinux 0x2167f793 irq_gc_mask_disable_reg +EXPORT_SYMBOL_GPL vmlinux 0x216de4e1 rcu_get_gp_kthreads_prio +EXPORT_SYMBOL_GPL vmlinux 0x21726652 pernet_ops_rwsem +EXPORT_SYMBOL_GPL vmlinux 0x217cd300 phy_power_on +EXPORT_SYMBOL_GPL vmlinux 0x2181b0a1 usb_bus_idr_lock +EXPORT_SYMBOL_GPL vmlinux 0x219a4a22 xdp_return_buff +EXPORT_SYMBOL_GPL vmlinux 0x219fd278 mtk_pinconf_bias_disable_get +EXPORT_SYMBOL_GPL vmlinux 0x21a43a12 devm_reset_control_array_get +EXPORT_SYMBOL_GPL vmlinux 0x21a563da clk_get_accuracy +EXPORT_SYMBOL_GPL vmlinux 0x21a8aa86 ata_sff_postreset +EXPORT_SYMBOL_GPL vmlinux 0x21a9138a rhashtable_walk_next +EXPORT_SYMBOL_GPL vmlinux 0x21ac8b77 iommu_group_get_by_id +EXPORT_SYMBOL_GPL vmlinux 0x21b52946 class_unregister +EXPORT_SYMBOL_GPL vmlinux 0x21c52d79 bsg_remove_queue +EXPORT_SYMBOL_GPL vmlinux 0x21ca306f vcap_rule_add_action_u32 +EXPORT_SYMBOL_GPL vmlinux 0x21cd536a crypto_put_default_null_skcipher +EXPORT_SYMBOL_GPL vmlinux 0x21d98d63 ima_inode_hash +EXPORT_SYMBOL_GPL vmlinux 0x21dd0210 crypto_alloc_sync_skcipher +EXPORT_SYMBOL_GPL vmlinux 0x21e7b863 switchdev_port_obj_del +EXPORT_SYMBOL_GPL vmlinux 0x21ef5825 gpiod_direction_input +EXPORT_SYMBOL_GPL vmlinux 0x21fa4079 skcipher_register_instance +EXPORT_SYMBOL_GPL vmlinux 0x21fc1509 spi_delay_exec +EXPORT_SYMBOL_GPL vmlinux 0x220ce70c kvm_arm_hyp_service_available +EXPORT_SYMBOL_GPL vmlinux 0x221f12e1 regmap_attach_dev +EXPORT_SYMBOL_GPL vmlinux 0x22256e6f __sock_recv_timestamp +EXPORT_SYMBOL_GPL vmlinux 0x223210d1 iommu_present +EXPORT_SYMBOL_GPL vmlinux 0x2237d3f4 platform_get_irq_byname_optional +EXPORT_SYMBOL_GPL vmlinux 0x224163ce device_show_int +EXPORT_SYMBOL_GPL vmlinux 0x224d8237 of_regulator_match +EXPORT_SYMBOL_GPL vmlinux 0x2250e5b8 kobject_create_and_add +EXPORT_SYMBOL_GPL vmlinux 0x2255acbb crypto_hash_walk_first +EXPORT_SYMBOL_GPL vmlinux 0x2259054d fib_table_lookup +EXPORT_SYMBOL_GPL vmlinux 0x2263e315 mpc8xxx_spi_tx_buf_u32 +EXPORT_SYMBOL_GPL vmlinux 0x2266cde4 __mmdrop +EXPORT_SYMBOL_GPL vmlinux 0x22689f71 vp_modern_queue_vector +EXPORT_SYMBOL_GPL vmlinux 0x226f4620 crypto_stats_compress +EXPORT_SYMBOL_GPL vmlinux 0x2277a09a dev_pm_opp_xlate_required_opp +EXPORT_SYMBOL_GPL vmlinux 0x227a04e0 snd_soc_dai_compr_ack +EXPORT_SYMBOL_GPL vmlinux 0x2284e649 tpm_transmit_cmd +EXPORT_SYMBOL_GPL vmlinux 0x22864e0e put_pid +EXPORT_SYMBOL_GPL vmlinux 0x229b4eec sock_diag_check_cookie +EXPORT_SYMBOL_GPL vmlinux 0x22a2b662 key_type_logon +EXPORT_SYMBOL_GPL vmlinux 0x22ab7517 devl_unlock +EXPORT_SYMBOL_GPL vmlinux 0x22abf8ed mtk_clk_unregister_fixed_clks +EXPORT_SYMBOL_GPL vmlinux 0x22d1c387 gpiod_get_array_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x22d9409b iomap_sort_ioends +EXPORT_SYMBOL_GPL vmlinux 0x22eabe0f usb_autopm_get_interface_no_resume +EXPORT_SYMBOL_GPL vmlinux 0x22fe0dbc regmap_mmio_attach_clk +EXPORT_SYMBOL_GPL vmlinux 0x230052c2 snd_soc_get_pcm_runtime +EXPORT_SYMBOL_GPL vmlinux 0x2300f29e ata_sff_data_xfer +EXPORT_SYMBOL_GPL vmlinux 0x23166849 pinctrl_unregister +EXPORT_SYMBOL_GPL vmlinux 0x23291d0c sdio_claim_irq +EXPORT_SYMBOL_GPL vmlinux 0x232a00e5 of_clk_hw_onecell_get +EXPORT_SYMBOL_GPL vmlinux 0x233dd283 dm_copy_name_and_uuid +EXPORT_SYMBOL_GPL vmlinux 0x23412816 rtc_tm_to_ktime +EXPORT_SYMBOL_GPL vmlinux 0x234cf416 devlink_fmsg_string_pair_put +EXPORT_SYMBOL_GPL vmlinux 0x234dbfb8 pci_epc_destroy +EXPORT_SYMBOL_GPL vmlinux 0x23666d59 __tracepoint_xdp_exception +EXPORT_SYMBOL_GPL vmlinux 0x237623e1 crypto_register_shashes +EXPORT_SYMBOL_GPL vmlinux 0x2376b40b of_property_count_elems_of_size +EXPORT_SYMBOL_GPL vmlinux 0x23864ce7 cpuset_mem_spread_node +EXPORT_SYMBOL_GPL vmlinux 0x23935d9d __tracepoint_powernv_throttle +EXPORT_SYMBOL_GPL vmlinux 0x2393e395 sbitmap_queue_resize +EXPORT_SYMBOL_GPL vmlinux 0x2396c7f0 clk_set_parent +EXPORT_SYMBOL_GPL vmlinux 0x23a8c5e4 dma_can_mmap +EXPORT_SYMBOL_GPL vmlinux 0x23b0a474 regulator_get_exclusive +EXPORT_SYMBOL_GPL vmlinux 0x23b7ef84 xas_pause +EXPORT_SYMBOL_GPL vmlinux 0x23ba2647 espintcp_push_skb +EXPORT_SYMBOL_GPL vmlinux 0x23ba62c7 snd_soc_dpcm_can_be_params +EXPORT_SYMBOL_GPL vmlinux 0x23bac0ec balloon_page_list_dequeue +EXPORT_SYMBOL_GPL vmlinux 0x23bad46d genphy_c45_config_aneg +EXPORT_SYMBOL_GPL vmlinux 0x23d713f7 mtk_pinconf_bias_disable_get_rev1 +EXPORT_SYMBOL_GPL vmlinux 0x23fe2751 regmap_raw_write_async +EXPORT_SYMBOL_GPL vmlinux 0x241be2bf get_governor_parent_kobj +EXPORT_SYMBOL_GPL vmlinux 0x2421097b mpi_const +EXPORT_SYMBOL_GPL vmlinux 0x2421af71 crypto_ahash_setkey +EXPORT_SYMBOL_GPL vmlinux 0x242afeee irq_gc_mask_set_bit +EXPORT_SYMBOL_GPL vmlinux 0x24481a87 irq_chip_unmask_parent +EXPORT_SYMBOL_GPL vmlinux 0x245bda7f device_store_int +EXPORT_SYMBOL_GPL vmlinux 0x24636728 snd_soc_dapm_kcontrol_widget +EXPORT_SYMBOL_GPL vmlinux 0x246b84a4 r9a06g032_sysctrl_set_dmamux +EXPORT_SYMBOL_GPL vmlinux 0x246e5171 crypto_shoot_alg +EXPORT_SYMBOL_GPL vmlinux 0x24852826 __SCK__tp_func_udp_fail_queue_rcv_skb +EXPORT_SYMBOL_GPL vmlinux 0x2486c29d devfreq_cooling_register +EXPORT_SYMBOL_GPL vmlinux 0x248bc867 raw_notifier_call_chain_robust +EXPORT_SYMBOL_GPL vmlinux 0x24924d00 devfreq_event_remove_edev +EXPORT_SYMBOL_GPL vmlinux 0x2494f4d3 firmware_request_nowarn +EXPORT_SYMBOL_GPL vmlinux 0x24ad11db wakeup_sources_read_unlock +EXPORT_SYMBOL_GPL vmlinux 0x24b7f4d1 fixed_phy_unregister +EXPORT_SYMBOL_GPL vmlinux 0x24b86ccc pci_epc_unmap_addr +EXPORT_SYMBOL_GPL vmlinux 0x24bed830 unregister_nvdimm_pmu +EXPORT_SYMBOL_GPL vmlinux 0x24c08ba0 key_type_asymmetric +EXPORT_SYMBOL_GPL vmlinux 0x24c385fe tty_ldisc_receive_buf +EXPORT_SYMBOL_GPL vmlinux 0x24c82133 xas_store +EXPORT_SYMBOL_GPL vmlinux 0x24ccf56b devm_of_platform_populate +EXPORT_SYMBOL_GPL vmlinux 0x24cdcacc balloon_page_dequeue +EXPORT_SYMBOL_GPL vmlinux 0x24da0093 rcu_inkernel_boot_has_ended +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 0x250aea7d dev_pm_opp_set_config +EXPORT_SYMBOL_GPL vmlinux 0x250bf2a7 xhci_get_ep_ctx +EXPORT_SYMBOL_GPL vmlinux 0x2513b880 snd_soc_component_enable_pin +EXPORT_SYMBOL_GPL vmlinux 0x2516bbe8 __tracepoint_io_page_fault +EXPORT_SYMBOL_GPL vmlinux 0x25181baf i2c_dw_prepare_clk +EXPORT_SYMBOL_GPL vmlinux 0x2520bb49 generic_device_group +EXPORT_SYMBOL_GPL vmlinux 0x2534f99f debounce_time_mt6795 +EXPORT_SYMBOL_GPL vmlinux 0x2535ae93 perf_aux_output_flag +EXPORT_SYMBOL_GPL vmlinux 0x25379e73 clk_set_min_rate +EXPORT_SYMBOL_GPL vmlinux 0x2541a979 snd_soc_calc_frame_size +EXPORT_SYMBOL_GPL vmlinux 0x25469606 amba_device_put +EXPORT_SYMBOL_GPL vmlinux 0x2546ab60 pm_generic_resume +EXPORT_SYMBOL_GPL vmlinux 0x2555f32e phy_led_triggers_register +EXPORT_SYMBOL_GPL vmlinux 0x25740313 rio_map_inb_region +EXPORT_SYMBOL_GPL vmlinux 0x2584f43c watchdog_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0x2592fc6c console_printk +EXPORT_SYMBOL_GPL vmlinux 0x25954af2 finish_rcuwait +EXPORT_SYMBOL_GPL vmlinux 0x25b220b7 regulator_is_enabled_regmap +EXPORT_SYMBOL_GPL vmlinux 0x25bb584b phy_package_leave +EXPORT_SYMBOL_GPL vmlinux 0x25bbfa9a security_kernel_load_data +EXPORT_SYMBOL_GPL vmlinux 0x25c42796 onboard_hub_destroy_pdevs +EXPORT_SYMBOL_GPL vmlinux 0x25cb6a6a mtk_eint_do_suspend +EXPORT_SYMBOL_GPL vmlinux 0x25d18ef5 pm_runtime_force_resume +EXPORT_SYMBOL_GPL vmlinux 0x25ddb4e6 pcie_flr +EXPORT_SYMBOL_GPL vmlinux 0x25deeb99 ip6_sk_redirect +EXPORT_SYMBOL_GPL vmlinux 0x25e07de4 regulator_bulk_enable +EXPORT_SYMBOL_GPL vmlinux 0x262793b4 virtqueue_notify +EXPORT_SYMBOL_GPL vmlinux 0x26315010 clk_register_divider_table +EXPORT_SYMBOL_GPL vmlinux 0x2634872a pci_ioremap_wc_bar +EXPORT_SYMBOL_GPL vmlinux 0x263e4d8b xfrm_local_error +EXPORT_SYMBOL_GPL vmlinux 0x2642b2b7 crypto_aead_setauthsize +EXPORT_SYMBOL_GPL vmlinux 0x26477f34 ata_platform_remove_one +EXPORT_SYMBOL_GPL vmlinux 0x26487ec1 gpiod_get_index_optional +EXPORT_SYMBOL_GPL vmlinux 0x26503efc usb_hcd_check_unlink_urb +EXPORT_SYMBOL_GPL vmlinux 0x26520970 vm_memory_committed +EXPORT_SYMBOL_GPL vmlinux 0x265a732f ip6_push_pending_frames +EXPORT_SYMBOL_GPL vmlinux 0x265bbef9 kexec_crash_loaded +EXPORT_SYMBOL_GPL vmlinux 0x266a4b08 tasklet_unlock +EXPORT_SYMBOL_GPL vmlinux 0x2670212b snd_soc_dapm_enable_pin_unlocked +EXPORT_SYMBOL_GPL vmlinux 0x267df662 smp_call_on_cpu +EXPORT_SYMBOL_GPL vmlinux 0x26982b7c __clk_hw_register_fixed_rate +EXPORT_SYMBOL_GPL vmlinux 0x26ab4755 put_old_itimerspec32 +EXPORT_SYMBOL_GPL vmlinux 0x26abe7b9 vcap_set_tc_exterr +EXPORT_SYMBOL_GPL vmlinux 0x26c3aee6 dma_resv_get_fences +EXPORT_SYMBOL_GPL vmlinux 0x26c547c0 bL_switcher_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x26c90ea4 scsi_eh_get_sense +EXPORT_SYMBOL_GPL vmlinux 0x26cf6b0e skb_partial_csum_set +EXPORT_SYMBOL_GPL vmlinux 0x26e482ad nd_region_dev +EXPORT_SYMBOL_GPL vmlinux 0x26e5daf6 free_vm_area +EXPORT_SYMBOL_GPL vmlinux 0x26e9ff1f gpiochip_add_data_with_key +EXPORT_SYMBOL_GPL vmlinux 0x26ed2186 register_vmap_purge_notifier +EXPORT_SYMBOL_GPL vmlinux 0x27063760 snd_soc_register_component +EXPORT_SYMBOL_GPL vmlinux 0x270f7b4e crypto_unregister_shashes +EXPORT_SYMBOL_GPL vmlinux 0x271d42a9 mbox_send_message +EXPORT_SYMBOL_GPL vmlinux 0x272d5c50 pm_runtime_force_suspend +EXPORT_SYMBOL_GPL vmlinux 0x272e9d77 hisi_reset_exit +EXPORT_SYMBOL_GPL vmlinux 0x2734197f musb_readb +EXPORT_SYMBOL_GPL vmlinux 0x273d45ef blk_lld_busy +EXPORT_SYMBOL_GPL vmlinux 0x274dd1a3 sg_free_table_chained +EXPORT_SYMBOL_GPL vmlinux 0x275e0563 snd_soc_of_parse_audio_simple_widgets +EXPORT_SYMBOL_GPL vmlinux 0x27765370 modify_user_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0x277663bb ata_link_next +EXPORT_SYMBOL_GPL vmlinux 0x2782f68c regulator_map_voltage_pickable_linear_range +EXPORT_SYMBOL_GPL vmlinux 0x278706df vfs_setlease +EXPORT_SYMBOL_GPL vmlinux 0x278f2772 dev_pm_opp_get_freq +EXPORT_SYMBOL_GPL vmlinux 0x27b2a367 sk_msg_zerocopy_from_iter +EXPORT_SYMBOL_GPL vmlinux 0x27c3c7f6 ata_sff_hsm_move +EXPORT_SYMBOL_GPL vmlinux 0x27d38a44 md_find_rdev_rcu +EXPORT_SYMBOL_GPL vmlinux 0x27dd014d cpufreq_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x27e4ee22 rtnl_register_module +EXPORT_SYMBOL_GPL vmlinux 0x27e8c836 crypto_unregister_akcipher +EXPORT_SYMBOL_GPL vmlinux 0x27f4f029 ftrace_set_global_filter +EXPORT_SYMBOL_GPL vmlinux 0x27fa66e1 nr_free_buffer_pages +EXPORT_SYMBOL_GPL vmlinux 0x27fe1c27 synth_event_trace_end +EXPORT_SYMBOL_GPL vmlinux 0x2801ec83 uprobe_register +EXPORT_SYMBOL_GPL vmlinux 0x2812cddf __srcu_read_lock_nmisafe +EXPORT_SYMBOL_GPL vmlinux 0x282cdabc usb_led_activity +EXPORT_SYMBOL_GPL vmlinux 0x283dd743 class_destroy +EXPORT_SYMBOL_GPL vmlinux 0x28468dca snd_soc_set_ac97_ops_of_reset +EXPORT_SYMBOL_GPL vmlinux 0x284eca5c tty_port_unregister_device +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 0x2878562c usb_udc_vbus_handler +EXPORT_SYMBOL_GPL vmlinux 0x2882d40e usb_role_switch_unregister +EXPORT_SYMBOL_GPL vmlinux 0x28966b42 sdhci_remove_host +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 0x28bf0b70 mbox_client_peek_data +EXPORT_SYMBOL_GPL vmlinux 0x28e54840 of_property_read_u64_index +EXPORT_SYMBOL_GPL vmlinux 0x28e5c822 mas_store +EXPORT_SYMBOL_GPL vmlinux 0x28e69ae0 ata_sff_queue_pio_task +EXPORT_SYMBOL_GPL vmlinux 0x28ebdf38 inet_csk_listen_stop +EXPORT_SYMBOL_GPL vmlinux 0x28f1f793 irq_set_chained_handler_and_data +EXPORT_SYMBOL_GPL vmlinux 0x28f7df52 unregister_kretprobe +EXPORT_SYMBOL_GPL vmlinux 0x28f80a36 regulator_map_voltage_iterate +EXPORT_SYMBOL_GPL vmlinux 0x28faf984 pcie_port_find_device +EXPORT_SYMBOL_GPL vmlinux 0x2903baf8 __rio_local_read_config_8 +EXPORT_SYMBOL_GPL vmlinux 0x2904b138 kernel_read_file_from_path +EXPORT_SYMBOL_GPL vmlinux 0x291123ea __tracepoint_sched_overutilized_tp +EXPORT_SYMBOL_GPL vmlinux 0x2914caa0 tty_kopen_shared +EXPORT_SYMBOL_GPL vmlinux 0x291876f3 mpi_ec_get_affine +EXPORT_SYMBOL_GPL vmlinux 0x29245fe5 mmput_async +EXPORT_SYMBOL_GPL vmlinux 0x292702d5 exportfs_encode_inode_fh +EXPORT_SYMBOL_GPL vmlinux 0x292cbee1 srcu_barrier +EXPORT_SYMBOL_GPL vmlinux 0x2938103a device_match_of_node +EXPORT_SYMBOL_GPL vmlinux 0x2950623e iommu_fwspec_init +EXPORT_SYMBOL_GPL vmlinux 0x295127cd max8997_bulk_write +EXPORT_SYMBOL_GPL vmlinux 0x295b982a hisi_clk_register_fixed_rate +EXPORT_SYMBOL_GPL vmlinux 0x2960556c pci_epc_clear_bar +EXPORT_SYMBOL_GPL vmlinux 0x296e5edf gpiochip_free_own_desc +EXPORT_SYMBOL_GPL vmlinux 0x29717446 tegra_bpmp_transfer_atomic +EXPORT_SYMBOL_GPL vmlinux 0x297cac8d md_start +EXPORT_SYMBOL_GPL vmlinux 0x297e05ec rio_mport_send_doorbell +EXPORT_SYMBOL_GPL vmlinux 0x297fad9e fwnode_property_read_u8_array +EXPORT_SYMBOL_GPL vmlinux 0x2982ce2a pci_user_write_config_dword +EXPORT_SYMBOL_GPL vmlinux 0x29867811 pci_sriov_configure_simple +EXPORT_SYMBOL_GPL vmlinux 0x2995802a usb_free_coherent +EXPORT_SYMBOL_GPL vmlinux 0x299ea17b mtd_read_fact_prot_reg +EXPORT_SYMBOL_GPL vmlinux 0x29a28199 device_add_groups +EXPORT_SYMBOL_GPL vmlinux 0x29a3b030 virtqueue_is_broken +EXPORT_SYMBOL_GPL vmlinux 0x29b677d0 snd_soc_card_remove_dai_link +EXPORT_SYMBOL_GPL vmlinux 0x29b95892 pci_sriov_set_totalvfs +EXPORT_SYMBOL_GPL vmlinux 0x29c21a0f power_supply_register_no_ws +EXPORT_SYMBOL_GPL vmlinux 0x29c23715 wm831x_reg_unlock +EXPORT_SYMBOL_GPL vmlinux 0x29c9995f nf_nat_hook +EXPORT_SYMBOL_GPL vmlinux 0x29ccd077 device_set_node +EXPORT_SYMBOL_GPL vmlinux 0x29cf2470 rdma_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0x29d00d6b ethtool_params_from_link_mode +EXPORT_SYMBOL_GPL vmlinux 0x29e35924 perf_event_sysfs_show +EXPORT_SYMBOL_GPL vmlinux 0x29e4f27d tty_port_tty_wakeup +EXPORT_SYMBOL_GPL vmlinux 0x29eba37f current_is_async +EXPORT_SYMBOL_GPL vmlinux 0x29f39d4b fsnotify_init_mark +EXPORT_SYMBOL_GPL vmlinux 0x2a164783 bpf_map_inc_with_uref +EXPORT_SYMBOL_GPL vmlinux 0x2a1e4a7d phy_led_triggers_unregister +EXPORT_SYMBOL_GPL vmlinux 0x2a2f04fa ip_tunnel_netlink_parms +EXPORT_SYMBOL_GPL vmlinux 0x2a344cb6 snd_soc_component_disable_pin +EXPORT_SYMBOL_GPL vmlinux 0x2a39515a pwm_get_chip_data +EXPORT_SYMBOL_GPL vmlinux 0x2a421d55 usb_driver_claim_interface +EXPORT_SYMBOL_GPL vmlinux 0x2a47c200 tc3589x_block_write +EXPORT_SYMBOL_GPL vmlinux 0x2a4a1c5e platform_get_irq +EXPORT_SYMBOL_GPL vmlinux 0x2a4a55ab wm831x_auxadc_read +EXPORT_SYMBOL_GPL vmlinux 0x2a61ad84 usb_put_intf +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 0x2a7da4f1 register_mtd_blktrans +EXPORT_SYMBOL_GPL vmlinux 0x2a84fbb5 driver_attach +EXPORT_SYMBOL_GPL vmlinux 0x2a8e6833 ping_getfrag +EXPORT_SYMBOL_GPL vmlinux 0x2a928828 iommu_attach_device +EXPORT_SYMBOL_GPL vmlinux 0x2a976d1c dax_synchronous +EXPORT_SYMBOL_GPL vmlinux 0x2a9b236b rtm_getroute_parse_ip_proto +EXPORT_SYMBOL_GPL vmlinux 0x2aa433b4 gpiod_get_array +EXPORT_SYMBOL_GPL vmlinux 0x2aa6014c skb_pull_rcsum +EXPORT_SYMBOL_GPL vmlinux 0x2aadad1a efi_capsule_update +EXPORT_SYMBOL_GPL vmlinux 0x2ab1a476 dev_pm_qos_expose_flags +EXPORT_SYMBOL_GPL vmlinux 0x2ab2e1bc devm_clk_hw_register +EXPORT_SYMBOL_GPL vmlinux 0x2ac08fbb usb_of_get_companion_dev +EXPORT_SYMBOL_GPL vmlinux 0x2ac103cb cros_ec_get_sensor_count +EXPORT_SYMBOL_GPL vmlinux 0x2ac7cc96 devm_get_free_pages +EXPORT_SYMBOL_GPL vmlinux 0x2aeba780 devres_add +EXPORT_SYMBOL_GPL vmlinux 0x2af29844 tpm_chip_register +EXPORT_SYMBOL_GPL vmlinux 0x2afa0553 phy_pm_runtime_allow +EXPORT_SYMBOL_GPL vmlinux 0x2afba396 devm_kstrdup_const +EXPORT_SYMBOL_GPL vmlinux 0x2b3fa5fb pci_enable_pcie_error_reporting +EXPORT_SYMBOL_GPL vmlinux 0x2b4028c4 xfrm_dev_policy_add +EXPORT_SYMBOL_GPL vmlinux 0x2b4509dd devlink_health_reporter_state_update +EXPORT_SYMBOL_GPL vmlinux 0x2b4d87fd pingv6_ops +EXPORT_SYMBOL_GPL vmlinux 0x2b57ba3a snd_soc_set_dmi_name +EXPORT_SYMBOL_GPL vmlinux 0x2b602b4d vp_modern_get_features +EXPORT_SYMBOL_GPL vmlinux 0x2b6150fb power_supply_temp2resist_simple +EXPORT_SYMBOL_GPL vmlinux 0x2b629ab7 bpf_sk_storage_diag_put +EXPORT_SYMBOL_GPL vmlinux 0x2b6c0953 register_trace_event +EXPORT_SYMBOL_GPL vmlinux 0x2b83ccca mtd_ooblayout_get_eccbytes +EXPORT_SYMBOL_GPL vmlinux 0x2b8bb32d __skb_tstamp_tx +EXPORT_SYMBOL_GPL vmlinux 0x2b973274 devm_regulator_register +EXPORT_SYMBOL_GPL vmlinux 0x2ba123c5 ohci_resume +EXPORT_SYMBOL_GPL vmlinux 0x2baa2a35 tpm_get_random +EXPORT_SYMBOL_GPL vmlinux 0x2baeeffa dma_need_sync +EXPORT_SYMBOL_GPL vmlinux 0x2bd42168 em_dev_unregister_perf_domain +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 0x2c000275 mtk_clk_gate_ops_no_setclr +EXPORT_SYMBOL_GPL vmlinux 0x2c00865a extcon_set_state +EXPORT_SYMBOL_GPL vmlinux 0x2c0fc8c5 __fib_lookup +EXPORT_SYMBOL_GPL vmlinux 0x2c0feca8 devlink_dpipe_entry_ctx_append +EXPORT_SYMBOL_GPL vmlinux 0x2c15cdd3 usb_phy_set_charger_state +EXPORT_SYMBOL_GPL vmlinux 0x2c198a7c dev_pm_opp_get_supplies +EXPORT_SYMBOL_GPL vmlinux 0x2c208607 power_supply_is_system_supplied +EXPORT_SYMBOL_GPL vmlinux 0x2c22062f snd_soc_put_strobe +EXPORT_SYMBOL_GPL vmlinux 0x2c3054f9 net_inc_ingress_queue +EXPORT_SYMBOL_GPL vmlinux 0x2c3d5808 switchdev_handle_fdb_event_to_device +EXPORT_SYMBOL_GPL vmlinux 0x2c4b17dd usb_gadget_frame_number +EXPORT_SYMBOL_GPL vmlinux 0x2c520ebb netdev_set_default_ethtool_ops +EXPORT_SYMBOL_GPL vmlinux 0x2c523c72 crypto_stats_skcipher_encrypt +EXPORT_SYMBOL_GPL vmlinux 0x2c66729f phy_basic_features +EXPORT_SYMBOL_GPL vmlinux 0x2c66ac85 devlink_info_serial_number_put +EXPORT_SYMBOL_GPL vmlinux 0x2c7db649 irq_dispose_mapping +EXPORT_SYMBOL_GPL vmlinux 0x2c81a826 imx_1443x_pll +EXPORT_SYMBOL_GPL vmlinux 0x2c826f58 dst_blackhole_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0x2c8dd6b8 edac_mem_types +EXPORT_SYMBOL_GPL vmlinux 0x2c8e4153 bus_register +EXPORT_SYMBOL_GPL vmlinux 0x2c97f8a2 of_reconfig_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0x2caa97db devm_nvmem_device_get +EXPORT_SYMBOL_GPL vmlinux 0x2cb22103 regulator_disable +EXPORT_SYMBOL_GPL vmlinux 0x2cb2314d mbox_controller_register +EXPORT_SYMBOL_GPL vmlinux 0x2cb7dcda skb_clone_tx_timestamp +EXPORT_SYMBOL_GPL vmlinux 0x2cbb2c92 debugfs_create_u16 +EXPORT_SYMBOL_GPL vmlinux 0x2cc7941f fwnode_get_parent +EXPORT_SYMBOL_GPL vmlinux 0x2ce61f33 __SCK__tp_func_br_fdb_add +EXPORT_SYMBOL_GPL vmlinux 0x2d044933 pinctrl_add_gpio_range +EXPORT_SYMBOL_GPL vmlinux 0x2d1b02d2 usermodehelper_read_lock_wait +EXPORT_SYMBOL_GPL vmlinux 0x2d2dd36f kobj_ns_grab_current +EXPORT_SYMBOL_GPL vmlinux 0x2d368c4c nand_subop_get_addr_start_off +EXPORT_SYMBOL_GPL vmlinux 0x2d36f5ec crypto_mod_get +EXPORT_SYMBOL_GPL vmlinux 0x2d3b9fb8 __traceiter_br_fdb_update +EXPORT_SYMBOL_GPL vmlinux 0x2d41e6f5 __trace_puts +EXPORT_SYMBOL_GPL vmlinux 0x2d516273 tty_release_struct +EXPORT_SYMBOL_GPL vmlinux 0x2d5f69b3 rcu_read_unlock_strict +EXPORT_SYMBOL_GPL vmlinux 0x2d609547 dax_direct_access +EXPORT_SYMBOL_GPL vmlinux 0x2d69c2ed led_init_core +EXPORT_SYMBOL_GPL vmlinux 0x2d8a461b wbc_attach_and_unlock_inode +EXPORT_SYMBOL_GPL vmlinux 0x2d8b84db usb_amd_pt_check_port +EXPORT_SYMBOL_GPL vmlinux 0x2d8bd3b6 of_dma_simple_xlate +EXPORT_SYMBOL_GPL vmlinux 0x2d9b34b5 serial8250_init_port +EXPORT_SYMBOL_GPL vmlinux 0x2d9c37bc usb_wakeup_enabled_descendants +EXPORT_SYMBOL_GPL vmlinux 0x2db67d4a owl_sps_set_pg +EXPORT_SYMBOL_GPL vmlinux 0x2dbcf545 clk_hw_unregister_gate +EXPORT_SYMBOL_GPL vmlinux 0x2dbd21fb bpf_offload_dev_netdev_unregister +EXPORT_SYMBOL_GPL vmlinux 0x2dbd7e74 snd_soc_component_enable_pin_unlocked +EXPORT_SYMBOL_GPL vmlinux 0x2dcba2fb kernfs_path_from_node +EXPORT_SYMBOL_GPL vmlinux 0x2dd719a2 mtk_clk_simple_remove +EXPORT_SYMBOL_GPL vmlinux 0x2ddd5b55 devlink_is_reload_failed +EXPORT_SYMBOL_GPL vmlinux 0x2ddf5f58 get_current_tty +EXPORT_SYMBOL_GPL vmlinux 0x2de4ee6c regulator_is_equal +EXPORT_SYMBOL_GPL vmlinux 0x2e002868 anon_transport_class_register +EXPORT_SYMBOL_GPL vmlinux 0x2e028ae6 rcutorture_get_gp_data +EXPORT_SYMBOL_GPL vmlinux 0x2e031e0b espintcp_queue_out +EXPORT_SYMBOL_GPL vmlinux 0x2e1b7dc1 mtd_get_unmapped_area +EXPORT_SYMBOL_GPL vmlinux 0x2e1bbe01 tracing_cond_snapshot_data +EXPORT_SYMBOL_GPL vmlinux 0x2e2360b1 ftrace_set_global_notrace +EXPORT_SYMBOL_GPL vmlinux 0x2e2aef3d __devm_regmap_init_i2c +EXPORT_SYMBOL_GPL vmlinux 0x2e4261f6 snmp_get_cpu_field64 +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 0x2e6690ba ata_host_detach +EXPORT_SYMBOL_GPL vmlinux 0x2e685574 phy_start_machine +EXPORT_SYMBOL_GPL vmlinux 0x2e6a7f04 stmpe_disable +EXPORT_SYMBOL_GPL vmlinux 0x2e81ed18 fuse_free_conn +EXPORT_SYMBOL_GPL vmlinux 0x2e826ea5 tty_init_termios +EXPORT_SYMBOL_GPL vmlinux 0x2e8fc7be fscrypt_mergeable_bio_bh +EXPORT_SYMBOL_GPL vmlinux 0x2e94ab51 snd_dmaengine_pcm_pointer +EXPORT_SYMBOL_GPL vmlinux 0x2e9a1caa __serdev_device_driver_register +EXPORT_SYMBOL_GPL vmlinux 0x2e9ad19d serdev_device_write_wakeup +EXPORT_SYMBOL_GPL vmlinux 0x2ebe3135 cpu_is_hotpluggable +EXPORT_SYMBOL_GPL vmlinux 0x2ec488cf genpd_dev_pm_attach_by_id +EXPORT_SYMBOL_GPL vmlinux 0x2ecc1cfa spi_controller_dma_unmap_mem_op_data +EXPORT_SYMBOL_GPL vmlinux 0x2ee9deef srcutorture_get_gp_data +EXPORT_SYMBOL_GPL vmlinux 0x2ef927f4 gpiod_set_array_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x2efc1390 sata_std_hardreset +EXPORT_SYMBOL_GPL vmlinux 0x2f0d9053 usb_otg_state_string +EXPORT_SYMBOL_GPL vmlinux 0x2f1cc37e dm_bio_from_per_bio_data +EXPORT_SYMBOL_GPL vmlinux 0x2f1ea064 __SCK__tp_func_xdp_bulk_tx +EXPORT_SYMBOL_GPL vmlinux 0x2f229f13 nand_reset_op +EXPORT_SYMBOL_GPL vmlinux 0x2f30368b sysfs_break_active_protection +EXPORT_SYMBOL_GPL vmlinux 0x2f30c20c dw_pcie_find_ext_capability +EXPORT_SYMBOL_GPL vmlinux 0x2f5cd3dd mvebu_mbus_add_window_by_id +EXPORT_SYMBOL_GPL vmlinux 0x2f5f1abb devm_irq_alloc_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0x2f63e634 usb_poison_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0x2f6dfbdf vchan_tx_submit +EXPORT_SYMBOL_GPL vmlinux 0x2f7a88d2 clk_hw_unregister +EXPORT_SYMBOL_GPL vmlinux 0x2f7e0c60 devlink_dpipe_entry_ctx_prepare +EXPORT_SYMBOL_GPL vmlinux 0x2f80b44b dm_per_bio_data +EXPORT_SYMBOL_GPL vmlinux 0x2f84221d raw_v4_match +EXPORT_SYMBOL_GPL vmlinux 0x2f8592c4 __devm_clk_hw_register_gate +EXPORT_SYMBOL_GPL vmlinux 0x2f893902 clk_hw_get_num_parents +EXPORT_SYMBOL_GPL vmlinux 0x2f8d4c01 page_cache_async_ra +EXPORT_SYMBOL_GPL vmlinux 0x2f92e07c get_user_pages_fast +EXPORT_SYMBOL_GPL vmlinux 0x2f976281 blk_mq_hctx_set_fq_lock_class +EXPORT_SYMBOL_GPL vmlinux 0x2f995d45 crypto_hash_walk_done +EXPORT_SYMBOL_GPL vmlinux 0x2fa45eda edac_device_handle_ue_count +EXPORT_SYMBOL_GPL vmlinux 0x2faab801 pm_clk_add_notifier +EXPORT_SYMBOL_GPL vmlinux 0x2faac966 pci_bridge_emul_init +EXPORT_SYMBOL_GPL vmlinux 0x2fade0be synth_event_add_field +EXPORT_SYMBOL_GPL vmlinux 0x2fbbce84 subsys_interface_register +EXPORT_SYMBOL_GPL vmlinux 0x2fc03822 sdio_get_host_pm_caps +EXPORT_SYMBOL_GPL vmlinux 0x2fc13fe3 debugfs_print_regs32 +EXPORT_SYMBOL_GPL vmlinux 0x2fc1e0fe kmem_valid_obj +EXPORT_SYMBOL_GPL vmlinux 0x2fdde47e debugfs_create_u32_array +EXPORT_SYMBOL_GPL vmlinux 0x2fdf7909 __traceiter_tcp_send_reset +EXPORT_SYMBOL_GPL vmlinux 0x2fe539c5 phy_get_rate_matching +EXPORT_SYMBOL_GPL vmlinux 0x2fe5ebc4 sdhci_pltfm_free +EXPORT_SYMBOL_GPL vmlinux 0x2fe9d853 kthread_flush_work +EXPORT_SYMBOL_GPL vmlinux 0x30038faa of_device_modalias +EXPORT_SYMBOL_GPL vmlinux 0x300d0280 iomap_dio_rw +EXPORT_SYMBOL_GPL vmlinux 0x3013ec5b __rio_local_write_config_16 +EXPORT_SYMBOL_GPL vmlinux 0x30250288 devm_pm_opp_of_add_table +EXPORT_SYMBOL_GPL vmlinux 0x302ee714 __sock_recv_wifi_status +EXPORT_SYMBOL_GPL vmlinux 0x30372d50 devres_remove +EXPORT_SYMBOL_GPL vmlinux 0x304f3672 pinconf_generic_parse_dt_config +EXPORT_SYMBOL_GPL vmlinux 0x30518f31 pm_genpd_add_device +EXPORT_SYMBOL_GPL vmlinux 0x3061972a sdhci_pltfm_init +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 0x307b9fed evm_verifyxattr +EXPORT_SYMBOL_GPL vmlinux 0x308b8db8 devm_gpio_request +EXPORT_SYMBOL_GPL vmlinux 0x308f2d41 pci_device_group +EXPORT_SYMBOL_GPL vmlinux 0x30982d75 devm_clk_hw_register_fixed_factor +EXPORT_SYMBOL_GPL vmlinux 0x309b19ee ahci_dev_classify +EXPORT_SYMBOL_GPL vmlinux 0x30a262dc look_up_OID +EXPORT_SYMBOL_GPL vmlinux 0x30a2b5f5 cpuacct_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0x30a949ba bpf_map_put +EXPORT_SYMBOL_GPL vmlinux 0x30ae9e36 of_clk_hw_simple_get +EXPORT_SYMBOL_GPL vmlinux 0x30afa68f fb_deferred_io_release +EXPORT_SYMBOL_GPL vmlinux 0x30b1b9c0 mtd_get_fact_prot_info +EXPORT_SYMBOL_GPL vmlinux 0x30b83447 ipv6_bpf_stub +EXPORT_SYMBOL_GPL vmlinux 0x30c0f561 sysfs_add_link_to_group +EXPORT_SYMBOL_GPL vmlinux 0x30e64f50 __audit_inode_child +EXPORT_SYMBOL_GPL vmlinux 0x30ea90b5 adp5520_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x31019477 __ftrace_vbprintk +EXPORT_SYMBOL_GPL vmlinux 0x310b6270 alarm_forward +EXPORT_SYMBOL_GPL vmlinux 0x310b998c rdev_get_regmap +EXPORT_SYMBOL_GPL vmlinux 0x311206c7 snd_soc_dapm_nc_pin_unlocked +EXPORT_SYMBOL_GPL vmlinux 0x3115c53b ata_sas_slave_configure +EXPORT_SYMBOL_GPL vmlinux 0x311f0ec5 init_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0x3121bb85 posix_clock_register +EXPORT_SYMBOL_GPL vmlinux 0x31266931 con_debug_leave +EXPORT_SYMBOL_GPL vmlinux 0x313ea5fd ipi_send_single +EXPORT_SYMBOL_GPL vmlinux 0x3146f689 pci_disable_ats +EXPORT_SYMBOL_GPL vmlinux 0x314920d7 dm_accept_partial_bio +EXPORT_SYMBOL_GPL vmlinux 0x314952d5 ip6_append_data +EXPORT_SYMBOL_GPL vmlinux 0x3155ee90 __fscrypt_prepare_setattr +EXPORT_SYMBOL_GPL vmlinux 0x31641242 pinctrl_enable +EXPORT_SYMBOL_GPL vmlinux 0x31680bdd lwtunnel_encap_del_ops +EXPORT_SYMBOL_GPL vmlinux 0x3172c2dc ata_sas_port_suspend +EXPORT_SYMBOL_GPL vmlinux 0x317767bf nl_table +EXPORT_SYMBOL_GPL vmlinux 0x3187490a __SCK__tp_func_detach_device_from_domain +EXPORT_SYMBOL_GPL vmlinux 0x3192d768 cpufreq_remove_update_util_hook +EXPORT_SYMBOL_GPL vmlinux 0x3198f895 debugfs_rename +EXPORT_SYMBOL_GPL vmlinux 0x31a95e8b ring_buffer_record_enable_cpu +EXPORT_SYMBOL_GPL vmlinux 0x31b1cd16 gpiod_set_config +EXPORT_SYMBOL_GPL vmlinux 0x31b1da04 tty_buffer_set_limit +EXPORT_SYMBOL_GPL vmlinux 0x31b61b0e dev_pm_opp_of_get_sharing_cpus +EXPORT_SYMBOL_GPL vmlinux 0x31c7970f pciserial_suspend_ports +EXPORT_SYMBOL_GPL vmlinux 0x31cd02b8 mas_walk +EXPORT_SYMBOL_GPL vmlinux 0x31ce2f2e ata_sas_sync_probe +EXPORT_SYMBOL_GPL vmlinux 0x31d8700d gpiod_get_index +EXPORT_SYMBOL_GPL vmlinux 0x31e52f96 fat_fill_super +EXPORT_SYMBOL_GPL vmlinux 0x31eccec4 skb_to_sgvec_nomark +EXPORT_SYMBOL_GPL vmlinux 0x3224b2a9 mpi_read_raw_from_sgl +EXPORT_SYMBOL_GPL vmlinux 0x32285df3 nfs_ssc_client_tbl +EXPORT_SYMBOL_GPL vmlinux 0x32295715 dev_pm_opp_clear_config +EXPORT_SYMBOL_GPL vmlinux 0x322a8df2 ata_cable_unknown +EXPORT_SYMBOL_GPL vmlinux 0x32324811 of_property_match_string +EXPORT_SYMBOL_GPL vmlinux 0x3234ae65 da903x_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x323747d1 snd_soc_component_compr_set_params +EXPORT_SYMBOL_GPL vmlinux 0x3237e7a0 sdhci_reset_tuning +EXPORT_SYMBOL_GPL vmlinux 0x323de0e5 devres_open_group +EXPORT_SYMBOL_GPL vmlinux 0x324775e2 sdhci_set_bus_width +EXPORT_SYMBOL_GPL vmlinux 0x324a0368 inet_pernet_hashinfo_free +EXPORT_SYMBOL_GPL vmlinux 0x326e4601 __auxiliary_device_add +EXPORT_SYMBOL_GPL vmlinux 0x328165b5 wm831x_reg_write +EXPORT_SYMBOL_GPL vmlinux 0x32836981 public_key_verify_signature +EXPORT_SYMBOL_GPL vmlinux 0x32995d5a gpiochip_irq_domain_activate +EXPORT_SYMBOL_GPL vmlinux 0x329c9be9 devlink_linecard_nested_dl_set +EXPORT_SYMBOL_GPL vmlinux 0x32ab06cc irq_percpu_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0x32bbb262 snd_soc_dai_set_sysclk +EXPORT_SYMBOL_GPL vmlinux 0x32c3cb4e class_compat_register +EXPORT_SYMBOL_GPL vmlinux 0x32e03a11 skcipher_walk_aead_decrypt +EXPORT_SYMBOL_GPL vmlinux 0x3306f6e2 __traceiter_neigh_update_done +EXPORT_SYMBOL_GPL vmlinux 0x330f6116 set_dax_synchronous +EXPORT_SYMBOL_GPL vmlinux 0x330fa8ac fuse_request_end +EXPORT_SYMBOL_GPL vmlinux 0x331d2050 tpm2_probe +EXPORT_SYMBOL_GPL vmlinux 0x3335ae32 freq_qos_update_request +EXPORT_SYMBOL_GPL vmlinux 0x33392b14 irq_domain_create_legacy +EXPORT_SYMBOL_GPL vmlinux 0x334383e2 devm_gpio_request_one +EXPORT_SYMBOL_GPL vmlinux 0x334d799d lp8788_update_bits +EXPORT_SYMBOL_GPL vmlinux 0x335b323a __sdhci_add_host +EXPORT_SYMBOL_GPL vmlinux 0x335bd5bc pid_vnr +EXPORT_SYMBOL_GPL vmlinux 0x335c570f enable_percpu_irq +EXPORT_SYMBOL_GPL vmlinux 0x33645433 snd_soc_dai_set_bclk_ratio +EXPORT_SYMBOL_GPL vmlinux 0x336636bb clk_hw_unregister_fixed_rate +EXPORT_SYMBOL_GPL vmlinux 0x33747b87 regmap_bulk_write +EXPORT_SYMBOL_GPL vmlinux 0x337d4670 ip_local_out +EXPORT_SYMBOL_GPL vmlinux 0x338e7bd0 unregister_virtio_device +EXPORT_SYMBOL_GPL vmlinux 0x339044be max8997_write_reg +EXPORT_SYMBOL_GPL vmlinux 0x33904a1c sysfs_chmod_file +EXPORT_SYMBOL_GPL vmlinux 0x33a3226d mtd_ooblayout_count_eccbytes +EXPORT_SYMBOL_GPL vmlinux 0x33c64087 usb_gadget_check_config +EXPORT_SYMBOL_GPL vmlinux 0x33cd2cd6 cpu_latency_qos_update_request +EXPORT_SYMBOL_GPL vmlinux 0x33cf4c13 debugfs_create_x64 +EXPORT_SYMBOL_GPL vmlinux 0x33d9563b clk_hw_register +EXPORT_SYMBOL_GPL vmlinux 0x33d9bed3 clk_hw_get_rate_range +EXPORT_SYMBOL_GPL vmlinux 0x33e9e0a2 atomic_notifier_chain_register +EXPORT_SYMBOL_GPL vmlinux 0x33efc8c8 trace_clock_local +EXPORT_SYMBOL_GPL vmlinux 0x33f85a41 rio_map_outb_region +EXPORT_SYMBOL_GPL vmlinux 0x33fd5ead da9055_regmap_config +EXPORT_SYMBOL_GPL vmlinux 0x3414d260 devm_i2c_add_adapter +EXPORT_SYMBOL_GPL vmlinux 0x34181c17 netdev_cmd_to_name +EXPORT_SYMBOL_GPL vmlinux 0x341d9561 device_link_del +EXPORT_SYMBOL_GPL vmlinux 0x3423124b crypto_destroy_tfm +EXPORT_SYMBOL_GPL vmlinux 0x3426b10d sdhci_pltfm_register +EXPORT_SYMBOL_GPL vmlinux 0x343ac5f2 cci_ace_get_port +EXPORT_SYMBOL_GPL vmlinux 0x343c4c25 serdev_device_set_flow_control +EXPORT_SYMBOL_GPL vmlinux 0x34407691 crypto_has_ahash +EXPORT_SYMBOL_GPL vmlinux 0x344361a1 kdb_register +EXPORT_SYMBOL_GPL vmlinux 0x344bd03b devlink_traps_register +EXPORT_SYMBOL_GPL vmlinux 0x3450ad94 mpi_set_ui +EXPORT_SYMBOL_GPL vmlinux 0x3461ba36 usb_bus_idr +EXPORT_SYMBOL_GPL vmlinux 0x34930a44 device_dma_supported +EXPORT_SYMBOL_GPL vmlinux 0x34939f89 tpm_chip_bootstrap +EXPORT_SYMBOL_GPL vmlinux 0x349e1cb8 of_dma_is_coherent +EXPORT_SYMBOL_GPL vmlinux 0x34a50f63 sdio_writel +EXPORT_SYMBOL_GPL vmlinux 0x34a7b142 __SCK__tp_func_rpm_suspend +EXPORT_SYMBOL_GPL vmlinux 0x34ac50a4 visitorl +EXPORT_SYMBOL_GPL vmlinux 0x34ae35e6 __clocksource_update_freq_scale +EXPORT_SYMBOL_GPL vmlinux 0x34b42d25 io_uring_cmd_complete_in_task +EXPORT_SYMBOL_GPL vmlinux 0x34ba38df bpf_prog_inc +EXPORT_SYMBOL_GPL vmlinux 0x34d017d2 exportfs_decode_fh +EXPORT_SYMBOL_GPL vmlinux 0x34d0bcdf led_trigger_set_default +EXPORT_SYMBOL_GPL vmlinux 0x34d43d24 usb_hcd_amd_remote_wakeup_quirk +EXPORT_SYMBOL_GPL vmlinux 0x34d72a90 snd_soc_close_delayed_work +EXPORT_SYMBOL_GPL vmlinux 0x34d78d95 tpm_tis_core_init +EXPORT_SYMBOL_GPL vmlinux 0x34dbc133 inet_ehash_locks_alloc +EXPORT_SYMBOL_GPL vmlinux 0x34dccfb2 context_tracking +EXPORT_SYMBOL_GPL vmlinux 0x34dd6c67 spi_controller_resume +EXPORT_SYMBOL_GPL vmlinux 0x34ebc22d dma_max_mapping_size +EXPORT_SYMBOL_GPL vmlinux 0x34f686ed snd_soc_component_compr_get_metadata +EXPORT_SYMBOL_GPL vmlinux 0x34fbac30 vma_kernel_pagesize +EXPORT_SYMBOL_GPL vmlinux 0x34fbefd2 tty_buffer_request_room +EXPORT_SYMBOL_GPL vmlinux 0x35065a18 ahci_platform_resume +EXPORT_SYMBOL_GPL vmlinux 0x350f6ce5 tasklet_unlock_wait +EXPORT_SYMBOL_GPL vmlinux 0x352b3813 maxim_charger_calc_reg_current +EXPORT_SYMBOL_GPL vmlinux 0x352ec68b bpf_offload_dev_destroy +EXPORT_SYMBOL_GPL vmlinux 0x353207c0 pinctrl_register +EXPORT_SYMBOL_GPL vmlinux 0x3538e008 receive_fd +EXPORT_SYMBOL_GPL vmlinux 0x355501d8 hwmon_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x3565a929 utf8_data_table +EXPORT_SYMBOL_GPL vmlinux 0x35681ae3 __tracepoint_tcp_bad_csum +EXPORT_SYMBOL_GPL vmlinux 0x357135b0 devm_hwspin_lock_unregister +EXPORT_SYMBOL_GPL vmlinux 0x3585c74f inet_send_prepare +EXPORT_SYMBOL_GPL vmlinux 0x35877829 pm_generic_restore_early +EXPORT_SYMBOL_GPL vmlinux 0x358db985 xhci_init_driver +EXPORT_SYMBOL_GPL vmlinux 0x358ff60f twl_get_hfclk_rate +EXPORT_SYMBOL_GPL vmlinux 0x359f82db snd_soc_jack_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0x35a5c964 pinctrl_register_and_init +EXPORT_SYMBOL_GPL vmlinux 0x35bb7f31 pwm_free +EXPORT_SYMBOL_GPL vmlinux 0x35d0d53c regulator_unregister_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0x35df23fa of_fwnode_ops +EXPORT_SYMBOL_GPL vmlinux 0x360f3423 icc_disable +EXPORT_SYMBOL_GPL vmlinux 0x361518d2 sdhci_set_clock +EXPORT_SYMBOL_GPL vmlinux 0x36242943 switchdev_deferred_process +EXPORT_SYMBOL_GPL vmlinux 0x3634537b fwnode_property_read_string +EXPORT_SYMBOL_GPL vmlinux 0x36356eda tegra124_clk_set_emc_callbacks +EXPORT_SYMBOL_GPL vmlinux 0x3646fa4c blk_queue_max_discard_segments +EXPORT_SYMBOL_GPL vmlinux 0x3647778c kthread_use_mm +EXPORT_SYMBOL_GPL vmlinux 0x364826ae led_trigger_rename_static +EXPORT_SYMBOL_GPL vmlinux 0x364b65eb regulator_suspend_enable +EXPORT_SYMBOL_GPL vmlinux 0x365989e5 imx_1416x_pll +EXPORT_SYMBOL_GPL vmlinux 0x36660b1b debugfs_create_dir +EXPORT_SYMBOL_GPL vmlinux 0x367bb228 sk_msg_free_partial +EXPORT_SYMBOL_GPL vmlinux 0x36809f19 raw_abort +EXPORT_SYMBOL_GPL vmlinux 0x36898d6f gpiod_remove_hogs +EXPORT_SYMBOL_GPL vmlinux 0x3699f623 regulator_bulk_unregister_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0x369a3f13 fscrypt_fname_encrypt +EXPORT_SYMBOL_GPL vmlinux 0x369fcd70 tracing_snapshot +EXPORT_SYMBOL_GPL vmlinux 0x36a3bd14 sock_diag_register_inet_compat +EXPORT_SYMBOL_GPL vmlinux 0x36abba9a pm_runtime_irq_safe +EXPORT_SYMBOL_GPL vmlinux 0x36c0704d blk_mq_rdma_map_queues +EXPORT_SYMBOL_GPL vmlinux 0x36c4a285 usb_find_interface +EXPORT_SYMBOL_GPL vmlinux 0x36cbac07 hisi_clk_init +EXPORT_SYMBOL_GPL vmlinux 0x36d05d30 fixup_user_fault +EXPORT_SYMBOL_GPL vmlinux 0x36de3154 usb_autopm_get_interface +EXPORT_SYMBOL_GPL vmlinux 0x36e70824 dw_pcie_wait_for_link +EXPORT_SYMBOL_GPL vmlinux 0x36e77798 pci_find_ext_capability +EXPORT_SYMBOL_GPL vmlinux 0x36f1e569 mas_pause +EXPORT_SYMBOL_GPL vmlinux 0x36f8a233 pci_epc_init_notify +EXPORT_SYMBOL_GPL vmlinux 0x372ef1c6 pci_vpd_alloc +EXPORT_SYMBOL_GPL vmlinux 0x3736abb1 usb_hub_clear_tt_buffer +EXPORT_SYMBOL_GPL vmlinux 0x374855e8 dt_init_idle_driver +EXPORT_SYMBOL_GPL vmlinux 0x376b2512 vcap_lookup_keyfield +EXPORT_SYMBOL_GPL vmlinux 0x37743b64 iomap_dio_complete +EXPORT_SYMBOL_GPL vmlinux 0x37759076 tps65217_clear_bits +EXPORT_SYMBOL_GPL vmlinux 0x3779dcfe __kthread_init_worker +EXPORT_SYMBOL_GPL vmlinux 0x377bbcbc pm_suspend_target_state +EXPORT_SYMBOL_GPL vmlinux 0x377c3088 __traceiter_br_fdb_add +EXPORT_SYMBOL_GPL vmlinux 0x37a0465e snd_soc_find_dai +EXPORT_SYMBOL_GPL vmlinux 0x37a6986b snd_device_disconnect +EXPORT_SYMBOL_GPL vmlinux 0x37b2cd22 page_endio +EXPORT_SYMBOL_GPL vmlinux 0x37b5e6b1 wwan_port_rx +EXPORT_SYMBOL_GPL vmlinux 0x37b75751 __cpufreq_driver_target +EXPORT_SYMBOL_GPL vmlinux 0x37bd28e5 phy_led_trigger_change_speed +EXPORT_SYMBOL_GPL vmlinux 0x37bed4f8 mptcp_token_get_sock +EXPORT_SYMBOL_GPL vmlinux 0x37c7815b serial8250_rpm_get_tx +EXPORT_SYMBOL_GPL vmlinux 0x37d01df8 serial8250_do_startup +EXPORT_SYMBOL_GPL vmlinux 0x37e8e1eb skb_scrub_packet +EXPORT_SYMBOL_GPL vmlinux 0x37eac849 scsi_get_vpd_page +EXPORT_SYMBOL_GPL vmlinux 0x37f2a7bb rtnl_put_cacheinfo +EXPORT_SYMBOL_GPL vmlinux 0x37feb9bf perf_event_pause +EXPORT_SYMBOL_GPL vmlinux 0x380318d0 pci_host_probe +EXPORT_SYMBOL_GPL vmlinux 0x3809e5e7 phy_modify +EXPORT_SYMBOL_GPL vmlinux 0x380dde36 power_supply_batinfo_ocv2cap +EXPORT_SYMBOL_GPL vmlinux 0x3821cfa2 irq_chip_set_wake_parent +EXPORT_SYMBOL_GPL vmlinux 0x38268b62 icc_bulk_enable +EXPORT_SYMBOL_GPL vmlinux 0x3829f836 bio_blkcg_css +EXPORT_SYMBOL_GPL vmlinux 0x38374815 clear_selection +EXPORT_SYMBOL_GPL vmlinux 0x383b05fa cgrp_dfl_root +EXPORT_SYMBOL_GPL vmlinux 0x3845da7d clk_hw_get_parent_index +EXPORT_SYMBOL_GPL vmlinux 0x3878937e fscrypt_prepare_symlink +EXPORT_SYMBOL_GPL vmlinux 0x38a9c2c7 input_ff_effect_from_user +EXPORT_SYMBOL_GPL vmlinux 0x38aa1397 gpiod_add_lookup_table +EXPORT_SYMBOL_GPL vmlinux 0x38b991b9 verify_signature +EXPORT_SYMBOL_GPL vmlinux 0x38bcd95b mmu_interval_notifier_insert_locked +EXPORT_SYMBOL_GPL vmlinux 0x38c0c9e4 btree_update +EXPORT_SYMBOL_GPL vmlinux 0x38c1af9a ata_common_sdev_groups +EXPORT_SYMBOL_GPL vmlinux 0x38d298ed rio_alloc_net +EXPORT_SYMBOL_GPL vmlinux 0x38e1fde7 mpi_set +EXPORT_SYMBOL_GPL vmlinux 0x38e5bc5a clk_set_rate_range +EXPORT_SYMBOL_GPL vmlinux 0x38f704de dm_get_reserved_bio_based_ios +EXPORT_SYMBOL_GPL vmlinux 0x39152225 snd_dmaengine_pcm_get_chan +EXPORT_SYMBOL_GPL vmlinux 0x3915ea4b clk_regmap_divider_ops +EXPORT_SYMBOL_GPL vmlinux 0x3917f9c4 fat_update_time +EXPORT_SYMBOL_GPL vmlinux 0x392ab068 mtk_pinconf_bias_get +EXPORT_SYMBOL_GPL vmlinux 0x3934db83 pci_bridge_emul_cleanup +EXPORT_SYMBOL_GPL vmlinux 0x394a2346 rockchip_pcie_get_phys +EXPORT_SYMBOL_GPL vmlinux 0x3955a87c dev_pm_opp_get_required_pstate +EXPORT_SYMBOL_GPL vmlinux 0x3958ca91 mctrl_gpio_free +EXPORT_SYMBOL_GPL vmlinux 0x39717efd pinctrl_force_sleep +EXPORT_SYMBOL_GPL vmlinux 0x39727ff6 iommu_group_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0x397e2142 __SCK__tp_func_sched_cpu_capacity_tp +EXPORT_SYMBOL_GPL vmlinux 0x398d3186 tps6586x_clr_bits +EXPORT_SYMBOL_GPL vmlinux 0x39a7affc driver_deferred_probe_timeout +EXPORT_SYMBOL_GPL vmlinux 0x39aa4888 usb_role_string +EXPORT_SYMBOL_GPL vmlinux 0x39ade127 rio_mport_get_physefb +EXPORT_SYMBOL_GPL vmlinux 0x39bd66b3 snd_soc_jack_add_gpiods +EXPORT_SYMBOL_GPL vmlinux 0x39c32aca __SCK__tp_func_neigh_event_send_done +EXPORT_SYMBOL_GPL vmlinux 0x39d326be spi_target_abort +EXPORT_SYMBOL_GPL vmlinux 0x39d628cd dma_opt_mapping_size +EXPORT_SYMBOL_GPL vmlinux 0x39d6e684 __udp_enqueue_schedule_skb +EXPORT_SYMBOL_GPL vmlinux 0x39f0bbd0 virtqueue_get_avail_addr +EXPORT_SYMBOL_GPL vmlinux 0x3a0e9435 devlink_net +EXPORT_SYMBOL_GPL vmlinux 0x3a14f027 sbitmap_resize +EXPORT_SYMBOL_GPL vmlinux 0x3a15013b ata_pack_xfermask +EXPORT_SYMBOL_GPL vmlinux 0x3a175ff5 sdio_writesb +EXPORT_SYMBOL_GPL vmlinux 0x3a20b553 iommu_device_claim_dma_owner +EXPORT_SYMBOL_GPL vmlinux 0x3a29105b __pci_epf_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x3a31ab02 snd_soc_put_enum_double +EXPORT_SYMBOL_GPL vmlinux 0x3a31e3d6 pwm_capture +EXPORT_SYMBOL_GPL vmlinux 0x3a35b9d6 usb_gadget_unmap_request_by_dev +EXPORT_SYMBOL_GPL vmlinux 0x3a3bfd70 metadata_dst_free +EXPORT_SYMBOL_GPL vmlinux 0x3a3e38a3 pci_intx +EXPORT_SYMBOL_GPL vmlinux 0x3a442b46 vp_modern_get_num_queues +EXPORT_SYMBOL_GPL vmlinux 0x3a4cb46c usb_gadget_vbus_connect +EXPORT_SYMBOL_GPL vmlinux 0x3a4f6a32 ata_sff_interrupt +EXPORT_SYMBOL_GPL vmlinux 0x3a536bd7 ring_buffer_read_finish +EXPORT_SYMBOL_GPL vmlinux 0x3a544c8c irq_alloc_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0x3a584d02 of_modalias_node +EXPORT_SYMBOL_GPL vmlinux 0x3a648a6a fwnode_property_read_u16_array +EXPORT_SYMBOL_GPL vmlinux 0x3a6f7ece snd_soc_dapm_sync +EXPORT_SYMBOL_GPL vmlinux 0x3a7e9cd5 blk_trace_remove +EXPORT_SYMBOL_GPL vmlinux 0x3a85f347 serial8250_rx_chars +EXPORT_SYMBOL_GPL vmlinux 0x3a8b1260 gpiod_is_active_low +EXPORT_SYMBOL_GPL vmlinux 0x3a9be019 asymmetric_key_id_partial +EXPORT_SYMBOL_GPL vmlinux 0x3aa6528d ata_scsi_port_error_handler +EXPORT_SYMBOL_GPL vmlinux 0x3ab70944 list_lru_walk_node +EXPORT_SYMBOL_GPL vmlinux 0x3acdf325 twl4030_audio_enable_resource +EXPORT_SYMBOL_GPL vmlinux 0x3acf34d2 da9052_regmap_config +EXPORT_SYMBOL_GPL vmlinux 0x3ad87b3f dev_pm_opp_is_turbo +EXPORT_SYMBOL_GPL vmlinux 0x3ada41f3 fwnode_property_get_reference_args +EXPORT_SYMBOL_GPL vmlinux 0x3ae0112c irq_chip_mask_ack_parent +EXPORT_SYMBOL_GPL vmlinux 0x3ae31f58 vfs_listxattr +EXPORT_SYMBOL_GPL vmlinux 0x3af1adeb register_btf_fmodret_id_set +EXPORT_SYMBOL_GPL vmlinux 0x3b0714f7 fanout_mutex +EXPORT_SYMBOL_GPL vmlinux 0x3b07f8da pci_epf_create +EXPORT_SYMBOL_GPL vmlinux 0x3b08a01d rhashtable_walk_enter +EXPORT_SYMBOL_GPL vmlinux 0x3b08afc1 snd_soc_dapm_get_pin_switch +EXPORT_SYMBOL_GPL vmlinux 0x3b09e9b3 __traceiter_pelt_dl_tp +EXPORT_SYMBOL_GPL vmlinux 0x3b1458bf __pm_runtime_set_status +EXPORT_SYMBOL_GPL vmlinux 0x3b18a11c kobject_uevent +EXPORT_SYMBOL_GPL vmlinux 0x3b24c98d mmc_regulator_set_vqmmc +EXPORT_SYMBOL_GPL vmlinux 0x3b275874 mtd_lock +EXPORT_SYMBOL_GPL vmlinux 0x3b2e5c14 crypto_skcipher_encrypt +EXPORT_SYMBOL_GPL vmlinux 0x3b3497af nexthop_select_path +EXPORT_SYMBOL_GPL vmlinux 0x3b40c0d6 ata_bmdma_post_internal_cmd +EXPORT_SYMBOL_GPL vmlinux 0x3b48d395 crypto_skcipher_decrypt +EXPORT_SYMBOL_GPL vmlinux 0x3b49e946 nf_route +EXPORT_SYMBOL_GPL vmlinux 0x3b4c240a display_timings_release +EXPORT_SYMBOL_GPL vmlinux 0x3b62227a vchan_tx_desc_free +EXPORT_SYMBOL_GPL vmlinux 0x3b679fe9 ahci_platform_disable_phys +EXPORT_SYMBOL_GPL vmlinux 0x3b74c064 irq_domain_remove_sim +EXPORT_SYMBOL_GPL vmlinux 0x3b97cbef xas_find +EXPORT_SYMBOL_GPL vmlinux 0x3b9a8348 regulator_set_voltage_time_sel +EXPORT_SYMBOL_GPL vmlinux 0x3b9bbe3b thermal_cooling_device_register +EXPORT_SYMBOL_GPL vmlinux 0x3bb09074 pci_iov_virtfn_devfn +EXPORT_SYMBOL_GPL vmlinux 0x3bb33501 devl_sb_register +EXPORT_SYMBOL_GPL vmlinux 0x3bdb5d28 alg_test +EXPORT_SYMBOL_GPL vmlinux 0x3bf17755 mpi_read_buffer +EXPORT_SYMBOL_GPL vmlinux 0x3bf4ad86 dev_pm_opp_get_power +EXPORT_SYMBOL_GPL vmlinux 0x3bf57668 cgroup_path_ns +EXPORT_SYMBOL_GPL vmlinux 0x3bf98f43 platform_find_device_by_driver +EXPORT_SYMBOL_GPL vmlinux 0x3c0938c6 pci_find_next_ext_capability +EXPORT_SYMBOL_GPL vmlinux 0x3c1ac2f4 pci_device_is_present +EXPORT_SYMBOL_GPL vmlinux 0x3c1c3725 rcu_fwd_progress_check +EXPORT_SYMBOL_GPL vmlinux 0x3c215279 mtk_mutex_get +EXPORT_SYMBOL_GPL vmlinux 0x3c2b68f7 of_changeset_apply +EXPORT_SYMBOL_GPL vmlinux 0x3c2e3f62 dev_pm_opp_find_bw_ceil +EXPORT_SYMBOL_GPL vmlinux 0x3c3c85d8 __SCK__tp_func_kfree_skb +EXPORT_SYMBOL_GPL vmlinux 0x3c45d434 devres_destroy +EXPORT_SYMBOL_GPL vmlinux 0x3c681dc4 ring_buffer_record_disable +EXPORT_SYMBOL_GPL vmlinux 0x3c72724e usb_wait_anchor_empty_timeout +EXPORT_SYMBOL_GPL vmlinux 0x3c7b5469 ip6_dst_lookup +EXPORT_SYMBOL_GPL vmlinux 0x3c819db3 i2c_dw_configure_master +EXPORT_SYMBOL_GPL vmlinux 0x3ca1cfa9 task_user_regset_view +EXPORT_SYMBOL_GPL vmlinux 0x3ca7fcb9 fat_detach +EXPORT_SYMBOL_GPL vmlinux 0x3cac4488 shash_free_singlespawn_instance +EXPORT_SYMBOL_GPL vmlinux 0x3cbaebd2 blk_queue_write_cache +EXPORT_SYMBOL_GPL vmlinux 0x3cc3648b mtk_pinconf_bias_disable_set +EXPORT_SYMBOL_GPL vmlinux 0x3cc4e977 mtd_ooblayout_count_freebytes +EXPORT_SYMBOL_GPL vmlinux 0x3cd0323a __percpu_init_rwsem +EXPORT_SYMBOL_GPL vmlinux 0x3cd06035 add_input_randomness +EXPORT_SYMBOL_GPL vmlinux 0x3cd1b510 trace_vbprintk +EXPORT_SYMBOL_GPL vmlinux 0x3ce1afda usb_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x3ce230e3 device_wakeup_enable +EXPORT_SYMBOL_GPL vmlinux 0x3cff6d71 vcap_rule_add_key_u72 +EXPORT_SYMBOL_GPL vmlinux 0x3d0d1373 pci_remove_root_bus +EXPORT_SYMBOL_GPL vmlinux 0x3d2a441b snd_soc_dapm_sync_unlocked +EXPORT_SYMBOL_GPL vmlinux 0x3d316e74 ehci_suspend +EXPORT_SYMBOL_GPL vmlinux 0x3d31e9e3 crypto_shash_setkey +EXPORT_SYMBOL_GPL vmlinux 0x3d388324 dpm_resume_end +EXPORT_SYMBOL_GPL vmlinux 0x3d510a7b rcu_jiffies_till_stall_check +EXPORT_SYMBOL_GPL vmlinux 0x3d559b5f kern_mount +EXPORT_SYMBOL_GPL vmlinux 0x3d5b5fde fat_add_entries +EXPORT_SYMBOL_GPL vmlinux 0x3d64750e md_submit_discard_bio +EXPORT_SYMBOL_GPL vmlinux 0x3d75f5da sdhci_get_property +EXPORT_SYMBOL_GPL vmlinux 0x3d7cccb8 snd_soc_of_put_dai_link_codecs +EXPORT_SYMBOL_GPL vmlinux 0x3d866e05 __SCK__tp_func_block_rq_insert +EXPORT_SYMBOL_GPL vmlinux 0x3d902436 kthread_unuse_mm +EXPORT_SYMBOL_GPL vmlinux 0x3d9bbf75 wwan_port_txon +EXPORT_SYMBOL_GPL vmlinux 0x3d9c44cd tegra_mc_probe_device +EXPORT_SYMBOL_GPL vmlinux 0x3da6830b tegra_mc_write_emem_configuration +EXPORT_SYMBOL_GPL vmlinux 0x3dafd151 vfs_cancel_lock +EXPORT_SYMBOL_GPL vmlinux 0x3db48a49 __tracepoint_kfree_skb +EXPORT_SYMBOL_GPL vmlinux 0x3dbe63ab tcp_unregister_ulp +EXPORT_SYMBOL_GPL vmlinux 0x3dc4f13a __virtqueue_unbreak +EXPORT_SYMBOL_GPL vmlinux 0x3de9cae1 crypto_remove_final +EXPORT_SYMBOL_GPL vmlinux 0x3ded13f8 rcuwait_wake_up +EXPORT_SYMBOL_GPL vmlinux 0x3e024e3d sdhci_cqe_disable +EXPORT_SYMBOL_GPL vmlinux 0x3e03c98d phy_pm_runtime_put_sync +EXPORT_SYMBOL_GPL vmlinux 0x3e0759c2 usb_hcd_pci_shutdown +EXPORT_SYMBOL_GPL vmlinux 0x3e09220c elv_rqhash_add +EXPORT_SYMBOL_GPL vmlinux 0x3e199b89 pinmux_generic_get_function_count +EXPORT_SYMBOL_GPL vmlinux 0x3e31d9c3 net_prio_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0x3e32d683 subsys_find_device_by_id +EXPORT_SYMBOL_GPL vmlinux 0x3e34e96d mtk_clk_unregister_cpumuxes +EXPORT_SYMBOL_GPL vmlinux 0x3e3d6b63 crypto_larval_kill +EXPORT_SYMBOL_GPL vmlinux 0x3e3fc154 snd_soc_tplg_component_remove +EXPORT_SYMBOL_GPL vmlinux 0x3e411ace sfp_select_interface +EXPORT_SYMBOL_GPL vmlinux 0x3e464537 __rio_local_read_config_16 +EXPORT_SYMBOL_GPL vmlinux 0x3e4f36f7 tracepoint_probe_register_prio +EXPORT_SYMBOL_GPL vmlinux 0x3e530038 ahci_kick_engine +EXPORT_SYMBOL_GPL vmlinux 0x3e7080cb mpi_read_from_buffer +EXPORT_SYMBOL_GPL vmlinux 0x3e712e71 sk_clear_memalloc +EXPORT_SYMBOL_GPL vmlinux 0x3e78e99b vcap_val_rule +EXPORT_SYMBOL_GPL vmlinux 0x3e85431a rt_mutex_unlock +EXPORT_SYMBOL_GPL vmlinux 0x3e903560 ip_tunnel_netlink_encap_parms +EXPORT_SYMBOL_GPL vmlinux 0x3ea27391 __hwspin_trylock +EXPORT_SYMBOL_GPL vmlinux 0x3ead6e3b led_sysfs_disable +EXPORT_SYMBOL_GPL vmlinux 0x3ec40239 idr_alloc_u32 +EXPORT_SYMBOL_GPL vmlinux 0x3ed7243a mpc8xxx_spi_rx_buf_u16 +EXPORT_SYMBOL_GPL vmlinux 0x3edb086b pse_control_put +EXPORT_SYMBOL_GPL vmlinux 0x3ede3d87 mtd_write_user_prot_reg +EXPORT_SYMBOL_GPL vmlinux 0x3ee3da62 ata_dev_set_feature +EXPORT_SYMBOL_GPL vmlinux 0x3ee6f221 mnt_want_write +EXPORT_SYMBOL_GPL vmlinux 0x3eea0486 regulator_set_current_limit +EXPORT_SYMBOL_GPL vmlinux 0x3eee6b4a omap_iommu_save_ctx +EXPORT_SYMBOL_GPL vmlinux 0x3ef051c8 crypto_inc +EXPORT_SYMBOL_GPL vmlinux 0x3f060887 __ioread32_copy +EXPORT_SYMBOL_GPL vmlinux 0x3f076cc0 trace_output_call +EXPORT_SYMBOL_GPL vmlinux 0x3f086a61 split_page +EXPORT_SYMBOL_GPL vmlinux 0x3f30964c ata_scsi_slave_config +EXPORT_SYMBOL_GPL vmlinux 0x3f491f49 reset_control_bulk_reset +EXPORT_SYMBOL_GPL vmlinux 0x3f4c6d4e mtk_pinconf_drive_get +EXPORT_SYMBOL_GPL vmlinux 0x3f4f9c37 usb_unlocked_enable_lpm +EXPORT_SYMBOL_GPL vmlinux 0x3f5064ac inet_csk_listen_start +EXPORT_SYMBOL_GPL vmlinux 0x3f6549a3 devm_hwmon_device_register_with_info +EXPORT_SYMBOL_GPL vmlinux 0x3f6f9541 vcap_find_admin +EXPORT_SYMBOL_GPL vmlinux 0x3f735646 tegra_mc_get_emem_device_count +EXPORT_SYMBOL_GPL vmlinux 0x3f84bcd7 dax_alive +EXPORT_SYMBOL_GPL vmlinux 0x3f9bb4e1 mtk_pinconf_bias_get_rev1 +EXPORT_SYMBOL_GPL vmlinux 0x3fa5499a create_signature +EXPORT_SYMBOL_GPL vmlinux 0x3fb000eb regulator_desc_list_voltage_linear +EXPORT_SYMBOL_GPL vmlinux 0x3fd33428 put_mtd_device +EXPORT_SYMBOL_GPL vmlinux 0x3fd5edab snd_soc_add_pcm_runtime +EXPORT_SYMBOL_GPL vmlinux 0x3fe15544 cpuidle_get_cpu_driver +EXPORT_SYMBOL_GPL vmlinux 0x3fe6c346 devlink_fmsg_binary_pair_put +EXPORT_SYMBOL_GPL vmlinux 0x3fea029c hisi_clk_register_gate +EXPORT_SYMBOL_GPL vmlinux 0x3fec883f mptcp_pm_get_local_addr_max +EXPORT_SYMBOL_GPL vmlinux 0x3ff2e349 hte_request_ts_ns +EXPORT_SYMBOL_GPL vmlinux 0x3ff7da31 devm_clk_hw_register_fixed_factor_index +EXPORT_SYMBOL_GPL vmlinux 0x3ffd7e26 blk_mq_start_stopped_hw_queue +EXPORT_SYMBOL_GPL vmlinux 0x3ffdacf3 timerqueue_iterate_next +EXPORT_SYMBOL_GPL vmlinux 0x400aa6b4 __traceiter_xdp_exception +EXPORT_SYMBOL_GPL vmlinux 0x400aa8c4 snd_soc_add_dai_controls +EXPORT_SYMBOL_GPL vmlinux 0x401a1bfe of_led_get +EXPORT_SYMBOL_GPL vmlinux 0x401daa97 usb_hcd_end_port_resume +EXPORT_SYMBOL_GPL vmlinux 0x40320586 rio_local_set_device_id +EXPORT_SYMBOL_GPL vmlinux 0x403e5991 usb_hcd_start_port_resume +EXPORT_SYMBOL_GPL vmlinux 0x403f9529 gpio_request_one +EXPORT_SYMBOL_GPL vmlinux 0x40402352 snd_pcm_stream_lock_irq +EXPORT_SYMBOL_GPL vmlinux 0x4055fa7e vfs_kern_mount +EXPORT_SYMBOL_GPL vmlinux 0x4065975c ata_scsi_dma_need_drain +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 0x4076d3c6 mmu_interval_notifier_remove +EXPORT_SYMBOL_GPL vmlinux 0x4077d6cf vfs_get_acl +EXPORT_SYMBOL_GPL vmlinux 0x4082f95f pci_epc_get_first_free_bar +EXPORT_SYMBOL_GPL vmlinux 0x408525a3 crypto_shash_tfm_digest +EXPORT_SYMBOL_GPL vmlinux 0x408fcd70 dev_pm_get_subsys_data +EXPORT_SYMBOL_GPL vmlinux 0x4090462f snd_soc_put_xr_sx +EXPORT_SYMBOL_GPL vmlinux 0x4099f919 tun_ptr_free +EXPORT_SYMBOL_GPL vmlinux 0x40aa1bce inet_twsk_alloc +EXPORT_SYMBOL_GPL vmlinux 0x40aabecd pci_reset_function +EXPORT_SYMBOL_GPL vmlinux 0x40b72532 snd_soc_put_volsw_sx +EXPORT_SYMBOL_GPL vmlinux 0x40b9c656 component_compare_of +EXPORT_SYMBOL_GPL vmlinux 0x40c3c8d1 __tracepoint_block_rq_insert +EXPORT_SYMBOL_GPL vmlinux 0x40ca3135 crypto_unregister_instance +EXPORT_SYMBOL_GPL vmlinux 0x40ce6567 blk_mq_update_nr_hw_queues +EXPORT_SYMBOL_GPL vmlinux 0x40e8cb35 crypto_alloc_shash +EXPORT_SYMBOL_GPL vmlinux 0x40f0683e reset_control_put +EXPORT_SYMBOL_GPL vmlinux 0x40f43a57 gpiod_to_chip +EXPORT_SYMBOL_GPL vmlinux 0x40f76aac cpufreq_driver_fast_switch +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 0x41053ac0 ip6_datagram_recv_ctl +EXPORT_SYMBOL_GPL vmlinux 0x410cd378 bus_remove_file +EXPORT_SYMBOL_GPL vmlinux 0x41109408 trace_define_field +EXPORT_SYMBOL_GPL vmlinux 0x411113d6 regmap_field_bulk_alloc +EXPORT_SYMBOL_GPL vmlinux 0x4116144c virtqueue_get_used_addr +EXPORT_SYMBOL_GPL vmlinux 0x411cde0f register_net_sysctl +EXPORT_SYMBOL_GPL vmlinux 0x412ae15c snd_soc_component_compr_pointer +EXPORT_SYMBOL_GPL vmlinux 0x412bc681 ring_buffer_empty_cpu +EXPORT_SYMBOL_GPL vmlinux 0x412c5107 usb_hcd_map_urb_for_dma +EXPORT_SYMBOL_GPL vmlinux 0x413d4801 tpm_pm_suspend +EXPORT_SYMBOL_GPL vmlinux 0x413da3ed mtk_pinconf_adv_drive_get +EXPORT_SYMBOL_GPL vmlinux 0x413f354a usb_phy_set_charger_current +EXPORT_SYMBOL_GPL vmlinux 0x4144c2f0 crypto_grab_spawn +EXPORT_SYMBOL_GPL vmlinux 0x414538e6 synth_event_add_field_str +EXPORT_SYMBOL_GPL vmlinux 0x414d119a videomode_from_timings +EXPORT_SYMBOL_GPL vmlinux 0x41524e28 debugfs_create_atomic_t +EXPORT_SYMBOL_GPL vmlinux 0x415319c8 __kmap_local_pfn_prot +EXPORT_SYMBOL_GPL vmlinux 0x41580488 mtk_clk_unregister_gates +EXPORT_SYMBOL_GPL vmlinux 0x4170ca88 irq_domain_simple_ops +EXPORT_SYMBOL_GPL vmlinux 0x417f43f6 usb_gadget_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0x41803e6b of_mm_gpiochip_add_data +EXPORT_SYMBOL_GPL vmlinux 0x41814cb8 dirty_writeback_interval +EXPORT_SYMBOL_GPL vmlinux 0x4184d3d5 regmap_get_raw_write_max +EXPORT_SYMBOL_GPL vmlinux 0x418616f2 snd_ctl_add_vmaster_hook +EXPORT_SYMBOL_GPL vmlinux 0x418c0a38 dev_pm_opp_sync_regulators +EXPORT_SYMBOL_GPL vmlinux 0x418c9b44 mtk_pinconf_bias_set_combo +EXPORT_SYMBOL_GPL vmlinux 0x419e7efd sfp_module_stop +EXPORT_SYMBOL_GPL vmlinux 0x41b21624 uart_set_options +EXPORT_SYMBOL_GPL vmlinux 0x41b9a6e6 bsg_unregister_queue +EXPORT_SYMBOL_GPL vmlinux 0x41c30f3a trace_seq_bprintf +EXPORT_SYMBOL_GPL vmlinux 0x41cf23bf qcom_icc_xlate_extended +EXPORT_SYMBOL_GPL vmlinux 0x41ed3cec eventfd_ctx_remove_wait_queue +EXPORT_SYMBOL_GPL vmlinux 0x41f2abde percpu_up_write +EXPORT_SYMBOL_GPL vmlinux 0x42041512 i2c_get_dma_safe_msg_buf +EXPORT_SYMBOL_GPL vmlinux 0x4205ad24 cancel_work_sync +EXPORT_SYMBOL_GPL vmlinux 0x4208e40c sbitmap_queue_wake_up +EXPORT_SYMBOL_GPL vmlinux 0x420f3d01 nvmem_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x421398d1 nd_tbl +EXPORT_SYMBOL_GPL vmlinux 0x42255861 of_clk_set_defaults +EXPORT_SYMBOL_GPL vmlinux 0x422dea79 edac_pci_add_device +EXPORT_SYMBOL_GPL vmlinux 0x423cfc47 regmap_reinit_cache +EXPORT_SYMBOL_GPL vmlinux 0x4244b391 regulator_put +EXPORT_SYMBOL_GPL vmlinux 0x42543ab5 public_key_subtype +EXPORT_SYMBOL_GPL vmlinux 0x42635d55 pm_suspend_global_flags +EXPORT_SYMBOL_GPL vmlinux 0x42689eb5 user_read +EXPORT_SYMBOL_GPL vmlinux 0x42825ce2 rcu_scheduler_active +EXPORT_SYMBOL_GPL vmlinux 0x428d9566 fat_attach +EXPORT_SYMBOL_GPL vmlinux 0x429216fc usb_register_dev +EXPORT_SYMBOL_GPL vmlinux 0x429c3f9c reboot_mode +EXPORT_SYMBOL_GPL vmlinux 0x42a9b1f7 tps6586x_reads +EXPORT_SYMBOL_GPL vmlinux 0x42ad0e29 iptunnel_metadata_reply +EXPORT_SYMBOL_GPL vmlinux 0x42b33989 scsi_host_unblock +EXPORT_SYMBOL_GPL vmlinux 0x42c648a1 wm831x_bulk_read +EXPORT_SYMBOL_GPL vmlinux 0x42e40520 folio_wait_writeback +EXPORT_SYMBOL_GPL vmlinux 0x42efb127 nvmem_del_cell_lookups +EXPORT_SYMBOL_GPL vmlinux 0x42f728aa mctrl_gpio_get_outputs +EXPORT_SYMBOL_GPL vmlinux 0x42fde2e7 fbcon_modechange_possible +EXPORT_SYMBOL_GPL vmlinux 0x43008bbb nf_hook_entries_insert_raw +EXPORT_SYMBOL_GPL vmlinux 0x4306a9f5 tpm2_get_tpm_pt +EXPORT_SYMBOL_GPL vmlinux 0x4309629f crypto_alloc_akcipher +EXPORT_SYMBOL_GPL vmlinux 0x430d88ec __traceiter_arm_event +EXPORT_SYMBOL_GPL vmlinux 0x43189949 icc_sync_state +EXPORT_SYMBOL_GPL vmlinux 0x431a37f6 mtk_is_virt_gpio +EXPORT_SYMBOL_GPL vmlinux 0x4320c355 imx_clk_hw_frac_pll +EXPORT_SYMBOL_GPL vmlinux 0x434c3514 sfp_bus_add_upstream +EXPORT_SYMBOL_GPL vmlinux 0x434e5ce6 gpiod_get_optional +EXPORT_SYMBOL_GPL vmlinux 0x435d1411 snd_soc_component_async_complete +EXPORT_SYMBOL_GPL vmlinux 0x436d817f mpi_clear_bit +EXPORT_SYMBOL_GPL vmlinux 0x436fd45b __put_task_struct +EXPORT_SYMBOL_GPL vmlinux 0x4372f3c2 sbitmap_init_node +EXPORT_SYMBOL_GPL vmlinux 0x437eb1df ipv6_mod_enabled +EXPORT_SYMBOL_GPL vmlinux 0x438a9aaa scsi_host_complete_all_commands +EXPORT_SYMBOL_GPL vmlinux 0x438b851e sysfs_group_change_owner +EXPORT_SYMBOL_GPL vmlinux 0x438fe0c3 dpcm_be_dai_trigger +EXPORT_SYMBOL_GPL vmlinux 0x43a05c84 sk_setup_caps +EXPORT_SYMBOL_GPL vmlinux 0x43a159f8 shmem_file_setup_with_mnt +EXPORT_SYMBOL_GPL vmlinux 0x43aa319e lease_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x43aff1b3 fib_nl_delrule +EXPORT_SYMBOL_GPL vmlinux 0x43b2daec clk_hw_register_gate2 +EXPORT_SYMBOL_GPL vmlinux 0x43b40ae4 metadata_dst_free_percpu +EXPORT_SYMBOL_GPL vmlinux 0x43b71b1c __traceiter_sched_update_nr_running_tp +EXPORT_SYMBOL_GPL vmlinux 0x43b797ad sched_set_normal +EXPORT_SYMBOL_GPL vmlinux 0x43b80b23 __traceiter_neigh_timer_handler +EXPORT_SYMBOL_GPL vmlinux 0x43bc4d2e iommu_fwspec_free +EXPORT_SYMBOL_GPL vmlinux 0x43c7784e nd_cmd_in_size +EXPORT_SYMBOL_GPL vmlinux 0x43c995ef crypto_unregister_rng +EXPORT_SYMBOL_GPL vmlinux 0x43caa7c0 regmap_irq_get_irq_reg_linear +EXPORT_SYMBOL_GPL vmlinux 0x43d1939b irq_chip_set_affinity_parent +EXPORT_SYMBOL_GPL vmlinux 0x43dc648e device_driver_attach +EXPORT_SYMBOL_GPL vmlinux 0x43dfd261 __tracepoint_attach_device_to_domain +EXPORT_SYMBOL_GPL vmlinux 0x43e1dc5c handle_fasteoi_ack_irq +EXPORT_SYMBOL_GPL vmlinux 0x43e557d1 spi_mem_dirmap_write +EXPORT_SYMBOL_GPL vmlinux 0x43e76f91 linear_hugepage_index +EXPORT_SYMBOL_GPL vmlinux 0x43ee6c7e i2c_get_device_id +EXPORT_SYMBOL_GPL vmlinux 0x43ef6382 debugfs_attr_write +EXPORT_SYMBOL_GPL vmlinux 0x43f10c28 snd_soc_dai_set_tristate +EXPORT_SYMBOL_GPL vmlinux 0x43f81957 clk_round_rate +EXPORT_SYMBOL_GPL vmlinux 0x43f92edd wait_for_initramfs +EXPORT_SYMBOL_GPL vmlinux 0x43fd2778 regulator_get_voltage_sel_regmap +EXPORT_SYMBOL_GPL vmlinux 0x43fd4d61 fscrypt_ioctl_get_key_status +EXPORT_SYMBOL_GPL vmlinux 0x44017d49 mtk_eint_set_debounce +EXPORT_SYMBOL_GPL vmlinux 0x4401e6c2 mpi_cmpabs +EXPORT_SYMBOL_GPL vmlinux 0x440a827b fuse_init_fs_context_submount +EXPORT_SYMBOL_GPL vmlinux 0x440ec073 power_supply_changed +EXPORT_SYMBOL_GPL vmlinux 0x44274239 i2c_slave_event +EXPORT_SYMBOL_GPL vmlinux 0x442b84ef fat_free_clusters +EXPORT_SYMBOL_GPL vmlinux 0x442deaa9 poll_state_synchronize_rcu +EXPORT_SYMBOL_GPL vmlinux 0x4436a4d0 ata_bmdma_port_start +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 0x443b5ae6 to_nvdimm_bus_dev +EXPORT_SYMBOL_GPL vmlinux 0x444274d1 platform_device_alloc +EXPORT_SYMBOL_GPL vmlinux 0x44474b22 crypto_mod_put +EXPORT_SYMBOL_GPL vmlinux 0x444f1735 cpu_pm_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x445e6a95 of_thermal_get_ntrips +EXPORT_SYMBOL_GPL vmlinux 0x446107c2 kiocb_modified +EXPORT_SYMBOL_GPL vmlinux 0x446bea8d inet_unhash +EXPORT_SYMBOL_GPL vmlinux 0x4475db31 devm_hwspin_lock_register +EXPORT_SYMBOL_GPL vmlinux 0x4482569b scatterwalk_copychunks +EXPORT_SYMBOL_GPL vmlinux 0x4484a5a4 wait_for_device_probe +EXPORT_SYMBOL_GPL vmlinux 0x4490eba8 phy_gbit_fibre_features +EXPORT_SYMBOL_GPL vmlinux 0x44b9aaa4 usb_anchor_urb +EXPORT_SYMBOL_GPL vmlinux 0x44bae227 bit_wait_timeout +EXPORT_SYMBOL_GPL vmlinux 0x44bb5af6 iomap_read_folio +EXPORT_SYMBOL_GPL vmlinux 0x44c50e9e pci_iov_vf_id +EXPORT_SYMBOL_GPL vmlinux 0x44c78c0e __regmap_init_mmio_clk +EXPORT_SYMBOL_GPL vmlinux 0x44ce5633 devm_hwmon_device_register_with_groups +EXPORT_SYMBOL_GPL vmlinux 0x44cf8cf0 blk_zone_cond_str +EXPORT_SYMBOL_GPL vmlinux 0x44ec2be3 __dax_driver_register +EXPORT_SYMBOL_GPL vmlinux 0x44f0373c do_unbind_con_driver +EXPORT_SYMBOL_GPL vmlinux 0x44f19bfa pci_load_and_free_saved_state +EXPORT_SYMBOL_GPL vmlinux 0x4507f4a8 cpuhp_tasks_frozen +EXPORT_SYMBOL_GPL vmlinux 0x451d9541 fib_rules_dump +EXPORT_SYMBOL_GPL vmlinux 0x4526ac63 class_remove_file_ns +EXPORT_SYMBOL_GPL vmlinux 0x4526cf1b usb_remove_hcd +EXPORT_SYMBOL_GPL vmlinux 0x453aaf46 nf_ip_route +EXPORT_SYMBOL_GPL vmlinux 0x454f2eac blk_mq_flush_busy_ctxs +EXPORT_SYMBOL_GPL vmlinux 0x45558f56 clk_unregister_fixed_factor +EXPORT_SYMBOL_GPL vmlinux 0x4561f990 qcom_smem_state_unregister +EXPORT_SYMBOL_GPL vmlinux 0x4563e864 fwnode_connection_find_match +EXPORT_SYMBOL_GPL vmlinux 0x456b81af snd_soc_get_volsw +EXPORT_SYMBOL_GPL vmlinux 0x456c6d5a cpufreq_driver_resolve_freq +EXPORT_SYMBOL_GPL vmlinux 0x456d1cba dev_pm_genpd_suspend +EXPORT_SYMBOL_GPL vmlinux 0x4571875c crypto_stats_akcipher_sign +EXPORT_SYMBOL_GPL vmlinux 0x457594fa crypto_alg_list +EXPORT_SYMBOL_GPL vmlinux 0x45828cc5 edac_mc_del_mc +EXPORT_SYMBOL_GPL vmlinux 0x4598c497 genphy_c45_read_link +EXPORT_SYMBOL_GPL vmlinux 0x45b01a03 regmap_write_async +EXPORT_SYMBOL_GPL vmlinux 0x45cf6374 __skb_get_hash_symmetric +EXPORT_SYMBOL_GPL vmlinux 0x45d07221 region_intersects +EXPORT_SYMBOL_GPL vmlinux 0x45d5b849 sdhci_set_power +EXPORT_SYMBOL_GPL vmlinux 0x45d9cb38 xfrm_dev_resume +EXPORT_SYMBOL_GPL vmlinux 0x45e44242 dw_pcie_link_up +EXPORT_SYMBOL_GPL vmlinux 0x45e70d67 regulator_get +EXPORT_SYMBOL_GPL vmlinux 0x45e96051 clk_regmap_mux_ops +EXPORT_SYMBOL_GPL vmlinux 0x45f388a9 crypto_lookup_template +EXPORT_SYMBOL_GPL vmlinux 0x45fa638a dw_pcie_host_deinit +EXPORT_SYMBOL_GPL vmlinux 0x45ff8535 trace_seq_putc +EXPORT_SYMBOL_GPL vmlinux 0x46002cbe ata_sas_tport_add +EXPORT_SYMBOL_GPL vmlinux 0x460061b5 usb_gen_phy_init +EXPORT_SYMBOL_GPL vmlinux 0x46013233 net_dec_ingress_queue +EXPORT_SYMBOL_GPL vmlinux 0x4614363a dw_pcie_upconfig_setup +EXPORT_SYMBOL_GPL vmlinux 0x462821e3 thermal_of_zone_unregister +EXPORT_SYMBOL_GPL vmlinux 0x464ada1a unix_peer_get +EXPORT_SYMBOL_GPL vmlinux 0x4652fc9d iomap_fiemap +EXPORT_SYMBOL_GPL vmlinux 0x465aaaf6 serial8250_update_uartclk +EXPORT_SYMBOL_GPL vmlinux 0x465ee8da ata_sff_tf_load +EXPORT_SYMBOL_GPL vmlinux 0x4667501a skb_copy_ubufs +EXPORT_SYMBOL_GPL vmlinux 0x466d6b78 of_changeset_action +EXPORT_SYMBOL_GPL vmlinux 0x466e5342 net_prio_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0x4682dea1 tcp_leave_memory_pressure +EXPORT_SYMBOL_GPL vmlinux 0x4688b1a1 sysfs_create_bin_file +EXPORT_SYMBOL_GPL vmlinux 0x4688d7ec pvclock_gtod_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x46959acb scsi_dh_set_params +EXPORT_SYMBOL_GPL vmlinux 0x46a581bd ata_bmdma_port_start32 +EXPORT_SYMBOL_GPL vmlinux 0x46b25053 srcu_batches_completed +EXPORT_SYMBOL_GPL vmlinux 0x46bc5114 __imx8m_clk_hw_composite +EXPORT_SYMBOL_GPL vmlinux 0x46c06c19 klist_add_head +EXPORT_SYMBOL_GPL vmlinux 0x46c41de3 devm_gpiod_get_optional +EXPORT_SYMBOL_GPL vmlinux 0x46cb49f7 devl_dpipe_table_register +EXPORT_SYMBOL_GPL vmlinux 0x46ef8703 phy_basic_t1_features +EXPORT_SYMBOL_GPL vmlinux 0x46f636c0 snd_soc_dpcm_fe_can_update +EXPORT_SYMBOL_GPL vmlinux 0x46f6ceba virtqueue_get_buf_ctx +EXPORT_SYMBOL_GPL vmlinux 0x47004225 uart_console_write +EXPORT_SYMBOL_GPL vmlinux 0x47078130 snd_soc_dai_set_clkdiv +EXPORT_SYMBOL_GPL vmlinux 0x470856ab mmc_cmdq_disable +EXPORT_SYMBOL_GPL vmlinux 0x47229b5c gpio_request +EXPORT_SYMBOL_GPL vmlinux 0x472e7f46 device_get_next_child_node +EXPORT_SYMBOL_GPL vmlinux 0x47317949 crypto_alg_sem +EXPORT_SYMBOL_GPL vmlinux 0x473d733c dma_mmap_noncontiguous +EXPORT_SYMBOL_GPL vmlinux 0x47486cfe pm_genpd_remove +EXPORT_SYMBOL_GPL vmlinux 0x4754563c serial8250_rpm_put +EXPORT_SYMBOL_GPL vmlinux 0x4754695d of_get_regulator_init_data +EXPORT_SYMBOL_GPL vmlinux 0x4754bcb4 iomap_writepages +EXPORT_SYMBOL_GPL vmlinux 0x4761f17c register_netevent_notifier +EXPORT_SYMBOL_GPL vmlinux 0x47884890 system_power_efficient_wq +EXPORT_SYMBOL_GPL vmlinux 0x478b3ed9 task_active_pid_ns +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 0x479f7d4b clk_bulk_disable +EXPORT_SYMBOL_GPL vmlinux 0x47a2624c mxic_ecc_get_pipelined_ops +EXPORT_SYMBOL_GPL vmlinux 0x47a66fc3 dev_pm_opp_get_suspend_opp_freq +EXPORT_SYMBOL_GPL vmlinux 0x47aad3b9 have_governor_per_policy +EXPORT_SYMBOL_GPL vmlinux 0x47b35e92 __devm_rtc_register_device +EXPORT_SYMBOL_GPL vmlinux 0x47bd9f41 debugfs_remove +EXPORT_SYMBOL_GPL vmlinux 0x47cdf09a nfs_ssc_register +EXPORT_SYMBOL_GPL vmlinux 0x47cf2faa dev_pm_set_wake_irq +EXPORT_SYMBOL_GPL vmlinux 0x47dbf0b1 usb_add_gadget_udc_release +EXPORT_SYMBOL_GPL vmlinux 0x47de0dc7 clk_unregister_mux +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 0x4832a163 key_set_timeout +EXPORT_SYMBOL_GPL vmlinux 0x4840f6af fuse_do_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x48440d92 regmap_parse_val +EXPORT_SYMBOL_GPL vmlinux 0x484779ef __i2c_board_lock +EXPORT_SYMBOL_GPL vmlinux 0x484c0d38 efivars_register +EXPORT_SYMBOL_GPL vmlinux 0x48508f04 pm_generic_poweroff_noirq +EXPORT_SYMBOL_GPL vmlinux 0x486ba5c2 crc64_rocksoft_generic +EXPORT_SYMBOL_GPL vmlinux 0x486f9047 pinctrl_parse_index_with_args +EXPORT_SYMBOL_GPL vmlinux 0x487067d1 register_btf_kfunc_id_set +EXPORT_SYMBOL_GPL vmlinux 0x4874d222 rio_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x48790992 of_pci_get_devfn +EXPORT_SYMBOL_GPL vmlinux 0x4879acc6 tty_buffer_lock_exclusive +EXPORT_SYMBOL_GPL vmlinux 0x489c3fa6 mtk_pinconf_drive_set +EXPORT_SYMBOL_GPL vmlinux 0x48a3d20b mctrl_gpio_get +EXPORT_SYMBOL_GPL vmlinux 0x48ac05d6 __tracepoint_pelt_irq_tp +EXPORT_SYMBOL_GPL vmlinux 0x48ae1f6d devfreq_event_get_event +EXPORT_SYMBOL_GPL vmlinux 0x48af1555 vcap_enable_lookups +EXPORT_SYMBOL_GPL vmlinux 0x48b2055b __tracepoint_ata_bmdma_status +EXPORT_SYMBOL_GPL vmlinux 0x48bed58f pm_generic_restore_noirq +EXPORT_SYMBOL_GPL vmlinux 0x48c288fb attribute_container_register +EXPORT_SYMBOL_GPL vmlinux 0x48c32847 __SCK__tp_func_sched_util_est_se_tp +EXPORT_SYMBOL_GPL vmlinux 0x48c48807 usb_debug_root +EXPORT_SYMBOL_GPL vmlinux 0x48f20715 fwnode_property_match_string +EXPORT_SYMBOL_GPL vmlinux 0x48f9a831 iomap_dio_bio_end_io +EXPORT_SYMBOL_GPL vmlinux 0x4904c8a9 fl6_update_dst +EXPORT_SYMBOL_GPL vmlinux 0x490613ea devfreq_cooling_unregister +EXPORT_SYMBOL_GPL vmlinux 0x490d1161 eventfd_ctx_fileget +EXPORT_SYMBOL_GPL vmlinux 0x4918c4fd relay_late_setup_files +EXPORT_SYMBOL_GPL vmlinux 0x49281c4a of_phy_put +EXPORT_SYMBOL_GPL vmlinux 0x49326ef6 irq_set_affinity_notifier +EXPORT_SYMBOL_GPL vmlinux 0x4932bb8e devm_spi_mem_dirmap_create +EXPORT_SYMBOL_GPL vmlinux 0x4934bdd0 crypto_check_attr_type +EXPORT_SYMBOL_GPL vmlinux 0x493c9b92 __netdev_watchdog_up +EXPORT_SYMBOL_GPL vmlinux 0x495bebe6 usb_gadget_connect +EXPORT_SYMBOL_GPL vmlinux 0x49608959 migrate_disable +EXPORT_SYMBOL_GPL vmlinux 0x496656fe snd_dmaengine_pcm_unregister +EXPORT_SYMBOL_GPL vmlinux 0x49789c4e usb_get_intf +EXPORT_SYMBOL_GPL vmlinux 0x4978b436 gpiochip_get_data +EXPORT_SYMBOL_GPL vmlinux 0x49830f0e __tracepoint_neigh_update +EXPORT_SYMBOL_GPL vmlinux 0x4989aebc inet_twsk_hashdance +EXPORT_SYMBOL_GPL vmlinux 0x499043d3 crypto_init_queue +EXPORT_SYMBOL_GPL vmlinux 0x49989ff6 crypto_register_rng +EXPORT_SYMBOL_GPL vmlinux 0x49ac76f7 task_cputime_adjusted +EXPORT_SYMBOL_GPL vmlinux 0x49b5a0ba ehci_adjust_port_wakeup_flags +EXPORT_SYMBOL_GPL vmlinux 0x49c3b355 gpiod_get_raw_array_value +EXPORT_SYMBOL_GPL vmlinux 0x49cd25ed alloc_workqueue +EXPORT_SYMBOL_GPL vmlinux 0x49d3209d input_ff_event +EXPORT_SYMBOL_GPL vmlinux 0x49d96707 freq_qos_remove_request +EXPORT_SYMBOL_GPL vmlinux 0x49d9f030 usb_ep_fifo_status +EXPORT_SYMBOL_GPL vmlinux 0x49db4510 firmware_kobj +EXPORT_SYMBOL_GPL vmlinux 0x49e96999 cond_synchronize_rcu +EXPORT_SYMBOL_GPL vmlinux 0x49eeab98 driver_find_device +EXPORT_SYMBOL_GPL vmlinux 0x49f3b75c rio_add_mport_pw_handler +EXPORT_SYMBOL_GPL vmlinux 0x49f4a70c pci_epc_set_msix +EXPORT_SYMBOL_GPL vmlinux 0x4a0651a2 mtk_pinconf_adv_drive_set +EXPORT_SYMBOL_GPL vmlinux 0x4a06ff07 bpf_prog_sub +EXPORT_SYMBOL_GPL vmlinux 0x4a17ed66 sysrq_mask +EXPORT_SYMBOL_GPL vmlinux 0x4a19e5eb unregister_pernet_subsys +EXPORT_SYMBOL_GPL vmlinux 0x4a2c9ad8 crc64_rocksoft +EXPORT_SYMBOL_GPL vmlinux 0x4a30ac47 platform_device_add_data +EXPORT_SYMBOL_GPL vmlinux 0x4a378328 dm_set_target_max_io_len +EXPORT_SYMBOL_GPL vmlinux 0x4a3ab3df fscrypt_add_test_dummy_key +EXPORT_SYMBOL_GPL vmlinux 0x4a5310b3 md_bitmap_load +EXPORT_SYMBOL_GPL vmlinux 0x4a53d6f1 blk_mq_quiesce_queue_nowait +EXPORT_SYMBOL_GPL vmlinux 0x4a584d17 __folio_lock_killable +EXPORT_SYMBOL_GPL vmlinux 0x4a5da4df pwmchip_remove +EXPORT_SYMBOL_GPL vmlinux 0x4a5edd29 of_add_property +EXPORT_SYMBOL_GPL vmlinux 0x4a6f48a4 ata_sff_prereset +EXPORT_SYMBOL_GPL vmlinux 0x4a73b557 regcache_cache_bypass +EXPORT_SYMBOL_GPL vmlinux 0x4a80ccb2 ohci_restart +EXPORT_SYMBOL_GPL vmlinux 0x4a80e9eb usb_gadget_set_state +EXPORT_SYMBOL_GPL vmlinux 0x4a81cdd6 gpiod_get_from_of_node +EXPORT_SYMBOL_GPL vmlinux 0x4a8729e1 mmu_notifier_get_locked +EXPORT_SYMBOL_GPL vmlinux 0x4a887e3a ipv6_find_tlv +EXPORT_SYMBOL_GPL vmlinux 0x4a933e87 regulator_set_bypass_regmap +EXPORT_SYMBOL_GPL vmlinux 0x4aabbbaa led_get_default_pattern +EXPORT_SYMBOL_GPL vmlinux 0x4ac2d804 ata_bmdma_qc_prep +EXPORT_SYMBOL_GPL vmlinux 0x4aca13b9 virtqueue_add_inbuf +EXPORT_SYMBOL_GPL vmlinux 0x4aec56e1 snd_soc_component_update_bits +EXPORT_SYMBOL_GPL vmlinux 0x4af1944d clk_register_fixed_factor +EXPORT_SYMBOL_GPL vmlinux 0x4af51450 add_mtd_blktrans_dev +EXPORT_SYMBOL_GPL vmlinux 0x4b2c4afa bpf_trace_run12 +EXPORT_SYMBOL_GPL vmlinux 0x4b310683 pid_nr_ns +EXPORT_SYMBOL_GPL vmlinux 0x4b4244d8 spi_bus_unlock +EXPORT_SYMBOL_GPL vmlinux 0x4b47a78a vp_legacy_probe +EXPORT_SYMBOL_GPL vmlinux 0x4b65f4f8 rio_request_inb_mbox +EXPORT_SYMBOL_GPL vmlinux 0x4b861b8d phy_configure +EXPORT_SYMBOL_GPL vmlinux 0x4b8a21f0 iomap_bmap +EXPORT_SYMBOL_GPL vmlinux 0x4b8b30ea crypto_stats_akcipher_verify +EXPORT_SYMBOL_GPL vmlinux 0x4b9af1d1 crypto_register_templates +EXPORT_SYMBOL_GPL vmlinux 0x4ba32a48 crypto_register_ahashes +EXPORT_SYMBOL_GPL vmlinux 0x4ba6cab3 aead_register_instance +EXPORT_SYMBOL_GPL vmlinux 0x4bb419d6 skb_mpls_push +EXPORT_SYMBOL_GPL vmlinux 0x4bbe2cd1 cpuidle_register_device +EXPORT_SYMBOL_GPL vmlinux 0x4bc345ed dmaengine_desc_get_metadata_ptr +EXPORT_SYMBOL_GPL vmlinux 0x4bc5b023 device_add_software_node +EXPORT_SYMBOL_GPL vmlinux 0x4bdb8dcc housekeeping_test_cpu +EXPORT_SYMBOL_GPL vmlinux 0x4c1a8227 vcap_debugfs +EXPORT_SYMBOL_GPL vmlinux 0x4c2b351d start_poll_synchronize_rcu_expedited +EXPORT_SYMBOL_GPL vmlinux 0x4c2ca15a iomap_file_unshare +EXPORT_SYMBOL_GPL vmlinux 0x4c426751 efivars_kobject +EXPORT_SYMBOL_GPL vmlinux 0x4c549b36 __traceiter_xhci_dbg_quirks +EXPORT_SYMBOL_GPL vmlinux 0x4c54c7c1 aead_init_geniv +EXPORT_SYMBOL_GPL vmlinux 0x4c5a3a2d kernfs_put +EXPORT_SYMBOL_GPL vmlinux 0x4c61da1c sdio_memcpy_fromio +EXPORT_SYMBOL_GPL vmlinux 0x4c62615b gpiochip_relres_irq +EXPORT_SYMBOL_GPL vmlinux 0x4c69c2a1 __kthread_should_park +EXPORT_SYMBOL_GPL vmlinux 0x4c89a92b fib_rules_register +EXPORT_SYMBOL_GPL vmlinux 0x4c9262b9 yield_to +EXPORT_SYMBOL_GPL vmlinux 0x4ca64f50 user_update +EXPORT_SYMBOL_GPL vmlinux 0x4ca83a32 fs_kobj +EXPORT_SYMBOL_GPL vmlinux 0x4cb27100 ktime_get_snapshot +EXPORT_SYMBOL_GPL vmlinux 0x4cb29a65 of_map_id +EXPORT_SYMBOL_GPL vmlinux 0x4cb81fda __SCK__tp_func_wbc_writepage +EXPORT_SYMBOL_GPL vmlinux 0x4cca07b8 transport_class_register +EXPORT_SYMBOL_GPL vmlinux 0x4cca8fd3 phy_driver_is_genphy +EXPORT_SYMBOL_GPL vmlinux 0x4ccdb2f7 snd_dmaengine_pcm_request_channel +EXPORT_SYMBOL_GPL vmlinux 0x4cdfff97 dm_disk +EXPORT_SYMBOL_GPL vmlinux 0x4ce0fae9 pinctrl_generic_get_group_pins +EXPORT_SYMBOL_GPL vmlinux 0x4ceb36a0 gpio_to_desc +EXPORT_SYMBOL_GPL vmlinux 0x4cf1efe3 max8997_bulk_read +EXPORT_SYMBOL_GPL vmlinux 0x4cf24332 __usb_get_extra_descriptor +EXPORT_SYMBOL_GPL vmlinux 0x4d0015e2 cpu_hotplug_disable +EXPORT_SYMBOL_GPL vmlinux 0x4d09d12f usb_driver_release_interface +EXPORT_SYMBOL_GPL vmlinux 0x4d0f179c vp_legacy_get_features +EXPORT_SYMBOL_GPL vmlinux 0x4d218025 fscrypt_drop_inode +EXPORT_SYMBOL_GPL vmlinux 0x4d38f1e0 bL_switcher_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x4d3a0696 __SCK__tp_func_rpm_idle +EXPORT_SYMBOL_GPL vmlinux 0x4d3d56af power_supply_get_property_from_supplier +EXPORT_SYMBOL_GPL vmlinux 0x4d4d3a18 snd_soc_dai_compr_pointer +EXPORT_SYMBOL_GPL vmlinux 0x4d5c37a4 relay_open +EXPORT_SYMBOL_GPL vmlinux 0x4d60b731 __dev_fwnode_const +EXPORT_SYMBOL_GPL vmlinux 0x4d681b17 crypto_dequeue_request +EXPORT_SYMBOL_GPL vmlinux 0x4d6d0bbc iommu_group_ref_get +EXPORT_SYMBOL_GPL vmlinux 0x4d7272e4 migrate_enable +EXPORT_SYMBOL_GPL vmlinux 0x4d8ca51d clk_register_fixed_rate +EXPORT_SYMBOL_GPL vmlinux 0x4d9274bd iommu_get_domain_for_dev +EXPORT_SYMBOL_GPL vmlinux 0x4d94bca1 of_genpd_remove_subdomain +EXPORT_SYMBOL_GPL vmlinux 0x4dae01d8 devlink_linecard_create +EXPORT_SYMBOL_GPL vmlinux 0x4dae16e4 i2c_put_dma_safe_msg_buf +EXPORT_SYMBOL_GPL vmlinux 0x4db81579 of_irq_get_byname +EXPORT_SYMBOL_GPL vmlinux 0x4dc56b88 ZSTD_customMalloc +EXPORT_SYMBOL_GPL vmlinux 0x4dcd486a mpc8xxx_spi_rx_buf_u32 +EXPORT_SYMBOL_GPL vmlinux 0x4dceaee1 skb_splice_bits +EXPORT_SYMBOL_GPL vmlinux 0x4de17ab3 usb_state_string +EXPORT_SYMBOL_GPL vmlinux 0x4de2381e register_kretprobe +EXPORT_SYMBOL_GPL vmlinux 0x4de714c4 mtd_block_isreserved +EXPORT_SYMBOL_GPL vmlinux 0x4dea5d41 fat_build_inode +EXPORT_SYMBOL_GPL vmlinux 0x4def2bf6 pci_disable_rom +EXPORT_SYMBOL_GPL vmlinux 0x4df5b333 devm_clk_hw_get_clk +EXPORT_SYMBOL_GPL vmlinux 0x4df8cce1 __pm_runtime_suspend +EXPORT_SYMBOL_GPL vmlinux 0x4dff61e5 wwan_port_txoff +EXPORT_SYMBOL_GPL vmlinux 0x4e057001 serial8250_rx_dma_flush +EXPORT_SYMBOL_GPL vmlinux 0x4e13a0d5 raw_v6_match +EXPORT_SYMBOL_GPL vmlinux 0x4e1541c1 ZSTD_customFree +EXPORT_SYMBOL_GPL vmlinux 0x4e20fa2a wakeup_source_add +EXPORT_SYMBOL_GPL vmlinux 0x4e2f3c90 mtk_mutex_enable_by_cmdq +EXPORT_SYMBOL_GPL vmlinux 0x4e303f1c sdio_retune_release +EXPORT_SYMBOL_GPL vmlinux 0x4e314f2f ping_err +EXPORT_SYMBOL_GPL vmlinux 0x4e3f3b06 __inet_lookup_listener +EXPORT_SYMBOL_GPL vmlinux 0x4e53e4c4 devlink_param_value_changed +EXPORT_SYMBOL_GPL vmlinux 0x4e59b020 sysfs_groups_change_owner +EXPORT_SYMBOL_GPL vmlinux 0x4e5a3e3b ata_host_suspend +EXPORT_SYMBOL_GPL vmlinux 0x4e5f398e usb_deregister_dev +EXPORT_SYMBOL_GPL vmlinux 0x4e6931b4 input_ff_create +EXPORT_SYMBOL_GPL vmlinux 0x4e6ba2be tps6586x_writes +EXPORT_SYMBOL_GPL vmlinux 0x4e815cc7 clockevents_unbind_device +EXPORT_SYMBOL_GPL vmlinux 0x4e8badde genphy_c45_baset1_read_status +EXPORT_SYMBOL_GPL vmlinux 0x4ea1b8eb locks_release_private +EXPORT_SYMBOL_GPL vmlinux 0x4eaae3c2 synth_event_trace +EXPORT_SYMBOL_GPL vmlinux 0x4eac5fc1 cpu_mitigations_auto_nosmt +EXPORT_SYMBOL_GPL vmlinux 0x4eb4e354 devm_qcom_smem_state_get +EXPORT_SYMBOL_GPL vmlinux 0x4eb70802 usb_alloc_dev +EXPORT_SYMBOL_GPL vmlinux 0x4ece0162 devm_fwnode_gpiod_get_index +EXPORT_SYMBOL_GPL vmlinux 0x4eda0986 pci_epf_type_add_cfs +EXPORT_SYMBOL_GPL vmlinux 0x4ee577a5 strp_stop +EXPORT_SYMBOL_GPL vmlinux 0x4eea67fe page_reporting_unregister +EXPORT_SYMBOL_GPL vmlinux 0x4ef4aa97 blk_clear_pm_only +EXPORT_SYMBOL_GPL vmlinux 0x4ef5bcf4 perf_swevent_get_recursion_context +EXPORT_SYMBOL_GPL vmlinux 0x4efcf021 mpi_normalize +EXPORT_SYMBOL_GPL vmlinux 0x4f08bb16 ahci_platform_find_clk +EXPORT_SYMBOL_GPL vmlinux 0x4f0cc559 hwmon_notify_event +EXPORT_SYMBOL_GPL vmlinux 0x4f0eb3e7 bgpio_init +EXPORT_SYMBOL_GPL vmlinux 0x4f105264 bio_associate_blkg +EXPORT_SYMBOL_GPL vmlinux 0x4f169a65 sdhci_set_ios +EXPORT_SYMBOL_GPL vmlinux 0x4f19fd23 __sdhci_set_timeout +EXPORT_SYMBOL_GPL vmlinux 0x4f1daa10 clk_hw_rate_is_protected +EXPORT_SYMBOL_GPL vmlinux 0x4f221155 __tracepoint_rpm_resume +EXPORT_SYMBOL_GPL vmlinux 0x4f37ac46 perf_event_addr_filters_sync +EXPORT_SYMBOL_GPL vmlinux 0x4f37ee60 blk_next_bio +EXPORT_SYMBOL_GPL vmlinux 0x4f3ba219 blkg_rwstat_init +EXPORT_SYMBOL_GPL vmlinux 0x4f3d3476 ahci_pmp_retry_srst_ops +EXPORT_SYMBOL_GPL vmlinux 0x4f4370cf mxic_ecc_put_pipelined_engine +EXPORT_SYMBOL_GPL vmlinux 0x4f48f25a filemap_read +EXPORT_SYMBOL_GPL vmlinux 0x4f52c5e8 of_pci_get_max_link_speed +EXPORT_SYMBOL_GPL vmlinux 0x4f530ece of_genpd_remove_last +EXPORT_SYMBOL_GPL vmlinux 0x4f54aa02 spi_mem_dirmap_destroy +EXPORT_SYMBOL_GPL vmlinux 0x4f592a97 cleanup_srcu_struct +EXPORT_SYMBOL_GPL vmlinux 0x4f5bce22 extcon_dev_unregister +EXPORT_SYMBOL_GPL vmlinux 0x4f5c63cd virtio_require_restricted_mem_acc +EXPORT_SYMBOL_GPL vmlinux 0x4f6530fe regulator_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x4f6a07fe show_rcu_gp_kthreads +EXPORT_SYMBOL_GPL vmlinux 0x4f6c7d5f sata_pmp_qc_defer_cmd_switch +EXPORT_SYMBOL_GPL vmlinux 0x4f72a987 uart_parse_options +EXPORT_SYMBOL_GPL vmlinux 0x4f73a543 mtk_build_eint +EXPORT_SYMBOL_GPL vmlinux 0x4f827a28 tty_get_pgrp +EXPORT_SYMBOL_GPL vmlinux 0x4f855c82 vc_scrolldelta_helper +EXPORT_SYMBOL_GPL vmlinux 0x4f98d766 cpu_pm_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x4fa1782d snd_soc_tdm_params_to_bclk +EXPORT_SYMBOL_GPL vmlinux 0x4fb3b9d9 skb_mpls_pop +EXPORT_SYMBOL_GPL vmlinux 0x4fc6f1f0 wm831x_auxadc_read_uv +EXPORT_SYMBOL_GPL vmlinux 0x4fcfb45d cpufreq_cooling_unregister +EXPORT_SYMBOL_GPL vmlinux 0x4fd89f29 wm831x_regmap_config +EXPORT_SYMBOL_GPL vmlinux 0x4fdc945d sata_deb_timing_normal +EXPORT_SYMBOL_GPL vmlinux 0x4fde8d74 unregister_ftrace_function +EXPORT_SYMBOL_GPL vmlinux 0x4fe091c3 crypto_unregister_kpp +EXPORT_SYMBOL_GPL vmlinux 0x4fe1eddf unregister_netevent_notifier +EXPORT_SYMBOL_GPL vmlinux 0x4fe22f9e gov_attr_set_get +EXPORT_SYMBOL_GPL vmlinux 0x4fe346c0 device_destroy +EXPORT_SYMBOL_GPL vmlinux 0x4fe62a7b crypto_grab_aead +EXPORT_SYMBOL_GPL vmlinux 0x4ff4345b __traceiter_map +EXPORT_SYMBOL_GPL vmlinux 0x4ff4be7e gpiod_set_value +EXPORT_SYMBOL_GPL vmlinux 0x50188231 vfs_getxattr +EXPORT_SYMBOL_GPL vmlinux 0x501bb9b3 device_move +EXPORT_SYMBOL_GPL vmlinux 0x50209e24 snd_soc_bytes_tlv_callback +EXPORT_SYMBOL_GPL vmlinux 0x502c31c3 kernfs_get +EXPORT_SYMBOL_GPL vmlinux 0x50379b0d iommu_attach_device_pasid +EXPORT_SYMBOL_GPL vmlinux 0x503eeebb synth_event_add_fields +EXPORT_SYMBOL_GPL vmlinux 0x504f4d27 ping_hash +EXPORT_SYMBOL_GPL vmlinux 0x50616e69 devlink_resources_unregister +EXPORT_SYMBOL_GPL vmlinux 0x50659947 dm_noflush_suspending +EXPORT_SYMBOL_GPL vmlinux 0x50683a10 snd_soc_dpcm_get_substream +EXPORT_SYMBOL_GPL vmlinux 0x50693340 mtk_hw_get_value +EXPORT_SYMBOL_GPL vmlinux 0x506ab3a9 usb_ep_queue +EXPORT_SYMBOL_GPL vmlinux 0x50765bd9 devm_namespace_enable +EXPORT_SYMBOL_GPL vmlinux 0x5085a1c0 xfrm_audit_state_icvfail +EXPORT_SYMBOL_GPL vmlinux 0x508afef4 usb_anchor_suspend_wakeups +EXPORT_SYMBOL_GPL vmlinux 0x5091b823 ring_buffer_read_start +EXPORT_SYMBOL_GPL vmlinux 0x50959bc2 irq_find_matching_fwspec +EXPORT_SYMBOL_GPL vmlinux 0x509d3f4e securityfs_create_file +EXPORT_SYMBOL_GPL vmlinux 0x509fe482 ahci_shost_groups +EXPORT_SYMBOL_GPL vmlinux 0x50aa42bf __traceiter_attach_device_to_domain +EXPORT_SYMBOL_GPL vmlinux 0x50b88f41 usb_get_gadget_udc_name +EXPORT_SYMBOL_GPL vmlinux 0x50c89f23 __alloc_percpu +EXPORT_SYMBOL_GPL vmlinux 0x50cfee04 ftrace_set_filter_ip +EXPORT_SYMBOL_GPL vmlinux 0x50d8b6ad disk_uevent +EXPORT_SYMBOL_GPL vmlinux 0x50e14b4b usb_hcd_resume_root_hub +EXPORT_SYMBOL_GPL vmlinux 0x50e7193a __i2c_first_dynamic_bus_num +EXPORT_SYMBOL_GPL vmlinux 0x50f211e4 blkg_rwstat_recursive_sum +EXPORT_SYMBOL_GPL vmlinux 0x50f905c5 tty_perform_flush +EXPORT_SYMBOL_GPL vmlinux 0x50fad434 round_jiffies_up +EXPORT_SYMBOL_GPL vmlinux 0x50fec18d rtc_set_alarm +EXPORT_SYMBOL_GPL vmlinux 0x50ff8599 devm_hwmon_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x51153b89 __tracepoint_cpu_frequency +EXPORT_SYMBOL_GPL vmlinux 0x51199568 net_ns_type_operations +EXPORT_SYMBOL_GPL vmlinux 0x511cdea3 blk_trace_startstop +EXPORT_SYMBOL_GPL vmlinux 0x512ec7d3 pse_controller_unregister +EXPORT_SYMBOL_GPL vmlinux 0x51390c96 rcu_barrier_tasks_rude +EXPORT_SYMBOL_GPL vmlinux 0x513c9c3e sched_set_fifo +EXPORT_SYMBOL_GPL vmlinux 0x51504f30 dev_pm_opp_set_opp +EXPORT_SYMBOL_GPL vmlinux 0x515b390f __SCK__tp_func_remove_device_from_group +EXPORT_SYMBOL_GPL vmlinux 0x515c4edc blk_crypto_reprogram_all_keys +EXPORT_SYMBOL_GPL vmlinux 0x516e1302 virtqueue_enable_cb +EXPORT_SYMBOL_GPL vmlinux 0x51768974 xfrm_dev_offload_ok +EXPORT_SYMBOL_GPL vmlinux 0x517e7951 input_device_enabled +EXPORT_SYMBOL_GPL vmlinux 0x518443c9 led_trigger_unregister_simple +EXPORT_SYMBOL_GPL vmlinux 0x518ba2cd sdhci_adma_write_desc +EXPORT_SYMBOL_GPL vmlinux 0x518ce8cf mmc_pwrseq_unregister +EXPORT_SYMBOL_GPL vmlinux 0x518da4a3 scsi_target_unblock +EXPORT_SYMBOL_GPL vmlinux 0x51991b38 mtk_mutex_enable +EXPORT_SYMBOL_GPL vmlinux 0x519fe7ce snd_soc_component_compr_trigger +EXPORT_SYMBOL_GPL vmlinux 0x51a348cc usb_role_switch_set_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x51b21c7f ima_file_check +EXPORT_SYMBOL_GPL vmlinux 0x51b7d6df vcap_keyset_name +EXPORT_SYMBOL_GPL vmlinux 0x51bd8fc5 of_clk_add_hw_provider +EXPORT_SYMBOL_GPL vmlinux 0x51c32b65 devfreq_event_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0x51c8df66 io_cgrp_subsys +EXPORT_SYMBOL_GPL vmlinux 0x51c8e5d8 __pneigh_lookup +EXPORT_SYMBOL_GPL vmlinux 0x51cbf34c md_run +EXPORT_SYMBOL_GPL vmlinux 0x51cf4482 gen10g_config_aneg +EXPORT_SYMBOL_GPL vmlinux 0x51dd2c6a spi_async +EXPORT_SYMBOL_GPL vmlinux 0x51df8619 virtio_break_device +EXPORT_SYMBOL_GPL vmlinux 0x51e3a0e9 devlink_port_health_reporter_create +EXPORT_SYMBOL_GPL vmlinux 0x51e549fa ata_pci_sff_prepare_host +EXPORT_SYMBOL_GPL vmlinux 0x51f32946 __irq_alloc_descs +EXPORT_SYMBOL_GPL vmlinux 0x520be091 regulator_get_voltage +EXPORT_SYMBOL_GPL vmlinux 0x520dc643 snd_soc_put_volsw +EXPORT_SYMBOL_GPL vmlinux 0x520dd1dc nvmem_device_get +EXPORT_SYMBOL_GPL vmlinux 0x52200345 sdhci_reset +EXPORT_SYMBOL_GPL vmlinux 0x5220e5e2 tps65217_reg_read +EXPORT_SYMBOL_GPL vmlinux 0x5223511b devm_spi_register_controller +EXPORT_SYMBOL_GPL vmlinux 0x52252316 clk_unregister_fixed_rate +EXPORT_SYMBOL_GPL vmlinux 0x522cbc58 devm_nvmem_device_put +EXPORT_SYMBOL_GPL vmlinux 0x5236497d trace_clock +EXPORT_SYMBOL_GPL vmlinux 0x523a6566 crypto_get_default_null_skcipher +EXPORT_SYMBOL_GPL vmlinux 0x523ba040 i2c_new_ancillary_device +EXPORT_SYMBOL_GPL vmlinux 0x523fcab2 hwmon_device_register_with_info +EXPORT_SYMBOL_GPL vmlinux 0x524bcfa2 platform_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x524e7fe1 regulator_set_active_discharge_regmap +EXPORT_SYMBOL_GPL vmlinux 0x524eb170 edac_pci_del_device +EXPORT_SYMBOL_GPL vmlinux 0x525be52e devm_bitmap_alloc +EXPORT_SYMBOL_GPL vmlinux 0x5261322c rht_bucket_nested +EXPORT_SYMBOL_GPL vmlinux 0x5261a418 irq_of_parse_and_map +EXPORT_SYMBOL_GPL vmlinux 0x52647db1 ct_idle_exit +EXPORT_SYMBOL_GPL vmlinux 0x526bcf2a wwan_port_get_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x5277164f devm_thermal_of_cooling_device_register +EXPORT_SYMBOL_GPL vmlinux 0x52799091 io_uring_cmd_import_fixed +EXPORT_SYMBOL_GPL vmlinux 0x527fe876 cpufreq_table_index_unsorted +EXPORT_SYMBOL_GPL vmlinux 0x52822ac5 __traceiter_sched_util_est_se_tp +EXPORT_SYMBOL_GPL vmlinux 0x528d85e7 inet_bhash2_reset_saddr +EXPORT_SYMBOL_GPL vmlinux 0x5290455d mmc_crypto_setup_queue +EXPORT_SYMBOL_GPL vmlinux 0x52a9aff1 __rio_local_write_config_8 +EXPORT_SYMBOL_GPL vmlinux 0x52b1e3c7 pci_flags +EXPORT_SYMBOL_GPL vmlinux 0x52c35e83 call_rcu_tasks_trace +EXPORT_SYMBOL_GPL vmlinux 0x52cfae7a gpiod_set_raw_array_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x52d2ed60 rockchip_clk_register_branches +EXPORT_SYMBOL_GPL vmlinux 0x52d4f1eb spi_mem_get_name +EXPORT_SYMBOL_GPL vmlinux 0x52d54fce devlink_info_version_stored_put +EXPORT_SYMBOL_GPL vmlinux 0x52dd979b dma_async_device_channel_register +EXPORT_SYMBOL_GPL vmlinux 0x52e752e2 blk_update_request +EXPORT_SYMBOL_GPL vmlinux 0x52ffbeb2 dw_pcie_ep_raise_legacy_irq +EXPORT_SYMBOL_GPL vmlinux 0x53001339 folio_invalidate +EXPORT_SYMBOL_GPL vmlinux 0x53014fee ulpi_viewport_access_ops +EXPORT_SYMBOL_GPL vmlinux 0x5312ddd4 rdev_get_name +EXPORT_SYMBOL_GPL vmlinux 0x5313ee1d soc_device_match +EXPORT_SYMBOL_GPL vmlinux 0x5316f3fb __virtqueue_break +EXPORT_SYMBOL_GPL vmlinux 0x532a983e fuse_dev_release +EXPORT_SYMBOL_GPL vmlinux 0x532b8c41 led_trigger_read +EXPORT_SYMBOL_GPL vmlinux 0x532efe78 __traceiter_pelt_se_tp +EXPORT_SYMBOL_GPL vmlinux 0x5347efc4 devlink_port_region_create +EXPORT_SYMBOL_GPL vmlinux 0x53494cd2 fib6_new_table +EXPORT_SYMBOL_GPL vmlinux 0x534c3566 usb_gadget_ep_match_desc +EXPORT_SYMBOL_GPL vmlinux 0x5358864e devlink_fmsg_binary_pair_nest_end +EXPORT_SYMBOL_GPL vmlinux 0x536f4371 iommu_unmap_fast +EXPORT_SYMBOL_GPL vmlinux 0x537252cf __SCK__tp_func_rpm_return_int +EXPORT_SYMBOL_GPL vmlinux 0x538a57f4 devm_request_free_mem_region +EXPORT_SYMBOL_GPL vmlinux 0x538d073d phy_duplex_to_str +EXPORT_SYMBOL_GPL vmlinux 0x53a7da75 pci_sriov_get_totalvfs +EXPORT_SYMBOL_GPL vmlinux 0x53b45d39 bpf_trace_run10 +EXPORT_SYMBOL_GPL vmlinux 0x53c62b5c mtd_read_user_prot_reg +EXPORT_SYMBOL_GPL vmlinux 0x53d7c01e __traceiter_cpu_idle +EXPORT_SYMBOL_GPL vmlinux 0x540bda9a blk_rq_prep_clone +EXPORT_SYMBOL_GPL vmlinux 0x54172702 cci_disable_port_by_cpu +EXPORT_SYMBOL_GPL vmlinux 0x541bd60a irq_work_run +EXPORT_SYMBOL_GPL vmlinux 0x542352d1 sdhci_switch_external_dma +EXPORT_SYMBOL_GPL vmlinux 0x542956dd __register_mtd_parser +EXPORT_SYMBOL_GPL vmlinux 0x542e7e3e register_nvdimm_pmu +EXPORT_SYMBOL_GPL vmlinux 0x543fdde7 pci_find_next_ht_capability +EXPORT_SYMBOL_GPL vmlinux 0x544d6243 device_get_phy_mode +EXPORT_SYMBOL_GPL vmlinux 0x546ccb52 mtk_clk_register_gates_with_dev +EXPORT_SYMBOL_GPL vmlinux 0x549525ef handle_nested_irq +EXPORT_SYMBOL_GPL vmlinux 0x549caa46 regulator_set_voltage_sel_pickable_regmap +EXPORT_SYMBOL_GPL vmlinux 0x549e155f phy_restart_aneg +EXPORT_SYMBOL_GPL vmlinux 0x54a25da2 qcom_smem_state_put +EXPORT_SYMBOL_GPL vmlinux 0x54c069ca power_supply_charge_behaviour_show +EXPORT_SYMBOL_GPL vmlinux 0x54c18fdb wm831x_reg_read +EXPORT_SYMBOL_GPL vmlinux 0x54cb2bec samsung_sdi_battery_get_info +EXPORT_SYMBOL_GPL vmlinux 0x54e7e6f5 wakeup_sources_walk_start +EXPORT_SYMBOL_GPL vmlinux 0x550abe7e nvmem_cell_read_variable_le_u64 +EXPORT_SYMBOL_GPL vmlinux 0x550dbb0f pm_runtime_allow +EXPORT_SYMBOL_GPL vmlinux 0x550f3e05 i2c_freq_mode_string +EXPORT_SYMBOL_GPL vmlinux 0x552349d8 sysfs_file_change_owner +EXPORT_SYMBOL_GPL vmlinux 0x55339365 flush_delayed_fput +EXPORT_SYMBOL_GPL vmlinux 0x553b49a4 cpufreq_get_driver_data +EXPORT_SYMBOL_GPL vmlinux 0x553ef291 fuse_simple_background +EXPORT_SYMBOL_GPL vmlinux 0x55417264 unregister_vt_notifier +EXPORT_SYMBOL_GPL vmlinux 0x555aaa60 snd_soc_of_get_slot_mask +EXPORT_SYMBOL_GPL vmlinux 0x556e4390 clk_get_rate +EXPORT_SYMBOL_GPL vmlinux 0x55784228 regmap_irq_get_virq +EXPORT_SYMBOL_GPL vmlinux 0x55876a76 reset_controller_unregister +EXPORT_SYMBOL_GPL vmlinux 0x559c183e usb_role_switch_find_by_fwnode +EXPORT_SYMBOL_GPL vmlinux 0x55bc7383 of_property_read_string +EXPORT_SYMBOL_GPL vmlinux 0x55bede72 debugfs_read_file_bool +EXPORT_SYMBOL_GPL vmlinux 0x55c0867f gpiochip_line_is_valid +EXPORT_SYMBOL_GPL vmlinux 0x55c76a23 ksys_sync_helper +EXPORT_SYMBOL_GPL vmlinux 0x55cc61eb akcipher_register_instance +EXPORT_SYMBOL_GPL vmlinux 0x55cf1bc9 regcache_drop_region +EXPORT_SYMBOL_GPL vmlinux 0x55d79bec mxic_ecc_get_pipelined_engine +EXPORT_SYMBOL_GPL vmlinux 0x55eecff4 bit_wait_io_timeout +EXPORT_SYMBOL_GPL vmlinux 0x56054c05 crypto_it_tab +EXPORT_SYMBOL_GPL vmlinux 0x560be732 switchdev_port_obj_add +EXPORT_SYMBOL_GPL vmlinux 0x560c5da0 usb_reset_configuration +EXPORT_SYMBOL_GPL vmlinux 0x5615cd9d blk_crypto_has_capabilities +EXPORT_SYMBOL_GPL vmlinux 0x56172034 of_reset_control_array_get +EXPORT_SYMBOL_GPL vmlinux 0x56173654 pcap_set_ts_bits +EXPORT_SYMBOL_GPL vmlinux 0x561835eb init_rs_non_canonical +EXPORT_SYMBOL_GPL vmlinux 0x5620a085 mptcp_pm_get_subflows_max +EXPORT_SYMBOL_GPL vmlinux 0x56256e8a orderly_poweroff +EXPORT_SYMBOL_GPL vmlinux 0x5629f440 regmap_get_raw_read_max +EXPORT_SYMBOL_GPL vmlinux 0x562b65e0 crypto_register_kpp +EXPORT_SYMBOL_GPL vmlinux 0x56310925 regulator_mode_to_status +EXPORT_SYMBOL_GPL vmlinux 0x5632e63d nand_subop_get_num_addr_cyc +EXPORT_SYMBOL_GPL vmlinux 0x56389601 rio_unmap_outb_region +EXPORT_SYMBOL_GPL vmlinux 0x563bd4e2 snd_soc_register_card +EXPORT_SYMBOL_GPL vmlinux 0x5641485b tty_termios_encode_baud_rate +EXPORT_SYMBOL_GPL vmlinux 0x5670fd69 bsg_job_get +EXPORT_SYMBOL_GPL vmlinux 0x567f0767 shash_no_setkey +EXPORT_SYMBOL_GPL vmlinux 0x568cc59b snd_soc_dai_compr_trigger +EXPORT_SYMBOL_GPL vmlinux 0x5690e107 gov_attr_set_init +EXPORT_SYMBOL_GPL vmlinux 0x569d1a43 pci_epc_start +EXPORT_SYMBOL_GPL vmlinux 0x56a6a76c net_rwsem +EXPORT_SYMBOL_GPL vmlinux 0x56b63670 lzo1x_1_compress +EXPORT_SYMBOL_GPL vmlinux 0x56cc40f9 edac_mc_find_csrow_by_page +EXPORT_SYMBOL_GPL vmlinux 0x56e7ccfe tcpv6_prot +EXPORT_SYMBOL_GPL vmlinux 0x56e9103b cpu_pm_enter +EXPORT_SYMBOL_GPL vmlinux 0x56f1b970 device_create +EXPORT_SYMBOL_GPL vmlinux 0x56fbb130 no_hash_pointers +EXPORT_SYMBOL_GPL vmlinux 0x57002648 regulator_set_pull_down_regmap +EXPORT_SYMBOL_GPL vmlinux 0x57077ffc __fat_fs_error +EXPORT_SYMBOL_GPL vmlinux 0x571e3d0c device_node_to_regmap +EXPORT_SYMBOL_GPL vmlinux 0x57339406 tegra_bpmp_get +EXPORT_SYMBOL_GPL vmlinux 0x5741f249 pm_stay_awake +EXPORT_SYMBOL_GPL vmlinux 0x5753543c dax_driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0x57857d3d fsnotify_destroy_mark +EXPORT_SYMBOL_GPL vmlinux 0x578a0035 devlink_port_attrs_pci_pf_set +EXPORT_SYMBOL_GPL vmlinux 0x5790e7a0 pci_unlock_rescan_remove +EXPORT_SYMBOL_GPL vmlinux 0x579626af irq_domain_set_hwirq_and_chip +EXPORT_SYMBOL_GPL vmlinux 0x57992ae7 pinctrl_dev_get_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x579e0bf5 rtnl_unregister_all +EXPORT_SYMBOL_GPL vmlinux 0x57a231cc usb_decode_ctrl +EXPORT_SYMBOL_GPL vmlinux 0x57a42c0e devm_kfree +EXPORT_SYMBOL_GPL vmlinux 0x57a47acb devm_snd_dmaengine_pcm_register +EXPORT_SYMBOL_GPL vmlinux 0x57a79668 mtd_lock_user_prot_reg +EXPORT_SYMBOL_GPL vmlinux 0x57a9cace ahci_start_fis_rx +EXPORT_SYMBOL_GPL vmlinux 0x57b14e05 stmpe_reg_write +EXPORT_SYMBOL_GPL vmlinux 0x57d4050a xhci_get_endpoint_index +EXPORT_SYMBOL_GPL vmlinux 0x57f576b9 mpi_ec_curve_point +EXPORT_SYMBOL_GPL vmlinux 0x57f601c3 snd_soc_get_xr_sx +EXPORT_SYMBOL_GPL vmlinux 0x57fa99d5 regmap_field_alloc +EXPORT_SYMBOL_GPL vmlinux 0x580828f4 class_dev_iter_exit +EXPORT_SYMBOL_GPL vmlinux 0x5821e1a1 devm_regulator_bulk_register_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0x5823e649 get_kernel_pages +EXPORT_SYMBOL_GPL vmlinux 0x5831e062 cpus_read_trylock +EXPORT_SYMBOL_GPL vmlinux 0x58392bd2 pinconf_generic_dt_free_map +EXPORT_SYMBOL_GPL vmlinux 0x5847f162 component_del +EXPORT_SYMBOL_GPL vmlinux 0x584c9cb5 pinctrl_utils_add_map_configs +EXPORT_SYMBOL_GPL vmlinux 0x58631dab imx_audmux_v2_configure_port +EXPORT_SYMBOL_GPL vmlinux 0x5863c0ad pci_epc_mem_exit +EXPORT_SYMBOL_GPL vmlinux 0x586666b3 ahci_platform_suspend_host +EXPORT_SYMBOL_GPL vmlinux 0x5879a27d sfp_get_module_info +EXPORT_SYMBOL_GPL vmlinux 0x587ac04d cpufreq_show_cpus +EXPORT_SYMBOL_GPL vmlinux 0x587ed853 device_remove_software_node +EXPORT_SYMBOL_GPL vmlinux 0x588e742b pci_cfg_access_unlock +EXPORT_SYMBOL_GPL vmlinux 0x58a03db8 mtk_mmsys_ddp_dpi_fmt_config +EXPORT_SYMBOL_GPL vmlinux 0x58acea3b nvdimm_bus_check_dimm_count +EXPORT_SYMBOL_GPL vmlinux 0x58aff561 regulator_get_mode +EXPORT_SYMBOL_GPL vmlinux 0x58c1b838 subsys_dev_iter_init +EXPORT_SYMBOL_GPL vmlinux 0x58c30f18 snd_soc_component_read_field +EXPORT_SYMBOL_GPL vmlinux 0x58c370db ftrace_ops_set_global_filter +EXPORT_SYMBOL_GPL vmlinux 0x58d537ee debugfs_create_x8 +EXPORT_SYMBOL_GPL vmlinux 0x58db1176 ata_xfer_mode2shift +EXPORT_SYMBOL_GPL vmlinux 0x58db9f00 acomp_request_free +EXPORT_SYMBOL_GPL vmlinux 0x58def6ca sfp_module_remove +EXPORT_SYMBOL_GPL vmlinux 0x58ed8a97 regulator_get_voltage_rdev +EXPORT_SYMBOL_GPL vmlinux 0x58eeabe7 regulator_register +EXPORT_SYMBOL_GPL vmlinux 0x591e848b device_match_any +EXPORT_SYMBOL_GPL vmlinux 0x59244209 __crypto_alloc_tfm +EXPORT_SYMBOL_GPL vmlinux 0x59298048 arm_iommu_attach_device +EXPORT_SYMBOL_GPL vmlinux 0x593589f7 xhci_update_hub_device +EXPORT_SYMBOL_GPL vmlinux 0x5935cd17 rio_route_get_entry +EXPORT_SYMBOL_GPL vmlinux 0x5947ca28 sbitmap_get +EXPORT_SYMBOL_GPL vmlinux 0x594cdbf5 inode_sb_list_add +EXPORT_SYMBOL_GPL vmlinux 0x594d6aef netlink_has_listeners +EXPORT_SYMBOL_GPL vmlinux 0x59551cc1 atomic_notifier_chain_register_unique_prio +EXPORT_SYMBOL_GPL vmlinux 0x5957cddb zs_lookup_class_index +EXPORT_SYMBOL_GPL vmlinux 0x595a4d90 check_move_unevictable_folios +EXPORT_SYMBOL_GPL vmlinux 0x5973d14a component_master_del +EXPORT_SYMBOL_GPL vmlinux 0x5986d190 kdb_printf +EXPORT_SYMBOL_GPL vmlinux 0x5993d770 scsi_host_block +EXPORT_SYMBOL_GPL vmlinux 0x599fefe6 hisi_reset_init +EXPORT_SYMBOL_GPL vmlinux 0x59a1fab8 ehci_cf_port_reset_rwsem +EXPORT_SYMBOL_GPL vmlinux 0x59a24b2a aead_exit_geniv +EXPORT_SYMBOL_GPL vmlinux 0x59b063ba start_poll_synchronize_rcu_expedited_full +EXPORT_SYMBOL_GPL vmlinux 0x59b12d77 pinctrl_utils_free_map +EXPORT_SYMBOL_GPL vmlinux 0x59bb45fb regulator_set_mode +EXPORT_SYMBOL_GPL vmlinux 0x59bf6c3b __traceiter_udp_fail_queue_rcv_skb +EXPORT_SYMBOL_GPL vmlinux 0x59c43dc9 __traceiter_non_standard_event +EXPORT_SYMBOL_GPL vmlinux 0x59db9a26 snd_soc_get_volsw_range +EXPORT_SYMBOL_GPL vmlinux 0x59e569a6 crypto_unregister_ahash +EXPORT_SYMBOL_GPL vmlinux 0x59edfeb8 phy_rate_matching_to_str +EXPORT_SYMBOL_GPL vmlinux 0x59f2ba2f mtd_ooblayout_set_eccbytes +EXPORT_SYMBOL_GPL vmlinux 0x59f32720 mpi_subm +EXPORT_SYMBOL_GPL vmlinux 0x59fac05c usb_choose_configuration +EXPORT_SYMBOL_GPL vmlinux 0x59fb4384 mtd_ooblayout_get_databytes +EXPORT_SYMBOL_GPL vmlinux 0x5a03e648 crypto_aes_set_key +EXPORT_SYMBOL_GPL vmlinux 0x5a0fd603 transport_configure_device +EXPORT_SYMBOL_GPL vmlinux 0x5a12e60c __SCK__tp_func_sched_update_nr_running_tp +EXPORT_SYMBOL_GPL vmlinux 0x5a149a37 icc_node_del +EXPORT_SYMBOL_GPL vmlinux 0x5a1bd3c9 devm_extcon_dev_allocate +EXPORT_SYMBOL_GPL vmlinux 0x5a1d134a rcu_momentary_dyntick_idle +EXPORT_SYMBOL_GPL vmlinux 0x5a1ef09f pci_aer_clear_nonfatal_status +EXPORT_SYMBOL_GPL vmlinux 0x5a28dbc9 __suspend_report_result +EXPORT_SYMBOL_GPL vmlinux 0x5a2af7ff sdhci_start_signal_voltage_switch +EXPORT_SYMBOL_GPL vmlinux 0x5a2d4f3a perf_get_aux +EXPORT_SYMBOL_GPL vmlinux 0x5a39e1a7 rockchip_pcie_init_port +EXPORT_SYMBOL_GPL vmlinux 0x5a3b3167 ping_unhash +EXPORT_SYMBOL_GPL vmlinux 0x5a3d365b ata_bmdma_port_intr +EXPORT_SYMBOL_GPL vmlinux 0x5a457e08 snd_soc_dapm_dai_get_connected_widgets +EXPORT_SYMBOL_GPL vmlinux 0x5a49dbc9 timerqueue_del +EXPORT_SYMBOL_GPL vmlinux 0x5a4b8122 dm_report_zones +EXPORT_SYMBOL_GPL vmlinux 0x5a54ca6b xdp_build_skb_from_frame +EXPORT_SYMBOL_GPL vmlinux 0x5a6cdb52 nf_ct_zone_dflt +EXPORT_SYMBOL_GPL vmlinux 0x5a6f517c power_supply_get_battery_info +EXPORT_SYMBOL_GPL vmlinux 0x5a7bfe41 crypto_probing_notify +EXPORT_SYMBOL_GPL vmlinux 0x5a831797 __traceiter_ata_bmdma_setup +EXPORT_SYMBOL_GPL vmlinux 0x5a873d79 nand_ecc_cleanup_req_tweaking +EXPORT_SYMBOL_GPL vmlinux 0x5a8b4787 wm8350_device_init +EXPORT_SYMBOL_GPL vmlinux 0x5a8e7084 ata_wait_register +EXPORT_SYMBOL_GPL vmlinux 0x5a94b709 fib_rule_matchall +EXPORT_SYMBOL_GPL vmlinux 0x5a94bbb8 pci_epc_write_header +EXPORT_SYMBOL_GPL vmlinux 0x5a9c2120 devm_device_add_group +EXPORT_SYMBOL_GPL vmlinux 0x5aa743a5 edac_device_del_device +EXPORT_SYMBOL_GPL vmlinux 0x5ab09745 edac_get_owner +EXPORT_SYMBOL_GPL vmlinux 0x5acf7335 __pm_runtime_use_autosuspend +EXPORT_SYMBOL_GPL vmlinux 0x5adc7e25 usb_root_hub_lost_power +EXPORT_SYMBOL_GPL vmlinux 0x5ae92cf1 bd_link_disk_holder +EXPORT_SYMBOL_GPL vmlinux 0x5af762f1 snd_fasync_free +EXPORT_SYMBOL_GPL vmlinux 0x5b0e0c47 mptcp_token_iter_next +EXPORT_SYMBOL_GPL vmlinux 0x5b162cf8 sock_diag_put_meminfo +EXPORT_SYMBOL_GPL vmlinux 0x5b21ceff ring_buffer_iter_peek +EXPORT_SYMBOL_GPL vmlinux 0x5b2661da crypto_grab_kpp +EXPORT_SYMBOL_GPL vmlinux 0x5b316080 software_node_unregister_nodes +EXPORT_SYMBOL_GPL vmlinux 0x5b350588 sata_scr_read +EXPORT_SYMBOL_GPL vmlinux 0x5b3739e4 __reset_control_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0x5b37c192 ahci_fill_cmd_slot +EXPORT_SYMBOL_GPL vmlinux 0x5b38545f snd_card_ref +EXPORT_SYMBOL_GPL vmlinux 0x5b3a031b init_uts_ns +EXPORT_SYMBOL_GPL vmlinux 0x5b3bdea8 alarm_restart +EXPORT_SYMBOL_GPL vmlinux 0x5b45e826 __mmc_poll_for_busy +EXPORT_SYMBOL_GPL vmlinux 0x5b6018bd anon_inode_getfd +EXPORT_SYMBOL_GPL vmlinux 0x5b63d6c1 scsi_register_device_handler +EXPORT_SYMBOL_GPL vmlinux 0x5b6b0329 swiotlb_max_segment +EXPORT_SYMBOL_GPL vmlinux 0x5b7fb975 of_property_read_variable_u32_array +EXPORT_SYMBOL_GPL vmlinux 0x5b82d911 devlink_traps_unregister +EXPORT_SYMBOL_GPL vmlinux 0x5b851297 regulator_desc_list_voltage_linear_range +EXPORT_SYMBOL_GPL vmlinux 0x5b8c0c1d devm_regulator_get_enable +EXPORT_SYMBOL_GPL vmlinux 0x5b994e71 ima_measure_critical_data +EXPORT_SYMBOL_GPL vmlinux 0x5ba0cc75 dev_pm_domain_attach +EXPORT_SYMBOL_GPL vmlinux 0x5ba9c87f blk_crypto_keyslot_index +EXPORT_SYMBOL_GPL vmlinux 0x5badaaf0 rt_mutex_trylock +EXPORT_SYMBOL_GPL vmlinux 0x5baf349c snd_soc_set_runtime_hwparams +EXPORT_SYMBOL_GPL vmlinux 0x5bb04cf3 ata_sff_tf_read +EXPORT_SYMBOL_GPL vmlinux 0x5bb52f6f switchdev_bridge_port_offload +EXPORT_SYMBOL_GPL vmlinux 0x5bb7d2ac trace_array_put +EXPORT_SYMBOL_GPL vmlinux 0x5bbaf365 snd_soc_dapm_enable_pin +EXPORT_SYMBOL_GPL vmlinux 0x5bbdfa26 scatterwalk_ffwd +EXPORT_SYMBOL_GPL vmlinux 0x5bc7d33d wm8350_block_write +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 0x5bdaa93c fwnode_graph_get_remote_endpoint +EXPORT_SYMBOL_GPL vmlinux 0x5bdae35b usb_phy_roothub_set_mode +EXPORT_SYMBOL_GPL vmlinux 0x5bdbac4e rcu_unexpedite_gp +EXPORT_SYMBOL_GPL vmlinux 0x5be202ce handle_simple_irq +EXPORT_SYMBOL_GPL vmlinux 0x5bf481b0 badblocks_check +EXPORT_SYMBOL_GPL vmlinux 0x5bff2be6 pinctrl_count_index_with_args +EXPORT_SYMBOL_GPL vmlinux 0x5c1980ac mtd_read_oob +EXPORT_SYMBOL_GPL vmlinux 0x5c2f1546 devlink_sb_register +EXPORT_SYMBOL_GPL vmlinux 0x5c309e65 hibernate_quiet_exec +EXPORT_SYMBOL_GPL vmlinux 0x5c3bbd06 __SCK__tp_func_mc_event +EXPORT_SYMBOL_GPL vmlinux 0x5c45c7bb bpf_prog_add +EXPORT_SYMBOL_GPL vmlinux 0x5c530584 blk_set_pm_only +EXPORT_SYMBOL_GPL vmlinux 0x5c54fa33 inet6_sock_destruct +EXPORT_SYMBOL_GPL vmlinux 0x5c5a1b16 tick_broadcast_control +EXPORT_SYMBOL_GPL vmlinux 0x5c635881 watchdog_register_device +EXPORT_SYMBOL_GPL vmlinux 0x5c6af512 irq_remove_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0x5c70e79f regulator_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0x5c724709 memory_cgrp_subsys_on_dfl_key +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 0x5c855b27 driver_create_file +EXPORT_SYMBOL_GPL vmlinux 0x5c9069c8 mtd_device_parse_register +EXPORT_SYMBOL_GPL vmlinux 0x5c912fa1 skcipher_alloc_instance_simple +EXPORT_SYMBOL_GPL vmlinux 0x5ca01320 devlink_trap_groups_unregister +EXPORT_SYMBOL_GPL vmlinux 0x5cad8fc3 power_supply_ocv2cap_simple +EXPORT_SYMBOL_GPL vmlinux 0x5cae6f8f snd_pcm_fill_iec958_consumer +EXPORT_SYMBOL_GPL vmlinux 0x5cc2a511 hrtimer_forward +EXPORT_SYMBOL_GPL vmlinux 0x5cc77c45 led_colors +EXPORT_SYMBOL_GPL vmlinux 0x5cda3392 ata_scsi_unlock_native_capacity +EXPORT_SYMBOL_GPL vmlinux 0x5cdae3bb device_create_file +EXPORT_SYMBOL_GPL vmlinux 0x5cea9a2f netlink_remove_tap +EXPORT_SYMBOL_GPL vmlinux 0x5cecbd1c buffer_migrate_folio_norefs +EXPORT_SYMBOL_GPL vmlinux 0x5cede0a7 xdp_flush_frame_bulk +EXPORT_SYMBOL_GPL vmlinux 0x5ceef05c fsverity_ioctl_read_metadata +EXPORT_SYMBOL_GPL vmlinux 0x5cfb0506 pinctrl_force_default +EXPORT_SYMBOL_GPL vmlinux 0x5d0a0eff __tracepoint_napi_poll +EXPORT_SYMBOL_GPL vmlinux 0x5d24456b __dma_request_channel +EXPORT_SYMBOL_GPL vmlinux 0x5d2bc42a reset_control_rearm +EXPORT_SYMBOL_GPL vmlinux 0x5d412508 i2c_match_id +EXPORT_SYMBOL_GPL vmlinux 0x5d489c9d snd_soc_dapm_info_pin_switch +EXPORT_SYMBOL_GPL vmlinux 0x5d630f9a governor_sysfs_ops +EXPORT_SYMBOL_GPL vmlinux 0x5d643a26 snd_fasync_helper +EXPORT_SYMBOL_GPL vmlinux 0x5d69ccb2 phy_destroy +EXPORT_SYMBOL_GPL vmlinux 0x5d6a1750 dma_get_slave_channel +EXPORT_SYMBOL_GPL vmlinux 0x5d7cef4b __rt_mutex_init +EXPORT_SYMBOL_GPL vmlinux 0x5d804ce0 devm_clk_get_optional_prepared +EXPORT_SYMBOL_GPL vmlinux 0x5d82a5b8 tracepoint_probe_register +EXPORT_SYMBOL_GPL vmlinux 0x5d8476d3 bpf_sk_storage_diag_alloc +EXPORT_SYMBOL_GPL vmlinux 0x5d86a9eb gpiochip_add_pingroup_range +EXPORT_SYMBOL_GPL vmlinux 0x5d92f612 tpm_get_timeouts +EXPORT_SYMBOL_GPL vmlinux 0x5d94d118 md_do_sync +EXPORT_SYMBOL_GPL vmlinux 0x5d955f1a pse_controller_register +EXPORT_SYMBOL_GPL vmlinux 0x5d98399b device_property_read_string_array +EXPORT_SYMBOL_GPL vmlinux 0x5da2d0e2 __traceiter_devlink_hwerr +EXPORT_SYMBOL_GPL vmlinux 0x5da67adc zs_compact +EXPORT_SYMBOL_GPL vmlinux 0x5da9dee8 of_phy_get +EXPORT_SYMBOL_GPL vmlinux 0x5daa6aa2 hwspin_lock_free +EXPORT_SYMBOL_GPL vmlinux 0x5dc8e461 snd_soc_dapm_put_volsw +EXPORT_SYMBOL_GPL vmlinux 0x5dc943c2 rio_dev_get +EXPORT_SYMBOL_GPL vmlinux 0x5dcab85c tcp_cong_avoid_ai +EXPORT_SYMBOL_GPL vmlinux 0x5dff6fda x509_decode_time +EXPORT_SYMBOL_GPL vmlinux 0x5e0071dc hwspin_lock_request_specific +EXPORT_SYMBOL_GPL vmlinux 0x5e1d4727 xdp_do_redirect +EXPORT_SYMBOL_GPL vmlinux 0x5e226571 fsnotify_put_group +EXPORT_SYMBOL_GPL vmlinux 0x5e308a91 ahci_platform_disable_regulators +EXPORT_SYMBOL_GPL vmlinux 0x5e31297e devres_release +EXPORT_SYMBOL_GPL vmlinux 0x5e504919 __tracepoint_block_split +EXPORT_SYMBOL_GPL vmlinux 0x5e515be6 ktime_get_ts64 +EXPORT_SYMBOL_GPL vmlinux 0x5e59ae4d iommu_device_sysfs_add +EXPORT_SYMBOL_GPL vmlinux 0x5e67b71d evm_set_key +EXPORT_SYMBOL_GPL vmlinux 0x5e75d9eb __rtnl_link_register +EXPORT_SYMBOL_GPL vmlinux 0x5e798ffb divider_get_val +EXPORT_SYMBOL_GPL vmlinux 0x5e85415b ring_buffer_consume +EXPORT_SYMBOL_GPL vmlinux 0x5eae5408 clk_is_enabled_when_prepared +EXPORT_SYMBOL_GPL vmlinux 0x5eb41454 snd_soc_find_dai_with_mutex +EXPORT_SYMBOL_GPL vmlinux 0x5eb417e0 __SCK__tp_func_neigh_timer_handler +EXPORT_SYMBOL_GPL vmlinux 0x5ec2319a mtk_mutex_unprepare +EXPORT_SYMBOL_GPL vmlinux 0x5ec384f7 snd_soc_info_volsw +EXPORT_SYMBOL_GPL vmlinux 0x5ed20ebb iommu_dev_enable_feature +EXPORT_SYMBOL_GPL vmlinux 0x5ed811c8 mtk_clk_register_composites +EXPORT_SYMBOL_GPL vmlinux 0x5ee2d14f security_inode_create +EXPORT_SYMBOL_GPL vmlinux 0x5efac31f pci_generic_ecam_ops +EXPORT_SYMBOL_GPL vmlinux 0x5eff94ce of_irq_to_resource_table +EXPORT_SYMBOL_GPL vmlinux 0x5effa5ef crypto_unregister_acomp +EXPORT_SYMBOL_GPL vmlinux 0x5f04a68b rtc_read_alarm +EXPORT_SYMBOL_GPL vmlinux 0x5f06b19b sock_map_close +EXPORT_SYMBOL_GPL vmlinux 0x5f082e51 mtd_ooblayout_find_eccregion +EXPORT_SYMBOL_GPL vmlinux 0x5f23e3fa insert_resource +EXPORT_SYMBOL_GPL vmlinux 0x5f2bed20 usb_find_alt_setting +EXPORT_SYMBOL_GPL vmlinux 0x5f3058c1 of_hte_req_count +EXPORT_SYMBOL_GPL vmlinux 0x5f35c20b of_get_phy_mode +EXPORT_SYMBOL_GPL vmlinux 0x5f363c86 __get_task_ioprio +EXPORT_SYMBOL_GPL vmlinux 0x5f4b8661 kill_device +EXPORT_SYMBOL_GPL vmlinux 0x5f607761 nand_change_read_column_op +EXPORT_SYMBOL_GPL vmlinux 0x5f6f1e9e dax_get_private +EXPORT_SYMBOL_GPL vmlinux 0x5f82d42f dma_pci_p2pdma_supported +EXPORT_SYMBOL_GPL vmlinux 0x5f8d3f24 devlink_param_driverinit_value_set +EXPORT_SYMBOL_GPL vmlinux 0x5f8ffd7b ata_pci_sff_init_host +EXPORT_SYMBOL_GPL vmlinux 0x5f9092ba fuse_send_init +EXPORT_SYMBOL_GPL vmlinux 0x5f90d35f badblocks_exit +EXPORT_SYMBOL_GPL vmlinux 0x5f9564fb mmu_interval_read_begin +EXPORT_SYMBOL_GPL vmlinux 0x5f95db36 snd_dmaengine_pcm_pointer_no_residue +EXPORT_SYMBOL_GPL vmlinux 0x5fa0ce20 unregister_trace_event +EXPORT_SYMBOL_GPL vmlinux 0x5fa625ed mpi_ec_mul_point +EXPORT_SYMBOL_GPL vmlinux 0x5fa6c7a2 regulator_set_ramp_delay_regmap +EXPORT_SYMBOL_GPL vmlinux 0x5fb31328 dw_pcie_ep_init_complete +EXPORT_SYMBOL_GPL vmlinux 0x5fb58e4e imx_pcm_dma_init +EXPORT_SYMBOL_GPL vmlinux 0x5fb92c18 trace_array_set_clr_event +EXPORT_SYMBOL_GPL vmlinux 0x5fc294ef usb_ep_clear_halt +EXPORT_SYMBOL_GPL vmlinux 0x5fce905b anon_inode_getfd_secure +EXPORT_SYMBOL_GPL vmlinux 0x5fd85ed4 posix_acl_default_xattr_handler +EXPORT_SYMBOL_GPL vmlinux 0x5fe12e23 key_type_trusted +EXPORT_SYMBOL_GPL vmlinux 0x5fe5215a __regmap_init +EXPORT_SYMBOL_GPL vmlinux 0x5fec2b23 ptp_msg_is_sync +EXPORT_SYMBOL_GPL vmlinux 0x5ff8d9b1 tpm_try_get_ops +EXPORT_SYMBOL_GPL vmlinux 0x5ffe9aa7 __tracepoint_fib6_table_lookup +EXPORT_SYMBOL_GPL vmlinux 0x6005a58d rdev_set_badblocks +EXPORT_SYMBOL_GPL vmlinux 0x60064f99 pinctrl_dev_get_devname +EXPORT_SYMBOL_GPL vmlinux 0x60091316 clk_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0x6009c29c vp_legacy_queue_vector +EXPORT_SYMBOL_GPL vmlinux 0x6011eb03 rhashtable_init +EXPORT_SYMBOL_GPL vmlinux 0x601ef1ff edac_pci_release_generic_ctl +EXPORT_SYMBOL_GPL vmlinux 0x601f5923 trace_event_buffer_commit +EXPORT_SYMBOL_GPL vmlinux 0x60204b1c snd_soc_cnew +EXPORT_SYMBOL_GPL vmlinux 0x602fa239 crypto_alloc_tfm_node +EXPORT_SYMBOL_GPL vmlinux 0x60342c5e tpm_tis_remove +EXPORT_SYMBOL_GPL vmlinux 0x604a899a gpiod_put_array +EXPORT_SYMBOL_GPL vmlinux 0x604cbc68 md_find_rdev_nr_rcu +EXPORT_SYMBOL_GPL vmlinux 0x60510e9d pinctrl_find_gpio_range_from_pin +EXPORT_SYMBOL_GPL vmlinux 0x6055059b blkcg_policy_unregister +EXPORT_SYMBOL_GPL vmlinux 0x6057cc8c of_icc_xlate_onecell +EXPORT_SYMBOL_GPL vmlinux 0x6060ee96 housekeeping_cpumask +EXPORT_SYMBOL_GPL vmlinux 0x60656128 fib_alias_hw_flags_set +EXPORT_SYMBOL_GPL vmlinux 0x60671345 software_node_register_nodes +EXPORT_SYMBOL_GPL vmlinux 0x606b4aba devlink_linecard_provision_set +EXPORT_SYMBOL_GPL vmlinux 0x6075d0c7 omap_tll_init +EXPORT_SYMBOL_GPL vmlinux 0x607c4683 devlink_info_version_fixed_put +EXPORT_SYMBOL_GPL vmlinux 0x607dcc6d ata_msleep +EXPORT_SYMBOL_GPL vmlinux 0x60853f7e adp5520_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x608b0411 extcon_dev_register +EXPORT_SYMBOL_GPL vmlinux 0x6091797f synchronize_rcu +EXPORT_SYMBOL_GPL vmlinux 0x609538a3 snd_dmaengine_pcm_set_config_from_dai_data +EXPORT_SYMBOL_GPL vmlinux 0x60a13e90 rcu_barrier +EXPORT_SYMBOL_GPL vmlinux 0x60a82b4a thermal_zone_get_zone_by_name +EXPORT_SYMBOL_GPL vmlinux 0x60ac2031 watchdog_set_restart_priority +EXPORT_SYMBOL_GPL vmlinux 0x60ac3c8e iomap_is_partially_uptodate +EXPORT_SYMBOL_GPL vmlinux 0x60ae0922 power_supply_vbat2ri +EXPORT_SYMBOL_GPL vmlinux 0x60b0e045 tcp_plb_update_state_upon_rto +EXPORT_SYMBOL_GPL vmlinux 0x60c00b2e ata_sas_tport_delete +EXPORT_SYMBOL_GPL vmlinux 0x60c4dc0c devm_power_supply_register_no_ws +EXPORT_SYMBOL_GPL vmlinux 0x60cc6937 dm_suspended +EXPORT_SYMBOL_GPL vmlinux 0x60d72677 pci_set_pcie_reset_state +EXPORT_SYMBOL_GPL vmlinux 0x60e01959 ahci_print_info +EXPORT_SYMBOL_GPL vmlinux 0x60ebc96f ring_buffer_read_prepare +EXPORT_SYMBOL_GPL vmlinux 0x60f43cc5 spi_finalize_current_message +EXPORT_SYMBOL_GPL vmlinux 0x60f5c3fc udp_abort +EXPORT_SYMBOL_GPL vmlinux 0x611cb9f2 devm_phy_optional_get +EXPORT_SYMBOL_GPL vmlinux 0x61200c1c pinconf_generic_dt_subnode_to_map +EXPORT_SYMBOL_GPL vmlinux 0x6129fb93 sfp_remove_phy +EXPORT_SYMBOL_GPL vmlinux 0x612bfd89 errno_to_blk_status +EXPORT_SYMBOL_GPL vmlinux 0x612c4172 i2c_client_type +EXPORT_SYMBOL_GPL vmlinux 0x6132061d bd_unlink_disk_holder +EXPORT_SYMBOL_GPL vmlinux 0x6133bc84 ncsi_vlan_rx_add_vid +EXPORT_SYMBOL_GPL vmlinux 0x61361b45 __inet_lookup_established +EXPORT_SYMBOL_GPL vmlinux 0x614782f1 usb_anchor_empty +EXPORT_SYMBOL_GPL vmlinux 0x614adcb7 of_overlay_remove_all +EXPORT_SYMBOL_GPL vmlinux 0x61563052 __get_mtd_device +EXPORT_SYMBOL_GPL vmlinux 0x615f4540 synth_event_create +EXPORT_SYMBOL_GPL vmlinux 0x61615b75 kill_dev_dax +EXPORT_SYMBOL_GPL vmlinux 0x616e5c00 vchan_dma_desc_free_list +EXPORT_SYMBOL_GPL vmlinux 0x61774cd4 mtk_alloc_clk_data +EXPORT_SYMBOL_GPL vmlinux 0x6177c84f debugfs_write_file_bool +EXPORT_SYMBOL_GPL vmlinux 0x617f8ca6 gpiod_set_array_value +EXPORT_SYMBOL_GPL vmlinux 0x6181e79f timerqueue_add +EXPORT_SYMBOL_GPL vmlinux 0x61965035 of_pci_parse_bus_range +EXPORT_SYMBOL_GPL vmlinux 0x6198dfea __ring_buffer_alloc +EXPORT_SYMBOL_GPL vmlinux 0x6199ad5d crypto_has_skcipher +EXPORT_SYMBOL_GPL vmlinux 0x61a51798 devm_kstrdup +EXPORT_SYMBOL_GPL vmlinux 0x61a5d1da of_platform_populate +EXPORT_SYMBOL_GPL vmlinux 0x61b2fe9e usb_set_device_state +EXPORT_SYMBOL_GPL vmlinux 0x61b645fc usb_lock_device_for_reset +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 0x61c968d9 usb_hub_find_child +EXPORT_SYMBOL_GPL vmlinux 0x61f2cca6 __fsnotify_inode_delete +EXPORT_SYMBOL_GPL vmlinux 0x61f67c92 phy_gbit_features_array +EXPORT_SYMBOL_GPL vmlinux 0x6206c6df vcap_rule_add_key_u48 +EXPORT_SYMBOL_GPL vmlinux 0x62134035 pm_generic_suspend_noirq +EXPORT_SYMBOL_GPL vmlinux 0x621710ff sysfs_rename_link_ns +EXPORT_SYMBOL_GPL vmlinux 0x6218991e i2c_dw_validate_speed +EXPORT_SYMBOL_GPL vmlinux 0x621eb946 rhashtable_walk_stop +EXPORT_SYMBOL_GPL vmlinux 0x62237374 snd_soc_tplg_widget_bind_event +EXPORT_SYMBOL_GPL vmlinux 0x622a19b6 skb_append_pagefrags +EXPORT_SYMBOL_GPL vmlinux 0x622c7922 register_oom_notifier +EXPORT_SYMBOL_GPL vmlinux 0x62342d58 pci_platform_power_transition +EXPORT_SYMBOL_GPL vmlinux 0x62377a7b blk_io_schedule +EXPORT_SYMBOL_GPL vmlinux 0x623a6dfc snd_ac97_reset +EXPORT_SYMBOL_GPL vmlinux 0x6246a629 synchronize_rcu_tasks_trace +EXPORT_SYMBOL_GPL vmlinux 0x6248429b rio_release_outb_dbell +EXPORT_SYMBOL_GPL vmlinux 0x62497a35 devl_dpipe_headers_register +EXPORT_SYMBOL_GPL vmlinux 0x625693d4 trace_array_get_by_name +EXPORT_SYMBOL_GPL vmlinux 0x6257dda7 clk_rate_exclusive_get +EXPORT_SYMBOL_GPL vmlinux 0x6258fcfe dev_pm_opp_of_add_table +EXPORT_SYMBOL_GPL vmlinux 0x6259d291 clk_restore_context +EXPORT_SYMBOL_GPL vmlinux 0x6260f655 pingv6_prot +EXPORT_SYMBOL_GPL vmlinux 0x6264e966 snd_soc_remove_pcm_runtime +EXPORT_SYMBOL_GPL vmlinux 0x62657d2e blk_trace_setup +EXPORT_SYMBOL_GPL vmlinux 0x626d7af6 tcp_twsk_destructor +EXPORT_SYMBOL_GPL vmlinux 0x627a8a54 fuse_get_unique +EXPORT_SYMBOL_GPL vmlinux 0x62805d0e pm_clk_remove_clk +EXPORT_SYMBOL_GPL vmlinux 0x62acc3be device_find_any_child +EXPORT_SYMBOL_GPL vmlinux 0x62b86336 usb_hcd_unlink_urb_from_ep +EXPORT_SYMBOL_GPL vmlinux 0x62bb09bf clocks_calc_mult_shift +EXPORT_SYMBOL_GPL vmlinux 0x62bd1c1d snd_soc_dai_action +EXPORT_SYMBOL_GPL vmlinux 0x62be121d fat_setattr +EXPORT_SYMBOL_GPL vmlinux 0x62d0e2a6 __wake_up_locked +EXPORT_SYMBOL_GPL vmlinux 0x63090722 trace_seq_vprintf +EXPORT_SYMBOL_GPL vmlinux 0x63150e06 clk_get_parent +EXPORT_SYMBOL_GPL vmlinux 0x63197685 s2idle_wake +EXPORT_SYMBOL_GPL vmlinux 0x631d1be6 vp_legacy_set_queue_address +EXPORT_SYMBOL_GPL vmlinux 0x63281f98 crypto_shash_digest +EXPORT_SYMBOL_GPL vmlinux 0x632fdad7 __dev_fwnode +EXPORT_SYMBOL_GPL vmlinux 0x6335082a sata_set_spd +EXPORT_SYMBOL_GPL vmlinux 0x633cb2c6 register_kprobe +EXPORT_SYMBOL_GPL vmlinux 0x633cc4ea i2c_client_get_device_id +EXPORT_SYMBOL_GPL vmlinux 0x634b9d42 __SCK__tp_func_block_unplug +EXPORT_SYMBOL_GPL vmlinux 0x634c75a9 tcp_abort +EXPORT_SYMBOL_GPL vmlinux 0x63566420 fuse_dev_fiq_ops +EXPORT_SYMBOL_GPL vmlinux 0x6359bc06 devm_register_sys_off_handler +EXPORT_SYMBOL_GPL vmlinux 0x63808708 xas_get_mark +EXPORT_SYMBOL_GPL vmlinux 0x6383a9a9 br_fdb_test_addr_hook +EXPORT_SYMBOL_GPL vmlinux 0x638be588 pinctrl_put +EXPORT_SYMBOL_GPL vmlinux 0x638f1558 get_mtd_device +EXPORT_SYMBOL_GPL vmlinux 0x63a0e929 mtk_pinconf_bias_get_combo +EXPORT_SYMBOL_GPL vmlinux 0x63ac0707 of_phy_simple_xlate +EXPORT_SYMBOL_GPL vmlinux 0x63adbf92 encode_rs8 +EXPORT_SYMBOL_GPL vmlinux 0x63b3e2a8 nf_hook_entries_delete_raw +EXPORT_SYMBOL_GPL vmlinux 0x63c08029 clk_bulk_unprepare +EXPORT_SYMBOL_GPL vmlinux 0x63c4b455 pci_disable_pcie_error_reporting +EXPORT_SYMBOL_GPL vmlinux 0x63d42942 pci_enable_ats +EXPORT_SYMBOL_GPL vmlinux 0x64000702 sysfs_unmerge_group +EXPORT_SYMBOL_GPL vmlinux 0x6411ad5f edac_device_handle_ce_count +EXPORT_SYMBOL_GPL vmlinux 0x6420fd0d ipv6_opt_accepted +EXPORT_SYMBOL_GPL vmlinux 0x64256424 visitor32 +EXPORT_SYMBOL_GPL vmlinux 0x6427bb37 init_srcu_struct +EXPORT_SYMBOL_GPL vmlinux 0x644bfdcf trace_print_bitmask_seq +EXPORT_SYMBOL_GPL vmlinux 0x645f8b36 snd_pcm_stream_unlock_irqrestore +EXPORT_SYMBOL_GPL vmlinux 0x646a62ae thermal_remove_hwmon_sysfs +EXPORT_SYMBOL_GPL vmlinux 0x64707abd iommu_unmap +EXPORT_SYMBOL_GPL vmlinux 0x647537f3 pl320_ipc_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x648f59a9 sfp_module_insert +EXPORT_SYMBOL_GPL vmlinux 0x6499ca92 copy_from_user_nofault +EXPORT_SYMBOL_GPL vmlinux 0x649da074 ehci_setup +EXPORT_SYMBOL_GPL vmlinux 0x649ecf8f sdio_enable_func +EXPORT_SYMBOL_GPL vmlinux 0x64a6afeb led_trigger_register +EXPORT_SYMBOL_GPL vmlinux 0x64b0a582 snd_soc_jack_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0x64bcefbb pci_probe_reset_bus +EXPORT_SYMBOL_GPL vmlinux 0x64bda457 fib6_check_nexthop +EXPORT_SYMBOL_GPL vmlinux 0x64c07d32 btree_remove +EXPORT_SYMBOL_GPL vmlinux 0x64c0cbda ata_sas_queuecmd +EXPORT_SYMBOL_GPL vmlinux 0x64d34007 __traceiter_rpm_suspend +EXPORT_SYMBOL_GPL vmlinux 0x64d472be register_ftrace_function +EXPORT_SYMBOL_GPL vmlinux 0x64d9c50a skcipher_walk_async +EXPORT_SYMBOL_GPL vmlinux 0x64e27c4f synth_event_delete +EXPORT_SYMBOL_GPL vmlinux 0x64f469fc genphy_c45_loopback +EXPORT_SYMBOL_GPL vmlinux 0x64f75c25 ftrace_set_filter_ips +EXPORT_SYMBOL_GPL vmlinux 0x650df29c extcon_get_property_capability +EXPORT_SYMBOL_GPL vmlinux 0x651d10e5 ktime_get_tai_fast_ns +EXPORT_SYMBOL_GPL vmlinux 0x65204361 wwan_get_debugfs_dir +EXPORT_SYMBOL_GPL vmlinux 0x6521a27b vp_legacy_set_features +EXPORT_SYMBOL_GPL vmlinux 0x652a7609 set_cpus_allowed_ptr +EXPORT_SYMBOL_GPL vmlinux 0x6531a37f mpi_add +EXPORT_SYMBOL_GPL vmlinux 0x65506d3f dummy_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0x65520d5d snd_pcm_stop_xrun +EXPORT_SYMBOL_GPL vmlinux 0x65537437 freezer_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0x655644ad kstrdup_quotable_file +EXPORT_SYMBOL_GPL vmlinux 0x655b425c __regmap_init_i2c +EXPORT_SYMBOL_GPL vmlinux 0x655bb13e devl_traps_register +EXPORT_SYMBOL_GPL vmlinux 0x65628cff thermal_of_cooling_device_register +EXPORT_SYMBOL_GPL vmlinux 0x656924f0 irq_domain_get_irq_data +EXPORT_SYMBOL_GPL vmlinux 0x656cd45a cgroup_get_from_fd +EXPORT_SYMBOL_GPL vmlinux 0x656f3e78 blk_queue_max_zone_append_sectors +EXPORT_SYMBOL_GPL vmlinux 0x656faabd synth_event_add_val +EXPORT_SYMBOL_GPL vmlinux 0x6576d2dd policy_has_boost_freq +EXPORT_SYMBOL_GPL vmlinux 0x65897d17 sysfs_create_file_ns +EXPORT_SYMBOL_GPL vmlinux 0x65c136a9 regulator_suspend_disable +EXPORT_SYMBOL_GPL vmlinux 0x65c1c284 crypto_wait_for_test +EXPORT_SYMBOL_GPL vmlinux 0x65c3b899 mtk_hw_set_value +EXPORT_SYMBOL_GPL vmlinux 0x65ccb6f0 call_netevent_notifiers +EXPORT_SYMBOL_GPL vmlinux 0x65dce226 usb_phy_generic_unregister +EXPORT_SYMBOL_GPL vmlinux 0x65ede766 gpiochip_remove_pin_ranges +EXPORT_SYMBOL_GPL vmlinux 0x66074246 thermal_zone_device_register_with_trips +EXPORT_SYMBOL_GPL vmlinux 0x660eb6bd devlink_free +EXPORT_SYMBOL_GPL vmlinux 0x661601de sprint_symbol +EXPORT_SYMBOL_GPL vmlinux 0x6623b338 start_poll_synchronize_srcu +EXPORT_SYMBOL_GPL vmlinux 0x662d3655 ipv4_sk_redirect +EXPORT_SYMBOL_GPL vmlinux 0x662d82df nvmem_cell_read_variable_le_u32 +EXPORT_SYMBOL_GPL vmlinux 0x6636c3c9 irq_set_vcpu_affinity +EXPORT_SYMBOL_GPL vmlinux 0x66381140 dev_pm_opp_find_freq_exact +EXPORT_SYMBOL_GPL vmlinux 0x663bb448 devlink_fmsg_obj_nest_end +EXPORT_SYMBOL_GPL vmlinux 0x664068e1 gpiochip_is_requested +EXPORT_SYMBOL_GPL vmlinux 0x665e92a0 clk_set_duty_cycle +EXPORT_SYMBOL_GPL vmlinux 0x668402aa crypto_put_default_rng +EXPORT_SYMBOL_GPL vmlinux 0x669594ad musb_clearw +EXPORT_SYMBOL_GPL vmlinux 0x669dc2c8 mtk_clk_register_cpumuxes +EXPORT_SYMBOL_GPL vmlinux 0x66ac2155 led_classdev_suspend +EXPORT_SYMBOL_GPL vmlinux 0x66b5528d validate_xmit_skb_list +EXPORT_SYMBOL_GPL vmlinux 0x66b6969b blk_req_zone_write_trylock +EXPORT_SYMBOL_GPL vmlinux 0x66b97421 sfp_link_up +EXPORT_SYMBOL_GPL vmlinux 0x66c2bc0b vcap_rule_get_key_u32 +EXPORT_SYMBOL_GPL vmlinux 0x66c4b3d4 onboard_hub_create_pdevs +EXPORT_SYMBOL_GPL vmlinux 0x66cfac8c __sk_flush_backlog +EXPORT_SYMBOL_GPL vmlinux 0x66d87d38 symbol_put_addr +EXPORT_SYMBOL_GPL vmlinux 0x66efc9be ahci_platform_get_resources +EXPORT_SYMBOL_GPL vmlinux 0x66f9315d ping_seq_next +EXPORT_SYMBOL_GPL vmlinux 0x66fc2bc0 badrange_add +EXPORT_SYMBOL_GPL vmlinux 0x6703eddc posix_clock_unregister +EXPORT_SYMBOL_GPL vmlinux 0x6718f80b page_cache_sync_ra +EXPORT_SYMBOL_GPL vmlinux 0x6719cdce tc3589x_reg_read +EXPORT_SYMBOL_GPL vmlinux 0x671d76f3 dma_vmap_noncontiguous +EXPORT_SYMBOL_GPL vmlinux 0x6721cb9c device_del +EXPORT_SYMBOL_GPL vmlinux 0x67229823 ethnl_cable_test_amplitude +EXPORT_SYMBOL_GPL vmlinux 0x672bd33b spi_mem_supports_op +EXPORT_SYMBOL_GPL vmlinux 0x672dd54e devlink_port_attrs_set +EXPORT_SYMBOL_GPL vmlinux 0x6730ca81 ip6_sk_dst_lookup_flow +EXPORT_SYMBOL_GPL vmlinux 0x673f176f __devres_alloc_node +EXPORT_SYMBOL_GPL vmlinux 0x67429c91 __SCK__tp_func_block_bio_remap +EXPORT_SYMBOL_GPL vmlinux 0x6758fd1a fib_info_nh_uses_dev +EXPORT_SYMBOL_GPL vmlinux 0x676a2291 blk_stat_enable_accounting +EXPORT_SYMBOL_GPL vmlinux 0x6780c340 vcap_keyset_list_add +EXPORT_SYMBOL_GPL vmlinux 0x6781513c __wake_up_locked_key +EXPORT_SYMBOL_GPL vmlinux 0x678a09c8 msi_unlock_descs +EXPORT_SYMBOL_GPL vmlinux 0x679239dc usb_unpoison_urb +EXPORT_SYMBOL_GPL vmlinux 0x67955ce6 profile_hits +EXPORT_SYMBOL_GPL vmlinux 0x67a4aa7a edac_device_free_ctl_info +EXPORT_SYMBOL_GPL vmlinux 0x67a7953f perf_event_refresh +EXPORT_SYMBOL_GPL vmlinux 0x67bb2c33 bsg_job_put +EXPORT_SYMBOL_GPL vmlinux 0x67c3c795 get_state_synchronize_rcu_full +EXPORT_SYMBOL_GPL vmlinux 0x67d793c3 sysfs_remove_link_from_group +EXPORT_SYMBOL_GPL vmlinux 0x67da9f7c sha512_zero_message_hash +EXPORT_SYMBOL_GPL vmlinux 0x67e4bdd2 device_reprobe +EXPORT_SYMBOL_GPL vmlinux 0x67e822a6 devm_pm_opp_of_add_table_indexed +EXPORT_SYMBOL_GPL vmlinux 0x6819428b of_thermal_get_trip_points +EXPORT_SYMBOL_GPL vmlinux 0x681b3954 perf_event_release_kernel +EXPORT_SYMBOL_GPL vmlinux 0x682ed198 __fscrypt_prepare_readdir +EXPORT_SYMBOL_GPL vmlinux 0x682ff057 ring_buffer_commit_overrun_cpu +EXPORT_SYMBOL_GPL vmlinux 0x6830499e stmpe_block_write +EXPORT_SYMBOL_GPL vmlinux 0x6831dc2d snd_soc_dapm_get_enum_double +EXPORT_SYMBOL_GPL vmlinux 0x68360ccb tegra_xusb_padctl_legacy_remove +EXPORT_SYMBOL_GPL vmlinux 0x683e2b0c paste_selection +EXPORT_SYMBOL_GPL vmlinux 0x6847faa3 __clk_mux_determine_rate_closest +EXPORT_SYMBOL_GPL vmlinux 0x6848fee8 input_ff_destroy +EXPORT_SYMBOL_GPL vmlinux 0x68732433 device_wakeup_disable +EXPORT_SYMBOL_GPL vmlinux 0x68758fda nvmem_cell_write +EXPORT_SYMBOL_GPL vmlinux 0x687b4886 ata_port_desc +EXPORT_SYMBOL_GPL vmlinux 0x687fca31 imx6q_cpuidle_fec_irqs_used +EXPORT_SYMBOL_GPL vmlinux 0x68952493 rcu_note_context_switch +EXPORT_SYMBOL_GPL vmlinux 0x689ec3a2 iommu_dev_disable_feature +EXPORT_SYMBOL_GPL vmlinux 0x68a6b233 acct_bioset_init +EXPORT_SYMBOL_GPL vmlinux 0x68ab5c03 tpm_chip_start +EXPORT_SYMBOL_GPL vmlinux 0x68ac5216 crypto_stats_ahash_update +EXPORT_SYMBOL_GPL vmlinux 0x68c41056 power_supply_get_property +EXPORT_SYMBOL_GPL vmlinux 0x68c73e84 extcon_set_property_capability +EXPORT_SYMBOL_GPL vmlinux 0x68d91268 pci_destroy_slot +EXPORT_SYMBOL_GPL vmlinux 0x68e775ed snd_soc_register_dai +EXPORT_SYMBOL_GPL vmlinux 0x68f38491 nanddev_cleanup +EXPORT_SYMBOL_GPL vmlinux 0x690f585e phy_basic_ports_array +EXPORT_SYMBOL_GPL vmlinux 0x6913865a trace_clock_jiffies +EXPORT_SYMBOL_GPL vmlinux 0x691472b4 debugfs_attr_read +EXPORT_SYMBOL_GPL vmlinux 0x691d0acd bpf_verifier_log_write +EXPORT_SYMBOL_GPL vmlinux 0x692a4f08 idr_alloc +EXPORT_SYMBOL_GPL vmlinux 0x692ddf7f kick_process +EXPORT_SYMBOL_GPL vmlinux 0x6945725e mpi_read_raw_data +EXPORT_SYMBOL_GPL vmlinux 0x6950974d __bio_add_page +EXPORT_SYMBOL_GPL vmlinux 0x69523c7c blk_mq_freeze_queue_wait_timeout +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 0x697434c9 genphy_c45_restart_aneg +EXPORT_SYMBOL_GPL vmlinux 0x697c5d0d tracing_snapshot_alloc +EXPORT_SYMBOL_GPL vmlinux 0x69855a0a ip6_route_lookup +EXPORT_SYMBOL_GPL vmlinux 0x6991fb45 platform_add_devices +EXPORT_SYMBOL_GPL vmlinux 0x69a0873c gpiod_get_raw_value +EXPORT_SYMBOL_GPL vmlinux 0x69a99ab9 rockchip_register_softrst_lut +EXPORT_SYMBOL_GPL vmlinux 0x69ae10c6 devm_regulator_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x69b1745e FSE_readNCount +EXPORT_SYMBOL_GPL vmlinux 0x69bdd3d6 lwtunnel_input +EXPORT_SYMBOL_GPL vmlinux 0x69c8104e __clk_determine_rate +EXPORT_SYMBOL_GPL vmlinux 0x69ce199b bpf_prog_create +EXPORT_SYMBOL_GPL vmlinux 0x69cf0632 mpi_fromstr +EXPORT_SYMBOL_GPL vmlinux 0x69d1479e set_capacity_and_notify +EXPORT_SYMBOL_GPL vmlinux 0x69d33475 ata_host_activate +EXPORT_SYMBOL_GPL vmlinux 0x69ddd454 srcu_notifier_chain_unregister +EXPORT_SYMBOL_GPL vmlinux 0x69dfa81e devm_add_action +EXPORT_SYMBOL_GPL vmlinux 0x69e40fb4 virtqueue_disable_cb +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 0x69fb6e5a driver_for_each_device +EXPORT_SYMBOL_GPL vmlinux 0x69fd28fe of_resolve_phandles +EXPORT_SYMBOL_GPL vmlinux 0x6a05b65b fb_videomode_from_videomode +EXPORT_SYMBOL_GPL vmlinux 0x6a1008a1 of_reserved_mem_device_init_by_name +EXPORT_SYMBOL_GPL vmlinux 0x6a27c1dc devm_create_dev_dax +EXPORT_SYMBOL_GPL vmlinux 0x6a29e5d2 irq_force_affinity +EXPORT_SYMBOL_GPL vmlinux 0x6a460dc5 schedule_hrtimeout +EXPORT_SYMBOL_GPL vmlinux 0x6a4f623b mmu_notifier_synchronize +EXPORT_SYMBOL_GPL vmlinux 0x6a5809f4 usb_disable_ltm +EXPORT_SYMBOL_GPL vmlinux 0x6a877a59 __dma_fence_unwrap_merge +EXPORT_SYMBOL_GPL vmlinux 0x6a8b3728 led_update_brightness +EXPORT_SYMBOL_GPL vmlinux 0x6a8ff989 dma_map_sgtable +EXPORT_SYMBOL_GPL vmlinux 0x6a967d85 register_pernet_device +EXPORT_SYMBOL_GPL vmlinux 0x6a9e90af ata_mode_string +EXPORT_SYMBOL_GPL vmlinux 0x6aa5e412 gen_pool_avail +EXPORT_SYMBOL_GPL vmlinux 0x6ab31355 regulator_set_voltage_rdev +EXPORT_SYMBOL_GPL vmlinux 0x6ac42c3f clk_hw_get_flags +EXPORT_SYMBOL_GPL vmlinux 0x6ad86d4f hvc_alloc +EXPORT_SYMBOL_GPL vmlinux 0x6ada60ca power_supply_set_property +EXPORT_SYMBOL_GPL vmlinux 0x6af8c6dc musb_writel +EXPORT_SYMBOL_GPL vmlinux 0x6b0958af vcap_port_debugfs +EXPORT_SYMBOL_GPL vmlinux 0x6b110d40 tty_ldisc_ref +EXPORT_SYMBOL_GPL vmlinux 0x6b146bb0 sk_msg_return_zero +EXPORT_SYMBOL_GPL vmlinux 0x6b276373 __iomap_dio_rw +EXPORT_SYMBOL_GPL vmlinux 0x6b2b4738 n_tty_inherit_ops +EXPORT_SYMBOL_GPL vmlinux 0x6b334acc trace_seq_bitmask +EXPORT_SYMBOL_GPL vmlinux 0x6b362426 rio_request_outb_dbell +EXPORT_SYMBOL_GPL vmlinux 0x6b36e07d devlink_linecard_destroy +EXPORT_SYMBOL_GPL vmlinux 0x6b413c9b sfp_link_down +EXPORT_SYMBOL_GPL vmlinux 0x6b46f930 blk_mq_wait_quiesce_done +EXPORT_SYMBOL_GPL vmlinux 0x6b47f8a4 hisi_clk_register_mux +EXPORT_SYMBOL_GPL vmlinux 0x6b81c38b power_supply_unreg_notifier +EXPORT_SYMBOL_GPL vmlinux 0x6b81fa02 virtio_check_driver_offered_feature +EXPORT_SYMBOL_GPL vmlinux 0x6b82dacc pci_ims_free_irq +EXPORT_SYMBOL_GPL vmlinux 0x6b84de50 auxiliary_device_init +EXPORT_SYMBOL_GPL vmlinux 0x6b97541a icc_link_create +EXPORT_SYMBOL_GPL vmlinux 0x6ba5c713 pci_create_root_bus +EXPORT_SYMBOL_GPL vmlinux 0x6ba77152 iommu_set_fault_handler +EXPORT_SYMBOL_GPL vmlinux 0x6ba9fb63 kthread_cancel_work_sync +EXPORT_SYMBOL_GPL vmlinux 0x6bb04338 rhashtable_insert_slow +EXPORT_SYMBOL_GPL vmlinux 0x6bb1a962 __ndisc_fill_addr_option +EXPORT_SYMBOL_GPL vmlinux 0x6bc313cb pinctrl_generic_remove_group +EXPORT_SYMBOL_GPL vmlinux 0x6bcdedc0 mpi_point_init +EXPORT_SYMBOL_GPL vmlinux 0x6bd1aa56 stack_trace_save +EXPORT_SYMBOL_GPL vmlinux 0x6bdd680c snd_pcm_fill_iec958_consumer_hw_params +EXPORT_SYMBOL_GPL vmlinux 0x6bf1c2fa snd_dmaengine_pcm_open +EXPORT_SYMBOL_GPL vmlinux 0x6bf97600 irq_chip_disable_parent +EXPORT_SYMBOL_GPL vmlinux 0x6bfd3f5c sock_gen_put +EXPORT_SYMBOL_GPL vmlinux 0x6c082a08 clk_hw_get_parent_by_index +EXPORT_SYMBOL_GPL vmlinux 0x6c240d6d sata_link_resume +EXPORT_SYMBOL_GPL vmlinux 0x6c28cc7c l3mdev_ifindex_lookup_by_table_id +EXPORT_SYMBOL_GPL vmlinux 0x6c38e637 disk_update_readahead +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 0x6c4e6ffa blk_mq_unquiesce_tagset +EXPORT_SYMBOL_GPL vmlinux 0x6c52eb3e proc_create_net_data +EXPORT_SYMBOL_GPL vmlinux 0x6c5906d5 __ip6_local_out +EXPORT_SYMBOL_GPL vmlinux 0x6c5ad0cd kmsg_dump_register +EXPORT_SYMBOL_GPL vmlinux 0x6c7b435f mc146818_does_rtc_work +EXPORT_SYMBOL_GPL vmlinux 0x6c7f12ee irqchip_fwnode_ops +EXPORT_SYMBOL_GPL vmlinux 0x6c8fdfc1 gpiod_set_transitory +EXPORT_SYMBOL_GPL vmlinux 0x6c956075 __SCK__tp_func_devlink_hwerr +EXPORT_SYMBOL_GPL vmlinux 0x6ca32291 dst_cache_set_ip6 +EXPORT_SYMBOL_GPL vmlinux 0x6ca4bf88 async_synchronize_full_domain +EXPORT_SYMBOL_GPL vmlinux 0x6ca54071 fscrypt_context_for_new_inode +EXPORT_SYMBOL_GPL vmlinux 0x6ca68cbf trace_event_buffer_reserve +EXPORT_SYMBOL_GPL vmlinux 0x6cb3efb4 skb_gso_validate_network_len +EXPORT_SYMBOL_GPL vmlinux 0x6cc692ce fib4_rule_default +EXPORT_SYMBOL_GPL vmlinux 0x6cd17e49 zs_pool_stats +EXPORT_SYMBOL_GPL vmlinux 0x6ce4d41f virtqueue_get_desc_addr +EXPORT_SYMBOL_GPL vmlinux 0x6cfbfd0c strp_data_ready +EXPORT_SYMBOL_GPL vmlinux 0x6d0489bd vcap_rule_iter +EXPORT_SYMBOL_GPL vmlinux 0x6d04d2a0 ata_port_pbar_desc +EXPORT_SYMBOL_GPL vmlinux 0x6d09843f copy_bpf_fprog_from_user +EXPORT_SYMBOL_GPL vmlinux 0x6d0ae550 pinctrl_gpio_request +EXPORT_SYMBOL_GPL vmlinux 0x6d0d40ee inet_csk_reqsk_queue_hash_add +EXPORT_SYMBOL_GPL vmlinux 0x6d143789 fwnode_gpiod_get_index +EXPORT_SYMBOL_GPL vmlinux 0x6d1ce3f5 __blkg_prfill_u64 +EXPORT_SYMBOL_GPL vmlinux 0x6d2bd561 vfs_fallocate +EXPORT_SYMBOL_GPL vmlinux 0x6d2fc5a6 net_namespace_list +EXPORT_SYMBOL_GPL vmlinux 0x6d467b08 arm_smccc_1_1_get_conduit +EXPORT_SYMBOL_GPL vmlinux 0x6d59d860 vfs_inode_has_locks +EXPORT_SYMBOL_GPL vmlinux 0x6d5be030 bdev_discard_alignment +EXPORT_SYMBOL_GPL vmlinux 0x6d6b3ac3 sdev_evt_send +EXPORT_SYMBOL_GPL vmlinux 0x6d6b4709 usb_interrupt_msg +EXPORT_SYMBOL_GPL vmlinux 0x6d6c669c thermal_zone_get_slope +EXPORT_SYMBOL_GPL vmlinux 0x6d6d74f2 public_key_signature_free +EXPORT_SYMBOL_GPL vmlinux 0x6d6fec1f ktime_mono_to_any +EXPORT_SYMBOL_GPL vmlinux 0x6d71c906 usb_disable_lpm +EXPORT_SYMBOL_GPL vmlinux 0x6d71e884 device_set_wakeup_capable +EXPORT_SYMBOL_GPL vmlinux 0x6d7e951e rcu_exp_batches_completed +EXPORT_SYMBOL_GPL vmlinux 0x6d863093 regulator_map_voltage_linear +EXPORT_SYMBOL_GPL vmlinux 0x6d8f792f devm_pwm_get +EXPORT_SYMBOL_GPL vmlinux 0x6db65ca8 usb_cache_string +EXPORT_SYMBOL_GPL vmlinux 0x6db6ea2c irq_domain_create_simple +EXPORT_SYMBOL_GPL vmlinux 0x6dbaafd3 put_old_timespec32 +EXPORT_SYMBOL_GPL vmlinux 0x6dbfeda7 pm_generic_runtime_resume +EXPORT_SYMBOL_GPL vmlinux 0x6dc43f43 imx6q_cpuidle_fec_irqs_unused +EXPORT_SYMBOL_GPL vmlinux 0x6dd1b8a7 parse_OID +EXPORT_SYMBOL_GPL vmlinux 0x6dd5680d sprint_symbol_build_id +EXPORT_SYMBOL_GPL vmlinux 0x6de32c84 dev_pm_opp_find_freq_floor +EXPORT_SYMBOL_GPL vmlinux 0x6def5cd6 invalidate_inode_pages2 +EXPORT_SYMBOL_GPL vmlinux 0x6e09d93d __SCK__tp_func_map +EXPORT_SYMBOL_GPL vmlinux 0x6e0a9981 snd_soc_jack_add_pins +EXPORT_SYMBOL_GPL vmlinux 0x6e1506eb synth_event_trace_array +EXPORT_SYMBOL_GPL vmlinux 0x6e1579fb snd_soc_unregister_dai +EXPORT_SYMBOL_GPL vmlinux 0x6e16fc59 of_get_videomode +EXPORT_SYMBOL_GPL vmlinux 0x6e3347ec devlink_priv +EXPORT_SYMBOL_GPL vmlinux 0x6e353c26 mpi_rshift +EXPORT_SYMBOL_GPL vmlinux 0x6e3ff83a edac_device_alloc_index +EXPORT_SYMBOL_GPL vmlinux 0x6e40ca61 ping_init_sock +EXPORT_SYMBOL_GPL vmlinux 0x6e4da990 kobject_move +EXPORT_SYMBOL_GPL vmlinux 0x6e5073d9 pm_clk_add +EXPORT_SYMBOL_GPL vmlinux 0x6e635087 percpu_ref_exit +EXPORT_SYMBOL_GPL vmlinux 0x6e679321 xas_find_conflict +EXPORT_SYMBOL_GPL vmlinux 0x6e683693 x509_cert_parse +EXPORT_SYMBOL_GPL vmlinux 0x6e7943ec iommu_group_id +EXPORT_SYMBOL_GPL vmlinux 0x6e7f39e1 ata_pci_remove_one +EXPORT_SYMBOL_GPL vmlinux 0x6e87586d devm_clk_register +EXPORT_SYMBOL_GPL vmlinux 0x6e89a560 regmap_irq_chip_get_base +EXPORT_SYMBOL_GPL vmlinux 0x6e965682 musb_queue_resume_work +EXPORT_SYMBOL_GPL vmlinux 0x6ea1dd01 ack_all_badblocks +EXPORT_SYMBOL_GPL vmlinux 0x6ea3b7e5 vp_legacy_remove +EXPORT_SYMBOL_GPL vmlinux 0x6ea45a13 __traceiter_block_rq_remap +EXPORT_SYMBOL_GPL vmlinux 0x6ea96afe mtk_pinconf_drive_set_raw +EXPORT_SYMBOL_GPL vmlinux 0x6ebe366f ktime_get_mono_fast_ns +EXPORT_SYMBOL_GPL vmlinux 0x6ecb5bd8 ahci_sdev_groups +EXPORT_SYMBOL_GPL vmlinux 0x6ece5c3d __percpu_down_read +EXPORT_SYMBOL_GPL vmlinux 0x6ed0238d lochnagar_update_config +EXPORT_SYMBOL_GPL vmlinux 0x6ee0ed7a nvdimm_volatile_region_create +EXPORT_SYMBOL_GPL vmlinux 0x6ee8504d dev_pm_opp_remove_table +EXPORT_SYMBOL_GPL vmlinux 0x6ee990d1 lpddr2_jedec_manufacturer +EXPORT_SYMBOL_GPL vmlinux 0x6eeda12a of_pci_find_child_device +EXPORT_SYMBOL_GPL vmlinux 0x6ef6b54f ktime_get_boot_fast_ns +EXPORT_SYMBOL_GPL vmlinux 0x6efad060 nvmem_del_cell_table +EXPORT_SYMBOL_GPL vmlinux 0x6efe6d60 ata_pci_shutdown_one +EXPORT_SYMBOL_GPL vmlinux 0x6f079db2 ping_rcv +EXPORT_SYMBOL_GPL vmlinux 0x6f0cfc9f pwm_set_chip_data +EXPORT_SYMBOL_GPL vmlinux 0x6f0da9f2 ata_bmdma_dumb_qc_prep +EXPORT_SYMBOL_GPL vmlinux 0x6f0f9cb3 platform_get_mem_or_io +EXPORT_SYMBOL_GPL vmlinux 0x6f12560a get_old_timespec32 +EXPORT_SYMBOL_GPL vmlinux 0x6f1b68a7 of_genpd_add_subdomain +EXPORT_SYMBOL_GPL vmlinux 0x6f2017de misc_cg_set_capacity +EXPORT_SYMBOL_GPL vmlinux 0x6f211588 dm_submit_bio_remap +EXPORT_SYMBOL_GPL vmlinux 0x6f2677ca of_genpd_add_provider_onecell +EXPORT_SYMBOL_GPL vmlinux 0x6f2f20fe cros_ec_cmd +EXPORT_SYMBOL_GPL vmlinux 0x6f312971 unregister_wide_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0x6f34fc02 relay_close +EXPORT_SYMBOL_GPL vmlinux 0x6f6b52e9 __ipv6_fixup_options +EXPORT_SYMBOL_GPL vmlinux 0x6f76087b vcap_del_rules +EXPORT_SYMBOL_GPL vmlinux 0x6f776d45 nexthop_find_by_id +EXPORT_SYMBOL_GPL vmlinux 0x6f7e6040 irq_has_action +EXPORT_SYMBOL_GPL vmlinux 0x6f884a98 rio_del_device +EXPORT_SYMBOL_GPL vmlinux 0x6f88f6da phy_set_media +EXPORT_SYMBOL_GPL vmlinux 0x6f92b523 pci_test_config_bits +EXPORT_SYMBOL_GPL vmlinux 0x6f9e763b timecounter_read +EXPORT_SYMBOL_GPL vmlinux 0x6fa3dfe6 clk_hw_round_rate +EXPORT_SYMBOL_GPL vmlinux 0x6fb47686 filemap_range_has_writeback +EXPORT_SYMBOL_GPL vmlinux 0x6fb6c32d ioc_find_get_icq +EXPORT_SYMBOL_GPL vmlinux 0x6fb7e313 asic3_write_register +EXPORT_SYMBOL_GPL vmlinux 0x6fca8054 mbox_request_channel +EXPORT_SYMBOL_GPL vmlinux 0x6fcef6ab ring_buffer_reset +EXPORT_SYMBOL_GPL vmlinux 0x6fd1205d device_store_bool +EXPORT_SYMBOL_GPL vmlinux 0x6ff607b6 crypto_get_default_rng +EXPORT_SYMBOL_GPL vmlinux 0x70041466 pm_generic_suspend +EXPORT_SYMBOL_GPL vmlinux 0x7006586e iommu_get_group_resv_regions +EXPORT_SYMBOL_GPL vmlinux 0x700af3c9 devm_gpiod_get_array +EXPORT_SYMBOL_GPL vmlinux 0x700e0495 snd_soc_of_parse_tdm_slot +EXPORT_SYMBOL_GPL vmlinux 0x7015435a inet6_hash_connect +EXPORT_SYMBOL_GPL vmlinux 0x70157d80 regulator_set_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x70255d38 __traceiter_rpm_return_int +EXPORT_SYMBOL_GPL vmlinux 0x70260a98 ping_common_sendmsg +EXPORT_SYMBOL_GPL vmlinux 0x702e4128 __fscrypt_inode_uses_inline_crypto +EXPORT_SYMBOL_GPL vmlinux 0x7033e168 snd_soc_dapm_get_volsw +EXPORT_SYMBOL_GPL vmlinux 0x704824fb proc_create_net_single +EXPORT_SYMBOL_GPL vmlinux 0x704b2d9d pci_assign_unassigned_bridge_resources +EXPORT_SYMBOL_GPL vmlinux 0x7058d696 dw_pcie_own_conf_map_bus +EXPORT_SYMBOL_GPL vmlinux 0x706560a6 pwm_request +EXPORT_SYMBOL_GPL vmlinux 0x7073c04f phy_10_100_features_array +EXPORT_SYMBOL_GPL vmlinux 0x7090facc rio_mport_chk_dev_access +EXPORT_SYMBOL_GPL vmlinux 0x70a01016 fuse_dev_install +EXPORT_SYMBOL_GPL vmlinux 0x70b86bd5 tegra_bpmp_request_mrq +EXPORT_SYMBOL_GPL vmlinux 0x70b8bd90 pci_generic_config_write32 +EXPORT_SYMBOL_GPL vmlinux 0x70beabb7 irq_chip_mask_parent +EXPORT_SYMBOL_GPL vmlinux 0x70c4b982 sdhci_enable_v4_mode +EXPORT_SYMBOL_GPL vmlinux 0x70c52dc5 nf_skb_duplicated +EXPORT_SYMBOL_GPL vmlinux 0x70c6d827 mc146818_set_time +EXPORT_SYMBOL_GPL vmlinux 0x70c6f159 pci_epf_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0x70cba935 vga_default_device +EXPORT_SYMBOL_GPL vmlinux 0x70cf032f usb_hcd_irq +EXPORT_SYMBOL_GPL vmlinux 0x70d21709 uart_try_toggle_sysrq +EXPORT_SYMBOL_GPL vmlinux 0x70d5e146 of_property_read_string_helper +EXPORT_SYMBOL_GPL vmlinux 0x70d72b71 find_get_pid +EXPORT_SYMBOL_GPL vmlinux 0x70d7a46b cpufreq_cpu_get +EXPORT_SYMBOL_GPL vmlinux 0x70d9bb95 power_supply_property_is_writeable +EXPORT_SYMBOL_GPL vmlinux 0x70e24953 percpu_ref_switch_to_atomic +EXPORT_SYMBOL_GPL vmlinux 0x70e2b6de __traceiter_neigh_event_send_dead +EXPORT_SYMBOL_GPL vmlinux 0x70ef1ed9 snd_card_free_on_error +EXPORT_SYMBOL_GPL vmlinux 0x70f18939 gpiod_get_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x70f7b8b2 crypto_stats_ahash_final +EXPORT_SYMBOL_GPL vmlinux 0x7102919f pci_load_saved_state +EXPORT_SYMBOL_GPL vmlinux 0x710c73b6 crypto_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x7110a8cc percpu_down_write +EXPORT_SYMBOL_GPL vmlinux 0x7117e03a mtk_clk_gate_ops_no_setclr_inv +EXPORT_SYMBOL_GPL vmlinux 0x715a43ce priv_to_devlink +EXPORT_SYMBOL_GPL vmlinux 0x715a4f37 __wake_up_pollfree +EXPORT_SYMBOL_GPL vmlinux 0x715d99e0 tc3589x_block_read +EXPORT_SYMBOL_GPL vmlinux 0x716265c7 debugfs_initialized +EXPORT_SYMBOL_GPL vmlinux 0x7163ef22 subsys_dev_iter_next +EXPORT_SYMBOL_GPL vmlinux 0x716d6f4b input_ff_erase +EXPORT_SYMBOL_GPL vmlinux 0x71711008 dev_attr_em_message_type +EXPORT_SYMBOL_GPL vmlinux 0x71724493 mctrl_gpio_enable_irq_wake +EXPORT_SYMBOL_GPL vmlinux 0x71785d8e pcie_aspm_enabled +EXPORT_SYMBOL_GPL vmlinux 0x7195940a mctrl_gpio_disable_irq_wake +EXPORT_SYMBOL_GPL vmlinux 0x719a5e41 musb_readw +EXPORT_SYMBOL_GPL vmlinux 0x719e17ff clk_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0x71a20f4a __SCK__tp_func_non_standard_event +EXPORT_SYMBOL_GPL vmlinux 0x71a86c30 icc_provider_deregister +EXPORT_SYMBOL_GPL vmlinux 0x71a9a3ab mtk_mutex_acquire +EXPORT_SYMBOL_GPL vmlinux 0x71b6cf94 dst_cache_reset_now +EXPORT_SYMBOL_GPL vmlinux 0x71cf085c dev_pm_opp_of_get_opp_desc_node +EXPORT_SYMBOL_GPL vmlinux 0x71d96152 mmc_get_ext_csd +EXPORT_SYMBOL_GPL vmlinux 0x7204c3ca kernel_read_file +EXPORT_SYMBOL_GPL vmlinux 0x72079245 rio_unregister_mport +EXPORT_SYMBOL_GPL vmlinux 0x721d1705 virtqueue_get_buf +EXPORT_SYMBOL_GPL vmlinux 0x7265f2b0 pci_vpd_check_csum +EXPORT_SYMBOL_GPL vmlinux 0x726d0a83 irq_domain_create_hierarchy +EXPORT_SYMBOL_GPL vmlinux 0x7276a627 dst_blackhole_mtu +EXPORT_SYMBOL_GPL vmlinux 0x7278d328 all_vm_events +EXPORT_SYMBOL_GPL vmlinux 0x7293b40d debugfs_create_symlink +EXPORT_SYMBOL_GPL vmlinux 0x72aa7337 tcp_register_ulp +EXPORT_SYMBOL_GPL vmlinux 0x72ae1839 base64_decode +EXPORT_SYMBOL_GPL vmlinux 0x72b299e1 efi_capsule_supported +EXPORT_SYMBOL_GPL vmlinux 0x72c153a0 irq_create_mapping_affinity +EXPORT_SYMBOL_GPL vmlinux 0x72c24728 crypto_stats_init +EXPORT_SYMBOL_GPL vmlinux 0x72c8c429 blk_mq_quiesce_queue +EXPORT_SYMBOL_GPL vmlinux 0x72cbafe7 platform_get_resource +EXPORT_SYMBOL_GPL vmlinux 0x72cc9eba shmem_read_mapping_page_gfp +EXPORT_SYMBOL_GPL vmlinux 0x72db6ce2 sysfs_merge_group +EXPORT_SYMBOL_GPL vmlinux 0x72dec0f9 usb_del_gadget +EXPORT_SYMBOL_GPL vmlinux 0x72fc6ef1 crypto_aead_decrypt +EXPORT_SYMBOL_GPL vmlinux 0x72fff14d fuse_conn_put +EXPORT_SYMBOL_GPL vmlinux 0x73159afa __rio_local_read_config_32 +EXPORT_SYMBOL_GPL vmlinux 0x73233c11 crypto_register_acomp +EXPORT_SYMBOL_GPL vmlinux 0x733206f7 dev_pm_opp_find_level_exact +EXPORT_SYMBOL_GPL vmlinux 0x733e6fad dst_cache_get +EXPORT_SYMBOL_GPL vmlinux 0x734070bd iptunnel_handle_offloads +EXPORT_SYMBOL_GPL vmlinux 0x734cf09d lwtunnel_get_encap_size +EXPORT_SYMBOL_GPL vmlinux 0x7351fcb1 devlink_remote_reload_actions_performed +EXPORT_SYMBOL_GPL vmlinux 0x735d0069 acct_bioset_exit +EXPORT_SYMBOL_GPL vmlinux 0x73683f07 snd_soc_set_ac97_ops +EXPORT_SYMBOL_GPL vmlinux 0x738b3ecd perf_aux_output_end +EXPORT_SYMBOL_GPL vmlinux 0x73905119 trace_event_reg +EXPORT_SYMBOL_GPL vmlinux 0x739d2740 tpm_is_tpm2 +EXPORT_SYMBOL_GPL vmlinux 0x73a1fda6 proc_get_parent_data +EXPORT_SYMBOL_GPL vmlinux 0x73a2a8cc rio_mport_write_config_8 +EXPORT_SYMBOL_GPL vmlinux 0x73a48b4a ata_sff_std_ports +EXPORT_SYMBOL_GPL vmlinux 0x73ad7b0e gpiod_get_array_optional +EXPORT_SYMBOL_GPL vmlinux 0x73b98231 asymmetric_key_generate_id +EXPORT_SYMBOL_GPL vmlinux 0x73bc8916 nanddev_bbt_get_block_status +EXPORT_SYMBOL_GPL vmlinux 0x73becd27 blk_mq_unfreeze_queue +EXPORT_SYMBOL_GPL vmlinux 0x73c42a9a ohci_hub_status_data +EXPORT_SYMBOL_GPL vmlinux 0x73cc8631 oiap +EXPORT_SYMBOL_GPL vmlinux 0x73cea263 __traceiter_ata_tf_load +EXPORT_SYMBOL_GPL vmlinux 0x73def597 snd_soc_component_init_regmap +EXPORT_SYMBOL_GPL vmlinux 0x73e4e6c0 regmap_add_irq_chip_fwnode +EXPORT_SYMBOL_GPL vmlinux 0x73e4edb8 phy_gbit_features +EXPORT_SYMBOL_GPL vmlinux 0x73e64d99 fat_truncate_time +EXPORT_SYMBOL_GPL vmlinux 0x73f8dab3 xdp_rxq_info_reg_mem_model +EXPORT_SYMBOL_GPL vmlinux 0x742082d8 sbitmap_queue_recalculate_wake_batch +EXPORT_SYMBOL_GPL vmlinux 0x7429297b interval_tree_span_iter_next +EXPORT_SYMBOL_GPL vmlinux 0x74293d45 cros_ec_check_features +EXPORT_SYMBOL_GPL vmlinux 0x742f8785 of_property_read_variable_u8_array +EXPORT_SYMBOL_GPL vmlinux 0x74441cd9 hwmon_device_register_with_groups +EXPORT_SYMBOL_GPL vmlinux 0x74595e73 mtd_wunit_to_pairing_info +EXPORT_SYMBOL_GPL vmlinux 0x746da472 swapcache_mapping +EXPORT_SYMBOL_GPL vmlinux 0x749537f8 dev_coredumpsg +EXPORT_SYMBOL_GPL vmlinux 0x74aab8ae snd_soc_info_xr_sx +EXPORT_SYMBOL_GPL vmlinux 0x74b2e224 ahci_error_handler +EXPORT_SYMBOL_GPL vmlinux 0x74b5ea68 lcm_not_zero +EXPORT_SYMBOL_GPL vmlinux 0x74b69e2c sata_scr_write_flush +EXPORT_SYMBOL_GPL vmlinux 0x74baa8ee snd_soc_component_force_enable_pin_unlocked +EXPORT_SYMBOL_GPL vmlinux 0x74baf17a tracing_is_on +EXPORT_SYMBOL_GPL vmlinux 0x74c18b87 devm_devfreq_event_remove_edev +EXPORT_SYMBOL_GPL vmlinux 0x74ca1068 genphy_c45_read_mdix +EXPORT_SYMBOL_GPL vmlinux 0x74ceda15 pci_epf_remove_vepf +EXPORT_SYMBOL_GPL vmlinux 0x74db2e6a inode_dax +EXPORT_SYMBOL_GPL vmlinux 0x74df49aa snd_dmaengine_pcm_open_request_chan +EXPORT_SYMBOL_GPL vmlinux 0x74e282b2 bus_unregister +EXPORT_SYMBOL_GPL vmlinux 0x74f5d54b snd_soc_dai_set_pll +EXPORT_SYMBOL_GPL vmlinux 0x74feb0af vivaldi_function_row_physmap_show +EXPORT_SYMBOL_GPL vmlinux 0x74ff23c3 ata_dev_pair +EXPORT_SYMBOL_GPL vmlinux 0x74ff73d6 pinctrl_utils_add_config +EXPORT_SYMBOL_GPL vmlinux 0x750c0da3 fib6_rule_default +EXPORT_SYMBOL_GPL vmlinux 0x750db9ea __reset_control_get +EXPORT_SYMBOL_GPL vmlinux 0x75119107 blk_mq_sched_try_merge +EXPORT_SYMBOL_GPL vmlinux 0x751295f7 ata_sas_port_alloc +EXPORT_SYMBOL_GPL vmlinux 0x7513b5ec __iowrite32_copy +EXPORT_SYMBOL_GPL vmlinux 0x75173da2 pci_pasid_features +EXPORT_SYMBOL_GPL vmlinux 0x7522f3ba irq_modify_status +EXPORT_SYMBOL_GPL vmlinux 0x752778fb fscrypt_ioctl_get_policy_ex +EXPORT_SYMBOL_GPL vmlinux 0x7528a91e serdev_device_set_baudrate +EXPORT_SYMBOL_GPL vmlinux 0x752d29af show_class_attr_string +EXPORT_SYMBOL_GPL vmlinux 0x752e7084 nand_reset +EXPORT_SYMBOL_GPL vmlinux 0x752fc819 snd_soc_dai_active +EXPORT_SYMBOL_GPL vmlinux 0x7534596b mtk_mutex_write_sof +EXPORT_SYMBOL_GPL vmlinux 0x754a74be dapm_pinctrl_event +EXPORT_SYMBOL_GPL vmlinux 0x754cba33 pm_generic_runtime_suspend +EXPORT_SYMBOL_GPL vmlinux 0x755ae3c8 trusted_tpm_send +EXPORT_SYMBOL_GPL vmlinux 0x756b9deb platform_device_add +EXPORT_SYMBOL_GPL vmlinux 0x757baf57 put_io_context +EXPORT_SYMBOL_GPL vmlinux 0x757c1bbb housekeeping_any_cpu +EXPORT_SYMBOL_GPL vmlinux 0x758bdc8e rio_mport_write_config_16 +EXPORT_SYMBOL_GPL vmlinux 0x759139cb of_pci_check_probe_only +EXPORT_SYMBOL_GPL vmlinux 0x7593387f phy_pm_runtime_forbid +EXPORT_SYMBOL_GPL vmlinux 0x759c0af8 i2c_adapter_depth +EXPORT_SYMBOL_GPL vmlinux 0x759da9f1 i2c_dw_probe_master +EXPORT_SYMBOL_GPL vmlinux 0x75a358c6 vcap_get_rule +EXPORT_SYMBOL_GPL vmlinux 0x75a9ea52 wait_on_page_writeback +EXPORT_SYMBOL_GPL vmlinux 0x75ab7449 pci_ats_supported +EXPORT_SYMBOL_GPL vmlinux 0x75bf6cc0 is_binary_blacklisted +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 0x75ea898c attribute_container_unregister +EXPORT_SYMBOL_GPL vmlinux 0x75f24ff1 fsnotify +EXPORT_SYMBOL_GPL vmlinux 0x75f95e73 regulator_count_voltages +EXPORT_SYMBOL_GPL vmlinux 0x75fb9062 arch_timer_read_counter +EXPORT_SYMBOL_GPL vmlinux 0x75fbd791 usb_remove_phy +EXPORT_SYMBOL_GPL vmlinux 0x75ffac54 clockevents_register_device +EXPORT_SYMBOL_GPL vmlinux 0x760739b7 led_trigger_register_simple +EXPORT_SYMBOL_GPL vmlinux 0x760c7b34 icc_put +EXPORT_SYMBOL_GPL vmlinux 0x76226591 dax_recovery_write +EXPORT_SYMBOL_GPL vmlinux 0x7622b799 serial8250_modem_status +EXPORT_SYMBOL_GPL vmlinux 0x76275363 tps65217_reg_write +EXPORT_SYMBOL_GPL vmlinux 0x762a9934 pwmchip_add +EXPORT_SYMBOL_GPL vmlinux 0x76327b68 event_triggers_post_call +EXPORT_SYMBOL_GPL vmlinux 0x76403eb2 meson_a1_parse_dt_extra +EXPORT_SYMBOL_GPL vmlinux 0x76496b05 usb_enable_autosuspend +EXPORT_SYMBOL_GPL vmlinux 0x76517f03 interval_tree_span_iter_advance +EXPORT_SYMBOL_GPL vmlinux 0x7651e51c hvc_poll +EXPORT_SYMBOL_GPL vmlinux 0x76560928 clk_regmap_mux_ro_ops +EXPORT_SYMBOL_GPL vmlinux 0x7656410c mpi_sub +EXPORT_SYMBOL_GPL vmlinux 0x7664f675 usb_match_id +EXPORT_SYMBOL_GPL vmlinux 0x766f4de5 nanddev_ecc_engine_cleanup +EXPORT_SYMBOL_GPL vmlinux 0x76772a1b devm_thermal_of_zone_unregister +EXPORT_SYMBOL_GPL vmlinux 0x7681946c unregister_pm_notifier +EXPORT_SYMBOL_GPL vmlinux 0x769505d6 cgroup_attach_task_all +EXPORT_SYMBOL_GPL vmlinux 0x76a8e095 nvdimm_flush +EXPORT_SYMBOL_GPL vmlinux 0x76b338c1 tcp_is_ulp_esp +EXPORT_SYMBOL_GPL vmlinux 0x76bddbe6 irq_gc_set_wake +EXPORT_SYMBOL_GPL vmlinux 0x76c2baf4 pci_epc_get_features +EXPORT_SYMBOL_GPL vmlinux 0x76d1af56 debounce_time_mt2701 +EXPORT_SYMBOL_GPL vmlinux 0x76d27414 altr_sysmgr_regmap_lookup_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0x76d9b876 clk_set_rate +EXPORT_SYMBOL_GPL vmlinux 0x76dc61fc is_swiotlb_active +EXPORT_SYMBOL_GPL vmlinux 0x76e024f2 sdhci_cqe_enable +EXPORT_SYMBOL_GPL vmlinux 0x76e10a88 __wait_rcu_gp +EXPORT_SYMBOL_GPL vmlinux 0x76edad15 pci_epf_add_vepf +EXPORT_SYMBOL_GPL vmlinux 0x76eeeb0f sha384_zero_message_hash +EXPORT_SYMBOL_GPL vmlinux 0x770c7d6c usb_of_get_device_node +EXPORT_SYMBOL_GPL vmlinux 0x771e197b of_pci_range_parser_one +EXPORT_SYMBOL_GPL vmlinux 0x7724fb9e sysfs_create_link +EXPORT_SYMBOL_GPL vmlinux 0x773e98b6 __mmc_send_status +EXPORT_SYMBOL_GPL vmlinux 0x7757b51a clk_unregister +EXPORT_SYMBOL_GPL vmlinux 0x775c96fa trace_add_event_call +EXPORT_SYMBOL_GPL vmlinux 0x77600a94 bdev_disk_changed +EXPORT_SYMBOL_GPL vmlinux 0x77661423 virtqueue_kick_prepare +EXPORT_SYMBOL_GPL vmlinux 0x778a418f ata_qc_complete +EXPORT_SYMBOL_GPL vmlinux 0x7791d732 arm_iommu_create_mapping +EXPORT_SYMBOL_GPL vmlinux 0x7791e066 dw_pcie_read +EXPORT_SYMBOL_GPL vmlinux 0x7792f87a xfrm_audit_state_notfound_simple +EXPORT_SYMBOL_GPL vmlinux 0x779538a4 bpf_trace_run4 +EXPORT_SYMBOL_GPL vmlinux 0x7795decc shmem_truncate_range +EXPORT_SYMBOL_GPL vmlinux 0x7797d873 __tracepoint_neigh_update_done +EXPORT_SYMBOL_GPL vmlinux 0x7797fbb5 imx_clk_hw_pfdv2 +EXPORT_SYMBOL_GPL vmlinux 0x779ade94 crypto_spawn_tfm +EXPORT_SYMBOL_GPL vmlinux 0x77a16253 get_state_synchronize_srcu +EXPORT_SYMBOL_GPL vmlinux 0x77a2f8ea xdp_master_redirect +EXPORT_SYMBOL_GPL vmlinux 0x77a444f8 dev_pm_put_subsys_data +EXPORT_SYMBOL_GPL vmlinux 0x77ae495d usb_speed_string +EXPORT_SYMBOL_GPL vmlinux 0x77d23f30 fscrypt_set_bio_crypt_ctx +EXPORT_SYMBOL_GPL vmlinux 0x77e415db __pm_runtime_disable +EXPORT_SYMBOL_GPL vmlinux 0x77e75be3 sfp_bus_put +EXPORT_SYMBOL_GPL vmlinux 0x77f52d6f otg_ulpi_create +EXPORT_SYMBOL_GPL vmlinux 0x7815482a usb_hcd_link_urb_to_ep +EXPORT_SYMBOL_GPL vmlinux 0x781a0830 rio_mport_get_feature +EXPORT_SYMBOL_GPL vmlinux 0x78224b09 device_release_driver +EXPORT_SYMBOL_GPL vmlinux 0x78238cb1 dapm_mark_endpoints_dirty +EXPORT_SYMBOL_GPL vmlinux 0x783255cd dbs_update +EXPORT_SYMBOL_GPL vmlinux 0x78362b70 of_phy_provider_unregister +EXPORT_SYMBOL_GPL vmlinux 0x783af5a7 trace_seq_path +EXPORT_SYMBOL_GPL vmlinux 0x7847c621 sfp_parse_support +EXPORT_SYMBOL_GPL vmlinux 0x784d8bff ata_host_start +EXPORT_SYMBOL_GPL vmlinux 0x785a93b4 si_mem_available +EXPORT_SYMBOL_GPL vmlinux 0x788bfbad ring_buffer_empty +EXPORT_SYMBOL_GPL vmlinux 0x789c73d9 rcu_cpu_stall_suppress_at_boot +EXPORT_SYMBOL_GPL vmlinux 0x78a279f6 ahci_host_activate +EXPORT_SYMBOL_GPL vmlinux 0x78b3f737 pci_generic_config_read +EXPORT_SYMBOL_GPL vmlinux 0x78c499da meson_clk_pcie_pll_ops +EXPORT_SYMBOL_GPL vmlinux 0x78ddb76b dmi_match +EXPORT_SYMBOL_GPL vmlinux 0x78dfff0f i2c_probe_func_quick_read +EXPORT_SYMBOL_GPL vmlinux 0x78e378a8 serdev_device_write_buf +EXPORT_SYMBOL_GPL vmlinux 0x78e553c1 dev_pm_qos_add_ancestor_request +EXPORT_SYMBOL_GPL vmlinux 0x78ee8b6f rhltable_init +EXPORT_SYMBOL_GPL vmlinux 0x7909c6f4 power_supply_powers +EXPORT_SYMBOL_GPL vmlinux 0x790dab02 led_trigger_blink_oneshot +EXPORT_SYMBOL_GPL vmlinux 0x79167d53 icc_enable +EXPORT_SYMBOL_GPL vmlinux 0x791cab52 icc_provider_add +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 0x794cd483 devlink_to_dev +EXPORT_SYMBOL_GPL vmlinux 0x794f49ac mas_destroy +EXPORT_SYMBOL_GPL vmlinux 0x7954e683 tegra_bpmp_put +EXPORT_SYMBOL_GPL vmlinux 0x7959901a snd_soc_dapm_disable_pin_unlocked +EXPORT_SYMBOL_GPL vmlinux 0x7960d99e crypto_drop_spawn +EXPORT_SYMBOL_GPL vmlinux 0x796e3580 nf_conn_btf_access_lock +EXPORT_SYMBOL_GPL vmlinux 0x796e6b0e subsys_dev_iter_exit +EXPORT_SYMBOL_GPL vmlinux 0x79765492 snd_dmaengine_pcm_prepare_slave_config +EXPORT_SYMBOL_GPL vmlinux 0x797c14c1 folio_add_wait_queue +EXPORT_SYMBOL_GPL vmlinux 0x79821043 gpiod_get_value +EXPORT_SYMBOL_GPL vmlinux 0x79934de8 snd_soc_component_write_field +EXPORT_SYMBOL_GPL vmlinux 0x7995fda8 __mdiobus_modify_changed +EXPORT_SYMBOL_GPL vmlinux 0x79a448cd iomap_swapfile_activate +EXPORT_SYMBOL_GPL vmlinux 0x79c91c45 wm8350_gpio_config +EXPORT_SYMBOL_GPL vmlinux 0x79cc0cac __tracepoint_ata_exec_command +EXPORT_SYMBOL_GPL vmlinux 0x79d087b7 pinctrl_pm_select_idle_state +EXPORT_SYMBOL_GPL vmlinux 0x79d18e8d usb_hcd_giveback_urb +EXPORT_SYMBOL_GPL vmlinux 0x79d3e6c5 snd_soc_dai_compr_set_params +EXPORT_SYMBOL_GPL vmlinux 0x79defbe1 kthread_should_park +EXPORT_SYMBOL_GPL vmlinux 0x79ea017a irq_work_sync +EXPORT_SYMBOL_GPL vmlinux 0x79ed5e9a netdev_walk_all_lower_dev +EXPORT_SYMBOL_GPL vmlinux 0x79f06e65 devm_mbox_controller_unregister +EXPORT_SYMBOL_GPL vmlinux 0x79fe36a4 crypto_stats_skcipher_decrypt +EXPORT_SYMBOL_GPL vmlinux 0x7a12a988 xfrm_audit_state_replay_overflow +EXPORT_SYMBOL_GPL vmlinux 0x7a22eafd mpc8xxx_spi_probe +EXPORT_SYMBOL_GPL vmlinux 0x7a244f73 input_class +EXPORT_SYMBOL_GPL vmlinux 0x7a2cf325 clk_fractional_divider_ops +EXPORT_SYMBOL_GPL vmlinux 0x7a2dc0ec kthread_data +EXPORT_SYMBOL_GPL vmlinux 0x7a3231c4 usb_block_urb +EXPORT_SYMBOL_GPL vmlinux 0x7a3f16a2 devl_region_destroy +EXPORT_SYMBOL_GPL vmlinux 0x7a41b9f2 usb_ep_set_maxpacket_limit +EXPORT_SYMBOL_GPL vmlinux 0x7a458845 gpiod_set_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x7a48d06c cpu_latency_qos_remove_request +EXPORT_SYMBOL_GPL vmlinux 0x7a6640ae tpm2_flush_context +EXPORT_SYMBOL_GPL vmlinux 0x7a67f5a8 tcp_unregister_congestion_control +EXPORT_SYMBOL_GPL vmlinux 0x7a73e605 wm831x_isinkv_values +EXPORT_SYMBOL_GPL vmlinux 0x7a7f1396 zs_malloc +EXPORT_SYMBOL_GPL vmlinux 0x7a81541b async_synchronize_cookie +EXPORT_SYMBOL_GPL vmlinux 0x7a852662 fscrypt_fname_encrypted_size +EXPORT_SYMBOL_GPL vmlinux 0x7a8c54f3 fwnode_graph_get_endpoint_count +EXPORT_SYMBOL_GPL vmlinux 0x7a8fe738 ahci_handle_port_intr +EXPORT_SYMBOL_GPL vmlinux 0x7aa457bc irq_chip_get_parent_state +EXPORT_SYMBOL_GPL vmlinux 0x7ab0a738 perf_trace_run_bpf_submit +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 0x7ad53b0c usb_hcd_platform_shutdown +EXPORT_SYMBOL_GPL vmlinux 0x7ae020a4 dma_release_channel +EXPORT_SYMBOL_GPL vmlinux 0x7aeb60de devm_extcon_dev_register +EXPORT_SYMBOL_GPL vmlinux 0x7af07948 irq_domain_xlate_onecell +EXPORT_SYMBOL_GPL vmlinux 0x7af8286c PageHeadHuge +EXPORT_SYMBOL_GPL vmlinux 0x7aff96bf of_property_read_variable_u16_array +EXPORT_SYMBOL_GPL vmlinux 0x7b065f25 handle_untracked_irq +EXPORT_SYMBOL_GPL vmlinux 0x7b077633 pci_epc_mem_init +EXPORT_SYMBOL_GPL vmlinux 0x7b1192fa usb_get_status +EXPORT_SYMBOL_GPL vmlinux 0x7b172338 pm_runtime_enable +EXPORT_SYMBOL_GPL vmlinux 0x7b17f795 irq_domain_free_irqs_parent +EXPORT_SYMBOL_GPL vmlinux 0x7b226bce rdev_get_id +EXPORT_SYMBOL_GPL vmlinux 0x7b33a30f pin_get_name +EXPORT_SYMBOL_GPL vmlinux 0x7b34d89c nvdimm_cmd_mask +EXPORT_SYMBOL_GPL vmlinux 0x7b43c21d msg_zerocopy_put_abort +EXPORT_SYMBOL_GPL vmlinux 0x7b5a4926 sha1_zero_message_hash +EXPORT_SYMBOL_GPL vmlinux 0x7b7b12aa iomap_readahead +EXPORT_SYMBOL_GPL vmlinux 0x7b7b4758 xdp_attachment_setup +EXPORT_SYMBOL_GPL vmlinux 0x7b7c2c8a fat_time_unix2fat +EXPORT_SYMBOL_GPL vmlinux 0x7b8910f4 kfence_sample_interval +EXPORT_SYMBOL_GPL vmlinux 0x7b92325a snd_soc_dapm_new_controls +EXPORT_SYMBOL_GPL vmlinux 0x7b9793a2 get_cpu_idle_time_us +EXPORT_SYMBOL_GPL vmlinux 0x7bb045a7 __request_percpu_irq +EXPORT_SYMBOL_GPL vmlinux 0x7bc1f6ca gpiochip_reqres_irq +EXPORT_SYMBOL_GPL vmlinux 0x7bc3c29d regulator_set_voltage_sel_regmap +EXPORT_SYMBOL_GPL vmlinux 0x7bcc93c2 irq_gc_unmask_enable_reg +EXPORT_SYMBOL_GPL vmlinux 0x7be89624 usb_gadget_giveback_request +EXPORT_SYMBOL_GPL vmlinux 0x7bf0a7b2 devres_release_group +EXPORT_SYMBOL_GPL vmlinux 0x7bf34229 crypto_grab_shash +EXPORT_SYMBOL_GPL vmlinux 0x7bf50b7b usb_clear_halt +EXPORT_SYMBOL_GPL vmlinux 0x7bff8482 md_bitmap_copy_from_slot +EXPORT_SYMBOL_GPL vmlinux 0x7c16975e imx_pinctrl_pm_ops +EXPORT_SYMBOL_GPL vmlinux 0x7c1d8549 vmf_insert_pfn_pmd_prot +EXPORT_SYMBOL_GPL vmlinux 0x7c291e86 show_rcu_tasks_trace_gp_kthread +EXPORT_SYMBOL_GPL vmlinux 0x7c341020 crypto_rng_reset +EXPORT_SYMBOL_GPL vmlinux 0x7c355c7d usb_queue_reset_device +EXPORT_SYMBOL_GPL vmlinux 0x7c384f58 da903x_reads +EXPORT_SYMBOL_GPL vmlinux 0x7c3d8a4b icc_bulk_put +EXPORT_SYMBOL_GPL vmlinux 0x7c4fa6e4 mbox_flush +EXPORT_SYMBOL_GPL vmlinux 0x7c586b4f __devm_regmap_init_spi +EXPORT_SYMBOL_GPL vmlinux 0x7c5968da disable_kprobe +EXPORT_SYMBOL_GPL vmlinux 0x7c5b5a72 pwm_apply_state +EXPORT_SYMBOL_GPL vmlinux 0x7c6b4f8a crypto_stats_rng_generate +EXPORT_SYMBOL_GPL vmlinux 0x7c7182a4 bpf_redirect_info +EXPORT_SYMBOL_GPL vmlinux 0x7c7a1fe2 rio_release_outb_mbox +EXPORT_SYMBOL_GPL vmlinux 0x7c7bfc52 ata_change_queue_depth +EXPORT_SYMBOL_GPL vmlinux 0x7c983a5d dmi_walk +EXPORT_SYMBOL_GPL vmlinux 0x7c9a7371 clk_prepare +EXPORT_SYMBOL_GPL vmlinux 0x7ca64a0b __cookie_v4_init_sequence +EXPORT_SYMBOL_GPL vmlinux 0x7cb1aea1 devlink_dpipe_header_ethernet +EXPORT_SYMBOL_GPL vmlinux 0x7cb32136 rio_attach_device +EXPORT_SYMBOL_GPL vmlinux 0x7cc494a9 usb_gadget_udc_reset +EXPORT_SYMBOL_GPL vmlinux 0x7cc4b6fb pci_epf_alloc_space +EXPORT_SYMBOL_GPL vmlinux 0x7cc9e287 sdio_release_irq +EXPORT_SYMBOL_GPL vmlinux 0x7cd6f042 cpufreq_get_current_driver +EXPORT_SYMBOL_GPL vmlinux 0x7ce4510c phy_init +EXPORT_SYMBOL_GPL vmlinux 0x7ce79d25 mddev_suspend +EXPORT_SYMBOL_GPL vmlinux 0x7ce851aa iov_iter_is_aligned +EXPORT_SYMBOL_GPL vmlinux 0x7ceaf0d5 generic_handle_irq +EXPORT_SYMBOL_GPL vmlinux 0x7ceb400d led_set_brightness +EXPORT_SYMBOL_GPL vmlinux 0x7cf48e2f device_set_wakeup_enable +EXPORT_SYMBOL_GPL vmlinux 0x7cf4ad4d devm_regulator_get_optional +EXPORT_SYMBOL_GPL vmlinux 0x7cf6edc9 __xdp_build_skb_from_frame +EXPORT_SYMBOL_GPL vmlinux 0x7d00c65b nd_synchronize +EXPORT_SYMBOL_GPL vmlinux 0x7d35fd54 register_asymmetric_key_parser +EXPORT_SYMBOL_GPL vmlinux 0x7d43d9f1 dw_pcie_ep_raise_msi_irq +EXPORT_SYMBOL_GPL vmlinux 0x7d56774c platform_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x7d59dd46 pm_wq +EXPORT_SYMBOL_GPL vmlinux 0x7d6ecf46 crypto_shash_update +EXPORT_SYMBOL_GPL vmlinux 0x7d7113eb edac_device_add_device +EXPORT_SYMBOL_GPL vmlinux 0x7d7e1135 pinctrl_generic_get_group_count +EXPORT_SYMBOL_GPL vmlinux 0x7d94702e clk_register +EXPORT_SYMBOL_GPL vmlinux 0x7d982798 regmap_exit +EXPORT_SYMBOL_GPL vmlinux 0x7dac7758 sdhci_suspend_host +EXPORT_SYMBOL_GPL vmlinux 0x7db52556 sdhci_send_tuning +EXPORT_SYMBOL_GPL vmlinux 0x7db74000 pm_generic_resume_noirq +EXPORT_SYMBOL_GPL vmlinux 0x7dbec579 trace_put_event_file +EXPORT_SYMBOL_GPL vmlinux 0x7dc5ddab iomap_release_folio +EXPORT_SYMBOL_GPL vmlinux 0x7dd13f0a blk_abort_request +EXPORT_SYMBOL_GPL vmlinux 0x7dda30af unregister_tracepoint_module_notifier +EXPORT_SYMBOL_GPL vmlinux 0x7de32fc3 tpm_send +EXPORT_SYMBOL_GPL vmlinux 0x7de39e07 phy_basic_t1_features_array +EXPORT_SYMBOL_GPL vmlinux 0x7df38f5b devm_platform_get_irqs_affinity +EXPORT_SYMBOL_GPL vmlinux 0x7e0036f6 sysfs_add_file_to_group +EXPORT_SYMBOL_GPL vmlinux 0x7e045eb4 led_compose_name +EXPORT_SYMBOL_GPL vmlinux 0x7e1f101c snd_soc_component_set_jack +EXPORT_SYMBOL_GPL vmlinux 0x7e2481a5 scsi_dh_attach +EXPORT_SYMBOL_GPL vmlinux 0x7e335bed screen_glyph +EXPORT_SYMBOL_GPL vmlinux 0x7e351097 sata_port_ops +EXPORT_SYMBOL_GPL vmlinux 0x7e3a625f component_add_typed +EXPORT_SYMBOL_GPL vmlinux 0x7e3bdecd __ftrace_vprintk +EXPORT_SYMBOL_GPL vmlinux 0x7e4dc1f2 snd_soc_dpcm_be_can_update +EXPORT_SYMBOL_GPL vmlinux 0x7e4fa311 __dev_forward_skb +EXPORT_SYMBOL_GPL vmlinux 0x7e4fecc0 dm_put +EXPORT_SYMBOL_GPL vmlinux 0x7e5db80b pstore_name_to_type +EXPORT_SYMBOL_GPL vmlinux 0x7e5e4cf6 folio_wait_stable +EXPORT_SYMBOL_GPL vmlinux 0x7e606130 snd_soc_calc_bclk +EXPORT_SYMBOL_GPL vmlinux 0x7e64181d usb_calc_bus_time +EXPORT_SYMBOL_GPL vmlinux 0x7e6e61ad da9052_request_irq +EXPORT_SYMBOL_GPL vmlinux 0x7e7e3f58 ring_buffer_reset_cpu +EXPORT_SYMBOL_GPL vmlinux 0x7e8758e4 udp4_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0x7e8ca21f ip6_pol_route +EXPORT_SYMBOL_GPL vmlinux 0x7e8caefe devm_clk_get_prepared +EXPORT_SYMBOL_GPL vmlinux 0x7e8d386a proc_create_net_data_write +EXPORT_SYMBOL_GPL vmlinux 0x7e917894 __SCK__tp_func_unmap +EXPORT_SYMBOL_GPL vmlinux 0x7ea1006b regmap_multi_reg_write_bypassed +EXPORT_SYMBOL_GPL vmlinux 0x7ea7a396 phy_validate +EXPORT_SYMBOL_GPL vmlinux 0x7eb808d0 add_cpu +EXPORT_SYMBOL_GPL vmlinux 0x7ec9a801 bpf_prog_get_type_dev +EXPORT_SYMBOL_GPL vmlinux 0x7ed08ad7 auxiliary_find_device +EXPORT_SYMBOL_GPL vmlinux 0x7ee60e2f extcon_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x7eea6b8b pcap_adc_async +EXPORT_SYMBOL_GPL vmlinux 0x7f00bdac devlink_resource_register +EXPORT_SYMBOL_GPL vmlinux 0x7f0545a5 tpm1_do_selftest +EXPORT_SYMBOL_GPL vmlinux 0x7f05b6d1 musb_get_mode +EXPORT_SYMBOL_GPL vmlinux 0x7f078fdc vp_modern_get_queue_reset +EXPORT_SYMBOL_GPL vmlinux 0x7f0a0825 devm_of_phy_get +EXPORT_SYMBOL_GPL vmlinux 0x7f0c1259 tty_set_termios +EXPORT_SYMBOL_GPL vmlinux 0x7f12494a debugfs_create_blob +EXPORT_SYMBOL_GPL vmlinux 0x7f14d5d0 seg6_do_srh_inline +EXPORT_SYMBOL_GPL vmlinux 0x7f2623ee mm_account_pinned_pages +EXPORT_SYMBOL_GPL vmlinux 0x7f2908d4 ahci_platform_deassert_rsts +EXPORT_SYMBOL_GPL vmlinux 0x7f2d4a9a extcon_get_property +EXPORT_SYMBOL_GPL vmlinux 0x7f4626e2 __traceiter_block_split +EXPORT_SYMBOL_GPL vmlinux 0x7f5172c7 nanddev_isbad +EXPORT_SYMBOL_GPL vmlinux 0x7f5df3e6 gpiochip_line_is_persistent +EXPORT_SYMBOL_GPL vmlinux 0x7f5e95ed pci_create_slot +EXPORT_SYMBOL_GPL vmlinux 0x7f667568 netdev_rx_handler_register +EXPORT_SYMBOL_GPL vmlinux 0x7f6acf08 devm_tegra_core_dev_init_opp_table +EXPORT_SYMBOL_GPL vmlinux 0x7f755185 gpiochip_populate_parent_fwspec_twocell +EXPORT_SYMBOL_GPL vmlinux 0x7f7a2e32 xdp_rxq_info_unused +EXPORT_SYMBOL_GPL vmlinux 0x7f7cbc64 ip_tunnel_need_metadata +EXPORT_SYMBOL_GPL vmlinux 0x7f84f35d rcu_gp_slow_unregister +EXPORT_SYMBOL_GPL vmlinux 0x7f8dd2bb bstr_printf +EXPORT_SYMBOL_GPL vmlinux 0x7fb5c01f clk_hw_init_rate_request +EXPORT_SYMBOL_GPL vmlinux 0x7fc6af6e sysfs_remove_files +EXPORT_SYMBOL_GPL vmlinux 0x7fd02c6b smpboot_unregister_percpu_thread +EXPORT_SYMBOL_GPL vmlinux 0x7fe5632c fib_nexthop_info +EXPORT_SYMBOL_GPL vmlinux 0x7ff87490 pwm_request_from_chip +EXPORT_SYMBOL_GPL vmlinux 0x801c1e87 tty_set_ldisc +EXPORT_SYMBOL_GPL vmlinux 0x801e9410 __rio_local_write_config_32 +EXPORT_SYMBOL_GPL vmlinux 0x801eb65d dev_pm_opp_of_cpumask_remove_table +EXPORT_SYMBOL_GPL vmlinux 0x8035ad28 genphy_c45_read_lpa +EXPORT_SYMBOL_GPL vmlinux 0x8035bed7 rockchip_clk_protect_critical +EXPORT_SYMBOL_GPL vmlinux 0x8046712e divider_round_rate_parent +EXPORT_SYMBOL_GPL vmlinux 0x804dcce2 usb_initialize_gadget +EXPORT_SYMBOL_GPL vmlinux 0x80504df3 dev_queue_xmit_nit +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 0x806866be scsi_schedule_eh +EXPORT_SYMBOL_GPL vmlinux 0x80701dc2 misc_cg_uncharge +EXPORT_SYMBOL_GPL vmlinux 0x80746ec6 btree_visitor +EXPORT_SYMBOL_GPL vmlinux 0x807f5e1b snd_pcm_lib_default_mmap +EXPORT_SYMBOL_GPL vmlinux 0x807fdcc4 call_rcu_tasks_rude +EXPORT_SYMBOL_GPL vmlinux 0x8088ebb4 regcache_sync_region +EXPORT_SYMBOL_GPL vmlinux 0x808ec1a3 crypto_alg_tested +EXPORT_SYMBOL_GPL vmlinux 0x80974daa genphy_c45_aneg_done +EXPORT_SYMBOL_GPL vmlinux 0x80ab2f53 sb800_prefetch +EXPORT_SYMBOL_GPL vmlinux 0x80b021bd dm_hold +EXPORT_SYMBOL_GPL vmlinux 0x80b63c4a tegra20_clk_prepare_emc_mc_same_freq +EXPORT_SYMBOL_GPL vmlinux 0x80babc49 snd_soc_link_compr_shutdown +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 0x80e07f85 synth_event_gen_cmd_array_start +EXPORT_SYMBOL_GPL vmlinux 0x80efd015 imx_dev_clk_hw_pll14xx +EXPORT_SYMBOL_GPL vmlinux 0x81003fc3 i2c_of_match_device +EXPORT_SYMBOL_GPL vmlinux 0x8109ba9b dev_pm_opp_of_register_em +EXPORT_SYMBOL_GPL vmlinux 0x8110a73a cond_synchronize_rcu_expedited_full +EXPORT_SYMBOL_GPL vmlinux 0x811dc334 usb_unregister_notify +EXPORT_SYMBOL_GPL vmlinux 0x8129cf37 alloc_io_pgtable_ops +EXPORT_SYMBOL_GPL vmlinux 0x8143dd52 ata_port_wait_eh +EXPORT_SYMBOL_GPL vmlinux 0x8151eefe gpiochip_populate_parent_fwspec_fourcell +EXPORT_SYMBOL_GPL vmlinux 0x8154bde7 serdev_controller_remove +EXPORT_SYMBOL_GPL vmlinux 0x815588a6 clk_enable +EXPORT_SYMBOL_GPL vmlinux 0x815fda83 sed_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x816a41ca cpufreq_update_limits +EXPORT_SYMBOL_GPL vmlinux 0x816efd95 fat_sync_inode +EXPORT_SYMBOL_GPL vmlinux 0x8180cede asn1_encode_sequence +EXPORT_SYMBOL_GPL vmlinux 0x818a1b98 nand_ecc_restore_req +EXPORT_SYMBOL_GPL vmlinux 0x8192f653 ata_ncq_sdev_groups +EXPORT_SYMBOL_GPL vmlinux 0x8192fc98 regulator_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x819958e2 pci_stop_root_bus +EXPORT_SYMBOL_GPL vmlinux 0x819ecb39 of_icc_get_from_provider +EXPORT_SYMBOL_GPL vmlinux 0x81a6d622 nfs42_ssc_register +EXPORT_SYMBOL_GPL vmlinux 0x81b9ef32 cpufreq_cpu_get_raw +EXPORT_SYMBOL_GPL vmlinux 0x81c69063 __ip6_datagram_connect +EXPORT_SYMBOL_GPL vmlinux 0x81c91618 devres_for_each_res +EXPORT_SYMBOL_GPL vmlinux 0x81c93550 xhci_reset_bandwidth +EXPORT_SYMBOL_GPL vmlinux 0x81e2bdf4 generic_handle_irq_safe +EXPORT_SYMBOL_GPL vmlinux 0x81e8e0f5 ata_std_error_handler +EXPORT_SYMBOL_GPL vmlinux 0x81e9e5f2 rockchip_clk_of_add_provider +EXPORT_SYMBOL_GPL vmlinux 0x81ee81f0 percpu_ref_reinit +EXPORT_SYMBOL_GPL vmlinux 0x81f165e5 fuse_conn_init +EXPORT_SYMBOL_GPL vmlinux 0x81f33356 class_create_file_ns +EXPORT_SYMBOL_GPL vmlinux 0x81f372a2 unregister_ftrace_export +EXPORT_SYMBOL_GPL vmlinux 0x8202b650 irq_set_affinity +EXPORT_SYMBOL_GPL vmlinux 0x82164db1 irq_create_fwspec_mapping +EXPORT_SYMBOL_GPL vmlinux 0x8220ddd5 sysfs_create_groups +EXPORT_SYMBOL_GPL vmlinux 0x82226c53 pinctrl_unregister_mappings +EXPORT_SYMBOL_GPL vmlinux 0x824ef208 blkg_conf_finish +EXPORT_SYMBOL_GPL vmlinux 0x825de761 pm_clk_remove +EXPORT_SYMBOL_GPL vmlinux 0x827ed5e6 nand_wait_ready +EXPORT_SYMBOL_GPL vmlinux 0x828d2c21 blk_crypto_profile_init +EXPORT_SYMBOL_GPL vmlinux 0x828e8e49 gpiochip_irq_unmap +EXPORT_SYMBOL_GPL vmlinux 0x82925a46 ima_file_hash +EXPORT_SYMBOL_GPL vmlinux 0x82a29ccc relay_subbufs_consumed +EXPORT_SYMBOL_GPL vmlinux 0x82a63ec5 tpm_put_ops +EXPORT_SYMBOL_GPL vmlinux 0x82a80545 __SCK__tp_func_fdb_delete +EXPORT_SYMBOL_GPL vmlinux 0x82cf5a49 __devm_of_phy_provider_register +EXPORT_SYMBOL_GPL vmlinux 0x82d2929d devfreq_event_get_edev_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0x82d79b51 sysctl_vfs_cache_pressure +EXPORT_SYMBOL_GPL vmlinux 0x82d8706f devlink_port_attrs_pci_vf_set +EXPORT_SYMBOL_GPL vmlinux 0x8312d5b3 virtio_add_status +EXPORT_SYMBOL_GPL vmlinux 0x833777e7 __inet_inherit_port +EXPORT_SYMBOL_GPL vmlinux 0x8339df73 klist_add_behind +EXPORT_SYMBOL_GPL vmlinux 0x833a2037 wbt_enable_default +EXPORT_SYMBOL_GPL vmlinux 0x8345d7c8 hisi_clk_register_phase +EXPORT_SYMBOL_GPL vmlinux 0x834822f9 ata_host_resume +EXPORT_SYMBOL_GPL vmlinux 0x8349a895 nvmem_device_put +EXPORT_SYMBOL_GPL vmlinux 0x836d652f poll_state_synchronize_rcu_full +EXPORT_SYMBOL_GPL vmlinux 0x837bb48c fscrypt_get_symlink +EXPORT_SYMBOL_GPL vmlinux 0x8380933c tcp_bpf_update_proto +EXPORT_SYMBOL_GPL vmlinux 0x838c999f pm_clk_suspend +EXPORT_SYMBOL_GPL vmlinux 0x83966755 of_pci_range_parser_init +EXPORT_SYMBOL_GPL vmlinux 0x83971642 enable_kprobe +EXPORT_SYMBOL_GPL vmlinux 0x83ab8bbd spi_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x83daf7ce xdp_rxq_info_is_reg +EXPORT_SYMBOL_GPL vmlinux 0x83ef3bbe ipv6_proxy_select_ident +EXPORT_SYMBOL_GPL vmlinux 0x83f0d8f4 exportfs_encode_fh +EXPORT_SYMBOL_GPL vmlinux 0x84106f36 devlink_trap_ctx_priv +EXPORT_SYMBOL_GPL vmlinux 0x84247a02 devm_kasprintf_strarray +EXPORT_SYMBOL_GPL vmlinux 0x84264ced fs_umode_to_ftype +EXPORT_SYMBOL_GPL vmlinux 0x84300bb2 fscrypt_show_test_dummy_encryption +EXPORT_SYMBOL_GPL vmlinux 0x843d59e5 sm501_find_clock +EXPORT_SYMBOL_GPL vmlinux 0x844712df perf_event_cgrp_subsys_on_dfl_key +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 0x847d02d0 nand_op_parser_exec_op +EXPORT_SYMBOL_GPL vmlinux 0x8481c68d usb_phy_generic_register +EXPORT_SYMBOL_GPL vmlinux 0x84895110 usb_match_one_id +EXPORT_SYMBOL_GPL vmlinux 0x849726e7 root_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x8497eac7 arm_iommu_detach_device +EXPORT_SYMBOL_GPL vmlinux 0x8499eaea devm_mipi_dsi_attach +EXPORT_SYMBOL_GPL vmlinux 0x849d1eb3 uart_handle_cts_change +EXPORT_SYMBOL_GPL vmlinux 0x84a72c06 nand_soft_waitrdy +EXPORT_SYMBOL_GPL vmlinux 0x84a8d0eb of_changeset_revert +EXPORT_SYMBOL_GPL vmlinux 0x84ac42dc blocking_notifier_chain_register_unique_prio +EXPORT_SYMBOL_GPL vmlinux 0x84ae41f9 tegra_xusb_padctl_legacy_probe +EXPORT_SYMBOL_GPL vmlinux 0x84ae9a43 pci_bus_max_busnr +EXPORT_SYMBOL_GPL vmlinux 0x84be380f snd_soc_info_volsw_sx +EXPORT_SYMBOL_GPL vmlinux 0x84cbc27b dm_internal_resume_fast +EXPORT_SYMBOL_GPL vmlinux 0x84e44f63 bsg_register_queue +EXPORT_SYMBOL_GPL vmlinux 0x84ecf256 tps6586x_get_version +EXPORT_SYMBOL_GPL vmlinux 0x8506baa8 clk_unregister_gate +EXPORT_SYMBOL_GPL vmlinux 0x850bb6db devlink_health_reporter_destroy +EXPORT_SYMBOL_GPL vmlinux 0x85191c02 nand_ecc_tweak_req +EXPORT_SYMBOL_GPL vmlinux 0x851e6003 usb_phy_roothub_calibrate +EXPORT_SYMBOL_GPL vmlinux 0x851fe124 __SCK__tp_func_fib6_table_lookup +EXPORT_SYMBOL_GPL vmlinux 0x852023bc genphy_c45_fast_retrain +EXPORT_SYMBOL_GPL vmlinux 0x85214acd dma_resv_iter_next +EXPORT_SYMBOL_GPL vmlinux 0x85229ee5 pci_rescan_bus +EXPORT_SYMBOL_GPL vmlinux 0x85341222 spi_alloc_device +EXPORT_SYMBOL_GPL vmlinux 0x8538400b rockchip_clk_register_plls +EXPORT_SYMBOL_GPL vmlinux 0x853e22e2 trace_event_buffer_lock_reserve +EXPORT_SYMBOL_GPL vmlinux 0x853f8d9d regmap_might_sleep +EXPORT_SYMBOL_GPL vmlinux 0x854b7565 serial8250_rpm_put_tx +EXPORT_SYMBOL_GPL vmlinux 0x8552452b snd_soc_debugfs_root +EXPORT_SYMBOL_GPL vmlinux 0x85540ebc nvmem_cell_put +EXPORT_SYMBOL_GPL vmlinux 0x8554878e vp_modern_probe +EXPORT_SYMBOL_GPL vmlinux 0x85598368 nfs_ssc_unregister +EXPORT_SYMBOL_GPL vmlinux 0x855e8cc8 wbc_detach_inode +EXPORT_SYMBOL_GPL vmlinux 0x85647219 alarm_init +EXPORT_SYMBOL_GPL vmlinux 0x8565e768 rio_request_outb_mbox +EXPORT_SYMBOL_GPL vmlinux 0x8574ca6c gpio_request_array +EXPORT_SYMBOL_GPL vmlinux 0x857cb0ba perf_pmu_unregister +EXPORT_SYMBOL_GPL vmlinux 0x8589ce3b snd_soc_get_strobe +EXPORT_SYMBOL_GPL vmlinux 0x858e2628 dax_holder +EXPORT_SYMBOL_GPL vmlinux 0x85976125 snd_devm_alloc_dir_pages +EXPORT_SYMBOL_GPL vmlinux 0x85a8efa5 scsi_host_busy_iter +EXPORT_SYMBOL_GPL vmlinux 0x85ac18e2 sprint_OID +EXPORT_SYMBOL_GPL vmlinux 0x85b61ffb tcp_set_keepalive +EXPORT_SYMBOL_GPL vmlinux 0x85b6e652 snd_soc_dapm_free_widget +EXPORT_SYMBOL_GPL vmlinux 0x85b72af1 class_dev_iter_init +EXPORT_SYMBOL_GPL vmlinux 0x85c0f393 fat_alloc_new_dir +EXPORT_SYMBOL_GPL vmlinux 0x85c8b2e8 pci_d3cold_disable +EXPORT_SYMBOL_GPL vmlinux 0x85ca2cf6 ip6_route_output_flags +EXPORT_SYMBOL_GPL vmlinux 0x85cc6791 spi_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0x85daa6a7 ata_bmdma_port_ops +EXPORT_SYMBOL_GPL vmlinux 0x85fb0d10 fwnode_property_read_u32_array +EXPORT_SYMBOL_GPL vmlinux 0x85ff5a46 devm_led_classdev_register_ext +EXPORT_SYMBOL_GPL vmlinux 0x860a2eab bch_decode +EXPORT_SYMBOL_GPL vmlinux 0x860f6fff mvebu_mbus_get_pcie_mem_aperture +EXPORT_SYMBOL_GPL vmlinux 0x86182524 devm_pinctrl_unregister +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 0x863ce334 devlink_param_register +EXPORT_SYMBOL_GPL vmlinux 0x86496f9c crypto_unregister_templates +EXPORT_SYMBOL_GPL vmlinux 0x86585a33 devlink_fmsg_obj_nest_start +EXPORT_SYMBOL_GPL vmlinux 0x865d7738 blkcg_policy_register +EXPORT_SYMBOL_GPL vmlinux 0x8663f2ad pm_clk_resume +EXPORT_SYMBOL_GPL vmlinux 0x866b58b7 ata_std_prereset +EXPORT_SYMBOL_GPL vmlinux 0x866de226 inet_csk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0x866ef3bc disk_set_independent_access_ranges +EXPORT_SYMBOL_GPL vmlinux 0x86704321 mvebu_mbus_get_pcie_io_aperture +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 0x86a15ebd pci_msix_alloc_irq_at +EXPORT_SYMBOL_GPL vmlinux 0x86ae4c93 dev_pm_clear_wake_irq +EXPORT_SYMBOL_GPL vmlinux 0x86e7a634 alarm_start_relative +EXPORT_SYMBOL_GPL vmlinux 0x86ee9ca3 devm_rtc_nvmem_register +EXPORT_SYMBOL_GPL vmlinux 0x86f3d8b8 ethnl_cable_test_alloc +EXPORT_SYMBOL_GPL vmlinux 0x86f6b99d synchronize_rcu_expedited +EXPORT_SYMBOL_GPL vmlinux 0x86f85114 net_dec_egress_queue +EXPORT_SYMBOL_GPL vmlinux 0x86fce4d9 fb_deferred_io_mmap +EXPORT_SYMBOL_GPL vmlinux 0x872a7456 rio_route_add_entry +EXPORT_SYMBOL_GPL vmlinux 0x87644a41 clk_hw_get_name +EXPORT_SYMBOL_GPL vmlinux 0x879c851b mtd_point +EXPORT_SYMBOL_GPL vmlinux 0x879dea6a nanddev_mtd_max_bad_blocks +EXPORT_SYMBOL_GPL vmlinux 0x87a51cc7 usb_add_gadget_udc +EXPORT_SYMBOL_GPL vmlinux 0x87b210d0 clkdev_create +EXPORT_SYMBOL_GPL vmlinux 0x87b4d212 __traceiter_rpm_resume +EXPORT_SYMBOL_GPL vmlinux 0x87b6fb86 iomap_page_mkwrite +EXPORT_SYMBOL_GPL vmlinux 0x87ce5cf1 __fscrypt_prepare_lookup +EXPORT_SYMBOL_GPL vmlinux 0x87d7b57d pci_msi_create_irq_domain +EXPORT_SYMBOL_GPL vmlinux 0x87e71024 tpm_pm_resume +EXPORT_SYMBOL_GPL vmlinux 0x87e7f9c0 __traceiter_devlink_trap_report +EXPORT_SYMBOL_GPL vmlinux 0x87f08806 dma_alloc_noncontiguous +EXPORT_SYMBOL_GPL vmlinux 0x87f4f60f ehci_init_driver +EXPORT_SYMBOL_GPL vmlinux 0x87f7a930 vfs_test_lock +EXPORT_SYMBOL_GPL vmlinux 0x87fdcb96 devm_device_add_groups +EXPORT_SYMBOL_GPL vmlinux 0x8805a073 blocking_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x880a5612 devm_snd_soc_register_card +EXPORT_SYMBOL_GPL vmlinux 0x880a5ec9 dev_xdp_prog_count +EXPORT_SYMBOL_GPL vmlinux 0x880ef295 property_entries_dup +EXPORT_SYMBOL_GPL vmlinux 0x8810fd97 check_move_unevictable_pages +EXPORT_SYMBOL_GPL vmlinux 0x882077d5 usb_ep_dequeue +EXPORT_SYMBOL_GPL vmlinux 0x88343c6d pm_runtime_forbid +EXPORT_SYMBOL_GPL vmlinux 0x88434809 pci_epc_get_msi +EXPORT_SYMBOL_GPL vmlinux 0x88476f9f devl_lock +EXPORT_SYMBOL_GPL vmlinux 0x885286ae ahci_stop_engine +EXPORT_SYMBOL_GPL vmlinux 0x885528a6 ring_buffer_discard_commit +EXPORT_SYMBOL_GPL vmlinux 0x88698e4a snd_soc_rtdcom_lookup +EXPORT_SYMBOL_GPL vmlinux 0x886f8701 pm_runtime_get_if_active +EXPORT_SYMBOL_GPL vmlinux 0x8870864c ata_bmdma_error_handler +EXPORT_SYMBOL_GPL vmlinux 0x8880898a get_task_pid +EXPORT_SYMBOL_GPL vmlinux 0x888402a5 to_nvdimm_bus +EXPORT_SYMBOL_GPL vmlinux 0x88975b22 vring_create_virtqueue +EXPORT_SYMBOL_GPL vmlinux 0x88ab6fe3 kgdb_active +EXPORT_SYMBOL_GPL vmlinux 0x88b4ae92 ring_buffer_normalize_time_stamp +EXPORT_SYMBOL_GPL vmlinux 0x88b8cbb0 devm_of_icc_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0x88ce3787 usb_disable_xhci_ports +EXPORT_SYMBOL_GPL vmlinux 0x88d32d2a pci_iomap_wc_range +EXPORT_SYMBOL_GPL vmlinux 0x88dbf906 devlink_dpipe_match_put +EXPORT_SYMBOL_GPL vmlinux 0x88df9e96 irq_get_domain_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0x88f24eb6 switchdev_handle_port_obj_del_foreign +EXPORT_SYMBOL_GPL vmlinux 0x88feede9 devm_gpiod_get_from_of_node +EXPORT_SYMBOL_GPL vmlinux 0x890199ab uart_get_rs485_mode +EXPORT_SYMBOL_GPL vmlinux 0x8924eb1e rcu_force_quiescent_state +EXPORT_SYMBOL_GPL vmlinux 0x892704cf usb_get_current_frame_number +EXPORT_SYMBOL_GPL vmlinux 0x892b0969 devfreq_event_enable_edev +EXPORT_SYMBOL_GPL vmlinux 0x892ef852 devm_register_power_off_handler +EXPORT_SYMBOL_GPL vmlinux 0x8935cd9f devm_regulator_get_enable_optional +EXPORT_SYMBOL_GPL vmlinux 0x893abbdd devlink_fmsg_u32_pair_put +EXPORT_SYMBOL_GPL vmlinux 0x893c5ddb unlock_system_sleep +EXPORT_SYMBOL_GPL vmlinux 0x894790f9 mddev_resume +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 0x895705b0 of_irq_parse_raw +EXPORT_SYMBOL_GPL vmlinux 0x8962f7ad nanddev_markbad +EXPORT_SYMBOL_GPL vmlinux 0x89654a3a device_register +EXPORT_SYMBOL_GPL vmlinux 0x89aa8808 dev_pm_qos_hide_flags +EXPORT_SYMBOL_GPL vmlinux 0x89b33f02 devm_pinctrl_register +EXPORT_SYMBOL_GPL vmlinux 0x89b88a95 rockchip_pcie_parse_dt +EXPORT_SYMBOL_GPL vmlinux 0x89ba8483 posix_acl_create +EXPORT_SYMBOL_GPL vmlinux 0x89bbafc6 usb_register_notify +EXPORT_SYMBOL_GPL vmlinux 0x89bfe270 __wake_up_locked_key_bookmark +EXPORT_SYMBOL_GPL vmlinux 0x89c5c1ad tty_mode_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x89c6b204 crypto_ahash_digest +EXPORT_SYMBOL_GPL vmlinux 0x89cdae3d __tracepoint_neigh_timer_handler +EXPORT_SYMBOL_GPL vmlinux 0x89de6f61 powercap_unregister_zone +EXPORT_SYMBOL_GPL vmlinux 0x89e64112 sdhci_pltfm_suspend +EXPORT_SYMBOL_GPL vmlinux 0x8a0aa2a5 power_supply_get_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x8a2efae0 rhashtable_free_and_destroy +EXPORT_SYMBOL_GPL vmlinux 0x8a3659f5 handle_fasteoi_nmi +EXPORT_SYMBOL_GPL vmlinux 0x8a3a4be5 rtnl_link_unregister +EXPORT_SYMBOL_GPL vmlinux 0x8a3f84ba linear_range_get_selector_low +EXPORT_SYMBOL_GPL vmlinux 0x8a46cb6c mc146818_avoid_UIP +EXPORT_SYMBOL_GPL vmlinux 0x8a48d349 tps6586x_read +EXPORT_SYMBOL_GPL vmlinux 0x8a4b2ff5 snd_soc_tplg_component_load +EXPORT_SYMBOL_GPL vmlinux 0x8a554a36 mpc8xxx_spi_strmode +EXPORT_SYMBOL_GPL vmlinux 0x8a62b81b sfp_upstream_stop +EXPORT_SYMBOL_GPL vmlinux 0x8a7330d1 pci_restore_msi_state +EXPORT_SYMBOL_GPL vmlinux 0x8a81e47e devm_hwmon_sanitize_name +EXPORT_SYMBOL_GPL vmlinux 0x8a83fb45 mpi_point_free_parts +EXPORT_SYMBOL_GPL vmlinux 0x8a9670ee pci_doe_supports_prot +EXPORT_SYMBOL_GPL vmlinux 0x8aa35d83 dma_alloc_pages +EXPORT_SYMBOL_GPL vmlinux 0x8aad89f7 exynos_get_pmu_regmap +EXPORT_SYMBOL_GPL vmlinux 0x8aaf766c gpiochip_add_pin_range +EXPORT_SYMBOL_GPL vmlinux 0x8ab28aaa nanddev_init +EXPORT_SYMBOL_GPL vmlinux 0x8abacc47 get_max_files +EXPORT_SYMBOL_GPL vmlinux 0x8ac1407b sfp_get_module_eeprom +EXPORT_SYMBOL_GPL vmlinux 0x8ad9e1e9 sbitmap_queue_wake_all +EXPORT_SYMBOL_GPL vmlinux 0x8ae2cc6a devm_fwnode_pwm_get +EXPORT_SYMBOL_GPL vmlinux 0x8b03c158 gpiochip_irq_domain_deactivate +EXPORT_SYMBOL_GPL vmlinux 0x8b149c36 clk_is_match +EXPORT_SYMBOL_GPL vmlinux 0x8b440fef da903x_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x8b529ce4 nvmem_add_cell_lookups +EXPORT_SYMBOL_GPL vmlinux 0x8b650752 mtk_mutex_release +EXPORT_SYMBOL_GPL vmlinux 0x8b6aac11 mmc_send_status +EXPORT_SYMBOL_GPL vmlinux 0x8b6e4863 ata_host_alloc +EXPORT_SYMBOL_GPL vmlinux 0x8b7ae1b5 udp6_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0x8b828e74 trace_array_init_printk +EXPORT_SYMBOL_GPL vmlinux 0x8b91f7a7 nr_swap_pages +EXPORT_SYMBOL_GPL vmlinux 0x8ba39f68 regmap_noinc_write +EXPORT_SYMBOL_GPL vmlinux 0x8bd7d39a device_link_remove +EXPORT_SYMBOL_GPL vmlinux 0x8be407cc pm_generic_thaw +EXPORT_SYMBOL_GPL vmlinux 0x8bee0567 xfrm_dev_state_add +EXPORT_SYMBOL_GPL vmlinux 0x8c0038d6 dma_request_chan_by_mask +EXPORT_SYMBOL_GPL vmlinux 0x8c0215f2 pm_system_wakeup +EXPORT_SYMBOL_GPL vmlinux 0x8c03d20c destroy_workqueue +EXPORT_SYMBOL_GPL vmlinux 0x8c0ed103 rcu_check_boost_fail +EXPORT_SYMBOL_GPL vmlinux 0x8c3d6e1f thermal_add_hwmon_sysfs +EXPORT_SYMBOL_GPL vmlinux 0x8c3f7638 screen_pos +EXPORT_SYMBOL_GPL vmlinux 0x8c43a5a1 dm_device_name +EXPORT_SYMBOL_GPL vmlinux 0x8c668567 usb_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0x8c743fb6 reset_control_status +EXPORT_SYMBOL_GPL vmlinux 0x8c81b748 regulator_force_disable +EXPORT_SYMBOL_GPL vmlinux 0x8c8856eb sdio_writew +EXPORT_SYMBOL_GPL vmlinux 0x8c89e3b8 usb_phy_roothub_power_off +EXPORT_SYMBOL_GPL vmlinux 0x8c903c0e genphy_c45_read_pma +EXPORT_SYMBOL_GPL vmlinux 0x8c976b01 zap_vma_ptes +EXPORT_SYMBOL_GPL vmlinux 0x8c98d248 unregister_vmcore_cb +EXPORT_SYMBOL_GPL vmlinux 0x8c9cfad3 devl_dpipe_table_resource_set +EXPORT_SYMBOL_GPL vmlinux 0x8c9e54d3 devlink_info_version_running_put_ext +EXPORT_SYMBOL_GPL vmlinux 0x8cc1515d led_set_brightness_sync +EXPORT_SYMBOL_GPL vmlinux 0x8ce5328b em_pd_get +EXPORT_SYMBOL_GPL vmlinux 0x8ce9d343 ext_pi_type1_crc64 +EXPORT_SYMBOL_GPL vmlinux 0x8ced0253 pm_clk_destroy +EXPORT_SYMBOL_GPL vmlinux 0x8cf99c64 l3mdev_update_flow +EXPORT_SYMBOL_GPL vmlinux 0x8cfa0fa5 __tracepoint_pelt_rt_tp +EXPORT_SYMBOL_GPL vmlinux 0x8d044802 devm_extcon_dev_free +EXPORT_SYMBOL_GPL vmlinux 0x8d053f14 validate_xmit_xfrm +EXPORT_SYMBOL_GPL vmlinux 0x8d0ceb3b stmpe_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x8d1af143 filemap_add_folio +EXPORT_SYMBOL_GPL vmlinux 0x8d22bb58 iommu_group_alloc +EXPORT_SYMBOL_GPL vmlinux 0x8d26b414 mtd_block_markbad +EXPORT_SYMBOL_GPL vmlinux 0x8d2c9b5b fwnode_count_parents +EXPORT_SYMBOL_GPL vmlinux 0x8d2e3692 mmc_switch +EXPORT_SYMBOL_GPL vmlinux 0x8d498e8a pstore_unregister +EXPORT_SYMBOL_GPL vmlinux 0x8d530dfb tcp_set_state +EXPORT_SYMBOL_GPL vmlinux 0x8d583b41 serial8250_do_get_mctrl +EXPORT_SYMBOL_GPL vmlinux 0x8d7acc08 snd_soc_dapm_force_bias_level +EXPORT_SYMBOL_GPL vmlinux 0x8d864069 snd_pcm_rate_range_to_bits +EXPORT_SYMBOL_GPL vmlinux 0x8d8dbf6a dev_pm_qos_update_request +EXPORT_SYMBOL_GPL vmlinux 0x8d908ebf power_supply_get_maintenance_charging_setting +EXPORT_SYMBOL_GPL vmlinux 0x8d92d611 wakeup_source_remove +EXPORT_SYMBOL_GPL vmlinux 0x8da5ca39 pkcs7_validate_trust +EXPORT_SYMBOL_GPL vmlinux 0x8db08210 ipv6_recv_error +EXPORT_SYMBOL_GPL vmlinux 0x8db57ba6 usb_hcd_unmap_urb_for_dma +EXPORT_SYMBOL_GPL vmlinux 0x8dba245b __traceiter_fib6_table_lookup +EXPORT_SYMBOL_GPL vmlinux 0x8dbf50b9 xas_set_mark +EXPORT_SYMBOL_GPL vmlinux 0x8dc11669 lpddr2_jedec_addressing_table +EXPORT_SYMBOL_GPL vmlinux 0x8dc3ac92 serial8250_do_set_ldisc +EXPORT_SYMBOL_GPL vmlinux 0x8dc802fa pwm_adjust_config +EXPORT_SYMBOL_GPL vmlinux 0x8dcea6ba netdev_is_rx_handler_busy +EXPORT_SYMBOL_GPL vmlinux 0x8dd218b0 icc_bulk_disable +EXPORT_SYMBOL_GPL vmlinux 0x8de3d42a device_add +EXPORT_SYMBOL_GPL vmlinux 0x8de92b35 net_ns_get_ownership +EXPORT_SYMBOL_GPL vmlinux 0x8df42133 usb_gadget_vbus_disconnect +EXPORT_SYMBOL_GPL vmlinux 0x8dfebc98 tcp_twsk_unique +EXPORT_SYMBOL_GPL vmlinux 0x8e14db8e of_pse_control_get +EXPORT_SYMBOL_GPL vmlinux 0x8e152121 iommu_unregister_device_fault_handler +EXPORT_SYMBOL_GPL vmlinux 0x8e1c73b5 bus_sort_breadthfirst +EXPORT_SYMBOL_GPL vmlinux 0x8e244c44 pm_runtime_autosuspend_expiration +EXPORT_SYMBOL_GPL vmlinux 0x8e47462d regulator_irq_helper +EXPORT_SYMBOL_GPL vmlinux 0x8e4b63a6 hisi_clk_register_gate_sep +EXPORT_SYMBOL_GPL vmlinux 0x8e4eb451 bpf_sk_storage_diag_free +EXPORT_SYMBOL_GPL vmlinux 0x8e51a3c7 dev_pm_opp_cpumask_remove_table +EXPORT_SYMBOL_GPL vmlinux 0x8e6b1a9e net_selftest_get_count +EXPORT_SYMBOL_GPL vmlinux 0x8e7d9740 iommu_domain_alloc +EXPORT_SYMBOL_GPL vmlinux 0x8e7de924 pm_relax +EXPORT_SYMBOL_GPL vmlinux 0x8e8f2686 uart_insert_char +EXPORT_SYMBOL_GPL vmlinux 0x8ea26db4 snd_soc_unregister_component_by_driver +EXPORT_SYMBOL_GPL vmlinux 0x8ea7ec0a of_clk_add_provider +EXPORT_SYMBOL_GPL vmlinux 0x8ec81050 iomap_ioend_try_merge +EXPORT_SYMBOL_GPL vmlinux 0x8eec19bd __SCK__tp_func_pelt_dl_tp +EXPORT_SYMBOL_GPL vmlinux 0x8eed408f rockchip_pcie_cfg_configuration_accesses +EXPORT_SYMBOL_GPL vmlinux 0x8eee3399 dax_read_unlock +EXPORT_SYMBOL_GPL vmlinux 0x8f0748af rcu_expedite_gp +EXPORT_SYMBOL_GPL vmlinux 0x8f0a81db skb_zerocopy +EXPORT_SYMBOL_GPL vmlinux 0x8f0b43a8 devm_pci_epc_destroy +EXPORT_SYMBOL_GPL vmlinux 0x8f1a8cf9 rsa_parse_pub_key +EXPORT_SYMBOL_GPL vmlinux 0x8f3f0fe7 ata_link_abort +EXPORT_SYMBOL_GPL vmlinux 0x8f400a8c addrconf_add_linklocal +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 0x8f8c0301 rio_unlock_device +EXPORT_SYMBOL_GPL vmlinux 0x8f9848a7 i2c_new_client_device +EXPORT_SYMBOL_GPL vmlinux 0x8fa7d58a pm_generic_poweroff_late +EXPORT_SYMBOL_GPL vmlinux 0x8fa927f2 rio_free_net +EXPORT_SYMBOL_GPL vmlinux 0x8fb0a1ce devfreq_event_reset_event +EXPORT_SYMBOL_GPL vmlinux 0x8fb38238 irq_chip_enable_parent +EXPORT_SYMBOL_GPL vmlinux 0x8fb3dd94 nvdimm_pmem_region_create +EXPORT_SYMBOL_GPL vmlinux 0x8fc090a3 __tracepoint_br_fdb_update +EXPORT_SYMBOL_GPL vmlinux 0x8fca15c4 imx_pcm_fiq_exit +EXPORT_SYMBOL_GPL vmlinux 0x8fd485a8 of_irq_find_parent +EXPORT_SYMBOL_GPL vmlinux 0x8fe2a9f6 tps65912_regmap_config +EXPORT_SYMBOL_GPL vmlinux 0x8fefd447 fscrypt_ioctl_get_nonce +EXPORT_SYMBOL_GPL vmlinux 0x8ff60436 mpi_ec_add_points +EXPORT_SYMBOL_GPL vmlinux 0x8ff7ea2f devlink_region_snapshot_id_get +EXPORT_SYMBOL_GPL vmlinux 0x8ff934aa icc_node_add +EXPORT_SYMBOL_GPL vmlinux 0x8ffa0410 devm_usb_put_phy +EXPORT_SYMBOL_GPL vmlinux 0x901965ca led_trigger_remove +EXPORT_SYMBOL_GPL vmlinux 0x901c596d imx_pinctrl_probe +EXPORT_SYMBOL_GPL vmlinux 0x901f31e6 pinctrl_get_group_pins +EXPORT_SYMBOL_GPL vmlinux 0x902778ba __tracepoint_tcp_send_reset +EXPORT_SYMBOL_GPL vmlinux 0x903b627c list_lru_isolate_move +EXPORT_SYMBOL_GPL vmlinux 0x904c8759 kset_find_obj +EXPORT_SYMBOL_GPL vmlinux 0x90585c24 inet_csk_route_req +EXPORT_SYMBOL_GPL vmlinux 0x905b451f regulator_enable_regmap +EXPORT_SYMBOL_GPL vmlinux 0x905c1c0c devm_regulator_get_exclusive +EXPORT_SYMBOL_GPL vmlinux 0x906dd327 usb_unpoison_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0x9072027e snd_soc_get_dai_name +EXPORT_SYMBOL_GPL vmlinux 0x90765c20 crypto_register_algs +EXPORT_SYMBOL_GPL vmlinux 0x9085750f dev_pm_set_dedicated_wake_irq_reverse +EXPORT_SYMBOL_GPL vmlinux 0x9095f2d3 pci_epf_destroy +EXPORT_SYMBOL_GPL vmlinux 0x909bd91f clk_hw_register_fractional_divider +EXPORT_SYMBOL_GPL vmlinux 0x90a6ef28 of_pci_address_to_resource +EXPORT_SYMBOL_GPL vmlinux 0x90a821ab virtio_reset_device +EXPORT_SYMBOL_GPL vmlinux 0x90b950f1 serdev_controller_add +EXPORT_SYMBOL_GPL vmlinux 0x90b9da1c xhci_check_bandwidth +EXPORT_SYMBOL_GPL vmlinux 0x90bfeff7 dev_pm_genpd_get_next_hrtimer +EXPORT_SYMBOL_GPL vmlinux 0x90c215bd debugfs_create_file_unsafe +EXPORT_SYMBOL_GPL vmlinux 0x90d03d2d of_irq_to_resource +EXPORT_SYMBOL_GPL vmlinux 0x90dd7d78 tegra_bpmp_mrq_is_supported +EXPORT_SYMBOL_GPL vmlinux 0x90dda90e clk_register_fractional_divider +EXPORT_SYMBOL_GPL vmlinux 0x90f32d9b snd_soc_limit_volume +EXPORT_SYMBOL_GPL vmlinux 0x91058416 pm_wakeup_ws_event +EXPORT_SYMBOL_GPL vmlinux 0x910678b7 fsnotify_alloc_group +EXPORT_SYMBOL_GPL vmlinux 0x913ebd32 stack_depot_save +EXPORT_SYMBOL_GPL vmlinux 0x914022b3 fib_rules_lookup +EXPORT_SYMBOL_GPL vmlinux 0x9146e8bd nanddev_bbt_cleanup +EXPORT_SYMBOL_GPL vmlinux 0x914f1a72 iommu_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x91519a16 dev_pm_opp_of_cpumask_add_table +EXPORT_SYMBOL_GPL vmlinux 0x915980ec fwnode_graph_get_next_endpoint +EXPORT_SYMBOL_GPL vmlinux 0x91637e86 unregister_net_sysctl_table +EXPORT_SYMBOL_GPL vmlinux 0x916aedca gpiochip_unlock_as_irq +EXPORT_SYMBOL_GPL vmlinux 0x916b80df phy_power_off +EXPORT_SYMBOL_GPL vmlinux 0x91733ddb dev_pm_opp_remove +EXPORT_SYMBOL_GPL vmlinux 0x9180969c hwspin_lock_unregister +EXPORT_SYMBOL_GPL vmlinux 0x9180ef3b mtk_eint_do_init +EXPORT_SYMBOL_GPL vmlinux 0x9184ae27 ata_std_bios_param +EXPORT_SYMBOL_GPL vmlinux 0x91955a9f start_poll_synchronize_rcu +EXPORT_SYMBOL_GPL vmlinux 0x91964454 nvdimm_bus_add_badrange +EXPORT_SYMBOL_GPL vmlinux 0x919a2a58 pci_add_dynid +EXPORT_SYMBOL_GPL vmlinux 0x91a361a5 ata_std_sched_eh +EXPORT_SYMBOL_GPL vmlinux 0x91a7057b cdrom_multisession +EXPORT_SYMBOL_GPL vmlinux 0x91ac2583 is_software_node +EXPORT_SYMBOL_GPL vmlinux 0x91b774a1 mpi_scanval +EXPORT_SYMBOL_GPL vmlinux 0x91ba5786 perf_event_update_userpage +EXPORT_SYMBOL_GPL vmlinux 0x91bb0647 dev_attr_link_power_management_policy +EXPORT_SYMBOL_GPL vmlinux 0x91bd29fc sysfs_remove_link +EXPORT_SYMBOL_GPL vmlinux 0x91c27e1c regulator_set_load +EXPORT_SYMBOL_GPL vmlinux 0x91c4889a bsg_setup_queue +EXPORT_SYMBOL_GPL vmlinux 0x91c6e5b0 pcap_to_irq +EXPORT_SYMBOL_GPL vmlinux 0x91cc71b5 rio_release_inb_dbell +EXPORT_SYMBOL_GPL vmlinux 0x91dd0e31 sdio_claim_host +EXPORT_SYMBOL_GPL vmlinux 0x91e50c89 ip_route_output_tunnel +EXPORT_SYMBOL_GPL vmlinux 0x91e97104 dma_wait_for_async_tx +EXPORT_SYMBOL_GPL vmlinux 0x91ea8726 asn1_encode_boolean +EXPORT_SYMBOL_GPL vmlinux 0x91eac764 mpi_print +EXPORT_SYMBOL_GPL vmlinux 0x91f4a108 rio_release_inb_pwrite +EXPORT_SYMBOL_GPL vmlinux 0x9219a56c i2c_parse_fw_timings +EXPORT_SYMBOL_GPL vmlinux 0x9231fcd7 __phy_modify_mmd +EXPORT_SYMBOL_GPL vmlinux 0x923a42e6 pm_generic_thaw_noirq +EXPORT_SYMBOL_GPL vmlinux 0x923e42aa sysfb_disable +EXPORT_SYMBOL_GPL vmlinux 0x924c46f8 zs_unmap_object +EXPORT_SYMBOL_GPL vmlinux 0x925bd6ac fwnode_find_reference +EXPORT_SYMBOL_GPL vmlinux 0x92650a60 i2c_new_smbus_alert_device +EXPORT_SYMBOL_GPL vmlinux 0x926f7d93 l3mdev_table_lookup_unregister +EXPORT_SYMBOL_GPL vmlinux 0x92795c1f da903x_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x929e95cf psi_memstall_enter +EXPORT_SYMBOL_GPL vmlinux 0x92a94fc6 devm_usb_get_phy_by_node +EXPORT_SYMBOL_GPL vmlinux 0x92b326ce of_css +EXPORT_SYMBOL_GPL vmlinux 0x92b57248 flush_work +EXPORT_SYMBOL_GPL vmlinux 0x92d31cfb fixed_phy_add +EXPORT_SYMBOL_GPL vmlinux 0x92db5b3e dapm_clock_event +EXPORT_SYMBOL_GPL vmlinux 0x92db8f68 do_trace_rcu_torture_read +EXPORT_SYMBOL_GPL vmlinux 0x92e6d14f rio_dma_prep_xfer +EXPORT_SYMBOL_GPL vmlinux 0x92e72951 crypto_unregister_ahashes +EXPORT_SYMBOL_GPL vmlinux 0x92eeaaeb alloc_skb_for_msg +EXPORT_SYMBOL_GPL vmlinux 0x9303429d led_trigger_event +EXPORT_SYMBOL_GPL vmlinux 0x93195fbd deregister_mtd_parser +EXPORT_SYMBOL_GPL vmlinux 0x93255b2b ring_buffer_lock_reserve +EXPORT_SYMBOL_GPL vmlinux 0x932c8d7a linear_range_get_value_array +EXPORT_SYMBOL_GPL vmlinux 0x9332ac27 pci_disable_pasid +EXPORT_SYMBOL_GPL vmlinux 0x9332ee97 pci_bus_resource_n +EXPORT_SYMBOL_GPL vmlinux 0x93340bf4 blk_mq_sched_try_insert_merge +EXPORT_SYMBOL_GPL vmlinux 0x93388f9a do_unregister_con_driver +EXPORT_SYMBOL_GPL vmlinux 0x9352e3d0 snd_soc_get_dai_id +EXPORT_SYMBOL_GPL vmlinux 0x935ab0b7 __platform_create_bundle +EXPORT_SYMBOL_GPL vmlinux 0x9360de2b fwnode_connection_find_matches +EXPORT_SYMBOL_GPL vmlinux 0x936c668d input_ff_flush +EXPORT_SYMBOL_GPL vmlinux 0x93805369 software_node_register_node_group +EXPORT_SYMBOL_GPL vmlinux 0x9382c3f3 dm_send_uevents +EXPORT_SYMBOL_GPL vmlinux 0x938a6275 of_pci_dma_range_parser_init +EXPORT_SYMBOL_GPL vmlinux 0x938e501b simple_attr_write +EXPORT_SYMBOL_GPL vmlinux 0x9396c787 __wake_up_locked_sync_key +EXPORT_SYMBOL_GPL vmlinux 0x939d4b0e devlink_port_type_clear +EXPORT_SYMBOL_GPL vmlinux 0x93a76eef thermal_zone_bind_cooling_device +EXPORT_SYMBOL_GPL vmlinux 0x93c7edeb usb_find_common_endpoints +EXPORT_SYMBOL_GPL vmlinux 0x93edef07 devlink_health_report +EXPORT_SYMBOL_GPL vmlinux 0x93fc2a21 devm_i2c_new_dummy_device +EXPORT_SYMBOL_GPL vmlinux 0x9400f15a blk_mq_alloc_sq_tag_set +EXPORT_SYMBOL_GPL vmlinux 0x9402fd74 fscrypt_prepare_new_inode +EXPORT_SYMBOL_GPL vmlinux 0x941f2aaa eventfd_ctx_put +EXPORT_SYMBOL_GPL vmlinux 0x94225e54 spi_get_device_match_data +EXPORT_SYMBOL_GPL vmlinux 0x9423a505 crypto_stats_kpp_generate_public_key +EXPORT_SYMBOL_GPL vmlinux 0x9425bb34 nvmem_dev_name +EXPORT_SYMBOL_GPL vmlinux 0x9430b198 trace_dump_stack +EXPORT_SYMBOL_GPL vmlinux 0x943d08cd snd_soc_new_compress +EXPORT_SYMBOL_GPL vmlinux 0x9442c707 bpf_offload_dev_create +EXPORT_SYMBOL_GPL vmlinux 0x9462e7ac crypto_unregister_rngs +EXPORT_SYMBOL_GPL vmlinux 0x9468ea70 schedule_hrtimeout_range_clock +EXPORT_SYMBOL_GPL vmlinux 0x946c0028 devlink_unregister +EXPORT_SYMBOL_GPL vmlinux 0x946dd559 sha224_zero_message_hash +EXPORT_SYMBOL_GPL vmlinux 0x949b5176 devlink_region_snapshot_create +EXPORT_SYMBOL_GPL vmlinux 0x94abb745 sprint_oid +EXPORT_SYMBOL_GPL vmlinux 0x94b4b52c set_selection_kernel +EXPORT_SYMBOL_GPL vmlinux 0x94c31f79 led_set_brightness_nosleep +EXPORT_SYMBOL_GPL vmlinux 0x94cdc08b bpf_trace_run5 +EXPORT_SYMBOL_GPL vmlinux 0x94d36296 usb_intf_get_dma_device +EXPORT_SYMBOL_GPL vmlinux 0x94d6433a mmc_pwrseq_register +EXPORT_SYMBOL_GPL vmlinux 0x94d98ced pci_msix_can_alloc_dyn +EXPORT_SYMBOL_GPL vmlinux 0x94db78e0 ata_do_set_mode +EXPORT_SYMBOL_GPL vmlinux 0x94ea7558 register_virtio_driver +EXPORT_SYMBOL_GPL vmlinux 0x94eb5a18 regulator_allow_bypass +EXPORT_SYMBOL_GPL vmlinux 0x94f60b47 ahci_platform_shutdown +EXPORT_SYMBOL_GPL vmlinux 0x94f91c4d fat_flush_inodes +EXPORT_SYMBOL_GPL vmlinux 0x94fdb13d tty_buffer_space_avail +EXPORT_SYMBOL_GPL vmlinux 0x9501ea29 dev_pm_opp_get_voltage +EXPORT_SYMBOL_GPL vmlinux 0x9504df26 irq_wake_thread +EXPORT_SYMBOL_GPL vmlinux 0x95113bc6 hrtimer_init_sleeper +EXPORT_SYMBOL_GPL vmlinux 0x951a2773 crypto_has_alg +EXPORT_SYMBOL_GPL vmlinux 0x95222ff1 da9052_free_irq +EXPORT_SYMBOL_GPL vmlinux 0x95244777 bpf_trace_run6 +EXPORT_SYMBOL_GPL vmlinux 0x952918b9 snd_soc_dpcm_can_be_prepared +EXPORT_SYMBOL_GPL vmlinux 0x9539172e tcp_enter_memory_pressure +EXPORT_SYMBOL_GPL vmlinux 0x953cf1b8 ata_std_qc_defer +EXPORT_SYMBOL_GPL vmlinux 0x953e1b9e ktime_get_real_seconds +EXPORT_SYMBOL_GPL vmlinux 0x953f0df3 gpiochip_generic_request +EXPORT_SYMBOL_GPL vmlinux 0x955b0e2e kthread_worker_fn +EXPORT_SYMBOL_GPL vmlinux 0x955ee96c crc64_be +EXPORT_SYMBOL_GPL vmlinux 0x956ac400 ring_buffer_dropped_events_cpu +EXPORT_SYMBOL_GPL vmlinux 0x956eddd7 ata_cable_80wire +EXPORT_SYMBOL_GPL vmlinux 0x95843030 mpi_ec_init +EXPORT_SYMBOL_GPL vmlinux 0x958df3ac zs_free +EXPORT_SYMBOL_GPL vmlinux 0x95917d3f virtio_device_freeze +EXPORT_SYMBOL_GPL vmlinux 0x95920f5c ZSTD_customCalloc +EXPORT_SYMBOL_GPL vmlinux 0x9593ef31 register_ftrace_export +EXPORT_SYMBOL_GPL vmlinux 0x95a834db xdp_rxq_info_unreg_mem_model +EXPORT_SYMBOL_GPL vmlinux 0x95b12ef3 spi_new_ancillary_device +EXPORT_SYMBOL_GPL vmlinux 0x95b9df1b ata_dev_next +EXPORT_SYMBOL_GPL vmlinux 0x95bc9078 btree_free +EXPORT_SYMBOL_GPL vmlinux 0x95c15421 mtd_get_user_prot_info +EXPORT_SYMBOL_GPL vmlinux 0x95c757bc da9052_disable_irq +EXPORT_SYMBOL_GPL vmlinux 0x95e977e6 irq_domain_alloc_irqs_parent +EXPORT_SYMBOL_GPL vmlinux 0x95ef1ccc dmi_memdev_size +EXPORT_SYMBOL_GPL vmlinux 0x95effe6b __root_device_register +EXPORT_SYMBOL_GPL vmlinux 0x95fccaa0 fscrypt_ioctl_add_key +EXPORT_SYMBOL_GPL vmlinux 0x960ddd8b uart_handle_dcd_change +EXPORT_SYMBOL_GPL vmlinux 0x961286e0 ring_buffer_read_events_cpu +EXPORT_SYMBOL_GPL vmlinux 0x96173180 mmc_app_cmd +EXPORT_SYMBOL_GPL vmlinux 0x962f6698 regmap_write +EXPORT_SYMBOL_GPL vmlinux 0x963963f9 i2c_recover_bus +EXPORT_SYMBOL_GPL vmlinux 0x963b7852 ethnl_cable_test_pulse +EXPORT_SYMBOL_GPL vmlinux 0x96511fae uhci_check_and_reset_hc +EXPORT_SYMBOL_GPL vmlinux 0x96554810 register_keyboard_notifier +EXPORT_SYMBOL_GPL vmlinux 0x9663b4f8 devfreq_get_devfreq_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0x966632bc dummy_con +EXPORT_SYMBOL_GPL vmlinux 0x96676309 ata_bmdma32_port_ops +EXPORT_SYMBOL_GPL vmlinux 0x967e66e3 devm_snd_soc_register_dai +EXPORT_SYMBOL_GPL vmlinux 0x968b8736 sysfs_create_mount_point +EXPORT_SYMBOL_GPL vmlinux 0x969ba015 netlink_strict_get_check +EXPORT_SYMBOL_GPL vmlinux 0x96ab3dde __tracepoint_suspend_resume +EXPORT_SYMBOL_GPL vmlinux 0x96b5ac4b vcap_set_rule_set_actionset +EXPORT_SYMBOL_GPL vmlinux 0x96b7a520 ata_bmdma_status +EXPORT_SYMBOL_GPL vmlinux 0x96b94bf4 icmp_build_probe +EXPORT_SYMBOL_GPL vmlinux 0x96e38815 ipv6_stub +EXPORT_SYMBOL_GPL vmlinux 0x96ed65a8 ata_eh_analyze_ncq_error +EXPORT_SYMBOL_GPL vmlinux 0x96eecaa4 __nvdimm_create +EXPORT_SYMBOL_GPL vmlinux 0x96f9a01b __SCK__tp_func_pelt_thermal_tp +EXPORT_SYMBOL_GPL vmlinux 0x96fef034 udp_tunnel_nic_ops +EXPORT_SYMBOL_GPL vmlinux 0x970afa25 mas_empty_area_rev +EXPORT_SYMBOL_GPL vmlinux 0x9714e0bb ktime_get_raw +EXPORT_SYMBOL_GPL vmlinux 0x97168fa3 usb_hcd_pci_remove +EXPORT_SYMBOL_GPL vmlinux 0x9716b749 cpu_device_create +EXPORT_SYMBOL_GPL vmlinux 0x97518707 skcipher_walk_virt +EXPORT_SYMBOL_GPL vmlinux 0x975519c1 asymmetric_key_id_same +EXPORT_SYMBOL_GPL vmlinux 0x9756c4db device_rename +EXPORT_SYMBOL_GPL vmlinux 0x97592516 nand_get_large_page_hamming_ooblayout +EXPORT_SYMBOL_GPL vmlinux 0x976d2c5b bpfilter_ops +EXPORT_SYMBOL_GPL vmlinux 0x977152c0 dm_start_time_ns_from_clone +EXPORT_SYMBOL_GPL vmlinux 0x9774a530 raw_seq_next +EXPORT_SYMBOL_GPL vmlinux 0x979f2e5b devm_hwspin_lock_request +EXPORT_SYMBOL_GPL vmlinux 0x97aa0e9c compat_only_sysfs_link_entry_to_kobj +EXPORT_SYMBOL_GPL vmlinux 0x97bfa57e gpiod_export_link +EXPORT_SYMBOL_GPL vmlinux 0x97c1db88 driver_register +EXPORT_SYMBOL_GPL vmlinux 0x97d2656f of_clk_get_parent_name +EXPORT_SYMBOL_GPL vmlinux 0x97dc9a31 __xdp_rxq_info_reg +EXPORT_SYMBOL_GPL vmlinux 0x97de2b83 debug_locks_silent +EXPORT_SYMBOL_GPL vmlinux 0x97f0e895 fib_rules_unregister +EXPORT_SYMBOL_GPL vmlinux 0x97fc6f3a gpiod_set_debounce +EXPORT_SYMBOL_GPL vmlinux 0x981225fa gpiod_disable_hw_timestamp_ns +EXPORT_SYMBOL_GPL vmlinux 0x98161960 io_uring_cmd_done +EXPORT_SYMBOL_GPL vmlinux 0x98227a03 snd_soc_component_compr_copy +EXPORT_SYMBOL_GPL vmlinux 0x9833b500 dev_pm_opp_put_opp_table +EXPORT_SYMBOL_GPL vmlinux 0x9833bc0c hvc_kick +EXPORT_SYMBOL_GPL vmlinux 0x9835f5a2 input_ff_upload +EXPORT_SYMBOL_GPL vmlinux 0x98390e8c devm_hte_request_ts_ns +EXPORT_SYMBOL_GPL vmlinux 0x9843f501 __cookie_v4_check +EXPORT_SYMBOL_GPL vmlinux 0x98503a63 mpi_alloc +EXPORT_SYMBOL_GPL vmlinux 0x9853fd4f bpf_map_inc +EXPORT_SYMBOL_GPL vmlinux 0x985453e1 lease_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x985ffb5f clk_mux_val_to_index +EXPORT_SYMBOL_GPL vmlinux 0x9878255b ata_sas_port_stop +EXPORT_SYMBOL_GPL vmlinux 0x9879932b crypto_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x987dfb5c snd_soc_dapm_put_pin_switch +EXPORT_SYMBOL_GPL vmlinux 0x98803d68 vcap_free_rule +EXPORT_SYMBOL_GPL vmlinux 0x98814d12 request_firmware_direct +EXPORT_SYMBOL_GPL vmlinux 0x98894777 pci_common_swizzle +EXPORT_SYMBOL_GPL vmlinux 0x988a10dc mtk_pinconf_bias_set_rev1 +EXPORT_SYMBOL_GPL vmlinux 0x988d24b5 mmc_crypto_prepare_req +EXPORT_SYMBOL_GPL vmlinux 0x988f0f74 skb_send_sock_locked +EXPORT_SYMBOL_GPL vmlinux 0x989074ff kmsg_dump_reason_str +EXPORT_SYMBOL_GPL vmlinux 0x9893b2c9 bus_rescan_devices +EXPORT_SYMBOL_GPL vmlinux 0x989770d2 vp_modern_set_queue_enable +EXPORT_SYMBOL_GPL vmlinux 0x989f2b84 apply_to_existing_page_range +EXPORT_SYMBOL_GPL vmlinux 0x98b9a617 tpm_pcr_extend +EXPORT_SYMBOL_GPL vmlinux 0x98be1aa6 regulator_set_voltage_time +EXPORT_SYMBOL_GPL vmlinux 0x98c83e50 clk_register_gate +EXPORT_SYMBOL_GPL vmlinux 0x98d2c598 snd_soc_daifmt_parse_format +EXPORT_SYMBOL_GPL vmlinux 0x98d5974b sm501_set_clock +EXPORT_SYMBOL_GPL vmlinux 0x98d6f029 regmap_get_device +EXPORT_SYMBOL_GPL vmlinux 0x98da18b2 irq_set_chip_and_handler_name +EXPORT_SYMBOL_GPL vmlinux 0x98ec4842 del_mtd_blktrans_dev +EXPORT_SYMBOL_GPL vmlinux 0x98ee62b2 ring_buffer_record_disable_cpu +EXPORT_SYMBOL_GPL vmlinux 0x98f7768d ftrace_free_filter +EXPORT_SYMBOL_GPL vmlinux 0x98fa2886 ata_cable_40wire +EXPORT_SYMBOL_GPL vmlinux 0x98fe6251 __traceiter_unmap +EXPORT_SYMBOL_GPL vmlinux 0x990d32d4 snd_soc_of_get_dai_link_cpus +EXPORT_SYMBOL_GPL vmlinux 0x991813c2 device_phy_find_device +EXPORT_SYMBOL_GPL vmlinux 0x991ab67f crypto_stats_aead_decrypt +EXPORT_SYMBOL_GPL vmlinux 0x992bcf42 fwnode_device_is_available +EXPORT_SYMBOL_GPL vmlinux 0x992c83cf crypto_register_akcipher +EXPORT_SYMBOL_GPL vmlinux 0x99368a58 dma_resv_wait_timeout +EXPORT_SYMBOL_GPL vmlinux 0x993d10c1 rio_inb_pwrite_handler +EXPORT_SYMBOL_GPL vmlinux 0x99420466 phy_create +EXPORT_SYMBOL_GPL vmlinux 0x99504f3e raw_v6_hashinfo +EXPORT_SYMBOL_GPL vmlinux 0x995174be replace_page_cache_folio +EXPORT_SYMBOL_GPL vmlinux 0x995d1071 prof_on +EXPORT_SYMBOL_GPL vmlinux 0x9968aacb __audit_log_nfcfg +EXPORT_SYMBOL_GPL vmlinux 0x998be0bf syscon_regmap_lookup_by_phandle_args +EXPORT_SYMBOL_GPL vmlinux 0x998d500f cpufreq_freq_transition_begin +EXPORT_SYMBOL_GPL vmlinux 0x99974042 of_reconfig_get_state_change +EXPORT_SYMBOL_GPL vmlinux 0x99a03078 dax_holder_notify_failure +EXPORT_SYMBOL_GPL vmlinux 0x99b7191f dynevent_create +EXPORT_SYMBOL_GPL vmlinux 0x99c47b0a usb_get_dr_mode +EXPORT_SYMBOL_GPL vmlinux 0x99ccd786 xhci_drop_endpoint +EXPORT_SYMBOL_GPL vmlinux 0x99ced335 ata_std_postreset +EXPORT_SYMBOL_GPL vmlinux 0x99e159d8 clk_hw_set_parent +EXPORT_SYMBOL_GPL vmlinux 0x99ec6927 __blkg_prfill_rwstat +EXPORT_SYMBOL_GPL vmlinux 0x99f2d00a sysfs_emit_at +EXPORT_SYMBOL_GPL vmlinux 0x9a0ef397 mnt_idmap_owner +EXPORT_SYMBOL_GPL vmlinux 0x9a11a0fc crypto_attr_alg_name +EXPORT_SYMBOL_GPL vmlinux 0x9a201251 event_triggers_call +EXPORT_SYMBOL_GPL vmlinux 0x9a203ee4 mtd_erase +EXPORT_SYMBOL_GPL vmlinux 0x9a3eff1f pcie_reset_flr +EXPORT_SYMBOL_GPL vmlinux 0x9a5dfa5b spi_mem_dirmap_create +EXPORT_SYMBOL_GPL vmlinux 0x9a7d963b encrypt_blob +EXPORT_SYMBOL_GPL vmlinux 0x9a8b9c86 devm_free_pages +EXPORT_SYMBOL_GPL vmlinux 0x9a8e292e devm_irq_setup_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0x9a8f75be bpf_warn_invalid_xdp_action +EXPORT_SYMBOL_GPL vmlinux 0x9a97b96c edac_mc_add_mc_with_groups +EXPORT_SYMBOL_GPL vmlinux 0x9a9f0b54 debugfs_file_put +EXPORT_SYMBOL_GPL vmlinux 0x9ab8518d sdhci_get_cd_nogpio +EXPORT_SYMBOL_GPL vmlinux 0x9ac11b74 suspend_set_ops +EXPORT_SYMBOL_GPL vmlinux 0x9acf5fbb vcap_add_rule +EXPORT_SYMBOL_GPL vmlinux 0x9ad55b99 clk_hw_unregister_fixed_factor +EXPORT_SYMBOL_GPL vmlinux 0x9ada9495 sbitmap_queue_clear +EXPORT_SYMBOL_GPL vmlinux 0x9aeacb87 ring_buffer_iter_empty +EXPORT_SYMBOL_GPL vmlinux 0x9af49514 icc_bulk_set_bw +EXPORT_SYMBOL_GPL vmlinux 0x9b0001a1 sampling_rate_store +EXPORT_SYMBOL_GPL vmlinux 0x9b000dfd sm501_misc_control +EXPORT_SYMBOL_GPL vmlinux 0x9b061472 platform_device_register +EXPORT_SYMBOL_GPL vmlinux 0x9b06d48c ethnl_cable_test_finished +EXPORT_SYMBOL_GPL vmlinux 0x9b07a7cc irq_chip_retrigger_hierarchy +EXPORT_SYMBOL_GPL vmlinux 0x9b22c87b xfrm_audit_state_replay +EXPORT_SYMBOL_GPL vmlinux 0x9b4f2949 sdhci_set_uhs_signaling +EXPORT_SYMBOL_GPL vmlinux 0x9b517357 of_msi_get_domain +EXPORT_SYMBOL_GPL vmlinux 0x9b555c8c pm_suspend_default_s2idle +EXPORT_SYMBOL_GPL vmlinux 0x9b5bed67 crypto_alloc_kpp +EXPORT_SYMBOL_GPL vmlinux 0x9b6405eb xhci_suspend +EXPORT_SYMBOL_GPL vmlinux 0x9b66d977 pci_stop_and_remove_bus_device_locked +EXPORT_SYMBOL_GPL vmlinux 0x9b670498 regmap_field_free +EXPORT_SYMBOL_GPL vmlinux 0x9b6ec967 ring_buffer_size +EXPORT_SYMBOL_GPL vmlinux 0x9b746c56 snd_pcm_create_iec958_consumer_default +EXPORT_SYMBOL_GPL vmlinux 0x9b754bc8 device_remove_groups +EXPORT_SYMBOL_GPL vmlinux 0x9b783e88 i2c_handle_smbus_host_notify +EXPORT_SYMBOL_GPL vmlinux 0x9b7a9b51 virtqueue_enable_cb_prepare +EXPORT_SYMBOL_GPL vmlinux 0x9b88717d iommu_device_register +EXPORT_SYMBOL_GPL vmlinux 0x9b9071cb get_old_itimerspec32 +EXPORT_SYMBOL_GPL vmlinux 0x9b92d16e pinctrl_gpio_set_config +EXPORT_SYMBOL_GPL vmlinux 0x9bcf2e0f devlink_trap_groups_register +EXPORT_SYMBOL_GPL vmlinux 0x9bece81b mpi_cmp_ui +EXPORT_SYMBOL_GPL vmlinux 0x9c170905 udp4_hwcsum +EXPORT_SYMBOL_GPL vmlinux 0x9c213913 usb_gadget_unmap_request +EXPORT_SYMBOL_GPL vmlinux 0x9c21c34c scsi_queue_work +EXPORT_SYMBOL_GPL vmlinux 0x9c289989 __device_reset +EXPORT_SYMBOL_GPL vmlinux 0x9c442af7 fscrypt_parse_test_dummy_encryption +EXPORT_SYMBOL_GPL vmlinux 0x9c59dfe8 ip4_datagram_release_cb +EXPORT_SYMBOL_GPL vmlinux 0x9c69766d dma_run_dependencies +EXPORT_SYMBOL_GPL vmlinux 0x9c6b36ae iommu_get_domain_for_dev_pasid +EXPORT_SYMBOL_GPL vmlinux 0x9c6febfc add_uevent_var +EXPORT_SYMBOL_GPL vmlinux 0x9c803020 usb_phy_roothub_power_on +EXPORT_SYMBOL_GPL vmlinux 0x9c8f43c5 ftrace_set_filter +EXPORT_SYMBOL_GPL vmlinux 0x9ca298ff umd_unload_blob +EXPORT_SYMBOL_GPL vmlinux 0x9ca3fa0f skb_morph +EXPORT_SYMBOL_GPL vmlinux 0x9ca7721b __irq_domain_alloc_irqs +EXPORT_SYMBOL_GPL vmlinux 0x9cbc452a imx8ulp_clk_hw_composite +EXPORT_SYMBOL_GPL vmlinux 0x9cc4f70a register_pm_notifier +EXPORT_SYMBOL_GPL vmlinux 0x9cc7e896 fscrypt_file_open +EXPORT_SYMBOL_GPL vmlinux 0x9cd08b09 l3mdev_master_upper_ifindex_by_index_rcu +EXPORT_SYMBOL_GPL vmlinux 0x9cd1dad2 devm_of_phy_get_by_index +EXPORT_SYMBOL_GPL vmlinux 0x9cdd6a66 sysctl_long_vals +EXPORT_SYMBOL_GPL vmlinux 0x9d00fa98 sk_set_memalloc +EXPORT_SYMBOL_GPL vmlinux 0x9d09e8ae ring_buffer_event_data +EXPORT_SYMBOL_GPL vmlinux 0x9d0cd9a8 ip_fib_metrics_init +EXPORT_SYMBOL_GPL vmlinux 0x9d10fdd7 device_create_with_groups +EXPORT_SYMBOL_GPL vmlinux 0x9d1c706f ping_seq_start +EXPORT_SYMBOL_GPL vmlinux 0x9d2b1217 cookie_tcp_reqsk_alloc +EXPORT_SYMBOL_GPL vmlinux 0x9d2f49ef __SCK__tp_func_pelt_se_tp +EXPORT_SYMBOL_GPL vmlinux 0x9d3c8511 of_pinctrl_get +EXPORT_SYMBOL_GPL vmlinux 0x9d3d6488 of_get_pci_domain_nr +EXPORT_SYMBOL_GPL vmlinux 0x9d4dd1c1 icc_link_destroy +EXPORT_SYMBOL_GPL vmlinux 0x9d5a8178 hrtimer_try_to_cancel +EXPORT_SYMBOL_GPL vmlinux 0x9d645699 devm_phy_put +EXPORT_SYMBOL_GPL vmlinux 0x9d69a5ea regulator_get_error_flags +EXPORT_SYMBOL_GPL vmlinux 0x9d7ab29c snd_soc_dapm_ignore_suspend +EXPORT_SYMBOL_GPL vmlinux 0x9d7f577f __pm_runtime_idle +EXPORT_SYMBOL_GPL vmlinux 0x9d883d49 metadata_dst_alloc +EXPORT_SYMBOL_GPL vmlinux 0x9d8b5d4e amba_device_alloc +EXPORT_SYMBOL_GPL vmlinux 0x9d8bb00e set_dax_nocache +EXPORT_SYMBOL_GPL vmlinux 0x9da3075a mtk_clk_register_dividers +EXPORT_SYMBOL_GPL vmlinux 0x9da8f650 mtk_pinconf_adv_pull_get +EXPORT_SYMBOL_GPL vmlinux 0x9dab7d3b vcap_keyfield_name +EXPORT_SYMBOL_GPL vmlinux 0x9dd17651 dst_cache_set_ip4 +EXPORT_SYMBOL_GPL vmlinux 0x9dd22574 __srcu_read_lock +EXPORT_SYMBOL_GPL vmlinux 0x9dd93db7 ncsi_unregister_dev +EXPORT_SYMBOL_GPL vmlinux 0x9de5e9de crypto_stats_kpp_set_secret +EXPORT_SYMBOL_GPL vmlinux 0x9de7fa17 devlink_port_register +EXPORT_SYMBOL_GPL vmlinux 0x9de88bc8 __SCK__tp_func_ata_bmdma_start +EXPORT_SYMBOL_GPL vmlinux 0x9dfdf722 gpio_free_array +EXPORT_SYMBOL_GPL vmlinux 0x9e016686 digsig_verify +EXPORT_SYMBOL_GPL vmlinux 0x9e10528c kstrdup_quotable_cmdline +EXPORT_SYMBOL_GPL vmlinux 0x9e163fd5 mmu_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0x9e30a0bf ohci_hub_control +EXPORT_SYMBOL_GPL vmlinux 0x9e333a0e inet_ctl_sock_create +EXPORT_SYMBOL_GPL vmlinux 0x9e472f5f snmp_fold_field +EXPORT_SYMBOL_GPL vmlinux 0x9e473d13 devm_ioremap_uc +EXPORT_SYMBOL_GPL vmlinux 0x9e4c70d1 iommu_group_remove_device +EXPORT_SYMBOL_GPL vmlinux 0x9e602c8b device_show_ulong +EXPORT_SYMBOL_GPL vmlinux 0x9e65ed2b __kprobe_event_add_fields +EXPORT_SYMBOL_GPL vmlinux 0x9e73bb8c umd_cleanup_helper +EXPORT_SYMBOL_GPL vmlinux 0x9e830b0b fsverity_verify_bio +EXPORT_SYMBOL_GPL vmlinux 0x9e9c4f24 set_dax_nomc +EXPORT_SYMBOL_GPL vmlinux 0x9ea30db5 rt_mutex_lock_interruptible +EXPORT_SYMBOL_GPL vmlinux 0x9eafd442 trace_get_event_file +EXPORT_SYMBOL_GPL vmlinux 0x9eb52803 usb_ep_disable +EXPORT_SYMBOL_GPL vmlinux 0x9ebad1b7 dw_pcie_write_dbi +EXPORT_SYMBOL_GPL vmlinux 0x9ec3717e ata_sff_wait_ready +EXPORT_SYMBOL_GPL vmlinux 0x9ed554b3 unregister_keyboard_notifier +EXPORT_SYMBOL_GPL vmlinux 0x9eda45fe ncsi_register_dev +EXPORT_SYMBOL_GPL vmlinux 0x9ee5e40a __ktime_divns +EXPORT_SYMBOL_GPL vmlinux 0x9ee97342 sdio_readsb +EXPORT_SYMBOL_GPL vmlinux 0x9eeac140 sk_clone_lock +EXPORT_SYMBOL_GPL vmlinux 0x9eebdde7 mpi_point_new +EXPORT_SYMBOL_GPL vmlinux 0x9efb9b43 __virtio_unbreak_device +EXPORT_SYMBOL_GPL vmlinux 0x9f027ee0 mtk_clk_register_muxes +EXPORT_SYMBOL_GPL vmlinux 0x9f0e1b75 fsnotify_put_mark +EXPORT_SYMBOL_GPL vmlinux 0x9f140889 usb_anchor_resume_wakeups +EXPORT_SYMBOL_GPL vmlinux 0x9f273bc0 serial8250_do_set_mctrl +EXPORT_SYMBOL_GPL vmlinux 0x9f503113 genphy_c45_pma_setup_forced +EXPORT_SYMBOL_GPL vmlinux 0x9f50c8e9 serdev_device_wait_until_sent +EXPORT_SYMBOL_GPL vmlinux 0x9f56c4b9 __SCK__tp_func_devlink_hwmsg +EXPORT_SYMBOL_GPL vmlinux 0x9f5c6dc2 __cookie_v6_check +EXPORT_SYMBOL_GPL vmlinux 0x9f7056e4 rio_mport_class +EXPORT_SYMBOL_GPL vmlinux 0x9f7bb11d vring_new_virtqueue +EXPORT_SYMBOL_GPL vmlinux 0x9f7c7353 nand_read_data_op +EXPORT_SYMBOL_GPL vmlinux 0x9f7f1468 usb_enable_intel_xhci_ports +EXPORT_SYMBOL_GPL vmlinux 0x9f964647 tegra20_clk_set_emc_round_callback +EXPORT_SYMBOL_GPL vmlinux 0x9f9709b9 vcap_del_rule +EXPORT_SYMBOL_GPL vmlinux 0x9fa4564a timer_shutdown +EXPORT_SYMBOL_GPL vmlinux 0x9fcba422 of_get_named_gpio_flags +EXPORT_SYMBOL_GPL vmlinux 0x9fce80db fb_notifier_call_chain +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 0x9fee48df trace_event_ignore_this_pid +EXPORT_SYMBOL_GPL vmlinux 0x9ff24d62 spi_get_device_id +EXPORT_SYMBOL_GPL vmlinux 0xa0147975 skb_cow_data +EXPORT_SYMBOL_GPL vmlinux 0xa016fa91 __usb_create_hcd +EXPORT_SYMBOL_GPL vmlinux 0xa01a8d9b nd_cmd_bus_desc +EXPORT_SYMBOL_GPL vmlinux 0xa038f306 __rht_bucket_nested +EXPORT_SYMBOL_GPL vmlinux 0xa0424921 devfreq_event_set_event +EXPORT_SYMBOL_GPL vmlinux 0xa04444ba led_sysfs_enable +EXPORT_SYMBOL_GPL vmlinux 0xa049a06a ip_build_and_send_pkt +EXPORT_SYMBOL_GPL vmlinux 0xa04b6e4e bdev_nr_zones +EXPORT_SYMBOL_GPL vmlinux 0xa04e9ad2 cdrom_read_tocentry +EXPORT_SYMBOL_GPL vmlinux 0xa04f945a cpus_read_lock +EXPORT_SYMBOL_GPL vmlinux 0xa0590d17 nvmem_device_cell_write +EXPORT_SYMBOL_GPL vmlinux 0xa0795adc sdio_f0_readb +EXPORT_SYMBOL_GPL vmlinux 0xa084dbac vfs_remove_acl +EXPORT_SYMBOL_GPL vmlinux 0xa08fdec7 pinctrl_find_and_add_gpio_range +EXPORT_SYMBOL_GPL vmlinux 0xa095456b switchdev_handle_port_attr_set +EXPORT_SYMBOL_GPL vmlinux 0xa09c5f0d regmap_irq_set_type_config_simple +EXPORT_SYMBOL_GPL vmlinux 0xa0b6cd87 regulator_list_voltage_linear_range +EXPORT_SYMBOL_GPL vmlinux 0xa0b76b6f nf_checksum_partial +EXPORT_SYMBOL_GPL vmlinux 0xa0c1413c nvmem_add_cell_table +EXPORT_SYMBOL_GPL vmlinux 0xa0de7d6e vcap_rule_add_key_u32 +EXPORT_SYMBOL_GPL vmlinux 0xa0dfabdb extcon_unregister_notifier_all +EXPORT_SYMBOL_GPL vmlinux 0xa0fef546 devlink_port_unregister +EXPORT_SYMBOL_GPL vmlinux 0xa109069f snd_soc_bytes_info_ext +EXPORT_SYMBOL_GPL vmlinux 0xa10d1b43 edac_pci_handle_npe +EXPORT_SYMBOL_GPL vmlinux 0xa10f80a8 cpufreq_dbs_governor_start +EXPORT_SYMBOL_GPL vmlinux 0xa11990cb clk_hw_register_fixed_factor_parent_hw +EXPORT_SYMBOL_GPL vmlinux 0xa13bd062 inet6_csk_addr2sockaddr +EXPORT_SYMBOL_GPL vmlinux 0xa13cabd0 iptunnel_xmit +EXPORT_SYMBOL_GPL vmlinux 0xa147309b phy_10gbit_full_features +EXPORT_SYMBOL_GPL vmlinux 0xa148d450 usb_altnum_to_altsetting +EXPORT_SYMBOL_GPL vmlinux 0xa14c6e5a devm_power_supply_register +EXPORT_SYMBOL_GPL vmlinux 0xa14c792f __hrtimer_get_remaining +EXPORT_SYMBOL_GPL vmlinux 0xa1502c7f bpf_prog_select_runtime +EXPORT_SYMBOL_GPL vmlinux 0xa1661323 debugfs_attr_write_signed +EXPORT_SYMBOL_GPL vmlinux 0xa1694ac9 wm8350_clear_bits +EXPORT_SYMBOL_GPL vmlinux 0xa1838188 meson_pmx_get_funcs_count +EXPORT_SYMBOL_GPL vmlinux 0xa194c249 bpf_trace_run9 +EXPORT_SYMBOL_GPL vmlinux 0xa1971d03 power_supply_am_i_supplied +EXPORT_SYMBOL_GPL vmlinux 0xa19d3a60 cpufreq_dbs_governor_limits +EXPORT_SYMBOL_GPL vmlinux 0xa19d77ac regulator_bulk_disable +EXPORT_SYMBOL_GPL vmlinux 0xa19fd6f5 scsi_nl_sock +EXPORT_SYMBOL_GPL vmlinux 0xa1bb6bde virtqueue_poll +EXPORT_SYMBOL_GPL vmlinux 0xa1d8004a videomode_from_timing +EXPORT_SYMBOL_GPL vmlinux 0xa1dbf85d devm_irq_domain_create_sim +EXPORT_SYMBOL_GPL vmlinux 0xa1f1bd3a arm_check_condition +EXPORT_SYMBOL_GPL vmlinux 0xa20d01ba __trace_bprintk +EXPORT_SYMBOL_GPL vmlinux 0xa2187202 nand_read_page_op +EXPORT_SYMBOL_GPL vmlinux 0xa21f2339 ehci_reset +EXPORT_SYMBOL_GPL vmlinux 0xa21f2ce7 clk_mux_index_to_val +EXPORT_SYMBOL_GPL vmlinux 0xa21f8d33 strp_unpause +EXPORT_SYMBOL_GPL vmlinux 0xa232953d sdio_readw +EXPORT_SYMBOL_GPL vmlinux 0xa2500ef6 __SCK__tp_func_powernv_throttle +EXPORT_SYMBOL_GPL vmlinux 0xa253cc23 wm8350_read_auxadc +EXPORT_SYMBOL_GPL vmlinux 0xa25497a8 bdev_alignment_offset +EXPORT_SYMBOL_GPL vmlinux 0xa25cefde gpiod_set_raw_array_value +EXPORT_SYMBOL_GPL vmlinux 0xa26c6497 xas_load +EXPORT_SYMBOL_GPL vmlinux 0xa26d6c4c tty_get_icount +EXPORT_SYMBOL_GPL vmlinux 0xa26d9b4f workqueue_congested +EXPORT_SYMBOL_GPL vmlinux 0xa26dc7fb snd_soc_dapm_disable_pin +EXPORT_SYMBOL_GPL vmlinux 0xa276443f xhci_gen_setup +EXPORT_SYMBOL_GPL vmlinux 0xa279136a usb_disable_autosuspend +EXPORT_SYMBOL_GPL vmlinux 0xa27ec8e4 rio_release_inb_mbox +EXPORT_SYMBOL_GPL vmlinux 0xa2836441 cpufreq_generic_init +EXPORT_SYMBOL_GPL vmlinux 0xa286a234 snd_pcm_format_name +EXPORT_SYMBOL_GPL vmlinux 0xa28d424c serial8250_handle_irq +EXPORT_SYMBOL_GPL vmlinux 0xa297f73d watchdog_set_last_hw_keepalive +EXPORT_SYMBOL_GPL vmlinux 0xa2ad4cf4 sbitmap_get_shallow +EXPORT_SYMBOL_GPL vmlinux 0xa2b0820d __SCK__tp_func_cpu_idle +EXPORT_SYMBOL_GPL vmlinux 0xa2b58f73 snd_soc_dapm_get_pin_status +EXPORT_SYMBOL_GPL vmlinux 0xa2c0f59a ct_idle_enter +EXPORT_SYMBOL_GPL vmlinux 0xa2c2264f iommu_set_pgtable_quirks +EXPORT_SYMBOL_GPL vmlinux 0xa2c31b2a proc_douintvec_minmax +EXPORT_SYMBOL_GPL vmlinux 0xa2d3d5fe wm831x_device_shutdown +EXPORT_SYMBOL_GPL vmlinux 0xa2e1b3ef trace_printk_init_buffers +EXPORT_SYMBOL_GPL vmlinux 0xa30d53c4 irq_generic_chip_ops +EXPORT_SYMBOL_GPL vmlinux 0xa31560fe devm_regmap_field_free +EXPORT_SYMBOL_GPL vmlinux 0xa31b532e kthread_park +EXPORT_SYMBOL_GPL vmlinux 0xa32206fb virtqueue_add_inbuf_ctx +EXPORT_SYMBOL_GPL vmlinux 0xa32f3d9e decode_rs16 +EXPORT_SYMBOL_GPL vmlinux 0xa3326b4d dma_free_pages +EXPORT_SYMBOL_GPL vmlinux 0xa33744aa edac_stop_work +EXPORT_SYMBOL_GPL vmlinux 0xa33e8a1e nvdimm_to_bus +EXPORT_SYMBOL_GPL vmlinux 0xa33e9ca0 blk_queue_flag_test_and_set +EXPORT_SYMBOL_GPL vmlinux 0xa3437071 pm_generic_suspend_late +EXPORT_SYMBOL_GPL vmlinux 0xa346975c idr_remove +EXPORT_SYMBOL_GPL vmlinux 0xa351532e fscrypt_ioctl_remove_key_all_users +EXPORT_SYMBOL_GPL vmlinux 0xa3574da2 usb_put_phy +EXPORT_SYMBOL_GPL vmlinux 0xa35d41a5 usb_gen_phy_shutdown +EXPORT_SYMBOL_GPL vmlinux 0xa362bf8f hrtimer_init +EXPORT_SYMBOL_GPL vmlinux 0xa36d1a82 sock_diag_save_cookie +EXPORT_SYMBOL_GPL vmlinux 0xa3714775 device_show_bool +EXPORT_SYMBOL_GPL vmlinux 0xa376963b bpf_prog_destroy +EXPORT_SYMBOL_GPL vmlinux 0xa379313a blk_req_needs_zone_write_lock +EXPORT_SYMBOL_GPL vmlinux 0xa38602cd drain_workqueue +EXPORT_SYMBOL_GPL vmlinux 0xa386a2a0 sata_link_hardreset +EXPORT_SYMBOL_GPL vmlinux 0xa38a9f71 get_itimerspec64 +EXPORT_SYMBOL_GPL vmlinux 0xa3983e0f device_create_bin_file +EXPORT_SYMBOL_GPL vmlinux 0xa3a04602 btree_geo64 +EXPORT_SYMBOL_GPL vmlinux 0xa3a4ac34 rio_bus_type +EXPORT_SYMBOL_GPL vmlinux 0xa3ab9154 usb_unanchor_urb +EXPORT_SYMBOL_GPL vmlinux 0xa3ad9f64 fuse_direct_io +EXPORT_SYMBOL_GPL vmlinux 0xa3b434a7 snd_soc_component_get_pin_status +EXPORT_SYMBOL_GPL vmlinux 0xa3b958ce reset_hung_task_detector +EXPORT_SYMBOL_GPL vmlinux 0xa3c1db37 nf_hooks_lwtunnel_enabled +EXPORT_SYMBOL_GPL vmlinux 0xa3da572b mtd_unlock +EXPORT_SYMBOL_GPL vmlinux 0xa3e42448 scsi_internal_device_block_nowait +EXPORT_SYMBOL_GPL vmlinux 0xa3f12f69 __crypto_xor +EXPORT_SYMBOL_GPL vmlinux 0xa3fa2ed5 reset_control_get_count +EXPORT_SYMBOL_GPL vmlinux 0xa400ed82 devm_otg_ulpi_create +EXPORT_SYMBOL_GPL vmlinux 0xa4031b7f sfp_parse_port +EXPORT_SYMBOL_GPL vmlinux 0xa40e0b28 of_get_display_timing +EXPORT_SYMBOL_GPL vmlinux 0xa410a295 devlink_region_destroy +EXPORT_SYMBOL_GPL vmlinux 0xa418b53b usb_role_switch_get +EXPORT_SYMBOL_GPL vmlinux 0xa41ca992 tpm_calc_ordinal_duration +EXPORT_SYMBOL_GPL vmlinux 0xa42c316a srcu_notifier_chain_register +EXPORT_SYMBOL_GPL vmlinux 0xa43cf1f1 __clk_get_hw +EXPORT_SYMBOL_GPL vmlinux 0xa43defa9 dma_mmap_pages +EXPORT_SYMBOL_GPL vmlinux 0xa444c3ca topology_clear_scale_freq_source +EXPORT_SYMBOL_GPL vmlinux 0xa44a1307 interval_tree_iter_first +EXPORT_SYMBOL_GPL vmlinux 0xa44f4a4a sbitmap_prepare_to_wait +EXPORT_SYMBOL_GPL vmlinux 0xa450c307 platform_device_del +EXPORT_SYMBOL_GPL vmlinux 0xa453ea69 thermal_of_zone_register +EXPORT_SYMBOL_GPL vmlinux 0xa45b22f7 tty_find_polling_driver +EXPORT_SYMBOL_GPL vmlinux 0xa45c5719 devm_thermal_of_zone_register +EXPORT_SYMBOL_GPL vmlinux 0xa45c7b90 stack_trace_print +EXPORT_SYMBOL_GPL vmlinux 0xa45dc275 trace_seq_putmem +EXPORT_SYMBOL_GPL vmlinux 0xa47dc15f ata_wait_after_reset +EXPORT_SYMBOL_GPL vmlinux 0xa48196c8 kdb_poll_idx +EXPORT_SYMBOL_GPL vmlinux 0xa48fb411 crypto_default_rng +EXPORT_SYMBOL_GPL vmlinux 0xa4a0ca44 irq_domain_update_bus_token +EXPORT_SYMBOL_GPL vmlinux 0xa4a77c3e genphy_c45_pma_baset1_read_master_slave +EXPORT_SYMBOL_GPL vmlinux 0xa4ab7c1c ring_buffer_overruns +EXPORT_SYMBOL_GPL vmlinux 0xa4b07fe7 ring_buffer_change_overwrite +EXPORT_SYMBOL_GPL vmlinux 0xa4b6cce4 ncsi_stop_dev +EXPORT_SYMBOL_GPL vmlinux 0xa4c00324 asn1_encode_octet_string +EXPORT_SYMBOL_GPL vmlinux 0xa4c085f8 ata_tf_from_fis +EXPORT_SYMBOL_GPL vmlinux 0xa4d275b9 __tracepoint_br_fdb_external_learn_add +EXPORT_SYMBOL_GPL vmlinux 0xa4dc79c3 blocking_notifier_call_chain_robust +EXPORT_SYMBOL_GPL vmlinux 0xa4f4a2ab wakeup_sources_walk_next +EXPORT_SYMBOL_GPL vmlinux 0xa4f4af48 dma_resv_test_signaled +EXPORT_SYMBOL_GPL vmlinux 0xa4f81cab gpiochip_irqchip_add_domain +EXPORT_SYMBOL_GPL vmlinux 0xa5013c18 phy_calibrate +EXPORT_SYMBOL_GPL vmlinux 0xa51bf7ca ata_bmdma_stop +EXPORT_SYMBOL_GPL vmlinux 0xa531471e clk_save_context +EXPORT_SYMBOL_GPL vmlinux 0xa532bf8f HUF_readStats +EXPORT_SYMBOL_GPL vmlinux 0xa5399899 usb_phy_roothub_resume +EXPORT_SYMBOL_GPL vmlinux 0xa53f0dd7 tnum_strn +EXPORT_SYMBOL_GPL vmlinux 0xa54a2cba devlink_linecard_provision_clear +EXPORT_SYMBOL_GPL vmlinux 0xa550d447 md_rdev_init +EXPORT_SYMBOL_GPL vmlinux 0xa5587fea __blk_req_zone_write_lock +EXPORT_SYMBOL_GPL vmlinux 0xa5599a50 gpiod_set_raw_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0xa570a848 regmap_async_complete +EXPORT_SYMBOL_GPL vmlinux 0xa57893a8 rio_mport_read_config_8 +EXPORT_SYMBOL_GPL vmlinux 0xa5828806 pci_find_dvsec_capability +EXPORT_SYMBOL_GPL vmlinux 0xa583ce1e sk_msg_free +EXPORT_SYMBOL_GPL vmlinux 0xa58549fd ata_pci_bmdma_init +EXPORT_SYMBOL_GPL vmlinux 0xa586d39d do_xdp_generic +EXPORT_SYMBOL_GPL vmlinux 0xa59f215f snd_soc_of_put_dai_link_cpus +EXPORT_SYMBOL_GPL vmlinux 0xa5a57cc3 nf_ct_hook +EXPORT_SYMBOL_GPL vmlinux 0xa5a5b558 of_nvmem_cell_get +EXPORT_SYMBOL_GPL vmlinux 0xa5a7d567 blk_stat_disable_accounting +EXPORT_SYMBOL_GPL vmlinux 0xa5ad14d0 __irq_apply_affinity_hint +EXPORT_SYMBOL_GPL vmlinux 0xa5b22987 nd_cmd_out_size +EXPORT_SYMBOL_GPL vmlinux 0xa5b72977 __udp4_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0xa5d293a5 tracepoint_srcu +EXPORT_SYMBOL_GPL vmlinux 0xa5d3c50e pci_epc_put +EXPORT_SYMBOL_GPL vmlinux 0xa5d72a8f cpuidle_enable_device +EXPORT_SYMBOL_GPL vmlinux 0xa5d7c388 pstore_type_to_name +EXPORT_SYMBOL_GPL vmlinux 0xa5dd51f3 regulator_register_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0xa5efbf4c async_synchronize_full +EXPORT_SYMBOL_GPL vmlinux 0xa5f4a346 splice_to_pipe +EXPORT_SYMBOL_GPL vmlinux 0xa5ff709f devm_mbox_controller_register +EXPORT_SYMBOL_GPL vmlinux 0xa60426ac i2c_new_dummy_device +EXPORT_SYMBOL_GPL vmlinux 0xa614ada8 snd_soc_card_jack_new_pins +EXPORT_SYMBOL_GPL vmlinux 0xa622c32e power_supply_put +EXPORT_SYMBOL_GPL vmlinux 0xa6320fd9 ata_cable_sata +EXPORT_SYMBOL_GPL vmlinux 0xa63a0d98 tc3589x_reg_write +EXPORT_SYMBOL_GPL vmlinux 0xa64ad5b0 vcap_rule_add_key_u128 +EXPORT_SYMBOL_GPL vmlinux 0xa6649c2e dev_set_name +EXPORT_SYMBOL_GPL vmlinux 0xa6775420 devm_pinctrl_get +EXPORT_SYMBOL_GPL vmlinux 0xa682da73 proc_dou8vec_minmax +EXPORT_SYMBOL_GPL vmlinux 0xa687b0e0 inet_csk_get_port +EXPORT_SYMBOL_GPL vmlinux 0xa68d7641 nvdimm_clear_poison +EXPORT_SYMBOL_GPL vmlinux 0xa69c2430 wm8350_reg_read +EXPORT_SYMBOL_GPL vmlinux 0xa6a088b7 fscrypt_match_name +EXPORT_SYMBOL_GPL vmlinux 0xa6a3292c gpiod_get +EXPORT_SYMBOL_GPL vmlinux 0xa6aa4d75 irq_work_queue +EXPORT_SYMBOL_GPL vmlinux 0xa6acaf7d pci_assign_unassigned_bus_resources +EXPORT_SYMBOL_GPL vmlinux 0xa6af1e35 __SCK__tp_func_block_rq_remap +EXPORT_SYMBOL_GPL vmlinux 0xa6b21ef2 dpm_suspend_end +EXPORT_SYMBOL_GPL vmlinux 0xa6b5ee5b __SCK__tp_func_block_split +EXPORT_SYMBOL_GPL vmlinux 0xa6dc0d97 tegra_read_ram_code +EXPORT_SYMBOL_GPL vmlinux 0xa6e1a69d kick_all_cpus_sync +EXPORT_SYMBOL_GPL vmlinux 0xa6e343e9 usb_sg_wait +EXPORT_SYMBOL_GPL vmlinux 0xa6e8bedf bpf_offload_dev_netdev_register +EXPORT_SYMBOL_GPL vmlinux 0xa6f0fcaa skb_gso_validate_mac_len +EXPORT_SYMBOL_GPL vmlinux 0xa6f46bf5 spi_bus_lock +EXPORT_SYMBOL_GPL vmlinux 0xa6f56dfc pci_reset_bus +EXPORT_SYMBOL_GPL vmlinux 0xa6fbdbaa usb_gadget_deactivate +EXPORT_SYMBOL_GPL vmlinux 0xa6fd5faa usb_hcd_setup_local_mem +EXPORT_SYMBOL_GPL vmlinux 0xa700eb02 unregister_kprobes +EXPORT_SYMBOL_GPL vmlinux 0xa709c835 fib6_info_destroy_rcu +EXPORT_SYMBOL_GPL vmlinux 0xa7119f65 rht_bucket_nested_insert +EXPORT_SYMBOL_GPL vmlinux 0xa725a464 tps6586x_irq_get_virq +EXPORT_SYMBOL_GPL vmlinux 0xa7289112 ata_bmdma_setup +EXPORT_SYMBOL_GPL vmlinux 0xa72dd105 pci_bridge_emul_conf_write +EXPORT_SYMBOL_GPL vmlinux 0xa7308ede sata_pmp_port_ops +EXPORT_SYMBOL_GPL vmlinux 0xa73c3b08 mtk_mutex_remove_comp +EXPORT_SYMBOL_GPL vmlinux 0xa74fab24 usb_gadget_map_request_by_dev +EXPORT_SYMBOL_GPL vmlinux 0xa7537290 devfreq_event_get_edev_count +EXPORT_SYMBOL_GPL vmlinux 0xa76b61ef anon_transport_class_unregister +EXPORT_SYMBOL_GPL vmlinux 0xa7802e2e btree_grim_visitor +EXPORT_SYMBOL_GPL vmlinux 0xa7896977 gpiochip_line_is_irq +EXPORT_SYMBOL_GPL vmlinux 0xa78c4df2 snd_soc_jack_get_type +EXPORT_SYMBOL_GPL vmlinux 0xa79cdfee proc_create_net_single_write +EXPORT_SYMBOL_GPL vmlinux 0xa7aaafde klist_iter_exit +EXPORT_SYMBOL_GPL vmlinux 0xa7afbfa2 rtnl_af_unregister +EXPORT_SYMBOL_GPL vmlinux 0xa7b7c41f i2c_new_scanned_device +EXPORT_SYMBOL_GPL vmlinux 0xa7d1f729 list_lru_walk_one +EXPORT_SYMBOL_GPL vmlinux 0xa7d2c1b1 noop_backing_dev_info +EXPORT_SYMBOL_GPL vmlinux 0xa7f69696 ip6_dst_lookup_tunnel +EXPORT_SYMBOL_GPL vmlinux 0xa7fbf3a9 snd_soc_component_compr_free +EXPORT_SYMBOL_GPL vmlinux 0xa80255c1 tun_get_tx_ring +EXPORT_SYMBOL_GPL vmlinux 0xa80bc191 device_set_of_node_from_dev +EXPORT_SYMBOL_GPL vmlinux 0xa810b59b powercap_register_zone +EXPORT_SYMBOL_GPL vmlinux 0xa8124098 pcim_doe_create_mb +EXPORT_SYMBOL_GPL vmlinux 0xa8144678 pci_enable_sriov +EXPORT_SYMBOL_GPL vmlinux 0xa8171d60 debugfs_create_file +EXPORT_SYMBOL_GPL vmlinux 0xa82732b1 __mt_destroy +EXPORT_SYMBOL_GPL vmlinux 0xa82ba906 sysfs_remove_file_self +EXPORT_SYMBOL_GPL vmlinux 0xa83ab7c2 of_fdt_unflatten_tree +EXPORT_SYMBOL_GPL vmlinux 0xa8400ed7 devl_port_unregister +EXPORT_SYMBOL_GPL vmlinux 0xa84d4e8f __tracepoint_sched_util_est_cfs_tp +EXPORT_SYMBOL_GPL vmlinux 0xa851973a raw_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0xa852e5dd __udp6_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0xa85d314f pwm_put +EXPORT_SYMBOL_GPL vmlinux 0xa86bc841 sk_set_peek_off +EXPORT_SYMBOL_GPL vmlinux 0xa86e71ed blkcg_root +EXPORT_SYMBOL_GPL vmlinux 0xa872c598 nfnl_ct_hook +EXPORT_SYMBOL_GPL vmlinux 0xa87bd933 devm_kasprintf +EXPORT_SYMBOL_GPL vmlinux 0xa87c9c63 handle_bad_irq +EXPORT_SYMBOL_GPL vmlinux 0xa885ab7c of_mpc8xxx_spi_probe +EXPORT_SYMBOL_GPL vmlinux 0xa8873f30 rio_unmap_inb_region +EXPORT_SYMBOL_GPL vmlinux 0xa896578e l3mdev_table_lookup_register +EXPORT_SYMBOL_GPL vmlinux 0xa89926dc crypto_dh_decode_key +EXPORT_SYMBOL_GPL vmlinux 0xa8afd680 devm_rtc_device_register +EXPORT_SYMBOL_GPL vmlinux 0xa8c097b0 fscrypt_symlink_getattr +EXPORT_SYMBOL_GPL vmlinux 0xa8c96b9d switchdev_handle_port_obj_add +EXPORT_SYMBOL_GPL vmlinux 0xa8cb2da9 fuse_dev_free +EXPORT_SYMBOL_GPL vmlinux 0xa8d99e43 i2c_detect_slave_mode +EXPORT_SYMBOL_GPL vmlinux 0xa8e3aeb6 spi_mem_poll_status +EXPORT_SYMBOL_GPL vmlinux 0xa8eca444 devm_register_restart_handler +EXPORT_SYMBOL_GPL vmlinux 0xa9017069 clk_hw_unregister_divider +EXPORT_SYMBOL_GPL vmlinux 0xa9045e9d sdhci_runtime_resume_host +EXPORT_SYMBOL_GPL vmlinux 0xa909811a badrange_forget +EXPORT_SYMBOL_GPL vmlinux 0xa90ccbe4 __irq_set_handler +EXPORT_SYMBOL_GPL vmlinux 0xa929f8ca pinmux_generic_remove_function +EXPORT_SYMBOL_GPL vmlinux 0xa9320d27 ktime_get_seconds +EXPORT_SYMBOL_GPL vmlinux 0xa950c478 l3mdev_fib_table_rcu +EXPORT_SYMBOL_GPL vmlinux 0xa952d7db dev_attr_ncq_prio_enable +EXPORT_SYMBOL_GPL vmlinux 0xa95b5c77 hwmon_sanitize_name +EXPORT_SYMBOL_GPL vmlinux 0xa95f0487 mptcp_pm_get_add_addr_signal_max +EXPORT_SYMBOL_GPL vmlinux 0xa9670c57 __irq_alloc_domain_generic_chips +EXPORT_SYMBOL_GPL vmlinux 0xa970ee44 kthread_queue_delayed_work +EXPORT_SYMBOL_GPL vmlinux 0xa9814cc0 wwan_unregister_ops +EXPORT_SYMBOL_GPL vmlinux 0xa992ec16 spi_new_device +EXPORT_SYMBOL_GPL vmlinux 0xa9965688 scsi_target_block +EXPORT_SYMBOL_GPL vmlinux 0xa99b8e70 __SCK__tp_func_xdp_exception +EXPORT_SYMBOL_GPL vmlinux 0xa99ef899 devlink_fmsg_bool_pair_put +EXPORT_SYMBOL_GPL vmlinux 0xa9a007e3 rtnl_delete_link +EXPORT_SYMBOL_GPL vmlinux 0xa9a587c3 devm_regulator_bulk_get_enable +EXPORT_SYMBOL_GPL vmlinux 0xa9bd6216 of_hwspin_lock_get_id +EXPORT_SYMBOL_GPL vmlinux 0xa9c32fa5 __blk_mq_debugfs_rq_show +EXPORT_SYMBOL_GPL vmlinux 0xa9ca80b4 of_icc_get +EXPORT_SYMBOL_GPL vmlinux 0xa9d8a7aa sdhci_setup_host +EXPORT_SYMBOL_GPL vmlinux 0xa9ddf88b serdev_device_write +EXPORT_SYMBOL_GPL vmlinux 0xa9e05660 io_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0xa9e74462 usb_ep_alloc_request +EXPORT_SYMBOL_GPL vmlinux 0xa9eaeb17 __tracepoint_block_bio_complete +EXPORT_SYMBOL_GPL vmlinux 0xa9f5a404 __traceiter_neigh_cleanup_and_release +EXPORT_SYMBOL_GPL vmlinux 0xa9fc3f48 get_task_mm +EXPORT_SYMBOL_GPL vmlinux 0xa9fec5a0 __kernel_write +EXPORT_SYMBOL_GPL vmlinux 0xaa02b068 mtk_clk_unregister_factors +EXPORT_SYMBOL_GPL vmlinux 0xaa054f2d thermal_zone_unbind_cooling_device +EXPORT_SYMBOL_GPL vmlinux 0xaa0630e0 regmap_add_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0xaa152108 hrtimer_active +EXPORT_SYMBOL_GPL vmlinux 0xaa1e3136 dmaengine_desc_set_metadata_len +EXPORT_SYMBOL_GPL vmlinux 0xaa2a72bf __iowrite64_copy +EXPORT_SYMBOL_GPL vmlinux 0xaa2f12ae __traceiter_pelt_irq_tp +EXPORT_SYMBOL_GPL vmlinux 0xaa3dad1c of_device_request_module +EXPORT_SYMBOL_GPL vmlinux 0xaa44acff omap_tll_disable +EXPORT_SYMBOL_GPL vmlinux 0xaa4cf270 switchdev_port_attr_set +EXPORT_SYMBOL_GPL vmlinux 0xaa5a418f __vfs_setxattr_locked +EXPORT_SYMBOL_GPL vmlinux 0xaa5a86b3 lwtunnel_build_state +EXPORT_SYMBOL_GPL vmlinux 0xaa74070b sfp_register_socket +EXPORT_SYMBOL_GPL vmlinux 0xaa7c89a0 devlink_port_linecard_set +EXPORT_SYMBOL_GPL vmlinux 0xaa88ba94 seq_buf_printf +EXPORT_SYMBOL_GPL vmlinux 0xaa996bf7 __tracepoint_xhci_dbg_quirks +EXPORT_SYMBOL_GPL vmlinux 0xaaa5980a user_preparse +EXPORT_SYMBOL_GPL vmlinux 0xaaa8925a devfreq_event_disable_edev +EXPORT_SYMBOL_GPL vmlinux 0xaaa918c9 ftrace_dump +EXPORT_SYMBOL_GPL vmlinux 0xaaae6b78 xas_split_alloc +EXPORT_SYMBOL_GPL vmlinux 0xaaaec3e8 crypto_unregister_template +EXPORT_SYMBOL_GPL vmlinux 0xaab9c421 clk_multiplier_ops +EXPORT_SYMBOL_GPL vmlinux 0xaac4b6ec msg_zerocopy_realloc +EXPORT_SYMBOL_GPL vmlinux 0xaaecf75d perf_trace_buf_alloc +EXPORT_SYMBOL_GPL vmlinux 0xaaecfb6d usb_unlocked_disable_lpm +EXPORT_SYMBOL_GPL vmlinux 0xaaed0d2b edac_device_alloc_ctl_info +EXPORT_SYMBOL_GPL vmlinux 0xaaf1da55 evm_inode_init_security +EXPORT_SYMBOL_GPL vmlinux 0xaaf5e05e virtio_max_dma_size +EXPORT_SYMBOL_GPL vmlinux 0xaaf77931 sbitmap_queue_get_shallow +EXPORT_SYMBOL_GPL vmlinux 0xaaf990f9 devm_pse_controller_register +EXPORT_SYMBOL_GPL vmlinux 0xaafafbff rockchip_pmu_unblock +EXPORT_SYMBOL_GPL vmlinux 0xab0d11c2 pci_find_vsec_capability +EXPORT_SYMBOL_GPL vmlinux 0xab29c051 of_mm_gpiochip_remove +EXPORT_SYMBOL_GPL vmlinux 0xab2cccd6 dma_fence_unwrap_first +EXPORT_SYMBOL_GPL vmlinux 0xab364c5c usb_put_hcd +EXPORT_SYMBOL_GPL vmlinux 0xab4161e1 snd_soc_jack_report +EXPORT_SYMBOL_GPL vmlinux 0xab4ab9db lp8788_write_byte +EXPORT_SYMBOL_GPL vmlinux 0xab4f4b32 bprintf +EXPORT_SYMBOL_GPL vmlinux 0xab76c64f pinmux_generic_get_function_groups +EXPORT_SYMBOL_GPL vmlinux 0xab7abc31 xdp_return_frame_rx_napi +EXPORT_SYMBOL_GPL vmlinux 0xab7e8e14 usb_gadget_set_selfpowered +EXPORT_SYMBOL_GPL vmlinux 0xab7f853d mtk_mutex_prepare +EXPORT_SYMBOL_GPL vmlinux 0xab8bc1a2 snd_pcm_rate_mask_intersect +EXPORT_SYMBOL_GPL vmlinux 0xab913eaa regulator_unregister +EXPORT_SYMBOL_GPL vmlinux 0xab99ed0b kgdb_register_io_module +EXPORT_SYMBOL_GPL vmlinux 0xabab52e4 crypto_stats_akcipher_decrypt +EXPORT_SYMBOL_GPL vmlinux 0xabb33059 wm8350_set_bits +EXPORT_SYMBOL_GPL vmlinux 0xabc640f3 list_lru_isolate +EXPORT_SYMBOL_GPL vmlinux 0xabcd8007 of_pwm_single_xlate +EXPORT_SYMBOL_GPL vmlinux 0xabcda29e leds_list_lock +EXPORT_SYMBOL_GPL vmlinux 0xabd025a6 fscrypt_limit_io_blocks +EXPORT_SYMBOL_GPL vmlinux 0xabd33a96 gpiochip_generic_free +EXPORT_SYMBOL_GPL vmlinux 0xabea6ed2 rtnl_af_register +EXPORT_SYMBOL_GPL vmlinux 0xabef34ee __tracepoint_br_fdb_add +EXPORT_SYMBOL_GPL vmlinux 0xabff69ed tcp_done +EXPORT_SYMBOL_GPL vmlinux 0xac1a8669 mtk_clk_register_gates +EXPORT_SYMBOL_GPL vmlinux 0xac2c4d8a iommu_detach_device_pasid +EXPORT_SYMBOL_GPL vmlinux 0xac2f1388 devlink_params_unregister +EXPORT_SYMBOL_GPL vmlinux 0xac32f86a transport_destroy_device +EXPORT_SYMBOL_GPL vmlinux 0xac3391b7 locks_alloc_lock +EXPORT_SYMBOL_GPL vmlinux 0xac3bcf91 ata_sff_dev_classify +EXPORT_SYMBOL_GPL vmlinux 0xac3c1d36 usb_check_bulk_endpoints +EXPORT_SYMBOL_GPL vmlinux 0xac449cd7 bpf_offload_dev_match +EXPORT_SYMBOL_GPL vmlinux 0xac513e07 sysfs_create_files +EXPORT_SYMBOL_GPL vmlinux 0xac58376a security_inode_mkdir +EXPORT_SYMBOL_GPL vmlinux 0xac5d5929 blk_queue_required_elevator_features +EXPORT_SYMBOL_GPL vmlinux 0xac62049e rhashtable_destroy +EXPORT_SYMBOL_GPL vmlinux 0xac6e70e1 add_hwgenerator_randomness +EXPORT_SYMBOL_GPL vmlinux 0xac7a1d97 mbox_chan_txdone +EXPORT_SYMBOL_GPL vmlinux 0xac7df708 vp_modern_get_queue_size +EXPORT_SYMBOL_GPL vmlinux 0xac9882f0 pci_epc_stop +EXPORT_SYMBOL_GPL vmlinux 0xac9de758 mtd_write +EXPORT_SYMBOL_GPL vmlinux 0xaca9a3e2 __traceiter_pelt_thermal_tp +EXPORT_SYMBOL_GPL vmlinux 0xacb4d88c clk_rate_exclusive_put +EXPORT_SYMBOL_GPL vmlinux 0xacb63195 sysfs_remove_mount_point +EXPORT_SYMBOL_GPL vmlinux 0xacb7c844 list_lru_del +EXPORT_SYMBOL_GPL vmlinux 0xacbe8e80 devm_gpiod_get +EXPORT_SYMBOL_GPL vmlinux 0xad03d506 vp_modern_set_status +EXPORT_SYMBOL_GPL vmlinux 0xad2ebb6e regmap_bulk_read +EXPORT_SYMBOL_GPL vmlinux 0xad42dff8 __SCK__tp_func_tcp_bad_csum +EXPORT_SYMBOL_GPL vmlinux 0xad4e6259 remove_cpu +EXPORT_SYMBOL_GPL vmlinux 0xad555bf3 fib_nl_newrule +EXPORT_SYMBOL_GPL vmlinux 0xad5ac730 __phy_modify +EXPORT_SYMBOL_GPL vmlinux 0xad645234 register_switchdev_notifier +EXPORT_SYMBOL_GPL vmlinux 0xad6fad36 scsi_mode_select +EXPORT_SYMBOL_GPL vmlinux 0xad711bc8 crypto_register_rngs +EXPORT_SYMBOL_GPL vmlinux 0xad76a3f0 __SCK__tp_func_neigh_update_done +EXPORT_SYMBOL_GPL vmlinux 0xad7e5f1c screen_glyph_unicode +EXPORT_SYMBOL_GPL vmlinux 0xad7ee608 generic_fh_to_parent +EXPORT_SYMBOL_GPL vmlinux 0xad9fb247 lwtunnel_valid_encap_type_attr +EXPORT_SYMBOL_GPL vmlinux 0xada38766 dst_cache_destroy +EXPORT_SYMBOL_GPL vmlinux 0xada689e8 pkcs7_verify +EXPORT_SYMBOL_GPL vmlinux 0xadbcf70a follow_pte +EXPORT_SYMBOL_GPL vmlinux 0xadc2b69f usb_hub_release_port +EXPORT_SYMBOL_GPL vmlinux 0xadc844ed xas_create_range +EXPORT_SYMBOL_GPL vmlinux 0xadca39ce ti_cm_get_macid +EXPORT_SYMBOL_GPL vmlinux 0xade3e56c musb_writew +EXPORT_SYMBOL_GPL vmlinux 0xade5339b hte_get_clk_src_info +EXPORT_SYMBOL_GPL vmlinux 0xadfb8c34 sdhci_add_host +EXPORT_SYMBOL_GPL vmlinux 0xadfc1d79 srcu_torture_stats_print +EXPORT_SYMBOL_GPL vmlinux 0xae00b226 software_node_fwnode +EXPORT_SYMBOL_GPL vmlinux 0xae0ad52b snd_compress_new +EXPORT_SYMBOL_GPL vmlinux 0xae0edda5 __devm_spi_alloc_controller +EXPORT_SYMBOL_GPL vmlinux 0xae1ab194 nand_status_op +EXPORT_SYMBOL_GPL vmlinux 0xae1d642a irq_chip_release_resources_parent +EXPORT_SYMBOL_GPL vmlinux 0xae1feb86 clk_mux_ro_ops +EXPORT_SYMBOL_GPL vmlinux 0xae39f80e dst_cache_init +EXPORT_SYMBOL_GPL vmlinux 0xae3dd143 disk_alloc_independent_access_ranges +EXPORT_SYMBOL_GPL vmlinux 0xae4651e9 pci_user_read_config_dword +EXPORT_SYMBOL_GPL vmlinux 0xae521be3 led_blink_set +EXPORT_SYMBOL_GPL vmlinux 0xae69b1c1 usermodehelper_read_unlock +EXPORT_SYMBOL_GPL vmlinux 0xae6c01ef user_free_preparse +EXPORT_SYMBOL_GPL vmlinux 0xae6cc8a0 devlink_port_attrs_pci_sf_set +EXPORT_SYMBOL_GPL vmlinux 0xae7c231d mpi_cmp +EXPORT_SYMBOL_GPL vmlinux 0xae835170 tcp_get_info +EXPORT_SYMBOL_GPL vmlinux 0xae85b190 ata_port_abort +EXPORT_SYMBOL_GPL vmlinux 0xae9a21dc rio_mport_get_efb +EXPORT_SYMBOL_GPL vmlinux 0xaea42a82 to_software_node +EXPORT_SYMBOL_GPL vmlinux 0xaea7f1ef devlink_sb_unregister +EXPORT_SYMBOL_GPL vmlinux 0xaec99561 trace_array_printk +EXPORT_SYMBOL_GPL vmlinux 0xaee05cb7 of_property_read_variable_u64_array +EXPORT_SYMBOL_GPL vmlinux 0xaee11782 vfs_truncate +EXPORT_SYMBOL_GPL vmlinux 0xaefc6a6a ata_pio_need_iordy +EXPORT_SYMBOL_GPL vmlinux 0xaefdca42 of_irq_parse_and_map_pci +EXPORT_SYMBOL_GPL vmlinux 0xaf0b4594 of_usb_update_otg_caps +EXPORT_SYMBOL_GPL vmlinux 0xaf122a01 snd_dmaengine_pcm_close +EXPORT_SYMBOL_GPL vmlinux 0xaf151524 mtk_clk_register_fixed_clks +EXPORT_SYMBOL_GPL vmlinux 0xaf201fa6 usb_ep_enable +EXPORT_SYMBOL_GPL vmlinux 0xaf2bfa06 bio_start_io_acct +EXPORT_SYMBOL_GPL vmlinux 0xaf348da7 cpu_pm_exit +EXPORT_SYMBOL_GPL vmlinux 0xaf38fa0d __traceiter_io_page_fault +EXPORT_SYMBOL_GPL vmlinux 0xaf3a173e vp_modern_get_driver_features +EXPORT_SYMBOL_GPL vmlinux 0xaf3a44e9 __SCK__tp_func_sched_overutilized_tp +EXPORT_SYMBOL_GPL vmlinux 0xaf3a58f1 devl_dpipe_table_unregister +EXPORT_SYMBOL_GPL vmlinux 0xaf3ca4ed crypto_register_alg +EXPORT_SYMBOL_GPL vmlinux 0xaf4014ff usb_amd_quirk_pll_check +EXPORT_SYMBOL_GPL vmlinux 0xaf4ad97b nvdimm_region_delete +EXPORT_SYMBOL_GPL vmlinux 0xaf704b83 mtd_ooblayout_set_databytes +EXPORT_SYMBOL_GPL vmlinux 0xaf79c61b fsverity_ioctl_measure +EXPORT_SYMBOL_GPL vmlinux 0xaf85e51d usb_add_gadget +EXPORT_SYMBOL_GPL vmlinux 0xaf9770c0 nand_ecc_init_req_tweaking +EXPORT_SYMBOL_GPL vmlinux 0xafa068da ata_sff_freeze +EXPORT_SYMBOL_GPL vmlinux 0xafabc88b __blk_trace_note_message +EXPORT_SYMBOL_GPL vmlinux 0xafc21d76 get_mtd_device_nm +EXPORT_SYMBOL_GPL vmlinux 0xafd0aae1 gpiochip_irq_map +EXPORT_SYMBOL_GPL vmlinux 0xafd72886 snd_soc_component_compr_get_codec_caps +EXPORT_SYMBOL_GPL vmlinux 0xafddd545 ata_id_c_string +EXPORT_SYMBOL_GPL vmlinux 0xafe30fd8 sk_msg_is_readable +EXPORT_SYMBOL_GPL vmlinux 0xafe3e155 sysfs_change_owner +EXPORT_SYMBOL_GPL vmlinux 0xafe5434d mtk_free_clk_data +EXPORT_SYMBOL_GPL vmlinux 0xafe6ebaa __put_net +EXPORT_SYMBOL_GPL vmlinux 0xafeb58c1 __SCK__tp_func_io_page_fault +EXPORT_SYMBOL_GPL vmlinux 0xb01f2379 __clk_hw_register_mux +EXPORT_SYMBOL_GPL vmlinux 0xb0229f9f mddev_init +EXPORT_SYMBOL_GPL vmlinux 0xb0232477 klist_prev +EXPORT_SYMBOL_GPL vmlinux 0xb03bf684 register_kprobes +EXPORT_SYMBOL_GPL vmlinux 0xb03c92fb of_usb_get_dr_mode_by_phy +EXPORT_SYMBOL_GPL vmlinux 0xb042cb1c crypto_unregister_alg +EXPORT_SYMBOL_GPL vmlinux 0xb049a294 __SCK__tp_func_pelt_irq_tp +EXPORT_SYMBOL_GPL vmlinux 0xb04a1cf0 rtc_set_time +EXPORT_SYMBOL_GPL vmlinux 0xb04d1f7b perf_event_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0xb0747ed2 rcu_cpu_stall_suppress +EXPORT_SYMBOL_GPL vmlinux 0xb076ff97 __tracepoint_sched_util_est_se_tp +EXPORT_SYMBOL_GPL vmlinux 0xb077e70a clk_unprepare +EXPORT_SYMBOL_GPL vmlinux 0xb079cded snd_soc_runtime_calc_hw +EXPORT_SYMBOL_GPL vmlinux 0xb0a144a8 iommu_attach_group +EXPORT_SYMBOL_GPL vmlinux 0xb0a62f2d sdio_memcpy_toio +EXPORT_SYMBOL_GPL vmlinux 0xb0ac14c1 acomp_request_alloc +EXPORT_SYMBOL_GPL vmlinux 0xb0b00ed7 pci_ims_alloc_irq +EXPORT_SYMBOL_GPL vmlinux 0xb0b18a84 bd_prepare_to_claim +EXPORT_SYMBOL_GPL vmlinux 0xb0b83169 netdev_walk_all_upper_dev_rcu +EXPORT_SYMBOL_GPL vmlinux 0xb0b85f47 ring_buffer_iter_reset +EXPORT_SYMBOL_GPL vmlinux 0xb0d8b66d get_pid_task +EXPORT_SYMBOL_GPL vmlinux 0xb0ea0eb0 ohci_init_driver +EXPORT_SYMBOL_GPL vmlinux 0xb0f748e9 snd_soc_component_test_bits +EXPORT_SYMBOL_GPL vmlinux 0xb109996a i2c_slave_register +EXPORT_SYMBOL_GPL vmlinux 0xb10d964d devlink_fmsg_pair_nest_end +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 0xb1236e4b mtk_clk_unregister_composites +EXPORT_SYMBOL_GPL vmlinux 0xb1348c00 param_ops_bool_enable_only +EXPORT_SYMBOL_GPL vmlinux 0xb138ec01 phy_check_downshift +EXPORT_SYMBOL_GPL vmlinux 0xb14b1868 mtd_ooblayout_free +EXPORT_SYMBOL_GPL vmlinux 0xb1548ac4 led_trigger_set +EXPORT_SYMBOL_GPL vmlinux 0xb1647fc2 devlink_info_version_running_put +EXPORT_SYMBOL_GPL vmlinux 0xb16c8c6d ip_route_output_key_hash +EXPORT_SYMBOL_GPL vmlinux 0xb1731489 component_release_of +EXPORT_SYMBOL_GPL vmlinux 0xb177a061 static_dev_dax +EXPORT_SYMBOL_GPL vmlinux 0xb17dd3f8 snd_ctl_activate_id +EXPORT_SYMBOL_GPL vmlinux 0xb1947b64 strp_done +EXPORT_SYMBOL_GPL vmlinux 0xb19fe9f7 regulator_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0xb1a33699 fsverity_prepare_setattr +EXPORT_SYMBOL_GPL vmlinux 0xb1ade516 nvdimm_region_notify +EXPORT_SYMBOL_GPL vmlinux 0xb1b52c5f of_clk_del_provider +EXPORT_SYMBOL_GPL vmlinux 0xb1b551af user_destroy +EXPORT_SYMBOL_GPL vmlinux 0xb1baa71a devlink_linecard_provision_fail +EXPORT_SYMBOL_GPL vmlinux 0xb1bed25d dpm_resume_start +EXPORT_SYMBOL_GPL vmlinux 0xb1c3807a tcp_ca_openreq_child +EXPORT_SYMBOL_GPL vmlinux 0xb1c4b7ec get_tree_mtd +EXPORT_SYMBOL_GPL vmlinux 0xb1ca4765 free_io_pgtable_ops +EXPORT_SYMBOL_GPL vmlinux 0xb1dafad6 debugfs_file_get +EXPORT_SYMBOL_GPL vmlinux 0xb1decacc peernet2id_alloc +EXPORT_SYMBOL_GPL vmlinux 0xb1e25684 __trace_bputs +EXPORT_SYMBOL_GPL vmlinux 0xb1fadad0 dax_region_put +EXPORT_SYMBOL_GPL vmlinux 0xb1fb25bb perf_event_create_kernel_counter +EXPORT_SYMBOL_GPL vmlinux 0xb1fc1782 pci_speed_string +EXPORT_SYMBOL_GPL vmlinux 0xb20757cc _snd_pcm_stream_lock_irqsave +EXPORT_SYMBOL_GPL vmlinux 0xb21d00c6 hte_ts_put +EXPORT_SYMBOL_GPL vmlinux 0xb2210d64 reset_control_deassert +EXPORT_SYMBOL_GPL vmlinux 0xb22d77e0 led_init_default_state_get +EXPORT_SYMBOL_GPL vmlinux 0xb2310bdc clone_private_mount +EXPORT_SYMBOL_GPL vmlinux 0xb2347bf1 list_lru_destroy +EXPORT_SYMBOL_GPL vmlinux 0xb2359fa8 pm_runtime_suspended_time +EXPORT_SYMBOL_GPL vmlinux 0xb23b7691 start_poll_synchronize_rcu_full +EXPORT_SYMBOL_GPL vmlinux 0xb2405efc secure_tcp_seq +EXPORT_SYMBOL_GPL vmlinux 0xb24e95cb pci_iomap_wc +EXPORT_SYMBOL_GPL vmlinux 0xb258a233 of_clk_get_from_provider +EXPORT_SYMBOL_GPL vmlinux 0xb25b07b3 transport_class_unregister +EXPORT_SYMBOL_GPL vmlinux 0xb2669b19 devm_gpiod_get_array_optional +EXPORT_SYMBOL_GPL vmlinux 0xb26a1add elfcorehdr_addr +EXPORT_SYMBOL_GPL vmlinux 0xb26fc3b0 driver_deferred_probe_check_state +EXPORT_SYMBOL_GPL vmlinux 0xb273b7a8 ata_sas_port_destroy +EXPORT_SYMBOL_GPL vmlinux 0xb2775d62 exportfs_decode_fh_raw +EXPORT_SYMBOL_GPL vmlinux 0xb27cf939 dev_pm_disable_wake_irq +EXPORT_SYMBOL_GPL vmlinux 0xb29ddcba adp5520_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0xb2c1732e rcu_gp_set_torture_wait +EXPORT_SYMBOL_GPL vmlinux 0xb2d36d86 debugfs_create_ulong +EXPORT_SYMBOL_GPL vmlinux 0xb2d94d60 rockchip_clk_register_ddrclk +EXPORT_SYMBOL_GPL vmlinux 0xb2e16d16 ehci_resume +EXPORT_SYMBOL_GPL vmlinux 0xb2e764e8 suspend_valid_only_mem +EXPORT_SYMBOL_GPL vmlinux 0xb2f1942e usb_set_interface +EXPORT_SYMBOL_GPL vmlinux 0xb2f1ce51 adp5520_clr_bits +EXPORT_SYMBOL_GPL vmlinux 0xb2fa093e blk_mq_map_queues +EXPORT_SYMBOL_GPL vmlinux 0xb307c909 devlink_fmsg_u64_pair_put +EXPORT_SYMBOL_GPL vmlinux 0xb30c4e8a scmi_protocol_register +EXPORT_SYMBOL_GPL vmlinux 0xb31013cc dma_resv_iter_first +EXPORT_SYMBOL_GPL vmlinux 0xb3153737 firmware_request_cache +EXPORT_SYMBOL_GPL vmlinux 0xb31a9c2e devm_hte_register_chip +EXPORT_SYMBOL_GPL vmlinux 0xb31b126e sata_sff_hardreset +EXPORT_SYMBOL_GPL vmlinux 0xb34a21ee snd_soc_bytes_info +EXPORT_SYMBOL_GPL vmlinux 0xb34bce9d pci_probe_reset_slot +EXPORT_SYMBOL_GPL vmlinux 0xb362c1a6 fib_nh_common_init +EXPORT_SYMBOL_GPL vmlinux 0xb378559e freq_qos_add_request +EXPORT_SYMBOL_GPL vmlinux 0xb37bc97f pinctrl_dev_get_name +EXPORT_SYMBOL_GPL vmlinux 0xb385cf95 __tcp_send_ack +EXPORT_SYMBOL_GPL vmlinux 0xb38a25d4 phy_set_mode_ext +EXPORT_SYMBOL_GPL vmlinux 0xb38d0f06 devm_regmap_field_alloc +EXPORT_SYMBOL_GPL vmlinux 0xb39c7cf9 trace_seq_printf +EXPORT_SYMBOL_GPL vmlinux 0xb3a64546 crypto_alloc_base +EXPORT_SYMBOL_GPL vmlinux 0xb3a76d7c crypto_register_scomp +EXPORT_SYMBOL_GPL vmlinux 0xb3aed449 ahci_port_resume +EXPORT_SYMBOL_GPL vmlinux 0xb3b93a10 led_put +EXPORT_SYMBOL_GPL vmlinux 0xb3c21954 cpts_rx_timestamp +EXPORT_SYMBOL_GPL vmlinux 0xb3c29207 usb_enable_ltm +EXPORT_SYMBOL_GPL vmlinux 0xb3ca118b gpiod_export +EXPORT_SYMBOL_GPL vmlinux 0xb3d405d7 serdev_device_set_parity +EXPORT_SYMBOL_GPL vmlinux 0xb3f4d302 of_clk_src_onecell_get +EXPORT_SYMBOL_GPL vmlinux 0xb3f538cb page_reporting_register +EXPORT_SYMBOL_GPL vmlinux 0xb3fb24e6 gpiod_direction_output_raw +EXPORT_SYMBOL_GPL vmlinux 0xb4008e38 snd_soc_dpcm_runtime_update +EXPORT_SYMBOL_GPL vmlinux 0xb40c6376 cpuset_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0xb40f17a3 fscrypt_set_bio_crypt_ctx_bh +EXPORT_SYMBOL_GPL vmlinux 0xb4106463 pci_bus_add_device +EXPORT_SYMBOL_GPL vmlinux 0xb41867c6 lwtunnel_fill_encap +EXPORT_SYMBOL_GPL vmlinux 0xb41df8e8 pci_find_next_capability +EXPORT_SYMBOL_GPL vmlinux 0xb420ff33 iomap_seek_data +EXPORT_SYMBOL_GPL vmlinux 0xb4241ea3 power_supply_class +EXPORT_SYMBOL_GPL vmlinux 0xb42b26c3 pci_epc_get_msix +EXPORT_SYMBOL_GPL vmlinux 0xb43f9365 ktime_get +EXPORT_SYMBOL_GPL vmlinux 0xb44ab776 rio_mport_read_config_16 +EXPORT_SYMBOL_GPL vmlinux 0xb44e18ea audit_enabled +EXPORT_SYMBOL_GPL vmlinux 0xb451daf9 spi_controller_dma_map_mem_op_data +EXPORT_SYMBOL_GPL vmlinux 0xb45fdcf7 regmap_irq_get_domain +EXPORT_SYMBOL_GPL vmlinux 0xb4687664 spi_write_then_read +EXPORT_SYMBOL_GPL vmlinux 0xb476f5a7 syscon_regmap_lookup_by_phandle_optional +EXPORT_SYMBOL_GPL vmlinux 0xb478f7f3 crypto_enqueue_request_head +EXPORT_SYMBOL_GPL vmlinux 0xb484e26b devlink_trap_report +EXPORT_SYMBOL_GPL vmlinux 0xb48d457e irq_domain_associate_many +EXPORT_SYMBOL_GPL vmlinux 0xb48f1c5d genphy_c45_pma_resume +EXPORT_SYMBOL_GPL vmlinux 0xb4b97c90 pvclock_gtod_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0xb4dc6346 sock_diag_unregister_inet_compat +EXPORT_SYMBOL_GPL vmlinux 0xb4ea7cf7 kgdb_connected +EXPORT_SYMBOL_GPL vmlinux 0xb4eae781 pinmux_generic_get_function +EXPORT_SYMBOL_GPL vmlinux 0xb4eb52f5 usb_enable_lpm +EXPORT_SYMBOL_GPL vmlinux 0xb4eda0da ring_buffer_event_length +EXPORT_SYMBOL_GPL vmlinux 0xb501b2df nd_cmd_dimm_desc +EXPORT_SYMBOL_GPL vmlinux 0xb505a944 devlink_port_type_ib_set +EXPORT_SYMBOL_GPL vmlinux 0xb5093dd3 console_list +EXPORT_SYMBOL_GPL vmlinux 0xb50cdf19 register_mtd_user +EXPORT_SYMBOL_GPL vmlinux 0xb51fbd64 edac_op_state +EXPORT_SYMBOL_GPL vmlinux 0xb520ddff of_gen_pool_get +EXPORT_SYMBOL_GPL vmlinux 0xb521be7e nvdimm_has_flush +EXPORT_SYMBOL_GPL vmlinux 0xb521c475 blk_queue_can_use_dma_map_merging +EXPORT_SYMBOL_GPL vmlinux 0xb523e259 usb_get_dev +EXPORT_SYMBOL_GPL vmlinux 0xb5311fa7 bpf_trace_run7 +EXPORT_SYMBOL_GPL vmlinux 0xb5436748 crypto_register_skciphers +EXPORT_SYMBOL_GPL vmlinux 0xb55f36c4 set_primary_fwnode +EXPORT_SYMBOL_GPL vmlinux 0xb561c490 mpi_mul +EXPORT_SYMBOL_GPL vmlinux 0xb566c72f strp_check_rcv +EXPORT_SYMBOL_GPL vmlinux 0xb5718c05 find_vpid +EXPORT_SYMBOL_GPL vmlinux 0xb572fb6d ata_sff_thaw +EXPORT_SYMBOL_GPL vmlinux 0xb577f4fc pci_enable_pasid +EXPORT_SYMBOL_GPL vmlinux 0xb5789caf attribute_container_classdev_to_container +EXPORT_SYMBOL_GPL vmlinux 0xb5796281 key_type_user +EXPORT_SYMBOL_GPL vmlinux 0xb586e087 xfrm_audit_state_delete +EXPORT_SYMBOL_GPL vmlinux 0xb59ea0d5 extcon_get_edev_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0xb5b4c2e8 key_type_encrypted +EXPORT_SYMBOL_GPL vmlinux 0xb5bf5750 irq_get_irq_data +EXPORT_SYMBOL_GPL vmlinux 0xb5cfb1bb usb_of_get_interface_node +EXPORT_SYMBOL_GPL vmlinux 0xb5d8059f of_clk_src_simple_get +EXPORT_SYMBOL_GPL vmlinux 0xb5dcd8a0 klist_init +EXPORT_SYMBOL_GPL vmlinux 0xb5e0bb9e usb_get_descriptor +EXPORT_SYMBOL_GPL vmlinux 0xb5e7227a __pci_reset_function_locked +EXPORT_SYMBOL_GPL vmlinux 0xb5e93f22 anon_inode_getfile +EXPORT_SYMBOL_GPL vmlinux 0xb5f6d0b3 unregister_virtio_driver +EXPORT_SYMBOL_GPL vmlinux 0xb603dfc3 crypto_unregister_aeads +EXPORT_SYMBOL_GPL vmlinux 0xb62004a6 __clk_mux_determine_rate +EXPORT_SYMBOL_GPL vmlinux 0xb623a7a4 badblocks_clear +EXPORT_SYMBOL_GPL vmlinux 0xb6261484 register_die_notifier +EXPORT_SYMBOL_GPL vmlinux 0xb6262a03 simple_attr_read +EXPORT_SYMBOL_GPL vmlinux 0xb626a644 regmap_mmio_detach_clk +EXPORT_SYMBOL_GPL vmlinux 0xb63a15fd pm_genpd_opp_to_performance_state +EXPORT_SYMBOL_GPL vmlinux 0xb63ae7c7 blkdev_zone_mgmt +EXPORT_SYMBOL_GPL vmlinux 0xb63f3144 blk_rq_is_poll +EXPORT_SYMBOL_GPL vmlinux 0xb63fc26b con_debug_enter +EXPORT_SYMBOL_GPL vmlinux 0xb640e988 snd_soc_get_enum_double +EXPORT_SYMBOL_GPL vmlinux 0xb6410433 mpi_addm +EXPORT_SYMBOL_GPL vmlinux 0xb64d6ce4 xfrm_output +EXPORT_SYMBOL_GPL vmlinux 0xb656fec4 snd_card_add_dev_attr +EXPORT_SYMBOL_GPL vmlinux 0xb659fe74 scsi_build_sense +EXPORT_SYMBOL_GPL vmlinux 0xb6612312 irq_chip_eoi_parent +EXPORT_SYMBOL_GPL vmlinux 0xb665f893 tty_wakeup +EXPORT_SYMBOL_GPL vmlinux 0xb669a8a1 class_dev_iter_next +EXPORT_SYMBOL_GPL vmlinux 0xb66c2f95 is_hash_blacklisted +EXPORT_SYMBOL_GPL vmlinux 0xb6787346 sfp_unregister_socket +EXPORT_SYMBOL_GPL vmlinux 0xb678dd4b skb_complete_tx_timestamp +EXPORT_SYMBOL_GPL vmlinux 0xb67beade nanddev_bbt_set_block_status +EXPORT_SYMBOL_GPL vmlinux 0xb682c448 tpm_chip_unregister +EXPORT_SYMBOL_GPL vmlinux 0xb69afbb0 devlink_linecard_deactivate +EXPORT_SYMBOL_GPL vmlinux 0xb69b6528 pwm_get +EXPORT_SYMBOL_GPL vmlinux 0xb6a089ff snd_soc_component_compr_get_params +EXPORT_SYMBOL_GPL vmlinux 0xb6aa7ea8 tty_port_register_device_attr +EXPORT_SYMBOL_GPL vmlinux 0xb6b7f73d snd_soc_component_compr_ack +EXPORT_SYMBOL_GPL vmlinux 0xb6b873f4 __tracepoint_add_device_to_group +EXPORT_SYMBOL_GPL vmlinux 0xb6bce718 free_uid +EXPORT_SYMBOL_GPL vmlinux 0xb6c32cf1 gpiod_cansleep +EXPORT_SYMBOL_GPL vmlinux 0xb6c4425e fat_search_long +EXPORT_SYMBOL_GPL vmlinux 0xb6d2651d bio_associate_blkg_from_css +EXPORT_SYMBOL_GPL vmlinux 0xb6d4e69c mnt_drop_write +EXPORT_SYMBOL_GPL vmlinux 0xb6da4141 imx_check_clk_hws +EXPORT_SYMBOL_GPL vmlinux 0xb6dd8076 xdp_return_frame_bulk +EXPORT_SYMBOL_GPL vmlinux 0xb6e6d99d clk_disable +EXPORT_SYMBOL_GPL vmlinux 0xb6f7a0d2 extcon_sync +EXPORT_SYMBOL_GPL vmlinux 0xb6fb5a94 skcipher_walk_done +EXPORT_SYMBOL_GPL vmlinux 0xb7075882 mtd_check_expert_analysis_mode +EXPORT_SYMBOL_GPL vmlinux 0xb7086994 skb_complete_wifi_ack +EXPORT_SYMBOL_GPL vmlinux 0xb70f1ffb of_prop_next_u32 +EXPORT_SYMBOL_GPL vmlinux 0xb720c578 sdhci_abort_tuning +EXPORT_SYMBOL_GPL vmlinux 0xb72684df dequeue_signal +EXPORT_SYMBOL_GPL vmlinux 0xb72cf03f tty_port_register_device +EXPORT_SYMBOL_GPL vmlinux 0xb7329c06 clk_set_phase +EXPORT_SYMBOL_GPL vmlinux 0xb735b0ad regmap_fields_read +EXPORT_SYMBOL_GPL vmlinux 0xb73e60fc clk_gate_restore_context +EXPORT_SYMBOL_GPL vmlinux 0xb74473ea rdev_clear_badblocks +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 0xb75b5e63 usb_hc_died +EXPORT_SYMBOL_GPL vmlinux 0xb75ee005 nvdimm_has_cache +EXPORT_SYMBOL_GPL vmlinux 0xb76a3e1b __scsi_init_queue +EXPORT_SYMBOL_GPL vmlinux 0xb771e6b7 bL_switch_request_cb +EXPORT_SYMBOL_GPL vmlinux 0xb7746636 rio_request_inb_dbell +EXPORT_SYMBOL_GPL vmlinux 0xb7756f71 pci_set_cacheline_size +EXPORT_SYMBOL_GPL vmlinux 0xb7767b3e of_dma_controller_free +EXPORT_SYMBOL_GPL vmlinux 0xb77db4cd software_node_find_by_name +EXPORT_SYMBOL_GPL vmlinux 0xb7808266 devm_regulator_register_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0xb7844350 snd_soc_component_update_bits_async +EXPORT_SYMBOL_GPL vmlinux 0xb786bf75 pci_write_msi_msg +EXPORT_SYMBOL_GPL vmlinux 0xb7a350e2 ncsi_vlan_rx_kill_vid +EXPORT_SYMBOL_GPL vmlinux 0xb7a387fc synchronize_rcu_tasks_rude +EXPORT_SYMBOL_GPL vmlinux 0xb7b28858 filemap_migrate_folio +EXPORT_SYMBOL_GPL vmlinux 0xb7c69a63 unregister_vmap_purge_notifier +EXPORT_SYMBOL_GPL vmlinux 0xb7d54d72 tpm1_getcap +EXPORT_SYMBOL_GPL vmlinux 0xb7e6cd76 iommu_map +EXPORT_SYMBOL_GPL vmlinux 0xb7efd238 __devm_pci_epc_create +EXPORT_SYMBOL_GPL vmlinux 0xb810c0c6 vcap_alloc_rule +EXPORT_SYMBOL_GPL vmlinux 0xb8164992 syscon_regmap_lookup_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0xb81be846 mtk_mmsys_ddp_connect +EXPORT_SYMBOL_GPL vmlinux 0xb820b52c pm_genpd_remove_device +EXPORT_SYMBOL_GPL vmlinux 0xb82566eb omap_tll_enable +EXPORT_SYMBOL_GPL vmlinux 0xb8369d2d od_register_powersave_bias_handler +EXPORT_SYMBOL_GPL vmlinux 0xb8450305 sdio_disable_func +EXPORT_SYMBOL_GPL vmlinux 0xb855d8db skb_zerocopy_iter_stream +EXPORT_SYMBOL_GPL vmlinux 0xb85cea02 devm_snd_soc_register_component +EXPORT_SYMBOL_GPL vmlinux 0xb85e552e dev_attr_sw_activity +EXPORT_SYMBOL_GPL vmlinux 0xb86700d7 reset_simple_ops +EXPORT_SYMBOL_GPL vmlinux 0xb86758bf unregister_kprobe +EXPORT_SYMBOL_GPL vmlinux 0xb86ba649 qcom_smem_state_get +EXPORT_SYMBOL_GPL vmlinux 0xb8781582 imx_clk_hw_sscg_pll +EXPORT_SYMBOL_GPL vmlinux 0xb87bc464 cpts_release +EXPORT_SYMBOL_GPL vmlinux 0xb88dbfce irq_set_irqchip_state +EXPORT_SYMBOL_GPL vmlinux 0xb8922642 nand_read_page_hwecc_oob_first +EXPORT_SYMBOL_GPL vmlinux 0xb89ad84f crypto_register_scomps +EXPORT_SYMBOL_GPL vmlinux 0xb89f7ef4 sysfs_remove_group +EXPORT_SYMBOL_GPL vmlinux 0xb8a6ff81 usb_phy_roothub_alloc +EXPORT_SYMBOL_GPL vmlinux 0xb8aec9d1 rtnl_get_net_ns_capable +EXPORT_SYMBOL_GPL vmlinux 0xb8af41e2 i2c_add_numbered_adapter +EXPORT_SYMBOL_GPL vmlinux 0xb8cd3a7f nf_logger_put +EXPORT_SYMBOL_GPL vmlinux 0xb8d30799 dma_vunmap_noncontiguous +EXPORT_SYMBOL_GPL vmlinux 0xb8dca481 amba_device_add +EXPORT_SYMBOL_GPL vmlinux 0xb8df0e47 tty_port_register_device_attr_serdev +EXPORT_SYMBOL_GPL vmlinux 0xb8fad0fe pci_dev_unlock +EXPORT_SYMBOL_GPL vmlinux 0xb8fdbf6c crypto_register_ahash +EXPORT_SYMBOL_GPL vmlinux 0xb908773f transport_setup_device +EXPORT_SYMBOL_GPL vmlinux 0xb90a1fcd rsa_parse_priv_key +EXPORT_SYMBOL_GPL vmlinux 0xb9176155 asn1_ber_decoder +EXPORT_SYMBOL_GPL vmlinux 0xb91772e6 dma_get_any_slave_channel +EXPORT_SYMBOL_GPL vmlinux 0xb917b6d7 return_address +EXPORT_SYMBOL_GPL vmlinux 0xb93355a9 pci_ecam_create +EXPORT_SYMBOL_GPL vmlinux 0xb93fb926 regmap_noinc_read +EXPORT_SYMBOL_GPL vmlinux 0xb940d90d hte_enable_ts +EXPORT_SYMBOL_GPL vmlinux 0xb9425894 tty_put_char +EXPORT_SYMBOL_GPL vmlinux 0xb94d4eb1 sched_show_task +EXPORT_SYMBOL_GPL vmlinux 0xb94d7874 sk_psock_msg_verdict +EXPORT_SYMBOL_GPL vmlinux 0xb9511513 vchan_init +EXPORT_SYMBOL_GPL vmlinux 0xb95d0111 regulator_get_hardware_vsel_register +EXPORT_SYMBOL_GPL vmlinux 0xb961e6ea pkcs7_parse_message +EXPORT_SYMBOL_GPL vmlinux 0xb963a2ef phy_create_lookup +EXPORT_SYMBOL_GPL vmlinux 0xb9681621 xdp_do_flush +EXPORT_SYMBOL_GPL vmlinux 0xb973016c proc_mkdir_data +EXPORT_SYMBOL_GPL vmlinux 0xb97cdaaf snd_soc_component_set_sysclk +EXPORT_SYMBOL_GPL vmlinux 0xb97f5662 wb_writeout_inc +EXPORT_SYMBOL_GPL vmlinux 0xb9852d11 __traceiter_mc_event +EXPORT_SYMBOL_GPL vmlinux 0xb98c35e6 vfs_set_acl +EXPORT_SYMBOL_GPL vmlinux 0xb99a93f5 crypto_chain +EXPORT_SYMBOL_GPL vmlinux 0xb99d3629 synth_event_cmd_init +EXPORT_SYMBOL_GPL vmlinux 0xb99ed1ce usb_asmedia_modifyflowcontrol +EXPORT_SYMBOL_GPL vmlinux 0xb9a11a96 device_property_read_u8_array +EXPORT_SYMBOL_GPL vmlinux 0xb9a43f72 omap_iommu_domain_deactivate +EXPORT_SYMBOL_GPL vmlinux 0xb9ab4d71 __inode_attach_wb +EXPORT_SYMBOL_GPL vmlinux 0xb9ad8a58 sfp_add_phy +EXPORT_SYMBOL_GPL vmlinux 0xb9afb22c usb_reset_device +EXPORT_SYMBOL_GPL vmlinux 0xb9b51e9d alarm_start +EXPORT_SYMBOL_GPL vmlinux 0xb9b8c750 tegra_bpmp_transfer +EXPORT_SYMBOL_GPL vmlinux 0xb9b9df41 usb_amd_dev_put +EXPORT_SYMBOL_GPL vmlinux 0xb9c425de register_syscore_ops +EXPORT_SYMBOL_GPL vmlinux 0xb9c8b81d cpufreq_disable_fast_switch +EXPORT_SYMBOL_GPL vmlinux 0xb9d025c9 llist_del_first +EXPORT_SYMBOL_GPL vmlinux 0xb9d5e2b7 snd_soc_dapm_dai_free_widgets +EXPORT_SYMBOL_GPL vmlinux 0xb9e87b94 bL_switcher_trace_trigger +EXPORT_SYMBOL_GPL vmlinux 0xb9f257fa usb_add_phy_dev +EXPORT_SYMBOL_GPL vmlinux 0xb9f64d12 iommu_map_sg +EXPORT_SYMBOL_GPL vmlinux 0xb9fb35ea spi_mem_adjust_op_size +EXPORT_SYMBOL_GPL vmlinux 0xb9fe6245 xfrm_audit_policy_delete +EXPORT_SYMBOL_GPL vmlinux 0xba003922 mpc8xxx_spi_rx_buf_u8 +EXPORT_SYMBOL_GPL vmlinux 0xba032f94 btree_insert +EXPORT_SYMBOL_GPL vmlinux 0xba0b4638 sdhci_resume_host +EXPORT_SYMBOL_GPL vmlinux 0xba1089fe pinctrl_select_default_state +EXPORT_SYMBOL_GPL vmlinux 0xba1a0fd9 kpp_register_instance +EXPORT_SYMBOL_GPL vmlinux 0xba1fec8f da9052_adc_read_temp +EXPORT_SYMBOL_GPL vmlinux 0xba257cfc __of_reset_control_get +EXPORT_SYMBOL_GPL vmlinux 0xba2b7f64 cpufreq_generic_get +EXPORT_SYMBOL_GPL vmlinux 0xba317c26 device_initialize +EXPORT_SYMBOL_GPL vmlinux 0xba35869c locks_owner_has_blockers +EXPORT_SYMBOL_GPL vmlinux 0xba3ba2f3 mtd_table_mutex +EXPORT_SYMBOL_GPL vmlinux 0xba405e13 fat_time_fat2unix +EXPORT_SYMBOL_GPL vmlinux 0xba43ad38 mtd_ooblayout_ecc +EXPORT_SYMBOL_GPL vmlinux 0xba5bdf21 class_compat_create_link +EXPORT_SYMBOL_GPL vmlinux 0xba5e87cc snd_soc_info_enum_double +EXPORT_SYMBOL_GPL vmlinux 0xba67cd93 device_for_each_child_reverse +EXPORT_SYMBOL_GPL vmlinux 0xba8b171d sbitmap_queue_init_node +EXPORT_SYMBOL_GPL vmlinux 0xba96b348 phy_10gbit_fec_features +EXPORT_SYMBOL_GPL vmlinux 0xba9ba8b3 dw_pcie_host_init +EXPORT_SYMBOL_GPL vmlinux 0xbaa91b88 simple_attr_write_signed +EXPORT_SYMBOL_GPL vmlinux 0xbab9a9f0 maxim_charger_currents +EXPORT_SYMBOL_GPL vmlinux 0xbabb328e rio_mport_write_config_32 +EXPORT_SYMBOL_GPL vmlinux 0xbac8863c ata_eh_freeze_port +EXPORT_SYMBOL_GPL vmlinux 0xbac8e1f9 srcu_init_notifier_head +EXPORT_SYMBOL_GPL vmlinux 0xbad4e40c power_supply_register +EXPORT_SYMBOL_GPL vmlinux 0xbae04698 mtd_blktrans_cease_background +EXPORT_SYMBOL_GPL vmlinux 0xbae8a45f ata_sff_qc_fill_rtf +EXPORT_SYMBOL_GPL vmlinux 0xbaf22757 kvfree_call_rcu +EXPORT_SYMBOL_GPL vmlinux 0xbaf4d2b3 __account_locked_vm +EXPORT_SYMBOL_GPL vmlinux 0xbaf6850c fsnotify_wait_marks_destroyed +EXPORT_SYMBOL_GPL vmlinux 0xbb028ad3 rcu_gp_slow_register +EXPORT_SYMBOL_GPL vmlinux 0xbb078d6b irq_domain_push_irq +EXPORT_SYMBOL_GPL vmlinux 0xbb0ab47b debug_locks +EXPORT_SYMBOL_GPL vmlinux 0xbb102ade mas_expected_entries +EXPORT_SYMBOL_GPL vmlinux 0xbb24f372 __SCK__tp_func_attach_device_to_domain +EXPORT_SYMBOL_GPL vmlinux 0xbb28f82e fat_getattr +EXPORT_SYMBOL_GPL vmlinux 0xbb3a3b67 rcu_tasks_trace_qs_blkd +EXPORT_SYMBOL_GPL vmlinux 0xbb4146b3 get_completed_synchronize_rcu +EXPORT_SYMBOL_GPL vmlinux 0xbb424385 cpufreq_freq_attr_scaling_boost_freqs +EXPORT_SYMBOL_GPL vmlinux 0xbb48b251 ata_sff_wait_after_reset +EXPORT_SYMBOL_GPL vmlinux 0xbb4c7570 pids_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0xbb4ff321 tty_port_tty_hangup +EXPORT_SYMBOL_GPL vmlinux 0xbb5e1670 pci_try_reset_function +EXPORT_SYMBOL_GPL vmlinux 0xbb6508da random_get_entropy_fallback +EXPORT_SYMBOL_GPL vmlinux 0xbb6a3cbd devlink_fmsg_arr_pair_nest_start +EXPORT_SYMBOL_GPL vmlinux 0xbb6a8fc2 tcp_get_syncookie_mss +EXPORT_SYMBOL_GPL vmlinux 0xbb6cbfff call_srcu +EXPORT_SYMBOL_GPL vmlinux 0xbb6e6f72 serial8250_rpm_get +EXPORT_SYMBOL_GPL vmlinux 0xbb7195a5 xdp_warn +EXPORT_SYMBOL_GPL vmlinux 0xbb7415c7 tty_port_link_device +EXPORT_SYMBOL_GPL vmlinux 0xbb94f168 devm_bitmap_zalloc +EXPORT_SYMBOL_GPL vmlinux 0xbb9eb35c nf_checksum +EXPORT_SYMBOL_GPL vmlinux 0xbb9ebc12 vp_modern_remove +EXPORT_SYMBOL_GPL vmlinux 0xbba9fee0 dm_path_uevent +EXPORT_SYMBOL_GPL vmlinux 0xbbb4ab02 mtk_mutex_put +EXPORT_SYMBOL_GPL vmlinux 0xbbc9e702 __tracepoint_ata_bmdma_setup +EXPORT_SYMBOL_GPL vmlinux 0xbbe26481 sdio_retune_hold_now +EXPORT_SYMBOL_GPL vmlinux 0xbbed0ce2 platform_bus +EXPORT_SYMBOL_GPL vmlinux 0xbbff7bbf pci_check_and_unmask_intx +EXPORT_SYMBOL_GPL vmlinux 0xbc006d92 vp_modern_get_queue_enable +EXPORT_SYMBOL_GPL vmlinux 0xbc314156 nop_mnt_idmap +EXPORT_SYMBOL_GPL vmlinux 0xbc3dbd3d spi_finalize_current_transfer +EXPORT_SYMBOL_GPL vmlinux 0xbc3f2cb0 timecounter_cyc2time +EXPORT_SYMBOL_GPL vmlinux 0xbc4091fb devres_close_group +EXPORT_SYMBOL_GPL vmlinux 0xbc50071a lwtunnel_cmp_encap +EXPORT_SYMBOL_GPL vmlinux 0xbc569bd5 list_lru_count_node +EXPORT_SYMBOL_GPL vmlinux 0xbc5f37fe ahci_do_softreset +EXPORT_SYMBOL_GPL vmlinux 0xbc65b83f mtk_pinconf_adv_pull_set +EXPORT_SYMBOL_GPL vmlinux 0xbc6bec66 free_percpu_irq +EXPORT_SYMBOL_GPL vmlinux 0xbc6d279e of_phandle_iterator_init +EXPORT_SYMBOL_GPL vmlinux 0xbc82e0c0 regulator_get_linear_step +EXPORT_SYMBOL_GPL vmlinux 0xbc921939 __traceiter_sched_overutilized_tp +EXPORT_SYMBOL_GPL vmlinux 0xbc923346 fw_devlink_purge_absent_suppliers +EXPORT_SYMBOL_GPL vmlinux 0xbc987596 pci_reset_function_locked +EXPORT_SYMBOL_GPL vmlinux 0xbca5cd03 sync_page_io +EXPORT_SYMBOL_GPL vmlinux 0xbcaac54c ata_timing_compute +EXPORT_SYMBOL_GPL vmlinux 0xbcbe3339 devlink_set_features +EXPORT_SYMBOL_GPL vmlinux 0xbcc15e75 ktime_get_coarse_with_offset +EXPORT_SYMBOL_GPL vmlinux 0xbccf774f devm_pm_opp_set_config +EXPORT_SYMBOL_GPL vmlinux 0xbcdd5b99 iommu_group_set_name +EXPORT_SYMBOL_GPL vmlinux 0xbcde0aae __platform_register_drivers +EXPORT_SYMBOL_GPL vmlinux 0xbcdf2a9a devm_pinctrl_put +EXPORT_SYMBOL_GPL vmlinux 0xbce12556 clk_divider_ro_ops +EXPORT_SYMBOL_GPL vmlinux 0xbce4c4c9 cpufreq_freq_attr_scaling_available_freqs +EXPORT_SYMBOL_GPL vmlinux 0xbce84dea sch_frag_xmit_hook +EXPORT_SYMBOL_GPL vmlinux 0xbcf1f0e6 zs_create_pool +EXPORT_SYMBOL_GPL vmlinux 0xbd06a201 devm_gpiod_put +EXPORT_SYMBOL_GPL vmlinux 0xbd06f3a9 ata_get_cmd_name +EXPORT_SYMBOL_GPL vmlinux 0xbd0a52fb __tracepoint_udp_fail_queue_rcv_skb +EXPORT_SYMBOL_GPL vmlinux 0xbd1672cf omap_iommu_restore_ctx +EXPORT_SYMBOL_GPL vmlinux 0xbd22ada0 of_get_mtd_device_by_node +EXPORT_SYMBOL_GPL vmlinux 0xbd3caac0 snd_soc_dapm_force_enable_pin +EXPORT_SYMBOL_GPL vmlinux 0xbd3fe1e3 disable_hardirq +EXPORT_SYMBOL_GPL vmlinux 0xbd4ce8fd scsi_free_sgtables +EXPORT_SYMBOL_GPL vmlinux 0xbd92529f regmap_register_patch +EXPORT_SYMBOL_GPL vmlinux 0xbd9b9a51 usb_control_msg +EXPORT_SYMBOL_GPL vmlinux 0xbd9f6b82 dev_pm_domain_start +EXPORT_SYMBOL_GPL vmlinux 0xbda04a91 cond_synchronize_rcu_expedited +EXPORT_SYMBOL_GPL vmlinux 0xbda84456 usb_of_has_combined_node +EXPORT_SYMBOL_GPL vmlinux 0xbdc0d5fd pci_dev_lock +EXPORT_SYMBOL_GPL vmlinux 0xbdc32199 iommu_device_release_dma_owner +EXPORT_SYMBOL_GPL vmlinux 0xbdca4959 dev_pm_opp_of_remove_table +EXPORT_SYMBOL_GPL vmlinux 0xbdcd6e5e imx_unregister_hw_clocks +EXPORT_SYMBOL_GPL vmlinux 0xbdda1b5f vmalloc_huge +EXPORT_SYMBOL_GPL vmlinux 0xbde71411 housekeeping_affine +EXPORT_SYMBOL_GPL vmlinux 0xbde93ba4 snd_dma_buffer_sync +EXPORT_SYMBOL_GPL vmlinux 0xbdebb2d6 iomap_finish_ioends +EXPORT_SYMBOL_GPL vmlinux 0xbdf10f15 bus_get_kset +EXPORT_SYMBOL_GPL vmlinux 0xbdf4b96f percpu_ref_init +EXPORT_SYMBOL_GPL vmlinux 0xbe08481e snd_soc_component_nc_pin +EXPORT_SYMBOL_GPL vmlinux 0xbe137c1e imx_fracn_gppll +EXPORT_SYMBOL_GPL vmlinux 0xbe524db5 platform_device_add_resources +EXPORT_SYMBOL_GPL vmlinux 0xbe5255e8 devm_led_trigger_register +EXPORT_SYMBOL_GPL vmlinux 0xbe687e88 wake_up_all_idle_cpus +EXPORT_SYMBOL_GPL vmlinux 0xbe719cb6 blk_insert_cloned_request +EXPORT_SYMBOL_GPL vmlinux 0xbe82653f mmu_notifier_range_update_to_read_only +EXPORT_SYMBOL_GPL vmlinux 0xbe85c69a bio_iov_iter_get_pages +EXPORT_SYMBOL_GPL vmlinux 0xbe86ca50 __netpoll_setup +EXPORT_SYMBOL_GPL vmlinux 0xbe87fba4 devlink_alloc_ns +EXPORT_SYMBOL_GPL vmlinux 0xbe96dfd8 of_reconfig_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0xbe97e621 devm_free_percpu +EXPORT_SYMBOL_GPL vmlinux 0xbe9a83d5 dw_pcie_write +EXPORT_SYMBOL_GPL vmlinux 0xbea59373 vcap_rule_add_action_bit +EXPORT_SYMBOL_GPL vmlinux 0xbea5ff1e static_key_initialized +EXPORT_SYMBOL_GPL vmlinux 0xbed0d1c3 snd_soc_suspend +EXPORT_SYMBOL_GPL vmlinux 0xbee09ac1 dpcm_end_walk_at_be +EXPORT_SYMBOL_GPL vmlinux 0xbf041102 register_vt_notifier +EXPORT_SYMBOL_GPL vmlinux 0xbf0f2ebd __traceiter_br_fdb_external_learn_add +EXPORT_SYMBOL_GPL vmlinux 0xbf10278e ip_route_output_flow +EXPORT_SYMBOL_GPL vmlinux 0xbf1aee58 ip6_datagram_connect_v6_only +EXPORT_SYMBOL_GPL vmlinux 0xbf1ed631 snd_soc_dai_compr_get_metadata +EXPORT_SYMBOL_GPL vmlinux 0xbf2c407d icc_node_create +EXPORT_SYMBOL_GPL vmlinux 0xbf2e2e71 housekeeping_enabled +EXPORT_SYMBOL_GPL vmlinux 0xbf365628 pm_clk_add_clk +EXPORT_SYMBOL_GPL vmlinux 0xbf4513c3 devlink_linecard_activate +EXPORT_SYMBOL_GPL vmlinux 0xbf46fc4f dev_pm_qos_add_request +EXPORT_SYMBOL_GPL vmlinux 0xbf554641 __tracepoint_sched_cpu_capacity_tp +EXPORT_SYMBOL_GPL vmlinux 0xbf5d5f12 cpts_unregister +EXPORT_SYMBOL_GPL vmlinux 0xbf92f243 usb_device_match_id +EXPORT_SYMBOL_GPL vmlinux 0xbf9658f2 regulator_list_voltage_linear +EXPORT_SYMBOL_GPL vmlinux 0xbf9cdf08 devm_regulator_irq_helper +EXPORT_SYMBOL_GPL vmlinux 0xbfa8cb7e ata_sas_port_start +EXPORT_SYMBOL_GPL vmlinux 0xbfb274c0 msi_lock_descs +EXPORT_SYMBOL_GPL vmlinux 0xbfb31fab serdev_device_add +EXPORT_SYMBOL_GPL vmlinux 0xbfb620d3 raw_hash_sk +EXPORT_SYMBOL_GPL vmlinux 0xbfbbba40 pstore_register +EXPORT_SYMBOL_GPL vmlinux 0xbfbc5434 pciserial_resume_ports +EXPORT_SYMBOL_GPL vmlinux 0xbfc3044c dev_pm_opp_find_freq_ceil +EXPORT_SYMBOL_GPL vmlinux 0xbfd327d6 icc_set_bw +EXPORT_SYMBOL_GPL vmlinux 0xbfda0262 fb_deferred_io_fsync +EXPORT_SYMBOL_GPL vmlinux 0xbfdc388f synchronize_srcu_expedited +EXPORT_SYMBOL_GPL vmlinux 0xbfe5616d tick_broadcast_oneshot_control +EXPORT_SYMBOL_GPL vmlinux 0xbfe83bb4 imx_ccm_lock +EXPORT_SYMBOL_GPL vmlinux 0xbfe84dc9 __tracepoint_neigh_event_send_done +EXPORT_SYMBOL_GPL vmlinux 0xbfeb9c79 spi_delay_to_ns +EXPORT_SYMBOL_GPL vmlinux 0xbff7f3ae ata_sff_qc_issue +EXPORT_SYMBOL_GPL vmlinux 0xbffc119d __pci_epc_create +EXPORT_SYMBOL_GPL vmlinux 0xbffd411c da903x_read +EXPORT_SYMBOL_GPL vmlinux 0xbffe037e devlink_params_register +EXPORT_SYMBOL_GPL vmlinux 0xc00131cf visitor64 +EXPORT_SYMBOL_GPL vmlinux 0xc0055964 devm_clk_bulk_get_all +EXPORT_SYMBOL_GPL vmlinux 0xc022d921 wm831x_reg_lock +EXPORT_SYMBOL_GPL vmlinux 0xc0263b83 kobject_init_and_add +EXPORT_SYMBOL_GPL vmlinux 0xc02e6af8 amba_bustype +EXPORT_SYMBOL_GPL vmlinux 0xc0372315 register_user_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0xc046cf84 imx93_clk_gate +EXPORT_SYMBOL_GPL vmlinux 0xc04e20c3 percpu_ref_switch_to_atomic_sync +EXPORT_SYMBOL_GPL vmlinux 0xc0508517 snd_soc_dai_compr_get_params +EXPORT_SYMBOL_GPL vmlinux 0xc050f336 clk_regmap_gate_ops +EXPORT_SYMBOL_GPL vmlinux 0xc05202fe devm_regmap_field_bulk_alloc +EXPORT_SYMBOL_GPL vmlinux 0xc0547dbb snd_soc_component_force_enable_pin +EXPORT_SYMBOL_GPL vmlinux 0xc0583e20 edac_queue_work +EXPORT_SYMBOL_GPL vmlinux 0xc0588b31 platform_irqchip_probe +EXPORT_SYMBOL_GPL vmlinux 0xc05cee80 ipi_get_hwirq +EXPORT_SYMBOL_GPL vmlinux 0xc06b77b3 __cci_control_port_by_index +EXPORT_SYMBOL_GPL vmlinux 0xc081c246 bL_switcher_put_enabled +EXPORT_SYMBOL_GPL vmlinux 0xc08326b7 sbitmap_queue_min_shallow_depth +EXPORT_SYMBOL_GPL vmlinux 0xc08487ef fib_rules_seq_read +EXPORT_SYMBOL_GPL vmlinux 0xc090c376 net_selftest_get_strings +EXPORT_SYMBOL_GPL vmlinux 0xc0a947cf snd_soc_jack_free_gpios +EXPORT_SYMBOL_GPL vmlinux 0xc0a96e14 rcu_gp_is_expedited +EXPORT_SYMBOL_GPL vmlinux 0xc0b2664d devlink_dpipe_header_ipv4 +EXPORT_SYMBOL_GPL vmlinux 0xc0c73d5e device_change_owner +EXPORT_SYMBOL_GPL vmlinux 0xc0d63d95 usb_mon_register +EXPORT_SYMBOL_GPL vmlinux 0xc0dcb59e edac_layer_name +EXPORT_SYMBOL_GPL vmlinux 0xc0e75cec visitor128 +EXPORT_SYMBOL_GPL vmlinux 0xc0e7a385 is_skb_forwardable +EXPORT_SYMBOL_GPL vmlinux 0xc0ecd22f cpuidle_register_driver +EXPORT_SYMBOL_GPL vmlinux 0xc0ed0036 of_device_uevent_modalias +EXPORT_SYMBOL_GPL vmlinux 0xc0edc0f1 ata_pci_sff_init_one +EXPORT_SYMBOL_GPL vmlinux 0xc0f0458a ip_tunnel_unneed_metadata +EXPORT_SYMBOL_GPL vmlinux 0xc0f50fa1 ipv4_redirect +EXPORT_SYMBOL_GPL vmlinux 0xc0ffd8af device_iommu_capable +EXPORT_SYMBOL_GPL vmlinux 0xc106f0a4 crypto_unregister_skciphers +EXPORT_SYMBOL_GPL vmlinux 0xc1086e0c sysrq_toggle_support +EXPORT_SYMBOL_GPL vmlinux 0xc10cdcf5 ping_get_port +EXPORT_SYMBOL_GPL vmlinux 0xc10fddb8 name_to_dev_t +EXPORT_SYMBOL_GPL vmlinux 0xc12977b1 mtd_block_isbad +EXPORT_SYMBOL_GPL vmlinux 0xc13cf6ff raw_v4_hashinfo +EXPORT_SYMBOL_GPL vmlinux 0xc1457c56 pci_epc_get +EXPORT_SYMBOL_GPL vmlinux 0xc14693f4 stmpe_dev_pm_ops +EXPORT_SYMBOL_GPL vmlinux 0xc14a4d38 ata_qc_complete_multiple +EXPORT_SYMBOL_GPL vmlinux 0xc14dcc3d gpiod_count +EXPORT_SYMBOL_GPL vmlinux 0xc17515d7 usb_hcds_loaded +EXPORT_SYMBOL_GPL vmlinux 0xc1772162 led_stop_software_blink +EXPORT_SYMBOL_GPL vmlinux 0xc1790153 virtqueue_get_vring +EXPORT_SYMBOL_GPL vmlinux 0xc193124d disk_force_media_change +EXPORT_SYMBOL_GPL vmlinux 0xc1abafb1 ata_port_schedule_eh +EXPORT_SYMBOL_GPL vmlinux 0xc1b07ab8 devm_hwspin_lock_request_specific +EXPORT_SYMBOL_GPL vmlinux 0xc1b794d7 of_pwm_xlate_with_flags +EXPORT_SYMBOL_GPL vmlinux 0xc1bcc245 mmu_notifier_put +EXPORT_SYMBOL_GPL vmlinux 0xc1ced973 crypto_stats_get +EXPORT_SYMBOL_GPL vmlinux 0xc1d4b4e7 spi_get_next_queued_message +EXPORT_SYMBOL_GPL vmlinux 0xc1e52a74 i2c_bus_type +EXPORT_SYMBOL_GPL vmlinux 0xc1e6986e interval_tree_span_iter_first +EXPORT_SYMBOL_GPL vmlinux 0xc1f276ad call_switchdev_blocking_notifiers +EXPORT_SYMBOL_GPL vmlinux 0xc1f911e1 __traceiter_xdp_bulk_tx +EXPORT_SYMBOL_GPL vmlinux 0xc1fd0840 phy_10gbit_features +EXPORT_SYMBOL_GPL vmlinux 0xc2093fd0 rtc_class_open +EXPORT_SYMBOL_GPL vmlinux 0xc212dbd1 __tracepoint_neigh_event_send_dead +EXPORT_SYMBOL_GPL vmlinux 0xc21752bc phy_driver_is_genphy_10g +EXPORT_SYMBOL_GPL vmlinux 0xc21b3cca devices_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0xc221fcbb ata_pci_device_resume +EXPORT_SYMBOL_GPL vmlinux 0xc22a3091 vm_unmap_aliases +EXPORT_SYMBOL_GPL vmlinux 0xc2368ea5 ata_xfer_mask2mode +EXPORT_SYMBOL_GPL vmlinux 0xc23ced6d __inet_twsk_schedule +EXPORT_SYMBOL_GPL vmlinux 0xc2614a47 mtd_kmalloc_up_to +EXPORT_SYMBOL_GPL vmlinux 0xc26731f1 regulator_bulk_force_disable +EXPORT_SYMBOL_GPL vmlinux 0xc2692173 wakeup_sources_read_lock +EXPORT_SYMBOL_GPL vmlinux 0xc26ee0dd pci_host_common_probe +EXPORT_SYMBOL_GPL vmlinux 0xc289e46d cpufreq_generic_frequency_table_verify +EXPORT_SYMBOL_GPL vmlinux 0xc28a3e8e snd_pcm_add_chmap_ctls +EXPORT_SYMBOL_GPL vmlinux 0xc291ecb1 pm_runtime_no_callbacks +EXPORT_SYMBOL_GPL vmlinux 0xc2a43c14 mctp_register_netdev +EXPORT_SYMBOL_GPL vmlinux 0xc2a814db tcp_memory_pressure +EXPORT_SYMBOL_GPL vmlinux 0xc2aaea9c virtqueue_detach_unused_buf +EXPORT_SYMBOL_GPL vmlinux 0xc2ab04d5 spi_mem_driver_register_with_owner +EXPORT_SYMBOL_GPL vmlinux 0xc2bfa277 ethnl_cable_test_fault_length +EXPORT_SYMBOL_GPL vmlinux 0xc2c7c21d sdio_set_block_size +EXPORT_SYMBOL_GPL vmlinux 0xc2c89852 sbitmap_finish_wait +EXPORT_SYMBOL_GPL vmlinux 0xc2d94e20 scsi_autopm_get_device +EXPORT_SYMBOL_GPL vmlinux 0xc2e3a5dc dev_forward_skb +EXPORT_SYMBOL_GPL vmlinux 0xc2ed009f devm_regmap_add_irq_chip_fwnode +EXPORT_SYMBOL_GPL vmlinux 0xc2f9dd26 snd_soc_component_nc_pin_unlocked +EXPORT_SYMBOL_GPL vmlinux 0xc30416d4 pci_epc_set_msi +EXPORT_SYMBOL_GPL vmlinux 0xc30b839f dst_cache_get_ip6 +EXPORT_SYMBOL_GPL vmlinux 0xc317a15e snd_soc_daifmt_clock_provider_flipped +EXPORT_SYMBOL_GPL vmlinux 0xc33e0211 usb_submit_urb +EXPORT_SYMBOL_GPL vmlinux 0xc341ae6d zs_map_object +EXPORT_SYMBOL_GPL vmlinux 0xc34e4c7b kernel_read_file_from_fd +EXPORT_SYMBOL_GPL vmlinux 0xc3578f8c usb_hcd_is_primary_hcd +EXPORT_SYMBOL_GPL vmlinux 0xc368504c usb_string +EXPORT_SYMBOL_GPL vmlinux 0xc36e7791 dapm_regulator_event +EXPORT_SYMBOL_GPL vmlinux 0xc3708747 trace_vprintk +EXPORT_SYMBOL_GPL vmlinux 0xc3805cd1 fs_ftype_to_dtype +EXPORT_SYMBOL_GPL vmlinux 0xc381e13b crypto_grab_skcipher +EXPORT_SYMBOL_GPL vmlinux 0xc384b92b sbitmap_bitmap_show +EXPORT_SYMBOL_GPL vmlinux 0xc385c8e0 of_get_required_opp_performance_state +EXPORT_SYMBOL_GPL vmlinux 0xc394cce0 pci_epc_map_msi_irq +EXPORT_SYMBOL_GPL vmlinux 0xc3986017 dw8250_do_set_termios +EXPORT_SYMBOL_GPL vmlinux 0xc3986266 snd_dmaengine_pcm_trigger +EXPORT_SYMBOL_GPL vmlinux 0xc3a51e66 mmc_poll_for_busy +EXPORT_SYMBOL_GPL vmlinux 0xc3ab158f synchronize_srcu +EXPORT_SYMBOL_GPL vmlinux 0xc3b3aca3 securityfs_create_dir +EXPORT_SYMBOL_GPL vmlinux 0xc3c4c6cc hash_algo_name +EXPORT_SYMBOL_GPL vmlinux 0xc3ce9e98 _proc_mkdir +EXPORT_SYMBOL_GPL vmlinux 0xc3de65ff ring_buffer_bytes_cpu +EXPORT_SYMBOL_GPL vmlinux 0xc3ea5305 iommu_default_passthrough +EXPORT_SYMBOL_GPL vmlinux 0xc3ec657b snd_soc_add_component_controls +EXPORT_SYMBOL_GPL vmlinux 0xc3f02d8c inet_csk_route_child_sock +EXPORT_SYMBOL_GPL vmlinux 0xc4023204 blockdev_superblock +EXPORT_SYMBOL_GPL vmlinux 0xc40dc0a2 sdhci_set_data_timeout_irq +EXPORT_SYMBOL_GPL vmlinux 0xc410f1f7 devl_rate_leaf_create +EXPORT_SYMBOL_GPL vmlinux 0xc41dbc66 regulator_map_voltage_linear_range +EXPORT_SYMBOL_GPL vmlinux 0xc428068d sata_deb_timing_long +EXPORT_SYMBOL_GPL vmlinux 0xc42dbf2a vcap_rule_mod_key_u32 +EXPORT_SYMBOL_GPL vmlinux 0xc42e14b9 sbitmap_any_bit_set +EXPORT_SYMBOL_GPL vmlinux 0xc433f64f ptp_classify_raw +EXPORT_SYMBOL_GPL vmlinux 0xc4381e2e rockchip_pcie_enable_clocks +EXPORT_SYMBOL_GPL vmlinux 0xc43ab46e iommu_detach_group +EXPORT_SYMBOL_GPL vmlinux 0xc4479226 pkcs7_get_content_data +EXPORT_SYMBOL_GPL vmlinux 0xc44992ee devlink_param_driverinit_value_get +EXPORT_SYMBOL_GPL vmlinux 0xc44afc48 pse_ethtool_set_config +EXPORT_SYMBOL_GPL vmlinux 0xc44b9c84 devl_resources_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc454fc7b twl_get_type +EXPORT_SYMBOL_GPL vmlinux 0xc458a633 irq_get_default_host +EXPORT_SYMBOL_GPL vmlinux 0xc46368e4 of_reserved_mem_lookup +EXPORT_SYMBOL_GPL vmlinux 0xc46517ad device_property_read_u32_array +EXPORT_SYMBOL_GPL vmlinux 0xc46b69d5 security_kernel_read_file +EXPORT_SYMBOL_GPL vmlinux 0xc471c67a twl4030_audio_disable_resource +EXPORT_SYMBOL_GPL vmlinux 0xc473f58c mtk_clk_unregister_dividers +EXPORT_SYMBOL_GPL vmlinux 0xc478846f fb_deferred_io_cleanup +EXPORT_SYMBOL_GPL vmlinux 0xc47a90b9 bpf_fentry_test1 +EXPORT_SYMBOL_GPL vmlinux 0xc486c3cf pci_generic_config_write +EXPORT_SYMBOL_GPL vmlinux 0xc4937fde ti_clk_is_in_standby +EXPORT_SYMBOL_GPL vmlinux 0xc498bdc9 devlink_register +EXPORT_SYMBOL_GPL vmlinux 0xc4a075fe of_pm_clk_add_clk +EXPORT_SYMBOL_GPL vmlinux 0xc4b869a8 usb_deregister +EXPORT_SYMBOL_GPL vmlinux 0xc4bd504a nand_write_data_op +EXPORT_SYMBOL_GPL vmlinux 0xc4c81878 of_remove_property +EXPORT_SYMBOL_GPL vmlinux 0xc4c9e5e8 xhci_ext_cap_init +EXPORT_SYMBOL_GPL vmlinux 0xc4ce3b29 snd_soc_of_get_dai_link_codecs +EXPORT_SYMBOL_GPL vmlinux 0xc4cf2420 ring_buffer_read_page +EXPORT_SYMBOL_GPL vmlinux 0xc4d204fc vp_modern_get_status +EXPORT_SYMBOL_GPL vmlinux 0xc4e36979 mtk_clk_register_plls +EXPORT_SYMBOL_GPL vmlinux 0xc4f0da12 ktime_get_with_offset +EXPORT_SYMBOL_GPL vmlinux 0xc50befa7 component_master_add_with_match +EXPORT_SYMBOL_GPL vmlinux 0xc53e72d4 crypto_unregister_scomps +EXPORT_SYMBOL_GPL vmlinux 0xc53f8718 devlink_region_create +EXPORT_SYMBOL_GPL vmlinux 0xc5604800 clk_set_rate_exclusive +EXPORT_SYMBOL_GPL vmlinux 0xc56492b7 usb_create_hcd +EXPORT_SYMBOL_GPL vmlinux 0xc564a4cb cpts_tx_timestamp +EXPORT_SYMBOL_GPL vmlinux 0xc569d8ce __clk_get_name +EXPORT_SYMBOL_GPL vmlinux 0xc56aa170 spi_split_transfers_maxsize +EXPORT_SYMBOL_GPL vmlinux 0xc575c737 debug_locks_off +EXPORT_SYMBOL_GPL vmlinux 0xc5777fca linear_range_get_selector_low_array +EXPORT_SYMBOL_GPL vmlinux 0xc57ff1f3 scsi_template_proc_dir +EXPORT_SYMBOL_GPL vmlinux 0xc589c113 of_regulator_bulk_get_all +EXPORT_SYMBOL_GPL vmlinux 0xc58a3ee6 icc_node_destroy +EXPORT_SYMBOL_GPL vmlinux 0xc5902ece blk_crypto_update_capabilities +EXPORT_SYMBOL_GPL vmlinux 0xc5918015 pin_user_pages_fast +EXPORT_SYMBOL_GPL vmlinux 0xc5a5c678 uart_parse_earlycon +EXPORT_SYMBOL_GPL vmlinux 0xc5c3cd9b umd_load_blob +EXPORT_SYMBOL_GPL vmlinux 0xc5dea5c9 phy_save_page +EXPORT_SYMBOL_GPL vmlinux 0xc5e0de35 __traceiter_ata_bmdma_start +EXPORT_SYMBOL_GPL vmlinux 0xc5e11b0a inet_csk_addr2sockaddr +EXPORT_SYMBOL_GPL vmlinux 0xc5ef14db led_trigger_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc5f20fdb edac_pci_handle_pe +EXPORT_SYMBOL_GPL vmlinux 0xc617f82c unregister_oom_notifier +EXPORT_SYMBOL_GPL vmlinux 0xc622183f mtk_pinconf_adv_drive_set_raw +EXPORT_SYMBOL_GPL vmlinux 0xc62d6b5f fsnotify_find_mark +EXPORT_SYMBOL_GPL vmlinux 0xc645fcf3 __tracepoint_wbc_writepage +EXPORT_SYMBOL_GPL vmlinux 0xc64b5466 unix_outq_len +EXPORT_SYMBOL_GPL vmlinux 0xc65323da blk_steal_bios +EXPORT_SYMBOL_GPL vmlinux 0xc6569014 clk_fixed_rate_ops +EXPORT_SYMBOL_GPL vmlinux 0xc660ce74 crypto_stats_decompress +EXPORT_SYMBOL_GPL vmlinux 0xc66b77b1 iommu_group_set_iommudata +EXPORT_SYMBOL_GPL vmlinux 0xc6779093 ring_buffer_record_enable +EXPORT_SYMBOL_GPL vmlinux 0xc6793945 virtqueue_add_outbuf +EXPORT_SYMBOL_GPL vmlinux 0xc67bbfe9 iomap_file_buffered_write_punch_delalloc +EXPORT_SYMBOL_GPL vmlinux 0xc68c41d6 __SCK__tp_func_ata_bmdma_setup +EXPORT_SYMBOL_GPL vmlinux 0xc68e7cea usb_gadget_vbus_draw +EXPORT_SYMBOL_GPL vmlinux 0xc69b7ee5 zs_destroy_pool +EXPORT_SYMBOL_GPL vmlinux 0xc69f111b debugfs_lookup +EXPORT_SYMBOL_GPL vmlinux 0xc6a4a872 __clk_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0xc6adc8ba __xas_next +EXPORT_SYMBOL_GPL vmlinux 0xc6af306c inet_bhash2_update_saddr +EXPORT_SYMBOL_GPL vmlinux 0xc6b285dd of_property_read_u64 +EXPORT_SYMBOL_GPL vmlinux 0xc6b3c677 pci_user_read_config_byte +EXPORT_SYMBOL_GPL vmlinux 0xc6d1ea9d pinctrl_find_gpio_range_from_pin_nolock +EXPORT_SYMBOL_GPL vmlinux 0xc6d94473 ata_sff_drain_fifo +EXPORT_SYMBOL_GPL vmlinux 0xc6df43a5 __traceiter_neigh_event_send_done +EXPORT_SYMBOL_GPL vmlinux 0xc6e5bcf3 linear_range_get_selector_within +EXPORT_SYMBOL_GPL vmlinux 0xc6e667f1 thread_notify_head +EXPORT_SYMBOL_GPL vmlinux 0xc6e69e6e ip_icmp_error_rfc4884 +EXPORT_SYMBOL_GPL vmlinux 0xc6e7efad regmap_get_max_register +EXPORT_SYMBOL_GPL vmlinux 0xc715fdba bus_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0xc71acf96 regmap_field_read +EXPORT_SYMBOL_GPL vmlinux 0xc720ed4f fwnode_handle_get +EXPORT_SYMBOL_GPL vmlinux 0xc7224d2f devl_sb_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc72fa857 vfs_submount +EXPORT_SYMBOL_GPL vmlinux 0xc73b9e87 crypto_aead_setkey +EXPORT_SYMBOL_GPL vmlinux 0xc753571b ata_pci_bmdma_prepare_host +EXPORT_SYMBOL_GPL vmlinux 0xc7574b27 spi_take_timestamp_pre +EXPORT_SYMBOL_GPL vmlinux 0xc76a1154 devm_mipi_dsi_device_register_full +EXPORT_SYMBOL_GPL vmlinux 0xc7836715 regulator_sync_voltage +EXPORT_SYMBOL_GPL vmlinux 0xc79144f5 trace_seq_putmem_hex +EXPORT_SYMBOL_GPL vmlinux 0xc7973166 kill_pid_usb_asyncio +EXPORT_SYMBOL_GPL vmlinux 0xc7a015b7 usb_poison_urb +EXPORT_SYMBOL_GPL vmlinux 0xc7a1840e llist_add_batch +EXPORT_SYMBOL_GPL vmlinux 0xc7a7e770 clk_bulk_enable +EXPORT_SYMBOL_GPL vmlinux 0xc7aeed3c ata_sff_dev_select +EXPORT_SYMBOL_GPL vmlinux 0xc7b3bdcf pkcs7_free_message +EXPORT_SYMBOL_GPL vmlinux 0xc7bc408a crypto_spawn_tfm2 +EXPORT_SYMBOL_GPL vmlinux 0xc7cfc441 usb_set_configuration +EXPORT_SYMBOL_GPL vmlinux 0xc7de20a9 ahci_platform_assert_rsts +EXPORT_SYMBOL_GPL vmlinux 0xc7e64fc2 asn1_encode_integer +EXPORT_SYMBOL_GPL vmlinux 0xc7e78b2e vbin_printf +EXPORT_SYMBOL_GPL vmlinux 0xc7eb86b8 snd_dmaengine_pcm_close_release_chan +EXPORT_SYMBOL_GPL vmlinux 0xc7f862f8 __skb_zcopy_downgrade_managed +EXPORT_SYMBOL_GPL vmlinux 0xc7fa4aa9 kobj_ns_drop +EXPORT_SYMBOL_GPL vmlinux 0xc80df47e msi_domain_get_virq +EXPORT_SYMBOL_GPL vmlinux 0xc80f8e4a devlink_resource_occ_get_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc819bdb3 snd_soc_dai_set_fmt +EXPORT_SYMBOL_GPL vmlinux 0xc81d9c22 __irq_domain_add +EXPORT_SYMBOL_GPL vmlinux 0xc825313e snd_soc_of_parse_aux_devs +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 0xc830681e fscrypt_ioctl_remove_key +EXPORT_SYMBOL_GPL vmlinux 0xc849dec9 component_compare_dev +EXPORT_SYMBOL_GPL vmlinux 0xc8557f0a wait_for_stable_page +EXPORT_SYMBOL_GPL vmlinux 0xc8594d3d reset_control_acquire +EXPORT_SYMBOL_GPL vmlinux 0xc8631ab5 cpufreq_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0xc8648397 inet_hash +EXPORT_SYMBOL_GPL vmlinux 0xc86aa903 register_wide_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0xc886f627 __traceiter_devlink_hwmsg +EXPORT_SYMBOL_GPL vmlinux 0xc8888ad6 snd_device_initialize +EXPORT_SYMBOL_GPL vmlinux 0xc8950e12 vcap_rule_find_keysets +EXPORT_SYMBOL_GPL vmlinux 0xc89d0b1e imx_pcm_fiq_init +EXPORT_SYMBOL_GPL vmlinux 0xc89f4213 rio_pw_enable +EXPORT_SYMBOL_GPL vmlinux 0xc8a6d8b4 sysfs_remove_file_ns +EXPORT_SYMBOL_GPL vmlinux 0xc8a8efa5 blk_revalidate_disk_zones +EXPORT_SYMBOL_GPL vmlinux 0xc8afba6f crypto_register_template +EXPORT_SYMBOL_GPL vmlinux 0xc8b3d642 of_genpd_parse_idle_states +EXPORT_SYMBOL_GPL vmlinux 0xc8b9a988 fat_scan +EXPORT_SYMBOL_GPL vmlinux 0xc8d96228 inet_csk_clone_lock +EXPORT_SYMBOL_GPL vmlinux 0xc8ddd5b5 kstrdup_quotable +EXPORT_SYMBOL_GPL vmlinux 0xc8e39574 sdhci_set_power_noreg +EXPORT_SYMBOL_GPL vmlinux 0xc8ef3bb2 of_thermal_is_trip_valid +EXPORT_SYMBOL_GPL vmlinux 0xc8facfac rio_request_mport_dma +EXPORT_SYMBOL_GPL vmlinux 0xc8fdb2a4 of_alias_get_id +EXPORT_SYMBOL_GPL vmlinux 0xc909214d regulator_get_current_limit_regmap +EXPORT_SYMBOL_GPL vmlinux 0xc9172aff pci_epc_get_next_free_bar +EXPORT_SYMBOL_GPL vmlinux 0xc92148b9 nand_readid_op +EXPORT_SYMBOL_GPL vmlinux 0xc93396a3 skb_zerocopy_headlen +EXPORT_SYMBOL_GPL vmlinux 0xc9346a68 rio_lock_device +EXPORT_SYMBOL_GPL vmlinux 0xc939c305 alloc_page_buffers +EXPORT_SYMBOL_GPL vmlinux 0xc93da8c3 device_remove_file_self +EXPORT_SYMBOL_GPL vmlinux 0xc93ee1e7 usb_phy_roothub_init +EXPORT_SYMBOL_GPL vmlinux 0xc9424d79 __class_create +EXPORT_SYMBOL_GPL vmlinux 0xc945062f devm_nvmem_register +EXPORT_SYMBOL_GPL vmlinux 0xc9561772 fb_destroy_modelist +EXPORT_SYMBOL_GPL vmlinux 0xc95adcaf sdio_readl +EXPORT_SYMBOL_GPL vmlinux 0xc964eee6 extcon_set_property +EXPORT_SYMBOL_GPL vmlinux 0xc96fb674 nvmem_device_read +EXPORT_SYMBOL_GPL vmlinux 0xc9715630 __SCK__tp_func_ata_bmdma_status +EXPORT_SYMBOL_GPL vmlinux 0xc97f227f spi_mem_exec_op +EXPORT_SYMBOL_GPL vmlinux 0xc9825415 percpu_ref_is_zero +EXPORT_SYMBOL_GPL vmlinux 0xc9827693 __bpf_call_base +EXPORT_SYMBOL_GPL vmlinux 0xc9a228ce property_entries_free +EXPORT_SYMBOL_GPL vmlinux 0xc9ab7891 genpd_dev_pm_attach +EXPORT_SYMBOL_GPL vmlinux 0xc9b116a2 pm_generic_freeze_noirq +EXPORT_SYMBOL_GPL vmlinux 0xc9b1fe21 device_pm_wait_for_dev +EXPORT_SYMBOL_GPL vmlinux 0xc9b943fb iommu_domain_free +EXPORT_SYMBOL_GPL vmlinux 0xc9b99d0e pci_epc_remove_epf +EXPORT_SYMBOL_GPL vmlinux 0xc9ceea06 clk_has_parent +EXPORT_SYMBOL_GPL vmlinux 0xc9d874e1 regmap_multi_reg_write +EXPORT_SYMBOL_GPL vmlinux 0xc9db0991 ZSTD_isError +EXPORT_SYMBOL_GPL vmlinux 0xc9eaacc7 securityfs_remove +EXPORT_SYMBOL_GPL vmlinux 0xc9ec4e21 free_percpu +EXPORT_SYMBOL_GPL vmlinux 0xc9f26454 debugfs_create_regset32 +EXPORT_SYMBOL_GPL vmlinux 0xc9fa975f pinctrl_generic_add_group +EXPORT_SYMBOL_GPL vmlinux 0xc9fb00f7 pl320_ipc_transmit +EXPORT_SYMBOL_GPL vmlinux 0xc9fd634a usb_role_switch_put +EXPORT_SYMBOL_GPL vmlinux 0xca05d332 crypto_ahash_final +EXPORT_SYMBOL_GPL vmlinux 0xca1846f5 sm501_unit_power +EXPORT_SYMBOL_GPL vmlinux 0xca2672ce perf_tp_event +EXPORT_SYMBOL_GPL vmlinux 0xca290ed1 dm_post_suspending +EXPORT_SYMBOL_GPL vmlinux 0xca2db36f crypto_enqueue_request +EXPORT_SYMBOL_GPL vmlinux 0xca3d3cc5 xas_split +EXPORT_SYMBOL_GPL vmlinux 0xca40ebc3 xas_clear_mark +EXPORT_SYMBOL_GPL vmlinux 0xca43cc1c fuse_fill_super_common +EXPORT_SYMBOL_GPL vmlinux 0xca454a34 vt_get_leds +EXPORT_SYMBOL_GPL vmlinux 0xca467318 hibernation_set_ops +EXPORT_SYMBOL_GPL vmlinux 0xca47911c pcie_bus_configure_settings +EXPORT_SYMBOL_GPL vmlinux 0xca4fe8a7 eventfd_fget +EXPORT_SYMBOL_GPL vmlinux 0xca774ae6 pm_wakeup_dev_event +EXPORT_SYMBOL_GPL vmlinux 0xca7c59a8 dm_table_device_name +EXPORT_SYMBOL_GPL vmlinux 0xca7d8764 kthread_freezable_should_stop +EXPORT_SYMBOL_GPL vmlinux 0xca8ce3d9 gpiod_set_raw_value +EXPORT_SYMBOL_GPL vmlinux 0xca8f2842 platform_msi_create_irq_domain +EXPORT_SYMBOL_GPL vmlinux 0xca9a1d5e ring_buffer_free +EXPORT_SYMBOL_GPL vmlinux 0xca9c3791 generic_handle_domain_irq +EXPORT_SYMBOL_GPL vmlinux 0xcab0b41b clean_acked_data_enable +EXPORT_SYMBOL_GPL vmlinux 0xcab8e375 ata_bmdma_irq_clear +EXPORT_SYMBOL_GPL vmlinux 0xcabe04de cpuidle_resume_and_unlock +EXPORT_SYMBOL_GPL vmlinux 0xcac73635 lwtunnel_xmit +EXPORT_SYMBOL_GPL vmlinux 0xcaca445f ata_host_alloc_pinfo +EXPORT_SYMBOL_GPL vmlinux 0xcadcfb7c vcap_chain_id_to_lookup +EXPORT_SYMBOL_GPL vmlinux 0xcae2dd54 __traceiter_sched_cpu_capacity_tp +EXPORT_SYMBOL_GPL vmlinux 0xcae5e27e mt_next +EXPORT_SYMBOL_GPL vmlinux 0xcae8ab14 regcache_cache_only +EXPORT_SYMBOL_GPL vmlinux 0xcaeb3a8d cpuidle_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0xcaecc540 kmsg_dump_get_line +EXPORT_SYMBOL_GPL vmlinux 0xcb0697b6 __trace_trigger_soft_disabled +EXPORT_SYMBOL_GPL vmlinux 0xcb0d4cd7 rio_add_device +EXPORT_SYMBOL_GPL vmlinux 0xcb121a7c __platform_driver_probe +EXPORT_SYMBOL_GPL vmlinux 0xcb23742a subsys_virtual_register +EXPORT_SYMBOL_GPL vmlinux 0xcb26047e dev_pm_qos_expose_latency_tolerance +EXPORT_SYMBOL_GPL vmlinux 0xcb2bfe2b nvmem_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0xcb2e3605 balloon_page_list_enqueue +EXPORT_SYMBOL_GPL vmlinux 0xcb2f23d5 md_account_bio +EXPORT_SYMBOL_GPL vmlinux 0xcb349fa4 clk_mux_ops +EXPORT_SYMBOL_GPL vmlinux 0xcb3faf46 serdev_device_open +EXPORT_SYMBOL_GPL vmlinux 0xcb42d738 dma_get_slave_caps +EXPORT_SYMBOL_GPL vmlinux 0xcb4a2fb9 fwnode_handle_put +EXPORT_SYMBOL_GPL vmlinux 0xcb4f39f0 ip6_local_out +EXPORT_SYMBOL_GPL vmlinux 0xcb55f26d devm_request_pci_bus_resources +EXPORT_SYMBOL_GPL vmlinux 0xcb561441 mem_dump_obj +EXPORT_SYMBOL_GPL vmlinux 0xcb57b8d1 transport_add_device +EXPORT_SYMBOL_GPL vmlinux 0xcb59a9f1 wakeup_source_register +EXPORT_SYMBOL_GPL vmlinux 0xcb8a7560 tcp_sendmsg_locked +EXPORT_SYMBOL_GPL vmlinux 0xcb96398d mmput +EXPORT_SYMBOL_GPL vmlinux 0xcbba169e pci_ignore_hotplug +EXPORT_SYMBOL_GPL vmlinux 0xcbcd7653 blk_mq_virtio_map_queues +EXPORT_SYMBOL_GPL vmlinux 0xcbd4a67f devm_reset_controller_register +EXPORT_SYMBOL_GPL vmlinux 0xcbe20178 __traceiter_sched_util_est_cfs_tp +EXPORT_SYMBOL_GPL vmlinux 0xcbe56bc2 zs_get_total_pages +EXPORT_SYMBOL_GPL vmlinux 0xcbf21fb5 pci_iov_get_pf_drvdata +EXPORT_SYMBOL_GPL vmlinux 0xcbf4e2a3 sock_diag_register +EXPORT_SYMBOL_GPL vmlinux 0xcbfe17cb of_console_check +EXPORT_SYMBOL_GPL vmlinux 0xcc0518d1 ip6_sk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0xcc0eaf3e snd_soc_add_component +EXPORT_SYMBOL_GPL vmlinux 0xcc1c99e4 tty_ldisc_ref_wait +EXPORT_SYMBOL_GPL vmlinux 0xcc2dbfd8 irq_domain_check_msi_remap +EXPORT_SYMBOL_GPL vmlinux 0xcc39c03e nvmem_unregister +EXPORT_SYMBOL_GPL vmlinux 0xcc421600 __tracepoint_rpm_suspend +EXPORT_SYMBOL_GPL vmlinux 0xcc433076 pinctrl_pm_select_sleep_state +EXPORT_SYMBOL_GPL vmlinux 0xcc47f632 dev_pm_opp_get_opp_table +EXPORT_SYMBOL_GPL vmlinux 0xcc56519e blkcg_set_fc_appid +EXPORT_SYMBOL_GPL vmlinux 0xcc58ea50 __traceiter_add_device_to_group +EXPORT_SYMBOL_GPL vmlinux 0xcc6e6ea2 usb_check_int_endpoints +EXPORT_SYMBOL_GPL vmlinux 0xcc6fb0cc usb_store_new_id +EXPORT_SYMBOL_GPL vmlinux 0xcc75fb76 mbox_client_txdone +EXPORT_SYMBOL_GPL vmlinux 0xcc795932 devlink_region_snapshot_id_put +EXPORT_SYMBOL_GPL vmlinux 0xcc9058e4 devl_trap_groups_unregister +EXPORT_SYMBOL_GPL vmlinux 0xcc935375 walk_iomem_res_desc +EXPORT_SYMBOL_GPL vmlinux 0xcc95136a dev_pm_qos_remove_request +EXPORT_SYMBOL_GPL vmlinux 0xcc955cec gpiod_direction_output +EXPORT_SYMBOL_GPL vmlinux 0xcc95ef9c misc_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0xcca1a84b evict_inodes +EXPORT_SYMBOL_GPL vmlinux 0xcca52e0a device_link_add +EXPORT_SYMBOL_GPL vmlinux 0xccb6bca9 crypto_stats_aead_encrypt +EXPORT_SYMBOL_GPL vmlinux 0xccbb7349 dax_inode +EXPORT_SYMBOL_GPL vmlinux 0xccc5cd32 pci_epc_multi_mem_init +EXPORT_SYMBOL_GPL vmlinux 0xcccfb2fa sata_deb_timing_hotplug +EXPORT_SYMBOL_GPL vmlinux 0xccd86806 ata_id_string +EXPORT_SYMBOL_GPL vmlinux 0xccd8855d fwnode_graph_get_endpoint_by_id +EXPORT_SYMBOL_GPL vmlinux 0xccdd9ff3 palmas_ext_control_req_config +EXPORT_SYMBOL_GPL vmlinux 0xccf52bc9 sfp_upstream_start +EXPORT_SYMBOL_GPL vmlinux 0xccf69a78 device_get_child_node_count +EXPORT_SYMBOL_GPL vmlinux 0xccfc15c7 __regmap_init_spi +EXPORT_SYMBOL_GPL vmlinux 0xcd0304fe synth_event_add_next_val +EXPORT_SYMBOL_GPL vmlinux 0xcd078bf4 musb_root_disconnect +EXPORT_SYMBOL_GPL vmlinux 0xcd0f8d3b uhci_reset_hc +EXPORT_SYMBOL_GPL vmlinux 0xcd24e146 hash_digest_size +EXPORT_SYMBOL_GPL vmlinux 0xcd2d144d __auxiliary_driver_register +EXPORT_SYMBOL_GPL vmlinux 0xcd2db7b2 device_get_dma_attr +EXPORT_SYMBOL_GPL vmlinux 0xcd31524d vcap_copy_rule +EXPORT_SYMBOL_GPL vmlinux 0xcd33bf4a of_usb_host_tpl_support +EXPORT_SYMBOL_GPL vmlinux 0xcd65a703 kernel_kobj +EXPORT_SYMBOL_GPL vmlinux 0xcd6f2dc9 nf_log_buf_add +EXPORT_SYMBOL_GPL vmlinux 0xcd837f06 __sdhci_read_caps +EXPORT_SYMBOL_GPL vmlinux 0xcd8beef3 ahci_platform_enable_clks +EXPORT_SYMBOL_GPL vmlinux 0xcd8da0d8 device_get_named_child_node +EXPORT_SYMBOL_GPL vmlinux 0xcd8f5d4a strp_init +EXPORT_SYMBOL_GPL vmlinux 0xcd8fd105 nand_ecc_choose_conf +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 0xcdb1fb68 nvdimm_in_overwrite +EXPORT_SYMBOL_GPL vmlinux 0xcdb35481 gpiod_to_irq +EXPORT_SYMBOL_GPL vmlinux 0xcdb3729b dev_pm_domain_detach +EXPORT_SYMBOL_GPL vmlinux 0xcdb6adcc ras_userspace_consumers +EXPORT_SYMBOL_GPL vmlinux 0xcdb7e187 extcon_dev_free +EXPORT_SYMBOL_GPL vmlinux 0xcdbf2d01 netdev_walk_all_lower_dev_rcu +EXPORT_SYMBOL_GPL vmlinux 0xcdc665a4 stmpe_block_read +EXPORT_SYMBOL_GPL vmlinux 0xcdca3691 nr_irqs +EXPORT_SYMBOL_GPL vmlinux 0xcdd131d9 platform_msi_domain_alloc_irqs +EXPORT_SYMBOL_GPL vmlinux 0xcdf18a7e dma_request_chan +EXPORT_SYMBOL_GPL vmlinux 0xce0ab50f snd_soc_dapm_stream_stop +EXPORT_SYMBOL_GPL vmlinux 0xce135f3f __rtnl_link_unregister +EXPORT_SYMBOL_GPL vmlinux 0xce2f56ac xhci_shutdown +EXPORT_SYMBOL_GPL vmlinux 0xce31368c kobject_uevent_env +EXPORT_SYMBOL_GPL vmlinux 0xce3552a1 uart_xchar_out +EXPORT_SYMBOL_GPL vmlinux 0xce3f8dd7 device_create_managed_software_node +EXPORT_SYMBOL_GPL vmlinux 0xce4788bf bpf_trace_run8 +EXPORT_SYMBOL_GPL vmlinux 0xce4b15bf irq_gc_ack_set_bit +EXPORT_SYMBOL_GPL vmlinux 0xce570d83 gpiochip_find +EXPORT_SYMBOL_GPL vmlinux 0xce60cf38 crypto_unregister_skcipher +EXPORT_SYMBOL_GPL vmlinux 0xce615658 sdio_retune_crc_disable +EXPORT_SYMBOL_GPL vmlinux 0xce6db656 rcu_is_watching +EXPORT_SYMBOL_GPL vmlinux 0xce7d47bc meson_pmx_get_func_name +EXPORT_SYMBOL_GPL vmlinux 0xce909ed0 netif_carrier_event +EXPORT_SYMBOL_GPL vmlinux 0xcea17a9d thp_get_unmapped_area +EXPORT_SYMBOL_GPL vmlinux 0xcea71101 mtk_clk_register_factors +EXPORT_SYMBOL_GPL vmlinux 0xcebbd760 snd_soc_dai_link_set_capabilities +EXPORT_SYMBOL_GPL vmlinux 0xceccd43e ext_pi_type3_crc64 +EXPORT_SYMBOL_GPL vmlinux 0xcee1641c kgdb_unregister_nmi_console +EXPORT_SYMBOL_GPL vmlinux 0xcee825b3 xas_init_marks +EXPORT_SYMBOL_GPL vmlinux 0xcee88e7a of_overlay_fdt_apply +EXPORT_SYMBOL_GPL vmlinux 0xceee2ac2 edac_mc_free +EXPORT_SYMBOL_GPL vmlinux 0xcef01864 pktgen_xfrm_outer_mode_output +EXPORT_SYMBOL_GPL vmlinux 0xcef4d5b4 __alloc_percpu_gfp +EXPORT_SYMBOL_GPL vmlinux 0xcf07c836 devm_gpiochip_add_data_with_key +EXPORT_SYMBOL_GPL vmlinux 0xcf170247 pl08x_filter_id +EXPORT_SYMBOL_GPL vmlinux 0xcf18738b gov_attr_set_put +EXPORT_SYMBOL_GPL vmlinux 0xcf1bfe26 tcp_reno_ssthresh +EXPORT_SYMBOL_GPL vmlinux 0xcf28e6db ata_sff_port_ops +EXPORT_SYMBOL_GPL vmlinux 0xcf28f55e trace_clock_global +EXPORT_SYMBOL_GPL vmlinux 0xcf2e5cd0 devm_gpiod_put_array +EXPORT_SYMBOL_GPL vmlinux 0xcf2e7cf8 snd_soc_lookup_component_nolocked +EXPORT_SYMBOL_GPL vmlinux 0xcf2f599f trace_event_raw_init +EXPORT_SYMBOL_GPL vmlinux 0xcf36d6d3 rdev_get_dev +EXPORT_SYMBOL_GPL vmlinux 0xcf544370 crypto_alloc_rng +EXPORT_SYMBOL_GPL vmlinux 0xcf568e55 l3mdev_fib_table_by_index +EXPORT_SYMBOL_GPL vmlinux 0xcf68ab4f snd_soc_runtime_action +EXPORT_SYMBOL_GPL vmlinux 0xcf7d6bec fsverity_file_open +EXPORT_SYMBOL_GPL vmlinux 0xcf934482 sata_scr_valid +EXPORT_SYMBOL_GPL vmlinux 0xcf9d5019 mtd_get_device_size +EXPORT_SYMBOL_GPL vmlinux 0xcfa36ad2 security_file_ioctl +EXPORT_SYMBOL_GPL vmlinux 0xcfab06c9 snd_soc_dapm_kcontrol_dapm +EXPORT_SYMBOL_GPL vmlinux 0xcfb19665 vp_modern_queue_address +EXPORT_SYMBOL_GPL vmlinux 0xcfc5108a devlink_fmsg_u8_pair_put +EXPORT_SYMBOL_GPL vmlinux 0xcfc56898 dev_pm_opp_get_opp_count +EXPORT_SYMBOL_GPL vmlinux 0xcfc7b4e4 rcu_barrier_tasks_trace +EXPORT_SYMBOL_GPL vmlinux 0xcfca9feb mtd_pairing_groups +EXPORT_SYMBOL_GPL vmlinux 0xcff0dde0 blk_mq_complete_request_remote +EXPORT_SYMBOL_GPL vmlinux 0xcff5f6c4 sdhci_calc_clk +EXPORT_SYMBOL_GPL vmlinux 0xd003877f dev_pm_opp_get_of_node +EXPORT_SYMBOL_GPL vmlinux 0xd015f3dc usb_gadget_map_request +EXPORT_SYMBOL_GPL vmlinux 0xd02781f3 power_supply_get_by_name +EXPORT_SYMBOL_GPL vmlinux 0xd028be5e pm_generic_freeze_late +EXPORT_SYMBOL_GPL vmlinux 0xd0347020 __devm_irq_alloc_descs +EXPORT_SYMBOL_GPL vmlinux 0xd037f7a3 of_dma_configure_id +EXPORT_SYMBOL_GPL vmlinux 0xd03eaf4c schedule_hrtimeout_range +EXPORT_SYMBOL_GPL vmlinux 0xd040319c gpiod_get_direction +EXPORT_SYMBOL_GPL vmlinux 0xd04aedfd __SCK__tp_func_arm_event +EXPORT_SYMBOL_GPL vmlinux 0xd05c2bce mas_empty_area +EXPORT_SYMBOL_GPL vmlinux 0xd06524ba raw_notifier_chain_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd067d3c5 system_freezable_power_efficient_wq +EXPORT_SYMBOL_GPL vmlinux 0xd06a1814 mmc_regulator_get_supply +EXPORT_SYMBOL_GPL vmlinux 0xd073f072 musb_interrupt +EXPORT_SYMBOL_GPL vmlinux 0xd086f95a usb_get_hcd +EXPORT_SYMBOL_GPL vmlinux 0xd08a6c2f nfs42_ssc_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd09c17c6 iomap_zero_range +EXPORT_SYMBOL_GPL vmlinux 0xd0a2c530 pci_ecam_map_bus +EXPORT_SYMBOL_GPL vmlinux 0xd0a94dbb percpu_free_rwsem +EXPORT_SYMBOL_GPL vmlinux 0xd0b69dac snd_soc_bytes_put +EXPORT_SYMBOL_GPL vmlinux 0xd0bc059d omap_iommu_domain_activate +EXPORT_SYMBOL_GPL vmlinux 0xd0c05159 emergency_restart +EXPORT_SYMBOL_GPL vmlinux 0xd0c8bd9c nand_erase_op +EXPORT_SYMBOL_GPL vmlinux 0xd0cb6079 crypto_shash_finup +EXPORT_SYMBOL_GPL vmlinux 0xd0d83a9e sbitmap_queue_show +EXPORT_SYMBOL_GPL vmlinux 0xd0db0f12 run_dax +EXPORT_SYMBOL_GPL vmlinux 0xd0ed3f66 ncsi_start_dev +EXPORT_SYMBOL_GPL vmlinux 0xd0f06b2e snd_soc_of_parse_pin_switches +EXPORT_SYMBOL_GPL vmlinux 0xd0f218b7 mtk_clk_gate_ops_setclr +EXPORT_SYMBOL_GPL vmlinux 0xd0fb9c41 smp_call_function_single_async +EXPORT_SYMBOL_GPL vmlinux 0xd11b9652 spi_controller_suspend +EXPORT_SYMBOL_GPL vmlinux 0xd11d8957 ptp_parse_header +EXPORT_SYMBOL_GPL vmlinux 0xd12159a7 stack_trace_snprint +EXPORT_SYMBOL_GPL vmlinux 0xd142c501 mas_prev +EXPORT_SYMBOL_GPL vmlinux 0xd1453bf5 gpiod_get_raw_array_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0xd1481de7 mpi_clear +EXPORT_SYMBOL_GPL vmlinux 0xd1568a41 snd_soc_poweroff +EXPORT_SYMBOL_GPL vmlinux 0xd159285f tty_port_default_client_ops +EXPORT_SYMBOL_GPL vmlinux 0xd1670320 meson_pinctrl_probe +EXPORT_SYMBOL_GPL vmlinux 0xd16f7780 sdhci_cqe_irq +EXPORT_SYMBOL_GPL vmlinux 0xd18c80f1 __mmu_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0xd18fe561 ata_pci_device_do_resume +EXPORT_SYMBOL_GPL vmlinux 0xd191a798 tcp_reno_undo_cwnd +EXPORT_SYMBOL_GPL vmlinux 0xd197adfd meson8_pmx_ops +EXPORT_SYMBOL_GPL vmlinux 0xd19fabf7 usb_del_gadget_udc +EXPORT_SYMBOL_GPL vmlinux 0xd1a9ca15 __SCK__tp_func_neigh_update +EXPORT_SYMBOL_GPL vmlinux 0xd1b87fe2 fwnode_property_read_string_array +EXPORT_SYMBOL_GPL vmlinux 0xd1bccaf2 da903x_update +EXPORT_SYMBOL_GPL vmlinux 0xd1bd9bca vp_legacy_get_queue_enable +EXPORT_SYMBOL_GPL vmlinux 0xd1bfd1cf devm_clk_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0xd1c2e26c __tracepoint_arm_event +EXPORT_SYMBOL_GPL vmlinux 0xd1ca6bc1 iov_iter_get_pages +EXPORT_SYMBOL_GPL vmlinux 0xd1cbc23c add_timer_on +EXPORT_SYMBOL_GPL vmlinux 0xd1f2eee2 nf_logger_find_get +EXPORT_SYMBOL_GPL vmlinux 0xd1f3b903 sysfs_remove_file_from_group +EXPORT_SYMBOL_GPL vmlinux 0xd20ae790 scsi_flush_work +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 0xd2280d80 put_device +EXPORT_SYMBOL_GPL vmlinux 0xd22ee570 devm_kmalloc +EXPORT_SYMBOL_GPL vmlinux 0xd22f88ea sock_map_unhash +EXPORT_SYMBOL_GPL vmlinux 0xd23d0717 spi_slave_abort +EXPORT_SYMBOL_GPL vmlinux 0xd23d397b icc_get +EXPORT_SYMBOL_GPL vmlinux 0xd248a519 rockchip_pmu_block +EXPORT_SYMBOL_GPL vmlinux 0xd256a555 led_set_brightness_nopm +EXPORT_SYMBOL_GPL vmlinux 0xd260af0d ring_buffer_write +EXPORT_SYMBOL_GPL vmlinux 0xd2688ef8 rio_local_get_device_id +EXPORT_SYMBOL_GPL vmlinux 0xd273b1b1 __round_jiffies_up_relative +EXPORT_SYMBOL_GPL vmlinux 0xd2780326 divider_recalc_rate +EXPORT_SYMBOL_GPL vmlinux 0xd289885a raw_seq_stop +EXPORT_SYMBOL_GPL vmlinux 0xd2951cac wm831x_set_bits +EXPORT_SYMBOL_GPL vmlinux 0xd29abfd5 tty_ldisc_flush +EXPORT_SYMBOL_GPL vmlinux 0xd29c1f10 __traceiter_error_report_end +EXPORT_SYMBOL_GPL vmlinux 0xd29f5ca3 netlink_add_tap +EXPORT_SYMBOL_GPL vmlinux 0xd2ad7523 sysfs_notify +EXPORT_SYMBOL_GPL vmlinux 0xd2b10a05 ata_timing_find_mode +EXPORT_SYMBOL_GPL vmlinux 0xd2d0e511 imx_get_clk_hw_by_name +EXPORT_SYMBOL_GPL vmlinux 0xd2d164ae devm_hwrng_register +EXPORT_SYMBOL_GPL vmlinux 0xd2d7e59b unregister_platform_power_off +EXPORT_SYMBOL_GPL vmlinux 0xd2e4919b platform_msi_domain_free_irqs +EXPORT_SYMBOL_GPL vmlinux 0xd2ec29cb ethnl_cable_test_free +EXPORT_SYMBOL_GPL vmlinux 0xd2f53b1f set_secondary_fwnode +EXPORT_SYMBOL_GPL vmlinux 0xd2f6f3c1 sysfs_update_groups +EXPORT_SYMBOL_GPL vmlinux 0xd2fa3690 xhci_add_endpoint +EXPORT_SYMBOL_GPL vmlinux 0xd3004343 __clocksource_register_scale +EXPORT_SYMBOL_GPL vmlinux 0xd302621b divider_determine_rate +EXPORT_SYMBOL_GPL vmlinux 0xd3079fb0 platform_unregister_drivers +EXPORT_SYMBOL_GPL vmlinux 0xd30debdf pci_num_vf +EXPORT_SYMBOL_GPL vmlinux 0xd31a2ac5 ring_buffer_oldest_event_ts +EXPORT_SYMBOL_GPL vmlinux 0xd31f06f9 clk_regmap_gate_ro_ops +EXPORT_SYMBOL_GPL vmlinux 0xd328d4ab pci_epc_add_epf +EXPORT_SYMBOL_GPL vmlinux 0xd32bbda6 devm_regmap_add_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0xd32cfc64 tty_port_register_device_serdev +EXPORT_SYMBOL_GPL vmlinux 0xd333d140 bpf_map_inc_not_zero +EXPORT_SYMBOL_GPL vmlinux 0xd33ada8b cci_probed +EXPORT_SYMBOL_GPL vmlinux 0xd33bc801 gpiochip_get_desc +EXPORT_SYMBOL_GPL vmlinux 0xd346451a dev_pm_qos_remove_notifier +EXPORT_SYMBOL_GPL vmlinux 0xd3470f49 devm_of_icc_get +EXPORT_SYMBOL_GPL vmlinux 0xd3624a26 snd_soc_dai_compr_startup +EXPORT_SYMBOL_GPL vmlinux 0xd3686636 unregister_pernet_device +EXPORT_SYMBOL_GPL vmlinux 0xd3765a27 fwnode_property_read_u64_array +EXPORT_SYMBOL_GPL vmlinux 0xd37b6012 ahci_ops +EXPORT_SYMBOL_GPL vmlinux 0xd37c8976 debounce_time_mt6765 +EXPORT_SYMBOL_GPL vmlinux 0xd37cbd83 nf_queue_entry_get_refs +EXPORT_SYMBOL_GPL vmlinux 0xd382a9f6 __devm_regmap_init_mmio_clk +EXPORT_SYMBOL_GPL vmlinux 0xd38e423a msg_zerocopy_callback +EXPORT_SYMBOL_GPL vmlinux 0xd38eb2f3 kobj_sysfs_ops +EXPORT_SYMBOL_GPL vmlinux 0xd399de7f usb_ifnum_to_if +EXPORT_SYMBOL_GPL vmlinux 0xd39b7125 mmc_send_abort_tuning +EXPORT_SYMBOL_GPL vmlinux 0xd39e3be2 cpufreq_unregister_governor +EXPORT_SYMBOL_GPL vmlinux 0xd39e9848 put_itimerspec64 +EXPORT_SYMBOL_GPL vmlinux 0xd3b8dddf nanddev_ecc_engine_init +EXPORT_SYMBOL_GPL vmlinux 0xd3c672b8 nand_subop_get_data_len +EXPORT_SYMBOL_GPL vmlinux 0xd3dfff42 sdhci_pltfm_clk_get_max_clock +EXPORT_SYMBOL_GPL vmlinux 0xd3e07aad fwnode_graph_get_remote_port +EXPORT_SYMBOL_GPL vmlinux 0xd3e6cf3f sdev_evt_send_simple +EXPORT_SYMBOL_GPL vmlinux 0xd3e97c21 hugetlb_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0xd3eaf1ed devlink_dpipe_entry_clear +EXPORT_SYMBOL_GPL vmlinux 0xd3eedf01 xfrm_output_resume +EXPORT_SYMBOL_GPL vmlinux 0xd3f0cd42 misc_cg_res_total_usage +EXPORT_SYMBOL_GPL vmlinux 0xd4022939 snd_card_rw_proc_new +EXPORT_SYMBOL_GPL vmlinux 0xd4034828 system_freezable_wq +EXPORT_SYMBOL_GPL vmlinux 0xd40ff077 find_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0xd41ff2ac nand_subop_get_data_start_off +EXPORT_SYMBOL_GPL vmlinux 0xd42f1d4e show_rcu_tasks_rude_gp_kthread +EXPORT_SYMBOL_GPL vmlinux 0xd4324619 debugfs_create_file_size +EXPORT_SYMBOL_GPL vmlinux 0xd4407ea9 ahci_platform_enable_regulators +EXPORT_SYMBOL_GPL vmlinux 0xd44a5eac kgdb_register_nmi_console +EXPORT_SYMBOL_GPL vmlinux 0xd45096da mdiobus_modify +EXPORT_SYMBOL_GPL vmlinux 0xd45fb36c dw8250_setup_port +EXPORT_SYMBOL_GPL vmlinux 0xd45fd854 phy_optional_get +EXPORT_SYMBOL_GPL vmlinux 0xd4605a6d __put_mtd_device +EXPORT_SYMBOL_GPL vmlinux 0xd4656891 class_for_each_device +EXPORT_SYMBOL_GPL vmlinux 0xd468a451 rt_mutex_lock +EXPORT_SYMBOL_GPL vmlinux 0xd490c840 devlink_health_reporter_create +EXPORT_SYMBOL_GPL vmlinux 0xd4935851 __SCK__tp_func_suspend_resume +EXPORT_SYMBOL_GPL vmlinux 0xd4975687 pci_check_and_mask_intx +EXPORT_SYMBOL_GPL vmlinux 0xd499c42e percpu_ref_kill_and_confirm +EXPORT_SYMBOL_GPL vmlinux 0xd4aa5a76 pci_msi_mask_irq +EXPORT_SYMBOL_GPL vmlinux 0xd4ac3db3 thermal_zone_device_register +EXPORT_SYMBOL_GPL vmlinux 0xd4b6157e devlink_health_reporter_recovery_done +EXPORT_SYMBOL_GPL vmlinux 0xd4b9a616 reset_control_bulk_put +EXPORT_SYMBOL_GPL vmlinux 0xd4c0bfc4 devm_nvmem_cell_get +EXPORT_SYMBOL_GPL vmlinux 0xd4c14632 system_unbound_wq +EXPORT_SYMBOL_GPL vmlinux 0xd4cbdbe3 __SCK__tp_func_devlink_trap_report +EXPORT_SYMBOL_GPL vmlinux 0xd4cc4e57 mbox_chan_received_data +EXPORT_SYMBOL_GPL vmlinux 0xd4e6d7e0 linear_range_get_value +EXPORT_SYMBOL_GPL vmlinux 0xd4fa7bec pci_ecam_free +EXPORT_SYMBOL_GPL vmlinux 0xd4faa6e4 irq_domain_create_sim +EXPORT_SYMBOL_GPL vmlinux 0xd50c5cc6 pinctrl_get +EXPORT_SYMBOL_GPL vmlinux 0xd50dcd4a __srcu_read_unlock +EXPORT_SYMBOL_GPL vmlinux 0xd50fb73f ipv4_sk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0xd51993da devm_krealloc +EXPORT_SYMBOL_GPL vmlinux 0xd51d83f0 __tracepoint_remove_device_from_group +EXPORT_SYMBOL_GPL vmlinux 0xd5233faf regmap_update_bits_base +EXPORT_SYMBOL_GPL vmlinux 0xd525e20b fat_remove_entries +EXPORT_SYMBOL_GPL vmlinux 0xd5301b2c linear_range_get_max_value +EXPORT_SYMBOL_GPL vmlinux 0xd5474690 usb_role_switch_set_role +EXPORT_SYMBOL_GPL vmlinux 0xd556e0b1 devlink_port_type_eth_set +EXPORT_SYMBOL_GPL vmlinux 0xd5579af9 serdev_controller_alloc +EXPORT_SYMBOL_GPL vmlinux 0xd55892c1 pci_epc_mem_free_addr +EXPORT_SYMBOL_GPL vmlinux 0xd55ad93b iommu_group_get_iommudata +EXPORT_SYMBOL_GPL vmlinux 0xd5632b77 mtd_panic_write +EXPORT_SYMBOL_GPL vmlinux 0xd5694f64 nvmem_cell_read_u32 +EXPORT_SYMBOL_GPL vmlinux 0xd58799e6 dmaengine_desc_attach_metadata +EXPORT_SYMBOL_GPL vmlinux 0xd59a1587 linkmode_resolve_pause +EXPORT_SYMBOL_GPL vmlinux 0xd59b9799 power_supply_external_power_changed +EXPORT_SYMBOL_GPL vmlinux 0xd59bea5f crypto_unregister_aead +EXPORT_SYMBOL_GPL vmlinux 0xd5a2a466 nand_prog_page_op +EXPORT_SYMBOL_GPL vmlinux 0xd5aad8ac snd_soc_put_volsw_range +EXPORT_SYMBOL_GPL vmlinux 0xd5ac24e5 blocking_notifier_chain_register +EXPORT_SYMBOL_GPL vmlinux 0xd5be5d5e devm_of_clk_add_hw_provider +EXPORT_SYMBOL_GPL vmlinux 0xd5c0d0ca gpiochip_disable_irq +EXPORT_SYMBOL_GPL vmlinux 0xd5c1b65e ata_scsi_ioctl +EXPORT_SYMBOL_GPL vmlinux 0xd5c1be60 snd_soc_free_ac97_component +EXPORT_SYMBOL_GPL vmlinux 0xd5dd942d rhashtable_walk_exit +EXPORT_SYMBOL_GPL vmlinux 0xd5ed8043 mtd_read +EXPORT_SYMBOL_GPL vmlinux 0xd5fdb880 ata_port_freeze +EXPORT_SYMBOL_GPL vmlinux 0xd6068065 tcp_sendpage_locked +EXPORT_SYMBOL_GPL vmlinux 0xd6164816 blkg_rwstat_exit +EXPORT_SYMBOL_GPL vmlinux 0xd61d23e9 sdhci_cleanup_host +EXPORT_SYMBOL_GPL vmlinux 0xd61de852 cgroup_get_e_css +EXPORT_SYMBOL_GPL vmlinux 0xd61f3151 regmap_fields_update_bits_base +EXPORT_SYMBOL_GPL vmlinux 0xd630146e snd_soc_link_compr_startup +EXPORT_SYMBOL_GPL vmlinux 0xd63cfeb0 devm_spi_mem_dirmap_destroy +EXPORT_SYMBOL_GPL vmlinux 0xd64333e1 nand_prog_page_begin_op +EXPORT_SYMBOL_GPL vmlinux 0xd647a41a component_compare_dev_name +EXPORT_SYMBOL_GPL vmlinux 0xd64b1fe3 ftrace_set_notrace +EXPORT_SYMBOL_GPL vmlinux 0xd64baa65 phy_pm_runtime_put +EXPORT_SYMBOL_GPL vmlinux 0xd64ed259 __memcat_p +EXPORT_SYMBOL_GPL vmlinux 0xd653b126 sched_clock +EXPORT_SYMBOL_GPL vmlinux 0xd6629922 dmaengine_unmap_put +EXPORT_SYMBOL_GPL vmlinux 0xd66c8fd8 init_dummy_netdev +EXPORT_SYMBOL_GPL vmlinux 0xd67364f7 eventfd_ctx_fdget +EXPORT_SYMBOL_GPL vmlinux 0xd686d5e9 mtk_clk_unregister_muxes +EXPORT_SYMBOL_GPL vmlinux 0xd686ffb3 __devm_regmap_init +EXPORT_SYMBOL_GPL vmlinux 0xd68ac438 ip6_datagram_send_ctl +EXPORT_SYMBOL_GPL vmlinux 0xd696b60d devm_platform_ioremap_resource +EXPORT_SYMBOL_GPL vmlinux 0xd697c2a0 edac_pci_free_ctl_info +EXPORT_SYMBOL_GPL vmlinux 0xd6a3d823 class_compat_remove_link +EXPORT_SYMBOL_GPL vmlinux 0xd6b5420f icc_provider_register +EXPORT_SYMBOL_GPL vmlinux 0xd6c55c8f dev_fetch_sw_netstats +EXPORT_SYMBOL_GPL vmlinux 0xd6f9e588 cpufreq_register_governor +EXPORT_SYMBOL_GPL vmlinux 0xd719dd68 blk_mq_sched_mark_restart_hctx +EXPORT_SYMBOL_GPL vmlinux 0xd71a1fc4 meson8_aobus_parse_dt_extra +EXPORT_SYMBOL_GPL vmlinux 0xd72d607e clk_bulk_get_optional +EXPORT_SYMBOL_GPL vmlinux 0xd749c80f dpm_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0xd750d13f ksm_madvise +EXPORT_SYMBOL_GPL vmlinux 0xd7596c8d nf_queue_entry_free +EXPORT_SYMBOL_GPL vmlinux 0xd760e230 dev_pm_opp_get_max_clock_latency +EXPORT_SYMBOL_GPL vmlinux 0xd766e8f2 btree_init_mempool +EXPORT_SYMBOL_GPL vmlinux 0xd7674dad edac_pci_alloc_ctl_info +EXPORT_SYMBOL_GPL vmlinux 0xd768e985 regulator_has_full_constraints +EXPORT_SYMBOL_GPL vmlinux 0xd774957d mpi_write_to_sgl +EXPORT_SYMBOL_GPL vmlinux 0xd7754064 unregister_kretprobes +EXPORT_SYMBOL_GPL vmlinux 0xd7774943 usb_ep0_reinit +EXPORT_SYMBOL_GPL vmlinux 0xd785d081 stmpe_set_altfunc +EXPORT_SYMBOL_GPL vmlinux 0xd7a36e25 __xas_prev +EXPORT_SYMBOL_GPL vmlinux 0xd7a457a9 snd_soc_dai_set_tdm_slot +EXPORT_SYMBOL_GPL vmlinux 0xd7a86ea4 tcp_twsk_purge +EXPORT_SYMBOL_GPL vmlinux 0xd7bdd98f tps65217_set_bits +EXPORT_SYMBOL_GPL vmlinux 0xd7c168c5 cgroup_get_from_path +EXPORT_SYMBOL_GPL vmlinux 0xd7c8724f ip6_datagram_release_cb +EXPORT_SYMBOL_GPL vmlinux 0xd7d750ea dev_pm_qos_hide_latency_tolerance +EXPORT_SYMBOL_GPL vmlinux 0xd7d7d4f2 pci_disable_sriov +EXPORT_SYMBOL_GPL vmlinux 0xd7d7f2a7 devlink_port_health_reporter_destroy +EXPORT_SYMBOL_GPL vmlinux 0xd7d9fa8e device_property_match_string +EXPORT_SYMBOL_GPL vmlinux 0xd7dccd23 __SCK__tp_func_xhci_dbg_quirks +EXPORT_SYMBOL_GPL vmlinux 0xd7eaa04f ahci_qc_issue +EXPORT_SYMBOL_GPL vmlinux 0xd7ee6f20 debugfs_create_u8 +EXPORT_SYMBOL_GPL vmlinux 0xd7fb0726 __tracepoint_xdp_bulk_tx +EXPORT_SYMBOL_GPL vmlinux 0xd7ff1c4f max8997_read_reg +EXPORT_SYMBOL_GPL vmlinux 0xd817d9b6 msi_domain_first_desc +EXPORT_SYMBOL_GPL vmlinux 0xd823998a devl_traps_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd827d0e4 of_get_fb_videomode +EXPORT_SYMBOL_GPL vmlinux 0xd829686f irq_chip_ack_parent +EXPORT_SYMBOL_GPL vmlinux 0xd82d200f mas_store_gfp +EXPORT_SYMBOL_GPL vmlinux 0xd82de291 watchdog_init_timeout +EXPORT_SYMBOL_GPL vmlinux 0xd838cd0c fwnode_get_phy_mode +EXPORT_SYMBOL_GPL vmlinux 0xd8419a07 mptcp_pm_get_add_addr_accept_max +EXPORT_SYMBOL_GPL vmlinux 0xd84d35bd dax_read_lock +EXPORT_SYMBOL_GPL vmlinux 0xd84ece5f dev_pm_domain_attach_by_name +EXPORT_SYMBOL_GPL vmlinux 0xd85ac3ca debugfs_create_x32 +EXPORT_SYMBOL_GPL vmlinux 0xd861d6ad dapm_kcontrol_get_value +EXPORT_SYMBOL_GPL vmlinux 0xd879f405 syscon_node_to_regmap +EXPORT_SYMBOL_GPL vmlinux 0xd87fc0a0 usb_amd_prefetch_quirk +EXPORT_SYMBOL_GPL vmlinux 0xd883ce04 to_nd_region +EXPORT_SYMBOL_GPL vmlinux 0xd88840b7 nand_change_write_column_op +EXPORT_SYMBOL_GPL vmlinux 0xd89fa6ba ata_dev_disable +EXPORT_SYMBOL_GPL vmlinux 0xd8c89cd7 ahci_platform_suspend +EXPORT_SYMBOL_GPL vmlinux 0xd8cc7505 of_dma_controller_register +EXPORT_SYMBOL_GPL vmlinux 0xd8d0ab21 pci_get_dsn +EXPORT_SYMBOL_GPL vmlinux 0xd8d68ab1 dmi_memdev_type +EXPORT_SYMBOL_GPL vmlinux 0xd8dafb8f mtk_pinconf_drive_set_rev1 +EXPORT_SYMBOL_GPL vmlinux 0xd8dfb8c3 dev_attr_unload_heads +EXPORT_SYMBOL_GPL vmlinux 0xd8e76375 phy_select_page +EXPORT_SYMBOL_GPL vmlinux 0xd8e82737 rcu_trc_cmpxchg_need_qs +EXPORT_SYMBOL_GPL vmlinux 0xd8ee66f2 crypto_find_alg +EXPORT_SYMBOL_GPL vmlinux 0xd8f24629 do_tcp_sendpages +EXPORT_SYMBOL_GPL vmlinux 0xd9072afc serdev_device_write_room +EXPORT_SYMBOL_GPL vmlinux 0xd9178aef dm_table_set_type +EXPORT_SYMBOL_GPL vmlinux 0xd91dbd1f xdp_alloc_skb_bulk +EXPORT_SYMBOL_GPL vmlinux 0xd9252844 sync_blockdev_nowait +EXPORT_SYMBOL_GPL vmlinux 0xd92b3be5 dev_pm_opp_free_cpufreq_table +EXPORT_SYMBOL_GPL vmlinux 0xd92cc353 fuse_conn_get +EXPORT_SYMBOL_GPL vmlinux 0xd92ef192 security_kernel_post_load_data +EXPORT_SYMBOL_GPL vmlinux 0xd93274cf meson_pmx_get_groups +EXPORT_SYMBOL_GPL vmlinux 0xd9397e82 dev_pm_qos_flags +EXPORT_SYMBOL_GPL vmlinux 0xd9534f51 phy_speed_up +EXPORT_SYMBOL_GPL vmlinux 0xd958e4dd extcon_get_extcon_dev +EXPORT_SYMBOL_GPL vmlinux 0xd960d226 nand_get_large_page_ooblayout +EXPORT_SYMBOL_GPL vmlinux 0xd968560a inet_twsk_purge +EXPORT_SYMBOL_GPL vmlinux 0xd96babb4 interval_tree_iter_next +EXPORT_SYMBOL_GPL vmlinux 0xd96bbfc8 rio_request_inb_pwrite +EXPORT_SYMBOL_GPL vmlinux 0xd96d466e pci_user_write_config_byte +EXPORT_SYMBOL_GPL vmlinux 0xd973109f tcf_frag_xmit_count +EXPORT_SYMBOL_GPL vmlinux 0xd97cc3c8 skb_tstamp_tx +EXPORT_SYMBOL_GPL vmlinux 0xd98ad5b9 __class_register +EXPORT_SYMBOL_GPL vmlinux 0xd99d82d4 bio_clone_blkg_association +EXPORT_SYMBOL_GPL vmlinux 0xd99efb71 genphy_c45_pma_baset1_setup_master_slave +EXPORT_SYMBOL_GPL vmlinux 0xd99f606c of_dma_router_register +EXPORT_SYMBOL_GPL vmlinux 0xd99fcd1c rt_mutex_lock_killable +EXPORT_SYMBOL_GPL vmlinux 0xd9ac614e dev_coredumpm +EXPORT_SYMBOL_GPL vmlinux 0xd9b61455 snd_dmaengine_pcm_register +EXPORT_SYMBOL_GPL vmlinux 0xd9b92d1a mtk_pinconf_drive_get_raw +EXPORT_SYMBOL_GPL vmlinux 0xd9bcefa2 usb_get_role_switch_default_mode +EXPORT_SYMBOL_GPL vmlinux 0xd9be96e5 serial8250_do_shutdown +EXPORT_SYMBOL_GPL vmlinux 0xd9bf1af8 __fscrypt_prepare_link +EXPORT_SYMBOL_GPL vmlinux 0xd9c578de device_property_read_string +EXPORT_SYMBOL_GPL vmlinux 0xd9c6eaf8 to_nvdimm +EXPORT_SYMBOL_GPL vmlinux 0xd9ca2983 __spi_alloc_controller +EXPORT_SYMBOL_GPL vmlinux 0xd9d0a2af devlink_flash_update_timeout_notify +EXPORT_SYMBOL_GPL vmlinux 0xd9ddd713 regmap_async_complete_cb +EXPORT_SYMBOL_GPL vmlinux 0xd9e24457 ring_buffer_peek +EXPORT_SYMBOL_GPL vmlinux 0xd9f59173 l3mdev_link_scope_lookup +EXPORT_SYMBOL_GPL vmlinux 0xd9ff2172 ezx_pcap_write +EXPORT_SYMBOL_GPL vmlinux 0xda0947de kmsg_dump_unregister +EXPORT_SYMBOL_GPL vmlinux 0xda0bf29c irq_chip_set_vcpu_affinity_parent +EXPORT_SYMBOL_GPL vmlinux 0xda0d1713 vcap_rule_get_counter +EXPORT_SYMBOL_GPL vmlinux 0xda1798f2 fscrypt_d_revalidate +EXPORT_SYMBOL_GPL vmlinux 0xda17fdcf iommu_device_sysfs_remove +EXPORT_SYMBOL_GPL vmlinux 0xda2b449c device_find_child +EXPORT_SYMBOL_GPL vmlinux 0xda320d31 sfp_module_start +EXPORT_SYMBOL_GPL vmlinux 0xda66108c sdio_f0_writeb +EXPORT_SYMBOL_GPL vmlinux 0xda674a7b inet6_csk_xmit +EXPORT_SYMBOL_GPL vmlinux 0xda6f487f extcon_find_edev_by_node +EXPORT_SYMBOL_GPL vmlinux 0xda7745c5 dev_pm_genpd_set_next_wakeup +EXPORT_SYMBOL_GPL vmlinux 0xda79044a tracepoint_probe_unregister +EXPORT_SYMBOL_GPL vmlinux 0xda804327 ata_dummy_port_info +EXPORT_SYMBOL_GPL vmlinux 0xda912d0b ata_link_online +EXPORT_SYMBOL_GPL vmlinux 0xda9e032a iommu_register_device_fault_handler +EXPORT_SYMBOL_GPL vmlinux 0xdaa700a2 regulator_bulk_register_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0xdab247a4 vp_modern_set_queue_reset +EXPORT_SYMBOL_GPL vmlinux 0xdab5a1eb interval_tree_insert +EXPORT_SYMBOL_GPL vmlinux 0xdab6b2f4 mpc8xxx_spi_tx_buf_u8 +EXPORT_SYMBOL_GPL vmlinux 0xdabb920f genphy_c45_an_config_aneg +EXPORT_SYMBOL_GPL vmlinux 0xdac03589 cpts_register +EXPORT_SYMBOL_GPL vmlinux 0xdad9f32d skb_consume_udp +EXPORT_SYMBOL_GPL vmlinux 0xdadc14d2 iov_iter_get_pages_alloc +EXPORT_SYMBOL_GPL vmlinux 0xdaf17d01 scsi_dh_attached_handler_name +EXPORT_SYMBOL_GPL vmlinux 0xdaf4dfb3 fb_mode_option +EXPORT_SYMBOL_GPL vmlinux 0xdb03fee2 snd_soc_dpcm_can_be_free_stop +EXPORT_SYMBOL_GPL vmlinux 0xdb04a9d6 nvdimm_security_setup_events +EXPORT_SYMBOL_GPL vmlinux 0xdb0c95be rtc_read_time +EXPORT_SYMBOL_GPL vmlinux 0xdb0ecdc3 devl_resource_occ_get_register +EXPORT_SYMBOL_GPL vmlinux 0xdb2526b0 meson_clk_mpll_ops +EXPORT_SYMBOL_GPL vmlinux 0xdb398948 crypto_unregister_shash +EXPORT_SYMBOL_GPL vmlinux 0xdb434533 devm_platform_ioremap_resource_byname +EXPORT_SYMBOL_GPL vmlinux 0xdb43cd05 rio_dev_put +EXPORT_SYMBOL_GPL vmlinux 0xdb59a37d find_mci_by_dev +EXPORT_SYMBOL_GPL vmlinux 0xdb727637 vcap_set_rule_set_keyset +EXPORT_SYMBOL_GPL vmlinux 0xdb750d35 snd_soc_unregister_component +EXPORT_SYMBOL_GPL vmlinux 0xdb8324ca balance_dirty_pages_ratelimited_flags +EXPORT_SYMBOL_GPL vmlinux 0xdb8360df devm_usb_get_phy_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0xdb8a1b3f usermodehelper_read_trylock +EXPORT_SYMBOL_GPL vmlinux 0xdba22696 software_node_register +EXPORT_SYMBOL_GPL vmlinux 0xdbc607a9 device_property_read_u16_array +EXPORT_SYMBOL_GPL vmlinux 0xdbdae583 devm_rtc_allocate_device +EXPORT_SYMBOL_GPL vmlinux 0xdbdb0e8b request_any_context_irq +EXPORT_SYMBOL_GPL vmlinux 0xdbddbe2d balloon_page_enqueue +EXPORT_SYMBOL_GPL vmlinux 0xdbe52115 power_supply_put_battery_info +EXPORT_SYMBOL_GPL vmlinux 0xdbe8d8a0 __SCK__tp_func_cpu_frequency +EXPORT_SYMBOL_GPL vmlinux 0xdbf7cb70 mpi_get_nbits +EXPORT_SYMBOL_GPL vmlinux 0xdbfa2500 devl_trylock +EXPORT_SYMBOL_GPL vmlinux 0xdc00d98f dev_pm_opp_find_bw_floor +EXPORT_SYMBOL_GPL vmlinux 0xdc02eb39 dmi_available +EXPORT_SYMBOL_GPL vmlinux 0xdc0dbee7 ata_do_dev_read_id +EXPORT_SYMBOL_GPL vmlinux 0xdc10d961 kthread_cancel_delayed_work_sync +EXPORT_SYMBOL_GPL vmlinux 0xdc11acf2 dev_pm_domain_attach_by_id +EXPORT_SYMBOL_GPL vmlinux 0xdc1aefa0 mptcp_diag_fill_info +EXPORT_SYMBOL_GPL vmlinux 0xdc31f7d9 devm_extcon_dev_unregister +EXPORT_SYMBOL_GPL vmlinux 0xdc43bdc6 pci_vpd_find_ro_info_keyword +EXPORT_SYMBOL_GPL vmlinux 0xdc4b9293 cpts_misc_interrupt +EXPORT_SYMBOL_GPL vmlinux 0xdc4d28ea lwtunnel_encap_add_ops +EXPORT_SYMBOL_GPL vmlinux 0xdc50d7a0 ping_close +EXPORT_SYMBOL_GPL vmlinux 0xdc601493 genphy_c45_check_and_restart_aneg +EXPORT_SYMBOL_GPL vmlinux 0xdc616d31 tegra_bpmp_free_mrq +EXPORT_SYMBOL_GPL vmlinux 0xdc6596fa irq_set_parent +EXPORT_SYMBOL_GPL vmlinux 0xdc69f3b4 invalidate_inode_pages2_range +EXPORT_SYMBOL_GPL vmlinux 0xdc6e0326 gpiochip_line_is_open_drain +EXPORT_SYMBOL_GPL vmlinux 0xdc7ce353 mv_mbus_dram_info_nooverlap +EXPORT_SYMBOL_GPL vmlinux 0xdc825d6c usb_amd_quirk_pll_disable +EXPORT_SYMBOL_GPL vmlinux 0xdc8d0ff2 pci_slots_kset +EXPORT_SYMBOL_GPL vmlinux 0xdc94d6ce pci_d3cold_enable +EXPORT_SYMBOL_GPL vmlinux 0xdc97af2e syscore_suspend +EXPORT_SYMBOL_GPL vmlinux 0xdc980115 skb_to_sgvec +EXPORT_SYMBOL_GPL vmlinux 0xdc9a5a8a ohci_suspend +EXPORT_SYMBOL_GPL vmlinux 0xdc9fa232 raw_notifier_chain_register +EXPORT_SYMBOL_GPL vmlinux 0xdca3ec5a int_active_memcg +EXPORT_SYMBOL_GPL vmlinux 0xdca9bacb query_asymmetric_key +EXPORT_SYMBOL_GPL vmlinux 0xdca9d640 blk_execute_rq_nowait +EXPORT_SYMBOL_GPL vmlinux 0xdcc2c837 blkcg_activate_policy +EXPORT_SYMBOL_GPL vmlinux 0xdceb5362 efi_status_to_err +EXPORT_SYMBOL_GPL vmlinux 0xdcf6a99b thermal_zone_get_temp +EXPORT_SYMBOL_GPL vmlinux 0xdd0762df set_worker_desc +EXPORT_SYMBOL_GPL vmlinux 0xdd0ea5db regmap_field_bulk_free +EXPORT_SYMBOL_GPL vmlinux 0xdd1b4ca9 folio_wait_writeback_killable +EXPORT_SYMBOL_GPL vmlinux 0xdd450ef1 x509_free_certificate +EXPORT_SYMBOL_GPL vmlinux 0xdd52c8f9 snd_pcm_stream_unlock_irq +EXPORT_SYMBOL_GPL vmlinux 0xdd54e7be hisi_clk_alloc +EXPORT_SYMBOL_GPL vmlinux 0xdd5b2dbe irq_create_of_mapping +EXPORT_SYMBOL_GPL vmlinux 0xdd626ee3 fuse_len_args +EXPORT_SYMBOL_GPL vmlinux 0xdd66db67 nf_hooks_lwtunnel_sysctl_handler +EXPORT_SYMBOL_GPL vmlinux 0xdd77eb9d snd_soc_dapm_free +EXPORT_SYMBOL_GPL vmlinux 0xdd81d8f6 __SCK__tp_func_block_bio_complete +EXPORT_SYMBOL_GPL vmlinux 0xdd83c55b sched_setattr_nocheck +EXPORT_SYMBOL_GPL vmlinux 0xdd85063c lpddr2_jedec_min_tck +EXPORT_SYMBOL_GPL vmlinux 0xdd92755a tcp_reno_cong_avoid +EXPORT_SYMBOL_GPL vmlinux 0xdd936d60 ZSTD_getErrorCode +EXPORT_SYMBOL_GPL vmlinux 0xdd9aee9a auxiliary_driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0xdda80e17 snd_soc_card_add_dai_link +EXPORT_SYMBOL_GPL vmlinux 0xddaca749 tcp_register_congestion_control +EXPORT_SYMBOL_GPL vmlinux 0xddade827 mtk_mux_clr_set_upd_ops +EXPORT_SYMBOL_GPL vmlinux 0xddae77ed ethnl_cable_test_step +EXPORT_SYMBOL_GPL vmlinux 0xddba1c7a devm_init_badblocks +EXPORT_SYMBOL_GPL vmlinux 0xddbeeecc pci_lock_rescan_remove +EXPORT_SYMBOL_GPL vmlinux 0xddbf71d8 scmi_protocol_unregister +EXPORT_SYMBOL_GPL vmlinux 0xddc6182c switchdev_handle_port_obj_del +EXPORT_SYMBOL_GPL vmlinux 0xddc866dd sysfs_update_group +EXPORT_SYMBOL_GPL vmlinux 0xddd559d9 pinctrl_select_state +EXPORT_SYMBOL_GPL vmlinux 0xddd6a7be devices_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0xddd70648 alloc_dax_region +EXPORT_SYMBOL_GPL vmlinux 0xdddb9d57 percpu_ref_resurrect +EXPORT_SYMBOL_GPL vmlinux 0xdde69d58 usb_gadget_activate +EXPORT_SYMBOL_GPL vmlinux 0xddee7259 pskb_put +EXPORT_SYMBOL_GPL vmlinux 0xddfd814b rtc_update_irq +EXPORT_SYMBOL_GPL vmlinux 0xde089f29 sysfs_unbreak_active_protection +EXPORT_SYMBOL_GPL vmlinux 0xde0ad5f7 snd_soc_dai_get_channel_map +EXPORT_SYMBOL_GPL vmlinux 0xde0af24f udp_memory_per_cpu_fw_alloc +EXPORT_SYMBOL_GPL vmlinux 0xde152092 ehci_handshake +EXPORT_SYMBOL_GPL vmlinux 0xde1aec1c regulator_get_current_limit +EXPORT_SYMBOL_GPL vmlinux 0xde274fa0 vp_modern_config_vector +EXPORT_SYMBOL_GPL vmlinux 0xde27ab75 irq_chip_set_type_parent +EXPORT_SYMBOL_GPL vmlinux 0xde2ccb38 usb_autopm_put_interface +EXPORT_SYMBOL_GPL vmlinux 0xde31bf7e unregister_sys_off_handler +EXPORT_SYMBOL_GPL vmlinux 0xde34596c skb_segment_list +EXPORT_SYMBOL_GPL vmlinux 0xde39c6b8 clk_hw_unregister_mux +EXPORT_SYMBOL_GPL vmlinux 0xde43b3f7 ping_bind +EXPORT_SYMBOL_GPL vmlinux 0xde476953 relay_reset +EXPORT_SYMBOL_GPL vmlinux 0xde4b87ea of_platform_device_destroy +EXPORT_SYMBOL_GPL vmlinux 0xde52b185 rio_unregister_scan +EXPORT_SYMBOL_GPL vmlinux 0xde6f1851 TSS_checkhmac1 +EXPORT_SYMBOL_GPL vmlinux 0xde725228 of_clk_get_parent_count +EXPORT_SYMBOL_GPL vmlinux 0xde727801 security_kernel_post_read_file +EXPORT_SYMBOL_GPL vmlinux 0xde7aaccf __spi_register_driver +EXPORT_SYMBOL_GPL vmlinux 0xde9468ab vp_legacy_set_status +EXPORT_SYMBOL_GPL vmlinux 0xde953ecb bsg_job_done +EXPORT_SYMBOL_GPL vmlinux 0xde97d2fd sdhci_dumpregs +EXPORT_SYMBOL_GPL vmlinux 0xde9c5dde vring_transport_features +EXPORT_SYMBOL_GPL vmlinux 0xde9e0fea devm_pinctrl_register_and_init +EXPORT_SYMBOL_GPL vmlinux 0xdeac3193 snd_soc_component_compr_set_metadata +EXPORT_SYMBOL_GPL vmlinux 0xdeb1e05d pm_generic_poweroff +EXPORT_SYMBOL_GPL vmlinux 0xded2bf91 spi_mem_driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0xded55275 of_reserved_mem_device_release +EXPORT_SYMBOL_GPL vmlinux 0xdede9d78 serial8250_em485_destroy +EXPORT_SYMBOL_GPL vmlinux 0xdee23c6d thermal_zone_device_disable +EXPORT_SYMBOL_GPL vmlinux 0xdee44835 sk_attach_filter +EXPORT_SYMBOL_GPL vmlinux 0xdee91d7a dtpm_destroy_hierarchy +EXPORT_SYMBOL_GPL vmlinux 0xdef224e0 clk_hw_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0xdeffa0a7 edac_raw_mc_handle_error +EXPORT_SYMBOL_GPL vmlinux 0xdf0476f3 __tracepoint_unmap +EXPORT_SYMBOL_GPL vmlinux 0xdf0c757f ata_tf_to_fis +EXPORT_SYMBOL_GPL vmlinux 0xdf0d9a0f __bio_release_pages +EXPORT_SYMBOL_GPL vmlinux 0xdf0f75c6 eventfd_signal +EXPORT_SYMBOL_GPL vmlinux 0xdf0fdd95 hvc_remove +EXPORT_SYMBOL_GPL vmlinux 0xdf1d5837 regulator_get_bypass_regmap +EXPORT_SYMBOL_GPL vmlinux 0xdf223a70 arm_iommu_release_mapping +EXPORT_SYMBOL_GPL vmlinux 0xdf237453 timer_shutdown_sync +EXPORT_SYMBOL_GPL vmlinux 0xdf255dcf memory_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0xdf581536 thermal_zone_get_offset +EXPORT_SYMBOL_GPL vmlinux 0xdf5cbed2 devm_regulator_put +EXPORT_SYMBOL_GPL vmlinux 0xdf72e81f badblocks_show +EXPORT_SYMBOL_GPL vmlinux 0xdf758672 PageHuge +EXPORT_SYMBOL_GPL vmlinux 0xdf77e091 sched_set_fifo_low +EXPORT_SYMBOL_GPL vmlinux 0xdf80d9cf usb_alloc_coherent +EXPORT_SYMBOL_GPL vmlinux 0xdf8db2b1 da9052_enable_irq +EXPORT_SYMBOL_GPL vmlinux 0xdf9336be nvdimm_name +EXPORT_SYMBOL_GPL vmlinux 0xdf967db9 device_unregister +EXPORT_SYMBOL_GPL vmlinux 0xdfa67b4a usb_gadget_disconnect +EXPORT_SYMBOL_GPL vmlinux 0xdfaa57dd led_classdev_register_ext +EXPORT_SYMBOL_GPL vmlinux 0xdfc03cd7 __wake_up_sync +EXPORT_SYMBOL_GPL vmlinux 0xdfcaeae6 gpiochip_irqchip_irq_valid +EXPORT_SYMBOL_GPL vmlinux 0xdfcb6c90 mctrl_gpio_set +EXPORT_SYMBOL_GPL vmlinux 0xdfdacb23 crypto_alloc_aead +EXPORT_SYMBOL_GPL vmlinux 0xdff8f14a tcp_rate_check_app_limited +EXPORT_SYMBOL_GPL vmlinux 0xe0166482 virtio_device_restore +EXPORT_SYMBOL_GPL vmlinux 0xe01a9c05 fsverity_ioctl_enable +EXPORT_SYMBOL_GPL vmlinux 0xe0254064 ip6_dst_lookup_flow +EXPORT_SYMBOL_GPL vmlinux 0xe03b88ec crc64_rocksoft_update +EXPORT_SYMBOL_GPL vmlinux 0xe0405f4a da903x_clr_bits +EXPORT_SYMBOL_GPL vmlinux 0xe043db10 mtk_pinconf_bias_disable_set_rev1 +EXPORT_SYMBOL_GPL vmlinux 0xe04e99d7 btree_merge +EXPORT_SYMBOL_GPL vmlinux 0xe05e2f85 nexthop_free_rcu +EXPORT_SYMBOL_GPL vmlinux 0xe0747b3a blkcg_root_css +EXPORT_SYMBOL_GPL vmlinux 0xe08c8855 tpm_chip_alloc +EXPORT_SYMBOL_GPL vmlinux 0xe0a6b18c usb_autopm_get_interface_async +EXPORT_SYMBOL_GPL vmlinux 0xe0abd07e dw_pcie_read_dbi +EXPORT_SYMBOL_GPL vmlinux 0xe0ad2d1c __tracepoint_ata_bmdma_start +EXPORT_SYMBOL_GPL vmlinux 0xe0b1c103 clk_set_max_rate +EXPORT_SYMBOL_GPL vmlinux 0xe0b303fa clk_hw_get_parent +EXPORT_SYMBOL_GPL vmlinux 0xe0cd479c __hwspin_unlock +EXPORT_SYMBOL_GPL vmlinux 0xe0dbe907 scsi_ioctl_block_when_processing_errors +EXPORT_SYMBOL_GPL vmlinux 0xe0e886da fwnode_usb_role_switch_get +EXPORT_SYMBOL_GPL vmlinux 0xe0ee1a4e cpufreq_dbs_governor_init +EXPORT_SYMBOL_GPL vmlinux 0xe0f8787e _snd_pcm_stream_lock_irqsave_nested +EXPORT_SYMBOL_GPL vmlinux 0xe0fc7e4c dm_internal_suspend_fast +EXPORT_SYMBOL_GPL vmlinux 0xe1013bc2 debugfs_lookup_and_remove +EXPORT_SYMBOL_GPL vmlinux 0xe11ad7f7 cpu_topology +EXPORT_SYMBOL_GPL vmlinux 0xe1213db7 pciserial_init_ports +EXPORT_SYMBOL_GPL vmlinux 0xe123e714 dev_pm_qos_hide_latency_limit +EXPORT_SYMBOL_GPL vmlinux 0xe12bbd3b dev_pm_opp_disable +EXPORT_SYMBOL_GPL vmlinux 0xe1319b6b desc_to_gpio +EXPORT_SYMBOL_GPL vmlinux 0xe13d5d41 uart_console_device +EXPORT_SYMBOL_GPL vmlinux 0xe1461fcd snd_ctl_disconnect_layer +EXPORT_SYMBOL_GPL vmlinux 0xe155b2bf usb_hcd_pci_probe +EXPORT_SYMBOL_GPL vmlinux 0xe15bc667 clk_register_hisi_phase +EXPORT_SYMBOL_GPL vmlinux 0xe1653a54 software_node_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe1693205 usb_gadget_clear_selfpowered +EXPORT_SYMBOL_GPL vmlinux 0xe1700688 irq_domain_translate_twocell +EXPORT_SYMBOL_GPL vmlinux 0xe17ed03d spi_sync +EXPORT_SYMBOL_GPL vmlinux 0xe18960ba nvmem_device_write +EXPORT_SYMBOL_GPL vmlinux 0xe18c00b1 crypto_register_aead +EXPORT_SYMBOL_GPL vmlinux 0xe1967cdc lwtstate_free +EXPORT_SYMBOL_GPL vmlinux 0xe19be1f5 find_ge_pid +EXPORT_SYMBOL_GPL vmlinux 0xe19ee35d ethnl_cable_test_result +EXPORT_SYMBOL_GPL vmlinux 0xe1b629ba devfreq_cooling_em_register +EXPORT_SYMBOL_GPL vmlinux 0xe1b7ec01 dm_audit_log_bio +EXPORT_SYMBOL_GPL vmlinux 0xe1bd6c99 rio_init_mports +EXPORT_SYMBOL_GPL vmlinux 0xe1c1adce bio_add_zone_append_page +EXPORT_SYMBOL_GPL vmlinux 0xe1c87a2f kernel_can_power_off +EXPORT_SYMBOL_GPL vmlinux 0xe1d84ecd ahci_reset_em +EXPORT_SYMBOL_GPL vmlinux 0xe1e1dc7f fwnode_remove_software_node +EXPORT_SYMBOL_GPL vmlinux 0xe1f73b6f irq_domain_free_irqs_common +EXPORT_SYMBOL_GPL vmlinux 0xe20411c5 bus_create_file +EXPORT_SYMBOL_GPL vmlinux 0xe20fd6be fat_dir_empty +EXPORT_SYMBOL_GPL vmlinux 0xe214fd59 nand_deselect_target +EXPORT_SYMBOL_GPL vmlinux 0xe219b2e4 nvdimm_kobj +EXPORT_SYMBOL_GPL vmlinux 0xe2256d0b snd_soc_component_read +EXPORT_SYMBOL_GPL vmlinux 0xe227e2dc scsi_internal_device_unblock_nowait +EXPORT_SYMBOL_GPL vmlinux 0xe23143a0 crypto_req_done +EXPORT_SYMBOL_GPL vmlinux 0xe233762a input_event_from_user +EXPORT_SYMBOL_GPL vmlinux 0xe23cd479 alarm_expires_remaining +EXPORT_SYMBOL_GPL vmlinux 0xe23e9c54 vp_modern_set_features +EXPORT_SYMBOL_GPL vmlinux 0xe2425d11 shash_ahash_finup +EXPORT_SYMBOL_GPL vmlinux 0xe2546ea0 wwan_create_port +EXPORT_SYMBOL_GPL vmlinux 0xe2548f16 ipv4_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0xe2679cbb usb_role_switch_register +EXPORT_SYMBOL_GPL vmlinux 0xe2717792 dax_zero_page_range +EXPORT_SYMBOL_GPL vmlinux 0xe27aa467 usb_sg_init +EXPORT_SYMBOL_GPL vmlinux 0xe27bbc02 switchdev_handle_port_obj_add_foreign +EXPORT_SYMBOL_GPL vmlinux 0xe282c5aa __tracepoint_sched_update_nr_running_tp +EXPORT_SYMBOL_GPL vmlinux 0xe2869783 nand_read_oob_op +EXPORT_SYMBOL_GPL vmlinux 0xe297b16b serdev_device_write_flush +EXPORT_SYMBOL_GPL vmlinux 0xe29b4d4c clk_register_composite +EXPORT_SYMBOL_GPL vmlinux 0xe29cb567 fuse_mount_remove +EXPORT_SYMBOL_GPL vmlinux 0xe29ebb99 attribute_container_find_class_device +EXPORT_SYMBOL_GPL vmlinux 0xe29f2403 metadata_dst_alloc_percpu +EXPORT_SYMBOL_GPL vmlinux 0xe2a32857 devl_rate_leaf_destroy +EXPORT_SYMBOL_GPL vmlinux 0xe2a7da81 bus_for_each_drv +EXPORT_SYMBOL_GPL vmlinux 0xe2b3207a unregister_switchdev_notifier +EXPORT_SYMBOL_GPL vmlinux 0xe2b61663 ata_link_offline +EXPORT_SYMBOL_GPL vmlinux 0xe2b6b2a2 blkg_prfill_rwstat +EXPORT_SYMBOL_GPL vmlinux 0xe2d1d521 blkcg_print_blkgs +EXPORT_SYMBOL_GPL vmlinux 0xe2d52f30 hwrng_register +EXPORT_SYMBOL_GPL vmlinux 0xe2dea76d __hwspin_lock_timeout +EXPORT_SYMBOL_GPL vmlinux 0xe2ee7709 pinconf_generic_dt_node_to_map +EXPORT_SYMBOL_GPL vmlinux 0xe2f4587b of_dma_xlate_by_chan_id +EXPORT_SYMBOL_GPL vmlinux 0xe3073a0b __devm_alloc_percpu +EXPORT_SYMBOL_GPL vmlinux 0xe30d0c62 nvdimm_delete +EXPORT_SYMBOL_GPL vmlinux 0xe320a99a cpuidle_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0xe3261a7f of_prop_next_string +EXPORT_SYMBOL_GPL vmlinux 0xe327167a __platform_driver_register +EXPORT_SYMBOL_GPL vmlinux 0xe3366d54 spi_register_controller +EXPORT_SYMBOL_GPL vmlinux 0xe33767c2 icc_provider_init +EXPORT_SYMBOL_GPL vmlinux 0xe340ebc7 devlink_port_fini +EXPORT_SYMBOL_GPL vmlinux 0xe3586553 snd_soc_dapm_weak_routes +EXPORT_SYMBOL_GPL vmlinux 0xe379541f edac_pci_create_generic_ctl +EXPORT_SYMBOL_GPL vmlinux 0xe3840e18 secure_ipv4_port_ephemeral +EXPORT_SYMBOL_GPL vmlinux 0xe38745e8 bpf_prog_free +EXPORT_SYMBOL_GPL vmlinux 0xe392477f __of_phy_provider_register +EXPORT_SYMBOL_GPL vmlinux 0xe39d0794 usb_phy_roothub_exit +EXPORT_SYMBOL_GPL vmlinux 0xe3b09712 kprobe_event_delete +EXPORT_SYMBOL_GPL vmlinux 0xe3e423ac iommu_group_release_dma_owner +EXPORT_SYMBOL_GPL vmlinux 0xe3e7ccdb phy_exit +EXPORT_SYMBOL_GPL vmlinux 0xe3e82e68 iommu_report_device_fault +EXPORT_SYMBOL_GPL vmlinux 0xe3f76a3e spi_setup +EXPORT_SYMBOL_GPL vmlinux 0xe3f7da27 __devm_clk_hw_register_divider +EXPORT_SYMBOL_GPL vmlinux 0xe3f99e0a snd_soc_add_card_controls +EXPORT_SYMBOL_GPL vmlinux 0xe40bb23e devlink_health_reporter_priv +EXPORT_SYMBOL_GPL vmlinux 0xe418ec62 rio_set_port_lockout +EXPORT_SYMBOL_GPL vmlinux 0xe4229782 devm_regmap_init_vexpress_config +EXPORT_SYMBOL_GPL vmlinux 0xe4309905 syscore_resume +EXPORT_SYMBOL_GPL vmlinux 0xe4349cce usb_alloc_urb +EXPORT_SYMBOL_GPL vmlinux 0xe43b77db power_supply_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe452f954 clk_fixed_factor_ops +EXPORT_SYMBOL_GPL vmlinux 0xe4572a4b devm_regulator_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0xe4635e9e generic_handle_domain_irq_safe +EXPORT_SYMBOL_GPL vmlinux 0xe47999a4 kasprintf_strarray +EXPORT_SYMBOL_GPL vmlinux 0xe47f5a84 tracing_snapshot_cond_enable +EXPORT_SYMBOL_GPL vmlinux 0xe48b985f ping_recvmsg +EXPORT_SYMBOL_GPL vmlinux 0xe48e8fc1 devm_gpiod_unhinge +EXPORT_SYMBOL_GPL vmlinux 0xe4971ade tracing_alloc_snapshot +EXPORT_SYMBOL_GPL vmlinux 0xe4977bba __tracepoint_block_rq_remap +EXPORT_SYMBOL_GPL vmlinux 0xe49fb05b gpmc_omap_onenand_set_timings +EXPORT_SYMBOL_GPL vmlinux 0xe4a5d144 scsi_dh_activate +EXPORT_SYMBOL_GPL vmlinux 0xe4aa9d44 devm_hwspin_lock_free +EXPORT_SYMBOL_GPL vmlinux 0xe4b064f9 pcie_link_speed +EXPORT_SYMBOL_GPL vmlinux 0xe4b818c3 phy_speed_to_str +EXPORT_SYMBOL_GPL vmlinux 0xe4bb98b5 ip_icmp_error +EXPORT_SYMBOL_GPL vmlinux 0xe4c2c66c rtc_ktime_to_tm +EXPORT_SYMBOL_GPL vmlinux 0xe4c8c54a thermal_zone_device_update +EXPORT_SYMBOL_GPL vmlinux 0xe4c9f178 btree_get_prev +EXPORT_SYMBOL_GPL vmlinux 0xe4d8f09e usb_gadget_wakeup +EXPORT_SYMBOL_GPL vmlinux 0xe4e48b12 swphy_validate_state +EXPORT_SYMBOL_GPL vmlinux 0xe4e9723e mtd_write_oob +EXPORT_SYMBOL_GPL vmlinux 0xe4ef855d __netif_set_xps_queue +EXPORT_SYMBOL_GPL vmlinux 0xe4f8239f __cpuhp_state_remove_instance +EXPORT_SYMBOL_GPL vmlinux 0xe5114918 __devm_reset_control_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0xe5162d66 tpm2_get_cc_attrs_tbl +EXPORT_SYMBOL_GPL vmlinux 0xe53a9643 crypto_inst_setname +EXPORT_SYMBOL_GPL vmlinux 0xe544ec1e nvmem_cell_get +EXPORT_SYMBOL_GPL vmlinux 0xe545754a devm_phy_get +EXPORT_SYMBOL_GPL vmlinux 0xe545c9a5 crypto_unregister_algs +EXPORT_SYMBOL_GPL vmlinux 0xe54af3fe fuse_conn_destroy +EXPORT_SYMBOL_GPL vmlinux 0xe565bca8 kthread_queue_work +EXPORT_SYMBOL_GPL vmlinux 0xe571c0fb device_property_read_u64_array +EXPORT_SYMBOL_GPL vmlinux 0xe5883bd9 class_compat_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe593bb75 ata_host_put +EXPORT_SYMBOL_GPL vmlinux 0xe5999c72 rtc_class_close +EXPORT_SYMBOL_GPL vmlinux 0xe59efb0e musb_clearb +EXPORT_SYMBOL_GPL vmlinux 0xe5a19818 ahci_platform_init_host +EXPORT_SYMBOL_GPL vmlinux 0xe5a26f7c phy_modify_mmd +EXPORT_SYMBOL_GPL vmlinux 0xe5a49a13 balloon_mops +EXPORT_SYMBOL_GPL vmlinux 0xe5b9b9a3 dev_pm_opp_remove_all_dynamic +EXPORT_SYMBOL_GPL vmlinux 0xe5bc0d79 phy_modify_changed +EXPORT_SYMBOL_GPL vmlinux 0xe5cb1943 hisi_clk_register_divider +EXPORT_SYMBOL_GPL vmlinux 0xe5f42f47 hwspin_lock_get_id +EXPORT_SYMBOL_GPL vmlinux 0xe5f4619a sdio_align_size +EXPORT_SYMBOL_GPL vmlinux 0xe5f93a85 power_supply_get_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0xe5fc394b pci_walk_bus +EXPORT_SYMBOL_GPL vmlinux 0xe609e7d6 pin_user_pages_fast_only +EXPORT_SYMBOL_GPL vmlinux 0xe60a5690 iommu_detach_device +EXPORT_SYMBOL_GPL vmlinux 0xe60dd79f snd_soc_jack_add_zones +EXPORT_SYMBOL_GPL vmlinux 0xe6193286 bpf_trace_run1 +EXPORT_SYMBOL_GPL vmlinux 0xe621ed06 da9052_disable_irq_nosync +EXPORT_SYMBOL_GPL vmlinux 0xe628bb9f phy_fibre_port_array +EXPORT_SYMBOL_GPL vmlinux 0xe62c4680 snd_soc_dapm_put_enum_double +EXPORT_SYMBOL_GPL vmlinux 0xe637ba81 pci_epc_linkup +EXPORT_SYMBOL_GPL vmlinux 0xe640692b tty_kclose +EXPORT_SYMBOL_GPL vmlinux 0xe64215e1 phy_pm_runtime_get +EXPORT_SYMBOL_GPL vmlinux 0xe644f38a platform_device_put +EXPORT_SYMBOL_GPL vmlinux 0xe64e73c5 nvmem_cell_read_u64 +EXPORT_SYMBOL_GPL vmlinux 0xe65cdba5 fixed_phy_register +EXPORT_SYMBOL_GPL vmlinux 0xe65fd693 dev_fill_forward_path +EXPORT_SYMBOL_GPL vmlinux 0xe665f409 vp_legacy_get_queue_size +EXPORT_SYMBOL_GPL vmlinux 0xe668835c __tracepoint_devlink_hwerr +EXPORT_SYMBOL_GPL vmlinux 0xe66a323b usb_bulk_msg +EXPORT_SYMBOL_GPL vmlinux 0xe67faf01 mptcp_get_reset_option +EXPORT_SYMBOL_GPL vmlinux 0xe6819dab unregister_mtd_user +EXPORT_SYMBOL_GPL vmlinux 0xe6886894 bpf_event_output +EXPORT_SYMBOL_GPL vmlinux 0xe6a12074 sbitmap_show +EXPORT_SYMBOL_GPL vmlinux 0xe6a376c9 sdio_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0xe6b4eb94 bpf_log +EXPORT_SYMBOL_GPL vmlinux 0xe6b9dc1c pci_dev_run_wake +EXPORT_SYMBOL_GPL vmlinux 0xe6baa9ea em_dev_register_perf_domain +EXPORT_SYMBOL_GPL vmlinux 0xe6dc8363 blkcg_deactivate_policy +EXPORT_SYMBOL_GPL vmlinux 0xe6e40502 rcu_get_gp_seq +EXPORT_SYMBOL_GPL vmlinux 0xe6e45eb6 vfs_removexattr +EXPORT_SYMBOL_GPL vmlinux 0xe6e6b684 md_new_event +EXPORT_SYMBOL_GPL vmlinux 0xe6e75903 lp8788_read_byte +EXPORT_SYMBOL_GPL vmlinux 0xe6ebf839 crypto_register_instance +EXPORT_SYMBOL_GPL vmlinux 0xe700d767 reset_control_bulk_deassert +EXPORT_SYMBOL_GPL vmlinux 0xe7191176 ata_scsi_queuecmd +EXPORT_SYMBOL_GPL vmlinux 0xe722b086 usb_wakeup_notification +EXPORT_SYMBOL_GPL vmlinux 0xe7244430 clk_register_mux_table +EXPORT_SYMBOL_GPL vmlinux 0xe72d39c9 usb_urb_ep_type_check +EXPORT_SYMBOL_GPL vmlinux 0xe72eeb19 mas_store_prealloc +EXPORT_SYMBOL_GPL vmlinux 0xe73772f9 sata_link_debounce +EXPORT_SYMBOL_GPL vmlinux 0xe746a556 ethtool_set_ethtool_phy_ops +EXPORT_SYMBOL_GPL vmlinux 0xe74d7249 pci_hp_add_bridge +EXPORT_SYMBOL_GPL vmlinux 0xe7532666 mmc_send_tuning +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 0xe76984a8 crypto_aead_encrypt +EXPORT_SYMBOL_GPL vmlinux 0xe76dbd22 tegra_mc_get_carveout_info +EXPORT_SYMBOL_GPL vmlinux 0xe77d5ef3 ata_xfer_mode2mask +EXPORT_SYMBOL_GPL vmlinux 0xe783e261 sysfs_emit +EXPORT_SYMBOL_GPL vmlinux 0xe79211b7 fwnode_get_next_available_child_node +EXPORT_SYMBOL_GPL vmlinux 0xe79e803a sdio_set_host_pm_flags +EXPORT_SYMBOL_GPL vmlinux 0xe7a3d85e devm_platform_get_and_ioremap_resource +EXPORT_SYMBOL_GPL vmlinux 0xe7ace87d sdhci_alloc_host +EXPORT_SYMBOL_GPL vmlinux 0xe7b85849 perf_aux_output_begin +EXPORT_SYMBOL_GPL vmlinux 0xe7c7c0ac nvmem_device_cell_read +EXPORT_SYMBOL_GPL vmlinux 0xe7d6d2d4 filter_match_preds +EXPORT_SYMBOL_GPL vmlinux 0xe7ec14ee vcap_addr_keysets +EXPORT_SYMBOL_GPL vmlinux 0xe7ec210c unix_inq_len +EXPORT_SYMBOL_GPL vmlinux 0xe7efd242 phy_get +EXPORT_SYMBOL_GPL vmlinux 0xe80507af devm_nvdimm_memremap +EXPORT_SYMBOL_GPL vmlinux 0xe8054d71 rtc_update_irq_enable +EXPORT_SYMBOL_GPL vmlinux 0xe818b32b ata_bmdma_interrupt +EXPORT_SYMBOL_GPL vmlinux 0xe81a20bd soc_device_register +EXPORT_SYMBOL_GPL vmlinux 0xe81e3033 dev_nit_active +EXPORT_SYMBOL_GPL vmlinux 0xe82a2b7c snd_pcm_hw_constraint_eld +EXPORT_SYMBOL_GPL vmlinux 0xe840d55c cpufreq_dbs_governor_exit +EXPORT_SYMBOL_GPL vmlinux 0xe84f6e5c pciserial_remove_ports +EXPORT_SYMBOL_GPL vmlinux 0xe84fc1fd usb_autopm_put_interface_no_suspend +EXPORT_SYMBOL_GPL vmlinux 0xe8552624 ata_sff_lost_interrupt +EXPORT_SYMBOL_GPL vmlinux 0xe8564051 tty_standard_install +EXPORT_SYMBOL_GPL vmlinux 0xe85a9fd3 cpu_cluster_pm_exit +EXPORT_SYMBOL_GPL vmlinux 0xe862c4b7 dpm_suspend_start +EXPORT_SYMBOL_GPL vmlinux 0xe8833db9 balloon_page_alloc +EXPORT_SYMBOL_GPL vmlinux 0xe8936ff7 debugfs_create_u32 +EXPORT_SYMBOL_GPL vmlinux 0xe8a1415c snd_ctl_apply_vmaster_followers +EXPORT_SYMBOL_GPL vmlinux 0xe8a20f4f ata_ehi_clear_desc +EXPORT_SYMBOL_GPL vmlinux 0xe8a98db8 devm_usb_get_phy +EXPORT_SYMBOL_GPL vmlinux 0xe8b46290 md_bitmap_resize +EXPORT_SYMBOL_GPL vmlinux 0xe8b4ccf0 nand_cleanup +EXPORT_SYMBOL_GPL vmlinux 0xe8b5a590 icc_set_tag +EXPORT_SYMBOL_GPL vmlinux 0xe8bc40c5 cn_netlink_send +EXPORT_SYMBOL_GPL vmlinux 0xe8c502b0 blkcg_get_fc_appid +EXPORT_SYMBOL_GPL vmlinux 0xe8dcf522 skb_segment +EXPORT_SYMBOL_GPL vmlinux 0xe8e71ad4 bpf_prog_alloc +EXPORT_SYMBOL_GPL vmlinux 0xe8e867e0 ata_cable_ignore +EXPORT_SYMBOL_GPL vmlinux 0xe8ebd70d wm8350_block_read +EXPORT_SYMBOL_GPL vmlinux 0xe8fcdb89 file_ra_state_init +EXPORT_SYMBOL_GPL vmlinux 0xe908bb25 sata_scr_write +EXPORT_SYMBOL_GPL vmlinux 0xe90f362b tcf_dev_queue_xmit +EXPORT_SYMBOL_GPL vmlinux 0xe911df29 eventfd_ctx_do_read +EXPORT_SYMBOL_GPL vmlinux 0xe91fd286 genphy_c45_an_disable_aneg +EXPORT_SYMBOL_GPL vmlinux 0xe927d18f xfrm_audit_policy_add +EXPORT_SYMBOL_GPL vmlinux 0xe93e49c3 devres_free +EXPORT_SYMBOL_GPL vmlinux 0xe9409e03 find_asymmetric_key +EXPORT_SYMBOL_GPL vmlinux 0xe9482bb7 mtk_mutex_add_comp +EXPORT_SYMBOL_GPL vmlinux 0xe9496f7b serial8250_set_defaults +EXPORT_SYMBOL_GPL vmlinux 0xe94a0b1e nvmem_register +EXPORT_SYMBOL_GPL vmlinux 0xe9520e80 serial8250_em485_config +EXPORT_SYMBOL_GPL vmlinux 0xe956a75c pl320_ipc_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0xe9599806 dev_pm_opp_get_level +EXPORT_SYMBOL_GPL vmlinux 0xe9831725 __strp_unpause +EXPORT_SYMBOL_GPL vmlinux 0xe98e8ad2 device_get_match_data +EXPORT_SYMBOL_GPL vmlinux 0xe98ed25b mbox_free_channel +EXPORT_SYMBOL_GPL vmlinux 0xe98f55f2 arm_smccc_get_version +EXPORT_SYMBOL_GPL vmlinux 0xe991f7c0 fork_usermode_driver +EXPORT_SYMBOL_GPL vmlinux 0xe9a5f58e clk_hw_unregister_composite +EXPORT_SYMBOL_GPL vmlinux 0xe9a7fe16 nvmem_cell_read +EXPORT_SYMBOL_GPL vmlinux 0xe9b9b85d dev_pm_genpd_resume +EXPORT_SYMBOL_GPL vmlinux 0xe9c616de cpu_latency_qos_add_request +EXPORT_SYMBOL_GPL vmlinux 0xe9d1b7cf irq_to_pcap +EXPORT_SYMBOL_GPL vmlinux 0xe9e10707 ahci_save_initial_config +EXPORT_SYMBOL_GPL vmlinux 0xe9f12932 snd_soc_dapm_force_enable_pin_unlocked +EXPORT_SYMBOL_GPL vmlinux 0xe9f5116f rcu_exp_jiffies_till_stall_check +EXPORT_SYMBOL_GPL vmlinux 0xea018bbb mpi_test_bit +EXPORT_SYMBOL_GPL vmlinux 0xea11d492 call_switchdev_notifiers +EXPORT_SYMBOL_GPL vmlinux 0xea124bd1 gcd +EXPORT_SYMBOL_GPL vmlinux 0xea1b254b mnt_user_ns +EXPORT_SYMBOL_GPL vmlinux 0xea1bb291 bL_switcher_get_enabled +EXPORT_SYMBOL_GPL vmlinux 0xea1f6e0e hugetlb_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0xea38036f ring_buffer_entries +EXPORT_SYMBOL_GPL vmlinux 0xea3a23f3 public_key_free +EXPORT_SYMBOL_GPL vmlinux 0xea3c1817 dev_pm_opp_enable +EXPORT_SYMBOL_GPL vmlinux 0xea40b2d7 tty_port_install +EXPORT_SYMBOL_GPL vmlinux 0xea4320a4 firmware_request_platform +EXPORT_SYMBOL_GPL vmlinux 0xea49f01c relay_switch_subbuf +EXPORT_SYMBOL_GPL vmlinux 0xea4a09cb mod_delayed_work_on +EXPORT_SYMBOL_GPL vmlinux 0xea50dad3 ahci_ignore_sss +EXPORT_SYMBOL_GPL vmlinux 0xea525148 thermal_zone_device_enable +EXPORT_SYMBOL_GPL vmlinux 0xea534a39 snd_pcm_stream_unlock +EXPORT_SYMBOL_GPL vmlinux 0xea87d539 meson_clk_mpll_ro_ops +EXPORT_SYMBOL_GPL vmlinux 0xea920977 ahci_do_hardreset +EXPORT_SYMBOL_GPL vmlinux 0xea9aa8d0 md_rdev_clear +EXPORT_SYMBOL_GPL vmlinux 0xeaa69778 dst_cache_get_ip4 +EXPORT_SYMBOL_GPL vmlinux 0xeaacc614 ata_sas_scsi_ioctl +EXPORT_SYMBOL_GPL vmlinux 0xeac3826d usb_free_urb +EXPORT_SYMBOL_GPL vmlinux 0xead335ce vcap_keyfieldset +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 0xeadbd617 snd_soc_dai_digital_mute +EXPORT_SYMBOL_GPL vmlinux 0xeadc2e41 regulator_list_voltage_pickable_linear_range +EXPORT_SYMBOL_GPL vmlinux 0xeae0f496 clean_acked_data_flush +EXPORT_SYMBOL_GPL vmlinux 0xeafeaf28 pm_runtime_set_memalloc_noio +EXPORT_SYMBOL_GPL vmlinux 0xeafef2da perf_event_enable +EXPORT_SYMBOL_GPL vmlinux 0xeb08e33b ipi_send_mask +EXPORT_SYMBOL_GPL vmlinux 0xeb19419e i2c_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0xeb2a2bb4 init_user_ns +EXPORT_SYMBOL_GPL vmlinux 0xeb2f825c init_rs_gfp +EXPORT_SYMBOL_GPL vmlinux 0xeb452bee blk_mq_end_request_batch +EXPORT_SYMBOL_GPL vmlinux 0xeb5eeaa5 virtqueue_get_vring_size +EXPORT_SYMBOL_GPL vmlinux 0xeb666c36 genphy_c45_read_status +EXPORT_SYMBOL_GPL vmlinux 0xeb711ae7 snd_soc_params_to_bclk +EXPORT_SYMBOL_GPL vmlinux 0xeb7ce7b9 kset_create_and_add +EXPORT_SYMBOL_GPL vmlinux 0xeb83fb70 badblocks_set +EXPORT_SYMBOL_GPL vmlinux 0xeb84c204 wwan_put_debugfs_dir +EXPORT_SYMBOL_GPL vmlinux 0xeb8c264a __traceiter_pelt_rt_tp +EXPORT_SYMBOL_GPL vmlinux 0xeb8d8c39 kmsg_dump_get_buffer +EXPORT_SYMBOL_GPL vmlinux 0xeb8f2e7c mm_kobj +EXPORT_SYMBOL_GPL vmlinux 0xeb9a6ab8 dev_pm_opp_add +EXPORT_SYMBOL_GPL vmlinux 0xeb9abbee ata_sff_queue_work +EXPORT_SYMBOL_GPL vmlinux 0xeb9e6a47 usb_hcd_pci_pm_ops +EXPORT_SYMBOL_GPL vmlinux 0xeb9ecb94 rio_get_comptag +EXPORT_SYMBOL_GPL vmlinux 0xeba51db9 pcie_update_link_speed +EXPORT_SYMBOL_GPL vmlinux 0xebaf0467 elv_unregister +EXPORT_SYMBOL_GPL vmlinux 0xebb34751 crypto_register_acomps +EXPORT_SYMBOL_GPL vmlinux 0xebb69a1c pm_clk_create +EXPORT_SYMBOL_GPL vmlinux 0xebbc06cf __tracepoint_pelt_thermal_tp +EXPORT_SYMBOL_GPL vmlinux 0xebbe1622 io_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0xebd4cc11 mctrl_gpio_enable_ms +EXPORT_SYMBOL_GPL vmlinux 0xebda3a81 nvdimm_provider_data +EXPORT_SYMBOL_GPL vmlinux 0xebdbfc0e ata_sff_exec_command +EXPORT_SYMBOL_GPL vmlinux 0xebe0f01e spi_unregister_controller +EXPORT_SYMBOL_GPL vmlinux 0xebeb24a2 alarm_cancel +EXPORT_SYMBOL_GPL vmlinux 0xebf0fe14 irq_setup_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0xebf30201 devm_mtk_clk_mux_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0xebf9c0a9 tps6586x_set_bits +EXPORT_SYMBOL_GPL vmlinux 0xec04ad59 fwnode_graph_get_port_parent +EXPORT_SYMBOL_GPL vmlinux 0xec0f8740 edac_mod_work +EXPORT_SYMBOL_GPL vmlinux 0xec22e13c of_i2c_get_board_info +EXPORT_SYMBOL_GPL vmlinux 0xec2fa740 skb_mpls_dec_ttl +EXPORT_SYMBOL_GPL vmlinux 0xec30c0e6 __fsnotify_parent +EXPORT_SYMBOL_GPL vmlinux 0xec3f579b __fscrypt_prepare_rename +EXPORT_SYMBOL_GPL vmlinux 0xec4df49a xdp_do_redirect_frame +EXPORT_SYMBOL_GPL vmlinux 0xec4f743f pci_user_write_config_word +EXPORT_SYMBOL_GPL vmlinux 0xec523f88 hrtimer_start_range_ns +EXPORT_SYMBOL_GPL vmlinux 0xec63e8ff component_bind_all +EXPORT_SYMBOL_GPL vmlinux 0xec65e8a3 __traceiter_block_bio_remap +EXPORT_SYMBOL_GPL vmlinux 0xec758d98 __pm_stay_awake +EXPORT_SYMBOL_GPL vmlinux 0xec774acb cpufreq_frequency_table_verify +EXPORT_SYMBOL_GPL vmlinux 0xec8b6f77 __sock_recv_cmsgs +EXPORT_SYMBOL_GPL vmlinux 0xec982e9e to_nd_desc +EXPORT_SYMBOL_GPL vmlinux 0xec9f4e66 nfct_btf_struct_access +EXPORT_SYMBOL_GPL vmlinux 0xeca4f19b clk_mux_determine_rate_flags +EXPORT_SYMBOL_GPL vmlinux 0xeca79bc1 gpiod_set_consumer_name +EXPORT_SYMBOL_GPL vmlinux 0xecd7e774 ata_pci_sff_activate_host +EXPORT_SYMBOL_GPL vmlinux 0xece2b3bd ahci_platform_disable_clks +EXPORT_SYMBOL_GPL vmlinux 0xecf29107 mdiobus_modify_changed +EXPORT_SYMBOL_GPL vmlinux 0xecf2cb22 vp_modern_generation +EXPORT_SYMBOL_GPL vmlinux 0xecf3615f __fscrypt_encrypt_symlink +EXPORT_SYMBOL_GPL vmlinux 0xecff49c4 irq_domain_xlate_twocell +EXPORT_SYMBOL_GPL vmlinux 0xed0a8217 blk_bio_list_merge +EXPORT_SYMBOL_GPL vmlinux 0xed214b71 ahash_register_instance +EXPORT_SYMBOL_GPL vmlinux 0xed2c5bcf power_supply_charge_behaviour_parse +EXPORT_SYMBOL_GPL vmlinux 0xed344146 mcpm_is_available +EXPORT_SYMBOL_GPL vmlinux 0xed35b614 phy_resolve_aneg_pause +EXPORT_SYMBOL_GPL vmlinux 0xed5fe298 inet_pernet_hashinfo_alloc +EXPORT_SYMBOL_GPL vmlinux 0xed65471a inet6_csk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0xed677335 blk_freeze_queue_start +EXPORT_SYMBOL_GPL vmlinux 0xed751bd9 gpiochip_generic_config +EXPORT_SYMBOL_GPL vmlinux 0xed7a330d dev_pm_opp_get_max_volt_latency +EXPORT_SYMBOL_GPL vmlinux 0xed837927 posix_acl_access_xattr_handler +EXPORT_SYMBOL_GPL vmlinux 0xed8444b1 mtk_clk_register_ref2usb_tx +EXPORT_SYMBOL_GPL vmlinux 0xed888a78 cpuidle_unregister +EXPORT_SYMBOL_GPL vmlinux 0xed8c384b netdev_xmit_skip_txqueue +EXPORT_SYMBOL_GPL vmlinux 0xed918dde hte_init_line_attr +EXPORT_SYMBOL_GPL vmlinux 0xed92981e usb_add_hcd +EXPORT_SYMBOL_GPL vmlinux 0xed9880f5 ata_host_register +EXPORT_SYMBOL_GPL vmlinux 0xedaa2c76 fsstack_copy_attr_all +EXPORT_SYMBOL_GPL vmlinux 0xedaadf16 tpm_tis_resume +EXPORT_SYMBOL_GPL vmlinux 0xedb64e7f dw_pcie_ep_linkup +EXPORT_SYMBOL_GPL vmlinux 0xedbec92b __traceiter_fdb_delete +EXPORT_SYMBOL_GPL vmlinux 0xedc37909 crypto_alloc_skcipher +EXPORT_SYMBOL_GPL vmlinux 0xedea28a9 blk_mq_unquiesce_queue +EXPORT_SYMBOL_GPL vmlinux 0xedec8e4e get_net_ns +EXPORT_SYMBOL_GPL vmlinux 0xedfeed45 trace_array_destroy +EXPORT_SYMBOL_GPL vmlinux 0xee1da81f mmc_cmdq_enable +EXPORT_SYMBOL_GPL vmlinux 0xee1f0b9e snd_soc_dapm_mixer_update_power +EXPORT_SYMBOL_GPL vmlinux 0xee297f58 usb_driver_set_configuration +EXPORT_SYMBOL_GPL vmlinux 0xee38ef57 register_switchdev_blocking_notifier +EXPORT_SYMBOL_GPL vmlinux 0xee480119 dma_resv_describe +EXPORT_SYMBOL_GPL vmlinux 0xee549b97 devm_of_led_get +EXPORT_SYMBOL_GPL vmlinux 0xee55146d switchdev_bridge_port_unoffload +EXPORT_SYMBOL_GPL vmlinux 0xee5edefa iomap_file_buffered_write +EXPORT_SYMBOL_GPL vmlinux 0xee694a90 devm_regmap_del_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0xee6961e5 of_phandle_iterator_next +EXPORT_SYMBOL_GPL vmlinux 0xee6b71c4 syscon_regmap_lookup_by_compatible +EXPORT_SYMBOL_GPL vmlinux 0xee6dfc10 dev_pm_qos_expose_latency_limit +EXPORT_SYMBOL_GPL vmlinux 0xee6e9ee6 pci_enable_rom +EXPORT_SYMBOL_GPL vmlinux 0xee6fe570 usb_phy_get_charger_current +EXPORT_SYMBOL_GPL vmlinux 0xee72dc3c sdhci_request_atomic +EXPORT_SYMBOL_GPL vmlinux 0xee7d63f5 devl_rate_node_create +EXPORT_SYMBOL_GPL vmlinux 0xeea76283 divider_ro_determine_rate +EXPORT_SYMBOL_GPL vmlinux 0xeeb6e861 blk_mq_freeze_queue +EXPORT_SYMBOL_GPL vmlinux 0xeebf1f04 regulator_set_current_limit_regmap +EXPORT_SYMBOL_GPL vmlinux 0xeec5c8f4 sdhci_enable_sdio_irq +EXPORT_SYMBOL_GPL vmlinux 0xeed1b8c8 crypto_shash_final +EXPORT_SYMBOL_GPL vmlinux 0xeedbc9ff pm_clk_runtime_resume +EXPORT_SYMBOL_GPL vmlinux 0xeedc31e0 __devm_clk_hw_register_mux +EXPORT_SYMBOL_GPL vmlinux 0xeedd987e phy_10gbit_features_array +EXPORT_SYMBOL_GPL vmlinux 0xeee5fe32 bpf_master_redirect_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0xef03ef40 pm_generic_thaw_early +EXPORT_SYMBOL_GPL vmlinux 0xef0d5c4e __nf_ip6_route +EXPORT_SYMBOL_GPL vmlinux 0xef1d21f9 pcie_aspm_capable +EXPORT_SYMBOL_GPL vmlinux 0xef1fac8d usb_kill_urb +EXPORT_SYMBOL_GPL vmlinux 0xef20d262 iommu_iova_to_phys +EXPORT_SYMBOL_GPL vmlinux 0xef24472c snd_soc_unregister_card +EXPORT_SYMBOL_GPL vmlinux 0xef29fcdd clk_bulk_put +EXPORT_SYMBOL_GPL vmlinux 0xef3b72c5 fuse_dev_operations +EXPORT_SYMBOL_GPL vmlinux 0xef3cff4e irq_domain_remove +EXPORT_SYMBOL_GPL vmlinux 0xef464c28 getboottime64 +EXPORT_SYMBOL_GPL vmlinux 0xef4830c8 user_describe +EXPORT_SYMBOL_GPL vmlinux 0xef4e03fb sock_diag_unregister +EXPORT_SYMBOL_GPL vmlinux 0xef558372 cpufreq_dbs_governor_stop +EXPORT_SYMBOL_GPL vmlinux 0xef56462f fl6_merge_options +EXPORT_SYMBOL_GPL vmlinux 0xef568ebf __clk_hw_register_gate +EXPORT_SYMBOL_GPL vmlinux 0xef5db66d regulator_get_init_drvdata +EXPORT_SYMBOL_GPL vmlinux 0xef63b283 handle_level_irq +EXPORT_SYMBOL_GPL vmlinux 0xef6c3f70 round_jiffies_up_relative +EXPORT_SYMBOL_GPL vmlinux 0xef70eb7e ring_buffer_iter_advance +EXPORT_SYMBOL_GPL vmlinux 0xef78dd99 usb_phy_gen_create_phy +EXPORT_SYMBOL_GPL vmlinux 0xef7ba8fa mutex_lock_io +EXPORT_SYMBOL_GPL vmlinux 0xef83eed1 usb_unlink_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0xef8b1be4 bio_poll +EXPORT_SYMBOL_GPL vmlinux 0xefa2c27d register_tracepoint_module_notifier +EXPORT_SYMBOL_GPL vmlinux 0xefaace6e mv_mbus_dram_info +EXPORT_SYMBOL_GPL vmlinux 0xefc0e374 snd_soc_of_parse_card_name +EXPORT_SYMBOL_GPL vmlinux 0xefc57f3b bio_end_io_acct_remapped +EXPORT_SYMBOL_GPL vmlinux 0xefd3afec snd_ctl_sync_vmaster +EXPORT_SYMBOL_GPL vmlinux 0xefd64fdc spi_take_timestamp_post +EXPORT_SYMBOL_GPL vmlinux 0xefd9da2c crypto_register_shash +EXPORT_SYMBOL_GPL vmlinux 0xefdaa0d6 get_user_pages_fast_only +EXPORT_SYMBOL_GPL vmlinux 0xefdd5eca __sbitmap_queue_get +EXPORT_SYMBOL_GPL vmlinux 0xefe38c6f phy_pm_runtime_get_sync +EXPORT_SYMBOL_GPL vmlinux 0xefeafcf1 edac_has_mcs +EXPORT_SYMBOL_GPL vmlinux 0xefec7758 gpiochip_enable_irq +EXPORT_SYMBOL_GPL vmlinux 0xefef544f __synth_event_gen_cmd_start +EXPORT_SYMBOL_GPL vmlinux 0xeff19cd1 debugfs_real_fops +EXPORT_SYMBOL_GPL vmlinux 0xeff5f3a9 lwtunnel_valid_encap_type +EXPORT_SYMBOL_GPL vmlinux 0xeffb076a blk_crypto_evict_key +EXPORT_SYMBOL_GPL vmlinux 0xf01475c0 tty_prepare_flip_string +EXPORT_SYMBOL_GPL vmlinux 0xf0403a35 vcap_is_next_lookup +EXPORT_SYMBOL_GPL vmlinux 0xf0413168 of_platform_depopulate +EXPORT_SYMBOL_GPL vmlinux 0xf043f1eb is_virtio_device +EXPORT_SYMBOL_GPL vmlinux 0xf04d2ddd __tracepoint_ata_tf_load +EXPORT_SYMBOL_GPL vmlinux 0xf0592e70 bpf_trace_run11 +EXPORT_SYMBOL_GPL vmlinux 0xf059f248 mtk_mutex_write_mod +EXPORT_SYMBOL_GPL vmlinux 0xf05a52fe asn1_encode_oid +EXPORT_SYMBOL_GPL vmlinux 0xf05d21b7 get_device_system_crosststamp +EXPORT_SYMBOL_GPL vmlinux 0xf05fbf09 pci_pio_to_address +EXPORT_SYMBOL_GPL vmlinux 0xf0910075 sfp_bus_del_upstream +EXPORT_SYMBOL_GPL vmlinux 0xf0ae6bcc xdp_return_frame +EXPORT_SYMBOL_GPL vmlinux 0xf0ba5b77 hrtimer_sleeper_start_expires +EXPORT_SYMBOL_GPL vmlinux 0xf0c964ea devm_tegra_memory_controller_get +EXPORT_SYMBOL_GPL vmlinux 0xf0cae5ad usb_pipe_type_check +EXPORT_SYMBOL_GPL vmlinux 0xf0d1f041 devl_trap_policers_unregister +EXPORT_SYMBOL_GPL vmlinux 0xf0dc7ec0 __traceiter_pelt_cfs_tp +EXPORT_SYMBOL_GPL vmlinux 0xf0e82ef3 snd_ctl_register_layer +EXPORT_SYMBOL_GPL vmlinux 0xf0f95e51 musb_readl +EXPORT_SYMBOL_GPL vmlinux 0xf0fb1ce1 mcore_booted +EXPORT_SYMBOL_GPL vmlinux 0xf0fb685b snd_soc_component_disable_pin_unlocked +EXPORT_SYMBOL_GPL vmlinux 0xf0ffb083 usb_register_device_driver +EXPORT_SYMBOL_GPL vmlinux 0xf12180fd imx_1443x_dram_pll +EXPORT_SYMBOL_GPL vmlinux 0xf14174d1 led_trigger_write +EXPORT_SYMBOL_GPL vmlinux 0xf14317ef devl_rate_nodes_destroy +EXPORT_SYMBOL_GPL vmlinux 0xf14cbfd6 platform_get_irq_byname +EXPORT_SYMBOL_GPL vmlinux 0xf154ca4a __pm_runtime_resume +EXPORT_SYMBOL_GPL vmlinux 0xf155bf0d devl_resource_size_get +EXPORT_SYMBOL_GPL vmlinux 0xf165ecbc crypto_comp_decompress +EXPORT_SYMBOL_GPL vmlinux 0xf1729f1d __irq_domain_alloc_fwnode +EXPORT_SYMBOL_GPL vmlinux 0xf178875d wm8350_reg_unlock +EXPORT_SYMBOL_GPL vmlinux 0xf184d189 kernel_power_off +EXPORT_SYMBOL_GPL vmlinux 0xf18ac470 pci_cfg_access_trylock +EXPORT_SYMBOL_GPL vmlinux 0xf19da217 da9052_adc_manual_read +EXPORT_SYMBOL_GPL vmlinux 0xf1c66930 lwtunnel_output +EXPORT_SYMBOL_GPL vmlinux 0xf1ce154c __tracepoint_cpu_idle +EXPORT_SYMBOL_GPL vmlinux 0xf1dc1257 __cci_control_port_by_device +EXPORT_SYMBOL_GPL vmlinux 0xf1f245ed divider_ro_round_rate_parent +EXPORT_SYMBOL_GPL vmlinux 0xf1fae6a3 asic3_read_register +EXPORT_SYMBOL_GPL vmlinux 0xf202d0e3 nanddev_mtd_erase +EXPORT_SYMBOL_GPL vmlinux 0xf21e1f9b disable_percpu_irq +EXPORT_SYMBOL_GPL vmlinux 0xf23710e8 simple_rename_exchange +EXPORT_SYMBOL_GPL vmlinux 0xf23b6c14 vcap_rule_set_counter +EXPORT_SYMBOL_GPL vmlinux 0xf23c3762 rtnl_link_register +EXPORT_SYMBOL_GPL vmlinux 0xf24bbb6c udp_destruct_common +EXPORT_SYMBOL_GPL vmlinux 0xf24e30f8 xdp_rxq_info_unreg +EXPORT_SYMBOL_GPL vmlinux 0xf25fcdb4 sdio_signal_irq +EXPORT_SYMBOL_GPL vmlinux 0xf281cf1b fuse_abort_conn +EXPORT_SYMBOL_GPL vmlinux 0xf28404cf devlink_dpipe_header_ipv6 +EXPORT_SYMBOL_GPL vmlinux 0xf28b4aac shash_ahash_digest +EXPORT_SYMBOL_GPL vmlinux 0xf2967796 ring_buffer_record_on +EXPORT_SYMBOL_GPL vmlinux 0xf2982b02 devres_remove_group +EXPORT_SYMBOL_GPL vmlinux 0xf29ac1c1 snd_soc_dai_compr_set_metadata +EXPORT_SYMBOL_GPL vmlinux 0xf29efb61 platform_device_register_full +EXPORT_SYMBOL_GPL vmlinux 0xf2a098ec rcu_read_unlock_trace_special +EXPORT_SYMBOL_GPL vmlinux 0xf2a6b397 scsi_eh_ready_devs +EXPORT_SYMBOL_GPL vmlinux 0xf2b44d0e mtd_erase_user_prot_reg +EXPORT_SYMBOL_GPL vmlinux 0xf2bb3c10 access_process_vm +EXPORT_SYMBOL_GPL vmlinux 0xf2c7202a pci_user_read_config_word +EXPORT_SYMBOL_GPL vmlinux 0xf2df60e0 pinconf_generic_dump_config +EXPORT_SYMBOL_GPL vmlinux 0xf2e2fe0e mas_find +EXPORT_SYMBOL_GPL vmlinux 0xf2e70e58 misc_cg_try_charge +EXPORT_SYMBOL_GPL vmlinux 0xf2e8fe8c driver_set_override +EXPORT_SYMBOL_GPL vmlinux 0xf2eaddc4 inet_twsk_put +EXPORT_SYMBOL_GPL vmlinux 0xf2f09cd9 mtk_register_reset_controller_with_dev +EXPORT_SYMBOL_GPL vmlinux 0xf2fb61bd vprintk_default +EXPORT_SYMBOL_GPL vmlinux 0xf2fdae76 __srcu_read_unlock_nmisafe +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 0xf327a971 folio_mkclean +EXPORT_SYMBOL_GPL vmlinux 0xf331236f btree_geo32 +EXPORT_SYMBOL_GPL vmlinux 0xf342d774 fwnode_create_software_node +EXPORT_SYMBOL_GPL vmlinux 0xf342fd5d freq_qos_remove_notifier +EXPORT_SYMBOL_GPL vmlinux 0xf3462cd4 icc_std_aggregate +EXPORT_SYMBOL_GPL vmlinux 0xf3509bbd __mnt_is_readonly +EXPORT_SYMBOL_GPL vmlinux 0xf350bb8d mas_erase +EXPORT_SYMBOL_GPL vmlinux 0xf3534e22 max8997_update_reg +EXPORT_SYMBOL_GPL vmlinux 0xf369b2d3 sdhci_start_tuning +EXPORT_SYMBOL_GPL vmlinux 0xf372fc2b xhci_find_slot_id_by_port +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 0xf3b451ca kdb_poll_funcs +EXPORT_SYMBOL_GPL vmlinux 0xf3c61354 nand_gpio_waitrdy +EXPORT_SYMBOL_GPL vmlinux 0xf3cd8223 __traceiter_remove_device_from_group +EXPORT_SYMBOL_GPL vmlinux 0xf3d75384 sk_psock_tls_strp_read +EXPORT_SYMBOL_GPL vmlinux 0xf3e3d07a crypto_ahash_finup +EXPORT_SYMBOL_GPL vmlinux 0xf3e7fe58 register_pernet_subsys +EXPORT_SYMBOL_GPL vmlinux 0xf3f6ee49 usb_deregister_device_driver +EXPORT_SYMBOL_GPL vmlinux 0xf3f8b739 rio_mport_read_config_32 +EXPORT_SYMBOL_GPL vmlinux 0xf404277f fwnode_graph_get_remote_port_parent +EXPORT_SYMBOL_GPL vmlinux 0xf40c5074 pci_epf_unbind +EXPORT_SYMBOL_GPL vmlinux 0xf41e26cf tpm_default_chip +EXPORT_SYMBOL_GPL vmlinux 0xf4264a2e __tracepoint_error_report_end +EXPORT_SYMBOL_GPL vmlinux 0xf42dae3e regulator_disable_regmap +EXPORT_SYMBOL_GPL vmlinux 0xf433a044 xfrm_audit_state_add +EXPORT_SYMBOL_GPL vmlinux 0xf4346cca for_each_kernel_tracepoint +EXPORT_SYMBOL_GPL vmlinux 0xf43c5a8b mtd_writev +EXPORT_SYMBOL_GPL vmlinux 0xf43d038f snd_soc_info_volsw_range +EXPORT_SYMBOL_GPL vmlinux 0xf43fcf93 tty_save_termios +EXPORT_SYMBOL_GPL vmlinux 0xf4689d50 linkmode_set_pause +EXPORT_SYMBOL_GPL vmlinux 0xf468c387 iommu_group_add_device +EXPORT_SYMBOL_GPL vmlinux 0xf46ee0c8 ata_sff_dma_pause +EXPORT_SYMBOL_GPL vmlinux 0xf4716914 simple_attr_open +EXPORT_SYMBOL_GPL vmlinux 0xf47654df irq_check_status_bit +EXPORT_SYMBOL_GPL vmlinux 0xf47cf18e devlink_param_unregister +EXPORT_SYMBOL_GPL vmlinux 0xf47de486 usb_kill_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0xf485393c virtio_config_changed +EXPORT_SYMBOL_GPL vmlinux 0xf48ceebd net_cls_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0xf499d1a2 kernfs_find_and_get_ns +EXPORT_SYMBOL_GPL vmlinux 0xf49c680a fsverity_enqueue_verify_work +EXPORT_SYMBOL_GPL vmlinux 0xf4ac6175 snd_power_ref_and_wait +EXPORT_SYMBOL_GPL vmlinux 0xf4af35c2 rcu_gp_is_normal +EXPORT_SYMBOL_GPL vmlinux 0xf4b0896e __udp_gso_segment +EXPORT_SYMBOL_GPL vmlinux 0xf4c31eb3 fsstack_copy_inode_size +EXPORT_SYMBOL_GPL vmlinux 0xf4c5aa3e sdio_writeb +EXPORT_SYMBOL_GPL vmlinux 0xf4cd9f8f reset_control_bulk_release +EXPORT_SYMBOL_GPL vmlinux 0xf50bc7ea devl_trap_groups_register +EXPORT_SYMBOL_GPL vmlinux 0xf519ba23 sfp_bus_find_fwnode +EXPORT_SYMBOL_GPL vmlinux 0xf523ee95 skcipher_walk_complete +EXPORT_SYMBOL_GPL vmlinux 0xf52735e1 dma_free_noncontiguous +EXPORT_SYMBOL_GPL vmlinux 0xf5277127 rhashtable_walk_peek +EXPORT_SYMBOL_GPL vmlinux 0xf52bb5b2 list_lru_count_one +EXPORT_SYMBOL_GPL vmlinux 0xf52e14e9 snmp_fold_field64 +EXPORT_SYMBOL_GPL vmlinux 0xf52ec840 list_lru_add +EXPORT_SYMBOL_GPL vmlinux 0xf533a646 devm_clk_get_enabled +EXPORT_SYMBOL_GPL vmlinux 0xf541713b vcap_filter_rule_keys +EXPORT_SYMBOL_GPL vmlinux 0xf5444a41 vp_modern_set_queue_size +EXPORT_SYMBOL_GPL vmlinux 0xf547d4c8 pci_set_host_bridge_release +EXPORT_SYMBOL_GPL vmlinux 0xf548797d virtio_check_mem_acc_cb +EXPORT_SYMBOL_GPL vmlinux 0xf54bd49b lcm +EXPORT_SYMBOL_GPL vmlinux 0xf551a135 regulator_list_voltage +EXPORT_SYMBOL_GPL vmlinux 0xf553318d cpuidle_pause_and_lock +EXPORT_SYMBOL_GPL vmlinux 0xf5710e33 led_trigger_blink +EXPORT_SYMBOL_GPL vmlinux 0xf574503c powercap_register_control_type +EXPORT_SYMBOL_GPL vmlinux 0xf579b282 regcache_sync +EXPORT_SYMBOL_GPL vmlinux 0xf586e6b9 phy_modify_mmd_changed +EXPORT_SYMBOL_GPL vmlinux 0xf591dbe9 regmap_test_bits +EXPORT_SYMBOL_GPL vmlinux 0xf59c66de sk_msg_recvmsg +EXPORT_SYMBOL_GPL vmlinux 0xf59edb9d device_attach +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 0xf5aeaa70 blk_rq_unprep_clone +EXPORT_SYMBOL_GPL vmlinux 0xf5b7e6e7 __wake_up_sync_key +EXPORT_SYMBOL_GPL vmlinux 0xf5ce6ffb fsnotify_add_mark +EXPORT_SYMBOL_GPL vmlinux 0xf5cf9c3b sdio_retune_crc_enable +EXPORT_SYMBOL_GPL vmlinux 0xf5d2b086 rio_del_mport_pw_handler +EXPORT_SYMBOL_GPL vmlinux 0xf5e0ee35 led_classdev_unregister +EXPORT_SYMBOL_GPL vmlinux 0xf5e93e0c spi_add_device +EXPORT_SYMBOL_GPL vmlinux 0xf5f370e0 async_schedule_node +EXPORT_SYMBOL_GPL vmlinux 0xf5f8327e wakeup_source_unregister +EXPORT_SYMBOL_GPL vmlinux 0xf61baa65 pids_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0xf62bb34b i2c_dw_adjust_bus_speed +EXPORT_SYMBOL_GPL vmlinux 0xf63109bd imx_clk_hw_pllv4 +EXPORT_SYMBOL_GPL vmlinux 0xf636fbb5 regulator_get_optional +EXPORT_SYMBOL_GPL vmlinux 0xf642c8ab rio_dma_prep_slave_sg +EXPORT_SYMBOL_GPL vmlinux 0xf645e551 usb_get_from_anchor +EXPORT_SYMBOL_GPL vmlinux 0xf65907d5 clk_hw_register_fixed_factor +EXPORT_SYMBOL_GPL vmlinux 0xf663ee2f pcap_adc_sync +EXPORT_SYMBOL_GPL vmlinux 0xf693ec81 irq_domain_translate_onecell +EXPORT_SYMBOL_GPL vmlinux 0xf69ed2db devm_clk_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0xf6a12d0a serdev_device_get_tiocm +EXPORT_SYMBOL_GPL vmlinux 0xf6a24845 regulator_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0xf6a6fb76 hwrng_msleep +EXPORT_SYMBOL_GPL vmlinux 0xf6b80407 rockchip_clk_init +EXPORT_SYMBOL_GPL vmlinux 0xf6beee37 __SCK__tp_func_pelt_cfs_tp +EXPORT_SYMBOL_GPL vmlinux 0xf6c8dc62 cpu_hotplug_enable +EXPORT_SYMBOL_GPL vmlinux 0xf6dda993 devm_watchdog_register_device +EXPORT_SYMBOL_GPL vmlinux 0xf6de0895 spi_mem_dirmap_read +EXPORT_SYMBOL_GPL vmlinux 0xf6e53d06 bdi_dev_name +EXPORT_SYMBOL_GPL vmlinux 0xf6e874f5 ata_timing_merge +EXPORT_SYMBOL_GPL vmlinux 0xf6f345e0 snd_device_get_state +EXPORT_SYMBOL_GPL vmlinux 0xf70ac4cc __traceiter_wbc_writepage +EXPORT_SYMBOL_GPL vmlinux 0xf70d4edc snd_soc_of_parse_audio_routing +EXPORT_SYMBOL_GPL vmlinux 0xf72351ee bus_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0xf72a65ea tty_get_char_size +EXPORT_SYMBOL_GPL vmlinux 0xf730fb4a qcom_smem_state_update_bits +EXPORT_SYMBOL_GPL vmlinux 0xf73b3354 mtd_is_locked +EXPORT_SYMBOL_GPL vmlinux 0xf73d0b51 __tracepoint_map +EXPORT_SYMBOL_GPL vmlinux 0xf7455c16 input_event_to_user +EXPORT_SYMBOL_GPL vmlinux 0xf749debc md5_zero_message_hash +EXPORT_SYMBOL_GPL vmlinux 0xf74a57aa wakeup_source_destroy +EXPORT_SYMBOL_GPL vmlinux 0xf75068c9 regulator_list_voltage_table +EXPORT_SYMBOL_GPL vmlinux 0xf761ce14 ahci_platform_ops +EXPORT_SYMBOL_GPL vmlinux 0xf76b0a59 read_current_timer +EXPORT_SYMBOL_GPL vmlinux 0xf7761fdd smpboot_register_percpu_thread +EXPORT_SYMBOL_GPL vmlinux 0xf79c4db1 nvmem_cell_read_u16 +EXPORT_SYMBOL_GPL vmlinux 0xf79fee05 blk_queue_rq_timeout +EXPORT_SYMBOL_GPL vmlinux 0xf7b366c8 sdio_release_host +EXPORT_SYMBOL_GPL vmlinux 0xf7bc95b0 devlink_fmsg_pair_nest_start +EXPORT_SYMBOL_GPL vmlinux 0xf7c36320 sdio_register_driver +EXPORT_SYMBOL_GPL vmlinux 0xf7c4f184 devm_phy_destroy +EXPORT_SYMBOL_GPL vmlinux 0xf7c80dba of_genpd_add_provider_simple +EXPORT_SYMBOL_GPL vmlinux 0xf7c96d98 dev_coredumpv +EXPORT_SYMBOL_GPL vmlinux 0xf7d31704 rio_register_scan +EXPORT_SYMBOL_GPL vmlinux 0xf7d69fb0 ip6_route_input_lookup +EXPORT_SYMBOL_GPL vmlinux 0xf7d72ae7 gen_pool_get +EXPORT_SYMBOL_GPL vmlinux 0xf7d795a6 snd_compr_stop_error +EXPORT_SYMBOL_GPL vmlinux 0xf7f44779 __traceiter_ata_exec_command +EXPORT_SYMBOL_GPL vmlinux 0xf7f5139b pinmux_generic_add_function +EXPORT_SYMBOL_GPL vmlinux 0xf80ac077 devm_gpiod_get_index_optional +EXPORT_SYMBOL_GPL vmlinux 0xf80f5fc7 __SCK__tp_func_ata_exec_command +EXPORT_SYMBOL_GPL vmlinux 0xf80fdecb of_pm_clk_add_clks +EXPORT_SYMBOL_GPL vmlinux 0xf815cbea inverse_translate +EXPORT_SYMBOL_GPL vmlinux 0xf81dce70 thermal_genl_cpu_capability_event +EXPORT_SYMBOL_GPL vmlinux 0xf81e1222 pci_max_pasids +EXPORT_SYMBOL_GPL vmlinux 0xf820e869 regmap_get_val_endian +EXPORT_SYMBOL_GPL vmlinux 0xf82137c9 rio_mport_initialize +EXPORT_SYMBOL_GPL vmlinux 0xf82262c2 pci_epc_map_addr +EXPORT_SYMBOL_GPL vmlinux 0xf825529e __fl6_sock_lookup +EXPORT_SYMBOL_GPL vmlinux 0xf8293076 mtk_devm_alloc_clk_data +EXPORT_SYMBOL_GPL vmlinux 0xf82f16b3 execute_in_process_context +EXPORT_SYMBOL_GPL vmlinux 0xf82f3657 work_on_cpu +EXPORT_SYMBOL_GPL vmlinux 0xf84e14ef seg6_do_srh_encap +EXPORT_SYMBOL_GPL vmlinux 0xf8599dad crypto_grab_ahash +EXPORT_SYMBOL_GPL vmlinux 0xf85f3663 irq_domain_disconnect_hierarchy +EXPORT_SYMBOL_GPL vmlinux 0xf873add3 mtk_pinconf_bias_set +EXPORT_SYMBOL_GPL vmlinux 0xf88145ed crypto_comp_compress +EXPORT_SYMBOL_GPL vmlinux 0xf883bf93 crypto_dh_key_len +EXPORT_SYMBOL_GPL vmlinux 0xf89c3ac4 br_ip6_fragment +EXPORT_SYMBOL_GPL vmlinux 0xf8a0784f rockchip_clk_register_armclk +EXPORT_SYMBOL_GPL vmlinux 0xf8a1b1ca snd_soc_component_initialize +EXPORT_SYMBOL_GPL vmlinux 0xf8aa4765 cpts_create +EXPORT_SYMBOL_GPL vmlinux 0xf8b1730f vcap_rule_add_key_bit +EXPORT_SYMBOL_GPL vmlinux 0xf8bd0d8e __list_lru_init +EXPORT_SYMBOL_GPL vmlinux 0xf8daeeed kobject_rename +EXPORT_SYMBOL_GPL vmlinux 0xf8dcb664 adp5520_write +EXPORT_SYMBOL_GPL vmlinux 0xf8ebf349 blk_mq_freeze_queue_wait +EXPORT_SYMBOL_GPL vmlinux 0xf8f2a4eb snd_kill_fasync +EXPORT_SYMBOL_GPL vmlinux 0xf8f3a0fb ata_ratelimit +EXPORT_SYMBOL_GPL vmlinux 0xf8fda2bb gpiochip_lock_as_irq +EXPORT_SYMBOL_GPL vmlinux 0xf9046ad6 css_next_descendant_pre +EXPORT_SYMBOL_GPL vmlinux 0xf916d67e crypto_alg_mod_lookup +EXPORT_SYMBOL_GPL vmlinux 0xf922f856 cpufreq_cooling_register +EXPORT_SYMBOL_GPL vmlinux 0xf9288b2a nvmem_device_find +EXPORT_SYMBOL_GPL vmlinux 0xf938cadd kthread_mod_delayed_work +EXPORT_SYMBOL_GPL vmlinux 0xf95322f4 kthread_parkme +EXPORT_SYMBOL_GPL vmlinux 0xf95db1af debugfs_create_size_t +EXPORT_SYMBOL_GPL vmlinux 0xf9622dd1 snd_soc_daifmt_clock_provider_from_bitmap +EXPORT_SYMBOL_GPL vmlinux 0xf96469a2 ata_sas_port_init +EXPORT_SYMBOL_GPL vmlinux 0xf9695e02 snd_pcm_stream_lock +EXPORT_SYMBOL_GPL vmlinux 0xf96da44f xa_delete_node +EXPORT_SYMBOL_GPL vmlinux 0xf96dfb07 mmu_interval_notifier_insert +EXPORT_SYMBOL_GPL vmlinux 0xf979c6bb phy_speed_down +EXPORT_SYMBOL_GPL vmlinux 0xf97db83b mmu_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0xf98350e4 nf_queue_nf_hook_drop +EXPORT_SYMBOL_GPL vmlinux 0xf991ccf9 serial8250_tx_chars +EXPORT_SYMBOL_GPL vmlinux 0xf991ed24 inet6_sk_rebuild_header +EXPORT_SYMBOL_GPL vmlinux 0xf9997e46 snd_soc_bytes_get +EXPORT_SYMBOL_GPL vmlinux 0xf99a0cd4 fsverity_cleanup_inode +EXPORT_SYMBOL_GPL vmlinux 0xf99eaaad iommu_alloc_resv_region +EXPORT_SYMBOL_GPL vmlinux 0xf9a054b5 __round_jiffies +EXPORT_SYMBOL_GPL vmlinux 0xf9a3003c inet6_lookup +EXPORT_SYMBOL_GPL vmlinux 0xf9ac872c perf_pmu_register +EXPORT_SYMBOL_GPL vmlinux 0xf9c5c4f8 bpf_prog_put +EXPORT_SYMBOL_GPL vmlinux 0xf9c791da icc_provider_del +EXPORT_SYMBOL_GPL vmlinux 0xf9d129df klist_iter_init_node +EXPORT_SYMBOL_GPL vmlinux 0xf9d7c157 param_set_bool_enable_only +EXPORT_SYMBOL_GPL vmlinux 0xf9e54b6a __netpoll_cleanup +EXPORT_SYMBOL_GPL vmlinux 0xf9f98cc8 vfs_lock_file +EXPORT_SYMBOL_GPL vmlinux 0xfa03858a sram_exec_copy +EXPORT_SYMBOL_GPL vmlinux 0xfa1eb910 unregister_syscore_ops +EXPORT_SYMBOL_GPL vmlinux 0xfa1fec53 dw_pcie_find_capability +EXPORT_SYMBOL_GPL vmlinux 0xfa20488d tcp_parse_mss_option +EXPORT_SYMBOL_GPL vmlinux 0xfa231abb serdev_device_close +EXPORT_SYMBOL_GPL vmlinux 0xfa283f1f vcap_find_keystream_keysets +EXPORT_SYMBOL_GPL vmlinux 0xfa37fb11 vcap_mod_rule +EXPORT_SYMBOL_GPL vmlinux 0xfa3d4879 dev_pm_opp_set_rate +EXPORT_SYMBOL_GPL vmlinux 0xfa4c31c9 irq_domain_add_legacy +EXPORT_SYMBOL_GPL vmlinux 0xfa4d6e5d clk_hw_get_rate +EXPORT_SYMBOL_GPL vmlinux 0xfa4fec0d sk_msg_return +EXPORT_SYMBOL_GPL vmlinux 0xfa58af40 sata_lpm_ignore_phy_events +EXPORT_SYMBOL_GPL vmlinux 0xfa61903d __trace_array_puts +EXPORT_SYMBOL_GPL vmlinux 0xfa74f2fe inet_getpeer +EXPORT_SYMBOL_GPL vmlinux 0xfa7c2e49 mas_next +EXPORT_SYMBOL_GPL vmlinux 0xfa82f473 klist_next +EXPORT_SYMBOL_GPL vmlinux 0xfa86251f cn_add_callback +EXPORT_SYMBOL_GPL vmlinux 0xfaaf8621 power_supply_battery_bti_in_range +EXPORT_SYMBOL_GPL vmlinux 0xfab0175b of_clk_parent_fill +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 0xfabc995c relay_buf_full +EXPORT_SYMBOL_GPL vmlinux 0xfabdcb0e vchan_find_desc +EXPORT_SYMBOL_GPL vmlinux 0xfad9c827 kill_dax +EXPORT_SYMBOL_GPL vmlinux 0xfaf429ae handle_fasteoi_mask_irq +EXPORT_SYMBOL_GPL vmlinux 0xfaf598c6 snd_ctl_request_layer +EXPORT_SYMBOL_GPL vmlinux 0xfb06fcc5 mbox_request_channel_byname +EXPORT_SYMBOL_GPL vmlinux 0xfb24d4ab blocking_notifier_chain_unregister +EXPORT_SYMBOL_GPL vmlinux 0xfb292365 pm_generic_restore +EXPORT_SYMBOL_GPL vmlinux 0xfb2a132d pm_genpd_add_subdomain +EXPORT_SYMBOL_GPL vmlinux 0xfb32b30f ring_buffer_read_prepare_sync +EXPORT_SYMBOL_GPL vmlinux 0xfb51f520 gen_pool_size +EXPORT_SYMBOL_GPL vmlinux 0xfb538640 nanddev_bbt_update +EXPORT_SYMBOL_GPL vmlinux 0xfb5808f4 bpf_prog_create_from_user +EXPORT_SYMBOL_GPL vmlinux 0xfb60faf5 posix_acl_clone +EXPORT_SYMBOL_GPL vmlinux 0xfb615859 __tracepoint_block_unplug +EXPORT_SYMBOL_GPL vmlinux 0xfb664dd2 badblocks_store +EXPORT_SYMBOL_GPL vmlinux 0xfb6eedf9 power_group_name +EXPORT_SYMBOL_GPL vmlinux 0xfb73451f alarm_try_to_cancel +EXPORT_SYMBOL_GPL vmlinux 0xfb73e28c regmap_get_val_bytes +EXPORT_SYMBOL_GPL vmlinux 0xfb7a4a7f btree_last +EXPORT_SYMBOL_GPL vmlinux 0xfb82c16e mtk_mux_gate_clr_set_upd_ops +EXPORT_SYMBOL_GPL vmlinux 0xfb848329 simple_attr_release +EXPORT_SYMBOL_GPL vmlinux 0xfb8b6901 ata_sff_port_intr +EXPORT_SYMBOL_GPL vmlinux 0xfb96f72b topology_set_scale_freq_source +EXPORT_SYMBOL_GPL vmlinux 0xfba6114e snd_soc_get_volsw_sx +EXPORT_SYMBOL_GPL vmlinux 0xfbbd41ca no_action +EXPORT_SYMBOL_GPL vmlinux 0xfbc3468e nvmem_cell_read_u8 +EXPORT_SYMBOL_GPL vmlinux 0xfbc6a4e5 crypto_unregister_acomps +EXPORT_SYMBOL_GPL vmlinux 0xfbc906bb scsi_autopm_put_device +EXPORT_SYMBOL_GPL vmlinux 0xfbcdceaf ip6_input +EXPORT_SYMBOL_GPL vmlinux 0xfbd059d4 devm_regulator_bulk_put +EXPORT_SYMBOL_GPL vmlinux 0xfbdd5682 devm_devfreq_event_add_edev +EXPORT_SYMBOL_GPL vmlinux 0xfbdfffe8 add_disk_randomness +EXPORT_SYMBOL_GPL vmlinux 0xfbe0f17d soc_ac97_ops +EXPORT_SYMBOL_GPL vmlinux 0xfbe3b34e device_for_each_child +EXPORT_SYMBOL_GPL vmlinux 0xfbe5a929 pm_genpd_init +EXPORT_SYMBOL_GPL vmlinux 0xfc014cb6 smp_call_function_any +EXPORT_SYMBOL_GPL vmlinux 0xfc03d97a page_is_ram +EXPORT_SYMBOL_GPL vmlinux 0xfc04b747 lp8788_read_multi_bytes +EXPORT_SYMBOL_GPL vmlinux 0xfc0d43ab usb_add_phy +EXPORT_SYMBOL_GPL vmlinux 0xfc11edf9 fsl8250_handle_irq +EXPORT_SYMBOL_GPL vmlinux 0xfc14bb2e dm_get_dev_t +EXPORT_SYMBOL_GPL vmlinux 0xfc1de4df serial8250_request_dma +EXPORT_SYMBOL_GPL vmlinux 0xfc1f6c1c tracing_snapshot_cond +EXPORT_SYMBOL_GPL vmlinux 0xfc5ee573 blk_add_driver_data +EXPORT_SYMBOL_GPL vmlinux 0xfc7c9b28 alarmtimer_get_rtcdev +EXPORT_SYMBOL_GPL vmlinux 0xfc828455 udp_bpf_update_proto +EXPORT_SYMBOL_GPL vmlinux 0xfc942360 dev_pm_qos_update_user_latency_tolerance +EXPORT_SYMBOL_GPL vmlinux 0xfc9cfb18 tegra_bpmp_mrq_return +EXPORT_SYMBOL_GPL vmlinux 0xfcb0be67 driver_remove_file +EXPORT_SYMBOL_GPL vmlinux 0xfcbadac2 irq_chip_set_parent_state +EXPORT_SYMBOL_GPL vmlinux 0xfcbdf88e dw_pcie_ep_init_notify +EXPORT_SYMBOL_GPL vmlinux 0xfcc45e5f devm_pwmchip_add +EXPORT_SYMBOL_GPL vmlinux 0xfcd949ab crypto_hash_alg_has_setkey +EXPORT_SYMBOL_GPL vmlinux 0xfce4c7c1 of_hwspin_lock_get_id_byname +EXPORT_SYMBOL_GPL vmlinux 0xfcea1ae8 __get_task_comm +EXPORT_SYMBOL_GPL vmlinux 0xfcf2637d wm8350_reg_lock +EXPORT_SYMBOL_GPL vmlinux 0xfcf49c53 inet_ehash_nolisten +EXPORT_SYMBOL_GPL vmlinux 0xfcf54d1d add_wait_queue_priority +EXPORT_SYMBOL_GPL vmlinux 0xfcf90919 pci_bridge_secondary_bus_reset +EXPORT_SYMBOL_GPL vmlinux 0xfcf9ef73 hw_protection_shutdown +EXPORT_SYMBOL_GPL vmlinux 0xfd0940b9 dev_pm_opp_of_find_icc_paths +EXPORT_SYMBOL_GPL vmlinux 0xfd123c91 ata_sff_check_status +EXPORT_SYMBOL_GPL vmlinux 0xfd2190bc extcon_get_state +EXPORT_SYMBOL_GPL vmlinux 0xfd247e83 fscrypt_fname_siphash +EXPORT_SYMBOL_GPL vmlinux 0xfd2c62ad devlink_dpipe_table_counter_enabled +EXPORT_SYMBOL_GPL vmlinux 0xfd32e496 aead_geniv_alloc +EXPORT_SYMBOL_GPL vmlinux 0xfd36c67b gpiod_toggle_active_low +EXPORT_SYMBOL_GPL vmlinux 0xfd3ba528 of_platform_default_populate +EXPORT_SYMBOL_GPL vmlinux 0xfd40ad83 kfree_strarray +EXPORT_SYMBOL_GPL vmlinux 0xfd41264d synth_event_trace_start +EXPORT_SYMBOL_GPL vmlinux 0xfd47eefa dma_fence_unwrap_next +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 0xfd6cc1da snd_soc_component_set_pll +EXPORT_SYMBOL_GPL vmlinux 0xfd6f5e21 of_devfreq_cooling_register_power +EXPORT_SYMBOL_GPL vmlinux 0xfd75cfd7 spi_sync_locked +EXPORT_SYMBOL_GPL vmlinux 0xfd77e268 register_sys_off_handler +EXPORT_SYMBOL_GPL vmlinux 0xfd902e92 kgdb_unregister_io_module +EXPORT_SYMBOL_GPL vmlinux 0xfd909a8b devm_pm_runtime_enable +EXPORT_SYMBOL_GPL vmlinux 0xfd9b96ef vp_legacy_get_driver_features +EXPORT_SYMBOL_GPL vmlinux 0xfda3488e mtk_mmsys_ddp_disconnect +EXPORT_SYMBOL_GPL vmlinux 0xfdb16d33 irq_domain_free_fwnode +EXPORT_SYMBOL_GPL vmlinux 0xfdbd7a17 crypto_get_attr_type +EXPORT_SYMBOL_GPL vmlinux 0xfdc6524c snd_soc_dapm_new_dai_widgets +EXPORT_SYMBOL_GPL vmlinux 0xfdc8ca64 device_match_name +EXPORT_SYMBOL_GPL vmlinux 0xfdd0aba1 snd_soc_new_ac97_component +EXPORT_SYMBOL_GPL vmlinux 0xfdd3035b clk_hw_is_prepared +EXPORT_SYMBOL_GPL vmlinux 0xfdd95146 pci_cfg_access_lock +EXPORT_SYMBOL_GPL vmlinux 0xfe075832 crypto_stats_akcipher_encrypt +EXPORT_SYMBOL_GPL vmlinux 0xfe083cf6 sata_async_notification +EXPORT_SYMBOL_GPL vmlinux 0xfe0bbbd2 atomic_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0xfe1a7a7b mpi_point_release +EXPORT_SYMBOL_GPL vmlinux 0xfe1b2f45 ring_buffer_unlock_commit +EXPORT_SYMBOL_GPL vmlinux 0xfe263de1 param_set_uint_minmax +EXPORT_SYMBOL_GPL vmlinux 0xfe29d810 trace_seq_to_user +EXPORT_SYMBOL_GPL vmlinux 0xfe2f0e17 deregister_mtd_blktrans +EXPORT_SYMBOL_GPL vmlinux 0xfe476039 ktime_get_resolution_ns +EXPORT_SYMBOL_GPL vmlinux 0xfe4ed86a sock_map_destroy +EXPORT_SYMBOL_GPL vmlinux 0xfe4f45da cpuidle_get_driver +EXPORT_SYMBOL_GPL vmlinux 0xfe4f708e pci_epf_bind +EXPORT_SYMBOL_GPL vmlinux 0xfe6e356a regulator_set_soft_start_regmap +EXPORT_SYMBOL_GPL vmlinux 0xfe71c6c0 blk_mq_quiesce_tagset +EXPORT_SYMBOL_GPL vmlinux 0xfe8cb56f stmpe_enable +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 0xfe9a87fa fib_new_table +EXPORT_SYMBOL_GPL vmlinux 0xfea1b3f1 inet_hashinfo2_init_mod +EXPORT_SYMBOL_GPL vmlinux 0xfea70255 usb_alloc_streams +EXPORT_SYMBOL_GPL vmlinux 0xfead104e of_msi_configure +EXPORT_SYMBOL_GPL vmlinux 0xfeb13a08 __vfs_removexattr_locked +EXPORT_SYMBOL_GPL vmlinux 0xfebc47eb virtqueue_kick +EXPORT_SYMBOL_GPL vmlinux 0xfec25a77 mtd_pairing_info_to_wunit +EXPORT_SYMBOL_GPL vmlinux 0xfec3bf84 icst_clk_setup +EXPORT_SYMBOL_GPL vmlinux 0xfec60b0c __ata_ehi_push_desc +EXPORT_SYMBOL_GPL vmlinux 0xfed11ed1 usb_mon_deregister +EXPORT_SYMBOL_GPL vmlinux 0xff05fa13 vring_interrupt +EXPORT_SYMBOL_GPL vmlinux 0xff0d8d6a ahci_start_engine +EXPORT_SYMBOL_GPL vmlinux 0xff12e6e4 xfrm_state_afinfo_get_rcu +EXPORT_SYMBOL_GPL vmlinux 0xff1666f3 reset_control_bulk_assert +EXPORT_SYMBOL_GPL vmlinux 0xff1b470b irq_domain_associate +EXPORT_SYMBOL_GPL vmlinux 0xff1dffcb debugfs_create_devm_seqfile +EXPORT_SYMBOL_GPL vmlinux 0xff291ecf clk_unregister_divider +EXPORT_SYMBOL_GPL vmlinux 0xff2fbdf4 pci_epc_raise_irq +EXPORT_SYMBOL_GPL vmlinux 0xff34d1e5 fsl_mc_device_group +EXPORT_SYMBOL_GPL vmlinux 0xff396a49 __blk_req_zone_write_unlock +EXPORT_SYMBOL_GPL vmlinux 0xff42c374 usb_role_switch_get_role +EXPORT_SYMBOL_GPL vmlinux 0xff462c05 of_phandle_args_to_fwspec +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 0xff9b808b pinctrl_utils_reserve_map +EXPORT_SYMBOL_GPL vmlinux 0xffa38362 bus_get_device_klist +EXPORT_SYMBOL_GPL vmlinux 0xffa6823c clk_hw_register_composite +EXPORT_SYMBOL_GPL vmlinux 0xffae8e8b nsecs_to_jiffies +EXPORT_SYMBOL_GPL vmlinux 0xffb5b293 skb_mpls_update_lse +EXPORT_SYMBOL_GPL vmlinux 0xffc31016 __stack_depot_save +EXPORT_SYMBOL_GPL vmlinux 0xffca1e09 crypto_register_aeads +EXPORT_SYMBOL_GPL vmlinux 0xffe5dd32 dev_pm_genpd_set_performance_state +EXPORT_SYMBOL_GPL vmlinux 0xfff33e92 pci_vfs_assigned +EXPORT_SYMBOL_GPL vmlinux 0xfff6b5d5 to_of_pinfo +EXPORT_SYMBOL_GPL vmlinux 0xfffcae40 iomap_truncate_page +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 0x0d693a5e cs_dsp_adsp1_power_up drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x0ef413a8 cs_dsp_coeff_read_ctrl drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x0fafd03d cs_dsp_coeff_write_acked_control 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 0x153bfa0a cs_dsp_adsp2_bus_error drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x29f41a45 cs_dsp_get_ctl drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x2d4589de cs_dsp_cleanup_debugfs drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x31651889 cs_dsp_halo_bus_error drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x37a475d7 cs_dsp_adsp1_power_down drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x47cfe0af 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 0x53da54f0 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 0x6e544346 cs_dsp_power_down drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x7670af5e cs_dsp_adsp2_init drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x82b40b1b cs_dsp_write_data_word drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x82f3f496 cs_dsp_remove drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x82feb3a3 cs_dsp_find_alg_region drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x8c81d08a cs_dsp_coeff_write_ctrl drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x8d5386ef cs_dsp_power_up drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x9aed76c1 cs_dsp_set_dspclk 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 0xa64fa562 cs_dsp_adsp1_init drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0xa95dc634 cs_dsp_halo_wdt_expire drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0xb2cce60d 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 0xdcd50dcc cs_dsp_run drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0xed98dff2 cs_dsp_halo_init drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0xf9935261 cs_dsp_stop drivers/firmware/cirrus/cs_dsp +HWMON_THERMAL EXPORT_SYMBOL_GPL 0x0ff57e5c hwmon_device_register_for_thermal vmlinux +IIO_AD5592R EXPORT_SYMBOL_GPL 0x4038d771 ad5592r_remove drivers/iio/dac/ad5592r-base +IIO_AD5592R EXPORT_SYMBOL_GPL 0x5f0b792a ad5592r_probe drivers/iio/dac/ad5592r-base +IIO_AD5686 EXPORT_SYMBOL_GPL 0x7c035287 ad5686_remove drivers/iio/dac/ad5686 +IIO_AD5686 EXPORT_SYMBOL_GPL 0x94402190 ad5686_probe drivers/iio/dac/ad5686 +IIO_AD7091R EXPORT_SYMBOL_GPL 0x0980fe29 ad7091r_regmap_config drivers/iio/adc/ad7091r-base +IIO_AD7091R EXPORT_SYMBOL_GPL 0x18f820f4 ad7091r_probe drivers/iio/adc/ad7091r-base +IIO_AD7606 EXPORT_SYMBOL_GPL 0x3d0d71f7 ad7606_pm_ops drivers/iio/adc/ad7606 +IIO_AD7606 EXPORT_SYMBOL_GPL 0x9e2bccc3 ad7606_probe drivers/iio/adc/ad7606 +IIO_ADISLIB EXPORT_SYMBOL 0x30a35e8b adis_debugfs_reg_access drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL 0x7bccb1b6 __adis_enable_irq drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0x0018c324 __adis_check_status drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0x16d7f55d __adis_initial_startup drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0x35227331 __adis_write_reg drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0x38a252d0 devm_adis_probe_trigger drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0x40e6a99a adis_init drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0x6926c8de devm_adis_setup_buffer_and_trigger drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0xb0454539 adis_single_conversion drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0xd139804c __adis_update_bits_base drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0xe881460d adis_update_scan_mode drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0xf19d0a7e __adis_read_reg drivers/iio/imu/adis_lib +IIO_ADIS_LIB EXPORT_SYMBOL_GPL 0x93400eb2 __adis_reset drivers/iio/imu/adis_lib +IIO_ADI_AXI EXPORT_SYMBOL_GPL 0x2694d0af devm_adi_axi_adc_conv_register drivers/iio/adc/adi-axi-adc +IIO_ADI_AXI EXPORT_SYMBOL_GPL 0xd9386f48 adi_axi_adc_conv_priv drivers/iio/adc/adi-axi-adc +IIO_ADXL313 EXPORT_SYMBOL_GPL 0x49a9104a 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 0xd2ffbdb6 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 0x0892d788 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 0x3ad63b8b adxl367_probe drivers/iio/accel/adxl367 +IIO_ADXL372 EXPORT_SYMBOL_GPL 0x905de79c adxl372_readable_noinc_reg drivers/iio/accel/adxl372 +IIO_ADXL372 EXPORT_SYMBOL_GPL 0xaac64496 adxl372_probe drivers/iio/accel/adxl372 +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0x23d0f9e1 ad_sd_calibrate_all drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0x48bb7f32 ad_sd_calibrate drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0x635a0106 ad_sd_write_reg drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0x8a114785 devm_ad_sd_setup_buffer_and_trigger drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0x9261b341 ad_sd_init drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0xa2f00402 ad_sd_reset drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0xe8dfd89a ad_sd_validate_trigger drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0xec1802f6 ad_sd_read_reg drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0xf4e29f7d ad_sigma_delta_single_conversion drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0xf751b645 ad_sd_set_comm drivers/iio/adc/ad_sigma_delta +IIO_BMA400 EXPORT_SYMBOL 0x2c1c6531 bma400_probe drivers/iio/accel/bma400_core +IIO_BMA400 EXPORT_SYMBOL 0x684c572a bma400_regmap_config drivers/iio/accel/bma400_core +IIO_BMC150 EXPORT_SYMBOL_GPL 0x21b19ea8 bmc150_accel_core_probe drivers/iio/accel/bmc150-accel-core +IIO_BMC150 EXPORT_SYMBOL_GPL 0x406edab2 bmc150_regmap_conf drivers/iio/accel/bmc150-accel-core +IIO_BMC150 EXPORT_SYMBOL_GPL 0x7ef4eecb bmc150_accel_core_remove drivers/iio/accel/bmc150-accel-core +IIO_BMC150 EXPORT_SYMBOL_GPL 0x877910c2 bmc150_accel_pm_ops drivers/iio/accel/bmc150-accel-core +IIO_BMC150_MAGN EXPORT_SYMBOL 0x86b8d168 bmc150_magn_regmap_config drivers/iio/magnetometer/bmc150_magn +IIO_BMC150_MAGN EXPORT_SYMBOL 0xab7cbf97 bmc150_magn_remove drivers/iio/magnetometer/bmc150_magn +IIO_BMC150_MAGN EXPORT_SYMBOL 0xc0010259 bmc150_magn_pm_ops drivers/iio/magnetometer/bmc150_magn +IIO_BMC150_MAGN EXPORT_SYMBOL 0xe962b0e8 bmc150_magn_probe drivers/iio/magnetometer/bmc150_magn +IIO_BME680 EXPORT_SYMBOL 0xe35cd6eb bme680_regmap_config drivers/iio/chemical/bme680_core +IIO_BME680 EXPORT_SYMBOL_GPL 0x5279a327 bme680_core_probe drivers/iio/chemical/bme680_core +IIO_BMI088 EXPORT_SYMBOL_GPL 0x11b94375 bmi088_accel_pm_ops drivers/iio/accel/bmi088-accel-core +IIO_BMI088 EXPORT_SYMBOL_GPL 0x42b3ecdf bmi088_accel_core_probe drivers/iio/accel/bmi088-accel-core +IIO_BMI088 EXPORT_SYMBOL_GPL 0xc58cd8ac bmi088_accel_core_remove drivers/iio/accel/bmi088-accel-core +IIO_BMI088 EXPORT_SYMBOL_GPL 0xcee5ed60 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 0xdc9fb68f bmi160_regmap_config drivers/iio/imu/bmi160/bmi160_core +IIO_BMI160 EXPORT_SYMBOL_GPL 0xe295b139 bmi160_core_probe drivers/iio/imu/bmi160/bmi160_core +IIO_BMP280 EXPORT_SYMBOL 0x2fc01084 bmp280_regmap_config drivers/iio/pressure/bmp280 +IIO_BMP280 EXPORT_SYMBOL 0x69b41730 bmp280_common_probe drivers/iio/pressure/bmp280 +IIO_BMP280 EXPORT_SYMBOL 0xc092a665 bmp380_regmap_config drivers/iio/pressure/bmp280 +IIO_BMP280 EXPORT_SYMBOL 0xc546cde6 bmp180_regmap_config drivers/iio/pressure/bmp280 +IIO_BNO055 EXPORT_SYMBOL_GPL 0x1149f1f4 bno055_probe drivers/iio/imu/bno055/bno055 +IIO_BNO055 EXPORT_SYMBOL_GPL 0xb37c6847 bno055_regmap_config drivers/iio/imu/bno055/bno055 +IIO_FXAS21002C EXPORT_SYMBOL_GPL 0x30f298db fxas21002c_core_probe drivers/iio/gyro/fxas21002c_core +IIO_FXAS21002C EXPORT_SYMBOL_GPL 0xaf63dad0 fxas21002c_core_remove drivers/iio/gyro/fxas21002c_core +IIO_FXAS21002C EXPORT_SYMBOL_GPL 0xdc015a17 fxas21002c_pm_ops drivers/iio/gyro/fxas21002c_core +IIO_FXLS8962AF EXPORT_SYMBOL_GPL 0x1b362e0a fxls8962af_core_probe drivers/iio/accel/fxls8962af-core +IIO_FXLS8962AF EXPORT_SYMBOL_GPL 0x3b38afce fxls8962af_i2c_regmap_conf drivers/iio/accel/fxls8962af-core +IIO_FXLS8962AF EXPORT_SYMBOL_GPL 0x99e63b0b fxls8962af_spi_regmap_conf drivers/iio/accel/fxls8962af-core +IIO_FXLS8962AF EXPORT_SYMBOL_GPL 0xe3483587 fxls8962af_pm_ops drivers/iio/accel/fxls8962af-core +IIO_HID EXPORT_SYMBOL 0x076f01e6 hid_sensor_pm_ops drivers/iio/common/hid-sensors/hid-sensor-trigger +IIO_HID EXPORT_SYMBOL 0x1906262f hid_sensor_power_state drivers/iio/common/hid-sensors/hid-sensor-trigger +IIO_HID EXPORT_SYMBOL 0x1ceed4fd hid_sensor_setup_trigger drivers/iio/common/hid-sensors/hid-sensor-trigger +IIO_HID EXPORT_SYMBOL 0x3b9c0ece hid_sensor_parse_common_attributes drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID EXPORT_SYMBOL 0x5cadf5a3 hid_sensor_remove_trigger drivers/iio/common/hid-sensors/hid-sensor-trigger +IIO_HID EXPORT_SYMBOL 0x660ce5e8 hid_sensor_read_raw_hyst_rel_value drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID EXPORT_SYMBOL 0x7f7621ec hid_sensor_format_scale drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID EXPORT_SYMBOL 0x99b8dc47 hid_sensor_write_samp_freq_value drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID EXPORT_SYMBOL 0x9ae10f20 hid_sensor_write_raw_hyst_rel_value drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID EXPORT_SYMBOL 0xa7608301 hid_sensor_read_raw_hyst_value drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID EXPORT_SYMBOL 0xbd9b3d6a hid_sensor_convert_timestamp drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID EXPORT_SYMBOL 0xc22e9fda hid_sensor_read_samp_freq_value drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID EXPORT_SYMBOL 0xca9804fc hid_sensor_write_raw_hyst_value drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID_ATTRIBUTES EXPORT_SYMBOL 0x535b3dc9 hid_sensor_batch_mode_supported drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID_ATTRIBUTES EXPORT_SYMBOL 0x72efa7a8 hid_sensor_set_report_latency drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID_ATTRIBUTES EXPORT_SYMBOL 0x9d953dbc hid_sensor_read_poll_value drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID_ATTRIBUTES EXPORT_SYMBOL 0xb2b1cca1 hid_sensor_get_report_latency drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HMC5843 EXPORT_SYMBOL 0x62b081ca hmc5843_common_probe drivers/iio/magnetometer/hmc5843_core +IIO_HMC5843 EXPORT_SYMBOL 0x7463eb64 hmc5843_common_remove drivers/iio/magnetometer/hmc5843_core +IIO_HMC5843 EXPORT_SYMBOL 0x8ef9546c hmc5843_pm_ops drivers/iio/magnetometer/hmc5843_core +IIO_HTS221 EXPORT_SYMBOL 0x5a2758c5 hts221_probe drivers/iio/humidity/hts221 +IIO_HTS221 EXPORT_SYMBOL 0xad1d2970 hts221_pm_ops drivers/iio/humidity/hts221 +IIO_ICM42600 EXPORT_SYMBOL_GPL 0x1c6bbbdd inv_icm42600_regmap_config drivers/iio/imu/inv_icm42600/inv-icm42600 +IIO_ICM42600 EXPORT_SYMBOL_GPL 0x2a91a23b inv_icm42600_core_probe drivers/iio/imu/inv_icm42600/inv-icm42600 +IIO_ICM42600 EXPORT_SYMBOL_GPL 0xe3da3c1a inv_icm42600_pm_ops drivers/iio/imu/inv_icm42600/inv-icm42600 +IIO_KX022A EXPORT_SYMBOL_GPL 0x03b74f65 kx022a_probe_internal drivers/iio/accel/kionix-kx022a +IIO_KX022A EXPORT_SYMBOL_GPL 0xee70754c kx022a_regmap drivers/iio/accel/kionix-kx022a +IIO_KXSD9 EXPORT_SYMBOL 0xb55c68fb kxsd9_common_probe drivers/iio/accel/kxsd9 +IIO_KXSD9 EXPORT_SYMBOL 0xe0a83653 kxsd9_common_remove drivers/iio/accel/kxsd9 +IIO_KXSD9 EXPORT_SYMBOL 0xe76705f6 kxsd9_dev_pm_ops drivers/iio/accel/kxsd9 +IIO_LSM6DSX EXPORT_SYMBOL 0x7501c35a st_lsm6dsx_pm_ops drivers/iio/imu/st_lsm6dsx/st_lsm6dsx +IIO_LSM6DSX EXPORT_SYMBOL 0xcb17b80f 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 0x08c27e0a ms_sensors_show_battery_low 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 0x2d3fc98e ms_sensors_read_serial drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0x42b6a050 ms_sensors_convert_and_read drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0x53d4a4bb ms_sensors_ht_read_temperature drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0x583f9404 ms_sensors_tp_read_prom drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0x7410e38b ms_sensors_ht_read_humidity drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0x8778fc1a ms_sensors_read_temp_and_pressure drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0xb3f1df03 ms_sensors_write_heater drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0xd095246a ms_sensors_show_heater drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0xd98a3f3b ms_sensors_write_resolution drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MMA7455 EXPORT_SYMBOL_GPL 0x053b9de2 mma7455_core_regmap drivers/iio/accel/mma7455_core +IIO_MMA7455 EXPORT_SYMBOL_GPL 0x4ea08010 mma7455_core_remove drivers/iio/accel/mma7455_core +IIO_MMA7455 EXPORT_SYMBOL_GPL 0x63fa2dc6 mma7455_core_probe drivers/iio/accel/mma7455_core +IIO_MMA9551 EXPORT_SYMBOL 0x0c7c5a85 mma9551_read_config_byte drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x41ef446c mma9551_read_accel_scale drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x4b12b8e6 mma9551_read_config_word drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x5149a35a mma9551_write_config_byte drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x73fd01e9 mma9551_read_accel_chan drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x7d53250a mma9551_set_device_state drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x7ecc2cdc mma9551_write_config_words drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x92928466 mma9551_write_config_word drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x9f5f4b6e mma9551_read_config_words drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0xa7f4a98b mma9551_read_version drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0xa8f83283 mma9551_app_reset drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0xb18df6fb mma9551_read_status_byte drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0xbcd7fe96 mma9551_sleep drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0xd3db52f1 mma9551_set_power_state drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0xd79ade27 mma9551_read_status_words drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0xd7ddc781 mma9551_gpio_config drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0xf5d0ed80 mma9551_update_config_bits drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0xfc121571 mma9551_read_status_word drivers/iio/accel/mma9551_core +IIO_MPL115 EXPORT_SYMBOL 0x91710314 mpl115_dev_pm_ops drivers/iio/pressure/mpl115 +IIO_MPL115 EXPORT_SYMBOL_GPL 0x45c202d3 mpl115_probe drivers/iio/pressure/mpl115 +IIO_MPU6050 EXPORT_SYMBOL_GPL 0x879ab067 inv_mpu_pmops drivers/iio/imu/inv_mpu6050/inv-mpu6050 +IIO_MPU6050 EXPORT_SYMBOL_GPL 0xd80e7c64 inv_mpu_core_probe drivers/iio/imu/inv_mpu6050/inv-mpu6050 +IIO_MS5611 EXPORT_SYMBOL 0xc0632a5b ms5611_remove drivers/iio/pressure/ms5611_core +IIO_MS5611 EXPORT_SYMBOL 0xeef6ab10 ms5611_probe drivers/iio/pressure/ms5611_core +IIO_RESCALE EXPORT_SYMBOL_GPL 0x1865c5dc rescale_process_offset drivers/iio/afe/iio-rescale +IIO_RESCALE EXPORT_SYMBOL_GPL 0xce970070 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 0x2d888142 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 0x30bfc43b scd30_probe drivers/iio/chemical/scd30_core +IIO_SCD30 EXPORT_SYMBOL 0xbe5f87a8 scd30_pm_ops drivers/iio/chemical/scd30_core +IIO_SPS30 EXPORT_SYMBOL_GPL 0x78ad2b12 sps30_probe drivers/iio/chemical/sps30 +IIO_SSP_SENSORS EXPORT_SYMBOL 0x3cce7179 ssp_change_delay drivers/iio/common/ssp_sensors/sensorhub +IIO_SSP_SENSORS EXPORT_SYMBOL 0x4d25e004 ssp_disable_sensor drivers/iio/common/ssp_sensors/sensorhub +IIO_SSP_SENSORS EXPORT_SYMBOL 0x5e54a9ba ssp_common_buffer_postdisable drivers/iio/common/ssp_sensors/ssp_iio +IIO_SSP_SENSORS EXPORT_SYMBOL 0x6a0e9eef ssp_register_consumer drivers/iio/common/ssp_sensors/sensorhub +IIO_SSP_SENSORS EXPORT_SYMBOL 0xa9fc6a7d ssp_common_buffer_postenable drivers/iio/common/ssp_sensors/ssp_iio +IIO_SSP_SENSORS EXPORT_SYMBOL 0xab134f2a ssp_common_process_data drivers/iio/common/ssp_sensors/ssp_iio +IIO_SSP_SENSORS EXPORT_SYMBOL 0xb73b4ba9 ssp_get_sensor_delay drivers/iio/common/ssp_sensors/sensorhub +IIO_SSP_SENSORS EXPORT_SYMBOL 0xc7967d91 ssp_enable_sensor drivers/iio/common/ssp_sensors/sensorhub +IIO_ST_SENSORS EXPORT_SYMBOL 0x03a693f5 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 0x103b791c st_sensors_i2c_configure drivers/iio/common/st_sensors/st_sensors_i2c +IIO_ST_SENSORS EXPORT_SYMBOL 0x1c119f28 st_sensors_set_odr drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x257cef8e st_sensors_set_fullscale_by_gain drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x2d8fc3e2 st_sensors_set_dataready_irq drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x3352c95c st_sensors_get_settings_index drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x33cfc8f9 st_sensors_set_enable drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x4667eb58 st_sensors_verify_id drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x48c5927b st_magn_get_settings drivers/iio/magnetometer/st_magn +IIO_ST_SENSORS EXPORT_SYMBOL 0x4c0a0e86 st_sensors_debugfs_reg_access drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x4d94265d st_sensors_init_sensor drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x51107bb0 st_press_get_settings drivers/iio/pressure/st_pressure +IIO_ST_SENSORS EXPORT_SYMBOL 0x550417be st_magn_common_probe drivers/iio/magnetometer/st_magn +IIO_ST_SENSORS EXPORT_SYMBOL 0x577451fe st_accel_get_settings drivers/iio/accel/st_accel +IIO_ST_SENSORS EXPORT_SYMBOL 0x80314f43 st_sensors_allocate_trigger drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x8e014956 st_sensors_power_enable drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x91357655 st_sensors_read_info_raw drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x96bb5faa st_sensors_sysfs_scale_avail drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x9b6bdc17 st_accel_common_probe drivers/iio/accel/st_accel +IIO_ST_SENSORS EXPORT_SYMBOL 0xa726ab39 st_sensors_set_axis_enable drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0xab657ba0 st_gyro_common_probe drivers/iio/gyro/st_gyro +IIO_ST_SENSORS EXPORT_SYMBOL 0xacf79a7e st_sensors_spi_configure drivers/iio/common/st_sensors/st_sensors_spi +IIO_ST_SENSORS EXPORT_SYMBOL 0xad508b20 st_sensors_sysfs_sampling_frequency_avail drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0xd93159da st_gyro_get_settings drivers/iio/gyro/st_gyro +IIO_ST_SENSORS EXPORT_SYMBOL 0xe95299ca st_sensors_validate_device drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0xffa8cc0c st_press_common_probe drivers/iio/pressure/st_pressure +IIO_ST_SENSORS EXPORT_SYMBOL_GPL 0x1b1c125f st_lsm9ds0_probe drivers/iio/imu/st_lsm9ds0/st_lsm9ds0 +IIO_UVIS25 EXPORT_SYMBOL 0x69601a35 st_uvis25_probe drivers/iio/light/st_uvis25_core +IIO_UVIS25 EXPORT_SYMBOL 0x8f5bb1fc st_uvis25_pm_ops drivers/iio/light/st_uvis25_core +IIO_ZPA2326 EXPORT_SYMBOL_GPL 0x17c826eb zpa2326_pm_ops drivers/iio/pressure/zpa2326 +IIO_ZPA2326 EXPORT_SYMBOL_GPL 0x2329e206 zpa2326_isreg_readable drivers/iio/pressure/zpa2326 +IIO_ZPA2326 EXPORT_SYMBOL_GPL 0x5cca8cf5 zpa2326_isreg_writeable drivers/iio/pressure/zpa2326 +IIO_ZPA2326 EXPORT_SYMBOL_GPL 0x88eceb2a zpa2326_probe drivers/iio/pressure/zpa2326 +IIO_ZPA2326 EXPORT_SYMBOL_GPL 0xac09065f zpa2326_remove drivers/iio/pressure/zpa2326 +IIO_ZPA2326 EXPORT_SYMBOL_GPL 0xc572f450 zpa2326_isreg_precious drivers/iio/pressure/zpa2326 +IOMMUFD EXPORT_SYMBOL_GPL 0x06ba0de1 iommufd_access_rw drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0x325effd9 iommufd_device_unbind drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0x388fb212 iommufd_access_unpin_pages drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0x3fccad49 iommufd_ctx_put drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0x475b73a1 iommufd_access_create drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0x4b5301b2 iommufd_device_detach drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0x68c693e8 iommufd_ctx_get drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0x7a1516da iommufd_ctx_from_file drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0xa5425255 iommufd_access_pin_pages drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0xe7c8f5a1 iommufd_access_destroy drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0xf611734c iommufd_device_bind drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0xfe01a59f iommufd_device_attach drivers/iommu/iommufd/iommufd +IOMMUFD_VFIO EXPORT_SYMBOL_GPL 0x082e2acc iommufd_vfio_compat_ioas_id drivers/iommu/iommufd/iommufd +IWLWIFI EXPORT_SYMBOL_GPL 0x01b03fec iwl_fwrt_dump_error_logs drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x095308a8 iwl_poll_direct_bit drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x0a3f3688 iwl_fw_runtime_init drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x150060b2 iwl_write_direct64 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 0x23d7ebd5 iwl_fw_dbg_collect_desc drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x29235011 iwl_write_direct32 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 0x2d300a10 iwl_write_prph_no_grab drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x2e79262c iwl_finish_nic_init drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x2f892dca iwl_set_bits_mask_prph 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 0x37c630df iwl_write_prph64_no_grab drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x38e6fede iwl_fw_dbg_read_d3_debug_data drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x3ae786d6 iwl_fw_dbg_collect drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x3c9bd2ad iwl_read32 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 0x4a5a09bf iwl_dbg_tlv_del_timers drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x5578592a 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 0x5e148f1c iwl_configure_rxq drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x5e2a379c _iwl_dbg_tlv_time_point drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x5ef4a44d iwl_notification_wait drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x61a4e6a8 iwl_read_direct32 drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x6a882773 iwl_fw_dbg_stop_sync drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x6b9cbc53 iwl_set_bits_prph drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x6bebb1f3 __iwl_info drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x6c9b7f57 iwl_phy_db_init drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x6f0dd1d0 iwl_free_fw_paging drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x6f80eef6 iwl_get_shared_mem_conf drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x70105f2e iwl_fw_runtime_suspend drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x73643c44 iwl_cmd_groups_verify_sorted drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x76626779 iwl_init_paging drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x76887034 iwl_read_eeprom 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 0x79320111 iwl_fw_start_dbg_conf drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x7c98642a iwl_fw_dbg_collect_trig drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x7f21eaca iwl_get_nvm drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x828c6838 iwlwifi_mod_params drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x82a44f91 iwl_opmode_register drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x84bb50e1 iwl_rs_pretty_ant drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x874c77de iwl_fw_rate_idx_to_plcp drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x8a21cc9d iwl_parse_nvm_mcc_info drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x8c2b8e6f iwl_parse_mei_nvm_data drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x8d4cabf5 iwl_get_cmd_string 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 0xa0d8a96c iwl_write_prph_delay drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xa69882fe iwl_read_external_nvm drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xae006ec9 iwl_parse_nvm_data drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xae04f1b9 __iwl_warn drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xaf616390 iwl_read_prph_no_grab drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xb1e39cb3 iwl_remove_notification drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xb2d18621 iwl_trans_send_cmd drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xb37b318c iwl_rs_pretty_bw drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xb44e34c3 iwl_set_soc_latency drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xb546de4e iwl_fw_dbg_stop_restart_recording drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xb7d5ffb1 iwl_rate_mcs drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xc19407bb __iwl_err drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xc3de239a iwl_write64 drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xc6214667 iwl_fw_dbg_error_collect drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xcafa4151 __iwl_crit 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 0xd2de3cc1 iwl_wait_notification drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xd2df9ea6 __iwl_dbg drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xd61864b1 iwl_parse_eeprom_data drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xd8f4ee79 iwl_read_prph drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xdb5bca46 iwl_clear_bits_prph 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 0xe831c9af iwl_write8 drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xea1b26fc iwl_nvm_fixups drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xeab5f24d iwl_poll_bit drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xff62bdcb iwl_pnvm_load drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xff857444 iwl_force_nmi drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xfffd1339 iwl_write32 drivers/net/wireless/intel/iwlwifi/iwlwifi +LTC2497 EXPORT_SYMBOL 0x697b7890 ltc2497core_probe drivers/iio/adc/ltc2497-core +LTC2497 EXPORT_SYMBOL 0xff32678b ltc2497core_remove drivers/iio/adc/ltc2497-core +MCB EXPORT_SYMBOL_GPL 0x069598d5 mcb_alloc_bus drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0x076560c7 mcb_unregister_driver drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0x699d2713 mcb_bus_add_devices drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0x87f676f6 mcb_free_dev drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0xb3e412e5 __mcb_register_driver drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0xb40ae1f5 mcb_request_mem drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0xbae95c23 mcb_get_resource drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0xbe55f3da mcb_bus_put drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0xc0ed3981 mcb_device_register drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0xc7dd6965 mcb_release_bus drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0xd3a26e21 mcb_alloc_dev drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0xdbbe3222 chameleon_parse_cells drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0xe5d5e33f mcb_get_irq drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0xeab91d67 mcb_bus_get drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0xeb2c8905 mcb_release_mem drivers/mcb/mcb +MFD_OCELOT EXPORT_SYMBOL 0x4145f8e3 ocelot_core_init drivers/mfd/ocelot-soc +MFD_OCELOT EXPORT_SYMBOL 0x71efd941 ocelot_chip_reset drivers/mfd/ocelot-soc +MFD_OCELOT_SPI EXPORT_SYMBOL 0xeaf43bd8 ocelot_spi_init_regmap drivers/mfd/ocelot-soc +NVME_TARGET_PASSTHRU EXPORT_SYMBOL_GPL 0x3c5c89d1 nvme_command_effects drivers/nvme/host/nvme-core +NVME_TARGET_PASSTHRU EXPORT_SYMBOL_GPL 0x87747d43 nvme_find_get_ns drivers/nvme/host/nvme-core +NVME_TARGET_PASSTHRU EXPORT_SYMBOL_GPL 0x8e6829a2 nvme_passthru_end drivers/nvme/host/nvme-core +NVME_TARGET_PASSTHRU EXPORT_SYMBOL_GPL 0xb2102524 nvme_put_ns drivers/nvme/host/nvme-core +NVME_TARGET_PASSTHRU EXPORT_SYMBOL_GPL 0xe05a8e49 nvme_execute_passthru_rq drivers/nvme/host/nvme-core +NVME_TARGET_PASSTHRU EXPORT_SYMBOL_GPL 0xe958d6a5 nvme_ctrl_from_file drivers/nvme/host/nvme-core +PECI EXPORT_SYMBOL_GPL 0x0a20b2b2 peci_xfer_ep_pci_cfg_local_readb drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x239586c2 peci_request_alloc drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x3a38f1fe peci_request_free drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x503513e5 devm_peci_controller_add drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x556abcf7 peci_xfer_ep_pci_cfg_readb drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x594a5a72 peci_xfer_pci_cfg_local_readb drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x6310ed6a peci_request_data_readl drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x68d7a26f peci_request_data_readw drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x68f03916 peci_request_status drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x7291999e peci_xfer_pkg_cfg_readq drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x7644e378 peci_request_data_readb drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x78d2b3dd __peci_driver_register drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x87b09708 peci_xfer_get_dib drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x8acb6a94 peci_xfer_pkg_cfg_readb drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x8beed6e7 peci_xfer_ep_pci_cfg_readw drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x97a59bff peci_xfer_ep_pci_cfg_local_readl drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xa2e7b3d3 peci_xfer_ep_mmio32_readl drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xa67a90cc peci_xfer_pkg_cfg_readl drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xc616b975 peci_request_data_readq drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xc6459df8 peci_request_dib_read drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xc8ef95ba peci_xfer_ep_pci_cfg_readl drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xcaea38b0 peci_driver_unregister drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xd4a4d8a2 peci_xfer_ep_pci_cfg_local_readw drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xd7c2e6e6 peci_request_temp_read drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xd86b4192 peci_xfer_ep_mmio64_readl drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xe052cf4d peci_xfer_get_temp drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xe210501b peci_xfer_pci_cfg_local_readl drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xe9419950 peci_xfer_pkg_cfg_readw drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xffc0c49c peci_xfer_pci_cfg_local_readw drivers/peci/peci +PECI_CPU EXPORT_SYMBOL_GPL 0x03636079 peci_pcs_read drivers/peci/peci-cpu +PECI_CPU EXPORT_SYMBOL_GPL 0x174bafba peci_temp_read drivers/peci/peci-cpu +PECI_CPU EXPORT_SYMBOL_GPL 0x47022392 peci_mmio_read drivers/peci/peci-cpu +PECI_CPU EXPORT_SYMBOL_GPL 0x492b0c81 peci_pci_local_read drivers/peci/peci-cpu +PECI_CPU EXPORT_SYMBOL_GPL 0xb4606e95 peci_ep_pci_local_read drivers/peci/peci-cpu +PMBUS EXPORT_SYMBOL_GPL 0x0223cf3b pmbus_check_word_register drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x05b5ad2a pmbus_set_update drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x0f516ac4 pmbus_write_word_data drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x27aa449e pmbus_set_page drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x292b4584 pmbus_get_fan_rate_cached drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x48b1af65 pmbus_clear_faults drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x53237b6b pmbus_update_byte_data drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x5516be68 pmbus_write_byte drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x708d78ea pmbus_get_fan_rate_device drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x83c37649 pmbus_read_byte_data drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x9190aa61 pmbus_update_fan drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x967341e6 pmbus_write_byte_data drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x9960549e pmbus_do_probe drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0xa4853177 pmbus_check_byte_register drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0xab757d7e pmbus_get_driver_info drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0xc2ecf202 pmbus_read_word_data drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0xc2f3ed9b pmbus_clear_cache drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0xc7ee8caa pmbus_regulator_ops drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0xca1e0cac pmbus_get_debugfs_dir drivers/hwmon/pmbus/pmbus_core +SEMTECH_PROX EXPORT_SYMBOL_GPL 0x628fc204 sx_common_write_event_config drivers/iio/proximity/sx_common +SEMTECH_PROX EXPORT_SYMBOL_GPL 0x64895d50 sx_common_probe drivers/iio/proximity/sx_common +SEMTECH_PROX EXPORT_SYMBOL_GPL 0xa103ce02 sx_common_events drivers/iio/proximity/sx_common +SEMTECH_PROX EXPORT_SYMBOL_GPL 0xad3d9a62 sx_common_read_proximity drivers/iio/proximity/sx_common +SEMTECH_PROX EXPORT_SYMBOL_GPL 0xc8f90905 sx_common_read_event_config drivers/iio/proximity/sx_common +SND_SOC_CS35L45 EXPORT_SYMBOL_GPL 0x1246d0d6 cs35l45_pm_ops sound/soc/codecs/snd-soc-cs35l45 +SND_SOC_CS35L45 EXPORT_SYMBOL_GPL 0x48d50e04 cs35l45_probe sound/soc/codecs/snd-soc-cs35l45 +SND_SOC_CS35L45 EXPORT_SYMBOL_GPL 0x8e006bb5 cs35l45_remove sound/soc/codecs/snd-soc-cs35l45 +SND_SOC_CS35L45_TABLES EXPORT_SYMBOL_GPL 0x3431c8ad cs35l45_get_clk_freq_id sound/soc/codecs/snd-soc-cs35l45-tables +SND_SOC_CS35L45_TABLES EXPORT_SYMBOL_GPL 0xbe94a53d cs35l45_i2c_regmap sound/soc/codecs/snd-soc-cs35l45-tables +SND_SOC_CS35L45_TABLES EXPORT_SYMBOL_GPL 0xd96a9221 cs35l45_apply_patch sound/soc/codecs/snd-soc-cs35l45-tables +SND_SOC_CS35L45_TABLES EXPORT_SYMBOL_GPL 0xfdac6471 cs35l45_spi_regmap sound/soc/codecs/snd-soc-cs35l45-tables +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0x1f8d819c cs42l42_suspend sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0x28fbfa70 cs42l42_resume_restore sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0x559f6ec6 cs42l42_resume sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0x6843256d cs42l42_soc_component sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0x7d3df435 cs42l42_common_remove sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0x9fe13fc9 cs42l42_regmap sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0xb072df9f cs42l42_dai 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 0xda958333 cs42l42_volatile_register sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0xe7b3967e cs42l42_init sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0xed9bccd9 cs42l42_readable_register sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0xf7dbd534 cs42l42_common_probe sound/soc/codecs/snd-soc-cs42l42 +SPI_DW_CORE EXPORT_SYMBOL_GPL 0x01284214 dw_spi_set_cs drivers/spi/spi-dw +SPI_DW_CORE EXPORT_SYMBOL_GPL 0x114cd125 dw_spi_add_host drivers/spi/spi-dw +SPI_DW_CORE EXPORT_SYMBOL_GPL 0x48dd0b19 dw_spi_update_config drivers/spi/spi-dw +SPI_DW_CORE EXPORT_SYMBOL_GPL 0x5c0a3eae dw_spi_resume_host drivers/spi/spi-dw +SPI_DW_CORE EXPORT_SYMBOL_GPL 0x6c2e6f69 dw_spi_check_status drivers/spi/spi-dw +SPI_DW_CORE EXPORT_SYMBOL_GPL 0x770bcbef dw_spi_dma_setup_mfld drivers/spi/spi-dw +SPI_DW_CORE EXPORT_SYMBOL_GPL 0x78ffb7ef dw_spi_dma_setup_generic drivers/spi/spi-dw +SPI_DW_CORE EXPORT_SYMBOL_GPL 0xed648d0a dw_spi_suspend_host drivers/spi/spi-dw +SPI_DW_CORE EXPORT_SYMBOL_GPL 0xf889c215 dw_spi_remove_host drivers/spi/spi-dw +TEST_FIRMWARE EXPORT_SYMBOL_GPL 0xf02aeff0 firmware_request_builtin vmlinux +USB_STORAGE EXPORT_SYMBOL_GPL 0x160fdbd5 usb_stor_probe2 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 0x1e421097 usb_stor_pre_reset drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x25660874 usb_stor_clear_halt drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x2ae98b07 usb_stor_access_xfer_buf drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x3014e808 usb_stor_control_msg drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x3103e893 usb_stor_resume drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x3a412d4c usb_stor_Bulk_reset drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x4938d32b usb_stor_CB_reset drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x4da1d4c1 usb_stor_CB_transport drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x4fd37129 usb_stor_Bulk_transport drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x54d29c75 usb_stor_reset_resume drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x54ea06a4 usb_stor_suspend drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x7779db3f usb_stor_host_template_init drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x7c84fa16 usb_stor_bulk_transfer_sg drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x91a6aadb usb_stor_adjust_quirks drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xa6847916 usb_stor_probe1 drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xb4779833 usb_stor_bulk_srb drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xbc57a492 usb_stor_set_xfer_buf drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xbf4b34d5 usb_stor_ctrl_transfer drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xc1dbdde6 fill_inquiry_response drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xcba0ccdb usb_stor_disconnect drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xd3aa33cb usb_stor_transparent_scsi_command drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xf206c529 usb_stor_bulk_transfer_buf drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xf7ddbf9a usb_stor_post_reset drivers/usb/storage/usb-storage --- linux-lowlatency-hwe-6.2-6.2.0.orig/debian.master/abi/armhf/generic-lpae.compiler +++ linux-lowlatency-hwe-6.2-6.2.0/debian.master/abi/armhf/generic-lpae.compiler @@ -0,0 +1 @@ +GCC: (Ubuntu 12.3.0-1ubuntu1~23.04) 12.3.0 --- linux-lowlatency-hwe-6.2-6.2.0.orig/debian.master/abi/armhf/generic-lpae.modules +++ linux-lowlatency-hwe-6.2-6.2.0/debian.master/abi/armhf/generic-lpae.modules @@ -0,0 +1,6942 @@ +3w-9xxx +3w-sas +3w-xxxx +6lowpan +6pack +8021q +8139cp +8139too +8250_aspeed_vuart +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 +a53-pll +a7-pll +a8293 +aacraid +aat2870-regulator +aat2870_bl +abp060mg +acard-ahci +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 +ad9389b +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 +ade7854 +ade7854-i2c +ade7854-spi +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_qoriq +ahci_tegra +aht10 +aic79xx +aic7xxx +aic94xx +aio_aio12_8 +aio_iiro_16 +aiptek +aircable +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 +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-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 +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 +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 +avmfritz +ax25 +ax88179_178a +ax88796 +ax88796b +ax88796c +axi-fan-control +axis-fifo +axp20x +axp20x-i2c +axp20x-pek +axp20x-regulator +axp20x_ac_power +axp20x_adc +axp20x_battery +axp20x_usb_power +axp288_adc +b2c2-flexcop +b2c2-flexcop-pci +b2c2-flexcop-usb +b43 +b43legacy +b44 +b53_common +b53_mdio +b53_mmap +b53_serdes +b53_spi +b53_srab +bL_switcher_dummy_if +ba431-rng +bam_dma +bareudp +batman-adv +baycom_epp +baycom_par +baycom_ser_fdx +baycom_ser_hdx +bcache +bcm-keypad +bcm-phy-lib +bcm-phy-ptp +bcm-sf2 +bcm203x +bcm3510 +bcm47xxsflash +bcm54140 +bcm590xx +bcm590xx-regulator +bcm5974 +bcm63138_nand +bcm6368_nand +bcm7xxx +bcm87xx +bcm_vk +bcma +bcma-hcd +bcmsysport +bd6107 +bd71815-regulator +bd71828-regulator +bd718x7-regulator +bd9571mwv +bd9571mwv-regulator +bd9576-regulator +bd9576_wdt +bd99954-charger +bdc +be2iscsi +be2net +befs +bel-pfe +belkin_sa +berlin2-adc +bfa +bfq +bfs +bfusb +bh1750 +bh1770glc +bh1780 +binder_linux +binfmt_misc +blake2b-neon +blake2b_generic +block2mtd +blocklayoutdriver +blowfish_common +blowfish_generic +bluetooth +bluetooth_6lowpan +bma150 +bma220_spi +bma400_core +bma400_i2c +bma400_spi +bmc150-accel-core +bmc150-accel-i2c +bmc150-accel-spi +bmc150_magn +bmc150_magn_i2c +bmc150_magn_spi +bme680_core +bme680_i2c +bme680_spi +bmg160_core +bmg160_i2c +bmg160_spi +bmi088-accel-core +bmi088-accel-spi +bmi160_core +bmi160_i2c +bmi160_spi +bmp280 +bmp280-i2c +bmp280-spi +bna +bnep +bno055 +bno055_i2c +bno055_ser +bnx2 +bnx2fc +bnx2i +bnx2x +bnxt_en +bochs +bonding +bpa-rs600 +bpa10x +bpck +bpck6 +bpfilter +bpqether +bq2415x_charger +bq24190_charger +bq24257_charger +bq24735-charger +bq2515x_charger +bq256xx_charger +bq25890_charger +bq25980_charger +bq27xxx_battery +bq27xxx_battery_hdq +bq27xxx_battery_i2c +br2684 +br_netfilter +brcmfmac +brcmfmac-bca +brcmfmac-cyw +brcmfmac-wcc +brcmnand +brcmsmac +brcmstb_nand +brcmutil +brd +bridge +broadcom +bsd_comp +bt-bmc +bt819 +bt856 +bt866 +bt878 +btbcm +btcoexist +btintel +btmrvl +btmrvl_sdio +btmtk +btmtksdio +btmtkuart +btqca +btqcomsmd +btrfs +btrsi +btrtl +btsdio +bttv +btusb +bu21013_ts +bu21029_ts +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-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 +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 +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-mt8365 +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-si5341 +clk-si5351 +clk-si544 +clk-si570 +clk-smd-rpm +clk-spmi-pmic-div +clk-twl6040 +clk-versaclock5 +clk-versaclock7 +clk-wm831x +clk-xlnx-clock-wizard +cls_basic +cls_bpf +cls_cgroup +cls_flow +cls_flower +cls_fw +cls_matchall +cls_route +cls_u32 +cm109 +cm32181 +cm3232 +cm3323 +cm3605 +cm36651 +cma3000_d0x +cma3000_d0x_i2c +cmac +cmtp +cnic +cobra +coda +coda-vpu +colibri-vf50-ts +com20020 +com20020-pci +com90io +com90xx +comedi +comedi_8254 +comedi_8255 +comedi_bond +comedi_example_test +comedi_parport +comedi_pci +comedi_test +comedi_usb +comm +contec_pci_dio +cordic +core +corsair-cpro +corsair-psu +cortina +counter +cp210x +cpcap-adc +cpcap-battery +cpcap-charger +cpcap-pwrbutton +cpcap-regulator +cppi41 +cpr +cramfs +crc-itu-t +crc32-arm-ce +crc32_generic +crc4 +crc7 +crct10dif-arm-ce +crg-hi3516cv300 +crg-hi3798cv200 +cros-ec-anx7688 +cros-ec-cec +cros-ec-regulator +cros-ec-sensorhub +cros_ec +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_typec +cros_ec_vbc +cros_hps_i2c +cros_kbd_led_backlight +cros_peripheral_charger +cros_usbpd-charger +cros_usbpd_logger +cros_usbpd_notify +cryptd +crypto_engine +crypto_safexcel +crypto_simd +crypto_user +cs3308 +cs5345 +cs53l32a +cs89x0 +cs_dsp +csiostor +ctucanfd +ctucanfd_pci +ctucanfd_platform +curve25519-generic +curve25519-neon +cuse +cw1200_core +cw1200_wlan_sdio +cw1200_wlan_spi +cw2015_battery +cx18 +cx18-alsa +cx22700 +cx22702 +cx231xx +cx231xx-alsa +cx231xx-dvb +cx2341x +cx23885 +cx24110 +cx24113 +cx24116 +cx24117 +cx24120 +cx24123 +cx25821 +cx25821-alsa +cx25840 +cx82310_eth +cx88-alsa +cx88-blackbird +cx88-dvb +cx88-vp3054-i2c +cx8800 +cx8802 +cx88xx +cxacru +cxd2099 +cxd2820r +cxd2841er +cxd2880 +cxd2880-spi +cxgb +cxgb3 +cxgb3i +cxgb4 +cxgb4i +cxgb4vf +cxgbit +cxl_core +cxl_mem +cxl_pci +cxl_pmem +cxl_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 +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 +display-connector +dl2k +dlhl60d +dlink-dir685-touchkeys +dlm +dln2 +dln2-adc +dm-bio-prison +dm-bufio +dm-cache +dm-cache-smq +dm-clone +dm-crypt +dm-delay +dm-era +dm-flakey +dm-historical-service-time +dm-integrity +dm-io-affinity +dm-log +dm-log-userspace +dm-log-writes +dm-mirror +dm-multipath +dm-persistent-data +dm-queue-length +dm-raid +dm-region-hash +dm-round-robin +dm-service-time +dm-snapshot +dm-switch +dm-thin-pool +dm-unstripe +dm-verity +dm-writecache +dm-zero +dm-zoned +dm1105 +dm9000 +dm9051 +dm9601 +dma-axi-dmac +dmard06 +dmard09 +dmard10 +dme1737 +dmfe +dmi-sysfs +dmm32at +dmx3191d +dnet +dove_thermal +dp83640 +dp83822 +dp83848 +dp83867 +dp83869 +dp83tc811 +dp83td510 +dpot-dac +dps310 +dps920ab +drbd +drivetemp +drm +drm_buddy +drm_display_helper +drm_dma_helper +drm_dp_aux_bus +drm_kms_helper +drm_mipi_dbi +drm_shmem_helper +drm_ttm_helper +drm_vram_helper +drv260x +drv2665 +drv2667 +drx39xyj +drxd +drxk +ds1621 +ds1682 +ds1803 +ds1wm +ds2482 +ds2490 +ds2760_battery +ds2780_battery +ds2781_battery +ds2782_battery +ds3000 +ds4424 +ds620 +dsa_core +dsbr100 +dst +dst_ca +dstr +dt2801 +dt2811 +dt2814 +dt2815 +dt2817 +dt282x +dt3000 +dt3155 +dt9812 +dtpm +dummy +dummy-irq +dummy_stm +dvb-as102 +dvb-bt8xx +dvb-core +dvb-pll +dvb-ttusb-budget +dvb-usb +dvb-usb-a800 +dvb-usb-af9005 +dvb-usb-af9005-remote +dvb-usb-af9015 +dvb-usb-af9035 +dvb-usb-anysee +dvb-usb-au6610 +dvb-usb-az6007 +dvb-usb-az6027 +dvb-usb-ce6230 +dvb-usb-cinergyT2 +dvb-usb-cxusb +dvb-usb-dib0700 +dvb-usb-dibusb-common +dvb-usb-dibusb-mb +dvb-usb-dibusb-mc +dvb-usb-dibusb-mc-common +dvb-usb-digitv +dvb-usb-dtt200u +dvb-usb-dtv5100 +dvb-usb-dvbsky +dvb-usb-dw2102 +dvb-usb-ec168 +dvb-usb-gl861 +dvb-usb-gp8psk +dvb-usb-lmedm04 +dvb-usb-m920x +dvb-usb-mxl111sf +dvb-usb-nova-t-usb2 +dvb-usb-opera +dvb-usb-pctv452e +dvb-usb-rtl28xxu +dvb-usb-technisat-usb2 +dvb-usb-ttusb2 +dvb-usb-umt-010 +dvb-usb-vp702x +dvb-usb-vp7045 +dvb_dummy_fe +dvb_usb_v2 +dw-axi-dmac-platform +dw-edma +dw-edma-pcie +dw-hdmi +dw-hdmi-ahb-audio +dw-hdmi-cec +dw-hdmi-gp-audio +dw-hdmi-i2s-audio +dw-i3c-master +dw-mipi-dsi +dw-xdata-pcie +dw100 +dw9714 +dw9768 +dw9807-vcm +dw_dmac +dw_dmac_core +dw_dmac_pci +dw_hdmi-imx +dw_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-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 +failover +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_sys_fops +fb_tinylcd +fb_tls8204 +fb_uc1611 +fb_uc1701 +fb_upd161704 +fbtft +fc0011 +fc0012 +fc0013 +fc2580 +fcoe +fcrypt +fdomain +fdomain_pci +fdp +fdp_i2c +fealnx +ff-memless +fieldbus_dev +firedtv +firewire-core +firewire-net +firewire-ohci +firewire-sbp2 +fit2 +fit3 +fl512 +flexcan +fm10k +fm801-gp +fm_drv +forcedeth +fore_200e +fou +fou6 +fpga-bridge +fpga-mgr +fpga-region +freevxfs +friq +frpw +fsa4480 +fscache +fsi-core +fsi-master-aspeed +fsi-master-ast-cf +fsi-master-gpio +fsi-master-hub +fsi-occ +fsi-sbefifo +fsi-scom +fsia6b +fsl-dcu-drm +fsl-edma +fsl-edma-common +fsl-enetc +fsl-enetc-ierb +fsl-enetc-mdio +fsl-enetc-ptp +fsl-enetc-vf +fsl-ldb +fsl-mph-dr-of +fsl-qdma +fsl_imx8_ddr_perf +fsl_linflexuart +fsl_lpuart +fsl_pq_mdio +fsl_ucc_hdlc +fsp-3y +ftdi-elan +ftdi_sio +ftgmac100 +ftl +ftm-quaddec +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-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-sc7180 +gcc-sc7280 +gcc-sc8180x +gcc-sc8280xp +gcc-sdm660 +gcc-sdm845 +gcc-sdx55 +gcc-sdx65 +gcc-sm6115 +gcc-sm6125 +gcc-sm6350 +gcc-sm6375 +gcc-sm8150 +gcc-sm8250 +gcc-sm8350 +gcc-sm8450 +gcc-sm8550 +gdmtty +gdmulte +ge2d +gemini +gen_probe +generic +generic-adc-battery +genet +geneve +gf2k +gfs2 +ghash-arm-ce +gianfar_driver +gl518sm +gl520sm +gl620a +gluebi +gm12u320 +gnss +gnss-mtk +gnss-serial +gnss-sirf +gnss-ubx +gnss-usb +go7007 +go7007-loader +go7007-usb +goku_udc +goldfish_battery +goodix_ts +gp2ap002 +gp2ap020a00f +gp8psk-fe +gpi +gpio +gpio-74x164 +gpio-74xx-mmio +gpio-adnp +gpio-adp5520 +gpio-aggregator +gpio-altera +gpio-altera-a10sr +gpio-amd-fch +gpio-arizona +gpio-aspeed +gpio-bd71815 +gpio-bd71828 +gpio-bd9571mwv +gpio-beeper +gpio-cadence +gpio-charger +gpio-da9052 +gpio-da9055 +gpio-dln2 +gpio-dwapb +gpio-en7523 +gpio-exar +gpio-fan +gpio-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-regulator +gpio-rockchip +gpio-sim +gpio-siox +gpio-syscon +gpio-tpic2810 +gpio-tps65086 +gpio-tps65218 +gpio-tps65912 +gpio-ts4800 +gpio-ts4900 +gpio-ucb1400 +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-sc7180 +gpucc-sc7280 +gpucc-sc8280xp +gpucc-sdm660 +gpucc-sdm845 +gpucc-sm6350 +gpucc-sm8150 +gpucc-sm8250 +gpucc-sm8350 +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-wdt +habanalabs +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 +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-ezkey +hid-ft260 +hid-gaff +hid-gembird +hid-generic +hid-gfrm +hid-glorious +hid-google-hammer +hid-gt683r +hid-gyration +hid-holtek-kbd +hid-holtek-mouse +hid-holtekff +hid-icade +hid-ite +hid-jabra +hid-kensington +hid-keytouch +hid-kye +hid-lcpower +hid-led +hid-lenovo +hid-letsketch +hid-lg-g15 +hid-logitech +hid-logitech-dj +hid-logitech-hidpp +hid-macally +hid-magicmouse +hid-maltron +hid-mcp2221 +hid-megaworld +hid-mf +hid-microsoft +hid-monterey +hid-multitouch +hid-nintendo +hid-nti +hid-ntrig +hid-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 +hix5hd2_gmac +hmc425a +hmc5843_core +hmc5843_i2c +hmc5843_spi +hmc6352 +hms-profinet +hnae +hnae3 +hns_dsaf +hns_enet_drv +hns_mdio +hopper +horus3a +host1x +hostap +hostap_pci +hostap_plx +hp03 +hp206c +hpfs +hpilo +hpsa +hptiop +hsi +hsi_char +hso +hsr +ht16k33 +htc-pasic3 +hts221 +hts221_i2c +hts221_spi +htu21 +huawei_cdc_ncm +hwmon-vid +hx711 +hx8357 +hx8357d +hycon-hy46xx +hynitron_cstxxx +hyperbus-core +i2c-algo-bit +i2c-algo-pca +i2c-ali1535 +i2c-ali1563 +i2c-ali15x3 +i2c-altera +i2c-amd756 +i2c-amd8111 +i2c-arb-gpio-challenge +i2c-aspeed +i2c-axxia +i2c-cbus-gpio +i2c-ccgx-ucsi +i2c-cp2615 +i2c-cros-ec-tunnel +i2c-demux-pinctrl +i2c-designware-pci +i2c-diolan-u2c +i2c-dln2 +i2c-fsi +i2c-gpio +i2c-hid +i2c-hid-of +i2c-hid-of-elan +i2c-hid-of-goodix +i2c-hix5hd2 +i2c-i801 +i2c-imx-lpi2c +i2c-isch +i2c-kempld +i2c-matroxfb +i2c-mchp-pci1xxxx +i2c-meson +i2c-mt65xx +i2c-mux +i2c-mux-gpio +i2c-mux-gpmux +i2c-mux-ltc4306 +i2c-mux-mlxcpld +i2c-mux-pca9541 +i2c-mux-pca954x +i2c-mux-pinctrl +i2c-mux-reg +i2c-mv64xxx +i2c-nforce2 +i2c-nomadik +i2c-npcm7xx +i2c-nvidia-gpu +i2c-ocores +i2c-owl +i2c-parport +i2c-pca-platform +i2c-piix4 +i2c-pxa +i2c-qcom-cci +i2c-qcom-geni +i2c-qup +i2c-rcar +i2c-riic +i2c-rk3x +i2c-robotfuzz-osif +i2c-rzv2m +i2c-sh_mobile +i2c-simtec +i2c-sis5595 +i2c-sis630 +i2c-sis96x +i2c-slave-eeprom +i2c-smbus +i2c-stub +i2c-taos-evm +i2c-tegra +i2c-tegra-bpmp +i2c-tiny-usb +i2c-versatile +i2c-via +i2c-viapro +i2c-viperboard +i2c-virtio +i2c-xiic +i3c +i3c-master-cdns +i40e +i5k_amb +i6300esb +i740fb +iavf +ib_cm +ib_core +ib_ipoib +ib_iser +ib_isert +ib_mthca +ib_srp +ib_srpt +ib_umad +ib_uverbs +ibm-cffps +ibm-panel +ibmaem +ibmpex +icc-bcm-voter +icc-bwmon +icc-osm-l3 +icc-rpmh +icc-smd-rpm +ice +ice40-spi +icp10100 +icp_multi +icplus +ics932s401 +idma64 +idmouse +idt77252 +idt_89hpesx +idt_gen2 +idt_gen3 +idtcps +ieee802154 +ieee802154_6lowpan +ieee802154_socket +ifb +ifcvf +ife +ifi_canfd +iforce +iforce-serio +iforce-usb +igb +igbvf +igc +igorplugusb +iguanair +ii_pci20kc +iio-mux +iio-rescale +iio-trig-hrtimer +iio-trig-interrupt +iio-trig-loop +iio-trig-sysfs +iio_dummy +iio_hwmon +ila +ili210x +ili9163 +ili9225 +ili922x +ili9320 +ili9341 +ili9486 +ilitek_ts_i2c +imagis +img-ascii-lcd +img-i2s-in +img-i2s-out +img-parallel-out +img-spdif-in +img-spdif-out +imm +imon +imon_raw +impa7 +ims-pcu +imx-audio-rpmsg +imx-bus +imx-cpufreq-dt +imx-dma +imx-dsp +imx-interconnect +imx-ipu-v3 +imx-lcdif +imx-ldb +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 +imx2_wdt +imx319 +imx334 +imx335 +imx355 +imx412 +imx6-media +imx6-media-csi +imx6-mipi-csi2 +imx6q-cpufreq +imx6ul_tsc +imx7-media-csi +imx7d_adc +imx7ulp_wdt +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-blk-ctrl +imx93-pd +imx93-src +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-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 +intel-m10-bmc-hwmon +intel-nand-controller +intel-qep +intel-xway +intel_qat +intel_th +intel_th_gth +intel_th_msu +intel_th_msu_sink +intel_th_pci +intel_th_pti +intel_th_sth +intel_vr_nor +interact +interrupt-cnt +inv-icm42600 +inv-icm42600-i2c +inv-icm42600-spi +inv-mpu6050 +inv-mpu6050-i2c +inv-mpu6050-spi +io-domain +io_edgeport +io_ti +iommufd +iosm +iova +iowarrior +ip5xxx_power +ip6_gre +ip6_tables +ip6_tunnel +ip6_udp_tunnel +ip6_vti +ip6t_NPT +ip6t_REJECT +ip6t_SYNPROXY +ip6t_ah +ip6t_eui64 +ip6t_frag +ip6t_hbh +ip6t_ipv6header +ip6t_mh +ip6t_rpfilter +ip6t_rt +ip6t_srh +ip6table_filter +ip6table_mangle +ip6table_nat +ip6table_raw +ip6table_security +ip_gre +ip_set +ip_set_bitmap_ip +ip_set_bitmap_ipmac +ip_set_bitmap_port +ip_set_hash_ip +ip_set_hash_ipmac +ip_set_hash_ipmark +ip_set_hash_ipport +ip_set_hash_ipportip +ip_set_hash_ipportnet +ip_set_hash_mac +ip_set_hash_net +ip_set_hash_netiface +ip_set_hash_netnet +ip_set_hash_netport +ip_set_hash_netportnet +ip_set_list_set +ip_tables +ip_tunnel +ip_vs +ip_vs_dh +ip_vs_fo +ip_vs_ftp +ip_vs_lblc +ip_vs_lblcr +ip_vs_lc +ip_vs_mh +ip_vs_nq +ip_vs_ovf +ip_vs_pe_sip +ip_vs_rr +ip_vs_sed +ip_vs_sh +ip_vs_twos +ip_vs_wlc +ip_vs_wrr +ip_vti +ipa +ipack +ipaq +ipcomp +ipcomp6 +iphase +ipheth +ipip +ipmb_dev_int +ipmi_devintf +ipmi_ipmb +ipmi_msghandler +ipmi_poweroff +ipmi_si +ipmi_ssif +ipmi_watchdog +ipoctal +ipr +iproc_nand +ips +ipt_CLUSTERIP +ipt_ECN +ipt_REJECT +ipt_SYNPROXY +ipt_ah +ipt_rpfilter +iptable_filter +iptable_mangle +iptable_nat +iptable_raw +iptable_security +ipvlan +ipvtap +ipw +ipw2100 +ipw2200 +iqs269a +iqs5xx +iqs620at-temp +iqs621-als +iqs624-pos +iqs626a +iqs62x +iqs62x-keys +iqs7222 +ir-hix5hd2 +ir-imon-decoder +ir-jvc-decoder +ir-kbd-i2c +ir-mce_kbd-decoder +ir-nec-decoder +ir-rc5-decoder +ir-rc6-decoder +ir-rcmm-decoder +ir-rx51 +ir-sanyo-decoder +ir-sharp-decoder +ir-sony-decoder +ir-spi +ir-usb +ir-xmp-decoder +ir35221 +ir36021 +ir38064 +ir_toy +irdma +irps5401 +irq-imx-mu-msi +irq-madera +irq-pruss-intc +irq-qcom-mpm +irq-ts4800 +irqbypass +iscsi_boot_sysfs +iscsi_target_mod +iscsi_tcp +isdnhdlc +isight_firmware +isl29003 +isl29018 +isl29020 +isl29028 +isl29125 +isl29501 +isl6271a-regulator +isl6405 +isl6421 +isl6423 +isl68137 +isl7998x +isl9305 +isofs +isp116x-hcd +isp1704_charger +isp1760 +it87 +it913x +itd1000 +ite-it6505 +ite-it66121 +itg3200 +iuu_phoenix +ivtv +ivtv-alsa +ivtvfb +iw_cm +iw_cxgb4 +iwl3945 +iwl4965 +iwldvm +iwlegacy +iwlmvm +iwlwifi +ix2505v +ixgb +ixgbe +ixgbevf +janz-cmodio +janz-ican3 +jc42 +jedec_probe +jffs2 +jfs +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 +kvaser_pci +kvaser_pciefd +kvaser_usb +kxcjk-1013 +kxsd9 +kxsd9-i2c +kxsd9-spi +kxtj9 +kyber-iosched +kyrofb +l1oip +l2tp_core +l2tp_debugfs +l2tp_eth +l2tp_ip +l2tp_ip6 +l2tp_netlink +l2tp_ppp +l4f00242t03 +l64781 +lan743x +lan78xx +lan9303-core +lan9303_i2c +lan9303_mdio +lan966x-switch +lan966x_serdes +lanai +lantiq_gswip +lapb +lapbether +lattice-ecp3-config +lattice-sysconfig +lattice-sysconfig-spi +lcc-ipq806x +lcc-mdm9615 +lcc-msm8960 +lcd +lcd2s +ldusb +lec +led-class-flash +led-class-multicolor +led_bl +leds-88pm860x +leds-aat1290 +leds-acer-a500 +leds-adp5520 +leds-an30259a +leds-as3645a +leds-aw2013 +leds-bcm6328 +leds-bcm6358 +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-ns2 +leds-pca9532 +leds-pca955x +leds-pca963x +leds-pm8058 +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-turris-omnia +leds-wm831x-status +leds-wm8350 +ledtrig-activity +ledtrig-audio +ledtrig-backlight +ledtrig-camera +ledtrig-default-on +ledtrig-gpio +ledtrig-heartbeat +ledtrig-netdev +ledtrig-oneshot +ledtrig-pattern +ledtrig-timer +ledtrig-transient +ledtrig-tty +ledtrig-usbport +legousbtower +lg-vl600 +lg2160 +lgdt3305 +lgdt3306a +lgdt330x +lgs8gl5 +lgs8gxx +lib80211 +lib80211_crypt_ccmp +lib80211_crypt_tkip +lib80211_crypt_wep +libarc4 +libceph +libchacha +libchacha20poly1305 +libcomposite +libcrc32c +libcurve25519 +libcurve25519-generic +libcxgb +libcxgbi +libdes +libertas +libertas_sdio +libertas_spi +libertas_tf +libertas_tf_usb +libfc +libfcoe +libipw +libiscsi +libiscsi_tcp +libpoly1305 +libsas +libwx +lightning +lima +line-display +lineage-pem +linear +linkstation-poweroff +lis3lv02d +lis3lv02d_i2c +lis3lv02d_spi +liteuart +litex_liteeth +litex_mmc +litex_soc_ctrl +lkkbd +ll_temac +llc +llc2 +llcc-qcom +lm25066 +lm3533-als +lm3533-core +lm3533-ctrlbank +lm3533_bl +lm3560 +lm3630a_bl +lm3639_bl +lm363x-regulator +lm3646 +lm63 +lm70 +lm73 +lm75 +lm77 +lm78 +lm80 +lm83 +lm8323 +lm8333 +lm85 +lm87 +lm90 +lm92 +lm93 +lm95234 +lm95241 +lm95245 +lmh +lmp91000 +lms283gf05 +lms501kf03 +lnbh25 +lnbh29 +lnbp21 +lnbp22 +lochnagar-hwmon +lochnagar-regulator +lockd +logicvc-drm +lontium-lt8912b +lontium-lt9211 +lontium-lt9611 +lontium-lt9611uxc +lp +lp3943 +lp3971 +lp3972 +lp855x_bl +lp8727_charger +lp872x +lp873x +lp873x-regulator +lp8755 +lp87565 +lp87565-regulator +lp8788-buck +lp8788-charger +lp8788-ldo +lp8788_adc +lp8788_bl +lpass-gfm-sm8250 +lpassaudiocc-sc7280 +lpasscc-sc7280 +lpasscc-sdm845 +lpasscorecc-sc7180 +lpasscorecc-sc7280 +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 +lxt +lz4 +lz4_compress +lz4hc +lz4hc_compress +m2m-deinterlace +m52790 +m5mols +m62332 +m88ds3103 +m88rs2000 +m88rs6000t +mISDN_core +mISDN_dsp +mISDNinfineon +mISDNipac +mISDNisar +m_can +m_can_pci +m_can_platform +mac-celtic +mac-centeuro +mac-croatian +mac-cyrillic +mac-gaelic +mac-greek +mac-iceland +mac-inuit +mac-roman +mac-romanian +mac-turkish +mac80211 +mac80211_hwsim +mac802154 +mac802154_hwsim +macb +macb_pci +machxo2-spi +macmodes +macsec +macvlan +macvtap +madera +madera-i2c +madera-spi +mag3110 +magellan +mailbox-altera +mailbox-test +mali-dp +mantis +mantis_core +map_absent +map_ram +map_rom +marvell +marvell-88x2222 +marvell-cesa +marvell10g +marvell_nand +matrix-keymap +matrix_keypad +matrox_w1 +matroxfb_DAC1064 +matroxfb_Ti3026 +matroxfb_accel +matroxfb_base +matroxfb_crtc2 +matroxfb_g450 +matroxfb_maven +matroxfb_misc +max1027 +max11100 +max1111 +max1118 +max11205 +max11410 +max11801_ts +max1241 +max127 +max1363 +max14577-regulator +max14577_charger +max14656_charger_detector +max15301 +max1586 +max16064 +max16065 +max1619 +max16601 +max1668 +max17040_battery +max17042_battery +max1721x_battery +max197 +max20086-regulator +max20730 +max20751 +max2165 +max2175 +max30100 +max30102 +max30208 +max3100 +max31722 +max31730 +max31760 +max31785 +max31790 +max31856 +max31865 +max3420_udc +max3421-hcd +max34440 +max44000 +max44009 +max517 +max5432 +max5481 +max5487 +max5821 +max63xx_wdt +max6620 +max6621 +max6639 +max6650 +max6697 +max6875 +max7359_keypad +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 +mc44s803 +mcam-core +mcb +mcb-lpc +mcb-pci +mcba_usb +mcde_drm +mceusb +mchp23k256 +mchp48l640 +mchp_pci1xxxx_gp +mchp_pci1xxxx_gpio +mcp16502 +mcp251x +mcp251xfd +mcp3021 +mcp320x +mcp3422 +mcp3911 +mcp4018 +mcp41010 +mcp4131 +mcp4531 +mcp4725 +mcp4922 +mcr20a +mcs5000_ts +mcs7830 +mcs_touchkey +mct_u232 +mctp-i2c +mctp-serial +md-cluster +md4 +mdc800 +mdev +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-mmioreg +mdio-mux-multiplexer +mdio-mvusb +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_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-tcb-capture +microchip_t1 +microread +microread_i2c +microtek +milbeaut-hdmac +milbeaut-xdmac +milbeaut_usio +minix +mip6 +mipi-i3c-hci +mite +mk712 +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 +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 +mpr121_touchkey +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_ocelot +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 +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 +mt8192-mt6359-rt1015-rt5682 +mt8195-mt6359 +mt9m001 +mt9m032 +mt9m111 +mt9p031 +mt9t001 +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-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_thermal +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 +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 +nbd +nbpfaxi +nci +nci_spi +nci_uart +nct6683 +nct6775-core +nct6775-i2c +nct7802 +nct7904 +nd_btt +nd_pmem +nd_virtio +ne2k-pci +neofb +net1080 +net2272 +net2280 +net_failover +netconsole +netdevsim +netfs +netjet +netlink_diag +netrom +netup-unidvb +netxen_nic +newtonkbd +nf_conncount +nf_conntrack +nf_conntrack_amanda +nf_conntrack_bridge +nf_conntrack_broadcast +nf_conntrack_ftp +nf_conntrack_h323 +nf_conntrack_irc +nf_conntrack_netbios_ns +nf_conntrack_netlink +nf_conntrack_pptp +nf_conntrack_sane +nf_conntrack_sip +nf_conntrack_snmp +nf_conntrack_tftp +nf_defrag_ipv4 +nf_defrag_ipv6 +nf_dup_ipv4 +nf_dup_ipv6 +nf_dup_netdev +nf_flow_table +nf_flow_table_inet +nf_log_syslog +nf_nat +nf_nat_amanda +nf_nat_ftp +nf_nat_h323 +nf_nat_irc +nf_nat_pptp +nf_nat_sip +nf_nat_snmp_basic +nf_nat_tftp +nf_reject_ipv4 +nf_reject_ipv6 +nf_socket_ipv4 +nf_socket_ipv6 +nf_synproxy_core +nf_tables +nf_tproxy_ipv4 +nf_tproxy_ipv6 +nfc +nfc_digital +nfcmrvl +nfcmrvl_i2c +nfcmrvl_spi +nfcmrvl_uart +nfcmrvl_usb +nfcsim +nfnetlink +nfnetlink_acct +nfnetlink_cthelper +nfnetlink_cttimeout +nfnetlink_hook +nfnetlink_log +nfnetlink_osf +nfnetlink_queue +nfp +nfs +nfs_acl +nfs_layout_flexfiles +nfs_layout_nfsv41_files +nfsd +nfsv2 +nfsv3 +nfsv4 +nft_chain_nat +nft_compat +nft_connlimit +nft_ct +nft_dup_ipv4 +nft_dup_ipv6 +nft_dup_netdev +nft_fib +nft_fib_inet +nft_fib_ipv4 +nft_fib_ipv6 +nft_fib_netdev +nft_flow_offload +nft_fwd_netdev +nft_hash +nft_limit +nft_log +nft_masq +nft_meta_bridge +nft_nat +nft_numgen +nft_osf +nft_queue +nft_quota +nft_redir +nft_reject +nft_reject_bridge +nft_reject_inet +nft_reject_ipv4 +nft_reject_ipv6 +nft_reject_netdev +nft_socket +nft_synproxy +nft_tproxy +nft_tunnel +nft_xfrm +nftl +ngbe +ngene +nhc_dest +nhc_fragment +nhc_hop +nhc_ipv6 +nhc_mobility +nhc_routing +nhc_udp +nhpoly1305 +nhpoly1305-neon +ni_6527 +ni_65xx +ni_660x +ni_670x +ni_at_a2150 +ni_at_ao +ni_atmio +ni_atmio16d +ni_labpc +ni_labpc_common +ni_labpc_pci +ni_pcidio +ni_pcimio +ni_routes_test +ni_routing +ni_tio +ni_tiocmd +ni_usb6501 +nicstar +nilfs2 +niu +nixge +nlmon +nls_ascii +nls_cp1250 +nls_cp1251 +nls_cp1255 +nls_cp737 +nls_cp775 +nls_cp850 +nls_cp852 +nls_cp855 +nls_cp857 +nls_cp860 +nls_cp861 +nls_cp862 +nls_cp863 +nls_cp864 +nls_cp865 +nls_cp866 +nls_cp869 +nls_cp874 +nls_cp932 +nls_cp936 +nls_cp949 +nls_cp950 +nls_euc-jp +nls_iso8859-1 +nls_iso8859-13 +nls_iso8859-14 +nls_iso8859-15 +nls_iso8859-2 +nls_iso8859-3 +nls_iso8859-4 +nls_iso8859-5 +nls_iso8859-6 +nls_iso8859-7 +nls_iso8859-9 +nls_koi8-r +nls_koi8-ru +nls_koi8-u +nls_utf8 +noa1305 +noon010pc30 +nosy +notifier-error-inject +nouveau +nozomi +npcm-rng +npcm750-pwm-fan +npcm_adc +nps_enet +ns558 +ns83820 +nsh +nsp32 +ntb +ntb_hw_epf +ntb_hw_idt +ntb_hw_switchtec +ntb_netdev +ntb_perf +ntb_pingpong +ntb_tool +ntb_transport +ntc_thermistor +ntfs +ntfs3 +ntxec +null_blk +nvec +nvec_kbd +nvec_paz00 +nvec_power +nvec_ps2 +nvidiafb +nvme +nvme-common +nvme-core +nvme-fabrics +nvme-fc +nvme-loop +nvme-rdma +nvme-tcp +nvmem-imx-iim +nvmem-imx-ocotp +nvmem-imx-ocotp-scu +nvmem-rave-sp-eeprom +nvmem-reboot-mode +nvmem-rmem +nvmem-rockchip-otp +nvmem_meson_mx_efuse +nvmem_mtk-efuse +nvmem_qcom-spmi-sdam +nvmem_qfprom +nvmem_rockchip_efuse +nvmem_snvs_lpgpr +nvmem_sunplus_ocotp +nvmem_u-boot-env +nvmet +nvmet-fc +nvmet-rdma +nvmet-tcp +nvsw-sn2201 +nwl-dsi +nxp-c45-tja11xx +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 +open-dice +opencores-kbd +openvswitch +opt3001 +optee +optee-rng +opticon +option +or51132 +or51211 +orangefs +orinoco +orinoco_nortel +orinoco_plx +orinoco_tmd +orinoco_usb +orion_nand +orion_wdt +oti6858 +otm3225a +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 +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-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-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-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-nt36672a +panel-novatek-nt39016 +panel-olimex-lcd-olinuxino +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-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-tulip-truly-nt35521 +panel-tdo-tl070wsh30 +panel-tpo-td028ttec1 +panel-tpo-td043mtea1 +panel-tpo-tpg110 +panel-truly-nt35597 +panel-visionox-rm69299 +panel-widechips-ws2401 +panel-xinpeng-xpp055c272 +panfrost +parade-ps8622 +parade-ps8640 +parallel-display +paride +parkbd +parman +parport +parport_ax88796 +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_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 +pcd +pcf50633 +pcf50633-adc +pcf50633-backlight +pcf50633-charger +pcf50633-gpio +pcf50633-input +pcf50633-regulator +pcf8574_keypad +pcf8591 +pch_udc +pci +pci-dra7xx +pci-epf-ntb +pci-epf-vntb +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-altera-tse +pcs-lynx +pcs-rzn1-miic +pcs_xpcs +pcwd_pci +pcwd_usb +pd +pda_power +pdc_adma +pdr_interface +peak_pci +peak_pciefd +peak_usb +peci +peci-aspeed +peci-cpu +peci-cputemp +peci-dimmtemp +pegasus +pegasus_notetaker +penmount +pf +pf8x00-regulator +pfuze100-regulator +pg +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-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-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-snps-femto-v2 +phy-qcom-usb-hs +phy-qcom-usb-hs-28nm +phy-qcom-usb-hsic +phy-qcom-usb-ss +phy-rcar-gen2 +phy-rcar-gen3-pcie +phy-rcar-gen3-usb2 +phy-rcar-gen3-usb3 +phy-rockchip-dp +phy-rockchip-dphy-rx0 +phy-rockchip-emmc +phy-rockchip-inno-csidphy +phy-rockchip-inno-dsidphy +phy-rockchip-inno-hdmi +phy-rockchip-inno-usb2 +phy-rockchip-naneng-combphy +phy-rockchip-pcie +phy-rockchip-snps-pcie3 +phy-rockchip-typec +phy-rockchip-usb +phy-sunplus-usb2 +phy-tahvo +phy-tegra-usb +phy-tegra-xusb +phy-ti-pipe3 +phy-tusb1210 +phy-twl4030-usb +phy-twl6030-usb +phylink +physmap +pi3usb30532 +pi433 +pim4328 +pinctrl-apq8064 +pinctrl-apq8084 +pinctrl-axp209 +pinctrl-cy8c95x0 +pinctrl-da9062 +pinctrl-imx8ulp +pinctrl-imx93 +pinctrl-ipq4019 +pinctrl-ipq8064 +pinctrl-lochnagar +pinctrl-lpass-lpi +pinctrl-madera +pinctrl-max77620 +pinctrl-mcp23s08 +pinctrl-mcp23s08_i2c +pinctrl-mcp23s08_spi +pinctrl-mdm9607 +pinctrl-mdm9615 +pinctrl-msm8226 +pinctrl-msm8660 +pinctrl-msm8909 +pinctrl-msm8916 +pinctrl-msm8960 +pinctrl-msm8x74 +pinctrl-rk805 +pinctrl-sdx55 +pinctrl-sdx65 +pinctrl-spmi-gpio +pinctrl-spmi-mpp +pinctrl-ssbi-gpio +pinctrl-ssbi-mpp +pinctrl-stmfx +pinephone-keyboard +ping +pistachio-internal-dac +pixcir_i2c_ts +pkcs7_test_key +pkcs8_key_parser +pktgen +pl111_drm +pl172 +pl2303 +pl330 +pl353-smc +pl35x-nand-controller +plat-ram +plat_nand +platform_lcd +platform_mhu +plfxlc +pli1209bc +plip +plusb +pluto2 +plx_dma +plx_pci +pm-notifier-error-inject +pm2fb +pm3fb +pm6764tr +pm80xx +pm8916_wdt +pm8941-pwrkey +pm8xxx-vibrator +pmbus +pmbus_core +pmc551 +pmcraid +pmic8xxx-keypad +pmic8xxx-pwrkey +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 +pt +ptp-qoriq +ptp_clockmatrix +ptp_idt82p33 +ptp_ines +ptp_kvm +ptp_ocp +pulse8-cec +pulsedlight-lidar-lite-v2 +pv88060-regulator +pv88080-regulator +pv88090-regulator +pvpanic +pvpanic-mmio +pvpanic-pci +pvrusb2 +pwc +pwm-atmel-hlcdc +pwm-atmel-tcb +pwm-beeper +pwm-berlin +pwm-clk +pwm-cros-ec +pwm-dwc +pwm-fan +pwm-fsl-ftm +pwm-hibvt +pwm-imx-tpm +pwm-imx1 +pwm-imx27 +pwm-iqs620a +pwm-ir-tx +pwm-lp3943 +pwm-mediatek +pwm-meson +pwm-mtk-disp +pwm-ntxec +pwm-omap-dmtimer +pwm-pca9685 +pwm-rcar +pwm-regulator +pwm-renesas-tpu +pwm-rockchip +pwm-sunplus +pwm-tegra +pwm-tiecap +pwm-tiehrpwm +pwm-twl +pwm-twl-led +pwm-vibra +pwm-xilinx +pwm_bl +pwrseq_emmc +pwrseq_sd8787 +pwrseq_simple +pxa168_eth +pxa27x_udc +pxe1610 +pxrc +q54sj108a2 +q6adm +q6afe +q6afe-clocks +q6afe-dai +q6apm-dai +q6apm-lpass-dais +q6asm +q6asm-dai +q6core +q6prm +q6prm-clocks +q6routing +q6sstop-qcs404 +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-pmic-typec +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_common +qcom_edac +qcom_eud +qcom_geni_serial +qcom_glink +qcom_glink_rpm +qcom_glink_smem +qcom_gsbi +qcom_hwspinlock +qcom_nandc +qcom_pil_info +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-sc7180 +qnoc-sc7280 +qnoc-sc8180x +qnoc-sc8280xp +qnoc-sdm660 +qnoc-sdm845 +qnoc-sdx55 +qnoc-sdx65 +qnoc-sm6350 +qnoc-sm8150 +qnoc-sm8250 +qnoc-sm8350 +qnoc-sm8450 +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 +r8188eu +r8192e_pci +r8192u_usb +r820t +r852 +r8712u +r8723bs +r8a66597-hcd +r8a66597-udc +r8a779f0-ether-serdes +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 +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-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-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_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 +rk808-regulator +rk817_charger +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-regulator +rohm_bu21023 +romfs +rose +rotary_encoder +rp2 +rpcrdma +rpcsec_gss_krb5 +rpi-panel-attiny-regulator +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 +rt4831 +rt4831-backlight +rt4831-regulator +rt5033 +rt5033-regulator +rt5033_battery +rt5120 +rt5120-pwrkey +rt5120-regulator +rt5190a-regulator +rt5759-regulator +rt6160-regulator +rt6190-regulator +rt61pci +rt6245-regulator +rt73usb +rt9455_charger +rtc-88pm80x +rtc-88pm860x +rtc-ab-b5ze-s3 +rtc-ab-eoz9 +rtc-abx80x +rtc-armada38x +rtc-as3722 +rtc-aspeed +rtc-bd70528 +rtc-bq32k +rtc-bq4802 +rtc-cadence +rtc-cmos +rtc-cpcap +rtc-cros-ec +rtc-da9052 +rtc-da9055 +rtc-da9063 +rtc-ds1286 +rtc-ds1302 +rtc-ds1305 +rtc-ds1307 +rtc-ds1343 +rtc-ds1347 +rtc-ds1374 +rtc-ds1390 +rtc-ds1511 +rtc-ds1553 +rtc-ds1672 +rtc-ds1685 +rtc-ds1742 +rtc-ds2404 +rtc-ds3232 +rtc-em3027 +rtc-fm3130 +rtc-ftrtc010 +rtc-goldfish +rtc-hid-sensor-time +rtc-hym8563 +rtc-imx-sc +rtc-imxdi +rtc-isl12022 +rtc-isl12026 +rtc-isl1208 +rtc-lp8788 +rtc-m41t80 +rtc-m41t93 +rtc-m41t94 +rtc-m48t35 +rtc-m48t59 +rtc-m48t86 +rtc-max6900 +rtc-max6902 +rtc-max6916 +rtc-max77686 +rtc-max8907 +rtc-max8925 +rtc-max8997 +rtc-max8998 +rtc-mc13xxx +rtc-mcp795 +rtc-meson +rtc-meson-vrtc +rtc-msc313 +rtc-msm6242 +rtc-mt2712 +rtc-mt6397 +rtc-mt7622 +rtc-mxc +rtc-mxc_v2 +rtc-nct3018y +rtc-ntxec +rtc-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-v3020 +rtc-wm831x +rtc-wm8350 +rtc-x1205 +rtc-zynqmp +rtd520 +rti800 +rti802 +rtl2830 +rtl2832 +rtl2832_sdr +rtl8150 +rtl8187 +rtl8188ee +rtl818x_pci +rtl8192c-common +rtl8192ce +rtl8192cu +rtl8192de +rtl8192ee +rtl8192se +rtl8365mb +rtl8366 +rtl8723-common +rtl8723ae +rtl8723be +rtl8821ae +rtl8xxxu +rtl_pci +rtl_usb +rtllib +rtllib_crypt_ccmp +rtllib_crypt_tkip +rtllib_crypt_wep +rtlwifi +rtmv20-regulator +rtq2134-regulator +rtq6056 +rtq6752-regulator +rtrs-client +rtrs-core +rtrs-server +rts5208 +rtsx_pci +rtsx_pci_ms +rtsx_pci_sdmmc +rtsx_usb +rtsx_usb_ms +rtsx_usb_sdmmc +rtw88_8723d +rtw88_8723de +rtw88_8723du +rtw88_8821c +rtw88_8821ce +rtw88_8821cu +rtw88_8822b +rtw88_8822be +rtw88_8822bu +rtw88_8822c +rtw88_8822ce +rtw88_8822cu +rtw88_core +rtw88_pci +rtw88_usb +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 +s5k6aa +s5m8767 +s626 +s6sy761 +s921 +saa6588 +saa6752hs +saa7110 +saa7115 +saa7127 +saa7134 +saa7134-alsa +saa7134-dvb +saa7134-empress +saa7134-go7007 +saa7164 +saa717x +saa7185 +saa7706h +safe_serial +sahara +sample-trace-array +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_atm +sch_cake +sch_cbq +sch_cbs +sch_choke +sch_codel +sch_drr +sch_dsmark +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_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 +sha3_generic +sha512-arm +shark2 +sharpslpart +shiftfs +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 +sl811-hcd +slcan +slg51000-regulator +slic_ds26522 +slicoss +slim-qcom-ctrl +slim-qcom-ngd-ctrl +slimbus +slip +slram +sm2_generic +sm3 +sm3_generic +sm4 +sm4_generic +sm501fb +sm712fb +sm750fb +sm_common +sm_ftl +smartpqi +smb347-charger +smc +smc_diag +smd-rpm +smem +smipcie +smm665 +smp2p +smpro-core +smpro-errmon +smpro-hwmon +smpro-misc +smsc +smsc47b397 +smsc47m1 +smsc47m192 +smsc75xx +smsc911x +smsc9420 +smsc95xx +smscufx +smsdvb +smsm +smsmdtv +smssdio +smsusb +snd-aaci +snd-ac97-codec +snd-acp-config +snd-ad1889 +snd-ak4113 +snd-ak4114 +snd-ak4xxx-adda +snd-ali5451 +snd-aloop +snd-als300 +snd-atiixp +snd-atiixp-modem +snd-au8810 +snd-au8820 +snd-au8830 +snd-aw2 +snd-azt3328 +snd-bcd2000 +snd-bebob +snd-bt87x +snd-ca0106 +snd-cmipci +snd-cs4281 +snd-cs46xx +snd-cs8427 +snd-ctl-led +snd-ctxfi +snd-darla20 +snd-darla24 +snd-dice +snd-dummy +snd-echo3g +snd-emu10k1 +snd-emu10k1-synth +snd-emu10k1x +snd-emux-synth +snd-ens1370 +snd-ens1371 +snd-es1938 +snd-es1968 +snd-fireface +snd-firewire-digi00x +snd-firewire-lib +snd-firewire-motu +snd-firewire-tascam +snd-fireworks +snd-fm801 +snd-gina20 +snd-gina24 +snd-hda-codec +snd-hda-codec-analog +snd-hda-codec-ca0110 +snd-hda-codec-ca0132 +snd-hda-codec-cirrus +snd-hda-codec-cmedia +snd-hda-codec-conexant +snd-hda-codec-cs8409 +snd-hda-codec-generic +snd-hda-codec-hdmi +snd-hda-codec-idt +snd-hda-codec-realtek +snd-hda-codec-si3054 +snd-hda-codec-via +snd-hda-core +snd-hda-ext-core +snd-hda-intel +snd-hda-tegra +snd-hdsp +snd-hdspm +snd-hrtimer +snd-hwdep +snd-i2c +snd-ice1712 +snd-ice1724 +snd-ice17xx-ak4xxx +snd-indigo +snd-indigodj +snd-indigodjx +snd-indigoio +snd-indigoiox +snd-intel-dspcfg +snd-intel8x0 +snd-intel8x0m +snd-isight +snd-korg1212 +snd-layla20 +snd-layla24 +snd-lola +snd-maestro3 +snd-mia +snd-mixart +snd-mixer-oss +snd-mona +snd-mpu401 +snd-mpu401-uart +snd-mtpav +snd-mts64 +snd-nm256 +snd-opl3-lib +snd-opl3-synth +snd-oxfw +snd-oxygen +snd-oxygen-lib +snd-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-virmidi +snd-serial-generic +snd-serial-u16550 +snd-soc-63xx +snd-soc-ac97 +snd-soc-acp-rt5645-mach +snd-soc-adau-utils +snd-soc-adau1372 +snd-soc-adau1372-i2c +snd-soc-adau1372-spi +snd-soc-adau1701 +snd-soc-adau1761 +snd-soc-adau1761-i2c +snd-soc-adau1761-spi +snd-soc-adau17x1 +snd-soc-adau7002 +snd-soc-adau7118 +snd-soc-adau7118-hw +snd-soc-adau7118-i2c +snd-soc-adi-axi-i2s +snd-soc-adi-axi-spdif +snd-soc-ak4104 +snd-soc-ak4118 +snd-soc-ak4375 +snd-soc-ak4458 +snd-soc-ak4554 +snd-soc-ak4613 +snd-soc-ak4642 +snd-soc-ak5386 +snd-soc-ak5558 +snd-soc-alc5623 +snd-soc-alc5632 +snd-soc-apq8016-sbc +snd-soc-apq8096 +snd-soc-armada-370-db +snd-soc-audio-graph-card +snd-soc-audio-graph-card2 +snd-soc-audio-graph-card2-custom-sample +snd-soc-aw8738 +snd-soc-bd28623 +snd-soc-bt-sco +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-cs35l45-tables +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-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-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-max98373 +snd-soc-max98373-i2c +snd-soc-max98373-sdw +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-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-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-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-rt715 +snd-soc-rt715-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-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-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-tas5086 +snd-soc-tas571x +snd-soc-tas5720 +snd-soc-tas5805m +snd-soc-tas6424 +snd-soc-tda7419 +snd-soc-tegra-audio-graph-card +snd-soc-tegra-machine +snd-soc-tegra-pcm +snd-soc-tegra-wm8903 +snd-soc-tegra186-asrc +snd-soc-tegra186-dspk +snd-soc-tegra20-ac97 +snd-soc-tegra20-das +snd-soc-tegra20-i2s +snd-soc-tegra20-spdif +snd-soc-tegra210-admaif +snd-soc-tegra210-adx +snd-soc-tegra210-ahub +snd-soc-tegra210-amx +snd-soc-tegra210-dmic +snd-soc-tegra210-i2s +snd-soc-tegra210-mixer +snd-soc-tegra210-mvc +snd-soc-tegra210-ope +snd-soc-tegra210-sfc +snd-soc-tegra30-ahub +snd-soc-tegra30-i2s +snd-soc-test-component +snd-soc-tfa9879 +snd-soc-tfa989x +snd-soc-ti-edma +snd-soc-ti-sdma +snd-soc-ti-udma +snd-soc-tlv320adc3xxx +snd-soc-tlv320adcx140 +snd-soc-tlv320aic23 +snd-soc-tlv320aic23-i2c +snd-soc-tlv320aic23-spi +snd-soc-tlv320aic31xx +snd-soc-tlv320aic32x4 +snd-soc-tlv320aic32x4-i2c +snd-soc-tlv320aic32x4-spi +snd-soc-tlv320aic3x +snd-soc-tlv320aic3x-i2c +snd-soc-tlv320aic3x-spi +snd-soc-tpa6130a2 +snd-soc-ts3a227e +snd-soc-tscs42xx +snd-soc-tscs454 +snd-soc-uda1334 +snd-soc-wcd-mbhc +snd-soc-wcd9335 +snd-soc-wcd934x +snd-soc-wcd938x +snd-soc-wcd938x-sdw +snd-soc-wm-adsp +snd-soc-wm-hubs +snd-soc-wm8510 +snd-soc-wm8523 +snd-soc-wm8524 +snd-soc-wm8580 +snd-soc-wm8711 +snd-soc-wm8728 +snd-soc-wm8731 +snd-soc-wm8731-i2c +snd-soc-wm8731-spi +snd-soc-wm8737 +snd-soc-wm8741 +snd-soc-wm8750 +snd-soc-wm8753 +snd-soc-wm8770 +snd-soc-wm8776 +snd-soc-wm8782 +snd-soc-wm8804 +snd-soc-wm8804-i2c +snd-soc-wm8804-spi +snd-soc-wm8903 +snd-soc-wm8904 +snd-soc-wm8940 +snd-soc-wm8960 +snd-soc-wm8961 +snd-soc-wm8962 +snd-soc-wm8974 +snd-soc-wm8978 +snd-soc-wm8985 +snd-soc-wm8994 +snd-soc-wm9712 +snd-soc-wsa881x +snd-soc-wsa883x +snd-soc-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-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 +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 +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-armada-3700 +spi-aspeed-smc +spi-axi-spi-engine +spi-bitbang +spi-butterfly +spi-cadence +spi-cadence-quadspi +spi-cadence-xspi +spi-dln2 +spi-dw +spi-dw-mmio +spi-dw-pci +spi-fsi +spi-fsl-dspi +spi-fsl-lpspi +spi-fsl-qspi +spi-geni-qcom +spi-gpio +spi-gxp +spi-imx +spi-lm70llp +spi-loopback-test +spi-meson-spicc +spi-meson-spifc +spi-microchip-core +spi-microchip-core-qspi +spi-mt65xx +spi-mtk-nor +spi-mtk-snfi +spi-mux +spi-mxic +spi-nor +spi-npcm-fiu +spi-npcm-pspi +spi-nxp-fspi +spi-oc-tiny +spi-orion +spi-pci1xxxx +spi-pl022 +spi-pxa2xx-pci +spi-pxa2xx-platform +spi-qcom-qspi +spi-qup +spi-rockchip +spi-rockchip-sfc +spi-rpc-if +spi-rspi +spi-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 +sr030pc30 +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-drm +stm_console +stm_core +stm_ftrace +stm_heartbeat +stm_p_basic +stm_p_sys-t +stmfts +stmfx +stmmac +stmmac-pci +stmmac-platform +stmpe-adc +stmpe-keypad +stmpe-ts +stowaway +stp +stpddc60 +stpmic1 +stpmic1_onkey +stpmic1_regulator +stpmic1_wdt +streamzap +streebog_generic +stts751 +stusb160x +stv0288 +stv0297 +stv0299 +stv0367 +stv0900 +stv090x +stv0910 +stv6110 +stv6110x +stv6111 +sundance +sungem +sungem_phy +sunhme +suni +sunkbd +sunplus-mmc +sunplus_wdt +sunrise_co2 +sunrpc +sur40 +surface3_spi +svc-i3c-master +svgalib +switchtec +sx8654 +sx9310 +sx9324 +sx9360 +sx9500 +sx_common +sy7636a-hwmon +sy7636a-regulator +sy8106a-regulator +sy8824x +sy8827n +sym53c8xx +symbolserial +synaptics_i2c +synaptics_usb +synclink_gt +synopsys_edac +syscon-reboot-mode +syscopyarea +sysfillrect +sysimgblt +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_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 +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-ads124s08 +ti-ads131e08 +ti-ads7950 +ti-ads8344 +ti-ads8688 +ti-cal +ti-csc +ti-dac082s085 +ti-dac5571 +ti-dac7311 +ti-dac7612 +ti-dlpc3433 +ti-ecap-capture +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 +tmdc +tmio_mmc +tmio_mmc_core +tmio_nand +tmiofb +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 +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 +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 +u132-hcd +uPD60620 +u_audio +u_ether +u_serial +uacce +uartlite +uas +ubi +ubifs +ublk_drv +ubuntu-host +ucan +ucb1400_core +ucb1400_ts +ucc_uart +ucd9000 +ucd9200 +ucs1002_power +ucsi_ccg +ucsi_stm32g0 +uda1342 +udc-xilinx +udf +udl +udlfb +udp_diag +udp_tunnel +ueagle-atm +ufs +ufs-hisi +ufs-mediatek +ufs-renesas +ufs_qcom +ufshcd-core +ufshcd-dwc +ufshcd-pci +ufshcd-pltfrm +ug3105_battery +uhid +uio +uio_aec +uio_cif +uio_dfl +uio_dmem_genirq +uio_mf624 +uio_netx +uio_pci_generic +uio_pdrv_genirq +uio_pruss +uio_sercos3 +uleds +uli526x +ulpi +ums-alauda +ums-cypress +ums-datafab +ums-eneub6250 +ums-freecom +ums-isd200 +ums-jumpshot +ums-karma +ums-onetouch +ums-realtek +ums-sddr09 +ums-sddr55 +ums-usbat +unix_diag +upd64031a +upd64083 +upd78f0730 +us5182d +usb-conn-gpio +usb-dmac +usb-serial-simple +usb-storage +usb251xb +usb3503 +usb4604 +usb8xxx +usb_8dev +usb_debug +usb_f_acm +usb_f_ecm +usb_f_ecm_subset +usb_f_eem +usb_f_fs +usb_f_hid +usb_f_mass_storage +usb_f_midi +usb_f_ncm +usb_f_obex +usb_f_phonet +usb_f_printer +usb_f_rndis +usb_f_serial +usb_f_ss_lb +usb_f_tcm +usb_f_uac1 +usb_f_uac1_legacy +usb_f_uac2 +usb_f_uvc +usb_wwan +usbatm +usbdux +usbduxfast +usbduxsigma +usbhid +usbip-core +usbip-host +usbip-vudc +usbkbd +usblcd +usblp +usbmisc_imx +usbmon +usbmouse +usbnet +usbserial +usbsevseg +usbtest +usbtmc +usbtouchscreen +usbtv +usdhi6rol0 +userio +userspace-consumer +ushc +uss720 +uvcvideo +uvesafb +v4l2-async +v4l2-dv-timings +v4l2-flash-led-class +v4l2-fwnode +v4l2-h264 +v4l2-jpeg +v4l2-mem2mem +v4l2-tpg +v4l2-vp9 +vcan +vcnl3020 +vcnl4000 +vcnl4035 +vcpu_stall_detector +vctrl-regulator +vdpa +vdpa_sim +vdpa_sim_blk +vdpa_sim_net +vduse +veml6030 +veml6070 +ves1820 +ves1x93 +veth +vexpress-hwmon +vexpress-regulator +vexpress-spc-cpufreq +vf610_adc +vf610_dac +vfio +vfio-amba +vfio-pci +vfio-pci-core +vfio-platform +vfio-platform-amdxgbe +vfio-platform-base +vfio-platform-calxedaxgmac +vfio_iommu_type1 +vgastate +vgem +vgg2432a4 +vhci-hcd +vhost +vhost_iotlb +vhost_net +vhost_scsi +vhost_vdpa +vhost_vsock +via-rhine +via-sdmmc +via-velocity +via686a +vicodec +video-i2c +video-mux +videobuf-core +videobuf-dma-sg +videobuf-vmalloc +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 +videodev +vim2m +vimc +viperboard +viperboard_adc +virt_wifi +virtio-gpu +virtio-rng +virtio_blk +virtio_bt +virtio_crypto +virtio_dma_buf +virtio_input +virtio_net +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 +vs6624 +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 +wusb3801 +wwan_hwsim +x25 +x_tables +xbox_remote +xc2028 +xc4000 +xc5000 +xcbc +xctr +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-tegra +xilinx-csi2rxss +xilinx-pr-decoupler +xilinx-spi +xilinx-tpg +xilinx-video +xilinx-vtc +xilinx-xadc +xilinx_dpdma +xilinx_emac +xilinx_emaclite +xilinx_gmii2rgmii +xilinx_sdfec +xilinx_uartps +xillybus_class +xillybus_core +xillybus_of +xillybus_pcie +xillyusb +xiphera-trng +xircom_cb +xlnx_vcu +xor +xor-neon +xpad +xr_serial +xrs700x +xrs700x_i2c +xrs700x_mdio +xsens_mt +xsk_diag +xt_AUDIT +xt_CHECKSUM +xt_CLASSIFY +xt_CONNSECMARK +xt_CT +xt_DSCP +xt_HL +xt_HMARK +xt_IDLETIMER +xt_LED +xt_LOG +xt_MASQUERADE +xt_NETMAP +xt_NFLOG +xt_NFQUEUE +xt_RATEEST +xt_REDIRECT +xt_SECMARK +xt_TCPMSS +xt_TCPOPTSTRIP +xt_TEE +xt_TPROXY +xt_TRACE +xt_addrtype +xt_bpf +xt_cgroup +xt_cluster +xt_comment +xt_connbytes +xt_connlabel +xt_connlimit +xt_connmark +xt_conntrack +xt_cpu +xt_dccp +xt_devgroup +xt_dscp +xt_ecn +xt_esp +xt_hashlimit +xt_helper +xt_hl +xt_ipcomp +xt_iprange +xt_ipvs +xt_l2tp +xt_length +xt_limit +xt_mac +xt_mark +xt_multiport +xt_nat +xt_nfacct +xt_osf +xt_owner +xt_physdev +xt_pkttype +xt_policy +xt_quota +xt_rateest +xt_realm +xt_recent +xt_sctp +xt_set +xt_socket +xt_state +xt_statistic +xt_string +xt_tcpmss +xt_tcpudp +xt_time +xt_u32 +xtkbd +xusbatm +xxhash_generic +xz_dec_test +yam +yamaha-yas530 +yealink +yellowfin +yenta_socket +yurex +z3fold +zaurus +zd1201 +zd1211rw +zd1301 +zd1301_demod +zet6223 +zforce_ts +zhenhua +ziirave_wdt +zinitix +zl10036 +zl10039 +zl10353 +zl6100 +zonefs +zopt2201 +zpa2326 +zpa2326_i2c +zpa2326_spi +zram +zstd --- linux-lowlatency-hwe-6.2-6.2.0.orig/debian.master/abi/armhf/generic-lpae.modules.builtin +++ linux-lowlatency-hwe-6.2-6.2.0/debian.master/abi/armhf/generic-lpae.modules.builtin @@ -0,0 +1,500 @@ +8250 +8250_base +8250_mtk +8250_of +8250_omap +8250_pci +8250_tegra +88pm860x +ac97_bus +adpll +aead +aes_generic +af_packet +ahci_imx +ahci_platform +akcipher +altera-sysmgr +altera_edac +amba-pl011 +arm-cci +arm-cci +arm-ccn +armada_thermal +armada_xp_edac +armmmci +as3722 +as3722-poweroff +asiliantfb +asn1_decoder +asn1_encoder +aspeed_wdt +asymmetric_keys +atkbd +backlight +bch +bcm84881 +binfmt_elf +binfmt_elf_fdpic +binfmt_script +brcmstb_gisb +bsg +btree +cbc +cdrom +cfbcopyarea +cfbfillrect +cfbimgblt +charger-manager +chipreg +clk-apmixed +clk-axm5516 +clk-cpumux +clk-fixed-mmio +clk-gate +clk-hi3559a +clk-imx8mm +clk-imx8mn +clk-imx8mp +clk-imx8mq +clk-mpll +clk-mtk +clk-mux +clk-pll +clk-pll +clk-regmap +clk-vexpress-osc +cma_heap +cmd-db +cmdlinepart +cn +configfs +cpsw-common +cpts +cpufreq-dt +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 +da903x +da9052-core +da9052-i2c +da9052-spi +da9055 +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 +em_sti +emxx_udc +encrypted-keys +evdev +exportfs +ext4 +extcon-core +exynos_thermal +ezx-pcap +fat +fb +fddi +fec +firmware_class +fixed +fixed_phy +font +freq_table +fuse +fwnode_mdio +gcm +geniv +gf128mul +ghash-generic +glob +governor_passive +governor_performance +governor_powersave +governor_simpleondemand +governor_userspace +gpio-aspeed-sgpio +gpio-generic +gpio-imx-scu +gpio-mxc +gpio-omap +gpio-pl061 +gpio-poweroff +gpio-rda +gpio-restart +gpio-tegra +gpio-twl4030 +gpio-twl6040 +gpio-xilinx +hmac +hwmon +hwspinlock_core +i2c-core +i2c-designware-core +i2c-designware-platform +i2c-dev +i2c-imx +i2c-omap +icc-core +imsttfb +imx +imx-pcm-dma +imx-pcm-fiq +imx-scu +imx-weim +input-core +interconnect_qcom +ipu_idmac +ipv6 +irq-al-fic +irq-meson-gpio +irq-renesas-intc-irqpin +irq-renesas-irqc +irq-renesas-rza1 +jbd2 +jitterentropy_rng +kdf_sp800108 +kgdboc +kpp +led-class +leds-asic3 +libaes +libahci +libahci_platform +libata +libblake2s +libcryptoutils +libnvdimm +libphy +libps2 +libsha1 +libsha256 +linear_ranges +loop +lp8788 +ltc2952-poweroff +lz4_decompress +lzo +lzo-rle +lzo_compress +lzo_decompress +map_funcs +max14577 +max310x +max77686 +max77693 +mbcache +mctp +md-mod +md5 +mdio-bitbang +mdio_devres +meson-clk-measure +meson-ee-pwrc +meson-gx-pwrc-vpu +meson_uart +mfd-core +mii +mmc_block +mmc_core +mousedev +mpi +mq-deadline +msm_serial +mt6323-poweroff +mtd +mtd_blkdevs +mtdblock +mtk-eint +musb_hdrc +mvebu-devbus +mx3fb +mxc-clk +n_null +nand +nandcore +nfs_ssc +nls_base +nls_cp437 +npcm_wdt +nvmem_core +of_mdio +ofpart +ohci-hcd +ohci-pci +oid_registry +omap-cpufreq +omap-dma +omap-gpmc +omap-usb-host +omap-usb-tll +omap2_nand +omap_elm +omap_hsmmc +omap_l3_noc +omap_l3_smx +owl-uart +packing +palmas +pci-ep-cfs +pci-epc-core +pci-epc-mem +pci-epf-core +pci-host-common +pci-host-generic +pci-mvebu +pci-tegra +pcie-altera +pcie-altera-msi +pcie-histb +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-npcm7xx +pinctrl-ocelot +pinctrl-palmas +pinctrl-rockchip +pinctrl-rza1 +pinctrl-rza2 +pinctrl-rzn1 +pinctrl-s500 +pinctrl-single +pinctrl-ti-iodelay +pkcs7_message +pldmfw +power_supply +powercap_sys +ppp_generic +pps_core +pretimeout_noop +pstore +ptp +public_key +qcom-ebi2 +qcom-ipcc +qcom-pdc +qcom-scm +qcom-ssc-block-bus +qcom_rpmh +ramoops +rapidio +rational +rcar-usb2-clock-sel +rda-uart +reactor_panic +reactor_printk +reed_solomon +regmap-i2c +regmap-mmio +regmap-spi +regulator-poweroff +remoteproc +renesas-cpg-mssr +reset +reset-berlin +reset-imx7 +reset-meson +reset-qcom-aoss +restart-poweroff +rfkill +rng +rng-core +rockchip-mailbox +roles +rpmhpd +rsa_generic +rtc-efi +rtc-mv +rtc-omap +rtc-pcf8523 +rtc-pl031 +rtc-twl +sata_highbank +sccnxp +scmi-module +scsi_common +scsi_mod +scu-pd +sd_mod +sdhci +sdhci-esdhc-imx +sdhci-pltfm +sec-core +sec-irq +selftests +seqiv +serdev +serial_core +serial_mctrl_gpio +serio +sg +sh-sci +sh_cmt +sh_mtu2 +sh_tmu +sha1_generic +sha256_generic +sha512_generic +simple-pm-bus +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 +stmpe-i2c +stmpe-spi +sunplus-uart +system_heap +t10-pi +t7l66xb +tc3589x +tc6387xb +tc6393xb +tcp_cubic +tegra-ahb +tegra-mc +tegra-tcu +tegra124-cpufreq +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 +timer-tegra186 +timer-ti-dm +tpm +tpm_tis +tpm_tis_core +tps65086-restart +tps65217 +tps65217-regulator +tps6586x +tps65912-core +tps65912-i2c +tps65912-spi +trusted +ttyprintk +tun +twl-regulator +twl4030-audio +twl4030-power +twl6030-regulator +twl6040 +ucs2_string +udc-core +udmabuf +uhci-hcd +uinput +unicode +unix +usb-common +usbcore +utf8data +vexpress-config +vexpress-sysreg +vfat +virt-dma +virtio +virtio_balloon +virtio_console +virtio_mmio +virtio_pci +virtio_pci_legacy_dev +virtio_pci_modern_dev +virtio_ring +virtio_scsi +vivaldi-fmap +watch_queue +watchdog +wwan +wwnr +x509_key_parser +xgmac_mdio +xhci-hcd +xts +xxhash +xz_dec +zbud +zlib_deflate +zlib_inflate +zpool +zsmalloc +zstd_common +zstd_compress +zstd_decompress +zswap --- linux-lowlatency-hwe-6.2-6.2.0.orig/debian.master/abi/armhf/generic-lpae.retpoline +++ linux-lowlatency-hwe-6.2-6.2.0/debian.master/abi/armhf/generic-lpae.retpoline @@ -0,0 +1 @@ +# RETPOLINE NOT ENABLED --- linux-lowlatency-hwe-6.2-6.2.0.orig/debian.master/abi/armhf/generic.compiler +++ linux-lowlatency-hwe-6.2-6.2.0/debian.master/abi/armhf/generic.compiler @@ -0,0 +1 @@ +GCC: (Ubuntu 12.3.0-1ubuntu1~23.04) 12.3.0 --- linux-lowlatency-hwe-6.2-6.2.0.orig/debian.master/abi/armhf/generic.modules +++ linux-lowlatency-hwe-6.2-6.2.0/debian.master/abi/armhf/generic.modules @@ -0,0 +1,6944 @@ +3w-9xxx +3w-sas +3w-xxxx +6lowpan +6pack +8021q +8139cp +8139too +8250_aspeed_vuart +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 +a53-pll +a7-pll +a8293 +aacraid +aat2870-regulator +aat2870_bl +abp060mg +acard-ahci +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 +ad9389b +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 +ade7854 +ade7854-i2c +ade7854-spi +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_qoriq +ahci_tegra +aht10 +aic79xx +aic7xxx +aic94xx +aio_aio12_8 +aio_iiro_16 +aiptek +aircable +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 +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-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 +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 +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 +avmfritz +ax25 +ax88179_178a +ax88796 +ax88796b +ax88796c +axi-fan-control +axis-fifo +axp20x +axp20x-i2c +axp20x-pek +axp20x-regulator +axp20x_ac_power +axp20x_adc +axp20x_battery +axp20x_usb_power +axp288_adc +b2c2-flexcop +b2c2-flexcop-pci +b2c2-flexcop-usb +b43 +b43legacy +b44 +b53_common +b53_mdio +b53_mmap +b53_serdes +b53_spi +b53_srab +bL_switcher_dummy_if +ba431-rng +bam_dma +bareudp +batman-adv +baycom_epp +baycom_par +baycom_ser_fdx +baycom_ser_hdx +bcache +bcm-keypad +bcm-phy-lib +bcm-phy-ptp +bcm-sf2 +bcm203x +bcm3510 +bcm47xxsflash +bcm54140 +bcm590xx +bcm590xx-regulator +bcm5974 +bcm63138_nand +bcm6368_nand +bcm7xxx +bcm87xx +bcm_vk +bcma +bcma-hcd +bcmsysport +bd6107 +bd71815-regulator +bd71828-regulator +bd718x7-regulator +bd9571mwv +bd9571mwv-regulator +bd9576-regulator +bd9576_wdt +bd99954-charger +bdc +be2iscsi +be2net +befs +bel-pfe +belkin_sa +berlin2-adc +bfa +bfq +bfs +bfusb +bh1750 +bh1770glc +bh1780 +binder_linux +binfmt_misc +blake2b-neon +blake2b_generic +block2mtd +blocklayoutdriver +blowfish_common +blowfish_generic +bluetooth +bluetooth_6lowpan +bma150 +bma220_spi +bma400_core +bma400_i2c +bma400_spi +bmc150-accel-core +bmc150-accel-i2c +bmc150-accel-spi +bmc150_magn +bmc150_magn_i2c +bmc150_magn_spi +bme680_core +bme680_i2c +bme680_spi +bmg160_core +bmg160_i2c +bmg160_spi +bmi088-accel-core +bmi088-accel-spi +bmi160_core +bmi160_i2c +bmi160_spi +bmp280 +bmp280-i2c +bmp280-spi +bna +bnep +bno055 +bno055_i2c +bno055_ser +bnx2 +bnx2fc +bnx2i +bnx2x +bnxt_en +bochs +bonding +bpa-rs600 +bpa10x +bpck +bpck6 +bpfilter +bpqether +bq2415x_charger +bq24190_charger +bq24257_charger +bq24735-charger +bq2515x_charger +bq256xx_charger +bq25890_charger +bq25980_charger +bq27xxx_battery +bq27xxx_battery_hdq +bq27xxx_battery_i2c +br2684 +br_netfilter +brcmfmac +brcmfmac-bca +brcmfmac-cyw +brcmfmac-wcc +brcmnand +brcmsmac +brcmstb_nand +brcmutil +brd +bridge +broadcom +bsd_comp +bt-bmc +bt819 +bt856 +bt866 +bt878 +btbcm +btcoexist +btintel +btmrvl +btmrvl_sdio +btmtk +btmtksdio +btmtkuart +btqca +btqcomsmd +btrfs +btrsi +btrtl +btsdio +bttv +btusb +bu21013_ts +bu21029_ts +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-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 +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 +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-mt8365 +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-si5341 +clk-si5351 +clk-si544 +clk-si570 +clk-smd-rpm +clk-spmi-pmic-div +clk-twl6040 +clk-versaclock5 +clk-versaclock7 +clk-wm831x +clk-xlnx-clock-wizard +cls_basic +cls_bpf +cls_cgroup +cls_flow +cls_flower +cls_fw +cls_matchall +cls_route +cls_u32 +cm109 +cm32181 +cm3232 +cm3323 +cm3605 +cm36651 +cma3000_d0x +cma3000_d0x_i2c +cmac +cmt_speech +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 +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_typec +cros_ec_vbc +cros_hps_i2c +cros_kbd_led_backlight +cros_peripheral_charger +cros_usbpd-charger +cros_usbpd_logger +cros_usbpd_notify +cryptd +crypto_engine +crypto_safexcel +crypto_simd +crypto_user +cs3308 +cs5345 +cs53l32a +cs89x0 +cs_dsp +csiostor +ctucanfd +ctucanfd_pci +ctucanfd_platform +curve25519-generic +curve25519-neon +cuse +cw1200_core +cw1200_wlan_sdio +cw1200_wlan_spi +cw2015_battery +cx18 +cx18-alsa +cx22700 +cx22702 +cx231xx +cx231xx-alsa +cx231xx-dvb +cx2341x +cx23885 +cx24110 +cx24113 +cx24116 +cx24117 +cx24120 +cx24123 +cx25821 +cx25821-alsa +cx25840 +cx82310_eth +cx88-alsa +cx88-blackbird +cx88-dvb +cx88-vp3054-i2c +cx8800 +cx8802 +cx88xx +cxacru +cxd2099 +cxd2820r +cxd2841er +cxd2880 +cxd2880-spi +cxgb +cxgb3 +cxgb3i +cxgb4 +cxgb4i +cxgb4vf +cxgbit +cxl_core +cxl_mem +cxl_pci +cxl_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 +da8xx-fb +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 +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 +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 +display-connector +dl2k +dlhl60d +dlink-dir685-touchkeys +dlm +dln2 +dln2-adc +dm-bio-prison +dm-bufio +dm-cache +dm-cache-smq +dm-clone +dm-crypt +dm-delay +dm-era +dm-flakey +dm-historical-service-time +dm-integrity +dm-io-affinity +dm-log +dm-log-userspace +dm-log-writes +dm-mirror +dm-multipath +dm-persistent-data +dm-queue-length +dm-raid +dm-region-hash +dm-round-robin +dm-service-time +dm-snapshot +dm-switch +dm-thin-pool +dm-unstripe +dm-verity +dm-writecache +dm-zero +dm-zoned +dm1105 +dm9000 +dm9051 +dm9601 +dma-axi-dmac +dmard06 +dmard09 +dmard10 +dme1737 +dmfe +dmi-sysfs +dmm32at +dmx3191d +dnet +dove_thermal +dp83640 +dp83822 +dp83848 +dp83867 +dp83869 +dp83tc811 +dp83td510 +dpot-dac +dps310 +dps920ab +drbd +drivetemp +drm +drm_buddy +drm_display_helper +drm_dma_helper +drm_dp_aux_bus +drm_kms_helper +drm_mipi_dbi +drm_shmem_helper +drm_ttm_helper +drm_vram_helper +drv260x +drv2665 +drv2667 +drx39xyj +drxd +drxk +ds1621 +ds1682 +ds1803 +ds1wm +ds2482 +ds2490 +ds2760_battery +ds2780_battery +ds2781_battery +ds2782_battery +ds3000 +ds4424 +ds620 +dsa_core +dsbr100 +dst +dst_ca +dstr +dt2801 +dt2811 +dt2814 +dt2815 +dt2817 +dt282x +dt3000 +dt3155 +dt9812 +dtpm +dummy +dummy-irq +dummy_stm +dvb-as102 +dvb-bt8xx +dvb-core +dvb-pll +dvb-ttusb-budget +dvb-usb +dvb-usb-a800 +dvb-usb-af9005 +dvb-usb-af9005-remote +dvb-usb-af9015 +dvb-usb-af9035 +dvb-usb-anysee +dvb-usb-au6610 +dvb-usb-az6007 +dvb-usb-az6027 +dvb-usb-ce6230 +dvb-usb-cinergyT2 +dvb-usb-cxusb +dvb-usb-dib0700 +dvb-usb-dibusb-common +dvb-usb-dibusb-mb +dvb-usb-dibusb-mc +dvb-usb-dibusb-mc-common +dvb-usb-digitv +dvb-usb-dtt200u +dvb-usb-dtv5100 +dvb-usb-dvbsky +dvb-usb-dw2102 +dvb-usb-ec168 +dvb-usb-gl861 +dvb-usb-gp8psk +dvb-usb-lmedm04 +dvb-usb-m920x +dvb-usb-mxl111sf +dvb-usb-nova-t-usb2 +dvb-usb-opera +dvb-usb-pctv452e +dvb-usb-rtl28xxu +dvb-usb-technisat-usb2 +dvb-usb-ttusb2 +dvb-usb-umt-010 +dvb-usb-vp702x +dvb-usb-vp7045 +dvb_dummy_fe +dvb_usb_v2 +dw-axi-dmac-platform +dw-edma +dw-edma-pcie +dw-hdmi +dw-hdmi-ahb-audio +dw-hdmi-cec +dw-hdmi-gp-audio +dw-hdmi-i2s-audio +dw-i3c-master +dw-mipi-dsi +dw-xdata-pcie +dw100 +dw9714 +dw9768 +dw9807-vcm +dw_dmac +dw_dmac_core +dw_dmac_pci +dw_hdmi-imx +dw_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-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 +failover +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_sys_fops +fb_tinylcd +fb_tls8204 +fb_uc1611 +fb_uc1701 +fb_upd161704 +fbtft +fc0011 +fc0012 +fc0013 +fc2580 +fcoe +fcrypt +fdomain +fdomain_pci +fdp +fdp_i2c +fealnx +ff-memless +fieldbus_dev +firedtv +firewire-core +firewire-net +firewire-ohci +firewire-sbp2 +fit2 +fit3 +fl512 +flexcan +fm10k +fm801-gp +fm_drv +forcedeth +fore_200e +fou +fou6 +fpga-bridge +fpga-mgr +fpga-region +freevxfs +friq +frpw +fsa4480 +fscache +fsi-core +fsi-master-aspeed +fsi-master-ast-cf +fsi-master-gpio +fsi-master-hub +fsi-occ +fsi-sbefifo +fsi-scom +fsia6b +fsl-dcu-drm +fsl-edma +fsl-edma-common +fsl-enetc +fsl-enetc-ierb +fsl-enetc-mdio +fsl-enetc-ptp +fsl-enetc-vf +fsl-ldb +fsl-mph-dr-of +fsl-qdma +fsl_imx8_ddr_perf +fsl_linflexuart +fsl_lpuart +fsl_pq_mdio +fsl_ucc_hdlc +fsp-3y +ftdi-elan +ftdi_sio +ftgmac100 +ftl +ftm-quaddec +ftmac100 +ftsteutates +ftwdt010_wdt +fujitsu_ts +funcore +funeth +fusb300_udc +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-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-sc7180 +gcc-sc7280 +gcc-sc8180x +gcc-sc8280xp +gcc-sdm660 +gcc-sdm845 +gcc-sdx55 +gcc-sdx65 +gcc-sm6115 +gcc-sm6125 +gcc-sm6350 +gcc-sm6375 +gcc-sm8150 +gcc-sm8250 +gcc-sm8350 +gcc-sm8450 +gcc-sm8550 +gdmtty +gdmulte +ge2d +gemini +gen_probe +generic +generic-adc-battery +genet +geneve +gf2k +gfs2 +ghash-arm-ce +gianfar_driver +gl518sm +gl520sm +gl620a +gluebi +gm12u320 +gnss +gnss-mtk +gnss-serial +gnss-sirf +gnss-ubx +gnss-usb +go7007 +go7007-loader +go7007-usb +goku_udc +goldfish_battery +goodix_ts +gp2ap002 +gp2ap020a00f +gp8psk-fe +gpi +gpio +gpio-74x164 +gpio-74xx-mmio +gpio-adnp +gpio-adp5520 +gpio-aggregator +gpio-altera +gpio-altera-a10sr +gpio-amd-fch +gpio-arizona +gpio-aspeed +gpio-bd71815 +gpio-bd71828 +gpio-bd9571mwv +gpio-beeper +gpio-cadence +gpio-charger +gpio-da9052 +gpio-da9055 +gpio-dln2 +gpio-dwapb +gpio-en7523 +gpio-exar +gpio-fan +gpio-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-regulator +gpio-rockchip +gpio-sim +gpio-siox +gpio-syscon +gpio-tpic2810 +gpio-tps65086 +gpio-tps65218 +gpio-tps65912 +gpio-ts4800 +gpio-ts4900 +gpio-ucb1400 +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-sc7180 +gpucc-sc7280 +gpucc-sc8280xp +gpucc-sdm660 +gpucc-sdm845 +gpucc-sm6350 +gpucc-sm8150 +gpucc-sm8250 +gpucc-sm8350 +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-wdt +habanalabs +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 +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-ezkey +hid-ft260 +hid-gaff +hid-gembird +hid-generic +hid-gfrm +hid-glorious +hid-google-hammer +hid-gt683r +hid-gyration +hid-holtek-kbd +hid-holtek-mouse +hid-holtekff +hid-icade +hid-ite +hid-jabra +hid-kensington +hid-keytouch +hid-kye +hid-lcpower +hid-led +hid-lenovo +hid-letsketch +hid-lg-g15 +hid-logitech +hid-logitech-dj +hid-logitech-hidpp +hid-macally +hid-magicmouse +hid-maltron +hid-mcp2221 +hid-megaworld +hid-mf +hid-microsoft +hid-monterey +hid-multitouch +hid-nintendo +hid-nti +hid-ntrig +hid-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 +hifn_795x +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 +hix5hd2_gmac +hmc425a +hmc5843_core +hmc5843_i2c +hmc5843_spi +hmc6352 +hms-profinet +hnae +hnae3 +hns_dsaf +hns_enet_drv +hns_mdio +hopper +horus3a +host1x +hostap +hostap_pci +hostap_plx +hp03 +hp206c +hpfs +hpilo +hpsa +hptiop +hsi +hsi_char +hso +hsr +ht16k33 +htc-pasic3 +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-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-of +i2c-hid-of-elan +i2c-hid-of-goodix +i2c-hix5hd2 +i2c-i801 +i2c-imx-lpi2c +i2c-isch +i2c-kempld +i2c-matroxfb +i2c-mchp-pci1xxxx +i2c-meson +i2c-mt65xx +i2c-mux +i2c-mux-gpio +i2c-mux-gpmux +i2c-mux-ltc4306 +i2c-mux-mlxcpld +i2c-mux-pca9541 +i2c-mux-pca954x +i2c-mux-pinctrl +i2c-mux-reg +i2c-mv64xxx +i2c-nforce2 +i2c-nomadik +i2c-npcm7xx +i2c-nvidia-gpu +i2c-ocores +i2c-owl +i2c-parport +i2c-pca-platform +i2c-piix4 +i2c-pxa +i2c-qcom-cci +i2c-qcom-geni +i2c-qup +i2c-rcar +i2c-riic +i2c-rk3x +i2c-robotfuzz-osif +i2c-rzv2m +i2c-sh_mobile +i2c-simtec +i2c-sis5595 +i2c-sis630 +i2c-sis96x +i2c-slave-eeprom +i2c-smbus +i2c-stub +i2c-taos-evm +i2c-tegra +i2c-tegra-bpmp +i2c-tiny-usb +i2c-versatile +i2c-via +i2c-viapro +i2c-viperboard +i2c-virtio +i2c-xiic +i3c +i3c-master-cdns +i40e +i5k_amb +i6300esb +i740fb +iavf +ib_cm +ib_core +ib_ipoib +ib_iser +ib_isert +ib_mthca +ib_srp +ib_srpt +ib_umad +ib_uverbs +ibm-cffps +ibm-panel +ibmaem +ibmpex +icc-bcm-voter +icc-bwmon +icc-osm-l3 +icc-rpmh +icc-smd-rpm +ice +ice40-spi +icp10100 +icp_multi +icplus +ics932s401 +idma64 +idmouse +idt77252 +idt_89hpesx +idt_gen2 +idt_gen3 +idtcps +ieee802154 +ieee802154_6lowpan +ieee802154_socket +ifb +ifcvf +ife +ifi_canfd +iforce +iforce-serio +iforce-usb +igb +igbvf +igc +igorplugusb +iguanair +ii_pci20kc +iio-mux +iio-rescale +iio-trig-hrtimer +iio-trig-interrupt +iio-trig-loop +iio-trig-sysfs +iio_dummy +iio_hwmon +ila +ili210x +ili9163 +ili9225 +ili922x +ili9320 +ili9341 +ili9486 +ilitek_ts_i2c +imagis +img-ascii-lcd +img-i2s-in +img-i2s-out +img-parallel-out +img-spdif-in +img-spdif-out +imm +imon +imon_raw +impa7 +ims-pcu +imx-audio-rpmsg +imx-bus +imx-cpufreq-dt +imx-dma +imx-dsp +imx-interconnect +imx-ipu-v3 +imx-lcdif +imx-ldb +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 +imx2_wdt +imx319 +imx334 +imx335 +imx355 +imx412 +imx6-media +imx6-media-csi +imx6-mipi-csi2 +imx6q-cpufreq +imx6ul_tsc +imx7-media-csi +imx7d_adc +imx7ulp_wdt +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-blk-ctrl +imx93-pd +imx93-src +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-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 +intel-m10-bmc-hwmon +intel-nand-controller +intel-qep +intel-xway +intel_qat +intel_th +intel_th_gth +intel_th_msu +intel_th_msu_sink +intel_th_pci +intel_th_pti +intel_th_sth +intel_vr_nor +interact +interrupt-cnt +inv-icm42600 +inv-icm42600-i2c +inv-icm42600-spi +inv-mpu6050 +inv-mpu6050-i2c +inv-mpu6050-spi +io-domain +io_edgeport +io_ti +iommufd +iosm +iova +iowarrior +ip5xxx_power +ip6_gre +ip6_tables +ip6_tunnel +ip6_udp_tunnel +ip6_vti +ip6t_NPT +ip6t_REJECT +ip6t_SYNPROXY +ip6t_ah +ip6t_eui64 +ip6t_frag +ip6t_hbh +ip6t_ipv6header +ip6t_mh +ip6t_rpfilter +ip6t_rt +ip6t_srh +ip6table_filter +ip6table_mangle +ip6table_nat +ip6table_raw +ip6table_security +ip_gre +ip_set +ip_set_bitmap_ip +ip_set_bitmap_ipmac +ip_set_bitmap_port +ip_set_hash_ip +ip_set_hash_ipmac +ip_set_hash_ipmark +ip_set_hash_ipport +ip_set_hash_ipportip +ip_set_hash_ipportnet +ip_set_hash_mac +ip_set_hash_net +ip_set_hash_netiface +ip_set_hash_netnet +ip_set_hash_netport +ip_set_hash_netportnet +ip_set_list_set +ip_tables +ip_tunnel +ip_vs +ip_vs_dh +ip_vs_fo +ip_vs_ftp +ip_vs_lblc +ip_vs_lblcr +ip_vs_lc +ip_vs_mh +ip_vs_nq +ip_vs_ovf +ip_vs_pe_sip +ip_vs_rr +ip_vs_sed +ip_vs_sh +ip_vs_twos +ip_vs_wlc +ip_vs_wrr +ip_vti +ipa +ipack +ipaq +ipcomp +ipcomp6 +iphase +ipheth +ipip +ipmb_dev_int +ipmi_devintf +ipmi_ipmb +ipmi_msghandler +ipmi_poweroff +ipmi_si +ipmi_ssif +ipmi_watchdog +ipoctal +ipr +iproc_nand +ips +ipt_CLUSTERIP +ipt_ECN +ipt_REJECT +ipt_SYNPROXY +ipt_ah +ipt_rpfilter +iptable_filter +iptable_mangle +iptable_nat +iptable_raw +iptable_security +ipvlan +ipvtap +ipw +ipw2100 +ipw2200 +iqs269a +iqs5xx +iqs620at-temp +iqs621-als +iqs624-pos +iqs626a +iqs62x +iqs62x-keys +iqs7222 +ir-hix5hd2 +ir-imon-decoder +ir-jvc-decoder +ir-kbd-i2c +ir-mce_kbd-decoder +ir-nec-decoder +ir-rc5-decoder +ir-rc6-decoder +ir-rcmm-decoder +ir-rx51 +ir-sanyo-decoder +ir-sharp-decoder +ir-sony-decoder +ir-spi +ir-usb +ir-xmp-decoder +ir35221 +ir36021 +ir38064 +ir_toy +irdma +irps5401 +irq-imx-mu-msi +irq-madera +irq-pruss-intc +irq-qcom-mpm +irq-ts4800 +irqbypass +iscsi_boot_sysfs +iscsi_target_mod +iscsi_tcp +isdnhdlc +isight_firmware +isl29003 +isl29018 +isl29020 +isl29028 +isl29125 +isl29501 +isl6271a-regulator +isl6405 +isl6421 +isl6423 +isl68137 +isl7998x +isl9305 +isofs +isp116x-hcd +isp1704_charger +isp1760 +it87 +it913x +itd1000 +ite-it6505 +ite-it66121 +itg3200 +iuu_phoenix +ivtv +ivtv-alsa +ivtvfb +iw_cm +iw_cxgb4 +iwl3945 +iwl4965 +iwldvm +iwlegacy +iwlmvm +iwlwifi +ix2505v +ixgb +ixgbe +ixgbevf +janz-cmodio +janz-ican3 +jc42 +jedec_probe +jffs2 +jfs +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 +kvaser_pci +kvaser_pciefd +kvaser_usb +kxcjk-1013 +kxsd9 +kxsd9-i2c +kxsd9-spi +kxtj9 +kyber-iosched +kyrofb +l1oip +l2tp_core +l2tp_debugfs +l2tp_eth +l2tp_ip +l2tp_ip6 +l2tp_netlink +l2tp_ppp +l4f00242t03 +l64781 +lan743x +lan78xx +lan9303-core +lan9303_i2c +lan9303_mdio +lan966x-switch +lan966x_serdes +lanai +lantiq_gswip +lapb +lapbether +lattice-ecp3-config +lattice-sysconfig +lattice-sysconfig-spi +lcc-ipq806x +lcc-mdm9615 +lcc-msm8960 +lcd +lcd2s +ldusb +lec +led-class-flash +led-class-multicolor +led_bl +leds-88pm860x +leds-aat1290 +leds-acer-a500 +leds-adp5520 +leds-an30259a +leds-as3645a +leds-aw2013 +leds-bcm6328 +leds-bcm6358 +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-ns2 +leds-pca9532 +leds-pca955x +leds-pca963x +leds-pm8058 +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-turris-omnia +leds-wm831x-status +leds-wm8350 +ledtrig-activity +ledtrig-audio +ledtrig-backlight +ledtrig-camera +ledtrig-default-on +ledtrig-gpio +ledtrig-heartbeat +ledtrig-netdev +ledtrig-oneshot +ledtrig-pattern +ledtrig-timer +ledtrig-transient +ledtrig-tty +ledtrig-usbport +legousbtower +lg-vl600 +lg2160 +lgdt3305 +lgdt3306a +lgdt330x +lgs8gl5 +lgs8gxx +lib80211 +lib80211_crypt_ccmp +lib80211_crypt_tkip +lib80211_crypt_wep +libarc4 +libceph +libchacha +libchacha20poly1305 +libcomposite +libcrc32c +libcurve25519 +libcurve25519-generic +libcxgb +libcxgbi +libdes +libertas +libertas_sdio +libertas_spi +libertas_tf +libertas_tf_usb +libfc +libfcoe +libipw +libiscsi +libiscsi_tcp +libpoly1305 +libsas +libwx +lightning +lima +line-display +lineage-pem +linear +linkstation-poweroff +lis3lv02d +lis3lv02d_i2c +lis3lv02d_spi +liteuart +litex_liteeth +litex_mmc +litex_soc_ctrl +lkkbd +ll_temac +llc +llc2 +llcc-qcom +lm25066 +lm3533-als +lm3533-core +lm3533-ctrlbank +lm3533_bl +lm3560 +lm3630a_bl +lm3639_bl +lm363x-regulator +lm3646 +lm63 +lm70 +lm73 +lm75 +lm77 +lm78 +lm80 +lm83 +lm8323 +lm8333 +lm85 +lm87 +lm90 +lm92 +lm93 +lm95234 +lm95241 +lm95245 +lmh +lmp91000 +lms283gf05 +lms501kf03 +lnbh25 +lnbh29 +lnbp21 +lnbp22 +lochnagar-hwmon +lochnagar-regulator +lockd +logicvc-drm +lontium-lt8912b +lontium-lt9211 +lontium-lt9611 +lontium-lt9611uxc +lp +lp3943 +lp3971 +lp3972 +lp855x_bl +lp8727_charger +lp872x +lp873x +lp873x-regulator +lp8755 +lp87565 +lp87565-regulator +lp8788-buck +lp8788-charger +lp8788-ldo +lp8788_adc +lp8788_bl +lpass-gfm-sm8250 +lpassaudiocc-sc7280 +lpasscc-sc7280 +lpasscc-sdm845 +lpasscorecc-sc7180 +lpasscorecc-sc7280 +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 +lxt +lz4 +lz4_compress +lz4hc +lz4hc_compress +m2m-deinterlace +m52790 +m5mols +m62332 +m88ds3103 +m88rs2000 +m88rs6000t +mISDN_core +mISDN_dsp +mISDNinfineon +mISDNipac +mISDNisar +m_can +m_can_pci +m_can_platform +mac-celtic +mac-centeuro +mac-croatian +mac-cyrillic +mac-gaelic +mac-greek +mac-iceland +mac-inuit +mac-roman +mac-romanian +mac-turkish +mac80211 +mac80211_hwsim +mac802154 +mac802154_hwsim +macb +macb_pci +machxo2-spi +macmodes +macsec +macvlan +macvtap +madera +madera-i2c +madera-spi +mag3110 +magellan +mailbox-altera +mailbox-test +mali-dp +mantis +mantis_core +map_absent +map_ram +map_rom +marvell +marvell-88x2222 +marvell-cesa +marvell10g +marvell_nand +matrix-keymap +matrix_keypad +matrox_w1 +matroxfb_DAC1064 +matroxfb_Ti3026 +matroxfb_accel +matroxfb_base +matroxfb_crtc2 +matroxfb_g450 +matroxfb_maven +matroxfb_misc +max1027 +max11100 +max1111 +max1118 +max11205 +max11410 +max11801_ts +max1241 +max127 +max1363 +max14577-regulator +max14577_charger +max14656_charger_detector +max15301 +max1586 +max16064 +max16065 +max1619 +max16601 +max1668 +max17040_battery +max17042_battery +max1721x_battery +max197 +max20086-regulator +max20730 +max20751 +max2165 +max2175 +max30100 +max30102 +max30208 +max3100 +max31722 +max31730 +max31760 +max31785 +max31790 +max31856 +max31865 +max3420_udc +max3421-hcd +max34440 +max44000 +max44009 +max517 +max5432 +max5481 +max5487 +max5821 +max63xx_wdt +max6620 +max6621 +max6639 +max6650 +max6697 +max6875 +max7359_keypad +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 +mc44s803 +mcam-core +mcb +mcb-lpc +mcb-pci +mcba_usb +mcde_drm +mceusb +mchp23k256 +mchp48l640 +mchp_pci1xxxx_gp +mchp_pci1xxxx_gpio +mcp16502 +mcp251x +mcp251xfd +mcp3021 +mcp320x +mcp3422 +mcp3911 +mcp4018 +mcp41010 +mcp4131 +mcp4531 +mcp4725 +mcp4922 +mcr20a +mcs5000_ts +mcs7830 +mcs_touchkey +mct_u232 +mctp-i2c +mctp-serial +md-cluster +md4 +mdc800 +mdev +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-mmioreg +mdio-mux-multiplexer +mdio-mvusb +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_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-tcb-capture +microchip_t1 +microread +microread_i2c +microtek +milbeaut-hdmac +milbeaut-xdmac +milbeaut_usio +minix +mip6 +mipi-i3c-hci +mite +mk712 +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 +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 +mpr121_touchkey +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_ocelot +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 +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 +mt8192-mt6359-rt1015-rt5682 +mt8195-mt6359 +mt9m001 +mt9m032 +mt9m111 +mt9p031 +mt9t001 +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-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_thermal +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 +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 +nbd +nbpfaxi +nci +nci_spi +nci_uart +nct6683 +nct6775-core +nct6775-i2c +nct7802 +nct7904 +ne2k-pci +neofb +net1080 +net2272 +net2280 +net_failover +netconsole +netdevsim +netfs +netjet +netlink_diag +netrom +netup-unidvb +netxen_nic +newtonkbd +nf_conncount +nf_conntrack +nf_conntrack_amanda +nf_conntrack_bridge +nf_conntrack_broadcast +nf_conntrack_ftp +nf_conntrack_h323 +nf_conntrack_irc +nf_conntrack_netbios_ns +nf_conntrack_netlink +nf_conntrack_pptp +nf_conntrack_sane +nf_conntrack_sip +nf_conntrack_snmp +nf_conntrack_tftp +nf_defrag_ipv4 +nf_defrag_ipv6 +nf_dup_ipv4 +nf_dup_ipv6 +nf_dup_netdev +nf_flow_table +nf_flow_table_inet +nf_log_syslog +nf_nat +nf_nat_amanda +nf_nat_ftp +nf_nat_h323 +nf_nat_irc +nf_nat_pptp +nf_nat_sip +nf_nat_snmp_basic +nf_nat_tftp +nf_reject_ipv4 +nf_reject_ipv6 +nf_socket_ipv4 +nf_socket_ipv6 +nf_synproxy_core +nf_tables +nf_tproxy_ipv4 +nf_tproxy_ipv6 +nfc +nfc_digital +nfcmrvl +nfcmrvl_i2c +nfcmrvl_spi +nfcmrvl_uart +nfcmrvl_usb +nfcsim +nfnetlink +nfnetlink_acct +nfnetlink_cthelper +nfnetlink_cttimeout +nfnetlink_hook +nfnetlink_log +nfnetlink_osf +nfnetlink_queue +nfp +nfs +nfs_acl +nfs_layout_flexfiles +nfs_layout_nfsv41_files +nfsd +nfsv2 +nfsv3 +nfsv4 +nft_chain_nat +nft_compat +nft_connlimit +nft_ct +nft_dup_ipv4 +nft_dup_ipv6 +nft_dup_netdev +nft_fib +nft_fib_inet +nft_fib_ipv4 +nft_fib_ipv6 +nft_fib_netdev +nft_flow_offload +nft_fwd_netdev +nft_hash +nft_limit +nft_log +nft_masq +nft_meta_bridge +nft_nat +nft_numgen +nft_osf +nft_queue +nft_quota +nft_redir +nft_reject +nft_reject_bridge +nft_reject_inet +nft_reject_ipv4 +nft_reject_ipv6 +nft_reject_netdev +nft_socket +nft_synproxy +nft_tproxy +nft_tunnel +nft_xfrm +nftl +ngbe +ngene +nhc_dest +nhc_fragment +nhc_hop +nhc_ipv6 +nhc_mobility +nhc_routing +nhc_udp +nhpoly1305 +nhpoly1305-neon +ni_6527 +ni_65xx +ni_660x +ni_670x +ni_at_a2150 +ni_at_ao +ni_atmio +ni_atmio16d +ni_labpc +ni_labpc_common +ni_labpc_pci +ni_pcidio +ni_pcimio +ni_routes_test +ni_routing +ni_tio +ni_tiocmd +ni_usb6501 +nicstar +nilfs2 +niu +nixge +nlmon +nls_ascii +nls_cp1250 +nls_cp1251 +nls_cp1255 +nls_cp737 +nls_cp775 +nls_cp850 +nls_cp852 +nls_cp855 +nls_cp857 +nls_cp860 +nls_cp861 +nls_cp862 +nls_cp863 +nls_cp864 +nls_cp865 +nls_cp866 +nls_cp869 +nls_cp874 +nls_cp932 +nls_cp936 +nls_cp949 +nls_cp950 +nls_euc-jp +nls_iso8859-1 +nls_iso8859-13 +nls_iso8859-14 +nls_iso8859-15 +nls_iso8859-2 +nls_iso8859-3 +nls_iso8859-4 +nls_iso8859-5 +nls_iso8859-6 +nls_iso8859-7 +nls_iso8859-9 +nls_koi8-r +nls_koi8-ru +nls_koi8-u +nls_utf8 +noa1305 +nokia-modem +noon010pc30 +nosy +notifier-error-inject +nouveau +nozomi +npcm-rng +npcm750-pwm-fan +npcm_adc +nps_enet +ns558 +ns83820 +nsh +nsp32 +ntb +ntb_hw_epf +ntb_hw_idt +ntb_hw_switchtec +ntb_netdev +ntb_perf +ntb_pingpong +ntb_tool +ntb_transport +ntc_thermistor +ntfs +ntfs3 +ntxec +null_blk +nvec +nvec_kbd +nvec_paz00 +nvec_power +nvec_ps2 +nvidiafb +nvme +nvme-common +nvme-core +nvme-fabrics +nvme-fc +nvme-loop +nvme-rdma +nvme-tcp +nvmem-imx-iim +nvmem-imx-ocotp +nvmem-imx-ocotp-scu +nvmem-rave-sp-eeprom +nvmem-reboot-mode +nvmem-rmem +nvmem-rockchip-otp +nvmem-uniphier-efuse +nvmem_meson_mx_efuse +nvmem_mtk-efuse +nvmem_qcom-spmi-sdam +nvmem_qfprom +nvmem_rockchip_efuse +nvmem_snvs_lpgpr +nvmem_sunplus_ocotp +nvmem_u-boot-env +nvmet +nvmet-fc +nvmet-rdma +nvmet-tcp +nvsw-sn2201 +nwl-dsi +nxp-c45-tja11xx +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_xilinx_wdt +ofb +og01a1b +ohci-platform +omap +omap-aes-driver +omap-crypto +omap-des +omap-mailbox +omap-ocp2scp +omap-rng +omap-sham +omap-vout +omap2430 +omap2fb +omap3-isp +omap3-rom-rng +omap4-iss +omap4-keypad +omap_hdq +omap_hwspinlock +omap_remoteproc +omap_ssi +omap_wdt +omapdss +omfs +omninet +on20 +on26 +onboard_usb_hub +onenand +onenand_omap2 +open-dice +opencores-kbd +openvswitch +opt3001 +optee +optee-rng +opticon +option +or51132 +or51211 +orangefs +orinoco +orinoco_nortel +orinoco_plx +orinoco_tmd +orinoco_usb +orion_nand +orion_wdt +oti6858 +otm3225a +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 +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-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-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-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-nt36672a +panel-novatek-nt39016 +panel-olimex-lcd-olinuxino +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-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-tulip-truly-nt35521 +panel-tdo-tl070wsh30 +panel-tpo-td028ttec1 +panel-tpo-td043mtea1 +panel-tpo-tpg110 +panel-truly-nt35597 +panel-visionox-rm69299 +panel-widechips-ws2401 +panel-xinpeng-xpp055c272 +panfrost +parade-ps8622 +parade-ps8640 +parallel-display +paride +parkbd +parman +parport +parport_ax88796 +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_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 +pcd +pcf50633 +pcf50633-adc +pcf50633-backlight +pcf50633-charger +pcf50633-gpio +pcf50633-input +pcf50633-regulator +pcf8574_keypad +pcf8591 +pch_udc +pci +pci-dra7xx +pci-epf-ntb +pci-epf-vntb +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-altera-tse +pcs-lynx +pcs-rzn1-miic +pcs_xpcs +pcwd_pci +pcwd_usb +pd +pda_power +pdc_adma +pdr_interface +peak_pci +peak_pciefd +peak_usb +peci +peci-aspeed +peci-cpu +peci-cputemp +peci-dimmtemp +pegasus +pegasus_notetaker +penmount +pf +pf8x00-regulator +pfuze100-regulator +pg +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-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-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-snps-femto-v2 +phy-qcom-usb-hs +phy-qcom-usb-hs-28nm +phy-qcom-usb-hsic +phy-qcom-usb-ss +phy-rcar-gen2 +phy-rcar-gen3-pcie +phy-rcar-gen3-usb2 +phy-rcar-gen3-usb3 +phy-rockchip-dp +phy-rockchip-dphy-rx0 +phy-rockchip-emmc +phy-rockchip-inno-csidphy +phy-rockchip-inno-dsidphy +phy-rockchip-inno-hdmi +phy-rockchip-inno-usb2 +phy-rockchip-naneng-combphy +phy-rockchip-pcie +phy-rockchip-snps-pcie3 +phy-rockchip-typec +phy-rockchip-usb +phy-sunplus-usb2 +phy-tahvo +phy-tegra-usb +phy-tegra-xusb +phy-ti-pipe3 +phy-tusb1210 +phy-twl4030-usb +phy-twl6030-usb +phylink +physmap +pi3usb30532 +pi433 +pim4328 +pinctrl-apq8064 +pinctrl-apq8084 +pinctrl-axp209 +pinctrl-cy8c95x0 +pinctrl-da9062 +pinctrl-imx8ulp +pinctrl-imx93 +pinctrl-ipq4019 +pinctrl-ipq8064 +pinctrl-lochnagar +pinctrl-lpass-lpi +pinctrl-madera +pinctrl-max77620 +pinctrl-mcp23s08 +pinctrl-mcp23s08_i2c +pinctrl-mcp23s08_spi +pinctrl-mdm9607 +pinctrl-mdm9615 +pinctrl-msm8226 +pinctrl-msm8660 +pinctrl-msm8909 +pinctrl-msm8916 +pinctrl-msm8960 +pinctrl-msm8x74 +pinctrl-rk805 +pinctrl-sdx55 +pinctrl-sdx65 +pinctrl-spmi-gpio +pinctrl-spmi-mpp +pinctrl-ssbi-gpio +pinctrl-ssbi-mpp +pinctrl-stmfx +pinephone-keyboard +ping +pistachio-internal-dac +pixcir_i2c_ts +pkcs7_test_key +pkcs8_key_parser +pktgen +pl111_drm +pl172 +pl2303 +pl330 +pl353-smc +pl35x-nand-controller +plat-ram +plat_nand +platform_lcd +platform_mhu +plfxlc +pli1209bc +plip +plusb +pluto2 +plx_dma +plx_pci +pm-notifier-error-inject +pm2fb +pm3fb +pm6764tr +pm80xx +pm8916_wdt +pm8941-pwrkey +pm8xxx-vibrator +pmbus +pmbus_core +pmc551 +pmcraid +pmic8xxx-keypad +pmic8xxx-pwrkey +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 +pt +ptp-qoriq +ptp_clockmatrix +ptp_idt82p33 +ptp_ines +ptp_kvm +ptp_ocp +pulse8-cec +pulsedlight-lidar-lite-v2 +pv88060-regulator +pv88080-regulator +pv88090-regulator +pvpanic +pvpanic-mmio +pvpanic-pci +pvrusb2 +pwc +pwm-atmel-hlcdc +pwm-atmel-tcb +pwm-beeper +pwm-berlin +pwm-clk +pwm-cros-ec +pwm-dwc +pwm-fan +pwm-fsl-ftm +pwm-hibvt +pwm-imx-tpm +pwm-imx1 +pwm-imx27 +pwm-iqs620a +pwm-ir-tx +pwm-lp3943 +pwm-mediatek +pwm-meson +pwm-mtk-disp +pwm-ntxec +pwm-omap-dmtimer +pwm-pca9685 +pwm-rcar +pwm-regulator +pwm-renesas-tpu +pwm-rockchip +pwm-sunplus +pwm-tegra +pwm-tiecap +pwm-tiehrpwm +pwm-twl +pwm-twl-led +pwm-vibra +pwm-xilinx +pwm_bl +pwrseq_emmc +pwrseq_sd8787 +pwrseq_simple +pxa168_eth +pxa27x_udc +pxe1610 +pxrc +q54sj108a2 +q6adm +q6afe +q6afe-clocks +q6afe-dai +q6apm-dai +q6apm-lpass-dais +q6asm +q6asm-dai +q6core +q6prm +q6prm-clocks +q6routing +q6sstop-qcs404 +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-pmic-typec +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_adm +qcom_aoss +qcom_bam_dmux +qcom_common +qcom_edac +qcom_eud +qcom_geni_serial +qcom_glink +qcom_glink_rpm +qcom_glink_smem +qcom_gsbi +qcom_hwspinlock +qcom_nandc +qcom_pil_info +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-sc7180 +qnoc-sc7280 +qnoc-sc8180x +qnoc-sc8280xp +qnoc-sdm660 +qnoc-sdm845 +qnoc-sdx55 +qnoc-sdx65 +qnoc-sm6350 +qnoc-sm8150 +qnoc-sm8250 +qnoc-sm8350 +qnoc-sm8450 +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 +r8188eu +r8192e_pci +r8192u_usb +r820t +r852 +r8712u +r8723bs +r8a66597-hcd +r8a66597-udc +r8a779f0-ether-serdes +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 +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-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-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_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 +rk808-regulator +rk817_charger +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-regulator +rohm_bu21023 +romfs +rose +rotary_encoder +rp2 +rpcrdma +rpcsec_gss_krb5 +rpi-panel-attiny-regulator +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 +rt4831 +rt4831-backlight +rt4831-regulator +rt5033 +rt5033-regulator +rt5033_battery +rt5120 +rt5120-pwrkey +rt5120-regulator +rt5190a-regulator +rt5759-regulator +rt6160-regulator +rt6190-regulator +rt61pci +rt6245-regulator +rt73usb +rt9455_charger +rtc-88pm80x +rtc-88pm860x +rtc-ab-b5ze-s3 +rtc-ab-eoz9 +rtc-abx80x +rtc-armada38x +rtc-as3722 +rtc-aspeed +rtc-bd70528 +rtc-bq32k +rtc-bq4802 +rtc-cadence +rtc-cmos +rtc-cpcap +rtc-cros-ec +rtc-da9052 +rtc-da9055 +rtc-da9063 +rtc-ds1286 +rtc-ds1302 +rtc-ds1305 +rtc-ds1307 +rtc-ds1343 +rtc-ds1347 +rtc-ds1374 +rtc-ds1390 +rtc-ds1511 +rtc-ds1553 +rtc-ds1672 +rtc-ds1685 +rtc-ds1742 +rtc-ds2404 +rtc-ds3232 +rtc-em3027 +rtc-fm3130 +rtc-ftrtc010 +rtc-goldfish +rtc-hid-sensor-time +rtc-hym8563 +rtc-imx-sc +rtc-imxdi +rtc-isl12022 +rtc-isl12026 +rtc-isl1208 +rtc-lp8788 +rtc-m41t80 +rtc-m41t93 +rtc-m41t94 +rtc-m48t35 +rtc-m48t59 +rtc-m48t86 +rtc-max6900 +rtc-max6902 +rtc-max6916 +rtc-max77686 +rtc-max8907 +rtc-max8925 +rtc-max8997 +rtc-max8998 +rtc-mc13xxx +rtc-mcp795 +rtc-meson +rtc-meson-vrtc +rtc-msc313 +rtc-msm6242 +rtc-mt2712 +rtc-mt6397 +rtc-mt7622 +rtc-mxc +rtc-mxc_v2 +rtc-nct3018y +rtc-ntxec +rtc-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-v3020 +rtc-wm831x +rtc-wm8350 +rtc-x1205 +rtc-zynqmp +rtd520 +rti800 +rti802 +rtl2830 +rtl2832 +rtl2832_sdr +rtl8150 +rtl8187 +rtl8188ee +rtl818x_pci +rtl8192c-common +rtl8192ce +rtl8192cu +rtl8192de +rtl8192ee +rtl8192se +rtl8365mb +rtl8366 +rtl8723-common +rtl8723ae +rtl8723be +rtl8821ae +rtl8xxxu +rtl_pci +rtl_usb +rtllib +rtllib_crypt_ccmp +rtllib_crypt_tkip +rtllib_crypt_wep +rtlwifi +rtmv20-regulator +rtq2134-regulator +rtq6056 +rtq6752-regulator +rtrs-client +rtrs-core +rtrs-server +rts5208 +rtsx_pci +rtsx_pci_ms +rtsx_pci_sdmmc +rtsx_usb +rtsx_usb_ms +rtsx_usb_sdmmc +rtw88_8723d +rtw88_8723de +rtw88_8723du +rtw88_8821c +rtw88_8821ce +rtw88_8821cu +rtw88_8822b +rtw88_8822be +rtw88_8822bu +rtw88_8822c +rtw88_8822ce +rtw88_8822cu +rtw88_core +rtw88_pci +rtw88_usb +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 +s5k6aa +s5m8767 +s626 +s6sy761 +s921 +saa6588 +saa6752hs +saa7110 +saa7115 +saa7127 +saa7134 +saa7134-alsa +saa7134-dvb +saa7134-empress +saa7134-go7007 +saa7164 +saa717x +saa7185 +saa7706h +safe_serial +sahara +sample-trace-array +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_atm +sch_cake +sch_cbq +sch_cbs +sch_choke +sch_codel +sch_drr +sch_dsmark +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_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 +sha3_generic +sha512-arm +shark2 +sharpslpart +shiftfs +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 +sl811-hcd +slcan +slg51000-regulator +slic_ds26522 +slicoss +slim-qcom-ctrl +slim-qcom-ngd-ctrl +slimbus +slip +slram +sm2_generic +sm3 +sm3_generic +sm4 +sm4_generic +sm501fb +sm712fb +sm750fb +sm_common +sm_ftl +smartpqi +smb347-charger +smc +smc_diag +smd-rpm +smem +smipcie +smm665 +smp2p +smpro-core +smpro-errmon +smpro-hwmon +smpro-misc +smsc +smsc47b397 +smsc47m1 +smsc47m192 +smsc75xx +smsc911x +smsc9420 +smsc95xx +smscufx +smsdvb +smsm +smsmdtv +smssdio +smsusb +snd-aaci +snd-ac97-codec +snd-acp-config +snd-ad1889 +snd-ak4113 +snd-ak4114 +snd-ak4xxx-adda +snd-aloop +snd-atiixp +snd-atiixp-modem +snd-au8810 +snd-au8820 +snd-au8830 +snd-aw2 +snd-bcd2000 +snd-bebob +snd-bt87x +snd-ca0106 +snd-cmipci +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-hda-tegra +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-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-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-virmidi +snd-serial-generic +snd-serial-u16550 +snd-soc-63xx +snd-soc-ac97 +snd-soc-acp-rt5645-mach +snd-soc-adau-utils +snd-soc-adau1372 +snd-soc-adau1372-i2c +snd-soc-adau1372-spi +snd-soc-adau1701 +snd-soc-adau1761 +snd-soc-adau1761-i2c +snd-soc-adau1761-spi +snd-soc-adau17x1 +snd-soc-adau7002 +snd-soc-adau7118 +snd-soc-adau7118-hw +snd-soc-adau7118-i2c +snd-soc-adi-axi-i2s +snd-soc-adi-axi-spdif +snd-soc-ak4104 +snd-soc-ak4118 +snd-soc-ak4375 +snd-soc-ak4458 +snd-soc-ak4554 +snd-soc-ak4613 +snd-soc-ak4642 +snd-soc-ak5386 +snd-soc-ak5558 +snd-soc-alc5623 +snd-soc-alc5632 +snd-soc-apq8016-sbc +snd-soc-apq8096 +snd-soc-armada-370-db +snd-soc-audio-graph-card +snd-soc-audio-graph-card2 +snd-soc-audio-graph-card2-custom-sample +snd-soc-aw8738 +snd-soc-bd28623 +snd-soc-bt-sco +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-cs35l45-tables +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-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-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-max98373 +snd-soc-max98373-i2c +snd-soc-max98373-sdw +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-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-omap-abe-twl6040 +snd-soc-omap-dmic +snd-soc-omap-mcbsp +snd-soc-omap-mcpdm +snd-soc-omap-twl4030 +snd-soc-omap3pandora +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-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-rt715 +snd-soc-rt715-sdca +snd-soc-rt9120 +snd-soc-rx51 +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-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-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-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-twl4030 +snd-soc-twl6040 +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-xlnx-formatter-pcm +snd-soc-xlnx-i2s +snd-soc-xlnx-spdif +snd-soc-xtfpga-i2s +snd-soc-zl38060 +snd-ua101 +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-via82xx +snd-via82xx-modem +snd-virmidi +snd-virtuoso +snd-vx-lib +snd-vx222 +snd-ymfpci +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 +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-armada-3700 +spi-aspeed-smc +spi-axi-spi-engine +spi-bitbang +spi-butterfly +spi-cadence +spi-cadence-quadspi +spi-cadence-xspi +spi-dln2 +spi-dw +spi-dw-mmio +spi-dw-pci +spi-fsi +spi-fsl-dspi +spi-fsl-lpspi +spi-fsl-qspi +spi-geni-qcom +spi-gpio +spi-gxp +spi-imx +spi-lm70llp +spi-loopback-test +spi-meson-spicc +spi-meson-spifc +spi-microchip-core +spi-microchip-core-qspi +spi-mt65xx +spi-mtk-nor +spi-mtk-snfi +spi-mux +spi-mxic +spi-nor +spi-npcm-fiu +spi-npcm-pspi +spi-nxp-fspi +spi-oc-tiny +spi-orion +spi-pci1xxxx +spi-pl022 +spi-pxa2xx-pci +spi-pxa2xx-platform +spi-qcom-qspi +spi-qup +spi-rockchip +spi-rockchip-sfc +spi-rpc-if +spi-rspi +spi-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 +sr030pc30 +sr9700 +sr9800 +srf04 +srf08 +ssb +ssb-hcd +ssbi +ssd1307fb +ssd130x +ssd130x-i2c +ssd130x-spi +ssfdc +ssi_protocol +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-drm +stm_console +stm_core +stm_ftrace +stm_heartbeat +stm_p_basic +stm_p_sys-t +stmfts +stmfx +stmmac +stmmac-pci +stmmac-platform +stmpe-adc +stmpe-keypad +stmpe-ts +stowaway +stp +stpddc60 +stpmic1 +stpmic1_onkey +stpmic1_regulator +stpmic1_wdt +streamzap +streebog_generic +stts751 +stusb160x +stv0288 +stv0297 +stv0299 +stv0367 +stv0900 +stv090x +stv0910 +stv6110 +stv6110x +stv6111 +sundance +sungem +sungem_phy +sunhme +suni +sunkbd +sunplus-mmc +sunplus_wdt +sunrise_co2 +sunrpc +sur40 +surface3_spi +svc-i3c-master +svgalib +switchtec +sx8654 +sx9310 +sx9324 +sx9360 +sx9500 +sx_common +sy7636a-hwmon +sy7636a-regulator +sy8106a-regulator +sy8824x +sy8827n +sym53c8xx +symbolserial +synaptics_i2c +synaptics_usb +synclink_gt +synopsys_edac +syscon-reboot-mode +syscopyarea +sysfillrect +sysimgblt +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_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 +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 +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-ads124s08 +ti-ads131e08 +ti-ads7950 +ti-ads8344 +ti-ads8688 +ti-cal +ti-csc +ti-dac082s085 +ti-dac5571 +ti-dac7311 +ti-dac7612 +ti-dlpc3433 +ti-ecap-capture +ti-emif-sram +ti-eqep +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_davinci_emac +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 +tmdc +tmio_mmc +tmio_mmc_core +tmio_nand +tmiofb +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 +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 +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 +u132-hcd +uPD60620 +u_audio +u_ether +u_serial +uacce +uartlite +uas +ubi +ubifs +ublk_drv +ubuntu-host +ucan +ucb1400_core +ucb1400_ts +ucc_uart +ucd9000 +ucd9200 +ucs1002_power +ucsi_ccg +ucsi_stm32g0 +uda1342 +udc-xilinx +udf +udl +udlfb +udp_diag +udp_tunnel +ueagle-atm +ufs +ufs-hisi +ufs-mediatek +ufs-renesas +ufs_qcom +ufshcd-core +ufshcd-dwc +ufshcd-pci +ufshcd-pltfrm +ug3105_battery +uhid +uio +uio_aec +uio_cif +uio_dfl +uio_dmem_genirq +uio_mf624 +uio_netx +uio_pci_generic +uio_pdrv_genirq +uio_pruss +uio_sercos3 +uleds +uli526x +ulpi +ums-alauda +ums-cypress +ums-datafab +ums-eneub6250 +ums-freecom +ums-isd200 +ums-jumpshot +ums-karma +ums-onetouch +ums-realtek +ums-sddr09 +ums-sddr55 +ums-usbat +unix_diag +upd64031a +upd64083 +upd78f0730 +us5182d +usb-conn-gpio +usb-dmac +usb-serial-simple +usb-storage +usb251xb +usb3503 +usb4604 +usb8xxx +usb_8dev +usb_debug +usb_f_acm +usb_f_ecm +usb_f_ecm_subset +usb_f_eem +usb_f_fs +usb_f_hid +usb_f_mass_storage +usb_f_midi +usb_f_ncm +usb_f_obex +usb_f_phonet +usb_f_printer +usb_f_rndis +usb_f_serial +usb_f_ss_lb +usb_f_tcm +usb_f_uac1 +usb_f_uac1_legacy +usb_f_uac2 +usb_f_uvc +usb_wwan +usbatm +usbdux +usbduxfast +usbduxsigma +usbhid +usbip-core +usbip-host +usbip-vudc +usbkbd +usblcd +usblp +usbmisc_imx +usbmon +usbmouse +usbnet +usbserial +usbsevseg +usbtest +usbtmc +usbtouchscreen +usbtv +usdhi6rol0 +userio +userspace-consumer +ushc +uss720 +uvcvideo +uvesafb +v4l2-async +v4l2-dv-timings +v4l2-flash-led-class +v4l2-fwnode +v4l2-h264 +v4l2-jpeg +v4l2-mem2mem +v4l2-tpg +v4l2-vp9 +vcan +vcnl3020 +vcnl4000 +vcnl4035 +vcpu_stall_detector +vctrl-regulator +vdpa +vdpa_sim +vdpa_sim_blk +vdpa_sim_net +vduse +veml6030 +veml6070 +ves1820 +ves1x93 +veth +vexpress-hwmon +vexpress-regulator +vexpress-spc-cpufreq +vf610_adc +vf610_dac +vfio +vfio-amba +vfio-pci +vfio-pci-core +vfio-platform +vfio-platform-amdxgbe +vfio-platform-base +vfio-platform-calxedaxgmac +vfio_iommu_type1 +vgastate +vgem +vgg2432a4 +vhci-hcd +vhost +vhost_iotlb +vhost_net +vhost_scsi +vhost_vdpa +vhost_vsock +via-rhine +via-sdmmc +via-velocity +via686a +vicodec +video-i2c +video-mux +videobuf-core +videobuf-dma-sg +videobuf-vmalloc +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 +videodev +vim2m +vimc +viperboard +viperboard_adc +virt_wifi +virtio-gpu +virtio-rng +virtio_blk +virtio_bt +virtio_crypto +virtio_dma_buf +virtio_input +virtio_net +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 +vs6624 +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 +wkup_m3_rproc +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 +wusb3801 +wwan_hwsim +x25 +x_tables +xbox_remote +xc2028 +xc4000 +xc5000 +xcbc +xctr +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-tegra +xilinx-csi2rxss +xilinx-pr-decoupler +xilinx-spi +xilinx-tpg +xilinx-video +xilinx-vtc +xilinx-xadc +xilinx_dpdma +xilinx_emac +xilinx_emaclite +xilinx_gmii2rgmii +xilinx_sdfec +xilinx_uartps +xillybus_class +xillybus_core +xillybus_of +xillybus_pcie +xillyusb +xiphera-trng +xircom_cb +xlnx_vcu +xor +xor-neon +xpad +xr_serial +xrs700x +xrs700x_i2c +xrs700x_mdio +xsens_mt +xsk_diag +xt_AUDIT +xt_CHECKSUM +xt_CLASSIFY +xt_CONNSECMARK +xt_CT +xt_DSCP +xt_HL +xt_HMARK +xt_IDLETIMER +xt_LED +xt_LOG +xt_MASQUERADE +xt_NETMAP +xt_NFLOG +xt_NFQUEUE +xt_RATEEST +xt_REDIRECT +xt_SECMARK +xt_TCPMSS +xt_TCPOPTSTRIP +xt_TEE +xt_TPROXY +xt_TRACE +xt_addrtype +xt_bpf +xt_cgroup +xt_cluster +xt_comment +xt_connbytes +xt_connlabel +xt_connlimit +xt_connmark +xt_conntrack +xt_cpu +xt_dccp +xt_devgroup +xt_dscp +xt_ecn +xt_esp +xt_hashlimit +xt_helper +xt_hl +xt_ipcomp +xt_iprange +xt_ipvs +xt_l2tp +xt_length +xt_limit +xt_mac +xt_mark +xt_multiport +xt_nat +xt_nfacct +xt_osf +xt_owner +xt_physdev +xt_pkttype +xt_policy +xt_quota +xt_rateest +xt_realm +xt_recent +xt_sctp +xt_set +xt_socket +xt_state +xt_statistic +xt_string +xt_tcpmss +xt_tcpudp +xt_time +xt_u32 +xtkbd +xusbatm +xxhash_generic +xz_dec_test +yam +yamaha-yas530 +yealink +yellowfin +yenta_socket +yurex +z3fold +zaurus +zd1201 +zd1211rw +zd1301 +zd1301_demod +zet6223 +zforce_ts +zhenhua +ziirave_wdt +zinitix +zl10036 +zl10039 +zl10353 +zl6100 +zonefs +zopt2201 +zpa2326 +zpa2326_i2c +zpa2326_spi +zram +zstd --- linux-lowlatency-hwe-6.2-6.2.0.orig/debian.master/abi/armhf/generic.modules.builtin +++ linux-lowlatency-hwe-6.2-6.2.0/debian.master/abi/armhf/generic.modules.builtin @@ -0,0 +1,500 @@ +8250 +8250_base +8250_mtk +8250_of +8250_omap +8250_pci +8250_tegra +88pm860x +ac97_bus +adpll +aead +aes_generic +af_packet +ahci_imx +ahci_platform +akcipher +altera-sysmgr +altera_edac +amba-pl011 +arm-cci +arm-cci +arm-ccn +armada_thermal +armada_xp_edac +armmmci +as3722 +as3722-poweroff +asiliantfb +asn1_decoder +asn1_encoder +aspeed_wdt +asymmetric_keys +atkbd +backlight +bch +bcm84881 +binfmt_elf +binfmt_elf_fdpic +binfmt_script +brcmstb_gisb +bsg +btree +cbc +cdrom +cfbcopyarea +cfbfillrect +cfbimgblt +charger-manager +chipreg +clk-apmixed +clk-cpumux +clk-fixed-mmio +clk-gate +clk-hi3559a +clk-imx8mm +clk-imx8mn +clk-imx8mp +clk-imx8mq +clk-mpll +clk-mtk +clk-mux +clk-pll +clk-pll +clk-regmap +clk-vexpress-osc +cma_heap +cmd-db +cmdlinepart +cn +configfs +cpsw-common +cpts +cpufreq-dt +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 +da903x +da9052-core +da9052-i2c +da9052-spi +da9055 +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 +em_sti +emxx_udc +encrypted-keys +evdev +exportfs +ext4 +extcon-core +exynos_thermal +ezx-pcap +fat +fb +fddi +fec +firmware_class +fixed +fixed_phy +font +freq_table +fuse +fwnode_mdio +gcm +geniv +gf128mul +ghash-generic +glob +governor_passive +governor_performance +governor_powersave +governor_simpleondemand +governor_userspace +gpio-aspeed-sgpio +gpio-generic +gpio-imx-scu +gpio-mxc +gpio-omap +gpio-pl061 +gpio-poweroff +gpio-rda +gpio-restart +gpio-tegra +gpio-twl4030 +gpio-twl6040 +gpio-xilinx +hmac +hwmon +hwspinlock_core +i2c-core +i2c-designware-core +i2c-designware-platform +i2c-dev +i2c-imx +i2c-omap +icc-core +imsttfb +imx +imx-pcm-dma +imx-pcm-fiq +imx-scu +imx-weim +input-core +interconnect_qcom +ipu_idmac +ipv6 +irq-al-fic +irq-meson-gpio +irq-renesas-intc-irqpin +irq-renesas-irqc +irq-renesas-rza1 +jbd2 +jitterentropy_rng +kdf_sp800108 +kgdboc +kpp +led-class +leds-asic3 +libaes +libahci +libahci_platform +libata +libblake2s +libcryptoutils +libphy +libps2 +libsha1 +libsha256 +linear_ranges +loop +lp8788 +ltc2952-poweroff +lz4_decompress +lzo +lzo-rle +lzo_compress +lzo_decompress +map_funcs +max14577 +max310x +max77686 +max77693 +mbcache +mctp +md-mod +md5 +mdio-bitbang +mdio_devres +meson-clk-measure +meson-ee-pwrc +meson-gx-pwrc-vpu +meson_uart +mfd-core +mii +mmc_block +mmc_core +mousedev +mpi +mq-deadline +msm_serial +mt6323-poweroff +mtd +mtd_blkdevs +mtdblock +mtk-eint +musb_hdrc +mvebu-devbus +mx3fb +mxc-clk +n_null +nand +nandcore +nfs_ssc +nls_base +nls_cp437 +npcm_wdt +nvmem_core +of_mdio +ofpart +ohci-hcd +ohci-pci +oid_registry +omap-cpufreq +omap-dma +omap-gpmc +omap-usb-host +omap-usb-tll +omap2_nand +omap_elm +omap_hsmmc +omap_l3_noc +omap_l3_smx +owl-uart +packing +palmas +pci-ep-cfs +pci-epc-core +pci-epc-mem +pci-epf-core +pci-host-common +pci-host-generic +pci-mvebu +pci-tegra +pcie-altera +pcie-altera-msi +pcie-histb +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-npcm7xx +pinctrl-ocelot +pinctrl-palmas +pinctrl-rockchip +pinctrl-rza1 +pinctrl-rza2 +pinctrl-rzn1 +pinctrl-s500 +pinctrl-single +pinctrl-ti-iodelay +pkcs7_message +pldmfw +power_supply +powercap_sys +ppp_generic +pps_core +pretimeout_noop +pstore +ptp +public_key +qcom-ebi2 +qcom-ipcc +qcom-pdc +qcom-scm +qcom-ssc-block-bus +qcom_rpmh +ramoops +rapidio +rational +rcar-usb2-clock-sel +rda-uart +reactor_panic +reactor_printk +reed_solomon +regmap-i2c +regmap-mmio +regmap-spi +regulator-poweroff +remoteproc +renesas-cpg-mssr +reset +reset-berlin +reset-imx7 +reset-meson +reset-qcom-aoss +restart-poweroff +rfkill +rng +rng-core +rockchip-mailbox +roles +rpmhpd +rsa_generic +rtc-efi +rtc-mv +rtc-omap +rtc-pcf8523 +rtc-pl031 +rtc-twl +sata_highbank +sccnxp +scmi-module +scsi_common +scsi_mod +scu-pd +sd_mod +sdhci +sdhci-esdhc-imx +sdhci-pltfm +sec-core +sec-irq +selftests +seqiv +serdev +serial_core +serial_mctrl_gpio +serio +sg +sh-sci +sh_cmt +sh_mtu2 +sh_tmu +sha1_generic +sha256_generic +sha512_generic +simple-pm-bus +skcipher +slhc +sm501 +smartreflex +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 +stmpe-i2c +stmpe-spi +sunplus-uart +system_heap +t10-pi +t7l66xb +tc3589x +tc6387xb +tc6393xb +tcp_cubic +tegra-ahb +tegra-mc +tegra-tcu +tegra124-cpufreq +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 +timer-tegra186 +timer-ti-dm +tpm +tpm_tis +tpm_tis_core +tps65086-restart +tps65217 +tps65217-regulator +tps6586x +tps65912-core +tps65912-i2c +tps65912-spi +trusted +ttyprintk +tun +twl-regulator +twl4030-audio +twl4030-power +twl6030-regulator +twl6040 +ucs2_string +udc-core +udmabuf +uhci-hcd +uinput +unicode +unix +usb-common +usbcore +utf8data +vexpress-config +vexpress-sysreg +vfat +virt-dma +virtio +virtio_balloon +virtio_console +virtio_mmio +virtio_pci +virtio_pci_legacy_dev +virtio_pci_modern_dev +virtio_ring +virtio_scsi +vivaldi-fmap +vrfb +watch_queue +watchdog +wwan +wwnr +x509_key_parser +xgmac_mdio +xhci-hcd +xts +xxhash +xz_dec +zbud +zlib_deflate +zlib_inflate +zpool +zsmalloc +zstd_common +zstd_compress +zstd_decompress +zswap --- linux-lowlatency-hwe-6.2-6.2.0.orig/debian.master/abi/armhf/generic.retpoline +++ linux-lowlatency-hwe-6.2-6.2.0/debian.master/abi/armhf/generic.retpoline @@ -0,0 +1 @@ +# RETPOLINE NOT ENABLED --- linux-lowlatency-hwe-6.2-6.2.0.orig/debian.master/abi/fwinfo +++ linux-lowlatency-hwe-6.2-6.2.0/debian.master/abi/fwinfo @@ -0,0 +1,2196 @@ +firmware: 3826.arm +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: 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: 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/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_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_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_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/amss.bin +firmware: ath11k/QCA6390/hw2.0/board-2.bin +firmware: ath11k/QCA6390/hw2.0/m3.bin +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: 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.*.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/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: c218tunx.cod +firmware: c320tunx.cod +firmware: cadence/mhdp8546.bin +firmware: carl9170-1.fw +firmware: cavium/cnn55xx_se.fw +firmware: cbfw-3.2.5.1.bin +firmware: cf-fsi-fw.bin +firmware: cis/3CCFEM556.cis +firmware: cis/3CXEM556.cis +firmware: cis/COMpad2.cis +firmware: cis/COMpad4.cis +firmware: cis/DP83903.cis +firmware: cis/LA-PCM.cis +firmware: cis/MT5634ZLX.cis +firmware: cis/NE2K.cis +firmware: cis/PCMLM28.cis +firmware: cis/PE-200.cis +firmware: cis/PE520.cis +firmware: cis/RS-COM-2P.cis +firmware: cis/SW_555_SER.cis +firmware: cis/SW_7xx_SER.cis +firmware: cis/SW_8xx_SER.cis +firmware: cis/tamarack.cis +firmware: cmmb_ming_app.inp +firmware: cmmb_vega_12mhz.inp +firmware: cmmb_venice_12mhz.inp +firmware: comedi/jr3pci.idm +firmware: cp204unx.cod +firmware: cs46xx/cwc4630 +firmware: cs46xx/cwcasync +firmware: cs46xx/cwcbinhack +firmware: cs46xx/cwcdma +firmware: cs46xx/cwcsnoop +firmware: ct2fw-3.2.5.1.bin +firmware: ctefx-desktop.bin +firmware: ctefx-r3di.bin +firmware: ctefx.bin +firmware: ctfw-3.2.5.1.bin +firmware: cxgb3/ael2005_opt_edc.bin +firmware: cxgb3/ael2005_twx_edc.bin +firmware: cxgb3/ael2020_twx_edc.bin +firmware: cxgb3/t3b_psram-1.1.0.bin +firmware: cxgb3/t3c_psram-1.1.0.bin +firmware: cxgb3/t3fw-7.12.0.bin +firmware: cxgb4/t4fw.bin +firmware: cxgb4/t5fw.bin +firmware: cxgb4/t6fw.bin +firmware: daqboard2000_firmware.bin +firmware: digiface_firmware.bin +firmware: digiface_firmware_rev11.bin +firmware: dvb-cx18-mpc718-mt352.fw +firmware: dvb-demod-m88ds3103.fw +firmware: dvb-demod-m88ds3103b.fw +firmware: dvb-demod-m88rs6000.fw +firmware: dvb-demod-mn88472-02.fw +firmware: dvb-demod-mn88473-01.fw +firmware: dvb-demod-mxl692.fw +firmware: dvb-demod-si2165.fw +firmware: dvb-demod-si2168-a20-01.fw +firmware: dvb-demod-si2168-a30-01.fw +firmware: dvb-demod-si2168-b40-01.fw +firmware: dvb-demod-si2168-d60-01.fw +firmware: dvb-fe-af9013.fw +firmware: dvb-fe-cx24117.fw +firmware: dvb-fe-drxj-mc-1.0.8.fw +firmware: dvb-fe-ds3000.fw +firmware: dvb-fe-tda10071.fw +firmware: dvb-fe-xc4000-1.4.1.fw +firmware: dvb-fe-xc4000-1.4.fw +firmware: dvb-fe-xc5000-1.6.114.fw +firmware: dvb-fe-xc5000c-4.1.30.7.fw +firmware: dvb-tuner-si2141-a10-01.fw +firmware: dvb-tuner-si2157-a30-01.fw +firmware: dvb-tuner-si2158-a20-01.fw +firmware: dvb-usb-af9015.fw +firmware: dvb-usb-af9035-02.fw +firmware: dvb-usb-dib0700-1.20.fw +firmware: dvb-usb-dw2101.fw +firmware: dvb-usb-dw2102.fw +firmware: dvb-usb-dw2104.fw +firmware: dvb-usb-dw3101.fw +firmware: dvb-usb-ec168.fw +firmware: dvb-usb-it9135-01.fw +firmware: dvb-usb-it9135-02.fw +firmware: dvb-usb-it9303-01.fw +firmware: dvb-usb-lme2510-lg.fw +firmware: dvb-usb-lme2510-s0194.fw +firmware: dvb-usb-lme2510c-lg.fw +firmware: dvb-usb-lme2510c-rs2000.fw +firmware: dvb-usb-lme2510c-s0194.fw +firmware: dvb-usb-lme2510c-s7395.fw +firmware: dvb-usb-p1100.fw +firmware: dvb-usb-p7500.fw +firmware: dvb-usb-s630.fw +firmware: dvb-usb-s660.fw +firmware: dvb-usb-terratec-h7-az6007.fw +firmware: dvb_driver_si2141_rom60.fw +firmware: dvb_driver_si2141_rom61.fw +firmware: dvb_driver_si2146_rom11.fw +firmware: dvb_driver_si2147_rom50.fw +firmware: dvb_driver_si2148_rom32.fw +firmware: dvb_driver_si2148_rom33.fw +firmware: dvb_driver_si2157_rom50.fw +firmware: dvb_driver_si2158_rom51.fw +firmware: dvb_driver_si2177_rom50.fw +firmware: dvb_driver_si2178_rom50.fw +firmware: dvb_nova_12mhz.inp +firmware: dvb_nova_12mhz_b0.inp +firmware: dvb_rio.inp +firmware: dvbh_rio.inp +firmware: e100/d101m_ucode.bin +firmware: e100/d101s_ucode.bin +firmware: e100/d102e_ucode.bin +firmware: ea/3g_asic.fw +firmware: ea/darla20_dsp.fw +firmware: ea/darla24_dsp.fw +firmware: ea/echo3g_dsp.fw +firmware: ea/gina20_dsp.fw +firmware: ea/gina24_301_asic.fw +firmware: ea/gina24_301_dsp.fw +firmware: ea/gina24_361_asic.fw +firmware: ea/gina24_361_dsp.fw +firmware: ea/indigo_dj_dsp.fw +firmware: ea/indigo_djx_dsp.fw +firmware: ea/indigo_dsp.fw +firmware: ea/indigo_io_dsp.fw +firmware: ea/indigo_iox_dsp.fw +firmware: ea/layla20_asic.fw +firmware: ea/layla20_dsp.fw +firmware: ea/layla24_1_asic.fw +firmware: ea/layla24_2A_asic.fw +firmware: ea/layla24_2S_asic.fw +firmware: ea/layla24_dsp.fw +firmware: ea/loader_dsp.fw +firmware: ea/mia_dsp.fw +firmware: ea/mona_2_asic.fw +firmware: ea/mona_301_1_asic_48.fw +firmware: ea/mona_301_1_asic_96.fw +firmware: ea/mona_301_dsp.fw +firmware: ea/mona_361_1_asic_48.fw +firmware: ea/mona_361_1_asic_96.fw +firmware: ea/mona_361_dsp.fw +firmware: edgeport/boot.fw +firmware: edgeport/boot2.fw +firmware: edgeport/down.fw +firmware: edgeport/down2.fw +firmware: edgeport/down3.bin +firmware: emi26/bitstream.fw +firmware: emi26/firmware.fw +firmware: emi26/loader.fw +firmware: emi62/bitstream.fw +firmware: emi62/loader.fw +firmware: emi62/spdif.fw +firmware: emu/audio_dock.fw +firmware: emu/emu0404.fw +firmware: emu/emu1010_notebook.fw +firmware: emu/emu1010b.fw +firmware: emu/hana.fw +firmware: emu/micro_dock.fw +firmware: ene-ub6250/ms_init.bin +firmware: ene-ub6250/ms_rdwr.bin +firmware: ene-ub6250/msp_rdwr.bin +firmware: ene-ub6250/sd_init1.bin +firmware: ene-ub6250/sd_init2.bin +firmware: ene-ub6250/sd_rdwr.bin +firmware: ess/maestro3_assp_kernel.fw +firmware: ess/maestro3_assp_minisrc.fw +firmware: f2255usb.bin +firmware: fm_radio.inp +firmware: fm_radio_rio.inp +firmware: fw.ram.bin +firmware: go7007/go7007fw.bin +firmware: go7007/go7007tv.bin +firmware: go7007/lr192.fw +firmware: go7007/px-m402u.fw +firmware: go7007/px-tv402u.fw +firmware: go7007/s2250-1.fw +firmware: go7007/s2250-2.fw +firmware: go7007/wis-startrek.fw +firmware: hfi1_dc8051.fw +firmware: hfi1_fabric.fw +firmware: hfi1_pcie.fw +firmware: hfi1_sbus.fw +firmware: i915/adlp_dmc_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/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-BzBnj-a0-fm-a0-72.ucode +firmware: iwlwifi-BzBnj-a0-fm4-a0-72.ucode +firmware: iwlwifi-BzBnj-a0-gf-a0-72.ucode +firmware: iwlwifi-BzBnj-a0-gf4-a0-72.ucode +firmware: iwlwifi-BzBnj-a0-hr-b0-72.ucode +firmware: iwlwifi-BzBnj-b0-fm-b0-72.ucode +firmware: iwlwifi-Qu-b0-hr-b0-72.ucode +firmware: iwlwifi-Qu-b0-jf-b0-72.ucode +firmware: iwlwifi-Qu-c0-hr-b0-72.ucode +firmware: iwlwifi-QuQnj-b0-hr-b0-72.ucode +firmware: iwlwifi-QuQnj-b0-jf-b0-72.ucode +firmware: iwlwifi-QuZ-a0-hr-b0-72.ucode +firmware: iwlwifi-QuZ-a0-jf-b0-72.ucode +firmware: iwlwifi-SoSnj-a0-gf-a0-72.ucode +firmware: iwlwifi-SoSnj-a0-gf4-a0-72.ucode +firmware: iwlwifi-SoSnj-a0-hr-b0-72.ucode +firmware: iwlwifi-SoSnj-a0-jf-b0-72.ucode +firmware: iwlwifi-SoSnj-a0-mr-a0-72.ucode +firmware: iwlwifi-bz-a0-fm-a0-72.ucode +firmware: iwlwifi-bz-a0-fm4-a0-72.ucode +firmware: iwlwifi-bz-a0-gf-a0-72.ucode +firmware: iwlwifi-bz-a0-gf4-a0-72.ucode +firmware: iwlwifi-bz-a0-hr-b0-72.ucode +firmware: iwlwifi-bz-a0-mr-a0-72.ucode +firmware: iwlwifi-cc-a0-72.ucode +firmware: iwlwifi-gl-a0-fm-a0-72.ucode +firmware: iwlwifi-gl-b0-fm-b0-72.ucode +firmware: iwlwifi-ma-a0-fm-a0-72.ucode +firmware: iwlwifi-ma-a0-gf-a0-72.ucode +firmware: iwlwifi-ma-a0-gf4-a0-72.ucode +firmware: iwlwifi-ma-a0-hr-b0-72.ucode +firmware: iwlwifi-ma-a0-mr-a0-72.ucode +firmware: iwlwifi-so-a0-gf-a0-72.ucode +firmware: iwlwifi-so-a0-hr-b0-72.ucode +firmware: iwlwifi-so-a0-jf-b0-72.ucode +firmware: iwlwifi-ty-a0-gf-a0-72.ucode +firmware: kaweth/new_code.bin +firmware: kaweth/new_code_fix.bin +firmware: kaweth/trigger_code.bin +firmware: kaweth/trigger_code_fix.bin +firmware: keyspan/mpr.fw +firmware: keyspan/usa18x.fw +firmware: keyspan/usa19.fw +firmware: keyspan/usa19qi.fw +firmware: keyspan/usa19qw.fw +firmware: keyspan/usa19w.fw +firmware: keyspan/usa28.fw +firmware: keyspan/usa28x.fw +firmware: keyspan/usa28xa.fw +firmware: keyspan/usa28xb.fw +firmware: keyspan/usa49w.fw +firmware: keyspan/usa49wlc.fw +firmware: keyspan_pda/keyspan_pda.fw +firmware: keyspan_pda/xircom_pgs.fw +firmware: korg/k1212.dsp +firmware: ks7010sd.rom +firmware: lantiq/xrx200_phy11g_a14.bin +firmware: lantiq/xrx200_phy11g_a22.bin +firmware: lantiq/xrx200_phy22f_a14.bin +firmware: lantiq/xrx200_phy22f_a22.bin +firmware: lantiq/xrx300_phy11g_a21.bin +firmware: lantiq/xrx300_phy22f_a21.bin +firmware: lattice-ecp3.bit +firmware: lbtf_usb.bin +firmware: lgs8g75.fw +firmware: libertas/cf8305.bin +firmware: libertas/cf8381.bin +firmware: libertas/cf8381_helper.bin +firmware: libertas/cf8385.bin +firmware: libertas/cf8385_helper.bin +firmware: libertas/gspi8385.bin +firmware: libertas/gspi8385_helper.bin +firmware: libertas/gspi8385_hlp.bin +firmware: libertas/gspi8686.bin +firmware: libertas/gspi8686_hlp.bin +firmware: libertas/gspi8686_v9.bin +firmware: libertas/gspi8686_v9_helper.bin +firmware: libertas/gspi8688.bin +firmware: libertas/gspi8688_helper.bin +firmware: libertas/sd8385.bin +firmware: libertas/sd8385_helper.bin +firmware: libertas/sd8686_v8.bin +firmware: libertas/sd8686_v8_helper.bin +firmware: libertas/sd8686_v9.bin +firmware: libertas/sd8686_v9_helper.bin +firmware: libertas/sd8688.bin +firmware: libertas/sd8688_helper.bin +firmware: libertas/usb8388.bin +firmware: libertas/usb8388_v5.bin +firmware: libertas/usb8388_v9.bin +firmware: libertas/usb8682.bin +firmware: libertas_cs.fw +firmware: libertas_cs_helper.fw +firmware: liquidio/lio_210nv_nic.bin +firmware: liquidio/lio_210sv_nic.bin +firmware: liquidio/lio_23xx_nic.bin +firmware: liquidio/lio_410nv_nic.bin +firmware: me2600_firmware.bin +firmware: me4000_firmware.bin +firmware: mediatek/BT_RAM_CODE_MT7961_1_2_hdr.bin +firmware: mediatek/WIFI_MT7922_patch_mcu_1_1_hdr.bin +firmware: mediatek/WIFI_MT7961_patch_mcu_1_2_hdr.bin +firmware: mediatek/WIFI_RAM_CODE_MT7922_1.bin +firmware: mediatek/WIFI_RAM_CODE_MT7961_1.bin +firmware: mediatek/mt7610e.bin +firmware: mediatek/mt7610u.bin +firmware: mediatek/mt7615_cr4.bin +firmware: mediatek/mt7615_n9.bin +firmware: mediatek/mt7615_rom_patch.bin +firmware: mediatek/mt7622_n9.bin +firmware: mediatek/mt7622_rom_patch.bin +firmware: mediatek/mt7622pr2h.bin +firmware: mediatek/mt7650e.bin +firmware: mediatek/mt7663_n9_rebb.bin +firmware: mediatek/mt7663_n9_v3.bin +firmware: mediatek/mt7663pr2h.bin +firmware: mediatek/mt7663pr2h_rebb.bin +firmware: mediatek/mt7668pr2h.bin +firmware: mediatek/mt7915_rom_patch.bin +firmware: mediatek/mt7915_wa.bin +firmware: mediatek/mt7915_wm.bin +firmware: mediatek/mt7916_rom_patch.bin +firmware: mediatek/mt7916_wa.bin +firmware: mediatek/mt7916_wm.bin +firmware: mediatek/mt7986_rom_patch.bin +firmware: mediatek/mt7986_rom_patch_mt7975.bin +firmware: mediatek/mt7986_wa.bin +firmware: mediatek/mt7986_wm.bin +firmware: mediatek/mt7986_wm_mt7975.bin +firmware: mediatek/mt7996/mt7996_rom_patch.bin +firmware: mediatek/mt7996/mt7996_wa.bin +firmware: mediatek/mt7996/mt7996_wm.bin +firmware: mellanox/lc_ini_bundle_2010_1006.bin +firmware: mellanox/mlxsw_spectrum-13.2010.1006.mfa2 +firmware: mellanox/mlxsw_spectrum2-29.2010.1006.mfa2 +firmware: mellanox/mlxsw_spectrum3-30.2010.1006.mfa2 +firmware: 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/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: pca200e.bin +firmware: pca200e_ecd.bin2 +firmware: pcxhr/dspb1222e.b56 +firmware: pcxhr/dspb1222hr.b56 +firmware: pcxhr/dspb882e.b56 +firmware: pcxhr/dspb882hr.b56 +firmware: pcxhr/dspb924.b56 +firmware: pcxhr/dspd1222.d56 +firmware: pcxhr/dspd222.d56 +firmware: pcxhr/dspd882.d56 +firmware: pcxhr/dspe882.e56 +firmware: pcxhr/dspe924.e56 +firmware: pcxhr/xlxc1222e.dat +firmware: pcxhr/xlxc1222hr.dat +firmware: pcxhr/xlxc222.dat +firmware: pcxhr/xlxc882e.dat +firmware: pcxhr/xlxc882hr.dat +firmware: pcxhr/xlxc924.dat +firmware: pcxhr/xlxint.dat +firmware: phanfw.bin +firmware: plfxlc/lifi-x.bin +firmware: prism2_ru.fw +firmware: prism_ap_fw.bin +firmware: prism_sta_fw.bin +firmware: qat_4xxx.bin +firmware: qat_4xxx_mmp.bin +firmware: qat_895xcc.bin +firmware: qat_895xcc_mmp.bin +firmware: qat_c3xxx.bin +firmware: qat_c3xxx_mmp.bin +firmware: qat_c62x.bin +firmware: qat_c62x_mmp.bin +firmware: qcom/a300_pfp.fw +firmware: qcom/a300_pm4.fw +firmware: qcom/a330_pfp.fw +firmware: qcom/a330_pm4.fw +firmware: qcom/a420_pfp.fw +firmware: qcom/a420_pm4.fw +firmware: qcom/a530_pfp.fw +firmware: qcom/a530_pm4.fw +firmware: qcom/a530_zap.b00 +firmware: qcom/a530_zap.b01 +firmware: qcom/a530_zap.b02 +firmware: qcom/a530_zap.mdt +firmware: qcom/a530v3_gpmu.fw2 +firmware: qcom/a619_gmu.bin +firmware: qcom/a630_gmu.bin +firmware: qcom/a630_sqe.fw +firmware: qcom/a630_zap.mbn +firmware: qed/qed_init_values_zipped-8.59.1.0.bin +firmware: ql2100_fw.bin +firmware: ql2200_fw.bin +firmware: ql2300_fw.bin +firmware: ql2322_fw.bin +firmware: ql2400_fw.bin +firmware: ql2500_fw.bin +firmware: qlogic/1040.bin +firmware: qlogic/12160.bin +firmware: qlogic/1280.bin +firmware: qlogic/sd7220.fw +firmware: r8a779x_usb3_v1.dlmem +firmware: r8a779x_usb3_v2.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: 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: 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/rtl8723ds_config.bin +firmware: rtl_bt/rtl8723ds_fw.bin +firmware: rtl_bt/rtl8761a_config.bin +firmware: rtl_bt/rtl8761a_fw.bin +firmware: rtl_bt/rtl8821a_config.bin +firmware: rtl_bt/rtl8821a_fw.bin +firmware: rtl_bt/rtl8822b_config.bin +firmware: rtl_bt/rtl8822b_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/rtl8852bu_config.bin +firmware: rtl_bt/rtl8852bu_fw.bin +firmware: rtl_bt/rtl8852cu_config.bin +firmware: rtl_bt/rtl8852cu_fw.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/rtl8192sefw.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/rtw8852a_fw.bin +firmware: rtw89/rtw8852b_fw.bin +firmware: rtw89/rtw8852c_fw.bin +firmware: sd8385.bin +firmware: sd8385_helper.bin +firmware: sd8686.bin +firmware: sd8686_helper.bin +firmware: sd8688.bin +firmware: sd8688_helper.bin +firmware: slicoss/gbdownload.sys +firmware: slicoss/gbrcvucode.sys +firmware: slicoss/oasisdownload.sys +firmware: slicoss/oasisrcvucode.sys +firmware: sms1xxx-hcw-55xxx-dvbt-02.fw +firmware: sms1xxx-hcw-55xxx-isdbt-02.fw +firmware: sms1xxx-nova-a-dvbt-01.fw +firmware: sms1xxx-nova-b-dvbt-01.fw +firmware: sms1xxx-stellar-dvbt-01.fw +firmware: softing-4.6/bcard.bin +firmware: softing-4.6/bcard2.bin +firmware: softing-4.6/cancard.bin +firmware: softing-4.6/cancrd2.bin +firmware: softing-4.6/cansja.bin +firmware: softing-4.6/ldcard.bin +firmware: softing-4.6/ldcard2.bin +firmware: solos-FPGA.bin +firmware: solos-Firmware.bin +firmware: solos-db-FPGA.bin +firmware: sun/cassini.bin +firmware: symbol_sp24t_prim_fw +firmware: symbol_sp24t_sec_fw +firmware: tdmb_denver.inp +firmware: tdmb_nova_12mhz.inp +firmware: tdmb_nova_12mhz_b0.inp +firmware: tehuti/bdx.bin +firmware: ti-connectivity/wl1251-fw.bin +firmware: ti-connectivity/wl1251-nvs.bin +firmware: ti-connectivity/wl127x-fw-5-mr.bin +firmware: ti-connectivity/wl127x-fw-5-plt.bin +firmware: ti-connectivity/wl127x-fw-5-sr.bin +firmware: ti-connectivity/wl128x-fw-5-mr.bin +firmware: ti-connectivity/wl128x-fw-5-plt.bin +firmware: ti-connectivity/wl128x-fw-5-sr.bin +firmware: ti-connectivity/wl18xx-fw-4.bin +firmware: ti_3410.fw +firmware: ti_5052.fw +firmware: tigon/tg3.bin +firmware: tigon/tg357766.bin +firmware: tigon/tg3_tso.bin +firmware: tigon/tg3_tso5.bin +firmware: ttusb-budget/dspbootcode.bin +firmware: ueagle-atm/930-fpga.bin +firmware: ueagle-atm/CMV4i.bin +firmware: ueagle-atm/CMV4i.bin.v2 +firmware: ueagle-atm/CMV4p.bin +firmware: ueagle-atm/CMV4p.bin.v2 +firmware: ueagle-atm/CMV9i.bin +firmware: ueagle-atm/CMV9i.bin.v2 +firmware: ueagle-atm/CMV9p.bin +firmware: ueagle-atm/CMV9p.bin.v2 +firmware: ueagle-atm/CMVei.bin +firmware: ueagle-atm/CMVei.bin.v2 +firmware: ueagle-atm/CMVep.bin +firmware: ueagle-atm/CMVep.bin.v2 +firmware: ueagle-atm/DSP4i.bin +firmware: ueagle-atm/DSP4p.bin +firmware: ueagle-atm/DSP9i.bin +firmware: ueagle-atm/DSP9p.bin +firmware: ueagle-atm/DSPei.bin +firmware: ueagle-atm/DSPep.bin +firmware: ueagle-atm/adi930.fw +firmware: ueagle-atm/eagle.fw +firmware: ueagle-atm/eagleI.fw +firmware: ueagle-atm/eagleII.fw +firmware: ueagle-atm/eagleIII.fw +firmware: ueagle-atm/eagleIV.fw +firmware: usb8388.bin +firmware: usbdux_firmware.bin +firmware: usbduxfast_firmware.bin +firmware: usbduxsigma_firmware.bin +firmware: v4l-cx231xx-avcore-01.fw +firmware: v4l-cx23418-apu.fw +firmware: v4l-cx23418-cpu.fw +firmware: v4l-cx23418-dig.fw +firmware: v4l-cx2341x-dec.fw +firmware: v4l-cx2341x-enc.fw +firmware: v4l-cx2341x-init.mpg +firmware: v4l-cx23885-avcore-01.fw +firmware: v4l-cx23885-enc.fw +firmware: v4l-cx25840.fw +firmware: v4l-pvrusb2-24xxx-01.fw +firmware: v4l-pvrusb2-29xxx-01.fw +firmware: v4l-pvrusb2-73xxx-01.fw +firmware: vicam/firmware.fw +firmware: vntwusb.fw +firmware: vpdma-1b8.bin +firmware: vx/bd56002.boot +firmware: vx/bd563s3.boot +firmware: vx/bd563v2.boot +firmware: vx/bx_1_vp4.b56 +firmware: vx/bx_1_vxp.b56 +firmware: vx/l_1_v22.d56 +firmware: vx/l_1_vp4.d56 +firmware: vx/l_1_vx2.d56 +firmware: vx/l_1_vxp.d56 +firmware: vx/x1_1_vp4.xlx +firmware: vx/x1_1_vx2.xlx +firmware: vx/x1_1_vxp.xlx +firmware: vx/x1_2_v22.xlx +firmware: wd719x-risc.bin +firmware: wd719x-wcs.bin +firmware: whiteheat.fw +firmware: whiteheat_loader.fw +firmware: wil6210.brd +firmware: wil6210.fw +firmware: wil6210_sparrow_plus.fw +firmware: wil6436.brd +firmware: wil6436.fw +firmware: wlan/prima/WCNSS_qcom_wlan_nv.bin +firmware: xc3028-v27.fw +firmware: xc3028L-v36.fw +firmware: yam/1200.bin +firmware: yam/9600.bin +firmware: yamaha/ds1_ctrl.fw +firmware: yamaha/ds1_dsp.fw +firmware: yamaha/ds1e_ctrl.fw +firmware: zd1201-ap.fw +firmware: zd1201.fw +firmware: zd1211/zd1211_ub +firmware: zd1211/zd1211_uphr +firmware: zd1211/zd1211_ur +firmware: zd1211/zd1211b_ub +firmware: zd1211/zd1211b_uphr +firmware: zd1211/zd1211b_ur --- linux-lowlatency-hwe-6.2-6.2.0.orig/debian.master/abi/ppc64el/generic +++ linux-lowlatency-hwe-6.2-6.2.0/debian.master/abi/ppc64el/generic @@ -0,0 +1,25824 @@ +BRCMFMAC EXPORT_SYMBOL_GPL 0xf1e3c2fb brcmf_fwvid_unregister_vendor drivers/net/wireless/broadcom/brcm80211/brcmfmac/brcmfmac +BRCMFMAC EXPORT_SYMBOL_GPL 0xfe208b0d brcmf_fwvid_register_vendor drivers/net/wireless/broadcom/brcm80211/brcmfmac/brcmfmac +COUNTER EXPORT_SYMBOL_GPL 0x184ec951 devm_counter_alloc drivers/counter/counter +COUNTER EXPORT_SYMBOL_GPL 0x66df0316 counter_push_event drivers/counter/counter +COUNTER EXPORT_SYMBOL_GPL 0x73cdefe1 counter_unregister drivers/counter/counter +COUNTER EXPORT_SYMBOL_GPL 0x961cd6ee devm_counter_add drivers/counter/counter +COUNTER EXPORT_SYMBOL_GPL 0xa56f401c counter_alloc drivers/counter/counter +COUNTER EXPORT_SYMBOL_GPL 0xe2b5f1ac counter_add drivers/counter/counter +COUNTER EXPORT_SYMBOL_GPL 0xe6a2d508 counter_priv drivers/counter/counter +COUNTER EXPORT_SYMBOL_GPL 0xf85d34a2 counter_put drivers/counter/counter +CRYPTO_INTERNAL EXPORT_SYMBOL_GPL 0x0dda51a1 crypto_cipher_setkey vmlinux +CRYPTO_INTERNAL EXPORT_SYMBOL_GPL 0x366632f0 crypto_cipher_encrypt_one vmlinux +CRYPTO_INTERNAL EXPORT_SYMBOL_GPL 0xe84257ad crypto_cipher_decrypt_one vmlinux +CXL EXPORT_SYMBOL_GPL 0x04956055 cxl_map_device_regs drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x055c6ee3 cxl_mem_active_inc vmlinux +CXL EXPORT_SYMBOL_GPL 0x05cca7b2 cxl_find_regblock drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x065e9b67 is_root_decoder drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x15b71e29 cxl_hdm_decode_init drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x16e3571e to_cxl_decoder drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x1d469093 is_cxl_nvdimm drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x1f3307a7 read_cdat_data drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x247fb6c7 cxl_decoder_autoremove drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x275fe168 cxl_mem_find_port drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x283138d9 cxl_find_nvdimm_bridge drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x29d2763e devm_cxl_port_enumerate_dports drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x2a2e50eb cxl_endpoint_autoremove drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x2e2d529a devm_cxl_enumerate_ports drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x33e2aa93 cxl_mem_active_dec vmlinux +CXL EXPORT_SYMBOL_GPL 0x360e3ee2 devm_cxl_enumerate_decoders drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x36616b88 devm_cxl_register_pci_bus drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x36d78c2b to_cxl_root_decoder drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x3a92afd2 cxl_dev_state_create drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x3d3ff8d5 cxl_await_media_ready drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x43458ef1 schedule_cxl_memdev_detach drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x4549b4ae cxl_dev_state_identify drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x4ab3ad58 to_cxl_endpoint_decoder drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x4bc2f000 is_cxl_nvdimm_bridge drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x51cfd815 __cxl_driver_register drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x5833970c cxl_mem_create_range_info drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x5ebd658b to_cxl_pmem_region drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x62cc5eba cxl_enumerate_cmds drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x6a5c6699 cxl_probe_component_regs drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x6d75f41f devm_cxl_add_dport drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x6dc9f6b5 to_cxl_nvdimm drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x6ec07f06 cxl_endpoint_decoder_alloc drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x701bbaad cxl_bus_rescan drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x7708d3e2 clear_exclusive_cxl_commands drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x778a30b7 cxl_map_component_regs drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x7b1c9194 cxl_driver_unregister drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x7cedb37b is_cxl_pmem_region drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x7fa19cc4 alloc_free_mem_region vmlinux +CXL EXPORT_SYMBOL_GPL 0x82bb9369 cxl_internal_send_cmd drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x84b45156 insert_resource_expand_to_fit vmlinux +CXL EXPORT_SYMBOL_GPL 0x8d1812cd devm_cxl_add_rch_dport drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x8d3c5b19 cxl_decoder_add drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x9767b799 cxl_rcrb_to_component drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x98628ac8 cxl_bus_drain drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x991a3b77 devm_cxl_add_nvdimm_bridge drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x9d85f4b8 cxl_probe_device_regs drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xa2b6092a to_cxl_port drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xa7ef5263 to_cxl_nvdimm_bridge drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xaf4c2f5b cxl_bus_type drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xaf783803 cxl_hb_modulo drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xb20df976 cxl_root_decoder_alloc drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xb5ab40a1 cxl_port_to_pci_bus drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xbef6de2a is_cxl_memdev drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xc245ca2b find_cxl_root drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xc9fe7066 cxl_debugfs_create_dir drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xca1e3e79 cxl_dpa_debug drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xcd644e43 devm_cxl_add_passthrough_decoder drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xcd8fccf6 devm_cxl_setup_hdm drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xcf0d50f6 devm_cxl_add_port drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xd9d54706 cxl_decoder_add_locked drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xddd9490a is_cxl_port drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xe973c311 cxl_switch_decoder_alloc drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xec179a6d devm_cxl_add_nvdimm drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xf208ab03 is_cxl_region drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xf745fd73 devm_cxl_add_memdev drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xfd216ca9 set_exclusive_cxl_commands drivers/cxl/core/cxl_core +DMA_BUF EXPORT_SYMBOL_GPL 0x08927f4f dma_buf_attach vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x1244a196 dma_buf_mmap vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x17b7f390 dma_buf_vunmap vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x1987e30b dma_buf_unpin vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x2b846011 dma_buf_detach vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x3085a649 dma_buf_end_cpu_access vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x332396ab dma_buf_pin vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x3c96c8a2 dma_buf_dynamic_attach vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x62d567c0 dma_buf_map_attachment_unlocked vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x6c189541 dma_buf_vunmap_unlocked vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x7ddd14ca dma_buf_map_attachment vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x8a45ff8d dma_buf_vmap_unlocked vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x8ad16833 dma_buf_vmap vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x9ead6c87 dma_buf_unmap_attachment vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0xa41c31c7 dma_buf_get vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0xb329c20e dma_buf_fd vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0xb8ac566b dma_buf_put vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0xbc0d1e73 dma_buf_move_notify vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0xcd595ef3 dma_buf_export vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0xe484e863 dma_buf_begin_cpu_access vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0xfea85767 dma_buf_unmap_attachment_unlocked vmlinux +DRM_SSD130X EXPORT_SYMBOL_GPL 0x33cf1f58 ssd130x_variants drivers/gpu/drm/solomon/ssd130x +EXPORT_SYMBOL arch/powerpc/kvm/kvm 0x8bfba55e 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 0x18b4037f crypto_nhpoly1305_final_helper +EXPORT_SYMBOL crypto/nhpoly1305 0x43ee6364 crypto_nhpoly1305_update_helper +EXPORT_SYMBOL crypto/nhpoly1305 0x6b6bbe67 crypto_nhpoly1305_init +EXPORT_SYMBOL crypto/nhpoly1305 0x8d32a307 crypto_nhpoly1305_setkey +EXPORT_SYMBOL crypto/nhpoly1305 0x9a97935c crypto_nhpoly1305_update +EXPORT_SYMBOL crypto/nhpoly1305 0xb7c2fbe1 crypto_nhpoly1305_final +EXPORT_SYMBOL crypto/sha3_generic 0x494bff4e crypto_sha3_final +EXPORT_SYMBOL crypto/sha3_generic 0x76699e83 crypto_sha3_update +EXPORT_SYMBOL crypto/sha3_generic 0xda258fc5 crypto_sha3_init +EXPORT_SYMBOL crypto/sm2_generic 0x167c2a06 sm2_compute_z_digest +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 0xe564f571 suni_init +EXPORT_SYMBOL drivers/bcma/bcma 0x331a5fb3 bcma_core_irq +EXPORT_SYMBOL drivers/bcma/bcma 0x7730d43d 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/block/paride/paride 0x0dd8c6ae pi_write_regr +EXPORT_SYMBOL drivers/block/paride/paride 0x2518c3f4 pi_connect +EXPORT_SYMBOL drivers/block/paride/paride 0x386a661f pi_read_regr +EXPORT_SYMBOL drivers/block/paride/paride 0x4267110a pi_register_driver +EXPORT_SYMBOL drivers/block/paride/paride 0x5fdeb28b pi_release +EXPORT_SYMBOL drivers/block/paride/paride 0x6c520aaa pi_do_claimed +EXPORT_SYMBOL drivers/block/paride/paride 0x8107270a pi_init +EXPORT_SYMBOL drivers/block/paride/paride 0xb21ba07d pi_unregister_driver +EXPORT_SYMBOL drivers/block/paride/paride 0xb298fd8d pi_schedule_claimed +EXPORT_SYMBOL drivers/block/paride/paride 0xbc8265d6 pi_read_block +EXPORT_SYMBOL drivers/block/paride/paride 0xbd2167da paride_register +EXPORT_SYMBOL drivers/block/paride/paride 0xc5064944 paride_unregister +EXPORT_SYMBOL drivers/block/paride/paride 0xc67b2dcb pi_write_block +EXPORT_SYMBOL drivers/block/paride/paride 0xdc6eb5f7 pi_disconnect +EXPORT_SYMBOL drivers/bluetooth/btbcm 0x61e7d621 btbcm_patchram +EXPORT_SYMBOL drivers/bluetooth/btrsi 0x9f54822b rsi_bt_ops +EXPORT_SYMBOL drivers/bus/mhi/host/mhi 0x335c594b 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 0x1feb38ff ipmi_get_smi_info +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 0x7f4d4e73 ipmi_add_smi +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x804f922a ipmi_addr_length +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x80aa4656 ipmi_free_recv_msg +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x89a5279a ipmi_get_version +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x96a6e5e8 ipmi_smi_msg_received +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xa9123267 ipmi_smi_watcher_unregister +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xaca90ebd ipmi_request_supply_msgs +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xae71627d ipmi_create_user +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xd54a5050 ipmi_unregister_for_cmd +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xe4330a39 ipmi_unregister_smi +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xe4f4665b ipmi_validate_addr +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xe98c507d ipmb_checksum +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xec1c2a90 ipmi_get_my_address +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xf388b18b ipmi_destroy_user +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xf5531bea ipmi_poll_interface +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xfaaa4831 ipmi_set_my_address +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xfc8e6519 ipmi_smi_watcher_register +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xfe0f2369 ipmi_get_maintenance_mode +EXPORT_SYMBOL drivers/char/tpm/st33zp24/tpm_st33zp24 0xc6e53b5d st33zp24_pm_suspend +EXPORT_SYMBOL drivers/char/tpm/st33zp24/tpm_st33zp24 0xccbb98d5 st33zp24_probe +EXPORT_SYMBOL drivers/char/tpm/st33zp24/tpm_st33zp24 0xd6037670 st33zp24_pm_resume +EXPORT_SYMBOL drivers/char/tpm/st33zp24/tpm_st33zp24 0xf79b0b5c st33zp24_remove +EXPORT_SYMBOL drivers/char/xillybus/xillybus_class 0x186a8b2b xillybus_cleanup_chrdev +EXPORT_SYMBOL drivers/char/xillybus/xillybus_class 0x23ff8565 xillybus_init_chrdev +EXPORT_SYMBOL drivers/char/xillybus/xillybus_class 0xb8acfccd xillybus_find_inode +EXPORT_SYMBOL drivers/char/xillybus/xillybus_core 0x18bffd1b xillybus_init_endpoint +EXPORT_SYMBOL drivers/char/xillybus/xillybus_core 0x25978d50 xillybus_isr +EXPORT_SYMBOL drivers/char/xillybus/xillybus_core 0x27ef30be xillybus_endpoint_remove +EXPORT_SYMBOL drivers/char/xillybus/xillybus_core 0x2906a62f xillybus_endpoint_discovery +EXPORT_SYMBOL drivers/crypto/atmel-i2c 0x25d59f2b atmel_i2c_probe +EXPORT_SYMBOL drivers/crypto/atmel-i2c 0x383fb13d atmel_i2c_send_receive +EXPORT_SYMBOL drivers/crypto/atmel-i2c 0x80a11b1d atmel_i2c_init_read_cmd +EXPORT_SYMBOL drivers/crypto/atmel-i2c 0x89acc71d atmel_i2c_enqueue +EXPORT_SYMBOL drivers/crypto/atmel-i2c 0xb6c854bb atmel_i2c_init_ecdh_cmd +EXPORT_SYMBOL drivers/crypto/atmel-i2c 0xc71ed50c atmel_i2c_init_genkey_cmd +EXPORT_SYMBOL drivers/crypto/atmel-i2c 0xc80f14e8 atmel_i2c_flush_queue +EXPORT_SYMBOL drivers/crypto/atmel-i2c 0xf283e995 atmel_i2c_init_random_cmd +EXPORT_SYMBOL drivers/firewire/firewire-core 0x0bc6094c fw_core_remove_descriptor +EXPORT_SYMBOL drivers/firewire/firewire-core 0x0d0c575f fw_iso_resource_manage +EXPORT_SYMBOL drivers/firewire/firewire-core 0x1023de1d fw_core_remove_card +EXPORT_SYMBOL drivers/firewire/firewire-core 0x12e52828 fw_core_add_address_handler +EXPORT_SYMBOL drivers/firewire/firewire-core 0x28764229 fw_core_handle_response +EXPORT_SYMBOL drivers/firewire/firewire-core 0x2885fec5 fw_get_request_speed +EXPORT_SYMBOL drivers/firewire/firewire-core 0x30ae82cd fw_iso_context_start +EXPORT_SYMBOL drivers/firewire/firewire-core 0x3a771e39 fw_core_add_descriptor +EXPORT_SYMBOL drivers/firewire/firewire-core 0x3c56ef91 fw_workqueue +EXPORT_SYMBOL drivers/firewire/firewire-core 0x44d9e585 fw_iso_buffer_init +EXPORT_SYMBOL drivers/firewire/firewire-core 0x45653d89 fw_core_handle_request +EXPORT_SYMBOL drivers/firewire/firewire-core 0x48a43980 fw_core_handle_bus_reset +EXPORT_SYMBOL drivers/firewire/firewire-core 0x5213946f fw_core_remove_address_handler +EXPORT_SYMBOL drivers/firewire/firewire-core 0x524ed077 fw_run_transaction +EXPORT_SYMBOL drivers/firewire/firewire-core 0x5eeae74d fw_iso_context_stop +EXPORT_SYMBOL drivers/firewire/firewire-core 0x687b55c5 fw_schedule_bus_reset +EXPORT_SYMBOL drivers/firewire/firewire-core 0x6dc50487 fw_csr_string +EXPORT_SYMBOL drivers/firewire/firewire-core 0x6ee5ccee fw_iso_context_destroy +EXPORT_SYMBOL drivers/firewire/firewire-core 0x709048f1 fw_cancel_transaction +EXPORT_SYMBOL drivers/firewire/firewire-core 0x77274a00 fw_bus_type +EXPORT_SYMBOL drivers/firewire/firewire-core 0x7fa73bda fw_device_enable_phys_dma +EXPORT_SYMBOL drivers/firewire/firewire-core 0x86468d44 fw_rcode_string +EXPORT_SYMBOL drivers/firewire/firewire-core 0x8c70f4d2 fw_send_request +EXPORT_SYMBOL drivers/firewire/firewire-core 0xaedf84ce fw_high_memory_region +EXPORT_SYMBOL drivers/firewire/firewire-core 0xaf3addf6 fw_iso_buffer_destroy +EXPORT_SYMBOL drivers/firewire/firewire-core 0xb4e5b5c5 fw_card_add +EXPORT_SYMBOL drivers/firewire/firewire-core 0xb7ff4cd6 fw_fill_response +EXPORT_SYMBOL drivers/firewire/firewire-core 0xc02f9103 fw_iso_context_create +EXPORT_SYMBOL drivers/firewire/firewire-core 0xe28aa6d5 fw_iso_context_queue +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 0xe90fca2c fw_iso_context_flush_completions +EXPORT_SYMBOL drivers/firewire/firewire-core 0xea862f6e fw_iso_context_queue_flush +EXPORT_SYMBOL drivers/firewire/firewire-core 0xec00cae4 fw_send_response +EXPORT_SYMBOL drivers/firewire/firewire-core 0xf93a5757 fw_card_initialize +EXPORT_SYMBOL drivers/fpga/dfl 0x3144dda9 dfl_driver_unregister +EXPORT_SYMBOL drivers/fpga/dfl 0x868155dc __dfl_driver_register +EXPORT_SYMBOL drivers/fpga/lattice-sysconfig 0xfc480b42 sysconfig_probe +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x01668bb5 drm_dp_pcon_frl_configure_1 +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 0x0295fa03 drm_dp_link_train_channel_eq_delay +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x0384b7eb drm_hdmi_avi_infoframe_bars +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x03b7c73f drm_dp_mst_get_port_malloc +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x0c385528 drm_dp_get_vc_payload_bw +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x0e169aba drm_dp_mst_atomic_setup_commit +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x0f7e6687 drm_dp_128b132b_read_aux_rd_interval +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x157c47b4 drm_dp_add_payload_part2 +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 0x17c2c4a3 drm_panel_dp_aux_backlight +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x18f0dd5b drm_hdmi_avi_infoframe_content_type +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 0x1c4baa06 drm_dp_read_lttpr_common_caps +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x222383f3 drm_dp_send_real_edid_checksum +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x228f8f9a drm_atomic_get_mst_payload_state +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x23961837 drm_dp_downstream_max_bpc +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x24e740e8 drm_scdc_set_scrambling +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x25a517e4 drm_dp_mst_put_port_malloc +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 0x2771b4ca drm_dp_stop_crc +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x29d11b6c drm_scdc_get_scrambling_status +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x2d4b9b95 drm_dp_read_channel_eq_delay +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x2d6e2be1 drm_atomic_get_new_mst_topology_state +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x2ea2cd16 drm_dp_mst_topology_mgr_resume +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 0x30b066b5 drm_scdc_write +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x31724bdc drm_dp_remote_aux_init +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x34bd3e5c drm_dp_dual_mode_max_tmds_clock +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x3776025c drm_dp_read_desc +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x392a838b drm_dp_downstream_max_dotclock +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x3c1bedd6 drm_edp_backlight_disable +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x3e074d0e drm_dp_read_sink_count +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x3f0d4613 drm_scdc_set_high_tmds_clock_ratio +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x42fe47f2 drm_dp_downstream_id +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x4405ed9e drm_dp_pcon_frl_enable +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 0x49a107a0 drm_dp_lttpr_link_train_channel_eq_delay +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x4a4de6b6 drm_dp_add_payload_part1 +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x4a9bfcf0 drm_dp_start_crc +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x4c3a56cf drm_dp_mst_connector_early_unregister +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x4c6cb0d8 drm_dp_mst_connector_late_register +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x4d861bea drm_dp_dual_mode_get_tmds_output +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x5073c38e drm_dp_dpcd_write +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x51cc7f0f drm_dp_pcon_hdmi_frl_link_error_count +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x5261bc51 drm_edp_backlight_enable +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x5392bf60 drm_dp_dual_mode_read +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 0x569b5f05 drm_dp_dual_mode_detect +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 0x5740b88c 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 0x59f27ed7 drm_dp_pcon_enc_is_dsc_1_2 +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x5a6e5223 drm_dp_mst_atomic_wait_for_dependencies +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x5a86f411 drm_dp_phy_name +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x5befb7ea drm_dp_pcon_pps_default +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x60032b8e drm_dp_atomic_release_time_slots +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 0x63afa758 drm_dp_vsc_sdp_log +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x648d953b drm_dsc_dp_pps_header_init +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x68d8dce7 drm_dp_downstream_is_tmds +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x6a4df8c5 drm_dp_128b132b_eq_interlane_align_done +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x6aacee47 drm_dp_128b132b_link_training_failed +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x6b53e216 drm_dp_downstream_max_tmds_clock +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x7053fa72 drm_dp_get_pcon_max_frl_bw +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x71aa8d43 drm_edp_backlight_set_level +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x71b79d4f drm_dp_read_lttpr_phy_caps +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x7275bc26 drm_edp_backlight_init +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x72bb78de drm_lspcon_get_mode +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 0x7306d1a4 drm_dp_dpcd_read +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x7321bd48 drm_dp_send_power_updown_phy +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x73480580 drm_lspcon_set_mode +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x7372e882 drm_dp_mst_hpd_irq_send_new_request +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 0x77e4e991 drm_hdmi_avi_infoframe_colorimetry +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x80c666aa 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 0x879336cd drm_dp_pcon_convert_rgb_to_ycbcr +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x89b42c85 drm_hdcp_update_content_protection +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x8b2c48d1 drm_dp_aux_init +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x8ca2d9e4 drm_dp_calc_pbn_mode +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x8d701329 drm_dp_clock_recovery_ok +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x8eaff429 drm_dp_cec_unset_edid +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x908b2330 drm_dp_read_mst_cap +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 0x931ba391 drm_dp_dual_mode_set_tmds_output +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x968def0b drm_dp_atomic_find_time_slots +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x96cdb82a drm_dp_pcon_pps_override_buf +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x96e58482 drm_hdmi_infoframe_set_hdr_metadata +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x982cdf68 drm_dp_cec_set_edid +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x9cb8cb40 drm_dp_pcon_hdmi_link_active +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x9d1646af drm_dp_dpcd_probe +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xa1fefe6a drm_dp_psr_setup_time +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xa843606e drm_dp_dsc_sink_supported_input_bpcs +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xa8cb4093 drm_dp_downstream_debug +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xae0afffa drm_dp_read_dpcd_caps +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xaf267620 drm_dp_lttpr_count +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xb02e88dd drm_dp_pcon_frl_configure_2 +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xb11df89a drm_dp_mst_root_conn_atomic_check +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xb1d5aa85 drm_dp_mst_dsc_aux_for_port +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xb661f869 drm_dp_read_clock_recovery_delay +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xb87fddcf drm_dp_pcon_is_frl_ready +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xbae1897e drm_dp_mst_get_edid +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xbcba9aba drm_dp_mst_topology_mgr_suspend +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xbe0f0906 drm_dp_link_train_clock_recovery_delay +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 0xc262bd52 drm_dp_pcon_reset_frl_config +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xc5babd83 drm_dp_set_subconnector_property +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xc5c99a79 drm_dp_get_adjust_request_voltage +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xc6c2f503 drm_dp_dpcd_read_link_status +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xc79ecffb drm_dp_downstream_is_type +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xc7a547ca drm_dp_mst_topology_mgr_destroy +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 0xc9e0c7c5 drm_dp_downstream_mode +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xcb1d2db9 drm_dp_mst_update_slots +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xcc0367c4 drm_dp_mst_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 0xd0511a87 drm_dp_cec_unregister_connector +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xd14af2b8 drm_atomic_get_old_mst_topology_state +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xd4d44993 drm_dp_mst_topology_state_funcs +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 0xdb3de240 drm_dp_dpcd_read_phy_link_status +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xdbe0f8eb drm_dp_mst_dump_topology +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xdd5255f7 drm_dp_cec_irq +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xde8e51e5 drm_dp_check_act_status +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xe25a3631 drm_dp_get_phy_test_pattern +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xe271ac95 drm_dp_aux_unregister +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xe393581e drm_dp_read_downstream_info +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xe505c378 drm_dp_mst_hpd_irq_handle_event +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 0xe72619c3 drm_scdc_read +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xe9412ee2 drm_atomic_get_mst_topology_state +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xe9da457d drm_dp_pcon_pps_override_param +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xe9e916e0 drm_dp_cec_register_connector +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xeb2225b5 drm_dp_pcon_hdmi_link_mode +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xeb4916d8 drm_dp_mst_detect_port +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xeb9caeb1 drm_dp_remove_payload +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xec1975e3 drm_dp_set_phy_test_pattern +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xeca3a6ac drm_dp_mst_add_affected_dsc_crtcs +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xecdcc355 drm_dp_aux_register +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xed913196 drm_dp_send_query_stream_enc_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 0xf858ef18 drm_dp_pcon_frl_prepare +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xfabfd2a5 drm_dp_read_sink_count_cap +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xfb1a7a5a drm_dp_downstream_rgb_to_ycbcr_conversion +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xfc80c3f5 drm_dp_mst_topology_mgr_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 0xfe12f8b1 drm_connector_attach_content_protection_property +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xfee12aac drm_dp_dual_mode_write +EXPORT_SYMBOL drivers/gpu/drm/drm 0x00723602 drm_dev_unregister +EXPORT_SYMBOL drivers/gpu/drm/drm 0x00f2f12f drm_plane_create_alpha_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x01c94ff1 drm_framebuffer_unregister_private +EXPORT_SYMBOL drivers/gpu/drm/drm 0x01cebc04 drm_client_modeset_commit +EXPORT_SYMBOL drivers/gpu/drm/drm 0x028c83cc drm_crtc_handle_vblank +EXPORT_SYMBOL drivers/gpu/drm/drm 0x03c63897 __drm_get_edid_firmware_path +EXPORT_SYMBOL drivers/gpu/drm/drm 0x03ea815a drm_plane_force_disable +EXPORT_SYMBOL drivers/gpu/drm/drm 0x04754a7a drm_object_property_get_value +EXPORT_SYMBOL drivers/gpu/drm/drm 0x04fd1a83 drm_gem_dmabuf_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0x054a96cc drm_atomic_state_default_clear +EXPORT_SYMBOL drivers/gpu/drm/drm 0x06465a21 drm_modeset_acquire_fini +EXPORT_SYMBOL drivers/gpu/drm/drm 0x06a93e7a drm_property_create_bool +EXPORT_SYMBOL drivers/gpu/drm/drm 0x07e13654 drm_gem_prime_mmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0913ac7d drm_gem_map_detach +EXPORT_SYMBOL drivers/gpu/drm/drm 0x09e63ac2 drm_vblank_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0a72f765 drm_clflush_virt_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0b8ff894 drm_client_register +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0d7e35e2 drm_mode_is_420_only +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0d9b4753 drm_mode_equal +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0e5d4907 drm_framebuffer_lookup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0ea239ba drm_atomic_private_obj_fini +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0f6a07d9 drm_connector_attach_vrr_capable_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0f7acb66 drm_mm_print +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0fc3a97d drm_syncobj_get_fd +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0fd60df2 drm_get_connector_status_name +EXPORT_SYMBOL drivers/gpu/drm/drm 0x105a7d92 drm_gem_handle_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0x107742a9 drm_get_subpixel_order_name +EXPORT_SYMBOL drivers/gpu/drm/drm 0x12596e92 drm_gem_prime_fd_to_handle +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1301ee41 drm_modeset_lock_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1307f63b __drm_atomic_helper_set_config +EXPORT_SYMBOL drivers/gpu/drm/drm 0x138e2e35 drm_file_get_master +EXPORT_SYMBOL drivers/gpu/drm/drm 0x14faed4e drm_client_buffer_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x166551ff drm_crtc_vblank_reset +EXPORT_SYMBOL drivers/gpu/drm/drm 0x16d12a3f drm_crtc_vblank_count_and_time +EXPORT_SYMBOL drivers/gpu/drm/drm 0x173f4274 drm_gem_get_pages +EXPORT_SYMBOL drivers/gpu/drm/drm 0x18cd2efe drm_mode_crtc_set_gamma_size +EXPORT_SYMBOL drivers/gpu/drm/drm 0x19217699 drm_gem_objects_lookup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x197aeae6 drm_probe_ddc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1a411479 drm_syncobj_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1a4a213d drm_mode_create_from_cmdline_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1a51d47e drm_vblank_work_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1a591537 drm_edid_read_ddc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1a7ae5ca drm_connector_oob_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1b936da5 drm_edid_read_custom +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1cea3674 __devm_drm_dev_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1d05dc76 drm_bridge_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1ef11014 drm_vma_node_revoke +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1f4faeff drm_bridge_chain_disable +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1faa72ed drm_mode_config_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x20d1c250 drm_crtc_vblank_waitqueue +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2183c08c drm_mm_scan_add_block +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2199a9af drm_atomic_check_only +EXPORT_SYMBOL drivers/gpu/drm/drm 0x224899a8 drm_connector_atomic_hdr_metadata_equal +EXPORT_SYMBOL drivers/gpu/drm/drm 0x224cee8a drm_gem_vmap_unlocked +EXPORT_SYMBOL drivers/gpu/drm/drm 0x22d93657 drm_modeset_unlock_all +EXPORT_SYMBOL drivers/gpu/drm/drm 0x235d7bbc drm_client_framebuffer_flush +EXPORT_SYMBOL drivers/gpu/drm/drm 0x23e0a680 drm_mode_create_dvi_i_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2445fa30 drm_object_attach_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x247fd15c drm_dev_enter +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 0x25234622 drm_crtc_create_scaling_filter_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x254271af drm_dev_has_vblank +EXPORT_SYMBOL drivers/gpu/drm/drm 0x257ecda0 drm_gtf_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x258a3872 drm_get_edid_switcheroo +EXPORT_SYMBOL drivers/gpu/drm/drm 0x25daad93 __drm_mm_interval_first +EXPORT_SYMBOL drivers/gpu/drm/drm 0x25fac4b1 drm_bridge_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2754dad8 drm_mm_reserve_node +EXPORT_SYMBOL drivers/gpu/drm/drm 0x276b5be8 drm_plane_create_color_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0x27d14d41 drm_atomic_set_crtc_for_plane +EXPORT_SYMBOL drivers/gpu/drm/drm 0x28779e52 drm_printf +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2928216a drm_crtc_vblank_helper_get_vblank_timestamp_internal +EXPORT_SYMBOL drivers/gpu/drm/drm 0x29d5012a drm_bridge_chain_enable +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 0x2ae7b4d8 drm_vblank_work_cancel_sync +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2b2639a8 drm_atomic_get_old_private_obj_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2b60cb8c __drm_atomic_helper_disable_plane +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2c0edef4 drm_atomic_get_new_private_obj_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2d1bb9a7 drm_connector_attach_edid_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2e655052 drm_atomic_add_encoder_bridges +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2e82b674 drm_noop +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2e9bd6e4 drm_connector_attach_privacy_screen_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2ed3c600 drm_mode_debug_printmodeline +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2efcf21d drm_gem_create_mmap_offset +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2f164f77 drm_send_event_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3086db11 drm_atomic_private_obj_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x30c97a37 drm_gem_lru_scan +EXPORT_SYMBOL drivers/gpu/drm/drm 0x30eda1af drm_client_framebuffer_delete +EXPORT_SYMBOL drivers/gpu/drm/drm 0x31b8a5e3 __drm_set_edid_firmware_path +EXPORT_SYMBOL drivers/gpu/drm/drm 0x31d9267a drm_dev_register +EXPORT_SYMBOL drivers/gpu/drm/drm 0x32485e02 drm_panel_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x32a0cc37 drm_print_bits +EXPORT_SYMBOL drivers/gpu/drm/drm 0x32a4ff2a drm_connector_set_link_status_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x32ab8c7f __drmm_universal_plane_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x32e95298 drm_gem_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x32f08135 drm_edid_connector_update +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3436ed86 drm_aperture_remove_conflicting_pci_framebuffers +EXPORT_SYMBOL drivers/gpu/drm/drm 0x346513b3 drm_mode_create_tv_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0x349a12e9 drm_driver_legacy_fb_format +EXPORT_SYMBOL drivers/gpu/drm/drm 0x34dabe7e drm_bridge_chain_mode_fixup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x35ff1a9b drm_mode_put_tile_group +EXPORT_SYMBOL drivers/gpu/drm/drm 0x36b3c090 drm_hdmi_avi_infoframe_from_display_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3750389d drm_gem_prime_export +EXPORT_SYMBOL drivers/gpu/drm/drm 0x37c99c7e drm_crtc_check_viewport +EXPORT_SYMBOL drivers/gpu/drm/drm 0x384878a3 drm_mode_create_hdmi_colorspace_property +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 0x39a33f65 drm_writeback_queue_job +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3a28b540 drm_mode_config_reset +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 0x3bbb2905 drm_atomic_get_crtc_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3bd9e3bd drm_atomic_nonblocking_commit +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3cdc37e9 drm_edid_to_speaker_allocation +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3d45e277 drm_mode_object_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3dab51ba drm_prime_pages_to_sg +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3e553cfc drm_add_edid_modes +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3ebea3de drm_crtc_vblank_helper_get_vblank_timestamp +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 0x3f8ce66c drm_connector_update_edid_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3fea1693 drm_gem_object_lookup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x407b2a0c drm_atomic_bridge_chain_disable +EXPORT_SYMBOL drivers/gpu/drm/drm 0x40baecf0 drm_connector_attach_privacy_screen_provider +EXPORT_SYMBOL drivers/gpu/drm/drm 0x40c47448 of_drm_get_panel_orientation +EXPORT_SYMBOL drivers/gpu/drm/drm 0x40d625fc drm_gem_lru_move_tail +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4105676b __drmm_add_action +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4193c434 drm_connector_list_iter_begin +EXPORT_SYMBOL drivers/gpu/drm/drm 0x42100818 drm_framebuffer_plane_width +EXPORT_SYMBOL drivers/gpu/drm/drm 0x427d7dc3 drm_gem_prime_handle_to_fd +EXPORT_SYMBOL drivers/gpu/drm/drm 0x42c27488 drm_panel_disable +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 0x44d132e0 drm_client_buffer_vunmap +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 0x46609dc1 drm_mode_create_tile_group +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4880a066 drm_clflush_pages +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4882fb1d drm_modeset_unlock +EXPORT_SYMBOL drivers/gpu/drm/drm 0x49248e3e drm_crtc_vblank_restore +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4a35d30d drm_mode_set_name +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4b65b9ce drm_add_modes_noedid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4b6d8521 drm_connector_list_iter_next +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4b7ebf95 drm_mm_remove_node +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4b9c4973 drm_connector_attach_colorspace_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4baa5f1b drmm_kmalloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4c6c6748 drm_gem_lru_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4cddae53 drm_get_format_info +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4e248872 drm_vblank_work_schedule +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4e2a621e drm_prime_sg_to_dma_addr_array +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4e2de17a drm_property_blob_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4e51393d drm_crtc_vblank_off +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4e724d0b drm_print_regset32 +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4f83ffe4 drm_sysfs_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4fd3eaad drm_connector_set_orientation_from_panel +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4fe01a1e drm_invalid_op +EXPORT_SYMBOL drivers/gpu/drm/drm 0x50674de7 drm_timeout_abs_to_jiffies +EXPORT_SYMBOL drivers/gpu/drm/drm 0x508d2a20 drm_connector_list_update +EXPORT_SYMBOL drivers/gpu/drm/drm 0x50b4d3bb drm_crtc_enable_color_mgmt +EXPORT_SYMBOL drivers/gpu/drm/drm 0x50bce368 drm_atomic_print_new_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0x50dbb244 drm_mode_create_tv_margin_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0x513072fe __drm_puts_seq_file +EXPORT_SYMBOL drivers/gpu/drm/drm 0x517b8d3a drm_gem_object_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0x521ad6d0 drm_puts +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5234c2b2 drm_connector_set_path_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x52625578 drm_mode_create_dp_colorspace_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x53e02a45 drm_gem_put_pages +EXPORT_SYMBOL drivers/gpu/drm/drm 0x54020837 drm_connector_init_with_ddc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x54b983a9 __drm_universal_plane_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x55d13eae drm_plane_enable_fb_damage_clips +EXPORT_SYMBOL drivers/gpu/drm/drm 0x55eb38da drm_format_info +EXPORT_SYMBOL drivers/gpu/drm/drm 0x55f047fa drm_property_replace_blob +EXPORT_SYMBOL drivers/gpu/drm/drm 0x562969c5 drm_crtc_from_index +EXPORT_SYMBOL drivers/gpu/drm/drm 0x569d9957 drm_atomic_normalize_zpos +EXPORT_SYMBOL drivers/gpu/drm/drm 0x57698a50 drm_mm_takedown +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5787a9c2 drm_gem_dmabuf_mmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x57b6efe3 drm_ioctl_flags +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5874f053 drm_universal_plane_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5886c77d drm_of_component_probe +EXPORT_SYMBOL drivers/gpu/drm/drm 0x589b09b8 drm_gem_vunmap +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 0x5a1c850b drm_aperture_remove_conflicting_framebuffers +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5c4154af drm_ioctl +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5d4eccfc drm_atomic_state_clear +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5dbffec1 drm_crtc_vblank_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5e478b9b drm_send_event_timestamp_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5e819682 drm_set_preferred_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5f23999a drm_writeback_connector_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5f7985a5 drm_mm_scan_remove_block +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5ff656ed drm_connector_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x604692c4 drm_vma_offset_manager_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x61a74c55 drm_compat_ioctl +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6282d1cb drm_gem_unmap_dma_buf +EXPORT_SYMBOL drivers/gpu/drm/drm 0x62cedbd8 drm_client_modeset_probe +EXPORT_SYMBOL drivers/gpu/drm/drm 0x630dd5d6 drm_connector_attach_max_bpc_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x641ea3f0 drm_state_dump +EXPORT_SYMBOL drivers/gpu/drm/drm 0x65702bd6 drm_default_rgb_quant_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x666712d9 drm_mode_create_suggested_offset_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0x68ad64d1 drm_crtc_send_vblank_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0x68e66d8d drm_dev_alloc +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 0x6af6fa8b drm_framebuffer_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6b796f28 drm_atomic_get_new_bridge_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6bdda245 drm_handle_vblank +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6c2d24ad drm_writeback_get_out_fence +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6c84adf9 drm_panel_enable +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6d160290 drm_client_modeset_check +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6dc9b00b drm_plane_get_damage_clips +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6e1895ac drm_gem_vm_open +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6ef1c377 drm_syncobj_replace_fence +EXPORT_SYMBOL drivers/gpu/drm/drm 0x70893ee0 drm_atomic_bridge_chain_pre_enable +EXPORT_SYMBOL drivers/gpu/drm/drm 0x724c02a6 drm_modeset_lock +EXPORT_SYMBOL drivers/gpu/drm/drm 0x74fc6fbd drm_format_info_block_width +EXPORT_SYMBOL drivers/gpu/drm/drm 0x759cd2fc drm_bridge_chain_pre_enable +EXPORT_SYMBOL drivers/gpu/drm/drm 0x76f654eb drm_mode_get_tile_group +EXPORT_SYMBOL drivers/gpu/drm/drm 0x784849a4 drm_gem_dmabuf_vunmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7894c0c9 drm_panel_unprepare +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7964434d drm_mode_duplicate +EXPORT_SYMBOL drivers/gpu/drm/drm 0x796f4347 drm_panel_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0x79c00fa2 drm_edid_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7a696e87 drm_gem_vunmap_unlocked +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7a9642dd drm_connector_set_panel_orientation +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7b85894b drm_client_rotation +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7c246801 drm_framebuffer_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7c545285 drm_edid_get_monitor_name +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7c6c20be drm_gem_unlock_reservations +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7cae152f of_drm_find_panel +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7d25dc0f of_drm_find_bridge +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7da4c944 drm_property_create_object +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7dee5434 drm_release_noglobal +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7e1dd094 drm_connector_attach_tv_margin_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7e2f604d drm_syncobj_find_fence +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 0x7ffd8832 drm_mode_object_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0x80b52cd1 drm_open +EXPORT_SYMBOL drivers/gpu/drm/drm 0x816edf1d drm_gem_free_mmap_offset +EXPORT_SYMBOL drivers/gpu/drm/drm 0x831232fb drm_connector_attach_scaling_mode_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8337ef47 drm_get_edid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8381604a drm_debugfs_remove_files +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8414f20b drm_prime_sg_to_page_array +EXPORT_SYMBOL drivers/gpu/drm/drm 0x850a5445 drm_gem_handle_delete +EXPORT_SYMBOL drivers/gpu/drm/drm 0x86cb99d6 drm_master_internal_acquire +EXPORT_SYMBOL drivers/gpu/drm/drm 0x87c3ee0e drm_property_create_enum +EXPORT_SYMBOL drivers/gpu/drm/drm 0x893a0d12 drm_crtc_init_with_planes +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8953ee89 drm_vma_offset_lookup_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8a2e7ddf drm_writeback_cleanup_job +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8a851bbf drm_bridge_chain_mode_valid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8bb9fa2c __drm_dev_dbg +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8bc82971 drm_mode_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8c35d2cf drm_mode_is_420 +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8cbe9d48 drm_atomic_state_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8ceba131 drm_mode_parse_command_line_for_connector +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8d281e8a drm_client_framebuffer_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8d526b96 drm_connector_attach_hdr_output_metadata_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8d72789e drm_edid_is_valid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8de1d88b drm_property_create_signed_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8df14bf7 drm_vblank_work_flush +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8e3d193c drm_bridge_attach +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8e483c91 drm_writeback_connector_init_with_encoder +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8eff9b0e drm_dev_unplug +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8f1f096b drm_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8f5a5e37 drm_crtc_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8f62f7f7 drm_any_plane_has_format +EXPORT_SYMBOL drivers/gpu/drm/drm 0x90a08c73 drm_warn_on_modeset_not_all_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9186746a drm_syncobj_add_point +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9223f88b __drmm_crtc_alloc_with_planes +EXPORT_SYMBOL drivers/gpu/drm/drm 0x930ba29c drm_client_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x932a8bd6 drm_connector_set_tile_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9345ba7d drm_dev_set_unique +EXPORT_SYMBOL drivers/gpu/drm/drm 0x94242c1d drm_property_blob_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9432cd41 drm_syncobj_get_handle +EXPORT_SYMBOL drivers/gpu/drm/drm 0x94ed24ab drm_property_add_enum +EXPORT_SYMBOL drivers/gpu/drm/drm 0x94fa7fba drm_connector_set_panel_orientation_with_quirk +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9565a2f3 drm_master_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0x96353294 drmm_crtc_init_with_planes +EXPORT_SYMBOL drivers/gpu/drm/drm 0x978d9e97 drm_modeset_drop_locks +EXPORT_SYMBOL drivers/gpu/drm/drm 0x98055b0c drm_cvt_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9824eb73 drm_object_property_set_value +EXPORT_SYMBOL drivers/gpu/drm/drm 0x982d09b3 drm_format_info_block_height +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9912e9dd drmm_encoder_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x995f9e5c drm_atomic_bridge_chain_check +EXPORT_SYMBOL drivers/gpu/drm/drm 0x99d3a34c drm_av_sync_delay +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9b285573 drm_match_cea_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9b47a9ac drm_hdmi_avi_infoframe_quant_range +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 0x9ba62ea1 drm_gem_dma_resv_wait +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9be30183 drm_dev_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9c255802 drm_mode_plane_set_obj_prop +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9ce050be drm_mode_copy +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9d516d20 drm_panel_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9dd6e318 drm_atomic_bridge_chain_enable +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9f7fbed2 drm_mode_is_420_also +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9fa140e4 drm_prime_gem_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa00a4458 drm_crtc_wait_one_vblank +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa05b8884 drm_writeback_prepare_job +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa1370e96 drm_atomic_add_affected_planes +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa1a3cdc4 drm_connector_set_vrr_capable_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa248afde drm_detect_monitor_audio +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa30e24c8 drm_gem_lru_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa38c4c94 drm_memcpy_from_wc +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa38c591f drm_gem_map_attach +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa3bdcdcf drm_atomic_get_new_connector_for_encoder +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa41b8a16 drm_edid_read +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa4952a93 drm_atomic_get_old_connector_for_encoder +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa6b20e64 drm_mode_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa898d8d6 drm_connector_attach_content_type_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa8d315c9 drm_plane_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa8f98d34 drm_gtf_mode_complex +EXPORT_SYMBOL drivers/gpu/drm/drm 0xaa2427f2 drm_mode_prune_invalid +EXPORT_SYMBOL drivers/gpu/drm/drm 0xaa2f53d6 drm_modeset_lock_single_interruptible +EXPORT_SYMBOL drivers/gpu/drm/drm 0xaa3387d3 drm_client_dev_hotplug +EXPORT_SYMBOL drivers/gpu/drm/drm 0xaabcd5f4 drm_plane_create_zpos_immutable_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xaac76093 drm_crtc_vblank_on +EXPORT_SYMBOL drivers/gpu/drm/drm 0xac87d51e devm_aperture_acquire_from_firmware +EXPORT_SYMBOL drivers/gpu/drm/drm 0xace55258 drm_connector_has_possible_encoder +EXPORT_SYMBOL drivers/gpu/drm/drm 0xad0de890 drm_gem_mmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0xad4e902b drm_color_ctm_s31_32_to_qm_n +EXPORT_SYMBOL drivers/gpu/drm/drm 0xad53f65b drm_poll +EXPORT_SYMBOL drivers/gpu/drm/drm 0xae277372 __drm_crtc_commit_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0xae38b471 drm_object_property_get_default_value +EXPORT_SYMBOL drivers/gpu/drm/drm 0xaedeb757 drmm_mode_config_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb11ac7a7 __drm_err +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb12c9836 drm_debugfs_create_files +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb12ead79 __drmm_encoder_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb159a875 __drmm_add_action_or_reset +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb1df0480 drm_atomic_get_old_bridge_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb212dc3e drm_edid_dup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb35f64e7 drm_encoder_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb3750192 drm_edid_valid +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb3e64848 drm_event_reserve_init_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb4032484 drm_mm_insert_node_in_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb43802a7 drm_encoder_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb4d73389 drm_sysfs_connector_status_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb505ddce drm_property_replace_global_blob +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb6127243 drm_need_swiotlb +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb67b1f4a drm_modeset_lock_all +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb7d8f6e6 drm_dev_printk +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb9cad492 __drm_atomic_state_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb9ed43ac drm_panel_get_modes +EXPORT_SYMBOL drivers/gpu/drm/drm 0xba4a3914 __drmm_mutex_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbafeb1ce drm_master_internal_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbbfefe61 drm_atomic_set_mode_prop_for_crtc +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbc9774b4 drm_mode_create_aspect_ratio_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbce7b167 drm_vma_offset_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbdac567a drm_display_info_set_bus_formats +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbf0e5155 drm_gem_object_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbfcb1058 drm_gem_vm_close +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc0380e20 drm_connector_register +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc0e80246 drm_mode_object_find +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc1969f9c drm_atomic_get_connector_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc1e5dd4f drm_crtc_vblank_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc2b25147 drm_property_lookup_blob +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc3230c32 drm_mode_find_dmt +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc335781f drm_plane_create_scaling_filter_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc47d76df drm_atomic_get_bridge_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc4d4b072 drm_modeset_backoff +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc840c474 drm_connector_attach_encoder +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcaf4fb35 drm_connector_attach_dp_subconnector_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcb24d95c drm_syncobj_find +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcb48c159 drm_connector_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcb94b6ad drm_plane_create_blend_mode_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcba78b4f drm_gem_private_object_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcbc01a05 drm_atomic_state_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcc0318e5 drm_put_dev +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcc417f20 drmm_connector_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcc46c354 drm_client_modeset_dpms +EXPORT_SYMBOL drivers/gpu/drm/drm 0xccbca6f3 drm_calc_timestamping_constants +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcdb99cc9 drm_mode_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcdc2acc5 drm_color_lut_check +EXPORT_SYMBOL drivers/gpu/drm/drm 0xced65a89 drm_atomic_state_default_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcf26ccad drm_edid_get_panel_id +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcfab39bc drm_crtc_arm_vblank_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd0673ffa drm_atomic_set_fb_for_plane +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd0aa2226 drm_atomic_set_crtc_for_connector +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd0fcb9f2 drm_connector_update_privacy_screen +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd13f9985 drm_edid_block_valid +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd3cf4e6d drm_bridge_chain_mode_set +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd41f2580 drm_bridge_chain_post_disable +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd476664c drm_plane_create_rotation_property +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 0xd6e2879f drm_event_cancel_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd7a9cf42 drm_mode_validate_size +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd7cfca6e drm_gem_create_mmap_offset_size +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd7fd3b3b drm_gem_dmabuf_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd8de38a5 drm_mode_create_scaling_mode_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd9ff1050 drm_dev_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdabf5e25 drm_master_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdad9c8b1 drm_prime_get_contiguous_size +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdbd54e3b drm_read +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdc5e17c9 drm_client_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdcf677e3 drm_mode_create_content_type_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdcfc159a drm_hdmi_vendor_infoframe_from_display_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdd34d774 drm_edid_override_connector_update +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdda0a448 drm_is_current_master +EXPORT_SYMBOL drivers/gpu/drm/drm 0xded7038f drm_mode_validate_driver +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdef18b6e drm_atomic_commit +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdf33a285 drm_crtc_set_max_vblank_count +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 0xe0a013a0 drm_connector_unregister +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe250ed03 drm_display_mode_from_cea_vic +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe317082a __drm_printfn_info +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe51d75f2 drm_atomic_get_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe633a4cd drm_format_info_bpp +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe69105f8 drm_atomic_bridge_chain_post_disable +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe7c7e6ac devm_drm_bridge_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe8828d2d drm_wait_one_vblank +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe8a034df drm_dev_exit +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe8d3909c drm_gem_dmabuf_export +EXPORT_SYMBOL drivers/gpu/drm/drm 0xea00fe81 __drm_printfn_coredump +EXPORT_SYMBOL drivers/gpu/drm/drm 0xea1088f5 drm_property_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0xea1c90b6 drm_event_reserve_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xeafd2247 drm_of_crtc_port_mask +EXPORT_SYMBOL drivers/gpu/drm/drm 0xeb2e7c12 drm_property_create_bitmask +EXPORT_SYMBOL drivers/gpu/drm/drm 0xeb9b43a1 drm_writeback_signal_completion +EXPORT_SYMBOL drivers/gpu/drm/drm 0xed1382ae drm_property_create_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0xed86d6b3 drm_sysfs_connector_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0xed992895 drm_connector_create_privacy_screen_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0xef68ec23 drm_panel_of_backlight +EXPORT_SYMBOL drivers/gpu/drm/drm 0xef84a70d drm_atomic_get_private_obj_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0xefe33698 drm_plane_get_damage_clips_count +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf0188049 drm_gem_lock_reservations +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf01d237f drm_framebuffer_plane_height +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf022124e drm_gem_prime_import_dev +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf03f7a4f drm_crtc_vblank_count +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf0517d7a drm_mm_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf061cbff drm_plane_create_zpos_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf0b8e42c drm_mode_probed_add +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 0xf2bcfe26 drmm_kfree +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf2de4e27 drm_of_find_possible_crtcs +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf32a8335 drm_atomic_add_affected_connectors +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf3310ea6 drm_panel_prepare +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf406e46a drm_get_connector_type_name +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf485986d drm_vma_node_allow_once +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf487b7db drm_crtc_accurate_vblank_count +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf5e529ee drm_gem_prime_import +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf64b7855 drm_mode_validate_ycbcr420 +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf6fb2561 drm_client_modeset_commit_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf824c7db __drm_printfn_debug +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf89abfa5 drm_crtc_commit_wait +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfa1ed435 drm_gem_mmap_obj +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfab33255 drm_mode_set_config_internal +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfab6f86c drm_connector_list_iter_end +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfbbc047b drm_atomic_set_mode_for_crtc +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfbc9937f drm_syncobj_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfbd5a310 drm_framebuffer_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfc393119 drm_modeset_acquire_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfc41ea3b drm_plane_from_index +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfc75bf71 drm_gem_map_dma_buf +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfcd4a11e drm_modeset_lock_all_ctx +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfe4144a4 drm_ioctl_kernel +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfeb953b1 __drm_printfn_seq_file +EXPORT_SYMBOL drivers/gpu/drm/drm 0xff184e10 drm_send_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0xff9aec74 drm_property_create_blob +EXPORT_SYMBOL drivers/gpu/drm/drm 0xffe1b8ac drm_property_destroy +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 0x2313eb35 drm_gem_dma_print_info +EXPORT_SYMBOL drivers/gpu/drm/drm_dma_helper 0xc7b8f814 drm_gem_dma_prime_import_sg_table_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x019681fc drm_connector_helper_get_modes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x028cbe23 drm_atomic_helper_connector_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x047b6319 drm_helper_resume_force_mode +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x074cbdec drm_atomic_helper_connector_destroy_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x078d27ce drm_fb_helper_initial_config +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x0f3bd858 drm_atomic_helper_plane_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x104afc8c __drm_gem_reset_shadow_plane +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x10ce1fa8 drm_i2c_encoder_mode_fixup +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x11dc0b09 drm_fb_helper_blank +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x136488c0 drm_fb_helper_set_suspend_unlocked +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x14ebce00 drm_crtc_helper_atomic_check +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x1547b88c drm_helper_crtc_in_use +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x190393fd drm_fb_helper_set_par +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x1b3aa9ba drm_fb_xrgb8888_to_mono +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x1b76d167 drm_fb_helper_ioctl +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x1db58170 drm_atomic_helper_calc_timestamping_constants +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x1dbab024 drm_plane_helper_disable_primary +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x1e021c43 drm_self_refresh_helper_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x1fb2263d drm_self_refresh_helper_update_avg_times +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x217124a0 drm_atomic_helper_swap_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x22e768ac drm_simple_display_pipe_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x264628e5 drm_fb_blit +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2735e71a drm_crtc_helper_set_config +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x274f1f32 drm_atomic_helper_commit_hw_done +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2768c958 drm_plane_helper_update_primary +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x28462c22 drm_i2c_encoder_restore +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2acadfa5 drm_fb_helper_deferred_io +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2b005b57 drm_crtc_helper_set_mode +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2d50570f drm_rect_calc_hscale +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2d8454cd drm_atomic_helper_update_plane +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x31b0db5a __drm_atomic_helper_private_obj_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x33de57c1 __drm_atomic_helper_plane_state_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3566f703 drm_helper_disable_unused_functions +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3716e8b5 __drm_atomic_helper_bridge_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x379250e7 drm_flip_work_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3befaefb drm_atomic_helper_damage_merged +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3c7a36d3 drm_crtc_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3c8d01a8 drm_fb_helper_debug_leave +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3dbe9cfa drm_atomic_helper_bridge_destroy_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3e404001 drm_atomic_helper_check_plane_damage +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3fb2ce0d drm_atomic_helper_wait_for_vblanks +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x40eb0ff0 drm_fb_helper_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x421016c0 drm_atomic_helper_check_planes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4243fdee drm_panel_bridge_add_typed +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4370d5f2 drm_flip_work_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x45907ea0 drm_atomic_helper_disable_plane +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x47e5fd0e drm_atomic_helper_commit_modeset_enables +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x48bf5536 drm_kms_helper_connector_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4a39de60 __drm_atomic_helper_crtc_state_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4c210b24 drm_gem_fb_end_cpu_access +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4d7dfe53 drm_atomic_helper_wait_for_fences +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4e3b49de drm_connector_helper_get_modes_from_ddc +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4ede375e drm_atomic_helper_commit_duplicated_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x50c1507e drm_fb_helper_cfb_copyarea +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x51ccbc69 drm_mode_config_helper_suspend +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5260e201 drm_atomic_helper_prepare_planes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5292323e drm_gem_end_shadow_fb_access +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x52e82dc5 drm_atomic_helper_wait_for_dependencies +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x55020cf2 drm_fb_xrgb8888_to_rgb565 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x550cff79 drm_gem_simple_kms_destroy_shadow_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x55392806 drm_fb_helper_sys_fillrect +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5835f749 drm_i2c_encoder_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x59c1ee71 drm_atomic_helper_commit_tail_rpm +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5a4734d1 drm_kms_helper_is_poll_worker +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5ac1dabf drm_atomic_helper_commit_tail +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5b35e9e7 drm_helper_mode_fill_fb_struct +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5cf0d6ff drm_fb_helper_alloc_info +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5d24ba85 drm_helper_hpd_irq_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5e440aba drm_fb_helper_cfb_write +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5f006183 __drm_atomic_helper_connector_destroy_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x611631e5 drm_atomic_helper_check_wb_encoder_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x649b7f24 drm_gem_simple_kms_duplicate_shadow_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6741322d drm_gem_simple_kms_end_shadow_fb_access +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x67b84bd4 drm_i2c_encoder_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x68632995 drmm_panel_bridge_add +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x68d79e04 drm_fb_build_fourcc_list +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x68f369d3 drm_simple_encoder_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6b5c2b06 drm_atomic_helper_damage_iter_next +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6b72d57a drm_atomic_helper_connector_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6cd67f41 drm_atomic_helper_commit_planes_on_crtc +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6e30ba8e drm_rect_rotate_inv +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6e33ab79 drm_i2c_encoder_dpms +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6fa7ccca drm_simple_display_pipe_attach_bridge +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x714f1359 drm_atomic_helper_disable_planes_on_crtc +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x745d0822 drm_gem_duplicate_shadow_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x74ab67e5 drm_gem_simple_kms_reset_shadow_plane +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x77057da2 __drm_atomic_helper_crtc_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x77579687 drm_i2c_encoder_save +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7d1db60a devm_drm_panel_bridge_add +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7df58f5a __drm_atomic_helper_crtc_destroy_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7e6a09d5 drm_panel_bridge_connector +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7f2b665c drm_gem_begin_shadow_fb_access +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7f468a3a drm_atomic_helper_async_check +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7f960e14 drm_i2c_encoder_prepare +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x80db36d0 drm_helper_connector_dpms +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x82add332 drm_gem_fb_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8377087b drm_fb_helper_lastclose +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x84c36e31 drm_atomic_helper_bridge_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x84f13381 drm_atomic_helper_check_crtc_primary_plane +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x85f45260 drm_fb_xrgb8888_to_rgb332 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x871ab41a drm_rect_intersect +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x872db936 drm_atomic_helper_commit_planes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8745301c drm_i2c_encoder_mode_set +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8a8180df __drm_atomic_helper_connector_state_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8ab56f0d drm_atomic_helper_wait_for_flip_done +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8b1112b1 drm_i2c_encoder_commit +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8c28a977 drm_gem_reset_shadow_plane +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8cb5715e drm_atomic_helper_suspend +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8e96b0fd drm_self_refresh_helper_alter_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x91fec1cc drm_rect_calc_vscale +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x933ae9f4 drmm_of_get_bridge +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x937787c1 drm_flip_work_queue_task +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x946716ce drm_fb_memcpy +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x99fd20aa drm_rect_clip_scaled +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9bd5e91f drm_kms_helper_poll_disable +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9ca2a302 drm_panel_bridge_remove +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9da7d0b6 drm_fbdev_generic_setup +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9e25da26 drm_i2c_encoder_detect +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9ee16759 drm_helper_move_panel_connectors_to_head +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa00f1f9e drm_bridge_is_panel +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa23373c1 drm_atomic_helper_page_flip_target +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa38f5a21 drm_fb_helper_output_poll_changed +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa4568b91 drm_kms_helper_poll_fini +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa4b0e16d drm_fb_helper_restore_fbdev_mode_unlocked +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa55ddcfc drm_atomic_helper_dirtyfb +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa8731962 drm_atomic_helper_check_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa93e8278 drm_gem_fb_begin_cpu_access +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xaa2d4e96 drm_fb_helper_check_var +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xaa411f14 drm_fb_helper_cfb_read +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xaa4c4a84 drm_panel_bridge_add +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xab4b6140 drm_atomic_helper_fake_vblank +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xab5dd156 drm_helper_force_disable_all +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xad3ad04e drm_atomic_helper_set_config +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xaf82bf97 drm_atomic_helper_page_flip +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xaf853bd0 drm_fb_helper_fini +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xafb2877b __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 0xb10ef6ac drm_fb_helper_pan_display +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb189cae7 drm_atomic_helper_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb251dad9 drm_fb_helper_set_suspend +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb26f2010 drm_gem_destroy_shadow_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb2d3f85e drm_atomic_helper_plane_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb387c752 drm_flip_work_queue +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb3b9c903 drm_panel_bridge_set_orientation +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb562fa0c drm_fb_swab +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb56950d2 __drm_atomic_helper_plane_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb571669b __drm_atomic_helper_plane_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb5c7199b drm_atomic_helper_setup_commit +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb6a6b711 drm_fb_clip_offset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb92dfe8b drm_atomic_helper_update_legacy_modeset_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb98dfc04 drm_plane_helper_atomic_check +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xba67d5a4 drm_atomic_helper_connector_tv_margins_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xbd8bec33 drm_atomic_helper_plane_destroy_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xbe180da8 drm_atomic_helper_resume +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xbec5f059 drm_atomic_helper_damage_iter_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xbfe651b4 drm_gem_fb_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc049d235 drm_fb_xrgb8888_to_xrgb2101010 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc1b5e685 drm_atomic_helper_crtc_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc1e3e3d2 drm_atomic_helper_async_commit +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc44ff256 drm_fb_helper_sys_imageblit +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc6076a44 drm_atomic_helper_crtc_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc8376910 drm_helper_probe_detect +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc9fc396e __drm_atomic_helper_plane_destroy_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xca9364c5 drm_gem_simple_display_pipe_prepare_fb +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xcac22eb9 drm_atomic_helper_commit_modeset_disables +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xcb2340b8 drm_rect_debug_print +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xcc78477f drm_kms_helper_poll_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xccbcc289 drm_atomic_helper_disable_all +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xcf11a549 drm_flip_work_allocate_task +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd10482c4 drm_fb_helper_sys_write +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd2919d19 drm_self_refresh_helper_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd731fc73 drm_crtc_helper_mode_valid_fixed +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd902dd47 drm_atomic_helper_check_modeset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd923835b drm_atomic_helper_bridge_propagate_bus_fmt +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd98e4be1 drm_atomic_helper_cleanup_planes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xda5d81aa drm_gem_fb_create_handle +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xdabb786e drm_gem_fb_vunmap +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xdb3b7520 drm_atomic_helper_commit_cleanup_done +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xdb4cbafa drm_fb_helper_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xdbf6e8f6 drm_atomic_helper_check +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xdd0a2c9c drm_flip_work_commit +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xdd278d56 __drm_atomic_helper_connector_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe03bf01d drm_fb_helper_setcmap +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe04ef804 drm_kms_helper_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe0ba98a2 drm_helper_probe_single_connector_modes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe2879238 drm_mode_config_helper_resume +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe318e096 drm_connector_helper_hpd_irq_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe3548bb4 drm_fb_helper_sys_read +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe38123e8 drm_fb_helper_fill_info +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe4465ac4 __drm_atomic_helper_bridge_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe48d870d __drmm_simple_encoder_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe80b6907 drm_atomic_helper_bridge_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe871a7ed drm_fb_helper_prepare +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe9285cdd drm_fb_xrgb8888_to_rgb888 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe96d0d81 drm_fb_helper_sys_copyarea +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xeb6c9d62 drm_plane_helper_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xeba9cb68 drm_fb_xrgb8888_to_gray8 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xebfb1ba4 devm_drm_of_get_bridge +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xec9575f9 drm_fb_helper_cfb_fillrect +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xed90e435 drm_helper_encoder_in_use +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf3c7a6e6 __drm_gem_duplicate_shadow_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf3f00b24 drm_connector_helper_get_modes_fixed +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf3f0c8a8 __drm_atomic_helper_crtc_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf49cf5a1 drm_kms_helper_poll_enable +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf6aaa8f4 devm_drm_panel_bridge_add_typed +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf77b0ea7 drm_fb_helper_cfb_imageblit +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf7d51ebd __drm_gem_destroy_shadow_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf80e2dbc drm_gem_simple_kms_begin_shadow_fb_access +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf924f102 drm_atomic_helper_shutdown +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xfc3527a4 drm_atomic_helper_commit +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xfe81a195 drm_fb_helper_debug_enter +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xfeb9f593 drm_atomic_helper_crtc_destroy_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xfebd64a1 drm_fb_helper_unregister_info +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x11747df5 mipi_dbi_poweron_conditional_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x1906ee1d mipi_dbi_display_is_on +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x24bb76b8 mipi_dbi_pipe_update +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x2f61c6f8 mipi_dbi_buf_copy +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x5a2a8de3 mipi_dbi_command_read +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x5a633e23 mipi_dbi_enable_flush +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x7627e961 mipi_dbi_command_stackbuf +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x7c106fdb mipi_dbi_dev_init +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x8fe12751 mipi_dbi_pipe_mode_valid +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xb3038bc8 mipi_dbi_command_buf +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xb7d2ba4f mipi_dbi_dev_init_with_formats +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xbe6b85a4 mipi_dbi_pipe_disable +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xc7649d78 mipi_dbi_debugfs_init +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xcb9701ee mipi_dbi_spi_init +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xdf112b59 mipi_dbi_hw_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xec53634c mipi_dbi_spi_cmd_max_speed +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xf5b9e54c mipi_dbi_poweron_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xfb114a05 mipi_dbi_spi_transfer +EXPORT_SYMBOL drivers/gpu/drm/drm_panel_orientation_quirks 0x2e439142 drm_get_panel_orientation_quirk +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0x16c88d46 drm_gem_shmem_purge_locked +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0x260cebc4 drm_gem_shmem_get_pages +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0x69df3f71 drm_gem_shmem_vunmap +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0x72809f8a drm_gem_shmem_put_pages +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0x97efa460 drm_gem_shmem_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0x9f0500ac drm_gem_shmem_madvise +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0xa7d17e32 drm_gem_shmem_pin +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0xe5c35c35 drm_gem_shmem_purge +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0xe63d9fc3 drm_gem_shmem_print_info +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0xfe9427b1 drm_gem_shmem_unpin +EXPORT_SYMBOL drivers/gpu/drm/drm_ttm_helper 0x5bcff705 drm_gem_ttm_dumb_map_offset +EXPORT_SYMBOL drivers/gpu/drm/drm_ttm_helper 0x794840f3 drm_gem_ttm_print_info +EXPORT_SYMBOL drivers/gpu/drm/drm_ttm_helper 0x85a17be4 drm_gem_ttm_vunmap +EXPORT_SYMBOL drivers/gpu/drm/drm_ttm_helper 0x8fcacea1 drm_gem_ttm_mmap +EXPORT_SYMBOL drivers/gpu/drm/drm_ttm_helper 0xf8990f39 drm_gem_ttm_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x1966eac5 drm_gem_vram_fill_create_dumb +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x1cd0dd68 drmm_vram_helper_init +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x2482cbe0 drm_gem_vram_driver_dumb_create +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x273d49a8 drm_gem_vram_plane_helper_cleanup_fb +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x3ed9cd4e drm_gem_vram_simple_display_pipe_prepare_fb +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x3f12cefc drm_vram_helper_mode_valid +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x4301f279 drm_gem_vram_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x55238acf drm_gem_vram_create +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x84aa07f9 drm_gem_vram_simple_display_pipe_cleanup_fb +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x878b813d drm_gem_vram_unpin +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0xa1175340 drm_gem_vram_offset +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0xa6092f9c drm_gem_vram_put +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0xc85f0271 drm_gem_vram_vunmap +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0xdb36d1dd drm_vram_mm_debugfs_init +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0xf4865c38 drm_gem_vram_pin +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0xfb636e14 drm_gem_vram_plane_helper_prepare_fb +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x01698a47 drm_sched_entity_destroy +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x1d2a20f5 drm_sched_entity_push_job +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x2727cdaf drm_sched_job_cleanup +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x27a0d489 drm_sched_job_add_implicit_dependencies +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x28470bdd drm_sched_job_add_dependency +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x35ece388 drm_sched_init +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x41aa3a0b drm_sched_fault +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x41ff73f5 drm_sched_entity_modify_sched +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x580310d1 to_drm_sched_fence +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x5add7da6 drm_sched_entity_init +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x5cb87ba6 drm_sched_fini +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x5d393874 drm_sched_pick_best +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x7d512ea0 drm_sched_resubmit_jobs +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x7efccf5d drm_sched_entity_flush +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x849d844f drm_sched_entity_fini +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x865d725c drm_sched_stop +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x913a2d58 drm_sched_entity_set_priority +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x9ecf94b1 drm_sched_job_init +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xc2182a22 drm_sched_start +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xd0d50e23 drm_sched_resume_timeout +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xd6b09ea1 drm_sched_suspend_timeout +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xd903b532 drm_sched_job_arm +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xe4c78dbe drm_sched_job_add_resv_dependencies +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xe72e09b4 drm_sched_increase_karma +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x01c6f58e ttm_eu_fence_buffer_objects +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x056d8e20 ttm_agp_destroy +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x06b0c3cf ttm_bo_vm_fault +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x093fe128 ttm_bo_wait +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x0bf3758c ttm_bo_mmap_obj +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x0e26bf5d ttm_lru_bulk_move_tail +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x10b8d28c ttm_resource_manager_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x15d7efa0 ttm_bo_move_memcpy +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x16805a1b ttm_range_man_init_nocheck +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x196f7fe5 ttm_eu_reserve_buffers +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x19b5f837 ttm_device_swapout +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x1a71d30c ttm_move_memcpy +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x1dc8e8e5 ttm_bo_move_to_lru_tail +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x21d27ad0 ttm_bo_move_accel_cleanup +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x23522584 ttm_bo_vm_dummy_page +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x2bfb32da ttm_resource_free +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x2c2f5744 ttm_resource_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x2ec4ecec ttm_pool_alloc +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x3deb7411 ttm_resource_fini +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x3e29ef29 ttm_glob +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x3ebd7433 ttm_io_prot +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x40c76868 ttm_bo_lock_delayed_workqueue +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x481d2e33 ttm_bo_put +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x4b4c5283 ttm_bo_init_reserved +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x4dbe18f1 ttm_agp_unbind +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x4e1f6a9c ttm_bo_move_sync_cleanup +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x53d1841d ttm_tt_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x5bde9828 ttm_bo_kunmap +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x5c50006f ttm_bo_mem_space +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x64b0dddb ttm_bo_kmap +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x6c88a9c6 ttm_lru_bulk_move_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x6f57a1bd ttm_bo_init_validate +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x72dd19ec ttm_bo_vm_reserve +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x7cc501c0 ttm_tt_populate +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x83dc6aaf ttm_eu_backoff_reservation +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x84bc48d9 ttm_bo_set_bulk_move +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x8578e976 ttm_bo_unpin +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x93420524 ttm_bo_unmap_virtual +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xa066ec63 ttm_agp_tt_create +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xa8f6c238 ttm_kmap_iter_tt_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xa8fb2c40 ttm_bo_vm_close +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xaa836236 ttm_device_fini +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xac1840cd ttm_agp_bind +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xae5e25a8 ttm_bo_pin +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xaea1612f ttm_bo_eviction_valuable +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xb53938dd ttm_agp_is_bound +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xba5b937c ttm_bo_vm_open +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xbccacc50 ttm_resource_compat +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xbd6a6e14 ttm_bo_validate +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xc02da37d ttm_resource_manager_evict_all +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xc2470806 ttm_sg_tt_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xc352056a ttm_pool_debugfs +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xc4927c01 ttm_tt_fini +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xc8b6120f ttm_bo_vunmap +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xc8bd8b4c ttm_device_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xcea9dc00 ttm_global_swapout +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xcf93f82a ttm_resource_manager_debug +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xda32a229 ttm_range_man_fini_nocheck +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xda3c2209 ttm_bo_vmap +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xdb20c2d0 ttm_bo_vm_fault_reserved +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xe0930001 ttm_kmap_iter_iomap_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xe276a22a ttm_bo_unlock_delayed_workqueue +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xe790e99b ttm_pool_free +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xe8ea73e6 ttm_bo_vm_access +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xef25b029 ttm_resource_manager_create_debugfs +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xf57a927f ttm_resource_manager_usage +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xfd773972 ttm_device_clear_dma_mappings +EXPORT_SYMBOL drivers/hid/hid 0x1951ce4f hid_bus_type +EXPORT_SYMBOL drivers/hwmon/adt7x10 0x877abfeb 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 0x57a81367 ltc2947_pm_ops +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-bit 0x763e9b4d i2c_bit_add_numbered_bus +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-bit 0xaaf70035 i2c_bit_algo +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-bit 0xec3bcabe i2c_bit_add_bus +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-pca 0x7c1e18b8 i2c_pca_add_bus +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-pca 0xc1ff93de i2c_pca_add_numbered_bus +EXPORT_SYMBOL drivers/i2c/busses/i2c-amd756 0x8671b3bf 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 0x4946f3c6 iio_triggered_buffer_setup_ext +EXPORT_SYMBOL drivers/iio/buffer/industrialio-triggered-buffer 0xd1001024 iio_triggered_buffer_cleanup +EXPORT_SYMBOL drivers/iio/buffer/kfifo_buf 0x22b05614 iio_kfifo_allocate +EXPORT_SYMBOL drivers/iio/buffer/kfifo_buf 0xd7056ed4 iio_kfifo_free +EXPORT_SYMBOL drivers/iio/imu/fxos8700_core 0xd4026cba fxos8700_regmap_config +EXPORT_SYMBOL drivers/iio/industrialio 0x019abee9 iio_trigger_unregister +EXPORT_SYMBOL drivers/iio/industrialio 0x08af7b03 iio_device_free +EXPORT_SYMBOL drivers/iio/industrialio 0x08b90556 iio_trigger_validate_own_device +EXPORT_SYMBOL drivers/iio/industrialio 0x144e88db iio_push_event +EXPORT_SYMBOL drivers/iio/industrialio 0x22b8c551 iio_device_unregister +EXPORT_SYMBOL drivers/iio/industrialio 0x294a3aa7 iio_device_set_clock +EXPORT_SYMBOL drivers/iio/industrialio 0x2a1db0de iio_trigger_notify_done +EXPORT_SYMBOL drivers/iio/industrialio 0x2a5a2901 iio_trigger_poll_chained +EXPORT_SYMBOL drivers/iio/industrialio 0x2d6bcdcb iio_trigger_generic_data_rdy_poll +EXPORT_SYMBOL drivers/iio/industrialio 0x369ad281 iio_trigger_set_immutable +EXPORT_SYMBOL drivers/iio/industrialio 0x406789e7 iio_buffer_init +EXPORT_SYMBOL drivers/iio/industrialio 0x431ed6b0 iio_device_get_clock +EXPORT_SYMBOL drivers/iio/industrialio 0x4c54dc70 __iio_device_register +EXPORT_SYMBOL drivers/iio/industrialio 0x517e52f9 iio_get_time_ns +EXPORT_SYMBOL drivers/iio/industrialio 0x688e0eaf iio_device_alloc +EXPORT_SYMBOL drivers/iio/industrialio 0x7a08b318 iio_read_mount_matrix +EXPORT_SYMBOL drivers/iio/industrialio 0x85af19bb iio_read_const_attr +EXPORT_SYMBOL drivers/iio/industrialio 0x85fecd32 __iio_trigger_alloc +EXPORT_SYMBOL drivers/iio/industrialio 0x8617bfcb iio_trigger_register +EXPORT_SYMBOL drivers/iio/industrialio 0xcb0a5d29 iio_bus_type +EXPORT_SYMBOL drivers/iio/industrialio 0xcde08b2f iio_trigger_poll +EXPORT_SYMBOL drivers/iio/industrialio 0xdf76bbeb iio_pollfunc_store_time +EXPORT_SYMBOL drivers/iio/industrialio 0xe3bc3dc2 iio_trigger_using_own +EXPORT_SYMBOL drivers/iio/industrialio 0xfc556fa6 iio_trigger_free +EXPORT_SYMBOL drivers/iio/industrialio-configfs 0xaf97c003 iio_configfs_subsys +EXPORT_SYMBOL drivers/iio/industrialio-sw-device 0x1246f092 iio_register_sw_device_type +EXPORT_SYMBOL drivers/iio/industrialio-sw-device 0x2a6bcf4b iio_sw_device_create +EXPORT_SYMBOL drivers/iio/industrialio-sw-device 0xbcfccdd3 iio_sw_device_destroy +EXPORT_SYMBOL drivers/iio/industrialio-sw-device 0xd048cee3 iio_unregister_sw_device_type +EXPORT_SYMBOL drivers/iio/industrialio-sw-trigger 0x35b3ab68 iio_register_sw_trigger_type +EXPORT_SYMBOL drivers/iio/industrialio-sw-trigger 0x4365a32f iio_sw_trigger_create +EXPORT_SYMBOL drivers/iio/industrialio-sw-trigger 0xc81422e6 iio_sw_trigger_destroy +EXPORT_SYMBOL drivers/iio/industrialio-sw-trigger 0xcfcba5f7 iio_unregister_sw_trigger_type +EXPORT_SYMBOL drivers/iio/industrialio-triggered-event 0xab82dcd1 iio_triggered_event_cleanup +EXPORT_SYMBOL drivers/iio/industrialio-triggered-event 0xbd76867b iio_triggered_event_setup +EXPORT_SYMBOL drivers/iio/pressure/bmp280 0xd9b8963a bmp280_dev_pm_ops +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x18723b37 ib_cm_listen +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x36d3602c ib_send_cm_req +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x4dba2f36 ib_cm_insert_listen +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x5a592bb9 ib_create_cm_id +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x69824a14 ibcm_reject_msg +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x8fb3166a ib_send_cm_dreq +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x9031671e ib_send_cm_mra +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xa602b287 ib_send_cm_drep +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xa673dfee ib_send_cm_rej +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xaeed12d3 ib_send_cm_rep +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xb4a33a9a ib_cm_init_qp_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xc23f8424 ib_send_cm_sidr_req +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xd5128caf ib_send_cm_rtu +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xe5238760 ib_destroy_cm_id +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xf04c7954 ib_cm_notify +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xfbc0439d ib_send_cm_sidr_rep +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x00cd25ea ib_get_rdma_header_version +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x00cfb448 rdma_roce_rescan_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x016ca8b6 rdma_rw_ctx_signature_init +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x05a3de8a rdma_find_gid_by_port +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x06737bae rdma_replace_ah_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x06b3e69e rdma_restrack_parent_name +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x08885de8 ib_map_mr_sg_pi +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x092811a8 ibdev_alert +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0a0264a7 ibdev_info +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0a28bdef rdma_alloc_hw_stats_struct +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0aea7aa6 rdma_resolve_ip +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0b83bc79 ibdev_notice +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0cc75424 rdma_destroy_ah_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0d983704 ib_dma_virt_map_sg +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0fcae59c rdma_nl_stat_hwcounter_entry +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x11d57489 ib_drain_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x128dba05 ib_detach_mcast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1463dad3 ib_free_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x16d366f8 rdma_read_gid_l2_fields +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x191502f1 rdma_hold_gid_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1938f1f6 ib_sa_join_multicast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x19e7490f __rdma_block_iter_next +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1a7abc2a ib_create_srq_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1bd277e3 ib_modify_srq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1dd7b3f1 rdma_link_unregister +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1efc3a43 ib_get_vf_guid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1ff97ef7 rdma_link_register +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x20bb143f ib_cq_pool_get +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x217db183 rdma_nl_put_driver_u64 +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x22dc91b3 ib_destroy_srq_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x22f3cf93 ib_pack +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x23684ea1 rdma_user_mmap_entry_insert +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x254bd557 rdma_read_gid_attr_ndev_rcu +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x279d853d ib_sa_unregister_client +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x27c02e4e ib_get_cached_subnet_prefix +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x288e7628 ib_unregister_client +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2aca94e8 __ib_alloc_cq_any +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2df6dd12 ib_get_device_fw_str +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2f497126 rdma_copy_ah_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x305e5701 rdma_addr_size_kss +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x31bd6426 ib_cq_pool_put +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x33f48665 ib_find_cached_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x341c36d7 ib_alloc_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x36e019d2 ib_port_register_client_groups +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x382bb34c ib_find_gid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3863833d ib_attach_mcast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3a245727 ib_dispatch_event +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3fc2387c ib_ud_header_unpack +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x42065d72 rdma_get_gid_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x421780ca rdma_nl_unicast_wait +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x434c5d10 zgid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x43b757ef rdma_restrack_count +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x459a6bee ib_get_net_dev_by_params +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x45fb8985 rdma_nl_chk_listeners +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x46b23c22 rdma_umap_priv_init +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x47a371d3 rdma_query_gid_table +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x48b33616 ib_process_cq_direct +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x49269c0c ib_create_qp_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4a30cd8d ib_find_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4c9ed6bc rdma_set_cq_moderation +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4d7be9d1 ib_create_qp_kernel +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 0x4f0b5d4b ib_init_ah_attr_from_wc +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4f391cb4 rdma_query_gid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x50d41ee7 rdma_modify_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5456b0ad rdma_find_gid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x55bb02f3 ib_cache_gid_type_str +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x55dc38a2 ib_drain_rq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x571470da __rdma_block_iter_start +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x57ba3ecc ib_get_cached_port_state +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x58df5b94 ib_get_gids_from_rdma_hdr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x591255d7 ib_alloc_mr_integrity +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5e8753e5 ib_free_send_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6014fdfa ib_sa_path_rec_get +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x601db768 rdma_nl_multicast +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 0x62f2ba7f ib_check_mr_status +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x65d9b521 ib_get_vf_config +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x65fbe94c rdma_rw_mr_factor +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x66751988 ib_query_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6789deb4 ib_unregister_event_handler +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x69b20b9e ib_reg_user_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6a91ff61 rdma_restrack_add +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6b236509 ib_create_ah_from_wc +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6b958320 ib_ud_ip4_csum +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6d65552f rdma_nl_put_driver_u32_hex +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6f18bfd1 ib_qp_usecnt_dec +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6f3614b6 rdma_is_zero_gid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6ff042cc rdma_user_mmap_entry_insert_range +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x70807834 rdma_addr_size +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x716f28ad ib_mr_pool_init +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x730bdda0 ib_get_cached_lmc +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x738c753c roce_gid_type_mask_support +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x73baf9a2 ib_modify_qp_is_ok +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x73bdfb1e rdma_rw_ctx_destroy_signature +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x75a729a0 rdma_nl_unregister +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x770afaa9 ib_port_immutable_read +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x779a22ec rdma_read_gid_hw_context +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x787ccc4c ib_get_mad_data_offset +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7c2b1df1 rdma_rw_ctx_wrs +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7dad3dc2 rdma_rw_ctx_init +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x801520a5 rdma_user_mmap_entry_remove +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x801f34a5 ib_create_wq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x808155ad ib_get_vf_stats +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x808a8827 rdma_restrack_get +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x82356f7d ib_init_ah_attr_from_path +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8292c111 ib_query_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x82b99289 ib_mr_pool_destroy +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x82eeb27d ib_unregister_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x832843ce rdma_move_ah_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x86a4fbfc ib_get_eth_speed +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x87ae0a66 rdma_user_mmap_entry_get_pgoff +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x87f455eb ib_destroy_wq_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x88728dbd rdma_move_grh_sgid_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x894c7f12 __ib_alloc_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x89fefc1b rdma_restrack_del +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8c1b8f2d rdma_restrack_put +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8d01956b rdma_nl_put_driver_string +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8dd57514 ibdev_emerg +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8e4bf4f1 ib_register_event_handler +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8e8ca357 rdma_port_get_link_layer +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x90e807c7 ib_cache_gid_parse_type_str +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x90fd8203 rdma_put_gid_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x92a3eb2f ib_unregister_device_queued +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x94468741 ib_mr_pool_put +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x95580af8 rdma_copy_src_l2_addr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x975ff2b9 ib_sa_register_client +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x996ec128 ib_unregister_mad_agent +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9e1c5e25 ib_rdmacg_try_charge +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9f333793 ibdev_printk +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9f6cda17 ibnl_put_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9fb5b791 ib_device_put +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9fcf544b ib_close_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa28a82a7 ib_port_sysfs_get_ibdev_kobj +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa432baf6 ib_unpack +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa436f5fa ib_mad_kernel_rmpp_agent +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa5969e74 __ib_create_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa7995ea8 rdma_nl_unicast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa881fc75 rdma_create_user_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa91684ff ib_register_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa969dbf4 ib_rdmacg_uncharge +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xab0c1fb7 rdma_destroy_ah_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xaca67345 ib_register_mad_agent +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xae956dce ib_rate_to_mult +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb3f2ba1d ib_resize_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb4c40040 ib_sa_pack_path +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb4cb6032 ib_create_qp_security +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb4fdc343 ib_get_rmpp_segment +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb6175391 ib_register_client +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb6f6393c rdma_rw_ctx_post +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb7852a05 ib_ud_header_init +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb8af0c53 ib_dealloc_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xba4cc13a rdma_translate_ip +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbacc424c rdma_nl_register +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbe0e078d ib_query_port +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbf2237eb ib_set_device_ops +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbf583722 rdma_create_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbf8a27c2 ib_destroy_qp_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbfa5a0a6 ib_set_client_data +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc04e2ca3 ib_create_send_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc07d2254 ib_device_get_by_netdev +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc3b4e612 ib_modify_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc3c9d8bc rdma_user_mmap_entry_put +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc63eb4e1 ib_destroy_cq_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc9ee1038 ib_drain_sq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xca8954ec ibdev_crit +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xcc16091d rdma_restrack_get_byid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xcc9ddcf6 ib_port_unregister_client_groups +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xce40052f ib_post_send_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xceea418e ibdev_warn +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xcf38901a ib_modify_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xcf4dc871 rdma_nl_put_driver_u64_hex +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 0xd24bd533 ib_open_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd2ba7fa0 ibnl_put_msg +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd323b656 ib_unregister_device_and_put +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd46b860b ib_modify_port +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd57888da ib_alloc_xrcd_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd5a09bbe rdma_init_netdev +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd6636ca6 rdma_addr_size_in6 +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd68a7bf0 rdma_query_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd8f5d984 ib_modify_qp_with_udata +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xda0d50ec ib_sa_cancel_query +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xdb76b10a ib_device_get_by_name +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xdc92f721 rdma_dev_access_netns +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xdd69cb6b ib_set_vf_guid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xdda631c9 rdma_nl_put_driver_u32 +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xde8a3c37 ib_sa_guid_info_rec_query +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xdee8c84b ib_advise_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xdf846738 ib_init_ah_from_mcmember +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe04ebcf8 ib_sg_to_pages +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe0648031 ib_free_recv_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe2ed977f ib_find_exact_cached_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe5454a0f ib_mr_pool_get +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe5840ec6 ib_wc_status_msg +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe58da31e ib_dealloc_xrcd_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe604a4ad ib_dealloc_pd_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe64458f9 rdma_user_mmap_io +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe73500e0 rdma_restrack_set_name +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe7ad6ded ib_map_mr_sg +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe7b52e5f mult_to_ib_rate +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe8ef3fff ib_set_vf_link_state +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe9a48f85 ib_sa_get_mcmember_rec +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe9e799fc ib_ud_header_pack +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xeb1957bc rdma_restrack_new +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xecfdf76e ib_modify_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xedeac685 rdma_addr_cancel +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xee179723 ib_get_cached_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf0a4aa7b ib_query_srq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf29216d8 rdma_user_mmap_entry_get +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf2a29610 rdma_alloc_netdev +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf3e7b298 _ib_alloc_device +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 0xf74ccb9a rdma_free_hw_stats_struct +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf782a41a ib_dereg_mr_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf8354d19 __ib_alloc_pd +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf9e5bb42 ib_qp_usecnt_inc +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xfbe71c5f rdma_rw_ctx_destroy +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xfc3c3989 ibdev_err +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xfe35a537 ib_device_set_netdev +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x0182aeba flow_resources_alloc +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x05d70797 uverbs_get_flags32 +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x0d1dd722 ib_umem_odp_map_dma_and_lock +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x132256e3 ib_umem_copy_from +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x1ce815c3 ib_uverbs_get_ucontext_file +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x2394b3ec uverbs_destroy_def_handler +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x243242e1 uverbs_uobject_put +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x29428e92 ib_umem_get +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x36c34dc6 ib_copy_path_rec_to_user +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x3d33f0fa ib_umem_odp_alloc_implicit +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x3fe230bc ib_copy_ah_attr_to_user +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x40395e4a ib_copy_qp_attr_to_user +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x49294d3c uverbs_idr_class +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x4ada41a7 ib_uverbs_flow_resources_free +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x4c9b5d21 flow_resources_add +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x4d97b80d ib_umem_odp_unmap_dma_pages +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x754b0000 ib_copy_path_rec_from_user +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x88109d65 ib_umem_release +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x94033f47 ib_umem_get_peer +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x9ea108f7 ib_register_peer_memory_client +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x9eef9233 uverbs_copy_to_struct_or_zero +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xa03764c7 uverbs_uobject_fd_release +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xa9f1df49 ib_umem_dmabuf_get_pinned +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xb2a5eab3 ib_umem_find_best_pgsz +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xb65f66c0 ib_umem_dmabuf_map_pages +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xbde5c050 ib_unregister_peer_memory_client +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xc14ff05c ib_umem_stop_invalidation_notifier +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xd0f169e7 uverbs_fd_class +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xd53373d5 uverbs_get_flags64 +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xd789bbdb uverbs_finalize_uobj_create +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xd9235563 ib_umem_odp_release +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xe2d6657a ib_umem_dmabuf_unmap_pages +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xe5e43f61 _uverbs_get_const_unsigned +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xe729f81b ib_umem_odp_alloc_child +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xec269301 ib_umem_dmabuf_get +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xed513325 uverbs_copy_to +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xf278a04d _uverbs_alloc +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xf3ad4c1e ib_umem_activate_invalidation_notifier +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xf688cd70 ib_umem_odp_get +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xfc054845 _uverbs_get_const_signed +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x15a77b5b iw_cm_connect +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x1ff474bd iw_cm_accept +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x3fea59aa iw_create_cm_id +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x7fb0f39a iw_cm_init_qp_attr +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x9b781c18 iw_destroy_cm_id +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xcc305df4 iw_cm_disconnect +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xcfbce9f8 iw_cm_listen +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xf3df871f iwcm_reject_msg +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xf638371c iw_cm_reject +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x035bcfbe rdma_set_service_type +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x048b4763 rdma_set_ack_timeout +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x06a144bd rdma_set_ib_path +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x13b1483c rdma_consumer_reject_data +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x22ddb2b0 rdma_lock_handler +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x2404df6b rdma_set_reuseaddr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x2d9920d0 rdma_get_service_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x2f565e80 rdma_disconnect +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x2feb9852 rdma_listen +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x3a1aac18 rdma_create_user_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x3ac6fb3b rdma_leave_multicast +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x3d6e0027 rdma_destroy_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x58377ff5 rdma_init_qp_attr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x5f37b9b9 rdma_destroy_qp +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x66dcf9a3 rdma_res_to_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x86897627 rdma_resolve_addr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x882eebf5 rdma_notify +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x8b82e8aa rdma_read_gids +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x907df803 rdma_event_msg +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x95a81d79 rdma_bind_addr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xa0b024a7 rdma_set_min_rnr_timer +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xa3faac65 rdma_create_qp +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xa8ed5dc9 __rdma_create_kernel_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xac9d6524 rdma_join_multicast +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xb377ba4b rdma_unlock_handler +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xc5164f46 rdma_connect_ece +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xc545ae10 rdma_accept_ece +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xc6ddb5ad rdma_connect_locked +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xc6ddf021 rdma_reject_msg +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xcf80bea1 rdma_accept +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xd44e79ae rdma_iw_cm_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xdd60fe35 rdma_reject +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xeb437642 rdma_resolve_route +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xf9596659 rdma_set_afonly +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xfbc9c306 rdma_connect +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-client 0x089d114d rtrs_clt_close +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-client 0x2573f82a rtrs_clt_request +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-client 0x4a780a12 rtrs_clt_open +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-client 0x95d3b2bb rtrs_clt_rdma_cq_direct +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-client 0x986cf3e9 rtrs_clt_put_permit +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-client 0xa71783c4 rtrs_clt_get_permit +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-client 0xe1930905 rtrs_clt_query +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-core 0x21cfd1a3 rtrs_ib_dev_put +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-core 0x242a8646 rtrs_addr_to_str +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-core 0x32dd6ce1 rtrs_rdma_dev_pd_deinit +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-core 0x81997c79 rtrs_ib_dev_find_or_add +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-core 0x887302f3 rtrs_addr_to_sockaddr +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-core 0x90c5fb40 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 0x1d62440a rtrs_srv_open +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-server 0x4dea04e6 rtrs_srv_resp_rdma +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-server 0x6650c86f rtrs_srv_set_sess_priv +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-server 0x695a5760 rtrs_srv_get_queue_depth +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-server 0x98484677 rtrs_srv_get_path_name +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-server 0xecb5efbc rtrs_srv_close +EXPORT_SYMBOL drivers/input/gameport/gameport 0x18cd5a74 gameport_unregister_driver +EXPORT_SYMBOL drivers/input/gameport/gameport 0x3407054d gameport_set_phys +EXPORT_SYMBOL drivers/input/gameport/gameport 0x56e2d216 gameport_start_polling +EXPORT_SYMBOL drivers/input/gameport/gameport 0x63a0cbcc gameport_open +EXPORT_SYMBOL drivers/input/gameport/gameport 0x8b23c8e0 gameport_close +EXPORT_SYMBOL drivers/input/gameport/gameport 0x905ae96f __gameport_register_driver +EXPORT_SYMBOL drivers/input/gameport/gameport 0xd2d2f62c gameport_stop_polling +EXPORT_SYMBOL drivers/input/gameport/gameport 0xd4602bbb __gameport_register_port +EXPORT_SYMBOL drivers/input/gameport/gameport 0xfe537afe gameport_unregister_port +EXPORT_SYMBOL drivers/input/joystick/iforce/iforce 0x4772022f iforce_init_device +EXPORT_SYMBOL drivers/input/joystick/iforce/iforce 0x8680afe0 iforce_process_packet +EXPORT_SYMBOL drivers/input/joystick/iforce/iforce 0xd1545632 iforce_send_packet +EXPORT_SYMBOL drivers/input/matrix-keymap 0x8243ddef matrix_keypad_build_keymap +EXPORT_SYMBOL drivers/input/misc/ad714x 0x173e48eb ad714x_disable +EXPORT_SYMBOL drivers/input/misc/ad714x 0x42b64181 ad714x_probe +EXPORT_SYMBOL drivers/input/misc/ad714x 0x69fe7d5e ad714x_enable +EXPORT_SYMBOL drivers/input/misc/cma3000_d0x 0x3a90ca4b 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 0x20a31003 rmi_unregister_transport_device +EXPORT_SYMBOL drivers/input/sparse-keymap 0x0ca00ded sparse_keymap_setup +EXPORT_SYMBOL drivers/input/sparse-keymap 0x37955831 sparse_keymap_report_entry +EXPORT_SYMBOL drivers/input/sparse-keymap 0x4e8ce253 sparse_keymap_entry_from_keycode +EXPORT_SYMBOL drivers/input/sparse-keymap 0x88e2f83d sparse_keymap_report_event +EXPORT_SYMBOL drivers/input/sparse-keymap 0xa80e8cc7 sparse_keymap_entry_from_scancode +EXPORT_SYMBOL drivers/input/touchscreen/ad7879 0x4a17e9e6 ad7879_pm_ops +EXPORT_SYMBOL drivers/input/touchscreen/ad7879 0x90d7b27a ad7879_probe +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x19bf7b51 capi_ctr_down +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x96856a3c attach_capi_ctr +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x9ff11c25 capi_ctr_handle_message +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xf8ec1f14 capi_ctr_ready +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xfb7a46d7 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 0x466dd6b7 mISDNipac_irq +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNipac 0x7295ea97 mISDNisac_irq +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNipac 0x8d672158 mISDNisac_init +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNipac 0xc7bc9480 mISDNipac_init +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNisar 0xc71a06bb mISDNisar_irq +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNisar 0xe6a861dc mISDNisar_init +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x03a68066 mISDN_FsmRestartTimer +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x132b219c mISDN_freebchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x2348cc3c mISDN_FsmFree +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x26236de8 mISDN_clock_update +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x30d25b0d mISDN_FsmDelTimer +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x313b1fde mISDN_FsmAddTimer +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x3c27106d mISDN_initdchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x40712572 recv_Dchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x4f7381e2 get_next_bframe +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 0x5e0a377d mISDN_freedchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x5e9ca990 mISDN_unregister_Bprotocol +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x5ee089e2 get_next_dframe +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x6047df40 mISDN_FsmInitTimer +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x70c3c6a2 create_l1 +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x7b0d47a1 mISDN_register_Bprotocol +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x7f1890f0 mISDN_unregister_device +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x8dee916c mISDN_initbchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x9a584820 recv_Bchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x9c928457 mISDN_FsmNew +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xb1d1c4dc recv_Echannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xbae064dc recv_Dchannel_skb +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xbd8f7118 queue_ch_frame +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xbee94549 dchannel_senddata +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xbfafeacb mISDN_clear_bchannel +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 0xdf4b2e14 bchannel_get_rxbuf +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xe0809079 bchannel_senddata +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xe8f617eb mISDN_unregister_clock +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xebcbb0c3 mISDN_ctrl_bchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xee8031e4 mISDN_register_device +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xef56c48e recv_Bchannel_skb +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xf83c7e39 mISDNDevName4ch +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 0x83e84f5c 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 0xdde53cb4 ti_lmu_common_get_brt_res +EXPORT_SYMBOL drivers/md/dm-log 0x74b401f7 dm_dirty_log_type_unregister +EXPORT_SYMBOL drivers/md/dm-log 0x82e05d91 dm_dirty_log_destroy +EXPORT_SYMBOL drivers/md/dm-log 0x91312f25 dm_dirty_log_create +EXPORT_SYMBOL drivers/md/dm-log 0xa1c0c5bd dm_dirty_log_type_register +EXPORT_SYMBOL drivers/md/dm-snapshot 0x006a782b dm_snap_cow +EXPORT_SYMBOL drivers/md/dm-snapshot 0x0a3c5099 dm_exception_store_destroy +EXPORT_SYMBOL drivers/md/dm-snapshot 0x2d7f817f dm_exception_store_type_unregister +EXPORT_SYMBOL drivers/md/dm-snapshot 0x52682121 dm_exception_store_create +EXPORT_SYMBOL drivers/md/dm-snapshot 0x7f9818b7 dm_snap_origin +EXPORT_SYMBOL drivers/md/dm-snapshot 0xa4f5d91e dm_exception_store_type_register +EXPORT_SYMBOL drivers/md/raid456 0x5e7eb165 r5c_journal_mode_set +EXPORT_SYMBOL drivers/md/raid456 0x7b7a12f2 raid5_set_cache_size +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x1e1bb7c4 flexcop_device_kfree +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x204a208e flexcop_eeprom_check_mac_addr +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x2082db3b flexcop_pass_dmx_data +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x5524ca2d flexcop_sram_set_dest +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x60695b0a flexcop_device_kmalloc +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x700056af flexcop_device_exit +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xa707ddb5 flexcop_pass_dmx_packets +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xb215d549 flexcop_device_initialize +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xb5127a2e flexcop_sram_ctrl +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xc739ed38 flexcop_i2c_request +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xdcbab16a flexcop_wan_set_speed +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xde0e58b1 flexcop_pid_feed_control +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xe27dd7c4 flexcop_dump_reg +EXPORT_SYMBOL drivers/media/common/cx2341x 0x00c5072c cx2341x_ext_ctrls +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 0x589cb677 cx2341x_handler_setup +EXPORT_SYMBOL drivers/media/common/cx2341x 0x74cd677f cx2341x_handler_init +EXPORT_SYMBOL drivers/media/common/cx2341x 0x7b4dd2cb cx2341x_fill_defaults +EXPORT_SYMBOL drivers/media/common/cx2341x 0xdbc5583a cx2341x_update +EXPORT_SYMBOL drivers/media/common/cx2341x 0xe1fe1432 cx2341x_log_status +EXPORT_SYMBOL drivers/media/common/cx2341x 0xed524c10 cx2341x_handler_set_busy +EXPORT_SYMBOL drivers/media/common/cx2341x 0xf4002df0 cx2341x_handler_set_50hz +EXPORT_SYMBOL drivers/media/common/cypress_firmware 0x4a7c0ab3 cypress_load_firmware +EXPORT_SYMBOL drivers/media/common/ttpci-eeprom 0x693e74ba ttpci_eeprom_decode_mac +EXPORT_SYMBOL drivers/media/common/ttpci-eeprom 0xcaef8fed ttpci_eeprom_parse_mac +EXPORT_SYMBOL drivers/media/common/tveeprom 0x0dbf0296 tveeprom_hauppauge_analog +EXPORT_SYMBOL drivers/media/common/tveeprom 0x3e0559ed 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 0x7dc98cc7 vb2_buffer_in_use +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-common 0xb71af501 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 0x18eb9606 vb2_dvb_alloc_frontend +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-dvb 0x31e0d113 vb2_dvb_register_bus +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-dvb 0x66d0fdc5 vb2_dvb_dealloc_frontends +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-dvb 0x8ed06c3d vb2_dvb_unregister_bus +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-dvb 0xd257df75 vb2_dvb_get_frontend +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-dvb 0xe6006288 vb2_dvb_find_frontend +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-memops 0xc7c2b85f vb2_create_framevec +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-memops 0xccd197c7 vb2_destroy_framevec +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-v4l2 0x1ede63e0 vb2_querybuf +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x064fd246 dvb_ringbuffer_read_user +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x08733236 intlog10 +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x08b17ee6 dvb_unregister_device +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x10d71747 dvb_register_device +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x15052806 dvb_dmx_swfilter_204 +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x17045d6b dvb_ca_en50221_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x29d58443 dvb_ringbuffer_empty +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x3273a681 dvb_ca_en50221_camchange_irq +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x368fe207 dvb_net_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x388b3124 dvb_generic_release +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 0x5460dd33 dvb_generic_ioctl +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x5830a49a dvb_ringbuffer_flush_spinlock_wakeup +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x5f2b1d95 intlog2 +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x66a68864 dvb_ringbuffer_avail +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x66bd7694 dvb_ringbuffer_free +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x6ab6aac6 dvb_dmx_swfilter +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x6b09d834 dvb_device_get +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x6ef5628b dvb_ringbuffer_read +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x82878c35 dvb_ringbuffer_write +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x8fd6e094 dvb_dmx_swfilter_packets +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x92087388 dvb_net_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x992207c4 dvb_register_adapter +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x9d1c2e35 dvb_generic_open +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x9dffb35d dvb_dmx_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xa399e27d dvb_frontend_detach +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xa6aad54b dvb_frontend_resume +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 0xc379e061 dvb_ca_en50221_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xc9dfd7fa dvb_register_frontend +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xce748c8d dvb_ringbuffer_write_user +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xd86bfabf dvb_unregister_adapter +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xda698950 dvb_frontend_reinitialise +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xe7b00485 dvb_dmxdev_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xe7e37794 dvb_remove_device +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xe9cec2a1 dvb_ca_en50221_camready_irq +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xea901772 dvb_frontend_suspend +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xecbc05a1 dvb_ca_en50221_frda_irq +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xed056cde dvb_dmx_swfilter_raw +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xedabc140 dvb_unregister_frontend +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xf4755021 dvb_dmxdev_release +EXPORT_SYMBOL drivers/media/dvb-frontends/ascot2e 0x15af5f63 ascot2e_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/atbm8830 0xe8329ff7 atbm8830_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x01a01300 au8522_init +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x315828a1 au8522_i2c_gate_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x6d0f8a33 au8522_release_state +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x96508068 au8522_readreg +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0xb31d879e au8522_sleep +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0xb37f76cf au8522_led_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0xd44351b7 au8522_analog_i2c_gate_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0xdee95a6c au8522_writereg +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0xfd7cda4b au8522_get_state +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_dig 0x2a43f98b au8522_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/bcm3510 0x58da56ad bcm3510_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx22700 0x21387af1 cx22700_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx22702 0x16b2a4b5 cx22702_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24110 0x8536ed5e cx24110_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24113 0x75219c90 cx24113_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24113 0xa8c4e0e9 cx24113_agc_callback +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24116 0x1d108d58 cx24116_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24120 0x5d81b5de cx24120_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24123 0xdd6e9d1e cx24123_get_tuner_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24123 0xebabe1ec cx24123_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cxd2820r 0x1538580e cxd2820r_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cxd2841er 0x495a0f3f cxd2841er_attach_t_c +EXPORT_SYMBOL drivers/media/dvb-frontends/cxd2841er 0x709043b0 cxd2841er_attach_s +EXPORT_SYMBOL drivers/media/dvb-frontends/cxd2880/cxd2880 0x92ae5453 cxd2880_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0x0a4f81c4 dib0070_wbd_offset +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0x56526c81 dib0070_get_rf_output +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0x6eb4f122 dib0070_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0xe7909871 dib0070_set_rf_output +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0xf420950d dib0070_ctrl_agc_filter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x0b850247 dib0090_update_rframp_7090 +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x0d5efc7d dib0090_set_tune_state +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x14e74611 dib0090_get_current_gain +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x1a56d809 dib0090_fw_register +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x3882ad83 dib0090_get_wbd_offset +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x609aa413 dib0090_get_tune_state +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x822b8167 dib0090_register +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xa3dcaffe dib0090_pwm_gain_reset +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xaac06cf6 dib0090_set_switch +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xb97500c3 dib0090_set_vga +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xdb552bba dib0090_set_dc_servo +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xdf3d3563 dib0090_dcc_freq +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xe55b1f78 dib0090_get_wbd_target +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xe6981097 dib0090_update_tuning_table_7090 +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xf82a2773 dib0090_gain_control +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mb 0x7610a81f dib3000mb_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0x37b7877b dib3000mc_i2c_enumeration +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0x658f9e1f dib3000mc_pid_parse +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0x6f8dfac4 dib3000mc_get_tuner_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0x835817e1 dib3000mc_pid_control +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0x94e77f6f dib3000mc_set_config +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0xb97933b5 dib3000mc_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000m 0x1c8849da dib7000m_get_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000m 0x690c639b dib7000m_pid_filter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000m 0xa180da54 dib7000m_pid_filter_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000m 0xb384bca2 dib7000m_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x723b5d31 dib7000p_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x2032c196 dib8000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0x1b51f002 dib9000_fw_pid_filter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0x27645686 dib9000_get_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0x355eba16 dib9000_get_component_bus_interface +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0x43be8e98 dib9000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0x4917bd0b dib9000_firmware_post_pll_init +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0x5c3c7acd dib9000_set_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0x695625da dib9000_fw_pid_filter_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0x6c47f2a8 dib9000_set_gpio +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0x9f0e54fc dib9000_set_slave_frontend +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0xac364d68 dib9000_get_slave_frontend +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0xad90c3ef dib9000_fw_set_component_bus_speed +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0xeba0f4e5 dib9000_i2c_enumeration +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0xf64fc1a9 dib9000_get_tuner_interface +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0x018bf37e dibx000_init_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0x52d79032 dibx000_exit_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0x7f023a6b dibx000_reset_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0x870681d6 dibx000_get_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0xfc00a4e3 dibx000_i2c_set_speed +EXPORT_SYMBOL drivers/media/dvb-frontends/drx39xyj/drx39xyj 0x7d9f1eac drx39xxj_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/drxd 0xc9ed4870 drxd_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/drxk 0x4af555d5 drxk_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/ds3000 0x15dbd88f ds3000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dvb-pll 0x9970aa8d dvb_pll_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dvb_dummy_fe 0x7f8d26b1 dvb_dummy_fe_qpsk_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dvb_dummy_fe 0xb2f3e7f4 dvb_dummy_fe_qam_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dvb_dummy_fe 0xd44302d9 dvb_dummy_fe_ofdm_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/ec100 0xab66c86f ec100_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/helene 0x33e8736f helene_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/helene 0xca4bdb77 helene_attach_s +EXPORT_SYMBOL drivers/media/dvb-frontends/horus3a 0x902ca82b horus3a_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/isl6405 0x61df4bc7 isl6405_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/isl6421 0x15d5317f isl6421_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/isl6423 0x94d44660 isl6423_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/itd1000 0x5fb705ed itd1000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/ix2505v 0xe5945e96 ix2505v_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/l64781 0x1b900c59 l64781_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lg2160 0x8aa90c75 lg2160_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lgdt3305 0x19d9b756 lgdt3305_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lgdt3306a 0xc6e93588 lgdt3306a_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lgdt330x 0xd3e92511 lgdt330x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lgs8gl5 0x6b90f18b lgs8gl5_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lgs8gxx 0xc4b436dd lgs8gxx_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lnbh25 0x3ed9e204 lnbh25_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lnbh29 0xd9bfa313 lnbh29_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lnbp21 0x54c89fbf lnbp21_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lnbp21 0xf6d25371 lnbh24_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lnbp22 0xdde73fcf lnbp22_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/m88ds3103 0x781f5a6d m88ds3103_get_agc_pwm +EXPORT_SYMBOL drivers/media/dvb-frontends/m88ds3103 0xa0ca00e5 m88ds3103_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/m88rs2000 0x510e5285 m88rs2000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/mb86a16 0xce2d94fc mb86a16_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/mb86a20s 0x6279cd3d mb86a20s_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/mt312 0xdab698ca mt312_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/mt352 0x0aefe417 mt352_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/nxt200x 0x4dcc7074 nxt200x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/nxt6000 0x6b49fe99 nxt6000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/or51132 0xbb40b8a2 or51132_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/or51211 0x6f24c9f7 or51211_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/s5h1409 0x62ccc44e s5h1409_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/s5h1411 0x6d3d8c2d s5h1411_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/s5h1420 0x6f5eb133 s5h1420_get_tuner_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/s5h1420 0x89626292 s5h1420_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/s5h1432 0xe33fc0b2 s5h1432_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/s921 0x4f2da2ee s921_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/si21xx 0x17fff965 si21xx_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/sp887x 0x18d602cd sp887x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stb0899 0xa72150a2 stb0899_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stb6000 0x80aca85a stb6000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stb6100 0x93a173da stb6100_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0288 0x9d459274 stv0288_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0297 0xf4c6699f stv0297_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0299 0x90782e1f stv0299_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0367 0x24513b1f stv0367ddb_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0367 0x5725687a stv0367cab_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0367 0x8399dd38 stv0367ter_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0900 0x543ee961 stv0900_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv090x 0xf300366c stv090x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv6110 0x0d5ad641 stv6110_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv6110x 0x971562bd stv6110x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda10021 0x8f0b30c3 tda10021_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda10023 0x56246706 tda10023_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda10048 0x44954a8a tda10048_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda1004x 0x6fb6c398 tda10045_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda1004x 0x9bd515c2 tda10046_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda10086 0x0a1d2f17 tda10086_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda665x 0x12d52f24 tda665x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda8083 0x3e49a220 tda8083_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda8261 0xf85e2580 tda8261_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda826x 0x82403835 tda826x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/ts2020 0xb82fcff9 ts2020_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tua6100 0x26965d3f tua6100_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/ves1820 0x00f244fc ves1820_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/ves1x93 0x2aa2335f ves1x93_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/zd1301_demod 0x9c286366 zd1301_demod_get_dvb_frontend +EXPORT_SYMBOL drivers/media/dvb-frontends/zd1301_demod 0xd5e5e35a zd1301_demod_get_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/zl10036 0xaf54b945 zl10036_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/zl10039 0xab1d4895 zl10039_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/zl10353 0x7802d04d zl10353_attach +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x354aab37 flexcop_dma_xfer_control +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x52104230 flexcop_dma_config_timer +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x68ec58f2 flexcop_dma_config +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x91063695 flexcop_dma_allocate +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x9bd19bf4 flexcop_dma_free +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0xae2938cb flexcop_dma_control_size_irq +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0xfa248f8b flexcop_dma_control_timer_irq +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0x167576c1 bt878_device_control +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0x5558ad05 bt878_stop +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0xd3b2cd65 bt878 +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0xd5d0bdef bt878_num +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0xfe587717 bt878_start +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0x11dc4b6d bttv_gpio_enable +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0x8d1001f7 bttv_sub_unregister +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0x8ecf4acc bttv_write_gpio +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0x9ab3df1c bttv_sub_register +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0xbcf2d2fb bttv_read_gpio +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0xdd60209a bttv_get_pcidev +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x1e5f3f8e write_dst +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x43a983fd dst_check_sum +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x572bccc5 rdc_reset_state +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x93b39931 dst_comm_init +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x96ee90c5 read_dst +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x97cc3091 dst_error_recovery +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0xad232fed dst_attach +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0xad974db1 dst_wait_dst_ready +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0xea3c84c0 dst_error_bailout +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0xf1747c23 dst_pio_disable +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst_ca 0xe27cd91c dst_ca_attach +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x2cdea06d cx18_reset_ir_gpio +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x41c2cb87 cx18_release_stream +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x6601677c cx18_ext_init +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x91fc6c7a cx18_start_v4l2_encode_stream +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x92985754 cx18_stop_v4l2_encode_stream +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0xd44e74c0 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 0x16954976 cx25821_set_gpiopin_direction +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x29c7f6b7 cx25821_dev_get +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x44b517f5 cx25821_print_irqbits +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x5348daae cx25821_dev_unregister +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x584d41c1 cx25821_risc_databuffer_audio +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x629b5fd3 cx25821_sram_channel_setup_audio +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x845cadc2 cx25821_sram_channel_dump_audio +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x996c7f67 cx25821_riscmem_alloc +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0xe9050411 cx25821_sram_channels +EXPORT_SYMBOL drivers/media/pci/cx88/cx88-vp3054-i2c 0x390c8207 vp3054_i2c_probe +EXPORT_SYMBOL drivers/media/pci/cx88/cx88-vp3054-i2c 0xc03c733a vp3054_i2c_remove +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0x581ad79c cx88_querycap +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0x6d66dd31 cx88_set_freq +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0xcabeab1c cx88_video_mux +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0xd5c6f8ac cx88_enum_input +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x06ff7811 cx8802_register_driver +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x0770604c cx8802_unregister_driver +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x473e2c58 cx8802_buf_queue +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x50e853ec cx8802_buf_prepare +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x527e5421 cx8802_cancel_buffers +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x5f74a112 cx8802_get_driver +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x768b1fb4 cx8802_start_dma +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x0669afa8 cx88_newstation +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x1460a8c0 cx88_set_tvnorm +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x164a7eef cx88_vdev_init +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x211ec181 cx88_reset +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x2537125a cx88_core_get +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x4c1c34f2 cx88_sram_channel_setup +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x5917881f cx88_risc_buffer +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x5edb7ae5 cx88_print_irqbits +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x5fee7749 cx88_set_tvaudio +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x6141c8c5 cx88_tuner_callback +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x67d66a30 cx88_ir_stop +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 0xa3c8436c cx88_set_scale +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xac04e427 cx88_ir_start +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xba8b5e5b cx88_sram_channel_dump +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xc938e4db cx88_shutdown +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xca0d4f74 cx88_dsp_detect_stereo_sap +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xca3b3193 cx88_get_stereo +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xd88355c5 cx88_set_stereo +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xe14cbbce cx88_core_put +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xe226683f cx88_wakeup +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xf9b5b682 cx88_risc_databuffer +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xff1d07f6 cx88_core_irq +EXPORT_SYMBOL drivers/media/pci/ddbridge/ddbridge-dummy-fe 0x80b10eca ddbridge_dummy_fe_qam_attach +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x0bed172c ivtv_udma_alloc +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x0eef4492 ivtv_stop_v4l2_encode_stream +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x14f67530 ivtv_debug +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x17d35d9f ivtv_start_v4l2_encode_stream +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x189ce98f ivtv_vapi +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x283f4997 ivtv_clear_irq_mask +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x54dd6231 ivtv_firmware_check +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x6c400a29 ivtv_claim_stream +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x77a9b143 ivtv_init_on_first_open +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x8fab11b6 ivtv_udma_setup +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x9e54216b ivtv_udma_prepare +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xb57085f7 ivtv_udma_unmap +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xb85b3bd5 ivtv_reset_ir_gpio +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xc0c2369c ivtv_vapi_result +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xceb5e8bd ivtv_api +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xe4d840e3 ivtv_ext_init +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xfc1add18 ivtv_set_irq_mask +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xfddb67bf ivtv_release_stream +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x030005d4 saa7134_ts_register +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x04e83446 saa7134_tuner_callback +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x05ce23f1 saa7134_pgtable_alloc +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x06f2c3d1 saa7134_ts_unregister +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x0a835495 saa7134_dmasound_exit +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x1211df5d saa7134_devlist +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x4248c525 saa7134_dmasound_init +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x4e418c3a saa7134_devlist_lock +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x565dc3bb saa7134_pgtable_free +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x5d3d2ca3 saa7134_set_gpio +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x5ebc8273 saa_dsp_writel +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x730c4be3 saa7134_boards +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x7c6ee2ea saa7134_tvaudio_setmute +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xbed1dca6 saa7134_set_dmabits +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xfeb7ed03 saa7134_pgtable_build +EXPORT_SYMBOL drivers/media/radio/tea575x 0x0f6e0c08 snd_tea575x_enum_freq_bands +EXPORT_SYMBOL drivers/media/radio/tea575x 0x17db66fc snd_tea575x_g_tuner +EXPORT_SYMBOL drivers/media/radio/tea575x 0x53b6d86c snd_tea575x_exit +EXPORT_SYMBOL drivers/media/radio/tea575x 0xbdc4b08a snd_tea575x_init +EXPORT_SYMBOL drivers/media/radio/tea575x 0xd3c3ebd8 snd_tea575x_set_freq +EXPORT_SYMBOL drivers/media/radio/tea575x 0xdcd3e007 snd_tea575x_s_hw_freq_seek +EXPORT_SYMBOL drivers/media/radio/tea575x 0xe8215375 snd_tea575x_hw_init +EXPORT_SYMBOL drivers/media/rc/rc-core 0x01098f88 ir_raw_encode_scancode +EXPORT_SYMBOL drivers/media/rc/rc-core 0x1e3b8660 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 0xd065b1d2 ir_raw_handler_register +EXPORT_SYMBOL drivers/media/tuners/fc0011 0xf296d08c fc0011_attach +EXPORT_SYMBOL drivers/media/tuners/fc0012 0x0543af95 fc0012_attach +EXPORT_SYMBOL drivers/media/tuners/fc0013 0x3d130b13 fc0013_attach +EXPORT_SYMBOL drivers/media/tuners/fc0013 0x7602f152 fc0013_rc_cal_add +EXPORT_SYMBOL drivers/media/tuners/fc0013 0x9559705c fc0013_rc_cal_reset +EXPORT_SYMBOL drivers/media/tuners/max2165 0xf447d282 max2165_attach +EXPORT_SYMBOL drivers/media/tuners/mc44s803 0x4cd2460a mc44s803_attach +EXPORT_SYMBOL drivers/media/tuners/mt2060 0x0ed240c6 mt2060_attach +EXPORT_SYMBOL drivers/media/tuners/mt2131 0x811d216f mt2131_attach +EXPORT_SYMBOL drivers/media/tuners/mt2266 0x4c190cda mt2266_attach +EXPORT_SYMBOL drivers/media/tuners/mxl5005s 0x81cefe01 mxl5005s_attach +EXPORT_SYMBOL drivers/media/tuners/qt1010 0x61b3c9aa qt1010_attach +EXPORT_SYMBOL drivers/media/tuners/tda18218 0xe053fb80 tda18218_attach +EXPORT_SYMBOL drivers/media/tuners/tuner-types 0x4c48939e tuners +EXPORT_SYMBOL drivers/media/tuners/tuner-types 0xc2821775 tuner_count +EXPORT_SYMBOL drivers/media/tuners/xc2028 0x78853862 xc2028_attach +EXPORT_SYMBOL drivers/media/tuners/xc4000 0x2ee6d1a8 xc4000_attach +EXPORT_SYMBOL drivers/media/tuners/xc5000 0x11f58286 xc5000_attach +EXPORT_SYMBOL drivers/media/usb/cx231xx/cx231xx 0x68b196f1 cx231xx_register_extension +EXPORT_SYMBOL drivers/media/usb/cx231xx/cx231xx 0xeea53ae3 cx231xx_unregister_extension +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x0f9ac9ce dvb_usbv2_generic_rw +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x0fd0a32b dvb_usbv2_probe +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x112d7486 dvb_usbv2_generic_write +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x59f375c2 dvb_usbv2_reset_resume +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x97753b97 dvb_usbv2_generic_rw_locked +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0xa4cab310 dvb_usbv2_suspend +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0xd59c608c dvb_usbv2_generic_write_locked +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0xf85b59ce dvb_usbv2_resume +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0xf98fa873 dvb_usbv2_disconnect +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x2a5c12dc dvb_usb_nec_rc_key_to_event +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x831cd058 usb_cypress_load_firmware +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x8575e2b9 dvb_usb_device_init +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x8b6f5395 dvb_usb_get_hexline +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x90ead71c dvb_usb_generic_rw +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x9b52adf8 dvb_usb_generic_write +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0xb97b265b dvb_usb_device_exit +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-af9005-remote 0x1e2bff20 af9005_rc_decode +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-af9005-remote 0x341530cb rc_map_af9005_table +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-af9005-remote 0xd4e288db rc_map_af9005_table_size +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x18c7a1a5 dibusb_i2c_algo +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x2fe53208 dibusb_pid_filter_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x5cecf51b dibusb2_0_streaming_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x68fbe7ac dibusb_read_eeprom_byte +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x93822ecb rc_map_dibusb_table +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x9baf0747 dibusb_rc_query +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x9c688a37 dibusb_power_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xa7cf3dd0 dibusb_streaming_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xb409137c dibusb2_0_power_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xf9365d83 dibusb_pid_filter +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-mc-common 0xa1e10a51 dibusb_dib3000mc_tuner_attach +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-mc-common 0xd776c603 dibusb_dib3000mc_frontend_attach +EXPORT_SYMBOL drivers/media/usb/em28xx/em28xx 0x7c4b72b9 em28xx_register_extension +EXPORT_SYMBOL drivers/media/usb/em28xx/em28xx 0xadad79bb em28xx_unregister_extension +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0x0682fa74 go7007_update_board +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0x3a4021b1 go7007_parse_video_stream +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0x3d114618 go7007_boot_encoder +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0x75184b99 go7007_snd_remove +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0xadafec97 go7007_snd_init +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0xae591fa3 go7007_alloc +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0xc5fa9d58 go7007_read_addr +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0xd837a497 go7007_register_encoder +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0xdf168b0d go7007_read_interrupt +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x19ea33e4 gspca_dev_probe2 +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x400e1c14 gspca_disconnect +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x549970b1 gspca_frame_add +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x5a20c560 gspca_coarse_grained_expo_autogain +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x5e52dbdf gspca_suspend +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x6b7eca5c gspca_dev_probe +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x9670af2c gspca_debug +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0xca162c3a gspca_expo_autogain +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0xf387302c gspca_resume +EXPORT_SYMBOL drivers/media/usb/ttusb-dec/ttusbdecfe 0x8888dad6 ttusbdecfe_dvbt_attach +EXPORT_SYMBOL drivers/media/usb/ttusb-dec/ttusbdecfe 0xa34fdb1c ttusbdecfe_dvbs_attach +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-async 0x1479f5de v4l2_async_nf_unregister +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-async 0x2739aab2 v4l2_async_register_subdev +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-async 0x287ae8c9 v4l2_async_nf_register +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-async 0x971a7ad4 v4l2_async_subdev_nf_register +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-async 0xbdb1863e v4l2_async_unregister_subdev +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-async 0xc23143ca v4l2_async_nf_init +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0x26877d45 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 0x704d7ce3 v4l2_m2m_buf_done_and_job_finish +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0xf43a6e12 v4l2_m2m_job_finish +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0xf61455f8 v4l2_m2m_get_vq +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0xf626dd03 v4l2_m2m_suspend +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x0088010e v4l2_ctrl_subdev_subscribe_event +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x057e95d2 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 0x082737e8 v4l2_ctrl_merge +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x0ba095bf v4l2_s_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x0c0de23d __v4l2_ctrl_s_ctrl_string +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x0e231d0b v4l2_query_ext_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x123959a1 v4l2_type_names +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x14195512 v4l2_subdev_init +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x146892ac video_unregister_device +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x157d9b16 __v4l2_ctrl_s_ctrl_compound +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x16244fe5 v4l2_prio_check +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x1a590a74 v4l2_ctrl_add_handler +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x20937743 video_devdata +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x2342f1ae v4l2_prio_open +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x248aeea2 v4l2_ctrl_sub_ev_ops +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x28b12cc9 v4l2_format_info +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 0x36ab59f1 v4l2_ctrl_request_setup +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x3adbd595 v4l2_field_names +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x3bdd0f94 v4l2_prio_change +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x3dae3148 v4l2_ctrl_new_std_menu_items +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x3ed81937 __v4l2_ctrl_modify_range +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x43958a16 video_ioctl2 +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x46a70d85 v4l2_ctrl_activate +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x4b2dd72e v4l2_ctrl_new_custom +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x4f6fdd10 v4l2_try_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x5070e525 v4l2_ctrl_g_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x51df04b1 v4l2_g_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x55e95cd7 __v4l2_ctrl_modify_dimensions +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x5d249120 v4l2_ctrl_radio_filter +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x6047f8f6 v4l2_ctrl_type_op_log +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x606c81ee v4l2_ctrl_handler_free +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x63e91bce video_device_release +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x6476869d v4l2_ctrl_new_std_compound +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x6881731d v4l2_ctrl_handler_setup +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x7d6315c0 v4l2_ctrl_cluster +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x7e332995 video_device_release_empty +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x8106095a v4l2_prio_max +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x8905da67 v4l2_ctrl_new_std +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x89e3897d v4l2_ctrl_query_fill +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x9237c130 v4l2_ctrl_notify +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x95e48c42 v4l2_ctrl_find +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x9d89b49d v4l2_ctrl_type_op_init +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xa76543a3 v4l2_querymenu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xaedb4ae0 v4l2_ctrl_fill +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xb5b5a1c6 v4l2_ctrl_type_op_validate +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xb77b0159 v4l2_prio_init +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xb88c622f v4l2_ctrl_subdev_log_status +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xbc5671dc v4l_printk_ioctl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xbd2c57b1 v4l2_ctrl_new_int_menu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xc3326877 video_device_alloc +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xc5848231 v4l2_ctrl_handler_init_class +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xcb008aaa __v4l2_ctrl_s_ctrl_int64 +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xcc0342b7 __v4l2_ctrl_grab +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xcd304fca v4l2_ctrl_log_status +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xcda04a5b v4l2_prio_close +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xce16de9d v4l2_ctrl_new_std_menu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xce4d9af5 v4l2_s_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xce603233 __v4l2_ctrl_s_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xd039ac7c v4l2_ctrl_handler_log_status +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xd16d9c01 v4l2_ctrl_get_int_menu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xd8a12289 v4l2_ctrl_type_op_equal +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xda443284 v4l2_ctrl_poll +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xdc379501 v4l2_g_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xdf9b7343 v4l2_ctrl_auto_cluster +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xe2b92059 v4l2_video_std_construct +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xe9b3b6a5 v4l2_ctrl_subscribe_event +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xf3251e7b v4l2_norm_to_name +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xf34ee613 v4l2_ctrl_new_fwnode_properties +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xf50f442d v4l2_subdev_call_wrappers +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xf50fecbc v4l2_ctrl_replace +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xf86d17f6 __video_register_device +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xfe12d41c v4l2_ctrl_request_complete +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xfe3aa474 v4l2_queryctrl +EXPORT_SYMBOL drivers/memstick/core/memstick 0x01b41d1c memstick_unregister_driver +EXPORT_SYMBOL drivers/memstick/core/memstick 0x199305e6 memstick_init_req +EXPORT_SYMBOL drivers/memstick/core/memstick 0x20534245 memstick_next_req +EXPORT_SYMBOL drivers/memstick/core/memstick 0x287277cb memstick_init_req_sg +EXPORT_SYMBOL drivers/memstick/core/memstick 0x2f422837 memstick_set_rw_addr +EXPORT_SYMBOL drivers/memstick/core/memstick 0x3de84a83 memstick_new_req +EXPORT_SYMBOL drivers/memstick/core/memstick 0x6780c85e memstick_suspend_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0x6f6e423c memstick_detect_change +EXPORT_SYMBOL drivers/memstick/core/memstick 0x7550db95 memstick_add_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0x93bb4e8a memstick_remove_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0xc2f8180f memstick_resume_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0xd32490b6 memstick_free_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0xda67c436 memstick_register_driver +EXPORT_SYMBOL drivers/memstick/core/memstick 0xe51fab32 memstick_alloc_host +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x00c9048b mpt_reset_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x0358b7e9 mpt_raid_phys_disk_get_num_paths +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x17c463dd mpt_print_ioc_summary +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x2030eb73 mpt_suspend +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x2907535a mpt_findImVolumes +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x2b93dc59 mpt_Soft_Hard_ResetHandler +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x2d6aa1b4 mpt_alloc_fw_memory +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x3fc14ac9 mpt_verify_adapter +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x502108d0 mpt_fwfault_debug +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x51cb6d09 mpt_raid_phys_disk_pg0 +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x5614252f mpt_HardResetHandler +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x5d170dab mpt_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x610b257e mpt_reset_deregister +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x667d857a mpt_GetIocState +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x68a4e02e mpt_put_msg_frame +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x73e7e4dd mpt_raid_phys_disk_pg1 +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x74a0134a mpt_device_driver_deregister +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x7ce83d5d mpt_put_msg_frame_hi_pri +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x7f0a6ada mpt_event_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x876eb984 mpt_free_fw_memory +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x8ab72339 mpt_resume +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x981efe92 mpt_deregister +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x98833383 mpt_attach +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xa6185399 mpt_send_handshake_request +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xb435c3a2 mpt_free_msg_frame +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xbf957389 mpt_get_msg_frame +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xc6bdfe4d mptbase_sas_persist_operation +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xd1c3c1c3 mpt_device_driver_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xd503974f mpt_set_taskmgmt_in_progress_flag +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xd5faabb9 mpt_halt_firmware +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xdd805159 ioc_list +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xe289564d mpt_clear_taskmgmt_in_progress_flag +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xe54ed721 mpt_config +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xe6c1e126 mpt_event_deregister +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xf46b2e07 mpt_detach +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x17eefebd mptscsih_raid_id_to_num +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x220bdb01 mptscsih_event_process +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x29b1fe83 mptscsih_taskmgmt_complete +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x2f7fbfb5 mptscsih_suspend +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x3276fa1b mptscsih_io_done +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x3797a72b mptscsih_change_queue_depth +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x3b215800 mptscsih_host_attr_groups +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x45fda50f mptscsih_slave_configure +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x4a2f2cea mptscsih_IssueTaskMgmt +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x4e8adeb0 mptscsih_get_scsi_lookup +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x574c0104 mptscsih_abort +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x5c126f67 mptscsih_host_reset +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x64591362 mptscsih_show_info +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x68cf35fb mptscsih_flush_running_cmds +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x83fa1f53 mptscsih_shutdown +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x8bcd00ed mptscsih_dev_reset +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x90303992 mptscsih_slave_destroy +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x946d9fdf mptscsih_qcmd +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xa094d98e mptscsih_scandv_complete +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xa6380008 mptscsih_taskmgmt_response_code +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xacd4edac mptscsih_bus_reset +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xb80035f7 mptscsih_ioc_reset +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xc5ce8108 mptscsih_remove +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xd02ff0a9 mptscsih_is_phys_disk +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xef905e88 mptscsih_info +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xf8693241 mptscsih_bios_param +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xfb261cbd mptscsih_resume +EXPORT_SYMBOL drivers/mfd/axp20x 0x0744ab1d axp20x_device_remove +EXPORT_SYMBOL drivers/mfd/axp20x 0x9b317b67 axp20x_device_probe +EXPORT_SYMBOL drivers/mfd/axp20x 0xf1b016a2 axp20x_match_device +EXPORT_SYMBOL drivers/mfd/dln2 0x2f6e7c64 dln2_register_event_cb +EXPORT_SYMBOL drivers/mfd/dln2 0x52d5f719 dln2_unregister_event_cb +EXPORT_SYMBOL drivers/mfd/dln2 0x95233da8 dln2_transfer +EXPORT_SYMBOL drivers/mfd/htc-pasic3 0x412ddbc4 pasic3_write_register +EXPORT_SYMBOL drivers/mfd/htc-pasic3 0xbdc10586 pasic3_read_register +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x750e9c7d mc13xxx_get_flags +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x7c0a05c2 mc13xxx_irq_status +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x8523bbe5 mc13xxx_reg_rmw +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x8eeda1c2 mc13xxx_irq_request +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x8f8caa43 mc13xxx_reg_write +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x9071dc90 mc13xxx_irq_unmask +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x9a823d37 mc13xxx_unlock +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x9e63fc27 mc13xxx_lock +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xd7762f5f mc13xxx_irq_mask +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xe792c1b6 mc13xxx_irq_free +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xec52f6b6 mc13xxx_reg_read +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 0x518ae003 wm8958_regmap_config +EXPORT_SYMBOL drivers/mfd/wm8994 0x63b05b9a wm8994_regmap_config +EXPORT_SYMBOL drivers/mfd/wm8994 0x6ae9d5e6 wm8994_base_regmap_config +EXPORT_SYMBOL drivers/mfd/wm8994 0x87636292 wm8994_irq_exit +EXPORT_SYMBOL drivers/mfd/wm8994 0xc76216de wm8994_irq_init +EXPORT_SYMBOL drivers/mfd/wm8994 0xcee8e22e wm1811_regmap_config +EXPORT_SYMBOL drivers/misc/ad525x_dpot 0x80732e17 ad_dpot_remove +EXPORT_SYMBOL drivers/misc/ad525x_dpot 0xaaadcf75 ad_dpot_probe +EXPORT_SYMBOL drivers/misc/altera-stapl/altera-stapl 0x5bafa76e altera_init +EXPORT_SYMBOL drivers/misc/c2port/core 0x39dffe07 c2port_device_register +EXPORT_SYMBOL drivers/misc/c2port/core 0xa9f7a4e4 c2port_device_unregister +EXPORT_SYMBOL drivers/misc/tifm_core 0x00efda05 tifm_add_adapter +EXPORT_SYMBOL drivers/misc/tifm_core 0x0ffb277f tifm_queue_work +EXPORT_SYMBOL drivers/misc/tifm_core 0x455b0b26 tifm_free_adapter +EXPORT_SYMBOL drivers/misc/tifm_core 0x458c599f tifm_register_driver +EXPORT_SYMBOL drivers/misc/tifm_core 0x48cffc77 tifm_has_ms_pif +EXPORT_SYMBOL drivers/misc/tifm_core 0x807d790b tifm_unmap_sg +EXPORT_SYMBOL drivers/misc/tifm_core 0x80e59205 tifm_eject +EXPORT_SYMBOL drivers/misc/tifm_core 0x8592c7a7 tifm_unregister_driver +EXPORT_SYMBOL drivers/misc/tifm_core 0x864f81b7 tifm_free_device +EXPORT_SYMBOL drivers/misc/tifm_core 0xa7e6bd02 tifm_remove_adapter +EXPORT_SYMBOL drivers/misc/tifm_core 0xb2c831b5 tifm_map_sg +EXPORT_SYMBOL drivers/misc/tifm_core 0xcb477b92 tifm_alloc_adapter +EXPORT_SYMBOL drivers/misc/tifm_core 0xe3845ecb tifm_alloc_device +EXPORT_SYMBOL drivers/mmc/host/cqhci 0x4d3cec72 cqhci_deactivate +EXPORT_SYMBOL drivers/mmc/host/cqhci 0x53f2583f cqhci_resume +EXPORT_SYMBOL drivers/mmc/host/cqhci 0x8c1f595b cqhci_init +EXPORT_SYMBOL drivers/mmc/host/cqhci 0xbcf4b4bf cqhci_pltfm_init +EXPORT_SYMBOL drivers/mmc/host/cqhci 0xf874d907 cqhci_irq +EXPORT_SYMBOL drivers/mmc/host/of_mmc_spi 0x106e7737 mmc_spi_put_pdata +EXPORT_SYMBOL drivers/mmc/host/of_mmc_spi 0xcaeff08a mmc_spi_get_pdata +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0x36c2dc6b cfi_send_gen_cmd +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0x63d43fe6 cfi_fixup +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0x945daf6b cfi_build_cmd +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0xa4696f06 cfi_merge_status +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0xaca873fd cfi_read_pri +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0xb2580212 cfi_build_cmd_addr +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0xf20ef55e cfi_varsize_frob +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0xff9fa623 cfi_udelay +EXPORT_SYMBOL drivers/mtd/chips/chipreg 0x1e6e982b register_mtd_chip_driver +EXPORT_SYMBOL drivers/mtd/chips/chipreg 0x2a72ef28 do_map_probe +EXPORT_SYMBOL drivers/mtd/chips/chipreg 0x9da80d0c map_destroy +EXPORT_SYMBOL drivers/mtd/chips/chipreg 0xf6ab7460 unregister_mtd_chip_driver +EXPORT_SYMBOL drivers/mtd/chips/gen_probe 0x8b24235b mtd_do_chip_probe +EXPORT_SYMBOL drivers/mtd/lpddr/lpddr_cmds 0xf0ca4a9a lpddr_cmdset +EXPORT_SYMBOL drivers/mtd/maps/map_funcs 0x4f1c4aee simple_map_init +EXPORT_SYMBOL drivers/mtd/mtd 0x1f18d498 mtd_concat_create +EXPORT_SYMBOL drivers/mtd/mtd 0xd57a6b50 mtd_concat_destroy +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x03f88acb nand_ecc_get_sw_engine +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x089b6d39 nand_ecc_sw_hamming_cleanup_ctx +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x11839a4f nand_ecc_cleanup_ctx +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x21dc9fe2 nand_ecc_init_ctx +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x2ab41ec8 nand_ecc_is_strong_enough +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x4a9c6683 nand_ecc_prepare_io_req +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x725a5bdc nand_ecc_put_on_host_hw_engine +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x7ddff167 nand_ecc_sw_bch_cleanup_ctx +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x868fe785 nand_ecc_sw_hamming_calculate +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x91d75c37 nand_ecc_sw_bch_get_engine +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x95369c39 nand_ecc_get_on_die_hw_engine +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x962f9028 nand_ecc_get_on_host_hw_engine +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x983b86ca nand_ecc_sw_bch_init_ctx +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xa16ed98e nand_ecc_finish_io_req +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xa213afd8 nand_ecc_sw_hamming_get_engine +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xbbe7b67b nand_ecc_sw_hamming_correct +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xc5bdeda1 nand_ecc_sw_bch_calculate +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xcdbe8049 nand_ecc_sw_hamming_init_ctx +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xd4e13938 nand_ecc_register_on_host_hw_engine +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xda74a4ab nand_ecc_sw_bch_correct +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xe6db989b ecc_sw_hamming_correct +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xf4cfac32 of_get_nand_ecc_user_config +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xfa712a72 nand_ecc_unregister_on_host_hw_engine +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xff4351b0 ecc_sw_hamming_calculate +EXPORT_SYMBOL drivers/mtd/nand/onenand/onenand 0x1e5a3720 onenand_addr +EXPORT_SYMBOL drivers/mtd/nand/onenand/onenand 0x5694f618 flexonenand_region +EXPORT_SYMBOL drivers/mtd/nand/raw/denali 0x30db096f denali_calc_ecc_bytes +EXPORT_SYMBOL drivers/mtd/nand/raw/denali 0x37c569f9 denali_remove +EXPORT_SYMBOL drivers/mtd/nand/raw/denali 0x6cf4a943 denali_init +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x0769d5f5 nand_read_oob_std +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x12a8984b rawnand_dt_parse_gpio_cs +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x17684a0e nand_read_page_raw +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x17bf8af4 rawnand_sw_hamming_cleanup +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x37062331 rawnand_sw_hamming_init +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x3f506401 nand_write_page_raw +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x68eb0af2 rawnand_sw_bch_correct +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x6d156e55 nand_get_set_features_notsupp +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x7077427b nand_write_oob_std +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x8d7aa15d rawnand_sw_hamming_correct +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x8eac02e8 rawnand_sw_bch_cleanup +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x8ecbb3b8 nand_check_erased_ecc_chunk +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x959f78c4 nand_create_bbt +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x962def47 nand_scan_with_ids +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0xa81c8799 rawnand_sw_bch_init +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0xd133a368 nand_monolithic_read_page_raw +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0xe90a7cda rawnand_sw_hamming_calculate +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0xfa981894 nand_monolithic_write_page_raw +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x09858e00 arcnet_open +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x14a1d3e5 arc_proto_map +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x33456942 arcnet_close +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x5e5bbb2b free_arcdev +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x6534792a arcnet_debug +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x6682d49f arc_raw_proto +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x7173706c arcnet_timeout +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x9dc41cf2 arcnet_send_packet +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xb2dcfad2 arc_proto_default +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xb71a53e6 alloc_arcdev +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xc9e1e2c4 arc_bcast_proto +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xecb730b0 arcnet_interrupt +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xf5701215 arcnet_unregister_proto +EXPORT_SYMBOL drivers/net/arcnet/com20020 0x712caf37 com20020_netdev_ops +EXPORT_SYMBOL drivers/net/arcnet/com20020 0x9ca23ec4 com20020_check +EXPORT_SYMBOL drivers/net/arcnet/com20020 0xcfa3b8ea com20020_found +EXPORT_SYMBOL drivers/net/can/ctucanfd/ctucanfd 0xcd308c0c ctucan_probe_common +EXPORT_SYMBOL drivers/net/can/ctucanfd/ctucanfd 0xd1ee84c2 ctucan_suspend +EXPORT_SYMBOL drivers/net/can/ctucanfd/ctucanfd 0xe2bd28d9 ctucan_resume +EXPORT_SYMBOL drivers/net/can/dev/can-dev 0x45099008 can_ethtool_op_get_ts_info_hwts +EXPORT_SYMBOL drivers/net/can/dev/can-dev 0xe5a820a3 can_eth_ioctl_hwts +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x012787a1 b53_phylink_mac_link_up +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x012e554f b53_mdb_add +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x0994da5f b53_set_mac_eee +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x0b273e5e b53_eee_init +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x12359dc0 b53_switch_detect +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x131e5c2b b53_get_sset_count +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x18a644be b53_imp_vlan_setup +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x1d30817b b53_get_tag_protocol +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x1f0a1147 b53_brcm_hdr_setup +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x56522173 b53_configure_vlan +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x592241a2 b53_br_fast_age +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x5aec2304 b53_get_ethtool_phy_stats +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x5b49b4a8 b53_br_set_stp_state +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x5e35d34e b53_fdb_del +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x672afa8c b53_br_flags +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x77027ec9 b53_phylink_mac_link_down +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x7b3d165a b53_fdb_dump +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x914a676e b53_vlan_del +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x93279a40 b53_switch_alloc +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x956b86bf b53_br_leave +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xa76b602c b53_mirror_del +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xa8ac496d b53_phylink_mac_config +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xab35db93 b53_mirror_add +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xb1497137 b53_port_event +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xbaba46ac b53_vlan_add +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xbc96f62a b53_mdb_del +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xc041c8a4 b53_get_mac_eee +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xc5080726 b53_get_strings +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xc64eec19 b53_switch_register +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xcae1237d b53_setup_devlink_resources +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xcda87dbd b53_fdb_add +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xd5759d6f b53_br_join +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xd837834b b53_vlan_filtering +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xe42a80bd b53_br_flags_pre +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xf0c82a95 b53_get_ethtool_stats +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xf4350d57 b53_disable_port +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xf45fe80e b53_enable_port +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xfc5fb3a6 b53_eee_enable_set +EXPORT_SYMBOL drivers/net/dsa/b53/b53_serdes 0x2efe4a47 b53_serdes_phylink_mac_select_pcs +EXPORT_SYMBOL drivers/net/dsa/b53/b53_serdes 0x593be6bc b53_serdes_phylink_get_caps +EXPORT_SYMBOL drivers/net/dsa/b53/b53_serdes 0xd2d62877 b53_serdes_link_set +EXPORT_SYMBOL drivers/net/dsa/b53/b53_serdes 0xec083683 b53_serdes_init +EXPORT_SYMBOL drivers/net/dsa/lan9303-core 0x6864fdb1 lan9303_shutdown +EXPORT_SYMBOL drivers/net/dsa/lan9303-core 0x7471a192 lan9303_remove +EXPORT_SYMBOL drivers/net/dsa/lan9303-core 0x9353bbfa lan9303_probe +EXPORT_SYMBOL drivers/net/dsa/lan9303-core 0xada83f40 lan9303_register_set +EXPORT_SYMBOL drivers/net/dsa/microchip/ksz_switch 0x4f91188c ksz_switch_register +EXPORT_SYMBOL drivers/net/dsa/microchip/ksz_switch 0x9fe56afa ksz_switch_remove +EXPORT_SYMBOL drivers/net/dsa/microchip/ksz_switch 0xe38576be ksz_switch_alloc +EXPORT_SYMBOL drivers/net/dsa/vitesse-vsc73xx-core 0x64caab3e vsc73xx_remove +EXPORT_SYMBOL drivers/net/dsa/vitesse-vsc73xx-core 0x6d45194c vsc73xx_probe +EXPORT_SYMBOL drivers/net/dsa/vitesse-vsc73xx-core 0x99d242fe vsc73xx_is_addr_valid +EXPORT_SYMBOL drivers/net/dsa/vitesse-vsc73xx-core 0xa1fa533f vsc73xx_shutdown +EXPORT_SYMBOL drivers/net/dsa/xrs700x/xrs700x 0x6c2c3b37 xrs700x_switch_remove +EXPORT_SYMBOL drivers/net/dsa/xrs700x/xrs700x 0x7a8da563 xrs700x_switch_register +EXPORT_SYMBOL drivers/net/dsa/xrs700x/xrs700x 0x83b7b667 xrs7003f_info +EXPORT_SYMBOL drivers/net/dsa/xrs700x/xrs700x 0x8972bf7e xrs7004f_info +EXPORT_SYMBOL drivers/net/dsa/xrs700x/xrs700x 0xb25facfa xrs7003e_info +EXPORT_SYMBOL drivers/net/dsa/xrs700x/xrs700x 0xb89aa5e3 xrs7004e_info +EXPORT_SYMBOL drivers/net/dsa/xrs700x/xrs700x 0xd874c24c xrs700x_switch_shutdown +EXPORT_SYMBOL drivers/net/dsa/xrs700x/xrs700x 0xe538fa10 xrs700x_switch_alloc +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x0b079edb ei_get_stats +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x1140510b ei_set_multicast_list +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x119721ac ei_interrupt +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x209712fe ei_close +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x2949ad0e ei_poll +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x3d0352a8 __alloc_ei_netdev +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x4208eade ei_tx_timeout +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x85553069 ei_start_xmit +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x9d7f7ecf ei_netdev_ops +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0xe9a2b4ef ei_open +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0xf700b032 NS8390_init +EXPORT_SYMBOL drivers/net/ethernet/aquantia/atlantic/atlantic 0x9b089d76 aq_xdp_locking_key +EXPORT_SYMBOL drivers/net/ethernet/broadcom/bnxt/bnxt_en 0x124c963e bnxt_ulp_probe +EXPORT_SYMBOL drivers/net/ethernet/broadcom/cnic 0x636af174 cnic_unregister_driver +EXPORT_SYMBOL drivers/net/ethernet/broadcom/cnic 0xc74ef480 cnic_register_driver +EXPORT_SYMBOL drivers/net/ethernet/cavium/common/cavium_ptp 0x1f3f4a82 cavium_ptp_get +EXPORT_SYMBOL drivers/net/ethernet/cavium/common/cavium_ptp 0xaca23ef0 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 0x016a60f4 dev2t3cdev +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x1c4a997a cxgb3_alloc_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x204188b3 t3_l2t_get +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x3c3d826e cxgb3_free_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x4b6cf78e cxgb3_remove_tid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x5c5d6cef cxgb3_alloc_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x63833f5d t3_register_cpl_handler +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x63cf5f3f t3_l2e_free +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x6ec02f50 cxgb3_ofld_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xaad851bc t3_l2t_send_event +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xaed7c793 t3_l2t_send_slow +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xbd296df5 cxgb3_unregister_client +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xc933fc00 cxgb3_free_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xda9ddee4 cxgb3_register_client +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xe05769cc cxgb3_queue_tid_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xf94ce33b cxgb3_insert_tid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x042dd16b cxgb4_clip_get +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x0608b0bc cxgb4_iscsi_init +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x0f1a5528 cxgb4_unregister_uld +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x22b37d87 cxgb4_smt_alloc_switching +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x24263798 cxgb4_free_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x25959eb1 cxgb4_read_sge_timestamp +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x298cb8a7 cxgb4_write_sgl +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x2e9b8d64 cxgb4_l2t_get +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x3104cde0 cxgb4_alloc_sftid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x37158ef5 cxgb4_register_uld +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x3beb9361 cxgb4_port_idx +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x40e4c205 cxgb4_inline_tx_skb +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x4c81fe14 cxgb4_create_server6 +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x50ee5c07 cxgb4_best_aligned_mtu +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x538f4570 cxgb4_crypto_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x54af0d89 cxgb4_remove_server_filter +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x59a506a7 cxgb4_alloc_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x66d4b997 cxgb4_port_viid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x731c86c1 cxgb4_free_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x755e3b1c cxgb4_read_tpte +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x782e9ca5 t4_cleanup_clip_tbl +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x7d12e61f cxgb4_port_e2cchan +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x852ed98c cxgb4_port_chan +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x86c7119a cxgb4_map_skb +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x8c4cb8c1 cxgb4_create_server +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x8e70b92e cxgb4_flush_eq_cache +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x91e4d4dc cxgb4_get_tcp_stats +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x9f3123bc cxgb4_get_srq_entry +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xa2ef33d9 cxgb4_alloc_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xb0c71cdc cxgb4_dbfifo_count +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xb6c8d2b3 cxgb4_reclaim_completed_tx +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xb8545587 cxgb4_ring_tx_db +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xb9a7db59 cxgb4_create_server_filter +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xbe362b65 cxgb4_bar2_sge_qregs +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xc2aaab0b cxgb4_update_root_dev_clip +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xccb54b0b cxgb4_write_partial_sgl +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xce44fdeb cxgb4_check_l2t_valid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xcfc1ce09 cxgb4_immdata_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xd3c0845f cxgb4_ofld_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xd69a0294 cxgb4_best_mtu +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xddd1c824 cxgb4_l2t_alloc_switching +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xea21ef2e cxgb4_pktgl_to_skb +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xea869276 cxgb4_select_ntuple +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xec31b29a cxgb4_remove_server +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xed469567 cxgb4_l2t_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xee971be3 cxgb4_sync_txq_pidx +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xef3b9cce cxgb4_remove_tid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xf1fb0fde cxgb4_smt_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xfd2061d8 cxgb4_clip_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xfd47f617 cxgb4_l2t_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0x1bdaafe1 cxgbi_tagmask_set +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0x1e0d12d6 cxgb_find_route +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0x255ab30f cxgb_get_4tuple +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0x44dd6e6a cxgbi_ppm_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0x5c11a0cc cxgbi_ppm_init +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0xad885023 cxgbi_ppm_make_ppod_hdr +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0xd26e4bdd cxgbi_ppm_ppods_reserve +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0xd570e69d cxgbi_ppm_ppod_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0xeaa2c390 cxgb_find_route6 +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x23e76efe vnic_dev_get_res +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x4ebb062f vnic_dev_register +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x770f14bc vnic_dev_get_pdev +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x8b22d402 enic_api_devcmd_proxy_by_index +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0xa2179c20 vnic_dev_unregister +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0xfca4b1be vnic_dev_get_res_count +EXPORT_SYMBOL drivers/net/ethernet/emulex/benet/be2net 0x0016283f 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 0xabd83892 be_roce_register_driver +EXPORT_SYMBOL drivers/net/ethernet/freescale/enetc/fsl-enetc-ierb 0xcbdcf585 enetc_ierb_register_pf +EXPORT_SYMBOL drivers/net/ethernet/fungible/funcore/funcore 0x27d9fda0 fun_dev_disable +EXPORT_SYMBOL drivers/net/ethernet/fungible/funcore/funcore 0x3ce71f91 fun_reserve_irqs +EXPORT_SYMBOL drivers/net/ethernet/fungible/funcore/funcore 0x87f47928 fun_dev_enable +EXPORT_SYMBOL drivers/net/ethernet/fungible/funcore/funcore 0xb8cecd0f fun_release_irqs +EXPORT_SYMBOL drivers/net/ethernet/intel/iavf/iavf 0x3e9836c3 iavf_register_client +EXPORT_SYMBOL drivers/net/ethernet/intel/iavf/iavf 0xa8b61e7d 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 0x15121272 prestera_device_register +EXPORT_SYMBOL drivers/net/ethernet/marvell/prestera/prestera 0x3c83396c prestera_device_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x06dd6cf5 mlx4_get_module_info +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x143e8b4b mlx4_SET_PORT_PRIO2TC +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1632f2ea mlx4_sync_pkey_table +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1ef92395 mlx4_get_parav_qkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2722746d mlx4_SET_VPORT_QOS_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x27905f0d mlx4_get_slave_node_guid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x285e2f7b set_phv_bit +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2b05fed5 mlx4_test_interrupt +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2c931d6a mlx4_get_eqs_per_port +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3f11fb89 mlx4_gen_port_state_change_eqe +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5262eaac mlx4_eq_get_irq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x53efd57f set_and_calc_slave_port_state +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5a89314f mlx4_get_slave_pkey_gid_tbl_len +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5b885967 mlx4_get_slave_port_state +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6751dc96 mlx4_ALLOCATE_VPP_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x791c95bd mlx4_is_eq_vector_valid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x793216e0 mlx4_SET_PORT_user_mac +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7ccfd7dd mlx4_gen_slaves_port_mgt_ev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7e10c1da mlx4_SET_PORT_SCHEDULER +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7e99cd1e mlx4_gen_pkey_eqe +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7fa22912 mlx4_get_roce_gid_from_slave +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 0x869c7028 mlx4_is_eq_shared +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9d79bb93 mlx4_SET_PORT_BEACON +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9f6bee46 mlx4_query_diag_counters +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa0231a2f mlx4_SET_PORT_user_mtu +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa4868ebf mlx4_SET_PORT_qpn_calc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xae998274 mlx4_SET_VPORT_QOS_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb56f0052 mlx4_put_slave_node_guid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xbbdd1992 mlx4_assign_eq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xbe1273fe mlx4_release_eq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc43e7022 mlx4_ALLOCATE_VPP_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xcf1cf5db mlx4_get_slave_from_roce_gid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xcf9b6860 mlx4_is_slave_active +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd20bbdbd mlx4_get_is_vlan_offload_disabled +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd2375a2e mlx4_gen_guid_change_eqe +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xdda1c0ed mlx4_SET_PORT_general +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xdefb2ff3 mlx4_SET_PORT_fcs_check +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe5b40ae4 mlx4_get_cpu_rmap +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xef84052b mlx4_SET_MCAST_FLTR +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf3af8846 mlx4_test_async +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf3e37b7c mlx4_tunnel_steer_add +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf8beb442 get_phv_bit +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xfb01e66f mlx4_SET_PORT_VXLAN +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xfe29075d mlx4_max_tc +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 0x033152ea mlx5_modify_header_dealloc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x05409869 mlx5_eswitch_get_core_dev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x058c33e2 mlx5_core_query_sq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x087bfcfc mlx5_free_bfreg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0c477292 mlx5_core_dealloc_pd +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0e5ab745 mlx5_lag_get_roce_netdev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x109625ba mlx5_fs_add_rx_underlay_qpn +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x12b14786 mlx5_notifier_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x138ff2f0 mlx5_eswitch_unregister_vport_reps +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1390db12 mlx5_alloc_bfreg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x142d59cb mlx5_sriov_blocking_notifier_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x14714a82 mlx5_lag_get_peer_mdev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x155a9cff mlx5_vf_get_core_dev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x16b2c8eb mlx5_lag_is_roce +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1d46a29c mlx5_core_destroy_rq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1e38486c __tracepoint_mlx5_fs_add_ft +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1f7ed070 mlx5_core_create_mkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1fb46653 mlx5_core_query_rq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x22bce683 __tracepoint_mlx5_fs_del_fte +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x236cdf43 mlx5_eswitch_get_vport_metadata_for_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2519014b mlx5_core_query_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x25217db1 mlx5_core_modify_tis +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2531b542 mlx5_vf_put_core_dev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x27880c72 mlx5_eswitch_get_vport_metadata_for_match +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x297e9b11 __traceiter_mlx5_fw +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x29b18eb6 mlx5_cmd_exec +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x29b20646 mlx5_debug_qp_remove +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2bc0d326 mlx5_core_roce_gid_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2dccdf9d mlx5_cmd_create_vport_lag +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2e16feb8 mlx5_get_flow_namespace +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2e53ab4d mlx5_eswitch_add_send_to_vport_rule +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x31b01cbd mlx5_eswitch_register_vport_reps +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x32fc77d1 __tracepoint_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 0x35b0508a mlx5_fc_query +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x393daad6 mlx5_get_fdb_sub_ns +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3caad0ea mlx5_core_modify_cq_moderation +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3ce552c8 mlx5_lag_is_sriov +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3f6af856 mlx5_eq_destroy_generic +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4094f948 mlx5_fpga_mem_read +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x436589cb mlx5_debug_qp_add +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4398c0bf mlx5_packet_reformat_dealloc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4485add2 mlx5_fpga_mem_write +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x46bad09f mlx5_cmd_do +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x47311e9f mlx5_rl_add_rate_raw +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x47fb6cac mlx5_core_create_tir +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x495d494c mlx5_core_destroy_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4bbfcae5 mlx5_create_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4bfaf900 mlx5_core_destroy_tir +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4c1b2121 mlx5_eswitch_vport_rep +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 0x4ed3f5c0 mlx5_flow_table_id +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4f7ea08c mlx5_mpfs_del_mac +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5001588a mlx5_fc_create +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x559ac38d __SCK__tp_func_mlx5_fs_add_fg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x57cf3e21 mlx5_debugfs_root +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x58c7327a mlx5_sriov_blocking_notifier_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x59093d62 mlx5_fpga_sbu_conn_create +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5f401a17 mlx5_eswitch_vport_match_metadata_enabled +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x605e54f4 mlx5_lag_is_active +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 0x61c64764 mlx5_core_modify_rq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x61f0e06b mlx5_modify_header_alloc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6293ce50 mlx5_rl_is_in_range +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6369f841 mlx5_fpga_get_sbu_caps +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x64011761 mlx5_core_destroy_mkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x651f48f3 mlx5_lag_is_shared_fdb +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x655ca916 mlx5_comp_irq_get_affinity_mask +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x662365ee mlx5_eswitch_get_encap_mode +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x665b1883 mlx5_eq_create_generic +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 0x6a1966a6 mlx5_eq_notifier_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6aa5bb29 mlx5_lag_query_cong_counters +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6e497b95 mlx5_core_create_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6f75e42a mlx5_eq_enable +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6ffeaa1a mlx5_put_uars_page +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 0x72a6c064 mlx5_core_alloc_transport_domain +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x730fe96d mlx5_fpga_sbu_conn_destroy +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x739f3b96 mlx5_is_roce_on +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x740203ce mlx5_core_query_mkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x748a236e mlx5_core_destroy_tis +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 0x7bfe12d5 mlx5_core_modify_sq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7c6fc3da mlx5_lag_mode_is_hash +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7ca1e50f mlx5_lag_is_master +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7fd709fe __tracepoint_mlx5_fs_add_fg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x829016de mlx5_lag_get_num_ports +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8367bf15 mlx5_core_destroy_psv +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x872e7c67 __tracepoint_mlx5_fs_add_rule +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x889b2841 mlx5_cmd_check +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8961cb51 mlx5_rl_add_rate +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8a8bc2c7 mlx5_debugfs_get_dev_root +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 0x8d17a347 mlx5_core_create_psv +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8d6731e8 mlx5_mpfs_add_mac +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x90951bcd mlx5_eswitch_reg_c1_loopback_enabled +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9160a82a mlx5_eswitch_get_proto_dev +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 0x95a570f9 mlx5_query_ib_port_oper +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x96eb2c99 mlx5_fc_id +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9a6119dd mlx5_rsc_dump_next +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9a87102a mlx5_eq_notifier_unregister +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 0xa23d7f39 mlx5_vector2eqn +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa38f4882 mlx5_eq_update_ci +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa6de5f94 mlx5_cmd_out_err +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 0xadf3e16a mlx5_notifier_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xae2e10e5 mlx5_fc_destroy +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xaf69acd5 mlx5_fs_remove_rx_underlay_qpn +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 0xb1e6dd9b __traceiter_mlx5_fs_del_fte +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb429911c mlx5_core_create_rq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb5fbc4a1 mlx5_core_alloc_pd +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb61c0d7b mlx5_packet_reformat_alloc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb6770b78 mlx5_nic_vport_disable_roce +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb72cffaf __tracepoint_mlx5_fs_del_ft +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xbb475e47 __tracepoint_mlx5_fs_set_fte +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 0xc106474a mlx5_rsc_dump_cmd_create +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc1f0e4d6 __traceiter_mlx5_fs_add_rule +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc328bfbd mlx5_core_destroy_rqt +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc792f924 mlx5_get_uars_page +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc9730ed2 mlx5_cmd_init_async_ctx +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc9f1a8b8 mlx5_core_dealloc_transport_domain +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xca59cd9f mlx5_comp_vectors_count +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xca9f48a9 mlx5_core_detach_mcg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xcc66bd75 mlx5_core_query_vendor_id +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xce4c395c mlx5_eswitch_uplink_get_proto_dev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd03034f7 mlx5_cmd_exec_cb +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd03a7408 mlx5_core_create_rqt +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd0a66550 mlx5_qp_debugfs_cleanup +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 0xd426fe87 mlx5_cmd_exec_polling +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd6c3be3d __tracepoint_mlx5_fs_del_fg +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 0xdd4f32ab mlx5_del_flow_rules +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xddad10c5 mlx5_lag_get_slave_port +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xdebc821c mlx5_core_modify_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe00d6bd6 __traceiter_mlx5_fs_set_fte +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe1edcad1 __traceiter_mlx5_fs_del_rule +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe285e075 mlx5_core_attach_mcg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe2c939c6 mlx5_eq_get_eqe +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 0xe4e09c2b __tracepoint_mlx5_fw +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe65288d1 mlx5_cmd_destroy_vport_lag +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe8cbfa50 mlx5_fpga_sbu_conn_sendmsg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xea039b43 mlx5_rl_remove_rate_raw +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 0xed380194 mlx5_rdma_rn_get_params +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xed5aa5d3 mlx5_qp_debugfs_init +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xedaa9d64 mlx5_eq_disable +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf109cdad mlx5_add_flow_rules +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 0xf88d57b1 __SCK__tp_func_mlx5_fs_add_rule +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xfb87d7e3 mlx5_core_create_tis +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 0xff370808 mlx5_rl_remove_rate +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xffd61bb4 mlx5_cmd_cleanup_async_ctx +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxfw/mlxfw 0xc4d702d9 mlxfw_firmware_flash +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x0137f952 mlxsw_afk_values_add_buf +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 0x1a2b858f mlxsw_core_trap_unregister +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 0x25ca07b9 mlxsw_core_rx_listener_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x2beae57d mlxsw_env_get_module_info +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 0x32bf2a76 mlxsw_core_ptp_transmitted +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x33a0f454 mlxsw_core_skb_transmit +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x383bc49a mlxsw_afa_block_append_qos_dscp +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x4036254f mlxsw_linecards_event_ops_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x43a9b87e mlxsw_afa_block_terminate +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x47041e4e mlxsw_afk_key_info_blocks_count_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x4765b9f0 mlxsw_core_res_valid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x484489a4 mlxsw_cmd_exec +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x4866767a mlxsw_env_get_module_eeprom_by_page +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x49ec8a06 mlxsw_afa_block_append_police +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x4a558271 mlxsw_env_get_module_power_mode +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x4d60c24f mlxsw_core_rx_listener_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x50359cc0 mlxsw_core_kvd_sizes_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x508923e3 mlxsw_core_port_init +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x51b5769d mlxsw_env_module_overheat_counter_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x5a939205 mlxsw_afk_values_add_u32 +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 0x65e16da4 mlxsw_afk_key_info_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x674840ef mlxsw_core_port_devlink_port_get +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 0x749556a2 mlxsw_afk_key_info_subset +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x75339042 mlxsw_core_lag_mapping_clear +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x77d83398 mlxsw_core_read_frc_l +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x7b0bfeec mlxsw_core_port_fini +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x7e08c6e0 mlxsw_core_event_listener_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x827a2f1f mlxsw_afa_block_jump +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x829e8851 mlxsw_afa_block_first_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x839f26eb mlxsw_core_trap_state_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 0x863375e9 mlxsw_core_driver_unregister +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 0x93636bc7 mlxsw_env_get_module_eeprom +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 0x9dcdf4e1 mlxsw_core_port_netdev_link +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x9e41f494 mlxsw_afk_encode +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xa509fafd mlxsw_afa_block_append_counter +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xa5ce84e6 mlxsw_core_driver_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xa7765e88 mlxsw_reg_query +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xa8e2509a mlxsw_afa_block_append_sampler +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xac1074a5 mlxsw_core_skb_transmit_busy +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xb5f987be mlxsw_core_bus_device_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xb6517b2e mlxsw_afa_block_append_trap_and_forward +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xb68e9fa8 mlxsw_env_module_port_unmap +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xb6af4f0a mlxsw_env_reset_module +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xba05b3b0 mlxsw_core_emad_string_tlv_enable +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xbc222a8d mlxsw_afk_clear +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xbda212df mlxsw_core_irq_event_handlers_call +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xbfb7df3c mlxsw_core_driver_priv +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xc31fbb6a mlxsw_core_res_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xc5eacafe mlxsw_afa_block_append_l4port +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xcbab836f mlxsw_core_fw_rev_minor_subminor_validate +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xd111d3e8 mlxsw_core_irq_event_handler_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 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 0xd7b6235e mlxsw_afa_create +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 0xdcf43ce9 mlxsw_core_trap_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xdeab0691 mlxsw_afk_create +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 0xe45f41e9 mlxsw_core_traps_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xe4d9ac5a mlxsw_afa_block_append_drop +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xe84cf226 mlxsw_core_skb_receive +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xea53d284 mlxsw_afa_block_append_mirror +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 0xfb6764ec mlxsw_core_traps_register +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 0x8e327bdf mlxsw_i2c_driver_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_i2c 0xf29b18ed mlxsw_i2c_driver_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_pci 0xf1735ff3 mlxsw_pci_driver_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_pci 0xf94ec903 mlxsw_pci_driver_register +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x036fc7a9 ocelot_mrp_add +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x07f1a788 ocelot_mact_learn +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x0905a1e6 ocelot_ptp_gettime64 +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x107144ef ocelot_fdb_dump +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x11ef1ef9 ocelot_devlink_sb_register +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x16dc0ead ocelot_ptp_settime64 +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x19453204 vsc7514_vcap_is1_keys +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x19989ed5 ocelot_devlink_sb_unregister +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x1e8647a7 ocelot_port_policer_del +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x1eb5a7cc ocelot_port_bridge_join +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x1fb29992 ocelot_sb_tc_pool_bind_get +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x234b9c0c ocelot_mact_lookup +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x2b6ff79d ocelot_mrp_del +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x2ee2eeab ocelot_vcap_block_find_filter_by_id +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x32246758 ocelot_vlan_prepare +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x323c0d01 ocelot_hwstamp_set +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x38d911ef ocelot_xtr_poll_frame +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x3c70834b ocelot_port_mdb_add +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x4271543f vsc7514_vcap_es0_keys +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x439eee39 ocelot_deinit +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x44917d81 ocelot_port_inject_frame +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x4821df92 ocelot_port_lag_join +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x48a822a8 ocelot_fdb_del +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x4c258ba1 ocelot_vcap_filter_add +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x4f2500ab ocelot_port_pre_bridge_flags +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x5245296d ocelot_vlan_del +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x52f35496 ocelot_sb_tc_pool_bind_set +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x5cd927fd ocelot_hwstamp_get +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x5e00a74d ocelot_sb_occ_tc_port_bind_get +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x5e91c7ad ocelot_vcap_filter_replace +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x61c9f8dd ocelot_port_policer_add +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x62e00b0a ocelot_get_txtstamp +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x6383170e ocelot_sb_port_pool_get +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x68c15afd ocelot_sb_port_pool_set +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x6f996101 ocelot_vcap_policer_del +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x782c4e51 ocelot_port_set_maxlen +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x78ec2e47 ocelot_ptp_adjtime +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x7944e5c2 ocelot_drain_cpu_queue +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x79cb07be ocelot_mact_forget +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x7bc86cfb ocelot_get_strings +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x80a75405 vsc7514_vcap_is2_keys +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x879c7386 ocelot_get_sset_count +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x88c45451 ocelot_sb_pool_get +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x8ebd4016 ocelot_init +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x90cbb220 vsc7514_vcap_is2_actions +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x9381969d vsc7514_ana_regmap +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x99b7d825 ocelot_ptp_verify +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x9d442141 vsc7514_rew_regmap +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x9f5de9b7 ocelot_mrp_add_ring_role +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x9ff4e15e ocelot_sb_occ_port_pool_get +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xa15a13e2 ocelot_port_vlan_filtering +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xa8413d7e vsc7514_sys_regmap +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xa8d3172e ocelot_port_mdb_del +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xab3f51f8 ocelot_init_port +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xaedc736e ocelot_sb_pool_set +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xb149275a ocelot_mact_learn_streamdata +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xb30c4b92 vsc7514_ptp_regmap +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xb6a94e90 ocelot_get_max_mtu +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xbba17367 vsc7514_qsys_regmap +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xbcd1ddad ocelot_sb_occ_max_clear +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xbf48ddc1 vsc7514_qs_regmap +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xc0942208 ocelot_vcap_filter_del +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xc31117d1 ocelot_ptp_adjfine +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xc39368bf ocelot_ptp_enable +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xca420734 ocelot_deinit_timestamp +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xcabdf3bb ocelot_port_lag_leave +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xcaf25d23 ocelot_ptp_rx_timestamp +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xcb3b4178 ocelot_sb_occ_snapshot +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xcb43ca58 ocelot_vlan_add +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xccca5cd7 ocelot_port_bridge_leave +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xcd0bc3e0 ocelot_port_get_stats64 +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xceed5e7e vsc7514_dev_gmii_regmap +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 0xd26cefa6 ocelot_deinit_port +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xd671e0d8 ocelot_port_lag_change +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xd687a545 vsc7514_vcap_es0_actions +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xd6ffc9ba ocelot_mrp_del_ring_role +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xd89b87a3 ocelot_get_ts_info +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xd9afb944 ocelot_port_bridge_flags +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xdb42e5a8 ocelot_get_ethtool_stats +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xdc7cf8b8 ocelot_init_timestamp +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xdd257e1d ocelot_port_txtstamp_request +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xe29f7b6e ocelot_vcap_policer_add +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xe5259f32 ocelot_policer_validate +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xe71caddd ocelot_set_ageing_time +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xea1b5ac9 vsc7514_vcap_regmap +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xecaa97fb vsc7514_vcap_is1_actions +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xed2c57d4 ocelot_fdb_add +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xf0cd6f7f ocelot_can_inject +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xf5974119 ocelot_bridge_stp_state_set +EXPORT_SYMBOL drivers/net/ethernet/qlogic/qed/qed 0x09a9083a qed_get_iscsi_ops +EXPORT_SYMBOL drivers/net/ethernet/qlogic/qed/qed 0x36f0d670 qed_get_rdma_ops +EXPORT_SYMBOL drivers/net/ethernet/qlogic/qed/qed 0x4f264472 qed_put_iscsi_ops +EXPORT_SYMBOL drivers/net/ethernet/qlogic/qed/qed 0x5c3c3daa 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 0xdb0d7b2b qed_get_fcoe_ops +EXPORT_SYMBOL drivers/net/ethernet/qlogic/qede/qede 0x324f32b0 qede_rdma_register_driver +EXPORT_SYMBOL drivers/net/ethernet/qlogic/qede/qede 0xebd45132 qede_rdma_unregister_driver +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x100286cf wx_mng_present +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x1c046167 wx_read_ee_hostif +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x1d9ed1ed wx_clear_rar +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x1e26837a wx_host_interface_command +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x2a03a841 wx_init_eeprom_params +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x33de8e3a wx_reset_hostif +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x3c797673 wx_get_mac_addr +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x3d2df15c wx_set_rar +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x49383468 wx_check_flash_load +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x5269a67f wx_sw_init +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x6cd07a67 wx_reset_misc +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x823be425 wx_init_rx_addrs +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x95ac76cb wx_read_ee_hostif_buffer +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xbbdaa96e wx_disable_pcie_master +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xcaada493 wx_control_hw +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xdb3befa1 wx_disable_rx +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xe5048f6a wx_get_pcie_msix_counts +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xfdb5210a wx_stop_adapter +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0x0b191813 hdlcdrv_receiver +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0x4025d1c2 hdlcdrv_unregister +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0x42214cda hdlcdrv_arbitrate +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0x72f9cee4 hdlcdrv_register +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0xaf1c552a hdlcdrv_transmitter +EXPORT_SYMBOL drivers/net/mdio 0x3e17f466 mdio_set_flag +EXPORT_SYMBOL drivers/net/mdio 0x60443957 mdio45_probe +EXPORT_SYMBOL drivers/net/mdio 0x63e0fee5 mdio45_links_ok +EXPORT_SYMBOL drivers/net/mdio 0x7e8fabde mdio45_ethtool_ksettings_get_npage +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 0x276b3ce4 free_mdio_bitbang +EXPORT_SYMBOL drivers/net/mdio/mdio-bitbang 0x42d17898 mdiobb_read +EXPORT_SYMBOL drivers/net/mdio/mdio-bitbang 0x4a302de9 mdiobb_write +EXPORT_SYMBOL drivers/net/mdio/mdio-bitbang 0xe273dee0 alloc_mdio_bitbang +EXPORT_SYMBOL drivers/net/mdio/mdio-cavium 0x0f663161 cavium_mdiobus_write +EXPORT_SYMBOL drivers/net/mdio/mdio-cavium 0x37a8d4d4 cavium_mdiobus_read +EXPORT_SYMBOL drivers/net/mdio/mdio-mscc-miim 0x46a2e9d9 mscc_miim_setup +EXPORT_SYMBOL drivers/net/mii 0x0fb0cbe5 mii_ethtool_gset +EXPORT_SYMBOL drivers/net/mii 0x42ee5777 mii_nway_restart +EXPORT_SYMBOL drivers/net/mii 0x4621bd42 mii_ethtool_get_link_ksettings +EXPORT_SYMBOL drivers/net/mii 0x6840c3b8 mii_link_ok +EXPORT_SYMBOL drivers/net/mii 0x8598e815 mii_check_media +EXPORT_SYMBOL drivers/net/mii 0x99e4a6bb mii_check_gmii_support +EXPORT_SYMBOL drivers/net/mii 0x9b12ba6b generic_mii_ioctl +EXPORT_SYMBOL drivers/net/mii 0xc691d8ce mii_ethtool_sset +EXPORT_SYMBOL drivers/net/mii 0xc745111e mii_ethtool_set_link_ksettings +EXPORT_SYMBOL drivers/net/mii 0xe4a49a3c mii_check_link +EXPORT_SYMBOL drivers/net/pcs/pcs-lynx 0x0cad3e7a lynx_pcs_destroy +EXPORT_SYMBOL drivers/net/pcs/pcs-lynx 0xbcd19e58 lynx_pcs_create +EXPORT_SYMBOL drivers/net/pcs/pcs-lynx 0xf77e8804 lynx_get_mdio_device +EXPORT_SYMBOL drivers/net/phy/bcm-phy-lib 0x6fe9008a bcm54xx_auxctl_write +EXPORT_SYMBOL drivers/net/ppp/pppox 0x07724dea pppox_unbind_sock +EXPORT_SYMBOL drivers/net/ppp/pppox 0x599b531f register_pppox_proto +EXPORT_SYMBOL drivers/net/ppp/pppox 0x98083bb5 pppox_ioctl +EXPORT_SYMBOL drivers/net/ppp/pppox 0xcdd721ed pppox_compat_ioctl +EXPORT_SYMBOL drivers/net/ppp/pppox 0xe0ff7a18 unregister_pppox_proto +EXPORT_SYMBOL drivers/net/sungem_phy 0xa884da36 sungem_phy_probe +EXPORT_SYMBOL drivers/net/team/team 0x333ffd36 team_options_unregister +EXPORT_SYMBOL drivers/net/team/team 0x4205fc80 team_mode_unregister +EXPORT_SYMBOL drivers/net/team/team 0x4d8044ee team_modeop_port_change_dev_addr +EXPORT_SYMBOL drivers/net/team/team 0x5f3e94cf team_option_inst_set_change +EXPORT_SYMBOL drivers/net/team/team 0x8ba05544 team_mode_register +EXPORT_SYMBOL drivers/net/team/team 0x915de04c team_modeop_port_enter +EXPORT_SYMBOL drivers/net/team/team 0xc00d5f32 team_options_change_check +EXPORT_SYMBOL drivers/net/team/team 0xe65a9d59 team_options_register +EXPORT_SYMBOL drivers/net/usb/usbnet 0x1cc6c4b6 usbnet_manage_power +EXPORT_SYMBOL drivers/net/usb/usbnet 0x7d6f94aa usbnet_device_suggests_idle +EXPORT_SYMBOL drivers/net/usb/usbnet 0xdc334335 usbnet_link_change +EXPORT_SYMBOL drivers/net/wan/hdlc 0x075eea05 register_hdlc_protocol +EXPORT_SYMBOL drivers/net/wan/hdlc 0x0ec89c1d detach_hdlc_protocol +EXPORT_SYMBOL drivers/net/wan/hdlc 0x30e112a0 hdlc_ioctl +EXPORT_SYMBOL drivers/net/wan/hdlc 0x55f8634e unregister_hdlc_device +EXPORT_SYMBOL drivers/net/wan/hdlc 0x607b793c hdlc_start_xmit +EXPORT_SYMBOL drivers/net/wan/hdlc 0x8819cb68 hdlc_open +EXPORT_SYMBOL drivers/net/wan/hdlc 0x92862753 alloc_hdlcdev +EXPORT_SYMBOL drivers/net/wan/hdlc 0x9317fe9c hdlc_close +EXPORT_SYMBOL drivers/net/wan/hdlc 0xb592662b unregister_hdlc_protocol +EXPORT_SYMBOL drivers/net/wan/hdlc 0xf00c1eb8 attach_hdlc_protocol +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x0049fd82 ath_hw_keyreset +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 0x2e282910 ath_hw_setbssidmask +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x39e0720b ath_rxbuf_alloc +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x40950c6c ath_hw_cycle_counters_update +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x4571aea8 ath_is_world_regd +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x47f9ec41 ath_key_delete +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x5d98954a dfs_pattern_detector_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x6c0e27a3 ath_hw_get_listen_time +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x7245f177 ath_is_mybeacon +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x8b7e64b1 ath_reg_notifier_apply +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x8c98533c ath_key_config +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x96e45d59 ath_hw_keysetmac +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x9907db8d ath_regd_init +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 0xbaaa930e ath_printk +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x015e5db2 ath10k_debug_mask +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x05d5f0cc ath10k_info +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x09d6d800 ath10k_core_create +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x17515b1c ath10k_core_napi_sync_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x187b85b1 __ath10k_ce_send_revert +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x1a456313 ath10k_bmi_start +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x1ea66703 ath10k_htc_rx_completion_handler +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x1f02367b ath10k_bmi_read_memory +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x20271961 ath10k_ce_deinit_pipe +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x2035543d ath10k_ce_send +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x24ef11c8 ath10k_coredump_new +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x34f4b3f4 ath10k_ce_completed_send_next +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x397bfbb4 ath10k_ce_init_pipe +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x3c30a19f ath10k_print_driver_info +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x3cbb21b1 ath10k_ce_disable_interrupt +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x3dcd2ba9 ath10k_ce_dump_registers +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x417ff37c ath10k_err +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x41cf5149 ath10k_core_start_recovery +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x45de3a93 ath10k_ce_disable_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x462cdcf1 ath10k_htc_tx_completion_handler +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x463ac739 ath10k_core_check_dt +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x4b060ca6 ath10k_core_unregister +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x4d96a765 ath10k_htt_rx_hl_indication +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x51917dec ath10k_ce_alloc_pipe +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x54513912 ath10k_core_destroy +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x5ee514f8 ath10k_core_register +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x61cbecdf ath10k_ce_free_pipe +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x640fdde2 ath10k_core_napi_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x69844add ath10k_ce_completed_send_next_nolock +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x6c73ba0c ath10k_core_start +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x6da399cc ath10k_htc_process_trailer +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x6f6efa20 ath10k_ce_send_nolock +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x70706d3d ath10k_htt_hif_tx_complete +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x789660a0 ath10k_ce_cancel_send_next +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x7d7b66ae ath10k_htt_txrx_compl_task +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x7e3aec8a ath10k_core_fetch_board_file +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x803fc3ca ath10k_htc_notify_tx_completion +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x83fcf3ac ath10k_core_free_board_files +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x8dbbc8e9 ath10k_ce_enable_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x91cd9f21 ath10k_htt_t2h_msg_handler +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x9a7aa229 ath10k_ce_num_free_src_entries +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x9ab9780a ath10k_htt_rx_pktlog_completion_handler +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x9db78b9f ath10k_ce_per_engine_service +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xa0c9e23f ath10k_ce_alloc_rri +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xa1e4849a __tracepoint_ath10k_log_dbg +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xa2dea529 ath10k_coredump_get_mem_layout +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xa3e4b890 ath10k_core_stop +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xa53a2630 ath10k_ce_rx_update_write_idx +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xb90588ab ath10k_ce_completed_recv_next +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xba0ef687 ath10k_ce_free_rri +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xc75849b2 ath10k_warn +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xc81f7010 ath10k_mac_tx_push_pending +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xd0ff63b7 ath10k_ce_completed_recv_next_nolock +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xdfca38e8 ath10k_ce_revoke_recv_next +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xee89537e ath10k_ce_enable_interrupt +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xf0cf7576 ath10k_ce_rx_post_buf +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xf4a3fc75 __ath10k_ce_rx_num_free_bufs +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xfd0ca2b7 ath10k_ce_per_engine_service_any +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x16d333c4 ath11k_pcic_ce_irqs_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x1ad0f36b ath11k_dp_service_srng +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x1d313398 ath11k_pcic_ext_irq_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x1f8ac1b1 ath11k_pcic_free_irq +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x2e7f17d7 ath11k_debugfs_soc_destroy +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x2e808f91 ath11k_core_pre_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x37c2d035 ath11k_core_resume +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x385af715 ath11k_hal_srng_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x38f82115 ath11k_pcic_register_pci_ops +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x48c404d9 ath11k_pcic_get_user_msi_assignment +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x51e5ea6e ath11k_core_deinit +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x54151639 ath11k_ce_per_engine_service +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x56d35df8 ath11k_pcic_get_msi_address +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x58b63804 ath11k_pcic_read +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x606a5b5a __tracepoint_ath11k_log_dbg +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x63af2fc5 ath11k_pci_disable_ce_irqs_except_wake_irq +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x6af57ceb ath11k_pcic_config_irq +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x7103b743 ath11k_pcic_ext_irq_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x7de297ce ath11k_pci_enable_ce_irqs_except_wake_irq +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x84e96f90 ath11k_core_suspend +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x8840fb7c ath11k_pcic_stop +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x8d52e74b ath11k_core_alloc +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x917f0460 ath11k_ce_get_shadow_config +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x91bcecc0 ath11k_pcic_ce_irq_disable_sync +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x9c51bcc4 ath11k_debug_mask +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xa1e749d8 ath11k_ce_get_attr_flags +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xc2fbdf8e ath11k_pcic_init_msi_config +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xcc819860 ath11k_qmi_deinit_service +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xcd23144f ath11k_ce_rx_post_buf +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xd3a80bd4 ath11k_core_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xd42f74b8 ath11k_ce_cleanup_pipes +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xe30b97e9 ath11k_warn +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xe4a8c8e8 ath11k_pcic_read32 +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xe6b41094 ath11k_hal_srng_deinit +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xe820fa04 ath11k_err +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xeb59ec8d ath11k_pcic_start +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xebb8be82 ath11k_ce_free_pipes +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xec74d5b5 ath11k_pcic_write32 +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xed445752 ath11k_core_free +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xf0197188 ath11k_cold_boot_cal +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xf48ce843 ath11k_pcic_get_ce_msi_idx +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xf6fe2ee7 ath11k_pcic_map_service_to_pipe +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xfba435ba ath11k_ce_alloc_pipes +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xffc8bb0a ath11k_info +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x01b45024 ath6kl_core_tx_complete +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x0d86da7d ath6kl_read_tgt_stats +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x1354043d ath6kl_warn +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x17be67b9 ath6kl_cfg80211_suspend +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x2b0e11aa ath6kl_cfg80211_resume +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x3502feef ath6kl_info +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x57891025 ath6kl_core_create +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 0xcc997a88 ath6kl_core_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xddea1b04 ath6kl_hif_intr_bh_handler +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xdfe5a55f ath6kl_stop_txrx +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xe40a7b23 ath6kl_core_rx_complete +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xf209ef99 ath6kl_core_cleanup +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xf5fdd896 ath6kl_core_destroy +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x26654a7a ath9k_cmn_init_channels_rates +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x30686f08 ath9k_cmn_spectral_init_debug +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x3658fd7e ath_cmn_process_fft +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x37db5944 ath9k_cmn_setup_ht_cap +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x41aae67b ath9k_cmn_debug_stat_rx +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x456ec28a ath9k_cmn_update_txpow +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x4e6f6350 ath9k_cmn_spectral_scan_config +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x53814fcc ath9k_cmn_rx_accept +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x543f46a9 ath9k_cmn_beacon_config_sta +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x607ee33f ath9k_cmn_debug_recv +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x6bcefb62 ath9k_cmn_spectral_deinit_debug +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x6e2e72a2 ath9k_cmn_get_hw_crypto_keytype +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x70cc41ce ath9k_cmn_debug_base_eeprom +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x73270aa2 ath9k_cmn_rx_skb_postprocess +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x7dcb1a04 ath9k_cmn_beacon_config_adhoc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x834e1a3a ath9k_cmn_reload_chainmask +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x982823f1 ath9k_cmn_spectral_scan_trigger +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x985a79d7 ath9k_cmn_debug_modal_eeprom +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xb6ef5625 ath9k_cmn_process_rssi +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xc2db3efa ath9k_cmn_debug_phy_err +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xc7a277be ath9k_cmn_process_rate +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xc8a6072c ath9k_cmn_beacon_config_ap +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xd27406c4 ath9k_cmn_init_crypto +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xd2981357 ath9k_cmn_count_streams +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xecc9f20d ath9k_cmn_get_channel +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x05f16418 ath9k_hw_gettsf32 +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x06400619 ar9003_hw_bb_watchdog_dbg_info +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x08bc0d85 ath9k_hw_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x097c7496 ath9k_hw_gpio_free +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0a050685 ath9k_hw_puttxbuf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0d291a78 ath9k_hw_phy_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0e83840d ath9k_hw_setpower +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0ed77f07 ath9k_hw_stop_dma_queue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0f413036 ath9k_hw_check_nav +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0f77dafc ath9k_hw_get_tsf_offset +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x1063ce98 ath9k_hw_kill_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x1099ff12 ath9k_hw_process_rxdesc_edma +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x10d125f2 ath9k_hw_resettxqueue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x15cc0fdc ath9k_hw_set_rx_bufsize +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x16856db3 ath9k_hw_intrpend +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x16e3b9de ath9k_hw_updatetxtriglevel +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x19d39227 ath9k_hw_btcoex_deinit +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x1a75551e ath9k_hw_btcoex_init_mci +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x1c59dd5d ath9k_hw_set_txq_props +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x1c7a4575 ath9k_hw_set_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x1f954429 ar9003_hw_bb_watchdog_check +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x25e278f5 ath9k_hw_setrxfilter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x285eabe0 ar9003_get_pll_sqsum_dvc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x2966bded ath9k_hw_getrxfilter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x2ba800ce ath9k_hw_setantenna +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x2f93b675 ar9003_hw_disable_phy_restart +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x3047a01a ath9k_hw_wow_apply_pattern +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x31ebb33e ath9k_hw_releasetxqueue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x330585a5 ath9k_hw_btcoex_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x35be2468 ath9k_hw_gettxbuf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x3a4e9ef9 ath9k_hw_btcoex_set_concur_txprio +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x3bd1c1f7 ath9k_hw_set_sta_beacon_timers +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x41f38c81 ath9k_hw_computetxtime +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x447c40a9 ath9k_hw_setopmode +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x457adb0d ath9k_hw_btcoex_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x46f37052 ath9k_hw_reset +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x495b3496 ath9k_hw_gen_timer_stop +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x4bbaf5c6 ath9k_hw_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x4c1b0213 ar9003_paprd_setup_gain_table +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x4def3f86 ath9k_hw_settsf64 +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x4e8be671 ar9003_paprd_is_done +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x52df61dc ath9k_hw_getnf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x54b95603 ath9k_hw_txstart +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x55b839f9 ath9k_hw_abort_tx_dma +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x5927cab1 ath9k_hw_wow_wakeup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x597f35ae ath9k_hw_btcoex_set_weight +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x5de428a2 ath9k_hw_gpio_request_in +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x5ed626ae ath9k_hw_beaconinit +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x64f4b776 ath9k_hw_disable_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x661d82ee ath9k_hw_init_btcoex_hw +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x68b43e97 ath9k_hw_beaconq_setup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x70b8346c ath9k_hw_deinit +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x73849643 ath9k_hw_setup_statusring +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x7559c497 ath9k_hw_wow_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x75818abb ath9k_hw_get_txq_props +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x77f40c89 ar9003_is_paprd_enabled +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x79f77274 ath9k_hw_rxprocdesc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x7c71f2ee ath9k_hw_gpio_request_out +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x7d09cd3f ath9k_hw_abortpcurecv +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x7f1f9257 ar9003_paprd_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x88fca024 ath_gen_timer_alloc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x8aed04e1 ath9k_hw_putrxbuf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x8c562216 ath9k_hw_gen_timer_start +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x8d347b1b ath9k_hw_disable_mib_counters +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x8f1d29c8 ath9k_hw_reset_calvalid +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x907c3cae ath9k_hw_name +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x9222276b ar9003_mci_state +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x9364a420 ath9k_hw_numtxpending +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x9507df16 ath9k_hw_btcoex_init_3wire +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x95f6c1c1 ath9k_hw_enable_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x9cbbd917 ath9k_hw_set_tsfadjust +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x9e347d97 ar9003_paprd_create_curve +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x9f584b7f ath9k_hw_write_associd +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa2859281 ath_gen_timer_isr +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa5b4fbcc ar9003_mci_setup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa82cbea3 ath9k_hw_loadnf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa99c3350 ar9003_mci_set_bt_version +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xaad6ecae ath9k_hw_gpio_get +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xace93c03 ath9k_hw_setuptxqueue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xadb9d09c ar9003_paprd_init_table +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xaf28a21c ath9k_hw_btcoex_init_2wire +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb08757c9 ath9k_hw_stopdmarecv +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb0fd50ec ath9k_hw_btcoex_init_scheme +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb71a716d ath9k_hw_ani_monitor +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xba554e0a ar9003_mci_send_wlan_channels +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xbc9de07a ath9k_hw_set_tx_filter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xbedb4705 ath9k_hw_check_alive +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc92a97f4 ar9003_mci_send_message +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xcae65b46 ath9k_hw_setrxabort +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xced4bf49 ath9k_hw_setuprxdesc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd0e521ec ath9k_hw_btcoex_bt_stomp +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd50fce8d ath9k_hw_set_txpowerlimit +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd86ef894 ath9k_hw_setmcastfilter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd9da3d37 ath9k_hw_bstuck_nfcal +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xdd9b6c6d ath9k_hw_resume_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xdee07ab2 ath9k_hw_set_gpio +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xe162dabc ath9k_hw_gettsf64 +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xe245c834 ar9003_paprd_populate_single_table +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xe68d2472 ath_gen_timer_free +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xeb0fda42 ath9k_hw_getchan_noise +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf0324920 ar9003_mci_get_next_gpm_offset +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf151830a ar9003_mci_cleanup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf1b9e0d6 ath9k_hw_startpcureceive +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf3db0aee ath9k_hw_init_global_settings +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xfabfe6b3 ath9k_hw_addrxbuf_edma +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xfdc2370d ath9k_hw_reset_tsf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xfe632386 ath9k_hw_wait +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xfea8c363 ar9003_mci_get_interrupt +EXPORT_SYMBOL drivers/net/wireless/atmel/atmel 0x963faf1b stop_atmel_card +EXPORT_SYMBOL drivers/net/wireless/atmel/atmel 0xaeb7f332 init_atmel_card +EXPORT_SYMBOL drivers/net/wireless/atmel/atmel 0xdc9b2055 atmel_open +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x1906648e brcmu_boardrev_str +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x207720ff brcmu_pktq_pdeq +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x58b3c503 brcmu_pktq_pdeq_tail +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x5e5ebfad brcmu_pktq_flush +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x707942dc brcmu_pkt_buf_get_skb +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x794091ee brcmu_pktq_peek_tail +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x83cea367 brcmu_pktq_mdeq +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x866443f9 brcmu_pktq_penq +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x93fa90b5 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 0xbe95f800 brcmu_pktq_pdeq_match +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0xd35f0f0a brcmu_pktq_penq_head +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0xd3b219a7 brcmu_pkt_buf_free_skb +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0xd6217d91 brcmu_d11_attach +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0xe35de464 brcmu_pktq_init +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0xf5c354f8 brcmu_pktq_pflush +EXPORT_SYMBOL drivers/net/wireless/cisco/airo 0x2965b23e init_airo_card +EXPORT_SYMBOL drivers/net/wireless/cisco/airo 0x5e7f0b4a stop_airo_card +EXPORT_SYMBOL drivers/net/wireless/cisco/airo 0x96143a31 reset_airo_card +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x34026318 libipw_xmit +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x342599b2 libipw_wx_set_encode +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x3d5cb554 free_libipw +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x447b4bed libipw_freq_to_channel +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x4cb2788c libipw_wx_get_encode +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x57c11d55 alloc_libipw +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x5dfc2122 libipw_wx_get_scan +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x60bda3e6 libipw_channel_to_freq +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x696e012e libipw_rx +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x7175d404 libipw_rx_mgt +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x74473293 libipw_channel_to_index +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x756bc854 libipw_set_geo +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x88c6ee8a libipw_networks_age +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x8d7f3ac2 libipw_is_valid_channel +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x8faa80fa libipw_txb_free +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0xda4661cd libipw_get_channel_flags +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0xe322b4c1 libipw_get_geo +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0xf9b5298a libipw_get_channel +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0xfafb2ae9 libipw_wx_get_encodeext +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0xfd002641 libipw_wx_set_encodeext +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x02caa782 il_set_rate +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x049b4861 il_restore_stations +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x07fbe19f il_send_lq_cmd +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x0a678b4c il_full_rxon_required +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x128aee3f il_connection_init_rx_config +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x12986684 il_add_station_common +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x144c922d il_leds_exit +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x1656709b il_setup_watchdog +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x170453f7 il_dbgfs_register +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x179d020f il_add_beacon_time +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x1df9ea59 il_mac_config +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x1e661809 il_eeprom_query_addr +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x224cdf5e il_power_initialize +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x2558b8a5 il_tx_queue_unmap +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x2bf7eea6 il_queue_space +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x2cacc166 il_chswitch_done +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x2df435b9 il_free_channel_map +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x30c0337c il_mac_reset_tsf +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x30d57faa il_hdl_spectrum_measurement +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x31378e3d il_get_passive_dwell_time +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x322f6ee8 _il_poll_bit +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x3446646e il_mac_remove_interface +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x35787481 il_set_rxon_channel +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x36b832f1 il_scan_cancel +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x37ee2f7b il_mac_hw_scan +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x39a4bf50 il_send_cmd_sync +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x39c11bd5 il_set_tx_power +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x3eedc623 il_send_cmd_pdu_async +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x416bd26a il_debug_level +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x425380c6 il_eeprom_init +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x446e267e il_init_scan_params +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x449ecd5e il_tx_cmd_protection +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x45b52d89 il_dbgfs_unregister +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x466e94cf il_tx_queue_init +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x4a2e93ee il_irq_handle_error +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x4a8df289 il_init_geos +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x4bbe5dfa il_txq_update_write_ptr +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x4e1f9a52 il_send_cmd +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x4e6c1e85 il_get_active_dwell_time +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x4fcba187 il_get_free_ucode_key_idx +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x506aae8e il_hdl_pm_sleep +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x56165734 il_alloc_txq_mem +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x56ce09a1 il_apm_init +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x5bcb0526 il_tx_queue_reset +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x67a85468 il_get_single_channel_number +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x6df6b3d1 il_leds_init +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x798a88cd il_free_txq_mem +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x7d69b42e il_mac_change_interface +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x7fd8ab68 il_fill_probe_req +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x85b16fe6 il_check_rxon_cmd +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x881addb2 il_force_reset +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x8bceaea6 il_send_add_sta +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x8beb1da3 il_hdl_pm_debug_stats +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x8e68a720 il_setup_scan_deferred_work +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x8eef8493 il_clear_ucode_stations +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x908d89d6 il_cmd_queue_unmap +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x92edb9dc il_pm_ops +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x94962d83 il_clear_bit +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x9ab15b00 il_send_bt_config +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x9bca807e il_set_bit +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x9be0a93d il_tx_cmd_complete +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x9bf0d056 il_get_channel_info +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x9cc714af il_bg_watchdog +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x9ed541b5 il_usecs_to_beacons +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xa0d98fad il_tx_queue_free +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xa29f43b8 il_send_rxon_timing +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xa7cc072f il_mac_sta_remove +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xa84538de il_rx_queue_space +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xac12921c _il_apm_stop +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xae863365 il_is_ht40_tx_allowed +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xb311f628 il_mac_conf_tx +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xb408275c il_hdl_error +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 0xbc1622f5 il_rx_queue_alloc +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xc3df277c il_set_decrypted_flag +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xc4eabef4 il_poll_bit +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xc651087b il_send_stats_request +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xc92934c6 il_cancel_scan_deferred_work +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xcb86338d il_mac_bss_info_changed +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xccd5b69d il_setup_rx_scan_handlers +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xccfc8ab1 il_rd_prph +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xd09ca9f3 il_set_rxon_ht +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xd2e46238 il_send_cmd_pdu +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xd382c3f8 il_free_geos +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xd3c3d64b il_scan_cancel_timeout +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xd5d6c063 il_set_flags_for_band +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xdb4b8bfa il_eeprom_free +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xdc13d056 il_rx_queue_update_write_ptr +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xdd58729b il_update_stats +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xdedb4d45 il_hdl_csa +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xe6f58874 il_wr_prph +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xe7843dd1 il_set_rxon_hwcrypto +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xead503d1 il_init_channel_map +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xf2918881 il_write_targ_mem +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xf3c3986f il_apm_stop +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xf4ffd4bf il_power_update_mode +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xf50fbc90 il_get_lowest_plcp +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xf52ccdb2 il_read_targ_mem +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xf6791b52 il_eeprom_query16 +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xf70a693b il_bcast_addr +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xfa77f48c il_cmd_queue_free +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xfbfdfd46 il_mac_add_interface +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xfe118d0d il_mac_flush +EXPORT_SYMBOL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x1415bb99 __traceiter_iwlwifi_dev_ucode_wrap_event +EXPORT_SYMBOL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x31f59c83 iwl_trans_pcie_remove +EXPORT_SYMBOL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x36a862e9 __tracepoint_iwlwifi_dev_ucode_event +EXPORT_SYMBOL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x3d23c104 __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 0x80883dcf __traceiter_iwlwifi_dev_ucode_cont_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 0xaaafbd3e __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/intel/iwlwifi/iwlwifi 0xfe02b015 __traceiter_iwlwifi_dev_ucode_event +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x045c4094 hostap_get_porttype +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x0e273968 hostap_info_process +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x12ce9241 hostap_check_sta_fw_version +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x284ab793 hostap_remove_interface +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x297c66aa hostap_set_word +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x2a31efbe hostap_set_encryption +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x35f55682 hostap_handle_sta_tx_exc +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x3c27b649 hostap_remove_proc +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x50a327ee hostap_init_ap_proc +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x58ad353b hostap_set_hostapd_sta +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x5dcce72f 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 0x7716cac4 prism2_update_comms_qual +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x7fb75891 hostap_dump_rx_header +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x852a88ee hostap_init_data +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x86f76e2b hostap_add_interface +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x9e4ca9c4 hostap_master_start_xmit +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xa2c714f7 hostap_80211_ops +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xa5134dfc hostap_80211_rx +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xaa75a4e8 hostap_set_hostapd +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xb4b77c8b hostap_80211_get_hdrlen +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xbcfc3513 hostap_set_string +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xbd8f95e4 hostap_info_init +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xc4c5a21e hostap_setup_dev +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xde8bb694 hostap_set_auth_algs +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xe7acf84b hostap_set_antsel +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xf650230b hostap_init_proc +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xf91c03e2 hostap_dump_tx_header +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xff7dc1fd hostap_set_roaming +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x00447b77 orinoco_init +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x0e344136 free_orinocodev +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x1146ff31 orinoco_tx_timeout +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x173c8c03 orinoco_if_del +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x6b896ac7 orinoco_change_mtu +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x8442a3cd orinoco_if_add +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x8de24f14 orinoco_process_xmit_skb +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x93f662bf orinoco_open +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x9c41179b __orinoco_ev_rx +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0xa2cd8ab6 alloc_orinocodev +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0xbaf0d3df orinoco_set_multicast_list +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0xbd93bb9c __orinoco_ev_info +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0xc29737d4 hermes_struct_init +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0xc3b2bee8 orinoco_down +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0xe33cbd85 orinoco_stop +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0xf45c8c6a orinoco_up +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0xffe27bca orinoco_interrupt +EXPORT_SYMBOL drivers/net/wireless/mediatek/mt76/mt76 0x32116f92 mt76_wcid_key_setup +EXPORT_SYMBOL drivers/net/wireless/mediatek/mt76/mt76 0x327a9822 mt76_rx_signal +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/btcoexist/btcoexist 0x3cadfe84 rtl_btc_get_ops_pointer +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x0a18b97c rtl92c_download_fw +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x13735a10 _rtl92c_phy_set_rf_sleep +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x14d8eaac _rtl92c_phy_bb8192c_config_parafile +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x1a943fc2 rtl92c_dm_init_edca_turbo +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 0x24f1f518 rtl92c_phy_rf_config +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x269b0f3d rtl92c_set_fw_joinbss_report_cmd +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x29b7c5b4 rtl8192_phy_check_is_legal_rfpath +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x308be5b8 rtl92c_dm_write_dig +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x39de8fe9 rtl92c_firmware_selfreset +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x40b497d6 _rtl92c_store_pwrindex_diffrate_offset +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x40c9dd94 rtl92c_phy_query_bb_reg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x425c55dd _rtl92c_phy_rf_serial_read +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x4ecab593 rtl92c_dm_bt_coexist +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x5042bd08 rtl92c_phy_lc_calibrate +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x5e8a9818 rtl92c_phy_set_io_cmd +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x6100990d _rtl92c_phy_rf_serial_write +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x65309000 rtl92ce_phy_set_rf_on +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x6831923c rtl92c_dm_init_rate_adaptive_mask +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x717fa9da rtl92c_bt_rssi_state_change +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x7f166e54 _rtl92c_phy_fw_rf_serial_write +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x7ff87a01 rtl92c_phy_sw_chnl_callback +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x8008eb80 rtl92c_phy_set_io +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x850785c7 rtl92c_phy_set_bw_mode +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x8e079bde rtl92c_fill_h2c_cmd +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x94fb7dab rtl92c_dm_init +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x95182b59 rtl92c_dm_check_txpower_tracking +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xa7f4183b rtl92c_dm_watchdog +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xb47a9ad2 rtl92c_phy_ap_calibrate +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xc220660c rtl92c_phy_set_bb_reg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xc8676d15 _rtl92c_phy_fw_rf_serial_read +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xd4fa9409 rtl92c_set_fw_pwrmode_cmd +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xdbb50c9d _rtl92c_phy_txpwr_idx_to_dbm +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xe1740b1f rtl92c_dm_rf_saving +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xe4a834ac rtl92c_set_fw_rsvdpagepkt +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xe4db09ab rtl92c_phy_set_rfpath_switch +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xe52997de _rtl92c_phy_dbm_to_txpwr_idx +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xe779c7cb rtl92c_phy_sw_chnl +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xeba02106 rtl92c_phy_update_txpower_dbm +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xedcee482 rtl92c_phy_iq_calibrate +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xf43e79ed _rtl92c_phy_init_bb_rf_register_definition +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xfb068156 rtl92c_phy_set_txpower_level +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_pci 0x2b18dc46 rtl_pci_suspend +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_pci 0x4815399d rtl_pci_disconnect +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_pci 0x6cd66e0d rtl_pci_probe +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_pci 0xd21c2c35 rtl_pci_resume +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_usb 0x674d2040 rtl_usb_suspend +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_usb 0xb1818641 rtl_usb_probe +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_usb 0xb561bd5f rtl_usb_resume +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_usb 0xcd871492 rtl_usb_disconnect +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x068da588 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 0x10ff3133 efuse_read_1byte +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x17715e3c efuse_shadow_read +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x18a4e7ec efuse_power_switch +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x1a534052 rtl_cam_empty_entry +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x1b945315 rtl_addr_delay +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x1d421ed5 rtl_efuse_shadow_map_update +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x2fd7fd2f rtl_bb_delay +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x30a956d7 rtl_query_rxpwrpercentage +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x3f5ef559 rtl_cam_add_one_entry +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x4497e45d rtl_init_rfkill +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x54824f58 channel5g +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x571a9c77 rtl_c2hcmd_enqueue +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x66c5845d rtl_rfreg_delay +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x6b8b3960 rtl_cam_delete_one_entry +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x6c5b6ba1 rtl_ps_enable_nic +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x85634eb1 rtl_signal_scale_mapping +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x8d0831e3 rtl_ps_disable_nic +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x8ea60059 rtl_fw_cb +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x9833e5fb rtl_process_phyinfo +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xa31826c7 rtl_phy_scan_operation_backup +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xa9d39d2f rtl_collect_scan_list +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xaad1bf27 efuse_one_byte_read +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xad20b0ad rtl_hal_pwrseqcmdparsing +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xb22b8c68 rtl_cam_reset_all_entry +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xb52558ed rtl_rx_ampdu_apply +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xbc4ba459 rtl_send_smps_action +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xca624a43 rtlwifi_rate_mapping +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xcbbd7e2d rtl_cam_del_entry +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xddecffbc rtl_cam_get_free_entry +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xddf1c95c rtl_dm_diginit +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xe4bbd5a3 rtl_get_tcb_desc +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xebedfe5f rtl_wowlan_fw_cb +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xed7c8cf2 rtl_evm_db_to_percentage +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xf2bd2383 rtl_cmd_send_packet +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xf797f1c3 rtl_cam_mark_invalid +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_8723d 0x47bca1fd rtw8723d_hw_spec +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_8821c 0xda7cd670 rtw8821c_hw_spec +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_8822b 0xac5cdb4f rtw8822b_hw_spec +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_8822c 0x439eb071 rtw8822c_hw_spec +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x0c24df0f rtw_regd_get +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x131206b3 rtw_phy_cfg_rf +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x14ad18ce rtw_phy_cfg_bb +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x17da840d rtw_bf_phy_init +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x19f63587 rtw_phy_write_rf_reg_sipi +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x287df71e rtw_fw_c2h_cmd_isr +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x2c1049a8 rtw_register_hw +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x2c14c878 rtw_phy_pwrtrack_need_iqk +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x2ee8b96c rtw_unregister_hw +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x33b3f3c0 rtw_debug_mask +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x36c5bfca rtw_disable_lps_deep_mode +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x375fbf1b rtw_core_init +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x42e5a9d8 rtw_phy_parsing_cfo +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x436068c2 rtw_phy_read_rf_sipi +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 0x4495399a rtw_dump_fw +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x47cd36ae rtw_phy_config_swing_table +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x4da27366 rtw_fw_c2h_cmd_rx_irqsafe +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x519c8ba9 rtw_rate_size +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x53ef16e9 rtw_phy_pwrtrack_avg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x58210e60 rtw_rate_section +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x58eb5815 rtw_phy_cfg_mac +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x5be55b5e rtw_phy_write_rf_reg_mix +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x5febf5c7 rtw_phy_pwrtrack_need_lck +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x615add22 rtw_phy_read_rf +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x6345a31a rtw_power_mode_change +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x6398b21b rtw_set_channel_mac +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x63ffce13 rtw_phy_pwrtrack_get_pwridx +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x65ecb0c1 rtw_tx_fill_tx_desc +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x65eee501 rtw_read8_physical_efuse +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x66a8d28d rtw_parse_tbl_txpwr_lmt +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x71056318 rtw_bf_set_gid_table +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x778e2da2 rtw_bf_enable_bfee_mu +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x7a3dd086 rtw_dump_reg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x7ee3981f rtw_core_deinit +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x83bc65c7 rtw_parse_tbl_phy_cond +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x91656d0f rtw_phy_set_edcca_th +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x9284f029 rtw_fw_do_iqk +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x943f8fd9 rtw_phy_init +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x9822a863 rtw_ops +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x998907d2 rtw_set_rx_freq_band +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x9f4a5b45 rtw_coex_write_indirect_reg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x9fd91d08 rtw_bf_enable_bfee_su +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xa1246a57 rtw_phy_load_tables +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xa2763f15 rtw_tx_write_data_h2c_get +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xa34f1681 check_hw_ready +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xa80ba661 rtw_phy_cfg_agc +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xb8b580c8 rtw_parse_tbl_bb_pg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xb8d16b22 rtw_rx_fill_rx_status +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xbd4b645d __rtw_dbg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xbd9c4960 rtw_coex_write_scbd +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xc176fa22 rtw_tx_write_data_rsvd_page_get +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xc1a9b452 rtw_chip_info_setup +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xc74562e0 rtw_coex_read_indirect_reg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xc843810a rtw_phy_set_tx_power_level +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xc96cf2b0 rtw_restore_reg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xcbe8ba0d rtw_bf_cfg_csi_rate +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xcc3b0d43 rtw_bf_remove_bfee_su +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xd22a0b26 rtw_rx_stats +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xd71976b4 rtw_tx_report_enqueue +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xe7a87194 rtw_bf_remove_bfee_mu +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xe960b76f rtw_phy_pwrtrack_thermal_changed +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xecb906da rtw_phy_get_tx_power_index +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xf5d05eba rtw_phy_pwrtrack_get_delta +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xf7f601e2 rtw_fw_inform_rfk_status +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_pci 0x8d21208a rtw_pci_probe +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_pci 0xae78f234 rtw_pci_remove +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_pci 0xb37a7af8 rtw_pm_ops +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_pci 0xd83fc8be rtw_pci_shutdown +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_usb 0x08a6a9a0 rtw_usb_probe +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_usb 0xda63e48c rtw_usb_disconnect +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_8852a 0xedf291fd rtw8852a_chip_info +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_8852b 0x9a6c430d rtw8852b_chip_info +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_8852c 0x01c90f62 rtw8852c_chip_info +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x04c689ac rtw89_core_query_rxdesc +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x062bb88f rtw89_mac_read_xtal_si +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x0a42fb46 rtw89_mac_cfg_gnt +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x0aae2b56 rtw89_mac_size +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x12a359b2 rtw89_free_ieee80211_hw +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x131453f8 rtw89_phy_read_rf_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x18956e3d rtw89_mac_write_xtal_si +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x1c234278 rtw89_fw_h2c_rf_ntfy_mcc +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x1dc0641e rtw89_mac_stop_sch_tx +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x2a40dfea rtw89_mac_resume_sch_tx +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x2aad88d8 rtw89_core_napi_deinit +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x2cdf8854 rtw89_core_deinit +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x2e9cd580 rtw89_phy_read_txpwr_limit +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x31dd9549 rtw89_phy_load_txpwr_byrate +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x35debc23 rtw89_rfk_parser +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x3c507633 rtw89_chip_info_setup +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x495c745d rtw89_ops +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x4f9f292d rtw89_phy_write_rf +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x526c7d31 rtw89_btc_set_policy_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x54b343f6 rtw89_mac_cfg_ctrl_path_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x54e5774b rtw89_phy_read_rf +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x55828f28 rtw89_phy_tssi_ctrl_set_bandedge_cfg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x562802fd rtw89_core_fill_txdesc +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x589da31a rtw89_mac_get_txpwr_cr +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x5bbef868 rtw89_phy_write_rf_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x5ced140a rtw89_phy_set_txpwr_byrate +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x66adde54 rtw89_mac_set_err_status +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x67083b12 rtw89_phy_get_txsc +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x685bafea rtw89_ser_notify +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x732721b9 rtw89_btc_ntfy_wl_rfk +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x749b7fde rtw89_core_register +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x762e03c8 rtw89_mac_coex_init +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x8066d365 rtw89_mac_enable_bb_rf +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x84687c65 rtw89_core_rx +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x874a7ff2 rtw89_core_napi_start +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x8f2d4a32 rtw89_mac_resume_sch_tx_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x93b014c9 rtw89_phy_set_txpwr_limit +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x949acf93 rtw89_mac_cfg_gnt_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x94bba2da rtw89_mac_cfg_ctrl_path +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x95b2d10a rtw89_btc_set_policy +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x9b5cc888 __rtw89_debug +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xaa040b48 rtw89_phy_read32_idx +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xadf75cd7 rtw89_phy_config_rf_reg_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xb23bc98c rtw89_core_init +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xb28c4be3 rtw89_mac_get_err_status +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xba0c77ef rtw89_alloc_ieee80211_hw +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xc7b1cfd9 rtw89_core_napi_init +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xc84c69c2 rtw89_phy_write32_idx +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xc9721de6 rtw89_phy_set_txpwr_offset +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xd38b5d1e rtw89_phy_set_txpwr_limit_ru +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xddfb3c41 rtw89_mac_stop_sch_tx_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xe0f4972c rtw89_phy_write_reg3_tbl +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xe26e5727 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 0xe4a157fd rtw89_core_napi_stop +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xe7d686b6 rtw89_mac_coex_init_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xedbf660e rtw89_mac_disable_bb_rf +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xedc7bed5 rtw89_fw_h2c_dctl_sec_cam_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xee15e9c3 rtw89_core_fill_txdesc_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xf77ea536 rtw89_core_fill_txdesc_fwcmd_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xfe8ace1a rtw89_core_unregister +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x05de5769 rtw89_pci_ltr_set_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x0f393322 rtw89_pci_disable_intr +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x14b72a1b rtw89_pci_probe +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x174cc8a7 rtw89_pci_config_intr_mask +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x2511210a rtw89_pci_enable_intr +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 0x7c1d0e3f rtw89_pci_config_intr_mask_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x820cadfd rtw89_pci_ltr_set +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x9be21e6b rtw89_pci_enable_intr_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x9ce0961b rtw89_pci_ch_dma_addr_set +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0xa94b317a rtw89_pci_fill_txaddr_info_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0xd52d3086 rtw89_pm_ops +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0xe0fdd130 rtw89_pci_disable_intr_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0xe7d035f4 rtw89_pci_fill_txaddr_info +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0xe8a6f6b7 rtw89_pci_recognize_intrs +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0xed3a3931 rtw89_pci_recognize_intrs_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0xf630d9a9 rtw89_pci_ch_dma_addr_set_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0xfe65183f rtw89_pci_remove +EXPORT_SYMBOL drivers/net/wireless/rsi/rsi_91x 0x5aca8798 rsi_config_wowlan +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0x5a2efe5f wlcore_tx_complete +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0x7c46c898 wl12xx_is_dummy_packet +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0x85b70f76 wl1271_free_tx_id +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0xf2589664 wlcore_calc_packet_alignment +EXPORT_SYMBOL drivers/nfc/fdp/fdp 0x47526a3e fdp_nci_probe +EXPORT_SYMBOL drivers/nfc/fdp/fdp 0x71d742b0 fdp_nci_remove +EXPORT_SYMBOL drivers/nfc/microread/microread 0x203c07dc microread_probe +EXPORT_SYMBOL drivers/nfc/microread/microread 0xcf869568 microread_remove +EXPORT_SYMBOL drivers/nfc/nxp-nci/nxp-nci 0x00950255 nxp_nci_remove +EXPORT_SYMBOL drivers/nfc/nxp-nci/nxp-nci 0x7fb668a4 nxp_nci_probe +EXPORT_SYMBOL drivers/nfc/nxp-nci/nxp-nci 0xecd2d009 nxp_nci_fw_recv_frame +EXPORT_SYMBOL drivers/nfc/pn533/pn533 0xcf3e95ba pn533_recv_frame +EXPORT_SYMBOL drivers/nfc/pn544/pn544 0x5b8b7dfa pn544_hci_remove +EXPORT_SYMBOL drivers/nfc/pn544/pn544 0x7dbce484 pn544_hci_probe +EXPORT_SYMBOL drivers/nfc/s3fwrn5/s3fwrn5 0x14b07211 s3fwrn5_phy_power_ctrl +EXPORT_SYMBOL drivers/nfc/s3fwrn5/s3fwrn5 0x28189dd9 s3fwrn5_recv_frame +EXPORT_SYMBOL drivers/nfc/s3fwrn5/s3fwrn5 0x63eab632 s3fwrn5_remove +EXPORT_SYMBOL drivers/nfc/s3fwrn5/s3fwrn5 0x774203fc s3fwrn5_phy_set_wake +EXPORT_SYMBOL drivers/nfc/s3fwrn5/s3fwrn5 0xdcff571e 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 0x0372f2a3 ndlc_remove +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0x09610b77 st_nci_se_init +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0x40adeece ndlc_close +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0x4c849018 ndlc_send +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0x50c57b6a st_nci_vendor_cmds_init +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0x5750d0db ndlc_probe +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0x68fff6b6 ndlc_recv +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0x7b614205 st_nci_se_io +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0xb8f1d4ac st_nci_se_deinit +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0xc3a82ebb ndlc_open +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x1aeb5c6e st21nfca_se_deinit +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x2b7ab833 st21nfca_connectivity_event_received +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x32b76a31 st21nfca_hci_remove +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x372dbd71 st21nfca_se_init +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x45ca3917 st21nfca_dep_init +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x4fcefa84 st21nfca_hci_disable_se +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x5109b712 st21nfca_im_send_dep_req +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x5290a3ea st21nfca_vendor_cmds_init +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x54cdd667 st21nfca_apdu_reader_event_received +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x807388a7 st21nfca_dep_event_received +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0xc399a591 st21nfca_dep_deinit +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0xcca8444c st21nfca_hci_probe +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0xd27bfd71 st21nfca_hci_enable_se +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0xdcd5c7f0 st21nfca_tm_send_dep_res +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0xe5d2ab49 st21nfca_im_send_atr_req +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0xe7738197 st21nfca_hci_loopback_event_received +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0xea1316ae st21nfca_hci_se_io +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0xeec49863 st21nfca_hci_discover_se +EXPORT_SYMBOL drivers/ntb/ntb 0x01e4c9b8 ntb_default_peer_port_count +EXPORT_SYMBOL drivers/ntb/ntb 0x03566e1b ntb_unregister_device +EXPORT_SYMBOL drivers/ntb/ntb 0x061f2c78 ntb_default_peer_port_idx +EXPORT_SYMBOL drivers/ntb/ntb 0x0846885d ntb_msi_init +EXPORT_SYMBOL drivers/ntb/ntb 0x1c5264be ntb_clear_ctx +EXPORT_SYMBOL drivers/ntb/ntb 0x371aa67c ntb_db_event +EXPORT_SYMBOL drivers/ntb/ntb 0x4dd47f0c ntb_msi_setup_mws +EXPORT_SYMBOL drivers/ntb/ntb 0x5c109908 ntbm_msi_free_irq +EXPORT_SYMBOL drivers/ntb/ntb 0x5c54f196 ntb_msi_peer_addr +EXPORT_SYMBOL drivers/ntb/ntb 0x5c6eaefd ntb_default_port_number +EXPORT_SYMBOL drivers/ntb/ntb 0x621db3b7 ntb_unregister_client +EXPORT_SYMBOL drivers/ntb/ntb 0x62be5401 ntb_msi_clear_mws +EXPORT_SYMBOL drivers/ntb/ntb 0x92d31138 ntb_default_peer_port_number +EXPORT_SYMBOL drivers/ntb/ntb 0x9d01b170 ntb_set_ctx +EXPORT_SYMBOL drivers/ntb/ntb 0xa2109651 ntb_msi_peer_trigger +EXPORT_SYMBOL drivers/ntb/ntb 0xb16670a8 ntbm_msi_request_threaded_irq +EXPORT_SYMBOL drivers/ntb/ntb 0xbcce6262 ntb_msg_event +EXPORT_SYMBOL drivers/ntb/ntb 0xbfbe668e ntb_register_device +EXPORT_SYMBOL drivers/ntb/ntb 0xda4c5452 ntb_link_event +EXPORT_SYMBOL drivers/ntb/ntb 0xe604be3b __ntb_register_client +EXPORT_SYMBOL drivers/nvdimm/nd_btt 0x2d88b57d nvdimm_namespace_attach_btt +EXPORT_SYMBOL drivers/nvdimm/nd_btt 0x948bc166 nvdimm_namespace_detach_btt +EXPORT_SYMBOL drivers/parport/parport 0x1079227a parport_wait_peripheral +EXPORT_SYMBOL drivers/parport/parport 0x301cd181 parport_ieee1284_read_nibble +EXPORT_SYMBOL drivers/parport/parport 0x37d716fd parport_ieee1284_read_byte +EXPORT_SYMBOL drivers/parport/parport 0x40685b9d parport_register_port +EXPORT_SYMBOL drivers/parport/parport 0x49e5f749 parport_ieee1284_epp_read_data +EXPORT_SYMBOL drivers/parport/parport 0x4d2a941b parport_ieee1284_interrupt +EXPORT_SYMBOL drivers/parport/parport 0x4dfc75ba __parport_register_driver +EXPORT_SYMBOL drivers/parport/parport 0x511dd465 parport_negotiate +EXPORT_SYMBOL drivers/parport/parport 0x5e3a3912 parport_irq_handler +EXPORT_SYMBOL drivers/parport/parport 0x62c76d2e parport_get_port +EXPORT_SYMBOL drivers/parport/parport 0x6ee69f0b parport_unregister_driver +EXPORT_SYMBOL drivers/parport/parport 0x724af1e7 parport_find_base +EXPORT_SYMBOL drivers/parport/parport 0x74f6ecbe parport_wait_event +EXPORT_SYMBOL drivers/parport/parport 0x81af0530 parport_put_port +EXPORT_SYMBOL drivers/parport/parport 0x90bec5b8 parport_write +EXPORT_SYMBOL drivers/parport/parport 0x946551dc parport_unregister_device +EXPORT_SYMBOL drivers/parport/parport 0x9ae2be98 parport_ieee1284_epp_write_addr +EXPORT_SYMBOL drivers/parport/parport 0xa2986e8d parport_set_timeout +EXPORT_SYMBOL drivers/parport/parport 0xab575e7f parport_ieee1284_write_compat +EXPORT_SYMBOL drivers/parport/parport 0xaee7afcb parport_ieee1284_epp_write_data +EXPORT_SYMBOL drivers/parport/parport 0xb2810b37 parport_find_number +EXPORT_SYMBOL drivers/parport/parport 0xc1f6d942 parport_claim_or_block +EXPORT_SYMBOL drivers/parport/parport 0xc952b2e5 parport_announce_port +EXPORT_SYMBOL drivers/parport/parport 0xcea483d7 parport_ieee1284_ecp_write_data +EXPORT_SYMBOL drivers/parport/parport 0xded0d10b parport_read +EXPORT_SYMBOL drivers/parport/parport 0xe674b0c2 parport_release +EXPORT_SYMBOL drivers/parport/parport 0xeb36da0a parport_register_dev_model +EXPORT_SYMBOL drivers/parport/parport 0xedbf302e parport_ieee1284_epp_read_addr +EXPORT_SYMBOL drivers/parport/parport 0xf5d88c93 parport_ieee1284_ecp_read_data +EXPORT_SYMBOL drivers/parport/parport 0xfaa19284 parport_ieee1284_ecp_write_addr +EXPORT_SYMBOL drivers/parport/parport 0xfbdb8fbe parport_del_port +EXPORT_SYMBOL drivers/parport/parport 0xfd2fdb2d parport_remove_port +EXPORT_SYMBOL drivers/parport/parport 0xfed28e7e parport_claim +EXPORT_SYMBOL drivers/parport/parport_pc 0x2d622dea parport_pc_probe_port +EXPORT_SYMBOL drivers/parport/parport_pc 0x7ed9d755 parport_pc_unregister_port +EXPORT_SYMBOL drivers/regulator/rohm-regulator 0xe2dc09b5 rohm_regulator_set_dvs_levels +EXPORT_SYMBOL drivers/rpmsg/rpmsg_char 0x96b1916a rpmsg_chrdev_eptdev_destroy +EXPORT_SYMBOL drivers/rpmsg/rpmsg_char 0x9dd04861 rpmsg_chrdev_eptdev_create +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x0575a141 rpmsg_trysendto +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x0a1a5b60 __register_rpmsg_driver +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x0adc8ba9 unregister_rpmsg_driver +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x0dc60c92 rpmsg_send +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x2b6a1f16 rpmsg_trysend +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x30d79e43 rpmsg_create_ept +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x36bbdfd6 rpmsg_get_mtu +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x4362c858 rpmsg_trysend_offchannel +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x5b6a79b1 rpmsg_unregister_device +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x6059c0dc rpmsg_poll +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x916ec7c0 rpmsg_find_device +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x95efecb2 rpmsg_register_device_override +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0xa46da703 rpmsg_sendto +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0xa82e6e96 rpmsg_destroy_ept +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0xccca5883 rpmsg_create_channel +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0xd48ac4c2 rpmsg_send_offchannel +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0xdf9fee25 rpmsg_register_device +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0xec9f685f rpmsg_release_channel +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0xfe3cb178 rpmsg_class +EXPORT_SYMBOL drivers/rpmsg/rpmsg_ns 0x5737d4d5 rpmsg_ns_register_device +EXPORT_SYMBOL drivers/scsi/esp_scsi 0x4a29ab38 scsi_esp_intr +EXPORT_SYMBOL drivers/scsi/esp_scsi 0x842f3100 scsi_esp_unregister +EXPORT_SYMBOL drivers/scsi/esp_scsi 0x873dae16 scsi_esp_template +EXPORT_SYMBOL drivers/scsi/esp_scsi 0x96473fbf scsi_esp_cmd +EXPORT_SYMBOL drivers/scsi/esp_scsi 0xfa3c39f6 scsi_esp_register +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x3938211a fcoe_ctlr_recv_flogi +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x3f1ca468 fcoe_ctlr_link_down +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x4603bcb9 fcoe_ctlr_recv +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x470da176 fcoe_transport_attach +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x4d1a9d2f fcoe_transport_detach +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x62e57bc0 fcoe_ctlr_init +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x79622234 fcoe_fcf_get_selected +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x8405928b fcoe_ctlr_set_fip_mode +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x9045514c fcoe_ctlr_destroy +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x9a886cb9 fcoe_ctlr_els_send +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xfca769e5 fcoe_ctlr_link_up +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x04d82a11 fc_vport_setlink +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x06ccb2d5 fc_rport_lookup +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x070c2fe5 fc_lport_bsg_request +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x0713e103 libfc_vport_create +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x095c8ba4 fc_frame_alloc_fill +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x0bc6b1a2 fc_lport_iterate +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x0cbadb34 fc_rport_login +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x145d8b52 fc_exch_seq_send +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x1633a1a3 fc_fabric_logoff +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x1801077a fc_lport_logo_resp +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x19025a13 fc_get_host_port_state +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x1c3c49e1 fc_eh_abort +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x204e8d2e fc_exch_recv +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x22b90986 fc_exch_mgr_del +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x2911c99c fc_rport_terminate_io +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x3216fab8 fc_elsct_send +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x3294de00 fc_lport_config +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x335c39c2 fc_exch_mgr_reset +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x35299dd6 _fc_frame_alloc +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x36b7a8df fc_exch_mgr_alloc +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x3f2c4bf8 fc_rport_logoff +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x4207c996 fc_set_rport_loss_tmo +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x423f8c46 fc_frame_crc_check +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x4365a521 fc_exch_mgr_free +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x45afc16b fc_exch_update_stats +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x48601c8a fc_linkdown +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x4ce0da4e fc_seq_set_resp +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x51f5d84f fc_eh_device_reset +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x59b04e18 fc_eh_host_reset +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x5b55b609 fc_get_host_speed +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x63e89388 fc_lport_flogi_resp +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x6b557088 fc_seq_assign +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x6df87681 fc_slave_alloc +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x719bdfd5 fc_rport_recv_req +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x789c7536 fc_fc4_deregister_provider +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x7b89a873 fc_vport_id_lookup +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 0x813b0807 fc_exch_mgr_add +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x9771cef7 fc_lport_reset +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x9aaccb94 fc_disc_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x9d50ed7e fc_rport_destroy +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xa17271b3 fc_lport_destroy +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xa178cc41 fc_lport_recv +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xa1bcd198 fc_cpu_mask +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xa24a0bae fc_get_host_stats +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xa25b4736 fc_exch_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xa360bc7a fc_exch_mgr_list_clone +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xa7436aea fc_fcp_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xae87b9c0 fc_disc_config +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xb0ddd5a1 fc_rport_flush_queue +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xb2163ed1 fc_linkup +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xb9b33ec7 fc_lport_set_local_id +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xb9c352d9 fc_lport_notifier_head +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xbdd99606 fc_rport_create +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xc30d3be7 fc_fill_hdr +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xc86defe7 fc_queuecommand +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xcd003d4d fc_fill_reply_hdr +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xe477384d fc_elsct_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xe5939a2f fc_fabric_login +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xe7e6f0cf fc_fc4_register_provider +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xea4c008b fc_fcp_destroy +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xfa4667d1 fc_seq_release +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xfeb52301 fc_set_mfs +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xff56410b fc_lport_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xff7c7ec7 fc_seq_send +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0x4a8e3d34 try_test_sas_gpio_gp_bit +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0x63ee8b58 sas_resume_ha_no_sync +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0x6ef82bdb sas_suspend_ha +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0x79096c51 sas_prep_resume_ha +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0xb2479933 sas_resume_ha +EXPORT_SYMBOL drivers/scsi/megaraid/megaraid_mm 0x746c55ac 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 0x0898dd9c qlt_xmit_tm_rsp +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x133df68c qlt_unreg_sess +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x3429a6a0 qlt_lport_register +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x470219d1 qlt_lport_deregister +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x639065ad qlt_abort_cmd +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x6519f797 qlt_enable_vha +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x8761094e qlt_stop_phase2 +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xada607c8 qlt_rdy_to_xfer +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xb5578c09 qlt_free_cmd +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xbb737ba1 qlt_stop_phase1 +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xdc96bba0 qlt_xmit_response +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xee3cbb4b qlt_free_mcmd +EXPORT_SYMBOL drivers/scsi/raid_class 0x3acc2963 raid_class_release +EXPORT_SYMBOL drivers/scsi/raid_class 0xb8a1a7ab raid_class_attach +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x06bc545e fc_attach_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x11467953 fc_find_rport_by_wwpn +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x17b72aa5 fc_block_rport +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x233947dd fc_host_post_vendor_event +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x2955b3cf fc_vport_terminate +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x327ef66e fc_release_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x35e214d6 fc_eh_timed_out +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x375f8bbd fc_get_event_number +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x43a0273d scsi_is_fc_rport +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x514dbe69 fc_block_scsi_eh +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x5accc6ba fc_host_post_event +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x706a8d70 fc_host_post_fc_event +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x77d9518d fc_host_fpin_rcv +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x9083ffef fc_remote_port_rolechg +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xe5b68752 fc_remove_host +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xe868bf70 fc_vport_create +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xe9d48f92 fc_remote_port_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xfca83d6f fc_remote_port_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x0394f289 sas_port_get_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x041255b5 sas_port_alloc_num +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x085522bb sas_phy_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x176a4637 sas_port_mark_backlink +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x1c3e62c6 sas_port_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x1d9328ff sas_read_port_mode_page +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x1f83f3c9 scsi_is_sas_rphy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x1fb0c612 sas_port_add_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x2eb0d249 sas_remove_children +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x30a69660 sas_port_free +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x3e71c068 scsi_is_sas_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x4b0fc1b0 sas_rphy_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x5315f8bd sas_phy_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x5cdc5a08 sas_phy_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x5f6bd1c4 sas_release_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x62607852 sas_get_address +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x748024bc scsi_is_sas_port +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x75aa3734 sas_rphy_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x805c50e8 sas_port_delete_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x95bb429f sas_remove_host +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x98dcfb57 sas_expander_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x9e1e73d0 sas_rphy_remove +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x9e735175 sas_port_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xa11389bc sas_rphy_free +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xadc84099 sas_phy_free +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xb87d830b sas_port_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xc23cff4a sas_rphy_unlink +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xc55623da sas_attach_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xedda429c sas_end_device_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0x0a805d7b spi_display_xfer_agreement +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0x0add5ce6 spi_release_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0x0bc08efe spi_dv_device +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0x3686ea09 spi_print_msg +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0xe369ed84 spi_attach_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0xecd62a13 spi_schedule_dv_device +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0x04799d9b qmi_add_server +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0x154f7081 qmi_txn_cancel +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0x28ac2fd2 qmi_encode_message +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0x3b57ae8d qmi_send_request +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0x3f6bbddf qmi_txn_wait +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0x4917ce12 qmi_handle_init +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0x4cd2fe40 qmi_response_type_v01_ei +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0x5e0a20b8 qmi_add_lookup +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0x6051451d qmi_decode_message +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0xcccb9539 qmi_txn_init +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0xd10cbe7d qmi_send_response +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0xdf36a5ba qmi_send_indication +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0xf9cc49e5 qmi_handle_release +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x0ec28188 sdw_bread_no_pm_unlocked +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x1031300b sdw_extract_slave_id +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x10ff6ff2 sdw_read_no_pm +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x16d1706b sdw_prepare_stream +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x19913223 sdw_stream_add_slave +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x1c80b2d4 sdw_stream_remove_slave +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x1deee061 sdw_find_row_index +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x21db5127 sdw_show_ping_status +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x2315cc52 sdw_update_no_pm +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x2b2e4af3 sdw_bus_exit_clk_stop +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x2dbf9669 sdw_master_read_prop +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x2f14e0be sdw_nwrite +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x369740ed sdw_bus_master_delete +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x396a6e72 sdw_compare_devid +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x3b0a8582 sdw_startup_stream +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x4cde88bf sdw_disable_stream +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x509a8d76 sdw_bus_master_add +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x54c1dc59 sdw_slave_add +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 0x71a1221e sdw_slave_read_prop +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x7eac7adb sdw_bus_prep_clk_stop +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x86d7d475 sdw_stream_add_master +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x9e122d79 sdw_alloc_stream +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xa34895ce sdw_clear_slave_status +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xa42e7803 sdw_stream_remove_master +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xac079781 sdw_nread +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xb491cfb8 sdw_write_no_pm +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xba54b904 sdw_cols +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xbbec2c2e sdw_enable_stream +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xc1c97190 sdw_bus_clk_stop +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xc9cf3e0a sdw_write +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xc9db1597 sdw_bwrite_no_pm_unlocked +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xceaf602e sdw_read +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xd398c669 sdw_handle_slave_status +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xd5d8c385 sdw_update +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xda5bce09 sdw_release_stream +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xf53ba0b8 sdw_rows +EXPORT_SYMBOL drivers/ssb/ssb 0x020cffed __ssb_driver_register +EXPORT_SYMBOL drivers/ssb/ssb 0x14686c52 ssb_device_disable +EXPORT_SYMBOL drivers/ssb/ssb 0x175e86f8 ssb_bus_sdiobus_register +EXPORT_SYMBOL drivers/ssb/ssb 0x19696561 ssb_pmu_set_ldo_voltage +EXPORT_SYMBOL drivers/ssb/ssb 0x2d4ed5d0 ssb_chipco_gpio_control +EXPORT_SYMBOL drivers/ssb/ssb 0x36a5e241 ssb_bus_resume +EXPORT_SYMBOL drivers/ssb/ssb 0x4f039ac9 ssb_bus_powerup +EXPORT_SYMBOL drivers/ssb/ssb 0x5165cc8f ssb_device_is_enabled +EXPORT_SYMBOL drivers/ssb/ssb 0x5368c4d2 ssb_bus_suspend +EXPORT_SYMBOL drivers/ssb/ssb 0x6a0b9f11 ssb_pcihost_register +EXPORT_SYMBOL drivers/ssb/ssb 0x73e00d58 ssb_clockspeed +EXPORT_SYMBOL drivers/ssb/ssb 0x75a17122 ssb_set_devtypedata +EXPORT_SYMBOL drivers/ssb/ssb 0x78c2beee ssb_device_enable +EXPORT_SYMBOL drivers/ssb/ssb 0x9039fc74 ssb_commit_settings +EXPORT_SYMBOL drivers/ssb/ssb 0x942fba01 ssb_bus_may_powerdown +EXPORT_SYMBOL drivers/ssb/ssb 0xb9178cd7 ssb_pcicore_dev_irqvecs_enable +EXPORT_SYMBOL drivers/ssb/ssb 0xcab70914 ssb_dma_translation +EXPORT_SYMBOL drivers/ssb/ssb 0xcb17f1cb ssb_admatch_base +EXPORT_SYMBOL drivers/ssb/ssb 0xda3c3ef7 ssb_bus_unregister +EXPORT_SYMBOL drivers/ssb/ssb 0xdfc7c6ef ssb_admatch_size +EXPORT_SYMBOL drivers/ssb/ssb 0xef66be6c ssb_pmu_set_ldo_paref +EXPORT_SYMBOL drivers/ssb/ssb 0xf0c8b440 ssb_driver_unregister +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x0ddd335b fbtft_probe_common +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x207d1a98 fbtft_write_spi_emulate_9 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x21a17121 fbtft_framebuffer_alloc +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x26044241 fbtft_write_gpio8_wr +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x32db8142 fbtft_write_reg8_bus9 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x366ece7b fbtft_write_spi +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x3fe04426 fbtft_write_reg16_bus8 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x4244fd42 fbtft_write_buf_dc +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x4926bea7 fbtft_write_gpio16_wr_latched +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x50cb165b fbtft_write_vmem16_bus16 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x5bdd548c fbtft_framebuffer_release +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x5fb3436d fbtft_unregister_framebuffer +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x80ac4cd3 fbtft_write_vmem16_bus9 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x85ec7c24 fbtft_unregister_backlight +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x8a8709b6 fbtft_init_display +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x9004a13a fbtft_write_vmem8_bus8 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xa6de73fa fbtft_write_gpio16_wr +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xb4b70d53 fbtft_dbg_hex +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xbedde4f4 fbtft_write_vmem16_bus8 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xc5bf5286 fbtft_read_spi +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xe463d72a fbtft_remove_common +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xe91fd7b9 fbtft_write_reg16_bus16 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xef5132e2 fbtft_register_framebuffer +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xefc9c020 fbtft_register_backlight +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xfc79cf78 fbtft_write_reg8_bus8 +EXPORT_SYMBOL drivers/staging/greybus/gb-audio-codec 0x287b58a1 gbaudio_register_module +EXPORT_SYMBOL drivers/staging/greybus/gb-audio-codec 0x2d220d37 gbaudio_unregister_module +EXPORT_SYMBOL drivers/staging/greybus/gb-audio-codec 0x6e6a6ad7 gbaudio_module_update +EXPORT_SYMBOL drivers/staging/iio/addac/adt7316 0x29896bce adt7316_probe +EXPORT_SYMBOL drivers/staging/iio/meter/ade7854 0xfaed712c ade7854_probe +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x02d9f0c5 rtllib_softmac_start_protocol +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x07e721c6 rtllib_act_scanning +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x0ab58198 rtllib_wx_set_scan +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x0c7aad53 rtllib_wx_set_power +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x0da1b392 rtllib_start_send_beacons +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x1992e7c3 rtllib_wx_get_encode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x1bfac74b rtllib_wx_set_essid +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x1d23920b rtllib_wx_set_auth +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x22166084 rt_global_debug_component +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x3a1791f5 rtllib_wx_get_mode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x3f70c2f4 rtllib_stop_scan_syncro +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x42e0ccdb rtllib_softmac_stop_protocol +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x451824f6 rtllib_stop_send_beacons +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x54eb48d3 rtllib_wx_set_rate +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x596800d5 rtllib_reset_queue +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x5fe8ae4e rtllib_wx_get_freq +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x672a3ebb rtllib_wx_set_mlme +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x70215eaf rtllib_wx_set_encode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x727fedd0 rtllib_MgntDisconnect +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x74445a1c rtllib_wx_get_wap +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x79d1ea74 alloc_rtllib +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x7c893483 rtllib_wx_set_rts +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x7f03cb90 rtllib_get_beacon +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x8564b214 rtllib_DisableIntelPromiscuousMode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x914a3348 rtllib_wx_set_mode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x99a432b3 rtllib_sta_ps_send_null_frame +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x9e1a897b dot11d_init +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xa17eff39 rtllib_rx +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xa1e82325 rtllib_wx_get_scan +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xab414587 notify_wx_assoc_event +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xae8155d8 rtllib_wx_get_essid +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xb05a2211 rtllib_ps_tx_ack +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xb71aea14 HT_update_self_and_peer_setting +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xb9013fc0 rtllib_wx_get_power +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xbb151e86 rtllib_start_scan_syncro +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xbc8bb283 rtllib_wx_set_gen_ie +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xbe6ce8e4 RemovePeerTS +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xbfba6c2a rtllib_wx_set_encode_ext +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xca8172c6 rtllib_legal_channel +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xdac778a1 rtllib_wx_set_rawtx +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xdf78f620 rtllib_wlan_frequencies +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xdf7c609d rtllib_stop_scan +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xdfb81026 rtllib_EnableIntelPromiscuousMode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xe199b0e1 dot11d_channel_map +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xec084336 rtllib_xmit +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xee2b65f9 free_rtllib +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xf016d0ac rtllib_wx_get_rts +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xf4b50cf3 rtllib_wx_set_freq +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xf8dbbe33 rtllib_wx_set_wap +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xf93e8196 rtllib_wx_get_name +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xffb6ea6e rtllib_wx_get_rate +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x04955a60 ieee80211_wx_get_essid +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x128608c0 ieee80211_wx_set_rts +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x1c8968f7 ieee80211_wx_set_encode_ext +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x21c1871f ieee80211_wx_get_rts +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x232e7944 ieee80211_wlan_frequencies +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x2d3eb590 ieee80211_rx +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x2f3b23b8 ieee80211_stop_scan +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x361c63d6 dot11d_reset +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x3928f139 ieee80211_softmac_start_protocol +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x3a45c6c8 HTUpdateSelfAndPeerSetting +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x40faa2cb ieee80211_wx_set_gen_ie +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x45c503f7 ieee80211_disassociate +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x47956e52 ieee80211_wx_set_freq +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x48de6d0b ieee80211_get_beacon +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x4b086fda SendDisassociation_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x4b6ac31b ieee80211_softmac_xmit +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x4caece82 ieee80211_wx_set_encode +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x51cae698 ieee80211_wx_get_freq +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x5927e65b ieee80211_ps_tx_ack +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x59edefa0 ieee80211_start_send_beacons +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x5b1465ff ieee80211_wpa_supplicant_ioctl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x5ffeadee ieee80211_start_scan_syncro +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x63c31b40 ieee80211_wx_get_scan +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x64d522d2 ieee80211_rx_mgt +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x65218dca ieee80211_wx_set_rawtx +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x6651f895 ieee80211_is_shortslot +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x759c938a ieee80211_wx_set_scan +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x7b900bef ieee80211_wx_set_mlme +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x7c40ea90 dot11d_get_max_tx_pwr_in_dbm +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x7d0d9124 ieee80211_reset_queue +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x7da4274a ieee80211_stop_queue_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x7f322e46 ieee80211_wx_set_essid +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x82b580b7 ieee80211_stop_send_beacons +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x8fd6b40c ieee80211_wx_get_mode +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x93515843 dot11d_scan_complete +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x951bfd2a is_legal_channel +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x95e41eee dot11d_update_country_ie +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x96e083dc ieee80211_softmac_scan_syncro +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x99893cc6 ieee80211_wx_set_mode +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x9d77eb7f ieee80211_wx_get_wap +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x9ed8ec0b ieee80211_wx_get_encode +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x9faa04ae ieee80211_wx_set_auth +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xa4b191df ieee80211_softmac_stop_protocol +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xa6a96e40 ieee80211_wx_get_encode_ext +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xaa85fea8 ieee80211_wx_set_power +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xae3064a0 ieee80211_wx_set_wap +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xbdb55f3b ieee80211_wx_get_name +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xd1228a8e ieee80211_wx_get_power +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xd429f97e to_legal_channel +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xe3372510 ieee80211_is_54g +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xe4958558 rtl8192u_dot11d_init +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xee05b82d ieee80211_wx_get_rate +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xf149c32f notify_wx_assoc_event_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xf85a30e7 ieee80211_wx_set_rate +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xfebc60e2 ieee80211_txb_free +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xff0c419d ieee80211_wake_queue_rsl +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x059be2d1 iscsit_build_datain_pdu +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x0806fbd1 iscsit_immediate_queue +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x0b6eedc7 iscsit_register_transport +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x0d25d924 iscsit_sequence_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x0f86a3a0 iscsit_find_cmd_from_itt_or_dump +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x102969af iscsit_setup_text_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x1467578d iscsit_set_unsolicited_dataout +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x18fa9aae iscsit_check_dataout_hdr +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x1a2b89e2 iscsit_release_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x21ed14ed iscsit_tmr_post_handler +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x23c441af iscsit_process_text_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x29392cd0 iscsit_reject_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x29e3fab5 iscsit_cause_connection_reinstatement +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x2afce6dc iscsit_process_nop_out +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x2dc8b171 iscsit_response_queue +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x324a9301 iscsit_build_task_mgt_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x34bae2cb iscsit_stop_dataout_timer +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x3ebb3ff6 iscsit_unregister_transport +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x448139db __iscsit_check_dataout_hdr +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x4be72e3c iscsit_allocate_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x5363723a iscsit_setup_nop_out +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x549a2b3d iscsit_build_text_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x6f505a15 iscsit_process_scsi_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x8241c43e iscsit_aborted_task +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x8e772749 iscsit_check_dataout_payload +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x94d26fb2 iscsit_queue_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x96b41c1a iscsit_build_r2ts_for_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xa05c2e3e iscsit_build_nopin_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xa79a59d4 iscsit_handle_task_mgt_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xaa54c7a8 iscsit_build_reject +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xabb6b729 iscsit_thread_check_cpumask +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xafa72cfd iscsit_handle_logout_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xb0f8b142 iscsit_setup_scsi_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xbbd808bc iscsit_get_datain_values +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xc0191759 iscsit_add_cmd_to_immediate_queue +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xc6a44fd7 iscsit_free_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xd3bcf4f7 iscsit_handle_snack +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xd74e65cc iscsit_find_cmd_from_itt +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xdddb8c74 iscsit_build_logout_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xde875649 iscsit_build_rsp_pdu +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xe19adc41 iscsi_target_check_login_request +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xe4247455 iscsit_add_reject +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xe5b34640 iscsit_increment_maxcmdsn +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xec60e29d iscsi_change_param_sprintf +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xef8601f0 iscsit_logout_post_handler +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xf34332f0 iscsi_find_param_from_key +EXPORT_SYMBOL drivers/target/target_core_mod 0x007725e3 transport_lookup_tmr_lun +EXPORT_SYMBOL drivers/target/target_core_mod 0x0871ffd6 transport_set_vpd_ident +EXPORT_SYMBOL drivers/target/target_core_mod 0x08d97d20 transport_generic_free_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x0955471a __transport_register_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x1006378b sbc_dif_copy_prot +EXPORT_SYMBOL drivers/target/target_core_mod 0x142072c0 transport_set_vpd_assoc +EXPORT_SYMBOL drivers/target/target_core_mod 0x18f4f626 target_get_sess_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x191fbd02 __target_init_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x218c46b2 target_set_cmd_data_length +EXPORT_SYMBOL drivers/target/target_core_mod 0x240826b1 transport_register_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x24d39b8a target_remove_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x33ff6123 passthrough_attrib_attrs +EXPORT_SYMBOL drivers/target/target_core_mod 0x3a20a9d7 transport_set_vpd_ident_type +EXPORT_SYMBOL drivers/target/target_core_mod 0x3bbadf7e transport_kunmap_data_sg +EXPORT_SYMBOL drivers/target/target_core_mod 0x3e98c5a7 target_send_busy +EXPORT_SYMBOL drivers/target/target_core_mod 0x45b48ea4 target_backend_unregister +EXPORT_SYMBOL drivers/target/target_core_mod 0x462f793e core_tmr_alloc_req +EXPORT_SYMBOL drivers/target/target_core_mod 0x5215ffa5 target_undepend_item +EXPORT_SYMBOL drivers/target/target_core_mod 0x548abbb9 passthrough_parse_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0x54ab929b target_cmd_init_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0x5559c8bb target_complete_cmd_with_length +EXPORT_SYMBOL drivers/target/target_core_mod 0x5a5a33ef core_alua_check_nonop_delay +EXPORT_SYMBOL drivers/target/target_core_mod 0x5bdb610a target_free_sgl +EXPORT_SYMBOL drivers/target/target_core_mod 0x5f176751 transport_copy_sense_to_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x63521256 transport_init_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x63c56ef4 target_complete_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x67462491 transport_wait_for_tasks +EXPORT_SYMBOL drivers/target/target_core_mod 0x6777f558 target_unregister_template +EXPORT_SYMBOL drivers/target/target_core_mod 0x69d8264e target_submit_tmr +EXPORT_SYMBOL drivers/target/target_core_mod 0x6b929877 transport_generic_handle_tmr +EXPORT_SYMBOL drivers/target/target_core_mod 0x6f80c36a sbc_get_device_type +EXPORT_SYMBOL drivers/target/target_core_mod 0x78bcf2b7 transport_alloc_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x798e3f94 transport_handle_cdb_direct +EXPORT_SYMBOL drivers/target/target_core_mod 0x7d74ad5a target_execute_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x7e5f8b4f target_tpg_has_node_acl +EXPORT_SYMBOL drivers/target/target_core_mod 0x7f18d3da sbc_parse_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0x7f79e173 core_tpg_register +EXPORT_SYMBOL drivers/target/target_core_mod 0x83a181ea sbc_dif_verify +EXPORT_SYMBOL drivers/target/target_core_mod 0x874d0ff5 core_tpg_check_initiator_node_acl +EXPORT_SYMBOL drivers/target/target_core_mod 0x883ee6c7 core_allocate_nexus_loss_ua +EXPORT_SYMBOL drivers/target/target_core_mod 0x8b6d902d sbc_get_write_same_sectors +EXPORT_SYMBOL drivers/target/target_core_mod 0x927f6492 target_submit_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x958519e6 target_cmd_parse_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0x9a4aab18 target_show_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x9f1ef16c target_to_linux_sector +EXPORT_SYMBOL drivers/target/target_core_mod 0x9f9840e5 passthrough_pr_attrib_attrs +EXPORT_SYMBOL drivers/target/target_core_mod 0xa7f786be target_complete_cmd_with_sense +EXPORT_SYMBOL drivers/target/target_core_mod 0xa86ed74b transport_generic_new_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xad205b01 target_stop_session +EXPORT_SYMBOL drivers/target/target_core_mod 0xad230b98 transport_lookup_cmd_lun +EXPORT_SYMBOL drivers/target/target_core_mod 0xaefbcacd target_alloc_sgl +EXPORT_SYMBOL drivers/target/target_core_mod 0xb1a52278 transport_deregister_session +EXPORT_SYMBOL drivers/target/target_core_mod 0xb5cf927a transport_generic_request_failure +EXPORT_SYMBOL drivers/target/target_core_mod 0xb6db2f34 target_put_sess_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xb9cd9d33 core_tpg_set_initiator_node_queue_depth +EXPORT_SYMBOL drivers/target/target_core_mod 0xb9fcf771 transport_kmap_data_sg +EXPORT_SYMBOL drivers/target/target_core_mod 0xba589a70 spc_parse_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0xcf3f6107 sbc_attrib_attrs +EXPORT_SYMBOL drivers/target/target_core_mod 0xd03b71d0 transport_alloc_session_tags +EXPORT_SYMBOL drivers/target/target_core_mod 0xd1d78a56 target_show_dynamic_sessions +EXPORT_SYMBOL drivers/target/target_core_mod 0xd20ba417 target_nacl_find_deve +EXPORT_SYMBOL drivers/target/target_core_mod 0xd6c5efa7 transport_backend_register +EXPORT_SYMBOL drivers/target/target_core_mod 0xd6ddb583 target_wait_for_sess_cmds +EXPORT_SYMBOL drivers/target/target_core_mod 0xd9457f8b core_tpg_get_initiator_node_acl +EXPORT_SYMBOL drivers/target/target_core_mod 0xdd4d7dae target_put_nacl +EXPORT_SYMBOL drivers/target/target_core_mod 0xddc043e6 target_configure_unmap_from_queue +EXPORT_SYMBOL drivers/target/target_core_mod 0xe6408c50 spc_emulate_report_luns +EXPORT_SYMBOL drivers/target/target_core_mod 0xe7f22dcd spc_emulate_inquiry_std +EXPORT_SYMBOL drivers/target/target_core_mod 0xe96330da transport_send_check_condition_and_sense +EXPORT_SYMBOL drivers/target/target_core_mod 0xe989979f transport_free_session +EXPORT_SYMBOL drivers/target/target_core_mod 0xe9ad39a2 target_lun_is_rdonly +EXPORT_SYMBOL drivers/target/target_core_mod 0xee0582f1 core_tpg_set_initiator_node_tag +EXPORT_SYMBOL drivers/target/target_core_mod 0xf296d93a spc_emulate_evpd_83 +EXPORT_SYMBOL drivers/target/target_core_mod 0xf36c3910 target_setup_session +EXPORT_SYMBOL drivers/target/target_core_mod 0xf3c2dfe0 transport_set_vpd_proto_id +EXPORT_SYMBOL drivers/target/target_core_mod 0xfa2955b3 target_depend_item +EXPORT_SYMBOL drivers/target/target_core_mod 0xfa6e2290 target_register_template +EXPORT_SYMBOL drivers/target/target_core_mod 0xfb1c7da3 core_tpg_deregister +EXPORT_SYMBOL drivers/target/target_core_mod 0xfc0aaedb transport_deregister_session_configfs +EXPORT_SYMBOL drivers/ufs/core/ufshcd-core 0x11429aeb ufshcd_alloc_host +EXPORT_SYMBOL drivers/ufs/core/ufshcd-core 0x2c04409b ufshcd_get_local_unipro_ver +EXPORT_SYMBOL drivers/ufs/core/ufshcd-core 0x3b7b8f58 ufshcd_runtime_resume +EXPORT_SYMBOL drivers/ufs/core/ufshcd-core 0x45dc0f0a ufshcd_system_resume +EXPORT_SYMBOL drivers/ufs/core/ufshcd-core 0x663a007f ufshcd_system_suspend +EXPORT_SYMBOL drivers/ufs/core/ufshcd-core 0xe009f2a8 ufshcd_shutdown +EXPORT_SYMBOL drivers/ufs/core/ufshcd-core 0xe3219727 ufshcd_runtime_suspend +EXPORT_SYMBOL drivers/ufs/core/ufshcd-core 0xfb15f1c7 ufshcd_map_desc_id_to_length +EXPORT_SYMBOL drivers/ufs/host/tc-dwc-g210 0x96b645a9 tc_dwc_g210_config_20_bit +EXPORT_SYMBOL drivers/ufs/host/tc-dwc-g210 0xd5cb35fe tc_dwc_g210_config_40_bit +EXPORT_SYMBOL drivers/ufs/host/ufshcd-dwc 0x44e3ed3f ufshcd_dwc_dme_set_attrs +EXPORT_SYMBOL drivers/ufs/host/ufshcd-dwc 0xc8bebb16 ufshcd_dwc_link_startup_notify +EXPORT_SYMBOL drivers/usb/class/cdc-wdm 0x440aa987 usb_cdc_wdm_register +EXPORT_SYMBOL drivers/usb/gadget/libcomposite 0x4c7255a2 usb_os_desc_prepare_interf_dir +EXPORT_SYMBOL drivers/usb/host/sl811-hcd 0x0187093b sl811h_driver +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x09272ce0 usb_wwan_suspend +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x1b03e4ff usb_wwan_port_remove +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x4506ab36 usb_wwan_resume +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x471750a2 usb_wwan_chars_in_buffer +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x8272ecfb usb_wwan_close +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x85e75549 usb_wwan_tiocmget +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x88d3ea02 usb_wwan_open +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x8d5e4087 usb_wwan_dtr_rts +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xb54bc17b usb_wwan_write +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xc9662776 usb_wwan_write_room +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xc9824410 usb_wwan_tiocmset +EXPORT_SYMBOL drivers/usb/serial/usbserial 0x04ea51a0 usb_serial_suspend +EXPORT_SYMBOL drivers/usb/serial/usbserial 0x9a07465e usb_serial_resume +EXPORT_SYMBOL drivers/vdpa/vdpa 0x2cb4477b vdpa_set_status +EXPORT_SYMBOL drivers/vfio/mdev/mdev 0x0020d258 mdev_unregister_driver +EXPORT_SYMBOL drivers/vfio/mdev/mdev 0x2ad41f07 mdev_register_driver +EXPORT_SYMBOL drivers/vfio/mdev/mdev 0x39c1d8ca mdev_unregister_parent +EXPORT_SYMBOL drivers/vfio/mdev/mdev 0xb699b617 mdev_register_parent +EXPORT_SYMBOL drivers/vfio/vfio 0x19567d06 vfio_info_cap_shift +EXPORT_SYMBOL drivers/vfio/vfio 0x2afcbfdc 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 0xe4130e86 vfio_pin_pages +EXPORT_SYMBOL drivers/vfio/vfio 0xf33ab597 vfio_dma_rw +EXPORT_SYMBOL drivers/vhost/vhost 0x6e8d0e60 vhost_chr_write_iter +EXPORT_SYMBOL drivers/vhost/vhost 0x7f284d51 vhost_chr_poll +EXPORT_SYMBOL drivers/vhost/vringh 0x03f16e62 vringh_notify_enable_kern +EXPORT_SYMBOL drivers/vhost/vringh 0x0498feb9 vringh_init_user +EXPORT_SYMBOL drivers/vhost/vringh 0x04fde01d vringh_notify_disable_iotlb +EXPORT_SYMBOL drivers/vhost/vringh 0x17958c34 vringh_notify_disable_kern +EXPORT_SYMBOL drivers/vhost/vringh 0x1d3f5a75 vringh_complete_iotlb +EXPORT_SYMBOL drivers/vhost/vringh 0x29f5fa0d vringh_complete_user +EXPORT_SYMBOL drivers/vhost/vringh 0x33e11a49 vringh_init_iotlb +EXPORT_SYMBOL drivers/vhost/vringh 0x3973a07c vringh_getdesc_kern +EXPORT_SYMBOL drivers/vhost/vringh 0x3b304ebb vringh_iov_push_user +EXPORT_SYMBOL drivers/vhost/vringh 0x3d44657b vringh_need_notify_user +EXPORT_SYMBOL drivers/vhost/vringh 0x42cb4111 vringh_abandon_iotlb +EXPORT_SYMBOL drivers/vhost/vringh 0x4311cd91 vringh_iov_pull_user +EXPORT_SYMBOL drivers/vhost/vringh 0x4a6c3df7 vringh_abandon_kern +EXPORT_SYMBOL drivers/vhost/vringh 0x4db86f30 vringh_notify_disable_user +EXPORT_SYMBOL drivers/vhost/vringh 0x4fc577dc vringh_set_iotlb +EXPORT_SYMBOL drivers/vhost/vringh 0x5e661a87 vringh_notify_enable_user +EXPORT_SYMBOL drivers/vhost/vringh 0x660779c8 vringh_kiov_advance +EXPORT_SYMBOL drivers/vhost/vringh 0x6769867f vringh_need_notify_kern +EXPORT_SYMBOL drivers/vhost/vringh 0x91c18462 vringh_abandon_user +EXPORT_SYMBOL drivers/vhost/vringh 0x97fa07e9 vringh_iov_push_kern +EXPORT_SYMBOL drivers/vhost/vringh 0xb0b57107 vringh_notify_enable_iotlb +EXPORT_SYMBOL drivers/vhost/vringh 0xc62aa61e vringh_complete_multi_user +EXPORT_SYMBOL drivers/vhost/vringh 0xc9d39032 vringh_iov_push_iotlb +EXPORT_SYMBOL drivers/vhost/vringh 0xc9fb475c vringh_complete_kern +EXPORT_SYMBOL drivers/vhost/vringh 0xd9cd6edc vringh_iov_pull_iotlb +EXPORT_SYMBOL drivers/vhost/vringh 0xde804bb9 vringh_iov_pull_kern +EXPORT_SYMBOL drivers/vhost/vringh 0xe583840f vringh_need_notify_iotlb +EXPORT_SYMBOL drivers/vhost/vringh 0xe674e8b2 vringh_getdesc_user +EXPORT_SYMBOL drivers/vhost/vringh 0xe7204e1a vringh_init_kern +EXPORT_SYMBOL drivers/vhost/vringh 0xea03b482 vringh_getdesc_iotlb +EXPORT_SYMBOL drivers/video/backlight/lcd 0x2800f2fb lcd_device_register +EXPORT_SYMBOL drivers/video/backlight/lcd 0x65b34c14 lcd_device_unregister +EXPORT_SYMBOL drivers/video/backlight/lcd 0xe24903bf devm_lcd_device_unregister +EXPORT_SYMBOL drivers/video/backlight/lcd 0xede9ac99 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 0x1df0c352 svga_get_tilemax +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x21d9dc02 svga_tilefill +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x292cdc28 svga_get_caps +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x43cc300c svga_tilecursor +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x4ab38ef2 svga_set_default_crt_regs +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x83a41489 svga_set_timings +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x84c337c2 svga_wcrt_multi +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x84c97d2a svga_match_format +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x8fc4a9b8 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 0xd6630312 svga_tilecopy +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 0xef3f4e6c svga_tileblit +EXPORT_SYMBOL drivers/video/fbdev/core/syscopyarea 0x42a083f0 sys_copyarea +EXPORT_SYMBOL drivers/video/fbdev/core/sysfillrect 0x09afc829 sys_fillrect +EXPORT_SYMBOL drivers/video/fbdev/core/sysimgblt 0x8ac5f6a6 sys_imageblit +EXPORT_SYMBOL drivers/video/fbdev/cyber2000fb 0x0cc3ede5 cyber2000fb_detach +EXPORT_SYMBOL drivers/video/fbdev/cyber2000fb 0x53286a64 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 0xb69f6051 mac_find_mode +EXPORT_SYMBOL drivers/video/fbdev/macmodes 0xe2304303 mac_map_monitor_sense +EXPORT_SYMBOL drivers/video/fbdev/matrox/g450_pll 0x849ba2e3 matroxfb_g450_setclk +EXPORT_SYMBOL drivers/video/fbdev/matrox/g450_pll 0x9cd5ea68 matroxfb_g450_setpll_cond +EXPORT_SYMBOL drivers/video/fbdev/matrox/g450_pll 0xb869ef9d g450_mnp2f +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0x06acf452 DAC1064_global_restore +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0x9671fac4 matrox_G100 +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0xb4433026 matrox_mystique +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0xed2b5b9c DAC1064_global_init +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_Ti3026 0xb6db298a matrox_millennium +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_accel 0x58055812 matrox_cfbX_init +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0x28b447d2 matroxfb_unregister_driver +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0x569fd66c matroxfb_register_driver +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0x5ed037de matroxfb_wait_for_sync +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0xf97fbf6d matroxfb_enable_irq +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_g450 0x0de215b5 matroxfb_g450_shutdown +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_g450 0xa6f6b8fc matroxfb_g450_connect +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x065121c7 matroxfb_read_pins +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x25cf8049 matroxfb_PLL_calcclock +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0xc2faf9d8 matroxfb_vgaHWrestore +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0xcafafd12 matroxfb_DAC_out +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0xcdc90c64 matroxfb_var2my +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0xdd9dfa13 matroxfb_vgaHWinit +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0xf581a8b1 matroxfb_DAC_in +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 0x674a6ace virtio_dma_buf_attach +EXPORT_SYMBOL drivers/virtio/virtio_dma_buf 0x735f9eb3 virtio_dma_buf_export +EXPORT_SYMBOL drivers/virtio/virtio_dma_buf 0x8023e1fa virtio_dma_buf_get_uuid +EXPORT_SYMBOL drivers/virtio/virtio_dma_buf 0xe6f55e55 is_virtio_dma_buf +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2780 0x04edfc0d w1_ds2780_eeprom_cmd +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2780 0x67d550d4 w1_ds2780_io +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2781 0x6ba1b65c w1_ds2781_io +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2781 0xd86dd57e w1_ds2781_eeprom_cmd +EXPORT_SYMBOL drivers/w1/wire 0x0bcf26fb w1_unregister_family +EXPORT_SYMBOL drivers/w1/wire 0x54291755 w1_add_master_device +EXPORT_SYMBOL drivers/w1/wire 0xa2d564c9 w1_register_family +EXPORT_SYMBOL drivers/w1/wire 0xd457096f w1_remove_master_device +EXPORT_SYMBOL fs/fscache/fscache 0x08674ec7 __fscache_resize_cookie +EXPORT_SYMBOL fs/fscache/fscache 0x160a324b fscache_addremove_sem +EXPORT_SYMBOL fs/fscache/fscache 0x1a0d09e7 fscache_n_write +EXPORT_SYMBOL fs/fscache/fscache 0x1a25cfa0 __tracepoint_fscache_access +EXPORT_SYMBOL fs/fscache/fscache 0x1ba6d2fb __fscache_unuse_cookie +EXPORT_SYMBOL fs/fscache/fscache 0x234a140d __traceiter_fscache_access_volume +EXPORT_SYMBOL fs/fscache/fscache 0x26c71e44 fscache_cookie_lookup_negative +EXPORT_SYMBOL fs/fscache/fscache 0x27904763 fscache_relinquish_cache +EXPORT_SYMBOL fs/fscache/fscache 0x29098baa fscache_add_cache +EXPORT_SYMBOL fs/fscache/fscache 0x2ca51ebb fscache_wait_for_operation +EXPORT_SYMBOL fs/fscache/fscache 0x306805d3 __SCK__tp_func_fscache_access +EXPORT_SYMBOL fs/fscache/fscache 0x349ff663 __fscache_use_cookie +EXPORT_SYMBOL fs/fscache/fscache 0x39674879 __tracepoint_fscache_access_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 0x4c352167 __fscache_begin_write_operation +EXPORT_SYMBOL fs/fscache/fscache 0x4d494571 fscache_end_volume_access +EXPORT_SYMBOL fs/fscache/fscache 0x6c5e41e7 __tracepoint_fscache_access_volume +EXPORT_SYMBOL fs/fscache/fscache 0x6e416521 __SCK__tp_func_fscache_access_volume +EXPORT_SYMBOL fs/fscache/fscache 0x72bf5851 __fscache_relinquish_cookie +EXPORT_SYMBOL fs/fscache/fscache 0x77efd44c __fscache_clear_page_bits +EXPORT_SYMBOL fs/fscache/fscache 0x7f0a4c08 fscache_put_cookie +EXPORT_SYMBOL fs/fscache/fscache 0x8d95a752 __fscache_acquire_volume +EXPORT_SYMBOL fs/fscache/fscache 0x90d447f3 fscache_n_culled +EXPORT_SYMBOL fs/fscache/fscache 0x931fc616 fscache_acquire_cache +EXPORT_SYMBOL fs/fscache/fscache 0x9643ddce __fscache_acquire_cookie +EXPORT_SYMBOL fs/fscache/fscache 0x9ffefcb2 fscache_n_read +EXPORT_SYMBOL fs/fscache/fscache 0xa1138105 fscache_caching_failed +EXPORT_SYMBOL fs/fscache/fscache 0xac8fa577 __fscache_relinquish_volume +EXPORT_SYMBOL fs/fscache/fscache 0xaddfe2ad __fscache_begin_read_operation +EXPORT_SYMBOL fs/fscache/fscache 0xae6040a5 __traceiter_fscache_access_cache +EXPORT_SYMBOL fs/fscache/fscache 0xb14c1869 fscache_dirty_folio +EXPORT_SYMBOL fs/fscache/fscache 0xbca46908 fscache_wq +EXPORT_SYMBOL fs/fscache/fscache 0xc297b2dc fscache_get_cookie +EXPORT_SYMBOL fs/fscache/fscache 0xcce11a60 fscache_n_no_write_space +EXPORT_SYMBOL fs/fscache/fscache 0xcf804920 __fscache_write_to_cache +EXPORT_SYMBOL fs/fscache/fscache 0xd598a40d fscache_end_cookie_access +EXPORT_SYMBOL fs/fscache/fscache 0xd5cc7de5 fscache_withdraw_cache +EXPORT_SYMBOL fs/fscache/fscache 0xdcb87498 __traceiter_fscache_access +EXPORT_SYMBOL fs/fscache/fscache 0xde3112a1 __fscache_invalidate +EXPORT_SYMBOL fs/fscache/fscache 0xe9355746 fscache_clearance_waiters +EXPORT_SYMBOL fs/fscache/fscache 0xe99306d5 fscache_withdraw_volume +EXPORT_SYMBOL fs/fscache/fscache 0xeb9aae75 fscache_withdraw_cookie +EXPORT_SYMBOL fs/fscache/fscache 0xf4480b16 fscache_io_error +EXPORT_SYMBOL fs/fscache/fscache 0xff63593f fscache_resume_after_invalidation +EXPORT_SYMBOL fs/netfs/netfs 0x0144d5da netfs_subreq_terminated +EXPORT_SYMBOL fs/netfs/netfs 0x0ac7b96b netfs_read_folio +EXPORT_SYMBOL fs/netfs/netfs 0x363cf11d netfs_readahead +EXPORT_SYMBOL fs/netfs/netfs 0x53ef37cd netfs_stats_show +EXPORT_SYMBOL fs/netfs/netfs 0xa0f458ae netfs_write_begin +EXPORT_SYMBOL fs/ocfs2/cluster/ocfs2_nodemanager 0xbfd7d7a2 o2hb_global_heartbeat_active +EXPORT_SYMBOL fs/quota/quota_tree 0x1f49c1b3 qtree_release_dquot +EXPORT_SYMBOL fs/quota/quota_tree 0x725eee3c qtree_delete_dquot +EXPORT_SYMBOL fs/quota/quota_tree 0x89aca0ac qtree_entry_unused +EXPORT_SYMBOL fs/quota/quota_tree 0x92ad62b6 qtree_get_next_id +EXPORT_SYMBOL fs/quota/quota_tree 0xa475bb38 qtree_write_dquot +EXPORT_SYMBOL fs/quota/quota_tree 0xbc181e5b 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 0x89a0cd52 crc32c_impl +EXPORT_SYMBOL lib/libcrc32c 0xb15b4109 crc32c +EXPORT_SYMBOL lib/lru_cache 0x0cb562e6 lc_put +EXPORT_SYMBOL lib/lru_cache 0x12de578e lc_committed +EXPORT_SYMBOL lib/lru_cache 0x1d2ebc6a lc_get +EXPORT_SYMBOL lib/lru_cache 0x2675693b lc_del +EXPORT_SYMBOL lib/lru_cache 0x75e88edc lc_destroy +EXPORT_SYMBOL lib/lru_cache 0x96d40a48 lc_try_get +EXPORT_SYMBOL lib/lru_cache 0xa79000a0 lc_is_used +EXPORT_SYMBOL lib/lru_cache 0xaeb959aa lc_create +EXPORT_SYMBOL lib/lru_cache 0xbf18a077 lc_reset +EXPORT_SYMBOL lib/lru_cache 0xc4d8d7a4 lc_find +EXPORT_SYMBOL lib/lru_cache 0xc6f3e60a lc_seq_printf_stats +EXPORT_SYMBOL lib/lru_cache 0xdbdee578 lc_element_by_index +EXPORT_SYMBOL lib/lru_cache 0xe8ad1906 lc_seq_dump_details +EXPORT_SYMBOL lib/lru_cache 0xf0e20f9b lc_try_lock +EXPORT_SYMBOL lib/lru_cache 0xfba16232 lc_get_cumulative +EXPORT_SYMBOL lib/lz4/lz4_compress 0x4f4d78c5 LZ4_compress_default +EXPORT_SYMBOL lib/lz4/lz4_compress 0x5bc92e85 LZ4_compress_destSize +EXPORT_SYMBOL lib/lz4/lz4_compress 0x6004858d LZ4_compress_fast +EXPORT_SYMBOL lib/lz4/lz4_compress 0x635ff76d LZ4_saveDict +EXPORT_SYMBOL lib/lz4/lz4_compress 0x749849d8 LZ4_loadDict +EXPORT_SYMBOL lib/lz4/lz4_compress 0xf9eced44 LZ4_compress_fast_continue +EXPORT_SYMBOL lib/lz4/lz4hc_compress 0x38f7b6e0 LZ4_compress_HC_continue +EXPORT_SYMBOL lib/lz4/lz4hc_compress 0x93ff008c LZ4_loadDictHC +EXPORT_SYMBOL lib/lz4/lz4hc_compress 0x9cef495b LZ4_saveDictHC +EXPORT_SYMBOL lib/lz4/lz4hc_compress 0xddf86133 LZ4_compress_HC +EXPORT_SYMBOL lib/math/cordic 0x7e431c15 cordic_calc_iq +EXPORT_SYMBOL lib/objagg 0x0363233d objagg_obj_raw +EXPORT_SYMBOL lib/objagg 0x23865923 objagg_destroy +EXPORT_SYMBOL lib/objagg 0x24ca5ca9 objagg_obj_root_priv +EXPORT_SYMBOL lib/objagg 0x342aefe2 objagg_obj_delta_priv +EXPORT_SYMBOL lib/objagg 0x352633f4 objagg_hints_stats_get +EXPORT_SYMBOL lib/objagg 0x3c58e78f objagg_hints_put +EXPORT_SYMBOL lib/objagg 0x6691f29d objagg_obj_put +EXPORT_SYMBOL lib/objagg 0x679e8cc2 objagg_create +EXPORT_SYMBOL lib/objagg 0xb17ab162 objagg_obj_get +EXPORT_SYMBOL lib/objagg 0xdaa3ee68 objagg_stats_get +EXPORT_SYMBOL lib/objagg 0xf5511527 objagg_stats_put +EXPORT_SYMBOL lib/objagg 0xfaa9d1a8 objagg_hints_get +EXPORT_SYMBOL lib/parman 0x0f518717 parman_prio_init +EXPORT_SYMBOL lib/parman 0x7b03d378 parman_item_add +EXPORT_SYMBOL lib/parman 0x8b7e26f5 parman_item_remove +EXPORT_SYMBOL lib/parman 0xc3e2d892 parman_create +EXPORT_SYMBOL lib/parman 0xc6a3d260 parman_prio_fini +EXPORT_SYMBOL lib/parman 0xca39ae6a parman_destroy +EXPORT_SYMBOL lib/raid6/raid6_pq 0x0b2c64a3 raid6_vgfmul +EXPORT_SYMBOL lib/raid6/raid6_pq 0x17f54263 raid6_gfexp +EXPORT_SYMBOL lib/raid6/raid6_pq 0x59a2712d raid6_gfinv +EXPORT_SYMBOL lib/raid6/raid6_pq 0xc8e3332b raid6_gflog +EXPORT_SYMBOL lib/raid6/raid6_pq 0xcc4ee841 raid6_gfexi +EXPORT_SYMBOL lib/raid6/raid6_pq 0xd91319d6 raid6_gfmul +EXPORT_SYMBOL lib/raid6/raid6_pq 0xefc78e77 raid6_empty_zero_page +EXPORT_SYMBOL net/6lowpan/6lowpan 0x165bed12 lowpan_register_netdev +EXPORT_SYMBOL net/6lowpan/6lowpan 0x47109df9 lowpan_nhc_add +EXPORT_SYMBOL net/6lowpan/6lowpan 0x7c6971c9 lowpan_register_netdevice +EXPORT_SYMBOL net/6lowpan/6lowpan 0x91e0b0be lowpan_nhc_del +EXPORT_SYMBOL net/6lowpan/6lowpan 0xf265483a lowpan_unregister_netdev +EXPORT_SYMBOL net/6lowpan/6lowpan 0xf3626b82 lowpan_unregister_netdevice +EXPORT_SYMBOL net/802/p8022 0x153f6fa4 register_8022_client +EXPORT_SYMBOL net/802/p8022 0x3b1679f8 unregister_8022_client +EXPORT_SYMBOL net/802/psnap 0x417efcce unregister_snap_client +EXPORT_SYMBOL net/802/psnap 0xccab2519 register_snap_client +EXPORT_SYMBOL net/9p/9pnet 0x066dca51 p9_client_renameat +EXPORT_SYMBOL net/9p/9pnet 0x0affc1c1 p9_client_mkdir_dotl +EXPORT_SYMBOL net/9p/9pnet 0x1ab577e0 p9_client_statfs +EXPORT_SYMBOL net/9p/9pnet 0x1ab60f0c p9_client_cb +EXPORT_SYMBOL net/9p/9pnet 0x2bad28e2 p9_client_stat +EXPORT_SYMBOL net/9p/9pnet 0x2ca73ec6 p9_client_create +EXPORT_SYMBOL net/9p/9pnet 0x2e70f4bb __tracepoint_9p_fid_ref +EXPORT_SYMBOL net/9p/9pnet 0x358f0519 p9_client_create_dotl +EXPORT_SYMBOL net/9p/9pnet 0x3940a298 p9_client_lock_dotl +EXPORT_SYMBOL net/9p/9pnet 0x3b29aedd p9_is_proto_dotl +EXPORT_SYMBOL net/9p/9pnet 0x3d73a797 p9_errstr2errno +EXPORT_SYMBOL net/9p/9pnet 0x41a3a94d p9_client_attach +EXPORT_SYMBOL net/9p/9pnet 0x4ba99359 p9_fcall_fini +EXPORT_SYMBOL net/9p/9pnet 0x51e2ad42 p9_client_readdir +EXPORT_SYMBOL net/9p/9pnet 0x5b014101 p9_req_put +EXPORT_SYMBOL net/9p/9pnet 0x61ea9492 v9fs_unregister_trans +EXPORT_SYMBOL net/9p/9pnet 0x66ee2954 p9_client_disconnect +EXPORT_SYMBOL net/9p/9pnet 0x6e27effa p9_client_read_once +EXPORT_SYMBOL net/9p/9pnet 0x6f0c7b60 v9fs_register_trans +EXPORT_SYMBOL net/9p/9pnet 0x6f8d746b p9dirent_read +EXPORT_SYMBOL net/9p/9pnet 0x704e9109 p9_client_read +EXPORT_SYMBOL net/9p/9pnet 0x761cad64 p9_parse_header +EXPORT_SYMBOL net/9p/9pnet 0x7d8dfd85 p9_tag_lookup +EXPORT_SYMBOL net/9p/9pnet 0x7f7cddcd p9_client_setattr +EXPORT_SYMBOL net/9p/9pnet 0x848b5ff1 p9_client_write +EXPORT_SYMBOL net/9p/9pnet 0x8a526e6c p9_client_fsync +EXPORT_SYMBOL net/9p/9pnet 0x8b017c4d p9_client_open +EXPORT_SYMBOL net/9p/9pnet 0x97a57114 p9_release_pages +EXPORT_SYMBOL net/9p/9pnet 0x9c5b7e1e p9_client_destroy +EXPORT_SYMBOL net/9p/9pnet 0xa0cc1b0a p9_is_proto_dotu +EXPORT_SYMBOL net/9p/9pnet 0xa19ca26e p9_client_remove +EXPORT_SYMBOL net/9p/9pnet 0xa7111ab3 p9_client_clunk +EXPORT_SYMBOL net/9p/9pnet 0xac49be5d p9_show_client_options +EXPORT_SYMBOL net/9p/9pnet 0xb1a6cb43 v9fs_get_default_trans +EXPORT_SYMBOL net/9p/9pnet 0xb1f81021 v9fs_get_trans_by_name +EXPORT_SYMBOL net/9p/9pnet 0xb335ea51 p9_client_symlink +EXPORT_SYMBOL net/9p/9pnet 0xb55ae777 __SCK__tp_func_9p_fid_ref +EXPORT_SYMBOL net/9p/9pnet 0xc0ac655b p9_client_walk +EXPORT_SYMBOL net/9p/9pnet 0xc6ee1a1d p9_client_wstat +EXPORT_SYMBOL net/9p/9pnet 0xc9228996 p9_client_getlock_dotl +EXPORT_SYMBOL net/9p/9pnet 0xce00d612 p9stat_read +EXPORT_SYMBOL net/9p/9pnet 0xd384c683 p9stat_free +EXPORT_SYMBOL net/9p/9pnet 0xd5caaa88 do_trace_9p_fid_put +EXPORT_SYMBOL net/9p/9pnet 0xd7601d02 p9_client_begin_disconnect +EXPORT_SYMBOL net/9p/9pnet 0xd8e080e4 do_trace_9p_fid_get +EXPORT_SYMBOL net/9p/9pnet 0xe19967c7 p9_client_getattr_dotl +EXPORT_SYMBOL net/9p/9pnet 0xe57b03f0 p9_client_readlink +EXPORT_SYMBOL net/9p/9pnet 0xe58a3360 p9_error_init +EXPORT_SYMBOL net/9p/9pnet 0xe8da2fa8 p9_client_rename +EXPORT_SYMBOL net/9p/9pnet 0xeb49f320 __traceiter_9p_fid_ref +EXPORT_SYMBOL net/9p/9pnet 0xedc0d010 p9_client_mknod_dotl +EXPORT_SYMBOL net/9p/9pnet 0xf7c2f38f p9_client_link +EXPORT_SYMBOL net/9p/9pnet 0xf9e8bb46 p9_client_fcreate +EXPORT_SYMBOL net/9p/9pnet 0xfc2d9e45 p9_client_unlinkat +EXPORT_SYMBOL net/appletalk/appletalk 0x242511d4 atalk_find_dev_addr +EXPORT_SYMBOL net/appletalk/appletalk 0x3dfd0839 alloc_ltalkdev +EXPORT_SYMBOL net/appletalk/appletalk 0x4ea2c267 aarp_send_ddp +EXPORT_SYMBOL net/appletalk/appletalk 0x50389688 atrtr_get_dev +EXPORT_SYMBOL net/atm/atm 0x075080d3 deregister_atm_ioctl +EXPORT_SYMBOL net/atm/atm 0x14bce6c5 atm_charge +EXPORT_SYMBOL net/atm/atm 0x2b68f548 vcc_release_async +EXPORT_SYMBOL net/atm/atm 0x2c537750 atm_dev_deregister +EXPORT_SYMBOL net/atm/atm 0x2cc2d52d vcc_hash +EXPORT_SYMBOL net/atm/atm 0x343dd0e0 atm_alloc_charge +EXPORT_SYMBOL net/atm/atm 0x36c8c93b atm_init_aal5 +EXPORT_SYMBOL net/atm/atm 0x3702a001 atm_dev_register +EXPORT_SYMBOL net/atm/atm 0x4443d399 atm_proc_root +EXPORT_SYMBOL net/atm/atm 0x47bcae82 vcc_insert_socket +EXPORT_SYMBOL net/atm/atm 0x6a6f7420 atm_dev_release_vccs +EXPORT_SYMBOL net/atm/atm 0x71498574 atm_dev_signal_change +EXPORT_SYMBOL net/atm/atm 0x77e55000 vcc_process_recv_queue +EXPORT_SYMBOL net/atm/atm 0x9feaf287 sonet_subtract_stats +EXPORT_SYMBOL net/atm/atm 0xaa024146 sonet_copy_stats +EXPORT_SYMBOL net/atm/atm 0xca87b453 vcc_sklist_lock +EXPORT_SYMBOL net/atm/atm 0xe077093c register_atm_ioctl +EXPORT_SYMBOL net/atm/atm 0xe3e74b6f atm_dev_lookup +EXPORT_SYMBOL net/atm/atm 0xf49bc67a atm_pcr_goal +EXPORT_SYMBOL net/ax25/ax25 0x0df888db 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 0x3fe66935 ax25_listen_register +EXPORT_SYMBOL net/ax25/ax25 0x4502c65a asc2ax +EXPORT_SYMBOL net/ax25/ax25 0x53dea1ff ax2asc +EXPORT_SYMBOL net/ax25/ax25 0x8704686f ax25_find_cb +EXPORT_SYMBOL net/ax25/ax25 0x8d7a62c6 ax25_linkfail_release +EXPORT_SYMBOL net/ax25/ax25 0x8ede9e26 ax25_protocol_release +EXPORT_SYMBOL net/ax25/ax25 0xa5d9012a ax25_ip_xmit +EXPORT_SYMBOL net/ax25/ax25 0xc1326103 ax25_send_frame +EXPORT_SYMBOL net/ax25/ax25 0xc1444946 ax25cmp +EXPORT_SYMBOL net/ax25/ax25 0xc7c66564 ax25_linkfail_register +EXPORT_SYMBOL net/ax25/ax25 0xcbc839f2 ax25_header_ops +EXPORT_SYMBOL net/ax25/ax25 0xd43ecbf1 null_ax25_address +EXPORT_SYMBOL net/ax25/ax25 0xee02e420 ax25_findbyuid +EXPORT_SYMBOL net/bluetooth/bluetooth 0x008228d2 hci_reset_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x0718b8b7 bt_info +EXPORT_SYMBOL net/bluetooth/bluetooth 0x074358f4 hci_recv_diag +EXPORT_SYMBOL net/bluetooth/bluetooth 0x0824fb7f __hci_cmd_sync_status +EXPORT_SYMBOL net/bluetooth/bluetooth 0x0a48c7e6 hci_free_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x0c6fc1b2 hci_unregister_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x0e9fab87 __hci_cmd_send +EXPORT_SYMBOL net/bluetooth/bluetooth 0x1198d5a4 hci_suspend_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x13445432 hci_recv_frame +EXPORT_SYMBOL net/bluetooth/bluetooth 0x139e1072 __hci_cmd_sync_ev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x13c81fae hci_mgmt_chan_unregister +EXPORT_SYMBOL net/bluetooth/bluetooth 0x18ad9692 hci_release_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x214e4265 bt_warn +EXPORT_SYMBOL net/bluetooth/bluetooth 0x25904c9b hci_cmd_sync_queue +EXPORT_SYMBOL net/bluetooth/bluetooth 0x2b9b341b bt_procfs_cleanup +EXPORT_SYMBOL net/bluetooth/bluetooth 0x2da9b4ed bt_sock_stream_recvmsg +EXPORT_SYMBOL net/bluetooth/bluetooth 0x2df4e4de bt_sock_wait_state +EXPORT_SYMBOL net/bluetooth/bluetooth 0x2e0f7a1c hci_resume_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x35ddfb1a __hci_cmd_sync +EXPORT_SYMBOL net/bluetooth/bluetooth 0x36dff79a bt_accept_unlink +EXPORT_SYMBOL net/bluetooth/bluetooth 0x3e9b6ffa hci_cmd_sync_cancel +EXPORT_SYMBOL net/bluetooth/bluetooth 0x446ab8f3 bt_sock_link +EXPORT_SYMBOL net/bluetooth/bluetooth 0x4c63e28b hci_register_cb +EXPORT_SYMBOL net/bluetooth/bluetooth 0x4dbb2857 bt_accept_enqueue +EXPORT_SYMBOL net/bluetooth/bluetooth 0x5af27569 hci_cmd_sync +EXPORT_SYMBOL net/bluetooth/bluetooth 0x5c2a728a l2cap_is_socket +EXPORT_SYMBOL net/bluetooth/bluetooth 0x5c938a0c bt_sock_wait_ready +EXPORT_SYMBOL net/bluetooth/bluetooth 0x5ed573c3 l2cap_register_user +EXPORT_SYMBOL net/bluetooth/bluetooth 0x6199a848 hci_alloc_dev_priv +EXPORT_SYMBOL net/bluetooth/bluetooth 0x6706347b bt_sock_unlink +EXPORT_SYMBOL net/bluetooth/bluetooth 0x682a948c hci_get_route +EXPORT_SYMBOL net/bluetooth/bluetooth 0x69c4d8ca l2cap_chan_close +EXPORT_SYMBOL net/bluetooth/bluetooth 0x6ad74e23 __hci_cmd_sync_sk +EXPORT_SYMBOL net/bluetooth/bluetooth 0x7884d810 bt_sock_ioctl +EXPORT_SYMBOL net/bluetooth/bluetooth 0x79a0bc43 bt_sock_recvmsg +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 0x8fea24bd bt_sock_unregister +EXPORT_SYMBOL net/bluetooth/bluetooth 0x90924f38 hci_register_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x95ab41f5 hci_set_hw_info +EXPORT_SYMBOL net/bluetooth/bluetooth 0x9e4b1444 hci_mgmt_chan_register +EXPORT_SYMBOL net/bluetooth/bluetooth 0x9fd63e94 l2cap_conn_put +EXPORT_SYMBOL net/bluetooth/bluetooth 0xa25a4942 bt_accept_dequeue +EXPORT_SYMBOL net/bluetooth/bluetooth 0xa3d5b468 hci_conn_switch_role +EXPORT_SYMBOL net/bluetooth/bluetooth 0xafa77e51 hci_set_fw_info +EXPORT_SYMBOL net/bluetooth/bluetooth 0xb04e1505 l2cap_conn_get +EXPORT_SYMBOL net/bluetooth/bluetooth 0xc8a3a7ba bt_sock_register +EXPORT_SYMBOL net/bluetooth/bluetooth 0xcadfb20c bt_sock_reclassify_lock +EXPORT_SYMBOL net/bluetooth/bluetooth 0xd40f3e60 bt_procfs_init +EXPORT_SYMBOL net/bluetooth/bluetooth 0xd75ee63d l2cap_unregister_user +EXPORT_SYMBOL net/bluetooth/bluetooth 0xd7613212 bt_err_ratelimited +EXPORT_SYMBOL net/bluetooth/bluetooth 0xddacccf6 bt_warn_ratelimited +EXPORT_SYMBOL net/bluetooth/bluetooth 0xe1da873b bt_sock_poll +EXPORT_SYMBOL net/bluetooth/bluetooth 0xe5e1708c hci_unregister_cb +EXPORT_SYMBOL net/bluetooth/bluetooth 0xedd023ea hci_conn_check_secure +EXPORT_SYMBOL net/bluetooth/bluetooth 0xf37f0e77 hci_conn_security +EXPORT_SYMBOL net/bluetooth/bluetooth 0xf98e871f __hci_cmd_sync_status_sk +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0x1d15566c ebt_register_table +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0x45469628 ebt_unregister_template +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0x4772bbe8 ebt_unregister_table_pre_exit +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0x9f163c31 ebt_do_table +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0xb55fd078 ebt_unregister_table +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0xefe4c380 ebt_register_template +EXPORT_SYMBOL net/caif/caif 0x1446b60a caif_client_register_refcnt +EXPORT_SYMBOL net/caif/caif 0x145a5a6e caif_enroll_dev +EXPORT_SYMBOL net/caif/caif 0x1bf256b4 caif_connect_client +EXPORT_SYMBOL net/caif/caif 0x2a09f713 cfpkt_fromnative +EXPORT_SYMBOL net/caif/caif 0x329dbd06 cfpkt_info +EXPORT_SYMBOL net/caif/caif 0x38701a7c cfcnfg_del_phy_layer +EXPORT_SYMBOL net/caif/caif 0x3fa84493 cfpkt_add_head +EXPORT_SYMBOL net/caif/caif 0x40babbe0 cfpkt_extr_head +EXPORT_SYMBOL net/caif/caif 0x4a237e57 cfpkt_tonative +EXPORT_SYMBOL net/caif/caif 0x839ddb7b cfcnfg_set_phy_state +EXPORT_SYMBOL net/caif/caif 0x94bf8885 caif_disconnect_client +EXPORT_SYMBOL net/caif/caif 0x9e3e305d cfpkt_set_prio +EXPORT_SYMBOL net/caif/caif 0xb7b6874e caif_free_client +EXPORT_SYMBOL net/caif/caif 0xe9b44a00 cfcnfg_add_phy_layer +EXPORT_SYMBOL net/caif/caif 0xfd04c5c0 get_cfcnfg +EXPORT_SYMBOL net/can/can 0x0a32205b can_rx_unregister +EXPORT_SYMBOL net/can/can 0x4933f6bb can_sock_destruct +EXPORT_SYMBOL net/can/can 0x7cfde180 can_rx_register +EXPORT_SYMBOL net/can/can 0x89f0375c can_send +EXPORT_SYMBOL net/can/can 0xbc039a9d can_proto_register +EXPORT_SYMBOL net/can/can 0xcca8f564 can_proto_unregister +EXPORT_SYMBOL net/ceph/libceph 0x006270eb ceph_client_gid +EXPORT_SYMBOL net/ceph/libceph 0x011356d2 ceph_osdc_notify +EXPORT_SYMBOL net/ceph/libceph 0x04fe933f ceph_auth_get_authorizer +EXPORT_SYMBOL net/ceph/libceph 0x0e7e0092 osd_req_op_extent_osd_data_bio +EXPORT_SYMBOL net/ceph/libceph 0x0fe41f71 ceph_msg_data_add_pagelist +EXPORT_SYMBOL net/ceph/libceph 0x107cdd69 ceph_osdc_put_request +EXPORT_SYMBOL net/ceph/libceph 0x10c4b138 osd_req_op_extent_osd_data_pages +EXPORT_SYMBOL net/ceph/libceph 0x11cf9897 ceph_monc_get_version_async +EXPORT_SYMBOL net/ceph/libceph 0x12ff275c ceph_monc_wait_osdmap +EXPORT_SYMBOL net/ceph/libceph 0x13bc0aa7 osd_req_op_cls_request_data_bvecs +EXPORT_SYMBOL net/ceph/libceph 0x165b1948 ceph_pagelist_free_reserve +EXPORT_SYMBOL net/ceph/libceph 0x1cd83453 ceph_osdc_cancel_request +EXPORT_SYMBOL net/ceph/libceph 0x1db393d0 ceph_copy_to_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x1ed20ae4 ceph_auth_add_authorizer_challenge +EXPORT_SYMBOL net/ceph/libceph 0x2087719e ceph_oid_copy +EXPORT_SYMBOL net/ceph/libceph 0x2101cbc9 ceph_oid_destroy +EXPORT_SYMBOL net/ceph/libceph 0x21c1ea99 ceph_release_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x23ba5e3f ceph_msg_data_add_pages +EXPORT_SYMBOL net/ceph/libceph 0x2a983d26 ceph_pagelist_release +EXPORT_SYMBOL net/ceph/libceph 0x2c285e11 ceph_monc_validate_auth +EXPORT_SYMBOL net/ceph/libceph 0x2d66ba2a ceph_msg_new2 +EXPORT_SYMBOL net/ceph/libceph 0x2ddbb091 ceph_monc_renew_subs +EXPORT_SYMBOL net/ceph/libceph 0x38f2d94e ceph_file_to_extents +EXPORT_SYMBOL net/ceph/libceph 0x3af6d9a4 ceph_wait_for_latest_osdmap +EXPORT_SYMBOL net/ceph/libceph 0x3bb3da25 ceph_pg_to_acting_primary +EXPORT_SYMBOL net/ceph/libceph 0x3c35aeba ceph_copy_from_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x3c391c0b osd_req_op_alloc_hint_init +EXPORT_SYMBOL net/ceph/libceph 0x3c8d7111 ceph_get_num_objects +EXPORT_SYMBOL net/ceph/libceph 0x3ce90541 ceph_osdc_new_request +EXPORT_SYMBOL net/ceph/libceph 0x405e16aa ceph_compare_options +EXPORT_SYMBOL net/ceph/libceph 0x415b0f15 ceph_osdc_call +EXPORT_SYMBOL net/ceph/libceph 0x417a9131 ceph_oloc_destroy +EXPORT_SYMBOL net/ceph/libceph 0x4278c719 ceph_open_session +EXPORT_SYMBOL net/ceph/libceph 0x466b85b8 libceph_compatible +EXPORT_SYMBOL net/ceph/libceph 0x46b370ce osd_req_op_extent_osd_data_bvecs +EXPORT_SYMBOL net/ceph/libceph 0x48ca46d7 osd_req_op_copy_from_init +EXPORT_SYMBOL net/ceph/libceph 0x4a3faf04 ceph_msg_new +EXPORT_SYMBOL net/ceph/libceph 0x4affd6c2 ceph_parse_fsid +EXPORT_SYMBOL net/ceph/libceph 0x4cf4b0aa ceph_pg_poolid_by_name +EXPORT_SYMBOL net/ceph/libceph 0x4d299e5f ceph_auth_invalidate_authorizer +EXPORT_SYMBOL net/ceph/libceph 0x50603ce3 ceph_decode_entity_addrvec +EXPORT_SYMBOL net/ceph/libceph 0x53bde46a ceph_pg_pool_name_by_id +EXPORT_SYMBOL net/ceph/libceph 0x53f3e667 ceph_osdc_alloc_messages +EXPORT_SYMBOL net/ceph/libceph 0x57baf885 ceph_str_hash +EXPORT_SYMBOL net/ceph/libceph 0x595e8578 ceph_monc_init +EXPORT_SYMBOL net/ceph/libceph 0x5aeeee62 ceph_oid_aprintf +EXPORT_SYMBOL net/ceph/libceph 0x5b0e22e3 ceph_msg_put +EXPORT_SYMBOL net/ceph/libceph 0x5cb854cc ceph_con_close +EXPORT_SYMBOL net/ceph/libceph 0x627587bc osd_req_op_extent_dup_last +EXPORT_SYMBOL net/ceph/libceph 0x634540ca ceph_print_client_options +EXPORT_SYMBOL net/ceph/libceph 0x63758856 ceph_str_hash_name +EXPORT_SYMBOL net/ceph/libceph 0x64845815 osd_req_op_extent_init +EXPORT_SYMBOL net/ceph/libceph 0x658e7f5b ceph_monc_get_version +EXPORT_SYMBOL net/ceph/libceph 0x69a2042c ceph_copy_user_to_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x69f38665 ceph_destroy_client +EXPORT_SYMBOL net/ceph/libceph 0x6a7a38a0 ceph_pr_addr +EXPORT_SYMBOL net/ceph/libceph 0x6e9f8209 ceph_monc_open_session +EXPORT_SYMBOL net/ceph/libceph 0x6eeebcbb ceph_monc_stop +EXPORT_SYMBOL net/ceph/libceph 0x6f730838 ceph_object_locator_to_pg +EXPORT_SYMBOL net/ceph/libceph 0x719ec722 osd_req_op_cls_response_data_pages +EXPORT_SYMBOL net/ceph/libceph 0x76889f19 ceph_check_fsid +EXPORT_SYMBOL net/ceph/libceph 0x79bf89cb ceph_reset_client_addr +EXPORT_SYMBOL net/ceph/libceph 0x83a24b67 ceph_monc_blocklist_add +EXPORT_SYMBOL net/ceph/libceph 0x844c0391 ceph_msg_dump +EXPORT_SYMBOL net/ceph/libceph 0x86fca7e4 ceph_put_snap_context +EXPORT_SYMBOL net/ceph/libceph 0x88309006 ceph_osdc_maybe_request_map +EXPORT_SYMBOL net/ceph/libceph 0x8949448b ceph_cls_lock +EXPORT_SYMBOL net/ceph/libceph 0x8a59860f ceph_osdc_abort_requests +EXPORT_SYMBOL net/ceph/libceph 0x8ab44c23 ceph_osdc_get_request +EXPORT_SYMBOL net/ceph/libceph 0x8c562f23 ceph_osdc_watch +EXPORT_SYMBOL net/ceph/libceph 0x8f9413d3 ceph_con_keepalive +EXPORT_SYMBOL net/ceph/libceph 0x903964ea ceph_msg_data_add_bio +EXPORT_SYMBOL net/ceph/libceph 0x90982920 ceph_cls_break_lock +EXPORT_SYMBOL net/ceph/libceph 0x9203cdfa ceph_auth_handle_svc_reply_done +EXPORT_SYMBOL net/ceph/libceph 0x94f403ec ceph_parse_param +EXPORT_SYMBOL net/ceph/libceph 0x95e446d2 ceph_put_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x9806eca6 osd_req_op_init +EXPORT_SYMBOL net/ceph/libceph 0x980b33e5 ceph_monc_want_map +EXPORT_SYMBOL net/ceph/libceph 0x987d3968 ceph_alloc_options +EXPORT_SYMBOL net/ceph/libceph 0x9b1ab1d1 osd_req_op_cls_request_data_pages +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 0xa19ce44c osd_req_op_cls_init +EXPORT_SYMBOL net/ceph/libceph 0xa4d8fc46 ceph_cls_assert_locked +EXPORT_SYMBOL net/ceph/libceph 0xa6645d54 ceph_osdc_list_watchers +EXPORT_SYMBOL net/ceph/libceph 0xa698f998 ceph_free_lockers +EXPORT_SYMBOL net/ceph/libceph 0xa84ce1ff osd_req_op_extent_osd_data_bvec_pos +EXPORT_SYMBOL net/ceph/libceph 0xa957063b ceph_msg_get +EXPORT_SYMBOL net/ceph/libceph 0xab314d52 __ceph_auth_get_authorizer +EXPORT_SYMBOL net/ceph/libceph 0xac1c5a8c ceph_monc_do_statfs +EXPORT_SYMBOL net/ceph/libceph 0xad703657 ceph_auth_destroy_authorizer +EXPORT_SYMBOL net/ceph/libceph 0xae1de175 ceph_con_send +EXPORT_SYMBOL net/ceph/libceph 0xafb8a407 ceph_msgr_flush +EXPORT_SYMBOL net/ceph/libceph 0xafdce2f8 ceph_monc_got_map +EXPORT_SYMBOL net/ceph/libceph 0xb109a4b0 ceph_osdc_clear_abort_err +EXPORT_SYMBOL net/ceph/libceph 0xb15ff050 __ceph_open_session +EXPORT_SYMBOL net/ceph/libceph 0xb3347606 osd_req_op_raw_data_in_pages +EXPORT_SYMBOL net/ceph/libceph 0xb3508054 osd_req_op_extent_osd_data_pagelist +EXPORT_SYMBOL net/ceph/libceph 0xb3622226 ceph_con_open +EXPORT_SYMBOL net/ceph/libceph 0xb54676fa ceph_msg_type_name +EXPORT_SYMBOL net/ceph/libceph 0xb55b7bc9 ceph_create_client +EXPORT_SYMBOL net/ceph/libceph 0xb72c162e ceph_buffer_release +EXPORT_SYMBOL net/ceph/libceph 0xbb5e9ae8 ceph_cls_set_cookie +EXPORT_SYMBOL net/ceph/libceph 0xbd2f79ae ceph_oloc_copy +EXPORT_SYMBOL net/ceph/libceph 0xbe3879aa ceph_get_snap_context +EXPORT_SYMBOL net/ceph/libceph 0xbe646419 ceph_zero_page_vector_range +EXPORT_SYMBOL net/ceph/libceph 0xbfaed8e2 ceph_auth_handle_svc_reply_more +EXPORT_SYMBOL net/ceph/libceph 0xc2de82bf ceph_client_addr +EXPORT_SYMBOL net/ceph/libceph 0xc2efe190 ceph_osdc_wait_request +EXPORT_SYMBOL net/ceph/libceph 0xc366bfa1 ceph_pagelist_truncate +EXPORT_SYMBOL net/ceph/libceph 0xc8b09ce4 ceph_osdc_notify_ack +EXPORT_SYMBOL net/ceph/libceph 0xca80437b ceph_extent_to_file +EXPORT_SYMBOL net/ceph/libceph 0xcbdd9e10 ceph_cls_lock_info +EXPORT_SYMBOL net/ceph/libceph 0xcdd45983 osd_req_op_extent_update +EXPORT_SYMBOL net/ceph/libceph 0xd2ab1f3f ceph_osdc_sync +EXPORT_SYMBOL net/ceph/libceph 0xd4d736db ceph_destroy_options +EXPORT_SYMBOL net/ceph/libceph 0xd4eb7735 ceph_decode_entity_addr +EXPORT_SYMBOL net/ceph/libceph 0xd5d9fccb ceph_msg_data_add_bvecs +EXPORT_SYMBOL net/ceph/libceph 0xdb06ce12 osd_req_op_extent_osd_data +EXPORT_SYMBOL net/ceph/libceph 0xdbad6167 ceph_osdc_update_epoch_barrier +EXPORT_SYMBOL net/ceph/libceph 0xdf42f9e8 ceph_alloc_page_vector +EXPORT_SYMBOL net/ceph/libceph 0xdf6ef4a1 ceph_oid_printf +EXPORT_SYMBOL net/ceph/libceph 0xdfc091f9 ceph_entity_type_name +EXPORT_SYMBOL net/ceph/libceph 0xe022108c ceph_pg_pool_flags +EXPORT_SYMBOL net/ceph/libceph 0xe3932fe0 ceph_auth_is_authenticated +EXPORT_SYMBOL net/ceph/libceph 0xe76e7226 ceph_pagelist_alloc +EXPORT_SYMBOL net/ceph/libceph 0xe8aa0aef osd_req_op_cls_request_data_pagelist +EXPORT_SYMBOL net/ceph/libceph 0xe8d9fbf1 ceph_auth_verify_authorizer_reply +EXPORT_SYMBOL net/ceph/libceph 0xebc2b63d ceph_auth_handle_bad_authorizer +EXPORT_SYMBOL net/ceph/libceph 0xee120c03 ceph_release_string +EXPORT_SYMBOL net/ceph/libceph 0xee581aa7 ceph_osdc_flush_notifies +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 0xeffe54d6 ceph_parse_mon_ips +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 0xf3751991 ceph_osdc_unwatch +EXPORT_SYMBOL net/ceph/libceph 0xf4a6d049 ceph_osdc_alloc_request +EXPORT_SYMBOL net/ceph/libceph 0xf8a43080 ceph_osdc_start_request +EXPORT_SYMBOL net/ceph/libceph 0xf905b9cd osd_req_op_xattr_init +EXPORT_SYMBOL net/ceph/libceph 0xfdb41ddf ceph_cls_unlock +EXPORT_SYMBOL net/ceph/libceph 0xff613a2c ceph_con_init +EXPORT_SYMBOL net/dccp/dccp_ipv4 0x23c38b7a dccp_req_err +EXPORT_SYMBOL net/dccp/dccp_ipv4 0x2a2eaffd dccp_syn_ack_timeout +EXPORT_SYMBOL net/hsr/hsr 0x0186bcc1 hsr_get_version +EXPORT_SYMBOL net/hsr/hsr 0x9c313325 is_hsr_master +EXPORT_SYMBOL net/ieee802154/ieee802154 0x0afbf30f wpan_phy_unregister +EXPORT_SYMBOL net/ieee802154/ieee802154 0x17ec9c76 wpan_phy_new +EXPORT_SYMBOL net/ieee802154/ieee802154 0x28135c56 wpan_phy_find +EXPORT_SYMBOL net/ieee802154/ieee802154 0x6b29b832 wpan_phy_register +EXPORT_SYMBOL net/ieee802154/ieee802154 0x7058906f wpan_phy_for_each +EXPORT_SYMBOL net/ieee802154/ieee802154 0xec6e067c wpan_phy_free +EXPORT_SYMBOL net/ipv4/fou 0x1757d1a4 fou_encap_hlen +EXPORT_SYMBOL net/ipv4/fou 0x4561d8d8 __fou_build_header +EXPORT_SYMBOL net/ipv4/fou 0xea356c42 __gue_build_header +EXPORT_SYMBOL net/ipv4/fou 0xf13914b3 gue_encap_hlen +EXPORT_SYMBOL net/ipv4/gre 0x48105c90 gre_parse_header +EXPORT_SYMBOL net/ipv4/ip_tunnel 0x3068150a ip_tunnel_encap_add_ops +EXPORT_SYMBOL net/ipv4/ip_tunnel 0x99cee63d ip_tunnel_get_iflink +EXPORT_SYMBOL net/ipv4/ip_tunnel 0xb5e3f8a8 ip_tunnel_get_link_net +EXPORT_SYMBOL net/ipv4/ip_tunnel 0xb7cc94cf ip_tunnel_encap_del_ops +EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0x34cdda60 arpt_register_table +EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0x3e11c55a arpt_unregister_table +EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0x71db719a arpt_unregister_table_pre_exit +EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0xf1786bbd arpt_do_table +EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0x223f5920 ipt_unregister_table_exit +EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0x31320a8f ipt_unregister_table_pre_exit +EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0x5ba22555 ipt_register_table +EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0x7b0cfb16 ipt_do_table +EXPORT_SYMBOL net/ipv4/tunnel4 0x35939b10 xfrm4_tunnel_deregister +EXPORT_SYMBOL net/ipv4/tunnel4 0x9bf88faf xfrm4_tunnel_register +EXPORT_SYMBOL net/ipv4/udp_tunnel 0x1e6703f4 udp_sock_create4 +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x0edd9519 ip6_tnl_get_link_net +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x2f991849 ip6_tnl_parse_tlv_enc_lim +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x56798f2b ip6_tnl_xmit +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x79069bd8 ip6_tnl_get_cap +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x7c183f6a ip6_tnl_rcv +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0xa7177174 ip6_tnl_encap_add_ops +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0xae7ac24d ip6_tnl_change_mtu +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0xcaa698c0 ip6_tnl_get_iflink +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0xf8921629 ip6_tnl_encap_del_ops +EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0x970e0c8c ip6t_register_table +EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0x9859a1fa ip6t_do_table +EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0x9a7f4e9a ip6t_unregister_table_exit +EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0xba32d1f8 ip6t_unregister_table_pre_exit +EXPORT_SYMBOL net/ipv6/tunnel6 0x02666a30 xfrm6_tunnel_register +EXPORT_SYMBOL net/ipv6/tunnel6 0xc3332964 xfrm6_tunnel_deregister +EXPORT_SYMBOL net/ipv6/xfrm6_tunnel 0x106d9ee7 xfrm6_tunnel_spi_lookup +EXPORT_SYMBOL net/ipv6/xfrm6_tunnel 0xcdf108c0 xfrm6_tunnel_alloc_spi +EXPORT_SYMBOL net/lapb/lapb 0x2932b128 lapb_connect_request +EXPORT_SYMBOL net/lapb/lapb 0x2e312bfd lapb_register +EXPORT_SYMBOL net/lapb/lapb 0x7995ca7d lapb_unregister +EXPORT_SYMBOL net/lapb/lapb 0x9e63e41d lapb_setparms +EXPORT_SYMBOL net/lapb/lapb 0xb2ea912e lapb_data_request +EXPORT_SYMBOL net/lapb/lapb 0xbfcf476f lapb_disconnect_request +EXPORT_SYMBOL net/lapb/lapb 0xd62d2f27 lapb_data_received +EXPORT_SYMBOL net/lapb/lapb 0xe81de604 lapb_getparms +EXPORT_SYMBOL net/llc/llc 0x01dbbe36 llc_mac_hdr_init +EXPORT_SYMBOL net/llc/llc 0x0d6be85e llc_set_station_handler +EXPORT_SYMBOL net/llc/llc 0x1dae6545 llc_add_pack +EXPORT_SYMBOL net/llc/llc 0x38b92846 llc_remove_pack +EXPORT_SYMBOL net/llc/llc 0x4d480f0e llc_sap_find +EXPORT_SYMBOL net/llc/llc 0x5094b55e llc_sap_close +EXPORT_SYMBOL net/llc/llc 0x52d7b2fd llc_sap_list +EXPORT_SYMBOL net/llc/llc 0xd8acae9b llc_build_and_send_ui_pkt +EXPORT_SYMBOL net/llc/llc 0xf0b7a73c llc_sap_open +EXPORT_SYMBOL net/mac80211/mac80211 0x074511e7 ieee80211_alloc_hw_nm +EXPORT_SYMBOL net/mac80211/mac80211 0x0a63414c ieee80211_wake_queues +EXPORT_SYMBOL net/mac80211/mac80211 0x0cfa6381 ieee80211_sta_eosp +EXPORT_SYMBOL net/mac80211/mac80211 0x10e5dbd4 ieee80211_get_buffered_bc +EXPORT_SYMBOL net/mac80211/mac80211 0x120dbdc2 ieee80211_rx_ba_timer_expired +EXPORT_SYMBOL net/mac80211/mac80211 0x1395c7c7 ieee80211_channel_switch_disconnect +EXPORT_SYMBOL net/mac80211/mac80211 0x189d9c3a ieee80211_beacon_get_template +EXPORT_SYMBOL net/mac80211/mac80211 0x18afe001 ieee80211_nullfunc_get +EXPORT_SYMBOL net/mac80211/mac80211 0x19f37f0d ieee80211_update_p2p_noa +EXPORT_SYMBOL net/mac80211/mac80211 0x1a4740e1 ieee80211_sta_register_airtime +EXPORT_SYMBOL net/mac80211/mac80211 0x1c9e5712 ieee80211_stop_tx_ba_cb_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0x1cf75d45 ieee80211_get_tkip_p1k_iv +EXPORT_SYMBOL net/mac80211/mac80211 0x1e277f04 ieee80211_send_eosp_nullfunc +EXPORT_SYMBOL net/mac80211/mac80211 0x202a7bcf __ieee80211_schedule_txq +EXPORT_SYMBOL net/mac80211/mac80211 0x2236ffb9 ieee80211_sta_block_awake +EXPORT_SYMBOL net/mac80211/mac80211 0x258e76c0 ieee80211_beacon_update_cntdwn +EXPORT_SYMBOL net/mac80211/mac80211 0x2977c01a ieee80211_free_txskb +EXPORT_SYMBOL net/mac80211/mac80211 0x2ca44fe8 ieee80211_tdls_oper_request +EXPORT_SYMBOL net/mac80211/mac80211 0x2d22bcb8 ieee80211_txq_airtime_check +EXPORT_SYMBOL net/mac80211/mac80211 0x2f4bb3ab ieee80211_rate_control_register +EXPORT_SYMBOL net/mac80211/mac80211 0x317059f0 ieee80211_txq_schedule_start +EXPORT_SYMBOL net/mac80211/mac80211 0x338dca0c ieee80211_tx_dequeue +EXPORT_SYMBOL net/mac80211/mac80211 0x36018cd2 ieee80211_ctstoself_duration +EXPORT_SYMBOL net/mac80211/mac80211 0x377177ff ieee80211_pspoll_get +EXPORT_SYMBOL net/mac80211/mac80211 0x391eda45 ieee80211_get_tkip_rx_p1k +EXPORT_SYMBOL net/mac80211/mac80211 0x3a2e9213 ieee80211_tx_status +EXPORT_SYMBOL net/mac80211/mac80211 0x3b53aeba ieee80211_rts_get +EXPORT_SYMBOL net/mac80211/mac80211 0x3d858665 ieee80211_txq_may_transmit +EXPORT_SYMBOL net/mac80211/mac80211 0x3f3e4650 ieee80211_reserve_tid +EXPORT_SYMBOL net/mac80211/mac80211 0x440deb1f ieee80211_chswitch_done +EXPORT_SYMBOL net/mac80211/mac80211 0x44873203 ieee80211_unregister_hw +EXPORT_SYMBOL net/mac80211/mac80211 0x45d1623c ieee80211_disable_rssi_reports +EXPORT_SYMBOL net/mac80211/mac80211 0x46587410 ieee80211_rate_control_unregister +EXPORT_SYMBOL net/mac80211/mac80211 0x46adf3dd ieee80211_nan_func_match +EXPORT_SYMBOL net/mac80211/mac80211 0x475c3c62 ieee80211_stop_tx_ba_session +EXPORT_SYMBOL net/mac80211/mac80211 0x4ad2db3e ieee80211_beacon_cntdwn_is_complete +EXPORT_SYMBOL net/mac80211/mac80211 0x4c576804 ieee80211_queue_delayed_work +EXPORT_SYMBOL net/mac80211/mac80211 0x57e64e6a ieee80211_report_low_ack +EXPORT_SYMBOL net/mac80211/mac80211 0x6015e089 ieee80211_tx_rate_update +EXPORT_SYMBOL net/mac80211/mac80211 0x6037063a ieee80211_queue_stopped +EXPORT_SYMBOL net/mac80211/mac80211 0x6038784b __ieee80211_get_rx_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0x60bbb6f9 ieee80211_cqm_rssi_notify +EXPORT_SYMBOL net/mac80211/mac80211 0x60f0b64e ieee80211_ctstoself_get +EXPORT_SYMBOL net/mac80211/mac80211 0x64e73a00 ieee80211_beacon_loss +EXPORT_SYMBOL net/mac80211/mac80211 0x68e2545c ieee80211_radar_detected +EXPORT_SYMBOL net/mac80211/mac80211 0x69206921 ieee80211_rx_napi +EXPORT_SYMBOL net/mac80211/mac80211 0x6d00fe78 ieee80211_manage_rx_ba_offl +EXPORT_SYMBOL net/mac80211/mac80211 0x6e70eb22 ieee80211_register_hw +EXPORT_SYMBOL net/mac80211/mac80211 0x74f47b42 ieee80211_rx_list +EXPORT_SYMBOL net/mac80211/mac80211 0x768d758c ieee80211_sched_scan_results +EXPORT_SYMBOL net/mac80211/mac80211 0x77944b9f ieee80211_unreserve_tid +EXPORT_SYMBOL net/mac80211/mac80211 0x78bfb78a __ieee80211_get_assoc_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0x7c2dcfe7 ieee80211_sta_ps_transition +EXPORT_SYMBOL net/mac80211/mac80211 0x7cbc073e ieee80211_start_tx_ba_session +EXPORT_SYMBOL net/mac80211/mac80211 0x7fa4fb15 ieee80211_rx_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0x8416e00c ieee80211_restart_hw +EXPORT_SYMBOL net/mac80211/mac80211 0x866c54c7 ieee80211_find_sta +EXPORT_SYMBOL net/mac80211/mac80211 0x8a698a08 ieee80211_start_tx_ba_cb_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0x8bbf3fdb ieee80211_proberesp_get +EXPORT_SYMBOL net/mac80211/mac80211 0x8df7bf71 ieee80211_iter_keys_rcu +EXPORT_SYMBOL net/mac80211/mac80211 0x908f2140 ieee80211_tx_status_ext +EXPORT_SYMBOL net/mac80211/mac80211 0x9184f9d0 ieee80211_probereq_get +EXPORT_SYMBOL net/mac80211/mac80211 0x94a64678 ieee80211_send_bar +EXPORT_SYMBOL net/mac80211/mac80211 0x9537af60 ieee80211_mark_rx_ba_filtered_frames +EXPORT_SYMBOL net/mac80211/mac80211 0x95febea6 ieee80211_get_bssid +EXPORT_SYMBOL net/mac80211/mac80211 0x988736d6 ieee80211_sta_uapsd_trigger +EXPORT_SYMBOL net/mac80211/mac80211 0x991a0ca0 ieee80211_parse_p2p_noa +EXPORT_SYMBOL net/mac80211/mac80211 0x9a389bca ieee80211_ap_probereq_get +EXPORT_SYMBOL net/mac80211/mac80211 0x9ae2ad96 ieee80211_iter_keys +EXPORT_SYMBOL net/mac80211/mac80211 0xa0ce603d ieee80211_queue_work +EXPORT_SYMBOL net/mac80211/mac80211 0xa1ce631e ieee80211_csa_finish +EXPORT_SYMBOL net/mac80211/mac80211 0xa31e368f ieee80211_sched_scan_stopped +EXPORT_SYMBOL net/mac80211/mac80211 0xa31f8a1c ieee80211_next_txq +EXPORT_SYMBOL net/mac80211/mac80211 0xa35e1508 __ieee80211_create_tpt_led_trigger +EXPORT_SYMBOL net/mac80211/mac80211 0xa529a93e ieee80211_sta_pspoll +EXPORT_SYMBOL net/mac80211/mac80211 0xa54386b0 ieee80211_disconnect +EXPORT_SYMBOL net/mac80211/mac80211 0xaaa299f0 ieee80211_rts_duration +EXPORT_SYMBOL net/mac80211/mac80211 0xac8cc6db ieee80211_stop_queues +EXPORT_SYMBOL net/mac80211/mac80211 0xad75fdef __ieee80211_get_tx_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0xaeb9a917 ieee80211_get_key_rx_seq +EXPORT_SYMBOL net/mac80211/mac80211 0xb023484a ieee80211_sta_recalc_aggregates +EXPORT_SYMBOL net/mac80211/mac80211 0xb1afbe39 ieee80211_generic_frame_duration +EXPORT_SYMBOL net/mac80211/mac80211 0xb5dd3a6e ieee80211_free_hw +EXPORT_SYMBOL net/mac80211/mac80211 0xb6620ff2 ieee80211_get_tkip_p2k +EXPORT_SYMBOL net/mac80211/mac80211 0xb890b6f3 __ieee80211_get_radio_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0xb9592fc0 ieee80211_report_wowlan_wakeup +EXPORT_SYMBOL net/mac80211/mac80211 0xbea293dd ieee80211_stop_queue +EXPORT_SYMBOL net/mac80211/mac80211 0xbeb279a7 ieee80211_handle_wake_tx_queue +EXPORT_SYMBOL net/mac80211/mac80211 0xc1819c0b ieee80211_get_fils_discovery_tmpl +EXPORT_SYMBOL net/mac80211/mac80211 0xc559c75a rate_control_set_rates +EXPORT_SYMBOL net/mac80211/mac80211 0xc7b87f86 ieee80211_get_unsol_bcast_probe_resp_tmpl +EXPORT_SYMBOL net/mac80211/mac80211 0xd2a41f88 ieee80211_tx_status_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0xd3489756 ieee80211_enable_rssi_reports +EXPORT_SYMBOL net/mac80211/mac80211 0xd6c9cd14 ieee80211_tx_prepare_skb +EXPORT_SYMBOL net/mac80211/mac80211 0xd7a5f051 ieee80211_scan_completed +EXPORT_SYMBOL net/mac80211/mac80211 0xd978003e wiphy_to_ieee80211_hw +EXPORT_SYMBOL net/mac80211/mac80211 0xdd90ae6e ieee80211_sta_set_buffered +EXPORT_SYMBOL net/mac80211/mac80211 0xde727204 ieee80211_stop_rx_ba_session +EXPORT_SYMBOL net/mac80211/mac80211 0xe1de6294 ieee80211_txq_get_depth +EXPORT_SYMBOL net/mac80211/mac80211 0xe2aadb02 ieee80211_nan_func_terminated +EXPORT_SYMBOL net/mac80211/mac80211 0xf3eebeb1 ieee80211_tx_status_8023 +EXPORT_SYMBOL net/mac80211/mac80211 0xf78860a4 ieee80211_cqm_beacon_loss_notify +EXPORT_SYMBOL net/mac80211/mac80211 0xf7e96aad ieee80211_wake_queue +EXPORT_SYMBOL net/mac80211/mac80211 0xf83a51f9 ieee80211_beacon_get_tim +EXPORT_SYMBOL net/mac80211/mac80211 0xf8afe968 ieee80211_connection_loss +EXPORT_SYMBOL net/mac80211/mac80211 0xfab4f843 ieee80211_beacon_set_cntdwn +EXPORT_SYMBOL net/mac80211/mac80211 0xff069728 ieee80211_get_tx_rates +EXPORT_SYMBOL net/mac802154/mac802154 0x0cbdd26d ieee802154_unregister_hw +EXPORT_SYMBOL net/mac802154/mac802154 0x11b219d9 ieee802154_register_hw +EXPORT_SYMBOL net/mac802154/mac802154 0x53ae3635 ieee802154_free_hw +EXPORT_SYMBOL net/mac802154/mac802154 0x5e7eef6b ieee802154_configure_durations +EXPORT_SYMBOL net/mac802154/mac802154 0x8fee1e27 ieee802154_xmit_complete +EXPORT_SYMBOL net/mac802154/mac802154 0x90f59f1a ieee802154_alloc_hw +EXPORT_SYMBOL net/mac802154/mac802154 0x936ccb47 ieee802154_rx_irqsafe +EXPORT_SYMBOL net/mac802154/mac802154 0xd49315cc ieee802154_xmit_hw_error +EXPORT_SYMBOL net/mac802154/mac802154 0xee3021b9 ieee802154_xmit_error +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x06741a85 ip_vs_new_conn_out +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x0e74d472 ip_vs_nfct_expect_related +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x2acfa983 register_ip_vs_scheduler +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x497d28f1 ip_vs_conn_new +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x5aeb73b1 unregister_ip_vs_app +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x7191241b register_ip_vs_app +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x7cb38d5b ip_vs_conn_put +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x7ec8ee76 ip_vs_proto_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x8b912517 ip_vs_conn_in_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xa3fed828 ip_vs_conn_out_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xa7dc3c59 register_ip_vs_app_inc +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xac29d142 ip_vs_proto_data_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xcbf8f0cb ip_vs_scheduler_err +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xccbc786d unregister_ip_vs_scheduler +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xd831a1a2 ip_vs_proto_name +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xfa6e7d5b ip_vs_tcp_conn_listen +EXPORT_SYMBOL net/netfilter/nf_conntrack 0x3b08a8f0 nf_ct_destroy +EXPORT_SYMBOL net/netfilter/nf_conntrack 0x6e22aa4a 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 0x9c19ce03 nf_nat_follow_master +EXPORT_SYMBOL net/netfilter/nf_nat 0xc18ac9ee __nf_nat_mangle_tcp_packet +EXPORT_SYMBOL net/netfilter/nf_nat 0xc2f17046 nf_nat_setup_info +EXPORT_SYMBOL net/netfilter/nf_nat 0xc5018be5 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 0x3bf9d084 xt_check_table_hooks +EXPORT_SYMBOL net/netfilter/x_tables 0x402a36ec xt_unregister_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 0x5cdb7a33 xt_unregister_target +EXPORT_SYMBOL net/netfilter/x_tables 0x6cff97ef xt_find_match +EXPORT_SYMBOL net/netfilter/x_tables 0x9251e9a0 xt_unregister_matches +EXPORT_SYMBOL net/netfilter/x_tables 0x977fd4bf xt_alloc_table_info +EXPORT_SYMBOL net/netfilter/x_tables 0xa1b0e0c8 xt_unregister_targets +EXPORT_SYMBOL net/netfilter/x_tables 0xa25fc115 xt_compat_check_entry_offsets +EXPORT_SYMBOL net/netfilter/x_tables 0xa2625d66 xt_register_matches +EXPORT_SYMBOL net/netfilter/x_tables 0xaa016029 xt_find_table +EXPORT_SYMBOL net/netfilter/x_tables 0xcb3e91cc xt_counters_alloc +EXPORT_SYMBOL net/netfilter/x_tables 0xd387b4f9 xt_register_targets +EXPORT_SYMBOL net/netfilter/x_tables 0xd87ae60d xt_check_entry_offsets +EXPORT_SYMBOL net/netfilter/x_tables 0xe0dc6147 xt_register_match +EXPORT_SYMBOL net/netfilter/x_tables 0xe204e042 xt_free_table_info +EXPORT_SYMBOL net/netfilter/x_tables 0xe4277bb0 xt_register_target +EXPORT_SYMBOL net/netfilter/x_tables 0xfef779fa xt_find_jump_offset +EXPORT_SYMBOL net/nfc/hci/hci 0x0713c1c7 nfc_hci_disconnect_all_gates +EXPORT_SYMBOL net/nfc/hci/hci 0x15665d4e nfc_hci_send_cmd +EXPORT_SYMBOL net/nfc/hci/hci 0x19fb75e8 nfc_hci_set_param +EXPORT_SYMBOL net/nfc/hci/hci 0x1adf991e nfc_hci_get_clientdata +EXPORT_SYMBOL net/nfc/hci/hci 0x257e451c nfc_hci_send_event +EXPORT_SYMBOL net/nfc/hci/hci 0x454d4e7a nfc_hci_unregister_device +EXPORT_SYMBOL net/nfc/hci/hci 0x499f964e nfc_hci_reset_pipes +EXPORT_SYMBOL net/nfc/hci/hci 0x5586b474 nfc_hci_disconnect_gate +EXPORT_SYMBOL net/nfc/hci/hci 0x55fa1847 nfc_hci_set_clientdata +EXPORT_SYMBOL net/nfc/hci/hci 0x628da1bd nfc_hci_get_param +EXPORT_SYMBOL net/nfc/hci/hci 0x652f41ea nfc_hci_connect_gate +EXPORT_SYMBOL net/nfc/hci/hci 0x6b09a0e4 nfc_hci_allocate_device +EXPORT_SYMBOL net/nfc/hci/hci 0x74fe3670 nfc_hci_result_to_errno +EXPORT_SYMBOL net/nfc/hci/hci 0x8bd46b90 nfc_hci_reset_pipes_per_host +EXPORT_SYMBOL net/nfc/hci/hci 0xb3c046fc nfc_hci_register_device +EXPORT_SYMBOL net/nfc/hci/hci 0xb68a8b8b nfc_llc_stop +EXPORT_SYMBOL net/nfc/hci/hci 0xba24e1b1 nfc_llc_start +EXPORT_SYMBOL net/nfc/hci/hci 0xce8387ca nfc_hci_recv_frame +EXPORT_SYMBOL net/nfc/hci/hci 0xcf263c26 nfc_hci_send_cmd_async +EXPORT_SYMBOL net/nfc/hci/hci 0xcfd1075c nfc_hci_target_discovered +EXPORT_SYMBOL net/nfc/hci/hci 0xdd231c55 nfc_hci_sak_to_protocol +EXPORT_SYMBOL net/nfc/hci/hci 0xe55c959c nfc_hci_driver_failure +EXPORT_SYMBOL net/nfc/hci/hci 0xf5c26946 nfc_hci_free_device +EXPORT_SYMBOL net/nfc/nci/nci 0x01d92df4 nci_send_frame +EXPORT_SYMBOL net/nfc/nci/nci 0x060191be nci_nfcee_discover +EXPORT_SYMBOL net/nfc/nci/nci 0x06d04109 nci_unregister_device +EXPORT_SYMBOL net/nfc/nci/nci 0x0ecbd852 nci_free_device +EXPORT_SYMBOL net/nfc/nci/nci 0x15837523 nci_hci_connect_gate +EXPORT_SYMBOL net/nfc/nci/nci 0x20779265 nci_send_cmd +EXPORT_SYMBOL net/nfc/nci/nci 0x2379bede nci_recv_frame +EXPORT_SYMBOL net/nfc/nci/nci 0x391f865f nci_core_cmd +EXPORT_SYMBOL net/nfc/nci/nci 0x4208aaad nci_core_conn_close +EXPORT_SYMBOL net/nfc/nci/nci 0x4c463594 nci_conn_max_data_pkt_payload_size +EXPORT_SYMBOL net/nfc/nci/nci 0x5b671900 nci_set_config +EXPORT_SYMBOL net/nfc/nci/nci 0x66915eb8 nci_core_conn_create +EXPORT_SYMBOL net/nfc/nci/nci 0x67b275f8 nci_send_data +EXPORT_SYMBOL net/nfc/nci/nci 0x6948c08a nci_nfcc_loopback +EXPORT_SYMBOL net/nfc/nci/nci 0x75412b34 nci_core_init +EXPORT_SYMBOL net/nfc/nci/nci 0x7704d69f nci_hci_send_cmd +EXPORT_SYMBOL net/nfc/nci/nci 0x80b0f72a nci_allocate_device +EXPORT_SYMBOL net/nfc/nci/nci 0x81d75554 nci_hci_open_pipe +EXPORT_SYMBOL net/nfc/nci/nci 0x922061b2 nci_nfcee_mode_set +EXPORT_SYMBOL net/nfc/nci/nci 0xabc9c845 nci_register_device +EXPORT_SYMBOL net/nfc/nci/nci 0xb45dbf2b nci_hci_send_event +EXPORT_SYMBOL net/nfc/nci/nci 0xba490602 nci_to_errno +EXPORT_SYMBOL net/nfc/nci/nci 0xbe8f3e91 nci_get_conn_info_by_dest_type_params +EXPORT_SYMBOL net/nfc/nci/nci 0xe0ddf812 nci_hci_get_param +EXPORT_SYMBOL net/nfc/nci/nci 0xe7d076f8 nci_hci_dev_session_init +EXPORT_SYMBOL net/nfc/nci/nci 0xec82bf8d nci_hci_clear_all_pipes +EXPORT_SYMBOL net/nfc/nci/nci 0xedb31989 nci_hci_set_param +EXPORT_SYMBOL net/nfc/nci/nci 0xf1d26452 nci_prop_cmd +EXPORT_SYMBOL net/nfc/nci/nci 0xfba90d4d nci_core_reset +EXPORT_SYMBOL net/nfc/nci/nci 0xfe6a4c0a nci_req_complete +EXPORT_SYMBOL net/nfc/nfc 0x081a6aea nfc_tm_activated +EXPORT_SYMBOL net/nfc/nfc 0x0b0ff9b4 nfc_send_to_raw_sock +EXPORT_SYMBOL net/nfc/nfc 0x118a135c nfc_proto_unregister +EXPORT_SYMBOL net/nfc/nfc 0x158e7e6a __nfc_alloc_vendor_cmd_reply_skb +EXPORT_SYMBOL net/nfc/nfc 0x2275fb11 nfc_tm_data_received +EXPORT_SYMBOL net/nfc/nfc 0x2b46d9f9 nfc_se_transaction +EXPORT_SYMBOL net/nfc/nfc 0x3b5316ff nfc_alloc_recv_skb +EXPORT_SYMBOL net/nfc/nfc 0x5aa7212c nfc_remove_se +EXPORT_SYMBOL net/nfc/nfc 0x6baba7aa nfc_fw_download_done +EXPORT_SYMBOL net/nfc/nfc 0x6c7e949a nfc_allocate_device +EXPORT_SYMBOL net/nfc/nfc 0x6f142510 nfc_register_device +EXPORT_SYMBOL net/nfc/nfc 0x71393d34 nfc_proto_register +EXPORT_SYMBOL net/nfc/nfc 0x74b2fee5 nfc_se_connectivity +EXPORT_SYMBOL net/nfc/nfc 0x7abaf3b3 nfc_target_lost +EXPORT_SYMBOL net/nfc/nfc 0x7fdd024b nfc_find_se +EXPORT_SYMBOL net/nfc/nfc 0x8493dd1b nfc_driver_failure +EXPORT_SYMBOL net/nfc/nfc 0xa416b0fa nfc_vendor_cmd_reply +EXPORT_SYMBOL net/nfc/nfc 0xb050b8ef nfc_targets_found +EXPORT_SYMBOL net/nfc/nfc 0xc6215a28 nfc_get_local_general_bytes +EXPORT_SYMBOL net/nfc/nfc 0xd2362451 nfc_unregister_device +EXPORT_SYMBOL net/nfc/nfc 0xe6d633aa nfc_add_se +EXPORT_SYMBOL net/nfc/nfc 0xe8455491 nfc_dep_link_is_up +EXPORT_SYMBOL net/nfc/nfc 0xeacadd3a nfc_class +EXPORT_SYMBOL net/nfc/nfc 0xeeaa5d47 nfc_set_remote_general_bytes +EXPORT_SYMBOL net/nfc/nfc 0xfdcc2b9b nfc_tm_deactivated +EXPORT_SYMBOL net/nfc/nfc_digital 0x1b0f6225 nfc_digital_register_device +EXPORT_SYMBOL net/nfc/nfc_digital 0x38f06517 nfc_digital_unregister_device +EXPORT_SYMBOL net/nfc/nfc_digital 0xc4125f33 nfc_digital_allocate_device +EXPORT_SYMBOL net/nfc/nfc_digital 0xc9d3f815 nfc_digital_free_device +EXPORT_SYMBOL net/phonet/phonet 0x04f5a7b5 phonet_header_ops +EXPORT_SYMBOL net/phonet/phonet 0x14bfefbe pn_sock_hash +EXPORT_SYMBOL net/phonet/phonet 0x2a1e2787 pn_sock_get_port +EXPORT_SYMBOL net/phonet/phonet 0x62d37c71 pn_sock_unhash +EXPORT_SYMBOL net/phonet/phonet 0x768ed2d9 phonet_stream_ops +EXPORT_SYMBOL net/phonet/phonet 0xe1d55b73 phonet_proto_register +EXPORT_SYMBOL net/phonet/phonet 0xe3e6b5e0 phonet_proto_unregister +EXPORT_SYMBOL net/phonet/phonet 0xf9f40631 pn_skb_send +EXPORT_SYMBOL net/rxrpc/rxrpc 0x0049393c rxrpc_kernel_set_max_life +EXPORT_SYMBOL net/rxrpc/rxrpc 0x271c1672 rxrpc_kernel_send_data +EXPORT_SYMBOL net/rxrpc/rxrpc 0x2bcb949e key_type_rxrpc +EXPORT_SYMBOL net/rxrpc/rxrpc 0x2bd403ea rxrpc_kernel_get_srtt +EXPORT_SYMBOL net/rxrpc/rxrpc 0x2c93a611 rxrpc_kernel_new_call_notification +EXPORT_SYMBOL net/rxrpc/rxrpc 0x317d7f5c rxrpc_kernel_abort_call +EXPORT_SYMBOL net/rxrpc/rxrpc 0x31bf3ca3 rxrpc_debug_id +EXPORT_SYMBOL net/rxrpc/rxrpc 0x370357ca rxrpc_kernel_end_call +EXPORT_SYMBOL net/rxrpc/rxrpc 0x41c4fffd rxrpc_kernel_charge_accept +EXPORT_SYMBOL net/rxrpc/rxrpc 0x488342b6 rxrpc_sock_set_min_security_level +EXPORT_SYMBOL net/rxrpc/rxrpc 0x48a3dfd3 rxrpc_kernel_check_life +EXPORT_SYMBOL net/rxrpc/rxrpc 0x5f0370f5 rxrpc_sock_set_security_keyring +EXPORT_SYMBOL net/rxrpc/rxrpc 0x609a0b89 rxrpc_kernel_get_epoch +EXPORT_SYMBOL net/rxrpc/rxrpc 0x674aafb6 rxrpc_get_server_data_key +EXPORT_SYMBOL net/rxrpc/rxrpc 0xb028137c rxrpc_kernel_begin_call +EXPORT_SYMBOL net/rxrpc/rxrpc 0xba08188b rxrpc_kernel_get_peer +EXPORT_SYMBOL net/rxrpc/rxrpc 0xbfad9899 rxrpc_kernel_set_tx_length +EXPORT_SYMBOL net/rxrpc/rxrpc 0xfe4c738e rxrpc_get_null_key +EXPORT_SYMBOL net/rxrpc/rxrpc 0xff08b76e rxrpc_kernel_recv_data +EXPORT_SYMBOL net/sctp/sctp 0x69e1834c sctp_do_peeloff +EXPORT_SYMBOL net/smc/smc 0x1b1e06e1 __tracepoint_smc_rx_recvmsg +EXPORT_SYMBOL net/smc/smc 0x27ad1559 __traceiter_smc_rx_recvmsg +EXPORT_SYMBOL net/smc/smc 0x3153cc92 __SCK__tp_func_smc_rx_recvmsg +EXPORT_SYMBOL net/smc/smc 0x4602a6cd __traceiter_smcr_link_down +EXPORT_SYMBOL net/smc/smc 0x81c209d8 __traceiter_smc_tx_sendmsg +EXPORT_SYMBOL net/smc/smc 0x8989d6ae __tracepoint_smc_switch_to_fallback +EXPORT_SYMBOL net/smc/smc 0x99bf1b00 __tracepoint_smc_tx_sendmsg +EXPORT_SYMBOL net/smc/smc 0xaff768d2 __traceiter_smc_switch_to_fallback +EXPORT_SYMBOL net/smc/smc 0xb3f2d173 __SCK__tp_func_smc_tx_sendmsg +EXPORT_SYMBOL net/smc/smc 0xcd9701fe __tracepoint_smcr_link_down +EXPORT_SYMBOL net/smc/smc 0xe7dacb8d __SCK__tp_func_smcr_link_down +EXPORT_SYMBOL net/smc/smc 0xfb8cae0f __SCK__tp_func_smc_switch_to_fallback +EXPORT_SYMBOL net/sunrpc/auth_gss/auth_rpcgss 0x13f6a900 gss_mech_put +EXPORT_SYMBOL net/sunrpc/auth_gss/auth_rpcgss 0xb677fd55 gss_pseudoflavor_to_service +EXPORT_SYMBOL net/sunrpc/auth_gss/auth_rpcgss 0xd454c0a2 gss_mech_get +EXPORT_SYMBOL net/sunrpc/sunrpc 0x2a5a3fbc xdr_truncate_encode +EXPORT_SYMBOL net/sunrpc/sunrpc 0x31044f40 xdr_restrict_buflen +EXPORT_SYMBOL net/sunrpc/sunrpc 0x55c7a13b svc_pool_stats_open +EXPORT_SYMBOL net/tipc/tipc 0x011ba2d9 tipc_dump_start +EXPORT_SYMBOL net/tipc/tipc 0x22c5f991 tipc_dump_done +EXPORT_SYMBOL net/tipc/tipc 0xb6aad993 tipc_sk_fill_sock_diag +EXPORT_SYMBOL net/tipc/tipc 0xed9585c8 tipc_nl_sk_walk +EXPORT_SYMBOL net/tls/tls 0x9afd911d tls_get_record +EXPORT_SYMBOL net/wireless/cfg80211 0x01ccec6f cfg80211_check_combinations +EXPORT_SYMBOL net/wireless/cfg80211 0x06ca71fd cfg80211_chandef_create +EXPORT_SYMBOL net/wireless/cfg80211 0x078d07e5 cfg80211_connect_done +EXPORT_SYMBOL net/wireless/cfg80211 0x0884ed01 cfg80211_tdls_oper_request +EXPORT_SYMBOL net/wireless/cfg80211 0x0c7e03a2 wiphy_apply_custom_regulatory +EXPORT_SYMBOL net/wireless/cfg80211 0x0cc95bc2 ieee80211_s1g_channel_width +EXPORT_SYMBOL net/wireless/cfg80211 0x0e9799c6 ieee80211_amsdu_to_8023s +EXPORT_SYMBOL net/wireless/cfg80211 0x117aca91 cfg80211_merge_profile +EXPORT_SYMBOL net/wireless/cfg80211 0x13f325dd cfg80211_probe_status +EXPORT_SYMBOL net/wireless/cfg80211 0x14a153d5 cfg80211_cqm_rssi_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x16f5eb5c cfg80211_new_sta +EXPORT_SYMBOL net/wireless/cfg80211 0x16f6595d cfg80211_get_bss +EXPORT_SYMBOL net/wireless/cfg80211 0x1879fcbd bridge_tunnel_header +EXPORT_SYMBOL net/wireless/cfg80211 0x18c3aeec cfg80211_check_station_change +EXPORT_SYMBOL net/wireless/cfg80211 0x1b5a3a7e cfg80211_sinfo_alloc_tid_stats +EXPORT_SYMBOL net/wireless/cfg80211 0x1c180628 cfg80211_get_drvinfo +EXPORT_SYMBOL net/wireless/cfg80211 0x1ce2497f reg_query_regdb_wmm +EXPORT_SYMBOL net/wireless/cfg80211 0x1d84d7dd cfg80211_chandef_dfs_required +EXPORT_SYMBOL net/wireless/cfg80211 0x1e4297f2 cfg80211_notify_new_peer_candidate +EXPORT_SYMBOL net/wireless/cfg80211 0x1fc1d8d2 cfg80211_rx_unexpected_4addr_frame +EXPORT_SYMBOL net/wireless/cfg80211 0x22f46add cfg80211_inform_bss_data +EXPORT_SYMBOL net/wireless/cfg80211 0x23b571fd cfg80211_port_authorized +EXPORT_SYMBOL net/wireless/cfg80211 0x246d97dc cfg80211_iter_combinations +EXPORT_SYMBOL net/wireless/cfg80211 0x26813627 cfg80211_sta_opmode_change_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x2739c567 wiphy_rfkill_set_hw_state_reason +EXPORT_SYMBOL net/wireless/cfg80211 0x275269b3 ieee80211_ie_split_ric +EXPORT_SYMBOL net/wireless/cfg80211 0x275c97f0 cfg80211_get_ies_channel_number +EXPORT_SYMBOL net/wireless/cfg80211 0x2a3faba9 cfg80211_sched_scan_stopped_locked +EXPORT_SYMBOL net/wireless/cfg80211 0x2cc02993 cfg80211_assoc_failure +EXPORT_SYMBOL net/wireless/cfg80211 0x2e06f3b0 wiphy_register +EXPORT_SYMBOL net/wireless/cfg80211 0x30ffcd67 cfg80211_get_station +EXPORT_SYMBOL net/wireless/cfg80211 0x31b4e4cc cfg80211_background_cac_abort +EXPORT_SYMBOL net/wireless/cfg80211 0x31f595a4 wiphy_new_nm +EXPORT_SYMBOL net/wireless/cfg80211 0x3359056e cfg80211_ready_on_channel +EXPORT_SYMBOL net/wireless/cfg80211 0x33983d94 cfg80211_update_owe_info_event +EXPORT_SYMBOL net/wireless/cfg80211 0x3643b80f ieee80211_chandef_to_operating_class +EXPORT_SYMBOL net/wireless/cfg80211 0x364a3c2d cfg80211_ref_bss +EXPORT_SYMBOL net/wireless/cfg80211 0x369d44a8 cfg80211_assoc_comeback +EXPORT_SYMBOL net/wireless/cfg80211 0x37831cd2 regulatory_set_wiphy_regd_sync +EXPORT_SYMBOL net/wireless/cfg80211 0x3bb1580b cfg80211_sched_scan_results +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 0x44110ccf cfg80211_control_port_tx_status +EXPORT_SYMBOL net/wireless/cfg80211 0x44970e55 ieee80211_data_to_8023_exthdr +EXPORT_SYMBOL net/wireless/cfg80211 0x45045581 cfg80211_cqm_pktloss_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x451a1637 cfg80211_cqm_beacon_loss_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x46c42682 cfg80211_ft_event +EXPORT_SYMBOL net/wireless/cfg80211 0x46ff300c ieee80211_get_response_rate +EXPORT_SYMBOL net/wireless/cfg80211 0x48a5aa93 ieee80211_get_hdrlen_from_skb +EXPORT_SYMBOL net/wireless/cfg80211 0x48b1a696 cfg80211_rx_assoc_resp +EXPORT_SYMBOL net/wireless/cfg80211 0x494dea4c cfg80211_sched_scan_stopped +EXPORT_SYMBOL net/wireless/cfg80211 0x4cbc3382 cfg80211_inform_bss_frame_data +EXPORT_SYMBOL net/wireless/cfg80211 0x4d888bc1 cfg80211_calculate_bitrate +EXPORT_SYMBOL net/wireless/cfg80211 0x4fe8ee93 get_wiphy_regdom +EXPORT_SYMBOL net/wireless/cfg80211 0x5093c1c6 cfg80211_bss_flush +EXPORT_SYMBOL net/wireless/cfg80211 0x53bfbf93 regulatory_set_wiphy_regd +EXPORT_SYMBOL net/wireless/cfg80211 0x5584448a ieee80211_channel_to_freq_khz +EXPORT_SYMBOL net/wireless/cfg80211 0x57e36aec cfg80211_report_obss_beacon_khz +EXPORT_SYMBOL net/wireless/cfg80211 0x585be1ec __cfg80211_radar_event +EXPORT_SYMBOL net/wireless/cfg80211 0x5c4b078e cfg80211_put_bss +EXPORT_SYMBOL net/wireless/cfg80211 0x5db03d1c cfg80211_ibss_joined +EXPORT_SYMBOL net/wireless/cfg80211 0x5fedc284 cfg80211_unlink_bss +EXPORT_SYMBOL net/wireless/cfg80211 0x603cbd4d cfg80211_disconnected +EXPORT_SYMBOL net/wireless/cfg80211 0x603cea09 wiphy_unregister +EXPORT_SYMBOL net/wireless/cfg80211 0x623da5f4 __cfg80211_alloc_event_skb +EXPORT_SYMBOL net/wireless/cfg80211 0x648564c7 cfg80211_unregister_wdev +EXPORT_SYMBOL net/wireless/cfg80211 0x68213416 cfg80211_crit_proto_stopped +EXPORT_SYMBOL net/wireless/cfg80211 0x69b18f43 rfc1042_header +EXPORT_SYMBOL net/wireless/cfg80211 0x6bedf402 ieee80211_freq_khz_to_channel +EXPORT_SYMBOL net/wireless/cfg80211 0x6cdda988 cfg80211_del_sta_sinfo +EXPORT_SYMBOL net/wireless/cfg80211 0x763a5d03 regulatory_hint +EXPORT_SYMBOL net/wireless/cfg80211 0x7816c9d4 cfg80211_iftype_allowed +EXPORT_SYMBOL net/wireless/cfg80211 0x78c2aa95 cfg80211_reg_can_beacon_relax +EXPORT_SYMBOL net/wireless/cfg80211 0x79b82a71 cfg80211_find_vendor_elem +EXPORT_SYMBOL net/wireless/cfg80211 0x7acb86ed ieee80211_radiotap_iterator_next +EXPORT_SYMBOL net/wireless/cfg80211 0x7c3ac925 ieee80211_get_vht_max_nss +EXPORT_SYMBOL net/wireless/cfg80211 0x7ef39823 ieee80211_hdrlen +EXPORT_SYMBOL net/wireless/cfg80211 0x82c0585c cfg80211_rx_control_port +EXPORT_SYMBOL net/wireless/cfg80211 0x835a53bb regulatory_pre_cac_allowed +EXPORT_SYMBOL net/wireless/cfg80211 0x8a0beca9 cfg80211_chandef_usable +EXPORT_SYMBOL net/wireless/cfg80211 0x8b69efa2 cfg80211_ch_switch_started_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x8ce5580e ieee80211_get_channel_khz +EXPORT_SYMBOL net/wireless/cfg80211 0x8fa02936 cfg80211_free_nan_func +EXPORT_SYMBOL net/wireless/cfg80211 0x9741c997 cfg80211_send_layer2_update +EXPORT_SYMBOL net/wireless/cfg80211 0x97b516c7 ieee80211_mandatory_rates +EXPORT_SYMBOL net/wireless/cfg80211 0x9981b80b wiphy_rfkill_start_polling +EXPORT_SYMBOL net/wireless/cfg80211 0x99d6ddb3 cfg80211_get_iftype_ext_capa +EXPORT_SYMBOL net/wireless/cfg80211 0x9ccf9d87 cfg80211_rx_mgmt_ext +EXPORT_SYMBOL net/wireless/cfg80211 0x9d6cba30 cfg80211_find_elem_match +EXPORT_SYMBOL net/wireless/cfg80211 0xa658f989 cfg80211_stop_iface +EXPORT_SYMBOL net/wireless/cfg80211 0xaa0c7b64 cfg80211_nan_func_terminated +EXPORT_SYMBOL net/wireless/cfg80211 0xab71ca95 ieee80211_get_num_supported_channels +EXPORT_SYMBOL net/wireless/cfg80211 0xb09c6e72 cfg80211_ch_switch_notify +EXPORT_SYMBOL net/wireless/cfg80211 0xb4b7bb87 cfg80211_classify8021d +EXPORT_SYMBOL net/wireless/cfg80211 0xb4e25b88 cfg80211_pmksa_candidate_notify +EXPORT_SYMBOL net/wireless/cfg80211 0xb79c1eba cfg80211_roamed +EXPORT_SYMBOL net/wireless/cfg80211 0xb89c2027 cfg80211_nan_match +EXPORT_SYMBOL net/wireless/cfg80211 0xba691bd2 freq_reg_info +EXPORT_SYMBOL net/wireless/cfg80211 0xba79d4a9 cfg80211_cac_event +EXPORT_SYMBOL net/wireless/cfg80211 0xbbae20db cfg80211_register_netdevice +EXPORT_SYMBOL net/wireless/cfg80211 0xbe49ccef cfg80211_auth_timeout +EXPORT_SYMBOL net/wireless/cfg80211 0xbf2413c6 cfg80211_reg_can_beacon +EXPORT_SYMBOL net/wireless/cfg80211 0xbf7b35a2 cfg80211_mgmt_tx_status_ext +EXPORT_SYMBOL net/wireless/cfg80211 0xc0bfc4bf cfg80211_rx_unprot_mlme_mgmt +EXPORT_SYMBOL net/wireless/cfg80211 0xc4b4fc27 cfg80211_chandef_valid +EXPORT_SYMBOL net/wireless/cfg80211 0xc54511f8 wiphy_read_of_freq_limits +EXPORT_SYMBOL net/wireless/cfg80211 0xc55326f1 cfg80211_rx_mlme_mgmt +EXPORT_SYMBOL net/wireless/cfg80211 0xc8da2183 cfg80211_tx_mgmt_expired +EXPORT_SYMBOL net/wireless/cfg80211 0xca3916b5 wdev_chandef +EXPORT_SYMBOL net/wireless/cfg80211 0xcc1a7c48 cfg80211_is_element_inherited +EXPORT_SYMBOL net/wireless/cfg80211 0xcf25817e cfg80211_conn_failed +EXPORT_SYMBOL net/wireless/cfg80211 0xd0a58faf wiphy_free +EXPORT_SYMBOL net/wireless/cfg80211 0xd1620c39 cfg80211_any_usable_channels +EXPORT_SYMBOL net/wireless/cfg80211 0xd3d2cb5b cfg80211_scan_done +EXPORT_SYMBOL net/wireless/cfg80211 0xd3eb2a52 cfg80211_bss_iter +EXPORT_SYMBOL net/wireless/cfg80211 0xd56d55f3 ieee80211_get_mesh_hdrlen +EXPORT_SYMBOL net/wireless/cfg80211 0xd97eaad4 cfg80211_chandef_compatible +EXPORT_SYMBOL net/wireless/cfg80211 0xda76d53a cfg80211_external_auth_request +EXPORT_SYMBOL net/wireless/cfg80211 0xdaf97535 cfg80211_cqm_txe_notify +EXPORT_SYMBOL net/wireless/cfg80211 0xdba126c1 reg_initiator_name +EXPORT_SYMBOL net/wireless/cfg80211 0xdbcd7035 cfg80211_gtk_rekey_notify +EXPORT_SYMBOL net/wireless/cfg80211 0xe1b4da67 cfg80211_tx_mlme_mgmt +EXPORT_SYMBOL net/wireless/cfg80211 0xe2da8a21 __cfg80211_send_event_skb +EXPORT_SYMBOL net/wireless/cfg80211 0xe41c0be1 cfg80211_michael_mic_failure +EXPORT_SYMBOL net/wireless/cfg80211 0xe49d0346 cfg80211_rx_spurious_frame +EXPORT_SYMBOL net/wireless/cfg80211 0xead270b7 __cfg80211_alloc_reply_skb +EXPORT_SYMBOL net/wireless/cfg80211 0xeeece8f0 cfg80211_remain_on_channel_expired +EXPORT_SYMBOL net/wireless/cfg80211 0xf1ec5909 cfg80211_bss_color_notify +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 0xfbdcd92f cfg80211_report_wowlan_wakeup +EXPORT_SYMBOL net/wireless/lib80211 0x1bbe378f lib80211_crypt_info_init +EXPORT_SYMBOL net/wireless/lib80211 0x2b0503bf lib80211_register_crypto_ops +EXPORT_SYMBOL net/wireless/lib80211 0xaa12b8ee lib80211_crypt_delayed_deinit +EXPORT_SYMBOL net/wireless/lib80211 0xb1546455 lib80211_crypt_info_free +EXPORT_SYMBOL net/wireless/lib80211 0xb1784fcd lib80211_unregister_crypto_ops +EXPORT_SYMBOL net/wireless/lib80211 0xe0f9d528 lib80211_get_crypto_ops +EXPORT_SYMBOL sound/ac97_bus 0x889f1ea6 ac97_bus_type +EXPORT_SYMBOL sound/core/oss/snd-mixer-oss 0x817c8668 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 0x3061c52d snd_use_lock_sync_helper +EXPORT_SYMBOL sound/core/seq/snd-seq 0x3fb4d161 snd_seq_kernel_client_dispatch +EXPORT_SYMBOL sound/core/seq/snd-seq 0x4d662d94 snd_seq_event_port_attach +EXPORT_SYMBOL sound/core/seq/snd-seq 0x624f2239 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 0x7ac2f329 snd_seq_expand_var_event +EXPORT_SYMBOL sound/core/seq/snd-seq 0x7b8699eb snd_seq_event_port_detach +EXPORT_SYMBOL sound/core/seq/snd-seq 0x9b7b75e9 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 0xde95a140 snd_seq_kernel_client_write_poll +EXPORT_SYMBOL sound/core/seq/snd-seq 0xe934da1d snd_seq_dump_var_event +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-emul 0x6ea09972 snd_midi_channel_alloc_set +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-emul 0xf912f0c8 snd_midi_process_event +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 0x4d5ca523 snd_midi_event_decode +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0x592f6e9b snd_midi_event_free +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0xddcf2191 snd_midi_event_encode_byte +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0xe60fb228 snd_midi_event_reset_decode +EXPORT_SYMBOL sound/core/seq/snd-seq-virmidi 0x05fcd195 snd_virmidi_new +EXPORT_SYMBOL sound/core/snd 0x002aec6c snd_ctl_add +EXPORT_SYMBOL sound/core/snd 0x00eba689 snd_ctl_unregister_ioctl_compat +EXPORT_SYMBOL sound/core/snd 0x02298863 snd_ctl_boolean_stereo_info +EXPORT_SYMBOL sound/core/snd 0x03bf069b snd_ctl_remove +EXPORT_SYMBOL sound/core/snd 0x159064bf snd_jack_new +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 0x24a94b26 snd_info_get_line +EXPORT_SYMBOL sound/core/snd 0x27907668 snd_jack_add_new_kctl +EXPORT_SYMBOL sound/core/snd 0x299e75ae snd_ctl_find_numid +EXPORT_SYMBOL sound/core/snd 0x2d6a2a8a snd_mixer_oss_notify_callback +EXPORT_SYMBOL sound/core/snd 0x31f09c21 snd_ctl_make_virtual_master +EXPORT_SYMBOL sound/core/snd 0x342a2354 copy_to_user_fromio +EXPORT_SYMBOL sound/core/snd 0x37717fc9 snd_ctl_unregister_ioctl +EXPORT_SYMBOL sound/core/snd 0x391163d9 snd_info_register +EXPORT_SYMBOL sound/core/snd 0x3971b4df snd_ecards_limit +EXPORT_SYMBOL sound/core/snd 0x3a133cce snd_info_create_card_entry +EXPORT_SYMBOL sound/core/snd 0x3b3a4cc4 snd_jack_set_key +EXPORT_SYMBOL sound/core/snd 0x449355f3 snd_ctl_register_ioctl_compat +EXPORT_SYMBOL sound/core/snd 0x460e3e57 snd_pci_quirk_lookup +EXPORT_SYMBOL sound/core/snd 0x462857a9 snd_ctl_notify +EXPORT_SYMBOL sound/core/snd 0x4a3ea5c0 snd_request_card +EXPORT_SYMBOL sound/core/snd 0x4d836c9e snd_unregister_device +EXPORT_SYMBOL sound/core/snd 0x598a24f3 snd_card_new +EXPORT_SYMBOL sound/core/snd 0x5e7abd01 snd_component_add +EXPORT_SYMBOL sound/core/snd 0x6007b144 snd_ctl_rename_id +EXPORT_SYMBOL sound/core/snd 0x6e6f9795 snd_card_file_add +EXPORT_SYMBOL sound/core/snd 0x70c15ac1 snd_dma_disable +EXPORT_SYMBOL sound/core/snd 0x73076315 snd_pci_quirk_lookup_id +EXPORT_SYMBOL sound/core/snd 0x854f1e89 snd_ctl_remove_id +EXPORT_SYMBOL sound/core/snd 0x89a1d218 snd_device_new +EXPORT_SYMBOL sound/core/snd 0x8c9e43e3 snd_ctl_replace +EXPORT_SYMBOL sound/core/snd 0x8df3789f snd_oss_info_register +EXPORT_SYMBOL sound/core/snd 0x8e3a28ce snd_ctl_notify_one +EXPORT_SYMBOL sound/core/snd 0x8f595b11 snd_major +EXPORT_SYMBOL sound/core/snd 0x90a05d7d snd_card_register +EXPORT_SYMBOL sound/core/snd 0x91b11ee5 snd_card_disconnect +EXPORT_SYMBOL sound/core/snd 0x9aa19422 snd_card_set_id +EXPORT_SYMBOL sound/core/snd 0x9e6d79f8 snd_info_get_str +EXPORT_SYMBOL sound/core/snd 0x9f329fee snd_ctl_find_id +EXPORT_SYMBOL sound/core/snd 0xa1dc62c6 snd_card_file_remove +EXPORT_SYMBOL sound/core/snd 0xa9f4727a snd_card_free_when_closed +EXPORT_SYMBOL sound/core/snd 0xaf172e5d snd_ctl_boolean_mono_info +EXPORT_SYMBOL sound/core/snd 0xb2e5ae4a snd_lookup_minor_data +EXPORT_SYMBOL sound/core/snd 0xbd4fded8 snd_register_oss_device +EXPORT_SYMBOL sound/core/snd 0xbe39c500 snd_jack_report +EXPORT_SYMBOL sound/core/snd 0xc39192b1 snd_seq_root +EXPORT_SYMBOL sound/core/snd 0xc5a6d10b release_and_free_resource +EXPORT_SYMBOL sound/core/snd 0xc8d22b20 _snd_ctl_add_follower +EXPORT_SYMBOL sound/core/snd 0xcc6a729f snd_ctl_enum_info +EXPORT_SYMBOL sound/core/snd 0xd4e66bb9 snd_info_create_module_entry +EXPORT_SYMBOL sound/core/snd 0xd695fd0d snd_jack_set_parent +EXPORT_SYMBOL sound/core/snd 0xd6cace7d snd_ctl_new1 +EXPORT_SYMBOL sound/core/snd 0xd73f6bd0 snd_device_free +EXPORT_SYMBOL sound/core/snd 0xdd252093 snd_register_device +EXPORT_SYMBOL sound/core/snd 0xddd5f674 snd_ctl_register_ioctl +EXPORT_SYMBOL sound/core/snd 0xdedd75fd snd_power_wait +EXPORT_SYMBOL sound/core/snd 0xea0264b1 snd_ctl_rename +EXPORT_SYMBOL sound/core/snd 0xf50e93cb snd_info_free_entry +EXPORT_SYMBOL sound/core/snd 0xf57d63e6 snd_unregister_oss_device +EXPORT_SYMBOL sound/core/snd 0xf72e6ccb snd_device_register +EXPORT_SYMBOL sound/core/snd 0xf9fc1f56 snd_card_free +EXPORT_SYMBOL sound/core/snd 0xfdeb040c snd_ctl_free_one +EXPORT_SYMBOL sound/core/snd 0xfffd89db copy_from_user_toio +EXPORT_SYMBOL sound/core/snd-compress 0x7ef8c3ad snd_compr_malloc_pages +EXPORT_SYMBOL sound/core/snd-compress 0xd5affdd3 snd_compr_free_pages +EXPORT_SYMBOL sound/core/snd-hwdep 0x69375ba4 snd_hwdep_new +EXPORT_SYMBOL sound/core/snd-pcm 0x0283dfe3 _snd_pcm_hw_params_any +EXPORT_SYMBOL sound/core/snd-pcm 0x02b54542 snd_pcm_hw_constraint_step +EXPORT_SYMBOL sound/core/snd-pcm 0x04cda566 snd_interval_refine +EXPORT_SYMBOL sound/core/snd-pcm 0x09593899 snd_pcm_new +EXPORT_SYMBOL sound/core/snd-pcm 0x11eba48e snd_pcm_create_iec958_consumer_hw_params +EXPORT_SYMBOL sound/core/snd-pcm 0x1615bad1 snd_pcm_hw_constraint_ratnums +EXPORT_SYMBOL sound/core/snd-pcm 0x167f8dad snd_pcm_lib_malloc_pages +EXPORT_SYMBOL sound/core/snd-pcm 0x19963c6b snd_pcm_hw_param_first +EXPORT_SYMBOL sound/core/snd-pcm 0x1c569326 snd_pcm_open_substream +EXPORT_SYMBOL sound/core/snd-pcm 0x1d027e4b snd_pcm_format_signed +EXPORT_SYMBOL sound/core/snd-pcm 0x207c57db snd_pcm_hw_param_last +EXPORT_SYMBOL sound/core/snd-pcm 0x21afdcff snd_pcm_lib_preallocate_pages_for_all +EXPORT_SYMBOL sound/core/snd-pcm 0x2ba5ad38 snd_sgbuf_get_chunk_size +EXPORT_SYMBOL sound/core/snd-pcm 0x2ebd4232 snd_pcm_set_sync +EXPORT_SYMBOL sound/core/snd-pcm 0x31adc11c snd_pcm_hw_constraint_pow2 +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 0x39ca44fa __snd_pcm_lib_xfer +EXPORT_SYMBOL sound/core/snd-pcm 0x41c19242 snd_pcm_hw_constraint_ranges +EXPORT_SYMBOL sound/core/snd-pcm 0x43669f74 snd_pcm_lib_mmap_iomem +EXPORT_SYMBOL sound/core/snd-pcm 0x44efd2c1 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 0x5d29cacb snd_pcm_release_substream +EXPORT_SYMBOL sound/core/snd-pcm 0x5e7f4920 snd_pcm_format_set_silence +EXPORT_SYMBOL sound/core/snd-pcm 0x6315ced2 snd_pcm_lib_ioctl +EXPORT_SYMBOL sound/core/snd-pcm 0x6451082e snd_pcm_lib_free_vmalloc_buffer +EXPORT_SYMBOL sound/core/snd-pcm 0x650f8603 snd_pcm_format_silence_64 +EXPORT_SYMBOL sound/core/snd-pcm 0x68a24153 snd_pcm_format_physical_width +EXPORT_SYMBOL sound/core/snd-pcm 0x69255f54 snd_pcm_hw_limit_rates +EXPORT_SYMBOL sound/core/snd-pcm 0x6ef8fcd8 snd_pcm_format_linear +EXPORT_SYMBOL sound/core/snd-pcm 0x729fbbe6 snd_pcm_suspend_all +EXPORT_SYMBOL sound/core/snd-pcm 0x78d34503 snd_pcm_create_iec958_consumer +EXPORT_SYMBOL sound/core/snd-pcm 0x7bd74790 snd_dma_free_pages +EXPORT_SYMBOL sound/core/snd-pcm 0x7c97975b snd_pcm_lib_preallocate_pages +EXPORT_SYMBOL sound/core/snd-pcm 0x7db02cdd snd_pcm_hw_constraint_integer +EXPORT_SYMBOL sound/core/snd-pcm 0x7f31fca2 snd_pcm_lib_free_pages +EXPORT_SYMBOL sound/core/snd-pcm 0x834dc955 snd_pcm_format_size +EXPORT_SYMBOL sound/core/snd-pcm 0x84a1066d snd_sgbuf_get_page +EXPORT_SYMBOL sound/core/snd-pcm 0x86681ee0 snd_pcm_lib_get_vmalloc_page +EXPORT_SYMBOL sound/core/snd-pcm 0x894c04ff snd_pcm_period_elapsed_under_stream_lock +EXPORT_SYMBOL sound/core/snd-pcm 0x8a1a9a8e snd_pcm_mmap_data +EXPORT_SYMBOL sound/core/snd-pcm 0x94098ff8 snd_interval_list +EXPORT_SYMBOL sound/core/snd-pcm 0xa0e8ca1e snd_pcm_lib_preallocate_free_for_all +EXPORT_SYMBOL sound/core/snd-pcm 0xa48901d4 snd_pcm_hw_constraint_ratdens +EXPORT_SYMBOL sound/core/snd-pcm 0xa61aa028 snd_pcm_format_unsigned +EXPORT_SYMBOL sound/core/snd-pcm 0xa62b6734 snd_dma_alloc_dir_pages +EXPORT_SYMBOL sound/core/snd-pcm 0xaadf5bc5 snd_pcm_hw_rule_add +EXPORT_SYMBOL sound/core/snd-pcm 0xabb0e55e snd_pcm_hw_refine +EXPORT_SYMBOL sound/core/snd-pcm 0xac437f7b snd_interval_ratnum +EXPORT_SYMBOL sound/core/snd-pcm 0xade572e8 snd_pcm_hw_constraint_minmax +EXPORT_SYMBOL sound/core/snd-pcm 0xaf1c3675 snd_pcm_new_internal +EXPORT_SYMBOL sound/core/snd-pcm 0xb0d5361a snd_pcm_hw_constraint_mask64 +EXPORT_SYMBOL sound/core/snd-pcm 0xb9638db4 snd_pcm_rate_to_rate_bit +EXPORT_SYMBOL sound/core/snd-pcm 0xbaf5ea05 snd_pcm_set_managed_buffer_all +EXPORT_SYMBOL sound/core/snd-pcm 0xc1c71149 snd_pcm_hw_constraint_list +EXPORT_SYMBOL sound/core/snd-pcm 0xd306df96 snd_dma_alloc_pages_fallback +EXPORT_SYMBOL sound/core/snd-pcm 0xd4ec2288 snd_pcm_set_ops +EXPORT_SYMBOL sound/core/snd-pcm 0xd5337888 snd_pcm_set_managed_buffer +EXPORT_SYMBOL sound/core/snd-pcm 0xe0cc2487 snd_pcm_new_stream +EXPORT_SYMBOL sound/core/snd-pcm 0xe2ba7ad0 snd_pcm_hw_constraint_msbits +EXPORT_SYMBOL sound/core/snd-pcm 0xe56a9336 snd_pcm_format_width +EXPORT_SYMBOL sound/core/snd-pcm 0xed60f50f snd_sgbuf_get_addr +EXPORT_SYMBOL sound/core/snd-pcm 0xefde6af2 snd_pcm_period_elapsed +EXPORT_SYMBOL sound/core/snd-pcm 0xf09f70d2 snd_pcm_stop +EXPORT_SYMBOL sound/core/snd-pcm 0xf101a947 snd_pcm_hw_rule_noresample +EXPORT_SYMBOL sound/core/snd-pcm 0xf7cc6375 _snd_pcm_lib_alloc_vmalloc_buffer +EXPORT_SYMBOL sound/core/snd-pcm 0xfd6f7a64 snd_pcm_kernel_ioctl +EXPORT_SYMBOL sound/core/snd-pcm 0xff6104d0 snd_pcm_rate_bit_to_rate +EXPORT_SYMBOL sound/core/snd-rawmidi 0x0609c39c snd_rawmidi_drop_output +EXPORT_SYMBOL sound/core/snd-rawmidi 0x236b5229 snd_rawmidi_info_select +EXPORT_SYMBOL sound/core/snd-rawmidi 0x5f3ff3dd snd_rawmidi_drain_output +EXPORT_SYMBOL sound/core/snd-rawmidi 0x631acc23 snd_rawmidi_kernel_open +EXPORT_SYMBOL sound/core/snd-rawmidi 0x8352de3b snd_rawmidi_transmit_empty +EXPORT_SYMBOL sound/core/snd-rawmidi 0x88dc3aa2 snd_rawmidi_receive +EXPORT_SYMBOL sound/core/snd-rawmidi 0x9bf0045d snd_rawmidi_kernel_read +EXPORT_SYMBOL sound/core/snd-rawmidi 0x9ecb6624 snd_rawmidi_drain_input +EXPORT_SYMBOL sound/core/snd-rawmidi 0xb9cd388f snd_rawmidi_kernel_release +EXPORT_SYMBOL sound/core/snd-rawmidi 0xbcd3dbf4 snd_rawmidi_output_params +EXPORT_SYMBOL sound/core/snd-rawmidi 0xbe449bba snd_rawmidi_transmit_peek +EXPORT_SYMBOL sound/core/snd-rawmidi 0xc539be76 snd_rawmidi_kernel_write +EXPORT_SYMBOL sound/core/snd-rawmidi 0xd849df6e snd_rawmidi_proceed +EXPORT_SYMBOL sound/core/snd-rawmidi 0xd90bd6c0 snd_rawmidi_transmit_ack +EXPORT_SYMBOL sound/core/snd-rawmidi 0xd945c951 snd_rawmidi_set_ops +EXPORT_SYMBOL sound/core/snd-rawmidi 0xdb092f1f snd_rawmidi_transmit +EXPORT_SYMBOL sound/core/snd-rawmidi 0xe91409c4 snd_rawmidi_input_params +EXPORT_SYMBOL sound/core/snd-rawmidi 0xfc443a15 snd_rawmidi_new +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 0xa782f542 snd_seq_device_new +EXPORT_SYMBOL sound/core/snd-timer 0x0038c6d0 snd_timer_stop +EXPORT_SYMBOL sound/core/snd-timer 0x0c275dfe snd_timer_open +EXPORT_SYMBOL sound/core/snd-timer 0x193f59a7 snd_timer_global_free +EXPORT_SYMBOL sound/core/snd-timer 0x3ea8a6ad snd_timer_start +EXPORT_SYMBOL sound/core/snd-timer 0x54253d67 snd_timer_global_new +EXPORT_SYMBOL sound/core/snd-timer 0x8cca6d6c snd_timer_close +EXPORT_SYMBOL sound/core/snd-timer 0x99564545 snd_timer_instance_free +EXPORT_SYMBOL sound/core/snd-timer 0x9cc82a91 snd_timer_notify +EXPORT_SYMBOL sound/core/snd-timer 0xb1caa184 snd_timer_pause +EXPORT_SYMBOL sound/core/snd-timer 0xb367d7b3 snd_timer_continue +EXPORT_SYMBOL sound/core/snd-timer 0xe3aa4931 snd_timer_global_register +EXPORT_SYMBOL sound/core/snd-timer 0xe61eb066 snd_timer_resolution +EXPORT_SYMBOL sound/core/snd-timer 0xe7c1c467 snd_timer_interrupt +EXPORT_SYMBOL sound/core/snd-timer 0xf3e4d259 snd_timer_instance_new +EXPORT_SYMBOL sound/core/snd-timer 0xf66ba357 snd_timer_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 0xcb171272 snd_mpu401_uart_new +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x05060a19 snd_opl3_regmap +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x1984fb06 snd_opl3_find_patch +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x211424d2 snd_opl3_init +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x28822179 snd_opl3_interrupt +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x2ff4b80f snd_opl3_reset +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x40abbe57 snd_opl3_load_patch +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x4f47668d snd_opl3_hwdep_new +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0xa5756153 snd_opl3_timer_new +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0xd021a56a snd_opl3_new +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0xe038ed89 snd_opl3_create +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x226138b0 snd_vx_threaded_irq_handler +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x2a279125 snd_vx_setup_firmware +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x49196758 snd_vx_load_boot_image +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x53fb0522 snd_vx_dsp_boot +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x560d8103 snd_vx_dsp_load +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x6902e874 snd_vx_suspend +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x74a84917 snd_vx_resume +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xa68f73a8 snd_vx_free_firmware +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xc8c2dd50 snd_vx_create +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xd66e957c snd_vx_check_reg_bit +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xf1f04d23 snd_vx_irq_handler +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x11c2bc08 cmp_connection_break +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x129e0790 avc_general_set_sig_fmt +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x12ac56b0 cmp_connection_init +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x13176d30 fw_iso_resources_init +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x20254e45 amdtp_syt_intervals +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x2e1764fa cmp_connection_establish +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x390d9d72 avc_general_get_sig_fmt +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x49144299 fw_iso_resources_allocate +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x4a117f15 amdtp_stream_pcm_abort +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x4cca2509 iso_packets_buffer_destroy +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x528eba1a avc_general_get_plug_info +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x53ca18e8 amdtp_rate_table +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x5743e514 iso_packets_buffer_init +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x5c988b86 cmp_connection_destroy +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x5cc49519 amdtp_stream_pcm_prepare +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x6781f981 amdtp_stream_destroy +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x69c895f2 cmp_connection_reserve +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x842c700d snd_fw_transaction +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x8f4d1be4 amdtp_stream_init +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x910567d7 fw_iso_resources_update +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xb067b26c fw_iso_resources_destroy +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xb85464b6 fw_iso_resources_free +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xbd386784 amdtp_stream_add_pcm_hw_constraints +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xc421f64e cmp_connection_check_used +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xc44d4ea5 cmp_connection_update +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xc49767d6 cmp_connection_release +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xc7c0e963 fcp_bus_reset +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xc96f02c8 amdtp_stream_set_parameters +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xdd95284a fcp_avc_transaction +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xe46fb760 amdtp_stream_get_max_payload +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xedb42544 amdtp_stream_update +EXPORT_SYMBOL sound/i2c/other/snd-ak4113 0x3f800620 snd_ak4113_resume +EXPORT_SYMBOL sound/i2c/other/snd-ak4113 0x97a50db7 snd_ak4113_suspend +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x0a88e4ef snd_ak4114_create +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x1361f059 snd_ak4114_check_rate_and_errors +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x27c9be43 snd_ak4114_reinit +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x72b50bb5 snd_ak4114_suspend +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x737080fb snd_ak4114_reg_write +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0xb5629b4d snd_ak4114_resume +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0xc59b99c9 snd_ak4114_build +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0xd1795a6a snd_ak4114_external_rate +EXPORT_SYMBOL sound/i2c/other/snd-ak4xxx-adda 0xbdf7e183 snd_akm4xxx_init +EXPORT_SYMBOL sound/i2c/other/snd-ak4xxx-adda 0xc29bc824 snd_akm4xxx_write +EXPORT_SYMBOL sound/i2c/other/snd-ak4xxx-adda 0xd62e437e snd_akm4xxx_build_controls +EXPORT_SYMBOL sound/i2c/other/snd-ak4xxx-adda 0xda17d664 snd_akm4xxx_reset +EXPORT_SYMBOL sound/i2c/other/snd-pt2258 0x1d27835f snd_pt2258_reset +EXPORT_SYMBOL sound/i2c/other/snd-pt2258 0x516cec61 snd_pt2258_build_controls +EXPORT_SYMBOL sound/i2c/snd-i2c 0x05866009 snd_i2c_device_free +EXPORT_SYMBOL sound/i2c/snd-i2c 0x33ed9679 snd_i2c_sendbytes +EXPORT_SYMBOL sound/i2c/snd-i2c 0x5af4b694 snd_i2c_probeaddr +EXPORT_SYMBOL sound/i2c/snd-i2c 0x950bccbe snd_i2c_bus_create +EXPORT_SYMBOL sound/i2c/snd-i2c 0xb151cab2 snd_i2c_readbytes +EXPORT_SYMBOL sound/i2c/snd-i2c 0xf423c200 snd_i2c_device_create +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0x046ec5c5 snd_sbdsp_command +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0x0e4e34a8 snd_sbmixer_add_ctl +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0x2c7bab37 snd_sbmixer_suspend +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0x4384bcdd snd_sbmixer_write +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0x46485e14 snd_sbmixer_resume +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0x5157fc91 snd_sbdsp_create +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0x5e621955 snd_sbdsp_reset +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0x9496f9af snd_sbmixer_new +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0xd0f2791e snd_sbdsp_get_byte +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0xdf34d869 snd_sbmixer_read +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x19dfd589 snd_ac97_suspend +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x1ef05eb1 snd_ac97_set_rate +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x35abddb0 snd_ac97_bus +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x5f5c6129 snd_ac97_get_short_name +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x63b2803b snd_ac97_pcm_close +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x6dba72ec snd_ac97_write_cache +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x6e60b249 snd_ac97_mixer +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x81059ad6 snd_ac97_update +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xaea00db6 snd_ac97_update_power +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xaf207f13 snd_ac97_pcm_assign +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xb1365e3a snd_ac97_resume +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xb36222ed snd_ac97_write +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xb770f7cd snd_ac97_tune_hardware +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xbd09a25f snd_ac97_pcm_open +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xd21ce2c0 snd_ac97_pcm_double_rate_rules +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xea5017bd snd_ac97_read +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xf2462619 snd_ac97_update_bits +EXPORT_SYMBOL sound/pci/ice1712/snd-ice17xx-ak4xxx 0x197900e2 snd_ice1712_akm4xxx_build_controls +EXPORT_SYMBOL sound/pci/ice1712/snd-ice17xx-ak4xxx 0x646f1d4c snd_ice1712_akm4xxx_init +EXPORT_SYMBOL sound/pci/ice1712/snd-ice17xx-ak4xxx 0x9edcd2a3 snd_ice1712_akm4xxx_free +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x0658ffab oxygen_write_ac97 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x0d90dc45 oxygen_pci_pm +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x155b61e7 oxygen_write_i2c +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x309307ef oxygen_read8 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x5ecb5666 oxygen_write_spi +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x64ecd1b5 oxygen_read32 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x6dd4e556 oxygen_update_dac_routing +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x6e098452 oxygen_read_ac97 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x9616a38c oxygen_write_ac97_masked +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x9cb9913d oxygen_write8 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x9e4f2cba oxygen_write32 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xa0eaa640 oxygen_pci_shutdown +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xa203abab oxygen_write_uart +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xb9a3583f oxygen_pci_probe +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xbd3c68e8 oxygen_write32_masked +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xbd983dbd oxygen_reset_uart +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xbf780457 oxygen_write16_masked +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xc400ff20 oxygen_read16 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xc4da4884 oxygen_write16 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xebd590a5 oxygen_write8_masked +EXPORT_SYMBOL sound/soc/amd/acp_audio_dma 0xf2cc2cce acp_bt_uart_enable +EXPORT_SYMBOL sound/soc/amd/snd-acp-config 0x10cec1a3 snd_soc_acpi_amd_rmb_sof_machines +EXPORT_SYMBOL sound/soc/amd/snd-acp-config 0x73a1755e snd_soc_acpi_amd_sof_machines +EXPORT_SYMBOL sound/soc/amd/snd-acp-config 0xcca7d6a2 snd_amd_acp_find_config +EXPORT_SYMBOL sound/soc/codecs/snd-soc-adau1372 0x1b4dbb10 adau1372_probe +EXPORT_SYMBOL sound/soc/codecs/snd-soc-lpass-wsa-macro 0x2be1cacf wsa_macro_set_spkr_mode +EXPORT_SYMBOL sound/soc/codecs/snd-soc-pcm3060 0x73468f66 pcm3060_regmap +EXPORT_SYMBOL sound/soc/codecs/snd-soc-pcm3060 0xf678a29d pcm3060_probe +EXPORT_SYMBOL sound/soc/codecs/snd-soc-rt715 0xed2acb24 hda_to_sdw +EXPORT_SYMBOL sound/soc/codecs/snd-soc-tlv320aic23 0xdbab3423 tlv320aic23_probe +EXPORT_SYMBOL sound/soc/codecs/snd-soc-tlv320aic23 0xdfdfc434 tlv320aic23_regmap +EXPORT_SYMBOL sound/soc/codecs/snd-soc-tlv320aic32x4 0x01f3e9d4 aic32x4_regmap_config +EXPORT_SYMBOL sound/soc/codecs/snd-soc-tlv320aic32x4 0x2ec20e8e aic32x4_probe +EXPORT_SYMBOL sound/soc/codecs/snd-soc-tlv320aic32x4 0xbae4323f aic32x4_remove +EXPORT_SYMBOL sound/soc/codecs/snd-soc-tlv320aic3x 0x8a7a46a6 aic3x_probe +EXPORT_SYMBOL sound/soc/codecs/snd-soc-tlv320aic3x 0x9a4c569e aic3x_remove +EXPORT_SYMBOL sound/soc/codecs/snd-soc-wcd-mbhc 0x2c357a91 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 0x3c924ebb wcd_mbhc_init +EXPORT_SYMBOL sound/soc/codecs/snd-soc-wcd-mbhc 0x6fa761c6 wcd_mbhc_start +EXPORT_SYMBOL sound/soc/codecs/snd-soc-wcd-mbhc 0x789ebe56 wcd_mbhc_set_hph_type +EXPORT_SYMBOL sound/soc/codecs/snd-soc-wcd-mbhc 0xa5758a49 wcd_mbhc_get_hph_type +EXPORT_SYMBOL sound/soc/codecs/snd-soc-wcd-mbhc 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 0x14740e4b fsl_asoc_get_dma_channel +EXPORT_SYMBOL sound/soc/fsl/snd-soc-fsl-utils 0x43f8c8bc fsl_asoc_get_pll_clocks +EXPORT_SYMBOL sound/soc/fsl/snd-soc-fsl-utils 0xc91879dd fsl_asoc_reparent_pll_clocks +EXPORT_SYMBOL sound/soc/snd-soc-core 0x55e39aa5 snd_soc_alloc_ac97_component +EXPORT_SYMBOL sound/soundcore 0x0b2193d9 register_sound_special_device +EXPORT_SYMBOL sound/soundcore 0x7afc9d8a unregister_sound_mixer +EXPORT_SYMBOL sound/soundcore 0x99c95fa5 unregister_sound_special +EXPORT_SYMBOL sound/soundcore 0x9fa1f1db register_sound_special +EXPORT_SYMBOL sound/soundcore 0xabb5cc8e sound_class +EXPORT_SYMBOL sound/soundcore 0xbda3637e register_sound_mixer +EXPORT_SYMBOL sound/soundcore 0xc29adf02 register_sound_dsp +EXPORT_SYMBOL sound/soundcore 0xcd083b10 unregister_sound_dsp +EXPORT_SYMBOL sound/usb/snd-usbmidi-lib 0x16756dc0 snd_usbmidi_input_start +EXPORT_SYMBOL sound/usb/snd-usbmidi-lib 0x40e0f4a3 __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 0x00074b33 scsi_partsize +EXPORT_SYMBOL vmlinux 0x000b57dc input_set_abs_params +EXPORT_SYMBOL vmlinux 0x00148653 vsnprintf +EXPORT_SYMBOL vmlinux 0x003a7a96 h_ipi_redirect +EXPORT_SYMBOL vmlinux 0x0054a516 iov_iter_revert +EXPORT_SYMBOL vmlinux 0x0068c92b devfreq_unregister_notifier +EXPORT_SYMBOL vmlinux 0x007b0457 neigh_seq_start +EXPORT_SYMBOL vmlinux 0x008e7fa5 set_blocksize +EXPORT_SYMBOL vmlinux 0x009249fe gen_pool_virt_to_phys +EXPORT_SYMBOL vmlinux 0x00b4e615 posix_acl_equiv_mode +EXPORT_SYMBOL vmlinux 0x00c2446b kthread_associate_blkcg +EXPORT_SYMBOL vmlinux 0x00c6c3fb address_space_init_once +EXPORT_SYMBOL vmlinux 0x00ceede9 skb_csum_hwoffload_help +EXPORT_SYMBOL vmlinux 0x00d7e722 vme_lm_count +EXPORT_SYMBOL vmlinux 0x00d8a6e6 file_open_root +EXPORT_SYMBOL vmlinux 0x00ee5193 __devm_request_region +EXPORT_SYMBOL vmlinux 0x00ff8f7d km_state_expired +EXPORT_SYMBOL vmlinux 0x01000e51 schedule +EXPORT_SYMBOL vmlinux 0x0106580b netdev_core_stats_alloc +EXPORT_SYMBOL vmlinux 0x01079dab nvdimm_namespace_capacity +EXPORT_SYMBOL vmlinux 0x0107df5a rproc_of_resm_mem_entry_init +EXPORT_SYMBOL vmlinux 0x01156ae4 utf8_strncasecmp_folded +EXPORT_SYMBOL vmlinux 0x011c88bd put_watch_queue +EXPORT_SYMBOL vmlinux 0x01245530 pci_free_host_bridge +EXPORT_SYMBOL vmlinux 0x0129c4f8 par_io_data_set +EXPORT_SYMBOL vmlinux 0x012d64ca filemap_fdatawait_keep_errors +EXPORT_SYMBOL vmlinux 0x0140c525 gen_pool_create +EXPORT_SYMBOL vmlinux 0x0147812c kblockd_mod_delayed_work_on +EXPORT_SYMBOL vmlinux 0x014bbc62 of_find_all_nodes +EXPORT_SYMBOL vmlinux 0x014e3d5c tty_do_resize +EXPORT_SYMBOL vmlinux 0x0162d326 sock_cmsg_send +EXPORT_SYMBOL vmlinux 0x0168b7f9 param_ops_ullong +EXPORT_SYMBOL vmlinux 0x016f123e sg_copy_to_buffer +EXPORT_SYMBOL vmlinux 0x01757935 rdmacg_register_device +EXPORT_SYMBOL vmlinux 0x01769ec4 blk_queue_chunk_sectors +EXPORT_SYMBOL vmlinux 0x017d9a08 fscrypt_put_encryption_info +EXPORT_SYMBOL vmlinux 0x017de3d5 nr_cpu_ids +EXPORT_SYMBOL vmlinux 0x01853172 uart_match_port +EXPORT_SYMBOL vmlinux 0x0186c995 of_find_node_by_type +EXPORT_SYMBOL vmlinux 0x0188cd88 vme_alloc_consistent +EXPORT_SYMBOL vmlinux 0x018921ff simple_open +EXPORT_SYMBOL vmlinux 0x01982074 xa_set_mark +EXPORT_SYMBOL vmlinux 0x019fde58 pnv_cxl_alloc_hwirqs +EXPORT_SYMBOL vmlinux 0x01ac1c3a sock_alloc +EXPORT_SYMBOL vmlinux 0x01af04f2 phy_get_c45_ids +EXPORT_SYMBOL vmlinux 0x01b5cbe8 xfrm_policy_delete +EXPORT_SYMBOL vmlinux 0x01bf55fc paddr_vmcoreinfo_note +EXPORT_SYMBOL vmlinux 0x01d68528 mmc_calc_max_discard +EXPORT_SYMBOL vmlinux 0x01e80408 timer_interrupt +EXPORT_SYMBOL vmlinux 0x0209d5bd sock_efree +EXPORT_SYMBOL vmlinux 0x0209f3a7 secure_ipv6_port_ephemeral +EXPORT_SYMBOL vmlinux 0x020dbf27 bitmap_alloc +EXPORT_SYMBOL vmlinux 0x0210b6ca inet_release +EXPORT_SYMBOL vmlinux 0x02185670 srp_start_tl_fail_timers +EXPORT_SYMBOL vmlinux 0x0228925f iowrite64_hi_lo +EXPORT_SYMBOL vmlinux 0x0232445b __set_page_dirty_nobuffers +EXPORT_SYMBOL vmlinux 0x023a983a mr_dump +EXPORT_SYMBOL vmlinux 0x0248efd3 kstrtobool_from_user +EXPORT_SYMBOL vmlinux 0x024e21fc unregister_sysctl_table +EXPORT_SYMBOL vmlinux 0x025c1602 __debugger_sstep +EXPORT_SYMBOL vmlinux 0x0274dc2b netif_get_num_default_rss_queues +EXPORT_SYMBOL vmlinux 0x02786417 vga_client_register +EXPORT_SYMBOL vmlinux 0x027d7a7d rproc_alloc +EXPORT_SYMBOL vmlinux 0x0296695f refcount_warn_saturate +EXPORT_SYMBOL vmlinux 0x02af3058 cdrom_open +EXPORT_SYMBOL vmlinux 0x02b3a92d try_wait_for_completion +EXPORT_SYMBOL vmlinux 0x02be9e70 tc_setup_cb_replace +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 0x02ebb676 setattr_copy +EXPORT_SYMBOL vmlinux 0x03104ea9 ipv6_sock_mc_join +EXPORT_SYMBOL vmlinux 0x031952cc _copy_to_iter +EXPORT_SYMBOL vmlinux 0x031f4457 phy_device_free +EXPORT_SYMBOL vmlinux 0x03224779 nf_register_queue_handler +EXPORT_SYMBOL vmlinux 0x0334da4e scsi_command_size_tbl +EXPORT_SYMBOL vmlinux 0x034792d2 skb_prepare_seq_read +EXPORT_SYMBOL vmlinux 0x035526c8 __neigh_create +EXPORT_SYMBOL vmlinux 0x0360d67f make_flow_keys_digest +EXPORT_SYMBOL vmlinux 0x0366307a console_suspend_enabled +EXPORT_SYMBOL vmlinux 0x036a4590 udplite_prot +EXPORT_SYMBOL vmlinux 0x036c5c71 scsi_host_alloc +EXPORT_SYMBOL vmlinux 0x03727e04 invalidate_mapping_pages +EXPORT_SYMBOL vmlinux 0x037a0cba kfree +EXPORT_SYMBOL vmlinux 0x037d61bd clkdev_add +EXPORT_SYMBOL vmlinux 0x03815f35 ledtrig_disk_activity +EXPORT_SYMBOL vmlinux 0x03866a01 netif_tx_unlock +EXPORT_SYMBOL vmlinux 0x0392c0c1 pnv_cxl_ioda_msi_setup +EXPORT_SYMBOL vmlinux 0x03963dd5 seq_release_private +EXPORT_SYMBOL vmlinux 0x0397edd5 fb_edid_to_monspecs +EXPORT_SYMBOL vmlinux 0x03b814ca bpf_dispatcher_xdp_func +EXPORT_SYMBOL vmlinux 0x03b8a1ac nla_reserve_nohdr +EXPORT_SYMBOL vmlinux 0x03cb52f1 bd_abort_claiming +EXPORT_SYMBOL vmlinux 0x03e9845d done_path_create +EXPORT_SYMBOL vmlinux 0x03ee0f39 flow_block_cb_incref +EXPORT_SYMBOL vmlinux 0x03f5fa8a proc_mkdir_mode +EXPORT_SYMBOL vmlinux 0x03fd2571 vm_unmap_ram +EXPORT_SYMBOL vmlinux 0x040085c2 gnet_stats_copy_rate_est +EXPORT_SYMBOL vmlinux 0x0412de8f iget_failed +EXPORT_SYMBOL vmlinux 0x04217c69 sock_no_ioctl +EXPORT_SYMBOL vmlinux 0x042481d3 blk_post_runtime_suspend +EXPORT_SYMBOL vmlinux 0x0425644e skb_push +EXPORT_SYMBOL vmlinux 0x042c3050 load_nls_default +EXPORT_SYMBOL vmlinux 0x042d7839 __dev_get_by_index +EXPORT_SYMBOL vmlinux 0x042fc727 of_read_drc_info_cell +EXPORT_SYMBOL vmlinux 0x044154c6 tc_skb_ext_tc +EXPORT_SYMBOL vmlinux 0x04482cdb __refrigerator +EXPORT_SYMBOL vmlinux 0x044f0ad9 get_random_u16 +EXPORT_SYMBOL vmlinux 0x04601189 security_sk_clone +EXPORT_SYMBOL vmlinux 0x04696e69 dev_set_allmulti +EXPORT_SYMBOL vmlinux 0x0474edef kstrtou16_from_user +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 0x04934df2 single_release +EXPORT_SYMBOL vmlinux 0x04942894 dm_get_device +EXPORT_SYMBOL vmlinux 0x049b0927 tcp_v4_mtu_reduced +EXPORT_SYMBOL vmlinux 0x04a9beeb blk_queue_max_hw_sectors +EXPORT_SYMBOL vmlinux 0x04b26e45 filemap_invalidate_lock_two +EXPORT_SYMBOL vmlinux 0x04cc3988 xsk_tx_release +EXPORT_SYMBOL vmlinux 0x04d24402 iwe_stream_add_point +EXPORT_SYMBOL vmlinux 0x04ea5d10 ksize +EXPORT_SYMBOL vmlinux 0x04f158be cpu_sibling_map +EXPORT_SYMBOL vmlinux 0x04f9ad1e sg_alloc_append_table_from_pages +EXPORT_SYMBOL vmlinux 0x04fd1958 vme_unregister_driver +EXPORT_SYMBOL vmlinux 0x04ff49ca dma_resv_iter_first_unlocked +EXPORT_SYMBOL vmlinux 0x05186ca4 flush_icache_range +EXPORT_SYMBOL vmlinux 0x0520fe68 security_tun_dev_attach +EXPORT_SYMBOL vmlinux 0x05220a0e udp_seq_stop +EXPORT_SYMBOL vmlinux 0x05238288 dev_pick_tx_cpu_id +EXPORT_SYMBOL vmlinux 0x05240ee7 percpu_counter_batch +EXPORT_SYMBOL vmlinux 0x054496b4 schedule_timeout_interruptible +EXPORT_SYMBOL vmlinux 0x055d81a5 vmemmap +EXPORT_SYMBOL vmlinux 0x0562dc30 __sg_page_iter_start +EXPORT_SYMBOL vmlinux 0x056bcf7b dm_read_arg +EXPORT_SYMBOL vmlinux 0x056c36f9 skb_copy_and_csum_dev +EXPORT_SYMBOL vmlinux 0x05919a3c key_move +EXPORT_SYMBOL vmlinux 0x05a2d61b km_state_notify +EXPORT_SYMBOL vmlinux 0x05b8db8c ppp_unit_number +EXPORT_SYMBOL vmlinux 0x05bd1796 phy_mac_interrupt +EXPORT_SYMBOL vmlinux 0x05c29799 scsi_device_get +EXPORT_SYMBOL vmlinux 0x05c9c43e xfrm_policy_byid +EXPORT_SYMBOL vmlinux 0x05db0b46 follow_down +EXPORT_SYMBOL vmlinux 0x05f20b7b nla_reserve +EXPORT_SYMBOL vmlinux 0x05f71b47 eth_prepare_mac_addr_change +EXPORT_SYMBOL vmlinux 0x06089c16 inode_io_list_del +EXPORT_SYMBOL vmlinux 0x06093a08 dma_fence_signal_timestamp_locked +EXPORT_SYMBOL vmlinux 0x061651be strcat +EXPORT_SYMBOL vmlinux 0x061d2835 dma_map_sg_attrs +EXPORT_SYMBOL vmlinux 0x0634100a bitmap_parselist_user +EXPORT_SYMBOL vmlinux 0x063c1965 inet6_release +EXPORT_SYMBOL vmlinux 0x0668b595 _kstrtoul +EXPORT_SYMBOL vmlinux 0x066a3b2c of_phy_get_and_connect +EXPORT_SYMBOL vmlinux 0x066cf3c1 truncate_pagecache_range +EXPORT_SYMBOL vmlinux 0x06a86bc1 iowrite16 +EXPORT_SYMBOL vmlinux 0x06b42237 tcf_idr_check_alloc +EXPORT_SYMBOL vmlinux 0x06c74eb8 to_nd_btt +EXPORT_SYMBOL vmlinux 0x06d11488 __bitmap_equal +EXPORT_SYMBOL vmlinux 0x06f07b05 xfrm_input_resume +EXPORT_SYMBOL vmlinux 0x06f677c3 _raw_spin_unlock_bh +EXPORT_SYMBOL vmlinux 0x06fc68e1 mmc_start_request +EXPORT_SYMBOL vmlinux 0x07098248 xz_dec_microlzma_alloc +EXPORT_SYMBOL vmlinux 0x070fb6af jbd2_journal_inode_ranged_wait +EXPORT_SYMBOL vmlinux 0x0714c1eb param_set_byte +EXPORT_SYMBOL vmlinux 0x072f901c vme_master_rmw +EXPORT_SYMBOL vmlinux 0x073e4ae0 elv_rb_former_request +EXPORT_SYMBOL vmlinux 0x074a29bf device_get_ethdev_address +EXPORT_SYMBOL vmlinux 0x0753f8e3 flow_rule_match_ip +EXPORT_SYMBOL vmlinux 0x076e6903 pci_map_rom +EXPORT_SYMBOL vmlinux 0x0786ed78 param_set_charp +EXPORT_SYMBOL vmlinux 0x078e9493 dma_resv_iter_next_unlocked +EXPORT_SYMBOL vmlinux 0x07982c79 mptcp_subflow_reqsk_alloc +EXPORT_SYMBOL vmlinux 0x07a1041f sk_stream_kill_queues +EXPORT_SYMBOL vmlinux 0x07a14f86 sock_set_sndtimeo +EXPORT_SYMBOL vmlinux 0x07a890c8 fb_alloc_cmap +EXPORT_SYMBOL vmlinux 0x07ba7513 simple_unlink +EXPORT_SYMBOL vmlinux 0x07bf81e6 vfs_statfs +EXPORT_SYMBOL vmlinux 0x07c263fc agp_put_bridge +EXPORT_SYMBOL vmlinux 0x07cbbdd6 devm_pci_remap_iospace +EXPORT_SYMBOL vmlinux 0x07cc4a5d printk_timed_ratelimit +EXPORT_SYMBOL vmlinux 0x07d7591a d_alloc_name +EXPORT_SYMBOL vmlinux 0x07f09b7e pcie_ptm_enabled +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 0x0808f845 single_open_size +EXPORT_SYMBOL vmlinux 0x081c83ef dev_uc_del +EXPORT_SYMBOL vmlinux 0x0823b97c nf_ip6_checksum +EXPORT_SYMBOL vmlinux 0x0829dc63 inet_add_offload +EXPORT_SYMBOL vmlinux 0x082c3213 pci_root_buses +EXPORT_SYMBOL vmlinux 0x08339eb1 security_binder_set_context_mgr +EXPORT_SYMBOL vmlinux 0x0834ec16 unix_get_socket +EXPORT_SYMBOL vmlinux 0x083eb21c rfkill_unregister +EXPORT_SYMBOL vmlinux 0x085b4722 __neigh_event_send +EXPORT_SYMBOL vmlinux 0x085bae4c __fib6_flush_trees +EXPORT_SYMBOL vmlinux 0x0895e559 ethtool_notify +EXPORT_SYMBOL vmlinux 0x08b880fb pm860x_bulk_read +EXPORT_SYMBOL vmlinux 0x08c0d281 dma_set_coherent_mask +EXPORT_SYMBOL vmlinux 0x08c73a48 __dynamic_dev_dbg +EXPORT_SYMBOL vmlinux 0x08cf3df3 ww_mutex_trylock +EXPORT_SYMBOL vmlinux 0x08e98220 inode_to_bdi +EXPORT_SYMBOL vmlinux 0x090c087f generic_set_encrypted_ci_d_ops +EXPORT_SYMBOL vmlinux 0x090c6525 folio_wait_private_2_killable +EXPORT_SYMBOL vmlinux 0x094bf7ea cdrom_get_media_event +EXPORT_SYMBOL vmlinux 0x09551530 nexthop_set_hw_flags +EXPORT_SYMBOL vmlinux 0x096a7e99 mutex_lock +EXPORT_SYMBOL vmlinux 0x09769037 dmt_modes +EXPORT_SYMBOL vmlinux 0x0984d14e ip_sock_set_pktinfo +EXPORT_SYMBOL vmlinux 0x09873342 devm_devfreq_add_governor +EXPORT_SYMBOL vmlinux 0x0989ddc0 dcb_ieee_getapp_mask +EXPORT_SYMBOL vmlinux 0x098b71c6 fb_dealloc_cmap +EXPORT_SYMBOL vmlinux 0x0998cc3c hdmi_infoframe_unpack +EXPORT_SYMBOL vmlinux 0x09b48b57 bio_uninit +EXPORT_SYMBOL vmlinux 0x09bd733d flow_indr_block_cb_alloc +EXPORT_SYMBOL vmlinux 0x09be818f textsearch_unregister +EXPORT_SYMBOL vmlinux 0x09d44df9 in_lock_functions +EXPORT_SYMBOL vmlinux 0x09dec810 bio_split_to_limits +EXPORT_SYMBOL vmlinux 0x09dfb71a param_ops_byte +EXPORT_SYMBOL vmlinux 0x09ea5959 blk_start_plug +EXPORT_SYMBOL vmlinux 0x09f00445 truncate_inode_pages_range +EXPORT_SYMBOL vmlinux 0x09fdfce6 seq_vprintf +EXPORT_SYMBOL vmlinux 0x0a012f73 mb_cache_entry_touch +EXPORT_SYMBOL vmlinux 0x0a01d1d7 filemap_invalidate_unlock_two +EXPORT_SYMBOL vmlinux 0x0a0915b4 dev_get_port_parent_id +EXPORT_SYMBOL vmlinux 0x0a1e8769 utf8_casefold_hash +EXPORT_SYMBOL vmlinux 0x0a30b228 proc_create_mount_point +EXPORT_SYMBOL vmlinux 0x0a76a7c0 request_partial_firmware_into_buf +EXPORT_SYMBOL vmlinux 0x0a770832 register_memory_notifier +EXPORT_SYMBOL vmlinux 0x0a84b15d zstd_init_cctx +EXPORT_SYMBOL vmlinux 0x0a8f9ae1 tcp_add_backlog +EXPORT_SYMBOL vmlinux 0x0aa1a776 gro_find_receive_by_type +EXPORT_SYMBOL vmlinux 0x0aa309cf synchronize_hardirq +EXPORT_SYMBOL vmlinux 0x0aa7afaf readahead_expand +EXPORT_SYMBOL vmlinux 0x0aaccc92 pci_remap_iospace +EXPORT_SYMBOL vmlinux 0x0ac89595 security_sb_clone_mnt_opts +EXPORT_SYMBOL vmlinux 0x0acf7679 dma_issue_pending_all +EXPORT_SYMBOL vmlinux 0x0ad2f50d trace_raw_output_prep +EXPORT_SYMBOL vmlinux 0x0aec9176 __bh_read +EXPORT_SYMBOL vmlinux 0x0af7de8f __dynamic_ibdev_dbg +EXPORT_SYMBOL vmlinux 0x0b19b445 ioread8 +EXPORT_SYMBOL vmlinux 0x0b1beb31 vmalloc_32_user +EXPORT_SYMBOL vmlinux 0x0b1df5d0 proc_set_size +EXPORT_SYMBOL vmlinux 0x0b2e1ec7 h_get_mpp +EXPORT_SYMBOL vmlinux 0x0b3f1bae napi_complete_done +EXPORT_SYMBOL vmlinux 0x0b56f2e3 i2c_smbus_write_block_data +EXPORT_SYMBOL vmlinux 0x0b5b4825 flow_rule_match_eth_addrs +EXPORT_SYMBOL vmlinux 0x0b5dcd9d vmf_insert_pfn_prot +EXPORT_SYMBOL vmlinux 0x0b5ef9ef pci_request_selected_regions +EXPORT_SYMBOL vmlinux 0x0b742fd7 simple_strtol +EXPORT_SYMBOL vmlinux 0x0b7913d2 file_remove_privs +EXPORT_SYMBOL vmlinux 0x0b8a6338 neigh_proc_dointvec_jiffies +EXPORT_SYMBOL vmlinux 0x0b9c1fa0 hash_and_copy_to_iter +EXPORT_SYMBOL vmlinux 0x0b9ce97b netdev_has_upper_dev +EXPORT_SYMBOL vmlinux 0x0ba0b938 vm_brk +EXPORT_SYMBOL vmlinux 0x0bc477a2 irq_set_irq_type +EXPORT_SYMBOL vmlinux 0x0bc88b37 pm8606_osc_disable +EXPORT_SYMBOL vmlinux 0x0be05855 iov_iter_npages +EXPORT_SYMBOL vmlinux 0x0bf0e4a2 __SCK__tp_func_spi_transfer_stop +EXPORT_SYMBOL vmlinux 0x0bf36885 do_wait_intr +EXPORT_SYMBOL vmlinux 0x0bfbccda of_get_child_by_name +EXPORT_SYMBOL vmlinux 0x0bfc1d1a check_zeroed_user +EXPORT_SYMBOL vmlinux 0x0c07da60 path_put +EXPORT_SYMBOL vmlinux 0x0c07e731 napi_schedule_prep +EXPORT_SYMBOL vmlinux 0x0c08f174 is_nd_pfn +EXPORT_SYMBOL vmlinux 0x0c0c6ef3 sock_common_getsockopt +EXPORT_SYMBOL vmlinux 0x0c1f2250 netdev_txq_to_tc +EXPORT_SYMBOL vmlinux 0x0c1fcac8 nf_setsockopt +EXPORT_SYMBOL vmlinux 0x0c25ec48 secure_tcpv6_seq +EXPORT_SYMBOL vmlinux 0x0c2d9c88 pci_fixup_device +EXPORT_SYMBOL vmlinux 0x0c427cf7 audit_log +EXPORT_SYMBOL vmlinux 0x0c6bdc3f vme_master_read +EXPORT_SYMBOL vmlinux 0x0c83ca04 blk_mq_start_request +EXPORT_SYMBOL vmlinux 0x0c900152 slab_build_skb +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 0x0cd5835b ipv6_flowlabel_exclusive +EXPORT_SYMBOL vmlinux 0x0cdce87c rfkill_set_hw_state_reason +EXPORT_SYMBOL vmlinux 0x0cf017a3 scsi_done +EXPORT_SYMBOL vmlinux 0x0cf268d0 giveup_fpu +EXPORT_SYMBOL vmlinux 0x0cf34853 of_graph_get_next_endpoint +EXPORT_SYMBOL vmlinux 0x0cf8b2d6 sget +EXPORT_SYMBOL vmlinux 0x0cf98ca0 __xa_alloc +EXPORT_SYMBOL vmlinux 0x0cff2709 sock_set_priority +EXPORT_SYMBOL vmlinux 0x0d021450 tcf_idr_search +EXPORT_SYMBOL vmlinux 0x0d07f543 get_anon_bdev +EXPORT_SYMBOL vmlinux 0x0d0a5789 _raw_write_unlock_irqrestore +EXPORT_SYMBOL vmlinux 0x0d283db6 __skb_wait_for_more_packets +EXPORT_SYMBOL vmlinux 0x0d2ca20f ucc_fast_get_qe_cr_subblock +EXPORT_SYMBOL vmlinux 0x0d333b64 zstd_end_stream +EXPORT_SYMBOL vmlinux 0x0d542439 __ipv6_addr_type +EXPORT_SYMBOL vmlinux 0x0d544a96 pm8606_osc_enable +EXPORT_SYMBOL vmlinux 0x0d630690 phy_drivers_unregister +EXPORT_SYMBOL vmlinux 0x0d80bd6f security_path_rename +EXPORT_SYMBOL vmlinux 0x0d90ca0b eth_header_parse +EXPORT_SYMBOL vmlinux 0x0da4c8cc pm860x_page_bulk_read +EXPORT_SYMBOL vmlinux 0x0de482ed memory_cgrp_subsys +EXPORT_SYMBOL vmlinux 0x0deeed18 backlight_force_update +EXPORT_SYMBOL vmlinux 0x0df37b3e gnet_stats_start_copy +EXPORT_SYMBOL vmlinux 0x0e064d6e add_watch_to_object +EXPORT_SYMBOL vmlinux 0x0e11b53e ndo_dflt_fdb_dump +EXPORT_SYMBOL vmlinux 0x0e17678a siphash_4u64 +EXPORT_SYMBOL vmlinux 0x0e378a1b blk_pre_runtime_resume +EXPORT_SYMBOL vmlinux 0x0e4262c6 __siphash_unaligned +EXPORT_SYMBOL vmlinux 0x0e4b13fa gnet_stats_basic_sync_init +EXPORT_SYMBOL vmlinux 0x0e55c253 jbd2_journal_start +EXPORT_SYMBOL vmlinux 0x0e5c53aa netdev_next_lower_dev_rcu +EXPORT_SYMBOL vmlinux 0x0e615648 of_graph_get_endpoint_by_regs +EXPORT_SYMBOL vmlinux 0x0e7e2893 sock_i_uid +EXPORT_SYMBOL vmlinux 0x0e818806 devm_ioremap +EXPORT_SYMBOL vmlinux 0x0e91ece1 devm_request_any_context_irq +EXPORT_SYMBOL vmlinux 0x0e96572f jbd2_journal_clear_features +EXPORT_SYMBOL vmlinux 0x0e9c8ec7 skb_add_rx_frag +EXPORT_SYMBOL vmlinux 0x0ea25cec reuseport_detach_prog +EXPORT_SYMBOL vmlinux 0x0ea3c74e tasklet_kill +EXPORT_SYMBOL vmlinux 0x0ea593f6 hdmi_drm_infoframe_init +EXPORT_SYMBOL vmlinux 0x0eb48712 d_drop +EXPORT_SYMBOL vmlinux 0x0eb6eb87 add_taint +EXPORT_SYMBOL vmlinux 0x0ec1136a i2c_del_driver +EXPORT_SYMBOL vmlinux 0x0ec5babe vme_dma_free +EXPORT_SYMBOL vmlinux 0x0ecb908c dm_table_event +EXPORT_SYMBOL vmlinux 0x0edd7c2d clk_bulk_get +EXPORT_SYMBOL vmlinux 0x0eef64bb tag_pages_for_writeback +EXPORT_SYMBOL vmlinux 0x0f09cc34 schedule_timeout_killable +EXPORT_SYMBOL vmlinux 0x0f0ecc08 jbd2_journal_destroy +EXPORT_SYMBOL vmlinux 0x0f1ad8e2 seq_list_start_rcu +EXPORT_SYMBOL vmlinux 0x0f20473c dquot_acquire +EXPORT_SYMBOL vmlinux 0x0f2b7f29 devm_extcon_unregister_notifier +EXPORT_SYMBOL vmlinux 0x0f337b46 __skb_checksum_complete_head +EXPORT_SYMBOL vmlinux 0x0f447233 vlan_dev_vlan_id +EXPORT_SYMBOL vmlinux 0x0f44cd71 ip_queue_xmit +EXPORT_SYMBOL vmlinux 0x0f531409 genphy_read_status +EXPORT_SYMBOL vmlinux 0x0f5e1dd1 of_mdio_find_device +EXPORT_SYMBOL vmlinux 0x0f6b347e kobject_add +EXPORT_SYMBOL vmlinux 0x0f6e4929 scsi_report_device_reset +EXPORT_SYMBOL vmlinux 0x0f8400bd tty_port_hangup +EXPORT_SYMBOL vmlinux 0x0f86f560 kthread_delayed_work_timer_fn +EXPORT_SYMBOL vmlinux 0x0f89ce1c dma_fence_signal_locked +EXPORT_SYMBOL vmlinux 0x0f8da8e2 devm_arch_phys_wc_add +EXPORT_SYMBOL vmlinux 0x0fa0c6da get_tree_single +EXPORT_SYMBOL vmlinux 0x0fa9f665 seq_write +EXPORT_SYMBOL vmlinux 0x0fab1ab0 hdmi_spd_infoframe_pack +EXPORT_SYMBOL vmlinux 0x0fab6a96 blk_post_runtime_resume +EXPORT_SYMBOL vmlinux 0x0fb2f8a4 mktime64 +EXPORT_SYMBOL vmlinux 0x0fb6841f serial8250_register_8250_port +EXPORT_SYMBOL vmlinux 0x0fd28fa8 flow_rule_match_enc_ipv6_addrs +EXPORT_SYMBOL vmlinux 0x0fd902db mb_cache_entry_create +EXPORT_SYMBOL vmlinux 0x0feda475 dquot_operations +EXPORT_SYMBOL vmlinux 0x0ff2ea0b page_readlink +EXPORT_SYMBOL vmlinux 0x0fff5afc time64_to_tm +EXPORT_SYMBOL vmlinux 0x10017aa5 kernel_cpustat +EXPORT_SYMBOL vmlinux 0x1006914d vm_map_pages_zero +EXPORT_SYMBOL vmlinux 0x1020d1c6 phy_device_create +EXPORT_SYMBOL vmlinux 0x1025009a cpm_muram_alloc_fixed +EXPORT_SYMBOL vmlinux 0x102936ec qe_clock_source +EXPORT_SYMBOL vmlinux 0x1035c7c2 __release_region +EXPORT_SYMBOL vmlinux 0x1057a279 bsearch +EXPORT_SYMBOL vmlinux 0x105b8015 blk_mq_unique_tag +EXPORT_SYMBOL vmlinux 0x1068004b gf128mul_bbe +EXPORT_SYMBOL vmlinux 0x1075c5d3 msi_bitmap_free_hwirqs +EXPORT_SYMBOL vmlinux 0x107e5878 zlib_inflateEnd +EXPORT_SYMBOL vmlinux 0x108cb126 unregister_fib_notifier +EXPORT_SYMBOL vmlinux 0x10b3ba89 dcbnl_ieee_notify +EXPORT_SYMBOL vmlinux 0x10bbcf9c __skb_free_datagram_locked +EXPORT_SYMBOL vmlinux 0x10bfb671 sk_stop_timer_sync +EXPORT_SYMBOL vmlinux 0x10c40259 vfs_iocb_iter_write +EXPORT_SYMBOL vmlinux 0x10ca50d4 vio_cmo_set_dev_desired +EXPORT_SYMBOL vmlinux 0x10d9f885 scsi_sense_desc_find +EXPORT_SYMBOL vmlinux 0x10e0f124 __pud_index_size +EXPORT_SYMBOL vmlinux 0x10e6f74a free_contig_range +EXPORT_SYMBOL vmlinux 0x10fbe580 pci_release_regions +EXPORT_SYMBOL vmlinux 0x11089ac7 _ctype +EXPORT_SYMBOL vmlinux 0x111fa7c9 qe_pin_set_dedicated +EXPORT_SYMBOL vmlinux 0x11375103 dma_fence_array_next +EXPORT_SYMBOL vmlinux 0x1138d9f1 registered_fb +EXPORT_SYMBOL vmlinux 0x113afcc4 agp_generic_destroy_pages +EXPORT_SYMBOL vmlinux 0x113b7cca setattr_should_drop_sgid +EXPORT_SYMBOL vmlinux 0x1141bde5 register_netdevice_notifier_net +EXPORT_SYMBOL vmlinux 0x11437cc3 i2c_smbus_read_i2c_block_data_or_emulated +EXPORT_SYMBOL vmlinux 0x11457c7c iov_iter_bvec +EXPORT_SYMBOL vmlinux 0x1145aa7e bioset_integrity_create +EXPORT_SYMBOL vmlinux 0x115fe053 of_match_device +EXPORT_SYMBOL vmlinux 0x116627c9 ioremap_prot +EXPORT_SYMBOL vmlinux 0x117093be qdisc_class_hash_init +EXPORT_SYMBOL vmlinux 0x11727b1d sk_stream_wait_memory +EXPORT_SYMBOL vmlinux 0x11759baa netpoll_poll_disable +EXPORT_SYMBOL vmlinux 0x1182d83a cpuidle_disable +EXPORT_SYMBOL vmlinux 0x118acda1 dget_parent +EXPORT_SYMBOL vmlinux 0x1190631d dev_driver_string +EXPORT_SYMBOL vmlinux 0x11a09046 skb_condense +EXPORT_SYMBOL vmlinux 0x11df7f58 phy_device_register +EXPORT_SYMBOL vmlinux 0x11e30762 chacha_block_generic +EXPORT_SYMBOL vmlinux 0x11ff90ac kernel_recvmsg +EXPORT_SYMBOL vmlinux 0x11ffdfee ucc_slow_stop_tx +EXPORT_SYMBOL vmlinux 0x120204cf __filemap_set_wb_err +EXPORT_SYMBOL vmlinux 0x120b336a __rb_insert_augmented +EXPORT_SYMBOL vmlinux 0x1222f8b2 blk_put_queue +EXPORT_SYMBOL vmlinux 0x12236989 eth_validate_addr +EXPORT_SYMBOL vmlinux 0x12399897 uart_register_driver +EXPORT_SYMBOL vmlinux 0x1240b00b pps_register_source +EXPORT_SYMBOL vmlinux 0x124bad4d kstrtobool +EXPORT_SYMBOL vmlinux 0x12606179 thaw_bdev +EXPORT_SYMBOL vmlinux 0x127d83ea security_locked_down +EXPORT_SYMBOL vmlinux 0x1282dac8 dquot_scan_active +EXPORT_SYMBOL vmlinux 0x12a51467 tcp_sendmsg +EXPORT_SYMBOL vmlinux 0x12a6dbcc agp_find_bridge +EXPORT_SYMBOL vmlinux 0x12cabc89 siphash_2u64 +EXPORT_SYMBOL vmlinux 0x12e5ef0c rtas_set_power_level +EXPORT_SYMBOL vmlinux 0x12e8d5eb wireless_send_event +EXPORT_SYMBOL vmlinux 0x12f6f69c fb_videomode_to_var +EXPORT_SYMBOL vmlinux 0x12fbbcb8 tty_name +EXPORT_SYMBOL vmlinux 0x13110126 request_resource +EXPORT_SYMBOL vmlinux 0x131495f2 __inet_hash +EXPORT_SYMBOL vmlinux 0x131f4648 md_bitmap_end_sync +EXPORT_SYMBOL vmlinux 0x132bd5f3 dev_pick_tx_zero +EXPORT_SYMBOL vmlinux 0x13303b9a vio_enable_interrupts +EXPORT_SYMBOL vmlinux 0x133eed38 gen_pool_dma_zalloc_algo +EXPORT_SYMBOL vmlinux 0x1357db27 edac_mc_find +EXPORT_SYMBOL vmlinux 0x1366a841 __ClearPageMovable +EXPORT_SYMBOL vmlinux 0x1378d9cc __splice_from_pipe +EXPORT_SYMBOL vmlinux 0x1381c6c7 scsi_add_host_with_dma +EXPORT_SYMBOL vmlinux 0x139f2189 __kfifo_alloc +EXPORT_SYMBOL vmlinux 0x13a4eba8 ip_options_rcv_srr +EXPORT_SYMBOL vmlinux 0x13b66015 xfrm_policy_walk_done +EXPORT_SYMBOL vmlinux 0x13c12fc6 iunique +EXPORT_SYMBOL vmlinux 0x13c49cc2 _copy_from_user +EXPORT_SYMBOL vmlinux 0x13cd215c skb_eth_push +EXPORT_SYMBOL vmlinux 0x13cec700 md_check_no_bitmap +EXPORT_SYMBOL vmlinux 0x13d0adf7 __kfifo_out +EXPORT_SYMBOL vmlinux 0x13d928f5 __SCK__tp_func_kmem_cache_alloc +EXPORT_SYMBOL vmlinux 0x13dd251d d_make_root +EXPORT_SYMBOL vmlinux 0x13e06d0b skb_try_coalesce +EXPORT_SYMBOL vmlinux 0x13e1b2d5 current_stack_frame +EXPORT_SYMBOL vmlinux 0x13efba5b tcf_exts_terse_dump +EXPORT_SYMBOL vmlinux 0x13f53da6 CMO_PageSize +EXPORT_SYMBOL vmlinux 0x13fa9d88 vfs_get_tree +EXPORT_SYMBOL vmlinux 0x14194ad0 kvmppc_hv_find_lock_hpte +EXPORT_SYMBOL vmlinux 0x141a07e1 scsi_dma_map +EXPORT_SYMBOL vmlinux 0x1427536b kthread_bind +EXPORT_SYMBOL vmlinux 0x14462b7c register_cdrom +EXPORT_SYMBOL vmlinux 0x14605535 dma_fence_context_alloc +EXPORT_SYMBOL vmlinux 0x146289b7 crc16_table +EXPORT_SYMBOL vmlinux 0x147e0857 gen_pool_dma_alloc_algo +EXPORT_SYMBOL vmlinux 0x147ea79d bio_kmalloc +EXPORT_SYMBOL vmlinux 0x14866a9c elv_rb_del +EXPORT_SYMBOL vmlinux 0x149769fa skb_flow_dissect_meta +EXPORT_SYMBOL vmlinux 0x14a2b413 gen_pool_first_fit_order_align +EXPORT_SYMBOL vmlinux 0x14b1d296 con_set_default_unimap +EXPORT_SYMBOL vmlinux 0x14b2c49c __dquot_alloc_space +EXPORT_SYMBOL vmlinux 0x14be9682 folio_mark_dirty +EXPORT_SYMBOL vmlinux 0x14c67e3e tcp_tx_delay_enabled +EXPORT_SYMBOL vmlinux 0x14d7477f console_list_unlock +EXPORT_SYMBOL vmlinux 0x14df7d71 kill_fasync +EXPORT_SYMBOL vmlinux 0x14f4cfb2 __ip_select_ident +EXPORT_SYMBOL vmlinux 0x14fdce79 config_item_get +EXPORT_SYMBOL vmlinux 0x151600b4 mount_single +EXPORT_SYMBOL vmlinux 0x151f4898 schedule_timeout_uninterruptible +EXPORT_SYMBOL vmlinux 0x1526b301 unix_tot_inflight +EXPORT_SYMBOL vmlinux 0x152933e9 blk_dump_rq_flags +EXPORT_SYMBOL vmlinux 0x1547755f sock_gettstamp +EXPORT_SYMBOL vmlinux 0x1548d970 __kfifo_dma_out_prepare_r +EXPORT_SYMBOL vmlinux 0x15492c03 dma_fence_array_create +EXPORT_SYMBOL vmlinux 0x154b796b vme_irq_generate +EXPORT_SYMBOL vmlinux 0x154c6338 dm_kcopyd_client_destroy +EXPORT_SYMBOL vmlinux 0x155fa142 take_dentry_name_snapshot +EXPORT_SYMBOL vmlinux 0x15767b8a twl6040_set_pll +EXPORT_SYMBOL vmlinux 0x158d7ed9 __folio_start_writeback +EXPORT_SYMBOL vmlinux 0x1595b011 mfd_cell_disable +EXPORT_SYMBOL vmlinux 0x15a2dcc7 fscrypt_decrypt_bio +EXPORT_SYMBOL vmlinux 0x15a7fc4a netdev_info +EXPORT_SYMBOL vmlinux 0x15bafe29 unregister_md_cluster_operations +EXPORT_SYMBOL vmlinux 0x15bed7a5 LZ4_decompress_safe_partial +EXPORT_SYMBOL vmlinux 0x15c422c3 security_inode_getsecctx +EXPORT_SYMBOL vmlinux 0x15cc8ea2 tso_build_data +EXPORT_SYMBOL vmlinux 0x15e8d1a1 qdisc_tree_reduce_backlog +EXPORT_SYMBOL vmlinux 0x15f0c4dd param_get_ulong +EXPORT_SYMBOL vmlinux 0x15f90688 slhc_init +EXPORT_SYMBOL vmlinux 0x160bd45c rtas_token +EXPORT_SYMBOL vmlinux 0x16286538 iowrite64be_lo_hi +EXPORT_SYMBOL vmlinux 0x162893fd hashlen_string +EXPORT_SYMBOL vmlinux 0x1632bc21 kvasprintf_const +EXPORT_SYMBOL vmlinux 0x163959ba ps2_command +EXPORT_SYMBOL vmlinux 0x16406cad dma_resv_reserve_fences +EXPORT_SYMBOL vmlinux 0x16502a84 seq_printf +EXPORT_SYMBOL vmlinux 0x165adcec dcache_dir_close +EXPORT_SYMBOL vmlinux 0x165fb39f netdev_pick_tx +EXPORT_SYMBOL vmlinux 0x166829a9 blk_mq_init_queue +EXPORT_SYMBOL vmlinux 0x1672369b pcim_pin_device +EXPORT_SYMBOL vmlinux 0x1679bf08 simple_empty +EXPORT_SYMBOL vmlinux 0x167c5967 print_hex_dump +EXPORT_SYMBOL vmlinux 0x167ea0dd sk_error_report +EXPORT_SYMBOL vmlinux 0x16814b5f flow_block_cb_lookup +EXPORT_SYMBOL vmlinux 0x168e69a5 dquot_commit_info +EXPORT_SYMBOL vmlinux 0x1696c9d6 watchdog_register_governor +EXPORT_SYMBOL vmlinux 0x169938c1 __sysfs_match_string +EXPORT_SYMBOL vmlinux 0x169e7422 dev_change_flags +EXPORT_SYMBOL vmlinux 0x16a5be0a pci_release_selected_regions +EXPORT_SYMBOL vmlinux 0x16a7b16f __traceiter_kmalloc +EXPORT_SYMBOL vmlinux 0x16d675da __xfrm_decode_session +EXPORT_SYMBOL vmlinux 0x16d7df4f migrate_vma_pages +EXPORT_SYMBOL vmlinux 0x16e297c3 bit_wait +EXPORT_SYMBOL vmlinux 0x16e32c8f xfrm_unregister_type_offload +EXPORT_SYMBOL vmlinux 0x16e63af7 page_pool_release_page +EXPORT_SYMBOL vmlinux 0x16efb3f3 page_pool_destroy +EXPORT_SYMBOL vmlinux 0x16ff77ee genphy_update_link +EXPORT_SYMBOL vmlinux 0x1703d437 locks_copy_lock +EXPORT_SYMBOL vmlinux 0x1707e95c neigh_sysctl_unregister +EXPORT_SYMBOL vmlinux 0x17113d78 xfrm_state_walk +EXPORT_SYMBOL vmlinux 0x1720bf4f pm860x_page_reg_write +EXPORT_SYMBOL vmlinux 0x172c79f3 configfs_unregister_default_group +EXPORT_SYMBOL vmlinux 0x17427988 netif_carrier_on +EXPORT_SYMBOL vmlinux 0x1748560e pnv_cxl_alloc_hwirq_ranges +EXPORT_SYMBOL vmlinux 0x175f4906 md_handle_request +EXPORT_SYMBOL vmlinux 0x17648396 dev_base_lock +EXPORT_SYMBOL vmlinux 0x177feabc d_path +EXPORT_SYMBOL vmlinux 0x178c4894 qe_upload_firmware +EXPORT_SYMBOL vmlinux 0x17a92bc2 to_nd_dax +EXPORT_SYMBOL vmlinux 0x17a95a8c sock_common_setsockopt +EXPORT_SYMBOL vmlinux 0x17b25697 submit_bio_wait +EXPORT_SYMBOL vmlinux 0x17bb797c xfrm_init_state +EXPORT_SYMBOL vmlinux 0x17d2e32a pci_request_region +EXPORT_SYMBOL vmlinux 0x17e50872 xp_dma_unmap +EXPORT_SYMBOL vmlinux 0x17ed13b7 fs_lookup_param +EXPORT_SYMBOL vmlinux 0x17ef3544 swake_up_one +EXPORT_SYMBOL vmlinux 0x17f341a0 i8042_lock_chip +EXPORT_SYMBOL vmlinux 0x180581dc inet_addr_type_table +EXPORT_SYMBOL vmlinux 0x18255c0d __init_rwsem +EXPORT_SYMBOL vmlinux 0x1825602f dev_vprintk_emit +EXPORT_SYMBOL vmlinux 0x182af36e of_device_alloc +EXPORT_SYMBOL vmlinux 0x18326bb9 tcp_shutdown +EXPORT_SYMBOL vmlinux 0x18345b8e __bitmap_replace +EXPORT_SYMBOL vmlinux 0x183a53c3 watchdog_unregister_governor +EXPORT_SYMBOL vmlinux 0x186bbdba tcp_read_skb +EXPORT_SYMBOL vmlinux 0x187884a8 cpm_muram_free +EXPORT_SYMBOL vmlinux 0x188ea314 jiffies_to_timespec64 +EXPORT_SYMBOL vmlinux 0x18975d35 nd_device_notify +EXPORT_SYMBOL vmlinux 0x18b39f7c key_validate +EXPORT_SYMBOL vmlinux 0x18dd986c tcf_idr_create +EXPORT_SYMBOL vmlinux 0x18e60984 __do_once_start +EXPORT_SYMBOL vmlinux 0x18fee414 ww_mutex_lock +EXPORT_SYMBOL vmlinux 0x1916ec4c ipv6_chk_addr_and_flags +EXPORT_SYMBOL vmlinux 0x1949dc70 generic_fillattr +EXPORT_SYMBOL vmlinux 0x194fbc3c __mmc_claim_host +EXPORT_SYMBOL vmlinux 0x196a5a99 radix_tree_tag_get +EXPORT_SYMBOL vmlinux 0x197fc89f phy_modify_paged_changed +EXPORT_SYMBOL vmlinux 0x1984d421 out_of_line_wait_on_bit +EXPORT_SYMBOL vmlinux 0x198ab749 input_release_device +EXPORT_SYMBOL vmlinux 0x199435fe xfrm_state_delete_tunnel +EXPORT_SYMBOL vmlinux 0x199ed0cd net_disable_timestamp +EXPORT_SYMBOL vmlinux 0x19a53761 setattr_should_drop_suidgid +EXPORT_SYMBOL vmlinux 0x19b16b34 up_read +EXPORT_SYMBOL vmlinux 0x19bd383b security_secmark_refcount_dec +EXPORT_SYMBOL vmlinux 0x19c8ae39 __brelse +EXPORT_SYMBOL vmlinux 0x19cb182c mdio_device_remove +EXPORT_SYMBOL vmlinux 0x19cd1e70 get_inode_acl +EXPORT_SYMBOL vmlinux 0x19d68628 xa_get_mark +EXPORT_SYMBOL vmlinux 0x19d99b08 page_pool_update_nid +EXPORT_SYMBOL vmlinux 0x19d9b0fa tcp_v4_destroy_sock +EXPORT_SYMBOL vmlinux 0x19dcf536 mipi_dsi_attach +EXPORT_SYMBOL vmlinux 0x19edc315 blk_queue_alignment_offset +EXPORT_SYMBOL vmlinux 0x19ef4bf2 crypto_sha256_update +EXPORT_SYMBOL vmlinux 0x19f76a06 uart_resume_port +EXPORT_SYMBOL vmlinux 0x1a00980e insert_inode_locked4 +EXPORT_SYMBOL vmlinux 0x1a2eae11 xfrm4_protocol_register +EXPORT_SYMBOL vmlinux 0x1a509b9c blkdev_issue_flush +EXPORT_SYMBOL vmlinux 0x1a64edc4 devfreq_resume_device +EXPORT_SYMBOL vmlinux 0x1a6af7fb give_up_console +EXPORT_SYMBOL vmlinux 0x1a794456 lock_sock_nested +EXPORT_SYMBOL vmlinux 0x1a9a433c prandom_u32_state +EXPORT_SYMBOL vmlinux 0x1aa2b3f1 tlbie_capable +EXPORT_SYMBOL vmlinux 0x1ab47423 devfreq_update_status +EXPORT_SYMBOL vmlinux 0x1ab7f385 genphy_resume +EXPORT_SYMBOL vmlinux 0x1ab8f397 udp_sendmsg +EXPORT_SYMBOL vmlinux 0x1ac5d3cb strcspn +EXPORT_SYMBOL vmlinux 0x1adc96ad uart_unregister_driver +EXPORT_SYMBOL vmlinux 0x1add14dd file_check_and_advance_wb_err +EXPORT_SYMBOL vmlinux 0x1aee4f28 jbd2_journal_restart +EXPORT_SYMBOL vmlinux 0x1af3758d __do_once_done +EXPORT_SYMBOL vmlinux 0x1af62a99 panic_notifier_list +EXPORT_SYMBOL vmlinux 0x1afdc244 mutex_trylock +EXPORT_SYMBOL vmlinux 0x1b015d25 bitmap_parselist +EXPORT_SYMBOL vmlinux 0x1b085313 generic_write_end +EXPORT_SYMBOL vmlinux 0x1b428d9b generic_file_llseek +EXPORT_SYMBOL vmlinux 0x1b45fd0a pci_save_state +EXPORT_SYMBOL vmlinux 0x1b4ee2ac input_allocate_device +EXPORT_SYMBOL vmlinux 0x1b625d33 enable_kernel_vsx +EXPORT_SYMBOL vmlinux 0x1b6314fd in_aton +EXPORT_SYMBOL vmlinux 0x1b69740d lock_rename +EXPORT_SYMBOL vmlinux 0x1b777357 rdmacg_unregister_device +EXPORT_SYMBOL vmlinux 0x1b8b95ad i8042_unlock_chip +EXPORT_SYMBOL vmlinux 0x1ba1078c phy_read_mmd +EXPORT_SYMBOL vmlinux 0x1ba59527 __kmalloc_node +EXPORT_SYMBOL vmlinux 0x1baae9d6 dma_fence_init +EXPORT_SYMBOL vmlinux 0x1baee533 param_ops_bint +EXPORT_SYMBOL vmlinux 0x1bb51249 tcp_have_smc +EXPORT_SYMBOL vmlinux 0x1bb57282 of_translate_address +EXPORT_SYMBOL vmlinux 0x1bd3f400 __module_put_and_kthread_exit +EXPORT_SYMBOL vmlinux 0x1bd59dbe vme_free_consistent +EXPORT_SYMBOL vmlinux 0x1be223a7 migrate_vma_finalize +EXPORT_SYMBOL vmlinux 0x1beb1154 __SetPageMovable +EXPORT_SYMBOL vmlinux 0x1bf5dd9e param_set_int +EXPORT_SYMBOL vmlinux 0x1c170e79 find_inode_rcu +EXPORT_SYMBOL vmlinux 0x1c32d20f filp_open +EXPORT_SYMBOL vmlinux 0x1c341cdd bdi_alloc +EXPORT_SYMBOL vmlinux 0x1c36fa97 proc_dointvec_userhz_jiffies +EXPORT_SYMBOL vmlinux 0x1c3e02e4 memcmp +EXPORT_SYMBOL vmlinux 0x1c4a61b3 agp_generic_type_to_mask_type +EXPORT_SYMBOL vmlinux 0x1c6544eb filemap_get_folios_contig +EXPORT_SYMBOL vmlinux 0x1c727b72 phy_ethtool_get_wol +EXPORT_SYMBOL vmlinux 0x1c7cfdb1 __init_swait_queue_head +EXPORT_SYMBOL vmlinux 0x1c831861 empty_aops +EXPORT_SYMBOL vmlinux 0x1c87a7a4 configfs_register_subsystem +EXPORT_SYMBOL vmlinux 0x1c99f026 max8925_reg_read +EXPORT_SYMBOL vmlinux 0x1ca1b1be radix_tree_delete +EXPORT_SYMBOL vmlinux 0x1ca42483 phy_write_paged +EXPORT_SYMBOL vmlinux 0x1ca527fa ioread64be_hi_lo +EXPORT_SYMBOL vmlinux 0x1cbbf806 get_agp_version +EXPORT_SYMBOL vmlinux 0x1cc11154 __SCK__tp_func_mmap_lock_start_locking +EXPORT_SYMBOL vmlinux 0x1cd85783 netdev_bonding_info_change +EXPORT_SYMBOL vmlinux 0x1cde0a51 wait_for_completion_killable +EXPORT_SYMBOL vmlinux 0x1ce15d0a __irq_regs +EXPORT_SYMBOL vmlinux 0x1ce299dd dev_graft_qdisc +EXPORT_SYMBOL vmlinux 0x1cf281df pipe_lock +EXPORT_SYMBOL vmlinux 0x1d03a54b netpoll_send_udp +EXPORT_SYMBOL vmlinux 0x1d07e365 memdup_user_nul +EXPORT_SYMBOL vmlinux 0x1d09e1f6 xattr_full_name +EXPORT_SYMBOL vmlinux 0x1d15a50d of_node_put +EXPORT_SYMBOL vmlinux 0x1d1e38e6 __dev_kfree_skb_irq +EXPORT_SYMBOL vmlinux 0x1d5cedae __tracepoint_kfree +EXPORT_SYMBOL vmlinux 0x1d669a8b __percpu_counter_sum +EXPORT_SYMBOL vmlinux 0x1d732d87 mipi_dsi_dcs_set_display_on +EXPORT_SYMBOL vmlinux 0x1d88ae59 set_page_writeback +EXPORT_SYMBOL vmlinux 0x1d8edd01 dma_fence_wait_timeout +EXPORT_SYMBOL vmlinux 0x1d91c368 kset_register +EXPORT_SYMBOL vmlinux 0x1d9672bd fault_in_subpage_writeable +EXPORT_SYMBOL vmlinux 0x1dc3c0b2 __vlan_find_dev_deep_rcu +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 0x1dfddab3 __bswapdi2 +EXPORT_SYMBOL vmlinux 0x1e0a0c24 mod_timer_pending +EXPORT_SYMBOL vmlinux 0x1e0dd61f cdrom_number_of_slots +EXPORT_SYMBOL vmlinux 0x1e17a0c7 set_anon_super +EXPORT_SYMBOL vmlinux 0x1e1879b1 sockopt_lock_sock +EXPORT_SYMBOL vmlinux 0x1e1992cc __memset64 +EXPORT_SYMBOL vmlinux 0x1e4e94dc tty_driver_flush_buffer +EXPORT_SYMBOL vmlinux 0x1e5884ce xfrm4_rcv +EXPORT_SYMBOL vmlinux 0x1e61d133 of_device_register +EXPORT_SYMBOL vmlinux 0x1e6adaa0 bitmap_print_bitmask_to_buf +EXPORT_SYMBOL vmlinux 0x1e6d26a8 strstr +EXPORT_SYMBOL vmlinux 0x1e716eeb pci_dev_get +EXPORT_SYMBOL vmlinux 0x1e875885 add_wait_queue +EXPORT_SYMBOL vmlinux 0x1e8c25cb xfrm_state_walk_done +EXPORT_SYMBOL vmlinux 0x1e8d3932 zero_fill_bio +EXPORT_SYMBOL vmlinux 0x1e8e471b jbd2_journal_free_reserved +EXPORT_SYMBOL vmlinux 0x1e9edfb7 seq_hlist_start_head_rcu +EXPORT_SYMBOL vmlinux 0x1ea5a325 filemap_flush +EXPORT_SYMBOL vmlinux 0x1ea6f423 from_kprojid_munged +EXPORT_SYMBOL vmlinux 0x1ea74406 netdev_master_upper_dev_link +EXPORT_SYMBOL vmlinux 0x1ec0e558 fib6_info_hw_flags_set +EXPORT_SYMBOL vmlinux 0x1ecb0d60 pci_set_mwi +EXPORT_SYMBOL vmlinux 0x1ed6b7e4 tty_unregister_driver +EXPORT_SYMBOL vmlinux 0x1edb69d6 ktime_get_raw_ts64 +EXPORT_SYMBOL vmlinux 0x1f03d01c unregister_console +EXPORT_SYMBOL vmlinux 0x1f0ea7af phy_trigger_machine +EXPORT_SYMBOL vmlinux 0x1f162d3c request_firmware +EXPORT_SYMBOL vmlinux 0x1f192f36 d_rehash +EXPORT_SYMBOL vmlinux 0x1f28866b noop_llseek +EXPORT_SYMBOL vmlinux 0x1f2b659a scsi_print_sense +EXPORT_SYMBOL vmlinux 0x1f6e132d tcf_em_unregister +EXPORT_SYMBOL vmlinux 0x1fa286fd __traceiter_mmap_lock_acquire_returned +EXPORT_SYMBOL vmlinux 0x1faa536b block_dirty_folio +EXPORT_SYMBOL vmlinux 0x1fb0c445 pci_stop_and_remove_bus_device +EXPORT_SYMBOL vmlinux 0x1fbce339 __vio_register_driver +EXPORT_SYMBOL vmlinux 0x1fbd16da ip_tos2prio +EXPORT_SYMBOL vmlinux 0x1fd07fff kdb_grepping_flag +EXPORT_SYMBOL vmlinux 0x1fe3e972 vga_remove_vgacon +EXPORT_SYMBOL vmlinux 0x1fe79b93 netdev_state_change +EXPORT_SYMBOL vmlinux 0x1fe9656b pldmfw_flash_image +EXPORT_SYMBOL vmlinux 0x1ff5f70e vlan_uses_dev +EXPORT_SYMBOL vmlinux 0x20000329 simple_strtoul +EXPORT_SYMBOL vmlinux 0x200b2041 in6addr_any +EXPORT_SYMBOL vmlinux 0x202a09eb csum_and_copy_from_iter +EXPORT_SYMBOL vmlinux 0x2033b0f2 input_unregister_device +EXPORT_SYMBOL vmlinux 0x2038c597 misc_register +EXPORT_SYMBOL vmlinux 0x203bf6e9 security_dentry_init_security +EXPORT_SYMBOL vmlinux 0x204c19f5 tcp_alloc_md5sig_pool +EXPORT_SYMBOL vmlinux 0x204c5067 scsi_dev_info_add_list +EXPORT_SYMBOL vmlinux 0x205633c0 rt_dst_alloc +EXPORT_SYMBOL vmlinux 0x205fba79 file_write_and_wait_range +EXPORT_SYMBOL vmlinux 0x20741d25 inetdev_by_index +EXPORT_SYMBOL vmlinux 0x209b9571 device_match_acpi_handle +EXPORT_SYMBOL vmlinux 0x209d15d9 pci_request_regions +EXPORT_SYMBOL vmlinux 0x209ed6a0 config_group_init_type_name +EXPORT_SYMBOL vmlinux 0x20a789ac irq_set_chip_data +EXPORT_SYMBOL vmlinux 0x20b12820 pci_bus_read_dev_vendor_id +EXPORT_SYMBOL vmlinux 0x20d25918 clear_page_dirty_for_io +EXPORT_SYMBOL vmlinux 0x20d65e40 fb_find_nearest_mode +EXPORT_SYMBOL vmlinux 0x20e126cc cdrom_check_events +EXPORT_SYMBOL vmlinux 0x20eba0bb rproc_detach +EXPORT_SYMBOL vmlinux 0x210862e5 mtree_insert +EXPORT_SYMBOL vmlinux 0x2111f22e tc_cleanup_offload_action +EXPORT_SYMBOL vmlinux 0x21200f92 scsi_block_requests +EXPORT_SYMBOL vmlinux 0x212da734 dquot_load_quota_inode +EXPORT_SYMBOL vmlinux 0x21390b9f param_ops_invbool +EXPORT_SYMBOL vmlinux 0x213a738d memregion_alloc +EXPORT_SYMBOL vmlinux 0x213e4965 ps2_is_keyboard_id +EXPORT_SYMBOL vmlinux 0x2142dad3 nd_btt_version +EXPORT_SYMBOL vmlinux 0x21459ed3 tcp_simple_retransmit +EXPORT_SYMBOL vmlinux 0x215da299 tty_register_device +EXPORT_SYMBOL vmlinux 0x218e600b pci_add_resource_offset +EXPORT_SYMBOL vmlinux 0x21b60242 bit_waitqueue +EXPORT_SYMBOL vmlinux 0x21bdb523 errseq_check_and_advance +EXPORT_SYMBOL vmlinux 0x21be37e1 hdmi_avi_infoframe_check +EXPORT_SYMBOL vmlinux 0x21db889d phy_find_first +EXPORT_SYMBOL vmlinux 0x21e13cb3 inet_peer_xrlim_allow +EXPORT_SYMBOL vmlinux 0x21ea0415 netdev_warn +EXPORT_SYMBOL vmlinux 0x21ea5251 __bitmap_weight +EXPORT_SYMBOL vmlinux 0x21f15dd7 serio_rescan +EXPORT_SYMBOL vmlinux 0x220248f1 pneigh_lookup +EXPORT_SYMBOL vmlinux 0x22269220 security_sctp_sk_clone +EXPORT_SYMBOL vmlinux 0x222e7ce2 sysfs_streq +EXPORT_SYMBOL vmlinux 0x2241b92c has_capability +EXPORT_SYMBOL vmlinux 0x22427b0c request_firmware_nowait +EXPORT_SYMBOL vmlinux 0x2244987c tty_port_destroy +EXPORT_SYMBOL vmlinux 0x2249a130 handle_edge_irq +EXPORT_SYMBOL vmlinux 0x224c3958 devm_input_allocate_device +EXPORT_SYMBOL vmlinux 0x224cd6bb dentry_path_raw +EXPORT_SYMBOL vmlinux 0x224d8a2d mdio_device_reset +EXPORT_SYMBOL vmlinux 0x2254f7d7 scsi_device_quiesce +EXPORT_SYMBOL vmlinux 0x2273a2b2 unregister_shrinker +EXPORT_SYMBOL vmlinux 0x2275e983 rtc_add_group +EXPORT_SYMBOL vmlinux 0x2283b8a8 __break_lease +EXPORT_SYMBOL vmlinux 0x22922d1d get_user_pages +EXPORT_SYMBOL vmlinux 0x2292517f ip_frag_next +EXPORT_SYMBOL vmlinux 0x229ed112 agp_collect_device_status +EXPORT_SYMBOL vmlinux 0x22a05a67 touch_atime +EXPORT_SYMBOL vmlinux 0x22b325d5 kd_mksound +EXPORT_SYMBOL vmlinux 0x22be3c0e fb_class +EXPORT_SYMBOL vmlinux 0x22c8f37c mipi_dsi_dcs_set_tear_scanline +EXPORT_SYMBOL vmlinux 0x22e5f5a9 inode_insert5 +EXPORT_SYMBOL vmlinux 0x22e8fcf2 phy_aneg_done +EXPORT_SYMBOL vmlinux 0x22f90bec vfs_ioctl +EXPORT_SYMBOL vmlinux 0x231d2452 fscrypt_free_inode +EXPORT_SYMBOL vmlinux 0x23227e30 iter_file_splice_write +EXPORT_SYMBOL vmlinux 0x232a250c __devm_of_mdiobus_register +EXPORT_SYMBOL vmlinux 0x2330cc11 invalidate_disk +EXPORT_SYMBOL vmlinux 0x235a6730 sock_no_connect +EXPORT_SYMBOL vmlinux 0x23619cff jiffies_64 +EXPORT_SYMBOL vmlinux 0x2364c85a tasklet_init +EXPORT_SYMBOL vmlinux 0x23691bad tcp_v4_do_rcv +EXPORT_SYMBOL vmlinux 0x236b283e tty_port_tty_set +EXPORT_SYMBOL vmlinux 0x2377bc71 agp_generic_alloc_user +EXPORT_SYMBOL vmlinux 0x237cc2b8 pci_prepare_to_sleep +EXPORT_SYMBOL vmlinux 0x237ed869 pci_select_bars +EXPORT_SYMBOL vmlinux 0x238b099f mipi_dsi_packet_format_is_short +EXPORT_SYMBOL vmlinux 0x2392d2e8 __traceiter_dma_fence_signaled +EXPORT_SYMBOL vmlinux 0x23955739 noop_qdisc +EXPORT_SYMBOL vmlinux 0x23a3660c t10_pi_type3_crc +EXPORT_SYMBOL vmlinux 0x23a97b7d tty_unregister_ldisc +EXPORT_SYMBOL vmlinux 0x23ac17f5 tcf_action_update_stats +EXPORT_SYMBOL vmlinux 0x23b1fae3 max8998_bulk_write +EXPORT_SYMBOL vmlinux 0x23b2e5f4 inode_permission +EXPORT_SYMBOL vmlinux 0x23b5b617 mempool_create +EXPORT_SYMBOL vmlinux 0x23b9d6e2 mangle_path +EXPORT_SYMBOL vmlinux 0x23daa989 mipi_dsi_create_packet +EXPORT_SYMBOL vmlinux 0x23ed4ea6 flow_block_cb_setup_simple +EXPORT_SYMBOL vmlinux 0x23fd3028 vmalloc_node +EXPORT_SYMBOL vmlinux 0x24028bdb skb_ensure_writable +EXPORT_SYMBOL vmlinux 0x2402f925 tcf_action_check_ctrlact +EXPORT_SYMBOL vmlinux 0x240da67a kern_unmount +EXPORT_SYMBOL vmlinux 0x241195a2 iput +EXPORT_SYMBOL vmlinux 0x24159dad of_scan_pci_bridge +EXPORT_SYMBOL vmlinux 0x24199154 kthread_create_worker +EXPORT_SYMBOL vmlinux 0x24286c46 tty_hangup +EXPORT_SYMBOL vmlinux 0x243a7db5 scsi_report_opcode +EXPORT_SYMBOL vmlinux 0x243b0783 blk_rq_map_user +EXPORT_SYMBOL vmlinux 0x243d9fbf textsearch_prepare +EXPORT_SYMBOL vmlinux 0x24428be5 strncpy_from_user +EXPORT_SYMBOL vmlinux 0x244b31c1 md_bitmap_close_sync +EXPORT_SYMBOL vmlinux 0x2459bbcc console_set_on_cmdline +EXPORT_SYMBOL vmlinux 0x2484adc3 __kfifo_to_user_r +EXPORT_SYMBOL vmlinux 0x24865de6 kthread_stop +EXPORT_SYMBOL vmlinux 0x2490442e tcp_sock_set_keepidle +EXPORT_SYMBOL vmlinux 0x249ae436 dma_sync_wait +EXPORT_SYMBOL vmlinux 0x24cc8adb security_inode_notifysecctx +EXPORT_SYMBOL vmlinux 0x24d273d1 add_timer +EXPORT_SYMBOL vmlinux 0x24e1b558 seg6_hmac_compute +EXPORT_SYMBOL vmlinux 0x24f7f8a2 get_user_pages_unlocked +EXPORT_SYMBOL vmlinux 0x2505bf18 kstrtol_from_user +EXPORT_SYMBOL vmlinux 0x250788f0 rename_lock +EXPORT_SYMBOL vmlinux 0x250da298 register_netdev +EXPORT_SYMBOL vmlinux 0x252332f1 __SCK__tp_func_mmap_lock_released +EXPORT_SYMBOL vmlinux 0x2536cd4f __udp_disconnect +EXPORT_SYMBOL vmlinux 0x25496679 pci_read_config_word +EXPORT_SYMBOL vmlinux 0x254c9287 ioremap +EXPORT_SYMBOL vmlinux 0x255166d6 proc_remove +EXPORT_SYMBOL vmlinux 0x255a8684 ndo_dflt_fdb_del +EXPORT_SYMBOL vmlinux 0x255c8e24 pci_write_vpd +EXPORT_SYMBOL vmlinux 0x257cc123 sock_init_data +EXPORT_SYMBOL vmlinux 0x25820c64 fs_overflowuid +EXPORT_SYMBOL vmlinux 0x258d2f76 net_dim_get_tx_moderation +EXPORT_SYMBOL vmlinux 0x259abdb1 bdev_check_media_change +EXPORT_SYMBOL vmlinux 0x25ad4017 jbd2_journal_init_inode +EXPORT_SYMBOL vmlinux 0x25be1f7d tcp_close +EXPORT_SYMBOL vmlinux 0x25c45e90 textsearch_find_continuous +EXPORT_SYMBOL vmlinux 0x25d10abd fsl_lbc_ctrl_dev +EXPORT_SYMBOL vmlinux 0x25e58a09 hdmi_avi_infoframe_init +EXPORT_SYMBOL vmlinux 0x25e9d4bd resource_list_free +EXPORT_SYMBOL vmlinux 0x25ec1a26 netdev_set_tc_queue +EXPORT_SYMBOL vmlinux 0x2604a36f vme_new_dma_list +EXPORT_SYMBOL vmlinux 0x26051f15 generic_write_checks_count +EXPORT_SYMBOL vmlinux 0x261090a4 poll_freewait +EXPORT_SYMBOL vmlinux 0x261a11de param_get_ushort +EXPORT_SYMBOL vmlinux 0x262bf494 devm_backlight_device_unregister +EXPORT_SYMBOL vmlinux 0x2636aad0 inet_protos +EXPORT_SYMBOL vmlinux 0x263beb75 ecryptfs_get_versions +EXPORT_SYMBOL vmlinux 0x263c3152 bcmp +EXPORT_SYMBOL vmlinux 0x266e3d65 netpoll_send_skb +EXPORT_SYMBOL vmlinux 0x2679dd74 d_alloc_anon +EXPORT_SYMBOL vmlinux 0x26849f9a phy_read_paged +EXPORT_SYMBOL vmlinux 0x2686a91e mipi_dsi_dcs_soft_reset +EXPORT_SYMBOL vmlinux 0x268709b3 fwnode_graph_parse_endpoint +EXPORT_SYMBOL vmlinux 0x2688ec10 bitmap_zalloc +EXPORT_SYMBOL vmlinux 0x26897b52 mb_cache_entry_get +EXPORT_SYMBOL vmlinux 0x26925dfd kernel_sock_ip_overhead +EXPORT_SYMBOL vmlinux 0x26b2361a __skb_ext_del +EXPORT_SYMBOL vmlinux 0x26c9d46e kmem_cache_alloc +EXPORT_SYMBOL vmlinux 0x26e298e0 unregister_memory_notifier +EXPORT_SYMBOL vmlinux 0x26ef60d6 ip_sock_set_tos +EXPORT_SYMBOL vmlinux 0x26f8f0b8 iowrite16be +EXPORT_SYMBOL vmlinux 0x2704b0f2 kthread_destroy_worker +EXPORT_SYMBOL vmlinux 0x270cf88f dump_stack_lvl +EXPORT_SYMBOL vmlinux 0x272a8933 udp_memory_allocated +EXPORT_SYMBOL vmlinux 0x2733eaf7 scsi_dev_info_list_add_keyed +EXPORT_SYMBOL vmlinux 0x274423b1 filemap_range_has_page +EXPORT_SYMBOL vmlinux 0x27479d14 param_free_charp +EXPORT_SYMBOL vmlinux 0x275496e3 vlan_dev_vlan_proto +EXPORT_SYMBOL vmlinux 0x275dfee4 ucc_slow_free +EXPORT_SYMBOL vmlinux 0x275f3d49 hdmi_vendor_infoframe_check +EXPORT_SYMBOL vmlinux 0x27669a9d phy_get_pause +EXPORT_SYMBOL vmlinux 0x276dad34 sock_kfree_s +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 0x278b3384 pci_enable_atomic_ops_to_root +EXPORT_SYMBOL vmlinux 0x2796a77d twl6040_get_sysclk +EXPORT_SYMBOL vmlinux 0x279c6cf0 scsi_remove_device +EXPORT_SYMBOL vmlinux 0x279e6a33 dcb_ieee_getapp_prio_dscp_mask_map +EXPORT_SYMBOL vmlinux 0x27b1343d flow_rule_match_icmp +EXPORT_SYMBOL vmlinux 0x27b3bd20 mmc_command_done +EXPORT_SYMBOL vmlinux 0x27bbf221 disable_irq_nosync +EXPORT_SYMBOL vmlinux 0x27be527c param_get_long +EXPORT_SYMBOL vmlinux 0x27bfeb9f kernel_read +EXPORT_SYMBOL vmlinux 0x27c997c9 of_graph_get_remote_endpoint +EXPORT_SYMBOL vmlinux 0x27cdca93 pci_add_resource +EXPORT_SYMBOL vmlinux 0x27ce05c1 mmc_erase_group_aligned +EXPORT_SYMBOL vmlinux 0x280e02de skb_ext_add +EXPORT_SYMBOL vmlinux 0x28100d6a dm_kobject_release +EXPORT_SYMBOL vmlinux 0x28148fa0 tcp_sendpage +EXPORT_SYMBOL vmlinux 0x281823c5 __kfifo_out_peek +EXPORT_SYMBOL vmlinux 0x283338eb of_device_get_match_data +EXPORT_SYMBOL vmlinux 0x285dc31f vlan_for_each +EXPORT_SYMBOL vmlinux 0x2875a315 utf32_to_utf8 +EXPORT_SYMBOL vmlinux 0x287c87e6 xfrm6_protocol_register +EXPORT_SYMBOL vmlinux 0x288f1838 revert_creds +EXPORT_SYMBOL vmlinux 0x28906d87 scsi_print_result +EXPORT_SYMBOL vmlinux 0x2892e483 vfs_link +EXPORT_SYMBOL vmlinux 0x289efd70 ww_mutex_unlock +EXPORT_SYMBOL vmlinux 0x289fc5c1 i2c_smbus_read_i2c_block_data +EXPORT_SYMBOL vmlinux 0x28b8db88 sock_wake_async +EXPORT_SYMBOL vmlinux 0x28badf5f arp_tbl +EXPORT_SYMBOL vmlinux 0x28d945e0 __bio_advance +EXPORT_SYMBOL vmlinux 0x28eeb2c5 kernel_sock_shutdown +EXPORT_SYMBOL vmlinux 0x28f8649b param_get_dyndbg_classes +EXPORT_SYMBOL vmlinux 0x28f94604 __ubsan_handle_builtin_unreachable +EXPORT_SYMBOL vmlinux 0x2916a1e5 key_alloc +EXPORT_SYMBOL vmlinux 0x2946e602 mipi_dsi_dcs_write_buffer +EXPORT_SYMBOL vmlinux 0x2948fa9a sk_filter_trim_cap +EXPORT_SYMBOL vmlinux 0x295035aa iw_handler_get_thrspy +EXPORT_SYMBOL vmlinux 0x29535d16 agp_generic_mask_memory +EXPORT_SYMBOL vmlinux 0x29554015 folio_mark_accessed +EXPORT_SYMBOL vmlinux 0x29604158 napi_busy_loop +EXPORT_SYMBOL vmlinux 0x296b8bbf __kfifo_dma_in_prepare +EXPORT_SYMBOL vmlinux 0x297becbc simple_symlink_inode_operations +EXPORT_SYMBOL vmlinux 0x29870085 serial8250_do_pm +EXPORT_SYMBOL vmlinux 0x2989487b nla_append +EXPORT_SYMBOL vmlinux 0x29a2fc26 of_get_property +EXPORT_SYMBOL vmlinux 0x29adcf82 dquot_set_dqinfo +EXPORT_SYMBOL vmlinux 0x29dcbebf tcf_qevent_destroy +EXPORT_SYMBOL vmlinux 0x29e1e204 hdmi_audio_infoframe_pack +EXPORT_SYMBOL vmlinux 0x2a1870a9 phy_get_internal_delay +EXPORT_SYMBOL vmlinux 0x2a2928c6 block_write_full_page +EXPORT_SYMBOL vmlinux 0x2a2d5bb4 vc_resize +EXPORT_SYMBOL vmlinux 0x2a303d4d check_signature +EXPORT_SYMBOL vmlinux 0x2a45e1bd vfs_mkdir +EXPORT_SYMBOL vmlinux 0x2a603e51 jbd2_log_wait_commit +EXPORT_SYMBOL vmlinux 0x2a6a5aac sockopt_capable +EXPORT_SYMBOL vmlinux 0x2a70a748 config_item_set_name +EXPORT_SYMBOL vmlinux 0x2a77fa3c xp_raw_get_dma +EXPORT_SYMBOL vmlinux 0x2a80bfe5 find_inode_by_ino_rcu +EXPORT_SYMBOL vmlinux 0x2a8a0b96 page_frag_alloc_align +EXPORT_SYMBOL vmlinux 0x2a8e32b1 _raw_spin_unlock_irqrestore +EXPORT_SYMBOL vmlinux 0x2a8e551d blk_set_stacking_limits +EXPORT_SYMBOL vmlinux 0x2a928918 slhc_free +EXPORT_SYMBOL vmlinux 0x2a9a3905 vme_master_get +EXPORT_SYMBOL vmlinux 0x2a9b06f3 rw_verify_area +EXPORT_SYMBOL vmlinux 0x2aa53e9e agp_bridge +EXPORT_SYMBOL vmlinux 0x2aab0a65 pci_enable_msi +EXPORT_SYMBOL vmlinux 0x2aabcdc8 vmalloc_array +EXPORT_SYMBOL vmlinux 0x2aada51d seq_open +EXPORT_SYMBOL vmlinux 0x2adc6430 blk_mq_requeue_request +EXPORT_SYMBOL vmlinux 0x2b068d3d mount_bdev +EXPORT_SYMBOL vmlinux 0x2b13e4f2 mark_buffer_dirty_inode +EXPORT_SYMBOL vmlinux 0x2b2b0620 genphy_restart_aneg +EXPORT_SYMBOL vmlinux 0x2b622717 pci_bus_find_capability +EXPORT_SYMBOL vmlinux 0x2b886776 inet_confirm_addr +EXPORT_SYMBOL vmlinux 0x2b9da7a4 genl_lock +EXPORT_SYMBOL vmlinux 0x2b9f916c blk_mq_alloc_tag_set +EXPORT_SYMBOL vmlinux 0x2bc0750c genphy_suspend +EXPORT_SYMBOL vmlinux 0x2bd01fb1 scsi_eh_prep_cmnd +EXPORT_SYMBOL vmlinux 0x2bd65f53 mmc_detect_card_removed +EXPORT_SYMBOL vmlinux 0x2bd8dda5 tcp_sock_set_keepintvl +EXPORT_SYMBOL vmlinux 0x2bda50b5 _copy_from_iter_nocache +EXPORT_SYMBOL vmlinux 0x2c15ac71 bdev_end_io_acct +EXPORT_SYMBOL vmlinux 0x2c256e1f input_scancode_to_scalar +EXPORT_SYMBOL vmlinux 0x2c290f8d md_write_end +EXPORT_SYMBOL vmlinux 0x2c370f94 fs_param_is_u64 +EXPORT_SYMBOL vmlinux 0x2c4c1bb0 neigh_update +EXPORT_SYMBOL vmlinux 0x2c6613ae inet6_offloads +EXPORT_SYMBOL vmlinux 0x2c66418e sock_diag_put_filterinfo +EXPORT_SYMBOL vmlinux 0x2c66f4dc __cgroup_bpf_run_filter_sk +EXPORT_SYMBOL vmlinux 0x2c682b1b md_finish_reshape +EXPORT_SYMBOL vmlinux 0x2c6e75ae put_cmsg +EXPORT_SYMBOL vmlinux 0x2c75dc33 __sk_backlog_rcv +EXPORT_SYMBOL vmlinux 0x2c777169 inet_frags_init +EXPORT_SYMBOL vmlinux 0x2c82c36a security_secmark_relabel_packet +EXPORT_SYMBOL vmlinux 0x2c82e7d0 tty_devnum +EXPORT_SYMBOL vmlinux 0x2caebf91 ip_mc_join_group +EXPORT_SYMBOL vmlinux 0x2cc17514 of_find_matching_node_and_match +EXPORT_SYMBOL vmlinux 0x2cc928bd mipi_dsi_dcs_exit_sleep_mode +EXPORT_SYMBOL vmlinux 0x2ccc0cd8 set_page_dirty_lock +EXPORT_SYMBOL vmlinux 0x2ccd059a dim_on_top +EXPORT_SYMBOL vmlinux 0x2cd01ca8 ip_route_input_noref +EXPORT_SYMBOL vmlinux 0x2cd03cf0 xfrm_spd_getinfo +EXPORT_SYMBOL vmlinux 0x2cdd51bb gro_cells_receive +EXPORT_SYMBOL vmlinux 0x2cde5700 generic_remap_file_range_prep +EXPORT_SYMBOL vmlinux 0x2ce198a9 mmc_unregister_driver +EXPORT_SYMBOL vmlinux 0x2cf05e92 d_lookup +EXPORT_SYMBOL vmlinux 0x2cf0c910 sg_init_table +EXPORT_SYMBOL vmlinux 0x2cf56265 __dynamic_pr_debug +EXPORT_SYMBOL vmlinux 0x2d0057e3 mmc_retune_timer_stop +EXPORT_SYMBOL vmlinux 0x2d087346 ptp_clock_register +EXPORT_SYMBOL vmlinux 0x2d140a58 genl_unlock +EXPORT_SYMBOL vmlinux 0x2d18eebe nf_unregister_sockopt +EXPORT_SYMBOL vmlinux 0x2d30596c from_kqid_munged +EXPORT_SYMBOL vmlinux 0x2d3385d3 system_wq +EXPORT_SYMBOL vmlinux 0x2d38d2ce eth_header_cache +EXPORT_SYMBOL vmlinux 0x2d39b0a7 kstrdup +EXPORT_SYMBOL vmlinux 0x2d3b8cb3 seg6_hmac_info_lookup +EXPORT_SYMBOL vmlinux 0x2d412027 dev_addr_del +EXPORT_SYMBOL vmlinux 0x2d4488d3 netdev_offload_xstats_push_delta +EXPORT_SYMBOL vmlinux 0x2d47199a inet6_add_protocol +EXPORT_SYMBOL vmlinux 0x2d4842b3 d_delete +EXPORT_SYMBOL vmlinux 0x2d4c773a hdmi_spd_infoframe_init +EXPORT_SYMBOL vmlinux 0x2d4daef5 find_font +EXPORT_SYMBOL vmlinux 0x2d5db0f2 configfs_depend_item +EXPORT_SYMBOL vmlinux 0x2d8791c9 is_subdir +EXPORT_SYMBOL vmlinux 0x2d97dc77 ps2_handle_response +EXPORT_SYMBOL vmlinux 0x2d994605 security_inode_copy_up_xattr +EXPORT_SYMBOL vmlinux 0x2d9f7f90 serio_open +EXPORT_SYMBOL vmlinux 0x2daabdaf ps2_drain +EXPORT_SYMBOL vmlinux 0x2dbc25ec scsi_set_medium_removal +EXPORT_SYMBOL vmlinux 0x2dc0c6bf mmc_is_req_done +EXPORT_SYMBOL vmlinux 0x2dc4e156 prepare_to_wait +EXPORT_SYMBOL vmlinux 0x2dcdea36 chip_to_vas_id +EXPORT_SYMBOL vmlinux 0x2dcdfcbf pid_task +EXPORT_SYMBOL vmlinux 0x2dce19f1 __wait_on_bit +EXPORT_SYMBOL vmlinux 0x2dd0fdf8 ns_capable +EXPORT_SYMBOL vmlinux 0x2de4cff5 nexthop_res_grp_activity_update +EXPORT_SYMBOL vmlinux 0x2dfb4be2 vfs_create +EXPORT_SYMBOL vmlinux 0x2dfe5040 neigh_destroy +EXPORT_SYMBOL vmlinux 0x2e141080 page_pool_alloc_pages +EXPORT_SYMBOL vmlinux 0x2e1ca751 clk_put +EXPORT_SYMBOL vmlinux 0x2e1fab2f _raw_read_unlock_irqrestore +EXPORT_SYMBOL vmlinux 0x2e2b40d2 strncat +EXPORT_SYMBOL vmlinux 0x2e2f0f27 md_integrity_add_rdev +EXPORT_SYMBOL vmlinux 0x2e3ce8f9 phy_set_max_speed +EXPORT_SYMBOL vmlinux 0x2e435aae ethtool_get_phc_vclocks +EXPORT_SYMBOL vmlinux 0x2e5aab00 generic_fadvise +EXPORT_SYMBOL vmlinux 0x2e5fe036 __skb_ext_put +EXPORT_SYMBOL vmlinux 0x2e618cad xfrm_unregister_type +EXPORT_SYMBOL vmlinux 0x2e7014d3 dev_remove_offload +EXPORT_SYMBOL vmlinux 0x2e7ea7f4 bmap +EXPORT_SYMBOL vmlinux 0x2e80d72d inet6_protos +EXPORT_SYMBOL vmlinux 0x2ea22618 vme_dma_request +EXPORT_SYMBOL vmlinux 0x2ea8032c prepare_to_swait_exclusive +EXPORT_SYMBOL vmlinux 0x2eb759ec d_find_any_alias +EXPORT_SYMBOL vmlinux 0x2ec6bba0 errseq_set +EXPORT_SYMBOL vmlinux 0x2ed3ab2d vme_irq_handler +EXPORT_SYMBOL vmlinux 0x2ed8fca3 tcp_sync_mss +EXPORT_SYMBOL vmlinux 0x2ee4c2b1 hdmi_avi_infoframe_pack_only +EXPORT_SYMBOL vmlinux 0x2ee7deb5 folio_wait_bit +EXPORT_SYMBOL vmlinux 0x2eff4a77 of_get_ethdev_address +EXPORT_SYMBOL vmlinux 0x2f000c44 __percpu_counter_compare +EXPORT_SYMBOL vmlinux 0x2f011003 mdio_bus_type +EXPORT_SYMBOL vmlinux 0x2f03fc4b security_secmark_refcount_inc +EXPORT_SYMBOL vmlinux 0x2f0833eb tcp_timewait_state_process +EXPORT_SYMBOL vmlinux 0x2f1254d1 ucc_tdm_init +EXPORT_SYMBOL vmlinux 0x2f147353 flow_rule_match_enc_ipv4_addrs +EXPORT_SYMBOL vmlinux 0x2f2e91b2 security_ib_alloc_security +EXPORT_SYMBOL vmlinux 0x2f41cd84 setup_new_exec +EXPORT_SYMBOL vmlinux 0x2f5f563e ipv6_chk_custom_prefix +EXPORT_SYMBOL vmlinux 0x2f6bc32c nd_pfn_validate +EXPORT_SYMBOL vmlinux 0x2f6d4e94 scm_fp_dup +EXPORT_SYMBOL vmlinux 0x2f745e1d __nlmsg_put +EXPORT_SYMBOL vmlinux 0x2f7754a8 dma_pool_free +EXPORT_SYMBOL vmlinux 0x2f8264bd gtm_get_timer16 +EXPORT_SYMBOL vmlinux 0x2f87708e simple_link +EXPORT_SYMBOL vmlinux 0x2faaeec8 mfd_cell_enable +EXPORT_SYMBOL vmlinux 0x2fae96de rtas_data_buf_lock +EXPORT_SYMBOL vmlinux 0x2fc78fcc xa_erase +EXPORT_SYMBOL vmlinux 0x2fcbdbb9 __do_once_sleepable_done +EXPORT_SYMBOL vmlinux 0x2fd18702 serio_unregister_child_port +EXPORT_SYMBOL vmlinux 0x2fd2b6b9 tcf_em_register +EXPORT_SYMBOL vmlinux 0x2fddfaa4 nvdimm_namespace_locked +EXPORT_SYMBOL vmlinux 0x2fe252cc unregister_inet6addr_notifier +EXPORT_SYMBOL vmlinux 0x302305d4 neigh_table_init +EXPORT_SYMBOL vmlinux 0x30248dd3 sync_blockdev_range +EXPORT_SYMBOL vmlinux 0x3032e027 zap_page_range +EXPORT_SYMBOL vmlinux 0x3041551c tcp_rtx_synack +EXPORT_SYMBOL vmlinux 0x3046c96a unregister_key_type +EXPORT_SYMBOL vmlinux 0x3049b43b pci_scan_single_device +EXPORT_SYMBOL vmlinux 0x306d1fe8 sync_inodes_sb +EXPORT_SYMBOL vmlinux 0x3070e4da bio_split +EXPORT_SYMBOL vmlinux 0x3096be16 names_cachep +EXPORT_SYMBOL vmlinux 0x30a80826 __kfifo_from_user +EXPORT_SYMBOL vmlinux 0x30acfde9 hsiphash_2u32 +EXPORT_SYMBOL vmlinux 0x30b8b35c cpu_to_chip_id +EXPORT_SYMBOL vmlinux 0x30c2abba of_find_device_by_node +EXPORT_SYMBOL vmlinux 0x30fe2bd7 tcp_rcv_state_process +EXPORT_SYMBOL vmlinux 0x311e18c7 phy_register_fixup +EXPORT_SYMBOL vmlinux 0x3126a9e8 siphash_1u64 +EXPORT_SYMBOL vmlinux 0x312ed932 verify_spi_info +EXPORT_SYMBOL vmlinux 0x3148d759 filemap_get_folios +EXPORT_SYMBOL vmlinux 0x31544400 dst_discard_out +EXPORT_SYMBOL vmlinux 0x3167234a dev_mc_init +EXPORT_SYMBOL vmlinux 0x318676be jbd2_journal_force_commit_nested +EXPORT_SYMBOL vmlinux 0x319a6158 drop_nlink +EXPORT_SYMBOL vmlinux 0x31a22854 fget +EXPORT_SYMBOL vmlinux 0x31a878ef cfb_copyarea +EXPORT_SYMBOL vmlinux 0x31b1a41c __debugger_fault_handler +EXPORT_SYMBOL vmlinux 0x31c583d5 agp_generic_remove_memory +EXPORT_SYMBOL vmlinux 0x31d6962f I_BDEV +EXPORT_SYMBOL vmlinux 0x31d81a78 vio_find_node +EXPORT_SYMBOL vmlinux 0x31dc7706 udp_skb_destructor +EXPORT_SYMBOL vmlinux 0x31dcaac0 dquot_drop +EXPORT_SYMBOL vmlinux 0x31e0552a show_init_ipc_ns +EXPORT_SYMBOL vmlinux 0x31e5f931 current_in_userns +EXPORT_SYMBOL vmlinux 0x32117ca4 dmaenginem_async_device_register +EXPORT_SYMBOL vmlinux 0x3217c3a3 __memset32 +EXPORT_SYMBOL vmlinux 0x3217d0a5 unpin_user_page +EXPORT_SYMBOL vmlinux 0x321b5fa4 register_quota_format +EXPORT_SYMBOL vmlinux 0x321d8ac6 flow_rule_match_enc_keyid +EXPORT_SYMBOL vmlinux 0x3221df67 __bitmap_subset +EXPORT_SYMBOL vmlinux 0x32394d4b qe_issue_cmd +EXPORT_SYMBOL vmlinux 0x324305c6 xattr_supported_namespace +EXPORT_SYMBOL vmlinux 0x324c5c90 pci_release_region +EXPORT_SYMBOL vmlinux 0x324cfe9e of_n_size_cells +EXPORT_SYMBOL vmlinux 0x32548dd5 tty_unthrottle +EXPORT_SYMBOL vmlinux 0x32654d43 clkdev_drop +EXPORT_SYMBOL vmlinux 0x327c84bf vme_lm_attach +EXPORT_SYMBOL vmlinux 0x3283e6b0 prandom_seed_full_state +EXPORT_SYMBOL vmlinux 0x32b7d5b2 lockref_put_not_zero +EXPORT_SYMBOL vmlinux 0x32bba6fe module_put +EXPORT_SYMBOL vmlinux 0x32ce3777 radix_tree_preload +EXPORT_SYMBOL vmlinux 0x32f365a7 neigh_direct_output +EXPORT_SYMBOL vmlinux 0x3301e178 sock_recv_errqueue +EXPORT_SYMBOL vmlinux 0x330deaa5 rawv6_mh_filter_register +EXPORT_SYMBOL vmlinux 0x33158f9b pci_request_irq +EXPORT_SYMBOL vmlinux 0x3321c7a3 nvdimm_namespace_disk_name +EXPORT_SYMBOL vmlinux 0x332c0913 ps2_end_command +EXPORT_SYMBOL vmlinux 0x332de82b __netdev_notify_peers +EXPORT_SYMBOL vmlinux 0x33302bf1 phy_ethtool_get_strings +EXPORT_SYMBOL vmlinux 0x33331f87 configfs_unregister_subsystem +EXPORT_SYMBOL vmlinux 0x33354ad2 mfd_add_devices +EXPORT_SYMBOL vmlinux 0x334784bc flow_block_cb_priv +EXPORT_SYMBOL vmlinux 0x33736a1d __genradix_ptr_alloc +EXPORT_SYMBOL vmlinux 0x337de479 netdev_alert +EXPORT_SYMBOL vmlinux 0x339f917d kernel_sendpage_locked +EXPORT_SYMBOL vmlinux 0x33aaee46 seq_hex_dump +EXPORT_SYMBOL vmlinux 0x33b76aa1 cpufreq_generic_suspend +EXPORT_SYMBOL vmlinux 0x33b84f74 copy_page +EXPORT_SYMBOL vmlinux 0x33bbe445 twl6030_mmc_card_detect +EXPORT_SYMBOL vmlinux 0x33ccd94a d_add +EXPORT_SYMBOL vmlinux 0x33d81a4a blk_mq_free_tag_set +EXPORT_SYMBOL vmlinux 0x33da2607 input_mt_report_finger_count +EXPORT_SYMBOL vmlinux 0x33e095aa tcp_select_initial_window +EXPORT_SYMBOL vmlinux 0x33ece592 mmc_erase +EXPORT_SYMBOL vmlinux 0x33f0768c cpufreq_quick_get_max +EXPORT_SYMBOL vmlinux 0x33f256a0 mmc_alloc_host +EXPORT_SYMBOL vmlinux 0x33f4a10c pci_disable_ptm +EXPORT_SYMBOL vmlinux 0x33f6289c xfrm_state_flush +EXPORT_SYMBOL vmlinux 0x33fcf44a __kfifo_out_r +EXPORT_SYMBOL vmlinux 0x3402dc8b __write_overflow_field +EXPORT_SYMBOL vmlinux 0x34090987 release_pages +EXPORT_SYMBOL vmlinux 0x34093fc6 agp_backend_release +EXPORT_SYMBOL vmlinux 0x340a12f0 genphy_read_master_slave +EXPORT_SYMBOL vmlinux 0x340b37c2 napi_gro_flush +EXPORT_SYMBOL vmlinux 0x342008a6 xfrm_state_delete +EXPORT_SYMBOL vmlinux 0x3422fbb8 pci_disable_device +EXPORT_SYMBOL vmlinux 0x3430b773 copy_string_kernel +EXPORT_SYMBOL vmlinux 0x343f1143 mmc_detect_change +EXPORT_SYMBOL vmlinux 0x344e652d iov_iter_gap_alignment +EXPORT_SYMBOL vmlinux 0x345c8916 strict_msr_control +EXPORT_SYMBOL vmlinux 0x346edad6 param_set_bool +EXPORT_SYMBOL vmlinux 0x346fcdd1 tcp_hashinfo +EXPORT_SYMBOL vmlinux 0x34766471 is_nvdimm_bus_locked +EXPORT_SYMBOL vmlinux 0x3495835a tcp_syn_ack_timeout +EXPORT_SYMBOL vmlinux 0x349cba85 strchr +EXPORT_SYMBOL vmlinux 0x34b3d21e vma_set_file +EXPORT_SYMBOL vmlinux 0x34ba3754 irq_set_chip +EXPORT_SYMBOL vmlinux 0x34bb681e agp_generic_alloc_by_type +EXPORT_SYMBOL vmlinux 0x34bf852f vfs_create_mount +EXPORT_SYMBOL vmlinux 0x34c495a3 km_report +EXPORT_SYMBOL vmlinux 0x34c7cdbc lookup_bdev +EXPORT_SYMBOL vmlinux 0x34dab015 clk_hw_get_clk +EXPORT_SYMBOL vmlinux 0x34f3484e security_tun_dev_attach_queue +EXPORT_SYMBOL vmlinux 0x34f938a0 jbd2_submit_inode_data +EXPORT_SYMBOL vmlinux 0x3517383e register_reboot_notifier +EXPORT_SYMBOL vmlinux 0x35257e6c epapr_hypercall_start +EXPORT_SYMBOL vmlinux 0x3529f6ef xfrm_policy_hash_rebuild +EXPORT_SYMBOL vmlinux 0x352bb201 xa_store +EXPORT_SYMBOL vmlinux 0x3539f11b match_strlcpy +EXPORT_SYMBOL vmlinux 0x354536c2 i2c_clients_command +EXPORT_SYMBOL vmlinux 0x3549804b neigh_ifdown +EXPORT_SYMBOL vmlinux 0x355ce7ef mark_buffer_write_io_error +EXPORT_SYMBOL vmlinux 0x356461c8 rtc_time64_to_tm +EXPORT_SYMBOL vmlinux 0x3573e0d0 radix_tree_lookup_slot +EXPORT_SYMBOL vmlinux 0x3581f81a key_invalidate +EXPORT_SYMBOL vmlinux 0x35833e61 dev_mc_sync_multiple +EXPORT_SYMBOL vmlinux 0x35a88f28 zlib_inflateInit2 +EXPORT_SYMBOL vmlinux 0x35b49283 from_kprojid +EXPORT_SYMBOL vmlinux 0x35b63970 flow_rule_match_vlan +EXPORT_SYMBOL vmlinux 0x35cc16e9 devfreq_get_freq_range +EXPORT_SYMBOL vmlinux 0x35d93679 jbd2_journal_invalidate_folio +EXPORT_SYMBOL vmlinux 0x35df033f migrate_vma_setup +EXPORT_SYMBOL vmlinux 0x3600a771 flow_rule_match_pppoe +EXPORT_SYMBOL vmlinux 0x360331af srp_reconnect_rport +EXPORT_SYMBOL vmlinux 0x3615e122 reuseport_has_conns_set +EXPORT_SYMBOL vmlinux 0x361f2b4d dev_mc_add_global +EXPORT_SYMBOL vmlinux 0x361f395d tcf_block_netif_keep_dst +EXPORT_SYMBOL vmlinux 0x3626b008 tcp_mtup_init +EXPORT_SYMBOL vmlinux 0x36385142 netlink_capable +EXPORT_SYMBOL vmlinux 0x363b0f42 inc_nlink +EXPORT_SYMBOL vmlinux 0x36439b42 phy_loopback +EXPORT_SYMBOL vmlinux 0x364c42cf jbd2_fc_get_buf +EXPORT_SYMBOL vmlinux 0x364ddfba sock_set_keepalive +EXPORT_SYMBOL vmlinux 0x364ddfdb rc5t583_ext_power_req_config +EXPORT_SYMBOL vmlinux 0x365545ba mpage_readahead +EXPORT_SYMBOL vmlinux 0x365acda7 set_normalized_timespec64 +EXPORT_SYMBOL vmlinux 0x365e7911 kstrdup_const +EXPORT_SYMBOL vmlinux 0x366830de __generic_file_write_iter +EXPORT_SYMBOL vmlinux 0x366aa75c __tty_insert_flip_char +EXPORT_SYMBOL vmlinux 0x368a0869 nla_put_64bit +EXPORT_SYMBOL vmlinux 0x368f92a6 put_ipc_ns +EXPORT_SYMBOL vmlinux 0x3690dc24 tty_insert_flip_string_flags +EXPORT_SYMBOL vmlinux 0x36ad4964 of_find_mipi_dsi_device_by_node +EXPORT_SYMBOL vmlinux 0x36b85690 ppp_register_channel +EXPORT_SYMBOL vmlinux 0x36c7d2fe dma_fence_default_wait +EXPORT_SYMBOL vmlinux 0x36ca7b71 free_cgroup_ns +EXPORT_SYMBOL vmlinux 0x36d53566 vfs_parse_fs_param +EXPORT_SYMBOL vmlinux 0x36eaafe2 __cpu_active_mask +EXPORT_SYMBOL vmlinux 0x36f53c68 register_mii_tstamp_controller +EXPORT_SYMBOL vmlinux 0x3702036b eth_get_headlen +EXPORT_SYMBOL vmlinux 0x371675e3 tcp_enter_cwr +EXPORT_SYMBOL vmlinux 0x371d2130 check_legacy_ioport +EXPORT_SYMBOL vmlinux 0x371e1953 __printk_cpu_sync_wait +EXPORT_SYMBOL vmlinux 0x3736c7c5 vfs_fsync_range +EXPORT_SYMBOL vmlinux 0x37383edd rtas_get_power_level +EXPORT_SYMBOL vmlinux 0x373981b3 dev_close +EXPORT_SYMBOL vmlinux 0x3744cf36 vmalloc_to_pfn +EXPORT_SYMBOL vmlinux 0x37471099 mmc_gpio_set_cd_wake +EXPORT_SYMBOL vmlinux 0x374e46f8 unregister_mii_tstamp_controller +EXPORT_SYMBOL vmlinux 0x37507fae pci_restore_state +EXPORT_SYMBOL vmlinux 0x3755f990 gf128mul_init_64k_bbe +EXPORT_SYMBOL vmlinux 0x37596267 simple_transaction_release +EXPORT_SYMBOL vmlinux 0x375eb166 sock_enable_timestamps +EXPORT_SYMBOL vmlinux 0x3768802e __getblk_gfp +EXPORT_SYMBOL vmlinux 0x3784b97d tcp_seq_stop +EXPORT_SYMBOL vmlinux 0x378725f2 configfs_unregister_group +EXPORT_SYMBOL vmlinux 0x378a1170 sock_create_kern +EXPORT_SYMBOL vmlinux 0x379a4be4 genphy_read_mmd_unsupported +EXPORT_SYMBOL vmlinux 0x379b3967 __phy_write_mmd +EXPORT_SYMBOL vmlinux 0x37b8b39e screen_info +EXPORT_SYMBOL vmlinux 0x37b9e70c udp_sk_rx_dst_set +EXPORT_SYMBOL vmlinux 0x37befc70 jiffies_to_msecs +EXPORT_SYMBOL vmlinux 0x37dd6853 sock_pfree +EXPORT_SYMBOL vmlinux 0x37f02cd3 __free_pages +EXPORT_SYMBOL vmlinux 0x37f40aa5 _raw_write_lock_irq +EXPORT_SYMBOL vmlinux 0x38026cb6 complete +EXPORT_SYMBOL vmlinux 0x381a798a setup_max_cpus +EXPORT_SYMBOL vmlinux 0x381c0cd1 pci_wake_from_d3 +EXPORT_SYMBOL vmlinux 0x383adc49 arp_create +EXPORT_SYMBOL vmlinux 0x383e3e0c xfrm_state_lookup +EXPORT_SYMBOL vmlinux 0x383e82f6 xfrm_policy_register_afinfo +EXPORT_SYMBOL vmlinux 0x3854774b kstrtoll +EXPORT_SYMBOL vmlinux 0x38595b34 inet_proto_csum_replace_by_diff +EXPORT_SYMBOL vmlinux 0x386db5c6 __put_devmap_managed_page_refs +EXPORT_SYMBOL vmlinux 0x387a91b3 generic_cont_expand_simple +EXPORT_SYMBOL vmlinux 0x3885af36 cdrom_mode_select +EXPORT_SYMBOL vmlinux 0x38869d88 kstat +EXPORT_SYMBOL vmlinux 0x3890b2a3 mmc_retune_pause +EXPORT_SYMBOL vmlinux 0x3891ffc8 ecryptfs_fill_auth_tok +EXPORT_SYMBOL vmlinux 0x389617b0 LZ4_decompress_fast_continue +EXPORT_SYMBOL vmlinux 0x389a6e10 rtnl_set_sk_err +EXPORT_SYMBOL vmlinux 0x38a71b7e pci_free_resource_list +EXPORT_SYMBOL vmlinux 0x38a88d2b mipi_dsi_device_register_full +EXPORT_SYMBOL vmlinux 0x38a9f7c5 in6addr_loopback +EXPORT_SYMBOL vmlinux 0x38ae9ed1 dma_unmap_page_attrs +EXPORT_SYMBOL vmlinux 0x38b177f6 gnet_stats_copy_app +EXPORT_SYMBOL vmlinux 0x38be2e5f page_pool_put_defragged_page +EXPORT_SYMBOL vmlinux 0x38c14a46 __mod_node_page_state +EXPORT_SYMBOL vmlinux 0x38f7c979 security_inode_invalidate_secctx +EXPORT_SYMBOL vmlinux 0x38fb9933 tty_std_termios +EXPORT_SYMBOL vmlinux 0x39081d7c ppp_input_error +EXPORT_SYMBOL vmlinux 0x390f4e10 mntput +EXPORT_SYMBOL vmlinux 0x391b3414 __mmap_lock_do_trace_acquire_returned +EXPORT_SYMBOL vmlinux 0x391df80a netstamp_needed_key +EXPORT_SYMBOL vmlinux 0x39348eda scsi_target_quiesce +EXPORT_SYMBOL vmlinux 0x3939f8f0 rfkill_pause_polling +EXPORT_SYMBOL vmlinux 0x393be289 block_invalidate_folio +EXPORT_SYMBOL vmlinux 0x39461d6a in_egroup_p +EXPORT_SYMBOL vmlinux 0x394a1e11 phy_sfp_attach +EXPORT_SYMBOL vmlinux 0x3955fcf6 __kfifo_in_r +EXPORT_SYMBOL vmlinux 0x39622cd3 eth_type_trans +EXPORT_SYMBOL vmlinux 0x39713de0 xp_raw_get_data +EXPORT_SYMBOL vmlinux 0x39991865 icmp_global_allow +EXPORT_SYMBOL vmlinux 0x399ad043 __kfifo_dma_out_finish_r +EXPORT_SYMBOL vmlinux 0x39a751b6 napi_disable +EXPORT_SYMBOL vmlinux 0x39a98ed7 scsi_scan_target +EXPORT_SYMBOL vmlinux 0x39bca02e __sock_create +EXPORT_SYMBOL vmlinux 0x39c74235 dm_read_arg_group +EXPORT_SYMBOL vmlinux 0x39cd0885 md_write_start +EXPORT_SYMBOL vmlinux 0x39d6db13 blk_queue_update_dma_alignment +EXPORT_SYMBOL vmlinux 0x39d95ca4 zstd_reset_cstream +EXPORT_SYMBOL vmlinux 0x39f9e18c dma_fence_wait_any_timeout +EXPORT_SYMBOL vmlinux 0x3a1366a9 inet_frag_reasm_prepare +EXPORT_SYMBOL vmlinux 0x3a2edbcf ethtool_rx_flow_rule_create +EXPORT_SYMBOL vmlinux 0x3a4079cb pipe_unlock +EXPORT_SYMBOL vmlinux 0x3a4f9d28 rng_is_initialized +EXPORT_SYMBOL vmlinux 0x3a5a6a91 dquot_reclaim_space_nodirty +EXPORT_SYMBOL vmlinux 0x3a805762 pcie_capability_clear_and_set_word +EXPORT_SYMBOL vmlinux 0x3a875620 __xa_store +EXPORT_SYMBOL vmlinux 0x3a87bae3 mmc_gpio_get_cd +EXPORT_SYMBOL vmlinux 0x3a9b9ea0 dquot_commit +EXPORT_SYMBOL vmlinux 0x3aa3bf4e __genphy_config_aneg +EXPORT_SYMBOL vmlinux 0x3ab28948 console_srcu_read_lock +EXPORT_SYMBOL vmlinux 0x3ab7b1cc scsi_set_sense_field_pointer +EXPORT_SYMBOL vmlinux 0x3ad40284 cdrom_release +EXPORT_SYMBOL vmlinux 0x3ae34aeb zstd_init_dctx +EXPORT_SYMBOL vmlinux 0x3aeea2c9 phy_driver_register +EXPORT_SYMBOL vmlinux 0x3afe4505 __inet_stream_connect +EXPORT_SYMBOL vmlinux 0x3b10d568 netif_schedule_queue +EXPORT_SYMBOL vmlinux 0x3b16c873 md_bitmap_startwrite +EXPORT_SYMBOL vmlinux 0x3b24f85c inc_node_page_state +EXPORT_SYMBOL vmlinux 0x3b2ed52f sock_alloc_file +EXPORT_SYMBOL vmlinux 0x3b321462 LZ4_setStreamDecode +EXPORT_SYMBOL vmlinux 0x3b379523 xfrm_state_lookup_byaddr +EXPORT_SYMBOL vmlinux 0x3b3d24f9 param_set_ulong +EXPORT_SYMBOL vmlinux 0x3b3db842 param_array_ops +EXPORT_SYMBOL vmlinux 0x3b4a73df blk_mq_complete_request +EXPORT_SYMBOL vmlinux 0x3b4c8772 __scm_destroy +EXPORT_SYMBOL vmlinux 0x3b4ff17e genphy_soft_reset +EXPORT_SYMBOL vmlinux 0x3b5213a3 md_bitmap_sync_with_cluster +EXPORT_SYMBOL vmlinux 0x3b644591 __bitmap_shift_left +EXPORT_SYMBOL vmlinux 0x3b6c41ea kstrtouint +EXPORT_SYMBOL vmlinux 0x3bbed9a5 register_sysctl_paths +EXPORT_SYMBOL vmlinux 0x3bca8175 mipi_dsi_generic_read +EXPORT_SYMBOL vmlinux 0x3bd9452f mipi_dsi_dcs_set_tear_on +EXPORT_SYMBOL vmlinux 0x3bda7788 alloc_pages +EXPORT_SYMBOL vmlinux 0x3bdaa6bf tcp_sock_set_cork +EXPORT_SYMBOL vmlinux 0x3bdd6073 netif_set_real_num_queues +EXPORT_SYMBOL vmlinux 0x3be48f04 kfree_skb_reason +EXPORT_SYMBOL vmlinux 0x3bf67fb8 tty_unlock +EXPORT_SYMBOL vmlinux 0x3bfb09fa gen_pool_has_addr +EXPORT_SYMBOL vmlinux 0x3c060a48 tty_port_carrier_raised +EXPORT_SYMBOL vmlinux 0x3c097e94 dev_addr_mod +EXPORT_SYMBOL vmlinux 0x3c185c61 page_put_link +EXPORT_SYMBOL vmlinux 0x3c2acf1d devm_mfd_add_devices +EXPORT_SYMBOL vmlinux 0x3c3215c4 qe_immr +EXPORT_SYMBOL vmlinux 0x3c34e907 xfrm_dst_ifdown +EXPORT_SYMBOL vmlinux 0x3c37a5ec pci_bus_size_bridges +EXPORT_SYMBOL vmlinux 0x3c3fce39 __local_bh_enable_ip +EXPORT_SYMBOL vmlinux 0x3c3ff9fd sprintf +EXPORT_SYMBOL vmlinux 0x3c41a90b may_umount_tree +EXPORT_SYMBOL vmlinux 0x3c44b105 blk_rq_map_user_iov +EXPORT_SYMBOL vmlinux 0x3c4a7748 mount_nodev +EXPORT_SYMBOL vmlinux 0x3c8b7837 __sk_mem_reclaim +EXPORT_SYMBOL vmlinux 0x3c9f0fd2 vm_map_pages +EXPORT_SYMBOL vmlinux 0x3caefc98 __devm_release_region +EXPORT_SYMBOL vmlinux 0x3cb23db3 console_srcu_read_unlock +EXPORT_SYMBOL vmlinux 0x3cb7aefd __serio_register_driver +EXPORT_SYMBOL vmlinux 0x3cbb940b zstd_init_dstream +EXPORT_SYMBOL vmlinux 0x3cdb650f of_iomap +EXPORT_SYMBOL vmlinux 0x3cdcdca7 security_inode_copy_up +EXPORT_SYMBOL vmlinux 0x3cddab9d xsk_get_pool_from_qid +EXPORT_SYMBOL vmlinux 0x3ce4ca6f disable_irq +EXPORT_SYMBOL vmlinux 0x3d261633 __skb_get_hash +EXPORT_SYMBOL vmlinux 0x3d274ca1 ip6_frag_next +EXPORT_SYMBOL vmlinux 0x3d327974 serio_unregister_driver +EXPORT_SYMBOL vmlinux 0x3d415771 sock_wfree +EXPORT_SYMBOL vmlinux 0x3d43345f ip6_frag_init +EXPORT_SYMBOL vmlinux 0x3d434e85 blk_set_runtime_active +EXPORT_SYMBOL vmlinux 0x3d44f013 filemap_fdatawrite_wbc +EXPORT_SYMBOL vmlinux 0x3d7f7cab mdiobus_write +EXPORT_SYMBOL vmlinux 0x3d985b89 ip6_err_gen_icmpv6_unreach +EXPORT_SYMBOL vmlinux 0x3d9a8d3d ip4_datagram_connect +EXPORT_SYMBOL vmlinux 0x3d9c7c21 elv_rb_latter_request +EXPORT_SYMBOL vmlinux 0x3da4cbf4 dev_mc_unsync +EXPORT_SYMBOL vmlinux 0x3da78c9b vmf_insert_mixed_mkwrite +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 0x3db4ad92 tcf_get_next_chain +EXPORT_SYMBOL vmlinux 0x3dcb88a0 irq_set_handler_data +EXPORT_SYMBOL vmlinux 0x3ddd2a57 blk_finish_plug +EXPORT_SYMBOL vmlinux 0x3ddd2cdd rproc_add_carveout +EXPORT_SYMBOL vmlinux 0x3dede5ba of_graph_get_remote_node +EXPORT_SYMBOL vmlinux 0x3df7035e rproc_resource_cleanup +EXPORT_SYMBOL vmlinux 0x3dfb86b9 resource_list_create_entry +EXPORT_SYMBOL vmlinux 0x3dfba3cc kmem_cache_free +EXPORT_SYMBOL vmlinux 0x3dfc897c seq_hlist_start_head +EXPORT_SYMBOL vmlinux 0x3dff30fa dmam_free_coherent +EXPORT_SYMBOL vmlinux 0x3e0ccc7d xfrm_sad_getinfo +EXPORT_SYMBOL vmlinux 0x3e3bad0a __tasklet_hi_schedule +EXPORT_SYMBOL vmlinux 0x3e64ff88 hmm_range_fault +EXPORT_SYMBOL vmlinux 0x3e6aa1ef __alloc_pages +EXPORT_SYMBOL vmlinux 0x3e6ce2ef config_item_get_unless_zero +EXPORT_SYMBOL vmlinux 0x3e6e2b8a blk_pre_runtime_suspend +EXPORT_SYMBOL vmlinux 0x3e6e862d xfrm_register_type_offload +EXPORT_SYMBOL vmlinux 0x3e8e8f2d dev_pm_opp_register_notifier +EXPORT_SYMBOL vmlinux 0x3e92025f fsync_bdev +EXPORT_SYMBOL vmlinux 0x3ea497f4 nf_hook_slow +EXPORT_SYMBOL vmlinux 0x3eae51a4 udp_gro_complete +EXPORT_SYMBOL vmlinux 0x3ec40d71 register_filesystem +EXPORT_SYMBOL vmlinux 0x3ec5c515 dev_get_mac_address +EXPORT_SYMBOL vmlinux 0x3ec8aa45 dev_uc_flush +EXPORT_SYMBOL vmlinux 0x3ecba4a2 skb_page_frag_refill +EXPORT_SYMBOL vmlinux 0x3eccbe2c __find_nth_bit +EXPORT_SYMBOL vmlinux 0x3ee5ef67 dquot_release +EXPORT_SYMBOL vmlinux 0x3ef85867 __traceiter_mmap_lock_start_locking +EXPORT_SYMBOL vmlinux 0x3efe1703 phy_unregister_fixup_for_id +EXPORT_SYMBOL vmlinux 0x3f0ace36 jbd2_journal_force_commit +EXPORT_SYMBOL vmlinux 0x3f0eabd2 xxh64_update +EXPORT_SYMBOL vmlinux 0x3f1ca453 xfrm6_rcv_spi +EXPORT_SYMBOL vmlinux 0x3f2ee5f2 iommu_put_resv_regions +EXPORT_SYMBOL vmlinux 0x3f34644d zstd_dstream_workspace_bound +EXPORT_SYMBOL vmlinux 0x3f377def netdev_has_any_upper_dev +EXPORT_SYMBOL vmlinux 0x3f406a3b enable_kernel_altivec +EXPORT_SYMBOL vmlinux 0x3f4547a7 put_unused_fd +EXPORT_SYMBOL vmlinux 0x3f4bf75d sget_fc +EXPORT_SYMBOL vmlinux 0x3f4ce768 pm_vt_switch_required +EXPORT_SYMBOL vmlinux 0x3f536f2d ata_scsi_cmd_error_handler +EXPORT_SYMBOL vmlinux 0x3f554c17 unload_nls +EXPORT_SYMBOL vmlinux 0x3f6b9c32 __block_write_full_page +EXPORT_SYMBOL vmlinux 0x3f6e6945 make_kuid +EXPORT_SYMBOL vmlinux 0x3f709037 i2c_transfer_buffer_flags +EXPORT_SYMBOL vmlinux 0x3f79974c netif_set_tso_max_segs +EXPORT_SYMBOL vmlinux 0x3f862d18 inet_proto_csum_replace4 +EXPORT_SYMBOL vmlinux 0x3f89071b security_ib_pkey_access +EXPORT_SYMBOL vmlinux 0x3faa9aa0 proto_register +EXPORT_SYMBOL vmlinux 0x3fbf3c89 vme_slave_set +EXPORT_SYMBOL vmlinux 0x3fc9757e ip_frag_init +EXPORT_SYMBOL vmlinux 0x3fcbcd1c of_graph_is_present +EXPORT_SYMBOL vmlinux 0x3fd78f3b register_chrdev_region +EXPORT_SYMBOL vmlinux 0x3fe2ccbe memweight +EXPORT_SYMBOL vmlinux 0x400bc275 dev_uc_init +EXPORT_SYMBOL vmlinux 0x40144630 peernet2id +EXPORT_SYMBOL vmlinux 0x402cbd44 consume_skb +EXPORT_SYMBOL vmlinux 0x403b7604 unregister_tcf_proto_ops +EXPORT_SYMBOL vmlinux 0x4043fa34 tty_port_lower_dtr_rts +EXPORT_SYMBOL vmlinux 0x405b6e05 srp_parse_tmo +EXPORT_SYMBOL vmlinux 0x40973662 sysctl_udp_mem +EXPORT_SYMBOL vmlinux 0x40a62432 __nla_validate +EXPORT_SYMBOL vmlinux 0x40a9b349 vzalloc +EXPORT_SYMBOL vmlinux 0x40adb0fe mipi_dsi_dcs_read +EXPORT_SYMBOL vmlinux 0x40b4b63f nf_unregister_net_hooks +EXPORT_SYMBOL vmlinux 0x40c7247c si_meminfo +EXPORT_SYMBOL vmlinux 0x40d04664 console_trylock +EXPORT_SYMBOL vmlinux 0x40d53c7c folio_alloc +EXPORT_SYMBOL vmlinux 0x40d59096 unregister_restart_handler +EXPORT_SYMBOL vmlinux 0x40e6a3b3 dma_resv_replace_fences +EXPORT_SYMBOL vmlinux 0x40e7b135 __scsi_execute +EXPORT_SYMBOL vmlinux 0x40f409ba devm_clk_put +EXPORT_SYMBOL vmlinux 0x40f76a86 __vcalloc +EXPORT_SYMBOL vmlinux 0x40ff4982 pcie_capability_read_dword +EXPORT_SYMBOL vmlinux 0x41243961 deactivate_super +EXPORT_SYMBOL vmlinux 0x412f893c page_offline_begin +EXPORT_SYMBOL vmlinux 0x41317f65 simple_rmdir +EXPORT_SYMBOL vmlinux 0x4132c7fe qdisc_put_unlocked +EXPORT_SYMBOL vmlinux 0x41482d8b strndup_user +EXPORT_SYMBOL vmlinux 0x414a7042 ndisc_ns_create +EXPORT_SYMBOL vmlinux 0x417f460b tcf_exts_validate_ex +EXPORT_SYMBOL vmlinux 0x41845d98 param_ops_dyndbg_classes +EXPORT_SYMBOL vmlinux 0x4188d439 neigh_rand_reach_time +EXPORT_SYMBOL vmlinux 0x41abd4db _raw_write_trylock +EXPORT_SYMBOL vmlinux 0x41ae718a __percpu_counter_init +EXPORT_SYMBOL vmlinux 0x41b448d1 vm_map_ram +EXPORT_SYMBOL vmlinux 0x41d8294d get_thermal_instance +EXPORT_SYMBOL vmlinux 0x41ed3709 get_random_bytes +EXPORT_SYMBOL vmlinux 0x41f7846f unregister_binfmt +EXPORT_SYMBOL vmlinux 0x422254e8 ppp_output_wakeup +EXPORT_SYMBOL vmlinux 0x42350ab5 import_single_range +EXPORT_SYMBOL vmlinux 0x423ead6e netlink_net_capable +EXPORT_SYMBOL vmlinux 0x4248ae3c single_task_running +EXPORT_SYMBOL vmlinux 0x4249d009 mach_powernv +EXPORT_SYMBOL vmlinux 0x424af291 kernel_write +EXPORT_SYMBOL vmlinux 0x424be49a cdrom_mode_sense +EXPORT_SYMBOL vmlinux 0x424d3620 zlib_inflateIncomp +EXPORT_SYMBOL vmlinux 0x42540c53 sg_miter_next +EXPORT_SYMBOL vmlinux 0x425e0945 dcb_ieee_setapp +EXPORT_SYMBOL vmlinux 0x42736793 _raw_spin_trylock_bh +EXPORT_SYMBOL vmlinux 0x42815ad6 uart_update_timeout +EXPORT_SYMBOL vmlinux 0x4287fa9b __generic_file_fsync +EXPORT_SYMBOL vmlinux 0x42a09d79 dev_uc_add +EXPORT_SYMBOL vmlinux 0x42c6d09f netdev_has_upper_dev_all_rcu +EXPORT_SYMBOL vmlinux 0x42e44eda pm860x_bulk_write +EXPORT_SYMBOL vmlinux 0x42f030bd dma_fence_chain_find_seqno +EXPORT_SYMBOL vmlinux 0x42f1b900 fb_pad_unaligned_buffer +EXPORT_SYMBOL vmlinux 0x42f345e8 tcp_v4_syn_recv_sock +EXPORT_SYMBOL vmlinux 0x4302d0eb free_pages +EXPORT_SYMBOL vmlinux 0x43230abb phy_sfp_probe +EXPORT_SYMBOL vmlinux 0x43266a19 mdiobus_read_nested +EXPORT_SYMBOL vmlinux 0x4337576f pci_disable_link_state_locked +EXPORT_SYMBOL vmlinux 0x4338ace2 netdev_change_features +EXPORT_SYMBOL vmlinux 0x43488d70 vio_register_device_node +EXPORT_SYMBOL vmlinux 0x434dd0a7 __fput_sync +EXPORT_SYMBOL vmlinux 0x434f6df0 skb_append +EXPORT_SYMBOL vmlinux 0x4351577a fb_parse_edid +EXPORT_SYMBOL vmlinux 0x435a7eb8 netif_device_detach +EXPORT_SYMBOL vmlinux 0x437a0d6d __sock_tx_timestamp +EXPORT_SYMBOL vmlinux 0x437d5975 pcie_set_mps +EXPORT_SYMBOL vmlinux 0x438610bd security_tun_dev_alloc_security +EXPORT_SYMBOL vmlinux 0x438d31f6 md_wakeup_thread +EXPORT_SYMBOL vmlinux 0x439fdb0d vfs_fadvise +EXPORT_SYMBOL vmlinux 0x43a4938f vm_get_page_prot +EXPORT_SYMBOL vmlinux 0x43afa86c blkdev_put +EXPORT_SYMBOL vmlinux 0x43babd19 sg_init_one +EXPORT_SYMBOL vmlinux 0x43c82edf wait_for_completion_io_timeout +EXPORT_SYMBOL vmlinux 0x43d22fb9 groups_alloc +EXPORT_SYMBOL vmlinux 0x43debdd5 netif_napi_add_weight +EXPORT_SYMBOL vmlinux 0x43e37d92 __blkdev_issue_discard +EXPORT_SYMBOL vmlinux 0x43ed9d7c i2c_verify_adapter +EXPORT_SYMBOL vmlinux 0x43f9ebc8 slhc_remember +EXPORT_SYMBOL vmlinux 0x4414eab3 alloc_skb_with_frags +EXPORT_SYMBOL vmlinux 0x44162047 ip6_route_me_harder +EXPORT_SYMBOL vmlinux 0x44469a76 crc_ccitt_false_table +EXPORT_SYMBOL vmlinux 0x44516ede from_kuid_munged +EXPORT_SYMBOL vmlinux 0x4462d35e cpufreq_get_hw_max_freq +EXPORT_SYMBOL vmlinux 0x4469c6fc bio_integrity_add_page +EXPORT_SYMBOL vmlinux 0x446dec79 inetpeer_invalidate_tree +EXPORT_SYMBOL vmlinux 0x446dfc0a agp_generic_alloc_page +EXPORT_SYMBOL vmlinux 0x4475cfde __mdiobus_register +EXPORT_SYMBOL vmlinux 0x447b549a dma_map_resource +EXPORT_SYMBOL vmlinux 0x447dbf89 sched_autogroup_detach +EXPORT_SYMBOL vmlinux 0x4488bc8a prepare_to_wait_event +EXPORT_SYMBOL vmlinux 0x44a6e90a irq_cpu_rmap_add +EXPORT_SYMBOL vmlinux 0x44e03d3a gen_pool_dma_zalloc +EXPORT_SYMBOL vmlinux 0x44e0eb12 inet6_del_protocol +EXPORT_SYMBOL vmlinux 0x44e9a829 match_token +EXPORT_SYMBOL vmlinux 0x44f4c967 fs_param_is_enum +EXPORT_SYMBOL vmlinux 0x44f78ef0 tcp_openreq_init_rwin +EXPORT_SYMBOL vmlinux 0x44fb375c phy_ethtool_get_eee +EXPORT_SYMBOL vmlinux 0x45006cee default_red +EXPORT_SYMBOL vmlinux 0x450639ab sg_last +EXPORT_SYMBOL vmlinux 0x450bd37e __pmd_index_size +EXPORT_SYMBOL vmlinux 0x450d640b dma_fence_enable_sw_signaling +EXPORT_SYMBOL vmlinux 0x451ad07a dev_get_by_name_rcu +EXPORT_SYMBOL vmlinux 0x452287df gen_pool_best_fit +EXPORT_SYMBOL vmlinux 0x452ba683 ipv6_ext_hdr +EXPORT_SYMBOL vmlinux 0x452dbd3b retire_super +EXPORT_SYMBOL vmlinux 0x453c8403 pci_msi_enabled +EXPORT_SYMBOL vmlinux 0x45535485 xxh32_update +EXPORT_SYMBOL vmlinux 0x4565163c mtree_insert_range +EXPORT_SYMBOL vmlinux 0x4566636b of_mdio_find_bus +EXPORT_SYMBOL vmlinux 0x4574ebff xfrm_if_register_cb +EXPORT_SYMBOL vmlinux 0x4578f528 __kfifo_to_user +EXPORT_SYMBOL vmlinux 0x457f2ace devfreq_add_governor +EXPORT_SYMBOL vmlinux 0x459b6870 sb_min_blocksize +EXPORT_SYMBOL vmlinux 0x45c0a7cd _dev_warn +EXPORT_SYMBOL vmlinux 0x45c51628 tcp_v4_send_check +EXPORT_SYMBOL vmlinux 0x45cec03e lookup_positive_unlocked +EXPORT_SYMBOL vmlinux 0x45cfed8a input_set_poll_interval +EXPORT_SYMBOL vmlinux 0x45d6caab get_user_pages_remote +EXPORT_SYMBOL vmlinux 0x45e47baf fscrypt_decrypt_pagecache_blocks +EXPORT_SYMBOL vmlinux 0x45ed249a netdev_name_in_use +EXPORT_SYMBOL vmlinux 0x45f7f2ac d_alloc_parallel +EXPORT_SYMBOL vmlinux 0x45fe8365 simple_rename +EXPORT_SYMBOL vmlinux 0x46001d34 percpu_counter_add_batch +EXPORT_SYMBOL vmlinux 0x4605ca1d seg6_hmac_info_del +EXPORT_SYMBOL vmlinux 0x4607bb65 pcie_print_link_status +EXPORT_SYMBOL vmlinux 0x460f4a34 flow_hash_from_keys +EXPORT_SYMBOL vmlinux 0x461818d1 d_obtain_alias +EXPORT_SYMBOL vmlinux 0x461bfab8 ilookup5_nowait +EXPORT_SYMBOL vmlinux 0x461ebfa0 __copy_tofrom_user +EXPORT_SYMBOL vmlinux 0x462e3b10 iov_iter_zero +EXPORT_SYMBOL vmlinux 0x463f2238 prepare_to_swait_event +EXPORT_SYMBOL vmlinux 0x46451cee zstd_get_frame_header +EXPORT_SYMBOL vmlinux 0x46498ca4 pci_bus_set_ops +EXPORT_SYMBOL vmlinux 0x466c14a7 __delay +EXPORT_SYMBOL vmlinux 0x4674ec42 __pgd_val_bits +EXPORT_SYMBOL vmlinux 0x467df16d netdev_rss_key_fill +EXPORT_SYMBOL vmlinux 0x469a6ec7 tcp_parse_md5sig_option +EXPORT_SYMBOL vmlinux 0x469dcf2f flow_rule_match_l2tpv3 +EXPORT_SYMBOL vmlinux 0x46a18d2c generic_writepages +EXPORT_SYMBOL vmlinux 0x46a9dbb2 passthru_features_check +EXPORT_SYMBOL vmlinux 0x46c265f5 fs_param_is_bool +EXPORT_SYMBOL vmlinux 0x46c47fb6 __node_distance +EXPORT_SYMBOL vmlinux 0x46cecb13 param_ops_charp +EXPORT_SYMBOL vmlinux 0x46d9d9bc vme_init_bridge +EXPORT_SYMBOL vmlinux 0x46df5503 udp_seq_next +EXPORT_SYMBOL vmlinux 0x46e0b72e devm_devfreq_register_notifier +EXPORT_SYMBOL vmlinux 0x46e1e40c xp_dma_sync_for_device_slow +EXPORT_SYMBOL vmlinux 0x46edcc44 md_bitmap_start_sync +EXPORT_SYMBOL vmlinux 0x46f9f2b5 xa_find_after +EXPORT_SYMBOL vmlinux 0x47065c73 cpm_muram_offset +EXPORT_SYMBOL vmlinux 0x4706ce58 iov_iter_get_pages_alloc2 +EXPORT_SYMBOL vmlinux 0x4709c0b8 inode_set_flags +EXPORT_SYMBOL vmlinux 0x470b4eb8 ptp_clock_index +EXPORT_SYMBOL vmlinux 0x4724c14b __skb_flow_get_ports +EXPORT_SYMBOL vmlinux 0x4746ac04 scmd_printk +EXPORT_SYMBOL vmlinux 0x47617b65 pldmfw_op_pci_match_record +EXPORT_SYMBOL vmlinux 0x47640444 udp_lib_unhash +EXPORT_SYMBOL vmlinux 0x47709e42 free_anon_bdev +EXPORT_SYMBOL vmlinux 0x478b57c7 inet_frag_kill +EXPORT_SYMBOL vmlinux 0x479078cf __sock_queue_rcv_skb +EXPORT_SYMBOL vmlinux 0x4790c664 con_is_visible +EXPORT_SYMBOL vmlinux 0x47a2be10 scsi_command_normalize_sense +EXPORT_SYMBOL vmlinux 0x47bad2d0 simple_transaction_read +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 0x47d62e4c bdi_set_max_ratio +EXPORT_SYMBOL vmlinux 0x47dd5c59 ata_print_version +EXPORT_SYMBOL vmlinux 0x47df31bd __sk_dst_check +EXPORT_SYMBOL vmlinux 0x47e19fd3 scsi_target_resume +EXPORT_SYMBOL vmlinux 0x4807da80 twl6040_set_bits +EXPORT_SYMBOL vmlinux 0x48159fa5 tcp_md5_key_copy +EXPORT_SYMBOL vmlinux 0x481814c4 mb_cache_entry_find_next +EXPORT_SYMBOL vmlinux 0x481c8bd4 eth_header_parse_protocol +EXPORT_SYMBOL vmlinux 0x4829a47e memcpy +EXPORT_SYMBOL vmlinux 0x4829cf6b fscrypt_enqueue_decrypt_work +EXPORT_SYMBOL vmlinux 0x4836f1f4 kernel_sendmsg_locked +EXPORT_SYMBOL vmlinux 0x4841bdee strnchr +EXPORT_SYMBOL vmlinux 0x4848cfb1 phy_mipi_dphy_get_default_config +EXPORT_SYMBOL vmlinux 0x484f1705 commit_creds +EXPORT_SYMBOL vmlinux 0x484f6edf ktime_get_coarse_real_ts64 +EXPORT_SYMBOL vmlinux 0x4859b8bb rtc_year_days +EXPORT_SYMBOL vmlinux 0x485c87d3 sync_filesystem +EXPORT_SYMBOL vmlinux 0x4861d24e try_to_writeback_inodes_sb +EXPORT_SYMBOL vmlinux 0x48658ab0 pneigh_enqueue +EXPORT_SYMBOL vmlinux 0x486c17db __xa_erase +EXPORT_SYMBOL vmlinux 0x489f6e0b rdma_dim +EXPORT_SYMBOL vmlinux 0x48a91171 string_get_size +EXPORT_SYMBOL vmlinux 0x48a98c25 sock_no_listen +EXPORT_SYMBOL vmlinux 0x48b5d234 gnet_stats_finish_copy +EXPORT_SYMBOL vmlinux 0x48b99a13 vme_lm_free +EXPORT_SYMBOL vmlinux 0x48c02ebc init_task +EXPORT_SYMBOL vmlinux 0x48c83919 param_set_dyndbg_classes +EXPORT_SYMBOL vmlinux 0x48caf36e decrementer_clockevent +EXPORT_SYMBOL vmlinux 0x48d27375 __bitmap_intersects +EXPORT_SYMBOL vmlinux 0x48d3fa27 kmalloc_large_node +EXPORT_SYMBOL vmlinux 0x48eb7d58 ptp_find_pin +EXPORT_SYMBOL vmlinux 0x48feff1e __devm_mdiobus_register +EXPORT_SYMBOL vmlinux 0x49045426 icmp_err_convert +EXPORT_SYMBOL vmlinux 0x49062fc2 inode_update_time +EXPORT_SYMBOL vmlinux 0x491ce902 send_sig_info +EXPORT_SYMBOL vmlinux 0x495231ea mul_u64_u64_div_u64 +EXPORT_SYMBOL vmlinux 0x496ea4dd kernel_param_unlock +EXPORT_SYMBOL vmlinux 0x4977c498 stack_depot_get_extra_bits +EXPORT_SYMBOL vmlinux 0x498fdfbc skb_copy +EXPORT_SYMBOL vmlinux 0x499bfc6d __per_cpu_offset +EXPORT_SYMBOL vmlinux 0x499f0ecf nd_sb_checksum +EXPORT_SYMBOL vmlinux 0x49a85310 iw_handler_get_spy +EXPORT_SYMBOL vmlinux 0x49c86d59 pci_scan_root_bus_bridge +EXPORT_SYMBOL vmlinux 0x49cdf763 jbd2_trans_will_send_data_barrier +EXPORT_SYMBOL vmlinux 0x49d9e5ca nf_log_unbind_pf +EXPORT_SYMBOL vmlinux 0x49eb1d88 phy_connect +EXPORT_SYMBOL vmlinux 0x49f1616e cpumask_next_wrap +EXPORT_SYMBOL vmlinux 0x4a0a6b41 __i2c_smbus_xfer +EXPORT_SYMBOL vmlinux 0x4a1017aa rproc_mem_entry_init +EXPORT_SYMBOL vmlinux 0x4a12a557 dquot_quota_on_mount +EXPORT_SYMBOL vmlinux 0x4a2df6cc vme_dma_list_free +EXPORT_SYMBOL vmlinux 0x4a31bf9c vfs_mknod +EXPORT_SYMBOL vmlinux 0x4a3a2515 of_io_request_and_map +EXPORT_SYMBOL vmlinux 0x4a453f53 iowrite32 +EXPORT_SYMBOL vmlinux 0x4a47c760 scsi_host_get +EXPORT_SYMBOL vmlinux 0x4a490d3b mipi_dsi_compression_mode +EXPORT_SYMBOL vmlinux 0x4a4f097d scm_detach_fds +EXPORT_SYMBOL vmlinux 0x4a4f0e74 console_start +EXPORT_SYMBOL vmlinux 0x4a55c8ea ioremap_wc +EXPORT_SYMBOL vmlinux 0x4a57298d security_socket_getpeersec_dgram +EXPORT_SYMBOL vmlinux 0x4a5b0cae netdev_refcnt_read +EXPORT_SYMBOL vmlinux 0x4a622472 scsi_rescan_device +EXPORT_SYMBOL vmlinux 0x4a79c30e pcie_relaxed_ordering_enabled +EXPORT_SYMBOL vmlinux 0x4a8c0b76 fscrypt_fname_disk_to_usr +EXPORT_SYMBOL vmlinux 0x4a93576a ucc_fast_free +EXPORT_SYMBOL vmlinux 0x4a96a8eb xxh32_digest +EXPORT_SYMBOL vmlinux 0x4aa7805d noop_dirty_folio +EXPORT_SYMBOL vmlinux 0x4aa7e4a2 devm_mdiobus_alloc_size +EXPORT_SYMBOL vmlinux 0x4aac2a64 vfs_symlink +EXPORT_SYMBOL vmlinux 0x4ac96499 new_inode +EXPORT_SYMBOL vmlinux 0x4ad2a57a opal_event_request +EXPORT_SYMBOL vmlinux 0x4adde7aa dns_query +EXPORT_SYMBOL vmlinux 0x4ae7ee64 set_security_override +EXPORT_SYMBOL vmlinux 0x4aea463f crc32_le_shift +EXPORT_SYMBOL vmlinux 0x4af6ddf0 kstrtou16 +EXPORT_SYMBOL vmlinux 0x4b085dbf agp3_generic_configure +EXPORT_SYMBOL vmlinux 0x4b12a3bb bpf_prog_get_type_path +EXPORT_SYMBOL vmlinux 0x4b132d92 gro_cells_init +EXPORT_SYMBOL vmlinux 0x4b175e60 qdisc_offload_graft_helper +EXPORT_SYMBOL vmlinux 0x4b1d3914 genl_unregister_family +EXPORT_SYMBOL vmlinux 0x4b3de440 _dev_info +EXPORT_SYMBOL vmlinux 0x4b3f06b7 netdev_set_num_tc +EXPORT_SYMBOL vmlinux 0x4b401817 iwe_stream_add_value +EXPORT_SYMBOL vmlinux 0x4b4ab458 cont_write_begin +EXPORT_SYMBOL vmlinux 0x4b4cf048 __inet6_lookup_established +EXPORT_SYMBOL vmlinux 0x4b658f9b splice_direct_to_actor +EXPORT_SYMBOL vmlinux 0x4b69c092 dm_table_get_size +EXPORT_SYMBOL vmlinux 0x4b6ef278 __dquot_free_space +EXPORT_SYMBOL vmlinux 0x4b7666f7 tc_setup_cb_add +EXPORT_SYMBOL vmlinux 0x4b785721 udp_prot +EXPORT_SYMBOL vmlinux 0x4b811b5c inet6_ioctl +EXPORT_SYMBOL vmlinux 0x4bb3e19a fc_mount +EXPORT_SYMBOL vmlinux 0x4bb47b62 skb_checksum +EXPORT_SYMBOL vmlinux 0x4bee5902 rproc_get_by_phandle +EXPORT_SYMBOL vmlinux 0x4bef1c67 empty_name +EXPORT_SYMBOL vmlinux 0x4bf45075 __netdev_alloc_skb +EXPORT_SYMBOL vmlinux 0x4c205e7f tty_flip_buffer_push +EXPORT_SYMBOL vmlinux 0x4c3b4f13 sock_no_recvmsg +EXPORT_SYMBOL vmlinux 0x4c416eb9 LZ4_decompress_fast +EXPORT_SYMBOL vmlinux 0x4c755e68 kill_anon_super +EXPORT_SYMBOL vmlinux 0x4c928089 filemap_fault +EXPORT_SYMBOL vmlinux 0x4c936208 rtnl_offload_xstats_notify +EXPORT_SYMBOL vmlinux 0x4c938d32 gnet_stats_copy_basic_hw +EXPORT_SYMBOL vmlinux 0x4c9e2a2d pci_enable_device +EXPORT_SYMBOL vmlinux 0x4cc6534b cpu_l2_cache_map +EXPORT_SYMBOL vmlinux 0x4ccb8f70 input_set_capability +EXPORT_SYMBOL vmlinux 0x4cd155d9 skb_vlan_push +EXPORT_SYMBOL vmlinux 0x4cd24274 scsi_is_host_device +EXPORT_SYMBOL vmlinux 0x4ce1d317 copy_page_from_iter +EXPORT_SYMBOL vmlinux 0x4ce85226 dquot_get_next_id +EXPORT_SYMBOL vmlinux 0x4cea349c gpiochip_irq_relres +EXPORT_SYMBOL vmlinux 0x4d1063c2 page_get_link +EXPORT_SYMBOL vmlinux 0x4d128228 task_work_add +EXPORT_SYMBOL vmlinux 0x4d1bd6a0 unix_destruct_scm +EXPORT_SYMBOL vmlinux 0x4d2b61a9 bio_alloc_bioset +EXPORT_SYMBOL vmlinux 0x4d34ab80 ip_fraglist_prepare +EXPORT_SYMBOL vmlinux 0x4d5e4d45 block_is_partially_uptodate +EXPORT_SYMBOL vmlinux 0x4d5fbb6f dm_io +EXPORT_SYMBOL vmlinux 0x4d64c8d8 tcp_gro_complete +EXPORT_SYMBOL vmlinux 0x4d65cbd5 csum_ipv6_magic +EXPORT_SYMBOL vmlinux 0x4d6ae35f rps_sock_flow_table +EXPORT_SYMBOL vmlinux 0x4d6b5777 tcp_set_rcvlowat +EXPORT_SYMBOL vmlinux 0x4d7d15db sk_mc_loop +EXPORT_SYMBOL vmlinux 0x4d85af43 xp_alloc +EXPORT_SYMBOL vmlinux 0x4d8b64d5 devm_extcon_unregister_notifier_all +EXPORT_SYMBOL vmlinux 0x4d924f20 memremap +EXPORT_SYMBOL vmlinux 0x4d95d6d1 memcpy_flushcache +EXPORT_SYMBOL vmlinux 0x4d9a910f mmc_retune_release +EXPORT_SYMBOL vmlinux 0x4d9b652b rb_erase +EXPORT_SYMBOL vmlinux 0x4da076d5 sock_wmalloc +EXPORT_SYMBOL vmlinux 0x4dad1375 jbd2_journal_abort +EXPORT_SYMBOL vmlinux 0x4db65d5c vfs_get_fsid +EXPORT_SYMBOL vmlinux 0x4dbdc611 __vfs_removexattr +EXPORT_SYMBOL vmlinux 0x4dcf6cea inet_twsk_deschedule_put +EXPORT_SYMBOL vmlinux 0x4df02057 crc32_be +EXPORT_SYMBOL vmlinux 0x4df2ea84 gen_estimator_read +EXPORT_SYMBOL vmlinux 0x4df8fb79 xfrm_init_replay +EXPORT_SYMBOL vmlinux 0x4df9a78a xfrm_policy_insert +EXPORT_SYMBOL vmlinux 0x4e12d456 rtnl_configure_link +EXPORT_SYMBOL vmlinux 0x4e2f1742 param_get_charp +EXPORT_SYMBOL vmlinux 0x4e3098a9 flow_block_cb_alloc +EXPORT_SYMBOL vmlinux 0x4e3567f7 match_int +EXPORT_SYMBOL vmlinux 0x4e36cdc4 __ubsan_handle_divrem_overflow +EXPORT_SYMBOL vmlinux 0x4e547048 __kmalloc_node_track_caller +EXPORT_SYMBOL vmlinux 0x4e5c4156 udp_set_csum +EXPORT_SYMBOL vmlinux 0x4e60e167 pci_assign_resource +EXPORT_SYMBOL vmlinux 0x4e68e9be rb_next_postorder +EXPORT_SYMBOL vmlinux 0x4e6b8309 put_cmsg_scm_timestamping64 +EXPORT_SYMBOL vmlinux 0x4e6e8ea7 fg_console +EXPORT_SYMBOL vmlinux 0x4e769f91 set_page_dirty +EXPORT_SYMBOL vmlinux 0x4e81cba7 netdev_emerg +EXPORT_SYMBOL vmlinux 0x4e91ea17 discard_new_inode +EXPORT_SYMBOL vmlinux 0x4e97c758 touch_buffer +EXPORT_SYMBOL vmlinux 0x4ea13a2d sock_bindtoindex +EXPORT_SYMBOL vmlinux 0x4ea57cd3 nf_ct_attach +EXPORT_SYMBOL vmlinux 0x4eabe5f1 neigh_app_ns +EXPORT_SYMBOL vmlinux 0x4eada8f7 security_secid_to_secctx +EXPORT_SYMBOL vmlinux 0x4eb7ae3d hvc_get_chars +EXPORT_SYMBOL vmlinux 0x4eb874d8 blk_queue_max_segments +EXPORT_SYMBOL vmlinux 0x4ebbbfb3 vme_unregister_bridge +EXPORT_SYMBOL vmlinux 0x4ec54e78 bitmap_to_arr32 +EXPORT_SYMBOL vmlinux 0x4ecae77c __of_get_address +EXPORT_SYMBOL vmlinux 0x4ecc6329 cad_pid +EXPORT_SYMBOL vmlinux 0x4ef26274 udp_lib_setsockopt +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 0x4f269c37 phy_ethtool_ksettings_set +EXPORT_SYMBOL vmlinux 0x4f487773 clk_bulk_get_all +EXPORT_SYMBOL vmlinux 0x4f584e4f i2c_smbus_write_word_data +EXPORT_SYMBOL vmlinux 0x4f6a627f param_get_uint +EXPORT_SYMBOL vmlinux 0x4f7bb2bf flush_signals +EXPORT_SYMBOL vmlinux 0x4f805775 i2c_add_adapter +EXPORT_SYMBOL vmlinux 0x4f807764 md_flush_request +EXPORT_SYMBOL vmlinux 0x4f8e386a pci_irq_vector +EXPORT_SYMBOL vmlinux 0x4fa2b56c ipmi_platform_add +EXPORT_SYMBOL vmlinux 0x4fa65563 gen_pool_destroy +EXPORT_SYMBOL vmlinux 0x4fb0d4b3 xfrm_policy_destroy +EXPORT_SYMBOL vmlinux 0x4fb1c1a4 kern_sys_bpf +EXPORT_SYMBOL vmlinux 0x4fbea50a i2c_smbus_write_byte +EXPORT_SYMBOL vmlinux 0x4fd0444e mdiobus_alloc_size +EXPORT_SYMBOL vmlinux 0x4fde98db phy_queue_state_machine +EXPORT_SYMBOL vmlinux 0x4fdee897 i8042_command +EXPORT_SYMBOL vmlinux 0x4feba639 devm_ioport_unmap +EXPORT_SYMBOL vmlinux 0x4ff0946c tcf_block_put +EXPORT_SYMBOL vmlinux 0x4ffb377b __nla_put +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 0x5018fc02 pci_find_capability +EXPORT_SYMBOL vmlinux 0x502cd553 rtnetlink_put_metrics +EXPORT_SYMBOL vmlinux 0x503a2a62 fs_param_is_blockdev +EXPORT_SYMBOL vmlinux 0x503da06e neigh_event_ns +EXPORT_SYMBOL vmlinux 0x50624917 sha1_init +EXPORT_SYMBOL vmlinux 0x506dff1a __genradix_free +EXPORT_SYMBOL vmlinux 0x506f6765 nd_dax_probe +EXPORT_SYMBOL vmlinux 0x5079c9d7 __pte_index_size +EXPORT_SYMBOL vmlinux 0x507adb65 unlock_page +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 0x50a08344 secure_tcpv6_ts_off +EXPORT_SYMBOL vmlinux 0x50a27786 scsi_remove_host +EXPORT_SYMBOL vmlinux 0x50a4698c fb_videomode_to_modelist +EXPORT_SYMBOL vmlinux 0x50a96e6e icmpv6_ndo_send +EXPORT_SYMBOL vmlinux 0x50ab8649 phy_suspend +EXPORT_SYMBOL vmlinux 0x50b73ce2 rfkill_find_type +EXPORT_SYMBOL vmlinux 0x50b80992 mb_cache_entry_find_first +EXPORT_SYMBOL vmlinux 0x50b815cc tty_lock +EXPORT_SYMBOL vmlinux 0x50be748d security_ib_free_security +EXPORT_SYMBOL vmlinux 0x50cf7585 hex2bin +EXPORT_SYMBOL vmlinux 0x50d035c2 vsscanf +EXPORT_SYMBOL vmlinux 0x50d9f06d tcf_qevent_dump +EXPORT_SYMBOL vmlinux 0x50def122 sync_dirty_buffer +EXPORT_SYMBOL vmlinux 0x50f91491 __genradix_ptr +EXPORT_SYMBOL vmlinux 0x50fa792c param_set_ullong +EXPORT_SYMBOL vmlinux 0x50fd8f36 uart_get_divisor +EXPORT_SYMBOL vmlinux 0x51014e8f kern_unmount_array +EXPORT_SYMBOL vmlinux 0x5111fd84 mmc_of_parse_voltage +EXPORT_SYMBOL vmlinux 0x511d5421 of_find_node_with_property +EXPORT_SYMBOL vmlinux 0x51251d46 dquot_alloc +EXPORT_SYMBOL vmlinux 0x512b92fb tcp_enter_quickack_mode +EXPORT_SYMBOL vmlinux 0x512ea347 md_unregister_thread +EXPORT_SYMBOL vmlinux 0x5134356e mmc_put_card +EXPORT_SYMBOL vmlinux 0x514a5312 mipi_dsi_dcs_write +EXPORT_SYMBOL vmlinux 0x514fd00e unregister_netdev +EXPORT_SYMBOL vmlinux 0x51641162 opal_unlock_from_suspend +EXPORT_SYMBOL vmlinux 0x51849210 is_nd_btt +EXPORT_SYMBOL vmlinux 0x5186e03b nexthop_bucket_set_hw_flags +EXPORT_SYMBOL vmlinux 0x5195bc50 register_framebuffer +EXPORT_SYMBOL vmlinux 0x519bb3e7 gen_replace_estimator +EXPORT_SYMBOL vmlinux 0x51b834db dev_loopback_xmit +EXPORT_SYMBOL vmlinux 0x51d0a714 eth_gro_complete +EXPORT_SYMBOL vmlinux 0x51dcceb6 ps2_handle_ack +EXPORT_SYMBOL vmlinux 0x52007900 flow_rule_match_ct +EXPORT_SYMBOL vmlinux 0x52113d68 follow_down_one +EXPORT_SYMBOL vmlinux 0x5218f818 md_bitmap_free +EXPORT_SYMBOL vmlinux 0x5224ab9c devm_pci_remap_cfg_resource +EXPORT_SYMBOL vmlinux 0x5230105a dma_resv_add_fence +EXPORT_SYMBOL vmlinux 0x524058c1 i2c_put_adapter +EXPORT_SYMBOL vmlinux 0x52454738 build_skb_around +EXPORT_SYMBOL vmlinux 0x524a39de path_get +EXPORT_SYMBOL vmlinux 0x524f4b13 get_tree_nodev +EXPORT_SYMBOL vmlinux 0x525db41a csum_partial_copy_generic +EXPORT_SYMBOL vmlinux 0x526eef2c hdmi_vendor_infoframe_pack +EXPORT_SYMBOL vmlinux 0x5274dc49 __bh_read_batch +EXPORT_SYMBOL vmlinux 0x527bab6c write_inode_now +EXPORT_SYMBOL vmlinux 0x52983a4f vme_master_write +EXPORT_SYMBOL vmlinux 0x52ad738b of_get_next_parent +EXPORT_SYMBOL vmlinux 0x52bb4ed0 tcp_prot +EXPORT_SYMBOL vmlinux 0x52c96c44 xsk_tx_peek_release_desc_batch +EXPORT_SYMBOL vmlinux 0x52d717da xz_dec_init +EXPORT_SYMBOL vmlinux 0x52e1a75a kernel_sendmsg +EXPORT_SYMBOL vmlinux 0x52e896fd mmu_feature_keys +EXPORT_SYMBOL vmlinux 0x52e8a326 i2c_smbus_write_i2c_block_data +EXPORT_SYMBOL vmlinux 0x52ecbc75 crc_ccitt +EXPORT_SYMBOL vmlinux 0x52f9bee6 phy_support_sym_pause +EXPORT_SYMBOL vmlinux 0x52fd0be0 srp_rport_put +EXPORT_SYMBOL vmlinux 0x5308e350 __vmalloc_start +EXPORT_SYMBOL vmlinux 0x530b1e98 pm_suspend +EXPORT_SYMBOL vmlinux 0x5324fe89 dst_alloc +EXPORT_SYMBOL vmlinux 0x5332a448 ip6_output +EXPORT_SYMBOL vmlinux 0x5338184f ethtool_sprintf +EXPORT_SYMBOL vmlinux 0x53448769 clear_user_page +EXPORT_SYMBOL vmlinux 0x5367fd6d tcp_poll +EXPORT_SYMBOL vmlinux 0x53724284 inet_sock_destruct +EXPORT_SYMBOL vmlinux 0x53a1e8d9 _find_next_bit +EXPORT_SYMBOL vmlinux 0x53b25dfa generic_shutdown_super +EXPORT_SYMBOL vmlinux 0x53b5cf7b request_key_tag +EXPORT_SYMBOL vmlinux 0x53c46959 qdisc_offload_dump_helper +EXPORT_SYMBOL vmlinux 0x53d015f9 xfrm_register_type +EXPORT_SYMBOL vmlinux 0x53d4872e pnv_cxl_release_hwirq_ranges +EXPORT_SYMBOL vmlinux 0x53d8c17f d_instantiate_anon +EXPORT_SYMBOL vmlinux 0x53e3c7bc inode_dio_wait +EXPORT_SYMBOL vmlinux 0x53f3c7dc pskb_trim_rcsum_slow +EXPORT_SYMBOL vmlinux 0x54013190 param_set_copystring +EXPORT_SYMBOL vmlinux 0x540eafe4 pci_scan_bus +EXPORT_SYMBOL vmlinux 0x5412c7c7 up +EXPORT_SYMBOL vmlinux 0x541e7733 xor_altivec_4 +EXPORT_SYMBOL vmlinux 0x543ef284 seq_hlist_start +EXPORT_SYMBOL vmlinux 0x544ef90e regset_get +EXPORT_SYMBOL vmlinux 0x545781c2 init_net +EXPORT_SYMBOL vmlinux 0x5481fc55 netlink_ns_capable +EXPORT_SYMBOL vmlinux 0x5487c67f rproc_add +EXPORT_SYMBOL vmlinux 0x54ae2309 of_root +EXPORT_SYMBOL vmlinux 0x54b1fac6 __ubsan_handle_load_invalid_value +EXPORT_SYMBOL vmlinux 0x54b23e67 sg_pcopy_to_buffer +EXPORT_SYMBOL vmlinux 0x54b6b963 f_setown +EXPORT_SYMBOL vmlinux 0x54bf5d9b path_has_submounts +EXPORT_SYMBOL vmlinux 0x54bff914 qdisc_watchdog_schedule_range_ns +EXPORT_SYMBOL vmlinux 0x54c8a609 of_node_get +EXPORT_SYMBOL vmlinux 0x54c93a02 scsi_add_device +EXPORT_SYMBOL vmlinux 0x54cfacd5 __ctzdi2 +EXPORT_SYMBOL vmlinux 0x54e08c89 key_type_keyring +EXPORT_SYMBOL vmlinux 0x54e3d5fd __pmd_frag_nr +EXPORT_SYMBOL vmlinux 0x54e6fcdd net_enable_timestamp +EXPORT_SYMBOL vmlinux 0x5506b8f7 netlbl_bitmap_setbit +EXPORT_SYMBOL vmlinux 0x5507f684 udp6_seq_ops +EXPORT_SYMBOL vmlinux 0x551bd071 __rb_erase_color +EXPORT_SYMBOL vmlinux 0x5529fa0e __dec_zone_page_state +EXPORT_SYMBOL vmlinux 0x553924a1 skb_copy_and_csum_datagram_msg +EXPORT_SYMBOL vmlinux 0x5544570f pci_find_hose_for_OF_device +EXPORT_SYMBOL vmlinux 0x554ae3a4 irq_poll_sched +EXPORT_SYMBOL vmlinux 0x555209da clk_hw_register_clkdev +EXPORT_SYMBOL vmlinux 0x55533210 netdev_unbind_sb_channel +EXPORT_SYMBOL vmlinux 0x5556f8a3 devfreq_monitor_resume +EXPORT_SYMBOL vmlinux 0x555f90c4 bprm_change_interp +EXPORT_SYMBOL vmlinux 0x55659916 __tcf_em_tree_match +EXPORT_SYMBOL vmlinux 0x55686530 __arch_clear_user +EXPORT_SYMBOL vmlinux 0x55739775 md_error +EXPORT_SYMBOL vmlinux 0x557a23a8 inet_csk_init_xmit_timers +EXPORT_SYMBOL vmlinux 0x558b281d aes_expandkey +EXPORT_SYMBOL vmlinux 0x559565ee phy_ethtool_set_eee +EXPORT_SYMBOL vmlinux 0x55981b4b input_setup_polling +EXPORT_SYMBOL vmlinux 0x55a27be7 i2c_smbus_read_word_data +EXPORT_SYMBOL vmlinux 0x55b4daf3 lookup_one +EXPORT_SYMBOL vmlinux 0x55cd15ca blk_execute_rq +EXPORT_SYMBOL vmlinux 0x55d79b2b devm_gen_pool_create +EXPORT_SYMBOL vmlinux 0x55e210ab blk_mq_start_hw_queues +EXPORT_SYMBOL vmlinux 0x55e31703 ethtool_convert_link_mode_to_legacy_u32 +EXPORT_SYMBOL vmlinux 0x55e55362 phy_init_hw +EXPORT_SYMBOL vmlinux 0x55e5ee64 radix_tree_delete_item +EXPORT_SYMBOL vmlinux 0x55eaf265 blk_mq_delay_run_hw_queues +EXPORT_SYMBOL vmlinux 0x55eb6884 blk_mq_delay_run_hw_queue +EXPORT_SYMBOL vmlinux 0x55f29ff2 flow_rule_match_enc_ip +EXPORT_SYMBOL vmlinux 0x55f811c7 sdev_prefix_printk +EXPORT_SYMBOL vmlinux 0x56149094 inet_pton_with_scope +EXPORT_SYMBOL vmlinux 0x56261f03 of_get_parent +EXPORT_SYMBOL vmlinux 0x562e9776 fsl_lbc_find +EXPORT_SYMBOL vmlinux 0x5635a60a vmalloc_user +EXPORT_SYMBOL vmlinux 0x563e62e7 pci_write_config_dword +EXPORT_SYMBOL vmlinux 0x56470118 __warn_printk +EXPORT_SYMBOL vmlinux 0x565e24e0 dma_set_mask +EXPORT_SYMBOL vmlinux 0x5669c9a6 phy_ethtool_nway_reset +EXPORT_SYMBOL vmlinux 0x5672bac1 devm_register_netdev +EXPORT_SYMBOL vmlinux 0x56779f92 dst_init +EXPORT_SYMBOL vmlinux 0x56802ae8 rps_cpu_mask +EXPORT_SYMBOL vmlinux 0x56827e93 __inc_node_page_state +EXPORT_SYMBOL vmlinux 0x5682b459 pin_user_pages_remote +EXPORT_SYMBOL vmlinux 0x5691a119 input_grab_device +EXPORT_SYMBOL vmlinux 0x56a50d60 devm_kvasprintf +EXPORT_SYMBOL vmlinux 0x56ac2a7c _atomic_dec_and_lock_irqsave +EXPORT_SYMBOL vmlinux 0x56aeb633 dev_get_by_index_rcu +EXPORT_SYMBOL vmlinux 0x56c2b95b rtas_progress +EXPORT_SYMBOL vmlinux 0x56c3db64 __tracepoint_kmalloc +EXPORT_SYMBOL vmlinux 0x56c8799d scsi_kunmap_atomic_sg +EXPORT_SYMBOL vmlinux 0x56e18091 xfrm4_protocol_deregister +EXPORT_SYMBOL vmlinux 0x56f6c7de lockref_get_not_zero +EXPORT_SYMBOL vmlinux 0x56f7dfdf generic_ro_fops +EXPORT_SYMBOL vmlinux 0x56fa49c4 netdev_notice +EXPORT_SYMBOL vmlinux 0x571467df mipi_dsi_picture_parameter_set +EXPORT_SYMBOL vmlinux 0x5718ae6f padata_set_cpumask +EXPORT_SYMBOL vmlinux 0x57248949 jbd2_journal_finish_inode_data_buffers +EXPORT_SYMBOL vmlinux 0x572ae748 dma_fence_chain_ops +EXPORT_SYMBOL vmlinux 0x574c2e74 bitmap_release_region +EXPORT_SYMBOL vmlinux 0x574e51ce phy_attached_info +EXPORT_SYMBOL vmlinux 0x57575f08 dmaengine_put +EXPORT_SYMBOL vmlinux 0x57674fd7 __sw_hweight16 +EXPORT_SYMBOL vmlinux 0x577fe574 gpiochip_irq_reqres +EXPORT_SYMBOL vmlinux 0x578122ac uart_suspend_port +EXPORT_SYMBOL vmlinux 0x57853fdb inet_csk_complete_hashdance +EXPORT_SYMBOL vmlinux 0x578c7ece pci_dev_put +EXPORT_SYMBOL vmlinux 0x5792f848 strlcpy +EXPORT_SYMBOL vmlinux 0x57cc2370 pci_get_slot +EXPORT_SYMBOL vmlinux 0x57cd903f blkdev_issue_secure_erase +EXPORT_SYMBOL vmlinux 0x57d2fc6e xfrm_state_check_expire +EXPORT_SYMBOL vmlinux 0x57d4c764 thermal_zone_device_critical +EXPORT_SYMBOL vmlinux 0x57db8fd6 utf8_normalize +EXPORT_SYMBOL vmlinux 0x57f38cdc qe_get_firmware_info +EXPORT_SYMBOL vmlinux 0x57f83ea6 tcf_exts_change +EXPORT_SYMBOL vmlinux 0x57ff06e8 fuse_mount_destroy +EXPORT_SYMBOL vmlinux 0x5814e58f xfrm_dev_state_flush +EXPORT_SYMBOL vmlinux 0x58185065 key_link +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 0x58324c01 mipi_dsi_dcs_get_display_brightness_large +EXPORT_SYMBOL vmlinux 0x583285ab netdev_update_features +EXPORT_SYMBOL vmlinux 0x5838f6c9 rtc_valid_tm +EXPORT_SYMBOL vmlinux 0x5848b0fc mtree_store +EXPORT_SYMBOL vmlinux 0x584e4896 skb_copy_datagram_from_iter +EXPORT_SYMBOL vmlinux 0x585a161c mmc_cqe_recovery +EXPORT_SYMBOL vmlinux 0x58677aca ppp_register_net_channel +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 0x58a46e57 skb_copy_bits +EXPORT_SYMBOL vmlinux 0x58acf24b mdiobus_register_board_info +EXPORT_SYMBOL vmlinux 0x58adfb4c __netlink_kernel_create +EXPORT_SYMBOL vmlinux 0x58b4645c dev_close_many +EXPORT_SYMBOL vmlinux 0x58b73bc7 match_wildcard +EXPORT_SYMBOL vmlinux 0x58bb9f08 skb_queue_head +EXPORT_SYMBOL vmlinux 0x58be3687 iterate_supers_type +EXPORT_SYMBOL vmlinux 0x58cee3e7 free_netdev +EXPORT_SYMBOL vmlinux 0x58de1b34 blk_stack_limits +EXPORT_SYMBOL vmlinux 0x58e3306d bit_wait_io +EXPORT_SYMBOL vmlinux 0x58e85994 security_sb_mnt_opts_compat +EXPORT_SYMBOL vmlinux 0x5915ab94 kmalloc_caches +EXPORT_SYMBOL vmlinux 0x594bf15b ioport_map +EXPORT_SYMBOL vmlinux 0x59518d11 phy_attach_direct +EXPORT_SYMBOL vmlinux 0x595d0946 empty_zero_page +EXPORT_SYMBOL vmlinux 0x595d8002 hdmi_infoframe_pack +EXPORT_SYMBOL vmlinux 0x59757699 refcount_dec_and_lock_irqsave +EXPORT_SYMBOL vmlinux 0x59894fa7 down_write_trylock +EXPORT_SYMBOL vmlinux 0x599b4888 qe_setbrg +EXPORT_SYMBOL vmlinux 0x599fb41c kvmalloc_node +EXPORT_SYMBOL vmlinux 0x59a2f0ee packing +EXPORT_SYMBOL vmlinux 0x59b4ac3e tcp_memory_allocated +EXPORT_SYMBOL vmlinux 0x59b66b55 _dev_notice +EXPORT_SYMBOL vmlinux 0x59b8b434 vio_h_cop_sync +EXPORT_SYMBOL vmlinux 0x59bdfcfd pci_rebar_get_possible_sizes +EXPORT_SYMBOL vmlinux 0x59cd3525 fs_param_is_s32 +EXPORT_SYMBOL vmlinux 0x59ec27d5 inet_addr_type +EXPORT_SYMBOL vmlinux 0x59f2f605 dma_fence_chain_init +EXPORT_SYMBOL vmlinux 0x59f6b0e6 mipi_dsi_dcs_set_display_off +EXPORT_SYMBOL vmlinux 0x59f959e2 skb_flow_dissect_hash +EXPORT_SYMBOL vmlinux 0x59fec031 filemap_check_errors +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 0x5a133ddc keyring_clear +EXPORT_SYMBOL vmlinux 0x5a18a909 netpoll_poll_enable +EXPORT_SYMBOL vmlinux 0x5a1e160e pcim_iounmap_regions +EXPORT_SYMBOL vmlinux 0x5a290250 hdmi_drm_infoframe_pack_only +EXPORT_SYMBOL vmlinux 0x5a2d20d7 inet_ioctl +EXPORT_SYMBOL vmlinux 0x5a30b800 inode_sub_bytes +EXPORT_SYMBOL vmlinux 0x5a3392ae pcibios_resource_to_bus +EXPORT_SYMBOL vmlinux 0x5a34d69b __hw_addr_ref_sync_dev +EXPORT_SYMBOL vmlinux 0x5a3eb8da phy_ethtool_set_wol +EXPORT_SYMBOL vmlinux 0x5a44f8cb __crypto_memneq +EXPORT_SYMBOL vmlinux 0x5a4d313e gf128mul_4k_lle +EXPORT_SYMBOL vmlinux 0x5a6c7c0b super_setup_bdi +EXPORT_SYMBOL vmlinux 0x5a72f8b4 dm_unregister_target +EXPORT_SYMBOL vmlinux 0x5a7b1b08 simple_nosetlease +EXPORT_SYMBOL vmlinux 0x5a921311 strncmp +EXPORT_SYMBOL vmlinux 0x5a99a0d7 flow_get_u32_dst +EXPORT_SYMBOL vmlinux 0x5a9f1d63 memmove +EXPORT_SYMBOL vmlinux 0x5ac85c76 uart_remove_one_port +EXPORT_SYMBOL vmlinux 0x5ad3a643 blk_set_queue_depth +EXPORT_SYMBOL vmlinux 0x5adb3847 rtnl_unicast +EXPORT_SYMBOL vmlinux 0x5ae1154b __traceiter_kfree +EXPORT_SYMBOL vmlinux 0x5afb5751 dm_put_device +EXPORT_SYMBOL vmlinux 0x5afccdd1 pmem_sector_size +EXPORT_SYMBOL vmlinux 0x5afd227b nd_integrity_init +EXPORT_SYMBOL vmlinux 0x5afdcab0 max8925_bulk_write +EXPORT_SYMBOL vmlinux 0x5b3c4ad3 call_usermodehelper_setup +EXPORT_SYMBOL vmlinux 0x5b43f1f1 rtas_service_present +EXPORT_SYMBOL vmlinux 0x5b56860c vm_munmap +EXPORT_SYMBOL vmlinux 0x5b5c0858 fscrypt_encrypt_block_inplace +EXPORT_SYMBOL vmlinux 0x5b6eb898 phy_set_sym_pause +EXPORT_SYMBOL vmlinux 0x5b760467 proc_do_large_bitmap +EXPORT_SYMBOL vmlinux 0x5b92a1eb module_refcount +EXPORT_SYMBOL vmlinux 0x5b93202f fwnode_get_mac_address +EXPORT_SYMBOL vmlinux 0x5b969f7e pci_write_config_word +EXPORT_SYMBOL vmlinux 0x5b9828c5 dma_spin_lock +EXPORT_SYMBOL vmlinux 0x5baec7c6 security_binder_transaction +EXPORT_SYMBOL vmlinux 0x5bbc8eaf dm_table_get_mode +EXPORT_SYMBOL vmlinux 0x5bcea5f1 sgl_free_n_order +EXPORT_SYMBOL vmlinux 0x5bd140b4 genl_register_family +EXPORT_SYMBOL vmlinux 0x5bd4ff88 flow_action_cookie_create +EXPORT_SYMBOL vmlinux 0x5bd9a655 rproc_put +EXPORT_SYMBOL vmlinux 0x5bdb7603 sock_copy_user_timeval +EXPORT_SYMBOL vmlinux 0x5bdff25d mntget +EXPORT_SYMBOL vmlinux 0x5be63c5b crc32c_csum_stub +EXPORT_SYMBOL vmlinux 0x5bea1bb4 tcf_idr_create_from_flags +EXPORT_SYMBOL vmlinux 0x5bf42b1b pci_scan_slot +EXPORT_SYMBOL vmlinux 0x5bf4ab5f tcp_sock_set_quickack +EXPORT_SYMBOL vmlinux 0x5c368204 sock_no_sendmsg_locked +EXPORT_SYMBOL vmlinux 0x5c3c7387 kstrtoull +EXPORT_SYMBOL vmlinux 0x5c3eca96 folio_add_lru +EXPORT_SYMBOL vmlinux 0x5c4c5b3f tcf_idr_release +EXPORT_SYMBOL vmlinux 0x5c66c5a5 skb_split +EXPORT_SYMBOL vmlinux 0x5c6bdd36 insert_inode_locked +EXPORT_SYMBOL vmlinux 0x5c6e9340 scsi_vpd_lun_id +EXPORT_SYMBOL vmlinux 0x5c905b8a xmon +EXPORT_SYMBOL vmlinux 0x5caf6426 ndo_dflt_fdb_add +EXPORT_SYMBOL vmlinux 0x5cc688b2 xp_dma_map +EXPORT_SYMBOL vmlinux 0x5ccc2bb5 paca_ptrs +EXPORT_SYMBOL vmlinux 0x5ccf2284 __remove_inode_hash +EXPORT_SYMBOL vmlinux 0x5cdf8ae3 scsi_host_put +EXPORT_SYMBOL vmlinux 0x5cee46da dev_set_mtu +EXPORT_SYMBOL vmlinux 0x5cf53ce2 input_free_minor +EXPORT_SYMBOL vmlinux 0x5d0f33ae forget_cached_acl +EXPORT_SYMBOL vmlinux 0x5d13f30e refresh_frequency_limits +EXPORT_SYMBOL vmlinux 0x5d34b19b pci_bus_write_config_byte +EXPORT_SYMBOL vmlinux 0x5d480d67 tcf_action_update_hw_stats +EXPORT_SYMBOL vmlinux 0x5d49aabc init_wait_var_entry +EXPORT_SYMBOL vmlinux 0x5d76f2d4 dput +EXPORT_SYMBOL vmlinux 0x5d7ea759 i2c_transfer +EXPORT_SYMBOL vmlinux 0x5d89b178 radix__flush_tlb_page +EXPORT_SYMBOL vmlinux 0x5dab1f7d devm_extcon_register_notifier_all +EXPORT_SYMBOL vmlinux 0x5dec0fdf inet_unregister_protosw +EXPORT_SYMBOL vmlinux 0x5df49be6 radix_tree_gang_lookup +EXPORT_SYMBOL vmlinux 0x5e0ccb9f sha1_transform +EXPORT_SYMBOL vmlinux 0x5e122f96 _dev_err +EXPORT_SYMBOL vmlinux 0x5e1a1ba0 iw_handler_set_spy +EXPORT_SYMBOL vmlinux 0x5e2731ff blk_rq_map_user_io +EXPORT_SYMBOL vmlinux 0x5e2dc90f flow_rule_match_basic +EXPORT_SYMBOL vmlinux 0x5e373fb4 gf128mul_64k_bbe +EXPORT_SYMBOL vmlinux 0x5e3fbad6 dev_pm_opp_unregister_notifier +EXPORT_SYMBOL vmlinux 0x5e5ae5e9 vio_disable_interrupts +EXPORT_SYMBOL vmlinux 0x5e5da1b5 forget_all_cached_acls +EXPORT_SYMBOL vmlinux 0x5e64c8f7 jbd2_fc_begin_commit +EXPORT_SYMBOL vmlinux 0x5e8ddc10 __skb_vlan_pop +EXPORT_SYMBOL vmlinux 0x5e934fc7 sgl_alloc +EXPORT_SYMBOL vmlinux 0x5e95b1cd current_umask +EXPORT_SYMBOL vmlinux 0x5e99dfca uaccess_flush_key +EXPORT_SYMBOL vmlinux 0x5ea4f500 end_page_writeback +EXPORT_SYMBOL vmlinux 0x5ea77d11 config_item_put +EXPORT_SYMBOL vmlinux 0x5eaa7864 can_nice +EXPORT_SYMBOL vmlinux 0x5ead9ac8 mmc_cqe_post_req +EXPORT_SYMBOL vmlinux 0x5ec4aee6 put_sg_io_hdr +EXPORT_SYMBOL vmlinux 0x5ecdeb6a km_policy_notify +EXPORT_SYMBOL vmlinux 0x5ed040b0 pm_set_vt_switch +EXPORT_SYMBOL vmlinux 0x5ed0f96f pci_pme_capable +EXPORT_SYMBOL vmlinux 0x5ed90adc int_to_scsilun +EXPORT_SYMBOL vmlinux 0x5eddb914 lockref_put_return +EXPORT_SYMBOL vmlinux 0x5ee3247e tty_port_block_til_ready +EXPORT_SYMBOL vmlinux 0x5ef419df of_match_node +EXPORT_SYMBOL vmlinux 0x5efa4240 mdiobus_get_phy +EXPORT_SYMBOL vmlinux 0x5efdd68b __tracepoint_mmap_lock_released +EXPORT_SYMBOL vmlinux 0x5f098b2a in6addr_interfacelocal_allrouters +EXPORT_SYMBOL vmlinux 0x5f0c0f6d __netif_rx +EXPORT_SYMBOL vmlinux 0x5f0de618 iov_iter_advance +EXPORT_SYMBOL vmlinux 0x5f2ba55e security_req_classify_flow +EXPORT_SYMBOL vmlinux 0x5f37ac07 sg_alloc_table_from_pages_segment +EXPORT_SYMBOL vmlinux 0x5f5441c8 __ubsan_handle_alignment_assumption +EXPORT_SYMBOL vmlinux 0x5f5fff07 folio_redirty_for_writepage +EXPORT_SYMBOL vmlinux 0x5f602909 softnet_data +EXPORT_SYMBOL vmlinux 0x5f6b889c rproc_va_to_pa +EXPORT_SYMBOL vmlinux 0x5f790978 bio_init_clone +EXPORT_SYMBOL vmlinux 0x5f7f3de1 stream_open +EXPORT_SYMBOL vmlinux 0x5f8a2728 isa_io_base +EXPORT_SYMBOL vmlinux 0x5f95f31f blk_queue_flag_clear +EXPORT_SYMBOL vmlinux 0x5f99383a ioread64_hi_lo +EXPORT_SYMBOL vmlinux 0x5fb516f8 xa_find +EXPORT_SYMBOL vmlinux 0x5fc67252 ioread16_rep +EXPORT_SYMBOL vmlinux 0x5fc72f0e alloc_pages_exact +EXPORT_SYMBOL vmlinux 0x5fd4b974 generic_delete_inode +EXPORT_SYMBOL vmlinux 0x5fd67fec udp_push_pending_frames +EXPORT_SYMBOL vmlinux 0x6005c351 zpool_has_pool +EXPORT_SYMBOL vmlinux 0x600683d3 do_unblank_screen +EXPORT_SYMBOL vmlinux 0x6006cd56 param_get_invbool +EXPORT_SYMBOL vmlinux 0x6016531a gen_pool_set_algo +EXPORT_SYMBOL vmlinux 0x601f665f dm_io_client_create +EXPORT_SYMBOL vmlinux 0x602f1fe4 cdev_set_parent +EXPORT_SYMBOL vmlinux 0x60352082 register_inet6addr_notifier +EXPORT_SYMBOL vmlinux 0x603ad28a dma_sync_sg_for_cpu +EXPORT_SYMBOL vmlinux 0x604d56d2 tty_kref_put +EXPORT_SYMBOL vmlinux 0x605790dc fiemap_fill_next_extent +EXPORT_SYMBOL vmlinux 0x60779739 tc_setup_cb_call +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 0x60b202ea shrink_dcache_sb +EXPORT_SYMBOL vmlinux 0x60c5a1e6 inode_init_once +EXPORT_SYMBOL vmlinux 0x60c9a8db __scsi_iterate_devices +EXPORT_SYMBOL vmlinux 0x60d8ab30 vme_lm_get +EXPORT_SYMBOL vmlinux 0x60dbca4f dcache_dir_open +EXPORT_SYMBOL vmlinux 0x60f25923 __blk_mq_alloc_disk +EXPORT_SYMBOL vmlinux 0x610102e4 __traceiter_module_get +EXPORT_SYMBOL vmlinux 0x61114400 keyring_alloc +EXPORT_SYMBOL vmlinux 0x6117304c mmc_can_gpio_ro +EXPORT_SYMBOL vmlinux 0x6118dc26 start_thread +EXPORT_SYMBOL vmlinux 0x611be930 ip_sock_set_recverr +EXPORT_SYMBOL vmlinux 0x6121bd54 dql_init +EXPORT_SYMBOL vmlinux 0x6128b5fc __printk_ratelimit +EXPORT_SYMBOL vmlinux 0x61347034 mb_cache_entry_delete_or_get +EXPORT_SYMBOL vmlinux 0x6146eaf8 jbd2__journal_restart +EXPORT_SYMBOL vmlinux 0x615911d7 __bitmap_set +EXPORT_SYMBOL vmlinux 0x6187799b kernel_param_lock +EXPORT_SYMBOL vmlinux 0x618911fc numa_node +EXPORT_SYMBOL vmlinux 0x6189f0d3 nf_hook_slow_list +EXPORT_SYMBOL vmlinux 0x619cb7dd simple_read_from_buffer +EXPORT_SYMBOL vmlinux 0x619ff994 security_d_instantiate +EXPORT_SYMBOL vmlinux 0x61adf4c2 of_find_i2c_adapter_by_node +EXPORT_SYMBOL vmlinux 0x61adfb00 nvdimm_namespace_common_probe +EXPORT_SYMBOL vmlinux 0x61b2df7c do_SAK +EXPORT_SYMBOL vmlinux 0x61b7b126 simple_strtoull +EXPORT_SYMBOL vmlinux 0x61cb246f _raw_write_lock +EXPORT_SYMBOL vmlinux 0x61d59437 skb_queue_purge +EXPORT_SYMBOL vmlinux 0x61e272c9 sha256_final +EXPORT_SYMBOL vmlinux 0x61e7ea37 agp_allocate_memory +EXPORT_SYMBOL vmlinux 0x61e881cd __sk_receive_skb +EXPORT_SYMBOL vmlinux 0x61ea189b fb_pad_aligned_buffer +EXPORT_SYMBOL vmlinux 0x61ef703f scsi_get_device_flags_keyed +EXPORT_SYMBOL vmlinux 0x61efadfd block_truncate_page +EXPORT_SYMBOL vmlinux 0x61f5482c vfs_parse_fs_param_source +EXPORT_SYMBOL vmlinux 0x6214aef2 cpufreq_unregister_notifier +EXPORT_SYMBOL vmlinux 0x6228c21f smp_call_function_single +EXPORT_SYMBOL vmlinux 0x622ba085 blkdev_compat_ptr_ioctl +EXPORT_SYMBOL vmlinux 0x62588abc md_done_sync +EXPORT_SYMBOL vmlinux 0x62625ceb fiemap_prep +EXPORT_SYMBOL vmlinux 0x62737e1d sock_unregister +EXPORT_SYMBOL vmlinux 0x6273cf6a bio_integrity_trim +EXPORT_SYMBOL vmlinux 0x6276af56 migrate_device_range +EXPORT_SYMBOL vmlinux 0x627d1a3e pci_msi_vec_count +EXPORT_SYMBOL vmlinux 0x6280f5d8 radix_tree_tag_clear +EXPORT_SYMBOL vmlinux 0x62849ac7 dev_valid_name +EXPORT_SYMBOL vmlinux 0x6293802e dst_destroy +EXPORT_SYMBOL vmlinux 0x62a2da7e rproc_vq_interrupt +EXPORT_SYMBOL vmlinux 0x62a61ec4 mach_pseries +EXPORT_SYMBOL vmlinux 0x62aa7386 generic_splice_sendpage +EXPORT_SYMBOL vmlinux 0x62b276c4 input_mt_sync_frame +EXPORT_SYMBOL vmlinux 0x62b59c22 kernel_sendpage +EXPORT_SYMBOL vmlinux 0x62d2b020 phy_start_aneg +EXPORT_SYMBOL vmlinux 0x62dcfb67 vmalloc_to_page +EXPORT_SYMBOL vmlinux 0x62e00f6d ip_tunnel_parse_protocol +EXPORT_SYMBOL vmlinux 0x62faa0d3 inet_frag_find +EXPORT_SYMBOL vmlinux 0x6315c42c zstd_get_params +EXPORT_SYMBOL vmlinux 0x631d06aa cpu_rmap_put +EXPORT_SYMBOL vmlinux 0x6323f938 sock_kmalloc +EXPORT_SYMBOL vmlinux 0x6326e5e7 nf_log_bind_pf +EXPORT_SYMBOL vmlinux 0x6357a3b7 sk_stream_wait_connect +EXPORT_SYMBOL vmlinux 0x637448c6 pcim_enable_device +EXPORT_SYMBOL vmlinux 0x6386d110 rproc_remove_subdev +EXPORT_SYMBOL vmlinux 0x63a2f55f ilookup5 +EXPORT_SYMBOL vmlinux 0x63a58370 flow_action_cookie_destroy +EXPORT_SYMBOL vmlinux 0x63a7c28c bitmap_find_free_region +EXPORT_SYMBOL vmlinux 0x63b81347 agp_free_memory +EXPORT_SYMBOL vmlinux 0x63bffd8e neigh_proc_dointvec +EXPORT_SYMBOL vmlinux 0x63d66e1f netdev_set_sb_channel +EXPORT_SYMBOL vmlinux 0x63d8dfc9 fscrypt_free_bounce_page +EXPORT_SYMBOL vmlinux 0x63e84f91 __dev_kfree_skb_any +EXPORT_SYMBOL vmlinux 0x63eb9355 panic_blink +EXPORT_SYMBOL vmlinux 0x63ecb62f __sock_i_ino +EXPORT_SYMBOL vmlinux 0x63f7e335 inet_stream_ops +EXPORT_SYMBOL vmlinux 0x64127b67 bitmap_find_next_zero_area_off +EXPORT_SYMBOL vmlinux 0x64263e19 skb_queue_tail +EXPORT_SYMBOL vmlinux 0x6432d659 rproc_elf_get_boot_addr +EXPORT_SYMBOL vmlinux 0x643340e9 d_set_fallthru +EXPORT_SYMBOL vmlinux 0x643f3068 __tracepoint_spi_transfer_stop +EXPORT_SYMBOL vmlinux 0x64516b13 dev_set_mac_address +EXPORT_SYMBOL vmlinux 0x6455298a security_xfrm_policy_free +EXPORT_SYMBOL vmlinux 0x6481ffe0 hsiphash_1u32 +EXPORT_SYMBOL vmlinux 0x64831cb8 xa_extract +EXPORT_SYMBOL vmlinux 0x648eb59d gc_inflight_list +EXPORT_SYMBOL vmlinux 0x64a9c928 default_blu +EXPORT_SYMBOL vmlinux 0x64aa92bf refcount_dec_and_mutex_lock +EXPORT_SYMBOL vmlinux 0x64b2f022 send_sig +EXPORT_SYMBOL vmlinux 0x64bbc288 string_unescape +EXPORT_SYMBOL vmlinux 0x64eb1ded skb_dequeue +EXPORT_SYMBOL vmlinux 0x64f13d73 configfs_register_default_group +EXPORT_SYMBOL vmlinux 0x64fdb0a6 mtree_erase +EXPORT_SYMBOL vmlinux 0x650a4644 console_stop +EXPORT_SYMBOL vmlinux 0x650d59f8 bio_alloc_clone +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 0x651f32a7 dcb_getapp +EXPORT_SYMBOL vmlinux 0x652032cb mac_pton +EXPORT_SYMBOL vmlinux 0x652ce9aa nla_memcmp +EXPORT_SYMBOL vmlinux 0x652f5bed msi_bitmap_alloc_hwirqs +EXPORT_SYMBOL vmlinux 0x65358a11 of_device_is_available +EXPORT_SYMBOL vmlinux 0x65408378 zlib_inflate_blob +EXPORT_SYMBOL vmlinux 0x654d8b88 tty_check_change +EXPORT_SYMBOL vmlinux 0x6553c8ae kernel_getsockname +EXPORT_SYMBOL vmlinux 0x656c1a0e string_escape_mem +EXPORT_SYMBOL vmlinux 0x656d5b7b __inode_sub_bytes +EXPORT_SYMBOL vmlinux 0x656e4a6e snprintf +EXPORT_SYMBOL vmlinux 0x65732aeb nf_register_sockopt +EXPORT_SYMBOL vmlinux 0x657b9994 radix_tree_next_chunk +EXPORT_SYMBOL vmlinux 0x65873967 __skb_recv_udp +EXPORT_SYMBOL vmlinux 0x658961e2 km_query +EXPORT_SYMBOL vmlinux 0x658aac02 kfree_skb_list_reason +EXPORT_SYMBOL vmlinux 0x658ce1a8 xxh64_reset +EXPORT_SYMBOL vmlinux 0x65929cae ns_to_timespec64 +EXPORT_SYMBOL vmlinux 0x659ded26 xfrm_flush_gc +EXPORT_SYMBOL vmlinux 0x65b659c4 genphy_c37_read_status +EXPORT_SYMBOL vmlinux 0x65b8ff69 proc_create_data +EXPORT_SYMBOL vmlinux 0x65c2be8d __folio_lock +EXPORT_SYMBOL vmlinux 0x65cadfe6 netdev_crit +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 0x65f7ad83 generic_permission +EXPORT_SYMBOL vmlinux 0x65fbbdab __blkdev_issue_zeroout +EXPORT_SYMBOL vmlinux 0x661be4ec skb_unlink +EXPORT_SYMBOL vmlinux 0x6620a15b rtnl_kfree_skbs +EXPORT_SYMBOL vmlinux 0x662499c0 __dev_get_by_name +EXPORT_SYMBOL vmlinux 0x6633f972 __traceiter_dma_fence_enable_signal +EXPORT_SYMBOL vmlinux 0x664ec434 tcp_connect +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 0x66712178 vmf_insert_mixed_prot +EXPORT_SYMBOL vmlinux 0x6673f96d xxh32_reset +EXPORT_SYMBOL vmlinux 0x669251f6 tcp_req_err +EXPORT_SYMBOL vmlinux 0x669c191b dm_consume_args +EXPORT_SYMBOL vmlinux 0x669ffc56 folio_wait_bit_killable +EXPORT_SYMBOL vmlinux 0x66b4cc41 kmemdup +EXPORT_SYMBOL vmlinux 0x66b6b664 file_fdatawait_range +EXPORT_SYMBOL vmlinux 0x66b6f1ff mdio_driver_unregister +EXPORT_SYMBOL vmlinux 0x66cfcd9b finish_no_open +EXPORT_SYMBOL vmlinux 0x66e80cbb vfs_rmdir +EXPORT_SYMBOL vmlinux 0x66fcffa1 ip6_fraglist_prepare +EXPORT_SYMBOL vmlinux 0x66ffb85f try_module_get +EXPORT_SYMBOL vmlinux 0x6707fa55 scsi_host_busy +EXPORT_SYMBOL vmlinux 0x672b8963 dmam_alloc_attrs +EXPORT_SYMBOL vmlinux 0x673f815e agp_bridges +EXPORT_SYMBOL vmlinux 0x67412d2f ucc_slow_enable +EXPORT_SYMBOL vmlinux 0x6749d53f hdmi_vendor_infoframe_init +EXPORT_SYMBOL vmlinux 0x674ee394 serio_bus +EXPORT_SYMBOL vmlinux 0x676f7058 __hw_addr_unsync_dev +EXPORT_SYMBOL vmlinux 0x67707e06 max8925_set_bits +EXPORT_SYMBOL vmlinux 0x677deee6 iov_iter_xarray +EXPORT_SYMBOL vmlinux 0x678b96ec dma_pool_alloc +EXPORT_SYMBOL vmlinux 0x67923863 md_reap_sync_thread +EXPORT_SYMBOL vmlinux 0x67927c5e current_time +EXPORT_SYMBOL vmlinux 0x67955583 serial8250_do_set_termios +EXPORT_SYMBOL vmlinux 0x679763a4 input_reset_device +EXPORT_SYMBOL vmlinux 0x67b78eb3 seq_hlist_next_rcu +EXPORT_SYMBOL vmlinux 0x67ba71b7 __skb_gro_checksum_complete +EXPORT_SYMBOL vmlinux 0x67cc86c4 pcix_get_max_mmrbc +EXPORT_SYMBOL vmlinux 0x67eaed41 may_umount +EXPORT_SYMBOL vmlinux 0x67fc472c gen_pool_dma_alloc_align +EXPORT_SYMBOL vmlinux 0x681f6cf1 eth_platform_get_mac_address +EXPORT_SYMBOL vmlinux 0x6831bccc input_set_timestamp +EXPORT_SYMBOL vmlinux 0x68404118 xfrm_state_register_afinfo +EXPORT_SYMBOL vmlinux 0x684114b1 __mod_zone_page_state +EXPORT_SYMBOL vmlinux 0x685687b0 idr_replace +EXPORT_SYMBOL vmlinux 0x686818bb down_read +EXPORT_SYMBOL vmlinux 0x686c2ff5 rproc_add_subdev +EXPORT_SYMBOL vmlinux 0x687b6a16 kdbgetsymval +EXPORT_SYMBOL vmlinux 0x687c0c67 scsi_vpd_tpg_id +EXPORT_SYMBOL vmlinux 0x6894c3e1 devm_aperture_acquire_for_platform_device +EXPORT_SYMBOL vmlinux 0x68a30ffe shared_processor +EXPORT_SYMBOL vmlinux 0x68ba6b29 register_netdevice_notifier_dev_net +EXPORT_SYMBOL vmlinux 0x68cf86d7 scsi_device_lookup +EXPORT_SYMBOL vmlinux 0x68db4e33 sockopt_ns_capable +EXPORT_SYMBOL vmlinux 0x68dda9d1 napi_consume_skb +EXPORT_SYMBOL vmlinux 0x6909440b __pgd_table_size +EXPORT_SYMBOL vmlinux 0x691ddbda get_bitmap_from_slot +EXPORT_SYMBOL vmlinux 0x69305ffa user_revoke +EXPORT_SYMBOL vmlinux 0x693e6e01 vme_dma_list_add +EXPORT_SYMBOL vmlinux 0x6943b373 md_update_sb +EXPORT_SYMBOL vmlinux 0x694b61ec wait_for_completion_state +EXPORT_SYMBOL vmlinux 0x695530f1 dma_async_device_register +EXPORT_SYMBOL vmlinux 0x6956d61a xfrm_lookup +EXPORT_SYMBOL vmlinux 0x695be9cb sock_setsockopt +EXPORT_SYMBOL vmlinux 0x696071b3 mtree_load +EXPORT_SYMBOL vmlinux 0x69668826 netdev_increment_features +EXPORT_SYMBOL vmlinux 0x6971447a rtc_month_days +EXPORT_SYMBOL vmlinux 0x697252cd ip_defrag +EXPORT_SYMBOL vmlinux 0x6972e413 __bitmap_weight_and +EXPORT_SYMBOL vmlinux 0x697ed5f0 memcpy_and_pad +EXPORT_SYMBOL vmlinux 0x69970e2f ip6mr_rule_default +EXPORT_SYMBOL vmlinux 0x69a58495 proc_create +EXPORT_SYMBOL vmlinux 0x69a8dfde devm_register_reboot_notifier +EXPORT_SYMBOL vmlinux 0x69b57af9 devm_request_threaded_irq +EXPORT_SYMBOL vmlinux 0x69b965bb get_tree_bdev +EXPORT_SYMBOL vmlinux 0x69dd3b5b crc32_le +EXPORT_SYMBOL vmlinux 0x69de8757 vme_check_window +EXPORT_SYMBOL vmlinux 0x69f9ebd3 udp_seq_ops +EXPORT_SYMBOL vmlinux 0x69fb3981 icmp_ndo_send +EXPORT_SYMBOL vmlinux 0x69fea2d2 of_translate_dma_address +EXPORT_SYMBOL vmlinux 0x69ff36d7 iptun_encaps +EXPORT_SYMBOL vmlinux 0x6a037cf1 mempool_kfree +EXPORT_SYMBOL vmlinux 0x6a0e4411 mmc_gpio_get_ro +EXPORT_SYMBOL vmlinux 0x6a173026 kmem_cache_free_bulk +EXPORT_SYMBOL vmlinux 0x6a1b39ba free_task +EXPORT_SYMBOL vmlinux 0x6a29f886 input_register_handler +EXPORT_SYMBOL vmlinux 0x6a2cec21 pci_domain_nr +EXPORT_SYMBOL vmlinux 0x6a337a8a sdev_enable_disk_events +EXPORT_SYMBOL vmlinux 0x6a3b50d4 of_clk_get_by_name +EXPORT_SYMBOL vmlinux 0x6a515999 blk_queue_io_opt +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 0x6a7fc50e security_dentry_create_files_as +EXPORT_SYMBOL vmlinux 0x6a82d8f8 atomic_dec_and_mutex_lock +EXPORT_SYMBOL vmlinux 0x6a8b9a32 blk_queue_max_discard_sectors +EXPORT_SYMBOL vmlinux 0x6a9796ad mdiobus_write_nested +EXPORT_SYMBOL vmlinux 0x6a9a9e4f override_creds +EXPORT_SYMBOL vmlinux 0x6a9c581c __neigh_set_probe_once +EXPORT_SYMBOL vmlinux 0x6ab040fd reuseport_alloc +EXPORT_SYMBOL vmlinux 0x6abf5e23 mr_vif_seq_idx +EXPORT_SYMBOL vmlinux 0x6acf94a5 udp_lib_get_port +EXPORT_SYMBOL vmlinux 0x6adafa06 fifo_set_limit +EXPORT_SYMBOL vmlinux 0x6ade6454 trace_print_array_seq +EXPORT_SYMBOL vmlinux 0x6aeefac4 zlib_deflateReset +EXPORT_SYMBOL vmlinux 0x6afcb2b4 fb_prepare_logo +EXPORT_SYMBOL vmlinux 0x6b10bee1 _copy_to_user +EXPORT_SYMBOL vmlinux 0x6b155f00 nonseekable_open +EXPORT_SYMBOL vmlinux 0x6b16ee70 rproc_coredump_add_custom_segment +EXPORT_SYMBOL vmlinux 0x6b2dc060 dump_stack +EXPORT_SYMBOL vmlinux 0x6b3b4e53 input_copy_abs +EXPORT_SYMBOL vmlinux 0x6b46d3eb neigh_sysctl_register +EXPORT_SYMBOL vmlinux 0x6b55acd0 rtnl_lock_killable +EXPORT_SYMBOL vmlinux 0x6b5db4b3 get_fs_type +EXPORT_SYMBOL vmlinux 0x6b61bd24 netdev_class_remove_file_ns +EXPORT_SYMBOL vmlinux 0x6b73d115 tty_unregister_device +EXPORT_SYMBOL vmlinux 0x6b8207b4 agp_generic_free_gatt_table +EXPORT_SYMBOL vmlinux 0x6b853d06 ns_to_kernel_old_timeval +EXPORT_SYMBOL vmlinux 0x6b8bf149 netif_receive_skb_list +EXPORT_SYMBOL vmlinux 0x6b912155 jbd2_journal_put_journal_head +EXPORT_SYMBOL vmlinux 0x6bad9047 tcf_block_get +EXPORT_SYMBOL vmlinux 0x6bbb8802 phy_reset_after_clk_enable +EXPORT_SYMBOL vmlinux 0x6bc241f6 ww_mutex_lock_interruptible +EXPORT_SYMBOL vmlinux 0x6bc3fbc0 __unregister_chrdev +EXPORT_SYMBOL vmlinux 0x6bdeab7f down_read_interruptible +EXPORT_SYMBOL vmlinux 0x6be0db74 __post_watch_notification +EXPORT_SYMBOL vmlinux 0x6bf181c1 __tracepoint_kmem_cache_free +EXPORT_SYMBOL vmlinux 0x6bf49262 _raw_write_unlock_bh +EXPORT_SYMBOL vmlinux 0x6c2184e0 fscrypt_setup_filename +EXPORT_SYMBOL vmlinux 0x6c61ce70 num_registered_fb +EXPORT_SYMBOL vmlinux 0x6c67320d skb_copy_and_csum_bits +EXPORT_SYMBOL vmlinux 0x6c7a0323 __tracepoint_kmem_cache_alloc +EXPORT_SYMBOL vmlinux 0x6c837319 mmc_gpio_set_cd_isr +EXPORT_SYMBOL vmlinux 0x6cb46525 netlbl_catmap_walk +EXPORT_SYMBOL vmlinux 0x6cc09945 ioread32_rep +EXPORT_SYMBOL vmlinux 0x6cd564ff vio_get_attribute +EXPORT_SYMBOL vmlinux 0x6cdb18e2 sock_recvmsg +EXPORT_SYMBOL vmlinux 0x6cf0d67d qe_get_num_of_snums +EXPORT_SYMBOL vmlinux 0x6d008f7c qdisc_put +EXPORT_SYMBOL vmlinux 0x6d1a0521 unlock_new_inode +EXPORT_SYMBOL vmlinux 0x6d294e43 clock_t_to_jiffies +EXPORT_SYMBOL vmlinux 0x6d31b251 fasync_helper +EXPORT_SYMBOL vmlinux 0x6d31fe0f lease_get_mtime +EXPORT_SYMBOL vmlinux 0x6d33d846 pci_release_resource +EXPORT_SYMBOL vmlinux 0x6d40eee6 mipi_dsi_dcs_set_column_address +EXPORT_SYMBOL vmlinux 0x6d576659 __task_pid_nr_ns +EXPORT_SYMBOL vmlinux 0x6d58f69e agp3_generic_sizes +EXPORT_SYMBOL vmlinux 0x6d67da69 d_splice_alias +EXPORT_SYMBOL vmlinux 0x6d7c7dcc bitmap_cut +EXPORT_SYMBOL vmlinux 0x6d87c20c generic_block_bmap +EXPORT_SYMBOL vmlinux 0x6d91b62d netif_skb_features +EXPORT_SYMBOL vmlinux 0x6d91d3d4 vfs_clone_file_range +EXPORT_SYMBOL vmlinux 0x6db0d8ca pci_bus_assign_resources +EXPORT_SYMBOL vmlinux 0x6db9f99e flow_indr_dev_unregister +EXPORT_SYMBOL vmlinux 0x6dba9051 xz_dec_microlzma_end +EXPORT_SYMBOL vmlinux 0x6dc65b6e of_graph_get_port_by_id +EXPORT_SYMBOL vmlinux 0x6dcc993a fs_param_is_fd +EXPORT_SYMBOL vmlinux 0x6dcf857f uuid_null +EXPORT_SYMBOL vmlinux 0x6de7f676 __netif_napi_del +EXPORT_SYMBOL vmlinux 0x6df1aaf1 kernel_sigaction +EXPORT_SYMBOL vmlinux 0x6df81a49 clean_bdev_aliases +EXPORT_SYMBOL vmlinux 0x6e13bbf2 backlight_device_get_by_name +EXPORT_SYMBOL vmlinux 0x6e47a80d neigh_parms_release +EXPORT_SYMBOL vmlinux 0x6e5b8651 xz_dec_run +EXPORT_SYMBOL vmlinux 0x6e6278c2 bioset_exit +EXPORT_SYMBOL vmlinux 0x6e6bc707 t10_pi_type1_crc +EXPORT_SYMBOL vmlinux 0x6e720ff2 rtnl_unlock +EXPORT_SYMBOL vmlinux 0x6e72ca13 ip6_dst_alloc +EXPORT_SYMBOL vmlinux 0x6e79a85b blk_pm_runtime_init +EXPORT_SYMBOL vmlinux 0x6e98a779 neigh_parms_alloc +EXPORT_SYMBOL vmlinux 0x6e99086b dev_disable_lro +EXPORT_SYMBOL vmlinux 0x6e9a448d __pte_frag_nr +EXPORT_SYMBOL vmlinux 0x6e9dd606 __symbol_put +EXPORT_SYMBOL vmlinux 0x6ea9363b force_sig +EXPORT_SYMBOL vmlinux 0x6ec2c93c inet_csk_destroy_sock +EXPORT_SYMBOL vmlinux 0x6ed15d1c ipv6_setsockopt +EXPORT_SYMBOL vmlinux 0x6ed5c28a rawv6_mh_filter_unregister +EXPORT_SYMBOL vmlinux 0x6edd2f9d tcp_read_sock +EXPORT_SYMBOL vmlinux 0x6eecfaf4 sg_copy_buffer +EXPORT_SYMBOL vmlinux 0x6eee4b37 mr_mfc_seq_idx +EXPORT_SYMBOL vmlinux 0x6f08b1c6 mempool_exit +EXPORT_SYMBOL vmlinux 0x6f108ca5 netif_set_real_num_rx_queues +EXPORT_SYMBOL vmlinux 0x6f1283ee idr_for_each +EXPORT_SYMBOL vmlinux 0x6f14e9db console_list_lock +EXPORT_SYMBOL vmlinux 0x6f2a1e7c netpoll_print_options +EXPORT_SYMBOL vmlinux 0x6f368cba blk_queue_segment_boundary +EXPORT_SYMBOL vmlinux 0x6f4a59e4 sort_r +EXPORT_SYMBOL vmlinux 0x6f984702 netif_tx_wake_queue +EXPORT_SYMBOL vmlinux 0x6f9e6519 dcb_ieee_delapp +EXPORT_SYMBOL vmlinux 0x6fa71321 tcf_get_next_proto +EXPORT_SYMBOL vmlinux 0x6fb49676 queue_rcu_work +EXPORT_SYMBOL vmlinux 0x6fb825d2 inet_proto_csum_replace16 +EXPORT_SYMBOL vmlinux 0x6fc002f6 inet_offloads +EXPORT_SYMBOL vmlinux 0x6fcabfba dev_uc_sync_multiple +EXPORT_SYMBOL vmlinux 0x6fcb87a1 touch_softlockup_watchdog +EXPORT_SYMBOL vmlinux 0x6fefe282 __kfree_skb +EXPORT_SYMBOL vmlinux 0x6ff24cad sock_create +EXPORT_SYMBOL vmlinux 0x70002fe8 siphash_1u32 +EXPORT_SYMBOL vmlinux 0x700360dc md_wait_for_blocked_rdev +EXPORT_SYMBOL vmlinux 0x7010775f sock_bind_add +EXPORT_SYMBOL vmlinux 0x7028ccf3 try_lookup_one_len +EXPORT_SYMBOL vmlinux 0x704115b3 qe_usb_clock_set +EXPORT_SYMBOL vmlinux 0x704b1784 bio_add_page +EXPORT_SYMBOL vmlinux 0x7054a3e4 request_dma +EXPORT_SYMBOL vmlinux 0x7058b54f skb_orphan_partial +EXPORT_SYMBOL vmlinux 0x7064217d vme_slot_num +EXPORT_SYMBOL vmlinux 0x706f275e md_check_recovery +EXPORT_SYMBOL vmlinux 0x7078f083 dm_mq_kick_requeue_list +EXPORT_SYMBOL vmlinux 0x707d0c23 xfrm_state_free +EXPORT_SYMBOL vmlinux 0x707eb5bf cdev_add +EXPORT_SYMBOL vmlinux 0x707fe136 unregister_framebuffer +EXPORT_SYMBOL vmlinux 0x709ad8c5 param_set_long +EXPORT_SYMBOL vmlinux 0x70a54b7d tcp_md5_do_add +EXPORT_SYMBOL vmlinux 0x70bbc452 agp_generic_alloc_pages +EXPORT_SYMBOL vmlinux 0x70c7a0b9 free_buffer_head +EXPORT_SYMBOL vmlinux 0x70f5e448 kmalloc_trace +EXPORT_SYMBOL vmlinux 0x710929e9 wait_for_completion_killable_timeout +EXPORT_SYMBOL vmlinux 0x7119fbd9 fwnode_mdio_find_device +EXPORT_SYMBOL vmlinux 0x7129e5f8 hex_asc +EXPORT_SYMBOL vmlinux 0x712ee3ce __invalidate_device +EXPORT_SYMBOL vmlinux 0x7131bf58 tty_termios_hw_change +EXPORT_SYMBOL vmlinux 0x71371edc netdev_lower_dev_get_private +EXPORT_SYMBOL vmlinux 0x713b0dad nf_register_net_hooks +EXPORT_SYMBOL vmlinux 0x7147af5e d_instantiate +EXPORT_SYMBOL vmlinux 0x715a5ed0 vprintk +EXPORT_SYMBOL vmlinux 0x7171121c overflowgid +EXPORT_SYMBOL vmlinux 0x71a672ef dmam_pool_destroy +EXPORT_SYMBOL vmlinux 0x71b6358d fib_notifier_ops_register +EXPORT_SYMBOL vmlinux 0x71ca1dfd of_clk_get +EXPORT_SYMBOL vmlinux 0x71d334a0 dm_table_get_md +EXPORT_SYMBOL vmlinux 0x71d5c33a inc_node_state +EXPORT_SYMBOL vmlinux 0x71eb6aea generic_write_checks +EXPORT_SYMBOL vmlinux 0x71f95467 __module_get +EXPORT_SYMBOL vmlinux 0x71fd7fe0 __register_nls +EXPORT_SYMBOL vmlinux 0x720a27a7 __register_blkdev +EXPORT_SYMBOL vmlinux 0x72159768 mtree_alloc_rrange +EXPORT_SYMBOL vmlinux 0x72474746 tty_port_close_end +EXPORT_SYMBOL vmlinux 0x724eef22 of_find_net_device_by_node +EXPORT_SYMBOL vmlinux 0x72541785 ipv6_chk_addr +EXPORT_SYMBOL vmlinux 0x7254799a phy_connect_direct +EXPORT_SYMBOL vmlinux 0x725576ba mmc_retune_unpause +EXPORT_SYMBOL vmlinux 0x72608c0e do_uaccess_flush +EXPORT_SYMBOL vmlinux 0x726738f3 compat_ptr_ioctl +EXPORT_SYMBOL vmlinux 0x72779631 blk_rq_append_bio +EXPORT_SYMBOL vmlinux 0x72a50966 ucc_fast_disable +EXPORT_SYMBOL vmlinux 0x72b030ed copy_page_to_iter +EXPORT_SYMBOL vmlinux 0x72b243d4 free_dma +EXPORT_SYMBOL vmlinux 0x72b519ff blk_integrity_unregister +EXPORT_SYMBOL vmlinux 0x72b6459d simple_setattr +EXPORT_SYMBOL vmlinux 0x72b7aec4 key_unlink +EXPORT_SYMBOL vmlinux 0x72b9d287 default_grn +EXPORT_SYMBOL vmlinux 0x72bbbaf1 param_ops_ushort +EXPORT_SYMBOL vmlinux 0x72be98c1 mmc_set_blocklen +EXPORT_SYMBOL vmlinux 0x72c54424 locks_remove_posix +EXPORT_SYMBOL vmlinux 0x72c98139 __arch_hweight64 +EXPORT_SYMBOL vmlinux 0x72d06afd pci_claim_resource +EXPORT_SYMBOL vmlinux 0x72d64898 vme_lm_request +EXPORT_SYMBOL vmlinux 0x72e95a9d scsi_print_command +EXPORT_SYMBOL vmlinux 0x72ea7b2d scsi_device_type +EXPORT_SYMBOL vmlinux 0x72eeb9cb __put_user_ns +EXPORT_SYMBOL vmlinux 0x7309d1b1 inet_del_offload +EXPORT_SYMBOL vmlinux 0x73109446 down_interruptible +EXPORT_SYMBOL vmlinux 0x7315a4e9 twl6030_mmc_card_detect_config +EXPORT_SYMBOL vmlinux 0x73187f11 netdev_sk_get_lowest_dev +EXPORT_SYMBOL vmlinux 0x731a747a pci_io_base +EXPORT_SYMBOL vmlinux 0x7327408d do_splice_direct +EXPORT_SYMBOL vmlinux 0x732dd326 groups_free +EXPORT_SYMBOL vmlinux 0x73329d76 pci_try_set_mwi +EXPORT_SYMBOL vmlinux 0x733730df __block_write_begin +EXPORT_SYMBOL vmlinux 0x734bc9c6 sk_send_sigurg +EXPORT_SYMBOL vmlinux 0x73554f80 call_fib_notifiers +EXPORT_SYMBOL vmlinux 0x73556b47 alloc_fcdev +EXPORT_SYMBOL vmlinux 0x73774d19 block_read_full_folio +EXPORT_SYMBOL vmlinux 0x73783415 mdio_driver_register +EXPORT_SYMBOL vmlinux 0x7380dffa argv_split +EXPORT_SYMBOL vmlinux 0x7385760d md_bitmap_unplug +EXPORT_SYMBOL vmlinux 0x73998efa cpm_muram_free_addr +EXPORT_SYMBOL vmlinux 0x739fd00f __SCK__tp_func_module_get +EXPORT_SYMBOL vmlinux 0x73a30a65 ipv6_chk_prefix +EXPORT_SYMBOL vmlinux 0x73abb180 alloc_contig_range +EXPORT_SYMBOL vmlinux 0x73b745a1 dump_skip_to +EXPORT_SYMBOL vmlinux 0x73cb30a2 mark_info_dirty +EXPORT_SYMBOL vmlinux 0x73d3cc16 xfrm_policy_walk +EXPORT_SYMBOL vmlinux 0x74066ba4 seq_putc +EXPORT_SYMBOL vmlinux 0x7410aba2 strreplace +EXPORT_SYMBOL vmlinux 0x7412ed5b kvfree_sensitive +EXPORT_SYMBOL vmlinux 0x741c0a84 mtree_destroy +EXPORT_SYMBOL vmlinux 0x742578a5 wait_for_random_bytes +EXPORT_SYMBOL vmlinux 0x7429e20c kstrtos8 +EXPORT_SYMBOL vmlinux 0x7439ce74 mmc_can_erase +EXPORT_SYMBOL vmlinux 0x7439fd86 radix_tree_lookup +EXPORT_SYMBOL vmlinux 0x7448af3b ps2_init +EXPORT_SYMBOL vmlinux 0x74528e9b copy_page_from_iter_atomic +EXPORT_SYMBOL vmlinux 0x7453d3e8 security_release_secctx +EXPORT_SYMBOL vmlinux 0x74630726 vfs_tmpfile_open +EXPORT_SYMBOL vmlinux 0x74651677 pm860x_reg_write +EXPORT_SYMBOL vmlinux 0x74688a26 fs_context_for_mount +EXPORT_SYMBOL vmlinux 0x7472a3aa udp_pre_connect +EXPORT_SYMBOL vmlinux 0x7479b3ba default_qdisc_ops +EXPORT_SYMBOL vmlinux 0x7483dc59 pci_dev_present +EXPORT_SYMBOL vmlinux 0x7485d583 setattr_prepare +EXPORT_SYMBOL vmlinux 0x748842e0 prepare_to_wait_exclusive +EXPORT_SYMBOL vmlinux 0x748e1325 i2c_smbus_read_byte_data +EXPORT_SYMBOL vmlinux 0x749cced8 jbd2_journal_errno +EXPORT_SYMBOL vmlinux 0x74a08af1 remove_proc_subtree +EXPORT_SYMBOL vmlinux 0x74b8e674 slhc_toss +EXPORT_SYMBOL vmlinux 0x74c0ac6d inet_select_addr +EXPORT_SYMBOL vmlinux 0x74c134b9 __sw_hweight32 +EXPORT_SYMBOL vmlinux 0x74e5ff1a udpv6_encap_enable +EXPORT_SYMBOL vmlinux 0x74f1cd69 __cpu_present_mask +EXPORT_SYMBOL vmlinux 0x750a9724 twl6040_clear_bits +EXPORT_SYMBOL vmlinux 0x750de580 mmc_remove_host +EXPORT_SYMBOL vmlinux 0x7510c895 update_region +EXPORT_SYMBOL vmlinux 0x7538b132 agp_off +EXPORT_SYMBOL vmlinux 0x75582884 __register_binfmt +EXPORT_SYMBOL vmlinux 0x755f4ba3 blake2s_compress_generic +EXPORT_SYMBOL vmlinux 0x757534ef drop_super_exclusive +EXPORT_SYMBOL vmlinux 0x7578edfc get_ipc_ns_exported +EXPORT_SYMBOL vmlinux 0x757e2a56 __vfs_getxattr +EXPORT_SYMBOL vmlinux 0x758093f8 get_tree_single_reconf +EXPORT_SYMBOL vmlinux 0x759d2604 rtas +EXPORT_SYMBOL vmlinux 0x75a5ac90 of_find_property +EXPORT_SYMBOL vmlinux 0x75a5d3b9 netif_set_xps_queue +EXPORT_SYMBOL vmlinux 0x75aa6ca1 __kernel_virt_start +EXPORT_SYMBOL vmlinux 0x75ada1f1 inet6_register_protosw +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 0x75e130bd nf_log_trace +EXPORT_SYMBOL vmlinux 0x75e63f09 crypto_sha1_finup +EXPORT_SYMBOL vmlinux 0x76039f3c rproc_of_parse_firmware +EXPORT_SYMBOL vmlinux 0x7608aa26 udpv6_sendmsg +EXPORT_SYMBOL vmlinux 0x760a0f4f yield +EXPORT_SYMBOL vmlinux 0x7618af39 hdmi_infoframe_check +EXPORT_SYMBOL vmlinux 0x7618cd88 genphy_read_lpa +EXPORT_SYMBOL vmlinux 0x76238dda mq_change_real_num_tx +EXPORT_SYMBOL vmlinux 0x7624249e dim_park_tired +EXPORT_SYMBOL vmlinux 0x7629a198 tcf_action_dump_1 +EXPORT_SYMBOL vmlinux 0x7647726c handle_sysrq +EXPORT_SYMBOL vmlinux 0x765ff474 crc_t10dif_generic +EXPORT_SYMBOL vmlinux 0x76618fa7 rproc_coredump_using_sections +EXPORT_SYMBOL vmlinux 0x766a0927 mempool_alloc_pages +EXPORT_SYMBOL vmlinux 0x767fb67b netif_rx +EXPORT_SYMBOL vmlinux 0x7682ba4e __copy_overflow +EXPORT_SYMBOL vmlinux 0x76899e69 flush_dcache_icache_page +EXPORT_SYMBOL vmlinux 0x769f6e64 errseq_check +EXPORT_SYMBOL vmlinux 0x76a20399 dcb_ieee_getapp_default_prio_mask +EXPORT_SYMBOL vmlinux 0x76b2a283 skb_seq_read +EXPORT_SYMBOL vmlinux 0x76b387b3 wireless_spy_update +EXPORT_SYMBOL vmlinux 0x76c3a335 proto_unregister +EXPORT_SYMBOL vmlinux 0x76cd2a42 nf_log_unregister +EXPORT_SYMBOL vmlinux 0x76cd4a6d jbd2_journal_update_sb_errno +EXPORT_SYMBOL vmlinux 0x76d2f4fa rproc_del +EXPORT_SYMBOL vmlinux 0x76d3cd60 laptop_mode +EXPORT_SYMBOL vmlinux 0x76da0bcc begin_new_exec +EXPORT_SYMBOL vmlinux 0x76eda258 devm_get_clk_from_child +EXPORT_SYMBOL vmlinux 0x76ef53af phy_write_mmd +EXPORT_SYMBOL vmlinux 0x76f393dc dev_lstats_read +EXPORT_SYMBOL vmlinux 0x76f544b8 finalize_exec +EXPORT_SYMBOL vmlinux 0x76faf60d blk_rq_map_integrity_sg +EXPORT_SYMBOL vmlinux 0x77020d13 dm_kcopyd_zero +EXPORT_SYMBOL vmlinux 0x77234d37 downgrade_write +EXPORT_SYMBOL vmlinux 0x7732159c free_irq_cpu_rmap +EXPORT_SYMBOL vmlinux 0x7733ffbe __phy_resume +EXPORT_SYMBOL vmlinux 0x77358855 iomem_resource +EXPORT_SYMBOL vmlinux 0x773fa409 __kfifo_dma_in_finish_r +EXPORT_SYMBOL vmlinux 0x774f9f18 freezing_slow_path +EXPORT_SYMBOL vmlinux 0x77575f05 clocksource_unregister +EXPORT_SYMBOL vmlinux 0x77600dc3 of_platform_device_create +EXPORT_SYMBOL vmlinux 0x7765f1d6 flow_rule_match_enc_ports +EXPORT_SYMBOL vmlinux 0x776ca93a __clzdi2 +EXPORT_SYMBOL vmlinux 0x7786740a param_ops_string +EXPORT_SYMBOL vmlinux 0x77a67145 nf_ip_checksum +EXPORT_SYMBOL vmlinux 0x77bbb1dc finish_open +EXPORT_SYMBOL vmlinux 0x77bc13a0 strim +EXPORT_SYMBOL vmlinux 0x77ccbc89 phy_disconnect +EXPORT_SYMBOL vmlinux 0x77d32bc7 task_lookup_next_fd_rcu +EXPORT_SYMBOL vmlinux 0x77e9eb37 aes_encrypt +EXPORT_SYMBOL vmlinux 0x77ea1d11 netlink_rcv_skb +EXPORT_SYMBOL vmlinux 0x77edcbae tty_port_alloc_xmit_buf +EXPORT_SYMBOL vmlinux 0x77f657be mipi_dsi_shutdown_peripheral +EXPORT_SYMBOL vmlinux 0x77fee50d register_sysctl_table +EXPORT_SYMBOL vmlinux 0x7807f0f8 schedule_timeout_idle +EXPORT_SYMBOL vmlinux 0x7818d04a pnv_cxl_get_irq_count +EXPORT_SYMBOL vmlinux 0x78220f78 of_graph_get_endpoint_count +EXPORT_SYMBOL vmlinux 0x7824cd9b neigh_proc_dointvec_ms_jiffies +EXPORT_SYMBOL vmlinux 0x782d17e5 key_put +EXPORT_SYMBOL vmlinux 0x7832d791 dcb_ieee_getapp_dscp_prio_mask_map +EXPORT_SYMBOL vmlinux 0x7838d707 shmem_aops +EXPORT_SYMBOL vmlinux 0x783b8edd pmem_should_map_pages +EXPORT_SYMBOL vmlinux 0x78427fb7 radix__flush_pmd_tlb_range +EXPORT_SYMBOL vmlinux 0x784455c8 pin_user_pages_unlocked +EXPORT_SYMBOL vmlinux 0x7846af3e __kfifo_len_r +EXPORT_SYMBOL vmlinux 0x784c956c __traceiter_spi_transfer_stop +EXPORT_SYMBOL vmlinux 0x785124b2 of_mdiobus_child_is_phy +EXPORT_SYMBOL vmlinux 0x787f7017 blackhole_netdev +EXPORT_SYMBOL vmlinux 0x78851d2f _outsb +EXPORT_SYMBOL vmlinux 0x78860268 dev_load +EXPORT_SYMBOL vmlinux 0x7899393e vmap +EXPORT_SYMBOL vmlinux 0x78a1155b nla_put_nohdr +EXPORT_SYMBOL vmlinux 0x78a16f48 aes_decrypt +EXPORT_SYMBOL vmlinux 0x78a9e905 _numa_mem_ +EXPORT_SYMBOL vmlinux 0x78b64525 page_cache_prev_miss +EXPORT_SYMBOL vmlinux 0x78b887ed vsprintf +EXPORT_SYMBOL vmlinux 0x78c16edf devm_backlight_device_register +EXPORT_SYMBOL vmlinux 0x78d5181b i2c_verify_client +EXPORT_SYMBOL vmlinux 0x78d84cfe jbd2_journal_revoke +EXPORT_SYMBOL vmlinux 0x78d96fd1 block_commit_write +EXPORT_SYMBOL vmlinux 0x78df6bd7 no_pci_devices +EXPORT_SYMBOL vmlinux 0x78e9b187 inc_zone_page_state +EXPORT_SYMBOL vmlinux 0x78fff0e3 dcb_setapp +EXPORT_SYMBOL vmlinux 0x79044a9a vga_set_legacy_decoding +EXPORT_SYMBOL vmlinux 0x790a6f53 fs_param_is_string +EXPORT_SYMBOL vmlinux 0x790bae12 kill_litter_super +EXPORT_SYMBOL vmlinux 0x7929b47d __sk_mem_schedule +EXPORT_SYMBOL vmlinux 0x794026ae tty_vhangup +EXPORT_SYMBOL vmlinux 0x79510877 jbd2_journal_set_triggers +EXPORT_SYMBOL vmlinux 0x797b29b8 udp6_csum_init +EXPORT_SYMBOL vmlinux 0x7984eefc key_update +EXPORT_SYMBOL vmlinux 0x7986eb86 bio_init +EXPORT_SYMBOL vmlinux 0x798eb6ce cdrom_get_last_written +EXPORT_SYMBOL vmlinux 0x79a33f85 vme_get_size +EXPORT_SYMBOL vmlinux 0x79c54bde seq_read +EXPORT_SYMBOL vmlinux 0x79d6e540 __cpu_dying_mask +EXPORT_SYMBOL vmlinux 0x7a1bcd59 gf128mul_x8_ble +EXPORT_SYMBOL vmlinux 0x7a1bd4be always_delete_dentry +EXPORT_SYMBOL vmlinux 0x7a1dab85 dma_sync_sg_for_device +EXPORT_SYMBOL vmlinux 0x7a2881eb dquot_quotactl_sysfile_ops +EXPORT_SYMBOL vmlinux 0x7a2d6c97 __debugger_ipi +EXPORT_SYMBOL vmlinux 0x7a2ff57e security_current_getsecid_subj +EXPORT_SYMBOL vmlinux 0x7a4c56bf __insert_inode_hash +EXPORT_SYMBOL vmlinux 0x7a53a06d flow_indr_dev_exists +EXPORT_SYMBOL vmlinux 0x7a65dde7 __of_mdiobus_register +EXPORT_SYMBOL vmlinux 0x7a71741f __xa_cmpxchg +EXPORT_SYMBOL vmlinux 0x7a7de0d6 mempool_init_node +EXPORT_SYMBOL vmlinux 0x7a8003f9 sock_kzfree_s +EXPORT_SYMBOL vmlinux 0x7a872db9 fscrypt_ioctl_set_policy +EXPORT_SYMBOL vmlinux 0x7a8da822 of_get_compatible_child +EXPORT_SYMBOL vmlinux 0x7a95e5ae do_settimeofday64 +EXPORT_SYMBOL vmlinux 0x7a968137 ucc_slow_restart_tx +EXPORT_SYMBOL vmlinux 0x7aa1756e kvfree +EXPORT_SYMBOL vmlinux 0x7aa73336 cfb_fillrect +EXPORT_SYMBOL vmlinux 0x7ab5f8c3 _insw_ns +EXPORT_SYMBOL vmlinux 0x7aba86db node_to_cpumask_map +EXPORT_SYMBOL vmlinux 0x7ad050b9 qid_lt +EXPORT_SYMBOL vmlinux 0x7adc0fbf rb_replace_node_rcu +EXPORT_SYMBOL vmlinux 0x7ae5d317 qe_get_snum +EXPORT_SYMBOL vmlinux 0x7afbabdb xfrm_state_update +EXPORT_SYMBOL vmlinux 0x7b19fcf0 tcf_chain_put_by_act +EXPORT_SYMBOL vmlinux 0x7b37d4a7 _find_first_zero_bit +EXPORT_SYMBOL vmlinux 0x7b480875 scsi_mode_sense +EXPORT_SYMBOL vmlinux 0x7b484878 filemap_write_and_wait_range +EXPORT_SYMBOL vmlinux 0x7b4dfcf7 devm_clk_get_optional +EXPORT_SYMBOL vmlinux 0x7b5b8f31 sha256_update +EXPORT_SYMBOL vmlinux 0x7b5d79f1 crypto_sha1_update +EXPORT_SYMBOL vmlinux 0x7b605222 padata_do_serial +EXPORT_SYMBOL vmlinux 0x7b6ad4a8 netif_tx_stop_all_queues +EXPORT_SYMBOL vmlinux 0x7b924c9c inet_del_protocol +EXPORT_SYMBOL vmlinux 0x7ba3714a dquot_get_dqblk +EXPORT_SYMBOL vmlinux 0x7ba813c5 __wake_up +EXPORT_SYMBOL vmlinux 0x7bace911 make_kprojid +EXPORT_SYMBOL vmlinux 0x7bad9acb scsi_eh_finish_cmd +EXPORT_SYMBOL vmlinux 0x7bbccd05 nr_node_ids +EXPORT_SYMBOL vmlinux 0x7bcde7bb cur_cpu_spec +EXPORT_SYMBOL vmlinux 0x7bd8f50d radix_tree_gang_lookup_tag +EXPORT_SYMBOL vmlinux 0x7be06080 i2c_register_driver +EXPORT_SYMBOL vmlinux 0x7bebc5d5 proc_set_user +EXPORT_SYMBOL vmlinux 0x7bee6bbd generic_file_write_iter +EXPORT_SYMBOL vmlinux 0x7c173634 __bitmap_complement +EXPORT_SYMBOL vmlinux 0x7c1bf1c4 agp_enable +EXPORT_SYMBOL vmlinux 0x7c296ec9 ethtool_op_get_link +EXPORT_SYMBOL vmlinux 0x7c32bfaf padata_free +EXPORT_SYMBOL vmlinux 0x7c3dbac6 sock_release +EXPORT_SYMBOL vmlinux 0x7c46233a cpufreq_quick_get +EXPORT_SYMBOL vmlinux 0x7c5a1bf6 sock_sendmsg +EXPORT_SYMBOL vmlinux 0x7c63a098 radix_tree_insert +EXPORT_SYMBOL vmlinux 0x7c72db5b get_cached_acl_rcu +EXPORT_SYMBOL vmlinux 0x7c7a5528 flow_block_cb_free +EXPORT_SYMBOL vmlinux 0x7c8fa358 ip_options_compile +EXPORT_SYMBOL vmlinux 0x7ca66af9 fs_param_is_u32 +EXPORT_SYMBOL vmlinux 0x7cbc987b skb_eth_pop +EXPORT_SYMBOL vmlinux 0x7cd9fd0a migrate_device_pages +EXPORT_SYMBOL vmlinux 0x7ce18c9f from_kqid +EXPORT_SYMBOL vmlinux 0x7ce58981 kvrealloc +EXPORT_SYMBOL vmlinux 0x7cebde58 __breadahead +EXPORT_SYMBOL vmlinux 0x7cf35220 vme_master_free +EXPORT_SYMBOL vmlinux 0x7cf7921f posix_acl_from_xattr +EXPORT_SYMBOL vmlinux 0x7cf9f6b1 remap_pfn_range +EXPORT_SYMBOL vmlinux 0x7cfaf0da sock_no_socketpair +EXPORT_SYMBOL vmlinux 0x7cfe368d net_dim_get_def_tx_moderation +EXPORT_SYMBOL vmlinux 0x7cfecef6 rps_may_expire_flow +EXPORT_SYMBOL vmlinux 0x7d047fb3 tcf_idrinfo_destroy +EXPORT_SYMBOL vmlinux 0x7d08613d blk_queue_flag_set +EXPORT_SYMBOL vmlinux 0x7d0db45c jiffies_to_clock_t +EXPORT_SYMBOL vmlinux 0x7d1e9d90 dev_deactivate +EXPORT_SYMBOL vmlinux 0x7d264764 skb_kill_datagram +EXPORT_SYMBOL vmlinux 0x7d273f40 cookie_ecn_ok +EXPORT_SYMBOL vmlinux 0x7d27e504 dm_shift_arg +EXPORT_SYMBOL vmlinux 0x7d27eeda tc_setup_offload_action +EXPORT_SYMBOL vmlinux 0x7d49f9db put_cmsg_scm_timestamping +EXPORT_SYMBOL vmlinux 0x7d4b176a netlbl_catmap_setbit +EXPORT_SYMBOL vmlinux 0x7d5a1cc4 kmem_cache_create +EXPORT_SYMBOL vmlinux 0x7d5e1008 __crc32c_le_shift +EXPORT_SYMBOL vmlinux 0x7d74d522 kstrtoull_from_user +EXPORT_SYMBOL vmlinux 0x7d845f0e _raw_spin_lock_irq +EXPORT_SYMBOL vmlinux 0x7d91a97c of_find_i2c_device_by_node +EXPORT_SYMBOL vmlinux 0x7d9d44ac kobject_init +EXPORT_SYMBOL vmlinux 0x7da473f7 mipi_dsi_driver_register_full +EXPORT_SYMBOL vmlinux 0x7da8f93b xor_altivec_2 +EXPORT_SYMBOL vmlinux 0x7dae4312 mmc_release_host +EXPORT_SYMBOL vmlinux 0x7daece67 quota_send_warning +EXPORT_SYMBOL vmlinux 0x7dbc6cab __scsi_device_lookup_by_target +EXPORT_SYMBOL vmlinux 0x7dc5ffa7 tc_skb_ext_tc_disable +EXPORT_SYMBOL vmlinux 0x7dc97879 rtas_get_error_log_max +EXPORT_SYMBOL vmlinux 0x7dca7d09 ata_std_end_eh +EXPORT_SYMBOL vmlinux 0x7dd3305a mmc_can_discard +EXPORT_SYMBOL vmlinux 0x7deb17f6 devm_arch_io_reserve_memtype_wc +EXPORT_SYMBOL vmlinux 0x7dfc8277 isa_mem_base +EXPORT_SYMBOL vmlinux 0x7e0b255f hdmi_audio_infoframe_pack_for_dp +EXPORT_SYMBOL vmlinux 0x7e1183b1 config_group_init +EXPORT_SYMBOL vmlinux 0x7e168e64 _copy_from_iter +EXPORT_SYMBOL vmlinux 0x7e1f357b neigh_resolve_output +EXPORT_SYMBOL vmlinux 0x7e241a78 bdev_start_io_acct +EXPORT_SYMBOL vmlinux 0x7e2d6436 ida_free +EXPORT_SYMBOL vmlinux 0x7e3191f6 try_to_del_timer_sync +EXPORT_SYMBOL vmlinux 0x7e46bc81 tcp_get_cookie_sock +EXPORT_SYMBOL vmlinux 0x7e4cdc54 __cond_resched_rwlock_write +EXPORT_SYMBOL vmlinux 0x7e5c9cbd migrate_device_finalize +EXPORT_SYMBOL vmlinux 0x7e72bf8b freeze_bdev +EXPORT_SYMBOL vmlinux 0x7e78ab4d netdev_get_xmit_slave +EXPORT_SYMBOL vmlinux 0x7e8f7a65 netif_stacked_transfer_operstate +EXPORT_SYMBOL vmlinux 0x7e9d1320 user_path_create +EXPORT_SYMBOL vmlinux 0x7ea47832 dmaengine_get_unmap_data +EXPORT_SYMBOL vmlinux 0x7ec121cf of_parse_phandle_with_args_map +EXPORT_SYMBOL vmlinux 0x7ecbafe1 jbd2_journal_init_jbd_inode +EXPORT_SYMBOL vmlinux 0x7ecd7b45 validate_slab_cache +EXPORT_SYMBOL vmlinux 0x7ed5ec05 inode_maybe_inc_iversion +EXPORT_SYMBOL vmlinux 0x7ef4bddc __sg_page_iter_next +EXPORT_SYMBOL vmlinux 0x7efb259e hdmi_infoframe_log +EXPORT_SYMBOL vmlinux 0x7efb817c iov_iter_get_pages2 +EXPORT_SYMBOL vmlinux 0x7f02188f __msecs_to_jiffies +EXPORT_SYMBOL vmlinux 0x7f03b6a9 crc_ccitt_table +EXPORT_SYMBOL vmlinux 0x7f03c2b0 mdiobus_scan +EXPORT_SYMBOL vmlinux 0x7f24de73 jiffies_to_usecs +EXPORT_SYMBOL vmlinux 0x7f33293d __put_cred +EXPORT_SYMBOL vmlinux 0x7f35ad02 inet_frags_fini +EXPORT_SYMBOL vmlinux 0x7f4ab8c8 dm_table_run_md_queue_async +EXPORT_SYMBOL vmlinux 0x7f52071a net_dim +EXPORT_SYMBOL vmlinux 0x7f57fa84 __starget_for_each_device +EXPORT_SYMBOL vmlinux 0x7f62eaa4 sgl_free +EXPORT_SYMBOL vmlinux 0x7f68b98a pps_unregister_source +EXPORT_SYMBOL vmlinux 0x7f71fb97 xa_load +EXPORT_SYMBOL vmlinux 0x7f75a5ad mmc_wait_for_cmd +EXPORT_SYMBOL vmlinux 0x7f784bf3 __napi_schedule_irqoff +EXPORT_SYMBOL vmlinux 0x7f7f7bb4 irq_poll_disable +EXPORT_SYMBOL vmlinux 0x7f86526e twl6040_reg_write +EXPORT_SYMBOL vmlinux 0x7fcf0729 dma_fence_array_first +EXPORT_SYMBOL vmlinux 0x7fdbf633 jbd2_journal_lock_updates +EXPORT_SYMBOL vmlinux 0x7fdef3f2 dcache_dir_lseek +EXPORT_SYMBOL vmlinux 0x7fe32873 rb_replace_node +EXPORT_SYMBOL vmlinux 0x7feeb874 mmc_can_trim +EXPORT_SYMBOL vmlinux 0x802b978b __scsi_print_sense +EXPORT_SYMBOL vmlinux 0x803ddbb6 __posix_acl_create +EXPORT_SYMBOL vmlinux 0x804d8d06 rtnl_create_link +EXPORT_SYMBOL vmlinux 0x805c01b7 blk_queue_bounce_limit +EXPORT_SYMBOL vmlinux 0x805f530b netif_set_real_num_tx_queues +EXPORT_SYMBOL vmlinux 0x80698ecf dump_page +EXPORT_SYMBOL vmlinux 0x80758fa0 dentry_open +EXPORT_SYMBOL vmlinux 0x80816f26 get_user_ifreq +EXPORT_SYMBOL vmlinux 0x80858a3a crypto_sha512_finup +EXPORT_SYMBOL vmlinux 0x808f8c95 pci_choose_state +EXPORT_SYMBOL vmlinux 0x809712ff hdmi_avi_infoframe_pack +EXPORT_SYMBOL vmlinux 0x80987cbc clear_inode +EXPORT_SYMBOL vmlinux 0x80a76b9f unregister_filesystem +EXPORT_SYMBOL vmlinux 0x80be69b3 pcie_get_readrq +EXPORT_SYMBOL vmlinux 0x80ca5026 _bin2bcd +EXPORT_SYMBOL vmlinux 0x80d68d3e fb_register_client +EXPORT_SYMBOL vmlinux 0x80e5f86f fscrypt_fname_alloc_buffer +EXPORT_SYMBOL vmlinux 0x80f30f4b pci_clear_mwi +EXPORT_SYMBOL vmlinux 0x8110f0e8 register_tcf_proto_ops +EXPORT_SYMBOL vmlinux 0x8112b3d2 scsi_build_sense_buffer +EXPORT_SYMBOL vmlinux 0x811390c8 generic_parse_monolithic +EXPORT_SYMBOL vmlinux 0x81188c30 match_string +EXPORT_SYMBOL vmlinux 0x8129520e inode_set_bytes +EXPORT_SYMBOL vmlinux 0x8131dfe5 sock_no_shutdown +EXPORT_SYMBOL vmlinux 0x814fad97 alloc_anon_inode +EXPORT_SYMBOL vmlinux 0x815092d1 kmem_cache_create_usercopy +EXPORT_SYMBOL vmlinux 0x81533963 sysfs_format_mac +EXPORT_SYMBOL vmlinux 0x8155edec icmp6_send +EXPORT_SYMBOL vmlinux 0x815b5dd4 match_octal +EXPORT_SYMBOL vmlinux 0x815d6d94 vlan_filter_drop_vids +EXPORT_SYMBOL vmlinux 0x816047d5 wake_up_process +EXPORT_SYMBOL vmlinux 0x816347c6 agp_device_command +EXPORT_SYMBOL vmlinux 0x8168a23b phy_config_aneg +EXPORT_SYMBOL vmlinux 0x816c5d2c pci_clear_master +EXPORT_SYMBOL vmlinux 0x818416e1 scsi_set_sense_information +EXPORT_SYMBOL vmlinux 0x8185087c tcp_ioctl +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 0x81b86e04 ip_tunnel_header_ops +EXPORT_SYMBOL vmlinux 0x81c0a84f rtas_set_indicator +EXPORT_SYMBOL vmlinux 0x81c98bde dma_resv_init +EXPORT_SYMBOL vmlinux 0x81cc0fc8 __pskb_copy_fclone +EXPORT_SYMBOL vmlinux 0x81d660b1 xfrm_replay_seqhi +EXPORT_SYMBOL vmlinux 0x81db6ebb xz_dec_reset +EXPORT_SYMBOL vmlinux 0x81e6a369 security_sctp_assoc_established +EXPORT_SYMBOL vmlinux 0x81faa584 end_buffer_read_sync +EXPORT_SYMBOL vmlinux 0x821013e5 mmc_gpiod_request_cd_irq +EXPORT_SYMBOL vmlinux 0x8212c777 mmc_sw_reset +EXPORT_SYMBOL vmlinux 0x8213f8fd genphy_read_status_fixed +EXPORT_SYMBOL vmlinux 0x821559d6 __vmalloc_end +EXPORT_SYMBOL vmlinux 0x8223f798 unpin_user_page_range_dirty_lock +EXPORT_SYMBOL vmlinux 0x824ee9f7 qdisc_warn_nonwc +EXPORT_SYMBOL vmlinux 0x82531bb2 ps2_cmd_aborted +EXPORT_SYMBOL vmlinux 0x82596f50 pci_irq_get_affinity +EXPORT_SYMBOL vmlinux 0x825971ad phy_mipi_dphy_get_default_config_for_hsclk +EXPORT_SYMBOL vmlinux 0x826b96d5 unregister_netdevice_queue +EXPORT_SYMBOL vmlinux 0x826fd1db ip6_find_1stfragopt +EXPORT_SYMBOL vmlinux 0x82732887 netdev_lower_get_next_private +EXPORT_SYMBOL vmlinux 0x829c8a47 inet6_del_offload +EXPORT_SYMBOL vmlinux 0x82a8ac26 blk_rq_count_integrity_sg +EXPORT_SYMBOL vmlinux 0x82b36118 dst_cow_metrics_generic +EXPORT_SYMBOL vmlinux 0x82b95da5 eth_gro_receive +EXPORT_SYMBOL vmlinux 0x82c87ad5 nr_online_nodes +EXPORT_SYMBOL vmlinux 0x82cad3fd rt_dst_clone +EXPORT_SYMBOL vmlinux 0x82cc11cf generic_perform_write +EXPORT_SYMBOL vmlinux 0x82e6dc11 vio_unregister_device +EXPORT_SYMBOL vmlinux 0x82e9c86c of_find_node_by_name +EXPORT_SYMBOL vmlinux 0x82ee90dc timer_delete_sync +EXPORT_SYMBOL vmlinux 0x8306a484 clocksource_change_rating +EXPORT_SYMBOL vmlinux 0x8310854c phy_ethtool_set_link_ksettings +EXPORT_SYMBOL vmlinux 0x831352ff __ip_dev_find +EXPORT_SYMBOL vmlinux 0x83229dfc free_inode_nonrcu +EXPORT_SYMBOL vmlinux 0x834379d1 pcie_get_speed_cap +EXPORT_SYMBOL vmlinux 0x834658ac cmxgcr_lock +EXPORT_SYMBOL vmlinux 0x8349059e is_bad_inode +EXPORT_SYMBOL vmlinux 0x83581089 gf128mul_init_4k_lle +EXPORT_SYMBOL vmlinux 0x8361a74c mipi_dsi_set_maximum_return_packet_size +EXPORT_SYMBOL vmlinux 0x836e1323 scsi_scan_host +EXPORT_SYMBOL vmlinux 0x83775d37 generic_pipe_buf_release +EXPORT_SYMBOL vmlinux 0x837dc38f xfrm_trans_queue_net +EXPORT_SYMBOL vmlinux 0x837e76a4 filemap_page_mkwrite +EXPORT_SYMBOL vmlinux 0x838c56bc nvdimm_check_and_set_ro +EXPORT_SYMBOL vmlinux 0x838d2bc8 siphash_3u32 +EXPORT_SYMBOL vmlinux 0x83918958 tso_build_hdr +EXPORT_SYMBOL vmlinux 0x83a15166 tcf_action_exec +EXPORT_SYMBOL vmlinux 0x83a450a7 phy_support_asym_pause +EXPORT_SYMBOL vmlinux 0x83b2094d __cond_resched_rwlock_read +EXPORT_SYMBOL vmlinux 0x83c03693 vfs_getattr_nosec +EXPORT_SYMBOL vmlinux 0x83c1410b neigh_xmit +EXPORT_SYMBOL vmlinux 0x83dda5ec inet_csk_reset_keepalive_timer +EXPORT_SYMBOL vmlinux 0x83ef8446 __mdiobus_read +EXPORT_SYMBOL vmlinux 0x83f00b1d skb_coalesce_rx_frag +EXPORT_SYMBOL vmlinux 0x83f66c83 dquot_quota_off +EXPORT_SYMBOL vmlinux 0x841eb3de read_cache_page +EXPORT_SYMBOL vmlinux 0x842358c3 sock_no_sendpage_locked +EXPORT_SYMBOL vmlinux 0x842c8e9d ioread16 +EXPORT_SYMBOL vmlinux 0x844013ff crypto_sha512_update +EXPORT_SYMBOL vmlinux 0x844b5fb2 __of_parse_phandle_with_args +EXPORT_SYMBOL vmlinux 0x845b8055 remove_arg_zero +EXPORT_SYMBOL vmlinux 0x84823cf3 nla_strscpy +EXPORT_SYMBOL vmlinux 0x848d372e iowrite8 +EXPORT_SYMBOL vmlinux 0x84914079 __kfifo_dma_out_prepare +EXPORT_SYMBOL vmlinux 0x8493719d netdev_master_upper_dev_get_rcu +EXPORT_SYMBOL vmlinux 0x84962b38 __netlink_dump_start +EXPORT_SYMBOL vmlinux 0x84a0ca4d bitmap_zalloc_node +EXPORT_SYMBOL vmlinux 0x84bc60c0 blk_mq_start_stopped_hw_queues +EXPORT_SYMBOL vmlinux 0x84bd69bf dq_data_lock +EXPORT_SYMBOL vmlinux 0x84be7ced genl_notify +EXPORT_SYMBOL vmlinux 0x84d3ce28 pci_disable_msix +EXPORT_SYMBOL vmlinux 0x84d6a266 blk_mq_kick_requeue_list +EXPORT_SYMBOL vmlinux 0x84de2883 skb_headers_offset_update +EXPORT_SYMBOL vmlinux 0x84e03e48 jbd2_transaction_committed +EXPORT_SYMBOL vmlinux 0x84ecd81a dev_alloc_name +EXPORT_SYMBOL vmlinux 0x84f3c134 proc_doulongvec_minmax +EXPORT_SYMBOL vmlinux 0x84fa823d agp_alloc_bridge +EXPORT_SYMBOL vmlinux 0x850558e7 vme_register_driver +EXPORT_SYMBOL vmlinux 0x852311f4 fput +EXPORT_SYMBOL vmlinux 0x85250ccc xa_store_range +EXPORT_SYMBOL vmlinux 0x85261f3d skb_store_bits +EXPORT_SYMBOL vmlinux 0x852f226a md_integrity_register +EXPORT_SYMBOL vmlinux 0x8538b391 tcp_read_done +EXPORT_SYMBOL vmlinux 0x853e461b pci_get_subsys +EXPORT_SYMBOL vmlinux 0x854d4550 security_sctp_bind_connect +EXPORT_SYMBOL vmlinux 0x855622df block_write_end +EXPORT_SYMBOL vmlinux 0x85670f1d rtnl_is_locked +EXPORT_SYMBOL vmlinux 0x857bb87c jbd2_journal_release_jbd_inode +EXPORT_SYMBOL vmlinux 0x8582ca0a flow_rule_match_arp +EXPORT_SYMBOL vmlinux 0x8586798c seq_file_path +EXPORT_SYMBOL vmlinux 0x85878664 jbd2_journal_start_commit +EXPORT_SYMBOL vmlinux 0x8591d7d5 ledtrig_mtd_activity +EXPORT_SYMBOL vmlinux 0x8597eb47 plpar_hcall +EXPORT_SYMBOL vmlinux 0x85b5e625 rfkill_set_states +EXPORT_SYMBOL vmlinux 0x85bac3d6 kill_block_super +EXPORT_SYMBOL vmlinux 0x85bd1608 __request_region +EXPORT_SYMBOL vmlinux 0x85c0f27a vme_bus_type +EXPORT_SYMBOL vmlinux 0x85df9b6c strsep +EXPORT_SYMBOL vmlinux 0x85efc7e0 zero_pfn +EXPORT_SYMBOL vmlinux 0x861cb9bb inet_csk_reqsk_queue_add +EXPORT_SYMBOL vmlinux 0x862b8971 pci_match_id +EXPORT_SYMBOL vmlinux 0x862c8035 bitmap_alloc_node +EXPORT_SYMBOL vmlinux 0x863a276a color_table +EXPORT_SYMBOL vmlinux 0x8655088a audit_log_start +EXPORT_SYMBOL vmlinux 0x865aa759 prepare_creds +EXPORT_SYMBOL vmlinux 0x867c5319 __traceiter_dma_fence_emit +EXPORT_SYMBOL vmlinux 0x867f7ae3 tcp_seq_start +EXPORT_SYMBOL vmlinux 0x8687dd53 seq_lseek +EXPORT_SYMBOL vmlinux 0x868acba5 get_options +EXPORT_SYMBOL vmlinux 0x86a08ad8 generic_file_read_iter +EXPORT_SYMBOL vmlinux 0x86b1026f proc_douintvec +EXPORT_SYMBOL vmlinux 0x86b45a9b mutex_lock_killable +EXPORT_SYMBOL vmlinux 0x86c4f08e generic_file_fsync +EXPORT_SYMBOL vmlinux 0x86c59d13 pci_scan_root_bus +EXPORT_SYMBOL vmlinux 0x86ca2d3d seq_read_iter +EXPORT_SYMBOL vmlinux 0x86d52ba5 lookup_constant +EXPORT_SYMBOL vmlinux 0x86da9517 mdiobus_setup_mdiodev_from_board_info +EXPORT_SYMBOL vmlinux 0x86db1cbb rtas_flash_term_hook +EXPORT_SYMBOL vmlinux 0x86dd708d tc_skb_ext_tc_enable +EXPORT_SYMBOL vmlinux 0x86fb9b05 bitmap_parse_user +EXPORT_SYMBOL vmlinux 0x86fbea12 backlight_device_set_brightness +EXPORT_SYMBOL vmlinux 0x8707d3bb __pskb_pull_tail +EXPORT_SYMBOL vmlinux 0x870b66a0 dquot_alloc_inode +EXPORT_SYMBOL vmlinux 0x8713e86f of_find_node_opts_by_path +EXPORT_SYMBOL vmlinux 0x8727db52 blk_mq_tagset_wait_completed_request +EXPORT_SYMBOL vmlinux 0x872a5283 gen_pool_dma_zalloc_align +EXPORT_SYMBOL vmlinux 0x873a53ea __arch_hweight8 +EXPORT_SYMBOL vmlinux 0x8756c914 do_wait_intr_irq +EXPORT_SYMBOL vmlinux 0x8759c575 rproc_report_crash +EXPORT_SYMBOL vmlinux 0x8761c87b rps_needed +EXPORT_SYMBOL vmlinux 0x8766e153 vlan_vid_del +EXPORT_SYMBOL vmlinux 0x87809aeb put_user_ifreq +EXPORT_SYMBOL vmlinux 0x8789fb93 napi_gro_receive +EXPORT_SYMBOL vmlinux 0x87a21cb3 __ubsan_handle_out_of_bounds +EXPORT_SYMBOL vmlinux 0x87a38fc7 blk_mq_run_hw_queue +EXPORT_SYMBOL vmlinux 0x87a5c12d security_unix_stream_connect +EXPORT_SYMBOL vmlinux 0x87ae7169 pci_read_vpd +EXPORT_SYMBOL vmlinux 0x87d3aff8 md_cluster_ops +EXPORT_SYMBOL vmlinux 0x87dda1f6 bioset_init +EXPORT_SYMBOL vmlinux 0x87e55343 skb_pull_data +EXPORT_SYMBOL vmlinux 0x87ee807a netdev_rx_csum_fault +EXPORT_SYMBOL vmlinux 0x87f9cc36 param_get_short +EXPORT_SYMBOL vmlinux 0x880b2ed1 __traceiter_spi_transfer_start +EXPORT_SYMBOL vmlinux 0x8810754a _find_first_bit +EXPORT_SYMBOL vmlinux 0x881bad5e phy_mipi_dphy_config_validate +EXPORT_SYMBOL vmlinux 0x881eeff7 scsi_is_target_device +EXPORT_SYMBOL vmlinux 0x882cb83a mmc_wait_for_req +EXPORT_SYMBOL vmlinux 0x883e4117 dma_sync_single_for_cpu +EXPORT_SYMBOL vmlinux 0x885d7f00 fwnode_mdiobus_register_phy +EXPORT_SYMBOL vmlinux 0x885f525b vme_master_mmap +EXPORT_SYMBOL vmlinux 0x88790689 inet_get_local_port_range +EXPORT_SYMBOL vmlinux 0x887a9668 i2c_smbus_xfer +EXPORT_SYMBOL vmlinux 0x887caf10 tcp_setsockopt +EXPORT_SYMBOL vmlinux 0x887dac3e dev_set_threaded +EXPORT_SYMBOL vmlinux 0x8881c14e filemap_release_folio +EXPORT_SYMBOL vmlinux 0x88822d38 unregister_blocking_lsm_notifier +EXPORT_SYMBOL vmlinux 0x88845585 set_capacity +EXPORT_SYMBOL vmlinux 0x8888f1fe xxh32 +EXPORT_SYMBOL vmlinux 0x888d7209 folio_mapping +EXPORT_SYMBOL vmlinux 0x889070ba jbd2_journal_set_features +EXPORT_SYMBOL vmlinux 0x88993295 dma_fence_match_context +EXPORT_SYMBOL vmlinux 0x88a4ae69 tcp_time_wait +EXPORT_SYMBOL vmlinux 0x88cbafdd jbd2_journal_forget +EXPORT_SYMBOL vmlinux 0x88db9f48 __check_object_size +EXPORT_SYMBOL vmlinux 0x88dfeb99 dev_mc_flush +EXPORT_SYMBOL vmlinux 0x88e1d0f0 page_frag_free +EXPORT_SYMBOL vmlinux 0x88e2a150 inet_csk_reqsk_queue_drop_and_put +EXPORT_SYMBOL vmlinux 0x88ff3cd0 gen_pool_free_owner +EXPORT_SYMBOL vmlinux 0x891dbb8f sgl_free_order +EXPORT_SYMBOL vmlinux 0x892aa4c9 netdev_offload_xstats_disable +EXPORT_SYMBOL vmlinux 0x894533eb release_sock +EXPORT_SYMBOL vmlinux 0x8952afc9 seq_open_private +EXPORT_SYMBOL vmlinux 0x8954bd07 fwnode_phy_find_device +EXPORT_SYMBOL vmlinux 0x895577b0 numa_cpu_lookup_table +EXPORT_SYMBOL vmlinux 0x897410c9 remap_vmalloc_range +EXPORT_SYMBOL vmlinux 0x89785191 dev_pre_changeaddr_notify +EXPORT_SYMBOL vmlinux 0x89898459 kvm_irq_bypass +EXPORT_SYMBOL vmlinux 0x899a42dc call_usermodehelper_exec +EXPORT_SYMBOL vmlinux 0x899d6a32 jbd2_fc_end_commit +EXPORT_SYMBOL vmlinux 0x89a0e4f4 tcp_filter +EXPORT_SYMBOL vmlinux 0x89ba9764 dmam_pool_create +EXPORT_SYMBOL vmlinux 0x89f4dcde input_free_device +EXPORT_SYMBOL vmlinux 0x8a02367e __folio_alloc +EXPORT_SYMBOL vmlinux 0x8a10a214 fb_set_var +EXPORT_SYMBOL vmlinux 0x8a12e5b8 proc_mkdir +EXPORT_SYMBOL vmlinux 0x8a35622c __nla_reserve +EXPORT_SYMBOL vmlinux 0x8a362caa dma_fence_signal_timestamp +EXPORT_SYMBOL vmlinux 0x8a3ff17f devfreq_add_device +EXPORT_SYMBOL vmlinux 0x8a47043d LZ4_decompress_safe_continue +EXPORT_SYMBOL vmlinux 0x8a490c90 rfkill_set_sw_state +EXPORT_SYMBOL vmlinux 0x8a54050b __pud_cache_index +EXPORT_SYMBOL vmlinux 0x8a7094ba vm_brk_flags +EXPORT_SYMBOL vmlinux 0x8a746bdc rt6_lookup +EXPORT_SYMBOL vmlinux 0x8a763d5e iov_iter_discard +EXPORT_SYMBOL vmlinux 0x8a7d1c31 high_memory +EXPORT_SYMBOL vmlinux 0x8a9199d9 kfree_skb_partial +EXPORT_SYMBOL vmlinux 0x8a99a016 mempool_free_slab +EXPORT_SYMBOL vmlinux 0x8aa5bde9 cdev_alloc +EXPORT_SYMBOL vmlinux 0x8aa7efc8 simple_pin_fs +EXPORT_SYMBOL vmlinux 0x8aaee3d1 xfrm6_rcv_encap +EXPORT_SYMBOL vmlinux 0x8ac3334b net_dim_get_def_rx_moderation +EXPORT_SYMBOL vmlinux 0x8ac3bb12 dma_fence_get_stub +EXPORT_SYMBOL vmlinux 0x8acc8011 truncate_setsize +EXPORT_SYMBOL vmlinux 0x8ad39905 dma_fence_remove_callback +EXPORT_SYMBOL vmlinux 0x8af03af5 input_mt_assign_slots +EXPORT_SYMBOL vmlinux 0x8afbd494 phy_print_status +EXPORT_SYMBOL vmlinux 0x8aff9de0 get_phy_device +EXPORT_SYMBOL vmlinux 0x8b0088d1 LZ4_decompress_safe_usingDict +EXPORT_SYMBOL vmlinux 0x8b08a336 phy_validate_pause +EXPORT_SYMBOL vmlinux 0x8b121d48 pin_user_pages +EXPORT_SYMBOL vmlinux 0x8b15af41 set_disk_ro +EXPORT_SYMBOL vmlinux 0x8b1f2f34 dquot_quota_on +EXPORT_SYMBOL vmlinux 0x8b201438 rio_query_mport +EXPORT_SYMBOL vmlinux 0x8b28e687 generic_fill_statx_attr +EXPORT_SYMBOL vmlinux 0x8b328bb7 jbd2_journal_stop +EXPORT_SYMBOL vmlinux 0x8b400c7f seq_bprintf +EXPORT_SYMBOL vmlinux 0x8b48cbee xp_set_rxq_info +EXPORT_SYMBOL vmlinux 0x8b618d08 overflowuid +EXPORT_SYMBOL vmlinux 0x8b67970f tcf_register_action +EXPORT_SYMBOL vmlinux 0x8b8059bd in_group_p +EXPORT_SYMBOL vmlinux 0x8b910be2 errseq_sample +EXPORT_SYMBOL vmlinux 0x8b95ba41 dma_fence_signal +EXPORT_SYMBOL vmlinux 0x8ba21431 generic_setlease +EXPORT_SYMBOL vmlinux 0x8ba552ac input_mt_destroy_slots +EXPORT_SYMBOL vmlinux 0x8ba9ad05 vc_cons +EXPORT_SYMBOL vmlinux 0x8bd78c85 fb_validate_mode +EXPORT_SYMBOL vmlinux 0x8bdba078 gnet_stats_copy_queue +EXPORT_SYMBOL vmlinux 0x8bdfc47c __mb_cache_entry_free +EXPORT_SYMBOL vmlinux 0x8be189ab ucc_slow_disable +EXPORT_SYMBOL vmlinux 0x8beb78c1 i2c_smbus_read_byte +EXPORT_SYMBOL vmlinux 0x8bfd647a udp_read_skb +EXPORT_SYMBOL vmlinux 0x8c01350f __wait_on_buffer +EXPORT_SYMBOL vmlinux 0x8c08d3d7 __fs_parse +EXPORT_SYMBOL vmlinux 0x8c1bbaa2 rtnl_notify +EXPORT_SYMBOL vmlinux 0x8c2051b6 skb_vlan_pop +EXPORT_SYMBOL vmlinux 0x8c21cb3d framebuffer_release +EXPORT_SYMBOL vmlinux 0x8c30bf67 zstd_dctx_workspace_bound +EXPORT_SYMBOL vmlinux 0x8c317451 close_fd_get_file +EXPORT_SYMBOL vmlinux 0x8c3d6bb6 posix_acl_valid +EXPORT_SYMBOL vmlinux 0x8c490841 __cpuhp_remove_state +EXPORT_SYMBOL vmlinux 0x8c51e5b6 blk_mq_run_hw_queues +EXPORT_SYMBOL vmlinux 0x8c6fec7f writeback_inodes_sb +EXPORT_SYMBOL vmlinux 0x8c8569cb kstrtoint +EXPORT_SYMBOL vmlinux 0x8ca28934 inet_dev_addr_type +EXPORT_SYMBOL vmlinux 0x8caf9305 uuid_is_valid +EXPORT_SYMBOL vmlinux 0x8cb15759 blk_mq_end_request +EXPORT_SYMBOL vmlinux 0x8cb4f49a filemap_fdatawait_range_keep_errors +EXPORT_SYMBOL vmlinux 0x8cc379ce __nla_reserve_64bit +EXPORT_SYMBOL vmlinux 0x8cc53d20 __par_io_config_pin +EXPORT_SYMBOL vmlinux 0x8cc79cab iowrite16_rep +EXPORT_SYMBOL vmlinux 0x8cd4d8bc posix_acl_update_mode +EXPORT_SYMBOL vmlinux 0x8ce320e7 of_graph_get_remote_port +EXPORT_SYMBOL vmlinux 0x8d04be36 agp_create_memory +EXPORT_SYMBOL vmlinux 0x8d06c2a1 giveup_altivec +EXPORT_SYMBOL vmlinux 0x8d21554c vlan_ioctl_set +EXPORT_SYMBOL vmlinux 0x8d2753bc radix_tree_gang_lookup_tag_slot +EXPORT_SYMBOL vmlinux 0x8d33e672 __find_nth_andnot_bit +EXPORT_SYMBOL vmlinux 0x8d55bb8a qid_eq +EXPORT_SYMBOL vmlinux 0x8d59783b xfrm_find_acq +EXPORT_SYMBOL vmlinux 0x8d61611e request_key_with_auxdata +EXPORT_SYMBOL vmlinux 0x8d73278e hex_asc_upper +EXPORT_SYMBOL vmlinux 0x8d7a36fe dquot_destroy +EXPORT_SYMBOL vmlinux 0x8d9ce724 trace_print_hex_dump_seq +EXPORT_SYMBOL vmlinux 0x8ddd7b43 devm_iounmap +EXPORT_SYMBOL vmlinux 0x8ddd8aad schedule_timeout +EXPORT_SYMBOL vmlinux 0x8dde5825 sb_set_blocksize +EXPORT_SYMBOL vmlinux 0x8df4afd9 qe_put_snum +EXPORT_SYMBOL vmlinux 0x8df6889c __inode_add_bytes +EXPORT_SYMBOL vmlinux 0x8df92f66 memchr_inv +EXPORT_SYMBOL vmlinux 0x8df9dd10 guid_null +EXPORT_SYMBOL vmlinux 0x8dfe9987 udp_flush_pending_frames +EXPORT_SYMBOL vmlinux 0x8e01e4c8 ndisc_send_skb +EXPORT_SYMBOL vmlinux 0x8e22152a inet_sk_get_local_port_range +EXPORT_SYMBOL vmlinux 0x8e2ab5c0 sock_from_file +EXPORT_SYMBOL vmlinux 0x8e3e0f7d fault_in_readable +EXPORT_SYMBOL vmlinux 0x8e44790e mark_page_accessed +EXPORT_SYMBOL vmlinux 0x8e4c60a3 cpm_muram_dma +EXPORT_SYMBOL vmlinux 0x8e597ae7 lookup_one_len +EXPORT_SYMBOL vmlinux 0x8e5a7983 ptp_clock_event +EXPORT_SYMBOL vmlinux 0x8e763740 km_policy_expired +EXPORT_SYMBOL vmlinux 0x8e7d010a phy_attached_print +EXPORT_SYMBOL vmlinux 0x8e8f1e21 pagecache_get_page +EXPORT_SYMBOL vmlinux 0x8e93bd24 security_secctx_to_secid +EXPORT_SYMBOL vmlinux 0x8eb47ab3 fwnode_mdiobus_phy_device_register +EXPORT_SYMBOL vmlinux 0x8ec760b0 cgroup_bpf_enabled_key +EXPORT_SYMBOL vmlinux 0x8ed24d68 unlock_rename +EXPORT_SYMBOL vmlinux 0x8ed53230 inet_rcv_saddr_equal +EXPORT_SYMBOL vmlinux 0x8eec42b2 __debugger_bpt +EXPORT_SYMBOL vmlinux 0x8ef46caf of_device_unregister +EXPORT_SYMBOL vmlinux 0x8f01afd6 twl6030_interrupt_mask +EXPORT_SYMBOL vmlinux 0x8f083a7d vfs_path_lookup +EXPORT_SYMBOL vmlinux 0x8f25088e generic_error_remove_page +EXPORT_SYMBOL vmlinux 0x8f376b03 pci_iomap_range +EXPORT_SYMBOL vmlinux 0x8f565869 __dev_get_by_flags +EXPORT_SYMBOL vmlinux 0x8f566144 balance_dirty_pages_ratelimited +EXPORT_SYMBOL vmlinux 0x8f68da79 __cpu_online_mask +EXPORT_SYMBOL vmlinux 0x8f734f39 rtnl_link_get_net +EXPORT_SYMBOL vmlinux 0x8f996a30 ethtool_convert_legacy_u32_to_link_mode +EXPORT_SYMBOL vmlinux 0x8fb5938d mmc_gpiod_request_ro +EXPORT_SYMBOL vmlinux 0x8fbe3015 tcp_create_openreq_child +EXPORT_SYMBOL vmlinux 0x8fc018e9 mnt_set_expiry +EXPORT_SYMBOL vmlinux 0x8fc2a449 mmc_card_alternative_gpt_sector +EXPORT_SYMBOL vmlinux 0x8fcf1b52 start_tty +EXPORT_SYMBOL vmlinux 0x8fe6dbbf sock_no_accept +EXPORT_SYMBOL vmlinux 0x8ff89ed0 seg6_hmac_exit +EXPORT_SYMBOL vmlinux 0x90006be6 dm_kcopyd_client_flush +EXPORT_SYMBOL vmlinux 0x9016aa4e ip_mc_leave_group +EXPORT_SYMBOL vmlinux 0x901c32c0 pci_setup_cardbus +EXPORT_SYMBOL vmlinux 0x9023361b proc_dointvec_minmax +EXPORT_SYMBOL vmlinux 0x902d8722 vme_slave_get +EXPORT_SYMBOL vmlinux 0x903292dd serio_close +EXPORT_SYMBOL vmlinux 0x9034d4cd of_graph_parse_endpoint +EXPORT_SYMBOL vmlinux 0x9046aad0 blk_mq_rq_cpu +EXPORT_SYMBOL vmlinux 0x9046acda input_enable_softrepeat +EXPORT_SYMBOL vmlinux 0x9054b19f xfrm_input_unregister_afinfo +EXPORT_SYMBOL vmlinux 0x90576ec4 vmemdup_user +EXPORT_SYMBOL vmlinux 0x9061fa84 d_instantiate_new +EXPORT_SYMBOL vmlinux 0x906c09b3 register_md_cluster_operations +EXPORT_SYMBOL vmlinux 0x908548e8 rt_mutex_base_init +EXPORT_SYMBOL vmlinux 0x90874588 tcf_exts_destroy +EXPORT_SYMBOL vmlinux 0x908a74a0 __skb_warn_lro_forwarding +EXPORT_SYMBOL vmlinux 0x908b1d6a mipi_dsi_dcs_set_page_address +EXPORT_SYMBOL vmlinux 0x908e1bbc devfreq_update_target +EXPORT_SYMBOL vmlinux 0x90943538 __bread_gfp +EXPORT_SYMBOL vmlinux 0x90b1a176 drop_reasons +EXPORT_SYMBOL vmlinux 0x90d40b41 scsi_device_resume +EXPORT_SYMBOL vmlinux 0x90df1e3a of_phy_deregister_fixed_link +EXPORT_SYMBOL vmlinux 0x90f2f51e phy_ethtool_get_sset_count +EXPORT_SYMBOL vmlinux 0x90feba12 vga_con +EXPORT_SYMBOL vmlinux 0x910cc574 __check_sticky +EXPORT_SYMBOL vmlinux 0x91173c8d ethtool_op_get_ts_info +EXPORT_SYMBOL vmlinux 0x9120a70d __find_get_block +EXPORT_SYMBOL vmlinux 0x9131757a sk_common_release +EXPORT_SYMBOL vmlinux 0x913808f3 ip_output +EXPORT_SYMBOL vmlinux 0x91495f43 jbd2_journal_wipe +EXPORT_SYMBOL vmlinux 0x914f1be7 proc_symlink +EXPORT_SYMBOL vmlinux 0x915e1208 tb_ticks_per_usec +EXPORT_SYMBOL vmlinux 0x9161019e security_cred_getsecid +EXPORT_SYMBOL vmlinux 0x9166fada strncpy +EXPORT_SYMBOL vmlinux 0x9166fc03 __flush_workqueue +EXPORT_SYMBOL vmlinux 0x916758a3 node_states +EXPORT_SYMBOL vmlinux 0x9168c033 rtas_get_sensor +EXPORT_SYMBOL vmlinux 0x91872297 bio_add_pc_page +EXPORT_SYMBOL vmlinux 0x919a7ef5 dst_dev_put +EXPORT_SYMBOL vmlinux 0x919c58f3 __clzsi2 +EXPORT_SYMBOL vmlinux 0x91a488ac __netdev_alloc_frag_align +EXPORT_SYMBOL vmlinux 0x91a7b1da qdisc_class_hash_remove +EXPORT_SYMBOL vmlinux 0x91ab25b8 security_sb_set_mnt_opts +EXPORT_SYMBOL vmlinux 0x91afb46c init_pseudo +EXPORT_SYMBOL vmlinux 0x91afc27f mark_buffer_dirty +EXPORT_SYMBOL vmlinux 0x91d25cbf max8925_reg_write +EXPORT_SYMBOL vmlinux 0x91f68ea1 __hw_addr_sync +EXPORT_SYMBOL vmlinux 0x922f45a6 __bitmap_clear +EXPORT_SYMBOL vmlinux 0x923b1276 dmaengine_get +EXPORT_SYMBOL vmlinux 0x924557ef __xfrm_route_forward +EXPORT_SYMBOL vmlinux 0x924d1994 fget_raw +EXPORT_SYMBOL vmlinux 0x9251f0d2 wait_for_completion +EXPORT_SYMBOL vmlinux 0x9258c776 hdmi_vendor_infoframe_pack_only +EXPORT_SYMBOL vmlinux 0x92711f54 kernel_connect +EXPORT_SYMBOL vmlinux 0x927217c9 mem_cgroup_from_task +EXPORT_SYMBOL vmlinux 0x92774cf8 __kfence_pool +EXPORT_SYMBOL vmlinux 0x92805518 twl6040_power +EXPORT_SYMBOL vmlinux 0x9287aa3b init_special_inode +EXPORT_SYMBOL vmlinux 0x928e5213 skb_checksum_setup +EXPORT_SYMBOL vmlinux 0x9291cd3b memdup_user +EXPORT_SYMBOL vmlinux 0x92956e79 tcp_fastopen_defer_connect +EXPORT_SYMBOL vmlinux 0x92969314 add_to_page_cache_lru +EXPORT_SYMBOL vmlinux 0x92997ed8 _printk +EXPORT_SYMBOL vmlinux 0x92abd274 tcp_release_cb +EXPORT_SYMBOL vmlinux 0x92b9b180 slash_name +EXPORT_SYMBOL vmlinux 0x92c856a3 iwe_stream_add_event +EXPORT_SYMBOL vmlinux 0x92d20239 eth_header +EXPORT_SYMBOL vmlinux 0x92d5838e request_threaded_irq +EXPORT_SYMBOL vmlinux 0x92e269a4 follow_up +EXPORT_SYMBOL vmlinux 0x92e3d035 unregister_nexthop_notifier +EXPORT_SYMBOL vmlinux 0x92ec510d jiffies64_to_msecs +EXPORT_SYMBOL vmlinux 0x92f71746 key_payload_reserve +EXPORT_SYMBOL vmlinux 0x92fa5abb vme_lm_detach +EXPORT_SYMBOL vmlinux 0x92fd3f20 neigh_for_each +EXPORT_SYMBOL vmlinux 0x93022ba6 __scsi_format_command +EXPORT_SYMBOL vmlinux 0x9305f8e6 cpufreq_get +EXPORT_SYMBOL vmlinux 0x930756ea adjust_managed_page_count +EXPORT_SYMBOL vmlinux 0x93143d4e remove_watch_from_object +EXPORT_SYMBOL vmlinux 0x931494f9 seg6_hmac_net_exit +EXPORT_SYMBOL vmlinux 0x9322e78e jbd2_journal_extend +EXPORT_SYMBOL vmlinux 0x93244b1f page_pool_create +EXPORT_SYMBOL vmlinux 0x93553c2d mark_buffer_async_write +EXPORT_SYMBOL vmlinux 0x9355e1af ilookup +EXPORT_SYMBOL vmlinux 0x9372389f d_add_ci +EXPORT_SYMBOL vmlinux 0x937733e3 qid_valid +EXPORT_SYMBOL vmlinux 0x93862ea8 phy_stop +EXPORT_SYMBOL vmlinux 0x9393f006 key_reject_and_link +EXPORT_SYMBOL vmlinux 0x939faa34 __ps2_command +EXPORT_SYMBOL vmlinux 0x93a6e0b2 io_schedule +EXPORT_SYMBOL vmlinux 0x93b3fc74 register_dcbevent_notifier +EXPORT_SYMBOL vmlinux 0x93bbb2bc percpu_counter_sum_all +EXPORT_SYMBOL vmlinux 0x93be57d9 xfrm_policy_flush +EXPORT_SYMBOL vmlinux 0x93c64abb __xfrm_state_destroy +EXPORT_SYMBOL vmlinux 0x93cc4367 tcp_get_md5sig_pool +EXPORT_SYMBOL vmlinux 0x93cec5af vfs_iter_write +EXPORT_SYMBOL vmlinux 0x9428f816 dim_turn +EXPORT_SYMBOL vmlinux 0x9440116b netdev_offload_xstats_get +EXPORT_SYMBOL vmlinux 0x944375db _totalram_pages +EXPORT_SYMBOL vmlinux 0x9443e752 simple_dentry_operations +EXPORT_SYMBOL vmlinux 0x944a564d is_console_locked +EXPORT_SYMBOL vmlinux 0x9450dc78 tcp_inbound_md5_hash +EXPORT_SYMBOL vmlinux 0x94667988 trace_print_flags_seq +EXPORT_SYMBOL vmlinux 0x946a23b5 default_amr +EXPORT_SYMBOL vmlinux 0x9479ad94 set_user_nice +EXPORT_SYMBOL vmlinux 0x947d68c7 rdmacg_try_charge +EXPORT_SYMBOL vmlinux 0x9489da0a devm_clk_get +EXPORT_SYMBOL vmlinux 0x94961283 vunmap +EXPORT_SYMBOL vmlinux 0x94a21f0a bio_integrity_alloc +EXPORT_SYMBOL vmlinux 0x94a5fd84 proc_dointvec_jiffies +EXPORT_SYMBOL vmlinux 0x94a9a4aa _raw_spin_lock_irqsave +EXPORT_SYMBOL vmlinux 0x94be0fde scsi_remove_target +EXPORT_SYMBOL vmlinux 0x94bf03ca utf8_to_utf32 +EXPORT_SYMBOL vmlinux 0x94e5d3a9 eth_commit_mac_addr_change +EXPORT_SYMBOL vmlinux 0x950525bd pnv_pci_get_phb_node +EXPORT_SYMBOL vmlinux 0x9507c90f copy_fsxattr_to_user +EXPORT_SYMBOL vmlinux 0x9514151a _mcount +EXPORT_SYMBOL vmlinux 0x953d2426 utf8_strncmp +EXPORT_SYMBOL vmlinux 0x954cef6f init_on_alloc +EXPORT_SYMBOL vmlinux 0x954f099c idr_preload +EXPORT_SYMBOL vmlinux 0x95501931 __page_frag_cache_drain +EXPORT_SYMBOL vmlinux 0x955e8368 xor_altivec_5 +EXPORT_SYMBOL vmlinux 0x956b6acf __bforget +EXPORT_SYMBOL vmlinux 0x9577a674 sg_miter_skip +EXPORT_SYMBOL vmlinux 0x9583f3cd nd_dev_to_uuid +EXPORT_SYMBOL vmlinux 0x95c6c48a qe_pin_set_gpio +EXPORT_SYMBOL vmlinux 0x95d515be md_bitmap_cond_end_sync +EXPORT_SYMBOL vmlinux 0x95e43030 i2c_smbus_write_byte_data +EXPORT_SYMBOL vmlinux 0x95e72307 fib_notifier_ops_unregister +EXPORT_SYMBOL vmlinux 0x95e9c601 tcp_init_sock +EXPORT_SYMBOL vmlinux 0x95fa5d4f __traceiter_kmem_cache_alloc +EXPORT_SYMBOL vmlinux 0x9618bd43 blk_queue_update_dma_pad +EXPORT_SYMBOL vmlinux 0x961e4201 ip6_xmit +EXPORT_SYMBOL vmlinux 0x9637cec6 call_netdevice_notifiers +EXPORT_SYMBOL vmlinux 0x964329f5 dma_find_channel +EXPORT_SYMBOL vmlinux 0x9652e171 blk_mq_init_allocated_queue +EXPORT_SYMBOL vmlinux 0x96748e39 ppp_register_compressor +EXPORT_SYMBOL vmlinux 0x96848186 scnprintf +EXPORT_SYMBOL vmlinux 0x9692e1ae eth_mac_addr +EXPORT_SYMBOL vmlinux 0x969987fc lockref_get_not_dead +EXPORT_SYMBOL vmlinux 0x969f154d trace_seq_hex_dump +EXPORT_SYMBOL vmlinux 0x96a125e4 param_ops_ulong +EXPORT_SYMBOL vmlinux 0x96b0e91a of_node_name_eq +EXPORT_SYMBOL vmlinux 0x96b29254 strncasecmp +EXPORT_SYMBOL vmlinux 0x96c17136 fb_var_to_videomode +EXPORT_SYMBOL vmlinux 0x96cc06fa mini_qdisc_pair_block_init +EXPORT_SYMBOL vmlinux 0x96cd2b04 scsi_sense_key_string +EXPORT_SYMBOL vmlinux 0x96fab350 dim_park_on_top +EXPORT_SYMBOL vmlinux 0x971a5247 devm_devfreq_register_opp_notifier +EXPORT_SYMBOL vmlinux 0x971ec27c hvc_put_chars +EXPORT_SYMBOL vmlinux 0x9729c6c2 follow_pfn +EXPORT_SYMBOL vmlinux 0x973c09e5 __pgd_index_size +EXPORT_SYMBOL vmlinux 0x974e88e0 mfd_remove_devices_late +EXPORT_SYMBOL vmlinux 0x97586f21 input_set_min_poll_interval +EXPORT_SYMBOL vmlinux 0x9773af2d inet_sk_set_state +EXPORT_SYMBOL vmlinux 0x9778f357 cdrom_dummy_generic_packet +EXPORT_SYMBOL vmlinux 0x97796289 vm_node_stat +EXPORT_SYMBOL vmlinux 0x978705e2 nf_reinject +EXPORT_SYMBOL vmlinux 0x97968ab7 get_mem_cgroup_from_mm +EXPORT_SYMBOL vmlinux 0x97985ab1 inet_rtx_syn_ack +EXPORT_SYMBOL vmlinux 0x979b7bfd get_task_cred +EXPORT_SYMBOL vmlinux 0x97a57333 crc_t10dif_update +EXPORT_SYMBOL vmlinux 0x97adb487 utf8s_to_utf16s +EXPORT_SYMBOL vmlinux 0x97b18d06 sk_stop_timer +EXPORT_SYMBOL vmlinux 0x97bdfa60 scsi_dev_info_remove_list +EXPORT_SYMBOL vmlinux 0x97c4646d kthread_create_worker_on_cpu +EXPORT_SYMBOL vmlinux 0x97ce12fa pci_pme_active +EXPORT_SYMBOL vmlinux 0x97d86c6f inet6_bind +EXPORT_SYMBOL vmlinux 0x97d918a8 msi_desc_to_pci_dev +EXPORT_SYMBOL vmlinux 0x97e84a59 vfs_copy_file_range +EXPORT_SYMBOL vmlinux 0x97ed2212 __tracepoint_spi_transfer_start +EXPORT_SYMBOL vmlinux 0x97f03d6f vio_cmo_entitlement_update +EXPORT_SYMBOL vmlinux 0x9809802e skb_clone +EXPORT_SYMBOL vmlinux 0x980fd44d posix_lock_file +EXPORT_SYMBOL vmlinux 0x9813ff2e blk_mq_destroy_queue +EXPORT_SYMBOL vmlinux 0x9818e90e mmc_hw_reset +EXPORT_SYMBOL vmlinux 0x981cb45e blk_queue_max_secure_erase_sectors +EXPORT_SYMBOL vmlinux 0x9829fc11 __kfifo_out_peek_r +EXPORT_SYMBOL vmlinux 0x9858f364 get_random_u8 +EXPORT_SYMBOL vmlinux 0x985b14fd percpu_counter_set +EXPORT_SYMBOL vmlinux 0x98671009 flow_indr_dev_register +EXPORT_SYMBOL vmlinux 0x988b086c ___pskb_trim +EXPORT_SYMBOL vmlinux 0x98a63443 phy_free_interrupt +EXPORT_SYMBOL vmlinux 0x98c89ade security_xfrm_state_alloc +EXPORT_SYMBOL vmlinux 0x98cf60b3 strlen +EXPORT_SYMBOL vmlinux 0x98d657ad mmc_card_is_blockaddr +EXPORT_SYMBOL vmlinux 0x98e508ef ignore_console_lock_warning +EXPORT_SYMBOL vmlinux 0x98e5d15f register_key_type +EXPORT_SYMBOL vmlinux 0x990d5cf4 ip6_fraglist_init +EXPORT_SYMBOL vmlinux 0x99184322 dev_mc_del +EXPORT_SYMBOL vmlinux 0x99267472 dump_skip +EXPORT_SYMBOL vmlinux 0x9933f03a agp_bind_memory +EXPORT_SYMBOL vmlinux 0x9939eba0 backlight_unregister_notifier +EXPORT_SYMBOL vmlinux 0x99445df5 vfs_parse_fs_string +EXPORT_SYMBOL vmlinux 0x994afb84 fscrypt_has_permitted_context +EXPORT_SYMBOL vmlinux 0x99517682 udp_encap_enable +EXPORT_SYMBOL vmlinux 0x9951d93b rtc_add_groups +EXPORT_SYMBOL vmlinux 0x9984113b devm_devfreq_unregister_notifier +EXPORT_SYMBOL vmlinux 0x999c527a blk_mq_tagset_busy_iter +EXPORT_SYMBOL vmlinux 0x999e8297 vfree +EXPORT_SYMBOL vmlinux 0x99d45caa __skb_checksum_complete +EXPORT_SYMBOL vmlinux 0x99d472b1 net_dim_get_rx_moderation +EXPORT_SYMBOL vmlinux 0x99d5ba5f jbd2_journal_try_to_free_buffers +EXPORT_SYMBOL vmlinux 0x99daa9bf try_offline_node +EXPORT_SYMBOL vmlinux 0x99f9638f __napi_alloc_frag_align +EXPORT_SYMBOL vmlinux 0x99fba580 neigh_lookup +EXPORT_SYMBOL vmlinux 0x99fc186b unregister_netdevice_notifier_dev_net +EXPORT_SYMBOL vmlinux 0x99fc2602 security_path_unlink +EXPORT_SYMBOL vmlinux 0x9a0aa178 nf_getsockopt +EXPORT_SYMBOL vmlinux 0x9a0c3a18 vme_unregister_error_handler +EXPORT_SYMBOL vmlinux 0x9a1d3e09 redraw_screen +EXPORT_SYMBOL vmlinux 0x9a1dfd65 strpbrk +EXPORT_SYMBOL vmlinux 0x9a2eb83d blk_mq_stop_hw_queues +EXPORT_SYMBOL vmlinux 0x9a4906b7 netpoll_cleanup +EXPORT_SYMBOL vmlinux 0x9a4a5615 xfrm6_protocol_deregister +EXPORT_SYMBOL vmlinux 0x9a583306 netlbl_bitmap_walk +EXPORT_SYMBOL vmlinux 0x9a5cb95f mipi_dsi_dcs_get_pixel_format +EXPORT_SYMBOL vmlinux 0x9a6b1227 pci_fixup_cardbus +EXPORT_SYMBOL vmlinux 0x9a6cd781 seg6_hmac_info_add +EXPORT_SYMBOL vmlinux 0x9a74aa26 __aperture_remove_legacy_vga_devices +EXPORT_SYMBOL vmlinux 0x9a9117df ppp_channel_index +EXPORT_SYMBOL vmlinux 0x9a9bef11 __dev_direct_xmit +EXPORT_SYMBOL vmlinux 0x9a9f590a sockfd_lookup +EXPORT_SYMBOL vmlinux 0x9aac0b71 blk_queue_dma_alignment +EXPORT_SYMBOL vmlinux 0x9aaeefce sysctl_nf_log_all_netns +EXPORT_SYMBOL vmlinux 0x9ac6ca40 genlmsg_multicast_allns +EXPORT_SYMBOL vmlinux 0x9ac6cf8b udp_lib_getsockopt +EXPORT_SYMBOL vmlinux 0x9acde112 gtm_ack_timer16 +EXPORT_SYMBOL vmlinux 0x9adb09f9 vma_alloc_folio +EXPORT_SYMBOL vmlinux 0x9ae47436 _find_last_bit +EXPORT_SYMBOL vmlinux 0x9afe8f4e d_mark_dontcache +EXPORT_SYMBOL vmlinux 0x9b13532b mr_fill_mroute +EXPORT_SYMBOL vmlinux 0x9b2560b9 gf128mul_init_4k_bbe +EXPORT_SYMBOL vmlinux 0x9b31a332 key_revoke +EXPORT_SYMBOL vmlinux 0x9b33e0d7 unregister_dcbevent_notifier +EXPORT_SYMBOL vmlinux 0x9b496b21 posix_acl_alloc +EXPORT_SYMBOL vmlinux 0x9b50b69d make_bad_inode +EXPORT_SYMBOL vmlinux 0x9b98fa3a pci_bus_type +EXPORT_SYMBOL vmlinux 0x9bb3888e vmf_insert_pfn +EXPORT_SYMBOL vmlinux 0x9bb4e317 ioread32be +EXPORT_SYMBOL vmlinux 0x9bb61066 nvdimm_bus_lock +EXPORT_SYMBOL vmlinux 0x9bc43288 of_phy_register_fixed_link +EXPORT_SYMBOL vmlinux 0x9bc7ebac d_set_d_op +EXPORT_SYMBOL vmlinux 0x9bccf272 mr_vif_seq_next +EXPORT_SYMBOL vmlinux 0x9bd36e84 of_get_ibm_chip_id +EXPORT_SYMBOL vmlinux 0x9beec0a7 dec_zone_page_state +EXPORT_SYMBOL vmlinux 0x9bf6c158 remove_proc_entry +EXPORT_SYMBOL vmlinux 0x9bfb3646 kmem_cache_alloc_bulk +EXPORT_SYMBOL vmlinux 0x9c08495e PageMovable +EXPORT_SYMBOL vmlinux 0x9c2133f4 xfrm_policy_unregister_afinfo +EXPORT_SYMBOL vmlinux 0x9c575dfe fscrypt_ioctl_get_policy +EXPORT_SYMBOL vmlinux 0x9c5a2ada ucc_fast_dump_regs +EXPORT_SYMBOL vmlinux 0x9c7f77f5 ip_getsockopt +EXPORT_SYMBOL vmlinux 0x9c86b9ab fileattr_fill_flags +EXPORT_SYMBOL vmlinux 0x9c9aa3b9 parse_int_array_user +EXPORT_SYMBOL vmlinux 0x9cab34a6 rfkill_set_led_trigger_name +EXPORT_SYMBOL vmlinux 0x9cb4745b rproc_set_firmware +EXPORT_SYMBOL vmlinux 0x9ccf7171 vme_dma_pci_attribute +EXPORT_SYMBOL vmlinux 0x9cdfb3f7 sysctl_fb_tunnels_only_for_init_net +EXPORT_SYMBOL vmlinux 0x9cedb349 to_nd_pfn +EXPORT_SYMBOL vmlinux 0x9cfa4817 flush_dcache_folio +EXPORT_SYMBOL vmlinux 0x9cfaa663 nosteal_pipe_buf_ops +EXPORT_SYMBOL vmlinux 0x9cfb959d simple_write_begin +EXPORT_SYMBOL vmlinux 0x9d0d6206 unregister_netdevice_notifier +EXPORT_SYMBOL vmlinux 0x9d14983a ppc_enable_pmcs +EXPORT_SYMBOL vmlinux 0x9d1dc5f8 flow_rule_match_cvlan +EXPORT_SYMBOL vmlinux 0x9d2031a4 kthread_complete_and_exit +EXPORT_SYMBOL vmlinux 0x9d2367a9 key_task_permission +EXPORT_SYMBOL vmlinux 0x9d26675e zstd_cstream_workspace_bound +EXPORT_SYMBOL vmlinux 0x9d2ab8ac __tasklet_schedule +EXPORT_SYMBOL vmlinux 0x9d2e7707 unregister_sysrq_key +EXPORT_SYMBOL vmlinux 0x9d407179 alloc_file_pseudo +EXPORT_SYMBOL vmlinux 0x9d454517 pci_bus_write_config_dword +EXPORT_SYMBOL vmlinux 0x9d47d3f0 sk_net_capable +EXPORT_SYMBOL vmlinux 0x9d50801f agp_generic_create_gatt_table +EXPORT_SYMBOL vmlinux 0x9d7bf696 ipv6_dev_get_saddr +EXPORT_SYMBOL vmlinux 0x9d7ea283 __serio_register_port +EXPORT_SYMBOL vmlinux 0x9d96a9b0 mmu_hash_ops +EXPORT_SYMBOL vmlinux 0x9dadf589 __mmap_lock_do_trace_start_locking +EXPORT_SYMBOL vmlinux 0x9dae77cb prepare_kernel_cred +EXPORT_SYMBOL vmlinux 0x9dc69251 component_match_add_release +EXPORT_SYMBOL vmlinux 0x9dd8dd57 load_fp_state +EXPORT_SYMBOL vmlinux 0x9dd9df13 dm_kcopyd_client_create +EXPORT_SYMBOL vmlinux 0x9de3633c vfs_fileattr_get +EXPORT_SYMBOL vmlinux 0x9de706b5 mempool_destroy +EXPORT_SYMBOL vmlinux 0x9de9c934 jbd2_journal_get_undo_access +EXPORT_SYMBOL vmlinux 0x9dee7055 pci_alloc_irq_vectors +EXPORT_SYMBOL vmlinux 0x9e0c711d vzalloc_node +EXPORT_SYMBOL vmlinux 0x9e0fa5ae hsiphash_3u32 +EXPORT_SYMBOL vmlinux 0x9e13f6f6 gf128mul_lle +EXPORT_SYMBOL vmlinux 0x9e281ee2 sock_set_mark +EXPORT_SYMBOL vmlinux 0x9e46a978 jbd2_wait_inode_data +EXPORT_SYMBOL vmlinux 0x9e4faeef dm_io_client_destroy +EXPORT_SYMBOL vmlinux 0x9e571300 pci_find_resource +EXPORT_SYMBOL vmlinux 0x9e61bb05 set_freezable +EXPORT_SYMBOL vmlinux 0x9e6b9eae jbd2_complete_transaction +EXPORT_SYMBOL vmlinux 0x9e743b21 pci_find_bus +EXPORT_SYMBOL vmlinux 0x9e8089a4 stop_tty +EXPORT_SYMBOL vmlinux 0x9e97375d rtas_busy_delay_time +EXPORT_SYMBOL vmlinux 0x9e9eab95 devcgroup_check_permission +EXPORT_SYMBOL vmlinux 0x9e9fdd9d memunmap +EXPORT_SYMBOL vmlinux 0x9ea9641e invalidate_inode_buffers +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 0x9ee58967 set_cached_acl +EXPORT_SYMBOL vmlinux 0x9f038288 folio_write_one +EXPORT_SYMBOL vmlinux 0x9f0a9749 vm_mmap +EXPORT_SYMBOL vmlinux 0x9f14ab6c ipv4_specific +EXPORT_SYMBOL vmlinux 0x9f46ced8 __sw_hweight64 +EXPORT_SYMBOL vmlinux 0x9f50b770 keyring_restrict +EXPORT_SYMBOL vmlinux 0x9f54ead7 gro_cells_destroy +EXPORT_SYMBOL vmlinux 0x9f55c494 folio_clear_dirty_for_io +EXPORT_SYMBOL vmlinux 0x9f73742c __napi_schedule +EXPORT_SYMBOL vmlinux 0x9f7823ef del_gendisk +EXPORT_SYMBOL vmlinux 0x9f9806d4 pcibios_bus_to_resource +EXPORT_SYMBOL vmlinux 0x9f984513 strrchr +EXPORT_SYMBOL vmlinux 0x9f9881c7 jbd2_journal_unlock_updates +EXPORT_SYMBOL vmlinux 0x9fa7184a cancel_delayed_work_sync +EXPORT_SYMBOL vmlinux 0x9fad518e irq_stat +EXPORT_SYMBOL vmlinux 0x9fb41842 netdev_offload_xstats_report_delta +EXPORT_SYMBOL vmlinux 0x9fbb5869 gen_new_estimator +EXPORT_SYMBOL vmlinux 0x9fdecc31 unregister_netdevice_many +EXPORT_SYMBOL vmlinux 0x9feed7ce timer_reduce +EXPORT_SYMBOL vmlinux 0x9ff41c42 bpf_link_get_from_fd +EXPORT_SYMBOL vmlinux 0x9ffa3a75 netdev_max_backlog +EXPORT_SYMBOL vmlinux 0xa0090b35 from_kgid_munged +EXPORT_SYMBOL vmlinux 0xa01d3df6 font_vga_8x16 +EXPORT_SYMBOL vmlinux 0xa0262284 radix_tree_iter_delete +EXPORT_SYMBOL vmlinux 0xa033d747 next_arg +EXPORT_SYMBOL vmlinux 0xa0436e98 in6addr_linklocal_allnodes +EXPORT_SYMBOL vmlinux 0xa057df8f twl_set_regcache_bypass +EXPORT_SYMBOL vmlinux 0xa05b6be2 psched_ppscfg_precompute +EXPORT_SYMBOL vmlinux 0xa05ba194 _dev_alert +EXPORT_SYMBOL vmlinux 0xa068a53e proc_create_single_data +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 0xa09bd6ae mod_node_page_state +EXPORT_SYMBOL vmlinux 0xa09e71f1 inet_accept +EXPORT_SYMBOL vmlinux 0xa0ae1e73 siphash_3u64 +EXPORT_SYMBOL vmlinux 0xa0b04675 vmalloc_32 +EXPORT_SYMBOL vmlinux 0xa0bd1ae3 tcp_ld_RTO_revert +EXPORT_SYMBOL vmlinux 0xa0c94f1a netpoll_setup +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 0xa0f3009e register_shrinker +EXPORT_SYMBOL vmlinux 0xa0f9e66f device_add_disk +EXPORT_SYMBOL vmlinux 0xa0fbac79 wake_up_bit +EXPORT_SYMBOL vmlinux 0xa108eb4d sysctl_optmem_max +EXPORT_SYMBOL vmlinux 0xa11cb052 __dquot_transfer +EXPORT_SYMBOL vmlinux 0xa12ba0be generic_file_open +EXPORT_SYMBOL vmlinux 0xa140241b scsi_ioctl +EXPORT_SYMBOL vmlinux 0xa1538824 d_obtain_root +EXPORT_SYMBOL vmlinux 0xa18a52ce update_devfreq +EXPORT_SYMBOL vmlinux 0xa1967dd9 vfs_getattr +EXPORT_SYMBOL vmlinux 0xa1abc870 mmc_add_host +EXPORT_SYMBOL vmlinux 0xa1aed5bf fb_get_mode +EXPORT_SYMBOL vmlinux 0xa1b35a5d md_reload_sb +EXPORT_SYMBOL vmlinux 0xa1b8ce12 ipv6_skip_exthdr +EXPORT_SYMBOL vmlinux 0xa1d5b702 pci_enable_msix_range +EXPORT_SYMBOL vmlinux 0xa1e16441 no_seek_end_llseek_size +EXPORT_SYMBOL vmlinux 0xa1eaa2cd mempool_init +EXPORT_SYMBOL vmlinux 0xa2060911 inet_current_timestamp +EXPORT_SYMBOL vmlinux 0xa20a9142 blk_integrity_compare +EXPORT_SYMBOL vmlinux 0xa22a8259 dev_mc_sync +EXPORT_SYMBOL vmlinux 0xa23a6114 finish_swait +EXPORT_SYMBOL vmlinux 0xa23a694c bio_chain +EXPORT_SYMBOL vmlinux 0xa23ffc04 groups_sort +EXPORT_SYMBOL vmlinux 0xa24556ec dev_mc_del_global +EXPORT_SYMBOL vmlinux 0xa2459c6b sock_register +EXPORT_SYMBOL vmlinux 0xa24af2e7 d_find_alias +EXPORT_SYMBOL vmlinux 0xa24c6da7 bdi_put +EXPORT_SYMBOL vmlinux 0xa24f23d8 __request_module +EXPORT_SYMBOL vmlinux 0xa25042d5 pci_scan_bridge +EXPORT_SYMBOL vmlinux 0xa253d0ee fwnode_irq_get +EXPORT_SYMBOL vmlinux 0xa263892b fscrypt_fname_free_buffer +EXPORT_SYMBOL vmlinux 0xa2660e90 __tracepoint_dma_fence_signaled +EXPORT_SYMBOL vmlinux 0xa266209e of_get_next_available_child +EXPORT_SYMBOL vmlinux 0xa28cfcc0 gen_estimator_active +EXPORT_SYMBOL vmlinux 0xa2b7f967 kernel_accept +EXPORT_SYMBOL vmlinux 0xa2bbed37 crash_shutdown_register +EXPORT_SYMBOL vmlinux 0xa2bf85df mr_mfc_find_any_parent +EXPORT_SYMBOL vmlinux 0xa2ce1179 flush_all_to_thread +EXPORT_SYMBOL vmlinux 0xa2d7ec8d __SCK__tp_func_kmem_cache_free +EXPORT_SYMBOL vmlinux 0xa2e9d6cb qdisc_watchdog_init +EXPORT_SYMBOL vmlinux 0xa305cdb2 bdi_unregister +EXPORT_SYMBOL vmlinux 0xa307f74b scsi_report_bus_reset +EXPORT_SYMBOL vmlinux 0xa3084869 input_mt_report_slot_state +EXPORT_SYMBOL vmlinux 0xa30d6f9b genphy_aneg_done +EXPORT_SYMBOL vmlinux 0xa31c11ae configfs_remove_default_groups +EXPORT_SYMBOL vmlinux 0xa325577e skb_copy_expand +EXPORT_SYMBOL vmlinux 0xa34ea576 trace_print_hex_seq +EXPORT_SYMBOL vmlinux 0xa35988cc end_buffer_write_sync +EXPORT_SYMBOL vmlinux 0xa36203e6 pci_enable_link_state +EXPORT_SYMBOL vmlinux 0xa3634801 sock_create_lite +EXPORT_SYMBOL vmlinux 0xa364d78b sock_no_getname +EXPORT_SYMBOL vmlinux 0xa366ff8d xa_get_order +EXPORT_SYMBOL vmlinux 0xa3698157 locks_copy_conflock +EXPORT_SYMBOL vmlinux 0xa376e118 blk_queue_logical_block_size +EXPORT_SYMBOL vmlinux 0xa37d5abc __d_drop +EXPORT_SYMBOL vmlinux 0xa38e691a ioremap_bot +EXPORT_SYMBOL vmlinux 0xa3919f95 jbd2_journal_get_create_access +EXPORT_SYMBOL vmlinux 0xa3964edb phy_set_asym_pause +EXPORT_SYMBOL vmlinux 0xa39b4cf2 udelay +EXPORT_SYMBOL vmlinux 0xa39f12df __ethtool_get_link_ksettings +EXPORT_SYMBOL vmlinux 0xa3a7ac86 sk_reset_timer +EXPORT_SYMBOL vmlinux 0xa3b2154a kthread_create_on_cpu +EXPORT_SYMBOL vmlinux 0xa3be7dd8 pci_bus_read_config_dword +EXPORT_SYMBOL vmlinux 0xa3be8342 __ubsan_handle_type_mismatch +EXPORT_SYMBOL vmlinux 0xa3c0f796 input_close_device +EXPORT_SYMBOL vmlinux 0xa3cefaa0 blake2s_update +EXPORT_SYMBOL vmlinux 0xa3fea172 sha224_final +EXPORT_SYMBOL vmlinux 0xa4032192 udp_lib_rehash +EXPORT_SYMBOL vmlinux 0xa4048627 mipi_dsi_dcs_enter_sleep_mode +EXPORT_SYMBOL vmlinux 0xa40d125e __lock_sock_fast +EXPORT_SYMBOL vmlinux 0xa4461d42 generic_key_instantiate +EXPORT_SYMBOL vmlinux 0xa45dd094 fs_context_for_submount +EXPORT_SYMBOL vmlinux 0xa49a9b46 mempool_alloc +EXPORT_SYMBOL vmlinux 0xa4b94fea iowrite8_rep +EXPORT_SYMBOL vmlinux 0xa4c67c82 netdev_adjacent_change_commit +EXPORT_SYMBOL vmlinux 0xa4d39317 __mod_lruvec_page_state +EXPORT_SYMBOL vmlinux 0xa4d4f0e6 global_cache_flush +EXPORT_SYMBOL vmlinux 0xa51f348f t10_pi_type3_ip +EXPORT_SYMBOL vmlinux 0xa5342565 sock_no_sendpage +EXPORT_SYMBOL vmlinux 0xa5526619 rb_insert_color +EXPORT_SYMBOL vmlinux 0xa58957b5 dma_pool_create +EXPORT_SYMBOL vmlinux 0xa5c6ec21 srp_timed_out +EXPORT_SYMBOL vmlinux 0xa5c82422 dump_emit +EXPORT_SYMBOL vmlinux 0xa5d7e313 pci_enable_device_mem +EXPORT_SYMBOL vmlinux 0xa5e9b2da qdisc_watchdog_cancel +EXPORT_SYMBOL vmlinux 0xa61ced89 qdisc_put_rtab +EXPORT_SYMBOL vmlinux 0xa62062dc vme_register_bridge +EXPORT_SYMBOL vmlinux 0xa62c34f6 input_set_max_poll_interval +EXPORT_SYMBOL vmlinux 0xa62d9836 dma_alloc_attrs +EXPORT_SYMBOL vmlinux 0xa635d2a6 profile_pc +EXPORT_SYMBOL vmlinux 0xa648e561 __ubsan_handle_shift_out_of_bounds +EXPORT_SYMBOL vmlinux 0xa64c7249 __printk_cpu_sync_try_get +EXPORT_SYMBOL vmlinux 0xa6563dd1 devm_request_resource +EXPORT_SYMBOL vmlinux 0xa6579f21 __pud_val_bits +EXPORT_SYMBOL vmlinux 0xa65972b8 _memcpy_toio +EXPORT_SYMBOL vmlinux 0xa66165a3 page_zero_new_buffers +EXPORT_SYMBOL vmlinux 0xa66753f8 mipi_dsi_host_register +EXPORT_SYMBOL vmlinux 0xa66cf882 dev_set_mac_address_user +EXPORT_SYMBOL vmlinux 0xa67b9d2c max8925_bulk_read +EXPORT_SYMBOL vmlinux 0xa681fe88 generate_random_uuid +EXPORT_SYMBOL vmlinux 0xa69ed606 flow_keys_dissector +EXPORT_SYMBOL vmlinux 0xa6a98862 end_buffer_async_write +EXPORT_SYMBOL vmlinux 0xa6b1048d pci_reenable_device +EXPORT_SYMBOL vmlinux 0xa6da9f8f inode_owner_or_capable +EXPORT_SYMBOL vmlinux 0xa6dab857 jbd2_journal_grab_journal_head +EXPORT_SYMBOL vmlinux 0xa6e966d9 sock_dequeue_err_skb +EXPORT_SYMBOL vmlinux 0xa6ed408b __traceiter_mmap_lock_released +EXPORT_SYMBOL vmlinux 0xa70f6219 jbd2_journal_ack_err +EXPORT_SYMBOL vmlinux 0xa71d2e2c ioread16be +EXPORT_SYMBOL vmlinux 0xa73983ff get_tree_keyed +EXPORT_SYMBOL vmlinux 0xa74c9877 refcount_dec_and_rtnl_lock +EXPORT_SYMBOL vmlinux 0xa755803d kmem_cache_shrink +EXPORT_SYMBOL vmlinux 0xa75e3d24 skb_free_datagram +EXPORT_SYMBOL vmlinux 0xa772323c of_device_is_compatible +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 0xa7b5633e input_open_device +EXPORT_SYMBOL vmlinux 0xa7b8cd36 blkdev_get_by_path +EXPORT_SYMBOL vmlinux 0xa7c79096 __folio_cancel_dirty +EXPORT_SYMBOL vmlinux 0xa7cf74da sock_queue_rcv_skb_reason +EXPORT_SYMBOL vmlinux 0xa7dd61e7 serial8250_set_isa_configurator +EXPORT_SYMBOL vmlinux 0xa7eedcc4 call_usermodehelper +EXPORT_SYMBOL vmlinux 0xa80be435 pm860x_reg_read +EXPORT_SYMBOL vmlinux 0xa8124e6f logfc +EXPORT_SYMBOL vmlinux 0xa82144a3 __dev_set_mtu +EXPORT_SYMBOL vmlinux 0xa8249c0f mdiobus_free +EXPORT_SYMBOL vmlinux 0xa82d137d kobject_get_unless_zero +EXPORT_SYMBOL vmlinux 0xa843805a get_unused_fd_flags +EXPORT_SYMBOL vmlinux 0xa84474aa _raw_write_lock_irqsave +EXPORT_SYMBOL vmlinux 0xa8467ee6 max8998_write_reg +EXPORT_SYMBOL vmlinux 0xa84ce9e0 crypto_aes_inv_sbox +EXPORT_SYMBOL vmlinux 0xa85b543d radix__local_flush_tlb_page +EXPORT_SYMBOL vmlinux 0xa8694ecd kblockd_schedule_work +EXPORT_SYMBOL vmlinux 0xa8896319 __xa_clear_mark +EXPORT_SYMBOL vmlinux 0xa8a2fe25 skb_flow_dissect_tunnel_info +EXPORT_SYMBOL vmlinux 0xa8bf63ad pcie_capability_write_dword +EXPORT_SYMBOL vmlinux 0xa8caa845 clk_bulk_put_all +EXPORT_SYMBOL vmlinux 0xa8d329a7 ipv6_dev_find +EXPORT_SYMBOL vmlinux 0xa8e0f792 netlink_kernel_release +EXPORT_SYMBOL vmlinux 0xa8e3fbe9 input_event +EXPORT_SYMBOL vmlinux 0xa8f1cafd bpf_empty_prog_array +EXPORT_SYMBOL vmlinux 0xa8f6c843 ip_frag_ecn_table +EXPORT_SYMBOL vmlinux 0xa8f6faa1 set_nlink +EXPORT_SYMBOL vmlinux 0xa9010402 __ip_options_compile +EXPORT_SYMBOL vmlinux 0xa908c27e input_flush_device +EXPORT_SYMBOL vmlinux 0xa90ca0de flush_rcu_work +EXPORT_SYMBOL vmlinux 0xa90dd145 netif_set_tso_max_size +EXPORT_SYMBOL vmlinux 0xa916b694 strnlen +EXPORT_SYMBOL vmlinux 0xa923e96e reuseport_select_sock +EXPORT_SYMBOL vmlinux 0xa92c4c3c tcf_qevent_init +EXPORT_SYMBOL vmlinux 0xa936fa2f tcp_md5_hash_skb_data +EXPORT_SYMBOL vmlinux 0xa943be10 sock_queue_err_skb +EXPORT_SYMBOL vmlinux 0xa94d1aeb xfrm_input_register_afinfo +EXPORT_SYMBOL vmlinux 0xa953b061 qdisc_class_hash_grow +EXPORT_SYMBOL vmlinux 0xa965ca81 reciprocal_value +EXPORT_SYMBOL vmlinux 0xa976957d bitmap_remap +EXPORT_SYMBOL vmlinux 0xa97e2fe5 _atomic_dec_and_raw_lock +EXPORT_SYMBOL vmlinux 0xa9843e30 ipv6_mc_check_mld +EXPORT_SYMBOL vmlinux 0xa98c04c6 pcie_get_width_cap +EXPORT_SYMBOL vmlinux 0xa9b06caa tcf_exts_dump +EXPORT_SYMBOL vmlinux 0xa9c2979a drop_super +EXPORT_SYMBOL vmlinux 0xa9c85332 sock_no_linger +EXPORT_SYMBOL vmlinux 0xa9dffce5 mempool_free +EXPORT_SYMBOL vmlinux 0xa9ef9e7c dma_resv_fini +EXPORT_SYMBOL vmlinux 0xaa0c318b vscnprintf +EXPORT_SYMBOL vmlinux 0xaa19e4aa _kstrtol +EXPORT_SYMBOL vmlinux 0xaa20d11c vme_master_request +EXPORT_SYMBOL vmlinux 0xaa3a2bb2 mount_subtree +EXPORT_SYMBOL vmlinux 0xaa3f6f04 radix__flush_tlb_kernel_range +EXPORT_SYMBOL vmlinux 0xaa5f149e inet_dgram_connect +EXPORT_SYMBOL vmlinux 0xaa6f23ad rfkill_get_led_trigger_name +EXPORT_SYMBOL vmlinux 0xaa783cd6 ip_sock_set_freebind +EXPORT_SYMBOL vmlinux 0xaa8f1b71 inet_addr_is_any +EXPORT_SYMBOL vmlinux 0xaa91524b mipi_dsi_generic_write +EXPORT_SYMBOL vmlinux 0xaa9179c4 ida_alloc_range +EXPORT_SYMBOL vmlinux 0xaa948a64 dquot_quota_sync +EXPORT_SYMBOL vmlinux 0xaaa4b9bc hchacha_block_generic +EXPORT_SYMBOL vmlinux 0xaab2ee91 complete_all +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 0xaae8991d inet_sk_rebuild_header +EXPORT_SYMBOL vmlinux 0xaaf5cc5e unlock_two_nondirectories +EXPORT_SYMBOL vmlinux 0xaafdc258 strcasecmp +EXPORT_SYMBOL vmlinux 0xab02febb scsi_device_set_state +EXPORT_SYMBOL vmlinux 0xab34dd3d submit_bh +EXPORT_SYMBOL vmlinux 0xab3697e4 irq_poll_init +EXPORT_SYMBOL vmlinux 0xab3b75ea vme_dma_pattern_attribute +EXPORT_SYMBOL vmlinux 0xab428421 ip_mc_inc_group +EXPORT_SYMBOL vmlinux 0xab5a3932 lookup_one_positive_unlocked +EXPORT_SYMBOL vmlinux 0xab63baa5 unregister_inetaddr_validator_notifier +EXPORT_SYMBOL vmlinux 0xab6d5b3b hex_to_bin +EXPORT_SYMBOL vmlinux 0xab781570 fb_get_options +EXPORT_SYMBOL vmlinux 0xab7821cb unregister_nls +EXPORT_SYMBOL vmlinux 0xab8817de flow_block_cb_decref +EXPORT_SYMBOL vmlinux 0xab92217e dma_resv_copy_fences +EXPORT_SYMBOL vmlinux 0xaba0dd44 kill_pgrp +EXPORT_SYMBOL vmlinux 0xabb57743 sock_init_data_uid +EXPORT_SYMBOL vmlinux 0xabc1b1eb ethtool_intersect_link_masks +EXPORT_SYMBOL vmlinux 0xabc58521 dev_get_by_index +EXPORT_SYMBOL vmlinux 0xabf32f29 utf16s_to_utf8s +EXPORT_SYMBOL vmlinux 0xabf9a237 jbd2_journal_load +EXPORT_SYMBOL vmlinux 0xabfea5de alloc_etherdev_mqs +EXPORT_SYMBOL vmlinux 0xac009681 flow_rule_match_mpls +EXPORT_SYMBOL vmlinux 0xac07e74e inet_bind +EXPORT_SYMBOL vmlinux 0xac15b01a page_cache_next_miss +EXPORT_SYMBOL vmlinux 0xac1a55be unregister_reboot_notifier +EXPORT_SYMBOL vmlinux 0xac3201b0 udp_flow_hashrnd +EXPORT_SYMBOL vmlinux 0xac430423 __pmd_val_bits +EXPORT_SYMBOL vmlinux 0xac4e03c7 kmem_cache_alloc_node +EXPORT_SYMBOL vmlinux 0xac579324 netdev_master_upper_dev_get +EXPORT_SYMBOL vmlinux 0xac5fcec0 in4_pton +EXPORT_SYMBOL vmlinux 0xac7a832b dquot_mark_dquot_dirty +EXPORT_SYMBOL vmlinux 0xac7ccf87 security_sock_rcv_skb +EXPORT_SYMBOL vmlinux 0xacab29b7 seq_hlist_start_percpu +EXPORT_SYMBOL vmlinux 0xacc4c491 kthread_create_on_node +EXPORT_SYMBOL vmlinux 0xacd81eb3 jbd2_inode_cache +EXPORT_SYMBOL vmlinux 0xacddd806 ptp_get_vclocks_index +EXPORT_SYMBOL vmlinux 0xace71f34 complete_request_key +EXPORT_SYMBOL vmlinux 0xacf2b613 get_vm_area +EXPORT_SYMBOL vmlinux 0xacf4d843 match_strdup +EXPORT_SYMBOL vmlinux 0xacf649bf audit_log_task_info +EXPORT_SYMBOL vmlinux 0xad0413d4 match_hex +EXPORT_SYMBOL vmlinux 0xad128dc1 __tracepoint_dma_fence_enable_signal +EXPORT_SYMBOL vmlinux 0xad2f3c30 filemap_fdatawrite +EXPORT_SYMBOL vmlinux 0xad2ff568 read_cache_page_gfp +EXPORT_SYMBOL vmlinux 0xad37ff3f mipi_dsi_host_unregister +EXPORT_SYMBOL vmlinux 0xad4bf18b dev_get_flags +EXPORT_SYMBOL vmlinux 0xad50ba78 sk_capable +EXPORT_SYMBOL vmlinux 0xad50cebb i8253_lock +EXPORT_SYMBOL vmlinux 0xad5ec5e9 nf_log_packet +EXPORT_SYMBOL vmlinux 0xad73041f autoremove_wake_function +EXPORT_SYMBOL vmlinux 0xad78fd9d tcp_mss_to_mtu +EXPORT_SYMBOL vmlinux 0xadae6df8 blake2s_final +EXPORT_SYMBOL vmlinux 0xadbeed61 mipi_dsi_packet_format_is_long +EXPORT_SYMBOL vmlinux 0xadd139d4 rfs_needed +EXPORT_SYMBOL vmlinux 0xadd91282 cpumask_any_distribute +EXPORT_SYMBOL vmlinux 0xadf1cbae lock_two_nondirectories +EXPORT_SYMBOL vmlinux 0xadfcf3b4 filemap_dirty_folio +EXPORT_SYMBOL vmlinux 0xae04012c __vmalloc +EXPORT_SYMBOL vmlinux 0xae1d2c5e fb_modesetting_disabled +EXPORT_SYMBOL vmlinux 0xae316c11 icmpv6_err_convert +EXPORT_SYMBOL vmlinux 0xae35dd9c netdev_adjacent_change_prepare +EXPORT_SYMBOL vmlinux 0xae4c8439 __pte_table_size +EXPORT_SYMBOL vmlinux 0xae4d0762 genphy_read_abilities +EXPORT_SYMBOL vmlinux 0xae4fc6e1 param_ops_int +EXPORT_SYMBOL vmlinux 0xae66472b scsi_kmap_atomic_sg +EXPORT_SYMBOL vmlinux 0xae669586 ppp_unregister_channel +EXPORT_SYMBOL vmlinux 0xae68dcab input_register_device +EXPORT_SYMBOL vmlinux 0xae7029d0 __scm_send +EXPORT_SYMBOL vmlinux 0xae7426cf xp_can_alloc +EXPORT_SYMBOL vmlinux 0xaeac049a generate_random_guid +EXPORT_SYMBOL vmlinux 0xaeba36e1 folio_migrate_copy +EXPORT_SYMBOL vmlinux 0xaec4d39b xfrm4_udp_encap_rcv +EXPORT_SYMBOL vmlinux 0xaeed6ff8 agp_generic_insert_memory +EXPORT_SYMBOL vmlinux 0xaef0b861 bfifo_qdisc_ops +EXPORT_SYMBOL vmlinux 0xaf158990 dma_mmap_attrs +EXPORT_SYMBOL vmlinux 0xaf1a1983 mmc_gpiod_request_cd +EXPORT_SYMBOL vmlinux 0xaf23ca00 __scsi_device_lookup +EXPORT_SYMBOL vmlinux 0xaf3dd7dc scsi_logging_level +EXPORT_SYMBOL vmlinux 0xaf59e5ee ucc_of_parse_tdm +EXPORT_SYMBOL vmlinux 0xaf5ee7bb netdev_upper_dev_link +EXPORT_SYMBOL vmlinux 0xaf64431c __nd_driver_register +EXPORT_SYMBOL vmlinux 0xaf648064 backlight_device_get_by_type +EXPORT_SYMBOL vmlinux 0xaf95a556 __nla_put_64bit +EXPORT_SYMBOL vmlinux 0xafaa6031 _find_next_and_bit +EXPORT_SYMBOL vmlinux 0xafbf792b posix_acl_chmod +EXPORT_SYMBOL vmlinux 0xafc06bcd wait_for_completion_io +EXPORT_SYMBOL vmlinux 0xafc08054 dotdot_name +EXPORT_SYMBOL vmlinux 0xafc24966 skb_abort_seq_read +EXPORT_SYMBOL vmlinux 0xafc4aa75 tcp_peek_len +EXPORT_SYMBOL vmlinux 0xafc6c68e zstd_is_error +EXPORT_SYMBOL vmlinux 0xafe23639 phy_mii_ioctl +EXPORT_SYMBOL vmlinux 0xafe6c899 mt_find +EXPORT_SYMBOL vmlinux 0xb01bebf9 xfrm_get_acqseq +EXPORT_SYMBOL vmlinux 0xb01e9da3 dcache_readdir +EXPORT_SYMBOL vmlinux 0xb0234c5f mt_find_after +EXPORT_SYMBOL vmlinux 0xb030a04c flow_rule_match_ipv4_addrs +EXPORT_SYMBOL vmlinux 0xb03d3798 tcp_check_req +EXPORT_SYMBOL vmlinux 0xb04913dd folio_end_private_2 +EXPORT_SYMBOL vmlinux 0xb050e109 vme_bus_error_handler +EXPORT_SYMBOL vmlinux 0xb058ca07 dim_calc_stats +EXPORT_SYMBOL vmlinux 0xb05fc310 sysctl_rmem_max +EXPORT_SYMBOL vmlinux 0xb075e90e scsi_is_sdev_device +EXPORT_SYMBOL vmlinux 0xb0933871 dma_get_sgtable_attrs +EXPORT_SYMBOL vmlinux 0xb0a0da0c rational_best_approximation +EXPORT_SYMBOL vmlinux 0xb0b88f85 pcim_iounmap +EXPORT_SYMBOL vmlinux 0xb0cb7fed unix_detach_fds +EXPORT_SYMBOL vmlinux 0xb0d4fb48 of_n_addr_cells +EXPORT_SYMBOL vmlinux 0xb0d8c01f sock_alloc_send_pskb +EXPORT_SYMBOL vmlinux 0xb0d96bca scsi_alloc_sgtables +EXPORT_SYMBOL vmlinux 0xb0e10781 get_option +EXPORT_SYMBOL vmlinux 0xb0fa334c tcp_child_process +EXPORT_SYMBOL vmlinux 0xb10736bd dquot_get_next_dqblk +EXPORT_SYMBOL vmlinux 0xb11e6d8f skb_flow_dissector_init +EXPORT_SYMBOL vmlinux 0xb12cbacb fb_unregister_client +EXPORT_SYMBOL vmlinux 0xb1325a7d freeze_super +EXPORT_SYMBOL vmlinux 0xb13b7760 fs_context_for_reconfigure +EXPORT_SYMBOL vmlinux 0xb147a855 dql_reset +EXPORT_SYMBOL vmlinux 0xb14ab1ef hdmi_audio_infoframe_init +EXPORT_SYMBOL vmlinux 0xb14fc46a find_next_clump8 +EXPORT_SYMBOL vmlinux 0xb1518e15 cancel_work +EXPORT_SYMBOL vmlinux 0xb15bd8fa tb_ticks_per_sec +EXPORT_SYMBOL vmlinux 0xb15d9dcc regset_get_alloc +EXPORT_SYMBOL vmlinux 0xb16154b7 tcp_conn_request +EXPORT_SYMBOL vmlinux 0xb180c850 agp_generic_destroy_page +EXPORT_SYMBOL vmlinux 0xb19d55df fsl_upm_run_pattern +EXPORT_SYMBOL vmlinux 0xb1aab66b pci_dev_driver +EXPORT_SYMBOL vmlinux 0xb1c3a01a oops_in_progress +EXPORT_SYMBOL vmlinux 0xb1c5c64e gtm_set_exact_timer16 +EXPORT_SYMBOL vmlinux 0xb1ddf995 jiffies_64_to_clock_t +EXPORT_SYMBOL vmlinux 0xb1ed5210 security_skb_classify_flow +EXPORT_SYMBOL vmlinux 0xb1ee57ca component_match_add_typed +EXPORT_SYMBOL vmlinux 0xb1f65d72 devm_devfreq_unregister_opp_notifier +EXPORT_SYMBOL vmlinux 0xb207b66b inet_getname +EXPORT_SYMBOL vmlinux 0xb2159ef0 filemap_map_pages +EXPORT_SYMBOL vmlinux 0xb22e16d5 radix_tree_maybe_preload +EXPORT_SYMBOL vmlinux 0xb23027c1 kstrtos16_from_user +EXPORT_SYMBOL vmlinux 0xb23f64c9 netdev_lower_get_next +EXPORT_SYMBOL vmlinux 0xb2565513 kern_path_create +EXPORT_SYMBOL vmlinux 0xb26cc736 __cgroup_bpf_run_filter_sock_addr +EXPORT_SYMBOL vmlinux 0xb2815453 input_handler_for_each_handle +EXPORT_SYMBOL vmlinux 0xb290a485 dev_trans_start +EXPORT_SYMBOL vmlinux 0xb29684d0 udp6_set_csum +EXPORT_SYMBOL vmlinux 0xb298657f find_get_pages_range_tag +EXPORT_SYMBOL vmlinux 0xb2a283c9 skb_mac_gso_segment +EXPORT_SYMBOL vmlinux 0xb2ab6be7 inode_add_bytes +EXPORT_SYMBOL vmlinux 0xb2ac9c9f jbd2__journal_start +EXPORT_SYMBOL vmlinux 0xb2acc4cd __msr_check_and_clear +EXPORT_SYMBOL vmlinux 0xb2acd9e5 free_bucket_spinlocks +EXPORT_SYMBOL vmlinux 0xb2b2fd6d sched_autogroup_create_attach +EXPORT_SYMBOL vmlinux 0xb2b3f962 blk_rq_unmap_user +EXPORT_SYMBOL vmlinux 0xb2bd4305 skb_trim +EXPORT_SYMBOL vmlinux 0xb2e3f1a9 gnet_stats_add_basic +EXPORT_SYMBOL vmlinux 0xb2f35c6a xxh64 +EXPORT_SYMBOL vmlinux 0xb2fcb56d queue_delayed_work_on +EXPORT_SYMBOL vmlinux 0xb2fede90 ppp_input +EXPORT_SYMBOL vmlinux 0xb306ec50 __sg_alloc_table +EXPORT_SYMBOL vmlinux 0xb308c97d wait_woken +EXPORT_SYMBOL vmlinux 0xb30b9822 vme_master_set +EXPORT_SYMBOL vmlinux 0xb321f0d2 ipv6_push_frag_opts +EXPORT_SYMBOL vmlinux 0xb323d497 shrink_dcache_parent +EXPORT_SYMBOL vmlinux 0xb3258f79 __ubsan_handle_type_mismatch_v1 +EXPORT_SYMBOL vmlinux 0xb326a31f sock_set_reuseport +EXPORT_SYMBOL vmlinux 0xb33e73f5 filp_close +EXPORT_SYMBOL vmlinux 0xb344e0ce pci_resize_resource +EXPORT_SYMBOL vmlinux 0xb350f6f2 dqstats +EXPORT_SYMBOL vmlinux 0xb359d8d1 make_kgid +EXPORT_SYMBOL vmlinux 0xb3687850 out_of_line_wait_on_bit_lock +EXPORT_SYMBOL vmlinux 0xb36d1e2c crypto_kdf108_setkey +EXPORT_SYMBOL vmlinux 0xb3707e6e flow_keys_basic_dissector +EXPORT_SYMBOL vmlinux 0xb3865be4 pcie_capability_write_word +EXPORT_SYMBOL vmlinux 0xb38d850c phy_init_eee +EXPORT_SYMBOL vmlinux 0xb394d401 of_graph_get_remote_port_parent +EXPORT_SYMBOL vmlinux 0xb39b51be cdc_parse_cdc_header +EXPORT_SYMBOL vmlinux 0xb39ddd1b create_empty_buffers +EXPORT_SYMBOL vmlinux 0xb3a1ef1c timestamp_truncate +EXPORT_SYMBOL vmlinux 0xb3d2c76d scsi_hostbyte_string +EXPORT_SYMBOL vmlinux 0xb3e3ac95 _raw_read_lock +EXPORT_SYMBOL vmlinux 0xb3e485b1 qe_pin_request +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 0xb3fa0f89 input_inject_event +EXPORT_SYMBOL vmlinux 0xb4064e17 neigh_changeaddr +EXPORT_SYMBOL vmlinux 0xb406ca3a xfrm_alloc_spi +EXPORT_SYMBOL vmlinux 0xb41d2efc sk_alloc +EXPORT_SYMBOL vmlinux 0xb41e4aa6 phy_ethtool_ksettings_get +EXPORT_SYMBOL vmlinux 0xb423dba1 console_blanked +EXPORT_SYMBOL vmlinux 0xb43c836a devm_clk_hw_register_clkdev +EXPORT_SYMBOL vmlinux 0xb43d26bf neigh_carrier_down +EXPORT_SYMBOL vmlinux 0xb43dbf26 pnv_cxl_release_hwirqs +EXPORT_SYMBOL vmlinux 0xb4424b2b proc_doulongvec_ms_jiffies_minmax +EXPORT_SYMBOL vmlinux 0xb44478a6 qe_pin_free +EXPORT_SYMBOL vmlinux 0xb45b8210 devm_pci_remap_cfgspace +EXPORT_SYMBOL vmlinux 0xb46a9ef2 file_path +EXPORT_SYMBOL vmlinux 0xb473e2c2 lockref_get +EXPORT_SYMBOL vmlinux 0xb476e9c3 devm_extcon_register_notifier +EXPORT_SYMBOL vmlinux 0xb47be20e pseries_disable_reloc_on_exc +EXPORT_SYMBOL vmlinux 0xb48d4d22 security_sb_eat_lsm_opts +EXPORT_SYMBOL vmlinux 0xb49601a1 sg_zero_buffer +EXPORT_SYMBOL vmlinux 0xb49ac698 grab_cache_page_write_begin +EXPORT_SYMBOL vmlinux 0xb4a79898 blk_limits_io_opt +EXPORT_SYMBOL vmlinux 0xb4b95712 jbd2_journal_get_write_access +EXPORT_SYMBOL vmlinux 0xb4f13d2a abort +EXPORT_SYMBOL vmlinux 0xb4f7a52b fqdir_exit +EXPORT_SYMBOL vmlinux 0xb501707c simple_fill_super +EXPORT_SYMBOL vmlinux 0xb506f892 d_alloc +EXPORT_SYMBOL vmlinux 0xb5243292 fwnode_irq_get_byname +EXPORT_SYMBOL vmlinux 0xb539b516 dma_fence_array_ops +EXPORT_SYMBOL vmlinux 0xb555f9f3 gtm_get_specific_timer16 +EXPORT_SYMBOL vmlinux 0xb55b96d3 console_force_preferred_locked +EXPORT_SYMBOL vmlinux 0xb55daeb5 pm860x_set_bits +EXPORT_SYMBOL vmlinux 0xb55ef845 security_sctp_assoc_request +EXPORT_SYMBOL vmlinux 0xb575a645 simple_transaction_get +EXPORT_SYMBOL vmlinux 0xb5790d45 __dec_node_page_state +EXPORT_SYMBOL vmlinux 0xb587080e fb_show_logo +EXPORT_SYMBOL vmlinux 0xb5898a8a twl6040_get_pll +EXPORT_SYMBOL vmlinux 0xb59457bc dquot_initialize_needed +EXPORT_SYMBOL vmlinux 0xb59be320 sk_page_frag_refill +EXPORT_SYMBOL vmlinux 0xb5a459dc unregister_blkdev +EXPORT_SYMBOL vmlinux 0xb5aa7165 dma_pool_destroy +EXPORT_SYMBOL vmlinux 0xb5b0b317 generic_file_readonly_mmap +EXPORT_SYMBOL vmlinux 0xb5b63711 fileattr_fill_xflags +EXPORT_SYMBOL vmlinux 0xb5bb6283 simple_lookup +EXPORT_SYMBOL vmlinux 0xb5d8e898 devfreq_register_opp_notifier +EXPORT_SYMBOL vmlinux 0xb5dd39eb inet_put_port +EXPORT_SYMBOL vmlinux 0xb5e673c8 of_graph_get_port_parent +EXPORT_SYMBOL vmlinux 0xb5e73116 flush_delayed_work +EXPORT_SYMBOL vmlinux 0xb5f346c9 radix__flush_all_mm +EXPORT_SYMBOL vmlinux 0xb6040186 __scsi_add_device +EXPORT_SYMBOL vmlinux 0xb610f6bb dquot_set_dqblk +EXPORT_SYMBOL vmlinux 0xb615b9dd param_get_hexint +EXPORT_SYMBOL vmlinux 0xb62e8b2e __inc_zone_page_state +EXPORT_SYMBOL vmlinux 0xb6324a66 mmc_cqe_request_done +EXPORT_SYMBOL vmlinux 0xb633f115 irq_poll_enable +EXPORT_SYMBOL vmlinux 0xb6361231 mutex_is_locked +EXPORT_SYMBOL vmlinux 0xb6421dc1 skb_copy_datagram_iter +EXPORT_SYMBOL vmlinux 0xb65476d7 scsi_unblock_requests +EXPORT_SYMBOL vmlinux 0xb658eebd simple_recursive_removal +EXPORT_SYMBOL vmlinux 0xb669001c posix_test_lock +EXPORT_SYMBOL vmlinux 0xb66e96d8 netlbl_audit_start +EXPORT_SYMBOL vmlinux 0xb678366f int_sqrt +EXPORT_SYMBOL vmlinux 0xb67ca63c i8042_install_filter +EXPORT_SYMBOL vmlinux 0xb67fec0e uuid_parse +EXPORT_SYMBOL vmlinux 0xb6936ffe _bcd2bin +EXPORT_SYMBOL vmlinux 0xb6979eec devfreq_remove_device +EXPORT_SYMBOL vmlinux 0xb69c9811 mdiobus_unregister +EXPORT_SYMBOL vmlinux 0xb6acaa13 phy_sfp_detach +EXPORT_SYMBOL vmlinux 0xb6b46977 scsicam_bios_param +EXPORT_SYMBOL vmlinux 0xb6cb556a _find_first_and_bit +EXPORT_SYMBOL vmlinux 0xb6d12680 phy_start +EXPORT_SYMBOL vmlinux 0xb6d37724 linkwatch_fire_event +EXPORT_SYMBOL vmlinux 0xb6e2f7e2 of_find_backlight_by_node +EXPORT_SYMBOL vmlinux 0xb6e36ce2 psched_ratecfg_precompute +EXPORT_SYMBOL vmlinux 0xb6eaceec reuseport_stop_listen_sock +EXPORT_SYMBOL vmlinux 0xb6fde909 close_fd +EXPORT_SYMBOL vmlinux 0xb7092492 write_cache_pages +EXPORT_SYMBOL vmlinux 0xb71589f0 skip_spaces +EXPORT_SYMBOL vmlinux 0xb71b21d4 tcf_action_set_ctrlact +EXPORT_SYMBOL vmlinux 0xb71ed69f __hw_addr_unsync +EXPORT_SYMBOL vmlinux 0xb720e1ab mem_section +EXPORT_SYMBOL vmlinux 0xb729ed41 notify_change +EXPORT_SYMBOL vmlinux 0xb738d4f3 netif_receive_skb_core +EXPORT_SYMBOL vmlinux 0xb74619ff dst_release_immediate +EXPORT_SYMBOL vmlinux 0xb747073e padata_do_parallel +EXPORT_SYMBOL vmlinux 0xb74abbeb sk_wait_data +EXPORT_SYMBOL vmlinux 0xb75431bd napi_enable +EXPORT_SYMBOL vmlinux 0xb7688155 ucc_slow_init +EXPORT_SYMBOL vmlinux 0xb76c8f2e xfrm_state_alloc +EXPORT_SYMBOL vmlinux 0xb7793566 genphy_check_and_restart_aneg +EXPORT_SYMBOL vmlinux 0xb77cffa7 dquot_get_state +EXPORT_SYMBOL vmlinux 0xb78debe3 LZ4_decompress_fast_usingDict +EXPORT_SYMBOL vmlinux 0xb7ac9489 __sock_cmsg_send +EXPORT_SYMBOL vmlinux 0xb7b3f8c3 nd_device_unregister +EXPORT_SYMBOL vmlinux 0xb7ba330f ioc_lookup_icq +EXPORT_SYMBOL vmlinux 0xb7c0f443 sort +EXPORT_SYMBOL vmlinux 0xb7c235fb pfifo_fast_ops +EXPORT_SYMBOL vmlinux 0xb7c665db i2c_del_adapter +EXPORT_SYMBOL vmlinux 0xb7c6db70 sysctl_max_skb_frags +EXPORT_SYMBOL vmlinux 0xb7d2ef3d gen_pool_dma_alloc +EXPORT_SYMBOL vmlinux 0xb7db7e7e vme_register_error_handler +EXPORT_SYMBOL vmlinux 0xb7eb7e9c qdisc_create_dflt +EXPORT_SYMBOL vmlinux 0xb7f421bf add_to_pipe +EXPORT_SYMBOL vmlinux 0xb7fca612 ppc_md +EXPORT_SYMBOL vmlinux 0xb80b4a18 zstd_compress_bound +EXPORT_SYMBOL vmlinux 0xb8110d72 blk_mq_start_hw_queue +EXPORT_SYMBOL vmlinux 0xb81bbddd security_sb_remount +EXPORT_SYMBOL vmlinux 0xb8367267 dev_activate +EXPORT_SYMBOL vmlinux 0xb83cc038 pci_bus_alloc_resource +EXPORT_SYMBOL vmlinux 0xb860bf68 ipv6_dev_mc_dec +EXPORT_SYMBOL vmlinux 0xb868ac5c register_sysrq_key +EXPORT_SYMBOL vmlinux 0xb887c4c6 of_get_cpu_node +EXPORT_SYMBOL vmlinux 0xb89b0871 mmc_can_gpio_cd +EXPORT_SYMBOL vmlinux 0xb89b6e6b guid_parse +EXPORT_SYMBOL vmlinux 0xb8a4217c backlight_device_unregister +EXPORT_SYMBOL vmlinux 0xb8b043f2 kfree_link +EXPORT_SYMBOL vmlinux 0xb8bc967d dst_release +EXPORT_SYMBOL vmlinux 0xb8c4aa28 igrab +EXPORT_SYMBOL vmlinux 0xb8c67249 param_set_hexint +EXPORT_SYMBOL vmlinux 0xb8c95d87 vm_insert_pages +EXPORT_SYMBOL vmlinux 0xb8d02cdc xsk_clear_rx_need_wakeup +EXPORT_SYMBOL vmlinux 0xb8dda6bb param_set_uint +EXPORT_SYMBOL vmlinux 0xb8fe4183 mtree_store_range +EXPORT_SYMBOL vmlinux 0xb900dea8 flow_rule_match_ports +EXPORT_SYMBOL vmlinux 0xb907513f unpoison_memory +EXPORT_SYMBOL vmlinux 0xb90c1237 filemap_fdatawrite_range +EXPORT_SYMBOL vmlinux 0xb911bb58 minmax_running_max +EXPORT_SYMBOL vmlinux 0xb942d43c seq_escape_mem +EXPORT_SYMBOL vmlinux 0xb94339c4 qdisc_put_stab +EXPORT_SYMBOL vmlinux 0xb9478d90 hdmi_drm_infoframe_unpack_only +EXPORT_SYMBOL vmlinux 0xb9499662 rproc_coredump_add_segment +EXPORT_SYMBOL vmlinux 0xb96c4f9e audit_log_subject_context +EXPORT_SYMBOL vmlinux 0xb97220ff bitmap_parse +EXPORT_SYMBOL vmlinux 0xb97efda8 find_inode_nowait +EXPORT_SYMBOL vmlinux 0xb9bb3dea pci_ep_cfs_add_epf_group +EXPORT_SYMBOL vmlinux 0xb9bbeee9 jbd2_journal_inode_ranged_write +EXPORT_SYMBOL vmlinux 0xb9c4ab19 fuse_dequeue_forget +EXPORT_SYMBOL vmlinux 0xb9e0b37e submit_bio_noacct +EXPORT_SYMBOL vmlinux 0xb9e8e2cc in6addr_sitelocal_allrouters +EXPORT_SYMBOL vmlinux 0xba0676e2 vm_zone_stat +EXPORT_SYMBOL vmlinux 0xba1008c8 __crc32c_le +EXPORT_SYMBOL vmlinux 0xba133752 vme_dma_list_exec +EXPORT_SYMBOL vmlinux 0xba497f13 loops_per_jiffy +EXPORT_SYMBOL vmlinux 0xba67a355 nmi_panic +EXPORT_SYMBOL vmlinux 0xba691c85 _insb +EXPORT_SYMBOL vmlinux 0xba6e02f7 xfrm6_rcv +EXPORT_SYMBOL vmlinux 0xba707a78 qe_get_brg_clk +EXPORT_SYMBOL vmlinux 0xba9101c1 arp_xmit +EXPORT_SYMBOL vmlinux 0xbab33860 unregister_cdrom +EXPORT_SYMBOL vmlinux 0xbac8aeea sg_nents_for_len +EXPORT_SYMBOL vmlinux 0xbad28eba input_get_keycode +EXPORT_SYMBOL vmlinux 0xbadeb9b8 ip_local_deliver +EXPORT_SYMBOL vmlinux 0xbaf5a3c9 sock_rfree +EXPORT_SYMBOL vmlinux 0xbafa632e __do_once_sleepable_start +EXPORT_SYMBOL vmlinux 0xbb0540aa zlib_inflateReset +EXPORT_SYMBOL vmlinux 0xbb1fee01 misc_deregister +EXPORT_SYMBOL vmlinux 0xbb24f2af unix_attach_fds +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 0xbb790a8c blk_get_queue +EXPORT_SYMBOL vmlinux 0xbb7b414e gtm_stop_timer16 +EXPORT_SYMBOL vmlinux 0xbb7e5617 security_sock_graft +EXPORT_SYMBOL vmlinux 0xbb95fb10 __stack_chk_fail +EXPORT_SYMBOL vmlinux 0xbb9e478f of_get_next_child +EXPORT_SYMBOL vmlinux 0xbba1b57c napi_get_frags +EXPORT_SYMBOL vmlinux 0xbba75607 down_killable +EXPORT_SYMBOL vmlinux 0xbba7f2f2 __cpuhp_setup_state_cpuslocked +EXPORT_SYMBOL vmlinux 0xbbb49b3c gnet_stats_start_copy_compat +EXPORT_SYMBOL vmlinux 0xbbb6f017 tcf_block_put_ext +EXPORT_SYMBOL vmlinux 0xbbd4bfe4 phy_device_remove +EXPORT_SYMBOL vmlinux 0xbbe54191 ethtool_rx_flow_rule_destroy +EXPORT_SYMBOL vmlinux 0xbbe68126 rproc_elf_find_loaded_rsc_table +EXPORT_SYMBOL vmlinux 0xbbed4557 folio_migrate_mapping +EXPORT_SYMBOL vmlinux 0xbc07aa22 tty_chars_in_buffer +EXPORT_SYMBOL vmlinux 0xbc42c17f mutex_unlock +EXPORT_SYMBOL vmlinux 0xbc8b83d9 config_group_find_item +EXPORT_SYMBOL vmlinux 0xbc9812e4 ndisc_mc_map +EXPORT_SYMBOL vmlinux 0xbc982b06 eeh_subsystem_flags +EXPORT_SYMBOL vmlinux 0xbcab6ee6 sscanf +EXPORT_SYMBOL vmlinux 0xbcab92c3 reuseport_migrate_sock +EXPORT_SYMBOL vmlinux 0xbcba62ac mr_rtm_dumproute +EXPORT_SYMBOL vmlinux 0xbccb1ded set_groups +EXPORT_SYMBOL vmlinux 0xbcce49c3 setup_arg_pages +EXPORT_SYMBOL vmlinux 0xbcf54e7f _raw_write_lock_bh +EXPORT_SYMBOL vmlinux 0xbd111d9a simple_dir_inode_operations +EXPORT_SYMBOL vmlinux 0xbd1c4881 param_ops_bool +EXPORT_SYMBOL vmlinux 0xbd2071dd __tcp_md5_do_lookup +EXPORT_SYMBOL vmlinux 0xbd393ca3 ioread64be_lo_hi +EXPORT_SYMBOL vmlinux 0xbd462b55 __kfifo_init +EXPORT_SYMBOL vmlinux 0xbd587954 mdio_device_register +EXPORT_SYMBOL vmlinux 0xbd628752 __tracepoint_mmap_lock_start_locking +EXPORT_SYMBOL vmlinux 0xbd63e7ba page_symlink_inode_operations +EXPORT_SYMBOL vmlinux 0xbd6841d4 crc16 +EXPORT_SYMBOL vmlinux 0xbd7bbae2 __blk_alloc_disk +EXPORT_SYMBOL vmlinux 0xbd841f58 folio_unlock +EXPORT_SYMBOL vmlinux 0xbd851830 devm_memremap +EXPORT_SYMBOL vmlinux 0xbd9757ea mdiobus_read +EXPORT_SYMBOL vmlinux 0xbda805ef cdev_device_del +EXPORT_SYMBOL vmlinux 0xbdb9b238 blk_rq_init +EXPORT_SYMBOL vmlinux 0xbdc3ea5b vfs_setpos +EXPORT_SYMBOL vmlinux 0xbdd46baf dqget +EXPORT_SYMBOL vmlinux 0xbddffd89 inet_listen +EXPORT_SYMBOL vmlinux 0xbde2b88a iov_iter_init +EXPORT_SYMBOL vmlinux 0xbe0720fa of_cpu_node_to_id +EXPORT_SYMBOL vmlinux 0xbe118c52 __tracepoint_mmap_lock_acquire_returned +EXPORT_SYMBOL vmlinux 0xbe1c57bb fb_set_cmap +EXPORT_SYMBOL vmlinux 0xbe296f28 xp_free +EXPORT_SYMBOL vmlinux 0xbe3a5e1d vfs_rename +EXPORT_SYMBOL vmlinux 0xbe4eb6ed secure_dccpv6_sequence_number +EXPORT_SYMBOL vmlinux 0xbe5a24e9 xxh32_copy_state +EXPORT_SYMBOL vmlinux 0xbe646761 fb_get_buffer_offset +EXPORT_SYMBOL vmlinux 0xbe6a8c96 zstd_cctx_workspace_bound +EXPORT_SYMBOL vmlinux 0xbe8d5fa7 mdio_device_create +EXPORT_SYMBOL vmlinux 0xbe972123 starget_for_each_device +EXPORT_SYMBOL vmlinux 0xbe9fb6ec pci_add_new_bus +EXPORT_SYMBOL vmlinux 0xbea6338f arch_debugfs_dir +EXPORT_SYMBOL vmlinux 0xbebcf48f pci_bus_claim_resources +EXPORT_SYMBOL vmlinux 0xbecefdcf mmc_can_secure_erase_trim +EXPORT_SYMBOL vmlinux 0xbed3b158 input_mt_get_slot_by_key +EXPORT_SYMBOL vmlinux 0xbee5c00d xfrm_user_policy +EXPORT_SYMBOL vmlinux 0xbef1f1b5 textsearch_register +EXPORT_SYMBOL vmlinux 0xbef43296 console_conditional_schedule +EXPORT_SYMBOL vmlinux 0xbf022c1c xfrm_dev_policy_flush +EXPORT_SYMBOL vmlinux 0xbf184733 unregister_quota_format +EXPORT_SYMBOL vmlinux 0xbf4452f7 ip6_dst_hoplimit +EXPORT_SYMBOL vmlinux 0xbf57f554 __dev_remove_pack +EXPORT_SYMBOL vmlinux 0xbf596f45 _insl_ns +EXPORT_SYMBOL vmlinux 0xbf59c419 posix_acl_init +EXPORT_SYMBOL vmlinux 0xbf5fef11 netdev_printk +EXPORT_SYMBOL vmlinux 0xbf6596cb pci_read_config_byte +EXPORT_SYMBOL vmlinux 0xbf6908b2 _raw_spin_lock +EXPORT_SYMBOL vmlinux 0xbf803bf1 elevator_alloc +EXPORT_SYMBOL vmlinux 0xbf9bcc8d __cap_empty_set +EXPORT_SYMBOL vmlinux 0xbfae9e07 utf8_validate +EXPORT_SYMBOL vmlinux 0xbfb61ead __sk_queue_drop_skb +EXPORT_SYMBOL vmlinux 0xbfbdf4ca sync_blockdev +EXPORT_SYMBOL vmlinux 0xbfc177bc iowrite32_rep +EXPORT_SYMBOL vmlinux 0xbfe63973 inet_frag_pull_head +EXPORT_SYMBOL vmlinux 0xbff8182c plpar_hcall_norets +EXPORT_SYMBOL vmlinux 0xbffbf9a3 xsk_set_rx_need_wakeup +EXPORT_SYMBOL vmlinux 0xc000cfcc tcf_qevent_handle +EXPORT_SYMBOL vmlinux 0xc00278c7 skb_dequeue_tail +EXPORT_SYMBOL vmlinux 0xc011ef7e tty_driver_kref_put +EXPORT_SYMBOL vmlinux 0xc013c0c5 config_item_init_type_name +EXPORT_SYMBOL vmlinux 0xc03015f2 fb_set_suspend +EXPORT_SYMBOL vmlinux 0xc0357c4f dev_add_offload +EXPORT_SYMBOL vmlinux 0xc0364007 fault_in_writeable +EXPORT_SYMBOL vmlinux 0xc04a9d68 blk_queue_io_min +EXPORT_SYMBOL vmlinux 0xc06f184f phy_resume +EXPORT_SYMBOL vmlinux 0xc0763484 rfkill_blocked +EXPORT_SYMBOL vmlinux 0xc078d22c zstd_init_cstream +EXPORT_SYMBOL vmlinux 0xc07b0863 fb_destroy_modedb +EXPORT_SYMBOL vmlinux 0xc07c9d9f dquot_claim_space_nodirty +EXPORT_SYMBOL vmlinux 0xc0b346d8 opal_nx_coproc_init +EXPORT_SYMBOL vmlinux 0xc0cc9c05 iget_locked +EXPORT_SYMBOL vmlinux 0xc0d6d78f __var_waitqueue +EXPORT_SYMBOL vmlinux 0xc0d73199 iov_iter_single_seg_count +EXPORT_SYMBOL vmlinux 0xc0ddfa5b scsi_track_queue_full +EXPORT_SYMBOL vmlinux 0xc0e89af5 skb_copy_and_hash_datagram_iter +EXPORT_SYMBOL vmlinux 0xc0eed45f xp_dma_sync_for_cpu_slow +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 0xc111871e pci_read_vpd_any +EXPORT_SYMBOL vmlinux 0xc1198662 __warn_flushing_systemwide_wq +EXPORT_SYMBOL vmlinux 0xc11b4074 fbcon_update_vcs +EXPORT_SYMBOL vmlinux 0xc11f67cf __dynamic_netdev_dbg +EXPORT_SYMBOL vmlinux 0xc123b39c pci_bus_read_config_byte +EXPORT_SYMBOL vmlinux 0xc142154d inet_csk_delete_keepalive_timer +EXPORT_SYMBOL vmlinux 0xc1514a3b free_irq +EXPORT_SYMBOL vmlinux 0xc1514e3a padata_alloc +EXPORT_SYMBOL vmlinux 0xc16be39d iter_div_u64_rem +EXPORT_SYMBOL vmlinux 0xc177e69e jbd2_journal_begin_ordered_truncate +EXPORT_SYMBOL vmlinux 0xc1871cd2 nf_register_net_hook +EXPORT_SYMBOL vmlinux 0xc1940835 dma_async_tx_descriptor_init +EXPORT_SYMBOL vmlinux 0xc1ab7bbf param_ops_short +EXPORT_SYMBOL vmlinux 0xc1c743c6 inet_frag_queue_insert +EXPORT_SYMBOL vmlinux 0xc1cadf33 simple_get_link +EXPORT_SYMBOL vmlinux 0xc1ce2bd1 gen_pool_fixed_alloc +EXPORT_SYMBOL vmlinux 0xc1d5d504 scsi_cmd_allowed +EXPORT_SYMBOL vmlinux 0xc1d8cfaf __fdget +EXPORT_SYMBOL vmlinux 0xc1defb1c register_fib_notifier +EXPORT_SYMBOL vmlinux 0xc1f95968 qdisc_offload_query_caps +EXPORT_SYMBOL vmlinux 0xc20d87d3 nd_region_to_nstype +EXPORT_SYMBOL vmlinux 0xc20f7df8 mdiobus_is_registered_device +EXPORT_SYMBOL vmlinux 0xc2247875 filemap_alloc_folio +EXPORT_SYMBOL vmlinux 0xc22ea5d9 kobject_del +EXPORT_SYMBOL vmlinux 0xc22f6693 call_fib_notifier +EXPORT_SYMBOL vmlinux 0xc2424641 agp3_generic_cleanup +EXPORT_SYMBOL vmlinux 0xc2490212 _raw_read_lock_bh +EXPORT_SYMBOL vmlinux 0xc24cbc49 ns_capable_setid +EXPORT_SYMBOL vmlinux 0xc286d817 dev_uc_sync +EXPORT_SYMBOL vmlinux 0xc28faabb devm_memunmap +EXPORT_SYMBOL vmlinux 0xc29bf967 strspn +EXPORT_SYMBOL vmlinux 0xc29e4934 cookie_timestamp_decode +EXPORT_SYMBOL vmlinux 0xc2aba81e folio_account_redirty +EXPORT_SYMBOL vmlinux 0xc2b505b0 nd_pfn_probe +EXPORT_SYMBOL vmlinux 0xc2cb862e sgl_alloc_order +EXPORT_SYMBOL vmlinux 0xc2e587d1 reset_devices +EXPORT_SYMBOL vmlinux 0xc2e6d5cb pcix_set_mmrbc +EXPORT_SYMBOL vmlinux 0xc2ea47ea generic_file_mmap +EXPORT_SYMBOL vmlinux 0xc2f76524 fwnode_get_phy_id +EXPORT_SYMBOL vmlinux 0xc2ffb173 sock_no_sendmsg +EXPORT_SYMBOL vmlinux 0xc3055d20 usleep_range_state +EXPORT_SYMBOL vmlinux 0xc310b981 strnstr +EXPORT_SYMBOL vmlinux 0xc314ae28 pcim_set_mwi +EXPORT_SYMBOL vmlinux 0xc31db0ce is_vmalloc_addr +EXPORT_SYMBOL vmlinux 0xc32b1641 generic_update_time +EXPORT_SYMBOL vmlinux 0xc32c71af register_inetaddr_validator_notifier +EXPORT_SYMBOL vmlinux 0xc3488517 flow_rule_match_meta +EXPORT_SYMBOL vmlinux 0xc37f9c6e cpufreq_update_policy +EXPORT_SYMBOL vmlinux 0xc38c83b8 mod_timer +EXPORT_SYMBOL vmlinux 0xc3a747be set_anon_super_fc +EXPORT_SYMBOL vmlinux 0xc3c37185 cpu_rmap_update +EXPORT_SYMBOL vmlinux 0xc3df307e __xfrm_init_state +EXPORT_SYMBOL vmlinux 0xc3e7ee11 fault_in_iov_iter_readable +EXPORT_SYMBOL vmlinux 0xc3ed34f4 tty_hung_up_p +EXPORT_SYMBOL vmlinux 0xc3f1d371 dup_iter +EXPORT_SYMBOL vmlinux 0xc3f9a4b7 skb_find_text +EXPORT_SYMBOL vmlinux 0xc405471e dquot_file_open +EXPORT_SYMBOL vmlinux 0xc41765eb radix__flush_tlb_mm +EXPORT_SYMBOL vmlinux 0xc4180188 mtree_alloc_range +EXPORT_SYMBOL vmlinux 0xc41b759e dqput +EXPORT_SYMBOL vmlinux 0xc4212ab9 qdisc_class_hash_insert +EXPORT_SYMBOL vmlinux 0xc42b50b7 mipi_dsi_dcs_set_display_brightness_large +EXPORT_SYMBOL vmlinux 0xc4349271 pskb_expand_head +EXPORT_SYMBOL vmlinux 0xc43adf20 netif_tx_lock +EXPORT_SYMBOL vmlinux 0xc43c0e73 ethtool_virtdev_set_link_ksettings +EXPORT_SYMBOL vmlinux 0xc4517472 vme_irq_free +EXPORT_SYMBOL vmlinux 0xc452212c utf8_strncasecmp +EXPORT_SYMBOL vmlinux 0xc46e6508 thaw_super +EXPORT_SYMBOL vmlinux 0xc4708199 cpm_muram_addr +EXPORT_SYMBOL vmlinux 0xc4777aa9 __ctzsi2 +EXPORT_SYMBOL vmlinux 0xc48250a6 skb_vlan_untag +EXPORT_SYMBOL vmlinux 0xc48defe5 mdio_find_bus +EXPORT_SYMBOL vmlinux 0xc49aa66c vfs_get_link +EXPORT_SYMBOL vmlinux 0xc4ae915e arch_touch_nmi_watchdog +EXPORT_SYMBOL vmlinux 0xc4b379ef dev_get_by_name +EXPORT_SYMBOL vmlinux 0xc4b85c10 __nla_put_nohdr +EXPORT_SYMBOL vmlinux 0xc4be3a2b scsi_block_when_processing_errors +EXPORT_SYMBOL vmlinux 0xc4ca54eb xfrm_input +EXPORT_SYMBOL vmlinux 0xc4cdf48f _raw_read_unlock_bh +EXPORT_SYMBOL vmlinux 0xc4f0aa08 netdev_lower_get_next_private_rcu +EXPORT_SYMBOL vmlinux 0xc4fbaafc nd_btt_arena_is_valid +EXPORT_SYMBOL vmlinux 0xc51a3640 down_write_killable +EXPORT_SYMBOL vmlinux 0xc51fd0c2 nf_unregister_net_hook +EXPORT_SYMBOL vmlinux 0xc52bd064 zpool_unregister_driver +EXPORT_SYMBOL vmlinux 0xc5463adb of_chosen +EXPORT_SYMBOL vmlinux 0xc546ff57 pci_iomap +EXPORT_SYMBOL vmlinux 0xc56c3609 xz_dec_microlzma_reset +EXPORT_SYMBOL vmlinux 0xc580ffdb rdmacg_uncharge +EXPORT_SYMBOL vmlinux 0xc5845156 devm_rproc_add +EXPORT_SYMBOL vmlinux 0xc58d5a90 kstrtoll_from_user +EXPORT_SYMBOL vmlinux 0xc599a772 security_xfrm_state_delete +EXPORT_SYMBOL vmlinux 0xc59db77a jbd2_fc_end_commit_fallback +EXPORT_SYMBOL vmlinux 0xc5a3367a __tracepoint_dma_fence_emit +EXPORT_SYMBOL vmlinux 0xc5a396fd udplite_table +EXPORT_SYMBOL vmlinux 0xc5b1d32a vfs_fileattr_set +EXPORT_SYMBOL vmlinux 0xc5b6f236 queue_work_on +EXPORT_SYMBOL vmlinux 0xc5c100a0 blkdev_issue_discard +EXPORT_SYMBOL vmlinux 0xc5c884c0 of_count_phandle_with_args +EXPORT_SYMBOL vmlinux 0xc5d680e9 xfrm6_rcv_tnl +EXPORT_SYMBOL vmlinux 0xc5d9c46c agp_try_unsupported_boot +EXPORT_SYMBOL vmlinux 0xc5dfc75e ppp_dev_name +EXPORT_SYMBOL vmlinux 0xc5e32bdc md_write_inc +EXPORT_SYMBOL vmlinux 0xc5e46b65 devm_rproc_alloc +EXPORT_SYMBOL vmlinux 0xc5e74216 release_resource +EXPORT_SYMBOL vmlinux 0xc60ba611 pcibios_fixup_bus +EXPORT_SYMBOL vmlinux 0xc60d0620 __num_online_cpus +EXPORT_SYMBOL vmlinux 0xc61b8087 idr_destroy +EXPORT_SYMBOL vmlinux 0xc61ca65e iowrite64be_hi_lo +EXPORT_SYMBOL vmlinux 0xc624d23e vfs_llseek +EXPORT_SYMBOL vmlinux 0xc6252be8 udp_ioctl +EXPORT_SYMBOL vmlinux 0xc6287655 kset_unregister +EXPORT_SYMBOL vmlinux 0xc62b977b alloc_fddidev +EXPORT_SYMBOL vmlinux 0xc631580a console_unlock +EXPORT_SYMBOL vmlinux 0xc633d82d phy_unregister_fixup +EXPORT_SYMBOL vmlinux 0xc635ad0d netlink_broadcast +EXPORT_SYMBOL vmlinux 0xc6369552 sync_file_get_fence +EXPORT_SYMBOL vmlinux 0xc63fc439 d_prune_aliases +EXPORT_SYMBOL vmlinux 0xc65e4e97 secure_dccp_sequence_number +EXPORT_SYMBOL vmlinux 0xc664b528 mempool_create_node +EXPORT_SYMBOL vmlinux 0xc666a132 crc_t10dif +EXPORT_SYMBOL vmlinux 0xc66a8304 cpu_rmap_add +EXPORT_SYMBOL vmlinux 0xc6a9e911 __skb_try_recv_datagram +EXPORT_SYMBOL vmlinux 0xc6ae3b39 generic_file_splice_read +EXPORT_SYMBOL vmlinux 0xc6be06ae pci_ep_cfs_remove_epf_group +EXPORT_SYMBOL vmlinux 0xc6be7f14 file_modified +EXPORT_SYMBOL vmlinux 0xc6c4d7dd generic_pipe_buf_get +EXPORT_SYMBOL vmlinux 0xc6c6831c buffer_check_dirty_writeback +EXPORT_SYMBOL vmlinux 0xc6c82a4f dm_kcopyd_copy +EXPORT_SYMBOL vmlinux 0xc6cb465a __kfifo_max_r +EXPORT_SYMBOL vmlinux 0xc6cbbc89 capable +EXPORT_SYMBOL vmlinux 0xc6d09aa9 release_firmware +EXPORT_SYMBOL vmlinux 0xc6d220d1 rtas_busy_delay +EXPORT_SYMBOL vmlinux 0xc6d6af46 ppc_pci_io +EXPORT_SYMBOL vmlinux 0xc6f3b3fc refcount_dec_if_one +EXPORT_SYMBOL vmlinux 0xc6f46339 init_timer_key +EXPORT_SYMBOL vmlinux 0xc7038170 mr_table_dump +EXPORT_SYMBOL vmlinux 0xc7208c3a serial8250_resume_port +EXPORT_SYMBOL vmlinux 0xc7461c07 arch_free_page +EXPORT_SYMBOL vmlinux 0xc74bdbf4 input_mt_init_slots +EXPORT_SYMBOL vmlinux 0xc76c94cf would_dump +EXPORT_SYMBOL vmlinux 0xc7818b10 pps_event +EXPORT_SYMBOL vmlinux 0xc781bd9f rfkill_resume_polling +EXPORT_SYMBOL vmlinux 0xc7820398 set_bh_page +EXPORT_SYMBOL vmlinux 0xc7856a3d inet6addr_notifier_call_chain +EXPORT_SYMBOL vmlinux 0xc7a4fbed rtnl_lock +EXPORT_SYMBOL vmlinux 0xc7ae1903 security_lock_kernel_down +EXPORT_SYMBOL vmlinux 0xc7c1107a LZ4_decompress_safe +EXPORT_SYMBOL vmlinux 0xc7c56acf vfs_readlink +EXPORT_SYMBOL vmlinux 0xc7d09df4 skb_copy_header +EXPORT_SYMBOL vmlinux 0xc7f484b1 ida_destroy +EXPORT_SYMBOL vmlinux 0xc7f4f462 rproc_elf_load_rsc_table +EXPORT_SYMBOL vmlinux 0xc8225fb1 fs_param_is_path +EXPORT_SYMBOL vmlinux 0xc82b10b4 fifo_create_dflt +EXPORT_SYMBOL vmlinux 0xc839afed hdmi_audio_infoframe_check +EXPORT_SYMBOL vmlinux 0xc84a0a7e seq_hlist_start_rcu +EXPORT_SYMBOL vmlinux 0xc85a8a9c mipi_dsi_dcs_get_power_mode +EXPORT_SYMBOL vmlinux 0xc86c8036 tcf_exts_num_actions +EXPORT_SYMBOL vmlinux 0xc872fd85 in6addr_interfacelocal_allnodes +EXPORT_SYMBOL vmlinux 0xc8827b75 sysctl_vals +EXPORT_SYMBOL vmlinux 0xc890c008 zlib_deflateEnd +EXPORT_SYMBOL vmlinux 0xc8a838d1 inet_dgram_ops +EXPORT_SYMBOL vmlinux 0xc8a91f5b cpumask_local_spread +EXPORT_SYMBOL vmlinux 0xc8be4406 mr_mfc_find_any +EXPORT_SYMBOL vmlinux 0xc8c85086 sg_free_table +EXPORT_SYMBOL vmlinux 0xc8cc1c82 pcie_get_mps +EXPORT_SYMBOL vmlinux 0xc8d86b2e tcf_exts_dump_stats +EXPORT_SYMBOL vmlinux 0xc8dcc62a krealloc +EXPORT_SYMBOL vmlinux 0xc8df257c kmalloc_node_trace +EXPORT_SYMBOL vmlinux 0xc8e4f779 mmc_get_card +EXPORT_SYMBOL vmlinux 0xc8eb411f jbd2_journal_blocks_per_page +EXPORT_SYMBOL vmlinux 0xc8f5a95a wait_for_completion_interruptible_timeout +EXPORT_SYMBOL vmlinux 0xc8ffc92f param_set_invbool +EXPORT_SYMBOL vmlinux 0xc90a47bb pci_disable_link_state +EXPORT_SYMBOL vmlinux 0xc916dd46 __SCK__tp_func_kmalloc +EXPORT_SYMBOL vmlinux 0xc93b5005 security_binder_transfer_binder +EXPORT_SYMBOL vmlinux 0xc94b4747 ip_setsockopt +EXPORT_SYMBOL vmlinux 0xc955cb2c down_trylock +EXPORT_SYMBOL vmlinux 0xc9634df9 in6addr_linklocal_allrouters +EXPORT_SYMBOL vmlinux 0xc96eaea1 param_ops_uint +EXPORT_SYMBOL vmlinux 0xc972449f mempool_alloc_slab +EXPORT_SYMBOL vmlinux 0xc976a67c skb_put +EXPORT_SYMBOL vmlinux 0xc9799742 register_md_personality +EXPORT_SYMBOL vmlinux 0xc97d7443 wait_for_completion_timeout +EXPORT_SYMBOL vmlinux 0xc9822234 clk_register_clkdev +EXPORT_SYMBOL vmlinux 0xc98c699d clear_nlink +EXPORT_SYMBOL vmlinux 0xc991c58e ipv6_dev_mc_inc +EXPORT_SYMBOL vmlinux 0xc9963861 open_exec +EXPORT_SYMBOL vmlinux 0xc99e2a55 twl_rev +EXPORT_SYMBOL vmlinux 0xc9b59924 filemap_fdatawait_range +EXPORT_SYMBOL vmlinux 0xc9b8dd1d pci_enable_ptm +EXPORT_SYMBOL vmlinux 0xc9bebca0 wait_for_key_construction +EXPORT_SYMBOL vmlinux 0xc9c5b1b9 register_nexthop_notifier +EXPORT_SYMBOL vmlinux 0xc9c881b0 sync_inode_metadata +EXPORT_SYMBOL vmlinux 0xc9dc3d79 __pte_frag_size_shift +EXPORT_SYMBOL vmlinux 0xc9df055a xfrm_policy_walk_init +EXPORT_SYMBOL vmlinux 0xc9e597f6 vif_device_init +EXPORT_SYMBOL vmlinux 0xc9f33fb3 radix__flush_tlb_range +EXPORT_SYMBOL vmlinux 0xca02e2af udp_poll +EXPORT_SYMBOL vmlinux 0xca1648d4 zstd_decompress_dctx +EXPORT_SYMBOL vmlinux 0xca17ac01 _find_next_andnot_bit +EXPORT_SYMBOL vmlinux 0xca21ebd3 bitmap_free +EXPORT_SYMBOL vmlinux 0xca254fd6 inet6_csk_route_req +EXPORT_SYMBOL vmlinux 0xca3b28c6 store_vr_state +EXPORT_SYMBOL vmlinux 0xca3cc6d5 configfs_register_group +EXPORT_SYMBOL vmlinux 0xca4192a7 xfrm_state_unregister_afinfo +EXPORT_SYMBOL vmlinux 0xca431c05 wake_bit_function +EXPORT_SYMBOL vmlinux 0xca5bf0d3 xfrm_trans_queue +EXPORT_SYMBOL vmlinux 0xca5f3154 radix_tree_iter_resume +EXPORT_SYMBOL vmlinux 0xca6a3cf9 ip_check_defrag +EXPORT_SYMBOL vmlinux 0xca704a9b inet_csk_accept +EXPORT_SYMBOL vmlinux 0xca76df9d netdev_class_create_file_ns +EXPORT_SYMBOL vmlinux 0xca9360b5 rb_next +EXPORT_SYMBOL vmlinux 0xcabd70d9 pps_lookup_dev +EXPORT_SYMBOL vmlinux 0xcac66036 dquot_transfer +EXPORT_SYMBOL vmlinux 0xcacf83e5 ip_route_me_harder +EXPORT_SYMBOL vmlinux 0xcad54b71 mr_table_alloc +EXPORT_SYMBOL vmlinux 0xcaf10c0e register_mii_timestamper +EXPORT_SYMBOL vmlinux 0xcaf4e795 fs_param_is_blob +EXPORT_SYMBOL vmlinux 0xcafba8b7 n_tty_ioctl_helper +EXPORT_SYMBOL vmlinux 0xcb0288ea ledtrig_cpu +EXPORT_SYMBOL vmlinux 0xcb05223b xfrm_policy_alloc +EXPORT_SYMBOL vmlinux 0xcb0d0ca2 request_key_rcu +EXPORT_SYMBOL vmlinux 0xcb1c4872 lookup_one_unlocked +EXPORT_SYMBOL vmlinux 0xcb2ea0b5 finish_wait +EXPORT_SYMBOL vmlinux 0xcb336b6f kmem_cache_destroy +EXPORT_SYMBOL vmlinux 0xcb38eaee unregister_qdisc +EXPORT_SYMBOL vmlinux 0xcb3ae215 call_blocking_lsm_notifier +EXPORT_SYMBOL vmlinux 0xcb3c8a7d ___ratelimit +EXPORT_SYMBOL vmlinux 0xcb417c2c sock_common_recvmsg +EXPORT_SYMBOL vmlinux 0xcb4f95d4 vm_iomap_memory +EXPORT_SYMBOL vmlinux 0xcb7199a5 d_tmpfile +EXPORT_SYMBOL vmlinux 0xcb8544b6 register_netdevice +EXPORT_SYMBOL vmlinux 0xcb91a1b7 ipv6_getsockopt +EXPORT_SYMBOL vmlinux 0xcb97e6de __seq_open_private +EXPORT_SYMBOL vmlinux 0xcbb8466e fscrypt_encrypt_pagecache_blocks +EXPORT_SYMBOL vmlinux 0xcbbf0a6f audit_log_task_context +EXPORT_SYMBOL vmlinux 0xcbc3b94e eeh_check_failure +EXPORT_SYMBOL vmlinux 0xcbd4898c fortify_panic +EXPORT_SYMBOL vmlinux 0xcbdbde47 __debugger_iabr_match +EXPORT_SYMBOL vmlinux 0xcbde221f ip_sock_set_mtu_discover +EXPORT_SYMBOL vmlinux 0xcbe0c909 inet_frag_destroy +EXPORT_SYMBOL vmlinux 0xcbe64f47 skb_pull +EXPORT_SYMBOL vmlinux 0xcbf25aea mpage_writepages +EXPORT_SYMBOL vmlinux 0xcbfb33e4 init_opal_dev +EXPORT_SYMBOL vmlinux 0xcc0af5fa put_fs_context +EXPORT_SYMBOL vmlinux 0xcc14eda0 keyring_search +EXPORT_SYMBOL vmlinux 0xcc23002a hdmi_infoframe_pack_only +EXPORT_SYMBOL vmlinux 0xcc248d26 serial8250_suspend_port +EXPORT_SYMBOL vmlinux 0xcc28b108 tty_port_close_start +EXPORT_SYMBOL vmlinux 0xcc30f7ba inode_init_always +EXPORT_SYMBOL vmlinux 0xcc328a5c reservation_ww_class +EXPORT_SYMBOL vmlinux 0xcc36b8b6 nla_reserve_64bit +EXPORT_SYMBOL vmlinux 0xcc392eea kmalloc_size_roundup +EXPORT_SYMBOL vmlinux 0xcc411ed1 ptp_convert_timestamp +EXPORT_SYMBOL vmlinux 0xcc5005fe msleep_interruptible +EXPORT_SYMBOL vmlinux 0xcc5c4f46 nf_log_set +EXPORT_SYMBOL vmlinux 0xcc5d22d9 can_do_mlock +EXPORT_SYMBOL vmlinux 0xcc626c2c completion_done +EXPORT_SYMBOL vmlinux 0xcc6dd192 inet_csk_clear_xmit_timers +EXPORT_SYMBOL vmlinux 0xcc75e961 vlan_filter_push_vids +EXPORT_SYMBOL vmlinux 0xcc7da798 truncate_inode_pages +EXPORT_SYMBOL vmlinux 0xcc92ffca scsi_eh_restore_cmnd +EXPORT_SYMBOL vmlinux 0xccb6eac8 dma_fence_free +EXPORT_SYMBOL vmlinux 0xccb7dfd0 skb_dump +EXPORT_SYMBOL vmlinux 0xccd70e5d generic_file_direct_write +EXPORT_SYMBOL vmlinux 0xccef0753 serio_interrupt +EXPORT_SYMBOL vmlinux 0xccf9503c tcp_mmap +EXPORT_SYMBOL vmlinux 0xccfb9e07 dst_default_metrics +EXPORT_SYMBOL vmlinux 0xccfd2ebc scsi_dev_info_list_del_keyed +EXPORT_SYMBOL vmlinux 0xcd02d39b genphy_c37_config_aneg +EXPORT_SYMBOL vmlinux 0xcd063530 kiocb_set_cancel_fn +EXPORT_SYMBOL vmlinux 0xcd250296 tcf_qevent_validate_change +EXPORT_SYMBOL vmlinux 0xcd279169 nla_find +EXPORT_SYMBOL vmlinux 0xcd2b4d5a jbd2_journal_check_used_features +EXPORT_SYMBOL vmlinux 0xcd439f4f kernel_bind +EXPORT_SYMBOL vmlinux 0xcd51334e dma_free_attrs +EXPORT_SYMBOL vmlinux 0xcd584106 seq_dentry +EXPORT_SYMBOL vmlinux 0xcd629125 xfrm_stateonly_find +EXPORT_SYMBOL vmlinux 0xcd682543 page_symlink +EXPORT_SYMBOL vmlinux 0xcd801eb3 cpufreq_get_policy +EXPORT_SYMBOL vmlinux 0xcd86c87f __cond_resched_lock +EXPORT_SYMBOL vmlinux 0xcd9cc484 xfrm_register_km +EXPORT_SYMBOL vmlinux 0xcdb62e43 dm_register_target +EXPORT_SYMBOL vmlinux 0xcdc0349c add_wait_queue_exclusive +EXPORT_SYMBOL vmlinux 0xcdc39c9e security_ismaclabel +EXPORT_SYMBOL vmlinux 0xcde60f98 d_genocide +EXPORT_SYMBOL vmlinux 0xcde77bcc free_opal_dev +EXPORT_SYMBOL vmlinux 0xcdee038f _raw_spin_trylock +EXPORT_SYMBOL vmlinux 0xcdf3cd9c ps2_sendbyte +EXPORT_SYMBOL vmlinux 0xcdfb49d1 netdev_port_same_parent_id +EXPORT_SYMBOL vmlinux 0xce028d8f file_update_time +EXPORT_SYMBOL vmlinux 0xce18bbe1 fsl_lbc_addr +EXPORT_SYMBOL vmlinux 0xce1a418a pci_read_config_dword +EXPORT_SYMBOL vmlinux 0xce1ee143 bio_free_pages +EXPORT_SYMBOL vmlinux 0xce2840e7 irq_set_irq_wake +EXPORT_SYMBOL vmlinux 0xce2c0244 blk_mq_stop_hw_queue +EXPORT_SYMBOL vmlinux 0xce35d0be submit_bio +EXPORT_SYMBOL vmlinux 0xce36caef ipv6_select_ident +EXPORT_SYMBOL vmlinux 0xce3b6961 skb_tx_error +EXPORT_SYMBOL vmlinux 0xce3fc12f bio_copy_data_iter +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 0xce7223b6 fixed_size_llseek +EXPORT_SYMBOL vmlinux 0xce731b34 ucc_slow_get_qe_cr_subblock +EXPORT_SYMBOL vmlinux 0xce807151 idr_get_next +EXPORT_SYMBOL vmlinux 0xce8d8eaa param_set_bint +EXPORT_SYMBOL vmlinux 0xcea0cbf3 sg_miter_stop +EXPORT_SYMBOL vmlinux 0xcea13239 proc_dobool +EXPORT_SYMBOL vmlinux 0xcea4917c device_match_acpi_dev +EXPORT_SYMBOL vmlinux 0xcea6636c flow_rule_match_ports_range +EXPORT_SYMBOL vmlinux 0xceab0311 strchrnul +EXPORT_SYMBOL vmlinux 0xceac1137 simple_transaction_set +EXPORT_SYMBOL vmlinux 0xceb18cd7 netdev_reset_tc +EXPORT_SYMBOL vmlinux 0xceb39ee2 scsi_host_lookup +EXPORT_SYMBOL vmlinux 0xceb52b4b of_find_mipi_dsi_host_by_node +EXPORT_SYMBOL vmlinux 0xcec766f1 __memset16 +EXPORT_SYMBOL vmlinux 0xcefcd99a serial8250_unregister_port +EXPORT_SYMBOL vmlinux 0xcf00a797 security_inode_listsecurity +EXPORT_SYMBOL vmlinux 0xcf17977e pci_bus_write_config_word +EXPORT_SYMBOL vmlinux 0xcf2460ad mdio_device_free +EXPORT_SYMBOL vmlinux 0xcf359507 mmc_set_data_timeout +EXPORT_SYMBOL vmlinux 0xcf3b69b3 netdev_stats_to_stats64 +EXPORT_SYMBOL vmlinux 0xcf417f90 netpoll_poll_dev +EXPORT_SYMBOL vmlinux 0xcf456ec8 tty_insert_flip_string_fixed_flag +EXPORT_SYMBOL vmlinux 0xcf480ff4 kmem_cache_alloc_lru +EXPORT_SYMBOL vmlinux 0xcf50f810 scsi_register_driver +EXPORT_SYMBOL vmlinux 0xcf5426f9 __cgroup_bpf_run_filter_skb +EXPORT_SYMBOL vmlinux 0xcf77a39c pfifo_qdisc_ops +EXPORT_SYMBOL vmlinux 0xcf81b14a mipi_dsi_dcs_get_display_brightness +EXPORT_SYMBOL vmlinux 0xcf9a189a down_timeout +EXPORT_SYMBOL vmlinux 0xcf9b558d touchscreen_set_mt_pos +EXPORT_SYMBOL vmlinux 0xcf9c35bf blk_queue_max_write_zeroes_sectors +EXPORT_SYMBOL vmlinux 0xcfa2964f seq_put_decimal_ll +EXPORT_SYMBOL vmlinux 0xcfa4d74b ihold +EXPORT_SYMBOL vmlinux 0xcfa61af1 pci_unmap_rom +EXPORT_SYMBOL vmlinux 0xcfb27c7e reuseport_attach_prog +EXPORT_SYMBOL vmlinux 0xcfd69f4a __blockdev_direct_IO +EXPORT_SYMBOL vmlinux 0xcfd884a8 __hsiphash_unaligned +EXPORT_SYMBOL vmlinux 0xcffba488 tty_write_room +EXPORT_SYMBOL vmlinux 0xd02cd287 vfs_unlink +EXPORT_SYMBOL vmlinux 0xd034929d phy_get_eee_err +EXPORT_SYMBOL vmlinux 0xd03a7f40 agp_generic_enable +EXPORT_SYMBOL vmlinux 0xd03dbf87 platform_get_ethdev_address +EXPORT_SYMBOL vmlinux 0xd04c1a64 sysctl_devconf_inherit_init_net +EXPORT_SYMBOL vmlinux 0xd04f9e07 __ip_mc_dec_group +EXPORT_SYMBOL vmlinux 0xd0654aba woken_wake_function +EXPORT_SYMBOL vmlinux 0xd0760fc0 kfree_sensitive +EXPORT_SYMBOL vmlinux 0xd084537d nd_region_release_lane +EXPORT_SYMBOL vmlinux 0xd0a762d1 devm_release_resource +EXPORT_SYMBOL vmlinux 0xd0afcd9a generic_file_llseek_size +EXPORT_SYMBOL vmlinux 0xd0b54726 ip6tun_encaps +EXPORT_SYMBOL vmlinux 0xd0d0a2be zerocopy_sg_from_iter +EXPORT_SYMBOL vmlinux 0xd0d60bde napi_gro_frags +EXPORT_SYMBOL vmlinux 0xd0effc5a sk_stream_wait_close +EXPORT_SYMBOL vmlinux 0xd0fef3b2 agp_free_key +EXPORT_SYMBOL vmlinux 0xd1036fb5 tty_port_put +EXPORT_SYMBOL vmlinux 0xd111f084 md_bitmap_endwrite +EXPORT_SYMBOL vmlinux 0xd1149b9f udp_seq_start +EXPORT_SYMBOL vmlinux 0xd11abb64 dma_fence_allocate_private_stub +EXPORT_SYMBOL vmlinux 0xd1262886 rtas_data_buf +EXPORT_SYMBOL vmlinux 0xd12e3ed0 tcp_sock_set_keepcnt +EXPORT_SYMBOL vmlinux 0xd16127ab pci_find_next_bus +EXPORT_SYMBOL vmlinux 0xd1633bbc devfreq_register_notifier +EXPORT_SYMBOL vmlinux 0xd174ccd8 user_path_at_empty +EXPORT_SYMBOL vmlinux 0xd18e90e9 pci_find_parent_resource +EXPORT_SYMBOL vmlinux 0xd19ea4f0 fb_pan_display +EXPORT_SYMBOL vmlinux 0xd1b6095e nd_btt_probe +EXPORT_SYMBOL vmlinux 0xd1c96e6e sk_stream_error +EXPORT_SYMBOL vmlinux 0xd1caeeda tcp_stream_memory_free +EXPORT_SYMBOL vmlinux 0xd1d87e92 scsi_mlreturn_string +EXPORT_SYMBOL vmlinux 0xd1dc91dc vio_unregister_driver +EXPORT_SYMBOL vmlinux 0xd1e87de2 rproc_get_by_child +EXPORT_SYMBOL vmlinux 0xd1eff7cf scsi_print_sense_hdr +EXPORT_SYMBOL vmlinux 0xd2045466 xfrm4_rcv_encap +EXPORT_SYMBOL vmlinux 0xd215c954 bdi_register +EXPORT_SYMBOL vmlinux 0xd21c5139 iowrite64_lo_hi +EXPORT_SYMBOL vmlinux 0xd2248525 nd_device_register +EXPORT_SYMBOL vmlinux 0xd225f6cf tty_register_driver +EXPORT_SYMBOL vmlinux 0xd230a487 genphy_setup_forced +EXPORT_SYMBOL vmlinux 0xd2340b39 mod_zone_page_state +EXPORT_SYMBOL vmlinux 0xd2406404 __filemap_get_folio +EXPORT_SYMBOL vmlinux 0xd24108d4 rfkill_soft_blocked +EXPORT_SYMBOL vmlinux 0xd247a789 pcie_bandwidth_available +EXPORT_SYMBOL vmlinux 0xd24be930 inet_recvmsg +EXPORT_SYMBOL vmlinux 0xd2582f8f __SCK__tp_func_mmap_lock_acquire_returned +EXPORT_SYMBOL vmlinux 0xd25d4f74 console_blank_hook +EXPORT_SYMBOL vmlinux 0xd269acf8 tty_termios_input_baud_rate +EXPORT_SYMBOL vmlinux 0xd27b25dd blk_check_plugged +EXPORT_SYMBOL vmlinux 0xd2800691 nf_conntrack_destroy +EXPORT_SYMBOL vmlinux 0xd28e378c fscrypt_decrypt_block_inplace +EXPORT_SYMBOL vmlinux 0xd29cb568 phy_register_fixup_for_id +EXPORT_SYMBOL vmlinux 0xd2adcc08 pci_iounmap +EXPORT_SYMBOL vmlinux 0xd2ce5a23 jbd2_journal_init_dev +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 0xd2e8ff55 tty_port_close +EXPORT_SYMBOL vmlinux 0xd2ea3211 inet_addr_type_dev_table +EXPORT_SYMBOL vmlinux 0xd2f19e8a jbd2_journal_submit_inode_data_buffers +EXPORT_SYMBOL vmlinux 0xd2f7e6d3 security_inet_conn_request +EXPORT_SYMBOL vmlinux 0xd30f9e32 truncate_inode_pages_final +EXPORT_SYMBOL vmlinux 0xd31ccb06 of_machine_is_compatible +EXPORT_SYMBOL vmlinux 0xd3252b4a kernel_listen +EXPORT_SYMBOL vmlinux 0xd33b9bce ip_do_fragment +EXPORT_SYMBOL vmlinux 0xd3468d8c __cgroup_bpf_run_filter_sock_ops +EXPORT_SYMBOL vmlinux 0xd3488a3b mdiobus_register_device +EXPORT_SYMBOL vmlinux 0xd3543063 memcg_kmem_enabled_key +EXPORT_SYMBOL vmlinux 0xd35a6d31 mempool_kmalloc +EXPORT_SYMBOL vmlinux 0xd35c376b pci_ep_cfs_remove_epc_group +EXPORT_SYMBOL vmlinux 0xd365b838 xsk_tx_peek_desc +EXPORT_SYMBOL vmlinux 0xd36dc10c get_random_u32 +EXPORT_SYMBOL vmlinux 0xd36e3d59 prandom_bytes_state +EXPORT_SYMBOL vmlinux 0xd37e1075 pcim_iomap_regions +EXPORT_SYMBOL vmlinux 0xd382f61e __qdisc_calculate_pkt_len +EXPORT_SYMBOL vmlinux 0xd38ee2c7 __get_hash_from_flowi6 +EXPORT_SYMBOL vmlinux 0xd397eaad netif_inherit_tso_max +EXPORT_SYMBOL vmlinux 0xd398a4cd napi_build_skb +EXPORT_SYMBOL vmlinux 0xd3a40336 from_kuid +EXPORT_SYMBOL vmlinux 0xd3a45db4 dev_mc_add +EXPORT_SYMBOL vmlinux 0xd3aafff8 netdev_features_change +EXPORT_SYMBOL vmlinux 0xd3af5638 km_new_mapping +EXPORT_SYMBOL vmlinux 0xd3b26b6c agp_alloc_page_array +EXPORT_SYMBOL vmlinux 0xd3c6395b netlbl_calipso_ops_register +EXPORT_SYMBOL vmlinux 0xd3d3289c dev_getfirstbyhwtype +EXPORT_SYMBOL vmlinux 0xd406d266 fb_mode_is_equal +EXPORT_SYMBOL vmlinux 0xd4129b88 no_seek_end_llseek +EXPORT_SYMBOL vmlinux 0xd42ee3fb fb_find_mode +EXPORT_SYMBOL vmlinux 0xd45cc6ca bin2hex +EXPORT_SYMBOL vmlinux 0xd4615ccf crypto_kdf108_ctr_generate +EXPORT_SYMBOL vmlinux 0xd461ac0a may_setattr +EXPORT_SYMBOL vmlinux 0xd48fdeef dql_completed +EXPORT_SYMBOL vmlinux 0xd4928e19 find_vma +EXPORT_SYMBOL vmlinux 0xd4960b15 __tty_alloc_driver +EXPORT_SYMBOL vmlinux 0xd49894da inode_newsize_ok +EXPORT_SYMBOL vmlinux 0xd4bb3f1e crypto_sha256_finup +EXPORT_SYMBOL vmlinux 0xd4bb4a82 inet6addr_validator_notifier_call_chain +EXPORT_SYMBOL vmlinux 0xd4c80965 vfs_dedupe_file_range +EXPORT_SYMBOL vmlinux 0xd4c81fd9 pci_enable_wake +EXPORT_SYMBOL vmlinux 0xd4ca35c7 __skb_pad +EXPORT_SYMBOL vmlinux 0xd4d7c068 fsl_upm_find +EXPORT_SYMBOL vmlinux 0xd4ee04f3 jbd2_fc_wait_bufs +EXPORT_SYMBOL vmlinux 0xd4fd0ec2 radix_tree_tag_set +EXPORT_SYMBOL vmlinux 0xd50826f4 pci_disable_msi +EXPORT_SYMBOL vmlinux 0xd5174075 tcp_md5_do_del +EXPORT_SYMBOL vmlinux 0xd523cee5 __d_lookup_unhash_wake +EXPORT_SYMBOL vmlinux 0xd5263820 mb_cache_destroy +EXPORT_SYMBOL vmlinux 0xd5365852 to_ndd +EXPORT_SYMBOL vmlinux 0xd54cfa90 da903x_query_status +EXPORT_SYMBOL vmlinux 0xd552f8c0 netdev_upper_dev_unlink +EXPORT_SYMBOL vmlinux 0xd55629a6 fqdir_init +EXPORT_SYMBOL vmlinux 0xd55f2072 pcim_iomap_table +EXPORT_SYMBOL vmlinux 0xd5b12f7d radix_tree_replace_slot +EXPORT_SYMBOL vmlinux 0xd5b3d0d5 xxh64_copy_state +EXPORT_SYMBOL vmlinux 0xd5be130e cpu_core_map +EXPORT_SYMBOL vmlinux 0xd5c463a2 fault_in_iov_iter_writeable +EXPORT_SYMBOL vmlinux 0xd5d66b10 scsi_change_queue_depth +EXPORT_SYMBOL vmlinux 0xd5ef84c7 agp3_generic_tlbflush +EXPORT_SYMBOL vmlinux 0xd5f8db88 _dev_printk +EXPORT_SYMBOL vmlinux 0xd60736ec gf128mul_free_64k +EXPORT_SYMBOL vmlinux 0xd6139cbb qdisc_hash_del +EXPORT_SYMBOL vmlinux 0xd61627dd netif_receive_skb +EXPORT_SYMBOL vmlinux 0xd6181213 security_task_getsecid_obj +EXPORT_SYMBOL vmlinux 0xd63600f2 brioctl_set +EXPORT_SYMBOL vmlinux 0xd637dd1f bpf_map_get +EXPORT_SYMBOL vmlinux 0xd642f3f6 video_firmware_drivers_only +EXPORT_SYMBOL vmlinux 0xd64890e1 alloc_buffer_head +EXPORT_SYMBOL vmlinux 0xd66ad1d5 pci_bus_add_devices +EXPORT_SYMBOL vmlinux 0xd66c8184 add_device_randomness +EXPORT_SYMBOL vmlinux 0xd6742a28 vm_event_states +EXPORT_SYMBOL vmlinux 0xd678ebb5 sk_free +EXPORT_SYMBOL vmlinux 0xd67dd153 folio_wait_private_2 +EXPORT_SYMBOL vmlinux 0xd6800a82 cred_fscmp +EXPORT_SYMBOL vmlinux 0xd6816a75 set_create_files_as +EXPORT_SYMBOL vmlinux 0xd68c5a1f adjust_resource +EXPORT_SYMBOL vmlinux 0xd6975b5b __hw_addr_sync_dev +EXPORT_SYMBOL vmlinux 0xd69948fb proc_dointvec +EXPORT_SYMBOL vmlinux 0xd6a91f54 twl_i2c_read +EXPORT_SYMBOL vmlinux 0xd6b8f229 tcp_seq_next +EXPORT_SYMBOL vmlinux 0xd6ba9a2a buffer_migrate_folio +EXPORT_SYMBOL vmlinux 0xd6bc1580 __i2c_transfer +EXPORT_SYMBOL vmlinux 0xd6c3ba76 generic_read_dir +EXPORT_SYMBOL vmlinux 0xd6cca69f pci_alloc_host_bridge +EXPORT_SYMBOL vmlinux 0xd6d8e76b mmc_request_done +EXPORT_SYMBOL vmlinux 0xd6eaaea1 full_name_hash +EXPORT_SYMBOL vmlinux 0xd6eba2d0 rproc_free +EXPORT_SYMBOL vmlinux 0xd6ee688f vmalloc +EXPORT_SYMBOL vmlinux 0xd6fd4053 __arch_hweight32 +EXPORT_SYMBOL vmlinux 0xd6fde043 is_module_sig_enforced +EXPORT_SYMBOL vmlinux 0xd6fdf5a1 simple_release_fs +EXPORT_SYMBOL vmlinux 0xd70d35a1 gf128mul_4k_bbe +EXPORT_SYMBOL vmlinux 0xd718ff49 phy_register_fixup_for_uid +EXPORT_SYMBOL vmlinux 0xd71c330f __xfrm_state_delete +EXPORT_SYMBOL vmlinux 0xd72f04ef tty_port_init +EXPORT_SYMBOL vmlinux 0xd73653c4 freezer_active +EXPORT_SYMBOL vmlinux 0xd738ca1b phy_unregister_fixup_for_uid +EXPORT_SYMBOL vmlinux 0xd73c8c2b synchronize_shrinkers +EXPORT_SYMBOL vmlinux 0xd743be20 __mark_inode_dirty +EXPORT_SYMBOL vmlinux 0xd7482f05 vcalloc +EXPORT_SYMBOL vmlinux 0xd750cad8 jbd2_journal_check_available_features +EXPORT_SYMBOL vmlinux 0xd75ca8f5 mmc_register_driver +EXPORT_SYMBOL vmlinux 0xd767e7f8 single_open +EXPORT_SYMBOL vmlinux 0xd7697ffe touchscreen_parse_properties +EXPORT_SYMBOL vmlinux 0xd77ad138 cdrom_ioctl +EXPORT_SYMBOL vmlinux 0xd781f97d mipi_dsi_driver_unregister +EXPORT_SYMBOL vmlinux 0xd786c0ea plpar_hcall9 +EXPORT_SYMBOL vmlinux 0xd78dce56 qdisc_reset +EXPORT_SYMBOL vmlinux 0xd79131a3 blk_queue_physical_block_size +EXPORT_SYMBOL vmlinux 0xd7984889 blkdev_get_by_dev +EXPORT_SYMBOL vmlinux 0xd7987177 utf8_load +EXPORT_SYMBOL vmlinux 0xd7a32a99 devfreq_monitor_start +EXPORT_SYMBOL vmlinux 0xd7abc81b fb_blank +EXPORT_SYMBOL vmlinux 0xd7d280ad irq_poll_complete +EXPORT_SYMBOL vmlinux 0xd7d7aaf0 bio_reset +EXPORT_SYMBOL vmlinux 0xd7e56a4e simple_strtoll +EXPORT_SYMBOL vmlinux 0xd7ea7094 nf_unregister_queue_handler +EXPORT_SYMBOL vmlinux 0xd7f71c8d rproc_shutdown +EXPORT_SYMBOL vmlinux 0xd7fc9f12 _dev_emerg +EXPORT_SYMBOL vmlinux 0xd815f090 register_qdisc +EXPORT_SYMBOL vmlinux 0xd83898d5 nf_hooks_needed +EXPORT_SYMBOL vmlinux 0xd84002ac sock_set_reuseaddr +EXPORT_SYMBOL vmlinux 0xd8548b30 gen_pool_first_fit +EXPORT_SYMBOL vmlinux 0xd8610d25 bio_put +EXPORT_SYMBOL vmlinux 0xd862e723 blk_integrity_register +EXPORT_SYMBOL vmlinux 0xd864c93f inode_nohighmem +EXPORT_SYMBOL vmlinux 0xd897b1a6 tcp_v4_connect +EXPORT_SYMBOL vmlinux 0xd898d9b8 param_get_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 0xd8b76a8c mr_mfc_find_parent +EXPORT_SYMBOL vmlinux 0xd8dddb7d jbd2_journal_start_reserved +EXPORT_SYMBOL vmlinux 0xd8df8b8a dec_node_page_state +EXPORT_SYMBOL vmlinux 0xd8e07139 dev_uc_unsync +EXPORT_SYMBOL vmlinux 0xd8e4867e skb_realloc_headroom +EXPORT_SYMBOL vmlinux 0xd9064d19 i2c_get_adapter +EXPORT_SYMBOL vmlinux 0xd91f6ab6 strnlen_user +EXPORT_SYMBOL vmlinux 0xd923e3bf dma_fence_add_callback +EXPORT_SYMBOL vmlinux 0xd929195c blk_rq_map_kern +EXPORT_SYMBOL vmlinux 0xd93427b3 __alloc_bucket_spinlocks +EXPORT_SYMBOL vmlinux 0xd970d826 kobject_put +EXPORT_SYMBOL vmlinux 0xd985dc99 mempool_free_pages +EXPORT_SYMBOL vmlinux 0xd9902053 param_get_int +EXPORT_SYMBOL vmlinux 0xd9b8eaea __SCK__tp_func_dma_fence_signaled +EXPORT_SYMBOL vmlinux 0xd9bfa168 build_skb +EXPORT_SYMBOL vmlinux 0xd9d63ae5 __folio_put +EXPORT_SYMBOL vmlinux 0xd9d8fd16 register_restart_handler +EXPORT_SYMBOL vmlinux 0xd9d952d1 crypto_aes_sbox +EXPORT_SYMBOL vmlinux 0xd9dd5895 nf_ct_get_tuple_skb +EXPORT_SYMBOL vmlinux 0xd9e9833c tcp_mtu_to_mss +EXPORT_SYMBOL vmlinux 0xd9ef7ce6 unpin_user_pages +EXPORT_SYMBOL vmlinux 0xd9f0863d rproc_elf_load_segments +EXPORT_SYMBOL vmlinux 0xda3d10a8 security_tun_dev_open +EXPORT_SYMBOL vmlinux 0xda43c105 d_hash_and_lookup +EXPORT_SYMBOL vmlinux 0xda55b67d elv_rb_find +EXPORT_SYMBOL vmlinux 0xda5afaa5 kobject_set_name +EXPORT_SYMBOL vmlinux 0xdaa68996 uart_write_wakeup +EXPORT_SYMBOL vmlinux 0xdaaa440a tcp_v4_md5_lookup +EXPORT_SYMBOL vmlinux 0xdaae691c read_cache_folio +EXPORT_SYMBOL vmlinux 0xdac4913a bitmap_allocate_region +EXPORT_SYMBOL vmlinux 0xdac79d26 ptp_clock_unregister +EXPORT_SYMBOL vmlinux 0xdac91a96 agp_unbind_memory +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 0xdadbeff9 pci_get_device +EXPORT_SYMBOL vmlinux 0xdae772e5 input_alloc_absinfo +EXPORT_SYMBOL vmlinux 0xdaf0c3ec ps2_begin_command +EXPORT_SYMBOL vmlinux 0xdaf5d4ce neigh_table_clear +EXPORT_SYMBOL vmlinux 0xdb06f210 __skb_recv_datagram +EXPORT_SYMBOL vmlinux 0xdb290ae5 bio_endio +EXPORT_SYMBOL vmlinux 0xdb2a359d tcp_splice_read +EXPORT_SYMBOL vmlinux 0xdb68bbad rfkill_destroy +EXPORT_SYMBOL vmlinux 0xdb68e239 jbd2_fc_release_bufs +EXPORT_SYMBOL vmlinux 0xdb757c16 param_set_ushort +EXPORT_SYMBOL vmlinux 0xdb760f52 __kfifo_free +EXPORT_SYMBOL vmlinux 0xdb7aa134 inet6_unregister_protosw +EXPORT_SYMBOL vmlinux 0xdb8b89e1 tty_wait_until_sent +EXPORT_SYMBOL vmlinux 0xdb8c3cba tcp_make_synack +EXPORT_SYMBOL vmlinux 0xdba32f22 __nla_reserve_nohdr +EXPORT_SYMBOL vmlinux 0xdba458b8 pcix_get_mmrbc +EXPORT_SYMBOL vmlinux 0xdbb91e60 pci_free_irq +EXPORT_SYMBOL vmlinux 0xdbb96e96 twl6040_reg_read +EXPORT_SYMBOL vmlinux 0xdbc43e6a qdisc_get_rtab +EXPORT_SYMBOL vmlinux 0xdbd6be9f phy_start_cable_test +EXPORT_SYMBOL vmlinux 0xdbda953d mipi_dsi_dcs_set_display_brightness +EXPORT_SYMBOL vmlinux 0xdbdf6c92 ioport_resource +EXPORT_SYMBOL vmlinux 0xdbe105e5 skb_recv_datagram +EXPORT_SYMBOL vmlinux 0xdbf3110e gen_pool_first_fit_align +EXPORT_SYMBOL vmlinux 0xdbfa0017 cpu_all_bits +EXPORT_SYMBOL vmlinux 0xdc0e4855 timer_delete +EXPORT_SYMBOL vmlinux 0xdc14eda7 pci_pci_problems +EXPORT_SYMBOL vmlinux 0xdc3fcbc9 __sw_hweight8 +EXPORT_SYMBOL vmlinux 0xdc3fcbcb __mutex_init +EXPORT_SYMBOL vmlinux 0xdc42db3e inet_frag_rbtree_purge +EXPORT_SYMBOL vmlinux 0xdc46c6a0 nlmsg_notify +EXPORT_SYMBOL vmlinux 0xdc49c198 reciprocal_value_adv +EXPORT_SYMBOL vmlinux 0xdc512134 backlight_register_notifier +EXPORT_SYMBOL vmlinux 0xdc6993c5 cfb_imageblit +EXPORT_SYMBOL vmlinux 0xdc6afc2b giveup_all +EXPORT_SYMBOL vmlinux 0xdc749ab2 netdev_upper_get_next_dev_rcu +EXPORT_SYMBOL vmlinux 0xdc831227 write_dirty_buffer +EXPORT_SYMBOL vmlinux 0xdc844c13 dma_async_device_unregister +EXPORT_SYMBOL vmlinux 0xdc9498dd down +EXPORT_SYMBOL vmlinux 0xdca10ebc nvdimm_bus_unlock +EXPORT_SYMBOL vmlinux 0xdca67f6b of_get_mac_address +EXPORT_SYMBOL vmlinux 0xdcafc9b4 __destroy_inode +EXPORT_SYMBOL vmlinux 0xdcb3e5f1 mutex_lock_interruptible +EXPORT_SYMBOL vmlinux 0xdcb3f01d qdisc_hash_add +EXPORT_SYMBOL vmlinux 0xdcb764ad memset +EXPORT_SYMBOL vmlinux 0xdcbeba1d sg_copy_from_buffer +EXPORT_SYMBOL vmlinux 0xdcc85d25 tcp_sock_set_syncnt +EXPORT_SYMBOL vmlinux 0xdcd643dc ppp_unregister_compressor +EXPORT_SYMBOL vmlinux 0xdcdc0040 slhc_compress +EXPORT_SYMBOL vmlinux 0xdd2c169b mb_cache_create +EXPORT_SYMBOL vmlinux 0xdd2d7f53 blk_queue_max_segment_size +EXPORT_SYMBOL vmlinux 0xdd37ff8d unregister_md_personality +EXPORT_SYMBOL vmlinux 0xdd48b871 device_get_mac_address +EXPORT_SYMBOL vmlinux 0xdd562dc2 page_pool_alloc_frag +EXPORT_SYMBOL vmlinux 0xdd590ecd datagram_poll +EXPORT_SYMBOL vmlinux 0xdd5e4cea rtnl_nla_parse_ifinfomsg +EXPORT_SYMBOL vmlinux 0xdd64e639 strscpy +EXPORT_SYMBOL vmlinux 0xdd70afeb xsk_uses_need_wakeup +EXPORT_SYMBOL vmlinux 0xdd71157f twl6040_get_vibralr_status +EXPORT_SYMBOL vmlinux 0xdd75a128 tcp_v4_conn_request +EXPORT_SYMBOL vmlinux 0xdd7f8fc0 tcf_em_tree_validate +EXPORT_SYMBOL vmlinux 0xdd849d51 scsi_get_sense_info_fld +EXPORT_SYMBOL vmlinux 0xdd923226 rfkill_alloc +EXPORT_SYMBOL vmlinux 0xddb3769b lockref_mark_dead +EXPORT_SYMBOL vmlinux 0xddcfbb06 sockopt_release_sock +EXPORT_SYMBOL vmlinux 0xdddb4da6 sock_edemux +EXPORT_SYMBOL vmlinux 0xdddbb2d9 cdev_del +EXPORT_SYMBOL vmlinux 0xdddbf9dd blk_queue_virt_boundary +EXPORT_SYMBOL vmlinux 0xdde70f07 cpumask_any_and_distribute +EXPORT_SYMBOL vmlinux 0xddfdb8ac tcp_md5_needed +EXPORT_SYMBOL vmlinux 0xde3210f8 ip_mc_check_igmp +EXPORT_SYMBOL vmlinux 0xde39b6e0 kill_pid +EXPORT_SYMBOL vmlinux 0xde5f9e71 is_free_buddy_page +EXPORT_SYMBOL vmlinux 0xde91448c load_vr_state +EXPORT_SYMBOL vmlinux 0xde91d0ee i8042_remove_filter +EXPORT_SYMBOL vmlinux 0xde9b17ed agp3_generic_fetch_size +EXPORT_SYMBOL vmlinux 0xdea14ed7 inet_sendpage +EXPORT_SYMBOL vmlinux 0xdeba368b of_create_pci_dev +EXPORT_SYMBOL vmlinux 0xdec32743 d_exact_alias +EXPORT_SYMBOL vmlinux 0xded39a6b gen_kill_estimator +EXPORT_SYMBOL vmlinux 0xdef7c893 fb_match_mode +EXPORT_SYMBOL vmlinux 0xdf00b5d7 percpu_counter_destroy +EXPORT_SYMBOL vmlinux 0xdf1c30dc tcf_em_tree_destroy +EXPORT_SYMBOL vmlinux 0xdf256037 kstrtou8_from_user +EXPORT_SYMBOL vmlinux 0xdf2c2742 rb_last +EXPORT_SYMBOL vmlinux 0xdf3b82cf vfs_dedupe_file_range_one +EXPORT_SYMBOL vmlinux 0xdf521442 _find_next_zero_bit +EXPORT_SYMBOL vmlinux 0xdf54a8f7 netlink_unregister_notifier +EXPORT_SYMBOL vmlinux 0xdf684489 iget5_locked +EXPORT_SYMBOL vmlinux 0xdf7292b8 xp_alloc_batch +EXPORT_SYMBOL vmlinux 0xdf7bc148 gnet_stats_copy_basic +EXPORT_SYMBOL vmlinux 0xdf857a70 pci_write_config_byte +EXPORT_SYMBOL vmlinux 0xdf929370 fs_overflowgid +EXPORT_SYMBOL vmlinux 0xdf93b9d8 timespec64_to_jiffies +EXPORT_SYMBOL vmlinux 0xdf9734a7 sg_nents +EXPORT_SYMBOL vmlinux 0xdfa6b133 d_invalidate +EXPORT_SYMBOL vmlinux 0xdfb15e0f pci_write_vpd_any +EXPORT_SYMBOL vmlinux 0xdfc12ef1 zstd_decompress_stream +EXPORT_SYMBOL vmlinux 0xdfc96361 genlmsg_put +EXPORT_SYMBOL vmlinux 0xdfcc992c current_work +EXPORT_SYMBOL vmlinux 0xdfd0d714 tcp_disconnect +EXPORT_SYMBOL vmlinux 0xdfd755d4 srp_rport_get +EXPORT_SYMBOL vmlinux 0xdfd8110c flow_block_cb_is_busy +EXPORT_SYMBOL vmlinux 0xdfddeeb2 ptp_schedule_worker +EXPORT_SYMBOL vmlinux 0xdfdf67ef t10_pi_type1_ip +EXPORT_SYMBOL vmlinux 0xdff7eeb8 pci_back_from_sleep +EXPORT_SYMBOL vmlinux 0xdff905e5 vme_slave_free +EXPORT_SYMBOL vmlinux 0xdffc80fc vesa_modes +EXPORT_SYMBOL vmlinux 0xdffe3a4c md_set_array_sectors +EXPORT_SYMBOL vmlinux 0xe00bca4b dev_get_iflink +EXPORT_SYMBOL vmlinux 0xe01a451c param_ops_long +EXPORT_SYMBOL vmlinux 0xe01c8d71 elv_bio_merge_ok +EXPORT_SYMBOL vmlinux 0xe020a2ca mipi_dsi_device_unregister +EXPORT_SYMBOL vmlinux 0xe022e639 gen_pool_alloc_algo_owner +EXPORT_SYMBOL vmlinux 0xe027bfa5 uart_add_one_port +EXPORT_SYMBOL vmlinux 0xe0419ac4 kstrtos16 +EXPORT_SYMBOL vmlinux 0xe0474489 skb_flow_dissect_ct +EXPORT_SYMBOL vmlinux 0xe056cfbb __dst_destroy_metrics_generic +EXPORT_SYMBOL vmlinux 0xe05cffcd backlight_device_register +EXPORT_SYMBOL vmlinux 0xe060506a nf_log_unset +EXPORT_SYMBOL vmlinux 0xe080e8f0 set_current_groups +EXPORT_SYMBOL vmlinux 0xe091c977 list_sort +EXPORT_SYMBOL vmlinux 0xe0966c09 io_uring_get_socket +EXPORT_SYMBOL vmlinux 0xe09a37ed of_find_node_by_phandle +EXPORT_SYMBOL vmlinux 0xe0b13336 argv_free +EXPORT_SYMBOL vmlinux 0xe0b9065b security_xfrm_policy_alloc +EXPORT_SYMBOL vmlinux 0xe0d10803 con_is_bound +EXPORT_SYMBOL vmlinux 0xe0d3d4e3 __skb_checksum +EXPORT_SYMBOL vmlinux 0xe0d55a12 key_instantiate_and_link +EXPORT_SYMBOL vmlinux 0xe0defc16 ip_fraglist_init +EXPORT_SYMBOL vmlinux 0xe0e601c2 locks_free_lock +EXPORT_SYMBOL vmlinux 0xe10a3de8 generic_copy_file_range +EXPORT_SYMBOL vmlinux 0xe10d1825 netdev_notify_peers +EXPORT_SYMBOL vmlinux 0xe123d341 in6_dev_finish_destroy +EXPORT_SYMBOL vmlinux 0xe123f3d9 dma_fence_release +EXPORT_SYMBOL vmlinux 0xe1248259 flow_rule_match_tcp +EXPORT_SYMBOL vmlinux 0xe1281965 devm_alloc_etherdev_mqs +EXPORT_SYMBOL vmlinux 0xe12bda79 vme_dma_free_attribute +EXPORT_SYMBOL vmlinux 0xe1317694 __kfifo_dma_in_prepare_r +EXPORT_SYMBOL vmlinux 0xe13a3784 of_device_is_big_endian +EXPORT_SYMBOL vmlinux 0xe1437d81 mipi_dsi_turn_on_peripheral +EXPORT_SYMBOL vmlinux 0xe163afb6 __ip4_datagram_connect +EXPORT_SYMBOL vmlinux 0xe166e03a pci_wait_for_pending_transaction +EXPORT_SYMBOL vmlinux 0xe17dd92e bpf_link_put +EXPORT_SYMBOL vmlinux 0xe1955a41 scsi_device_lookup_by_target +EXPORT_SYMBOL vmlinux 0xe1adf895 tty_port_open +EXPORT_SYMBOL vmlinux 0xe1ca6b60 dev_remove_pack +EXPORT_SYMBOL vmlinux 0xe1d43280 security_old_inode_init_security +EXPORT_SYMBOL vmlinux 0xe1d43b84 _raw_write_lock_nested +EXPORT_SYMBOL vmlinux 0xe1dcf64a audit_log_format +EXPORT_SYMBOL vmlinux 0xe1dd74e1 tso_start +EXPORT_SYMBOL vmlinux 0xe1e18b70 inet_stream_connect +EXPORT_SYMBOL vmlinux 0xe1e9a3a7 simple_getattr +EXPORT_SYMBOL vmlinux 0xe20383e9 tty_port_raise_dtr_rts +EXPORT_SYMBOL vmlinux 0xe214ff9d reuseport_detach_sock +EXPORT_SYMBOL vmlinux 0xe21c3eb0 security_socket_socketpair +EXPORT_SYMBOL vmlinux 0xe21f18ac __genradix_iter_peek +EXPORT_SYMBOL vmlinux 0xe22349e4 security_path_mknod +EXPORT_SYMBOL vmlinux 0xe22e8770 reuseport_add_sock +EXPORT_SYMBOL vmlinux 0xe25d20d3 __xa_alloc_cyclic +EXPORT_SYMBOL vmlinux 0xe267bde0 unregister_netdevice_notifier_net +EXPORT_SYMBOL vmlinux 0xe273d75d alloc_cpu_rmap +EXPORT_SYMBOL vmlinux 0xe2805011 nf_log_register +EXPORT_SYMBOL vmlinux 0xe29b290b abort_creds +EXPORT_SYMBOL vmlinux 0xe2cbaa90 put_disk +EXPORT_SYMBOL vmlinux 0xe2cf0095 padata_alloc_shell +EXPORT_SYMBOL vmlinux 0xe2d5255a strcmp +EXPORT_SYMBOL vmlinux 0xe2e0c28a find_vma_intersection +EXPORT_SYMBOL vmlinux 0xe30420cf param_get_string +EXPORT_SYMBOL vmlinux 0xe30fa9b1 dump_align +EXPORT_SYMBOL vmlinux 0xe323b5aa vfs_dup_fs_context +EXPORT_SYMBOL vmlinux 0xe32ab4d8 xxh64_digest +EXPORT_SYMBOL vmlinux 0xe330894b posix_acl_to_xattr +EXPORT_SYMBOL vmlinux 0xe339bdd9 con_copy_unimap +EXPORT_SYMBOL vmlinux 0xe342d5b8 security_sk_classify_flow +EXPORT_SYMBOL vmlinux 0xe348b2ca phy_attach +EXPORT_SYMBOL vmlinux 0xe34fb4e7 unlock_buffer +EXPORT_SYMBOL vmlinux 0xe3504a0b inet_add_protocol +EXPORT_SYMBOL vmlinux 0xe356df01 __napi_alloc_skb +EXPORT_SYMBOL vmlinux 0xe357b19b blk_mq_alloc_disk_for_queue +EXPORT_SYMBOL vmlinux 0xe35a557c nd_region_acquire_lane +EXPORT_SYMBOL vmlinux 0xe39b2ea5 sha256 +EXPORT_SYMBOL vmlinux 0xe3ad3046 __sg_page_iter_dma_next +EXPORT_SYMBOL vmlinux 0xe3aee234 devfreq_suspend_device +EXPORT_SYMBOL vmlinux 0xe3bb702a dma_sync_single_for_device +EXPORT_SYMBOL vmlinux 0xe3c7c805 devm_free_irq +EXPORT_SYMBOL vmlinux 0xe3ec2f2b alloc_chrdev_region +EXPORT_SYMBOL vmlinux 0xe3efe24a dentry_create +EXPORT_SYMBOL vmlinux 0xe3f29f70 __init_waitqueue_head +EXPORT_SYMBOL vmlinux 0xe3feba56 tasklet_unlock_spin_wait +EXPORT_SYMBOL vmlinux 0xe3ff2c41 get_random_u64 +EXPORT_SYMBOL vmlinux 0xe419bc99 iowrite32be +EXPORT_SYMBOL vmlinux 0xe4356a05 genphy_write_mmd_unsupported +EXPORT_SYMBOL vmlinux 0xe44af40e node_data +EXPORT_SYMBOL vmlinux 0xe4659f9d netlink_set_err +EXPORT_SYMBOL vmlinux 0xe470ec1a blk_mq_delay_kick_requeue_list +EXPORT_SYMBOL vmlinux 0xe4765752 eeh_dev_release +EXPORT_SYMBOL vmlinux 0xe490c994 dquot_free_inode +EXPORT_SYMBOL vmlinux 0xe49d0fb4 input_mt_drop_unused +EXPORT_SYMBOL vmlinux 0xe4abb445 send_sig_mceerr +EXPORT_SYMBOL vmlinux 0xe4b14bd9 memcpy_page_flushcache +EXPORT_SYMBOL vmlinux 0xe4bc2c2f hdmi_drm_infoframe_pack +EXPORT_SYMBOL vmlinux 0xe4bdb209 machine_id +EXPORT_SYMBOL vmlinux 0xe4e1790c tty_register_ldisc +EXPORT_SYMBOL vmlinux 0xe4e2ad0e seq_release +EXPORT_SYMBOL vmlinux 0xe4e55da9 __pagevec_release +EXPORT_SYMBOL vmlinux 0xe4e7cff3 tcp_sockets_allocated +EXPORT_SYMBOL vmlinux 0xe4edcf7d block_write_begin +EXPORT_SYMBOL vmlinux 0xe4efb700 register_sysctl +EXPORT_SYMBOL vmlinux 0xe5052c35 gtm_set_timer16 +EXPORT_SYMBOL vmlinux 0xe51162ce netpoll_parse_options +EXPORT_SYMBOL vmlinux 0xe523ad75 synchronize_irq +EXPORT_SYMBOL vmlinux 0xe529cddd bio_integrity_prep +EXPORT_SYMBOL vmlinux 0xe546b912 deactivate_locked_super +EXPORT_SYMBOL vmlinux 0xe54c0838 locks_delete_block +EXPORT_SYMBOL vmlinux 0xe55c20f8 phy_attached_info_irq +EXPORT_SYMBOL vmlinux 0xe561e360 simple_statfs +EXPORT_SYMBOL vmlinux 0xe577b1b1 simple_dir_operations +EXPORT_SYMBOL vmlinux 0xe58090ca security_ib_endport_manage_subnet +EXPORT_SYMBOL vmlinux 0xe590dea3 sk_busy_loop_end +EXPORT_SYMBOL vmlinux 0xe59f8264 devm_ioremap_wc +EXPORT_SYMBOL vmlinux 0xe5abb39b of_phy_find_device +EXPORT_SYMBOL vmlinux 0xe5b74dcc input_unregister_handle +EXPORT_SYMBOL vmlinux 0xe5b8515e of_get_i2c_adapter_by_node +EXPORT_SYMBOL vmlinux 0xe5c78a99 do_blank_screen +EXPORT_SYMBOL vmlinux 0xe5d71a61 __cpu_possible_mask +EXPORT_SYMBOL vmlinux 0xe5dd8cb3 security_inode_setsecctx +EXPORT_SYMBOL vmlinux 0xe61d4631 locks_init_lock +EXPORT_SYMBOL vmlinux 0xe620407e vfs_iocb_iter_read +EXPORT_SYMBOL vmlinux 0xe634067a vlan_vid_add +EXPORT_SYMBOL vmlinux 0xe63a514e writeback_inodes_sb_nr +EXPORT_SYMBOL vmlinux 0xe6550092 utf8_casefold +EXPORT_SYMBOL vmlinux 0xe661383a arp_send +EXPORT_SYMBOL vmlinux 0xe67ecda7 irq_domain_set_info +EXPORT_SYMBOL vmlinux 0xe68d80d5 rproc_coredump_set_elf_info +EXPORT_SYMBOL vmlinux 0xe694077f gen_pool_for_each_chunk +EXPORT_SYMBOL vmlinux 0xe69f860f vme_bus_num +EXPORT_SYMBOL vmlinux 0xe6b43d04 param_get_ullong +EXPORT_SYMBOL vmlinux 0xe6c8822a skb_udp_tunnel_segment +EXPORT_SYMBOL vmlinux 0xe6d2458e do_trace_netlink_extack +EXPORT_SYMBOL vmlinux 0xe6e088a0 of_pci_range_to_resource +EXPORT_SYMBOL vmlinux 0xe6ee274c pci_enable_device_io +EXPORT_SYMBOL vmlinux 0xe6f3dc93 fddi_type_trans +EXPORT_SYMBOL vmlinux 0xe70622dc input_mt_report_pointer_emulation +EXPORT_SYMBOL vmlinux 0xe711a6a1 netdev_bind_sb_channel_queue +EXPORT_SYMBOL vmlinux 0xe71ee3a2 mipi_dsi_dcs_set_pixel_format +EXPORT_SYMBOL vmlinux 0xe736dd89 framebuffer_alloc +EXPORT_SYMBOL vmlinux 0xe73ec6e4 devfreq_recommended_opp +EXPORT_SYMBOL vmlinux 0xe75458bc uart_get_baud_rate +EXPORT_SYMBOL vmlinux 0xe76335c5 __debugger +EXPORT_SYMBOL vmlinux 0xe76781b1 fd_install +EXPORT_SYMBOL vmlinux 0xe76dac1d devfreq_monitor_stop +EXPORT_SYMBOL vmlinux 0xe78020a7 pci_request_regions_exclusive +EXPORT_SYMBOL vmlinux 0xe7823fc9 inet_reqsk_alloc +EXPORT_SYMBOL vmlinux 0xe78de71f pci_ep_cfs_add_epc_group +EXPORT_SYMBOL vmlinux 0xe7aafb09 vga_put +EXPORT_SYMBOL vmlinux 0xe7abf1cf iov_iter_pipe +EXPORT_SYMBOL vmlinux 0xe7b0faf0 rproc_boot +EXPORT_SYMBOL vmlinux 0xe7b30117 dquot_load_quota_sb +EXPORT_SYMBOL vmlinux 0xe7ba128e kernel_getpeername +EXPORT_SYMBOL vmlinux 0xe7bdedfb udp_gro_receive +EXPORT_SYMBOL vmlinux 0xe7ce7439 _memcpy_fromio +EXPORT_SYMBOL vmlinux 0xe7d4daac seq_list_next +EXPORT_SYMBOL vmlinux 0xe7f21936 clk_add_alias +EXPORT_SYMBOL vmlinux 0xe7f7ee61 from_kgid +EXPORT_SYMBOL vmlinux 0xe7fabbfb iov_iter_kvec +EXPORT_SYMBOL vmlinux 0xe81288f7 ptp_find_pin_unlocked +EXPORT_SYMBOL vmlinux 0xe8161dcf page_mapping +EXPORT_SYMBOL vmlinux 0xe8179ec1 xfrm_policy_bysel_ctx +EXPORT_SYMBOL vmlinux 0xe81a07fe netdev_err +EXPORT_SYMBOL vmlinux 0xe82532e5 capable_wrt_inode_uidgid +EXPORT_SYMBOL vmlinux 0xe82a7bf6 sk_ns_capable +EXPORT_SYMBOL vmlinux 0xe82de4bf input_register_handle +EXPORT_SYMBOL vmlinux 0xe8593ad0 default_llseek +EXPORT_SYMBOL vmlinux 0xe85cd4d9 pci_set_master +EXPORT_SYMBOL vmlinux 0xe8674b91 of_get_cpu_state_node +EXPORT_SYMBOL vmlinux 0xe86c5f82 mdiobus_unregister_device +EXPORT_SYMBOL vmlinux 0xe86d88c4 folio_end_writeback +EXPORT_SYMBOL vmlinux 0xe878cc22 radix_tree_tagged +EXPORT_SYMBOL vmlinux 0xe899d065 dev_addr_add +EXPORT_SYMBOL vmlinux 0xe8b5c3c3 __tracepoint_module_get +EXPORT_SYMBOL vmlinux 0xe8b8ecdc __icmp_send +EXPORT_SYMBOL vmlinux 0xe8bb3059 xsk_clear_tx_need_wakeup +EXPORT_SYMBOL vmlinux 0xe8c92407 in_dev_finish_destroy +EXPORT_SYMBOL vmlinux 0xe8d285b2 nla_policy_len +EXPORT_SYMBOL vmlinux 0xe8d54c77 xa_clear_mark +EXPORT_SYMBOL vmlinux 0xe8e5abd4 tcf_generic_walker +EXPORT_SYMBOL vmlinux 0xe909997a bitmap_print_list_to_buf +EXPORT_SYMBOL vmlinux 0xe90bac6b flow_rule_match_control +EXPORT_SYMBOL vmlinux 0xe914e41e strcpy +EXPORT_SYMBOL vmlinux 0xe9275be4 path_is_under +EXPORT_SYMBOL vmlinux 0xe92d3339 pci_msix_vec_count +EXPORT_SYMBOL vmlinux 0xe932738a dma_unmap_resource +EXPORT_SYMBOL vmlinux 0xe93eedfe tcp_rcv_established +EXPORT_SYMBOL vmlinux 0xe94673d5 tc_setup_cb_destroy +EXPORT_SYMBOL vmlinux 0xe9534da0 __lock_buffer +EXPORT_SYMBOL vmlinux 0xe953b21f get_next_ino +EXPORT_SYMBOL vmlinux 0xe95f1744 xfrm_find_acq_byseq +EXPORT_SYMBOL vmlinux 0xe96c80ae flow_rule_match_ipv6_addrs +EXPORT_SYMBOL vmlinux 0xe9750851 netif_device_attach +EXPORT_SYMBOL vmlinux 0xe97ebe8b devfreq_monitor_suspend +EXPORT_SYMBOL vmlinux 0xe99b9695 configfs_depend_item_unlocked +EXPORT_SYMBOL vmlinux 0xe99c8a91 xfrm_state_add +EXPORT_SYMBOL vmlinux 0xe9ba4daf max8998_read_reg +EXPORT_SYMBOL vmlinux 0xe9c4454a md_register_thread +EXPORT_SYMBOL vmlinux 0xe9dc12a4 zstd_get_error_name +EXPORT_SYMBOL vmlinux 0xe9f3ce02 dev_get_by_napi_id +EXPORT_SYMBOL vmlinux 0xe9f695bd arch_get_random_seed_longs +EXPORT_SYMBOL vmlinux 0xe9f7149c zlib_deflate_workspacesize +EXPORT_SYMBOL vmlinux 0xe9fc70c0 mipi_dsi_detach +EXPORT_SYMBOL vmlinux 0xe9fc8b01 gen_pool_add_owner +EXPORT_SYMBOL vmlinux 0xea2818c3 __neigh_for_each_release +EXPORT_SYMBOL vmlinux 0xea31e5c1 tcf_unregister_action +EXPORT_SYMBOL vmlinux 0xea36652c devm_of_find_backlight +EXPORT_SYMBOL vmlinux 0xea378c72 scsi_test_unit_ready +EXPORT_SYMBOL vmlinux 0xea3c8e4e scsilun_to_int +EXPORT_SYMBOL vmlinux 0xea426e43 mempool_resize +EXPORT_SYMBOL vmlinux 0xea44b306 zpool_register_driver +EXPORT_SYMBOL vmlinux 0xea559220 generic_listxattr +EXPORT_SYMBOL vmlinux 0xea62f2bd sock_set_rcvbuf +EXPORT_SYMBOL vmlinux 0xea63f932 scsi_register_interface +EXPORT_SYMBOL vmlinux 0xea6f9a36 zlib_deflate_dfltcc_enabled +EXPORT_SYMBOL vmlinux 0xea7afb26 __phy_read_mmd +EXPORT_SYMBOL vmlinux 0xea80392f on_each_cpu_cond_mask +EXPORT_SYMBOL vmlinux 0xea80f521 dev_getbyhwaddr_rcu +EXPORT_SYMBOL vmlinux 0xea826ead kmem_cache_size +EXPORT_SYMBOL vmlinux 0xea98ff7a dev_set_promiscuity +EXPORT_SYMBOL vmlinux 0xeac581a3 configfs_undepend_item +EXPORT_SYMBOL vmlinux 0xeac881b9 skb_flow_get_icmp_tci +EXPORT_SYMBOL vmlinux 0xeadf8270 of_find_compatible_node +EXPORT_SYMBOL vmlinux 0xeae00dd5 ip_generic_getfrag +EXPORT_SYMBOL vmlinux 0xeae96961 mini_qdisc_pair_init +EXPORT_SYMBOL vmlinux 0xeafc141f __posix_acl_chmod +EXPORT_SYMBOL vmlinux 0xeb0370a3 __zerocopy_sg_from_iter +EXPORT_SYMBOL vmlinux 0xeb0a9910 seq_puts +EXPORT_SYMBOL vmlinux 0xeb233a45 __kmalloc +EXPORT_SYMBOL vmlinux 0xeb2d5b88 gro_find_complete_by_type +EXPORT_SYMBOL vmlinux 0xeb336913 input_unregister_handler +EXPORT_SYMBOL vmlinux 0xeb37101c audit_log_end +EXPORT_SYMBOL vmlinux 0xeb39075c disk_stack_limits +EXPORT_SYMBOL vmlinux 0xeb4348df seq_pad +EXPORT_SYMBOL vmlinux 0xeb44339a free_pages_exact +EXPORT_SYMBOL vmlinux 0xeb47b5de xfrm_unregister_km +EXPORT_SYMBOL vmlinux 0xeb50a250 par_io_of_config +EXPORT_SYMBOL vmlinux 0xeb68f3fd _dev_crit +EXPORT_SYMBOL vmlinux 0xeb76d209 dquot_resume +EXPORT_SYMBOL vmlinux 0xeb8c7b7b cxl_use_count +EXPORT_SYMBOL vmlinux 0xeb8d6877 mini_qdisc_pair_swap +EXPORT_SYMBOL vmlinux 0xeb8f2d4f __pmd_frag_size_shift +EXPORT_SYMBOL vmlinux 0xeb97739d pcie_set_readrq +EXPORT_SYMBOL vmlinux 0xeb9eef52 match_uint +EXPORT_SYMBOL vmlinux 0xeba2656a param_get_bool +EXPORT_SYMBOL vmlinux 0xeba2a1f7 rtas_indicator_present +EXPORT_SYMBOL vmlinux 0xebaf7019 pskb_extract +EXPORT_SYMBOL vmlinux 0xebafc8b4 get_watch_queue +EXPORT_SYMBOL vmlinux 0xebcc985d of_platform_bus_probe +EXPORT_SYMBOL vmlinux 0xebd32cdd dma_fence_get_status +EXPORT_SYMBOL vmlinux 0xebe0bcd6 netlink_ack +EXPORT_SYMBOL vmlinux 0xebe0cd3f scsi_done_direct +EXPORT_SYMBOL vmlinux 0xebe4de0b pcie_capability_clear_and_set_dword +EXPORT_SYMBOL vmlinux 0xebfff936 netdev_lower_state_changed +EXPORT_SYMBOL vmlinux 0xec0396ef dquot_disable +EXPORT_SYMBOL vmlinux 0xec0601a9 dma_fence_describe +EXPORT_SYMBOL vmlinux 0xec0d8d69 __alloc_skb +EXPORT_SYMBOL vmlinux 0xec25376f vga_get +EXPORT_SYMBOL vmlinux 0xec2cecf3 tcp_v4_md5_hash_skb +EXPORT_SYMBOL vmlinux 0xec336fdb security_inode_init_security +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 0xec54025a xfrm_lookup_with_ifid +EXPORT_SYMBOL vmlinux 0xec5466fd pnv_phb_to_cxl_mode +EXPORT_SYMBOL vmlinux 0xec56849a __cpuhp_setup_state +EXPORT_SYMBOL vmlinux 0xec64f5f9 pci_request_selected_regions_exclusive +EXPORT_SYMBOL vmlinux 0xec67f06e __f_setown +EXPORT_SYMBOL vmlinux 0xec68b114 csum_and_copy_to_iter +EXPORT_SYMBOL vmlinux 0xec69568e __cpuhp_remove_state_cpuslocked +EXPORT_SYMBOL vmlinux 0xec74e5b5 neigh_connected_output +EXPORT_SYMBOL vmlinux 0xec8a5b94 request_firmware_into_buf +EXPORT_SYMBOL vmlinux 0xec8cc633 kern_path +EXPORT_SYMBOL vmlinux 0xec8dc25c pci_unregister_driver +EXPORT_SYMBOL vmlinux 0xec90c45c blk_mq_alloc_request +EXPORT_SYMBOL vmlinux 0xec97ead8 __kernel_io_start +EXPORT_SYMBOL vmlinux 0xeca957d1 __bitmap_and +EXPORT_SYMBOL vmlinux 0xecd1705a aperture_remove_conflicting_pci_devices +EXPORT_SYMBOL vmlinux 0xecd781d3 phy_do_ioctl +EXPORT_SYMBOL vmlinux 0xece784c2 rb_first +EXPORT_SYMBOL vmlinux 0xeceb97d6 open_with_fake_path +EXPORT_SYMBOL vmlinux 0xecf02e6b skb_checksum_help +EXPORT_SYMBOL vmlinux 0xecfc28f6 devm_ioport_map +EXPORT_SYMBOL vmlinux 0xed08a5d9 devm_devfreq_remove_device +EXPORT_SYMBOL vmlinux 0xed145822 of_phy_connect +EXPORT_SYMBOL vmlinux 0xed28fa97 tcf_chain_get_by_act +EXPORT_SYMBOL vmlinux 0xed2bb52f mmc_free_host +EXPORT_SYMBOL vmlinux 0xed3cd35d scsi_device_put +EXPORT_SYMBOL vmlinux 0xed475491 thread_group_exited +EXPORT_SYMBOL vmlinux 0xed4f2af9 set_binfmt +EXPORT_SYMBOL vmlinux 0xed522de9 scsi_dma_unmap +EXPORT_SYMBOL vmlinux 0xed523280 rproc_elf_sanity_check +EXPORT_SYMBOL vmlinux 0xed5b6a36 devfreq_unregister_opp_notifier +EXPORT_SYMBOL vmlinux 0xed5f00cf generic_pipe_buf_try_steal +EXPORT_SYMBOL vmlinux 0xed656e30 udp_encap_disable +EXPORT_SYMBOL vmlinux 0xed6a3480 load_nls +EXPORT_SYMBOL vmlinux 0xed6f768b lease_modify +EXPORT_SYMBOL vmlinux 0xed7c2fb9 pcim_iomap +EXPORT_SYMBOL vmlinux 0xed923215 sync_mapping_buffers +EXPORT_SYMBOL vmlinux 0xed97fe29 tcp_parse_options +EXPORT_SYMBOL vmlinux 0xed9db5cb mipi_dsi_dcs_nop +EXPORT_SYMBOL vmlinux 0xeda31022 phy_ethtool_get_link_ksettings +EXPORT_SYMBOL vmlinux 0xedb5b8f5 unix_gc_lock +EXPORT_SYMBOL vmlinux 0xedbaee5e nla_strcmp +EXPORT_SYMBOL vmlinux 0xedc03953 iounmap +EXPORT_SYMBOL vmlinux 0xedcfb2dd serio_unregister_port +EXPORT_SYMBOL vmlinux 0xedd17b31 sock_get_timeout +EXPORT_SYMBOL vmlinux 0xede9512f mfd_remove_devices +EXPORT_SYMBOL vmlinux 0xede98d21 iterate_fd +EXPORT_SYMBOL vmlinux 0xedea20e5 secpath_set +EXPORT_SYMBOL vmlinux 0xedf9bb6a unregister_mii_timestamper +EXPORT_SYMBOL vmlinux 0xee0118df aperture_remove_conflicting_devices +EXPORT_SYMBOL vmlinux 0xee157482 inet_sk_rx_dst_set +EXPORT_SYMBOL vmlinux 0xee2d0fc7 _local_bh_enable +EXPORT_SYMBOL vmlinux 0xee3f88f3 tcf_classify +EXPORT_SYMBOL vmlinux 0xee444191 pci_alloc_dev +EXPORT_SYMBOL vmlinux 0xee469fda scsi_bios_ptable +EXPORT_SYMBOL vmlinux 0xee58e970 fb_add_videomode +EXPORT_SYMBOL vmlinux 0xee5e04ee seg6_hmac_validate_skb +EXPORT_SYMBOL vmlinux 0xee6bc8c2 tcf_em_tree_dump +EXPORT_SYMBOL vmlinux 0xee8353fd ram_aops +EXPORT_SYMBOL vmlinux 0xee883b06 __vmalloc_array +EXPORT_SYMBOL vmlinux 0xee8c02e9 vprintk_emit +EXPORT_SYMBOL vmlinux 0xee8c5991 sync_file_create +EXPORT_SYMBOL vmlinux 0xee8d74d6 jiffies64_to_nsecs +EXPORT_SYMBOL vmlinux 0xee8ef74e down_read_killable +EXPORT_SYMBOL vmlinux 0xee91879b rb_first_postorder +EXPORT_SYMBOL vmlinux 0xee9959c8 genphy_loopback +EXPORT_SYMBOL vmlinux 0xeea9dbaf bitmap_bitremap +EXPORT_SYMBOL vmlinux 0xeeb25eaa elv_rb_add +EXPORT_SYMBOL vmlinux 0xeec90ccd pci_get_domain_bus_and_slot +EXPORT_SYMBOL vmlinux 0xeed135c1 sk_dst_check +EXPORT_SYMBOL vmlinux 0xeed37f8a phy_remove_link_mode +EXPORT_SYMBOL vmlinux 0xeed5bcca __pud_table_size +EXPORT_SYMBOL vmlinux 0xeee75d91 ucc_fast_init +EXPORT_SYMBOL vmlinux 0xeeff2850 refcount_dec_and_lock +EXPORT_SYMBOL vmlinux 0xef2c56aa mmc_run_bkops +EXPORT_SYMBOL vmlinux 0xef352297 __pci_register_driver +EXPORT_SYMBOL vmlinux 0xef3c4ae4 pci_bus_read_config_word +EXPORT_SYMBOL vmlinux 0xef45baa3 touchscreen_report_pos +EXPORT_SYMBOL vmlinux 0xef4def61 phy_ethtool_get_stats +EXPORT_SYMBOL vmlinux 0xef5a8830 __register_chrdev +EXPORT_SYMBOL vmlinux 0xef674535 tty_port_free_xmit_buf +EXPORT_SYMBOL vmlinux 0xef681679 locks_lock_inode_wait +EXPORT_SYMBOL vmlinux 0xef71a22c wait_for_completion_interruptible +EXPORT_SYMBOL vmlinux 0xef8d0ad7 mmc_cqe_start_req +EXPORT_SYMBOL vmlinux 0xef90e526 xsk_set_tx_need_wakeup +EXPORT_SYMBOL vmlinux 0xefaeed4c phy_modify_paged +EXPORT_SYMBOL vmlinux 0xefaf2e4f tcf_queue_work +EXPORT_SYMBOL vmlinux 0xefb13fc2 netlink_unicast +EXPORT_SYMBOL vmlinux 0xefeefc09 __SCK__tp_func_dma_fence_emit +EXPORT_SYMBOL vmlinux 0xeffc9457 seg6_push_hmac +EXPORT_SYMBOL vmlinux 0xf0009fee put_pages_list +EXPORT_SYMBOL vmlinux 0xf0126d4c pcibus_to_node +EXPORT_SYMBOL vmlinux 0xf02d5db7 mipi_dsi_dcs_set_tear_off +EXPORT_SYMBOL vmlinux 0xf0329ad1 down_read_trylock +EXPORT_SYMBOL vmlinux 0xf061a408 inet_csk_reqsk_queue_drop +EXPORT_SYMBOL vmlinux 0xf06b0cd3 devfreq_update_interval +EXPORT_SYMBOL vmlinux 0xf06eb330 inet_sendmsg +EXPORT_SYMBOL vmlinux 0xf07350bd proc_dointvec_ms_jiffies +EXPORT_SYMBOL vmlinux 0xf074a4b2 jbd2_journal_flush +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 0xf0888fac __mdiobus_write +EXPORT_SYMBOL vmlinux 0xf08a3eef dma_map_page_attrs +EXPORT_SYMBOL vmlinux 0xf08bdf88 i2c_smbus_read_block_data +EXPORT_SYMBOL vmlinux 0xf08d17d1 devm_of_iomap +EXPORT_SYMBOL vmlinux 0xf09b5d9a get_zeroed_page +EXPORT_SYMBOL vmlinux 0xf0b01e0e padata_free_shell +EXPORT_SYMBOL vmlinux 0xf0bdc382 import_iovec +EXPORT_SYMBOL vmlinux 0xf0c1f9a9 fb_firmware_edid +EXPORT_SYMBOL vmlinux 0xf0c66fe3 vfs_iter_read +EXPORT_SYMBOL vmlinux 0xf0cc1446 udp_disconnect +EXPORT_SYMBOL vmlinux 0xf0ce2354 devfreq_remove_governor +EXPORT_SYMBOL vmlinux 0xf0ce2daf radix__local_flush_tlb_mm +EXPORT_SYMBOL vmlinux 0xf0df5c61 iterate_dir +EXPORT_SYMBOL vmlinux 0xf0e37ded textsearch_destroy +EXPORT_SYMBOL vmlinux 0xf1013f9e pci_set_power_state +EXPORT_SYMBOL vmlinux 0xf110d1cb pseries_enable_reloc_on_exc +EXPORT_SYMBOL vmlinux 0xf117477c xfrm6_input_addr +EXPORT_SYMBOL vmlinux 0xf11dd46e _page_poisoning_enabled_early +EXPORT_SYMBOL vmlinux 0xf1240c80 __quota_error +EXPORT_SYMBOL vmlinux 0xf1300096 security_unix_may_send +EXPORT_SYMBOL vmlinux 0xf130553b xfrm_state_insert +EXPORT_SYMBOL vmlinux 0xf1349228 swake_up_locked +EXPORT_SYMBOL vmlinux 0xf1418443 tcp_recvmsg +EXPORT_SYMBOL vmlinux 0xf141ccfe md_bitmap_update_sb +EXPORT_SYMBOL vmlinux 0xf143f0c4 of_mdiobus_phy_device_register +EXPORT_SYMBOL vmlinux 0xf1625d2d tcf_exts_validate +EXPORT_SYMBOL vmlinux 0xf169b0ea dev_printk_emit +EXPORT_SYMBOL vmlinux 0xf18a3433 param_ops_hexint +EXPORT_SYMBOL vmlinux 0xf1937adb __traceiter_kmem_cache_free +EXPORT_SYMBOL vmlinux 0xf194273b bio_copy_data +EXPORT_SYMBOL vmlinux 0xf195c682 fb_invert_cmaps +EXPORT_SYMBOL vmlinux 0xf1969a8e __usecs_to_jiffies +EXPORT_SYMBOL vmlinux 0xf1a65f7b zstd_reset_dstream +EXPORT_SYMBOL vmlinux 0xf1c1dc00 iw_handler_set_thrspy +EXPORT_SYMBOL vmlinux 0xf1cee395 is_nd_dax +EXPORT_SYMBOL vmlinux 0xf1d18e90 _outsw_ns +EXPORT_SYMBOL vmlinux 0xf1db1704 nla_memcpy +EXPORT_SYMBOL vmlinux 0xf1e046cc panic +EXPORT_SYMBOL vmlinux 0xf1e45f1e sdev_disable_disk_events +EXPORT_SYMBOL vmlinux 0xf1e98c74 avenrun +EXPORT_SYMBOL vmlinux 0xf1f209bf inet6_getname +EXPORT_SYMBOL vmlinux 0xf1f88a0e dm_kcopyd_prepare_callback +EXPORT_SYMBOL vmlinux 0xf220492c security_path_mkdir +EXPORT_SYMBOL vmlinux 0xf23cd014 fscrypt_zeroout_range +EXPORT_SYMBOL vmlinux 0xf23fcb99 __kfifo_in +EXPORT_SYMBOL vmlinux 0xf241461f __xa_insert +EXPORT_SYMBOL vmlinux 0xf24e4e3f phy_advertise_supported +EXPORT_SYMBOL vmlinux 0xf2510a04 of_node_to_nid +EXPORT_SYMBOL vmlinux 0xf256dab3 vmf_insert_mixed +EXPORT_SYMBOL vmlinux 0xf2628676 zstd_compress_cctx +EXPORT_SYMBOL vmlinux 0xf273d29d iov_iter_alignment +EXPORT_SYMBOL vmlinux 0xf28cf0ae __hw_addr_init +EXPORT_SYMBOL vmlinux 0xf2a8efae dm_kcopyd_do_callback +EXPORT_SYMBOL vmlinux 0xf2acfac7 __skb_flow_dissect +EXPORT_SYMBOL vmlinux 0xf2b03492 poll_initwait +EXPORT_SYMBOL vmlinux 0xf2b2da71 pci_get_class +EXPORT_SYMBOL vmlinux 0xf2b52e1b pagevec_lookup_range_tag +EXPORT_SYMBOL vmlinux 0xf2bfc014 pci_alloc_irq_vectors_affinity +EXPORT_SYMBOL vmlinux 0xf2c43f3f zlib_deflate +EXPORT_SYMBOL vmlinux 0xf2e2b61d input_set_keycode +EXPORT_SYMBOL vmlinux 0xf2e5bd87 security_free_mnt_opts +EXPORT_SYMBOL vmlinux 0xf2ea8a8c invalidate_bdev +EXPORT_SYMBOL vmlinux 0xf2f53617 memregion_free +EXPORT_SYMBOL vmlinux 0xf2fbc79d seq_path +EXPORT_SYMBOL vmlinux 0xf3107926 sha224_update +EXPORT_SYMBOL vmlinux 0xf327ece0 blk_limits_io_min +EXPORT_SYMBOL vmlinux 0xf336710a vfs_fsync +EXPORT_SYMBOL vmlinux 0xf346231f seq_list_start_head +EXPORT_SYMBOL vmlinux 0xf346bc0f __xfrm_dst_lookup +EXPORT_SYMBOL vmlinux 0xf34eb9c7 of_phy_is_fixed_link +EXPORT_SYMBOL vmlinux 0xf34f3bc3 dma_fence_chain_walk +EXPORT_SYMBOL vmlinux 0xf34fb7e4 dquot_initialize +EXPORT_SYMBOL vmlinux 0xf353a698 register_module_notifier +EXPORT_SYMBOL vmlinux 0xf35dff93 redirty_page_for_writepage +EXPORT_SYMBOL vmlinux 0xf36a601a phy_start_cable_test_tdr +EXPORT_SYMBOL vmlinux 0xf36e844d clk_get +EXPORT_SYMBOL vmlinux 0xf36f42a9 slhc_uncompress +EXPORT_SYMBOL vmlinux 0xf370465a __hw_addr_ref_unsync_dev +EXPORT_SYMBOL vmlinux 0xf38b2c16 vme_irq_request +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 0xf39a375e mroute6_is_socket +EXPORT_SYMBOL vmlinux 0xf39ad38d inode_get_bytes +EXPORT_SYMBOL vmlinux 0xf3a57892 release_dentry_name_snapshot +EXPORT_SYMBOL vmlinux 0xf3a6a3ad vlan_vids_add_by_dev +EXPORT_SYMBOL vmlinux 0xf3cfc894 __skb_gso_segment +EXPORT_SYMBOL vmlinux 0xf3e0e1df allocate_resource +EXPORT_SYMBOL vmlinux 0xf3e27e30 nla_put +EXPORT_SYMBOL vmlinux 0xf3eab95f tc_setup_cb_reoffload +EXPORT_SYMBOL vmlinux 0xf3fd65d1 rproc_da_to_va +EXPORT_SYMBOL vmlinux 0xf41e4406 vme_slave_request +EXPORT_SYMBOL vmlinux 0xf42d64ca proc_dostring +EXPORT_SYMBOL vmlinux 0xf4348d70 mmc_wait_for_req_done +EXPORT_SYMBOL vmlinux 0xf44a904a net_ns_barrier +EXPORT_SYMBOL vmlinux 0xf451a76d param_set_short +EXPORT_SYMBOL vmlinux 0xf460ba9a ip_cmsg_recv_offset +EXPORT_SYMBOL vmlinux 0xf4629f66 max8998_update_reg +EXPORT_SYMBOL vmlinux 0xf4677e3e inet_shutdown +EXPORT_SYMBOL vmlinux 0xf46f0d23 ether_setup +EXPORT_SYMBOL vmlinux 0xf472017a swake_up_all +EXPORT_SYMBOL vmlinux 0xf474c21c bitmap_print_to_pagebuf +EXPORT_SYMBOL vmlinux 0xf474fdcb kfree_const +EXPORT_SYMBOL vmlinux 0xf4b8a3af flow_rule_alloc +EXPORT_SYMBOL vmlinux 0xf4bcdaa1 jbd2_journal_clear_err +EXPORT_SYMBOL vmlinux 0xf4d4ec19 blkdev_issue_zeroout +EXPORT_SYMBOL vmlinux 0xf4d55a5b ipv6_sock_mc_drop +EXPORT_SYMBOL vmlinux 0xf4db35bc stpcpy +EXPORT_SYMBOL vmlinux 0xf4e1a9db __netlink_ns_capable +EXPORT_SYMBOL vmlinux 0xf4e32c93 serio_reconnect +EXPORT_SYMBOL vmlinux 0xf4eb20c7 migrate_folio +EXPORT_SYMBOL vmlinux 0xf4f14de6 rtnl_trylock +EXPORT_SYMBOL vmlinux 0xf4f854e1 xfrm_state_lookup_byspi +EXPORT_SYMBOL vmlinux 0xf4fab915 sock_no_bind +EXPORT_SYMBOL vmlinux 0xf502c117 tty_termios_copy_hw +EXPORT_SYMBOL vmlinux 0xf50b2d84 ping_prot +EXPORT_SYMBOL vmlinux 0xf5118935 security_binder_transfer_file +EXPORT_SYMBOL vmlinux 0xf516e7e4 skb_eth_gso_segment +EXPORT_SYMBOL vmlinux 0xf51dbaf9 unmap_mapping_range +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 0xf550c861 blk_sync_queue +EXPORT_SYMBOL vmlinux 0xf55b3b3d __arch_hweight16 +EXPORT_SYMBOL vmlinux 0xf5754862 pm_vt_switch_unregister +EXPORT_SYMBOL vmlinux 0xf57c9ca1 dev_mc_add_excl +EXPORT_SYMBOL vmlinux 0xf5a20ed2 __genradix_prealloc +EXPORT_SYMBOL vmlinux 0xf5a62ecc _memset_io +EXPORT_SYMBOL vmlinux 0xf5b2f531 tcp_sock_set_nodelay +EXPORT_SYMBOL vmlinux 0xf5bde831 vfs_mkobj +EXPORT_SYMBOL vmlinux 0xf5e1558d crash_shutdown_unregister +EXPORT_SYMBOL vmlinux 0xf5e7ea40 ktime_get_coarse_ts64 +EXPORT_SYMBOL vmlinux 0xf5f039ab netdev_adjacent_change_abort +EXPORT_SYMBOL vmlinux 0xf60a1ca1 dquot_writeback_dquots +EXPORT_SYMBOL vmlinux 0xf60b33ab seq_put_decimal_ull +EXPORT_SYMBOL vmlinux 0xf6150d63 __xa_set_mark +EXPORT_SYMBOL vmlinux 0xf6279c29 set_posix_acl +EXPORT_SYMBOL vmlinux 0xf62c39fe ucc_slow_graceful_stop_tx +EXPORT_SYMBOL vmlinux 0xf643d104 hsiphash_4u32 +EXPORT_SYMBOL vmlinux 0xf6468f13 __blk_mq_end_request +EXPORT_SYMBOL vmlinux 0xf652cd3b register_sysctl_mount_point +EXPORT_SYMBOL vmlinux 0xf659fd0e __dev_queue_xmit +EXPORT_SYMBOL vmlinux 0xf65ee7de fib_default_rule_add +EXPORT_SYMBOL vmlinux 0xf665f74f sock_load_diag_module +EXPORT_SYMBOL vmlinux 0xf667c96d skb_get_hash_perturb +EXPORT_SYMBOL vmlinux 0xf670c32a xfrm_parse_spi +EXPORT_SYMBOL vmlinux 0xf6761310 sock_i_ino +EXPORT_SYMBOL vmlinux 0xf68285c0 register_inetaddr_notifier +EXPORT_SYMBOL vmlinux 0xf695e855 path_is_mountpoint +EXPORT_SYMBOL vmlinux 0xf6c3bf50 xsk_tx_completed +EXPORT_SYMBOL vmlinux 0xf6c7c2a6 flow_rule_match_enc_control +EXPORT_SYMBOL vmlinux 0xf6d74385 get_unmapped_area +EXPORT_SYMBOL vmlinux 0xf6d7f3af inode_init_owner +EXPORT_SYMBOL vmlinux 0xf6d82c15 alloc_netdev_mqs +EXPORT_SYMBOL vmlinux 0xf6e6cbcd mmc_of_parse +EXPORT_SYMBOL vmlinux 0xf6ebc03b net_ratelimit +EXPORT_SYMBOL vmlinux 0xf6f9d58d init_on_free +EXPORT_SYMBOL vmlinux 0xf6fc8791 __bitmap_xor +EXPORT_SYMBOL vmlinux 0xf7065cd1 fs_bio_set +EXPORT_SYMBOL vmlinux 0xf70da948 do_clone_file_range +EXPORT_SYMBOL vmlinux 0xf7143ed8 ptp_cancel_worker_sync +EXPORT_SYMBOL vmlinux 0xf7370f56 system_state +EXPORT_SYMBOL vmlinux 0xf738d1be register_blocking_lsm_notifier +EXPORT_SYMBOL vmlinux 0xf74e4d32 ns_capable_noaudit +EXPORT_SYMBOL vmlinux 0xf74e9cce phy_detach +EXPORT_SYMBOL vmlinux 0xf7523f66 page_pool_return_skb_page +EXPORT_SYMBOL vmlinux 0xf76b388b dev_add_pack +EXPORT_SYMBOL vmlinux 0xf785d745 tcp_initialize_rcv_mss +EXPORT_SYMBOL vmlinux 0xf7a22b4d try_to_free_buffers +EXPORT_SYMBOL vmlinux 0xf7a73c41 input_match_device_id +EXPORT_SYMBOL vmlinux 0xf7b2bab6 phy_drivers_register +EXPORT_SYMBOL vmlinux 0xf7c2df39 __wake_up_bit +EXPORT_SYMBOL vmlinux 0xf7d31de9 kstrtoul_from_user +EXPORT_SYMBOL vmlinux 0xf7fa733e of_node_name_prefix +EXPORT_SYMBOL vmlinux 0xf80172c7 dev_set_alias +EXPORT_SYMBOL vmlinux 0xf802331f devm_ioremap_resource +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 0xf81efd79 netdev_lower_get_first_private_rcu +EXPORT_SYMBOL vmlinux 0xf82b30a9 flow_indr_dev_setup_offload +EXPORT_SYMBOL vmlinux 0xf82ec573 rb_prev +EXPORT_SYMBOL vmlinux 0xf84bd6ee bpf_stats_enabled_key +EXPORT_SYMBOL vmlinux 0xf878b0a9 inet_csk_prepare_forced_close +EXPORT_SYMBOL vmlinux 0xf8b9ffdb dma_unmap_sg_attrs +EXPORT_SYMBOL vmlinux 0xf8d03762 module_layout +EXPORT_SYMBOL vmlinux 0xf8d07858 bitmap_from_arr32 +EXPORT_SYMBOL vmlinux 0xf8d2bc2c zstd_find_frame_compressed_size +EXPORT_SYMBOL vmlinux 0xf8d715c8 ipmr_rule_default +EXPORT_SYMBOL vmlinux 0xf8e1115e _outsl_ns +EXPORT_SYMBOL vmlinux 0xf8f2ca49 xfrm_lookup_route +EXPORT_SYMBOL vmlinux 0xf8f486ac pci_free_irq_vectors +EXPORT_SYMBOL vmlinux 0xf8f5ae41 agp_generic_free_by_type +EXPORT_SYMBOL vmlinux 0xf8f61ebc wake_up_var +EXPORT_SYMBOL vmlinux 0xf918aea9 skb_clone_sk +EXPORT_SYMBOL vmlinux 0xf92f3061 __netif_schedule +EXPORT_SYMBOL vmlinux 0xf9389ff4 lookup_one_len_unlocked +EXPORT_SYMBOL vmlinux 0xf93fd09c fb_find_mode_cvt +EXPORT_SYMBOL vmlinux 0xf95c5ba3 tcp_recv_skb +EXPORT_SYMBOL vmlinux 0xf96aa020 agp_backend_acquire +EXPORT_SYMBOL vmlinux 0xf96de658 cdev_init +EXPORT_SYMBOL vmlinux 0xf9722676 twl_i2c_write +EXPORT_SYMBOL vmlinux 0xf97349ce block_page_mkwrite +EXPORT_SYMBOL vmlinux 0xf98dd87f skb_checksum_trimmed +EXPORT_SYMBOL vmlinux 0xf98ee34c vlan_dev_real_dev +EXPORT_SYMBOL vmlinux 0xf9a482f9 msleep +EXPORT_SYMBOL vmlinux 0xf9a73e11 __xfrm_policy_check +EXPORT_SYMBOL vmlinux 0xf9b1cdcd smp_call_function_many +EXPORT_SYMBOL vmlinux 0xf9b66765 mnt_drop_write_file +EXPORT_SYMBOL vmlinux 0xf9b9c703 truncate_pagecache +EXPORT_SYMBOL vmlinux 0xf9bc8795 inet6_add_offload +EXPORT_SYMBOL vmlinux 0xf9c0b663 strlcat +EXPORT_SYMBOL vmlinux 0xf9ca2eb4 kstrtoint_from_user +EXPORT_SYMBOL vmlinux 0xfa04ad3f phys_mem_access_prot +EXPORT_SYMBOL vmlinux 0xfa05b207 dcbnl_cee_notify +EXPORT_SYMBOL vmlinux 0xfa08c34a page_offline_end +EXPORT_SYMBOL vmlinux 0xfa0f8071 of_get_next_cpu_node +EXPORT_SYMBOL vmlinux 0xfa2060bb __ip_mc_inc_group +EXPORT_SYMBOL vmlinux 0xfa2e5f32 i2c_smbus_pec +EXPORT_SYMBOL vmlinux 0xfa381a4b __vfs_setxattr +EXPORT_SYMBOL vmlinux 0xfa4d2f03 __nla_parse +EXPORT_SYMBOL vmlinux 0xfa599bb2 netlink_register_notifier +EXPORT_SYMBOL vmlinux 0xfa65ef0f __ip_queue_xmit +EXPORT_SYMBOL vmlinux 0xfa66fecf super_setup_bdi_name +EXPORT_SYMBOL vmlinux 0xfa6f577e tcp_md5_hash_key +EXPORT_SYMBOL vmlinux 0xfa72f0c7 skb_set_owner_w +EXPORT_SYMBOL vmlinux 0xfa9c2ece _raw_read_trylock +EXPORT_SYMBOL vmlinux 0xfaaa12d0 _page_poisoning_enabled +EXPORT_SYMBOL vmlinux 0xfaadd63e fwnode_iomap +EXPORT_SYMBOL vmlinux 0xfac8865f sysctl_wmem_max +EXPORT_SYMBOL vmlinux 0xfacc25e7 page_pool_put_page_bulk +EXPORT_SYMBOL vmlinux 0xfaf265e3 pci_remove_bus +EXPORT_SYMBOL vmlinux 0xfaf9a08c has_capability_noaudit +EXPORT_SYMBOL vmlinux 0xfb003c84 sg_miter_start +EXPORT_SYMBOL vmlinux 0xfb022e0e skb_expand_head +EXPORT_SYMBOL vmlinux 0xfb232c7e idr_get_next_ul +EXPORT_SYMBOL vmlinux 0xfb25a25c security_inet_conn_established +EXPORT_SYMBOL vmlinux 0xfb348fea fault_in_safe_writeable +EXPORT_SYMBOL vmlinux 0xfb384d37 kasprintf +EXPORT_SYMBOL vmlinux 0xfb4b7a54 file_ns_capable +EXPORT_SYMBOL vmlinux 0xfb66f9eb devm_nvmem_cell_put +EXPORT_SYMBOL vmlinux 0xfb670fc2 noop_fsync +EXPORT_SYMBOL vmlinux 0xfb6af58d recalc_sigpending +EXPORT_SYMBOL vmlinux 0xfb730bb9 __mmap_lock_do_trace_released +EXPORT_SYMBOL vmlinux 0xfb8553ca tty_port_tty_get +EXPORT_SYMBOL vmlinux 0xfb9480bd jbd2_journal_dirty_metadata +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 0xfbd89678 devm_devfreq_add_device +EXPORT_SYMBOL vmlinux 0xfbe215e4 sg_next +EXPORT_SYMBOL vmlinux 0xfbe40696 tcp_getsockopt +EXPORT_SYMBOL vmlinux 0xfbf4bda1 unpin_user_pages_dirty_lock +EXPORT_SYMBOL vmlinux 0xfc179f11 phy_driver_unregister +EXPORT_SYMBOL vmlinux 0xfc39e32f ioport_unmap +EXPORT_SYMBOL vmlinux 0xfc3a2230 qdisc_watchdog_init_clockid +EXPORT_SYMBOL vmlinux 0xfc421e79 gnet_stats_add_queue +EXPORT_SYMBOL vmlinux 0xfc45b7e5 mmc_of_parse_clk_phase +EXPORT_SYMBOL vmlinux 0xfc50f012 vm_insert_page +EXPORT_SYMBOL vmlinux 0xfc6cb7c6 __sync_dirty_buffer +EXPORT_SYMBOL vmlinux 0xfc914ff8 set_security_override_from_ctx +EXPORT_SYMBOL vmlinux 0xfc9294cf tcp_sock_set_user_timeout +EXPORT_SYMBOL vmlinux 0xfca311d8 inet_register_protosw +EXPORT_SYMBOL vmlinux 0xfcb27ff0 percpu_counter_sync +EXPORT_SYMBOL vmlinux 0xfcb759bc register_console +EXPORT_SYMBOL vmlinux 0xfcb8598d __blk_rq_map_sg +EXPORT_SYMBOL vmlinux 0xfcb8b231 phy_do_ioctl_running +EXPORT_SYMBOL vmlinux 0xfcbc1b04 mr_mfc_seq_next +EXPORT_SYMBOL vmlinux 0xfcce2f7d ucc_fast_enable +EXPORT_SYMBOL vmlinux 0xfccf4025 pcim_iomap_regions_request_all +EXPORT_SYMBOL vmlinux 0xfcd1819a hdmi_spd_infoframe_check +EXPORT_SYMBOL vmlinux 0xfcd6eec9 neigh_seq_stop +EXPORT_SYMBOL vmlinux 0xfcec0987 enable_irq +EXPORT_SYMBOL vmlinux 0xfcfda1c2 tcf_idr_cleanup +EXPORT_SYMBOL vmlinux 0xfd07c0ca genphy_handle_interrupt_no_ack +EXPORT_SYMBOL vmlinux 0xfd113524 mode_strip_sgid +EXPORT_SYMBOL vmlinux 0xfd58064a phy_error +EXPORT_SYMBOL vmlinux 0xfd5c42aa genphy_config_eee_advert +EXPORT_SYMBOL vmlinux 0xfd61fe4d netdev_offload_xstats_enable +EXPORT_SYMBOL vmlinux 0xfd985a8d inet_frag_reasm_finish +EXPORT_SYMBOL vmlinux 0xfdbb1ea9 cdev_device_add +EXPORT_SYMBOL vmlinux 0xfdbd3105 bh_uptodate_or_lock +EXPORT_SYMBOL vmlinux 0xfdcc8a0e fb_find_best_display +EXPORT_SYMBOL vmlinux 0xfdd4216d pcibios_align_resource +EXPORT_SYMBOL vmlinux 0xfdde7535 get_cached_acl +EXPORT_SYMBOL vmlinux 0xfde74d4a dev_uc_add_excl +EXPORT_SYMBOL vmlinux 0xfded48ed enable_kernel_fp +EXPORT_SYMBOL vmlinux 0xfdeeb688 d_move +EXPORT_SYMBOL vmlinux 0xfdf49833 dev_open +EXPORT_SYMBOL vmlinux 0xfdfaf197 vlan_vids_del_by_dev +EXPORT_SYMBOL vmlinux 0xfdfcdd5f __csum_partial +EXPORT_SYMBOL vmlinux 0xfe029963 unregister_inetaddr_notifier +EXPORT_SYMBOL vmlinux 0xfe052363 ioread64_lo_hi +EXPORT_SYMBOL vmlinux 0xfe11c3cb phy_request_interrupt +EXPORT_SYMBOL vmlinux 0xfe130cee flow_rule_match_enc_opts +EXPORT_SYMBOL vmlinux 0xfe1c9ea5 sg_pcopy_from_buffer +EXPORT_SYMBOL vmlinux 0xfe1d2e94 key_create_or_update +EXPORT_SYMBOL vmlinux 0xfe2fa048 max8998_bulk_read +EXPORT_SYMBOL vmlinux 0xfe38a6c1 neigh_seq_next +EXPORT_SYMBOL vmlinux 0xfe3a1ac4 devm_pci_alloc_host_bridge +EXPORT_SYMBOL vmlinux 0xfe47d566 sock_no_mmap +EXPORT_SYMBOL vmlinux 0xfe487975 init_wait_entry +EXPORT_SYMBOL vmlinux 0xfe5d4bb2 sys_tz +EXPORT_SYMBOL vmlinux 0xfe68918c mpage_read_folio +EXPORT_SYMBOL vmlinux 0xfe68aea6 trace_event_printf +EXPORT_SYMBOL vmlinux 0xfe916dc6 hex_dump_to_buffer +EXPORT_SYMBOL vmlinux 0xfe970d53 netif_carrier_off +EXPORT_SYMBOL vmlinux 0xfed07390 debugfs_create_automount +EXPORT_SYMBOL vmlinux 0xfed71d18 folio_migrate_flags +EXPORT_SYMBOL vmlinux 0xfedcdb60 seq_hlist_next_percpu +EXPORT_SYMBOL vmlinux 0xfee8de6a _raw_spin_lock_bh +EXPORT_SYMBOL vmlinux 0xfeebc7c4 __kfifo_from_user_r +EXPORT_SYMBOL vmlinux 0xfefcb98e vme_dma_vme_attribute +EXPORT_SYMBOL vmlinux 0xff1765c7 rtas_call +EXPORT_SYMBOL vmlinux 0xff1e9dd8 seq_list_start +EXPORT_SYMBOL vmlinux 0xff282521 rfkill_register +EXPORT_SYMBOL vmlinux 0xff35807b dev_get_stats +EXPORT_SYMBOL vmlinux 0xff396302 eth_header_cache_update +EXPORT_SYMBOL vmlinux 0xff3e70cd agp_copy_info +EXPORT_SYMBOL vmlinux 0xff40bd2f tcf_block_get_ext +EXPORT_SYMBOL vmlinux 0xff45a4e6 pagecache_isize_extended +EXPORT_SYMBOL vmlinux 0xff5d42b2 ipv6_find_hdr +EXPORT_SYMBOL vmlinux 0xff6878cf fb_default_cmap +EXPORT_SYMBOL vmlinux 0xff73399f netdev_offload_xstats_enabled +EXPORT_SYMBOL vmlinux 0xff761224 ps2_sliced_command +EXPORT_SYMBOL vmlinux 0xff945bb6 proc_create_seq_private +EXPORT_SYMBOL vmlinux 0xff97a3c3 of_get_mac_address_nvmem +EXPORT_SYMBOL vmlinux 0xff9b832e kobject_get +EXPORT_SYMBOL vmlinux 0xffb9a77e inode_needs_sync +EXPORT_SYMBOL vmlinux 0xffc4f200 zstd_compress_stream +EXPORT_SYMBOL vmlinux 0xffc69840 input_get_poll_interval +EXPORT_SYMBOL vmlinux 0xffcc4ec7 tcp_bpf_bypass_getsockopt +EXPORT_SYMBOL vmlinux 0xffe4fc84 skb_tunnel_check_pmtu +EXPORT_SYMBOL vmlinux 0xffe690fd udp_table +EXPORT_SYMBOL vmlinux 0xffecc895 input_get_timestamp +EXPORT_SYMBOL vmlinux 0xffeedf6a delayed_work_timer_fn +EXPORT_SYMBOL vmlinux 0xfffe3242 pcie_capability_read_word +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x00df66b4 kvm_vcpu_unmap +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x00f446d5 kvmppc_set_msr +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x024ab45a kvm_clear_guest +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x02b07327 kvmppc_core_queue_data_storage +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x053a80ba kvm_write_guest +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x057e6dab kvmppc_xive_set_mapped +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x061d09c1 mark_page_dirty_in_slot +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x07602246 gfn_to_pfn_memslot +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x0bd385f4 kvmppc_xics_clr_mapped +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x110110bd file_is_kvm +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x112e7150 kvm_gfn_to_hva_cache_init +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x1549da7b gfn_to_pfn_prot +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x1581d425 kvmppc_sanity_check +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x1808f243 kvmppc_xive_clr_mapped +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x18405c8c kvm_read_guest_cached +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x194a4f82 kvm_init +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x19efe8a5 kvm_io_bus_get_dev +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x1aed79ec kvmppc_h_stuff_tce +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x1af841de gfn_to_page_many_atomic +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x1ea063fd kvm_write_guest_cached +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x1f3a05d3 kvm_make_all_cpus_request +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x22f47f01 kvm_flush_remote_tlbs +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x27046576 kvm_exit +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x2aa8be3a gfn_to_memslot +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x2e78ef82 kvmppc_h_get_tce +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x33457ad8 __gfn_to_pfn_memslot +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x33a77c6b kvm_set_memory_region +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x35052e57 kvm_get_dirty_log +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x35bb368f vcpu_put +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x37f93613 kvmppc_load_last_inst +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x3850e906 kvmppc_st +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x39e2305e kvm_vcpu_read_guest_atomic +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x39fd83db halt_poll_ns_shrink +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x3ad01ea6 kvm_get_kvm +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x3d19410e kvm_vcpu_read_guest +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x4313677f kvmppc_kvm_pv +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x43356fb7 kvm_vcpu_map +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x445e6c9c kvmppc_rtas_hcall +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x44c100ab __SCK__tp_func_kvm_ppc_instr +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x4753430b kvm_is_visible_gfn +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x47725131 kvmppc_prepare_to_enter +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x485cd7f6 kvm_rebooting +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x4b6de6d4 kvm_vcpu_read_guest_page +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x4ccd6fa0 kvm_vcpu_gfn_to_pfn_atomic +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x4d171c6b kvm_read_guest_offset_cached +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x4e3fd1b4 kvm_release_pfn_clean +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x4f1c5aec kvmppc_handle_load +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x52941cf0 kvm_vcpu_halt +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x52f0648f kvm_destroy_vcpus +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x568b2b1c kvm_put_kvm +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x57939b7c kvm_put_kvm_no_destroy +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x59e640c0 halt_poll_ns +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x5fb8848b halt_poll_ns_grow_start +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x60dd23be __kvm_set_memory_region +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x6620e750 __tracepoint_kvm_ppc_instr +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x66357528 kvmppc_ld +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x66c9729e kvmppc_core_pending_dec +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x6892e3c3 kvm_set_pfn_accessed +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x6abd1393 kvm_vcpu_wake_up +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x6b5d3917 kvmppc_pr_ops +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x6c29592c kvm_read_guest_page +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x726104ab kvm_write_guest_page +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x72aae3c1 kvmppc_core_queue_inst_storage +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x72e5579c kvm_release_page_clean +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x75747a58 kvmppc_core_queue_dec +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x782500d7 kvmppc_core_queue_program +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x7afe324e halt_poll_ns_grow +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x7c42dc46 kvm_vcpu_gfn_to_pfn +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x7c94c99a kvm_release_pfn_dirty +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x7d231450 kvmppc_h_logical_ci_store +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x7d3b3e08 __traceiter_kvm_ppc_instr +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x7fd88af2 kvm_vcpu_kick +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x850ed6f1 kvm_vcpu_write_guest +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x85aea359 kvmppc_xive_pull_vcpu +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x87d67357 kvm_vcpu_gfn_to_hva +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x8e389d81 kvmppc_h_logical_ci_load +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x95e0fd2d kvmppc_emulate_mmio +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x972bdac9 kvmppc_gpa_to_pfn +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x97448b36 kvm_get_kvm_safe +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x9c757f43 kvmppc_core_prepare_to_enter +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x9f4bedeb kvm_irq_has_notifier +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xa11a6ec9 kvmppc_h_put_tce +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xa1c4231f kvm_set_pfn_dirty +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xa333cf89 kvm_vcpu_is_visible_gfn +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xa4fda9a8 kvmppc_hv_ops +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xab59d373 kvmppc_free_lpid +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xae6bfe03 kvmppc_h_put_tce_indirect +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xb0458a70 gfn_to_hva_memslot +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xb2c4a0b7 kvmppc_xive_push_vcpu +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xb5c8d45b kvm_debugfs_dir +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xb7e9ea47 kvm_vcpu_yield_to +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xbd19af75 kvm_get_running_vcpu +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xc0d92393 kvmppc_core_dequeue_dec +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xc6d7f42a gfn_to_hva +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xcc44961f kvmppc_alloc_lpid +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xcc8405a9 gfn_to_pfn +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xcfdf783a kvm_read_guest +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xd1dd1e7b kvmppc_xics_hcall +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xd393ebed vcpu_load +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xd593ec9f kvm_vcpu_mark_page_dirty +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xd5caea2e kvmppc_core_queue_machine_check +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xdb95defd kvmppc_book3s_queue_irqprio +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xdbba5634 kvm_vcpu_on_spin +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xdbf4a564 kvmppc_xive_xics_hcall +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xe15bcff7 kvmppc_xics_rm_complete +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xe1d87f1f kvmppc_handle_store +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xe1f3e9cd kvmppc_xics_set_mapped +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xe4777de1 kvm_release_page_dirty +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xe4ae2728 kvm_vcpu_write_guest_page +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xe989356b gfn_to_page +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xeb55c445 mark_page_dirty +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xec0dce1e gfn_to_pfn_memslot_atomic +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xf25c807d kvmppc_xive_rearm_escalation +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xf4da3546 kvmppc_init_lpid +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xf80980d6 kvm_write_guest_offset_cached +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xffdba267 kvm_io_bus_write +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm-pr 0x1fa72e1d kvmppc_emulate_instruction +EXPORT_SYMBOL_GPL crypto/af_alg 0x099e9b0f af_alg_free_resources +EXPORT_SYMBOL_GPL crypto/af_alg 0x173e051e af_alg_accept +EXPORT_SYMBOL_GPL crypto/af_alg 0x24760029 af_alg_make_sg +EXPORT_SYMBOL_GPL crypto/af_alg 0x28fa105d af_alg_pull_tsgl +EXPORT_SYMBOL_GPL crypto/af_alg 0x36baf44a af_alg_async_cb +EXPORT_SYMBOL_GPL crypto/af_alg 0x3d54f850 af_alg_unregister_type +EXPORT_SYMBOL_GPL crypto/af_alg 0x5086aa28 af_alg_sendmsg +EXPORT_SYMBOL_GPL crypto/af_alg 0x57069dfe af_alg_get_rsgl +EXPORT_SYMBOL_GPL crypto/af_alg 0x9d6d8fcb af_alg_release +EXPORT_SYMBOL_GPL crypto/af_alg 0xa6deb79c af_alg_wmem_wakeup +EXPORT_SYMBOL_GPL crypto/af_alg 0xaa230ab8 af_alg_wait_for_data +EXPORT_SYMBOL_GPL crypto/af_alg 0xac7b1be1 af_alg_sendpage +EXPORT_SYMBOL_GPL crypto/af_alg 0xb93c904b af_alg_free_sg +EXPORT_SYMBOL_GPL crypto/af_alg 0xc71b4570 af_alg_poll +EXPORT_SYMBOL_GPL crypto/af_alg 0xcc223c6d af_alg_release_parent +EXPORT_SYMBOL_GPL crypto/af_alg 0xd254a159 af_alg_register_type +EXPORT_SYMBOL_GPL crypto/af_alg 0xdc41b510 af_alg_alloc_areq +EXPORT_SYMBOL_GPL crypto/af_alg 0xeef1d157 af_alg_count_tsgl +EXPORT_SYMBOL_GPL crypto/aria_generic 0x07bd9706 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 0x18ec2c1e async_memcpy +EXPORT_SYMBOL_GPL crypto/async_tx/async_pq 0x87fbfd59 async_gen_syndrome +EXPORT_SYMBOL_GPL crypto/async_tx/async_pq 0xc0adf6c6 async_syndrome_val +EXPORT_SYMBOL_GPL crypto/async_tx/async_raid6_recov 0x0960358f async_raid6_datap_recov +EXPORT_SYMBOL_GPL crypto/async_tx/async_raid6_recov 0x90d194ca async_raid6_2data_recov +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0x44d8d4bb async_tx_submit +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0x9eff5bdc async_trigger_callback +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0xb4c36551 async_tx_quiesce +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0xc67f8ad3 __async_tx_find_channel +EXPORT_SYMBOL_GPL crypto/async_tx/async_xor 0x13e42e0f async_xor_val +EXPORT_SYMBOL_GPL crypto/async_tx/async_xor 0x3723b495 async_xor_val_offs +EXPORT_SYMBOL_GPL crypto/async_tx/async_xor 0x885b2e32 async_xor +EXPORT_SYMBOL_GPL crypto/async_tx/async_xor 0xc1876378 async_xor_offs +EXPORT_SYMBOL_GPL crypto/authenc 0x2479193e crypto_authenc_extractkeys +EXPORT_SYMBOL_GPL crypto/blowfish_common 0x715fa9b6 blowfish_setkey +EXPORT_SYMBOL_GPL crypto/cast5_generic 0x188d9d26 __cast5_decrypt +EXPORT_SYMBOL_GPL crypto/cast5_generic 0x8ce8aaa9 cast5_setkey +EXPORT_SYMBOL_GPL crypto/cast5_generic 0xef81a4af __cast5_encrypt +EXPORT_SYMBOL_GPL crypto/cast6_generic 0x1d2d485d cast6_setkey +EXPORT_SYMBOL_GPL crypto/cast6_generic 0x3dbae082 __cast6_decrypt +EXPORT_SYMBOL_GPL crypto/cast6_generic 0xcfce512f __cast6_encrypt +EXPORT_SYMBOL_GPL crypto/cast6_generic 0xd76a5716 __cast6_setkey +EXPORT_SYMBOL_GPL crypto/cast_common 0x5609ce41 cast_s2 +EXPORT_SYMBOL_GPL crypto/cast_common 0x5b17be06 cast_s4 +EXPORT_SYMBOL_GPL crypto/cast_common 0xb9cba57f cast_s3 +EXPORT_SYMBOL_GPL crypto/cast_common 0xbd3e7542 cast_s1 +EXPORT_SYMBOL_GPL crypto/cryptd 0x34431565 cryptd_skcipher_child +EXPORT_SYMBOL_GPL crypto/cryptd 0x4370081b cryptd_alloc_skcipher +EXPORT_SYMBOL_GPL crypto/cryptd 0x51bd6d66 cryptd_alloc_aead +EXPORT_SYMBOL_GPL crypto/cryptd 0x75a45f97 cryptd_ahash_queued +EXPORT_SYMBOL_GPL crypto/cryptd 0x81746ea7 cryptd_alloc_ahash +EXPORT_SYMBOL_GPL crypto/cryptd 0x829f7743 cryptd_shash_desc +EXPORT_SYMBOL_GPL crypto/cryptd 0x8f32595b cryptd_skcipher_queued +EXPORT_SYMBOL_GPL crypto/cryptd 0x912bf6bf cryptd_free_aead +EXPORT_SYMBOL_GPL crypto/cryptd 0xa7dceb84 cryptd_ahash_child +EXPORT_SYMBOL_GPL crypto/cryptd 0xb4f164f5 cryptd_aead_queued +EXPORT_SYMBOL_GPL crypto/cryptd 0xc683a8f8 cryptd_aead_child +EXPORT_SYMBOL_GPL crypto/cryptd 0xda2b9aa0 cryptd_free_ahash +EXPORT_SYMBOL_GPL crypto/cryptd 0xfdf7214d cryptd_free_skcipher +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x0024a611 crypto_finalize_akcipher_request +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x00cd063f crypto_transfer_hash_request_to_engine +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x2e4704f7 crypto_engine_stop +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x30bcdc4d crypto_transfer_aead_request_to_engine +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x3c8b16c5 crypto_engine_alloc_init_and_set +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x4c96f480 crypto_finalize_skcipher_request +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x61106c6d crypto_transfer_akcipher_request_to_engine +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x6758221a crypto_finalize_kpp_request +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x69b03159 crypto_finalize_aead_request +EXPORT_SYMBOL_GPL crypto/crypto_engine 0xaba36f00 crypto_engine_exit +EXPORT_SYMBOL_GPL crypto/crypto_engine 0xad332592 crypto_finalize_hash_request +EXPORT_SYMBOL_GPL crypto/crypto_engine 0xaf640538 crypto_transfer_kpp_request_to_engine +EXPORT_SYMBOL_GPL crypto/crypto_engine 0xb60b429e crypto_engine_alloc_init +EXPORT_SYMBOL_GPL crypto/crypto_engine 0xd0955f20 crypto_transfer_skcipher_request_to_engine +EXPORT_SYMBOL_GPL crypto/crypto_engine 0xdf2eb230 crypto_engine_start +EXPORT_SYMBOL_GPL crypto/ecdh_generic 0x33b866ce crypto_ecdh_decode_key +EXPORT_SYMBOL_GPL crypto/ecdh_generic 0x7475be8e crypto_ecdh_key_len +EXPORT_SYMBOL_GPL crypto/ecdh_generic 0xb230d2ec crypto_ecdh_encode_key +EXPORT_SYMBOL_GPL crypto/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 0x8e1ff4df serpent_setkey +EXPORT_SYMBOL_GPL crypto/serpent_generic 0xbcc074f3 __serpent_decrypt +EXPORT_SYMBOL_GPL crypto/serpent_generic 0xd4c9681a __serpent_setkey +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 0xa7b5a17d twofish_setkey +EXPORT_SYMBOL_GPL crypto/twofish_common 0xe22b7787 __twofish_setkey +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x04236a7f spk_ttyio_ops +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 0x175df117 spk_do_catch_up_unicode +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x1e39eb14 synth_putws +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x27830bd3 spk_synth_flush +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x3e130ec4 spk_ttyio_release +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 0x4578846a spk_var_show +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 0x571af66a synth_current +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x5ee0dd08 spk_var_store +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x6b962d26 spk_ttyio_synth_probe +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x7441b8ce spk_synth_is_alive_nop +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x76d40046 synth_buffer_skip_nonlatin1 +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x82c32ea2 synth_add +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x84dad068 synth_buffer_getc +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x88fd208c spk_do_catch_up +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x8c43c8db spk_ttyio_synth_immediate +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x8c82dfca synth_request_region +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x8cc05936 synth_remove +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x8fe0db01 synth_putwc_s +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xa9bfec36 spk_synth_get_index +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xaadb0612 synth_buffer_peek +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xba0088e0 speakup_event +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xba4b7f43 spk_synth_is_alive_restart +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 0xd8fd86cf synth_release_region +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xe194d0ef synth_printf +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x0abe7d78 ahci_kick_engine +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x12442002 ahci_port_resume +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x14b4797e ahci_fill_cmd_slot +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x161ea0e7 ahci_set_em_messages +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x1b8eb5cf ahci_do_softreset +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x1c3a11de ahci_dev_classify +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x3619ef8c ahci_reset_em +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x48e1575e ahci_host_activate +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x499b36b5 ahci_reset_controller +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x5bd2dd8f ahci_start_fis_rx +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x675d2519 ahci_check_ready +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x6c19d52c ahci_sdev_groups +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x8790c4bc ahci_init_controller +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x8f6cf70b ahci_qc_issue +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x91f2dace ahci_save_initial_config +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xa4eb1c31 ahci_print_info +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xa6a94193 ahci_pmp_retry_srst_ops +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xa7242d62 ahci_stop_engine +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xda9defaf ahci_do_hardreset +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xe112d6d2 ahci_error_handler +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xe2f9e0b6 ahci_handle_port_intr +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xea4d0009 ahci_shost_groups +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xea50dad3 ahci_ignore_sss +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xf94fdf80 ahci_ops +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xff4c8cbb ahci_start_engine +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x244d862b ahci_platform_ops +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x27f6eb2a ahci_platform_deassert_rsts +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x2e246140 ahci_platform_disable_phys +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x2ebfd765 ahci_platform_enable_resources +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x3ff77d08 ahci_platform_init_host +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x427c3273 ahci_platform_resume_host +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x431a4a6e ahci_platform_find_clk +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x491409d2 ahci_platform_enable_clks +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x5ff8afa6 ahci_platform_disable_resources +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x8990f191 ahci_platform_disable_clks +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x92e1e294 ahci_platform_suspend_host +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0xa2aafa6f ahci_platform_suspend +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0xa80b6d18 ahci_platform_enable_regulators +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0xaa17b96a ahci_platform_disable_regulators +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0xba8ebee9 ahci_platform_get_resources +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0xc48d9f78 ahci_platform_resume +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0xcd6f87f6 ahci_platform_shutdown +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0xd7105bfe ahci_platform_assert_rsts +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0xeea09903 ahci_platform_enable_phys +EXPORT_SYMBOL_GPL drivers/ata/pata_platform 0xc690c545 __pata_platform_probe +EXPORT_SYMBOL_GPL drivers/ata/pata_sis 0xfea541a4 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 0x0499185b linedisp_unregister +EXPORT_SYMBOL_GPL drivers/auxdisplay/line-display 0x9d681f69 linedisp_register +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-i3c 0x6e7fd123 __devm_regmap_init_i3c +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-sccb 0x80abb1c7 __regmap_init_sccb +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-sccb 0xd79998fa __devm_regmap_init_sccb +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-sdw 0x362ace73 __regmap_init_sdw +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-sdw 0x4aaaa67b __devm_regmap_init_sdw +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-sdw-mbq 0x59b88c71 __devm_regmap_init_sdw_mbq +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-sdw-mbq 0xb8f89b5a __regmap_init_sdw_mbq +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-slimbus 0xae4b6f05 __regmap_init_slimbus +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-slimbus 0xfbca3955 __devm_regmap_init_slimbus +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-spi-avmm 0x3ce95961 __regmap_init_spi_avmm +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-spi-avmm 0x52ff714b __devm_regmap_init_spi_avmm +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-spmi 0x0158996b __regmap_init_spmi_base +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-spmi 0x09992516 __devm_regmap_init_spmi_base +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-spmi 0x2cf76fbb __regmap_init_spmi_ext +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-spmi 0x80763ff6 __devm_regmap_init_spmi_ext +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-w1 0x1e7c583b __devm_regmap_init_w1 +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-w1 0xc5a4f26c __regmap_init_w1 +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x0ea70da7 bcma_chipco_pll_maskset +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x15911546 bcma_pmu_spuravoid_pllupdate +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x1bb13a68 bcma_driver_unregister +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x2b67735a bcma_core_enable +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x44ecc36c bcma_chipco_regctl_maskset +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x4f8fa8ed bcma_pmu_get_bus_clock +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x5456db6b bcma_host_pci_up +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x5a597fa5 bcma_core_set_clockmode +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x62e8906d bcma_host_pci_down +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x66712a76 bcma_chipco_b_mii_write +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x69fd3dd8 bcma_chipco_chipctl_maskset +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x6eb2384f bcma_core_pci_power_save +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x82f6c42d bcma_chipco_pll_read +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x8768d2b6 bcma_find_core_unit +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x8b9b50d5 __bcma_driver_register +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x8d570869 bcma_core_disable +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xa04b47d1 bcma_host_pci_irq_ctl +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xb80aac21 bcma_core_pll_ctl +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xbdcc7e0c bcma_chipco_gpio_control +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xc0795ddb bcma_chipco_gpio_out +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xcc176fc7 bcma_chipco_gpio_outen +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xdc5b79bc bcma_chipco_get_alp_clock +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xe29140cf bcma_chipco_pll_write +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xe5e05638 bcma_core_is_enabled +EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0x19f7ec6a btbcm_setup_patchram +EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0x2c0698df btbcm_read_pcm_int_params +EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0x55cb5737 btbcm_set_bdaddr +EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0x7e783485 btbcm_check_bdaddr +EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0x898fa0c8 btbcm_write_pcm_int_params +EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0xc0501482 btbcm_finalize +EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0xc98c7420 btbcm_setup_apple +EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0xea615853 btbcm_initialize +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x0388c0c8 btintel_set_event_mask_mfg +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x0ef5ead3 btintel_load_ddc_config +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x0fa0ea47 btintel_configure_setup +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x20e69f7f btintel_set_diag +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x21f5d29f btintel_check_bdaddr +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x37cdcd01 btintel_bootup +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x3cf09448 btintel_download_firmware +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x47c6c3c4 btintel_set_quality_report +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x73b6704a btintel_exit_mfg +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x8394d333 btintel_read_version +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x8d5e0214 btintel_read_boot_params +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x8fe8b22b btintel_secure_send_result +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x9d0927a9 btintel_enter_mfg +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0xbb402c22 btintel_send_intel_reset +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0xd14d3810 btintel_regmap_init +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0xd77b45a1 btintel_set_bdaddr +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0xd9a6abc6 btintel_version_info +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x11b08dd6 btmrvl_interrupt +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x13f899d9 btmrvl_process_event +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x2f713ef7 btmrvl_pscan_window_reporting +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x363d1931 btmrvl_send_module_cfg_cmd +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x39ec9670 btmrvl_send_hscfg_cmd +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x524b94ce btmrvl_register_hdev +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x606c325f btmrvl_enable_ps +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x82f58b2f btmrvl_check_evtpkt +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x9909180b btmrvl_remove_card +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0xe47d0bbb btmrvl_add_card +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0xf9d81e33 btmrvl_enable_hs +EXPORT_SYMBOL_GPL drivers/bluetooth/btmtk 0x47062e2a btmtk_setup_firmware_79xx +EXPORT_SYMBOL_GPL drivers/bluetooth/btmtk 0x4ea8553f btmtk_set_bdaddr +EXPORT_SYMBOL_GPL drivers/bluetooth/btmtk 0x84c65a04 btmtk_setup_firmware +EXPORT_SYMBOL_GPL drivers/bluetooth/btqca 0x831afbe5 qca_set_bdaddr_rome +EXPORT_SYMBOL_GPL drivers/bluetooth/btqca 0x897e8ddb qca_set_bdaddr +EXPORT_SYMBOL_GPL drivers/bluetooth/btqca 0x8e1f6b6d qca_uart_setup +EXPORT_SYMBOL_GPL drivers/bluetooth/btqca 0xbab53409 qca_read_soc_version +EXPORT_SYMBOL_GPL drivers/bluetooth/btqca 0xf24ba233 qca_send_pre_shutdown_cmd +EXPORT_SYMBOL_GPL drivers/bluetooth/btrtl 0x6a68f0d9 btrtl_initialize +EXPORT_SYMBOL_GPL drivers/bluetooth/btrtl 0x72a14993 btrtl_setup_realtek +EXPORT_SYMBOL_GPL drivers/bluetooth/btrtl 0xaf78f260 btrtl_free +EXPORT_SYMBOL_GPL drivers/bluetooth/btrtl 0xafcd0781 btrtl_download_firmware +EXPORT_SYMBOL_GPL drivers/bluetooth/btrtl 0xbe77dd29 btrtl_get_uart_settings +EXPORT_SYMBOL_GPL drivers/bluetooth/btrtl 0xcde2c695 btrtl_shutdown_realtek +EXPORT_SYMBOL_GPL drivers/bluetooth/btrtl 0xddf0cdbe btrtl_set_quirks +EXPORT_SYMBOL_GPL drivers/bluetooth/hci_uart 0x50a91ec6 hci_uart_unregister_device +EXPORT_SYMBOL_GPL drivers/bluetooth/hci_uart 0x51e3b891 hci_uart_register_device +EXPORT_SYMBOL_GPL drivers/bluetooth/hci_uart 0x843ab1c5 h4_recv_buf +EXPORT_SYMBOL_GPL drivers/bluetooth/hci_uart 0xd419dacf hci_uart_tx_wakeup +EXPORT_SYMBOL_GPL drivers/bus/mhi/ep/mhi_ep 0x59afbbee mhi_ep_queue_skb +EXPORT_SYMBOL_GPL drivers/bus/mhi/ep/mhi_ep 0x5a0c8ff0 __mhi_ep_driver_register +EXPORT_SYMBOL_GPL drivers/bus/mhi/ep/mhi_ep 0x7462a1a1 mhi_ep_power_down +EXPORT_SYMBOL_GPL drivers/bus/mhi/ep/mhi_ep 0x785ca9cb mhi_ep_register_controller +EXPORT_SYMBOL_GPL drivers/bus/mhi/ep/mhi_ep 0x7bec9335 mhi_ep_power_up +EXPORT_SYMBOL_GPL drivers/bus/mhi/ep/mhi_ep 0x84aa38b4 mhi_ep_queue_is_empty +EXPORT_SYMBOL_GPL drivers/bus/mhi/ep/mhi_ep 0xa0d6bf6c mhi_ep_driver_unregister +EXPORT_SYMBOL_GPL drivers/bus/mhi/ep/mhi_ep 0xabf2edd5 mhi_ep_unregister_controller +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x010fff3d mhi_power_down +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x0663af52 mhi_register_controller +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x06a02e8b mhi_queue_buf +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x079b1965 mhi_get_exec_env +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x085a6eea mhi_pm_resume +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x0fd1f2ae mhi_pm_suspend +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x1b15a497 mhi_driver_unregister +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x2fb1d6e1 mhi_queue_dma +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x2fda127f mhi_soc_reset +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x34874aef mhi_device_get_sync +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x3aa8a8b6 mhi_prepare_for_transfer_autoqueue +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x3bb89ebf mhi_get_free_desc_count +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x497dba40 mhi_device_put +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x66098f50 mhi_queue_skb +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x6700b244 mhi_get_mhi_state +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x76624532 mhi_notify +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x778b8b7c mhi_download_rddm_image +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x7b8249e7 mhi_unregister_controller +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x7f1b4ad5 mhi_async_power_up +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x83695129 mhi_alloc_controller +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x84147672 mhi_queue_is_full +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xb3c0831e __mhi_driver_register +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xb58a236c mhi_prepare_for_power_up +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xbbed0bcd mhi_unprepare_after_power_down +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xcf097f87 mhi_poll +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xd4e0fb0c mhi_unprepare_from_transfer +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xd65d45e3 mhi_device_get +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xea562af7 mhi_force_rddm_mode +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xefc16bf1 mhi_free_controller +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xf51a0a7d mhi_pm_resume_force +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xf67289f6 mhi_prepare_for_transfer +EXPORT_SYMBOL_GPL drivers/bus/moxtet 0x1f86ae22 moxtet_device_write +EXPORT_SYMBOL_GPL drivers/bus/moxtet 0x25e2b2df moxtet_device_read +EXPORT_SYMBOL_GPL drivers/bus/moxtet 0xbda36882 moxtet_device_written +EXPORT_SYMBOL_GPL drivers/bus/moxtet 0xc3855a13 __moxtet_register_driver +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x0488816a comedi_buf_read_free +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x0cd330f4 range_unknown +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x1fc7e9f1 comedi_nscans_left +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x21102f87 range_0_32mA +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x2e1cd120 comedi_alloc_spriv +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x2f0ad9d3 range_bipolar5 +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x3b868a58 comedi_set_spriv_auto_free +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x4236eaaf range_4_20mA +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x42b82d81 comedi_alloc_subdevices +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x445d17b2 comedi_dev_put +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x4ab12b1e comedi_legacy_detach +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x4e5ccae6 comedi_buf_read_n_available +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x4eef1a51 comedi_handle_events +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x4fe634f3 range_bipolar2_5 +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x5f77830d comedi_buf_write_samples +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x6167d6a6 comedi_check_chanlist +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x66a7ff89 comedi_dio_update_state +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x6d811484 comedi_buf_write_free +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x6ea9278e comedi_bytes_per_scan +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x7dd86443 comedi_alloc_devpriv +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x8085afca comedi_alloc_subdev_readback +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x8113872c range_unipolar10 +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x83f34bbf comedi_buf_write_alloc +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x84533204 comedi_auto_config +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x94be3217 comedi_set_hw_dev +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xa62401a2 comedi_auto_unconfig +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xa74488a7 comedi_dio_insn_config +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xae9ab192 comedi_driver_unregister +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xb0f71f25 comedi_is_subdevice_running +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xb1741876 comedi_dev_get_from_minor +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xb679cebc range_0_20mA +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xba830bf5 comedi_inc_scan_progress +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xbb52fc7f range_bipolar10 +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xbd9a5413 comedi_request_region +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xbdbe75c6 range_unipolar2_5 +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xc4288d55 comedi_buf_read_alloc +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xc8933e66 comedi_event +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xd7a22e42 comedi_load_firmware +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xd7dd6475 comedi_bytes_per_scan_cmd +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xdb2044b2 range_unipolar5 +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xdea1c128 __comedi_request_region +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xe19d6eb4 comedi_driver_register +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xe774ba2e comedi_readback_insn_read +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xe82fc833 comedi_buf_read_samples +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xe84c0c91 comedi_nsamples_left +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xfd7b3561 comedi_timeout +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pci 0x0991328b comedi_pci_driver_register +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pci 0x0ba06bde comedi_pci_enable +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pci 0x0fc5c1da comedi_pci_driver_unregister +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pci 0x29748fb1 comedi_pci_auto_unconfig +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pci 0x5a71be11 comedi_pci_disable +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pci 0xf384e3c1 comedi_pci_auto_config +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pci 0xf5ad942b comedi_to_pci_dev +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pci 0xfc22a2c7 comedi_pci_detach +EXPORT_SYMBOL_GPL drivers/comedi/comedi_usb 0x007a1ead comedi_usb_auto_config +EXPORT_SYMBOL_GPL drivers/comedi/comedi_usb 0x5dd9ea15 comedi_to_usb_interface +EXPORT_SYMBOL_GPL drivers/comedi/comedi_usb 0x6d90e1c6 comedi_usb_auto_unconfig +EXPORT_SYMBOL_GPL drivers/comedi/comedi_usb 0xb020cada comedi_usb_driver_register +EXPORT_SYMBOL_GPL drivers/comedi/comedi_usb 0xcd35e24d comedi_usb_driver_unregister +EXPORT_SYMBOL_GPL drivers/comedi/comedi_usb 0xff2a8a0c comedi_to_usb_dev +EXPORT_SYMBOL_GPL drivers/comedi/drivers/addi_watchdog 0x061c111d addi_watchdog_init +EXPORT_SYMBOL_GPL drivers/comedi/drivers/addi_watchdog 0x79f4a6cf addi_watchdog_reset +EXPORT_SYMBOL_GPL drivers/comedi/drivers/amplc_dio200_common 0x162ba761 amplc_dio200_common_attach +EXPORT_SYMBOL_GPL drivers/comedi/drivers/amplc_dio200_common 0x4818bb24 amplc_dio200_set_enhance +EXPORT_SYMBOL_GPL drivers/comedi/drivers/amplc_pc236_common 0xdf2073bb amplc_pc236_common_attach +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0x108e7c6a comedi_8254_set_busy +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0x223ed68a comedi_8254_status +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0x4f680552 comedi_8254_set_mode +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0x5c1153e2 comedi_8254_ns_to_timer +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0x62e05cd6 comedi_8254_init +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0x70246886 comedi_8254_write +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0x8167eb4c comedi_8254_pacer_enable +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0x8e70ae02 comedi_8254_mm_init +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0xa8cc7005 comedi_8254_update_divisors +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0xc34fd6fd comedi_8254_cascade_ns_to_timer +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0xcd0ce15a comedi_8254_read +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0xf216b835 comedi_8254_subdevice_init +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0xfedd744b comedi_8254_load +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8255 0x892cc4f1 subdev_8255_init +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8255 0xab30c444 subdev_8255_mm_init +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8255 0xe72af629 subdev_8255_regbase +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_isadma 0x0159cda6 comedi_isadma_alloc +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_isadma 0x12fba874 comedi_isadma_disable +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_isadma 0x1a990251 comedi_isadma_poll +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_isadma 0x4a17474e comedi_isadma_disable_on_sample +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_isadma 0x982ab4f4 comedi_isadma_free +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 0x6ed98d34 das08_common_attach +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x07d06c67 mite_release_channel +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x0c11e501 mite_free_ring +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x0d452ba3 mite_done +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x12c6c089 mite_request_channel +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x2ba06aba mite_detach +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x301c418e mite_attach +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x396252cf mite_sync_dma +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x3bdd1bbf mite_init_ring_descriptors +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x45783e3e mite_dma_arm +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x6715f86b mite_alloc_ring +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x76f949ad mite_request_channel_in_range +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x89ce9620 mite_ack_linkc +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x9a166910 mite_prep_dma +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0xa98fdaf5 mite_dma_disarm +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0xc5839b61 mite_bytes_in_transit +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0xf4b07e78 mite_buf_change +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_labpc_common 0xa5fa8c06 labpc_common_attach +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_labpc_common 0xd3b8a355 labpc_common_detach +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_labpc_isadma 0x07fb14f1 labpc_drain_dma +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_labpc_isadma 0x2de32e2f labpc_init_dma_chan +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_labpc_isadma 0x35f8e5f7 labpc_free_dma_chan +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_labpc_isadma 0x8b143d69 labpc_handle_dma_status +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_labpc_isadma 0xb6600b03 labpc_setup_dma +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_routing 0x076bc308 ni_find_route_source +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_routing 0x0921123e ni_lookup_route_register +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_routing 0x1facf7f8 ni_is_cmd_dest +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_routing 0x64443d67 ni_get_valid_routes +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_routing 0x6c18c54e ni_count_valid_routes +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_routing 0x85e75c94 ni_assign_device_routes +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_routing 0x863a306d ni_sort_device_routes +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_routing 0x8ab47ba4 ni_route_set_has_source +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_routing 0x8f0f0901 ni_find_route_set +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_routing 0xb3e302a3 ni_route_to_register +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x2eb8dce3 ni_tio_set_routing +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x3c6df204 ni_gpct_device_construct +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x40c16eb1 ni_tio_set_bits +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x46e77cc1 ni_tio_arm +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x483762b9 ni_tio_unset_routing +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x48edc8f2 ni_gpct_device_destroy +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x4bdb8907 ni_tio_init_counter +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x4c01e37f ni_tio_get_soft_copy +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x5c7ce691 ni_tio_set_gate_src +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x63e2f8ea ni_tio_write +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x6da665e1 ni_tio_set_gate_src_raw +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x8a3dd788 ni_tio_insn_write +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x9c706f00 ni_tio_get_routing +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0xa1d3eb66 ni_tio_insn_read +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0xb5065f12 ni_tio_read +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0xe9ab8490 ni_tio_insn_config +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tiocmd 0x0e4f98a0 ni_tio_set_mite_channel +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tiocmd 0x10240ace ni_tio_cancel +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tiocmd 0x2a53134d ni_tio_handle_interrupt +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tiocmd 0x32cf786d ni_tio_cmd +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tiocmd 0x454a2868 ni_tio_cmdtest +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tiocmd 0x6e8d91e3 ni_tio_acknowledge +EXPORT_SYMBOL_GPL drivers/comedi/kcomedilib/kcomedilib 0x2bfe4864 comedi_dio_config +EXPORT_SYMBOL_GPL drivers/comedi/kcomedilib/kcomedilib 0x5115ec0e comedi_dio_bitfield2 +EXPORT_SYMBOL_GPL drivers/comedi/kcomedilib/kcomedilib 0x5d0bd09a comedi_close +EXPORT_SYMBOL_GPL drivers/comedi/kcomedilib/kcomedilib 0x73a27f68 comedi_get_n_channels +EXPORT_SYMBOL_GPL drivers/comedi/kcomedilib/kcomedilib 0x8bf261ad comedi_dio_get_config +EXPORT_SYMBOL_GPL drivers/comedi/kcomedilib/kcomedilib 0x96fa9aeb comedi_find_subdevice_by_type +EXPORT_SYMBOL_GPL drivers/comedi/kcomedilib/kcomedilib 0xb63df340 comedi_open +EXPORT_SYMBOL_GPL drivers/crypto/nx/nx-compress 0x61098cfc nx842_crypto_init +EXPORT_SYMBOL_GPL drivers/crypto/nx/nx-compress 0x9eba58ed nx842_crypto_decompress +EXPORT_SYMBOL_GPL drivers/crypto/nx/nx-compress 0xb56e0297 nx842_crypto_exit +EXPORT_SYMBOL_GPL drivers/crypto/nx/nx-compress 0xfca90349 nx842_crypto_compress +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x052ccb14 adf_dev_in_use +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x071e07a7 adf_flush_vf_wq +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x076f6ead adf_devmgr_add_dev +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x07a50a81 adf_disable_aer +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x09beee2f adf_gen4_handle_pm_interrupt +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x0ea66f6a adf_cfg_get_param_value +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x0f1ae48e adf_devmgr_pci_to_accel_dev +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x1a15ad3f adf_sriov_configure +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x1bf5e432 adf_dev_get +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x1d342ae0 adf_dev_start +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x2038ba1e adf_vf2pf_notify_init +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x295bfcac adf_gen2_cfg_iov_thds +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x2be4e269 adf_gen2_get_arb_info +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x2d4d839d adf_cleanup_etr_data +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x3be4aad4 adf_isr_resource_free +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x3e707f37 adf_gen2_get_admin_info +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x3ef5fa6e adf_devmgr_update_class_index +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x48c68457 adf_gen4_set_ssm_wdtimer +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x56d218fb adf_devmgr_rm_dev +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x5a5e91b1 adf_dev_init +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x5cb4c459 adf_disable_pf2vf_interrupts +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x5df60b06 adf_err_handler +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x5f7aa844 adf_exit_admin_comms +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x63d214e5 adf_reset_sbr +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x6459fa3d adf_gen2_set_ssm_wdtimer +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x67ff4f73 adf_devmgr_in_reset +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x6c45ba55 adf_gen2_init_vf_pfvf_ops +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x7a7e3c20 adf_init_etr_data +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x7d71c235 adf_exit_arb +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x85da8814 adf_gen2_get_accel_cap +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x86f3d165 adf_pfvf_comms_disabled +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x8702baf7 adf_cfg_dev_remove +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x87665d78 adf_gen4_enable_pm +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x8eb7d2a5 adf_sysfs_init +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x90869512 adf_init_arb +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x94ad1f18 adf_dev_put +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x94cc25c2 adf_init_admin_comms +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x9ae8b4f8 adf_dev_shutdown +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0x9c4ba8f7 adf_enable_aer +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xa5e075ce adf_reset_flr +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xad38199b adf_cfg_dev_add +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xaf80ec39 adf_vf_isr_resource_free +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xb3326a69 adf_gen2_enable_ints +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xb4fc1f7e adf_send_admin_init +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xb93f2275 adf_vf_isr_resource_alloc +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xc1c9020c adf_gen4_init_pf_pfvf_ops +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xc3e1e712 adf_disable_sriov +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xc501ac82 adf_gen4_init_hw_csr_ops +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xc57ada82 adf_cfg_add_key_value_param +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xc83e0162 adf_gen2_enable_error_correction +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xcc3b167a adf_clean_vf_map +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xce8b3ae8 adf_gen2_get_num_accels +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xd64519f1 adf_gen2_init_hw_csr_ops +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xd7ef5010 adf_dev_up +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xd9394712 adf_gen2_dev_config +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xdbcd8eb6 adf_dev_started +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xe117f7d9 adf_init_admin_pm +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xe23a302d adf_gen2_get_num_aes +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xe327f1f1 adf_gen4_init_dc_ops +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xe45f3512 adf_gen2_init_dc_ops +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xed567c66 adf_gen2_init_pf_pfvf_ops +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xee6b6f2f adf_dev_stop +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xeef33fb3 adf_cfg_section_add +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xf099b974 adf_dev_down +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xf6da3c28 adf_vf2pf_notify_shutdown +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xf7f55b1a adf_enable_vf2pf_comms +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xfa1e6fce adf_isr_resource_alloc +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xfb27c07b adf_gen4_ring_pair_reset +EXPORT_SYMBOL_GPL drivers/crypto/qat/qat_common/intel_qat 0xffd2bba0 adf_enable_pf2vf_comms +EXPORT_SYMBOL_GPL drivers/dax/device_dax 0x4cd2f1f1 dev_dax_probe +EXPORT_SYMBOL_GPL drivers/dma/dw-edma/dw-edma 0x734decab dw_edma_remove +EXPORT_SYMBOL_GPL drivers/dma/dw-edma/dw-edma 0xd70ff86d dw_edma_probe +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0x097590ae do_dw_dma_disable +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0x0c9de4d3 idma32_dma_remove +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0x41330aa0 dw_dma_filter +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0x5699fdb6 dw_dma_probe +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0x852111de dw_dma_remove +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0x91120749 do_dw_dma_enable +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0xb401bc2f idma32_dma_probe +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0x12d986bf fsl_edma_xfer_desc +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0x259e369c fsl_edma_terminate_all +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0x2efefb21 fsl_edma_prep_memcpy +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0x4e08a4d4 fsl_edma_prep_dma_cyclic +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0x5234368e fsl_edma_slave_config +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0x529d28d5 fsl_edma_cleanup_vchan +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0x5b51010e fsl_edma_tx_status +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0x5e61d4c7 fsl_edma_prep_slave_sg +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0x78c03a4c fsl_edma_disable_request +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0x7bead14a fsl_edma_free_desc +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0x8ae7a4d1 fsl_edma_resume +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0xa8aa7518 fsl_edma_chan_mux +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0xb3c65dc3 fsl_edma_setup_regs +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0xd242fa0e fsl_edma_issue_pending +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0xef92f263 fsl_edma_free_chan_resources +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0xf5ae5ba6 fsl_edma_alloc_chan_resources +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0xfd9bda14 fsl_edma_pause +EXPORT_SYMBOL_GPL drivers/dma/qcom/hdma_mgmt 0x2057269d hidma_mgmt_init_sys +EXPORT_SYMBOL_GPL drivers/dma/qcom/hdma_mgmt 0xe8dbb1a5 hidma_mgmt_setup +EXPORT_SYMBOL_GPL drivers/dma/virt-dma 0x1082170a vchan_init +EXPORT_SYMBOL_GPL drivers/dma/virt-dma 0x13231aa0 vchan_dma_desc_free_list +EXPORT_SYMBOL_GPL drivers/dma/virt-dma 0x5d14a9d1 vchan_tx_desc_free +EXPORT_SYMBOL_GPL drivers/dma/virt-dma 0x887c848a vchan_find_desc +EXPORT_SYMBOL_GPL drivers/dma/virt-dma 0xe39f1a16 vchan_tx_submit +EXPORT_SYMBOL_GPL drivers/firewire/firewire-core 0xabb5547d fw_request_get_timestamp +EXPORT_SYMBOL_GPL drivers/firewire/firewire-core 0xd11fa794 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 0x67cb1d86 alt_pr_register +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x04c55bf8 dfl_fpga_feature_devs_enumerate +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x2c356b76 dfl_fpga_enum_info_free +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x2e8c73f7 dfl_fpga_enum_info_add_dfl +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x321d0197 dfl_feature_ioctl_get_num_irqs +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x3a1484fe __dfl_fpga_cdev_find_port +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x4932daab dfl_fpga_cdev_assign_port +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x57eceb1b dfl_fpga_port_ops_put +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x5c2a233d dfl_fpga_dev_ops_register +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x7d768888 dfl_fpga_enum_info_alloc +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x8a975d8d dfl_fpga_dev_feature_init +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x8b93b1dc dfl_fpga_port_ops_add +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x956cd6c4 dfl_fpga_dev_feature_uinit +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xa5470800 dfl_fpga_feature_devs_remove +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xad3c269f dfl_fpga_set_irq_triggers +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xae8b2aa8 dfl_feature_ioctl_set_irq +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xb02fd4cc dfl_fpga_port_ops_get +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xbb14d8cf dfl_fpga_cdev_config_ports_pf +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xcd2907ec dfl_fpga_check_port_id +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xd1da2882 dfl_fpga_dev_ops_unregister +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xd3884d54 dfl_fpga_port_ops_del +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xee817a54 dfl_fpga_cdev_release_port +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xf32a3cc9 dfl_fpga_enum_info_add_irq +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xfee600dc dfl_fpga_cdev_config_ports_vf +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0x055ace3e fpga_bridge_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 0x1697aaff fpga_bridge_disable +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0x17ef5fa8 fpga_bridge_get_to_list +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0x1cba5d8a fpga_bridge_get +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0x2c8167cf fpga_bridges_disable +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0x59176bf7 fpga_bridge_unregister +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0x9e86dad2 of_fpga_bridge_get +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0xd4c82737 fpga_bridge_put +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0xdf1cf63a of_fpga_bridge_get_to_list +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0xe9fcc135 fpga_bridge_enable +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x0a290c1f fpga_mgr_lock +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x0d1d5a04 fpga_image_info_free +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x2dc14110 fpga_mgr_unlock +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x4b17757a fpga_mgr_load +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x4cf83e8d fpga_mgr_unregister +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x5057a243 of_fpga_mgr_get +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x5254dd98 fpga_mgr_register +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x535c7793 fpga_image_info_alloc +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0xb3ee3a33 fpga_mgr_get +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0xc6623253 fpga_mgr_register_full +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0xc948d021 fpga_mgr_put +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0xef48d8fe devm_fpga_mgr_register_full +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0xffa4bd48 devm_fpga_mgr_register +EXPORT_SYMBOL_GPL drivers/fpga/fpga-region 0x3141b466 fpga_region_register +EXPORT_SYMBOL_GPL drivers/fpga/fpga-region 0x3988b376 fpga_region_unregister +EXPORT_SYMBOL_GPL drivers/fpga/fpga-region 0x8802c8fc fpga_region_register_full +EXPORT_SYMBOL_GPL drivers/fpga/fpga-region 0x93d73737 fpga_region_program_fpga +EXPORT_SYMBOL_GPL drivers/fpga/fpga-region 0xfbb8b66b fpga_region_class_find +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0x1b950b2f fsi_cdev_type +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0x1ce4732f fsi_device_write +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0x343c5f10 fsi_bus_type +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0x34b6b419 fsi_get_new_minor +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0x3a93847e fsi_slave_claim_range +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0x57e169bf fsi_master_rescan +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0x5a57d574 fsi_free_minor +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0x5e42c13e fsi_driver_register +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0x7627b6c4 fsi_device_read +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0x78060f23 fsi_slave_read +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0x81a1ca8d fsi_driver_unregister +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0xa7b92405 fsi_master_register +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0xae5b862f fsi_master_unregister +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0xce22aee2 fsi_slave_release_range +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0xd942f235 fsi_slave_write +EXPORT_SYMBOL_GPL drivers/fsi/fsi-occ 0x185990b9 fsi_occ_submit +EXPORT_SYMBOL_GPL drivers/fsi/fsi-sbefifo 0x19dca434 sbefifo_submit +EXPORT_SYMBOL_GPL drivers/fsi/fsi-sbefifo 0x6050a989 sbefifo_parse_status +EXPORT_SYMBOL_GPL drivers/gnss/gnss 0x07c3feec gnss_deregister_device +EXPORT_SYMBOL_GPL drivers/gnss/gnss 0x220b8f16 gnss_allocate_device +EXPORT_SYMBOL_GPL drivers/gnss/gnss 0x5bef2bff gnss_register_device +EXPORT_SYMBOL_GPL drivers/gnss/gnss 0xcecc3a18 gnss_put_device +EXPORT_SYMBOL_GPL drivers/gnss/gnss 0xf955a131 gnss_insert_raw +EXPORT_SYMBOL_GPL drivers/gnss/gnss-serial 0x2ed48a16 gnss_serial_pm_ops +EXPORT_SYMBOL_GPL drivers/gnss/gnss-serial 0x3c27d82a gnss_serial_register +EXPORT_SYMBOL_GPL drivers/gnss/gnss-serial 0x599fdeaa gnss_serial_deregister +EXPORT_SYMBOL_GPL drivers/gnss/gnss-serial 0xab5b6247 gnss_serial_allocate +EXPORT_SYMBOL_GPL drivers/gnss/gnss-serial 0xb3974440 gnss_serial_free +EXPORT_SYMBOL_GPL drivers/gpio/gpio-idio-16 0x074a8e0d idio_16_set +EXPORT_SYMBOL_GPL drivers/gpio/gpio-idio-16 0x2fea5ebb idio_16_set_multiple +EXPORT_SYMBOL_GPL drivers/gpio/gpio-idio-16 0xa376d180 idio_16_state_init +EXPORT_SYMBOL_GPL drivers/gpio/gpio-idio-16 0xc0c67d80 idio_16_get_multiple +EXPORT_SYMBOL_GPL drivers/gpio/gpio-idio-16 0xec4ea66a idio_16_get +EXPORT_SYMBOL_GPL drivers/gpio/gpio-max730x 0x38e1293b __max730x_remove +EXPORT_SYMBOL_GPL drivers/gpio/gpio-max730x 0x552ad824 __max730x_probe +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/analogix/analogix_dp 0x20f670c8 analogix_dp_probe +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/analogix/analogix_dp 0x3ee0dd60 anx_dp_aux_transfer +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/analogix/analogix_dp 0x5f6a49e3 analogix_dp_resume +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/analogix/analogix_dp 0x96feadc3 analogix_dp_bind +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/analogix/analogix_dp 0xa9adeafb analogix_dp_start_crc +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/analogix/analogix_dp 0xb6bea0ce analogix_dp_unbind +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/analogix/analogix_dp 0xd6cbc538 analogix_dp_suspend +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/analogix/analogix_dp 0xe2d7f80d analogix_dp_stop_crc +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/analogix/analogix_dp 0xe620b093 analogix_dp_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 0x1d887875 dw_hdmi_bind +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 0x26d629cd dw_hdmi_phy_gen2_reset +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 0x2d1c0e80 dw_hdmi_setup_rx_sense +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 0x2fac9436 dw_hdmi_set_channel_allocation +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 0x316212a8 dw_hdmi_unbind +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 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 0x9a91da81 dw_hdmi_set_high_tmds_clock_ratio +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 0xaf6d1d4c dw_hdmi_probe +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 0xb533258d 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 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/display/drm_display_helper 0x78fe72ff drm_hdcp_check_ksvs_revoked +EXPORT_SYMBOL_GPL drivers/gpu/drm/display/drm_dp_aux_bus 0x10226d90 of_dp_aux_populate_bus +EXPORT_SYMBOL_GPL drivers/gpu/drm/display/drm_dp_aux_bus 0x15a606a9 __dp_aux_dp_driver_register +EXPORT_SYMBOL_GPL drivers/gpu/drm/display/drm_dp_aux_bus 0x7ff2ca3b of_dp_aux_depopulate_bus +EXPORT_SYMBOL_GPL drivers/gpu/drm/display/drm_dp_aux_bus 0x93371eeb dp_aux_dp_driver_unregister +EXPORT_SYMBOL_GPL drivers/gpu/drm/display/drm_dp_aux_bus 0xca94d64c devm_of_dp_aux_populate_bus +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x04a59a55 drm_crtc_add_crc_entry +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x14492d96 of_get_drm_panel_display_mode +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x16c0dcff drm_do_get_edid +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x2570d2a9 drm_of_get_data_lanes_count_ep +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x3182516b drmm_kstrdup +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x3c2716f8 drm_bridge_hpd_disable +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x3d0a89e1 drm_class_device_register +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x41755fb4 accel_open +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x5a2753c5 drm_of_component_match_add +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x5f08fc51 drm_bridge_get_edid +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x607fa64a drm_bridge_detect +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x66cf2f64 drm_display_mode_from_videomode +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x68481713 drm_of_lvds_get_dual_link_pixel_order +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x6fe85ee4 of_get_drm_display_mode +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x78d3bf1a drm_bridge_hpd_enable +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xad885165 drm_bus_flags_from_videomode +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xba08363e drm_class_device_unregister +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xcf907a96 drm_of_get_data_lanes_count +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xd5128dfb drm_gem_dumb_map_offset +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xdf8ba09d drm_bridge_get_modes +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xe06fbe28 drm_bridge_hpd_notify +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xeb1ac172 drm_of_lvds_get_data_mapping +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xed188b9d drm_of_find_panel_or_bridge +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xf019e4a3 drm_of_encoder_active_endpoint +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xfe9f72f3 drm_display_mode_to_videomode +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0x0304ae91 drm_gem_dma_create +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0x32a52259 drm_fb_dma_get_gem_obj +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0x37357164 drm_fb_dma_get_gem_addr +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0x45bbeafd drm_gem_dma_mmap +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0x4ea4b65a drm_gem_dma_get_sg_table +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0x569586e7 drm_gem_dma_vmap +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0x607620ef drm_fb_dma_sync_non_coherent +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0x65b4b45c drm_gem_dma_dumb_create_internal +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0x6f5555d2 drm_gem_dma_prime_import_sg_table +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0xb666c6f9 drm_gem_dma_vm_ops +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0xbcf9adaf drm_gem_dma_free +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0xf85fa8a0 drm_gem_dma_dumb_create +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0x058ac57f drm_gem_fb_init_with_funcs +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0x1462a80e drm_gem_fb_get_obj +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0x20247949 drm_bridge_connector_enable_hpd +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0x2eaa180f drm_bridge_connector_init +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0x4da94a4e drm_bridge_connector_disable_hpd +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0x5247bec4 drm_gem_plane_helper_prepare_fb +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0x7e112f41 drm_gem_fb_create_with_funcs +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0x9153ff96 drm_gem_fb_afbc_init +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0xcbd95858 drm_gem_fb_create +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0xd5cdf167 drm_gem_fb_create_with_dirty +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0x08fb260e drm_gem_shmem_dumb_create +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0x0ec3bf78 drm_gem_shmem_mmap +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0x455f6ead drm_gem_shmem_free +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0x4a9b4372 drm_gem_shmem_get_sg_table +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0x62a47acb drm_gem_shmem_vm_ops +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0x7c84e5cb drm_gem_shmem_get_pages_sgt +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0x8c1eca57 drm_gem_shmem_create +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0xf88c5144 drm_gem_shmem_prime_import_sg_table +EXPORT_SYMBOL_GPL drivers/gpu/drm/panel/panel-samsung-s6e63m0 0x9462f2f6 s6e63m0_remove +EXPORT_SYMBOL_GPL drivers/gpu/drm/panel/panel-samsung-s6e63m0 0xa462114c s6e63m0_probe +EXPORT_SYMBOL_GPL drivers/gpu/drm/solomon/ssd130x 0x4d4afe30 ssd130x_remove +EXPORT_SYMBOL_GPL drivers/gpu/drm/solomon/ssd130x 0x66eee4ce ssd130x_shutdown +EXPORT_SYMBOL_GPL drivers/gpu/drm/solomon/ssd130x 0xd1dcc23f ssd130x_probe +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x02f46d26 __tracepoint_gb_message_submit +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x05016a0d gb_interface_request_mode_switch +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x065f5615 gb_operation_put +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x0819258d gb_operation_get_payload_size_max +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x0dd3d2db gb_connection_create_flags +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x10b8f371 gb_operation_create_flags +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 0x178b4e2c gb_operation_result +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x225dc6c4 gb_connection_enable_tx +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x24895237 gb_hd_add +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x29ad0a62 __traceiter_gb_hd_release +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x2c7fe215 gb_connection_latency_tag_disable +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x3a75f14c gb_operation_response_alloc +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x3ed1e70c gb_operation_sync_timeout +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x410219de __traceiter_gb_hd_add +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x4165c457 gb_connection_disable_forced +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x4d9eafc6 gb_hd_cport_release_reserved +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x50ad6b7c __traceiter_gb_message_submit +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x5ad3f2d7 __tracepoint_gb_hd_add +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x5c0a8043 __tracepoint_gb_hd_in +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x5cd0ebcd gb_connection_enable +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x5d7e758d gb_operation_unidirectional_timeout +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x60a4d0b4 gb_hd_cport_reserve +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x6213634d __tracepoint_gb_hd_create +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x6d3bb9ec __SCK__tp_func_gb_message_submit +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x6ff1c65b gb_connection_create_offloaded +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x7107d5cb gb_svc_intf_set_power_mode +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x75e5f148 gb_operation_request_send_sync_timeout +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x81e221fb __SCK__tp_func_gb_hd_create +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x82e43b6e gb_operation_request_send +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x89f514a1 __SCK__tp_func_gb_hd_in +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x8f7f4c49 gb_debugfs_get +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xa416e2da __tracepoint_gb_hd_del +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xac3f5f11 gb_hd_shutdown +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xaec4ae2c gb_connection_disable +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xb582ca73 gb_connection_destroy +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xbe010a67 gb_connection_create +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xc29a9b16 greybus_message_sent +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xd3a653a3 __traceiter_gb_hd_create +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xd3e646d9 __tracepoint_gb_hd_release +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xe1aec9ac gb_hd_output +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xe1b4b32a __traceiter_gb_hd_del +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xe2aaf843 gb_hd_put +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xe724a1b4 gb_connection_disable_rx +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xe78e8e5c __traceiter_gb_hd_in +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xe9c72a8c greybus_data_rcvd +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xea558d3e greybus_deregister_driver +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xeac79e1a __SCK__tp_func_gb_hd_del +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xec7734f2 gb_hd_del +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xed62b7c1 gb_operation_cancel +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xee9e51f4 gb_hd_create +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xf107a122 __SCK__tp_func_gb_hd_release +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xf1dde48d greybus_register_driver +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xf1e4796b gb_connection_latency_tag_enable +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xfa43efdf gb_operation_get +EXPORT_SYMBOL_GPL drivers/hid/hid 0x0030c2fe hid_disconnect +EXPORT_SYMBOL_GPL drivers/hid/hid 0x05495392 hid_debug +EXPORT_SYMBOL_GPL drivers/hid/hid 0x0a1fa09f hid_driver_suspend +EXPORT_SYMBOL_GPL drivers/hid/hid 0x1239dbbb hid_ignore +EXPORT_SYMBOL_GPL drivers/hid/hid 0x198671b6 hid_driver_reset_resume +EXPORT_SYMBOL_GPL drivers/hid/hid 0x19d52f1f hid_quirks_exit +EXPORT_SYMBOL_GPL drivers/hid/hid 0x1c152788 hid_register_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0x1d3a35cd hidinput_report_event +EXPORT_SYMBOL_GPL drivers/hid/hid 0x20dead28 hid_hw_close +EXPORT_SYMBOL_GPL drivers/hid/hid 0x2beb5bf4 hid_hw_start +EXPORT_SYMBOL_GPL drivers/hid/hid 0x2c3cf934 hid_allocate_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0x335bd60e hid_open_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0x338ff56a hidraw_report_event +EXPORT_SYMBOL_GPL drivers/hid/hid 0x3839b823 hid_dump_field +EXPORT_SYMBOL_GPL drivers/hid/hid 0x404a15d6 hid_alloc_report_buf +EXPORT_SYMBOL_GPL drivers/hid/hid 0x41d90578 hid_compare_device_paths +EXPORT_SYMBOL_GPL drivers/hid/hid 0x490ab095 hidinput_calc_abs_res +EXPORT_SYMBOL_GPL drivers/hid/hid 0x4f437116 hid_driver_resume +EXPORT_SYMBOL_GPL drivers/hid/hid 0x5020971e hid_report_raw_event +EXPORT_SYMBOL_GPL drivers/hid/hid 0x52315515 hid_input_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0x581e0e30 hid_parse_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0x5cefa647 hid_debug_event +EXPORT_SYMBOL_GPL drivers/hid/hid 0x6085e49f hid_match_id +EXPORT_SYMBOL_GPL drivers/hid/hid 0x65afe807 hid_hw_raw_request +EXPORT_SYMBOL_GPL drivers/hid/hid 0x698f5dc0 hid_unregister_driver +EXPORT_SYMBOL_GPL drivers/hid/hid 0x6abcdc61 __hid_register_driver +EXPORT_SYMBOL_GPL drivers/hid/hid 0x6cc8e92c hid_dump_input +EXPORT_SYMBOL_GPL drivers/hid/hid 0x6fa39d15 hidraw_connect +EXPORT_SYMBOL_GPL drivers/hid/hid 0x73859ec5 hid_set_field +EXPORT_SYMBOL_GPL drivers/hid/hid 0x7441cf00 hid_field_extract +EXPORT_SYMBOL_GPL drivers/hid/hid 0x77d43ae5 hid_hw_output_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0x82e3113f hid_check_keys_pressed +EXPORT_SYMBOL_GPL drivers/hid/hid 0x8b13a8b8 hid_snto32 +EXPORT_SYMBOL_GPL drivers/hid/hid 0x8b3a03a8 hidinput_count_leds +EXPORT_SYMBOL_GPL drivers/hid/hid 0x978aaf04 hid_hw_open +EXPORT_SYMBOL_GPL drivers/hid/hid 0x98d7bc76 hid_match_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0x9ea1fe45 hid_hw_stop +EXPORT_SYMBOL_GPL drivers/hid/hid 0xa1d10b69 hidinput_disconnect +EXPORT_SYMBOL_GPL drivers/hid/hid 0xb25b9e43 hid_add_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0xb36ea8c3 hid_dump_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0xb9e85e3b hid_validate_values +EXPORT_SYMBOL_GPL drivers/hid/hid 0xbab085ea hid_dump_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0xc4444b93 hid_setup_resolution_multiplier +EXPORT_SYMBOL_GPL drivers/hid/hid 0xc9f1e827 __hid_request +EXPORT_SYMBOL_GPL drivers/hid/hid 0xdef0a8c9 hid_destroy_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0xdfa31fc3 hid_resolv_usage +EXPORT_SYMBOL_GPL drivers/hid/hid 0xe02d0ce8 hidraw_disconnect +EXPORT_SYMBOL_GPL drivers/hid/hid 0xe12e2162 hid_hw_request +EXPORT_SYMBOL_GPL drivers/hid/hid 0xe3fddfb5 hidinput_get_led_field +EXPORT_SYMBOL_GPL drivers/hid/hid 0xea4b1f03 hid_output_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0xfa355613 hid_quirks_init +EXPORT_SYMBOL_GPL drivers/hid/hid 0xfc35637e hid_connect +EXPORT_SYMBOL_GPL drivers/hid/hid 0xfcdb3f51 hidinput_connect +EXPORT_SYMBOL_GPL drivers/hid/hid 0xfcf5609e hid_lookup_quirk +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 0xfde7f538 roccat_connect +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0x157b172e roccat_common2_sysfs_write +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0x2cc49c29 roccat_common2_receive +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0x4a8013fd roccat_common2_send_with_status +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0x96f0828f roccat_common2_send +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0xc15f41e3 roccat_common2_device_init_struct +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0xe5d240b5 roccat_common2_sysfs_read +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x09bf539e sensor_hub_device_open +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x0b64a0f7 sensor_hub_get_feature +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x1bfb7971 sensor_hub_remove_callback +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x1e9aa962 sensor_hub_device_close +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x691d1b3a sensor_hub_input_attr_get_raw_value +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x7988e6e0 sensor_hub_input_get_attribute_info +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0xdbbad822 sensor_hub_register_callback +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0xedd3e637 hid_sensor_get_usage_index +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0xf4e03cc9 sensor_hub_set_feature +EXPORT_SYMBOL_GPL drivers/hid/hid-vivaldi-common 0x4a85ada1 vivaldi_attribute_groups +EXPORT_SYMBOL_GPL drivers/hid/hid-vivaldi-common 0xbbfee6b6 vivaldi_feature_mapping +EXPORT_SYMBOL_GPL drivers/hid/i2c-hid/i2c-hid 0x4a72a549 i2c_hid_core_remove +EXPORT_SYMBOL_GPL drivers/hid/i2c-hid/i2c-hid 0x7b9e05e8 i2c_hid_core_shutdown +EXPORT_SYMBOL_GPL drivers/hid/i2c-hid/i2c-hid 0xbb2dae00 i2c_hid_core_pm +EXPORT_SYMBOL_GPL drivers/hid/i2c-hid/i2c-hid 0xe0e94e65 i2c_hid_ll_driver +EXPORT_SYMBOL_GPL drivers/hid/i2c-hid/i2c-hid 0xe54c3192 i2c_hid_core_probe +EXPORT_SYMBOL_GPL drivers/hid/uhid 0x6f0497e7 uhid_hid_driver +EXPORT_SYMBOL_GPL drivers/hid/usbhid/usbhid 0x36bf7683 usb_hid_driver +EXPORT_SYMBOL_GPL drivers/hid/usbhid/usbhid 0x8236afbb hiddev_hid_event +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x00dee921 hsi_port_unregister_clients +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x07146899 hsi_alloc_controller +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x0da06228 hsi_claim_port +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x26d979c7 hsi_register_client_driver +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x31faf6c7 hsi_put_controller +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x3ce3deb8 hsi_release_port +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x50cc74fa hsi_free_msg +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x5210a5bf hsi_board_list +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x8ff993bd hsi_event +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x911837a5 hsi_get_channel_id_by_name +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x9283bc42 hsi_remove_client +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x977195ff hsi_unregister_port_event +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x9a55e513 hsi_register_controller +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xb5126193 hsi_alloc_msg +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xbb018ed4 hsi_async +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xbc961592 hsi_new_client +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xbf8c7fa7 hsi_unregister_controller +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xecd62147 hsi_register_port_event +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xf3ed6db8 hsi_add_clients_from_dt +EXPORT_SYMBOL_GPL drivers/hwmon/adt7x10 0xe9a9d616 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 0x17d20452 nct6775_reg_is_word_sized +EXPORT_SYMBOL_GPL drivers/hwmon/nct6775-core 0x208b902e nct6775_probe +EXPORT_SYMBOL_GPL drivers/hwmon/nct6775-core 0x6669243b nct6775_show_beep +EXPORT_SYMBOL_GPL drivers/hwmon/nct6775-core 0x8a7add81 nct6775_update_device +EXPORT_SYMBOL_GPL drivers/hwmon/nct6775-core 0xe1adb429 nct6775_show_alarm +EXPORT_SYMBOL_GPL drivers/hwmon/nct6775-core 0xe771c9d9 nct6775_store_beep +EXPORT_SYMBOL_GPL drivers/hwmon/occ/occ-hwmon-common 0x5383fe9b occ_shutdown +EXPORT_SYMBOL_GPL drivers/hwmon/occ/occ-hwmon-common 0xddc6424f occ_setup +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0x28e130c2 intel_th_driver_register +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0x2a574dfc intel_th_driver_unregister +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0x6284064d intel_th_alloc +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0x690b86ee intel_th_free +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0x7e4bb95b intel_th_trace_enable +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0xe0caf77e intel_th_trace_disable +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0xe47b3f2e intel_th_trace_switch +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0xecddab7a intel_th_set_output +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0xf0c3c659 intel_th_output_enable +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th_msu 0x03a6a6e9 intel_th_msu_buffer_register +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th_msu 0x5fb75219 intel_th_msc_window_unlock +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th_msu 0x8343822c intel_th_msu_buffer_unregister +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0x08b852ba stm_register_device +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0x5a49b47f stm_source_write +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0x60cbd2a7 stm_source_register_device +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0x72b45df8 stm_data_write +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0x8554334d stm_source_unregister_device +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0xa7e2f1ac stm_unregister_device +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0xb12a043e to_pdrv_policy_node +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0xb8c32318 stm_unregister_protocol +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0xeb6875b5 stm_register_protocol +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-ccgx-ucsi 0xb76cd542 i2c_new_ccgx_ucsi +EXPORT_SYMBOL_GPL drivers/i2c/i2c-mux 0x7c65536e i2c_mux_del_adapters +EXPORT_SYMBOL_GPL drivers/i2c/i2c-mux 0xcd8d9c2c i2c_mux_add_adapter +EXPORT_SYMBOL_GPL drivers/i2c/i2c-mux 0xe66c00b0 i2c_root_adapter +EXPORT_SYMBOL_GPL drivers/i2c/i2c-mux 0xecaa8d26 i2c_mux_alloc +EXPORT_SYMBOL_GPL drivers/i2c/i2c-smbus 0xf7a34dae i2c_handle_smbus_alert +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x03e23aa2 i3cdev_to_dev +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x0585f0f0 i3c_master_entdaa_locked +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x0695950a i3c_master_add_i3c_dev_locked +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x10c3d56c i3c_master_queue_ibi +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x11300577 i3c_driver_unregister +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x15273f95 i3c_device_disable_ibi +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x21620f98 i3c_device_request_ibi +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x30107955 i3c_master_set_info +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x349e92a8 i3c_master_disec_locked +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x403c3b9d i3c_device_free_ibi +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x41a466ea i3c_master_enec_locked +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x4b559910 i3c_device_do_priv_xfers +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x5331b3a8 i3c_master_unregister +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x6fab73bf dev_to_i3cdev +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x76fe3e05 i3c_generic_ibi_free_pool +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x84b7b0e5 i3c_master_get_free_addr +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x9b59823f i3c_generic_ibi_alloc_pool +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xae7aca85 i3c_master_defslvs_locked +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xc59f970c i3c_device_enable_ibi +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xc7104df2 i3c_generic_ibi_recycle_slot +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xcbdd1050 i3c_device_match_id +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xce9092b0 i3c_generic_ibi_get_free_slot +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xdb6f7130 i3c_driver_register_with_owner +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xde514aa0 i3c_device_do_setdasa +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xed129037 i3c_device_get_info +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xed42df5c i3c_master_register +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xf815a11b i3c_master_do_daa +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-cb 0x0d890d1f 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 0x36447b60 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 0x82b9afd9 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-dma 0x11ab021e iio_dma_buffer_data_available +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0x15421e0f iio_dma_buffer_block_list_abort +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0x505b530d iio_dma_buffer_read +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0x60ddfb9d iio_dma_buffer_exit +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0x692e8855 iio_dma_buffer_set_bytes_per_datum +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0x74c7323c iio_dma_buffer_release +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0x902a4126 iio_dma_buffer_set_length +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0x9c7e2f77 iio_dma_buffer_enable +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0xd4e23e3f iio_dma_buffer_disable +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0xde99685e iio_dma_buffer_init +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0xe5cb2410 iio_dma_buffer_request_update +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0xf21ab484 iio_dma_buffer_block_done +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dmaengine 0xee6a5fc7 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 0x38def0a9 iio_hw_consumer_alloc +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-hw-consumer 0x3c0a7e1b 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 0xa994f854 devm_iio_triggered_buffer_setup_ext +EXPORT_SYMBOL_GPL drivers/iio/buffer/kfifo_buf 0x6088a3c5 devm_iio_kfifo_buffer_setup_ext +EXPORT_SYMBOL_GPL drivers/iio/gyro/bmg160_core 0x2d85a73f bmg160_pm_ops +EXPORT_SYMBOL_GPL drivers/iio/gyro/bmg160_core 0x4fb627f0 bmg160_core_probe +EXPORT_SYMBOL_GPL drivers/iio/gyro/bmg160_core 0xc71792d0 bmg160_core_remove +EXPORT_SYMBOL_GPL drivers/iio/imu/fxos8700_core 0xb6982d3d fxos8700_core_probe +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x01efe503 iio_buffer_get +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x02278b91 iio_buffer_enabled +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x02d1312e iio_read_channel_processed_scale +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x070fd940 iio_device_release_buffer_mode +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x085cce30 iio_read_channel_offset +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x0888029e iio_enum_read +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x0a3264ed iio_read_channel_attribute +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x0f92ea4a iio_channel_release +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x100fd749 iio_write_channel_raw +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x12b5e69d iio_read_avail_channel_attribute +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x1b745ac4 iio_dealloc_pollfunc +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x2099ccb7 iio_buffer_put +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x26f6b499 iio_str_to_fixpoint +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x29038e95 devm_fwnode_iio_channel_get_by_name +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x2bffd3d3 iio_enum_write +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x2d36ec7d iio_device_claim_direct_mode +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x2dc3ed05 iio_read_avail_channel_raw +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x3419786a iio_read_channel_ext_info +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x354ee0c1 iio_pop_from_buffer +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x3b768f76 devm_iio_channel_get +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x3d16b62d iio_show_mount_matrix +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x4208b48e iio_read_max_channel_raw +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x42ff7b4d iio_channel_get +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x4cc3ccdf fwnode_iio_channel_get_by_name +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x4d6949f7 iio_validate_scan_mask_onehot +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x4dce7dd4 iio_format_value +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x69eb7544 iio_get_debugfs_dentry +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x719e3aa4 iio_convert_raw_to_processed +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x749bdb34 iio_channel_release_all +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x7863a57f iio_get_channel_ext_info_count +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x798ced68 __devm_iio_device_register +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x7ece993c devm_iio_trigger_register +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x85ac13d5 iio_device_claim_buffer_mode +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x87b094ff iio_channel_get_all +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x88a67d59 iio_enum_available_read +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x8941639c devm_iio_device_alloc +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x8bac8d15 iio_read_channel_average_raw +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x9d1f62e9 iio_device_get_current_mode +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x9ec1c072 iio_write_channel_attribute +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xa7d00654 iio_map_array_unregister +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xaf9526e8 iio_device_release_direct_mode +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xb6c8e3ac iio_write_channel_ext_info +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xb7282a4e iio_read_channel_scale +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xb8996f13 iio_device_id +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xc08ea289 iio_read_channel_processed +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xc3207764 __devm_iio_trigger_alloc +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xcb2fc0fa iio_push_to_buffers_with_ts_unaligned +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xd3e0668a devm_iio_map_array_register +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xd62794a7 iio_get_channel_type +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xd6694c4a iio_device_attach_buffer +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xd7b7a439 iio_map_array_register +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xdad71b9f iio_read_channel_raw +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xe1c16d9e iio_update_buffers +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xe43804af iio_push_to_buffers +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xf20f7d4f iio_alloc_pollfunc +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xf33476ca devm_iio_channel_get_all +EXPORT_SYMBOL_GPL drivers/infiniband/core/ib_core 0xdbd019c4 ib_wq +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0x4a9da967 rtrs_cq_qp_create +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0x5ff87b0c rtrs_send_hb_ack +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0x80214ad8 rtrs_iu_post_recv +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0x97d0aa4c rtrs_start_hb +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0xa6273033 rtrs_init_hb +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0xad72b302 rtrs_iu_alloc +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0xb121c88d rtrs_iu_post_rdma_write_imm +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0xc06a1bc7 rtrs_stop_hb +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0xd7edd448 rtrs_iu_free +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0xe3f0775f rtrs_iu_post_send +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0xf1e22ef6 rtrs_cq_qp_destroy +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0xfb98c84f rtrs_post_recv_empty +EXPORT_SYMBOL_GPL drivers/input/ff-memless 0xf2a8e997 input_ff_create_memless +EXPORT_SYMBOL_GPL drivers/input/matrix-keymap 0xcdddf795 matrix_keypad_parse_properties +EXPORT_SYMBOL_GPL drivers/input/misc/adxl34x 0x66535a18 adxl34x_suspend +EXPORT_SYMBOL_GPL drivers/input/misc/adxl34x 0x8cded745 adxl34x_probe +EXPORT_SYMBOL_GPL drivers/input/misc/adxl34x 0xe4586827 adxl34x_resume +EXPORT_SYMBOL_GPL drivers/input/misc/adxl34x 0xec511022 adxl34x_remove +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x05e700ac rmi_2d_sensor_configure_input +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x0f45d464 rmi_2d_sensor_rel_report +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x106f235a rmi_of_property_read_u32 +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x3b916553 __rmi_register_function_handler +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x45b28a76 rmi_driver_suspend +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x4c158406 rmi_2d_sensor_abs_process +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x4fa0251c rmi_dbg +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x527af81b rmi_2d_sensor_abs_report +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x59ec9fec rmi_set_attn_data +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x8a25e88d rmi_unregister_function_handler +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x9926da99 rmi_2d_sensor_of_probe +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0xbbcaa1d6 rmi_register_transport_device +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0xec50b07b rmi_driver_resume +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp4_core 0x057ca1e5 cyttsp4_remove +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp4_core 0x36482400 cyttsp4_probe +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp4_core 0x63c158fe cyttsp4_pm_ops +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_core 0x4f0e265f cyttsp_pm_ops +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_core 0xa250799b cyttsp_probe +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_i2c_common 0xaba1f766 cyttsp_i2c_read_block_data +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_i2c_common 0xacda9e1d cyttsp_i2c_write_block_data +EXPORT_SYMBOL_GPL drivers/input/touchscreen/tsc200x-core 0x0d59b9e4 tsc200x_pm_ops +EXPORT_SYMBOL_GPL drivers/input/touchscreen/tsc200x-core 0x26fc83af tsc200x_probe +EXPORT_SYMBOL_GPL drivers/input/touchscreen/tsc200x-core 0x9348732a tsc200x_regmap_config +EXPORT_SYMBOL_GPL drivers/input/touchscreen/tsc200x-core 0xf50ef751 tsc200x_remove +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x03451a73 wm97xx_config_gpio +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x0d116477 wm97xx_set_gpio +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x2e18ef96 wm97xx_unregister_mach_ops +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x43bce638 wm9713_codec +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x4c9b3af2 wm97xx_reg_write +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x5b3e0c91 wm97xx_get_gpio +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x81d7c0c4 wm97xx_read_aux_adc +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x8f16e6a6 wm9712_codec +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x92a8fbfc wm9705_codec +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x9acb9342 wm97xx_register_mach_ops +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xa488dee2 wm97xx_reg_read +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xf707fe85 wm97xx_set_suspend_mode +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 0x08522bc1 ipack_device_del +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x1d9530c6 ipack_device_add +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x2414fba1 ipack_driver_register +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x26dc0c95 ipack_put_device +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x2ce06e2a ipack_bus_register +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x4999e256 ipack_bus_unregister +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x67f4cc45 ipack_get_device +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0xbe44f434 ipack_driver_unregister +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0xf510e089 ipack_device_init +EXPORT_SYMBOL_GPL drivers/leds/led-class-flash 0x1c59b8ab led_set_flash_brightness +EXPORT_SYMBOL_GPL drivers/leds/led-class-flash 0x422493fa devm_led_classdev_flash_unregister +EXPORT_SYMBOL_GPL drivers/leds/led-class-flash 0x47ca1f33 devm_led_classdev_flash_register_ext +EXPORT_SYMBOL_GPL drivers/leds/led-class-flash 0x77bca6f4 led_update_flash_brightness +EXPORT_SYMBOL_GPL drivers/leds/led-class-flash 0x9504a3fd led_classdev_flash_unregister +EXPORT_SYMBOL_GPL drivers/leds/led-class-flash 0xa2c18bdc led_get_flash_fault +EXPORT_SYMBOL_GPL drivers/leds/led-class-flash 0xf09dcb4a led_classdev_flash_register_ext +EXPORT_SYMBOL_GPL drivers/leds/led-class-flash 0xfb4d7603 led_set_flash_timeout +EXPORT_SYMBOL_GPL drivers/leds/led-class-multicolor 0x09991a5d devm_led_classdev_multicolor_unregister +EXPORT_SYMBOL_GPL drivers/leds/led-class-multicolor 0x58a19837 led_classdev_multicolor_unregister +EXPORT_SYMBOL_GPL drivers/leds/led-class-multicolor 0x84de24dd led_classdev_multicolor_register_ext +EXPORT_SYMBOL_GPL drivers/leds/led-class-multicolor 0x8b2408fc led_mc_calc_color_components +EXPORT_SYMBOL_GPL drivers/leds/led-class-multicolor 0xa3f97281 devm_led_classdev_multicolor_register_ext +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x0910ceeb lp55xx_update_bits +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x159c4245 lp55xx_register_leds +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x3b46bae9 lp55xx_register_sysfs +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x4f4f3a25 lp55xx_read +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x5b1a0156 lp55xx_is_extclk_used +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x70b160b8 lp55xx_init_device +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x7ddcd4d5 lp55xx_unregister_sysfs +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0xa876215a lp55xx_write +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0xc699ab6f lp55xx_of_populate_pdata +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0xd4b37162 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 0x0b574848 wf_get_sensor +EXPORT_SYMBOL_GPL drivers/macintosh/windfarm_core 0x16e3da8e wf_put_sensor +EXPORT_SYMBOL_GPL drivers/macintosh/windfarm_core 0x212da691 wf_unregister_sensor +EXPORT_SYMBOL_GPL drivers/macintosh/windfarm_core 0x4420e73f wf_get_control +EXPORT_SYMBOL_GPL drivers/macintosh/windfarm_core 0x75147afa wf_set_overtemp +EXPORT_SYMBOL_GPL drivers/macintosh/windfarm_core 0x77719ae6 wf_put_control +EXPORT_SYMBOL_GPL drivers/macintosh/windfarm_core 0xa5669ab6 wf_unregister_control +EXPORT_SYMBOL_GPL drivers/macintosh/windfarm_core 0xbcace2a5 wf_unregister_client +EXPORT_SYMBOL_GPL drivers/macintosh/windfarm_core 0xd0a359e9 wf_register_control +EXPORT_SYMBOL_GPL drivers/macintosh/windfarm_core 0xed82a14f wf_clear_overtemp +EXPORT_SYMBOL_GPL drivers/macintosh/windfarm_core 0xf4dd2f63 wf_register_sensor +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x02fe2431 __traceiter_bcache_journal_full +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x051b2215 __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 0x0826e917 __tracepoint_bcache_read +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x08b39de8 __traceiter_bcache_request_end +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x09ef9dd0 __traceiter_bcache_invalidate +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 0x16ea7222 __tracepoint_bcache_journal_full +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 0x191717af __tracepoint_bcache_btree_set_root +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x1934a9a9 __tracepoint_bcache_writeback +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 0x1c71a406 __tracepoint_bcache_btree_node_free +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x1c83d5b7 __SCK__tp_func_bcache_journal_entry_full +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x210fccc7 __traceiter_bcache_bypass_sequential +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x21929d75 __traceiter_bcache_btree_node_compact +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x22ae6324 __SCK__tp_func_bcache_btree_node_split +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x2766fb04 __traceiter_bcache_journal_replay_key +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x284a6bff __tracepoint_bcache_gc_start +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x2909bc5d __tracepoint_bcache_btree_read +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x2a0e014e __tracepoint_bcache_btree_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x2af60833 __SCK__tp_func_bcache_writeback_collision +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x3257d343 __tracepoint_bcache_gc_copy +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x3fdf4892 __traceiter_bcache_btree_set_root +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x46bfabee __tracepoint_bcache_writeback_collision +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x46c66897 __SCK__tp_func_bcache_btree_read +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x4a2d1241 __SCK__tp_func_bcache_btree_node_compact +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x509beb8e __traceiter_bcache_btree_node_split +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x51d0e534 __SCK__tp_func_bcache_btree_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x53a4121a __traceiter_bcache_journal_entry_full +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x53b5e5e3 __tracepoint_bcache_journal_entry_full +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x5cc8cb86 __tracepoint_bcache_btree_insert_key +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x5d9c8fc8 __SCK__tp_func_bcache_cache_insert +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x5f7f5825 __traceiter_bcache_bypass_congested +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 0x6382c456 __traceiter_bcache_btree_node_free +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x63a8ee8e __traceiter_bcache_btree_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x64e39418 __traceiter_bcache_writeback_collision +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x6587a126 __traceiter_bcache_gc_start +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x6697827f __SCK__tp_func_bcache_writeback +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x690dd415 __tracepoint_bcache_btree_node_alloc +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x6b8b63b8 __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 0x79eeb380 __SCK__tp_func_bcache_gc_copy_collision +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x7a3c0ac3 __tracepoint_bcache_read_retry +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x80e3881d __SCK__tp_func_bcache_request_end +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x830df522 __tracepoint_bcache_btree_node_split +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x862dfa21 __tracepoint_bcache_btree_cache_cannibalize +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x866f9ce0 __traceiter_bcache_gc_end +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x8ad20d61 __SCK__tp_func_bcache_request_start +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x902cb523 __tracepoint_bcache_gc_copy_collision +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x9865dbc4 __tracepoint_bcache_gc_end +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x997b5ca9 __traceiter_bcache_btree_node_alloc +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 0x9eb0ea05 __traceiter_bcache_read_retry +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xa14fdbcf __tracepoint_bcache_btree_node_alloc_fail +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xa156a999 __traceiter_bcache_read +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 0xaed05603 __traceiter_bcache_btree_cache_cannibalize +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xb566a284 __traceiter_bcache_btree_insert_key +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xb5a62a8c __traceiter_bcache_cache_insert +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xb912ae0b __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 0xbc268695 __tracepoint_bcache_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xbef4e546 __traceiter_bcache_btree_node_alloc_fail +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xc1857470 __tracepoint_bcache_bypass_congested +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xc78d7102 __tracepoint_bcache_invalidate +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xc8ae4213 __SCK__tp_func_bcache_btree_node_alloc +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xce48d6f4 __tracepoint_bcache_alloc_fail +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xd38c0022 __traceiter_bcache_btree_read +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xd5c2559f __traceiter_bcache_alloc_fail +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xda06fe86 __SCK__tp_func_bcache_btree_node_alloc_fail +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xe16c06b3 __SCK__tp_func_bcache_gc_start +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xe202b8e6 __tracepoint_bcache_bypass_sequential +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 0xed37c90e __tracepoint_bcache_cache_insert +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xee55d047 __tracepoint_bcache_journal_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xee85d70f __traceiter_bcache_journal_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xef7eec02 __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 0xf6fc88a7 __traceiter_bcache_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xf865c1a2 __tracepoint_bcache_request_start +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xfb3d6c67 __tracepoint_bcache_request_end +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xfd6b5d80 __SCK__tp_func_bcache_btree_insert_key +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x02553fc2 dm_cell_promote_or_release +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x04e42784 dm_bio_prison_free_cell +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x07a81c7a dm_cell_lock_promote_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x17dd39d6 dm_deferred_set_create +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x27333a67 dm_cell_release_no_holder +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x2962c563 dm_bio_prison_alloc_cell +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x2c105188 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 0x372d1fc9 dm_cell_error +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x66354d04 dm_cell_lock_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x6791a44e dm_deferred_entry_dec +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x753e20b2 dm_bio_prison_create +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x82f9b407 dm_bio_prison_alloc_cell_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x869257a0 dm_get_cell +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x8bc1c54c dm_cell_release +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x9d1aebeb dm_cell_get_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xa482bea4 dm_cell_unlock_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 0xbf87ae38 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 0xd3354dbf dm_bio_detain +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xd99e003d dm_bio_prison_create_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xda79a4c3 dm_cell_visit_release +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xe278f629 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 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 0x7bdbfef5 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 0xb2438d54 dm_bufio_release_move +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xc0d7df85 dm_bufio_new +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xc9a3422d dm_bufio_write_dirty_buffers_async +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xcd2ba798 dm_bufio_forget +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xd4bddf5c dm_bufio_issue_flush +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xd991e3b9 dm_bufio_get_device_size +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xe6024e59 dm_bufio_release +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xebcc64a4 dm_bufio_get_block_data +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xeca7949e dm_bufio_client_destroy +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xed3283a4 dm_bufio_set_sector_offset +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xf241a6eb dm_bufio_forget_buffers +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x0efbca4c btracker_promotion_already_present +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x1c852cab btracker_nr_demotions_queued +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x23ddc5ab dm_cache_policy_get_version +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x37ef59a5 dm_cache_policy_get_name +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x481a0b15 btracker_create +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x4becb830 dm_cache_policy_get_hint_size +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x50b3c64c dm_cache_policy_create +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x5adc2807 btracker_destroy +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x65eea825 btracker_nr_writebacks_queued +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x87bee547 btracker_queue +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x8b7f407f dm_cache_policy_unregister +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0xa2365f44 btracker_issue +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0xa465de3b 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 0x440983ed dm_unregister_path_selector +EXPORT_SYMBOL_GPL drivers/md/dm-multipath 0x44dd3515 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 0x062cb02b 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 0x43cf0a15 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 0x681e1599 dm_rh_inc_pending +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x77100206 dm_rh_dirty_log +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 0xce009ab8 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 0xe9543083 dm_rh_bio_to_region +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xf92b8a3d dm_rh_get_region_size +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xfd93482e dm_rh_recovery_in_flight +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x0054f69d dm_tm_pre_commit +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x01f7c2b0 dm_btree_cursor_begin +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x0211c39e dm_tm_with_runs +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x07ed9022 dm_bitset_del +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x088a5b30 dm_btree_find_lowest_key +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x0cf7c42f dm_btree_remove +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x0d251167 dm_array_cursor_begin +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x109eae1f dm_btree_walk +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x15a2bf57 dm_btree_lookup_next +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x1ae16d40 dm_tm_dec_range +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x1d0d53f7 dm_array_empty +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x1e3f728d dm_block_data +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x2842d760 dm_bitset_resize +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x2bc1a8d9 dm_tm_open_with_sm +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x2f40da68 dm_bm_set_read_write +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x30c37cc0 dm_bm_write_lock_zero +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x32bf4f4b dm_bitset_cursor_get_value +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x3646e38f dm_tm_issue_prefetches +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x3896f8d8 dm_array_walk +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x38d53eec dm_array_del +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x3ad0f55b dm_bm_flush +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x3ae50a4a dm_tm_inc_range +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x40720a25 dm_bitset_set_bit +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x418204e4 dm_array_set_value +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x46c56110 dm_bitset_empty +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x48e323be dm_bm_unlock +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x4f2c653e dm_btree_insert_notify +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x4f477261 dm_bm_checksum +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x51005cef dm_bitset_cursor_skip +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x5375ca71 dm_bm_write_lock +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x5475ba9e dm_block_location +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x563946a0 dm_btree_remove_leaves +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x5b04d3fe dm_bitset_clear_bit +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x67c6c5b9 dm_array_cursor_get_value +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x68f34c27 dm_array_cursor_next +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x6bfa88c8 dm_bitset_cursor_begin +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x6c600395 dm_btree_del +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x6fac2256 dm_array_get_value +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 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 0xd8b85ca4 dm_block_manager_create +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xdb2c8e97 dm_btree_lookup +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xdf3a4e7d dm_tm_create_with_sm +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xe07a2542 dm_bitset_new +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xe0e68183 dm_array_resize +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xe781f874 dm_tm_dec +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xecc1aeba dm_bitset_test_bit +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xedf5036f dm_bitset_flush +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xf2b4509a dm_btree_cursor_get_value +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xf71f197e dm_btree_cursor_next +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x0c60535e cec_register_adapter +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x0d02a510 cec_s_phys_addr +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x16ce26eb cec_unregister_adapter +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x2a5d574d cec_fill_conn_info_from_drm +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x42a83be1 cec_queue_pin_5v_event +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x437c1357 cec_transmit_attempt_done_ts +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x4500112f cec_queue_pin_cec_event +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x498427b0 cec_s_conn_info +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x6089647f cec_received_msg_ts +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x69fc6647 cec_s_log_addrs +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x6a5abebc cec_notifier_cec_adap_unregister +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x8300e766 cec_delete_adapter +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x8b75f448 cec_transmit_msg +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x988ce579 cec_notifier_conn_register +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x9e808114 cec_s_phys_addr_from_edid +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x9ee78c23 cec_notifier_parse_hdmi_phandle +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xa01fbb6b cec_notifier_set_phys_addr +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xa5ee19ae cec_notifier_cec_adap_register +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 0xc227810e cec_queue_pin_hpd_event +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xc5f01b9d cec_transmit_done_ts +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xe73461d6 cec_allocate_adapter +EXPORT_SYMBOL_GPL drivers/media/common/b2c2/b2c2-flexcop 0x66c0289a b2c2_flexcop_debug +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x00c12519 smscore_register_device +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x03d3cb62 smscore_get_device_mode +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x21e36bf2 smscore_registry_getmode +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x24f11e6a smscore_unregister_hotplug +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x2cfa0b52 smscore_register_client +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x332d7259 sms_board_lna_control +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x3461b8dd 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 0x45284ae9 smsendian_handle_rx_message +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x49f73781 smscore_set_board_id +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x4a761107 sms_board_power +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x53ed6706 smscore_start_device +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x74ee9098 sms_board_load_modules +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x7c576277 smsendian_handle_message_header +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x844539ae sms_get_board +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x983575ae smscore_get_board_id +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x99a81ab3 smsclient_sendrequest +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x9bec8627 smscore_putbuffer +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x9d2a8f6e smscore_register_hotplug +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xbb4dc730 sms_board_led_feedback +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xbbdb5c42 smscore_unregister_client +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xbc0bc614 smscore_unregister_device +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xc147f88d sms_board_event +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xe04161a1 smscore_getbuffer +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xfde97ad0 sms_board_setup +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 0x173f9d37 vb2_request_buffer_cnt +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x18f49b05 vb2_thread_stop +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x21e1a355 vb2_core_prepare_buf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x24451812 __tracepoint_vb2_buf_done +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x2593782f __tracepoint_vb2_buf_queue +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x2dbe698e vb2_plane_vaddr +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x2f634233 __traceiter_vb2_buf_queue +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x300ed3d6 vb2_core_dqbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x30eaacc3 vb2_wait_for_all_buffers +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x31341477 vb2_queue_error +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x3b141552 vb2_discard_done +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x41b53307 vb2_core_queue_release +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x47296842 vb2_request_object_is_buffer +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x4bce9f8e vb2_core_poll +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x4ff9c571 vb2_read +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x5ea157fe __traceiter_vb2_dqbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x630b24d3 __tracepoint_vb2_qbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x699acdd9 vb2_core_querybuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x75285611 vb2_core_streamon +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x7e073a24 __traceiter_vb2_buf_done +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x8a5fccb4 vb2_write +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x8c993574 vb2_thread_start +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x9e9100ae vb2_buffer_done +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xa3fdf7dc vb2_core_expbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xb6f4b031 __SCK__tp_func_vb2_qbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xb9d2df39 __SCK__tp_func_vb2_dqbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xbe33c14d vb2_mmap +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xc12c2445 vb2_core_reqbufs +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xc2f58c83 vb2_core_queue_init +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xc7b45aa4 __SCK__tp_func_vb2_buf_done +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xd3ba4f25 vb2_core_create_bufs +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xd57f6424 vb2_core_streamoff +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xe59f006b vb2_plane_cookie +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xea651475 __traceiter_vb2_qbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xf1f79a4e vb2_core_qbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xf703a3f9 __tracepoint_vb2_dqbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-dma-contig 0x598c4619 vb2_dma_contig_memops +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-dma-contig 0x5e49a84e vb2_dma_contig_set_max_seg_size +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-dma-sg 0xe454c2cd vb2_dma_sg_memops +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-memops 0xb5255e92 vb2_common_vm_ops +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x09c9bdb1 vb2_find_buffer +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x0a71863b vb2_ioctl_streamon +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x11eb09a0 vb2_queue_init +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x15b8d6b3 vb2_expbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x281524d3 vb2_qbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x2e745373 vb2_ioctl_reqbufs +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x351bac04 vb2_streamoff +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x3523c71f vb2_ioctl_prepare_buf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x3c76af0e vb2_fop_mmap +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x48a17f41 vb2_ioctl_expbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x4bc86e09 vb2_request_queue +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x5a95344d vb2_ioctl_querybuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x5cfceda3 vb2_fop_poll +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x69cecefe vb2_queue_change_type +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x730bbc80 vb2_fop_release +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x78d86334 vb2_create_bufs +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x7da54972 _vb2_fop_release +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x84ee3638 vb2_fop_read +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x8ace14b3 vb2_ioctl_create_bufs +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x8c348b79 vb2_ioctl_dqbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x978345b4 vb2_fop_write +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xa1cdbe93 vb2_poll +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xb1ed7933 vb2_queue_release +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xb3515ea2 vb2_streamon +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xbd3c5f80 vb2_ioctl_qbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xc4a03b76 vb2_video_unregister_device +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xc6ec24aa vb2_ops_wait_prepare +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xca71d47f vb2_ops_wait_finish +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xdc771059 vb2_dqbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xe694bead vb2_queue_init_name +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xf75cec25 vb2_reqbufs +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xf7c8507f vb2_request_validate +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xfabdb90a vb2_ioctl_streamoff +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xfd5bd8b4 vb2_prepare_buf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-vmalloc 0x9cec90f2 vb2_vmalloc_memops +EXPORT_SYMBOL_GPL drivers/media/dvb-core/dvb-core 0x566a5378 dvb_create_media_graph +EXPORT_SYMBOL_GPL drivers/media/dvb-core/dvb-core 0xa3b3572f dvb_module_release +EXPORT_SYMBOL_GPL drivers/media/dvb-core/dvb-core 0xb4be276a dvb_module_probe +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/as102_fe 0x25f11fc5 as102_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/cx24117 0x6e466959 cx24117_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/gp8psk-fe 0x75fb54f8 gp8psk_fe_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/mxl5xx 0x5a25bba3 mxl5xx_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stv0910 0xea4f22e8 stv0910_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stv6111 0x98b79faa stv6111_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tda18271c2dd 0xe6688ad7 tda18271c2dd_attach +EXPORT_SYMBOL_GPL drivers/media/i2c/aptina-pll 0x13c36ead aptina_pll_calculate +EXPORT_SYMBOL_GPL drivers/media/i2c/ccs-pll 0x8f18a270 ccs_pll_calculate +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0x0621062a max9271_disable_gpios +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0x0f61c23f max9271_wake_up +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0x12b4c18a max9271_set_deserializer_address +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0x2b4658cc max9271_verify_id +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0x56ee4313 max9271_set_translation +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0x5bbeaba8 max9271_set_high_threshold +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0x71480c5c max9271_set_gpios +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0x8c35aa26 max9271_set_address +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0xa1ef64aa max9271_clear_gpios +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0xa485e4d9 max9271_enable_gpios +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0xc18dbe0f max9271_set_serial_link +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0xd67e8375 max9271_configure_i2c +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0xf5735f02 max9271_configure_gmsl_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x0ff683e5 media_entity_pipeline +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x14466d7a media_entity_remote_pad_unique +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x19fe7b0e media_entity_get_fwnode_pad +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x1ab10495 __media_pipeline_stop +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x22bbcdd8 media_get_pad_index +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x31c6bb96 __media_device_register +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x38a2871b media_device_init +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x3ac2671f media_create_intf_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x3ce70fd0 media_entity_pads_init +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x3fb4d34f media_create_pad_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x40c71847 media_device_unregister +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x412ff7ae media_pipeline_alloc_start +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x55e9f69a media_entity_setup_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x566d3728 media_remove_intf_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x5a84b1a9 media_devnode_remove +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x5c22694e __media_entity_next_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x5d435f2e media_pad_remote_pad_unique +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x5da3ea05 __media_remove_intf_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x5ff477ff media_pad_remote_pad_first +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x60c2f89c media_request_object_find +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x636637c5 media_create_ancillary_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x678579d2 __media_pipeline_start +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x679174aa media_graph_walk_cleanup +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x6e3cfab9 media_request_get_by_fd +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x6ea8272b media_pipeline_stop +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x6ef1367b media_pipeline_start +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x70afeab7 media_graph_walk_next +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x73aa3893 media_entity_remove_links +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x7bbb0b16 media_device_pci_init +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x7d80f35f media_create_pad_links +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x886a377a media_request_object_put +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x8a895416 __media_device_usb_init +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x949fbac0 media_request_object_bind +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xa23c9b73 media_remove_intf_links +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xa3d0fc16 media_device_unregister_entity_notify +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xa8194287 media_request_object_init +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xb07364db media_device_delete +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xb112160a media_entity_enum_init +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xb3785a31 __media_entity_setup_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xb39f6243 media_pad_pipeline +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xb735ca31 media_device_register_entity_notify +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xc555338b media_request_object_unbind +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xc7f2ddfe media_request_object_complete +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xcb7d2e27 media_request_put +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xe0215a08 media_device_cleanup +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xe2ef4416 media_device_register_entity +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xe3bfd9d3 media_device_unregister_entity +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xe5ceecd6 media_entity_enum_cleanup +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xe600d0e3 __media_entity_remove_links +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xe815c6b0 media_graph_walk_init +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xe957ea2e media_devnode_create +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xe9c1b299 media_graph_walk_start +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xefa9bf4f media_entity_find_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xf2ac40a7 __media_remove_intf_links +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xfa587866 media_device_usb_allocate +EXPORT_SYMBOL_GPL drivers/media/pci/cx88/cx88xx 0x2e14b071 cx88_setup_xc3028 +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x1362f17c mantis_frontend_power +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x1dfa510c mantis_ca_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x1ff79d4b mantis_gpio_set_bits +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x2ea1364d mantis_i2c_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x3bb00dc8 mantis_dvb_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x5350e9d3 mantis_ca_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x5da1d6d4 mantis_input_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x68ab74ab mantis_uart_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x7c1ed82c mantis_dma_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x7d3980c3 mantis_stream_control +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x843a5014 mantis_input_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x8957bdfb mantis_frontend_soft_reset +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x9086880b mantis_dma_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xa8cf3d0e mantis_pci_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xc239666a mantis_i2c_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xd4b91be0 mantis_get_mac +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xd7285def mantis_dvb_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xf6878741 mantis_uart_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xf79325ef mantis_pci_init +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x0ff4ef65 saa7134_stop_streaming +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x45cd9d4a saa7134_ts_queue_setup +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x4d77f153 saa7134_g_frequency +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x4df3499a saa7134_s_std +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x5b5bbd43 saa7134_querycap +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x79067eb5 saa7134_enum_input +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x7b0d371d saa7134_querystd +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x8391b01e saa7134_ts_start_streaming +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x8a3b1983 saa7134_g_input +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x998d664d saa7134_vb2_buffer_queue +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xa0a69a0d saa7134_ts_stop_streaming +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xa7b2d261 saa7134_ts_qops +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xb5c52047 saa7134_s_input +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xb7f9e61a saa7134_ts_buffer_prepare +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xca776172 saa7134_g_std +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xd15ea291 saa7134_s_frequency +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xd8d97dad saa7134_s_tuner +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xe72420ea saa7134_ts_buffer_init +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xe8e0302d saa7134_g_tuner +EXPORT_SYMBOL_GPL drivers/media/platform/marvell/mcam-core 0x0a54d2d2 mccic_suspend +EXPORT_SYMBOL_GPL drivers/media/platform/marvell/mcam-core 0x794ef5d2 mccic_resume +EXPORT_SYMBOL_GPL drivers/media/platform/marvell/mcam-core 0x92069839 mccic_shutdown +EXPORT_SYMBOL_GPL drivers/media/platform/marvell/mcam-core 0xb941766f mccic_irq +EXPORT_SYMBOL_GPL drivers/media/platform/marvell/mcam-core 0xe2d5f4af mccic_register +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-video 0x06380f16 xvip_of_get_format +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-video 0x0e3dcca5 xvip_clr_or_set +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-video 0x3f34ed9b xvip_init_resources +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-video 0x43738fab xvip_set_format_size +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-video 0x50222f84 xvip_cleanup_resources +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-video 0x5d728b62 xvip_enum_mbus_code +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-video 0xb67940fb xvip_get_format_by_fourcc +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-video 0xb939eb57 xvip_enum_frame_size +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-video 0xc69e5c50 xvip_clr_and_set +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-video 0xe08e6063 xvip_get_format_by_code +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-vtc 0x3c16a6b1 xvtc_generator_stop +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-vtc 0x47d7900b xvtc_generator_start +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-vtc 0xa8a0f912 xvtc_put +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-vtc 0xb130546f xvtc_of_get +EXPORT_SYMBOL_GPL drivers/media/radio/shark2 0xafe0a338 radio_tea5777_init +EXPORT_SYMBOL_GPL drivers/media/radio/shark2 0xf78a4bdb radio_tea5777_exit +EXPORT_SYMBOL_GPL drivers/media/radio/si470x/radio-si470x-common 0x11248aa2 si470x_stop +EXPORT_SYMBOL_GPL drivers/media/radio/si470x/radio-si470x-common 0x523289c9 si470x_start +EXPORT_SYMBOL_GPL drivers/media/radio/si470x/radio-si470x-common 0x8639c47c si470x_set_freq +EXPORT_SYMBOL_GPL drivers/media/radio/si470x/radio-si470x-common 0xa485e392 si470x_viddev_template +EXPORT_SYMBOL_GPL drivers/media/radio/si470x/radio-si470x-common 0xe0ac2520 si470x_ctrl_ops +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x014708d1 ir_raw_event_set_idle +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x1176bc91 ir_raw_event_store_with_filter +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x1c2492bb rc_allocate_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x28e8b8bd rc_keydown +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x3468eddf ir_raw_event_store +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x4ed0c3c9 ir_raw_event_store_with_timeout +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x504df168 rc_register_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x75ae7453 rc_keyup +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x7b0c7d88 lirc_scancode_event +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x8eb34445 ir_raw_event_store_edge +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xa2b832fb devm_rc_allocate_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xa954e982 rc_unregister_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xaf1c6040 rc_map_register +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xb4d7ca22 rc_free_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xbe49f081 rc_keydown_notimeout +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xbef1458e rc_map_get +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xc976aaea ir_raw_event_handle +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xd7875151 rc_map_unregister +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xe1f7e016 rc_g_keycode_from_table +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xe8b3b70e devm_rc_register_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xf80b9127 rc_repeat +EXPORT_SYMBOL_GPL drivers/media/tuners/mt2063 0xe5e28fd9 mt2063_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/mt20xx 0x12ac9857 microtune_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/mxl5007t 0xc7943acf mxl5007t_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/r820t 0x57ebdc8a r820t_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda18271 0x9d742e0e tda18271_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda827x 0xc5f46049 tda827x_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda8290 0x76923657 tda829x_probe +EXPORT_SYMBOL_GPL drivers/media/tuners/tda8290 0xf9ec8311 tda829x_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda9887 0x63df68f0 tda9887_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tea5761 0x3f665798 tea5761_autodetection +EXPORT_SYMBOL_GPL drivers/media/tuners/tea5761 0x453e6e3f tea5761_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tea5767 0x3940b24f tea5767_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tea5767 0x6bf5a301 tea5767_autodetection +EXPORT_SYMBOL_GPL drivers/media/tuners/tuner-simple 0x036bb864 simple_tuner_attach +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x00792dc4 cx231xx_uninit_bulk +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x017ea7c7 cx231xx_tuner_callback +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x0f7a299d cx231xx_init_vbi_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x11bfd973 cx231xx_send_gpio_cmd +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x1ec32acf cx231xx_send_usb_command +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x2054db6a cx231xx_set_alt_setting +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x36b8b628 cx231xx_capture_start +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x3d542672 cx231xx_disable656 +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x4af3f060 cx231xx_uninit_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x525d8c8a cx231xx_dev_uninit +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x52ea4567 cx231xx_uninit_vbi_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x5f8a9f1e cx231xx_get_i2c_adap +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x65be6d1c cx231xx_enable_i2c_port_3 +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x75e7c862 cx231xx_init_bulk +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x8105abcb cx231xx_enable656 +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x9a31eff3 cx231xx_unmute_audio +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xc716b655 cx231xx_init_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xcb9b5bf3 is_fw_load +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xcbda36c9 cx231xx_demod_reset +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xceb17ab4 cx231xx_dev_init +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xe585ff4a cx231xx_set_mode +EXPORT_SYMBOL_GPL drivers/media/usb/dvb-usb-v2/mxl111sf-demod 0xb9e47da0 mxl111sf_demod_attach +EXPORT_SYMBOL_GPL drivers/media/usb/dvb-usb-v2/mxl111sf-tuner 0xbd0c1d92 mxl111sf_tuner_attach +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x021a998f em28xx_audio_analog_set +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x0a174999 em28xx_alloc_urbs +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x0fdc2943 em28xx_toggle_reg_bits +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x14194aa4 em28xx_setup_xc3028 +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x17865f24 em28xx_find_led +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x25df89d0 em28xx_gpio_set +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x2618d8cd em28xx_uninit_usb_xfer +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x32b4da23 em28xx_init_camera +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x3dd82114 em28xx_write_reg_bits +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x4d262f06 em28xx_write_regs +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x721f7cc7 em28xx_free_device +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x729a41c0 em28xx_init_usb_xfer +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x77e15b42 em28xx_read_ac97 +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x7d125d21 em28xx_write_ac97 +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x7fc8652c em28xx_tuner_callback +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x921d7c65 em28xx_boards +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x9f08ae07 em28xx_read_reg +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xa01c3c2c em28xx_stop_urbs +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xc62bd04b em28xx_write_reg +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xee527570 em28xx_audio_setup +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xf57bd561 em28xx_set_mode +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-async 0x073ffb5a __v4l2_async_nf_add_fwnode +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-async 0x653f73b8 __v4l2_async_nf_add_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-async 0xa8a7edb5 __v4l2_async_nf_add_fwnode_remote +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-async 0xaf6b356f v4l2_async_nf_cleanup +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-async 0xbd1a248c __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 0x1b4af4a6 v4l2_hdmi_rx_colorimetry +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 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 0x002ef487 v4l2_flash_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-flash-led-class 0x31e7e857 v4l2_flash_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-flash-led-class 0xfc057cbf v4l2_flash_indicator_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0x088ff045 v4l2_fwnode_connector_parse +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0x29624c56 v4l2_fwnode_endpoint_alloc_parse +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0x36b924a5 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 0x99188e46 v4l2_async_register_subdev_sensor +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0xaa28705f v4l2_fwnode_connector_add_link +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0xad0cca27 v4l2_fwnode_endpoint_parse +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0xadb02601 v4l2_fwnode_parse_link +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0xdb93255e v4l2_fwnode_put_link +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0xdbe6e653 v4l2_fwnode_endpoint_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0xf1b9ca6e v4l2_async_nf_parse_fwnode_endpoints +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x065093bc v4l2_m2m_update_start_streaming_state +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x072056f0 v4l2_m2m_fop_mmap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x0bc215e6 v4l2_m2m_ioctl_stateless_try_decoder_cmd +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x0c51319b v4l2_m2m_last_buf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x0d7c24a8 v4l2_m2m_reqbufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x1822c4e4 v4l2_m2m_buf_queue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x216c71da v4l2_m2m_ctx_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x28a5b86d v4l2_m2m_buf_remove_by_idx +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x28b93552 v4l2_m2m_ioctl_try_decoder_cmd +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x296dcabc v4l2_m2m_streamoff +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x2e7728ba v4l2_m2m_poll +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x34b4d609 v4l2_m2m_ioctl_streamoff +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x38ceed66 v4l2_m2m_ioctl_encoder_cmd +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x40f15ee9 v4l2_m2m_ioctl_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x42f839a9 v4l2_m2m_ctx_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x5067ad71 v4l2_m2m_expbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x5340d786 v4l2_m2m_ioctl_stateless_decoder_cmd +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x59df7499 v4l2_m2m_buf_remove +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x5ba8ca1e v4l2_m2m_request_queue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x62fa1a4c v4l2_m2m_ioctl_streamon +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x67d3d1c9 v4l2_m2m_querybuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x6e5b4adb v4l2_m2m_ioctl_reqbufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x730f2eae v4l2_m2m_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x749e5a34 v4l2_m2m_ioctl_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x7f2b3f6e v4l2_m2m_try_schedule +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x89fdebdb v4l2_m2m_ioctl_decoder_cmd +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x8f1bee9e v4l2_m2m_last_buffer_done +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x90583dba v4l2_m2m_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xa06678d8 v4l2_m2m_next_buf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xa233962d v4l2_m2m_buf_copy_metadata +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xa5887294 v4l2_m2m_fop_poll +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xb0765065 v4l2_m2m_ioctl_prepare_buf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xb0c78b14 v4l2_m2m_ioctl_querybuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xb8f3220d v4l2_m2m_create_bufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xbb18f4a8 v4l2_m2m_ioctl_create_bufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xc1fccd9d v4l2_m2m_ioctl_expbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xc486bd8c v4l2_m2m_ioctl_try_encoder_cmd +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xc6fca5ad v4l2_m2m_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xccf37887 v4l2_m2m_decoder_cmd +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xd6ce83a0 v4l2_m2m_update_stop_streaming_state +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xda04e82f v4l2_m2m_prepare_buf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xe9ded628 v4l2_m2m_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xec95dd84 v4l2_m2m_buf_remove_by_buf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xed047111 v4l2_m2m_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 0xf9fac043 v4l2_m2m_register_media_controller +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xfc165437 v4l2_m2m_encoder_cmd +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x15559e7b videobuf_queue_cancel +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x21ec0e34 videobuf_read_one +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x3f6769af videobuf_read_start +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x500277de videobuf_next_field +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x51e9adf8 videobuf_querybuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x5cec9b90 videobuf_alloc_vb +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x5d696fc9 videobuf_poll_stream +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x612c58ca videobuf_queue_to_vaddr +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x689a45cc videobuf_read_stop +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x6a0f957e videobuf_waiton +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x6c91d328 videobuf_queue_is_busy +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x7a837a54 videobuf_queue_core_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x84d191f3 videobuf_mmap_mapper +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x874d6efa videobuf_mmap_setup +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x889c3c52 videobuf_reqbufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x894275a6 videobuf_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x9bcce202 videobuf_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x9eb8d180 videobuf_stop +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xaf9bd040 videobuf_read_stream +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xc0d4f300 videobuf_iolock +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xe6babc55 videobuf_mmap_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xf13766c2 __videobuf_mmap_setup +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xf572b0aa videobuf_streamon +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xfd6f1787 videobuf_streamoff +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0x553a86d0 videobuf_sg_alloc +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0x74479c9f videobuf_dma_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0x9ca6fc4d videobuf_to_dma +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0xb5bf0c15 videobuf_queue_sg_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0xd70e3ea5 videobuf_dma_unmap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-vmalloc 0x142d6b3d videobuf_to_vmalloc +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-vmalloc 0x1ec950af videobuf_queue_vmalloc_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-vmalloc 0xa2caa31e videobuf_vmalloc_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x02353f98 v4l2_src_change_event_subscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x11f3044c __SCK__tp_func_vb2_v4l2_buf_queue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x12b08dfe __video_device_pipeline_start +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x138c6c81 v4l2_event_queue_fh +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x18a04aa9 v4l2_pipeline_pm_get +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x1c55eb96 v4l2_event_unsubscribe_all +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x2453e0be v4l2_event_subdev_unsubscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x24fce005 v4l2_event_subscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x270691ac 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 0x2d3d453f v4l2_create_fwnode_links_to_pad +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x33debc26 v4l2_event_unsubscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x35c88188 v4l2_device_register_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x36740311 v4l2_subdev_link_validate_default +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x39b9d311 v4l2_fh_exit +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x3a4cdba0 __traceiter_vb2_v4l2_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x3a8bd8e0 v4l2_i2c_new_subdev_board +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x3e3c0d4f v4l2_fh_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x3f719d8a v4l2_device_set_name +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x452f53b1 __tracepoint_vb2_v4l2_buf_done +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x46ac032f __tracepoint_vb2_v4l2_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x488272d7 v4l2_mc_create_media_graph +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x4f9f1b6d v4l2_spi_new_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x5074e573 v4l2_fraction_to_interval +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x52ca8c2d v4l2_fh_add +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x544a7434 v4l2_get_link_freq +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x57278e32 v4l2_event_dequeue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x584bc83d v4l2_i2c_subdev_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x5970ca1f __v4l2_subdev_state_alloc +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x5bce0b96 v4l2_subdev_notify_event +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x5c5ff6e5 __v4l2_ctrl_handler_setup +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x619c14d9 v4l2_s_parm_cap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x66d3ad30 v4l2_fh_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x6a2de036 __tracepoint_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 0x6e2c788e v4l2_device_unregister +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x6e9acc41 v4l2_fill_pixfmt_mp +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x702d2ea0 v4l2_event_wake_all +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x7172049a v4l2_subdev_cleanup +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x73958ecc v4l2_device_put +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x80e25c74 video_device_pipeline_alloc_start +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x81e9c1cd v4l2_event_queue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x8357783e v4l2_fh_open +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x8395abd7 v4l2_ctrl_request_hdl_find +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x8628ad2d v4l2_subdev_get_fwnode_pad_1_to_1 +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x86a635ea v4l2_subdev_link_validate +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x8a924ce9 v4l2_ctrl_request_hdl_ctrl_find +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x8b4641cc video_device_pipeline +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x8cb27995 v4l2_spi_subdev_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x9019acf8 v4l_disable_media_source +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x90500082 v4l2_pipeline_pm_put +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x92ab31c9 v4l_vb2q_enable_media_source +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x933ffb93 __video_device_pipeline_stop +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x93842c9d v4l2_device_register +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x9b06c451 v4l2_fh_del +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x9d80755a v4l2_event_pending +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x9e79c310 __traceiter_vb2_v4l2_buf_done +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x9fd16f48 __v4l2_subdev_state_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x9fef35ac v4l2_apply_frmsize_constraints +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xad2f4cad v4l2_device_disconnect +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xad452e68 v4l2_i2c_subdev_addr +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xad5c3c93 v4l2_simplify_fraction +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xb0a461fb video_device_pipeline_stop +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xb5e0c1ab __v4l2_device_register_subdev_nodes +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xb9846d2b v4l2_i2c_subdev_set_name +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xbb944362 v4l2_fh_is_singular +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xbc8f5568 v4l2_create_fwnode_links +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xbd375701 __traceiter_vb2_v4l2_buf_queue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xbe9eab32 v4l_enable_media_source +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xc6689da0 __traceiter_vb2_v4l2_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xc742d6e8 __tracepoint_vb2_v4l2_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xca946bdf v4l2_i2c_new_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xcc501597 v4l2_fill_pixfmt +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xcdc560b0 v4l2_device_unregister_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xd918255d video_device_pipeline_start +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xdef8a12c v4l2_pipeline_link_notify +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xe2822320 __v4l2_find_nearest_size +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xe3eecf50 v4l2_g_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 0xf23e9f92 v4l2_compat_ioctl32 +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xf2a353ac v4l2_i2c_tuner_addrs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xf4f6ae1a 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 0xf8712ac9 __v4l2_subdev_init_finalize +EXPORT_SYMBOL_GPL drivers/mfd/88pm80x 0x522f5f50 pm80x_pm_ops +EXPORT_SYMBOL_GPL drivers/mfd/88pm80x 0x6368c220 pm80x_init +EXPORT_SYMBOL_GPL drivers/mfd/88pm80x 0xa1419d91 pm80x_regmap_config +EXPORT_SYMBOL_GPL drivers/mfd/88pm80x 0xd99fd720 pm80x_deinit +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x12f59ba6 arizona_clk32k_disable +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x21207561 wm5110_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x2527806e wm5110_revd_irq +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x26adb239 arizona_dev_exit +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x549c0565 wm5110_irq +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x58dc8758 wm8997_irq +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x5bc5bfdb wm5110_patch +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x6218b42d wm5110_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x65073423 arizona_clk32k_enable +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x7375b659 cs47l24_patch +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x7932af2f arizona_set_irq_wake +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x88b6aa3e cs47l24_irq +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x8eb936e4 wm8998_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x9058c735 arizona_free_irq +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x9f4be010 wm5102_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xa31c72f2 wm8997_patch +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xa77bb54d arizona_pm_ops +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xa9c9e3d1 wm8997_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xb263fbbd wm5110_aod +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xb891b927 arizona_dev_init +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xbe237980 wm8997_aod +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xbf052d9a arizona_request_irq +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xdc73215c wm5102_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xe733c2f0 cs47l24_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/atc260x-core 0x06a47559 atc260x_device_probe +EXPORT_SYMBOL_GPL drivers/mfd/atc260x-core 0x90a96b12 atc260x_match_device +EXPORT_SYMBOL_GPL drivers/mfd/da9150-core 0x2588998c da9150_reg_read +EXPORT_SYMBOL_GPL drivers/mfd/da9150-core 0x395e614d da9150_set_bits +EXPORT_SYMBOL_GPL drivers/mfd/da9150-core 0x3a925497 da9150_reg_write +EXPORT_SYMBOL_GPL drivers/mfd/da9150-core 0x681f8060 da9150_bulk_read +EXPORT_SYMBOL_GPL drivers/mfd/da9150-core 0x781540be da9150_read_qif +EXPORT_SYMBOL_GPL drivers/mfd/da9150-core 0xc0551f8f da9150_write_qif +EXPORT_SYMBOL_GPL drivers/mfd/da9150-core 0xea9f8cef 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 0x0e6fc4cc kempld_write32 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x3766c490 kempld_get_mutex +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x598184bc kempld_write8 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0xb43be00b kempld_read8 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0xb85b0ef7 kempld_release_mutex +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0xcf6239f4 kempld_read32 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0xf41110d9 kempld_read16 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0xfddbec6d kempld_write16 +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-core 0x697b6135 lm3533_update +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-core 0x774d223c lm3533_read +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-core 0x79174df6 lm3533_write +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x12eafbe1 lm3533_ctrlbank_set_brightness +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x2fb0c70a lm3533_ctrlbank_get_pwm +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x86dc2e19 lm3533_ctrlbank_enable +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x9e22ad2a lm3533_ctrlbank_disable +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0xb3c6edb5 lm3533_ctrlbank_get_brightness +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0xe1ebfe6c lm3533_ctrlbank_set_max_current +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0xf54ae849 lm3533_ctrlbank_set_pwm +EXPORT_SYMBOL_GPL drivers/mfd/lp3943 0x20a70fb1 lp3943_write_byte +EXPORT_SYMBOL_GPL drivers/mfd/lp3943 0x8daa5bd5 lp3943_read_byte +EXPORT_SYMBOL_GPL drivers/mfd/lp3943 0x9e59e0b4 lp3943_update_bits +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x0954c3b0 cs47l92_patch +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x0f379262 madera_of_match +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x22e634fe cs47l15_32bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x22ebe8be cs47l15_16bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x32afcbf2 cs47l35_patch +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x3c25c04a madera_dev_init +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x46e4002c cs47l15_patch +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x61d329f2 cs47l15_16bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x61def5b2 cs47l15_32bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x6d8c4e49 madera_pm_ops +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x769fccfa cs47l85_patch +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x81b76ff6 cs47l90_32bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x81bab3b6 cs47l90_16bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x9905ff84 madera_dev_exit +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x99621846 cs47l85_32bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x996fc406 cs47l85_16bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xab10833e cs47l35_32bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xab1d5f7e cs47l35_16bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xb636740b cs47l92_16bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xb63ba84b cs47l92_32bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xc28272fa cs47l90_16bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xc28faeba cs47l90_32bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xda57054a cs47l85_16bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xda5ad90a cs47l85_32bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xe8259e32 cs47l35_16bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xe8284272 cs47l35_32bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xebe384cb madera_name_from_type +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xf34d8733 cs47l90_patch +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xf5036907 cs47l92_32bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xf50eb547 cs47l92_16bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0x94fbcd2e mc13xxx_variant_mc13892 +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0xa9ef8453 mc13xxx_common_exit +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0xc2bc5fea mc13xxx_common_init +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0xc64e7366 mc13xxx_variant_mc34708 +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0xd441860e mc13xxx_variant_mc13783 +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0xe7bf6ccc mc13xxx_adc_do_conversion +EXPORT_SYMBOL_GPL drivers/mfd/motorola-cpcap 0xa226dbe8 cpcap_sense_virq +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x066fad95 pcf50633_reg_read +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x07269f1e pcf50633_pm +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x1230305e pcf50633_irq_unmask +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x290f69ee pcf50633_reg_clear_bits +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x3cf5719e pcf50633_read_block +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x54ba5753 pcf50633_irq_mask_get +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x7a0cb0e8 pcf50633_reg_set_bit_mask +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x8145533b pcf50633_reg_write +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x91a9d10b pcf50633_register_irq +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x944dda20 pcf50633_write_block +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xc83032d1 pcf50633_free_irq +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xd82ab5ba pcf50633_irq_mask +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-adc 0x563f61c6 pcf50633_adc_async_read +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-adc 0xa57babc9 pcf50633_adc_sync_read +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0x00bcd182 pcf50633_gpio_set +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0x1f83ac6f pcf50633_gpio_invert_get +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0x3ee080ac pcf50633_gpio_invert_set +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0x6595290b pcf50633_gpio_get +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0xbc3b311f pcf50633_gpio_power_supply_set +EXPORT_SYMBOL_GPL drivers/mfd/rave-sp 0x43e53ef9 rave_sp_exec +EXPORT_SYMBOL_GPL drivers/mfd/rave-sp 0x735ecac2 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 0x0eb2ef75 si476x_core_is_a_primary_tuner +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x12e53c48 si476x_core_is_a_secondary_tuner +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x198b271c si476x_core_cmd_get_property +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x1bf3e955 si476x_core_cmd_am_tune_freq +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x1cc40dea si476x_core_cmd_agc_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x214d9d97 si476x_core_cmd_fm_rsq_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x27292dd1 si476x_core_cmd_power_down +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x35780c58 si476x_core_start +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x3bb6ea15 si476x_core_cmd_set_property +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x504804e6 devm_regmap_init_si476x +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x535d9c0c si476x_core_cmd_ic_link_gpo_ctl_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x5704cedb si476x_core_cmd_am_rsq_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x57fa44be si476x_core_cmd_func_info +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x71b8489c si476x_core_cmd_fm_acf_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x75566e1a si476x_core_stop +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x8280df3d si476x_core_has_diversity +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x8336930b si476x_core_set_power_state +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x90a04017 si476x_core_has_am +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x920675fd si476x_core_cmd_dig_audio_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x9444ee25 si476x_core_cmd_am_seek_start +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xa54cee75 si476x_core_cmd_fm_rds_blockcount +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xa64b2914 si476x_core_cmd_fm_tune_freq +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xaaf4b414 si476x_core_cmd_fm_seek_start +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xabe18aca si476x_core_is_in_am_receiver_mode +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xb21f6080 si476x_core_cmd_ana_audio_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xc45d4793 si476x_core_cmd_am_acf_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xcd80d08f si476x_core_cmd_zif_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xcdb25b27 si476x_core_cmd_intb_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xcfcfcb5d si476x_core_cmd_fm_rds_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xd9346a9a si476x_core_i2c_xfer +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xed681f6e si476x_core_is_powered_up +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xf328ca45 si476x_core_cmd_fm_phase_div_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xf9e3a0fd si476x_core_cmd_power_up +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xffd3b182 si476x_core_cmd_fm_phase_diversity +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0x1c7ef91d sm501_modify_reg +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0x550c8890 sm501_misc_control +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0xba3877ce sm501_find_clock +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0xc27f4d2c sm501_unit_power +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0xfce3ed37 sm501_set_clock +EXPORT_SYMBOL_GPL drivers/mfd/stmfx 0x9fe3863f stmfx_function_disable +EXPORT_SYMBOL_GPL drivers/mfd/stmfx 0xecb60139 stmfx_function_enable +EXPORT_SYMBOL_GPL drivers/mfd/ti_am335x_tscadc 0x1c7cb6c5 am335x_tsc_se_set_once +EXPORT_SYMBOL_GPL drivers/mfd/ti_am335x_tscadc 0x261de680 am335x_tsc_se_set_cache +EXPORT_SYMBOL_GPL drivers/mfd/ti_am335x_tscadc 0x8ca244bc am335x_tsc_se_clr +EXPORT_SYMBOL_GPL drivers/mfd/ti_am335x_tscadc 0xda6789f3 am335x_tsc_se_adc_done +EXPORT_SYMBOL_GPL drivers/mfd/tps65218 0x3953cfc6 tps65218_set_bits +EXPORT_SYMBOL_GPL drivers/mfd/tps65218 0x514a93ed tps65218_clear_bits +EXPORT_SYMBOL_GPL drivers/mfd/tps65218 0x74d5a7ec tps65218_reg_write +EXPORT_SYMBOL_GPL drivers/mfd/ucb1400_core 0x25918be7 ucb1400_adc_read +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0x0ffcfc93 alcor_write16 +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0x15855ce7 alcor_write32be +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0x17bf3568 alcor_write8 +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0x78c47628 alcor_read32be +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0x89f9ca33 alcor_read8 +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0xdbe53b24 alcor_read32 +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0xfcfd7680 alcor_write32 +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x0a55a093 rtsx_pci_card_exclusive_check +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x0bfcc784 rtsx_pci_card_exist +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x0d1d70d5 rtsx_pci_read_ppbuf +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x0f85c440 rtsx_pci_send_cmd_no_wait +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x482b044d rtsx_pci_read_phy_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x4f0f4c9f rtsx_pci_dma_transfer +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x62d65c47 rtsx_pci_card_pull_ctl_enable +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x669f2dd5 rtsx_pci_dma_map_sg +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x77eb7285 rtsx_pci_switch_clock +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x86cd8d0e rtsx_pci_switch_output_voltage +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x8b4601fa rtsx_pci_card_power_on +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x9abdba7c rtsx_pci_transfer_data +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x9d1a40cf rtsx_pci_stop_cmd +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xa7477c9d rtsx_pci_card_pull_ctl_disable +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xaaabae4b rtsx_pci_start_run +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xab524540 rtsx_pci_add_cmd +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xbdf286cf rtsx_pci_card_power_off +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xd241984d rtsx_pci_write_ppbuf +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xe362a14f rtsx_pci_dma_unmap_sg +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xe4220784 rtsx_pci_write_phy_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xe6c6deb2 rtsx_pci_read_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xe6f4befe rtsx_pci_send_cmd +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xf35ff650 rtsx_pci_complete_unfinished_transfer +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xf64337fa rtsx_pci_write_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x0634817d rtsx_usb_get_card_status +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x139d45b6 rtsx_usb_add_cmd +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x237bcdbf rtsx_usb_read_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x41d4b0f3 rtsx_usb_ep0_read_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x73c1d6de rtsx_usb_transfer_data +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x790c6071 rtsx_usb_send_cmd +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x7d37ef80 rtsx_usb_switch_clock +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0xa3351780 rtsx_usb_ep0_write_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0xa4fdab54 rtsx_usb_write_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0xac33731a rtsx_usb_read_ppbuf +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0xf0a7bf7b rtsx_usb_get_rsp +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0xfa99a400 rtsx_usb_card_exclusive_check +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0xfb167e41 rtsx_usb_write_ppbuf +EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0x60945278 cb710_pci_update_config_reg +EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0xad252f86 cb710_sg_dwiter_write_next_block +EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0xaf1d4f89 cb710_sg_dwiter_read_next_block +EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0xb3acd7f8 cb710_set_irq_handler +EXPORT_SYMBOL_GPL drivers/misc/cxl/cxl 0x02d7cc45 cxl_get_fd +EXPORT_SYMBOL_GPL drivers/misc/cxl/cxl 0x07b1c092 cxllib_slot_is_supported +EXPORT_SYMBOL_GPL drivers/misc/cxl/cxl 0x0f053e72 cxl_set_priv +EXPORT_SYMBOL_GPL drivers/misc/cxl/cxl 0x177c664e cxllib_switch_phb_mode +EXPORT_SYMBOL_GPL drivers/misc/cxl/cxl 0x1f376fb7 cxl_set_driver_ops +EXPORT_SYMBOL_GPL drivers/misc/cxl/cxl 0x3c1d18b9 cxllib_set_device_dma +EXPORT_SYMBOL_GPL drivers/misc/cxl/cxl 0x4be3f417 cxl_fops_get_context +EXPORT_SYMBOL_GPL drivers/misc/cxl/cxl 0x53f73ee6 cxl_process_element +EXPORT_SYMBOL_GPL drivers/misc/cxl/cxl 0x5b7e2774 cxl_afu_reset +EXPORT_SYMBOL_GPL drivers/misc/cxl/cxl 0x5bc55bac cxl_start_context +EXPORT_SYMBOL_GPL drivers/misc/cxl/cxl 0x5d1bec61 cxl_set_master +EXPORT_SYMBOL_GPL drivers/misc/cxl/cxl 0x5f0c4a2a cxl_unmap_afu_irq +EXPORT_SYMBOL_GPL drivers/misc/cxl/cxl 0x68e85d9b cxl_context_events_pending +EXPORT_SYMBOL_GPL drivers/misc/cxl/cxl 0x6db3659d cxllib_get_xsl_config +EXPORT_SYMBOL_GPL drivers/misc/cxl/cxl 0x6f8c2aa4 cxl_read_adapter_vpd +EXPORT_SYMBOL_GPL drivers/misc/cxl/cxl 0x800ff595 cxllib_get_PE_attributes +EXPORT_SYMBOL_GPL drivers/misc/cxl/cxl 0x80d0f46f cxl_free_afu_irqs +EXPORT_SYMBOL_GPL drivers/misc/cxl/cxl 0x81354a61 cxl_get_priv +EXPORT_SYMBOL_GPL drivers/misc/cxl/cxl 0x81b84a03 cxl_allocate_afu_irqs +EXPORT_SYMBOL_GPL drivers/misc/cxl/cxl 0x85ce04f8 cxl_psa_map +EXPORT_SYMBOL_GPL drivers/misc/cxl/cxl 0x8740bc47 cxl_psa_unmap +EXPORT_SYMBOL_GPL drivers/misc/cxl/cxl 0x8883c615 cxl_fd_ioctl +EXPORT_SYMBOL_GPL drivers/misc/cxl/cxl 0x95d48445 cxl_dev_context_init +EXPORT_SYMBOL_GPL drivers/misc/cxl/cxl 0x967888c8 cxl_release_context +EXPORT_SYMBOL_GPL drivers/misc/cxl/cxl 0x9715875d cxl_start_work +EXPORT_SYMBOL_GPL drivers/misc/cxl/cxl 0x976f960c cxl_fd_read +EXPORT_SYMBOL_GPL drivers/misc/cxl/cxl 0x9ed62a4c cxl_fd_release +EXPORT_SYMBOL_GPL drivers/misc/cxl/cxl 0xa654b907 cxl_fd_mmap +EXPORT_SYMBOL_GPL drivers/misc/cxl/cxl 0xb3015dc5 cxl_get_context +EXPORT_SYMBOL_GPL drivers/misc/cxl/cxl 0xbdeb2b0c cxl_stop_context +EXPORT_SYMBOL_GPL drivers/misc/cxl/cxl 0xd032ec0e cxl_fd_open +EXPORT_SYMBOL_GPL drivers/misc/cxl/cxl 0xd16d2433 cxl_perst_reloads_same_image +EXPORT_SYMBOL_GPL drivers/misc/cxl/cxl 0xdf2f6493 cxl_pci_to_cfg_record +EXPORT_SYMBOL_GPL drivers/misc/cxl/cxl 0xe4a02c90 cxl_fd_poll +EXPORT_SYMBOL_GPL drivers/misc/cxl/cxl 0xf13cfc07 cxl_pci_to_afu +EXPORT_SYMBOL_GPL drivers/misc/cxl/cxl 0xfb56bd7f cxllib_handle_fault +EXPORT_SYMBOL_GPL drivers/misc/cxl/cxl 0xffe6016f cxl_map_afu_irq +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 0x15d4fcfb enclosure_remove_device +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x2d905dc3 enclosure_for_each_device +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x40011e5c enclosure_find +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x58b64f6f enclosure_add_device +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x6ece7709 enclosure_register +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0xa442cb52 enclosure_unregister +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0xaa1fe75c enclosure_component_alloc +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0xfb7fa13e enclosure_component_register +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x0b4f4564 lis3lv02d_init_device +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x4c63f830 lis3lv02d_poweron +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x97806149 lis3lv02d_remove_fs +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0xb6e35077 lis3lv02d_poweroff +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0xc6ae6038 lis3_dev +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0xce442048 lis3lv02d_init_dt +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0xd3d8e896 lis3lv02d_joystick_disable +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0xf0efd716 lis3lv02d_joystick_enable +EXPORT_SYMBOL_GPL drivers/misc/ocxl/ocxl 0x04ac1a66 ocxl_link_release +EXPORT_SYMBOL_GPL drivers/misc/ocxl/ocxl 0x10a96360 ocxl_global_mmio_set64 +EXPORT_SYMBOL_GPL drivers/misc/ocxl/ocxl 0x169a5d11 ocxl_link_add_pe +EXPORT_SYMBOL_GPL drivers/misc/ocxl/ocxl 0x1c5650ef ocxl_config_read_function +EXPORT_SYMBOL_GPL drivers/misc/ocxl/ocxl 0x2889cb55 ocxl_config_set_afu_pasid +EXPORT_SYMBOL_GPL drivers/misc/ocxl/ocxl 0x2d876dd2 ocxl_link_remove_pe +EXPORT_SYMBOL_GPL drivers/misc/ocxl/ocxl 0x4626e56f ocxl_afu_irq_get_addr +EXPORT_SYMBOL_GPL drivers/misc/ocxl/ocxl 0x465feec1 ocxl_afu_get +EXPORT_SYMBOL_GPL drivers/misc/ocxl/ocxl 0x46688b0b ocxl_config_set_actag +EXPORT_SYMBOL_GPL drivers/misc/ocxl/ocxl 0x56d3a3eb ocxl_global_mmio_clear64 +EXPORT_SYMBOL_GPL drivers/misc/ocxl/ocxl 0x5d8814ea ocxl_link_free_irq +EXPORT_SYMBOL_GPL drivers/misc/ocxl/ocxl 0x5e1a0e3b ocxl_afu_config +EXPORT_SYMBOL_GPL drivers/misc/ocxl/ocxl 0x60943e18 ocxl_link_setup +EXPORT_SYMBOL_GPL drivers/misc/ocxl/ocxl 0x652fc7b6 ocxl_global_mmio_write32 +EXPORT_SYMBOL_GPL drivers/misc/ocxl/ocxl 0x680f2039 ocxl_config_get_actag_info +EXPORT_SYMBOL_GPL drivers/misc/ocxl/ocxl 0x6ccabe13 ocxl_function_open +EXPORT_SYMBOL_GPL drivers/misc/ocxl/ocxl 0x6d0d52f6 ocxl_config_set_TL +EXPORT_SYMBOL_GPL drivers/misc/ocxl/ocxl 0x7d1a4d49 ocxl_context_free +EXPORT_SYMBOL_GPL drivers/misc/ocxl/ocxl 0x86b3dfc5 ocxl_global_mmio_set32 +EXPORT_SYMBOL_GPL drivers/misc/ocxl/ocxl 0x86c6afd3 ocxl_context_attach +EXPORT_SYMBOL_GPL drivers/misc/ocxl/ocxl 0x8cd893d8 ocxl_afu_set_private +EXPORT_SYMBOL_GPL drivers/misc/ocxl/ocxl 0x8d110411 ocxl_global_mmio_read32 +EXPORT_SYMBOL_GPL drivers/misc/ocxl/ocxl 0x9cb62500 ocxl_global_mmio_read64 +EXPORT_SYMBOL_GPL drivers/misc/ocxl/ocxl 0xa425dd99 ocxl_afu_irq_free +EXPORT_SYMBOL_GPL drivers/misc/ocxl/ocxl 0xb2f7302d ocxl_afu_irq_alloc +EXPORT_SYMBOL_GPL drivers/misc/ocxl/ocxl 0xb6b05a20 ocxl_config_set_afu_state +EXPORT_SYMBOL_GPL drivers/misc/ocxl/ocxl 0xc0c91f4e ocxl_global_mmio_clear32 +EXPORT_SYMBOL_GPL drivers/misc/ocxl/ocxl 0xcea6d0c7 ocxl_config_terminate_pasid +EXPORT_SYMBOL_GPL drivers/misc/ocxl/ocxl 0xd04de359 ocxl_afu_get_private +EXPORT_SYMBOL_GPL drivers/misc/ocxl/ocxl 0xd3c1236e ocxl_irq_set_handler +EXPORT_SYMBOL_GPL drivers/misc/ocxl/ocxl 0xd57e0fa7 ocxl_link_irq_alloc +EXPORT_SYMBOL_GPL drivers/misc/ocxl/ocxl 0xd8d8fcc0 ocxl_function_afu_list +EXPORT_SYMBOL_GPL drivers/misc/ocxl/ocxl 0xdd496808 ocxl_context_detach +EXPORT_SYMBOL_GPL drivers/misc/ocxl/ocxl 0xe8bd3dc2 ocxl_config_read_afu +EXPORT_SYMBOL_GPL drivers/misc/ocxl/ocxl 0xee6d081f ocxl_config_set_afu_actag +EXPORT_SYMBOL_GPL drivers/misc/ocxl/ocxl 0xf3357b13 ocxl_global_mmio_write64 +EXPORT_SYMBOL_GPL drivers/misc/ocxl/ocxl 0xf3bf1716 ocxl_afu_put +EXPORT_SYMBOL_GPL drivers/misc/ocxl/ocxl 0xf4edbf0c ocxl_function_config +EXPORT_SYMBOL_GPL drivers/misc/ocxl/ocxl 0xf98ec0d5 ocxl_context_alloc +EXPORT_SYMBOL_GPL drivers/misc/ocxl/ocxl 0xfa412755 ocxl_function_fetch_afu +EXPORT_SYMBOL_GPL drivers/misc/ocxl/ocxl 0xfc0184d4 ocxl_function_close +EXPORT_SYMBOL_GPL drivers/misc/pvpanic/pvpanic 0x0ae6fc79 devm_pvpanic_probe +EXPORT_SYMBOL_GPL drivers/misc/ti-st/st_drv 0x3a8dd3bd st_unregister +EXPORT_SYMBOL_GPL drivers/misc/ti-st/st_drv 0x9d3ddcb4 st_register +EXPORT_SYMBOL_GPL drivers/misc/uacce/uacce 0x09b90b73 uacce_register +EXPORT_SYMBOL_GPL drivers/misc/uacce/uacce 0x2b262025 uacce_remove +EXPORT_SYMBOL_GPL drivers/misc/uacce/uacce 0xa5ff6f43 uacce_alloc +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x162fc9d8 sdhci_request +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x17595b7f sdhci_set_uhs_signaling +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x19d39567 sdhci_enable_clk +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x1f4a702d sdhci_adma_write_desc +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x23473910 sdhci_start_signal_voltage_switch +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x236ee753 sdhci_runtime_suspend_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x2b5459b6 sdhci_abort_tuning +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x35213350 sdhci_setup_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x3e4de8dc sdhci_runtime_resume_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x48cb8c25 sdhci_cqe_disable +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x4bc55fe0 sdhci_reset +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x4e441ffa sdhci_request_atomic +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x4fa9068f sdhci_enable_sdio_irq +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x56291e5f sdhci_end_tuning +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x5e19b148 sdhci_suspend_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x66ee6b9f __sdhci_set_timeout +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x6f371161 sdhci_enable_v4_mode +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x7b3072d4 sdhci_set_clock +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x7bff4ccf sdhci_add_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x7c658716 sdhci_set_bus_width +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x80c0f924 sdhci_send_tuning +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x828dba2a sdhci_cqe_enable +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x8bcf2342 sdhci_start_tuning +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x99589f2d sdhci_set_power +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xa3129ade sdhci_alloc_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xabbcde93 sdhci_reset_tuning +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xad7a67e6 sdhci_set_power_and_bus_voltage +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xaecd95ed __sdhci_read_caps +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xb2baafad sdhci_get_cd_nogpio +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xb3ed9a9e sdhci_resume_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xb4da98a3 sdhci_switch_external_dma +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xbb25adac sdhci_calc_clk +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xbd8c278a sdhci_set_power_noreg +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xbe5f11ef sdhci_dumpregs +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xbf5a4b0f sdhci_set_data_timeout_irq +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xc62a32b7 sdhci_free_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xd5dfd8cd sdhci_cqe_irq +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xd9abd3e1 sdhci_remove_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xe545c2b3 __sdhci_add_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xf496cadf sdhci_execute_tuning +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xf9d1cdc4 sdhci_cleanup_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xfd185203 sdhci_set_ios +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x200597b2 sdhci_pltfm_unregister +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x2eae121e sdhci_pltfm_register +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x746cf366 sdhci_pltfm_pmops +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x79978bd4 sdhci_pltfm_resume +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x8774c21b sdhci_pltfm_suspend +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x919f55b8 sdhci_get_property +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0xb35c5bae sdhci_pltfm_clk_get_max_clock +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0xc6627337 sdhci_pltfm_free +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0xdbdb4b47 sdhci_pltfm_init +EXPORT_SYMBOL_GPL drivers/most/most_core 0x02b986e1 most_register_interface +EXPORT_SYMBOL_GPL drivers/most/most_core 0x19cee7fc most_register_configfs_subsys +EXPORT_SYMBOL_GPL drivers/most/most_core 0x2473d53a most_resume_enqueue +EXPORT_SYMBOL_GPL drivers/most/most_core 0x40923bb8 most_deregister_interface +EXPORT_SYMBOL_GPL drivers/most/most_core 0x48835ec1 most_get_mbo +EXPORT_SYMBOL_GPL drivers/most/most_core 0x48d2279b channel_has_mbo +EXPORT_SYMBOL_GPL drivers/most/most_core 0x5f0d5863 most_submit_mbo +EXPORT_SYMBOL_GPL drivers/most/most_core 0x62bbd06b most_stop_channel +EXPORT_SYMBOL_GPL drivers/most/most_core 0xab9bb48a most_deregister_configfs_subsys +EXPORT_SYMBOL_GPL drivers/most/most_core 0xbcf01c4e most_deregister_component +EXPORT_SYMBOL_GPL drivers/most/most_core 0xc69902f3 most_put_mbo +EXPORT_SYMBOL_GPL drivers/most/most_core 0xe685b683 most_stop_enqueue +EXPORT_SYMBOL_GPL drivers/most/most_core 0xece904f9 most_register_component +EXPORT_SYMBOL_GPL drivers/most/most_core 0xfeae4c6a most_start_channel +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0001 0x09a7294d cfi_cmdset_0001 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0001 0x368e0ca5 cfi_cmdset_0003 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0001 0xcb902933 cfi_cmdset_0200 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0002 0x291a9e51 cfi_cmdset_0002 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0002 0x5748d581 cfi_cmdset_0006 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0002 0xdae351d7 cfi_cmdset_0701 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0020 0xb8ddf8d6 cfi_cmdset_0020 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_util 0x327940b1 cfi_qry_mode_off +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_util 0x47428f17 cfi_qry_present +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_util 0xd744ef9d cfi_qry_mode_on +EXPORT_SYMBOL_GPL drivers/mtd/hyperbus/hyperbus-core 0x4dfabdcf hyperbus_register_device +EXPORT_SYMBOL_GPL drivers/mtd/hyperbus/hyperbus-core 0xe09c015a hyperbus_unregister_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x0c2cf296 mtd_table_mutex +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x121e5201 mtd_device_unregister +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x170a1d7b mtd_lock_user_prot_reg +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x19df401d get_mtd_device_nm +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x1a5a9792 __put_mtd_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x1eee1730 mtd_get_user_prot_info +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x2123bb34 __register_mtd_parser +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x21cda526 mtd_pairing_groups +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x227995e8 __get_mtd_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x2d00efbd mtd_read_fact_prot_reg +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x2e8e2c7a mtd_erase +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x2f5bb119 mtd_ooblayout_count_eccbytes +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x3554dad3 mtd_lock +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x356dd019 unregister_mtd_user +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x361d00ab mtd_block_markbad +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x3c86b771 kill_mtd_super +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x3ec79fd1 mtd_pairing_info_to_wunit +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x40736dfe mtd_device_parse_register +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x41ba622b mtd_ooblayout_set_eccbytes +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x43135975 deregister_mtd_parser +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x43148b2a mtd_wunit_to_pairing_info +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x4c879797 mtd_ooblayout_find_eccregion +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x4cde3dd1 mtd_writev +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x72efbe7d mtd_erase_user_prot_reg +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x747abab6 mtd_unpoint +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x7a91c676 of_get_mtd_device_by_node +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x7f5c9ca5 put_mtd_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x88a14859 mtd_unlock +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x8a16eff5 mtd_get_device_size +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x8cc3cd33 get_mtd_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x8f3a39e0 mtd_block_isreserved +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x9200b25d get_tree_mtd +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x98a28601 mtd_is_locked +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x9c10028d mtd_write_oob +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x9d773c37 mtd_kmalloc_up_to +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x9ec4c52a mtd_add_partition +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xa565e033 mtd_read_oob +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xa8bd5c67 mtd_block_isbad +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xabbe1c61 mtd_point +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xac270e04 mtd_get_unmapped_area +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xb5f55d6f mtd_read +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xb7075882 mtd_check_expert_analysis_mode +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xbcc3c9e4 __mtd_next_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xbcf7e67a mtd_write +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xd1a35917 mtd_ooblayout_set_databytes +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xd67e51a4 mtd_del_partition +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xdf2c21c4 mtd_ooblayout_free +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xe84a7be8 mtd_ooblayout_get_eccbytes +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xe937015f mtd_write_user_prot_reg +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xeb0beefe mtd_read_user_prot_reg +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xee84e803 mtd_ooblayout_count_freebytes +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xf1fd0c1b mtd_get_fact_prot_info +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xf5fe5582 mtd_ooblayout_get_databytes +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xfb549c11 mtd_ooblayout_ecc +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xfba5199e mtd_panic_write +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xfbc1bbbc register_mtd_user +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0x45624222 del_mtd_blktrans_dev +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0x5ee72ee0 register_mtd_blktrans +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0x76b6b340 mtd_blktrans_cease_background +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0xe5893cdf add_mtd_blktrans_dev +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0xe91f270a deregister_mtd_blktrans +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x010b2dc1 nand_ecc_tweak_req +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x04cc5f79 mxic_ecc_get_pipelined_engine +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x06c7fcf0 nanddev_isreserved +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x09a83fa2 nanddev_cleanup +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x12d330e0 mxic_ecc_put_pipelined_engine +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x152635d1 nand_ecc_restore_req +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x1bc46ad2 nand_ecc_init_req_tweaking +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x26811064 nanddev_mtd_max_bad_blocks +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x281d6caa nanddev_ecc_engine_cleanup +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x4632b32b nanddev_ecc_engine_init +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x4816b964 nand_get_small_page_ooblayout +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x560b801d nanddev_mtd_erase +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x75c67152 nanddev_init +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x7c1fdfe1 nanddev_markbad +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x89c63715 nanddev_isbad +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x96bf33b9 nand_get_large_page_ooblayout +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0xa4775afc mxic_ecc_process_data_pipelined +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0xb63e32ab nanddev_bbt_set_block_status +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0xbc94223f nanddev_bbt_update +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0xc3d9b069 nanddev_bbt_get_block_status +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0xca4f2411 nanddev_bbt_cleanup +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0xed678ea4 mxic_ecc_get_pipelined_ops +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0xf55dd124 nanddev_bbt_init +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0xfde54f8a nand_get_large_page_hamming_ooblayout +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0xfe13a528 nand_ecc_cleanup_req_tweaking +EXPORT_SYMBOL_GPL drivers/mtd/nand/onenand/onenand 0x815dbf3b onenand_scan +EXPORT_SYMBOL_GPL drivers/mtd/nand/onenand/onenand 0xd6b99bed onenand_release +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/denali 0x53be4a90 denali_chip_init +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x0f55a2d0 nand_prog_page_begin_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x11091291 nand_extract_bits +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x16021bda nand_reset +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x1a57b55f nand_decode_ext_id +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x1d76239d nand_read_oob_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x251f9e46 nand_wait_ready +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x2d368c4c nand_subop_get_addr_start_off +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x301247e4 nand_soft_waitrdy +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x34d24a89 nand_prog_page_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x3fa68f43 nand_read_page_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x40ce3e3c nand_select_target +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x5013957b nand_reset_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x5632e63d nand_subop_get_num_addr_cyc +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x568f9891 nand_readid_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x64e04264 nand_gpio_waitrdy +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x83e9b979 nand_cleanup +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x99a1a66e nand_erase_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xa724531d nand_read_page_hwecc_oob_first +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xafc48493 nand_prog_page_end_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xb7dbd019 nand_write_data_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xc1acb606 nand_change_write_column_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xc4d09c16 nand_op_parser_exec_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xd0d899d7 nand_ecc_choose_conf +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xd3c672b8 nand_subop_get_data_len +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xd41ff2ac nand_subop_get_data_start_off +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xd694e07a nand_status_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xe4b86c00 nand_change_read_column_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xec8ec7b6 nand_deselect_target +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xfbcdce88 nand_read_data_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/sm_common 0x413c5151 sm_register_device +EXPORT_SYMBOL_GPL drivers/mtd/spi-nor/spi-nor 0x2106beb7 spi_nor_scan +EXPORT_SYMBOL_GPL drivers/mtd/spi-nor/spi-nor 0x9a7ce8e6 spi_nor_restore +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x237f02bd ubi_open_volume_nm +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 0x4da4762e ubi_do_get_device_info +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x55b6fa18 ubi_leb_read_sg +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x576b9e8e ubi_leb_change +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x5feca4ee ubi_close_volume +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x62f6a9d4 ubi_leb_write +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x66011ab6 ubi_get_device_info +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x71bbc7c3 ubi_leb_map +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x811b89df ubi_leb_read +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x85a8ee76 ubi_unregister_volume_notifier +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x87db352c ubi_leb_unmap +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x8e5110b5 ubi_open_volume +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xaad182aa ubi_is_mapped +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xce37580f ubi_open_volume_path +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xd71ec230 ubi_get_volume_info +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xd82fe00d ubi_leb_erase +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xf5ee9ba8 ubi_register_volume_notifier +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x0a42b491 mux_chip_register +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x0a65c89f mux_state_try_select_delay +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x2af4fefc mux_chip_alloc +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x4831392f devm_mux_chip_register +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x5a2016f0 devm_mux_state_get +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x5cc2ae5c mux_control_select_delay +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x5feb31ac mux_control_deselect +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x6013b1a7 devm_mux_control_get +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x63e4f0c7 mux_control_states +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x7cf08396 mux_state_deselect +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x88f6e273 mux_control_get +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0xb2cc0336 mux_chip_free +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0xbd9355ce mux_chip_unregister +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0xde1e48e4 mux_control_try_select_delay +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0xfa76e911 mux_state_select_delay +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0xfc3757d2 devm_mux_chip_alloc +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0xfe0f3e9e mux_control_put +EXPORT_SYMBOL_GPL drivers/net/arcnet/arcnet 0x43bc7bf8 arcnet_led_event +EXPORT_SYMBOL_GPL drivers/net/arcnet/arcnet 0xcfe23d75 devm_arcnet_led_init +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0x41dda4e7 c_can_power_up +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0x4a6d2808 unregister_c_can_dev +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0x5e9d359b free_c_can_dev +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0x9a9fc468 alloc_c_can_dev +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0xcda730b6 c_can_power_down +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0xd9b3fefa register_c_can_dev +EXPORT_SYMBOL_GPL drivers/net/can/cc770/cc770 0x42226bd9 register_cc770dev +EXPORT_SYMBOL_GPL drivers/net/can/cc770/cc770 0xa6e9fe9f unregister_cc770dev +EXPORT_SYMBOL_GPL drivers/net/can/cc770/cc770 0xf6aca533 alloc_cc770dev +EXPORT_SYMBOL_GPL drivers/net/can/cc770/cc770 0xfd0573cc free_cc770dev +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x10d892eb can_get_state_str +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x11402440 alloc_candev_mqs +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x25dd9830 can_rx_offload_add_fifo +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x2f19c088 of_can_transceiver +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x301e48b9 can_rx_offload_irq_offload_fifo +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x3c9f2e53 can_free_echo_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x42971276 can_skb_get_frame_len +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x4bc7f8e9 alloc_can_err_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x50ee0bc5 alloc_canxl_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x519aab4b can_rx_offload_queue_timestamp +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x54ec689d can_rx_offload_add_timestamp +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x5c41cd71 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 0x72753ba8 can_get_echo_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x7547f5be safe_candev_priv +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x7e9a0571 close_candev +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x80d1a797 alloc_canfd_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x88022772 can_change_state +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x888107ef can_bus_off +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x8a484657 can_rx_offload_queue_tail +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x8d80ed76 can_rx_offload_irq_offload_timestamp +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x8f9342b2 register_candev +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xa1336e3b can_rx_offload_irq_finish +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xabc91521 can_dropped_invalid_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xac6da3c4 free_candev +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xb2a01e5c can_change_mtu +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xb7c25bef can_put_echo_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xbe3d604e can_rx_offload_del +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xc8ef2bd4 can_rx_offload_enable +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xd6cd8b94 open_candev +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xd6f9c23d unregister_candev +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xefdc5cdb can_rx_offload_add_manual +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xf12d9387 can_fd_dlc2len +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xf1d5eb2c can_rx_offload_threaded_irq_finish +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xfeceac37 can_rx_offload_get_echo_skb +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0x1ee73814 m_can_init_ram +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0x3c7e5e1d m_can_class_resume +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0x5bb7a12a m_can_class_get_clocks +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0xa8cde870 m_can_class_register +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0xa9eb9648 m_can_class_allocate_dev +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0xb62935ac m_can_class_suspend +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0xde377c4c m_can_class_unregister +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0xef36c272 m_can_class_free_dev +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0x49ebd0d2 sja1000_interrupt +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0x63d93431 alloc_sja1000dev +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0x8ca94cb5 register_sja1000dev +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0xa8708dd0 free_sja1000dev +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0xaaef2736 unregister_sja1000dev +EXPORT_SYMBOL_GPL drivers/net/dsa/lan9303-core 0x3f52861d lan9303_indirect_phy_ops +EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_switch 0x1aa038ad ksz_switch_chips +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8365mb 0xc33faf80 rtl8365mb_variant +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0x0876003d rtl8366_vlan_add +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0x264d9816 rtl8366_set_vlan +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0x2e89f49d rtl8366_enable_vlan +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0x333dedd5 rtl8366_get_sset_count +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0x4cac65bc rtl8366_enable_vlan4k +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0x89af4d7d rtl8366rb_variant +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0x9a3cae05 rtl8366_vlan_del +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0xce0f7811 rtl8366_reset_vlan +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0xdd890c65 rtl8366_get_strings +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0xde9b81d2 rtl8366_get_ethtool_stats +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0xf2d91905 rtl8366_mc_is_used +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0xfb8d561f rtl8366_set_pvid +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-mdio 0x0313fa38 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 0x6e48a2d3 enetc_mdio_write +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-mdio 0x9524094e enetc_mdio_read +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-ptp 0x5431a304 enetc_phc_index +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0x09089141 fun_alloc_ring_mem +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0x0bc6bda2 fun_res_destroy +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0x0be23659 fun_sq_create +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0x39c398c3 fun_bind +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0x41171efb fun_get_res_count +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0x45072198 fun_serv_stop +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0x48b45bfb fun_serv_restart +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0xa37cd2cd fun_cq_create +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0xc06e88cb fun_free_ring_mem +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0xc3186e53 fun_submit_admin_sync_cmd +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0xd7d4f6b1 fun_serv_sched +EXPORT_SYMBOL_GPL drivers/net/ethernet/intel/i40e/i40e 0x10b87808 i40e_client_device_unregister +EXPORT_SYMBOL_GPL drivers/net/ethernet/intel/i40e/i40e 0xa5c56fb6 i40e_client_device_register +EXPORT_SYMBOL_GPL drivers/net/ethernet/intel/ice/ice 0x627629d0 ice_rdma_request_reset +EXPORT_SYMBOL_GPL drivers/net/ethernet/intel/ice/ice 0x67de8e06 ice_get_qos_params +EXPORT_SYMBOL_GPL drivers/net/ethernet/intel/ice/ice 0x8a130eb0 ice_add_rdma_qset +EXPORT_SYMBOL_GPL drivers/net/ethernet/intel/ice/ice 0xacf7bc84 ice_rdma_update_vsi_filter +EXPORT_SYMBOL_GPL drivers/net/ethernet/intel/ice/ice 0xe8ded633 ice_del_rdma_qset +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x031b7943 mlx4_ACCESS_PTYS_REG +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x03737ab9 mlx4_mr_rereg_mem_write +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x045e4dd4 mlx4_get_base_qpn +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x064b8a42 mlx4_register_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x065aeb01 mlx4_mr_hw_get_mpt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x073558ee mlx4_free_cmd_mailbox +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0a485a6e mlx4_mr_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0aea00e6 mlx4_update_qp +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0ea43c28 mlx4_mw_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x135695a1 mlx4_CLOSE_PORT +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1669586d mlx4_INIT_PORT +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x17e3b73a mlx4_write_mtt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1d5adc67 mlx4_multicast_detach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x206c4b18 mlx4_flow_steer_promisc_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x22c745bd mlx4_mr_hw_write_mpt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x23a482df mlx4_flow_detach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x23f4d252 mlx4_mr_hw_change_access +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x241470b2 mlx4_buf_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2551288f mlx4_counter_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2b339ce7 mlx4_get_internal_clock_params +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2db30f05 mlx4_port_map_set +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2e4dc515 __mlx4_replace_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2f48d039 mlx4_bf_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x30b9c9b6 mlx4_unregister_interface +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x32263652 mlx4_pd_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3319a7d4 mlx4_cq_modify +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3426e654 mlx4_find_cached_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x374cf401 mlx4_unicast_promisc_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x39997ca8 mlx4_buf_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3e69e9c7 mlx4_qp_reserve_range +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x400e2a6d mlx4_alloc_cmd_mailbox +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x42976edb mlx4_slave_convert_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x44b33af5 mlx4_flow_steer_promisc_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4665f86d mlx4_phys_to_slaves_pport_actv +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x476868db mlx4_buf_write_mtt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4a9530b1 mlx4_vf_smi_enabled +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4ab6c86b mlx4_xrcd_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4d46851f mlx4_pd_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x53096eb7 mlx4_phys_to_slaves_pport +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x553d5d0c mlx4_unicast_promisc_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x56f60c49 mlx4_map_sw_to_hw_steering_mode +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x58fccc2b mlx4_qp_query +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5966cd01 mlx4_qp_release_range +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5d0d29dd mlx4_mr_rereg_mem_cleanup +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5e443a94 mlx4_counter_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5e97346e mlx4_srq_lookup +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x61312dc9 mlx4_find_cached_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6932b461 mlx4_unicast_detach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6b47c401 mlx4_get_protocol_dev +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6b8e5cfc mlx4_get_vf_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6eb6559d mlx4_qp_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x72d2ee85 mlx4_SYNC_TPT +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x731c77c4 mlx4_mr_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x770be9ee mlx4_multicast_promisc_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7789c124 mlx4_flow_attach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x79ae78a3 mlx4_mr_hw_put_mpt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7ed89b3c mlx4_vf_set_enable_smi_admin +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7f615f31 mlx4_uar_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x81cf3afc mlx4_FLOW_STEERING_IB_UC_QP_RANGE +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x84ca9020 mlx4_get_slave_default_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8987508e mlx4_wol_write +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x89df4d8b __mlx4_register_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8ad20a7b mlx4_cq_resize +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8c255bd8 mlx4_config_dev_retrieval +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8f4ee86f mlx4_mr_enable +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8f8363b5 mlx4_get_vf_config +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x91d4ca86 mlx4_mtt_addr +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9272e44c __mlx4_cmd +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x970bf87d mlx4_set_vf_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9c4abd88 mlx4_wol_read +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa08b5e52 mlx4_set_vf_spoofchk +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa2c9cf51 mlx4_map_sw_to_hw_steering_id +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa5b1ffb9 mlx4_phys_to_slave_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa67ebbad mlx4_register_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa7892738 mlx4_vf_get_enable_smi_admin +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa843300e mlx4_read_clock +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa9159693 mlx4_set_vf_link_state +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xab367dd3 mlx4_set_admin_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xaca5d68e mlx4_srq_query +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xaf8fcfc0 mlx4_xrcd_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xaf9bcc82 mlx4_config_roce_v2_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb12c8893 mlx4_qp_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb333317d mlx4_alloc_hwq_res +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb5da39a7 mlx4_cq_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb5fb68ae mlx4_get_base_gid_ix +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb6694e90 mlx4_mw_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb6bc3d41 mlx4_qp_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb6da2170 mlx4_replace_zero_macs +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb6f87aa9 mlx4_set_vf_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xba27198e mlx4_config_vxlan_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xbf02729a mlx4_get_admin_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc15816b7 mlx4_hw_rule_sz +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc42402db mlx4_free_hwq_res +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc530cb0f mlx4_unregister_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc7d14525 mlx4_get_active_ports +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc900c06a mlx4_get_devlink_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xcc36ac26 mlx4_bond +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xcd914006 mlx4_qp_modify +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd1b78404 mlx4_register_interface +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd51c0aef mlx4_srq_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd6d178c5 mlx4_unbond +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd8967a79 __mlx4_unregister_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xda56f4ff mlx4_get_default_counter_index +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe05772fe mlx4_multicast_promisc_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe0c022d9 mlx4_mtt_cleanup +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe25885db mlx4_unicast_attach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe41fec3d mlx4_bf_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe44a80c5 mlx4_uar_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe4a4eb35 mlx4_set_vf_rate +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe50a7964 mlx4_mw_enable +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe6991812 mlx4_unregister_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe70a137e mlx4_multicast_attach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe7ac60dc mlx4_mr_hw_change_pd +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xecdb541d mlx4_get_counter_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xef5d272a mlx4_srq_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xeff255ef mlx4_srq_arm +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf04f3c00 mlx4_db_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf0fe2802 mlx4_db_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf317487c mlx4_mtt_init +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xfe18c7b7 mlx4_qp_to_ready +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xff3c497e mlx4_cq_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x06251db2 mlx5_set_port_tc_group +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x072460c4 mlx5_fill_page_frag_array +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x072be573 mlx5_nic_vport_query_local_lb +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0a054908 mlx5_set_port_admin_status +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0a499b5f mlx5_query_port_max_mtu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1578ea6e mlx5_query_nic_vport_node_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x19037945 mlx5_core_reserved_gids_count +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1e8bae53 mlx5_query_port_admin_status +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x20743a14 mlx5_query_port_wol +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x269aaa49 mlx5_modify_nic_vport_mac_address +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x26e7397c mlx5_query_min_inline +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x29eca0f8 mlx5_query_port_ptys +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2a9df4e1 mlx5_core_query_vport_counter +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3617c5cf mlx5_query_port_tc_group +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x517ca5ff mlx5_core_query_sq_state +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x56c55688 mlx5_query_hca_vport_node_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5707d76e mlx5_query_nic_vport_min_inline +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5978db87 mlx5_query_nic_system_image_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5a97e8b6 mlx5_core_modify_hca_vport_context +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5b4bd4e1 mlx5_query_hca_vport_context +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5cdea3e7 mlx5_core_access_reg +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x61af7ea1 mlx5_nic_vport_enable_roce +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x62e43c63 mlx5_modify_nic_vport_promisc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x69fbc67a mlx5_set_port_pfc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6b183883 mlx5_modify_nic_vport_mtu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6b660e42 mlx5_query_hca_vport_gid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6c86ba3d mlx5_query_module_eeprom +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6cc6b0a6 mlx5_query_port_ets_rate_limit +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6ec24067 mlx5_query_nic_vport_mac_list +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7429778c mlx5_set_port_tc_bw_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x81aadc6a mlx5_fill_page_frag_array_perm +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x88637726 mlx5_set_port_prio_tc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8a1bc0a0 mlx5_db_alloc_node +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8b18787d mlx5_nic_vport_affiliate_multiport +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x904d6975 mlx5_set_port_mtu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x906f9686 mlx5_query_mac_address +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x92556f92 mlx5_modify_nic_vport_vlans +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x92eb9b3c mlx5_query_port_oper_mtu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9c7761fe mlx5_modify_port_ets_rate_limit +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9d50bf48 mlx5_query_nic_vport_mtu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9e744ce9 mlx5_set_port_wol +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9ec40737 mlx5_access_reg +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa1187011 mlx5_query_nic_vport_system_image_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa27a52ab mlx5_frag_buf_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa30acf9a mlx5_query_port_pfc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xadf54d19 mlx5_set_port_caps +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb4043363 mlx5_ipsec_device_caps +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb5718508 mlx5_query_nic_vport_mac_address +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb5daf86a mlx5_query_port_pause +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb69d4823 mlx5_dm_sw_icm_dealloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xba755b11 mlx5_query_hca_vport_system_image_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc198a95a mlx5_query_port_prio_tc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc277486f mlx5_query_port_vl_hw_cap +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc540e03a mlx5_query_module_eeprom_by_page +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc639e99d mlx5_vport_get_other_func_cap +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc70a97b6 mlx5_query_nic_vport_promisc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xce392f5a mlx5_eswitch_mode +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd41eecaf mlx5_query_port_tc_bw_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd76f43d8 mlx5_toggle_port_link +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe13897cb mlx5_eswitch_get_total_vports +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe629598f mlx5_nic_vport_unaffiliate_multiport +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe6de8dcb mlx5_frag_buf_alloc_node +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe98fa7de mlx5_query_nic_vport_qkey_viol_cntr +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xec983a96 mlx5_nic_vport_update_local_lb +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xed05aad4 mlx5_set_port_pause +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xed6d8b98 mlx5_db_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf8916abc mlx5_modify_nic_vport_mac_list +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xfa79ad34 mlx5_dm_sw_icm_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xfc103bbe mlx5_query_hca_vport_pkey +EXPORT_SYMBOL_GPL drivers/net/ethernet/micrel/ks8851_common 0x19c45af5 ks8851_remove_common +EXPORT_SYMBOL_GPL drivers/net/ethernet/micrel/ks8851_common 0x449e5293 ks8851_resume +EXPORT_SYMBOL_GPL drivers/net/ethernet/micrel/ks8851_common 0xb1aef46c ks8851_probe_common +EXPORT_SYMBOL_GPL drivers/net/ethernet/micrel/ks8851_common 0xd4fb9aa0 ks8851_suspend +EXPORT_SYMBOL_GPL drivers/net/ethernet/microchip/encx24j600-regmap 0x520129ae 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 0x00a08db0 __ocelot_bulk_read_ix +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x058a7d5d ocelot_cls_flower_replace +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x0de6dcc9 ocelot_port_setup_dsa_8021q_cpu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x0e816557 __ocelot_write_ix +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x12c13b56 ocelot_regfields_init +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x132780ef ocelot_phylink_mac_link_down +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x1d40caff ocelot_port_del_dscp_prio +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x1f6aa318 ocelot_mact_flush +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x272ee9c1 ocelot_port_unassign_dsa_8021q_cpu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x34fea1f8 ocelot_port_get_dscp_prio +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x408da676 ocelot_port_get_eth_phy_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x4111070b ocelot_cls_flower_destroy +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x50711bc9 ocelot_port_rmwl +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x57f4fc7c ocelot_port_get_rmon_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x60b6532e ocelot_bridge_num_find +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x63d577b6 ocelot_port_get_pause_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x72e9c0f8 ocelot_port_set_default_prio +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x7358f431 ocelot_lag_fdb_del +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x780d0198 ocelot_port_mirror_del +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x7e54fb56 ocelot_port_writel +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x9514626e __ocelot_rmw_ix +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x96023b54 ocelot_port_assigned_dsa_8021q_cpu_mask +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x9906eec5 ocelot_cls_flower_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xa391885b __ocelot_read_ix +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xa495ace3 ocelot_port_add_dscp_prio +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xaa234dcf ocelot_lag_fdb_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xb6a9b612 ocelot_port_mirror_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xbe77ada4 ocelot_port_get_default_prio +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xc493a337 ocelot_port_readl +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xca860a08 ocelot_port_get_eth_ctrl_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xd4747b83 ocelot_regmap_init +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xd6b4273d ocelot_port_teardown_dsa_8021q_cpu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xda5d9d97 ocelot_get_bridge_fwd_mask +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xdc787e93 ocelot_port_assign_dsa_8021q_cpu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xdc960ba8 ocelot_bond_get_id +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xe43457e0 ocelot_phylink_mac_link_up +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xf6be8778 ocelot_port_get_eth_mac_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xfe987b45 ocelot_migrate_mdbs +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 0x44f2ce63 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 0x90dee2ea stmmac_resume +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac 0x92d778bb stmmac_get_mac_addr +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac 0x9ce715ec stmmac_suspend +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac 0xd2b07acf stmmac_bus_clks_config +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac 0xe0052049 stmmac_init_tstamp_counter +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac 0xe42cddec stmmac_dvr_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0x6e49b581 stmmac_pltfr_pm_ops +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0x8e12d5d6 stmmac_remove_config_dt +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0xa0e55632 stmmac_probe_config_dt +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0xa9295fe7 stmmac_get_platform_resources +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0xbee13b02 stmmac_pltfr_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/wiznet/w5100 0x0c876f91 w5100_pm_ops +EXPORT_SYMBOL_GPL drivers/net/ethernet/wiznet/w5100 0x32a08c59 w5100_probe +EXPORT_SYMBOL_GPL drivers/net/ethernet/wiznet/w5100 0x3b2f6e19 w5100_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/wiznet/w5100 0xd275c923 w5100_ops_priv +EXPORT_SYMBOL_GPL drivers/net/geneve 0x8f5b5977 geneve_dev_create_fb +EXPORT_SYMBOL_GPL drivers/net/ipvlan/ipvlan 0x55d10483 ipvlan_count_rx +EXPORT_SYMBOL_GPL drivers/net/ipvlan/ipvlan 0x669ec81f ipvlan_link_register +EXPORT_SYMBOL_GPL drivers/net/ipvlan/ipvlan 0xb084b38b ipvlan_link_delete +EXPORT_SYMBOL_GPL drivers/net/ipvlan/ipvlan 0xbdca9c18 ipvlan_link_new +EXPORT_SYMBOL_GPL drivers/net/ipvlan/ipvlan 0xe2c9a44a ipvlan_link_setup +EXPORT_SYMBOL_GPL drivers/net/macsec 0xdc90cded macsec_pn_wrapped +EXPORT_SYMBOL_GPL drivers/net/macvlan 0x4523a759 macvlan_common_newlink +EXPORT_SYMBOL_GPL drivers/net/macvlan 0x68c1010e macvlan_common_setup +EXPORT_SYMBOL_GPL drivers/net/macvlan 0xb0c0a44a macvlan_dellink +EXPORT_SYMBOL_GPL drivers/net/macvlan 0xb1975cae macvlan_link_register +EXPORT_SYMBOL_GPL drivers/net/mdio/mdio-i2c 0x8dd8fcaf mdio_i2c_alloc +EXPORT_SYMBOL_GPL drivers/net/mdio/mdio-mux 0x6318757f mdio_mux_uninit +EXPORT_SYMBOL_GPL drivers/net/mdio/mdio-mux 0x8851ecce mdio_mux_init +EXPORT_SYMBOL_GPL drivers/net/net_failover 0x5746de7a net_failover_destroy +EXPORT_SYMBOL_GPL drivers/net/net_failover 0xcaa09397 net_failover_create +EXPORT_SYMBOL_GPL drivers/net/pcs/pcs-altera-tse 0x32de7b4d alt_tse_pcs_create +EXPORT_SYMBOL_GPL drivers/net/pcs/pcs_xpcs 0x0045c472 xpcs_do_config +EXPORT_SYMBOL_GPL drivers/net/pcs/pcs_xpcs 0x2d282892 xpcs_config_eee +EXPORT_SYMBOL_GPL drivers/net/pcs/pcs_xpcs 0x318ff841 xpcs_get_an_mode +EXPORT_SYMBOL_GPL drivers/net/pcs/pcs_xpcs 0x59a1da35 xpcs_create +EXPORT_SYMBOL_GPL drivers/net/pcs/pcs_xpcs 0x8bf5da97 xpcs_get_interfaces +EXPORT_SYMBOL_GPL drivers/net/pcs/pcs_xpcs 0x9fa669a8 xpcs_destroy +EXPORT_SYMBOL_GPL drivers/net/pcs/pcs_xpcs 0xaa2f3c14 xpcs_link_up +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x019c6ad8 __bcm_phy_read_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x0336ba90 bcm_phy_modify_exp +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x0487c03e __bcm_phy_read_exp +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x0a2c39e4 bcm_phy_read_misc +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x0e4a1153 bcm_phy_r_rc_cal_reset +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x141a2afc bcm_phy_cable_test_get_status_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x1fe924b7 bcm_phy_enable_apd +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x20d1ef70 bcm_phy_downshift_get +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x2295c104 bcm_phy_modify_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x230deba2 bcm_phy_downshift_set +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x29026d5b bcm_phy_read_shadow +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x37e5c581 bcm_phy_cable_test_start_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x392bd8c6 __bcm_phy_write_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x4272b51b __bcm_phy_write_exp +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x48874e89 bcm_phy_ack_intr +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x5e624987 bcm_phy_get_strings +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x6468d624 bcm_phy_cable_test_start +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x6d81ec64 bcm_phy_set_eee +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x6ebc022b bcm_phy_enable_jumbo +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x9f02d413 bcm_phy_write_exp +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xa04471a9 bcm_phy_write_shadow +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xa74fb5da bcm_phy_write_misc +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xae8c4f4d bcm54xx_auxctl_read +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xb34cb669 bcm_phy_read_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xb6571c8f bcm_phy_read_exp +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xbdf03c6f bcm_phy_config_intr +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xc225e5ad bcm_phy_28nm_a0b0_afe_config_init +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xde9da983 __bcm_phy_modify_exp +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xdfb3fb2a bcm_phy_cable_test_get_status +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xe3c8a049 bcm_phy_get_sset_count +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xe45bb9ce bcm_phy_write_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xf0714514 bcm_phy_handle_interrupt +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xfeff06c4 bcm_phy_get_stats +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xff3ed217 __bcm_phy_modify_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-ptp 0x1348e0d7 bcm_ptp_probe +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-ptp 0xa2e3d90e bcm_ptp_config_init +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-ptp 0xe54c4503 bcm_ptp_stop +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x08213956 phylink_ethtool_get_wol +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x12135396 phylink_mac_change +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x15c4e3e2 phylink_ethtool_set_pauseparam +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x16ca1a8a phylink_suspend +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x2c8e28ee phylink_ethtool_get_eee +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x3f3a174a phylink_ethtool_ksettings_get +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x4278d56a phylink_expects_phy +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x44791514 phylink_fwnode_phy_connect +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 0x64a1a5ce phylink_decode_usxgmii_word +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x66e8b5b0 phylink_caps_to_linkmodes +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x67381fec phylink_connect_phy +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 0x859b1ff6 phylink_validate_mask_caps +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x911fcd6c phylink_start +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x95ea06a1 phylink_ethtool_ksettings_set +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x983276da phylink_disconnect_phy +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x984dbf5f phylink_mii_c22_pcs_get_state +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0xafee2970 phylink_create +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0xbc547357 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 0xce810785 phylink_mii_c22_pcs_config +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0xd169d5a4 phylink_of_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 0xe3f6fc51 phylink_mii_c45_pcs_get_state +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0xec02ebe0 phylink_init_eee +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0xf3083a1d phylink_destroy +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0xf6065d2a phylink_generic_validate +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0xf8fe5642 phylink_ethtool_get_pauseparam +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0xf926a606 phylink_mii_c22_pcs_decode_state +EXPORT_SYMBOL_GPL drivers/net/tap 0x1834a26a tap_queue_resize +EXPORT_SYMBOL_GPL drivers/net/tap 0x3ad96c68 tap_free_minor +EXPORT_SYMBOL_GPL drivers/net/tap 0x4d167b18 tap_get_socket +EXPORT_SYMBOL_GPL drivers/net/tap 0x6d1dd1f7 tap_handle_frame +EXPORT_SYMBOL_GPL drivers/net/tap 0x70826b84 tap_create_cdev +EXPORT_SYMBOL_GPL drivers/net/tap 0x865daba7 tap_del_queues +EXPORT_SYMBOL_GPL drivers/net/tap 0x9d810419 tap_destroy_cdev +EXPORT_SYMBOL_GPL drivers/net/tap 0xbd2482d6 tap_get_ptr_ring +EXPORT_SYMBOL_GPL drivers/net/tap 0xda0b52af tap_get_minor +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0x3809f3f3 usbnet_cdc_update_filter +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0x5a0f6d83 usbnet_generic_cdc_bind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0x743f98d6 usbnet_cdc_bind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0x95c12035 usbnet_cdc_zte_rx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0xa7017340 usbnet_ether_cdc_bind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0xab71e507 usbnet_cdc_unbind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0xad2bec8e usbnet_cdc_status +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x1494f78d cdc_ncm_rx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x4cf9cd08 cdc_ncm_change_mtu +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x5882b4fd cdc_ncm_bind_common +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x7bbd387a cdc_ncm_unbind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x804e7d15 cdc_ncm_rx_verify_ndp16 +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x814b3475 cdc_ncm_select_altsetting +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x93c0e673 cdc_ncm_rx_verify_nth32 +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0xa05e61a6 cdc_ncm_rx_verify_ndp32 +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0xa310172d cdc_ncm_rx_verify_nth16 +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0xa7b666d2 cdc_ncm_fill_tx_frame +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0xee7fcb6a cdc_ncm_tx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/r8152 0xbddc35d3 rtl8152_get_version +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0x07cc7e0b rndis_status +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0x0905467c rndis_command +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0x25f0eda2 rndis_unbind +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0xa2db5e9e rndis_rx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0xc4a3595a generic_rndis_bind +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0xe40dc004 rndis_tx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x01b61c2b usbnet_start_xmit +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x0950d298 usbnet_purge_paused_rxq +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x12607c05 usbnet_defer_kevent +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x1683ecfd usbnet_read_cmd +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x2bdb93ca usbnet_nway_reset +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x2da772fb usbnet_set_rx_mode +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x3603f8bd usbnet_get_msglevel +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x3bd522f8 usbnet_probe +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x4c6a8606 usbnet_skb_return +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x4d797d98 usbnet_unlink_rx_urbs +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x567b640a usbnet_get_link +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x5c340415 usbnet_open +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x6226cbc5 usbnet_get_link_ksettings_internal +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x64e5363c usbnet_resume_rx +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x653c350f usbnet_write_cmd_nopm +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x667c0f16 usbnet_status_start +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x699f39c4 usbnet_get_link_ksettings_mii +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x6d9bcb6d usbnet_read_cmd_nopm +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x76fe88e6 usbnet_stop +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x7c7ae92b usbnet_tx_timeout +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x84d88fbb usbnet_change_mtu +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xa59dd29c usbnet_write_cmd_async +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xa5cc86e7 usbnet_write_cmd +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xa63ec08d usbnet_update_max_qlen +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xabdfa523 usbnet_suspend +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xb8bcb9f9 usbnet_get_drvinfo +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xb8f2ecda usbnet_resume +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xdc120e16 usbnet_get_endpoints +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xdd6fa8a9 usbnet_disconnect +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xe2902c57 usbnet_status_stop +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xe7fd2d1d usbnet_set_msglevel +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xeebceb36 usbnet_set_link_ksettings_mii +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xf352a54d usbnet_get_ethernet_addr +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xfd497ccf usbnet_pause_rx +EXPORT_SYMBOL_GPL drivers/net/vxlan/vxlan 0x0cb08767 vxlan_fdb_clear_offload +EXPORT_SYMBOL_GPL drivers/net/vxlan/vxlan 0x102ffb9b vxlan_fdb_find_uc +EXPORT_SYMBOL_GPL drivers/net/vxlan/vxlan 0x1563acb0 vxlan_dev_create +EXPORT_SYMBOL_GPL drivers/net/vxlan/vxlan 0x3baa0513 vxlan_fdb_replay +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/ipw2x00/libipw 0x23367e41 libipw_rx_any +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x1666b1cb il_prep_station +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x7f17faab il_mac_tx_last_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x9b6d7626 _il_grab_nic_access +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xa3dfecbb il_dealloc_bcast_stations +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xc793421c il_remove_station +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x5987fe45 iwl_fw_lookup_assert_desc +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x71118edc iwl_fw_lookup_cmd_ver +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x74778a2f iwl_fw_lookup_notif_ver +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0x0d220d3b p54_free_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0x36715c4f p54_parse_eeprom +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0x39639d49 p54_free_common +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0x4ba3ef9d p54_init_common +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0x52a8c192 p54_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0x75b98bd3 p54_register_common +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0x970dc307 p54_parse_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0xbaddd828 p54_read_eeprom +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0xd7d19c1e p54_unregister_common +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x03d8d934 lbs_get_firmware_async +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x1f961e1d lbs_notify_command_response +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x32315c8d lbs_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x398aaa6f lbs_add_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x493b5122 lbs_send_tx_feedback +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x4f368c38 lbs_host_sleep_cfg +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x5bddc01c lbs_process_rxed_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x8e7ae008 lbs_resume +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0xa96bfb63 lbs_start_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0xac549008 lbs_get_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0xb90f1533 lbs_cmd_copyback +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0xbdc2bdc4 lbs_host_to_card_done +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0xc5c8a646 lbs_stop_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0xd95cf04b lbs_remove_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0xe7b4fb2d __lbs_cmd +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0xeac1bd78 lbs_queue_event +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0xf64277de lbs_debug +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0x0b74c53a lbtf_bcn_sent +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0x32526c21 __lbtf_cmd +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0x742ff83d lbtf_add_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0x845f9b47 lbtf_remove_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0xa6d17401 lbtf_cmd_copyback +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0xb71b3abf 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 0xd215739b lbtf_cmd_response_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0xf6e285ba lbtf_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x00c818c0 mwifiex_add_virtual_intf +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x0ffda4f3 mwifiex_remove_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x1f1e27de mwifiex_dnld_fw +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x27216e02 mwifiex_handle_rx_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x2af30c31 mwifiex_process_sleep_confirm_resp +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x33f756de mwifiex_prepare_fw_dump_info +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x3b262616 mwifiex_shutdown_sw +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x443a1227 mwifiex_upload_device_dump +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x498c2d97 mwifiex_write_data_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x49aee9a1 _mwifiex_dbg +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x57c00af7 mwifiex_reinit_sw +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x63ab92d6 mwifiex_drv_info_dump +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x6863e8ff mwifiex_cancel_hs +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x68b265e4 mwifiex_multi_chan_resync +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x83178871 mwifiex_fw_dump_event +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x980ace53 mwifiex_init_shutdown_fw +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xa53068b5 mwifiex_enable_hs +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xaa6ca29c mwifiex_add_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xae88a912 mwifiex_deauthenticate_all +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xc169a1e9 mwifiex_main_process +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xc91143d8 mwifiex_process_hs_config +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xd4dad9f3 mwifiex_alloc_dma_align_buf +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xdaa536b7 mwifiex_disable_auto_ds +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xeeb8ddf6 mwifiex_queue_main_work +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xf4065e03 mwifiex_del_virtual_intf +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x017b2716 mt76_mcu_skb_send_and_get_msg +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x02b20ca9 mt76_stop_tx_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x035f2435 mt76_rx_aggr_stop +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x066e914f mt76_mcu_send_and_get_msg +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x0a73abe9 mt76_get_min_avg_rssi +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x0e01339a __mt76_tx_complete_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x0e91c19e mt76_register_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x147fad75 mt76_sw_scan +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x159c5060 __traceiter_dev_irq +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x17405145 mt76_set_irq_mask +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x17f568e9 mt76_rates +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x18da43fb mt76_csa_finish +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x1bfa385e mt76_token_consume +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x1c28580f mt76_dma_attach +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x1dc4dc29 mt76_rx_token_consume +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x1ec57b4f __mt76_worker_fn +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x1f8ac718 __tracepoint_dev_irq +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x1fb67f30 mt76_tx_worker_run +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x20736112 mt76_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x260c9952 mt76_unregister_phy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x272f7901 mt76_dma_rx_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x313d31ac mt76_get_rate_power_limits +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x33c24654 mt76_mmio_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x3661b883 mt76_tx_status_check +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x36b33861 mt76_get_of_eeprom +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x371f2cd1 mt76_sta_state +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x3a3ae058 mt76_phy_dfs_state +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x40347740 mt76_txq_schedule_all +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x4a4bc827 mt76_set_channel +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x4a6776b3 mt76_tx_status_skb_get +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x4c964956 mt76_set_stream_caps +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x504dc1ec mt76_mcu_rx_event +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x5113472b mt76_get_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x52d1b6dd mt76_insert_ccmp_hdr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x5904afac mt76_get_sar_power +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x59bf1e3b mt76_get_antenna +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x5d1b4e42 __tracepoint_mac_txdone +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x5e9939e0 mt76_tx_status_lock +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x695ff9ec __mt76_mcu_msg_alloc +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x74926ca8 __mt76_set_tx_blocked +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x7a891599 mt76_init_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x7b72c935 mt76_seq_puts_array +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x7c409842 mt76_register_debugfs_fops +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x805fc13a __SCK__tp_func_dev_irq +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x8159990f __mt76_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x816d194f mt76_eeprom_override +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x81aa6b74 mt76_calculate_default_rate +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x82474e05 mt76_dma_cleanup +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x841c89b7 mt76_unregister_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x863a1410 mt76_update_survey_active_time +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x8ccdd8d5 mt76_put_txwi +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x8d8ae2ac mt76_queues_read +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x8d9b2155 mt76_has_tx_pending +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x8df000df mt76_txq_schedule +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x9448a0f7 mt76_set_tim +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x95abc349 mt76_alloc_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x99012710 mt76_pci_disable_aspm +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x99d39db6 mt76_alloc_phy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x9f6a57fe mt76_update_survey +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xa8575538 mt76_tx_status_unlock +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xab0b9228 mt76_init_sar_power +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xab14508a mt76_get_rxwi +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xab38b27b mt76_release_buffered_frames +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xab88fac3 mt76_tx_check_agg_ssn +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xac019e03 mt76_get_rate +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xae9cf824 __traceiter_mac_txdone +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xb111e2f9 mt76_put_rxwi +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xb1dd4203 mt76_register_phy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xb69f835b mt76_tx_status_skb_add +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xc1d2b48f mt76_mcu_get_response +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 0xc79daf86 mt76_ethtool_worker +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xd0c46056 mt76_rx_token_release +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xd54aecbd ____mt76_poll_msec +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xda1e654b mt76_queue_tx_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xdc5ebb64 __mt76_mcu_send_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xe40b66ef mt76_wcid_alloc +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xe4faa6d1 mt76_skb_adjust_pad +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xe8815ce6 mt76_csa_check +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xebf74cd0 mt76_free_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xecf7b766 mt76_rx_aggr_start +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xedc1b3c4 mt76_token_release +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xef7bff15 mt76_get_survey +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xefaf8f61 mt76_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xf0f95e7c mt76_eeprom_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xf293fa3f __mt76_sta_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xf54bd637 mt76_sta_pre_rcu_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xf69a1133 mt76_wake_tx_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xf93aadb0 mt76_sw_scan_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xfcbb5846 mt76_rx_poll_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xffb8e32e mt76_tx_status_skb_done +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x02337bf2 mt76_connac_mcu_sta_update_hdr_trans +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x033ba237 mt76_connac_mcu_rdd_cmd +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x084f7e77 mt76_connac2_mac_tx_rate_val +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x0c831fdb mt76_connac2_reverse_frag0_hdr_trans +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x0ccc4e71 mt76_connac_mcu_add_key +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x133dd195 mt76_connac_tx_complete_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x144e158e mt76_connac_init_tx_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x1aa99fef mt76_connac_mcu_sta_wed_update +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x1ad2a784 mt76_connac_power_save_sched +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x1b0049b0 mt76_connac_mcu_bss_basic_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x1fe72aca mt76_connac_mcu_uni_add_dev +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x239cbb39 mt76_connac_write_hw_txp +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x27d75c12 mt76_connac_mcu_sta_basic_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x2b922036 mt76_connac_pm_queue_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x2d2d160d mt76_connac2_mac_fill_txs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x3325f757 mt76_connac_mcu_coredump_event +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x34c783bb mt76_connac_mcu_uni_add_bss +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x3902aa8e mt76_connac_mcu_set_hif_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x4041554b mt76_connac_mcu_sta_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x429aa656 mt76_connac2_load_patch +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x44acc3c7 mt76_connac_mcu_start_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x47b6a8ad mt76_connac_mcu_uni_set_chctx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x5134df02 mt76_connac_mcu_reg_rr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x518374aa mt76_connac_mcu_set_vif_ps +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x5280e2a5 mt76_connac_mcu_cancel_hw_scan +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x5510cb8d mt76_connac_mcu_alloc_wtbl_req +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x559d9b8b mt76_connac_mcu_wtbl_hdr_trans_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x5686e04a mt76_connac2_mac_add_txs_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x5b8e343b mt76_connac_mcu_set_mac_enable +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x63204735 mt76_connac_mcu_set_p2p_oppps +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x703bc585 mt76_connac_mcu_bss_omac_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x72b484e5 mt76_connac_mcu_set_rts_thresh +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x75aa6734 mt76_connac_mcu_hw_scan +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x84e29207 mt76_connac_sta_state_dp +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x86db29af mt76_connac2_mac_write_txwi +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x882c097f mt76_connac_mcu_set_rate_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x8c594867 mt76_connac_mcu_update_gtk_rekey +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x8db46fc6 mt76_connac_mcu_set_suspend_iter +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 0x94382083 mt76_connac_mcu_sta_ba +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x949788a8 mt76_connac_pm_wake +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x9843b490 mt76_connac_txp_skb_unmap +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x9d2ea687 mt76_connac_mcu_wtbl_generic_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x9e60f035 mt76_connac_get_he_phy_cap +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xa711bfb1 mt76_connac_mcu_patch_sem_ctrl +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xa823e901 mt76_connac_free_pending_tx_skbs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xa84ba3cb mt76_connac_mcu_wtbl_smps_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xa86d2d76 mt76_connac_mcu_set_channel_domain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xabb32157 mt76_connac_mcu_wtbl_ht_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xb0be49d0 mt76_connac_mcu_add_nested_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xb1a2a552 mt76_connac_mcu_bss_ext_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xb866404c mt76_connac_mcu_set_deep_sleep +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xb943dae8 mt76_connac_mcu_sta_uapsd +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xbec6d8ed mt76_connac_mcu_sched_scan_enable +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xcabf9fa0 mt76_connac_mcu_sta_ba_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xcc3c41ea mt76_connac2_mac_decode_he_radiotap +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xcce091a4 mt76_connac_mcu_start_patch +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xd5a2ee06 mt76_connac_mcu_restart +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xd5dd8d8f mt76_connac_mcu_sched_scan_req +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xd7b8f982 __mt76_connac_mcu_alloc_sta_req +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xdb58815f mt76_connac_pm_dequeue_skbs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xdd00b6be mt76_connac_mcu_beacon_loss_iter +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xdfe03ef4 mt76_connac_mcu_get_nic_capability +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xe004a172 mt76_connac2_mac_fill_rx_rate +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xe2176d47 mt76_connac_mcu_reg_wr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xe426f405 mt76_connac_mcu_set_pm +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xe45f5aba mt76_connac_mcu_chip_config +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xe4fa5dce mt76_connac_get_phy_mode +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xe848fbf5 mt76_connac_mcu_wtbl_ba_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xeb124ce8 mt76_connac_mcu_update_arp_filter +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xed12a198 mt76_connac2_mcu_fill_message +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xf057e6d3 mt76_connac_mcu_wtbl_update_hdr_trans +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xf555c1e8 mt76_connac_mcu_sta_cmd +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xfa48e4c0 mt76_connac2_load_ram +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xfcf9e22b mt76_connac_mcu_init_download +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x4e972096 mt76s_read_copy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x592576b1 mt76s_wr_rp +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x66948ec3 mt76s_sdio_irq +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x69ec3b3b mt76s_write_copy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x7d666af0 mt76s_txqs_empty +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0xa3abdf6e mt76s_hw_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0xb17c359d mt76s_rd_rp +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0xb1d18117 mt76s_txrx_worker +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0xc2db25da mt76s_alloc_rx_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0xca0f690c mt76s_wr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0xdfcae30c mt76s_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0xe5fd3347 mt76s_read_pcr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0xe67183a5 mt76s_deinit +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0xf2de180e mt76s_rr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0xf748a92e mt76s_alloc_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0xfe3afd1a mt76s_rmw +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x02693fc7 mt76u_queues_deinit +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x23ad1a17 mt76u_stop_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x4e7f9bb1 mt76u_resume_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x54349af0 mt76u_alloc_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x5444f916 ___mt76u_rr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x91b260c1 mt76u_single_wr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x96fdf519 ___mt76u_wr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0xcf92889a mt76u_stop_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0xd7ffe859 mt76u_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0xe2f47da1 mt76u_alloc_mcu_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0xedd4d734 mt76u_read_copy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0xf034f8bc __mt76u_vendor_request +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0xf6a570de __mt76u_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0xf7141487 mt76u_vendor_request +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x180a4744 mt7615_mcu_parse_response +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x201aa7a2 mt7615_eeprom_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x2b278114 mt7615_register_ext_phy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x2dc14bff mt7615_queue_rx_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x30c2ce37 mt7615_wait_for_mcu_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x56e714fe mt7622_trigger_hif_int +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x69d5ad9b mt7615_thermal_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x6b9f01ab mt7615_init_work +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x74a397e3 mt7615_init_debugfs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x78afdffc mt7615_mac_sta_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x78e80687 mt7615_ops +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x7dbf353f mt7615_mac_sta_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x9dfacb50 __mt7663_load_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xad731945 mt7615_rx_check +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xb417ac05 mt7615_mcu_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xbd3bdd0b mt7615_mac_set_rates +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xbdc08a9f mt7615_init_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xbfe589a4 mt7615_unregister_ext_phy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xc0b8f704 mt7615_mcu_exit +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xc6e2c500 mt7615_update_channel +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xcbfece81 mt7615_mcu_restart +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xcd5d0686 mt7615_mcu_fill_msg +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xd627320a mt7615_mac_enable_rtscts +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xe5d7b331 mt7615_sta_ps +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xeb586fc9 mt7615_mac_sta_add +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xf0777dda mt7615_mac_write_txwi +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xf3f0eecf mt7615_init_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xfe75bc4f mt7615_tx_token_put +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615e 0xbbe79ff1 mt7615_dma_reset +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7663-usb-sdio-common 0x048370c0 mt7663_usb_sdio_tx_complete_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7663-usb-sdio-common 0x0503d819 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 0x5eb1ac30 mt7663_usb_sdio_tx_status_data +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7663-usb-sdio-common 0xcbbeef3e mt7663_usb_sdio_tx_prepare_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0x46d96529 mt76x0_chip_onoff +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0x51453fd3 mt76x0_register_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0x6216e6e7 mt76x0_init_hardware +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0x920fde05 mt76x0_phy_calibrate +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0xbc06a621 mt76x0_mac_stop +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0xc44e1960 mt76x0_set_sar_specs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0xe779cbd1 mt76x0_config +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x0288902a mt76x02_set_tx_ackto +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x06f92356 mt76x02_edcca_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x0ab5d444 mt76x02_get_rx_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x0c652b24 mt76x02_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x1074e134 mt76x02_init_beacon_config +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x19565794 mt76x02_queue_rx_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x1b561f2f mt76x02_mac_setaddr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x1d84244e mt76x02_remove_hdr_pad +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x21d3bb1e mt76x02_phy_set_bw +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x21d7305c mt76x02_mac_set_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x221e71d5 mt76x02_init_debugfs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x24cc0bf9 mt76x02_update_beacon_iter +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x2a5085d4 mt76x02_tx_set_txpwr_auto +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x2b8996b9 mt76x02_mcu_function_select +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x2e95cfe1 mt76x02_ext_pa_enabled +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x2efb468a mt76x02_mac_cc_reset +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x306c3d38 mt76x02_ampdu_action +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x38adc25e mt76x02_set_ethtool_fwver +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x44c76d46 mt76x02_dma_disable +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x450c0e02 mt76x02_update_channel +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x45ef764e mt76x02_reconfig_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x48b9c563 mt76x02_phy_set_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x4aae42ba mt76x02_mcu_set_radio_state +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x4c407abd mt76x02_set_key +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x4d41bc01 mt76x02_resync_beacon_timer +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x4ecba558 mt76x02_tx_complete_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x523a5dae mt76x02_phy_set_band +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x56376922 mt76x02_sta_ps +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x5bd84fd5 mt76x02_rates +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x5ef24d53 mt76x02_set_rts_threshold +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x5f9074dd mt76x02_mac_reset_counters +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x5f9b974f mt76x02_mac_start +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x7121e69a mt76x02_mac_write_txwi +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x72becff2 mt76x02_mcu_calibrate +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 0x7ad5a90a mt76x02_set_coverage_class +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x80f78f6e mt76x02_bss_info_changed +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x82842545 mt76x02_mcu_msg_send +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x82f28b9a mt76x02_add_interface +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x83934567 mt76x02_sta_rate_tbl_update +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x871a2ddf mt76x02_phy_set_txdac +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x8db0ea43 mt76x02_init_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x9134d7f9 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 0x95cc814e mt76x02_phy_set_rxpath +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x994cc552 mt76x02_configure_filter +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x9cc5d0ca mt76x02_conf_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x9f240377 mt76x02_phy_dfs_adjust_agc +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xa2590dee mt76x02_get_lna_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xa617d798 mt76x02_remove_interface +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xa812830c mt76x02_rx_poll_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 0xb17a7e46 mt76x02_mcu_cleanup +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xbb247ade mt76x02_eeprom_copy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xc642508d mt76x02_eeprom_parse_hw_cap +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xca8c2b3a mt76x02_mcu_parse_response +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xcb0e809a mt76x02_mac_shared_key_setup +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xcb1952fb mt76x02_tx_status_data +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xcb2e0c2a mt76x02_dma_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xceb16909 mt76x02_config_mac_addr_list +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xcf563246 mt76x02_sw_scan_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xd0c3b347 mt76x02_sta_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xd25dda71 mt76x02_phy_adjust_vga_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xd80707bb mt76x02_mac_wcid_setup +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xe188d91c mt76x02_sta_add +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xefd2bb3b mt76x02_enqueue_buffered_bc +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xf0bd5d2a mt76x02_init_agc_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xf2c87df8 mt76x02_tx_prepare_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xf401f02d mt76x02_dfs_init_params +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xf508577d mt76x02_get_efuse_data +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0x094c3d33 mt76x02u_tx_prepare_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0x41352fd8 mt76x02u_mcu_fw_reset +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0x7a38dba5 mt76x02u_tx_complete_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0x7f42207d mt76x02u_init_beacon_config +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0x8ef4c6ae mt76x02u_exit_beacon_config +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0xaf25ed16 mt76x02u_mac_start +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0xb4d849d2 mt76x02u_init_mcu +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0xf709a04d mt76x02u_mcu_fw_send_data +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x0159dca9 mt76x2_mcu_tssi_comp +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x05ecbada mt76x2_eeprom_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x1176ce4c mt76x2_set_sar_specs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x1847734f mt76x2_get_temp_comp +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x1c32d044 mt76x2_read_rx_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x1dddff54 mt76x2_apply_gain_adj +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x3a82332a mt76x2_init_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x3ca6b087 mt76x2_get_power_info +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x4e5c6af5 mt76x2_reset_wlan +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x55b02a77 mt76x2_mcu_init_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x579d2968 mt76x2_phy_update_channel_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x7668c910 mt76x2_mac_stop +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x8b1dbf0f mt76x2_configure_tx_delay +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x8d550e8e mt76x2_get_rate_power +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x8e7ceeff mt76x2_phy_tssi_compensate +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xaaf5c502 mt76_write_mac_initvals +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xd7f26938 mt76x2_phy_set_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xf0ed0ee5 mt76x2_mcu_load_cr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xfbf34af7 mt76x2_mcu_set_channel +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xfd9e7398 mt76x2_phy_set_txpower_regs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x0b67a6c1 mt7921_usb_sdio_tx_status_data +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x162b9a43 mt7921_txwi_free +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x2ed75a5a mt7921_mac_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x302cfafb mt7921_reset +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x38d43139 mt7921_register_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x3d342a47 mt7921_rx_check +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x43369c3d __mt7921_start +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x49410129 mt7921_queue_rx_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x5b1ad72b mt7921_ops +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x6063bd9b mt7921_mac_sta_add +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x61a8ef38 mt7921_update_channel +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x6639d1c4 mt7921_mcu_parse_response +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x9171bdfa mt7921_mac_sta_assoc +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0xa67f9139 mt7921_usb_sdio_tx_complete_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0xb07df297 mt7921_usb_sdio_tx_prepare_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0xb71d426b mt7921_check_offload_capability +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0xba7c4427 mt7921_mac_sta_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0xbff6127d mt7921_mac_sta_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0xc0fcd9c4 mt7921_mcu_set_eeprom +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0xc1888faa mt7921_run_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0xc1a943b8 mt7921_stop +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0xdefe30d5 mt7921_mcu_drv_pmctrl +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0xe28e8670 mt7921_mcu_fw_pmctrl +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0xfb9c15a7 mt7921_sta_ps +EXPORT_SYMBOL_GPL drivers/net/wireless/microchip/wilc1000/wilc1000 0x106b5378 wilc_handle_isr +EXPORT_SYMBOL_GPL drivers/net/wireless/microchip/wilc1000/wilc1000 0x1630c8c0 host_wakeup_notify +EXPORT_SYMBOL_GPL drivers/net/wireless/microchip/wilc1000/wilc1000 0x21b87eb2 chip_allow_sleep +EXPORT_SYMBOL_GPL drivers/net/wireless/microchip/wilc1000/wilc1000 0xdbf4e9a0 wilc_netdev_cleanup +EXPORT_SYMBOL_GPL drivers/net/wireless/microchip/wilc1000/wilc1000 0xe2d489a8 chip_wakeup +EXPORT_SYMBOL_GPL drivers/net/wireless/microchip/wilc1000/wilc1000 0xf3e33e4b host_sleep_notify +EXPORT_SYMBOL_GPL drivers/net/wireless/microchip/wilc1000/wilc1000 0xfc29ddd6 wilc_cfg80211_init +EXPORT_SYMBOL_GPL drivers/net/wireless/quantenna/qtnfmac/qtnfmac 0x00e2a14c qtnf_core_detach +EXPORT_SYMBOL_GPL drivers/net/wireless/quantenna/qtnfmac/qtnfmac 0x31fab83c qtnf_chipid_to_string +EXPORT_SYMBOL_GPL drivers/net/wireless/quantenna/qtnfmac/qtnfmac 0x5ce5ef61 qtnf_wake_all_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/quantenna/qtnfmac/qtnfmac 0x7cf728f4 qtnf_trans_handle_rx_ctl_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/quantenna/qtnfmac/qtnfmac 0x827728f2 qtnf_classify_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/quantenna/qtnfmac/qtnfmac 0x9c936956 qtnf_core_attach +EXPORT_SYMBOL_GPL drivers/net/wireless/quantenna/qtnfmac/qtnfmac 0xadfe247e qtnf_get_debugfs_dir +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x007c5340 rt2800_get_txwi_rxwi_size +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x092f8973 rt2800_config_intf +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x15b0791f rt2800_disable_wpdma +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x15d1888a rt2800_link_stats +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x164b7355 rt2800_config +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x1db9ab5b rt2800_txstatus_pending +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x206468b2 rt2800_set_rts_threshold +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x2095a51a rt2800_config_filter +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x28c971fe rt2800_mcu_request +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x2be55235 rt2800_get_key_seq +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x30554399 rt2800_sta_add +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x379099f3 rt2800_check_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x3d92da2c rt2800_sta_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x4dbcaf0e rt2800_probe_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x552110a0 rt2800_gain_calibration +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x57cb2171 rt2800_write_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x57d40833 rt2800_write_tx_data +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x598ac1f0 rt2800_watchdog +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x5b17cd44 rt2800_rfkill_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x5b371358 rt2800_load_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x684f5471 rt2800_conf_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x70c6431f rt2800_process_rxwi +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x7b5a6cf0 rt2800_config_shared_key +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x8ca00d87 rt2800_txdone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x8cca08ce rt2800_config_erp +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x8f0e4083 rt2800_get_tsf +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x94631009 rt2800_efuse_detect +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x97f00b48 rt2800_read_eeprom_efuse +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xa17f1a2a rt2800_get_survey +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xa258290a rt2800_wait_csr_ready +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xa8492aca rt2800_reset_tuner +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xadba4383 rt2800_ampdu_action +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xb586fad6 rt2800_disable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xbbc7343f rt2800_vco_calibration +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xc5e45652 rt2800_txdone_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xc746373e rt2800_link_tuner +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xc7d4c676 rt2800_config_ant +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xdbf269ec rt2800_clear_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xefd61671 rt2800_enable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xf2895197 rt2800_config_pairwise_key +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xf657842f rt2800_wait_wpdma_ready +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xfb1680f2 rt2800_txdone_nostatus +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xfe7333f9 rt2800_txstatus_timeout +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xfebdf905 rt2800_pre_reset_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x058f6866 rt2800mmio_kick_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x2d03cb2e 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 0x3727e740 rt2800mmio_fill_rxdone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x3d741c87 rt2800mmio_pretbtt_tasklet +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x4a1c32af rt2800mmio_clear_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x5028bbb2 rt2800mmio_tbtt_tasklet +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x59fb4a00 rt2800mmio_get_txwi +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x5fa4db64 rt2800mmio_interrupt +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x71cb2a78 rt2800mmio_init_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x9615488d rt2800mmio_get_entry_state +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 0xb3299953 rt2800mmio_toggle_irq +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xc12f799b rt2800mmio_queue_init +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xc4296b38 rt2800mmio_stop_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xd70c467b rt2800mmio_probe_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xdbc7b54a rt2800mmio_get_dma_done +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xe11b7912 rt2800mmio_enable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xe222313a rt2800mmio_init_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xf7b5fe3b rt2800mmio_write_tx_desc +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xfb6e2a01 rt2800mmio_flush_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x0b672bf6 rt2x00mac_get_stats +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x10f3e4e8 rt2x00queue_get_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x130420d1 rt2x00lib_dmadone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x1eda7d85 rt2x00mac_conf_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x206410c6 rt2x00mac_configure_filter +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x267247bc rt2x00queue_for_each_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x351e1466 rt2x00mac_set_key +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x385bcf12 rt2x00lib_dmastart +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x39cd9724 rt2x00lib_txdone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x3d39696f rt2x00lib_resume +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x3d8b2c41 rt2x00lib_probe_dev +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x49d49742 rt2x00queue_stop_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x4e862af4 rt2x00queue_flush_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x4f0f6aea rt2x00queue_start_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x59f8438c rt2x00mac_reconfig_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x63656ad8 rt2x00mac_flush +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x6c3de59f rt2x00queue_unpause_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x7a96ea18 rt2x00mac_add_interface +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x7c41b3b8 rt2x00mac_remove_interface +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x7d153ca5 rt2x00mac_sw_scan_start +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x8cad91b3 rt2x00mac_get_ringparam +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x8e0a188e rt2x00lib_get_bssidx +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xa01d8065 rt2x00mac_config +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xa27c0265 rt2x00mac_stop +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xa34bcdb1 rt2x00lib_txdone_nomatch +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xa3b3eca1 rt2x00queue_flush_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xa425bfb4 rt2x00queue_stop_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xaa82a97b rt2x00mac_bss_info_changed +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xadff938a rt2x00mac_tx_frames_pending +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xb18e1e95 rt2x00lib_set_mac_address +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xb64e7e90 rt2x00queue_unmap_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xbb4763e6 rt2x00lib_beacondone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xc1666828 rt2x00lib_txdone_noinfo +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xc42e7797 rt2x00mac_get_antenna +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xc46aee56 rt2x00mac_start +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xc96d08f1 rt2x00queue_start_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xd1638e43 rt2x00lib_remove_dev +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xd4cb9900 rt2x00mac_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xd80f9a8c rt2x00mac_rfkill_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xd9079030 rt2x00queue_map_txskb +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xeab960d8 rt2x00mac_set_antenna +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xedd163b0 rt2x00lib_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xef86f4ef rt2x00mac_sw_scan_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xf469a213 rt2x00mac_set_tim +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xf5024ab1 rt2x00lib_pretbtt +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xf720d193 rt2x00queue_pause_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xff3bfbe6 rt2x00lib_rxdone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00mmio 0x09319712 rt2x00mmio_regbusy_read +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00mmio 0x36a2398f rt2x00mmio_flush_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00mmio 0x95eeaaeb rt2x00mmio_uninitialize +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00mmio 0xa90f98c8 rt2x00mmio_rxdone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00mmio 0xcb5fed73 rt2x00mmio_initialize +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00pci 0x048ffc64 rt2x00pci_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00pci 0xdc9e9084 rt2x00pci_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00pci 0xf2a12fd2 rt2x00pci_pm_ops +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x2d06b93e rt2x00usb_vendor_request_buff +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x3e86d5b3 rt2x00usb_disconnect +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x472a8efa rt2x00usb_regbusy_read +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x526c726f rt2x00usb_register_read_async +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x5cdb2d26 rt2x00usb_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x5f455762 rt2x00usb_clear_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x91cd8d9e rt2x00usb_uninitialize +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x9e8ef271 rt2x00usb_kick_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xab22fee5 rt2x00usb_flush_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xc4d08a16 rt2x00usb_watchdog +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xca5db66e rt2x00usb_resume +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xd22701f0 rt2x00usb_vendor_request +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xdbfb94b9 rt2x00usb_initialize +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xf5236c32 rt2x00usb_vendor_req_buff_lock +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xfa6e2ee4 rt2x00usb_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xfbc348a4 rt2x00usb_disable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x6d787e33 dm_restorepowerindex +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x8d6e07c4 dm_savepowerindex +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x9e6d610e dm_writepowerindex +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xad5ccea6 rtl92c_set_p2p_ps_offload_cmd +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x0f052e9b rtl8723_phy_set_bb_reg +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x0fe65281 rtl8723_phy_save_mac_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x20c5b4b8 rtl8723_phy_reload_adda_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x24e06154 rtl8723_enable_fw_download +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x3479f706 rtl8723_dm_init_dynamic_bb_powersaving +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x34ef5e5b rtl8723_fw_free_to_go +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x350bdcc6 rtl8723_phy_txpwr_idx_to_dbm +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x3f553860 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 0x4e9b890a rtl8723_phy_query_bb_reg +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x57c7eb20 rtl8723_phy_rf_serial_read +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x57caaa50 rtl8723_phy_rf_serial_write +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x5d42326c rtl8723_phy_pi_mode_switch +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x6139eab5 rtl8723_phy_reload_mac_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x6cfee00b rtl8723_phy_path_a_fill_iqk_matrix +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x8baf8913 rtl8723_phy_set_sw_chnl_cmdarray +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x8d6dee30 rtl8723_cmd_send_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x9d899806 rtl8723_write_fw +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xa066ecc8 rtl8723_phy_path_a_standby +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xb3ccb610 rtl8723ae_firmware_selfreset +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xb7b4004c rtl8723_save_adda_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xc09ebabb rtl8723_download_fw +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xc500d58f rtl8723be_firmware_selfreset +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xc6e2837e rtl8723_phy_init_bb_rf_reg_def +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xd3256055 rtl8723_dm_init_dynamic_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xebb50e78 rtl8723_phy_mac_setting_calibration +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xfade50f7 rtl8723_dm_init_edca_turbo +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x09f70e3d rtl_lps_leave +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x0c4fa56b rtl_init_core +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 0x4137b24b rtl_init_rx_config +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x5c79b1d3 rtl_get_hwinfo +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x649a435a rtl_tx_mgmt_proc +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x6d7f68ea rtl_action_proc +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x6db3ba37 rtl_update_beacon_work_callback +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x7010edec rtl_is_special_data +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x7fab34c0 rtl_deinit_rfkill +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x95970864 rtl_recognize_peer +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x97e05663 rtl_tid_to_ac +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x9aa31945 rtl_ips_nic_on +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xa0e9877c rtl_ops +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xaa7f8552 rtl_deinit_core +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xb01b6ab9 read_efuse_byte +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xb8274fc0 rtl_swlps_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xbad97dd8 rtl_set_tx_report +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xbf3e2413 rtl_beacon_statistic +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xc1069ae9 rtl_fw_block_write +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xc2012ffe rtl_p2p_info +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xdf101a48 rtl_deinit_deferred_work +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xdf73ed17 rtl_fw_page_write +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xe990ebe1 rtl_efuse_ops_init +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xed0f3632 rtl_tx_ackqueue +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xf32e46db rtl_lps_enter +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xf6b8cc71 rtl_get_hal_edca_param +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xf9b8fd14 rtl_tx_report_handler +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x0f5c3ce9 rsi_zone_enabled +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x3ba82979 rsi_91x_init +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x5f3551d4 rsi_mac80211_detach +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x7468cf8b rsi_read_pkt +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0xb735fc5b rsi_91x_deinit +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0xcd173710 rsi_dbg +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0xd873b971 rsi_hal_device_init +EXPORT_SYMBOL_GPL drivers/net/wireless/st/cw1200/cw1200_core 0x23f4f886 cw1200_core_release +EXPORT_SYMBOL_GPL drivers/net/wireless/st/cw1200/cw1200_core 0x3ba8f47b cw1200_can_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/st/cw1200/cw1200_core 0x7d034c39 cw1200_irq_handler +EXPORT_SYMBOL_GPL drivers/net/wireless/st/cw1200/cw1200_core 0xcf3d9fc7 cw1200_core_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wl1251/wl1251 0x37329c4d wl1251_alloc_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wl1251/wl1251 0x9d4c46f7 wl1251_free_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wl1251/wl1251 0xfcbc7879 wl1251_init_ieee80211 +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x02373f8a wlcore_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x06d3b27e wl12xx_debug_level +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x17ef0e16 wlcore_set_scan_chan_params +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x20351125 wlcore_get_native_channel_type +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x222d6432 wlcore_scan_sched_scan_results +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x230afa1b wl1271_cmd_send +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x2397d446 wl1271_tx_min_rate_get +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x3186bfb5 wlcore_alloc_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x319c3561 wl1271_acx_pm_config +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x4695cd7f wlcore_event_beacon_loss +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x51c97796 wlcore_event_channel_switch +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x55429be5 wlcore_disable_interrupts_nosync +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x5b78f38b wlcore_event_inactive_sta +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x5e9da203 wlcore_boot_upload_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x68d76e9b wl1271_acx_set_ht_capabilities +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x6c0f8602 wl12xx_cmd_build_probe_req +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x6db2ac3b wlcore_cmd_generic_cfg +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x769ef8dd wlcore_set_partition +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x778c3f3c wlcore_event_sched_scan_completed +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x7b9c699d wlcore_event_ba_rx_constraint +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x7ed45a4b wl1271_acx_init_mem_config +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x7ed4e201 wlcore_enable_interrupts +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x8117dadd wlcore_event_soft_gemini_sense +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x84efc4c0 wl1271_acx_sleep_auth +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x85498cd1 wl1271_format_buffer +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x87160299 wlcore_translate_addr +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x910f7a30 wlcore_free_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x9154a115 wlcore_boot_upload_nvs +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x9e009d46 wl1271_cmd_data_path +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xb42870e6 wl1271_tx_flush +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xb5480454 wlcore_scan_sched_scan_ssid_list +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xbc1d3cc6 wlcore_event_dummy_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xc6d07bf3 wlcore_event_max_tx_failure +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xd0b74afa wl1271_cmd_test +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xd413ac2a wl1271_debugfs_update_stats +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xda6668bd wlcore_set_key +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xe0c8cce3 wlcore_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xe1873afb wlcore_synchronize_interrupts +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xe2a83b44 wlcore_event_roc_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xe6d6c66f wlcore_boot_run_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xee10450d wl1271_cmd_configure +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xf82abd35 wlcore_event_fw_logger +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xf9bdc694 wlcore_cmd_wait_for_event_or_timeout +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xfaebb0e3 wlcore_event_rssi_trigger +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xfb7326df wl12xx_acx_mem_cfg +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xfbcce6c3 wlcore_disable_interrupts +EXPORT_SYMBOL_GPL drivers/nfc/nfcmrvl/nfcmrvl 0x0302580e nfcmrvl_parse_dt +EXPORT_SYMBOL_GPL drivers/nfc/nfcmrvl/nfcmrvl 0x0bcfa10a nfcmrvl_nci_unregister_dev +EXPORT_SYMBOL_GPL drivers/nfc/nfcmrvl/nfcmrvl 0x519cb353 nfcmrvl_nci_register_dev +EXPORT_SYMBOL_GPL drivers/nfc/nfcmrvl/nfcmrvl 0x90b36333 nfcmrvl_nci_recv_frame +EXPORT_SYMBOL_GPL drivers/nfc/pn533/pn533 0x5a871bfb pn533_rx_frame_is_cmd_response +EXPORT_SYMBOL_GPL drivers/nfc/pn533/pn533 0x6fb103a9 pn53x_common_clean +EXPORT_SYMBOL_GPL drivers/nfc/pn533/pn533 0x867111f0 pn53x_register_nfc +EXPORT_SYMBOL_GPL drivers/nfc/pn533/pn533 0x9ccb3460 pn533_finalize_setup +EXPORT_SYMBOL_GPL drivers/nfc/pn533/pn533 0xb8fecb99 pn53x_unregister_nfc +EXPORT_SYMBOL_GPL drivers/nfc/pn533/pn533 0xbdbc982b pn532_i2c_nfc_alloc +EXPORT_SYMBOL_GPL drivers/nfc/pn533/pn533 0xdecfd339 pn533_rx_frame_is_ack +EXPORT_SYMBOL_GPL drivers/nfc/pn533/pn533 0xf22dce92 pn53x_common_init +EXPORT_SYMBOL_GPL drivers/nfc/st-nci/st-nci 0x0ebf8be2 st_nci_hci_cmd_received +EXPORT_SYMBOL_GPL drivers/nfc/st-nci/st-nci 0x76c492b0 st_nci_enable_se +EXPORT_SYMBOL_GPL drivers/nfc/st-nci/st-nci 0x9b0f6234 st_nci_remove +EXPORT_SYMBOL_GPL drivers/nfc/st-nci/st-nci 0xa2878763 st_nci_hci_event_received +EXPORT_SYMBOL_GPL drivers/nfc/st-nci/st-nci 0xa8e94b60 st_nci_disable_se +EXPORT_SYMBOL_GPL drivers/nfc/st-nci/st-nci 0xb7f74b17 st_nci_hci_load_session +EXPORT_SYMBOL_GPL drivers/nfc/st-nci/st-nci 0xe185b320 st_nci_discover_se +EXPORT_SYMBOL_GPL drivers/nfc/st-nci/st-nci 0xf202df5d st_nci_probe +EXPORT_SYMBOL_GPL drivers/nfc/st95hf/st95hf 0x0cb09e0a st95hf_spi_send +EXPORT_SYMBOL_GPL drivers/nfc/st95hf/st95hf 0x86ca4087 st95hf_spi_recv_response +EXPORT_SYMBOL_GPL drivers/nfc/st95hf/st95hf 0xa22f5b1e 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 0x7d59297a ntb_transport_register_client +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0x82e6c13d ntb_transport_qp_num +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0x85caed9d 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 0xd41b1498 ntb_transport_unregister_client +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0xf55d6313 ntb_transport_register_client_dev +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0xf9eb813f ntb_transport_unregister_client_dev +EXPORT_SYMBOL_GPL drivers/nvdimm/nd_virtio 0x1928b47d virtio_pmem_host_ack +EXPORT_SYMBOL_GPL drivers/nvdimm/nd_virtio 0x36af03d7 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 0x378480a3 nvme_auth_gen_pubkey +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0x38c59751 nvme_auth_gen_shared_secret +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0x399d9ac8 nvme_auth_hmac_hash_len +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0x42240256 nvme_auth_gen_privkey +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0x51873876 nvme_auth_get_seqnum +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0x674c5bc1 nvme_auth_hmac_name +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0x6adadbb4 nvme_auth_free_key +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0x6e91ee1b nvme_auth_digest_name +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0x780989d1 nvme_auth_dhgroup_id +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 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 0x077deee9 nvme_get_features +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x0f7e12e9 nvme_complete_batch_req +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x11abc494 __SCK__tp_func_nvme_sq +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x148fcc76 nvme_cancel_request +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x15ff1930 nvme_start_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x27ee182a nvme_auth_stop +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x283cac3a nvme_complete_rq +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x2fc3ba5e nvme_start_freeze +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x32ba2106 nvme_fail_nonready_command +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x3a4ff9fc nvme_uninit_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x3d182f4e nvme_dev_attrs_group +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x3d8e8a2a nvme_submit_sync_cmd +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x3eb3b13e nvme_wait_reset +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x3f093b41 nvme_remove_namespaces +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x41ab471c nvme_setup_cmd +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x49224181 nvme_reset_wq +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x4e1ec7b3 nvme_reset_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x51dfb6d8 nvme_unquiesce_admin_queue +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x54d2a869 nvme_cancel_admin_tagset +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x5a9ff5fb nvme_complete_async_event +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x62596fdb nvme_stop_keep_alive +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x6346abb7 nvme_set_queue_count +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x64b62862 nvme_wq +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x68d146cd nvme_alloc_admin_tag_set +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x71a417ca nvme_mark_namespaces_dead +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x79c4bf74 nvme_auth_init_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x7e581f46 nvme_cancel_tagset +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x813cf212 nvme_io_timeout +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x84e42e09 nvme_wait_freeze +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x869b412e nvme_alloc_io_tag_set +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x870469c1 nvme_quiesce_admin_queue +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x87a41def nvme_sync_queues +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x8c8e2c71 nvme_enable_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x8e7ec2b6 __tracepoint_nvme_sq +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x96ff983f __nvme_submit_sync_cmd +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x9cf2fff1 nvme_init_request +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x9e7fff16 nvme_cleanup_cmd +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xa2cb0b54 nvme_unfreeze +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xa34ed1ac nvme_host_path_error +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xa649bb07 nvme_remove_admin_tag_set +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xa909d7e9 nvme_remove_io_tag_set +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xad74257d nvme_auth_negotiate +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xafa210a1 nvme_disable_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xb8f0bbd2 nvme_mpath_start_request +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xc1bd2657 nvme_sync_io_queues +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xc41211d4 nvme_unquiesce_io_queues +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xc4219851 nvme_change_ctrl_state +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xce31867c nvme_stop_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xd45434ee admin_timeout +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xd5898f5e nvme_quiesce_io_queues +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xd58bbbcb nvme_delete_wq +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xdea51fa6 nvme_auth_wait +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xdfaf24d7 __nvme_check_ready +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xe8fc5b18 nvme_init_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xe956d1a9 nvme_try_sched_reset +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xefcfc928 nvme_wait_freeze_timeout +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xf3f69f50 __traceiter_nvme_sq +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xfa1e8758 nvme_delete_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xfadbca5b nvme_auth_free +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xff1062b7 nvme_set_features +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xff2aba33 nvme_init_ctrl_finish +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x0795a043 nvmf_reg_read32 +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x16b84330 nvmf_reg_write32 +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x1cede541 nvmf_get_address +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x408cb511 nvmf_connect_admin_queue +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x43de2e6e nvmf_unregister_transport +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x5cb90b03 nvmf_connect_io_queue +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x7498de97 nvmf_free_options +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x9571b279 nvmf_ip_options_match +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0xaa1c6fa3 nvmf_reg_read64 +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0xe5d7aef4 nvmf_register_transport +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0xf276f09a nvmf_should_reconnect +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fc 0x0d12e564 nvme_fc_register_remoteport +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fc 0x21e609f7 nvme_fc_io_getuuid +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 0xb13a5b6a 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 0xfca9dc99 nvme_fc_unregister_remoteport +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x07553414 nvmet_sq_destroy +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x2a1a8df5 nvmet_req_alloc_sgls +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x2ae5beae nvmet_req_complete +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x3b8ab4e7 nvmet_check_transfer_len +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x3e0ef07a nvmet_wq +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x43cfa388 nvmet_req_init +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x6033e6f0 nvmet_req_uninit +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x6c011940 nvmet_register_transport +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x756f8ffe nvmet_sq_init +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x97599f7b nvmet_unregister_transport +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0xac5a9d57 nvmet_ctrl_fatal_error +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0xe2dc1d49 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 0x29752ca3 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/hotplug/pnv-php 0x4952268c pnv_php_find_slot +EXPORT_SYMBOL_GPL drivers/pci/hotplug/pnv-php 0x60bd6074 pnv_php_set_slot_power_state +EXPORT_SYMBOL_GPL drivers/pci/hotplug/rpaphp 0x01cc7086 rpaphp_slot_head +EXPORT_SYMBOL_GPL drivers/pci/hotplug/rpaphp 0x651d4b23 rpaphp_add_slot +EXPORT_SYMBOL_GPL drivers/pci/hotplug/rpaphp 0x6c940aad rpaphp_check_drc_props +EXPORT_SYMBOL_GPL drivers/pci/hotplug/rpaphp 0x7fb31e2c rpaphp_deregister_slot +EXPORT_SYMBOL_GPL drivers/pci/switch/switchtec 0xdc7c5a4b switchtec_class +EXPORT_SYMBOL_GPL drivers/pinctrl/pinctrl-mcp23s08 0x10be15c3 mcp23s08_probe_one +EXPORT_SYMBOL_GPL drivers/pinctrl/pinctrl-mcp23s08 0x42287b8b mcp23x17_regmap +EXPORT_SYMBOL_GPL drivers/pinctrl/pinctrl-mcp23s08 0x7253df64 mcp23x08_regmap +EXPORT_SYMBOL_GPL drivers/power/reset/reboot-mode 0x12bafacb reboot_mode_register +EXPORT_SYMBOL_GPL drivers/power/reset/reboot-mode 0x12c2ebd2 devm_reboot_mode_unregister +EXPORT_SYMBOL_GPL drivers/power/reset/reboot-mode 0xd1f158d6 devm_reboot_mode_register +EXPORT_SYMBOL_GPL drivers/power/reset/reboot-mode 0xf9766fdd reboot_mode_unregister +EXPORT_SYMBOL_GPL drivers/power/supply/bq27xxx_battery 0x4bb4ca2f bq27xxx_battery_teardown +EXPORT_SYMBOL_GPL drivers/power/supply/bq27xxx_battery 0x73d3e722 bq27xxx_battery_setup +EXPORT_SYMBOL_GPL drivers/power/supply/bq27xxx_battery 0xd34d3a85 bq27xxx_battery_update +EXPORT_SYMBOL_GPL drivers/power/supply/pcf50633-charger 0x1707b871 pcf50633_mbc_get_usb_online_status +EXPORT_SYMBOL_GPL drivers/power/supply/pcf50633-charger 0x4ca851f1 pcf50633_mbc_usb_curlim_set +EXPORT_SYMBOL_GPL drivers/power/supply/pcf50633-charger 0xb56b90ad pcf50633_mbc_get_status +EXPORT_SYMBOL_GPL drivers/ptp/ptp-qoriq 0x1ae89761 ptp_qoriq_settime +EXPORT_SYMBOL_GPL drivers/ptp/ptp-qoriq 0x2eae82b0 ptp_qoriq_isr +EXPORT_SYMBOL_GPL drivers/ptp/ptp-qoriq 0x31f15653 ptp_qoriq_adjtime +EXPORT_SYMBOL_GPL drivers/ptp/ptp-qoriq 0x6e00bf44 extts_clean_up +EXPORT_SYMBOL_GPL drivers/ptp/ptp-qoriq 0x8d23ac99 ptp_qoriq_enable +EXPORT_SYMBOL_GPL drivers/ptp/ptp-qoriq 0x9b118370 ptp_qoriq_gettime +EXPORT_SYMBOL_GPL drivers/ptp/ptp-qoriq 0xb56fcfdd ptp_qoriq_free +EXPORT_SYMBOL_GPL drivers/ptp/ptp-qoriq 0xde5809c6 ptp_qoriq_adjfine +EXPORT_SYMBOL_GPL drivers/ptp/ptp-qoriq 0xec671f9c ptp_qoriq_init +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0x32c649c4 mc13xxx_fixed_regulator_set_voltage +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0x66d5a63e mc13xxx_regulator_ops +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0x91934a05 mc13xxx_get_num_regulators_dt +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0xd0d3b433 mc13xxx_fixed_regulator_ops +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0xd40bdf58 mc13xxx_parse_regulators_dt +EXPORT_SYMBOL_GPL drivers/regulator/rohm-regulator 0x471358b3 rohm_regulator_set_voltage_sel_restricted +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0x3ba80169 wm8350_isink_set_flash +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0x4befcaeb wm8350_ldo_set_slot +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0x52092095 wm8350_register_regulator +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0x8c0ba2e7 wm8350_register_led +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0x9ccc46ac wm8350_dcdc_set_slot +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0xe64012e5 wm8350_dcdc25_set_mode +EXPORT_SYMBOL_GPL drivers/regulator/wm8400-regulator 0xfddf26cc wm8400_register_regulator +EXPORT_SYMBOL_GPL drivers/rpmsg/qcom_glink 0x149236da qcom_glink_native_remove +EXPORT_SYMBOL_GPL drivers/rpmsg/qcom_glink 0x18afc4e1 qcom_glink_native_probe +EXPORT_SYMBOL_GPL drivers/rpmsg/qcom_glink 0xf14f5684 qcom_glink_ssr_notify +EXPORT_SYMBOL_GPL drivers/rpmsg/qcom_glink 0xfd2d5a1d qcom_glink_native_unregister +EXPORT_SYMBOL_GPL drivers/rtc/rtc-ds1685 0xbeeba34e ds1685_rtc_poweroff +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x00e4b14e cxgbi_ep_poll +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x01b0b582 cxgbi_get_host_param +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x05786af2 cxgbi_parse_pdu_itt +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x05e9b10d cxgbi_ep_disconnect +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x0957efdd cxgbi_sock_rcv_wr_ack +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x0d622333 cxgbi_conn_xmit_pdu +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x10a9fc43 cxgbi_conn_pdu_ready +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x15689873 cxgbi_conn_init_pdu +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x16165ade cxgbi_iscsi_init +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x199e59b2 cxgbi_sock_check_wr_invariants +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x27d723d4 cxgbi_conn_tx_open +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x2bc2c516 cxgbi_device_find_by_netdev +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x2e65de23 cxgbi_iscsi_cleanup +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x3033c329 cxgbi_get_ep_param +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x34747e8c cxgbi_sock_free_cpl_skbs +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x47e36f88 cxgbi_sock_skb_entail +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x4cd85107 cxgbi_create_session +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x56504ccb cxgbi_create_conn +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x59a740a2 cxgbi_conn_alloc_pdu +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x6b2d5794 cxgbi_sock_established +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x6dc89fe7 cxgbi_set_host_param +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 0x868241ba cxgbi_device_register +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x881dca30 cxgbi_device_find_by_netdev_rcu +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x8f28e07d cxgbi_device_portmap_create +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x901e8125 cxgbi_hbas_remove +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x937fda25 cxgbi_bind_conn +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x9f05e655 cxgbi_ep_connect +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xa134c3fe cxgbi_sock_rcv_abort_rpl +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xb1088922 cxgbi_sock_act_open_req_arp_failure +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xb1ab6604 cxgbi_set_conn_param +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xb4337807 cxgbi_hbas_add +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xb5bfef1d cxgbi_sock_fail_act_open +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xb99d586d cxgbi_ddp_ppm_setup +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xc706df17 cxgbi_sock_rcv_close_conn_rpl +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xcb8127a7 cxgbi_get_conn_stats +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xced23400 cxgbi_device_portmap_cleanup +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xd0afd675 cxgbi_sock_rcv_peer_close +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xdc9cca7b cxgbi_device_find_by_lldev +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xdf2cf8a1 cxgbi_sock_select_mss +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xe5718a23 cxgbi_cleanup_task +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xe8b2b75f cxgbi_device_unregister +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xeef61217 cxgbi_destroy_session +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xef346615 cxgbi_attr_is_visible +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xfa8b26c4 cxgbi_sock_purge_wr_queue +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xfdfc0fe9 cxgbi_sock_closed +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x217522ba fcoe_validate_vport_create +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x2b80cc51 fcoe_libfc_config +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x456a5c9e fcoe_fc_crc +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x45cdafc0 fcoe_link_speed_update +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x6095601b fcoe_fcf_device_delete +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x620f94f9 fcoe_get_paged_crc_eof +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x687fc052 fcoe_ctlr_get_lesb +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x93eb3538 fcoe_ctlr_device_delete +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x9d0d7736 __fcoe_get_lesb +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x9d853530 fcoe_fcf_device_add +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xad9ceafc fcoe_get_wwn +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xbac58840 fcoe_queue_timer +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xc2a89b38 fcoe_ctlr_device_add +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xc3bbc851 fcoe_check_wait_queue +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xc3f30cc0 fcoe_wwn_from_mac +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xc779a59c fcoe_start_io +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xd5d0d69b fcoe_clean_pending_queue +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xef8d0eab fcoe_get_lesb +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xf167cb7a fcoe_wwn_to_str +EXPORT_SYMBOL_GPL drivers/scsi/fdomain 0xdf9f32c2 fdomain_create +EXPORT_SYMBOL_GPL drivers/scsi/fdomain 0xe840b638 fdomain_destroy +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x1decb79a iscsi_boot_create_host_kset +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x76ef2e22 iscsi_boot_create_kset +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x796b435c iscsi_boot_create_initiator +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x9cd0c1b4 iscsi_boot_create_ethernet +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x9d2f2a79 iscsi_boot_create_target +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0xb0c27804 iscsi_boot_destroy_kset +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0xb8b76e4e iscsi_boot_create_acpitbl +EXPORT_SYMBOL_GPL drivers/scsi/libfc/libfc 0x5b449075 fc_seq_els_rsp_send +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x0fc4bbb7 iscsi_update_cmdsn +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x1159d53d iscsi_conn_bind +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x12b2ad06 iscsi_switch_str_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x145a709a iscsi_host_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x179b006d __iscsi_put_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x180ea9c5 iscsi_session_get_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x2042a41a iscsi_host_set_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x24f829f7 iscsi_requeue_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x25917872 iscsi_complete_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x29dce5fc iscsi_eh_cmd_timed_out +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x2a9429c3 iscsi_eh_device_reset +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x2bdf5956 iscsi_eh_abort +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x2cfe7c57 iscsi_verify_itt +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x2f685c8d iscsi_conn_queue_recv +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x34c5efe9 iscsi_get_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x351b052b iscsi_session_setup +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x3bef2f73 iscsi_pool_init +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x4233973b iscsi_eh_session_reset +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x42708b71 iscsi_complete_scsi_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x4a8df0c6 __iscsi_complete_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x4c90cb61 iscsi_host_add +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x4ed82d51 iscsi_prep_data_out_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x4f03ef3f iscsi_suspend_queue +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x50b42980 iscsi_conn_setup +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x54f41fd6 iscsi_suspend_rx +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x56e29303 iscsi_conn_teardown +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x5c4b6002 iscsi_conn_stop +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x5c8331ca iscsi_session_recovery_timedout +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x620d4a7d iscsi_session_free +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x689a6f18 iscsi_session_teardown +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x6d4fdd49 iscsi_queuecommand +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x7d30b16b iscsi_put_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x8d303b1b iscsi_pool_free +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x91488994 iscsi_conn_unbind +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x9614648d iscsi_conn_failure +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x96649747 iscsi_host_get_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x9b1a8b28 iscsi_itt_to_ctask +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xa35ca192 iscsi_set_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xcd6457b0 iscsi_eh_recover_target +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xd38ea441 iscsi_host_get_max_scsi_cmds +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xd8e17b7c iscsi_conn_send_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xd952d67e iscsi_itt_to_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xd95c0f03 iscsi_session_remove +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xe8dad2be iscsi_conn_get_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xeab9cbd5 iscsi_conn_get_addr_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xeb069753 iscsi_host_free +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xeb5a9ed6 iscsi_host_remove +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xed2edef2 iscsi_conn_queue_xmit +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xf380622c iscsi_suspend_tx +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xf6e72cb7 iscsi_session_failure +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xf868a71f iscsi_conn_start +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xf9d07e00 iscsi_target_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x091fdbb1 iscsi_tcp_segment_unmap +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x21483107 iscsi_tcp_r2tpool_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x2eb795d3 iscsi_tcp_r2tpool_free +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x33cfd55d iscsi_tcp_conn_setup +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x3a6e5866 iscsi_tcp_cleanup_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x649a3e59 iscsi_tcp_conn_get_stats +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x782d18c8 iscsi_tcp_recv_skb +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x7ee8d661 iscsi_tcp_task_init +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x83ebe099 iscsi_tcp_task_xmit +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x84508cfc iscsi_segment_seek_sg +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x8bf73fb1 iscsi_tcp_conn_teardown +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x98ccfd60 iscsi_segment_init_linear +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xac1cfe94 iscsi_tcp_segment_done +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xb0579ffd iscsi_tcp_set_max_r2t +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xb70a2090 iscsi_tcp_dgst_header +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xe370969d iscsi_tcp_hdr_recv_prep +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xe474e6c5 iscsi_tcp_recv_segment_is_hdr +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x0030ceb6 sas_domain_attach_transport +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x019fa243 sas_notify_phy_event +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x0702bf65 sas_task_abort +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x17cfaa74 sas_lu_reset +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x1961fd83 sas_queuecommand +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x21a0ce49 sas_target_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x221a50e8 sas_register_ha +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x3185fd9b smp_ata_check_ready_type +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x37bde45f sas_abort_task +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x3cfc836b sas_ata_device_link_abort +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x3e03d8f5 sas_query_task +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x4682508b sas_unregister_ha +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x5518738a sas_get_local_phy +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x5b9cdc64 sas_execute_internal_abort_dev +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x6144fed0 sas_slave_configure +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x642138d3 sas_eh_device_reset_handler +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x692a26b9 sas_change_queue_depth +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x701e92e5 sas_abort_task_set +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x8385ef9c sas_request_addr +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x8c11e62e sas_clear_task_set +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x941d29f5 sas_find_attached_phy_id +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x9c590dba sas_eh_target_reset_handler +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x9e6e2703 dev_attr_phy_event_threshold +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xa0bcd29d sas_bios_param +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xa0c6e288 sas_phy_reset +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xa598afd6 sas_notify_port_event +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xb3dad0d1 sas_execute_internal_abort_single +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xb702a2f3 sas_slave_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xc0de7e7c sas_eh_abort_handler +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xc3c3717c sas_ioctl +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xc656c70a sas_target_destroy +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xd16c1e0f sas_ata_schedule_reset +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xe1fc094e sas_phy_enable +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xebc63eee sas_drain_work +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xf7625d34 sas_execute_ata_cmd +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xfc53cc30 sas_ssp_task_response +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_fc 0x2c80b400 fc_eh_should_retry_cmd +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x05c54506 iscsi_dbg_trace +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x0736dd10 __tracepoint_iscsi_dbg_eh +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x0c1cd4f7 iscsi_alloc_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x0ff4dee9 iscsi_conn_error_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x110bf313 __traceiter_iscsi_dbg_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x136e033c iscsi_is_session_dev +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x17ec7d36 iscsi_flashnode_bus_match +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x1efcaa3c iscsi_block_scsi_eh +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x2339f20b iscsi_register_transport +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x2a6b4715 iscsi_add_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x35943518 iscsi_add_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x3785e561 __tracepoint_iscsi_dbg_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x382b3c40 iscsi_unregister_transport +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x3e1c862c iscsi_create_flashnode_sess +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x3e748342 iscsi_is_session_online +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x414c6869 iscsi_get_port_speed_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x4c4aa27e __traceiter_iscsi_dbg_tcp +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x584a31ab __SCK__tp_func_iscsi_dbg_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x5bfaa2c3 __tracepoint_iscsi_dbg_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x5ce50692 iscsi_destroy_iface +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x6177c6fe iscsi_conn_login_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x61bdcca9 iscsi_unblock_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x654165ea iscsi_session_chkready +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x6550dbab iscsi_ping_comp_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x67373de5 iscsi_put_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x699fe53e iscsi_get_discovery_parent_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x71b768b0 __SCK__tp_func_iscsi_dbg_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x7216f4a7 iscsi_free_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x7dd15555 iscsi_lookup_endpoint +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x81012b52 iscsi_recv_pdu +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x81de30ea 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 0x85210e9d 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 0x8b8f03f3 iscsi_alloc_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x8d48120d iscsi_remove_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x9639b29b iscsi_destroy_all_flashnode +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x9a5d87a3 iscsi_put_endpoint +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x9fe33032 iscsi_post_host_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xaa976bb3 __tracepoint_iscsi_dbg_tcp +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xaacf9bac iscsi_get_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xab4674c8 __SCK__tp_func_iscsi_dbg_sw_tcp +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xb0f90665 iscsi_destroy_flashnode_sess +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xb499fa00 iscsi_remove_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xba0a1a3b __traceiter_iscsi_dbg_eh +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xba50c341 iscsi_create_iface +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xbc071179 iscsi_get_ipaddress_state_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xc9dc9bf4 __traceiter_iscsi_dbg_sw_tcp +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xcc0cd127 iscsi_find_flashnode_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xcd5316d4 iscsi_session_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xd4e55f1e __tracepoint_iscsi_dbg_sw_tcp +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xd770a0aa iscsi_host_for_each_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xdf4610a6 iscsi_destroy_endpoint +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xe02b99b6 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 0xe7d194a1 iscsi_force_destroy_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xf0e1ee83 iscsi_create_flashnode_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xf3b050f8 iscsi_find_flashnode_sess +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xfa80a19d __traceiter_iscsi_dbg_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xfab26014 iscsi_block_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xfdc9a41b iscsi_create_endpoint +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0x2021d788 sas_tlr_supported +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0x30836c7f sas_is_tlr_enabled +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0x8d6d309c sas_disable_tlr +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0xa1601f0a 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 0xd16d188f spi_populate_tag_msg +EXPORT_SYMBOL_GPL drivers/siox/siox-core 0x1dd7f5d9 siox_device_synced +EXPORT_SYMBOL_GPL drivers/siox/siox-core 0x1de2c4b1 siox_master_alloc +EXPORT_SYMBOL_GPL drivers/siox/siox-core 0x7227d92d siox_master_unregister +EXPORT_SYMBOL_GPL drivers/siox/siox-core 0xbfb6e2eb siox_master_register +EXPORT_SYMBOL_GPL drivers/siox/siox-core 0xd2536742 __siox_driver_register +EXPORT_SYMBOL_GPL drivers/siox/siox-core 0xd76ca309 siox_device_connected +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x02b04308 slim_readb +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x0abaa0ca slim_stream_disable +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x1f11f05d of_slim_get_device +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x25d03377 slim_free_txn_tid +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x2fbf4adb slim_do_transfer +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x369f3198 slim_read +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x3f3fda88 slim_stream_unprepare +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x42319385 slim_unregister_controller +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x5284dca0 slim_report_absent +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x6053d8cb slim_get_logical_addr +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x6f13f458 slim_writeb +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x7396dac0 slim_msg_response +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x966bca63 slim_xfer_msg +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x9b177a74 slim_stream_enable +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xa3dced91 slim_ctrl_clk_pause +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xab5caa96 slim_driver_unregister +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xb3ffbc0b __slim_driver_register +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xbc2cbb8f slim_write +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xd4c9d1ea slim_get_device +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xd77edb3d slim_device_report_present +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xdac58ab1 slim_stream_prepare +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xdb1d409d slim_register_controller +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xdbde9cba slim_stream_allocate +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xf627691d slimbus_bus +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xf85fd5bc slim_stream_free +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xfd3463ff slim_alloc_txn_tid +EXPORT_SYMBOL_GPL drivers/soundwire/soundwire-bus 0x29651fe2 __sdw_register_driver +EXPORT_SYMBOL_GPL drivers/soundwire/soundwire-bus 0xad5ecfce sdw_bus_type +EXPORT_SYMBOL_GPL drivers/soundwire/soundwire-bus 0xbd39ae6e sdw_unregister_driver +EXPORT_SYMBOL_GPL drivers/spi/spi-altera-core 0x9694d577 altera_spi_init_master +EXPORT_SYMBOL_GPL drivers/spi/spi-altera-core 0xb9edd149 altera_spi_irq +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0x2997c353 spi_bitbang_setup +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0x2c29d363 spi_bitbang_setup_transfer +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0x6298c49f spi_bitbang_init +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0x7ddc49e8 spi_bitbang_start +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0x7f267d3e spi_bitbang_stop +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0xf0dc9c1d spi_bitbang_cleanup +EXPORT_SYMBOL_GPL drivers/spi/spi-loopback-test 0x2b55dcb7 spi_test_run_test +EXPORT_SYMBOL_GPL drivers/spi/spi-loopback-test 0x731833b3 spi_test_run_tests +EXPORT_SYMBOL_GPL drivers/spi/spi-loopback-test 0x7f8241ef spi_test_execute_msg +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x0718ec79 spmi_ext_register_readl +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x0b5afa9a spmi_controller_remove +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x1c0e2a28 spmi_device_alloc +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x1e31f209 spmi_controller_alloc +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x2983a14a spmi_command_shutdown +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x3ad7a883 spmi_device_remove +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x4b100298 spmi_ext_register_writel +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x51460666 spmi_command_sleep +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x5c2cd529 spmi_command_reset +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x6656d9c2 __spmi_driver_register +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x668c5250 spmi_ext_register_read +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x7c73854c spmi_register_write +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x81f7bd8b spmi_controller_add +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x843afc14 spmi_ext_register_write +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x84712846 spmi_register_zero_write +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xad7d5a74 spmi_command_wakeup +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xb65b10e6 spmi_register_read +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xb757854f spmi_device_from_of +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xbd06996b spmi_device_add +EXPORT_SYMBOL_GPL drivers/ssb/ssb 0x0adaf669 ssb_pmu_spuravoid_pllupdate +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0x1a99eaa0 devm_anybuss_host_common_probe +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0x2c7c69c7 anybuss_send_ext +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0x5d0ce486 anybuss_client_driver_register +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0x773a00c3 anybuss_send_msg +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0x7f163692 anybuss_client_driver_unregister +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0x8e1ce860 anybuss_set_power +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0x93af4ec5 anybuss_write_input +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0xac3e28c0 anybuss_start_init +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0xadad2581 anybuss_host_common_probe +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0xc02f7506 anybuss_finish_init +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0xc29895b0 anybuss_recv_msg +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0xc4473128 anybuss_read_output +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0xedf97f48 anybuss_read_fbctrl +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0xfce879ad anybuss_host_common_remove +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/fieldbus_dev 0x01188e3f fieldbus_dev_online_changed +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/fieldbus_dev 0x50ad400d fieldbus_dev_register +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/fieldbus_dev 0xb2404b10 fieldbus_dev_unregister +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/fieldbus_dev 0xe5b9c379 fieldbus_dev_area_updated +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0x1198fe18 gb_audio_apbridgea_stop_tx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0x470a69e4 gb_audio_apbridgea_shutdown_rx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0x540b344c gb_audio_apbridgea_set_tx_data_size +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0x6bb85b32 gb_audio_apbridgea_prepare_rx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0xa6ff6720 gb_audio_apbridgea_unregister_cport +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0xaf8abc26 gb_audio_apbridgea_stop_rx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0xb96d653c gb_audio_apbridgea_set_rx_data_size +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0xc696fcd1 gb_audio_apbridgea_register_cport +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0xcc4eb440 gb_audio_apbridgea_start_rx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0xd118dc1a gb_audio_apbridgea_start_tx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0xd5aa190c gb_audio_apbridgea_prepare_tx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0xf0ecf3f2 gb_audio_apbridgea_set_config +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0xf9182bda gb_audio_apbridgea_shutdown_tx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0x135a078f gb_audio_gb_get_topology +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0x320f3230 gb_audio_gb_get_control +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0x3962145a gb_audio_gb_disable_widget +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0x51e5f2af gb_audio_gb_activate_rx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0x532c6c5d gb_audio_gb_deactivate_rx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0x6d346fcb gb_audio_gb_deactivate_tx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0x6ffdf139 gb_audio_gb_activate_tx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0x9d6d4e97 gb_audio_gb_set_control +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0xa89dd431 gb_audio_gb_enable_widget +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0xaa7e72d8 gb_audio_gb_set_tx_data_size +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0xbc69976b gb_audio_gb_get_pcm +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0xf2ae283b gb_audio_gb_set_pcm +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0xfa3c61ea 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 0x1b6a0a22 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 0xef934adf gb_audio_manager_get_module +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-gbphy 0x1464282a gb_gbphy_deregister_driver +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-gbphy 0x70a327f9 gb_gbphy_register_driver +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-spilib 0x1fe7ed3d gb_spilib_master_init +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-spilib 0x575947e6 gb_spilib_master_exit +EXPORT_SYMBOL_GPL drivers/staging/iio/addac/adt7316 0x457f54cd adt7316_pm_ops +EXPORT_SYMBOL_GPL drivers/target/target_core_mod 0x2c534d14 target_wait_for_cmds +EXPORT_SYMBOL_GPL drivers/target/target_core_mod 0x393d45d1 target_submit_prep +EXPORT_SYMBOL_GPL drivers/target/target_core_mod 0x554ad84b target_init_cmd +EXPORT_SYMBOL_GPL drivers/target/target_core_mod 0x6adb9857 target_queue_submission +EXPORT_SYMBOL_GPL drivers/target/target_core_mod 0x7b99d123 target_stop_cmd_counter +EXPORT_SYMBOL_GPL drivers/target/target_core_mod 0x96b379b3 target_free_cmd_counter +EXPORT_SYMBOL_GPL drivers/target/target_core_mod 0xaf4ca84f target_alloc_cmd_counter +EXPORT_SYMBOL_GPL drivers/target/target_core_mod 0xbb438ed7 target_submit +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x01d23ee1 tb_property_create_dir +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x02cceac5 tb_xdomain_request +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x05d4be2e tb_unregister_service_driver +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x077f02af tb_ring_poll_complete +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x19149830 tb_xdomain_alloc_out_hopid +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x37f95d5c tb_ring_start +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x393b4f2f tb_property_free_dir +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x46e38436 tb_xdomain_enable_paths +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x4e5064a7 tb_property_find +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x4e64bdfd tb_register_protocol_handler +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x518f2b2e tb_xdomain_find_by_uuid +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x59033a95 tb_xdomain_alloc_in_hopid +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x5c359d1a tb_xdomain_release_in_hopid +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x5eed6689 tb_ring_alloc_tx +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x603249ed tb_unregister_property_dir +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x62b73c26 tb_service_type +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x64163026 tb_xdomain_release_out_hopid +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x658e3d97 tb_property_add_immediate +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x677dce98 tb_xdomain_disable_paths +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x73ad2acb tb_property_get_next +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x75638fea tb_xdomain_response +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x785eb82c tb_property_remove +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x7fa31604 tb_ring_free +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x8b62f95e tb_property_add_dir +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x8ce8d613 tb_xdomain_type +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x913d19f5 tb_ring_poll +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x985100cd tb_xdomain_lane_bonding_enable +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xa3d2b403 tb_property_add_data +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xa5324c04 tb_ring_stop +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xa73e2812 __tb_ring_enqueue +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xb7c7cdce tb_property_add_text +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xb927119b tb_xdomain_lane_bonding_disable +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xc99f8bd4 tb_xdomain_find_by_route +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xd13efe41 tb_ring_alloc_rx +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 0xfe2452fb tb_register_service_driver +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x028652ae ufshcd_suspend_prepare +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x06a81848 ufshcd_resume_complete +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x0e5bc5ec ufshcd_remove +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x10e18993 ufshcd_hba_stop +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x1261bd35 ufshcd_get_vreg +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x14241193 ufshcd_update_evt_hist +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x175376da ufshcd_fixup_dev_quirks +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x1c610c2b ufshcd_make_hba_operational +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x2bbb9113 ufshcd_config_pwr_mode +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x2c2fdf2e ufshcd_auto_hibern8_update +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x3027239c ufshcd_dme_configure_adapt +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x420e0b4b ufshcd_dealloc_host +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x49c16488 ufshcd_clkgate_delay_set +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x6672ab76 ufshcd_hba_enable +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x710f1d2e ufshcd_dme_get_attr +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x723b1abf ufshcd_delay_us +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x773de688 ufshcd_uic_hibern8_exit +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x79939d97 ufshcd_uic_change_pwr_mode +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x98d3cb2f ufshcd_hold +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x9c1ba34c ufshcd_uic_hibern8_enter +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x9f5c0a48 ufshcd_dme_set_attr +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xad6d50b0 ufshcd_release +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xb6d91630 ufshcd_link_recovery +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xd6d7a757 ufshcd_init +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xdc306525 __ufshcd_suspend_prepare +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xe8e4e2b2 ufshcd_dump_regs +EXPORT_SYMBOL_GPL drivers/ufs/host/ufshcd-pltfrm 0x54c946de ufshcd_init_pwr_dev_param +EXPORT_SYMBOL_GPL drivers/ufs/host/ufshcd-pltfrm 0x72d7e416 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 0xca43749b ufshcd_pltfrm_shutdown +EXPORT_SYMBOL_GPL drivers/ufs/host/ufshcd-pltfrm 0xec2df5ca ufshcd_pltfrm_init +EXPORT_SYMBOL_GPL drivers/uio/uio 0x8ec18cbf __uio_register_device +EXPORT_SYMBOL_GPL drivers/uio/uio 0xa2549bde __devm_uio_register_device +EXPORT_SYMBOL_GPL drivers/uio/uio 0xc378e464 uio_event_notify +EXPORT_SYMBOL_GPL drivers/uio/uio 0xdff37044 uio_unregister_device +EXPORT_SYMBOL_GPL drivers/usb/atm/usbatm 0x33c5b471 usbatm_usb_disconnect +EXPORT_SYMBOL_GPL drivers/usb/atm/usbatm 0x7999d69d usbatm_usb_probe +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0x3bc6d1e9 cdns_set_vbus +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0x46b9ccf9 cdns_drd_gadget_off +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0x62990dbc cdns_drd_gadget_on +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0x676821c2 cdns_clear_vbus +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0x74892627 cdns_suspend +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0x75179a8a cdns_resume +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0x88a5eefa cdns_power_is_lost +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0xb3ddcc9d cdns_init +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0xe1deebd4 cdns_remove +EXPORT_SYMBOL_GPL drivers/usb/chipidea/ci_hdrc 0x7d12a1c4 ci_hdrc_query_available_role +EXPORT_SYMBOL_GPL drivers/usb/chipidea/ci_hdrc 0xc1fac29c hw_phymode_configure +EXPORT_SYMBOL_GPL drivers/usb/chipidea/ci_hdrc 0xd5d911f3 ci_hdrc_add_device +EXPORT_SYMBOL_GPL drivers/usb/chipidea/ci_hdrc 0xe6757f00 ci_hdrc_remove_device +EXPORT_SYMBOL_GPL drivers/usb/chipidea/usbmisc_imx 0x0f26a1ff imx_usbmisc_resume +EXPORT_SYMBOL_GPL drivers/usb/chipidea/usbmisc_imx 0x1fbd306e imx_usbmisc_init_post +EXPORT_SYMBOL_GPL drivers/usb/chipidea/usbmisc_imx 0x2535b62a imx_usbmisc_charger_detection +EXPORT_SYMBOL_GPL drivers/usb/chipidea/usbmisc_imx 0x6b83bf12 imx_usbmisc_init +EXPORT_SYMBOL_GPL drivers/usb/chipidea/usbmisc_imx 0xbe58b912 imx_usbmisc_suspend +EXPORT_SYMBOL_GPL drivers/usb/chipidea/usbmisc_imx 0xd63ba27a imx_usbmisc_hsic_set_connect +EXPORT_SYMBOL_GPL drivers/usb/common/ulpi 0x380d025e ulpi_unregister_driver +EXPORT_SYMBOL_GPL drivers/usb/common/ulpi 0x39c9d1dd ulpi_unregister_interface +EXPORT_SYMBOL_GPL drivers/usb/common/ulpi 0x4ae11911 __ulpi_register_driver +EXPORT_SYMBOL_GPL drivers/usb/common/ulpi 0x6488eb13 ulpi_read +EXPORT_SYMBOL_GPL drivers/usb/common/ulpi 0x6ecb2170 ulpi_write +EXPORT_SYMBOL_GPL drivers/usb/common/ulpi 0x887b9ecf ulpi_register_interface +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x0d82fba6 u_audio_get_volume +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x2d83e16c u_audio_set_volume +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x40bf809c u_audio_get_mute +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x4c43f3da g_audio_setup +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x579338fe u_audio_set_playback_srate +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x59acd868 u_audio_suspend +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x5d05977c u_audio_start_playback +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x638325df u_audio_get_playback_srate +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x677bb7f9 u_audio_set_capture_srate +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x8500a490 u_audio_stop_playback +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x8972ef0a u_audio_get_capture_srate +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x95efc9a5 g_audio_cleanup +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x96333c99 u_audio_start_capture +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x9e2b0a31 u_audio_stop_capture +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0xb312eb61 u_audio_set_mute +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x046f6e8a gether_set_gadget +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x0969b95a gether_get_qmult +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x0bf9d7d7 gether_setup_name +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x2d91e133 gether_get_dev_addr +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x2efb33b6 gether_set_qmult +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x30b72dc4 gether_register_netdev +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x4c49a0cb gether_get_host_addr +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x4e7c9f21 gether_disconnect +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x68e81e08 gether_get_host_addr_u8 +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x756c8528 gether_setup_name_default +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x78fe281f gether_set_dev_addr +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x7c90ea2a gether_set_host_addr +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x8878cfa6 gether_cleanup +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0xa725c9cb gether_get_ifname +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0xbedd1cb1 gether_connect +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0xc568e5b8 gether_set_ifname +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0xcb931f0a gether_get_host_addr_cdc +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_serial 0x162b519f gserial_resume +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_serial 0x33bfdca2 gserial_alloc_line +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_serial 0x60db48f5 gserial_get_console +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_serial 0x6ca86a6e gserial_suspend +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_serial 0x77268a68 gs_free_req +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_serial 0x8bf05cca gserial_connect +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_serial 0xb2086141 gserial_disconnect +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_serial 0xb6652875 gserial_free_line +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_serial 0xc0a01527 gserial_set_console +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_serial 0xe89dc424 gserial_alloc_line_no_console +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_serial 0xfb78a286 gs_alloc_req +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_fs 0x02a7abe0 ffs_name_dev +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_fs 0x1f1383f6 ffs_lock +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_fs 0xe05b1427 ffs_single_dev +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x0ef77c5f fsg_lun_open +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x11f00411 fsg_common_remove_lun +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x12625fd7 fsg_show_nofua +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x141fce2a fsg_common_remove_luns +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x1710b539 fsg_fs_bulk_out_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x1a8f7265 fsg_store_inquiry_string +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x1be13a48 fsg_store_nofua +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 0x35d556fc fsg_store_removable +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x398778e1 fsg_ss_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x3c6a07d0 fsg_common_create_lun +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x3f70f1cc 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 0x46e9df2c fsg_show_inquiry_string +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x503f491e fsg_store_forced_eject +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x528e4f7f 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 0x5aa64f35 fsg_show_ro +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x6acb4179 fsg_common_set_inquiry_string +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x6b1fd659 fsg_show_file +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x73142499 fsg_store_ro +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 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 0x9a43ba7d fsg_store_file +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xa30ece3e fsg_store_cdrom +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xa50f8055 fsg_lun_fsync_sub +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xa5cae92f fsg_ss_bulk_out_comp_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xa5f99b69 fsg_fs_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xab6c68ac fsg_config_from_params +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xb3adf38d store_cdrom_address +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xb52ba28a fsg_intf_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xb54d0d95 fsg_fs_bulk_in_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xd1a3e8e0 fsg_common_create_luns +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xdad66595 fsg_lun_close +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xe4ac89b3 fsg_common_set_cdev +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 0x144a9997 rndis_set_param_medium +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x1b27a72a rndis_set_host_mac +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x1e6f43bb rndis_msg_parser +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x5a525ba1 rndis_add_hdr +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x640b11b9 rndis_signal_disconnect +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x67c49e27 rndis_free_response +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x82878dec rndis_rm_hdr +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x88e799ad rndis_signal_connect +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0xa226ab3c rndis_register +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0xa4ce08d0 rndis_deregister +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0xacc630f3 rndis_uninit +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0xb999251a rndis_set_param_dev +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0xbbecc11c rndis_set_param_vendor +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0xd88c4a5c rndis_get_next_response +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0xe319cf40 rndis_borrow_net +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x024ac650 usb_function_deactivate +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x0c589aba usb_validate_langid +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x0c5f9775 usb_function_register +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x14a3296a usb_put_function_instance +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x151fe77f usb_remove_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x1f0feda6 unregister_gadget_item +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x2793ae4c usb_assign_descriptors +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 0x3a8c8ea3 usb_gstrings_attach +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x3f0c5f12 usb_free_all_descriptors +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x42e4ee44 usb_otg_descriptor_init +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x4beb505d usb_gadget_get_string +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x5209a6ec usb_composite_probe +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x538b52d5 usb_add_config +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x5cf54709 usb_interface_id +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x664c5715 usb_composite_setup_continue +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x669a0cf9 usb_ep_autoconfig +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x6d7afd1c usb_get_function_instance +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x7148ceb2 usb_ep_autoconfig_release +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x71a338fe usb_string_id +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x7ec3a298 usb_add_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x8f2eaded usb_ep_autoconfig_reset +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xa059c203 usb_function_activate +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xa589ca49 usb_composite_unregister +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xa8003cf0 config_ep_by_speed +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xa9967be4 config_ep_by_speed_and_alt +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xb2ae308e usb_string_ids_n +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xc683ed75 usb_function_unregister +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xcb5182b3 usb_put_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xd2ea2134 usb_descriptor_fillbuf +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xd91ae8f5 usb_get_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xdd3b935e usb_string_ids_tab +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xdf062fb1 usb_add_config_only +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xf15632b0 usb_otg_descriptor_alloc +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xf2283909 usb_ep_autoconfig_ss +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xf474a207 usb_gadget_config_buf +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xf5c9b8c3 usb_composite_overwrite_options +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x048a4b61 udc_basic_init +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x1489bf5a empty_req_queue +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x4656fca4 init_dma_pools +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x491cf273 udc_probe +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x5d01d078 udc_irq +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x63afdb7f free_dma_pools +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0xa23676c4 udc_enable_dev_setup_interrupts +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0xa80f7d1b udc_mask_unused_interrupts +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0xaed0b529 gadget_release +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0xd30e1272 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 0x13d8b741 usb_gadget_unmap_request_by_dev +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x14f2ef60 usb_udc_vbus_handler +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x15ec1ff8 usb_gadget_frame_number +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x1a5cc5cb usb_gadget_check_config +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x1e220110 usb_gadget_map_request +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x1e9cac4b 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 0x364a5f99 usb_del_gadget_udc +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x3684af63 usb_gadget_udc_reset +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x3a198670 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 0x459a42ee usb_add_gadget +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x49928c88 usb_gadget_register_driver_owner +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x4acb8bcb usb_gadget_deactivate +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x4d78e854 usb_gadget_activate +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x4efae102 usb_gadget_vbus_connect +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 0x524c7d6c usb_gadget_set_selfpowered +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x71237f54 usb_add_gadget_udc +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 0x861d2eff usb_initialize_gadget +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x89ad5b34 usb_gadget_disconnect +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x92d0dae6 usb_gadget_set_state +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x93d5fdc4 usb_gadget_giveback_request +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x9b7a488d usb_gadget_unregister_driver +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xa42d88d7 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 0xb9970395 usb_del_gadget +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xba1d4b6b 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 0xc8ac2c4f usb_ep_clear_halt +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xd44dd949 usb_gadget_map_request_by_dev +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xd76f7ef3 usb_gadget_wakeup +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xe6ad92ce usb_gadget_ep_match_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xf677d743 gadget_find_ep_by_name +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xff5e9cc6 usb_add_gadget_udc_release +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xffa5632c usb_gadget_unmap_request +EXPORT_SYMBOL_GPL drivers/usb/host/xhci-pci-renesas 0x2a53009e renesas_xhci_check_request_fw +EXPORT_SYMBOL_GPL drivers/usb/misc/ezusb 0x051ecad0 ezusb_fx1_set_reset +EXPORT_SYMBOL_GPL drivers/usb/misc/ezusb 0x1a2a9bcf ezusb_fx1_ihex_firmware_download +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0x054aa763 usb_ftdi_elan_edset_setup +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0x0c1483e2 usb_ftdi_elan_write_pcimem +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0x4087ee79 usb_ftdi_elan_edset_output +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0x56c60319 ftdi_elan_gone_away +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0x5e4fd6fd usb_ftdi_elan_edset_single +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0x5f0569be usb_ftdi_elan_read_pcimem +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0xcf372194 usb_ftdi_elan_edset_empty +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0xe5a9155c usb_ftdi_elan_edset_flush +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0xf57a6fee usb_ftdi_elan_edset_input +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 0x15b45812 musb_interrupt +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0x1efef293 musb_set_peripheral +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 0x9104b0f6 musb_queue_resume_work +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0xade3e56c musb_writew +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0xb1bbb9b9 musb_set_host +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0xe59efb0e musb_clearb +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0xebe3cf63 musb_get_mode +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0xf0f95e51 musb_readl +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0xff6e72df musb_root_disconnect +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-generic 0x07ae9df2 usb_phy_generic_unregister +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-generic 0x5a5abba6 usb_gen_phy_shutdown +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-generic 0xb9c94972 usb_gen_phy_init +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-generic 0xcb9f15ec usb_phy_generic_register +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-generic 0xf0399528 usb_phy_gen_create_phy +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-isp1301 0x23357c4d isp1301_get_client +EXPORT_SYMBOL_GPL drivers/usb/serial/usb_wwan 0x53fa64b0 usb_wwan_port_probe +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x3270cbad usb_serial_generic_process_read_urb +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x4a12a379 usb_serial_handle_dcd_change +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x5b8886af usb_serial_generic_resume +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x6251bd5b usb_serial_generic_tiocmiwait +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x65d2c56f usb_serial_generic_write_start +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x67af04e4 usb_serial_generic_close +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x6a886fe7 usb_serial_generic_write +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x6bca17bf usb_serial_generic_submit_read_urbs +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x74ea64c7 usb_serial_generic_get_icount +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x78708a1e usb_serial_deregister_drivers +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x7df66715 usb_serial_generic_unthrottle +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x7e047783 usb_serial_port_softint +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x7f192f97 usb_serial_generic_wait_until_sent +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x7fc80242 usb_serial_generic_read_bulk_callback +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xb434f327 usb_serial_generic_open +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xb4a14344 usb_serial_register_drivers +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xc42b3261 usb_serial_claim_interface +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xd5d25f62 usb_serial_generic_chars_in_buffer +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xd7093c1d usb_serial_generic_throttle +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xde1d64ac usb_serial_generic_write_bulk_callback +EXPORT_SYMBOL_GPL drivers/usb/typec/altmodes/typec_displayport 0x5dfc6629 dp_altmode_remove +EXPORT_SYMBOL_GPL drivers/usb/typec/altmodes/typec_displayport 0xde9f8d75 dp_altmode_probe +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpci 0x4f58eef7 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 0xa8b00ddd 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 0xea220941 tcpm_tcpc_reset +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpm 0xeb779665 tcpm_sourcing_vbus +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x047fbb94 typec_partner_register_altmode +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x04bf55a9 typec_cable_set_identity +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x08a6e8b7 typec_retimer_set +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x0920f543 typec_altmode_put_plug +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x0d1ad39c typec_port_register_altmode +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x0d21ebbd typec_altmode_enter +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x0d991d08 typec_switch_get_drvdata +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x0f8ea689 typec_partner_usb_power_delivery_register +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x111a1982 typec_altmode_exit +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x1b89da9c typec_partner_set_identity +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x2560cb24 typec_set_pwr_role +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x2606985d fwnode_typec_mux_get +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x26527aa8 typec_partner_set_usb_power_delivery +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x2a1a4626 typec_unregister_altmode +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x2d1e301d typec_find_power_role +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x2f5927a3 typec_switch_set_drvdata +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x35369b46 typec_register_cable +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x3ac08ef4 usb_power_delivery_link_device +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x41267320 typec_altmode_vdm +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x46f2b95d typec_register_plug +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x47dc5fda typec_switch_register +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x482fa7ec typec_plug_register_altmode +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x4ba61c6f usb_power_delivery_register_capabilities +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x4facb125 typec_mux_register +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x56e75a85 typec_altmode_update_active +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x5e6b2bba typec_retimer_unregister +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x61611ae0 typec_mux_unregister +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x6845705f typec_partner_set_pd_revision +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x6b3d9465 typec_mux_set +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x778c9cb8 __typec_altmode_register_driver +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x7ae70fd4 typec_unregister_plug +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x81f67531 typec_get_orientation +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x855185b2 typec_get_negotiated_svdm_version +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x86521d45 typec_switch_put +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x9049491e typec_find_port_data_role +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x96af5d5b typec_mux_set_drvdata +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xa2170391 typec_register_partner +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xa254de98 typec_find_orientation +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xa29861a0 typec_port_register_altmodes +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xa480bbf2 typec_set_pwr_opmode +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xa48feee3 typec_set_mode +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xa5511c9a typec_cable_put +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xa619001a typec_altmode_attention +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xab9394f2 typec_altmode_get_plug +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xaff5c616 fwnode_typec_switch_get +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xb121834c typec_switch_unregister +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xb6e4ed38 typec_port_set_usb_power_delivery +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xb70316be typec_unregister_partner +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xb7cc4c48 typec_get_drvdata +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xb9204189 typec_altmode_unregister_driver +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xb92b262d typec_set_vconn_role +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xbaab119a typec_retimer_put +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xbd7b6653 typec_plug_set_num_altmodes +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xbdeb5965 typec_cable_is_active +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xc9bdfc2a typec_set_orientation +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xca54669f typec_altmode2port +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xcabd6f06 fwnode_typec_retimer_get +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xcc81fed0 typec_mux_get_drvdata +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xd2fa1286 typec_switch_set +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xd79f35bc typec_retimer_register +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xd8a3f371 typec_retimer_get_drvdata +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xd92d1eea usb_power_delivery_unregister +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xdd0b9b7f typec_register_port +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xdd972426 usb_power_delivery_register +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xe1c009f8 typec_altmode_notify +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xe3af58cb usb_power_delivery_unlink_device +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xe48784ed typec_partner_set_svdm_version +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xe5854379 typec_match_altmode +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xe7379417 typec_altmode_get_partner +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xe960c38d typec_unregister_cable +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xea648986 usb_power_delivery_unregister_capabilities +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xeafc1eb8 typec_find_port_power_role +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xebb95eb1 typec_set_data_role +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xf1234a8b typec_find_pwr_opmode +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xf6331995 typec_unregister_port +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xfaf59ae1 typec_partner_set_num_altmodes +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xfc8df340 typec_mux_put +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xfefa50f1 typec_cable_get +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xff2a8f85 typec_get_fw_cap +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0x6ded64ff ucsi_set_drvdata +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0x7e5a610e ucsi_create +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0x94df058b ucsi_resume +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0xa372dc4e ucsi_get_drvdata +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0xa4d92a1a ucsi_connector_change +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0xa9ca8fa6 ucsi_send_command +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0xac039038 ucsi_register +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0xd0d7b24d ucsi_unregister +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0xd3b1bd52 ucsi_destroy +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x0a638375 usbip_stop_eh +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x0ae49a27 usbip_dump_urb +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x0fd73b89 usbip_recv_xbuff +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x1b3681e5 usbip_recv +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x3a2122fb usbip_pad_iso +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x3b6a7de3 usbip_in_eh +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x4add98ef usbip_event_add +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x78b72f44 usbip_debug_flag +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x86850ee5 usbip_start_eh +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x9dbceb2c dev_attr_usbip_debug +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xa737fca3 usbip_pack_pdu +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xb2cc11e3 usbip_event_happened +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xc416a26c usbip_alloc_iso_desc_pdu +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xcfba7341 usbip_recv_iso +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 0x30099dc3 __vdpa_register_driver +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0x35512d9e vdpa_set_config +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0x4a0c0ec1 vdpa_mgmtdev_unregister +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0x536be694 vdpa_unregister_device +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0x55e586f7 _vdpa_unregister_device +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0x5e544308 vdpa_get_config +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0x6796ea8e _vdpa_register_device +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0x72bc187b vdpa_unregister_driver +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0x8d72ecbc vdpa_mgmtdev_register +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0xe9b5cd81 __vdpa_alloc_device +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0xea13492f vdpa_register_device +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa_sim/vdpa_sim 0xeb810680 vdpasim_create +EXPORT_SYMBOL_GPL drivers/vfio/mdev/mdev 0x044c2d7f mdev_bus_type +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x0b021d9a vfio_pci_core_init_dev +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x0fc7ceb7 vfio_pci_core_register_dev_region +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x106ad4a7 vfio_pci_core_request +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x128bb3aa vfio_pci_core_finish_enable +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x24e46b7d vfio_pci_core_aer_err_detected +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x2ccdb200 vfio_pci_core_ioctl +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x3b4a51dc vfio_pci_core_err_handlers +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x3bb1503d vfio_pci_core_write +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x4a54978b vfio_pci_core_close_device +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x4cf699b8 vfio_pci_core_set_params +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x736440ea vfio_pci_core_register_device +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x795713b7 vfio_pci_core_disable +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x85f32d19 vfio_pci_core_unregister_device +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0xa708cd86 vfio_pci_core_ioctl_feature +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0xafb22564 vfio_pci_core_sriov_configure +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0xb57750bf vfio_pci_core_match +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0xe1d183c6 vfio_pci_core_enable +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0xec1fbe9c vfio_pci_core_mmap +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0xf28ed20c vfio_pci_core_read +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0xf8d56793 vfio_pci_core_release_dev +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x1c74a430 vfio_file_iommu_group +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x1f755cd6 vfio_file_is_group +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x24642449 vfio_register_group_dev +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x2c46990e vfio_virqfd_disable +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x320fd48c vfio_file_enforced_coherent +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x34c87791 vfio_iommufd_physical_attach_ioas +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x3572cd28 vfio_unregister_iommu_driver +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x3590888f vfio_mig_get_next_state +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x40c418c9 vfio_iommufd_emulated_bind +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x467000f4 vfio_iommufd_physical_bind +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x4f0769e8 vfio_iommufd_physical_unbind +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x59416169 vfio_unregister_group_dev +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x60a634c4 vfio_info_cap_add +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x618189fa vfio_iommufd_emulated_unbind +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x66c6ab57 vfio_iommufd_emulated_attach_ioas +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 0x7d800609 vfio_assign_device_set +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xa13d5140 vfio_register_emulated_iommu_dev +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xa89e6f57 _vfio_alloc_device +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xb384e96b vfio_file_set_kvm +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xb75c48e9 vfio_register_iommu_driver +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xcb148c5f vfio_virqfd_enable +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xe1b33e65 vfio_file_has_dev +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x060b5680 vhost_log_write +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x0efc00c0 vhost_vq_avail_empty +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x1b7ade36 vhost_dev_cleanup +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x1c55e75f vhost_get_vq_desc +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x1fd81721 vhost_dev_flush +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x233097b9 vhost_add_used_and_signal_n +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x2750e170 vhost_work_queue +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x27742a19 vhost_poll_stop +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x29a3dd4b vhost_init_device_iotlb +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x29ab7cb4 vhost_poll_start +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x39a7f6cd vhost_vring_ioctl +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x434158d5 vhost_dev_ioctl +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x4882969e vhost_poll_init +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x491318e0 vhost_set_backend_features +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x4fb0280f vhost_exceeds_weight +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x5c392327 vhost_dev_set_owner +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x5c61b953 vhost_vq_init_access +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x5cdc61dd vhost_add_used_n +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x67140c64 vhost_dev_has_owner +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x6f2fcc05 vhost_chr_read_iter +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x723c402c vhost_dev_reset_owner +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x7758ba27 vhost_signal +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x7b34247b vhost_discard_vq_desc +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x7ced7b8c vhost_new_msg +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x7dbe389a vhost_enable_notify +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x8f46c921 vhost_log_access_ok +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x910faafb vhost_dev_init +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x932c92b6 vhost_enqueue_msg +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x9bf2a2b0 vhost_clear_msg +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xa909cfc5 vhost_work_init +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xad803d2a vhost_has_work +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xc2351ef8 vhost_vq_is_setup +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xc690ed2b vhost_add_used_and_signal +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xc90a0bb2 vhost_dequeue_msg +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xca7f0224 vhost_dev_stop +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xd2c4ba98 vhost_add_used +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xe25cc58f vq_meta_prefetch +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xe5db2863 vhost_vq_access_ok +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xeacd5a34 vhost_disable_notify +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xec17a10e vhost_dev_check_owner +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xfd2b3e45 vhost_dev_reset_owner_prepare +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xfff68c4d vhost_poll_queue +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 0x39f24144 ili9320_suspend +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0x4056c435 ili9320_shutdown +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0x5476c5e9 ili9320_probe_spi +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0x6cb082c1 ili9320_write_regs +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0x7c563cb7 ili9320_write +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0x9a09e5bd ili9320_remove +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0xf09e4d1d ili9320_resume +EXPORT_SYMBOL_GPL drivers/video/fbdev/core/fb_ddc 0x3c5b28ca fb_ddc_read +EXPORT_SYMBOL_GPL drivers/video/fbdev/core/fb_sys_fops 0x8705ff08 fb_sys_read +EXPORT_SYMBOL_GPL drivers/video/fbdev/core/fb_sys_fops 0xd64e8c6a fb_sys_write +EXPORT_SYMBOL_GPL drivers/video/fbdev/sis/sisfb 0x3c2dfd42 sis_free_new +EXPORT_SYMBOL_GPL drivers/video/fbdev/sis/sisfb 0x8fec4aa0 sis_malloc_new +EXPORT_SYMBOL_GPL drivers/w1/wire 0x08998a04 w1_reset_bus +EXPORT_SYMBOL_GPL drivers/w1/wire 0x2fb1e536 w1_next_pullup +EXPORT_SYMBOL_GPL drivers/w1/wire 0x306b4fc1 w1_write_block +EXPORT_SYMBOL_GPL drivers/w1/wire 0x4f1a3418 w1_touch_block +EXPORT_SYMBOL_GPL drivers/w1/wire 0x54e4c59d w1_reset_resume_command +EXPORT_SYMBOL_GPL drivers/w1/wire 0x56e313f3 w1_read_8 +EXPORT_SYMBOL_GPL drivers/w1/wire 0x63757e92 w1_calc_crc8 +EXPORT_SYMBOL_GPL drivers/w1/wire 0x71d8e882 w1_reset_select_slave +EXPORT_SYMBOL_GPL drivers/w1/wire 0x90d9ace9 w1_read_block +EXPORT_SYMBOL_GPL drivers/w1/wire 0x992773e9 w1_touch_bit +EXPORT_SYMBOL_GPL drivers/w1/wire 0xdd772ec6 w1_triplet +EXPORT_SYMBOL_GPL drivers/w1/wire 0xec2bdf77 w1_write_8 +EXPORT_SYMBOL_GPL fs/dlm/dlm 0x0b2ada48 dlm_posix_unlock +EXPORT_SYMBOL_GPL fs/dlm/dlm 0x4b62826c dlm_unlock +EXPORT_SYMBOL_GPL fs/dlm/dlm 0x61195af8 dlm_posix_get +EXPORT_SYMBOL_GPL fs/dlm/dlm 0x8a6c5f1b dlm_lock +EXPORT_SYMBOL_GPL fs/dlm/dlm 0xb2636067 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 0x494716ea lockd_up +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x5b9e583f nlmclnt_proc +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x5d99c68f nlmclnt_done +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x9cbde0a0 nlmsvc_unlock_all_by_ip +EXPORT_SYMBOL_GPL fs/lockd/lockd 0xa6103d41 nlmsvc_unlock_all_by_sb +EXPORT_SYMBOL_GPL fs/lockd/lockd 0xb0d0b6f1 lockd_down +EXPORT_SYMBOL_GPL fs/lockd/lockd 0xd6cd418a nlmclnt_init +EXPORT_SYMBOL_GPL fs/lockd/lockd 0xf2bf5586 nlmsvc_ops +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0294c6a2 nfs_callback_nr_threads +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x037d2353 nfs_post_op_update_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x03eacb8c nfs_fattr_init +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0654de4d nfs_mark_client_ready +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x09767e00 nfs_revalidate_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0fba15e8 nfs_initiate_pgio +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x10962bc2 nfs_auth_info_match +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x14eb59d8 nfs_commit_free +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x161aad34 nfs_d_prune_case_insensitive_aliases +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x17357bf8 nfs_zap_acl_cache +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x177de3c0 nfs_put_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x17c5fbcf nfs_set_verifier +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1c5d7e58 nfs_permission +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1fa7b32f nfs_pgio_current_mirror +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2042071f nfs_alloc_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x21629f71 nfs_rmdir +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x21bf810e nfs_server_remove_lists +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x22d795a8 _nfs_display_fhandle_hash +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x232ac3cf nfs_create +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x246f58d6 nfs_access_zap_cache +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2535642b nfs_show_path +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x25aabd5a nfs_commit_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x26884ff7 nfs_alloc_fhandle +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2716f6fe nfs_pageio_init_write +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2796be93 nfs_request_add_commit_list +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2f84f5f7 __traceiter_nfs_fsync_exit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x30496988 __tracepoint_nfs_fsync_enter +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3265cee1 nfs_may_open +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x32e1e2cd nfs_server_insert_lists +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x343d3585 nfs_access_get_cached +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x38491241 nfs_close_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x39e05ac3 nfs_idmap_cache_timeout +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x39fdc568 register_nfs_version +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3a2602e8 __traceiter_nfs_fsync_enter +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3a52e3c3 nfs_client_for_each_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3b9fb6ce nfs_file_mmap +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3e42a66b nfs_setattr +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3f2690f2 nfs_check_flags +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3fed35b5 nfs_reconfigure +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x40739385 nfs_wait_bit_killable +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x418fdcd5 nfs_file_read +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x42a7e100 nfs_file_fsync +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x42f2c81f nfs4_client_id_uniquifier +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x44beb780 nfs_init_commit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x44cc3a41 __tracepoint_nfs_fsync_exit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4528744f nfs_pageio_resend +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x47207a42 nfs_fs_type +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x483a40e7 nfs_file_release +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4885d59e nfs_mkdir +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4b71051b nfs_init_cinfo +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4bd77a30 nfs_create_rpc_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4cb9e001 recover_lost_locks +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x518885fe nfs_try_get_tree +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x51892d61 nfs_callback_set_tcpport +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x568239fd nfs_wait_client_init_complete +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x584b8482 nfs_inc_attr_generation_counter +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x59923eb3 __tracepoint_nfs_xdr_status +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5a130c31 nfs_write_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5c23402d nfs_sb_deactive +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5cefc6a1 nfs_clone_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5e592af8 nfs_force_lookup_revalidate +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5f6c326d nfs_lock +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x604300fd nfs_async_iocounter_wait +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x604c3159 __traceiter_nfs_xdr_status +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x617a80d6 nfs_fhget +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x632516cd nfs_filemap_write_and_wait_range +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x64bbb91c nfs_get_lock_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x65156a6a nfs_pageio_reset_write_mds +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6793ac05 nfs_alloc_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6906892c nfs_generic_pgio +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6b26bf18 nfs_client_init_is_complete +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6c93e47a nfs_invalidate_atime +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6d38544e nfs_fscache_open_file +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6d94cf24 nfs_show_options +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6e81f032 __SCK__tp_func_nfs_fsync_exit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x70d2b2f7 nfs_dentry_operations +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x70f21da2 nfs_sb_active +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x70feb6d2 alloc_nfs_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x72c4e5ad nfs_sops +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x73dff4c0 __SCK__tp_func_nfs_xdr_status +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x74a0db49 nfs_client_init_status +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x752e188b nfs_pageio_reset_read_mds +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x762ef5bb nfs_refresh_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x782a6fbb nfs_dreq_bytes_left +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7865ca05 nfs_unlink +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7a9ea1bc nfs_instantiate +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7abb15a8 nfs_init_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7b36980e nfs_commitdata_alloc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7d7bb435 nfs_pgio_header_alloc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7e3612fb nfs_set_cache_invalid +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7ed17050 nfs_free_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x81c61707 nfs_sync_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x81d6a1f6 nfs_rename +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8499de4f nfs_alloc_fattr +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x84c6f6c6 nfs_lookup +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8853f167 nfs_umount_begin +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x890893c3 nfs_file_operations +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x89789503 nfs_request_add_commit_list_locked +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 0x9498c1e9 nfs4_dentry_operations +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x95007f7e __SCK__tp_func_nfs_xdr_bad_filehandle +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9562bf5a nfs_probe_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9691bf64 put_nfs_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x97d5d16e nfs_path +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9833013c nfs_commitdata_release +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x98b0ece8 nfs_init_timeout_values +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x993a8e3f nfs4_fs_type +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9e6545eb nfs_retry_commit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9f75eb05 nfs_writeback_update_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9ffd148f nfs_mknod +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa2790e03 nfs_add_or_obtain +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa35e0ff3 nfs_file_llseek +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa39101fd nfs_flock +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 0xab1b1555 nfs_put_lock_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xabea27d1 nfs_alloc_fattr_with_label +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb0488ec1 nfs_inode_attach_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb153f3fd nfs_free_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb81585dd nfs_alloc_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xbc9c935a nfs_post_op_update_inode_force_wcc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc076578b nfs_free_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc10c38ad nfs_wb_all +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc1225bc2 nfs_clear_verifier_delegated +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc2600d09 nfs_init_server_rpcclient +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc3026613 nfs_show_devname +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc33a344a nfs_setattr_update_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc3a2be67 nfs_net_id +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc417126a nfs_getattr +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc5126f49 nfs_pgio_header_free +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc51f2f25 nfs_access_add_cache +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc530e906 nfs_symlink +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc6c8b8f1 nfs_access_set_mask +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc81e6442 nfs_generic_pg_test +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xcd1b7c97 __traceiter_nfs_xdr_bad_filehandle +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xce0ba544 nfs_initiate_commit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xce3a5e2d nfs_kill_super +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xce877dd8 nfs_create_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xcfef1843 nfs_server_copy_userdata +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd2fad579 nfs_atomic_open +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd57d5fa8 nfs_setsecurity +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd599e62c nfs_link +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xda337098 get_nfs_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xdae9b5d7 nfs4_disable_idmapping +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xdc43270d nfs_check_cache_invalid +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xdd69f95e unregister_nfs_version +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe251a7b5 nfs_get_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe25d30c1 nfs_drop_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe53e7b7b nfs_show_stats +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe659e9f4 nfs_scan_commit_list +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe70507df __tracepoint_nfs_xdr_bad_filehandle +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe7ecf138 nfs_statfs +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe9bd5122 nfs4_label_alloc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe9f5d69f nfs_request_remove_commit_list +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xebd1015a nfs_wait_on_request +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xecaef9ee nfs_do_submount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xee5ba96c nfs_submount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf2eb5011 nfs_file_set_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf4b09118 nfs_file_write +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf5f27265 nfs_release_request +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf96f04c4 __SCK__tp_func_nfs_fsync_enter +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf97b4745 nfs_pgheader_init +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfb46124e nfs_pageio_init_read +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfc619abd _nfs_display_fhandle +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xff3a640a nfs_clear_inode +EXPORT_SYMBOL_GPL fs/nfs/nfsv3 0xb1a9b6ca nfs3_set_ds_client +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x02985084 nfs4_init_ds_session +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x0490e2fe pnfs_register_layoutdriver +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x054bef45 layoutstats_timer +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x07341f4e pnfs_generic_write_commit_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x08b2c467 __SCK__tp_func_ff_layout_commit_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x0aebca68 __tracepoint_ff_layout_read_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x0f01076e __tracepoint_pnfs_mds_fallback_pg_get_mirror_count +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x0ff289f3 __SCK__tp_func_pnfs_mds_fallback_pg_init_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x1720bf49 pnfs_generic_layout_insert_lseg +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x18db90ce pnfs_put_lseg +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x1c81910c pnfs_ld_write_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x1fb05a31 pnfs_set_lo_fail +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x26c87441 __traceiter_pnfs_mds_fallback_pg_init_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x27ad47ea __SCK__tp_func_pnfs_mds_fallback_write_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x2d43dcc3 pnfs_ld_read_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x30a44ac3 __SCK__tp_func_ff_layout_write_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x31f9a500 nfs4_pnfs_ds_add +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x32bb6e05 __tracepoint_ff_layout_write_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x3354c6ff pnfs_add_commit_array +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x33e88272 pnfs_destroy_layout +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x37a462b5 nfs4_schedule_lease_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x3b219967 pnfs_alloc_commit_array +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x3e2d3f17 pnfs_generic_sync +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x416769df pnfs_layoutcommit_inode +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x443b1b19 nfs4_pnfs_ds_put +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x46044bbc pnfs_generic_pg_cleanup +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x4e33e590 __traceiter_nfs4_pnfs_commit_ds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x4eae48b0 pnfs_layout_mark_request_commit +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x4f2cc9bf pnfs_generic_pg_check_layout +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x4f46fadc pnfs_generic_pg_readpages +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x50c29f7f pnfs_generic_pg_init_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x533c198f __SCK__tp_func_nfs4_pnfs_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 0x5ce462a3 __tracepoint_pnfs_mds_fallback_write_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x5ed64912 nfs4_find_get_deviceid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x6085edbd nfs_map_string_to_numeric +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x61e45f57 nfs4_schedule_stateid_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x62cb219b nfs4_put_deviceid_node +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x62fbeaa9 nfs4_test_session_trunk +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x67c8da6f pnfs_generic_search_commit_reqs +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x69d3558d pnfs_generic_rw_release +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x6beff5b0 __traceiter_nfs4_pnfs_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x6bf2ce45 nfs4_init_deviceid_node +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x6c66d8a8 pnfs_generic_ds_cinfo_release_lseg +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x6f8ac1f2 pnfs_set_layoutcommit +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 0x7a5937ad pnfs_generic_prepare_to_resend_writes +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x7ab7bcc6 __tracepoint_ff_layout_commit_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x7c26cf23 nfs4_schedule_session_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x7cd013a8 __SCK__tp_func_pnfs_mds_fallback_pg_get_mirror_count +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x82409884 __tracepoint_pnfs_mds_fallback_read_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x830ffd2e __traceiter_pnfs_mds_fallback_read_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x87493f10 nfs4_pnfs_ds_connect +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x8952b015 pnfs_unregister_layoutdriver +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x89826b0c nfs42_proc_layouterror +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x8e7c6fd5 nfs4_setup_sequence +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x974a1614 __tracepoint_pnfs_mds_fallback_pg_init_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x9817afdd pnfs_generic_recover_commit_reqs +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x9a1a74c3 __tracepoint_nfs4_pnfs_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x9ec9a26e __traceiter_pnfs_mds_fallback_write_pagelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xa29d7769 __traceiter_pnfs_mds_fallback_read_pagelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xa50d7517 pnfs_nfs_generic_sync +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xa5d2f850 __traceiter_ff_layout_read_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xa81cc5e5 pnfs_generic_pg_test +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xa9221652 nfs_remove_bad_delegation +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xaac30a58 nfs4_decode_mp_ds_addr +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xabf764b3 nfs4_mark_deviceid_available +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xae25b492 pnfs_read_resend_pnfs +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xb2cbece0 __traceiter_ff_layout_commit_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xb62630b5 nfs41_sequence_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xb84aae2e pnfs_read_done_resend_to_mds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xba53a1ef __SCK__tp_func_pnfs_mds_fallback_pg_init_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xc7a9d954 __SCK__tp_func_nfs4_pnfs_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xc94f8b1a pnfs_generic_pg_writepages +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xc98d7eec pnfs_generic_pg_check_range +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xcb80eecf nfs4_set_rw_stateid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xcb86e90a nfs4_proc_getdeviceinfo +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xcf29b95f __tracepoint_pnfs_mds_fallback_read_pagelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd07dd3b4 pnfs_generic_pg_init_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd0e52f26 pnfs_write_done_resend_to_mds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd0ecfaad __tracepoint_pnfs_mds_fallback_pg_init_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd2c4f399 nfs4_test_deviceid_unavailable +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd54465a9 __traceiter_nfs4_pnfs_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd9399ac9 nfs4_mark_deviceid_unavailable +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd95575d8 nfs4_schedule_migration_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xdc2c7c11 pnfs_report_layoutstat +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xdc57ef1a nfs4_sequence_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xdc7ee2e0 pnfs_error_mark_layout_for_return +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xdeec1a8c nfs4_schedule_lease_moved_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xdf6991a4 __SCK__tp_func_pnfs_mds_fallback_write_pagelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xdf7a76cb __traceiter_pnfs_mds_fallback_write_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xe0ac2ed2 pnfs_free_commit_array +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xe19f5ee0 __tracepoint_pnfs_mds_fallback_write_pagelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xe4d459fd pnfs_generic_scan_commit_lists +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xe828e4df nfs4_find_or_create_ds_client +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xeae8522f __tracepoint_nfs4_pnfs_commit_ds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xeaef963a __traceiter_pnfs_mds_fallback_pg_init_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xec60cad1 __traceiter_ff_layout_write_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xed15fb41 nfs4_print_deviceid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xede41327 __tracepoint_nfs4_pnfs_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xefb742da pnfs_generic_ds_cinfo_destroy +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xefeb1bc2 nfs4_delete_deviceid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf4c10b4e nfs4_set_ds_client +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf7801360 nfs41_maxgetdevinfo_overhead +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf979f9c7 __traceiter_pnfs_mds_fallback_pg_get_mirror_count +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf999267e pnfs_generic_commit_release +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xfe6b83a0 pnfs_generic_commit_pagelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xfebddf37 pnfs_generic_clear_request_commit +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xff9f8295 pnfs_update_layout +EXPORT_SYMBOL_GPL fs/nfs_common/grace 0x1fe1e1ad locks_end_grace +EXPORT_SYMBOL_GPL fs/nfs_common/grace 0x234d76e7 locks_start_grace +EXPORT_SYMBOL_GPL fs/nfs_common/grace 0xb48a1013 opens_in_grace +EXPORT_SYMBOL_GPL fs/nfs_common/grace 0xf4950e9f locks_in_grace +EXPORT_SYMBOL_GPL fs/nfs_common/nfs_acl 0x2eb9d42d nfs_stream_encode_acl +EXPORT_SYMBOL_GPL fs/nfs_common/nfs_acl 0x378209c6 nfs_stream_decode_acl +EXPORT_SYMBOL_GPL fs/nfs_common/nfs_acl 0xa1a3b214 nfsacl_decode +EXPORT_SYMBOL_GPL fs/nfs_common/nfs_acl 0xc4c9b18d nfsacl_encode +EXPORT_SYMBOL_GPL fs/nfsd/nfsd 0x18a25ae7 nfsd4_ssc_init_umount_work +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x0b229230 o2hb_register_callback +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x0bc6b920 o2nm_get_node_by_ip +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x1688dd70 o2nm_get_node_by_num +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x2541f949 o2nm_node_get +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x2ad0f071 o2hb_setup_callback +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x4900035b o2hb_stop_all_regions +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x58c88ff2 o2hb_get_all_regions +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x5e95a4b2 o2net_send_message_vec +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x6a0c3847 __mlog_printk +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x81a17396 mlog_and_bits +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x95f809ea o2nm_node_put +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xa87bc9e7 o2nm_configured_node_map +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xa941cb47 o2hb_fill_node_map +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xb6ebf62a o2nm_this_node +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xbd13ee5d o2hb_check_node_heartbeating_no_sem +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xc228565e o2hb_unregister_callback +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xc4d99852 o2hb_check_node_heartbeating_from_callback +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xd859ac8c o2net_fill_node_map +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xf1a5611d o2net_unregister_handler_list +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xf56c2017 mlog_not_bits +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xf982e6db o2net_send_message +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xfe1298f3 o2net_register_handler +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0x34a954ad dlm_register_eviction_cb +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0x35e23be1 dlm_register_domain +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0x3c6ebbb9 dlm_print_one_lock +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0x7875ae6b dlmlock +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0x7a1211f8 dlm_setup_eviction_cb +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0xbef84de4 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 0xf47fa2df 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 0x0d4017a7 ocfs2_kset +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 0xae841f1b ocfs2_plock +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xaf969565 ocfs2_dlm_lock +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xb1e1f37b ocfs2_stack_glue_register +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xbbc4ef97 ocfs2_stack_supports_plocks +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xc0ca5b4e ocfs2_stack_glue_unregister +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xc5196999 ocfs2_dlm_unlock +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xc9fae756 ocfs2_cluster_connect +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xcafdd707 ocfs2_dlm_lock_status +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xd344e4ee ocfs2_stack_glue_set_max_proto_version +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xd806a273 ocfs2_dlm_dump_lksb +EXPORT_SYMBOL_GPL fs/pstore/pstore_blk 0x2ab71c5b unregister_pstore_device +EXPORT_SYMBOL_GPL fs/pstore/pstore_blk 0x43cc3d4b pstore_blk_get_config +EXPORT_SYMBOL_GPL fs/pstore/pstore_blk 0x56909351 register_pstore_device +EXPORT_SYMBOL_GPL fs/pstore/pstore_zone 0x491633ff register_pstore_zone +EXPORT_SYMBOL_GPL fs/pstore/pstore_zone 0xe622e1ce 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 0x515d539a notifier_err_inject_init +EXPORT_SYMBOL_GPL lib/notifier-error-inject 0xbb137a29 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 0x37e260c4 lowpan_header_compress +EXPORT_SYMBOL_GPL net/6lowpan/6lowpan 0x58cf85ff lowpan_header_decompress +EXPORT_SYMBOL_GPL net/802/garp 0x0c504c56 garp_init_applicant +EXPORT_SYMBOL_GPL net/802/garp 0x7332552f garp_request_leave +EXPORT_SYMBOL_GPL net/802/garp 0x8b5c4672 garp_unregister_application +EXPORT_SYMBOL_GPL net/802/garp 0x9b884c4c garp_uninit_applicant +EXPORT_SYMBOL_GPL net/802/garp 0xb3dd69d4 garp_request_join +EXPORT_SYMBOL_GPL net/802/garp 0xbefa5aa3 garp_register_application +EXPORT_SYMBOL_GPL net/802/mrp 0x12deaea2 mrp_register_application +EXPORT_SYMBOL_GPL net/802/mrp 0x219d7305 mrp_request_join +EXPORT_SYMBOL_GPL net/802/mrp 0x3a4216c1 mrp_unregister_application +EXPORT_SYMBOL_GPL net/802/mrp 0x8af21e59 mrp_request_leave +EXPORT_SYMBOL_GPL net/802/mrp 0x9e3f5564 mrp_uninit_applicant +EXPORT_SYMBOL_GPL net/802/mrp 0xe5562bc7 mrp_init_applicant +EXPORT_SYMBOL_GPL net/802/stp 0x39c0b9f4 stp_proto_register +EXPORT_SYMBOL_GPL net/802/stp 0xd3525ecf stp_proto_unregister +EXPORT_SYMBOL_GPL net/9p/9pnet 0x008bb5e3 p9_client_xattrcreate +EXPORT_SYMBOL_GPL net/9p/9pnet 0x2ed57fb1 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 0x458a5d5c 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 0x011c1fdf bt_debugfs +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0x04e13569 l2cap_chan_connect +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0x0725eec2 l2cap_chan_create +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0x0d771a6f l2cap_chan_set_defaults +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0x30fb7ba2 l2cap_chan_put +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0x4178e516 l2cap_chan_del +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0x4dc9a346 l2cap_add_psm +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0x6fe22e2f l2cap_chan_send +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0x9fba1a08 l2cap_chan_list +EXPORT_SYMBOL_GPL net/bluetooth/hidp/hidp 0xc10e2780 hidp_hid_driver +EXPORT_SYMBOL_GPL net/bridge/bridge 0x04608952 br_vlan_get_pvid +EXPORT_SYMBOL_GPL net/bridge/bridge 0x0ae062c1 br_vlan_get_pvid_rcu +EXPORT_SYMBOL_GPL net/bridge/bridge 0x14a1d3e4 br_multicast_has_querier_anywhere +EXPORT_SYMBOL_GPL net/bridge/bridge 0x1f5033f1 br_vlan_enabled +EXPORT_SYMBOL_GPL net/bridge/bridge 0x2af731d6 br_multicast_enabled +EXPORT_SYMBOL_GPL net/bridge/bridge 0x31134774 br_dev_queue_push_xmit +EXPORT_SYMBOL_GPL net/bridge/bridge 0x392476c0 br_forward +EXPORT_SYMBOL_GPL net/bridge/bridge 0x4135ae38 br_handle_frame_finish +EXPORT_SYMBOL_GPL net/bridge/bridge 0x44fcfd4a br_multicast_has_router_adjacent +EXPORT_SYMBOL_GPL net/bridge/bridge 0x4d295ff6 br_get_ageing_time +EXPORT_SYMBOL_GPL net/bridge/bridge 0x6be770ae nf_br_ops +EXPORT_SYMBOL_GPL net/bridge/bridge 0x7c3bc4a5 br_vlan_get_info_rcu +EXPORT_SYMBOL_GPL net/bridge/bridge 0x874d27dd br_mst_get_state +EXPORT_SYMBOL_GPL net/bridge/bridge 0x95899ecf br_multicast_router +EXPORT_SYMBOL_GPL net/bridge/bridge 0x96099ab9 br_multicast_has_querier_adjacent +EXPORT_SYMBOL_GPL net/bridge/bridge 0x9c25a742 br_port_flag_is_set +EXPORT_SYMBOL_GPL net/bridge/bridge 0xad62c13d br_vlan_get_proto +EXPORT_SYMBOL_GPL net/bridge/bridge 0xca008765 br_mst_get_info +EXPORT_SYMBOL_GPL net/bridge/bridge 0xd421e9cc br_forward_finish +EXPORT_SYMBOL_GPL net/bridge/bridge 0xd665c531 br_fdb_clear_offload +EXPORT_SYMBOL_GPL net/bridge/bridge 0xda28293d br_mst_enabled +EXPORT_SYMBOL_GPL net/bridge/bridge 0xe32a7280 br_vlan_get_info +EXPORT_SYMBOL_GPL net/bridge/bridge 0xe57dcaf2 br_port_get_stp_state +EXPORT_SYMBOL_GPL net/bridge/bridge 0xf91a971c br_fdb_find_port +EXPORT_SYMBOL_GPL net/bridge/bridge 0xff87e318 br_multicast_list_adjacent +EXPORT_SYMBOL_GPL net/core/failover 0x0e738642 failover_slave_unregister +EXPORT_SYMBOL_GPL net/core/failover 0x13c666ca failover_register +EXPORT_SYMBOL_GPL net/core/failover 0x1cf0f00d failover_unregister +EXPORT_SYMBOL_GPL net/dccp/dccp 0x000f1db1 dccp_close +EXPORT_SYMBOL_GPL net/dccp/dccp 0x00e8b3ac dccp_feat_signal_nn_change +EXPORT_SYMBOL_GPL net/dccp/dccp 0x11c12da1 dccp_getsockopt +EXPORT_SYMBOL_GPL net/dccp/dccp 0x182ec2bf dccp_ackvec_parsed_add +EXPORT_SYMBOL_GPL net/dccp/dccp 0x3e2b585a dccp_reqsk_send_ack +EXPORT_SYMBOL_GPL net/dccp/dccp 0x3e358404 dccp_ctl_make_reset +EXPORT_SYMBOL_GPL net/dccp/dccp 0x425968b5 dccp_sync_mss +EXPORT_SYMBOL_GPL net/dccp/dccp 0x48475b69 dccp_ioctl +EXPORT_SYMBOL_GPL net/dccp/dccp 0x49e7dc60 dccp_sendmsg +EXPORT_SYMBOL_GPL net/dccp/dccp 0x4c10c5f3 dccp_reqsk_init +EXPORT_SYMBOL_GPL net/dccp/dccp 0x4cdd391d dccp_feat_list_purge +EXPORT_SYMBOL_GPL net/dccp/dccp 0x4fef923b dccp_setsockopt +EXPORT_SYMBOL_GPL net/dccp/dccp 0x53f9e4e5 dccp_set_state +EXPORT_SYMBOL_GPL net/dccp/dccp 0x54597d6e dccp_check_req +EXPORT_SYMBOL_GPL net/dccp/dccp 0x56559296 dccp_rcv_state_process +EXPORT_SYMBOL_GPL net/dccp/dccp 0x58084195 dccp_recvmsg +EXPORT_SYMBOL_GPL net/dccp/dccp 0x59814a84 dccp_statistics +EXPORT_SYMBOL_GPL net/dccp/dccp 0x5ce4ed74 dccp_child_process +EXPORT_SYMBOL_GPL net/dccp/dccp 0x67ee0d68 dccp_shutdown +EXPORT_SYMBOL_GPL net/dccp/dccp 0x7132cad4 dccp_death_row +EXPORT_SYMBOL_GPL net/dccp/dccp 0x80993155 dccp_timestamp +EXPORT_SYMBOL_GPL net/dccp/dccp 0x861c71f1 dccp_poll +EXPORT_SYMBOL_GPL net/dccp/dccp 0x86be7924 dccp_packet_name +EXPORT_SYMBOL_GPL net/dccp/dccp 0x92e3cc4d dccp_connect +EXPORT_SYMBOL_GPL net/dccp/dccp 0x9598d24d dccp_ackvec_parsed_cleanup +EXPORT_SYMBOL_GPL net/dccp/dccp 0xa9efa4dc dccp_hashinfo +EXPORT_SYMBOL_GPL net/dccp/dccp 0xba22b672 dccp_send_ack +EXPORT_SYMBOL_GPL net/dccp/dccp 0xbddadb69 dccp_send_sync +EXPORT_SYMBOL_GPL net/dccp/dccp 0xc60a7299 dccp_insert_option +EXPORT_SYMBOL_GPL net/dccp/dccp 0xcfb8a619 dccp_done +EXPORT_SYMBOL_GPL net/dccp/dccp 0xd0178240 dccp_make_response +EXPORT_SYMBOL_GPL net/dccp/dccp 0xd02c84c3 dccp_create_openreq_child +EXPORT_SYMBOL_GPL net/dccp/dccp 0xd75b7072 dccp_orphan_count +EXPORT_SYMBOL_GPL net/dccp/dccp 0xde5782ca dccp_feat_nn_get +EXPORT_SYMBOL_GPL net/dccp/dccp 0xdff49fe4 dccp_disconnect +EXPORT_SYMBOL_GPL net/dccp/dccp 0xe0ac69a2 dccp_rcv_established +EXPORT_SYMBOL_GPL net/dccp/dccp 0xe168022a dccp_destroy_sock +EXPORT_SYMBOL_GPL net/dccp/dccp 0xe3121bbf inet_dccp_listen +EXPORT_SYMBOL_GPL net/dccp/dccp 0xf1b50fcd dccp_destruct_common +EXPORT_SYMBOL_GPL net/dccp/dccp 0xf8aa773e dccp_init_sock +EXPORT_SYMBOL_GPL net/dccp/dccp 0xfa756b07 dccp_parse_options +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x0b4aaee6 dccp_invalid_packet +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x14d4f2b2 dccp_v4_do_rcv +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x55539cb1 dccp_v4_send_check +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0xa338917f dccp_v4_request_recv_sock +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0xe0d71cee dccp_v4_connect +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0xe283e4b3 dccp_v4_conn_request +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x018e28ef dsa_devlink_params_register +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x03ce9d92 dsa_tag_8021q_bridge_leave +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x0c6039ac dsa_flush_workqueue +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x0f592048 dsa_devlink_resource_occ_get_unregister +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x0fc97d2c dsa_switch_suspend +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x22451e99 dsa_switch_find +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x384904e6 dsa_tag_8021q_register +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x3edc6e76 dsa_port_from_netdev +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x417d1fed dsa_8021q_rx_switch_id +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x449bc01b dsa_devlink_region_create +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x45ca5090 dsa_tag_8021q_bridge_vid +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x545c2c1f dsa_enqueue_skb +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x5ae39245 dsa_register_switch +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x6100cf1e dsa_switch_shutdown +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x639bd396 dsa_tag_8021q_unregister +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x6ad94711 dsa_8021q_xmit +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x6c4ae8ab dsa_devlink_params_unregister +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x6d5b36a6 dsa_tag_drivers_register +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x749459c2 dsa_tag_8021q_bridge_join +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x885da985 dsa_devlink_port_region_create +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x8a034af1 dsa_tag_drivers_unregister +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x9d946f59 dsa_devlink_resource_occ_get_register +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x9e59271d dsa_8021q_rx_source_port +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xb20ab882 dsa_devlink_resources_unregister +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xb7d30fda dsa_fdb_present_in_other_db +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xbb382114 dsa_tag_8021q_find_port_by_vbid +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xc23e8d5f dsa_devlink_region_destroy +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xc902edca dsa_slave_dev_check +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xcfae79b5 dsa_8021q_rcv +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xd077e855 dsa_devlink_param_get +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xd3be2baf dsa_unregister_switch +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xe1774937 dsa_tag_8021q_standalone_vid +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xe71ba068 dsa_switch_resume +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xe96ac472 dsa_devlink_resource_register +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xf13e1803 vid_is_dsa_8021q +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xf2fce39c dsa_port_phylink_mac_change +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xf570533b dsa_mdb_present_in_other_db +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xfd3e2b67 dsa_devlink_param_set +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x2eedd6d7 ieee802154_hdr_pull +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x7b796e52 ieee802154_hdr_push +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x7c12f101 ieee802154_hdr_peek +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x7f10448a ieee802154_hdr_peek_addrs +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x87e2553b ieee802154_max_payload +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0xb5628d41 nl802154_scan_event +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 0x7262bbfc ife_encode +EXPORT_SYMBOL_GPL net/ife/ife 0xcda2987e ife_decode +EXPORT_SYMBOL_GPL net/ife/ife 0xe7888e98 ife_tlv_meta_encode +EXPORT_SYMBOL_GPL net/ipv4/esp4 0x3fc76638 esp_output_head +EXPORT_SYMBOL_GPL net/ipv4/esp4 0x78aa97d7 esp_input_done2 +EXPORT_SYMBOL_GPL net/ipv4/esp4 0xe187e8c4 esp_output_tail +EXPORT_SYMBOL_GPL net/ipv4/gre 0x6397d797 gre_add_protocol +EXPORT_SYMBOL_GPL net/ipv4/gre 0xc25b8037 gre_del_protocol +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x0055bc8d inet_diag_dump_one_icsk +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x1093d3f5 inet_diag_find_one_icsk +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x367ed1f1 inet_sk_diag_fill +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x4a03b245 inet_diag_register +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x732faaa0 inet_diag_unregister +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x787ce519 inet_diag_dump_icsk +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0xe3819131 inet_diag_msg_common_fill +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0xe522b698 inet_diag_bc_sk +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0xe565faa9 inet_diag_msg_attrs_fill +EXPORT_SYMBOL_GPL net/ipv4/ip_gre 0xbaf163db gretap_fb_dev_create +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x02635a96 __ip_tunnel_change_mtu +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x08d85b44 ip_tunnel_uninit +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x19cfa9fb ip_tunnel_delete_nets +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x1b28aadd ip_tunnel_changelink +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x27a73e7a ip_tunnel_lookup +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x42035e89 ip_tunnel_change_mtu +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x44b2e486 ip_tunnel_xmit +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x46404b63 ip_md_tunnel_xmit +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x56daff30 ip_tunnel_ctl +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x76ac91f9 ip_tunnel_rcv +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x8bc88cf8 ip_tunnel_encap_setup +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xb23430ac ip_tunnel_newlink +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xbbd20c48 ip_tunnel_siocdevprivate +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xd6dcb133 ip_tunnel_dellink +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xe825cdd5 ip_tunnel_setup +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xf16d946a ip_tunnel_init_net +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xf20287bf ip_tunnel_init +EXPORT_SYMBOL_GPL net/ipv4/netfilter/arp_tables 0x8a0d7e5b arpt_alloc_initial_table +EXPORT_SYMBOL_GPL net/ipv4/netfilter/ip_tables 0x5784311a ipt_alloc_initial_table +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_defrag_ipv4 0x81485586 nf_defrag_ipv4_disable +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_defrag_ipv4 0xfbe4b023 nf_defrag_ipv4_enable +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_dup_ipv4 0x6eb2b83c nf_dup_ipv4 +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0x16ab0cb1 nf_reject_ip_tcphdr_get +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0x57f25b1b nf_reject_ip_tcphdr_put +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0x6857b9ba nf_reject_iphdr_put +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0x835e5e80 nf_send_reset +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0xacd08713 nf_send_unreach +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0xc56612e6 nf_reject_skb_v4_tcp_reset +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0xd7dc15e0 nf_reject_skb_v4_unreach +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_socket_ipv4 0xf692e883 nf_sk_lookup_slow_v4 +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_tproxy_ipv4 0x4dbf7728 nf_tproxy_handle_time_wait4 +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_tproxy_ipv4 0x6bd57848 nf_tproxy_laddr4 +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_tproxy_ipv4 0x74795d45 nf_tproxy_get_sock_v4 +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nft_fib_ipv4 0x1fad48f6 nft_fib4_eval +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nft_fib_ipv4 0x4b1bfc83 nft_fib4_eval_type +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x5616cf3d tcp_vegas_pkts_acked +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x5d19b05e tcp_vegas_cwnd_event +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0xb38849cf tcp_vegas_init +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0xc626fc5d tcp_vegas_state +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0xdd8c88e9 tcp_vegas_get_info +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0x03e321a1 setup_udp_tunnel_sock +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0x24136b8d udp_tunnel_notify_add_rx_port +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0x3e89102e udp_tunnel_sock_release +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0x3eb54763 udp_tunnel_drop_rx_port +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0x73104c27 udp_tun_rx_dst +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0x9fb2cafa udp_tunnel_notify_del_rx_port +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0xba65950c udp_tunnel_push_rx_port +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0xf96d61ee udp_tunnel_xmit_skb +EXPORT_SYMBOL_GPL net/ipv6/esp6 0x13af895e esp6_output_head +EXPORT_SYMBOL_GPL net/ipv6/esp6 0xe1a861f5 esp6_output_tail +EXPORT_SYMBOL_GPL net/ipv6/esp6 0xf60d3800 esp6_input_done2 +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0x36bfc94f ip6_tnl_rcv_ctl +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0x6d02058d ip6_tnl_xmit_ctl +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0xad9d9cea ip6_tnl_encap_setup +EXPORT_SYMBOL_GPL net/ipv6/ip6_udp_tunnel 0x5026bb72 udp_tunnel6_xmit_skb +EXPORT_SYMBOL_GPL net/ipv6/ip6_udp_tunnel 0xd00091d4 udp_sock_create6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/ip6_tables 0xc40508da ip6t_alloc_initial_table +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_defrag_ipv6 0x15dcb3af nf_defrag_ipv6_disable +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_defrag_ipv6 0xa8ab0253 nf_ct_frag6_gather +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_defrag_ipv6 0xacca6d21 nf_defrag_ipv6_enable +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_dup_ipv6 0x86838343 nf_dup_ipv6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0x312bab26 nf_reject_skb_v6_tcp_reset +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0x782a79f1 nf_reject_ip6_tcphdr_get +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0x7b19ab88 nf_reject_skb_v6_unreach +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0xcc389672 nf_reject_ip6_tcphdr_put +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0xcc69ddfd nf_send_unreach6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0xe35538b4 nf_send_reset6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0xe359bb20 nf_reject_ip6hdr_put +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_socket_ipv6 0x71f549ea nf_sk_lookup_slow_v6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_tproxy_ipv6 0x2c60dfc5 nf_tproxy_get_sock_v6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_tproxy_ipv6 0x635bbf7b nf_tproxy_laddr6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_tproxy_ipv6 0x64928da5 nf_tproxy_handle_time_wait6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nft_fib_ipv6 0x5989dd45 nft_fib6_eval_type +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nft_fib_ipv6 0xec7a686c nft_fib6_eval +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x020825c1 l2tp_session_get_nth +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x03478301 l2tp_tunnel_get_session +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x0de18d68 l2tp_sk_to_tunnel +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x12589ec3 l2tp_session_get +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x27bb7aba l2tp_session_delete +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x31b2c69e l2tp_tunnel_get_nth +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x33f39efe l2tp_session_register +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x38ac3ed2 l2tp_tunnel_inc_refcount +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x72bd6b34 l2tp_session_get_by_ifname +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x92325c5e l2tp_recv_common +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xa3036647 l2tp_xmit_skb +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xa605d52c l2tp_tunnel_delete +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xacd19bfd l2tp_udp_encap_recv +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xb0fc9e41 l2tp_session_dec_refcount +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xc6d6be61 l2tp_session_set_header_len +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xc7bcf9b4 l2tp_session_inc_refcount +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xcc56d205 l2tp_tunnel_get +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xf3bbe467 l2tp_tunnel_dec_refcount +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xfb69274c l2tp_tunnel_register +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xfbc36ee6 l2tp_session_create +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xfcf46ce5 l2tp_tunnel_create +EXPORT_SYMBOL_GPL net/l2tp/l2tp_ip 0xf81b12da l2tp_ioctl +EXPORT_SYMBOL_GPL net/l2tp/l2tp_netlink 0x337f2432 l2tp_nl_unregister_ops +EXPORT_SYMBOL_GPL net/l2tp/l2tp_netlink 0xc54b2f4c l2tp_nl_register_ops +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x0dfb849a ieee80211_iterate_stations +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 0x1f109f18 ieee80211_ready_on_channel +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x283d407d ieee80211_request_smps +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x385a95fd ieee80211_gtk_rekey_add +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x3864e090 ieee80211_calc_rx_airtime +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x3b0a5642 ieee80211_update_mu_groups +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x45d31e49 ieee80211_resume_disconnect +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x62c72c47 ieee80211_calc_tx_airtime +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x72b95168 ieee80211_iterate_active_interfaces_atomic +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x74c0427b ieee80211_iter_chan_contexts_atomic +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x77e535f7 ieee80211_set_active_links +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x78f0690b ieeee80211_obss_color_collision_notify +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x7e4a6672 ieee80211_iterate_active_interfaces_mtx +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x87f21df8 ieee80211_set_active_links_async +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x88fbb340 wdev_to_ieee80211_vif +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x9619f66d ieee80211_find_sta_by_link_addrs +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x98ac3c00 ieee80211_color_change_finish +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x9a4cafd6 ieee80211_gtk_rekey_notify +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x9e1c1431 ieee80211_key_replay +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xb22bb901 ieee80211_vif_to_wdev +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xb3d102ce ieee80211_ave_rssi +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xb5ba63b7 ieee80211_iterate_stations_atomic +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xc0f083a3 ieee80211_remain_on_channel_expired +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xd004ea88 ieee80211_key_mic_failure +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xea792270 ieee80211_remove_key +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xeb47e2cd ieee80211_find_sta_by_ifaddr +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xf1895991 ieee80211_hw_restart_disconnect +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xf9bb8328 ieee80211_iterate_interfaces +EXPORT_SYMBOL_GPL net/mpls/mpls_router 0x4016bf1a mpls_output_possible +EXPORT_SYMBOL_GPL net/mpls/mpls_router 0x7046cd65 nla_put_labels +EXPORT_SYMBOL_GPL net/mpls/mpls_router 0x8ee316eb nla_get_labels +EXPORT_SYMBOL_GPL net/mpls/mpls_router 0xccd8c410 mpls_pkt_too_big +EXPORT_SYMBOL_GPL net/mpls/mpls_router 0xe8a9da6c mpls_dev_mtu +EXPORT_SYMBOL_GPL net/mpls/mpls_router 0xf62f252a mpls_stats_inc_outucastpkts +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x12617ba5 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 0x31f49174 ip_set_match_extensions +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x397f6231 ip_set_free +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x607f46ca ip_set_put_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 0x8901a9cb ip_set_get_extensions +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x8f6cdfbf ip_set_get_byname +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x9cc3f716 ip_set_nfnl_get_byindex +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x9db12a5c 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 0xa293f8a6 ip_set_get_ipaddr4 +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xab480647 ip_set_test +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xabf54938 ip_set_get_ip6_port +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xb1f5ee41 ip_set_init_comment +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xbfeb2b4f ip_set_type_register +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xc0d6eaba ip_set_del +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xcc701cf8 ip_set_extensions +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xcd16dca8 ip_set_nfnl_put +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xcdad5833 ip_set_get_ip4_port +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xe53cb26a ip_set_name_byindex +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xea942ffc ip_set_elem_len +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xf3b4d4ae ip_set_alloc +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xf9bbab42 ip_set_type_unregister +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xfa0e0fa8 ip_set_add +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0x3d959cdb unregister_ip_vs_pe +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0xa94656c2 ip_vs_conn_out_get_proto +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0xd43dc71d ip_vs_conn_in_get_proto +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0xe5e9591d register_ip_vs_pe +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0x1ce695d2 nf_conncount_gc_list +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0x1f0f56d3 nf_conncount_list_init +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0x5732ef62 nf_conncount_cache_free +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0xa86eaa0d nf_conncount_add +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0xcc7f37b9 nf_conncount_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0xcf667f95 nf_conncount_init +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0xde3e6d29 nf_conncount_count +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0113780b nf_ct_bridge_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0460ec0f nf_ct_invert_tuple +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0671cc7f nf_conntrack_helper_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0731c671 nf_ct_deliver_cached_events +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x07907b87 nf_ct_get_id +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0b3c245e nf_ct_l4proto_find +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0bc00f80 nf_nat_helper_try_module_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0cfc3dd2 nf_conntrack_helper_try_module_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0d472e66 nf_ct_delete +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0e389c05 nf_conntrack_helpers_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0ecf0345 __nf_ct_refresh_acct +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0f095eb1 __nf_ct_try_assign_helper +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x144646cd nf_conntrack_alter_reply +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x17ad4eda nf_ct_expect_alloc +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x1a9962fd nf_conntrack_eventmask_report +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x1b00d3d2 nf_ct_timeout_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x1d7d26f9 nf_ct_seq_adjust +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x20ec510d nf_ct_helper +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x22aa89ff nf_ct_expect_iterate_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x289c3714 nf_ct_alloc_hashtable +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x28b4d99f nf_ct_expect_iterate_net +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x28eff409 nf_conntrack_hash +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x290e2e41 __nf_conntrack_confirm +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x293feaf6 nf_nat_helper_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x2a8ef4e1 nf_ct_helper_init +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x3311961a nf_ct_ecache_ext_add +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x34a78ee3 nf_l4proto_log_invalid +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x34ba52b9 nf_ct_bridge_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x3507be5b nf_ct_helper_expectfn_find_by_symbol +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x3c3f4679 nf_conntrack_alloc +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x41837fb4 nf_connlabels_replace +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x46e369d3 nf_ct_helper_log +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x4a2a782a __nf_ct_change_status +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x4f2e8b6e nf_ct_iterate_cleanup_net +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x564aca41 nf_ct_add_helper +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x5ccc707e nf_ct_expect_find_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x5ded430b __nf_ct_expect_find +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x666a198c nf_connlabels_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x682914d3 nf_ct_helper_ext_add +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x693c3961 nf_ct_helper_hash +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x6a4ad63a nf_conntrack_count +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x6fffc0b5 nf_ct_remove_expect +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x7322c69b nf_ct_helper_expectfn_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x742a77cc nf_ct_unexpect_related +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x752f0aa2 nf_ct_port_nlattr_to_tuple +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x765d2b09 nf_ct_helper_expectfn_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x77d7d89b nf_ct_get_tuplepr +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x7b98f27c nf_confirm +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x7bad1edf nf_nat_helper_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8a66c4fc nf_conntrack_expect_lock +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8c52d7ea nf_ct_l4proto_log_invalid +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8ffe7e89 nf_conntrack_htable_size +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x9b148e20 nf_conntrack_in +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xa16466ca nf_ct_remove_expectations +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xa64b3969 nf_ct_change_status_common +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xa9c498e9 nf_ct_set_timeout +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xaa6b230f nf_ct_helper_expectfn_find_by_name +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xab9bf4c4 nf_conntrack_helpers_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xad471e59 nf_ct_gre_keymap_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xafcffdd1 nf_ct_port_tuple_to_nlattr +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb10b725f nf_ct_expect_init +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb2929aff nf_ct_seq_offset +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb338a8bf nf_ct_seqadj_init +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb39356f5 nf_ct_port_nla_policy +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb46b2211 nf_conntrack_unregister_notifier +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xbb6fbcc3 nf_conntrack_helper_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xbc6b2004 nf_ct_expect_related_report +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc18ac88d nf_ct_expect_hsize +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc22fbd3e nf_ct_tcp_seqadj_set +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc276ae9f nf_ct_expect_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc29b673e nf_ct_netns_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc40f284c nf_ct_helper_hsize +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xcb082f8c nf_ct_seqadj_set +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xcbc3f1bc nf_ct_untimeout +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xcc22f7f2 nf_ct_gre_keymap_add +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xcc32b95d nf_connlabels_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd068a362 nf_conntrack_free +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd421b92e __nf_conntrack_helper_find +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd42d267f nf_ct_destroy_timeout +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd505c3e0 nf_ct_port_nlattr_tuple_size +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd6796d0d nf_ct_unlink_expect_report +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd69e8f66 nf_conntrack_register_notifier +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd7e7e5eb nf_ct_tmpl_alloc +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xdbe37892 nf_conntrack_hash_check_insert +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xe00dc7c8 nf_conntrack_find_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xe0521da4 nf_ct_kill_acct +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xe4c20cd2 nf_conn_pernet_ecache +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xe7d5e1cc nf_nat_helper_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xec8beba6 nf_ct_expect_hash +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xec8e40bf nf_ct_acct_add +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xed668ab7 nf_conntrack_helper_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xeebad536 nf_conntrack_lock +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf30c864a nf_ct_iterate_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf38bcdf3 nf_conntrack_max +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xfa0107af __nf_ct_change_timeout +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xfc922068 nf_ct_tmpl_free +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xfd1a56df nf_ct_netns_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xfe54527d nf_conntrack_tuple_taken +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xff40b965 nf_conntrack_locks +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_amanda 0xac0fb503 nf_nat_amanda_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_broadcast 0xdacf0038 nf_conntrack_broadcast_help +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_ftp 0xca4ba302 nf_nat_ftp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x47fd2946 nfct_h323_nat_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0xe214a437 get_h225_addr +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_irc 0xc476e7e8 nf_nat_irc_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_pptp 0x7177cb8a nf_nat_pptp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x034928e3 ct_sip_parse_header_uri +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x0e27fe0c ct_sip_parse_numerical_param +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x1f3267f3 nf_nat_sip_hooks +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x6e64ccb6 ct_sip_get_header +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0xa7ec3732 ct_sip_get_sdp_header +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0xba117c8a ct_sip_parse_address_param +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0xd9fba346 ct_sip_parse_request +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_snmp 0xd244e10e nf_nat_snmp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_tftp 0x68dabfe5 nf_nat_tftp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_dup_netdev 0x43dcc237 nf_fwd_netdev_egress +EXPORT_SYMBOL_GPL net/netfilter/nf_dup_netdev 0x936d0054 nft_fwd_dup_netdev_offload +EXPORT_SYMBOL_GPL net/netfilter/nf_dup_netdev 0x9486f977 nf_dup_netdev_egress +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x01b4ec42 nf_flow_offload_ip_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x180496ac nf_flow_table_free +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x18a0cc7b nf_flow_table_init +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x26dccc2b nf_flow_rule_route_ipv6 +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x3cf468e9 nf_flow_rule_route_ipv4 +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x40409a3d flow_offload_free +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x4abb1a5a nf_flow_snat_port +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x5c5b126a nf_flow_dnat_port +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x655bbe4e flow_offload_refresh +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x83b6be94 nf_flow_table_offload_setup +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x91149281 flow_offload_lookup +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x9ca3cb8d flow_offload_add +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xb539fe62 nf_flow_table_cleanup +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xb5ebb880 nf_flow_offload_ipv6_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xc38524b0 flow_offload_alloc +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xee8504c2 flow_offload_route_init +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xf145c26f flow_offload_teardown +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x0674b01e nf_nat_icmp_reply_translation +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x07e6afd2 nf_nat_masquerade_ipv4 +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x20d92784 nf_nat_redirect_ipv4 +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x25677b8e nf_nat_ipv4_register_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x3bc17c49 nf_nat_masquerade_inet_register_notifiers +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x54167382 nf_nat_exp_find_port +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x68ca23e0 nf_nat_icmpv6_reply_translation +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x6af2c34b nf_nat_ipv6_register_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x88a1aa59 nf_nat_inet_register_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x89a758c0 nf_ct_nat_ext_add +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x8f778c82 nf_nat_redirect_ipv6 +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xa1ffb9e3 nf_nat_ipv6_unregister_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xb90311f4 nf_nat_alloc_null_binding +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xd2c8eec3 nf_nat_ipv4_unregister_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xd8b8ec67 nf_nat_inet_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xd9c25654 nf_nat_masquerade_inet_unregister_notifiers +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xe6df4330 nf_ct_nat +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xed65f29f nf_nat_inet_unregister_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xf6732c60 nf_nat_packet +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xfbb1869f nf_nat_masquerade_ipv6 +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x1726b660 synproxy_send_client_synack_ipv6 +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x18b6db29 nf_synproxy_ipv6_fini +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x19c3e5a6 nf_synproxy_ipv4_init +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x1f099794 synproxy_init_timestamp_cookie +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x73c96bc3 synproxy_parse_options +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x83627c9a synproxy_send_client_synack +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x8fcc4404 synproxy_recv_client_ack_ipv6 +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x96991285 synproxy_recv_client_ack +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xa3df80a1 ipv6_synproxy_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xca9fc082 synproxy_net_id +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xdc68fae6 nf_synproxy_ipv4_fini +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xdd1dc469 nf_synproxy_ipv6_init +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xdfad076b ipv4_synproxy_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x02b6b5d6 nft_parse_register_store +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x074dcef1 nft_chain_validate +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x1226166e nft_meta_set_eval +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x13f99209 nft_reg_track_cancel +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x16a21c1e nft_meta_set_dump +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x1a97873e nft_register_obj +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x1ff26178 nft_set_lookup_global +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x20e23667 nft_request_module +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x22c6ee73 nft_meta_get_dump +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x268889f3 nf_tables_destroy_set +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x2754a4f1 nft_unregister_obj +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x277153a1 nft_register_chain_type +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x2d0c43ad nf_tables_deactivate_flowtable +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x3251d762 nf_tables_trans_destroy_flush_work +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x32ff9a71 nft_do_chain +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x3b0543e2 nft_unregister_expr +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x41b71e65 nft_trace_enabled +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x44477b63 __nft_release_basechain +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x4a0083ba nft_unregister_chain_type +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x4cecbb60 nft_meta_policy +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x61ac75f9 nft_chain_validate_hooks +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x6272913e nf_tables_bind_set +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x67ae1003 nft_obj_lookup +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x686d799e nft_expr_reduce_bitwise +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x76446ce7 nft_meta_get_init +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x7a10107e nft_meta_set_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x7cb3a363 nft_data_dump +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x7fc200ac nf_tables_deactivate_set +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x800dd119 nft_data_init +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x87c8b881 nft_obj_notify +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x8cda4746 nft_flowtable_lookup +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x8dbf93fd nf_tables_activate_set +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x97712d5c nft_meta_get_reduce +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x9d8c006d nft_meta_set_init +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xa021d18b nft_register_flowtable_type +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xa2befeb7 nft_data_release +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xbe40d642 nft_meta_inner_eval +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xc06fdeb4 nft_set_catchall_lookup +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xc1030448 nft_meta_get_eval +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xd2b6acb6 nft_set_elem_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xd6db97a5 nft_register_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 0xea1e9b59 __nft_reg_track_cancel +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xf131dc70 nft_chain_validate_dependency +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xfd799c3c nft_meta_set_validate +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xfe0b4d15 nft_reg_track_update +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xff5876ba nft_dump_register +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xff5ef8da nft_unregister_flowtable_type +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x0b9ae887 nfnetlink_subsys_unregister +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x1d628053 nfnetlink_send +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x3aed3b3e nfnetlink_unicast +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x4423f435 nfnetlink_set_err +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x5ce3b588 nfnl_lock +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x65bdaa20 nfnetlink_has_listeners +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0xa41613bb nfnetlink_broadcast +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0xcb178294 nfnetlink_subsys_register +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0xdb065657 nfnl_unlock +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0x256e1ddc nfnl_acct_overquota +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0xb4d58039 nfnl_acct_update +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0xbecf5d14 nfnl_acct_put +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0xf93f00f1 nfnl_acct_find_get +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_osf 0x35eff5e0 nf_osf_fingers +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_osf 0x600b64b3 nf_osf_find +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_osf 0xfd49501d nf_osf_match +EXPORT_SYMBOL_GPL net/netfilter/nft_fib 0x39fc0077 nft_fib_store_result +EXPORT_SYMBOL_GPL net/netfilter/nft_fib 0x4920fed6 nft_fib_init +EXPORT_SYMBOL_GPL net/netfilter/nft_fib 0x55e9eb40 nft_fib_validate +EXPORT_SYMBOL_GPL net/netfilter/nft_fib 0x6f35e6b5 nft_fib_dump +EXPORT_SYMBOL_GPL net/netfilter/nft_fib 0xd2e2023b nft_fib_reduce +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0x19178cc0 nft_reject_validate +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0x1de558c1 nft_reject_icmpv6_code +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0x9d46ccf8 nft_reject_policy +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0xb182528e nft_reject_dump +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0xd90ecf00 nft_reject_init +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0xe2c84666 nft_reject_icmp_code +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x04e27719 xt_compat_flush_offsets +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x07d42c17 xt_compat_target_from_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x0c947f02 xt_check_match +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x1a159b52 xt_table_unlock +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x20e7d6c0 xt_proto_init +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x5747152d xt_replace_table +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x58d371be xt_compat_match_offset +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x5f0c4c2f xt_request_find_table_lock +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x61fb07f8 xt_find_table_lock +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x6ecf0ca3 xt_match_to_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x6f9e56cd xt_request_find_target +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x7715713c xt_compat_match_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 0x863f9227 xt_request_find_match +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x87879978 xt_register_table +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x961fd73d xt_register_template +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x9aea1cb7 xt_proto_fini +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x9c995c69 xt_percpu_counter_alloc +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x9f357ee1 xt_compat_target_offset +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xa7c94f1d xt_compat_lock +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xa7d3d8f9 xt_unregister_template +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xaf6f96e8 xt_check_target +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xb2dc7605 xt_hook_ops_alloc +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xb4aad377 xt_compat_target_to_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xbc778f03 xt_compat_match_from_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xbf35b5c5 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 0xc9d91767 xt_unregister_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 0xf6abeb06 xt_copy_counters +EXPORT_SYMBOL_GPL net/netfilter/xt_RATEEST 0x15e42e74 xt_rateest_lookup +EXPORT_SYMBOL_GPL net/netfilter/xt_RATEEST 0x4b4d2d0a xt_rateest_put +EXPORT_SYMBOL_GPL net/nfc/nci/nci_spi 0xc2980154 nci_spi_send +EXPORT_SYMBOL_GPL net/nfc/nci/nci_spi 0xdb2d5fb9 nci_spi_read +EXPORT_SYMBOL_GPL net/nfc/nci/nci_spi 0xed66775f nci_spi_allocate_spi +EXPORT_SYMBOL_GPL net/nfc/nci/nci_uart 0x99bf5d5f nci_uart_set_config +EXPORT_SYMBOL_GPL net/nfc/nci/nci_uart 0xb3fdc84b nci_uart_unregister +EXPORT_SYMBOL_GPL net/nfc/nci/nci_uart 0xcfb54b33 nci_uart_register +EXPORT_SYMBOL_GPL net/nsh/nsh 0x1f25a984 nsh_pop +EXPORT_SYMBOL_GPL net/nsh/nsh 0x55b3eedf nsh_push +EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0x5c5f37c4 ovs_vport_alloc +EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0x6392539f ovs_vport_ops_unregister +EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0x67d1203b __ovs_vport_ops_register +EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0x93c5818d ovs_netdev_link +EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0x98c555ea ovs_netdev_tunnel_destroy +EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0xc82d5437 ovs_vport_free +EXPORT_SYMBOL_GPL net/psample/psample 0x7fbf74c4 psample_sample_packet +EXPORT_SYMBOL_GPL net/psample/psample 0x93b4849d psample_group_take +EXPORT_SYMBOL_GPL net/psample/psample 0xdbe49a59 psample_group_get +EXPORT_SYMBOL_GPL net/psample/psample 0xe644a953 psample_group_put +EXPORT_SYMBOL_GPL net/qrtr/qrtr 0x5c7a96c6 qrtr_endpoint_unregister +EXPORT_SYMBOL_GPL net/qrtr/qrtr 0x8d25501f qrtr_ns_remove +EXPORT_SYMBOL_GPL net/qrtr/qrtr 0xa47e91ba qrtr_ns_init +EXPORT_SYMBOL_GPL net/qrtr/qrtr 0xbed0c074 qrtr_endpoint_post +EXPORT_SYMBOL_GPL net/qrtr/qrtr 0xc946b782 qrtr_endpoint_register +EXPORT_SYMBOL_GPL net/rds/rds 0x00a467af rds_wq +EXPORT_SYMBOL_GPL net/rds/rds 0x03fe3a57 rds_info_deregister_func +EXPORT_SYMBOL_GPL net/rds/rds 0x1ddb3a11 rds_connect_complete +EXPORT_SYMBOL_GPL net/rds/rds 0x20795422 rds_atomic_send_complete +EXPORT_SYMBOL_GPL net/rds/rds 0x2b0d543c rds_message_add_extension +EXPORT_SYMBOL_GPL net/rds/rds 0x2bca1385 rds_send_ping +EXPORT_SYMBOL_GPL net/rds/rds 0x32c5f9f7 rds_for_each_conn_info +EXPORT_SYMBOL_GPL net/rds/rds 0x36087aa4 rds_stats +EXPORT_SYMBOL_GPL net/rds/rds 0x3d8eadb9 rds_send_path_reset +EXPORT_SYMBOL_GPL net/rds/rds 0x45a4781e rds_addr_cmp +EXPORT_SYMBOL_GPL net/rds/rds 0x46284957 rds_inc_path_init +EXPORT_SYMBOL_GPL net/rds/rds 0x495f719d rds_message_unmapped +EXPORT_SYMBOL_GPL net/rds/rds 0x51bc2e25 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 0x683d3159 rds_connect_path_complete +EXPORT_SYMBOL_GPL net/rds/rds 0x70b68de7 rds_send_xmit +EXPORT_SYMBOL_GPL net/rds/rds 0x7197fd5c rds_conn_destroy +EXPORT_SYMBOL_GPL net/rds/rds 0x7696126b rds_message_addref +EXPORT_SYMBOL_GPL net/rds/rds 0x7e4c4441 rds_conn_path_connect_if_down +EXPORT_SYMBOL_GPL net/rds/rds 0x85e4e520 rds_stats_info_copy +EXPORT_SYMBOL_GPL net/rds/rds 0x88b6d7ba rds_inc_put +EXPORT_SYMBOL_GPL net/rds/rds 0x8c23689c rds_trans_register +EXPORT_SYMBOL_GPL net/rds/rds 0x91a6a387 rds_info_register_func +EXPORT_SYMBOL_GPL net/rds/rds 0x932d2d47 rds_send_drop_acked +EXPORT_SYMBOL_GPL net/rds/rds 0x9cafb49f rds_conn_create_outgoing +EXPORT_SYMBOL_GPL net/rds/rds 0x9dcbbbf0 rds_page_remainder_alloc +EXPORT_SYMBOL_GPL net/rds/rds 0xa04ab72d rds_conn_path_drop +EXPORT_SYMBOL_GPL net/rds/rds 0xa3647dc1 rds_send_path_drop_acked +EXPORT_SYMBOL_GPL net/rds/rds 0xa7a9373d rds_conn_create +EXPORT_SYMBOL_GPL net/rds/rds 0xb0612de0 rds_cong_map_updated +EXPORT_SYMBOL_GPL net/rds/rds 0xb31112c1 rds_conn_drop +EXPORT_SYMBOL_GPL net/rds/rds 0xba50ee1b rds_conn_connect_if_down +EXPORT_SYMBOL_GPL net/rds/rds 0xc2dab779 rds_info_copy +EXPORT_SYMBOL_GPL net/rds/rds 0xcc8b53a0 rds_message_put +EXPORT_SYMBOL_GPL net/rds/rds 0xdb621129 rds_rdma_send_complete +EXPORT_SYMBOL_GPL net/rds/rds 0xdd1c190f rds_recv_incoming +EXPORT_SYMBOL_GPL net/rds/rds 0xf2b850f1 rds_inc_init +EXPORT_SYMBOL_GPL net/sched/sch_pie 0x058f2f19 pie_drop_early +EXPORT_SYMBOL_GPL net/sched/sch_pie 0x5d29cb4c pie_process_dequeue +EXPORT_SYMBOL_GPL net/sched/sch_pie 0x6ce9b467 pie_calculate_probability +EXPORT_SYMBOL_GPL net/sched/sch_taprio 0x19fe655b taprio_offload_free +EXPORT_SYMBOL_GPL net/sched/sch_taprio 0x78555058 taprio_offload_get +EXPORT_SYMBOL_GPL net/sctp/sctp 0x391d29b7 sctp_get_sctp_info +EXPORT_SYMBOL_GPL net/sctp/sctp 0x6ebba210 sctp_transport_lookup_process +EXPORT_SYMBOL_GPL net/sctp/sctp 0xde887d61 sctp_for_each_endpoint +EXPORT_SYMBOL_GPL net/sctp/sctp 0xefc2b75e sctp_transport_traverse_process +EXPORT_SYMBOL_GPL net/smc/smc 0x25ca1c58 smc_proto6 +EXPORT_SYMBOL_GPL net/smc/smc 0x2a0d7fd9 smc_hash_sk +EXPORT_SYMBOL_GPL net/smc/smc 0x4956b114 smcd_handle_irq +EXPORT_SYMBOL_GPL net/smc/smc 0x5e703de5 smc_proto +EXPORT_SYMBOL_GPL net/smc/smc 0x714e5eb8 smcd_unregister_dev +EXPORT_SYMBOL_GPL net/smc/smc 0xb6ba5248 smcd_free_dev +EXPORT_SYMBOL_GPL net/smc/smc 0xc014910c smcd_register_dev +EXPORT_SYMBOL_GPL net/smc/smc 0xc6cb0744 smcd_handle_event +EXPORT_SYMBOL_GPL net/smc/smc 0xdd64dbb9 smc_unhash_sk +EXPORT_SYMBOL_GPL net/smc/smc 0xdfecaeb1 smcd_alloc_dev +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x15e6d663 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 0x79d29bb8 gss_mech_unregister +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0xb74b9825 svcauth_gss_flavor +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0xd7673035 g_verify_token_header +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0xe4d76b22 svcauth_gss_register_pseudoflavor +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0057f6ab rpc_max_payload +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x025f98d5 svc_rpcb_setup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x02d82404 rpc_delay +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x05e807a9 xdr_encode_string +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x065994f1 xdr_encode_opaque_fixed +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x06a3a25a rpc_wake_up_next +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0879afbf svcauth_unix_purge +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x09a8c40e rpc_setbufsize +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x09f0c4a2 svc_reg_xprt_class +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0d488d96 rpc_force_rebind +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0df8197a xdr_stream_pos +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0dfe9a85 rpc_pton +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x10368429 rpc_prepare_reply_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x10498257 rpc_peeraddr2str +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x11056ae0 xdr_buf_subsegment +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1460edd0 svc_xprt_close +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1594ffef rpcauth_create +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x165de5ad xprt_wake_up_backlog +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1766c0b2 sunrpc_init_cache_detail +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x176841af xprt_setup_backchannel +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x17f5cb9a xdr_process_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x194eaf4c rpc_restart_call_prepare +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x197b60b1 xprt_release_rqst_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1a48cdf7 _copy_from_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1aac3495 xprt_reconnect_delay +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1ac953dc rpcauth_unwrap_resp_decode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1ada5869 rpc_set_connect_timeout +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1ae6aa4a svc_xprt_init +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1b3c4dd1 svcauth_unix_set_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1cf1841b svc_recv +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1e119a79 rpcauth_get_pseudoflavor +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1e208ad6 rpc_d_lookup_sb +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x202d6be0 rpc_clnt_xprt_switch_remove_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x20a13304 xdr_enter_page +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x20c6b50e xprt_register_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x257053e6 xprt_wait_for_reply_request_rtt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x265880cc cache_purge +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2705f56f svc_xprt_destroy_all +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2919b156 xdr_decode_string_inplace +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2af1790c svc_rqst_alloc +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2cd7e4bb svc_drop +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2d1d5afe xdr_decode_array2 +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2d904f68 rpc_wake_up_queued_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2df64171 rpc_clone_client_set_auth +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2e37c7c3 xdr_page_pos +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2f0ec0b4 xprt_request_get_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x31a89d59 rpc_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x31e7dc70 sunrpc_cache_pipe_upcall_timeout +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3202f72d rpc_num_bc_slots +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x32ad5a1d rpc_restart_call +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x33efb1e5 rpcauth_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x346e2c0d rpc_sleep_on_priority_timeout +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x34ab90b5 xdr_stream_move_subsegment +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x34c25cc9 rpc_init_wait_queue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x352ca12c rpc_call_sync +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x36566aba xprt_adjust_cwnd +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x37736137 xdr_reserve_space_vec +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x38236b8d sunrpc_cache_register_pipefs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x387e1639 rpc_pipefs_notifier_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x38f1a564 xprt_release_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x39002c63 rpc_wait_for_completion_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x39e0042c rpc_find_or_alloc_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3a9d0170 rpc_remove_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3b036c9c svc_wake_up +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3c983c8a xdr_stream_decode_opaque_dup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3d19310a sunrpc_cache_unhash +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3e6510ff rpc_max_bc_payload +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3e72d6a2 xdr_stream_decode_string_dup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3e8a5c90 xdr_init_decode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3f9a2b0b rpcauth_get_gssinfo +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3fb71fdd rpc_clnt_setup_test_and_add_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x427a7f7b cache_seq_stop_rcu +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x42bbc74a rpc_clnt_add_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x432f0743 rpc_add_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x436ed7cc sunrpc_cache_pipe_upcall +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x43d9679a rpc_mkpipe_data +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x45525900 rpc_unlink +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x46150136 rpc_count_iostats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x47ac5cbd xprt_force_disconnect +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x49d7901b rpc_destroy_pipe_data +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4ac0b03c rpc_net_ns +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4afedab1 xprtiod_workqueue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4b7ad3c7 xdr_init_decode_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4d6fbe3d rpc_put_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4d9990c1 svc_seq_show +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4dac77f0 xdr_encode_netobj +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4db699c5 rpc_clnt_swap_deactivate +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4e8f6ca7 sunrpc_net_id +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4e8fe22d rpc_free +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x504772ee xprt_alloc_slot +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5257d5eb rpc_pipe_generic_upcall +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5271ac01 svc_unreg_xprt_class +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x53445f68 nlm_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x54893e96 write_bytes_to_xdr_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x549c0738 rpc_ntop +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x55dccb34 cache_check +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5a45ba31 svc_auth_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5af1549a xdr_decode_word +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5c255a9c rpc_clnt_disconnect +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5c2f05c6 svc_xprt_put +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5c543c40 rpc_wake_up_status +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5cae2895 xprt_destroy_backchannel +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x609202f9 rpc_task_gfp_mask +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6156d3ed rpc_uaddr2sockaddr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x61d805ea rpc_call_start +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x630c608e rpc_killall_tasks +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x64431591 rpc_alloc_iostats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x66d9f5c3 xprt_free +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x67b118ef cache_destroy_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x67cd9a22 rpc_call_async +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x68f0ae65 svc_authenticate +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6b536c70 xprt_pin_rqst +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6d01fe42 xprt_unregister_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6d1c973a rpc_clnt_iterate_for_each_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6dece530 rpc_call_null +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6fdb65e8 rpc_proc_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x71773cf9 sunrpc_cache_lookup_rcu +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x71fa908a cache_flush +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7206d055 rpc_proc_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x722f2b3a xdr_buf_trim +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x74a28417 rpcauth_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x75768acc rpc_exit +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x759d95e1 svc_exit_thread +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x767c74a5 xprt_update_rtt +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 0x7ab4b8d4 svc_proc_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7ae3201b rpc_queue_upcall +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7de53067 rpc_init_rtt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7e6f05d7 svc_create_pooled +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7ee97ac0 svc_xprt_deferred_close +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7f20bb70 xdr_stream_subsegment +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7fab534e svc_rqst_free +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x84d0c54e xprt_unlock_connect +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x85b45f89 rpc_clnt_xprt_switch_put +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x85b84121 xdr_set_pagelen +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x86d75902 xprt_wait_for_buffer_space +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8704fe80 rpc_sleep_on +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8b1ab9b9 xdr_read_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8b59aa84 cache_create_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8bd6678a rpc_clnt_test_and_add_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8db4e270 rpc_run_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8dd5f948 svc_rpcbind_set_version +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8e8f5102 rpc_localaddr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8fce5f82 xdr_reserve_space +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8ff7387f rpc_clnt_probe_trunked_xprts +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x90e5e449 rpcauth_init_cred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9175abdb svc_find_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x93431db7 rpc_wake_up_first +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x935d4b39 xdr_stream_decode_string +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9471830e rpc_machine_cred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9539aa08 svc_auth_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x95bae897 svc_process +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9694a60a rpc_clnt_xprt_switch_add_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x97784716 svc_generic_rpcbind_set +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x97daf7ee auth_domain_put +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x98ac872a svc_rqst_replace_page +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x990729b9 rpc_switch_client_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x99c7cb88 csum_partial_copy_to_xdr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9a9c6eed xprt_disconnect_done +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9bcbe658 rpc_put_task_async +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9d088c0d cache_seq_next_rcu +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9ed235e6 rpc_malloc +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9ef50f8d svc_bind +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa1a1e818 rpc_init_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa35ca9dd rpc_create +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa392b69d xprt_put +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa3a6029c xdr_encode_array2 +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa52cd761 xdr_encode_word +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa5605b1f svc_xprt_names +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa60d45d7 rpc_destroy_wait_queue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa6f78916 rpc_clnt_manage_trunked_xprts +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa6fadcf7 svc_fill_symlink_pathname +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa735902f rpc_cancel_tasks +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa9944bff rpcb_getport_async +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xaa50c7b0 sunrpc_destroy_cache_detail +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xaaa9b5ae xdr_buf_from_iov +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xaab407a4 svc_create +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xab440116 rpc_release_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xaf4ae87b bc_svc_process +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xaf5bf6ef nfs_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb1119e44 rpc_init_pipe_dir_head +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb21bdb01 sunrpc_cache_unregister_pipefs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb2904cf8 cache_register_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb2d938ed __xdr_commit_encode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb48e5ddf rpc_shutdown_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb51720ac rpc_bind_new_program +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb51a3724 rpc_pipefs_notifier_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb6139547 xprt_reserve_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbc704857 xprt_release_xprt_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbd80fd39 xdr_terminate_string +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbe7273eb rpc_peeraddr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbe9f7899 rpcauth_wrap_req_encode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbf8e0049 xprt_complete_rqst +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbf9d1b96 nfsd_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc0031fbe svc_set_client +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 0xc1e10391 rpcauth_stringify_acceptor +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc205d34b svc_max_payload +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc2be5aa6 rpc_put_sb_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc52b7c6b gssd_running +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc55c5429 xprt_reserve_xprt_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc5cccf8b xdr_init_encode_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc6f562de xprt_unpin_rqst +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc8e96dea qword_addhex +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc9457954 xprt_add_backlog +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xca2959b1 rpc_task_release_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcb397396 rpcauth_lookupcred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcd2a13c2 svc_proc_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcd4b6fd8 auth_domain_lookup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xce5e343d xdr_inline_decode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xce678a59 xdr_decode_netobj +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcea53fd4 rpc_clnt_swap_activate +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcec2deac xdr_init_encode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd0fbcae5 put_rpccred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd164fb38 svc_print_addr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd2ffdaa8 rpcauth_destroy_credcache +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd45211d9 xprt_write_space +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd542f548 read_bytes_from_xdr_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd74b16f6 rpc_get_sb_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd864d6ef svc_xprt_create +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd8fbe050 svc_age_temp_xprts_now +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd90d377e xprt_wake_pending_tasks +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd9ee748d xprt_wait_for_reply_request_def +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xda02dbe3 rpc_clnt_xprt_switch_has_addr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdd691402 xprt_find_transport_ident +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xde3c88ea sunrpc_cache_update +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdee4abf8 cache_unregister_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdfba5418 svc_xprt_received +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe0782cc3 svc_xprt_enqueue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe0970369 xdr_inline_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe1567577 xdr_write_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe1d00312 rpc_mkpipe_dentry +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe28bde35 svc_sock_update_bufs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe32e5a04 cache_seq_start_rcu +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe388cce4 rpc_clnt_show_stats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe437d4b2 rpcauth_lookup_credcache +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe5919cb1 xdr_encode_opaque +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe8a14383 svc_addsock +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe9370863 xprt_lock_connect +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe97f4ce5 qword_get +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe99bb5a3 svc_encode_result_payload +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xec1d38de xprt_alloc +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 0xefb554ae rpc_sleep_on_timeout +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf07d43a0 rpc_task_timeout +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf08b3f82 xprt_lookup_rqst +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf138cb89 xdr_stream_decode_opaque +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf13ce52a rpcauth_init_credcache +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf143d71f svc_xprt_copy_addrs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf4b45acb svc_reserve +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf5c88ced xprt_reconnect_backoff +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf691cb72 rpc_count_iostats_metrics +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf70efd21 svc_rpcb_cleanup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf84a1867 xdr_stream_zero +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf9220b3f xprt_get +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf9ebcefa svc_fill_write_vector +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfa2dd8b1 unix_domain_find +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfa38e91f rpc_clone_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfa6aeaa5 auth_domain_find +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfb7036f5 rpc_sleep_on_priority +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfc137f47 xprt_free_slot +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfc37f4ab svc_generic_init_request +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfcba143d xdr_shift_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfd14b3d7 svc_set_num_threads +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfe26476e rpc_free_iostats +EXPORT_SYMBOL_GPL net/tls/tls 0x1e856aea tls_validate_xmit_skb +EXPORT_SYMBOL_GPL net/tls/tls 0x35f267b3 tls_offload_tx_resync_request +EXPORT_SYMBOL_GPL net/tls/tls 0x8aa1ee38 tls_device_sk_destruct +EXPORT_SYMBOL_GPL net/tls/tls 0x9e9a90db 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 0x03c2dfc9 virtio_transport_shutdown +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x04e42e08 virtio_transport_notify_send_pre_enqueue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x070f5a71 virtio_transport_stream_dequeue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x0c495fcd virtio_transport_dgram_bind +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x0d82107b virtio_transport_free_pkt +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x21919c6a virtio_transport_seqpacket_has_data +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x29d55b8e virtio_transport_notify_recv_post_dequeue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x427bdcbb virtio_transport_stream_is_active +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x44737967 virtio_transport_stream_rcvhiwat +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x4a1f3523 virtio_transport_stream_has_space +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x4b29500f virtio_transport_put_credit +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x57bbcd62 virtio_transport_do_socket_init +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x5bf8cae4 virtio_transport_deliver_tap_pkt +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x664a18cb virtio_transport_notify_send_init +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x7136c1ca virtio_transport_notify_recv_pre_dequeue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x73dee799 virtio_transport_notify_poll_out +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x76663bae virtio_transport_get_credit +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x7f0d2400 virtio_transport_stream_has_data +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x8593902d virtio_transport_destruct +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x87e460ee virtio_transport_notify_recv_pre_block +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x8972d1d2 virtio_transport_notify_send_post_enqueue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x97dc7204 virtio_transport_seqpacket_dequeue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x9cb8b56b virtio_transport_stream_enqueue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x9daa4b8c virtio_transport_inc_tx_pkt +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xa8a7c18e virtio_transport_notify_poll_in +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xaaa29bcb virtio_transport_connect +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xbabd30f5 virtio_transport_dgram_allow +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xcd793a82 virtio_transport_notify_recv_init +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xce554490 virtio_transport_notify_buffer_size +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xda204800 virtio_transport_notify_send_pre_block +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xdaf877cb virtio_transport_seqpacket_enqueue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xe843996f virtio_transport_dgram_enqueue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xe9614565 virtio_transport_release +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xeec084a1 virtio_transport_recv_pkt +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xf950f9f9 virtio_transport_dgram_dequeue +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x04985364 vsock_find_connected_socket +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x0e9bc9b6 vsock_addr_unbind +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x10cc6587 vsock_stream_has_data +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x114f96f3 vsock_find_bound_socket +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x11c81f8d vsock_core_unregister +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x235cfdba vsock_data_ready +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x284e07d8 vsock_bind_table +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 0x40d6b1e1 vsock_enqueue_accept +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x46d90f8a vsock_remove_bound +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x4b99648c vsock_addr_bound +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x557ca695 vsock_assign_transport +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x770b44ce vsock_remove_tap +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x7c89895a vsock_add_pending +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x7ec44c1d vsock_remove_connected +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x815d42c7 vsock_core_get_transport +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x82d21696 vsock_insert_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 0x9e2c2423 vsock_core_register +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xa36af535 vsock_for_each_connected_socket +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xaf2674b5 vsock_addr_equals_addr +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xb0d7bda7 vsock_addr_cast +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xb598f9b7 vsock_stream_has_space +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xb83f4caa vsock_create_connected +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xd7de3f87 vsock_add_tap +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xde61ba3b vsock_remove_pending +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xe5dbed2e vsock_deliver_tap +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xec96eadf vsock_addr_validate +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xfbf1c7f4 vsock_remove_sock +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x3acc418c cfg80211_wext_giwretry +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x3e990cb3 cfg80211_pmsr_complete +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x44ea9daa cfg80211_vendor_cmd_get_sender +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x47667509 cfg80211_wext_siwscan +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x4b6ce08f cfg80211_wext_giwmode +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x5907ea0c cfg80211_pmsr_report +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x60db2548 cfg80211_wext_giwscan +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x64e8b735 cfg80211_wext_siwmode +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x67cf836e cfg80211_wext_giwrts +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x8ce4be52 cfg80211_wext_siwrts +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x930a1bb8 cfg80211_vendor_cmd_reply +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x9e7a3828 cfg80211_wext_siwfrag +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xa8d2beeb cfg80211_shutdown_all_interfaces +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xb1fe6f92 cfg80211_wext_giwfrag +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xea9c21c6 cfg80211_wext_giwrange +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xee82d14e cfg80211_wext_giwname +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x0049ca83 xfrm_aead_get_byname +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x00c80741 xfrm_ealg_get_byid +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x0a575945 xfrm_count_pfkey_auth_supported +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x28e23139 xfrm_probe_algs +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x37a02412 xfrm_aalg_get_byname +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x5c699441 xfrm_aalg_get_byid +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x72395dc1 xfrm_calg_get_byid +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x7a8ca627 xfrm_count_pfkey_enc_supported +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0xaab23340 xfrm_calg_get_byname +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0xb73be794 xfrm_ealg_get_byidx +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0xc6b1fdbe xfrm_aalg_get_byidx +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0xd6f50cf7 xfrm_ealg_get_byname +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0x249e16ba ipcomp_init_state +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0x6dcf34de ipcomp_output +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0x9444a217 ipcomp_input +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0xb045406b 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 0x0aaa800b snd_ac97_reset +EXPORT_SYMBOL_GPL sound/core/seq/snd-seq 0xadb51cff snd_seq_client_ioctl_unlock +EXPORT_SYMBOL_GPL sound/core/seq/snd-seq 0xe50413d7 snd_seq_client_ioctl_lock +EXPORT_SYMBOL_GPL sound/core/snd 0x027bea8e snd_devm_card_new +EXPORT_SYMBOL_GPL sound/core/snd 0x08252fb7 snd_ctl_apply_vmaster_followers +EXPORT_SYMBOL_GPL sound/core/snd 0x0ae7dc64 snd_ctl_add_vmaster_hook +EXPORT_SYMBOL_GPL sound/core/snd 0x330fbd42 snd_device_initialize +EXPORT_SYMBOL_GPL sound/core/snd 0x48214d67 snd_devm_request_dma +EXPORT_SYMBOL_GPL sound/core/snd 0x5af762f1 snd_fasync_free +EXPORT_SYMBOL_GPL sound/core/snd 0x61304fa9 snd_device_get_state +EXPORT_SYMBOL_GPL sound/core/snd 0x63ceb1d8 snd_fasync_helper +EXPORT_SYMBOL_GPL sound/core/snd 0x7851ffd7 snd_ctl_disconnect_layer +EXPORT_SYMBOL_GPL sound/core/snd 0x86279d65 snd_card_add_dev_attr +EXPORT_SYMBOL_GPL sound/core/snd 0x8f493588 snd_device_disconnect +EXPORT_SYMBOL_GPL sound/core/snd 0xa49c0e14 snd_card_free_on_error +EXPORT_SYMBOL_GPL sound/core/snd 0xb3facef1 snd_power_ref_and_wait +EXPORT_SYMBOL_GPL sound/core/snd 0xc0383ed0 snd_ctl_activate_id +EXPORT_SYMBOL_GPL sound/core/snd 0xc700ac99 snd_card_ref +EXPORT_SYMBOL_GPL sound/core/snd 0xcbc37325 snd_card_disconnect_sync +EXPORT_SYMBOL_GPL sound/core/snd 0xd730bc5b snd_ctl_register_layer +EXPORT_SYMBOL_GPL sound/core/snd 0xe2a437cc snd_ctl_get_preferred_subdevice +EXPORT_SYMBOL_GPL sound/core/snd 0xe94443c0 snd_ctl_sync_vmaster +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 0xff08e924 snd_card_rw_proc_new +EXPORT_SYMBOL_GPL sound/core/snd-compress 0x1c7175e2 snd_compr_stop_error +EXPORT_SYMBOL_GPL sound/core/snd-compress 0xafeebe48 snd_compress_new +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x04e1b99f snd_pcm_std_chmaps +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x06351a11 snd_pcm_stream_unlock_irq +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x09e913c1 snd_pcm_alt_chmaps +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x12ba4a77 snd_pcm_stream_lock_irq +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x5c407196 snd_pcm_fill_iec958_consumer_hw_params +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x5db8d891 snd_pcm_hw_constraint_eld +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x649892e8 snd_pcm_create_iec958_consumer_default +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x857f5c85 snd_pcm_add_chmap_ctls +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x85ad0ad8 snd_devm_alloc_dir_pages +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x8c5e3b5e snd_pcm_lib_default_mmap +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x8d864069 snd_pcm_rate_range_to_bits +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x936ed5c2 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 0xb663d5c4 snd_pcm_fill_iec958_consumer +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0xc2ef219d snd_pcm_stream_unlock_irqrestore +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0xccf0c208 snd_pcm_stream_lock +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0xdef0a4c0 _snd_pcm_stream_lock_irqsave +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0xed1e59f5 snd_pcm_stop_xrun +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0xf4dc71fa snd_dma_buffer_sync +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0xfceacb24 _snd_pcm_stream_lock_irqsave_nested +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x06893dec snd_dmaengine_pcm_close +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x08afd21b snd_dmaengine_pcm_pointer +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x425df5f1 snd_dmaengine_pcm_refine_runtime_hwparams +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x436a165d snd_hwparams_to_dma_slave_config +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x4e008c4b snd_dmaengine_pcm_trigger +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x54ddb674 snd_dmaengine_pcm_close_release_chan +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x5b30dbb1 snd_dmaengine_pcm_get_chan +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x5d7c8760 snd_dmaengine_pcm_set_config_from_dai_data +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x78f1539b snd_dmaengine_pcm_open +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x7a6e9ff2 snd_dmaengine_pcm_request_channel +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x89d98915 snd_dmaengine_pcm_pointer_no_residue +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0xb6455bc2 snd_dmaengine_pcm_open_request_chan +EXPORT_SYMBOL_GPL sound/core/snd-seq-device 0x16c204bf snd_seq_driver_unregister +EXPORT_SYMBOL_GPL sound/core/snd-seq-device 0xf6202597 __snd_seq_driver_register +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0x19bd920f amdtp_am824_init +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0x237ee879 amdtp_domain_add_stream +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0x401f0f81 amdtp_am824_midi_trigger +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0x6353bc32 amdtp_am824_set_pcm_position +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0x67c1553b amdtp_domain_stream_pcm_ack +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0x6af15eb8 amdtp_am824_set_parameters +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0x94f3a974 amdtp_am824_set_midi_position +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0x96435f77 amdtp_domain_stream_pcm_pointer +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0x9ae37599 amdtp_am824_add_pcm_hw_constraints +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0xd786c457 amdtp_domain_stop +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0xda9c9a7d amdtp_domain_start +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0xfaf118f1 amdtp_domain_init +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0xfd60970d amdtp_domain_destroy +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x10e98fea snd_hdac_ext_bus_link_get +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x15a72470 snd_hdac_ext_bus_link_power +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x1f75712c snd_hdac_ext_bus_link_put +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x2373fc36 snd_hdac_ext_bus_get_ml_capabilities +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x3514883d snd_hdac_ext_stream_init_all +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x3b54d811 snd_hda_ext_driver_register +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x47ddd575 snd_hdac_ext_bus_link_set_stream_id +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x4d9418c1 snd_hda_ext_driver_unregister +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x690d42ea snd_hdac_ext_bus_link_clear_stream_id +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x6abc34ab snd_hdac_ext_bus_link_power_down +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x6bd4d32c snd_hdac_ext_bus_device_remove +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x6cf30b17 snd_hdac_ext_bus_ppcap_int_enable +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x6d5c716d snd_hdac_ext_bus_exit +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x77126c06 snd_hdac_ext_stream_start +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x909949b4 snd_hdac_ext_bus_link_power_up +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xa372ff0d snd_hdac_ext_link_free_all +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xa4ab6960 snd_hdac_ext_cstream_assign +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xb12c9d5d snd_hdac_ext_stream_clear +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xb74fbbfb snd_hdac_ext_bus_link_power_down_all +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xb76413a7 snd_hdac_ext_bus_ppcap_enable +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xc661af64 snd_hdac_ext_stream_free_all +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xcfbca768 snd_hdac_ext_stream_decouple +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xd5b4d65b snd_hdac_ext_stream_decouple_locked +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xd625f481 snd_hdac_ext_bus_init +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xdaf3d90c snd_hdac_ext_stream_setup +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xe864fb7a snd_hdac_ext_stream_assign +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xef0855fb snd_hdac_ext_bus_get_hlink_by_name +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xf01d079a snd_hdac_ext_stream_reset +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xf462f9a4 snd_hdac_ext_stream_release +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xfc95a6a7 snd_hdac_ext_bus_get_hlink_by_addr +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xfca8b5f0 snd_hdac_ext_bus_link_power_up_all +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x04860ca4 snd_hdac_regmap_update_raw_once +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x0548f38c snd_hdac_query_supported_pcm +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x069b5bbb snd_hdac_channel_allocation +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x0760ffb6 snd_hdac_stream_sync +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x0b9188f3 snd_hdac_stream_start +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x0f1b58e7 snd_hdac_get_sub_nodes +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x139c99f1 snd_hdac_stream_timecounter_init +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x17a2e9c1 snd_hdac_stream_reset +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x199fefce snd_hdac_bus_send_cmd +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x205a5218 snd_hdac_stream_assign +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x2068482e snd_hdac_regmap_init +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x2278ab5e snd_hdac_device_unregister +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x27655e3f snd_hdac_stream_set_dpibr +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x3516cb4e snd_hdac_device_set_chip_name +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x379140f7 snd_hdac_display_power +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x385fa543 snd_hdac_stream_set_params +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x3b88afc8 snd_hdac_stop_streams_and_chip +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x3bd544c2 snd_hdac_get_active_channels +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x3d7fb67b snd_hdac_device_register +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x3ff38647 _snd_hdac_read_parm +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x4118d164 snd_hdac_bus_init +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x43b89f7e snd_hdac_codec_link_up +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x45b68b80 snd_hdac_stream_setup +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x46b71b40 snd_hdac_read_parm_uncached +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x4a1a7eaf snd_hda_bus_type +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x4af8bd3f snd_hdac_regmap_sync +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x4c7ec4b6 snd_hdac_get_ch_alloc_from_ca +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x523d4651 snd_hdac_stream_sync_trigger +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x5471eebe snd_hdac_power_up_pm +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x5c07cb49 snd_hdac_calc_stream_format +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x5f416d90 snd_hdac_regmap_read_raw +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x62488929 snd_hdac_stream_get_spbmaxfifo +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x65a628dd snd_hdac_regmap_update_raw +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x67bfe791 snd_hdac_spk_to_chmap +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x697e5232 snd_hdac_stream_wait_drsm +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x6a1a1715 snd_hdac_bus_init_chip +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x7279e249 snd_hdac_bus_reset_link +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x77c754a8 snd_hdac_chmap_to_spk_mask +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x7a556e12 snd_hdac_bus_link_power +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x7a769016 snd_hdac_get_stream_stripe_ctl +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x7e1c86f7 snd_hdac_acomp_register_notifier +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x7f3765f8 snd_hdac_stream_release +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x80d1cb10 snd_hdac_dsp_prepare +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x818add32 snd_hdac_stream_stop +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x82cc655e snd_hdac_bus_alloc_stream_pages +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x8347c055 hdac_get_device_id +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x852728d0 snd_hdac_check_power_state +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x8c63ffc1 snd_hdac_setup_channel_mapping +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x8fd8dc64 snd_hdac_codec_read +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x90402da4 snd_hdac_bus_free_stream_pages +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x92d5d96e snd_hdac_bus_exit_link_reset +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x94aef3df snd_hdac_bus_init_cmd_io +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x9a8e1877 snd_array_free +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x9a96ac38 snd_hdac_override_parm +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xa5097282 snd_hdac_bus_handle_stream_irq +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xa726a325 snd_hdac_stream_spbcap_enable +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xa779fac5 snd_hdac_sync_power_state +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xa9415253 snd_hdac_acomp_init +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xa9699185 snd_hdac_set_codec_wakeup +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xa98f6183 snd_hdac_power_down_pm +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xaf84e92d snd_hdac_refresh_widgets +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xb1c2ce96 snd_hdac_dsp_trigger +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xb28bae9a snd_hdac_read +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xb366480b snd_hdac_bus_get_response +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xb3b58e2b snd_hdac_stop_streams +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xb5f7a7d0 snd_hdac_codec_write +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xb613f3a1 snd_hdac_regmap_add_vendor_verb +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xb905c952 snd_hdac_stream_drsm_enable +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xba3a130a snd_hdac_dsp_cleanup +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xbc023e8c snd_hdac_register_chmap_ops +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xbe7dd7dc snd_array_new +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xc006ec6c snd_hdac_power_up +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xc2274967 snd_hdac_acomp_exit +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xc251b739 snd_hdac_codec_modalias +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xc60dd767 snd_hdac_bus_update_rirb +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xc84b09a6 snd_hdac_device_exit +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xc8a27816 snd_hdac_bus_exec_verb_unlocked +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xca92928d snd_hdac_sync_audio_rate +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xcb5fad28 snd_hdac_stream_set_lpib +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xd0c8d533 snd_hdac_acomp_get_eld +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xd5c5c2d6 snd_hdac_regmap_exit +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xdb619073 snd_hdac_regmap_write_raw +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xdbe86938 snd_hdac_bus_stop_cmd_io +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xdc0dd661 snd_hdac_bus_enter_link_reset +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xe1643007 snd_hdac_device_init +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xe1c6d6c9 snd_hdac_is_supported_format +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xe2ad7e32 snd_hdac_stream_release_locked +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xe4e07754 snd_hdac_print_channel_allocation +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xe60ea889 snd_hdac_codec_link_down +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xe766cabf snd_hdac_bus_exit +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xebb89320 snd_hdac_power_down +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xebd6da49 snd_hdac_stream_init +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xefab4800 snd_hdac_get_stream +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xf20b92b1 snd_hdac_stream_cleanup +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xf2e29b42 snd_hdac_get_connections +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xf35e5c1a snd_hdac_add_chmap_ctls +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xf41f7b77 snd_hdac_stream_setup_periods +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xf47c46af snd_hdac_bus_stop_chip +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xf9716ec9 snd_hdac_stream_set_spib +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xfa0dbca1 snd_hdac_bus_parse_capabilities +EXPORT_SYMBOL_GPL sound/hda/snd-intel-dspcfg 0x67d694f2 snd_intel_acpi_dsp_driver_probe +EXPORT_SYMBOL_GPL sound/hda/snd-intel-dspcfg 0xcee111f7 snd_intel_dsp_driver_probe +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0x13e9e35b snd_ak4113_build +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0x45096e64 snd_ak4113_check_rate_and_errors +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0x751f5969 snd_ak4113_external_rate +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0xa3283984 snd_ak4113_reg_write +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0xf10e03db snd_ak4113_reinit +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0xf6f37713 snd_ak4113_create +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x00f6816c snd_hda_codec_amp_init_stereo +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x020b0904 snd_hda_get_hint +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x03af57d6 snd_hda_codec_get_pincfg +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x06116b17 azx_get_position +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 0x07229efd azx_probe_codecs +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x07b77a29 azx_stop_chip +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x097f006f snd_hda_codec_cleanup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x0a373569 snd_hda_sequence_write +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x0a9d0f35 snd_hda_codec_set_power_to_all +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x0c60fcb4 snd_hda_create_spdif_share_sw +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x0fe50bd1 azx_init_streams +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x10da04ff snd_hda_multi_out_dig_cleanup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x12335e7a snd_hda_jack_set_gating_jack +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x14649ed6 snd_hda_lock_devices +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x181efb91 snd_hda_set_power_save +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x196d6444 snd_hda_codec_set_pincfg +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x19845c18 snd_hda_codec_eapd_power_filter +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x1a8da845 azx_codec_configure +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x1e5909b4 snd_hda_apply_verbs +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x218adc7f snd_hda_codec_prepare +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x21a782c6 snd_hda_codec_set_power_save +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x21e17bb3 snd_hda_add_vmaster_hook +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x2577b5cc snd_hda_pick_fixup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x27555771 snd_hda_add_new_ctls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x29854cab snd_hda_jack_poll_all +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x29943952 snd_hda_pick_pin_fixup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x29ff41ad query_amp_caps +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x2de92e10 snd_hda_load_patch +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x34de8c6e azx_free_streams +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x35194566 snd_hda_get_dev_select +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x37599f90 snd_hda_shutup_pins +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x38ce402b azx_interrupt +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x39b92467 snd_hda_codec_get_pin_target +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x39d43f8f snd_hda_override_amp_caps +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x3a5ab0ba snd_hda_spdif_ctls_assign +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x3a8175d9 snd_hda_get_conn_list +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x3b7df2f2 snd_hda_override_conn_list +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x3f2a0605 snd_hda_spdif_out_of_nid +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x42da88d0 snd_hda_multi_out_dig_open +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4489f856 snd_hda_codec_amp_init +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x49a2f3c8 snd_hda_codec_load_dsp_cleanup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4a6761a4 snd_hda_add_verbs +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4c4548ca snd_hda_enum_helper_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4d866673 snd_hda_get_int_hint +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4e1647c9 snd_hda_create_spdif_in_ctls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4efb6d48 snd_hda_codec_setup_stream +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4f131965 snd_hda_multi_out_dig_prepare +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4f289c5a snd_hda_get_connections +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x50abef70 __snd_hda_add_vmaster +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x517a0f49 snd_hda_mixer_amp_switch_get +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x54092614 azx_get_pos_posbuf +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x54f53b3a snd_hda_codec_update_widgets +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x55675e11 snd_hda_codec_set_pin_target +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x55eab0b7 snd_hda_parse_pin_defcfg +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x575f806b _snd_hda_set_pin_ctl +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x5da78258 __hda_codec_driver_register +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x5f25c9e3 snd_hda_mixer_amp_volume_get +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x5f453fc1 snd_hda_codec_build_controls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x60843903 snd_hda_jack_detect_enable +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x617a833d snd_hda_jack_add_kctls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x61cdfb42 snd_hda_jack_pin_sense +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x62ecfa62 snd_hda_get_num_devices +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x65399409 snd_hda_unlock_devices +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x653caa4f snd_hda_create_dig_out_ctls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x6a8a0354 snd_hda_multi_out_analog_prepare +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x6c141046 snd_hda_jack_detect_enable_callback_mst +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x6d111367 snd_hda_codec_unregister +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x6d7304cb is_jack_detectable +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x717e9071 snd_hda_detach_beep_device +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x777be624 snd_hda_jack_detect_state_mst +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x8067538f snd_hda_jack_set_button_state +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x82cf424e hda_get_autocfg_input_label +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x838e8876 snd_hda_mixer_amp_switch_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x863316ba snd_hda_codec_load_dsp_trigger +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x8bfd4b4f snd_hda_input_mux_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x8d05f36b snd_hda_enable_beep_device +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x8dd14edc snd_hda_mixer_amp_volume_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x8e4fe632 snd_hda_jack_report_sync +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x91cab33d snd_hda_codec_pcm_new +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x926dd92f snd_hda_mixer_amp_switch_put_beep +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x9319f177 snd_hda_spdif_ctls_unassign +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x93c8649a snd_hda_codec_amp_update +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x9fe69901 snd_hda_codec_set_name +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa23416c0 snd_hda_codec_amp_stereo +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xabdbd6ec snd_hda_find_mixer_ctl +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xaf6965ca snd_hda_get_conn_index +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb448c3c5 snd_hda_jack_tbl_get_from_tag +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb4d015e0 __snd_hda_apply_fixup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb57dc847 snd_hda_apply_pincfgs +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb7e58787 snd_hda_codec_parse_pcms +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xbada37c0 snd_hda_sync_vmaster_hook +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xbba1c980 snd_hda_codec_configure +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xbeb0c4da snd_hda_codec_cleanup_for_unbind +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc64fad20 snd_hda_codec_new +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xca62fed3 snd_hda_check_amp_caps +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xca91c723 snd_hda_get_default_vref +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xcaa99d71 snd_hda_multi_out_analog_cleanup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xcad8b638 __snd_hda_codec_cleanup_stream +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xcb9470ce azx_init_chip +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd1a8ac21 snd_hda_ctl_add +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd397da45 snd_hda_mixer_amp_switch_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd4fc9750 hda_codec_driver_unregister +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd5fca2eb snd_hda_codec_device_init +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd7c168e9 snd_hda_codec_device_new +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xda8dbdff snd_hda_add_nid +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xdad738a1 azx_stop_all_streams +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xdc4e6bd3 snd_hda_codec_register +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xdcf6111e snd_hda_jack_unsol_event +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xdd23918a snd_hda_codec_pcm_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xddaa8f3f snd_hda_jack_tbl_get_mst +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xddc81cef snd_hda_mixer_amp_volume_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xdef77c96 snd_hda_codec_load_dsp_prepare +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xdf4d5fda snd_hda_get_pin_label +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe07a784e snd_hda_multi_out_analog_open +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe118de5d snd_pcm_2_1_chmaps +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe2dce017 snd_hda_attach_beep_device +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe301d4a6 snd_hda_add_imux_item +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe3848402 snd_hda_correct_pin_ctl +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe67ba7b3 snd_hda_set_dev_select +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe9eb0800 snd_hda_jack_add_kctl_mst +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xea43120a snd_hda_set_vmaster_tlv +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xed339714 azx_bus_init +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xeda3a721 snd_print_pcm_bits +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xedcf89da snd_hda_apply_fixup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xee98c4bf snd_hda_mixer_amp_switch_get_beep +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf10c7b87 snd_hda_jack_set_dirty_all +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf1c1c281 azx_get_pos_lpib +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf245cb15 snd_hda_get_bool_hint +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf6d01e9b snd_hda_multi_out_dig_close +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf8dc35ac snd_hda_input_mux_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf99a749a snd_hda_jack_bind_keymap +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf9ca418f snd_hda_check_amp_list_power +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xfe953a3b snd_hda_mixer_amp_tlv +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x032ff98a snd_hda_add_new_path +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x0b44e988 snd_hda_get_path_idx +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x0bbfa696 snd_hda_gen_hp_automute +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x103b1b54 snd_hda_get_path_from_idx +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x12f29545 snd_hda_gen_fix_pin_power +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x133d8095 snd_hda_gen_spec_init +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x15d313fb snd_hda_gen_mic_autoswitch +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x499d4be8 snd_hda_gen_check_power_status +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x52afcef6 snd_hda_gen_free +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x703b5c6f snd_hda_gen_build_controls +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 0x7c2b7951 snd_hda_gen_parse_auto_config +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x871a6e44 hda_extra_out_badness +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xabb50cd2 snd_hda_gen_init +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xba516a0e snd_hda_gen_add_mute_led_cdev +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xc3f188bb snd_hda_gen_build_pcms +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xc5868e22 snd_hda_gen_add_kctl +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xd41be44c snd_hda_gen_path_power_filter +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xdf7d3939 snd_hda_gen_add_micmute_led_cdev +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xe44a2c54 snd_hda_gen_update_outputs +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xe61511f2 snd_hda_activate_path +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xeabc07a7 snd_hda_gen_line_automute +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xed608ae4 snd_hda_gen_stream_pm +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau-utils 0xae620be9 adau_calc_pll_cfg +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau1372 0xdc9857c6 adau1372_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau1761 0x31c6f82c adau1761_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau1761 0x6e921226 adau1761_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0x2800a843 adau17x1_readable_register +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0x60cc130c adau17x1_volatile_register +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0x6544934e adau17x1_precious_register +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0x6a5fb357 adau17x1_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0x7c2b5f75 adau17x1_add_widgets +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0x85ff8ac3 adau17x1_add_routes +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0x8ff89ad0 adau17x1_resume +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0xada09599 adau17x1_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0xb6a97ca3 adau17x1_set_micbias_voltage +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0xd9c95d79 adau17x1_dai_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau7118 0xbe135a98 adau7118_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41 0x3089cec5 cs35l41_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41 0x7e26e8ea cs35l41_pm_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41 0xdb646cfa cs35l41_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x1265fb3d cs35l41_global_enable +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x2aa532dd cs35l41_configure_cs_dsp +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x2f2e5130 cs35l41_regmap_spi +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x380a0c3c cs35l41_exit_hibernate +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x389e86c7 cs35l41_safe_reset +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x450ca652 cs35l41_set_channels +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x54b8aa0d cs35l41_enter_hibernate +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x819700b9 cs35l41_set_cspl_mbox_cmd +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x848ea02a cs35l41_register_errata_patch +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x997b57ef cs35l41_regmap_i2c +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x9b69d674 cs35l41_test_key_unlock +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x9c834e76 cs35l41_init_boost +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x9d7fbeb3 cs35l41_otp_unpack +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0xaec5b080 cs35l41_test_key_lock +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0xc410ab0e cs35l41_write_fs_errata +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0xe92ff6ad cs35l41_gpio_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs4271 0x40e37b03 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 0xca599a97 cs4271_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42l51 0x4456e0da cs42l51_regmap +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42l51 0x5d3db3c6 cs42l51_suspend +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42l51 0x6ec62ced cs42l51_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42l51 0x94d50c35 cs42l51_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42l51 0xd0c9fdda cs42l51_resume +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0x7cac7292 cs42888_data +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0xafeef1c1 cs42xx8_pm +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0xc8210aef cs42xx8_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0xcd3794c9 cs42448_data +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0xda766b34 cs42xx8_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-es8328 0x39a1a204 es8328_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-es8328 0xd7a8061a es8328_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-hda-codec 0x15f7fb23 hda_codec_probe_complete +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-hda-codec 0x70d13c14 soc_hda_ext_bus_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-hda-codec 0xe806befa snd_soc_hda_codec_dai_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-lpass-macro-common 0x7876e539 lpass_macro_pds_exit +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-lpass-macro-common 0xdfd86a30 lpass_macro_pds_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-max98373 0x1d39f5c0 soc_codec_dev_max98373_sdw +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-max98373 0x316fc020 max98373_reset +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-max98373 0x75de3f8b soc_codec_dev_max98373 +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-max98373 0xb917374f max98373_slot_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-mt6358 0x0c181bde mt6358_set_mtkaif_protocol +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-mt6358 0x3ced037f mt6358_mtkaif_calibration_disable +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-mt6358 0x5f390c93 mt6358_mtkaif_calibration_enable +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-mt6358 0xffe5ff0a mt6358_set_mtkaif_calibration_phase +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-nau8821 0xd2a7cc4d nau8821_enable_jack_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-nau8824 0x7bb2307c 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 0x0e6e60b7 pcm1789_common_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm1789-codec 0x16a0cb46 pcm1789_common_exit +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm1789-codec 0x65077cd5 pcm1789_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm179x-codec 0x1396d935 pcm179x_common_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm179x-codec 0x62b7d0fd pcm179x_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm186x 0x13137cfb pcm186x_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm186x 0xdf1b6610 pcm186x_regmap +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm3168a 0x6013d361 pcm3168a_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm3168a 0x676b43c9 pcm3168a_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm3168a 0x9675a4fa pcm3168a_regmap +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm3168a 0xdb0d0052 pcm3168a_pm_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm512x 0x377d843b pcm512x_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm512x 0x49301abb pcm512x_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm512x 0x9d48732d pcm512x_pm_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm512x 0xaebbc390 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-rt5640 0x08b8de17 rt5640_set_ovcd_params +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5640 0x52bca378 rt5640_dmic_enable +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5640 0x7063223a rt5640_enable_micbias1_for_ovcd +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5640 0x714b65cc rt5640_disable_micbias1_for_ovcd +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5640 0xb0084f0f rt5640_sel_asrc_clk_src +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5640 0xf562e6d1 rt5640_detect_headset +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5645 0xdcfea727 rt5645_sel_asrc_clk_src +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5645 0xf2191daf rt5645_set_jack_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5659 0x234048cd 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 0x21464071 rt5682_reset +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0x534318a0 rt5682_aif1_dai_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0x5835074f 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 0x6abc95e8 rt5682_register_dai_clks +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0x6f20f586 rt5682_soc_component_dev +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0x7187dd9d rt5682_parse_dt +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0x760435f7 rt5682_apply_patch_list +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0xb46ba21a rt5682_readable_register +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0xb874a3a3 rt5682_aif2_dai_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0xb897de56 rt5682_reg +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0xc548f727 rt5682_sel_asrc_clk_src +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0xfca71955 rt5682_volatile_register +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-sigmadsp 0x045b335f sigmadsp_restrict_params +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-sigmadsp 0x2383292c devm_sigmadsp_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-sigmadsp 0x3316028d sigmadsp_reset +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-sigmadsp 0x460d0043 sigmadsp_setup +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-sigmadsp 0xf1b5bac4 sigmadsp_attach +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-sigmadsp-i2c 0x5f6b2d8e devm_sigmadsp_init_i2c +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-sigmadsp-regmap 0x82728ee2 devm_sigmadsp_init_regmap +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-src4xxx 0x37b92999 src4xxx_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-src4xxx 0x3e9150ad src4xxx_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-ssm2602 0xe7549712 ssm2602_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-ssm2602 0xfbccfbc2 ssm2602_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tlv320aic32x4 0x17e279ed aic32x4_register_clocks +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tlv320aic3x 0x2379efc6 aic3x_regmap +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-ts3a227e 0x9bec2caa 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 0x4181f6af wcd938x_swr_get_current_bank +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wcd938x-sdw 0x5aaf9d25 wcd938x_sdw_free +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wcd938x-sdw 0x9471de97 wcd938x_sdw_device_get +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wcd938x-sdw 0xb7b48b58 wcd938x_sdw_set_sdw_stream +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wcd938x-sdw 0xe5b3f142 wcd938x_sdw_hw_params +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x0e378155 wm_adsp_compr_trigger +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x108b9fb3 wm_adsp_early_event +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x23ea43a2 wm_adsp2_set_dspclk +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x2abaad48 wm_adsp_compr_pointer +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x2d533313 wm_adsp2_component_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x313209e3 wm_adsp1_event +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x35eed025 wm_adsp_fw_get +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x3ab8e24b wm_adsp1_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x3d01627c wm_adsp_compr_copy +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x3e4b95e5 wm_halo_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x41534a12 wm_adsp_read_ctl +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x52c16479 wm_halo_wdt_expire +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x5794a46f wm_adsp2_preloader_put +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x73a74c87 wm_adsp_write_ctl +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x7f5690b1 wm_adsp_compr_open +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x879e8081 wm_adsp2_preloader_get +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 0x8a87f41e wm_adsp_compr_set_params +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x8bae3ce8 wm_adsp2_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xb4ae4bf3 wm_adsp_event +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xba55e398 wm_adsp2_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xc84faf5a wm_adsp_compr_get_caps +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xcdd250df wm_adsp_compr_free +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xcf9891a6 wm_adsp_compr_handle_irq +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xdd3c79ef wm_adsp2_bus_error +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xe004d16d wm_adsp2_component_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xe5e4f4cb wm_adsp_fw_put +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xea38ee07 wm_halo_bus_error +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8731 0x5cfb4d0f wm8731_regmap +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8731 0x679f471c wm8731_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8804 0x4ef1adc0 wm8804_pm +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8804 0x73e6c43d wm8804_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8804 0xe17661b6 wm8804_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8804 0xee6057fd wm8804_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8903 0x7f97111b wm8903_mic_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8962 0x0db71b6c wm8962_mic_detect +EXPORT_SYMBOL_GPL sound/soc/fsl/snd-soc-fsl-asrc 0x0b5ed921 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 0x366cd6ba audio_graph_parse_of +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-audio-graph-card2 0x2e0ddc12 audio_graph2_parse_of +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-audio-graph-card2 0x4544f1bc audio_graph2_link_dpcm +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-audio-graph-card2 0xc3affebb audio_graph2_link_normal +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-audio-graph-card2 0xd4ec7a87 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 0x02a33487 asoc_simple_remove +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x0340ac94 asoc_simple_set_dailink_name +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x0d27c34c asoc_simple_parse_convert +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x0efa3452 asoc_simple_init_priv +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x1718d13c asoc_simple_parse_pin_switches +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x21bc4efc asoc_simple_parse_card_name +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x2c5758e1 asoc_simple_shutdown +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x34d8d1fb asoc_simple_hw_params +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x355b52d7 asoc_simple_parse_daifmt +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x5956cd13 asoc_simple_startup +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x70aafd11 asoc_simple_be_hw_params_fixup +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x773212a9 asoc_simple_parse_clk +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x9f049807 asoc_simple_parse_widgets +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xc8b2fbda asoc_simple_clean_reference +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xcaceb4cc asoc_simple_canonicalize_platform +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xccea5282 asoc_graph_card_probe +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xd84c936a asoc_simple_canonicalize_cpu +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xe2e0bbf3 asoc_simple_dai_init +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xedd03474 asoc_simple_parse_routing +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xf3097481 asoc_graph_is_ports0 +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xf856be75 asoc_simple_parse_tdm_width_map +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xfe9ca0c0 asoc_simple_init_jack +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x0017fa4b snd_soc_get_dai_id +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x0062252e snd_soc_register_card +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x008b2e38 dpcm_end_walk_at_be +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x023ec13f snd_soc_dai_compr_set_metadata +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x02e4574e snd_soc_dapm_ignore_suspend +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x03cc98b0 snd_soc_debugfs_root +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x047195e8 snd_soc_dapm_free_widget +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x04e7c546 snd_soc_dai_action +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x066baa83 snd_soc_component_compr_free +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x093c4ff2 snd_soc_dpcm_runtime_update +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x095641cb snd_soc_unregister_card +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x0a51a0e8 snd_soc_component_force_enable_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x0a7f8cc6 devm_snd_soc_register_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x0ac62c1c snd_soc_dpcm_fe_can_update +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x0cba1f96 snd_soc_dpcm_can_be_prepared +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x0d34914d snd_soc_unregister_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x0d3eec89 snd_soc_get_volsw_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x0e189223 snd_soc_card_remove_dai_link +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x10b4d52f snd_soc_dai_compr_ack +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1103ccc1 snd_soc_get_volsw_range +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x11dc500c snd_soc_component_compr_get_metadata +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x123121a2 snd_soc_dai_get_channel_map +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x12c43c6d snd_soc_of_parse_pin_switches +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1357d208 snd_soc_dapm_kcontrol_widget +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x149f2fd3 dpcm_be_dai_trigger +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1a2dcd43 snd_soc_put_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1a4aedb2 snd_soc_component_compr_set_metadata +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1beecad5 snd_soc_dai_compr_trigger +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1f596316 devm_snd_soc_register_dai +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1fb35fbf snd_soc_component_compr_get_codec_caps +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2003b08a snd_soc_of_parse_aux_devs +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x22118192 snd_soc_component_disable_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2363a419 snd_soc_dai_active +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2541a979 snd_soc_calc_frame_size +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x25eb9c1f snd_soc_card_jack_new_pins +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x26de8f82 snd_soc_component_initialize +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x27fd3cd5 snd_soc_dapm_get_pin_switch +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x28d0d0a7 snd_soc_component_force_enable_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2937cca5 snd_soc_component_compr_copy +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2a2b5522 dapm_clock_event +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2bdcefd2 snd_soc_new_ac97_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2c0eb9b6 snd_soc_of_parse_node_prefix +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2cbec48a snd_soc_bytes_put +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2cedc967 snd_soc_component_enable_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2fe96578 snd_soc_bytes_tlv_callback +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3101388c snd_soc_find_dai_with_mutex +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x31f005cc snd_soc_dapm_free +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x32adb9fe snd_soc_of_parse_card_name +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x32cd7cf5 snd_soc_put_xr_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x33ccf38c dapm_mark_endpoints_dirty +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x33f73512 snd_soc_dapm_put_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x34875f80 snd_soc_dai_compr_get_metadata +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x36f2419a snd_soc_dpcm_get_substream +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x37879b2b snd_soc_info_volsw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x38241c84 snd_soc_put_volsw_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x396c0666 snd_soc_component_read +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3a4924ac snd_soc_dapm_force_bias_level +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3aba9fef snd_soc_dai_set_pll +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3aeac33b snd_soc_dapm_add_routes +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3c0725d6 snd_soc_component_set_pll +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3c14e875 snd_soc_of_put_dai_link_codecs +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4090e37c snd_soc_dai_link_set_capabilities +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x44459a77 snd_soc_dapm_new_widgets +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x45830613 snd_soc_jack_add_gpiods +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x459c7a78 snd_soc_jack_get_type +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x45fbe026 snd_soc_of_put_dai_link_cpus +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4647e68e snd_soc_dai_set_tristate +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x485ac817 snd_soc_dapm_update_dai +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x488bb00c snd_soc_link_compr_shutdown +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x48b4a086 snd_soc_component_update_bits_async +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x49fdcfb0 snd_soc_jack_notifier_register +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4b45a707 snd_soc_dpcm_can_be_free_stop +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4ba438af snd_soc_dapm_get_pin_status +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4d4d08c1 snd_soc_dapm_new_dai_widgets +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4e2f5855 snd_soc_poweroff +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4e858fe4 snd_soc_card_jack_new +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4f7cfaf8 snd_soc_dai_compr_set_params +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4fa1782d snd_soc_tdm_params_to_bclk +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5020f053 snd_soc_dai_set_tdm_slot +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x50e02d82 snd_soc_link_compr_set_params +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5273ea2c snd_soc_dapm_put_volsw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x530dba42 snd_soc_dapm_dai_free_widgets +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x560dce29 snd_soc_get_pcm_runtime +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x56e0e7bd snd_soc_dapm_mux_update_power +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x59300a12 snd_soc_limit_volume +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5932dd5e snd_soc_daifmt_parse_format +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x59eaf85b snd_soc_find_dai +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5a182536 snd_soc_get_dai_name +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5a6fdda9 snd_soc_lookup_component_nolocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5e0c3e7b snd_soc_put_volsw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x601bcc44 snd_soc_register_dai +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x60441f74 snd_soc_component_test_bits +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x62757e4f snd_soc_info_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x62b1bdfd snd_soc_dapm_mixer_update_power +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x631477d6 snd_soc_component_write +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x647bea2f snd_soc_runtime_set_dai_fmt +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6507b377 snd_soc_dpcm_can_be_params +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x65cd4f4c snd_soc_component_exit_regmap +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x65e62bb3 snd_soc_component_init_regmap +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x66e5ad49 snd_soc_jack_add_pins +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x67ff862f snd_soc_of_get_dai_link_codecs +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x684b5bc1 snd_soc_component_disable_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x688d25d0 snd_soc_component_async_complete +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x68b86756 snd_soc_component_enable_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x695afb40 snd_soc_new_compress +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x69807746 snd_soc_dai_set_channel_map +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x69e71667 snd_soc_component_set_jack +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6ab1992f snd_soc_bytes_info +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6efb0a0c snd_soc_dapm_new_control +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6f6291d9 snd_soc_dapm_info_pin_switch +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7584ef7a snd_soc_dapm_disable_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x76045a03 snd_soc_of_parse_tdm_slot +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7633d9a2 snd_soc_component_compr_set_params +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x781db561 snd_soc_dapm_disable_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7b175c60 snd_soc_of_get_slot_mask +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7e35093f snd_soc_set_ac97_ops_of_reset +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7e606130 snd_soc_calc_bclk +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7f86c070 snd_soc_dai_compr_shutdown +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x80678e99 snd_soc_component_compr_ack +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8431406a snd_soc_dapm_kcontrol_dapm +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x84ba5910 snd_soc_dapm_nc_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x87053648 snd_soc_runtime_calc_hw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8cce423c snd_soc_of_parse_audio_routing +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8ccfa1b9 snd_soc_info_volsw_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8ec67642 snd_soc_dapm_dai_get_connected_widgets +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x92964b32 snd_soc_bytes_info_ext +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x93f95d6c snd_soc_add_component_controls +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9436fad6 snd_soc_dapm_new_controls +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9490ae89 snd_soc_rtdcom_lookup +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x956bf0fa snd_soc_bytes_get +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9599cc61 snd_soc_dai_compr_startup +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x971f8ab9 snd_dmaengine_pcm_register +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x97515478 snd_soc_dapm_stream_stop +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9785cf97 snd_soc_free_ac97_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9901c9ef snd_soc_dai_set_sysclk +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9a72a92d snd_soc_dai_set_clkdiv +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9fb864cb snd_soc_info_volsw_range +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa06e6ac9 snd_soc_close_delayed_work +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa2c6b7bc snd_soc_add_card_controls +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa3673758 soc_ac97_ops +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa663f299 snd_dmaengine_pcm_prepare_slave_config +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa7dc2716 snd_soc_put_strobe +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xaadb2f6c snd_soc_pm_ops +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xaaee2fa6 snd_soc_suspend +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xaebb188f snd_soc_dai_set_bclk_ratio +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xaf969e75 snd_soc_dapm_nc_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb0de44bd snd_soc_component_nc_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb4483bbc snd_soc_card_add_dai_link +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb51841d0 snd_soc_component_get_pin_status +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb64be346 snd_soc_get_xr_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb7dda129 snd_soc_jack_report +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb85ba344 snd_soc_add_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb88ab3fb snd_soc_runtime_action +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb897a9bf snd_soc_dapm_get_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb8bc224c snd_soc_dapm_force_enable_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xba5b0c19 snd_soc_component_update_bits +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xbc2c8029 snd_soc_set_ac97_ops +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xbfb526e1 snd_soc_unregister_dai +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc0f58b28 snd_soc_component_set_sysclk +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc131a24f snd_soc_add_pcm_runtime +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc317a15e snd_soc_daifmt_clock_provider_flipped +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc40a464e snd_soc_dapm_del_routes +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc6bed4c9 snd_soc_dapm_weak_routes +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc750bb05 snd_soc_dai_compr_get_params +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc7f61dad snd_soc_link_compr_startup +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc8269f94 snd_soc_params_to_frame_size +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc8acc66e snd_soc_daifmt_parse_clock_provider_raw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xca94300c snd_soc_dai_compr_pointer +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xcb2fa43b snd_soc_component_compr_trigger +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xcdd3522b snd_soc_dapm_init +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xce853ae1 snd_soc_lookup_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd177e2e4 snd_soc_remove_pcm_runtime +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd1b1fe32 snd_soc_card_get_kcontrol +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd219c101 devm_snd_soc_register_card +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd22d8afc snd_soc_dai_set_fmt +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd280550d snd_soc_component_nc_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd3a28bed snd_soc_component_compr_open +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd41f16c9 snd_soc_of_get_dai_name +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd71edbe2 snd_soc_dapm_enable_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd77dba3b snd_soc_dai_digital_mute +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd8756f24 snd_soc_of_get_dai_link_cpus +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xda8aa1c8 snd_soc_get_volsw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xddd4462e snd_soc_jack_add_gpios +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe11c23f5 snd_soc_component_compr_pointer +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe2400fd7 snd_soc_set_runtime_hwparams +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe241cfc0 snd_soc_unregister_component_by_driver +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe4c9ed46 snd_dmaengine_pcm_unregister +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe4d9cab9 snd_soc_component_write_field +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe69b12ee snd_soc_of_parse_audio_simple_widgets +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe84f40a4 snd_soc_component_compr_get_params +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe8cf77e2 snd_soc_component_read_field +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe94adaa1 snd_soc_component_compr_get_caps +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe9c2e5bc snd_soc_dapm_sync_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xea16a8a5 devm_snd_dmaengine_pcm_register +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xeab9b336 snd_soc_dpcm_be_can_update +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xeae4108a snd_soc_add_dai_controls +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xeb711ae7 snd_soc_params_to_bclk +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xefa4e067 snd_soc_register_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf0054760 snd_soc_put_volsw_range +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf050f87f snd_soc_info_xr_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf0591f13 snd_soc_dapm_sync +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf1b6eff7 snd_soc_jack_add_zones +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf1caffaf snd_soc_dapm_get_volsw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf26fb880 snd_soc_dapm_force_enable_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf2cbe70f dapm_regulator_event +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf2db8ba9 snd_soc_dapm_enable_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf3085072 dapm_pinctrl_event +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf53043bf snd_soc_get_strobe +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf8f1b15a null_dailink_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf95cd359 snd_soc_cnew +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf9622dd1 snd_soc_daifmt_clock_provider_from_bitmap +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf9d97b8f snd_soc_dapm_put_pin_switch +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xfb2b46e2 snd_soc_get_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xfb90c8ce dapm_kcontrol_get_value +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xfcb7d669 snd_soc_jack_notifier_unregister +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xfce4d89f snd_soc_resume +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xfceb7ff7 snd_soc_jack_free_gpios +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x202a1b1b line6_midi_id +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x22c0df23 line6_init_midi +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x35146cdb line6_pcm_acquire +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x37bb93b3 line6_suspend +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x38a2bf1a line6_pcm_release +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x458ec045 line6_read_data +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x49ab5389 line6_send_raw_message +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x4a328dcd line6_read_serial_number +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x63108688 line6_alloc_sysex_buffer +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x69530c52 line6_version_request_async +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x6d280443 line6_send_raw_message_async +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x7717572d line6_init_pcm +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0xaecf3eee line6_disconnect +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0xb1648610 line6_resume +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0xb7b4842e line6_write_data +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0xc69761d8 line6_send_sysex_message +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0xe653f724 line6_probe +EXPORT_SYMBOL_GPL vmlinux 0x0002629c xdp_return_frame_rx_napi +EXPORT_SYMBOL_GPL vmlinux 0x0004fd15 ohci_init_driver +EXPORT_SYMBOL_GPL vmlinux 0x000edeb4 virtqueue_get_vring +EXPORT_SYMBOL_GPL vmlinux 0x0025b7a9 skb_segment +EXPORT_SYMBOL_GPL vmlinux 0x0032cdb1 pm_generic_resume +EXPORT_SYMBOL_GPL vmlinux 0x004432b2 device_wakeup_enable +EXPORT_SYMBOL_GPL vmlinux 0x00513f58 get_timespec64 +EXPORT_SYMBOL_GPL vmlinux 0x0079e698 usb_free_streams +EXPORT_SYMBOL_GPL vmlinux 0x008539f0 klp_shadow_alloc +EXPORT_SYMBOL_GPL vmlinux 0x0086177b iomap_ioend_try_merge +EXPORT_SYMBOL_GPL vmlinux 0x00a5380c usb_check_bulk_endpoints +EXPORT_SYMBOL_GPL vmlinux 0x00b5e4a2 __hwspin_unlock +EXPORT_SYMBOL_GPL vmlinux 0x00bb9f49 i2c_dw_configure_master +EXPORT_SYMBOL_GPL vmlinux 0x00c6a61f clockevent_delta2ns +EXPORT_SYMBOL_GPL vmlinux 0x00cdce86 pci_p2pmem_alloc_sgl +EXPORT_SYMBOL_GPL vmlinux 0x00d4c500 usb_decode_interval +EXPORT_SYMBOL_GPL vmlinux 0x00ec05d8 compat_only_sysfs_link_entry_to_kobj +EXPORT_SYMBOL_GPL vmlinux 0x00ec49ff dm_accept_partial_bio +EXPORT_SYMBOL_GPL vmlinux 0x00edd332 sock_diag_unregister +EXPORT_SYMBOL_GPL vmlinux 0x00fb9c32 sk_set_memalloc +EXPORT_SYMBOL_GPL vmlinux 0x010281f2 sk_msg_zerocopy_from_iter +EXPORT_SYMBOL_GPL vmlinux 0x0112e0a9 pm_generic_restore +EXPORT_SYMBOL_GPL vmlinux 0x011b3f5e inet6_sock_destruct +EXPORT_SYMBOL_GPL vmlinux 0x013f222c __devm_irq_alloc_descs +EXPORT_SYMBOL_GPL vmlinux 0x013fac64 simple_attr_write +EXPORT_SYMBOL_GPL vmlinux 0x0159c819 usb_bus_idr +EXPORT_SYMBOL_GPL vmlinux 0x016e7347 xfrm_output +EXPORT_SYMBOL_GPL vmlinux 0x017213ca device_create +EXPORT_SYMBOL_GPL vmlinux 0x0177f122 component_release_of +EXPORT_SYMBOL_GPL vmlinux 0x017b27a6 class_dev_iter_exit +EXPORT_SYMBOL_GPL vmlinux 0x0183f0ad scsi_eh_ready_devs +EXPORT_SYMBOL_GPL vmlinux 0x01848d9a msi_domain_get_virq +EXPORT_SYMBOL_GPL vmlinux 0x0184c4a0 mmc_app_cmd +EXPORT_SYMBOL_GPL vmlinux 0x01866a57 ezx_pcap_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x018fc149 md_do_sync +EXPORT_SYMBOL_GPL vmlinux 0x01907648 klist_iter_exit +EXPORT_SYMBOL_GPL vmlinux 0x01953993 pci_epc_unmap_addr +EXPORT_SYMBOL_GPL vmlinux 0x019a6832 irq_domain_translate_onecell +EXPORT_SYMBOL_GPL vmlinux 0x019b6130 ip_valid_fib_dump_req +EXPORT_SYMBOL_GPL vmlinux 0x01a0cb78 property_entries_free +EXPORT_SYMBOL_GPL vmlinux 0x01c18b80 __traceiter_io_page_fault +EXPORT_SYMBOL_GPL vmlinux 0x01d7a8bc rio_mport_chk_dev_access +EXPORT_SYMBOL_GPL vmlinux 0x01e1a8de kgdb_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0x01f38102 pci_ims_free_irq +EXPORT_SYMBOL_GPL vmlinux 0x02001e89 pm_clk_create +EXPORT_SYMBOL_GPL vmlinux 0x0205a907 clk_hw_register_composite +EXPORT_SYMBOL_GPL vmlinux 0x0207a6c6 reset_control_bulk_acquire +EXPORT_SYMBOL_GPL vmlinux 0x02329eae __fat_fs_error +EXPORT_SYMBOL_GPL vmlinux 0x02394899 play_idle_precise +EXPORT_SYMBOL_GPL vmlinux 0x0243dc85 usb_remove_hcd +EXPORT_SYMBOL_GPL vmlinux 0x024d13dd request_free_mem_region +EXPORT_SYMBOL_GPL vmlinux 0x027acb7b of_dma_router_register +EXPORT_SYMBOL_GPL vmlinux 0x027bb5a6 platform_get_irq +EXPORT_SYMBOL_GPL vmlinux 0x0286ff4e of_phy_put +EXPORT_SYMBOL_GPL vmlinux 0x02bab11f vcap_rule_mod_action_u32 +EXPORT_SYMBOL_GPL vmlinux 0x02c5c501 power_supply_find_ocv2cap_table +EXPORT_SYMBOL_GPL vmlinux 0x02cbc8c5 fb_deferred_io_mmap +EXPORT_SYMBOL_GPL vmlinux 0x02cf5c83 kernfs_find_and_get_ns +EXPORT_SYMBOL_GPL vmlinux 0x02d25d6d tpm_pm_resume +EXPORT_SYMBOL_GPL vmlinux 0x02d55e7f kvmppc_h_protect +EXPORT_SYMBOL_GPL vmlinux 0x02ef3af7 mbox_request_channel_byname +EXPORT_SYMBOL_GPL vmlinux 0x02f664c6 da903x_update +EXPORT_SYMBOL_GPL vmlinux 0x02fb4bda genpd_dev_pm_attach_by_id +EXPORT_SYMBOL_GPL vmlinux 0x02fb56af ata_host_suspend +EXPORT_SYMBOL_GPL vmlinux 0x0306be56 skb_cow_data +EXPORT_SYMBOL_GPL vmlinux 0x030cbca2 ata_id_xfermask +EXPORT_SYMBOL_GPL vmlinux 0x0312b3b0 reset_controller_add_lookup +EXPORT_SYMBOL_GPL vmlinux 0x031c6a26 pinctrl_force_default +EXPORT_SYMBOL_GPL vmlinux 0x0321cdbf of_alias_get_highest_id +EXPORT_SYMBOL_GPL vmlinux 0x032810d3 __srcu_read_unlock +EXPORT_SYMBOL_GPL vmlinux 0x032f448b of_scan_bus +EXPORT_SYMBOL_GPL vmlinux 0x03309848 ata_pci_bmdma_init +EXPORT_SYMBOL_GPL vmlinux 0x033832c7 usb_amd_hang_symptom_quirk +EXPORT_SYMBOL_GPL vmlinux 0x0343bdf1 __i2c_board_list +EXPORT_SYMBOL_GPL vmlinux 0x03502739 iommu_page_response +EXPORT_SYMBOL_GPL vmlinux 0x035a6db7 is_swiotlb_active +EXPORT_SYMBOL_GPL vmlinux 0x036de383 perf_event_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0x037afe6b rio_dev_put +EXPORT_SYMBOL_GPL vmlinux 0x0388c1e4 crypto_stats_kpp_generate_public_key +EXPORT_SYMBOL_GPL vmlinux 0x038dc556 serial8250_release_dma +EXPORT_SYMBOL_GPL vmlinux 0x03952887 ktime_add_safe +EXPORT_SYMBOL_GPL vmlinux 0x03978082 dmaengine_desc_get_metadata_ptr +EXPORT_SYMBOL_GPL vmlinux 0x03a73a22 __hwspin_lock_timeout +EXPORT_SYMBOL_GPL vmlinux 0x03aef029 max8997_read_reg +EXPORT_SYMBOL_GPL vmlinux 0x03c12dfe cancel_work_sync +EXPORT_SYMBOL_GPL vmlinux 0x03c13755 dma_release_channel +EXPORT_SYMBOL_GPL vmlinux 0x03ce3f94 nd_region_provider_data +EXPORT_SYMBOL_GPL vmlinux 0x03ce7234 sched_smt_present +EXPORT_SYMBOL_GPL vmlinux 0x03d2bc47 i2c_new_scanned_device +EXPORT_SYMBOL_GPL vmlinux 0x03e7c4c8 posix_acl_default_xattr_handler +EXPORT_SYMBOL_GPL vmlinux 0x0402cbbf preempt_notifier_inc +EXPORT_SYMBOL_GPL vmlinux 0x0413e389 devm_fwnode_pwm_get +EXPORT_SYMBOL_GPL vmlinux 0x0424a10b nvmem_cell_get +EXPORT_SYMBOL_GPL vmlinux 0x04258796 opal_flash_read +EXPORT_SYMBOL_GPL vmlinux 0x042f275b crypto_larval_kill +EXPORT_SYMBOL_GPL vmlinux 0x045247ae of_reserved_mem_device_release +EXPORT_SYMBOL_GPL vmlinux 0x04616d76 tty_ldisc_flush +EXPORT_SYMBOL_GPL vmlinux 0x0465a073 regmap_reg_in_ranges +EXPORT_SYMBOL_GPL vmlinux 0x046f359e of_overlay_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0x048b5f8d twl4030_audio_get_mclk +EXPORT_SYMBOL_GPL vmlinux 0x048c0727 xdp_return_frame +EXPORT_SYMBOL_GPL vmlinux 0x0495dead __cpuhp_state_add_instance +EXPORT_SYMBOL_GPL vmlinux 0x049f2d17 xfrm_audit_state_icvfail +EXPORT_SYMBOL_GPL vmlinux 0x04ae866a i2c_get_device_id +EXPORT_SYMBOL_GPL vmlinux 0x04b72f5f platform_msi_domain_free_irqs +EXPORT_SYMBOL_GPL vmlinux 0x04b7eb03 device_create_with_groups +EXPORT_SYMBOL_GPL vmlinux 0x04be2633 cpufreq_freq_transition_end +EXPORT_SYMBOL_GPL vmlinux 0x04bf0092 io_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0x04c41c60 devlink_flash_update_status_notify +EXPORT_SYMBOL_GPL vmlinux 0x04c4f603 mpi_get_buffer +EXPORT_SYMBOL_GPL vmlinux 0x04c8aebf console_verbose +EXPORT_SYMBOL_GPL vmlinux 0x04ddde64 kvm_alloc_hpt_cma +EXPORT_SYMBOL_GPL vmlinux 0x04df8fbc lzo1x_decompress_safe +EXPORT_SYMBOL_GPL vmlinux 0x04e6193f usb_lock_device_for_reset +EXPORT_SYMBOL_GPL vmlinux 0x04ed059d ip6_datagram_connect_v6_only +EXPORT_SYMBOL_GPL vmlinux 0x051085e3 lock_system_sleep +EXPORT_SYMBOL_GPL vmlinux 0x051a0bc1 stack_depot_fetch +EXPORT_SYMBOL_GPL vmlinux 0x051f18cc fwnode_property_read_u8_array +EXPORT_SYMBOL_GPL vmlinux 0x051fe2fa stmpe_set_altfunc +EXPORT_SYMBOL_GPL vmlinux 0x05256d81 devres_destroy +EXPORT_SYMBOL_GPL vmlinux 0x052b4013 register_vmcore_cb +EXPORT_SYMBOL_GPL vmlinux 0x052c9aed ktime_get_real_fast_ns +EXPORT_SYMBOL_GPL vmlinux 0x0534296f device_get_child_node_count +EXPORT_SYMBOL_GPL vmlinux 0x053d738a __SCK__tp_func_br_fdb_update +EXPORT_SYMBOL_GPL vmlinux 0x054e550b kernel_halt +EXPORT_SYMBOL_GPL vmlinux 0x0558ab4a freq_qos_update_request +EXPORT_SYMBOL_GPL vmlinux 0x055f14e7 spi_sync_locked +EXPORT_SYMBOL_GPL vmlinux 0x05610897 of_changeset_destroy +EXPORT_SYMBOL_GPL vmlinux 0x057697a7 irq_chip_set_type_parent +EXPORT_SYMBOL_GPL vmlinux 0x0582ee7e xfrm_audit_state_add +EXPORT_SYMBOL_GPL vmlinux 0x05883efb __traceiter_suspend_resume +EXPORT_SYMBOL_GPL vmlinux 0x058b3f3d register_nvdimm_pmu +EXPORT_SYMBOL_GPL vmlinux 0x058c6377 for_each_kernel_tracepoint +EXPORT_SYMBOL_GPL vmlinux 0x05a0c9c7 crypto_alloc_acomp +EXPORT_SYMBOL_GPL vmlinux 0x05a36048 devl_resource_occ_get_unregister +EXPORT_SYMBOL_GPL vmlinux 0x05b36968 irq_domain_xlate_onecell +EXPORT_SYMBOL_GPL vmlinux 0x05bfbcbd vcap_debugfs +EXPORT_SYMBOL_GPL vmlinux 0x05d4e993 vcap_keyfieldset +EXPORT_SYMBOL_GPL vmlinux 0x05e99ae8 unregister_trace_event +EXPORT_SYMBOL_GPL vmlinux 0x06055a23 __tracepoint_pelt_se_tp +EXPORT_SYMBOL_GPL vmlinux 0x060d8419 iommu_fwspec_free +EXPORT_SYMBOL_GPL vmlinux 0x06209f49 phy_lookup_setting +EXPORT_SYMBOL_GPL vmlinux 0x0626da5f od_unregister_powersave_bias_handler +EXPORT_SYMBOL_GPL vmlinux 0x06285d2a leds_list_lock +EXPORT_SYMBOL_GPL vmlinux 0x062c9986 uhci_reset_hc +EXPORT_SYMBOL_GPL vmlinux 0x0631f485 soc_device_match +EXPORT_SYMBOL_GPL vmlinux 0x064db9a5 mark_mounts_for_expiry +EXPORT_SYMBOL_GPL vmlinux 0x064decc3 thermal_zone_get_offset +EXPORT_SYMBOL_GPL vmlinux 0x065a11d2 dma_async_device_channel_register +EXPORT_SYMBOL_GPL vmlinux 0x0683d0e7 irq_domain_set_hwirq_and_chip +EXPORT_SYMBOL_GPL vmlinux 0x0690c222 tty_perform_flush +EXPORT_SYMBOL_GPL vmlinux 0x069ae33a mptcp_pm_get_add_addr_signal_max +EXPORT_SYMBOL_GPL vmlinux 0x06b510e1 pci_epc_mem_init +EXPORT_SYMBOL_GPL vmlinux 0x06b97c50 pci_p2pmem_free_sgl +EXPORT_SYMBOL_GPL vmlinux 0x06cca30b ring_buffer_record_off +EXPORT_SYMBOL_GPL vmlinux 0x06d877a4 gpiod_is_active_low +EXPORT_SYMBOL_GPL vmlinux 0x06de8276 vp_modern_config_vector +EXPORT_SYMBOL_GPL vmlinux 0x06f5e981 phy_gbit_all_ports_features +EXPORT_SYMBOL_GPL vmlinux 0x07021ee2 devm_bitmap_alloc +EXPORT_SYMBOL_GPL vmlinux 0x0704f5f4 spi_get_device_id +EXPORT_SYMBOL_GPL vmlinux 0x07060598 dw8250_setup_port +EXPORT_SYMBOL_GPL vmlinux 0x070731da i2c_match_id +EXPORT_SYMBOL_GPL vmlinux 0x070e45b0 crypto_register_ahash +EXPORT_SYMBOL_GPL vmlinux 0x071bd48a blk_mq_start_stopped_hw_queue +EXPORT_SYMBOL_GPL vmlinux 0x071ec5ae uart_console_write +EXPORT_SYMBOL_GPL vmlinux 0x07242d92 put_dax +EXPORT_SYMBOL_GPL vmlinux 0x0733f083 devm_of_phy_get_by_index +EXPORT_SYMBOL_GPL vmlinux 0x073a175c dev_coredumpv +EXPORT_SYMBOL_GPL vmlinux 0x0744e2bd msi_lock_descs +EXPORT_SYMBOL_GPL vmlinux 0x07481155 spi_alloc_device +EXPORT_SYMBOL_GPL vmlinux 0x07483e13 cn_del_callback +EXPORT_SYMBOL_GPL vmlinux 0x074f98db synth_event_add_field +EXPORT_SYMBOL_GPL vmlinux 0x0756a31c register_platform_power_off +EXPORT_SYMBOL_GPL vmlinux 0x0759d1f6 ehci_handshake +EXPORT_SYMBOL_GPL vmlinux 0x075f829c dma_fence_unwrap_next +EXPORT_SYMBOL_GPL vmlinux 0x076356e7 sfp_may_have_phy +EXPORT_SYMBOL_GPL vmlinux 0x077685b4 serial8250_em485_config +EXPORT_SYMBOL_GPL vmlinux 0x0778b303 ata_sff_qc_issue +EXPORT_SYMBOL_GPL vmlinux 0x077cc7d7 is_nvdimm_sync +EXPORT_SYMBOL_GPL vmlinux 0x079773d6 bpf_offload_dev_match +EXPORT_SYMBOL_GPL vmlinux 0x079e8f2c inet_bhash2_reset_saddr +EXPORT_SYMBOL_GPL vmlinux 0x07a3fe28 posix_clock_unregister +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 0x07c1a735 of_hwspin_lock_get_id +EXPORT_SYMBOL_GPL vmlinux 0x07c1ca44 tpm2_get_tpm_pt +EXPORT_SYMBOL_GPL vmlinux 0x07c42399 irq_set_chip_and_handler_name +EXPORT_SYMBOL_GPL vmlinux 0x07e62da5 decrementer_max +EXPORT_SYMBOL_GPL vmlinux 0x080c6849 regmap_might_sleep +EXPORT_SYMBOL_GPL vmlinux 0x080f483a devm_register_power_off_handler +EXPORT_SYMBOL_GPL vmlinux 0x08135613 dax_write_cache +EXPORT_SYMBOL_GPL vmlinux 0x08190db0 scsi_get_vpd_page +EXPORT_SYMBOL_GPL vmlinux 0x0832dd86 device_add_groups +EXPORT_SYMBOL_GPL vmlinux 0x084161cb i2c_dw_adjust_bus_speed +EXPORT_SYMBOL_GPL vmlinux 0x08448c0b fwnode_get_next_child_node +EXPORT_SYMBOL_GPL vmlinux 0x085295c2 debugfs_lookup_and_remove +EXPORT_SYMBOL_GPL vmlinux 0x0856aafc irqchip_fwnode_ops +EXPORT_SYMBOL_GPL vmlinux 0x0858dd7c driver_find +EXPORT_SYMBOL_GPL vmlinux 0x087f5dc5 wm831x_of_match +EXPORT_SYMBOL_GPL vmlinux 0x0882f5da of_get_display_timing +EXPORT_SYMBOL_GPL vmlinux 0x0892b094 tpm_tis_remove +EXPORT_SYMBOL_GPL vmlinux 0x08a0887f wbc_detach_inode +EXPORT_SYMBOL_GPL vmlinux 0x08a88a9f __SCK__tp_func_ata_tf_load +EXPORT_SYMBOL_GPL vmlinux 0x08a9aba1 udp_bpf_update_proto +EXPORT_SYMBOL_GPL vmlinux 0x08c311ce dev_pm_put_subsys_data +EXPORT_SYMBOL_GPL vmlinux 0x08c4aed3 eventfd_fget +EXPORT_SYMBOL_GPL vmlinux 0x08c61932 devl_region_create +EXPORT_SYMBOL_GPL vmlinux 0x08c78cf7 offline_and_remove_memory +EXPORT_SYMBOL_GPL vmlinux 0x08d3a822 dev_pm_qos_hide_latency_limit +EXPORT_SYMBOL_GPL vmlinux 0x08d5c014 pm_generic_thaw_noirq +EXPORT_SYMBOL_GPL vmlinux 0x08dc81e2 sysfs_unmerge_group +EXPORT_SYMBOL_GPL vmlinux 0x08e28020 gpiod_get_direction +EXPORT_SYMBOL_GPL vmlinux 0x08fdc338 fscrypt_ioctl_remove_key_all_users +EXPORT_SYMBOL_GPL vmlinux 0x09058530 enable_kprobe +EXPORT_SYMBOL_GPL vmlinux 0x091c824a machine_power_off +EXPORT_SYMBOL_GPL vmlinux 0x091eb9b4 round_jiffies +EXPORT_SYMBOL_GPL vmlinux 0x093786cf synth_event_add_field_str +EXPORT_SYMBOL_GPL vmlinux 0x0942b07a blk_crypto_register +EXPORT_SYMBOL_GPL vmlinux 0x09467f18 tc3589x_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x0946ac67 serial8250_tx_chars +EXPORT_SYMBOL_GPL vmlinux 0x09527957 pcibios_alloc_controller +EXPORT_SYMBOL_GPL vmlinux 0x095b9593 fuse_do_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x096d6ca2 gpiod_unexport +EXPORT_SYMBOL_GPL vmlinux 0x0970792d devm_nvdimm_memremap +EXPORT_SYMBOL_GPL vmlinux 0x0976822d sfp_get_module_eeprom_by_page +EXPORT_SYMBOL_GPL vmlinux 0x098b5f94 cpci_hp_unregister_controller +EXPORT_SYMBOL_GPL vmlinux 0x098cebae of_property_read_string_helper +EXPORT_SYMBOL_GPL vmlinux 0x0996b27c debugfs_create_devm_seqfile +EXPORT_SYMBOL_GPL vmlinux 0x09a4760e fuse_dev_release +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 0x09c0921c class_for_each_device +EXPORT_SYMBOL_GPL vmlinux 0x09d7c1cd usb_queue_reset_device +EXPORT_SYMBOL_GPL vmlinux 0x09defe05 ip_route_output_key_hash +EXPORT_SYMBOL_GPL vmlinux 0x09eceabf crypto_unregister_ahashes +EXPORT_SYMBOL_GPL vmlinux 0x09f1ac01 invalidate_inode_pages2_range +EXPORT_SYMBOL_GPL vmlinux 0x09fb37c3 crypto_grab_spawn +EXPORT_SYMBOL_GPL vmlinux 0x09ffb94c xhci_run +EXPORT_SYMBOL_GPL vmlinux 0x0a2c9934 kvmppc_check_need_tlb_flush +EXPORT_SYMBOL_GPL vmlinux 0x0a2f7d55 __devm_reset_control_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0x0a41a37c hwrng_unregister +EXPORT_SYMBOL_GPL vmlinux 0x0a463293 __tracepoint_error_report_end +EXPORT_SYMBOL_GPL vmlinux 0x0a46c9a3 iommu_get_domain_for_dev +EXPORT_SYMBOL_GPL vmlinux 0x0a480ffb pm_generic_resume_noirq +EXPORT_SYMBOL_GPL vmlinux 0x0a51ae5b virq_to_hw +EXPORT_SYMBOL_GPL vmlinux 0x0a5b426b sata_port_ops +EXPORT_SYMBOL_GPL vmlinux 0x0a5e0a10 irq_domain_create_hierarchy +EXPORT_SYMBOL_GPL vmlinux 0x0a7ceb30 __tracepoint_non_standard_event +EXPORT_SYMBOL_GPL vmlinux 0x0aaa1dc7 kvmppc_save_user_regs +EXPORT_SYMBOL_GPL vmlinux 0x0aaef5fa __traceiter_pelt_se_tp +EXPORT_SYMBOL_GPL vmlinux 0x0ab316c5 screen_glyph +EXPORT_SYMBOL_GPL vmlinux 0x0abdc439 cc_platform_has +EXPORT_SYMBOL_GPL vmlinux 0x0ac803ab of_modalias_node +EXPORT_SYMBOL_GPL vmlinux 0x0aefcb60 hte_push_ts_ns +EXPORT_SYMBOL_GPL vmlinux 0x0af4798b usb_wait_anchor_empty_timeout +EXPORT_SYMBOL_GPL vmlinux 0x0b07abe2 unshare_fs_struct +EXPORT_SYMBOL_GPL vmlinux 0x0b102e4c vring_transport_features +EXPORT_SYMBOL_GPL vmlinux 0x0b1d3868 devfreq_event_set_event +EXPORT_SYMBOL_GPL vmlinux 0x0b1de17b crypto_mod_put +EXPORT_SYMBOL_GPL vmlinux 0x0b213eca tps65912_regmap_config +EXPORT_SYMBOL_GPL vmlinux 0x0b236a78 tcp_bpf_update_proto +EXPORT_SYMBOL_GPL vmlinux 0x0b2cd010 pm_runtime_force_suspend +EXPORT_SYMBOL_GPL vmlinux 0x0b2db2d5 remove_resource +EXPORT_SYMBOL_GPL vmlinux 0x0b3471ed platform_get_mem_or_io +EXPORT_SYMBOL_GPL vmlinux 0x0b367771 crypto_grab_ahash +EXPORT_SYMBOL_GPL vmlinux 0x0b420a73 thermal_of_cooling_device_register +EXPORT_SYMBOL_GPL vmlinux 0x0b4c8f58 dev_pm_genpd_set_next_wakeup +EXPORT_SYMBOL_GPL vmlinux 0x0b55f492 sb800_prefetch +EXPORT_SYMBOL_GPL vmlinux 0x0b5906f2 pci_ims_alloc_irq +EXPORT_SYMBOL_GPL vmlinux 0x0b60c421 ata_sff_pause +EXPORT_SYMBOL_GPL vmlinux 0x0b69e104 pse_ethtool_get_status +EXPORT_SYMBOL_GPL vmlinux 0x0b7afe48 fuse_conn_destroy +EXPORT_SYMBOL_GPL vmlinux 0x0b7b3423 power_supply_get_property +EXPORT_SYMBOL_GPL vmlinux 0x0b8c8a23 static_key_fast_inc_not_disabled +EXPORT_SYMBOL_GPL vmlinux 0x0ba0917f crypto_register_aead +EXPORT_SYMBOL_GPL vmlinux 0x0bab7047 tcp_register_ulp +EXPORT_SYMBOL_GPL vmlinux 0x0bae8637 mmu_interval_read_begin +EXPORT_SYMBOL_GPL vmlinux 0x0bb003b0 pci_find_host_bridge +EXPORT_SYMBOL_GPL vmlinux 0x0bbdc9b2 remove_memory +EXPORT_SYMBOL_GPL vmlinux 0x0be5fda5 iommu_group_add_device +EXPORT_SYMBOL_GPL vmlinux 0x0be8e6f6 pci_epf_bind +EXPORT_SYMBOL_GPL vmlinux 0x0bf32478 __SCK__tp_func_pelt_rt_tp +EXPORT_SYMBOL_GPL vmlinux 0x0c07b6a2 wbt_enable_default +EXPORT_SYMBOL_GPL vmlinux 0x0c0dd1da rdev_get_dev +EXPORT_SYMBOL_GPL vmlinux 0x0c2c5802 work_busy +EXPORT_SYMBOL_GPL vmlinux 0x0c32ff8a edac_pci_alloc_index +EXPORT_SYMBOL_GPL vmlinux 0x0c331012 srcu_barrier +EXPORT_SYMBOL_GPL vmlinux 0x0c402cac replay_system_reset +EXPORT_SYMBOL_GPL vmlinux 0x0c459330 devm_hwspin_lock_register +EXPORT_SYMBOL_GPL vmlinux 0x0c60d8a7 spi_take_timestamp_pre +EXPORT_SYMBOL_GPL vmlinux 0x0c7ffe5f wm831x_bulk_read +EXPORT_SYMBOL_GPL vmlinux 0x0c805ea3 pkcs7_parse_message +EXPORT_SYMBOL_GPL vmlinux 0x0c88c1c3 pci_vpd_find_id_string +EXPORT_SYMBOL_GPL vmlinux 0x0c89e219 regulator_irq_map_event_simple +EXPORT_SYMBOL_GPL vmlinux 0x0c8d2591 pwm_apply_state +EXPORT_SYMBOL_GPL vmlinux 0x0ca61f60 sbitmap_get_shallow +EXPORT_SYMBOL_GPL vmlinux 0x0cbe3ee2 software_node_unregister +EXPORT_SYMBOL_GPL vmlinux 0x0cc9d36c iommu_group_claim_dma_owner +EXPORT_SYMBOL_GPL vmlinux 0x0ce140d9 fuse_dev_alloc +EXPORT_SYMBOL_GPL vmlinux 0x0ce3ee5a mmu_kernel_ssize +EXPORT_SYMBOL_GPL vmlinux 0x0ce946f7 of_address_to_resource +EXPORT_SYMBOL_GPL vmlinux 0x0cfe3724 inet_ehash_locks_alloc +EXPORT_SYMBOL_GPL vmlinux 0x0d06b359 dev_pm_domain_attach_by_id +EXPORT_SYMBOL_GPL vmlinux 0x0d075d24 dw_pcie_own_conf_map_bus +EXPORT_SYMBOL_GPL vmlinux 0x0d099414 irq_gc_ack_set_bit +EXPORT_SYMBOL_GPL vmlinux 0x0d125ab6 trace_seq_putmem +EXPORT_SYMBOL_GPL vmlinux 0x0d1560e3 bpf_trace_run11 +EXPORT_SYMBOL_GPL vmlinux 0x0d16ee65 kernfs_put +EXPORT_SYMBOL_GPL vmlinux 0x0d23b2ca virtio_require_restricted_mem_acc +EXPORT_SYMBOL_GPL vmlinux 0x0d248094 devm_mbox_controller_register +EXPORT_SYMBOL_GPL vmlinux 0x0d281509 vp_legacy_queue_vector +EXPORT_SYMBOL_GPL vmlinux 0x0d30c7a8 fwnode_create_software_node +EXPORT_SYMBOL_GPL vmlinux 0x0d389db7 list_lru_destroy +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 0x0d5cecc6 ima_measure_critical_data +EXPORT_SYMBOL_GPL vmlinux 0x0d5fb31d dax_remove_host +EXPORT_SYMBOL_GPL vmlinux 0x0d64c72d max8997_bulk_write +EXPORT_SYMBOL_GPL vmlinux 0x0d6a49d4 tcp_memory_per_cpu_fw_alloc +EXPORT_SYMBOL_GPL vmlinux 0x0d7c7fc2 dm_post_suspending +EXPORT_SYMBOL_GPL vmlinux 0x0d7f0a73 nf_hooks_lwtunnel_sysctl_handler +EXPORT_SYMBOL_GPL vmlinux 0x0d88fd8f devres_release +EXPORT_SYMBOL_GPL vmlinux 0x0d9ab03d bpf_trace_run1 +EXPORT_SYMBOL_GPL vmlinux 0x0d9e2bca sk_free_unlock_clone +EXPORT_SYMBOL_GPL vmlinux 0x0db91b46 serial8250_init_port +EXPORT_SYMBOL_GPL vmlinux 0x0db9877c devm_clk_bulk_get_optional +EXPORT_SYMBOL_GPL vmlinux 0x0dba328c synth_event_trace_array +EXPORT_SYMBOL_GPL vmlinux 0x0ddb1cd7 llist_reverse_order +EXPORT_SYMBOL_GPL vmlinux 0x0ddb671d dev_pm_genpd_resume +EXPORT_SYMBOL_GPL vmlinux 0x0de06988 cpu_first_thread_of_core +EXPORT_SYMBOL_GPL vmlinux 0x0dfe58d3 tc3589x_block_read +EXPORT_SYMBOL_GPL vmlinux 0x0e07eaa1 synth_event_trace_end +EXPORT_SYMBOL_GPL vmlinux 0x0e0a168b btree_insert +EXPORT_SYMBOL_GPL vmlinux 0x0e0b1ab3 platform_irqchip_probe +EXPORT_SYMBOL_GPL vmlinux 0x0e0c6a7d crypto_dh_encode_key +EXPORT_SYMBOL_GPL vmlinux 0x0e23055f regmap_parse_val +EXPORT_SYMBOL_GPL vmlinux 0x0e25f6dd devm_pinctrl_unregister +EXPORT_SYMBOL_GPL vmlinux 0x0e28c417 mas_store_prealloc +EXPORT_SYMBOL_GPL vmlinux 0x0e47d1ec wakeup_source_register +EXPORT_SYMBOL_GPL vmlinux 0x0e4863c3 bio_start_io_acct +EXPORT_SYMBOL_GPL vmlinux 0x0e516676 regulator_get_voltage_sel_pickable_regmap +EXPORT_SYMBOL_GPL vmlinux 0x0e521b82 btree_update +EXPORT_SYMBOL_GPL vmlinux 0x0e5cc9d7 xdp_unreg_mem_model +EXPORT_SYMBOL_GPL vmlinux 0x0e6b79af static_key_disable_cpuslocked +EXPORT_SYMBOL_GPL vmlinux 0x0e72d1bd skb_segment_list +EXPORT_SYMBOL_GPL vmlinux 0x0e892dcb devm_free_percpu +EXPORT_SYMBOL_GPL vmlinux 0x0e9ee9c4 sock_map_unhash +EXPORT_SYMBOL_GPL vmlinux 0x0e9f9c50 __traceiter_fib6_table_lookup +EXPORT_SYMBOL_GPL vmlinux 0x0ea2a72b usb_scuttle_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0x0eaa3d6b gpiod_set_raw_value +EXPORT_SYMBOL_GPL vmlinux 0x0eaf525d device_remove_bin_file +EXPORT_SYMBOL_GPL vmlinux 0x0eb19dce __clk_get_hw +EXPORT_SYMBOL_GPL vmlinux 0x0ebb03a4 devlink_trap_groups_unregister +EXPORT_SYMBOL_GPL vmlinux 0x0ecfea88 btf_type_by_id +EXPORT_SYMBOL_GPL vmlinux 0x0ed32065 __hwspin_trylock +EXPORT_SYMBOL_GPL vmlinux 0x0ed39c2b handle_fasteoi_irq +EXPORT_SYMBOL_GPL vmlinux 0x0ee37e19 mbox_chan_received_data +EXPORT_SYMBOL_GPL vmlinux 0x0ee8e400 kvmppc_h_set_xdabr +EXPORT_SYMBOL_GPL vmlinux 0x0eeb72c3 driver_remove_file +EXPORT_SYMBOL_GPL vmlinux 0x0eec3af7 regulator_set_ramp_delay_regmap +EXPORT_SYMBOL_GPL vmlinux 0x0ef2b1a6 devm_create_dev_dax +EXPORT_SYMBOL_GPL vmlinux 0x0efc17ec serial8250_modem_status +EXPORT_SYMBOL_GPL vmlinux 0x0f097e24 __wait_rcu_gp +EXPORT_SYMBOL_GPL vmlinux 0x0f0bb1ee bio_end_io_acct_remapped +EXPORT_SYMBOL_GPL vmlinux 0x0f11f0bf dw_pcie_upconfig_setup +EXPORT_SYMBOL_GPL vmlinux 0x0f180070 ring_buffer_free_read_page +EXPORT_SYMBOL_GPL vmlinux 0x0f39f035 pinctrl_generic_get_group +EXPORT_SYMBOL_GPL vmlinux 0x0f3ea019 kset_find_obj +EXPORT_SYMBOL_GPL vmlinux 0x0f4c78c8 pwm_request +EXPORT_SYMBOL_GPL vmlinux 0x0f583307 balloon_page_dequeue +EXPORT_SYMBOL_GPL vmlinux 0x0f5b804c of_platform_default_populate +EXPORT_SYMBOL_GPL vmlinux 0x0f6e2294 mt_next +EXPORT_SYMBOL_GPL vmlinux 0x0f822ae8 devm_regulator_get_optional +EXPORT_SYMBOL_GPL vmlinux 0x0f902357 adp5520_clr_bits +EXPORT_SYMBOL_GPL vmlinux 0x0f961789 alloc_memory_type +EXPORT_SYMBOL_GPL vmlinux 0x0f99ecca __suspend_report_result +EXPORT_SYMBOL_GPL vmlinux 0x0f9b2038 usb_kill_urb +EXPORT_SYMBOL_GPL vmlinux 0x0f9ebfc7 crypto_wait_for_test +EXPORT_SYMBOL_GPL vmlinux 0x0faa2c9a __tracepoint_ata_bmdma_setup +EXPORT_SYMBOL_GPL vmlinux 0x0fbb7344 memremap_compat_align +EXPORT_SYMBOL_GPL vmlinux 0x0fc966e4 usb_role_switch_register +EXPORT_SYMBOL_GPL vmlinux 0x0fcb32b6 pinctrl_find_gpio_range_from_pin +EXPORT_SYMBOL_GPL vmlinux 0x0fd4610e kmem_dump_obj +EXPORT_SYMBOL_GPL vmlinux 0x0feee5d9 ata_scsi_port_error_handler +EXPORT_SYMBOL_GPL vmlinux 0x0feef0d1 gpiochip_add_pingroup_range +EXPORT_SYMBOL_GPL vmlinux 0x0ff2d0c9 uart_handle_cts_change +EXPORT_SYMBOL_GPL vmlinux 0x10138352 tracing_on +EXPORT_SYMBOL_GPL vmlinux 0x102d86be md_run +EXPORT_SYMBOL_GPL vmlinux 0x103b3e84 dev_pm_opp_free_cpufreq_table +EXPORT_SYMBOL_GPL vmlinux 0x1050f25e irq_domain_free_fwnode +EXPORT_SYMBOL_GPL vmlinux 0x10541e19 regulator_unregister_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0x10627d5f crypto_register_aeads +EXPORT_SYMBOL_GPL vmlinux 0x106f8f3f __traceiter_sched_util_est_cfs_tp +EXPORT_SYMBOL_GPL vmlinux 0x107454e3 usb_choose_configuration +EXPORT_SYMBOL_GPL vmlinux 0x107ba32e devres_release_group +EXPORT_SYMBOL_GPL vmlinux 0x108a0acd bstr_printf +EXPORT_SYMBOL_GPL vmlinux 0x108ca4b2 dev_pm_opp_remove_all_dynamic +EXPORT_SYMBOL_GPL vmlinux 0x10b77a09 kvmppc_p9_enter_guest +EXPORT_SYMBOL_GPL vmlinux 0x10b89330 crypto_has_shash +EXPORT_SYMBOL_GPL vmlinux 0x10bd9ecc netdev_rx_handler_unregister +EXPORT_SYMBOL_GPL vmlinux 0x10bf66ec ata_host_detach +EXPORT_SYMBOL_GPL vmlinux 0x10c28096 stmpe811_adc_common_init +EXPORT_SYMBOL_GPL vmlinux 0x10d9f317 stack_depot_init +EXPORT_SYMBOL_GPL vmlinux 0x10dddbce phy_led_triggers_unregister +EXPORT_SYMBOL_GPL vmlinux 0x10e19c9c vfs_fallocate +EXPORT_SYMBOL_GPL vmlinux 0x10ecc52c usb_amd_quirk_pll_enable +EXPORT_SYMBOL_GPL vmlinux 0x10fe219a __wake_up_locked_key_bookmark +EXPORT_SYMBOL_GPL vmlinux 0x11001457 ata_sff_check_status +EXPORT_SYMBOL_GPL vmlinux 0x1107bae4 srcu_notifier_chain_unregister +EXPORT_SYMBOL_GPL vmlinux 0x1114011d threads_shift +EXPORT_SYMBOL_GPL vmlinux 0x1117e509 cpufreq_cpu_get +EXPORT_SYMBOL_GPL vmlinux 0x111e6dfc pnv_get_supported_cpuidle_states +EXPORT_SYMBOL_GPL vmlinux 0x1134d7f9 clk_gate_restore_context +EXPORT_SYMBOL_GPL vmlinux 0x1141e784 __rio_local_write_config_32 +EXPORT_SYMBOL_GPL vmlinux 0x11638a69 xive_native_alloc_vp_block +EXPORT_SYMBOL_GPL vmlinux 0x1167aaba ata_pci_device_do_suspend +EXPORT_SYMBOL_GPL vmlinux 0x1182cfdc fat_truncate_time +EXPORT_SYMBOL_GPL vmlinux 0x11858c48 __pm_runtime_disable +EXPORT_SYMBOL_GPL vmlinux 0x118876ca __phy_modify_mmd +EXPORT_SYMBOL_GPL vmlinux 0x118b539e blkg_rwstat_init +EXPORT_SYMBOL_GPL vmlinux 0x118ee7a6 set_thread_tidr +EXPORT_SYMBOL_GPL vmlinux 0x11a102bf usb_role_switch_find_by_fwnode +EXPORT_SYMBOL_GPL vmlinux 0x11a390f2 fib_rules_register +EXPORT_SYMBOL_GPL vmlinux 0x11b13fc6 crypto_alloc_kpp +EXPORT_SYMBOL_GPL vmlinux 0x11d88d68 of_property_count_elems_of_size +EXPORT_SYMBOL_GPL vmlinux 0x11df0e75 devlink_fmsg_binary_pair_nest_start +EXPORT_SYMBOL_GPL vmlinux 0x11e880b5 transport_destroy_device +EXPORT_SYMBOL_GPL vmlinux 0x11ef6e11 pci_p2pmem_find_many +EXPORT_SYMBOL_GPL vmlinux 0x11f474f3 ipv4_sk_redirect +EXPORT_SYMBOL_GPL vmlinux 0x11fb2958 ata_bmdma_qc_issue +EXPORT_SYMBOL_GPL vmlinux 0x12039e32 devl_rate_leaf_destroy +EXPORT_SYMBOL_GPL vmlinux 0x121d958a unregister_die_notifier +EXPORT_SYMBOL_GPL vmlinux 0x121e2057 of_thermal_get_ntrips +EXPORT_SYMBOL_GPL vmlinux 0x122ce299 sbitmap_init_node +EXPORT_SYMBOL_GPL vmlinux 0x122e928e devm_clk_get_optional_prepared +EXPORT_SYMBOL_GPL vmlinux 0x1234e483 get_cpu_iowait_time_us +EXPORT_SYMBOL_GPL vmlinux 0x12537dae __tracepoint_napi_poll +EXPORT_SYMBOL_GPL vmlinux 0x125475af tpm2_flush_context +EXPORT_SYMBOL_GPL vmlinux 0x126d7721 spi_finalize_current_message +EXPORT_SYMBOL_GPL vmlinux 0x12749734 led_compose_name +EXPORT_SYMBOL_GPL vmlinux 0x12820cf5 switch_pmu_to_host +EXPORT_SYMBOL_GPL vmlinux 0x128a7397 clkdev_hw_create +EXPORT_SYMBOL_GPL vmlinux 0x129a29ab copro_flush_all_slbs +EXPORT_SYMBOL_GPL vmlinux 0x129af870 ata_sff_error_handler +EXPORT_SYMBOL_GPL vmlinux 0x129ccb31 lp8788_update_bits +EXPORT_SYMBOL_GPL vmlinux 0x12a52634 usb_add_hcd +EXPORT_SYMBOL_GPL vmlinux 0x12c55f1f mdiobus_modify +EXPORT_SYMBOL_GPL vmlinux 0x12c5a557 perf_trace_run_bpf_submit +EXPORT_SYMBOL_GPL vmlinux 0x12d36f71 attribute_container_classdev_to_container +EXPORT_SYMBOL_GPL vmlinux 0x12d37798 phy_put +EXPORT_SYMBOL_GPL vmlinux 0x12d79ce0 gpiod_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x12e92858 cdrom_multisession +EXPORT_SYMBOL_GPL vmlinux 0x12ee1173 memory_group_unregister +EXPORT_SYMBOL_GPL vmlinux 0x12fd739a bpf_sk_storage_diag_put +EXPORT_SYMBOL_GPL vmlinux 0x130a1d0f devlink_params_register +EXPORT_SYMBOL_GPL vmlinux 0x13173f81 nvdimm_region_notify +EXPORT_SYMBOL_GPL vmlinux 0x131a5ed7 regmap_del_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0x131db64a system_long_wq +EXPORT_SYMBOL_GPL vmlinux 0x133729da hwspin_lock_register +EXPORT_SYMBOL_GPL vmlinux 0x133969d7 __trace_printk +EXPORT_SYMBOL_GPL vmlinux 0x134f76bd rio_local_get_device_id +EXPORT_SYMBOL_GPL vmlinux 0x1356487f vas_register_api_pseries +EXPORT_SYMBOL_GPL vmlinux 0x136209db power_supply_reg_notifier +EXPORT_SYMBOL_GPL vmlinux 0x13640660 get_cached_msi_msg +EXPORT_SYMBOL_GPL vmlinux 0x1368ecc9 crypto_skcipher_decrypt +EXPORT_SYMBOL_GPL vmlinux 0x13722c17 relay_flush +EXPORT_SYMBOL_GPL vmlinux 0x1376982c __wake_up_locked_key +EXPORT_SYMBOL_GPL vmlinux 0x137e955c iommu_tce_table_put +EXPORT_SYMBOL_GPL vmlinux 0x1386bf28 component_compare_of +EXPORT_SYMBOL_GPL vmlinux 0x138e0957 dax_write_cache_enabled +EXPORT_SYMBOL_GPL vmlinux 0x13935b2e add_wait_queue_priority +EXPORT_SYMBOL_GPL vmlinux 0x13aa74d4 driver_set_override +EXPORT_SYMBOL_GPL vmlinux 0x13b0325e i2c_handle_smbus_host_notify +EXPORT_SYMBOL_GPL vmlinux 0x13b31678 mctrl_gpio_free +EXPORT_SYMBOL_GPL vmlinux 0x13b59deb icc_get_name +EXPORT_SYMBOL_GPL vmlinux 0x13befdfe pci_has_p2pmem +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 0x13eefb3c mmc_crypto_setup_queue +EXPORT_SYMBOL_GPL vmlinux 0x13f523e1 vfs_getxattr +EXPORT_SYMBOL_GPL vmlinux 0x13f84ac0 tcp_slow_start +EXPORT_SYMBOL_GPL vmlinux 0x13fab921 cpuidle_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0x140217dc regulator_set_soft_start_regmap +EXPORT_SYMBOL_GPL vmlinux 0x1403ad09 cpufreq_add_update_util_hook +EXPORT_SYMBOL_GPL vmlinux 0x14169395 pm_genpd_init +EXPORT_SYMBOL_GPL vmlinux 0x141c06ca blk_mq_quiesce_queue_nowait +EXPORT_SYMBOL_GPL vmlinux 0x141f38bf ktime_get_raw_fast_ns +EXPORT_SYMBOL_GPL vmlinux 0x143c1e66 of_led_get +EXPORT_SYMBOL_GPL vmlinux 0x14451dd0 crypto_stats_compress +EXPORT_SYMBOL_GPL vmlinux 0x1450de0d of_get_regulator_init_data +EXPORT_SYMBOL_GPL vmlinux 0x1453597a securityfs_create_dir +EXPORT_SYMBOL_GPL vmlinux 0x1456e260 pm_clk_init +EXPORT_SYMBOL_GPL vmlinux 0x146cc88f bpf_master_redirect_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0x14770373 of_pci_find_child_device +EXPORT_SYMBOL_GPL vmlinux 0x1482cbb5 inet_csk_listen_stop +EXPORT_SYMBOL_GPL vmlinux 0x1485e8d3 lwtunnel_output +EXPORT_SYMBOL_GPL vmlinux 0x1488f463 sysfs_create_link_nowarn +EXPORT_SYMBOL_GPL vmlinux 0x14a9fc4d dst_blackhole_redirect +EXPORT_SYMBOL_GPL vmlinux 0x14abaa7b wakeup_source_create +EXPORT_SYMBOL_GPL vmlinux 0x14c46cce thermal_cooling_device_register +EXPORT_SYMBOL_GPL vmlinux 0x14eb8d69 ipv6_stub +EXPORT_SYMBOL_GPL vmlinux 0x14ec2571 ncsi_stop_dev +EXPORT_SYMBOL_GPL vmlinux 0x1510e25e devm_kstrdup +EXPORT_SYMBOL_GPL vmlinux 0x1512b710 crypto_stats_kpp_set_secret +EXPORT_SYMBOL_GPL vmlinux 0x151fd58a static_dev_dax +EXPORT_SYMBOL_GPL vmlinux 0x1521a40a xdp_rxq_info_reg_mem_model +EXPORT_SYMBOL_GPL vmlinux 0x1524e416 srcu_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x153771fc gpiod_set_raw_array_value +EXPORT_SYMBOL_GPL vmlinux 0x1537c7f2 opal_ipmi_recv +EXPORT_SYMBOL_GPL vmlinux 0x1538156b dev_pm_domain_set +EXPORT_SYMBOL_GPL vmlinux 0x153b60a6 klist_del +EXPORT_SYMBOL_GPL vmlinux 0x154de5a4 scsi_build_sense +EXPORT_SYMBOL_GPL vmlinux 0x15510a89 devlink_fmsg_binary_put +EXPORT_SYMBOL_GPL vmlinux 0x155abbec ata_pci_shutdown_one +EXPORT_SYMBOL_GPL vmlinux 0x155e5406 ata_port_abort +EXPORT_SYMBOL_GPL vmlinux 0x1562339f iommu_flush_tce +EXPORT_SYMBOL_GPL vmlinux 0x1585c900 gpiod_to_irq +EXPORT_SYMBOL_GPL vmlinux 0x15886f48 hte_disable_ts +EXPORT_SYMBOL_GPL vmlinux 0x158953c4 balloon_page_enqueue +EXPORT_SYMBOL_GPL vmlinux 0x159c8c22 bpf_redirect_info +EXPORT_SYMBOL_GPL vmlinux 0x159d5a81 devlink_resource_occ_get_register +EXPORT_SYMBOL_GPL vmlinux 0x15a327b0 __ndisc_fill_addr_option +EXPORT_SYMBOL_GPL vmlinux 0x15ade1cc filter_irq_stacks +EXPORT_SYMBOL_GPL vmlinux 0x15bd7435 psi_memstall_leave +EXPORT_SYMBOL_GPL vmlinux 0x15c21e5e nl_table_lock +EXPORT_SYMBOL_GPL vmlinux 0x15c60a71 __tracepoint_pelt_dl_tp +EXPORT_SYMBOL_GPL vmlinux 0x15e7d3f1 scsi_internal_device_block_nowait +EXPORT_SYMBOL_GPL vmlinux 0x15ea2648 hwpoison_filter_flags_mask +EXPORT_SYMBOL_GPL vmlinux 0x1619e8aa reset_control_get_count +EXPORT_SYMBOL_GPL vmlinux 0x161e51ac tty_ldisc_ref +EXPORT_SYMBOL_GPL vmlinux 0x162705ff trace_event_ignore_this_pid +EXPORT_SYMBOL_GPL vmlinux 0x162846f4 __auxiliary_device_add +EXPORT_SYMBOL_GPL vmlinux 0x162b875a usb_add_phy_dev +EXPORT_SYMBOL_GPL vmlinux 0x16369a27 xive_native_sync_queue +EXPORT_SYMBOL_GPL vmlinux 0x163a995f blk_rq_is_poll +EXPORT_SYMBOL_GPL vmlinux 0x163d97a4 eeh_dev_check_failure +EXPORT_SYMBOL_GPL vmlinux 0x163e8970 bus_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0x16402f27 dev_attr_unload_heads +EXPORT_SYMBOL_GPL vmlinux 0x16422a6e xdp_reg_mem_model +EXPORT_SYMBOL_GPL vmlinux 0x1644ada7 governor_sysfs_ops +EXPORT_SYMBOL_GPL vmlinux 0x164cbeb6 pcibios_claim_one_bus +EXPORT_SYMBOL_GPL vmlinux 0x165d08b2 mddev_init +EXPORT_SYMBOL_GPL vmlinux 0x165df0dc skb_complete_tx_timestamp +EXPORT_SYMBOL_GPL vmlinux 0x166dd639 icc_sync_state +EXPORT_SYMBOL_GPL vmlinux 0x167988ff io_cgrp_subsys +EXPORT_SYMBOL_GPL vmlinux 0x1687ec20 tty_get_frame_size +EXPORT_SYMBOL_GPL vmlinux 0x168e29cb wait_for_stable_page +EXPORT_SYMBOL_GPL vmlinux 0x1690b503 usb_role_switch_get_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x16928b6c icc_put +EXPORT_SYMBOL_GPL vmlinux 0x169b1499 ata_qc_get_active +EXPORT_SYMBOL_GPL vmlinux 0x16bb971e usb_hcd_unmap_urb_for_dma +EXPORT_SYMBOL_GPL vmlinux 0x16c1fae0 rtnl_link_unregister +EXPORT_SYMBOL_GPL vmlinux 0x16c5ec08 alarm_expires_remaining +EXPORT_SYMBOL_GPL vmlinux 0x16d2286a vga_default_device +EXPORT_SYMBOL_GPL vmlinux 0x16d2855d __wake_up_locked +EXPORT_SYMBOL_GPL vmlinux 0x16da1f88 devlink_fmsg_u32_put +EXPORT_SYMBOL_GPL vmlinux 0x16dfbf36 add_interrupt_randomness +EXPORT_SYMBOL_GPL vmlinux 0x16ed1256 spi_split_transfers_maxsize +EXPORT_SYMBOL_GPL vmlinux 0x16ed1323 dma_resv_test_signaled +EXPORT_SYMBOL_GPL vmlinux 0x16fa2e60 ata_bmdma_qc_prep +EXPORT_SYMBOL_GPL vmlinux 0x170cc36c put_timespec64 +EXPORT_SYMBOL_GPL vmlinux 0x171874b2 blocking_notifier_call_chain_robust +EXPORT_SYMBOL_GPL vmlinux 0x172c0b05 pm_clk_add_notifier +EXPORT_SYMBOL_GPL vmlinux 0x173e8275 lwtunnel_encap_del_ops +EXPORT_SYMBOL_GPL vmlinux 0x1747269d flush_altivec_to_thread +EXPORT_SYMBOL_GPL vmlinux 0x174bf9dd __pci_reset_function_locked +EXPORT_SYMBOL_GPL vmlinux 0x174c6274 ring_buffer_time_stamp +EXPORT_SYMBOL_GPL vmlinux 0x174eedd0 device_add_software_node +EXPORT_SYMBOL_GPL vmlinux 0x17528d89 idr_alloc +EXPORT_SYMBOL_GPL vmlinux 0x17547f3d devm_phy_get +EXPORT_SYMBOL_GPL vmlinux 0x1757c387 pwmchip_add +EXPORT_SYMBOL_GPL vmlinux 0x17596fbe of_get_phy_mode +EXPORT_SYMBOL_GPL vmlinux 0x176031a7 devlink_fmsg_string_put +EXPORT_SYMBOL_GPL vmlinux 0x17647364 bpf_prog_add +EXPORT_SYMBOL_GPL vmlinux 0x1766e391 fat_setattr +EXPORT_SYMBOL_GPL vmlinux 0x1773cc9a wwan_create_port +EXPORT_SYMBOL_GPL vmlinux 0x177c338d twl_get_version +EXPORT_SYMBOL_GPL vmlinux 0x17816bbb regmap_field_bulk_alloc +EXPORT_SYMBOL_GPL vmlinux 0x178f245e __kthread_should_park +EXPORT_SYMBOL_GPL vmlinux 0x179347de bpf_prog_inc_not_zero +EXPORT_SYMBOL_GPL vmlinux 0x17a5320c devm_serdev_device_open +EXPORT_SYMBOL_GPL vmlinux 0x17a6517d usb_get_intf +EXPORT_SYMBOL_GPL vmlinux 0x17a6bff5 pci_iov_get_pf_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x17bcc3e5 pci_disable_ats +EXPORT_SYMBOL_GPL vmlinux 0x17c2cbfc hash__alloc_context_id +EXPORT_SYMBOL_GPL vmlinux 0x17d0d700 bd_prepare_to_claim +EXPORT_SYMBOL_GPL vmlinux 0x17e771ab gpiod_direction_output_raw +EXPORT_SYMBOL_GPL vmlinux 0x17ebd1bf trace_array_set_clr_event +EXPORT_SYMBOL_GPL vmlinux 0x17ec46f2 tcp_unregister_congestion_control +EXPORT_SYMBOL_GPL vmlinux 0x17ef85e9 irq_domain_get_irq_data +EXPORT_SYMBOL_GPL vmlinux 0x17fcb161 vp_modern_get_driver_features +EXPORT_SYMBOL_GPL vmlinux 0x18008c59 ring_buffer_resize +EXPORT_SYMBOL_GPL vmlinux 0x18049391 __blk_trace_note_message +EXPORT_SYMBOL_GPL vmlinux 0x1807bc17 mpc8xxx_spi_rx_buf_u32 +EXPORT_SYMBOL_GPL vmlinux 0x180b81a3 regulator_allow_bypass +EXPORT_SYMBOL_GPL vmlinux 0x1821f91b rdev_get_id +EXPORT_SYMBOL_GPL vmlinux 0x18257da0 __traceiter_br_fdb_external_learn_add +EXPORT_SYMBOL_GPL vmlinux 0x1829a277 dm_report_zones +EXPORT_SYMBOL_GPL vmlinux 0x182b91f9 list_lru_del +EXPORT_SYMBOL_GPL vmlinux 0x182e2f09 cn_netlink_send_mult +EXPORT_SYMBOL_GPL vmlinux 0x182e6d0e irq_remove_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0x18343a15 set_capacity_and_notify +EXPORT_SYMBOL_GPL vmlinux 0x1835de99 palmas_ext_control_req_config +EXPORT_SYMBOL_GPL vmlinux 0x183e402e fib_info_nh_uses_dev +EXPORT_SYMBOL_GPL vmlinux 0x18428692 __cookie_v6_init_sequence +EXPORT_SYMBOL_GPL vmlinux 0x18433dca spi_bus_unlock +EXPORT_SYMBOL_GPL vmlinux 0x1843e540 cpu_bit_bitmap +EXPORT_SYMBOL_GPL vmlinux 0x1846998b sata_pmp_port_ops +EXPORT_SYMBOL_GPL vmlinux 0x1849246e rio_mport_get_physefb +EXPORT_SYMBOL_GPL vmlinux 0x1859e37e srp_attach_transport +EXPORT_SYMBOL_GPL vmlinux 0x18654dea trace_seq_bitmask +EXPORT_SYMBOL_GPL vmlinux 0x1875fd6b hwspin_lock_unregister +EXPORT_SYMBOL_GPL vmlinux 0x188446f3 aead_register_instance +EXPORT_SYMBOL_GPL vmlinux 0x1892f501 folio_wait_stable +EXPORT_SYMBOL_GPL vmlinux 0x1898ae23 mpc8xxx_spi_rx_buf_u8 +EXPORT_SYMBOL_GPL vmlinux 0x189a5332 usb_find_interface +EXPORT_SYMBOL_GPL vmlinux 0x18b5779f dev_pm_domain_attach_by_name +EXPORT_SYMBOL_GPL vmlinux 0x18e4f8aa swphy_read_reg +EXPORT_SYMBOL_GPL vmlinux 0x18e654ea fwnode_get_parent +EXPORT_SYMBOL_GPL vmlinux 0x18edb9d7 inet_pernet_hashinfo_alloc +EXPORT_SYMBOL_GPL vmlinux 0x18f185f3 led_trigger_read +EXPORT_SYMBOL_GPL vmlinux 0x18fb2caf cpus_read_unlock +EXPORT_SYMBOL_GPL vmlinux 0x1902178a srp_tmo_valid +EXPORT_SYMBOL_GPL vmlinux 0x1904ce4b eeh_pe_set_option +EXPORT_SYMBOL_GPL vmlinux 0x190bcef3 perf_event_period +EXPORT_SYMBOL_GPL vmlinux 0x1912c89c ata_sas_queuecmd +EXPORT_SYMBOL_GPL vmlinux 0x1914c5c8 nvdimm_delete +EXPORT_SYMBOL_GPL vmlinux 0x1917d710 sbitmap_queue_show +EXPORT_SYMBOL_GPL vmlinux 0x1934b451 register_btf_fmodret_id_set +EXPORT_SYMBOL_GPL vmlinux 0x193ceb05 pci_find_dvsec_capability +EXPORT_SYMBOL_GPL vmlinux 0x193dfdf6 klp_get_prev_state +EXPORT_SYMBOL_GPL vmlinux 0x1957acd6 netdev_set_default_ethtool_ops +EXPORT_SYMBOL_GPL vmlinux 0x196086f9 device_get_dma_attr +EXPORT_SYMBOL_GPL vmlinux 0x196f0c8b badrange_init +EXPORT_SYMBOL_GPL vmlinux 0x197c282a usb_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x19821689 __tracepoint_fdb_delete +EXPORT_SYMBOL_GPL vmlinux 0x19879bf8 pinconf_generic_dump_config +EXPORT_SYMBOL_GPL vmlinux 0x19a304ba usb_disabled +EXPORT_SYMBOL_GPL vmlinux 0x19c1f892 blk_crypto_has_capabilities +EXPORT_SYMBOL_GPL vmlinux 0x19c20269 soc_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x19c3c35b of_dma_controller_free +EXPORT_SYMBOL_GPL vmlinux 0x19c42957 blk_op_str +EXPORT_SYMBOL_GPL vmlinux 0x19d25884 __clk_mux_determine_rate +EXPORT_SYMBOL_GPL vmlinux 0x19d93f6d __irq_apply_affinity_hint +EXPORT_SYMBOL_GPL vmlinux 0x19dab35b ftrace_set_filter_ips +EXPORT_SYMBOL_GPL vmlinux 0x19e81304 btree_alloc +EXPORT_SYMBOL_GPL vmlinux 0x19f33626 nf_ctnetlink_has_listener +EXPORT_SYMBOL_GPL vmlinux 0x19f8909d dev_attr_em_message_type +EXPORT_SYMBOL_GPL vmlinux 0x1a002550 of_dma_is_coherent +EXPORT_SYMBOL_GPL vmlinux 0x1a0a0f70 fuse_mount_remove +EXPORT_SYMBOL_GPL vmlinux 0x1a0eff98 crypto_hash_alg_has_setkey +EXPORT_SYMBOL_GPL vmlinux 0x1a10c32b crypto_ft_tab +EXPORT_SYMBOL_GPL vmlinux 0x1a146ec3 usb_ep_type_string +EXPORT_SYMBOL_GPL vmlinux 0x1a2058e1 ata_sff_dev_classify +EXPORT_SYMBOL_GPL vmlinux 0x1a2235f0 skcipher_register_instance +EXPORT_SYMBOL_GPL vmlinux 0x1a2550ec irq_domain_create_sim +EXPORT_SYMBOL_GPL vmlinux 0x1a2b567e devm_pm_opp_of_add_table_indexed +EXPORT_SYMBOL_GPL vmlinux 0x1a54ce8d device_create_file +EXPORT_SYMBOL_GPL vmlinux 0x1a6877bc rio_add_device +EXPORT_SYMBOL_GPL vmlinux 0x1a6bf28f fsnotify_get_cookie +EXPORT_SYMBOL_GPL vmlinux 0x1a78c104 ata_bmdma_irq_clear +EXPORT_SYMBOL_GPL vmlinux 0x1a82368d ZSTD_customCalloc +EXPORT_SYMBOL_GPL vmlinux 0x1a876574 __tracepoint_attach_device_to_domain +EXPORT_SYMBOL_GPL vmlinux 0x1a9a1f4d __traceiter_pelt_cfs_tp +EXPORT_SYMBOL_GPL vmlinux 0x1a9a70ef fsnotify_find_mark +EXPORT_SYMBOL_GPL vmlinux 0x1a9c20b1 xive_cleanup_irq_data +EXPORT_SYMBOL_GPL vmlinux 0x1aa263e7 edac_mc_add_mc_with_groups +EXPORT_SYMBOL_GPL vmlinux 0x1aaab8fe regulator_get_linear_step +EXPORT_SYMBOL_GPL vmlinux 0x1ac720f7 lwtunnel_input +EXPORT_SYMBOL_GPL vmlinux 0x1acccaf9 of_genpd_remove_subdomain +EXPORT_SYMBOL_GPL vmlinux 0x1acd18c8 cpuset_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0x1ad4ce34 blk_mq_sched_mark_restart_hctx +EXPORT_SYMBOL_GPL vmlinux 0x1af267f8 int_pow +EXPORT_SYMBOL_GPL vmlinux 0x1b0602c1 cond_synchronize_rcu_full +EXPORT_SYMBOL_GPL vmlinux 0x1b118c05 regmap_get_max_register +EXPORT_SYMBOL_GPL vmlinux 0x1b1a7125 ip6_route_output_flags +EXPORT_SYMBOL_GPL vmlinux 0x1b1c5f47 of_get_fb_videomode +EXPORT_SYMBOL_GPL vmlinux 0x1b265afe perf_get_aux +EXPORT_SYMBOL_GPL vmlinux 0x1b3171da __traceiter_neigh_update_done +EXPORT_SYMBOL_GPL vmlinux 0x1b320af7 pnv_pci_get_presence_state +EXPORT_SYMBOL_GPL vmlinux 0x1b3d6934 trace_seq_path +EXPORT_SYMBOL_GPL vmlinux 0x1b3ecb07 device_remove_file_self +EXPORT_SYMBOL_GPL vmlinux 0x1b409166 mddev_unlock +EXPORT_SYMBOL_GPL vmlinux 0x1b49a0b0 ohci_setup +EXPORT_SYMBOL_GPL vmlinux 0x1b4c8502 pm_clk_destroy +EXPORT_SYMBOL_GPL vmlinux 0x1b4d222f clk_divider_ops +EXPORT_SYMBOL_GPL vmlinux 0x1b64dd02 cpuidle_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x1b71e83d irq_domain_reset_irq_data +EXPORT_SYMBOL_GPL vmlinux 0x1b875dec regulator_set_voltage_sel_regmap +EXPORT_SYMBOL_GPL vmlinux 0x1b8822d8 pinctrl_gpio_direction_output +EXPORT_SYMBOL_GPL vmlinux 0x1b92e41d inet_putpeer +EXPORT_SYMBOL_GPL vmlinux 0x1b9664d1 __destroy_context +EXPORT_SYMBOL_GPL vmlinux 0x1b99d6b5 user_describe +EXPORT_SYMBOL_GPL vmlinux 0x1ba7a11e regmap_raw_write +EXPORT_SYMBOL_GPL vmlinux 0x1bacf7de pci_platform_power_transition +EXPORT_SYMBOL_GPL vmlinux 0x1bc5eebe pinctrl_gpio_direction_input +EXPORT_SYMBOL_GPL vmlinux 0x1bca20e2 sk_msg_free_nocharge +EXPORT_SYMBOL_GPL vmlinux 0x1bd91ebf fwnode_device_is_available +EXPORT_SYMBOL_GPL vmlinux 0x1c16795e pci_create_ims_domain +EXPORT_SYMBOL_GPL vmlinux 0x1c192ba5 switchdev_handle_port_attr_set +EXPORT_SYMBOL_GPL vmlinux 0x1c1cddf9 input_device_enabled +EXPORT_SYMBOL_GPL vmlinux 0x1c1e0741 pcie_flr +EXPORT_SYMBOL_GPL vmlinux 0x1c21e623 devl_dpipe_headers_unregister +EXPORT_SYMBOL_GPL vmlinux 0x1c25a5c8 pci_iomap_wc +EXPORT_SYMBOL_GPL vmlinux 0x1c25f066 register_virtio_driver +EXPORT_SYMBOL_GPL vmlinux 0x1c2c526b serdev_device_wait_until_sent +EXPORT_SYMBOL_GPL vmlinux 0x1c3a6aea bio_add_zone_append_page +EXPORT_SYMBOL_GPL vmlinux 0x1c5541bd cpufreq_boost_enabled +EXPORT_SYMBOL_GPL vmlinux 0x1c59077e kstrdup_quotable_cmdline +EXPORT_SYMBOL_GPL vmlinux 0x1c5b1f28 irq_free_descs +EXPORT_SYMBOL_GPL vmlinux 0x1c5d22b7 usb_hcd_is_primary_hcd +EXPORT_SYMBOL_GPL vmlinux 0x1c5defa9 sdio_writew +EXPORT_SYMBOL_GPL vmlinux 0x1c5ff742 clk_get_phase +EXPORT_SYMBOL_GPL vmlinux 0x1c62e34d opal_get_sensor_data +EXPORT_SYMBOL_GPL vmlinux 0x1c69e41b class_destroy +EXPORT_SYMBOL_GPL vmlinux 0x1c7169dc ZSTD_customFree +EXPORT_SYMBOL_GPL vmlinux 0x1c78ac3b devl_assert_locked +EXPORT_SYMBOL_GPL vmlinux 0x1c7df74c kvm_hv_vm_activated +EXPORT_SYMBOL_GPL vmlinux 0x1c80d27d btree_geo128 +EXPORT_SYMBOL_GPL vmlinux 0x1c87a811 __round_jiffies_up +EXPORT_SYMBOL_GPL vmlinux 0x1c8bca8d emulate_vsx_store +EXPORT_SYMBOL_GPL vmlinux 0x1c980fb8 __devm_regmap_init +EXPORT_SYMBOL_GPL vmlinux 0x1caf2d71 pci_p2pdma_enable_show +EXPORT_SYMBOL_GPL vmlinux 0x1cbd92b0 cpu_mitigations_off +EXPORT_SYMBOL_GPL vmlinux 0x1cc5b61d relay_file_operations +EXPORT_SYMBOL_GPL vmlinux 0x1cc764c2 of_gen_pool_get +EXPORT_SYMBOL_GPL vmlinux 0x1cc9344b nvdimm_bus_check_dimm_count +EXPORT_SYMBOL_GPL vmlinux 0x1cdd0605 xhci_port_state_to_neutral +EXPORT_SYMBOL_GPL vmlinux 0x1cdd302f blk_mq_alloc_request_hctx +EXPORT_SYMBOL_GPL vmlinux 0x1ce5ba2f register_kprobe +EXPORT_SYMBOL_GPL vmlinux 0x1cef3226 usb_bus_idr_lock +EXPORT_SYMBOL_GPL vmlinux 0x1cf2a3d0 tty_standard_install +EXPORT_SYMBOL_GPL vmlinux 0x1d094a8b pseries_eeh_init_edev_recursive +EXPORT_SYMBOL_GPL vmlinux 0x1d136844 icc_get +EXPORT_SYMBOL_GPL vmlinux 0x1d1d67e1 devm_phy_put +EXPORT_SYMBOL_GPL vmlinux 0x1d1ed65f peernet2id_alloc +EXPORT_SYMBOL_GPL vmlinux 0x1d222ced irq_get_irqchip_state +EXPORT_SYMBOL_GPL vmlinux 0x1d27d409 crypto_shash_tfm_digest +EXPORT_SYMBOL_GPL vmlinux 0x1d3b325c devl_resource_register +EXPORT_SYMBOL_GPL vmlinux 0x1d4c7940 iommu_tce_kill +EXPORT_SYMBOL_GPL vmlinux 0x1d534dcc sock_diag_register_inet_compat +EXPORT_SYMBOL_GPL vmlinux 0x1d562657 __pm_runtime_set_status +EXPORT_SYMBOL_GPL vmlinux 0x1d63feaf sysfs_add_link_to_group +EXPORT_SYMBOL_GPL vmlinux 0x1d64e40b __reset_control_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0x1d73012d kvmppc_update_dirty_map +EXPORT_SYMBOL_GPL vmlinux 0x1d8180d8 crypto_drop_spawn +EXPORT_SYMBOL_GPL vmlinux 0x1d8d9d66 virtqueue_is_broken +EXPORT_SYMBOL_GPL vmlinux 0x1d9ae822 ping_hash +EXPORT_SYMBOL_GPL vmlinux 0x1da0a618 strp_stop +EXPORT_SYMBOL_GPL vmlinux 0x1da30ad6 ata_port_desc +EXPORT_SYMBOL_GPL vmlinux 0x1da35a22 srcu_batches_completed +EXPORT_SYMBOL_GPL vmlinux 0x1da70447 dma_request_chan +EXPORT_SYMBOL_GPL vmlinux 0x1da94d12 bus_remove_file +EXPORT_SYMBOL_GPL vmlinux 0x1da9abb2 clone_private_mount +EXPORT_SYMBOL_GPL vmlinux 0x1dd9b3f5 devm_clk_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0x1dde1bc3 pm_runtime_set_memalloc_noio +EXPORT_SYMBOL_GPL vmlinux 0x1de3e595 vfs_lock_file +EXPORT_SYMBOL_GPL vmlinux 0x1dedf92a phy_driver_is_genphy_10g +EXPORT_SYMBOL_GPL vmlinux 0x1df33284 opal_prd_msg +EXPORT_SYMBOL_GPL vmlinux 0x1dfa5dbd mpi_invm +EXPORT_SYMBOL_GPL vmlinux 0x1e0670c6 reset_control_release +EXPORT_SYMBOL_GPL vmlinux 0x1e0cf235 opal_get_sensor_data_u64 +EXPORT_SYMBOL_GPL vmlinux 0x1e18c7b8 fwnode_handle_get +EXPORT_SYMBOL_GPL vmlinux 0x1e19b116 vcap_rule_set_counter_id +EXPORT_SYMBOL_GPL vmlinux 0x1e424d61 user_preparse +EXPORT_SYMBOL_GPL vmlinux 0x1e47ebf6 of_usb_update_otg_caps +EXPORT_SYMBOL_GPL vmlinux 0x1e53f827 stack_depot_print +EXPORT_SYMBOL_GPL vmlinux 0x1e68a897 dax_layout_busy_page_range +EXPORT_SYMBOL_GPL vmlinux 0x1e7bbcb3 kernel_restart +EXPORT_SYMBOL_GPL vmlinux 0x1e8fac8e wireless_nlevent_flush +EXPORT_SYMBOL_GPL vmlinux 0x1e93d504 dm_submit_bio_remap +EXPORT_SYMBOL_GPL vmlinux 0x1e9c590a usb_find_common_endpoints_reverse +EXPORT_SYMBOL_GPL vmlinux 0x1eaaf1d8 sysfs_update_groups +EXPORT_SYMBOL_GPL vmlinux 0x1eb10955 bdev_alignment_offset +EXPORT_SYMBOL_GPL vmlinux 0x1eb88dee stmpe_block_write +EXPORT_SYMBOL_GPL vmlinux 0x1eb9516e round_jiffies_relative +EXPORT_SYMBOL_GPL vmlinux 0x1eba9181 sk_setup_caps +EXPORT_SYMBOL_GPL vmlinux 0x1ebde2fc devl_trap_policers_unregister +EXPORT_SYMBOL_GPL vmlinux 0x1ebf6c2a pci_power_names +EXPORT_SYMBOL_GPL vmlinux 0x1ed2c65f vcap_set_tc_exterr +EXPORT_SYMBOL_GPL vmlinux 0x1ed4d2eb percpu_ref_kill_and_confirm +EXPORT_SYMBOL_GPL vmlinux 0x1edac5c3 xive_native_enable_vp +EXPORT_SYMBOL_GPL vmlinux 0x1ee71d4f kick_process +EXPORT_SYMBOL_GPL vmlinux 0x1eea976b of_clk_hw_register +EXPORT_SYMBOL_GPL vmlinux 0x1ef20793 stop_core_cpuslocked +EXPORT_SYMBOL_GPL vmlinux 0x1efaa06f __tracepoint_xhci_dbg_quirks +EXPORT_SYMBOL_GPL vmlinux 0x1f050e36 pnv_pci_set_power_state +EXPORT_SYMBOL_GPL vmlinux 0x1f0983ee vfs_submount +EXPORT_SYMBOL_GPL vmlinux 0x1f1dba1d iommu_unmap +EXPORT_SYMBOL_GPL vmlinux 0x1f1e2cc8 ethnl_cable_test_amplitude +EXPORT_SYMBOL_GPL vmlinux 0x1f38a4f6 mpi_set_highbit +EXPORT_SYMBOL_GPL vmlinux 0x1f42081f cpuidle_unregister +EXPORT_SYMBOL_GPL vmlinux 0x1f4245b8 __regmap_init +EXPORT_SYMBOL_GPL vmlinux 0x1f449588 mctrl_gpio_disable_ms +EXPORT_SYMBOL_GPL vmlinux 0x1f4fa0a9 usb_alloc_urb +EXPORT_SYMBOL_GPL vmlinux 0x1f563160 bpf_offload_dev_priv +EXPORT_SYMBOL_GPL vmlinux 0x1f8544b8 panic_timeout +EXPORT_SYMBOL_GPL vmlinux 0x1f8c0f15 kernfs_path_from_node +EXPORT_SYMBOL_GPL vmlinux 0x1f919103 iov_iter_get_pages +EXPORT_SYMBOL_GPL vmlinux 0x1fa1d95c sha256_zero_message_hash +EXPORT_SYMBOL_GPL vmlinux 0x1fbf7c1f clk_hw_forward_rate_request +EXPORT_SYMBOL_GPL vmlinux 0x1fc16eb4 fscrypt_show_test_dummy_encryption +EXPORT_SYMBOL_GPL vmlinux 0x1fd8221a badblocks_clear +EXPORT_SYMBOL_GPL vmlinux 0x1fdb2659 proc_douintvec_minmax +EXPORT_SYMBOL_GPL vmlinux 0x1fe6e504 gpiod_add_hogs +EXPORT_SYMBOL_GPL vmlinux 0x1fed5683 pci_probe_reset_bus +EXPORT_SYMBOL_GPL vmlinux 0x1fee5cfd dma_get_slave_channel +EXPORT_SYMBOL_GPL vmlinux 0x1ff32ee4 disk_update_readahead +EXPORT_SYMBOL_GPL vmlinux 0x1ff365b9 __traceiter_block_bio_complete +EXPORT_SYMBOL_GPL vmlinux 0x2009e400 devlink_info_board_serial_number_put +EXPORT_SYMBOL_GPL vmlinux 0x2011ebc9 pci_bus_max_busnr +EXPORT_SYMBOL_GPL vmlinux 0x202708d1 sdio_get_host_pm_caps +EXPORT_SYMBOL_GPL vmlinux 0x202d4ed6 nvmem_cell_write +EXPORT_SYMBOL_GPL vmlinux 0x203e000c devm_namespace_enable +EXPORT_SYMBOL_GPL vmlinux 0x2047deff switch_pmu_to_guest +EXPORT_SYMBOL_GPL vmlinux 0x205036b9 virtio_reset_device +EXPORT_SYMBOL_GPL vmlinux 0x2052990f perf_event_read_value +EXPORT_SYMBOL_GPL vmlinux 0x20579025 bsg_setup_queue +EXPORT_SYMBOL_GPL vmlinux 0x205989ed dev_pm_qos_hide_latency_tolerance +EXPORT_SYMBOL_GPL vmlinux 0x20615020 crypto_larval_alloc +EXPORT_SYMBOL_GPL vmlinux 0x206a1d01 usb_driver_claim_interface +EXPORT_SYMBOL_GPL vmlinux 0x207d93ee mptcp_get_reset_option +EXPORT_SYMBOL_GPL vmlinux 0x20835a9f __xdp_release_frame +EXPORT_SYMBOL_GPL vmlinux 0x208ae509 pci_epc_raise_irq +EXPORT_SYMBOL_GPL vmlinux 0x20a4e01a HUF_readStats_wksp +EXPORT_SYMBOL_GPL vmlinux 0x20abe68d devm_kasprintf_strarray +EXPORT_SYMBOL_GPL vmlinux 0x20b3f4bb pci_host_common_probe +EXPORT_SYMBOL_GPL vmlinux 0x20c7dca1 debugfs_create_symlink +EXPORT_SYMBOL_GPL vmlinux 0x20cf8337 fsverity_ioctl_measure +EXPORT_SYMBOL_GPL vmlinux 0x20de0d35 kthread_park +EXPORT_SYMBOL_GPL vmlinux 0x20e01498 ima_file_hash +EXPORT_SYMBOL_GPL vmlinux 0x20e4e13b ata_bmdma_error_handler +EXPORT_SYMBOL_GPL vmlinux 0x20f113a3 powercap_unregister_control_type +EXPORT_SYMBOL_GPL vmlinux 0x210bbe24 rio_register_mport +EXPORT_SYMBOL_GPL vmlinux 0x211850f5 htab_hash_mask +EXPORT_SYMBOL_GPL vmlinux 0x212734c5 vcap_netbytes_copy +EXPORT_SYMBOL_GPL vmlinux 0x212f9ab0 tcp_abort +EXPORT_SYMBOL_GPL vmlinux 0x21385152 alarm_cancel +EXPORT_SYMBOL_GPL vmlinux 0x2148fe76 of_regulator_match +EXPORT_SYMBOL_GPL vmlinux 0x215241c1 put_device +EXPORT_SYMBOL_GPL vmlinux 0x2161bf22 devm_phy_destroy +EXPORT_SYMBOL_GPL vmlinux 0x21675ede ata_sff_hsm_move +EXPORT_SYMBOL_GPL vmlinux 0x216d645d simple_attr_open +EXPORT_SYMBOL_GPL vmlinux 0x216de4e1 rcu_get_gp_kthreads_prio +EXPORT_SYMBOL_GPL vmlinux 0x2176e42a hwpoison_filter_memcg +EXPORT_SYMBOL_GPL vmlinux 0x2179138f device_set_node +EXPORT_SYMBOL_GPL vmlinux 0x217bbbb3 pnv_ocxl_get_tl_cap +EXPORT_SYMBOL_GPL vmlinux 0x2188a2e9 mas_find +EXPORT_SYMBOL_GPL vmlinux 0x21a563da clk_get_accuracy +EXPORT_SYMBOL_GPL vmlinux 0x21ab8c30 inet_twsk_hashdance +EXPORT_SYMBOL_GPL vmlinux 0x21ac7e56 da903x_reads +EXPORT_SYMBOL_GPL vmlinux 0x21ac8b77 iommu_group_get_by_id +EXPORT_SYMBOL_GPL vmlinux 0x21ca306f vcap_rule_add_action_u32 +EXPORT_SYMBOL_GPL vmlinux 0x21cd536a crypto_put_default_null_skcipher +EXPORT_SYMBOL_GPL vmlinux 0x21d0febd da9052_regmap_config +EXPORT_SYMBOL_GPL vmlinux 0x21de2a1b irq_chip_set_affinity_parent +EXPORT_SYMBOL_GPL vmlinux 0x21ff92c3 init_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0x2200061c __tracepoint_pelt_irq_tp +EXPORT_SYMBOL_GPL vmlinux 0x2203e668 debugfs_attr_read +EXPORT_SYMBOL_GPL vmlinux 0x222123c1 __traceiter_tcp_send_reset +EXPORT_SYMBOL_GPL vmlinux 0x223aca2c dst_cache_get_ip6 +EXPORT_SYMBOL_GPL vmlinux 0x2243b28b blk_revalidate_disk_zones +EXPORT_SYMBOL_GPL vmlinux 0x224f31e4 fsnotify_destroy_mark +EXPORT_SYMBOL_GPL vmlinux 0x224fb900 genphy_c45_aneg_done +EXPORT_SYMBOL_GPL vmlinux 0x2267b331 thermal_zone_get_temp +EXPORT_SYMBOL_GPL vmlinux 0x22866630 crypto_enqueue_request_head +EXPORT_SYMBOL_GPL vmlinux 0x2293614c dma_get_any_slave_channel +EXPORT_SYMBOL_GPL vmlinux 0x2295a1af pci_generic_ecam_ops +EXPORT_SYMBOL_GPL vmlinux 0x2299b20d pwm_adjust_config +EXPORT_SYMBOL_GPL vmlinux 0x22a03f59 root_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x22ab7517 devl_unlock +EXPORT_SYMBOL_GPL vmlinux 0x22b266e8 device_match_fwnode +EXPORT_SYMBOL_GPL vmlinux 0x22ba55dc fuse_conn_get +EXPORT_SYMBOL_GPL vmlinux 0x22c96ae0 inet6_hash_connect +EXPORT_SYMBOL_GPL vmlinux 0x22d3027b regulator_set_voltage +EXPORT_SYMBOL_GPL vmlinux 0x22d60537 tcf_frag_xmit_count +EXPORT_SYMBOL_GPL vmlinux 0x22d9409b iomap_sort_ioends +EXPORT_SYMBOL_GPL vmlinux 0x22decdc8 led_update_brightness +EXPORT_SYMBOL_GPL vmlinux 0x22e20e36 device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x22e338d3 sdev_evt_send_simple +EXPORT_SYMBOL_GPL vmlinux 0x22fd08ba cpuacct_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0x2300348d tcp_plb_update_state_upon_rto +EXPORT_SYMBOL_GPL vmlinux 0x230d5a29 virtqueue_get_buf_ctx +EXPORT_SYMBOL_GPL vmlinux 0x2310605c __irq_domain_alloc_irqs +EXPORT_SYMBOL_GPL vmlinux 0x231cf1b6 fib_nh_common_init +EXPORT_SYMBOL_GPL vmlinux 0x232577b2 reset_controller_register +EXPORT_SYMBOL_GPL vmlinux 0x2331bda5 dev_pm_opp_find_freq_floor +EXPORT_SYMBOL_GPL vmlinux 0x23412816 rtc_tm_to_ktime +EXPORT_SYMBOL_GPL vmlinux 0x234cf416 devlink_fmsg_string_pair_put +EXPORT_SYMBOL_GPL vmlinux 0x23505d1a extcon_dev_register +EXPORT_SYMBOL_GPL vmlinux 0x2351609a crypto_stats_aead_encrypt +EXPORT_SYMBOL_GPL vmlinux 0x23524da9 spi_delay_exec +EXPORT_SYMBOL_GPL vmlinux 0x237197af pinctrl_dev_get_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x23864ce7 cpuset_mem_spread_node +EXPORT_SYMBOL_GPL vmlinux 0x239056f0 devm_phy_package_join +EXPORT_SYMBOL_GPL vmlinux 0x2396946a event_triggers_post_call +EXPORT_SYMBOL_GPL vmlinux 0x2396c7f0 clk_set_parent +EXPORT_SYMBOL_GPL vmlinux 0x23972d32 n_tty_inherit_ops +EXPORT_SYMBOL_GPL vmlinux 0x239bee1d pci_epc_map_msi_irq +EXPORT_SYMBOL_GPL vmlinux 0x23a4bcd7 blk_mq_rdma_map_queues +EXPORT_SYMBOL_GPL vmlinux 0x23a55d5d netdev_walk_all_lower_dev_rcu +EXPORT_SYMBOL_GPL vmlinux 0x23a749c2 of_reserved_mem_lookup +EXPORT_SYMBOL_GPL vmlinux 0x23bacaed vp_legacy_get_status +EXPORT_SYMBOL_GPL vmlinux 0x23bfa231 nvdimm_cmd_mask +EXPORT_SYMBOL_GPL vmlinux 0x23c1ea04 switchdev_handle_port_obj_add +EXPORT_SYMBOL_GPL vmlinux 0x23c334d4 genphy_c45_pma_suspend +EXPORT_SYMBOL_GPL vmlinux 0x23cb1812 usb_autopm_get_interface +EXPORT_SYMBOL_GPL vmlinux 0x23cb6705 iommu_fwspec_add_ids +EXPORT_SYMBOL_GPL vmlinux 0x23cfdf35 regulator_register_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0x23eda1c9 device_initialize +EXPORT_SYMBOL_GPL vmlinux 0x23ee888c devl_port_unregister +EXPORT_SYMBOL_GPL vmlinux 0x23f8c24c of_clk_add_hw_provider +EXPORT_SYMBOL_GPL vmlinux 0x2421097b mpi_const +EXPORT_SYMBOL_GPL vmlinux 0x242837f0 crypto_stats_ahash_update +EXPORT_SYMBOL_GPL vmlinux 0x2439503e virtio_add_status +EXPORT_SYMBOL_GPL vmlinux 0x24553541 __traceiter_block_rq_remap +EXPORT_SYMBOL_GPL vmlinux 0x24606f39 mm_iommu_is_devmem +EXPORT_SYMBOL_GPL vmlinux 0x2469f402 thermal_zone_bind_cooling_device +EXPORT_SYMBOL_GPL vmlinux 0x246b0bc4 devfreq_event_get_event +EXPORT_SYMBOL_GPL vmlinux 0x246e09ec genphy_c45_read_lpa +EXPORT_SYMBOL_GPL vmlinux 0x247d7017 debugfs_create_blob +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 0x248deeb4 of_property_match_string +EXPORT_SYMBOL_GPL vmlinux 0x248e1473 kfree_strarray +EXPORT_SYMBOL_GPL vmlinux 0x249ab1cf crypto_register_rng +EXPORT_SYMBOL_GPL vmlinux 0x24ad11db wakeup_sources_read_unlock +EXPORT_SYMBOL_GPL vmlinux 0x24b0ac93 clk_hw_is_prepared +EXPORT_SYMBOL_GPL vmlinux 0x24b9f356 mmu_partition_table_set_entry +EXPORT_SYMBOL_GPL vmlinux 0x24bd542a ethtool_set_ethtool_phy_ops +EXPORT_SYMBOL_GPL vmlinux 0x24bf6c78 memremap_pages +EXPORT_SYMBOL_GPL vmlinux 0x24d1a0bf kvmhv_vcpu_entry_p9 +EXPORT_SYMBOL_GPL vmlinux 0x24da0093 rcu_inkernel_boot_has_ended +EXPORT_SYMBOL_GPL vmlinux 0x24dbc11d crypto_alloc_skcipher +EXPORT_SYMBOL_GPL vmlinux 0x24e58b8c net_rwsem +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 0x24fffb1b rio_register_scan +EXPORT_SYMBOL_GPL vmlinux 0x250d4e6d spi_mem_driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0x2515c039 extcon_get_extcon_dev +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 0x25379e73 clk_set_min_rate +EXPORT_SYMBOL_GPL vmlinux 0x253e8e83 sock_gen_put +EXPORT_SYMBOL_GPL vmlinux 0x2544c707 uprobe_register +EXPORT_SYMBOL_GPL vmlinux 0x25458e84 devm_hte_request_ts_ns +EXPORT_SYMBOL_GPL vmlinux 0x2546592e watchdog_register_device +EXPORT_SYMBOL_GPL vmlinux 0x2559d24d kvmppc_h_set_dabr +EXPORT_SYMBOL_GPL vmlinux 0x2568e228 crypto_register_rngs +EXPORT_SYMBOL_GPL vmlinux 0x2576b597 __rio_local_read_config_16 +EXPORT_SYMBOL_GPL vmlinux 0x257cd22b devm_nvmem_device_get +EXPORT_SYMBOL_GPL vmlinux 0x258bb54b ftrace_set_filter_ip +EXPORT_SYMBOL_GPL vmlinux 0x2592fc6c console_printk +EXPORT_SYMBOL_GPL vmlinux 0x259564eb __hrtimer_get_remaining +EXPORT_SYMBOL_GPL vmlinux 0x25a01f7c pci_ats_supported +EXPORT_SYMBOL_GPL vmlinux 0x25a97a92 __devm_regmap_init_spi +EXPORT_SYMBOL_GPL vmlinux 0x25ba2a26 tracing_cond_snapshot_data +EXPORT_SYMBOL_GPL vmlinux 0x25bbfa9a security_kernel_load_data +EXPORT_SYMBOL_GPL vmlinux 0x25c42796 onboard_hub_destroy_pdevs +EXPORT_SYMBOL_GPL vmlinux 0x25da3545 devres_get +EXPORT_SYMBOL_GPL vmlinux 0x25e70989 devlink_params_unregister +EXPORT_SYMBOL_GPL vmlinux 0x25eb1f92 irq_domain_update_bus_token +EXPORT_SYMBOL_GPL vmlinux 0x25f5676e uhci_check_and_reset_hc +EXPORT_SYMBOL_GPL vmlinux 0x25fb0163 bpf_trace_run2 +EXPORT_SYMBOL_GPL vmlinux 0x260e8b68 ip6_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0x2622ee3c phy_init +EXPORT_SYMBOL_GPL vmlinux 0x2625d295 phy_exit +EXPORT_SYMBOL_GPL vmlinux 0x2630026d edac_mc_alloc +EXPORT_SYMBOL_GPL vmlinux 0x2644a503 pm_generic_suspend +EXPORT_SYMBOL_GPL vmlinux 0x26520970 vm_memory_committed +EXPORT_SYMBOL_GPL vmlinux 0x2657ce0b crypto_register_acomp +EXPORT_SYMBOL_GPL vmlinux 0x26597ca1 vas_register_api_powernv +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 0x26918054 freq_qos_remove_notifier +EXPORT_SYMBOL_GPL vmlinux 0x26ab4755 put_old_itimerspec32 +EXPORT_SYMBOL_GPL vmlinux 0x26c70c79 of_device_request_module +EXPORT_SYMBOL_GPL vmlinux 0x26c90ea4 scsi_eh_get_sense +EXPORT_SYMBOL_GPL vmlinux 0x26ce730f vp_modern_probe +EXPORT_SYMBOL_GPL vmlinux 0x26cf16fd devm_regmap_field_bulk_free +EXPORT_SYMBOL_GPL vmlinux 0x26da8939 pci_create_slot +EXPORT_SYMBOL_GPL vmlinux 0x26e3f4a0 of_irq_parse_and_map_pci +EXPORT_SYMBOL_GPL vmlinux 0x26e8b315 sdio_retune_hold_now +EXPORT_SYMBOL_GPL vmlinux 0x26ed2186 register_vmap_purge_notifier +EXPORT_SYMBOL_GPL vmlinux 0x26f65550 xdp_do_redirect_frame +EXPORT_SYMBOL_GPL vmlinux 0x26f695f4 rtc_read_time +EXPORT_SYMBOL_GPL vmlinux 0x26ff0e17 debugfs_lookup +EXPORT_SYMBOL_GPL vmlinux 0x26fff273 device_find_child_by_name +EXPORT_SYMBOL_GPL vmlinux 0x271de8b0 bpf_trace_run7 +EXPORT_SYMBOL_GPL vmlinux 0x271fbd07 devm_extcon_dev_allocate +EXPORT_SYMBOL_GPL vmlinux 0x2730345a destroy_memory_type +EXPORT_SYMBOL_GPL vmlinux 0x27658936 fat_free_clusters +EXPORT_SYMBOL_GPL vmlinux 0x27678941 regulator_list_voltage +EXPORT_SYMBOL_GPL vmlinux 0x277fe341 devm_clk_register +EXPORT_SYMBOL_GPL vmlinux 0x27810e48 __list_lru_init +EXPORT_SYMBOL_GPL vmlinux 0x27886598 fat_scan +EXPORT_SYMBOL_GPL vmlinux 0x278f9b22 mmc_regulator_get_supply +EXPORT_SYMBOL_GPL vmlinux 0x27a79eab __wake_up_pollfree +EXPORT_SYMBOL_GPL vmlinux 0x27bb1aff pid_vnr +EXPORT_SYMBOL_GPL vmlinux 0x27bbe354 lp8788_read_byte +EXPORT_SYMBOL_GPL vmlinux 0x27be1c8d debugfs_create_ulong +EXPORT_SYMBOL_GPL vmlinux 0x27c49fbb mas_erase +EXPORT_SYMBOL_GPL vmlinux 0x27ce3ec0 cpu_latency_qos_request_active +EXPORT_SYMBOL_GPL vmlinux 0x27d602f9 nfs42_ssc_unregister +EXPORT_SYMBOL_GPL vmlinux 0x27dc9471 __tracepoint_br_fdb_update +EXPORT_SYMBOL_GPL vmlinux 0x27e7a41f dma_max_mapping_size +EXPORT_SYMBOL_GPL vmlinux 0x27e7b406 crypto_stats_get +EXPORT_SYMBOL_GPL vmlinux 0x27ee30b2 __devm_regmap_init_i2c +EXPORT_SYMBOL_GPL vmlinux 0x27f350dc mmc_regulator_set_vqmmc +EXPORT_SYMBOL_GPL vmlinux 0x27f4f029 ftrace_set_global_filter +EXPORT_SYMBOL_GPL vmlinux 0x27fa66e1 nr_free_buffer_pages +EXPORT_SYMBOL_GPL vmlinux 0x27fd1ef5 css_next_descendant_pre +EXPORT_SYMBOL_GPL vmlinux 0x280427ba register_kprobes +EXPORT_SYMBOL_GPL vmlinux 0x282cdabc usb_led_activity +EXPORT_SYMBOL_GPL vmlinux 0x28310bcd kasprintf_strarray +EXPORT_SYMBOL_GPL vmlinux 0x2845403f mmput_async +EXPORT_SYMBOL_GPL vmlinux 0x28623f5b pm_generic_runtime_suspend +EXPORT_SYMBOL_GPL vmlinux 0x2864abc9 klist_node_attached +EXPORT_SYMBOL_GPL vmlinux 0x2869678d l3mdev_master_ifindex_rcu +EXPORT_SYMBOL_GPL vmlinux 0x286cc647 async_synchronize_cookie_domain +EXPORT_SYMBOL_GPL vmlinux 0x286fcaa5 aead_exit_geniv +EXPORT_SYMBOL_GPL vmlinux 0x2882d40e usb_role_switch_unregister +EXPORT_SYMBOL_GPL vmlinux 0x288bf13a xdp_return_buff +EXPORT_SYMBOL_GPL vmlinux 0x288e4b05 inet_hash_connect +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 0x28b07360 blk_mq_complete_request_remote +EXPORT_SYMBOL_GPL vmlinux 0x28c8a3db mmu_psize_defs +EXPORT_SYMBOL_GPL vmlinux 0x28d148a9 synth_event_gen_cmd_array_start +EXPORT_SYMBOL_GPL vmlinux 0x28e3da6c debugfs_print_regs32 +EXPORT_SYMBOL_GPL vmlinux 0x28f7b0c1 cpufreq_dbs_governor_start +EXPORT_SYMBOL_GPL vmlinux 0x28fcc15a unregister_cxl_calls +EXPORT_SYMBOL_GPL vmlinux 0x29011398 pci_generic_config_write +EXPORT_SYMBOL_GPL vmlinux 0x2904add3 tty_buffer_set_limit +EXPORT_SYMBOL_GPL vmlinux 0x29108e6d cpufreq_freq_attr_scaling_boost_freqs +EXPORT_SYMBOL_GPL vmlinux 0x2916a87c tcp_rate_check_app_limited +EXPORT_SYMBOL_GPL vmlinux 0x291876f3 mpi_ec_get_affine +EXPORT_SYMBOL_GPL vmlinux 0x292ca22c sbitmap_finish_wait +EXPORT_SYMBOL_GPL vmlinux 0x292df38c devm_hwmon_device_register_with_info +EXPORT_SYMBOL_GPL vmlinux 0x29352170 blk_req_zone_write_trylock +EXPORT_SYMBOL_GPL vmlinux 0x2940032d pnv_pci_get_power_state +EXPORT_SYMBOL_GPL vmlinux 0x2944e7a9 rio_request_outb_dbell +EXPORT_SYMBOL_GPL vmlinux 0x295e7327 transport_add_device +EXPORT_SYMBOL_GPL vmlinux 0x2963cc58 inode_dax +EXPORT_SYMBOL_GPL vmlinux 0x2964f4ea regulator_set_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x29685948 device_property_read_u64_array +EXPORT_SYMBOL_GPL vmlinux 0x296de5b5 spi_new_device +EXPORT_SYMBOL_GPL vmlinux 0x296f065e dma_map_sgtable +EXPORT_SYMBOL_GPL vmlinux 0x297c15c9 __traceiter_br_fdb_add +EXPORT_SYMBOL_GPL vmlinux 0x29836b4e sdio_enable_func +EXPORT_SYMBOL_GPL vmlinux 0x29949f08 blk_queue_required_elevator_features +EXPORT_SYMBOL_GPL vmlinux 0x2994fab1 get_device_system_crosststamp +EXPORT_SYMBOL_GPL vmlinux 0x29984162 of_clk_add_provider +EXPORT_SYMBOL_GPL vmlinux 0x29a88e73 report_iommu_fault +EXPORT_SYMBOL_GPL vmlinux 0x29aa48d0 radix__flush_tlb_lpid_page +EXPORT_SYMBOL_GPL vmlinux 0x29c338c2 irq_set_default_host +EXPORT_SYMBOL_GPL vmlinux 0x29d00d6b ethtool_params_from_link_mode +EXPORT_SYMBOL_GPL vmlinux 0x29d8ca4e pci_cfg_access_trylock +EXPORT_SYMBOL_GPL vmlinux 0x29da309f tty_encode_baud_rate +EXPORT_SYMBOL_GPL vmlinux 0x29e22eb4 mpc8xxx_spi_tx_buf_u8 +EXPORT_SYMBOL_GPL vmlinux 0x29e6dd99 genphy_c45_config_aneg +EXPORT_SYMBOL_GPL vmlinux 0x29eba37f current_is_async +EXPORT_SYMBOL_GPL vmlinux 0x2a2129d6 vfs_setxattr +EXPORT_SYMBOL_GPL vmlinux 0x2a23459d debugfs_create_u8 +EXPORT_SYMBOL_GPL vmlinux 0x2a2f04fa ip_tunnel_netlink_parms +EXPORT_SYMBOL_GPL vmlinux 0x2a336698 opal_rtc_write +EXPORT_SYMBOL_GPL vmlinux 0x2a34e915 tty_get_icount +EXPORT_SYMBOL_GPL vmlinux 0x2a3b34cb anon_transport_class_register +EXPORT_SYMBOL_GPL vmlinux 0x2a3b8dec serial8250_do_startup +EXPORT_SYMBOL_GPL vmlinux 0x2a48d21a vcap_enable_lookups +EXPORT_SYMBOL_GPL vmlinux 0x2a49c0e8 kvmppc_invalidate_hpte +EXPORT_SYMBOL_GPL vmlinux 0x2a53a154 dev_pm_opp_get_voltage +EXPORT_SYMBOL_GPL vmlinux 0x2a5c62bc blk_add_driver_data +EXPORT_SYMBOL_GPL vmlinux 0x2a62cb3a ring_buffer_overrun_cpu +EXPORT_SYMBOL_GPL vmlinux 0x2a69c8ff sysfs_remove_bin_file +EXPORT_SYMBOL_GPL vmlinux 0x2a6bfdb9 pci_enable_ats +EXPORT_SYMBOL_GPL vmlinux 0x2a72ca96 vp_modern_set_queue_enable +EXPORT_SYMBOL_GPL vmlinux 0x2a7316da __SCK__tp_func_neigh_cleanup_and_release +EXPORT_SYMBOL_GPL vmlinux 0x2a741db7 spi_controller_dma_unmap_mem_op_data +EXPORT_SYMBOL_GPL vmlinux 0x2a764de1 metadata_dst_free +EXPORT_SYMBOL_GPL vmlinux 0x2a886054 regcache_sync +EXPORT_SYMBOL_GPL vmlinux 0x2a8b1dab led_trigger_remove +EXPORT_SYMBOL_GPL vmlinux 0x2a90b0f1 crypto_register_ahashes +EXPORT_SYMBOL_GPL vmlinux 0x2a976d1c dax_synchronous +EXPORT_SYMBOL_GPL vmlinux 0x2a9b236b rtm_getroute_parse_ip_proto +EXPORT_SYMBOL_GPL vmlinux 0x2a9d1efe regulator_map_voltage_linear +EXPORT_SYMBOL_GPL vmlinux 0x2aaaa04f pinctrl_utils_add_map_mux +EXPORT_SYMBOL_GPL vmlinux 0x2aaaafc3 dev_pm_opp_of_get_opp_desc_node +EXPORT_SYMBOL_GPL vmlinux 0x2ab7569e power_supply_get_by_name +EXPORT_SYMBOL_GPL vmlinux 0x2abaa1be bus_create_file +EXPORT_SYMBOL_GPL vmlinux 0x2abde0b1 blk_crypto_profile_destroy +EXPORT_SYMBOL_GPL vmlinux 0x2ad4b1d1 crypto_hash_walk_first +EXPORT_SYMBOL_GPL vmlinux 0x2ad55ac6 usb_disable_xhci_ports +EXPORT_SYMBOL_GPL vmlinux 0x2ad74b5f ohci_hub_control +EXPORT_SYMBOL_GPL vmlinux 0x2aece11b led_trigger_blink_oneshot +EXPORT_SYMBOL_GPL vmlinux 0x2af46786 __blkg_prfill_u64 +EXPORT_SYMBOL_GPL vmlinux 0x2b14376d virtio_check_driver_offered_feature +EXPORT_SYMBOL_GPL vmlinux 0x2b1a078b regulator_disable_deferred +EXPORT_SYMBOL_GPL vmlinux 0x2b1bae0e cpu_to_core_id +EXPORT_SYMBOL_GPL vmlinux 0x2b1fba0f xive_native_disable_queue +EXPORT_SYMBOL_GPL vmlinux 0x2b4147ed kvmppc_hcall_impl_hv_realmode +EXPORT_SYMBOL_GPL vmlinux 0x2b4509dd devlink_health_reporter_state_update +EXPORT_SYMBOL_GPL vmlinux 0x2b5c303b smp_send_reschedule +EXPORT_SYMBOL_GPL vmlinux 0x2b6150fb power_supply_temp2resist_simple +EXPORT_SYMBOL_GPL vmlinux 0x2b6d960d synth_event_cmd_init +EXPORT_SYMBOL_GPL vmlinux 0x2b76646e pkcs7_free_message +EXPORT_SYMBOL_GPL vmlinux 0x2b7b5c38 irq_gc_mask_disable_reg +EXPORT_SYMBOL_GPL vmlinux 0x2b7ca95d sbitmap_add_wait_queue +EXPORT_SYMBOL_GPL vmlinux 0x2b856838 devm_hwspin_lock_free +EXPORT_SYMBOL_GPL vmlinux 0x2b90993a pinmux_generic_get_function +EXPORT_SYMBOL_GPL vmlinux 0x2ba39ef1 regulator_bulk_set_supply_names +EXPORT_SYMBOL_GPL vmlinux 0x2bb37b0d __pm_runtime_resume +EXPORT_SYMBOL_GPL vmlinux 0x2bb688f2 pci_probe_reset_slot +EXPORT_SYMBOL_GPL vmlinux 0x2bb9095f radix__flush_pwc_lpid +EXPORT_SYMBOL_GPL vmlinux 0x2bbccfaa dma_free_pages +EXPORT_SYMBOL_GPL vmlinux 0x2bc0b96f misc_cg_try_charge +EXPORT_SYMBOL_GPL vmlinux 0x2bc2240e devlink_dpipe_entry_ctx_close +EXPORT_SYMBOL_GPL vmlinux 0x2bce968c genphy_c45_pma_setup_forced +EXPORT_SYMBOL_GPL vmlinux 0x2bd8a8bb blk_fill_rwbs +EXPORT_SYMBOL_GPL vmlinux 0x2bdca0fd disk_force_media_change +EXPORT_SYMBOL_GPL vmlinux 0x2bdf5ab0 pm_wakeup_pending +EXPORT_SYMBOL_GPL vmlinux 0x2bf7d6d6 xfrm_audit_state_delete +EXPORT_SYMBOL_GPL vmlinux 0x2c073d24 irq_gc_noop +EXPORT_SYMBOL_GPL vmlinux 0x2c117921 dev_pm_opp_add +EXPORT_SYMBOL_GPL vmlinux 0x2c12bb56 bpf_prog_inc +EXPORT_SYMBOL_GPL vmlinux 0x2c1fd5ea sock_diag_save_cookie +EXPORT_SYMBOL_GPL vmlinux 0x2c208607 power_supply_is_system_supplied +EXPORT_SYMBOL_GPL vmlinux 0x2c216cfb __virtqueue_break +EXPORT_SYMBOL_GPL vmlinux 0x2c223562 sata_link_resume +EXPORT_SYMBOL_GPL vmlinux 0x2c22bb7e devm_of_led_get +EXPORT_SYMBOL_GPL vmlinux 0x2c25bcee pinmux_generic_add_function +EXPORT_SYMBOL_GPL vmlinux 0x2c2afcf1 kobject_uevent +EXPORT_SYMBOL_GPL vmlinux 0x2c3054f9 net_inc_ingress_queue +EXPORT_SYMBOL_GPL vmlinux 0x2c33d044 devm_regmap_del_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0x2c36cc85 __tracepoint_unmap +EXPORT_SYMBOL_GPL vmlinux 0x2c391928 bus_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x2c3faa29 xhci_init_driver +EXPORT_SYMBOL_GPL vmlinux 0x2c635527 arch_invalidate_pmem +EXPORT_SYMBOL_GPL vmlinux 0x2c66729f phy_basic_features +EXPORT_SYMBOL_GPL vmlinux 0x2c66ac85 devlink_info_serial_number_put +EXPORT_SYMBOL_GPL vmlinux 0x2c74fb64 pci_try_reset_function +EXPORT_SYMBOL_GPL vmlinux 0x2c790d4a __tracepoint_sched_util_est_cfs_tp +EXPORT_SYMBOL_GPL vmlinux 0x2c7db649 irq_dispose_mapping +EXPORT_SYMBOL_GPL vmlinux 0x2c834418 static_key_slow_inc +EXPORT_SYMBOL_GPL vmlinux 0x2c848fe0 mas_store_gfp +EXPORT_SYMBOL_GPL vmlinux 0x2c88d49e clk_mux_ro_ops +EXPORT_SYMBOL_GPL vmlinux 0x2c8dd6b8 edac_mem_types +EXPORT_SYMBOL_GPL vmlinux 0x2c969eff dev_pm_opp_of_get_sharing_cpus +EXPORT_SYMBOL_GPL vmlinux 0x2c97bf8e devm_register_restart_handler +EXPORT_SYMBOL_GPL vmlinux 0x2c97f8a2 of_reconfig_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0x2cce4795 serial8250_do_set_divisor +EXPORT_SYMBOL_GPL vmlinux 0x2cd5df3a opal_ipmi_send +EXPORT_SYMBOL_GPL vmlinux 0x2cd88f51 kvm_hv_vm_deactivated +EXPORT_SYMBOL_GPL vmlinux 0x2cdcf3d2 dev_get_regmap +EXPORT_SYMBOL_GPL vmlinux 0x2ce06b17 netlink_has_listeners +EXPORT_SYMBOL_GPL vmlinux 0x2ce61f33 __SCK__tp_func_br_fdb_add +EXPORT_SYMBOL_GPL vmlinux 0x2ce8afb6 tty_port_register_device_attr_serdev +EXPORT_SYMBOL_GPL vmlinux 0x2cf7e266 irq_domain_associate_many +EXPORT_SYMBOL_GPL vmlinux 0x2cf82d88 devm_of_clk_add_hw_provider +EXPORT_SYMBOL_GPL vmlinux 0x2d0920bb crypto_unregister_aeads +EXPORT_SYMBOL_GPL vmlinux 0x2d1686b7 blkcg_policy_unregister +EXPORT_SYMBOL_GPL vmlinux 0x2d1b02d2 usermodehelper_read_lock_wait +EXPORT_SYMBOL_GPL vmlinux 0x2d1b1e7b inet_twsk_purge +EXPORT_SYMBOL_GPL vmlinux 0x2d21ffd7 __get_task_comm +EXPORT_SYMBOL_GPL vmlinux 0x2d25fd8a do_xdp_generic +EXPORT_SYMBOL_GPL vmlinux 0x2d2683c2 __platform_register_drivers +EXPORT_SYMBOL_GPL vmlinux 0x2d26b8be inverse_translate +EXPORT_SYMBOL_GPL vmlinux 0x2d2dd36f kobj_ns_grab_current +EXPORT_SYMBOL_GPL vmlinux 0x2d31976e __of_reset_control_get +EXPORT_SYMBOL_GPL vmlinux 0x2d41e6f5 __trace_puts +EXPORT_SYMBOL_GPL vmlinux 0x2d4da9cd ip6_datagram_recv_ctl +EXPORT_SYMBOL_GPL vmlinux 0x2d5f69b3 rcu_read_unlock_strict +EXPORT_SYMBOL_GPL vmlinux 0x2d609547 dax_direct_access +EXPORT_SYMBOL_GPL vmlinux 0x2d770cb4 thermal_zone_device_enable +EXPORT_SYMBOL_GPL vmlinux 0x2d7e20b4 pci_d3cold_disable +EXPORT_SYMBOL_GPL vmlinux 0x2d7f6b24 of_clk_src_simple_get +EXPORT_SYMBOL_GPL vmlinux 0x2d8c27e5 device_rename +EXPORT_SYMBOL_GPL vmlinux 0x2d95e72d clk_multiplier_ops +EXPORT_SYMBOL_GPL vmlinux 0x2d9ad4cc ping_seq_stop +EXPORT_SYMBOL_GPL vmlinux 0x2dac9eea xhci_suspend +EXPORT_SYMBOL_GPL vmlinux 0x2dae1552 dev_pm_opp_get_level +EXPORT_SYMBOL_GPL vmlinux 0x2dbe3456 debugfs_write_file_bool +EXPORT_SYMBOL_GPL vmlinux 0x2dc4fa13 pinctrl_get_group_pins +EXPORT_SYMBOL_GPL vmlinux 0x2dd17cb5 netdev_walk_all_upper_dev_rcu +EXPORT_SYMBOL_GPL vmlinux 0x2ddc9aaf find_mci_by_dev +EXPORT_SYMBOL_GPL vmlinux 0x2ddd5b55 devlink_is_reload_failed +EXPORT_SYMBOL_GPL vmlinux 0x2defb5b2 bus_for_each_drv +EXPORT_SYMBOL_GPL vmlinux 0x2df95d33 dma_fence_unwrap_first +EXPORT_SYMBOL_GPL vmlinux 0x2e006a6c cpu_device_create +EXPORT_SYMBOL_GPL vmlinux 0x2e009d2a devm_clk_hw_register_fixed_factor_index +EXPORT_SYMBOL_GPL vmlinux 0x2e028ae6 rcutorture_get_gp_data +EXPORT_SYMBOL_GPL vmlinux 0x2e04943a usb_deregister_device_driver +EXPORT_SYMBOL_GPL vmlinux 0x2e2360b1 ftrace_set_global_notrace +EXPORT_SYMBOL_GPL vmlinux 0x2e420607 i2c_dw_probe_master +EXPORT_SYMBOL_GPL vmlinux 0x2e543b27 devres_find +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 0x2e7ccb4f usb_hcd_link_urb_to_ep +EXPORT_SYMBOL_GPL vmlinux 0x2e7f8666 bus_register +EXPORT_SYMBOL_GPL vmlinux 0x2e92c939 nexthop_find_by_id +EXPORT_SYMBOL_GPL vmlinux 0x2ea2a66d devm_platform_ioremap_resource +EXPORT_SYMBOL_GPL vmlinux 0x2ebb19fd execute_in_process_context +EXPORT_SYMBOL_GPL vmlinux 0x2ebe3135 cpu_is_hotpluggable +EXPORT_SYMBOL_GPL vmlinux 0x2edabe5b virtqueue_add_outbuf +EXPORT_SYMBOL_GPL vmlinux 0x2eee075d disk_set_zoned +EXPORT_SYMBOL_GPL vmlinux 0x2ef58789 usb_hcd_unmap_urb_setup_for_dma +EXPORT_SYMBOL_GPL vmlinux 0x2efaf606 pci_p2pdma_add_resource +EXPORT_SYMBOL_GPL vmlinux 0x2efc3a60 devfreq_event_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0x2f0d9053 usb_otg_state_string +EXPORT_SYMBOL_GPL vmlinux 0x2f1ea064 __SCK__tp_func_xdp_bulk_tx +EXPORT_SYMBOL_GPL vmlinux 0x2f2c95c4 flush_work +EXPORT_SYMBOL_GPL vmlinux 0x2f3abc9c badblocks_init +EXPORT_SYMBOL_GPL vmlinux 0x2f4880df static_key_slow_dec +EXPORT_SYMBOL_GPL vmlinux 0x2f4a7587 phy_optional_get +EXPORT_SYMBOL_GPL vmlinux 0x2f825905 blk_req_needs_zone_write_lock +EXPORT_SYMBOL_GPL vmlinux 0x2f8a8f74 led_blink_set +EXPORT_SYMBOL_GPL vmlinux 0x2f9058be platform_msi_domain_alloc_irqs +EXPORT_SYMBOL_GPL vmlinux 0x2f9eaa82 tcp_cong_avoid_ai +EXPORT_SYMBOL_GPL vmlinux 0x2f9ec3fb devm_power_supply_register_no_ws +EXPORT_SYMBOL_GPL vmlinux 0x2f9fa693 dev_pm_qos_hide_flags +EXPORT_SYMBOL_GPL vmlinux 0x2facb798 powercap_register_control_type +EXPORT_SYMBOL_GPL vmlinux 0x2fc1e0fe kmem_valid_obj +EXPORT_SYMBOL_GPL vmlinux 0x2fe23f31 inet6_csk_addr2sockaddr +EXPORT_SYMBOL_GPL vmlinux 0x2fe250c2 virtio_device_restore +EXPORT_SYMBOL_GPL vmlinux 0x2fe2b310 regmap_update_bits_base +EXPORT_SYMBOL_GPL vmlinux 0x2fe9e5da event_triggers_call +EXPORT_SYMBOL_GPL vmlinux 0x2ffbd18c opal_message_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0x3001d090 fscrypt_ioctl_get_policy_ex +EXPORT_SYMBOL_GPL vmlinux 0x3010647a pci_epc_start +EXPORT_SYMBOL_GPL vmlinux 0x301832fb opal_async_get_token_interruptible +EXPORT_SYMBOL_GPL vmlinux 0x302cc1c7 syscon_regmap_lookup_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0x302d7324 dax_layout_busy_page +EXPORT_SYMBOL_GPL vmlinux 0x3061cfce ring_buffer_entries_cpu +EXPORT_SYMBOL_GPL vmlinux 0x306338e1 devm_namespace_disable +EXPORT_SYMBOL_GPL vmlinux 0x306377f2 dev_pm_opp_of_remove_table +EXPORT_SYMBOL_GPL vmlinux 0x3091c737 pin_user_pages_fast +EXPORT_SYMBOL_GPL vmlinux 0x30adf70e adp5520_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x30b14e61 nvdimm_pmem_region_create +EXPORT_SYMBOL_GPL vmlinux 0x30b88521 pci_epc_get_features +EXPORT_SYMBOL_GPL vmlinux 0x30c2c815 regmap_get_raw_write_max +EXPORT_SYMBOL_GPL vmlinux 0x30df0bf4 do_tcp_sendpages +EXPORT_SYMBOL_GPL vmlinux 0x30f107ad iommu_alloc_resv_region +EXPORT_SYMBOL_GPL vmlinux 0x30fc505b crypto_alloc_tfm_node +EXPORT_SYMBOL_GPL vmlinux 0x31019477 __ftrace_vbprintk +EXPORT_SYMBOL_GPL vmlinux 0x31266931 con_debug_leave +EXPORT_SYMBOL_GPL vmlinux 0x31269173 alarm_init +EXPORT_SYMBOL_GPL vmlinux 0x312e43a6 tty_ldisc_ref_wait +EXPORT_SYMBOL_GPL vmlinux 0x3135db05 firmware_kobj +EXPORT_SYMBOL_GPL vmlinux 0x313a5654 crypto_aead_encrypt +EXPORT_SYMBOL_GPL vmlinux 0x31412e90 inet_csk_reqsk_queue_hash_add +EXPORT_SYMBOL_GPL vmlinux 0x3167825d device_add +EXPORT_SYMBOL_GPL vmlinux 0x316e1f3d srp_rport_add +EXPORT_SYMBOL_GPL vmlinux 0x317444c0 msg_zerocopy_callback +EXPORT_SYMBOL_GPL vmlinux 0x31839ad3 software_node_register_nodes +EXPORT_SYMBOL_GPL vmlinux 0x3185e36f shake_page +EXPORT_SYMBOL_GPL vmlinux 0x31867584 of_resolve_phandles +EXPORT_SYMBOL_GPL vmlinux 0x3187490a __SCK__tp_func_detach_device_from_domain +EXPORT_SYMBOL_GPL vmlinux 0x31883085 dma_opt_mapping_size +EXPORT_SYMBOL_GPL vmlinux 0x31907a3c irq_gc_set_wake +EXPORT_SYMBOL_GPL vmlinux 0x3192d768 cpufreq_remove_update_util_hook +EXPORT_SYMBOL_GPL vmlinux 0x319bd528 nvmem_cell_read_u8 +EXPORT_SYMBOL_GPL vmlinux 0x319c432d unregister_nvdimm_pmu +EXPORT_SYMBOL_GPL vmlinux 0x31a13866 __traceiter_rpm_suspend +EXPORT_SYMBOL_GPL vmlinux 0x31a55980 check_move_unevictable_folios +EXPORT_SYMBOL_GPL vmlinux 0x31a95e8b ring_buffer_record_enable_cpu +EXPORT_SYMBOL_GPL vmlinux 0x31ae8650 dw_pcie_ep_reset_bar +EXPORT_SYMBOL_GPL vmlinux 0x31bd0156 tpm_try_get_ops +EXPORT_SYMBOL_GPL vmlinux 0x31c7970f pciserial_suspend_ports +EXPORT_SYMBOL_GPL vmlinux 0x31d6dd71 crypto_stats_rng_seed +EXPORT_SYMBOL_GPL vmlinux 0x31d87c17 __devm_clk_hw_register_gate +EXPORT_SYMBOL_GPL vmlinux 0x31f278a5 dma_resv_describe +EXPORT_SYMBOL_GPL vmlinux 0x31f4b2cd serial8250_request_dma +EXPORT_SYMBOL_GPL vmlinux 0x31fe836e icc_enable +EXPORT_SYMBOL_GPL vmlinux 0x320e3f13 dev_pm_genpd_set_performance_state +EXPORT_SYMBOL_GPL vmlinux 0x3218f11f dma_mmap_pages +EXPORT_SYMBOL_GPL vmlinux 0x3221dd88 user_destroy +EXPORT_SYMBOL_GPL vmlinux 0x32295715 dev_pm_opp_clear_config +EXPORT_SYMBOL_GPL vmlinux 0x32342f92 poll_state_synchronize_srcu +EXPORT_SYMBOL_GPL vmlinux 0x32354ced skcipher_walk_virt +EXPORT_SYMBOL_GPL vmlinux 0x32427eda power_supply_unregister +EXPORT_SYMBOL_GPL vmlinux 0x325888a3 __tracepoint_neigh_update +EXPORT_SYMBOL_GPL vmlinux 0x326cefe5 hwpoison_filter_dev_minor +EXPORT_SYMBOL_GPL vmlinux 0x326f3316 dev_pm_genpd_suspend +EXPORT_SYMBOL_GPL vmlinux 0x3274317a ata_bmdma_start +EXPORT_SYMBOL_GPL vmlinux 0x327536e5 dm_table_set_type +EXPORT_SYMBOL_GPL vmlinux 0x32789804 bsg_job_put +EXPORT_SYMBOL_GPL vmlinux 0x32804d31 dev_pm_opp_of_cpumask_remove_table +EXPORT_SYMBOL_GPL vmlinux 0x32836981 public_key_verify_signature +EXPORT_SYMBOL_GPL vmlinux 0x329c9be9 devlink_linecard_nested_dl_set +EXPORT_SYMBOL_GPL vmlinux 0x32aa562f xhci_update_hub_device +EXPORT_SYMBOL_GPL vmlinux 0x32ab06cc irq_percpu_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0x32bc0fcf preempt_notifier_dec +EXPORT_SYMBOL_GPL vmlinux 0x32c3443f md_bitmap_resize +EXPORT_SYMBOL_GPL vmlinux 0x32c3cb4e class_compat_register +EXPORT_SYMBOL_GPL vmlinux 0x32ca43db dma_resv_wait_timeout +EXPORT_SYMBOL_GPL vmlinux 0x32df0bf5 wakeup_sources_walk_next +EXPORT_SYMBOL_GPL vmlinux 0x32df33e7 x509_cert_parse +EXPORT_SYMBOL_GPL vmlinux 0x32e63f2a usb_set_interface +EXPORT_SYMBOL_GPL vmlinux 0x32ec39f6 proc_create_net_single +EXPORT_SYMBOL_GPL vmlinux 0x32f4326c usb_get_maximum_ssp_rate +EXPORT_SYMBOL_GPL vmlinux 0x330010b6 cpuset_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0x330f6116 set_dax_synchronous +EXPORT_SYMBOL_GPL vmlinux 0x330ffbca of_irq_to_resource_table +EXPORT_SYMBOL_GPL vmlinux 0x332bb537 led_stop_software_blink +EXPORT_SYMBOL_GPL vmlinux 0x3338c4e3 anon_inode_getfd_secure +EXPORT_SYMBOL_GPL vmlinux 0x333e4a9b xas_find_conflict +EXPORT_SYMBOL_GPL vmlinux 0x335c570f enable_percpu_irq +EXPORT_SYMBOL_GPL vmlinux 0x335d8073 genphy_c45_fast_retrain +EXPORT_SYMBOL_GPL vmlinux 0x33685bb7 virtqueue_kick_prepare +EXPORT_SYMBOL_GPL vmlinux 0x336ce64f phy_pm_runtime_forbid +EXPORT_SYMBOL_GPL vmlinux 0x3372f3f5 serdev_controller_add +EXPORT_SYMBOL_GPL vmlinux 0x337b2796 elv_rqhash_del +EXPORT_SYMBOL_GPL vmlinux 0x3382bb31 mmc_send_status +EXPORT_SYMBOL_GPL vmlinux 0x3386000c nvdimm_setup_pfn +EXPORT_SYMBOL_GPL vmlinux 0x33a56253 serial8250_clear_and_reinit_fifos +EXPORT_SYMBOL_GPL vmlinux 0x33b6e574 mmc_crypto_prepare_req +EXPORT_SYMBOL_GPL vmlinux 0x33bf8cce fb_bl_default_curve +EXPORT_SYMBOL_GPL vmlinux 0x33c0a922 usb_block_urb +EXPORT_SYMBOL_GPL vmlinux 0x33d73fe6 xhci_gen_setup +EXPORT_SYMBOL_GPL vmlinux 0x33e0941d trace_event_raw_init +EXPORT_SYMBOL_GPL vmlinux 0x33e0cdbd regmap_async_complete_cb +EXPORT_SYMBOL_GPL vmlinux 0x33e14969 iptunnel_xmit +EXPORT_SYMBOL_GPL vmlinux 0x33ecb166 add_disk_randomness +EXPORT_SYMBOL_GPL vmlinux 0x33efc8c8 trace_clock_local +EXPORT_SYMBOL_GPL vmlinux 0x33f08ae3 pm_schedule_suspend +EXPORT_SYMBOL_GPL vmlinux 0x33f2fdcb free_vm_area +EXPORT_SYMBOL_GPL vmlinux 0x33ff485f replace_page_cache_folio +EXPORT_SYMBOL_GPL vmlinux 0x3402df77 rdev_clear_badblocks +EXPORT_SYMBOL_GPL vmlinux 0x34181c17 netdev_cmd_to_name +EXPORT_SYMBOL_GPL vmlinux 0x34184929 fuse_conn_put +EXPORT_SYMBOL_GPL vmlinux 0x342045fa netlink_remove_tap +EXPORT_SYMBOL_GPL vmlinux 0x342e4286 crypto_destroy_tfm +EXPORT_SYMBOL_GPL vmlinux 0x343d256d __irq_alloc_domain_generic_chips +EXPORT_SYMBOL_GPL vmlinux 0x34407691 crypto_has_ahash +EXPORT_SYMBOL_GPL vmlinux 0x344361a1 kdb_register +EXPORT_SYMBOL_GPL vmlinux 0x344799a2 fsstack_copy_inode_size +EXPORT_SYMBOL_GPL vmlinux 0x3449e02c policy_has_boost_freq +EXPORT_SYMBOL_GPL vmlinux 0x344a2c84 iomap_dio_complete +EXPORT_SYMBOL_GPL vmlinux 0x3450ad94 mpi_set_ui +EXPORT_SYMBOL_GPL vmlinux 0x346b0e17 pm_runtime_irq_safe +EXPORT_SYMBOL_GPL vmlinux 0x346fb458 crypto_enqueue_request +EXPORT_SYMBOL_GPL vmlinux 0x34769f70 ata_scsi_unlock_native_capacity +EXPORT_SYMBOL_GPL vmlinux 0x347ca858 serdev_device_set_flow_control +EXPORT_SYMBOL_GPL vmlinux 0x34926032 virtqueue_get_vring_size +EXPORT_SYMBOL_GPL vmlinux 0x34a7b142 __SCK__tp_func_rpm_suspend +EXPORT_SYMBOL_GPL vmlinux 0x34b47afd spi_delay_to_ns +EXPORT_SYMBOL_GPL vmlinux 0x34befa7b xhci_add_endpoint +EXPORT_SYMBOL_GPL vmlinux 0x34d07e5b spi_controller_resume +EXPORT_SYMBOL_GPL vmlinux 0x34d1eccd msg_zerocopy_put_abort +EXPORT_SYMBOL_GPL vmlinux 0x34d8463c is_virtio_device +EXPORT_SYMBOL_GPL vmlinux 0x34d8ebb7 pci_hp_del +EXPORT_SYMBOL_GPL vmlinux 0x34d93253 spi_controller_dma_map_mem_op_data +EXPORT_SYMBOL_GPL vmlinux 0x34dccfb2 context_tracking +EXPORT_SYMBOL_GPL vmlinux 0x34f3e235 elv_unregister +EXPORT_SYMBOL_GPL vmlinux 0x34fc4ad3 __tracepoint_block_split +EXPORT_SYMBOL_GPL vmlinux 0x34ff1642 pse_controller_unregister +EXPORT_SYMBOL_GPL vmlinux 0x350f6ce5 tasklet_unlock_wait +EXPORT_SYMBOL_GPL vmlinux 0x3515c197 sysfs_remove_link +EXPORT_SYMBOL_GPL vmlinux 0x35191d3a usb_control_msg +EXPORT_SYMBOL_GPL vmlinux 0x3519573a dma_pci_p2pdma_supported +EXPORT_SYMBOL_GPL vmlinux 0x352b3813 maxim_charger_calc_reg_current +EXPORT_SYMBOL_GPL vmlinux 0x352ec68b bpf_offload_dev_destroy +EXPORT_SYMBOL_GPL vmlinux 0x3540c9fb ata_sas_port_init +EXPORT_SYMBOL_GPL vmlinux 0x35469800 blk_next_bio +EXPORT_SYMBOL_GPL vmlinux 0x3552c405 eeh_pe_mark_isolated +EXPORT_SYMBOL_GPL vmlinux 0x355374ee rcu_tasks_trace_qs_blkd +EXPORT_SYMBOL_GPL vmlinux 0x35565708 mctp_unregister_netdev +EXPORT_SYMBOL_GPL vmlinux 0x3565a929 utf8_data_table +EXPORT_SYMBOL_GPL vmlinux 0x3569c647 pci_set_pcie_reset_state +EXPORT_SYMBOL_GPL vmlinux 0x358ff60f twl_get_hfclk_rate +EXPORT_SYMBOL_GPL vmlinux 0x35a0c762 regmap_mmio_attach_clk +EXPORT_SYMBOL_GPL vmlinux 0x35cc7d29 phy_speed_up +EXPORT_SYMBOL_GPL vmlinux 0x35cd56f2 of_thermal_is_trip_valid +EXPORT_SYMBOL_GPL vmlinux 0x35d3f794 tcp_get_info +EXPORT_SYMBOL_GPL vmlinux 0x35d87a47 gpiochip_line_is_valid +EXPORT_SYMBOL_GPL vmlinux 0x35e79365 spi_async +EXPORT_SYMBOL_GPL vmlinux 0x35ec0eaa of_irq_parse_raw +EXPORT_SYMBOL_GPL vmlinux 0x35f2e575 __pci_hp_register +EXPORT_SYMBOL_GPL vmlinux 0x360423df dma_resv_get_fences +EXPORT_SYMBOL_GPL vmlinux 0x360fa278 cpufreq_policy_transition_delay_us +EXPORT_SYMBOL_GPL vmlinux 0x361ab7c5 int_active_memcg +EXPORT_SYMBOL_GPL vmlinux 0x36242943 switchdev_deferred_process +EXPORT_SYMBOL_GPL vmlinux 0x3647a045 mf_dax_kill_procs +EXPORT_SYMBOL_GPL vmlinux 0x365b45d1 __tracepoint_sched_update_nr_running_tp +EXPORT_SYMBOL_GPL vmlinux 0x36749dd7 perf_event_sysfs_show +EXPORT_SYMBOL_GPL vmlinux 0x367acf58 gpiod_set_debounce +EXPORT_SYMBOL_GPL vmlinux 0x36898d6f gpiod_remove_hogs +EXPORT_SYMBOL_GPL vmlinux 0x36933dec devm_regulator_get_exclusive +EXPORT_SYMBOL_GPL vmlinux 0x369fcd70 tracing_snapshot +EXPORT_SYMBOL_GPL vmlinux 0x36a216e7 dev_attr_link_power_management_policy +EXPORT_SYMBOL_GPL vmlinux 0x36a3ef68 __platform_create_bundle +EXPORT_SYMBOL_GPL vmlinux 0x36ac5f89 rio_alloc_net +EXPORT_SYMBOL_GPL vmlinux 0x36ad1025 gpiochip_line_is_persistent +EXPORT_SYMBOL_GPL vmlinux 0x36b2957f ata_wait_after_reset +EXPORT_SYMBOL_GPL vmlinux 0x36beea7c regmap_reinit_cache +EXPORT_SYMBOL_GPL vmlinux 0x36c0305e xfrm_audit_state_replay_overflow +EXPORT_SYMBOL_GPL vmlinux 0x36cf538b fat_dir_empty +EXPORT_SYMBOL_GPL vmlinux 0x36dafdae clk_hw_unregister +EXPORT_SYMBOL_GPL vmlinux 0x36ea5bbe irq_chip_retrigger_hierarchy +EXPORT_SYMBOL_GPL vmlinux 0x36fdaa35 usb_get_role_switch_default_mode +EXPORT_SYMBOL_GPL vmlinux 0x371ffb81 devlink_traps_unregister +EXPORT_SYMBOL_GPL vmlinux 0x37224d24 ata_link_next +EXPORT_SYMBOL_GPL vmlinux 0x37250193 splice_to_pipe +EXPORT_SYMBOL_GPL vmlinux 0x372feae2 pci_find_next_capability +EXPORT_SYMBOL_GPL vmlinux 0x373711d3 crypto_register_akcipher +EXPORT_SYMBOL_GPL vmlinux 0x37476e23 edac_pci_alloc_ctl_info +EXPORT_SYMBOL_GPL vmlinux 0x37588456 bus_find_device +EXPORT_SYMBOL_GPL vmlinux 0x375cd18c vring_create_virtqueue +EXPORT_SYMBOL_GPL vmlinux 0x376b2512 vcap_lookup_keyfield +EXPORT_SYMBOL_GPL vmlinux 0x3774fca1 metadata_dst_alloc +EXPORT_SYMBOL_GPL vmlinux 0x377bbcbc pm_suspend_target_state +EXPORT_SYMBOL_GPL vmlinux 0x377f9eca usb_disable_ltm +EXPORT_SYMBOL_GPL vmlinux 0x37807a04 regmap_mmio_detach_clk +EXPORT_SYMBOL_GPL vmlinux 0x37927d5a pci_ecam_create +EXPORT_SYMBOL_GPL vmlinux 0x379e112e crypto_alloc_aead +EXPORT_SYMBOL_GPL vmlinux 0x37a70085 fuse_simple_background +EXPORT_SYMBOL_GPL vmlinux 0x37b479b8 power_supply_register +EXPORT_SYMBOL_GPL vmlinux 0x37b50fd8 dma_vmap_noncontiguous +EXPORT_SYMBOL_GPL vmlinux 0x37b9c781 dev_pm_opp_find_bw_ceil +EXPORT_SYMBOL_GPL vmlinux 0x37bf7be3 percpu_ref_exit +EXPORT_SYMBOL_GPL vmlinux 0x37d0527b d_same_name +EXPORT_SYMBOL_GPL vmlinux 0x37ed6c11 serdev_device_close +EXPORT_SYMBOL_GPL vmlinux 0x37f60ddb pci_sriov_get_totalvfs +EXPORT_SYMBOL_GPL vmlinux 0x3801776b __ioread32_copy +EXPORT_SYMBOL_GPL vmlinux 0x3804ac38 sched_numa_hop_mask +EXPORT_SYMBOL_GPL vmlinux 0x380b3dd9 netlink_add_tap +EXPORT_SYMBOL_GPL vmlinux 0x380c8f8c nvmem_device_cell_read +EXPORT_SYMBOL_GPL vmlinux 0x380dde36 power_supply_batinfo_ocv2cap +EXPORT_SYMBOL_GPL vmlinux 0x3822b9aa kobj_sysfs_ops +EXPORT_SYMBOL_GPL vmlinux 0x38268b62 icc_bulk_enable +EXPORT_SYMBOL_GPL vmlinux 0x38374815 clear_selection +EXPORT_SYMBOL_GPL vmlinux 0x383a40d1 rtnl_af_register +EXPORT_SYMBOL_GPL vmlinux 0x383afd2e pnv_ocxl_set_tl_conf +EXPORT_SYMBOL_GPL vmlinux 0x38448626 __pm_runtime_use_autosuspend +EXPORT_SYMBOL_GPL vmlinux 0x385abfad ehci_adjust_port_wakeup_flags +EXPORT_SYMBOL_GPL vmlinux 0x385ac876 wm8350_block_read +EXPORT_SYMBOL_GPL vmlinux 0x3866e217 nvmem_device_write +EXPORT_SYMBOL_GPL vmlinux 0x387572fa ata_port_freeze +EXPORT_SYMBOL_GPL vmlinux 0x388b582b dw_pcie_write_dbi +EXPORT_SYMBOL_GPL vmlinux 0x388f59a7 clk_hw_unregister_fixed_rate +EXPORT_SYMBOL_GPL vmlinux 0x38986b59 regmap_get_reg_stride +EXPORT_SYMBOL_GPL vmlinux 0x389b64a2 static_key_count +EXPORT_SYMBOL_GPL vmlinux 0x38aa1397 gpiod_add_lookup_table +EXPORT_SYMBOL_GPL vmlinux 0x38ba84b2 nvmem_cell_read_variable_le_u32 +EXPORT_SYMBOL_GPL vmlinux 0x38c89f62 usb_device_match_id +EXPORT_SYMBOL_GPL vmlinux 0x38d23562 badrange_add +EXPORT_SYMBOL_GPL vmlinux 0x38e1fde7 mpi_set +EXPORT_SYMBOL_GPL vmlinux 0x38e59a15 dma_get_merge_boundary +EXPORT_SYMBOL_GPL vmlinux 0x38e5bc5a clk_set_rate_range +EXPORT_SYMBOL_GPL vmlinux 0x38f24da3 pm_generic_freeze_late +EXPORT_SYMBOL_GPL vmlinux 0x38f704de dm_get_reserved_bio_based_ios +EXPORT_SYMBOL_GPL vmlinux 0x38fbe6dd gpiod_get_optional +EXPORT_SYMBOL_GPL vmlinux 0x39025080 devm_gpiochip_add_data_with_key +EXPORT_SYMBOL_GPL vmlinux 0x3912acd0 serial8250_update_uartclk +EXPORT_SYMBOL_GPL vmlinux 0x3917c0b2 __netpoll_free +EXPORT_SYMBOL_GPL vmlinux 0x393a8a28 crypto_ahash_digest +EXPORT_SYMBOL_GPL vmlinux 0x393d6a0a da903x_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x394f4f05 __synth_event_gen_cmd_start +EXPORT_SYMBOL_GPL vmlinux 0x39500ce2 kobject_init_and_add +EXPORT_SYMBOL_GPL vmlinux 0x395cb9a8 usb_hub_clear_tt_buffer +EXPORT_SYMBOL_GPL vmlinux 0x395f85dd bus_get_kset +EXPORT_SYMBOL_GPL vmlinux 0x396347cd __irq_set_handler +EXPORT_SYMBOL_GPL vmlinux 0x397010dd __pm_runtime_idle +EXPORT_SYMBOL_GPL vmlinux 0x397dea1e fixup_user_fault +EXPORT_SYMBOL_GPL vmlinux 0x397e2142 __SCK__tp_func_sched_cpu_capacity_tp +EXPORT_SYMBOL_GPL vmlinux 0x39841200 mptcp_token_get_sock +EXPORT_SYMBOL_GPL vmlinux 0x398b9ae0 ata_link_online +EXPORT_SYMBOL_GPL vmlinux 0x39a349f2 fsverity_prepare_setattr +EXPORT_SYMBOL_GPL vmlinux 0x39a7affc driver_deferred_probe_timeout +EXPORT_SYMBOL_GPL vmlinux 0x39aa4888 usb_role_string +EXPORT_SYMBOL_GPL vmlinux 0x39c32aca __SCK__tp_func_neigh_event_send_done +EXPORT_SYMBOL_GPL vmlinux 0x39cfa3c6 devm_blk_crypto_profile_init +EXPORT_SYMBOL_GPL vmlinux 0x39d60831 phy_validate +EXPORT_SYMBOL_GPL vmlinux 0x39ded098 rdma_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0x3a030794 rtnl_put_cacheinfo +EXPORT_SYMBOL_GPL vmlinux 0x3a05d5da debugfs_create_u32_array +EXPORT_SYMBOL_GPL vmlinux 0x3a0d4b57 edac_mc_find_csrow_by_page +EXPORT_SYMBOL_GPL vmlinux 0x3a15013b ata_pack_xfermask +EXPORT_SYMBOL_GPL vmlinux 0x3a24fb2f percpu_ref_resurrect +EXPORT_SYMBOL_GPL vmlinux 0x3a4f6a32 ata_sff_interrupt +EXPORT_SYMBOL_GPL vmlinux 0x3a536bd7 ring_buffer_read_finish +EXPORT_SYMBOL_GPL vmlinux 0x3a558dce devm_krealloc +EXPORT_SYMBOL_GPL vmlinux 0x3a55981a static_key_enable_cpuslocked +EXPORT_SYMBOL_GPL vmlinux 0x3a659859 sched_set_fifo +EXPORT_SYMBOL_GPL vmlinux 0x3a74e484 __tracepoint_sched_util_est_se_tp +EXPORT_SYMBOL_GPL vmlinux 0x3a85997b da9052_adc_read_temp +EXPORT_SYMBOL_GPL vmlinux 0x3a94562a clk_hw_round_rate +EXPORT_SYMBOL_GPL vmlinux 0x3a9be019 asymmetric_key_id_partial +EXPORT_SYMBOL_GPL vmlinux 0x3aaa9756 irq_domain_push_irq +EXPORT_SYMBOL_GPL vmlinux 0x3aacde0a netdev_rx_handler_register +EXPORT_SYMBOL_GPL vmlinux 0x3ac7eca9 fwnode_property_read_string +EXPORT_SYMBOL_GPL vmlinux 0x3ac9c0fb iommu_release_ownership +EXPORT_SYMBOL_GPL vmlinux 0x3acdf325 twl4030_audio_enable_resource +EXPORT_SYMBOL_GPL vmlinux 0x3b015e27 devm_regulator_register +EXPORT_SYMBOL_GPL vmlinux 0x3b152f0b devm_device_add_groups +EXPORT_SYMBOL_GPL vmlinux 0x3b172059 ext_pi_type1_crc64 +EXPORT_SYMBOL_GPL vmlinux 0x3b240ff6 xdp_rxq_info_unreg +EXPORT_SYMBOL_GPL vmlinux 0x3b2bc2d3 fscrypt_mergeable_bio_bh +EXPORT_SYMBOL_GPL vmlinux 0x3b35ae51 crypto_ahash_setkey +EXPORT_SYMBOL_GPL vmlinux 0x3b4c240a display_timings_release +EXPORT_SYMBOL_GPL vmlinux 0x3b610584 __tracepoint_sched_cpu_capacity_tp +EXPORT_SYMBOL_GPL vmlinux 0x3b6afdf1 raw_abort +EXPORT_SYMBOL_GPL vmlinux 0x3b6dc4ce platform_add_devices +EXPORT_SYMBOL_GPL vmlinux 0x3b757ff3 mm_account_pinned_pages +EXPORT_SYMBOL_GPL vmlinux 0x3b7645eb gpiod_get_array_value +EXPORT_SYMBOL_GPL vmlinux 0x3b7e9a14 of_alias_get_id +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 0x3bb33501 devl_sb_register +EXPORT_SYMBOL_GPL vmlinux 0x3bc71a65 da903x_clr_bits +EXPORT_SYMBOL_GPL vmlinux 0x3bcd065a clk_divider_ro_ops +EXPORT_SYMBOL_GPL vmlinux 0x3bd3c844 __traceiter_neigh_event_send_dead +EXPORT_SYMBOL_GPL vmlinux 0x3bdb5d28 alg_test +EXPORT_SYMBOL_GPL vmlinux 0x3bdc0e0c __tracepoint_neigh_event_send_done +EXPORT_SYMBOL_GPL vmlinux 0x3bdccd00 dev_pm_opp_of_register_em +EXPORT_SYMBOL_GPL vmlinux 0x3bf17755 mpi_read_buffer +EXPORT_SYMBOL_GPL vmlinux 0x3bf7efad __devm_clk_hw_register_divider +EXPORT_SYMBOL_GPL vmlinux 0x3bf8fa8e pm_clk_add +EXPORT_SYMBOL_GPL vmlinux 0x3c061b89 unregister_asymmetric_key_parser +EXPORT_SYMBOL_GPL vmlinux 0x3c08bd19 posix_acl_create +EXPORT_SYMBOL_GPL vmlinux 0x3c0c30ae virtqueue_add_inbuf +EXPORT_SYMBOL_GPL vmlinux 0x3c0d22c5 restore_online_page_callback +EXPORT_SYMBOL_GPL vmlinux 0x3c0dfac1 cpufreq_disable_fast_switch +EXPORT_SYMBOL_GPL vmlinux 0x3c158e43 shmem_truncate_range +EXPORT_SYMBOL_GPL vmlinux 0x3c1c3725 rcu_fwd_progress_check +EXPORT_SYMBOL_GPL vmlinux 0x3c2356b3 devm_gpiod_get_index_optional +EXPORT_SYMBOL_GPL vmlinux 0x3c2a6890 pci_host_common_remove +EXPORT_SYMBOL_GPL vmlinux 0x3c2b68f7 of_changeset_apply +EXPORT_SYMBOL_GPL vmlinux 0x3c37cbf8 machine_check_print_event_info +EXPORT_SYMBOL_GPL vmlinux 0x3c3c85d8 __SCK__tp_func_kfree_skb +EXPORT_SYMBOL_GPL vmlinux 0x3c3f6aa5 rtc_initialize_alarm +EXPORT_SYMBOL_GPL vmlinux 0x3c40fcfb fat_flush_inodes +EXPORT_SYMBOL_GPL vmlinux 0x3c66efc9 cpuidle_get_cpu_driver +EXPORT_SYMBOL_GPL vmlinux 0x3c681dc4 ring_buffer_record_disable +EXPORT_SYMBOL_GPL vmlinux 0x3ca05bc1 of_get_required_opp_performance_state +EXPORT_SYMBOL_GPL vmlinux 0x3cb38dfc sfp_bus_add_upstream +EXPORT_SYMBOL_GPL vmlinux 0x3cb3ef8b fwnode_get_named_child_node +EXPORT_SYMBOL_GPL vmlinux 0x3cd06035 add_input_randomness +EXPORT_SYMBOL_GPL vmlinux 0x3cd1b510 trace_vbprintk +EXPORT_SYMBOL_GPL vmlinux 0x3cd4b4c2 skb_copy_ubufs +EXPORT_SYMBOL_GPL vmlinux 0x3cf69baf slice_get_unmapped_area +EXPORT_SYMBOL_GPL vmlinux 0x3cfb796d kvmppc_save_tm_hv +EXPORT_SYMBOL_GPL vmlinux 0x3cff6d71 vcap_rule_add_key_u72 +EXPORT_SYMBOL_GPL vmlinux 0x3d0aa73c pci_cfg_access_lock +EXPORT_SYMBOL_GPL vmlinux 0x3d0b5126 usb_bulk_msg +EXPORT_SYMBOL_GPL vmlinux 0x3d121cf1 stmpe_block_read +EXPORT_SYMBOL_GPL vmlinux 0x3d388324 dpm_resume_end +EXPORT_SYMBOL_GPL vmlinux 0x3d4ecea4 led_classdev_register_ext +EXPORT_SYMBOL_GPL vmlinux 0x3d510a7b rcu_jiffies_till_stall_check +EXPORT_SYMBOL_GPL vmlinux 0x3d53adb9 fb_deferred_io_open +EXPORT_SYMBOL_GPL vmlinux 0x3d54b654 nvdimm_in_overwrite +EXPORT_SYMBOL_GPL vmlinux 0x3d612305 iommu_direction_to_tce_perm +EXPORT_SYMBOL_GPL vmlinux 0x3d6666d7 verify_pkcs7_signature +EXPORT_SYMBOL_GPL vmlinux 0x3d687d2e rio_release_outb_mbox +EXPORT_SYMBOL_GPL vmlinux 0x3d7f8429 mpc8xxx_spi_tx_buf_u32 +EXPORT_SYMBOL_GPL vmlinux 0x3d866e05 __SCK__tp_func_block_rq_insert +EXPORT_SYMBOL_GPL vmlinux 0x3d8a4757 ncsi_register_dev +EXPORT_SYMBOL_GPL vmlinux 0x3d8baf3b zs_huge_class_size +EXPORT_SYMBOL_GPL vmlinux 0x3d9bbf75 wwan_port_txon +EXPORT_SYMBOL_GPL vmlinux 0x3d9c6dd5 fscrypt_parse_test_dummy_encryption +EXPORT_SYMBOL_GPL vmlinux 0x3da0532d skb_mpls_update_lse +EXPORT_SYMBOL_GPL vmlinux 0x3daa2540 nf_hooks_lwtunnel_enabled +EXPORT_SYMBOL_GPL vmlinux 0x3dad1ba8 regulator_force_disable +EXPORT_SYMBOL_GPL vmlinux 0x3db31b1d inet_getpeer +EXPORT_SYMBOL_GPL vmlinux 0x3dbdd719 of_irq_to_resource +EXPORT_SYMBOL_GPL vmlinux 0x3dd6de5f dev_pm_qos_expose_latency_tolerance +EXPORT_SYMBOL_GPL vmlinux 0x3de9cae1 crypto_remove_final +EXPORT_SYMBOL_GPL vmlinux 0x3df1c464 tcp_register_congestion_control +EXPORT_SYMBOL_GPL vmlinux 0x3df21b85 pci_status_get_and_clear_errors +EXPORT_SYMBOL_GPL vmlinux 0x3df6efe6 pnv_ocxl_unmap_lpar +EXPORT_SYMBOL_GPL vmlinux 0x3e0311e6 __traceiter_wbc_writepage +EXPORT_SYMBOL_GPL vmlinux 0x3e14f8f3 cpufreq_unregister_governor +EXPORT_SYMBOL_GPL vmlinux 0x3e3e1112 regulator_get_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x3e411ace sfp_select_interface +EXPORT_SYMBOL_GPL vmlinux 0x3e4ce771 extcon_dev_free +EXPORT_SYMBOL_GPL vmlinux 0x3e511445 virtqueue_kick +EXPORT_SYMBOL_GPL vmlinux 0x3e5ccd51 balance_dirty_pages_ratelimited_flags +EXPORT_SYMBOL_GPL vmlinux 0x3e61a10e genphy_c45_pma_baset1_setup_master_slave +EXPORT_SYMBOL_GPL vmlinux 0x3e7080cb mpi_read_from_buffer +EXPORT_SYMBOL_GPL vmlinux 0x3e7651af extcon_register_notifier_all +EXPORT_SYMBOL_GPL vmlinux 0x3e766462 adp5520_write +EXPORT_SYMBOL_GPL vmlinux 0x3e78e99b vcap_val_rule +EXPORT_SYMBOL_GPL vmlinux 0x3e8b5ecf cxl_afu_put +EXPORT_SYMBOL_GPL vmlinux 0x3e903560 ip_tunnel_netlink_encap_parms +EXPORT_SYMBOL_GPL vmlinux 0x3e92676b pci_store_saved_state +EXPORT_SYMBOL_GPL vmlinux 0x3e9a1ff8 vp_modern_queue_vector +EXPORT_SYMBOL_GPL vmlinux 0x3ea1ce8a virtqueue_enable_cb_prepare +EXPORT_SYMBOL_GPL vmlinux 0x3ea709e1 crypto_shash_setkey +EXPORT_SYMBOL_GPL vmlinux 0x3ea9ba9e fixed_phy_set_link_update +EXPORT_SYMBOL_GPL vmlinux 0x3eaea577 fuse_get_unique +EXPORT_SYMBOL_GPL vmlinux 0x3ecdaa2b __find_linux_pte +EXPORT_SYMBOL_GPL vmlinux 0x3ed512ea icc_provider_deregister +EXPORT_SYMBOL_GPL vmlinux 0x3ed6c4a9 da9052_request_irq +EXPORT_SYMBOL_GPL vmlinux 0x3edb086b pse_control_put +EXPORT_SYMBOL_GPL vmlinux 0x3edba520 ncsi_start_dev +EXPORT_SYMBOL_GPL vmlinux 0x3ef051c8 crypto_inc +EXPORT_SYMBOL_GPL vmlinux 0x3f052965 skb_defer_rx_timestamp +EXPORT_SYMBOL_GPL vmlinux 0x3f122d0b ata_sas_port_start +EXPORT_SYMBOL_GPL vmlinux 0x3f193977 icc_nodes_remove +EXPORT_SYMBOL_GPL vmlinux 0x3f25b220 __traceiter_rpm_resume +EXPORT_SYMBOL_GPL vmlinux 0x3f2ba5ce sdio_release_host +EXPORT_SYMBOL_GPL vmlinux 0x3f3a65b2 usb_autopm_put_interface +EXPORT_SYMBOL_GPL vmlinux 0x3f42c423 tpm_get_timeouts +EXPORT_SYMBOL_GPL vmlinux 0x3f491f49 reset_control_bulk_reset +EXPORT_SYMBOL_GPL vmlinux 0x3f4cbc31 crypto_unregister_aead +EXPORT_SYMBOL_GPL vmlinux 0x3f5be677 __srcu_read_lock +EXPORT_SYMBOL_GPL vmlinux 0x3f5e18b0 wait_on_page_writeback +EXPORT_SYMBOL_GPL vmlinux 0x3f680e9e irq_domain_xlate_twocell +EXPORT_SYMBOL_GPL vmlinux 0x3f686baf page_cache_sync_ra +EXPORT_SYMBOL_GPL vmlinux 0x3f83b926 wakeup_source_add +EXPORT_SYMBOL_GPL vmlinux 0x3f83be2e serial8250_get_port +EXPORT_SYMBOL_GPL vmlinux 0x3f84bcd7 dax_alive +EXPORT_SYMBOL_GPL vmlinux 0x3f8ed689 mpic_subsys +EXPORT_SYMBOL_GPL vmlinux 0x3f8fa808 powercap_register_zone +EXPORT_SYMBOL_GPL vmlinux 0x3fa01f3e devm_clk_hw_register +EXPORT_SYMBOL_GPL vmlinux 0x3fa46b83 crypto_hash_walk_done +EXPORT_SYMBOL_GPL vmlinux 0x3fb2234e sysfs_rename_link_ns +EXPORT_SYMBOL_GPL vmlinux 0x3fb9ded4 ip6_pol_route +EXPORT_SYMBOL_GPL vmlinux 0x3fc73cdf screen_pos +EXPORT_SYMBOL_GPL vmlinux 0x3fd83940 usb_phy_get_charger_current +EXPORT_SYMBOL_GPL vmlinux 0x3fe35aea irq_bypass_unregister_consumer +EXPORT_SYMBOL_GPL vmlinux 0x3fe6c346 devlink_fmsg_binary_pair_put +EXPORT_SYMBOL_GPL vmlinux 0x3ff2e349 hte_request_ts_ns +EXPORT_SYMBOL_GPL vmlinux 0x3ffdacf3 timerqueue_iterate_next +EXPORT_SYMBOL_GPL vmlinux 0x3fffae8a vp_legacy_set_queue_address +EXPORT_SYMBOL_GPL vmlinux 0x4025b7d5 devm_gpiod_get_index +EXPORT_SYMBOL_GPL vmlinux 0x402746f6 tty_put_char +EXPORT_SYMBOL_GPL vmlinux 0x403f7e8d ipv4_sk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0x403f9529 gpio_request_one +EXPORT_SYMBOL_GPL vmlinux 0x4044f2fd pkcs7_get_content_data +EXPORT_SYMBOL_GPL vmlinux 0x4045b8ab clk_register_divider_table +EXPORT_SYMBOL_GPL vmlinux 0x405b6c1a fwnode_get_next_available_child_node +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 0x4099f919 tun_ptr_free +EXPORT_SYMBOL_GPL vmlinux 0x40b5be99 xive_native_populate_irq_data +EXPORT_SYMBOL_GPL vmlinux 0x40b995a8 crypto_alloc_rng +EXPORT_SYMBOL_GPL vmlinux 0x40e77931 devm_extcon_dev_unregister +EXPORT_SYMBOL_GPL vmlinux 0x40e7e900 ata_dev_pair +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 0x4110ebca uprobe_unregister +EXPORT_SYMBOL_GPL vmlinux 0x41130eee dev_attr_ncq_prio_supported +EXPORT_SYMBOL_GPL vmlinux 0x4114c914 get_user_pages_fast_only +EXPORT_SYMBOL_GPL vmlinux 0x4117d9df phy_pm_runtime_put +EXPORT_SYMBOL_GPL vmlinux 0x41287590 dev_pm_opp_get_max_volt_latency +EXPORT_SYMBOL_GPL vmlinux 0x412bc681 ring_buffer_empty_cpu +EXPORT_SYMBOL_GPL vmlinux 0x412c4451 dev_get_tstats64 +EXPORT_SYMBOL_GPL vmlinux 0x412dd4c1 public_key_subtype +EXPORT_SYMBOL_GPL vmlinux 0x414c2c21 __mt_destroy +EXPORT_SYMBOL_GPL vmlinux 0x414d119a videomode_from_timings +EXPORT_SYMBOL_GPL vmlinux 0x414d7aae xive_native_get_queue_state +EXPORT_SYMBOL_GPL vmlinux 0x414e5b68 devfreq_cooling_unregister +EXPORT_SYMBOL_GPL vmlinux 0x416ce1d9 devm_clk_hw_get_clk +EXPORT_SYMBOL_GPL vmlinux 0x416e2877 __put_task_struct +EXPORT_SYMBOL_GPL vmlinux 0x417ab318 clk_fixed_rate_ops +EXPORT_SYMBOL_GPL vmlinux 0x41814cb8 dirty_writeback_interval +EXPORT_SYMBOL_GPL vmlinux 0x41827b58 housekeeping_affine +EXPORT_SYMBOL_GPL vmlinux 0x418873cc irq_bypass_register_producer +EXPORT_SYMBOL_GPL vmlinux 0x4194b81a tps65912_device_exit +EXPORT_SYMBOL_GPL vmlinux 0x419e7efd sfp_module_stop +EXPORT_SYMBOL_GPL vmlinux 0x41a9e542 syscon_node_to_regmap +EXPORT_SYMBOL_GPL vmlinux 0x41b50e47 crypto_grab_skcipher +EXPORT_SYMBOL_GPL vmlinux 0x41b9a6e6 bsg_unregister_queue +EXPORT_SYMBOL_GPL vmlinux 0x41cfd65f edac_pci_handle_pe +EXPORT_SYMBOL_GPL vmlinux 0x41e6e393 bpf_offload_dev_netdev_unregister +EXPORT_SYMBOL_GPL vmlinux 0x41e7c6e5 thermal_zone_device_update +EXPORT_SYMBOL_GPL vmlinux 0x41ed3cec eventfd_ctx_remove_wait_queue +EXPORT_SYMBOL_GPL vmlinux 0x41f3459e crypto_unregister_shash +EXPORT_SYMBOL_GPL vmlinux 0x41f8e64f page_cache_ra_unbounded +EXPORT_SYMBOL_GPL vmlinux 0x41fb1056 crypto_register_skciphers +EXPORT_SYMBOL_GPL vmlinux 0x42041512 i2c_get_dma_safe_msg_buf +EXPORT_SYMBOL_GPL vmlinux 0x4205c02a ata_pci_device_suspend +EXPORT_SYMBOL_GPL vmlinux 0x4208dc92 blk_crypto_update_capabilities +EXPORT_SYMBOL_GPL vmlinux 0x420f3d01 nvmem_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x42179050 register_virtio_device +EXPORT_SYMBOL_GPL vmlinux 0x421d96e9 usb_ep0_reinit +EXPORT_SYMBOL_GPL vmlinux 0x422121ef trace_define_field +EXPORT_SYMBOL_GPL vmlinux 0x42278101 rio_route_clr_table +EXPORT_SYMBOL_GPL vmlinux 0x4242926b sdio_writeb +EXPORT_SYMBOL_GPL vmlinux 0x42571113 sbitmap_queue_wake_all +EXPORT_SYMBOL_GPL vmlinux 0x425ffaaa iomap_page_mkwrite +EXPORT_SYMBOL_GPL vmlinux 0x42635d55 pm_suspend_global_flags +EXPORT_SYMBOL_GPL vmlinux 0x42825ce2 rcu_scheduler_active +EXPORT_SYMBOL_GPL vmlinux 0x4286b8a5 extcon_dev_unregister +EXPORT_SYMBOL_GPL vmlinux 0x429c3f9c reboot_mode +EXPORT_SYMBOL_GPL vmlinux 0x42a7b4c4 __mmu_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0x42af19e0 rio_release_inb_pwrite +EXPORT_SYMBOL_GPL vmlinux 0x42b1a79b dw_pcie_ep_init_complete +EXPORT_SYMBOL_GPL vmlinux 0x42d14497 __nf_ip6_route +EXPORT_SYMBOL_GPL vmlinux 0x42d28ba4 percpu_is_read_locked +EXPORT_SYMBOL_GPL vmlinux 0x42ec8da6 mptcp_subflow_init_cookie_req +EXPORT_SYMBOL_GPL vmlinux 0x42ef0bc4 stop_machine +EXPORT_SYMBOL_GPL vmlinux 0x42f728aa mctrl_gpio_get_outputs +EXPORT_SYMBOL_GPL vmlinux 0x430d88ec __traceiter_arm_event +EXPORT_SYMBOL_GPL vmlinux 0x430ded91 sata_scr_write_flush +EXPORT_SYMBOL_GPL vmlinux 0x430fdf91 alarm_restart +EXPORT_SYMBOL_GPL vmlinux 0x432702e6 mm_iommu_mapped_inc +EXPORT_SYMBOL_GPL vmlinux 0x433c7403 kthread_mod_delayed_work +EXPORT_SYMBOL_GPL vmlinux 0x4345709e i2c_new_ancillary_device +EXPORT_SYMBOL_GPL vmlinux 0x4349d9e8 tpm_chip_register +EXPORT_SYMBOL_GPL vmlinux 0x434ffc15 unregister_kprobes +EXPORT_SYMBOL_GPL vmlinux 0x43697f2d regmap_read +EXPORT_SYMBOL_GPL vmlinux 0x436d817f mpi_clear_bit +EXPORT_SYMBOL_GPL vmlinux 0x43737c2c sysfs_remove_files +EXPORT_SYMBOL_GPL vmlinux 0x437eb1df ipv6_mod_enabled +EXPORT_SYMBOL_GPL vmlinux 0x43aa319e lease_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x43aa68f8 nf_queue_entry_free +EXPORT_SYMBOL_GPL vmlinux 0x43b11c46 lp8788_write_byte +EXPORT_SYMBOL_GPL vmlinux 0x43b5310f usb_asmedia_modifyflowcontrol +EXPORT_SYMBOL_GPL vmlinux 0x43b6129d badblocks_show +EXPORT_SYMBOL_GPL vmlinux 0x43c96827 __traceiter_udp_fail_queue_rcv_skb +EXPORT_SYMBOL_GPL vmlinux 0x43caa7c0 regmap_irq_get_irq_reg_linear +EXPORT_SYMBOL_GPL vmlinux 0x43e4bd7f nf_conn_btf_access_lock +EXPORT_SYMBOL_GPL vmlinux 0x43ebdaca crypto_alloc_akcipher +EXPORT_SYMBOL_GPL vmlinux 0x43f81957 clk_round_rate +EXPORT_SYMBOL_GPL vmlinux 0x43f92edd wait_for_initramfs +EXPORT_SYMBOL_GPL vmlinux 0x43ff064c irq_domain_add_legacy +EXPORT_SYMBOL_GPL vmlinux 0x4401e6c2 mpi_cmpabs +EXPORT_SYMBOL_GPL vmlinux 0x44120681 device_for_each_child_reverse +EXPORT_SYMBOL_GPL vmlinux 0x441f6919 pinconf_generic_dt_node_to_map +EXPORT_SYMBOL_GPL vmlinux 0x442bac1c device_show_int +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 0x443caefe gpiod_set_raw_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x443d690f pci_reset_bus +EXPORT_SYMBOL_GPL vmlinux 0x4448c679 mt_prev +EXPORT_SYMBOL_GPL vmlinux 0x4454bca9 sbitmap_queue_init_node +EXPORT_SYMBOL_GPL vmlinux 0x447f237f pnv_ocxl_unmap_xsl_regs +EXPORT_SYMBOL_GPL vmlinux 0x4484a5a4 wait_for_device_probe +EXPORT_SYMBOL_GPL vmlinux 0x448a88c7 irq_create_of_mapping +EXPORT_SYMBOL_GPL vmlinux 0x448f6bff ethnl_cable_test_pulse +EXPORT_SYMBOL_GPL vmlinux 0x4490eba8 phy_gbit_fibre_features +EXPORT_SYMBOL_GPL vmlinux 0x449b3435 ata_dev_disable +EXPORT_SYMBOL_GPL vmlinux 0x449fa45d btree_remove +EXPORT_SYMBOL_GPL vmlinux 0x449fd59f of_genpd_add_device +EXPORT_SYMBOL_GPL vmlinux 0x44a237e8 fscrypt_fname_encrypted_size +EXPORT_SYMBOL_GPL vmlinux 0x44ad1502 usb_control_msg_recv +EXPORT_SYMBOL_GPL vmlinux 0x44b09de0 iommu_tce_check_ioba +EXPORT_SYMBOL_GPL vmlinux 0x44b33232 dst_cache_get_ip4 +EXPORT_SYMBOL_GPL vmlinux 0x44b371af bus_sort_breadthfirst +EXPORT_SYMBOL_GPL vmlinux 0x44bae227 bit_wait_timeout +EXPORT_SYMBOL_GPL vmlinux 0x44bcd838 inet6_csk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0x44c5630b mmput +EXPORT_SYMBOL_GPL vmlinux 0x44ca69fd unregister_kprobe +EXPORT_SYMBOL_GPL vmlinux 0x44caa481 l3mdev_fib_table_rcu +EXPORT_SYMBOL_GPL vmlinux 0x44caec28 pinctrl_pm_select_sleep_state +EXPORT_SYMBOL_GPL vmlinux 0x44cf8cf0 blk_zone_cond_str +EXPORT_SYMBOL_GPL vmlinux 0x44d2d9ff sbitmap_get +EXPORT_SYMBOL_GPL vmlinux 0x44d37dd2 serial8250_em485_stop_tx +EXPORT_SYMBOL_GPL vmlinux 0x44e100b0 __traceiter_fdb_delete +EXPORT_SYMBOL_GPL vmlinux 0x45060314 nvdimm_name +EXPORT_SYMBOL_GPL vmlinux 0x4507f4a8 cpuhp_tasks_frozen +EXPORT_SYMBOL_GPL vmlinux 0x450a8b7c pinctrl_generic_add_group +EXPORT_SYMBOL_GPL vmlinux 0x4516044d pcibios_free_controller +EXPORT_SYMBOL_GPL vmlinux 0x4531624f usb_decode_ctrl +EXPORT_SYMBOL_GPL vmlinux 0x4531ab62 copy_from_kernel_nofault +EXPORT_SYMBOL_GPL vmlinux 0x4533eebf crypto_alg_mod_lookup +EXPORT_SYMBOL_GPL vmlinux 0x45377c0a gpiochip_generic_request +EXPORT_SYMBOL_GPL vmlinux 0x453e0d88 blkcg_deactivate_policy +EXPORT_SYMBOL_GPL vmlinux 0x453e4a96 sdio_writel +EXPORT_SYMBOL_GPL vmlinux 0x4550b703 kset_create_and_add +EXPORT_SYMBOL_GPL vmlinux 0x45558f56 clk_unregister_fixed_factor +EXPORT_SYMBOL_GPL vmlinux 0x45597170 inet_peer_base_init +EXPORT_SYMBOL_GPL vmlinux 0x457594fa crypto_alg_list +EXPORT_SYMBOL_GPL vmlinux 0x4587c8ff bpf_verifier_log_write +EXPORT_SYMBOL_GPL vmlinux 0x45a1f12d blkcg_activate_policy +EXPORT_SYMBOL_GPL vmlinux 0x45a7fdd7 rio_del_mport_pw_handler +EXPORT_SYMBOL_GPL vmlinux 0x45bb24f1 fwnode_get_next_parent +EXPORT_SYMBOL_GPL vmlinux 0x46013233 net_dec_ingress_queue +EXPORT_SYMBOL_GPL vmlinux 0x46036ded fuse_free_conn +EXPORT_SYMBOL_GPL vmlinux 0x46134995 usb_root_hub_lost_power +EXPORT_SYMBOL_GPL vmlinux 0x46160e46 skb_complete_wifi_ack +EXPORT_SYMBOL_GPL vmlinux 0x461db5e8 __vfs_setxattr_locked +EXPORT_SYMBOL_GPL vmlinux 0x46223704 ethnl_cable_test_finished +EXPORT_SYMBOL_GPL vmlinux 0x46269814 __tracepoint_neigh_event_send_dead +EXPORT_SYMBOL_GPL vmlinux 0x46339739 tpm_chip_stop +EXPORT_SYMBOL_GPL vmlinux 0x4634ec2f sk_msg_free +EXPORT_SYMBOL_GPL vmlinux 0x4639f23d skcipher_walk_async +EXPORT_SYMBOL_GPL vmlinux 0x463d2bd1 ata_bmdma_dumb_qc_prep +EXPORT_SYMBOL_GPL vmlinux 0x464b513b ata_std_error_handler +EXPORT_SYMBOL_GPL vmlinux 0x464fa20c badblocks_check +EXPORT_SYMBOL_GPL vmlinux 0x46550f40 rio_map_inb_region +EXPORT_SYMBOL_GPL vmlinux 0x46666b2e fib_new_table +EXPORT_SYMBOL_GPL vmlinux 0x4669a610 dev_xdp_prog_count +EXPORT_SYMBOL_GPL vmlinux 0x46730e28 phy_pm_runtime_get_sync +EXPORT_SYMBOL_GPL vmlinux 0x467e2bb5 fwnode_graph_get_endpoint_by_id +EXPORT_SYMBOL_GPL vmlinux 0x467e9716 ahash_register_instance +EXPORT_SYMBOL_GPL vmlinux 0x467eb7de vas_unregister_api_pseries +EXPORT_SYMBOL_GPL vmlinux 0x4688d7ec pvclock_gtod_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x468f9847 tty_set_termios +EXPORT_SYMBOL_GPL vmlinux 0x46906c03 clk_hw_get_num_parents +EXPORT_SYMBOL_GPL vmlinux 0x4692f673 copy_mc_generic +EXPORT_SYMBOL_GPL vmlinux 0x46ae3e05 relay_open +EXPORT_SYMBOL_GPL vmlinux 0x46bcbd29 dax_iomap_rw +EXPORT_SYMBOL_GPL vmlinux 0x46be725d to_nvdimm +EXPORT_SYMBOL_GPL vmlinux 0x46e465de klist_init +EXPORT_SYMBOL_GPL vmlinux 0x46e66681 phy_start_machine +EXPORT_SYMBOL_GPL vmlinux 0x46ef8703 phy_basic_t1_features +EXPORT_SYMBOL_GPL vmlinux 0x46ff2685 watchdog_init_timeout +EXPORT_SYMBOL_GPL vmlinux 0x46ffed0e blk_mq_sched_try_insert_merge +EXPORT_SYMBOL_GPL vmlinux 0x47015e4f sk_clone_lock +EXPORT_SYMBOL_GPL vmlinux 0x4705c76c trace_seq_to_user +EXPORT_SYMBOL_GPL vmlinux 0x47154327 clk_mux_ops +EXPORT_SYMBOL_GPL vmlinux 0x47156e13 __phy_modify_mmd_changed +EXPORT_SYMBOL_GPL vmlinux 0x471dfea7 vring_del_virtqueue +EXPORT_SYMBOL_GPL vmlinux 0x47229b5c gpio_request +EXPORT_SYMBOL_GPL vmlinux 0x4723e873 clk_register_fractional_divider +EXPORT_SYMBOL_GPL vmlinux 0x472757e8 sdev_evt_send +EXPORT_SYMBOL_GPL vmlinux 0x4731aa24 cpufreq_driver_target +EXPORT_SYMBOL_GPL vmlinux 0x47387996 pci_p2pmem_publish +EXPORT_SYMBOL_GPL vmlinux 0x473dd3ed tpm_pm_suspend +EXPORT_SYMBOL_GPL vmlinux 0x474d67fb usb_clear_halt +EXPORT_SYMBOL_GPL vmlinux 0x474efc76 device_wakeup_disable +EXPORT_SYMBOL_GPL vmlinux 0x4761f17c register_netevent_notifier +EXPORT_SYMBOL_GPL vmlinux 0x476bacef extcon_set_property_capability +EXPORT_SYMBOL_GPL vmlinux 0x4776c87b md_stop +EXPORT_SYMBOL_GPL vmlinux 0x477a8ea0 i2c_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x4783a97f devm_of_icc_get +EXPORT_SYMBOL_GPL vmlinux 0x47884890 system_power_efficient_wq +EXPORT_SYMBOL_GPL vmlinux 0x478e81f8 tcp_orphan_count +EXPORT_SYMBOL_GPL vmlinux 0x478eae60 sysfs_notify +EXPORT_SYMBOL_GPL vmlinux 0x479803b9 base64_encode +EXPORT_SYMBOL_GPL vmlinux 0x479f7d4b clk_bulk_disable +EXPORT_SYMBOL_GPL vmlinux 0x47a5dc57 gpiod_get +EXPORT_SYMBOL_GPL vmlinux 0x47aad3b9 have_governor_per_policy +EXPORT_SYMBOL_GPL vmlinux 0x47b00623 tcp_done +EXPORT_SYMBOL_GPL vmlinux 0x47b7a692 cpu_feature_keys +EXPORT_SYMBOL_GPL vmlinux 0x47bf5af8 __xdp_build_skb_from_frame +EXPORT_SYMBOL_GPL vmlinux 0x47c7e4ce blk_mq_unfreeze_queue +EXPORT_SYMBOL_GPL vmlinux 0x47de0dc7 clk_unregister_mux +EXPORT_SYMBOL_GPL vmlinux 0x47edd02a fuse_dev_free +EXPORT_SYMBOL_GPL vmlinux 0x4801ded1 sbitmap_queue_get_shallow +EXPORT_SYMBOL_GPL vmlinux 0x480305ca kmsg_dump_rewind +EXPORT_SYMBOL_GPL vmlinux 0x480307f7 debugfs_create_file +EXPORT_SYMBOL_GPL vmlinux 0x48090d5e i2c_new_dummy_device +EXPORT_SYMBOL_GPL vmlinux 0x4809b96d ata_ncq_sdev_groups +EXPORT_SYMBOL_GPL vmlinux 0x4811c4e7 pci_intx +EXPORT_SYMBOL_GPL vmlinux 0x481668ed unix_peer_get +EXPORT_SYMBOL_GPL vmlinux 0x481b1949 mm_iommu_new +EXPORT_SYMBOL_GPL vmlinux 0x481f9b7d mpi_mulm +EXPORT_SYMBOL_GPL vmlinux 0x48203853 em_cpu_get +EXPORT_SYMBOL_GPL vmlinux 0x483d8092 ip6_datagram_send_ctl +EXPORT_SYMBOL_GPL vmlinux 0x484a27bc rdev_get_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x484e789b ata_pio_need_iordy +EXPORT_SYMBOL_GPL vmlinux 0x487485eb sata_set_spd +EXPORT_SYMBOL_GPL vmlinux 0x487ac245 usb_poison_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0x48884c27 iommu_dev_enable_feature +EXPORT_SYMBOL_GPL vmlinux 0x4890d1c6 dev_pm_opp_remove +EXPORT_SYMBOL_GPL vmlinux 0x489c8a46 nfs_ssc_unregister +EXPORT_SYMBOL_GPL vmlinux 0x48a3d20b mctrl_gpio_get +EXPORT_SYMBOL_GPL vmlinux 0x48a9e36c devm_request_pci_bus_resources +EXPORT_SYMBOL_GPL vmlinux 0x48aed2af regmap_field_free +EXPORT_SYMBOL_GPL vmlinux 0x48b0d6af irq_chip_enable_parent +EXPORT_SYMBOL_GPL vmlinux 0x48c00b95 rdev_get_regmap +EXPORT_SYMBOL_GPL vmlinux 0x48c32847 __SCK__tp_func_sched_util_est_se_tp +EXPORT_SYMBOL_GPL vmlinux 0x48c78711 __traceiter_ata_bmdma_status +EXPORT_SYMBOL_GPL vmlinux 0x48df171f tpm_chip_unregister +EXPORT_SYMBOL_GPL vmlinux 0x48e0670c fwnode_get_name +EXPORT_SYMBOL_GPL vmlinux 0x48e3f6b9 dev_coredumpsg +EXPORT_SYMBOL_GPL vmlinux 0x4904c8a9 fl6_update_dst +EXPORT_SYMBOL_GPL vmlinux 0x49242bc7 freezer_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0x4934bdd0 crypto_check_attr_type +EXPORT_SYMBOL_GPL vmlinux 0x4939ebcd numa_map_to_online_node +EXPORT_SYMBOL_GPL vmlinux 0x49462e1e crypto_stats_aead_decrypt +EXPORT_SYMBOL_GPL vmlinux 0x49537b54 dev_pm_opp_of_find_icc_paths +EXPORT_SYMBOL_GPL vmlinux 0x49589e07 balloon_page_list_dequeue +EXPORT_SYMBOL_GPL vmlinux 0x49608959 migrate_disable +EXPORT_SYMBOL_GPL vmlinux 0x4975b8cb pm_generic_freeze +EXPORT_SYMBOL_GPL vmlinux 0x49788096 pnv_ocxl_spa_setup +EXPORT_SYMBOL_GPL vmlinux 0x498b9c44 lwtunnel_encap_add_ops +EXPORT_SYMBOL_GPL vmlinux 0x499043d3 crypto_init_queue +EXPORT_SYMBOL_GPL vmlinux 0x49927d25 page_reporting_unregister +EXPORT_SYMBOL_GPL vmlinux 0x499bcde9 inet6_hash +EXPORT_SYMBOL_GPL vmlinux 0x49b100fd inet6_cleanup_sock +EXPORT_SYMBOL_GPL vmlinux 0x49b198d3 __percpu_down_read +EXPORT_SYMBOL_GPL vmlinux 0x49b27edd dev_pm_opp_of_add_table +EXPORT_SYMBOL_GPL vmlinux 0x49cd25ed alloc_workqueue +EXPORT_SYMBOL_GPL vmlinux 0x49d184d2 platform_get_irq_byname_optional +EXPORT_SYMBOL_GPL vmlinux 0x49dadf99 pci_find_vsec_capability +EXPORT_SYMBOL_GPL vmlinux 0x49e5c1d9 nvdimm_volatile_region_create +EXPORT_SYMBOL_GPL vmlinux 0x49e96999 cond_synchronize_rcu +EXPORT_SYMBOL_GPL vmlinux 0x49f29e28 shash_free_singlespawn_instance +EXPORT_SYMBOL_GPL vmlinux 0x49f3b073 irq_get_percpu_devid_partition +EXPORT_SYMBOL_GPL vmlinux 0x4a026413 mm_iommu_mapped_dec +EXPORT_SYMBOL_GPL vmlinux 0x4a0b02dc of_pinctrl_get +EXPORT_SYMBOL_GPL vmlinux 0x4a128efd rio_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x4a17ed66 sysrq_mask +EXPORT_SYMBOL_GPL vmlinux 0x4a181706 hvc_poll +EXPORT_SYMBOL_GPL vmlinux 0x4a396d77 crypto_alloc_ahash +EXPORT_SYMBOL_GPL vmlinux 0x4a3b82b9 gpiochip_reqres_irq +EXPORT_SYMBOL_GPL vmlinux 0x4a3ebe64 inet_csk_listen_start +EXPORT_SYMBOL_GPL vmlinux 0x4a3ff62b ping_recvmsg +EXPORT_SYMBOL_GPL vmlinux 0x4a466260 pci_epc_multi_mem_init +EXPORT_SYMBOL_GPL vmlinux 0x4a4775a1 usb_sg_cancel +EXPORT_SYMBOL_GPL vmlinux 0x4a4a8c02 serial8250_do_shutdown +EXPORT_SYMBOL_GPL vmlinux 0x4a5370bd __fscrypt_prepare_readdir +EXPORT_SYMBOL_GPL vmlinux 0x4a53e287 lwtunnel_build_state +EXPORT_SYMBOL_GPL vmlinux 0x4a587132 usb_hcd_setup_local_mem +EXPORT_SYMBOL_GPL vmlinux 0x4a77d177 sock_diag_put_meminfo +EXPORT_SYMBOL_GPL vmlinux 0x4a804cea devm_regulator_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x4a806fb1 iommu_detach_device_pasid +EXPORT_SYMBOL_GPL vmlinux 0x4a8e8f0f generic_fh_to_dentry +EXPORT_SYMBOL_GPL vmlinux 0x4a928406 crypto_alg_extsize +EXPORT_SYMBOL_GPL vmlinux 0x4a981f59 pcibios_finish_adding_to_bus +EXPORT_SYMBOL_GPL vmlinux 0x4a9f047a tm_enable +EXPORT_SYMBOL_GPL vmlinux 0x4aa6a1a1 dev_pm_opp_set_sharing_cpus +EXPORT_SYMBOL_GPL vmlinux 0x4aab7fd3 transport_class_register +EXPORT_SYMBOL_GPL vmlinux 0x4aac5a01 set_secondary_fwnode +EXPORT_SYMBOL_GPL vmlinux 0x4abf9726 vp_modern_set_queue_size +EXPORT_SYMBOL_GPL vmlinux 0x4ac6f859 scsi_host_block +EXPORT_SYMBOL_GPL vmlinux 0x4ae68207 virtqueue_get_desc_addr +EXPORT_SYMBOL_GPL vmlinux 0x4b30a30f regmap_irq_get_domain +EXPORT_SYMBOL_GPL vmlinux 0x4b50e93d irq_chip_set_wake_parent +EXPORT_SYMBOL_GPL vmlinux 0x4b61088d fwnode_connection_find_matches +EXPORT_SYMBOL_GPL vmlinux 0x4b6474e2 vas_init_tx_win_attr +EXPORT_SYMBOL_GPL vmlinux 0x4b77ccd3 ata_dummy_port_ops +EXPORT_SYMBOL_GPL vmlinux 0x4b7848de __dev_change_net_namespace +EXPORT_SYMBOL_GPL vmlinux 0x4b8ed523 em_pd_get +EXPORT_SYMBOL_GPL vmlinux 0x4b946cbd nf_nat_hook +EXPORT_SYMBOL_GPL vmlinux 0x4bab192f tc3589x_reg_read +EXPORT_SYMBOL_GPL vmlinux 0x4bcb860a dm_suspended +EXPORT_SYMBOL_GPL vmlinux 0x4bd6f08b misc_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0x4bdb8dcc housekeeping_test_cpu +EXPORT_SYMBOL_GPL vmlinux 0x4be2ecda usb_get_hcd +EXPORT_SYMBOL_GPL vmlinux 0x4be9ace9 nvmem_cell_read_u64 +EXPORT_SYMBOL_GPL vmlinux 0x4bef0884 pgtable_cache_add +EXPORT_SYMBOL_GPL vmlinux 0x4c217c2b gov_attr_set_put +EXPORT_SYMBOL_GPL vmlinux 0x4c286603 akcipher_register_instance +EXPORT_SYMBOL_GPL vmlinux 0x4c2b351d start_poll_synchronize_rcu_expedited +EXPORT_SYMBOL_GPL vmlinux 0x4c2c0719 fscrypt_set_bio_crypt_ctx_bh +EXPORT_SYMBOL_GPL vmlinux 0x4c447e92 fib_add_nexthop +EXPORT_SYMBOL_GPL vmlinux 0x4c4f3ac9 bdi_dev_name +EXPORT_SYMBOL_GPL vmlinux 0x4c549b36 __traceiter_xhci_dbg_quirks +EXPORT_SYMBOL_GPL vmlinux 0x4c5cabe6 pinmux_generic_get_function_count +EXPORT_SYMBOL_GPL vmlinux 0x4c775340 devm_memunmap_pages +EXPORT_SYMBOL_GPL vmlinux 0x4c7e7103 br_ip6_fragment +EXPORT_SYMBOL_GPL vmlinux 0x4ca7bff9 devm_gpio_request +EXPORT_SYMBOL_GPL vmlinux 0x4cb27100 ktime_get_snapshot +EXPORT_SYMBOL_GPL vmlinux 0x4cb81fda __SCK__tp_func_wbc_writepage +EXPORT_SYMBOL_GPL vmlinux 0x4cc13906 cpufreq_frequency_table_get_index +EXPORT_SYMBOL_GPL vmlinux 0x4cc4339a of_dma_configure_id +EXPORT_SYMBOL_GPL vmlinux 0x4cd922ca pci_epc_mem_exit +EXPORT_SYMBOL_GPL vmlinux 0x4cdcb139 __inet_lookup_listener +EXPORT_SYMBOL_GPL vmlinux 0x4ce3de02 blk_execute_rq_nowait +EXPORT_SYMBOL_GPL vmlinux 0x4ce519bc __mmdrop +EXPORT_SYMBOL_GPL vmlinux 0x4cfabe5f crypto_register_acomps +EXPORT_SYMBOL_GPL vmlinux 0x4d0015e2 cpu_hotplug_disable +EXPORT_SYMBOL_GPL vmlinux 0x4d030e65 extcon_get_property_capability +EXPORT_SYMBOL_GPL vmlinux 0x4d342685 sdio_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x4d3a0696 __SCK__tp_func_rpm_idle +EXPORT_SYMBOL_GPL vmlinux 0x4d501557 fuse_fill_super_common +EXPORT_SYMBOL_GPL vmlinux 0x4d5a5dc5 pinctrl_select_default_state +EXPORT_SYMBOL_GPL vmlinux 0x4d6d0bbc iommu_group_ref_get +EXPORT_SYMBOL_GPL vmlinux 0x4d7272e4 migrate_enable +EXPORT_SYMBOL_GPL vmlinux 0x4d7db092 pinctrl_generic_get_group_count +EXPORT_SYMBOL_GPL vmlinux 0x4dae01d8 devlink_linecard_create +EXPORT_SYMBOL_GPL vmlinux 0x4dae16e4 i2c_put_dma_safe_msg_buf +EXPORT_SYMBOL_GPL vmlinux 0x4dc52c09 pnv_power9_force_smt4_catch +EXPORT_SYMBOL_GPL vmlinux 0x4dc6150d __iptunnel_pull_header +EXPORT_SYMBOL_GPL vmlinux 0x4de17ab3 usb_state_string +EXPORT_SYMBOL_GPL vmlinux 0x4de9ff08 sbitmap_show +EXPORT_SYMBOL_GPL vmlinux 0x4df863e9 wwan_put_debugfs_dir +EXPORT_SYMBOL_GPL vmlinux 0x4dff61e5 wwan_port_txoff +EXPORT_SYMBOL_GPL vmlinux 0x4e04e86d xhci_resume +EXPORT_SYMBOL_GPL vmlinux 0x4e160fc9 blk_trace_remove +EXPORT_SYMBOL_GPL vmlinux 0x4e17c613 ata_sff_queue_delayed_work +EXPORT_SYMBOL_GPL vmlinux 0x4e21e218 crypto_unregister_acomp +EXPORT_SYMBOL_GPL vmlinux 0x4e2cd994 dma_resv_iter_first +EXPORT_SYMBOL_GPL vmlinux 0x4e46aa18 rhashtable_walk_enter +EXPORT_SYMBOL_GPL vmlinux 0x4e53e4c4 devlink_param_value_changed +EXPORT_SYMBOL_GPL vmlinux 0x4e584442 em_dev_unregister_perf_domain +EXPORT_SYMBOL_GPL vmlinux 0x4e5967c9 raw_seq_start +EXPORT_SYMBOL_GPL vmlinux 0x4e661ed3 usb_hcd_pci_probe +EXPORT_SYMBOL_GPL vmlinux 0x4e6b5c0c dma_can_mmap +EXPORT_SYMBOL_GPL vmlinux 0x4e745999 blk_mq_hctx_set_fq_lock_class +EXPORT_SYMBOL_GPL vmlinux 0x4e74878e __tracepoint_devlink_hwerr +EXPORT_SYMBOL_GPL vmlinux 0x4e8e72e9 pci_msi_create_irq_domain +EXPORT_SYMBOL_GPL vmlinux 0x4e9e9ae2 __irq_resolve_mapping +EXPORT_SYMBOL_GPL vmlinux 0x4eac5fc1 cpu_mitigations_auto_nosmt +EXPORT_SYMBOL_GPL vmlinux 0x4eb39d4e __tracepoint_tcp_bad_csum +EXPORT_SYMBOL_GPL vmlinux 0x4ecaabce vp_legacy_get_queue_size +EXPORT_SYMBOL_GPL vmlinux 0x4eceaafb pci_ecam_map_bus +EXPORT_SYMBOL_GPL vmlinux 0x4edf6814 pci_epc_get_msix +EXPORT_SYMBOL_GPL vmlinux 0x4ee5f80f pstore_register +EXPORT_SYMBOL_GPL vmlinux 0x4ef05cfc ping_common_sendmsg +EXPORT_SYMBOL_GPL vmlinux 0x4ef5bcf4 perf_swevent_get_recursion_context +EXPORT_SYMBOL_GPL vmlinux 0x4efcf021 mpi_normalize +EXPORT_SYMBOL_GPL vmlinux 0x4f0bb500 dax_finish_sync_fault +EXPORT_SYMBOL_GPL vmlinux 0x4f0d98c2 clk_hw_get_rate +EXPORT_SYMBOL_GPL vmlinux 0x4f1209d6 devm_regulator_irq_helper +EXPORT_SYMBOL_GPL vmlinux 0x4f24d20e dev_fill_metadata_dst +EXPORT_SYMBOL_GPL vmlinux 0x4f2c8dc5 sk_msg_return_zero +EXPORT_SYMBOL_GPL vmlinux 0x4f2c996d kmsg_dump_get_line +EXPORT_SYMBOL_GPL vmlinux 0x4f447f55 fuse_init_fs_context_submount +EXPORT_SYMBOL_GPL vmlinux 0x4f6a07fe show_rcu_gp_kthreads +EXPORT_SYMBOL_GPL vmlinux 0x4f6d8a67 param_set_uint_minmax +EXPORT_SYMBOL_GPL vmlinux 0x4f72a987 uart_parse_options +EXPORT_SYMBOL_GPL vmlinux 0x4f7414ab access_process_vm +EXPORT_SYMBOL_GPL vmlinux 0x4f75ab15 regulator_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0x4f77dd96 regulator_bulk_unregister_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0x4f89ceb9 iomap_is_partially_uptodate +EXPORT_SYMBOL_GPL vmlinux 0x4f9e18c7 cpufreq_enable_fast_switch +EXPORT_SYMBOL_GPL vmlinux 0x4fa98128 scsi_check_sense +EXPORT_SYMBOL_GPL vmlinux 0x4fb147de power_supply_powers +EXPORT_SYMBOL_GPL vmlinux 0x4fb32b2e devlink_port_region_create +EXPORT_SYMBOL_GPL vmlinux 0x4fb5da55 fs_put_dax +EXPORT_SYMBOL_GPL vmlinux 0x4fbc39f3 virtio_config_changed +EXPORT_SYMBOL_GPL vmlinux 0x4fca03d1 alarmtimer_get_rtcdev +EXPORT_SYMBOL_GPL vmlinux 0x4fd5b51e usb_free_coherent +EXPORT_SYMBOL_GPL vmlinux 0x4fdc945d sata_deb_timing_normal +EXPORT_SYMBOL_GPL vmlinux 0x4fe1eddf unregister_netevent_notifier +EXPORT_SYMBOL_GPL vmlinux 0x4fed1c81 register_user_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0x4ff907f1 regulator_desc_list_voltage_linear +EXPORT_SYMBOL_GPL vmlinux 0x5017b875 kvmppc_h_bulk_remove +EXPORT_SYMBOL_GPL vmlinux 0x501fd968 iommu_detach_group +EXPORT_SYMBOL_GPL vmlinux 0x502a0317 __clk_hw_register_mux +EXPORT_SYMBOL_GPL vmlinux 0x50380c95 skb_tstamp_tx +EXPORT_SYMBOL_GPL vmlinux 0x503cab20 unmap_mapping_pages +EXPORT_SYMBOL_GPL vmlinux 0x504460bf verify_signature +EXPORT_SYMBOL_GPL vmlinux 0x5048d5a0 param_set_bool_enable_only +EXPORT_SYMBOL_GPL vmlinux 0x504d80e4 iommu_domain_free +EXPORT_SYMBOL_GPL vmlinux 0x50519a1d vp_modern_set_queue_reset +EXPORT_SYMBOL_GPL vmlinux 0x505772f2 dm_audit_log_ti +EXPORT_SYMBOL_GPL vmlinux 0x50616e69 devlink_resources_unregister +EXPORT_SYMBOL_GPL vmlinux 0x506b00a7 list_lru_add +EXPORT_SYMBOL_GPL vmlinux 0x5075514b __pm_stay_awake +EXPORT_SYMBOL_GPL vmlinux 0x5077c102 scsi_free_sgtables +EXPORT_SYMBOL_GPL vmlinux 0x5079b862 pid_nr_ns +EXPORT_SYMBOL_GPL vmlinux 0x507eeb1e devm_regulator_bulk_register_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0x50823f3b clean_acked_data_disable +EXPORT_SYMBOL_GPL vmlinux 0x508377eb xive_native_free_irq +EXPORT_SYMBOL_GPL vmlinux 0x508aeb99 hwspin_lock_request_specific +EXPORT_SYMBOL_GPL vmlinux 0x50919fbf of_changeset_action +EXPORT_SYMBOL_GPL vmlinux 0x5091b823 ring_buffer_read_start +EXPORT_SYMBOL_GPL vmlinux 0x509957b7 blk_lld_busy +EXPORT_SYMBOL_GPL vmlinux 0x509bab21 blkg_conf_finish +EXPORT_SYMBOL_GPL vmlinux 0x50a91095 dm_get_md +EXPORT_SYMBOL_GPL vmlinux 0x50beac9a devm_regulator_bulk_get_enable +EXPORT_SYMBOL_GPL vmlinux 0x50c4f8ef pci_epc_map_addr +EXPORT_SYMBOL_GPL vmlinux 0x50ca916f of_pci_dma_range_parser_init +EXPORT_SYMBOL_GPL vmlinux 0x50cb4c1e ftrace_free_filter +EXPORT_SYMBOL_GPL vmlinux 0x50d4d91d hrtimer_sleeper_start_expires +EXPORT_SYMBOL_GPL vmlinux 0x50d54adb crypto_unregister_templates +EXPORT_SYMBOL_GPL vmlinux 0x50d950bb set_selection_kernel +EXPORT_SYMBOL_GPL vmlinux 0x50db1c8c soc_device_register +EXPORT_SYMBOL_GPL vmlinux 0x50dd1af5 blocking_notifier_chain_register +EXPORT_SYMBOL_GPL vmlinux 0x50e7193a __i2c_first_dynamic_bus_num +EXPORT_SYMBOL_GPL vmlinux 0x50f4b33a dev_pm_qos_add_request +EXPORT_SYMBOL_GPL vmlinux 0x50fad434 round_jiffies_up +EXPORT_SYMBOL_GPL vmlinux 0x50fe86cf pcibios_free_controller_deferred +EXPORT_SYMBOL_GPL vmlinux 0x512016bc class_dev_iter_next +EXPORT_SYMBOL_GPL vmlinux 0x512aba64 fib_nl_delrule +EXPORT_SYMBOL_GPL vmlinux 0x512ba719 cpuidle_register +EXPORT_SYMBOL_GPL vmlinux 0x513100a3 pci_iomap_wc_range +EXPORT_SYMBOL_GPL vmlinux 0x51390c96 rcu_barrier_tasks_rude +EXPORT_SYMBOL_GPL vmlinux 0x514b2653 pci_epf_remove_vepf +EXPORT_SYMBOL_GPL vmlinux 0x514d0f12 vcap_find_keystream_keysets +EXPORT_SYMBOL_GPL vmlinux 0x514f2f77 __skb_get_hash_symmetric +EXPORT_SYMBOL_GPL vmlinux 0x51507c95 rtnl_link_register +EXPORT_SYMBOL_GPL vmlinux 0x515b390f __SCK__tp_func_remove_device_from_group +EXPORT_SYMBOL_GPL vmlinux 0x517ea341 kobject_uevent_env +EXPORT_SYMBOL_GPL vmlinux 0x51903f51 devm_regulator_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0x5190cc19 kthread_queue_work +EXPORT_SYMBOL_GPL vmlinux 0x51a348cc usb_role_switch_set_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x51aaba68 usb_add_phy +EXPORT_SYMBOL_GPL vmlinux 0x51b65a26 rtc_lock +EXPORT_SYMBOL_GPL vmlinux 0x51c1cd2c __mmc_poll_for_busy +EXPORT_SYMBOL_GPL vmlinux 0x51d54e01 blk_set_pm_only +EXPORT_SYMBOL_GPL vmlinux 0x521719a3 get_cpu_device +EXPORT_SYMBOL_GPL vmlinux 0x5218135e devfreq_event_add_edev +EXPORT_SYMBOL_GPL vmlinux 0x521a1bcc xfrm_audit_state_replay +EXPORT_SYMBOL_GPL vmlinux 0x52252316 clk_unregister_fixed_rate +EXPORT_SYMBOL_GPL vmlinux 0x5226a1f6 device_destroy +EXPORT_SYMBOL_GPL vmlinux 0x522805d3 phy_calibrate +EXPORT_SYMBOL_GPL vmlinux 0x5232252d __page_file_index +EXPORT_SYMBOL_GPL vmlinux 0x52357581 scsi_flush_work +EXPORT_SYMBOL_GPL vmlinux 0x5236497d trace_clock +EXPORT_SYMBOL_GPL vmlinux 0x523aeaf2 clk_hw_unregister_divider +EXPORT_SYMBOL_GPL vmlinux 0x52647db1 ct_idle_exit +EXPORT_SYMBOL_GPL vmlinux 0x526bc00d ata_host_resume +EXPORT_SYMBOL_GPL vmlinux 0x526bcf2a wwan_port_get_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x527f5d65 of_device_uevent_modalias +EXPORT_SYMBOL_GPL vmlinux 0x5290cd02 vcap_alloc_rule +EXPORT_SYMBOL_GPL vmlinux 0x52b1e3c7 pci_flags +EXPORT_SYMBOL_GPL vmlinux 0x52c35e83 call_rcu_tasks_trace +EXPORT_SYMBOL_GPL vmlinux 0x52c9a973 hrtimer_try_to_cancel +EXPORT_SYMBOL_GPL vmlinux 0x52d48d30 iommu_add_device +EXPORT_SYMBOL_GPL vmlinux 0x52d54fce devlink_info_version_stored_put +EXPORT_SYMBOL_GPL vmlinux 0x52e65a48 pci_generic_config_read +EXPORT_SYMBOL_GPL vmlinux 0x53012944 __tracepoint_rpm_resume +EXPORT_SYMBOL_GPL vmlinux 0x53042261 tty_wakeup +EXPORT_SYMBOL_GPL vmlinux 0x5309cce7 regulator_set_voltage_time_sel +EXPORT_SYMBOL_GPL vmlinux 0x531ebfa1 __devres_alloc_node +EXPORT_SYMBOL_GPL vmlinux 0x532b90b5 kprobe_event_cmd_init +EXPORT_SYMBOL_GPL vmlinux 0x532bc3dd genpd_dev_pm_attach +EXPORT_SYMBOL_GPL vmlinux 0x5335dd11 atomic_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x53368e64 phy_pm_runtime_put_sync +EXPORT_SYMBOL_GPL vmlinux 0x5357cbd8 do_take_over_console +EXPORT_SYMBOL_GPL vmlinux 0x5358864e devlink_fmsg_binary_pair_nest_end +EXPORT_SYMBOL_GPL vmlinux 0x53606771 __xdp_rxq_info_reg +EXPORT_SYMBOL_GPL vmlinux 0x536edfa8 devlink_trap_report +EXPORT_SYMBOL_GPL vmlinux 0x537167e3 gen_pool_get +EXPORT_SYMBOL_GPL vmlinux 0x537252cf __SCK__tp_func_rpm_return_int +EXPORT_SYMBOL_GPL vmlinux 0x53774d21 devlink_to_dev +EXPORT_SYMBOL_GPL vmlinux 0x53781406 iommu_device_release_dma_owner +EXPORT_SYMBOL_GPL vmlinux 0x538d073d phy_duplex_to_str +EXPORT_SYMBOL_GPL vmlinux 0x538e4d7f tty_ldisc_receive_buf +EXPORT_SYMBOL_GPL vmlinux 0x53abff62 unregister_wide_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0x53af1f7e security_kernel_read_file +EXPORT_SYMBOL_GPL vmlinux 0x53c089f5 property_entries_dup +EXPORT_SYMBOL_GPL vmlinux 0x53c4d71d power_supply_register_no_ws +EXPORT_SYMBOL_GPL vmlinux 0x53d785c6 mnt_idmap_owner +EXPORT_SYMBOL_GPL vmlinux 0x53d7c01e __traceiter_cpu_idle +EXPORT_SYMBOL_GPL vmlinux 0x53d9f73a sensor_group_enable +EXPORT_SYMBOL_GPL vmlinux 0x53f0ce21 ehci_resume +EXPORT_SYMBOL_GPL vmlinux 0x53feea1c __udp4_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0x54062372 rio_request_dma +EXPORT_SYMBOL_GPL vmlinux 0x54084e05 devm_platform_get_and_ioremap_resource +EXPORT_SYMBOL_GPL vmlinux 0x540ffc40 kobject_create_and_add +EXPORT_SYMBOL_GPL vmlinux 0x541bd60a irq_work_run +EXPORT_SYMBOL_GPL vmlinux 0x541d91ad hrtimer_init_sleeper +EXPORT_SYMBOL_GPL vmlinux 0x54215db5 visitor64 +EXPORT_SYMBOL_GPL vmlinux 0x54267fc6 edac_device_add_device +EXPORT_SYMBOL_GPL vmlinux 0x542ecda3 pinctrl_generic_get_group_name +EXPORT_SYMBOL_GPL vmlinux 0x54337c73 device_property_present +EXPORT_SYMBOL_GPL vmlinux 0x54408483 generic_handle_domain_irq_safe +EXPORT_SYMBOL_GPL vmlinux 0x5446851a udp6_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0x544ecbf6 clk_gate_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0x5468165b clk_hw_get_parent_by_index +EXPORT_SYMBOL_GPL vmlinux 0x546c5565 ppc_tb_freq +EXPORT_SYMBOL_GPL vmlinux 0x5478f2c3 badblocks_store +EXPORT_SYMBOL_GPL vmlinux 0x54877e90 sync_page_io +EXPORT_SYMBOL_GPL vmlinux 0x549525ef handle_nested_irq +EXPORT_SYMBOL_GPL vmlinux 0x549b9db4 pm_runtime_suspended_time +EXPORT_SYMBOL_GPL vmlinux 0x549ed095 dw_pcie_host_init +EXPORT_SYMBOL_GPL vmlinux 0x54b3dc6d devm_hwrng_register +EXPORT_SYMBOL_GPL vmlinux 0x54b8ab22 genphy_c45_read_status +EXPORT_SYMBOL_GPL vmlinux 0x54cee684 __tracepoint_ata_bmdma_start +EXPORT_SYMBOL_GPL vmlinux 0x54d75a1a regulator_desc_list_voltage_linear_range +EXPORT_SYMBOL_GPL vmlinux 0x55039444 tty_port_register_device +EXPORT_SYMBOL_GPL vmlinux 0x550f3e05 i2c_freq_mode_string +EXPORT_SYMBOL_GPL vmlinux 0x5529fe20 cn_add_callback +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 0x554c086e thermal_add_hwmon_sysfs +EXPORT_SYMBOL_GPL vmlinux 0x55548b5e pinctrl_count_index_with_args +EXPORT_SYMBOL_GPL vmlinux 0x55631d2e regulator_set_current_limit_regmap +EXPORT_SYMBOL_GPL vmlinux 0x556e4390 clk_get_rate +EXPORT_SYMBOL_GPL vmlinux 0x55784228 regmap_irq_get_virq +EXPORT_SYMBOL_GPL vmlinux 0x557c622b wm831x_auxadc_read +EXPORT_SYMBOL_GPL vmlinux 0x5588879e kvmppc_entry_trampoline +EXPORT_SYMBOL_GPL vmlinux 0x55974e86 pm_genpd_add_subdomain +EXPORT_SYMBOL_GPL vmlinux 0x559c0148 rio_mport_get_feature +EXPORT_SYMBOL_GPL vmlinux 0x55a261ba watchdog_set_last_hw_keepalive +EXPORT_SYMBOL_GPL vmlinux 0x55ab5615 call_srcu +EXPORT_SYMBOL_GPL vmlinux 0x55c76a23 ksys_sync_helper +EXPORT_SYMBOL_GPL vmlinux 0x55c8e5e7 regulator_is_supported_voltage +EXPORT_SYMBOL_GPL vmlinux 0x55cd711c devm_pinctrl_put +EXPORT_SYMBOL_GPL vmlinux 0x55d07eb2 simple_attr_release +EXPORT_SYMBOL_GPL vmlinux 0x55e74ccf locks_release_private +EXPORT_SYMBOL_GPL vmlinux 0x55ea96b1 to_nvdimm_bus_dev +EXPORT_SYMBOL_GPL vmlinux 0x55eecff4 bit_wait_io_timeout +EXPORT_SYMBOL_GPL vmlinux 0x55f093a9 opal_write_oppanel_async +EXPORT_SYMBOL_GPL vmlinux 0x55fb2b25 fscrypt_mergeable_bio +EXPORT_SYMBOL_GPL vmlinux 0x56054c05 crypto_it_tab +EXPORT_SYMBOL_GPL vmlinux 0x560e4eee list_lru_walk_node +EXPORT_SYMBOL_GPL vmlinux 0x56115b1b ata_sas_port_alloc +EXPORT_SYMBOL_GPL vmlinux 0x56173654 pcap_set_ts_bits +EXPORT_SYMBOL_GPL vmlinux 0x5617638e pinconf_generic_dt_free_map +EXPORT_SYMBOL_GPL vmlinux 0x56256e8a orderly_poweroff +EXPORT_SYMBOL_GPL vmlinux 0x56310925 regulator_mode_to_status +EXPORT_SYMBOL_GPL vmlinux 0x563233b4 device_get_named_child_node +EXPORT_SYMBOL_GPL vmlinux 0x56805087 __tracepoint_udp_fail_queue_rcv_skb +EXPORT_SYMBOL_GPL vmlinux 0x5681f483 bpf_trace_run5 +EXPORT_SYMBOL_GPL vmlinux 0x568320c1 mmu_notifier_put +EXPORT_SYMBOL_GPL vmlinux 0x56974650 dequeue_signal +EXPORT_SYMBOL_GPL vmlinux 0x5698c862 shmem_file_setup_with_mnt +EXPORT_SYMBOL_GPL vmlinux 0x56a64d1b mbox_client_txdone +EXPORT_SYMBOL_GPL vmlinux 0x56a8e62b regmap_check_range_table +EXPORT_SYMBOL_GPL vmlinux 0x56b235e6 iomap_dio_rw +EXPORT_SYMBOL_GPL vmlinux 0x56dde73c free_uid +EXPORT_SYMBOL_GPL vmlinux 0x56e2d812 fib_alias_hw_flags_set +EXPORT_SYMBOL_GPL vmlinux 0x56f84c7b inet_twsk_alloc +EXPORT_SYMBOL_GPL vmlinux 0x56fbb130 no_hash_pointers +EXPORT_SYMBOL_GPL vmlinux 0x570c55bc tty_prepare_flip_string +EXPORT_SYMBOL_GPL vmlinux 0x57187314 ethnl_cable_test_alloc +EXPORT_SYMBOL_GPL vmlinux 0x571febd6 regmap_multi_reg_write_bypassed +EXPORT_SYMBOL_GPL vmlinux 0x57300639 sdio_readsb +EXPORT_SYMBOL_GPL vmlinux 0x5736a330 mm_iommu_ua_to_hpa +EXPORT_SYMBOL_GPL vmlinux 0x574491d5 fat_search_long +EXPORT_SYMBOL_GPL vmlinux 0x5749983c __pci_epf_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x574c9f95 __audit_inode_child +EXPORT_SYMBOL_GPL vmlinux 0x57636081 sock_map_close +EXPORT_SYMBOL_GPL vmlinux 0x5765512a spi_mem_dirmap_create +EXPORT_SYMBOL_GPL vmlinux 0x57730f7d led_init_core +EXPORT_SYMBOL_GPL vmlinux 0x57789bc5 edac_device_handle_ue_count +EXPORT_SYMBOL_GPL vmlinux 0x578eeb4d hugetlb_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0x5790e7a0 pci_unlock_rescan_remove +EXPORT_SYMBOL_GPL vmlinux 0x57950bc6 pci_hp_add +EXPORT_SYMBOL_GPL vmlinux 0x57970011 sk_msg_return +EXPORT_SYMBOL_GPL vmlinux 0x579e0bf5 rtnl_unregister_all +EXPORT_SYMBOL_GPL vmlinux 0x579eba6b devm_regulator_get_enable_optional +EXPORT_SYMBOL_GPL vmlinux 0x57acbd32 l3mdev_table_lookup_register +EXPORT_SYMBOL_GPL vmlinux 0x57ad4be0 opal_int_eoi +EXPORT_SYMBOL_GPL vmlinux 0x57b7ed12 sysfs_break_active_protection +EXPORT_SYMBOL_GPL vmlinux 0x57bd99c8 uart_get_rs485_mode +EXPORT_SYMBOL_GPL vmlinux 0x57bf0ac0 __fscrypt_encrypt_symlink +EXPORT_SYMBOL_GPL vmlinux 0x57c8c2a9 mmc_send_abort_tuning +EXPORT_SYMBOL_GPL vmlinux 0x57d4050a xhci_get_endpoint_index +EXPORT_SYMBOL_GPL vmlinux 0x57df785f l3mdev_update_flow +EXPORT_SYMBOL_GPL vmlinux 0x57ecd6f3 nf_queue_nf_hook_drop +EXPORT_SYMBOL_GPL vmlinux 0x57f4801f dev_attr_em_message +EXPORT_SYMBOL_GPL vmlinux 0x57f576b9 mpi_ec_curve_point +EXPORT_SYMBOL_GPL vmlinux 0x5807dcb7 dev_pm_opp_get_supplies +EXPORT_SYMBOL_GPL vmlinux 0x580f1794 stmpe_enable +EXPORT_SYMBOL_GPL vmlinux 0x581eb87d ehci_hub_control +EXPORT_SYMBOL_GPL vmlinux 0x5831e062 cpus_read_trylock +EXPORT_SYMBOL_GPL vmlinux 0x5869bafb blkg_prfill_rwstat +EXPORT_SYMBOL_GPL vmlinux 0x586bef6b of_prop_next_u32 +EXPORT_SYMBOL_GPL vmlinux 0x58703bd7 md_bitmap_load +EXPORT_SYMBOL_GPL vmlinux 0x5879a27d sfp_get_module_info +EXPORT_SYMBOL_GPL vmlinux 0x587cf9b4 stmpe_reg_read +EXPORT_SYMBOL_GPL vmlinux 0x587f1ad8 fscrypt_set_bio_crypt_ctx +EXPORT_SYMBOL_GPL vmlinux 0x5892f832 release_pmc_hardware +EXPORT_SYMBOL_GPL vmlinux 0x589d60b3 md_allow_write +EXPORT_SYMBOL_GPL vmlinux 0x58ac00eb ata_sff_dev_select +EXPORT_SYMBOL_GPL vmlinux 0x58c0919d fib6_check_nexthop +EXPORT_SYMBOL_GPL vmlinux 0x58db1176 ata_xfer_mode2shift +EXPORT_SYMBOL_GPL vmlinux 0x58def6ca sfp_module_remove +EXPORT_SYMBOL_GPL vmlinux 0x58fdbab4 cpufreq_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x5909fc18 opal_tpo_read +EXPORT_SYMBOL_GPL vmlinux 0x590d0969 lwtunnel_fill_encap +EXPORT_SYMBOL_GPL vmlinux 0x591d4c88 of_fwnode_ops +EXPORT_SYMBOL_GPL vmlinux 0x592204ad ipv6_bpf_stub +EXPORT_SYMBOL_GPL vmlinux 0x593097b6 fw_devlink_purge_absent_suppliers +EXPORT_SYMBOL_GPL vmlinux 0x593189be device_match_any +EXPORT_SYMBOL_GPL vmlinux 0x59465366 kthread_queue_delayed_work +EXPORT_SYMBOL_GPL vmlinux 0x5947a26b devm_bitmap_zalloc +EXPORT_SYMBOL_GPL vmlinux 0x5954a3f3 usb_remove_phy +EXPORT_SYMBOL_GPL vmlinux 0x5957cddb zs_lookup_class_index +EXPORT_SYMBOL_GPL vmlinux 0x597cfb63 fb_deferred_io_init +EXPORT_SYMBOL_GPL vmlinux 0x5986d190 kdb_printf +EXPORT_SYMBOL_GPL vmlinux 0x5991c389 ping_get_port +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 0x59b3dfb8 bpf_prog_destroy +EXPORT_SYMBOL_GPL vmlinux 0x59b4ce72 l3mdev_master_upper_ifindex_by_index_rcu +EXPORT_SYMBOL_GPL vmlinux 0x59c43dc9 __traceiter_non_standard_event +EXPORT_SYMBOL_GPL vmlinux 0x59dbb577 virtqueue_detach_unused_buf +EXPORT_SYMBOL_GPL vmlinux 0x59e824cc devlink_dpipe_action_put +EXPORT_SYMBOL_GPL vmlinux 0x59e9000d receive_fd +EXPORT_SYMBOL_GPL vmlinux 0x59edfeb8 phy_rate_matching_to_str +EXPORT_SYMBOL_GPL vmlinux 0x59f32720 mpi_subm +EXPORT_SYMBOL_GPL vmlinux 0x59fbf18a find_ge_pid +EXPORT_SYMBOL_GPL vmlinux 0x5a122ac3 rio_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0x5a12e60c __SCK__tp_func_sched_update_nr_running_tp +EXPORT_SYMBOL_GPL vmlinux 0x5a1c4500 pci_epc_clear_bar +EXPORT_SYMBOL_GPL vmlinux 0x5a1d134a rcu_momentary_dyntick_idle +EXPORT_SYMBOL_GPL vmlinux 0x5a49dbc9 timerqueue_del +EXPORT_SYMBOL_GPL vmlinux 0x5a6cdb52 nf_ct_zone_dflt +EXPORT_SYMBOL_GPL vmlinux 0x5a7bfe41 crypto_probing_notify +EXPORT_SYMBOL_GPL vmlinux 0x5a8565c1 of_icc_get +EXPORT_SYMBOL_GPL vmlinux 0x5a87949a devm_pinctrl_register_and_init +EXPORT_SYMBOL_GPL vmlinux 0x5a8dfc60 spi_write_then_read +EXPORT_SYMBOL_GPL vmlinux 0x5a9fb521 phy_create_lookup +EXPORT_SYMBOL_GPL vmlinux 0x5aa60b4d gen10g_config_aneg +EXPORT_SYMBOL_GPL vmlinux 0x5ab09745 edac_get_owner +EXPORT_SYMBOL_GPL vmlinux 0x5ac1e368 lwtunnel_state_alloc +EXPORT_SYMBOL_GPL vmlinux 0x5acf1def of_genpd_del_provider +EXPORT_SYMBOL_GPL vmlinux 0x5ad19839 fsnotify_init_mark +EXPORT_SYMBOL_GPL vmlinux 0x5aeaab73 ftrace_set_notrace +EXPORT_SYMBOL_GPL vmlinux 0x5af11db5 blk_queue_max_zone_append_sectors +EXPORT_SYMBOL_GPL vmlinux 0x5b0c0d69 dmaengine_desc_set_metadata_len +EXPORT_SYMBOL_GPL vmlinux 0x5b21ceff ring_buffer_iter_peek +EXPORT_SYMBOL_GPL vmlinux 0x5b535d63 nf_queue_entry_get_refs +EXPORT_SYMBOL_GPL vmlinux 0x5b61eac7 mmu_interval_notifier_remove +EXPORT_SYMBOL_GPL vmlinux 0x5b6518e3 ehci_setup +EXPORT_SYMBOL_GPL vmlinux 0x5b6b0329 swiotlb_max_segment +EXPORT_SYMBOL_GPL vmlinux 0x5b72e566 fat_update_time +EXPORT_SYMBOL_GPL vmlinux 0x5b80275b ata_bmdma_port_ops +EXPORT_SYMBOL_GPL vmlinux 0x5b95431a of_cpufreq_cooling_register +EXPORT_SYMBOL_GPL vmlinux 0x5ba9c87f blk_crypto_keyslot_index +EXPORT_SYMBOL_GPL vmlinux 0x5baa7f69 xfrm_dev_state_add +EXPORT_SYMBOL_GPL vmlinux 0x5bba25a6 sk_psock_tls_strp_read +EXPORT_SYMBOL_GPL vmlinux 0x5bbecf3e xhci_ext_cap_init +EXPORT_SYMBOL_GPL vmlinux 0x5bc8e5d4 cdrom_read_tocentry +EXPORT_SYMBOL_GPL vmlinux 0x5bc950fe regulator_irq_helper_cancel +EXPORT_SYMBOL_GPL vmlinux 0x5bcc0df7 ata_dev_classify +EXPORT_SYMBOL_GPL vmlinux 0x5bcd3347 fsverity_file_open +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 0x5bee8eac gpiod_set_transitory +EXPORT_SYMBOL_GPL vmlinux 0x5bff0c88 debugfs_create_file_unsafe +EXPORT_SYMBOL_GPL vmlinux 0x5bfff303 bus_get_device_klist +EXPORT_SYMBOL_GPL vmlinux 0x5c01025c register_trace_event +EXPORT_SYMBOL_GPL vmlinux 0x5c09c6a5 of_platform_device_destroy +EXPORT_SYMBOL_GPL vmlinux 0x5c0ff02f copro_handle_mm_fault +EXPORT_SYMBOL_GPL vmlinux 0x5c2b9acf inet_bhash2_update_saddr +EXPORT_SYMBOL_GPL vmlinux 0x5c2f1546 devlink_sb_register +EXPORT_SYMBOL_GPL vmlinux 0x5c36e596 sata_pmp_error_handler +EXPORT_SYMBOL_GPL vmlinux 0x5c389841 iommu_map_atomic +EXPORT_SYMBOL_GPL vmlinux 0x5c3bbd06 __SCK__tp_func_mc_event +EXPORT_SYMBOL_GPL vmlinux 0x5c4ee5bc vcap_rule_iter +EXPORT_SYMBOL_GPL vmlinux 0x5c56b6ef dma_request_chan_by_mask +EXPORT_SYMBOL_GPL vmlinux 0x5c5a1b16 tick_broadcast_control +EXPORT_SYMBOL_GPL vmlinux 0x5c6a2b3a dax_truncate_page +EXPORT_SYMBOL_GPL vmlinux 0x5c7af59a device_link_add +EXPORT_SYMBOL_GPL vmlinux 0x5c7c1c7c bsg_job_get +EXPORT_SYMBOL_GPL vmlinux 0x5c7fd6af ip_build_and_send_pkt +EXPORT_SYMBOL_GPL vmlinux 0x5c82016e __SCK__tp_func_napi_poll +EXPORT_SYMBOL_GPL vmlinux 0x5c8224c3 clk_register +EXPORT_SYMBOL_GPL vmlinux 0x5c85146b xas_get_mark +EXPORT_SYMBOL_GPL vmlinux 0x5c86488a vp_modern_get_features +EXPORT_SYMBOL_GPL vmlinux 0x5c8c5de7 pinctrl_get +EXPORT_SYMBOL_GPL vmlinux 0x5ca59ba4 subsys_interface_unregister +EXPORT_SYMBOL_GPL vmlinux 0x5cad8fc3 power_supply_ocv2cap_simple +EXPORT_SYMBOL_GPL vmlinux 0x5cb40e95 relay_switch_subbuf +EXPORT_SYMBOL_GPL vmlinux 0x5cb53d48 __traceiter_remove_device_from_group +EXPORT_SYMBOL_GPL vmlinux 0x5cb99d97 kernstart_addr +EXPORT_SYMBOL_GPL vmlinux 0x5cc77c45 led_colors +EXPORT_SYMBOL_GPL vmlinux 0x5ccde50b pin_user_pages_fast_only +EXPORT_SYMBOL_GPL vmlinux 0x5cd305ed digsig_verify +EXPORT_SYMBOL_GPL vmlinux 0x5cde4d0c pci_traverse_device_nodes +EXPORT_SYMBOL_GPL vmlinux 0x5cdf5421 debugfs_create_file_size +EXPORT_SYMBOL_GPL vmlinux 0x5cebfbe8 __traceiter_detach_device_from_domain +EXPORT_SYMBOL_GPL vmlinux 0x5cede0a7 xdp_flush_frame_bulk +EXPORT_SYMBOL_GPL vmlinux 0x5cf892f4 syscon_regmap_lookup_by_phandle_optional +EXPORT_SYMBOL_GPL vmlinux 0x5d02e609 find_get_pid +EXPORT_SYMBOL_GPL vmlinux 0x5d0a43dc nvdimm_provider_data +EXPORT_SYMBOL_GPL vmlinux 0x5d283c3d crypto_stats_akcipher_sign +EXPORT_SYMBOL_GPL vmlinux 0x5d2bc42a reset_control_rearm +EXPORT_SYMBOL_GPL vmlinux 0x5d3322ab pci_load_and_free_saved_state +EXPORT_SYMBOL_GPL vmlinux 0x5d3dcd72 pnv_pci_get_slot_id +EXPORT_SYMBOL_GPL vmlinux 0x5d6bd40d regmap_async_complete +EXPORT_SYMBOL_GPL vmlinux 0x5d8476d3 bpf_sk_storage_diag_alloc +EXPORT_SYMBOL_GPL vmlinux 0x5d905d04 xfrm_audit_policy_delete +EXPORT_SYMBOL_GPL vmlinux 0x5da2d0e2 __traceiter_devlink_hwerr +EXPORT_SYMBOL_GPL vmlinux 0x5da67adc zs_compact +EXPORT_SYMBOL_GPL vmlinux 0x5db2e2c7 __rio_local_read_config_8 +EXPORT_SYMBOL_GPL vmlinux 0x5dc27142 locks_alloc_lock +EXPORT_SYMBOL_GPL vmlinux 0x5dd87a50 crypto_spawn_tfm +EXPORT_SYMBOL_GPL vmlinux 0x5df3e2fc devm_kasprintf +EXPORT_SYMBOL_GPL vmlinux 0x5e00aea4 ucall_norets +EXPORT_SYMBOL_GPL vmlinux 0x5e044b7c mnt_want_write +EXPORT_SYMBOL_GPL vmlinux 0x5e173309 cpu_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0x5e226bb5 cpufreq_driver_resolve_freq +EXPORT_SYMBOL_GPL vmlinux 0x5e2a0fc4 ata_pci_sff_activate_host +EXPORT_SYMBOL_GPL vmlinux 0x5e3b0640 devm_regmap_add_irq_chip_fwnode +EXPORT_SYMBOL_GPL vmlinux 0x5e515be6 ktime_get_ts64 +EXPORT_SYMBOL_GPL vmlinux 0x5e65749d of_clk_del_provider +EXPORT_SYMBOL_GPL vmlinux 0x5e689a8d mmc_regulator_set_ocr +EXPORT_SYMBOL_GPL vmlinux 0x5e69ad84 blk_crypto_reprogram_all_keys +EXPORT_SYMBOL_GPL vmlinux 0x5e6ce5b5 input_ff_erase +EXPORT_SYMBOL_GPL vmlinux 0x5e70492c irq_chip_request_resources_parent +EXPORT_SYMBOL_GPL vmlinux 0x5e714a98 nd_cmd_in_size +EXPORT_SYMBOL_GPL vmlinux 0x5e798ffb divider_get_val +EXPORT_SYMBOL_GPL vmlinux 0x5e7a4721 xfrm_dev_offload_ok +EXPORT_SYMBOL_GPL vmlinux 0x5e85415b ring_buffer_consume +EXPORT_SYMBOL_GPL vmlinux 0x5ea193d7 gpiochip_lock_as_irq +EXPORT_SYMBOL_GPL vmlinux 0x5eacb3ea iommu_device_unregister +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 0x5eed2e38 pci_hp_remove_module_link +EXPORT_SYMBOL_GPL vmlinux 0x5eedf1af xas_split_alloc +EXPORT_SYMBOL_GPL vmlinux 0x5ef3d0e1 pm_wakeup_ws_event +EXPORT_SYMBOL_GPL vmlinux 0x5efa1ef9 pci_epf_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0x5f0f0d94 nvdimm_has_flush +EXPORT_SYMBOL_GPL vmlinux 0x5f168bc5 pci_hp_create_module_link +EXPORT_SYMBOL_GPL vmlinux 0x5f23e3fa insert_resource +EXPORT_SYMBOL_GPL vmlinux 0x5f2ba98d extcon_set_property_sync +EXPORT_SYMBOL_GPL vmlinux 0x5f3dcbff device_show_bool +EXPORT_SYMBOL_GPL vmlinux 0x5f58db42 alarm_start +EXPORT_SYMBOL_GPL vmlinux 0x5f6f1e9e dax_get_private +EXPORT_SYMBOL_GPL vmlinux 0x5f8d3f24 devlink_param_driverinit_value_set +EXPORT_SYMBOL_GPL vmlinux 0x5fa18c95 xfrm_audit_state_notfound_simple +EXPORT_SYMBOL_GPL vmlinux 0x5fa5b226 sdio_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0x5fa625ed mpi_ec_mul_point +EXPORT_SYMBOL_GPL vmlinux 0x5fb02e4e of_reset_control_array_get +EXPORT_SYMBOL_GPL vmlinux 0x5fb74f98 crypto_register_scomp +EXPORT_SYMBOL_GPL vmlinux 0x5fbd43e7 blkg_rwstat_recursive_sum +EXPORT_SYMBOL_GPL vmlinux 0x5fd8dc94 thp_get_unmapped_area +EXPORT_SYMBOL_GPL vmlinux 0x5fdbca5f crypto_register_algs +EXPORT_SYMBOL_GPL vmlinux 0x5fdfcd57 __tracepoint_pelt_thermal_tp +EXPORT_SYMBOL_GPL vmlinux 0x5fe05b93 driver_create_file +EXPORT_SYMBOL_GPL vmlinux 0x5fef385b dm_hold +EXPORT_SYMBOL_GPL vmlinux 0x5ffe36e2 devl_rate_leaf_create +EXPORT_SYMBOL_GPL vmlinux 0x6000187c opal_check_token +EXPORT_SYMBOL_GPL vmlinux 0x6003a200 skb_gso_validate_mac_len +EXPORT_SYMBOL_GPL vmlinux 0x60091316 clk_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0x600cc455 mmu_slb_size +EXPORT_SYMBOL_GPL vmlinux 0x60146c33 rt_mutex_lock_interruptible +EXPORT_SYMBOL_GPL vmlinux 0x601fd85d kobject_move +EXPORT_SYMBOL_GPL vmlinux 0x601ff720 extcon_sync +EXPORT_SYMBOL_GPL vmlinux 0x6038a1ba of_usb_get_phy_mode +EXPORT_SYMBOL_GPL vmlinux 0x604722fd devices_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0x6050bd18 inet_csk_get_port +EXPORT_SYMBOL_GPL vmlinux 0x605553c3 balloon_page_alloc +EXPORT_SYMBOL_GPL vmlinux 0x606a1917 devm_kfree +EXPORT_SYMBOL_GPL vmlinux 0x606b4aba devlink_linecard_provision_set +EXPORT_SYMBOL_GPL vmlinux 0x606cccb2 pinctrl_dev_get_name +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 0x6082a6de devm_irq_alloc_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0x6088fc74 iommu_device_unlink +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 0x60bbbf46 pci_epc_get_msi +EXPORT_SYMBOL_GPL vmlinux 0x60ca5ef9 dm_set_target_max_io_len +EXPORT_SYMBOL_GPL vmlinux 0x60d55b66 tc3589x_reg_write +EXPORT_SYMBOL_GPL vmlinux 0x60de9cc4 i2c_add_numbered_adapter +EXPORT_SYMBOL_GPL vmlinux 0x60ebc96f ring_buffer_read_prepare +EXPORT_SYMBOL_GPL vmlinux 0x60eea71a perf_aux_output_end +EXPORT_SYMBOL_GPL vmlinux 0x60f656bc desc_to_gpio +EXPORT_SYMBOL_GPL vmlinux 0x60fa4a70 pci_rescan_bus +EXPORT_SYMBOL_GPL vmlinux 0x60fb21c9 fsverity_verify_bio +EXPORT_SYMBOL_GPL vmlinux 0x6105aaea device_store_bool +EXPORT_SYMBOL_GPL vmlinux 0x6107ca3f edac_pci_add_device +EXPORT_SYMBOL_GPL vmlinux 0x610e952e devm_reset_control_array_get +EXPORT_SYMBOL_GPL vmlinux 0x6118877e rio_mport_send_doorbell +EXPORT_SYMBOL_GPL vmlinux 0x61263796 scsi_dh_set_params +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 0x613f20a4 pcie_aspm_capable +EXPORT_SYMBOL_GPL vmlinux 0x6146c01f hrtimer_active +EXPORT_SYMBOL_GPL vmlinux 0x614adcb7 of_overlay_remove_all +EXPORT_SYMBOL_GPL vmlinux 0x61532812 i2c_dw_validate_speed +EXPORT_SYMBOL_GPL vmlinux 0x61630311 da903x_read +EXPORT_SYMBOL_GPL vmlinux 0x6173619c posix_acl_access_xattr_handler +EXPORT_SYMBOL_GPL vmlinux 0x6180322b register_asymmetric_key_parser +EXPORT_SYMBOL_GPL vmlinux 0x6181e79f timerqueue_add +EXPORT_SYMBOL_GPL vmlinux 0x6184b169 usb_match_one_id +EXPORT_SYMBOL_GPL vmlinux 0x6185166b fscrypt_fname_encrypt +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 0x619de72d encrypt_blob +EXPORT_SYMBOL_GPL vmlinux 0x619e8e1a rtc_alarm_irq_enable +EXPORT_SYMBOL_GPL vmlinux 0x61b3974f pci_epc_stop +EXPORT_SYMBOL_GPL vmlinux 0x61bc264f pci_epc_remove_epf +EXPORT_SYMBOL_GPL vmlinux 0x61bd0bd0 get_completed_synchronize_rcu_full +EXPORT_SYMBOL_GPL vmlinux 0x61bfcb14 of_property_read_variable_u8_array +EXPORT_SYMBOL_GPL vmlinux 0x61c1ca29 __SCK__tp_func_add_device_to_group +EXPORT_SYMBOL_GPL vmlinux 0x61dc7f0d devm_nvmem_register +EXPORT_SYMBOL_GPL vmlinux 0x61eeeb2c of_rescan_bus +EXPORT_SYMBOL_GPL vmlinux 0x61f11de7 sbitmap_del_wait_queue +EXPORT_SYMBOL_GPL vmlinux 0x61f67c92 phy_gbit_features_array +EXPORT_SYMBOL_GPL vmlinux 0x6206c6df vcap_rule_add_key_u48 +EXPORT_SYMBOL_GPL vmlinux 0x620b9d4c pm_genpd_add_device +EXPORT_SYMBOL_GPL vmlinux 0x6215798e ata_qc_complete +EXPORT_SYMBOL_GPL vmlinux 0x62267f9f __of_phy_provider_register +EXPORT_SYMBOL_GPL vmlinux 0x622c7922 register_oom_notifier +EXPORT_SYMBOL_GPL vmlinux 0x6231841e icc_std_aggregate +EXPORT_SYMBOL_GPL vmlinux 0x62377a7b blk_io_schedule +EXPORT_SYMBOL_GPL vmlinux 0x623e38cc rio_request_inb_dbell +EXPORT_SYMBOL_GPL vmlinux 0x6240dc03 of_fdt_unflatten_tree +EXPORT_SYMBOL_GPL vmlinux 0x6245039c xhci_reset_bandwidth +EXPORT_SYMBOL_GPL vmlinux 0x6246a629 synchronize_rcu_tasks_trace +EXPORT_SYMBOL_GPL vmlinux 0x62497a35 devl_dpipe_headers_register +EXPORT_SYMBOL_GPL vmlinux 0x6257dda7 clk_rate_exclusive_get +EXPORT_SYMBOL_GPL vmlinux 0x6259d291 clk_restore_context +EXPORT_SYMBOL_GPL vmlinux 0x6276e60a iomap_fiemap +EXPORT_SYMBOL_GPL vmlinux 0x628148be _kvmppc_restore_tm_pr +EXPORT_SYMBOL_GPL vmlinux 0x62880c5f inet6_compat_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x629ed004 ata_sff_data_xfer +EXPORT_SYMBOL_GPL vmlinux 0x62a05f78 clk_register_gate +EXPORT_SYMBOL_GPL vmlinux 0x62a82b6b badblocks_set +EXPORT_SYMBOL_GPL vmlinux 0x62ae2378 skb_zerocopy_iter_stream +EXPORT_SYMBOL_GPL vmlinux 0x62bb09bf clocks_calc_mult_shift +EXPORT_SYMBOL_GPL vmlinux 0x62c694fd crypto_dequeue_request +EXPORT_SYMBOL_GPL vmlinux 0x62cc677b vfs_get_acl +EXPORT_SYMBOL_GPL vmlinux 0x62eefb99 devfreq_get_devfreq_by_node +EXPORT_SYMBOL_GPL vmlinux 0x62f0bafa __traceiter_neigh_cleanup_and_release +EXPORT_SYMBOL_GPL vmlinux 0x62f6aad2 usb_alloc_coherent +EXPORT_SYMBOL_GPL vmlinux 0x63150e06 clk_get_parent +EXPORT_SYMBOL_GPL vmlinux 0x63197685 s2idle_wake +EXPORT_SYMBOL_GPL vmlinux 0x63263243 pwm_capture +EXPORT_SYMBOL_GPL vmlinux 0x632fb7fd usb_get_current_frame_number +EXPORT_SYMBOL_GPL vmlinux 0x6337c078 kvmppc_add_revmap_chain +EXPORT_SYMBOL_GPL vmlinux 0x63399800 __skb_zcopy_downgrade_managed +EXPORT_SYMBOL_GPL vmlinux 0x633b8a55 platform_get_irq_optional +EXPORT_SYMBOL_GPL vmlinux 0x634b9d42 __SCK__tp_func_block_unplug +EXPORT_SYMBOL_GPL vmlinux 0x6359b212 extcon_set_property +EXPORT_SYMBOL_GPL vmlinux 0x6369f04e dev_pm_opp_set_rate +EXPORT_SYMBOL_GPL vmlinux 0x6371ffee list_lru_count_one +EXPORT_SYMBOL_GPL vmlinux 0x63809c35 show_class_attr_string +EXPORT_SYMBOL_GPL vmlinux 0x638a9653 memory_add_physaddr_to_nid +EXPORT_SYMBOL_GPL vmlinux 0x63917e5d led_init_default_state_get +EXPORT_SYMBOL_GPL vmlinux 0x6392a69b device_property_read_u16_array +EXPORT_SYMBOL_GPL vmlinux 0x6392d4e2 usb_altnum_to_altsetting +EXPORT_SYMBOL_GPL vmlinux 0x63a7fa48 ohci_restart +EXPORT_SYMBOL_GPL vmlinux 0x63abef8b iomap_readahead +EXPORT_SYMBOL_GPL vmlinux 0x63b66b30 hwmon_device_register_with_info +EXPORT_SYMBOL_GPL vmlinux 0x63bcc36a generic_handle_domain_irq +EXPORT_SYMBOL_GPL vmlinux 0x63c08029 clk_bulk_unprepare +EXPORT_SYMBOL_GPL vmlinux 0x63d13aca da903x_write +EXPORT_SYMBOL_GPL vmlinux 0x63d71426 mmc_switch +EXPORT_SYMBOL_GPL vmlinux 0x63e2d065 modify_user_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0x63ec2377 crypto_skcipher_setkey +EXPORT_SYMBOL_GPL vmlinux 0x63ec2431 irq_chip_ack_parent +EXPORT_SYMBOL_GPL vmlinux 0x63f1438c dev_pm_opp_set_config +EXPORT_SYMBOL_GPL vmlinux 0x64021cdf clk_hw_get_parent +EXPORT_SYMBOL_GPL vmlinux 0x64120456 pci_epf_destroy +EXPORT_SYMBOL_GPL vmlinux 0x6414c8af bpf_prog_alloc +EXPORT_SYMBOL_GPL vmlinux 0x6418789c xa_delete_node +EXPORT_SYMBOL_GPL vmlinux 0x64223a72 power_supply_get_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0x6430748e __kthread_init_worker +EXPORT_SYMBOL_GPL vmlinux 0x643f2e7d class_unregister +EXPORT_SYMBOL_GPL vmlinux 0x644325f1 get_dev_pagemap +EXPORT_SYMBOL_GPL vmlinux 0x64463837 iommu_fwspec_init +EXPORT_SYMBOL_GPL vmlinux 0x6446d84b pci_enable_rom +EXPORT_SYMBOL_GPL vmlinux 0x6449fe81 wakeup_source_unregister +EXPORT_SYMBOL_GPL vmlinux 0x64609d25 __tracepoint_devlink_trap_report +EXPORT_SYMBOL_GPL vmlinux 0x6466f90c pci_set_host_bridge_release +EXPORT_SYMBOL_GPL vmlinux 0x646e3f98 cxl_afu_get +EXPORT_SYMBOL_GPL vmlinux 0x6473301d pci_dev_lock +EXPORT_SYMBOL_GPL vmlinux 0x647ba3d5 input_ff_event +EXPORT_SYMBOL_GPL vmlinux 0x6481ecc9 blk_mq_unquiesce_queue +EXPORT_SYMBOL_GPL vmlinux 0x64863ee0 ata_scsi_slave_destroy +EXPORT_SYMBOL_GPL vmlinux 0x648f59a9 sfp_module_insert +EXPORT_SYMBOL_GPL vmlinux 0x649066a3 spi_controller_suspend +EXPORT_SYMBOL_GPL vmlinux 0x6493a2df rht_bucket_nested +EXPORT_SYMBOL_GPL vmlinux 0x64b11d6e led_classdev_suspend +EXPORT_SYMBOL_GPL vmlinux 0x64ba4b3d device_link_remove +EXPORT_SYMBOL_GPL vmlinux 0x64bac89e hwmon_notify_event +EXPORT_SYMBOL_GPL vmlinux 0x64bd934e tty_port_register_device_attr +EXPORT_SYMBOL_GPL vmlinux 0x64cc946d cookie_tcp_reqsk_alloc +EXPORT_SYMBOL_GPL vmlinux 0x64e27c4f synth_event_delete +EXPORT_SYMBOL_GPL vmlinux 0x64f36620 dax_flush +EXPORT_SYMBOL_GPL vmlinux 0x64f3b2a2 devm_extcon_dev_free +EXPORT_SYMBOL_GPL vmlinux 0x64f74abf __tracepoint_pelt_cfs_tp +EXPORT_SYMBOL_GPL vmlinux 0x65195fc1 xdp_build_skb_from_frame +EXPORT_SYMBOL_GPL vmlinux 0x651d10e5 ktime_get_tai_fast_ns +EXPORT_SYMBOL_GPL vmlinux 0x65289270 driver_attach +EXPORT_SYMBOL_GPL vmlinux 0x6531a37f mpi_add +EXPORT_SYMBOL_GPL vmlinux 0x653ec58b gpiochip_line_is_irq +EXPORT_SYMBOL_GPL vmlinux 0x6545268e __tracepoint_neigh_cleanup_and_release +EXPORT_SYMBOL_GPL vmlinux 0x655641ee __percpu_init_rwsem +EXPORT_SYMBOL_GPL vmlinux 0x65612d5d cgroup_get_from_path +EXPORT_SYMBOL_GPL vmlinux 0x6566a7ae shash_ahash_update +EXPORT_SYMBOL_GPL vmlinux 0x656c2991 blk_mq_unquiesce_tagset +EXPORT_SYMBOL_GPL vmlinux 0x657837e4 devlink_port_health_reporter_create +EXPORT_SYMBOL_GPL vmlinux 0x65ccb6f0 call_netevent_notifiers +EXPORT_SYMBOL_GPL vmlinux 0x65dc857d sk_msg_free_partial +EXPORT_SYMBOL_GPL vmlinux 0x65ee17da rio_dma_prep_slave_sg +EXPORT_SYMBOL_GPL vmlinux 0x660eb6bd devlink_free +EXPORT_SYMBOL_GPL vmlinux 0x661601de sprint_symbol +EXPORT_SYMBOL_GPL vmlinux 0x661ae1d6 pm_runtime_set_autosuspend_delay +EXPORT_SYMBOL_GPL vmlinux 0x661bc8cd __traceiter_kfree_skb +EXPORT_SYMBOL_GPL vmlinux 0x661dc3e2 task_cputime_adjusted +EXPORT_SYMBOL_GPL vmlinux 0x6636c3c9 irq_set_vcpu_affinity +EXPORT_SYMBOL_GPL vmlinux 0x663bb448 devlink_fmsg_obj_nest_end +EXPORT_SYMBOL_GPL vmlinux 0x663c5351 md_account_bio +EXPORT_SYMBOL_GPL vmlinux 0x6643259b mmc_get_ext_csd +EXPORT_SYMBOL_GPL vmlinux 0x665e92a0 clk_set_duty_cycle +EXPORT_SYMBOL_GPL vmlinux 0x666f5c7a ata_sas_port_suspend +EXPORT_SYMBOL_GPL vmlinux 0x6670e9a3 sysfs_remove_group +EXPORT_SYMBOL_GPL vmlinux 0x66731dfb vp_legacy_get_queue_enable +EXPORT_SYMBOL_GPL vmlinux 0x667b612a dev_pm_qos_add_notifier +EXPORT_SYMBOL_GPL vmlinux 0x667b9b03 mmc_poll_for_busy +EXPORT_SYMBOL_GPL vmlinux 0x668402aa crypto_put_default_rng +EXPORT_SYMBOL_GPL vmlinux 0x66859d4f usb_pipe_type_check +EXPORT_SYMBOL_GPL vmlinux 0x669368aa ftrace_ops_set_global_filter +EXPORT_SYMBOL_GPL vmlinux 0x66998f58 ata_host_register +EXPORT_SYMBOL_GPL vmlinux 0x66b97421 sfp_link_up +EXPORT_SYMBOL_GPL vmlinux 0x66b9d05a debugfs_create_x16 +EXPORT_SYMBOL_GPL vmlinux 0x66bb95c0 dev_err_probe +EXPORT_SYMBOL_GPL vmlinux 0x66c247d3 da9052_disable_irq +EXPORT_SYMBOL_GPL vmlinux 0x66c2bc0b vcap_rule_get_key_u32 +EXPORT_SYMBOL_GPL vmlinux 0x66cbf56e folio_wait_writeback_killable +EXPORT_SYMBOL_GPL vmlinux 0x66d3ae57 wm8350_reg_lock +EXPORT_SYMBOL_GPL vmlinux 0x66d87d38 symbol_put_addr +EXPORT_SYMBOL_GPL vmlinux 0x66ec98b0 udp_tunnel_nic_ops +EXPORT_SYMBOL_GPL vmlinux 0x66eef019 ohci_hub_status_data +EXPORT_SYMBOL_GPL vmlinux 0x6704be78 dw_pcie_read_dbi +EXPORT_SYMBOL_GPL vmlinux 0x67079948 usb_phy_set_event +EXPORT_SYMBOL_GPL vmlinux 0x670d2458 crypto_unregister_shashes +EXPORT_SYMBOL_GPL vmlinux 0x67429c91 __SCK__tp_func_block_bio_remap +EXPORT_SYMBOL_GPL vmlinux 0x674be59f pm_genpd_opp_to_performance_state +EXPORT_SYMBOL_GPL vmlinux 0x675ea3cd is_pnv_opal_msi +EXPORT_SYMBOL_GPL vmlinux 0x67796f9a devres_for_each_res +EXPORT_SYMBOL_GPL vmlinux 0x6780c340 vcap_keyset_list_add +EXPORT_SYMBOL_GPL vmlinux 0x67874cc4 device_remove_software_node +EXPORT_SYMBOL_GPL vmlinux 0x67955ce6 profile_hits +EXPORT_SYMBOL_GPL vmlinux 0x679f7533 regulator_get_bypass_regmap +EXPORT_SYMBOL_GPL vmlinux 0x67ada673 unix_inq_len +EXPORT_SYMBOL_GPL vmlinux 0x67b114e3 relay_subbufs_consumed +EXPORT_SYMBOL_GPL vmlinux 0x67bbc7ac sock_inuse_get +EXPORT_SYMBOL_GPL vmlinux 0x67c3c795 get_state_synchronize_rcu_full +EXPORT_SYMBOL_GPL vmlinux 0x67c4ae11 of_clk_src_onecell_get +EXPORT_SYMBOL_GPL vmlinux 0x67d014d4 devm_rtc_device_register +EXPORT_SYMBOL_GPL vmlinux 0x67d86f1c ftrace_set_filter +EXPORT_SYMBOL_GPL vmlinux 0x67da9f7c sha512_zero_message_hash +EXPORT_SYMBOL_GPL vmlinux 0x68074806 i2c_adapter_depth +EXPORT_SYMBOL_GPL vmlinux 0x6808cc94 pm_runtime_force_resume +EXPORT_SYMBOL_GPL vmlinux 0x6809cde0 virtio_check_mem_acc_cb +EXPORT_SYMBOL_GPL vmlinux 0x6821be13 dummy_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0x68252576 dma_need_sync +EXPORT_SYMBOL_GPL vmlinux 0x682d18f4 devlink_port_attrs_pci_pf_set +EXPORT_SYMBOL_GPL vmlinux 0x682ff057 ring_buffer_commit_overrun_cpu +EXPORT_SYMBOL_GPL vmlinux 0x68460527 blkcg_set_fc_appid +EXPORT_SYMBOL_GPL vmlinux 0x685f3f8d phy_power_off +EXPORT_SYMBOL_GPL vmlinux 0x68786f2e xive_native_configure_queue +EXPORT_SYMBOL_GPL vmlinux 0x688a8eb5 of_property_read_u64 +EXPORT_SYMBOL_GPL vmlinux 0x68952493 rcu_note_context_switch +EXPORT_SYMBOL_GPL vmlinux 0x68a2a4bd device_match_devt +EXPORT_SYMBOL_GPL vmlinux 0x68b3fae6 thermal_zone_device_register +EXPORT_SYMBOL_GPL vmlinux 0x68ec1cf1 dev_pm_opp_set_opp +EXPORT_SYMBOL_GPL vmlinux 0x68ef5625 raw_seq_stop +EXPORT_SYMBOL_GPL vmlinux 0x68eff24d phy_modify_mmd +EXPORT_SYMBOL_GPL vmlinux 0x6909a38b opal_rtc_read +EXPORT_SYMBOL_GPL vmlinux 0x690dce3b cleanup_srcu_struct +EXPORT_SYMBOL_GPL vmlinux 0x690e3d05 usb_register_dev +EXPORT_SYMBOL_GPL vmlinux 0x690f585e phy_basic_ports_array +EXPORT_SYMBOL_GPL vmlinux 0x6913865a trace_clock_jiffies +EXPORT_SYMBOL_GPL vmlinux 0x691d4c28 usb_phy_set_charger_state +EXPORT_SYMBOL_GPL vmlinux 0x691d5b84 devm_pwm_get +EXPORT_SYMBOL_GPL vmlinux 0x69270c8e eeh_iommu_group_to_pe +EXPORT_SYMBOL_GPL vmlinux 0x6928269b xive_native_disable_vp +EXPORT_SYMBOL_GPL vmlinux 0x69310ebe bpf_event_output +EXPORT_SYMBOL_GPL vmlinux 0x693b549e tty_kopen_shared +EXPORT_SYMBOL_GPL vmlinux 0x693d1452 vfs_inode_has_locks +EXPORT_SYMBOL_GPL vmlinux 0x693e6880 dm_send_uevents +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 0x697cbbb4 threads_per_core +EXPORT_SYMBOL_GPL vmlinux 0x6982d96c remove_phb_dynamic +EXPORT_SYMBOL_GPL vmlinux 0x6988e9fd udp_abort +EXPORT_SYMBOL_GPL vmlinux 0x69a54b4c xas_create_range +EXPORT_SYMBOL_GPL vmlinux 0x69aeddef atomic_notifier_chain_register_unique_prio +EXPORT_SYMBOL_GPL vmlinux 0x69b11774 irq_create_fwspec_mapping +EXPORT_SYMBOL_GPL vmlinux 0x69b1dd98 dev_nit_active +EXPORT_SYMBOL_GPL vmlinux 0x69b1fbb7 clk_register_mux_table +EXPORT_SYMBOL_GPL vmlinux 0x69ba690c cpu_remove_dev_attr_group +EXPORT_SYMBOL_GPL vmlinux 0x69ba73b7 sk_msg_is_readable +EXPORT_SYMBOL_GPL vmlinux 0x69bcc162 max8997_write_reg +EXPORT_SYMBOL_GPL vmlinux 0x69cf0632 mpi_fromstr +EXPORT_SYMBOL_GPL vmlinux 0x69d171ae dev_pm_opp_find_freq_ceil +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 0x69f3415a clk_register_fixed_factor +EXPORT_SYMBOL_GPL vmlinux 0x69fa0cbc sdio_retune_crc_enable +EXPORT_SYMBOL_GPL vmlinux 0x69fb9e39 kill_device +EXPORT_SYMBOL_GPL vmlinux 0x69ffdfaf of_nvmem_device_get +EXPORT_SYMBOL_GPL vmlinux 0x6a0589f5 gpiochip_populate_parent_fwspec_twocell +EXPORT_SYMBOL_GPL vmlinux 0x6a05b65b fb_videomode_from_videomode +EXPORT_SYMBOL_GPL vmlinux 0x6a0a5a3c usb_autopm_put_interface_no_suspend +EXPORT_SYMBOL_GPL vmlinux 0x6a1d7022 dev_pm_opp_get_opp_table +EXPORT_SYMBOL_GPL vmlinux 0x6a36ff74 __traceiter_devlink_hwmsg +EXPORT_SYMBOL_GPL vmlinux 0x6a421062 memory_failure_queue +EXPORT_SYMBOL_GPL vmlinux 0x6a460dc5 schedule_hrtimeout +EXPORT_SYMBOL_GPL vmlinux 0x6a4c2a68 irq_set_chained_handler_and_data +EXPORT_SYMBOL_GPL vmlinux 0x6a4f623b mmu_notifier_synchronize +EXPORT_SYMBOL_GPL vmlinux 0x6a744358 tpm_pcr_read +EXPORT_SYMBOL_GPL vmlinux 0x6a758d2f clockevents_unbind_device +EXPORT_SYMBOL_GPL vmlinux 0x6a7c9800 relay_reset +EXPORT_SYMBOL_GPL vmlinux 0x6a7eddf0 regulator_disable +EXPORT_SYMBOL_GPL vmlinux 0x6a8441be cpci_hp_start +EXPORT_SYMBOL_GPL vmlinux 0x6a9e90af ata_mode_string +EXPORT_SYMBOL_GPL vmlinux 0x6aa94658 pci_create_root_bus +EXPORT_SYMBOL_GPL vmlinux 0x6abcd291 pci_enable_pasid +EXPORT_SYMBOL_GPL vmlinux 0x6ac772dd usb_of_get_device_node +EXPORT_SYMBOL_GPL vmlinux 0x6aefbd1d tps65912_device_init +EXPORT_SYMBOL_GPL vmlinux 0x6b1137e1 phy_power_on +EXPORT_SYMBOL_GPL vmlinux 0x6b1d320a dev_pm_opp_disable +EXPORT_SYMBOL_GPL vmlinux 0x6b2b69f7 static_key_enable +EXPORT_SYMBOL_GPL vmlinux 0x6b36e07d devlink_linecard_destroy +EXPORT_SYMBOL_GPL vmlinux 0x6b413c9b sfp_link_down +EXPORT_SYMBOL_GPL vmlinux 0x6b52b664 set_primary_fwnode +EXPORT_SYMBOL_GPL vmlinux 0x6b5ced94 regulator_map_voltage_pickable_linear_range +EXPORT_SYMBOL_GPL vmlinux 0x6b6dfa58 phy_create +EXPORT_SYMBOL_GPL vmlinux 0x6b7a4a5f fb_deferred_io_release +EXPORT_SYMBOL_GPL vmlinux 0x6b81c38b power_supply_unreg_notifier +EXPORT_SYMBOL_GPL vmlinux 0x6b8b6fa5 bd_unlink_disk_holder +EXPORT_SYMBOL_GPL vmlinux 0x6ba36c6a hwpoison_filter_flags_value +EXPORT_SYMBOL_GPL vmlinux 0x6bac005b led_trigger_set_default +EXPORT_SYMBOL_GPL vmlinux 0x6bac4507 pcie_update_link_speed +EXPORT_SYMBOL_GPL vmlinux 0x6bb227e6 kthread_use_mm +EXPORT_SYMBOL_GPL vmlinux 0x6bbf0603 __udp_gso_segment +EXPORT_SYMBOL_GPL vmlinux 0x6bc1da14 rio_mport_write_config_16 +EXPORT_SYMBOL_GPL vmlinux 0x6bcbd192 devm_clk_get_optional_enabled +EXPORT_SYMBOL_GPL vmlinux 0x6bcdedc0 mpi_point_init +EXPORT_SYMBOL_GPL vmlinux 0x6bd1aa56 stack_trace_save +EXPORT_SYMBOL_GPL vmlinux 0x6be73d09 alloc_skb_for_msg +EXPORT_SYMBOL_GPL vmlinux 0x6be98eb1 pci_add_dynid +EXPORT_SYMBOL_GPL vmlinux 0x6c02690b devm_phy_create +EXPORT_SYMBOL_GPL vmlinux 0x6c183bb0 __class_create +EXPORT_SYMBOL_GPL vmlinux 0x6c205008 mpi_print +EXPORT_SYMBOL_GPL vmlinux 0x6c3704e0 gpiod_set_array_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x6c3f70e0 guid_gen +EXPORT_SYMBOL_GPL vmlinux 0x6c3f9ad9 dev_pm_set_dedicated_wake_irq +EXPORT_SYMBOL_GPL vmlinux 0x6c4569e2 __cpufreq_driver_target +EXPORT_SYMBOL_GPL vmlinux 0x6c4b6684 reset_control_assert +EXPORT_SYMBOL_GPL vmlinux 0x6c5ad0cd kmsg_dump_register +EXPORT_SYMBOL_GPL vmlinux 0x6c68835d espintcp_push_skb +EXPORT_SYMBOL_GPL vmlinux 0x6c6fe008 find_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0x6c79d4ff dev_pm_opp_enable +EXPORT_SYMBOL_GPL vmlinux 0x6c7ae6d6 rcu_trc_cmpxchg_need_qs +EXPORT_SYMBOL_GPL vmlinux 0x6c7b435f mc146818_does_rtc_work +EXPORT_SYMBOL_GPL vmlinux 0x6c956075 __SCK__tp_func_devlink_hwerr +EXPORT_SYMBOL_GPL vmlinux 0x6ca4bf88 async_synchronize_full_domain +EXPORT_SYMBOL_GPL vmlinux 0x6ca67e69 dev_pm_genpd_get_next_hrtimer +EXPORT_SYMBOL_GPL vmlinux 0x6ccc3ef8 devm_pse_controller_register +EXPORT_SYMBOL_GPL vmlinux 0x6cdd0f75 usb_get_status +EXPORT_SYMBOL_GPL vmlinux 0x6ce969ff __account_locked_vm +EXPORT_SYMBOL_GPL vmlinux 0x6d09843f copy_bpf_fprog_from_user +EXPORT_SYMBOL_GPL vmlinux 0x6d0ae550 pinctrl_gpio_request +EXPORT_SYMBOL_GPL vmlinux 0x6d22e993 filemap_migrate_folio +EXPORT_SYMBOL_GPL vmlinux 0x6d256c94 kernfs_notify +EXPORT_SYMBOL_GPL vmlinux 0x6d2fc5a6 net_namespace_list +EXPORT_SYMBOL_GPL vmlinux 0x6d413a81 __spi_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x6d50ffe4 pci_epc_set_msix +EXPORT_SYMBOL_GPL vmlinux 0x6d518efa devl_traps_register +EXPORT_SYMBOL_GPL vmlinux 0x6d628dd6 irq_chip_disable_parent +EXPORT_SYMBOL_GPL vmlinux 0x6d6d74f2 public_key_signature_free +EXPORT_SYMBOL_GPL vmlinux 0x6d6fec1f ktime_mono_to_any +EXPORT_SYMBOL_GPL vmlinux 0x6d716c44 usb_unlocked_disable_lpm +EXPORT_SYMBOL_GPL vmlinux 0x6d7a5a51 shash_register_instance +EXPORT_SYMBOL_GPL vmlinux 0x6d7e951e rcu_exp_batches_completed +EXPORT_SYMBOL_GPL vmlinux 0x6d8d503d cpu_latency_qos_update_request +EXPORT_SYMBOL_GPL vmlinux 0x6d952288 blk_mq_pci_map_queues +EXPORT_SYMBOL_GPL vmlinux 0x6d9e566d simple_attr_write_signed +EXPORT_SYMBOL_GPL vmlinux 0x6da7525a of_css +EXPORT_SYMBOL_GPL vmlinux 0x6db386c5 call_switchdev_notifiers +EXPORT_SYMBOL_GPL vmlinux 0x6dbaafd3 put_old_timespec32 +EXPORT_SYMBOL_GPL vmlinux 0x6dd5680d sprint_symbol_build_id +EXPORT_SYMBOL_GPL vmlinux 0x6dd5abc1 serial8250_em485_start_tx +EXPORT_SYMBOL_GPL vmlinux 0x6e052df3 fib_rules_unregister +EXPORT_SYMBOL_GPL vmlinux 0x6e09d93d __SCK__tp_func_map +EXPORT_SYMBOL_GPL vmlinux 0x6e09f750 handle_simple_irq +EXPORT_SYMBOL_GPL vmlinux 0x6e0d3414 blk_stat_enable_accounting +EXPORT_SYMBOL_GPL vmlinux 0x6e13057b iommu_del_device +EXPORT_SYMBOL_GPL vmlinux 0x6e23ae97 of_dma_request_slave_channel +EXPORT_SYMBOL_GPL vmlinux 0x6e2a5ccf skb_gso_validate_network_len +EXPORT_SYMBOL_GPL vmlinux 0x6e2ae6d9 crypto_register_shashes +EXPORT_SYMBOL_GPL vmlinux 0x6e3347ec devlink_priv +EXPORT_SYMBOL_GPL vmlinux 0x6e353c26 mpi_rshift +EXPORT_SYMBOL_GPL vmlinux 0x6e3bf122 fwnode_get_nth_parent +EXPORT_SYMBOL_GPL vmlinux 0x6e3f4479 tpm_default_chip +EXPORT_SYMBOL_GPL vmlinux 0x6e3ff83a edac_device_alloc_index +EXPORT_SYMBOL_GPL vmlinux 0x6e44e211 nvdimm_bus_unregister +EXPORT_SYMBOL_GPL vmlinux 0x6e4ef419 crypto_alloc_sync_skcipher +EXPORT_SYMBOL_GPL vmlinux 0x6e59f821 __tracepoint_wbc_writepage +EXPORT_SYMBOL_GPL vmlinux 0x6e6170be gov_attr_set_init +EXPORT_SYMBOL_GPL vmlinux 0x6e7943ec iommu_group_id +EXPORT_SYMBOL_GPL vmlinux 0x6e7970a9 of_pse_control_get +EXPORT_SYMBOL_GPL vmlinux 0x6e7b1796 dst_cache_set_ip6 +EXPORT_SYMBOL_GPL vmlinux 0x6e89a560 regmap_irq_chip_get_base +EXPORT_SYMBOL_GPL vmlinux 0x6eab5d9a _proc_mkdir +EXPORT_SYMBOL_GPL vmlinux 0x6ebbad5f clockevents_config_and_register +EXPORT_SYMBOL_GPL vmlinux 0x6ebe366f ktime_get_mono_fast_ns +EXPORT_SYMBOL_GPL vmlinux 0x6ec6288e of_pwm_single_xlate +EXPORT_SYMBOL_GPL vmlinux 0x6ed498d0 rio_release_outb_dbell +EXPORT_SYMBOL_GPL vmlinux 0x6ed9de21 raw_v6_match +EXPORT_SYMBOL_GPL vmlinux 0x6ef05770 device_change_owner +EXPORT_SYMBOL_GPL vmlinux 0x6ef6b54f ktime_get_boot_fast_ns +EXPORT_SYMBOL_GPL vmlinux 0x6f0088d9 xive_native_sync_source +EXPORT_SYMBOL_GPL vmlinux 0x6f0a1a29 dax_writeback_mapping_range +EXPORT_SYMBOL_GPL vmlinux 0x6f12560a get_old_timespec32 +EXPORT_SYMBOL_GPL vmlinux 0x6f15415f gpiod_put_array +EXPORT_SYMBOL_GPL vmlinux 0x6f2017de misc_cg_set_capacity +EXPORT_SYMBOL_GPL vmlinux 0x6f232d97 mmc_cmdq_disable +EXPORT_SYMBOL_GPL vmlinux 0x6f50a9bc trace_output_call +EXPORT_SYMBOL_GPL vmlinux 0x6f554633 virtqueue_add_sgs +EXPORT_SYMBOL_GPL vmlinux 0x6f6850f3 kthread_data +EXPORT_SYMBOL_GPL vmlinux 0x6f6b52e9 __ipv6_fixup_options +EXPORT_SYMBOL_GPL vmlinux 0x6f7bbe6a msi_unlock_descs +EXPORT_SYMBOL_GPL vmlinux 0x6f7e6040 irq_has_action +EXPORT_SYMBOL_GPL vmlinux 0x6f85d4cc cgroup_get_e_css +EXPORT_SYMBOL_GPL vmlinux 0x6f892e7b pinctrl_add_gpio_range +EXPORT_SYMBOL_GPL vmlinux 0x6f902270 xhci_dbg_trace +EXPORT_SYMBOL_GPL vmlinux 0x6f927410 init_srcu_struct +EXPORT_SYMBOL_GPL vmlinux 0x6f9e763b timecounter_read +EXPORT_SYMBOL_GPL vmlinux 0x6fa1c8cc regulator_get_current_limit +EXPORT_SYMBOL_GPL vmlinux 0x6fa1fc6b kvmppc_h_clear_mod +EXPORT_SYMBOL_GPL vmlinux 0x6fb92cf6 sampling_rate_store +EXPORT_SYMBOL_GPL vmlinux 0x6fbb505f devm_gpiod_get_optional +EXPORT_SYMBOL_GPL vmlinux 0x6fbbb413 fwnode_graph_get_remote_port_parent +EXPORT_SYMBOL_GPL vmlinux 0x6fc8f83b bpfilter_umh_cleanup +EXPORT_SYMBOL_GPL vmlinux 0x6fcef6ab ring_buffer_reset +EXPORT_SYMBOL_GPL vmlinux 0x6fd84890 platform_device_del +EXPORT_SYMBOL_GPL vmlinux 0x6fe37bea scsi_autopm_put_device +EXPORT_SYMBOL_GPL vmlinux 0x6feb6fda perf_event_refresh +EXPORT_SYMBOL_GPL vmlinux 0x6ff607b6 crypto_get_default_rng +EXPORT_SYMBOL_GPL vmlinux 0x6ff9bce3 subsys_system_register +EXPORT_SYMBOL_GPL vmlinux 0x6ffdc2cc ata_host_activate +EXPORT_SYMBOL_GPL vmlinux 0x7006586e iommu_get_group_resv_regions +EXPORT_SYMBOL_GPL vmlinux 0x700a16d7 kvm_free_hpt_cma +EXPORT_SYMBOL_GPL vmlinux 0x7013d02b devm_devfreq_event_add_edev +EXPORT_SYMBOL_GPL vmlinux 0x702d3634 regulator_get_voltage_sel_regmap +EXPORT_SYMBOL_GPL vmlinux 0x7041f2b7 __serdev_device_driver_register +EXPORT_SYMBOL_GPL vmlinux 0x704f24ae kvmppc_restore_tm_hv +EXPORT_SYMBOL_GPL vmlinux 0x70558573 synchronize_srcu +EXPORT_SYMBOL_GPL vmlinux 0x705e5df4 usb_hub_release_port +EXPORT_SYMBOL_GPL vmlinux 0x706bfeeb vfs_listxattr +EXPORT_SYMBOL_GPL vmlinux 0x707394ef pinctrl_register +EXPORT_SYMBOL_GPL vmlinux 0x7073c04f phy_10_100_features_array +EXPORT_SYMBOL_GPL vmlinux 0x707665fc iomap_release_folio +EXPORT_SYMBOL_GPL vmlinux 0x707b236a xdp_rxq_info_unreg_mem_model +EXPORT_SYMBOL_GPL vmlinux 0x707fed89 devm_regulator_get +EXPORT_SYMBOL_GPL vmlinux 0x708b7db7 tpm_pcr_extend +EXPORT_SYMBOL_GPL vmlinux 0x709965c3 sysfs_update_group +EXPORT_SYMBOL_GPL vmlinux 0x70a02e01 pinctrl_utils_reserve_map +EXPORT_SYMBOL_GPL vmlinux 0x70b6ba3c stmpe_set_bits +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 0x70c7f0cd fuse_sync_release +EXPORT_SYMBOL_GPL vmlinux 0x70cf032f usb_hcd_irq +EXPORT_SYMBOL_GPL vmlinux 0x70da689b led_trigger_blink +EXPORT_SYMBOL_GPL vmlinux 0x70ff6b81 pnv_ocxl_map_lpar +EXPORT_SYMBOL_GPL vmlinux 0x7103b545 pci_bus_add_device +EXPORT_SYMBOL_GPL vmlinux 0x710c73b6 crypto_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x7116db13 ping_rcv +EXPORT_SYMBOL_GPL vmlinux 0x711ab4b4 cpufreq_register_governor +EXPORT_SYMBOL_GPL vmlinux 0x7130b996 devm_hwmon_sanitize_name +EXPORT_SYMBOL_GPL vmlinux 0x713685ba usb_get_dr_mode +EXPORT_SYMBOL_GPL vmlinux 0x7138cb4e sysfs_remove_file_ns +EXPORT_SYMBOL_GPL vmlinux 0x71420181 sock_prot_inuse_get +EXPORT_SYMBOL_GPL vmlinux 0x7142d492 devm_led_trigger_register +EXPORT_SYMBOL_GPL vmlinux 0x71460087 rio_release_inb_mbox +EXPORT_SYMBOL_GPL vmlinux 0x7149ba14 __blk_mq_debugfs_rq_show +EXPORT_SYMBOL_GPL vmlinux 0x71549330 unregister_net_sysctl_table +EXPORT_SYMBOL_GPL vmlinux 0x715a43ce priv_to_devlink +EXPORT_SYMBOL_GPL vmlinux 0x71616c44 clk_hw_set_parent +EXPORT_SYMBOL_GPL vmlinux 0x716265c7 debugfs_initialized +EXPORT_SYMBOL_GPL vmlinux 0x7168dcc3 ata_host_alloc_pinfo +EXPORT_SYMBOL_GPL vmlinux 0x71693ee4 debugfs_create_u16 +EXPORT_SYMBOL_GPL vmlinux 0x71724493 mctrl_gpio_enable_irq_wake +EXPORT_SYMBOL_GPL vmlinux 0x7195940a mctrl_gpio_disable_irq_wake +EXPORT_SYMBOL_GPL vmlinux 0x7197ab3f ata_ehi_clear_desc +EXPORT_SYMBOL_GPL vmlinux 0x719af4d7 icc_link_create +EXPORT_SYMBOL_GPL vmlinux 0x719e17ff clk_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0x71a20f4a __SCK__tp_func_non_standard_event +EXPORT_SYMBOL_GPL vmlinux 0x71aed746 netlink_strict_get_check +EXPORT_SYMBOL_GPL vmlinux 0x71b18207 mddev_init_writes_pending +EXPORT_SYMBOL_GPL vmlinux 0x71b6cf94 dst_cache_reset_now +EXPORT_SYMBOL_GPL vmlinux 0x71c059d8 __traceiter_map +EXPORT_SYMBOL_GPL vmlinux 0x71f3472a pm_generic_poweroff_late +EXPORT_SYMBOL_GPL vmlinux 0x7204b3e7 regulator_bulk_enable +EXPORT_SYMBOL_GPL vmlinux 0x720fa57f get_slice_psize +EXPORT_SYMBOL_GPL vmlinux 0x72124c9a divider_ro_determine_rate +EXPORT_SYMBOL_GPL vmlinux 0x721623cd percpu_up_write +EXPORT_SYMBOL_GPL vmlinux 0x721aeb83 pnv_pci_set_tunnel_bar +EXPORT_SYMBOL_GPL vmlinux 0x722a4df3 icc_provider_init +EXPORT_SYMBOL_GPL vmlinux 0x7237e950 pkcs7_verify +EXPORT_SYMBOL_GPL vmlinux 0x7249701f genphy_c45_read_mdix +EXPORT_SYMBOL_GPL vmlinux 0x724c2a4c eeh_pe_configure +EXPORT_SYMBOL_GPL vmlinux 0x7251fa8c serdev_device_write_room +EXPORT_SYMBOL_GPL vmlinux 0x7265f2b0 pci_vpd_check_csum +EXPORT_SYMBOL_GPL vmlinux 0x7269e0b8 exportfs_encode_inode_fh +EXPORT_SYMBOL_GPL vmlinux 0x726ea92f divider_round_rate_parent +EXPORT_SYMBOL_GPL vmlinux 0x72742af9 fs_dax_get_by_bdev +EXPORT_SYMBOL_GPL vmlinux 0x7276f153 bd_link_disk_holder +EXPORT_SYMBOL_GPL vmlinux 0x7278d328 all_vm_events +EXPORT_SYMBOL_GPL vmlinux 0x727fb5e2 platform_device_put +EXPORT_SYMBOL_GPL vmlinux 0x7281253b clk_hw_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0x7283161b percpu_ref_switch_to_percpu +EXPORT_SYMBOL_GPL vmlinux 0x728332f4 ethnl_cable_test_fault_length +EXPORT_SYMBOL_GPL vmlinux 0x72870365 of_clk_get_from_provider +EXPORT_SYMBOL_GPL vmlinux 0x72ae1839 base64_decode +EXPORT_SYMBOL_GPL vmlinux 0x72b68fc0 user_update +EXPORT_SYMBOL_GPL vmlinux 0x72b7e80d ptp_parse_header +EXPORT_SYMBOL_GPL vmlinux 0x72c1f097 device_create_managed_software_node +EXPORT_SYMBOL_GPL vmlinux 0x72cadac6 i2c_generic_scl_recovery +EXPORT_SYMBOL_GPL vmlinux 0x72cc59ce fsverity_ioctl_read_metadata +EXPORT_SYMBOL_GPL vmlinux 0x72cedf04 pinctrl_dev_get_devname +EXPORT_SYMBOL_GPL vmlinux 0x72d267dc nvmem_del_cell_lookups +EXPORT_SYMBOL_GPL vmlinux 0x72d7580e shmem_read_mapping_page_gfp +EXPORT_SYMBOL_GPL vmlinux 0x72d9c4c9 genphy_c45_read_pma +EXPORT_SYMBOL_GPL vmlinux 0x72e34490 elv_rqhash_add +EXPORT_SYMBOL_GPL vmlinux 0x72e836c1 pwm_free +EXPORT_SYMBOL_GPL vmlinux 0x72edf918 __tracepoint_kfree_skb +EXPORT_SYMBOL_GPL vmlinux 0x73032f6c regmap_get_device +EXPORT_SYMBOL_GPL vmlinux 0x7323bad8 security_inode_mkdir +EXPORT_SYMBOL_GPL vmlinux 0x73248c94 bpf_trace_run10 +EXPORT_SYMBOL_GPL vmlinux 0x733c2bf7 scsi_dh_activate +EXPORT_SYMBOL_GPL vmlinux 0x734b713f fork_usermode_driver +EXPORT_SYMBOL_GPL vmlinux 0x7351fcb1 devlink_remote_reload_actions_performed +EXPORT_SYMBOL_GPL vmlinux 0x7357ac73 usb_wakeup_enabled_descendants +EXPORT_SYMBOL_GPL vmlinux 0x7363357b tpm_chip_alloc +EXPORT_SYMBOL_GPL vmlinux 0x73741ede dma_get_slave_caps +EXPORT_SYMBOL_GPL vmlinux 0x737887ea device_remove_file +EXPORT_SYMBOL_GPL vmlinux 0x737895e7 vas_init_rx_win_attr +EXPORT_SYMBOL_GPL vmlinux 0x7399a30e debugfs_create_atomic_t +EXPORT_SYMBOL_GPL vmlinux 0x739b3ef6 dev_pm_opp_init_cpufreq_table +EXPORT_SYMBOL_GPL vmlinux 0x73a48b4a ata_sff_std_ports +EXPORT_SYMBOL_GPL vmlinux 0x73ba7880 usb_hcd_unlink_urb_from_ep +EXPORT_SYMBOL_GPL vmlinux 0x73c11cbb pci_hp_deregister +EXPORT_SYMBOL_GPL vmlinux 0x73c24961 auxiliary_find_device +EXPORT_SYMBOL_GPL vmlinux 0x73c2554f __iowrite64_copy +EXPORT_SYMBOL_GPL vmlinux 0x73cc8631 oiap +EXPORT_SYMBOL_GPL vmlinux 0x73e4edb8 phy_gbit_features +EXPORT_SYMBOL_GPL vmlinux 0x74113b85 of_msi_get_domain +EXPORT_SYMBOL_GPL vmlinux 0x74165ded iommu_set_fault_handler +EXPORT_SYMBOL_GPL vmlinux 0x74199b26 opal_leds_set_ind +EXPORT_SYMBOL_GPL vmlinux 0x7429297b interval_tree_span_iter_next +EXPORT_SYMBOL_GPL vmlinux 0x742f1864 regmap_write +EXPORT_SYMBOL_GPL vmlinux 0x743d0149 md_stop_writes +EXPORT_SYMBOL_GPL vmlinux 0x7440e8a1 rtnl_delete_link +EXPORT_SYMBOL_GPL vmlinux 0x744d8645 devlink_port_attrs_pci_vf_set +EXPORT_SYMBOL_GPL vmlinux 0x744e1b2d devl_rate_node_create +EXPORT_SYMBOL_GPL vmlinux 0x7455c0cb bgpio_init +EXPORT_SYMBOL_GPL vmlinux 0x746d4fbc get_state_synchronize_srcu +EXPORT_SYMBOL_GPL vmlinux 0x7489eaea pci_msix_alloc_irq_at +EXPORT_SYMBOL_GPL vmlinux 0x74972883 pingv6_prot +EXPORT_SYMBOL_GPL vmlinux 0x74976487 gpiod_get_value +EXPORT_SYMBOL_GPL vmlinux 0x74b07389 dm_internal_resume +EXPORT_SYMBOL_GPL vmlinux 0x74b5ea68 lcm_not_zero +EXPORT_SYMBOL_GPL vmlinux 0x74baf17a tracing_is_on +EXPORT_SYMBOL_GPL vmlinux 0x74c7bffa stack_trace_snprint +EXPORT_SYMBOL_GPL vmlinux 0x74c8c8a7 fwnode_graph_get_next_endpoint +EXPORT_SYMBOL_GPL vmlinux 0x74cdfe5f tty_kopen_exclusive +EXPORT_SYMBOL_GPL vmlinux 0x74cf59ba synth_event_add_val +EXPORT_SYMBOL_GPL vmlinux 0x74d8ba97 usb_disable_lpm +EXPORT_SYMBOL_GPL vmlinux 0x74e73871 housekeeping_overridden +EXPORT_SYMBOL_GPL vmlinux 0x74ee02e4 irq_chip_unmask_parent +EXPORT_SYMBOL_GPL vmlinux 0x7509769e apply_to_page_range +EXPORT_SYMBOL_GPL vmlinux 0x751189c7 fib_nh_common_release +EXPORT_SYMBOL_GPL vmlinux 0x75133f6e visitor128 +EXPORT_SYMBOL_GPL vmlinux 0x7522f3ba irq_modify_status +EXPORT_SYMBOL_GPL vmlinux 0x7537a344 cpufreq_dbs_governor_stop +EXPORT_SYMBOL_GPL vmlinux 0x7541acfb ata_sff_wait_ready +EXPORT_SYMBOL_GPL vmlinux 0x754ba823 trace_seq_puts +EXPORT_SYMBOL_GPL vmlinux 0x756f6361 fscrypt_file_open +EXPORT_SYMBOL_GPL vmlinux 0x757c1bbb housekeeping_any_cpu +EXPORT_SYMBOL_GPL vmlinux 0x757cfe35 xive_native_get_vp_info +EXPORT_SYMBOL_GPL vmlinux 0x75865c07 __mnt_is_readonly +EXPORT_SYMBOL_GPL vmlinux 0x75886660 __traceiter_block_unplug +EXPORT_SYMBOL_GPL vmlinux 0x759139cb of_pci_check_probe_only +EXPORT_SYMBOL_GPL vmlinux 0x759720cb put_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0x75cbc9c5 lochnagar_update_config +EXPORT_SYMBOL_GPL vmlinux 0x75cec5e5 class_create_file_ns +EXPORT_SYMBOL_GPL vmlinux 0x75dd4ebe of_overlay_remove +EXPORT_SYMBOL_GPL vmlinux 0x75ddc2b6 bio_poll +EXPORT_SYMBOL_GPL vmlinux 0x75e51945 __SCK__tp_func_error_report_end +EXPORT_SYMBOL_GPL vmlinux 0x75e9c735 pci_ats_disabled +EXPORT_SYMBOL_GPL vmlinux 0x75eb0f11 __nvdimm_create +EXPORT_SYMBOL_GPL vmlinux 0x76013ff9 usb_hcd_giveback_urb +EXPORT_SYMBOL_GPL vmlinux 0x760b2b85 iommu_domain_alloc +EXPORT_SYMBOL_GPL vmlinux 0x7616fbf7 device_show_ulong +EXPORT_SYMBOL_GPL vmlinux 0x7619fae5 onboard_hub_create_pdevs +EXPORT_SYMBOL_GPL vmlinux 0x762ea152 debugfs_read_file_bool +EXPORT_SYMBOL_GPL vmlinux 0x763e014e to_of_pinfo +EXPORT_SYMBOL_GPL vmlinux 0x76465809 fib_rules_seq_read +EXPORT_SYMBOL_GPL vmlinux 0x764c1b99 device_register +EXPORT_SYMBOL_GPL vmlinux 0x76517f03 interval_tree_span_iter_advance +EXPORT_SYMBOL_GPL vmlinux 0x7656410c mpi_sub +EXPORT_SYMBOL_GPL vmlinux 0x7667e8a8 xdp_rxq_info_is_reg +EXPORT_SYMBOL_GPL vmlinux 0x76684e31 mpc8xxx_spi_tx_buf_u16 +EXPORT_SYMBOL_GPL vmlinux 0x767cf17b fat_alloc_new_dir +EXPORT_SYMBOL_GPL vmlinux 0x7681946c unregister_pm_notifier +EXPORT_SYMBOL_GPL vmlinux 0x769cefb5 percpu_ref_switch_to_atomic +EXPORT_SYMBOL_GPL vmlinux 0x769d7da0 bpf_trace_run9 +EXPORT_SYMBOL_GPL vmlinux 0x76c1fcae perf_event_disable +EXPORT_SYMBOL_GPL vmlinux 0x76d9b876 clk_set_rate +EXPORT_SYMBOL_GPL vmlinux 0x76e254dc iommu_report_device_fault +EXPORT_SYMBOL_GPL vmlinux 0x76e9044e edac_pci_free_ctl_info +EXPORT_SYMBOL_GPL vmlinux 0x76e9b42d dev_fetch_sw_netstats +EXPORT_SYMBOL_GPL vmlinux 0x76eeeb0f sha384_zero_message_hash +EXPORT_SYMBOL_GPL vmlinux 0x76f2abe0 btree_lookup +EXPORT_SYMBOL_GPL vmlinux 0x76f41149 devm_hwmon_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x76fc0dea bdev_discard_alignment +EXPORT_SYMBOL_GPL vmlinux 0x771b6d3f sysfs_remove_device_from_node +EXPORT_SYMBOL_GPL vmlinux 0x77222306 ring_buffer_read_page +EXPORT_SYMBOL_GPL vmlinux 0x77241934 srcutorture_get_gp_data +EXPORT_SYMBOL_GPL vmlinux 0x773ea5df kernel_read_file +EXPORT_SYMBOL_GPL vmlinux 0x774622f3 sysfs_remove_file_from_group +EXPORT_SYMBOL_GPL vmlinux 0x774f16ef __tracepoint_cpu_idle +EXPORT_SYMBOL_GPL vmlinux 0x7757b51a clk_unregister +EXPORT_SYMBOL_GPL vmlinux 0x776c54d8 blk_mq_flush_busy_ctxs +EXPORT_SYMBOL_GPL vmlinux 0x77722b90 syscon_regmap_lookup_by_phandle_args +EXPORT_SYMBOL_GPL vmlinux 0x77780ff5 tcp_leave_memory_pressure +EXPORT_SYMBOL_GPL vmlinux 0x777d05cc device_release_driver +EXPORT_SYMBOL_GPL vmlinux 0x7791e066 dw_pcie_read +EXPORT_SYMBOL_GPL vmlinux 0x77a9d772 irq_to_desc +EXPORT_SYMBOL_GPL vmlinux 0x77ae495d usb_speed_string +EXPORT_SYMBOL_GPL vmlinux 0x77c5b823 nvmem_del_cell_table +EXPORT_SYMBOL_GPL vmlinux 0x77e6ebf7 devlink_port_attrs_pci_sf_set +EXPORT_SYMBOL_GPL vmlinux 0x77e75be3 sfp_bus_put +EXPORT_SYMBOL_GPL vmlinux 0x77eb8c3b xas_nomem +EXPORT_SYMBOL_GPL vmlinux 0x77ecf68d memalloc_socks_key +EXPORT_SYMBOL_GPL vmlinux 0x77f2df7d virtio_break_device +EXPORT_SYMBOL_GPL vmlinux 0x78041b8f byte_rev_table +EXPORT_SYMBOL_GPL vmlinux 0x78297b83 tcp_plb_update_state +EXPORT_SYMBOL_GPL vmlinux 0x782fd4d0 fwnode_graph_get_endpoint_count +EXPORT_SYMBOL_GPL vmlinux 0x78310e6c posix_clock_register +EXPORT_SYMBOL_GPL vmlinux 0x7847c621 sfp_parse_support +EXPORT_SYMBOL_GPL vmlinux 0x785a93b4 si_mem_available +EXPORT_SYMBOL_GPL vmlinux 0x785f7554 of_phy_simple_xlate +EXPORT_SYMBOL_GPL vmlinux 0x786f180b blkcg_print_blkgs +EXPORT_SYMBOL_GPL vmlinux 0x787bdf99 dma_resv_iter_next +EXPORT_SYMBOL_GPL vmlinux 0x787c882b lzo1x_1_compress +EXPORT_SYMBOL_GPL vmlinux 0x787c8ad2 ping_getfrag +EXPORT_SYMBOL_GPL vmlinux 0x788bfbad ring_buffer_empty +EXPORT_SYMBOL_GPL vmlinux 0x788dfbde sk_msg_clone +EXPORT_SYMBOL_GPL vmlinux 0x788e538d divider_determine_rate +EXPORT_SYMBOL_GPL vmlinux 0x789c73d9 rcu_cpu_stall_suppress_at_boot +EXPORT_SYMBOL_GPL vmlinux 0x78b25d37 acomp_request_alloc +EXPORT_SYMBOL_GPL vmlinux 0x78c121f3 fscrypt_ioctl_add_key +EXPORT_SYMBOL_GPL vmlinux 0x78c393e5 devm_release_action +EXPORT_SYMBOL_GPL vmlinux 0x78c53632 dev_pm_opp_get_opp_count +EXPORT_SYMBOL_GPL vmlinux 0x78d3a6f1 mnt_want_write_file +EXPORT_SYMBOL_GPL vmlinux 0x78e58a4e xive_native_has_single_escalation +EXPORT_SYMBOL_GPL vmlinux 0x78ebaade pci_slots_kset +EXPORT_SYMBOL_GPL vmlinux 0x78fb1d0d vcap_port_debugfs +EXPORT_SYMBOL_GPL vmlinux 0x78fd3daa devm_platform_get_irqs_affinity +EXPORT_SYMBOL_GPL vmlinux 0x79113e69 pci_disable_sriov +EXPORT_SYMBOL_GPL vmlinux 0x7918d817 memory_failure +EXPORT_SYMBOL_GPL vmlinux 0x79322724 ext_pi_type3_crc64 +EXPORT_SYMBOL_GPL vmlinux 0x7934db1c clk_gate_ops +EXPORT_SYMBOL_GPL vmlinux 0x793f98bc __tracepoint_rpm_return_int +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 0x7951a49f get_kernel_pages +EXPORT_SYMBOL_GPL vmlinux 0x79664190 vp_modern_get_queue_enable +EXPORT_SYMBOL_GPL vmlinux 0x7992738f tcp_get_syncookie_mss +EXPORT_SYMBOL_GPL vmlinux 0x799c3336 fib_rules_dump +EXPORT_SYMBOL_GPL vmlinux 0x799d0510 edac_mc_del_mc +EXPORT_SYMBOL_GPL vmlinux 0x79a6752d scsi_dh_attached_handler_name +EXPORT_SYMBOL_GPL vmlinux 0x79b0b23f kobject_rename +EXPORT_SYMBOL_GPL vmlinux 0x79b42cb8 pinctrl_lookup_state +EXPORT_SYMBOL_GPL vmlinux 0x79defbe1 kthread_should_park +EXPORT_SYMBOL_GPL vmlinux 0x79ebe446 crypto_ahash_final +EXPORT_SYMBOL_GPL vmlinux 0x79eca389 copro_calculate_slb +EXPORT_SYMBOL_GPL vmlinux 0x79f697e4 lzorle1x_1_compress +EXPORT_SYMBOL_GPL vmlinux 0x7a047852 sysfs_remove_file_self +EXPORT_SYMBOL_GPL vmlinux 0x7a0e7420 tty_ldisc_deref +EXPORT_SYMBOL_GPL vmlinux 0x7a32f550 of_clk_parent_fill +EXPORT_SYMBOL_GPL vmlinux 0x7a3d07f1 iomap_read_folio +EXPORT_SYMBOL_GPL vmlinux 0x7a3f16a2 devl_region_destroy +EXPORT_SYMBOL_GPL vmlinux 0x7a443ae6 phy_speed_down +EXPORT_SYMBOL_GPL vmlinux 0x7a479627 kthread_cancel_delayed_work_sync +EXPORT_SYMBOL_GPL vmlinux 0x7a4e57f2 security_file_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x7a73e605 wm831x_isinkv_values +EXPORT_SYMBOL_GPL vmlinux 0x7a81541b async_synchronize_cookie +EXPORT_SYMBOL_GPL vmlinux 0x7a93fd25 vcap_lookup_rule_by_cookie +EXPORT_SYMBOL_GPL vmlinux 0x7a98f4b4 copy_from_user_nofault +EXPORT_SYMBOL_GPL vmlinux 0x7a9c9f11 usb_phy_roothub_alloc +EXPORT_SYMBOL_GPL vmlinux 0x7a9e4c23 software_node_register_node_group +EXPORT_SYMBOL_GPL vmlinux 0x7abcde68 tps6586x_clr_bits +EXPORT_SYMBOL_GPL vmlinux 0x7abf441b ehci_cf_port_reset_rwsem +EXPORT_SYMBOL_GPL vmlinux 0x7ac722bd phy_all_ports_features_array +EXPORT_SYMBOL_GPL vmlinux 0x7acd4e1f fsl_mc_device_group +EXPORT_SYMBOL_GPL vmlinux 0x7ad02a41 asn1_encode_tag +EXPORT_SYMBOL_GPL vmlinux 0x7ad1ded1 pinctrl_register_mappings +EXPORT_SYMBOL_GPL vmlinux 0x7ad34573 trace_array_destroy +EXPORT_SYMBOL_GPL vmlinux 0x7afcb7db __kprobe_event_add_fields +EXPORT_SYMBOL_GPL vmlinux 0x7affd473 __inode_attach_wb +EXPORT_SYMBOL_GPL vmlinux 0x7b02016c sdio_disable_func +EXPORT_SYMBOL_GPL vmlinux 0x7b1df89f pci_address_to_pio +EXPORT_SYMBOL_GPL vmlinux 0x7b228684 pci_p2pdma_distance_many +EXPORT_SYMBOL_GPL vmlinux 0x7b2e2bf8 of_map_id +EXPORT_SYMBOL_GPL vmlinux 0x7b3929cc rio_unmap_outb_region +EXPORT_SYMBOL_GPL vmlinux 0x7b3c204b __dev_fwnode +EXPORT_SYMBOL_GPL vmlinux 0x7b40b87b store_vcpu_state +EXPORT_SYMBOL_GPL vmlinux 0x7b4ff8f4 badrange_forget +EXPORT_SYMBOL_GPL vmlinux 0x7b505d08 blk_steal_bios +EXPORT_SYMBOL_GPL vmlinux 0x7b5a4926 sha1_zero_message_hash +EXPORT_SYMBOL_GPL vmlinux 0x7b6b0309 gpiod_set_config +EXPORT_SYMBOL_GPL vmlinux 0x7b783824 ppc_breakpoint_available +EXPORT_SYMBOL_GPL vmlinux 0x7b785f4f tty_port_default_client_ops +EXPORT_SYMBOL_GPL vmlinux 0x7b7d5d31 sdio_claim_irq +EXPORT_SYMBOL_GPL vmlinux 0x7b802221 component_compare_dev +EXPORT_SYMBOL_GPL vmlinux 0x7b84b28b of_console_check +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 0x7be2c36d kiocb_modified +EXPORT_SYMBOL_GPL vmlinux 0x7c291e86 show_rcu_tasks_trace_gp_kthread +EXPORT_SYMBOL_GPL vmlinux 0x7c37bc89 pseries_ioei_notifier_list +EXPORT_SYMBOL_GPL vmlinux 0x7c3d8a4b icc_bulk_put +EXPORT_SYMBOL_GPL vmlinux 0x7c3feb72 iommu_iova_to_phys +EXPORT_SYMBOL_GPL vmlinux 0x7c438705 pci_epf_free_space +EXPORT_SYMBOL_GPL vmlinux 0x7c4b456c ping_bind +EXPORT_SYMBOL_GPL vmlinux 0x7c66a2a6 pm_generic_poweroff_noirq +EXPORT_SYMBOL_GPL vmlinux 0x7c70fa02 devm_clk_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0x7c73a9e0 klist_add_head +EXPORT_SYMBOL_GPL vmlinux 0x7c9271f8 extcon_get_edev_name +EXPORT_SYMBOL_GPL vmlinux 0x7c95df24 dev_pm_qos_update_user_latency_tolerance +EXPORT_SYMBOL_GPL vmlinux 0x7c9a7371 clk_prepare +EXPORT_SYMBOL_GPL vmlinux 0x7ca64a0b __cookie_v4_init_sequence +EXPORT_SYMBOL_GPL vmlinux 0x7cb1aea1 devlink_dpipe_header_ethernet +EXPORT_SYMBOL_GPL vmlinux 0x7cb360be __folio_lock_killable +EXPORT_SYMBOL_GPL vmlinux 0x7cb6385c dev_pm_opp_get_suspend_opp_freq +EXPORT_SYMBOL_GPL vmlinux 0x7cb6c90d dev_pm_set_wake_irq +EXPORT_SYMBOL_GPL vmlinux 0x7cb9bfa6 inet_csk_route_req +EXPORT_SYMBOL_GPL vmlinux 0x7ccda633 dev_pm_domain_detach +EXPORT_SYMBOL_GPL vmlinux 0x7cceaf92 zs_pool_stats +EXPORT_SYMBOL_GPL vmlinux 0x7cd6f042 cpufreq_get_current_driver +EXPORT_SYMBOL_GPL vmlinux 0x7cd756f6 __vfs_removexattr_locked +EXPORT_SYMBOL_GPL vmlinux 0x7cd7ba1d kernel_read_file_from_fd +EXPORT_SYMBOL_GPL vmlinux 0x7cea26e8 pwm_get +EXPORT_SYMBOL_GPL vmlinux 0x7ceaf0d5 generic_handle_irq +EXPORT_SYMBOL_GPL vmlinux 0x7cedcb12 of_detach_node +EXPORT_SYMBOL_GPL vmlinux 0x7d00c65b nd_synchronize +EXPORT_SYMBOL_GPL vmlinux 0x7d16654a clk_register_fixed_rate +EXPORT_SYMBOL_GPL vmlinux 0x7d16de40 acct_bioset_exit +EXPORT_SYMBOL_GPL vmlinux 0x7d1bb1d4 tnum_strn +EXPORT_SYMBOL_GPL vmlinux 0x7d1cc97a register_kretprobes +EXPORT_SYMBOL_GPL vmlinux 0x7d1cfe40 __traceiter_sched_util_est_se_tp +EXPORT_SYMBOL_GPL vmlinux 0x7d288eb5 kill_dev_dax +EXPORT_SYMBOL_GPL vmlinux 0x7d2cb567 usb_reset_device +EXPORT_SYMBOL_GPL vmlinux 0x7d4e2341 net_selftest +EXPORT_SYMBOL_GPL vmlinux 0x7d533714 of_add_property +EXPORT_SYMBOL_GPL vmlinux 0x7d59dd46 pm_wq +EXPORT_SYMBOL_GPL vmlinux 0x7d60c6a9 regmap_get_val_endian +EXPORT_SYMBOL_GPL vmlinux 0x7d6ca1b1 pm_generic_restore_noirq +EXPORT_SYMBOL_GPL vmlinux 0x7d7054c2 gpiochip_irq_unmap +EXPORT_SYMBOL_GPL vmlinux 0x7d7228c6 __regmap_init_i2c +EXPORT_SYMBOL_GPL vmlinux 0x7d74f61d pci_alloc_p2pmem +EXPORT_SYMBOL_GPL vmlinux 0x7d773372 raw_v4_hashinfo +EXPORT_SYMBOL_GPL vmlinux 0x7d894e22 tc3589x_block_write +EXPORT_SYMBOL_GPL vmlinux 0x7d8c2675 get_user_pages_fast +EXPORT_SYMBOL_GPL vmlinux 0x7dac51be usb_get_from_anchor +EXPORT_SYMBOL_GPL vmlinux 0x7daee516 platform_device_register_full +EXPORT_SYMBOL_GPL vmlinux 0x7dd7fd56 icc_node_del +EXPORT_SYMBOL_GPL vmlinux 0x7dda30af unregister_tracepoint_module_notifier +EXPORT_SYMBOL_GPL vmlinux 0x7ddd5fd4 idr_find +EXPORT_SYMBOL_GPL vmlinux 0x7de321c1 regulator_map_voltage_ascend +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 0x7e016902 power_supply_set_property +EXPORT_SYMBOL_GPL vmlinux 0x7e07f6c7 reserve_pmc_hardware +EXPORT_SYMBOL_GPL vmlinux 0x7e0aa8de ata_cable_unknown +EXPORT_SYMBOL_GPL vmlinux 0x7e1e1bd3 iommu_tce_check_gpa +EXPORT_SYMBOL_GPL vmlinux 0x7e2c1895 sysfs_groups_change_owner +EXPORT_SYMBOL_GPL vmlinux 0x7e3bdecd __ftrace_vprintk +EXPORT_SYMBOL_GPL vmlinux 0x7e46d443 rcuwait_wake_up +EXPORT_SYMBOL_GPL vmlinux 0x7e4a600a phy_resolve_aneg_pause +EXPORT_SYMBOL_GPL vmlinux 0x7e51fb66 of_usb_get_dr_mode_by_phy +EXPORT_SYMBOL_GPL vmlinux 0x7e5db80b pstore_name_to_type +EXPORT_SYMBOL_GPL vmlinux 0x7e64181d usb_calc_bus_time +EXPORT_SYMBOL_GPL vmlinux 0x7e6c30b9 __traceiter_pelt_rt_tp +EXPORT_SYMBOL_GPL vmlinux 0x7e6ef0c5 ata_dev_next +EXPORT_SYMBOL_GPL vmlinux 0x7e745cd7 extcon_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x7e7dc420 ata_bmdma_post_internal_cmd +EXPORT_SYMBOL_GPL vmlinux 0x7e7e3f58 ring_buffer_reset_cpu +EXPORT_SYMBOL_GPL vmlinux 0x7e7f437d pci_ignore_hotplug +EXPORT_SYMBOL_GPL vmlinux 0x7e8f3ab0 l3mdev_ifindex_lookup_by_table_id +EXPORT_SYMBOL_GPL vmlinux 0x7e917894 __SCK__tp_func_unmap +EXPORT_SYMBOL_GPL vmlinux 0x7ea49e87 regmap_write_async +EXPORT_SYMBOL_GPL vmlinux 0x7eaf91c8 pci_p2pdma_enable_store +EXPORT_SYMBOL_GPL vmlinux 0x7eb0c5da tty_port_tty_wakeup +EXPORT_SYMBOL_GPL vmlinux 0x7eb1795e __tracepoint_detach_device_from_domain +EXPORT_SYMBOL_GPL vmlinux 0x7eb808d0 add_cpu +EXPORT_SYMBOL_GPL vmlinux 0x7ec1d79a fib_rules_lookup +EXPORT_SYMBOL_GPL vmlinux 0x7ece3721 fixed_phy_register_with_gpiod +EXPORT_SYMBOL_GPL vmlinux 0x7ece8bfd devlink_port_type_eth_set +EXPORT_SYMBOL_GPL vmlinux 0x7ecf89b6 usb_init_urb +EXPORT_SYMBOL_GPL vmlinux 0x7eea6b8b pcap_adc_async +EXPORT_SYMBOL_GPL vmlinux 0x7f00bdac devlink_resource_register +EXPORT_SYMBOL_GPL vmlinux 0x7f029f19 irq_chip_mask_parent +EXPORT_SYMBOL_GPL vmlinux 0x7f202a42 xhci_check_bandwidth +EXPORT_SYMBOL_GPL vmlinux 0x7f2e1833 mpc8xxx_spi_rx_buf_u16 +EXPORT_SYMBOL_GPL vmlinux 0x7f4bb21e __devm_of_phy_provider_register +EXPORT_SYMBOL_GPL vmlinux 0x7f64638e rio_unregister_mport +EXPORT_SYMBOL_GPL vmlinux 0x7f6509c3 rtnl_get_net_ns_capable +EXPORT_SYMBOL_GPL vmlinux 0x7f67b86b debugfs_create_regset32 +EXPORT_SYMBOL_GPL vmlinux 0x7f6fa756 pci_stop_and_remove_bus_device_locked +EXPORT_SYMBOL_GPL vmlinux 0x7f7cbc64 ip_tunnel_need_metadata +EXPORT_SYMBOL_GPL vmlinux 0x7f807e7a blk_crypto_profile_init +EXPORT_SYMBOL_GPL vmlinux 0x7f84f35d rcu_gp_slow_unregister +EXPORT_SYMBOL_GPL vmlinux 0x7f9212e0 dev_pm_opp_find_freq_exact +EXPORT_SYMBOL_GPL vmlinux 0x7fa408f9 fat_detach +EXPORT_SYMBOL_GPL vmlinux 0x7fa5db59 pinctrl_enable +EXPORT_SYMBOL_GPL vmlinux 0x7fb63169 blk_mq_debugfs_rq_show +EXPORT_SYMBOL_GPL vmlinux 0x7fbad5e2 thermal_zone_device_register_with_trips +EXPORT_SYMBOL_GPL vmlinux 0x7fc3514d regmap_field_test_bits +EXPORT_SYMBOL_GPL vmlinux 0x7fdc9f96 fib6_rule_default +EXPORT_SYMBOL_GPL vmlinux 0x7fe8afa5 serial8250_rpm_put +EXPORT_SYMBOL_GPL vmlinux 0x7fed4a43 ata_link_offline +EXPORT_SYMBOL_GPL vmlinux 0x8005c661 __irq_domain_alloc_fwnode +EXPORT_SYMBOL_GPL vmlinux 0x801c2c97 firmware_request_platform +EXPORT_SYMBOL_GPL vmlinux 0x802098c9 pinctrl_find_gpio_range_from_pin_nolock +EXPORT_SYMBOL_GPL vmlinux 0x8027ddb2 __bio_add_page +EXPORT_SYMBOL_GPL vmlinux 0x802eb3c6 ethnl_cable_test_result +EXPORT_SYMBOL_GPL vmlinux 0x80486e68 udp4_hwcsum +EXPORT_SYMBOL_GPL vmlinux 0x804961e3 device_match_of_node +EXPORT_SYMBOL_GPL vmlinux 0x80599a38 inet_unhash +EXPORT_SYMBOL_GPL vmlinux 0x8078f750 serdev_device_set_baudrate +EXPORT_SYMBOL_GPL vmlinux 0x807fdcc4 call_rcu_tasks_rude +EXPORT_SYMBOL_GPL vmlinux 0x808ec1a3 crypto_alg_tested +EXPORT_SYMBOL_GPL vmlinux 0x809b5de5 devm_clk_hw_register_fixed_factor +EXPORT_SYMBOL_GPL vmlinux 0x80a095d8 scatterwalk_ffwd +EXPORT_SYMBOL_GPL vmlinux 0x80a8df91 bio_blkcg_css +EXPORT_SYMBOL_GPL vmlinux 0x80aa7c8a vp_legacy_get_driver_features +EXPORT_SYMBOL_GPL vmlinux 0x80badff4 __tracepoint_block_unplug +EXPORT_SYMBOL_GPL vmlinux 0x80c20c4d fwnode_property_read_u16_array +EXPORT_SYMBOL_GPL vmlinux 0x80c68137 nf_log_buf_close +EXPORT_SYMBOL_GPL vmlinux 0x80c9c578 __trace_array_puts +EXPORT_SYMBOL_GPL vmlinux 0x80d44d4b crypto_default_rng +EXPORT_SYMBOL_GPL vmlinux 0x80d5e57a mpi_free +EXPORT_SYMBOL_GPL vmlinux 0x80daa123 __traceiter_rpm_idle +EXPORT_SYMBOL_GPL vmlinux 0x80eb3bbc nvmem_register +EXPORT_SYMBOL_GPL vmlinux 0x80fa86bc pci_hp_add_devices +EXPORT_SYMBOL_GPL vmlinux 0x8110a73a cond_synchronize_rcu_expedited_full +EXPORT_SYMBOL_GPL vmlinux 0x81117221 do_h_rpt_invalidate_prt +EXPORT_SYMBOL_GPL vmlinux 0x811dc334 usb_unregister_notify +EXPORT_SYMBOL_GPL vmlinux 0x812f9530 ata_sff_tf_read +EXPORT_SYMBOL_GPL vmlinux 0x81320b9f tps6586x_get_version +EXPORT_SYMBOL_GPL vmlinux 0x8139bbc5 usb_disable_autosuspend +EXPORT_SYMBOL_GPL vmlinux 0x815588a6 clk_enable +EXPORT_SYMBOL_GPL vmlinux 0x815fda83 sed_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x81634980 rio_unmap_inb_region +EXPORT_SYMBOL_GPL vmlinux 0x8164f16e bpf_prog_put +EXPORT_SYMBOL_GPL vmlinux 0x81674f78 btree_grim_visitor +EXPORT_SYMBOL_GPL vmlinux 0x816a41ca cpufreq_update_limits +EXPORT_SYMBOL_GPL vmlinux 0x817b3e4a sysfs_file_change_owner +EXPORT_SYMBOL_GPL vmlinux 0x817ba166 pnv_ocxl_map_xsl_regs +EXPORT_SYMBOL_GPL vmlinux 0x8180cede asn1_encode_sequence +EXPORT_SYMBOL_GPL vmlinux 0x8181af08 devm_power_supply_get_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0x8197db49 skb_to_sgvec_nomark +EXPORT_SYMBOL_GPL vmlinux 0x81a7f541 percpu_ref_init +EXPORT_SYMBOL_GPL vmlinux 0x81a847e1 sched_show_task +EXPORT_SYMBOL_GPL vmlinux 0x81b6c0b5 mptcp_token_iter_next +EXPORT_SYMBOL_GPL vmlinux 0x81c7a74f regulator_set_pull_down_regmap +EXPORT_SYMBOL_GPL vmlinux 0x81cce369 tracing_snapshot_cond_enable +EXPORT_SYMBOL_GPL vmlinux 0x81d3b1f3 lwtstate_free +EXPORT_SYMBOL_GPL vmlinux 0x81dd9024 usb_set_device_state +EXPORT_SYMBOL_GPL vmlinux 0x81e2bdf4 generic_handle_irq_safe +EXPORT_SYMBOL_GPL vmlinux 0x81f372a2 unregister_ftrace_export +EXPORT_SYMBOL_GPL vmlinux 0x81fe5736 pci_common_swizzle +EXPORT_SYMBOL_GPL vmlinux 0x8209f0e1 ata_pci_device_do_resume +EXPORT_SYMBOL_GPL vmlinux 0x820bc6f0 virtqueue_get_buf +EXPORT_SYMBOL_GPL vmlinux 0x820f71ef __blk_req_zone_write_unlock +EXPORT_SYMBOL_GPL vmlinux 0x820fc801 pci_epf_type_add_cfs +EXPORT_SYMBOL_GPL vmlinux 0x821ea8f2 adp5520_read +EXPORT_SYMBOL_GPL vmlinux 0x82226c53 pinctrl_unregister_mappings +EXPORT_SYMBOL_GPL vmlinux 0x82366d0e mbox_flush +EXPORT_SYMBOL_GPL vmlinux 0x8259dd91 mas_empty_area_rev +EXPORT_SYMBOL_GPL vmlinux 0x8278f606 __rt_mutex_init +EXPORT_SYMBOL_GPL vmlinux 0x828746d1 trace_event_buffer_reserve +EXPORT_SYMBOL_GPL vmlinux 0x828ec881 dm_internal_resume_fast +EXPORT_SYMBOL_GPL vmlinux 0x82a80545 __SCK__tp_func_fdb_delete +EXPORT_SYMBOL_GPL vmlinux 0x82b18c41 irq_create_mapping_affinity +EXPORT_SYMBOL_GPL vmlinux 0x82ba7abb bio_iov_iter_get_pages +EXPORT_SYMBOL_GPL vmlinux 0x82bbf30b __tracepoint_map +EXPORT_SYMBOL_GPL vmlinux 0x82cb7aba pm_stay_awake +EXPORT_SYMBOL_GPL vmlinux 0x82d34227 devm_spi_mem_dirmap_create +EXPORT_SYMBOL_GPL vmlinux 0x82d79b51 sysctl_vfs_cache_pressure +EXPORT_SYMBOL_GPL vmlinux 0x82ed9431 component_master_del +EXPORT_SYMBOL_GPL vmlinux 0x82fe7882 sdio_memcpy_fromio +EXPORT_SYMBOL_GPL vmlinux 0x83074e48 ata_sas_tport_add +EXPORT_SYMBOL_GPL vmlinux 0x830944fa debugfs_create_u64 +EXPORT_SYMBOL_GPL vmlinux 0x830a1e71 class_compat_create_link +EXPORT_SYMBOL_GPL vmlinux 0x830e8e17 rhltable_init +EXPORT_SYMBOL_GPL vmlinux 0x83217045 mmc_pwrseq_register +EXPORT_SYMBOL_GPL vmlinux 0x8323159f housekeeping_cpumask +EXPORT_SYMBOL_GPL vmlinux 0x83269e97 percpu_free_rwsem +EXPORT_SYMBOL_GPL vmlinux 0x8329a7cd rcu_read_unlock_trace_special +EXPORT_SYMBOL_GPL vmlinux 0x832a97b1 powercap_unregister_zone +EXPORT_SYMBOL_GPL vmlinux 0x832f5096 to_nvdimm_bus +EXPORT_SYMBOL_GPL vmlinux 0x8335d003 devm_clk_get_enabled +EXPORT_SYMBOL_GPL vmlinux 0x8339df73 klist_add_behind +EXPORT_SYMBOL_GPL vmlinux 0x833b5211 mce_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x8345d63f smpboot_register_percpu_thread +EXPORT_SYMBOL_GPL vmlinux 0x8349a895 nvmem_device_put +EXPORT_SYMBOL_GPL vmlinux 0x83539846 bpf_prog_select_runtime +EXPORT_SYMBOL_GPL vmlinux 0x8354783c nexthop_select_path +EXPORT_SYMBOL_GPL vmlinux 0x83601b4d disk_set_independent_access_ranges +EXPORT_SYMBOL_GPL vmlinux 0x836d61d0 atomic_notifier_chain_register +EXPORT_SYMBOL_GPL vmlinux 0x836d652f poll_state_synchronize_rcu_full +EXPORT_SYMBOL_GPL vmlinux 0x836f02a5 rio_del_device +EXPORT_SYMBOL_GPL vmlinux 0x837343ba __traceiter_neigh_event_send_done +EXPORT_SYMBOL_GPL vmlinux 0x83743837 hash__has_transparent_hugepage +EXPORT_SYMBOL_GPL vmlinux 0x837d206a update_numa_distance +EXPORT_SYMBOL_GPL vmlinux 0x8381916d phy_modify_mmd_changed +EXPORT_SYMBOL_GPL vmlinux 0x83867abe crypto_stats_akcipher_encrypt +EXPORT_SYMBOL_GPL vmlinux 0x838935aa ata_std_prereset +EXPORT_SYMBOL_GPL vmlinux 0x83938e91 pin_get_name +EXPORT_SYMBOL_GPL vmlinux 0x83b6b3f1 alarm_forward_now +EXPORT_SYMBOL_GPL vmlinux 0x83ba232f power_supply_external_power_changed +EXPORT_SYMBOL_GPL vmlinux 0x83bcd0ed irq_domain_simple_ops +EXPORT_SYMBOL_GPL vmlinux 0x83d7b173 dma_alloc_noncontiguous +EXPORT_SYMBOL_GPL vmlinux 0x83de1008 kthread_cancel_work_sync +EXPORT_SYMBOL_GPL vmlinux 0x83e52e5e cpci_hp_unregister_bus +EXPORT_SYMBOL_GPL vmlinux 0x83e63e2b tps6586x_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x83ea5e6f skb_append_pagefrags +EXPORT_SYMBOL_GPL vmlinux 0x83f1cef0 blk_mq_freeze_queue_wait_timeout +EXPORT_SYMBOL_GPL vmlinux 0x83f49084 pm_clk_add_clk +EXPORT_SYMBOL_GPL vmlinux 0x83f97a69 kill_pid_usb_asyncio +EXPORT_SYMBOL_GPL vmlinux 0x83fe83f2 of_genpd_parse_idle_states +EXPORT_SYMBOL_GPL vmlinux 0x83ff0907 gpiod_direction_output +EXPORT_SYMBOL_GPL vmlinux 0x84106f36 devlink_trap_ctx_priv +EXPORT_SYMBOL_GPL vmlinux 0x841440be usb_hub_find_child +EXPORT_SYMBOL_GPL vmlinux 0x841777d9 blk_mq_virtio_map_queues +EXPORT_SYMBOL_GPL vmlinux 0x84264ced fs_umode_to_ftype +EXPORT_SYMBOL_GPL vmlinux 0x84289934 pm_generic_suspend_late +EXPORT_SYMBOL_GPL vmlinux 0x84387314 dma_run_dependencies +EXPORT_SYMBOL_GPL vmlinux 0x844a6a16 platform_device_add +EXPORT_SYMBOL_GPL vmlinux 0x84502a47 blk_status_to_errno +EXPORT_SYMBOL_GPL vmlinux 0x84628fe1 devm_regulator_get_enable +EXPORT_SYMBOL_GPL vmlinux 0x8462cb62 atapi_cmd_type +EXPORT_SYMBOL_GPL vmlinux 0x8467702f securityfs_create_symlink +EXPORT_SYMBOL_GPL vmlinux 0x847463c3 __spi_alloc_controller +EXPORT_SYMBOL_GPL vmlinux 0x8490092e vring_new_virtqueue +EXPORT_SYMBOL_GPL vmlinux 0x849db6aa dm_internal_suspend_fast +EXPORT_SYMBOL_GPL vmlinux 0x849f1eb7 blk_queue_write_cache +EXPORT_SYMBOL_GPL vmlinux 0x84a8d0eb of_changeset_revert +EXPORT_SYMBOL_GPL vmlinux 0x84b8ae40 uart_handle_dcd_change +EXPORT_SYMBOL_GPL vmlinux 0x84c69890 vp_modern_map_vq_notify +EXPORT_SYMBOL_GPL vmlinux 0x84cdbe20 iommu_tce_xchg_no_kill +EXPORT_SYMBOL_GPL vmlinux 0x84ec8eee crypto_unregister_ahash +EXPORT_SYMBOL_GPL vmlinux 0x84ef27f5 synth_event_add_fields +EXPORT_SYMBOL_GPL vmlinux 0x84f0079f sata_link_hardreset +EXPORT_SYMBOL_GPL vmlinux 0x84f55a08 ata_port_classify +EXPORT_SYMBOL_GPL vmlinux 0x8506baa8 clk_unregister_gate +EXPORT_SYMBOL_GPL vmlinux 0x850bb6db devlink_health_reporter_destroy +EXPORT_SYMBOL_GPL vmlinux 0x851aa952 devm_rtc_nvmem_register +EXPORT_SYMBOL_GPL vmlinux 0x851e6003 usb_phy_roothub_calibrate +EXPORT_SYMBOL_GPL vmlinux 0x851fe124 __SCK__tp_func_fib6_table_lookup +EXPORT_SYMBOL_GPL vmlinux 0x852041ec l3mdev_table_lookup_unregister +EXPORT_SYMBOL_GPL vmlinux 0x852557da kvmppc_h_enter +EXPORT_SYMBOL_GPL vmlinux 0x8543a1cc ata_sff_qc_fill_rtf +EXPORT_SYMBOL_GPL vmlinux 0x8549cee1 subsys_dev_iter_exit +EXPORT_SYMBOL_GPL vmlinux 0x85540ebc nvmem_cell_put +EXPORT_SYMBOL_GPL vmlinux 0x8556b616 of_reconfig_get_state_change +EXPORT_SYMBOL_GPL vmlinux 0x8586530e crypto_stats_decompress +EXPORT_SYMBOL_GPL vmlinux 0x858c5398 bio_clone_blkg_association +EXPORT_SYMBOL_GPL vmlinux 0x858e2628 dax_holder +EXPORT_SYMBOL_GPL vmlinux 0x859cf8f4 irq_chip_set_vcpu_affinity_parent +EXPORT_SYMBOL_GPL vmlinux 0x85b84191 regulator_set_voltage_sel_pickable_regmap +EXPORT_SYMBOL_GPL vmlinux 0x85ca5e2c genphy_c45_restart_aneg +EXPORT_SYMBOL_GPL vmlinux 0x85cdc67d proc_dou8vec_minmax +EXPORT_SYMBOL_GPL vmlinux 0x85d312a8 mnt_drop_write +EXPORT_SYMBOL_GPL vmlinux 0x86005243 __inet_twsk_schedule +EXPORT_SYMBOL_GPL vmlinux 0x86124988 led_get_default_pattern +EXPORT_SYMBOL_GPL vmlinux 0x861a7a70 fscrypt_dummy_policies_equal +EXPORT_SYMBOL_GPL vmlinux 0x862258db timecounter_init +EXPORT_SYMBOL_GPL vmlinux 0x862448fa regulator_list_hardware_vsel +EXPORT_SYMBOL_GPL vmlinux 0x86264e0c zap_vma_ptes +EXPORT_SYMBOL_GPL vmlinux 0x862bb17b linear_range_values_in_range_array +EXPORT_SYMBOL_GPL vmlinux 0x863ce334 devlink_param_register +EXPORT_SYMBOL_GPL vmlinux 0x86467e38 ata_sff_dma_pause +EXPORT_SYMBOL_GPL vmlinux 0x86585a33 devlink_fmsg_obj_nest_start +EXPORT_SYMBOL_GPL vmlinux 0x86586596 wm831x_regmap_config +EXPORT_SYMBOL_GPL vmlinux 0x8677245d unregister_switchdev_blocking_notifier +EXPORT_SYMBOL_GPL vmlinux 0x8683f06d cpufreq_cooling_register +EXPORT_SYMBOL_GPL vmlinux 0x86864b99 devl_dpipe_table_register +EXPORT_SYMBOL_GPL vmlinux 0x86871b40 devlink_info_version_stored_put_ext +EXPORT_SYMBOL_GPL vmlinux 0x868784cb __symbol_get +EXPORT_SYMBOL_GPL vmlinux 0x869c441b pm_generic_suspend_noirq +EXPORT_SYMBOL_GPL vmlinux 0x86b8b007 rtc_update_irq_enable +EXPORT_SYMBOL_GPL vmlinux 0x86d137fc dw_pcie_host_deinit +EXPORT_SYMBOL_GPL vmlinux 0x86d163ec led_classdev_unregister +EXPORT_SYMBOL_GPL vmlinux 0x86e1d437 blk_rq_prep_clone +EXPORT_SYMBOL_GPL vmlinux 0x86e79206 md_find_rdev_nr_rcu +EXPORT_SYMBOL_GPL vmlinux 0x86e7f044 clk_hw_register_fixed_factor_parent_hw +EXPORT_SYMBOL_GPL vmlinux 0x86f21133 trace_add_event_call +EXPORT_SYMBOL_GPL vmlinux 0x86f6b99d synchronize_rcu_expedited +EXPORT_SYMBOL_GPL vmlinux 0x86f85114 net_dec_egress_queue +EXPORT_SYMBOL_GPL vmlinux 0x86fb1a4a tty_port_install +EXPORT_SYMBOL_GPL vmlinux 0x870c7e08 dev_pm_qos_add_ancestor_request +EXPORT_SYMBOL_GPL vmlinux 0x870e054f __device_reset +EXPORT_SYMBOL_GPL vmlinux 0x87144343 pinctrl_generic_remove_group +EXPORT_SYMBOL_GPL vmlinux 0x87180b75 devm_add_action +EXPORT_SYMBOL_GPL vmlinux 0x871a3302 dw_pcie_wait_for_link +EXPORT_SYMBOL_GPL vmlinux 0x871c2b3e tcp_reno_undo_cwnd +EXPORT_SYMBOL_GPL vmlinux 0x872724fd pci_ecam_free +EXPORT_SYMBOL_GPL vmlinux 0x87280326 __fscrypt_inode_uses_inline_crypto +EXPORT_SYMBOL_GPL vmlinux 0x873dd6c6 strp_init +EXPORT_SYMBOL_GPL vmlinux 0x87442cd1 fuse_abort_conn +EXPORT_SYMBOL_GPL vmlinux 0x875aaa3c devres_remove_group +EXPORT_SYMBOL_GPL vmlinux 0x876c6120 register_pernet_device +EXPORT_SYMBOL_GPL vmlinux 0x8795c222 nvdimm_clear_poison +EXPORT_SYMBOL_GPL vmlinux 0x879aeee2 pcibios_scan_phb +EXPORT_SYMBOL_GPL vmlinux 0x87a3a036 pci_user_write_config_word +EXPORT_SYMBOL_GPL vmlinux 0x87ac7411 __tracepoint_ata_exec_command +EXPORT_SYMBOL_GPL vmlinux 0x87ad608d pci_epc_get +EXPORT_SYMBOL_GPL vmlinux 0x87b210d0 clkdev_create +EXPORT_SYMBOL_GPL vmlinux 0x87b547a4 serdev_device_set_tiocm +EXPORT_SYMBOL_GPL vmlinux 0x87c22bd9 edac_device_alloc_ctl_info +EXPORT_SYMBOL_GPL vmlinux 0x87cac0e2 br_fdb_test_addr_hook +EXPORT_SYMBOL_GPL vmlinux 0x87d9459b dma_async_device_channel_unregister +EXPORT_SYMBOL_GPL vmlinux 0x87ebb750 gpiochip_remove +EXPORT_SYMBOL_GPL vmlinux 0x87ec184d fscrypt_get_symlink +EXPORT_SYMBOL_GPL vmlinux 0x87ef3b74 ata_sff_softreset +EXPORT_SYMBOL_GPL vmlinux 0x87f906f1 crypto_aead_setauthsize +EXPORT_SYMBOL_GPL vmlinux 0x87f95ded sdio_release_irq +EXPORT_SYMBOL_GPL vmlinux 0x881638f5 of_property_read_string +EXPORT_SYMBOL_GPL vmlinux 0x88476f9f devl_lock +EXPORT_SYMBOL_GPL vmlinux 0x885528a6 ring_buffer_discard_commit +EXPORT_SYMBOL_GPL vmlinux 0x8855bc1c devm_spi_register_controller +EXPORT_SYMBOL_GPL vmlinux 0x8861ab59 hvc_remove +EXPORT_SYMBOL_GPL vmlinux 0x88804706 scsi_register_device_handler +EXPORT_SYMBOL_GPL vmlinux 0x888c5be5 irq_bypass_register_consumer +EXPORT_SYMBOL_GPL vmlinux 0x888d3a7a ip6_input +EXPORT_SYMBOL_GPL vmlinux 0x8894867f virtqueue_add_inbuf_ctx +EXPORT_SYMBOL_GPL vmlinux 0x88949d36 __rtnl_link_unregister +EXPORT_SYMBOL_GPL vmlinux 0x8896269c __skb_tstamp_tx +EXPORT_SYMBOL_GPL vmlinux 0x8896df7d mm_unaccount_pinned_pages +EXPORT_SYMBOL_GPL vmlinux 0x8897f857 nvdimm_has_cache +EXPORT_SYMBOL_GPL vmlinux 0x88ab6fe3 kgdb_active +EXPORT_SYMBOL_GPL vmlinux 0x88b4ae92 ring_buffer_normalize_time_stamp +EXPORT_SYMBOL_GPL vmlinux 0x88b85f92 ata_scsi_dma_need_drain +EXPORT_SYMBOL_GPL vmlinux 0x88dee351 register_kretprobe +EXPORT_SYMBOL_GPL vmlinux 0x88f50083 dm_internal_suspend_noflush +EXPORT_SYMBOL_GPL vmlinux 0x88f82a89 device_for_each_child +EXPORT_SYMBOL_GPL vmlinux 0x890f4f97 __kprobe_event_gen_cmd_start +EXPORT_SYMBOL_GPL vmlinux 0x891c7678 sdio_writesb +EXPORT_SYMBOL_GPL vmlinux 0x8924eb1e rcu_force_quiescent_state +EXPORT_SYMBOL_GPL vmlinux 0x8927bcba devm_usb_get_phy +EXPORT_SYMBOL_GPL vmlinux 0x892d8fd7 pci_epc_write_header +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 0x894c22e7 __fib_lookup +EXPORT_SYMBOL_GPL vmlinux 0x8954dc8e __SCK__tp_func_br_fdb_external_learn_add +EXPORT_SYMBOL_GPL vmlinux 0x8967f78c crypto_grab_aead +EXPORT_SYMBOL_GPL vmlinux 0x896eb302 pinctrl_utils_add_map_configs +EXPORT_SYMBOL_GPL vmlinux 0x8973e41b usb_hcd_pci_shutdown +EXPORT_SYMBOL_GPL vmlinux 0x89814eae sysfs_create_file_ns +EXPORT_SYMBOL_GPL vmlinux 0x8987ae45 devm_extcon_dev_register +EXPORT_SYMBOL_GPL vmlinux 0x898e8ff2 usb_get_descriptor +EXPORT_SYMBOL_GPL vmlinux 0x89a7da1c device_pm_wait_for_dev +EXPORT_SYMBOL_GPL vmlinux 0x89ab65bc usb_unanchor_urb +EXPORT_SYMBOL_GPL vmlinux 0x89ae7aa0 rsa_parse_pub_key +EXPORT_SYMBOL_GPL vmlinux 0x89b25c8b thermal_of_zone_unregister +EXPORT_SYMBOL_GPL vmlinux 0x89b4557e thermal_zone_device_disable +EXPORT_SYMBOL_GPL vmlinux 0x89bbafc6 usb_register_notify +EXPORT_SYMBOL_GPL vmlinux 0x89c429e4 __tracepoint_mc_event +EXPORT_SYMBOL_GPL vmlinux 0x89ce3e40 fscrypt_context_for_new_inode +EXPORT_SYMBOL_GPL vmlinux 0x89ed30d7 clk_hw_register +EXPORT_SYMBOL_GPL vmlinux 0x89f3528a fwnode_property_read_string_array +EXPORT_SYMBOL_GPL vmlinux 0x89f53150 sdio_writeb_readb +EXPORT_SYMBOL_GPL vmlinux 0x89fe28d1 __inet_lookup_established +EXPORT_SYMBOL_GPL vmlinux 0x8a007a1f iomap_swapfile_activate +EXPORT_SYMBOL_GPL vmlinux 0x8a01d28f __phy_modify +EXPORT_SYMBOL_GPL vmlinux 0x8a23c45e vp_modern_remove +EXPORT_SYMBOL_GPL vmlinux 0x8a2bf5bf dev_pm_qos_remove_notifier +EXPORT_SYMBOL_GPL vmlinux 0x8a3053b1 seg6_do_srh_encap +EXPORT_SYMBOL_GPL vmlinux 0x8a34992b of_pci_range_parser_init +EXPORT_SYMBOL_GPL vmlinux 0x8a3f84ba linear_range_get_selector_low +EXPORT_SYMBOL_GPL vmlinux 0x8a46cb6c mc146818_avoid_UIP +EXPORT_SYMBOL_GPL vmlinux 0x8a4dbaf3 key_set_timeout +EXPORT_SYMBOL_GPL vmlinux 0x8a4e12e2 spi_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x8a511d24 __fsnotify_parent +EXPORT_SYMBOL_GPL vmlinux 0x8a554a36 mpc8xxx_spi_strmode +EXPORT_SYMBOL_GPL vmlinux 0x8a62b81b sfp_upstream_stop +EXPORT_SYMBOL_GPL vmlinux 0x8a72868f regmap_get_raw_read_max +EXPORT_SYMBOL_GPL vmlinux 0x8a7d3251 reset_controller_unregister +EXPORT_SYMBOL_GPL vmlinux 0x8a83fb45 mpi_point_free_parts +EXPORT_SYMBOL_GPL vmlinux 0x8a90c001 fscrypt_ioctl_get_key_status +EXPORT_SYMBOL_GPL vmlinux 0x8a911524 wb_writeout_inc +EXPORT_SYMBOL_GPL vmlinux 0x8a9670ee pci_doe_supports_prot +EXPORT_SYMBOL_GPL vmlinux 0x8a9dbcad opal_message_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0x8ab1d84b i2c_new_smbus_alert_device +EXPORT_SYMBOL_GPL vmlinux 0x8ab6c062 dax_iomap_fault +EXPORT_SYMBOL_GPL vmlinux 0x8abacc47 get_max_files +EXPORT_SYMBOL_GPL vmlinux 0x8ac1407b sfp_get_module_eeprom +EXPORT_SYMBOL_GPL vmlinux 0x8ac8ef5e tpm1_getcap +EXPORT_SYMBOL_GPL vmlinux 0x8ad84c32 device_find_child +EXPORT_SYMBOL_GPL vmlinux 0x8ade6ba7 usb_find_alt_setting +EXPORT_SYMBOL_GPL vmlinux 0x8af2ae3f icc_provider_add +EXPORT_SYMBOL_GPL vmlinux 0x8af85d47 uart_console_device +EXPORT_SYMBOL_GPL vmlinux 0x8b102479 power_supply_set_battery_charged +EXPORT_SYMBOL_GPL vmlinux 0x8b149c36 clk_is_match +EXPORT_SYMBOL_GPL vmlinux 0x8b15eb69 pci_msix_can_alloc_dyn +EXPORT_SYMBOL_GPL vmlinux 0x8b214109 umd_load_blob +EXPORT_SYMBOL_GPL vmlinux 0x8b319806 rtnl_af_unregister +EXPORT_SYMBOL_GPL vmlinux 0x8b4100aa rhashtable_walk_next +EXPORT_SYMBOL_GPL vmlinux 0x8b487f00 trace_seq_vprintf +EXPORT_SYMBOL_GPL vmlinux 0x8b4a43f4 ata_bmdma_port_intr +EXPORT_SYMBOL_GPL vmlinux 0x8b4eacc9 nfs_ssc_register +EXPORT_SYMBOL_GPL vmlinux 0x8b6a8d50 usb_hcd_start_port_resume +EXPORT_SYMBOL_GPL vmlinux 0x8b6c761a __xive_enabled +EXPORT_SYMBOL_GPL vmlinux 0x8b6d609a irq_find_matching_fwspec +EXPORT_SYMBOL_GPL vmlinux 0x8b7a698b __tracepoint_xdp_exception +EXPORT_SYMBOL_GPL vmlinux 0x8b8e6764 serial8250_em485_destroy +EXPORT_SYMBOL_GPL vmlinux 0x8ba99b60 wm8350_block_write +EXPORT_SYMBOL_GPL vmlinux 0x8bac0665 pnv_ocxl_get_actag +EXPORT_SYMBOL_GPL vmlinux 0x8bbd2b25 device_property_read_u32_array +EXPORT_SYMBOL_GPL vmlinux 0x8bcbd9ba trace_put_event_file +EXPORT_SYMBOL_GPL vmlinux 0x8bd18394 dm_audit_log_bio +EXPORT_SYMBOL_GPL vmlinux 0x8bd1c05e bus_unregister +EXPORT_SYMBOL_GPL vmlinux 0x8bd76d5c __pci_epc_create +EXPORT_SYMBOL_GPL vmlinux 0x8be3754a devm_hte_register_chip +EXPORT_SYMBOL_GPL vmlinux 0x8bf96c8b i2c_new_client_device +EXPORT_SYMBOL_GPL vmlinux 0x8c0215f2 pm_system_wakeup +EXPORT_SYMBOL_GPL vmlinux 0x8c03d20c destroy_workqueue +EXPORT_SYMBOL_GPL vmlinux 0x8c0acac3 skb_morph +EXPORT_SYMBOL_GPL vmlinux 0x8c0d322e tcp_sendmsg_locked +EXPORT_SYMBOL_GPL vmlinux 0x8c0ed103 rcu_check_boost_fail +EXPORT_SYMBOL_GPL vmlinux 0x8c2cdea5 extcon_find_edev_by_node +EXPORT_SYMBOL_GPL vmlinux 0x8c30330e mctp_register_netdev +EXPORT_SYMBOL_GPL vmlinux 0x8c364e2d pci_doe_submit_task +EXPORT_SYMBOL_GPL vmlinux 0x8c390938 vp_legacy_probe +EXPORT_SYMBOL_GPL vmlinux 0x8c48de2e cpufreq_driver_fast_switch +EXPORT_SYMBOL_GPL vmlinux 0x8c5823a3 ata_sff_wait_after_reset +EXPORT_SYMBOL_GPL vmlinux 0x8c5d4a0e pcibios_map_io_space +EXPORT_SYMBOL_GPL vmlinux 0x8c665421 clk_fractional_divider_ops +EXPORT_SYMBOL_GPL vmlinux 0x8c6e3107 __fscrypt_prepare_lookup +EXPORT_SYMBOL_GPL vmlinux 0x8c743fb6 reset_control_status +EXPORT_SYMBOL_GPL vmlinux 0x8c7764a3 nvdimm_security_setup_events +EXPORT_SYMBOL_GPL vmlinux 0x8c7b0c20 usb_create_hcd +EXPORT_SYMBOL_GPL vmlinux 0x8c7d782d perf_event_pause +EXPORT_SYMBOL_GPL vmlinux 0x8c89e3b8 usb_phy_roothub_power_off +EXPORT_SYMBOL_GPL vmlinux 0x8c98d248 unregister_vmcore_cb +EXPORT_SYMBOL_GPL vmlinux 0x8c9cb4ab evm_verifyxattr +EXPORT_SYMBOL_GPL vmlinux 0x8c9cfad3 devl_dpipe_table_resource_set +EXPORT_SYMBOL_GPL vmlinux 0x8c9e54d3 devlink_info_version_running_put_ext +EXPORT_SYMBOL_GPL vmlinux 0x8ca20266 sbitmap_queue_resize +EXPORT_SYMBOL_GPL vmlinux 0x8cb9a69f bpf_prog_create_from_user +EXPORT_SYMBOL_GPL vmlinux 0x8cba7424 spi_take_timestamp_post +EXPORT_SYMBOL_GPL vmlinux 0x8cbf2d45 of_icc_get_from_provider +EXPORT_SYMBOL_GPL vmlinux 0x8cd8134f crypto_aead_setkey +EXPORT_SYMBOL_GPL vmlinux 0x8cd94f86 pernet_ops_rwsem +EXPORT_SYMBOL_GPL vmlinux 0x8ce2d446 __tracepoint_block_rq_remap +EXPORT_SYMBOL_GPL vmlinux 0x8ce434a1 fwnode_count_parents +EXPORT_SYMBOL_GPL vmlinux 0x8d04a8a8 wm831x_reg_lock +EXPORT_SYMBOL_GPL vmlinux 0x8d074cd6 devlink_net +EXPORT_SYMBOL_GPL vmlinux 0x8d0abf3a __tracepoint_io_page_fault +EXPORT_SYMBOL_GPL vmlinux 0x8d0afb98 rio_dev_get +EXPORT_SYMBOL_GPL vmlinux 0x8d0b5b3c sec_irq_init +EXPORT_SYMBOL_GPL vmlinux 0x8d1246c9 virtio_max_dma_size +EXPORT_SYMBOL_GPL vmlinux 0x8d13b318 __irq_alloc_descs +EXPORT_SYMBOL_GPL vmlinux 0x8d146922 phy_select_page +EXPORT_SYMBOL_GPL vmlinux 0x8d1c8752 devm_thermal_of_zone_unregister +EXPORT_SYMBOL_GPL vmlinux 0x8d1cb9af cpufreq_cooling_unregister +EXPORT_SYMBOL_GPL vmlinux 0x8d22bb58 iommu_group_alloc +EXPORT_SYMBOL_GPL vmlinux 0x8d260880 find_asymmetric_key +EXPORT_SYMBOL_GPL vmlinux 0x8d27835a udp_destruct_common +EXPORT_SYMBOL_GPL vmlinux 0x8d3330b6 cpuacct_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0x8d4204e9 usb_create_shared_hcd +EXPORT_SYMBOL_GPL vmlinux 0x8d431ed3 shash_ahash_finup +EXPORT_SYMBOL_GPL vmlinux 0x8d6828da xdp_rxq_info_unused +EXPORT_SYMBOL_GPL vmlinux 0x8d6dc201 ppc64_caches +EXPORT_SYMBOL_GPL vmlinux 0x8d73bcc7 pciserial_init_ports +EXPORT_SYMBOL_GPL vmlinux 0x8d7acc28 scsi_ioctl_block_when_processing_errors +EXPORT_SYMBOL_GPL vmlinux 0x8d7e3373 hwpoison_filter_dev_major +EXPORT_SYMBOL_GPL vmlinux 0x8d83c904 blk_mq_alloc_sq_tag_set +EXPORT_SYMBOL_GPL vmlinux 0x8d88370b thermal_zone_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x8d8d3cce gpiochip_irqchip_add_domain +EXPORT_SYMBOL_GPL vmlinux 0x8d908ebf power_supply_get_maintenance_charging_setting +EXPORT_SYMBOL_GPL vmlinux 0x8d9368e1 platform_get_resource +EXPORT_SYMBOL_GPL vmlinux 0x8dbf5a20 kvmppc_hv_entry_trampoline +EXPORT_SYMBOL_GPL vmlinux 0x8dc11ca3 sata_std_hardreset +EXPORT_SYMBOL_GPL vmlinux 0x8dce284b xas_split +EXPORT_SYMBOL_GPL vmlinux 0x8dcf8a98 tty_get_pgrp +EXPORT_SYMBOL_GPL vmlinux 0x8dd218b0 icc_bulk_disable +EXPORT_SYMBOL_GPL vmlinux 0x8dd53ab4 __kernel_write +EXPORT_SYMBOL_GPL vmlinux 0x8dd8e5c6 usb_get_dev +EXPORT_SYMBOL_GPL vmlinux 0x8df51555 cpufreq_show_cpus +EXPORT_SYMBOL_GPL vmlinux 0x8dfe7de0 crypto_find_alg +EXPORT_SYMBOL_GPL vmlinux 0x8dffeff4 fat_add_entries +EXPORT_SYMBOL_GPL vmlinux 0x8e16655a ata_scsi_slave_config +EXPORT_SYMBOL_GPL vmlinux 0x8e2b92db pci_host_probe +EXPORT_SYMBOL_GPL vmlinux 0x8e4eb451 bpf_sk_storage_diag_free +EXPORT_SYMBOL_GPL vmlinux 0x8e6b1a9e net_selftest_get_count +EXPORT_SYMBOL_GPL vmlinux 0x8e778e4a of_pwm_xlate_with_flags +EXPORT_SYMBOL_GPL vmlinux 0x8e7a762c pci_free_p2pmem +EXPORT_SYMBOL_GPL vmlinux 0x8e89a1de tty_save_termios +EXPORT_SYMBOL_GPL vmlinux 0x8ead800c user_free_preparse +EXPORT_SYMBOL_GPL vmlinux 0x8eb7f8c4 auxiliary_driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0x8ed0799a xhci_shutdown +EXPORT_SYMBOL_GPL vmlinux 0x8ed982f6 shash_ahash_digest +EXPORT_SYMBOL_GPL vmlinux 0x8edb34ca devm_i2c_new_dummy_device +EXPORT_SYMBOL_GPL vmlinux 0x8eddf621 pci_ioremap_bar +EXPORT_SYMBOL_GPL vmlinux 0x8edf6d3a crypto_unregister_rng +EXPORT_SYMBOL_GPL vmlinux 0x8ee20fb0 serdev_device_write_buf +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 0x8f05f527 tpm_chip_start +EXPORT_SYMBOL_GPL vmlinux 0x8f0748af rcu_expedite_gp +EXPORT_SYMBOL_GPL vmlinux 0x8f08a68f fib6_get_table +EXPORT_SYMBOL_GPL vmlinux 0x8f133b08 blkdev_report_zones +EXPORT_SYMBOL_GPL vmlinux 0x8f1e2352 edac_mc_free +EXPORT_SYMBOL_GPL vmlinux 0x8f21a366 pci_assign_unassigned_bus_resources +EXPORT_SYMBOL_GPL vmlinux 0x8f2f7018 tun_get_tx_ring +EXPORT_SYMBOL_GPL vmlinux 0x8f3879f3 crypto_register_shash +EXPORT_SYMBOL_GPL vmlinux 0x8f40b8ab __netpoll_cleanup +EXPORT_SYMBOL_GPL vmlinux 0x8f6c2b14 clean_acked_data_enable +EXPORT_SYMBOL_GPL vmlinux 0x8f6cee77 __round_jiffies_relative +EXPORT_SYMBOL_GPL vmlinux 0x8f786bee fs_umode_to_dtype +EXPORT_SYMBOL_GPL vmlinux 0x8f906235 pci_destroy_slot +EXPORT_SYMBOL_GPL vmlinux 0x8f91d32a dev_pm_opp_get_of_node +EXPORT_SYMBOL_GPL vmlinux 0x8f97c0bc cpufreq_dbs_governor_exit +EXPORT_SYMBOL_GPL vmlinux 0x8f9ecb46 ip6_route_output_flags_noref +EXPORT_SYMBOL_GPL vmlinux 0x8fa29bea regmap_field_bulk_free +EXPORT_SYMBOL_GPL vmlinux 0x8fb04d68 pnv_ocxl_spa_release +EXPORT_SYMBOL_GPL vmlinux 0x8fb7fc1c switchdev_handle_port_obj_add_foreign +EXPORT_SYMBOL_GPL vmlinux 0x8fc061af free_fib_info +EXPORT_SYMBOL_GPL vmlinux 0x8fc12788 software_node_unregister_node_group +EXPORT_SYMBOL_GPL vmlinux 0x8fc7c6c0 device_node_to_regmap +EXPORT_SYMBOL_GPL vmlinux 0x8fc8ccf4 nd_region_dev +EXPORT_SYMBOL_GPL vmlinux 0x8fcf2130 irq_alloc_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0x8fd68790 serial8250_do_get_mctrl +EXPORT_SYMBOL_GPL vmlinux 0x8fe00736 mdiobus_modify_changed +EXPORT_SYMBOL_GPL vmlinux 0x8fe631ef dma_wait_for_async_tx +EXPORT_SYMBOL_GPL vmlinux 0x8ff60436 mpi_ec_add_points +EXPORT_SYMBOL_GPL vmlinux 0x8ff6e6a7 __usb_create_hcd +EXPORT_SYMBOL_GPL vmlinux 0x8ff7ea2f devlink_region_snapshot_id_get +EXPORT_SYMBOL_GPL vmlinux 0x8ffe792f tracepoint_probe_register_prio_may_exist +EXPORT_SYMBOL_GPL vmlinux 0x9010d857 perf_pmu_register +EXPORT_SYMBOL_GPL vmlinux 0x90388779 mas_find_rev +EXPORT_SYMBOL_GPL vmlinux 0x903b627c list_lru_isolate_move +EXPORT_SYMBOL_GPL vmlinux 0x9042ef6a blk_stat_disable_accounting +EXPORT_SYMBOL_GPL vmlinux 0x90506a7e call_switchdev_blocking_notifiers +EXPORT_SYMBOL_GPL vmlinux 0x9057bc70 hvc_alloc +EXPORT_SYMBOL_GPL vmlinux 0x90589ad1 phy_set_speed +EXPORT_SYMBOL_GPL vmlinux 0x906181e7 __ip6_datagram_connect +EXPORT_SYMBOL_GPL vmlinux 0x907302d3 bio_trim +EXPORT_SYMBOL_GPL vmlinux 0x9077a586 __sock_recv_cmsgs +EXPORT_SYMBOL_GPL vmlinux 0x907d91c1 usb_amd_pt_check_port +EXPORT_SYMBOL_GPL vmlinux 0x9081b1cd cpufreq_cpu_get_raw +EXPORT_SYMBOL_GPL vmlinux 0x90831986 sysfs_remove_link_from_group +EXPORT_SYMBOL_GPL vmlinux 0x90a2586c gpiochip_disable_irq +EXPORT_SYMBOL_GPL vmlinux 0x90a99616 firmware_request_nowarn +EXPORT_SYMBOL_GPL vmlinux 0x90ad66b1 software_node_unregister_nodes +EXPORT_SYMBOL_GPL vmlinux 0x90b9665c dev_set_name +EXPORT_SYMBOL_GPL vmlinux 0x90cde6f0 wm831x_reg_read +EXPORT_SYMBOL_GPL vmlinux 0x90d937b4 __tracepoint_pelt_rt_tp +EXPORT_SYMBOL_GPL vmlinux 0x90da4aaf iocb_bio_iopoll +EXPORT_SYMBOL_GPL vmlinux 0x90f87f6c pktgen_xfrm_outer_mode_output +EXPORT_SYMBOL_GPL vmlinux 0x90f8a352 crypto_register_kpp +EXPORT_SYMBOL_GPL vmlinux 0x91017f5a md_rdev_init +EXPORT_SYMBOL_GPL vmlinux 0x9102c651 fsl8250_handle_irq +EXPORT_SYMBOL_GPL vmlinux 0x910a3e0d pci_epc_add_epf +EXPORT_SYMBOL_GPL vmlinux 0x91113ccb pci_find_ext_capability +EXPORT_SYMBOL_GPL vmlinux 0x91173a48 pci_walk_bus +EXPORT_SYMBOL_GPL vmlinux 0x911d18ae dev_pm_opp_of_cpumask_add_table +EXPORT_SYMBOL_GPL vmlinux 0x9128a471 ehci_reset +EXPORT_SYMBOL_GPL vmlinux 0x9129a855 sbitmap_prepare_to_wait +EXPORT_SYMBOL_GPL vmlinux 0x912fe181 inet6_csk_xmit +EXPORT_SYMBOL_GPL vmlinux 0x913ebd32 stack_depot_save +EXPORT_SYMBOL_GPL vmlinux 0x914ce2a9 follow_pte +EXPORT_SYMBOL_GPL vmlinux 0x9164956c rdev_get_name +EXPORT_SYMBOL_GPL vmlinux 0x9166c9e0 blk_mq_freeze_queue +EXPORT_SYMBOL_GPL vmlinux 0x916b3ec2 bpfilter_ops +EXPORT_SYMBOL_GPL vmlinux 0x916bb09b stmpe_dev_pm_ops +EXPORT_SYMBOL_GPL vmlinux 0x9177dfec dummy_con +EXPORT_SYMBOL_GPL vmlinux 0x917b8ba2 __rio_local_write_config_16 +EXPORT_SYMBOL_GPL vmlinux 0x917d5496 pci_check_and_mask_intx +EXPORT_SYMBOL_GPL vmlinux 0x9181491d ioc_find_get_icq +EXPORT_SYMBOL_GPL vmlinux 0x9189115b gpiod_put +EXPORT_SYMBOL_GPL vmlinux 0x91955a9f start_poll_synchronize_rcu +EXPORT_SYMBOL_GPL vmlinux 0x91ac9e25 handle_fasteoi_nmi +EXPORT_SYMBOL_GPL vmlinux 0x91ad113b __traceiter_block_split +EXPORT_SYMBOL_GPL vmlinux 0x91ad2a12 kthread_flush_work +EXPORT_SYMBOL_GPL vmlinux 0x91b74d21 of_clk_hw_simple_get +EXPORT_SYMBOL_GPL vmlinux 0x91b774a1 mpi_scanval +EXPORT_SYMBOL_GPL vmlinux 0x91b9dbea ipv6_find_tlv +EXPORT_SYMBOL_GPL vmlinux 0x91c1049f tty_port_register_device_serdev +EXPORT_SYMBOL_GPL vmlinux 0x91c6e5b0 pcap_to_irq +EXPORT_SYMBOL_GPL vmlinux 0x91d36627 extcon_unregister_notifier_all +EXPORT_SYMBOL_GPL vmlinux 0x91d40441 xas_store +EXPORT_SYMBOL_GPL vmlinux 0x91d53a43 tps6586x_reads +EXPORT_SYMBOL_GPL vmlinux 0x91de8a94 ipv6_icmp_error +EXPORT_SYMBOL_GPL vmlinux 0x91dfe8dc wwan_port_rx +EXPORT_SYMBOL_GPL vmlinux 0x91e0471d regmap_raw_write_async +EXPORT_SYMBOL_GPL vmlinux 0x91e5264c xdp_return_frame_bulk +EXPORT_SYMBOL_GPL vmlinux 0x91ea8726 asn1_encode_boolean +EXPORT_SYMBOL_GPL vmlinux 0x91f47b48 fuse_do_open +EXPORT_SYMBOL_GPL vmlinux 0x920959a3 irq_domain_alloc_irqs_parent +EXPORT_SYMBOL_GPL vmlinux 0x920cc389 visitorl +EXPORT_SYMBOL_GPL vmlinux 0x921cf51a devm_register_sys_off_handler +EXPORT_SYMBOL_GPL vmlinux 0x9241b358 __static_key_slow_dec_deferred +EXPORT_SYMBOL_GPL vmlinux 0x924c46f8 zs_unmap_object +EXPORT_SYMBOL_GPL vmlinux 0x9253d0c4 pci_disable_pasid +EXPORT_SYMBOL_GPL vmlinux 0x92641b5d pinctrl_put +EXPORT_SYMBOL_GPL vmlinux 0x928f7a10 strp_unpause +EXPORT_SYMBOL_GPL vmlinux 0x9295a175 __irq_domain_add +EXPORT_SYMBOL_GPL vmlinux 0x929a284d thermal_cooling_device_unregister +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 0x92b4e433 irq_domain_xlate_onetwocell +EXPORT_SYMBOL_GPL vmlinux 0x92ca1701 trace_array_put +EXPORT_SYMBOL_GPL vmlinux 0x92cd7e08 virtqueue_disable_cb +EXPORT_SYMBOL_GPL vmlinux 0x92d31cfb fixed_phy_add +EXPORT_SYMBOL_GPL vmlinux 0x92db8f68 do_trace_rcu_torture_read +EXPORT_SYMBOL_GPL vmlinux 0x92ddd74e device_driver_attach +EXPORT_SYMBOL_GPL vmlinux 0x92e8e9ab fsverity_enqueue_verify_work +EXPORT_SYMBOL_GPL vmlinux 0x92f01df5 devm_platform_ioremap_resource_byname +EXPORT_SYMBOL_GPL vmlinux 0x92f0aa28 opal_tpo_write +EXPORT_SYMBOL_GPL vmlinux 0x930d0dc9 init_phb_dynamic +EXPORT_SYMBOL_GPL vmlinux 0x930d4e22 transport_configure_device +EXPORT_SYMBOL_GPL vmlinux 0x930d8c2b bpf_trace_run3 +EXPORT_SYMBOL_GPL vmlinux 0x931daf95 bdev_nr_zones +EXPORT_SYMBOL_GPL vmlinux 0x932048c7 serial8250_set_defaults +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 0x93306dbb dw_pcie_setup_rc +EXPORT_SYMBOL_GPL vmlinux 0x9331572a pse_controller_register +EXPORT_SYMBOL_GPL vmlinux 0x933c8ac3 gpiod_get_array +EXPORT_SYMBOL_GPL vmlinux 0x933fbf83 devfreq_event_enable_edev +EXPORT_SYMBOL_GPL vmlinux 0x9343e202 zone_device_page_init +EXPORT_SYMBOL_GPL vmlinux 0x934a0aee kvmppc_subcore_exit_guest +EXPORT_SYMBOL_GPL vmlinux 0x93538866 decrypt_blob +EXPORT_SYMBOL_GPL vmlinux 0x9368a37f dst_cache_set_ip4 +EXPORT_SYMBOL_GPL vmlinux 0x937c8551 ata_pci_bmdma_clear_simplex +EXPORT_SYMBOL_GPL vmlinux 0x939d7355 raw_v4_match +EXPORT_SYMBOL_GPL vmlinux 0x93b2c7bb adp5520_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x93c7edeb usb_find_common_endpoints +EXPORT_SYMBOL_GPL vmlinux 0x93d8a982 mptcp_pm_get_local_addr_max +EXPORT_SYMBOL_GPL vmlinux 0x93edef07 devlink_health_report +EXPORT_SYMBOL_GPL vmlinux 0x93eed634 xfrm_dev_policy_add +EXPORT_SYMBOL_GPL vmlinux 0x93fec87a _copy_from_iter_flushcache +EXPORT_SYMBOL_GPL vmlinux 0x940b0c98 scsi_schedule_eh +EXPORT_SYMBOL_GPL vmlinux 0x9410b4f3 virtio_device_freeze +EXPORT_SYMBOL_GPL vmlinux 0x941ec410 sfp_register_socket +EXPORT_SYMBOL_GPL vmlinux 0x941f2aaa eventfd_ctx_put +EXPORT_SYMBOL_GPL vmlinux 0x94225ad9 i2c_parse_fw_timings +EXPORT_SYMBOL_GPL vmlinux 0x9425bb34 nvmem_dev_name +EXPORT_SYMBOL_GPL vmlinux 0x942dd8cf ata_cable_ignore +EXPORT_SYMBOL_GPL vmlinux 0x942e973e ata_noop_qc_prep +EXPORT_SYMBOL_GPL vmlinux 0x942f3ac2 blkcg_policy_register +EXPORT_SYMBOL_GPL vmlinux 0x9430b198 trace_dump_stack +EXPORT_SYMBOL_GPL vmlinux 0x9436e405 memory_group_register_dynamic +EXPORT_SYMBOL_GPL vmlinux 0x94371509 debugfs_real_fops +EXPORT_SYMBOL_GPL vmlinux 0x9438b3f9 vp_modern_get_num_queues +EXPORT_SYMBOL_GPL vmlinux 0x943919a6 power_supply_get_property_from_supplier +EXPORT_SYMBOL_GPL vmlinux 0x943b9810 bio_associate_blkg +EXPORT_SYMBOL_GPL vmlinux 0x94421cd7 fwnode_remove_software_node +EXPORT_SYMBOL_GPL vmlinux 0x944c2699 cgroup_get_from_id +EXPORT_SYMBOL_GPL vmlinux 0x945a449e pinmux_generic_remove_function +EXPORT_SYMBOL_GPL vmlinux 0x9462531e iommu_enable_nesting +EXPORT_SYMBOL_GPL vmlinux 0x9468ea70 schedule_hrtimeout_range_clock +EXPORT_SYMBOL_GPL vmlinux 0x946c0028 devlink_unregister +EXPORT_SYMBOL_GPL vmlinux 0x946dd559 sha224_zero_message_hash +EXPORT_SYMBOL_GPL vmlinux 0x9472d2d8 vp_legacy_remove +EXPORT_SYMBOL_GPL vmlinux 0x94756c58 usb_control_msg_send +EXPORT_SYMBOL_GPL vmlinux 0x947a02c9 mmu_interval_notifier_insert +EXPORT_SYMBOL_GPL vmlinux 0x94832036 pci_epf_create +EXPORT_SYMBOL_GPL vmlinux 0x948e8f77 kvmppc_h_clear_ref +EXPORT_SYMBOL_GPL vmlinux 0x949b5176 devlink_region_snapshot_create +EXPORT_SYMBOL_GPL vmlinux 0x949f7342 __alloc_percpu +EXPORT_SYMBOL_GPL vmlinux 0x94a986f8 addrconf_prefix_rcv_add_addr +EXPORT_SYMBOL_GPL vmlinux 0x94ae28f4 user_read +EXPORT_SYMBOL_GPL vmlinux 0x94b99db5 add_swap_extent +EXPORT_SYMBOL_GPL vmlinux 0x94c32b59 unix_outq_len +EXPORT_SYMBOL_GPL vmlinux 0x94cf3f51 cpci_hp_register_bus +EXPORT_SYMBOL_GPL vmlinux 0x94d9aa44 debugfs_create_x64 +EXPORT_SYMBOL_GPL vmlinux 0x94e17ef8 sysfs_merge_group +EXPORT_SYMBOL_GPL vmlinux 0x94e9dc62 vp_modern_queue_address +EXPORT_SYMBOL_GPL vmlinux 0x94ef4d05 cpci_hp_stop +EXPORT_SYMBOL_GPL vmlinux 0x94fbb357 sock_diag_check_cookie +EXPORT_SYMBOL_GPL vmlinux 0x9504df26 irq_wake_thread +EXPORT_SYMBOL_GPL vmlinux 0x95068af9 crypto_grab_akcipher +EXPORT_SYMBOL_GPL vmlinux 0x951a2773 crypto_has_alg +EXPORT_SYMBOL_GPL vmlinux 0x9520d149 rtc_set_time +EXPORT_SYMBOL_GPL vmlinux 0x952b60e2 driver_find_device +EXPORT_SYMBOL_GPL vmlinux 0x952cb3df spi_bus_lock +EXPORT_SYMBOL_GPL vmlinux 0x952e5909 devm_hwrng_unregister +EXPORT_SYMBOL_GPL vmlinux 0x953e1b9e ktime_get_real_seconds +EXPORT_SYMBOL_GPL vmlinux 0x955b0e2e kthread_worker_fn +EXPORT_SYMBOL_GPL vmlinux 0x955c3e3b balloon_mops +EXPORT_SYMBOL_GPL vmlinux 0x955f3851 pci_restore_msi_state +EXPORT_SYMBOL_GPL vmlinux 0x955fd120 mctrl_gpio_init +EXPORT_SYMBOL_GPL vmlinux 0x956391eb __sock_recv_wifi_status +EXPORT_SYMBOL_GPL vmlinux 0x9566a112 ip6_push_pending_frames +EXPORT_SYMBOL_GPL vmlinux 0x956ac400 ring_buffer_dropped_events_cpu +EXPORT_SYMBOL_GPL vmlinux 0x956b8fe5 exportfs_decode_fh_raw +EXPORT_SYMBOL_GPL vmlinux 0x957e37a4 input_ff_upload +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 0x9596aa65 bpf_offload_dev_netdev_register +EXPORT_SYMBOL_GPL vmlinux 0x95a804f2 wm8350_gpio_config +EXPORT_SYMBOL_GPL vmlinux 0x95b4266f nf_checksum +EXPORT_SYMBOL_GPL vmlinux 0x95b6fec4 xive_native_free_vp_block +EXPORT_SYMBOL_GPL vmlinux 0x95b8cb33 led_set_brightness_sync +EXPORT_SYMBOL_GPL vmlinux 0x95bc9078 btree_free +EXPORT_SYMBOL_GPL vmlinux 0x95bd12bb blk_bio_list_merge +EXPORT_SYMBOL_GPL vmlinux 0x95ca505c mmu_notifier_get_locked +EXPORT_SYMBOL_GPL vmlinux 0x95cecf5d devm_clk_get_prepared +EXPORT_SYMBOL_GPL vmlinux 0x95cfb6c9 dw_pcie_ep_init +EXPORT_SYMBOL_GPL vmlinux 0x95dfb2be __traceiter_neigh_update +EXPORT_SYMBOL_GPL vmlinux 0x95e102ab tracepoint_probe_register +EXPORT_SYMBOL_GPL vmlinux 0x961286e0 ring_buffer_read_events_cpu +EXPORT_SYMBOL_GPL vmlinux 0x9612db00 sysfs_unbreak_active_protection +EXPORT_SYMBOL_GPL vmlinux 0x961927f3 ata_host_start +EXPORT_SYMBOL_GPL vmlinux 0x96272cac udp4_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0x962b1ef4 sk_msg_recvmsg +EXPORT_SYMBOL_GPL vmlinux 0x96358014 of_property_read_u64_index +EXPORT_SYMBOL_GPL vmlinux 0x964bc55e crypto_register_instance +EXPORT_SYMBOL_GPL vmlinux 0x96552d6c trace_event_buffer_lock_reserve +EXPORT_SYMBOL_GPL vmlinux 0x96554810 register_keyboard_notifier +EXPORT_SYMBOL_GPL vmlinux 0x9662ca98 pci_test_config_bits +EXPORT_SYMBOL_GPL vmlinux 0x9665ddf2 perf_pmu_unregister +EXPORT_SYMBOL_GPL vmlinux 0x9675df3f fat_build_inode +EXPORT_SYMBOL_GPL vmlinux 0x967c0b30 analyse_instr +EXPORT_SYMBOL_GPL vmlinux 0x967d9a33 smpboot_unregister_percpu_thread +EXPORT_SYMBOL_GPL vmlinux 0x967e3335 rio_mport_write_config_8 +EXPORT_SYMBOL_GPL vmlinux 0x96830ba0 dev_queue_xmit_nit +EXPORT_SYMBOL_GPL vmlinux 0x968ae236 iomap_zero_range +EXPORT_SYMBOL_GPL vmlinux 0x968d024f mas_destroy +EXPORT_SYMBOL_GPL vmlinux 0x96a044a4 lwtunnel_cmp_encap +EXPORT_SYMBOL_GPL vmlinux 0x96b5ac4b vcap_set_rule_set_actionset +EXPORT_SYMBOL_GPL vmlinux 0x96c192a5 _copy_mc_to_iter +EXPORT_SYMBOL_GPL vmlinux 0x96ca63f5 __rht_bucket_nested +EXPORT_SYMBOL_GPL vmlinux 0x96cb4a94 crypto_unregister_template +EXPORT_SYMBOL_GPL vmlinux 0x96cc48b9 xive_native_default_eq_shift +EXPORT_SYMBOL_GPL vmlinux 0x96ce2f89 usb_interrupt_msg +EXPORT_SYMBOL_GPL vmlinux 0x96d73146 skb_mpls_push +EXPORT_SYMBOL_GPL vmlinux 0x96f726df inet_csk_route_child_sock +EXPORT_SYMBOL_GPL vmlinux 0x96f9a01b __SCK__tp_func_pelt_thermal_tp +EXPORT_SYMBOL_GPL vmlinux 0x97053efa smp_call_function_any +EXPORT_SYMBOL_GPL vmlinux 0x971166d3 dev_pm_opp_is_turbo +EXPORT_SYMBOL_GPL vmlinux 0x9714e0bb ktime_get_raw +EXPORT_SYMBOL_GPL vmlinux 0x9724e1de ata_pci_sff_init_host +EXPORT_SYMBOL_GPL vmlinux 0x972565c9 serdev_device_set_parity +EXPORT_SYMBOL_GPL vmlinux 0x9740d372 pnv_ocxl_get_pasid_count +EXPORT_SYMBOL_GPL vmlinux 0x974ede78 skb_send_sock_locked +EXPORT_SYMBOL_GPL vmlinux 0x975519c1 asymmetric_key_id_same +EXPORT_SYMBOL_GPL vmlinux 0x97659231 cpufreq_dbs_governor_limits +EXPORT_SYMBOL_GPL vmlinux 0x97775e1f gpiochip_get_desc +EXPORT_SYMBOL_GPL vmlinux 0x978d9dba crypto_unregister_scomps +EXPORT_SYMBOL_GPL vmlinux 0x97933d21 wm8350_clear_bits +EXPORT_SYMBOL_GPL vmlinux 0x97a27894 rtc_class_open +EXPORT_SYMBOL_GPL vmlinux 0x97a5a9cc kern_mount +EXPORT_SYMBOL_GPL vmlinux 0x97aeef9c nl_table +EXPORT_SYMBOL_GPL vmlinux 0x97b499aa xdp_do_redirect +EXPORT_SYMBOL_GPL vmlinux 0x97b82519 dma_get_required_mask +EXPORT_SYMBOL_GPL vmlinux 0x97c0f740 da9052_free_irq +EXPORT_SYMBOL_GPL vmlinux 0x97c51c83 cpufreq_generic_init +EXPORT_SYMBOL_GPL vmlinux 0x97d4cd40 rio_pw_enable +EXPORT_SYMBOL_GPL vmlinux 0x97de2b83 debug_locks_silent +EXPORT_SYMBOL_GPL vmlinux 0x97e0f6d6 dma_vunmap_noncontiguous +EXPORT_SYMBOL_GPL vmlinux 0x97e19906 ZSTD_getErrorCode +EXPORT_SYMBOL_GPL vmlinux 0x97e36123 of_pci_get_slot_power_limit +EXPORT_SYMBOL_GPL vmlinux 0x97f5323d skb_mpls_dec_ttl +EXPORT_SYMBOL_GPL vmlinux 0x98070b73 fsstack_copy_attr_all +EXPORT_SYMBOL_GPL vmlinux 0x980d1c34 tcp_twsk_destructor +EXPORT_SYMBOL_GPL vmlinux 0x980ea8f1 class_dev_iter_init +EXPORT_SYMBOL_GPL vmlinux 0x9833bc0c hvc_kick +EXPORT_SYMBOL_GPL vmlinux 0x9843f501 __cookie_v4_check +EXPORT_SYMBOL_GPL vmlinux 0x9846a1b7 sysfs_remove_groups +EXPORT_SYMBOL_GPL vmlinux 0x9847d9e2 pci_epc_set_msi +EXPORT_SYMBOL_GPL vmlinux 0x98503a63 mpi_alloc +EXPORT_SYMBOL_GPL vmlinux 0x985453e1 lease_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x9855a697 opal_xscom_read +EXPORT_SYMBOL_GPL vmlinux 0x985ffe2c ata_pci_bmdma_init_one +EXPORT_SYMBOL_GPL vmlinux 0x9879932b crypto_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x987b805e tty_buffer_space_avail +EXPORT_SYMBOL_GPL vmlinux 0x98803d68 vcap_free_rule +EXPORT_SYMBOL_GPL vmlinux 0x989074ff kmsg_dump_reason_str +EXPORT_SYMBOL_GPL vmlinux 0x98ba1ed7 xdp_convert_zc_to_xdp_frame +EXPORT_SYMBOL_GPL vmlinux 0x98c59274 __tracepoint_rpm_idle +EXPORT_SYMBOL_GPL vmlinux 0x98e4539e pci_disable_rom +EXPORT_SYMBOL_GPL vmlinux 0x98eb2c87 crypto_alloc_shash +EXPORT_SYMBOL_GPL vmlinux 0x98ee62b2 ring_buffer_record_disable_cpu +EXPORT_SYMBOL_GPL vmlinux 0x9916bd9e ata_sas_sync_probe +EXPORT_SYMBOL_GPL vmlinux 0x992a00bd pci_reset_function_locked +EXPORT_SYMBOL_GPL vmlinux 0x9930cfd6 elv_register +EXPORT_SYMBOL_GPL vmlinux 0x993beed0 gpiochip_irqchip_irq_valid +EXPORT_SYMBOL_GPL vmlinux 0x993f6ae4 devm_thermal_add_hwmon_sysfs +EXPORT_SYMBOL_GPL vmlinux 0x99429a94 sdio_memcpy_toio +EXPORT_SYMBOL_GPL vmlinux 0x99473096 rio_request_inb_pwrite +EXPORT_SYMBOL_GPL vmlinux 0x9958a7c0 devm_regulator_bulk_put +EXPORT_SYMBOL_GPL vmlinux 0x995d1071 prof_on +EXPORT_SYMBOL_GPL vmlinux 0x995e5911 sdio_f0_readb +EXPORT_SYMBOL_GPL vmlinux 0x99635e5a iommu_register_device_fault_handler +EXPORT_SYMBOL_GPL vmlinux 0x9968aacb __audit_log_nfcfg +EXPORT_SYMBOL_GPL vmlinux 0x9974135f devres_remove +EXPORT_SYMBOL_GPL vmlinux 0x99792db8 ip6_dst_lookup_tunnel +EXPORT_SYMBOL_GPL vmlinux 0x997d00b1 mbox_controller_register +EXPORT_SYMBOL_GPL vmlinux 0x9981952a devm_pinctrl_register +EXPORT_SYMBOL_GPL vmlinux 0x99822dd2 flush_fp_to_thread +EXPORT_SYMBOL_GPL vmlinux 0x9986cabc hrtimer_init +EXPORT_SYMBOL_GPL vmlinux 0x998d79d6 x509_decode_time +EXPORT_SYMBOL_GPL vmlinux 0x9996bec0 xdp_master_redirect +EXPORT_SYMBOL_GPL vmlinux 0x99a03078 dax_holder_notify_failure +EXPORT_SYMBOL_GPL vmlinux 0x99e1d451 pm_runtime_barrier +EXPORT_SYMBOL_GPL vmlinux 0x99e1eeb8 trace_array_get_by_name +EXPORT_SYMBOL_GPL vmlinux 0x99e5d4dd pm_clk_suspend +EXPORT_SYMBOL_GPL vmlinux 0x99e5f87b aead_geniv_alloc +EXPORT_SYMBOL_GPL vmlinux 0x99ec4503 pci_generic_config_read32 +EXPORT_SYMBOL_GPL vmlinux 0x99f018c4 nvmem_cell_read +EXPORT_SYMBOL_GPL vmlinux 0x99f2d00a sysfs_emit_at +EXPORT_SYMBOL_GPL vmlinux 0x99f6e535 cpufreq_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0x99ff8775 switchdev_bridge_port_unoffload +EXPORT_SYMBOL_GPL vmlinux 0x9a082568 fscrypt_limit_io_blocks +EXPORT_SYMBOL_GPL vmlinux 0x9a11a0fc crypto_attr_alg_name +EXPORT_SYMBOL_GPL vmlinux 0x9a187609 regulator_set_mode +EXPORT_SYMBOL_GPL vmlinux 0x9a318928 fb_deferred_io_cleanup +EXPORT_SYMBOL_GPL vmlinux 0x9a35aea0 fwnode_find_reference +EXPORT_SYMBOL_GPL vmlinux 0x9a405d9a extcon_set_state_sync +EXPORT_SYMBOL_GPL vmlinux 0x9a442da2 sock_diag_register +EXPORT_SYMBOL_GPL vmlinux 0x9a625cd9 max8997_update_reg +EXPORT_SYMBOL_GPL vmlinux 0x9a67f137 usb_unlocked_enable_lpm +EXPORT_SYMBOL_GPL vmlinux 0x9a6c40e8 sk_set_peek_off +EXPORT_SYMBOL_GPL vmlinux 0x9a74b5e4 power_supply_property_is_writeable +EXPORT_SYMBOL_GPL vmlinux 0x9a7991c4 ehci_init_driver +EXPORT_SYMBOL_GPL vmlinux 0x9a806a8a clk_mux_determine_rate_flags +EXPORT_SYMBOL_GPL vmlinux 0x9a8f45b3 ptp_msg_is_sync +EXPORT_SYMBOL_GPL vmlinux 0x9a8fa0b9 ethnl_cable_test_free +EXPORT_SYMBOL_GPL vmlinux 0x9aa2a6f6 acomp_request_free +EXPORT_SYMBOL_GPL vmlinux 0x9aa4ba44 debugfs_file_get +EXPORT_SYMBOL_GPL vmlinux 0x9ac11b74 suspend_set_ops +EXPORT_SYMBOL_GPL vmlinux 0x9acf5fbb vcap_add_rule +EXPORT_SYMBOL_GPL vmlinux 0x9ad55b99 clk_hw_unregister_fixed_factor +EXPORT_SYMBOL_GPL vmlinux 0x9adf08c3 mmu_linear_psize +EXPORT_SYMBOL_GPL vmlinux 0x9ae12e17 __tracepoint_ata_tf_load +EXPORT_SYMBOL_GPL vmlinux 0x9aeacb87 ring_buffer_iter_empty +EXPORT_SYMBOL_GPL vmlinux 0x9af49514 icc_bulk_set_bw +EXPORT_SYMBOL_GPL vmlinux 0x9b06305f iommu_unmap_fast +EXPORT_SYMBOL_GPL vmlinux 0x9b0750ac serdev_controller_alloc +EXPORT_SYMBOL_GPL vmlinux 0x9b105939 request_firmware_direct +EXPORT_SYMBOL_GPL vmlinux 0x9b130ca5 h_query_vas_capabilities +EXPORT_SYMBOL_GPL vmlinux 0x9b147bc9 save_p9_host_os_sprs +EXPORT_SYMBOL_GPL vmlinux 0x9b4014bf task_cgroup_path +EXPORT_SYMBOL_GPL vmlinux 0x9b4661bc rio_unlock_device +EXPORT_SYMBOL_GPL vmlinux 0x9b555c8c pm_suspend_default_s2idle +EXPORT_SYMBOL_GPL vmlinux 0x9b5bd9cb fat_getattr +EXPORT_SYMBOL_GPL vmlinux 0x9b5ca46e mas_prev +EXPORT_SYMBOL_GPL vmlinux 0x9b682cc5 virtqueue_notify +EXPORT_SYMBOL_GPL vmlinux 0x9b6eb259 __udp6_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0x9b6ec967 ring_buffer_size +EXPORT_SYMBOL_GPL vmlinux 0x9b70c6ff tracepoint_probe_register_prio +EXPORT_SYMBOL_GPL vmlinux 0x9b72e702 phy_package_leave +EXPORT_SYMBOL_GPL vmlinux 0x9b745031 crypto_spawn_tfm2 +EXPORT_SYMBOL_GPL vmlinux 0x9b7df92e nvdimm_flush +EXPORT_SYMBOL_GPL vmlinux 0x9b8bbab8 fwnode_graph_get_remote_endpoint +EXPORT_SYMBOL_GPL vmlinux 0x9b9071cb get_old_itimerspec32 +EXPORT_SYMBOL_GPL vmlinux 0x9b92d16e pinctrl_gpio_set_config +EXPORT_SYMBOL_GPL vmlinux 0x9b9d698a genphy_c45_baset1_read_status +EXPORT_SYMBOL_GPL vmlinux 0x9ba0b128 devl_trap_groups_unregister +EXPORT_SYMBOL_GPL vmlinux 0x9ba2bb2b gpio_request_array +EXPORT_SYMBOL_GPL vmlinux 0x9bbf1186 rio_release_inb_dbell +EXPORT_SYMBOL_GPL vmlinux 0x9bcb56f0 fscrypt_symlink_getattr +EXPORT_SYMBOL_GPL vmlinux 0x9bcc1362 account_locked_vm +EXPORT_SYMBOL_GPL vmlinux 0x9bd10dce pci_epf_add_vepf +EXPORT_SYMBOL_GPL vmlinux 0x9bd21590 scsi_nl_sock +EXPORT_SYMBOL_GPL vmlinux 0x9bd49212 crypto_unregister_skcipher +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 0x9be55b0d pm_relax +EXPORT_SYMBOL_GPL vmlinux 0x9bece81b mpi_cmp_ui +EXPORT_SYMBOL_GPL vmlinux 0x9c02fe1a __traceiter_sched_cpu_capacity_tp +EXPORT_SYMBOL_GPL vmlinux 0x9c05645b regmap_raw_read +EXPORT_SYMBOL_GPL vmlinux 0x9c266066 class_find_device +EXPORT_SYMBOL_GPL vmlinux 0x9c2b1137 eeh_pe_state_mark +EXPORT_SYMBOL_GPL vmlinux 0x9c2dc476 generic_device_group +EXPORT_SYMBOL_GPL vmlinux 0x9c33c4ff device_property_read_string +EXPORT_SYMBOL_GPL vmlinux 0x9c4868b7 of_phy_get +EXPORT_SYMBOL_GPL vmlinux 0x9c6eeb39 iomap_writepages +EXPORT_SYMBOL_GPL vmlinux 0x9c6febfc add_uevent_var +EXPORT_SYMBOL_GPL vmlinux 0x9c6ff950 dev_pm_qos_expose_latency_limit +EXPORT_SYMBOL_GPL vmlinux 0x9c803020 usb_phy_roothub_power_on +EXPORT_SYMBOL_GPL vmlinux 0x9c882ec1 xfrm_local_error +EXPORT_SYMBOL_GPL vmlinux 0x9c891061 crypto_register_alg +EXPORT_SYMBOL_GPL vmlinux 0x9c8bdf91 nf_ip_route +EXPORT_SYMBOL_GPL vmlinux 0x9c8e8aa0 rhashtable_walk_stop +EXPORT_SYMBOL_GPL vmlinux 0x9c8fc617 genphy_c45_an_disable_aneg +EXPORT_SYMBOL_GPL vmlinux 0x9cb59a02 xhci_find_slot_id_by_port +EXPORT_SYMBOL_GPL vmlinux 0x9cc4f70a register_pm_notifier +EXPORT_SYMBOL_GPL vmlinux 0x9ccd58f4 blk_crypto_intersect_capabilities +EXPORT_SYMBOL_GPL vmlinux 0x9cd59b91 relay_late_setup_files +EXPORT_SYMBOL_GPL vmlinux 0x9cdd6a66 sysctl_long_vals +EXPORT_SYMBOL_GPL vmlinux 0x9ce05629 devl_traps_unregister +EXPORT_SYMBOL_GPL vmlinux 0x9ce8a33f fixed_phy_unregister +EXPORT_SYMBOL_GPL vmlinux 0x9cf32ab2 usb_enable_lpm +EXPORT_SYMBOL_GPL vmlinux 0x9cf37c44 __iowrite32_copy +EXPORT_SYMBOL_GPL vmlinux 0x9d02d228 usb_register_device_driver +EXPORT_SYMBOL_GPL vmlinux 0x9d0616ee wm8400_reset_codec_reg_cache +EXPORT_SYMBOL_GPL vmlinux 0x9d09e8ae ring_buffer_event_data +EXPORT_SYMBOL_GPL vmlinux 0x9d1b105a sbitmap_queue_min_shallow_depth +EXPORT_SYMBOL_GPL vmlinux 0x9d22d90c usb_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0x9d2f49ef __SCK__tp_func_pelt_se_tp +EXPORT_SYMBOL_GPL vmlinux 0x9d35e082 get_net_ns_by_fd +EXPORT_SYMBOL_GPL vmlinux 0x9d366f99 page_reporting_register +EXPORT_SYMBOL_GPL vmlinux 0x9d4a5c10 devm_led_classdev_unregister +EXPORT_SYMBOL_GPL vmlinux 0x9d5a03e7 switchdev_port_obj_del +EXPORT_SYMBOL_GPL vmlinux 0x9d810560 trace_array_printk +EXPORT_SYMBOL_GPL vmlinux 0x9d8bb00e set_dax_nocache +EXPORT_SYMBOL_GPL vmlinux 0x9d98b1b7 virtqueue_poll +EXPORT_SYMBOL_GPL vmlinux 0x9da22052 ip6_sk_dst_lookup_flow +EXPORT_SYMBOL_GPL vmlinux 0x9da5362b iommu_dev_disable_feature +EXPORT_SYMBOL_GPL vmlinux 0x9dac551d dw_pcie_find_ext_capability +EXPORT_SYMBOL_GPL vmlinux 0x9dd8f340 wm831x_auxadc_read_uv +EXPORT_SYMBOL_GPL vmlinux 0x9de88bc8 __SCK__tp_func_ata_bmdma_start +EXPORT_SYMBOL_GPL vmlinux 0x9de8a197 skb_pull_rcsum +EXPORT_SYMBOL_GPL vmlinux 0x9e010ff3 platform_unregister_drivers +EXPORT_SYMBOL_GPL vmlinux 0x9e097d0b blocking_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x9e1e3b7f synchronize_srcu_expedited +EXPORT_SYMBOL_GPL vmlinux 0x9e229c49 sg_alloc_table_chained +EXPORT_SYMBOL_GPL vmlinux 0x9e472f5f snmp_fold_field +EXPORT_SYMBOL_GPL vmlinux 0x9e4b4b5c of_pci_get_max_link_speed +EXPORT_SYMBOL_GPL vmlinux 0x9e4b8cc2 inet_csk_clone_lock +EXPORT_SYMBOL_GPL vmlinux 0x9e57074d fuse_file_poll +EXPORT_SYMBOL_GPL vmlinux 0x9e5b7126 usb_autopm_put_interface_async +EXPORT_SYMBOL_GPL vmlinux 0x9e5e15d0 pm_wakeup_dev_event +EXPORT_SYMBOL_GPL vmlinux 0x9e8a6691 nvmem_add_cell_table +EXPORT_SYMBOL_GPL vmlinux 0x9e9b913d __tracepoint_arm_event +EXPORT_SYMBOL_GPL vmlinux 0x9e9c4f24 set_dax_nomc +EXPORT_SYMBOL_GPL vmlinux 0x9ea8d3f8 of_hwspin_lock_get_id_byname +EXPORT_SYMBOL_GPL vmlinux 0x9eaa3c12 of_devfreq_cooling_register +EXPORT_SYMBOL_GPL vmlinux 0x9eb8c7e9 __pneigh_lookup +EXPORT_SYMBOL_GPL vmlinux 0x9eba5818 pinctrl_find_and_add_gpio_range +EXPORT_SYMBOL_GPL vmlinux 0x9ec1f364 kvmppc_subcore_enter_guest +EXPORT_SYMBOL_GPL vmlinux 0x9ed554b3 unregister_keyboard_notifier +EXPORT_SYMBOL_GPL vmlinux 0x9eebdde7 mpi_point_new +EXPORT_SYMBOL_GPL vmlinux 0x9f0384b1 perf_tp_event +EXPORT_SYMBOL_GPL vmlinux 0x9f08c714 scatterwalk_copychunks +EXPORT_SYMBOL_GPL vmlinux 0x9f121bf0 netdev_walk_all_lower_dev +EXPORT_SYMBOL_GPL vmlinux 0x9f150966 sk_msg_memcopy_from_iter +EXPORT_SYMBOL_GPL vmlinux 0x9f1fef35 max8997_bulk_read +EXPORT_SYMBOL_GPL vmlinux 0x9f200e30 platform_get_resource_byname +EXPORT_SYMBOL_GPL vmlinux 0x9f29392c irq_domain_free_irqs_parent +EXPORT_SYMBOL_GPL vmlinux 0x9f3d97a9 get_net_ns +EXPORT_SYMBOL_GPL vmlinux 0x9f4415d0 irq_chip_set_parent_state +EXPORT_SYMBOL_GPL vmlinux 0x9f44586a pci_epc_destroy +EXPORT_SYMBOL_GPL vmlinux 0x9f56c4b9 __SCK__tp_func_devlink_hwmsg +EXPORT_SYMBOL_GPL vmlinux 0x9f5c6dc2 __cookie_v6_check +EXPORT_SYMBOL_GPL vmlinux 0x9f6904ac dev_pm_qos_remove_request +EXPORT_SYMBOL_GPL vmlinux 0x9f73fd8c dax_zero_range +EXPORT_SYMBOL_GPL vmlinux 0x9f887cd4 fuse_dev_install +EXPORT_SYMBOL_GPL vmlinux 0x9f9a7634 rt_mutex_lock +EXPORT_SYMBOL_GPL vmlinux 0x9fa4564a timer_shutdown +EXPORT_SYMBOL_GPL vmlinux 0x9fa86d9c of_device_modalias +EXPORT_SYMBOL_GPL vmlinux 0x9faa4c77 iommu_device_link +EXPORT_SYMBOL_GPL vmlinux 0x9fb3b3bd nvdimm_badblocks_populate +EXPORT_SYMBOL_GPL vmlinux 0x9fb51ee3 crypto_unregister_scomp +EXPORT_SYMBOL_GPL vmlinux 0x9fc61833 fl6_merge_options +EXPORT_SYMBOL_GPL vmlinux 0x9fce80db fb_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x9fd2a252 of_nvmem_cell_get +EXPORT_SYMBOL_GPL vmlinux 0x9fd8ea92 devm_hwmon_device_register_with_groups +EXPORT_SYMBOL_GPL vmlinux 0x9fe353d5 skb_to_sgvec +EXPORT_SYMBOL_GPL vmlinux 0x9fe899b7 get_cpu_idle_time +EXPORT_SYMBOL_GPL vmlinux 0x9fe939e1 mpi_powm +EXPORT_SYMBOL_GPL vmlinux 0x9ff34fea dm_start_time_ns_from_clone +EXPORT_SYMBOL_GPL vmlinux 0x9ff7c60a ip_icmp_error +EXPORT_SYMBOL_GPL vmlinux 0xa000dd3d virtqueue_enable_cb +EXPORT_SYMBOL_GPL vmlinux 0xa0135879 __clk_mux_determine_rate_closest +EXPORT_SYMBOL_GPL vmlinux 0xa01a8d9b nd_cmd_bus_desc +EXPORT_SYMBOL_GPL vmlinux 0xa01fe8f2 alloc_dax_region +EXPORT_SYMBOL_GPL vmlinux 0xa04f945a cpus_read_lock +EXPORT_SYMBOL_GPL vmlinux 0xa0589cf1 of_clk_hw_onecell_get +EXPORT_SYMBOL_GPL vmlinux 0xa06d4b32 hwmon_device_register_with_groups +EXPORT_SYMBOL_GPL vmlinux 0xa080c5e5 smp_call_function_single_async +EXPORT_SYMBOL_GPL vmlinux 0xa08337ed btree_init +EXPORT_SYMBOL_GPL vmlinux 0xa09c5f0d regmap_irq_set_type_config_simple +EXPORT_SYMBOL_GPL vmlinux 0xa0a79ad1 device_phy_find_device +EXPORT_SYMBOL_GPL vmlinux 0xa0bbc408 tpm_tis_core_init +EXPORT_SYMBOL_GPL vmlinux 0xa0bdeb17 __fscrypt_prepare_setattr +EXPORT_SYMBOL_GPL vmlinux 0xa0befe43 genphy_c45_loopback +EXPORT_SYMBOL_GPL vmlinux 0xa0d3456d nr_swap_pages +EXPORT_SYMBOL_GPL vmlinux 0xa0d465b3 cpufreq_freq_attr_scaling_available_freqs +EXPORT_SYMBOL_GPL vmlinux 0xa0de7d6e vcap_rule_add_key_u32 +EXPORT_SYMBOL_GPL vmlinux 0xa0eac6d3 blk_freeze_queue_start +EXPORT_SYMBOL_GPL vmlinux 0xa0fc455a usb_hcd_end_port_resume +EXPORT_SYMBOL_GPL vmlinux 0xa10d24b2 phy_led_trigger_change_speed +EXPORT_SYMBOL_GPL vmlinux 0xa13b2962 pnv_ocxl_tlb_invalidate +EXPORT_SYMBOL_GPL vmlinux 0xa147309b phy_10gbit_full_features +EXPORT_SYMBOL_GPL vmlinux 0xa14ca6c4 nf_route +EXPORT_SYMBOL_GPL vmlinux 0xa156b664 ata_pci_remove_one +EXPORT_SYMBOL_GPL vmlinux 0xa16286eb irq_domain_remove_sim +EXPORT_SYMBOL_GPL vmlinux 0xa1788c4f tpm_get_random +EXPORT_SYMBOL_GPL vmlinux 0xa184d5f2 mmu_vmalloc_psize +EXPORT_SYMBOL_GPL vmlinux 0xa185b2ea inet_pernet_hashinfo_free +EXPORT_SYMBOL_GPL vmlinux 0xa1a1ff57 perf_event_addr_filters_sync +EXPORT_SYMBOL_GPL vmlinux 0xa1ac6a7b hwspin_lock_get_id +EXPORT_SYMBOL_GPL vmlinux 0xa1cc4648 usb_urb_ep_type_check +EXPORT_SYMBOL_GPL vmlinux 0xa1ce472c strp_data_ready +EXPORT_SYMBOL_GPL vmlinux 0xa1d8004a videomode_from_timing +EXPORT_SYMBOL_GPL vmlinux 0xa1def852 __sbitmap_queue_get +EXPORT_SYMBOL_GPL vmlinux 0xa1f603b2 xhci_drop_endpoint +EXPORT_SYMBOL_GPL vmlinux 0xa20399c4 tty_set_ldisc +EXPORT_SYMBOL_GPL vmlinux 0xa20d01ba __trace_bprintk +EXPORT_SYMBOL_GPL vmlinux 0xa20e0a6e component_add_typed +EXPORT_SYMBOL_GPL vmlinux 0xa2106a38 dm_disk +EXPORT_SYMBOL_GPL vmlinux 0xa21bcb01 rio_route_add_entry +EXPORT_SYMBOL_GPL vmlinux 0xa21f2ce7 clk_mux_index_to_val +EXPORT_SYMBOL_GPL vmlinux 0xa23023ea crypto_mod_get +EXPORT_SYMBOL_GPL vmlinux 0xa2329349 folio_wait_writeback +EXPORT_SYMBOL_GPL vmlinux 0xa233f0ec netif_carrier_event +EXPORT_SYMBOL_GPL vmlinux 0xa2372674 paste_selection +EXPORT_SYMBOL_GPL vmlinux 0xa2500ef6 __SCK__tp_func_powernv_throttle +EXPORT_SYMBOL_GPL vmlinux 0xa25b6fc9 ip_icmp_error_rfc4884 +EXPORT_SYMBOL_GPL vmlinux 0xa26340e2 key_type_trusted +EXPORT_SYMBOL_GPL vmlinux 0xa2639fb8 icc_node_create +EXPORT_SYMBOL_GPL vmlinux 0xa26d9b4f workqueue_congested +EXPORT_SYMBOL_GPL vmlinux 0xa298af95 xive_native_get_queue_info +EXPORT_SYMBOL_GPL vmlinux 0xa2a16353 dev_pm_qos_flags +EXPORT_SYMBOL_GPL vmlinux 0xa2a54226 noop_backing_dev_info +EXPORT_SYMBOL_GPL vmlinux 0xa2a5fa88 ata_sas_async_probe +EXPORT_SYMBOL_GPL vmlinux 0xa2ac9bfa __rio_local_read_config_32 +EXPORT_SYMBOL_GPL vmlinux 0xa2b0820d __SCK__tp_func_cpu_idle +EXPORT_SYMBOL_GPL vmlinux 0xa2b13982 od_register_powersave_bias_handler +EXPORT_SYMBOL_GPL vmlinux 0xa2c0f59a ct_idle_enter +EXPORT_SYMBOL_GPL vmlinux 0xa2cb0399 gpiod_to_chip +EXPORT_SYMBOL_GPL vmlinux 0xa2df3b07 fwnode_property_match_string +EXPORT_SYMBOL_GPL vmlinux 0xa2e1b3ef trace_printk_init_buffers +EXPORT_SYMBOL_GPL vmlinux 0xa2fc4ff5 sched_setattr_nocheck +EXPORT_SYMBOL_GPL vmlinux 0xa30174b5 security_kernel_post_read_file +EXPORT_SYMBOL_GPL vmlinux 0xa306794a sdio_readb +EXPORT_SYMBOL_GPL vmlinux 0xa3342616 serdev_device_write_wakeup +EXPORT_SYMBOL_GPL vmlinux 0xa33829ec raw_unhash_sk +EXPORT_SYMBOL_GPL vmlinux 0xa3391dc2 of_irq_find_parent +EXPORT_SYMBOL_GPL vmlinux 0xa339fb82 usb_free_urb +EXPORT_SYMBOL_GPL vmlinux 0xa33d91a8 btree_get_prev +EXPORT_SYMBOL_GPL vmlinux 0xa3401a43 mm_iommu_newdev +EXPORT_SYMBOL_GPL vmlinux 0xa34ab6a7 dm_path_uevent +EXPORT_SYMBOL_GPL vmlinux 0xa3627037 edac_pci_handle_npe +EXPORT_SYMBOL_GPL vmlinux 0xa36f50fb is_binary_blacklisted +EXPORT_SYMBOL_GPL vmlinux 0xa379c1df fscrypt_prepare_new_inode +EXPORT_SYMBOL_GPL vmlinux 0xa3844a00 kvmppc_inject_interrupt_hv +EXPORT_SYMBOL_GPL vmlinux 0xa385a59a fuse_send_init +EXPORT_SYMBOL_GPL vmlinux 0xa38602cd drain_workqueue +EXPORT_SYMBOL_GPL vmlinux 0xa38883d5 sdio_set_block_size +EXPORT_SYMBOL_GPL vmlinux 0xa38a9f71 get_itimerspec64 +EXPORT_SYMBOL_GPL vmlinux 0xa396c756 irq_domain_disconnect_hierarchy +EXPORT_SYMBOL_GPL vmlinux 0xa3a04602 btree_geo64 +EXPORT_SYMBOL_GPL vmlinux 0xa3a2d9af walk_system_ram_range +EXPORT_SYMBOL_GPL vmlinux 0xa3a39065 pci_msix_free_irq +EXPORT_SYMBOL_GPL vmlinux 0xa3a79705 regulator_get_mode +EXPORT_SYMBOL_GPL vmlinux 0xa3a79783 __inet_inherit_port +EXPORT_SYMBOL_GPL vmlinux 0xa3adef29 regmap_attach_dev +EXPORT_SYMBOL_GPL vmlinux 0xa3b56555 hpte_page_sizes +EXPORT_SYMBOL_GPL vmlinux 0xa3b958ce reset_hung_task_detector +EXPORT_SYMBOL_GPL vmlinux 0xa3ce5b37 metadata_dst_free_percpu +EXPORT_SYMBOL_GPL vmlinux 0xa3cf82f2 regulator_list_voltage_table +EXPORT_SYMBOL_GPL vmlinux 0xa3d51519 phy_get_rate_matching +EXPORT_SYMBOL_GPL vmlinux 0xa3d96623 fscrypt_d_revalidate +EXPORT_SYMBOL_GPL vmlinux 0xa3eae051 dev_pm_opp_get_power +EXPORT_SYMBOL_GPL vmlinux 0xa3ece414 freezer_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0xa3f12f69 __crypto_xor +EXPORT_SYMBOL_GPL vmlinux 0xa3f57cee kvmppc_host_rm_ops_hv +EXPORT_SYMBOL_GPL vmlinux 0xa3ffc3d4 sata_scr_write +EXPORT_SYMBOL_GPL vmlinux 0xa4031b7f sfp_parse_port +EXPORT_SYMBOL_GPL vmlinux 0xa410a295 devlink_region_destroy +EXPORT_SYMBOL_GPL vmlinux 0xa44a1307 interval_tree_iter_first +EXPORT_SYMBOL_GPL vmlinux 0xa44a9787 crypto_unregister_alg +EXPORT_SYMBOL_GPL vmlinux 0xa44ebe69 rio_mport_get_efb +EXPORT_SYMBOL_GPL vmlinux 0xa455cfbc skcipher_alloc_instance_simple +EXPORT_SYMBOL_GPL vmlinux 0xa45c7b90 stack_trace_print +EXPORT_SYMBOL_GPL vmlinux 0xa45ccaa7 regulator_register +EXPORT_SYMBOL_GPL vmlinux 0xa465860d linear_hugepage_index +EXPORT_SYMBOL_GPL vmlinux 0xa469f8a1 usb_of_get_companion_dev +EXPORT_SYMBOL_GPL vmlinux 0xa471dd11 __ip6_local_out +EXPORT_SYMBOL_GPL vmlinux 0xa48196c8 kdb_poll_idx +EXPORT_SYMBOL_GPL vmlinux 0xa48809bf power_supply_am_i_supplied +EXPORT_SYMBOL_GPL vmlinux 0xa4895e04 debugfs_create_size_t +EXPORT_SYMBOL_GPL vmlinux 0xa4ab7c1c ring_buffer_overruns +EXPORT_SYMBOL_GPL vmlinux 0xa4b07fe7 ring_buffer_change_overwrite +EXPORT_SYMBOL_GPL vmlinux 0xa4c00324 asn1_encode_octet_string +EXPORT_SYMBOL_GPL vmlinux 0xa4c085f8 ata_tf_from_fis +EXPORT_SYMBOL_GPL vmlinux 0xa4c39ba3 sata_scr_read +EXPORT_SYMBOL_GPL vmlinux 0xa4ca075d spi_mem_poll_status +EXPORT_SYMBOL_GPL vmlinux 0xa4dbb72d devm_regmap_field_bulk_alloc +EXPORT_SYMBOL_GPL vmlinux 0xa4e976a8 xfrm_audit_policy_add +EXPORT_SYMBOL_GPL vmlinux 0xa4f0ced1 to_nd_region +EXPORT_SYMBOL_GPL vmlinux 0xa4f10802 nvmem_device_cell_write +EXPORT_SYMBOL_GPL vmlinux 0xa4f71c9f pci_remove_device_node_info +EXPORT_SYMBOL_GPL vmlinux 0xa4f7840c addrconf_add_linklocal +EXPORT_SYMBOL_GPL vmlinux 0xa4fbac34 wm8350_reg_write +EXPORT_SYMBOL_GPL vmlinux 0xa50db203 sock_diag_unregister_inet_compat +EXPORT_SYMBOL_GPL vmlinux 0xa513f158 task_cls_state +EXPORT_SYMBOL_GPL vmlinux 0xa521a66b proc_get_parent_data +EXPORT_SYMBOL_GPL vmlinux 0xa5260e24 serial8250_rx_dma_flush +EXPORT_SYMBOL_GPL vmlinux 0xa52f0915 pm_runtime_no_callbacks +EXPORT_SYMBOL_GPL vmlinux 0xa53073e3 hwmon_device_register +EXPORT_SYMBOL_GPL vmlinux 0xa531471e clk_save_context +EXPORT_SYMBOL_GPL vmlinux 0xa53ec3ea device_iommu_capable +EXPORT_SYMBOL_GPL vmlinux 0xa54a2cba devlink_linecard_provision_clear +EXPORT_SYMBOL_GPL vmlinux 0xa56e1a52 sg_free_table_chained +EXPORT_SYMBOL_GPL vmlinux 0xa57bc7a9 bsg_job_done +EXPORT_SYMBOL_GPL vmlinux 0xa5833765 irq_gc_mask_set_bit +EXPORT_SYMBOL_GPL vmlinux 0xa5880596 eventfd_ctx_fileget +EXPORT_SYMBOL_GPL vmlinux 0xa5aa1fa9 rtc_class_close +EXPORT_SYMBOL_GPL vmlinux 0xa5b00659 ppc_proc_freq +EXPORT_SYMBOL_GPL vmlinux 0xa5b146eb crypto_stats_skcipher_encrypt +EXPORT_SYMBOL_GPL vmlinux 0xa5c889ea of_pci_address_to_resource +EXPORT_SYMBOL_GPL vmlinux 0xa5ce0332 platform_find_device_by_driver +EXPORT_SYMBOL_GPL vmlinux 0xa5d1f4b8 stack_depot_snprint +EXPORT_SYMBOL_GPL vmlinux 0xa5d24ecf dax_file_unshare +EXPORT_SYMBOL_GPL vmlinux 0xa5d74674 tps6586x_update +EXPORT_SYMBOL_GPL vmlinux 0xa5d7c388 pstore_type_to_name +EXPORT_SYMBOL_GPL vmlinux 0xa5efbf4c async_synchronize_full +EXPORT_SYMBOL_GPL vmlinux 0xa5f66070 register_ftrace_function +EXPORT_SYMBOL_GPL vmlinux 0xa60e6958 get_task_pid +EXPORT_SYMBOL_GPL vmlinux 0xa61cf59b xfrm_state_afinfo_get_rcu +EXPORT_SYMBOL_GPL vmlinux 0xa64ad5b0 vcap_rule_add_key_u128 +EXPORT_SYMBOL_GPL vmlinux 0xa65c7b5e msi_next_desc +EXPORT_SYMBOL_GPL vmlinux 0xa65f3c8c __tracepoint_block_bio_complete +EXPORT_SYMBOL_GPL vmlinux 0xa675a63d ip_route_output_flow +EXPORT_SYMBOL_GPL vmlinux 0xa67c057f ata_sas_tport_delete +EXPORT_SYMBOL_GPL vmlinux 0xa68ab1cb noop_direct_IO +EXPORT_SYMBOL_GPL vmlinux 0xa69759b1 sata_sff_hardreset +EXPORT_SYMBOL_GPL vmlinux 0xa697fa13 usb_put_dev +EXPORT_SYMBOL_GPL vmlinux 0xa6a02d98 power_supply_get_battery_info +EXPORT_SYMBOL_GPL vmlinux 0xa6a088b7 fscrypt_match_name +EXPORT_SYMBOL_GPL vmlinux 0xa6a381c2 kernel_kobj +EXPORT_SYMBOL_GPL vmlinux 0xa6a3f607 iomap_invalidate_folio +EXPORT_SYMBOL_GPL vmlinux 0xa6af1e35 __SCK__tp_func_block_rq_remap +EXPORT_SYMBOL_GPL vmlinux 0xa6b06f65 ata_sff_queue_work +EXPORT_SYMBOL_GPL vmlinux 0xa6b071e1 mm_iommu_lookup +EXPORT_SYMBOL_GPL vmlinux 0xa6b21ef2 dpm_suspend_end +EXPORT_SYMBOL_GPL vmlinux 0xa6b5ee5b __SCK__tp_func_block_split +EXPORT_SYMBOL_GPL vmlinux 0xa6bd200b sbitmap_queue_recalculate_wake_batch +EXPORT_SYMBOL_GPL vmlinux 0xa6bd922e irq_domain_remove +EXPORT_SYMBOL_GPL vmlinux 0xa6be0bdb gpiochip_add_data_with_key +EXPORT_SYMBOL_GPL vmlinux 0xa6c628ad platform_driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0xa6cc44f4 sata_async_notification +EXPORT_SYMBOL_GPL vmlinux 0xa6d1e06f splpar_spin_yield +EXPORT_SYMBOL_GPL vmlinux 0xa6d858eb of_clk_get_parent_name +EXPORT_SYMBOL_GPL vmlinux 0xa6db39e3 dev_pm_opp_put +EXPORT_SYMBOL_GPL vmlinux 0xa6e1a69d kick_all_cpus_sync +EXPORT_SYMBOL_GPL vmlinux 0xa6e6300a __netpoll_setup +EXPORT_SYMBOL_GPL vmlinux 0xa6e8cd0e perf_event_update_userpage +EXPORT_SYMBOL_GPL vmlinux 0xa6ee15ca __tracepoint_rpm_suspend +EXPORT_SYMBOL_GPL vmlinux 0xa6fd6e3d ata_std_bios_param +EXPORT_SYMBOL_GPL vmlinux 0xa7041b7a regcache_sync_region +EXPORT_SYMBOL_GPL vmlinux 0xa709c835 fib6_info_destroy_rcu +EXPORT_SYMBOL_GPL vmlinux 0xa70c1ba6 dev_pm_domain_start +EXPORT_SYMBOL_GPL vmlinux 0xa7111bde __netif_set_xps_queue +EXPORT_SYMBOL_GPL vmlinux 0xa721f4cc led_trigger_unregister +EXPORT_SYMBOL_GPL vmlinux 0xa730f80a gpiod_get_array_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0xa7343f57 crypto_unregister_algs +EXPORT_SYMBOL_GPL vmlinux 0xa74a88d5 ipv6_recv_error +EXPORT_SYMBOL_GPL vmlinux 0xa766e7ba gpiod_set_value +EXPORT_SYMBOL_GPL vmlinux 0xa766f7c9 of_reserved_mem_device_init_by_idx +EXPORT_SYMBOL_GPL vmlinux 0xa776455f metadata_dst_alloc_percpu +EXPORT_SYMBOL_GPL vmlinux 0xa777ce80 usb_autopm_get_interface_no_resume +EXPORT_SYMBOL_GPL vmlinux 0xa77b59dd pci_num_vf +EXPORT_SYMBOL_GPL vmlinux 0xa781b14a __platform_driver_probe +EXPORT_SYMBOL_GPL vmlinux 0xa78d6624 alloc_dax +EXPORT_SYMBOL_GPL vmlinux 0xa791c618 wbc_account_cgroup_owner +EXPORT_SYMBOL_GPL vmlinux 0xa7941706 debugfs_create_x8 +EXPORT_SYMBOL_GPL vmlinux 0xa7a991b6 bpf_offload_dev_create +EXPORT_SYMBOL_GPL vmlinux 0xa7df22ca fat_time_unix2fat +EXPORT_SYMBOL_GPL vmlinux 0xa7ebb835 bpf_prog_create +EXPORT_SYMBOL_GPL vmlinux 0xa8008c53 ata_eh_analyze_ncq_error +EXPORT_SYMBOL_GPL vmlinux 0xa8019666 vp_modern_get_status +EXPORT_SYMBOL_GPL vmlinux 0xa80e7dde strp_process +EXPORT_SYMBOL_GPL vmlinux 0xa81d80b5 power_supply_put_battery_info +EXPORT_SYMBOL_GPL vmlinux 0xa8211c35 switchdev_port_attr_set +EXPORT_SYMBOL_GPL vmlinux 0xa8278273 rio_register_driver +EXPORT_SYMBOL_GPL vmlinux 0xa8396e56 debugfs_create_bool +EXPORT_SYMBOL_GPL vmlinux 0xa84b82fb vfs_remove_acl +EXPORT_SYMBOL_GPL vmlinux 0xa851973a raw_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0xa852766e devm_spi_mem_dirmap_destroy +EXPORT_SYMBOL_GPL vmlinux 0xa85cc2b8 regulator_list_voltage_linear_range +EXPORT_SYMBOL_GPL vmlinux 0xa85e7b0b sata_scr_valid +EXPORT_SYMBOL_GPL vmlinux 0xa86d20ce blk_queue_flag_test_and_set +EXPORT_SYMBOL_GPL vmlinux 0xa87af765 __mdiobus_modify_changed +EXPORT_SYMBOL_GPL vmlinux 0xa87d5fcc tcp_reno_cong_avoid +EXPORT_SYMBOL_GPL vmlinux 0xa8830e9c kvmppc_msr_hard_disable_set_facilities +EXPORT_SYMBOL_GPL vmlinux 0xa8879450 edac_pci_del_device +EXPORT_SYMBOL_GPL vmlinux 0xa895d82d nvdimm_to_bus +EXPORT_SYMBOL_GPL vmlinux 0xa89926dc crypto_dh_decode_key +EXPORT_SYMBOL_GPL vmlinux 0xa8b234a2 pci_vfs_assigned +EXPORT_SYMBOL_GPL vmlinux 0xa8d2c373 platform_device_add_data +EXPORT_SYMBOL_GPL vmlinux 0xa8e23258 devm_kstrdup_const +EXPORT_SYMBOL_GPL vmlinux 0xa8eddd6b mmu_notifier_range_update_to_read_only +EXPORT_SYMBOL_GPL vmlinux 0xa90e3b96 timer_rearm_host_dec +EXPORT_SYMBOL_GPL vmlinux 0xa90e5987 vfs_test_lock +EXPORT_SYMBOL_GPL vmlinux 0xa922a932 xfrm_bpf_md_dst +EXPORT_SYMBOL_GPL vmlinux 0xa92e3217 mnt_user_ns +EXPORT_SYMBOL_GPL vmlinux 0xa9320d27 ktime_get_seconds +EXPORT_SYMBOL_GPL vmlinux 0xa9493c45 usb_string +EXPORT_SYMBOL_GPL vmlinux 0xa94c89f5 devfreq_event_get_edev_count +EXPORT_SYMBOL_GPL vmlinux 0xa94e85c4 ata_std_qc_defer +EXPORT_SYMBOL_GPL vmlinux 0xa95b5c77 hwmon_sanitize_name +EXPORT_SYMBOL_GPL vmlinux 0xa963bb41 ata_ehi_push_desc +EXPORT_SYMBOL_GPL vmlinux 0xa96c5d82 dev_pm_set_dedicated_wake_irq_reverse +EXPORT_SYMBOL_GPL vmlinux 0xa97064ce phy_driver_is_genphy +EXPORT_SYMBOL_GPL vmlinux 0xa97e8b1c sdio_align_size +EXPORT_SYMBOL_GPL vmlinux 0xa9808aee __fsnotify_inode_delete +EXPORT_SYMBOL_GPL vmlinux 0xa9897c20 fib_nl_newrule +EXPORT_SYMBOL_GPL vmlinux 0xa990642c devlink_dpipe_match_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 0xa9ad785a gpiochip_generic_config +EXPORT_SYMBOL_GPL vmlinux 0xa9ce341e usb_show_dynids +EXPORT_SYMBOL_GPL vmlinux 0xa9d6016a gpiochip_irq_map +EXPORT_SYMBOL_GPL vmlinux 0xa9e574cb uprobe_register_refctr +EXPORT_SYMBOL_GPL vmlinux 0xa9f16460 crypto_unregister_akcipher +EXPORT_SYMBOL_GPL vmlinux 0xaa05b933 mas_empty_area +EXPORT_SYMBOL_GPL vmlinux 0xaa0dbb7d regulator_suspend_disable +EXPORT_SYMBOL_GPL vmlinux 0xaa1758c5 gen_pool_avail +EXPORT_SYMBOL_GPL vmlinux 0xaa180fde mas_expected_entries +EXPORT_SYMBOL_GPL vmlinux 0xaa1a9ff9 hwmon_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0xaa3500b6 iommu_present +EXPORT_SYMBOL_GPL vmlinux 0xaa3da4c6 ata_cable_sata +EXPORT_SYMBOL_GPL vmlinux 0xaa484c5c get_net_ns_by_pid +EXPORT_SYMBOL_GPL vmlinux 0xaa508d20 dax_driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0xaa5a3d0d __blk_req_zone_write_lock +EXPORT_SYMBOL_GPL vmlinux 0xaa5bf91f fsnotify_put_mark +EXPORT_SYMBOL_GPL vmlinux 0xaa644daa spi_get_next_queued_message +EXPORT_SYMBOL_GPL vmlinux 0xaa6a50f9 __static_key_deferred_flush +EXPORT_SYMBOL_GPL vmlinux 0xaa6c717d clk_hw_init_rate_request +EXPORT_SYMBOL_GPL vmlinux 0xaa842591 of_property_read_u32_index +EXPORT_SYMBOL_GPL vmlinux 0xaa87756b __blkg_prfill_rwstat +EXPORT_SYMBOL_GPL vmlinux 0xaa8d8def wakeup_source_remove +EXPORT_SYMBOL_GPL vmlinux 0xaa9207a3 dev_pm_opp_get_sharing_cpus +EXPORT_SYMBOL_GPL vmlinux 0xaa93256a spi_add_device +EXPORT_SYMBOL_GPL vmlinux 0xaa955d3d ata_cable_80wire +EXPORT_SYMBOL_GPL vmlinux 0xaa9aac88 blk_mq_end_request_batch +EXPORT_SYMBOL_GPL vmlinux 0xaaa918c9 ftrace_dump +EXPORT_SYMBOL_GPL vmlinux 0xaaaa5ec9 cpu_latency_qos_remove_request +EXPORT_SYMBOL_GPL vmlinux 0xaaad2d5c bpf_warn_invalid_xdp_action +EXPORT_SYMBOL_GPL vmlinux 0xaaad3382 tpm_is_tpm2 +EXPORT_SYMBOL_GPL vmlinux 0xaab14aef espintcp_queue_out +EXPORT_SYMBOL_GPL vmlinux 0xaab32fed divider_ro_round_rate_parent +EXPORT_SYMBOL_GPL vmlinux 0xaabed25b pci_stop_root_bus +EXPORT_SYMBOL_GPL vmlinux 0xaabfbe79 regulator_suspend_enable +EXPORT_SYMBOL_GPL vmlinux 0xaaee801d sk_msg_trim +EXPORT_SYMBOL_GPL vmlinux 0xab0624f4 iomap_file_buffered_write_punch_delalloc +EXPORT_SYMBOL_GPL vmlinux 0xab11e9d8 sdio_retune_crc_disable +EXPORT_SYMBOL_GPL vmlinux 0xab1307ac driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0xab184061 vcap_del_rules +EXPORT_SYMBOL_GPL vmlinux 0xab3b07f7 ip6_route_lookup +EXPORT_SYMBOL_GPL vmlinux 0xab44ebb0 to_software_node +EXPORT_SYMBOL_GPL vmlinux 0xab6eb941 regulator_irq_helper +EXPORT_SYMBOL_GPL vmlinux 0xab739eb1 sata_link_scr_lpm +EXPORT_SYMBOL_GPL vmlinux 0xab764beb device_set_of_node_from_dev +EXPORT_SYMBOL_GPL vmlinux 0xab7a7d3e start_poll_synchronize_srcu +EXPORT_SYMBOL_GPL vmlinux 0xab869192 iommu_group_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0xab8ac643 regmap_multi_reg_write +EXPORT_SYMBOL_GPL vmlinux 0xabc32508 scsi_host_unblock +EXPORT_SYMBOL_GPL vmlinux 0xabc640f3 list_lru_isolate +EXPORT_SYMBOL_GPL vmlinux 0xabca0ab6 skb_splice_bits +EXPORT_SYMBOL_GPL vmlinux 0xabdf65d3 blk_queue_can_use_dma_map_merging +EXPORT_SYMBOL_GPL vmlinux 0xabf20350 i2c_client_type +EXPORT_SYMBOL_GPL vmlinux 0xac18163e handle_mm_fault +EXPORT_SYMBOL_GPL vmlinux 0xac4f125e iommu_device_sysfs_add +EXPORT_SYMBOL_GPL vmlinux 0xac51d808 regulator_is_enabled_regmap +EXPORT_SYMBOL_GPL vmlinux 0xac6af07e disk_alloc_independent_access_ranges +EXPORT_SYMBOL_GPL vmlinux 0xac6e4dbc agp_remove_bridge +EXPORT_SYMBOL_GPL vmlinux 0xac80803d cgroup_attach_task_all +EXPORT_SYMBOL_GPL vmlinux 0xac894034 usb_unpoison_urb +EXPORT_SYMBOL_GPL vmlinux 0xac917cd1 regulator_list_voltage_linear +EXPORT_SYMBOL_GPL vmlinux 0xac9441d1 usb_get_maximum_speed +EXPORT_SYMBOL_GPL vmlinux 0xaca1bffd __get_task_ioprio +EXPORT_SYMBOL_GPL vmlinux 0xacb4d88c clk_rate_exclusive_put +EXPORT_SYMBOL_GPL vmlinux 0xacc4afdc sk_psock_drop +EXPORT_SYMBOL_GPL vmlinux 0xacd985c3 early_find_capability +EXPORT_SYMBOL_GPL vmlinux 0xacf677d6 evict_inodes +EXPORT_SYMBOL_GPL vmlinux 0xacfdbc32 uart_try_toggle_sysrq +EXPORT_SYMBOL_GPL vmlinux 0xacfe997e powerpc_firmware_features +EXPORT_SYMBOL_GPL vmlinux 0xad02a992 regulator_map_voltage_linear_range +EXPORT_SYMBOL_GPL vmlinux 0xad12bb7a gen_pool_size +EXPORT_SYMBOL_GPL vmlinux 0xad25602f __tracepoint_sched_overutilized_tp +EXPORT_SYMBOL_GPL vmlinux 0xad42dff8 __SCK__tp_func_tcp_bad_csum +EXPORT_SYMBOL_GPL vmlinux 0xad44b183 hwspin_lock_request +EXPORT_SYMBOL_GPL vmlinux 0xad4e6259 remove_cpu +EXPORT_SYMBOL_GPL vmlinux 0xad645234 register_switchdev_notifier +EXPORT_SYMBOL_GPL vmlinux 0xad76a3f0 __SCK__tp_func_neigh_update_done +EXPORT_SYMBOL_GPL vmlinux 0xad79e100 fat_fill_super +EXPORT_SYMBOL_GPL vmlinux 0xad7fc956 regmap_bulk_write +EXPORT_SYMBOL_GPL vmlinux 0xad8bfdab attribute_container_register +EXPORT_SYMBOL_GPL vmlinux 0xad95488f mmu_interval_notifier_insert_locked +EXPORT_SYMBOL_GPL vmlinux 0xad982155 iommu_attach_device +EXPORT_SYMBOL_GPL vmlinux 0xad9f7cf5 sk_clear_memalloc +EXPORT_SYMBOL_GPL vmlinux 0xad9fb247 lwtunnel_valid_encap_type_attr +EXPORT_SYMBOL_GPL vmlinux 0xada38766 dst_cache_destroy +EXPORT_SYMBOL_GPL vmlinux 0xadac613d gpiod_export_link +EXPORT_SYMBOL_GPL vmlinux 0xadd066f0 tty_kclose +EXPORT_SYMBOL_GPL vmlinux 0xadd394b6 fscrypt_set_context +EXPORT_SYMBOL_GPL vmlinux 0xadd6dc14 edac_pci_create_generic_ctl +EXPORT_SYMBOL_GPL vmlinux 0xadd81eb1 dm_bio_get_target_bio_nr +EXPORT_SYMBOL_GPL vmlinux 0xadded484 blk_mq_wait_quiesce_done +EXPORT_SYMBOL_GPL vmlinux 0xade36f60 usb_autopm_get_interface_async +EXPORT_SYMBOL_GPL vmlinux 0xade5339b hte_get_clk_src_info +EXPORT_SYMBOL_GPL vmlinux 0xadf6ae9d irq_get_domain_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0xae01217a mpi_write_to_sgl +EXPORT_SYMBOL_GPL vmlinux 0xae1051b0 net_cls_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0xae21b34a vcap_addr_keysets +EXPORT_SYMBOL_GPL vmlinux 0xae2ae416 watchdog_notify_pretimeout +EXPORT_SYMBOL_GPL vmlinux 0xae2b739f of_irq_parse_one +EXPORT_SYMBOL_GPL vmlinux 0xae2c412e ata_bmdma_status +EXPORT_SYMBOL_GPL vmlinux 0xae30769f switchdev_bridge_port_offload +EXPORT_SYMBOL_GPL vmlinux 0xae350bea perf_event_release_kernel +EXPORT_SYMBOL_GPL vmlinux 0xae39f80e dst_cache_init +EXPORT_SYMBOL_GPL vmlinux 0xae3dd931 debugfs_create_dir +EXPORT_SYMBOL_GPL vmlinux 0xae439a43 pcim_doe_create_mb +EXPORT_SYMBOL_GPL vmlinux 0xae43f15b wm8350_read_auxadc +EXPORT_SYMBOL_GPL vmlinux 0xae442152 dawr_force_enable +EXPORT_SYMBOL_GPL vmlinux 0xae485f3c vfs_setlease +EXPORT_SYMBOL_GPL vmlinux 0xae4bb359 tcp_is_ulp_esp +EXPORT_SYMBOL_GPL vmlinux 0xae641523 clk_mux_val_to_index +EXPORT_SYMBOL_GPL vmlinux 0xae64f1dd __tracepoint_block_bio_remap +EXPORT_SYMBOL_GPL vmlinux 0xae69b1c1 usermodehelper_read_unlock +EXPORT_SYMBOL_GPL vmlinux 0xae6ece66 folio_invalidate +EXPORT_SYMBOL_GPL vmlinux 0xae7775aa ata_std_postreset +EXPORT_SYMBOL_GPL vmlinux 0xae7c231d mpi_cmp +EXPORT_SYMBOL_GPL vmlinux 0xae87cad0 memstart_addr +EXPORT_SYMBOL_GPL vmlinux 0xae91eac5 __xas_prev +EXPORT_SYMBOL_GPL vmlinux 0xae9dffee devm_kmalloc +EXPORT_SYMBOL_GPL vmlinux 0xae9e8326 spi_register_controller +EXPORT_SYMBOL_GPL vmlinux 0xaea7f1ef devlink_sb_unregister +EXPORT_SYMBOL_GPL vmlinux 0xaeb5fd60 devm_gpiod_get_from_of_node +EXPORT_SYMBOL_GPL vmlinux 0xaebaebef pci_msi_mask_irq +EXPORT_SYMBOL_GPL vmlinux 0xaec9921f hash_page +EXPORT_SYMBOL_GPL vmlinux 0xaecfe128 da9052_enable_irq +EXPORT_SYMBOL_GPL vmlinux 0xaede5323 iov_iter_is_aligned +EXPORT_SYMBOL_GPL vmlinux 0xaeee3fdf __pm_relax +EXPORT_SYMBOL_GPL vmlinux 0xaef5547c vfs_cancel_lock +EXPORT_SYMBOL_GPL vmlinux 0xaf076aec nd_fletcher64 +EXPORT_SYMBOL_GPL vmlinux 0xaf0a78a0 rtc_update_irq +EXPORT_SYMBOL_GPL vmlinux 0xaf19622f ata_sff_port_intr +EXPORT_SYMBOL_GPL vmlinux 0xaf1e10da opal_int_set_mfrr +EXPORT_SYMBOL_GPL vmlinux 0xaf28f627 devfreq_cooling_register +EXPORT_SYMBOL_GPL vmlinux 0xaf3a44e9 __SCK__tp_func_sched_overutilized_tp +EXPORT_SYMBOL_GPL vmlinux 0xaf3a58f1 devl_dpipe_table_unregister +EXPORT_SYMBOL_GPL vmlinux 0xaf3cbbf2 cpufreq_freq_transition_begin +EXPORT_SYMBOL_GPL vmlinux 0xaf4014ff usb_amd_quirk_pll_check +EXPORT_SYMBOL_GPL vmlinux 0xaf572350 ata_host_put +EXPORT_SYMBOL_GPL vmlinux 0xaf5944df of_pci_get_devfn +EXPORT_SYMBOL_GPL vmlinux 0xaf686e17 ata_sas_port_destroy +EXPORT_SYMBOL_GPL vmlinux 0xaf6929ad pci_user_read_config_byte +EXPORT_SYMBOL_GPL vmlinux 0xaf6dc879 get_task_mm +EXPORT_SYMBOL_GPL vmlinux 0xaf793668 __alloc_percpu_gfp +EXPORT_SYMBOL_GPL vmlinux 0xaf852873 cpuidle_register_device +EXPORT_SYMBOL_GPL vmlinux 0xaf8e9b9b tpm_put_ops +EXPORT_SYMBOL_GPL vmlinux 0xaf9095e4 vcap_find_admin +EXPORT_SYMBOL_GPL vmlinux 0xaf9a6dbc fwnode_get_phy_mode +EXPORT_SYMBOL_GPL vmlinux 0xafb13149 devres_add +EXPORT_SYMBOL_GPL vmlinux 0xafbe6c9e kvmppc_hwrng_present +EXPORT_SYMBOL_GPL vmlinux 0xafca15f6 debugfs_attr_write_signed +EXPORT_SYMBOL_GPL vmlinux 0xafd3542e pci_hp_add_bridge +EXPORT_SYMBOL_GPL vmlinux 0xafdad22d devlink_dpipe_entry_ctx_append +EXPORT_SYMBOL_GPL vmlinux 0xafdd7a90 usb_set_configuration +EXPORT_SYMBOL_GPL vmlinux 0xafddd545 ata_id_c_string +EXPORT_SYMBOL_GPL vmlinux 0xafe236ad wwan_register_ops +EXPORT_SYMBOL_GPL vmlinux 0xafeb58c1 __SCK__tp_func_io_page_fault +EXPORT_SYMBOL_GPL vmlinux 0xb015a1da nfnl_ct_hook +EXPORT_SYMBOL_GPL vmlinux 0xb028563b pfn_to_online_page +EXPORT_SYMBOL_GPL vmlinux 0xb02a252a gpiochip_irq_domain_deactivate +EXPORT_SYMBOL_GPL vmlinux 0xb02e08f2 vmalloc_to_phys +EXPORT_SYMBOL_GPL vmlinux 0xb049a294 __SCK__tp_func_pelt_irq_tp +EXPORT_SYMBOL_GPL vmlinux 0xb06634ec opal_xscom_write +EXPORT_SYMBOL_GPL vmlinux 0xb0747ed2 rcu_cpu_stall_suppress +EXPORT_SYMBOL_GPL vmlinux 0xb077e70a clk_unprepare +EXPORT_SYMBOL_GPL vmlinux 0xb07c1731 usb_put_hcd +EXPORT_SYMBOL_GPL vmlinux 0xb087df4c led_trigger_register +EXPORT_SYMBOL_GPL vmlinux 0xb0b7dacf pcie_aspm_enabled +EXPORT_SYMBOL_GPL vmlinux 0xb0b85f47 ring_buffer_iter_reset +EXPORT_SYMBOL_GPL vmlinux 0xb0c08cc7 mmu_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0xb0cc7398 cpci_hp_register_controller +EXPORT_SYMBOL_GPL vmlinux 0xb0ccbb7f crypto_register_template +EXPORT_SYMBOL_GPL vmlinux 0xb0d1656c gpio_free_array +EXPORT_SYMBOL_GPL vmlinux 0xb0d23232 gpiod_get_raw_value +EXPORT_SYMBOL_GPL vmlinux 0xb0eb6764 tty_port_link_device +EXPORT_SYMBOL_GPL vmlinux 0xb0eea85d yield_to +EXPORT_SYMBOL_GPL vmlinux 0xb0f11ec3 nvmem_cell_read_u32 +EXPORT_SYMBOL_GPL vmlinux 0xb0f73f8e __wake_up_locked_sync_key +EXPORT_SYMBOL_GPL vmlinux 0xb10d964d devlink_fmsg_pair_nest_end +EXPORT_SYMBOL_GPL vmlinux 0xb10da350 spi_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0xb11d9000 tty_dev_name_to_number +EXPORT_SYMBOL_GPL vmlinux 0xb11e30e7 clk_hw_unregister_gate +EXPORT_SYMBOL_GPL vmlinux 0xb11fc00a agp_add_bridge +EXPORT_SYMBOL_GPL vmlinux 0xb122c318 irq_work_queue +EXPORT_SYMBOL_GPL vmlinux 0xb12d3357 vp_modern_get_queue_size +EXPORT_SYMBOL_GPL vmlinux 0xb1394303 usb_hcd_pci_remove +EXPORT_SYMBOL_GPL vmlinux 0xb13d4412 bpf_map_inc_with_uref +EXPORT_SYMBOL_GPL vmlinux 0xb13e7b01 __pci_hp_initialize +EXPORT_SYMBOL_GPL vmlinux 0xb15e4516 edac_get_sysfs_subsys +EXPORT_SYMBOL_GPL vmlinux 0xb15e9cc4 thermal_zone_get_zone_by_name +EXPORT_SYMBOL_GPL vmlinux 0xb1647fc2 devlink_info_version_running_put +EXPORT_SYMBOL_GPL vmlinux 0xb18a56b2 attribute_container_unregister +EXPORT_SYMBOL_GPL vmlinux 0xb1901cc9 evm_inode_init_security +EXPORT_SYMBOL_GPL vmlinux 0xb199f8cd __root_device_register +EXPORT_SYMBOL_GPL vmlinux 0xb19eb0c6 wm831x_reg_write +EXPORT_SYMBOL_GPL vmlinux 0xb1a514a3 fsnotify_alloc_group +EXPORT_SYMBOL_GPL vmlinux 0xb1a99186 pinmux_generic_get_function_groups +EXPORT_SYMBOL_GPL vmlinux 0xb1baa71a devlink_linecard_provision_fail +EXPORT_SYMBOL_GPL vmlinux 0xb1bed25d dpm_resume_start +EXPORT_SYMBOL_GPL vmlinux 0xb1cc90be gpiod_set_raw_array_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0xb1e1d70f usb_get_urb +EXPORT_SYMBOL_GPL vmlinux 0xb1e25684 __trace_bputs +EXPORT_SYMBOL_GPL vmlinux 0xb1f50088 component_compare_dev_name +EXPORT_SYMBOL_GPL vmlinux 0xb1fc1782 pci_speed_string +EXPORT_SYMBOL_GPL vmlinux 0xb2003993 filemap_add_folio +EXPORT_SYMBOL_GPL vmlinux 0xb200664f mmc_send_tuning +EXPORT_SYMBOL_GPL vmlinux 0xb20f19f5 tcp_sendpage_locked +EXPORT_SYMBOL_GPL vmlinux 0xb2160b57 iommu_get_domain_for_dev_pasid +EXPORT_SYMBOL_GPL vmlinux 0xb21d00c6 hte_ts_put +EXPORT_SYMBOL_GPL vmlinux 0xb2210d64 reset_control_deassert +EXPORT_SYMBOL_GPL vmlinux 0xb2266cab dw_pcie_find_capability +EXPORT_SYMBOL_GPL vmlinux 0xb22d264d clk_bulk_get_optional +EXPORT_SYMBOL_GPL vmlinux 0xb23b7691 start_poll_synchronize_rcu_full +EXPORT_SYMBOL_GPL vmlinux 0xb23dbe6c hte_ts_get +EXPORT_SYMBOL_GPL vmlinux 0xb23ff82d devm_clk_bulk_get_all +EXPORT_SYMBOL_GPL vmlinux 0xb2405efc secure_tcp_seq +EXPORT_SYMBOL_GPL vmlinux 0xb24ec012 pinctrl_utils_free_map +EXPORT_SYMBOL_GPL vmlinux 0xb26a1add elfcorehdr_addr +EXPORT_SYMBOL_GPL vmlinux 0xb272db71 balloon_page_list_enqueue +EXPORT_SYMBOL_GPL vmlinux 0xb27b6d38 vcap_keyset_name +EXPORT_SYMBOL_GPL vmlinux 0xb281829e debugfs_attr_write +EXPORT_SYMBOL_GPL vmlinux 0xb29533ee zs_malloc +EXPORT_SYMBOL_GPL vmlinux 0xb297c819 register_pernet_subsys +EXPORT_SYMBOL_GPL vmlinux 0xb29ca9c5 perf_aux_output_begin +EXPORT_SYMBOL_GPL vmlinux 0xb2a653fc confirm_error_lock +EXPORT_SYMBOL_GPL vmlinux 0xb2a98045 synth_event_add_next_val +EXPORT_SYMBOL_GPL vmlinux 0xb2ac8300 switchdev_handle_port_obj_del +EXPORT_SYMBOL_GPL vmlinux 0xb2b1c675 regcache_cache_only +EXPORT_SYMBOL_GPL vmlinux 0xb2b84228 kgdb_unregister_io_module +EXPORT_SYMBOL_GPL vmlinux 0xb2bca17a gpiod_export +EXPORT_SYMBOL_GPL vmlinux 0xb2bd7f5f crypto_register_scomps +EXPORT_SYMBOL_GPL vmlinux 0xb2c1732e rcu_gp_set_torture_wait +EXPORT_SYMBOL_GPL vmlinux 0xb2d62c2c vcap_is_next_lookup +EXPORT_SYMBOL_GPL vmlinux 0xb2de5a97 dax_region_put +EXPORT_SYMBOL_GPL vmlinux 0xb2e21b6b wm8350_reg_read +EXPORT_SYMBOL_GPL vmlinux 0xb2e764e8 suspend_valid_only_mem +EXPORT_SYMBOL_GPL vmlinux 0xb2f3daaa cpuidle_get_driver +EXPORT_SYMBOL_GPL vmlinux 0xb2fa093e blk_mq_map_queues +EXPORT_SYMBOL_GPL vmlinux 0xb2fd97c4 crypto_register_skcipher +EXPORT_SYMBOL_GPL vmlinux 0xb30054b6 usb_hcd_amd_remote_wakeup_quirk +EXPORT_SYMBOL_GPL vmlinux 0xb307c909 devlink_fmsg_u64_pair_put +EXPORT_SYMBOL_GPL vmlinux 0xb33e2f35 of_property_read_variable_u64_array +EXPORT_SYMBOL_GPL vmlinux 0xb34dda6e scsi_template_proc_dir +EXPORT_SYMBOL_GPL vmlinux 0xb35732b0 nvmem_device_get +EXPORT_SYMBOL_GPL vmlinux 0xb35861d2 trace_get_event_file +EXPORT_SYMBOL_GPL vmlinux 0xb37504bf of_mm_gpiochip_add_data +EXPORT_SYMBOL_GPL vmlinux 0xb37cfb8e led_sysfs_disable +EXPORT_SYMBOL_GPL vmlinux 0xb37e4470 proc_create_net_single_write +EXPORT_SYMBOL_GPL vmlinux 0xb37ebb26 alloc_page_buffers +EXPORT_SYMBOL_GPL vmlinux 0xb38a2cf8 sysfs_create_files +EXPORT_SYMBOL_GPL vmlinux 0xb3920276 of_phandle_args_to_fwspec +EXPORT_SYMBOL_GPL vmlinux 0xb39aca9f blocking_notifier_chain_unregister +EXPORT_SYMBOL_GPL vmlinux 0xb39c1c08 sysfs_add_file_to_group +EXPORT_SYMBOL_GPL vmlinux 0xb39d9d62 io_uring_cmd_done +EXPORT_SYMBOL_GPL vmlinux 0xb3a45480 __traceiter_neigh_timer_handler +EXPORT_SYMBOL_GPL vmlinux 0xb3aa690a rio_mport_read_config_32 +EXPORT_SYMBOL_GPL vmlinux 0xb3b49db3 of_genpd_remove_last +EXPORT_SYMBOL_GPL vmlinux 0xb3b745f1 __fscrypt_prepare_rename +EXPORT_SYMBOL_GPL vmlinux 0xb3c7561b rio_request_mport_dma +EXPORT_SYMBOL_GPL vmlinux 0xb3c909df usb_ifnum_to_if +EXPORT_SYMBOL_GPL vmlinux 0xb3cb34d0 pci_find_ht_capability +EXPORT_SYMBOL_GPL vmlinux 0xb3d06861 wm831x_set_bits +EXPORT_SYMBOL_GPL vmlinux 0xb3dfec7d usb_deregister_dev +EXPORT_SYMBOL_GPL vmlinux 0xb3e83188 dev_pm_opp_get_freq +EXPORT_SYMBOL_GPL vmlinux 0xb3e9d8fb i2c_recover_bus +EXPORT_SYMBOL_GPL vmlinux 0xb3ea70e5 io_uring_cmd_import_fixed +EXPORT_SYMBOL_GPL vmlinux 0xb3fd8fe6 kernel_read_file_from_path +EXPORT_SYMBOL_GPL vmlinux 0xb402a6f2 kthread_unpark +EXPORT_SYMBOL_GPL vmlinux 0xb407a193 vma_kernel_pagesize +EXPORT_SYMBOL_GPL vmlinux 0xb40a4e60 da903x_writes +EXPORT_SYMBOL_GPL vmlinux 0xb416bc0f vas_rx_win_open +EXPORT_SYMBOL_GPL vmlinux 0xb43f9365 ktime_get +EXPORT_SYMBOL_GPL vmlinux 0xb4463846 securityfs_remove +EXPORT_SYMBOL_GPL vmlinux 0xb44de8c0 rio_dma_prep_xfer +EXPORT_SYMBOL_GPL vmlinux 0xb44e18ea audit_enabled +EXPORT_SYMBOL_GPL vmlinux 0xb4535b10 devfreq_get_devfreq_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0xb473415c da903x_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0xb488588e tb_to_ns +EXPORT_SYMBOL_GPL vmlinux 0xb48f0638 software_node_register +EXPORT_SYMBOL_GPL vmlinux 0xb493238f virtqueue_get_used_addr +EXPORT_SYMBOL_GPL vmlinux 0xb4a9653e udp_cmsg_send +EXPORT_SYMBOL_GPL vmlinux 0xb4b97c90 pvclock_gtod_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0xb4c28b4c ping_close +EXPORT_SYMBOL_GPL vmlinux 0xb4c461e4 regulator_set_current_limit +EXPORT_SYMBOL_GPL vmlinux 0xb4d1a054 ata_bmdma32_port_ops +EXPORT_SYMBOL_GPL vmlinux 0xb4df4c99 nvmem_device_find +EXPORT_SYMBOL_GPL vmlinux 0xb4ea7cf7 kgdb_connected +EXPORT_SYMBOL_GPL vmlinux 0xb4eda0da ring_buffer_event_length +EXPORT_SYMBOL_GPL vmlinux 0xb4eee804 of_dma_simple_xlate +EXPORT_SYMBOL_GPL vmlinux 0xb4f73e50 dma_mmap_noncontiguous +EXPORT_SYMBOL_GPL vmlinux 0xb4f7dba2 klp_get_state +EXPORT_SYMBOL_GPL vmlinux 0xb4ff903d cpu_remove_dev_attr +EXPORT_SYMBOL_GPL vmlinux 0xb501b2df nd_cmd_dimm_desc +EXPORT_SYMBOL_GPL vmlinux 0xb503135d tps6586x_read +EXPORT_SYMBOL_GPL vmlinux 0xb503f6e4 icc_provider_del +EXPORT_SYMBOL_GPL vmlinux 0xb5093dd3 console_list +EXPORT_SYMBOL_GPL vmlinux 0xb50e94c2 spi_mem_get_name +EXPORT_SYMBOL_GPL vmlinux 0xb51fbd64 edac_op_state +EXPORT_SYMBOL_GPL vmlinux 0xb52d7304 tty_buffer_unlock_exclusive +EXPORT_SYMBOL_GPL vmlinux 0xb53af49b key_type_asymmetric +EXPORT_SYMBOL_GPL vmlinux 0xb5491ca3 cpu_add_dev_attr +EXPORT_SYMBOL_GPL vmlinux 0xb55139f6 HUF_readStats +EXPORT_SYMBOL_GPL vmlinux 0xb561c490 mpi_mul +EXPORT_SYMBOL_GPL vmlinux 0xb5994b5a pm_genpd_remove +EXPORT_SYMBOL_GPL vmlinux 0xb5a01a33 irq_get_default_host +EXPORT_SYMBOL_GPL vmlinux 0xb5a04f05 xive_native_has_save_restore +EXPORT_SYMBOL_GPL vmlinux 0xb5aa10af atomic_notifier_chain_unregister +EXPORT_SYMBOL_GPL vmlinux 0xb5ad1d76 led_blink_set_oneshot +EXPORT_SYMBOL_GPL vmlinux 0xb5ba65a8 devm_memremap_pages +EXPORT_SYMBOL_GPL vmlinux 0xb5c7c927 of_pm_clk_add_clk +EXPORT_SYMBOL_GPL vmlinux 0xb5e02e77 scsi_target_block +EXPORT_SYMBOL_GPL vmlinux 0xb5ece03f gpiod_disable_hw_timestamp_ns +EXPORT_SYMBOL_GPL vmlinux 0xb605a9c8 iommu_tce_table_get +EXPORT_SYMBOL_GPL vmlinux 0xb606c4a9 xhci_get_ep_ctx +EXPORT_SYMBOL_GPL vmlinux 0xb6084be0 devm_usb_get_phy_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0xb60a0ad2 ata_platform_remove_one +EXPORT_SYMBOL_GPL vmlinux 0xb60b5707 of_i8042_aux_irq +EXPORT_SYMBOL_GPL vmlinux 0xb6194873 __traceiter_napi_poll +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 0xb643c250 xics_wake_cpu +EXPORT_SYMBOL_GPL vmlinux 0xb6490b11 pnv_power9_force_smt4_release +EXPORT_SYMBOL_GPL vmlinux 0xb651b529 crypto_aead_decrypt +EXPORT_SYMBOL_GPL vmlinux 0xb655f91b pci_epc_get_next_free_bar +EXPORT_SYMBOL_GPL vmlinux 0xb658a724 irq_setup_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0xb6787346 sfp_unregister_socket +EXPORT_SYMBOL_GPL vmlinux 0xb68235c4 split_page +EXPORT_SYMBOL_GPL vmlinux 0xb6888188 klp_shadow_get_or_alloc +EXPORT_SYMBOL_GPL vmlinux 0xb69afbb0 devlink_linecard_deactivate +EXPORT_SYMBOL_GPL vmlinux 0xb69c44ef eeh_pe_get_state +EXPORT_SYMBOL_GPL vmlinux 0xb69db6a9 ata_sff_postreset +EXPORT_SYMBOL_GPL vmlinux 0xb6a8e5db ohci_resume +EXPORT_SYMBOL_GPL vmlinux 0xb6aa7119 clk_hw_get_rate_range +EXPORT_SYMBOL_GPL vmlinux 0xb6b28514 xas_load +EXPORT_SYMBOL_GPL vmlinux 0xb6ba9d1e badblocks_exit +EXPORT_SYMBOL_GPL vmlinux 0xb6c254de simple_rename_exchange +EXPORT_SYMBOL_GPL vmlinux 0xb6c3584b extcon_set_state +EXPORT_SYMBOL_GPL vmlinux 0xb6d27de6 __tracepoint_ata_bmdma_status +EXPORT_SYMBOL_GPL vmlinux 0xb6e6d99d clk_disable +EXPORT_SYMBOL_GPL vmlinux 0xb6feb8c3 dst_blackhole_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0xb713e0d6 ata_pci_sff_prepare_host +EXPORT_SYMBOL_GPL vmlinux 0xb7236e5c proc_mkdir_data +EXPORT_SYMBOL_GPL vmlinux 0xb72c0679 skb_mpls_pop +EXPORT_SYMBOL_GPL vmlinux 0xb7329c06 clk_set_phase +EXPORT_SYMBOL_GPL vmlinux 0xb733fbf9 devm_ioremap_uc +EXPORT_SYMBOL_GPL vmlinux 0xb73713d7 nvmem_add_cell_lookups +EXPORT_SYMBOL_GPL vmlinux 0xb74c01b6 power_supply_get_drvdata +EXPORT_SYMBOL_GPL vmlinux 0xb74c31cd wwan_remove_port +EXPORT_SYMBOL_GPL vmlinux 0xb7825ceb pci_p2pmem_virt_to_bus +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 0xb7a6bb52 ata_bmdma_stop +EXPORT_SYMBOL_GPL vmlinux 0xb7a9ab1f platform_get_irq_byname +EXPORT_SYMBOL_GPL vmlinux 0xb7ad8a7f phy_remove_lookup +EXPORT_SYMBOL_GPL vmlinux 0xb7c2591e serial8250_read_char +EXPORT_SYMBOL_GPL vmlinux 0xb7c69a63 unregister_vmap_purge_notifier +EXPORT_SYMBOL_GPL vmlinux 0xb7cc0cff __tracepoint_br_fdb_add +EXPORT_SYMBOL_GPL vmlinux 0xb7d17fa0 pgtable_cache +EXPORT_SYMBOL_GPL vmlinux 0xb7d9b6e2 kvmppc_h_remove +EXPORT_SYMBOL_GPL vmlinux 0xb7dc152b dst_cache_get +EXPORT_SYMBOL_GPL vmlinux 0xb7e13584 iomap_finish_ioends +EXPORT_SYMBOL_GPL vmlinux 0xb7e40c57 dev_pm_opp_find_level_exact +EXPORT_SYMBOL_GPL vmlinux 0xb7e413a4 dax_remap_file_range_prep +EXPORT_SYMBOL_GPL vmlinux 0xb7ee7ff3 sysfs_add_device_to_node +EXPORT_SYMBOL_GPL vmlinux 0xb7f11ac7 spi_sync +EXPORT_SYMBOL_GPL vmlinux 0xb803e560 inet_csk_addr2sockaddr +EXPORT_SYMBOL_GPL vmlinux 0xb8059c4c thermal_zone_unbind_cooling_device +EXPORT_SYMBOL_GPL vmlinux 0xb80bd0f9 devm_regulator_put +EXPORT_SYMBOL_GPL vmlinux 0xb80bde55 pci_epc_mem_alloc_addr +EXPORT_SYMBOL_GPL vmlinux 0xb80cebe7 edac_mc_handle_error +EXPORT_SYMBOL_GPL vmlinux 0xb81fd55e watchdog_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0xb8559890 uart_insert_char +EXPORT_SYMBOL_GPL vmlinux 0xb86144e3 __rtnl_link_register +EXPORT_SYMBOL_GPL vmlinux 0xb86c3fb9 input_ff_flush +EXPORT_SYMBOL_GPL vmlinux 0xb8733164 __traceiter_rpm_return_int +EXPORT_SYMBOL_GPL vmlinux 0xb881402b blk_mq_quiesce_queue +EXPORT_SYMBOL_GPL vmlinux 0xb88dbfce irq_set_irqchip_state +EXPORT_SYMBOL_GPL vmlinux 0xb8993fac __tracepoint_remove_device_from_group +EXPORT_SYMBOL_GPL vmlinux 0xb89c0ed0 crypto_stats_rng_generate +EXPORT_SYMBOL_GPL vmlinux 0xb89ce774 gpiochip_get_data +EXPORT_SYMBOL_GPL vmlinux 0xb89e69b1 jump_label_update_timeout +EXPORT_SYMBOL_GPL vmlinux 0xb8b14362 phy_restore_page +EXPORT_SYMBOL_GPL vmlinux 0xb8c53a10 ping_seq_next +EXPORT_SYMBOL_GPL vmlinux 0xb8c55e78 crypto_register_templates +EXPORT_SYMBOL_GPL vmlinux 0xb8c644ab mce_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0xb8ca055a iomap_file_buffered_write +EXPORT_SYMBOL_GPL vmlinux 0xb8cbcd95 watchdog_set_restart_priority +EXPORT_SYMBOL_GPL vmlinux 0xb8cc94e5 xas_init_marks +EXPORT_SYMBOL_GPL vmlinux 0xb8cd3a7f nf_logger_put +EXPORT_SYMBOL_GPL vmlinux 0xb8f0b92e iptunnel_handle_offloads +EXPORT_SYMBOL_GPL vmlinux 0xb8f194a9 tps6586x_write +EXPORT_SYMBOL_GPL vmlinux 0xb8f2eb02 kvmppc_do_h_remove +EXPORT_SYMBOL_GPL vmlinux 0xb90b01b2 hrtimer_forward +EXPORT_SYMBOL_GPL vmlinux 0xb912560d static_key_disable +EXPORT_SYMBOL_GPL vmlinux 0xb9334c28 regmap_exit +EXPORT_SYMBOL_GPL vmlinux 0xb940d90d hte_enable_ts +EXPORT_SYMBOL_GPL vmlinux 0xb9614885 pci_assign_unassigned_bridge_resources +EXPORT_SYMBOL_GPL vmlinux 0xb9681621 xdp_do_flush +EXPORT_SYMBOL_GPL vmlinux 0xb96f2a82 serial8250_rpm_get +EXPORT_SYMBOL_GPL vmlinux 0xb9702dc5 ata_host_alloc +EXPORT_SYMBOL_GPL vmlinux 0xb97227b4 dev_pm_opp_remove_table +EXPORT_SYMBOL_GPL vmlinux 0xb9852d11 __traceiter_mc_event +EXPORT_SYMBOL_GPL vmlinux 0xb994c8c1 regulator_bulk_register_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0xb9993b0e __traceiter_ata_bmdma_setup +EXPORT_SYMBOL_GPL vmlinux 0xb99df747 xive_native_has_queue_state_support +EXPORT_SYMBOL_GPL vmlinux 0xb9a3528a dev_pm_opp_get_max_transition_latency +EXPORT_SYMBOL_GPL vmlinux 0xb9b82b1d blk_rq_unprep_clone +EXPORT_SYMBOL_GPL vmlinux 0xb9b9df41 usb_amd_dev_put +EXPORT_SYMBOL_GPL vmlinux 0xb9c425de register_syscore_ops +EXPORT_SYMBOL_GPL vmlinux 0xb9c6727d kthread_unuse_mm +EXPORT_SYMBOL_GPL vmlinux 0xb9caac2f rt_mutex_lock_killable +EXPORT_SYMBOL_GPL vmlinux 0xb9d025c9 llist_del_first +EXPORT_SYMBOL_GPL vmlinux 0xba0112a8 nfct_btf_struct_access +EXPORT_SYMBOL_GPL vmlinux 0xba158769 rtas_cancel_event_scan +EXPORT_SYMBOL_GPL vmlinux 0xba223baf pinconf_generic_dt_subnode_to_map +EXPORT_SYMBOL_GPL vmlinux 0xba2b7f64 cpufreq_generic_get +EXPORT_SYMBOL_GPL vmlinux 0xba32bf5e sata_pmp_qc_defer_cmd_switch +EXPORT_SYMBOL_GPL vmlinux 0xba3cc72f ip4_datagram_release_cb +EXPORT_SYMBOL_GPL vmlinux 0xba4b1b3d alarm_forward +EXPORT_SYMBOL_GPL vmlinux 0xba59fb59 net_ns_type_operations +EXPORT_SYMBOL_GPL vmlinux 0xba84aa08 devm_regulator_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0xba96b348 phy_10gbit_fec_features +EXPORT_SYMBOL_GPL vmlinux 0xbaa1fe99 sdio_readw +EXPORT_SYMBOL_GPL vmlinux 0xbab12266 serial8250_rx_chars +EXPORT_SYMBOL_GPL vmlinux 0xbab9a9f0 maxim_charger_currents +EXPORT_SYMBOL_GPL vmlinux 0xbac9df29 ip_local_out +EXPORT_SYMBOL_GPL vmlinux 0xbad908c6 scsi_dh_attach +EXPORT_SYMBOL_GPL vmlinux 0xbae718f9 srcu_init_notifier_head +EXPORT_SYMBOL_GPL vmlinux 0xbaf207f1 pci_epf_unbind +EXPORT_SYMBOL_GPL vmlinux 0xbaf22757 kvfree_call_rcu +EXPORT_SYMBOL_GPL vmlinux 0xbaf6850c fsnotify_wait_marks_destroyed +EXPORT_SYMBOL_GPL vmlinux 0xbaf841a7 regulator_unregister +EXPORT_SYMBOL_GPL vmlinux 0xbafabb0e proc_create_net_data +EXPORT_SYMBOL_GPL vmlinux 0xbafcf2ad regmap_register_patch +EXPORT_SYMBOL_GPL vmlinux 0xbb028ad3 rcu_gp_slow_register +EXPORT_SYMBOL_GPL vmlinux 0xbb0ab47b debug_locks +EXPORT_SYMBOL_GPL vmlinux 0xbb24f372 __SCK__tp_func_attach_device_to_domain +EXPORT_SYMBOL_GPL vmlinux 0xbb393088 devm_of_icc_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0xbb40aca0 spi_finalize_current_transfer +EXPORT_SYMBOL_GPL vmlinux 0xbb4146b3 get_completed_synchronize_rcu +EXPORT_SYMBOL_GPL vmlinux 0xbb4a2da0 hwrng_msleep +EXPORT_SYMBOL_GPL vmlinux 0xbb4ef2ba sdio_set_host_pm_flags +EXPORT_SYMBOL_GPL vmlinux 0xbb6508da random_get_entropy_fallback +EXPORT_SYMBOL_GPL vmlinux 0xbb6597a2 filemap_range_has_writeback +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 0xbb8d3e2f lwtunnel_get_encap_size +EXPORT_SYMBOL_GPL vmlinux 0xbb91564f regulator_get_hardware_vsel_register +EXPORT_SYMBOL_GPL vmlinux 0xbbd477df regmap_field_update_bits_base +EXPORT_SYMBOL_GPL vmlinux 0xbbe5611b crc64_rocksoft_update +EXPORT_SYMBOL_GPL vmlinux 0xbbe56404 sprint_OID +EXPORT_SYMBOL_GPL vmlinux 0xbbebf3cf vas_unregister_api_powernv +EXPORT_SYMBOL_GPL vmlinux 0xbc027232 usb_hcd_check_unlink_urb +EXPORT_SYMBOL_GPL vmlinux 0xbc077314 vas_win_close +EXPORT_SYMBOL_GPL vmlinux 0xbc1f24d7 device_link_del +EXPORT_SYMBOL_GPL vmlinux 0xbc2d6c81 usb_put_phy +EXPORT_SYMBOL_GPL vmlinux 0xbc314156 nop_mnt_idmap +EXPORT_SYMBOL_GPL vmlinux 0xbc3e9613 ip_fib_metrics_init +EXPORT_SYMBOL_GPL vmlinux 0xbc3f2cb0 timecounter_cyc2time +EXPORT_SYMBOL_GPL vmlinux 0xbc401143 of_clk_get_parent_count +EXPORT_SYMBOL_GPL vmlinux 0xbc4c28c8 pci_get_dsn +EXPORT_SYMBOL_GPL vmlinux 0xbc6bec66 free_percpu_irq +EXPORT_SYMBOL_GPL vmlinux 0xbc6e564c i2c_of_match_device +EXPORT_SYMBOL_GPL vmlinux 0xbc6ebb77 devm_init_badblocks +EXPORT_SYMBOL_GPL vmlinux 0xbc7f7f04 phy_modify +EXPORT_SYMBOL_GPL vmlinux 0xbc97b99b mbox_chan_txdone +EXPORT_SYMBOL_GPL vmlinux 0xbc9b9698 fsverity_cleanup_inode +EXPORT_SYMBOL_GPL vmlinux 0xbcbc4b94 of_property_read_variable_u32_array +EXPORT_SYMBOL_GPL vmlinux 0xbcbe3339 devlink_set_features +EXPORT_SYMBOL_GPL vmlinux 0xbcc15e75 ktime_get_coarse_with_offset +EXPORT_SYMBOL_GPL vmlinux 0xbcdbcd6b tty_port_tty_hangup +EXPORT_SYMBOL_GPL vmlinux 0xbcdd5b99 iommu_group_set_name +EXPORT_SYMBOL_GPL vmlinux 0xbcf1f0e6 zs_create_pool +EXPORT_SYMBOL_GPL vmlinux 0xbcf48434 seg6_do_srh_inline +EXPORT_SYMBOL_GPL vmlinux 0xbcfc0c89 gpiochip_request_own_desc +EXPORT_SYMBOL_GPL vmlinux 0xbd06f3a9 ata_get_cmd_name +EXPORT_SYMBOL_GPL vmlinux 0xbd0cd5d1 devm_thermal_of_cooling_device_register +EXPORT_SYMBOL_GPL vmlinux 0xbd1504ad trace_event_buffer_commit +EXPORT_SYMBOL_GPL vmlinux 0xbd15fbc5 iommu_unregister_device_fault_handler +EXPORT_SYMBOL_GPL vmlinux 0xbd239994 bio_associate_blkg_from_css +EXPORT_SYMBOL_GPL vmlinux 0xbd2d8f02 klist_add_tail +EXPORT_SYMBOL_GPL vmlinux 0xbd2f2965 pci_bus_resource_n +EXPORT_SYMBOL_GPL vmlinux 0xbd373893 ata_port_pbar_desc +EXPORT_SYMBOL_GPL vmlinux 0xbd38ebe7 phy_destroy +EXPORT_SYMBOL_GPL vmlinux 0xbd3c5c20 blockdev_superblock +EXPORT_SYMBOL_GPL vmlinux 0xbd3fe1e3 disable_hardirq +EXPORT_SYMBOL_GPL vmlinux 0xbd44159f md_submit_discard_bio +EXPORT_SYMBOL_GPL vmlinux 0xbd4a8d31 phy_check_downshift +EXPORT_SYMBOL_GPL vmlinux 0xbd4ae6d3 devm_irq_setup_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0xbd5704ec __tracepoint_xdp_bulk_tx +EXPORT_SYMBOL_GPL vmlinux 0xbd5c23d4 spi_mem_driver_register_with_owner +EXPORT_SYMBOL_GPL vmlinux 0xbd75a02f ping_err +EXPORT_SYMBOL_GPL vmlinux 0xbd7aaaee add_memory +EXPORT_SYMBOL_GPL vmlinux 0xbd8974f6 crypto_stats_kpp_compute_shared_secret +EXPORT_SYMBOL_GPL vmlinux 0xbd91529e skb_partial_csum_set +EXPORT_SYMBOL_GPL vmlinux 0xbda04a91 cond_synchronize_rcu_expedited +EXPORT_SYMBOL_GPL vmlinux 0xbdb72342 __tracepoint_devlink_hwmsg +EXPORT_SYMBOL_GPL vmlinux 0xbdb91156 devm_gpiod_get_array +EXPORT_SYMBOL_GPL vmlinux 0xbdbd349e device_dma_supported +EXPORT_SYMBOL_GPL vmlinux 0xbdda1b5f vmalloc_huge +EXPORT_SYMBOL_GPL vmlinux 0xbe082cfc check_move_unevictable_pages +EXPORT_SYMBOL_GPL vmlinux 0xbe185a99 ata_cable_40wire +EXPORT_SYMBOL_GPL vmlinux 0xbe196ca7 __rio_local_write_config_8 +EXPORT_SYMBOL_GPL vmlinux 0xbe43bd12 bsg_remove_queue +EXPORT_SYMBOL_GPL vmlinux 0xbe47edf2 crypto_comp_decompress +EXPORT_SYMBOL_GPL vmlinux 0xbe517b02 rio_mport_read_config_8 +EXPORT_SYMBOL_GPL vmlinux 0xbe52df1b gpiochip_free_own_desc +EXPORT_SYMBOL_GPL vmlinux 0xbe5f3d94 clear_node_memory_type +EXPORT_SYMBOL_GPL vmlinux 0xbe687e88 wake_up_all_idle_cpus +EXPORT_SYMBOL_GPL vmlinux 0xbe888877 skb_consume_udp +EXPORT_SYMBOL_GPL vmlinux 0xbe96dfd8 of_reconfig_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0xbe9a83d5 dw_pcie_write +EXPORT_SYMBOL_GPL vmlinux 0xbea59373 vcap_rule_add_action_bit +EXPORT_SYMBOL_GPL vmlinux 0xbea5ff1e static_key_initialized +EXPORT_SYMBOL_GPL vmlinux 0xbea63e77 klist_iter_init_node +EXPORT_SYMBOL_GPL vmlinux 0xbeb8a2ad unregister_virtio_driver +EXPORT_SYMBOL_GPL vmlinux 0xbec06b32 inet_csk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0xbec420fc usb_poison_urb +EXPORT_SYMBOL_GPL vmlinux 0xbec58066 blk_mq_sched_try_merge +EXPORT_SYMBOL_GPL vmlinux 0xbec9b75c lwtunnel_xmit +EXPORT_SYMBOL_GPL vmlinux 0xbed100e6 led_classdev_resume +EXPORT_SYMBOL_GPL vmlinux 0xbed248d2 regmap_field_alloc +EXPORT_SYMBOL_GPL vmlinux 0xbedb5d2c fscrypt_add_test_dummy_key +EXPORT_SYMBOL_GPL vmlinux 0xbee06152 blk_queue_max_discard_segments +EXPORT_SYMBOL_GPL vmlinux 0xbef63b50 spi_mem_dirmap_write +EXPORT_SYMBOL_GPL vmlinux 0xbf041102 register_vt_notifier +EXPORT_SYMBOL_GPL vmlinux 0xbf055ee7 blk_mq_free_request +EXPORT_SYMBOL_GPL vmlinux 0xbf0e2354 crypto_alloc_base +EXPORT_SYMBOL_GPL vmlinux 0xbf1cc04b tty_termios_encode_baud_rate +EXPORT_SYMBOL_GPL vmlinux 0xbf1e1fad rio_add_net +EXPORT_SYMBOL_GPL vmlinux 0xbf228494 devm_of_phy_provider_unregister +EXPORT_SYMBOL_GPL vmlinux 0xbf2750b0 pinctrl_utils_add_config +EXPORT_SYMBOL_GPL vmlinux 0xbf2b3191 pm_generic_restore_early +EXPORT_SYMBOL_GPL vmlinux 0xbf2e2e71 housekeeping_enabled +EXPORT_SYMBOL_GPL vmlinux 0xbf314b6a rhashtable_insert_slow +EXPORT_SYMBOL_GPL vmlinux 0xbf3986ce icc_link_destroy +EXPORT_SYMBOL_GPL vmlinux 0xbf4513c3 devlink_linecard_activate +EXPORT_SYMBOL_GPL vmlinux 0xbf57f6f4 exportfs_encode_fh +EXPORT_SYMBOL_GPL vmlinux 0xbf618ca3 regmap_test_bits +EXPORT_SYMBOL_GPL vmlinux 0xbf637302 __crypto_alloc_tfm +EXPORT_SYMBOL_GPL vmlinux 0xbf6ea3fa devm_gpiod_get +EXPORT_SYMBOL_GPL vmlinux 0xbf75292e mutex_lock_io +EXPORT_SYMBOL_GPL vmlinux 0xbf7bff14 nvdimm_bus_register +EXPORT_SYMBOL_GPL vmlinux 0xbf873e2e of_device_compatible_match +EXPORT_SYMBOL_GPL vmlinux 0xbf8a5f33 virtqueue_resize +EXPORT_SYMBOL_GPL vmlinux 0xbf95697e power_supply_charge_behaviour_show +EXPORT_SYMBOL_GPL vmlinux 0xbf9f0d59 fuse_conn_init +EXPORT_SYMBOL_GPL vmlinux 0xbfbc5434 pciserial_resume_ports +EXPORT_SYMBOL_GPL vmlinux 0xbfc69071 samsung_sdi_battery_get_info +EXPORT_SYMBOL_GPL vmlinux 0xbfe5616d tick_broadcast_oneshot_control +EXPORT_SYMBOL_GPL vmlinux 0xbfea2d88 skb_zerocopy_headlen +EXPORT_SYMBOL_GPL vmlinux 0xbff08d42 fuse_dax_cancel_work +EXPORT_SYMBOL_GPL vmlinux 0xbff26e99 crypto_stats_ahash_final +EXPORT_SYMBOL_GPL vmlinux 0xbffe384b regulator_set_bypass_regmap +EXPORT_SYMBOL_GPL vmlinux 0xc02bebb8 thermal_zone_get_slope +EXPORT_SYMBOL_GPL vmlinux 0xc03f8d25 __auxiliary_driver_register +EXPORT_SYMBOL_GPL vmlinux 0xc046de95 sysfs_remove_mount_point +EXPORT_SYMBOL_GPL vmlinux 0xc050d2d9 rt_mutex_unlock +EXPORT_SYMBOL_GPL vmlinux 0xc0536e47 pci_iov_vf_id +EXPORT_SYMBOL_GPL vmlinux 0xc056f5ae pci_user_write_config_dword +EXPORT_SYMBOL_GPL vmlinux 0xc05d649f fib_rule_matchall +EXPORT_SYMBOL_GPL vmlinux 0xc06198b1 hrtimer_start_range_ns +EXPORT_SYMBOL_GPL vmlinux 0xc065a455 cpu_core_index_of_thread +EXPORT_SYMBOL_GPL vmlinux 0xc079988b tty_mode_ioctl +EXPORT_SYMBOL_GPL vmlinux 0xc090c376 net_selftest_get_strings +EXPORT_SYMBOL_GPL vmlinux 0xc09f862f of_mpc8xxx_spi_probe +EXPORT_SYMBOL_GPL vmlinux 0xc0a1cb21 phy_modify_changed +EXPORT_SYMBOL_GPL vmlinux 0xc0a96e14 rcu_gp_is_expedited +EXPORT_SYMBOL_GPL vmlinux 0xc0aeade5 tpm_tis_resume +EXPORT_SYMBOL_GPL vmlinux 0xc0b2664d devlink_dpipe_header_ipv4 +EXPORT_SYMBOL_GPL vmlinux 0xc0bd9c53 devm_pm_opp_of_add_table +EXPORT_SYMBOL_GPL vmlinux 0xc0d7caed unregister_pernet_subsys +EXPORT_SYMBOL_GPL vmlinux 0xc0db58a5 debugfs_file_put +EXPORT_SYMBOL_GPL vmlinux 0xc0dcb59e edac_layer_name +EXPORT_SYMBOL_GPL vmlinux 0xc0e8612b fsnotify_add_mark +EXPORT_SYMBOL_GPL vmlinux 0xc0ef2126 blk_mq_queue_inflight +EXPORT_SYMBOL_GPL vmlinux 0xc0f0458a ip_tunnel_unneed_metadata +EXPORT_SYMBOL_GPL vmlinux 0xc0f7170b device_match_name +EXPORT_SYMBOL_GPL vmlinux 0xc104598e pm_runtime_get_if_active +EXPORT_SYMBOL_GPL vmlinux 0xc1086e0c sysrq_toggle_support +EXPORT_SYMBOL_GPL vmlinux 0xc10da97b bpf_prog_sub +EXPORT_SYMBOL_GPL vmlinux 0xc10fddb8 name_to_dev_t +EXPORT_SYMBOL_GPL vmlinux 0xc153e60a __dma_fence_unwrap_merge +EXPORT_SYMBOL_GPL vmlinux 0xc159e686 pinctrl_remove_gpio_range +EXPORT_SYMBOL_GPL vmlinux 0xc171f630 pinctrl_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc1743430 cpuidle_disable_device +EXPORT_SYMBOL_GPL vmlinux 0xc17515d7 usb_hcds_loaded +EXPORT_SYMBOL_GPL vmlinux 0xc17ff329 __traceiter_pelt_thermal_tp +EXPORT_SYMBOL_GPL vmlinux 0xc1aef69a fat_time_fat2unix +EXPORT_SYMBOL_GPL vmlinux 0xc1bc6256 pci_device_is_present +EXPORT_SYMBOL_GPL vmlinux 0xc1d7720c crypto_ahash_finup +EXPORT_SYMBOL_GPL vmlinux 0xc1db574e dev_attr_ncq_prio_enable +EXPORT_SYMBOL_GPL vmlinux 0xc1e3e08f subsys_find_device_by_id +EXPORT_SYMBOL_GPL vmlinux 0xc1e4525e regmap_add_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0xc1e6986e interval_tree_span_iter_first +EXPORT_SYMBOL_GPL vmlinux 0xc1ed8731 task_active_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0xc1ed9c89 cpu_latency_qos_add_request +EXPORT_SYMBOL_GPL vmlinux 0xc1fd0840 phy_10gbit_features +EXPORT_SYMBOL_GPL vmlinux 0xc20c1951 vp_legacy_set_features +EXPORT_SYMBOL_GPL vmlinux 0xc20df694 fscrypt_prepare_symlink +EXPORT_SYMBOL_GPL vmlinux 0xc22a3091 vm_unmap_aliases +EXPORT_SYMBOL_GPL vmlinux 0xc2368ea5 ata_xfer_mask2mode +EXPORT_SYMBOL_GPL vmlinux 0xc2410b47 devm_pm_opp_set_config +EXPORT_SYMBOL_GPL vmlinux 0xc24a79c1 serdev_device_get_tiocm +EXPORT_SYMBOL_GPL vmlinux 0xc24e4b9a sock_map_destroy +EXPORT_SYMBOL_GPL vmlinux 0xc2544ce3 pstore_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc2570d60 phy_set_media +EXPORT_SYMBOL_GPL vmlinux 0xc2692173 wakeup_sources_read_lock +EXPORT_SYMBOL_GPL vmlinux 0xc26aa8df tcp_ca_openreq_child +EXPORT_SYMBOL_GPL vmlinux 0xc26f1b9e ata_sff_tf_load +EXPORT_SYMBOL_GPL vmlinux 0xc27b9c1d put_pid +EXPORT_SYMBOL_GPL vmlinux 0xc281cdb6 __devm_spi_alloc_controller +EXPORT_SYMBOL_GPL vmlinux 0xc289e46d cpufreq_generic_frequency_table_verify +EXPORT_SYMBOL_GPL vmlinux 0xc29dfa26 da903x_set_bits +EXPORT_SYMBOL_GPL vmlinux 0xc2a583d6 fib_nexthop_info +EXPORT_SYMBOL_GPL vmlinux 0xc2a814db tcp_memory_pressure +EXPORT_SYMBOL_GPL vmlinux 0xc2a8ae6f gpiochip_line_is_open_source +EXPORT_SYMBOL_GPL vmlinux 0xc2b9773a __tracepoint_neigh_update_done +EXPORT_SYMBOL_GPL vmlinux 0xc2c1c427 perf_event_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0xc2c275ff opal_poll_events +EXPORT_SYMBOL_GPL vmlinux 0xc2c95893 blkcg_root +EXPORT_SYMBOL_GPL vmlinux 0xc2cef5ee srp_rport_del +EXPORT_SYMBOL_GPL vmlinux 0xc2d56cc6 iommu_device_register +EXPORT_SYMBOL_GPL vmlinux 0xc2d6c4ee mctrl_gpio_init_noauto +EXPORT_SYMBOL_GPL vmlinux 0xc2d89086 devres_open_group +EXPORT_SYMBOL_GPL vmlinux 0xc2d995f8 devm_led_classdev_register_ext +EXPORT_SYMBOL_GPL vmlinux 0xc2de3124 devm_nvmem_device_put +EXPORT_SYMBOL_GPL vmlinux 0xc2ed0b6c memunmap_pages +EXPORT_SYMBOL_GPL vmlinux 0xc2f01e04 fb_deferred_io_fsync +EXPORT_SYMBOL_GPL vmlinux 0xc2fac95f regulator_get_voltage_rdev +EXPORT_SYMBOL_GPL vmlinux 0xc30e3603 get_governor_parent_kobj +EXPORT_SYMBOL_GPL vmlinux 0xc33a23bb tcp_bpf_sendmsg_redir +EXPORT_SYMBOL_GPL vmlinux 0xc33ea94a dev_pm_opp_put_opp_table +EXPORT_SYMBOL_GPL vmlinux 0xc341ae6d zs_map_object +EXPORT_SYMBOL_GPL vmlinux 0xc3497526 finish_rcuwait +EXPORT_SYMBOL_GPL vmlinux 0xc34bb666 sch_frag_xmit_hook +EXPORT_SYMBOL_GPL vmlinux 0xc34e0626 vp_modern_get_queue_reset +EXPORT_SYMBOL_GPL vmlinux 0xc369da46 devm_gpiod_put +EXPORT_SYMBOL_GPL vmlinux 0xc3708747 trace_vprintk +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 0xc39af01f usb_unlink_urb +EXPORT_SYMBOL_GPL vmlinux 0xc39c3900 serdev_device_remove +EXPORT_SYMBOL_GPL vmlinux 0xc3a1930c strp_check_rcv +EXPORT_SYMBOL_GPL vmlinux 0xc3a23698 nvmem_cell_read_variable_le_u64 +EXPORT_SYMBOL_GPL vmlinux 0xc3b9f45b tty_init_termios +EXPORT_SYMBOL_GPL vmlinux 0xc3ba436d reset_simple_ops +EXPORT_SYMBOL_GPL vmlinux 0xc3bff61d subsys_interface_register +EXPORT_SYMBOL_GPL vmlinux 0xc3c4c6cc hash_algo_name +EXPORT_SYMBOL_GPL vmlinux 0xc3dcc40b of_irq_get_byname +EXPORT_SYMBOL_GPL vmlinux 0xc3de65ff ring_buffer_bytes_cpu +EXPORT_SYMBOL_GPL vmlinux 0xc3ea5305 iommu_default_passthrough +EXPORT_SYMBOL_GPL vmlinux 0xc412fdf3 radix__flush_all_lpid +EXPORT_SYMBOL_GPL vmlinux 0xc4143aba cpufreq_cpu_put +EXPORT_SYMBOL_GPL vmlinux 0xc417055a crypto_unregister_rngs +EXPORT_SYMBOL_GPL vmlinux 0xc421120e devm_hwspin_lock_request_specific +EXPORT_SYMBOL_GPL vmlinux 0xc426c51f klp_shadow_free_all +EXPORT_SYMBOL_GPL vmlinux 0xc428068d sata_deb_timing_long +EXPORT_SYMBOL_GPL vmlinux 0xc42ab296 irq_gc_unmask_enable_reg +EXPORT_SYMBOL_GPL vmlinux 0xc42dbf2a vcap_rule_mod_key_u32 +EXPORT_SYMBOL_GPL vmlinux 0xc44992ee devlink_param_driverinit_value_get +EXPORT_SYMBOL_GPL vmlinux 0xc44afc48 pse_ethtool_set_config +EXPORT_SYMBOL_GPL vmlinux 0xc44b9c84 devl_resources_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc45170ad __bio_release_pages +EXPORT_SYMBOL_GPL vmlinux 0xc451b067 led_sysfs_enable +EXPORT_SYMBOL_GPL vmlinux 0xc4541900 fsnotify +EXPORT_SYMBOL_GPL vmlinux 0xc454fc7b twl_get_type +EXPORT_SYMBOL_GPL vmlinux 0xc46324f6 dynevent_create +EXPORT_SYMBOL_GPL vmlinux 0xc46b5e00 btree_merge +EXPORT_SYMBOL_GPL vmlinux 0xc46d32eb irq_domain_associate +EXPORT_SYMBOL_GPL vmlinux 0xc471c67a twl4030_audio_disable_resource +EXPORT_SYMBOL_GPL vmlinux 0xc47a90b9 bpf_fentry_test1 +EXPORT_SYMBOL_GPL vmlinux 0xc47cc930 __strp_unpause +EXPORT_SYMBOL_GPL vmlinux 0xc47e10b3 ata_host_init +EXPORT_SYMBOL_GPL vmlinux 0xc480aae9 ncsi_vlan_rx_add_vid +EXPORT_SYMBOL_GPL vmlinux 0xc48e4c3d gpiod_set_array_value +EXPORT_SYMBOL_GPL vmlinux 0xc4934535 transport_class_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc49733ff init_dummy_netdev +EXPORT_SYMBOL_GPL vmlinux 0xc498bdc9 devlink_register +EXPORT_SYMBOL_GPL vmlinux 0xc4a31146 rdma_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0xc4a72936 trusted_tpm_send +EXPORT_SYMBOL_GPL vmlinux 0xc4b0dc7e __sk_flush_backlog +EXPORT_SYMBOL_GPL vmlinux 0xc4c38e05 pcie_bus_configure_settings +EXPORT_SYMBOL_GPL vmlinux 0xc4e8fef9 usb_sg_wait +EXPORT_SYMBOL_GPL vmlinux 0xc4ecbc98 clk_hw_unregister_mux +EXPORT_SYMBOL_GPL vmlinux 0xc4f0da12 ktime_get_with_offset +EXPORT_SYMBOL_GPL vmlinux 0xc4fa33a3 skcipher_walk_done +EXPORT_SYMBOL_GPL vmlinux 0xc5096481 ata_sff_exec_command +EXPORT_SYMBOL_GPL vmlinux 0xc528c88b usb_driver_set_configuration +EXPORT_SYMBOL_GPL vmlinux 0xc53197bb of_property_read_variable_u16_array +EXPORT_SYMBOL_GPL vmlinux 0xc534df1f device_attach +EXPORT_SYMBOL_GPL vmlinux 0xc53b9399 umd_unload_blob +EXPORT_SYMBOL_GPL vmlinux 0xc53f8718 devlink_region_create +EXPORT_SYMBOL_GPL vmlinux 0xc54834eb bpf_trace_run4 +EXPORT_SYMBOL_GPL vmlinux 0xc54c43d3 ata_sff_queue_pio_task +EXPORT_SYMBOL_GPL vmlinux 0xc55a12f4 tpmm_chip_alloc +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 0xc57609c5 platform_device_alloc +EXPORT_SYMBOL_GPL vmlinux 0xc5777fca linear_range_get_selector_low_array +EXPORT_SYMBOL_GPL vmlinux 0xc57d80ae __hvc_resize +EXPORT_SYMBOL_GPL vmlinux 0xc58a3ee6 icc_node_destroy +EXPORT_SYMBOL_GPL vmlinux 0xc58abcde wwan_unregister_ops +EXPORT_SYMBOL_GPL vmlinux 0xc591cfa3 ping_queue_rcv_skb +EXPORT_SYMBOL_GPL vmlinux 0xc59a38d5 switchdev_port_obj_add +EXPORT_SYMBOL_GPL vmlinux 0xc5a16f47 rio_mport_initialize +EXPORT_SYMBOL_GPL vmlinux 0xc5a5c678 uart_parse_earlycon +EXPORT_SYMBOL_GPL vmlinux 0xc5abf987 l3mdev_link_scope_lookup +EXPORT_SYMBOL_GPL vmlinux 0xc5b5a3e7 of_genpd_add_subdomain +EXPORT_SYMBOL_GPL vmlinux 0xc5dd8d64 driver_deferred_probe_check_state +EXPORT_SYMBOL_GPL vmlinux 0xc5de6a8c tcp_enter_memory_pressure +EXPORT_SYMBOL_GPL vmlinux 0xc606cd3c boot_cpuid +EXPORT_SYMBOL_GPL vmlinux 0xc61217e8 fscrypt_fname_siphash +EXPORT_SYMBOL_GPL vmlinux 0xc617f82c unregister_oom_notifier +EXPORT_SYMBOL_GPL vmlinux 0xc62443e6 usb_of_has_combined_node +EXPORT_SYMBOL_GPL vmlinux 0xc6250576 ZSTD_isError +EXPORT_SYMBOL_GPL vmlinux 0xc62611e1 scatterwalk_map_and_copy +EXPORT_SYMBOL_GPL vmlinux 0xc6299625 rht_bucket_nested_insert +EXPORT_SYMBOL_GPL vmlinux 0xc6378ed6 fib6_new_table +EXPORT_SYMBOL_GPL vmlinux 0xc63fa008 strp_done +EXPORT_SYMBOL_GPL vmlinux 0xc64b4a3a extcon_get_property +EXPORT_SYMBOL_GPL vmlinux 0xc64b6aa2 register_btf_id_dtor_kfuncs +EXPORT_SYMBOL_GPL vmlinux 0xc64fd66a add_hwgenerator_randomness +EXPORT_SYMBOL_GPL vmlinux 0xc650689e of_usb_host_tpl_support +EXPORT_SYMBOL_GPL vmlinux 0xc660bd47 vfs_truncate +EXPORT_SYMBOL_GPL vmlinux 0xc660ce3a serdev_device_write_flush +EXPORT_SYMBOL_GPL vmlinux 0xc662ecda __tracepoint_br_fdb_external_learn_add +EXPORT_SYMBOL_GPL vmlinux 0xc66b77b1 iommu_group_set_iommudata +EXPORT_SYMBOL_GPL vmlinux 0xc6779093 ring_buffer_record_enable +EXPORT_SYMBOL_GPL vmlinux 0xc682ceb3 ata_sas_scsi_ioctl +EXPORT_SYMBOL_GPL vmlinux 0xc68c41d6 __SCK__tp_func_ata_bmdma_setup +EXPORT_SYMBOL_GPL vmlinux 0xc68d5953 devm_hwspin_lock_request +EXPORT_SYMBOL_GPL vmlinux 0xc695de86 pcie_reset_flr +EXPORT_SYMBOL_GPL vmlinux 0xc696f8fe ata_port_wait_eh +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 0xc6ad0400 devl_trap_groups_register +EXPORT_SYMBOL_GPL vmlinux 0xc6c0a783 generic_access_phys +EXPORT_SYMBOL_GPL vmlinux 0xc6c27c8a relay_close +EXPORT_SYMBOL_GPL vmlinux 0xc6c6d70d sock_diag_destroy +EXPORT_SYMBOL_GPL vmlinux 0xc6ca4241 get_net_ns_by_id +EXPORT_SYMBOL_GPL vmlinux 0xc6d76ef2 pci_msi_unmask_irq +EXPORT_SYMBOL_GPL vmlinux 0xc6e384c0 hvc_instantiate +EXPORT_SYMBOL_GPL vmlinux 0xc6e5bcf3 linear_range_get_selector_within +EXPORT_SYMBOL_GPL vmlinux 0xc6ef354f attribute_container_find_class_device +EXPORT_SYMBOL_GPL vmlinux 0xc6f2e026 regulator_set_voltage_time +EXPORT_SYMBOL_GPL vmlinux 0xc7016112 i2c_client_get_device_id +EXPORT_SYMBOL_GPL vmlinux 0xc70aa0e3 crypto_unregister_kpp +EXPORT_SYMBOL_GPL vmlinux 0xc717b48b usb_mon_register +EXPORT_SYMBOL_GPL vmlinux 0xc7224d2f devl_sb_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc72e2759 pwmchip_remove +EXPORT_SYMBOL_GPL vmlinux 0xc73d01fd i2c_adapter_type +EXPORT_SYMBOL_GPL vmlinux 0xc74e5b97 fwnode_property_present +EXPORT_SYMBOL_GPL vmlinux 0xc7685b60 sched_numa_find_nth_cpu +EXPORT_SYMBOL_GPL vmlinux 0xc769c40d list_lru_walk_one +EXPORT_SYMBOL_GPL vmlinux 0xc76e8128 cpufreq_table_index_unsorted +EXPORT_SYMBOL_GPL vmlinux 0xc7916221 dev_coredumpm +EXPORT_SYMBOL_GPL vmlinux 0xc7919c20 tracepoint_srcu +EXPORT_SYMBOL_GPL vmlinux 0xc79a06c4 ping_unhash +EXPORT_SYMBOL_GPL vmlinux 0xc7a1840e llist_add_batch +EXPORT_SYMBOL_GPL vmlinux 0xc7a2ae7b devm_remove_action +EXPORT_SYMBOL_GPL vmlinux 0xc7a66fd5 pci_scan_child_bus +EXPORT_SYMBOL_GPL vmlinux 0xc7a7e770 clk_bulk_enable +EXPORT_SYMBOL_GPL vmlinux 0xc7b4268e gpiod_get_index_optional +EXPORT_SYMBOL_GPL vmlinux 0xc7c1b6d7 clk_hw_register_fixed_factor +EXPORT_SYMBOL_GPL vmlinux 0xc7c2ab5e tpm2_probe +EXPORT_SYMBOL_GPL vmlinux 0xc7c67445 fwnode_graph_get_remote_port +EXPORT_SYMBOL_GPL vmlinux 0xc7df7c5a gpiod_get_raw_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0xc7e376d4 klist_next +EXPORT_SYMBOL_GPL vmlinux 0xc7e64fc2 asn1_encode_integer +EXPORT_SYMBOL_GPL vmlinux 0xc7ee7265 blk_crypto_evict_key +EXPORT_SYMBOL_GPL vmlinux 0xc7eedba2 usb_hcd_pci_pm_ops +EXPORT_SYMBOL_GPL vmlinux 0xc7f245ec __devm_alloc_percpu +EXPORT_SYMBOL_GPL vmlinux 0xc7fa4aa9 kobj_ns_drop +EXPORT_SYMBOL_GPL vmlinux 0xc80f8e4a devlink_resource_occ_get_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc80f9fdb pm_generic_resume_early +EXPORT_SYMBOL_GPL vmlinux 0xc8142ac5 key_type_logon +EXPORT_SYMBOL_GPL vmlinux 0xc8175d74 __fl6_sock_lookup +EXPORT_SYMBOL_GPL vmlinux 0xc81fe498 devm_usb_get_phy_by_node +EXPORT_SYMBOL_GPL vmlinux 0xc82a913b dst_blackhole_mtu +EXPORT_SYMBOL_GPL vmlinux 0xc82b3a88 __SCK__tp_func_rpm_resume +EXPORT_SYMBOL_GPL vmlinux 0xc82c721f klist_remove +EXPORT_SYMBOL_GPL vmlinux 0xc83debff __class_register +EXPORT_SYMBOL_GPL vmlinux 0xc83e8199 nd_cmd_out_size +EXPORT_SYMBOL_GPL vmlinux 0xc83f9bc6 bus_rescan_devices +EXPORT_SYMBOL_GPL vmlinux 0xc840f3ee pci_epc_init_notify +EXPORT_SYMBOL_GPL vmlinux 0xc846bd5a devm_pm_clk_create +EXPORT_SYMBOL_GPL vmlinux 0xc84f93eb gpiochip_unlock_as_irq +EXPORT_SYMBOL_GPL vmlinux 0xc8594d3d reset_control_acquire +EXPORT_SYMBOL_GPL vmlinux 0xc85c3b10 cxl_update_properties +EXPORT_SYMBOL_GPL vmlinux 0xc86cf550 iommu_device_claim_dma_owner +EXPORT_SYMBOL_GPL vmlinux 0xc8733b6e fwnode_connection_find_match +EXPORT_SYMBOL_GPL vmlinux 0xc87c1478 dev_attr_sw_activity +EXPORT_SYMBOL_GPL vmlinux 0xc8821aed switchdev_handle_fdb_event_to_device +EXPORT_SYMBOL_GPL vmlinux 0xc88abaad sync_blockdev_nowait +EXPORT_SYMBOL_GPL vmlinux 0xc8950e12 vcap_rule_find_keysets +EXPORT_SYMBOL_GPL vmlinux 0xc8a3348f rt_mutex_trylock +EXPORT_SYMBOL_GPL vmlinux 0xc8c0486d trace_remove_event_call +EXPORT_SYMBOL_GPL vmlinux 0xc8c7adde pci_sriov_configure_simple +EXPORT_SYMBOL_GPL vmlinux 0xc8ce1a5b crypto_unregister_skciphers +EXPORT_SYMBOL_GPL vmlinux 0xc8cef68d handle_level_irq +EXPORT_SYMBOL_GPL vmlinux 0xc8d7e8ac software_node_fwnode +EXPORT_SYMBOL_GPL vmlinux 0xc8dbac6f clockevents_register_device +EXPORT_SYMBOL_GPL vmlinux 0xc8ddd5b5 kstrdup_quotable +EXPORT_SYMBOL_GPL vmlinux 0xc8e29046 spi_mem_exec_op +EXPORT_SYMBOL_GPL vmlinux 0xc91fdf58 percpu_ref_is_zero +EXPORT_SYMBOL_GPL vmlinux 0xc92ccd3a component_unbind_all +EXPORT_SYMBOL_GPL vmlinux 0xc93ee1e7 usb_phy_roothub_init +EXPORT_SYMBOL_GPL vmlinux 0xc94afbce tpm_calc_ordinal_duration +EXPORT_SYMBOL_GPL vmlinux 0xc9561772 fb_destroy_modelist +EXPORT_SYMBOL_GPL vmlinux 0xc95de7c5 devlink_port_fini +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 0xc98a4835 usb_wakeup_notification +EXPORT_SYMBOL_GPL vmlinux 0xc9af6ebd clk_hw_register_fractional_divider +EXPORT_SYMBOL_GPL vmlinux 0xc9c50c7e __traceiter_xdp_exception +EXPORT_SYMBOL_GPL vmlinux 0xc9c56873 perf_trace_buf_alloc +EXPORT_SYMBOL_GPL vmlinux 0xc9c6a27a xive_native_set_queue_state +EXPORT_SYMBOL_GPL vmlinux 0xc9cada67 perf_event_enable +EXPORT_SYMBOL_GPL vmlinux 0xc9ceea06 clk_has_parent +EXPORT_SYMBOL_GPL vmlinux 0xc9cf6b83 ata_pci_sff_init_one +EXPORT_SYMBOL_GPL vmlinux 0xc9ec4e21 free_percpu +EXPORT_SYMBOL_GPL vmlinux 0xc9efa74d sched_set_normal +EXPORT_SYMBOL_GPL vmlinux 0xc9f167fb tpm1_do_selftest +EXPORT_SYMBOL_GPL vmlinux 0xc9fd634a usb_role_switch_put +EXPORT_SYMBOL_GPL vmlinux 0xca005995 platform_device_add_resources +EXPORT_SYMBOL_GPL vmlinux 0xca0e7d0b inet6_lookup +EXPORT_SYMBOL_GPL vmlinux 0xca1c6b18 ata_change_queue_depth +EXPORT_SYMBOL_GPL vmlinux 0xca2644a1 pci_device_group +EXPORT_SYMBOL_GPL vmlinux 0xca2f05b5 gpiod_get_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0xca454a34 vt_get_leds +EXPORT_SYMBOL_GPL vmlinux 0xca47a869 virtqueue_get_avail_addr +EXPORT_SYMBOL_GPL vmlinux 0xca4b5c51 idr_remove +EXPORT_SYMBOL_GPL vmlinux 0xca500464 ZSTD_getErrorName +EXPORT_SYMBOL_GPL vmlinux 0xca5e8775 ata_dev_set_feature +EXPORT_SYMBOL_GPL vmlinux 0xca668326 fat_sync_inode +EXPORT_SYMBOL_GPL vmlinux 0xca71a482 rio_release_dma +EXPORT_SYMBOL_GPL vmlinux 0xca7d8764 kthread_freezable_should_stop +EXPORT_SYMBOL_GPL vmlinux 0xca83ab38 dm_copy_name_and_uuid +EXPORT_SYMBOL_GPL vmlinux 0xca87e14c tun_get_socket +EXPORT_SYMBOL_GPL vmlinux 0xca925034 pm_generic_thaw_early +EXPORT_SYMBOL_GPL vmlinux 0xca94bf41 btree_last +EXPORT_SYMBOL_GPL vmlinux 0xca9750a5 regulator_enable +EXPORT_SYMBOL_GPL vmlinux 0xca9a1d5e ring_buffer_free +EXPORT_SYMBOL_GPL vmlinux 0xcaa172d0 mbox_free_channel +EXPORT_SYMBOL_GPL vmlinux 0xcaa3274d scsi_alloc_request +EXPORT_SYMBOL_GPL vmlinux 0xcaa6f746 nf_ct_hook +EXPORT_SYMBOL_GPL vmlinux 0xcaae9fe3 __devm_rtc_register_device +EXPORT_SYMBOL_GPL vmlinux 0xcab91145 iommu_map +EXPORT_SYMBOL_GPL vmlinux 0xcabe04de cpuidle_resume_and_unlock +EXPORT_SYMBOL_GPL vmlinux 0xcac65414 shash_no_setkey +EXPORT_SYMBOL_GPL vmlinux 0xcadab7df blkg_rwstat_exit +EXPORT_SYMBOL_GPL vmlinux 0xcae88d7c __traceiter_xdp_bulk_tx +EXPORT_SYMBOL_GPL vmlinux 0xcaf8924d __regmap_init_mmio_clk +EXPORT_SYMBOL_GPL vmlinux 0xcb1a111d nfs42_ssc_register +EXPORT_SYMBOL_GPL vmlinux 0xcb1b408e bpf_map_inc +EXPORT_SYMBOL_GPL vmlinux 0xcb2bfe2b nvmem_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0xcb31c165 security_inode_setattr +EXPORT_SYMBOL_GPL vmlinux 0xcb376475 do_unregister_con_driver +EXPORT_SYMBOL_GPL vmlinux 0xcb3ed692 driver_for_each_device +EXPORT_SYMBOL_GPL vmlinux 0xcb4528e5 device_property_match_string +EXPORT_SYMBOL_GPL vmlinux 0xcb45b867 __clk_hw_register_fixed_rate +EXPORT_SYMBOL_GPL vmlinux 0xcb561441 mem_dump_obj +EXPORT_SYMBOL_GPL vmlinux 0xcb793db5 irq_chip_release_resources_parent +EXPORT_SYMBOL_GPL vmlinux 0xcbaef272 devl_port_register +EXPORT_SYMBOL_GPL vmlinux 0xcbb01e1b rio_enable_rx_tx_port +EXPORT_SYMBOL_GPL vmlinux 0xcbb05ff9 sysfs_create_groups +EXPORT_SYMBOL_GPL vmlinux 0xcbbbd083 pwm_get_chip_data +EXPORT_SYMBOL_GPL vmlinux 0xcbc24167 srp_release_transport +EXPORT_SYMBOL_GPL vmlinux 0xcbc8f5c3 iommu_group_get +EXPORT_SYMBOL_GPL vmlinux 0xcbcd2dc2 pci_remove_root_bus +EXPORT_SYMBOL_GPL vmlinux 0xcbd85960 ata_sas_slave_configure +EXPORT_SYMBOL_GPL vmlinux 0xcbdc42c7 fuse_dev_alloc_install +EXPORT_SYMBOL_GPL vmlinux 0xcbe56bc2 zs_get_total_pages +EXPORT_SYMBOL_GPL vmlinux 0xcbfe4648 tty_port_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0xcc0267ac serial8250_do_set_mctrl +EXPORT_SYMBOL_GPL vmlinux 0xcc189990 devres_close_group +EXPORT_SYMBOL_GPL vmlinux 0xcc1b0af8 devm_i2c_add_adapter +EXPORT_SYMBOL_GPL vmlinux 0xcc2dbfd8 irq_domain_check_msi_remap +EXPORT_SYMBOL_GPL vmlinux 0xcc39c03e nvmem_unregister +EXPORT_SYMBOL_GPL vmlinux 0xcc492397 eeh_pe_reset +EXPORT_SYMBOL_GPL vmlinux 0xcc4d2fff pci_generic_config_write32 +EXPORT_SYMBOL_GPL vmlinux 0xcc507889 device_set_wakeup_capable +EXPORT_SYMBOL_GPL vmlinux 0xcc57a59a usb_reset_configuration +EXPORT_SYMBOL_GPL vmlinux 0xcc6884a2 tcpv6_prot +EXPORT_SYMBOL_GPL vmlinux 0xcc6b8f24 ip6_datagram_release_cb +EXPORT_SYMBOL_GPL vmlinux 0xcc7006e8 pci_enable_sriov +EXPORT_SYMBOL_GPL vmlinux 0xcc7542c7 iommu_group_remove_device +EXPORT_SYMBOL_GPL vmlinux 0xcc795932 devlink_region_snapshot_id_put +EXPORT_SYMBOL_GPL vmlinux 0xcc7a0256 blk_mark_disk_dead +EXPORT_SYMBOL_GPL vmlinux 0xcc889f94 devm_regmap_add_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0xcc9268fc hwpoison_filter_enable +EXPORT_SYMBOL_GPL vmlinux 0xcc935375 walk_iomem_res_desc +EXPORT_SYMBOL_GPL vmlinux 0xcca032ce devlink_dpipe_entry_ctx_prepare +EXPORT_SYMBOL_GPL vmlinux 0xcca2f4c9 of_clk_set_defaults +EXPORT_SYMBOL_GPL vmlinux 0xcca63059 divider_recalc_rate +EXPORT_SYMBOL_GPL vmlinux 0xccabde6f crc64_rocksoft_generic +EXPORT_SYMBOL_GPL vmlinux 0xccb28e73 dev_forward_skb +EXPORT_SYMBOL_GPL vmlinux 0xccc3fc54 xfrm_output_resume +EXPORT_SYMBOL_GPL vmlinux 0xcccfb2fa sata_deb_timing_hotplug +EXPORT_SYMBOL_GPL vmlinux 0xccd40072 regmap_bulk_read +EXPORT_SYMBOL_GPL vmlinux 0xccd86806 ata_id_string +EXPORT_SYMBOL_GPL vmlinux 0xccdbcf08 serdev_device_open +EXPORT_SYMBOL_GPL vmlinux 0xccdea7e2 blkcg_get_fc_appid +EXPORT_SYMBOL_GPL vmlinux 0xccdf8f36 dev_pm_get_subsys_data +EXPORT_SYMBOL_GPL vmlinux 0xcceaddeb dax_recovery_write +EXPORT_SYMBOL_GPL vmlinux 0xccf52bc9 sfp_upstream_start +EXPORT_SYMBOL_GPL vmlinux 0xccfb9a2d gov_attr_set_get +EXPORT_SYMBOL_GPL vmlinux 0xccff9609 __clocksource_update_freq_scale +EXPORT_SYMBOL_GPL vmlinux 0xcd039333 bpf_prog_get_type_dev +EXPORT_SYMBOL_GPL vmlinux 0xcd2015b8 serdev_device_add +EXPORT_SYMBOL_GPL vmlinux 0xcd238056 pci_user_write_config_byte +EXPORT_SYMBOL_GPL vmlinux 0xcd24e146 hash_digest_size +EXPORT_SYMBOL_GPL vmlinux 0xcd2e42f3 crypto_aes_set_key +EXPORT_SYMBOL_GPL vmlinux 0xcd31524d vcap_copy_rule +EXPORT_SYMBOL_GPL vmlinux 0xcd35a12f usb_put_intf +EXPORT_SYMBOL_GPL vmlinux 0xcd363c9b ip6_route_input_lookup +EXPORT_SYMBOL_GPL vmlinux 0xcd415681 __devm_pci_epc_create +EXPORT_SYMBOL_GPL vmlinux 0xcd5f953a key_type_encrypted +EXPORT_SYMBOL_GPL vmlinux 0xcd696abe ipv6_proxy_select_ident +EXPORT_SYMBOL_GPL vmlinux 0xcd6f2dc9 nf_log_buf_add +EXPORT_SYMBOL_GPL vmlinux 0xcd7a7727 dm_put +EXPORT_SYMBOL_GPL vmlinux 0xcd814c32 percpu_down_write +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 0xcd9f26b4 ata_port_schedule_eh +EXPORT_SYMBOL_GPL vmlinux 0xcdae6315 dpm_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0xcdb5970a pm_runtime_forbid +EXPORT_SYMBOL_GPL vmlinux 0xcdb6adcc ras_userspace_consumers +EXPORT_SYMBOL_GPL vmlinux 0xcdbc513a pci_sriov_set_totalvfs +EXPORT_SYMBOL_GPL vmlinux 0xcdc7c215 pci_find_bus_by_node +EXPORT_SYMBOL_GPL vmlinux 0xcdca3691 nr_irqs +EXPORT_SYMBOL_GPL vmlinux 0xcdd1a841 xive_tima +EXPORT_SYMBOL_GPL vmlinux 0xcddbd4d1 devm_power_supply_register +EXPORT_SYMBOL_GPL vmlinux 0xcdde655f crypto_comp_compress +EXPORT_SYMBOL_GPL vmlinux 0xcde68c42 scsi_mode_select +EXPORT_SYMBOL_GPL vmlinux 0xcdfa90f3 firmware_request_cache +EXPORT_SYMBOL_GPL vmlinux 0xce07686e fscrypt_drop_inode +EXPORT_SYMBOL_GPL vmlinux 0xce100b95 file_ra_state_init +EXPORT_SYMBOL_GPL vmlinux 0xce16923b pci_max_pasids +EXPORT_SYMBOL_GPL vmlinux 0xce2223bb usb_check_int_endpoints +EXPORT_SYMBOL_GPL vmlinux 0xce2eeeba usb_hcd_platform_shutdown +EXPORT_SYMBOL_GPL vmlinux 0xce42ca4f raw_seq_next +EXPORT_SYMBOL_GPL vmlinux 0xce469c21 ata_qc_complete_multiple +EXPORT_SYMBOL_GPL vmlinux 0xce4e80f3 disable_kprobe +EXPORT_SYMBOL_GPL vmlinux 0xce52385e usb_enable_intel_xhci_ports +EXPORT_SYMBOL_GPL vmlinux 0xce599c7f bdev_disk_changed +EXPORT_SYMBOL_GPL vmlinux 0xce6b4328 pwm_request_from_chip +EXPORT_SYMBOL_GPL vmlinux 0xce6db656 rcu_is_watching +EXPORT_SYMBOL_GPL vmlinux 0xce6e3c30 devm_device_add_group +EXPORT_SYMBOL_GPL vmlinux 0xce8b6bbe ptp_classify_raw +EXPORT_SYMBOL_GPL vmlinux 0xce93e80f pci_load_saved_state +EXPORT_SYMBOL_GPL vmlinux 0xce991a64 tpm_transmit_cmd +EXPORT_SYMBOL_GPL vmlinux 0xce9f3bb8 page_cache_async_ra +EXPORT_SYMBOL_GPL vmlinux 0xceb1f126 mpi_read_raw_data +EXPORT_SYMBOL_GPL vmlinux 0xceb3e558 exportfs_decode_fh +EXPORT_SYMBOL_GPL vmlinux 0xceb4b99c klist_prev +EXPORT_SYMBOL_GPL vmlinux 0xced553c2 fwnode_get_phy_node +EXPORT_SYMBOL_GPL vmlinux 0xcedd7962 regulator_get +EXPORT_SYMBOL_GPL vmlinux 0xcee1641c kgdb_unregister_nmi_console +EXPORT_SYMBOL_GPL vmlinux 0xcee32ebe kvmppc_h_read +EXPORT_SYMBOL_GPL vmlinux 0xcee88e7a of_overlay_fdt_apply +EXPORT_SYMBOL_GPL vmlinux 0xcef25f96 tpm_chip_bootstrap +EXPORT_SYMBOL_GPL vmlinux 0xcf012930 vmf_insert_pfn_pmd_prot +EXPORT_SYMBOL_GPL vmlinux 0xcf04e605 genphy_c45_pma_read_abilities +EXPORT_SYMBOL_GPL vmlinux 0xcf133159 alarm_start_relative +EXPORT_SYMBOL_GPL vmlinux 0xcf145dbc phy_restart_aneg +EXPORT_SYMBOL_GPL vmlinux 0xcf150123 ata_sff_lost_interrupt +EXPORT_SYMBOL_GPL vmlinux 0xcf2136bb regmap_noinc_write +EXPORT_SYMBOL_GPL vmlinux 0xcf28e12f vp_legacy_get_features +EXPORT_SYMBOL_GPL vmlinux 0xcf28f55e trace_clock_global +EXPORT_SYMBOL_GPL vmlinux 0xcf346278 gpiod_get_array_optional +EXPORT_SYMBOL_GPL vmlinux 0xcf70fdda ata_bmdma_port_start +EXPORT_SYMBOL_GPL vmlinux 0xcf9be6a0 regulator_disable_regmap +EXPORT_SYMBOL_GPL vmlinux 0xcfa6086f crypto_stats_skcipher_decrypt +EXPORT_SYMBOL_GPL vmlinux 0xcfc41bde iommu_map_sg +EXPORT_SYMBOL_GPL vmlinux 0xcfc5108a devlink_fmsg_u8_pair_put +EXPORT_SYMBOL_GPL vmlinux 0xcfc7b4e4 rcu_barrier_tasks_trace +EXPORT_SYMBOL_GPL vmlinux 0xcfd0f60a msg_zerocopy_realloc +EXPORT_SYMBOL_GPL vmlinux 0xcfdc7775 of_pm_clk_add_clks +EXPORT_SYMBOL_GPL vmlinux 0xcff4a4e3 spi_unregister_controller +EXPORT_SYMBOL_GPL vmlinux 0xd004125b nf_hook_entries_insert_raw +EXPORT_SYMBOL_GPL vmlinux 0xd0186b54 fscrypt_ioctl_remove_key +EXPORT_SYMBOL_GPL vmlinux 0xd01e9fc9 aead_init_geniv +EXPORT_SYMBOL_GPL vmlinux 0xd029cf5e cpufreq_dbs_governor_init +EXPORT_SYMBOL_GPL vmlinux 0xd03eaf4c schedule_hrtimeout_range +EXPORT_SYMBOL_GPL vmlinux 0xd0432b68 usb_alloc_streams +EXPORT_SYMBOL_GPL vmlinux 0xd043d862 irq_generic_chip_ops +EXPORT_SYMBOL_GPL vmlinux 0xd04aedfd __SCK__tp_func_arm_event +EXPORT_SYMBOL_GPL vmlinux 0xd05859db switchdev_handle_port_obj_del_foreign +EXPORT_SYMBOL_GPL vmlinux 0xd05d5ced usb_deregister +EXPORT_SYMBOL_GPL vmlinux 0xd06524ba raw_notifier_chain_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd067bac0 __dev_fwnode_const +EXPORT_SYMBOL_GPL vmlinux 0xd067d3c5 system_freezable_power_efficient_wq +EXPORT_SYMBOL_GPL vmlinux 0xd069567a skcipher_walk_aead_encrypt +EXPORT_SYMBOL_GPL vmlinux 0xd069f8e0 device_property_read_string_array +EXPORT_SYMBOL_GPL vmlinux 0xd07f0679 skcipher_walk_aead_decrypt +EXPORT_SYMBOL_GPL vmlinux 0xd083460e gpiochip_find +EXPORT_SYMBOL_GPL vmlinux 0xd0889c8a gpiod_count +EXPORT_SYMBOL_GPL vmlinux 0xd0922eb9 pm_clk_runtime_resume +EXPORT_SYMBOL_GPL vmlinux 0xd0a451cc crypto_get_default_null_skcipher +EXPORT_SYMBOL_GPL vmlinux 0xd0ba5e6a serdev_device_write +EXPORT_SYMBOL_GPL vmlinux 0xd0bad8c6 tty_find_polling_driver +EXPORT_SYMBOL_GPL vmlinux 0xd0c05159 emergency_restart +EXPORT_SYMBOL_GPL vmlinux 0xd0db0f12 run_dax +EXPORT_SYMBOL_GPL vmlinux 0xd0fcf5e3 ata_dummy_port_info +EXPORT_SYMBOL_GPL vmlinux 0xd1066749 rio_local_set_device_id +EXPORT_SYMBOL_GPL vmlinux 0xd116611c regulator_set_voltage_rdev +EXPORT_SYMBOL_GPL vmlinux 0xd120d558 fscrypt_dio_supported +EXPORT_SYMBOL_GPL vmlinux 0xd132a84a pinctrl_register_and_init +EXPORT_SYMBOL_GPL vmlinux 0xd1481de7 mpi_clear +EXPORT_SYMBOL_GPL vmlinux 0xd14e19fd devm_reset_controller_register +EXPORT_SYMBOL_GPL vmlinux 0xd159586c net_prio_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0xd16a8cef __tracepoint_add_device_to_group +EXPORT_SYMBOL_GPL vmlinux 0xd1a9ca15 __SCK__tp_func_neigh_update +EXPORT_SYMBOL_GPL vmlinux 0xd1b003f3 regulator_is_equal +EXPORT_SYMBOL_GPL vmlinux 0xd1b3f1f8 pci_vpd_alloc +EXPORT_SYMBOL_GPL vmlinux 0xd1b7c9e3 sdio_retune_release +EXPORT_SYMBOL_GPL vmlinux 0xd1bec1ea usb_debug_root +EXPORT_SYMBOL_GPL vmlinux 0xd1c80cc3 tty_buffer_lock_exclusive +EXPORT_SYMBOL_GPL vmlinux 0xd1cbc23c add_timer_on +EXPORT_SYMBOL_GPL vmlinux 0xd1d9df0d device_remove_groups +EXPORT_SYMBOL_GPL vmlinux 0xd1e44629 l3mdev_fib_table_by_index +EXPORT_SYMBOL_GPL vmlinux 0xd1f2eee2 nf_logger_find_get +EXPORT_SYMBOL_GPL vmlinux 0xd1f449ef __traceiter_sched_overutilized_tp +EXPORT_SYMBOL_GPL vmlinux 0xd20ec98a scsi_host_complete_all_commands +EXPORT_SYMBOL_GPL vmlinux 0xd2159436 __ata_ehi_push_desc +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 0xd2200a86 blk_mq_update_nr_hw_queues +EXPORT_SYMBOL_GPL vmlinux 0xd260af0d ring_buffer_write +EXPORT_SYMBOL_GPL vmlinux 0xd273b1b1 __round_jiffies_up_relative +EXPORT_SYMBOL_GPL vmlinux 0xd28000df vfs_removexattr +EXPORT_SYMBOL_GPL vmlinux 0xd2821066 ipv6_opt_accepted +EXPORT_SYMBOL_GPL vmlinux 0xd296b34f ipv4_redirect +EXPORT_SYMBOL_GPL vmlinux 0xd29c1f10 __traceiter_error_report_end +EXPORT_SYMBOL_GPL vmlinux 0xd2a822c7 pseries_reloc_on_exception +EXPORT_SYMBOL_GPL vmlinux 0xd2ab9a14 pinctrl_pm_select_idle_state +EXPORT_SYMBOL_GPL vmlinux 0xd2aecd18 of_irq_get +EXPORT_SYMBOL_GPL vmlinux 0xd2b10a05 ata_timing_find_mode +EXPORT_SYMBOL_GPL vmlinux 0xd2cfb30d wm8350_set_bits +EXPORT_SYMBOL_GPL vmlinux 0xd2d7e59b unregister_platform_power_off +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 0xd325199d ata_bmdma_port_start32 +EXPORT_SYMBOL_GPL vmlinux 0xd3406d0e dm_noflush_suspending +EXPORT_SYMBOL_GPL vmlinux 0xd342ced6 crypto_shash_digest +EXPORT_SYMBOL_GPL vmlinux 0xd348cd94 regmap_can_raw_write +EXPORT_SYMBOL_GPL vmlinux 0xd359e8d0 fuse_request_end +EXPORT_SYMBOL_GPL vmlinux 0xd3605a43 mddev_resume +EXPORT_SYMBOL_GPL vmlinux 0xd360c854 regmap_field_read +EXPORT_SYMBOL_GPL vmlinux 0xd36760ef __usb_get_extra_descriptor +EXPORT_SYMBOL_GPL vmlinux 0xd3684e07 kobject_get_path +EXPORT_SYMBOL_GPL vmlinux 0xd36e9d1e usb_hcd_resume_root_hub +EXPORT_SYMBOL_GPL vmlinux 0xd39e9848 put_itimerspec64 +EXPORT_SYMBOL_GPL vmlinux 0xd3a2eca9 cgroup_path_ns +EXPORT_SYMBOL_GPL vmlinux 0xd3a78925 __traceiter_block_bio_remap +EXPORT_SYMBOL_GPL vmlinux 0xd3afaee8 __traceiter_tcp_bad_csum +EXPORT_SYMBOL_GPL vmlinux 0xd3c44649 regulator_count_voltages +EXPORT_SYMBOL_GPL vmlinux 0xd3c46a5e pci_find_next_ht_capability +EXPORT_SYMBOL_GPL vmlinux 0xd3cf9f64 iomap_dio_bio_end_io +EXPORT_SYMBOL_GPL vmlinux 0xd3d47723 init_user_ns +EXPORT_SYMBOL_GPL vmlinux 0xd3dce176 blk_mq_freeze_queue_wait +EXPORT_SYMBOL_GPL vmlinux 0xd3eae6e4 __tcp_send_ack +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 0xd3fc656f clk_hw_get_name +EXPORT_SYMBOL_GPL vmlinux 0xd3fe9d3d devfreq_event_remove_edev +EXPORT_SYMBOL_GPL vmlinux 0xd4034828 system_freezable_wq +EXPORT_SYMBOL_GPL vmlinux 0xd41b928a dev_pm_qos_expose_flags +EXPORT_SYMBOL_GPL vmlinux 0xd41c5172 cpufreq_generic_attr +EXPORT_SYMBOL_GPL vmlinux 0xd42e2583 pwm_set_chip_data +EXPORT_SYMBOL_GPL vmlinux 0xd42f1d4e show_rcu_tasks_rude_gp_kthread +EXPORT_SYMBOL_GPL vmlinux 0xd44a5eac kgdb_register_nmi_console +EXPORT_SYMBOL_GPL vmlinux 0xd474befe wakeup_sources_walk_start +EXPORT_SYMBOL_GPL vmlinux 0xd4776c5d of_reserved_mem_device_init_by_name +EXPORT_SYMBOL_GPL vmlinux 0xd483388d irq_get_irq_data +EXPORT_SYMBOL_GPL vmlinux 0xd490c840 devlink_health_reporter_create +EXPORT_SYMBOL_GPL vmlinux 0xd4918c28 __traceiter_ata_bmdma_start +EXPORT_SYMBOL_GPL vmlinux 0xd4935851 __SCK__tp_func_suspend_resume +EXPORT_SYMBOL_GPL vmlinux 0xd494d70c blkcg_root_css +EXPORT_SYMBOL_GPL vmlinux 0xd49af49a devm_regulator_register_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0xd4aeaef3 decrementers_next_tb +EXPORT_SYMBOL_GPL vmlinux 0xd4b6157e devlink_health_reporter_recovery_done +EXPORT_SYMBOL_GPL vmlinux 0xd4b9a616 reset_control_bulk_put +EXPORT_SYMBOL_GPL vmlinux 0xd4c14632 system_unbound_wq +EXPORT_SYMBOL_GPL vmlinux 0xd4cbdbe3 __SCK__tp_func_devlink_trap_report +EXPORT_SYMBOL_GPL vmlinux 0xd4d015eb buffer_migrate_folio_norefs +EXPORT_SYMBOL_GPL vmlinux 0xd4ddd133 sk_detach_filter +EXPORT_SYMBOL_GPL vmlinux 0xd4de4bba apply_to_existing_page_range +EXPORT_SYMBOL_GPL vmlinux 0xd4df5af3 tty_register_device_attr +EXPORT_SYMBOL_GPL vmlinux 0xd4e6d7e0 linear_range_get_value +EXPORT_SYMBOL_GPL vmlinux 0xd4eea497 input_ff_create +EXPORT_SYMBOL_GPL vmlinux 0xd4f58d3c auxiliary_device_init +EXPORT_SYMBOL_GPL vmlinux 0xd4f6d449 securityfs_create_file +EXPORT_SYMBOL_GPL vmlinux 0xd4fe0f75 anon_transport_class_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd50e4405 blk_update_request +EXPORT_SYMBOL_GPL vmlinux 0xd517d4f3 vfs_set_acl +EXPORT_SYMBOL_GPL vmlinux 0xd51ab45f clk_hw_get_parent_index +EXPORT_SYMBOL_GPL vmlinux 0xd51ea43c fbcon_modechange_possible +EXPORT_SYMBOL_GPL vmlinux 0xd526188b dw_pcie_link_up +EXPORT_SYMBOL_GPL vmlinux 0xd529c774 phy_led_triggers_register +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 0xd5787987 devlink_trap_groups_register +EXPORT_SYMBOL_GPL vmlinux 0xd57897ba unregister_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0xd594f96c platform_bus +EXPORT_SYMBOL_GPL vmlinux 0xd59a1587 linkmode_resolve_pause +EXPORT_SYMBOL_GPL vmlinux 0xd59eb99a mbox_controller_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd5a039f1 fwnode_gpiod_get_index +EXPORT_SYMBOL_GPL vmlinux 0xd5afa49b btree_visitor +EXPORT_SYMBOL_GPL vmlinux 0xd5b92a38 led_trigger_register_simple +EXPORT_SYMBOL_GPL vmlinux 0xd5ca7fc7 register_wide_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0xd5d4e9cf uart_set_options +EXPORT_SYMBOL_GPL vmlinux 0xd5dc8156 irq_domain_create_legacy +EXPORT_SYMBOL_GPL vmlinux 0xd5df08d8 folio_add_wait_queue +EXPORT_SYMBOL_GPL vmlinux 0xd5f10022 rio_route_get_entry +EXPORT_SYMBOL_GPL vmlinux 0xd5f50183 __pm_runtime_suspend +EXPORT_SYMBOL_GPL vmlinux 0xd5f8a0a2 pkcs7_validate_trust +EXPORT_SYMBOL_GPL vmlinux 0xd606847f swapcache_mapping +EXPORT_SYMBOL_GPL vmlinux 0xd60fb711 regulator_enable_regmap +EXPORT_SYMBOL_GPL vmlinux 0xd621fc5a klp_enable_patch +EXPORT_SYMBOL_GPL vmlinux 0xd62b92a4 usb_unpoison_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0xd62ea3c1 edac_device_free_ctl_info +EXPORT_SYMBOL_GPL vmlinux 0xd641b790 srcu_notifier_chain_register +EXPORT_SYMBOL_GPL vmlinux 0xd6448b3c blk_mq_quiesce_tagset +EXPORT_SYMBOL_GPL vmlinux 0xd64e2a38 dm_per_bio_data +EXPORT_SYMBOL_GPL vmlinux 0xd64ed259 __memcat_p +EXPORT_SYMBOL_GPL vmlinux 0xd653b126 sched_clock +EXPORT_SYMBOL_GPL vmlinux 0xd665efbf devm_gpiod_unhinge +EXPORT_SYMBOL_GPL vmlinux 0xd66e6258 virtqueue_enable_cb_delayed +EXPORT_SYMBOL_GPL vmlinux 0xd66f0397 make_device_exclusive_range +EXPORT_SYMBOL_GPL vmlinux 0xd671d7f6 crypto_lookup_template +EXPORT_SYMBOL_GPL vmlinux 0xd67364f7 eventfd_ctx_fdget +EXPORT_SYMBOL_GPL vmlinux 0xd67d61c7 irq_of_parse_and_map +EXPORT_SYMBOL_GPL vmlinux 0xd684d835 bpf_trace_run12 +EXPORT_SYMBOL_GPL vmlinux 0xd6859172 wbt_disable_default +EXPORT_SYMBOL_GPL vmlinux 0xd6a2fc05 key_type_user +EXPORT_SYMBOL_GPL vmlinux 0xd6a42d4a sysfs_create_link +EXPORT_SYMBOL_GPL vmlinux 0xd6a43677 opal_async_release_token +EXPORT_SYMBOL_GPL vmlinux 0xd6aafb42 crc64_rocksoft +EXPORT_SYMBOL_GPL vmlinux 0xd6ac551f devlink_port_type_clear +EXPORT_SYMBOL_GPL vmlinux 0xd6bce619 devm_gpiod_put_array +EXPORT_SYMBOL_GPL vmlinux 0xd6bf625a btree_init_mempool +EXPORT_SYMBOL_GPL vmlinux 0xd6dae79f em_dev_register_perf_domain +EXPORT_SYMBOL_GPL vmlinux 0xd6deca82 is_software_node +EXPORT_SYMBOL_GPL vmlinux 0xd6f05478 pm_genpd_remove_subdomain +EXPORT_SYMBOL_GPL vmlinux 0xd6f54d70 gpiochip_add_pin_range +EXPORT_SYMBOL_GPL vmlinux 0xd6fbb2c6 pcibios_unmap_io_space +EXPORT_SYMBOL_GPL vmlinux 0xd6feefa5 agp_num_entries +EXPORT_SYMBOL_GPL vmlinux 0xd7220f62 of_icc_xlate_onecell +EXPORT_SYMBOL_GPL vmlinux 0xd7293ffc percpu_ref_reinit +EXPORT_SYMBOL_GPL vmlinux 0xd7365035 spi_mem_supports_op +EXPORT_SYMBOL_GPL vmlinux 0xd75b20aa rsa_parse_priv_key +EXPORT_SYMBOL_GPL vmlinux 0xd75bc428 rio_free_net +EXPORT_SYMBOL_GPL vmlinux 0xd7615ef4 crypto_rng_reset +EXPORT_SYMBOL_GPL vmlinux 0xd7621190 rio_lock_device +EXPORT_SYMBOL_GPL vmlinux 0xd768e985 regulator_has_full_constraints +EXPORT_SYMBOL_GPL vmlinux 0xd769502d gpiod_get_from_of_node +EXPORT_SYMBOL_GPL vmlinux 0xd76e4a35 ioremap_phb +EXPORT_SYMBOL_GPL vmlinux 0xd7778a7f nexthop_for_each_fib6_nh +EXPORT_SYMBOL_GPL vmlinux 0xd787d4b7 ata_scsi_queuecmd +EXPORT_SYMBOL_GPL vmlinux 0xd7886630 edac_device_handle_ce_count +EXPORT_SYMBOL_GPL vmlinux 0xd7902295 skb_zerocopy +EXPORT_SYMBOL_GPL vmlinux 0xd79738a9 kthread_flush_worker +EXPORT_SYMBOL_GPL vmlinux 0xd7a15489 page_endio +EXPORT_SYMBOL_GPL vmlinux 0xd7a86ea4 tcp_twsk_purge +EXPORT_SYMBOL_GPL vmlinux 0xd7adee3c devm_regulator_bulk_get_const +EXPORT_SYMBOL_GPL vmlinux 0xd7aea26e kernel_read_file_from_path_initns +EXPORT_SYMBOL_GPL vmlinux 0xd7af5ff8 devfreq_cooling_em_register +EXPORT_SYMBOL_GPL vmlinux 0xd7b61ca2 filemap_read +EXPORT_SYMBOL_GPL vmlinux 0xd7bd6eb7 icc_provider_register +EXPORT_SYMBOL_GPL vmlinux 0xd7c6140f device_store_ulong +EXPORT_SYMBOL_GPL vmlinux 0xd7cea889 edac_mod_work +EXPORT_SYMBOL_GPL vmlinux 0xd7d7f2a7 devlink_port_health_reporter_destroy +EXPORT_SYMBOL_GPL vmlinux 0xd7dae30e devm_regulator_bulk_get_exclusive +EXPORT_SYMBOL_GPL vmlinux 0xd7dccd23 __SCK__tp_func_xhci_dbg_quirks +EXPORT_SYMBOL_GPL vmlinux 0xd7dfbb0c of_get_display_timings +EXPORT_SYMBOL_GPL vmlinux 0xd7f62d23 dev_pm_opp_find_level_ceil +EXPORT_SYMBOL_GPL vmlinux 0xd7fb7210 sk_psock_msg_verdict +EXPORT_SYMBOL_GPL vmlinux 0xd80ce0e5 ip6_sk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0xd81f285b of_phandle_iterator_next +EXPORT_SYMBOL_GPL vmlinux 0xd82eaa94 flush_vsx_to_thread +EXPORT_SYMBOL_GPL vmlinux 0xd84d35bd dax_read_lock +EXPORT_SYMBOL_GPL vmlinux 0xd85ecb4b devm_clk_hw_register_fixed_factor_parent_hw +EXPORT_SYMBOL_GPL vmlinux 0xd87fc0a0 usb_amd_prefetch_quirk +EXPORT_SYMBOL_GPL vmlinux 0xd88bc84b simple_attr_read +EXPORT_SYMBOL_GPL vmlinux 0xd896618b usb_get_phy +EXPORT_SYMBOL_GPL vmlinux 0xd8a22b92 gpiochip_is_requested +EXPORT_SYMBOL_GPL vmlinux 0xd8ca5bc2 pci_find_next_ext_capability +EXPORT_SYMBOL_GPL vmlinux 0xd8d6dab4 query_asymmetric_key +EXPORT_SYMBOL_GPL vmlinux 0xd8d78075 regmap_get_val_bytes +EXPORT_SYMBOL_GPL vmlinux 0xd8e18701 dax_add_host +EXPORT_SYMBOL_GPL vmlinux 0xd8fbb14d net_cls_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0xd90057ff blk_insert_cloned_request +EXPORT_SYMBOL_GPL vmlinux 0xd905f1ac wakeup_source_destroy +EXPORT_SYMBOL_GPL vmlinux 0xd911a957 sdio_signal_irq +EXPORT_SYMBOL_GPL vmlinux 0xd9140057 tcp_reno_ssthresh +EXPORT_SYMBOL_GPL vmlinux 0xd914b309 __traceiter_attach_device_to_domain +EXPORT_SYMBOL_GPL vmlinux 0xd91dbd1f xdp_alloc_skb_bulk +EXPORT_SYMBOL_GPL vmlinux 0xd92ef192 security_kernel_post_load_data +EXPORT_SYMBOL_GPL vmlinux 0xd94106ce irq_chip_mask_ack_parent +EXPORT_SYMBOL_GPL vmlinux 0xd943c07b ncsi_vlan_rx_kill_vid +EXPORT_SYMBOL_GPL vmlinux 0xd943fe21 kgdb_register_io_module +EXPORT_SYMBOL_GPL vmlinux 0xd94d103b crypto_shoot_alg +EXPORT_SYMBOL_GPL vmlinux 0xd967d3cf tps6586x_writes +EXPORT_SYMBOL_GPL vmlinux 0xd96a8056 platform_bus_type +EXPORT_SYMBOL_GPL vmlinux 0xd96babb4 interval_tree_iter_next +EXPORT_SYMBOL_GPL vmlinux 0xd96c44ec blk_clear_pm_only +EXPORT_SYMBOL_GPL vmlinux 0xd98d2c82 inet_ctl_sock_create +EXPORT_SYMBOL_GPL vmlinux 0xd9ac5547 of_dma_controller_register +EXPORT_SYMBOL_GPL vmlinux 0xd9bb076e sbitmap_any_bit_set +EXPORT_SYMBOL_GPL vmlinux 0xd9d0a2af devlink_flash_update_timeout_notify +EXPORT_SYMBOL_GPL vmlinux 0xd9d50b5c pskb_put +EXPORT_SYMBOL_GPL vmlinux 0xd9e24457 ring_buffer_peek +EXPORT_SYMBOL_GPL vmlinux 0xd9e9252a regmap_fields_read +EXPORT_SYMBOL_GPL vmlinux 0xd9fb2f0c serial8250_handle_irq +EXPORT_SYMBOL_GPL vmlinux 0xd9ff2172 ezx_pcap_write +EXPORT_SYMBOL_GPL vmlinux 0xda0947de kmsg_dump_unregister +EXPORT_SYMBOL_GPL vmlinux 0xda0d1713 vcap_rule_get_counter +EXPORT_SYMBOL_GPL vmlinux 0xda2e3c07 fscrypt_ioctl_get_nonce +EXPORT_SYMBOL_GPL vmlinux 0xda320d31 sfp_module_start +EXPORT_SYMBOL_GPL vmlinux 0xda3a37f9 led_trigger_write +EXPORT_SYMBOL_GPL vmlinux 0xda546cbd devm_gpiod_get_array_optional +EXPORT_SYMBOL_GPL vmlinux 0xda595299 validate_xmit_xfrm +EXPORT_SYMBOL_GPL vmlinux 0xda6516f0 device_set_wakeup_enable +EXPORT_SYMBOL_GPL vmlinux 0xda6ac3bf gpiochip_generic_free +EXPORT_SYMBOL_GPL vmlinux 0xda7bb6f1 phy_configure +EXPORT_SYMBOL_GPL vmlinux 0xda7ee215 ksm_madvise +EXPORT_SYMBOL_GPL vmlinux 0xda89fc6e ip6_datagram_connect +EXPORT_SYMBOL_GPL vmlinux 0xda8e1302 software_node_find_by_name +EXPORT_SYMBOL_GPL vmlinux 0xda94be47 crypto_type_has_alg +EXPORT_SYMBOL_GPL vmlinux 0xda96d872 __clk_hw_register_divider +EXPORT_SYMBOL_GPL vmlinux 0xda9c6635 tcf_dev_queue_xmit +EXPORT_SYMBOL_GPL vmlinux 0xdab5a1eb interval_tree_insert +EXPORT_SYMBOL_GPL vmlinux 0xdab7e366 dw_pcie_ep_init_notify +EXPORT_SYMBOL_GPL vmlinux 0xdac04bd5 nvmem_cell_read_u16 +EXPORT_SYMBOL_GPL vmlinux 0xdac34ee8 PageHeadHuge +EXPORT_SYMBOL_GPL vmlinux 0xdac3513f __traceiter_pelt_dl_tp +EXPORT_SYMBOL_GPL vmlinux 0xdad51d76 pci_reset_function +EXPORT_SYMBOL_GPL vmlinux 0xdad93ee4 bpf_map_put +EXPORT_SYMBOL_GPL vmlinux 0xdae5801e genphy_c45_read_link +EXPORT_SYMBOL_GPL vmlinux 0xdaeda3f4 dw_pcie_ep_raise_legacy_irq +EXPORT_SYMBOL_GPL vmlinux 0xdaf4dfb3 fb_mode_option +EXPORT_SYMBOL_GPL vmlinux 0xdaf58913 icmp_build_probe +EXPORT_SYMBOL_GPL vmlinux 0xdaf7c6c3 sbitmap_bitmap_show +EXPORT_SYMBOL_GPL vmlinux 0xdb05f5eb devm_usb_put_phy +EXPORT_SYMBOL_GPL vmlinux 0xdb0ecdc3 devl_resource_occ_get_register +EXPORT_SYMBOL_GPL vmlinux 0xdb3794ce emulate_vsx_load +EXPORT_SYMBOL_GPL vmlinux 0xdb49b98a rtnl_register_module +EXPORT_SYMBOL_GPL vmlinux 0xdb4e9a88 dev_pm_clear_wake_irq +EXPORT_SYMBOL_GPL vmlinux 0xdb60869f gpiochip_irq_domain_activate +EXPORT_SYMBOL_GPL vmlinux 0xdb727637 vcap_set_rule_set_keyset +EXPORT_SYMBOL_GPL vmlinux 0xdb7bd941 rio_mport_read_config_16 +EXPORT_SYMBOL_GPL vmlinux 0xdb81dd32 crypto_skcipher_encrypt +EXPORT_SYMBOL_GPL vmlinux 0xdb83816a lp8788_read_multi_bytes +EXPORT_SYMBOL_GPL vmlinux 0xdb83ec51 rtc_set_alarm +EXPORT_SYMBOL_GPL vmlinux 0xdb8a1b3f usermodehelper_read_trylock +EXPORT_SYMBOL_GPL vmlinux 0xdb95f889 blk_queue_zone_write_granularity +EXPORT_SYMBOL_GPL vmlinux 0xdba837a0 __platform_driver_register +EXPORT_SYMBOL_GPL vmlinux 0xdbaced3f inet6_lookup_listener +EXPORT_SYMBOL_GPL vmlinux 0xdbb16024 acct_bioset_init +EXPORT_SYMBOL_GPL vmlinux 0xdbc72ac2 xive_native_alloc_irq_on_chip +EXPORT_SYMBOL_GPL vmlinux 0xdbd6b40c __traceiter_add_device_to_group +EXPORT_SYMBOL_GPL vmlinux 0xdbdb0e8b request_any_context_irq +EXPORT_SYMBOL_GPL vmlinux 0xdbe8d8a0 __SCK__tp_func_cpu_frequency +EXPORT_SYMBOL_GPL vmlinux 0xdbeeece6 tracepoint_probe_unregister +EXPORT_SYMBOL_GPL vmlinux 0xdbf7cb70 mpi_get_nbits +EXPORT_SYMBOL_GPL vmlinux 0xdbfa2500 devl_trylock +EXPORT_SYMBOL_GPL vmlinux 0xdbfb4fc0 spi_get_device_match_data +EXPORT_SYMBOL_GPL vmlinux 0xdc05892d sysfs_chmod_file +EXPORT_SYMBOL_GPL vmlinux 0xdc0b2b5b opal_flash_write +EXPORT_SYMBOL_GPL vmlinux 0xdc0b9a16 pci_disable_pri +EXPORT_SYMBOL_GPL vmlinux 0xdc10d4aa init_node_memory_type +EXPORT_SYMBOL_GPL vmlinux 0xdc227880 sysfs_create_mount_point +EXPORT_SYMBOL_GPL vmlinux 0xdc2340bf vp_legacy_config_vector +EXPORT_SYMBOL_GPL vmlinux 0xdc262175 gpiochip_enable_irq +EXPORT_SYMBOL_GPL vmlinux 0xdc2ab3b0 __traceiter_ata_tf_load +EXPORT_SYMBOL_GPL vmlinux 0xdc43bdc6 pci_vpd_find_ro_info_keyword +EXPORT_SYMBOL_GPL vmlinux 0xdc45a5db edac_stop_work +EXPORT_SYMBOL_GPL vmlinux 0xdc6596fa irq_set_parent +EXPORT_SYMBOL_GPL vmlinux 0xdc6c9b20 nf_checksum_partial +EXPORT_SYMBOL_GPL vmlinux 0xdc825d6c usb_amd_quirk_pll_disable +EXPORT_SYMBOL_GPL vmlinux 0xdc841b74 misc_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0xdc90315c ip6_dst_lookup_flow +EXPORT_SYMBOL_GPL vmlinux 0xdc941e44 usb_match_id +EXPORT_SYMBOL_GPL vmlinux 0xdc9638b5 uart_xchar_out +EXPORT_SYMBOL_GPL vmlinux 0xdc97af2e syscore_suspend +EXPORT_SYMBOL_GPL vmlinux 0xdc99435c led_classdev_notify_brightness_hw_changed +EXPORT_SYMBOL_GPL vmlinux 0xdc9f254e sysfs_change_owner +EXPORT_SYMBOL_GPL vmlinux 0xdc9fa232 raw_notifier_chain_register +EXPORT_SYMBOL_GPL vmlinux 0xdca43c05 __xas_next +EXPORT_SYMBOL_GPL vmlinux 0xdca7e7ee __clk_determine_rate +EXPORT_SYMBOL_GPL vmlinux 0xdcaa586f sysfs_create_bin_file +EXPORT_SYMBOL_GPL vmlinux 0xdcbcffbf rhashtable_destroy +EXPORT_SYMBOL_GPL vmlinux 0xdcd06e19 dm_device_name +EXPORT_SYMBOL_GPL vmlinux 0xdd0762df set_worker_desc +EXPORT_SYMBOL_GPL vmlinux 0xdd2c3377 fwnode_handle_put +EXPORT_SYMBOL_GPL vmlinux 0xdd3420d7 spi_mem_dirmap_destroy +EXPORT_SYMBOL_GPL vmlinux 0xdd34c678 __srcu_read_unlock_nmisafe +EXPORT_SYMBOL_GPL vmlinux 0xdd450ef1 x509_free_certificate +EXPORT_SYMBOL_GPL vmlinux 0xdd53bde6 irq_gc_mask_clr_bit +EXPORT_SYMBOL_GPL vmlinux 0xdd626ee3 fuse_len_args +EXPORT_SYMBOL_GPL vmlinux 0xdd81d8f6 __SCK__tp_func_block_bio_complete +EXPORT_SYMBOL_GPL vmlinux 0xddacbcec device_reprobe +EXPORT_SYMBOL_GPL vmlinux 0xddb66c7e cgrp_dfl_root +EXPORT_SYMBOL_GPL vmlinux 0xddb7b13d icc_set_tag +EXPORT_SYMBOL_GPL vmlinux 0xddbeeecc pci_lock_rescan_remove +EXPORT_SYMBOL_GPL vmlinux 0xddcec1df iomap_truncate_page +EXPORT_SYMBOL_GPL vmlinux 0xdddb2a52 inet_hash +EXPORT_SYMBOL_GPL vmlinux 0xdde66ccd gpiod_enable_hw_timestamp_ns +EXPORT_SYMBOL_GPL vmlinux 0xddf2e96e create_signature +EXPORT_SYMBOL_GPL vmlinux 0xddf32520 __tracepoint_powernv_throttle +EXPORT_SYMBOL_GPL vmlinux 0xde0af24f udp_memory_per_cpu_fw_alloc +EXPORT_SYMBOL_GPL vmlinux 0xde1c83ae vp_modern_set_status +EXPORT_SYMBOL_GPL vmlinux 0xde2b5baa usb_store_new_id +EXPORT_SYMBOL_GPL vmlinux 0xde31bf7e unregister_sys_off_handler +EXPORT_SYMBOL_GPL vmlinux 0xde3f4a33 tcp_unregister_ulp +EXPORT_SYMBOL_GPL vmlinux 0xde465295 __devm_reset_control_get +EXPORT_SYMBOL_GPL vmlinux 0xde4baeb5 iov_iter_get_pages_alloc +EXPORT_SYMBOL_GPL vmlinux 0xde5c03bc ip6_append_data +EXPORT_SYMBOL_GPL vmlinux 0xde5c24ae pinmux_generic_get_function_name +EXPORT_SYMBOL_GPL vmlinux 0xde6930df rio_mport_write_config_32 +EXPORT_SYMBOL_GPL vmlinux 0xde6f1851 TSS_checkhmac1 +EXPORT_SYMBOL_GPL vmlinux 0xde6f5c8a iommu_detach_device +EXPORT_SYMBOL_GPL vmlinux 0xde727906 gpiod_set_consumer_name +EXPORT_SYMBOL_GPL vmlinux 0xde795a32 iomap_seek_hole +EXPORT_SYMBOL_GPL vmlinux 0xde84d664 kpp_register_instance +EXPORT_SYMBOL_GPL vmlinux 0xde891390 ata_sff_port_ops +EXPORT_SYMBOL_GPL vmlinux 0xde92db72 led_set_brightness +EXPORT_SYMBOL_GPL vmlinux 0xdeabfef1 clk_hw_get_flags +EXPORT_SYMBOL_GPL vmlinux 0xdeb19279 iomap_file_unshare +EXPORT_SYMBOL_GPL vmlinux 0xdebb0739 __traceiter_br_fdb_update +EXPORT_SYMBOL_GPL vmlinux 0xdee316eb ata_pci_bmdma_prepare_host +EXPORT_SYMBOL_GPL vmlinux 0xdee40b1e platform_irq_count +EXPORT_SYMBOL_GPL vmlinux 0xdee91d7a dtpm_destroy_hierarchy +EXPORT_SYMBOL_GPL vmlinux 0xdeec9cc4 pingv6_ops +EXPORT_SYMBOL_GPL vmlinux 0xdeffa0a7 edac_raw_mc_handle_error +EXPORT_SYMBOL_GPL vmlinux 0xdf013f42 anon_inode_getfile +EXPORT_SYMBOL_GPL vmlinux 0xdf078551 pm_genpd_remove_device +EXPORT_SYMBOL_GPL vmlinux 0xdf0a9663 fwnode_property_read_u32_array +EXPORT_SYMBOL_GPL vmlinux 0xdf0c757f ata_tf_to_fis +EXPORT_SYMBOL_GPL vmlinux 0xdf0f75c6 eventfd_signal +EXPORT_SYMBOL_GPL vmlinux 0xdf1205b6 stmpe_disable +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 0xdf3439ef register_net_sysctl +EXPORT_SYMBOL_GPL vmlinux 0xdf3d21eb handle_bad_irq +EXPORT_SYMBOL_GPL vmlinux 0xdf540eef usb_enable_ltm +EXPORT_SYMBOL_GPL vmlinux 0xdf5d3bba pci_user_read_config_dword +EXPORT_SYMBOL_GPL vmlinux 0xdf79d91b pci_epf_alloc_space +EXPORT_SYMBOL_GPL vmlinux 0xdf87f781 regulator_set_load +EXPORT_SYMBOL_GPL vmlinux 0xdf99823d inet_send_prepare +EXPORT_SYMBOL_GPL vmlinux 0xdfa12202 pm_runtime_allow +EXPORT_SYMBOL_GPL vmlinux 0xdfa66b39 of_hte_req_count +EXPORT_SYMBOL_GPL vmlinux 0xdfc796d9 gpiochip_line_is_open_drain +EXPORT_SYMBOL_GPL vmlinux 0xdfca044a devlink_port_unregister +EXPORT_SYMBOL_GPL vmlinux 0xdfcb6c90 mctrl_gpio_set +EXPORT_SYMBOL_GPL vmlinux 0xdff568cb klist_iter_init +EXPORT_SYMBOL_GPL vmlinux 0xdff82ab4 ack_all_badblocks +EXPORT_SYMBOL_GPL vmlinux 0xdffd5ff5 iomap_seek_data +EXPORT_SYMBOL_GPL vmlinux 0xe0031354 raw_hash_sk +EXPORT_SYMBOL_GPL vmlinux 0xe015a12d kstrdup_quotable_file +EXPORT_SYMBOL_GPL vmlinux 0xe02a9123 ip6_redirect +EXPORT_SYMBOL_GPL vmlinux 0xe02d2ecf sbitmap_resize +EXPORT_SYMBOL_GPL vmlinux 0xe03eb8c6 clk_register_composite +EXPORT_SYMBOL_GPL vmlinux 0xe04ae63b __fscrypt_prepare_link +EXPORT_SYMBOL_GPL vmlinux 0xe04d390d dev_pm_opp_adjust_voltage +EXPORT_SYMBOL_GPL vmlinux 0xe054a6d2 irq_domain_create_simple +EXPORT_SYMBOL_GPL vmlinux 0xe05af95f ata_msleep +EXPORT_SYMBOL_GPL vmlinux 0xe05e2f85 nexthop_free_rcu +EXPORT_SYMBOL_GPL vmlinux 0xe06ce86b fwnode_usb_role_switch_get +EXPORT_SYMBOL_GPL vmlinux 0xe080ce5a set_cpus_allowed_ptr +EXPORT_SYMBOL_GPL vmlinux 0xe0835add synth_event_trace +EXPORT_SYMBOL_GPL vmlinux 0xe089cfcc agp_memory_reserved +EXPORT_SYMBOL_GPL vmlinux 0xe08deffc task_user_regset_view +EXPORT_SYMBOL_GPL vmlinux 0xe091f33c fuse_direct_io +EXPORT_SYMBOL_GPL vmlinux 0xe09de584 ping_seq_start +EXPORT_SYMBOL_GPL vmlinux 0xe09ea0a0 ip6_flush_pending_frames +EXPORT_SYMBOL_GPL vmlinux 0xe0a00954 srcu_torture_stats_print +EXPORT_SYMBOL_GPL vmlinux 0xe0b1c103 clk_set_max_rate +EXPORT_SYMBOL_GPL vmlinux 0xe0bddd28 ata_timing_compute +EXPORT_SYMBOL_GPL vmlinux 0xe0c0be89 genphy_c45_check_and_restart_aneg +EXPORT_SYMBOL_GPL vmlinux 0xe0c126c8 of_get_named_gpio_flags +EXPORT_SYMBOL_GPL vmlinux 0xe0ca68a8 pm_generic_poweroff +EXPORT_SYMBOL_GPL vmlinux 0xe0d1b926 of_devfreq_cooling_register_power +EXPORT_SYMBOL_GPL vmlinux 0xe0d7cc88 cgroup_get_from_fd +EXPORT_SYMBOL_GPL vmlinux 0xe0d87f36 kvmppc_clear_ref_hpte +EXPORT_SYMBOL_GPL vmlinux 0xe0d8b11e driver_register +EXPORT_SYMBOL_GPL vmlinux 0xe0db3965 pm_clk_remove_clk +EXPORT_SYMBOL_GPL vmlinux 0xe0f0dc58 iommu_attach_group +EXPORT_SYMBOL_GPL vmlinux 0xe0f4f230 irq_domain_pop_irq +EXPORT_SYMBOL_GPL vmlinux 0xe0fdba95 unregister_virtio_device +EXPORT_SYMBOL_GPL vmlinux 0xe1036e72 device_get_match_data +EXPORT_SYMBOL_GPL vmlinux 0xe108d302 trace_seq_printf +EXPORT_SYMBOL_GPL vmlinux 0xe139b89f is_skb_forwardable +EXPORT_SYMBOL_GPL vmlinux 0xe13cbf02 inet_hashinfo2_init_mod +EXPORT_SYMBOL_GPL vmlinux 0xe1421184 subsys_virtual_register +EXPORT_SYMBOL_GPL vmlinux 0xe149b1da __virtio_unbreak_device +EXPORT_SYMBOL_GPL vmlinux 0xe15ebdab io_uring_cmd_complete_in_task +EXPORT_SYMBOL_GPL vmlinux 0xe161b07b trace_seq_putc +EXPORT_SYMBOL_GPL vmlinux 0xe18186bc usb_hub_claim_port +EXPORT_SYMBOL_GPL vmlinux 0xe182c25d pci_bridge_secondary_bus_reset +EXPORT_SYMBOL_GPL vmlinux 0xe1a4747e devm_kmemdup +EXPORT_SYMBOL_GPL vmlinux 0xe1bd6c99 rio_init_mports +EXPORT_SYMBOL_GPL vmlinux 0xe1c87a2f kernel_can_power_off +EXPORT_SYMBOL_GPL vmlinux 0xe1cea560 irq_setup_alt_chip +EXPORT_SYMBOL_GPL vmlinux 0xe1e9a8f8 genphy_c45_pma_baset1_read_master_slave +EXPORT_SYMBOL_GPL vmlinux 0xe1f17872 vcap_get_rule +EXPORT_SYMBOL_GPL vmlinux 0xe203d292 edac_pci_release_generic_ctl +EXPORT_SYMBOL_GPL vmlinux 0xe20baeb3 freq_qos_add_request +EXPORT_SYMBOL_GPL vmlinux 0xe22375bd usb_reset_endpoint +EXPORT_SYMBOL_GPL vmlinux 0xe233762a input_event_from_user +EXPORT_SYMBOL_GPL vmlinux 0xe23e3275 dev_pm_opp_of_add_table_indexed +EXPORT_SYMBOL_GPL vmlinux 0xe250bd06 fsverity_ioctl_enable +EXPORT_SYMBOL_GPL vmlinux 0xe2526f29 dm_bio_from_per_bio_data +EXPORT_SYMBOL_GPL vmlinux 0xe2540e11 is_xive_irq +EXPORT_SYMBOL_GPL vmlinux 0xe26825d2 __mmc_send_status +EXPORT_SYMBOL_GPL vmlinux 0xe268af04 pci_user_read_config_word +EXPORT_SYMBOL_GPL vmlinux 0xe2706ad6 crypto_stats_init +EXPORT_SYMBOL_GPL vmlinux 0xe272e3a6 ehci_suspend +EXPORT_SYMBOL_GPL vmlinux 0xe2737533 sysfs_group_change_owner +EXPORT_SYMBOL_GPL vmlinux 0xe2a237c2 crypto_unregister_acomps +EXPORT_SYMBOL_GPL vmlinux 0xe2a75c65 regulator_get_error_flags +EXPORT_SYMBOL_GPL vmlinux 0xe2b3207a unregister_switchdev_notifier +EXPORT_SYMBOL_GPL vmlinux 0xe2b3792e ima_file_check +EXPORT_SYMBOL_GPL vmlinux 0xe2b90f0b pci_add_device_node_info +EXPORT_SYMBOL_GPL vmlinux 0xe2ce2b4d evm_set_key +EXPORT_SYMBOL_GPL vmlinux 0xe2d8170d trace_array_init_printk +EXPORT_SYMBOL_GPL vmlinux 0xe2e032cf devm_hwspin_lock_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe2e4add0 dev_pm_genpd_remove_notifier +EXPORT_SYMBOL_GPL vmlinux 0xe3017e84 pci_dev_trylock +EXPORT_SYMBOL_GPL vmlinux 0xe3081e6a regulator_sync_voltage +EXPORT_SYMBOL_GPL vmlinux 0xe31c4844 ip_route_output_tunnel +EXPORT_SYMBOL_GPL vmlinux 0xe3453737 crypto_create_tfm_node +EXPORT_SYMBOL_GPL vmlinux 0xe3545567 component_bind_all +EXPORT_SYMBOL_GPL vmlinux 0xe35963c1 device_create_bin_file +EXPORT_SYMBOL_GPL vmlinux 0xe3840e18 secure_ipv4_port_ephemeral +EXPORT_SYMBOL_GPL vmlinux 0xe38dbecc kthread_func +EXPORT_SYMBOL_GPL vmlinux 0xe390ae99 locks_owner_has_blockers +EXPORT_SYMBOL_GPL vmlinux 0xe39503b2 wm831x_reg_unlock +EXPORT_SYMBOL_GPL vmlinux 0xe397caf5 seq_buf_printf +EXPORT_SYMBOL_GPL vmlinux 0xe39d0794 usb_phy_roothub_exit +EXPORT_SYMBOL_GPL vmlinux 0xe3a6c811 pci_check_and_unmask_intx +EXPORT_SYMBOL_GPL vmlinux 0xe3aeaa03 freq_qos_add_notifier +EXPORT_SYMBOL_GPL vmlinux 0xe3b09712 kprobe_event_delete +EXPORT_SYMBOL_GPL vmlinux 0xe3ba6c23 cpu_subsys +EXPORT_SYMBOL_GPL vmlinux 0xe3cb5e4c vc_scrolldelta_helper +EXPORT_SYMBOL_GPL vmlinux 0xe3d5907e ata_sas_port_resume +EXPORT_SYMBOL_GPL vmlinux 0xe3d74119 relay_buf_full +EXPORT_SYMBOL_GPL vmlinux 0xe3e423ac iommu_group_release_dma_owner +EXPORT_SYMBOL_GPL vmlinux 0xe3eecda9 debugfs_rename +EXPORT_SYMBOL_GPL vmlinux 0xe3fc241e devm_mipi_dsi_device_register_full +EXPORT_SYMBOL_GPL vmlinux 0xe3ff4890 umd_cleanup_helper +EXPORT_SYMBOL_GPL vmlinux 0xe403de46 rio_inb_pwrite_handler +EXPORT_SYMBOL_GPL vmlinux 0xe40bb23e devlink_health_reporter_priv +EXPORT_SYMBOL_GPL vmlinux 0xe42723cf extcon_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0xe429848e eeh_pe_inject_err +EXPORT_SYMBOL_GPL vmlinux 0xe4309905 syscore_resume +EXPORT_SYMBOL_GPL vmlinux 0xe4374975 of_phandle_iterator_init +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 0xe460106e nvdimm_kobj +EXPORT_SYMBOL_GPL vmlinux 0xe463e9f1 crypto_grab_kpp +EXPORT_SYMBOL_GPL vmlinux 0xe473207b kvmppc_hpte_hv_fault +EXPORT_SYMBOL_GPL vmlinux 0xe4771162 fwnode_property_read_u64_array +EXPORT_SYMBOL_GPL vmlinux 0xe477de6c regulator_set_suspend_voltage +EXPORT_SYMBOL_GPL vmlinux 0xe4783935 __devm_clk_hw_register_mux +EXPORT_SYMBOL_GPL vmlinux 0xe47e4990 debugfs_remove +EXPORT_SYMBOL_GPL vmlinux 0xe48b6e73 dev_fill_forward_path +EXPORT_SYMBOL_GPL vmlinux 0xe4971ade tracing_alloc_snapshot +EXPORT_SYMBOL_GPL vmlinux 0xe49f2911 icc_set_bw +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 0xe4d512c8 genphy_c45_pma_resume +EXPORT_SYMBOL_GPL vmlinux 0xe4dcdd9e __reset_control_get +EXPORT_SYMBOL_GPL vmlinux 0xe4e48b12 swphy_validate_state +EXPORT_SYMBOL_GPL vmlinux 0xe4e82274 devm_of_phy_get +EXPORT_SYMBOL_GPL vmlinux 0xe4f7c75d inode_sb_list_add +EXPORT_SYMBOL_GPL vmlinux 0xe4f8239f __cpuhp_state_remove_instance +EXPORT_SYMBOL_GPL vmlinux 0xe5051c82 devm_regmap_field_free +EXPORT_SYMBOL_GPL vmlinux 0xe508fdb5 dev_pm_opp_find_bw_floor +EXPORT_SYMBOL_GPL vmlinux 0xe51fd870 serdev_controller_remove +EXPORT_SYMBOL_GPL vmlinux 0xe5332489 gpiod_set_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0xe541dc7d ata_common_sdev_groups +EXPORT_SYMBOL_GPL vmlinux 0xe544c1ba dbs_update +EXPORT_SYMBOL_GPL vmlinux 0xe5599648 crypto_inst_setname +EXPORT_SYMBOL_GPL vmlinux 0xe55af170 ata_scsi_ioctl +EXPORT_SYMBOL_GPL vmlinux 0xe56d27ec crypto_remove_spawns +EXPORT_SYMBOL_GPL vmlinux 0xe56ef205 ncsi_unregister_dev +EXPORT_SYMBOL_GPL vmlinux 0xe5705f47 blk_trace_startstop +EXPORT_SYMBOL_GPL vmlinux 0xe5731fa4 hash_page_mm +EXPORT_SYMBOL_GPL vmlinux 0xe57f91cb scsi_unregister_device_handler +EXPORT_SYMBOL_GPL vmlinux 0xe5883bd9 class_compat_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe58eb9d7 FSE_readNCount +EXPORT_SYMBOL_GPL vmlinux 0xe5b251c3 dev_pm_opp_get_required_pstate +EXPORT_SYMBOL_GPL vmlinux 0xe5b9c4f1 wm8350_device_init +EXPORT_SYMBOL_GPL vmlinux 0xe5c1ed33 sk_msg_alloc +EXPORT_SYMBOL_GPL vmlinux 0xe5c39fc0 register_btf_kfunc_id_set +EXPORT_SYMBOL_GPL vmlinux 0xe5c5c911 iomap_bmap +EXPORT_SYMBOL_GPL vmlinux 0xe5ca8eac serial8250_rpm_get_tx +EXPORT_SYMBOL_GPL vmlinux 0xe5cd6b31 sdio_claim_host +EXPORT_SYMBOL_GPL vmlinux 0xe5e37192 nf_queue +EXPORT_SYMBOL_GPL vmlinux 0xe5ec503b __i2c_board_lock +EXPORT_SYMBOL_GPL vmlinux 0xe5ee4005 kernfs_get +EXPORT_SYMBOL_GPL vmlinux 0xe601eb6a class_interface_register +EXPORT_SYMBOL_GPL vmlinux 0xe60632a9 edac_queue_work +EXPORT_SYMBOL_GPL vmlinux 0xe6068c4b rio_set_port_lockout +EXPORT_SYMBOL_GPL vmlinux 0xe609596a disk_uevent +EXPORT_SYMBOL_GPL vmlinux 0xe6099e85 ata_slave_link_init +EXPORT_SYMBOL_GPL vmlinux 0xe60a5e8d pids_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0xe61a0835 dev_pm_disable_wake_irq +EXPORT_SYMBOL_GPL vmlinux 0xe628bb9f phy_fibre_port_array +EXPORT_SYMBOL_GPL vmlinux 0xe629b4e6 phy_package_join +EXPORT_SYMBOL_GPL vmlinux 0xe6307833 mbox_client_peek_data +EXPORT_SYMBOL_GPL vmlinux 0xe63c82c2 da9052_disable_irq_nosync +EXPORT_SYMBOL_GPL vmlinux 0xe65e2fe1 ethnl_cable_test_step +EXPORT_SYMBOL_GPL vmlinux 0xe6658b50 usb_kill_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0xe6862a1f put_io_context +EXPORT_SYMBOL_GPL vmlinux 0xe6a13e7d xive_native_configure_irq +EXPORT_SYMBOL_GPL vmlinux 0xe6a70cfe crypto_req_done +EXPORT_SYMBOL_GPL vmlinux 0xe6acb0a8 kvmppc_do_h_enter +EXPORT_SYMBOL_GPL vmlinux 0xe6b0a875 dm_table_device_name +EXPORT_SYMBOL_GPL vmlinux 0xe6b4eb94 bpf_log +EXPORT_SYMBOL_GPL vmlinux 0xe6d7fc79 of_icc_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0xe6e40502 rcu_get_gp_seq +EXPORT_SYMBOL_GPL vmlinux 0xe6e6b684 md_new_event +EXPORT_SYMBOL_GPL vmlinux 0xe700d767 reset_control_bulk_deassert +EXPORT_SYMBOL_GPL vmlinux 0xe716f53d of_pci_range_parser_one +EXPORT_SYMBOL_GPL vmlinux 0xe71fe38a trace_print_bitmask_seq +EXPORT_SYMBOL_GPL vmlinux 0xe72c0af5 sbitmap_weight +EXPORT_SYMBOL_GPL vmlinux 0xe73b4325 pwm_put +EXPORT_SYMBOL_GPL vmlinux 0xe74df9cf pm_runtime_autosuspend_expiration +EXPORT_SYMBOL_GPL vmlinux 0xe74ec350 accumulate_time +EXPORT_SYMBOL_GPL vmlinux 0xe7519e85 debugfs_create_u32 +EXPORT_SYMBOL_GPL vmlinux 0xe753b68d devlink_fmsg_arr_pair_nest_end +EXPORT_SYMBOL_GPL vmlinux 0xe769232e sprint_symbol_no_offset +EXPORT_SYMBOL_GPL vmlinux 0xe76caac3 led_trigger_event +EXPORT_SYMBOL_GPL vmlinux 0xe771959d ohci_suspend +EXPORT_SYMBOL_GPL vmlinux 0xe77d5ef3 ata_xfer_mode2mask +EXPORT_SYMBOL_GPL vmlinux 0xe77f28d2 nf_ipv6_ops +EXPORT_SYMBOL_GPL vmlinux 0xe783e261 sysfs_emit +EXPORT_SYMBOL_GPL vmlinux 0xe79bf0c4 klp_shadow_get +EXPORT_SYMBOL_GPL vmlinux 0xe7b5ef17 __srcu_read_lock_nmisafe +EXPORT_SYMBOL_GPL vmlinux 0xe7be906b xive_irq_free_data +EXPORT_SYMBOL_GPL vmlinux 0xe7c3b2c4 sbitmap_queue_clear +EXPORT_SYMBOL_GPL vmlinux 0xe7cd5ccb mm_iommu_put +EXPORT_SYMBOL_GPL vmlinux 0xe7d34db2 opal_async_wait_response +EXPORT_SYMBOL_GPL vmlinux 0xe7d6d2d4 filter_match_preds +EXPORT_SYMBOL_GPL vmlinux 0xe7d750c4 mmc_pwrseq_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe7db4a7d fib_table_lookup +EXPORT_SYMBOL_GPL vmlinux 0xe7e2219b __traceiter_ata_exec_command +EXPORT_SYMBOL_GPL vmlinux 0xe7f18b3c threads_per_subcore +EXPORT_SYMBOL_GPL vmlinux 0xe7f5b8d6 sata_link_debounce +EXPORT_SYMBOL_GPL vmlinux 0xe7fb02cf bpf_map_inc_not_zero +EXPORT_SYMBOL_GPL vmlinux 0xe818b32b ata_bmdma_interrupt +EXPORT_SYMBOL_GPL vmlinux 0xe8265070 __scsi_init_queue +EXPORT_SYMBOL_GPL vmlinux 0xe8362d42 genphy_c45_an_config_aneg +EXPORT_SYMBOL_GPL vmlinux 0xe84b9828 pm_generic_freeze_noirq +EXPORT_SYMBOL_GPL vmlinux 0xe84f6e5c pciserial_remove_ports +EXPORT_SYMBOL_GPL vmlinux 0xe85dbc1c of_genpd_add_provider_simple +EXPORT_SYMBOL_GPL vmlinux 0xe8623899 device_move +EXPORT_SYMBOL_GPL vmlinux 0xe862c4b7 dpm_suspend_start +EXPORT_SYMBOL_GPL vmlinux 0xe866f7d1 crypto_alloc_acomp_node +EXPORT_SYMBOL_GPL vmlinux 0xe86bba60 dev_pm_opp_xlate_required_opp +EXPORT_SYMBOL_GPL vmlinux 0xe87370a9 cpuidle_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0xe87905b0 gpiod_direction_input +EXPORT_SYMBOL_GPL vmlinux 0xe89a3912 pci_dev_unlock +EXPORT_SYMBOL_GPL vmlinux 0xe8ab26bc do_unbind_con_driver +EXPORT_SYMBOL_GPL vmlinux 0xe8bc40c5 cn_netlink_send +EXPORT_SYMBOL_GPL vmlinux 0xe8be280e gpiod_get_raw_array_value +EXPORT_SYMBOL_GPL vmlinux 0xe8c0065d memory_group_register_static +EXPORT_SYMBOL_GPL vmlinux 0xe8d3b223 of_platform_depopulate +EXPORT_SYMBOL_GPL vmlinux 0xe8e42d4f blocking_notifier_chain_register_unique_prio +EXPORT_SYMBOL_GPL vmlinux 0xe8f1b9e5 ata_pci_device_resume +EXPORT_SYMBOL_GPL vmlinux 0xe8f43507 dmaengine_desc_attach_metadata +EXPORT_SYMBOL_GPL vmlinux 0xe909eee3 usb_anchor_empty +EXPORT_SYMBOL_GPL vmlinux 0xe90b8a4d spi_mem_adjust_op_size +EXPORT_SYMBOL_GPL vmlinux 0xe911df29 eventfd_ctx_do_read +EXPORT_SYMBOL_GPL vmlinux 0xe91a909d power_supply_notifier +EXPORT_SYMBOL_GPL vmlinux 0xe91bdcab net_ns_get_ownership +EXPORT_SYMBOL_GPL vmlinux 0xe91e0d73 devm_pinctrl_get +EXPORT_SYMBOL_GPL vmlinux 0xe93e49c3 devres_free +EXPORT_SYMBOL_GPL vmlinux 0xe943ebdc fixed_phy_change_carrier +EXPORT_SYMBOL_GPL vmlinux 0xe945f8b0 dev_pm_domain_attach +EXPORT_SYMBOL_GPL vmlinux 0xe9506579 iommu_tce_direction +EXPORT_SYMBOL_GPL vmlinux 0xe95a540f regulator_put +EXPORT_SYMBOL_GPL vmlinux 0xe95a60ff rio_add_mport_pw_handler +EXPORT_SYMBOL_GPL vmlinux 0xe960143f __udp_enqueue_schedule_skb +EXPORT_SYMBOL_GPL vmlinux 0xe9647db7 vfs_kern_mount +EXPORT_SYMBOL_GPL vmlinux 0xe96cd411 devm_fwnode_gpiod_get_index +EXPORT_SYMBOL_GPL vmlinux 0xe96f68fd gpiochip_remove_pin_ranges +EXPORT_SYMBOL_GPL vmlinux 0xe972f51a blk_queue_rq_timeout +EXPORT_SYMBOL_GPL vmlinux 0xe97e3c81 device_property_read_u8_array +EXPORT_SYMBOL_GPL vmlinux 0xe98c75d6 devlink_port_register +EXPORT_SYMBOL_GPL vmlinux 0xe991343a crypto_stats_akcipher_decrypt +EXPORT_SYMBOL_GPL vmlinux 0xe9933d52 ata_eh_freeze_port +EXPORT_SYMBOL_GPL vmlinux 0xe9935115 rio_mport_class +EXPORT_SYMBOL_GPL vmlinux 0xe9a2c010 devm_pci_epc_destroy +EXPORT_SYMBOL_GPL vmlinux 0xe9a5f58e clk_hw_unregister_composite +EXPORT_SYMBOL_GPL vmlinux 0xe9aead96 spi_mem_default_supports_op +EXPORT_SYMBOL_GPL vmlinux 0xe9aeb007 perf_aux_output_skip +EXPORT_SYMBOL_GPL vmlinux 0xe9c3cd98 pnv_ocxl_get_xsl_irq +EXPORT_SYMBOL_GPL vmlinux 0xe9d1b7cf irq_to_pcap +EXPORT_SYMBOL_GPL vmlinux 0xe9dac362 regulator_map_voltage_iterate +EXPORT_SYMBOL_GPL vmlinux 0xe9ecf62b init_uts_ns +EXPORT_SYMBOL_GPL vmlinux 0xe9f5116f rcu_exp_jiffies_till_stall_check +EXPORT_SYMBOL_GPL vmlinux 0xe9fefc01 rio_get_comptag +EXPORT_SYMBOL_GPL vmlinux 0xea01147e iommu_take_ownership +EXPORT_SYMBOL_GPL vmlinux 0xea018bbb mpi_test_bit +EXPORT_SYMBOL_GPL vmlinux 0xea0f03f3 unregister_ftrace_function +EXPORT_SYMBOL_GPL vmlinux 0xea124bd1 gcd +EXPORT_SYMBOL_GPL vmlinux 0xea22199d sched_set_fifo_low +EXPORT_SYMBOL_GPL vmlinux 0xea2784d4 clk_hw_set_rate_range +EXPORT_SYMBOL_GPL vmlinux 0xea38036f ring_buffer_entries +EXPORT_SYMBOL_GPL vmlinux 0xea388244 tcp_set_keepalive +EXPORT_SYMBOL_GPL vmlinux 0xea3a23f3 public_key_free +EXPORT_SYMBOL_GPL vmlinux 0xea473215 ip6_dst_lookup +EXPORT_SYMBOL_GPL vmlinux 0xea47a79d crypto_shash_finup +EXPORT_SYMBOL_GPL vmlinux 0xea58a9e8 transport_setup_device +EXPORT_SYMBOL_GPL vmlinux 0xea6f1310 inet_twsk_put +EXPORT_SYMBOL_GPL vmlinux 0xea783cde ata_sff_freeze +EXPORT_SYMBOL_GPL vmlinux 0xea88c866 copy_to_user_nofault +EXPORT_SYMBOL_GPL vmlinux 0xea9ca951 usb_role_switch_get +EXPORT_SYMBOL_GPL vmlinux 0xea9f69d3 i2c_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0xeaacc46a vcap_del_rule +EXPORT_SYMBOL_GPL vmlinux 0xeaaf726d preempt_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0xeab245a6 mm_iommu_preregistered +EXPORT_SYMBOL_GPL vmlinux 0xeab5e71a devm_watchdog_register_device +EXPORT_SYMBOL_GPL vmlinux 0xeab78552 pci_dev_run_wake +EXPORT_SYMBOL_GPL vmlinux 0xeac6c543 fanout_mutex +EXPORT_SYMBOL_GPL vmlinux 0xead035ee __tracepoint_fib6_table_lookup +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 0xeae29647 pci_ioremap_wc_bar +EXPORT_SYMBOL_GPL vmlinux 0xeae8f736 generic_fh_to_parent +EXPORT_SYMBOL_GPL vmlinux 0xeaea3716 phy_reset +EXPORT_SYMBOL_GPL vmlinux 0xeaf0a57c look_up_OID +EXPORT_SYMBOL_GPL vmlinux 0xeaf38a83 irq_chip_get_parent_state +EXPORT_SYMBOL_GPL vmlinux 0xeaf3cb23 crc64_be +EXPORT_SYMBOL_GPL vmlinux 0xeaf5a3cf tps6586x_irq_get_virq +EXPORT_SYMBOL_GPL vmlinux 0xeb06f2a5 devm_thermal_of_zone_register +EXPORT_SYMBOL_GPL vmlinux 0xeb094fd5 thermal_of_zone_register +EXPORT_SYMBOL_GPL vmlinux 0xeb1a4f29 opal_error_code +EXPORT_SYMBOL_GPL vmlinux 0xeb2dd21b devm_mbox_controller_unregister +EXPORT_SYMBOL_GPL vmlinux 0xeb50be6b devfreq_event_get_edev_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0xeb748089 isa_bridge_pcidev +EXPORT_SYMBOL_GPL vmlinux 0xeb76bf7d of_phy_provider_unregister +EXPORT_SYMBOL_GPL vmlinux 0xeb79cbce crypto_unregister_instance +EXPORT_SYMBOL_GPL vmlinux 0xeb84d1ab phy_set_mode_ext +EXPORT_SYMBOL_GPL vmlinux 0xeb873380 md_start +EXPORT_SYMBOL_GPL vmlinux 0xebc25edb phy_pm_runtime_allow +EXPORT_SYMBOL_GPL vmlinux 0xebc26e5d __traceiter_sched_update_nr_running_tp +EXPORT_SYMBOL_GPL vmlinux 0xebd46dfc wm831x_device_shutdown +EXPORT_SYMBOL_GPL vmlinux 0xebd4cc11 mctrl_gpio_enable_ms +EXPORT_SYMBOL_GPL vmlinux 0xebd6eee2 devfreq_event_disable_edev +EXPORT_SYMBOL_GPL vmlinux 0xebe2027c ata_scsi_change_queue_depth +EXPORT_SYMBOL_GPL vmlinux 0xebe76adc regcache_drop_region +EXPORT_SYMBOL_GPL vmlinux 0xebe80b1c nf_hook_entries_delete_raw +EXPORT_SYMBOL_GPL vmlinux 0xebe9610c dm_get_queue_limits +EXPORT_SYMBOL_GPL vmlinux 0xebebcac8 devlink_port_attrs_set +EXPORT_SYMBOL_GPL vmlinux 0xec200f57 inet6_sk_rebuild_header +EXPORT_SYMBOL_GPL vmlinux 0xec354e16 param_ops_bool_enable_only +EXPORT_SYMBOL_GPL vmlinux 0xec356c53 msr_check_and_set +EXPORT_SYMBOL_GPL vmlinux 0xec3acae7 bpf_trace_run8 +EXPORT_SYMBOL_GPL vmlinux 0xec500729 get_pid_task +EXPORT_SYMBOL_GPL vmlinux 0xec5668f6 dax_zero_page_range +EXPORT_SYMBOL_GPL vmlinux 0xec6b487b devfreq_event_reset_event +EXPORT_SYMBOL_GPL vmlinux 0xec6e3d8b skb_clone_tx_timestamp +EXPORT_SYMBOL_GPL vmlinux 0xec71f884 dw8250_do_set_termios +EXPORT_SYMBOL_GPL vmlinux 0xec764bbf synth_event_trace_start +EXPORT_SYMBOL_GPL vmlinux 0xec774acb cpufreq_frequency_table_verify +EXPORT_SYMBOL_GPL vmlinux 0xec84bfb9 opal_leds_get_ind +EXPORT_SYMBOL_GPL vmlinux 0xec8c658d regmap_noinc_read +EXPORT_SYMBOL_GPL vmlinux 0xec974456 con_debug_enter +EXPORT_SYMBOL_GPL vmlinux 0xecc523b3 scsi_internal_device_unblock_nowait +EXPORT_SYMBOL_GPL vmlinux 0xecc81a4b mbox_request_channel +EXPORT_SYMBOL_GPL vmlinux 0xeccf0c7c extcon_get_state +EXPORT_SYMBOL_GPL vmlinux 0xeccfcdd9 devm_request_free_mem_region +EXPORT_SYMBOL_GPL vmlinux 0xecdf3f97 regulator_get_optional +EXPORT_SYMBOL_GPL vmlinux 0xece86019 of_dma_xlate_by_chan_id +EXPORT_SYMBOL_GPL vmlinux 0xece871c2 rio_attach_device +EXPORT_SYMBOL_GPL vmlinux 0xecfc83a5 ima_inode_hash +EXPORT_SYMBOL_GPL vmlinux 0xed0e5eff __virtqueue_unbreak +EXPORT_SYMBOL_GPL vmlinux 0xed0f4f22 led_trigger_unregister_simple +EXPORT_SYMBOL_GPL vmlinux 0xed128e20 skcipher_walk_complete +EXPORT_SYMBOL_GPL vmlinux 0xed2c0579 pci_set_cacheline_size +EXPORT_SYMBOL_GPL vmlinux 0xed2c5bcf power_supply_charge_behaviour_parse +EXPORT_SYMBOL_GPL vmlinux 0xed39b7b8 parse_OID +EXPORT_SYMBOL_GPL vmlinux 0xed518c54 pci_epc_mem_free_addr +EXPORT_SYMBOL_GPL vmlinux 0xed74f708 ata_link_abort +EXPORT_SYMBOL_GPL vmlinux 0xed818f35 tcp_set_state +EXPORT_SYMBOL_GPL vmlinux 0xed86d7f7 devm_nvmem_cell_get +EXPORT_SYMBOL_GPL vmlinux 0xed8c384b netdev_xmit_skip_txqueue +EXPORT_SYMBOL_GPL vmlinux 0xed918dde hte_init_line_attr +EXPORT_SYMBOL_GPL vmlinux 0xeda07c41 rtc_read_alarm +EXPORT_SYMBOL_GPL vmlinux 0xedceaf82 rio_unregister_scan +EXPORT_SYMBOL_GPL vmlinux 0xedd0de6f regulator_list_voltage_pickable_linear_range +EXPORT_SYMBOL_GPL vmlinux 0xedd0ea3e regulator_bulk_force_disable +EXPORT_SYMBOL_GPL vmlinux 0xedd28f33 pinctrl_parse_index_with_args +EXPORT_SYMBOL_GPL vmlinux 0xeddb9189 subsys_dev_iter_next +EXPORT_SYMBOL_GPL vmlinux 0xede0a482 serial8250_rpm_put_tx +EXPORT_SYMBOL_GPL vmlinux 0xede2c4b3 phy_get +EXPORT_SYMBOL_GPL vmlinux 0xedf0b88c devm_mipi_dsi_attach +EXPORT_SYMBOL_GPL vmlinux 0xee026b20 pci_cfg_access_unlock +EXPORT_SYMBOL_GPL vmlinux 0xee052008 spi_mem_dirmap_read +EXPORT_SYMBOL_GPL vmlinux 0xee05719e misc_cg_uncharge +EXPORT_SYMBOL_GPL vmlinux 0xee062fc2 of_genpd_add_provider_onecell +EXPORT_SYMBOL_GPL vmlinux 0xee143d7f mas_walk +EXPORT_SYMBOL_GPL vmlinux 0xee1f5126 __tracepoint_neigh_timer_handler +EXPORT_SYMBOL_GPL vmlinux 0xee2e4b04 dev_pm_enable_wake_irq +EXPORT_SYMBOL_GPL vmlinux 0xee38ef57 register_switchdev_blocking_notifier +EXPORT_SYMBOL_GPL vmlinux 0xee4141fa ipv4_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0xee518148 kmsg_dump_get_buffer +EXPORT_SYMBOL_GPL vmlinux 0xee547a59 __dev_forward_skb +EXPORT_SYMBOL_GPL vmlinux 0xee68eb6d pci_pasid_features +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 0xee7821ca pinctrl_generic_get_group_pins +EXPORT_SYMBOL_GPL vmlinux 0xee7ec389 blkdev_zone_mgmt +EXPORT_SYMBOL_GPL vmlinux 0xee823db4 ata_do_dev_read_id +EXPORT_SYMBOL_GPL vmlinux 0xee899d9a invalidate_inode_pages2 +EXPORT_SYMBOL_GPL vmlinux 0xee8d1890 stmpe_reg_write +EXPORT_SYMBOL_GPL vmlinux 0xeea2cf9b bpf_trace_run6 +EXPORT_SYMBOL_GPL vmlinux 0xeea4cc59 pci_epc_linkup +EXPORT_SYMBOL_GPL vmlinux 0xeebc8a4d open_related_ns +EXPORT_SYMBOL_GPL vmlinux 0xeed03b06 fs_kobj +EXPORT_SYMBOL_GPL vmlinux 0xeedd987e phy_10gbit_features_array +EXPORT_SYMBOL_GPL vmlinux 0xeee20651 devlink_port_init +EXPORT_SYMBOL_GPL vmlinux 0xeeef6508 gpio_to_desc +EXPORT_SYMBOL_GPL vmlinux 0xeeefd108 fixed_phy_register +EXPORT_SYMBOL_GPL vmlinux 0xeef0f10d devlink_traps_register +EXPORT_SYMBOL_GPL vmlinux 0xeef8f8c0 iommu_set_pgtable_quirks +EXPORT_SYMBOL_GPL vmlinux 0xef0deb99 devl_trap_policers_register +EXPORT_SYMBOL_GPL vmlinux 0xef29fcdd clk_bulk_put +EXPORT_SYMBOL_GPL vmlinux 0xef3d2032 vcap_chain_id_to_lookup +EXPORT_SYMBOL_GPL vmlinux 0xef464c28 getboottime64 +EXPORT_SYMBOL_GPL vmlinux 0xef48c667 led_put +EXPORT_SYMBOL_GPL vmlinux 0xef5db66d regulator_get_init_drvdata +EXPORT_SYMBOL_GPL vmlinux 0xef6129d6 iommu_attach_device_pasid +EXPORT_SYMBOL_GPL vmlinux 0xef6c3f70 round_jiffies_up_relative +EXPORT_SYMBOL_GPL vmlinux 0xef6d0376 opal_invalid_call +EXPORT_SYMBOL_GPL vmlinux 0xef70eb7e ring_buffer_iter_advance +EXPORT_SYMBOL_GPL vmlinux 0xef874ffe pinctrl_pm_select_default_state +EXPORT_SYMBOL_GPL vmlinux 0xef96147c thermal_remove_hwmon_sysfs +EXPORT_SYMBOL_GPL vmlinux 0xef9ea1b2 pinctrl_add_gpio_ranges +EXPORT_SYMBOL_GPL vmlinux 0xefa1e50b md_find_rdev_rcu +EXPORT_SYMBOL_GPL vmlinux 0xefa2c27d register_tracepoint_module_notifier +EXPORT_SYMBOL_GPL vmlinux 0xefd7d4bf mmc_cmdq_enable +EXPORT_SYMBOL_GPL vmlinux 0xefeac2c3 ping_init_sock +EXPORT_SYMBOL_GPL vmlinux 0xefeafcf1 edac_has_mcs +EXPORT_SYMBOL_GPL vmlinux 0xeff0320f devm_get_free_pages +EXPORT_SYMBOL_GPL vmlinux 0xeff38f4d __dax_driver_register +EXPORT_SYMBOL_GPL vmlinux 0xeff5f3a9 lwtunnel_valid_encap_type +EXPORT_SYMBOL_GPL vmlinux 0xf00d0b71 spi_setup +EXPORT_SYMBOL_GPL vmlinux 0xf020475f sk_attach_filter +EXPORT_SYMBOL_GPL vmlinux 0xf020ffa1 pci_epc_put +EXPORT_SYMBOL_GPL vmlinux 0xf03baa4a devm_regmap_field_alloc +EXPORT_SYMBOL_GPL vmlinux 0xf0469c7d usb_alloc_dev +EXPORT_SYMBOL_GPL vmlinux 0xf046eb6f power_supply_changed +EXPORT_SYMBOL_GPL vmlinux 0xf0561719 vas_paste_crb +EXPORT_SYMBOL_GPL vmlinux 0xf05a52fe asn1_encode_oid +EXPORT_SYMBOL_GPL vmlinux 0xf05adac2 __dma_request_channel +EXPORT_SYMBOL_GPL vmlinux 0xf05c2c63 __put_net +EXPORT_SYMBOL_GPL vmlinux 0xf05de57f wwan_get_debugfs_dir +EXPORT_SYMBOL_GPL vmlinux 0xf05fbf09 pci_pio_to_address +EXPORT_SYMBOL_GPL vmlinux 0xf0610936 rio_map_outb_region +EXPORT_SYMBOL_GPL vmlinux 0xf066e741 vcap_keyfield_name +EXPORT_SYMBOL_GPL vmlinux 0xf0688d5e devm_pwmchip_add +EXPORT_SYMBOL_GPL vmlinux 0xf06d320d usb_intf_get_dma_device +EXPORT_SYMBOL_GPL vmlinux 0xf0765505 ata_sff_drain_fifo +EXPORT_SYMBOL_GPL vmlinux 0xf0794a84 irq_work_sync +EXPORT_SYMBOL_GPL vmlinux 0xf07d8001 scsi_autopm_get_device +EXPORT_SYMBOL_GPL vmlinux 0xf081703b debugfs_create_x32 +EXPORT_SYMBOL_GPL vmlinux 0xf0910075 sfp_bus_del_upstream +EXPORT_SYMBOL_GPL vmlinux 0xf0e14add sfp_bus_find_fwnode +EXPORT_SYMBOL_GPL vmlinux 0xf0fdc385 ipv6_dup_options +EXPORT_SYMBOL_GPL vmlinux 0xf105f34a device_del +EXPORT_SYMBOL_GPL vmlinux 0xf10abdbc devm_irq_domain_create_sim +EXPORT_SYMBOL_GPL vmlinux 0xf11acde4 __trace_trigger_soft_disabled +EXPORT_SYMBOL_GPL vmlinux 0xf12a37dc devlink_port_linecard_set +EXPORT_SYMBOL_GPL vmlinux 0xf1412584 usb_driver_release_interface +EXPORT_SYMBOL_GPL vmlinux 0xf14317ef devl_rate_nodes_destroy +EXPORT_SYMBOL_GPL vmlinux 0xf1441108 bpf_prog_free +EXPORT_SYMBOL_GPL vmlinux 0xf1451422 of_pci_parse_bus_range +EXPORT_SYMBOL_GPL vmlinux 0xf154a2ca pinctrl_select_state +EXPORT_SYMBOL_GPL vmlinux 0xf155bf0d devl_resource_size_get +EXPORT_SYMBOL_GPL vmlinux 0xf166716f folio_mkclean +EXPORT_SYMBOL_GPL vmlinux 0xf16ad88c of_mm_gpiochip_remove +EXPORT_SYMBOL_GPL vmlinux 0xf184d189 kernel_power_off +EXPORT_SYMBOL_GPL vmlinux 0xf1870c63 pci_iov_virtfn_devfn +EXPORT_SYMBOL_GPL vmlinux 0xf1906d98 fuse_dev_operations +EXPORT_SYMBOL_GPL vmlinux 0xf195cb7d iommu_device_sysfs_remove +EXPORT_SYMBOL_GPL vmlinux 0xf199afd9 mas_pause +EXPORT_SYMBOL_GPL vmlinux 0xf19d3911 fat_get_dotdot_entry +EXPORT_SYMBOL_GPL vmlinux 0xf1a2ca93 regcache_cache_bypass +EXPORT_SYMBOL_GPL vmlinux 0xf1a62b6f of_i8042_kbd_irq +EXPORT_SYMBOL_GPL vmlinux 0xf1b42ade dev_pm_opp_get_max_clock_latency +EXPORT_SYMBOL_GPL vmlinux 0xf1c2bafe irq_force_affinity +EXPORT_SYMBOL_GPL vmlinux 0xf1c60a8d restore_p9_host_os_sprs +EXPORT_SYMBOL_GPL vmlinux 0xf1cf3ddb regulator_bulk_free +EXPORT_SYMBOL_GPL vmlinux 0xf1d545b7 irq_chip_eoi_parent +EXPORT_SYMBOL_GPL vmlinux 0xf1ded581 pm_runtime_enable +EXPORT_SYMBOL_GPL vmlinux 0xf1e7a4a8 regulator_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0xf1f2875b tpm_send +EXPORT_SYMBOL_GPL vmlinux 0xf207d67c devlink_alloc_ns +EXPORT_SYMBOL_GPL vmlinux 0xf2087b83 fuse_dev_fiq_ops +EXPORT_SYMBOL_GPL vmlinux 0xf21e1f9b disable_percpu_irq +EXPORT_SYMBOL_GPL vmlinux 0xf2214567 fwnode_property_get_reference_args +EXPORT_SYMBOL_GPL vmlinux 0xf2282faf hwspin_lock_free +EXPORT_SYMBOL_GPL vmlinux 0xf22bfbf3 mmu_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0xf22f7ad8 crypto_shash_final +EXPORT_SYMBOL_GPL vmlinux 0xf23b6c14 vcap_rule_set_counter +EXPORT_SYMBOL_GPL vmlinux 0xf240c7b9 devm_devfreq_event_remove_edev +EXPORT_SYMBOL_GPL vmlinux 0xf244cea2 fat_remove_entries +EXPORT_SYMBOL_GPL vmlinux 0xf26941cf devm_gpio_request_one +EXPORT_SYMBOL_GPL vmlinux 0xf28404cf devlink_dpipe_header_ipv6 +EXPORT_SYMBOL_GPL vmlinux 0xf28667a3 tcp_twsk_unique +EXPORT_SYMBOL_GPL vmlinux 0xf2909824 class_remove_file_ns +EXPORT_SYMBOL_GPL vmlinux 0xf2967796 ring_buffer_record_on +EXPORT_SYMBOL_GPL vmlinux 0xf2a34fe7 edac_device_del_device +EXPORT_SYMBOL_GPL vmlinux 0xf2a4c88f netdev_sw_irq_coalesce_default_on +EXPORT_SYMBOL_GPL vmlinux 0xf2b33cb7 memory_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0xf2ccdf98 ata_sff_prereset +EXPORT_SYMBOL_GPL vmlinux 0xf2ce2d4f devm_of_platform_populate +EXPORT_SYMBOL_GPL vmlinux 0xf2d55940 vp_modern_generation +EXPORT_SYMBOL_GPL vmlinux 0xf2d9c3f5 __clk_hw_register_gate +EXPORT_SYMBOL_GPL vmlinux 0xf2f0b73a xive_native_get_vp_state +EXPORT_SYMBOL_GPL vmlinux 0xf2f5653b mptcp_diag_fill_info +EXPORT_SYMBOL_GPL vmlinux 0xf2fb61bd vprintk_default +EXPORT_SYMBOL_GPL vmlinux 0xf2ff4bc2 serial8250_em485_supported +EXPORT_SYMBOL_GPL vmlinux 0xf300e269 irq_domain_translate_twocell +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 0xf31b3fd1 workqueue_set_max_active +EXPORT_SYMBOL_GPL vmlinux 0xf31dc1ca set_task_ioprio +EXPORT_SYMBOL_GPL vmlinux 0xf32016b3 gov_update_cpu_data +EXPORT_SYMBOL_GPL vmlinux 0xf32fab47 of_get_videomode +EXPORT_SYMBOL_GPL vmlinux 0xf331236f btree_geo32 +EXPORT_SYMBOL_GPL vmlinux 0xf33d4555 __sock_recv_timestamp +EXPORT_SYMBOL_GPL vmlinux 0xf342426e platform_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0xf352023f memory_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0xf3579d63 anon_inode_getfd +EXPORT_SYMBOL_GPL vmlinux 0xf368958c mbox_send_message +EXPORT_SYMBOL_GPL vmlinux 0xf36ed975 gpiod_get_index +EXPORT_SYMBOL_GPL vmlinux 0xf3797506 mpi_ec_deinit +EXPORT_SYMBOL_GPL vmlinux 0xf37cea08 led_set_brightness_nopm +EXPORT_SYMBOL_GPL vmlinux 0xf37d7161 ata_wait_register +EXPORT_SYMBOL_GPL vmlinux 0xf3808cb1 get_state_synchronize_rcu +EXPORT_SYMBOL_GPL vmlinux 0xf3a09fe7 crypto_has_kpp +EXPORT_SYMBOL_GPL vmlinux 0xf3b08126 kvmppc_set_msr_hv +EXPORT_SYMBOL_GPL vmlinux 0xf3b451ca kdb_poll_funcs +EXPORT_SYMBOL_GPL vmlinux 0xf3b63510 perf_aux_output_flag +EXPORT_SYMBOL_GPL vmlinux 0xf3c6ded8 pci_d3cold_enable +EXPORT_SYMBOL_GPL vmlinux 0xf3d9d62b tpm2_get_cc_attrs_tbl +EXPORT_SYMBOL_GPL vmlinux 0xf3dd51f7 regulator_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0xf3e2fdac regulator_set_active_discharge_regmap +EXPORT_SYMBOL_GPL vmlinux 0xf4100872 spi_slave_abort +EXPORT_SYMBOL_GPL vmlinux 0xf4131556 device_get_phy_mode +EXPORT_SYMBOL_GPL vmlinux 0xf418f970 of_thermal_get_trip_points +EXPORT_SYMBOL_GPL vmlinux 0xf41c9efc phy_pm_runtime_get +EXPORT_SYMBOL_GPL vmlinux 0xf41fe8fc clk_hw_rate_is_protected +EXPORT_SYMBOL_GPL vmlinux 0xf4273dd5 __clocksource_register_scale +EXPORT_SYMBOL_GPL vmlinux 0xf459ad8b rio_request_outb_mbox +EXPORT_SYMBOL_GPL vmlinux 0xf463d06e i2c_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0xf4641007 input_ff_destroy +EXPORT_SYMBOL_GPL vmlinux 0xf4689d50 linkmode_set_pause +EXPORT_SYMBOL_GPL vmlinux 0xf46f7c73 __wake_up_sync_key +EXPORT_SYMBOL_GPL vmlinux 0xf474946a iptunnel_metadata_reply +EXPORT_SYMBOL_GPL vmlinux 0xf47654df irq_check_status_bit +EXPORT_SYMBOL_GPL vmlinux 0xf47cf18e devlink_param_unregister +EXPORT_SYMBOL_GPL vmlinux 0xf482d05e devm_rtc_allocate_device +EXPORT_SYMBOL_GPL vmlinux 0xf48978ca usb_submit_urb +EXPORT_SYMBOL_GPL vmlinux 0xf493f3bd msi_domain_first_desc +EXPORT_SYMBOL_GPL vmlinux 0xf4a00349 __tracepoint_block_rq_insert +EXPORT_SYMBOL_GPL vmlinux 0xf4a7f9a8 to_nd_desc +EXPORT_SYMBOL_GPL vmlinux 0xf4a95fc5 dax_inode +EXPORT_SYMBOL_GPL vmlinux 0xf4ae33f4 unregister_kretprobes +EXPORT_SYMBOL_GPL vmlinux 0xf4af35c2 rcu_gp_is_normal +EXPORT_SYMBOL_GPL vmlinux 0xf4b5452a fsverity_verify_page +EXPORT_SYMBOL_GPL vmlinux 0xf4b93b31 perf_pmu_migrate_context +EXPORT_SYMBOL_GPL vmlinux 0xf4cb863a bsg_register_queue +EXPORT_SYMBOL_GPL vmlinux 0xf4cd9f8f reset_control_bulk_release +EXPORT_SYMBOL_GPL vmlinux 0xf501591e devlink_port_type_ib_set +EXPORT_SYMBOL_GPL vmlinux 0xf5097543 of_icc_get_by_index +EXPORT_SYMBOL_GPL vmlinux 0xf50fb469 usb_sg_init +EXPORT_SYMBOL_GPL vmlinux 0xf518e160 load_vcpu_state +EXPORT_SYMBOL_GPL vmlinux 0xf52806e9 dev_pm_qos_update_request +EXPORT_SYMBOL_GPL vmlinux 0xf52c63d4 unregister_pernet_device +EXPORT_SYMBOL_GPL vmlinux 0xf540c67c power_supply_put +EXPORT_SYMBOL_GPL vmlinux 0xf541713b vcap_filter_rule_keys +EXPORT_SYMBOL_GPL vmlinux 0xf5457826 pm_clk_resume +EXPORT_SYMBOL_GPL vmlinux 0xf54bd49b lcm +EXPORT_SYMBOL_GPL vmlinux 0xf553318d cpuidle_pause_and_lock +EXPORT_SYMBOL_GPL vmlinux 0xf563de26 regulator_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0xf56c18ff platform_device_register +EXPORT_SYMBOL_GPL vmlinux 0xf581a836 mpc8xxx_spi_probe +EXPORT_SYMBOL_GPL vmlinux 0xf5835560 netdev_is_rx_handler_busy +EXPORT_SYMBOL_GPL vmlinux 0xf58a8f5b set_online_page_callback +EXPORT_SYMBOL_GPL vmlinux 0xf58ac055 dev_pm_opp_sync_regulators +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 0xf5cd3243 pnv_ocxl_spa_remove_pe_from_cache +EXPORT_SYMBOL_GPL vmlinux 0xf5d59df9 __alloc_pages_bulk +EXPORT_SYMBOL_GPL vmlinux 0xf5d82386 of_remove_property +EXPORT_SYMBOL_GPL vmlinux 0xf5f2da36 dev_pm_genpd_add_notifier +EXPORT_SYMBOL_GPL vmlinux 0xf5f370e0 async_schedule_node +EXPORT_SYMBOL_GPL vmlinux 0xf5f55069 pci_hp_remove_devices +EXPORT_SYMBOL_GPL vmlinux 0xf60e7404 usb_anchor_urb +EXPORT_SYMBOL_GPL vmlinux 0xf61ad5af kernstart_virt_addr +EXPORT_SYMBOL_GPL vmlinux 0xf61f6332 devm_pm_runtime_enable +EXPORT_SYMBOL_GPL vmlinux 0xf61fa15e tracing_snapshot_cond +EXPORT_SYMBOL_GPL vmlinux 0xf620bcab __devm_regmap_init_mmio_clk +EXPORT_SYMBOL_GPL vmlinux 0xf63961c6 rhashtable_walk_start_check +EXPORT_SYMBOL_GPL vmlinux 0xf63b735c __netdev_watchdog_up +EXPORT_SYMBOL_GPL vmlinux 0xf64c0654 da9052_adc_manual_read +EXPORT_SYMBOL_GPL vmlinux 0xf64d1e6e crypto_stats_akcipher_verify +EXPORT_SYMBOL_GPL vmlinux 0xf654054f of_msi_configure +EXPORT_SYMBOL_GPL vmlinux 0xf663ee2f pcap_adc_sync +EXPORT_SYMBOL_GPL vmlinux 0xf6751fcb mm_kobj +EXPORT_SYMBOL_GPL vmlinux 0xf692c1d0 proc_create_net_data_write +EXPORT_SYMBOL_GPL vmlinux 0xf6a28554 region_intersects +EXPORT_SYMBOL_GPL vmlinux 0xf6b87276 component_del +EXPORT_SYMBOL_GPL vmlinux 0xf6bc1a7f scsi_host_busy_iter +EXPORT_SYMBOL_GPL vmlinux 0xf6beee37 __SCK__tp_func_pelt_cfs_tp +EXPORT_SYMBOL_GPL vmlinux 0xf6c51471 vp_legacy_set_status +EXPORT_SYMBOL_GPL vmlinux 0xf6c8dc62 cpu_hotplug_enable +EXPORT_SYMBOL_GPL vmlinux 0xf6ca0c54 regulator_get_exclusive +EXPORT_SYMBOL_GPL vmlinux 0xf6cac314 adp5520_set_bits +EXPORT_SYMBOL_GPL vmlinux 0xf6d305b1 dmaengine_unmap_put +EXPORT_SYMBOL_GPL vmlinux 0xf6e05d25 rhashtable_init +EXPORT_SYMBOL_GPL vmlinux 0xf6e355ee dma_resv_get_singleton +EXPORT_SYMBOL_GPL vmlinux 0xf6e772c3 irq_bypass_unregister_producer +EXPORT_SYMBOL_GPL vmlinux 0xf6e874f5 ata_timing_merge +EXPORT_SYMBOL_GPL vmlinux 0xf6f080af led_set_brightness_nosleep +EXPORT_SYMBOL_GPL vmlinux 0xf702cb24 usb_phy_roothub_resume +EXPORT_SYMBOL_GPL vmlinux 0xf72736a9 gpiod_get_raw_array_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0xf72a65ea tty_get_char_size +EXPORT_SYMBOL_GPL vmlinux 0xf73f0f69 generic_online_page +EXPORT_SYMBOL_GPL vmlinux 0xf7455c16 input_event_to_user +EXPORT_SYMBOL_GPL vmlinux 0xf749debc md5_zero_message_hash +EXPORT_SYMBOL_GPL vmlinux 0xf74ad115 phy_save_page +EXPORT_SYMBOL_GPL vmlinux 0xf74bb274 mod_delayed_work_on +EXPORT_SYMBOL_GPL vmlinux 0xf74c8880 spi_new_ancillary_device +EXPORT_SYMBOL_GPL vmlinux 0xf74e7c93 jump_label_rate_limit +EXPORT_SYMBOL_GPL vmlinux 0xf753d7f5 regulator_bulk_disable +EXPORT_SYMBOL_GPL vmlinux 0xf755f40b regulator_get_voltage +EXPORT_SYMBOL_GPL vmlinux 0xf76ac1f6 mas_store +EXPORT_SYMBOL_GPL vmlinux 0xf782fb07 percpu_ref_switch_to_atomic_sync +EXPORT_SYMBOL_GPL vmlinux 0xf791bd35 blkg_conf_prep +EXPORT_SYMBOL_GPL vmlinux 0xf79dd950 led_trigger_rename_static +EXPORT_SYMBOL_GPL vmlinux 0xf7a9ab8a bus_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0xf7aa0829 devm_of_platform_depopulate +EXPORT_SYMBOL_GPL vmlinux 0xf7ac6016 dev_pm_opp_config_clks_simple +EXPORT_SYMBOL_GPL vmlinux 0xf7aef439 md_bitmap_copy_from_slot +EXPORT_SYMBOL_GPL vmlinux 0xf7b5790c alarm_try_to_cancel +EXPORT_SYMBOL_GPL vmlinux 0xf7bb99bc dma_free_noncontiguous +EXPORT_SYMBOL_GPL vmlinux 0xf7bc95b0 devlink_fmsg_pair_nest_start +EXPORT_SYMBOL_GPL vmlinux 0xf7cc7016 shmem_file_setup +EXPORT_SYMBOL_GPL vmlinux 0xf7d8c5da transport_remove_device +EXPORT_SYMBOL_GPL vmlinux 0xf7ddd623 __regmap_init_spi +EXPORT_SYMBOL_GPL vmlinux 0xf8033d80 pinctrl_force_sleep +EXPORT_SYMBOL_GPL vmlinux 0xf80f5fc7 __SCK__tp_func_ata_exec_command +EXPORT_SYMBOL_GPL vmlinux 0xf81200a3 regmap_add_irq_chip_fwnode +EXPORT_SYMBOL_GPL vmlinux 0xf81dce70 thermal_genl_cpu_capability_event +EXPORT_SYMBOL_GPL vmlinux 0xf822a3b1 fwnode_graph_get_port_parent +EXPORT_SYMBOL_GPL vmlinux 0xf82f3657 work_on_cpu +EXPORT_SYMBOL_GPL vmlinux 0xf833860b scsi_queue_work +EXPORT_SYMBOL_GPL vmlinux 0xf8418c87 device_find_any_child +EXPORT_SYMBOL_GPL vmlinux 0xf84b4425 mptcp_pm_get_add_addr_accept_max +EXPORT_SYMBOL_GPL vmlinux 0xf852d746 __tracepoint_tcp_send_reset +EXPORT_SYMBOL_GPL vmlinux 0xf858bb68 usb_phy_roothub_suspend +EXPORT_SYMBOL_GPL vmlinux 0xf883bf93 crypto_dh_key_len +EXPORT_SYMBOL_GPL vmlinux 0xf895dd5c __traceiter_block_rq_insert +EXPORT_SYMBOL_GPL vmlinux 0xf8ab6363 phy_resolve_aneg_linkmode +EXPORT_SYMBOL_GPL vmlinux 0xf8b1730f vcap_rule_add_key_bit +EXPORT_SYMBOL_GPL vmlinux 0xf8f3a0fb ata_ratelimit +EXPORT_SYMBOL_GPL vmlinux 0xf8f71713 i2c_dw_prepare_clk +EXPORT_SYMBOL_GPL vmlinux 0xf8fcb0ec regmap_fields_update_bits_base +EXPORT_SYMBOL_GPL vmlinux 0xf8ff501b power_supply_class +EXPORT_SYMBOL_GPL vmlinux 0xf9093f5b __tracepoint_cpu_frequency +EXPORT_SYMBOL_GPL vmlinux 0xf913d547 nvdimm_bus_add_badrange +EXPORT_SYMBOL_GPL vmlinux 0xf92bbb72 usb_hc_died +EXPORT_SYMBOL_GPL vmlinux 0xf93ef8d0 pci_pri_supported +EXPORT_SYMBOL_GPL vmlinux 0xf9500362 device_bind_driver +EXPORT_SYMBOL_GPL vmlinux 0xf95322f4 kthread_parkme +EXPORT_SYMBOL_GPL vmlinux 0xf955e9c5 bprintf +EXPORT_SYMBOL_GPL vmlinux 0xf9583274 ata_sas_port_stop +EXPORT_SYMBOL_GPL vmlinux 0xf96564d5 pm_generic_thaw +EXPORT_SYMBOL_GPL vmlinux 0xf96dae3a of_get_pci_domain_nr +EXPORT_SYMBOL_GPL vmlinux 0xf9708d5e pm_clk_runtime_suspend +EXPORT_SYMBOL_GPL vmlinux 0xf97471ef opal_i2c_request +EXPORT_SYMBOL_GPL vmlinux 0xf9788555 device_store_int +EXPORT_SYMBOL_GPL vmlinux 0xf978e50e xfrm_dev_resume +EXPORT_SYMBOL_GPL vmlinux 0xf97d0322 security_inode_create +EXPORT_SYMBOL_GPL vmlinux 0xf9a054b5 __round_jiffies +EXPORT_SYMBOL_GPL vmlinux 0xf9a2bbe8 unregister_kretprobe +EXPORT_SYMBOL_GPL vmlinux 0xf9bad1a8 ip6_sk_redirect +EXPORT_SYMBOL_GPL vmlinux 0xf9cd4f74 __traceiter_pelt_irq_tp +EXPORT_SYMBOL_GPL vmlinux 0xf9cec159 pinconf_generic_parse_dt_config +EXPORT_SYMBOL_GPL vmlinux 0xf9ddcc42 fat_attach +EXPORT_SYMBOL_GPL vmlinux 0xf9fcec1a sysfs_create_group +EXPORT_SYMBOL_GPL vmlinux 0xfa019405 irq_domain_free_irqs_common +EXPORT_SYMBOL_GPL vmlinux 0xfa151379 mas_next +EXPORT_SYMBOL_GPL vmlinux 0xfa1eb910 unregister_syscore_ops +EXPORT_SYMBOL_GPL vmlinux 0xfa20488d tcp_parse_mss_option +EXPORT_SYMBOL_GPL vmlinux 0xfa2db33f tty_release_struct +EXPORT_SYMBOL_GPL vmlinux 0xfa337cdb bpf_preload_ops +EXPORT_SYMBOL_GPL vmlinux 0xfa37fb11 vcap_mod_rule +EXPORT_SYMBOL_GPL vmlinux 0xfa43cefc is_hash_blacklisted +EXPORT_SYMBOL_GPL vmlinux 0xfa471996 usb_enable_autosuspend +EXPORT_SYMBOL_GPL vmlinux 0xfa472993 xfrm_state_mtu +EXPORT_SYMBOL_GPL vmlinux 0xfa49ad71 usb_cache_string +EXPORT_SYMBOL_GPL vmlinux 0xfa4b6b85 ndo_dflt_bridge_getlink +EXPORT_SYMBOL_GPL vmlinux 0xfa5e6f0b of_regulator_bulk_get_all +EXPORT_SYMBOL_GPL vmlinux 0xfa6440d5 synth_event_create +EXPORT_SYMBOL_GPL vmlinux 0xfa666974 queue_work_node +EXPORT_SYMBOL_GPL vmlinux 0xfa7ac68e pci_epc_set_bar +EXPORT_SYMBOL_GPL vmlinux 0xfa7d2ad8 hwrng_register +EXPORT_SYMBOL_GPL vmlinux 0xfaa2843c regulator_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0xfaa75ea8 tracing_snapshot_cond_disable +EXPORT_SYMBOL_GPL vmlinux 0xfaa83c6d input_class +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 0xfab7ac8b screen_glyph_unicode +EXPORT_SYMBOL_GPL vmlinux 0xfabb6aff opal_flash_erase +EXPORT_SYMBOL_GPL vmlinux 0xfabe797f spi_target_abort +EXPORT_SYMBOL_GPL vmlinux 0xfabe7cf8 gpiochip_populate_parent_fwspec_fourcell +EXPORT_SYMBOL_GPL vmlinux 0xfad9c827 kill_dax +EXPORT_SYMBOL_GPL vmlinux 0xfadce732 mptcp_pm_get_subflows_max +EXPORT_SYMBOL_GPL vmlinux 0xfaedb498 md_rdev_clear +EXPORT_SYMBOL_GPL vmlinux 0xfaf1761a dw_pcie_ep_linkup +EXPORT_SYMBOL_GPL vmlinux 0xfafdb253 dma_alloc_pages +EXPORT_SYMBOL_GPL vmlinux 0xfb100fa9 of_prop_next_string +EXPORT_SYMBOL_GPL vmlinux 0xfb14e43b mddev_suspend +EXPORT_SYMBOL_GPL vmlinux 0xfb32b30f ring_buffer_read_prepare_sync +EXPORT_SYMBOL_GPL vmlinux 0xfb384777 sdio_f0_writeb +EXPORT_SYMBOL_GPL vmlinux 0xfb3e3325 vas_tx_win_open +EXPORT_SYMBOL_GPL vmlinux 0xfb3e9bda fsnotify_put_group +EXPORT_SYMBOL_GPL vmlinux 0xfb56c6fb validate_xmit_skb_list +EXPORT_SYMBOL_GPL vmlinux 0xfb5a3fdd platform_msi_create_irq_domain +EXPORT_SYMBOL_GPL vmlinux 0xfb60faf5 posix_acl_clone +EXPORT_SYMBOL_GPL vmlinux 0xfb6eedf9 power_group_name +EXPORT_SYMBOL_GPL vmlinux 0xfb6fe4ef rdev_set_badblocks +EXPORT_SYMBOL_GPL vmlinux 0xfb738290 trace_seq_bprintf +EXPORT_SYMBOL_GPL vmlinux 0xfb7f8928 irq_set_affinity_notifier +EXPORT_SYMBOL_GPL vmlinux 0xfb8de59e blk_trace_setup +EXPORT_SYMBOL_GPL vmlinux 0xfb9d0de1 hwpoison_filter +EXPORT_SYMBOL_GPL vmlinux 0xfba41acc ata_sff_thaw +EXPORT_SYMBOL_GPL vmlinux 0xfbbd41ca no_action +EXPORT_SYMBOL_GPL vmlinux 0xfbcfea1e led_trigger_set +EXPORT_SYMBOL_GPL vmlinux 0xfbda59fd sdio_readl +EXPORT_SYMBOL_GPL vmlinux 0xfbf5aa35 get_current_tty +EXPORT_SYMBOL_GPL vmlinux 0xfbffd601 net_prio_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0xfc03d97a page_is_ram +EXPORT_SYMBOL_GPL vmlinux 0xfc13265e gpiochip_relres_irq +EXPORT_SYMBOL_GPL vmlinux 0xfc14bb2e dm_get_dev_t +EXPORT_SYMBOL_GPL vmlinux 0xfc201b66 sprint_oid +EXPORT_SYMBOL_GPL vmlinux 0xfc226fa2 class_interface_unregister +EXPORT_SYMBOL_GPL vmlinux 0xfc234177 _kvmppc_save_tm_pr +EXPORT_SYMBOL_GPL vmlinux 0xfc2bc327 blk_abort_request +EXPORT_SYMBOL_GPL vmlinux 0xfc3153ca srp_remove_host +EXPORT_SYMBOL_GPL vmlinux 0xfc51b499 mmu_lpid_bits +EXPORT_SYMBOL_GPL vmlinux 0xfc521016 usb_hcd_poll_rh_status +EXPORT_SYMBOL_GPL vmlinux 0xfc5bb5db ata_sff_data_xfer32 +EXPORT_SYMBOL_GPL vmlinux 0xfc683b45 has_big_cores +EXPORT_SYMBOL_GPL vmlinux 0xfc6a6427 wbc_attach_and_unlock_inode +EXPORT_SYMBOL_GPL vmlinux 0xfc77d26d component_add +EXPORT_SYMBOL_GPL vmlinux 0xfca620d6 skb_scrub_packet +EXPORT_SYMBOL_GPL vmlinux 0xfcaf49b0 trace_handle_return +EXPORT_SYMBOL_GPL vmlinux 0xfcbfec70 add_memory_driver_managed +EXPORT_SYMBOL_GPL vmlinux 0xfcc1edd3 memory_block_size_bytes +EXPORT_SYMBOL_GPL vmlinux 0xfcc4d457 __traceiter_devlink_trap_report +EXPORT_SYMBOL_GPL vmlinux 0xfccc2779 dw_pcie_ep_raise_msi_irq +EXPORT_SYMBOL_GPL vmlinux 0xfcd45d74 nd_tbl +EXPORT_SYMBOL_GPL vmlinux 0xfce45c4e wm8350_reg_unlock +EXPORT_SYMBOL_GPL vmlinux 0xfcf05e4f ata_bmdma_setup +EXPORT_SYMBOL_GPL vmlinux 0xfcf9ef73 hw_protection_shutdown +EXPORT_SYMBOL_GPL vmlinux 0xfd01560f register_cxl_calls +EXPORT_SYMBOL_GPL vmlinux 0xfd02579e usb_hcd_map_urb_for_dma +EXPORT_SYMBOL_GPL vmlinux 0xfd0be2af perf_event_create_kernel_counter +EXPORT_SYMBOL_GPL vmlinux 0xfd159181 sk_psock_init +EXPORT_SYMBOL_GPL vmlinux 0xfd1a0f7f vp_modern_set_features +EXPORT_SYMBOL_GPL vmlinux 0xfd1cea39 find_vpid +EXPORT_SYMBOL_GPL vmlinux 0xfd205c71 scsi_target_unblock +EXPORT_SYMBOL_GPL vmlinux 0xfd20a7b9 pm_generic_runtime_resume +EXPORT_SYMBOL_GPL vmlinux 0xfd284591 inet_ehash_nolisten +EXPORT_SYMBOL_GPL vmlinux 0xfd2c62ad devlink_dpipe_table_counter_enabled +EXPORT_SYMBOL_GPL vmlinux 0xfd32996e nvdimm_region_delete +EXPORT_SYMBOL_GPL vmlinux 0xfd4e2dd3 extcon_get_edev_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0xfd6e68f9 of_i2c_get_board_info +EXPORT_SYMBOL_GPL vmlinux 0xfd77e268 register_sys_off_handler +EXPORT_SYMBOL_GPL vmlinux 0xfd793bc2 da9055_regmap_config +EXPORT_SYMBOL_GPL vmlinux 0xfd9cf73e component_master_add_with_match +EXPORT_SYMBOL_GPL vmlinux 0xfdaf7394 nfs_ssc_client_tbl +EXPORT_SYMBOL_GPL vmlinux 0xfdbd7a17 crypto_get_attr_type +EXPORT_SYMBOL_GPL vmlinux 0xfdbd8bb0 mm_iommu_get +EXPORT_SYMBOL_GPL vmlinux 0xfdbf1ab8 ata_do_set_mode +EXPORT_SYMBOL_GPL vmlinux 0xfdc9a73a usb_phy_set_charger_current +EXPORT_SYMBOL_GPL vmlinux 0xfde82c02 of_platform_populate +EXPORT_SYMBOL_GPL vmlinux 0xfde8dac0 tty_buffer_request_room +EXPORT_SYMBOL_GPL vmlinux 0xfdea672d device_get_next_child_node +EXPORT_SYMBOL_GPL vmlinux 0xfded244e devm_phy_optional_get +EXPORT_SYMBOL_GPL vmlinux 0xfdf5a200 subsys_dev_iter_init +EXPORT_SYMBOL_GPL vmlinux 0xfe0f4da8 ata_sff_irq_on +EXPORT_SYMBOL_GPL vmlinux 0xfe109050 rio_request_inb_mbox +EXPORT_SYMBOL_GPL vmlinux 0xfe12a8b1 srp_stop_rport_timers +EXPORT_SYMBOL_GPL vmlinux 0xfe12c826 fib4_rule_default +EXPORT_SYMBOL_GPL vmlinux 0xfe19dc28 vivaldi_function_row_physmap_show +EXPORT_SYMBOL_GPL vmlinux 0xfe1a7a7b mpi_point_release +EXPORT_SYMBOL_GPL vmlinux 0xfe1a9251 get_device +EXPORT_SYMBOL_GPL vmlinux 0xfe1b2f45 ring_buffer_unlock_commit +EXPORT_SYMBOL_GPL vmlinux 0xfe211bf0 trace_event_reg +EXPORT_SYMBOL_GPL vmlinux 0xfe2c3286 usb_anchor_resume_wakeups +EXPORT_SYMBOL_GPL vmlinux 0xfe2d11f2 usb_of_get_interface_node +EXPORT_SYMBOL_GPL vmlinux 0xfe476039 ktime_get_resolution_ns +EXPORT_SYMBOL_GPL vmlinux 0xfe6f3c4b sata_lpm_ignore_phy_events +EXPORT_SYMBOL_GPL vmlinux 0xfe7e86d4 PageHuge +EXPORT_SYMBOL_GPL vmlinux 0xfe8cdb84 ring_buffer_alloc_read_page +EXPORT_SYMBOL_GPL vmlinux 0xfe90793b icc_disable +EXPORT_SYMBOL_GPL vmlinux 0xfe990052 gpio_free +EXPORT_SYMBOL_GPL vmlinux 0xfe99dad0 dtpm_create_hierarchy +EXPORT_SYMBOL_GPL vmlinux 0xfe9dac17 serdev_device_alloc +EXPORT_SYMBOL_GPL vmlinux 0xfea181d1 i2c_probe_func_quick_read +EXPORT_SYMBOL_GPL vmlinux 0xfeaa1558 opal_async_wait_response_interruptible +EXPORT_SYMBOL_GPL vmlinux 0xfec0c46b devm_free_pages +EXPORT_SYMBOL_GPL vmlinux 0xfecd8eac xfrm_audit_state_notfound +EXPORT_SYMBOL_GPL vmlinux 0xfed11ed1 usb_mon_deregister +EXPORT_SYMBOL_GPL vmlinux 0xfedb4f18 xdp_attachment_setup +EXPORT_SYMBOL_GPL vmlinux 0xfedd63ce pci_hp_destroy +EXPORT_SYMBOL_GPL vmlinux 0xfede9222 __tracepoint_suspend_resume +EXPORT_SYMBOL_GPL vmlinux 0xfee9665c crypto_grab_shash +EXPORT_SYMBOL_GPL vmlinux 0xfeea626a sfp_add_phy +EXPORT_SYMBOL_GPL vmlinux 0xfef6c9de gpiod_toggle_active_low +EXPORT_SYMBOL_GPL vmlinux 0xff05fa13 vring_interrupt +EXPORT_SYMBOL_GPL vmlinux 0xff1666f3 reset_control_bulk_assert +EXPORT_SYMBOL_GPL vmlinux 0xff291ecf clk_unregister_divider +EXPORT_SYMBOL_GPL vmlinux 0xff426e2f ata_std_sched_eh +EXPORT_SYMBOL_GPL vmlinux 0xff42c374 usb_role_switch_get_role +EXPORT_SYMBOL_GPL vmlinux 0xff5d26b5 regulator_get_current_limit_regmap +EXPORT_SYMBOL_GPL vmlinux 0xff5d8ba6 __iomap_dio_rw +EXPORT_SYMBOL_GPL vmlinux 0xff5e9853 tcp_plb_check_rehash +EXPORT_SYMBOL_GPL vmlinux 0xff6a0275 preempt_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0xff6db3e5 pm_clk_remove +EXPORT_SYMBOL_GPL vmlinux 0xff746fce eeh_dev_open +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 0xff89d05e class_compat_remove_link +EXPORT_SYMBOL_GPL vmlinux 0xff8ebdc8 serial8250_do_set_ldisc +EXPORT_SYMBOL_GPL vmlinux 0xff9e23d1 hugetlb_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0xffa45071 crypto_shash_update +EXPORT_SYMBOL_GPL vmlinux 0xffaad8bc ip6_local_out +EXPORT_SYMBOL_GPL vmlinux 0xffae8e8b nsecs_to_jiffies +EXPORT_SYMBOL_GPL vmlinux 0xffbfd650 icc_node_add +EXPORT_SYMBOL_GPL vmlinux 0xffc30c67 mmc_sanitize +EXPORT_SYMBOL_GPL vmlinux 0xffc31016 __stack_depot_save +EXPORT_SYMBOL_GPL vmlinux 0xffcda2d9 cpu_add_dev_attr_group +EXPORT_SYMBOL_GPL vmlinux 0xffe88d7b handle_untracked_irq +EXPORT_SYMBOL_GPL vmlinux 0xffef5cda regcache_mark_dirty +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 0x025c6927 cs_dsp_read_data_word drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x08f0d458 cs_dsp_set_dspclk drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x09785098 cs_dsp_adsp1_init drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x144d6986 cs_dsp_mem_region_name drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x18ec236b cs_dsp_power_up drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x1a7f15dd cs_dsp_write_data_word drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x1ddcabd3 cs_dsp_coeff_write_ctrl drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x26b3747c cs_dsp_find_alg_region drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x4acd55dc cs_dsp_adsp2_bus_error drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x4c92005e cs_dsp_coeff_write_acked_control 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 0x56f6dc93 cs_dsp_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 0x7d86ca74 cs_dsp_run drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x83198aa3 cs_dsp_adsp1_power_down drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x8b35d592 cs_dsp_halo_bus_error drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x9128efcd cs_dsp_read_raw_data_block drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x99f8ad7f cs_dsp_get_ctl drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x9cb0f391 cs_dsp_init_debugfs 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 0xa2e87400 cs_dsp_coeff_read_ctrl 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 0xb8658513 cs_dsp_cleanup_debugfs drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0xba46b195 cs_dsp_remove drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0xc741c3a4 cs_dsp_halo_init drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0xcc4d3ef4 cs_dsp_stop drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0xcc5b9a99 cs_dsp_adsp1_power_up drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0xe0f491c4 cs_dsp_adsp2_init drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0xf72943d4 cs_dsp_halo_wdt_expire drivers/firmware/cirrus/cs_dsp +HWMON_THERMAL EXPORT_SYMBOL_GPL 0x07226830 hwmon_device_register_for_thermal vmlinux +IIO_AD5592R EXPORT_SYMBOL_GPL 0x7acfbece ad5592r_remove drivers/iio/dac/ad5592r-base +IIO_AD5592R EXPORT_SYMBOL_GPL 0x9ebfd365 ad5592r_probe drivers/iio/dac/ad5592r-base +IIO_AD5686 EXPORT_SYMBOL_GPL 0x46275165 ad5686_probe drivers/iio/dac/ad5686 +IIO_AD5686 EXPORT_SYMBOL_GPL 0xc9c976d5 ad5686_remove drivers/iio/dac/ad5686 +IIO_AD7091R EXPORT_SYMBOL_GPL 0x77a3db7f ad7091r_probe drivers/iio/adc/ad7091r-base +IIO_AD7091R EXPORT_SYMBOL_GPL 0xc7ff6c17 ad7091r_regmap_config drivers/iio/adc/ad7091r-base +IIO_AD7606 EXPORT_SYMBOL_GPL 0xaf7d78fa ad7606_probe drivers/iio/adc/ad7606 +IIO_AD7606 EXPORT_SYMBOL_GPL 0xd4b8cc38 ad7606_pm_ops drivers/iio/adc/ad7606 +IIO_ADISLIB EXPORT_SYMBOL 0x549aa453 __adis_enable_irq drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL 0x781633a4 adis_debugfs_reg_access drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0x040b4691 adis_init drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0x0fed309b __adis_initial_startup drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0x2120b490 devm_adis_setup_buffer_and_trigger drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0x376a742d __adis_check_status drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0x5af5bd3c __adis_write_reg drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0x67a8c76a __adis_update_bits_base drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0x7045375e devm_adis_probe_trigger drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0x79b05449 adis_update_scan_mode drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0x95e059fd __adis_read_reg drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0xaf8e064a adis_single_conversion drivers/iio/imu/adis_lib +IIO_ADIS_LIB EXPORT_SYMBOL_GPL 0x0e930b0e __adis_reset drivers/iio/imu/adis_lib +IIO_ADI_AXI EXPORT_SYMBOL_GPL 0x6d6f8131 devm_adi_axi_adc_conv_register drivers/iio/adc/adi-axi-adc +IIO_ADI_AXI EXPORT_SYMBOL_GPL 0xedacb6b2 adi_axi_adc_conv_priv 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 0xaa8b47ac 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 0xf6a9935f 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 0x6a63e2e8 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 0xc9b2feaf adxl367_probe drivers/iio/accel/adxl367 +IIO_ADXL372 EXPORT_SYMBOL_GPL 0x76543b97 adxl372_probe drivers/iio/accel/adxl372 +IIO_ADXL372 EXPORT_SYMBOL_GPL 0x93db6b9d adxl372_readable_noinc_reg drivers/iio/accel/adxl372 +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0x1637f18e ad_sigma_delta_single_conversion drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0x36c11876 ad_sd_validate_trigger drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0x5ee1b433 ad_sd_calibrate_all drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0x612051a8 devm_ad_sd_setup_buffer_and_trigger drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0x6d178d50 ad_sd_read_reg drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0x6f9f7487 ad_sd_init drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0x95bf6ba2 ad_sd_write_reg drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0xbf7a53ff ad_sd_set_comm drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0xbfdd6c84 ad_sd_reset drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0xe2e6973e ad_sd_calibrate drivers/iio/adc/ad_sigma_delta +IIO_BMA400 EXPORT_SYMBOL 0x763af65d bma400_regmap_config drivers/iio/accel/bma400_core +IIO_BMA400 EXPORT_SYMBOL 0xfa3db27d bma400_probe drivers/iio/accel/bma400_core +IIO_BMC150 EXPORT_SYMBOL_GPL 0x0c1adcb3 bmc150_accel_core_remove drivers/iio/accel/bmc150-accel-core +IIO_BMC150 EXPORT_SYMBOL_GPL 0x3a70aced bmc150_accel_pm_ops drivers/iio/accel/bmc150-accel-core +IIO_BMC150 EXPORT_SYMBOL_GPL 0x3e5c25f3 bmc150_regmap_conf drivers/iio/accel/bmc150-accel-core +IIO_BMC150 EXPORT_SYMBOL_GPL 0x9a365b72 bmc150_accel_core_probe drivers/iio/accel/bmc150-accel-core +IIO_BMC150_MAGN EXPORT_SYMBOL 0x61d48c7a bmc150_magn_remove drivers/iio/magnetometer/bmc150_magn +IIO_BMC150_MAGN EXPORT_SYMBOL 0x744f31a9 bmc150_magn_pm_ops drivers/iio/magnetometer/bmc150_magn +IIO_BMC150_MAGN EXPORT_SYMBOL 0xd0013820 bmc150_magn_regmap_config drivers/iio/magnetometer/bmc150_magn +IIO_BMC150_MAGN EXPORT_SYMBOL 0xf30876a6 bmc150_magn_probe drivers/iio/magnetometer/bmc150_magn +IIO_BME680 EXPORT_SYMBOL 0xf928a0e0 bme680_regmap_config drivers/iio/chemical/bme680_core +IIO_BME680 EXPORT_SYMBOL_GPL 0x231def0c bme680_core_probe drivers/iio/chemical/bme680_core +IIO_BMI088 EXPORT_SYMBOL_GPL 0x0b44f11c bmi088_accel_pm_ops drivers/iio/accel/bmi088-accel-core +IIO_BMI088 EXPORT_SYMBOL_GPL 0x207156ff bmi088_accel_core_probe drivers/iio/accel/bmi088-accel-core +IIO_BMI088 EXPORT_SYMBOL_GPL 0x8ad43430 bmi088_regmap_conf drivers/iio/accel/bmi088-accel-core +IIO_BMI088 EXPORT_SYMBOL_GPL 0xa1509d16 bmi088_accel_core_remove drivers/iio/accel/bmi088-accel-core +IIO_BMI160 EXPORT_SYMBOL 0x12c57af7 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 0x8a67b47d bmi160_core_probe drivers/iio/imu/bmi160/bmi160_core +IIO_BMP280 EXPORT_SYMBOL 0x11ee04ea bmp380_regmap_config drivers/iio/pressure/bmp280 +IIO_BMP280 EXPORT_SYMBOL 0x143a6f69 bmp180_regmap_config drivers/iio/pressure/bmp280 +IIO_BMP280 EXPORT_SYMBOL 0xdccf0e1d bmp280_common_probe drivers/iio/pressure/bmp280 +IIO_BMP280 EXPORT_SYMBOL 0xfebcb20b bmp280_regmap_config drivers/iio/pressure/bmp280 +IIO_BNO055 EXPORT_SYMBOL_GPL 0x80c7fc64 bno055_regmap_config drivers/iio/imu/bno055/bno055 +IIO_BNO055 EXPORT_SYMBOL_GPL 0x83a37986 bno055_probe drivers/iio/imu/bno055/bno055 +IIO_FXAS21002C EXPORT_SYMBOL_GPL 0x270efe5e fxas21002c_core_probe drivers/iio/gyro/fxas21002c_core +IIO_FXAS21002C EXPORT_SYMBOL_GPL 0x5c5d3b08 fxas21002c_core_remove drivers/iio/gyro/fxas21002c_core +IIO_FXAS21002C EXPORT_SYMBOL_GPL 0x7fcdc925 fxas21002c_pm_ops drivers/iio/gyro/fxas21002c_core +IIO_FXLS8962AF EXPORT_SYMBOL_GPL 0x4369df85 fxls8962af_i2c_regmap_conf drivers/iio/accel/fxls8962af-core +IIO_FXLS8962AF EXPORT_SYMBOL_GPL 0xa6c5f27b fxls8962af_pm_ops drivers/iio/accel/fxls8962af-core +IIO_FXLS8962AF EXPORT_SYMBOL_GPL 0xe1b74b40 fxls8962af_spi_regmap_conf drivers/iio/accel/fxls8962af-core +IIO_FXLS8962AF EXPORT_SYMBOL_GPL 0xeb5f05a1 fxls8962af_core_probe drivers/iio/accel/fxls8962af-core +IIO_HID EXPORT_SYMBOL 0x19f13b33 hid_sensor_power_state drivers/iio/common/hid-sensors/hid-sensor-trigger +IIO_HID EXPORT_SYMBOL 0x316a949c hid_sensor_read_samp_freq_value drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID EXPORT_SYMBOL 0x4e1a38b8 hid_sensor_write_samp_freq_value drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID EXPORT_SYMBOL 0x56b7e9e3 hid_sensor_read_raw_hyst_value drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID EXPORT_SYMBOL 0x78891512 hid_sensor_write_raw_hyst_rel_value drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID EXPORT_SYMBOL 0x7f4bd733 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 0x866a622e hid_sensor_read_raw_hyst_rel_value drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID EXPORT_SYMBOL 0x9a4323e9 hid_sensor_remove_trigger drivers/iio/common/hid-sensors/hid-sensor-trigger +IIO_HID EXPORT_SYMBOL 0xca836dd3 hid_sensor_pm_ops drivers/iio/common/hid-sensors/hid-sensor-trigger +IIO_HID EXPORT_SYMBOL 0xd0a679a7 hid_sensor_parse_common_attributes drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID EXPORT_SYMBOL 0xe400e9c8 hid_sensor_setup_trigger drivers/iio/common/hid-sensors/hid-sensor-trigger +IIO_HID EXPORT_SYMBOL 0xef8e48d5 hid_sensor_convert_timestamp drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID_ATTRIBUTES EXPORT_SYMBOL 0x2c71f565 hid_sensor_get_report_latency drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID_ATTRIBUTES EXPORT_SYMBOL 0xa01018cc hid_sensor_batch_mode_supported drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID_ATTRIBUTES EXPORT_SYMBOL 0xdb118058 hid_sensor_read_poll_value drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID_ATTRIBUTES EXPORT_SYMBOL 0xee7566c5 hid_sensor_set_report_latency drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HMC5843 EXPORT_SYMBOL 0x09516d35 hmc5843_common_probe drivers/iio/magnetometer/hmc5843_core +IIO_HMC5843 EXPORT_SYMBOL 0x4ff21124 hmc5843_pm_ops drivers/iio/magnetometer/hmc5843_core +IIO_HMC5843 EXPORT_SYMBOL 0xd824e72b hmc5843_common_remove drivers/iio/magnetometer/hmc5843_core +IIO_HTS221 EXPORT_SYMBOL 0x2a1b0aa9 hts221_probe drivers/iio/humidity/hts221 +IIO_HTS221 EXPORT_SYMBOL 0xac5eb0a6 hts221_pm_ops drivers/iio/humidity/hts221 +IIO_ICM42600 EXPORT_SYMBOL_GPL 0x67ac0959 inv_icm42600_pm_ops drivers/iio/imu/inv_icm42600/inv-icm42600 +IIO_ICM42600 EXPORT_SYMBOL_GPL 0x73b7564b inv_icm42600_core_probe drivers/iio/imu/inv_icm42600/inv-icm42600 +IIO_ICM42600 EXPORT_SYMBOL_GPL 0xe87e6527 inv_icm42600_regmap_config drivers/iio/imu/inv_icm42600/inv-icm42600 +IIO_KX022A EXPORT_SYMBOL_GPL 0x316c463d kx022a_probe_internal drivers/iio/accel/kionix-kx022a +IIO_KX022A EXPORT_SYMBOL_GPL 0xbdaee1a6 kx022a_regmap drivers/iio/accel/kionix-kx022a +IIO_KXSD9 EXPORT_SYMBOL 0x21356d0c kxsd9_dev_pm_ops drivers/iio/accel/kxsd9 +IIO_KXSD9 EXPORT_SYMBOL 0xa647058b kxsd9_common_probe drivers/iio/accel/kxsd9 +IIO_KXSD9 EXPORT_SYMBOL 0xaa31823c kxsd9_common_remove drivers/iio/accel/kxsd9 +IIO_LSM6DSX EXPORT_SYMBOL 0x1222c308 st_lsm6dsx_probe drivers/iio/imu/st_lsm6dsx/st_lsm6dsx +IIO_LSM6DSX EXPORT_SYMBOL 0xd6cd5068 st_lsm6dsx_pm_ops drivers/iio/imu/st_lsm6dsx/st_lsm6dsx +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0x01d6367e ms_sensors_ht_read_temperature drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0x045688dd ms_sensors_read_prom_word drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0x235665f0 ms_sensors_write_heater drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0x2d2f5cd5 ms_sensors_reset drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0x42b6a050 ms_sensors_convert_and_read drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0x46ddaf03 ms_sensors_write_resolution drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0x471f2ab8 ms_sensors_read_serial drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0x599db8c4 ms_sensors_read_temp_and_pressure drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0x5a8b0652 ms_sensors_show_heater drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0x65342bd7 ms_sensors_ht_read_humidity drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0x82b58e03 ms_sensors_show_battery_low drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0xe8159bef ms_sensors_tp_read_prom drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MMA7455 EXPORT_SYMBOL_GPL 0x2e696ed2 mma7455_core_probe drivers/iio/accel/mma7455_core +IIO_MMA7455 EXPORT_SYMBOL_GPL 0x3975a903 mma7455_core_remove drivers/iio/accel/mma7455_core +IIO_MMA7455 EXPORT_SYMBOL_GPL 0x6e14fdcf mma7455_core_regmap drivers/iio/accel/mma7455_core +IIO_MMA9551 EXPORT_SYMBOL 0x09817198 mma9551_read_version drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x0c6330b7 mma9551_read_config_word drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x156f45ad mma9551_set_power_state drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x1bb29e44 mma9551_read_status_words drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x41ef446c mma9551_read_accel_scale drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x4d26d2f0 mma9551_read_status_word drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x4e2e217c mma9551_app_reset drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x80a08e9b mma9551_write_config_words drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x86697fd7 mma9551_read_config_words drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x87335ae5 mma9551_read_status_byte drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x8fe85489 mma9551_write_config_byte drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0xabd3a8f3 mma9551_write_config_word drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0xb2b93e36 mma9551_gpio_config drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0xbcd7fe96 mma9551_sleep drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0xc6ab7d4e mma9551_read_config_byte drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0xe3df72b1 mma9551_update_config_bits drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0xeeb0dbf1 mma9551_read_accel_chan drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0xf9f52169 mma9551_set_device_state drivers/iio/accel/mma9551_core +IIO_MPL115 EXPORT_SYMBOL 0xff60b612 mpl115_dev_pm_ops drivers/iio/pressure/mpl115 +IIO_MPL115 EXPORT_SYMBOL_GPL 0x213c5a9e mpl115_probe drivers/iio/pressure/mpl115 +IIO_MPU6050 EXPORT_SYMBOL_GPL 0xd1e130d8 inv_mpu_core_probe drivers/iio/imu/inv_mpu6050/inv-mpu6050 +IIO_MPU6050 EXPORT_SYMBOL_GPL 0xe0e45f41 inv_mpu_pmops drivers/iio/imu/inv_mpu6050/inv-mpu6050 +IIO_MS5611 EXPORT_SYMBOL 0x2588e979 ms5611_remove drivers/iio/pressure/ms5611_core +IIO_MS5611 EXPORT_SYMBOL 0xecd56ce1 ms5611_probe drivers/iio/pressure/ms5611_core +IIO_RESCALE EXPORT_SYMBOL_GPL 0x975b79ae rescale_process_offset drivers/iio/afe/iio-rescale +IIO_RESCALE EXPORT_SYMBOL_GPL 0xa413efca rescale_process_scale drivers/iio/afe/iio-rescale +IIO_RM3100 EXPORT_SYMBOL_GPL 0x00ab0474 rm3100_common_probe drivers/iio/magnetometer/rm3100-core +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_SCD30 EXPORT_SYMBOL 0x26b757e9 scd30_pm_ops drivers/iio/chemical/scd30_core +IIO_SCD30 EXPORT_SYMBOL 0x53294d4a scd30_probe drivers/iio/chemical/scd30_core +IIO_SPS30 EXPORT_SYMBOL_GPL 0xff4ac7d7 sps30_probe drivers/iio/chemical/sps30 +IIO_SSP_SENSORS EXPORT_SYMBOL 0x006e409c ssp_change_delay drivers/iio/common/ssp_sensors/sensorhub +IIO_SSP_SENSORS EXPORT_SYMBOL 0x11fd553d ssp_register_consumer drivers/iio/common/ssp_sensors/sensorhub +IIO_SSP_SENSORS EXPORT_SYMBOL 0x4ee9b282 ssp_common_process_data drivers/iio/common/ssp_sensors/ssp_iio +IIO_SSP_SENSORS EXPORT_SYMBOL 0x520bcea0 ssp_disable_sensor drivers/iio/common/ssp_sensors/sensorhub +IIO_SSP_SENSORS EXPORT_SYMBOL 0x7707ab1d ssp_get_sensor_delay drivers/iio/common/ssp_sensors/sensorhub +IIO_SSP_SENSORS EXPORT_SYMBOL 0x83361695 ssp_common_buffer_postenable drivers/iio/common/ssp_sensors/ssp_iio +IIO_SSP_SENSORS EXPORT_SYMBOL 0xefb1e47f ssp_common_buffer_postdisable drivers/iio/common/ssp_sensors/ssp_iio +IIO_SSP_SENSORS EXPORT_SYMBOL 0xf6918c31 ssp_enable_sensor drivers/iio/common/ssp_sensors/sensorhub +IIO_ST_SENSORS EXPORT_SYMBOL 0x074d7047 st_sensors_trigger_handler drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x1235a692 st_sensors_sysfs_sampling_frequency_avail drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x13361eb1 st_sensors_get_settings_index drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x19a9ad44 st_sensors_validate_device drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x19b0df26 st_sensors_set_fullscale_by_gain drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x27ce5f1b st_sensors_read_info_raw drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x2eff01fb st_magn_common_probe drivers/iio/magnetometer/st_magn +IIO_ST_SENSORS EXPORT_SYMBOL 0x53f0c761 st_sensors_i2c_configure drivers/iio/common/st_sensors/st_sensors_i2c +IIO_ST_SENSORS EXPORT_SYMBOL 0x569042bb st_accel_common_probe drivers/iio/accel/st_accel +IIO_ST_SENSORS EXPORT_SYMBOL 0x56ed1df5 st_gyro_common_probe drivers/iio/gyro/st_gyro +IIO_ST_SENSORS EXPORT_SYMBOL 0x581084ee st_magn_get_settings drivers/iio/magnetometer/st_magn +IIO_ST_SENSORS EXPORT_SYMBOL 0x5f85752c st_sensors_dev_name_probe drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x60a0297a st_sensors_debugfs_reg_access drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x6a395317 st_sensors_set_dataready_irq drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x6cf44f3f st_sensors_set_enable drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x904bfd72 st_sensors_init_sensor drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x98e34a4e st_sensors_sysfs_scale_avail drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0xa3f5cb9a st_sensors_power_enable drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0xa5b4e736 st_press_common_probe drivers/iio/pressure/st_pressure +IIO_ST_SENSORS EXPORT_SYMBOL 0xbb048916 st_sensors_verify_id drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0xc58ad139 st_sensors_allocate_trigger drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0xc9e44f4f st_gyro_get_settings drivers/iio/gyro/st_gyro +IIO_ST_SENSORS EXPORT_SYMBOL 0xce824797 st_sensors_set_odr drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0xd165c96d st_press_get_settings drivers/iio/pressure/st_pressure +IIO_ST_SENSORS EXPORT_SYMBOL 0xd701e323 st_accel_get_settings drivers/iio/accel/st_accel +IIO_ST_SENSORS EXPORT_SYMBOL 0xdfac19a7 st_sensors_set_axis_enable drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0xf754a31b st_sensors_spi_configure drivers/iio/common/st_sensors/st_sensors_spi +IIO_ST_SENSORS EXPORT_SYMBOL_GPL 0x3b29d1df st_lsm9ds0_probe drivers/iio/imu/st_lsm9ds0/st_lsm9ds0 +IIO_UVIS25 EXPORT_SYMBOL 0x3d3104d7 st_uvis25_probe drivers/iio/light/st_uvis25_core +IIO_UVIS25 EXPORT_SYMBOL 0xb14d00e5 st_uvis25_pm_ops drivers/iio/light/st_uvis25_core +IIO_ZPA2326 EXPORT_SYMBOL_GPL 0x160474b2 zpa2326_isreg_readable drivers/iio/pressure/zpa2326 +IIO_ZPA2326 EXPORT_SYMBOL_GPL 0x55cc534c zpa2326_isreg_writeable drivers/iio/pressure/zpa2326 +IIO_ZPA2326 EXPORT_SYMBOL_GPL 0x6c67095e zpa2326_remove drivers/iio/pressure/zpa2326 +IIO_ZPA2326 EXPORT_SYMBOL_GPL 0x78791293 zpa2326_pm_ops drivers/iio/pressure/zpa2326 +IIO_ZPA2326 EXPORT_SYMBOL_GPL 0xed008d6c zpa2326_isreg_precious drivers/iio/pressure/zpa2326 +IIO_ZPA2326 EXPORT_SYMBOL_GPL 0xfa3a7617 zpa2326_probe drivers/iio/pressure/zpa2326 +IOMMUFD EXPORT_SYMBOL_GPL 0x156bbf74 iommufd_access_destroy drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0x325effd9 iommufd_device_unbind drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0x364e35f1 iommufd_ctx_get drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0x3a8140b7 iommufd_ctx_from_file drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0x4b5301b2 iommufd_device_detach drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0x4b6f5846 iommufd_ctx_put drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0xae169835 iommufd_access_create drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0xb16c8eab iommufd_access_rw drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0xcc3c5275 iommufd_device_bind drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0xd5ee4c9e iommufd_access_pin_pages drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0xf8cbb52a iommufd_access_unpin_pages drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0xfe01a59f iommufd_device_attach drivers/iommu/iommufd/iommufd +IOMMUFD_VFIO EXPORT_SYMBOL_GPL 0x17b04906 iommufd_vfio_compat_ioas_id drivers/iommu/iommufd/iommufd +IWLWIFI EXPORT_SYMBOL_GPL 0x0a3d4ee2 iwl_parse_eeprom_data drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x0e189455 iwl_fw_dbg_stop_restart_recording drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x0e74c1da iwl_write64 drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x11f2c2d4 iwl_fw_dbg_collect_desc drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x13c2ea12 iwl_force_nmi drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x13dc9ab8 iwl_write_prph_delay drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x186acf64 iwl_read_direct32 drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x1a7e2a7d iwl_fw_runtime_init drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x1ad85db0 iwl_phy_db_init drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x1ee1c386 iwl_wait_notification 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 0x24a37d42 iwl_finish_nic_init drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x270b032c iwl_write8 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 0x2eaa864c iwl_fw_runtime_suspend drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x2fa335b2 iwl_clear_bits_prph drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x3002ec5f iwl_read_prph_no_grab drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x35033c81 iwl_phy_db_free drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x35307150 iwl_notification_wait drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x37956b72 rs_pretty_print_rate drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x4003f3ac iwl_init_paging drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x4258ca0e iwl_poll_bit drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x44721fca iwl_parse_nvm_mcc_info drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x46f645cf __iwl_crit 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 0x4ae23874 iwl_fw_runtime_resume drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x4ba2b709 iwl_set_bits_prph drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x51a0b5fd iwl_fwrt_dump_error_logs drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x55412b64 iwl_get_nvm drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x5653b891 iwl_fw_dbg_stop_sync drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x59c62341 __iwl_info drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x5c410258 iwl_configure_rxq drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x5c52e109 iwl_opmode_deregister drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x604bf6a2 iwl_write_direct64 drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x65562336 iwl_trans_send_cmd drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x65674348 iwl_opmode_register drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x6e4a86d9 iwl_notification_wait_init drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x724e8822 iwl_remove_notification drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x7307e077 iwl_abort_notification_waits drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x776221bf iwl_send_phy_db_data drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x77a9e64f iwl_fw_dbg_read_d3_debug_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 0x7933c012 iwl_get_cmd_string drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x7c937cec iwl_write_prph_no_grab drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x7ea89277 iwl_get_shared_mem_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 0x84bb50e1 iwl_rs_pretty_ant drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x869280b8 iwl_poll_direct_bit drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x874c77de iwl_fw_rate_idx_to_plcp drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x87ac0c0d __iwl_warn drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x8d53d38b __iwl_dbg drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x92e59d1f iwl_fw_dbg_collect drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x9f732773 iwl_write_direct32 drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xa84b6d05 _iwl_dbg_tlv_time_point drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xaed6c159 iwl_parse_nvm_data drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xaf82fa3e iwl_cmd_groups_verify_sorted drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xb09266fa 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 0xb4aeb51b iwl_set_bits_mask_prph drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xb5ea49c3 iwl_write_prph64_no_grab drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xb658d837 iwl_pnvm_load drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xb7d5ffb1 iwl_rate_mcs drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xb9adb5ba iwl_read_external_nvm drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xbb5aff98 iwl_fw_start_dbg_conf drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xbbaa0254 iwl_fw_dbg_error_collect drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xbd68757f iwl_read32 drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xbf8dfda9 iwl_set_soc_latency drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xc60be667 iwl_parse_mei_nvm_data drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xcd726288 iwl_dbg_tlv_del_timers 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 0xd6ce6ea4 iwl_read_eeprom drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xe96d6dfa iwl_read_prph drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xea1b26fc iwl_nvm_fixups drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xf14c100b iwl_write32 drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xf7df0579 iwl_free_fw_paging drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xff3de042 __iwl_err drivers/net/wireless/intel/iwlwifi/iwlwifi +LTC2497 EXPORT_SYMBOL 0x2f10116a ltc2497core_remove drivers/iio/adc/ltc2497-core +LTC2497 EXPORT_SYMBOL 0x8df83cd6 ltc2497core_probe drivers/iio/adc/ltc2497-core +MCB EXPORT_SYMBOL_GPL 0x07051529 mcb_get_resource drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0x23caa18c mcb_bus_put drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0x2759316c mcb_alloc_dev drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0x328d5e89 mcb_unregister_driver drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0x5503bec0 mcb_device_register drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0x59e6c38e mcb_bus_add_devices drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0x8467c1c9 mcb_free_dev drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0x87d2b134 mcb_request_mem drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0x9fdf8c47 mcb_alloc_bus drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0xa9fc3564 mcb_bus_get drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0xb59703da chameleon_parse_cells drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0xeb2c8905 mcb_release_mem drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0xecc4943e mcb_get_irq drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0xee048024 mcb_release_bus drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0xf3efd90d __mcb_register_driver drivers/mcb/mcb +MFD_OCELOT EXPORT_SYMBOL 0x3d719ba1 ocelot_core_init drivers/mfd/ocelot-soc +MFD_OCELOT EXPORT_SYMBOL 0xfee65b5c ocelot_chip_reset drivers/mfd/ocelot-soc +MFD_OCELOT_SPI EXPORT_SYMBOL 0x60e57340 ocelot_spi_init_regmap drivers/mfd/ocelot-soc +NVME_TARGET_PASSTHRU EXPORT_SYMBOL_GPL 0x080cf8ad nvme_passthru_end drivers/nvme/host/nvme-core +NVME_TARGET_PASSTHRU EXPORT_SYMBOL_GPL 0x3101197e nvme_ctrl_from_file drivers/nvme/host/nvme-core +NVME_TARGET_PASSTHRU EXPORT_SYMBOL_GPL 0x7c9029f1 nvme_put_ns drivers/nvme/host/nvme-core +NVME_TARGET_PASSTHRU EXPORT_SYMBOL_GPL 0x8e43bf87 nvme_execute_passthru_rq drivers/nvme/host/nvme-core +NVME_TARGET_PASSTHRU EXPORT_SYMBOL_GPL 0xae3d7468 nvme_find_get_ns drivers/nvme/host/nvme-core +NVME_TARGET_PASSTHRU EXPORT_SYMBOL_GPL 0xd01b62ce nvme_command_effects drivers/nvme/host/nvme-core +PECI EXPORT_SYMBOL_GPL 0x002206e7 peci_request_free drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x00320732 peci_xfer_ep_mmio64_readl drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x0c0221a4 peci_request_data_readb drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x15b50f32 peci_xfer_pkg_cfg_readq drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x18a9cd91 peci_request_status drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x23490cc8 peci_request_dib_read drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x37e32a9f peci_xfer_ep_pci_cfg_readl drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x3afd8ff0 peci_xfer_pci_cfg_local_readb drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x3b9832a7 peci_xfer_ep_pci_cfg_local_readb drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x5d9ccb9a peci_request_temp_read drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x71c20763 peci_request_alloc drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x74e269c2 peci_xfer_ep_pci_cfg_readw drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x7abef573 peci_xfer_ep_mmio32_readl drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x81a78599 peci_xfer_pci_cfg_local_readl drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x8e650ffc peci_xfer_pkg_cfg_readw drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x94f96851 peci_xfer_get_temp drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x9b663d89 peci_request_data_readw drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x9c77111e peci_xfer_pci_cfg_local_readw drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x9dc5118b peci_xfer_get_dib drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xa3b98d01 peci_request_data_readl drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xa61d1bea peci_xfer_ep_pci_cfg_local_readl drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xaa6603d2 peci_xfer_ep_pci_cfg_readb drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xb0d2f365 peci_request_data_readq drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xc15e0660 peci_xfer_pkg_cfg_readl drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xcf91c296 peci_driver_unregister drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xd129293d __peci_driver_register drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xe51c58b7 peci_xfer_ep_pci_cfg_local_readw drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xedeffc38 peci_xfer_pkg_cfg_readb drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xee74ca63 devm_peci_controller_add drivers/peci/peci +PECI_CPU EXPORT_SYMBOL_GPL 0x1045bd14 peci_mmio_read drivers/peci/peci-cpu +PECI_CPU EXPORT_SYMBOL_GPL 0x7767452c peci_pcs_read drivers/peci/peci-cpu +PECI_CPU EXPORT_SYMBOL_GPL 0xa170c426 peci_ep_pci_local_read drivers/peci/peci-cpu +PECI_CPU EXPORT_SYMBOL_GPL 0xaafc5855 peci_pci_local_read drivers/peci/peci-cpu +PECI_CPU EXPORT_SYMBOL_GPL 0xf8cdabe2 peci_temp_read drivers/peci/peci-cpu +PMBUS EXPORT_SYMBOL_GPL 0x29d74ce1 pmbus_clear_cache drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x35dcb826 pmbus_get_fan_rate_device drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x3bb6e325 pmbus_write_word_data drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x42afb2fd pmbus_read_word_data drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x560a7a1c pmbus_read_byte_data drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x8b5e06b6 pmbus_check_word_register drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x90d4cc06 pmbus_get_driver_info drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0xade1f476 pmbus_get_fan_rate_cached drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0xb41c4883 pmbus_set_page drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0xba7a09e0 pmbus_update_fan drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0xbdc772da pmbus_write_byte drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0xd59038ff pmbus_get_debugfs_dir drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0xd70bea46 pmbus_do_probe drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0xda212f7c pmbus_update_byte_data drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0xdd07aa3a pmbus_clear_faults drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0xe1100b8c pmbus_write_byte_data drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0xe5537fc0 pmbus_regulator_ops drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0xe8a9d4b8 pmbus_check_byte_register drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0xf8f115d2 pmbus_set_update drivers/hwmon/pmbus/pmbus_core +SEMTECH_PROX EXPORT_SYMBOL_GPL 0x06af1950 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 0xb181aab6 sx_common_read_proximity drivers/iio/proximity/sx_common +SEMTECH_PROX EXPORT_SYMBOL_GPL 0xba2ac54e sx_common_probe drivers/iio/proximity/sx_common +SEMTECH_PROX EXPORT_SYMBOL_GPL 0xbc800fcd sx_common_read_event_config drivers/iio/proximity/sx_common +SND_SOC_CS35L45 EXPORT_SYMBOL_GPL 0x75e0409e cs35l45_probe sound/soc/codecs/snd-soc-cs35l45 +SND_SOC_CS35L45 EXPORT_SYMBOL_GPL 0xc2830e46 cs35l45_remove sound/soc/codecs/snd-soc-cs35l45 +SND_SOC_CS35L45 EXPORT_SYMBOL_GPL 0xcc608582 cs35l45_pm_ops sound/soc/codecs/snd-soc-cs35l45 +SND_SOC_CS35L45_TABLES EXPORT_SYMBOL_GPL 0x3431c8ad cs35l45_get_clk_freq_id sound/soc/codecs/snd-soc-cs35l45-tables +SND_SOC_CS35L45_TABLES EXPORT_SYMBOL_GPL 0xaba934bb cs35l45_spi_regmap sound/soc/codecs/snd-soc-cs35l45-tables +SND_SOC_CS35L45_TABLES EXPORT_SYMBOL_GPL 0xb3c176a8 cs35l45_apply_patch sound/soc/codecs/snd-soc-cs35l45-tables +SND_SOC_CS35L45_TABLES EXPORT_SYMBOL_GPL 0xe891f5f7 cs35l45_i2c_regmap sound/soc/codecs/snd-soc-cs35l45-tables +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0x28bbc407 cs42l42_common_remove sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0x2ef60c71 cs42l42_suspend sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0x4a343abb cs42l42_dai sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0x6cd049e4 cs42l42_init sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0x73ab65d4 cs42l42_regmap sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0x7e2dbe7b cs42l42_resume_restore sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0x88c79e40 cs42l42_resume sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0x940ecf5b cs42l42_common_probe sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0xaf7e87f9 cs42l42_volatile_register sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0xba2c7013 cs42l42_soc_component 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 0xe7b23cb6 cs42l42_readable_register sound/soc/codecs/snd-soc-cs42l42 +SPI_DW_CORE EXPORT_SYMBOL_GPL 0x0e50a20b dw_spi_check_status drivers/spi/spi-dw +SPI_DW_CORE EXPORT_SYMBOL_GPL 0x13361029 dw_spi_update_config drivers/spi/spi-dw +SPI_DW_CORE EXPORT_SYMBOL_GPL 0x252b3bdc dw_spi_add_host drivers/spi/spi-dw +SPI_DW_CORE EXPORT_SYMBOL_GPL 0x471bc4e8 dw_spi_set_cs drivers/spi/spi-dw +SPI_DW_CORE EXPORT_SYMBOL_GPL 0x49cbf3d5 dw_spi_suspend_host drivers/spi/spi-dw +SPI_DW_CORE EXPORT_SYMBOL_GPL 0x8766db73 dw_spi_dma_setup_mfld drivers/spi/spi-dw +SPI_DW_CORE EXPORT_SYMBOL_GPL 0xc8be0a75 dw_spi_resume_host drivers/spi/spi-dw +SPI_DW_CORE EXPORT_SYMBOL_GPL 0xdd252eec dw_spi_remove_host drivers/spi/spi-dw +SPI_DW_CORE EXPORT_SYMBOL_GPL 0xf47351b6 dw_spi_dma_setup_generic drivers/spi/spi-dw +TEST_FIRMWARE EXPORT_SYMBOL_GPL 0x3dce036c firmware_request_builtin vmlinux +USB_STORAGE EXPORT_SYMBOL_GPL 0x06f9940e usb_stor_bulk_transfer_buf drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x07366993 usb_stor_suspend drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x083c6a77 usb_stor_adjust_quirks drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x0c71a207 usb_stor_set_xfer_buf drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x10738794 usb_stor_resume drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x1701fb7c 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 0x2ead30e8 usb_stor_probe2 drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x35e9f068 usb_stor_CB_transport drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x3f15bb87 fill_inquiry_response drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x40979544 usb_stor_reset_resume drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x4b06b954 usb_stor_clear_halt drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x4fcddef8 usb_stor_pre_reset drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x75612a21 usb_stor_CB_reset drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x77900af5 usb_stor_post_reset drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x7aff40d5 usb_stor_Bulk_reset drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x8b22764f usb_stor_bulk_transfer_sg drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x94d2eabb usb_stor_bulk_srb drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xb1ca086d usb_stor_ctrl_transfer drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xc077c504 usb_stor_access_xfer_buf drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xd1b2fccf usb_stor_transparent_scsi_command drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xd37e3e01 usb_stor_control_msg drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xd8591025 usb_stor_Bulk_transport drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xede50487 usb_stor_probe1 drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xfda721e1 usb_stor_disconnect drivers/usb/storage/usb-storage --- linux-lowlatency-hwe-6.2-6.2.0.orig/debian.master/abi/ppc64el/generic.compiler +++ linux-lowlatency-hwe-6.2-6.2.0/debian.master/abi/ppc64el/generic.compiler @@ -0,0 +1 @@ +GCC: (Ubuntu 12.3.0-1ubuntu1~23.04) 12.3.0 --- linux-lowlatency-hwe-6.2-6.2.0.orig/debian.master/abi/ppc64el/generic.modules +++ linux-lowlatency-hwe-6.2-6.2.0/debian.master/abi/ppc64el/generic.modules @@ -0,0 +1,5951 @@ +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 +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 +ad9389b +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 +ade7854 +ade7854-i2c +ade7854-spi +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_ti +af9013 +af9033 +af_alg +af_key +af_packet_diag +afe4403 +afe4404 +affs +ah4 +ah6 +ahci +ahci_ceva +ahci_dwc +ahci_platform +ahci_qoriq +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 +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 +aten +ath +ath10k_core +ath10k_pci +ath10k_sdio +ath10k_usb +ath11k +ath11k_ahb +ath11k_pci +ath3k +ath5k +ath6kl_core +ath6kl_sdio +ath6kl_usb +ath9k +ath9k_common +ath9k_htc +ath9k_hw +ath9k_pci_owl_loader +ati_remote +ati_remote2 +atl1 +atl1c +atl1e +atl2 +atlantic +atlas-ezo-sensor +atlas-sensor +atm +atmel +atmel-ecc +atmel-flexcom +atmel-hlcdc +atmel-i2c +atmel-sha204a +atmel_captouch +atmel_mxt_ts +atmel_pci +atmtcp +atp870u +atusb +atxp1 +aty128fb +atyfb +au0828 +au8522_common +au8522_decoder +au8522_dig +auo-pixcir-ts +auth_rpcgss +authenc +authencesn +autofs4 +avmfritz +ax25 +ax88179_178a +ax88796b +ax88796c +axi-fan-control +axis-fifo +axp20x +axp20x-i2c +axp20x-pek +axp20x-regulator +axp20x_ac_power +axp20x_adc +axp20x_battery +axp20x_usb_power +axp288_adc +b2c2-flexcop +b2c2-flexcop-pci +b2c2-flexcop-usb +b43 +b43legacy +b44 +b53_common +b53_mdio +b53_mmap +b53_serdes +b53_spi +b53_srab +ba431-rng +bareudp +batman-adv +baycom_par +baycom_ser_fdx +baycom_ser_hdx +bcache +bch +bcm-keypad +bcm-phy-lib +bcm-phy-ptp +bcm-sf2 +bcm203x +bcm3510 +bcm54140 +bcm590xx +bcm590xx-regulator +bcm5974 +bcm7xxx +bcm87xx +bcm_vk +bcma +bcma-hcd +bcmsysport +bd6107 +bd71815-regulator +bd71828-regulator +bd718x7-regulator +bd9571mwv +bd9571mwv-regulator +bd9576-regulator +bd9576_wdt +bd99954-charger +bdc +be2iscsi +be2net +befs +bel-pfe +belkin_sa +bfa +bfq +bfs +bfusb +bh1750 +bh1770glc +bh1780 +binder_linux +binfmt_misc +blake2b_generic +block2mtd +blocklayoutdriver +blowfish_common +blowfish_generic +bluetooth +bluetooth_6lowpan +bma150 +bma220_spi +bma400_core +bma400_i2c +bma400_spi +bmc150-accel-core +bmc150-accel-i2c +bmc150-accel-spi +bmc150_magn +bmc150_magn_i2c +bmc150_magn_spi +bme680_core +bme680_i2c +bme680_spi +bmg160_core +bmg160_i2c +bmg160_spi +bmi088-accel-core +bmi088-accel-spi +bmi160_core +bmi160_i2c +bmi160_spi +bmp280 +bmp280-i2c +bmp280-spi +bna +bnep +bno055 +bno055_i2c +bno055_ser +bnx2 +bnx2fc +bnx2i +bnx2x +bnxt_en +bnxt_re +bochs +bonding +bpa-rs600 +bpa10x +bpck +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 +btqca +btrfs +btrsi +btrtl +btsdio +bttv +btusb +bu21013_ts +bu21029_ts +c67x00 +c6xdigio +c_can +c_can_pci +c_can_platform +ca8210 +cachefiles +cadence-nand-controller +cadence_wdt +cafe_ccic +cafe_nand +caif +caif_serial +caif_socket +caif_usb +caif_virtio +camellia_generic +can +can-bcm +can-dev +can-gw +can-isotp +can-j1939 +can-raw +can327 +cap11xx +capmode +carl9170 +carminefb +cassini +cast5_generic +cast6_generic +cast_common +catc +cavium_ptp +cb710 +cb710-mmc +cb_pcidas +cb_pcidas64 +cb_pcidda +cb_pcimdas +cb_pcimdda +cc10001_adc +cc2520 +cc770 +cc770_isa +cc770_platform +ccm +ccree +ccs +ccs-pll +ccs811 +cdc-acm +cdc-phonet +cdc-wdm +cdc_eem +cdc_ether +cdc_mbim +cdc_ncm +cdc_subset +cdns-csi2rx +cdns-csi2tx +cdns-dphy +cdns-dphy-rx +cdns-dsi +cdns-mhdp8546 +cdns-pltfrm +cdns-usb-common +cdns3 +cec +ceph +cfb +cfg80211 +cfi_cmdset_0001 +cfi_cmdset_0002 +cfi_cmdset_0020 +cfi_probe +cfi_util +ch +ch341 +ch7006 +ch7322 +ch9200 +ch_ipsec +ch_ktls +chacha20poly1305 +chacha_generic +chaoskey +charlcd +chcr +chipone-icn6211 +chipone_icn8318 +chipreg +chnl_net +chrontel-ch7033 +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-si5341 +clk-si5351 +clk-si544 +clk-si570 +clk-twl6040 +clk-versaclock5 +clk-versaclock7 +clk-wm831x +clk-xlnx-clock-wizard +cls_basic +cls_bpf +cls_cgroup +cls_flow +cls_flower +cls_fw +cls_matchall +cls_route +cls_u32 +cm109 +cm32181 +cm3232 +cm3323 +cm3605 +cm36651 +cma3000_d0x +cma3000_d0x_i2c +cmac +cmdlinepart +cmm +cmtp +cnic +cobra +coda +colibri-vf50-ts +com20020 +com20020-pci +com90io +com90xx +comedi +comedi_8254 +comedi_8255 +comedi_bond +comedi_example_test +comedi_isadma +comedi_parport +comedi_pci +comedi_test +comedi_usb +comm +contec_pci_dio +cordic +core +corsair-cpro +corsair-psu +cortina +counter +cp210x +cpc925_edac +cpcap-adc +cpcap-battery +cpcap-pwrbutton +cpcap-regulator +cqhci +cramfs +crc-itu-t +crc-vpmsum_test +crc32_generic +crc32c-vpmsum +crc4 +crc7 +crc8 +crct10dif-vpmsum +cryptd +crypto_engine +crypto_safexcel +crypto_user +cs3308 +cs5345 +cs53l32a +cs_dsp +csiostor +ctucanfd +ctucanfd_pci +ctucanfd_platform +curve25519-generic +cuse +cw1200_core +cw1200_wlan_sdio +cw1200_wlan_spi +cw2015_battery +cx18 +cx18-alsa +cx22700 +cx22702 +cx231xx +cx231xx-alsa +cx231xx-dvb +cx2341x +cx23885 +cx24110 +cx24113 +cx24116 +cx24117 +cx24120 +cx24123 +cx25821 +cx25821-alsa +cx25840 +cx82310_eth +cx88-alsa +cx88-blackbird +cx88-dvb +cx88-vp3054-i2c +cx8800 +cx8802 +cx88xx +cxacru +cxd2099 +cxd2820r +cxd2841er +cxd2880 +cxd2880-spi +cxgb +cxgb3 +cxgb3i +cxgb4 +cxgb4i +cxgb4vf +cxgbit +cxl +cxl_core +cxl_mem +cxl_pci +cxl_pmem +cxl_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_pmem +db9 +dc395x +dccp +dccp_diag +dccp_ipv4 +dccp_ipv6 +ddbridge +ddbridge-dummy-fe +de2104x +defxx +delta-ahe50dc-fan +denali +denali_dt +denali_pci +des_generic +designware_i2s +device_dax +dfl +dfl-afu +dfl-emif +dfl-fme +dfl-fme-br +dfl-fme-mgr +dfl-fme-region +dfl-n3000-nios +dfl-pci +dht11 +diag +dib0070 +dib0090 +dib3000mb +dib3000mc +dib7000m +dib7000p +dib8000 +dib9000 +dibx000_common +digi_acceleport +digicolor-usart +diskonchip +display-connector +dl2k +dlhl60d +dlink-dir685-touchkeys +dlm +dln2 +dln2-adc +dm-bio-prison +dm-bufio +dm-cache +dm-cache-smq +dm-clone +dm-crypt +dm-delay +dm-ebs +dm-era +dm-flakey +dm-historical-service-time +dm-integrity +dm-io-affinity +dm-log +dm-log-userspace +dm-log-writes +dm-mirror +dm-multipath +dm-persistent-data +dm-queue-length +dm-raid +dm-region-hash +dm-round-robin +dm-service-time +dm-snapshot +dm-switch +dm-thin-pool +dm-unstripe +dm-verity +dm-writecache +dm-zero +dm-zoned +dm1105 +dm9601 +dmard06 +dmard09 +dmard10 +dmfe +dmm32at +dmx3191d +dnet +dp83640 +dp83822 +dp83848 +dp83867 +dp83869 +dp83tc811 +dp83td510 +dpot-dac +dps310 +dps920ab +drbd +drivetemp +drm +drm_buddy +drm_display_helper +drm_dma_helper +drm_dp_aux_bus +drm_kms_helper +drm_mipi_dbi +drm_panel_orientation_quirks +drm_shmem_helper +drm_ttm_helper +drm_vram_helper +drv260x +drv2665 +drv2667 +drx39xyj +drxd +drxk +ds1621 +ds1682 +ds1803 +ds1wm +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 +dummy +dummy-irq +dummy_stm +dvb-as102 +dvb-bt8xx +dvb-core +dvb-pll +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-xdata-pcie +dw9714 +dw9768 +dw9807-vcm +dw_dmac +dw_dmac_core +dw_dmac_pci +dw_wdt +dwc-xlgmac +dwc2_pci +dwc3 +dwc3-haps +dwc3-of-simple +dwmac-dwc-qos-eth +dwmac-generic +dwmac-intel-plat +dwmac-loongson +dyna_pci10xx +dynapro +e100 +e1000 +e1000e +e3x0-button +e4000 +earth-pt1 +earth-pt3 +ebt_802_3 +ebt_among +ebt_arp +ebt_arpreply +ebt_dnat +ebt_ip +ebt_ip6 +ebt_limit +ebt_log +ebt_mark +ebt_mark_m +ebt_nflog +ebt_pkttype +ebt_redirect +ebt_snat +ebt_stp +ebt_vlan +ebtable_broute +ebtable_filter +ebtable_nat +ebtables +ec100 +ecc +ecdh_generic +ecdsa_generic +echainiv +echo +ecrdsa_generic +edt-ft5x06 +ee1004 +eeprom +eeprom_93cx6 +eeprom_93xx46 +eeti_ts +efa +efct +efs +egalax_ts +egalax_ts_serial +ehci-fsl +ehci-platform +ehset +ektf2127 +elan_i2c +elants_i2c +elo +em28xx +em28xx-alsa +em28xx-dvb +em28xx-rc +em28xx-v4l +em_canid +em_cmp +em_ipset +em_ipt +em_meta +em_nbyte +em_text +em_u32 +emc1403 +emc2103 +emc2305 +emc6w201 +emi26 +emi62 +empeg +ems_pci +ems_usb +emu10k1-gp +ena +enc28j60 +enclosure +encx24j600 +encx24j600-regmap +eni +enic +envelope-detector +epat +epia +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 +failover +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_sys_fops +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 +fit2 +fit3 +fixed +fl512 +flexcan +floppy +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-edma +fsl-edma-common +fsl-enetc +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-elan +ftdi_sio +ftl +ftm-quaddec +ftsteutates +fujitsu_ts +funcore +funeth +fusb302 +fxas21002c_core +fxas21002c_i2c +fxas21002c_spi +fxls8962af-core +fxls8962af-i2c +fxls8962af-spi +fxos8700_core +fxos8700_i2c +fxos8700_spi +g450_pll +g760a +g762 +g_acm_ms +g_audio +g_cdc +g_dbgp +g_ether +g_ffs +g_hid +g_mass_storage +g_midi +g_ncm +g_nokia +g_printer +g_serial +g_webcam +g_zero +gadgetfs +gamecon +gameport +garmin_gps +garp +gateworks-gsc +gb-audio-apbridgea +gb-audio-codec +gb-audio-gb +gb-audio-manager +gb-audio-module +gb-bootrom +gb-es2 +gb-firmware +gb-gbphy +gb-gpio +gb-hid +gb-i2c +gb-light +gb-log +gb-loopback +gb-power-supply +gb-pwm +gb-raw +gb-sdio +gb-spi +gb-spilib +gb-uart +gb-usb +gb-vibrator +gdmtty +gdmulte +gemini +gen_probe +generic +generic-adc-battery +genet +geneve +genwqe_card +gf2k +gfs2 +gianfar_driver +gl518sm +gl520sm +gl620a +gluebi +gm12u320 +gnss +gnss-mtk +gnss-serial +gnss-sirf +gnss-ubx +gnss-usb +go7007 +go7007-loader +go7007-usb +goku_udc +goldfish_battery +goodix_ts +gp2ap002 +gp2ap020a00f +gp8psk-fe +gpio +gpio-74x164 +gpio-74xx-mmio +gpio-adnp +gpio-adp5520 +gpio-aggregator +gpio-altera +gpio-amd-fch +gpio-arizona +gpio-bd71815 +gpio-bd71828 +gpio-bd9571mwv +gpio-beeper +gpio-cadence +gpio-charger +gpio-da9052 +gpio-da9055 +gpio-dln2 +gpio-dwapb +gpio-exar +gpio-fan +gpio-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-regulator +gpio-sim +gpio-siox +gpio-syscon +gpio-tpic2810 +gpio-tps65086 +gpio-tps65218 +gpio-tps65912 +gpio-tqmx86 +gpio-twl4030 +gpio-twl6040 +gpio-ucb1400 +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 +habanalabs +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 +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-ezkey +hid-ft260 +hid-gaff +hid-gembird +hid-generic +hid-gfrm +hid-glorious +hid-gt683r +hid-gyration +hid-holtek-kbd +hid-holtek-mouse +hid-holtekff +hid-icade +hid-ite +hid-jabra +hid-kensington +hid-keytouch +hid-kye +hid-lcpower +hid-led +hid-lenovo +hid-letsketch +hid-lg-g15 +hid-logitech +hid-logitech-dj +hid-logitech-hidpp +hid-macally +hid-magicmouse +hid-maltron +hid-mcp2221 +hid-megaworld +hid-mf +hid-microsoft +hid-monterey +hid-multitouch +hid-nintendo +hid-nti +hid-ntrig +hid-ortek +hid-penmount +hid-petalynx +hid-picolcd +hid-pl +hid-plantronics +hid-playstation +hid-primax +hid-prodikeys +hid-pxrc +hid-razer +hid-redragon +hid-retrode +hid-rmi +hid-roccat +hid-roccat-arvo +hid-roccat-common +hid-roccat-isku +hid-roccat-kone +hid-roccat-koneplus +hid-roccat-konepure +hid-roccat-kovaplus +hid-roccat-lua +hid-roccat-pyra +hid-roccat-ryos +hid-roccat-savu +hid-saitek +hid-samsung +hid-semitek +hid-sensor-accel-3d +hid-sensor-als +hid-sensor-custom +hid-sensor-custom-intel-hinge +hid-sensor-gyro-3d +hid-sensor-hub +hid-sensor-humidity +hid-sensor-iio-common +hid-sensor-incl-3d +hid-sensor-magn-3d +hid-sensor-press +hid-sensor-prox +hid-sensor-rotation +hid-sensor-temperature +hid-sensor-trigger +hid-sigmamicro +hid-sjoy +hid-sony +hid-speedlink +hid-steam +hid-steelseries +hid-sunplus +hid-thrustmaster +hid-tivo +hid-tmff +hid-topre +hid-topseed +hid-twinhan +hid-u2fzero +hid-uclogic +hid-udraw-ps3 +hid-viewsonic +hid-vivaldi +hid-vivaldi-common +hid-vrc2 +hid-waltop +hid-wiimote +hid-xiaomi +hid-xinmo +hid-zpff +hid-zydacron +hideep +hidp +hih6130 +himax_hx83112b +hisi-spmi-controller +hisi_hikey_usb +hmc425a +hmc5843_core +hmc5843_i2c +hmc5843_spi +hmc6352 +hms-profinet +hopper +horus3a +hostap +hostap_pci +hostap_plx +hp03 +hp206c +hpfs +hpilo +hpsa +hptiop +hsi +hsi_char +hso +hsr +ht16k33 +htc-pasic3 +hts221 +hts221_i2c +hts221_spi +htu21 +huawei_cdc_ncm +hvcs +hvcserver +hwmon-vid +hwpoison-inject +hx711 +hx8357 +hx8357d +hycon-hy46xx +hynitron_cstxxx +hyperbus-core +i2c-algo-bit +i2c-algo-pca +i2c-ali1535 +i2c-ali1563 +i2c-ali15x3 +i2c-amd756 +i2c-amd8111 +i2c-arb-gpio-challenge +i2c-cbus-gpio +i2c-ccgx-ucsi +i2c-cp2615 +i2c-demux-pinctrl +i2c-designware-pci +i2c-diolan-u2c +i2c-dln2 +i2c-fsi +i2c-gpio +i2c-hid +i2c-hid-of +i2c-hid-of-elan +i2c-hid-of-goodix +i2c-i801 +i2c-isch +i2c-kempld +i2c-matroxfb +i2c-mchp-pci1xxxx +i2c-mpc +i2c-mux +i2c-mux-gpio +i2c-mux-gpmux +i2c-mux-ltc4306 +i2c-mux-mlxcpld +i2c-mux-pca9541 +i2c-mux-pca954x +i2c-mux-pinctrl +i2c-mux-reg +i2c-nforce2 +i2c-nvidia-gpu +i2c-ocores +i2c-parport +i2c-pca-platform +i2c-piix4 +i2c-rk3x +i2c-robotfuzz-osif +i2c-simtec +i2c-sis5595 +i2c-sis630 +i2c-sis96x +i2c-smbus +i2c-stub +i2c-taos-evm +i2c-tiny-usb +i2c-via +i2c-viapro +i2c-viperboard +i2c-virtio +i2c-xiic +i3c +i3c-master-cdns +i40e +i5k_amb +i6300esb +i740fb +iavf +ib_cm +ib_core +ib_ipoib +ib_iser +ib_isert +ib_mthca +ib_srp +ib_srpt +ib_umad +ib_uverbs +ibm-cffps +ibmaem +ibmpex +ibmpowernv +ibmveth +ibmvfc +ibmvmc +ibmvnic +ibmvscsi +ibmvscsis +ice +ice40-spi +icom +icp +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 +imx319 +imx334 +imx335 +imx355 +imx412 +imx6ul_tsc +ina209 +ina238 +ina2xx +ina2xx-adc +ina3221 +industrialio +industrialio-buffer-cb +industrialio-buffer-dma +industrialio-buffer-dmaengine +industrialio-configfs +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 +intel-m10-bmc-hwmon +intel-nand-controller +intel-qep +intel-xway +intel_qat +intel_th +intel_th_gth +intel_th_msu +intel_th_msu_sink +intel_th_pci +intel_th_pti +intel_th_sth +intel_vr_nor +interact +interrupt-cnt +inv-icm42600 +inv-icm42600-i2c +inv-icm42600-spi +inv-mpu6050 +inv-mpu6050-i2c +inv-mpu6050-spi +io_edgeport +io_ti +iommufd +ionic +iosm +iova +iowarrior +ip5xxx_power +ip6_gre +ip6_tables +ip6_tunnel +ip6_udp_tunnel +ip6_vti +ip6t_NPT +ip6t_REJECT +ip6t_SYNPROXY +ip6t_ah +ip6t_eui64 +ip6t_frag +ip6t_hbh +ip6t_ipv6header +ip6t_mh +ip6t_rpfilter +ip6t_rt +ip6t_srh +ip6table_filter +ip6table_mangle +ip6table_nat +ip6table_raw +ip6table_security +ip_gre +ip_set +ip_set_bitmap_ip +ip_set_bitmap_ipmac +ip_set_bitmap_port +ip_set_hash_ip +ip_set_hash_ipmac +ip_set_hash_ipmark +ip_set_hash_ipport +ip_set_hash_ipportip +ip_set_hash_ipportnet +ip_set_hash_mac +ip_set_hash_net +ip_set_hash_netiface +ip_set_hash_netnet +ip_set_hash_netport +ip_set_hash_netportnet +ip_set_list_set +ip_tables +ip_tunnel +ip_vs +ip_vs_dh +ip_vs_fo +ip_vs_ftp +ip_vs_lblc +ip_vs_lblcr +ip_vs_lc +ip_vs_mh +ip_vs_nq +ip_vs_ovf +ip_vs_pe_sip +ip_vs_rr +ip_vs_sed +ip_vs_sh +ip_vs_twos +ip_vs_wlc +ip_vs_wrr +ip_vti +ipack +ipaq +ipcomp +ipcomp6 +iphase +ipheth +ipip +ipmi_devintf +ipmi_msghandler +ipmi_powernv +ipmi_poweroff +ipmi_si +ipmi_ssif +ipmi_watchdog +ipoctal +ipr +ips +ipt_CLUSTERIP +ipt_ECN +ipt_REJECT +ipt_SYNPROXY +ipt_ah +ipt_rpfilter +iptable_filter +iptable_mangle +iptable_nat +iptable_raw +iptable_security +ipvlan +ipvtap +ipw +ipw2100 +ipw2200 +iqs269a +iqs5xx +iqs620at-temp +iqs621-als +iqs624-pos +iqs626a +iqs62x +iqs62x-keys +iqs7222 +ir-hix5hd2 +ir-imon-decoder +ir-jvc-decoder +ir-kbd-i2c +ir-mce_kbd-decoder +ir-nec-decoder +ir-rc5-decoder +ir-rc6-decoder +ir-rcmm-decoder +ir-sanyo-decoder +ir-sharp-decoder +ir-sony-decoder +ir-spi +ir-usb +ir-xmp-decoder +ir35221 +ir36021 +ir38064 +ir_toy +irdma +irps5401 +irq-madera +iscsi_boot_sysfs +iscsi_target_mod +iscsi_tcp +isdnhdlc +isight_firmware +isl29003 +isl29018 +isl29020 +isl29028 +isl29125 +isl29501 +isl6271a-regulator +isl6405 +isl6421 +isl6423 +isl68137 +isl7998x +isl9305 +isofs +isp116x-hcd +isp1704_charger +isp1760 +it913x +itd1000 +ite-it6505 +ite-it66121 +itg3200 +iuu_phoenix +ivtv +ivtv-alsa +ivtvfb +iw_cm +iw_cxgb4 +iwl3945 +iwl4965 +iwldvm +iwlegacy +iwlmvm +iwlwifi +ix2505v +ixgb +ixgbe +ixgbevf +janz-cmodio +janz-ican3 +jc42 +jedec_probe +jffs2 +jfs +jmb38x_ms +jme +joydev +joydump +jr3_pci +jsa1212 +jsm +kafs +kalmia +kaweth +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 +komeda +ks0108 +ks0127 +ks7010 +ks8842 +ks8851_common +ks8851_par +ks8851_spi +ksmbd +ksz884x +ksz8863_smi +ksz9477_i2c +ksz_spi +ksz_switch +ktd253-backlight +ktti +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-aw2013 +leds-bcm6328 +leds-bcm6358 +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-pca9532 +leds-pca955x +leds-pca963x +leds-powernv +leds-pwm +leds-pwm-multicolor +leds-qcom-lpg +leds-regulator +leds-rt4505 +leds-rt8515 +leds-sgm3140 +leds-spi-byte +leds-tca6507 +leds-ti-lmu-common +leds-tlc591xx +leds-tps6105x +leds-wm831x-status +leds-wm8350 +ledtrig-activity +ledtrig-audio +ledtrig-backlight +ledtrig-camera +ledtrig-default-on +ledtrig-gpio +ledtrig-heartbeat +ledtrig-netdev +ledtrig-oneshot +ledtrig-pattern +ledtrig-timer +ledtrig-transient +ledtrig-tty +ledtrig-usbport +legousbtower +lg-vl600 +lg2160 +lgdt3305 +lgdt3306a +lgdt330x +lgs8gl5 +lgs8gxx +lib80211 +lib80211_crypt_ccmp +lib80211_crypt_tkip +lib80211_crypt_wep +libahci +libahci_platform +libarc4 +libceph +libchacha +libchacha20poly1305 +libcomposite +libcrc32c +libcurve25519 +libcurve25519-generic +libcxgb +libcxgbi +libdes +libertas +libertas_sdio +libertas_spi +libertas_tf +libertas_tf_usb +libfc +libfcoe +libipw +libiscsi +libiscsi_tcp +libpoly1305 +libsas +libwx +lightning +line-display +lineage-pem +linear +liquidio +liquidio_vf +lis3lv02d +lis3lv02d_i2c +lis3lv02d_spi +liteuart +litex_liteeth +litex_mmc +litex_soc_ctrl +lkkbd +ll_temac +llc +llc2 +lm25066 +lm3533-als +lm3533-core +lm3533-ctrlbank +lm3533_bl +lm3560 +lm3630a_bl +lm3639_bl +lm363x-regulator +lm3646 +lm63 +lm70 +lm73 +lm75 +lm77 +lm78 +lm80 +lm83 +lm8323 +lm8333 +lm85 +lm87 +lm90 +lm92 +lm93 +lm95234 +lm95241 +lm95245 +lmp91000 +lms283gf05 +lms501kf03 +lnbh25 +lnbh29 +lnbp21 +lnbp22 +lochnagar-hwmon +lochnagar-regulator +lockd +logicvc-drm +lontium-lt8912b +lontium-lt9211 +lontium-lt9611 +lontium-lt9611uxc +lp +lp3943 +lp3971 +lp3972 +lp855x_bl +lp8727_charger +lp872x +lp873x +lp873x-regulator +lp8755 +lp87565 +lp87565-regulator +lp8788-buck +lp8788-charger +lp8788-ldo +lp8788_adc +lp8788_bl +lpc_ich +lpc_sch +lpddr_cmds +lpfc +lru_cache +lrw +lt3651-charger +lt7182s +ltc1660 +ltc2471 +ltc2485 +ltc2496 +ltc2497 +ltc2497-core +ltc2632 +ltc2688 +ltc2941-battery-gauge +ltc2945 +ltc2947-core +ltc2947-i2c +ltc2947-spi +ltc2978 +ltc2983 +ltc2990 +ltc2992 +ltc3589 +ltc3676 +ltc3815 +ltc4151 +ltc4162-l-charger +ltc4215 +ltc4222 +ltc4245 +ltc4260 +ltc4261 +ltr501 +ltrf216a +ltv350qv +lv0104cs +lv5207lp +lvds-codec +lvstest +lxt +lz4 +lz4_compress +lz4hc +lz4hc_compress +m2m-deinterlace +m52790 +m5mols +m62332 +m88ds3103 +m88rs2000 +m88rs6000t +mISDN_core +mISDN_dsp +mISDNinfineon +mISDNipac +mISDNisar +m_can +m_can_pci +m_can_platform +mac-celtic +mac-centeuro +mac-croatian +mac-cyrillic +mac-gaelic +mac-greek +mac-iceland +mac-inuit +mac-roman +mac-romanian +mac-turkish +mac80211 +mac80211_hwsim +mac802154 +mac802154_hwsim +mac_hid +macb +macb_pci +machxo2-spi +macmodes +macsec +macvlan +macvtap +madera +madera-i2c +madera-spi +mag3110 +magellan +mailbox-altera +mailbox-test +mantis +mantis_core +map_absent +map_funcs +map_ram +map_rom +marvell +marvell-88x2222 +marvell10g +matrix-keymap +matrix_keypad +matrox_w1 +matroxfb_DAC1064 +matroxfb_Ti3026 +matroxfb_accel +matroxfb_base +matroxfb_crtc2 +matroxfb_g450 +matroxfb_maven +matroxfb_misc +max1027 +max11100 +max1111 +max1118 +max11205 +max11410 +max11801_ts +max1241 +max127 +max1363 +max14577-regulator +max14577_charger +max14656_charger_detector +max15301 +max1586 +max16064 +max16065 +max1619 +max16601 +max1668 +max17040_battery +max17042_battery +max1721x_battery +max197 +max20086-regulator +max20730 +max20751 +max2165 +max2175 +max30100 +max30102 +max30208 +max3100 +max31722 +max31730 +max31760 +max31785 +max31790 +max31856 +max31865 +max3420_udc +max3421-hcd +max34440 +max44000 +max44009 +max517 +max5432 +max5481 +max5487 +max5821 +max63xx_wdt +max6620 +max6621 +max6639 +max6650 +max6697 +max6875 +max7359_keypad +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 +mc44s803 +mcam-core +mcb +mcb-lpc +mcb-pci +mcba_usb +mceusb +mchp23k256 +mchp48l640 +mchp_pci1xxxx_gp +mchp_pci1xxxx_gpio +mcp16502 +mcp251x +mcp251xfd +mcp3021 +mcp320x +mcp3422 +mcp3911 +mcp4018 +mcp41010 +mcp4131 +mcp4531 +mcp4725 +mcp4922 +mcr20a +mcs5000_ts +mcs7830 +mcs_touchkey +mct_u232 +mctp-serial +md-cluster +md4 +md5-ppc +mdc800 +mdev +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-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-tcb-capture +microchip_t1 +microread +microread_i2c +microtek +mii +minix +mip6 +mipi-i3c-hci +mite +mk712 +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 +mpr121_touchkey +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_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 +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 +mt9m032 +mt9m111 +mt9p031 +mt9t001 +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 +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 +nbd +nci +nci_spi +nci_uart +nct6775-core +nct6775-i2c +nct7802 +nct7904 +nd_btt +nd_pmem +nd_virtio +ne2k-pci +neofb +net1080 +net2272 +net2280 +net_failover +netconsole +netdevsim +netfs +netjet +netlink_diag +netrom +netup-unidvb +netxen_nic +newtonkbd +nf_conncount +nf_conntrack +nf_conntrack_amanda +nf_conntrack_bridge +nf_conntrack_broadcast +nf_conntrack_ftp +nf_conntrack_h323 +nf_conntrack_irc +nf_conntrack_netbios_ns +nf_conntrack_netlink +nf_conntrack_pptp +nf_conntrack_sane +nf_conntrack_sip +nf_conntrack_snmp +nf_conntrack_tftp +nf_defrag_ipv4 +nf_defrag_ipv6 +nf_dup_ipv4 +nf_dup_ipv6 +nf_dup_netdev +nf_flow_table +nf_flow_table_inet +nf_log_syslog +nf_nat +nf_nat_amanda +nf_nat_ftp +nf_nat_h323 +nf_nat_irc +nf_nat_pptp +nf_nat_sip +nf_nat_snmp_basic +nf_nat_tftp +nf_reject_ipv4 +nf_reject_ipv6 +nf_socket_ipv4 +nf_socket_ipv6 +nf_synproxy_core +nf_tables +nf_tproxy_ipv4 +nf_tproxy_ipv6 +nfc +nfc_digital +nfcmrvl +nfcmrvl_i2c +nfcmrvl_spi +nfcmrvl_uart +nfcmrvl_usb +nfcsim +nfnetlink +nfnetlink_acct +nfnetlink_cthelper +nfnetlink_cttimeout +nfnetlink_hook +nfnetlink_log +nfnetlink_osf +nfnetlink_queue +nfp +nfs +nfs_acl +nfs_layout_flexfiles +nfs_layout_nfsv41_files +nfsd +nfsv2 +nfsv3 +nfsv4 +nft_chain_nat +nft_compat +nft_connlimit +nft_ct +nft_dup_ipv4 +nft_dup_ipv6 +nft_dup_netdev +nft_fib +nft_fib_inet +nft_fib_ipv4 +nft_fib_ipv6 +nft_fib_netdev +nft_flow_offload +nft_fwd_netdev +nft_hash +nft_limit +nft_log +nft_masq +nft_meta_bridge +nft_nat +nft_numgen +nft_osf +nft_queue +nft_quota +nft_redir +nft_reject +nft_reject_bridge +nft_reject_inet +nft_reject_ipv4 +nft_reject_ipv6 +nft_reject_netdev +nft_socket +nft_synproxy +nft_tproxy +nft_tunnel +nft_xfrm +nftl +ngbe +ngene +nhc_dest +nhc_fragment +nhc_hop +nhc_ipv6 +nhc_mobility +nhc_routing +nhc_udp +nhpoly1305 +ni_6527 +ni_65xx +ni_660x +ni_670x +ni_at_a2150 +ni_at_ao +ni_atmio +ni_atmio16d +ni_labpc +ni_labpc_common +ni_labpc_isadma +ni_labpc_pci +ni_pcidio +ni_pcimio +ni_routes_test +ni_routing +ni_tio +ni_tiocmd +ni_usb6501 +nicpf +nicstar +nicvf +nilfs2 +niu +nixge +nlmon +nls_ascii +nls_cp1250 +nls_cp1251 +nls_cp1255 +nls_cp737 +nls_cp775 +nls_cp850 +nls_cp852 +nls_cp855 +nls_cp857 +nls_cp860 +nls_cp861 +nls_cp862 +nls_cp863 +nls_cp864 +nls_cp865 +nls_cp866 +nls_cp869 +nls_cp874 +nls_cp932 +nls_cp936 +nls_cp949 +nls_cp950 +nls_euc-jp +nls_iso8859-1 +nls_iso8859-13 +nls_iso8859-14 +nls_iso8859-15 +nls_iso8859-2 +nls_iso8859-3 +nls_iso8859-4 +nls_iso8859-5 +nls_iso8859-6 +nls_iso8859-7 +nls_iso8859-9 +nls_koi8-r +nls_koi8-ru +nls_koi8-u +nls_utf8 +noa1305 +noon010pc30 +nosy +notifier-error-inject +nouveau +nozomi +npcm750-pwm-fan +nps_enet +ns558 +ns83820 +nsh +ntb +ntb_hw_epf +ntb_hw_idt +ntb_hw_switchtec +ntb_netdev +ntb_perf +ntb_pingpong +ntb_tool +ntb_transport +ntc_thermistor +ntfs +ntfs3 +ntxec +null_blk +nvidiafb +nvme +nvme-common +nvme-core +nvme-fabrics +nvme-fc +nvme-loop +nvme-rdma +nvme-tcp +nvmem-rave-sp-eeprom +nvmem-reboot-mode +nvmem-rmem +nvmem_qcom-spmi-sdam +nvmem_u-boot-env +nvmet +nvmet-fc +nvmet-rdma +nvmet-tcp +nwl-dsi +nx-compress +nx-compress-powernv +nx-compress-pseries +nxp-c45-tja11xx +nxp-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 +on20 +on26 +onboard_usb_hub +onenand +opal-prd +open-dice +opencores-kbd +openvswitch +opt3001 +opticon +option +or51132 +or51211 +orangefs +orinoco +orinoco_nortel +orinoco_plx +orinoco_tmd +orinoco_usb +oti6858 +otm3225a +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 +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-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-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-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-nt36672a +panel-novatek-nt39016 +panel-olimex-lcd-olinuxino +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-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-tulip-truly-nt35521 +panel-tdo-tl070wsh30 +panel-tpo-td028ttec1 +panel-tpo-td043mtea1 +panel-tpo-tpg110 +panel-truly-nt35597 +panel-visionox-rm69299 +panel-widechips-ws2401 +panel-xinpeng-xpp055c272 +papr_scm +parade-ps8622 +parade-ps8640 +paride +parkbd +parman +parport +parport_ax88796 +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 +pcd +pcf50633 +pcf50633-adc +pcf50633-backlight +pcf50633-charger +pcf50633-gpio +pcf50633-input +pcf50633-regulator +pcf8574_keypad +pcf8591 +pch_udc +pci +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-altera-tse +pcs-lynx +pcs_xpcs +pcspkr +pcwd_pci +pcwd_usb +pd +pda_power +pdc_adma +peak_pci +peak_pciefd +peak_usb +peci +peci-cpu +peci-cputemp +peci-dimmtemp +pegasus +pegasus_notetaker +penmount +pf +pf8x00-regulator +pfuze100-regulator +pg +phantom +phonet +phram +phy-bcm-kona-usb2 +phy-cadence-salvo +phy-cadence-sierra +phy-cadence-torrent +phy-can-transceiver +phy-cpcap-usb +phy-exynos-usb2 +phy-generic +phy-gpio-vbus-usb +phy-isp1301 +phy-mapphone-mdm6600 +phy-ocelot-serdes +phy-pxa-28nm-hsic +phy-pxa-28nm-usb2 +phy-qcom-usb-hs +phy-qcom-usb-hsic +phy-tahvo +phy-tusb1210 +phylink +physmap +pi3usb30532 +pi433 +pim4328 +pinctrl-axp209 +pinctrl-cy8c95x0 +pinctrl-da9062 +pinctrl-lochnagar +pinctrl-madera +pinctrl-max77620 +pinctrl-mcp23s08 +pinctrl-mcp23s08_i2c +pinctrl-mcp23s08_spi +pinctrl-rk805 +pinctrl-stmfx +pinephone-keyboard +ping +pistachio-internal-dac +pixcir_i2c_ts +pkcs7_test_key +pkcs8_key_parser +pktgen +pl2303 +plat-ram +plat_nand +platform_lcd +platform_mhu +plfxlc +pli1209bc +plip +plusb +pluto2 +plx_dma +plx_pci +pm-notifier-error-inject +pm2fb +pm3fb +pm6764tr +pm80xx +pmbus +pmbus_core +pmc551 +pmcraid +pms7003 +pn532_uart +pn533 +pn533_i2c +pn533_usb +pn544 +pn544_i2c +pn_pep +pnv-php +poly1305_generic +polynomial +polyval-generic +port100 +powermate +powernv-op-panel +powernv-rng +powernv_flash +powr1220 +ppa +ppdev +ppp_async +ppp_deflate +ppp_mppe +ppp_synctty +pppoatm +pppoe +pppox +pps-gpio +pps-ldisc +pps_parport +pptp +prestera +prestera_pci +pretimeout_panic +prism2_usb +ps2-gpio +ps2mult +psample +pse_regulator +pseries-rng +pseries-wdt +pseries_energy +psmouse +psnap +pstore_blk +pstore_zone +psxpad-spi +pt +ptp-qoriq +ptp_clockmatrix +ptp_idt82p33 +ptp_ines +ptp_ocp +pulse8-cec +pulsedlight-lidar-lite-v2 +pv88060-regulator +pv88080-regulator +pv88090-regulator +pvpanic +pvpanic-mmio +pvpanic-pci +pvrusb2 +pwc +pwm-atmel-hlcdc +pwm-atmel-tcb +pwm-beeper +pwm-clk +pwm-dwc +pwm-fan +pwm-fsl-ftm +pwm-iqs620a +pwm-ir-tx +pwm-lp3943 +pwm-ntxec +pwm-pca9685 +pwm-regulator +pwm-twl +pwm-twl-led +pwm-vibra +pwm-xilinx +pwm_bl +pwrseq_emmc +pwrseq_sd8787 +pwrseq_simple +pxa27x_udc +pxe1610 +pxrc +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_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 +r8188eu +r8192e_pci +r8192u_usb +r820t +r852 +r8712u +r8723bs +r8a66597-hcd +r8a66597-udc +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-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-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_dw_hdmi +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 +rk808-regulator +rk817_charger +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-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 +rt4831 +rt4831-backlight +rt4831-regulator +rt5033 +rt5033-regulator +rt5033_battery +rt5120 +rt5120-pwrkey +rt5120-regulator +rt5190a-regulator +rt5759-regulator +rt6160-regulator +rt6190-regulator +rt61pci +rt6245-regulator +rt73usb +rt9455_charger +rtas_flash +rtc-88pm80x +rtc-88pm860x +rtc-ab-b5ze-s3 +rtc-ab-eoz9 +rtc-abx80x +rtc-as3722 +rtc-bd70528 +rtc-bq32k +rtc-bq4802 +rtc-cadence +rtc-cmos +rtc-cpcap +rtc-da9052 +rtc-da9055 +rtc-da9063 +rtc-ds1286 +rtc-ds1302 +rtc-ds1305 +rtc-ds1307 +rtc-ds1343 +rtc-ds1347 +rtc-ds1374 +rtc-ds1390 +rtc-ds1511 +rtc-ds1553 +rtc-ds1672 +rtc-ds1685 +rtc-ds1742 +rtc-ds2404 +rtc-ds3232 +rtc-em3027 +rtc-fm3130 +rtc-ftrtc010 +rtc-goldfish +rtc-hid-sensor-time +rtc-hym8563 +rtc-isl12022 +rtc-isl12026 +rtc-isl1208 +rtc-lp8788 +rtc-m41t80 +rtc-m41t93 +rtc-m41t94 +rtc-m48t35 +rtc-m48t59 +rtc-m48t86 +rtc-max6900 +rtc-max6902 +rtc-max6916 +rtc-max77686 +rtc-max8907 +rtc-max8925 +rtc-max8997 +rtc-max8998 +rtc-mc13xxx +rtc-mcp795 +rtc-msm6242 +rtc-mt6397 +rtc-nct3018y +rtc-ntxec +rtc-palmas +rtc-pcap +rtc-pcf2123 +rtc-pcf2127 +rtc-pcf50633 +rtc-pcf85063 +rtc-pcf8523 +rtc-pcf85363 +rtc-pcf8563 +rtc-pcf8583 +rtc-r7301 +rtc-r9701 +rtc-rc5t583 +rtc-rc5t619 +rtc-rk808 +rtc-rp5c01 +rtc-rs5c348 +rtc-rs5c372 +rtc-rv3028 +rtc-rv3029c2 +rtc-rv3032 +rtc-rv8803 +rtc-rx4581 +rtc-rx6110 +rtc-rx8010 +rtc-rx8025 +rtc-rx8581 +rtc-s35390a +rtc-s5m +rtc-sd3078 +rtc-stk17ta8 +rtc-tps6586x +rtc-tps65910 +rtc-twl +rtc-v3020 +rtc-wm831x +rtc-wm8350 +rtc-x1205 +rtc-zynqmp +rtc_cmos_setup +rtd520 +rti800 +rti802 +rtl2830 +rtl2832 +rtl2832_sdr +rtl8150 +rtl8187 +rtl8188ee +rtl818x_pci +rtl8192c-common +rtl8192ce +rtl8192cu +rtl8192de +rtl8192ee +rtl8192se +rtl8365mb +rtl8366 +rtl8723-common +rtl8723ae +rtl8723be +rtl8821ae +rtl8xxxu +rtl_pci +rtl_usb +rtllib +rtllib_crypt_ccmp +rtllib_crypt_tkip +rtllib_crypt_wep +rtlwifi +rtmv20-regulator +rtq2134-regulator +rtq6056 +rtq6752-regulator +rtrs-client +rtrs-core +rtrs-server +rts5208 +rtsx_pci +rtsx_pci_ms +rtsx_pci_sdmmc +rtsx_usb +rtsx_usb_ms +rtsx_usb_sdmmc +rtw88_8723d +rtw88_8723de +rtw88_8723du +rtw88_8821c +rtw88_8821ce +rtw88_8821cu +rtw88_8822b +rtw88_8822be +rtw88_8822bu +rtw88_8822c +rtw88_8822ce +rtw88_8822cu +rtw88_core +rtw88_pci +rtw88_usb +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 +s5k6aa +s5m8767 +s626 +s6sy761 +s921 +saa6588 +saa6752hs +saa7110 +saa7115 +saa7127 +saa7134 +saa7134-alsa +saa7134-dvb +saa7134-empress +saa7134-go7007 +saa7164 +saa717x +saa7185 +saa7706h +safe_serial +sample-trace-array +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_atm +sch_cake +sch_cbq +sch_cbs +sch_choke +sch_codel +sch_drr +sch_dsmark +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_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 +sha3_generic +shark2 +shiftfs +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 +sl811-hcd +slcan +slg51000-regulator +slicoss +slim-qcom-ctrl +slimbus +slip +slram +sm2_generic +sm3 +sm3_generic +sm4 +sm4_generic +sm501 +sm501fb +sm712fb +sm750fb +sm_common +sm_ftl +smartpqi +smb347-charger +smc +smc_diag +smipcie +smm665 +smpro-core +smpro-errmon +smpro-hwmon +smpro-misc +smsc +smsc47m192 +smsc75xx +smsc911x +smsc9420 +smsc95xx +smscufx +smsdvb +smsmdtv +smssdio +smsusb +snd +snd-ac97-codec +snd-acp-config +snd-ad1889 +snd-ak4113 +snd-ak4114 +snd-ak4xxx-adda +snd-aloop +snd-als4000 +snd-atiixp +snd-atiixp-modem +snd-au8810 +snd-au8820 +snd-au8830 +snd-aw2 +snd-bcd2000 +snd-bebob +snd-bt87x +snd-ca0106 +snd-cmipci +snd-compress +snd-cs4281 +snd-cs46xx +snd-ctl-led +snd-ctxfi +snd-darla20 +snd-darla24 +snd-dice +snd-dummy +snd-echo3g +snd-ens1370 +snd-ens1371 +snd-fireface +snd-firewire-digi00x +snd-firewire-lib +snd-firewire-motu +snd-firewire-tascam +snd-fireworks +snd-fm801 +snd-gina20 +snd-gina24 +snd-hda-codec +snd-hda-codec-analog +snd-hda-codec-ca0110 +snd-hda-codec-ca0132 +snd-hda-codec-cirrus +snd-hda-codec-cmedia +snd-hda-codec-conexant +snd-hda-codec-cs8409 +snd-hda-codec-generic +snd-hda-codec-hdmi +snd-hda-codec-idt +snd-hda-codec-realtek +snd-hda-codec-si3054 +snd-hda-codec-via +snd-hda-core +snd-hda-ext-core +snd-hda-intel +snd-hdsp +snd-hdspm +snd-hrtimer +snd-hwdep +snd-i2c +snd-ice1724 +snd-ice17xx-ak4xxx +snd-indigo +snd-indigodj +snd-indigodjx +snd-indigoio +snd-indigoiox +snd-intel-dspcfg +snd-intel8x0 +snd-intel8x0m +snd-isight +snd-korg1212 +snd-layla20 +snd-layla24 +snd-lola +snd-lx6464es +snd-mia +snd-mixart +snd-mixer-oss +snd-mona +snd-mpu401 +snd-mpu401-uart +snd-mtpav +snd-mts64 +snd-nm256 +snd-opl3-lib +snd-opl3-synth +snd-oxfw +snd-oxygen +snd-oxygen-lib +snd-pcm +snd-pcm-dmaengine +snd-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-virmidi +snd-serial-generic +snd-serial-u16550 +snd-soc-63xx +snd-soc-ac97 +snd-soc-acp-rt5645-mach +snd-soc-adau-utils +snd-soc-adau1372 +snd-soc-adau1372-i2c +snd-soc-adau1372-spi +snd-soc-adau1701 +snd-soc-adau1761 +snd-soc-adau1761-i2c +snd-soc-adau1761-spi +snd-soc-adau17x1 +snd-soc-adau7002 +snd-soc-adau7118 +snd-soc-adau7118-hw +snd-soc-adau7118-i2c +snd-soc-adi-axi-i2s +snd-soc-adi-axi-spdif +snd-soc-ak4104 +snd-soc-ak4118 +snd-soc-ak4375 +snd-soc-ak4458 +snd-soc-ak4554 +snd-soc-ak4613 +snd-soc-ak4642 +snd-soc-ak5386 +snd-soc-ak5558 +snd-soc-alc5623 +snd-soc-audio-graph-card +snd-soc-audio-graph-card2 +snd-soc-audio-graph-card2-custom-sample +snd-soc-aw8738 +snd-soc-bd28623 +snd-soc-bt-sco +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-cs35l45-tables +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-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-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-max98357a +snd-soc-max98373 +snd-soc-max98373-i2c +snd-soc-max98373-sdw +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-rk3328 +snd-soc-rk817 +snd-soc-rl6231 +snd-soc-rt1308-sdw +snd-soc-rt1316-sdw +snd-soc-rt1318-sdw +snd-soc-rt5616 +snd-soc-rt5631 +snd-soc-rt5640 +snd-soc-rt5645 +snd-soc-rt5659 +snd-soc-rt5682 +snd-soc-rt5682-sdw +snd-soc-rt700 +snd-soc-rt711 +snd-soc-rt711-sdca +snd-soc-rt715 +snd-soc-rt715-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-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-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-tas5086 +snd-soc-tas571x +snd-soc-tas5720 +snd-soc-tas5805m +snd-soc-tas6424 +snd-soc-tda7419 +snd-soc-test-component +snd-soc-tfa9879 +snd-soc-tfa989x +snd-soc-tlv320adc3xxx +snd-soc-tlv320adcx140 +snd-soc-tlv320aic23 +snd-soc-tlv320aic23-i2c +snd-soc-tlv320aic23-spi +snd-soc-tlv320aic31xx +snd-soc-tlv320aic32x4 +snd-soc-tlv320aic32x4-i2c +snd-soc-tlv320aic32x4-spi +snd-soc-tlv320aic3x +snd-soc-tlv320aic3x-i2c +snd-soc-tlv320aic3x-spi +snd-soc-tpa6130a2 +snd-soc-ts3a227e +snd-soc-tscs42xx +snd-soc-tscs454 +snd-soc-uda1334 +snd-soc-wcd-mbhc +snd-soc-wcd9335 +snd-soc-wcd934x +snd-soc-wcd938x +snd-soc-wcd938x-sdw +snd-soc-wm-adsp +snd-soc-wm8510 +snd-soc-wm8523 +snd-soc-wm8524 +snd-soc-wm8580 +snd-soc-wm8711 +snd-soc-wm8728 +snd-soc-wm8731 +snd-soc-wm8731-i2c +snd-soc-wm8731-spi +snd-soc-wm8737 +snd-soc-wm8741 +snd-soc-wm8750 +snd-soc-wm8753 +snd-soc-wm8770 +snd-soc-wm8776 +snd-soc-wm8782 +snd-soc-wm8804 +snd-soc-wm8804-i2c +snd-soc-wm8804-spi +snd-soc-wm8903 +snd-soc-wm8904 +snd-soc-wm8940 +snd-soc-wm8960 +snd-soc-wm8961 +snd-soc-wm8962 +snd-soc-wm8974 +snd-soc-wm8978 +snd-soc-wm8985 +snd-soc-wsa881x +snd-soc-wsa883x +snd-soc-xlnx-formatter-pcm +snd-soc-xlnx-i2s +snd-soc-xlnx-spdif +snd-soc-xtfpga-i2s +snd-soc-zl38060 +snd-timer +snd-ua101 +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 +snic +snps_udc_core +snps_udc_plat +softdog +softing +solo6x10 +solos-pci +sony-btf-mpx +soundcore +soundwire-bus +soundwire-qcom +sp2 +sp887x +spaceball +spaceorb +sparse-keymap +spcp8x5 +speakup +speakup_acntsa +speakup_apollo +speakup_audptr +speakup_bns +speakup_decext +speakup_dectlk +speakup_dummy +speakup_ltlk +speakup_soft +speakup_spkout +speakup_txprt +speedfax +speedtch +spi-altera-core +spi-altera-dfl +spi-altera-platform +spi-amd +spi-axi-spi-engine +spi-bitbang +spi-butterfly +spi-cadence +spi-cadence-xspi +spi-dln2 +spi-dw +spi-dw-mmio +spi-dw-pci +spi-fsi +spi-gpio +spi-lm70llp +spi-loopback-test +spi-microchip-core +spi-microchip-core-qspi +spi-mux +spi-mxic +spi-nor +spi-nxp-fspi +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 +sr030pc30 +sr9700 +sr9800 +srf04 +srf08 +ssb +ssb-hcd +ssd1307fb +ssd130x +ssd130x-i2c +ssd130x-spi +ssfdc +ssp_accel_sensor +ssp_gyro_sensor +ssp_iio +sst25l +sstfb +ssu100 +st +st-mipid02 +st-nci +st-nci_i2c +st-nci_spi +st-vgxy61 +st1232 +st21nfca_hci +st21nfca_i2c +st7586 +st7735r +st95hf +st_accel +st_accel_i2c +st_accel_spi +st_drv +st_gyro +st_gyro_i2c +st_gyro_spi +st_lsm6dsx +st_lsm6dsx_i2c +st_lsm6dsx_i3c +st_lsm6dsx_spi +st_lsm9ds0 +st_lsm9ds0_i2c +st_lsm9ds0_spi +st_magn +st_magn_i2c +st_magn_spi +st_pressure +st_pressure_i2c +st_pressure_spi +st_sensors +st_sensors_i2c +st_sensors_spi +st_uvis25_core +st_uvis25_i2c +st_uvis25_spi +starfire +stb0899 +stb6000 +stb6100 +ste10Xp +stex +stinger +stk1160 +stk3310 +stk8312 +stk8ba50 +stm_console +stm_core +stm_ftrace +stm_heartbeat +stm_p_basic +stm_p_sys-t +stmfts +stmfx +stmmac +stmmac-pci +stmmac-platform +stmpe-adc +stmpe-keypad +stmpe-ts +stowaway +stp +stpddc60 +stpmic1 +stpmic1_onkey +stpmic1_regulator +stpmic1_wdt +streamzap +streebog_generic +stts751 +stusb160x +stv0288 +stv0297 +stv0299 +stv0367 +stv0900 +stv090x +stv0910 +stv6110 +stv6110x +stv6111 +sundance +sungem +sungem_phy +sunhme +suni +sunkbd +sunrise_co2 +sunrpc +sur40 +surface3_spi +svc-i3c-master +svgalib +switchtec +sx8654 +sx9310 +sx9324 +sx9360 +sx9500 +sx_common +sy7636a-hwmon +sy7636a-regulator +sy8106a-regulator +sy8824x +sy8827n +sym53c8xx +symbolserial +synaptics_i2c +synaptics_usb +synclink_gt +syscon-reboot-mode +syscopyarea +sysfillrect +sysimgblt +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_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 +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-ads124s08 +ti-ads131e08 +ti-ads7950 +ti-ads8344 +ti-ads8688 +ti-dac082s085 +ti-dac5571 +ti-dac7311 +ti-dac7612 +ti-dlpc3433 +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 +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 +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 +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 +u132-hcd +uPD60620 +u_audio +u_ether +u_serial +uacce +uartlite +uas +ubi +ubifs +ublk_drv +ubuntu-host +ucan +ucb1400_core +ucb1400_ts +ucc_uart +ucd9000 +ucd9200 +ucs1002_power +ucsi_ccg +ucsi_stm32g0 +uda1342 +udc-core +udc-xilinx +udf +udl +udlfb +udp_diag +udp_tunnel +ueagle-atm +ufs +ufshcd-core +ufshcd-dwc +ufshcd-pci +ufshcd-pltfrm +ug3105_battery +uhid +uio +uio_aec +uio_cif +uio_dfl +uio_dmem_genirq +uio_fsl_elbc_gpcm +uio_mf624 +uio_netx +uio_pci_generic +uio_pdrv_genirq +uio_pruss +uio_sercos3 +uleds +uli526x +ulpi +ums-alauda +ums-cypress +ums-datafab +ums-eneub6250 +ums-freecom +ums-isd200 +ums-jumpshot +ums-karma +ums-onetouch +ums-realtek +ums-sddr09 +ums-sddr55 +ums-usbat +unix_diag +upd64031a +upd64083 +upd78f0730 +us5182d +usb-conn-gpio +usb-serial-simple +usb-storage +usb251xb +usb3503 +usb4604 +usb8xxx +usb_8dev +usb_debug +usb_f_acm +usb_f_ecm +usb_f_ecm_subset +usb_f_eem +usb_f_fs +usb_f_hid +usb_f_mass_storage +usb_f_midi +usb_f_ncm +usb_f_obex +usb_f_phonet +usb_f_printer +usb_f_rndis +usb_f_serial +usb_f_ss_lb +usb_f_tcm +usb_f_uac1 +usb_f_uac1_legacy +usb_f_uac2 +usb_f_uvc +usb_wwan +usbatm +usbdux +usbduxfast +usbduxsigma +usbhid +usbip-core +usbip-host +usbip-vudc +usbkbd +usblcd +usblp +usbmisc_imx +usbmon +usbmouse +usbnet +usbserial +usbsevseg +usbtest +usbtmc +usbtouchscreen +usbtv +usdhi6rol0 +userio +userspace-consumer +ushc +uss720 +uvcvideo +uvesafb +v4l2-async +v4l2-dv-timings +v4l2-flash-led-class +v4l2-fwnode +v4l2-mem2mem +v4l2-tpg +vcan +vcnl3020 +vcnl4000 +vcnl4035 +vcpu_stall_detector +vctrl-regulator +vdpa +vdpa_sim +vdpa_sim_blk +vdpa_sim_net +vduse +veml6030 +veml6070 +ves1820 +ves1x93 +veth +vf610_adc +vf610_dac +vfio +vfio-pci +vfio-pci-core +vfio_iommu_spapr_tce +vga16fb +vgastate +vgem +vgg2432a4 +vhci-hcd +vhost +vhost_iotlb +vhost_net +vhost_scsi +vhost_vdpa +vhost_vsock +via-rhine +via-sdmmc +via-velocity +via686a +vicodec +video-i2c +video-mux +videobuf-core +videobuf-dma-sg +videobuf-vmalloc +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_blk +virtio_bt +virtio_crypto +virtio_dma_buf +virtio_input +virtio_net +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 +vs6624 +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 +wusb3801 +wwan_hwsim +x25 +x_tables +xbox_remote +xc2028 +xc4000 +xc5000 +xcbc +xctr +xdpe12284 +xdpe152c4 +xfrm4_tunnel +xfrm6_tunnel +xfrm_algo +xfrm_interface +xfrm_ipcomp +xfrm_user +xfs +xhci-pci +xhci-pci-renesas +xhci-plat-hcd +xilinx-csi2rxss +xilinx-pr-decoupler +xilinx-spi +xilinx-tpg +xilinx-video +xilinx-vtc +xilinx-xadc +xilinx_dpdma +xilinx_emac +xilinx_emaclite +xilinx_gmii2rgmii +xilinx_ps2 +xilinx_sdfec +xilinx_uartps +xillybus_class +xillybus_core +xillybus_of +xillybus_pcie +xillyusb +xiphera-trng +xlnx_vcu +xor +xpad +xr_serial +xrs700x +xrs700x_i2c +xrs700x_mdio +xsens_mt +xsk_diag +xt_AUDIT +xt_CHECKSUM +xt_CLASSIFY +xt_CONNSECMARK +xt_CT +xt_DSCP +xt_HL +xt_HMARK +xt_IDLETIMER +xt_LED +xt_LOG +xt_MASQUERADE +xt_NETMAP +xt_NFLOG +xt_NFQUEUE +xt_RATEEST +xt_REDIRECT +xt_SECMARK +xt_TCPMSS +xt_TCPOPTSTRIP +xt_TEE +xt_TPROXY +xt_TRACE +xt_addrtype +xt_bpf +xt_cgroup +xt_cluster +xt_comment +xt_connbytes +xt_connlabel +xt_connlimit +xt_connmark +xt_conntrack +xt_cpu +xt_dccp +xt_devgroup +xt_dscp +xt_ecn +xt_esp +xt_hashlimit +xt_helper +xt_hl +xt_ipcomp +xt_iprange +xt_ipvs +xt_l2tp +xt_length +xt_limit +xt_mac +xt_mark +xt_multiport +xt_nat +xt_nfacct +xt_osf +xt_owner +xt_physdev +xt_pkttype +xt_policy +xt_quota +xt_rateest +xt_realm +xt_recent +xt_sctp +xt_set +xt_socket +xt_state +xt_statistic +xt_string +xt_tcpmss +xt_tcpudp +xt_time +xt_u32 +xtkbd +xusbatm +xxhash_generic +xz_dec_test +yam +yamaha-yas530 +yealink +yellowfin +yurex +z3fold +zaurus +zavl +zcommon +zd1201 +zd1211rw +zd1301 +zd1301_demod +zet6223 +zforce_ts +zfs +zhenhua +ziirave_wdt +zinitix +zl10036 +zl10039 +zl10353 +zl6100 +zlua +znvpair +zonefs +zopt2201 +zpa2326 +zpa2326_i2c +zpa2326_spi +zram +zstd +zunicode +zzstd --- linux-lowlatency-hwe-6.2-6.2.0.orig/debian.master/abi/ppc64el/generic.modules.builtin +++ linux-lowlatency-hwe-6.2-6.2.0/debian.master/abi/ppc64el/generic.modules.builtin @@ -0,0 +1,301 @@ +8250 +8250_base +8250_of +8250_pci +88pm860x +aead +aes_generic +af_packet +agpgart +akcipher +as3722 +as3722-poweroff +asiliantfb +asn1_decoder +asn1_encoder +asymmetric_keys +atkbd +backlight +bcm84881 +binfmt_elf +binfmt_script +bitrev +bsg +btree +cbc +cdrom +cfbcopyarea +cfbfillrect +cfbimgblt +charger-manager +clk-fixed-mmio +cn +compat_binfmt_elf +configfs +cpufreq-dt +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 +da903x +da9052-core +da9052-i2c +da9052-spi +da9055 +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 +ezx-pcap +fat +fb +fddi +firmware_class +fixed_phy +font +freq_table +fuse +fwnode_mdio +gcm +geniv +gf128mul +ghash-generic +glob +governor_passive +governor_performance +governor_powersave +governor_simpleondemand +governor_userspace +gpio-generic +gpio-poweroff +gpio-restart +gpio-xilinx +gxt4500 +hmac +hwmon +hwspinlock_core +i2c-core +i2c-designware-core +i2c-designware-platform +i2c-dev +i2c-opal +i8042 +icc-core +imsttfb +input-core +ipv6 +irq-al-fic +irqbypass +jbd2 +jitterentropy_rng +kdf_sp800108 +kgdboc +kpp +led-class +libaes +libata +libblake2s +libcryptoutils +libnvdimm +libphy +libps2 +libsha1 +libsha256 +linear_ranges +loop +lp8788 +ltc2952-poweroff +lz4_decompress +lzo +lzo-rle +lzo_compress +lzo_decompress +max14577 +max310x +max77686 +max77693 +mbcache +mctp +md-mod +md5 +mdio_devres +mfd-core +mmc_core +mousedev +mpi +mq-deadline +mt6323-poweroff +n_null +nfs_ssc +nls_base +nls_cp437 +nvmem_core +nvram +of_mdio +ohci-hcd +ohci-pci +oid_registry +packing +palmas +pci-ep-cfs +pci-epc-core +pci-epc-mem +pci-epf-core +pci-host-common +pci-host-generic +pcie-microchip-host +pinctrl-as3722 +pinctrl-microchip-sgpio +pinctrl-ocelot +pinctrl-palmas +pinctrl-single +pkcs7_message +pldmfw +power_supply +powercap_sys +powernv-cpufreq +ppp_generic +pps_core +pretimeout_noop +pstore +ptp +public_key +rapidio +rational +reactor_panic +reactor_printk +regmap-i2c +regmap-mmio +regmap-spi +regulator-poweroff +remoteproc +restart-poweroff +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_core +serial_mctrl_gpio +serio +sg +sha1_generic +sha256_generic +sha512_generic +simple-pm-bus +skcipher +slhc +spi-fsl-lib +spi-fsl-spi +squashfs +sr_mod +stmpe-i2c +stmpe-spi +system_heap +t10-pi +tc3589x +tcp_cubic +tpm +tpm_i2c_atmel +tpm_i2c_infineon +tpm_i2c_nuvoton +tpm_ibmvtpm +tpm_tis +tpm_tis_core +tps65086-restart +tps6586x +tps65912-core +tps65912-i2c +tps65912-spi +trusted +ttyprintk +tun +twl4030-audio +twl6040 +udmabuf +uhci-hcd +uinput +unicode +unix +usb-common +usbcore +utf8data +vfat +vgacon +virtio +virtio_balloon +virtio_console +virtio_mmio +virtio_pci +virtio_pci_legacy_dev +virtio_pci_modern_dev +virtio_ring +virtio_scsi +vivaldi-fmap +watch_queue +watchdog +wwan +wwnr +x509_key_parser +xgmac_mdio +xhci-hcd +xts +xxhash +xz_dec +zbud +zlib_deflate +zlib_inflate +zpool +zsmalloc +zstd_common +zstd_compress +zstd_decompress +zswap --- linux-lowlatency-hwe-6.2-6.2.0.orig/debian.master/abi/ppc64el/generic.retpoline +++ linux-lowlatency-hwe-6.2-6.2.0/debian.master/abi/ppc64el/generic.retpoline @@ -0,0 +1 @@ +# RETPOLINE NOT ENABLED --- linux-lowlatency-hwe-6.2-6.2.0.orig/debian.master/abi/s390x/generic +++ linux-lowlatency-hwe-6.2-6.2.0/debian.master/abi/s390x/generic @@ -0,0 +1,14075 @@ +CRYPTO_INTERNAL EXPORT_SYMBOL_GPL 0x674c165c crypto_cipher_decrypt_one vmlinux +CRYPTO_INTERNAL EXPORT_SYMBOL_GPL 0xb5b26985 crypto_cipher_setkey vmlinux +CRYPTO_INTERNAL EXPORT_SYMBOL_GPL 0xb7425e3d crypto_cipher_encrypt_one vmlinux +CXL EXPORT_SYMBOL_GPL 0x84b45156 insert_resource_expand_to_fit vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x077e4473 dma_buf_move_notify vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x08c6b6a0 dma_buf_vunmap_unlocked vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x15cc08dd dma_buf_unmap_attachment vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x2b251f56 dma_buf_get vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x2f86456c dma_buf_vmap vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x38344711 dma_buf_fd vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x398deb12 dma_buf_export vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x3b6ce6f5 dma_buf_unpin vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x430e926b dma_buf_put vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x60a84540 dma_buf_dynamic_attach vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x63e44f71 dma_buf_begin_cpu_access vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x8f0ba501 dma_buf_unmap_attachment_unlocked vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x91e686d9 dma_buf_mmap vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0xa37cb66b dma_buf_vmap_unlocked vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0xb4ca9456 dma_buf_pin vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0xb8d1aff6 dma_buf_vunmap vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0xb9c3f158 dma_buf_map_attachment vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0xdb2e56b4 dma_buf_end_cpu_access vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0xdb44429d dma_buf_detach vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0xe54905e3 dma_buf_attach vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0xf89ebf5d dma_buf_map_attachment_unlocked 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 0x17e11786 crypto_nhpoly1305_setkey +EXPORT_SYMBOL crypto/nhpoly1305 0x6412bada crypto_nhpoly1305_update +EXPORT_SYMBOL crypto/nhpoly1305 0x841784cd crypto_nhpoly1305_update_helper +EXPORT_SYMBOL crypto/nhpoly1305 0xb65714f5 crypto_nhpoly1305_init +EXPORT_SYMBOL crypto/nhpoly1305 0xc09e0b62 crypto_nhpoly1305_final_helper +EXPORT_SYMBOL crypto/nhpoly1305 0xcd75cd96 crypto_nhpoly1305_final +EXPORT_SYMBOL crypto/sha3_generic 0x6e24d6c8 crypto_sha3_init +EXPORT_SYMBOL crypto/sha3_generic 0xbc0c4e6f crypto_sha3_final +EXPORT_SYMBOL crypto/sha3_generic 0xbf4dca72 crypto_sha3_update +EXPORT_SYMBOL crypto/sm2_generic 0xee584d6d sm2_compute_z_digest +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 0x00f72627 drm_connector_attach_privacy_screen_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0x01577397 drm_atomic_set_mode_for_crtc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x03156232 __drm_get_edid_firmware_path +EXPORT_SYMBOL drivers/gpu/drm/drm 0x03cd05d4 drm_connector_list_iter_end +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0420d00d drm_gem_lock_reservations +EXPORT_SYMBOL drivers/gpu/drm/drm 0x051d9e85 drm_mode_create_content_type_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x05ccedb1 drm_invalid_op +EXPORT_SYMBOL drivers/gpu/drm/drm 0x07c3b3f7 drm_atomic_set_fb_for_plane +EXPORT_SYMBOL drivers/gpu/drm/drm 0x08736443 drm_gem_vm_close +EXPORT_SYMBOL drivers/gpu/drm/drm 0x08d7146a drm_event_cancel_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0x08e02679 drm_modeset_acquire_fini +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0935cea6 drm_probe_ddc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x09d15e90 drm_crtc_init_with_planes +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0a72f765 drm_clflush_virt_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0ac4c93e drm_framebuffer_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0ad7782d drm_gem_lru_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0aef3821 drm_crtc_vblank_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0d7e35e2 drm_mode_is_420_only +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0d9b4753 drm_mode_equal +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0db266a8 drm_connector_attach_dp_subconnector_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0e320c3e drm_vblank_work_flush +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0e49ef81 drm_gem_mmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0f5abf5d drm_plane_create_blend_mode_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0f7acb66 drm_mm_print +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0fc9414f drm_syncobj_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0fd60df2 drm_get_connector_status_name +EXPORT_SYMBOL drivers/gpu/drm/drm 0x102fef6b drmm_kmalloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x107742a9 drm_get_subpixel_order_name +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1280fc98 drm_mode_create_tv_margin_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0x13beee32 drm_crtc_wait_one_vblank +EXPORT_SYMBOL drivers/gpu/drm/drm 0x13e45631 drm_atomic_state_clear +EXPORT_SYMBOL drivers/gpu/drm/drm 0x13f26a1d drm_mode_parse_command_line_for_connector +EXPORT_SYMBOL drivers/gpu/drm/drm 0x14974f32 drm_gem_create_mmap_offset +EXPORT_SYMBOL drivers/gpu/drm/drm 0x14982913 drm_crtc_vblank_off +EXPORT_SYMBOL drivers/gpu/drm/drm 0x14f33c00 drm_connector_set_orientation_from_panel +EXPORT_SYMBOL drivers/gpu/drm/drm 0x153a43aa drm_bridge_chain_mode_set +EXPORT_SYMBOL drivers/gpu/drm/drm 0x154ac12e drm_hdmi_vendor_infoframe_from_display_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x159ad0ae drm_encoder_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x169d411d __drm_dev_dbg +EXPORT_SYMBOL drivers/gpu/drm/drm 0x16e81bda drm_add_edid_modes +EXPORT_SYMBOL drivers/gpu/drm/drm 0x178b978a drm_modeset_lock_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x17a3913e drm_aperture_remove_conflicting_framebuffers +EXPORT_SYMBOL drivers/gpu/drm/drm 0x17f01d6b drm_open +EXPORT_SYMBOL drivers/gpu/drm/drm 0x189cf5c7 drm_mode_create_aspect_ratio_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x19c163d8 __drmm_add_action_or_reset +EXPORT_SYMBOL drivers/gpu/drm/drm 0x19c2e338 drm_panel_disable +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1a012184 drm_gem_unmap_dma_buf +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1a374f29 drm_universal_plane_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1a411479 drm_syncobj_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1a4f438b drm_connector_atomic_hdr_metadata_equal +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1a6318b9 drm_atomic_get_old_connector_for_encoder +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1adfec1c drm_bridge_chain_pre_enable +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1b96d86d drm_gem_vmap_unlocked +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1bec95a8 drm_property_create_enum +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1c50319e drm_gem_unlock_reservations +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1ce6a1ab drm_client_framebuffer_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1d4bffe5 drm_atomic_get_new_connector_for_encoder +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1de1ec69 drm_modeset_backoff +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1fa81e5f drm_mode_plane_set_obj_prop +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1fe29894 drm_mode_set_config_internal +EXPORT_SYMBOL drivers/gpu/drm/drm 0x200fa773 drm_atomic_add_affected_planes +EXPORT_SYMBOL drivers/gpu/drm/drm 0x20dff153 drm_connector_list_iter_begin +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2183c08c drm_mm_scan_add_block +EXPORT_SYMBOL drivers/gpu/drm/drm 0x219f0234 drm_dev_printk +EXPORT_SYMBOL drivers/gpu/drm/drm 0x22305567 drm_connector_list_update +EXPORT_SYMBOL drivers/gpu/drm/drm 0x22624967 drm_connector_register +EXPORT_SYMBOL drivers/gpu/drm/drm 0x23142086 drm_master_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0x23aa43f9 drm_plane_create_rotation_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x24993e50 drm_edid_are_equal +EXPORT_SYMBOL drivers/gpu/drm/drm 0x24d124ac drm_mode_equal_no_clocks_no_stereo +EXPORT_SYMBOL drivers/gpu/drm/drm 0x257c138d drm_crtc_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x25daad93 __drm_mm_interval_first +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2652cb43 drm_color_lut_check +EXPORT_SYMBOL drivers/gpu/drm/drm 0x273f4dc7 __drmm_crtc_alloc_with_planes +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2754dad8 drm_mm_reserve_node +EXPORT_SYMBOL drivers/gpu/drm/drm 0x27f4b5df drm_ioctl +EXPORT_SYMBOL drivers/gpu/drm/drm 0x284f977c drm_connector_attach_max_bpc_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x28779e52 drm_printf +EXPORT_SYMBOL drivers/gpu/drm/drm 0x29512238 drm_client_framebuffer_flush +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2957807c drm_property_add_enum +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 0x2b09c81a drm_gem_prime_mmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2b31d0be drm_client_modeset_check +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2c384504 drm_vblank_work_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2c4e564e drm_crtc_vblank_count_and_time +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2d5fc465 __drm_atomic_helper_set_config +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2e0628d8 drm_gem_create_mmap_offset_size +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2eb2e089 drm_property_replace_blob +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2ec50454 drm_atomic_set_crtc_for_connector +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2ec61a7b drm_connector_set_tile_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2ed3c600 drm_mode_debug_printmodeline +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2fb7103d drm_gem_objects_lookup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x30b20f76 drm_cvt_mode +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 0x3340204d drm_syncobj_get_handle +EXPORT_SYMBOL drivers/gpu/drm/drm 0x336a7cd7 drm_gem_handle_delete +EXPORT_SYMBOL drivers/gpu/drm/drm 0x346d2227 drm_property_create_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x35806970 drm_gem_dmabuf_vunmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3646f7b6 drm_prime_sg_to_page_array +EXPORT_SYMBOL drivers/gpu/drm/drm 0x369e8e50 drm_framebuffer_lookup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x36bf49ce drm_client_buffer_vunmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3745b51e drm_any_plane_has_format +EXPORT_SYMBOL drivers/gpu/drm/drm 0x37900d92 drm_connector_unregister +EXPORT_SYMBOL drivers/gpu/drm/drm 0x37d3c69c drmm_kfree +EXPORT_SYMBOL drivers/gpu/drm/drm 0x38158325 drm_state_dump +EXPORT_SYMBOL drivers/gpu/drm/drm 0x38690d99 drm_detect_hdmi_monitor +EXPORT_SYMBOL drivers/gpu/drm/drm 0x38a86dc4 drm_edid_read +EXPORT_SYMBOL drivers/gpu/drm/drm 0x39335139 drm_dev_register +EXPORT_SYMBOL drivers/gpu/drm/drm 0x397c3d27 drm_edid_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0x39b3e4e9 drm_property_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3a0f8fe6 drm_vma_node_allow_once +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3a879064 drm_dev_enter +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 0x3cb803c8 drm_vma_offset_manager_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3cdc37e9 drm_edid_to_speaker_allocation +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3d1bdc42 drm_atomic_set_crtc_for_plane +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3e6ff2f3 drm_framebuffer_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3e7dc740 drm_framebuffer_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3f405489 __drm_printfn_err +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3fadc0f8 drm_connector_set_link_status_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x40d3f38a drm_sysfs_connector_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0x40f9f02c drm_bridge_chain_post_disable +EXPORT_SYMBOL drivers/gpu/drm/drm 0x41766ce0 drm_dev_set_unique +EXPORT_SYMBOL drivers/gpu/drm/drm 0x41a0b424 drm_mode_object_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0x427cf720 drm_property_create_blob +EXPORT_SYMBOL drivers/gpu/drm/drm 0x42861d18 drm_atomic_state_default_clear +EXPORT_SYMBOL drivers/gpu/drm/drm 0x42b6f2d9 drm_master_internal_acquire +EXPORT_SYMBOL drivers/gpu/drm/drm 0x42e22408 drmm_crtc_init_with_planes +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 0x4575a0ca drm_mode_set_crtcinfo +EXPORT_SYMBOL drivers/gpu/drm/drm 0x45e76a04 drm_gem_put_pages +EXPORT_SYMBOL drivers/gpu/drm/drm 0x466c39dc drm_is_current_master +EXPORT_SYMBOL drivers/gpu/drm/drm 0x46c412dd drm_aperture_remove_conflicting_pci_framebuffers +EXPORT_SYMBOL drivers/gpu/drm/drm 0x49d1bbb3 drm_connector_attach_privacy_screen_provider +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4a35d30d drm_mode_set_name +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4a8cd38c drm_mode_create_scaling_mode_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4b7ebf95 drm_mm_remove_node +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4bac786a drm_display_mode_from_cea_vic +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4bc65451 drm_client_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4ca6b943 drm_connector_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4cdd4b36 drm_atomic_state_default_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4cee3e73 drm_crtc_accurate_vblank_count +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4d1e14db drm_client_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4d1f07f4 drm_plane_create_alpha_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4d267f9b drm_client_rotation +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4e243e93 drm_writeback_signal_completion +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4e936969 drm_dev_has_vblank +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4f9778b4 drm_connector_attach_content_type_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x50503853 drm_clflush_pages +EXPORT_SYMBOL drivers/gpu/drm/drm 0x50674de7 drm_timeout_abs_to_jiffies +EXPORT_SYMBOL drivers/gpu/drm/drm 0x507110e9 drm_plane_enable_fb_damage_clips +EXPORT_SYMBOL drivers/gpu/drm/drm 0x50ce2fa6 drm_encoder_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x50f2708e drm_read +EXPORT_SYMBOL drivers/gpu/drm/drm 0x513072fe __drm_puts_seq_file +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5182e7f0 drm_mode_config_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x519c2132 drm_mode_put_tile_group +EXPORT_SYMBOL drivers/gpu/drm/drm 0x51e85fae drm_atomic_set_mode_prop_for_crtc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x521ad6d0 drm_puts +EXPORT_SYMBOL drivers/gpu/drm/drm 0x523a6ac4 drm_dev_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0x530a04e3 drm_debugfs_remove_files +EXPORT_SYMBOL drivers/gpu/drm/drm 0x53440879 drm_atomic_add_encoder_bridges +EXPORT_SYMBOL drivers/gpu/drm/drm 0x53d878a4 drm_crtc_vblank_on +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5415e937 drm_plane_from_index +EXPORT_SYMBOL drivers/gpu/drm/drm 0x54873dc1 drm_debugfs_create_files +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5558a957 drm_property_replace_global_blob +EXPORT_SYMBOL drivers/gpu/drm/drm 0x55eb38da drm_format_info +EXPORT_SYMBOL drivers/gpu/drm/drm 0x57100a88 drm_sysfs_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5736d163 drm_mode_get_tile_group +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 0x58789626 drm_edid_connector_update +EXPORT_SYMBOL drivers/gpu/drm/drm 0x59056243 drm_mm_replace_node +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5964c873 drm_modeset_drop_locks +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5a026666 drm_mode_create_suggested_offset_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5a0bc930 drm_gem_dmabuf_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5a511508 drm_gem_lru_scan +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5a6d2efd drm_atomic_get_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5a82605b drm_gem_private_object_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5a922818 drm_connector_has_possible_encoder +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5c2feb1f drm_mode_object_find +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5d57967e __devm_drm_dev_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5d5d8dff drm_object_attach_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5d8eadcc drm_syncobj_find_fence +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5e37ec15 drm_print_regset32 +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5f7985a5 drm_mm_scan_remove_block +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5fef3d58 drm_release_noglobal +EXPORT_SYMBOL drivers/gpu/drm/drm 0x60714d7a drm_crtc_vblank_restore +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6176fdc4 __drmm_mutex_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0x61f4acf3 drm_modeset_unlock_all +EXPORT_SYMBOL drivers/gpu/drm/drm 0x62f2bca7 drm_atomic_bridge_chain_post_disable +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6472f0b1 drm_add_modes_noedid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x650f12ef drm_connector_update_edid_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6526f28d drm_mode_create_dvi_i_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0x65702bd6 drm_default_rgb_quant_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x666f23bf drm_atomic_get_bridge_state +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 0x69146415 drm_plane_create_zpos_immutable_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x69353664 __drm_debug +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6a0c329b drm_property_blob_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6ac01ea8 drm_edid_to_sad +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6b0d9d41 drm_dev_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6c80a291 drm_mode_validate_ycbcr420 +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6cbf8e73 drm_atomic_bridge_chain_check +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6cd3e0d2 drm_framebuffer_plane_height +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6e5660bc drm_gem_object_lookup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6e873838 drm_connector_attach_scaling_mode_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6ec54a31 drm_hdmi_avi_infoframe_quant_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6f003712 drm_client_modeset_probe +EXPORT_SYMBOL drivers/gpu/drm/drm 0x71b6c3c1 drm_mode_prune_invalid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x721da627 drm_connector_set_panel_orientation +EXPORT_SYMBOL drivers/gpu/drm/drm 0x73336715 drm_connector_update_privacy_screen +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7357df50 drm_event_reserve_init_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0x73786a9e __drmm_add_action +EXPORT_SYMBOL drivers/gpu/drm/drm 0x74472cb6 __drmm_universal_plane_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x74d67966 drm_mode_create_tile_group +EXPORT_SYMBOL drivers/gpu/drm/drm 0x74fc6fbd drm_format_info_block_width +EXPORT_SYMBOL drivers/gpu/drm/drm 0x759bba97 drm_vblank_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x763d0834 drm_put_dev +EXPORT_SYMBOL drivers/gpu/drm/drm 0x76b93ed8 drm_plane_create_zpos_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7764afe6 drm_client_dev_hotplug +EXPORT_SYMBOL drivers/gpu/drm/drm 0x783a9357 drm_modeset_acquire_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x794e2df8 drm_atomic_bridge_chain_disable +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7a04c667 drm_atomic_get_new_bridge_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7a3f8ef9 drm_compat_ioctl +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7b8bef16 drm_property_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7bfe3b00 drm_mode_config_reset +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7c029e8c drm_gem_vunmap_unlocked +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7c545285 drm_edid_get_monitor_name +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7c583d14 drm_atomic_private_obj_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7d185ca7 drm_gem_prime_fd_to_handle +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7d9b3370 drm_vma_offset_lookup_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7dabe74c drm_object_property_set_value +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7dfd4fe4 drm_crtc_from_index +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7e3277f8 ___drm_dbg +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7e8f335c drm_gem_object_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7edf470b drm_edid_duplicate +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7f1d862e drm_gem_prime_handle_to_fd +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7f7f5cb4 drm_gem_dmabuf_mmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x807de53b drm_gem_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x82badce5 drm_plane_force_disable +EXPORT_SYMBOL drivers/gpu/drm/drm 0x82da1546 drm_modeset_unlock +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8323dabb drm_crtc_vblank_helper_get_vblank_timestamp_internal +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8363913a drm_gem_map_attach +EXPORT_SYMBOL drivers/gpu/drm/drm 0x83df24bb drm_connector_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8403ee30 drm_noop +EXPORT_SYMBOL drivers/gpu/drm/drm 0x851b4e2c drm_atomic_normalize_zpos +EXPORT_SYMBOL drivers/gpu/drm/drm 0x85570f3c drm_connector_attach_encoder +EXPORT_SYMBOL drivers/gpu/drm/drm 0x85a7332e drm_hdmi_avi_infoframe_from_display_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x86359430 drm_modeset_lock +EXPORT_SYMBOL drivers/gpu/drm/drm 0x871e6cc3 drm_atomic_nonblocking_commit +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8781541c drm_modeset_lock_single_interruptible +EXPORT_SYMBOL drivers/gpu/drm/drm 0x87a0e835 drm_property_lookup_blob +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8a7f99a9 drm_panel_prepare +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8b46570f drm_crtc_vblank_count +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8c35d2cf drm_mode_is_420 +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8c619b47 drm_prime_gem_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8cb78fc1 drm_bridge_chain_disable +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8cd1f61b drm_vma_offset_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8d72789e drm_edid_is_valid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8e4b8be0 drm_connector_oob_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8f7e24e5 drm_object_property_get_default_value +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8f93bec5 drm_mode_validate_driver +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8f9b3fbc drm_gtf_mode_complex +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8ff5b627 drm_mode_duplicate +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9003d6c1 drm_writeback_prepare_job +EXPORT_SYMBOL drivers/gpu/drm/drm 0x903e8cac drm_gem_dmabuf_export +EXPORT_SYMBOL drivers/gpu/drm/drm 0x909e524c drm_dev_unregister +EXPORT_SYMBOL drivers/gpu/drm/drm 0x90a12dfc drm_connector_create_privacy_screen_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0x91718bfb __drm_atomic_helper_disable_plane +EXPORT_SYMBOL drivers/gpu/drm/drm 0x91db7e48 devm_drm_bridge_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0x92bdd3ed drm_atomic_get_private_obj_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0x94180544 drm_sysfs_connector_status_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0x962029b4 drm_atomic_state_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x967d9aaf drm_mode_object_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0x96eef999 drm_plane_get_damage_clips_count +EXPORT_SYMBOL drivers/gpu/drm/drm 0x97ca3963 drm_panel_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9823984e drm_connector_attach_vrr_capable_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x982d09b3 drm_format_info_block_height +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9836a2e0 drm_gem_vm_open +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9842c89f drm_panel_get_modes +EXPORT_SYMBOL drivers/gpu/drm/drm 0x998423b8 drm_atomic_check_only +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9ac89720 drm_vblank_work_cancel_sync +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9b285573 drm_match_cea_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9b319378 drm_syncobj_find +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9b4ed1b2 drm_mode_probed_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9b54d645 drm_framebuffer_plane_width +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 0x9c0eaf60 drm_plane_get_damage_clips +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9ce050be drm_mode_copy +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9f7fbed2 drm_mode_is_420_also +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa0536e50 drm_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa084fd64 drm_prime_pages_to_sg +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa0a2adcf drm_atomic_get_old_bridge_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa19e1f17 drm_gem_mmap_obj +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa1c9b550 drm_connector_list_iter_next +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 0xa43274f8 drm_dev_unplug +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa434cbe8 drm_vblank_work_schedule +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa4421693 drm_panel_unprepare +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa5ec2523 drm_vma_node_revoke +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa600d1c5 drm_crtc_handle_vblank +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa6255714 drm_client_register +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa656e877 drm_connector_set_vrr_capable_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa680543f drm_connector_attach_tv_margin_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa6943fc6 drm_edid_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa73bc4f1 drm_mode_create_hdmi_colorspace_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa789d4f0 drm_connector_attach_hdr_output_metadata_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa7ff050f drm_vma_offset_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa807f7d1 drm_bridge_chain_mode_valid +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa8b7bd58 drm_gem_prime_import +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa8eb2262 drm_connector_init_with_ddc +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa9b276fe drm_bridge_chain_enable +EXPORT_SYMBOL drivers/gpu/drm/drm 0xaabc3b58 drm_gem_free_mmap_offset +EXPORT_SYMBOL drivers/gpu/drm/drm 0xac599169 drm_mode_find_dmt +EXPORT_SYMBOL drivers/gpu/drm/drm 0xad279062 drm_get_edid_switcheroo +EXPORT_SYMBOL drivers/gpu/drm/drm 0xad4e902b drm_color_ctm_s31_32_to_qm_n +EXPORT_SYMBOL drivers/gpu/drm/drm 0xae0e481a drm_plane_create_color_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0xae277372 __drm_crtc_commit_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0xae326120 drm_dev_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0xaf4ead28 drm_writeback_cleanup_job +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb07b6225 drm_client_modeset_commit +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 0xb212dc3e drm_edid_dup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb2689c32 drm_connector_attach_edid_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb3479aba drm_client_modeset_dpms +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 0xb4b8f6fd drm_mode_create_from_cmdline_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb4fe0501 drm_vma_offset_manager_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb51b2bb1 drm_plane_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb56ea38a drm_gem_lru_move_tail +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb57c5639 drm_syncobj_add_point +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb6127243 drm_need_swiotlb +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb7428e9a drm_handle_vblank +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb8e5a2c7 drm_gem_vunmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb9126c28 drm_atomic_get_crtc_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb96e44a3 drm_property_create_bitmask +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb9cad492 __drm_atomic_state_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0xba808d89 drm_gem_map_detach +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbc3e7781 drm_mode_create_tv_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbdac567a drm_display_info_set_bus_formats +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbe1eaae8 drm_gem_dma_resv_wait +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc0424a1f drm_edid_get_panel_id +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc04c6597 drm_writeback_get_out_fence +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc0584d2c drm_event_reserve_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc19c20bf drm_crtc_enable_color_mgmt +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc21d8ce0 drm_panel_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc2ae80a8 drm_atomic_private_obj_fini +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc34bb2d8 drm_atomic_add_affected_connectors +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc3538e76 drm_modeset_lock_all_ctx +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc3c0c3d9 drm_send_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc587b527 drm_ioctl_kernel +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc5f0269c drm_driver_legacy_fb_format +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc6df1be5 drm_connector_set_path_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc7838f1e drm_syncobj_get_fd +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc87f5340 drm_client_framebuffer_delete +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc8be69e8 __drm_universal_plane_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc8c55a1b drm_framebuffer_unregister_private +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc9a2143e drmm_encoder_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcaa8f84c drm_atomic_state_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcceab205 __drmm_encoder_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcdb99cc9 drm_mode_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcdba2756 drm_gtf_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcf03408f drm_client_modeset_commit_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcfe2e7b6 drm_mode_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd05fda43 drm_prime_get_contiguous_size +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd13f9985 drm_edid_block_valid +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd1b4ab76 drm_panel_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd1b986ce drm_edid_read_ddc +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd1d8d2b4 drm_gem_prime_export +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd215cb9f drm_master_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd254e5f0 drm_crtc_vblank_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd2976e71 drm_gem_handle_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd3d59ef7 devm_aperture_acquire_from_firmware +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd6684272 drm_crtc_check_viewport +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd680a377 drm_gem_object_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd7001bfb drm_calc_timestamping_constants +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd7a9cf42 drm_mode_validate_size +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd8b8ad78 drm_bridge_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd9f67afe drm_atomic_print_new_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0xda66eaf3 drm_atomic_bridge_chain_pre_enable +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdc1da87c drm_crtc_vblank_helper_get_vblank_timestamp +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdd9c3bbb drm_writeback_connector_init_with_encoder +EXPORT_SYMBOL drivers/gpu/drm/drm 0xddccfe73 drm_atomic_commit +EXPORT_SYMBOL drivers/gpu/drm/drm 0xde19d7cb drm_atomic_get_connector_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdf2d0cea drm_gem_dmabuf_release +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 0xdf749291 drm_master_internal_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdfe5be84 drm_property_create_object +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe0c9ddc4 drm_bridge_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe111a750 drm_atomic_bridge_chain_enable +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe132c6bb drm_bridge_chain_mode_fixup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe1726152 drm_file_get_master +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe1db0566 drm_av_sync_delay +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe2471cc2 drm_send_event_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe292f599 drm_mode_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe317082a __drm_printfn_info +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe3914fe7 drm_crtc_vblank_reset +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe4bc9653 drm_get_edid +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe4ed4096 drm_get_format_info +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe633a4cd drm_format_info_bpp +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe7024620 drm_syncobj_replace_fence +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe77b63f3 drm_set_preferred_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe7923a9e drm_bridge_attach +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe8230c47 drm_writeback_connector_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe8a034df drm_dev_exit +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe8ca36dc drm_send_event_timestamp_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe914d395 drmm_mode_config_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe9fa3d37 drm_atomic_get_old_private_obj_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0xea00fe81 __drm_printfn_coredump +EXPORT_SYMBOL drivers/gpu/drm/drm 0xeab4f2cd drm_writeback_queue_job +EXPORT_SYMBOL drivers/gpu/drm/drm 0xeb47b74b drm_crtc_set_max_vblank_count +EXPORT_SYMBOL drivers/gpu/drm/drm 0xeb72fcc4 drm_gem_object_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0xee04ee68 drm_crtc_create_scaling_filter_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xee55079c drm_gem_lru_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0xeed2da6b drm_atomic_get_new_private_obj_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf015882f drm_crtc_arm_vblank_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf0517d7a drm_mm_init +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 0xf16960d5 drm_gem_prime_import_dev +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf1a6f83a drm_poll +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf1b5340a drm_mode_vrefresh +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf25c041c drmm_connector_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf2b998ab drm_client_buffer_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf2c00f45 drm_wait_one_vblank +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf38c3619 drm_mode_create_dp_colorspace_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf406e46a drm_get_connector_type_name +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf44df7c0 drm_gem_get_pages +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf4763c41 drm_crtc_commit_wait +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf6b623a3 drm_crtc_vblank_waitqueue +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf6e30719 drm_edid_read_custom +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf7591f4e drm_gem_map_dma_buf +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf824c7db __drm_printfn_debug +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf8f498ad drm_connector_set_panel_orientation_with_quirk +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf944cd6d drm_mode_crtc_set_gamma_size +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf9487374 drm_panel_enable +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf9a24a34 drm_property_create_bool +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfa45a8cd drm_property_blob_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfa755aab drm_edid_override_connector_update +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfb8d08ec drm_connector_attach_colorspace_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfc1818d1 drm_property_create_signed_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfc5da374 drm_plane_create_scaling_filter_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfca9a552 drm_crtc_send_vblank_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfd2e27de drm_warn_on_modeset_not_all_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfdfa143b drm_modeset_lock_all +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfe41e6d4 drm_object_property_get_value +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfeb953b1 __drm_printfn_seq_file +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x013b5a2b drm_fb_helper_cfb_imageblit +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x0259721e drm_fb_helper_sys_imageblit +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x027354a2 devm_drm_panel_bridge_add +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x04a51202 drm_helper_resume_force_mode +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x0856598e drm_atomic_helper_prepare_planes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x08983376 drm_fb_xrgb8888_to_rgb332 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x093bdfae drm_atomic_helper_disable_plane +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x0d3f2df7 drm_atomic_helper_check_plane_damage +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x0ecba116 drm_crtc_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x0ecd4fc7 drm_i2c_encoder_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x0fa51fd9 drm_atomic_helper_wait_for_fences +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x110923a1 drm_atomic_helper_check_wb_encoder_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x124c5ff6 drm_helper_hpd_irq_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x12596d48 drm_atomic_helper_commit_planes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x12cc2fa0 drm_helper_probe_single_connector_modes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x153e35fa drm_fb_helper_prepare +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x15c6fae1 drm_helper_probe_detect +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x170dcb3d drmm_panel_bridge_add +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x173d48b3 devm_drm_panel_bridge_add_typed +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x1b275e6a drm_gem_fb_create_handle +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x1d1263cd drm_gem_fb_end_cpu_access +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x1e313c96 drm_fb_helper_cfb_read +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x1efa3da1 drm_atomic_helper_bridge_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x20404057 __drm_atomic_helper_crtc_destroy_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x205c79da __drm_atomic_helper_plane_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x21b2e58a drm_fb_helper_check_var +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x21dce6d7 drm_fb_helper_initial_config +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x25ce17ce drm_flip_work_queue_task +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x26bca6e6 __drm_atomic_helper_connector_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x28151c87 drm_i2c_encoder_mode_set +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2a1a2007 drm_fb_helper_fini +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2b556039 drm_gem_end_shadow_fb_access +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2d50570f drm_rect_calc_hscale +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2e4c4876 drm_atomic_helper_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2f57d397 drm_crtc_helper_set_mode +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2f77a136 drm_kms_helper_poll_disable +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3056c78d drm_helper_connector_dpms +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3142fbe1 drm_atomic_helper_wait_for_flip_done +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x36e7a155 __drm_atomic_helper_crtc_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3b33208c drm_atomic_helper_commit +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3c4489cd drm_connector_helper_get_modes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3c6666f7 drm_atomic_helper_damage_merged +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3e935d78 drm_i2c_encoder_detect +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4134bedb drm_gem_duplicate_shadow_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x41e2b317 drm_i2c_encoder_dpms +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x41f92fa8 drm_atomic_helper_page_flip_target +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x42ad8123 drm_i2c_encoder_prepare +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x442334c4 drm_atomic_helper_commit_hw_done +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x450fca6c drm_helper_encoder_in_use +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x46968ca7 drm_fb_helper_setcmap +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x47727311 drm_atomic_helper_async_check +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x49960c0a drm_bridge_is_panel +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x49bac4e7 drm_simple_display_pipe_attach_bridge +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x49e27fc4 drm_atomic_helper_dirtyfb +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4a17c000 drm_atomic_helper_plane_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4a1e9430 drm_simple_encoder_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4aebc080 drm_fb_helper_sys_fillrect +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4b238a70 __drm_atomic_helper_bridge_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4b41a7bc __drm_atomic_helper_crtc_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4b76c580 drm_atomic_helper_commit_tail +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4c8b9705 drm_atomic_helper_page_flip +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4c9ab092 drm_kms_helper_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4e2aad48 __drm_atomic_helper_plane_state_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4faea6d5 drm_atomic_helper_check_planes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x53b257c6 drm_atomic_helper_fake_vblank +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x53e0a492 drm_self_refresh_helper_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5656ffbf drm_gem_fb_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x57e79ccd drm_atomic_helper_commit_modeset_enables +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x582728d9 __drm_gem_destroy_shadow_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x598b1c22 drm_fb_xrgb8888_to_xrgb2101010 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x59c03fd0 drm_self_refresh_helper_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5a105fdc drm_gem_destroy_shadow_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5a4734d1 drm_kms_helper_is_poll_worker +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5a539c66 drm_crtc_helper_mode_valid_fixed +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5aa2b037 drm_flip_work_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5cf72f78 drm_helper_disable_unused_functions +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5dd4284a drm_fb_helper_alloc_info +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x610aa1e2 drm_connector_helper_get_modes_fixed +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x654d564c __drm_atomic_helper_plane_destroy_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x66f98c6b __drm_atomic_helper_bridge_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6b366259 drm_crtc_helper_atomic_check +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6b5c2b06 drm_atomic_helper_damage_iter_next +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6bf00116 drm_fb_helper_sys_copyarea +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6c907892 drm_atomic_helper_update_legacy_modeset_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6e30ba8e drm_rect_rotate_inv +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6e56c004 drm_atomic_helper_connector_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6f1d3916 drm_atomic_helper_connector_destroy_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x704cfdf6 drm_fb_helper_set_suspend_unlocked +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x71924de4 drm_panel_bridge_set_orientation +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7216baff drm_atomic_helper_connector_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7241ee5f drm_helper_crtc_in_use +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7311d98e drm_fb_helper_ioctl +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7316a34c drm_panel_bridge_add_typed +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7382a5a5 drm_gem_fb_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x73a87d1a drm_fb_helper_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x773d5f43 drm_i2c_encoder_restore +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x77b771d5 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 0x7a2c67aa drm_fb_xrgb8888_to_rgb888 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7b1af727 drm_fb_xrgb8888_to_mono +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7cb057db drm_atomic_helper_async_commit +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7fac3659 __drm_atomic_helper_connector_state_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x82d96847 drm_atomic_helper_commit_planes_on_crtc +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x830652c7 drm_crtc_helper_set_config +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x83d559e7 drm_i2c_encoder_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x85a8b8a6 drm_fb_helper_cfb_write +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x862f7154 drm_connector_helper_get_modes_from_ddc +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8692dea9 drm_plane_helper_update_primary +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x871ab41a drm_rect_intersect +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x893c41be drm_fb_xrgb8888_to_rgb565 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8a83ee49 drm_atomic_helper_calc_timestamping_constants +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8b4bcc6a drm_gem_simple_kms_end_shadow_fb_access +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8ecf9b43 drm_fb_helper_blank +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8f682847 drm_fb_blit +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x906e629b drm_kms_helper_poll_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9130380a __drm_atomic_helper_connector_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x91fec1cc drm_rect_calc_vscale +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x930ab914 drm_atomic_helper_commit_cleanup_done +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x93cec5c7 drm_flip_work_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9481b6c5 drm_gem_simple_kms_duplicate_shadow_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9542a024 drm_plane_helper_atomic_check +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x969d2a08 drm_fb_helper_set_suspend +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x99807ab7 drm_fb_helper_fill_info +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x99fd20aa drm_rect_clip_scaled +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9a3e1e47 drm_fb_helper_restore_fbdev_mode_unlocked +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9b47e951 drm_panel_bridge_connector +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9bde1b86 __drm_atomic_helper_private_obj_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9c2098f8 drm_atomic_helper_disable_all +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9c778451 drm_fb_helper_sys_read +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9d971d1f drm_fb_build_fourcc_list +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9f5ec342 drm_fb_swab +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa04a5749 drm_atomic_helper_wait_for_dependencies +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa1fe2fbc drm_fb_helper_debug_enter +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa2242e04 drm_atomic_helper_check_crtc_primary_plane +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa42af98e drm_gem_fb_vunmap +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa526d5ca drm_fb_helper_pan_display +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa53fd757 drm_i2c_encoder_mode_fixup +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa726a76c drm_mode_config_helper_resume +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa83a76eb drm_gem_begin_shadow_fb_access +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa843acc9 drm_gem_simple_kms_destroy_shadow_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa98936ac drm_helper_mode_fill_fb_struct +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xadc92bf4 drm_panel_bridge_remove +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xaddea6ea drm_fb_helper_deferred_io +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xae7c72b7 drm_atomic_helper_resume +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb053adda drm_rect_rotate +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb3151ee0 drm_atomic_helper_disable_planes_on_crtc +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb345fd79 drm_atomic_helper_bridge_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb3c2b76c drm_gem_simple_kms_reset_shadow_plane +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb4b52483 drm_gem_simple_kms_begin_shadow_fb_access +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb6a6b711 drm_fb_clip_offset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb73f4a7e drm_helper_move_panel_connectors_to_head +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb78afb07 drm_fb_helper_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb869017a drm_atomic_helper_bridge_destroy_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xbc7c33d1 drm_atomic_helper_bridge_propagate_bus_fmt +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xbf4d5d49 drm_simple_display_pipe_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xbfac863d drm_self_refresh_helper_update_avg_times +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xbffe2237 drm_atomic_helper_check_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc460392a drm_flip_work_commit +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc4ade59f drm_atomic_helper_shutdown +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc666ce23 drm_self_refresh_helper_alter_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc6b15bc2 drm_kms_helper_connector_hotplug_event +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 0xcfb84e1d drm_atomic_helper_crtc_destroy_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd13f8d40 drm_gem_reset_shadow_plane +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd227e57c drm_helper_force_disable_all +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd27a5711 drm_fb_helper_output_poll_changed +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd28c35c8 drm_mode_config_helper_suspend +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd48b0047 drm_atomic_helper_crtc_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd54fc2d7 drm_atomic_helper_damage_iter_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd6ce660e drm_plane_helper_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd8ba023e drm_panel_bridge_add +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd9d75edf drm_atomic_helper_check_modeset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xda76c173 drm_fbdev_generic_setup +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xdb4cef35 drm_fb_helper_debug_leave +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xdbbbdf1a drm_atomic_helper_suspend +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xdbf78b69 drm_i2c_encoder_commit +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xdc2c45d7 drm_plane_helper_disable_primary +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xdce68b75 __drm_gem_duplicate_shadow_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xdd6fa9ae drm_fb_helper_cfb_fillrect +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xde490725 drm_atomic_helper_setup_commit +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xdf804134 drm_atomic_helper_commit_tail_rpm +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe0ba7c33 drm_atomic_helper_commit_modeset_disables +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe27a7369 drm_atomic_helper_connector_tv_margins_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe3462ec6 __drm_atomic_helper_plane_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe394ccf6 __drm_atomic_helper_crtc_state_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe3dd2e27 drm_fb_helper_lastclose +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe3f654dd drm_atomic_helper_set_config +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe4f8dd52 drm_atomic_helper_check +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe5d16701 drm_fb_helper_set_par +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe659cba9 drm_connector_helper_hpd_irq_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe69208fa __drmm_simple_encoder_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe97518b9 drm_atomic_helper_plane_destroy_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe9b282df drm_atomic_helper_plane_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xea685be2 drm_fb_helper_sys_write +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xeaf58708 drm_gem_fb_begin_cpu_access +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xebc6bba6 drm_atomic_helper_swap_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xef29e523 drm_atomic_helper_cleanup_planes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xef40829e drm_atomic_helper_update_plane +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf0308ac3 drm_gem_simple_display_pipe_prepare_fb +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf0fdc49e drm_fb_memcpy +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf6811b85 __drm_atomic_helper_connector_destroy_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf7061119 drm_fb_xrgb8888_to_gray8 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf7d02535 drm_kms_helper_poll_fini +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf9c56a6a drm_i2c_encoder_save +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xfa5a2e2e __drm_gem_reset_shadow_plane +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xfc746838 drm_fb_helper_cfb_copyarea +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xfce55cf4 drm_atomic_helper_commit_duplicated_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xfdfc73e6 drm_atomic_helper_wait_for_vblanks +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xfe8edbe5 drm_kms_helper_poll_enable +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xfebc28e7 drm_fb_helper_unregister_info +EXPORT_SYMBOL drivers/gpu/drm/drm_panel_orientation_quirks 0x2e439142 drm_get_panel_orientation_quirk +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0x21d96419 drm_gem_shmem_unpin +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0x61635c43 drm_gem_shmem_vunmap +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0x82944ba7 drm_gem_shmem_purge +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0xab5c7c78 drm_gem_shmem_put_pages +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0xac9431d9 drm_gem_shmem_get_pages +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0xbe9cce83 drm_gem_shmem_print_info +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0xc6228ebd drm_gem_shmem_madvise +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0xcd7c8e7a drm_gem_shmem_purge_locked +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0xea02150e drm_gem_shmem_pin +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0xfef5339b drm_gem_shmem_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm_ttm_helper 0x34790b3b drm_gem_ttm_mmap +EXPORT_SYMBOL drivers/gpu/drm/drm_ttm_helper 0x55b7938d drm_gem_ttm_print_info +EXPORT_SYMBOL drivers/gpu/drm/drm_ttm_helper 0x59d4758d drm_gem_ttm_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm_ttm_helper 0xba656f44 drm_gem_ttm_dumb_map_offset +EXPORT_SYMBOL drivers/gpu/drm/drm_ttm_helper 0xbe2fa5c6 drm_gem_ttm_vunmap +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x0bb43808 drm_vram_helper_mode_valid +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x302662d9 drm_gem_vram_driver_dumb_create +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x32148b49 drm_gem_vram_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x3c4b459e drm_gem_vram_plane_helper_prepare_fb +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x4d519f17 drm_gem_vram_pin +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x523164c4 drm_gem_vram_unpin +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x5ece322d drmm_vram_helper_init +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x63f7e8b5 drm_gem_vram_plane_helper_cleanup_fb +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0xa52e2e79 drm_gem_vram_offset +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0xb730b4e1 drm_gem_vram_put +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0xba1998f0 drm_gem_vram_vunmap +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0xc4001879 drm_gem_vram_create +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0xc614aa20 drm_gem_vram_simple_display_pipe_prepare_fb +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0xce84a421 drm_gem_vram_simple_display_pipe_cleanup_fb +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0xe9ea611c drm_vram_mm_debugfs_init +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0xf0e17426 drm_gem_vram_fill_create_dumb +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x00686154 ttm_resource_fini +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x05791c56 ttm_eu_reserve_buffers +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x07d6c44d ttm_bo_mem_space +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x08beab78 ttm_global_swapout +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x12ff95be ttm_bo_lock_delayed_workqueue +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x18182121 ttm_device_swapout +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x188662cb ttm_bo_init_validate +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x18f613b8 ttm_range_man_init_nocheck +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x1a71d30c ttm_move_memcpy +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x28de673d ttm_glob +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x29451f3f ttm_tt_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x2a2ae098 ttm_bo_vm_close +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x2e5bcc3a ttm_bo_vmap +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x300258d6 ttm_device_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x32982d51 ttm_resource_free +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x3340b45e ttm_bo_unlock_delayed_workqueue +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x3377c216 ttm_bo_wait +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x39511b16 ttm_lru_bulk_move_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x44d10d5e ttm_eu_backoff_reservation +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x4ab0236d ttm_pool_free +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x50ec2b61 ttm_tt_populate +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x5209cfd0 ttm_bo_mmap_obj +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x5277a721 ttm_pool_alloc +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x56db9d80 ttm_bo_vm_fault +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x5911723e ttm_bo_vunmap +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x5d425e43 ttm_io_prot +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x5f263760 ttm_kmap_iter_iomap_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x65cc0c2c ttm_bo_kunmap +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x687e02be ttm_tt_fini +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x6f598d55 ttm_resource_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x73a41384 ttm_resource_manager_debug +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x75ecee16 ttm_bo_vm_access +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x77b36bda ttm_kmap_iter_tt_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x7a766fcf ttm_eu_fence_buffer_objects +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x7f33d6b0 ttm_bo_put +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x894242ff ttm_lru_bulk_move_tail +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x98b97ff5 ttm_resource_manager_evict_all +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x9c62c69d ttm_bo_init_reserved +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x9d7ca2f3 ttm_resource_manager_usage +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xa0c3ff86 ttm_bo_pin +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xabd7795e ttm_resource_manager_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xae575f31 ttm_bo_vm_fault_reserved +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xb73e63fa ttm_bo_vm_open +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xbe9ac43d ttm_sg_tt_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xcbeadf7e ttm_bo_move_accel_cleanup +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xcd01b052 ttm_bo_move_sync_cleanup +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xd268350e ttm_bo_vm_reserve +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xd6a87063 ttm_bo_validate +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xd759f423 ttm_bo_move_to_lru_tail +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xdaf03895 ttm_device_fini +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xe08b8c2e ttm_pool_debugfs +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xe656c7f5 ttm_bo_unpin +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xea66de31 ttm_resource_manager_create_debugfs +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xea85eb5a ttm_device_clear_dma_mappings +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xeb004e54 ttm_bo_kmap +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xebf80e94 ttm_resource_compat +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xed413d48 ttm_bo_unmap_virtual +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xed7f124f ttm_bo_set_bulk_move +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xee1517d1 ttm_bo_vm_dummy_page +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xef992600 ttm_bo_eviction_valuable +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xf328c2d8 ttm_range_man_fini_nocheck +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xfc543b44 ttm_bo_move_memcpy +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-bit 0x6eaff609 i2c_bit_add_numbered_bus +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-bit 0x9b37b90a i2c_bit_algo +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-bit 0xc50b0ff3 i2c_bit_add_bus +EXPORT_SYMBOL drivers/i2c/i2c-core 0x0139c5b7 i2c_del_adapter +EXPORT_SYMBOL drivers/i2c/i2c-core 0x0292a459 i2c_transfer +EXPORT_SYMBOL drivers/i2c/i2c-core 0x14d0723c i2c_smbus_read_byte +EXPORT_SYMBOL drivers/i2c/i2c-core 0x245cc1b4 i2c_smbus_write_block_data +EXPORT_SYMBOL drivers/i2c/i2c-core 0x255a6759 i2c_smbus_xfer +EXPORT_SYMBOL drivers/i2c/i2c-core 0x3491d1ae i2c_smbus_pec +EXPORT_SYMBOL drivers/i2c/i2c-core 0x3b8d98ae i2c_add_adapter +EXPORT_SYMBOL drivers/i2c/i2c-core 0x4633bccc i2c_smbus_read_byte_data +EXPORT_SYMBOL drivers/i2c/i2c-core 0x46da1654 __i2c_smbus_xfer +EXPORT_SYMBOL drivers/i2c/i2c-core 0x484295cf i2c_smbus_write_word_data +EXPORT_SYMBOL drivers/i2c/i2c-core 0x59121a6a i2c_del_driver +EXPORT_SYMBOL drivers/i2c/i2c-core 0x5adaff31 i2c_smbus_write_byte_data +EXPORT_SYMBOL drivers/i2c/i2c-core 0x5ebb46d4 i2c_get_adapter +EXPORT_SYMBOL drivers/i2c/i2c-core 0x6614d701 i2c_smbus_write_byte +EXPORT_SYMBOL drivers/i2c/i2c-core 0x74a9f417 i2c_clients_command +EXPORT_SYMBOL drivers/i2c/i2c-core 0x7f129b20 i2c_put_adapter +EXPORT_SYMBOL drivers/i2c/i2c-core 0x80c77172 i2c_verify_adapter +EXPORT_SYMBOL drivers/i2c/i2c-core 0x817c1d4b i2c_verify_client +EXPORT_SYMBOL drivers/i2c/i2c-core 0x9159360e __i2c_transfer +EXPORT_SYMBOL drivers/i2c/i2c-core 0xae084629 i2c_smbus_read_i2c_block_data +EXPORT_SYMBOL drivers/i2c/i2c-core 0xaec1728f i2c_smbus_write_i2c_block_data +EXPORT_SYMBOL drivers/i2c/i2c-core 0xb8c99f4e i2c_register_driver +EXPORT_SYMBOL drivers/i2c/i2c-core 0xbea617c5 i2c_transfer_buffer_flags +EXPORT_SYMBOL drivers/i2c/i2c-core 0xcbbaa0b4 i2c_smbus_read_i2c_block_data_or_emulated +EXPORT_SYMBOL drivers/i2c/i2c-core 0xcd2b62b3 i2c_smbus_read_block_data +EXPORT_SYMBOL drivers/i2c/i2c-core 0xf8201f53 i2c_smbus_read_word_data +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x1836f277 ib_create_cm_id +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x1e1db7cc ib_cm_notify +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x2239bfbd ib_send_cm_mra +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x23c7ef68 ib_cm_insert_listen +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x3dd93094 ib_send_cm_sidr_req +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x428e89cd ib_send_cm_sidr_rep +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x5a3b5342 ib_cm_init_qp_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x5a7320cc ib_destroy_cm_id +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x69824a14 ibcm_reject_msg +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x6f686c08 ib_send_cm_rep +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x799fb29d ib_send_cm_req +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xa0112cee ib_cm_listen +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xbb10998c ib_send_cm_rtu +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xcf731301 ib_send_cm_rej +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xe81f7b96 ib_send_cm_dreq +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xef1000f9 ib_send_cm_drep +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x01ca0e6e ib_qp_usecnt_dec +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x021bf2e8 ib_sa_join_multicast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x02269cfe ib_dealloc_xrcd_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0365089c rdma_query_gid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x041dfa82 ib_port_register_client_groups +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x043d29df ib_dispatch_event +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x04cf9258 rdma_read_gid_l2_fields +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0673dcfe rdma_user_mmap_entry_insert +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x06830b9a ib_pack +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x06a1dd45 ib_check_mr_status +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x07035e1a rdma_put_gid_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x08cf4632 ib_set_client_data +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0a58e9c1 ib_mr_pool_put +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0b75dbbb ib_unregister_client +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0ccf2fc9 ib_get_rmpp_segment +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0d065046 rdma_restrack_del +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0f4744c4 rdma_copy_src_l2_addr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x11a2a3a1 ib_post_send_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x11c511d0 rdma_link_unregister +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1219e49b ib_destroy_wq_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x121a2581 ib_alloc_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1436bf2c rdma_user_mmap_io +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x14cc41cc ib_register_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x160030af ib_rdmacg_try_charge +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x189e804e rdma_nl_put_driver_u32 +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1912c73f ib_mr_pool_destroy +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1a07a67b ib_alloc_mr_integrity +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1b037462 __rdma_block_iter_start +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1cba6d1b ibdev_info +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1d2667d5 ib_set_vf_link_state +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1eb1cae3 ib_create_send_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1ebb05d4 ibnl_put_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x203d4b23 ib_get_vf_config +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x22903877 rdma_user_mmap_entry_get +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x23b2e6a2 ib_device_set_netdev +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x23fae621 ib_rdmacg_uncharge +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2461793d rdma_nl_put_driver_u32_hex +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x280bd843 _ib_alloc_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x281907f4 rdma_move_ah_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x293823b1 rdma_query_gid_table +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x29496800 ib_modify_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x29c1ec66 ib_drain_sq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2c3e9e3c rdma_rw_ctx_destroy_signature +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2e221d0c ib_qp_usecnt_inc +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2fcb0466 ib_modify_qp_with_udata +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x301a79f4 ib_get_vf_stats +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x305e5701 rdma_addr_size_kss +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x312acaee rdma_restrack_get +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x314e7a56 rdma_destroy_ah_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x33a7f37f ib_free_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x33cde6fb rdma_link_register +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x39bf5523 ib_find_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x39db0d6e ib_dealloc_pd_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3a4d7f15 ib_get_cached_subnet_prefix +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3fc2387c ib_ud_header_unpack +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x42212bdb ib_sa_unregister_client +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4319e70d ib_init_ah_attr_from_wc +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x431c1fde rdma_resolve_ip +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x434c5d10 zgid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x438b0af7 ibnl_put_msg +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x45fb8985 rdma_nl_chk_listeners +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x46413e23 rdma_create_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4740da4c ib_query_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x47b273c2 ib_set_device_ops +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x493dbf4e ib_mr_pool_init +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4a3eb2e7 rdma_copy_ah_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4dde389e ib_query_srq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4e155af0 ib_response_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4e87626c ib_dereg_mr_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4e90435c ib_sa_free_multicast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4f45f1c2 ib_get_device_fw_str +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x51d21922 ib_create_wq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5298a5fc rdma_rw_mr_factor +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x52d7d7f4 ib_device_get_by_netdev +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x52f4510f ib_find_exact_cached_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x530c91b3 rdma_nl_register +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x55bb02f3 ib_cache_gid_type_str +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5a8a3de7 __ib_alloc_pd +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5b3ed698 ib_cq_pool_get +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x60d4cf71 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 0x6216f626 ib_modify_srq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x624087d3 ib_get_net_dev_by_params +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x625bce48 ib_sg_to_pages +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x62baddde rdma_rw_ctx_post +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x67294c37 rdma_restrack_new +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x67a73a81 ib_map_mr_sg_pi +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x67f3e027 ib_get_cached_port_state +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6a3425bc rdma_nl_multicast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6aadbaf0 ib_unregister_device_queued +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6b958320 ib_ud_ip4_csum +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6d755955 ib_create_qp_kernel +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6ee769c1 rdma_restrack_put +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 0x70b610c5 ib_close_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x70cad7ad rdma_restrack_set_name +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x71551a10 ib_device_put +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x71ebbc9e rdma_port_get_link_layer +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7328c4d6 ib_resize_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7348aeea rdma_hold_gid_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x736c01db ib_sa_get_mcmember_rec +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x73baf9a2 ib_modify_qp_is_ok +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x73cd12a4 ibdev_alert +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x75a729a0 rdma_nl_unregister +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x76596938 ib_map_mr_sg +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x771770f7 ib_device_get_by_name +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x77e1552f ib_port_unregister_client_groups +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x787ccc4c ib_get_mad_data_offset +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x79787750 rdma_alloc_hw_stats_struct +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7a90ffee ib_find_cached_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7c569786 ib_init_ah_from_mcmember +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7df56988 ib_create_qp_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7e0db34e ib_sa_guid_info_rec_query +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x82d960a4 ibdev_err +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x857cc4f7 ib_sa_path_rec_get +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x86610549 ib_dma_virt_map_sg +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x88a4b859 rdma_set_cq_moderation +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x890fbd1d ib_reg_user_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8952e380 ib_create_srq_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8b268010 roce_gid_type_mask_support +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8b4788c7 ibdev_emerg +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8bb57c61 ib_port_sysfs_get_ibdev_kobj +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8bcffa17 rdma_rw_ctx_init +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8bd3edba ib_modify_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8cdc537c ib_unregister_device_and_put +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8d4627fd ib_open_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8e7528da __rdma_block_iter_next +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8f9fffce rdma_user_mmap_entry_remove +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x90790aac ib_get_eth_speed +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x90e807c7 ib_cache_gid_parse_type_str +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x92de94cc rdma_addr_cancel +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9376507e ibdev_printk +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9573ffe4 ib_sa_register_client +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x96972c5a rdma_init_netdev +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x971a8c36 ibdev_warn +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9762a9a9 ib_destroy_qp_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9a94b015 ib_detach_mcast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9deef481 rdma_translate_ip +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9ee83a7c rdma_modify_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9f2670b3 ib_attach_mcast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa045ec69 ib_unregister_event_handler +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa0703d57 __ib_create_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa11e28be rdma_nl_unicast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa26a747c rdma_restrack_parent_name +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa481fb2a ib_modify_port +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa8e276f3 ib_destroy_cq_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa9e03c63 ib_drain_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa9fed03a ib_advise_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xaaf478cb rdma_restrack_get_byid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xac3c1c08 ib_free_recv_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xac7146ef rdma_user_mmap_entry_put +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xadbbc383 __ib_alloc_cq_any +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xae20bd6b ib_register_event_handler +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xae956dce ib_rate_to_mult +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xaf672953 rdma_create_user_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xaf8406aa ib_mr_pool_get +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xafd75d04 rdma_nl_unicast_wait +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb0b383eb rdma_read_gid_hw_context +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb32e9cd3 rdma_move_grh_sgid_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb4043a32 ib_mad_kernel_rmpp_agent +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb4c40040 ib_sa_pack_path +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb5b40819 ib_port_immutable_read +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb7852a05 ib_ud_header_init +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xba46d5cd rdma_alloc_netdev +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbce25669 rdma_user_mmap_entry_get_pgoff +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbd34232a rdma_find_gid_by_port +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc22e21e0 ib_get_cached_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc4dba8ec ib_get_gids_from_rdma_hdr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc71ca220 ib_set_vf_guid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc89455cc ib_get_cached_lmc +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc95ee8c8 rdma_destroy_ah_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xcadc8df6 ib_process_cq_direct +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xcc1fd587 ib_init_ah_attr_from_path +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xcd4cbb36 rdma_replace_ah_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xcea2476f rdma_roce_rescan_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xced77d67 rdma_restrack_count +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd0478dc4 ib_unregister_driver +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd1e9e499 rdma_nl_stat_hwcounter_entry +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd21bb37a ib_sa_unpack_path +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd3f1d685 rdma_nl_put_driver_u64_hex +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 0xd79fd99f ib_unregister_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd89b0116 rdma_rw_ctx_destroy +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd8ee6c7d ib_unregister_mad_agent +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xda0d50ec ib_sa_cancel_query +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xdc5380dd rdma_find_gid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xdcc9fb64 ib_free_send_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xdce3490e rdma_umap_priv_init +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xdf9dec5c ib_cq_pool_put +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe12f28fa rdma_get_gid_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe2248c15 rdma_restrack_add +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe24f6fcb rdma_nl_put_driver_string +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe30f8072 rdma_read_gid_attr_ndev_rcu +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe40fe137 rdma_user_mmap_entry_insert_range +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe548f1f3 ibdev_notice +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe5840ec6 ib_wc_status_msg +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe5fb3a43 ib_alloc_xrcd_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe6bed75f ib_drain_rq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe73db7fd ib_get_vf_guid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe7b52e5f mult_to_ib_rate +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe8f70c01 ib_register_mad_agent +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe9453e95 rdma_nl_put_driver_u64 +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe97f984d ib_modify_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe9e799fc ib_ud_header_pack +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xea045d73 rdma_rw_ctx_wrs +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xece5baf0 rdma_rw_ctx_signature_init +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf12c9124 ib_destroy_srq_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf4306e65 ib_query_port +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf56ca193 ib_find_gid +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 0xf73346fd ib_create_qp_security +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf76268bc ib_query_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf7ab5f52 ib_dealloc_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf7e80080 ib_create_ah_from_wc +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf8aab965 rdma_dev_access_netns +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf96fc9de ib_unpack +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xfa297839 rdma_query_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xfa4a8e58 __ib_alloc_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xfb171e53 ib_register_client +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xfbc3a9a8 rdma_free_hw_stats_struct +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x01902a9b uverbs_fd_class +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x03654485 ib_umem_odp_alloc_implicit +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x0b17c10f _uverbs_get_const_signed +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x0c236a9e uverbs_destroy_def_handler +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x0f4352da ib_umem_odp_map_dma_and_lock +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x104b1168 uverbs_idr_class +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x1b9d2dff flow_resources_alloc +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x1d3ef834 ib_umem_odp_alloc_child +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x25a4ca37 ib_umem_activate_invalidation_notifier +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x2cc1b28e flow_resources_add +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x3099a33b ib_register_peer_memory_client +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x364ab03e uverbs_uobject_put +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x36c34dc6 ib_copy_path_rec_to_user +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x3db531e7 ib_umem_odp_get +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x547bb030 ib_umem_odp_release +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x6015106c ib_umem_dmabuf_map_pages +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x615a24c3 uverbs_get_flags64 +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x70292879 _uverbs_get_const_unsigned +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x70bfd108 ib_umem_find_best_pgsz +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x74888bab 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 0x79411b5b uverbs_uobject_fd_release +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x7fe9eabd _uverbs_alloc +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x877a62b2 ib_umem_get_peer +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x8da272df ib_umem_dmabuf_unmap_pages +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x93b8b9dd ib_uverbs_get_ucontext_file +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x9b812ca1 ib_umem_copy_from +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x9d0d14c7 uverbs_copy_to +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xa6f58ac4 ib_umem_dmabuf_get +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xb81d900c ib_umem_release +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xbde5c050 ib_unregister_peer_memory_client +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xbe3782ce ib_copy_qp_attr_to_user +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xbf0babe8 ib_umem_dmabuf_get_pinned +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xc6b0e609 ib_umem_stop_invalidation_notifier +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xc89e7611 uverbs_copy_to_struct_or_zero +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xcfd41136 ib_umem_get +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xe34e7eb7 ib_uverbs_flow_resources_free +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xe47454bf uverbs_get_flags32 +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xf081def6 ib_copy_ah_attr_to_user +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xfa9d2286 ib_umem_odp_unmap_dma_pages +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x19f81733 iw_cm_reject +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x26a3d605 iw_cm_init_qp_attr +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x5d228e6f iw_cm_disconnect +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x6327b0fc iw_cm_listen +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xbc04ce52 iw_cm_connect +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xd59bdff6 iw_destroy_cm_id +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xe4cf241c iw_create_cm_id +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xf3df871f iwcm_reject_msg +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xfe902476 iw_cm_accept +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x0d0da951 rdma_accept_ece +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x0fa3ebf6 rdma_unlock_handler +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x17f93e8a rdma_reject +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x18e29673 rdma_set_reuseaddr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x1ea59808 rdma_accept +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x20d6bc33 rdma_bind_addr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x282b5bb1 __rdma_create_kernel_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x2fb6f773 rdma_disconnect +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x3a093a61 rdma_set_ib_path +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x452a4219 rdma_consumer_reject_data +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x4533f7dd rdma_res_to_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x46cfa727 rdma_create_qp +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x67cd6157 rdma_read_gids +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x6d3cc925 rdma_join_multicast +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x6f0c4583 rdma_connect +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x7419b495 rdma_destroy_qp +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x777c070e rdma_init_qp_attr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x7c410a6d rdma_set_afonly +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x8172eb56 rdma_connect_locked +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x86c667f9 rdma_lock_handler +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x907df803 rdma_event_msg +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x92c9a832 rdma_set_service_type +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xa3e90491 rdma_resolve_route +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xafdcbf30 rdma_listen +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xb2c49bf1 rdma_create_user_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xb373ac27 rdma_get_service_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xb8ecadc3 rdma_resolve_addr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xb9da10ee rdma_iw_cm_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xc1ea43f4 rdma_reject_msg +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xd8b95a3b rdma_set_min_rnr_timer +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xdfa47cea rdma_notify +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xee97af63 rdma_connect_ece +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xf2322412 rdma_destroy_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xfaaef047 rdma_leave_multicast +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xfb28ce4c rdma_set_ack_timeout +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-client 0x37ca2138 rtrs_clt_query +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-client 0x46d2baab rtrs_clt_get_permit +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-client 0x56da9af4 rtrs_clt_request +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-client 0x5c7d597c rtrs_clt_rdma_cq_direct +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-client 0x95f53f55 rtrs_clt_close +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-client 0xcc40818b rtrs_clt_open +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-client 0xf67976dd rtrs_clt_put_permit +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-core 0x104c1d93 rtrs_ib_dev_put +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-core 0x516d3690 rtrs_ib_dev_find_or_add +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-core 0x52b4d11f rtrs_rdma_dev_pd_deinit +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-core 0x5cc818a0 sockaddr_to_str +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-core 0x8f6c7edf rtrs_addr_to_str +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-core 0xb5f7314b 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-server 0x09e7f7e0 rtrs_srv_resp_rdma +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-server 0x10135d6f rtrs_srv_get_queue_depth +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-server 0x52c00819 rtrs_srv_open +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-server 0x96adc903 rtrs_srv_get_path_name +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-server 0xa50b6555 rtrs_srv_set_sess_priv +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-server 0xb0242d72 rtrs_srv_close +EXPORT_SYMBOL drivers/md/dm-log 0x328650d1 dm_dirty_log_create +EXPORT_SYMBOL drivers/md/dm-log 0xb7bccadd dm_dirty_log_type_unregister +EXPORT_SYMBOL drivers/md/dm-log 0xd3d36c1f dm_dirty_log_type_register +EXPORT_SYMBOL drivers/md/dm-log 0xdef62574 dm_dirty_log_destroy +EXPORT_SYMBOL drivers/md/dm-snapshot 0x1a5b351c dm_snap_origin +EXPORT_SYMBOL drivers/md/dm-snapshot 0x3735f6a4 dm_exception_store_type_register +EXPORT_SYMBOL drivers/md/dm-snapshot 0x6b96d3da dm_exception_store_create +EXPORT_SYMBOL drivers/md/dm-snapshot 0x79096113 dm_snap_cow +EXPORT_SYMBOL drivers/md/dm-snapshot 0x835f39c9 dm_exception_store_type_unregister +EXPORT_SYMBOL drivers/md/dm-snapshot 0xb430cc97 dm_exception_store_destroy +EXPORT_SYMBOL drivers/md/raid456 0x3061b31d raid5_set_cache_size +EXPORT_SYMBOL drivers/md/raid456 0x8617c3dd r5c_journal_mode_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x013314ae mlx4_get_parav_qkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x09bdde5f mlx4_is_slave_active +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0d1b671e mlx4_SET_PORT_fcs_check +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0e89beab mlx4_ALLOCATE_VPP_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x10f33e19 get_phv_bit +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1465f327 mlx4_SET_PORT_qpn_calc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x15ef90a6 mlx4_sync_pkey_table +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1a131fb6 mlx4_SET_PORT_BEACON +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x25ef27f1 mlx4_get_slave_node_guid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2a4c707f mlx4_SET_PORT_VXLAN +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2e768ff8 mlx4_assign_eq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x36a7bb7e mlx4_eq_get_irq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3f62e4fd mlx4_query_diag_counters +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x48a1d1f5 mlx4_SET_PORT_general +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4b6cd38b mlx4_SET_PORT_user_mtu +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4d591c2f mlx4_SET_PORT_SCHEDULER +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5db00d5f set_phv_bit +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5fec51d0 mlx4_gen_pkey_eqe +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x60923e43 mlx4_SET_PORT_user_mac +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x65b88288 mlx4_ALLOCATE_VPP_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x683397c3 mlx4_test_async +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x69a30752 mlx4_max_tc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x731c5203 mlx4_get_module_info +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7a1af0a8 mlx4_get_slave_port_state +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7beefee0 mlx4_gen_port_state_change_eqe +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 0x80603b59 mlx4_SET_VPORT_QOS_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x85491a96 mlx4_get_eqs_per_port +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x86026d22 mlx4_is_eq_shared +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xae92cf56 mlx4_gen_slaves_port_mgt_ev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb15303cc mlx4_put_slave_node_guid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb1f71a11 mlx4_SET_VPORT_QOS_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb6f4bbfb mlx4_gen_guid_change_eqe +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xbd4d4e8d mlx4_get_slave_pkey_gid_tbl_len +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xbf45a6ab mlx4_release_eq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc47ed353 mlx4_is_eq_vector_valid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc858735f mlx4_get_roce_gid_from_slave +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd32abf65 mlx4_get_cpu_rmap +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd46ff89a mlx4_get_slave_from_roce_gid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe02d44d9 mlx4_SET_PORT_PRIO2TC +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe2cc2995 mlx4_tunnel_steer_add +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe41a0dc6 mlx4_get_is_vlan_offload_disabled +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe7b45d3f mlx4_SET_MCAST_FLTR +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe983914a mlx4_test_interrupt +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xef0893d9 set_and_calc_slave_port_state +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0033929a mlx5_comp_irq_get_affinity_mask +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x00a873f6 mlx5_cmd_destroy_vport_lag +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 0x05bd0278 mlx5_mpfs_add_mac +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x07146959 mlx5_vf_get_core_dev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x07835446 __traceiter_mlx5_fs_set_fte +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x07e05a08 mlx5_debug_qp_add +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0a0239db mlx5_cmd_check +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0c00ae34 __traceiter_mlx5_fs_del_rule +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x13399cd2 mlx5_nic_vport_disable_roce +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1477780d mlx5_core_create_tir +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x178bf0b6 mlx5_packet_reformat_dealloc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x198ea23c mlx5_rl_remove_rate +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1adef9fc mlx5_del_flow_rules +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1c22277e mlx5_fc_create +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1c894566 mlx5_rl_is_in_range +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1df31831 mlx5_core_modify_cq_moderation +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1e38486c __tracepoint_mlx5_fs_add_ft +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1f8d633f mlx5_debug_qp_remove +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2140fe5a mlx5_fpga_sbu_conn_create +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x227b7b94 mlx5_lag_mode_is_hash +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x22bce683 __tracepoint_mlx5_fs_del_fte +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x234d9e66 mlx5_lag_is_master +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x23ba1b6a mlx5_core_roce_gid_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x23dd42bb mlx5_lag_get_peer_mdev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x249fe1a4 mlx5_cmd_exec_cb +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x291dbf2e mlx5_core_modify_tis +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x29684954 mlx5_core_detach_mcg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2a81a57f mlx5_core_dealloc_transport_domain +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2ba6c6bb mlx5_eq_get_eqe +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2bb09391 mlx5_packet_reformat_alloc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2cfe24ef mlx5_eq_notifier_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2d64c97e mlx5_core_modify_rq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2db9278a mlx5_core_destroy_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2f60416e mlx5_core_create_rqt +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2f708513 mlx5_rsc_dump_cmd_create +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x30d83322 mlx5_core_query_sq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x32fc77d1 __tracepoint_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 0x34dba2b9 mlx5_eq_disable +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x396786f3 mlx5_fpga_sbu_conn_destroy +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3970980d mlx5_eswitch_get_vport_metadata_for_match +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3ae82b66 mlx5_eswitch_reg_c1_loopback_enabled +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3d7128ba mlx5_rl_add_rate +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4049e626 mlx5_core_create_tis +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x43449e50 mlx5_vf_put_core_dev +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 0x443b52e2 mlx5_debugfs_root +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4a5e390b mlx5_modify_header_alloc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4b9d866b mlx5_core_query_cq +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 0x5065c902 mlx5_cmd_create_vport_lag +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 0x5433757e mlx5_debugfs_get_dev_root +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 0x55c2541c mlx5_notifier_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5cbe0791 mlx5_core_destroy_rqt +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5cfbde15 mlx5_eswitch_vport_rep +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5e45fcb4 mlx5_core_dealloc_pd +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5eeaf453 __traceiter_mlx5_fs_del_fte +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x60996ea7 mlx5_fs_remove_rx_underlay_qpn +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x614581c4 mlx5_cmd_out_err +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 0x62bf9d4e mlx5_lag_get_num_ports +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x63935ce7 mlx5_fpga_mem_write +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 0x642f0deb mlx5_lag_is_roce +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x65d7f8cb mlx5_core_destroy_tir +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x68d60a0e __traceiter_mlx5_fs_add_rule +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x68df8d5b mlx5_core_create_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6a01a81d mlx5_mpfs_del_mac +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6de2e495 mlx5_comp_vectors_count +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6f457fa4 mlx5_notifier_register +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 0x743f1fdb mlx5_core_destroy_mkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x74f9c8f4 mlx5_lag_is_shared_fdb +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x78ae34df mlx5_vector2eqn +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 0x7c851770 mlx5_create_cq +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 0x7cf9df10 mlx5_cmd_cleanup_async_ctx +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 0x7eb6c2c8 mlx5_core_create_mkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7f02fb16 mlx5_eswitch_uplink_get_proto_dev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7fd709fe __tracepoint_mlx5_fs_add_fg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8097c634 mlx5_eswitch_get_encap_mode +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x80a79634 mlx5_alloc_bfreg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x83ce8ce1 mlx5_core_query_vendor_id +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x872e7c67 __tracepoint_mlx5_fs_add_rule +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8865c8e3 mlx5_add_flow_rules +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x88b74baa mlx5_qp_debugfs_init +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x88d5ab8f mlx5_eswitch_unregister_vport_reps +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8b3ac9ec mlx5_qp_debugfs_cleanup +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8b810945 mlx5_eq_notifier_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8c181b16 mlx5_eswitch_get_proto_dev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8d1977c7 mlx5_get_flow_namespace +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8de988e8 mlx5_lag_is_active +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x900a7ed6 mlx5_fc_destroy +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9164f26a mlx5_rdma_rn_get_params +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x91b54d52 mlx5_core_modify_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x96eb2c99 mlx5_fc_id +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x99926542 mlx5_cmd_exec_polling +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 0xa1176987 mlx5_lag_query_cong_counters +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa121f7b6 mlx5_rl_remove_rate_raw +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa3666ed7 mlx5_query_ib_port_oper +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa72f3ea1 mlx5_fc_query +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xabd1a4db mlx5_free_bfreg +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 0xaf335351 __traceiter_mlx5_fs_add_fg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb0f42c10 mlx5_eq_update_ci +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb1e0d9ac mlx5_eswitch_get_vport_metadata_for_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb4386090 mlx5_lag_is_sriov +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb4793c36 __traceiter_mlx5_fw +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 0xb60f0926 mlx5_eswitch_register_vport_reps +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb72cffaf __tracepoint_mlx5_fs_del_ft +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xbb475e47 __tracepoint_mlx5_fs_set_fte +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 0xc70e461b mlx5_fpga_get_sbu_caps +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 0xca041a76 mlx5_fpga_mem_read +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xcbc79612 mlx5_modify_header_dealloc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xcc09c997 mlx5_lag_get_roce_netdev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xccf90815 mlx5_core_destroy_psv +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xcdadcb88 mlx5_core_modify_sq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xceadb83c mlx5_core_destroy_tis +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xcff046d2 mlx5_eswitch_add_send_to_vport_rule +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd01131d4 mlx5_core_query_rq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd10841a7 mlx5_sriov_blocking_notifier_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd6694ffe mlx5_core_create_rq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd6bddc11 mlx5_eq_enable +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd6c3be3d __tracepoint_mlx5_fs_del_fg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd7055db3 mlx5_core_alloc_pd +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xda31d3e3 mlx5_core_query_mkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xdb7b53ab mlx5_eq_create_generic +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xdc116a85 mlx5_get_uars_page +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xdd2a9d5a mlx5_core_alloc_transport_domain +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe04d8717 mlx5_eswitch_vport_match_metadata_enabled +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe07a1f2d mlx5_is_roce_on +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe471b02f mlx5_core_create_psv +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe4e09c2b __tracepoint_mlx5_fw +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe52e6f29 mlx5_fpga_sbu_conn_sendmsg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe73203c7 mlx5_get_fdb_sub_ns +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xeae56d47 mlx5_core_destroy_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 0xec570469 mlx5_fs_add_rx_underlay_qpn +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xec7b33b2 mlx5_cmd_exec +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xec8cbda2 mlx5_cmd_do +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xef9adbe3 mlx5_core_attach_mcg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf27753d3 mlx5_lag_get_slave_port +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf58995db mlx5_cmd_init_async_ctx +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf5aa4af6 mlx5_put_uars_page +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf5b50c15 mlx5_sriov_blocking_notifier_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf8815478 mlx5_eq_destroy_generic +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 0xf88eb223 mlx5_rl_add_rate_raw +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xfb9eef03 mlx5_eswitch_get_core_dev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xfc8e744e __SCK__tp_func_mlx5_fs_del_fg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xfdad38a3 mlx5_rsc_dump_next +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxfw/mlxfw 0xa94ee689 mlxfw_firmware_flash +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x0137f952 mlxsw_afk_values_add_buf +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x01bab7be mlxsw_core_traps_unregister +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 0x103e426c mlxsw_core_trap_state_set +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 0x14e8f472 mlxsw_core_driver_unregister +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 0x202693f0 mlxsw_afa_block_cur_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x23d95af0 mlxsw_env_get_module_eeprom +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x23eddc68 mlxsw_core_cpu_port_init +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x26cfde35 mlxsw_core_ptp_transmitted +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x2c68ced3 mlxsw_core_read_frc_h +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x2f00b8ca mlxsw_core_skb_receive +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 0x36830ea4 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 0x3e5c130b mlxsw_core_trap_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x4036254f mlxsw_linecards_event_ops_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x43a9b87e mlxsw_afa_block_terminate +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x47041e4e mlxsw_afk_key_info_blocks_count_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x4765b9f0 mlxsw_core_res_valid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x4866767a mlxsw_env_get_module_eeprom_by_page +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x49ec8a06 mlxsw_afa_block_append_police +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x4a558271 mlxsw_env_get_module_power_mode +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 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 0x59ac8722 mlxsw_core_driver_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x5a939205 mlxsw_afk_values_add_u32 +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 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 0x65c7e645 mlxsw_afa_block_append_qos_switch_prio +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x65e16da4 mlxsw_afk_key_info_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x67853923 mlxsw_env_get_module_info +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x6895d32c mlxsw_core_port_netdev_link +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 0x749556a2 mlxsw_afk_key_info_subset +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x75339042 mlxsw_core_lag_mapping_clear +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x77d83398 mlxsw_core_read_frc_l +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x7b0bfeec mlxsw_core_port_fini +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x7e08c6e0 mlxsw_core_event_listener_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x827a2f1f mlxsw_afa_block_jump +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x829e8851 mlxsw_afa_block_first_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x83fb69af mlxsw_core_lag_mapping_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x858c30d0 mlxsw_afa_block_create +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x86817014 mlxsw_core_read_utc_nsec +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x8854d198 mlxsw_reg_write +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x902c3533 mlxsw_core_schedule_dw +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x924420b8 mlxsw_core_trap_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x996c5d6d mlxsw_reg_trans_bulk_wait +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x9cbf026d mlxsw_afa_destroy +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x9e41f494 mlxsw_afk_encode +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xa14d08ec mlxsw_core_rx_listener_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xa509fafd mlxsw_afa_block_append_counter +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xa7765e88 mlxsw_reg_query +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xa8e2509a mlxsw_afa_block_append_sampler +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xac1074a5 mlxsw_core_skb_transmit_busy +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xaca68a89 mlxsw_core_rx_listener_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 0xb65db408 mlxsw_core_skb_transmit +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xb68e9fa8 mlxsw_env_module_port_unmap +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xba05b3b0 mlxsw_core_emad_string_tlv_enable +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xbc222a8d mlxsw_afk_clear +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xbda212df mlxsw_core_irq_event_handlers_call +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xbfb7df3c mlxsw_core_driver_priv +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xc31fbb6a mlxsw_core_res_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xc5eacafe mlxsw_afa_block_append_l4port +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xca194b1e mlxsw_core_port_devlink_port_get +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 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 0xde241714 mlxsw_core_traps_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xdeab0691 mlxsw_afk_create +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 0xeed65691 mlxsw_env_reset_module +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xf513a7d3 mlxsw_afa_create +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xf7176e29 mlxsw_core_bus_device_register +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 0x3fe1d255 mlxsw_pci_driver_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_pci 0x927824b8 mlxsw_pci_driver_unregister +EXPORT_SYMBOL drivers/net/phy/bcm-phy-lib 0x60da2613 bcm54xx_auxctl_write +EXPORT_SYMBOL drivers/net/team/team 0x0c7466a3 team_options_unregister +EXPORT_SYMBOL drivers/net/team/team 0x0cf39ed8 team_mode_register +EXPORT_SYMBOL drivers/net/team/team 0x1ccb2797 team_modeop_port_enter +EXPORT_SYMBOL drivers/net/team/team 0x52eb8b50 team_options_change_check +EXPORT_SYMBOL drivers/net/team/team 0x61624ed9 team_options_register +EXPORT_SYMBOL drivers/net/team/team 0x81f35a5c team_modeop_port_change_dev_addr +EXPORT_SYMBOL drivers/net/team/team 0x970362fd team_mode_unregister +EXPORT_SYMBOL drivers/net/team/team 0xaf70b6d5 team_option_inst_set_change +EXPORT_SYMBOL drivers/ptp/ptp 0x16bcee19 ptp_clock_index +EXPORT_SYMBOL drivers/ptp/ptp 0x1813e374 ptp_cancel_worker_sync +EXPORT_SYMBOL drivers/ptp/ptp 0x1ac46bed ptp_clock_event +EXPORT_SYMBOL drivers/ptp/ptp 0x508aa28d ptp_clock_unregister +EXPORT_SYMBOL drivers/ptp/ptp 0x7723bbac ptp_schedule_worker +EXPORT_SYMBOL drivers/ptp/ptp 0x95717b0b ptp_clock_register +EXPORT_SYMBOL drivers/ptp/ptp 0xa0f9c101 ptp_find_pin_unlocked +EXPORT_SYMBOL drivers/ptp/ptp 0xe334e70c ptp_find_pin +EXPORT_SYMBOL drivers/s390/block/dasd_mod 0x0102f02b dasd_reload_device +EXPORT_SYMBOL drivers/s390/block/dasd_mod 0x0236ec0b dasd_eer_write +EXPORT_SYMBOL drivers/s390/block/dasd_mod 0x0a8a364f dasd_int_handler +EXPORT_SYMBOL drivers/s390/block/dasd_mod 0x0d99ab9f dasd_path_remove_kobjects +EXPORT_SYMBOL drivers/s390/block/dasd_mod 0x1501e3c9 dasd_log_sense_dbf +EXPORT_SYMBOL drivers/s390/block/dasd_mod 0x1d423ff6 dasd_path_create_kobjects +EXPORT_SYMBOL drivers/s390/block/dasd_mod 0x1fc21020 dasd_default_erp_postaction +EXPORT_SYMBOL drivers/s390/block/dasd_mod 0x2106e6d9 dasd_block_set_timer +EXPORT_SYMBOL drivers/s390/block/dasd_mod 0x26e60cae dasd_enable_device +EXPORT_SYMBOL drivers/s390/block/dasd_mod 0x2d83d8e7 dasd_set_feature +EXPORT_SYMBOL drivers/s390/block/dasd_mod 0x42ca6509 dasd_diag_discipline_pointer +EXPORT_SYMBOL drivers/s390/block/dasd_mod 0x520618a2 dasd_device_set_timer +EXPORT_SYMBOL drivers/s390/block/dasd_mod 0x69328da9 dasd_debug_area +EXPORT_SYMBOL drivers/s390/block/dasd_mod 0x6f57c180 dasd_log_sense +EXPORT_SYMBOL drivers/s390/block/dasd_mod 0x76534a55 dasd_term_IO +EXPORT_SYMBOL drivers/s390/block/dasd_mod 0x82d8cd39 dasd_schedule_block_bh +EXPORT_SYMBOL drivers/s390/block/dasd_mod 0x884879f2 dasd_schedule_device_bh +EXPORT_SYMBOL drivers/s390/block/dasd_mod 0x8c266772 dasd_ffree_request +EXPORT_SYMBOL drivers/s390/block/dasd_mod 0x8f1c2cbc dasd_path_create_kobj +EXPORT_SYMBOL drivers/s390/block/dasd_mod 0x8feda478 dasd_add_request_head +EXPORT_SYMBOL drivers/s390/block/dasd_mod 0x9059922e dasd_fmalloc_request +EXPORT_SYMBOL drivers/s390/block/dasd_mod 0x9b4e0e9e dasd_add_request_tail +EXPORT_SYMBOL drivers/s390/block/dasd_mod 0xa6c935c9 dasd_smalloc_request +EXPORT_SYMBOL drivers/s390/block/dasd_mod 0xb0c6ee6b dasd_kick_device +EXPORT_SYMBOL drivers/s390/block/dasd_mod 0xb0f8756b dasd_free_erp_request +EXPORT_SYMBOL drivers/s390/block/dasd_mod 0xb4dcb5de dasd_sleep_on_queue +EXPORT_SYMBOL drivers/s390/block/dasd_mod 0xbf18d1ef dasd_schedule_requeue +EXPORT_SYMBOL drivers/s390/block/dasd_mod 0xc134caac dasd_sleep_on_queue_interruptible +EXPORT_SYMBOL drivers/s390/block/dasd_mod 0xc607f962 dasd_sfree_request +EXPORT_SYMBOL drivers/s390/block/dasd_mod 0xcd6b2c55 dasd_default_erp_action +EXPORT_SYMBOL drivers/s390/block/dasd_mod 0xd1520d96 dasd_add_link_to_gendisk +EXPORT_SYMBOL drivers/s390/block/dasd_mod 0xd320cef8 dasd_start_IO +EXPORT_SYMBOL drivers/s390/block/dasd_mod 0xd9161b44 dasd_block_clear_timer +EXPORT_SYMBOL drivers/s390/block/dasd_mod 0xdca2d2bf dasd_alloc_erp_request +EXPORT_SYMBOL drivers/s390/block/dasd_mod 0xdec7f487 dasd_sleep_on_immediatly +EXPORT_SYMBOL drivers/s390/block/dasd_mod 0xe0c4cb35 dasd_sleep_on_interruptible +EXPORT_SYMBOL drivers/s390/block/dasd_mod 0xe56c606c dasd_sleep_on +EXPORT_SYMBOL drivers/s390/block/dasd_mod 0xef9350b5 dasd_device_clear_timer +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 0x03b13e9a tape_put_device +EXPORT_SYMBOL drivers/s390/char/tape 0x124be742 tape_do_io +EXPORT_SYMBOL drivers/s390/char/tape 0x13f7b072 tape_std_unassign +EXPORT_SYMBOL drivers/s390/char/tape 0x1b157b39 tape_std_mtsetblk +EXPORT_SYMBOL drivers/s390/char/tape 0x1c063c1b tape_std_mtbsf +EXPORT_SYMBOL drivers/s390/char/tape 0x1eb77e80 tape_cancel_io +EXPORT_SYMBOL drivers/s390/char/tape 0x25228930 tape_std_mtreten +EXPORT_SYMBOL drivers/s390/char/tape 0x2546c415 tape_state_verbose +EXPORT_SYMBOL drivers/s390/char/tape 0x2558cb5f tape_do_io_interruptible +EXPORT_SYMBOL drivers/s390/char/tape 0x26343f63 tape_generic_offline +EXPORT_SYMBOL drivers/s390/char/tape 0x2e0136f8 tape_std_write_block +EXPORT_SYMBOL drivers/s390/char/tape 0x2fcd9744 tape_std_mteom +EXPORT_SYMBOL drivers/s390/char/tape 0x336f6d72 tape_std_display +EXPORT_SYMBOL drivers/s390/char/tape 0x3992d559 tape_std_read_block +EXPORT_SYMBOL drivers/s390/char/tape 0x3b6ca2b1 tape_std_mtcompression +EXPORT_SYMBOL drivers/s390/char/tape 0x4e0eb526 tape_std_mtnop +EXPORT_SYMBOL drivers/s390/char/tape 0x4e60a1dc tape_dump_sense_dbf +EXPORT_SYMBOL drivers/s390/char/tape 0x4e6926f6 tape_get_device +EXPORT_SYMBOL drivers/s390/char/tape 0x5a4fb416 tape_std_mtfsfm +EXPORT_SYMBOL drivers/s390/char/tape 0x5da6e51a tape_std_mtfsr +EXPORT_SYMBOL drivers/s390/char/tape 0x65044327 tape_core_dbf +EXPORT_SYMBOL drivers/s390/char/tape 0x66deb66c tape_op_verbose +EXPORT_SYMBOL drivers/s390/char/tape 0x708dfafe tape_generic_online +EXPORT_SYMBOL drivers/s390/char/tape 0x7440a038 tape_std_mtbsfm +EXPORT_SYMBOL drivers/s390/char/tape 0x851f689e tape_do_io_async +EXPORT_SYMBOL drivers/s390/char/tape 0x877b0fa0 tape_std_process_eov +EXPORT_SYMBOL drivers/s390/char/tape 0x935ac606 tape_free_request +EXPORT_SYMBOL drivers/s390/char/tape 0x936e188a tape_generic_remove +EXPORT_SYMBOL drivers/s390/char/tape 0x9a6c9b1f tape_alloc_request +EXPORT_SYMBOL drivers/s390/char/tape 0xa71f9366 tape_std_mtfsf +EXPORT_SYMBOL drivers/s390/char/tape 0xae677087 tape_std_mtreset +EXPORT_SYMBOL drivers/s390/char/tape 0xb75f4d02 tape_std_mterase +EXPORT_SYMBOL drivers/s390/char/tape 0xc35ac177 tape_std_assign +EXPORT_SYMBOL drivers/s390/char/tape 0xc5434efe tape_std_mtweof +EXPORT_SYMBOL drivers/s390/char/tape 0xc79098aa tape_state_set +EXPORT_SYMBOL drivers/s390/char/tape 0xd0c22457 tape_std_read_block_id +EXPORT_SYMBOL drivers/s390/char/tape 0xd4b7a021 tape_std_read_backward +EXPORT_SYMBOL drivers/s390/char/tape 0xdcacb82a tape_std_mtload +EXPORT_SYMBOL drivers/s390/char/tape 0xe320ea99 tape_mtop +EXPORT_SYMBOL drivers/s390/char/tape 0xe3a550a2 tape_std_mtoffl +EXPORT_SYMBOL drivers/s390/char/tape 0xe3f6ac5a tape_std_mtunload +EXPORT_SYMBOL drivers/s390/char/tape 0xe46198d4 tape_std_mtrew +EXPORT_SYMBOL drivers/s390/char/tape 0xe6bf4a67 tape_std_mtbsr +EXPORT_SYMBOL drivers/s390/char/tape 0xeb945d40 tape_med_state_set +EXPORT_SYMBOL drivers/s390/char/tape 0xf4a75f6d tape_generic_probe +EXPORT_SYMBOL drivers/s390/char/tape_34xx 0xaac8489a tape_34xx_dbf +EXPORT_SYMBOL drivers/s390/char/tape_3590 0x6715bec8 tape_3590_dbf +EXPORT_SYMBOL drivers/s390/char/tape_class 0x37d6db24 register_tape_dev +EXPORT_SYMBOL drivers/s390/char/tape_class 0xe4ffb1c4 unregister_tape_dev +EXPORT_SYMBOL drivers/s390/cio/ccwgroup 0x0d2e8161 ccwgroup_create_dev +EXPORT_SYMBOL drivers/s390/cio/ccwgroup 0x3e9480b6 dev_is_ccwgroup +EXPORT_SYMBOL drivers/s390/cio/ccwgroup 0x72c7f69f ccwgroup_probe_ccwdev +EXPORT_SYMBOL drivers/s390/cio/ccwgroup 0x74965d42 ccwgroup_driver_unregister +EXPORT_SYMBOL drivers/s390/cio/ccwgroup 0xb155d6aa ccwgroup_driver_register +EXPORT_SYMBOL drivers/s390/cio/ccwgroup 0xd112aaec ccwgroup_set_online +EXPORT_SYMBOL drivers/s390/cio/ccwgroup 0xde03e449 ccwgroup_remove_ccwdev +EXPORT_SYMBOL drivers/s390/cio/ccwgroup 0xe8d44488 ccwgroup_set_offline +EXPORT_SYMBOL drivers/s390/cio/qdio 0x134673fb qdio_start_irq +EXPORT_SYMBOL drivers/s390/cio/qdio 0xefdb442e qdio_stop_irq +EXPORT_SYMBOL drivers/s390/cio/vfio_ccw 0x00cbfcde __traceiter_vfio_ccw_chp_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 0xab59e724 __tracepoint_vfio_ccw_fsm_async_request +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 0xc8156451 __tracepoint_vfio_ccw_chp_event +EXPORT_SYMBOL drivers/s390/cio/vfio_ccw 0xdb6c0a19 __tracepoint_vfio_ccw_fsm_io_request +EXPORT_SYMBOL drivers/s390/cio/vfio_ccw 0xe7175743 __tracepoint_vfio_ccw_fsm_event +EXPORT_SYMBOL drivers/s390/cio/vfio_ccw 0xeeaa8b65 __traceiter_vfio_ccw_fsm_async_request +EXPORT_SYMBOL drivers/s390/crypto/pkey 0xa2396123 pkey_keyblob2pkey +EXPORT_SYMBOL drivers/s390/crypto/zcrypt 0x004671fb zcrypt_card_register +EXPORT_SYMBOL drivers/s390/crypto/zcrypt 0x0327b454 zcrypt_send_cprb +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 0x13776891 zcrypt_queue_unregister +EXPORT_SYMBOL drivers/s390/crypto/zcrypt 0x17a7ba6e __SCK__tp_func_s390_zcrypt_req +EXPORT_SYMBOL drivers/s390/crypto/zcrypt 0x1c8c6b9a ep11_check_ecc_key_with_hdr +EXPORT_SYMBOL drivers/s390/crypto/zcrypt 0x274ee02a ep11_findcard2 +EXPORT_SYMBOL drivers/s390/crypto/zcrypt 0x28f251de zcrypt_queue_alloc +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 0x3a24166a cca_check_secaeskeytoken +EXPORT_SYMBOL drivers/s390/crypto/zcrypt 0x404502d2 __traceiter_s390_zcrypt_rep +EXPORT_SYMBOL drivers/s390/crypto/zcrypt 0x4921ce1e zcrypt_queue_put +EXPORT_SYMBOL drivers/s390/crypto/zcrypt 0x4aad03c0 cca_gencipherkey +EXPORT_SYMBOL drivers/s390/crypto/zcrypt 0x51d3b851 zcrypt_msgtype +EXPORT_SYMBOL drivers/s390/crypto/zcrypt 0x52190334 cca_sec2protkey +EXPORT_SYMBOL drivers/s390/crypto/zcrypt 0x5284b5ac zcrypt_card_alloc +EXPORT_SYMBOL drivers/s390/crypto/zcrypt 0x5ce0ec1a zcrypt_queue_get +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 0x7daa2e4e zcrypt_queue_register +EXPORT_SYMBOL drivers/s390/crypto/zcrypt 0x7dd52fc2 ep11_clr2keyblob +EXPORT_SYMBOL drivers/s390/crypto/zcrypt 0x85ca4e1d __traceiter_s390_zcrypt_req +EXPORT_SYMBOL drivers/s390/crypto/zcrypt 0x864f8448 zcrypt_queue_free +EXPORT_SYMBOL drivers/s390/crypto/zcrypt 0x8dfbf011 ep11_check_aes_key_with_hdr +EXPORT_SYMBOL drivers/s390/crypto/zcrypt 0x9032dd84 zcrypt_device_status_mask_ext +EXPORT_SYMBOL drivers/s390/crypto/zcrypt 0x93265130 zcrypt_card_get +EXPORT_SYMBOL drivers/s390/crypto/zcrypt 0x989f544c zcrypt_card_put +EXPORT_SYMBOL drivers/s390/crypto/zcrypt 0x9992a66f cca_clr2seckey +EXPORT_SYMBOL drivers/s390/crypto/zcrypt 0x9c21765e ep11_check_aes_key +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 0xb11e8fee cca_check_sececckeytoken +EXPORT_SYMBOL drivers/s390/crypto/zcrypt 0xc0c976b6 ep11_get_domain_info +EXPORT_SYMBOL drivers/s390/crypto/zcrypt 0xc20af440 cca_query_crypto_facility +EXPORT_SYMBOL drivers/s390/crypto/zcrypt 0xc23843b6 ep11_genaeskey +EXPORT_SYMBOL drivers/s390/crypto/zcrypt 0xc3ee9fa0 cca_cipher2protkey +EXPORT_SYMBOL drivers/s390/crypto/zcrypt 0xc79ae663 __tracepoint_s390_zcrypt_rep +EXPORT_SYMBOL drivers/s390/crypto/zcrypt 0xd04c5de3 zcrypt_card_unregister +EXPORT_SYMBOL drivers/s390/crypto/zcrypt 0xdb0adadb ep11_kblob2protkey +EXPORT_SYMBOL drivers/s390/crypto/zcrypt 0xdc46d367 cca_check_secaescipherkey +EXPORT_SYMBOL drivers/s390/crypto/zcrypt 0xde81d722 __tracepoint_s390_zcrypt_req +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/crypto/zcrypt 0xfa75400e zcrypt_card_free +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 0x0d64a4c5 fcoe_ctlr_set_fip_mode +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x1ab606fa fcoe_ctlr_recv_flogi +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x31125743 fcoe_transport_detach +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xa1dc8ba9 fcoe_transport_attach +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xb2366292 fcoe_ctlr_recv +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xb68d2e25 fcoe_ctlr_els_send +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xc4f7b0a4 fcoe_ctlr_link_down +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xf43cf917 fcoe_fcf_get_selected +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xf56081f0 fcoe_ctlr_link_up +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xf9a1369b fcoe_ctlr_init +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xfc241e4b fcoe_ctlr_destroy +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x04f40298 fc_fc4_deregister_provider +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x0ae3107c fc_disc_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x0f9d3053 fc_lport_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x0fdefb75 fc_fcp_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x0fdfb5b8 fc_disc_config +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x13038db0 fc_eh_abort +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x1670a649 _fc_frame_alloc +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x1801077a fc_lport_logo_resp +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x22b90986 fc_exch_mgr_del +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x22cdc579 fc_set_rport_loss_tmo +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x29eb82c8 fc_linkup +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x2b53d078 fc_fabric_logoff +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x38b341c2 fc_exch_mgr_free +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x3c26d321 fc_vport_id_lookup +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x40bc9a51 libfc_vport_create +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x40e84cd1 fc_exch_seq_send +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x423f8c46 fc_frame_crc_check +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x487664e9 fc_queuecommand +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x48d5819d fc_rport_logoff +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x4ad72ed4 fc_lport_iterate +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x4b1e5c7b fc_seq_assign +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x4ce0da4e fc_seq_set_resp +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x55a50075 fc_rport_login +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x57338f0f fc_rport_lookup +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x5a40634b fc_exch_mgr_list_clone +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x5b54eb6a fc_exch_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x63e89388 fc_lport_flogi_resp +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x652cb3f6 fc_elsct_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x6f5aa4b8 fc_exch_mgr_alloc +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x79715df5 fc_exch_mgr_add +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x7c465e35 fc_rport_terminate_io +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x7f3407a7 fc_seq_start_next +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x811811e0 fc_exch_done +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x877a0dfe fc_lport_recv +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x8b5aeaed fc_eh_device_reset +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x8cf94ce1 fc_lport_bsg_request +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x9237e7eb fc_exch_recv +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x97bc1dc5 fc_set_mfs +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 0xa37e3f95 fc_exch_mgr_reset +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xa3891c01 fc_rport_recv_req +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xa38ca5a0 fc_seq_send +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xa7f24aeb fc_frame_alloc_fill +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xa977c847 fc_get_host_speed +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xae059090 fc_fcp_destroy +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xaebcf0fb fc_lport_destroy +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xb0ddd5a1 fc_rport_flush_queue +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xb5b5bf2b fc_fc4_register_provider +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xb6366bdd fc_lport_config +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xc23c52ae fc_elsct_send +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xc30d3be7 fc_fill_hdr +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xc5f8acd4 fc_exch_update_stats +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xc80b311e fc_get_host_port_state +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xcd003d4d fc_fill_reply_hdr +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xd1f4b64b fc_eh_host_reset +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xd79e9454 fc_get_host_stats +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xd9f08be2 fc_lport_set_local_id +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xdef8d8f2 fc_vport_setlink +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xe82b70cc fc_rport_create +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xf166bfec fc_fabric_login +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xf1e0571d fc_lport_notifier_head +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xf4058040 fc_lport_reset +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xf77fcfa0 fc_slave_alloc +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xfa4667d1 fc_seq_release +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xfea33650 fc_linkdown +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0x1190ea00 sas_prep_resume_ha +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0x4a8e3d34 try_test_sas_gpio_gp_bit +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0x56b776cf sas_resume_ha_no_sync +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0xbadcb871 sas_resume_ha +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0xcf96b9cc sas_suspend_ha +EXPORT_SYMBOL drivers/scsi/raid_class 0x05276468 raid_class_release +EXPORT_SYMBOL drivers/scsi/raid_class 0x6ddecc7f raid_class_attach +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x03b14a27 fc_eh_timed_out +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x195137dc fc_block_scsi_eh +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x210f93cb fc_host_post_event +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x21adf053 fc_host_post_vendor_event +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x375f8bbd fc_get_event_number +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x53b7c094 fc_vport_create +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x60c93886 fc_remote_port_rolechg +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x7146431d fc_remote_port_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x76fef024 fc_vport_terminate +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x8a8a2dd5 fc_remote_port_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xc723122f fc_block_rport +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xc8a4a4b5 fc_host_fpin_rcv +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xcbbef4e9 fc_remove_host +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xce85340d fc_release_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xda1829ff fc_host_post_fc_event +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xe0c7fdbe fc_attach_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xf3478c1f fc_find_rport_by_wwpn +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xff93f0c3 scsi_is_fc_rport +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x0db450e4 scsi_is_sas_rphy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x125ef88c scsi_is_sas_port +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x2f1bd8ce sas_port_delete_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x3079bee9 sas_phy_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x3483f638 sas_rphy_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x3baaa714 sas_port_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x3c277903 sas_rphy_unlink +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x439f4d19 sas_phy_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x4db273bd sas_port_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x53046438 sas_phy_free +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x5a8ab740 sas_rphy_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x659f712b sas_port_alloc_num +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x69c392ad sas_port_mark_backlink +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x73943fcc scsi_is_sas_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x79763466 sas_remove_host +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x7d1ed048 sas_port_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x83b15006 sas_read_port_mode_page +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x8a2e365f sas_rphy_remove +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x8e6d1a84 sas_attach_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xa4f76d4d sas_end_device_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xbe43b344 sas_port_get_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xbff214fb sas_expander_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xc9c42ecf sas_get_address +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xdf1b46cc sas_port_add_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xe5c905a8 sas_phy_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xed7e7c9f sas_release_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xf574dc99 sas_port_free +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xf5c4dc8c sas_rphy_free +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xfedc9821 sas_remove_children +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0x2ba2d4c3 spi_attach_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0x31e7eb58 spi_schedule_dv_device +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0x3686ea09 spi_print_msg +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0x60c5338b spi_release_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0xa21a7246 spi_display_xfer_agreement +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0xc24509b9 spi_dv_device +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0x054049ae srp_rport_get +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0x18fff25d srp_timed_out +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0x405b6e05 srp_parse_tmo +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0xac519fc0 srp_rport_put +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0xaeb8e9ba srp_start_tl_fail_timers +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0xca503b83 srp_reconnect_rport +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x017135d6 iscsi_target_check_login_request +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x06e175df iscsit_handle_snack +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x08291a02 iscsit_reject_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x09ed42c1 iscsit_set_unsolicited_dataout +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x0a095e36 iscsit_register_transport +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x213074b5 iscsit_find_cmd_from_itt +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x271bdfb2 iscsit_cause_connection_reinstatement +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x290af10a iscsit_add_cmd_to_immediate_queue +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x2bfc6d24 iscsit_check_dataout_payload +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x34f67dbb iscsit_setup_scsi_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x36dfe409 iscsit_handle_logout_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x3c1cc313 iscsit_build_reject +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x3d1091e8 iscsit_build_text_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x410ebc4f iscsit_sequence_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x4317a9ee __iscsit_check_dataout_hdr +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x4434ab33 iscsit_check_dataout_hdr +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x4510d9f3 iscsit_queue_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x54e33701 iscsit_release_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x594d3357 iscsit_allocate_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x75446574 iscsit_build_nopin_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x796c6634 iscsit_process_nop_out +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x7b3c4aa3 iscsit_build_task_mgt_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x7bf99eb3 iscsit_get_datain_values +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x85d9c8a5 iscsit_process_text_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x882d1c77 iscsit_add_reject +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x8e236f3f iscsit_find_cmd_from_itt_or_dump +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x8eb5b31b iscsit_handle_task_mgt_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x920f01cc iscsit_setup_nop_out +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x94948cb2 iscsit_response_queue +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x95e95e8e iscsit_immediate_queue +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x9dfebc09 iscsit_aborted_task +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x9f483d1b iscsit_increment_maxcmdsn +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xa180b9b3 iscsit_build_datain_pdu +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xa675027f iscsit_logout_post_handler +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xae331ea6 iscsit_build_r2ts_for_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xb62c0fdc iscsit_tmr_post_handler +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xb7a59197 iscsit_process_scsi_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xbdafb7dd iscsi_change_param_sprintf +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xbde6a9b4 iscsit_build_logout_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xc9d9aa62 iscsit_unregister_transport +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xd60266c0 iscsit_free_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xd7c2eed5 iscsit_build_rsp_pdu +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xf1857bba iscsit_setup_text_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xf34332f0 iscsi_find_param_from_key +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xfc319c37 iscsit_stop_dataout_timer +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xff4447aa iscsit_thread_check_cpumask +EXPORT_SYMBOL drivers/target/target_core_mod 0x03caed55 transport_free_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x0655480a target_get_sess_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x07639921 target_unregister_template +EXPORT_SYMBOL drivers/target/target_core_mod 0x0871ffd6 transport_set_vpd_ident +EXPORT_SYMBOL drivers/target/target_core_mod 0x0893e442 target_configure_unmap_from_queue +EXPORT_SYMBOL drivers/target/target_core_mod 0x0a0ecc79 __transport_register_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x0c680124 transport_copy_sense_to_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x0e4236c5 target_show_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x139594c8 __target_init_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x142072c0 transport_set_vpd_assoc +EXPORT_SYMBOL drivers/target/target_core_mod 0x1a97358d transport_kmap_data_sg +EXPORT_SYMBOL drivers/target/target_core_mod 0x1da13001 transport_wait_for_tasks +EXPORT_SYMBOL drivers/target/target_core_mod 0x1f6fce5c target_cmd_init_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0x1fa6afc4 target_complete_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x222adbf0 target_depend_item +EXPORT_SYMBOL drivers/target/target_core_mod 0x23345fd1 target_undepend_item +EXPORT_SYMBOL drivers/target/target_core_mod 0x25fbe441 core_allocate_nexus_loss_ua +EXPORT_SYMBOL drivers/target/target_core_mod 0x2b80e0b8 sbc_dif_verify +EXPORT_SYMBOL drivers/target/target_core_mod 0x305905d7 target_put_sess_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x34bdb61f target_tpg_has_node_acl +EXPORT_SYMBOL drivers/target/target_core_mod 0x38c9a79b target_lun_is_rdonly +EXPORT_SYMBOL drivers/target/target_core_mod 0x38df512c core_tpg_check_initiator_node_acl +EXPORT_SYMBOL drivers/target/target_core_mod 0x39be19cd sbc_dif_copy_prot +EXPORT_SYMBOL drivers/target/target_core_mod 0x3a20a9d7 transport_set_vpd_ident_type +EXPORT_SYMBOL drivers/target/target_core_mod 0x3e2fb9a9 target_submit_tmr +EXPORT_SYMBOL drivers/target/target_core_mod 0x3ee0e1a2 target_wait_for_sess_cmds +EXPORT_SYMBOL drivers/target/target_core_mod 0x42dead52 transport_generic_free_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x444f7625 core_tpg_set_initiator_node_queue_depth +EXPORT_SYMBOL drivers/target/target_core_mod 0x45fdbd83 core_tpg_set_initiator_node_tag +EXPORT_SYMBOL drivers/target/target_core_mod 0x47db85cc target_remove_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x4d2919a0 target_stop_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x541220a2 core_tpg_get_initiator_node_acl +EXPORT_SYMBOL drivers/target/target_core_mod 0x54c70bd1 target_send_busy +EXPORT_SYMBOL drivers/target/target_core_mod 0x557a20de transport_send_check_condition_and_sense +EXPORT_SYMBOL drivers/target/target_core_mod 0x59e24559 target_show_dynamic_sessions +EXPORT_SYMBOL drivers/target/target_core_mod 0x5b7f1869 target_to_linux_sector +EXPORT_SYMBOL drivers/target/target_core_mod 0x5cc9419f transport_alloc_session_tags +EXPORT_SYMBOL drivers/target/target_core_mod 0x5df518da sbc_get_device_type +EXPORT_SYMBOL drivers/target/target_core_mod 0x62b7f445 spc_emulate_evpd_83 +EXPORT_SYMBOL drivers/target/target_core_mod 0x638bffb7 target_free_sgl +EXPORT_SYMBOL drivers/target/target_core_mod 0x642032d9 target_register_template +EXPORT_SYMBOL drivers/target/target_core_mod 0x64737e11 transport_lookup_tmr_lun +EXPORT_SYMBOL drivers/target/target_core_mod 0x649a40df spc_emulate_inquiry_std +EXPORT_SYMBOL drivers/target/target_core_mod 0x6b08d9ae transport_alloc_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x7a1d0d3c target_alloc_sgl +EXPORT_SYMBOL drivers/target/target_core_mod 0x7ad8080a transport_lookup_cmd_lun +EXPORT_SYMBOL drivers/target/target_core_mod 0x8ec48cac target_execute_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x8f18fc51 transport_generic_handle_tmr +EXPORT_SYMBOL drivers/target/target_core_mod 0x96fa3f05 spc_parse_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0x97a85f9a transport_register_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x9a07c9f7 core_tmr_alloc_req +EXPORT_SYMBOL drivers/target/target_core_mod 0x9a9dab4a core_tpg_deregister +EXPORT_SYMBOL drivers/target/target_core_mod 0x9bd05cc9 sbc_get_write_same_sectors +EXPORT_SYMBOL drivers/target/target_core_mod 0x9cb436ed passthrough_parse_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0x9e33ec24 target_complete_cmd_with_sense +EXPORT_SYMBOL drivers/target/target_core_mod 0x9f188670 transport_handle_cdb_direct +EXPORT_SYMBOL drivers/target/target_core_mod 0xa18025a4 transport_deregister_session_configfs +EXPORT_SYMBOL drivers/target/target_core_mod 0xa647a848 transport_generic_new_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xa99e5a81 passthrough_pr_attrib_attrs +EXPORT_SYMBOL drivers/target/target_core_mod 0xb8b75838 sbc_parse_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0xbae6c762 target_cmd_parse_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0xc0505fac spc_emulate_report_luns +EXPORT_SYMBOL drivers/target/target_core_mod 0xc0afe9c3 target_setup_session +EXPORT_SYMBOL drivers/target/target_core_mod 0xcecb2b38 transport_deregister_session +EXPORT_SYMBOL drivers/target/target_core_mod 0xd48d81c7 target_put_nacl +EXPORT_SYMBOL drivers/target/target_core_mod 0xd4d60238 sbc_attrib_attrs +EXPORT_SYMBOL drivers/target/target_core_mod 0xd4dae472 transport_generic_request_failure +EXPORT_SYMBOL drivers/target/target_core_mod 0xd6dddadc transport_init_session +EXPORT_SYMBOL drivers/target/target_core_mod 0xd7ac15f1 target_submit_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xdf4d8ba6 target_backend_unregister +EXPORT_SYMBOL drivers/target/target_core_mod 0xe1dda9be target_set_cmd_data_length +EXPORT_SYMBOL drivers/target/target_core_mod 0xe38189f2 transport_backend_register +EXPORT_SYMBOL drivers/target/target_core_mod 0xe523768c core_alua_check_nonop_delay +EXPORT_SYMBOL drivers/target/target_core_mod 0xe58a7160 core_tpg_register +EXPORT_SYMBOL drivers/target/target_core_mod 0xe7c7b240 transport_kunmap_data_sg +EXPORT_SYMBOL drivers/target/target_core_mod 0xe8aa460e target_nacl_find_deve +EXPORT_SYMBOL drivers/target/target_core_mod 0xf1665b80 target_complete_cmd_with_length +EXPORT_SYMBOL drivers/target/target_core_mod 0xf3379a53 passthrough_attrib_attrs +EXPORT_SYMBOL drivers/target/target_core_mod 0xf3c2dfe0 transport_set_vpd_proto_id +EXPORT_SYMBOL drivers/tty/serial/serial_core 0x057b40cf uart_register_driver +EXPORT_SYMBOL drivers/tty/serial/serial_core 0x0d57440b uart_remove_one_port +EXPORT_SYMBOL drivers/tty/serial/serial_core 0x0f183c3d uart_suspend_port +EXPORT_SYMBOL drivers/tty/serial/serial_core 0x19dc7644 uart_write_wakeup +EXPORT_SYMBOL drivers/tty/serial/serial_core 0x230098e1 uart_update_timeout +EXPORT_SYMBOL drivers/tty/serial/serial_core 0x41db8619 uart_add_one_port +EXPORT_SYMBOL drivers/tty/serial/serial_core 0x4607881e uart_get_divisor +EXPORT_SYMBOL drivers/tty/serial/serial_core 0x851d6d65 uart_resume_port +EXPORT_SYMBOL drivers/tty/serial/serial_core 0xbfe638cc uart_unregister_driver +EXPORT_SYMBOL drivers/tty/serial/serial_core 0xdbfc4e99 uart_get_baud_rate +EXPORT_SYMBOL drivers/tty/serial/serial_core 0xf0209ebb uart_match_port +EXPORT_SYMBOL drivers/vfio/mdev/mdev 0x0df24945 mdev_register_parent +EXPORT_SYMBOL drivers/vfio/mdev/mdev 0x72cf6066 mdev_register_driver +EXPORT_SYMBOL drivers/vfio/mdev/mdev 0xdbfbcdfc mdev_unregister_driver +EXPORT_SYMBOL drivers/vfio/mdev/mdev 0xe92858e3 mdev_unregister_parent +EXPORT_SYMBOL drivers/vfio/vfio 0x34afb3e2 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 0xb5354493 vfio_unpin_pages +EXPORT_SYMBOL drivers/vfio/vfio 0xce586852 vfio_pin_pages +EXPORT_SYMBOL drivers/vfio/vfio 0xf3411eb8 vfio_info_add_capability +EXPORT_SYMBOL drivers/vhost/vhost 0x5dabbb33 vhost_chr_write_iter +EXPORT_SYMBOL drivers/vhost/vhost 0xf83e1e86 vhost_chr_poll +EXPORT_SYMBOL drivers/video/fbdev/core/cfbcopyarea 0xdfc64450 cfb_copyarea +EXPORT_SYMBOL drivers/video/fbdev/core/cfbfillrect 0xcc1d512f cfb_fillrect +EXPORT_SYMBOL drivers/video/fbdev/core/cfbimgblt 0xe7ffe00e cfb_imageblit +EXPORT_SYMBOL drivers/video/fbdev/core/syscopyarea 0xaa9a7b69 sys_copyarea +EXPORT_SYMBOL drivers/video/fbdev/core/sysfillrect 0xb9416e16 sys_fillrect +EXPORT_SYMBOL drivers/video/fbdev/core/sysimgblt 0x7810d4a4 sys_imageblit +EXPORT_SYMBOL drivers/virtio/virtio_dma_buf 0x12921e60 virtio_dma_buf_attach +EXPORT_SYMBOL drivers/virtio/virtio_dma_buf 0x589dd6e7 virtio_dma_buf_export +EXPORT_SYMBOL drivers/virtio/virtio_dma_buf 0x70ba0529 is_virtio_dma_buf +EXPORT_SYMBOL drivers/virtio/virtio_dma_buf 0xd2197f4b virtio_dma_buf_get_uuid +EXPORT_SYMBOL fs/fscache/fscache 0x01d9ba53 fscache_relinquish_cache +EXPORT_SYMBOL fs/fscache/fscache 0x10dda101 fscache_caching_failed +EXPORT_SYMBOL fs/fscache/fscache 0x146d0cd7 fscache_withdraw_volume +EXPORT_SYMBOL fs/fscache/fscache 0x182097a7 __fscache_use_cookie +EXPORT_SYMBOL fs/fscache/fscache 0x1a0d09e7 fscache_n_write +EXPORT_SYMBOL fs/fscache/fscache 0x1a25cfa0 __tracepoint_fscache_access +EXPORT_SYMBOL fs/fscache/fscache 0x234a140d __traceiter_fscache_access_volume +EXPORT_SYMBOL fs/fscache/fscache 0x248061e6 fscache_end_cookie_access +EXPORT_SYMBOL fs/fscache/fscache 0x306805d3 __SCK__tp_func_fscache_access +EXPORT_SYMBOL fs/fscache/fscache 0x32b95008 fscache_end_volume_access +EXPORT_SYMBOL fs/fscache/fscache 0x39674879 __tracepoint_fscache_access_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 0x52db7c8f __fscache_resize_cookie +EXPORT_SYMBOL fs/fscache/fscache 0x532a96b2 __fscache_acquire_volume +EXPORT_SYMBOL fs/fscache/fscache 0x5c1480b8 fscache_acquire_cache +EXPORT_SYMBOL fs/fscache/fscache 0x5d4608cf fscache_io_error +EXPORT_SYMBOL fs/fscache/fscache 0x62462bda __fscache_begin_read_operation +EXPORT_SYMBOL fs/fscache/fscache 0x6c5e41e7 __tracepoint_fscache_access_volume +EXPORT_SYMBOL fs/fscache/fscache 0x6e416521 __SCK__tp_func_fscache_access_volume +EXPORT_SYMBOL fs/fscache/fscache 0x7c6f5ee4 fscache_wait_for_operation +EXPORT_SYMBOL fs/fscache/fscache 0x85622187 __fscache_relinquish_cookie +EXPORT_SYMBOL fs/fscache/fscache 0x8ba5ca50 fscache_resume_after_invalidation +EXPORT_SYMBOL fs/fscache/fscache 0x90d447f3 fscache_n_culled +EXPORT_SYMBOL fs/fscache/fscache 0x9637cc28 fscache_withdraw_cache +EXPORT_SYMBOL fs/fscache/fscache 0x96bdfd46 fscache_add_cache +EXPORT_SYMBOL fs/fscache/fscache 0x96ca6a8b __fscache_acquire_cookie +EXPORT_SYMBOL fs/fscache/fscache 0x9ffefcb2 fscache_n_read +EXPORT_SYMBOL fs/fscache/fscache 0xa278ecec __fscache_unuse_cookie +EXPORT_SYMBOL fs/fscache/fscache 0xa58c194e fscache_withdraw_cookie +EXPORT_SYMBOL fs/fscache/fscache 0xae6040a5 __traceiter_fscache_access_cache +EXPORT_SYMBOL fs/fscache/fscache 0xb2e91b09 __fscache_begin_write_operation +EXPORT_SYMBOL fs/fscache/fscache 0xbca46908 fscache_wq +EXPORT_SYMBOL fs/fscache/fscache 0xbe51264b __fscache_write_to_cache +EXPORT_SYMBOL fs/fscache/fscache 0xbf614efd fscache_cookie_lookup_negative +EXPORT_SYMBOL fs/fscache/fscache 0xc8699768 __fscache_relinquish_volume +EXPORT_SYMBOL fs/fscache/fscache 0xcce11a60 fscache_n_no_write_space +EXPORT_SYMBOL fs/fscache/fscache 0xd35cc0f3 fscache_put_cookie +EXPORT_SYMBOL fs/fscache/fscache 0xdcb87498 __traceiter_fscache_access +EXPORT_SYMBOL fs/fscache/fscache 0xddbefdfb __fscache_clear_page_bits +EXPORT_SYMBOL fs/fscache/fscache 0xe36c698d __fscache_invalidate +EXPORT_SYMBOL fs/fscache/fscache 0xee29a299 fscache_get_cookie +EXPORT_SYMBOL fs/fscache/fscache 0xf68b44dc fscache_addremove_sem +EXPORT_SYMBOL fs/fscache/fscache 0xfaf24d28 fscache_dirty_folio +EXPORT_SYMBOL fs/fscache/fscache 0xff20eabd fscache_clearance_waiters +EXPORT_SYMBOL fs/netfs/netfs 0x38a84481 netfs_read_folio +EXPORT_SYMBOL fs/netfs/netfs 0x79e9e278 netfs_write_begin +EXPORT_SYMBOL fs/netfs/netfs 0x82e7baad netfs_readahead +EXPORT_SYMBOL fs/netfs/netfs 0xdc2a71d6 netfs_subreq_terminated +EXPORT_SYMBOL fs/netfs/netfs 0xdd50c5e7 netfs_stats_show +EXPORT_SYMBOL fs/ocfs2/cluster/ocfs2_nodemanager 0xbfd7d7a2 o2hb_global_heartbeat_active +EXPORT_SYMBOL fs/quota/quota_tree 0x18113552 qtree_release_dquot +EXPORT_SYMBOL fs/quota/quota_tree 0x2919433e qtree_delete_dquot +EXPORT_SYMBOL fs/quota/quota_tree 0x49c47b03 qtree_read_dquot +EXPORT_SYMBOL fs/quota/quota_tree 0xc0cc7b95 qtree_write_dquot +EXPORT_SYMBOL fs/quota/quota_tree 0xdf9034ee qtree_entry_unused +EXPORT_SYMBOL fs/quota/quota_tree 0xec9aa381 qtree_get_next_id +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 0x89a0cd52 crc32c_impl +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 0x6d34adaa lc_seq_printf_stats +EXPORT_SYMBOL lib/lru_cache 0x82d556b7 lc_try_get +EXPORT_SYMBOL lib/lru_cache 0xa96da040 lc_create +EXPORT_SYMBOL lib/lru_cache 0xb5ce3732 lc_put +EXPORT_SYMBOL lib/lru_cache 0xbb4ab7f7 lc_committed +EXPORT_SYMBOL lib/lru_cache 0xd2c9f32a lc_try_lock +EXPORT_SYMBOL lib/lru_cache 0xdca3cd72 lc_del +EXPORT_SYMBOL lib/lru_cache 0xe8d41b56 lc_is_used +EXPORT_SYMBOL lib/lru_cache 0xf23b2791 lc_seq_dump_details +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 0x011d29e7 register_8022_client +EXPORT_SYMBOL net/802/p8022 0xf8b55da3 unregister_8022_client +EXPORT_SYMBOL net/802/psnap 0x840f0d08 unregister_snap_client +EXPORT_SYMBOL net/802/psnap 0x9366352b register_snap_client +EXPORT_SYMBOL net/9p/9pnet 0x00a90bfc p9_client_wstat +EXPORT_SYMBOL net/9p/9pnet 0x016df76b p9_show_client_options +EXPORT_SYMBOL net/9p/9pnet 0x04aa013c p9_client_walk +EXPORT_SYMBOL net/9p/9pnet 0x0a5b0da7 p9_client_unlinkat +EXPORT_SYMBOL net/9p/9pnet 0x13c1196f p9_client_rename +EXPORT_SYMBOL net/9p/9pnet 0x160748cf p9_client_cb +EXPORT_SYMBOL net/9p/9pnet 0x16df3f8e p9stat_read +EXPORT_SYMBOL net/9p/9pnet 0x16e7c995 p9_is_proto_dotl +EXPORT_SYMBOL net/9p/9pnet 0x1ef9c131 p9_client_setattr +EXPORT_SYMBOL net/9p/9pnet 0x2e70f4bb __tracepoint_9p_fid_ref +EXPORT_SYMBOL net/9p/9pnet 0x3645896a p9_client_link +EXPORT_SYMBOL net/9p/9pnet 0x3d73a797 p9_errstr2errno +EXPORT_SYMBOL net/9p/9pnet 0x44b321dd do_trace_9p_fid_put +EXPORT_SYMBOL net/9p/9pnet 0x4bb518b4 p9_fcall_fini +EXPORT_SYMBOL net/9p/9pnet 0x56f87139 p9_client_write +EXPORT_SYMBOL net/9p/9pnet 0x60e8b400 p9_client_renameat +EXPORT_SYMBOL net/9p/9pnet 0x669bdf72 p9_client_clunk +EXPORT_SYMBOL net/9p/9pnet 0x674989f6 v9fs_get_trans_by_name +EXPORT_SYMBOL net/9p/9pnet 0x73838e1c __traceiter_9p_fid_ref +EXPORT_SYMBOL net/9p/9pnet 0x74593ee5 v9fs_register_trans +EXPORT_SYMBOL net/9p/9pnet 0x774eb3f0 p9_client_getattr_dotl +EXPORT_SYMBOL net/9p/9pnet 0x77db90fc p9_req_put +EXPORT_SYMBOL net/9p/9pnet 0x7a4d6f23 p9_parse_header +EXPORT_SYMBOL net/9p/9pnet 0x7c730d1b p9_client_open +EXPORT_SYMBOL net/9p/9pnet 0x80d17e09 p9_client_read +EXPORT_SYMBOL net/9p/9pnet 0x8159f9d1 p9_client_stat +EXPORT_SYMBOL net/9p/9pnet 0x82741b2d p9_client_begin_disconnect +EXPORT_SYMBOL net/9p/9pnet 0x869c39ee p9_client_remove +EXPORT_SYMBOL net/9p/9pnet 0x8a593dd2 v9fs_get_default_trans +EXPORT_SYMBOL net/9p/9pnet 0x92b15bd2 p9_client_attach +EXPORT_SYMBOL net/9p/9pnet 0x9a93b7f6 p9_client_readdir +EXPORT_SYMBOL net/9p/9pnet 0x9e3d0bf5 p9_client_create_dotl +EXPORT_SYMBOL net/9p/9pnet 0xa010a933 p9_client_destroy +EXPORT_SYMBOL net/9p/9pnet 0xa2601c2d p9_client_mkdir_dotl +EXPORT_SYMBOL net/9p/9pnet 0xa3e49c75 p9_client_getlock_dotl +EXPORT_SYMBOL net/9p/9pnet 0xa80d6235 v9fs_unregister_trans +EXPORT_SYMBOL net/9p/9pnet 0xace0a486 p9_client_statfs +EXPORT_SYMBOL net/9p/9pnet 0xaf43a448 p9_client_fsync +EXPORT_SYMBOL net/9p/9pnet 0xb55ae777 __SCK__tp_func_9p_fid_ref +EXPORT_SYMBOL net/9p/9pnet 0xbdd4c89a p9_tag_lookup +EXPORT_SYMBOL net/9p/9pnet 0xc63e3dc4 p9_client_create +EXPORT_SYMBOL net/9p/9pnet 0xc6f8de60 p9_is_proto_dotu +EXPORT_SYMBOL net/9p/9pnet 0xc7bad4fc p9dirent_read +EXPORT_SYMBOL net/9p/9pnet 0xcd68839c p9_release_pages +EXPORT_SYMBOL net/9p/9pnet 0xcf4ca54b p9_client_symlink +EXPORT_SYMBOL net/9p/9pnet 0xd384c683 p9stat_free +EXPORT_SYMBOL net/9p/9pnet 0xd997ed88 p9_client_readlink +EXPORT_SYMBOL net/9p/9pnet 0xdbf750a0 p9_client_lock_dotl +EXPORT_SYMBOL net/9p/9pnet 0xdd99be5d p9_client_read_once +EXPORT_SYMBOL net/9p/9pnet 0xe04b6a56 p9_client_mknod_dotl +EXPORT_SYMBOL net/9p/9pnet 0xe58a3360 p9_error_init +EXPORT_SYMBOL net/9p/9pnet 0xe7ac5ab6 p9_client_fcreate +EXPORT_SYMBOL net/9p/9pnet 0xf10b17ee do_trace_9p_fid_get +EXPORT_SYMBOL net/9p/9pnet 0xf74f18b9 p9_client_disconnect +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0x0073700c ebt_do_table +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0x038cdbaf ebt_register_table +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0x61c91950 ebt_unregister_table_pre_exit +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0x6908d491 ebt_unregister_template +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0x874e3d9d ebt_register_template +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0xdde305f3 ebt_unregister_table +EXPORT_SYMBOL net/ceph/libceph 0x00a72f43 osd_req_op_init +EXPORT_SYMBOL net/ceph/libceph 0x01643efe ceph_create_client +EXPORT_SYMBOL net/ceph/libceph 0x03f52752 ceph_osdc_notify +EXPORT_SYMBOL net/ceph/libceph 0x04605c45 osd_req_op_extent_osd_data_bvecs +EXPORT_SYMBOL net/ceph/libceph 0x0581afad osd_req_op_extent_osd_data +EXPORT_SYMBOL net/ceph/libceph 0x0591a3c8 osd_req_op_cls_request_data_pagelist +EXPORT_SYMBOL net/ceph/libceph 0x09cb8be8 osd_req_op_extent_dup_last +EXPORT_SYMBOL net/ceph/libceph 0x0aa49fd5 ceph_osdc_call +EXPORT_SYMBOL net/ceph/libceph 0x0aa8f669 ceph_monc_blocklist_add +EXPORT_SYMBOL net/ceph/libceph 0x0ce74839 ceph_pagelist_set_cursor +EXPORT_SYMBOL net/ceph/libceph 0x0d8a74fa ceph_con_init +EXPORT_SYMBOL net/ceph/libceph 0x0d982ea9 ceph_msg_get +EXPORT_SYMBOL net/ceph/libceph 0x0e776b7e ceph_pg_pool_flags +EXPORT_SYMBOL net/ceph/libceph 0x14bb2f3b ceph_msg_put +EXPORT_SYMBOL net/ceph/libceph 0x15d6df80 osd_req_op_extent_osd_data_pages +EXPORT_SYMBOL net/ceph/libceph 0x1695aa53 ceph_osdc_alloc_messages +EXPORT_SYMBOL net/ceph/libceph 0x17a848c1 ceph_compare_options +EXPORT_SYMBOL net/ceph/libceph 0x195a07f7 __ceph_open_session +EXPORT_SYMBOL net/ceph/libceph 0x196d4b45 ceph_cls_break_lock +EXPORT_SYMBOL net/ceph/libceph 0x2087719e ceph_oid_copy +EXPORT_SYMBOL net/ceph/libceph 0x2101cbc9 ceph_oid_destroy +EXPORT_SYMBOL net/ceph/libceph 0x23660cd9 ceph_cls_lock_info +EXPORT_SYMBOL net/ceph/libceph 0x2b24af16 ceph_reset_client_addr +EXPORT_SYMBOL net/ceph/libceph 0x30d499c0 ceph_parse_param +EXPORT_SYMBOL net/ceph/libceph 0x32b3d942 osd_req_op_copy_from_init +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 0x3c8d7111 ceph_get_num_objects +EXPORT_SYMBOL net/ceph/libceph 0x3d4a0dc6 ceph_monc_get_version_async +EXPORT_SYMBOL net/ceph/libceph 0x430698c5 __ceph_auth_get_authorizer +EXPORT_SYMBOL net/ceph/libceph 0x437d103e ceph_auth_handle_svc_reply_done +EXPORT_SYMBOL net/ceph/libceph 0x45e25282 ceph_msg_data_add_pages +EXPORT_SYMBOL net/ceph/libceph 0x466b85b8 libceph_compatible +EXPORT_SYMBOL net/ceph/libceph 0x4734e360 ceph_osdc_start_request +EXPORT_SYMBOL net/ceph/libceph 0x479f1fb0 ceph_osdc_put_request +EXPORT_SYMBOL net/ceph/libceph 0x495c7bb1 ceph_auth_get_authorizer +EXPORT_SYMBOL net/ceph/libceph 0x4affd6c2 ceph_parse_fsid +EXPORT_SYMBOL net/ceph/libceph 0x4bf02f61 osd_req_op_extent_osd_data_pagelist +EXPORT_SYMBOL net/ceph/libceph 0x50603ce3 ceph_decode_entity_addrvec +EXPORT_SYMBOL net/ceph/libceph 0x52e131f0 ceph_pagelist_release +EXPORT_SYMBOL net/ceph/libceph 0x533d0eae ceph_osdc_list_watchers +EXPORT_SYMBOL net/ceph/libceph 0x540f642c ceph_osdc_sync +EXPORT_SYMBOL net/ceph/libceph 0x55677de1 osd_req_op_extent_update +EXPORT_SYMBOL net/ceph/libceph 0x55df52b3 ceph_monc_validate_auth +EXPORT_SYMBOL net/ceph/libceph 0x57879558 osd_req_op_alloc_hint_init +EXPORT_SYMBOL net/ceph/libceph 0x57baf885 ceph_str_hash +EXPORT_SYMBOL net/ceph/libceph 0x5a0fbde8 ceph_osdc_notify_ack +EXPORT_SYMBOL net/ceph/libceph 0x5aeeee62 ceph_oid_aprintf +EXPORT_SYMBOL net/ceph/libceph 0x5ce44fc4 ceph_monc_renew_subs +EXPORT_SYMBOL net/ceph/libceph 0x5e002228 ceph_con_keepalive +EXPORT_SYMBOL net/ceph/libceph 0x5f5aa14f osd_req_op_extent_osd_data_bvec_pos +EXPORT_SYMBOL net/ceph/libceph 0x63758856 ceph_str_hash_name +EXPORT_SYMBOL net/ceph/libceph 0x64521ae1 ceph_auth_invalidate_authorizer +EXPORT_SYMBOL net/ceph/libceph 0x65e1b86f ceph_osdc_wait_request +EXPORT_SYMBOL net/ceph/libceph 0x67564c5b ceph_osdc_update_epoch_barrier +EXPORT_SYMBOL net/ceph/libceph 0x6a1f75be ceph_cls_lock +EXPORT_SYMBOL net/ceph/libceph 0x6a7a38a0 ceph_pr_addr +EXPORT_SYMBOL net/ceph/libceph 0x6c0e291c ceph_copy_user_to_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x70b7bf71 ceph_client_addr +EXPORT_SYMBOL net/ceph/libceph 0x70d9a7c2 ceph_osdc_watch +EXPORT_SYMBOL net/ceph/libceph 0x70dbbe12 ceph_msg_new +EXPORT_SYMBOL net/ceph/libceph 0x721575a1 ceph_msg_data_add_bio +EXPORT_SYMBOL net/ceph/libceph 0x739bf500 ceph_msg_data_add_bvecs +EXPORT_SYMBOL net/ceph/libceph 0x754b8bb6 ceph_osdc_cancel_request +EXPORT_SYMBOL net/ceph/libceph 0x7790a91c ceph_pagelist_append +EXPORT_SYMBOL net/ceph/libceph 0x78860951 ceph_release_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x7a416bc5 osd_req_op_raw_data_in_pages +EXPORT_SYMBOL net/ceph/libceph 0x7be695a8 ceph_auth_is_authenticated +EXPORT_SYMBOL net/ceph/libceph 0x7c23e8be osd_req_op_extent_init +EXPORT_SYMBOL net/ceph/libceph 0x7d28e3de ceph_auth_handle_svc_reply_more +EXPORT_SYMBOL net/ceph/libceph 0x7f4abc6d osd_req_op_cls_request_data_bvecs +EXPORT_SYMBOL net/ceph/libceph 0x7fd3cb90 ceph_monc_do_statfs +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 0x8375650f ceph_pagelist_reserve +EXPORT_SYMBOL net/ceph/libceph 0x86fca7e4 ceph_put_snap_context +EXPORT_SYMBOL net/ceph/libceph 0x9032703b ceph_osdc_clear_abort_err +EXPORT_SYMBOL net/ceph/libceph 0x911a70ec ceph_msg_dump +EXPORT_SYMBOL net/ceph/libceph 0x9266bd96 ceph_monc_get_version +EXPORT_SYMBOL net/ceph/libceph 0x96bb1972 ceph_con_send +EXPORT_SYMBOL net/ceph/libceph 0x987d3968 ceph_alloc_options +EXPORT_SYMBOL net/ceph/libceph 0x988f30b2 ceph_auth_verify_authorizer_reply +EXPORT_SYMBOL net/ceph/libceph 0x9a4e56ef ceph_monc_init +EXPORT_SYMBOL net/ceph/libceph 0x9ca95932 ceph_create_snap_context +EXPORT_SYMBOL net/ceph/libceph 0x9fefa3cb ceph_calc_file_object_mapping +EXPORT_SYMBOL net/ceph/libceph 0xa320bb3a ceph_msg_new2 +EXPORT_SYMBOL net/ceph/libceph 0xa376f5df ceph_pagelist_alloc +EXPORT_SYMBOL net/ceph/libceph 0xa4e772d8 ceph_auth_add_authorizer_challenge +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 0xa6ceda7a ceph_destroy_client +EXPORT_SYMBOL net/ceph/libceph 0xa73a02a4 ceph_osdc_flush_notifies +EXPORT_SYMBOL net/ceph/libceph 0xabed1898 ceph_auth_handle_bad_authorizer +EXPORT_SYMBOL net/ceph/libceph 0xad703657 ceph_auth_destroy_authorizer +EXPORT_SYMBOL net/ceph/libceph 0xad90b323 ceph_alloc_page_vector +EXPORT_SYMBOL net/ceph/libceph 0xae70dce3 osd_req_op_xattr_init +EXPORT_SYMBOL net/ceph/libceph 0xafb8a407 ceph_msgr_flush +EXPORT_SYMBOL net/ceph/libceph 0xb116e2f4 ceph_copy_to_page_vector +EXPORT_SYMBOL net/ceph/libceph 0xb24497de ceph_open_session +EXPORT_SYMBOL net/ceph/libceph 0xb54676fa ceph_msg_type_name +EXPORT_SYMBOL net/ceph/libceph 0xb6cd8aa0 ceph_zero_page_vector_range +EXPORT_SYMBOL net/ceph/libceph 0xb72c162e ceph_buffer_release +EXPORT_SYMBOL net/ceph/libceph 0xb8028006 ceph_object_locator_to_pg +EXPORT_SYMBOL net/ceph/libceph 0xbc98cee2 ceph_oloc_copy +EXPORT_SYMBOL net/ceph/libceph 0xbe3879aa ceph_get_snap_context +EXPORT_SYMBOL net/ceph/libceph 0xbead6027 ceph_osdc_get_request +EXPORT_SYMBOL net/ceph/libceph 0xc0015076 ceph_cls_set_cookie +EXPORT_SYMBOL net/ceph/libceph 0xc0c74e26 ceph_check_fsid +EXPORT_SYMBOL net/ceph/libceph 0xc322d0ac osd_req_op_cls_response_data_pages +EXPORT_SYMBOL net/ceph/libceph 0xc3421180 ceph_print_client_options +EXPORT_SYMBOL net/ceph/libceph 0xc35565cf ceph_monc_wait_osdmap +EXPORT_SYMBOL net/ceph/libceph 0xc8ea0b61 ceph_con_close +EXPORT_SYMBOL net/ceph/libceph 0xc8ef4ac2 ceph_monc_open_session +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 0xcf91f268 ceph_osdc_alloc_request +EXPORT_SYMBOL net/ceph/libceph 0xd1abcead ceph_monc_stop +EXPORT_SYMBOL net/ceph/libceph 0xd285e751 ceph_osdc_new_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 0xdb691f8e ceph_cls_assert_locked +EXPORT_SYMBOL net/ceph/libceph 0xdcadc77a ceph_put_page_vector +EXPORT_SYMBOL net/ceph/libceph 0xdd5500ef ceph_client_gid +EXPORT_SYMBOL net/ceph/libceph 0xdea4edcc osd_req_op_cls_request_data_pages +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 0xe3cd07de ceph_copy_from_page_vector +EXPORT_SYMBOL net/ceph/libceph 0xe8087cf6 ceph_monc_want_map +EXPORT_SYMBOL net/ceph/libceph 0xe85108a4 ceph_buffer_new +EXPORT_SYMBOL net/ceph/libceph 0xebc7a449 osd_req_op_extent_osd_data_bio +EXPORT_SYMBOL net/ceph/libceph 0xecf88a2a ceph_cls_unlock +EXPORT_SYMBOL net/ceph/libceph 0xee120c03 ceph_release_string +EXPORT_SYMBOL net/ceph/libceph 0xeef6cfa3 ceph_iterate_extents +EXPORT_SYMBOL net/ceph/libceph 0xef4e3eff ceph_osdc_maybe_request_map +EXPORT_SYMBOL net/ceph/libceph 0xef75a7e5 ceph_con_open +EXPORT_SYMBOL net/ceph/libceph 0xef97943d ceph_parse_mon_ips +EXPORT_SYMBOL net/ceph/libceph 0xf1e7dc70 ceph_msg_data_add_pagelist +EXPORT_SYMBOL net/ceph/libceph 0xf254297e ceph_addr_is_blank +EXPORT_SYMBOL net/ceph/libceph 0xf3e43aa3 osd_req_op_cls_init +EXPORT_SYMBOL net/ceph/libceph 0xf7c7cb83 ceph_osdc_abort_requests +EXPORT_SYMBOL net/ceph/libceph 0xf80dc538 ceph_osdc_unwatch +EXPORT_SYMBOL net/ceph/libceph 0xfe01c619 ceph_wait_for_latest_osdmap +EXPORT_SYMBOL net/ceph/libceph 0xfe0ee6ff ceph_monc_got_map +EXPORT_SYMBOL net/dccp/dccp_ipv4 0x1c8c32ef dccp_syn_ack_timeout +EXPORT_SYMBOL net/dccp/dccp_ipv4 0xb8c4169e dccp_req_err +EXPORT_SYMBOL net/ipv4/fou 0x14b7928e __fou_build_header +EXPORT_SYMBOL net/ipv4/fou 0x3899cd11 gue_encap_hlen +EXPORT_SYMBOL net/ipv4/fou 0xc70f5665 __gue_build_header +EXPORT_SYMBOL net/ipv4/fou 0xdef70806 fou_encap_hlen +EXPORT_SYMBOL net/ipv4/gre 0xe41535c8 gre_parse_header +EXPORT_SYMBOL net/ipv4/ip_tunnel 0x0cb84a56 ip_tunnel_encap_add_ops +EXPORT_SYMBOL net/ipv4/ip_tunnel 0x4112f89f ip_tunnel_get_link_net +EXPORT_SYMBOL net/ipv4/ip_tunnel 0x969c1a61 ip_tunnel_get_iflink +EXPORT_SYMBOL net/ipv4/ip_tunnel 0xd8f528d8 ip_tunnel_encap_del_ops +EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0x02c985f7 arpt_register_table +EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0x22e693c5 arpt_unregister_table +EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0x61f873a8 arpt_unregister_table_pre_exit +EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0xbab911b7 arpt_do_table +EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0x96ab3972 ipt_do_table +EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0xc3b642d9 ipt_register_table +EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0xe9d009b7 ipt_unregister_table_exit +EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0xf3a6f609 ipt_unregister_table_pre_exit +EXPORT_SYMBOL net/ipv4/tunnel4 0x30355ef5 xfrm4_tunnel_register +EXPORT_SYMBOL net/ipv4/tunnel4 0xde75fe19 xfrm4_tunnel_deregister +EXPORT_SYMBOL net/ipv4/udp_tunnel 0x515f4cf0 udp_sock_create4 +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x1c02ad55 ip6_tnl_xmit +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x75b7696c ip6_tnl_change_mtu +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x9b656f33 ip6_tnl_get_link_net +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0xb2965235 ip6_tnl_encap_del_ops +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0xb8479775 ip6_tnl_rcv +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0xbb52e664 ip6_tnl_encap_add_ops +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0xea772489 ip6_tnl_parse_tlv_enc_lim +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0xf887ca57 ip6_tnl_get_iflink +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0xf9c0b52f ip6_tnl_get_cap +EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0x40c0746d ip6t_unregister_table_pre_exit +EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0x4f6135f6 ip6t_do_table +EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0x76c560cc ip6t_register_table +EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0xba9a7172 ip6t_unregister_table_exit +EXPORT_SYMBOL net/ipv6/tunnel6 0x7eeba28a xfrm6_tunnel_deregister +EXPORT_SYMBOL net/ipv6/tunnel6 0xd7fdabd5 xfrm6_tunnel_register +EXPORT_SYMBOL net/ipv6/xfrm6_tunnel 0x5338818d xfrm6_tunnel_alloc_spi +EXPORT_SYMBOL net/ipv6/xfrm6_tunnel 0x8d7bacd0 xfrm6_tunnel_spi_lookup +EXPORT_SYMBOL net/llc/llc 0x031250cc llc_sap_find +EXPORT_SYMBOL net/llc/llc 0x38b92846 llc_remove_pack +EXPORT_SYMBOL net/llc/llc 0x52d7b2fd llc_sap_list +EXPORT_SYMBOL net/llc/llc 0x6401ccaa llc_sap_open +EXPORT_SYMBOL net/llc/llc 0x7a98d324 llc_set_station_handler +EXPORT_SYMBOL net/llc/llc 0x88187ad5 llc_add_pack +EXPORT_SYMBOL net/llc/llc 0xc1b85dac llc_sap_close +EXPORT_SYMBOL net/llc/llc 0xcc4c0fcb llc_build_and_send_ui_pkt +EXPORT_SYMBOL net/llc/llc 0xd876542b llc_mac_hdr_init +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x18103561 register_ip_vs_scheduler +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x24555980 ip_vs_proto_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x2a3bbbc6 ip_vs_conn_in_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x2bc344fa ip_vs_conn_put +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x5168c783 ip_vs_nfct_expect_related +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x528b90f4 ip_vs_conn_out_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x70dd74cf unregister_ip_vs_app +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x9ebc5f77 ip_vs_conn_new +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xaad238f7 ip_vs_tcp_conn_listen +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xab44d8ce ip_vs_new_conn_out +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xbbf46ea6 ip_vs_scheduler_err +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xd500866f register_ip_vs_app_inc +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xd6876bdd ip_vs_proto_data_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xd831a1a2 ip_vs_proto_name +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xe173b2ff register_ip_vs_app +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xf6a23cdd unregister_ip_vs_scheduler +EXPORT_SYMBOL net/netfilter/nf_conntrack 0x3b08a8f0 nf_ct_destroy +EXPORT_SYMBOL net/netfilter/nf_conntrack 0x89d99ee1 __nf_ct_ext_find +EXPORT_SYMBOL net/netfilter/nf_conntrack 0xbdbee94d nf_ct_ext_add +EXPORT_SYMBOL net/netfilter/nf_conntrack_pptp 0xf2a36612 pptp_msg_name +EXPORT_SYMBOL net/netfilter/nf_nat 0x0d6f08f2 nf_nat_follow_master +EXPORT_SYMBOL net/netfilter/nf_nat 0x2267806b nf_nat_setup_info +EXPORT_SYMBOL net/netfilter/nf_nat 0xc51e1ff7 nf_nat_mangle_udp_packet +EXPORT_SYMBOL net/netfilter/nf_nat 0xdf991a67 __nf_nat_mangle_tcp_packet +EXPORT_SYMBOL net/netfilter/nft_fib 0x46170f23 nft_fib_policy +EXPORT_SYMBOL net/netfilter/x_tables 0x09ca77e3 xt_unregister_target +EXPORT_SYMBOL net/netfilter/x_tables 0x0d7f5fcd xt_alloc_entry_offsets +EXPORT_SYMBOL net/netfilter/x_tables 0x1ab88dc5 xt_find_table +EXPORT_SYMBOL net/netfilter/x_tables 0x3bf9d084 xt_check_table_hooks +EXPORT_SYMBOL net/netfilter/x_tables 0x3ed2a65d xt_register_target +EXPORT_SYMBOL net/netfilter/x_tables 0x48012e28 xt_check_proc_name +EXPORT_SYMBOL net/netfilter/x_tables 0x50873741 xt_compat_init_offsets +EXPORT_SYMBOL net/netfilter/x_tables 0x54dc9107 xt_register_targets +EXPORT_SYMBOL net/netfilter/x_tables 0x63049c93 xt_register_matches +EXPORT_SYMBOL net/netfilter/x_tables 0x8fbfc9f7 xt_unregister_targets +EXPORT_SYMBOL net/netfilter/x_tables 0x977fd4bf xt_alloc_table_info +EXPORT_SYMBOL net/netfilter/x_tables 0xa204850a xt_find_match +EXPORT_SYMBOL net/netfilter/x_tables 0xa25fc115 xt_compat_check_entry_offsets +EXPORT_SYMBOL net/netfilter/x_tables 0xa62a731b xt_unregister_match +EXPORT_SYMBOL net/netfilter/x_tables 0xbb95bab9 xt_unregister_matches +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 0xf6083564 xt_register_match +EXPORT_SYMBOL net/netfilter/x_tables 0xfef779fa xt_find_jump_offset +EXPORT_SYMBOL net/rxrpc/rxrpc 0x1f418c18 rxrpc_kernel_get_srtt +EXPORT_SYMBOL net/rxrpc/rxrpc 0x2fa09adb rxrpc_kernel_check_life +EXPORT_SYMBOL net/rxrpc/rxrpc 0x31bf3ca3 rxrpc_debug_id +EXPORT_SYMBOL net/rxrpc/rxrpc 0x3a8e9d40 rxrpc_get_null_key +EXPORT_SYMBOL net/rxrpc/rxrpc 0x3f8fd77a rxrpc_kernel_send_data +EXPORT_SYMBOL net/rxrpc/rxrpc 0x6c0859be rxrpc_kernel_get_peer +EXPORT_SYMBOL net/rxrpc/rxrpc 0x73063743 rxrpc_get_server_data_key +EXPORT_SYMBOL net/rxrpc/rxrpc 0x7e7fe329 rxrpc_kernel_get_epoch +EXPORT_SYMBOL net/rxrpc/rxrpc 0x7ed2bc61 rxrpc_kernel_new_call_notification +EXPORT_SYMBOL net/rxrpc/rxrpc 0x7ed89671 rxrpc_kernel_set_max_life +EXPORT_SYMBOL net/rxrpc/rxrpc 0x8c1e281c rxrpc_sock_set_min_security_level +EXPORT_SYMBOL net/rxrpc/rxrpc 0x9639298e rxrpc_kernel_end_call +EXPORT_SYMBOL net/rxrpc/rxrpc 0x9e788113 key_type_rxrpc +EXPORT_SYMBOL net/rxrpc/rxrpc 0xa8df9d4f rxrpc_sock_set_security_keyring +EXPORT_SYMBOL net/rxrpc/rxrpc 0xc2fdcb3b rxrpc_kernel_recv_data +EXPORT_SYMBOL net/rxrpc/rxrpc 0xcf268ed3 rxrpc_kernel_set_tx_length +EXPORT_SYMBOL net/rxrpc/rxrpc 0xd5523e62 rxrpc_kernel_abort_call +EXPORT_SYMBOL net/rxrpc/rxrpc 0xef092d91 rxrpc_kernel_charge_accept +EXPORT_SYMBOL net/rxrpc/rxrpc 0xf3ef853c rxrpc_kernel_begin_call +EXPORT_SYMBOL net/sctp/sctp 0xbbe33597 sctp_do_peeloff +EXPORT_SYMBOL net/smc/smc 0x00f8c3fb __traceiter_smc_switch_to_fallback +EXPORT_SYMBOL net/smc/smc 0x1b1e06e1 __tracepoint_smc_rx_recvmsg +EXPORT_SYMBOL net/smc/smc 0x3153cc92 __SCK__tp_func_smc_rx_recvmsg +EXPORT_SYMBOL net/smc/smc 0x815ef130 __traceiter_smc_rx_recvmsg +EXPORT_SYMBOL net/smc/smc 0x8989d6ae __tracepoint_smc_switch_to_fallback +EXPORT_SYMBOL net/smc/smc 0x99bf1b00 __tracepoint_smc_tx_sendmsg +EXPORT_SYMBOL net/smc/smc 0x9e8f4c29 __traceiter_smcr_link_down +EXPORT_SYMBOL net/smc/smc 0xb3f2d173 __SCK__tp_func_smc_tx_sendmsg +EXPORT_SYMBOL net/smc/smc 0xcd9701fe __tracepoint_smcr_link_down +EXPORT_SYMBOL net/smc/smc 0xe7dacb8d __SCK__tp_func_smcr_link_down +EXPORT_SYMBOL net/smc/smc 0xeaeab9c9 __traceiter_smc_tx_sendmsg +EXPORT_SYMBOL net/smc/smc 0xfb8cae0f __SCK__tp_func_smc_switch_to_fallback +EXPORT_SYMBOL net/sunrpc/auth_gss/auth_rpcgss 0x2f081f14 gss_pseudoflavor_to_service +EXPORT_SYMBOL net/sunrpc/auth_gss/auth_rpcgss 0x49a6d539 gss_mech_put +EXPORT_SYMBOL net/sunrpc/auth_gss/auth_rpcgss 0xc665769c gss_mech_get +EXPORT_SYMBOL net/sunrpc/sunrpc 0x28f8a6ee svc_pool_stats_open +EXPORT_SYMBOL net/sunrpc/sunrpc 0xf43dc0c5 xdr_truncate_encode +EXPORT_SYMBOL net/sunrpc/sunrpc 0xfafc820b xdr_restrict_buflen +EXPORT_SYMBOL net/tipc/tipc 0x3b61c199 tipc_nl_sk_walk +EXPORT_SYMBOL net/tipc/tipc 0x5182bb37 tipc_sk_fill_sock_diag +EXPORT_SYMBOL net/tipc/tipc 0x70661ddf tipc_dump_done +EXPORT_SYMBOL net/tipc/tipc 0xb03fa7a2 tipc_dump_start +EXPORT_SYMBOL net/tls/tls 0xcaa994f1 tls_get_record +EXPORT_SYMBOL vmlinux 0x000016e9 configfs_unregister_subsystem +EXPORT_SYMBOL vmlinux 0x00274824 dec_node_page_state +EXPORT_SYMBOL vmlinux 0x002b48e1 input_open_device +EXPORT_SYMBOL vmlinux 0x003c9a76 netif_tx_unlock +EXPORT_SYMBOL vmlinux 0x005bd642 debug_dflt_header_fn +EXPORT_SYMBOL vmlinux 0x006896f9 phy_find_first +EXPORT_SYMBOL vmlinux 0x006c6939 bio_integrity_add_page +EXPORT_SYMBOL vmlinux 0x007e3bb1 mpage_read_folio +EXPORT_SYMBOL vmlinux 0x00b4e615 posix_acl_equiv_mode +EXPORT_SYMBOL vmlinux 0x00cc031c tcf_em_tree_destroy +EXPORT_SYMBOL vmlinux 0x00d8e84a mtree_alloc_rrange +EXPORT_SYMBOL vmlinux 0x00ebf98f seq_dentry +EXPORT_SYMBOL vmlinux 0x00f4a223 _ebc_toupper +EXPORT_SYMBOL vmlinux 0x01000e51 schedule +EXPORT_SYMBOL vmlinux 0x01020b79 netdev_info +EXPORT_SYMBOL vmlinux 0x0119678b kbd_ioctl +EXPORT_SYMBOL vmlinux 0x012d0f6d ipv6_getsockopt +EXPORT_SYMBOL vmlinux 0x0133d84d fb_get_mode +EXPORT_SYMBOL vmlinux 0x013703c6 dm_table_get_md +EXPORT_SYMBOL vmlinux 0x01446697 set_capacity +EXPORT_SYMBOL vmlinux 0x014716eb hdmi_vendor_infoframe_pack_only +EXPORT_SYMBOL vmlinux 0x0147812c kblockd_mod_delayed_work_on +EXPORT_SYMBOL vmlinux 0x0149f997 blackhole_netdev +EXPORT_SYMBOL vmlinux 0x014f08a0 tcp_getsockopt +EXPORT_SYMBOL vmlinux 0x01534586 iov_iter_zero +EXPORT_SYMBOL vmlinux 0x01580378 truncate_inode_pages_final +EXPORT_SYMBOL vmlinux 0x01585ca5 _atomic_dec_and_raw_lock +EXPORT_SYMBOL vmlinux 0x016ce795 vlan_dev_vlan_proto +EXPORT_SYMBOL vmlinux 0x01757935 rdmacg_register_device +EXPORT_SYMBOL vmlinux 0x017de3d5 nr_cpu_ids +EXPORT_SYMBOL vmlinux 0x018f68fc dev_mc_sync_multiple +EXPORT_SYMBOL vmlinux 0x01a20ede radix_tree_tag_set +EXPORT_SYMBOL vmlinux 0x01a94522 security_sb_mnt_opts_compat +EXPORT_SYMBOL vmlinux 0x01bf55fc paddr_vmcoreinfo_note +EXPORT_SYMBOL vmlinux 0x01ecb2e0 kill_anon_super +EXPORT_SYMBOL vmlinux 0x01f6399e blk_execute_rq +EXPORT_SYMBOL vmlinux 0x0209f3a7 secure_ipv6_port_ephemeral +EXPORT_SYMBOL vmlinux 0x020dbf27 bitmap_alloc +EXPORT_SYMBOL vmlinux 0x02103518 softnet_data +EXPORT_SYMBOL vmlinux 0x021cd7be vfs_dedupe_file_range +EXPORT_SYMBOL vmlinux 0x0223a95f ip_generic_getfrag +EXPORT_SYMBOL vmlinux 0x02301b1a block_truncate_page +EXPORT_SYMBOL vmlinux 0x024643bf xattr_full_name +EXPORT_SYMBOL vmlinux 0x0249637b vfs_get_link +EXPORT_SYMBOL vmlinux 0x025d65d4 eth_platform_get_mac_address +EXPORT_SYMBOL vmlinux 0x0274dc2b netif_get_num_default_rss_queues +EXPORT_SYMBOL vmlinux 0x027a9440 invalidate_inode_buffers +EXPORT_SYMBOL vmlinux 0x02922c73 posix_acl_valid +EXPORT_SYMBOL vmlinux 0x02943a21 __napi_schedule +EXPORT_SYMBOL vmlinux 0x0296695f refcount_warn_saturate +EXPORT_SYMBOL vmlinux 0x02a6076d kobject_del +EXPORT_SYMBOL vmlinux 0x02a62b7c netdev_lower_dev_get_private +EXPORT_SYMBOL vmlinux 0x02a67501 page_pool_alloc_pages +EXPORT_SYMBOL vmlinux 0x02b5bcb6 override_creds +EXPORT_SYMBOL vmlinux 0x02ca22a8 hex_dump_to_buffer +EXPORT_SYMBOL vmlinux 0x02d80f99 generic_write_checks_count +EXPORT_SYMBOL vmlinux 0x02df591c netif_carrier_off +EXPORT_SYMBOL vmlinux 0x02f034a1 xz_dec_run +EXPORT_SYMBOL vmlinux 0x02f4d77f __SCK__tp_func_s390_cio_tpi +EXPORT_SYMBOL vmlinux 0x02f600d0 pci_dev_get +EXPORT_SYMBOL vmlinux 0x02f886e6 dcb_ieee_getapp_prio_dscp_mask_map +EXPORT_SYMBOL vmlinux 0x03298fee gnet_stats_finish_copy +EXPORT_SYMBOL vmlinux 0x032c33bf datagram_poll +EXPORT_SYMBOL vmlinux 0x0332c029 kmalloc_size_roundup +EXPORT_SYMBOL vmlinux 0x0334da4e scsi_command_size_tbl +EXPORT_SYMBOL vmlinux 0x034a7afe idr_destroy +EXPORT_SYMBOL vmlinux 0x0352b081 nf_register_sockopt +EXPORT_SYMBOL vmlinux 0x0360d67f make_flow_keys_digest +EXPORT_SYMBOL vmlinux 0x0363f988 kthread_associate_blkcg +EXPORT_SYMBOL vmlinux 0x0366307a console_suspend_enabled +EXPORT_SYMBOL vmlinux 0x036cce78 tty_termios_input_baud_rate +EXPORT_SYMBOL vmlinux 0x0370118d __task_pid_nr_ns +EXPORT_SYMBOL vmlinux 0x03736e9f param_ops_long +EXPORT_SYMBOL vmlinux 0x037a0cba kfree +EXPORT_SYMBOL vmlinux 0x037b3f42 tcp_sendmsg +EXPORT_SYMBOL vmlinux 0x0384910c cdev_alloc +EXPORT_SYMBOL vmlinux 0x038762c8 idr_get_next_ul +EXPORT_SYMBOL vmlinux 0x0397edd5 fb_edid_to_monspecs +EXPORT_SYMBOL vmlinux 0x03982026 security_sock_rcv_skb +EXPORT_SYMBOL vmlinux 0x03b814ca bpf_dispatcher_xdp_func +EXPORT_SYMBOL vmlinux 0x03b8a1ac nla_reserve_nohdr +EXPORT_SYMBOL vmlinux 0x03c2b1f6 proc_symlink +EXPORT_SYMBOL vmlinux 0x03d04acc dma_sync_sg_for_device +EXPORT_SYMBOL vmlinux 0x03d2240c add_virt_timer_periodic +EXPORT_SYMBOL vmlinux 0x03f02745 vfs_dedupe_file_range_one +EXPORT_SYMBOL vmlinux 0x03fd2571 vm_unmap_ram +EXPORT_SYMBOL vmlinux 0x043136b8 simple_unlink +EXPORT_SYMBOL vmlinux 0x04374924 kernel_param_lock +EXPORT_SYMBOL vmlinux 0x044154c6 tc_skb_ext_tc +EXPORT_SYMBOL vmlinux 0x0441b62d phy_device_free +EXPORT_SYMBOL vmlinux 0x04444662 lockref_get_not_dead +EXPORT_SYMBOL vmlinux 0x04482cdb __refrigerator +EXPORT_SYMBOL vmlinux 0x044f0ad9 get_random_u16 +EXPORT_SYMBOL vmlinux 0x0479aac1 seq_list_next_rcu +EXPORT_SYMBOL vmlinux 0x048096bd __hw_addr_sync_dev +EXPORT_SYMBOL vmlinux 0x04c513e2 insert_inode_locked4 +EXPORT_SYMBOL vmlinux 0x04e26e44 skb_set_owner_w +EXPORT_SYMBOL vmlinux 0x04f434f3 vfs_parse_fs_param_source +EXPORT_SYMBOL vmlinux 0x04f6e8e5 phy_suspend +EXPORT_SYMBOL vmlinux 0x04fca5b7 percpu_counter_sum_all +EXPORT_SYMBOL vmlinux 0x05060e56 inet_getname +EXPORT_SYMBOL vmlinux 0x05082c88 kobject_add +EXPORT_SYMBOL vmlinux 0x050c74cc __neigh_event_send +EXPORT_SYMBOL vmlinux 0x05240ee7 percpu_counter_batch +EXPORT_SYMBOL vmlinux 0x054496b4 schedule_timeout_interruptible +EXPORT_SYMBOL vmlinux 0x056bcf7b dm_read_arg +EXPORT_SYMBOL vmlinux 0x056c3b2e tty_lock +EXPORT_SYMBOL vmlinux 0x0584d4ac __traceiter_s390_cio_ssch +EXPORT_SYMBOL vmlinux 0x0589d69d vfs_rename +EXPORT_SYMBOL vmlinux 0x05a363c8 raw3270_request_set_data +EXPORT_SYMBOL vmlinux 0x05b67215 locks_free_lock +EXPORT_SYMBOL vmlinux 0x05df72e2 proc_mkdir +EXPORT_SYMBOL vmlinux 0x05f20b7b nla_reserve +EXPORT_SYMBOL vmlinux 0x05f2d06a input_get_timestamp +EXPORT_SYMBOL vmlinux 0x061651be strcat +EXPORT_SYMBOL vmlinux 0x062a6c70 mdiobus_is_registered_device +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 0x0668b595 _kstrtoul +EXPORT_SYMBOL vmlinux 0x06958be2 jbd2_wait_inode_data +EXPORT_SYMBOL vmlinux 0x069ee952 reuseport_migrate_sock +EXPORT_SYMBOL vmlinux 0x06a35dcb kset_unregister +EXPORT_SYMBOL vmlinux 0x06b306c4 phy_register_fixup +EXPORT_SYMBOL vmlinux 0x06c2c81f mdiobus_alloc_size +EXPORT_SYMBOL vmlinux 0x06d11488 __bitmap_equal +EXPORT_SYMBOL vmlinux 0x06dc4012 dump_page +EXPORT_SYMBOL vmlinux 0x06ea6560 __mdiobus_write +EXPORT_SYMBOL vmlinux 0x06f505f7 nf_log_trace +EXPORT_SYMBOL vmlinux 0x06ff319b input_mt_assign_slots +EXPORT_SYMBOL vmlinux 0x07077eca dma_fence_describe +EXPORT_SYMBOL vmlinux 0x07098248 xz_dec_microlzma_alloc +EXPORT_SYMBOL vmlinux 0x070da3dc t10_pi_type1_ip +EXPORT_SYMBOL vmlinux 0x07236384 flow_rule_match_ipv4_addrs +EXPORT_SYMBOL vmlinux 0x07297511 crc_t10dif_update +EXPORT_SYMBOL vmlinux 0x072b3418 udp_set_csum +EXPORT_SYMBOL vmlinux 0x072fb622 folio_write_one +EXPORT_SYMBOL vmlinux 0x0736c3ff fault_in_safe_writeable +EXPORT_SYMBOL vmlinux 0x07477af5 set_security_override_from_ctx +EXPORT_SYMBOL vmlinux 0x075fe013 __blkdev_issue_discard +EXPORT_SYMBOL vmlinux 0x07760cb9 register_service_level +EXPORT_SYMBOL vmlinux 0x07956794 set_groups +EXPORT_SYMBOL vmlinux 0x07a890c8 fb_alloc_cmap +EXPORT_SYMBOL vmlinux 0x07a94b8f cookie_ecn_ok +EXPORT_SYMBOL vmlinux 0x07c804d6 nf_unregister_net_hooks +EXPORT_SYMBOL vmlinux 0x07cc4a5d printk_timed_ratelimit +EXPORT_SYMBOL vmlinux 0x07cdabc5 generic_shutdown_super +EXPORT_SYMBOL vmlinux 0x07e22144 xfrm_dev_state_flush +EXPORT_SYMBOL vmlinux 0x07eb4f6a __put_cred +EXPORT_SYMBOL vmlinux 0x07f57478 pci_unmap_iospace +EXPORT_SYMBOL vmlinux 0x08002b11 mdiobus_setup_mdiodev_from_board_info +EXPORT_SYMBOL vmlinux 0x0800473f __cond_resched +EXPORT_SYMBOL vmlinux 0x0805f2c8 ecryptfs_get_auth_tok_key +EXPORT_SYMBOL vmlinux 0x08129c4d param_set_charp +EXPORT_SYMBOL vmlinux 0x081b4c3b security_sk_clone +EXPORT_SYMBOL vmlinux 0x082b0f36 mntget +EXPORT_SYMBOL vmlinux 0x082c3213 pci_root_buses +EXPORT_SYMBOL vmlinux 0x083f7b59 kset_register +EXPORT_SYMBOL vmlinux 0x08456553 match_string +EXPORT_SYMBOL vmlinux 0x08466af0 kmem_cache_create +EXPORT_SYMBOL vmlinux 0x08671c6f key_validate +EXPORT_SYMBOL vmlinux 0x08749097 fput +EXPORT_SYMBOL vmlinux 0x0885738d sdev_prefix_printk +EXPORT_SYMBOL vmlinux 0x088c96f6 tcp_parse_md5sig_option +EXPORT_SYMBOL vmlinux 0x08ad8521 register_adapter_interrupt +EXPORT_SYMBOL vmlinux 0x08c8e299 skb_copy_and_csum_dev +EXPORT_SYMBOL vmlinux 0x08df964d dm_table_event +EXPORT_SYMBOL vmlinux 0x08ebfb3d inet_csk_clear_xmit_timers +EXPORT_SYMBOL vmlinux 0x08fff2b4 reuseport_add_sock +EXPORT_SYMBOL vmlinux 0x09021cbd dev_mc_add_excl +EXPORT_SYMBOL vmlinux 0x09206ad4 pagecache_isize_extended +EXPORT_SYMBOL vmlinux 0x0920b173 lockref_mark_dead +EXPORT_SYMBOL vmlinux 0x092fe7d1 netpoll_setup +EXPORT_SYMBOL vmlinux 0x094effa5 __iucv_message_receive +EXPORT_SYMBOL vmlinux 0x09533f81 inet_csk_reqsk_queue_drop_and_put +EXPORT_SYMBOL vmlinux 0x09605342 fscrypt_setup_filename +EXPORT_SYMBOL vmlinux 0x096c1c11 dm_kobject_release +EXPORT_SYMBOL vmlinux 0x0970102e zstd_compress_bound +EXPORT_SYMBOL vmlinux 0x09769037 dmt_modes +EXPORT_SYMBOL vmlinux 0x097ca89e eth_header +EXPORT_SYMBOL vmlinux 0x098b71c6 fb_dealloc_cmap +EXPORT_SYMBOL vmlinux 0x099a7fda folio_mapping +EXPORT_SYMBOL vmlinux 0x09a54afe proc_create +EXPORT_SYMBOL vmlinux 0x09a679e0 blk_queue_chunk_sectors +EXPORT_SYMBOL vmlinux 0x09abc2d6 dquot_commit_info +EXPORT_SYMBOL vmlinux 0x09bd7735 single_open_size +EXPORT_SYMBOL vmlinux 0x09d44df9 in_lock_functions +EXPORT_SYMBOL vmlinux 0x09eab9db tcf_qevent_init +EXPORT_SYMBOL vmlinux 0x09ecbe75 nosteal_pipe_buf_ops +EXPORT_SYMBOL vmlinux 0x0a012f73 mb_cache_entry_touch +EXPORT_SYMBOL vmlinux 0x0a095e6d blk_queue_logical_block_size +EXPORT_SYMBOL vmlinux 0x0a27f50a init_pseudo +EXPORT_SYMBOL vmlinux 0x0a2dfa75 iov_iter_bvec +EXPORT_SYMBOL vmlinux 0x0a2f6fe2 tcp_seq_stop +EXPORT_SYMBOL vmlinux 0x0a335601 scsi_eh_finish_cmd +EXPORT_SYMBOL vmlinux 0x0a3b0d94 raw_copy_from_user +EXPORT_SYMBOL vmlinux 0x0a407c53 qdisc_warn_nonwc +EXPORT_SYMBOL vmlinux 0x0a52f79f pci_scan_root_bus +EXPORT_SYMBOL vmlinux 0x0a6a97b8 sk_wait_data +EXPORT_SYMBOL vmlinux 0x0a770832 register_memory_notifier +EXPORT_SYMBOL vmlinux 0x0a839767 napi_get_frags +EXPORT_SYMBOL vmlinux 0x0a8428aa xp_set_rxq_info +EXPORT_SYMBOL vmlinux 0x0aa156f9 km_state_expired +EXPORT_SYMBOL vmlinux 0x0aa309cf synchronize_hardirq +EXPORT_SYMBOL vmlinux 0x0aa4ce71 filemap_fdatawrite +EXPORT_SYMBOL vmlinux 0x0aaccc92 pci_remap_iospace +EXPORT_SYMBOL vmlinux 0x0aacd352 __kfifo_len_r +EXPORT_SYMBOL vmlinux 0x0ab4d423 sock_no_shutdown +EXPORT_SYMBOL vmlinux 0x0abf8b27 vlan_uses_dev +EXPORT_SYMBOL vmlinux 0x0ac20aa4 padata_do_parallel +EXPORT_SYMBOL vmlinux 0x0ad2f79a sock_i_ino +EXPORT_SYMBOL vmlinux 0x0ae5c97e pci_enable_device_io +EXPORT_SYMBOL vmlinux 0x0ae66751 pci_read_config_byte +EXPORT_SYMBOL vmlinux 0x0af1ad04 tcf_chain_put_by_act +EXPORT_SYMBOL vmlinux 0x0b021ca2 bio_split +EXPORT_SYMBOL vmlinux 0x0b039a7d flush_signals +EXPORT_SYMBOL vmlinux 0x0b0c3d43 vfs_create +EXPORT_SYMBOL vmlinux 0x0b0d329c device_get_mac_address +EXPORT_SYMBOL vmlinux 0x0b1beb31 vmalloc_32_user +EXPORT_SYMBOL vmlinux 0x0b50787d unregister_qdisc +EXPORT_SYMBOL vmlinux 0x0b742fd7 simple_strtol +EXPORT_SYMBOL vmlinux 0x0b90f8f3 kernel_read +EXPORT_SYMBOL vmlinux 0x0b959634 gro_find_receive_by_type +EXPORT_SYMBOL vmlinux 0x0ba0b938 vm_brk +EXPORT_SYMBOL vmlinux 0x0bb42d5d pcie_capability_read_word +EXPORT_SYMBOL vmlinux 0x0bbed687 blk_rq_append_bio +EXPORT_SYMBOL vmlinux 0x0bc477a2 irq_set_irq_type +EXPORT_SYMBOL vmlinux 0x0bd394d8 tty_termios_baud_rate +EXPORT_SYMBOL vmlinux 0x0bdba7b4 kmem_cache_destroy +EXPORT_SYMBOL vmlinux 0x0be07b75 inet_register_protosw +EXPORT_SYMBOL vmlinux 0x0be54f66 netdev_rx_csum_fault +EXPORT_SYMBOL vmlinux 0x0bfbdbf4 remove_arg_zero +EXPORT_SYMBOL vmlinux 0x0c05044c sk_capable +EXPORT_SYMBOL vmlinux 0x0c0a0644 fb_pan_display +EXPORT_SYMBOL vmlinux 0x0c178e33 __qdisc_calculate_pkt_len +EXPORT_SYMBOL vmlinux 0x0c17a68e zlib_dfltcc_support +EXPORT_SYMBOL vmlinux 0x0c1b08fb kill_fasync +EXPORT_SYMBOL vmlinux 0x0c25ec48 secure_tcpv6_seq +EXPORT_SYMBOL vmlinux 0x0c333a7f radix_tree_insert +EXPORT_SYMBOL vmlinux 0x0c52888c sock_no_sendmsg_locked +EXPORT_SYMBOL vmlinux 0x0c5d88f4 rtnl_set_sk_err +EXPORT_SYMBOL vmlinux 0x0c64ba5c sockfd_lookup +EXPORT_SYMBOL vmlinux 0x0c6ccf20 s390_isolate_bp +EXPORT_SYMBOL vmlinux 0x0c75ce3b pci_iounmap +EXPORT_SYMBOL vmlinux 0x0c7cf7c6 zero_page_mask +EXPORT_SYMBOL vmlinux 0x0c904c5b mempool_exit +EXPORT_SYMBOL vmlinux 0x0c986392 __hw_addr_unsync_dev +EXPORT_SYMBOL vmlinux 0x0caf9e78 xfrm_dev_policy_flush +EXPORT_SYMBOL vmlinux 0x0cb11bc7 __SCK__tp_func_dma_fence_enable_signal +EXPORT_SYMBOL vmlinux 0x0cc0f4c5 __genradix_prealloc +EXPORT_SYMBOL vmlinux 0x0cc1ff8b reset_guest_reference_bit +EXPORT_SYMBOL vmlinux 0x0ccbe36d __dynamic_netdev_dbg +EXPORT_SYMBOL vmlinux 0x0cd24c2e jbd2_journal_stop +EXPORT_SYMBOL vmlinux 0x0cd5835b ipv6_flowlabel_exclusive +EXPORT_SYMBOL vmlinux 0x0cf15ee0 seq_read_iter +EXPORT_SYMBOL vmlinux 0x0cf797b9 netdev_lower_get_next_private +EXPORT_SYMBOL vmlinux 0x0cf9ff9b input_get_keycode +EXPORT_SYMBOL vmlinux 0x0d073f7b sock_queue_rcv_skb_reason +EXPORT_SYMBOL vmlinux 0x0d07f543 get_anon_bdev +EXPORT_SYMBOL vmlinux 0x0d4350f7 register_sysctl_mount_point +EXPORT_SYMBOL vmlinux 0x0d47a390 __vfs_getxattr +EXPORT_SYMBOL vmlinux 0x0d542439 __ipv6_addr_type +EXPORT_SYMBOL vmlinux 0x0d5569fb __inet_stream_connect +EXPORT_SYMBOL vmlinux 0x0d71222c sock_alloc +EXPORT_SYMBOL vmlinux 0x0d8e5b3e filp_close +EXPORT_SYMBOL vmlinux 0x0da19605 skb_flow_dissector_init +EXPORT_SYMBOL vmlinux 0x0db795e4 pci_release_selected_regions +EXPORT_SYMBOL vmlinux 0x0de72e94 phy_ethtool_set_link_ksettings +EXPORT_SYMBOL vmlinux 0x0e04bd2e csum_and_copy_from_iter +EXPORT_SYMBOL vmlinux 0x0e11564c pci_set_master +EXPORT_SYMBOL vmlinux 0x0e17678a siphash_4u64 +EXPORT_SYMBOL vmlinux 0x0e19dbd1 __lock_sock_fast +EXPORT_SYMBOL vmlinux 0x0e1af29e register_mii_tstamp_controller +EXPORT_SYMBOL vmlinux 0x0e1ee435 _copy_from_user_key +EXPORT_SYMBOL vmlinux 0x0e23c59e param_get_long +EXPORT_SYMBOL vmlinux 0x0e3a40db tcp_v4_mtu_reduced +EXPORT_SYMBOL vmlinux 0x0e56b80a __SCK__tp_func_s390_cio_tsch +EXPORT_SYMBOL vmlinux 0x0e701f71 jbd2_complete_transaction +EXPORT_SYMBOL vmlinux 0x0e76efa2 add_to_page_cache_lru +EXPORT_SYMBOL vmlinux 0x0e80066d vm_map_ram +EXPORT_SYMBOL vmlinux 0x0e92cc2f filemap_invalidate_unlock_two +EXPORT_SYMBOL vmlinux 0x0e963436 dev_mc_flush +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 0x0eb2720f vfs_ioctl +EXPORT_SYMBOL vmlinux 0x0eb69051 ccw_device_start_key +EXPORT_SYMBOL vmlinux 0x0eb6eb87 add_taint +EXPORT_SYMBOL vmlinux 0x0ebaa391 param_set_dyndbg_classes +EXPORT_SYMBOL vmlinux 0x0ebcec2c alloc_fcdev +EXPORT_SYMBOL vmlinux 0x0ed85948 flow_rule_match_enc_ipv6_addrs +EXPORT_SYMBOL vmlinux 0x0ee61a9b airq_iv_free +EXPORT_SYMBOL vmlinux 0x0eecfcac xfrm_stateonly_find +EXPORT_SYMBOL vmlinux 0x0f09cc34 schedule_timeout_killable +EXPORT_SYMBOL vmlinux 0x0f1ad8e2 seq_list_start_rcu +EXPORT_SYMBOL vmlinux 0x0f322579 pci_bus_read_config_byte +EXPORT_SYMBOL vmlinux 0x0f34df3b ip6mr_rule_default +EXPORT_SYMBOL vmlinux 0x0f4dd889 prepare_creds +EXPORT_SYMBOL vmlinux 0x0f59acca __kernel_fpu_end +EXPORT_SYMBOL vmlinux 0x0f70af93 __brelse +EXPORT_SYMBOL vmlinux 0x0f72ebca tcf_idr_create +EXPORT_SYMBOL vmlinux 0x0f86f560 kthread_delayed_work_timer_fn +EXPORT_SYMBOL vmlinux 0x0fa1795a netdev_pick_tx +EXPORT_SYMBOL vmlinux 0x0fad9ed8 notify_change +EXPORT_SYMBOL vmlinux 0x0faf65a7 md_set_array_sectors +EXPORT_SYMBOL vmlinux 0x0fb2f8a4 mktime64 +EXPORT_SYMBOL vmlinux 0x0fb9459c scsi_device_lookup +EXPORT_SYMBOL vmlinux 0x0fd7ef64 blk_mq_delay_kick_requeue_list +EXPORT_SYMBOL vmlinux 0x0fd902db mb_cache_entry_create +EXPORT_SYMBOL vmlinux 0x0ffc9609 ap_recv +EXPORT_SYMBOL vmlinux 0x0fff5afc time64_to_tm +EXPORT_SYMBOL vmlinux 0x10013ff5 vfs_path_lookup +EXPORT_SYMBOL vmlinux 0x10017aa5 kernel_cpustat +EXPORT_SYMBOL vmlinux 0x100953b5 dma_resv_add_fence +EXPORT_SYMBOL vmlinux 0x101fbde5 reuseport_detach_sock +EXPORT_SYMBOL vmlinux 0x1035c7c2 __release_region +EXPORT_SYMBOL vmlinux 0x103bafd6 down_read +EXPORT_SYMBOL vmlinux 0x10497616 memweight +EXPORT_SYMBOL vmlinux 0x106591a9 ap_queue_init_state +EXPORT_SYMBOL vmlinux 0x1067fe0e skb_queue_head +EXPORT_SYMBOL vmlinux 0x1068004b gf128mul_bbe +EXPORT_SYMBOL vmlinux 0x106e64e9 set_binfmt +EXPORT_SYMBOL vmlinux 0x10776fb9 xa_extract +EXPORT_SYMBOL vmlinux 0x107e5878 zlib_inflateEnd +EXPORT_SYMBOL vmlinux 0x10817353 folio_wait_bit_killable +EXPORT_SYMBOL vmlinux 0x10ce30ed inet_addr_type +EXPORT_SYMBOL vmlinux 0x10d9f885 scsi_sense_desc_find +EXPORT_SYMBOL vmlinux 0x10dce3ab mr_vif_seq_idx +EXPORT_SYMBOL vmlinux 0x10e15393 __sk_queue_drop_skb +EXPORT_SYMBOL vmlinux 0x10e6f74a free_contig_range +EXPORT_SYMBOL vmlinux 0x11089ac7 _ctype +EXPORT_SYMBOL vmlinux 0x111001e1 address_space_init_once +EXPORT_SYMBOL vmlinux 0x112121f7 __traceiter_s390_cio_chsc +EXPORT_SYMBOL vmlinux 0x1140d6af phy_attached_info +EXPORT_SYMBOL vmlinux 0x11451017 inet_confirm_addr +EXPORT_SYMBOL vmlinux 0x117093be qdisc_class_hash_init +EXPORT_SYMBOL vmlinux 0x1181dd1f tcp_md5_hash_key +EXPORT_SYMBOL vmlinux 0x11865b0e buffer_check_dirty_writeback +EXPORT_SYMBOL vmlinux 0x11886599 proc_create_data +EXPORT_SYMBOL vmlinux 0x1189cb40 tcp_v4_connect +EXPORT_SYMBOL vmlinux 0x1192cdee tcf_block_put +EXPORT_SYMBOL vmlinux 0x11e30762 chacha_block_generic +EXPORT_SYMBOL vmlinux 0x11e9e089 pci_bus_find_capability +EXPORT_SYMBOL vmlinux 0x11f0f083 kernel_cpumcf_avail +EXPORT_SYMBOL vmlinux 0x11f48473 sk_stream_kill_queues +EXPORT_SYMBOL vmlinux 0x120b336a __rb_insert_augmented +EXPORT_SYMBOL vmlinux 0x120c6163 tcp_read_skb +EXPORT_SYMBOL vmlinux 0x1220c730 dst_alloc +EXPORT_SYMBOL vmlinux 0x122b48e6 neigh_changeaddr +EXPORT_SYMBOL vmlinux 0x122d5963 get_guest_storage_key +EXPORT_SYMBOL vmlinux 0x1239fc2d sg_copy_to_buffer +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 0x12a211f3 seq_release +EXPORT_SYMBOL vmlinux 0x12b036fc cdrom_check_events +EXPORT_SYMBOL vmlinux 0x12bcfa86 jbd2_journal_clear_err +EXPORT_SYMBOL vmlinux 0x12cabc89 siphash_2u64 +EXPORT_SYMBOL vmlinux 0x12cb6b74 inet6_getname +EXPORT_SYMBOL vmlinux 0x12d7fc9c unpin_user_pages_dirty_lock +EXPORT_SYMBOL vmlinux 0x12edcae4 d_splice_alias +EXPORT_SYMBOL vmlinux 0x12f6f69c fb_videomode_to_var +EXPORT_SYMBOL vmlinux 0x12fe638d diag_stat_inc_norecursion +EXPORT_SYMBOL vmlinux 0x13110126 request_resource +EXPORT_SYMBOL vmlinux 0x13222fd6 dquot_initialize_needed +EXPORT_SYMBOL vmlinux 0x132a5c1a skb_push +EXPORT_SYMBOL vmlinux 0x1335cc85 commit_creds +EXPORT_SYMBOL vmlinux 0x1343d21d make_bad_inode +EXPORT_SYMBOL vmlinux 0x134ae78e input_mt_destroy_slots +EXPORT_SYMBOL vmlinux 0x137d050f pci_disable_msix +EXPORT_SYMBOL vmlinux 0x13854d04 xfrm_init_state +EXPORT_SYMBOL vmlinux 0x138a39b7 folio_migrate_mapping +EXPORT_SYMBOL vmlinux 0x1395b586 vfs_fsync_range +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 0x13e7b20c get_user_pages +EXPORT_SYMBOL vmlinux 0x13eb15c4 bpf_prog_get_type_path +EXPORT_SYMBOL vmlinux 0x13ff88c8 genlmsg_multicast_allns +EXPORT_SYMBOL vmlinux 0x14014806 inet_rcv_saddr_equal +EXPORT_SYMBOL vmlinux 0x140e45d7 input_register_handler +EXPORT_SYMBOL vmlinux 0x1451182d phy_attached_info_irq +EXPORT_SYMBOL vmlinux 0x14581d06 configfs_register_default_group +EXPORT_SYMBOL vmlinux 0x14605535 dma_fence_context_alloc +EXPORT_SYMBOL vmlinux 0x1460cbd3 dev_get_stats +EXPORT_SYMBOL vmlinux 0x146289b7 crc16_table +EXPORT_SYMBOL vmlinux 0x147d11ad security_sk_classify_flow +EXPORT_SYMBOL vmlinux 0x147d7290 xor_block_xc +EXPORT_SYMBOL vmlinux 0x14836972 netdev_lower_state_changed +EXPORT_SYMBOL vmlinux 0x1484bba7 netdev_reset_tc +EXPORT_SYMBOL vmlinux 0x149507f6 flow_block_cb_free +EXPORT_SYMBOL vmlinux 0x14c5e5b3 segment_warning +EXPORT_SYMBOL vmlinux 0x14c67e3e tcp_tx_delay_enabled +EXPORT_SYMBOL vmlinux 0x14c833c4 tag_pages_for_writeback +EXPORT_SYMBOL vmlinux 0x14d7477f console_list_unlock +EXPORT_SYMBOL vmlinux 0x14dbeb6b eth_validate_addr +EXPORT_SYMBOL vmlinux 0x14e6962c folio_wait_bit +EXPORT_SYMBOL vmlinux 0x14ec2a60 qdisc_hash_add +EXPORT_SYMBOL vmlinux 0x1505278c inet6_ioctl +EXPORT_SYMBOL vmlinux 0x15085e41 tty_port_lower_dtr_rts +EXPORT_SYMBOL vmlinux 0x1509f713 give_up_console +EXPORT_SYMBOL vmlinux 0x151f4898 schedule_timeout_uninterruptible +EXPORT_SYMBOL vmlinux 0x1526b301 unix_tot_inflight +EXPORT_SYMBOL vmlinux 0x152b169d dm_table_get_size +EXPORT_SYMBOL vmlinux 0x152ef214 tcp_initialize_rcv_mss +EXPORT_SYMBOL vmlinux 0x1535c5a3 radix_tree_delete_item +EXPORT_SYMBOL vmlinux 0x1538f6d6 iget_failed +EXPORT_SYMBOL vmlinux 0x154c6338 dm_kcopyd_client_destroy +EXPORT_SYMBOL vmlinux 0x15625cac filemap_release_folio +EXPORT_SYMBOL vmlinux 0x156f00f3 sg_pcopy_from_buffer +EXPORT_SYMBOL vmlinux 0x15809344 fs_param_is_s32 +EXPORT_SYMBOL vmlinux 0x1585db03 skb_add_rx_frag +EXPORT_SYMBOL vmlinux 0x15878acf phy_error +EXPORT_SYMBOL vmlinux 0x15acbf42 tcp_inbound_md5_hash +EXPORT_SYMBOL vmlinux 0x15b49bac vscnprintf +EXPORT_SYMBOL vmlinux 0x15b6cc6c dma_set_coherent_mask +EXPORT_SYMBOL vmlinux 0x15bafe29 unregister_md_cluster_operations +EXPORT_SYMBOL vmlinux 0x15be05ae ram_aops +EXPORT_SYMBOL vmlinux 0x15bed7a5 LZ4_decompress_safe_partial +EXPORT_SYMBOL vmlinux 0x15cfb2b3 _find_first_zero_bit_le +EXPORT_SYMBOL vmlinux 0x15d85a57 down_trylock +EXPORT_SYMBOL vmlinux 0x15e37111 inet_rtx_syn_ack +EXPORT_SYMBOL vmlinux 0x1618ebda tty_driver_flush_buffer +EXPORT_SYMBOL vmlinux 0x161f0527 configfs_register_subsystem +EXPORT_SYMBOL vmlinux 0x1626a03a nf_getsockopt +EXPORT_SYMBOL vmlinux 0x162893fd hashlen_string +EXPORT_SYMBOL vmlinux 0x1632bc21 kvasprintf_const +EXPORT_SYMBOL vmlinux 0x16445432 vc_resize +EXPORT_SYMBOL vmlinux 0x165509b5 tcp_disconnect +EXPORT_SYMBOL vmlinux 0x165d15e2 down_interruptible +EXPORT_SYMBOL vmlinux 0x1662fc5d __blk_mq_alloc_disk +EXPORT_SYMBOL vmlinux 0x16875af0 ___pskb_trim +EXPORT_SYMBOL vmlinux 0x16982636 sock_no_recvmsg +EXPORT_SYMBOL vmlinux 0x16a6cc5c fwnode_phy_find_device +EXPORT_SYMBOL vmlinux 0x16ccd78e tcp_time_wait +EXPORT_SYMBOL vmlinux 0x16e1ffac genphy_restart_aneg +EXPORT_SYMBOL vmlinux 0x16e297c3 bit_wait +EXPORT_SYMBOL vmlinux 0x171a3448 no_seek_end_llseek_size +EXPORT_SYMBOL vmlinux 0x171ccbb1 phy_config_aneg +EXPORT_SYMBOL vmlinux 0x1726ecea blk_queue_segment_boundary +EXPORT_SYMBOL vmlinux 0x175823e0 find_inode_nowait +EXPORT_SYMBOL vmlinux 0x17705701 folio_end_writeback +EXPORT_SYMBOL vmlinux 0x17b45080 __dec_node_page_state +EXPORT_SYMBOL vmlinux 0x17cc4ffe netpoll_poll_dev +EXPORT_SYMBOL vmlinux 0x17dfa1c5 tcf_exts_num_actions +EXPORT_SYMBOL vmlinux 0x17e296e8 netdev_warn +EXPORT_SYMBOL vmlinux 0x17e76d56 posix_acl_chmod +EXPORT_SYMBOL vmlinux 0x18256019 generic_fadvise +EXPORT_SYMBOL vmlinux 0x18345b8e __bitmap_replace +EXPORT_SYMBOL vmlinux 0x183c8873 request_firmware_nowait +EXPORT_SYMBOL vmlinux 0x1840ddb4 dev_loopback_xmit +EXPORT_SYMBOL vmlinux 0x18468450 ipv4_specific +EXPORT_SYMBOL vmlinux 0x184f9c39 request_firmware +EXPORT_SYMBOL vmlinux 0x1854b7e6 build_skb_around +EXPORT_SYMBOL vmlinux 0x185d3beb invalidate_disk +EXPORT_SYMBOL vmlinux 0x186c3d9b mr_mfc_find_parent +EXPORT_SYMBOL vmlinux 0x1880f774 blk_queue_flag_set +EXPORT_SYMBOL vmlinux 0x188119df jbd2_log_wait_commit +EXPORT_SYMBOL vmlinux 0x188ea314 jiffies_to_timespec64 +EXPORT_SYMBOL vmlinux 0x189b6bac memory_read_from_buffer +EXPORT_SYMBOL vmlinux 0x189cbe70 sockopt_release_sock +EXPORT_SYMBOL vmlinux 0x18b5cd9d skb_eth_pop +EXPORT_SYMBOL vmlinux 0x18b87cca sclp_deactivate +EXPORT_SYMBOL vmlinux 0x18c964fc netif_set_real_num_tx_queues +EXPORT_SYMBOL vmlinux 0x18d8d861 pci_wake_from_d3 +EXPORT_SYMBOL vmlinux 0x18e60984 __do_once_start +EXPORT_SYMBOL vmlinux 0x190652fa phy_attach_direct +EXPORT_SYMBOL vmlinux 0x19258227 pcix_set_mmrbc +EXPORT_SYMBOL vmlinux 0x19261e39 dev_add_pack +EXPORT_SYMBOL vmlinux 0x192f27b4 kill_litter_super +EXPORT_SYMBOL vmlinux 0x19320d2d scsicam_bios_param +EXPORT_SYMBOL vmlinux 0x193e0d27 neigh_resolve_output +EXPORT_SYMBOL vmlinux 0x1944f496 inode_get_bytes +EXPORT_SYMBOL vmlinux 0x1955c861 tcp_connect +EXPORT_SYMBOL vmlinux 0x1956bb4c __mdiobus_register +EXPORT_SYMBOL vmlinux 0x19635131 genphy_write_mmd_unsupported +EXPORT_SYMBOL vmlinux 0x196c3917 ccw_driver_unregister +EXPORT_SYMBOL vmlinux 0x19771f17 block_invalidate_folio +EXPORT_SYMBOL vmlinux 0x1984d421 out_of_line_wait_on_bit +EXPORT_SYMBOL vmlinux 0x19920f01 _dev_warn +EXPORT_SYMBOL vmlinux 0x199ed0cd net_disable_timestamp +EXPORT_SYMBOL vmlinux 0x19b3a477 phy_set_asym_pause +EXPORT_SYMBOL vmlinux 0x19bd383b security_secmark_refcount_dec +EXPORT_SYMBOL vmlinux 0x19f44f4d phy_ethtool_ksettings_set +EXPORT_SYMBOL vmlinux 0x19fb591d tty_port_block_til_ready +EXPORT_SYMBOL vmlinux 0x1a08d2ba VMALLOC_START +EXPORT_SYMBOL vmlinux 0x1a096171 kmem_cache_shrink +EXPORT_SYMBOL vmlinux 0x1a0d657a jbd2_transaction_committed +EXPORT_SYMBOL vmlinux 0x1a18077e pipe_lock +EXPORT_SYMBOL vmlinux 0x1a1f7186 page_mapping +EXPORT_SYMBOL vmlinux 0x1a274c54 nf_log_register +EXPORT_SYMBOL vmlinux 0x1a4171c6 pci_get_class +EXPORT_SYMBOL vmlinux 0x1a481938 dcache_readdir +EXPORT_SYMBOL vmlinux 0x1a5c539c filemap_flush +EXPORT_SYMBOL vmlinux 0x1a6065da debug_register_mode +EXPORT_SYMBOL vmlinux 0x1a6d7acb sock_setsockopt +EXPORT_SYMBOL vmlinux 0x1a6efc3b posix_lock_file +EXPORT_SYMBOL vmlinux 0x1a846e7b ccw_device_dma_zalloc +EXPORT_SYMBOL vmlinux 0x1a85d067 kernel_getsockname +EXPORT_SYMBOL vmlinux 0x1a8802e7 jbd2_journal_blocks_per_page +EXPORT_SYMBOL vmlinux 0x1a905732 netif_tx_wake_queue +EXPORT_SYMBOL vmlinux 0x1a9a433c prandom_u32_state +EXPORT_SYMBOL vmlinux 0x1aa7fb28 gen_pool_best_fit +EXPORT_SYMBOL vmlinux 0x1ab08d90 netdev_next_lower_dev_rcu +EXPORT_SYMBOL vmlinux 0x1ab0e1bc netdev_printk +EXPORT_SYMBOL vmlinux 0x1abf944a mode_strip_sgid +EXPORT_SYMBOL vmlinux 0x1ac946cd __skb_flow_get_ports +EXPORT_SYMBOL vmlinux 0x1adb02dc init_task +EXPORT_SYMBOL vmlinux 0x1ae59362 sock_set_rcvbuf +EXPORT_SYMBOL vmlinux 0x1afd1dc0 phy_init_eee +EXPORT_SYMBOL vmlinux 0x1b015d25 bitmap_parselist +EXPORT_SYMBOL vmlinux 0x1b132904 forget_cached_acl +EXPORT_SYMBOL vmlinux 0x1b1d308e module_layout +EXPORT_SYMBOL vmlinux 0x1b318614 pin_user_pages +EXPORT_SYMBOL vmlinux 0x1b37c92b genphy_check_and_restart_aneg +EXPORT_SYMBOL vmlinux 0x1b495fac write_cache_pages +EXPORT_SYMBOL vmlinux 0x1b6314fd in_aton +EXPORT_SYMBOL vmlinux 0x1b676a3b inet_dgram_connect +EXPORT_SYMBOL vmlinux 0x1b777357 rdmacg_unregister_device +EXPORT_SYMBOL vmlinux 0x1b7d9b0f tty_check_change +EXPORT_SYMBOL vmlinux 0x1b827ddc xfrm6_protocol_register +EXPORT_SYMBOL vmlinux 0x1b8f50cb eth_prepare_mac_addr_change +EXPORT_SYMBOL vmlinux 0x1ba02272 __break_lease +EXPORT_SYMBOL vmlinux 0x1ba04458 sg_pcopy_to_buffer +EXPORT_SYMBOL vmlinux 0x1ba7a258 pcie_bandwidth_available +EXPORT_SYMBOL vmlinux 0x1bb51249 tcp_have_smc +EXPORT_SYMBOL vmlinux 0x1bbc748f set_page_writeback +EXPORT_SYMBOL vmlinux 0x1bbd66be md_bitmap_close_sync +EXPORT_SYMBOL vmlinux 0x1be76e97 inet_csk_destroy_sock +EXPORT_SYMBOL vmlinux 0x1bf853a9 super_setup_bdi_name +EXPORT_SYMBOL vmlinux 0x1c04d3aa bio_copy_data +EXPORT_SYMBOL vmlinux 0x1c08d211 bpf_link_get_from_fd +EXPORT_SYMBOL vmlinux 0x1c0e3c53 xp_dma_unmap +EXPORT_SYMBOL vmlinux 0x1c240b6c vfs_unlink +EXPORT_SYMBOL vmlinux 0x1c299266 tty_insert_flip_string_fixed_flag +EXPORT_SYMBOL vmlinux 0x1c2a0687 __dynamic_ibdev_dbg +EXPORT_SYMBOL vmlinux 0x1c396042 pcix_get_mmrbc +EXPORT_SYMBOL vmlinux 0x1c4112fd input_set_max_poll_interval +EXPORT_SYMBOL vmlinux 0x1c65d1e3 ioremap_wt +EXPORT_SYMBOL vmlinux 0x1c6639a2 rt_dst_alloc +EXPORT_SYMBOL vmlinux 0x1c664434 __write_overflow_field +EXPORT_SYMBOL vmlinux 0x1c6ab2a3 skb_realloc_headroom +EXPORT_SYMBOL vmlinux 0x1c8d9fc1 _dev_err +EXPORT_SYMBOL vmlinux 0x1c8df6ee alloc_buffer_head +EXPORT_SYMBOL vmlinux 0x1ca17e06 dev_set_allmulti +EXPORT_SYMBOL vmlinux 0x1ca307d3 xfrm_state_delete_tunnel +EXPORT_SYMBOL vmlinux 0x1cb3a737 pci_get_slot +EXPORT_SYMBOL vmlinux 0x1cbfb123 hdmi_infoframe_pack_only +EXPORT_SYMBOL vmlinux 0x1cc11154 __SCK__tp_func_mmap_lock_start_locking +EXPORT_SYMBOL vmlinux 0x1cc50bc4 __sock_i_ino +EXPORT_SYMBOL vmlinux 0x1cca76a1 tcp_stream_memory_free +EXPORT_SYMBOL vmlinux 0x1cd08ecc tty_hung_up_p +EXPORT_SYMBOL vmlinux 0x1ce26a63 zstd_flush_stream +EXPORT_SYMBOL vmlinux 0x1ce34507 genphy_read_master_slave +EXPORT_SYMBOL vmlinux 0x1cf2ffb8 filemap_map_pages +EXPORT_SYMBOL vmlinux 0x1d16ca23 ip_getsockopt +EXPORT_SYMBOL vmlinux 0x1d17602d make_kuid +EXPORT_SYMBOL vmlinux 0x1d201953 blk_mq_kick_requeue_list +EXPORT_SYMBOL vmlinux 0x1d216a6b mutex_lock_killable +EXPORT_SYMBOL vmlinux 0x1d3e2765 iucv_path_quiesce +EXPORT_SYMBOL vmlinux 0x1d449b90 dfltcc_can_deflate +EXPORT_SYMBOL vmlinux 0x1d5cedae __tracepoint_kfree +EXPORT_SYMBOL vmlinux 0x1d7197eb xfrm_lookup +EXPORT_SYMBOL vmlinux 0x1d8eb6ea kernel_sendmsg_locked +EXPORT_SYMBOL vmlinux 0x1d91e3be file_ns_capable +EXPORT_SYMBOL vmlinux 0x1d94951a sock_no_listen +EXPORT_SYMBOL vmlinux 0x1d975748 ns_capable_setid +EXPORT_SYMBOL vmlinux 0x1d9a68f0 napi_consume_skb +EXPORT_SYMBOL vmlinux 0x1dadd920 __kmalloc +EXPORT_SYMBOL vmlinux 0x1dc4041d take_dentry_name_snapshot +EXPORT_SYMBOL vmlinux 0x1dc6c93b lookup_user_key +EXPORT_SYMBOL vmlinux 0x1dc9abb8 iov_iter_advance +EXPORT_SYMBOL vmlinux 0x1dcb2912 __blk_mq_end_request +EXPORT_SYMBOL vmlinux 0x1dd571e6 fb_copy_cmap +EXPORT_SYMBOL vmlinux 0x1ddabf67 __debug_sprintf_exception +EXPORT_SYMBOL vmlinux 0x1de4ccb2 get_sg_io_hdr +EXPORT_SYMBOL vmlinux 0x1de5127e kstrtou16_from_user +EXPORT_SYMBOL vmlinux 0x1deea95d show_init_ipc_ns +EXPORT_SYMBOL vmlinux 0x1df158be get_fs_type +EXPORT_SYMBOL vmlinux 0x1df7c980 phy_print_status +EXPORT_SYMBOL vmlinux 0x1dfe0b45 rawv6_mh_filter_unregister +EXPORT_SYMBOL vmlinux 0x1e054ff4 md_bitmap_free +EXPORT_SYMBOL vmlinux 0x1e0a0c24 mod_timer_pending +EXPORT_SYMBOL vmlinux 0x1e1f28de xfrm_policy_walk +EXPORT_SYMBOL vmlinux 0x1e302ef0 blkdev_compat_ptr_ioctl +EXPORT_SYMBOL vmlinux 0x1e42ddc6 bio_init_clone +EXPORT_SYMBOL vmlinux 0x1e4a2da4 xp_alloc_batch +EXPORT_SYMBOL vmlinux 0x1e55c39d blk_queue_flag_clear +EXPORT_SYMBOL vmlinux 0x1e5c238a register_key_type +EXPORT_SYMBOL vmlinux 0x1e62467a phy_ethtool_get_strings +EXPORT_SYMBOL vmlinux 0x1e63fe69 vcalloc +EXPORT_SYMBOL vmlinux 0x1e6d26a8 strstr +EXPORT_SYMBOL vmlinux 0x1e73a6d2 rtnl_offload_xstats_notify +EXPORT_SYMBOL vmlinux 0x1e8008fd bio_add_pc_page +EXPORT_SYMBOL vmlinux 0x1e8a161a crc_t10dif_generic +EXPORT_SYMBOL vmlinux 0x1e9edfb7 seq_hlist_start_head_rcu +EXPORT_SYMBOL vmlinux 0x1eaed425 blkdev_issue_zeroout +EXPORT_SYMBOL vmlinux 0x1eaface2 uv_info +EXPORT_SYMBOL vmlinux 0x1eb819c2 skb_queue_tail +EXPORT_SYMBOL vmlinux 0x1ec0f72d udp_sendmsg +EXPORT_SYMBOL vmlinux 0x1ed7eb60 __sg_free_table +EXPORT_SYMBOL vmlinux 0x1ed9c897 bio_reset +EXPORT_SYMBOL vmlinux 0x1edb69d6 ktime_get_raw_ts64 +EXPORT_SYMBOL vmlinux 0x1ee4a5bd fifo_set_limit +EXPORT_SYMBOL vmlinux 0x1ee7c13c tcp_mmap +EXPORT_SYMBOL vmlinux 0x1f11f742 pcie_capability_clear_and_set_dword +EXPORT_SYMBOL vmlinux 0x1f1b5150 unix_detach_fds +EXPORT_SYMBOL vmlinux 0x1f68def8 pci_resize_resource +EXPORT_SYMBOL vmlinux 0x1f69df71 pfifo_qdisc_ops +EXPORT_SYMBOL vmlinux 0x1f89e0e8 input_unregister_device +EXPORT_SYMBOL vmlinux 0x1f8d35ce neigh_lookup +EXPORT_SYMBOL vmlinux 0x1f95657b mempool_resize +EXPORT_SYMBOL vmlinux 0x1fb27078 tcw_get_tccb +EXPORT_SYMBOL vmlinux 0x1fbd16da ip_tos2prio +EXPORT_SYMBOL vmlinux 0x1fbeff5d pskb_trim_rcsum_slow +EXPORT_SYMBOL vmlinux 0x1fcb720d tcp_sockets_allocated +EXPORT_SYMBOL vmlinux 0x1fda8755 __memset32 +EXPORT_SYMBOL vmlinux 0x1fddae42 jbd2_journal_lock_updates +EXPORT_SYMBOL vmlinux 0x20000329 simple_strtoul +EXPORT_SYMBOL vmlinux 0x20050ce6 unix_gc_lock +EXPORT_SYMBOL vmlinux 0x200b2041 in6addr_any +EXPORT_SYMBOL vmlinux 0x200b563a crypto_sha512_update +EXPORT_SYMBOL vmlinux 0x20143a04 fib_notifier_ops_register +EXPORT_SYMBOL vmlinux 0x2014a246 __siphash_unaligned +EXPORT_SYMBOL vmlinux 0x201d86f5 inet_frag_reasm_finish +EXPORT_SYMBOL vmlinux 0x20207dd0 get_tree_single +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 0x20618872 __cgroup_bpf_run_filter_sock_addr +EXPORT_SYMBOL vmlinux 0x2064b715 from_kprojid +EXPORT_SYMBOL vmlinux 0x20745c8d skb_copy_datagram_iter +EXPORT_SYMBOL vmlinux 0x2076afda may_umount_tree +EXPORT_SYMBOL vmlinux 0x20973b94 segment_unload +EXPORT_SYMBOL vmlinux 0x209ffb1c netlink_rcv_skb +EXPORT_SYMBOL vmlinux 0x20a789ac irq_set_chip_data +EXPORT_SYMBOL vmlinux 0x20d65e40 fb_find_nearest_mode +EXPORT_SYMBOL vmlinux 0x20d9a5d9 pci_bus_read_config_word +EXPORT_SYMBOL vmlinux 0x20e38506 folio_unlock +EXPORT_SYMBOL vmlinux 0x20e5a741 phy_ethtool_get_link_ksettings +EXPORT_SYMBOL vmlinux 0x20ecf4eb phy_drivers_unregister +EXPORT_SYMBOL vmlinux 0x20ee076e itcw_add_tidaw +EXPORT_SYMBOL vmlinux 0x2128b0d0 skb_dump +EXPORT_SYMBOL vmlinux 0x213c90ff skb_find_text +EXPORT_SYMBOL vmlinux 0x213db2c6 simple_open +EXPORT_SYMBOL vmlinux 0x2150b6df ccw_device_set_offline +EXPORT_SYMBOL vmlinux 0x2186b959 has_capability +EXPORT_SYMBOL vmlinux 0x218e600b pci_add_resource_offset +EXPORT_SYMBOL vmlinux 0x21bdb523 errseq_check_and_advance +EXPORT_SYMBOL vmlinux 0x21be37e1 hdmi_avi_infoframe_check +EXPORT_SYMBOL vmlinux 0x21e13cb3 inet_peer_xrlim_allow +EXPORT_SYMBOL vmlinux 0x21ea5251 __bitmap_weight +EXPORT_SYMBOL vmlinux 0x21ea83bc zstd_reset_cstream +EXPORT_SYMBOL vmlinux 0x22006ae3 neigh_seq_stop +EXPORT_SYMBOL vmlinux 0x22070a94 netdev_has_any_upper_dev +EXPORT_SYMBOL vmlinux 0x2210642c sclp_ap_deconfigure +EXPORT_SYMBOL vmlinux 0x221229f3 fscrypt_decrypt_block_inplace +EXPORT_SYMBOL vmlinux 0x221567e6 __traceiter_s390_cio_tpi +EXPORT_SYMBOL vmlinux 0x2220fd07 tcp_seq_next +EXPORT_SYMBOL vmlinux 0x222a9d0b get_bitmap_from_slot +EXPORT_SYMBOL vmlinux 0x222e7ce2 sysfs_streq +EXPORT_SYMBOL vmlinux 0x223fdc06 qdisc_watchdog_cancel +EXPORT_SYMBOL vmlinux 0x2249556e devm_request_threaded_irq +EXPORT_SYMBOL vmlinux 0x225fa862 phy_ethtool_ksettings_get +EXPORT_SYMBOL vmlinux 0x227ec6dc inode_add_bytes +EXPORT_SYMBOL vmlinux 0x22b325d5 kd_mksound +EXPORT_SYMBOL vmlinux 0x22c1e855 inet_sk_get_local_port_range +EXPORT_SYMBOL vmlinux 0x22d0ef7f nf_unregister_net_hook +EXPORT_SYMBOL vmlinux 0x22d8b43c tcp_make_synack +EXPORT_SYMBOL vmlinux 0x22dd6d51 tccb_init +EXPORT_SYMBOL vmlinux 0x22e6df99 ndisc_send_skb +EXPORT_SYMBOL vmlinux 0x22eb1560 scsi_test_unit_ready +EXPORT_SYMBOL vmlinux 0x22ef2f05 pin_user_pages_unlocked +EXPORT_SYMBOL vmlinux 0x22f73eb3 proc_mkdir_mode +EXPORT_SYMBOL vmlinux 0x22fff3cd netdev_unbind_sb_channel +EXPORT_SYMBOL vmlinux 0x230b239f udp6_seq_ops +EXPORT_SYMBOL vmlinux 0x23196838 fs_bio_set +EXPORT_SYMBOL vmlinux 0x23450262 seq_bprintf +EXPORT_SYMBOL vmlinux 0x234ce627 sdev_enable_disk_events +EXPORT_SYMBOL vmlinux 0x2353e6f4 md_write_inc +EXPORT_SYMBOL vmlinux 0x2364c85a tasklet_init +EXPORT_SYMBOL vmlinux 0x236b042e tcp_v4_conn_request +EXPORT_SYMBOL vmlinux 0x236c8c64 memcpy +EXPORT_SYMBOL vmlinux 0x23924a48 prepare_to_wait_event +EXPORT_SYMBOL vmlinux 0x2395346e padata_alloc +EXPORT_SYMBOL vmlinux 0x23b04913 bmap +EXPORT_SYMBOL vmlinux 0x23b12fca pci_ep_cfs_remove_epc_group +EXPORT_SYMBOL vmlinux 0x23b1ab3f fuse_mount_destroy +EXPORT_SYMBOL vmlinux 0x23b28163 tcp_parse_options +EXPORT_SYMBOL vmlinux 0x23b63dad kthread_create_on_cpu +EXPORT_SYMBOL vmlinux 0x23b9d6e2 mangle_path +EXPORT_SYMBOL vmlinux 0x23dcc822 input_copy_abs +EXPORT_SYMBOL vmlinux 0x23eb8d07 path_put +EXPORT_SYMBOL vmlinux 0x23fd3028 vmalloc_node +EXPORT_SYMBOL vmlinux 0x241e5fbd ipv6_dev_mc_dec +EXPORT_SYMBOL vmlinux 0x242981e0 prepare_to_swait_exclusive +EXPORT_SYMBOL vmlinux 0x242f3562 irq_subclass_register +EXPORT_SYMBOL vmlinux 0x24376ccc kernel_write +EXPORT_SYMBOL vmlinux 0x243e6289 kbd_alloc +EXPORT_SYMBOL vmlinux 0x24419c94 page_pool_release_page +EXPORT_SYMBOL vmlinux 0x24464961 nf_ip6_checksum +EXPORT_SYMBOL vmlinux 0x2450b38c udp_lib_unhash +EXPORT_SYMBOL vmlinux 0x2459bbcc console_set_on_cmdline +EXPORT_SYMBOL vmlinux 0x246268b4 phy_driver_unregister +EXPORT_SYMBOL vmlinux 0x24626b93 __netlink_dump_start +EXPORT_SYMBOL vmlinux 0x246a351b kbd_keycode +EXPORT_SYMBOL vmlinux 0x247a3fe4 LZ4_decompress_fast_continue +EXPORT_SYMBOL vmlinux 0x249af4d0 __tcp_md5_do_lookup +EXPORT_SYMBOL vmlinux 0x24a90858 neigh_table_init +EXPORT_SYMBOL vmlinux 0x24b8528f mutex_trylock +EXPORT_SYMBOL vmlinux 0x24bc53b0 __traceiter_s390_cio_xsch +EXPORT_SYMBOL vmlinux 0x24cd09b4 seq_puts +EXPORT_SYMBOL vmlinux 0x24d273d1 add_timer +EXPORT_SYMBOL vmlinux 0x24e1b558 seg6_hmac_compute +EXPORT_SYMBOL vmlinux 0x24eaff7f put_cmsg_scm_timestamping +EXPORT_SYMBOL vmlinux 0x24eb23cb key_task_permission +EXPORT_SYMBOL vmlinux 0x250d1786 page_pool_destroy +EXPORT_SYMBOL vmlinux 0x250de20b flow_indr_dev_register +EXPORT_SYMBOL vmlinux 0x25129d8d grab_cache_page_write_begin +EXPORT_SYMBOL vmlinux 0x252332f1 __SCK__tp_func_mmap_lock_released +EXPORT_SYMBOL vmlinux 0x252cf375 scsi_kmap_atomic_sg +EXPORT_SYMBOL vmlinux 0x252fe7e4 down_read_interruptible +EXPORT_SYMBOL vmlinux 0x25308bf7 flow_rule_match_eth_addrs +EXPORT_SYMBOL vmlinux 0x2536aaa2 dev_mc_init +EXPORT_SYMBOL vmlinux 0x2548c032 __cpu_possible_mask +EXPORT_SYMBOL vmlinux 0x255cbe1f filemap_fdatawait_range +EXPORT_SYMBOL vmlinux 0x25647e9f netdev_lower_get_next_private_rcu +EXPORT_SYMBOL vmlinux 0x257c7bd8 inode_needs_sync +EXPORT_SYMBOL vmlinux 0x25820c64 fs_overflowuid +EXPORT_SYMBOL vmlinux 0x2587aa14 jbd2_journal_get_write_access +EXPORT_SYMBOL vmlinux 0x258d2f76 net_dim_get_tx_moderation +EXPORT_SYMBOL vmlinux 0x258d6a3f blkdev_issue_flush +EXPORT_SYMBOL vmlinux 0x25c87144 inet_proto_csum_replace4 +EXPORT_SYMBOL vmlinux 0x25e58a09 hdmi_avi_infoframe_init +EXPORT_SYMBOL vmlinux 0x25e9d4bd resource_list_free +EXPORT_SYMBOL vmlinux 0x25ec1b28 strlen +EXPORT_SYMBOL vmlinux 0x260a095a __sg_alloc_table +EXPORT_SYMBOL vmlinux 0x2628d0ae inet_addr_type_dev_table +EXPORT_SYMBOL vmlinux 0x263b22fc phy_connect_direct +EXPORT_SYMBOL vmlinux 0x263beb75 ecryptfs_get_versions +EXPORT_SYMBOL vmlinux 0x26415b70 clear_nlink +EXPORT_SYMBOL vmlinux 0x2641a1c6 diag224 +EXPORT_SYMBOL vmlinux 0x2661db51 scsi_register_driver +EXPORT_SYMBOL vmlinux 0x267a7933 dquot_get_next_dqblk +EXPORT_SYMBOL vmlinux 0x2688ec10 bitmap_zalloc +EXPORT_SYMBOL vmlinux 0x26897b52 mb_cache_entry_get +EXPORT_SYMBOL vmlinux 0x26a5b938 sclp_pci_configure +EXPORT_SYMBOL vmlinux 0x26b9f491 nf_setsockopt +EXPORT_SYMBOL vmlinux 0x26c15572 vma_set_file +EXPORT_SYMBOL vmlinux 0x26d99a3c blk_mq_start_hw_queues +EXPORT_SYMBOL vmlinux 0x26e298e0 unregister_memory_notifier +EXPORT_SYMBOL vmlinux 0x26e6c34a ap_get_qdev +EXPORT_SYMBOL vmlinux 0x270cf88f dump_stack_lvl +EXPORT_SYMBOL vmlinux 0x272a8933 udp_memory_allocated +EXPORT_SYMBOL vmlinux 0x2733eaf7 scsi_dev_info_list_add_keyed +EXPORT_SYMBOL vmlinux 0x2745f8e2 block_commit_write +EXPORT_SYMBOL vmlinux 0x27479d14 param_free_charp +EXPORT_SYMBOL vmlinux 0x27586177 security_inode_copy_up +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 0x27615b0d fb_blank +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 0x27a8f51b do_wait_intr_irq +EXPORT_SYMBOL vmlinux 0x27bbf221 disable_irq_nosync +EXPORT_SYMBOL vmlinux 0x27bfb75b pagevec_lookup_range_tag +EXPORT_SYMBOL vmlinux 0x27cd280b pci_pme_capable +EXPORT_SYMBOL vmlinux 0x27cdca93 pci_add_resource +EXPORT_SYMBOL vmlinux 0x27d4ff30 fb_show_logo +EXPORT_SYMBOL vmlinux 0x27eb9cd1 tcw_set_intrg +EXPORT_SYMBOL vmlinux 0x281823c5 __kfifo_out_peek +EXPORT_SYMBOL vmlinux 0x284c723b block_write_begin +EXPORT_SYMBOL vmlinux 0x28670a8b blkdev_get_by_path +EXPORT_SYMBOL vmlinux 0x286a3661 airq_iv_scan +EXPORT_SYMBOL vmlinux 0x28712b0e abort_creds +EXPORT_SYMBOL vmlinux 0x2875a315 utf32_to_utf8 +EXPORT_SYMBOL vmlinux 0x28770997 xsk_clear_tx_need_wakeup +EXPORT_SYMBOL vmlinux 0x2880773c vfs_mkobj +EXPORT_SYMBOL vmlinux 0x288a7b63 console_start +EXPORT_SYMBOL vmlinux 0x28a0686a shrink_dcache_sb +EXPORT_SYMBOL vmlinux 0x28ecd36f jbd2_fc_end_commit_fallback +EXPORT_SYMBOL vmlinux 0x28f94604 __ubsan_handle_builtin_unreachable +EXPORT_SYMBOL vmlinux 0x29391e7d vm_munmap +EXPORT_SYMBOL vmlinux 0x2945f658 jbd2_journal_force_commit_nested +EXPORT_SYMBOL vmlinux 0x2956cf37 sclp_remove_processed +EXPORT_SYMBOL vmlinux 0x29604158 napi_busy_loop +EXPORT_SYMBOL vmlinux 0x29606fef xfrm_state_lookup_byspi +EXPORT_SYMBOL vmlinux 0x2966c07e dev_alloc_name +EXPORT_SYMBOL vmlinux 0x29704110 __xfrm_state_destroy +EXPORT_SYMBOL vmlinux 0x2975ae15 __ip_options_compile +EXPORT_SYMBOL vmlinux 0x29789394 empty_zero_page +EXPORT_SYMBOL vmlinux 0x2989487b nla_append +EXPORT_SYMBOL vmlinux 0x299cfb10 page_get_link +EXPORT_SYMBOL vmlinux 0x29a1274b bd_abort_claiming +EXPORT_SYMBOL vmlinux 0x29c782e5 kmem_cache_alloc_lru +EXPORT_SYMBOL vmlinux 0x29e720fa scsi_add_host_with_dma +EXPORT_SYMBOL vmlinux 0x2a078522 param_ops_uint +EXPORT_SYMBOL vmlinux 0x2a2087e9 inet_recvmsg +EXPORT_SYMBOL vmlinux 0x2a367be2 iov_iter_npages +EXPORT_SYMBOL vmlinux 0x2a41d203 dql_init +EXPORT_SYMBOL vmlinux 0x2a57bb0b param_set_hexint +EXPORT_SYMBOL vmlinux 0x2a6a5aac sockopt_capable +EXPORT_SYMBOL vmlinux 0x2a805563 __kernel_cpumcf_end +EXPORT_SYMBOL vmlinux 0x2a818d2e phy_ethtool_nway_reset +EXPORT_SYMBOL vmlinux 0x2a869f0d iterate_supers_type +EXPORT_SYMBOL vmlinux 0x2a8ab8f4 flow_rule_match_enc_ports +EXPORT_SYMBOL vmlinux 0x2a8e551d blk_set_stacking_limits +EXPORT_SYMBOL vmlinux 0x2aa71d0c proc_do_large_bitmap +EXPORT_SYMBOL vmlinux 0x2abf07bb block_is_partially_uptodate +EXPORT_SYMBOL vmlinux 0x2af3f454 ssch +EXPORT_SYMBOL vmlinux 0x2b1743dd generic_remap_file_range_prep +EXPORT_SYMBOL vmlinux 0x2b197b82 security_socket_socketpair +EXPORT_SYMBOL vmlinux 0x2b19fd91 writeback_inodes_sb_nr +EXPORT_SYMBOL vmlinux 0x2b21b559 raw3270_request_set_idal +EXPORT_SYMBOL vmlinux 0x2b31e736 generic_permission +EXPORT_SYMBOL vmlinux 0x2b33b72a pci_alloc_dev +EXPORT_SYMBOL vmlinux 0x2b33d2c0 inet_offloads +EXPORT_SYMBOL vmlinux 0x2b390249 vif_device_init +EXPORT_SYMBOL vmlinux 0x2b4b0402 tty_driver_kref_put +EXPORT_SYMBOL vmlinux 0x2b54af67 inode_owner_or_capable +EXPORT_SYMBOL vmlinux 0x2b5ecbc6 __traceiter_kmalloc +EXPORT_SYMBOL vmlinux 0x2b688550 netif_carrier_on +EXPORT_SYMBOL vmlinux 0x2b774810 input_allocate_device +EXPORT_SYMBOL vmlinux 0x2b78d79b iter_file_splice_write +EXPORT_SYMBOL vmlinux 0x2b8f169d configfs_depend_item_unlocked +EXPORT_SYMBOL vmlinux 0x2b9da7a4 genl_lock +EXPORT_SYMBOL vmlinux 0x2bbcaf07 arp_create +EXPORT_SYMBOL vmlinux 0x2bbe76f4 rps_sock_flow_table +EXPORT_SYMBOL vmlinux 0x2bc21233 proc_dointvec_userhz_jiffies +EXPORT_SYMBOL vmlinux 0x2be75e39 vfs_rmdir +EXPORT_SYMBOL vmlinux 0x2bec2579 register_sysctl_paths +EXPORT_SYMBOL vmlinux 0x2bec59b3 key_reject_and_link +EXPORT_SYMBOL vmlinux 0x2beefd14 dma_set_mask +EXPORT_SYMBOL vmlinux 0x2c0295d1 mark_info_dirty +EXPORT_SYMBOL vmlinux 0x2c256e1f input_scancode_to_scalar +EXPORT_SYMBOL vmlinux 0x2c35f69c jbd2_journal_flush +EXPORT_SYMBOL vmlinux 0x2c3b5e54 security_binder_transfer_file +EXPORT_SYMBOL vmlinux 0x2c5a6de7 ccw_device_get_ciw +EXPORT_SYMBOL vmlinux 0x2c646bda seg6_hmac_validate_skb +EXPORT_SYMBOL vmlinux 0x2c7ea357 mq_change_real_num_tx +EXPORT_SYMBOL vmlinux 0x2c82c36a security_secmark_relabel_packet +EXPORT_SYMBOL vmlinux 0x2cb75ff1 __tracepoint_s390_cio_tsch +EXPORT_SYMBOL vmlinux 0x2cbbceab init_net +EXPORT_SYMBOL vmlinux 0x2cbd23af trace_print_hex_dump_seq +EXPORT_SYMBOL vmlinux 0x2ccd059a dim_on_top +EXPORT_SYMBOL vmlinux 0x2ce074f0 drop_super +EXPORT_SYMBOL vmlinux 0x2ce4f2d0 netdev_upper_get_next_dev_rcu +EXPORT_SYMBOL vmlinux 0x2cf56265 __dynamic_pr_debug +EXPORT_SYMBOL vmlinux 0x2cfb7aad update_region +EXPORT_SYMBOL vmlinux 0x2d140a58 genl_unlock +EXPORT_SYMBOL vmlinux 0x2d276715 neigh_proc_dointvec +EXPORT_SYMBOL vmlinux 0x2d30596c from_kqid_munged +EXPORT_SYMBOL vmlinux 0x2d3385d3 system_wq +EXPORT_SYMBOL vmlinux 0x2d39b0a7 kstrdup +EXPORT_SYMBOL vmlinux 0x2d3e9823 zpool_register_driver +EXPORT_SYMBOL vmlinux 0x2d4c773a hdmi_spd_infoframe_init +EXPORT_SYMBOL vmlinux 0x2d4daef5 find_font +EXPORT_SYMBOL vmlinux 0x2d5afa65 pci_release_regions +EXPORT_SYMBOL vmlinux 0x2d61a458 __folio_alloc +EXPORT_SYMBOL vmlinux 0x2d776ba8 d_obtain_root +EXPORT_SYMBOL vmlinux 0x2d82b867 platform_get_ethdev_address +EXPORT_SYMBOL vmlinux 0x2d832cbf utf8_casefold +EXPORT_SYMBOL vmlinux 0x2d90f786 sock_create +EXPORT_SYMBOL vmlinux 0x2d994605 security_inode_copy_up_xattr +EXPORT_SYMBOL vmlinux 0x2da5a1a8 tc_cleanup_offload_action +EXPORT_SYMBOL vmlinux 0x2da65317 napi_enable +EXPORT_SYMBOL vmlinux 0x2db22607 xfrm_lookup_route +EXPORT_SYMBOL vmlinux 0x2ddb834b __xa_alloc +EXPORT_SYMBOL vmlinux 0x2de125c0 page_frag_alloc_align +EXPORT_SYMBOL vmlinux 0x2de63c76 unregister_nexthop_notifier +EXPORT_SYMBOL vmlinux 0x2de88fbe send_sig_info +EXPORT_SYMBOL vmlinux 0x2e16b02f xfrm_unregister_type_offload +EXPORT_SYMBOL vmlinux 0x2e22ffe7 xfrm4_udp_encap_rcv +EXPORT_SYMBOL vmlinux 0x2e3c5950 radix_tree_gang_lookup_tag_slot +EXPORT_SYMBOL vmlinux 0x2e53daa4 filemap_page_mkwrite +EXPORT_SYMBOL vmlinux 0x2e5fe036 __skb_ext_put +EXPORT_SYMBOL vmlinux 0x2e7709e5 __traceiter_mmap_lock_acquire_returned +EXPORT_SYMBOL vmlinux 0x2e8cf930 jbd2_journal_init_jbd_inode +EXPORT_SYMBOL vmlinux 0x2e91ccd6 fscrypt_free_inode +EXPORT_SYMBOL vmlinux 0x2ea57773 page_zero_new_buffers +EXPORT_SYMBOL vmlinux 0x2ea62f3a pcie_get_speed_cap +EXPORT_SYMBOL vmlinux 0x2eafc028 fscrypt_encrypt_block_inplace +EXPORT_SYMBOL vmlinux 0x2ebe9eaa vfs_iter_read +EXPORT_SYMBOL vmlinux 0x2ec6bba0 errseq_set +EXPORT_SYMBOL vmlinux 0x2ec9132c sb_set_blocksize +EXPORT_SYMBOL vmlinux 0x2eeea815 xfrm_dst_ifdown +EXPORT_SYMBOL vmlinux 0x2ef5661d segment_modify_shared +EXPORT_SYMBOL vmlinux 0x2ef71c9f tcp_fastopen_defer_connect +EXPORT_SYMBOL vmlinux 0x2ef9626b __ip_mc_inc_group +EXPORT_SYMBOL vmlinux 0x2efda6d1 dma_unmap_page_attrs +EXPORT_SYMBOL vmlinux 0x2efef982 build_skb +EXPORT_SYMBOL vmlinux 0x2f03fc4b security_secmark_refcount_inc +EXPORT_SYMBOL vmlinux 0x2f1a20ed proto_register +EXPORT_SYMBOL vmlinux 0x2f1e4e8d dma_get_sgtable_attrs +EXPORT_SYMBOL vmlinux 0x2f2e91b2 security_ib_alloc_security +EXPORT_SYMBOL vmlinux 0x2f33d211 netdev_lower_get_next +EXPORT_SYMBOL vmlinux 0x2f5a5635 _copy_to_iter +EXPORT_SYMBOL vmlinux 0x2f709124 gnet_stats_copy_app +EXPORT_SYMBOL vmlinux 0x2f7754a8 dma_pool_free +EXPORT_SYMBOL vmlinux 0x2f784dbd key_link +EXPORT_SYMBOL vmlinux 0x2f804310 simple_recursive_removal +EXPORT_SYMBOL vmlinux 0x2f8582a0 genl_unregister_family +EXPORT_SYMBOL vmlinux 0x2fa5a500 memcmp +EXPORT_SYMBOL vmlinux 0x2fbc72bc ndisc_mc_map +EXPORT_SYMBOL vmlinux 0x2fc8855e skb_clone_sk +EXPORT_SYMBOL vmlinux 0x2fd09944 blake2s_update +EXPORT_SYMBOL vmlinux 0x2fddc9cb __inc_zone_page_state +EXPORT_SYMBOL vmlinux 0x2fde5fac sock_queue_err_skb +EXPORT_SYMBOL vmlinux 0x2fe252cc unregister_inet6addr_notifier +EXPORT_SYMBOL vmlinux 0x2fe993fb __set_page_dirty_nobuffers +EXPORT_SYMBOL vmlinux 0x2ff80109 tcp_v4_destroy_sock +EXPORT_SYMBOL vmlinux 0x2ffffb6f _ebc_tolower +EXPORT_SYMBOL vmlinux 0x30073110 page_symlink_inode_operations +EXPORT_SYMBOL vmlinux 0x300d6be4 __irq_regs +EXPORT_SYMBOL vmlinux 0x30178d7f jbd2_journal_abort +EXPORT_SYMBOL vmlinux 0x3029943f xfrm4_protocol_register +EXPORT_SYMBOL vmlinux 0x3057253a __sock_cmsg_send +EXPORT_SYMBOL vmlinux 0x3096be16 names_cachep +EXPORT_SYMBOL vmlinux 0x30a428e5 security_binder_transaction +EXPORT_SYMBOL vmlinux 0x30a80826 __kfifo_from_user +EXPORT_SYMBOL vmlinux 0x30acfde9 hsiphash_2u32 +EXPORT_SYMBOL vmlinux 0x30bda6e9 generic_writepages +EXPORT_SYMBOL vmlinux 0x30ebcc98 fs_param_is_u32 +EXPORT_SYMBOL vmlinux 0x30ec9009 sk_free +EXPORT_SYMBOL vmlinux 0x30ecc4e2 param_set_ushort +EXPORT_SYMBOL vmlinux 0x311290f5 pcie_get_width_cap +EXPORT_SYMBOL vmlinux 0x3126a9e8 siphash_1u64 +EXPORT_SYMBOL vmlinux 0x312ed932 verify_spi_info +EXPORT_SYMBOL vmlinux 0x31475e37 dma_fence_array_first +EXPORT_SYMBOL vmlinux 0x3154fa53 tcp_md5_do_del +EXPORT_SYMBOL vmlinux 0x3194c08a finish_open +EXPORT_SYMBOL vmlinux 0x31958cec zpci_report_error +EXPORT_SYMBOL vmlinux 0x31a34dc6 dma_fence_match_context +EXPORT_SYMBOL vmlinux 0x31bbfaba netdev_notice +EXPORT_SYMBOL vmlinux 0x31e7b349 key_create_or_update +EXPORT_SYMBOL vmlinux 0x31f332bc try_to_writeback_inodes_sb +EXPORT_SYMBOL vmlinux 0x3221df67 __bitmap_subset +EXPORT_SYMBOL vmlinux 0x32233589 framebuffer_release +EXPORT_SYMBOL vmlinux 0x32311a99 jbd2_journal_ack_err +EXPORT_SYMBOL vmlinux 0x3253c541 ip_output +EXPORT_SYMBOL vmlinux 0x3280650d generic_set_encrypted_ci_d_ops +EXPORT_SYMBOL vmlinux 0x3283e6b0 prandom_seed_full_state +EXPORT_SYMBOL vmlinux 0x3289eebb class3270 +EXPORT_SYMBOL vmlinux 0x3291095c md_update_sb +EXPORT_SYMBOL vmlinux 0x329ad4ea phy_init_hw +EXPORT_SYMBOL vmlinux 0x329c70a2 param_ops_charp +EXPORT_SYMBOL vmlinux 0x32c6a2d8 _ebcasc_500 +EXPORT_SYMBOL vmlinux 0x32ce3777 radix_tree_preload +EXPORT_SYMBOL vmlinux 0x3302bee0 tcf_exts_change +EXPORT_SYMBOL vmlinux 0x3311a6f9 kfree_skb_list_reason +EXPORT_SYMBOL vmlinux 0x33170bb5 sock_no_sendpage +EXPORT_SYMBOL vmlinux 0x331de0b9 kstrtos8_from_user +EXPORT_SYMBOL vmlinux 0x332fe85d tcp_simple_retransmit +EXPORT_SYMBOL vmlinux 0x33492f07 tty_vhangup +EXPORT_SYMBOL vmlinux 0x334b1f2c phy_reset_after_clk_enable +EXPORT_SYMBOL vmlinux 0x33505f6b fwnode_get_mac_address +EXPORT_SYMBOL vmlinux 0x3362a5ac udp_table +EXPORT_SYMBOL vmlinux 0x33791720 xfrm_if_register_cb +EXPORT_SYMBOL vmlinux 0x337ad4c3 get_pgste +EXPORT_SYMBOL vmlinux 0x337cf60a __ip4_datagram_connect +EXPORT_SYMBOL vmlinux 0x3384c645 md_wait_for_blocked_rdev +EXPORT_SYMBOL vmlinux 0x33b17dcc md_wakeup_thread +EXPORT_SYMBOL vmlinux 0x33c3084c skb_vlan_untag +EXPORT_SYMBOL vmlinux 0x33d68b76 skb_vlan_push +EXPORT_SYMBOL vmlinux 0x33d75336 iov_iter_pipe +EXPORT_SYMBOL vmlinux 0x33e8b3dd file_modified +EXPORT_SYMBOL vmlinux 0x33eb302c mdiobus_free +EXPORT_SYMBOL vmlinux 0x33f53f0b phy_attach +EXPORT_SYMBOL vmlinux 0x33f74de3 _ascebc_500 +EXPORT_SYMBOL vmlinux 0x33fa677f rename_lock +EXPORT_SYMBOL vmlinux 0x3400a597 __xfrm_dst_lookup +EXPORT_SYMBOL vmlinux 0x34046404 netpoll_print_options +EXPORT_SYMBOL vmlinux 0x3417a868 tcp_v4_syn_recv_sock +EXPORT_SYMBOL vmlinux 0x341b98b1 phy_do_ioctl_running +EXPORT_SYMBOL vmlinux 0x344fae5c md_integrity_register +EXPORT_SYMBOL vmlinux 0x345712f5 tcp_sock_set_keepintvl +EXPORT_SYMBOL vmlinux 0x3487e15e netdev_set_num_tc +EXPORT_SYMBOL vmlinux 0x34893081 kmalloc_caches +EXPORT_SYMBOL vmlinux 0x3489dace dec_zone_page_state +EXPORT_SYMBOL vmlinux 0x3498048a sk_reset_timer +EXPORT_SYMBOL vmlinux 0x349c1bbe netdev_features_change +EXPORT_SYMBOL vmlinux 0x349cba85 strchr +EXPORT_SYMBOL vmlinux 0x34b587ee pci_bus_size_bridges +EXPORT_SYMBOL vmlinux 0x34c7cdbc lookup_bdev +EXPORT_SYMBOL vmlinux 0x34d31d39 security_path_mkdir +EXPORT_SYMBOL vmlinux 0x34f3484e security_tun_dev_attach_queue +EXPORT_SYMBOL vmlinux 0x3517383e register_reboot_notifier +EXPORT_SYMBOL vmlinux 0x352b6180 dev_open +EXPORT_SYMBOL vmlinux 0x356071c2 xfrm_input +EXPORT_SYMBOL vmlinux 0x35677ccc __inode_add_bytes +EXPORT_SYMBOL vmlinux 0x358c6394 sock_wfree +EXPORT_SYMBOL vmlinux 0x35a88f28 zlib_inflateInit2 +EXPORT_SYMBOL vmlinux 0x35ba0e63 ccw_device_clear_options +EXPORT_SYMBOL vmlinux 0x35bf26f6 cdev_add +EXPORT_SYMBOL vmlinux 0x35c02f11 blk_rq_unmap_user +EXPORT_SYMBOL vmlinux 0x35c447c2 dev_get_port_parent_id +EXPORT_SYMBOL vmlinux 0x35d71012 ping_prot +EXPORT_SYMBOL vmlinux 0x3602aba9 raw3270_register_notifier +EXPORT_SYMBOL vmlinux 0x3608ce6d seq_open_private +EXPORT_SYMBOL vmlinux 0x3609bf7b pci_setup_cardbus +EXPORT_SYMBOL vmlinux 0x36110dd8 generic_file_mmap +EXPORT_SYMBOL vmlinux 0x3655924a security_sock_graft +EXPORT_SYMBOL vmlinux 0x36580834 xfrm_unregister_type +EXPORT_SYMBOL vmlinux 0x365acda7 set_normalized_timespec64 +EXPORT_SYMBOL vmlinux 0x365e7911 kstrdup_const +EXPORT_SYMBOL vmlinux 0x368a0869 nla_put_64bit +EXPORT_SYMBOL vmlinux 0x369dbb6b phy_device_remove +EXPORT_SYMBOL vmlinux 0x36b47dc4 free_buffer_head +EXPORT_SYMBOL vmlinux 0x36c02403 ccw_device_dma_free +EXPORT_SYMBOL vmlinux 0x36d6526a kobject_init +EXPORT_SYMBOL vmlinux 0x36d8ce6c __phy_read_mmd +EXPORT_SYMBOL vmlinux 0x36e7082f mtree_store_range +EXPORT_SYMBOL vmlinux 0x3703a849 proc_create_seq_private +EXPORT_SYMBOL vmlinux 0x370756ff bitmap_print_bitmask_to_buf +EXPORT_SYMBOL vmlinux 0x3718f097 audit_log_start +EXPORT_SYMBOL vmlinux 0x3719412e netif_set_tso_max_size +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 0x3755f990 gf128mul_init_64k_bbe +EXPORT_SYMBOL vmlinux 0x375ac910 gen_pool_add_owner +EXPORT_SYMBOL vmlinux 0x378f7379 dquot_transfer +EXPORT_SYMBOL vmlinux 0x37befc70 jiffies_to_msecs +EXPORT_SYMBOL vmlinux 0x37df8cd3 vlan_dev_real_dev +EXPORT_SYMBOL vmlinux 0x380ec283 bit_waitqueue +EXPORT_SYMBOL vmlinux 0x380fcbb3 locks_delete_block +EXPORT_SYMBOL vmlinux 0x3814cb47 neigh_parms_release +EXPORT_SYMBOL vmlinux 0x381a798a setup_max_cpus +EXPORT_SYMBOL vmlinux 0x38234db4 kmalloc_trace +EXPORT_SYMBOL vmlinux 0x3832522f __crc32c_le_shift +EXPORT_SYMBOL vmlinux 0x384857d3 pci_enable_device +EXPORT_SYMBOL vmlinux 0x384a7998 generic_file_llseek_size +EXPORT_SYMBOL vmlinux 0x3854774b kstrtoll +EXPORT_SYMBOL vmlinux 0x385adfff phy_remove_link_mode +EXPORT_SYMBOL vmlinux 0x386f655d flow_rule_match_enc_control +EXPORT_SYMBOL vmlinux 0x38740c03 mdio_device_register +EXPORT_SYMBOL vmlinux 0x38817947 bio_add_page +EXPORT_SYMBOL vmlinux 0x3884ce63 cdrom_mode_sense +EXPORT_SYMBOL vmlinux 0x38869d88 kstat +EXPORT_SYMBOL vmlinux 0x3891ffc8 ecryptfs_fill_auth_tok +EXPORT_SYMBOL vmlinux 0x38a52db1 dma_fence_init +EXPORT_SYMBOL vmlinux 0x38a71b7e pci_free_resource_list +EXPORT_SYMBOL vmlinux 0x38a9f7c5 in6addr_loopback +EXPORT_SYMBOL vmlinux 0x38c0649b mdio_device_remove +EXPORT_SYMBOL vmlinux 0x38cfff67 folio_migrate_flags +EXPORT_SYMBOL vmlinux 0x38e78c52 trace_event_printf +EXPORT_SYMBOL vmlinux 0x38f667a7 pci_prepare_to_sleep +EXPORT_SYMBOL vmlinux 0x38faf2ac flow_rule_match_mpls +EXPORT_SYMBOL vmlinux 0x390ed5d2 xsk_tx_peek_release_desc_batch +EXPORT_SYMBOL vmlinux 0x391836b0 locks_lock_inode_wait +EXPORT_SYMBOL vmlinux 0x391df80a netstamp_needed_key +EXPORT_SYMBOL vmlinux 0x39461d6a in_egroup_p +EXPORT_SYMBOL vmlinux 0x394a1e11 phy_sfp_attach +EXPORT_SYMBOL vmlinux 0x3979ce0c xfrm_input_resume +EXPORT_SYMBOL vmlinux 0x397f46e8 tc_setup_cb_reoffload +EXPORT_SYMBOL vmlinux 0x3997d63f unregister_netdevice_notifier_dev_net +EXPORT_SYMBOL vmlinux 0x39991865 icmp_global_allow +EXPORT_SYMBOL vmlinux 0x39c74235 dm_read_arg_group +EXPORT_SYMBOL vmlinux 0x39caf959 dev_uc_add +EXPORT_SYMBOL vmlinux 0x39fd2b63 zstd_reset_dstream +EXPORT_SYMBOL vmlinux 0x3a0ee4ac arp_send +EXPORT_SYMBOL vmlinux 0x3a13f54a sgl_alloc +EXPORT_SYMBOL vmlinux 0x3a1733d0 dfltcc_inflate +EXPORT_SYMBOL vmlinux 0x3a2f6702 sg_alloc_table +EXPORT_SYMBOL vmlinux 0x3a348e22 dm_unregister_target +EXPORT_SYMBOL vmlinux 0x3a3f42d7 tcf_action_update_hw_stats +EXPORT_SYMBOL vmlinux 0x3a4aee54 qdisc_reset +EXPORT_SYMBOL vmlinux 0x3a4f9d28 rng_is_initialized +EXPORT_SYMBOL vmlinux 0x3a640e2f ip_options_rcv_srr +EXPORT_SYMBOL vmlinux 0x3a8f22ce gen_pool_alloc_algo_owner +EXPORT_SYMBOL vmlinux 0x3aa55373 tcp_select_initial_window +EXPORT_SYMBOL vmlinux 0x3ab28948 console_srcu_read_lock +EXPORT_SYMBOL vmlinux 0x3ab3fc76 unregister_shrinker +EXPORT_SYMBOL vmlinux 0x3ab7b1cc scsi_set_sense_field_pointer +EXPORT_SYMBOL vmlinux 0x3ac2f631 bioset_init +EXPORT_SYMBOL vmlinux 0x3acc7dee mutex_lock_interruptible +EXPORT_SYMBOL vmlinux 0x3ad41b6d unlock_page +EXPORT_SYMBOL vmlinux 0x3ae75144 param_set_byte +EXPORT_SYMBOL vmlinux 0x3ae8800b ccw_device_get_id +EXPORT_SYMBOL vmlinux 0x3aec99a3 xfrm_state_walk +EXPORT_SYMBOL vmlinux 0x3b176ce7 release_dentry_name_snapshot +EXPORT_SYMBOL vmlinux 0x3b359353 rdmacg_uncharge +EXPORT_SYMBOL vmlinux 0x3b38fad5 phy_set_sym_pause +EXPORT_SYMBOL vmlinux 0x3b413afb _copy_from_iter +EXPORT_SYMBOL vmlinux 0x3b4577dd jbd2_journal_set_features +EXPORT_SYMBOL vmlinux 0x3b5bea96 inet6_bind +EXPORT_SYMBOL vmlinux 0x3b644591 __bitmap_shift_left +EXPORT_SYMBOL vmlinux 0x3b662342 sg_miter_next +EXPORT_SYMBOL vmlinux 0x3b6841dc iput +EXPORT_SYMBOL vmlinux 0x3b6c41ea kstrtouint +EXPORT_SYMBOL vmlinux 0x3b756f6a crc32_le +EXPORT_SYMBOL vmlinux 0x3b79c19e iov_iter_kvec +EXPORT_SYMBOL vmlinux 0x3b7a9761 fget_raw +EXPORT_SYMBOL vmlinux 0x3b8c51a7 register_quota_format +EXPORT_SYMBOL vmlinux 0x3ba0df51 get_unmapped_area +EXPORT_SYMBOL vmlinux 0x3ba8a928 configfs_unregister_group +EXPORT_SYMBOL vmlinux 0x3bae1494 sock_diag_put_filterinfo +EXPORT_SYMBOL vmlinux 0x3bb39e71 ap_queue_message +EXPORT_SYMBOL vmlinux 0x3bbbdd84 follow_down +EXPORT_SYMBOL vmlinux 0x3be8935c tcp_sock_set_keepidle +EXPORT_SYMBOL vmlinux 0x3be8983d simple_rmdir +EXPORT_SYMBOL vmlinux 0x3bf10041 msi_desc_to_pci_dev +EXPORT_SYMBOL vmlinux 0x3bfbeb4d free_task +EXPORT_SYMBOL vmlinux 0x3c0b4eee __kfifo_skip_r +EXPORT_SYMBOL vmlinux 0x3c185c61 page_put_link +EXPORT_SYMBOL vmlinux 0x3c2eb8eb key_invalidate +EXPORT_SYMBOL vmlinux 0x3c3fce39 __local_bh_enable_ip +EXPORT_SYMBOL vmlinux 0x3c3ff9fd sprintf +EXPORT_SYMBOL vmlinux 0x3c42157e arp_tbl +EXPORT_SYMBOL vmlinux 0x3c47c4b8 blk_mq_delay_run_hw_queues +EXPORT_SYMBOL vmlinux 0x3c531813 zstd_is_error +EXPORT_SYMBOL vmlinux 0x3c55fb61 fscrypt_encrypt_pagecache_blocks +EXPORT_SYMBOL vmlinux 0x3c58088b dcache_dir_close +EXPORT_SYMBOL vmlinux 0x3c768b51 xz_dec_microlzma_run +EXPORT_SYMBOL vmlinux 0x3c806269 __skb_gro_checksum_complete +EXPORT_SYMBOL vmlinux 0x3c8bae14 bdi_unregister +EXPORT_SYMBOL vmlinux 0x3ca5122d slab_build_skb +EXPORT_SYMBOL vmlinux 0x3caaffdd elv_bio_merge_ok +EXPORT_SYMBOL vmlinux 0x3cb23db3 console_srcu_read_unlock +EXPORT_SYMBOL vmlinux 0x3ce4ca6f disable_irq +EXPORT_SYMBOL vmlinux 0x3cef1639 ww_mutex_trylock +EXPORT_SYMBOL vmlinux 0x3cfc5f64 vfs_fileattr_set +EXPORT_SYMBOL vmlinux 0x3cfe1914 mark_buffer_async_write +EXPORT_SYMBOL vmlinux 0x3d016a04 devm_ioremap_wc +EXPORT_SYMBOL vmlinux 0x3d0cc309 seq_write +EXPORT_SYMBOL vmlinux 0x3d117a60 itcw_calc_size +EXPORT_SYMBOL vmlinux 0x3d2981fa utf8_casefold_hash +EXPORT_SYMBOL vmlinux 0x3d4cb9d1 airq_iv_create +EXPORT_SYMBOL vmlinux 0x3d580af7 d_add +EXPORT_SYMBOL vmlinux 0x3d6b3755 empty_name +EXPORT_SYMBOL vmlinux 0x3d6bb6c1 dump_align +EXPORT_SYMBOL vmlinux 0x3d7aeec8 ap_cancel_message +EXPORT_SYMBOL vmlinux 0x3d98161e inet_csk_prepare_forced_close +EXPORT_SYMBOL vmlinux 0x3da6811c input_get_poll_interval +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 0x3db0068e dev_uc_del +EXPORT_SYMBOL vmlinux 0x3db3b5a6 hdmi_avi_infoframe_pack +EXPORT_SYMBOL vmlinux 0x3db3b6ce ipv6_dev_mc_inc +EXPORT_SYMBOL vmlinux 0x3dcb88a0 irq_set_handler_data +EXPORT_SYMBOL vmlinux 0x3dce3167 dst_dev_put +EXPORT_SYMBOL vmlinux 0x3dfc897c seq_hlist_start_head +EXPORT_SYMBOL vmlinux 0x3e3bad0a __tasklet_hi_schedule +EXPORT_SYMBOL vmlinux 0x3e5a0be6 inet_csk_init_xmit_timers +EXPORT_SYMBOL vmlinux 0x3e75a0fa __skb_checksum_complete +EXPORT_SYMBOL vmlinux 0x3e834b29 genphy_read_mmd_unsupported +EXPORT_SYMBOL vmlinux 0x3e8744eb freezing_slow_path +EXPORT_SYMBOL vmlinux 0x3eba2f6f inode_set_bytes +EXPORT_SYMBOL vmlinux 0x3eccbe2c __find_nth_bit +EXPORT_SYMBOL vmlinux 0x3ed5908a __udp_disconnect +EXPORT_SYMBOL vmlinux 0x3ed7266d mod_zone_page_state +EXPORT_SYMBOL vmlinux 0x3ed7574a d_alloc_anon +EXPORT_SYMBOL vmlinux 0x3ed86c64 tc_setup_offload_action +EXPORT_SYMBOL vmlinux 0x3ede110f d_exact_alias +EXPORT_SYMBOL vmlinux 0x3ef0950a ipv6_chk_custom_prefix +EXPORT_SYMBOL vmlinux 0x3efe1703 phy_unregister_fixup_for_id +EXPORT_SYMBOL vmlinux 0x3f20e986 tc_setup_cb_replace +EXPORT_SYMBOL vmlinux 0x3f3f7461 pcie_capability_write_dword +EXPORT_SYMBOL vmlinux 0x3f4547a7 put_unused_fd +EXPORT_SYMBOL vmlinux 0x3f6089cf tcp_mss_to_mtu +EXPORT_SYMBOL vmlinux 0x3f66525c sock_cmsg_send +EXPORT_SYMBOL vmlinux 0x3f806266 tty_register_driver +EXPORT_SYMBOL vmlinux 0x3f857cd9 simple_fill_super +EXPORT_SYMBOL vmlinux 0x3f89071b security_ib_pkey_access +EXPORT_SYMBOL vmlinux 0x3fa913da strspn +EXPORT_SYMBOL vmlinux 0x3fbf0994 ip6_route_me_harder +EXPORT_SYMBOL vmlinux 0x3fd7212c crypto_kdf108_setkey +EXPORT_SYMBOL vmlinux 0x3fd78f3b register_chrdev_region +EXPORT_SYMBOL vmlinux 0x3fdc0feb page_cache_next_miss +EXPORT_SYMBOL vmlinux 0x3fdf4816 ipv6_sock_mc_join +EXPORT_SYMBOL vmlinux 0x3fe1b4e7 call_fib_notifiers +EXPORT_SYMBOL vmlinux 0x3fe7ca42 tcp_child_process +EXPORT_SYMBOL vmlinux 0x3ffbe1ff file_remove_privs +EXPORT_SYMBOL vmlinux 0x402a960a jiffies_64 +EXPORT_SYMBOL vmlinux 0x4033460b folio_end_private_2 +EXPORT_SYMBOL vmlinux 0x40419f41 vfs_symlink +EXPORT_SYMBOL vmlinux 0x405d7a5f param_set_uint +EXPORT_SYMBOL vmlinux 0x407af492 __skb_pad +EXPORT_SYMBOL vmlinux 0x4094d63e netdev_offload_xstats_enabled +EXPORT_SYMBOL vmlinux 0x40973662 sysctl_udp_mem +EXPORT_SYMBOL vmlinux 0x40a62432 __nla_validate +EXPORT_SYMBOL vmlinux 0x40a9b349 vzalloc +EXPORT_SYMBOL vmlinux 0x40b4da31 blk_set_queue_depth +EXPORT_SYMBOL vmlinux 0x40c7247c si_meminfo +EXPORT_SYMBOL vmlinux 0x40d02c97 netpoll_send_skb +EXPORT_SYMBOL vmlinux 0x40d04664 console_trylock +EXPORT_SYMBOL vmlinux 0x40d59096 unregister_restart_handler +EXPORT_SYMBOL vmlinux 0x40dc9d10 pcim_set_mwi +EXPORT_SYMBOL vmlinux 0x412f893c page_offline_begin +EXPORT_SYMBOL vmlinux 0x4147aa02 __tracepoint_s390_cio_msch +EXPORT_SYMBOL vmlinux 0x41482d8b strndup_user +EXPORT_SYMBOL vmlinux 0x4149b396 s390_isolate_bp_guest +EXPORT_SYMBOL vmlinux 0x4149dcd0 dquot_alloc +EXPORT_SYMBOL vmlinux 0x414eee2b unregister_netdevice_notifier_net +EXPORT_SYMBOL vmlinux 0x41542792 config_group_find_item +EXPORT_SYMBOL vmlinux 0x416052b4 pci_try_set_mwi +EXPORT_SYMBOL vmlinux 0x41693e77 __do_once_done +EXPORT_SYMBOL vmlinux 0x416e3191 bioset_exit +EXPORT_SYMBOL vmlinux 0x4186e0bc security_sb_remount +EXPORT_SYMBOL vmlinux 0x4188d439 neigh_rand_reach_time +EXPORT_SYMBOL vmlinux 0x41a765e8 current_in_userns +EXPORT_SYMBOL vmlinux 0x41bf1b5e cdrom_mode_select +EXPORT_SYMBOL vmlinux 0x41ca1d28 blk_queue_update_dma_pad +EXPORT_SYMBOL vmlinux 0x41f696a7 default_llseek +EXPORT_SYMBOL vmlinux 0x42043c5d posix_acl_update_mode +EXPORT_SYMBOL vmlinux 0x420a342c md_bitmap_unplug +EXPORT_SYMBOL vmlinux 0x4227e287 phy_request_interrupt +EXPORT_SYMBOL vmlinux 0x4230a8d7 sg_nents_for_len +EXPORT_SYMBOL vmlinux 0x424133b0 pci_dev_put +EXPORT_SYMBOL vmlinux 0x4245d126 ilookup +EXPORT_SYMBOL vmlinux 0x4246e8d5 tcp_enter_cwr +EXPORT_SYMBOL vmlinux 0x4248ae3c single_task_running +EXPORT_SYMBOL vmlinux 0x424d3620 zlib_inflateIncomp +EXPORT_SYMBOL vmlinux 0x429dcdc0 xa_find_after +EXPORT_SYMBOL vmlinux 0x429ead29 netif_napi_add_weight +EXPORT_SYMBOL vmlinux 0x42ae6d99 xa_find +EXPORT_SYMBOL vmlinux 0x42c4050a zstd_init_dstream +EXPORT_SYMBOL vmlinux 0x42cda31d __scm_send +EXPORT_SYMBOL vmlinux 0x42ce7e86 __sock_create +EXPORT_SYMBOL vmlinux 0x42f1b900 fb_pad_unaligned_buffer +EXPORT_SYMBOL vmlinux 0x4302d0eb free_pages +EXPORT_SYMBOL vmlinux 0x43119f29 netdev_master_upper_dev_get +EXPORT_SYMBOL vmlinux 0x4316d1e0 fasync_helper +EXPORT_SYMBOL vmlinux 0x432423c6 kern_path_create +EXPORT_SYMBOL vmlinux 0x433a1afc security_skb_classify_flow +EXPORT_SYMBOL vmlinux 0x4351577a fb_parse_edid +EXPORT_SYMBOL vmlinux 0x43673abc dcb_ieee_getapp_dscp_prio_mask_map +EXPORT_SYMBOL vmlinux 0x43737fd1 __traceiter_dma_fence_signaled +EXPORT_SYMBOL vmlinux 0x437a0d6d __sock_tx_timestamp +EXPORT_SYMBOL vmlinux 0x437a6821 from_kgid +EXPORT_SYMBOL vmlinux 0x438610bd security_tun_dev_alloc_security +EXPORT_SYMBOL vmlinux 0x43880cf3 pci_request_selected_regions_exclusive +EXPORT_SYMBOL vmlinux 0x43a4938f vm_get_page_prot +EXPORT_SYMBOL vmlinux 0x43b27c4a devm_pci_alloc_host_bridge +EXPORT_SYMBOL vmlinux 0x43b6771a seq_put_decimal_ull +EXPORT_SYMBOL vmlinux 0x43bdbd7a crypto_sha512_finup +EXPORT_SYMBOL vmlinux 0x43bdfa20 console_irq +EXPORT_SYMBOL vmlinux 0x43be5c9a inetdev_by_index +EXPORT_SYMBOL vmlinux 0x43c3d443 ip_frag_next +EXPORT_SYMBOL vmlinux 0x43cf3bc3 dql_completed +EXPORT_SYMBOL vmlinux 0x43d22fb9 groups_alloc +EXPORT_SYMBOL vmlinux 0x43d9ba52 fault_in_readable +EXPORT_SYMBOL vmlinux 0x44224971 inet_sock_destruct +EXPORT_SYMBOL vmlinux 0x442caeff tcp_md5_key_copy +EXPORT_SYMBOL vmlinux 0x44349fea nf_hook_slow +EXPORT_SYMBOL vmlinux 0x44469a76 crc_ccitt_false_table +EXPORT_SYMBOL vmlinux 0x44536f8e fscrypt_decrypt_pagecache_blocks +EXPORT_SYMBOL vmlinux 0x44786e62 tcf_unregister_action +EXPORT_SYMBOL vmlinux 0x448c704d mdio_driver_unregister +EXPORT_SYMBOL vmlinux 0x449d69fa security_old_inode_init_security +EXPORT_SYMBOL vmlinux 0x44a6e90a irq_cpu_rmap_add +EXPORT_SYMBOL vmlinux 0x44b2331f param_get_bool +EXPORT_SYMBOL vmlinux 0x44b30fb5 csch +EXPORT_SYMBOL vmlinux 0x44b85be4 kernel_sendmsg +EXPORT_SYMBOL vmlinux 0x44bc6c90 dev_deactivate +EXPORT_SYMBOL vmlinux 0x44cd4013 sk_stop_timer_sync +EXPORT_SYMBOL vmlinux 0x44ddb240 __skb_try_recv_datagram +EXPORT_SYMBOL vmlinux 0x44e9a829 match_token +EXPORT_SYMBOL vmlinux 0x44e9b7d0 __init_waitqueue_head +EXPORT_SYMBOL vmlinux 0x45006cee default_red +EXPORT_SYMBOL vmlinux 0x4505b690 dma_free_attrs +EXPORT_SYMBOL vmlinux 0x451e9f68 poll_freewait +EXPORT_SYMBOL vmlinux 0x452ba683 ipv6_ext_hdr +EXPORT_SYMBOL vmlinux 0x4536be96 close_fd_get_file +EXPORT_SYMBOL vmlinux 0x453c8403 pci_msi_enabled +EXPORT_SYMBOL vmlinux 0x455aa632 inet6_add_protocol +EXPORT_SYMBOL vmlinux 0x4566b903 netif_tx_stop_all_queues +EXPORT_SYMBOL vmlinux 0x456ef08d param_set_invbool +EXPORT_SYMBOL vmlinux 0x4578f528 __kfifo_to_user +EXPORT_SYMBOL vmlinux 0x45903061 dev_get_iflink +EXPORT_SYMBOL vmlinux 0x45b9877f prepare_to_wait +EXPORT_SYMBOL vmlinux 0x45b9f169 request_partial_firmware_into_buf +EXPORT_SYMBOL vmlinux 0x45c31a49 file_check_and_advance_wb_err +EXPORT_SYMBOL vmlinux 0x45c70e26 revert_creds +EXPORT_SYMBOL vmlinux 0x45ce960c sg_miter_skip +EXPORT_SYMBOL vmlinux 0x45ced919 tcf_action_check_ctrlact +EXPORT_SYMBOL vmlinux 0x45d0eaf7 md_write_start +EXPORT_SYMBOL vmlinux 0x45d3c773 memdup_user_nul +EXPORT_SYMBOL vmlinux 0x45d70503 jbd2_journal_dirty_metadata +EXPORT_SYMBOL vmlinux 0x45ebeb1c unregister_netdev +EXPORT_SYMBOL vmlinux 0x45ed255e __scsi_execute +EXPORT_SYMBOL vmlinux 0x45ef480d dev_load +EXPORT_SYMBOL vmlinux 0x45f17fb6 __var_waitqueue +EXPORT_SYMBOL vmlinux 0x45fdb146 dma_fence_enable_sw_signaling +EXPORT_SYMBOL vmlinux 0x460f4a34 flow_hash_from_keys +EXPORT_SYMBOL vmlinux 0x461d16ca sg_nents +EXPORT_SYMBOL vmlinux 0x461f0fbb iov_iter_single_seg_count +EXPORT_SYMBOL vmlinux 0x4664af65 request_key_with_auxdata +EXPORT_SYMBOL vmlinux 0x466705ca scsi_device_put +EXPORT_SYMBOL vmlinux 0x466c14a7 __delay +EXPORT_SYMBOL vmlinux 0x466e2e2f deactivate_super +EXPORT_SYMBOL vmlinux 0x467f7a2b ns_capable_noaudit +EXPORT_SYMBOL vmlinux 0x4688a40d cdrom_get_media_event +EXPORT_SYMBOL vmlinux 0x468c8df4 cdrom_release +EXPORT_SYMBOL vmlinux 0x469ba7f4 __dev_kfree_skb_any +EXPORT_SYMBOL vmlinux 0x469fd25e pci_map_rom +EXPORT_SYMBOL vmlinux 0x46ae8874 xfrm_state_add +EXPORT_SYMBOL vmlinux 0x46cd8fce iucv_message_send +EXPORT_SYMBOL vmlinux 0x46d59f7d smp_cpu_mt_shift +EXPORT_SYMBOL vmlinux 0x46d7a24b padata_do_serial +EXPORT_SYMBOL vmlinux 0x46dbcc94 inode_init_owner +EXPORT_SYMBOL vmlinux 0x46de5075 d_prune_aliases +EXPORT_SYMBOL vmlinux 0x46e20678 napi_gro_flush +EXPORT_SYMBOL vmlinux 0x46e319aa tcw_set_data +EXPORT_SYMBOL vmlinux 0x46e68ccb dma_fence_signal_timestamp_locked +EXPORT_SYMBOL vmlinux 0x46e6abc4 dev_uc_add_excl +EXPORT_SYMBOL vmlinux 0x46ec6545 inet_bind +EXPORT_SYMBOL vmlinux 0x46fd9282 dma_pool_create +EXPORT_SYMBOL vmlinux 0x47024071 md_bitmap_end_sync +EXPORT_SYMBOL vmlinux 0x472fbec3 ip_sock_set_mtu_discover +EXPORT_SYMBOL vmlinux 0x47392e76 sclp_ocf_cpc_name_copy +EXPORT_SYMBOL vmlinux 0x473c5037 genphy_soft_reset +EXPORT_SYMBOL vmlinux 0x4748a8d0 sock_recvmsg +EXPORT_SYMBOL vmlinux 0x4750d40b set_blocksize +EXPORT_SYMBOL vmlinux 0x47566e95 __dquot_free_space +EXPORT_SYMBOL vmlinux 0x476b78d7 __fput_sync +EXPORT_SYMBOL vmlinux 0x47709e42 free_anon_bdev +EXPORT_SYMBOL vmlinux 0x478077d1 param_set_short +EXPORT_SYMBOL vmlinux 0x4784612c pci_get_domain_bus_and_slot +EXPORT_SYMBOL vmlinux 0x4791491b flow_rule_match_enc_opts +EXPORT_SYMBOL vmlinux 0x4791c6ea gen_pool_create +EXPORT_SYMBOL vmlinux 0x47a2a145 __blkdev_issue_zeroout +EXPORT_SYMBOL vmlinux 0x47aee606 tcp_sock_set_nodelay +EXPORT_SYMBOL vmlinux 0x47bd22c7 security_path_unlink +EXPORT_SYMBOL vmlinux 0x47bd72fe blk_rq_map_user +EXPORT_SYMBOL vmlinux 0x47c20f8a refcount_dec_not_one +EXPORT_SYMBOL vmlinux 0x47c65bfc unregister_inet6addr_validator_notifier +EXPORT_SYMBOL vmlinux 0x47d54913 blk_mq_delay_run_hw_queue +EXPORT_SYMBOL vmlinux 0x47e3d691 path_is_under +EXPORT_SYMBOL vmlinux 0x47fb326d neigh_parms_alloc +EXPORT_SYMBOL vmlinux 0x4812fac3 devm_mdiobus_alloc_size +EXPORT_SYMBOL vmlinux 0x481814c4 mb_cache_entry_find_next +EXPORT_SYMBOL vmlinux 0x4823819e raw3270_buffer_address +EXPORT_SYMBOL vmlinux 0x4829cf6b fscrypt_enqueue_decrypt_work +EXPORT_SYMBOL vmlinux 0x482c387d folio_migrate_copy +EXPORT_SYMBOL vmlinux 0x484f6edf ktime_get_coarse_real_ts64 +EXPORT_SYMBOL vmlinux 0x484fc1cb dma_fence_chain_ops +EXPORT_SYMBOL vmlinux 0x48511276 config_group_init +EXPORT_SYMBOL vmlinux 0x48594bfc unregister_filesystem +EXPORT_SYMBOL vmlinux 0x487370a2 fault_in_writeable +EXPORT_SYMBOL vmlinux 0x4879ea88 tcp_timewait_state_process +EXPORT_SYMBOL vmlinux 0x489f6e0b rdma_dim +EXPORT_SYMBOL vmlinux 0x48a91171 string_get_size +EXPORT_SYMBOL vmlinux 0x48c75efc netif_set_xps_queue +EXPORT_SYMBOL vmlinux 0x48d1a761 get_mem_cgroup_from_mm +EXPORT_SYMBOL vmlinux 0x48d25253 tcp_close +EXPORT_SYMBOL vmlinux 0x48d27375 __bitmap_intersects +EXPORT_SYMBOL vmlinux 0x48dbacaa lowcore_ptr +EXPORT_SYMBOL vmlinux 0x48f6905b zstd_dctx_workspace_bound +EXPORT_SYMBOL vmlinux 0x48f737de tty_port_close +EXPORT_SYMBOL vmlinux 0x49045426 icmp_err_convert +EXPORT_SYMBOL vmlinux 0x490dddac dq_data_lock +EXPORT_SYMBOL vmlinux 0x4932011e gen_pool_free_owner +EXPORT_SYMBOL vmlinux 0x495231ea mul_u64_u64_div_u64 +EXPORT_SYMBOL vmlinux 0x495990f3 hdmi_audio_infoframe_pack_only +EXPORT_SYMBOL vmlinux 0x49605104 genphy_update_link +EXPORT_SYMBOL vmlinux 0x49672828 node_states +EXPORT_SYMBOL vmlinux 0x496cac17 deactivate_locked_super +EXPORT_SYMBOL vmlinux 0x496ee937 thread_group_exited +EXPORT_SYMBOL vmlinux 0x4977c498 stack_depot_get_extra_bits +EXPORT_SYMBOL vmlinux 0x497aa61b fs_param_is_fd +EXPORT_SYMBOL vmlinux 0x497f679e set_bh_page +EXPORT_SYMBOL vmlinux 0x4992f124 blk_queue_max_segments +EXPORT_SYMBOL vmlinux 0x49cd88a9 dma_fence_chain_find_seqno +EXPORT_SYMBOL vmlinux 0x49cec06d redraw_screen +EXPORT_SYMBOL vmlinux 0x49d555ca keyring_search +EXPORT_SYMBOL vmlinux 0x49d948ed d_hash_and_lookup +EXPORT_SYMBOL vmlinux 0x49e5e7f3 hdmi_drm_infoframe_pack_only +EXPORT_SYMBOL vmlinux 0x49ec8bc7 kbd_free +EXPORT_SYMBOL vmlinux 0x49ed6fa2 dma_mmap_attrs +EXPORT_SYMBOL vmlinux 0x49f9ac57 neigh_seq_start +EXPORT_SYMBOL vmlinux 0x4a26d58e sk_send_sigurg +EXPORT_SYMBOL vmlinux 0x4a3fb6d7 put_watch_queue +EXPORT_SYMBOL vmlinux 0x4a4ed84e register_filesystem +EXPORT_SYMBOL vmlinux 0x4a572e3a swake_up_all +EXPORT_SYMBOL vmlinux 0x4a7d7c74 dma_sync_single_for_device +EXPORT_SYMBOL vmlinux 0x4a8186b0 filemap_write_and_wait_range +EXPORT_SYMBOL vmlinux 0x4a86a1a0 jbd2_fc_wait_bufs +EXPORT_SYMBOL vmlinux 0x4a96a8eb xxh32_digest +EXPORT_SYMBOL vmlinux 0x4aa615ba dma_fence_array_create +EXPORT_SYMBOL vmlinux 0x4aafd198 has_capability_noaudit +EXPORT_SYMBOL vmlinux 0x4abbe06e phy_loopback +EXPORT_SYMBOL vmlinux 0x4acb0cd4 sock_release +EXPORT_SYMBOL vmlinux 0x4ad49a30 vlan_vids_del_by_dev +EXPORT_SYMBOL vmlinux 0x4ad636ff input_set_capability +EXPORT_SYMBOL vmlinux 0x4aeca9f8 sock_no_bind +EXPORT_SYMBOL vmlinux 0x4af6ddf0 kstrtou16 +EXPORT_SYMBOL vmlinux 0x4afdd330 nf_reinject +EXPORT_SYMBOL vmlinux 0x4b0b019e add_device_randomness +EXPORT_SYMBOL vmlinux 0x4b0bc633 ip_local_deliver +EXPORT_SYMBOL vmlinux 0x4b2af195 fscrypt_ioctl_set_policy +EXPORT_SYMBOL vmlinux 0x4b369167 __SCK__tp_func_s390_diagnose +EXPORT_SYMBOL vmlinux 0x4b43e195 vfs_fsync +EXPORT_SYMBOL vmlinux 0x4b6ca40e unmap_mapping_range +EXPORT_SYMBOL vmlinux 0x4b7e5ddb blk_rq_init +EXPORT_SYMBOL vmlinux 0x4b8f4e7a down_read_trylock +EXPORT_SYMBOL vmlinux 0x4b90609e textsearch_find_continuous +EXPORT_SYMBOL vmlinux 0x4b94e832 __scsi_add_device +EXPORT_SYMBOL vmlinux 0x4bc5755b __sk_mem_schedule +EXPORT_SYMBOL vmlinux 0x4bc80f2d tcf_block_get +EXPORT_SYMBOL vmlinux 0x4bcbf6c8 register_qdisc +EXPORT_SYMBOL vmlinux 0x4bd018e2 kmalloc_large_node +EXPORT_SYMBOL vmlinux 0x4bd80a78 ether_setup +EXPORT_SYMBOL vmlinux 0x4bd93204 generic_file_splice_read +EXPORT_SYMBOL vmlinux 0x4be132a6 dcache_dir_open +EXPORT_SYMBOL vmlinux 0x4be95c18 __napi_schedule_irqoff +EXPORT_SYMBOL vmlinux 0x4bf686f0 tcp_sendpage +EXPORT_SYMBOL vmlinux 0x4bf9d116 dcache_dir_lseek +EXPORT_SYMBOL vmlinux 0x4c1b5c90 __filemap_get_folio +EXPORT_SYMBOL vmlinux 0x4c3dcf6d sb_min_blocksize +EXPORT_SYMBOL vmlinux 0x4c4019dd finalize_exec +EXPORT_SYMBOL vmlinux 0x4c416eb9 LZ4_decompress_fast +EXPORT_SYMBOL vmlinux 0x4c4c956e nla_memcmp +EXPORT_SYMBOL vmlinux 0x4c4e717e tcp_rcv_state_process +EXPORT_SYMBOL vmlinux 0x4c5d9949 sclp +EXPORT_SYMBOL vmlinux 0x4c604c88 eth_header_cache_update +EXPORT_SYMBOL vmlinux 0x4c776361 inode_to_bdi +EXPORT_SYMBOL vmlinux 0x4c7af6a4 zpool_unregister_driver +EXPORT_SYMBOL vmlinux 0x4c7cb958 bpf_link_put +EXPORT_SYMBOL vmlinux 0x4c8c6a9e blk_mq_start_request +EXPORT_SYMBOL vmlinux 0x4c8fc737 d_mark_dontcache +EXPORT_SYMBOL vmlinux 0x4c9cfa24 genphy_suspend +EXPORT_SYMBOL vmlinux 0x4cbaac98 read_cache_page +EXPORT_SYMBOL vmlinux 0x4cc9386c dquot_release +EXPORT_SYMBOL vmlinux 0x4ccc5204 utf8_strncasecmp_folded +EXPORT_SYMBOL vmlinux 0x4cd4587c nlmsg_notify +EXPORT_SYMBOL vmlinux 0x4cdfb48b input_register_handle +EXPORT_SYMBOL vmlinux 0x4cfcaa66 skb_ensure_writable +EXPORT_SYMBOL vmlinux 0x4cfd951f ipv6_chk_addr +EXPORT_SYMBOL vmlinux 0x4d195b8b jbd2_journal_grab_journal_head +EXPORT_SYMBOL vmlinux 0x4d1ff094 devm_ioremap_resource +EXPORT_SYMBOL vmlinux 0x4d353a1f mem_cgroup_from_task +EXPORT_SYMBOL vmlinux 0x4d386362 security_sb_set_mnt_opts +EXPORT_SYMBOL vmlinux 0x4d3b9da7 pcie_relaxed_ordering_enabled +EXPORT_SYMBOL vmlinux 0x4d46a02e pcie_set_readrq +EXPORT_SYMBOL vmlinux 0x4d5fe525 percpu_counter_add_batch +EXPORT_SYMBOL vmlinux 0x4d6b353f get_cached_acl_rcu +EXPORT_SYMBOL vmlinux 0x4d91e615 generic_block_bmap +EXPORT_SYMBOL vmlinux 0x4d98e592 param_ops_hexint +EXPORT_SYMBOL vmlinux 0x4d9b652b rb_erase +EXPORT_SYMBOL vmlinux 0x4d9deaaf pci_enable_wake +EXPORT_SYMBOL vmlinux 0x4dca803b is_free_buddy_page +EXPORT_SYMBOL vmlinux 0x4dccd2be xfrm_policy_flush +EXPORT_SYMBOL vmlinux 0x4dd5884e finish_swait +EXPORT_SYMBOL vmlinux 0x4dda726b match_strlcpy +EXPORT_SYMBOL vmlinux 0x4dea1053 memchr +EXPORT_SYMBOL vmlinux 0x4deca339 xsk_tx_release +EXPORT_SYMBOL vmlinux 0x4df13eb3 xp_dma_sync_for_cpu_slow +EXPORT_SYMBOL vmlinux 0x4df2ea84 gen_estimator_read +EXPORT_SYMBOL vmlinux 0x4e04bd08 mark_buffer_dirty_inode +EXPORT_SYMBOL vmlinux 0x4e076905 bio_kmalloc +EXPORT_SYMBOL vmlinux 0x4e14fb7d __traceiter_s390_cio_msch +EXPORT_SYMBOL vmlinux 0x4e249518 console_force_preferred_locked +EXPORT_SYMBOL vmlinux 0x4e3567f7 match_int +EXPORT_SYMBOL vmlinux 0x4e36cdc4 __ubsan_handle_divrem_overflow +EXPORT_SYMBOL vmlinux 0x4e4924ea init_virt_timer +EXPORT_SYMBOL vmlinux 0x4e49f64d xfrm_unregister_km +EXPORT_SYMBOL vmlinux 0x4e51739a dma_resv_replace_fences +EXPORT_SYMBOL vmlinux 0x4e60f39f gnet_stats_start_copy_compat +EXPORT_SYMBOL vmlinux 0x4e611e54 xfrm_state_update +EXPORT_SYMBOL vmlinux 0x4e68e9be rb_next_postorder +EXPORT_SYMBOL vmlinux 0x4e6e8ea7 fg_console +EXPORT_SYMBOL vmlinux 0x4e82db45 udp_lib_rehash +EXPORT_SYMBOL vmlinux 0x4e89ce10 idr_alloc_cyclic +EXPORT_SYMBOL vmlinux 0x4e8e2703 zstd_decompress_dctx +EXPORT_SYMBOL vmlinux 0x4e9e6a05 downgrade_write +EXPORT_SYMBOL vmlinux 0x4ea0154b xfrm_policy_insert +EXPORT_SYMBOL vmlinux 0x4eada8f7 security_secid_to_secctx +EXPORT_SYMBOL vmlinux 0x4ebd615e vlan_filter_drop_vids +EXPORT_SYMBOL vmlinux 0x4ebd82b1 generic_pipe_buf_try_steal +EXPORT_SYMBOL vmlinux 0x4ec54e78 bitmap_to_arr32 +EXPORT_SYMBOL vmlinux 0x4ef1232d scsi_set_medium_removal +EXPORT_SYMBOL vmlinux 0x4efc827e bdi_put +EXPORT_SYMBOL vmlinux 0x4f0d16c7 phy_stop +EXPORT_SYMBOL vmlinux 0x4f13d19c kernel_getpeername +EXPORT_SYMBOL vmlinux 0x4f1cd128 security_tun_dev_create +EXPORT_SYMBOL vmlinux 0x4f20d80b zstd_min_clevel +EXPORT_SYMBOL vmlinux 0x4f28f7b6 security_socket_getpeersec_dgram +EXPORT_SYMBOL vmlinux 0x4f2cd1b5 __cpcmd +EXPORT_SYMBOL vmlinux 0x4f416a36 pskb_extract +EXPORT_SYMBOL vmlinux 0x4f4f39a6 phy_free_interrupt +EXPORT_SYMBOL vmlinux 0x4f50633b nf_ct_attach +EXPORT_SYMBOL vmlinux 0x4f5aa411 radix_tree_next_chunk +EXPORT_SYMBOL vmlinux 0x4f5f4797 pci_scan_root_bus_bridge +EXPORT_SYMBOL vmlinux 0x4f600132 tcf_generic_walker +EXPORT_SYMBOL vmlinux 0x4f6f03f3 param_array_ops +EXPORT_SYMBOL vmlinux 0x4f7cd38b dev_activate +EXPORT_SYMBOL vmlinux 0x4f9990ac __pskb_copy_fclone +EXPORT_SYMBOL vmlinux 0x4fb1c1a4 kern_sys_bpf +EXPORT_SYMBOL vmlinux 0x4fb34099 iov_iter_discard +EXPORT_SYMBOL vmlinux 0x4fb8cb11 inet_sk_set_state +EXPORT_SYMBOL vmlinux 0x4fc14b7d param_get_uint +EXPORT_SYMBOL vmlinux 0x4fc573f5 skb_clone +EXPORT_SYMBOL vmlinux 0x4fd00522 dquot_file_open +EXPORT_SYMBOL vmlinux 0x4fdd0d64 dev_trans_start +EXPORT_SYMBOL vmlinux 0x4ffb377b __nla_put +EXPORT_SYMBOL vmlinux 0x4ffb59bf __SCK__tp_func_kfree +EXPORT_SYMBOL vmlinux 0x5003d52a ap_perms_mutex +EXPORT_SYMBOL vmlinux 0x50097088 security_tun_dev_free_security +EXPORT_SYMBOL vmlinux 0x5009c71d glob_match +EXPORT_SYMBOL vmlinux 0x50176877 dquot_initialize +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 0x5085879b kmalloc_node_trace +EXPORT_SYMBOL vmlinux 0x50859231 inet_ioctl +EXPORT_SYMBOL vmlinux 0x5087fb02 generic_listxattr +EXPORT_SYMBOL vmlinux 0x508af27c mount_single +EXPORT_SYMBOL vmlinux 0x50944630 seq_list_start_head_rcu +EXPORT_SYMBOL vmlinux 0x509daca4 tcf_get_next_proto +EXPORT_SYMBOL vmlinux 0x50a4698c fb_videomode_to_modelist +EXPORT_SYMBOL vmlinux 0x50a82930 csum_and_copy_to_iter +EXPORT_SYMBOL vmlinux 0x50b80992 mb_cache_entry_find_first +EXPORT_SYMBOL vmlinux 0x50bb096e tty_port_free_xmit_buf +EXPORT_SYMBOL vmlinux 0x50be748d security_ib_free_security +EXPORT_SYMBOL vmlinux 0x50ceb3bc create_empty_buffers +EXPORT_SYMBOL vmlinux 0x50d035c2 vsscanf +EXPORT_SYMBOL vmlinux 0x50e08299 scsi_host_busy +EXPORT_SYMBOL vmlinux 0x50e087dc radix_tree_tag_get +EXPORT_SYMBOL vmlinux 0x510329d5 dm_kcopyd_copy +EXPORT_SYMBOL vmlinux 0x511853f9 sock_create_kern +EXPORT_SYMBOL vmlinux 0x511b1085 d_instantiate_anon +EXPORT_SYMBOL vmlinux 0x512e2c7b kobject_set_name +EXPORT_SYMBOL vmlinux 0x51473316 __cpu_present_mask +EXPORT_SYMBOL vmlinux 0x515a8d26 cdrom_get_last_written +EXPORT_SYMBOL vmlinux 0x51636769 page_readlink +EXPORT_SYMBOL vmlinux 0x5163e09a neigh_destroy +EXPORT_SYMBOL vmlinux 0x51641162 opal_unlock_from_suspend +EXPORT_SYMBOL vmlinux 0x518bb9e6 diag204 +EXPORT_SYMBOL vmlinux 0x519741d8 kill_block_super +EXPORT_SYMBOL vmlinux 0x51f4cdd2 blk_finish_plug +EXPORT_SYMBOL vmlinux 0x51fb467c scmd_printk +EXPORT_SYMBOL vmlinux 0x5222b8e3 dst_release +EXPORT_SYMBOL vmlinux 0x523aa89f sock_kmalloc +EXPORT_SYMBOL vmlinux 0x5246f8d6 nexthop_set_hw_flags +EXPORT_SYMBOL vmlinux 0x525a8cc8 iov_iter_xarray +EXPORT_SYMBOL vmlinux 0x52819990 kernel_cpumcf_alert +EXPORT_SYMBOL vmlinux 0x528a40bf input_unregister_handler +EXPORT_SYMBOL vmlinux 0x52925c02 phy_disconnect +EXPORT_SYMBOL vmlinux 0x529406ae vfs_getattr +EXPORT_SYMBOL vmlinux 0x52ad458a add_watch_to_object +EXPORT_SYMBOL vmlinux 0x52b5bf93 generic_splice_sendpage +EXPORT_SYMBOL vmlinux 0x52d717da xz_dec_init +EXPORT_SYMBOL vmlinux 0x52db1a14 zstd_init_dctx +EXPORT_SYMBOL vmlinux 0x530bbc96 __hsiphash_unaligned +EXPORT_SYMBOL vmlinux 0x531625b6 wait_for_completion +EXPORT_SYMBOL vmlinux 0x5338184f ethtool_sprintf +EXPORT_SYMBOL vmlinux 0x5381b893 blk_integrity_unregister +EXPORT_SYMBOL vmlinux 0x5396f72f phy_register_fixup_for_uid +EXPORT_SYMBOL vmlinux 0x53a1e8d9 _find_next_bit +EXPORT_SYMBOL vmlinux 0x53ab07d9 pci_bus_alloc_resource +EXPORT_SYMBOL vmlinux 0x53bba13c d_instantiate_new +EXPORT_SYMBOL vmlinux 0x53c24b01 mutex_is_locked +EXPORT_SYMBOL vmlinux 0x53c36149 param_set_bint +EXPORT_SYMBOL vmlinux 0x53cecc01 scsi_change_queue_depth +EXPORT_SYMBOL vmlinux 0x53eea78d xfrm_alloc_spi +EXPORT_SYMBOL vmlinux 0x53fd6dc9 dma_fence_signal_locked +EXPORT_SYMBOL vmlinux 0x540862e2 diag14 +EXPORT_SYMBOL vmlinux 0x5437d403 blkdev_issue_discard +EXPORT_SYMBOL vmlinux 0x543ef284 seq_hlist_start +EXPORT_SYMBOL vmlinux 0x54655327 xfrm_user_policy +EXPORT_SYMBOL vmlinux 0x548d17c4 airq_iv_alloc +EXPORT_SYMBOL vmlinux 0x54b1fac6 __ubsan_handle_load_invalid_value +EXPORT_SYMBOL vmlinux 0x54cfacd5 __ctzdi2 +EXPORT_SYMBOL vmlinux 0x54d27c6c locks_copy_lock +EXPORT_SYMBOL vmlinux 0x54db8ebb scsi_is_sdev_device +EXPORT_SYMBOL vmlinux 0x54e6fcdd net_enable_timestamp +EXPORT_SYMBOL vmlinux 0x54eec8cd parse_int_array_user +EXPORT_SYMBOL vmlinux 0x54f65502 genphy_c37_config_aneg +EXPORT_SYMBOL vmlinux 0x55066fad pci_fixup_cardbus +EXPORT_SYMBOL vmlinux 0x5506b8f7 netlbl_bitmap_setbit +EXPORT_SYMBOL vmlinux 0x550a3e03 path_get +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 0x55310cc6 __ip_mc_dec_group +EXPORT_SYMBOL vmlinux 0x554ae3a4 irq_poll_sched +EXPORT_SYMBOL vmlinux 0x554fc4f6 tty_register_device +EXPORT_SYMBOL vmlinux 0x555ccb97 up_read +EXPORT_SYMBOL vmlinux 0x558b281d aes_expandkey +EXPORT_SYMBOL vmlinux 0x559414e4 qdisc_watchdog_init_clockid +EXPORT_SYMBOL vmlinux 0x55a3f3e0 sclp_add_request +EXPORT_SYMBOL vmlinux 0x55ac5ef1 ww_mutex_unlock +EXPORT_SYMBOL vmlinux 0x55c367cc xp_raw_get_dma +EXPORT_SYMBOL vmlinux 0x55c55ea9 con_copy_unimap +EXPORT_SYMBOL vmlinux 0x55c98847 skb_get_hash_perturb +EXPORT_SYMBOL vmlinux 0x55d1f932 sock_common_setsockopt +EXPORT_SYMBOL vmlinux 0x55d58db9 d_find_alias +EXPORT_SYMBOL vmlinux 0x55d62a22 copy_page_from_iter +EXPORT_SYMBOL vmlinux 0x55d63108 kstrtol_from_user +EXPORT_SYMBOL vmlinux 0x55d81a94 folio_wait_private_2_killable +EXPORT_SYMBOL vmlinux 0x55dfe075 blk_queue_io_min +EXPORT_SYMBOL vmlinux 0x55e31703 ethtool_convert_link_mode_to_legacy_u32 +EXPORT_SYMBOL vmlinux 0x55eccdf5 mod_virt_timer +EXPORT_SYMBOL vmlinux 0x55efeb4b ccw_device_tm_start_timeout +EXPORT_SYMBOL vmlinux 0x55f156cf phy_modify_paged +EXPORT_SYMBOL vmlinux 0x55fbaf1d smsg_unregister_callback +EXPORT_SYMBOL vmlinux 0x560e2c3e neigh_carrier_down +EXPORT_SYMBOL vmlinux 0x562b9be5 ap_test_config_ctrl_domain +EXPORT_SYMBOL vmlinux 0x5635a60a vmalloc_user +EXPORT_SYMBOL vmlinux 0x564405cb __cpu_online_mask +EXPORT_SYMBOL vmlinux 0x56470118 __warn_printk +EXPORT_SYMBOL vmlinux 0x564c2572 dev_uc_sync_multiple +EXPORT_SYMBOL vmlinux 0x565d4df5 pci_write_vpd_any +EXPORT_SYMBOL vmlinux 0x5660f88f raw3270_add_view +EXPORT_SYMBOL vmlinux 0x56718ead register_cdrom +EXPORT_SYMBOL vmlinux 0x567f08e7 rtnl_notify +EXPORT_SYMBOL vmlinux 0x56802ae8 rps_cpu_mask +EXPORT_SYMBOL vmlinux 0x56855dc2 devm_gen_pool_create +EXPORT_SYMBOL vmlinux 0x5685e3f3 ptep_xchg_lazy +EXPORT_SYMBOL vmlinux 0x56898d13 blk_queue_physical_block_size +EXPORT_SYMBOL vmlinux 0x56955d39 hash_and_copy_to_iter +EXPORT_SYMBOL vmlinux 0x56c3db64 __tracepoint_kmalloc +EXPORT_SYMBOL vmlinux 0x56c8799d scsi_kunmap_atomic_sg +EXPORT_SYMBOL vmlinux 0x56d0906e netlink_set_err +EXPORT_SYMBOL vmlinux 0x56d78870 chsc +EXPORT_SYMBOL vmlinux 0x56ea559d dev_mc_add_global +EXPORT_SYMBOL vmlinux 0x56f4f686 vmf_insert_mixed +EXPORT_SYMBOL vmlinux 0x56f69fc9 mntput +EXPORT_SYMBOL vmlinux 0x5704edee inode_insert5 +EXPORT_SYMBOL vmlinux 0x570a710d udp_seq_stop +EXPORT_SYMBOL vmlinux 0x570ba0d7 lookup_positive_unlocked +EXPORT_SYMBOL vmlinux 0x570e5c0d bio_integrity_alloc +EXPORT_SYMBOL vmlinux 0x574c2e74 bitmap_release_region +EXPORT_SYMBOL vmlinux 0x57674fd7 __sw_hweight16 +EXPORT_SYMBOL vmlinux 0x5775e3f9 inode_newsize_ok +EXPORT_SYMBOL vmlinux 0x5776684a begin_new_exec +EXPORT_SYMBOL vmlinux 0x5781820c netdev_upper_dev_link +EXPORT_SYMBOL vmlinux 0x578810d7 PageMovable +EXPORT_SYMBOL vmlinux 0x57b0c5e8 blk_sync_queue +EXPORT_SYMBOL vmlinux 0x57b323ca kernel_sendpage_locked +EXPORT_SYMBOL vmlinux 0x57b4b9a1 register_external_irq +EXPORT_SYMBOL vmlinux 0x57c852df ww_mutex_lock +EXPORT_SYMBOL vmlinux 0x57cb0eab fscrypt_fname_disk_to_usr +EXPORT_SYMBOL vmlinux 0x57cef5bc neigh_table_clear +EXPORT_SYMBOL vmlinux 0x57d1191e unix_get_socket +EXPORT_SYMBOL vmlinux 0x57f18433 swake_up_one +EXPORT_SYMBOL vmlinux 0x580b1eeb kmem_cache_size +EXPORT_SYMBOL vmlinux 0x581287cb current_time +EXPORT_SYMBOL vmlinux 0x5818fe3c posix_acl_from_mode +EXPORT_SYMBOL vmlinux 0x581c5f3c ww_mutex_lock_interruptible +EXPORT_SYMBOL vmlinux 0x581f98da zlib_inflate +EXPORT_SYMBOL vmlinux 0x58202665 dev_get_flags +EXPORT_SYMBOL vmlinux 0x58212656 jbd2_journal_destroy +EXPORT_SYMBOL vmlinux 0x582b6275 xfrm_if_unregister_cb +EXPORT_SYMBOL vmlinux 0x583a2f43 dev_uc_init +EXPORT_SYMBOL vmlinux 0x5846e2bc vlan_vid_add +EXPORT_SYMBOL vmlinux 0x5846fad9 blk_integrity_register +EXPORT_SYMBOL vmlinux 0x5859d85e dev_get_by_napi_id +EXPORT_SYMBOL vmlinux 0x587b0954 kvasprintf +EXPORT_SYMBOL vmlinux 0x58840358 __xfrm_policy_check +EXPORT_SYMBOL vmlinux 0x5891a93e scsi_device_get +EXPORT_SYMBOL vmlinux 0x58964fcd kernel_recvmsg +EXPORT_SYMBOL vmlinux 0x5897a680 __find_nth_and_andnot_bit +EXPORT_SYMBOL vmlinux 0x58a055db mark_buffer_dirty +EXPORT_SYMBOL vmlinux 0x58acf24b mdiobus_register_board_info +EXPORT_SYMBOL vmlinux 0x58b36523 bio_split_to_limits +EXPORT_SYMBOL vmlinux 0x58b3b1d9 netdev_txq_to_tc +EXPORT_SYMBOL vmlinux 0x58b4645c dev_close_many +EXPORT_SYMBOL vmlinux 0x58b73bc7 match_wildcard +EXPORT_SYMBOL vmlinux 0x58cab8f6 phy_device_create +EXPORT_SYMBOL vmlinux 0x58cd1b54 string_escape_mem +EXPORT_SYMBOL vmlinux 0x58de1b34 blk_stack_limits +EXPORT_SYMBOL vmlinux 0x58e3306d bit_wait_io +EXPORT_SYMBOL vmlinux 0x58eae9ec gen_pool_dma_zalloc_align +EXPORT_SYMBOL vmlinux 0x590f5e6a input_grab_device +EXPORT_SYMBOL vmlinux 0x591b9a2c pci_remove_bus +EXPORT_SYMBOL vmlinux 0x593f4c34 textsearch_prepare +EXPORT_SYMBOL vmlinux 0x5940494c nf_log_unbind_pf +EXPORT_SYMBOL vmlinux 0x595a80af framebuffer_alloc +EXPORT_SYMBOL vmlinux 0x595a88a4 pci_find_next_bus +EXPORT_SYMBOL vmlinux 0x595cde3f import_single_range +EXPORT_SYMBOL vmlinux 0x59686284 netlbl_calipso_ops_register +EXPORT_SYMBOL vmlinux 0x597d013f skb_recv_datagram +EXPORT_SYMBOL vmlinux 0x598a058a dev_set_mtu +EXPORT_SYMBOL vmlinux 0x598f0a95 udplite_table +EXPORT_SYMBOL vmlinux 0x599f9def phy_get_pause +EXPORT_SYMBOL vmlinux 0x59b4ac3e tcp_memory_allocated +EXPORT_SYMBOL vmlinux 0x59b6985b security_tun_dev_attach +EXPORT_SYMBOL vmlinux 0x59e71cc7 phy_do_ioctl +EXPORT_SYMBOL vmlinux 0x59f445eb rw_verify_area +EXPORT_SYMBOL vmlinux 0x5a0b73d0 zlib_deflateInit2 +EXPORT_SYMBOL vmlinux 0x5a10f98e del_virt_timer +EXPORT_SYMBOL vmlinux 0x5a2d19d4 __devm_request_region +EXPORT_SYMBOL vmlinux 0x5a3d0dce flow_block_cb_alloc +EXPORT_SYMBOL vmlinux 0x5a4d313e gf128mul_4k_lle +EXPORT_SYMBOL vmlinux 0x5a4dfc16 debugfs_create_automount +EXPORT_SYMBOL vmlinux 0x5a55e7d9 fifo_create_dflt +EXPORT_SYMBOL vmlinux 0x5a5e7ea3 simple_read_from_buffer +EXPORT_SYMBOL vmlinux 0x5a630934 free_bucket_spinlocks +EXPORT_SYMBOL vmlinux 0x5a67f06e fib6_info_hw_flags_set +EXPORT_SYMBOL vmlinux 0x5a690528 proc_remove +EXPORT_SYMBOL vmlinux 0x5a7e8884 iget5_locked +EXPORT_SYMBOL vmlinux 0x5a82e3ed register_netdevice_notifier_dev_net +EXPORT_SYMBOL vmlinux 0x5a99a0d7 flow_get_u32_dst +EXPORT_SYMBOL vmlinux 0x5aa77272 bio_alloc_clone +EXPORT_SYMBOL vmlinux 0x5acfecac filemap_fault +EXPORT_SYMBOL vmlinux 0x5ad24548 d_rehash +EXPORT_SYMBOL vmlinux 0x5ade6388 skb_append +EXPORT_SYMBOL vmlinux 0x5ae1154b __traceiter_kfree +EXPORT_SYMBOL vmlinux 0x5ae23ac6 pcim_iomap +EXPORT_SYMBOL vmlinux 0x5ae2c44d is_bad_inode +EXPORT_SYMBOL vmlinux 0x5ae42e2c dev_get_by_name +EXPORT_SYMBOL vmlinux 0x5ae50ebd scsi_unblock_requests +EXPORT_SYMBOL vmlinux 0x5aebd787 __quota_error +EXPORT_SYMBOL vmlinux 0x5b2b28ab tcw_add_tidaw +EXPORT_SYMBOL vmlinux 0x5b3e624e tty_register_ldisc +EXPORT_SYMBOL vmlinux 0x5b433003 jbd2_fc_get_buf +EXPORT_SYMBOL vmlinux 0x5b604bd1 segment_type +EXPORT_SYMBOL vmlinux 0x5b745a3d xa_load +EXPORT_SYMBOL vmlinux 0x5b90fe26 pin_user_pages_remote +EXPORT_SYMBOL vmlinux 0x5bbb9a62 scsi_register_interface +EXPORT_SYMBOL vmlinux 0x5bc1b6da udp_flush_pending_frames +EXPORT_SYMBOL vmlinux 0x5bd4ff88 flow_action_cookie_create +EXPORT_SYMBOL vmlinux 0x5bd85c7b vlan_dev_vlan_id +EXPORT_SYMBOL vmlinux 0x5bdb7603 sock_copy_user_timeval +EXPORT_SYMBOL vmlinux 0x5bdcabe7 gen_pool_first_fit_order_align +EXPORT_SYMBOL vmlinux 0x5bde4c12 ip6tun_encaps +EXPORT_SYMBOL vmlinux 0x5be63c5b crc32c_csum_stub +EXPORT_SYMBOL vmlinux 0x5bf29a74 netlink_capable +EXPORT_SYMBOL vmlinux 0x5c093201 dev_driver_string +EXPORT_SYMBOL vmlinux 0x5c207f71 page_pool_put_page_bulk +EXPORT_SYMBOL vmlinux 0x5c2d4da6 dm_register_target +EXPORT_SYMBOL vmlinux 0x5c3c7387 kstrtoull +EXPORT_SYMBOL vmlinux 0x5c4cc5ca tcf_qevent_destroy +EXPORT_SYMBOL vmlinux 0x5c77bbc9 may_setattr +EXPORT_SYMBOL vmlinux 0x5c877278 phy_resume +EXPORT_SYMBOL vmlinux 0x5c8dacad skb_eth_push +EXPORT_SYMBOL vmlinux 0x5ca9f17a follow_pfn +EXPORT_SYMBOL vmlinux 0x5cad2152 unlock_new_inode +EXPORT_SYMBOL vmlinux 0x5cb4090a raw3270_request_set_cmd +EXPORT_SYMBOL vmlinux 0x5cb68cb2 scsi_dma_map +EXPORT_SYMBOL vmlinux 0x5cc32bdc bitmap_copy_le +EXPORT_SYMBOL vmlinux 0x5cd6f99b completion_done +EXPORT_SYMBOL vmlinux 0x5cf53ce2 input_free_minor +EXPORT_SYMBOL vmlinux 0x5cf58bb6 seq_open +EXPORT_SYMBOL vmlinux 0x5d00550c tso_build_hdr +EXPORT_SYMBOL vmlinux 0x5d03b3ba ptep_xchg_direct +EXPORT_SYMBOL vmlinux 0x5d0b9dda generic_file_llseek +EXPORT_SYMBOL vmlinux 0x5d139fc2 cdev_device_add +EXPORT_SYMBOL vmlinux 0x5d16d8cd radix_tree_replace_slot +EXPORT_SYMBOL vmlinux 0x5d31c97b migrate_folio +EXPORT_SYMBOL vmlinux 0x5d49aabc init_wait_var_entry +EXPORT_SYMBOL vmlinux 0x5d5a9d51 xp_dma_sync_for_device_slow +EXPORT_SYMBOL vmlinux 0x5d79fa62 __skb_vlan_pop +EXPORT_SYMBOL vmlinux 0x5d7dee6b strscpy_pad +EXPORT_SYMBOL vmlinux 0x5da84b31 unregister_adapter_interrupt +EXPORT_SYMBOL vmlinux 0x5db385fe __netif_schedule +EXPORT_SYMBOL vmlinux 0x5dc0f186 dma_fence_allocate_private_stub +EXPORT_SYMBOL vmlinux 0x5dc86588 dev_set_mac_address_user +EXPORT_SYMBOL vmlinux 0x5de02f12 debug_sprintf_view +EXPORT_SYMBOL vmlinux 0x5df046af scsi_report_device_reset +EXPORT_SYMBOL vmlinux 0x5df756d7 __crypto_memneq +EXPORT_SYMBOL vmlinux 0x5df86ab0 sg_miter_start +EXPORT_SYMBOL vmlinux 0x5dfb86d8 tcp_set_rcvlowat +EXPORT_SYMBOL vmlinux 0x5e0ccb9f sha1_transform +EXPORT_SYMBOL vmlinux 0x5e21cb82 ap_send +EXPORT_SYMBOL vmlinux 0x5e25448a dev_addr_add +EXPORT_SYMBOL vmlinux 0x5e26b040 fwnode_irq_get_byname +EXPORT_SYMBOL vmlinux 0x5e373fb4 gf128mul_64k_bbe +EXPORT_SYMBOL vmlinux 0x5e55e410 rtnl_unicast +EXPORT_SYMBOL vmlinux 0x5e567cb1 xsk_set_rx_need_wakeup +EXPORT_SYMBOL vmlinux 0x5e65e9c7 nf_register_net_hooks +EXPORT_SYMBOL vmlinux 0x5e673a96 filemap_get_folios +EXPORT_SYMBOL vmlinux 0x5e690e17 nf_register_net_hook +EXPORT_SYMBOL vmlinux 0x5e756302 param_ops_bool +EXPORT_SYMBOL vmlinux 0x5e86171d raw3270_unregister_notifier +EXPORT_SYMBOL vmlinux 0x5e872865 unregister_tcf_proto_ops +EXPORT_SYMBOL vmlinux 0x5e8ce782 timestamp_truncate +EXPORT_SYMBOL vmlinux 0x5e95b1cd current_umask +EXPORT_SYMBOL vmlinux 0x5e9c4373 pmdp_xchg_lazy +EXPORT_SYMBOL vmlinux 0x5ea31004 arch_spin_trylock_retry +EXPORT_SYMBOL vmlinux 0x5eaf65d4 mark_page_accessed +EXPORT_SYMBOL vmlinux 0x5eb23470 phy_validate_pause +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 0x5ed28dd5 fs_lookup_param +EXPORT_SYMBOL vmlinux 0x5ed90adc int_to_scsilun +EXPORT_SYMBOL vmlinux 0x5ee4a36d dquot_drop +EXPORT_SYMBOL vmlinux 0x5efdd68b __tracepoint_mmap_lock_released +EXPORT_SYMBOL vmlinux 0x5f06f56a _copy_from_iter_nocache +EXPORT_SYMBOL vmlinux 0x5f098b2a in6addr_interfacelocal_allrouters +EXPORT_SYMBOL vmlinux 0x5f11c748 nmi_panic +EXPORT_SYMBOL vmlinux 0x5f13f3ea netdev_port_same_parent_id +EXPORT_SYMBOL vmlinux 0x5f15b032 dquot_acquire +EXPORT_SYMBOL vmlinux 0x5f2ba55e security_req_classify_flow +EXPORT_SYMBOL vmlinux 0x5f38af90 dmam_pool_create +EXPORT_SYMBOL vmlinux 0x5f499b6c sk_net_capable +EXPORT_SYMBOL vmlinux 0x5f5441c8 __ubsan_handle_alignment_assumption +EXPORT_SYMBOL vmlinux 0x5f55e415 phy_aneg_done +EXPORT_SYMBOL vmlinux 0x5f92924a neigh_xmit +EXPORT_SYMBOL vmlinux 0x5f9d6b66 xfrm_state_insert +EXPORT_SYMBOL vmlinux 0x5f9e0165 zerocopy_sg_from_iter +EXPORT_SYMBOL vmlinux 0x5f9ede6c proc_dostring +EXPORT_SYMBOL vmlinux 0x5fa0e4cb __nlmsg_put +EXPORT_SYMBOL vmlinux 0x5fa52577 sock_efree +EXPORT_SYMBOL vmlinux 0x5fb758a9 __scsi_iterate_devices +EXPORT_SYMBOL vmlinux 0x5fd2298e strnstr +EXPORT_SYMBOL vmlinux 0x5fd5c083 register_netdevice_notifier_net +EXPORT_SYMBOL vmlinux 0x5fe447a9 bitmap_print_list_to_buf +EXPORT_SYMBOL vmlinux 0x5ff83afc tcf_exts_validate +EXPORT_SYMBOL vmlinux 0x5ffd3c4d no_seek_end_llseek +EXPORT_SYMBOL vmlinux 0x6000770d submit_bio_wait +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 0x6043a9b9 xfrm_lookup_with_ifid +EXPORT_SYMBOL vmlinux 0x6057840d fb_find_mode +EXPORT_SYMBOL vmlinux 0x605790dc fiemap_fill_next_extent +EXPORT_SYMBOL vmlinux 0x605ef41a flow_rule_match_ipv6_addrs +EXPORT_SYMBOL vmlinux 0x606d04af try_lookup_one_len +EXPORT_SYMBOL vmlinux 0x6071e1d4 skb_flow_get_icmp_tci +EXPORT_SYMBOL vmlinux 0x607aa9f5 fs_param_is_u64 +EXPORT_SYMBOL vmlinux 0x6091b333 unregister_chrdev_region +EXPORT_SYMBOL vmlinux 0x609bcd98 in6_pton +EXPORT_SYMBOL vmlinux 0x609f1c7e synchronize_net +EXPORT_SYMBOL vmlinux 0x60a26130 get_user_pages_remote +EXPORT_SYMBOL vmlinux 0x60ab4c38 dma_fence_chain_init +EXPORT_SYMBOL vmlinux 0x60c311d6 raw3270_start +EXPORT_SYMBOL vmlinux 0x60cf0d39 kstrtoint_from_user +EXPORT_SYMBOL vmlinux 0x60da4854 follow_up +EXPORT_SYMBOL vmlinux 0x60f0eaee param_get_string +EXPORT_SYMBOL vmlinux 0x6108288f complete_all +EXPORT_SYMBOL vmlinux 0x6117c72e dqput +EXPORT_SYMBOL vmlinux 0x611fb860 xfrm_policy_walk_done +EXPORT_SYMBOL vmlinux 0x6128b5fc __printk_ratelimit +EXPORT_SYMBOL vmlinux 0x61347034 mb_cache_entry_delete_or_get +EXPORT_SYMBOL vmlinux 0x613fdbfc remove_proc_entry +EXPORT_SYMBOL vmlinux 0x61459365 simple_lookup +EXPORT_SYMBOL vmlinux 0x6147254c tcp_md5_hash_skb_data +EXPORT_SYMBOL vmlinux 0x6152760c fscrypt_ioctl_get_policy +EXPORT_SYMBOL vmlinux 0x615911d7 __bitmap_set +EXPORT_SYMBOL vmlinux 0x615e1ff9 eth_type_trans +EXPORT_SYMBOL vmlinux 0x615efb20 dev_change_flags +EXPORT_SYMBOL vmlinux 0x61663d0d scsi_eh_prep_cmnd +EXPORT_SYMBOL vmlinux 0x61850d7c inode_set_flags +EXPORT_SYMBOL vmlinux 0x6188e819 __blockdev_direct_IO +EXPORT_SYMBOL vmlinux 0x619b221e kthread_create_worker +EXPORT_SYMBOL vmlinux 0x61b610d3 make_kgid +EXPORT_SYMBOL vmlinux 0x61b7b126 simple_strtoull +EXPORT_SYMBOL vmlinux 0x61c09305 netdev_has_upper_dev_all_rcu +EXPORT_SYMBOL vmlinux 0x61c63993 inet_dgram_ops +EXPORT_SYMBOL vmlinux 0x61cf84fc netif_receive_skb +EXPORT_SYMBOL vmlinux 0x61dae99e try_module_get +EXPORT_SYMBOL vmlinux 0x61e272c9 sha256_final +EXPORT_SYMBOL vmlinux 0x61e71304 load_nls_default +EXPORT_SYMBOL vmlinux 0x61ea189b fb_pad_aligned_buffer +EXPORT_SYMBOL vmlinux 0x6206b93b iov_iter_alignment +EXPORT_SYMBOL vmlinux 0x6219175e seq_putc +EXPORT_SYMBOL vmlinux 0x6228c21f smp_call_function_single +EXPORT_SYMBOL vmlinux 0x6240607b __vlan_find_dev_deep_rcu +EXPORT_SYMBOL vmlinux 0x624a9b18 phy_attached_print +EXPORT_SYMBOL vmlinux 0x624c45c1 trace_print_array_seq +EXPORT_SYMBOL vmlinux 0x625b79aa ipv6_find_hdr +EXPORT_SYMBOL vmlinux 0x62737e1d sock_unregister +EXPORT_SYMBOL vmlinux 0x627bc1c4 smp_ctl_set_clear_bit +EXPORT_SYMBOL vmlinux 0x62849ac7 dev_valid_name +EXPORT_SYMBOL vmlinux 0x629e5c77 __tty_alloc_driver +EXPORT_SYMBOL vmlinux 0x62a65805 qdisc_offload_graft_helper +EXPORT_SYMBOL vmlinux 0x62b916c1 skb_eth_gso_segment +EXPORT_SYMBOL vmlinux 0x62c443bc blk_put_queue +EXPORT_SYMBOL vmlinux 0x62d669ad __inode_sub_bytes +EXPORT_SYMBOL vmlinux 0x62eadf48 xfrm_state_check_expire +EXPORT_SYMBOL vmlinux 0x62fb2974 tcp_gro_complete +EXPORT_SYMBOL vmlinux 0x6302d945 pci_free_host_bridge +EXPORT_SYMBOL vmlinux 0x6308cdcf __debug_sprintf_event +EXPORT_SYMBOL vmlinux 0x6315c42c zstd_get_params +EXPORT_SYMBOL vmlinux 0x63162de5 jbd2_journal_revoke +EXPORT_SYMBOL vmlinux 0x631d06aa cpu_rmap_put +EXPORT_SYMBOL vmlinux 0x63626594 wake_up_process +EXPORT_SYMBOL vmlinux 0x636948f1 generic_file_fsync +EXPORT_SYMBOL vmlinux 0x6369514b can_nice +EXPORT_SYMBOL vmlinux 0x636ace72 dma_fence_signal_timestamp +EXPORT_SYMBOL vmlinux 0x6371e098 cio_irb +EXPORT_SYMBOL vmlinux 0x637cf7a1 inet_get_local_port_range +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 0x63a93ae3 pcie_capability_read_dword +EXPORT_SYMBOL vmlinux 0x63be6b19 input_mt_report_pointer_emulation +EXPORT_SYMBOL vmlinux 0x63eb9355 panic_blink +EXPORT_SYMBOL vmlinux 0x640e41c9 pci_iomap_wc +EXPORT_SYMBOL vmlinux 0x64127b67 bitmap_find_next_zero_area_off +EXPORT_SYMBOL vmlinux 0x64397183 flow_rule_match_meta +EXPORT_SYMBOL vmlinux 0x6444e07a reuseport_detach_prog +EXPORT_SYMBOL vmlinux 0x6455298a security_xfrm_policy_free +EXPORT_SYMBOL vmlinux 0x6458f1e7 zstd_init_cstream +EXPORT_SYMBOL vmlinux 0x6462407d inode_update_time +EXPORT_SYMBOL vmlinux 0x6481ffe0 hsiphash_1u32 +EXPORT_SYMBOL vmlinux 0x648eb59d gc_inflight_list +EXPORT_SYMBOL vmlinux 0x64a9c928 default_blu +EXPORT_SYMBOL vmlinux 0x64bd6c05 disk_stack_limits +EXPORT_SYMBOL vmlinux 0x64d2b6b7 register_console +EXPORT_SYMBOL vmlinux 0x64d76bfb stop_tty +EXPORT_SYMBOL vmlinux 0x64df4c3f pcie_get_mps +EXPORT_SYMBOL vmlinux 0x64ec34dc inet_sk_rebuild_header +EXPORT_SYMBOL vmlinux 0x64f1fa1e udp_poll +EXPORT_SYMBOL vmlinux 0x65017a58 dev_mc_unsync +EXPORT_SYMBOL vmlinux 0x6504b28e tty_chars_in_buffer +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 0x654691a6 udp_read_skb +EXPORT_SYMBOL vmlinux 0x655fea22 pcie_ptm_enabled +EXPORT_SYMBOL vmlinux 0x657343e5 find_get_pages_range_tag +EXPORT_SYMBOL vmlinux 0x65882698 security_sb_clone_mnt_opts +EXPORT_SYMBOL vmlinux 0x658ce1a8 xxh64_reset +EXPORT_SYMBOL vmlinux 0x65929cae ns_to_timespec64 +EXPORT_SYMBOL vmlinux 0x659ded26 xfrm_flush_gc +EXPORT_SYMBOL vmlinux 0x65cd887a filemap_get_folios_contig +EXPORT_SYMBOL vmlinux 0x65dccf13 xz_dec_end +EXPORT_SYMBOL vmlinux 0x65ffcfd6 mnt_drop_write_file +EXPORT_SYMBOL vmlinux 0x66027704 mtree_store +EXPORT_SYMBOL vmlinux 0x660296d4 blk_mq_destroy_queue +EXPORT_SYMBOL vmlinux 0x660a94a3 param_set_ullong +EXPORT_SYMBOL vmlinux 0x6610ee01 remap_vmalloc_range +EXPORT_SYMBOL vmlinux 0x66133494 request_key_rcu +EXPORT_SYMBOL vmlinux 0x6623f2e3 vmalloc_array +EXPORT_SYMBOL vmlinux 0x665e2513 zstd_max_clevel +EXPORT_SYMBOL vmlinux 0x665ea3da phy_register_fixup_for_id +EXPORT_SYMBOL vmlinux 0x66628bf3 ip_tunnel_metadata_cnt +EXPORT_SYMBOL vmlinux 0x6673f96d xxh32_reset +EXPORT_SYMBOL vmlinux 0x6675caa2 unregister_nls +EXPORT_SYMBOL vmlinux 0x6680a1f0 tcf_em_unregister +EXPORT_SYMBOL vmlinux 0x6681bc32 __ethtool_get_link_ksettings +EXPORT_SYMBOL vmlinux 0x66900af1 dquot_get_dqblk +EXPORT_SYMBOL vmlinux 0x669991b5 __skb_ext_del +EXPORT_SYMBOL vmlinux 0x669c191b dm_consume_args +EXPORT_SYMBOL vmlinux 0x669fbc36 qdisc_put_unlocked +EXPORT_SYMBOL vmlinux 0x66af8bcd sync_blockdev +EXPORT_SYMBOL vmlinux 0x66d48ffa skb_copy_datagram_from_iter +EXPORT_SYMBOL vmlinux 0x66e0239b skb_seq_read +EXPORT_SYMBOL vmlinux 0x66e69897 prandom_bytes_state +EXPORT_SYMBOL vmlinux 0x66fe865b zstd_cstream_workspace_bound +EXPORT_SYMBOL vmlinux 0x672144bd strlcpy +EXPORT_SYMBOL vmlinux 0x6749d53f hdmi_vendor_infoframe_init +EXPORT_SYMBOL vmlinux 0x676155ff dotdot_name +EXPORT_SYMBOL vmlinux 0x6762e507 proc_doulongvec_ms_jiffies_minmax +EXPORT_SYMBOL vmlinux 0x676a6ff2 dst_release_immediate +EXPORT_SYMBOL vmlinux 0x676eaf91 xp_can_alloc +EXPORT_SYMBOL vmlinux 0x6779924f phy_get_internal_delay +EXPORT_SYMBOL vmlinux 0x677d983c tty_unregister_driver +EXPORT_SYMBOL vmlinux 0x678b96ec dma_pool_alloc +EXPORT_SYMBOL vmlinux 0x678c62eb cpu_all_bits +EXPORT_SYMBOL vmlinux 0x679723b4 pci_bus_set_ops +EXPORT_SYMBOL vmlinux 0x679773d2 netif_rx +EXPORT_SYMBOL vmlinux 0x679ed18f pci_bus_write_config_word +EXPORT_SYMBOL vmlinux 0x67a1c248 skb_page_frag_refill +EXPORT_SYMBOL vmlinux 0x67a6619a vfs_iocb_iter_write +EXPORT_SYMBOL vmlinux 0x67aa4e39 input_setup_polling +EXPORT_SYMBOL vmlinux 0x67b27ec1 tty_std_termios +EXPORT_SYMBOL vmlinux 0x67b78eb3 seq_hlist_next_rcu +EXPORT_SYMBOL vmlinux 0x67c9ff37 jbd2_journal_force_commit +EXPORT_SYMBOL vmlinux 0x67ce597c unregister_sysctl_table +EXPORT_SYMBOL vmlinux 0x67db76d1 devm_pci_remap_cfgspace +EXPORT_SYMBOL vmlinux 0x67e2272e refcount_dec_and_mutex_lock +EXPORT_SYMBOL vmlinux 0x67f8e1fc inet6_add_offload +EXPORT_SYMBOL vmlinux 0x67facf80 __seq_open_private +EXPORT_SYMBOL vmlinux 0x68186a64 dm_put_device +EXPORT_SYMBOL vmlinux 0x682a6335 security_inode_notifysecctx +EXPORT_SYMBOL vmlinux 0x682f22cf blk_queue_bounce_limit +EXPORT_SYMBOL vmlinux 0x6830e97a sock_wake_async +EXPORT_SYMBOL vmlinux 0x6846fbdb dma_resv_reserve_fences +EXPORT_SYMBOL vmlinux 0x68717ba2 sync_inode_metadata +EXPORT_SYMBOL vmlinux 0x6888c723 tcf_action_exec +EXPORT_SYMBOL vmlinux 0x6894b4f4 blk_queue_max_secure_erase_sectors +EXPORT_SYMBOL vmlinux 0x68a67224 mark_buffer_write_io_error +EXPORT_SYMBOL vmlinux 0x68a78f93 xfrm_register_type_offload +EXPORT_SYMBOL vmlinux 0x68b03985 skb_pull_data +EXPORT_SYMBOL vmlinux 0x68ba6d15 key_alloc +EXPORT_SYMBOL vmlinux 0x68c93b01 ccw_device_set_options_mask +EXPORT_SYMBOL vmlinux 0x68cae39e __lock_buffer +EXPORT_SYMBOL vmlinux 0x68cb33c0 gen_pool_virt_to_phys +EXPORT_SYMBOL vmlinux 0x68cd7b7c kernel_sendpage +EXPORT_SYMBOL vmlinux 0x68fe9e66 __kfifo_dma_out_prepare_r +EXPORT_SYMBOL vmlinux 0x69097457 crc32_be +EXPORT_SYMBOL vmlinux 0x690bf55f pci_wait_for_pending_transaction +EXPORT_SYMBOL vmlinux 0x690e33dd unload_nls +EXPORT_SYMBOL vmlinux 0x690f9dfa hdmi_infoframe_unpack +EXPORT_SYMBOL vmlinux 0x6913b6eb ipv6_mc_check_mld +EXPORT_SYMBOL vmlinux 0x69194f66 textsearch_unregister +EXPORT_SYMBOL vmlinux 0x691d4bf2 blk_mq_unique_tag +EXPORT_SYMBOL vmlinux 0x692e18e3 node_data +EXPORT_SYMBOL vmlinux 0x6955b9a2 qdisc_watchdog_init +EXPORT_SYMBOL vmlinux 0x69604657 d_alloc_name +EXPORT_SYMBOL vmlinux 0x69668826 netdev_increment_features +EXPORT_SYMBOL vmlinux 0x6971cd3f component_match_add_typed +EXPORT_SYMBOL vmlinux 0x6972e413 __bitmap_weight_and +EXPORT_SYMBOL vmlinux 0x69900efc jbd2_journal_begin_ordered_truncate +EXPORT_SYMBOL vmlinux 0x69d4de04 sock_set_priority +EXPORT_SYMBOL vmlinux 0x69d7769c __tracepoint_s390_diagnose +EXPORT_SYMBOL vmlinux 0x69ff7c35 register_fib_notifier +EXPORT_SYMBOL vmlinux 0x6a03751f sgl_free_order +EXPORT_SYMBOL vmlinux 0x6a037cf1 mempool_kfree +EXPORT_SYMBOL vmlinux 0x6a19b07a mdiobus_write_nested +EXPORT_SYMBOL vmlinux 0x6a35fba7 vfs_statfs +EXPORT_SYMBOL vmlinux 0x6a3eedcc tcp_peek_len +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 0x6a8d2c72 import_iovec +EXPORT_SYMBOL vmlinux 0x6a91cd42 setup_arg_pages +EXPORT_SYMBOL vmlinux 0x6aa11aa6 sgl_free_n_order +EXPORT_SYMBOL vmlinux 0x6aa69c54 ccw_device_clear +EXPORT_SYMBOL vmlinux 0x6aa811b1 scsi_is_host_device +EXPORT_SYMBOL vmlinux 0x6ab23aa1 load_fpu_regs +EXPORT_SYMBOL vmlinux 0x6ad44346 phy_device_register +EXPORT_SYMBOL vmlinux 0x6addfec4 __register_binfmt +EXPORT_SYMBOL vmlinux 0x6ae5f114 mini_qdisc_pair_swap +EXPORT_SYMBOL vmlinux 0x6aeefac4 zlib_deflateReset +EXPORT_SYMBOL vmlinux 0x6b1059bf setattr_should_drop_suidgid +EXPORT_SYMBOL vmlinux 0x6b14d859 unregister_framebuffer +EXPORT_SYMBOL vmlinux 0x6b1a7dd1 pci_add_new_bus +EXPORT_SYMBOL vmlinux 0x6b21318b readahead_expand +EXPORT_SYMBOL vmlinux 0x6b2dc060 dump_stack +EXPORT_SYMBOL vmlinux 0x6b3cd578 udp_lib_get_port +EXPORT_SYMBOL vmlinux 0x6b55acd0 rtnl_lock_killable +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 0x6b9b929b security_sctp_assoc_established +EXPORT_SYMBOL vmlinux 0x6bac671b __crc32c_le +EXPORT_SYMBOL vmlinux 0x6bc3fbc0 __unregister_chrdev +EXPORT_SYMBOL vmlinux 0x6bf181c1 __tracepoint_kmem_cache_free +EXPORT_SYMBOL vmlinux 0x6bfe1653 iucv_message_receive +EXPORT_SYMBOL vmlinux 0x6c041e19 __xa_insert +EXPORT_SYMBOL vmlinux 0x6c05387a add_to_pipe +EXPORT_SYMBOL vmlinux 0x6c0e6e92 __bio_advance +EXPORT_SYMBOL vmlinux 0x6c115e03 inode_init_always +EXPORT_SYMBOL vmlinux 0x6c257ac0 tty_termios_hw_change +EXPORT_SYMBOL vmlinux 0x6c27693d simple_write_begin +EXPORT_SYMBOL vmlinux 0x6c433cee proc_create_mount_point +EXPORT_SYMBOL vmlinux 0x6c4f5ed0 kbd_ascebc +EXPORT_SYMBOL vmlinux 0x6c5ee398 lease_modify +EXPORT_SYMBOL vmlinux 0x6c61ce70 num_registered_fb +EXPORT_SYMBOL vmlinux 0x6c6e1173 param_get_ushort +EXPORT_SYMBOL vmlinux 0x6c7a0323 __tracepoint_kmem_cache_alloc +EXPORT_SYMBOL vmlinux 0x6ca774a8 tty_unthrottle +EXPORT_SYMBOL vmlinux 0x6cb46525 netlbl_catmap_walk +EXPORT_SYMBOL vmlinux 0x6ccc34dd sort +EXPORT_SYMBOL vmlinux 0x6ce1aac5 fwnode_iomap +EXPORT_SYMBOL vmlinux 0x6cf192df kvrealloc +EXPORT_SYMBOL vmlinux 0x6d1c8696 register_netdevice +EXPORT_SYMBOL vmlinux 0x6d1ea6ec strlcat +EXPORT_SYMBOL vmlinux 0x6d294e43 clock_t_to_jiffies +EXPORT_SYMBOL vmlinux 0x6d3031ac keyring_clear +EXPORT_SYMBOL vmlinux 0x6d491d17 dst_destroy +EXPORT_SYMBOL vmlinux 0x6d5a25b2 __cgroup_bpf_run_filter_skb +EXPORT_SYMBOL vmlinux 0x6d652056 watchdog_unregister_governor +EXPORT_SYMBOL vmlinux 0x6d7c7dcc bitmap_cut +EXPORT_SYMBOL vmlinux 0x6d9ad473 dquot_mark_dquot_dirty +EXPORT_SYMBOL vmlinux 0x6daea280 crc32_le_shift +EXPORT_SYMBOL vmlinux 0x6dafc927 seq_read +EXPORT_SYMBOL vmlinux 0x6dba2552 cdrom_open +EXPORT_SYMBOL vmlinux 0x6dba9051 xz_dec_microlzma_end +EXPORT_SYMBOL vmlinux 0x6dcf857f uuid_null +EXPORT_SYMBOL vmlinux 0x6ddb337c filemap_check_errors +EXPORT_SYMBOL vmlinux 0x6de0a5d0 padata_free_shell +EXPORT_SYMBOL vmlinux 0x6deb5870 tcp_setsockopt +EXPORT_SYMBOL vmlinux 0x6df1aaf1 kernel_sigaction +EXPORT_SYMBOL vmlinux 0x6e00b8cb _ebcasc +EXPORT_SYMBOL vmlinux 0x6e1a56f6 inet_add_offload +EXPORT_SYMBOL vmlinux 0x6e1f6470 xfrm_state_register_afinfo +EXPORT_SYMBOL vmlinux 0x6e2da197 arch_read_lock_wait +EXPORT_SYMBOL vmlinux 0x6e34e5ea writeback_inodes_sb +EXPORT_SYMBOL vmlinux 0x6e3a64a0 bio_free_pages +EXPORT_SYMBOL vmlinux 0x6e44eff4 task_lookup_next_fd_rcu +EXPORT_SYMBOL vmlinux 0x6e4ff916 tcf_action_update_stats +EXPORT_SYMBOL vmlinux 0x6e720ff2 rtnl_unlock +EXPORT_SYMBOL vmlinux 0x6e74bce9 vfs_get_fsid +EXPORT_SYMBOL vmlinux 0x6e79f028 scsi_target_resume +EXPORT_SYMBOL vmlinux 0x6e857c91 sk_error_report +EXPORT_SYMBOL vmlinux 0x6e8b055f copy_page_to_iter +EXPORT_SYMBOL vmlinux 0x6e9ad290 cpu_have_feature +EXPORT_SYMBOL vmlinux 0x6e9dd606 __symbol_put +EXPORT_SYMBOL vmlinux 0x6e9f575e udp_seq_next +EXPORT_SYMBOL vmlinux 0x6ea9363b force_sig +EXPORT_SYMBOL vmlinux 0x6ea9afba blk_mq_alloc_disk_for_queue +EXPORT_SYMBOL vmlinux 0x6ec3b07e blk_start_plug +EXPORT_SYMBOL vmlinux 0x6edb8173 fbcon_update_vcs +EXPORT_SYMBOL vmlinux 0x6ef6e6ac pci_enable_msix_range +EXPORT_SYMBOL vmlinux 0x6ef84303 kvmalloc_node +EXPORT_SYMBOL vmlinux 0x6f0b000b tcp_release_cb +EXPORT_SYMBOL vmlinux 0x6f0e6938 udp_ioctl +EXPORT_SYMBOL vmlinux 0x6f144c4b xsk_tx_peek_desc +EXPORT_SYMBOL vmlinux 0x6f14e9db console_list_lock +EXPORT_SYMBOL vmlinux 0x6f20e8a0 nla_strscpy +EXPORT_SYMBOL vmlinux 0x6f2df3ef dma_fence_signal +EXPORT_SYMBOL vmlinux 0x6f32740e security_sctp_assoc_request +EXPORT_SYMBOL vmlinux 0x6f34dea5 ip_cmsg_recv_offset +EXPORT_SYMBOL vmlinux 0x6f53043d wait_for_completion_interruptible +EXPORT_SYMBOL vmlinux 0x6f5ef93d memchr_inv +EXPORT_SYMBOL vmlinux 0x6f79375c mempool_free +EXPORT_SYMBOL vmlinux 0x6f81b22c dev_remove_offload +EXPORT_SYMBOL vmlinux 0x6faf5574 devm_arch_phys_wc_add +EXPORT_SYMBOL vmlinux 0x6fb49676 queue_rcu_work +EXPORT_SYMBOL vmlinux 0x6fc0c58d dma_fence_default_wait +EXPORT_SYMBOL vmlinux 0x6fca3510 mount_bdev +EXPORT_SYMBOL vmlinux 0x6fcebbcd kernel_sock_shutdown +EXPORT_SYMBOL vmlinux 0x6fef7667 phy_set_max_speed +EXPORT_SYMBOL vmlinux 0x6ff79e77 input_event +EXPORT_SYMBOL vmlinux 0x6ff91709 simple_setattr +EXPORT_SYMBOL vmlinux 0x70002fe8 siphash_1u32 +EXPORT_SYMBOL vmlinux 0x70007ead tty_port_alloc_xmit_buf +EXPORT_SYMBOL vmlinux 0x701d5621 del_gendisk +EXPORT_SYMBOL vmlinux 0x701d9b02 register_netdev +EXPORT_SYMBOL vmlinux 0x70336943 xa_set_mark +EXPORT_SYMBOL vmlinux 0x70496206 debug_register +EXPORT_SYMBOL vmlinux 0x7049bcba config_item_put +EXPORT_SYMBOL vmlinux 0x704d6175 tcf_idr_search +EXPORT_SYMBOL vmlinux 0x706b93bb ip_setsockopt +EXPORT_SYMBOL vmlinux 0x70731478 cdev_del +EXPORT_SYMBOL vmlinux 0x7086fae9 copy_string_kernel +EXPORT_SYMBOL vmlinux 0x708dd6bb pci_irq_vector +EXPORT_SYMBOL vmlinux 0x70999438 __skb_gso_segment +EXPORT_SYMBOL vmlinux 0x70a38fa1 set_cached_acl +EXPORT_SYMBOL vmlinux 0x70a45c04 blk_queue_max_write_zeroes_sectors +EXPORT_SYMBOL vmlinux 0x70c13735 seq_vprintf +EXPORT_SYMBOL vmlinux 0x70d072a8 discard_new_inode +EXPORT_SYMBOL vmlinux 0x70dd7ca5 jbd2__journal_restart +EXPORT_SYMBOL vmlinux 0x70f81b56 ap_max_msg_size +EXPORT_SYMBOL vmlinux 0x70f86645 elevator_alloc +EXPORT_SYMBOL vmlinux 0x70fef972 __remove_inode_hash +EXPORT_SYMBOL vmlinux 0x710a838b dquot_quotactl_sysfile_ops +EXPORT_SYMBOL vmlinux 0x711dd9e5 ccw_device_start_timeout +EXPORT_SYMBOL vmlinux 0x711e1491 ap_perms +EXPORT_SYMBOL vmlinux 0x711ebe29 __mdiobus_read +EXPORT_SYMBOL vmlinux 0x7120f9bd LZ4_setStreamDecode +EXPORT_SYMBOL vmlinux 0x71259502 sock_dequeue_err_skb +EXPORT_SYMBOL vmlinux 0x7126ffaa skb_flow_dissect_meta +EXPORT_SYMBOL vmlinux 0x71291828 jbd2_journal_finish_inode_data_buffers +EXPORT_SYMBOL vmlinux 0x7129e5f8 hex_asc +EXPORT_SYMBOL vmlinux 0x7145aef0 segment_load +EXPORT_SYMBOL vmlinux 0x715a5ed0 vprintk +EXPORT_SYMBOL vmlinux 0x7163e09c simple_dentry_operations +EXPORT_SYMBOL vmlinux 0x7171121c overflowgid +EXPORT_SYMBOL vmlinux 0x71749041 vlan_for_each +EXPORT_SYMBOL vmlinux 0x718fd11f dcbnl_ieee_notify +EXPORT_SYMBOL vmlinux 0x71932e64 ccw_device_tm_start +EXPORT_SYMBOL vmlinux 0x71950d15 tcp_conn_request +EXPORT_SYMBOL vmlinux 0x7198d2c1 tty_flip_buffer_push +EXPORT_SYMBOL vmlinux 0x719a8641 d_lookup +EXPORT_SYMBOL vmlinux 0x71a672ef dmam_pool_destroy +EXPORT_SYMBOL vmlinux 0x71ec6edb __free_pages +EXPORT_SYMBOL vmlinux 0x71ef8c61 ip6_err_gen_icmpv6_unreach +EXPORT_SYMBOL vmlinux 0x71f35c69 eth_header_cache +EXPORT_SYMBOL vmlinux 0x720a27a7 __register_blkdev +EXPORT_SYMBOL vmlinux 0x722286e8 inet_frag_kill +EXPORT_SYMBOL vmlinux 0x7223ca4f param_set_copystring +EXPORT_SYMBOL vmlinux 0x72297f25 __alloc_bucket_spinlocks +EXPORT_SYMBOL vmlinux 0x723620a7 cdrom_number_of_slots +EXPORT_SYMBOL vmlinux 0x723b6734 tcp_filter +EXPORT_SYMBOL vmlinux 0x7242e96d strnchr +EXPORT_SYMBOL vmlinux 0x72604800 __sock_queue_rcv_skb +EXPORT_SYMBOL vmlinux 0x7266ce50 md_error +EXPORT_SYMBOL vmlinux 0x727f40e7 pcim_enable_device +EXPORT_SYMBOL vmlinux 0x729058a0 genphy_read_lpa +EXPORT_SYMBOL vmlinux 0x72a2f8b4 do_splice_direct +EXPORT_SYMBOL vmlinux 0x72b9d287 default_grn +EXPORT_SYMBOL vmlinux 0x72bb5c59 jbd2_journal_release_jbd_inode +EXPORT_SYMBOL vmlinux 0x72bff4ee debug_exception_common +EXPORT_SYMBOL vmlinux 0x72da70e2 gen_pool_for_each_chunk +EXPORT_SYMBOL vmlinux 0x72dc9cb4 _dev_crit +EXPORT_SYMBOL vmlinux 0x72ea7b2d scsi_device_type +EXPORT_SYMBOL vmlinux 0x72fad567 iov_iter_get_pages_alloc2 +EXPORT_SYMBOL vmlinux 0x73008f74 kthread_stop +EXPORT_SYMBOL vmlinux 0x730b096c ap_apqn_in_matrix_owned_by_def_drv +EXPORT_SYMBOL vmlinux 0x73286f15 security_binder_set_context_mgr +EXPORT_SYMBOL vmlinux 0x732dd326 groups_free +EXPORT_SYMBOL vmlinux 0x7332f60b sync_filesystem +EXPORT_SYMBOL vmlinux 0x7355e0e0 irq_set_chip +EXPORT_SYMBOL vmlinux 0x736d2099 scsi_device_quiesce +EXPORT_SYMBOL vmlinux 0x7380dffa argv_split +EXPORT_SYMBOL vmlinux 0x7382eada folio_clear_dirty_for_io +EXPORT_SYMBOL vmlinux 0x7389706a __memset16 +EXPORT_SYMBOL vmlinux 0x738f1aae scsi_host_alloc +EXPORT_SYMBOL vmlinux 0x73968218 pci_get_device +EXPORT_SYMBOL vmlinux 0x739fd00f __SCK__tp_func_module_get +EXPORT_SYMBOL vmlinux 0x73abb180 alloc_contig_range +EXPORT_SYMBOL vmlinux 0x73bf20c6 _ascebc +EXPORT_SYMBOL vmlinux 0x73d5dfe8 follow_down_one +EXPORT_SYMBOL vmlinux 0x73e43db0 netif_stacked_transfer_operstate +EXPORT_SYMBOL vmlinux 0x73e58c3d filemap_alloc_folio +EXPORT_SYMBOL vmlinux 0x73fb758c release_sock +EXPORT_SYMBOL vmlinux 0x73fc474d __dev_get_by_name +EXPORT_SYMBOL vmlinux 0x73fe4f05 gro_find_complete_by_type +EXPORT_SYMBOL vmlinux 0x7410aba2 strreplace +EXPORT_SYMBOL vmlinux 0x741f70a9 debug_stop_all +EXPORT_SYMBOL vmlinux 0x742578a5 wait_for_random_bytes +EXPORT_SYMBOL vmlinux 0x7429e20c kstrtos8 +EXPORT_SYMBOL vmlinux 0x744014e5 kmem_cache_free +EXPORT_SYMBOL vmlinux 0x744071d6 __netif_napi_del +EXPORT_SYMBOL vmlinux 0x74460af8 put_cmsg +EXPORT_SYMBOL vmlinux 0x7446d450 netdev_offload_xstats_get +EXPORT_SYMBOL vmlinux 0x7453d3e8 security_release_secctx +EXPORT_SYMBOL vmlinux 0x745d9bb4 __block_write_full_page +EXPORT_SYMBOL vmlinux 0x7470b01a tsb_init +EXPORT_SYMBOL vmlinux 0x748087b8 rawv6_mh_filter_register +EXPORT_SYMBOL vmlinux 0x7483dc59 pci_dev_present +EXPORT_SYMBOL vmlinux 0x74c134b9 __sw_hweight32 +EXPORT_SYMBOL vmlinux 0x74d858a7 on_each_cpu_cond_mask +EXPORT_SYMBOL vmlinux 0x74e5ff1a udpv6_encap_enable +EXPORT_SYMBOL vmlinux 0x74e8a877 ip_mc_leave_group +EXPORT_SYMBOL vmlinux 0x74efcda5 jbd2_journal_try_to_free_buffers +EXPORT_SYMBOL vmlinux 0x74f28025 pci_disable_link_state +EXPORT_SYMBOL vmlinux 0x74f6e599 security_cred_getsecid +EXPORT_SYMBOL vmlinux 0x7529d3da mr_table_dump +EXPORT_SYMBOL vmlinux 0x753d7e21 skb_kill_datagram +EXPORT_SYMBOL vmlinux 0x7555cade skb_pull +EXPORT_SYMBOL vmlinux 0x7575eb71 pci_bus_type +EXPORT_SYMBOL vmlinux 0x757a9a55 get_tree_keyed +EXPORT_SYMBOL vmlinux 0x75908e74 scm_detach_fds +EXPORT_SYMBOL vmlinux 0x759a0416 __memset64 +EXPORT_SYMBOL vmlinux 0x75aa7425 vfs_readlink +EXPORT_SYMBOL vmlinux 0x75ab0ea1 tc_setup_cb_call +EXPORT_SYMBOL vmlinux 0x75b51441 skb_copy +EXPORT_SYMBOL vmlinux 0x75b9cf29 hsch +EXPORT_SYMBOL vmlinux 0x75bd8ffa xfrm_policy_byid +EXPORT_SYMBOL vmlinux 0x75bda77a seq_hlist_next +EXPORT_SYMBOL vmlinux 0x75bf32ed __folio_cancel_dirty +EXPORT_SYMBOL vmlinux 0x75c92ada dev_set_mac_address +EXPORT_SYMBOL vmlinux 0x75cfd3bd inode_sub_bytes +EXPORT_SYMBOL vmlinux 0x75d0deb9 nsecs_to_jiffies64 +EXPORT_SYMBOL vmlinux 0x75d499dd vmcore_add_device_dump +EXPORT_SYMBOL vmlinux 0x75da027b single_open +EXPORT_SYMBOL vmlinux 0x760646a9 netif_set_real_num_rx_queues +EXPORT_SYMBOL vmlinux 0x760a0f4f yield +EXPORT_SYMBOL vmlinux 0x7614a0be jbd2_journal_unlock_updates +EXPORT_SYMBOL vmlinux 0x7618af39 hdmi_infoframe_check +EXPORT_SYMBOL vmlinux 0x761d6a4d con_is_bound +EXPORT_SYMBOL vmlinux 0x761f6d00 sk_mc_loop +EXPORT_SYMBOL vmlinux 0x7624249e dim_park_tired +EXPORT_SYMBOL vmlinux 0x76426845 strncpy_from_user +EXPORT_SYMBOL vmlinux 0x7644d296 dev_pre_changeaddr_notify +EXPORT_SYMBOL vmlinux 0x7647726c handle_sysrq +EXPORT_SYMBOL vmlinux 0x764b9d4d dev_disable_lro +EXPORT_SYMBOL vmlinux 0x765032e3 genl_notify +EXPORT_SYMBOL vmlinux 0x765a7728 pskb_expand_head +EXPORT_SYMBOL vmlinux 0x766a0927 mempool_alloc_pages +EXPORT_SYMBOL vmlinux 0x76702ab2 inet6_del_protocol +EXPORT_SYMBOL vmlinux 0x7682ba4e __copy_overflow +EXPORT_SYMBOL vmlinux 0x768bbfd1 __dev_get_by_index +EXPORT_SYMBOL vmlinux 0x769f6e64 errseq_check +EXPORT_SYMBOL vmlinux 0x76aa137c __xfrm_state_delete +EXPORT_SYMBOL vmlinux 0x76aca479 dqget +EXPORT_SYMBOL vmlinux 0x76b38fc9 scsi_device_lookup_by_target +EXPORT_SYMBOL vmlinux 0x76d3cd60 laptop_mode +EXPORT_SYMBOL vmlinux 0x76e7f4c8 try_to_free_buffers +EXPORT_SYMBOL vmlinux 0x76ef041b iommu_put_resv_regions +EXPORT_SYMBOL vmlinux 0x770fd3ad udp_lib_setsockopt +EXPORT_SYMBOL vmlinux 0x771ca8af __mod_zone_page_state +EXPORT_SYMBOL vmlinux 0x77247c5e ap_bus_force_rescan +EXPORT_SYMBOL vmlinux 0x7732159c free_irq_cpu_rmap +EXPORT_SYMBOL vmlinux 0x7732bcb0 xfrm_policy_register_afinfo +EXPORT_SYMBOL vmlinux 0x77358855 iomem_resource +EXPORT_SYMBOL vmlinux 0x773ced50 km_state_notify +EXPORT_SYMBOL vmlinux 0x77434f2d file_path +EXPORT_SYMBOL vmlinux 0x7748fc81 block_dirty_folio +EXPORT_SYMBOL vmlinux 0x774b1c71 tty_port_hangup +EXPORT_SYMBOL vmlinux 0x776ca93a __clzdi2 +EXPORT_SYMBOL vmlinux 0x7777f69f irq_domain_set_info +EXPORT_SYMBOL vmlinux 0x77817886 dquot_resume +EXPORT_SYMBOL vmlinux 0x779cbb04 fqdir_exit +EXPORT_SYMBOL vmlinux 0x77ab1d5f block_write_full_page +EXPORT_SYMBOL vmlinux 0x77b2b21b netlink_net_capable +EXPORT_SYMBOL vmlinux 0x77bc13a0 strim +EXPORT_SYMBOL vmlinux 0x77e9eb37 aes_encrypt +EXPORT_SYMBOL vmlinux 0x77f2a11e finish_no_open +EXPORT_SYMBOL vmlinux 0x78051ee9 pcim_iomap_table +EXPORT_SYMBOL vmlinux 0x7807f0f8 schedule_timeout_idle +EXPORT_SYMBOL vmlinux 0x7819aea9 __kmalloc_node +EXPORT_SYMBOL vmlinux 0x78246072 phy_support_sym_pause +EXPORT_SYMBOL vmlinux 0x782acba5 crc_t10dif +EXPORT_SYMBOL vmlinux 0x783e8292 scsi_report_opcode +EXPORT_SYMBOL vmlinux 0x78569adf ida_alloc_range +EXPORT_SYMBOL vmlinux 0x785fcf95 __scsi_device_lookup_by_target +EXPORT_SYMBOL vmlinux 0x7888f727 phy_drivers_register +EXPORT_SYMBOL vmlinux 0x78991079 scsi_command_normalize_sense +EXPORT_SYMBOL vmlinux 0x78a1155b nla_put_nohdr +EXPORT_SYMBOL vmlinux 0x78a16f48 aes_decrypt +EXPORT_SYMBOL vmlinux 0x78b527b7 vfs_iter_write +EXPORT_SYMBOL vmlinux 0x78b887ed vsprintf +EXPORT_SYMBOL vmlinux 0x78c298ae ipv6_chk_addr_and_flags +EXPORT_SYMBOL vmlinux 0x78d53d68 get_task_cred +EXPORT_SYMBOL vmlinux 0x78df6bd7 no_pci_devices +EXPORT_SYMBOL vmlinux 0x78e5d1c9 mdiobus_unregister_device +EXPORT_SYMBOL vmlinux 0x78e98ec8 ipv6_skip_exthdr +EXPORT_SYMBOL vmlinux 0x78f1475a __traceiter_s390_cio_rsch +EXPORT_SYMBOL vmlinux 0x78f4351f phy_ethtool_set_wol +EXPORT_SYMBOL vmlinux 0x79249098 __xfrm_decode_session +EXPORT_SYMBOL vmlinux 0x792e7baa lock_sock_nested +EXPORT_SYMBOL vmlinux 0x79345faa __xfrm_init_state +EXPORT_SYMBOL vmlinux 0x795448f2 input_set_timestamp +EXPORT_SYMBOL vmlinux 0x7961498e unlock_two_nondirectories +EXPORT_SYMBOL vmlinux 0x796b4646 nf_register_queue_handler +EXPORT_SYMBOL vmlinux 0x7970ef55 swake_up_locked +EXPORT_SYMBOL vmlinux 0x79809ec6 dquot_claim_space_nodirty +EXPORT_SYMBOL vmlinux 0x79816357 dma_fence_wait_timeout +EXPORT_SYMBOL vmlinux 0x799df5d5 generic_fill_statx_attr +EXPORT_SYMBOL vmlinux 0x79a2ae16 page_symlink +EXPORT_SYMBOL vmlinux 0x79a415c5 security_sctp_bind_connect +EXPORT_SYMBOL vmlinux 0x79be56e2 km_policy_notify +EXPORT_SYMBOL vmlinux 0x79c6c80d gnet_stats_start_copy +EXPORT_SYMBOL vmlinux 0x79cd6498 down_write_killable +EXPORT_SYMBOL vmlinux 0x79d0f79c inet6_csk_route_req +EXPORT_SYMBOL vmlinux 0x79e20b53 dev_printk_emit +EXPORT_SYMBOL vmlinux 0x79f29c0e proto_unregister +EXPORT_SYMBOL vmlinux 0x7a171a7d __SetPageMovable +EXPORT_SYMBOL vmlinux 0x7a1bcd59 gf128mul_x8_ble +EXPORT_SYMBOL vmlinux 0x7a2bbe1e debug_unregister_view +EXPORT_SYMBOL vmlinux 0x7a2ff57e security_current_getsecid_subj +EXPORT_SYMBOL vmlinux 0x7a310d07 genl_register_family +EXPORT_SYMBOL vmlinux 0x7a386438 call_usermodehelper_exec +EXPORT_SYMBOL vmlinux 0x7a3a9d93 security_sctp_sk_clone +EXPORT_SYMBOL vmlinux 0x7a43d020 rtnl_kfree_skbs +EXPORT_SYMBOL vmlinux 0x7a53a06d flow_indr_dev_exists +EXPORT_SYMBOL vmlinux 0x7a6efe9b register_md_cluster_operations +EXPORT_SYMBOL vmlinux 0x7a7d60e6 iucv_register +EXPORT_SYMBOL vmlinux 0x7a95e5ae do_settimeofday64 +EXPORT_SYMBOL vmlinux 0x7aa1756e kvfree +EXPORT_SYMBOL vmlinux 0x7ab5e9bc retire_super +EXPORT_SYMBOL vmlinux 0x7acbb43d rt_mutex_base_init +EXPORT_SYMBOL vmlinux 0x7acf25d9 ihold +EXPORT_SYMBOL vmlinux 0x7ad050b9 qid_lt +EXPORT_SYMBOL vmlinux 0x7ad504ad pci_claim_resource +EXPORT_SYMBOL vmlinux 0x7ad69018 rdmacg_try_charge +EXPORT_SYMBOL vmlinux 0x7adc0fbf rb_replace_node_rcu +EXPORT_SYMBOL vmlinux 0x7aeb3cf9 seg6_push_hmac +EXPORT_SYMBOL vmlinux 0x7b01691a lock_rename +EXPORT_SYMBOL vmlinux 0x7b17f51c inet_csk_reqsk_queue_add +EXPORT_SYMBOL vmlinux 0x7b1bdd02 folio_mark_dirty +EXPORT_SYMBOL vmlinux 0x7b290615 blk_mq_alloc_request +EXPORT_SYMBOL vmlinux 0x7b37d4a7 _find_first_zero_bit +EXPORT_SYMBOL vmlinux 0x7b43dd1a iov_iter_init +EXPORT_SYMBOL vmlinux 0x7b48f194 security_inet_conn_request +EXPORT_SYMBOL vmlinux 0x7b5502ba pcie_capability_clear_and_set_word +EXPORT_SYMBOL vmlinux 0x7b5a7137 strncat +EXPORT_SYMBOL vmlinux 0x7b5b8f31 sha256_update +EXPORT_SYMBOL vmlinux 0x7b669243 generic_error_remove_page +EXPORT_SYMBOL vmlinux 0x7b6c20db jbd2_journal_check_available_features +EXPORT_SYMBOL vmlinux 0x7b921999 scsi_is_target_device +EXPORT_SYMBOL vmlinux 0x7ba1e144 sk_page_frag_refill +EXPORT_SYMBOL vmlinux 0x7ba6224f skb_flow_dissect_tunnel_info +EXPORT_SYMBOL vmlinux 0x7ba6392e mroute6_is_socket +EXPORT_SYMBOL vmlinux 0x7bb07e09 xfrm_policy_unregister_afinfo +EXPORT_SYMBOL vmlinux 0x7bb93597 scsi_remove_host +EXPORT_SYMBOL vmlinux 0x7bbccd05 nr_node_ids +EXPORT_SYMBOL vmlinux 0x7bc276bf ip_tunnel_parse_protocol +EXPORT_SYMBOL vmlinux 0x7bcbdbb2 _dev_notice +EXPORT_SYMBOL vmlinux 0x7bcf64b0 register_nexthop_notifier +EXPORT_SYMBOL vmlinux 0x7bd7dfd0 ap_test_config_usage_domain +EXPORT_SYMBOL vmlinux 0x7befa35b find_inode_rcu +EXPORT_SYMBOL vmlinux 0x7c14f503 gen_pool_dma_alloc +EXPORT_SYMBOL vmlinux 0x7c1508b6 sock_no_connect +EXPORT_SYMBOL vmlinux 0x7c173634 __bitmap_complement +EXPORT_SYMBOL vmlinux 0x7c3b1952 d_tmpfile +EXPORT_SYMBOL vmlinux 0x7c3b799d fs_param_is_bool +EXPORT_SYMBOL vmlinux 0x7c3c3fb9 nf_ct_get_tuple_skb +EXPORT_SYMBOL vmlinux 0x7c5d4a3a sclp_reactivate +EXPORT_SYMBOL vmlinux 0x7c64992f inet_csk_complete_hashdance +EXPORT_SYMBOL vmlinux 0x7c9ca58f __sg_page_iter_next +EXPORT_SYMBOL vmlinux 0x7cbee3c8 folio_alloc +EXPORT_SYMBOL vmlinux 0x7ccffd6a tcp_sock_set_keepcnt +EXPORT_SYMBOL vmlinux 0x7ce18c9f from_kqid +EXPORT_SYMBOL vmlinux 0x7cea8c44 pci_write_config_byte +EXPORT_SYMBOL vmlinux 0x7cf70789 inet_put_port +EXPORT_SYMBOL vmlinux 0x7cfe368d net_dim_get_def_tx_moderation +EXPORT_SYMBOL vmlinux 0x7d0847c4 blk_mq_alloc_tag_set +EXPORT_SYMBOL vmlinux 0x7d0db45c jiffies_to_clock_t +EXPORT_SYMBOL vmlinux 0x7d27e504 dm_shift_arg +EXPORT_SYMBOL vmlinux 0x7d328fdc pcie_print_link_status +EXPORT_SYMBOL vmlinux 0x7d3c1585 sg_alloc_table_from_pages_segment +EXPORT_SYMBOL vmlinux 0x7d4b176a netlbl_catmap_setbit +EXPORT_SYMBOL vmlinux 0x7d4f37db reuseport_select_sock +EXPORT_SYMBOL vmlinux 0x7d503612 vfs_create_mount +EXPORT_SYMBOL vmlinux 0x7d522361 mempool_create_node +EXPORT_SYMBOL vmlinux 0x7d6bbc8a __sk_mem_reclaim +EXPORT_SYMBOL vmlinux 0x7d803f79 netif_device_detach +EXPORT_SYMBOL vmlinux 0x7daece67 quota_send_warning +EXPORT_SYMBOL vmlinux 0x7dc35dcb genphy_config_eee_advert +EXPORT_SYMBOL vmlinux 0x7dc5ffa7 tc_skb_ext_tc_disable +EXPORT_SYMBOL vmlinux 0x7dc95793 proc_set_user +EXPORT_SYMBOL vmlinux 0x7dcdf0bc t10_pi_type3_ip +EXPORT_SYMBOL vmlinux 0x7dd45878 __neigh_create +EXPORT_SYMBOL vmlinux 0x7dd9aa98 d_alloc +EXPORT_SYMBOL vmlinux 0x7de87c5b sock_pfree +EXPORT_SYMBOL vmlinux 0x7dec65ff mempool_init +EXPORT_SYMBOL vmlinux 0x7e039968 device_match_acpi_dev +EXPORT_SYMBOL vmlinux 0x7e04b1f1 drop_super_exclusive +EXPORT_SYMBOL vmlinux 0x7e0dd50f fs_param_is_enum +EXPORT_SYMBOL vmlinux 0x7e16e6ec __register_nls +EXPORT_SYMBOL vmlinux 0x7e297b34 fuse_dequeue_forget +EXPORT_SYMBOL vmlinux 0x7e3191f6 try_to_del_timer_sync +EXPORT_SYMBOL vmlinux 0x7e6f6753 devm_ioremap +EXPORT_SYMBOL vmlinux 0x7e821ba1 crc_ccitt +EXPORT_SYMBOL vmlinux 0x7e97abbc xfrm_state_walk_done +EXPORT_SYMBOL vmlinux 0x7ea1d523 sock_init_data +EXPORT_SYMBOL vmlinux 0x7ec4a60d udp6_set_csum +EXPORT_SYMBOL vmlinux 0x7ec6ca31 ip_check_defrag +EXPORT_SYMBOL vmlinux 0x7ecd3b68 ip6_output +EXPORT_SYMBOL vmlinux 0x7eddff5d jbd2_journal_init_inode +EXPORT_SYMBOL vmlinux 0x7eeec48c bfifo_qdisc_ops +EXPORT_SYMBOL vmlinux 0x7f02188f __msecs_to_jiffies +EXPORT_SYMBOL vmlinux 0x7f03b6a9 crc_ccitt_table +EXPORT_SYMBOL vmlinux 0x7f121a76 scsi_mode_sense +EXPORT_SYMBOL vmlinux 0x7f24de73 jiffies_to_usecs +EXPORT_SYMBOL vmlinux 0x7f33cdc8 get_user_pages_unlocked +EXPORT_SYMBOL vmlinux 0x7f4148ac genphy_c37_read_status +EXPORT_SYMBOL vmlinux 0x7f4c565b add_wait_queue +EXPORT_SYMBOL vmlinux 0x7f52071a net_dim +EXPORT_SYMBOL vmlinux 0x7f5b4fe4 sg_free_table +EXPORT_SYMBOL vmlinux 0x7f5cefc9 udp_lib_getsockopt +EXPORT_SYMBOL vmlinux 0x7f67c155 pipe_unlock +EXPORT_SYMBOL vmlinux 0x7f6e1604 blk_mq_start_hw_queue +EXPORT_SYMBOL vmlinux 0x7f78845d put_cmsg_scm_timestamping64 +EXPORT_SYMBOL vmlinux 0x7f7f7bb4 irq_poll_disable +EXPORT_SYMBOL vmlinux 0x7f801c54 _atomic_dec_and_raw_lock_irqsave +EXPORT_SYMBOL vmlinux 0x7f859efb insert_inode_locked +EXPORT_SYMBOL vmlinux 0x7f92289f read_cache_folio +EXPORT_SYMBOL vmlinux 0x7f957121 dma_fence_chain_walk +EXPORT_SYMBOL vmlinux 0x7faac73e scsi_get_device_flags_keyed +EXPORT_SYMBOL vmlinux 0x7fac4642 devm_request_any_context_irq +EXPORT_SYMBOL vmlinux 0x7fd6c554 netdev_refcnt_read +EXPORT_SYMBOL vmlinux 0x7fd96f37 __d_drop +EXPORT_SYMBOL vmlinux 0x7fe32873 rb_replace_node +EXPORT_SYMBOL vmlinux 0x7fe4ca65 mount_nodev +EXPORT_SYMBOL vmlinux 0x800ad9fa iunique +EXPORT_SYMBOL vmlinux 0x80318b30 sg_copy_buffer +EXPORT_SYMBOL vmlinux 0x803ddbb6 __posix_acl_create +EXPORT_SYMBOL vmlinux 0x804fd662 dma_fence_wait_any_timeout +EXPORT_SYMBOL vmlinux 0x8053173d pci_find_resource +EXPORT_SYMBOL vmlinux 0x8053525a sclp_register +EXPORT_SYMBOL vmlinux 0x805485ab __kfifo_out_r +EXPORT_SYMBOL vmlinux 0x80548a30 param_ops_invbool +EXPORT_SYMBOL vmlinux 0x80562548 mdiobus_unregister +EXPORT_SYMBOL vmlinux 0x8057ac2c simple_nosetlease +EXPORT_SYMBOL vmlinux 0x805a770b pci_disable_link_state_locked +EXPORT_SYMBOL vmlinux 0x806f2c92 tcw_set_tccb +EXPORT_SYMBOL vmlinux 0x80816f26 get_user_ifreq +EXPORT_SYMBOL vmlinux 0x808d2022 flow_block_cb_priv +EXPORT_SYMBOL vmlinux 0x808e6a1b __wait_on_buffer +EXPORT_SYMBOL vmlinux 0x80a264e7 key_type_keyring +EXPORT_SYMBOL vmlinux 0x80b9fde5 iov_iter_revert +EXPORT_SYMBOL vmlinux 0x80c6556e xfrm_state_flush +EXPORT_SYMBOL vmlinux 0x80ca5026 _bin2bcd +EXPORT_SYMBOL vmlinux 0x80d24b9b misc_deregister +EXPORT_SYMBOL vmlinux 0x80d68d3e fb_register_client +EXPORT_SYMBOL vmlinux 0x80d7f717 sg_zero_buffer +EXPORT_SYMBOL vmlinux 0x80e2d366 fs_context_for_submount +EXPORT_SYMBOL vmlinux 0x80e5f86f fscrypt_fname_alloc_buffer +EXPORT_SYMBOL vmlinux 0x810bef7e sg_free_append_table +EXPORT_SYMBOL vmlinux 0x8112b3d2 scsi_build_sense_buffer +EXPORT_SYMBOL vmlinux 0x81153aed jbd2_journal_inode_ranged_wait +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 0x813facdd blk_mq_init_queue +EXPORT_SYMBOL vmlinux 0x81406e34 skb_trim +EXPORT_SYMBOL vmlinux 0x81500e20 nf_log_bind_pf +EXPORT_SYMBOL vmlinux 0x8155f1f0 splice_direct_to_actor +EXPORT_SYMBOL vmlinux 0x8156462b scsi_device_set_state +EXPORT_SYMBOL vmlinux 0x81573947 pci_alloc_irq_vectors +EXPORT_SYMBOL vmlinux 0x815b5dd4 match_octal +EXPORT_SYMBOL vmlinux 0x818416e1 scsi_set_sense_information +EXPORT_SYMBOL vmlinux 0x81844c9d vmemdup_user +EXPORT_SYMBOL vmlinux 0x818ba04f fault_in_iov_iter_writeable +EXPORT_SYMBOL vmlinux 0x81a1eb59 utf8_unload +EXPORT_SYMBOL vmlinux 0x81a58001 mempool_init_node +EXPORT_SYMBOL vmlinux 0x81b42940 sg_alloc_append_table_from_pages +EXPORT_SYMBOL vmlinux 0x81b433f2 down +EXPORT_SYMBOL vmlinux 0x81c521ce proc_dobool +EXPORT_SYMBOL vmlinux 0x81dadc83 skb_prepare_seq_read +EXPORT_SYMBOL vmlinux 0x81db6ebb xz_dec_reset +EXPORT_SYMBOL vmlinux 0x82066f91 inc_nlink +EXPORT_SYMBOL vmlinux 0x821c8e2b pci_disable_device +EXPORT_SYMBOL vmlinux 0x823a3a4d unregister_mii_tstamp_controller +EXPORT_SYMBOL vmlinux 0x8248d386 security_inet_conn_established +EXPORT_SYMBOL vmlinux 0x8248d568 ethtool_op_get_link +EXPORT_SYMBOL vmlinux 0x824e8c33 kernel_sock_ip_overhead +EXPORT_SYMBOL vmlinux 0x825e9b9e seq_lseek +EXPORT_SYMBOL vmlinux 0x8277d78b __devm_release_region +EXPORT_SYMBOL vmlinux 0x827bb0d2 __destroy_inode +EXPORT_SYMBOL vmlinux 0x827c6cd5 fd_install +EXPORT_SYMBOL vmlinux 0x829cd62a mini_qdisc_pair_init +EXPORT_SYMBOL vmlinux 0x829f51c7 __invalidate_device +EXPORT_SYMBOL vmlinux 0x82b0e446 sock_bind_add +EXPORT_SYMBOL vmlinux 0x82c87ad5 nr_online_nodes +EXPORT_SYMBOL vmlinux 0x82e2556a mr_vif_seq_next +EXPORT_SYMBOL vmlinux 0x82e6e44a jbd2_fc_begin_commit +EXPORT_SYMBOL vmlinux 0x82eb2dca bioset_integrity_create +EXPORT_SYMBOL vmlinux 0x82ee90dc timer_delete_sync +EXPORT_SYMBOL vmlinux 0x82f61b44 sock_rfree +EXPORT_SYMBOL vmlinux 0x830beb46 adjust_managed_page_count +EXPORT_SYMBOL vmlinux 0x833d0954 km_new_mapping +EXPORT_SYMBOL vmlinux 0x833eabba input_free_device +EXPORT_SYMBOL vmlinux 0x83538ba9 __cpu_dying_mask +EXPORT_SYMBOL vmlinux 0x83573076 ethtool_get_phc_vclocks +EXPORT_SYMBOL vmlinux 0x83581089 gf128mul_init_4k_lle +EXPORT_SYMBOL vmlinux 0x8373c0e6 skb_coalesce_rx_frag +EXPORT_SYMBOL vmlinux 0x83742d9c sock_set_mark +EXPORT_SYMBOL vmlinux 0x838d2bc8 siphash_3u32 +EXPORT_SYMBOL vmlinux 0x83a74094 __skb_free_datagram_locked +EXPORT_SYMBOL vmlinux 0x83bdb3e1 gen_pool_dma_zalloc +EXPORT_SYMBOL vmlinux 0x83ccdc07 param_get_int +EXPORT_SYMBOL vmlinux 0x83d46f62 ndisc_ns_create +EXPORT_SYMBOL vmlinux 0x840342c6 sgl_free +EXPORT_SYMBOL vmlinux 0x8406219f sock_no_socketpair +EXPORT_SYMBOL vmlinux 0x841cc2f6 dma_fence_remove_callback +EXPORT_SYMBOL vmlinux 0x841db71f seg6_hmac_info_add +EXPORT_SYMBOL vmlinux 0x844f6d1c page_cache_prev_miss +EXPORT_SYMBOL vmlinux 0x84588d8f key_put +EXPORT_SYMBOL vmlinux 0x8467bbef touchscreen_parse_properties +EXPORT_SYMBOL vmlinux 0x8478897d block_read_full_folio +EXPORT_SYMBOL vmlinux 0x848d57fe unregister_console +EXPORT_SYMBOL vmlinux 0x8491cf6e __post_watch_notification +EXPORT_SYMBOL vmlinux 0x8499b061 gen_pool_destroy +EXPORT_SYMBOL vmlinux 0x84a0ca4d bitmap_zalloc_node +EXPORT_SYMBOL vmlinux 0x84a24a12 ipv6_select_ident +EXPORT_SYMBOL vmlinux 0x84a3f8df genphy_resume +EXPORT_SYMBOL vmlinux 0x84a66f5c tcf_em_tree_dump +EXPORT_SYMBOL vmlinux 0x84d2d66b dev_uc_unsync +EXPORT_SYMBOL vmlinux 0x84d4c8cc crc16 +EXPORT_SYMBOL vmlinux 0x84e070b8 filemap_invalidate_lock_two +EXPORT_SYMBOL vmlinux 0x84f5c696 filemap_fdatawrite_wbc +EXPORT_SYMBOL vmlinux 0x8506623f alloc_file_pseudo +EXPORT_SYMBOL vmlinux 0x853e6631 sched_autogroup_create_attach +EXPORT_SYMBOL vmlinux 0x8544e588 ip_sock_set_pktinfo +EXPORT_SYMBOL vmlinux 0x85670f1d rtnl_is_locked +EXPORT_SYMBOL vmlinux 0x857b5e0c udp_prot +EXPORT_SYMBOL vmlinux 0x857e3253 blk_queue_max_hw_sectors +EXPORT_SYMBOL vmlinux 0x85837417 kernel_listen +EXPORT_SYMBOL vmlinux 0x859a00cd xfrm4_protocol_deregister +EXPORT_SYMBOL vmlinux 0x85abc85f strncmp +EXPORT_SYMBOL vmlinux 0x85b48251 freeze_super +EXPORT_SYMBOL vmlinux 0x85b4c625 dput +EXPORT_SYMBOL vmlinux 0x85b611a9 vlan_vids_add_by_dev +EXPORT_SYMBOL vmlinux 0x85bd1608 __request_region +EXPORT_SYMBOL vmlinux 0x85d14264 trace_print_flags_seq +EXPORT_SYMBOL vmlinux 0x85df9b6c strsep +EXPORT_SYMBOL vmlinux 0x85efc7e0 zero_pfn +EXPORT_SYMBOL vmlinux 0x85f295b9 set_anon_super +EXPORT_SYMBOL vmlinux 0x85fd4cae netdev_set_sb_channel +EXPORT_SYMBOL vmlinux 0x85fff5a9 udp_pre_connect +EXPORT_SYMBOL vmlinux 0x86057229 lease_get_mtime +EXPORT_SYMBOL vmlinux 0x8608b69a dcb_getapp +EXPORT_SYMBOL vmlinux 0x86098a21 ip_mc_check_igmp +EXPORT_SYMBOL vmlinux 0x860efa2c mutex_lock +EXPORT_SYMBOL vmlinux 0x8613f91a tcf_exts_terse_dump +EXPORT_SYMBOL vmlinux 0x86216acd __xa_set_mark +EXPORT_SYMBOL vmlinux 0x862c8035 bitmap_alloc_node +EXPORT_SYMBOL vmlinux 0x86344181 jbd2_journal_free_reserved +EXPORT_SYMBOL vmlinux 0x86372848 devm_arch_io_reserve_memtype_wc +EXPORT_SYMBOL vmlinux 0x863a276a color_table +EXPORT_SYMBOL vmlinux 0x86414444 __check_sticky +EXPORT_SYMBOL vmlinux 0x864db5f9 mdio_bus_type +EXPORT_SYMBOL vmlinux 0x866a62b2 gnet_stats_basic_sync_init +EXPORT_SYMBOL vmlinux 0x8676db46 get_random_bytes +EXPORT_SYMBOL vmlinux 0x868acba5 get_options +EXPORT_SYMBOL vmlinux 0x868bde1d down_write_trylock +EXPORT_SYMBOL vmlinux 0x8693d30a skb_copy_bits +EXPORT_SYMBOL vmlinux 0x8698530e security_inode_getsecctx +EXPORT_SYMBOL vmlinux 0x86a34793 _copy_to_user_key +EXPORT_SYMBOL vmlinux 0x86a4790b input_mt_report_slot_state +EXPORT_SYMBOL vmlinux 0x86a54238 xsk_get_pool_from_qid +EXPORT_SYMBOL vmlinux 0x86a7bcb0 pci_write_vpd +EXPORT_SYMBOL vmlinux 0x86a80db3 release_pages +EXPORT_SYMBOL vmlinux 0x86a8fb71 mutex_unlock +EXPORT_SYMBOL vmlinux 0x86bb8fe3 napi_complete_done +EXPORT_SYMBOL vmlinux 0x86bc3909 pci_save_state +EXPORT_SYMBOL vmlinux 0x86bdbe46 __tracepoint_s390_cio_chsc +EXPORT_SYMBOL vmlinux 0x86c0574b copy_page_from_iter_atomic +EXPORT_SYMBOL vmlinux 0x86d2335e mempool_create +EXPORT_SYMBOL vmlinux 0x86d52ba5 lookup_constant +EXPORT_SYMBOL vmlinux 0x86dc25d8 __phy_write_mmd +EXPORT_SYMBOL vmlinux 0x86dd708d tc_skb_ext_tc_enable +EXPORT_SYMBOL vmlinux 0x86fb9b05 bitmap_parse_user +EXPORT_SYMBOL vmlinux 0x870de549 __sk_backlog_rcv +EXPORT_SYMBOL vmlinux 0x873da1bf phy_support_asym_pause +EXPORT_SYMBOL vmlinux 0x87532703 raw3270_start_irq +EXPORT_SYMBOL vmlinux 0x8761c87b rps_needed +EXPORT_SYMBOL vmlinux 0x87809aeb put_user_ifreq +EXPORT_SYMBOL vmlinux 0x8792470c ap_send_online_uevent +EXPORT_SYMBOL vmlinux 0x879bdb67 component_match_add_release +EXPORT_SYMBOL vmlinux 0x879ded85 blk_rq_map_user_io +EXPORT_SYMBOL vmlinux 0x87a21cb3 __ubsan_handle_out_of_bounds +EXPORT_SYMBOL vmlinux 0x87afa935 blkdev_put +EXPORT_SYMBOL vmlinux 0x87b8798d sg_next +EXPORT_SYMBOL vmlinux 0x87fcab48 hex2bin +EXPORT_SYMBOL vmlinux 0x8810754a _find_first_bit +EXPORT_SYMBOL vmlinux 0x88111ed8 tcp_recv_skb +EXPORT_SYMBOL vmlinux 0x8814b03e flow_block_cb_incref +EXPORT_SYMBOL vmlinux 0x8833bc7e __kfifo_dma_out_finish_r +EXPORT_SYMBOL vmlinux 0x884b8106 sock_common_recvmsg +EXPORT_SYMBOL vmlinux 0x885b7c1c stream_open +EXPORT_SYMBOL vmlinux 0x886c28c0 unregister_netdevice_queue +EXPORT_SYMBOL vmlinux 0x887efc6f __traceiter_dma_fence_enable_signal +EXPORT_SYMBOL vmlinux 0x88822d38 unregister_blocking_lsm_notifier +EXPORT_SYMBOL vmlinux 0x88834296 crypto_kdf108_ctr_generate +EXPORT_SYMBOL vmlinux 0x88999894 utf8_validate +EXPORT_SYMBOL vmlinux 0x88db9f48 __check_object_size +EXPORT_SYMBOL vmlinux 0x88e1d0f0 page_frag_free +EXPORT_SYMBOL vmlinux 0x88e52cdb idr_for_each +EXPORT_SYMBOL vmlinux 0x88e99034 open_exec +EXPORT_SYMBOL vmlinux 0x88ec66e2 simple_transaction_set +EXPORT_SYMBOL vmlinux 0x88f67931 __skb_get_hash +EXPORT_SYMBOL vmlinux 0x89066d90 tcf_idrinfo_destroy +EXPORT_SYMBOL vmlinux 0x8907fa9f unpin_user_page_range_dirty_lock +EXPORT_SYMBOL vmlinux 0x89206c5e sk_common_release +EXPORT_SYMBOL vmlinux 0x89246c12 rtnl_configure_link +EXPORT_SYMBOL vmlinux 0x893baa49 neigh_seq_next +EXPORT_SYMBOL vmlinux 0x893cde58 fb_set_var +EXPORT_SYMBOL vmlinux 0x895b5e8b fault_in_subpage_writeable +EXPORT_SYMBOL vmlinux 0x89621b96 __genradix_iter_peek +EXPORT_SYMBOL vmlinux 0x896d089f linkwatch_fire_event +EXPORT_SYMBOL vmlinux 0x8984fc43 seq_put_decimal_ll +EXPORT_SYMBOL vmlinux 0x89857f4a dm_mq_kick_requeue_list +EXPORT_SYMBOL vmlinux 0x898b19cc utf8_strncasecmp +EXPORT_SYMBOL vmlinux 0x898bf64d kill_pid +EXPORT_SYMBOL vmlinux 0x89a09837 ioremap_prot +EXPORT_SYMBOL vmlinux 0x89a191a5 iptun_encaps +EXPORT_SYMBOL vmlinux 0x89a72572 __tracepoint_s390_cio_hsch +EXPORT_SYMBOL vmlinux 0x89a920df phy_write_paged +EXPORT_SYMBOL vmlinux 0x89b029b2 I_BDEV +EXPORT_SYMBOL vmlinux 0x89c0f072 __hw_addr_ref_sync_dev +EXPORT_SYMBOL vmlinux 0x89c53d17 register_md_personality +EXPORT_SYMBOL vmlinux 0x89ca2d73 wait_for_completion_state +EXPORT_SYMBOL vmlinux 0x89cd1a23 tcp_rcv_established +EXPORT_SYMBOL vmlinux 0x8a055111 block_write_end +EXPORT_SYMBOL vmlinux 0x8a0658e1 sk_stop_timer +EXPORT_SYMBOL vmlinux 0x8a18e59a fscrypt_has_permitted_context +EXPORT_SYMBOL vmlinux 0x8a24219f jbd2_journal_wipe +EXPORT_SYMBOL vmlinux 0x8a2764c4 folio_account_redirty +EXPORT_SYMBOL vmlinux 0x8a35622c __nla_reserve +EXPORT_SYMBOL vmlinux 0x8a53dfff load_nls +EXPORT_SYMBOL vmlinux 0x8a65338b percpu_counter_sync +EXPORT_SYMBOL vmlinux 0x8a7094ba vm_brk_flags +EXPORT_SYMBOL vmlinux 0x8a711640 zap_page_range +EXPORT_SYMBOL vmlinux 0x8a79a07c kmem_cache_alloc_bulk +EXPORT_SYMBOL vmlinux 0x8a7d1c31 high_memory +EXPORT_SYMBOL vmlinux 0x8a99a016 mempool_free_slab +EXPORT_SYMBOL vmlinux 0x8ac3334b net_dim_get_def_rx_moderation +EXPORT_SYMBOL vmlinux 0x8ad9bc5b __skb_checksum_complete_head +EXPORT_SYMBOL vmlinux 0x8af2d381 xfrm6_rcv +EXPORT_SYMBOL vmlinux 0x8b0088d1 LZ4_decompress_safe_usingDict +EXPORT_SYMBOL vmlinux 0x8b0db490 cookie_timestamp_decode +EXPORT_SYMBOL vmlinux 0x8b14c7bf flow_rule_match_enc_ipv4_addrs +EXPORT_SYMBOL vmlinux 0x8b3fa76f devm_input_allocate_device +EXPORT_SYMBOL vmlinux 0x8b48f4d9 __inc_node_page_state +EXPORT_SYMBOL vmlinux 0x8b55fd4f hdmi_spd_infoframe_pack_only +EXPORT_SYMBOL vmlinux 0x8b56659e crypto_sha256_update +EXPORT_SYMBOL vmlinux 0x8b618d08 overflowuid +EXPORT_SYMBOL vmlinux 0x8b649625 neigh_proc_dointvec_ms_jiffies +EXPORT_SYMBOL vmlinux 0x8b6cdd03 balance_dirty_pages_ratelimited +EXPORT_SYMBOL vmlinux 0x8b8059bd in_group_p +EXPORT_SYMBOL vmlinux 0x8b8e9044 pps_unregister_source +EXPORT_SYMBOL vmlinux 0x8b910be2 errseq_sample +EXPORT_SYMBOL vmlinux 0x8bb126ad lookup_one_len_unlocked +EXPORT_SYMBOL vmlinux 0x8bb38d72 __blk_alloc_disk +EXPORT_SYMBOL vmlinux 0x8bcda9a7 igrab +EXPORT_SYMBOL vmlinux 0x8bd6d128 redirty_page_for_writepage +EXPORT_SYMBOL vmlinux 0x8bdeb940 buffer_migrate_folio +EXPORT_SYMBOL vmlinux 0x8bdfc47c __mb_cache_entry_free +EXPORT_SYMBOL vmlinux 0x8c440511 inet_unregister_protosw +EXPORT_SYMBOL vmlinux 0x8c490841 __cpuhp_remove_state +EXPORT_SYMBOL vmlinux 0x8c6592fc hdmi_avi_infoframe_pack_only +EXPORT_SYMBOL vmlinux 0x8c7bcf71 sock_no_getname +EXPORT_SYMBOL vmlinux 0x8c8569cb kstrtoint +EXPORT_SYMBOL vmlinux 0x8c875be0 tcw_init +EXPORT_SYMBOL vmlinux 0x8c891f1d simple_link +EXPORT_SYMBOL vmlinux 0x8c8fcbc7 ap_driver_register +EXPORT_SYMBOL vmlinux 0x8c91571d _dev_alert +EXPORT_SYMBOL vmlinux 0x8c9df1aa tcp_v4_md5_hash_skb +EXPORT_SYMBOL vmlinux 0x8caf9305 uuid_is_valid +EXPORT_SYMBOL vmlinux 0x8cb062a8 iucv_message_reply +EXPORT_SYMBOL vmlinux 0x8cc379ce __nla_reserve_64bit +EXPORT_SYMBOL vmlinux 0x8cdfc002 sclp_unregister +EXPORT_SYMBOL vmlinux 0x8cef78c1 register_sysctl_table +EXPORT_SYMBOL vmlinux 0x8cf05d9c __mod_node_page_state +EXPORT_SYMBOL vmlinux 0x8cf516c8 ip6_frag_init +EXPORT_SYMBOL vmlinux 0x8d052ed3 ccw_device_start_timeout_key +EXPORT_SYMBOL vmlinux 0x8d0a422f fwnode_get_phy_id +EXPORT_SYMBOL vmlinux 0x8d0fd4ef idr_replace +EXPORT_SYMBOL vmlinux 0x8d228c75 __ip_queue_xmit +EXPORT_SYMBOL vmlinux 0x8d26c910 sk_stream_wait_close +EXPORT_SYMBOL vmlinux 0x8d33e672 __find_nth_andnot_bit +EXPORT_SYMBOL vmlinux 0x8d55bb8a qid_eq +EXPORT_SYMBOL vmlinux 0x8d57fe49 md_reap_sync_thread +EXPORT_SYMBOL vmlinux 0x8d5de2d1 dquot_reclaim_space_nodirty +EXPORT_SYMBOL vmlinux 0x8d65ba63 sock_bindtoindex +EXPORT_SYMBOL vmlinux 0x8d721aba __generic_file_fsync +EXPORT_SYMBOL vmlinux 0x8d73278e hex_asc_upper +EXPORT_SYMBOL vmlinux 0x8d9d358d get_watch_queue +EXPORT_SYMBOL vmlinux 0x8ddd8aad schedule_timeout +EXPORT_SYMBOL vmlinux 0x8ddfff46 request_key_tag +EXPORT_SYMBOL vmlinux 0x8df9dd10 guid_null +EXPORT_SYMBOL vmlinux 0x8e00dc3f jbd2_journal_init_dev +EXPORT_SYMBOL vmlinux 0x8e1dbd55 register_mii_timestamper +EXPORT_SYMBOL vmlinux 0x8e2b8f58 clocksource_unregister +EXPORT_SYMBOL vmlinux 0x8e314b99 __blk_rq_map_sg +EXPORT_SYMBOL vmlinux 0x8e5199ae kthread_create_on_node +EXPORT_SYMBOL vmlinux 0x8e668d12 mpage_readahead +EXPORT_SYMBOL vmlinux 0x8e73ebce proc_doulongvec_minmax +EXPORT_SYMBOL vmlinux 0x8e93bd24 security_secctx_to_secid +EXPORT_SYMBOL vmlinux 0x8e9ed9f4 dma_sync_sg_for_cpu +EXPORT_SYMBOL vmlinux 0x8ec760b0 cgroup_bpf_enabled_key +EXPORT_SYMBOL vmlinux 0x8ed79176 kmem_cache_alloc +EXPORT_SYMBOL vmlinux 0x8effc18e blk_queue_alignment_offset +EXPORT_SYMBOL vmlinux 0x8f00249e blk_queue_io_opt +EXPORT_SYMBOL vmlinux 0x8f2d12ce __bforget +EXPORT_SYMBOL vmlinux 0x8f2e8039 zstd_find_frame_compressed_size +EXPORT_SYMBOL vmlinux 0x8f30a6d1 __fib6_flush_trees +EXPORT_SYMBOL vmlinux 0x8f33fb2a inet_accept +EXPORT_SYMBOL vmlinux 0x8f402e11 pci_assign_resource +EXPORT_SYMBOL vmlinux 0x8f5b69f0 neigh_sysctl_unregister +EXPORT_SYMBOL vmlinux 0x8f7537b5 pcim_iounmap +EXPORT_SYMBOL vmlinux 0x8f996a30 ethtool_convert_legacy_u32_to_link_mode +EXPORT_SYMBOL vmlinux 0x8fc8ff7a d_find_any_alias +EXPORT_SYMBOL vmlinux 0x8fd0849b utf8_normalize +EXPORT_SYMBOL vmlinux 0x8fef65f5 user_path_create +EXPORT_SYMBOL vmlinux 0x8ff89ed0 seg6_hmac_exit +EXPORT_SYMBOL vmlinux 0x90006be6 dm_kcopyd_client_flush +EXPORT_SYMBOL vmlinux 0x902cd854 input_set_poll_interval +EXPORT_SYMBOL vmlinux 0x903dc550 locks_copy_conflock +EXPORT_SYMBOL vmlinux 0x904695a8 skb_expand_head +EXPORT_SYMBOL vmlinux 0x907faabf zstd_compress_stream +EXPORT_SYMBOL vmlinux 0x90abb542 prepare_to_wait_exclusive +EXPORT_SYMBOL vmlinux 0x90b1a176 drop_reasons +EXPORT_SYMBOL vmlinux 0x90c04847 gpiochip_irq_reqres +EXPORT_SYMBOL vmlinux 0x90c9f0a4 generic_file_direct_write +EXPORT_SYMBOL vmlinux 0x90e7741a flow_rule_match_ports_range +EXPORT_SYMBOL vmlinux 0x91023ef7 skb_free_datagram +EXPORT_SYMBOL vmlinux 0x910c7a0c alloc_pages_exact +EXPORT_SYMBOL vmlinux 0x9116b417 save_fpu_regs +EXPORT_SYMBOL vmlinux 0x911fa00e sock_no_linger +EXPORT_SYMBOL vmlinux 0x9127b21e task_work_add +EXPORT_SYMBOL vmlinux 0x912b5e16 ip_mc_inc_group +EXPORT_SYMBOL vmlinux 0x912c8614 dev_set_promiscuity +EXPORT_SYMBOL vmlinux 0x913c60ec devm_memunmap +EXPORT_SYMBOL vmlinux 0x9166fc03 __flush_workqueue +EXPORT_SYMBOL vmlinux 0x917ab37e complete_request_key +EXPORT_SYMBOL vmlinux 0x918c8664 dev_uc_sync +EXPORT_SYMBOL vmlinux 0x919c58f3 __clzsi2 +EXPORT_SYMBOL vmlinux 0x919dc1ae mr_mfc_seq_idx +EXPORT_SYMBOL vmlinux 0x91a488ac __netdev_alloc_frag_align +EXPORT_SYMBOL vmlinux 0x91a5307b __folio_start_writeback +EXPORT_SYMBOL vmlinux 0x91a7b1da qdisc_class_hash_remove +EXPORT_SYMBOL vmlinux 0x91ae2a64 __traceiter_mmap_lock_released +EXPORT_SYMBOL vmlinux 0x91b01f34 con_set_default_unimap +EXPORT_SYMBOL vmlinux 0x91b87f6f mr_mfc_seq_next +EXPORT_SYMBOL vmlinux 0x91c7e647 xfrm_input_unregister_afinfo +EXPORT_SYMBOL vmlinux 0x91cb739c tcp_openreq_init_rwin +EXPORT_SYMBOL vmlinux 0x91db2458 pci_enable_atomic_ops_to_root +EXPORT_SYMBOL vmlinux 0x91e72b19 dma_alloc_attrs +EXPORT_SYMBOL vmlinux 0x91e92f3a tcf_qevent_dump +EXPORT_SYMBOL vmlinux 0x91f68ea1 __hw_addr_sync +EXPORT_SYMBOL vmlinux 0x91faa9f7 shrink_dcache_parent +EXPORT_SYMBOL vmlinux 0x921baa23 inet_protos +EXPORT_SYMBOL vmlinux 0x921cfb5e mdiobus_read_nested +EXPORT_SYMBOL vmlinux 0x922f45a6 __bitmap_clear +EXPORT_SYMBOL vmlinux 0x9232d7b8 xfrm_parse_spi +EXPORT_SYMBOL vmlinux 0x9244d6b8 configfs_remove_default_groups +EXPORT_SYMBOL vmlinux 0x9251833f eth_mac_addr +EXPORT_SYMBOL vmlinux 0x925d393f pcibios_resource_to_bus +EXPORT_SYMBOL vmlinux 0x9270e16c simple_transaction_get +EXPORT_SYMBOL vmlinux 0x92774cf8 __kfence_pool +EXPORT_SYMBOL vmlinux 0x927e2955 xa_get_order +EXPORT_SYMBOL vmlinux 0x927fa2f7 inet_csk_reset_keepalive_timer +EXPORT_SYMBOL vmlinux 0x92997ed8 _printk +EXPORT_SYMBOL vmlinux 0x92a16af7 lockref_get +EXPORT_SYMBOL vmlinux 0x92c5fb87 __pagevec_release +EXPORT_SYMBOL vmlinux 0x92cda3cc bio_init +EXPORT_SYMBOL vmlinux 0x92ced3d5 __sk_dst_check +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 0x92ece24e textsearch_destroy +EXPORT_SYMBOL vmlinux 0x92fd38a3 rt6_lookup +EXPORT_SYMBOL vmlinux 0x931c43f1 ilookup5_nowait +EXPORT_SYMBOL vmlinux 0x9336fec8 dev_pick_tx_zero +EXPORT_SYMBOL vmlinux 0x933afd98 panic_notifier_list +EXPORT_SYMBOL vmlinux 0x93437214 clean_bdev_aliases +EXPORT_SYMBOL vmlinux 0x9360a858 skb_copy_header +EXPORT_SYMBOL vmlinux 0x937733e3 qid_valid +EXPORT_SYMBOL vmlinux 0x9378575a dma_unmap_resource +EXPORT_SYMBOL vmlinux 0x937ab49a nf_hook_slow_list +EXPORT_SYMBOL vmlinux 0x937c99b5 sk_stream_wait_memory +EXPORT_SYMBOL vmlinux 0x93a6e0b2 io_schedule +EXPORT_SYMBOL vmlinux 0x93b3fc74 register_dcbevent_notifier +EXPORT_SYMBOL vmlinux 0x93f4cfe0 tcp_read_done +EXPORT_SYMBOL vmlinux 0x93fade51 netdev_get_xmit_slave +EXPORT_SYMBOL vmlinux 0x94121962 input_mt_drop_unused +EXPORT_SYMBOL vmlinux 0x9428f816 dim_turn +EXPORT_SYMBOL vmlinux 0x942f4c5c iucv_message_reject +EXPORT_SYMBOL vmlinux 0x944375db _totalram_pages +EXPORT_SYMBOL vmlinux 0x9443e6f0 netdev_state_change +EXPORT_SYMBOL vmlinux 0x944a564d is_console_locked +EXPORT_SYMBOL vmlinux 0x94539a2a mr_mfc_find_any +EXPORT_SYMBOL vmlinux 0x945775a5 segment_save +EXPORT_SYMBOL vmlinux 0x94740ae2 tcp_v4_md5_lookup +EXPORT_SYMBOL vmlinux 0x9480b403 dump_emit +EXPORT_SYMBOL vmlinux 0x948af9bc set_disk_ro +EXPORT_SYMBOL vmlinux 0x94961283 vunmap +EXPORT_SYMBOL vmlinux 0x94be7520 pci_request_regions_exclusive +EXPORT_SYMBOL vmlinux 0x94bf03ca utf8_to_utf32 +EXPORT_SYMBOL vmlinux 0x94c69c35 seq_printf +EXPORT_SYMBOL vmlinux 0x94cc79ac skb_queue_purge +EXPORT_SYMBOL vmlinux 0x94ecb023 vm_map_pages_zero +EXPORT_SYMBOL vmlinux 0x9507c90f copy_fsxattr_to_user +EXPORT_SYMBOL vmlinux 0x951a2dfe iucv_path_accept +EXPORT_SYMBOL vmlinux 0x9530365d __xa_clear_mark +EXPORT_SYMBOL vmlinux 0x954cef6f init_on_alloc +EXPORT_SYMBOL vmlinux 0x954f099c idr_preload +EXPORT_SYMBOL vmlinux 0x9550634a __ClearPageMovable +EXPORT_SYMBOL vmlinux 0x95528395 netdev_emerg +EXPORT_SYMBOL vmlinux 0x9555e0ad kernel_connect +EXPORT_SYMBOL vmlinux 0x95585708 dcb_ieee_setapp +EXPORT_SYMBOL vmlinux 0x955b98e1 bdev_check_media_change +EXPORT_SYMBOL vmlinux 0x95601510 starget_for_each_device +EXPORT_SYMBOL vmlinux 0x9560f57c set_create_files_as +EXPORT_SYMBOL vmlinux 0x956f4f4e pci_write_config_dword +EXPORT_SYMBOL vmlinux 0x9591f09e set_pgste_bits +EXPORT_SYMBOL vmlinux 0x9597aa80 __inet6_lookup_established +EXPORT_SYMBOL vmlinux 0x95a96f47 ccw_device_set_online +EXPORT_SYMBOL vmlinux 0x95aff8b4 pci_find_parent_resource +EXPORT_SYMBOL vmlinux 0x95b00c36 pcie_get_readrq +EXPORT_SYMBOL vmlinux 0x95b38ccc resource_list_create_entry +EXPORT_SYMBOL vmlinux 0x95ceb864 key_update +EXPORT_SYMBOL vmlinux 0x95d81642 setattr_copy +EXPORT_SYMBOL vmlinux 0x95e0cc73 napi_build_skb +EXPORT_SYMBOL vmlinux 0x95e63ced prot_virt_host +EXPORT_SYMBOL vmlinux 0x95f7bfce __skb_recv_datagram +EXPORT_SYMBOL vmlinux 0x95fe801b page_pool_update_nid +EXPORT_SYMBOL vmlinux 0x960be607 md_unregister_thread +EXPORT_SYMBOL vmlinux 0x9620eb70 udp6_csum_init +EXPORT_SYMBOL vmlinux 0x96404e39 itcw_set_data +EXPORT_SYMBOL vmlinux 0x967181f6 single_release +EXPORT_SYMBOL vmlinux 0x967b712b set_nlink +EXPORT_SYMBOL vmlinux 0x9684bd49 __skb_flow_dissect +EXPORT_SYMBOL vmlinux 0x968b2fe6 vmf_insert_mixed_prot +EXPORT_SYMBOL vmlinux 0x9695e032 get_ipc_ns_exported +EXPORT_SYMBOL vmlinux 0x96ae7dcf qdisc_watchdog_schedule_range_ns +EXPORT_SYMBOL vmlinux 0x96c17136 fb_var_to_videomode +EXPORT_SYMBOL vmlinux 0x96cd2b04 scsi_sense_key_string +EXPORT_SYMBOL vmlinux 0x96d48bb1 netdev_bonding_info_change +EXPORT_SYMBOL vmlinux 0x96d92cf7 __devm_mdiobus_register +EXPORT_SYMBOL vmlinux 0x96fab350 dim_park_on_top +EXPORT_SYMBOL vmlinux 0x96ffae49 genphy_aneg_done +EXPORT_SYMBOL vmlinux 0x970f17a7 ap_parse_mask_str +EXPORT_SYMBOL vmlinux 0x9712272c kern_unmount +EXPORT_SYMBOL vmlinux 0x974097ad md_register_thread +EXPORT_SYMBOL vmlinux 0x974d0924 __kernel_cpumcf_begin +EXPORT_SYMBOL vmlinux 0x976abd8a sk_filter_trim_cap +EXPORT_SYMBOL vmlinux 0x97796289 vm_node_stat +EXPORT_SYMBOL vmlinux 0x977d6456 skb_unlink +EXPORT_SYMBOL vmlinux 0x979b5887 raw3270_start_locked +EXPORT_SYMBOL vmlinux 0x97adb487 utf8s_to_utf16s +EXPORT_SYMBOL vmlinux 0x97bdfa60 scsi_dev_info_remove_list +EXPORT_SYMBOL vmlinux 0x97ca6db5 dmam_alloc_attrs +EXPORT_SYMBOL vmlinux 0x97cf7093 devm_alloc_etherdev_mqs +EXPORT_SYMBOL vmlinux 0x97eed98f kern_path +EXPORT_SYMBOL vmlinux 0x9808c3bc genphy_read_status +EXPORT_SYMBOL vmlinux 0x9810e691 invalidate_mapping_pages +EXPORT_SYMBOL vmlinux 0x982b511c seq_escape_mem +EXPORT_SYMBOL vmlinux 0x983a55ec fc_mount +EXPORT_SYMBOL vmlinux 0x983e5a58 xfrm_trans_queue_net +EXPORT_SYMBOL vmlinux 0x9845458d fqdir_init +EXPORT_SYMBOL vmlinux 0x984798e7 xfrm6_input_addr +EXPORT_SYMBOL vmlinux 0x9858f364 get_random_u8 +EXPORT_SYMBOL vmlinux 0x9868c2e4 console_stop +EXPORT_SYMBOL vmlinux 0x9868cde4 ip_defrag +EXPORT_SYMBOL vmlinux 0x987bafb3 pci_clear_mwi +EXPORT_SYMBOL vmlinux 0x9898a214 flow_block_cb_decref +EXPORT_SYMBOL vmlinux 0x989e1516 xa_destroy +EXPORT_SYMBOL vmlinux 0x98c89ade security_xfrm_state_alloc +EXPORT_SYMBOL vmlinux 0x98da61fe filemap_range_has_page +EXPORT_SYMBOL vmlinux 0x98de1c15 snprintf +EXPORT_SYMBOL vmlinux 0x98e508ef ignore_console_lock_warning +EXPORT_SYMBOL vmlinux 0x98f66ac2 posix_acl_to_xattr +EXPORT_SYMBOL vmlinux 0x9900761a zstd_dstream_workspace_bound +EXPORT_SYMBOL vmlinux 0x990a7fd5 udplite_prot +EXPORT_SYMBOL vmlinux 0x99108f13 genphy_handle_interrupt_no_ack +EXPORT_SYMBOL vmlinux 0x99185c21 would_dump +EXPORT_SYMBOL vmlinux 0x992d41fa ip6_find_1stfragopt +EXPORT_SYMBOL vmlinux 0x9942ec77 itcw_finalize +EXPORT_SYMBOL vmlinux 0x994a29d5 cred_fscmp +EXPORT_SYMBOL vmlinux 0x99517682 udp_encap_enable +EXPORT_SYMBOL vmlinux 0x9953ef13 generic_file_open +EXPORT_SYMBOL vmlinux 0x99563aee inet_frags_init +EXPORT_SYMBOL vmlinux 0x9963c8e8 xfrm_state_alloc +EXPORT_SYMBOL vmlinux 0x996583dc scsi_partsize +EXPORT_SYMBOL vmlinux 0x999e8297 vfree +EXPORT_SYMBOL vmlinux 0x99b14d8a icmp6_send +EXPORT_SYMBOL vmlinux 0x99c8c110 tcp_sock_set_quickack +EXPORT_SYMBOL vmlinux 0x99ca74a6 xa_erase +EXPORT_SYMBOL vmlinux 0x99caa49d posix_test_lock +EXPORT_SYMBOL vmlinux 0x99d472b1 net_dim_get_rx_moderation +EXPORT_SYMBOL vmlinux 0x99daa9bf try_offline_node +EXPORT_SYMBOL vmlinux 0x99f9638f __napi_alloc_frag_align +EXPORT_SYMBOL vmlinux 0x9a0aabf7 pci_find_capability +EXPORT_SYMBOL vmlinux 0x9a1dfd65 strpbrk +EXPORT_SYMBOL vmlinux 0x9a2e13d2 tty_port_tty_get +EXPORT_SYMBOL vmlinux 0x9a373e3a fscrypt_decrypt_bio +EXPORT_SYMBOL vmlinux 0x9a583306 netlbl_bitmap_walk +EXPORT_SYMBOL vmlinux 0x9a684448 do_wait_intr +EXPORT_SYMBOL vmlinux 0x9a6e682f tcf_em_tree_validate +EXPORT_SYMBOL vmlinux 0x9a835e78 __mmap_lock_do_trace_released +EXPORT_SYMBOL vmlinux 0x9a8546ca flow_rule_match_control +EXPORT_SYMBOL vmlinux 0x9a8f143c md_write_end +EXPORT_SYMBOL vmlinux 0x9a906daf memscan +EXPORT_SYMBOL vmlinux 0x9a9bc333 gro_cells_receive +EXPORT_SYMBOL vmlinux 0x9aaeefce sysctl_nf_log_all_netns +EXPORT_SYMBOL vmlinux 0x9abaddd8 flow_rule_match_l2tpv3 +EXPORT_SYMBOL vmlinux 0x9adc9c67 vsnprintf +EXPORT_SYMBOL vmlinux 0x9ae47436 _find_last_bit +EXPORT_SYMBOL vmlinux 0x9afce2fa config_item_get +EXPORT_SYMBOL vmlinux 0x9b2560b9 gf128mul_init_4k_bbe +EXPORT_SYMBOL vmlinux 0x9b33e0d7 unregister_dcbevent_notifier +EXPORT_SYMBOL vmlinux 0x9b3e445b simple_dir_operations +EXPORT_SYMBOL vmlinux 0x9b42ef0f dfltcc_reset +EXPORT_SYMBOL vmlinux 0x9b496b21 posix_acl_alloc +EXPORT_SYMBOL vmlinux 0x9b624c69 jbd2_journal_set_triggers +EXPORT_SYMBOL vmlinux 0x9b880582 capable_wrt_inode_uidgid +EXPORT_SYMBOL vmlinux 0x9b8abe93 dst_discard_out +EXPORT_SYMBOL vmlinux 0x9b8d07aa strnlen +EXPORT_SYMBOL vmlinux 0x9b9e69ba unregister_cdrom +EXPORT_SYMBOL vmlinux 0x9bc94568 pci_free_irq_vectors +EXPORT_SYMBOL vmlinux 0x9be16d6c jbd2_fc_release_bufs +EXPORT_SYMBOL vmlinux 0x9bedd673 dma_fence_get_status +EXPORT_SYMBOL vmlinux 0x9bfdb95e __xfrm_route_forward +EXPORT_SYMBOL vmlinux 0x9c14c0c3 reuseport_has_conns_set +EXPORT_SYMBOL vmlinux 0x9c1a781c proc_set_size +EXPORT_SYMBOL vmlinux 0x9c274bd4 scsi_host_put +EXPORT_SYMBOL vmlinux 0x9c5d2b1d set_anon_super_fc +EXPORT_SYMBOL vmlinux 0x9c86b9ab fileattr_fill_flags +EXPORT_SYMBOL vmlinux 0x9c9cf504 eth_commit_mac_addr_change +EXPORT_SYMBOL vmlinux 0x9cabd5de t10_pi_type3_crc +EXPORT_SYMBOL vmlinux 0x9cadbd3b __init_swait_queue_head +EXPORT_SYMBOL vmlinux 0x9cd1e006 genphy_setup_forced +EXPORT_SYMBOL vmlinux 0x9cd921b9 d_move +EXPORT_SYMBOL vmlinux 0x9cdbec7d inc_node_page_state +EXPORT_SYMBOL vmlinux 0x9cdc51a8 ipv6_chk_prefix +EXPORT_SYMBOL vmlinux 0x9cdfb3f7 sysctl_fb_tunnels_only_for_init_net +EXPORT_SYMBOL vmlinux 0x9ceb867b set_posix_acl +EXPORT_SYMBOL vmlinux 0x9d0d6206 unregister_netdevice_notifier +EXPORT_SYMBOL vmlinux 0x9d1da73e raw3270_find_view +EXPORT_SYMBOL vmlinux 0x9d222009 netif_inherit_tso_max +EXPORT_SYMBOL vmlinux 0x9d2ab8ac __tasklet_schedule +EXPORT_SYMBOL vmlinux 0x9d2e7707 unregister_sysrq_key +EXPORT_SYMBOL vmlinux 0x9d3883da tty_port_raise_dtr_rts +EXPORT_SYMBOL vmlinux 0x9d45c808 sock_recv_errqueue +EXPORT_SYMBOL vmlinux 0x9d4bff44 devm_pci_remap_iospace +EXPORT_SYMBOL vmlinux 0x9d4d3937 generic_perform_write +EXPORT_SYMBOL vmlinux 0x9d4ff6ec from_kprojid_munged +EXPORT_SYMBOL vmlinux 0x9d509dca init_opal_dev +EXPORT_SYMBOL vmlinux 0x9d6afab2 itcw_add_dcw +EXPORT_SYMBOL vmlinux 0x9d7e4edd iov_iter_gap_alignment +EXPORT_SYMBOL vmlinux 0x9d8cb6d2 vfs_mkdir +EXPORT_SYMBOL vmlinux 0x9d97f41c skb_flow_dissect_ct +EXPORT_SYMBOL vmlinux 0x9da1477c ioc_lookup_icq +EXPORT_SYMBOL vmlinux 0x9dae4cac sock_common_getsockopt +EXPORT_SYMBOL vmlinux 0x9db19ba7 registered_fb +EXPORT_SYMBOL vmlinux 0x9dc580a0 pneigh_lookup +EXPORT_SYMBOL vmlinux 0x9dc8fb64 inet_csk_reqsk_queue_drop +EXPORT_SYMBOL vmlinux 0x9dd19028 flow_rule_match_enc_keyid +EXPORT_SYMBOL vmlinux 0x9dd9df13 dm_kcopyd_client_create +EXPORT_SYMBOL vmlinux 0x9def6eb2 skb_csum_hwoffload_help +EXPORT_SYMBOL vmlinux 0x9e0a8a89 kthread_destroy_worker +EXPORT_SYMBOL vmlinux 0x9e0c711d vzalloc_node +EXPORT_SYMBOL vmlinux 0x9e0fa5ae hsiphash_3u32 +EXPORT_SYMBOL vmlinux 0x9e13f6f6 gf128mul_lle +EXPORT_SYMBOL vmlinux 0x9e3babda locks_init_lock +EXPORT_SYMBOL vmlinux 0x9e4faeef dm_io_client_destroy +EXPORT_SYMBOL vmlinux 0x9e61bb05 set_freezable +EXPORT_SYMBOL vmlinux 0x9e7d6bd0 __udelay +EXPORT_SYMBOL vmlinux 0x9e9783e1 __tracepoint_s390_cio_ssch +EXPORT_SYMBOL vmlinux 0x9e9eab95 devcgroup_check_permission +EXPORT_SYMBOL vmlinux 0x9e9fdd9d memunmap +EXPORT_SYMBOL vmlinux 0x9ea50a75 netdev_offload_xstats_disable +EXPORT_SYMBOL vmlinux 0x9eb0b4ec peernet2id +EXPORT_SYMBOL vmlinux 0x9ec6ca96 ktime_get_real_ts64 +EXPORT_SYMBOL vmlinux 0x9ecc2d21 generic_write_end +EXPORT_SYMBOL vmlinux 0x9ef92b4a scsi_scan_target +EXPORT_SYMBOL vmlinux 0x9f1e221f kmalloc_large +EXPORT_SYMBOL vmlinux 0x9f3c8a49 cpumask_any_distribute +EXPORT_SYMBOL vmlinux 0x9f401512 devm_memremap +EXPORT_SYMBOL vmlinux 0x9f40c80e tty_wait_until_sent +EXPORT_SYMBOL vmlinux 0x9f4219e8 inet_proto_csum_replace16 +EXPORT_SYMBOL vmlinux 0x9f46ced8 __sw_hweight64 +EXPORT_SYMBOL vmlinux 0x9f4d2791 d_genocide +EXPORT_SYMBOL vmlinux 0x9f50b770 keyring_restrict +EXPORT_SYMBOL vmlinux 0x9f54ead7 gro_cells_destroy +EXPORT_SYMBOL vmlinux 0x9f727533 inet_pton_with_scope +EXPORT_SYMBOL vmlinux 0x9f7b6596 input_set_keycode +EXPORT_SYMBOL vmlinux 0x9f94ad9c nexthop_res_grp_activity_update +EXPORT_SYMBOL vmlinux 0x9f984513 strrchr +EXPORT_SYMBOL vmlinux 0x9fa7184a cancel_delayed_work_sync +EXPORT_SYMBOL vmlinux 0x9fb20f88 __pci_register_driver +EXPORT_SYMBOL vmlinux 0x9fb41842 netdev_offload_xstats_report_delta +EXPORT_SYMBOL vmlinux 0x9fd121dd fib_default_rule_add +EXPORT_SYMBOL vmlinux 0x9fdecc31 unregister_netdevice_many +EXPORT_SYMBOL vmlinux 0x9feed7ce timer_reduce +EXPORT_SYMBOL vmlinux 0x9ffa3a75 netdev_max_backlog +EXPORT_SYMBOL vmlinux 0x9ffb9307 md_bitmap_start_sync +EXPORT_SYMBOL vmlinux 0xa0018d64 tcf_register_action +EXPORT_SYMBOL vmlinux 0xa01d3df6 font_vga_8x16 +EXPORT_SYMBOL vmlinux 0xa023aad2 xfrm_policy_bysel_ctx +EXPORT_SYMBOL vmlinux 0xa025a9b6 skb_udp_tunnel_segment +EXPORT_SYMBOL vmlinux 0xa033d747 next_arg +EXPORT_SYMBOL vmlinux 0xa0436e98 in6addr_linklocal_allnodes +EXPORT_SYMBOL vmlinux 0xa054e8ed iucv_unregister +EXPORT_SYMBOL vmlinux 0xa05b6be2 psched_ppscfg_precompute +EXPORT_SYMBOL vmlinux 0xa066d89f xa_store_range +EXPORT_SYMBOL vmlinux 0xa066fd6c __wake_up +EXPORT_SYMBOL vmlinux 0xa06e587a release_firmware +EXPORT_SYMBOL vmlinux 0xa0731a15 blk_integrity_compare +EXPORT_SYMBOL vmlinux 0xa07709d2 sk_stream_wait_connect +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 0xa0d3d560 ksize +EXPORT_SYMBOL vmlinux 0xa0dad88e netdev_adjacent_get_private +EXPORT_SYMBOL vmlinux 0xa0e7d19f tcp_ioctl +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 0xa0ee84ad flow_rule_match_basic +EXPORT_SYMBOL vmlinux 0xa0f06278 devm_register_reboot_notifier +EXPORT_SYMBOL vmlinux 0xa0fbac79 wake_up_bit +EXPORT_SYMBOL vmlinux 0xa108eb4d sysctl_optmem_max +EXPORT_SYMBOL vmlinux 0xa1336873 md_finish_reshape +EXPORT_SYMBOL vmlinux 0xa1668455 xfrm_spd_getinfo +EXPORT_SYMBOL vmlinux 0xa16731bc locks_remove_posix +EXPORT_SYMBOL vmlinux 0xa18c5c4f xfrm_find_acq +EXPORT_SYMBOL vmlinux 0xa19a9634 forget_all_cached_acls +EXPORT_SYMBOL vmlinux 0xa1a8cc6c crc_ccitt_false +EXPORT_SYMBOL vmlinux 0xa1b87900 zstd_compress_cctx +EXPORT_SYMBOL vmlinux 0xa1d22bc1 netlink_unicast +EXPORT_SYMBOL vmlinux 0xa1d5979b find_first_bit_inv +EXPORT_SYMBOL vmlinux 0xa1e2ece8 iucv_bus +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 0xa243f6cc pci_get_subsys +EXPORT_SYMBOL vmlinux 0xa24f23d8 __request_module +EXPORT_SYMBOL vmlinux 0xa263892b fscrypt_fname_free_buffer +EXPORT_SYMBOL vmlinux 0xa264f3de __dev_direct_xmit +EXPORT_SYMBOL vmlinux 0xa2660e90 __tracepoint_dma_fence_signaled +EXPORT_SYMBOL vmlinux 0xa2756614 set_page_dirty +EXPORT_SYMBOL vmlinux 0xa279f3da blk_mq_tagset_busy_iter +EXPORT_SYMBOL vmlinux 0xa280a71c simple_statfs +EXPORT_SYMBOL vmlinux 0xa28a39a9 user_revoke +EXPORT_SYMBOL vmlinux 0xa28cfcc0 gen_estimator_active +EXPORT_SYMBOL vmlinux 0xa28e1b49 __percpu_counter_compare +EXPORT_SYMBOL vmlinux 0xa2925fbd input_match_device_id +EXPORT_SYMBOL vmlinux 0xa29af339 d_obtain_alias +EXPORT_SYMBOL vmlinux 0xa2a9d479 unregister_mii_timestamper +EXPORT_SYMBOL vmlinux 0xa2caa93d blk_mq_end_request +EXPORT_SYMBOL vmlinux 0xa2d08f30 vmf_insert_pfn +EXPORT_SYMBOL vmlinux 0xa2d7ec8d __SCK__tp_func_kmem_cache_free +EXPORT_SYMBOL vmlinux 0xa2eed9de security_d_instantiate +EXPORT_SYMBOL vmlinux 0xa2fc75e7 trace_print_hex_seq +EXPORT_SYMBOL vmlinux 0xa30b374f md_handle_request +EXPORT_SYMBOL vmlinux 0xa31d1dea __xa_erase +EXPORT_SYMBOL vmlinux 0xa3248889 __alloc_pages +EXPORT_SYMBOL vmlinux 0xa32774c7 __skb_checksum +EXPORT_SYMBOL vmlinux 0xa34a1c3b find_vma +EXPORT_SYMBOL vmlinux 0xa3509ddc dev_base_lock +EXPORT_SYMBOL vmlinux 0xa353e649 filemap_dirty_folio +EXPORT_SYMBOL vmlinux 0xa35e3fb1 netif_set_real_num_queues +EXPORT_SYMBOL vmlinux 0xa3645f0f ipv6_setsockopt +EXPORT_SYMBOL vmlinux 0xa371e179 unregister_fib_notifier +EXPORT_SYMBOL vmlinux 0xa3a0cc12 raw3270_wait_queue +EXPORT_SYMBOL vmlinux 0xa3a5be95 memmove +EXPORT_SYMBOL vmlinux 0xa3aadf07 blk_queue_virt_boundary +EXPORT_SYMBOL vmlinux 0xa3b06dde percpu_counter_destroy +EXPORT_SYMBOL vmlinux 0xa3b071a1 get_inode_acl +EXPORT_SYMBOL vmlinux 0xa3bca334 fsync_bdev +EXPORT_SYMBOL vmlinux 0xa3be8342 __ubsan_handle_type_mismatch +EXPORT_SYMBOL vmlinux 0xa3d05c5a blk_mq_init_allocated_queue +EXPORT_SYMBOL vmlinux 0xa3de5f12 pci_bus_claim_resources +EXPORT_SYMBOL vmlinux 0xa3f7aa51 __tracepoint_s390_cio_rsch +EXPORT_SYMBOL vmlinux 0xa3fea172 sha224_final +EXPORT_SYMBOL vmlinux 0xa4051bf6 LZ4_decompress_safe_continue +EXPORT_SYMBOL vmlinux 0xa410b827 tcp_mtu_to_mss +EXPORT_SYMBOL vmlinux 0xa41afd23 pci_scan_bridge +EXPORT_SYMBOL vmlinux 0xa44b520a __scsi_format_command +EXPORT_SYMBOL vmlinux 0xa45c59bd __SCK__tp_func_s390_cio_chsc +EXPORT_SYMBOL vmlinux 0xa464e1a3 ethtool_rx_flow_rule_create +EXPORT_SYMBOL vmlinux 0xa46f5769 param_ops_int +EXPORT_SYMBOL vmlinux 0xa4765878 xfrm6_rcv_spi +EXPORT_SYMBOL vmlinux 0xa48ef1ab scm_fp_dup +EXPORT_SYMBOL vmlinux 0xa4e188e7 strscpy +EXPORT_SYMBOL vmlinux 0xa4eff5aa netdev_core_stats_alloc +EXPORT_SYMBOL vmlinux 0xa4f9f68b seq_release_private +EXPORT_SYMBOL vmlinux 0xa503dd04 wait_for_completion_killable_timeout +EXPORT_SYMBOL vmlinux 0xa51a2967 _find_next_zero_bit_le +EXPORT_SYMBOL vmlinux 0xa53f1da1 tcf_exts_dump_stats +EXPORT_SYMBOL vmlinux 0xa540591f eth_gro_receive +EXPORT_SYMBOL vmlinux 0xa54e32af freeze_bdev +EXPORT_SYMBOL vmlinux 0xa5526619 rb_insert_color +EXPORT_SYMBOL vmlinux 0xa562bd4d do_SAK +EXPORT_SYMBOL vmlinux 0xa5712816 __insert_inode_hash +EXPORT_SYMBOL vmlinux 0xa57d10f8 pci_choose_state +EXPORT_SYMBOL vmlinux 0xa58b31da __wait_on_bit +EXPORT_SYMBOL vmlinux 0xa59520ec seq_pad +EXPORT_SYMBOL vmlinux 0xa5a6c81c inet_frag_find +EXPORT_SYMBOL vmlinux 0xa5ae9d90 ccw_device_halt +EXPORT_SYMBOL vmlinux 0xa5ca280c skb_dequeue +EXPORT_SYMBOL vmlinux 0xa5d1422e __d_lookup_unhash_wake +EXPORT_SYMBOL vmlinux 0xa5d31ef0 arp_xmit +EXPORT_SYMBOL vmlinux 0xa5d685a9 simple_transaction_release +EXPORT_SYMBOL vmlinux 0xa5e04aa2 tcp_splice_read +EXPORT_SYMBOL vmlinux 0xa5e859e4 raw3270_deactivate_view +EXPORT_SYMBOL vmlinux 0xa5ff75cc remap_pfn_range +EXPORT_SYMBOL vmlinux 0xa61907f8 dentry_path_raw +EXPORT_SYMBOL vmlinux 0xa61ced89 qdisc_put_rtab +EXPORT_SYMBOL vmlinux 0xa63494d8 blk_mq_stop_hw_queues +EXPORT_SYMBOL vmlinux 0xa6430ab5 md_done_sync +EXPORT_SYMBOL vmlinux 0xa648e561 __ubsan_handle_shift_out_of_bounds +EXPORT_SYMBOL vmlinux 0xa64c7249 __printk_cpu_sync_try_get +EXPORT_SYMBOL vmlinux 0xa66055f4 cpumask_any_and_distribute +EXPORT_SYMBOL vmlinux 0xa66caf35 touch_buffer +EXPORT_SYMBOL vmlinux 0xa67d5921 dma_fence_free +EXPORT_SYMBOL vmlinux 0xa681fe88 generate_random_uuid +EXPORT_SYMBOL vmlinux 0xa6908ef8 noop_llseek +EXPORT_SYMBOL vmlinux 0xa69ed606 flow_keys_dissector +EXPORT_SYMBOL vmlinux 0xa69ef4ec ndo_dflt_fdb_del +EXPORT_SYMBOL vmlinux 0xa6b80afa rtnl_create_link +EXPORT_SYMBOL vmlinux 0xa6d8af40 __splice_from_pipe +EXPORT_SYMBOL vmlinux 0xa6e9c670 blake2s_compress_generic +EXPORT_SYMBOL vmlinux 0xa6f4a9c6 dev_vprintk_emit +EXPORT_SYMBOL vmlinux 0xa6fc7942 xfrm_state_free +EXPORT_SYMBOL vmlinux 0xa70b3a03 ip6_fraglist_prepare +EXPORT_SYMBOL vmlinux 0xa7120e3f devm_release_resource +EXPORT_SYMBOL vmlinux 0xa725b77e set_user_nice +EXPORT_SYMBOL vmlinux 0xa742b091 jbd2_journal_get_create_access +EXPORT_SYMBOL vmlinux 0xa745b677 __dec_zone_page_state +EXPORT_SYMBOL vmlinux 0xa74c9168 kmem_cache_create_usercopy +EXPORT_SYMBOL vmlinux 0xa74c9877 refcount_dec_and_rtnl_lock +EXPORT_SYMBOL vmlinux 0xa75f0091 dm_io +EXPORT_SYMBOL vmlinux 0xa77bfd29 register_inet6addr_validator_notifier +EXPORT_SYMBOL vmlinux 0xa781ec69 __module_put_and_kthread_exit +EXPORT_SYMBOL vmlinux 0xa7872246 tcp_enter_quickack_mode +EXPORT_SYMBOL vmlinux 0xa799a92c security_binder_transfer_binder +EXPORT_SYMBOL vmlinux 0xa7a4cb8d __do_once_sleepable_done +EXPORT_SYMBOL vmlinux 0xa7a9cfe0 iucv_message_send2way +EXPORT_SYMBOL vmlinux 0xa7ab1a4e phy_modify_paged_changed +EXPORT_SYMBOL vmlinux 0xa7d55666 netpoll_send_udp +EXPORT_SYMBOL vmlinux 0xa7e0c579 netdev_master_upper_dev_link +EXPORT_SYMBOL vmlinux 0xa7ea02f9 truncate_pagecache +EXPORT_SYMBOL vmlinux 0xa7ea693b __alloc_skb +EXPORT_SYMBOL vmlinux 0xa7eedcc4 call_usermodehelper +EXPORT_SYMBOL vmlinux 0xa7fab10c fb_validate_mode +EXPORT_SYMBOL vmlinux 0xa823bb81 kobject_get +EXPORT_SYMBOL vmlinux 0xa82fb357 inet_del_protocol +EXPORT_SYMBOL vmlinux 0xa831c782 remove_proc_subtree +EXPORT_SYMBOL vmlinux 0xa843805a get_unused_fd_flags +EXPORT_SYMBOL vmlinux 0xa84ce9e0 crypto_aes_inv_sbox +EXPORT_SYMBOL vmlinux 0xa854e735 __ip_select_ident +EXPORT_SYMBOL vmlinux 0xa85fbd2b netpoll_cleanup +EXPORT_SYMBOL vmlinux 0xa8694ecd kblockd_schedule_work +EXPORT_SYMBOL vmlinux 0xa89c76c4 simple_release_fs +EXPORT_SYMBOL vmlinux 0xa8a03737 netdev_change_features +EXPORT_SYMBOL vmlinux 0xa8a98f0f param_set_int +EXPORT_SYMBOL vmlinux 0xa8b475f9 scsi_done_direct +EXPORT_SYMBOL vmlinux 0xa8db040b dev_mc_sync +EXPORT_SYMBOL vmlinux 0xa8e3fe19 radix_tree_tag_clear +EXPORT_SYMBOL vmlinux 0xa8f1c879 xsk_set_tx_need_wakeup +EXPORT_SYMBOL vmlinux 0xa8f6c843 ip_frag_ecn_table +EXPORT_SYMBOL vmlinux 0xa9090e80 bio_alloc_bioset +EXPORT_SYMBOL vmlinux 0xa90ca0de flush_rcu_work +EXPORT_SYMBOL vmlinux 0xa9191c40 d_instantiate +EXPORT_SYMBOL vmlinux 0xa92c9f8d __traceiter_s390_cio_tsch +EXPORT_SYMBOL vmlinux 0xa938b88e find_vma_intersection +EXPORT_SYMBOL vmlinux 0xa9392430 xa_clear_mark +EXPORT_SYMBOL vmlinux 0xa93c412f tcf_idr_check_alloc +EXPORT_SYMBOL vmlinux 0xa93cd24b scsi_dma_unmap +EXPORT_SYMBOL vmlinux 0xa94b6f14 phy_start +EXPORT_SYMBOL vmlinux 0xa95c4dc1 proc_dointvec_ms_jiffies +EXPORT_SYMBOL vmlinux 0xa965ca81 reciprocal_value +EXPORT_SYMBOL vmlinux 0xa976957d bitmap_remap +EXPORT_SYMBOL vmlinux 0xa986aba2 tcf_chain_get_by_act +EXPORT_SYMBOL vmlinux 0xa9ac0c43 __cgroup_bpf_run_filter_sock_ops +EXPORT_SYMBOL vmlinux 0xa9c3b1ae mod_node_page_state +EXPORT_SYMBOL vmlinux 0xa9d95d0c remove_watch_from_object +EXPORT_SYMBOL vmlinux 0xa9e141a2 pci_iomap +EXPORT_SYMBOL vmlinux 0xa9e6485d padata_free +EXPORT_SYMBOL vmlinux 0xa9edde44 tcp_sock_set_cork +EXPORT_SYMBOL vmlinux 0xa9f143e6 inet_frag_queue_insert +EXPORT_SYMBOL vmlinux 0xaa165294 folio_add_lru +EXPORT_SYMBOL vmlinux 0xaa19e4aa _kstrtol +EXPORT_SYMBOL vmlinux 0xaa1c6624 raw3270_request_reset +EXPORT_SYMBOL vmlinux 0xaa1e246a xxh32_update +EXPORT_SYMBOL vmlinux 0xaa26b22d ip6_dst_hoplimit +EXPORT_SYMBOL vmlinux 0xaa31208d key_payload_reserve +EXPORT_SYMBOL vmlinux 0xaa4d5509 nf_log_unset +EXPORT_SYMBOL vmlinux 0xaa50b487 dentry_create +EXPORT_SYMBOL vmlinux 0xaa532956 debug_hex_ascii_view +EXPORT_SYMBOL vmlinux 0xaa53b33c gen_pool_dma_zalloc_algo +EXPORT_SYMBOL vmlinux 0xaa5c9395 dma_fence_array_ops +EXPORT_SYMBOL vmlinux 0xaa5cdc77 dev_get_by_name_rcu +EXPORT_SYMBOL vmlinux 0xaa6f18b2 skb_tunnel_check_pmtu +EXPORT_SYMBOL vmlinux 0xaa7a1f77 __xa_cmpxchg +EXPORT_SYMBOL vmlinux 0xaa847378 skb_checksum +EXPORT_SYMBOL vmlinux 0xaa8f1b71 inet_addr_is_any +EXPORT_SYMBOL vmlinux 0xaa9b4170 kmem_cache_alloc_node +EXPORT_SYMBOL vmlinux 0xaaa4b9bc hchacha_block_generic +EXPORT_SYMBOL vmlinux 0xaaa66739 ap_wait_init_apqn_bindings_complete +EXPORT_SYMBOL vmlinux 0xaac764ba eth_gro_complete +EXPORT_SYMBOL vmlinux 0xaad0ae78 __bitmap_shift_right +EXPORT_SYMBOL vmlinux 0xaad8c7d6 default_wake_function +EXPORT_SYMBOL vmlinux 0xaafdc258 strcasecmp +EXPORT_SYMBOL vmlinux 0xab04ee98 dm_kcopyd_zero +EXPORT_SYMBOL vmlinux 0xab062f7f __getblk_gfp +EXPORT_SYMBOL vmlinux 0xab0e1aa1 vlan_filter_push_vids +EXPORT_SYMBOL vmlinux 0xab3687cd inet_release +EXPORT_SYMBOL vmlinux 0xab3697e4 irq_poll_init +EXPORT_SYMBOL vmlinux 0xab42c2f5 elv_rb_find +EXPORT_SYMBOL vmlinux 0xab46c289 __SCK__tp_func_s390_cio_hsch +EXPORT_SYMBOL vmlinux 0xab4a0100 param_get_ullong +EXPORT_SYMBOL vmlinux 0xab63baa5 unregister_inetaddr_validator_notifier +EXPORT_SYMBOL vmlinux 0xab6d5b3b hex_to_bin +EXPORT_SYMBOL vmlinux 0xab781570 fb_get_options +EXPORT_SYMBOL vmlinux 0xabb1b543 configfs_register_group +EXPORT_SYMBOL vmlinux 0xabb4371c kthread_create_worker_on_cpu +EXPORT_SYMBOL vmlinux 0xabc1b1eb ethtool_intersect_link_masks +EXPORT_SYMBOL vmlinux 0xabd8b0a4 vlan_ioctl_set +EXPORT_SYMBOL vmlinux 0xabe1431b trace_print_symbols_seq +EXPORT_SYMBOL vmlinux 0xabe3fa3f scsi_host_lookup +EXPORT_SYMBOL vmlinux 0xabe5f64b tcf_qevent_validate_change +EXPORT_SYMBOL vmlinux 0xabf32f29 utf16s_to_utf8s +EXPORT_SYMBOL vmlinux 0xac053a96 param_get_invbool +EXPORT_SYMBOL vmlinux 0xac1a55be unregister_reboot_notifier +EXPORT_SYMBOL vmlinux 0xac251a28 inet6_protos +EXPORT_SYMBOL vmlinux 0xac2972a8 tcp_add_backlog +EXPORT_SYMBOL vmlinux 0xac3201b0 udp_flow_hashrnd +EXPORT_SYMBOL vmlinux 0xac32fbf2 sget_fc +EXPORT_SYMBOL vmlinux 0xac40516c debug_unregister +EXPORT_SYMBOL vmlinux 0xac560980 icmpv6_ndo_send +EXPORT_SYMBOL vmlinux 0xac5fcec0 in4_pton +EXPORT_SYMBOL vmlinux 0xac740b3a netpoll_poll_disable +EXPORT_SYMBOL vmlinux 0xaca0aef0 complete +EXPORT_SYMBOL vmlinux 0xacab29b7 seq_hlist_start_percpu +EXPORT_SYMBOL vmlinux 0xacab761e pci_reenable_device +EXPORT_SYMBOL vmlinux 0xacbb8795 blk_mq_complete_request +EXPORT_SYMBOL vmlinux 0xacd54b9e ip_route_me_harder +EXPORT_SYMBOL vmlinux 0xacd81eb3 jbd2_inode_cache +EXPORT_SYMBOL vmlinux 0xacd8995f __dev_remove_pack +EXPORT_SYMBOL vmlinux 0xacea318c zstd_get_error_code +EXPORT_SYMBOL vmlinux 0xacf0cb78 set_page_dirty_lock +EXPORT_SYMBOL vmlinux 0xacf4d843 match_strdup +EXPORT_SYMBOL vmlinux 0xacf649bf audit_log_task_info +EXPORT_SYMBOL vmlinux 0xad0413d4 match_hex +EXPORT_SYMBOL vmlinux 0xad07a08f mt_find +EXPORT_SYMBOL vmlinux 0xad0d60fc neigh_sysctl_register +EXPORT_SYMBOL vmlinux 0xad128dc1 __tracepoint_dma_fence_enable_signal +EXPORT_SYMBOL vmlinux 0xad132de2 device_get_ethdev_address +EXPORT_SYMBOL vmlinux 0xad1441f0 __wait_on_bit_lock +EXPORT_SYMBOL vmlinux 0xad162ff1 mtree_erase +EXPORT_SYMBOL vmlinux 0xad1b38a5 fiemap_prep +EXPORT_SYMBOL vmlinux 0xad299b78 ioremap_wc +EXPORT_SYMBOL vmlinux 0xad3990c2 ap_queue_init_reply +EXPORT_SYMBOL vmlinux 0xad4aee39 strncpy +EXPORT_SYMBOL vmlinux 0xad64b897 devm_free_irq +EXPORT_SYMBOL vmlinux 0xad6c3f78 dqstats +EXPORT_SYMBOL vmlinux 0xad73041f autoremove_wake_function +EXPORT_SYMBOL vmlinux 0xad80f362 __skb_warn_lro_forwarding +EXPORT_SYMBOL vmlinux 0xada09ad2 dfltcc_can_inflate +EXPORT_SYMBOL vmlinux 0xada11f0f phy_ethtool_get_eee +EXPORT_SYMBOL vmlinux 0xadaa05e1 mini_qdisc_pair_block_init +EXPORT_SYMBOL vmlinux 0xadae6df8 blake2s_final +EXPORT_SYMBOL vmlinux 0xadb457eb inet_reqsk_alloc +EXPORT_SYMBOL vmlinux 0xadd139d4 rfs_needed +EXPORT_SYMBOL vmlinux 0xadd70cc6 security_dentry_create_files_as +EXPORT_SYMBOL vmlinux 0xadeb3e57 crypto_sha1_finup +EXPORT_SYMBOL vmlinux 0xae04012c __vmalloc +EXPORT_SYMBOL vmlinux 0xae06002a kstrtos16_from_user +EXPORT_SYMBOL vmlinux 0xae060053 inet_csk_delete_keepalive_timer +EXPORT_SYMBOL vmlinux 0xae0c2691 __napi_alloc_skb +EXPORT_SYMBOL vmlinux 0xae1b854b ip_sock_set_recverr +EXPORT_SYMBOL vmlinux 0xae1d2c5e fb_modesetting_disabled +EXPORT_SYMBOL vmlinux 0xae316c11 icmpv6_err_convert +EXPORT_SYMBOL vmlinux 0xae3d0ffd cad_pid +EXPORT_SYMBOL vmlinux 0xae420826 shmem_aops +EXPORT_SYMBOL vmlinux 0xae6f8333 compat_ptr_ioctl +EXPORT_SYMBOL vmlinux 0xae7bc796 ipv6_sock_mc_drop +EXPORT_SYMBOL vmlinux 0xae908338 fs_context_for_reconfigure +EXPORT_SYMBOL vmlinux 0xae9f0318 tty_kref_put +EXPORT_SYMBOL vmlinux 0xaeac049a generate_random_guid +EXPORT_SYMBOL vmlinux 0xaebdf85f refcount_dec_and_lock_irqsave +EXPORT_SYMBOL vmlinux 0xaeccda33 netdev_name_in_use +EXPORT_SYMBOL vmlinux 0xaed247a2 mdiobus_scan +EXPORT_SYMBOL vmlinux 0xaed5743e cond_set_guest_storage_key +EXPORT_SYMBOL vmlinux 0xaf3dd7dc scsi_logging_level +EXPORT_SYMBOL vmlinux 0xaf4018cc vmf_insert_mixed_mkwrite +EXPORT_SYMBOL vmlinux 0xaf840aaa flow_rule_match_pppoe +EXPORT_SYMBOL vmlinux 0xaf95a556 __nla_put_64bit +EXPORT_SYMBOL vmlinux 0xafaa6031 _find_next_and_bit +EXPORT_SYMBOL vmlinux 0xafb50d59 flow_indr_dev_unregister +EXPORT_SYMBOL vmlinux 0xafbf0f3c simple_rename +EXPORT_SYMBOL vmlinux 0xafdf4548 pci_request_irq +EXPORT_SYMBOL vmlinux 0xafe5aa52 netdev_set_tc_queue +EXPORT_SYMBOL vmlinux 0xafe82e10 strcspn +EXPORT_SYMBOL vmlinux 0xaff0fdf4 netdev_lower_get_first_private_rcu +EXPORT_SYMBOL vmlinux 0xaff9b6bf always_delete_dentry +EXPORT_SYMBOL vmlinux 0xb00931ef phy_queue_state_machine +EXPORT_SYMBOL vmlinux 0xb00d362a dquot_free_inode +EXPORT_SYMBOL vmlinux 0xb00da3e7 __bh_read_batch +EXPORT_SYMBOL vmlinux 0xb019e94a jbd2_journal_update_sb_errno +EXPORT_SYMBOL vmlinux 0xb01bebf9 xfrm_get_acqseq +EXPORT_SYMBOL vmlinux 0xb021ccf4 tcf_idr_release +EXPORT_SYMBOL vmlinux 0xb0362b71 clear_page_dirty_for_io +EXPORT_SYMBOL vmlinux 0xb058ca07 dim_calc_stats +EXPORT_SYMBOL vmlinux 0xb05c0c91 jbd2_journal_get_undo_access +EXPORT_SYMBOL vmlinux 0xb05fc310 sysctl_rmem_max +EXPORT_SYMBOL vmlinux 0xb0646076 __dev_set_mtu +EXPORT_SYMBOL vmlinux 0xb06598dc register_sysctl +EXPORT_SYMBOL vmlinux 0xb07eb4cd vfs_tmpfile_open +EXPORT_SYMBOL vmlinux 0xb0972675 send_sig +EXPORT_SYMBOL vmlinux 0xb0b1836a d_set_d_op +EXPORT_SYMBOL vmlinux 0xb0ceb3cd inet_sendpage +EXPORT_SYMBOL vmlinux 0xb0e10781 get_option +EXPORT_SYMBOL vmlinux 0xb0eda7e7 iucv_path_sever +EXPORT_SYMBOL vmlinux 0xb10d7675 udp_gro_complete +EXPORT_SYMBOL vmlinux 0xb10e7df4 __kfifo_dma_in_prepare +EXPORT_SYMBOL vmlinux 0xb1176e59 try_wait_for_completion +EXPORT_SYMBOL vmlinux 0xb12cbacb fb_unregister_client +EXPORT_SYMBOL vmlinux 0xb13444b9 dquot_load_quota_sb +EXPORT_SYMBOL vmlinux 0xb13ba51c posix_acl_from_xattr +EXPORT_SYMBOL vmlinux 0xb14ab1ef hdmi_audio_infoframe_init +EXPORT_SYMBOL vmlinux 0xb14fc46a find_next_clump8 +EXPORT_SYMBOL vmlinux 0xb1518e15 cancel_work +EXPORT_SYMBOL vmlinux 0xb15614a0 xfrm_state_lookup +EXPORT_SYMBOL vmlinux 0xb15b9fcc dcb_ieee_delapp +EXPORT_SYMBOL vmlinux 0xb171ab59 debug_set_level +EXPORT_SYMBOL vmlinux 0xb18fc052 ccw_driver_register +EXPORT_SYMBOL vmlinux 0xb1ac6405 scsi_bios_ptable +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 0xb1f73d51 pcibios_bus_to_resource +EXPORT_SYMBOL vmlinux 0xb2195fd1 jbd2_journal_start_reserved +EXPORT_SYMBOL vmlinux 0xb21cd7e8 netlink_ack +EXPORT_SYMBOL vmlinux 0xb22e16d5 radix_tree_maybe_preload +EXPORT_SYMBOL vmlinux 0xb23d9317 file_write_and_wait_range +EXPORT_SYMBOL vmlinux 0xb240396d scsi_host_get +EXPORT_SYMBOL vmlinux 0xb2464c76 xfrm_policy_alloc +EXPORT_SYMBOL vmlinux 0xb26f5656 vfs_setpos +EXPORT_SYMBOL vmlinux 0xb2974d99 dma_map_page_attrs +EXPORT_SYMBOL vmlinux 0xb2b0d772 __kfifo_dma_in_finish_r +EXPORT_SYMBOL vmlinux 0xb2fcb56d queue_delayed_work_on +EXPORT_SYMBOL vmlinux 0xb3077e88 md_bitmap_startwrite +EXPORT_SYMBOL vmlinux 0xb308c97d wait_woken +EXPORT_SYMBOL vmlinux 0xb3209b4f skb_put +EXPORT_SYMBOL vmlinux 0xb320cc0e sg_init_one +EXPORT_SYMBOL vmlinux 0xb3258f79 __ubsan_handle_type_mismatch_v1 +EXPORT_SYMBOL vmlinux 0xb336fcc3 inet6_unregister_protosw +EXPORT_SYMBOL vmlinux 0xb33ae8ce clocksource_change_rating +EXPORT_SYMBOL vmlinux 0xb3417b3b phy_start_aneg +EXPORT_SYMBOL vmlinux 0xb3687850 out_of_line_wait_on_bit_lock +EXPORT_SYMBOL vmlinux 0xb3707e6e flow_keys_basic_dissector +EXPORT_SYMBOL vmlinux 0xb37a243a ethtool_notify +EXPORT_SYMBOL vmlinux 0xb381ff9e ida_destroy +EXPORT_SYMBOL vmlinux 0xb38b56a9 pci_release_resource +EXPORT_SYMBOL vmlinux 0xb38beebf sync_file_get_fence +EXPORT_SYMBOL vmlinux 0xb38e3469 qdisc_create_dflt +EXPORT_SYMBOL vmlinux 0xb3a09a26 alloc_skb_with_frags +EXPORT_SYMBOL vmlinux 0xb3a16f17 netdev_update_features +EXPORT_SYMBOL vmlinux 0xb3a7ff68 kthread_complete_and_exit +EXPORT_SYMBOL vmlinux 0xb3b834a4 write_inode_now +EXPORT_SYMBOL vmlinux 0xb3cabb68 pci_ep_cfs_add_epc_group +EXPORT_SYMBOL vmlinux 0xb3cd77b0 vmf_insert_pfn_prot +EXPORT_SYMBOL vmlinux 0xb3d2c76d scsi_hostbyte_string +EXPORT_SYMBOL vmlinux 0xb3dcbb66 __skb_wait_for_more_packets +EXPORT_SYMBOL vmlinux 0xb3f7646e kthread_should_stop +EXPORT_SYMBOL vmlinux 0xb3f95da8 input_alloc_absinfo +EXPORT_SYMBOL vmlinux 0xb3ff1f69 free_pages_exact +EXPORT_SYMBOL vmlinux 0xb4180d97 bio_chain +EXPORT_SYMBOL vmlinux 0xb423dba1 console_blanked +EXPORT_SYMBOL vmlinux 0xb4281ebd ap_driver_unregister +EXPORT_SYMBOL vmlinux 0xb43cf303 gnet_stats_copy_rate_est +EXPORT_SYMBOL vmlinux 0xb4643630 filemap_fdatawait_range_keep_errors +EXPORT_SYMBOL vmlinux 0xb466d359 tcf_get_next_chain +EXPORT_SYMBOL vmlinux 0xb47984ab is_subdir +EXPORT_SYMBOL vmlinux 0xb48d4d22 security_sb_eat_lsm_opts +EXPORT_SYMBOL vmlinux 0xb490658c sockopt_lock_sock +EXPORT_SYMBOL vmlinux 0xb49c699d dma_fence_add_callback +EXPORT_SYMBOL vmlinux 0xb4a79898 blk_limits_io_opt +EXPORT_SYMBOL vmlinux 0xb4c2c2a9 sock_kfree_s +EXPORT_SYMBOL vmlinux 0xb4f13d2a abort +EXPORT_SYMBOL vmlinux 0xb520aad8 tcf_exts_dump +EXPORT_SYMBOL vmlinux 0xb5273004 skb_copy_and_csum_bits +EXPORT_SYMBOL vmlinux 0xb534f61f __kfifo_alloc +EXPORT_SYMBOL vmlinux 0xb5352649 generic_update_time +EXPORT_SYMBOL vmlinux 0xb53f2256 pcim_iomap_regions +EXPORT_SYMBOL vmlinux 0xb5501637 call_netdevice_notifiers +EXPORT_SYMBOL vmlinux 0xb5541a56 phy_get_eee_err +EXPORT_SYMBOL vmlinux 0xb57603e9 vfs_iocb_iter_read +EXPORT_SYMBOL vmlinux 0xb5786669 end_buffer_async_write +EXPORT_SYMBOL vmlinux 0xb583df44 blk_queue_dma_alignment +EXPORT_SYMBOL vmlinux 0xb5a459dc unregister_blkdev +EXPORT_SYMBOL vmlinux 0xb5aa7165 dma_pool_destroy +EXPORT_SYMBOL vmlinux 0xb5b63711 fileattr_fill_xflags +EXPORT_SYMBOL vmlinux 0xb5d3119d _atomic_dec_and_lock +EXPORT_SYMBOL vmlinux 0xb5d36cbe handle_edge_irq +EXPORT_SYMBOL vmlinux 0xb5e73116 flush_delayed_work +EXPORT_SYMBOL vmlinux 0xb5ef58d5 netdev_class_create_file_ns +EXPORT_SYMBOL vmlinux 0xb5f9c00e param_ops_short +EXPORT_SYMBOL vmlinux 0xb61aac8d put_fs_context +EXPORT_SYMBOL vmlinux 0xb625a9b9 proc_create_single_data +EXPORT_SYMBOL vmlinux 0xb62d898f generic_fillattr +EXPORT_SYMBOL vmlinux 0xb6308446 __load_fpu_regs +EXPORT_SYMBOL vmlinux 0xb633f115 irq_poll_enable +EXPORT_SYMBOL vmlinux 0xb63486cb configfs_undepend_item +EXPORT_SYMBOL vmlinux 0xb6390ad4 __tcf_em_tree_match +EXPORT_SYMBOL vmlinux 0xb64f9a36 put_ipc_ns +EXPORT_SYMBOL vmlinux 0xb6693db6 init_special_inode +EXPORT_SYMBOL vmlinux 0xb66e96d8 netlbl_audit_start +EXPORT_SYMBOL vmlinux 0xb6774c31 setattr_prepare +EXPORT_SYMBOL vmlinux 0xb678366f int_sqrt +EXPORT_SYMBOL vmlinux 0xb67fec0e uuid_parse +EXPORT_SYMBOL vmlinux 0xb68c6d60 inet_frags_fini +EXPORT_SYMBOL vmlinux 0xb692ef94 from_kuid_munged +EXPORT_SYMBOL vmlinux 0xb6936ffe _bcd2bin +EXPORT_SYMBOL vmlinux 0xb6a63690 genphy_read_abilities +EXPORT_SYMBOL vmlinux 0xb6ac307b tty_port_open +EXPORT_SYMBOL vmlinux 0xb6acaa13 phy_sfp_detach +EXPORT_SYMBOL vmlinux 0xb6c65efd ccw_device_set_options +EXPORT_SYMBOL vmlinux 0xb6cb556a _find_first_and_bit +EXPORT_SYMBOL vmlinux 0xb6d14006 call_usermodehelper_setup +EXPORT_SYMBOL vmlinux 0xb6d6371d __traceiter_mmap_lock_start_locking +EXPORT_SYMBOL vmlinux 0xb6e36ce2 psched_ratecfg_precompute +EXPORT_SYMBOL vmlinux 0xb6f24940 ilookup5 +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 0xb71c7298 generic_pipe_buf_release +EXPORT_SYMBOL vmlinux 0xb71ed69f __hw_addr_unsync +EXPORT_SYMBOL vmlinux 0xb7225094 inet_addr_type_table +EXPORT_SYMBOL vmlinux 0xb73324aa scsi_print_result +EXPORT_SYMBOL vmlinux 0xb7486240 seg6_hmac_net_exit +EXPORT_SYMBOL vmlinux 0xb772b17d dquot_get_state +EXPORT_SYMBOL vmlinux 0xb777c29b tcf_idr_create_from_flags +EXPORT_SYMBOL vmlinux 0xb778ba44 tcp_read_sock +EXPORT_SYMBOL vmlinux 0xb78700c3 kstrtou8_from_user +EXPORT_SYMBOL vmlinux 0xb787772a pci_request_regions +EXPORT_SYMBOL vmlinux 0xb7896b1a __netlink_ns_capable +EXPORT_SYMBOL vmlinux 0xb78debe3 LZ4_decompress_fast_usingDict +EXPORT_SYMBOL vmlinux 0xb7a26d2f mtree_load +EXPORT_SYMBOL vmlinux 0xb7c6db70 sysctl_max_skb_frags +EXPORT_SYMBOL vmlinux 0xb7d403e6 unregister_md_personality +EXPORT_SYMBOL vmlinux 0xb7e823f5 in_dev_finish_destroy +EXPORT_SYMBOL vmlinux 0xb7ee2a2c diag26c +EXPORT_SYMBOL vmlinux 0xb81a8b1b __skb_recv_udp +EXPORT_SYMBOL vmlinux 0xb81ec5da udp_gro_receive +EXPORT_SYMBOL vmlinux 0xb827d331 __cond_resched_rwlock_write +EXPORT_SYMBOL vmlinux 0xb833cf26 blk_rq_map_kern +EXPORT_SYMBOL vmlinux 0xb8569052 dev_pick_tx_cpu_id +EXPORT_SYMBOL vmlinux 0xb868ac5c register_sysrq_key +EXPORT_SYMBOL vmlinux 0xb86a21e9 __generic_file_write_iter +EXPORT_SYMBOL vmlinux 0xb86fa872 tty_write_room +EXPORT_SYMBOL vmlinux 0xb88cf6c8 scsi_print_sense_hdr +EXPORT_SYMBOL vmlinux 0xb89b6e6b guid_parse +EXPORT_SYMBOL vmlinux 0xb8b043f2 kfree_link +EXPORT_SYMBOL vmlinux 0xb8b27e06 __sie64a +EXPORT_SYMBOL vmlinux 0xb8b5fc8d rtnl_link_get_net +EXPORT_SYMBOL vmlinux 0xb8c95c6d udp_push_pending_frames +EXPORT_SYMBOL vmlinux 0xb8cad3ae pps_register_source +EXPORT_SYMBOL vmlinux 0xb8e315da tty_devnum +EXPORT_SYMBOL vmlinux 0xb8e61646 sock_enable_timestamps +EXPORT_SYMBOL vmlinux 0xb8e62cdc fs_param_is_blockdev +EXPORT_SYMBOL vmlinux 0xb8e69680 netdev_offload_xstats_enable +EXPORT_SYMBOL vmlinux 0xb8e97783 proc_douintvec +EXPORT_SYMBOL vmlinux 0xb8ef1166 napi_gro_frags +EXPORT_SYMBOL vmlinux 0xb8f475b0 nonseekable_open +EXPORT_SYMBOL vmlinux 0xb8f6d6c5 param_set_ulong +EXPORT_SYMBOL vmlinux 0xb911bb58 minmax_running_max +EXPORT_SYMBOL vmlinux 0xb915ceca itcw_init +EXPORT_SYMBOL vmlinux 0xb91c9f93 param_set_bool +EXPORT_SYMBOL vmlinux 0xb9276cef sock_from_file +EXPORT_SYMBOL vmlinux 0xb928aa45 netdev_rss_key_fill +EXPORT_SYMBOL vmlinux 0xb92f8ad6 kiocb_set_cancel_fn +EXPORT_SYMBOL vmlinux 0xb9409697 end_buffer_write_sync +EXPORT_SYMBOL vmlinux 0xb94339c4 qdisc_put_stab +EXPORT_SYMBOL vmlinux 0xb94f4d5d __kmalloc_node_track_caller +EXPORT_SYMBOL vmlinux 0xb96c4f9e audit_log_subject_context +EXPORT_SYMBOL vmlinux 0xb97220ff bitmap_parse +EXPORT_SYMBOL vmlinux 0xb976cb59 ip_do_fragment +EXPORT_SYMBOL vmlinux 0xb97d76d3 jbd2_journal_check_used_features +EXPORT_SYMBOL vmlinux 0xb98d6c72 md_bitmap_endwrite +EXPORT_SYMBOL vmlinux 0xb9963fd3 __bh_read +EXPORT_SYMBOL vmlinux 0xb9985142 neigh_update +EXPORT_SYMBOL vmlinux 0xb99bfde6 neigh_connected_output +EXPORT_SYMBOL vmlinux 0xb9abbb2e arch_debugfs_dir +EXPORT_SYMBOL vmlinux 0xb9af2bed ip_fraglist_prepare +EXPORT_SYMBOL vmlinux 0xb9b2f3f9 f_setown +EXPORT_SYMBOL vmlinux 0xb9b36c0a end_buffer_read_sync +EXPORT_SYMBOL vmlinux 0xb9c721e3 security_inode_setsecctx +EXPORT_SYMBOL vmlinux 0xb9d4de98 md_check_no_bitmap +EXPORT_SYMBOL vmlinux 0xb9df4789 jbd2_journal_forget +EXPORT_SYMBOL vmlinux 0xb9e8e2cc in6addr_sitelocal_allrouters +EXPORT_SYMBOL vmlinux 0xb9e977e0 unpin_user_pages +EXPORT_SYMBOL vmlinux 0xba0676e2 vm_zone_stat +EXPORT_SYMBOL vmlinux 0xba2806ad flow_rule_match_ip +EXPORT_SYMBOL vmlinux 0xba31dd9a sock_set_sndtimeo +EXPORT_SYMBOL vmlinux 0xba339dd5 blk_mq_requeue_request +EXPORT_SYMBOL vmlinux 0xba497f13 loops_per_jiffy +EXPORT_SYMBOL vmlinux 0xba68ea2e security_inode_init_security +EXPORT_SYMBOL vmlinux 0xba846341 __scm_destroy +EXPORT_SYMBOL vmlinux 0xba8b1b0e _dev_printk +EXPORT_SYMBOL vmlinux 0xba8e9a4d __vfs_setxattr +EXPORT_SYMBOL vmlinux 0xba8f727a config_group_init_type_name +EXPORT_SYMBOL vmlinux 0xba9a959f mdiobus_write +EXPORT_SYMBOL vmlinux 0xba9f72af unregister_key_type +EXPORT_SYMBOL vmlinux 0xbab2dc68 security_task_getsecid_obj +EXPORT_SYMBOL vmlinux 0xbac75172 xfrm6_rcv_encap +EXPORT_SYMBOL vmlinux 0xbae65aba scsi_track_queue_full +EXPORT_SYMBOL vmlinux 0xbafa632e __do_once_sleepable_start +EXPORT_SYMBOL vmlinux 0xbafdfa6c _dev_emerg +EXPORT_SYMBOL vmlinux 0xbb0540aa zlib_inflateReset +EXPORT_SYMBOL vmlinux 0xbb24f607 init_cdrom_command +EXPORT_SYMBOL vmlinux 0xbb307031 neigh_ifdown +EXPORT_SYMBOL vmlinux 0xbb3480de ip6_fraglist_init +EXPORT_SYMBOL vmlinux 0xbb5934be __wake_up_bit +EXPORT_SYMBOL vmlinux 0xbb6e5b53 bprm_change_interp +EXPORT_SYMBOL vmlinux 0xbb727256 skb_checksum_help +EXPORT_SYMBOL vmlinux 0xbb735db5 xfrm_trans_queue +EXPORT_SYMBOL vmlinux 0xbb7d28c3 ip4_datagram_connect +EXPORT_SYMBOL vmlinux 0xbb840564 tcf_exts_destroy +EXPORT_SYMBOL vmlinux 0xbb8d34e8 xsk_tx_completed +EXPORT_SYMBOL vmlinux 0xbb9d0dc5 bin2hex +EXPORT_SYMBOL vmlinux 0xbba7f2f2 __cpuhp_setup_state_cpuslocked +EXPORT_SYMBOL vmlinux 0xbbe20cbd security_dentry_init_security +EXPORT_SYMBOL vmlinux 0xbbf5cdad pps_lookup_dev +EXPORT_SYMBOL vmlinux 0xbc0ac6a5 pci_enable_ptm +EXPORT_SYMBOL vmlinux 0xbc0fecfb md_check_recovery +EXPORT_SYMBOL vmlinux 0xbc11a572 inc_zone_page_state +EXPORT_SYMBOL vmlinux 0xbc2047d6 phy_connect +EXPORT_SYMBOL vmlinux 0xbc23c4ea pudp_xchg_direct +EXPORT_SYMBOL vmlinux 0xbc2a8f57 sock_create_lite +EXPORT_SYMBOL vmlinux 0xbc49ac77 sock_alloc_send_pskb +EXPORT_SYMBOL vmlinux 0xbc4afdf2 ccw_device_get_mdc +EXPORT_SYMBOL vmlinux 0xbc76641a __SCK__tp_func_s390_cio_ssch +EXPORT_SYMBOL vmlinux 0xbc874dfe xp_alloc +EXPORT_SYMBOL vmlinux 0xbc886bb4 km_report +EXPORT_SYMBOL vmlinux 0xbc88807e inet_listen +EXPORT_SYMBOL vmlinux 0xbc93968b blk_queue_max_discard_sectors +EXPORT_SYMBOL vmlinux 0xbc9bbc4c ip_options_compile +EXPORT_SYMBOL vmlinux 0xbcab6ee6 sscanf +EXPORT_SYMBOL vmlinux 0xbcb36fe4 hugetlb_optimize_vmemmap_key +EXPORT_SYMBOL vmlinux 0xbcb4fb67 phy_advertise_supported +EXPORT_SYMBOL vmlinux 0xbcc20436 dev_add_offload +EXPORT_SYMBOL vmlinux 0xbcded8f4 seg6_hmac_info_del +EXPORT_SYMBOL vmlinux 0xbd0dd7ba simple_dir_inode_operations +EXPORT_SYMBOL vmlinux 0xbd4640b7 tty_unregister_device +EXPORT_SYMBOL vmlinux 0xbd4fd1fb neigh_direct_output +EXPORT_SYMBOL vmlinux 0xbd628752 __tracepoint_mmap_lock_start_locking +EXPORT_SYMBOL vmlinux 0xbd65f480 devm_pci_remap_cfg_resource +EXPORT_SYMBOL vmlinux 0xbd6aeb10 inet6_register_protosw +EXPORT_SYMBOL vmlinux 0xbd7a6658 param_ops_ullong +EXPORT_SYMBOL vmlinux 0xbd885a59 seq_hex_dump +EXPORT_SYMBOL vmlinux 0xbdb7cd8a ethtool_virtdev_set_link_ksettings +EXPORT_SYMBOL vmlinux 0xbdc0ac41 vfs_link +EXPORT_SYMBOL vmlinux 0xbdddc892 xfrm_find_acq_byseq +EXPORT_SYMBOL vmlinux 0xbde3c7de empty_aops +EXPORT_SYMBOL vmlinux 0xbde94bb8 generic_ro_fops +EXPORT_SYMBOL vmlinux 0xbdf20e07 scsi_block_requests +EXPORT_SYMBOL vmlinux 0xbdff7f13 pagecache_get_page +EXPORT_SYMBOL vmlinux 0xbe0a3ee7 blkdev_issue_secure_erase +EXPORT_SYMBOL vmlinux 0xbe0bd7e2 flow_rule_match_vlan +EXPORT_SYMBOL vmlinux 0xbe102bf0 inode_nohighmem +EXPORT_SYMBOL vmlinux 0xbe118c52 __tracepoint_mmap_lock_acquire_returned +EXPORT_SYMBOL vmlinux 0xbe1a7c5d scsi_remove_device +EXPORT_SYMBOL vmlinux 0xbe1db703 tty_insert_flip_string_flags +EXPORT_SYMBOL vmlinux 0xbe2a4f57 dev_graft_qdisc +EXPORT_SYMBOL vmlinux 0xbe3f502b param_get_ulong +EXPORT_SYMBOL vmlinux 0xbe4eb6ed secure_dccpv6_sequence_number +EXPORT_SYMBOL vmlinux 0xbe5a24e9 xxh32_copy_state +EXPORT_SYMBOL vmlinux 0xbe5d7e83 super_setup_bdi +EXPORT_SYMBOL vmlinux 0xbe7945ef request_firmware_into_buf +EXPORT_SYMBOL vmlinux 0xbe92de81 send_sig_mceerr +EXPORT_SYMBOL vmlinux 0xbea20696 start_tty +EXPORT_SYMBOL vmlinux 0xbebf0f3b lookup_one_len +EXPORT_SYMBOL vmlinux 0xbec3a8b2 __scsi_device_lookup +EXPORT_SYMBOL vmlinux 0xbed68aa0 __mmap_lock_do_trace_start_locking +EXPORT_SYMBOL vmlinux 0xbef43296 console_conditional_schedule +EXPORT_SYMBOL vmlinux 0xbef53f33 scnprintf +EXPORT_SYMBOL vmlinux 0xbf1bd477 tcp_mtup_init +EXPORT_SYMBOL vmlinux 0xbf2ce18c dcb_ieee_getapp_mask +EXPORT_SYMBOL vmlinux 0xbf49aafa percpu_counter_set +EXPORT_SYMBOL vmlinux 0xbf59c419 posix_acl_init +EXPORT_SYMBOL vmlinux 0xbf5da1ea vmemmap +EXPORT_SYMBOL vmlinux 0xbf626560 jbd2_fc_end_commit +EXPORT_SYMBOL vmlinux 0xbf79cf5d vfs_getattr_nosec +EXPORT_SYMBOL vmlinux 0xbf85a619 dcbnl_cee_notify +EXPORT_SYMBOL vmlinux 0xbf9a5a1e __init_rwsem +EXPORT_SYMBOL vmlinux 0xbf9bcc8d __cap_empty_set +EXPORT_SYMBOL vmlinux 0xbf9d3605 scsi_eh_restore_cmnd +EXPORT_SYMBOL vmlinux 0xbfad65e5 reuseport_stop_listen_sock +EXPORT_SYMBOL vmlinux 0xbfb06930 __dquot_alloc_space +EXPORT_SYMBOL vmlinux 0xbfd9f046 remove_wait_queue +EXPORT_SYMBOL vmlinux 0xbfde5fe2 noop_dirty_folio +EXPORT_SYMBOL vmlinux 0xbff285ef alloc_anon_inode +EXPORT_SYMBOL vmlinux 0xbff9b466 page_pool_alloc_frag +EXPORT_SYMBOL vmlinux 0xbffbe23c md_bitmap_sync_with_cluster +EXPORT_SYMBOL vmlinux 0xc00dc276 dma_resv_iter_next_unlocked +EXPORT_SYMBOL vmlinux 0xc0233799 vc_cons +EXPORT_SYMBOL vmlinux 0xc0259796 fwnode_graph_parse_endpoint +EXPORT_SYMBOL vmlinux 0xc02fe84a fs_param_is_string +EXPORT_SYMBOL vmlinux 0xc0301f10 gnet_stats_copy_basic +EXPORT_SYMBOL vmlinux 0xc05c20f8 pci_release_region +EXPORT_SYMBOL vmlinux 0xc06fa7e0 add_wait_queue_exclusive +EXPORT_SYMBOL vmlinux 0xc074e01a eth_header_parse +EXPORT_SYMBOL vmlinux 0xc07b0863 fb_destroy_modedb +EXPORT_SYMBOL vmlinux 0xc099384e pci_read_config_word +EXPORT_SYMBOL vmlinux 0xc09f9736 input_mt_report_finger_count +EXPORT_SYMBOL vmlinux 0xc0bfb9d4 VMALLOC_END +EXPORT_SYMBOL vmlinux 0xc0c489a5 ip_sock_set_freebind +EXPORT_SYMBOL vmlinux 0xc0d373b6 kern_unmount_array +EXPORT_SYMBOL vmlinux 0xc0dbbd0f inode_io_list_del +EXPORT_SYMBOL vmlinux 0xc0df2e08 free_inode_nonrcu +EXPORT_SYMBOL vmlinux 0xc0e0bfa1 pci_alloc_irq_vectors_affinity +EXPORT_SYMBOL vmlinux 0xc0e5e4e6 itcw_get_tcw +EXPORT_SYMBOL vmlinux 0xc0fd237c xxh32 +EXPORT_SYMBOL vmlinux 0xc0fe9137 __printk_cpu_sync_put +EXPORT_SYMBOL vmlinux 0xc0ff12fb nla_strdup +EXPORT_SYMBOL vmlinux 0xc0ff21c1 input_get_new_minor +EXPORT_SYMBOL vmlinux 0xc1021be3 skb_checksum_trimmed +EXPORT_SYMBOL vmlinux 0xc105af5b __scsi_print_sense +EXPORT_SYMBOL vmlinux 0xc10a0622 dev_lstats_read +EXPORT_SYMBOL vmlinux 0xc10eb400 input_flush_device +EXPORT_SYMBOL vmlinux 0xc1198662 __warn_flushing_systemwide_wq +EXPORT_SYMBOL vmlinux 0xc120caa6 diag_stat_inc +EXPORT_SYMBOL vmlinux 0xc1394dbd mod_virt_timer_periodic +EXPORT_SYMBOL vmlinux 0xc13a637e netdev_crit +EXPORT_SYMBOL vmlinux 0xc1455104 dquot_scan_active +EXPORT_SYMBOL vmlinux 0xc1514a3b free_irq +EXPORT_SYMBOL vmlinux 0xc15a718c tty_port_init +EXPORT_SYMBOL vmlinux 0xc15ee8da fb_prepare_logo +EXPORT_SYMBOL vmlinux 0xc16be39d iter_div_u64_rem +EXPORT_SYMBOL vmlinux 0xc184af8f __folio_put +EXPORT_SYMBOL vmlinux 0xc19d34bb inet_proto_csum_replace_by_diff +EXPORT_SYMBOL vmlinux 0xc1a92824 __sk_receive_skb +EXPORT_SYMBOL vmlinux 0xc1afe18a mdio_device_free +EXPORT_SYMBOL vmlinux 0xc1b4002a generic_read_dir +EXPORT_SYMBOL vmlinux 0xc1c8f8be raw3270_activate_view +EXPORT_SYMBOL vmlinux 0xc1ca8779 dquot_quota_on +EXPORT_SYMBOL vmlinux 0xc1d5d504 scsi_cmd_allowed +EXPORT_SYMBOL vmlinux 0xc1d8cfaf __fdget +EXPORT_SYMBOL vmlinux 0xc204b95d skb_copy_expand +EXPORT_SYMBOL vmlinux 0xc205da12 security_unix_stream_connect +EXPORT_SYMBOL vmlinux 0xc21598ef find_inode_by_ino_rcu +EXPORT_SYMBOL vmlinux 0xc22c39f6 netdev_adjacent_change_abort +EXPORT_SYMBOL vmlinux 0xc22f6693 call_fib_notifier +EXPORT_SYMBOL vmlinux 0xc23d1bd7 setup_new_exec +EXPORT_SYMBOL vmlinux 0xc2457873 napi_schedule_prep +EXPORT_SYMBOL vmlinux 0xc24828e4 ccw_device_is_multipath +EXPORT_SYMBOL vmlinux 0xc250590f strnlen_user +EXPORT_SYMBOL vmlinux 0xc27ee138 __SCK__tp_func_s390_cio_stsch +EXPORT_SYMBOL vmlinux 0xc28c52c4 pci_stop_and_remove_bus_device +EXPORT_SYMBOL vmlinux 0xc2a52888 device_match_acpi_handle +EXPORT_SYMBOL vmlinux 0xc2d8c31f xfrm_policy_hash_rebuild +EXPORT_SYMBOL vmlinux 0xc2dc2b99 inet_csk_accept +EXPORT_SYMBOL vmlinux 0xc2e1847f __kfree_skb +EXPORT_SYMBOL vmlinux 0xc2e3a574 generic_key_instantiate +EXPORT_SYMBOL vmlinux 0xc2e587d1 reset_devices +EXPORT_SYMBOL vmlinux 0xc3055d20 usleep_range_state +EXPORT_SYMBOL vmlinux 0xc31db0ce is_vmalloc_addr +EXPORT_SYMBOL vmlinux 0xc32b8b85 tcp_ld_RTO_revert +EXPORT_SYMBOL vmlinux 0xc32c71af register_inetaddr_validator_notifier +EXPORT_SYMBOL vmlinux 0xc3675010 page_pool_put_defragged_page +EXPORT_SYMBOL vmlinux 0xc37d2291 gnet_stats_copy_basic_hw +EXPORT_SYMBOL vmlinux 0xc38336ef put_disk +EXPORT_SYMBOL vmlinux 0xc38c83b8 mod_timer +EXPORT_SYMBOL vmlinux 0xc39fc22f pci_disable_ptm +EXPORT_SYMBOL vmlinux 0xc3dd8851 __ip_dev_find +EXPORT_SYMBOL vmlinux 0xc3e45457 down_killable +EXPORT_SYMBOL vmlinux 0xc3e86228 __dev_kfree_skb_irq +EXPORT_SYMBOL vmlinux 0xc3e88e57 mr_dump +EXPORT_SYMBOL vmlinux 0xc3f9d72f read_cache_page_gfp +EXPORT_SYMBOL vmlinux 0xc40dadee mptcp_subflow_reqsk_alloc +EXPORT_SYMBOL vmlinux 0xc4212ab9 qdisc_class_hash_insert +EXPORT_SYMBOL vmlinux 0xc433a088 __read_overflow2_field +EXPORT_SYMBOL vmlinux 0xc44e178e bio_put +EXPORT_SYMBOL vmlinux 0xc464162a __put_user_ns +EXPORT_SYMBOL vmlinux 0xc4644a96 d_alloc_parallel +EXPORT_SYMBOL vmlinux 0xc475471a raw3270_del_view +EXPORT_SYMBOL vmlinux 0xc4777aa9 __ctzsi2 +EXPORT_SYMBOL vmlinux 0xc4787510 security_inode_invalidate_secctx +EXPORT_SYMBOL vmlinux 0xc47a8a72 flow_rule_match_icmp +EXPORT_SYMBOL vmlinux 0xc48477a3 pci_request_selected_regions +EXPORT_SYMBOL vmlinux 0xc4889ac4 get_vm_area +EXPORT_SYMBOL vmlinux 0xc48ecddc pcim_iounmap_regions +EXPORT_SYMBOL vmlinux 0xc4a83cc3 zstd_cctx_workspace_bound +EXPORT_SYMBOL vmlinux 0xc4b57ea4 pci_match_id +EXPORT_SYMBOL vmlinux 0xc4b85c10 __nla_put_nohdr +EXPORT_SYMBOL vmlinux 0xc4d54bbc scsi_device_resume +EXPORT_SYMBOL vmlinux 0xc509ea62 dev_get_by_index_rcu +EXPORT_SYMBOL vmlinux 0xc52ad590 get_tree_single_reconf +EXPORT_SYMBOL vmlinux 0xc53c4e62 cpumask_next_wrap +EXPORT_SYMBOL vmlinux 0xc5574c6a device_add_disk +EXPORT_SYMBOL vmlinux 0xc55c2531 phy_trigger_machine +EXPORT_SYMBOL vmlinux 0xc567c451 tty_port_tty_set +EXPORT_SYMBOL vmlinux 0xc56c3609 xz_dec_microlzma_reset +EXPORT_SYMBOL vmlinux 0xc57b8611 diag210 +EXPORT_SYMBOL vmlinux 0xc58cc082 kernel_accept +EXPORT_SYMBOL vmlinux 0xc5997cf5 cdrom_dummy_generic_packet +EXPORT_SYMBOL vmlinux 0xc599a772 security_xfrm_state_delete +EXPORT_SYMBOL vmlinux 0xc5a3367a __tracepoint_dma_fence_emit +EXPORT_SYMBOL vmlinux 0xc5ad93b8 sie_exit +EXPORT_SYMBOL vmlinux 0xc5b0d06f lockref_put_return +EXPORT_SYMBOL vmlinux 0xc5b417e6 dcb_ieee_getapp_default_prio_mask +EXPORT_SYMBOL vmlinux 0xc5b6f236 queue_work_on +EXPORT_SYMBOL vmlinux 0xc5c8b56c raw_copy_to_user +EXPORT_SYMBOL vmlinux 0xc5cb559e tty_port_destroy +EXPORT_SYMBOL vmlinux 0xc5e74216 release_resource +EXPORT_SYMBOL vmlinux 0xc5e7be4a vm_map_pages +EXPORT_SYMBOL vmlinux 0xc5e9f561 bdi_set_max_ratio +EXPORT_SYMBOL vmlinux 0xc5f1a1ab register_shrinker +EXPORT_SYMBOL vmlinux 0xc5f362ed gnet_stats_copy_queue +EXPORT_SYMBOL vmlinux 0xc5f70d9c inode_maybe_inc_iversion +EXPORT_SYMBOL vmlinux 0xc5f7e801 sg_last +EXPORT_SYMBOL vmlinux 0xc6035317 mount_subtree +EXPORT_SYMBOL vmlinux 0xc60593c3 netdev_err +EXPORT_SYMBOL vmlinux 0xc60d0620 __num_online_cpus +EXPORT_SYMBOL vmlinux 0xc615bf95 dm_table_run_md_queue_async +EXPORT_SYMBOL vmlinux 0xc622ea97 stsi +EXPORT_SYMBOL vmlinux 0xc62ab2bc mempool_destroy +EXPORT_SYMBOL vmlinux 0xc631580a console_unlock +EXPORT_SYMBOL vmlinux 0xc633d82d phy_unregister_fixup +EXPORT_SYMBOL vmlinux 0xc63c0cd2 sk_alloc +EXPORT_SYMBOL vmlinux 0xc65e4e97 secure_dccp_sequence_number +EXPORT_SYMBOL vmlinux 0xc669f21c bdi_alloc +EXPORT_SYMBOL vmlinux 0xc66a8304 cpu_rmap_add +EXPORT_SYMBOL vmlinux 0xc6911434 jbd2_journal_load +EXPORT_SYMBOL vmlinux 0xc69b4152 ccw_device_get_path_mask +EXPORT_SYMBOL vmlinux 0xc6ba4b58 inet6_release +EXPORT_SYMBOL vmlinux 0xc6c2772b secure_tcpv6_ts_off +EXPORT_SYMBOL vmlinux 0xc6cbbc89 capable +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 0xc7201a8a pneigh_enqueue +EXPORT_SYMBOL vmlinux 0xc7206ef9 dquot_set_dqinfo +EXPORT_SYMBOL vmlinux 0xc728a484 tcp_seq_start +EXPORT_SYMBOL vmlinux 0xc72f7279 zstd_get_error_name +EXPORT_SYMBOL vmlinux 0xc733f62b unlock_buffer +EXPORT_SYMBOL vmlinux 0xc74cb365 __mod_lruvec_page_state +EXPORT_SYMBOL vmlinux 0xc75967ac __sync_dirty_buffer +EXPORT_SYMBOL vmlinux 0xc766dc12 pci_bus_add_devices +EXPORT_SYMBOL vmlinux 0xc76a63a6 get_phy_device +EXPORT_SYMBOL vmlinux 0xc76b1fe7 skb_condense +EXPORT_SYMBOL vmlinux 0xc7856a3d inet6addr_notifier_call_chain +EXPORT_SYMBOL vmlinux 0xc7a24d76 sysfs_format_mac +EXPORT_SYMBOL vmlinux 0xc7a4fbed rtnl_lock +EXPORT_SYMBOL vmlinux 0xc7ae1903 security_lock_kernel_down +EXPORT_SYMBOL vmlinux 0xc7c1107a LZ4_decompress_safe +EXPORT_SYMBOL vmlinux 0xc7cb1d72 scsi_scan_host +EXPORT_SYMBOL vmlinux 0xc7d11219 inet_frag_pull_head +EXPORT_SYMBOL vmlinux 0xc7d2cf1a kstrtoul_from_user +EXPORT_SYMBOL vmlinux 0xc7d627cc param_get_charp +EXPORT_SYMBOL vmlinux 0xc80187df fget +EXPORT_SYMBOL vmlinux 0xc8106878 gen_pool_fixed_alloc +EXPORT_SYMBOL vmlinux 0xc817df39 xfrm_replay_seqhi +EXPORT_SYMBOL vmlinux 0xc81a6496 __genphy_config_aneg +EXPORT_SYMBOL vmlinux 0xc839afed hdmi_audio_infoframe_check +EXPORT_SYMBOL vmlinux 0xc84a0a7e seq_hlist_start_rcu +EXPORT_SYMBOL vmlinux 0xc84fddf6 proc_dointvec_minmax +EXPORT_SYMBOL vmlinux 0xc85671f4 pci_rebar_get_possible_sizes +EXPORT_SYMBOL vmlinux 0xc86a6174 __kfifo_from_user_r +EXPORT_SYMBOL vmlinux 0xc86c098f __page_frag_cache_drain +EXPORT_SYMBOL vmlinux 0xc872fd85 in6addr_interfacelocal_allnodes +EXPORT_SYMBOL vmlinux 0xc8827b75 sysctl_vals +EXPORT_SYMBOL vmlinux 0xc890c008 zlib_deflateEnd +EXPORT_SYMBOL vmlinux 0xc8920355 pci_free_irq +EXPORT_SYMBOL vmlinux 0xc89425f2 tcp_prot +EXPORT_SYMBOL vmlinux 0xc8a2b9f6 cdrom_ioctl +EXPORT_SYMBOL vmlinux 0xc8a91f5b cpumask_local_spread +EXPORT_SYMBOL vmlinux 0xc8bb5683 vfs_fileattr_get +EXPORT_SYMBOL vmlinux 0xc8c4906f __pskb_pull_tail +EXPORT_SYMBOL vmlinux 0xc8e173ed _find_next_bit_le +EXPORT_SYMBOL vmlinux 0xc916dd46 __SCK__tp_func_kmalloc +EXPORT_SYMBOL vmlinux 0xc91ae9c8 dma_map_resource +EXPORT_SYMBOL vmlinux 0xc91b5a09 eth_header_parse_protocol +EXPORT_SYMBOL vmlinux 0xc92ad7be netdev_sk_get_lowest_dev +EXPORT_SYMBOL vmlinux 0xc94fbb53 dma_resv_copy_fences +EXPORT_SYMBOL vmlinux 0xc94fdebf __genradix_ptr +EXPORT_SYMBOL vmlinux 0xc9634df9 in6addr_linklocal_allrouters +EXPORT_SYMBOL vmlinux 0xc9684dff ipv6_dev_get_saddr +EXPORT_SYMBOL vmlinux 0xc972449f mempool_alloc_slab +EXPORT_SYMBOL vmlinux 0xc9730df1 phy_ethtool_get_sset_count +EXPORT_SYMBOL vmlinux 0xc97a1612 logfc +EXPORT_SYMBOL vmlinux 0xc97ea6cc tcp_sock_set_user_timeout +EXPORT_SYMBOL vmlinux 0xc97f0a42 zstd_get_frame_header +EXPORT_SYMBOL vmlinux 0xc9807a9e ccw_device_is_pathgroup +EXPORT_SYMBOL vmlinux 0xc9814286 n_tty_ioctl_helper +EXPORT_SYMBOL vmlinux 0xc98cc1eb devm_iounmap +EXPORT_SYMBOL vmlinux 0xc9954f38 tty_unlock +EXPORT_SYMBOL vmlinux 0xc9a021cf file_fdatawait_range +EXPORT_SYMBOL vmlinux 0xc9c0a4ac bdi_register +EXPORT_SYMBOL vmlinux 0xc9c958af xfrm_register_km +EXPORT_SYMBOL vmlinux 0xc9d27147 pci_write_config_word +EXPORT_SYMBOL vmlinux 0xc9df055a xfrm_policy_walk_init +EXPORT_SYMBOL vmlinux 0xc9f5bd29 param_ops_dyndbg_classes +EXPORT_SYMBOL vmlinux 0xca02d1ac __netdev_notify_peers +EXPORT_SYMBOL vmlinux 0xca0cdabd netdev_bind_sb_channel_queue +EXPORT_SYMBOL vmlinux 0xca17ac01 _find_next_andnot_bit +EXPORT_SYMBOL vmlinux 0xca21ebd3 bitmap_free +EXPORT_SYMBOL vmlinux 0xca22181a touch_atime +EXPORT_SYMBOL vmlinux 0xca431c05 wake_bit_function +EXPORT_SYMBOL vmlinux 0xca52229f iucv_root +EXPORT_SYMBOL vmlinux 0xca732163 pfifo_fast_ops +EXPORT_SYMBOL vmlinux 0xca83613f key_unlink +EXPORT_SYMBOL vmlinux 0xca9360b5 rb_next +EXPORT_SYMBOL vmlinux 0xcae3a07a sg_copy_from_buffer +EXPORT_SYMBOL vmlinux 0xcb14caf6 tcf_qevent_handle +EXPORT_SYMBOL vmlinux 0xcb196b9d __vcalloc +EXPORT_SYMBOL vmlinux 0xcb22713f simple_getattr +EXPORT_SYMBOL vmlinux 0xcb306eda sock_no_mmap +EXPORT_SYMBOL vmlinux 0xcb34a6e7 hdmi_spd_infoframe_pack +EXPORT_SYMBOL vmlinux 0xcb3ae215 call_blocking_lsm_notifier +EXPORT_SYMBOL vmlinux 0xcb466939 __hw_addr_ref_unsync_dev +EXPORT_SYMBOL vmlinux 0xcb46f4fb napi_gro_receive +EXPORT_SYMBOL vmlinux 0xcb76e691 km_query +EXPORT_SYMBOL vmlinux 0xcb94a5ab param_ops_string +EXPORT_SYMBOL vmlinux 0xcba6550b __SCK__tp_func_s390_cio_xsch +EXPORT_SYMBOL vmlinux 0xcbb065fa phy_sfp_probe +EXPORT_SYMBOL vmlinux 0xcbba1ad7 open_with_fake_path +EXPORT_SYMBOL vmlinux 0xcbbf0a6f audit_log_task_context +EXPORT_SYMBOL vmlinux 0xcbd4898c fortify_panic +EXPORT_SYMBOL vmlinux 0xcbf75886 dquot_disable +EXPORT_SYMBOL vmlinux 0xcbfb492a crypto_sha256_finup +EXPORT_SYMBOL vmlinux 0xcc063036 simple_pin_fs +EXPORT_SYMBOL vmlinux 0xcc183c29 input_mt_get_slot_by_key +EXPORT_SYMBOL vmlinux 0xcc1ace48 netdev_notify_peers +EXPORT_SYMBOL vmlinux 0xcc328a5c reservation_ww_class +EXPORT_SYMBOL vmlinux 0xcc36b8b6 nla_reserve_64bit +EXPORT_SYMBOL vmlinux 0xcc3b1608 __dev_get_by_flags +EXPORT_SYMBOL vmlinux 0xcc445ceb __sg_page_iter_dma_next +EXPORT_SYMBOL vmlinux 0xcc5005fe msleep_interruptible +EXPORT_SYMBOL vmlinux 0xcc5d22d9 can_do_mlock +EXPORT_SYMBOL vmlinux 0xcc82c165 sock_alloc_file +EXPORT_SYMBOL vmlinux 0xcc82d267 input_mt_sync_frame +EXPORT_SYMBOL vmlinux 0xcc9327fd tcp_sock_set_syncnt +EXPORT_SYMBOL vmlinux 0xcc9826b6 poll_initwait +EXPORT_SYMBOL vmlinux 0xccb491e8 bsearch +EXPORT_SYMBOL vmlinux 0xccc4cd1c tcp_v4_send_check +EXPORT_SYMBOL vmlinux 0xccd4c999 __sg_page_iter_start +EXPORT_SYMBOL vmlinux 0xccda2c40 md_flush_request +EXPORT_SYMBOL vmlinux 0xcce4be8b regset_get_alloc +EXPORT_SYMBOL vmlinux 0xccfb9e07 dst_default_metrics +EXPORT_SYMBOL vmlinux 0xccfcdaa0 lookup_one +EXPORT_SYMBOL vmlinux 0xccfd2ebc scsi_dev_info_list_del_keyed +EXPORT_SYMBOL vmlinux 0xcd0c29d2 wait_for_completion_interruptible_timeout +EXPORT_SYMBOL vmlinux 0xcd0ca0ab sock_kzfree_s +EXPORT_SYMBOL vmlinux 0xcd1a1594 genphy_loopback +EXPORT_SYMBOL vmlinux 0xcd279169 nla_find +EXPORT_SYMBOL vmlinux 0xcd3e32cf folio_wait_private_2 +EXPORT_SYMBOL vmlinux 0xcd4e4954 lookup_one_unlocked +EXPORT_SYMBOL vmlinux 0xcd5768a2 default_qdisc_ops +EXPORT_SYMBOL vmlinux 0xcd58cbef dst_cow_metrics_generic +EXPORT_SYMBOL vmlinux 0xcd6b1096 jbd2_trans_will_send_data_barrier +EXPORT_SYMBOL vmlinux 0xcd6cc7bc dump_skip_to +EXPORT_SYMBOL vmlinux 0xcd96a73a dentry_open +EXPORT_SYMBOL vmlinux 0xcd9ca194 tty_name +EXPORT_SYMBOL vmlinux 0xcdb2caf3 skb_orphan_partial +EXPORT_SYMBOL vmlinux 0xcdc39c9e security_ismaclabel +EXPORT_SYMBOL vmlinux 0xcde5cc8f tcp_init_sock +EXPORT_SYMBOL vmlinux 0xcde77bcc free_opal_dev +EXPORT_SYMBOL vmlinux 0xcded44ec nexthop_bucket_set_hw_flags +EXPORT_SYMBOL vmlinux 0xcdf3639d fb_class +EXPORT_SYMBOL vmlinux 0xcdf6ae70 devm_request_resource +EXPORT_SYMBOL vmlinux 0xcdfb86d2 scsi_block_when_processing_errors +EXPORT_SYMBOL vmlinux 0xce0c1f34 dfltcc_deflate +EXPORT_SYMBOL vmlinux 0xce125894 brioctl_set +EXPORT_SYMBOL vmlinux 0xce13a5a2 sock_no_accept +EXPORT_SYMBOL vmlinux 0xce241d98 mr_mfc_find_any_parent +EXPORT_SYMBOL vmlinux 0xce2840e7 irq_set_irq_wake +EXPORT_SYMBOL vmlinux 0xce42f1ce hdmi_infoframe_pack +EXPORT_SYMBOL vmlinux 0xce4b33c1 sock_gettstamp +EXPORT_SYMBOL vmlinux 0xce4cdb8e fb_find_best_mode +EXPORT_SYMBOL vmlinux 0xce5ac24f zlib_inflate_workspacesize +EXPORT_SYMBOL vmlinux 0xce65b8cf nf_log_packet +EXPORT_SYMBOL vmlinux 0xce83e72b fscrypt_put_encryption_info +EXPORT_SYMBOL vmlinux 0xce84c1f4 dquot_writeback_dquots +EXPORT_SYMBOL vmlinux 0xce8b41eb mem_section +EXPORT_SYMBOL vmlinux 0xce9a9fd4 make_kprojid +EXPORT_SYMBOL vmlinux 0xcea07d0b skb_mac_gso_segment +EXPORT_SYMBOL vmlinux 0xcea96b50 param_ops_ushort +EXPORT_SYMBOL vmlinux 0xceab0311 strchrnul +EXPORT_SYMBOL vmlinux 0xceb9547a unlock_rename +EXPORT_SYMBOL vmlinux 0xcebe3bd9 gen_new_estimator +EXPORT_SYMBOL vmlinux 0xcef5c604 skb_try_coalesce +EXPORT_SYMBOL vmlinux 0xcf19433f skb_headers_offset_update +EXPORT_SYMBOL vmlinux 0xcf27938b tcp_syn_ack_timeout +EXPORT_SYMBOL vmlinux 0xcf39ce27 generic_pipe_buf_get +EXPORT_SYMBOL vmlinux 0xcf3b69b3 netdev_stats_to_stats64 +EXPORT_SYMBOL vmlinux 0xcf5b17cc cdev_device_del +EXPORT_SYMBOL vmlinux 0xcf64b0d5 raw3270_request_free +EXPORT_SYMBOL vmlinux 0xcf93b390 dup_iter +EXPORT_SYMBOL vmlinux 0xcf9b558d touchscreen_set_mt_pos +EXPORT_SYMBOL vmlinux 0xcfa59084 tty_port_carrier_raised +EXPORT_SYMBOL vmlinux 0xcfa7ae49 watchdog_register_governor +EXPORT_SYMBOL vmlinux 0xcfc6b813 inet_sendmsg +EXPORT_SYMBOL vmlinux 0xcfdd4543 param_get_byte +EXPORT_SYMBOL vmlinux 0xcfe07037 iget_locked +EXPORT_SYMBOL vmlinux 0xcfe403ca mtree_insert +EXPORT_SYMBOL vmlinux 0xd0050ef2 io_uring_get_socket +EXPORT_SYMBOL vmlinux 0xd03a2553 end_page_writeback +EXPORT_SYMBOL vmlinux 0xd04c1a64 sysctl_devconf_inherit_init_net +EXPORT_SYMBOL vmlinux 0xd0654aba woken_wake_function +EXPORT_SYMBOL vmlinux 0xd0691285 pcim_pin_device +EXPORT_SYMBOL vmlinux 0xd06ce18f phy_write_mmd +EXPORT_SYMBOL vmlinux 0xd0760fc0 kfree_sensitive +EXPORT_SYMBOL vmlinux 0xd082af5a jbd2_submit_inode_data +EXPORT_SYMBOL vmlinux 0xd09ae031 vfs_clone_file_range +EXPORT_SYMBOL vmlinux 0xd0e54a8a configfs_unregister_default_group +EXPORT_SYMBOL vmlinux 0xd0ecf81f scsi_report_bus_reset +EXPORT_SYMBOL vmlinux 0xd0f42e81 dma_fence_array_next +EXPORT_SYMBOL vmlinux 0xd105048a inet_frag_reasm_prepare +EXPORT_SYMBOL vmlinux 0xd1102605 __mmap_lock_do_trace_acquire_returned +EXPORT_SYMBOL vmlinux 0xd11326d6 bdev_start_io_acct +EXPORT_SYMBOL vmlinux 0xd11bac17 check_zeroed_user +EXPORT_SYMBOL vmlinux 0xd11e7864 xfrm6_protocol_deregister +EXPORT_SYMBOL vmlinux 0xd141446b blk_queue_update_dma_alignment +EXPORT_SYMBOL vmlinux 0xd156424a pci_bus_write_config_dword +EXPORT_SYMBOL vmlinux 0xd16374d5 t10_pi_type1_crc +EXPORT_SYMBOL vmlinux 0xd17de455 __kernel_fpu_begin +EXPORT_SYMBOL vmlinux 0xd1893c7f netif_skb_features +EXPORT_SYMBOL vmlinux 0xd1abfdc3 pci_pme_active +EXPORT_SYMBOL vmlinux 0xd1ae003f flow_indr_block_cb_alloc +EXPORT_SYMBOL vmlinux 0xd1b4b419 tcw_get_intrg +EXPORT_SYMBOL vmlinux 0xd1b8f635 pci_irq_get_affinity +EXPORT_SYMBOL vmlinux 0xd1c6518e pci_bus_assign_resources +EXPORT_SYMBOL vmlinux 0xd1d87e92 scsi_mlreturn_string +EXPORT_SYMBOL vmlinux 0xd209e848 memcpy_and_pad +EXPORT_SYMBOL vmlinux 0xd2260096 radix_tree_iter_delete +EXPORT_SYMBOL vmlinux 0xd22613dc nf_log_set +EXPORT_SYMBOL vmlinux 0xd22c1d78 md_integrity_add_rdev +EXPORT_SYMBOL vmlinux 0xd23e58bb xfrm_register_type +EXPORT_SYMBOL vmlinux 0xd24064cd md_reload_sb +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 0xd259c780 mt_find_after +EXPORT_SYMBOL vmlinux 0xd25d4f74 console_blank_hook +EXPORT_SYMBOL vmlinux 0xd2617381 scsi_print_command +EXPORT_SYMBOL vmlinux 0xd274441f ptep_reset_dat_prot +EXPORT_SYMBOL vmlinux 0xd276f43b user_path_at_empty +EXPORT_SYMBOL vmlinux 0xd277aec0 vm_insert_pages +EXPORT_SYMBOL vmlinux 0xd27b25dd blk_check_plugged +EXPORT_SYMBOL vmlinux 0xd2800691 nf_conntrack_destroy +EXPORT_SYMBOL vmlinux 0xd294e03c mr_fill_mroute +EXPORT_SYMBOL vmlinux 0xd2a05d50 inet_sk_rx_dst_set +EXPORT_SYMBOL vmlinux 0xd2c6165d consume_skb +EXPORT_SYMBOL vmlinux 0xd2d88506 netdev_offload_xstats_report_used +EXPORT_SYMBOL vmlinux 0xd2da1048 register_netdevice_notifier +EXPORT_SYMBOL vmlinux 0xd2db0725 keyring_alloc +EXPORT_SYMBOL vmlinux 0xd2dc3046 get_ccwdev_by_busid +EXPORT_SYMBOL vmlinux 0xd2f27238 xfrm6_rcv_tnl +EXPORT_SYMBOL vmlinux 0xd30c195c pci_msi_vec_count +EXPORT_SYMBOL vmlinux 0xd3543063 memcg_kmem_enabled_key +EXPORT_SYMBOL vmlinux 0xd35a6d31 mempool_kmalloc +EXPORT_SYMBOL vmlinux 0xd36abc5a fs_context_for_mount +EXPORT_SYMBOL vmlinux 0xd36dc10c get_random_u32 +EXPORT_SYMBOL vmlinux 0xd37573c4 param_set_long +EXPORT_SYMBOL vmlinux 0xd375ccaf __netlink_kernel_create +EXPORT_SYMBOL vmlinux 0xd379295d netdev_adjacent_change_commit +EXPORT_SYMBOL vmlinux 0xd38ee2c7 __get_hash_from_flowi6 +EXPORT_SYMBOL vmlinux 0xd3a1685c truncate_setsize +EXPORT_SYMBOL vmlinux 0xd3a985a4 kernel_param_unlock +EXPORT_SYMBOL vmlinux 0xd3af979c memdup_user +EXPORT_SYMBOL vmlinux 0xd3b968f3 register_framebuffer +EXPORT_SYMBOL vmlinux 0xd3ca73ad dev_addr_del +EXPORT_SYMBOL vmlinux 0xd3cf1c01 down_write +EXPORT_SYMBOL vmlinux 0xd3d2b6c1 simple_empty +EXPORT_SYMBOL vmlinux 0xd3d5e8a8 generic_file_read_iter +EXPORT_SYMBOL vmlinux 0xd3db5d55 noop_fsync +EXPORT_SYMBOL vmlinux 0xd3df023b skb_ext_add +EXPORT_SYMBOL vmlinux 0xd4041a95 sched_autogroup_detach +EXPORT_SYMBOL vmlinux 0xd406d266 fb_mode_is_equal +EXPORT_SYMBOL vmlinux 0xd430c0c6 iucv_if +EXPORT_SYMBOL vmlinux 0xd4390c85 seq_file_path +EXPORT_SYMBOL vmlinux 0xd44ba387 pcie_set_mps +EXPORT_SYMBOL vmlinux 0xd4778eb1 devm_register_netdev +EXPORT_SYMBOL vmlinux 0xd48f69c8 tcw_get_tsb +EXPORT_SYMBOL vmlinux 0xd4bb4a82 inet6addr_validator_notifier_call_chain +EXPORT_SYMBOL vmlinux 0xd4bbe566 pci_bus_read_dev_vendor_id +EXPORT_SYMBOL vmlinux 0xd4e697c1 get_tree_nodev +EXPORT_SYMBOL vmlinux 0xd4f22e06 pgste_perform_essa +EXPORT_SYMBOL vmlinux 0xd4fa5a87 __kfifo_dma_out_prepare +EXPORT_SYMBOL vmlinux 0xd5102e11 alloc_pages +EXPORT_SYMBOL vmlinux 0xd5160045 __dquot_transfer +EXPORT_SYMBOL vmlinux 0xd5263820 mb_cache_destroy +EXPORT_SYMBOL vmlinux 0xd5455c0b phy_detach +EXPORT_SYMBOL vmlinux 0xd5523e6d netif_receive_skb_core +EXPORT_SYMBOL vmlinux 0xd566933c up +EXPORT_SYMBOL vmlinux 0xd56c4fd5 setattr_should_drop_sgid +EXPORT_SYMBOL vmlinux 0xd58866c0 generic_file_write_iter +EXPORT_SYMBOL vmlinux 0xd5aaab09 inode_init_once +EXPORT_SYMBOL vmlinux 0xd5b3d0d5 xxh64_copy_state +EXPORT_SYMBOL vmlinux 0xd5bc69d5 __netif_rx +EXPORT_SYMBOL vmlinux 0xd5d0d9b3 fb_set_cmap +EXPORT_SYMBOL vmlinux 0xd5e90454 ap_domain_index +EXPORT_SYMBOL vmlinux 0xd5ea71e5 xsk_uses_need_wakeup +EXPORT_SYMBOL vmlinux 0xd60736ec gf128mul_free_64k +EXPORT_SYMBOL vmlinux 0xd63363fb scsi_add_device +EXPORT_SYMBOL vmlinux 0xd642f3f6 video_firmware_drivers_only +EXPORT_SYMBOL vmlinux 0xd64426b5 __traceiter_s390_cio_hsch +EXPORT_SYMBOL vmlinux 0xd6562524 d_delete +EXPORT_SYMBOL vmlinux 0xd668688b ip_sock_set_tos +EXPORT_SYMBOL vmlinux 0xd66fda0f ipmr_rule_default +EXPORT_SYMBOL vmlinux 0xd6742a28 vm_event_states +EXPORT_SYMBOL vmlinux 0xd68c5a1f adjust_resource +EXPORT_SYMBOL vmlinux 0xd6ae2939 pci_read_config_dword +EXPORT_SYMBOL vmlinux 0xd6bf3f5d zstd_init_cctx +EXPORT_SYMBOL vmlinux 0xd6dbddf9 vm_insert_page +EXPORT_SYMBOL vmlinux 0xd6e9863e mdio_device_reset +EXPORT_SYMBOL vmlinux 0xd6eaaea1 full_name_hash +EXPORT_SYMBOL vmlinux 0xd6ee688f vmalloc +EXPORT_SYMBOL vmlinux 0xd6fde043 is_module_sig_enforced +EXPORT_SYMBOL vmlinux 0xd6ff3d44 kfree_skb_partial +EXPORT_SYMBOL vmlinux 0xd7019c9c tcf_block_get_ext +EXPORT_SYMBOL vmlinux 0xd70d35a1 gf128mul_4k_bbe +EXPORT_SYMBOL vmlinux 0xd735a907 kobject_put +EXPORT_SYMBOL vmlinux 0xd73653c4 freezer_active +EXPORT_SYMBOL vmlinux 0xd738ca1b phy_unregister_fixup_for_uid +EXPORT_SYMBOL vmlinux 0xd73c8c2b synchronize_shrinkers +EXPORT_SYMBOL vmlinux 0xd73d34e0 unregister_external_irq +EXPORT_SYMBOL vmlinux 0xd73fee1c zero_fill_bio +EXPORT_SYMBOL vmlinux 0xd74d6864 raw3270_request_add_data +EXPORT_SYMBOL vmlinux 0xd7776e36 d_set_fallthru +EXPORT_SYMBOL vmlinux 0xd78385a0 ccw_device_resume +EXPORT_SYMBOL vmlinux 0xd7987177 utf8_load +EXPORT_SYMBOL vmlinux 0xd7ad684e seg6_hmac_info_lookup +EXPORT_SYMBOL vmlinux 0xd7c5bf3c blkdev_get_by_dev +EXPORT_SYMBOL vmlinux 0xd7cb127e vm_iomap_memory +EXPORT_SYMBOL vmlinux 0xd7d1f1ba jbd2_journal_put_journal_head +EXPORT_SYMBOL vmlinux 0xd7d280ad irq_poll_complete +EXPORT_SYMBOL vmlinux 0xd7d54ae5 param_get_short +EXPORT_SYMBOL vmlinux 0xd7e1c5e1 kstrtobool_from_user +EXPORT_SYMBOL vmlinux 0xd7e56a4e simple_strtoll +EXPORT_SYMBOL vmlinux 0xd7e7816f xfrm4_rcv +EXPORT_SYMBOL vmlinux 0xd7ea7094 nf_unregister_queue_handler +EXPORT_SYMBOL vmlinux 0xd7f975eb __mark_inode_dirty +EXPORT_SYMBOL vmlinux 0xd8087118 tcp_rtx_synack +EXPORT_SYMBOL vmlinux 0xd80c1e0a fb_set_suspend +EXPORT_SYMBOL vmlinux 0xd8107750 sync_mapping_buffers +EXPORT_SYMBOL vmlinux 0xd827fff3 memremap +EXPORT_SYMBOL vmlinux 0xd8383cd5 wait_for_key_construction +EXPORT_SYMBOL vmlinux 0xd83898d5 nf_hooks_needed +EXPORT_SYMBOL vmlinux 0xd842f1c5 sync_file_create +EXPORT_SYMBOL vmlinux 0xd8542b3c phy_get_c45_ids +EXPORT_SYMBOL vmlinux 0xd85b2700 dma_map_sg_attrs +EXPORT_SYMBOL vmlinux 0xd86116d0 tcf_em_register +EXPORT_SYMBOL vmlinux 0xd86d4266 textsearch_register +EXPORT_SYMBOL vmlinux 0xd87d9491 phy_mii_ioctl +EXPORT_SYMBOL vmlinux 0xd8826b91 d_drop +EXPORT_SYMBOL vmlinux 0xd88531c8 reuseport_attach_prog +EXPORT_SYMBOL vmlinux 0xd8858089 invalidate_bdev +EXPORT_SYMBOL vmlinux 0xd8870064 tcp_md5_do_add +EXPORT_SYMBOL vmlinux 0xd88dbbf4 refcount_dec_and_lock +EXPORT_SYMBOL vmlinux 0xd88e0faa input_unregister_handle +EXPORT_SYMBOL vmlinux 0xd89da37f movable_zone +EXPORT_SYMBOL vmlinux 0xd8a0f128 jbd2_journal_invalidate_folio +EXPORT_SYMBOL vmlinux 0xd8a2d382 seq_path +EXPORT_SYMBOL vmlinux 0xd8a89c0b mdio_find_bus +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 0xd8cd3fd5 phy_ethtool_get_wol +EXPORT_SYMBOL vmlinux 0xd8d9433d phy_ethtool_get_stats +EXPORT_SYMBOL vmlinux 0xd8e38464 tcp_get_md5sig_pool +EXPORT_SYMBOL vmlinux 0xd8e41cc6 utf8_strncmp +EXPORT_SYMBOL vmlinux 0xd8e8eb67 inode_dio_wait +EXPORT_SYMBOL vmlinux 0xd8f2683b skb_store_bits +EXPORT_SYMBOL vmlinux 0xd8f916c0 block_page_mkwrite +EXPORT_SYMBOL vmlinux 0xd8fcda72 cpcmd +EXPORT_SYMBOL vmlinux 0xd8fd4e4c tso_build_data +EXPORT_SYMBOL vmlinux 0xd8fea321 __xa_alloc_cyclic +EXPORT_SYMBOL vmlinux 0xd91201ef jbd2_journal_errno +EXPORT_SYMBOL vmlinux 0xd9184e1a bio_uninit +EXPORT_SYMBOL vmlinux 0xd92c2afb zstd_decompress_stream +EXPORT_SYMBOL vmlinux 0xd93dd3c3 proc_dointvec +EXPORT_SYMBOL vmlinux 0xd9454bbc raw3270_reset +EXPORT_SYMBOL vmlinux 0xd96de8cb __sysfs_match_string +EXPORT_SYMBOL vmlinux 0xd97b0183 sock_i_uid +EXPORT_SYMBOL vmlinux 0xd985dc99 mempool_free_pages +EXPORT_SYMBOL vmlinux 0xd98b144d sk_stream_error +EXPORT_SYMBOL vmlinux 0xd9acce84 dquot_quota_sync +EXPORT_SYMBOL vmlinux 0xd9b3f97d console_devno +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 0xd9e6ea5d dev_uc_flush +EXPORT_SYMBOL vmlinux 0xda0347fe pcim_iomap_regions_request_all +EXPORT_SYMBOL vmlinux 0xda294149 iterate_fd +EXPORT_SYMBOL vmlinux 0xda313844 sock_no_ioctl +EXPORT_SYMBOL vmlinux 0xda3738a1 filemap_fdatawait_keep_errors +EXPORT_SYMBOL vmlinux 0xda3b3d80 dev_get_by_index +EXPORT_SYMBOL vmlinux 0xda3bf42e submit_bio_noacct +EXPORT_SYMBOL vmlinux 0xda3d10a8 security_tun_dev_open +EXPORT_SYMBOL vmlinux 0xda6fa05c _atomic_dec_and_lock_irqsave +EXPORT_SYMBOL vmlinux 0xda784cda dst_init +EXPORT_SYMBOL vmlinux 0xda789854 pci_alloc_host_bridge +EXPORT_SYMBOL vmlinux 0xda876912 misc_register +EXPORT_SYMBOL vmlinux 0xda8c19ef input_close_device +EXPORT_SYMBOL vmlinux 0xda9be83f elv_rb_del +EXPORT_SYMBOL vmlinux 0xdabfdde3 __folio_lock +EXPORT_SYMBOL vmlinux 0xdac4913a bitmap_allocate_region +EXPORT_SYMBOL vmlinux 0xdae162cb string_unescape +EXPORT_SYMBOL vmlinux 0xdae24402 bpf_empty_prog_array +EXPORT_SYMBOL vmlinux 0xdb12341e inet_dev_addr_type +EXPORT_SYMBOL vmlinux 0xdb4ea925 pci_read_vpd +EXPORT_SYMBOL vmlinux 0xdb4f7cc6 sg_miter_stop +EXPORT_SYMBOL vmlinux 0xdb760f52 __kfifo_free +EXPORT_SYMBOL vmlinux 0xdba32f22 __nla_reserve_nohdr +EXPORT_SYMBOL vmlinux 0xdbb1fbad flow_rule_match_cvlan +EXPORT_SYMBOL vmlinux 0xdbc43e6a qdisc_get_rtab +EXPORT_SYMBOL vmlinux 0xdbc48294 touchscreen_report_pos +EXPORT_SYMBOL vmlinux 0xdbd3471b unix_destruct_scm +EXPORT_SYMBOL vmlinux 0xdbdf6c92 ioport_resource +EXPORT_SYMBOL vmlinux 0xdbe6e780 hdmi_infoframe_log +EXPORT_SYMBOL vmlinux 0xdbf6f753 xp_free +EXPORT_SYMBOL vmlinux 0xdc01e7c1 pci_set_mwi +EXPORT_SYMBOL vmlinux 0xdc0d6df3 qdisc_offload_query_caps +EXPORT_SYMBOL vmlinux 0xdc0e4855 timer_delete +EXPORT_SYMBOL vmlinux 0xdc14eda7 pci_pci_problems +EXPORT_SYMBOL vmlinux 0xdc34e840 mtree_destroy +EXPORT_SYMBOL vmlinux 0xdc3fcbc9 __sw_hweight8 +EXPORT_SYMBOL vmlinux 0xdc42db3e inet_frag_rbtree_purge +EXPORT_SYMBOL vmlinux 0xdc49c198 reciprocal_value_adv +EXPORT_SYMBOL vmlinux 0xdc4b7ed0 may_umount +EXPORT_SYMBOL vmlinux 0xdc64a2f0 dquot_get_next_id +EXPORT_SYMBOL vmlinux 0xdc74156d simple_transaction_read +EXPORT_SYMBOL vmlinux 0xdc85b54e jbd2_journal_extend +EXPORT_SYMBOL vmlinux 0xdc8fecc4 generic_delete_inode +EXPORT_SYMBOL vmlinux 0xdc961f6d netif_device_attach +EXPORT_SYMBOL vmlinux 0xdc96f398 __SCK__tp_func_s390_cio_csch +EXPORT_SYMBOL vmlinux 0xdca6d1ea kmem_cache_free_bulk +EXPORT_SYMBOL vmlinux 0xdcabccfd pid_task +EXPORT_SYMBOL vmlinux 0xdcdf1274 path_has_submounts +EXPORT_SYMBOL vmlinux 0xdce4bb87 tcp_hashinfo +EXPORT_SYMBOL vmlinux 0xdcf84646 sort_r +EXPORT_SYMBOL vmlinux 0xdcf996f0 __dst_destroy_metrics_generic +EXPORT_SYMBOL vmlinux 0xdcfb8116 rps_may_expire_flow +EXPORT_SYMBOL vmlinux 0xdd27a98d generic_file_readonly_mmap +EXPORT_SYMBOL vmlinux 0xdd2c169b mb_cache_create +EXPORT_SYMBOL vmlinux 0xdd319684 input_mt_init_slots +EXPORT_SYMBOL vmlinux 0xdd5ad81a from_kgid_munged +EXPORT_SYMBOL vmlinux 0xdd5e4cea rtnl_nla_parse_ifinfomsg +EXPORT_SYMBOL vmlinux 0xdd78e80c fb_get_buffer_offset +EXPORT_SYMBOL vmlinux 0xdd849d51 scsi_get_sense_info_fld +EXPORT_SYMBOL vmlinux 0xdd871e1e register_tcf_proto_ops +EXPORT_SYMBOL vmlinux 0xdd9eaf82 ip_route_input_noref +EXPORT_SYMBOL vmlinux 0xddbd28b4 truncate_pagecache_range +EXPORT_SYMBOL vmlinux 0xddc2be3e blk_mq_rq_cpu +EXPORT_SYMBOL vmlinux 0xddd304de __dev_queue_xmit +EXPORT_SYMBOL vmlinux 0xdddfd786 dm_get_device +EXPORT_SYMBOL vmlinux 0xdde6632c inet_select_addr +EXPORT_SYMBOL vmlinux 0xddf7bacf mr_table_alloc +EXPORT_SYMBOL vmlinux 0xddfdb8ac tcp_md5_needed +EXPORT_SYMBOL vmlinux 0xde0bdcff memset +EXPORT_SYMBOL vmlinux 0xde1371ce radix_tree_tagged +EXPORT_SYMBOL vmlinux 0xde1d8758 flow_rule_match_ports +EXPORT_SYMBOL vmlinux 0xde1de580 pmdp_xchg_direct +EXPORT_SYMBOL vmlinux 0xde1effac pcie_capability_write_word +EXPORT_SYMBOL vmlinux 0xde612df8 skb_checksum_setup +EXPORT_SYMBOL vmlinux 0xde687f25 dev_get_mac_address +EXPORT_SYMBOL vmlinux 0xde6984b4 submit_bh +EXPORT_SYMBOL vmlinux 0xde739a8f unregister_quota_format +EXPORT_SYMBOL vmlinux 0xde85263a __filemap_set_wb_err +EXPORT_SYMBOL vmlinux 0xde910417 vfs_mknod +EXPORT_SYMBOL vmlinux 0xdea1d322 tso_start +EXPORT_SYMBOL vmlinux 0xdeaca82f tcf_classify +EXPORT_SYMBOL vmlinux 0xdeb4919a blk_mq_run_hw_queues +EXPORT_SYMBOL vmlinux 0xdebb8a67 gen_pool_dma_alloc_align +EXPORT_SYMBOL vmlinux 0xdebc4700 __breadahead +EXPORT_SYMBOL vmlinux 0xdebf0b78 __icmp_send +EXPORT_SYMBOL vmlinux 0xded0bd5f xsk_clear_rx_need_wakeup +EXPORT_SYMBOL vmlinux 0xded39a6b gen_kill_estimator +EXPORT_SYMBOL vmlinux 0xdeda2ae2 tcw_get_data +EXPORT_SYMBOL vmlinux 0xdef7c893 fb_match_mode +EXPORT_SYMBOL vmlinux 0xdef84f9f radix_tree_lookup +EXPORT_SYMBOL vmlinux 0xdf100ad8 elv_rb_latter_request +EXPORT_SYMBOL vmlinux 0xdf2b4638 fixed_size_llseek +EXPORT_SYMBOL vmlinux 0xdf2c2742 rb_last +EXPORT_SYMBOL vmlinux 0xdf3bf0ee xfrm_init_replay +EXPORT_SYMBOL vmlinux 0xdf40e592 lock_two_nondirectories +EXPORT_SYMBOL vmlinux 0xdf473055 sync_blockdev_range +EXPORT_SYMBOL vmlinux 0xdf521442 _find_next_zero_bit +EXPORT_SYMBOL vmlinux 0xdf523771 ccw_device_tm_start_key +EXPORT_SYMBOL vmlinux 0xdf54a8f7 netlink_unregister_notifier +EXPORT_SYMBOL vmlinux 0xdf6d476e __percpu_counter_init +EXPORT_SYMBOL vmlinux 0xdf8a9bf2 sdev_disable_disk_events +EXPORT_SYMBOL vmlinux 0xdf8c695a __ndelay +EXPORT_SYMBOL vmlinux 0xdf8cebf8 udp_sk_rx_dst_set +EXPORT_SYMBOL vmlinux 0xdf929370 fs_overflowgid +EXPORT_SYMBOL vmlinux 0xdf93b9d8 timespec64_to_jiffies +EXPORT_SYMBOL vmlinux 0xdf97e48d pci_disable_msi +EXPORT_SYMBOL vmlinux 0xdfa17a68 reuseport_alloc +EXPORT_SYMBOL vmlinux 0xdfa9acca smp_cpu_mtid +EXPORT_SYMBOL vmlinux 0xdfc759ce done_path_create +EXPORT_SYMBOL vmlinux 0xdfcc992c current_work +EXPORT_SYMBOL vmlinux 0xdfd8110c flow_block_cb_is_busy +EXPORT_SYMBOL vmlinux 0xdffc80fc vesa_modes +EXPORT_SYMBOL vmlinux 0xe0001c64 __tty_insert_flip_char +EXPORT_SYMBOL vmlinux 0xe023fde8 xfrm_policy_destroy +EXPORT_SYMBOL vmlinux 0xe0252639 thaw_super +EXPORT_SYMBOL vmlinux 0xe02ace40 devm_of_iomap +EXPORT_SYMBOL vmlinux 0xe0419ac4 kstrtos16 +EXPORT_SYMBOL vmlinux 0xe04aaca3 dev_mc_del_global +EXPORT_SYMBOL vmlinux 0xe04dbeb5 generic_copy_file_range +EXPORT_SYMBOL vmlinux 0xe06572b6 vma_alloc_folio +EXPORT_SYMBOL vmlinux 0xe068a91c gen_pool_set_algo +EXPORT_SYMBOL vmlinux 0xe080e8f0 set_current_groups +EXPORT_SYMBOL vmlinux 0xe0842dc5 dev_mc_del +EXPORT_SYMBOL vmlinux 0xe0906f28 netpoll_parse_options +EXPORT_SYMBOL vmlinux 0xe091c977 list_sort +EXPORT_SYMBOL vmlinux 0xe0b0ed51 jbd2_journal_inode_ranged_write +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 0xe0c276a4 mtree_insert_range +EXPORT_SYMBOL vmlinux 0xe10595c9 __tracepoint_s390_cio_tpi +EXPORT_SYMBOL vmlinux 0xe123f3d9 dma_fence_release +EXPORT_SYMBOL vmlinux 0xe124a899 tccb_add_dcw +EXPORT_SYMBOL vmlinux 0xe13543b9 ip_fraglist_init +EXPORT_SYMBOL vmlinux 0xe13811c3 alloc_netdev_mqs +EXPORT_SYMBOL vmlinux 0xe13af26f sclp_pci_deconfigure +EXPORT_SYMBOL vmlinux 0xe13bd3d6 cdev_init +EXPORT_SYMBOL vmlinux 0xe149e722 elv_rb_add +EXPORT_SYMBOL vmlinux 0xe1580129 wait_for_completion_io_timeout +EXPORT_SYMBOL vmlinux 0xe16ada42 sget +EXPORT_SYMBOL vmlinux 0xe17aeb2d pci_unregister_driver +EXPORT_SYMBOL vmlinux 0xe19c9563 hmm_range_fault +EXPORT_SYMBOL vmlinux 0xe1b07316 noop_qdisc +EXPORT_SYMBOL vmlinux 0xe1be42a5 skb_abort_seq_read +EXPORT_SYMBOL vmlinux 0xe1dcf64a audit_log_format +EXPORT_SYMBOL vmlinux 0xe1e52653 tty_port_put +EXPORT_SYMBOL vmlinux 0xe209554a tcp_check_req +EXPORT_SYMBOL vmlinux 0xe21366a2 jbd2_journal_clear_features +EXPORT_SYMBOL vmlinux 0xe21e5e31 neigh_event_ns +EXPORT_SYMBOL vmlinux 0xe22bec5e jbd2_journal_start +EXPORT_SYMBOL vmlinux 0xe22dbc17 udp_disconnect +EXPORT_SYMBOL vmlinux 0xe2313cee xfrm_policy_delete +EXPORT_SYMBOL vmlinux 0xe231b6e3 write_dirty_buffer +EXPORT_SYMBOL vmlinux 0xe23c0346 vm_mmap +EXPORT_SYMBOL vmlinux 0xe2490f4b fscrypt_zeroout_range +EXPORT_SYMBOL vmlinux 0xe24bed51 tcf_exts_validate_ex +EXPORT_SYMBOL vmlinux 0xe254f4f8 xa_get_mark +EXPORT_SYMBOL vmlinux 0xe255fa98 tcf_block_netif_keep_dst +EXPORT_SYMBOL vmlinux 0xe258d26f drop_nlink +EXPORT_SYMBOL vmlinux 0xe26d00eb passthru_features_check +EXPORT_SYMBOL vmlinux 0xe273d75d alloc_cpu_rmap +EXPORT_SYMBOL vmlinux 0xe27d87a4 gen_pool_first_fit +EXPORT_SYMBOL vmlinux 0xe28eae34 new_inode +EXPORT_SYMBOL vmlinux 0xe28faeba pci_unmap_rom +EXPORT_SYMBOL vmlinux 0xe29d2d02 __genradix_ptr_alloc +EXPORT_SYMBOL vmlinux 0xe2aa56a0 path_is_mountpoint +EXPORT_SYMBOL vmlinux 0xe2b7601e pci_scan_slot +EXPORT_SYMBOL vmlinux 0xe2c9d7be unregister_binfmt +EXPORT_SYMBOL vmlinux 0xe2ccf85a pci_set_power_state +EXPORT_SYMBOL vmlinux 0xe2d5255a strcmp +EXPORT_SYMBOL vmlinux 0xe2d91804 ip_queue_xmit +EXPORT_SYMBOL vmlinux 0xe2f299e5 input_inject_event +EXPORT_SYMBOL vmlinux 0xe2f39e55 param_ops_ulong +EXPORT_SYMBOL vmlinux 0xe2f45b14 scsi_ioctl +EXPORT_SYMBOL vmlinux 0xe2fb1c44 fscrypt_free_bounce_page +EXPORT_SYMBOL vmlinux 0xe30be315 hdmi_vendor_infoframe_pack +EXPORT_SYMBOL vmlinux 0xe322d4e4 tcp_sync_mss +EXPORT_SYMBOL vmlinux 0xe32ab4d8 xxh64_digest +EXPORT_SYMBOL vmlinux 0xe35fb609 kmemdup +EXPORT_SYMBOL vmlinux 0xe361969f __vfs_removexattr +EXPORT_SYMBOL vmlinux 0xe377590e input_set_min_poll_interval +EXPORT_SYMBOL vmlinux 0xe39875e7 inet6_offloads +EXPORT_SYMBOL vmlinux 0xe39b2ea5 sha256 +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 0xe40dfe42 phy_read_mmd +EXPORT_SYMBOL vmlinux 0xe413f68a input_handler_for_each_handle +EXPORT_SYMBOL vmlinux 0xe4140161 md_cluster_ops +EXPORT_SYMBOL vmlinux 0xe41a9527 padata_alloc_shell +EXPORT_SYMBOL vmlinux 0xe4341295 phy_start_cable_test_tdr +EXPORT_SYMBOL vmlinux 0xe43d9ab2 slash_name +EXPORT_SYMBOL vmlinux 0xe4a397d4 qdisc_put +EXPORT_SYMBOL vmlinux 0xe4aa6895 validate_slab_cache +EXPORT_SYMBOL vmlinux 0xe4ad44f6 dquot_operations +EXPORT_SYMBOL vmlinux 0xe4df9aec hdmi_drm_infoframe_unpack_only +EXPORT_SYMBOL vmlinux 0xe4e6f20c config_item_get_unless_zero +EXPORT_SYMBOL vmlinux 0xe4f63793 input_enable_softrepeat +EXPORT_SYMBOL vmlinux 0xe4fa4dcc module_put +EXPORT_SYMBOL vmlinux 0xe4fec78c tcf_block_put_ext +EXPORT_SYMBOL vmlinux 0xe4fed212 dev_mc_add +EXPORT_SYMBOL vmlinux 0xe504a264 sock_init_data_uid +EXPORT_SYMBOL vmlinux 0xe5094832 page_table_allocate_pgste +EXPORT_SYMBOL vmlinux 0xe523ad75 synchronize_irq +EXPORT_SYMBOL vmlinux 0xe524e3e2 bcmp +EXPORT_SYMBOL vmlinux 0xe5413e23 crypto_sha1_update +EXPORT_SYMBOL vmlinux 0xe555c7ab radix_tree_gang_lookup_tag +EXPORT_SYMBOL vmlinux 0xe5682d6b generic_parse_monolithic +EXPORT_SYMBOL vmlinux 0xe56b0d0f stsch +EXPORT_SYMBOL vmlinux 0xe57d64d4 thaw_bdev +EXPORT_SYMBOL vmlinux 0xe58090ca security_ib_endport_manage_subnet +EXPORT_SYMBOL vmlinux 0xe590dea3 sk_busy_loop_end +EXPORT_SYMBOL vmlinux 0xe5a15d35 tcf_action_set_ctrlact +EXPORT_SYMBOL vmlinux 0xe5a56ecd idr_get_next +EXPORT_SYMBOL vmlinux 0xe5abe9f3 mtree_alloc_range +EXPORT_SYMBOL vmlinux 0xe5b23c19 elv_rb_former_request +EXPORT_SYMBOL vmlinux 0xe5c78a99 do_blank_screen +EXPORT_SYMBOL vmlinux 0xe5ccc5aa memory_cgrp_subsys +EXPORT_SYMBOL vmlinux 0xe5e00e41 inet_del_offload +EXPORT_SYMBOL vmlinux 0xe5e6753b pci_enable_device_mem +EXPORT_SYMBOL vmlinux 0xe5f63c3c flow_block_cb_setup_simple +EXPORT_SYMBOL vmlinux 0xe613fbb9 tc_setup_cb_add +EXPORT_SYMBOL vmlinux 0xe615b2ff dget_parent +EXPORT_SYMBOL vmlinux 0xe6238afe kobject_get_unless_zero +EXPORT_SYMBOL vmlinux 0xe6344e36 xfrm_state_unregister_afinfo +EXPORT_SYMBOL vmlinux 0xe63a1b95 padata_set_cpumask +EXPORT_SYMBOL vmlinux 0xe6473dee param_get_dyndbg_classes +EXPORT_SYMBOL vmlinux 0xe663b7fd bh_uptodate_or_lock +EXPORT_SYMBOL vmlinux 0xe67176fa udp_seq_ops +EXPORT_SYMBOL vmlinux 0xe69c7c31 scsi_done +EXPORT_SYMBOL vmlinux 0xe6ae9180 security_inode_listsecurity +EXPORT_SYMBOL vmlinux 0xe6c03845 dquot_quota_on_mount +EXPORT_SYMBOL vmlinux 0xe6c5dfe5 ccw_device_tm_intrg +EXPORT_SYMBOL vmlinux 0xe6d2458e do_trace_netlink_extack +EXPORT_SYMBOL vmlinux 0xe6dbc205 _dev_info +EXPORT_SYMBOL vmlinux 0xe6e51e5f __inet_hash +EXPORT_SYMBOL vmlinux 0xe6e82000 netdev_alert +EXPORT_SYMBOL vmlinux 0xe6f1486d dql_reset +EXPORT_SYMBOL vmlinux 0xe6f44451 dm_table_get_mode +EXPORT_SYMBOL vmlinux 0xe6f7cf01 input_register_device +EXPORT_SYMBOL vmlinux 0xe70d8a48 folio_mark_accessed +EXPORT_SYMBOL vmlinux 0xe70e184a xa_store +EXPORT_SYMBOL vmlinux 0xe713a97a irq_subclass_unregister +EXPORT_SYMBOL vmlinux 0xe731b78f tcp_create_openreq_child +EXPORT_SYMBOL vmlinux 0xe771f2b6 unix_attach_fds +EXPORT_SYMBOL vmlinux 0xe777e808 sclp_ap_configure +EXPORT_SYMBOL vmlinux 0xe77bbf95 dquot_load_quota_inode +EXPORT_SYMBOL vmlinux 0xe796f19a hdmi_audio_infoframe_pack +EXPORT_SYMBOL vmlinux 0xe7970c9d eth_get_headlen +EXPORT_SYMBOL vmlinux 0xe798236d jiffies +EXPORT_SYMBOL vmlinux 0xe7a6acaa ap_send_config_uevent +EXPORT_SYMBOL vmlinux 0xe7c3528d simple_get_link +EXPORT_SYMBOL vmlinux 0xe7d2c53b __f_setown +EXPORT_SYMBOL vmlinux 0xe7d4daac seq_list_next +EXPORT_SYMBOL vmlinux 0xe7daf57d free_netdev +EXPORT_SYMBOL vmlinux 0xe8011089 dev_getfirstbyhwtype +EXPORT_SYMBOL vmlinux 0xe816048f tty_termios_copy_hw +EXPORT_SYMBOL vmlinux 0xe81b59f9 dma_resv_iter_first_unlocked +EXPORT_SYMBOL vmlinux 0xe82cbce3 flow_rule_match_ct +EXPORT_SYMBOL vmlinux 0xe8332b4b __tracepoint_s390_cio_stsch +EXPORT_SYMBOL vmlinux 0xe8591832 kill_pgrp +EXPORT_SYMBOL vmlinux 0xe8a36836 blk_queue_max_segment_size +EXPORT_SYMBOL vmlinux 0xe8b5c3c3 __tracepoint_module_get +EXPORT_SYMBOL vmlinux 0xe8ba125d kmemdup_nul +EXPORT_SYMBOL vmlinux 0xe8d285b2 nla_policy_len +EXPORT_SYMBOL vmlinux 0xe8f49d5f dump_skip +EXPORT_SYMBOL vmlinux 0xe9020709 trace_seq_hex_dump +EXPORT_SYMBOL vmlinux 0xe914e41e strcpy +EXPORT_SYMBOL vmlinux 0xe947b2f0 __tracepoint_s390_cio_xsch +EXPORT_SYMBOL vmlinux 0xe9490b04 blk_rq_count_integrity_sg +EXPORT_SYMBOL vmlinux 0xe94ce8d6 __register_chrdev +EXPORT_SYMBOL vmlinux 0xe953b21f get_next_ino +EXPORT_SYMBOL vmlinux 0xe975474e netdev_master_upper_dev_get_rcu +EXPORT_SYMBOL vmlinux 0xe977b4f0 blk_mq_free_tag_set +EXPORT_SYMBOL vmlinux 0xe992b176 ipv6_push_frag_opts +EXPORT_SYMBOL vmlinux 0xe994130a __xa_store +EXPORT_SYMBOL vmlinux 0xe995eee3 __percpu_counter_sum +EXPORT_SYMBOL vmlinux 0xe99c2001 get_cached_acl +EXPORT_SYMBOL vmlinux 0xe9a76398 skb_split +EXPORT_SYMBOL vmlinux 0xe9ad824d mpage_writepages +EXPORT_SYMBOL vmlinux 0xe9bdc28d in6_dev_finish_destroy +EXPORT_SYMBOL vmlinux 0xe9c58a09 tcw_finalize +EXPORT_SYMBOL vmlinux 0xe9f7149c zlib_deflate_workspacesize +EXPORT_SYMBOL vmlinux 0xe9f8a26b dev_addr_mod +EXPORT_SYMBOL vmlinux 0xe9fcb616 mempool_alloc +EXPORT_SYMBOL vmlinux 0xea04621f gpiochip_irq_relres +EXPORT_SYMBOL vmlinux 0xea17d0b7 debug_event_common +EXPORT_SYMBOL vmlinux 0xea1d8de5 netlink_broadcast +EXPORT_SYMBOL vmlinux 0xea3c8e4e scsilun_to_int +EXPORT_SYMBOL vmlinux 0xea4daf38 napi_disable +EXPORT_SYMBOL vmlinux 0xea6c9d2d pci_iomap_wc_range +EXPORT_SYMBOL vmlinux 0xea6daf6b mr_rtm_dumproute +EXPORT_SYMBOL vmlinux 0xea6f9a36 zlib_deflate_dfltcc_enabled +EXPORT_SYMBOL vmlinux 0xea806cf7 bio_copy_data_iter +EXPORT_SYMBOL vmlinux 0xea872313 find_next_bit_inv +EXPORT_SYMBOL vmlinux 0xea8be263 cont_write_begin +EXPORT_SYMBOL vmlinux 0xeaa31586 pci_restore_state +EXPORT_SYMBOL vmlinux 0xeab69c99 param_ops_byte +EXPORT_SYMBOL vmlinux 0xeac79c80 security_unix_may_send +EXPORT_SYMBOL vmlinux 0xead58fb9 print_hex_dump +EXPORT_SYMBOL vmlinux 0xeaf7ac42 phy_ethtool_set_eee +EXPORT_SYMBOL vmlinux 0xeafc141f __posix_acl_chmod +EXPORT_SYMBOL vmlinux 0xeb10efd7 phy_mac_interrupt +EXPORT_SYMBOL vmlinux 0xeb1bbc82 scsi_print_sense +EXPORT_SYMBOL vmlinux 0xeb30bbe0 icmp_ndo_send +EXPORT_SYMBOL vmlinux 0xeb37101c audit_log_end +EXPORT_SYMBOL vmlinux 0xeb57c1db file_update_time +EXPORT_SYMBOL vmlinux 0xeb5ad26a ipv6_dev_find +EXPORT_SYMBOL vmlinux 0xeb5dcad0 nf_log_unregister +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 0xeba7f48b xfrm4_rcv_encap +EXPORT_SYMBOL vmlinux 0xebbf1dba strncasecmp +EXPORT_SYMBOL vmlinux 0xebbfd355 blk_rq_map_user_iov +EXPORT_SYMBOL vmlinux 0xebcb8bdc kstrtoll_from_user +EXPORT_SYMBOL vmlinux 0xebd1cd6c inet_add_protocol +EXPORT_SYMBOL vmlinux 0xebec8d53 page_pool_return_skb_page +EXPORT_SYMBOL vmlinux 0xebf3f718 flow_rule_match_arp +EXPORT_SYMBOL vmlinux 0xec02b94b inet6_del_offload +EXPORT_SYMBOL vmlinux 0xec29e4c7 pci_bus_read_config_dword +EXPORT_SYMBOL vmlinux 0xec56849a __cpuhp_setup_state +EXPORT_SYMBOL vmlinux 0xec69568e __cpuhp_remove_state_cpuslocked +EXPORT_SYMBOL vmlinux 0xec70821a ip6_frag_next +EXPORT_SYMBOL vmlinux 0xec76707f pcix_get_max_mmrbc +EXPORT_SYMBOL vmlinux 0xec7906a5 fault_in_iov_iter_readable +EXPORT_SYMBOL vmlinux 0xec7de65b vfs_copy_file_range +EXPORT_SYMBOL vmlinux 0xec7e4781 netlink_kernel_release +EXPORT_SYMBOL vmlinux 0xec987f7f jbd2_journal_restart +EXPORT_SYMBOL vmlinux 0xec9d7c8a __traceiter_s390_diagnose +EXPORT_SYMBOL vmlinux 0xeca2c1ac input_reset_device +EXPORT_SYMBOL vmlinux 0xeca957d1 __bitmap_and +EXPORT_SYMBOL vmlinux 0xecb93def sock_set_reuseaddr +EXPORT_SYMBOL vmlinux 0xecc4f1d8 folio_redirty_for_writepage +EXPORT_SYMBOL vmlinux 0xece784c2 rb_first +EXPORT_SYMBOL vmlinux 0xed106f7f pci_bus_write_config_byte +EXPORT_SYMBOL vmlinux 0xed2eff19 config_item_set_name +EXPORT_SYMBOL vmlinux 0xed59f62c tcp_shutdown +EXPORT_SYMBOL vmlinux 0xed656e30 udp_encap_disable +EXPORT_SYMBOL vmlinux 0xed875bdd ndo_dflt_fdb_dump +EXPORT_SYMBOL vmlinux 0xed8b1f0a netif_set_tso_max_segs +EXPORT_SYMBOL vmlinux 0xeda55005 pci_back_from_sleep +EXPORT_SYMBOL vmlinux 0xedbaee5e nla_strcmp +EXPORT_SYMBOL vmlinux 0xedc03953 iounmap +EXPORT_SYMBOL vmlinux 0xedd17b31 sock_get_timeout +EXPORT_SYMBOL vmlinux 0xede49b0e regset_get +EXPORT_SYMBOL vmlinux 0xeded4458 input_release_device +EXPORT_SYMBOL vmlinux 0xedf9d006 flow_block_cb_lookup +EXPORT_SYMBOL vmlinux 0xedfc619d pci_ep_cfs_add_epf_group +EXPORT_SYMBOL vmlinux 0xee060dc5 genlmsg_put +EXPORT_SYMBOL vmlinux 0xee08c3bc fb_firmware_edid +EXPORT_SYMBOL vmlinux 0xee08cada iucv_message_purge +EXPORT_SYMBOL vmlinux 0xee145711 pci_enable_link_state +EXPORT_SYMBOL vmlinux 0xee1d87f4 netdev_has_upper_dev +EXPORT_SYMBOL vmlinux 0xee27fe49 dev_getbyhwaddr_rcu +EXPORT_SYMBOL vmlinux 0xee2d0fc7 _local_bh_enable +EXPORT_SYMBOL vmlinux 0xee2d74ef neigh_app_ns +EXPORT_SYMBOL vmlinux 0xee340686 jbd2__journal_start +EXPORT_SYMBOL vmlinux 0xee4de4fb __traceiter_s390_cio_csch +EXPORT_SYMBOL vmlinux 0xee58e970 fb_add_videomode +EXPORT_SYMBOL vmlinux 0xee596ade cpu_rmap_update +EXPORT_SYMBOL vmlinux 0xee73cbe7 tcp_req_err +EXPORT_SYMBOL vmlinux 0xee8c02e9 vprintk_emit +EXPORT_SYMBOL vmlinux 0xee8d74d6 jiffies64_to_nsecs +EXPORT_SYMBOL vmlinux 0xee91879b rb_first_postorder +EXPORT_SYMBOL vmlinux 0xee992d40 inode_permission +EXPORT_SYMBOL vmlinux 0xeea365fd mdio_device_create +EXPORT_SYMBOL vmlinux 0xeea83b4f netif_schedule_queue +EXPORT_SYMBOL vmlinux 0xeea9dbaf bitmap_bitremap +EXPORT_SYMBOL vmlinux 0xeeb392d7 neigh_for_each +EXPORT_SYMBOL vmlinux 0xeef52689 d_make_root +EXPORT_SYMBOL vmlinux 0xef45d32c __kfifo_init +EXPORT_SYMBOL vmlinux 0xef56296b dquot_alloc_inode +EXPORT_SYMBOL vmlinux 0xef5b70c0 pci_enable_msi +EXPORT_SYMBOL vmlinux 0xef5dc510 md_bitmap_cond_end_sync +EXPORT_SYMBOL vmlinux 0xef81f193 __traceiter_kmem_cache_free +EXPORT_SYMBOL vmlinux 0xef98ac15 pci_find_bus +EXPORT_SYMBOL vmlinux 0xefa2c152 audit_log +EXPORT_SYMBOL vmlinux 0xefaf2e4f tcf_queue_work +EXPORT_SYMBOL vmlinux 0xefb1b7cf xfrm_state_delete +EXPORT_SYMBOL vmlinux 0xefb35bb4 __cgroup_bpf_run_filter_sk +EXPORT_SYMBOL vmlinux 0xefb78c1e iterate_dir +EXPORT_SYMBOL vmlinux 0xefc67050 __cpu_active_mask +EXPORT_SYMBOL vmlinux 0xefded308 tty_unregister_ldisc +EXPORT_SYMBOL vmlinux 0xefeefc09 __SCK__tp_func_dma_fence_emit +EXPORT_SYMBOL vmlinux 0xeffcad6d sock_wmalloc +EXPORT_SYMBOL vmlinux 0xf0009fee put_pages_list +EXPORT_SYMBOL vmlinux 0xf00dfbfd fs_param_is_blob +EXPORT_SYMBOL vmlinux 0xf0127f75 devm_kvasprintf +EXPORT_SYMBOL vmlinux 0xf01c31b1 blk_mq_tagset_wait_completed_request +EXPORT_SYMBOL vmlinux 0xf022b2c8 set_guest_storage_key +EXPORT_SYMBOL vmlinux 0xf0340270 sock_no_sendpage_locked +EXPORT_SYMBOL vmlinux 0xf05c64f8 iucv_path_connect +EXPORT_SYMBOL vmlinux 0xf063b8fb tcp_poll +EXPORT_SYMBOL vmlinux 0xf06482e0 atomic_dec_and_mutex_lock +EXPORT_SYMBOL vmlinux 0xf0668e29 mdio_driver_register +EXPORT_SYMBOL vmlinux 0xf07788cb __fs_parse +EXPORT_SYMBOL vmlinux 0xf0806bd0 free_cgroup_ns +EXPORT_SYMBOL vmlinux 0xf0815ce4 blk_rq_map_integrity_sg +EXPORT_SYMBOL vmlinux 0xf0836f88 __starget_for_each_device +EXPORT_SYMBOL vmlinux 0xf09b5d9a get_zeroed_page +EXPORT_SYMBOL vmlinux 0xf0c952bb blk_dump_rq_flags +EXPORT_SYMBOL vmlinux 0xf0da6d58 ndo_dflt_fdb_add +EXPORT_SYMBOL vmlinux 0xf0dec33e pci_iomap_range +EXPORT_SYMBOL vmlinux 0xf0e0e428 dmam_free_coherent +EXPORT_SYMBOL vmlinux 0xf0ea2318 __mutex_init +EXPORT_SYMBOL vmlinux 0xf0f9aa67 dev_close +EXPORT_SYMBOL vmlinux 0xf0fc9aa8 sclp_cpi_set_data +EXPORT_SYMBOL vmlinux 0xf119b86a blk_get_queue +EXPORT_SYMBOL vmlinux 0xf11c0743 file_open_root +EXPORT_SYMBOL vmlinux 0xf11dd46e _page_poisoning_enabled_early +EXPORT_SYMBOL vmlinux 0xf11ec12c generic_write_checks +EXPORT_SYMBOL vmlinux 0xf15605c6 qdisc_hash_del +EXPORT_SYMBOL vmlinux 0xf1611fcf unregister_service_level +EXPORT_SYMBOL vmlinux 0xf1690224 lockref_put_not_zero +EXPORT_SYMBOL vmlinux 0xf16d33a3 unpin_user_page +EXPORT_SYMBOL vmlinux 0xf195c682 fb_invert_cmaps +EXPORT_SYMBOL vmlinux 0xf1969a8e __usecs_to_jiffies +EXPORT_SYMBOL vmlinux 0xf1a92059 pci_msix_vec_count +EXPORT_SYMBOL vmlinux 0xf1ad026b scsi_rescan_device +EXPORT_SYMBOL vmlinux 0xf1adc6d2 neigh_proc_dointvec_jiffies +EXPORT_SYMBOL vmlinux 0xf1d2f48a alloc_etherdev_mqs +EXPORT_SYMBOL vmlinux 0xf1d992eb radix_tree_delete +EXPORT_SYMBOL vmlinux 0xf1db1704 nla_memcpy +EXPORT_SYMBOL vmlinux 0xf1e046cc panic +EXPORT_SYMBOL vmlinux 0xf1e30273 bpf_map_get +EXPORT_SYMBOL vmlinux 0xf1e98c74 avenrun +EXPORT_SYMBOL vmlinux 0xf1f88a0e dm_kcopyd_prepare_callback +EXPORT_SYMBOL vmlinux 0xf23eb4a7 netlink_ns_capable +EXPORT_SYMBOL vmlinux 0xf23fcb99 __kfifo_in +EXPORT_SYMBOL vmlinux 0xf258142c radix_tree_lookup_slot +EXPORT_SYMBOL vmlinux 0xf25ed853 gen_replace_estimator +EXPORT_SYMBOL vmlinux 0xf28cf0ae __hw_addr_init +EXPORT_SYMBOL vmlinux 0xf29520ab configfs_depend_item +EXPORT_SYMBOL vmlinux 0xf296e4cd flow_rule_match_enc_ip +EXPORT_SYMBOL vmlinux 0xf2a8efae dm_kcopyd_do_callback +EXPORT_SYMBOL vmlinux 0xf2aa6c78 inet_twsk_deschedule_put +EXPORT_SYMBOL vmlinux 0xf2c38162 pci_scan_single_device +EXPORT_SYMBOL vmlinux 0xf2c43f3f zlib_deflate +EXPORT_SYMBOL vmlinux 0xf2c9e4fd rtnetlink_put_metrics +EXPORT_SYMBOL vmlinux 0xf2d64ba0 dquot_destroy +EXPORT_SYMBOL vmlinux 0xf2db43d9 fs_param_is_path +EXPORT_SYMBOL vmlinux 0xf2e03138 ccw_device_tm_start_timeout_key +EXPORT_SYMBOL vmlinux 0xf2e5bd87 security_free_mnt_opts +EXPORT_SYMBOL vmlinux 0xf2fd2336 truncate_inode_pages +EXPORT_SYMBOL vmlinux 0xf3060d49 simple_symlink_inode_operations +EXPORT_SYMBOL vmlinux 0xf3107926 sha224_update +EXPORT_SYMBOL vmlinux 0xf31c0d52 ioremap +EXPORT_SYMBOL vmlinux 0xf327ece0 blk_limits_io_min +EXPORT_SYMBOL vmlinux 0xf339666d filp_open +EXPORT_SYMBOL vmlinux 0xf33a9435 raw3270_request_alloc +EXPORT_SYMBOL vmlinux 0xf34490b1 radix_tree_iter_resume +EXPORT_SYMBOL vmlinux 0xf346231f seq_list_start_head +EXPORT_SYMBOL vmlinux 0xf34a77c1 dquot_set_dqblk +EXPORT_SYMBOL vmlinux 0xf34d5dfe inet_frag_destroy +EXPORT_SYMBOL vmlinux 0xf353a698 register_module_notifier +EXPORT_SYMBOL vmlinux 0xf3584408 ip_frag_init +EXPORT_SYMBOL vmlinux 0xf3871ac9 netdev_class_remove_file_ns +EXPORT_SYMBOL vmlinux 0xf3875aed sock_set_keepalive +EXPORT_SYMBOL vmlinux 0xf388571c tcf_action_dump_1 +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 0xf3a0478a dma_unmap_sg_attrs +EXPORT_SYMBOL vmlinux 0xf3b74f79 __iucv_message_send +EXPORT_SYMBOL vmlinux 0xf3c07b75 phy_driver_register +EXPORT_SYMBOL vmlinux 0xf3ca733b hdmi_drm_infoframe_pack +EXPORT_SYMBOL vmlinux 0xf3cb4a35 config_item_init_type_name +EXPORT_SYMBOL vmlinux 0xf3e0e1df allocate_resource +EXPORT_SYMBOL vmlinux 0xf3e167ef fwnode_mdio_find_device +EXPORT_SYMBOL vmlinux 0xf3e27e30 nla_put +EXPORT_SYMBOL vmlinux 0xf3f040f2 dma_sync_single_for_cpu +EXPORT_SYMBOL vmlinux 0xf408d906 lookup_one_positive_unlocked +EXPORT_SYMBOL vmlinux 0xf41f8ea1 pci_select_bars +EXPORT_SYMBOL vmlinux 0xf43725fb s390_arch_random_counter +EXPORT_SYMBOL vmlinux 0xf44a904a net_ns_barrier +EXPORT_SYMBOL vmlinux 0xf4604c3e pci_read_vpd_any +EXPORT_SYMBOL vmlinux 0xf466fb7f __module_get +EXPORT_SYMBOL vmlinux 0xf4703d6e ap_flush_queue +EXPORT_SYMBOL vmlinux 0xf474c21c bitmap_print_to_pagebuf +EXPORT_SYMBOL vmlinux 0xf474fdcb kfree_const +EXPORT_SYMBOL vmlinux 0xf47c786a page_pool_create +EXPORT_SYMBOL vmlinux 0xf4908c75 vfs_llseek +EXPORT_SYMBOL vmlinux 0xf4923341 scsi_alloc_sgtables +EXPORT_SYMBOL vmlinux 0xf492c18f d_add_ci +EXPORT_SYMBOL vmlinux 0xf4bb992f inetpeer_invalidate_tree +EXPORT_SYMBOL vmlinux 0xf4bd407d rt_dst_clone +EXPORT_SYMBOL vmlinux 0xf4d07203 skb_copy_and_hash_datagram_iter +EXPORT_SYMBOL vmlinux 0xf4db35bc stpcpy +EXPORT_SYMBOL vmlinux 0xf4e47695 __dynamic_dev_dbg +EXPORT_SYMBOL vmlinux 0xf4e6ae00 sk_ns_capable +EXPORT_SYMBOL vmlinux 0xf4e8a906 d_invalidate +EXPORT_SYMBOL vmlinux 0xf4f14de6 rtnl_trylock +EXPORT_SYMBOL vmlinux 0xf4f1d73f __kfifo_out_peek_r +EXPORT_SYMBOL vmlinux 0xf508d24c dcb_setapp +EXPORT_SYMBOL vmlinux 0xf5128926 tty_hangup +EXPORT_SYMBOL vmlinux 0xf5139535 generic_cont_expand_simple +EXPORT_SYMBOL vmlinux 0xf517b25a udp_skb_destructor +EXPORT_SYMBOL vmlinux 0xf5393313 debug_register_view +EXPORT_SYMBOL vmlinux 0xf53d4c26 qdisc_class_hash_destroy +EXPORT_SYMBOL vmlinux 0xf54db9b7 submit_bio +EXPORT_SYMBOL vmlinux 0xf54de13b dma_resv_init +EXPORT_SYMBOL vmlinux 0xf573e78d __vmalloc_array +EXPORT_SYMBOL vmlinux 0xf57c7c44 xp_dma_map +EXPORT_SYMBOL vmlinux 0xf5c38cca vmalloc_to_page +EXPORT_SYMBOL vmlinux 0xf5d1bd7b tty_port_close_start +EXPORT_SYMBOL vmlinux 0xf5e7ea40 ktime_get_coarse_ts64 +EXPORT_SYMBOL vmlinux 0xf5fbc912 netif_tx_lock +EXPORT_SYMBOL vmlinux 0xf615b41a vfs_parse_fs_param +EXPORT_SYMBOL vmlinux 0xf616fb1e __traceiter_module_get +EXPORT_SYMBOL vmlinux 0xf62c04fd blk_mq_run_hw_queue +EXPORT_SYMBOL vmlinux 0xf643d104 hsiphash_4u32 +EXPORT_SYMBOL vmlinux 0xf64df712 mdiobus_register_device +EXPORT_SYMBOL vmlinux 0xf665f74f sock_load_diag_module +EXPORT_SYMBOL vmlinux 0xf678bbc3 mdiobus_get_phy +EXPORT_SYMBOL vmlinux 0xf67bd2ef ns_capable +EXPORT_SYMBOL vmlinux 0xf68285c0 register_inetaddr_notifier +EXPORT_SYMBOL vmlinux 0xf68a4cda mnt_set_expiry +EXPORT_SYMBOL vmlinux 0xf6a2d35a kthread_bind +EXPORT_SYMBOL vmlinux 0xf6ba255a pci_ep_cfs_remove_epf_group +EXPORT_SYMBOL vmlinux 0xf6c3e4aa wait_for_completion_io +EXPORT_SYMBOL vmlinux 0xf6d78c36 vfs_fadvise +EXPORT_SYMBOL vmlinux 0xf6d9c920 xattr_supported_namespace +EXPORT_SYMBOL vmlinux 0xf6e429bf qdisc_tree_reduce_backlog +EXPORT_SYMBOL vmlinux 0xf6ebc03b net_ratelimit +EXPORT_SYMBOL vmlinux 0xf6f8d445 xfrm_input_register_afinfo +EXPORT_SYMBOL vmlinux 0xf6f9269e vmap +EXPORT_SYMBOL vmlinux 0xf6f9d58d init_on_free +EXPORT_SYMBOL vmlinux 0xf6fc8791 __bitmap_xor +EXPORT_SYMBOL vmlinux 0xf7073991 blk_mq_stop_hw_queue +EXPORT_SYMBOL vmlinux 0xf7108930 security_path_rename +EXPORT_SYMBOL vmlinux 0xf710bfef dquot_commit +EXPORT_SYMBOL vmlinux 0xf72e623c tty_do_resize +EXPORT_SYMBOL vmlinux 0xf7370f56 system_state +EXPORT_SYMBOL vmlinux 0xf738d1be register_blocking_lsm_notifier +EXPORT_SYMBOL vmlinux 0xf73c46fd from_kuid +EXPORT_SYMBOL vmlinux 0xf73dcdfc __bread_gfp +EXPORT_SYMBOL vmlinux 0xf74300d7 arch_vcpu_is_preempted +EXPORT_SYMBOL vmlinux 0xf761029c genphy_read_status_fixed +EXPORT_SYMBOL vmlinux 0xf776c607 sock_set_reuseport +EXPORT_SYMBOL vmlinux 0xf786d6ea flow_rule_match_tcp +EXPORT_SYMBOL vmlinux 0xf788332b dma_resv_fini +EXPORT_SYMBOL vmlinux 0xf79dc892 security_path_mknod +EXPORT_SYMBOL vmlinux 0xf79faab3 ip_send_check +EXPORT_SYMBOL vmlinux 0xf7d71918 __kfifo_in_r +EXPORT_SYMBOL vmlinux 0xf7dbdcc2 zstd_end_stream +EXPORT_SYMBOL vmlinux 0xf7e75f94 __zerocopy_sg_from_iter +EXPORT_SYMBOL vmlinux 0xf811e69d scsi_eh_flush_done_q +EXPORT_SYMBOL vmlinux 0xf81fd636 arch_spin_relax +EXPORT_SYMBOL vmlinux 0xf82701a5 skb_vlan_pop +EXPORT_SYMBOL vmlinux 0xf82ec573 rb_prev +EXPORT_SYMBOL vmlinux 0xf84bd6ee bpf_stats_enabled_key +EXPORT_SYMBOL vmlinux 0xf8702453 ethtool_rx_flow_rule_destroy +EXPORT_SYMBOL vmlinux 0xf888ca21 sg_init_table +EXPORT_SYMBOL vmlinux 0xf89bc7ed bio_integrity_trim +EXPORT_SYMBOL vmlinux 0xf8b9f8aa xfrm_state_lookup_byaddr +EXPORT_SYMBOL vmlinux 0xf8c7ceb0 param_ops_bint +EXPORT_SYMBOL vmlinux 0xf8d07858 bitmap_from_arr32 +EXPORT_SYMBOL vmlinux 0xf8e72b66 ip6_dst_alloc +EXPORT_SYMBOL vmlinux 0xf8f61ebc wake_up_var +EXPORT_SYMBOL vmlinux 0xf9158dd6 d_path +EXPORT_SYMBOL vmlinux 0xf927363d sync_dirty_buffer +EXPORT_SYMBOL vmlinux 0xf92d1b44 prepare_to_swait_event +EXPORT_SYMBOL vmlinux 0xf92d54e3 skb_dequeue_tail +EXPORT_SYMBOL vmlinux 0xf93fd09c fb_find_mode_cvt +EXPORT_SYMBOL vmlinux 0xf941caee phy_start_cable_test +EXPORT_SYMBOL vmlinux 0xf9495491 sock_sendmsg +EXPORT_SYMBOL vmlinux 0xf94d486b key_move +EXPORT_SYMBOL vmlinux 0xf96a60d7 __cond_resched_rwlock_read +EXPORT_SYMBOL vmlinux 0xf9741404 param_get_hexint +EXPORT_SYMBOL vmlinux 0xf97a48ef key_revoke +EXPORT_SYMBOL vmlinux 0xf999372e netdev_upper_dev_unlink +EXPORT_SYMBOL vmlinux 0xf9a06e0e ida_free +EXPORT_SYMBOL vmlinux 0xf9a482f9 msleep +EXPORT_SYMBOL vmlinux 0xf9ce833a vfs_parse_fs_string +EXPORT_SYMBOL vmlinux 0xf9d78566 inet_stream_connect +EXPORT_SYMBOL vmlinux 0xf9e2899c get_tree_bdev +EXPORT_SYMBOL vmlinux 0xfa042227 gnet_stats_add_basic +EXPORT_SYMBOL vmlinux 0xfa08c34a page_offline_end +EXPORT_SYMBOL vmlinux 0xfa1901ed scsi_target_quiesce +EXPORT_SYMBOL vmlinux 0xfa1c059a proc_dointvec_jiffies +EXPORT_SYMBOL vmlinux 0xfa4d2f03 __nla_parse +EXPORT_SYMBOL vmlinux 0xfa4dcced kfree_skb_reason +EXPORT_SYMBOL vmlinux 0xfa4f3f19 jbd2_journal_submit_inode_data_buffers +EXPORT_SYMBOL vmlinux 0xfa599bb2 netlink_register_notifier +EXPORT_SYMBOL vmlinux 0xfa7ec75e truncate_inode_pages_range +EXPORT_SYMBOL vmlinux 0xfa836faf trace_raw_output_prep +EXPORT_SYMBOL vmlinux 0xfa86f455 dev_remove_pack +EXPORT_SYMBOL vmlinux 0xfaaa12d0 _page_poisoning_enabled +EXPORT_SYMBOL vmlinux 0xfaad18dd md_bitmap_update_sb +EXPORT_SYMBOL vmlinux 0xfab6669e netpoll_poll_enable +EXPORT_SYMBOL vmlinux 0xfac19588 __clear_user +EXPORT_SYMBOL vmlinux 0xfac8865f sysctl_wmem_max +EXPORT_SYMBOL vmlinux 0xfacd2467 blk_mq_start_stopped_hw_queues +EXPORT_SYMBOL vmlinux 0xfad0c463 prepare_kernel_cred +EXPORT_SYMBOL vmlinux 0xfadae51d phy_read_paged +EXPORT_SYMBOL vmlinux 0xfaee807e bio_endio +EXPORT_SYMBOL vmlinux 0xfaef4fe3 qdisc_offload_dump_helper +EXPORT_SYMBOL vmlinux 0xfb22f79d skb_copy_and_csum_datagram_msg +EXPORT_SYMBOL vmlinux 0xfb34ea86 nf_unregister_sockopt +EXPORT_SYMBOL vmlinux 0xfb384d37 kasprintf +EXPORT_SYMBOL vmlinux 0xfb462edb skb_tx_error +EXPORT_SYMBOL vmlinux 0xfb482dd1 __traceiter_s390_cio_stsch +EXPORT_SYMBOL vmlinux 0xfb4cbafa set_security_override +EXPORT_SYMBOL vmlinux 0xfb51f6cb cdev_set_parent +EXPORT_SYMBOL vmlinux 0xfb5677d6 scsi_vpd_tpg_id +EXPORT_SYMBOL vmlinux 0xfb602306 input_set_abs_params +EXPORT_SYMBOL vmlinux 0xfb61c218 do_clone_file_range +EXPORT_SYMBOL vmlinux 0xfb6af58d recalc_sigpending +EXPORT_SYMBOL vmlinux 0xfb8cad88 inet_stream_ops +EXPORT_SYMBOL vmlinux 0xfb908d06 vfs_get_tree +EXPORT_SYMBOL vmlinux 0xfb94d2c6 pci_dev_driver +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 0xfbb71dfc fib_notifier_ops_unregister +EXPORT_SYMBOL vmlinux 0xfbb78fc6 vfs_dup_fs_context +EXPORT_SYMBOL vmlinux 0xfbc4f89e io_schedule_timeout +EXPORT_SYMBOL vmlinux 0xfbda34cc dquot_quota_off +EXPORT_SYMBOL vmlinux 0xfbf31aaf __phy_resume +EXPORT_SYMBOL vmlinux 0xfbfa4387 flow_indr_dev_setup_offload +EXPORT_SYMBOL vmlinux 0xfc082485 vlan_vid_del +EXPORT_SYMBOL vmlinux 0xfc0f9e0c nf_ip_checksum +EXPORT_SYMBOL vmlinux 0xfc18d3d9 sockopt_ns_capable +EXPORT_SYMBOL vmlinux 0xfc3d3f6a skb_flow_dissect_hash +EXPORT_SYMBOL vmlinux 0xfc421e79 gnet_stats_add_queue +EXPORT_SYMBOL vmlinux 0xfc478510 sync_inodes_sb +EXPORT_SYMBOL vmlinux 0xfc525ecb netdev_adjacent_change_prepare +EXPORT_SYMBOL vmlinux 0xfc68139a flow_rule_alloc +EXPORT_SYMBOL vmlinux 0xfc78e2a9 tty_port_close_end +EXPORT_SYMBOL vmlinux 0xfc7f7278 __neigh_set_probe_once +EXPORT_SYMBOL vmlinux 0xfc993765 xfrm_sad_getinfo +EXPORT_SYMBOL vmlinux 0xfcb23471 sock_register +EXPORT_SYMBOL vmlinux 0xfcba9926 key_instantiate_and_link +EXPORT_SYMBOL vmlinux 0xfcd1819a hdmi_spd_infoframe_check +EXPORT_SYMBOL vmlinux 0xfcd6ac66 ip_mc_join_group +EXPORT_SYMBOL vmlinux 0xfcd89e85 sk_dst_check +EXPORT_SYMBOL vmlinux 0xfce29851 generic_setlease +EXPORT_SYMBOL vmlinux 0xfcec0987 enable_irq +EXPORT_SYMBOL vmlinux 0xfcf1488d kernel_bind +EXPORT_SYMBOL vmlinux 0xfcf633ee tcp_recvmsg +EXPORT_SYMBOL vmlinux 0xfd1ed2ef jbd2_journal_start_commit +EXPORT_SYMBOL vmlinux 0xfd218550 pci_scan_bus +EXPORT_SYMBOL vmlinux 0xfd28fb8a ccw_device_start +EXPORT_SYMBOL vmlinux 0xfd531d46 __traceiter_kmem_cache_alloc +EXPORT_SYMBOL vmlinux 0xfd6b6691 __netdev_alloc_skb +EXPORT_SYMBOL vmlinux 0xfd6ebc17 __neigh_for_each_release +EXPORT_SYMBOL vmlinux 0xfd76f166 lockref_put_or_lock +EXPORT_SYMBOL vmlinux 0xfd81cb79 hdmi_audio_infoframe_pack_for_dp +EXPORT_SYMBOL vmlinux 0xfd92cc96 module_refcount +EXPORT_SYMBOL vmlinux 0xfd9382f7 dns_query +EXPORT_SYMBOL vmlinux 0xfd9a9866 stfle_fac_list +EXPORT_SYMBOL vmlinux 0xfdad4c8b xp_raw_get_data +EXPORT_SYMBOL vmlinux 0xfdaf797c bio_integrity_prep +EXPORT_SYMBOL vmlinux 0xfdb7f6a9 finish_wait +EXPORT_SYMBOL vmlinux 0xfdc0638f __traceiter_dma_fence_emit +EXPORT_SYMBOL vmlinux 0xfdc3288f __find_get_block +EXPORT_SYMBOL vmlinux 0xfdcc8a0e fb_find_best_display +EXPORT_SYMBOL vmlinux 0xfde05bef secpath_set +EXPORT_SYMBOL vmlinux 0xfde58d40 ip6_xmit +EXPORT_SYMBOL vmlinux 0xfdfc1e5a scsi_vpd_lun_id +EXPORT_SYMBOL vmlinux 0xfe029963 unregister_inetaddr_notifier +EXPORT_SYMBOL vmlinux 0xfe3115fd km_policy_expired +EXPORT_SYMBOL vmlinux 0xfe3f5157 tcp_v4_do_rcv +EXPORT_SYMBOL vmlinux 0xfe452d22 fwnode_irq_get +EXPORT_SYMBOL vmlinux 0xfe487975 init_wait_entry +EXPORT_SYMBOL vmlinux 0xfe4b6177 tcp_get_cookie_sock +EXPORT_SYMBOL vmlinux 0xfe5d4bb2 sys_tz +EXPORT_SYMBOL vmlinux 0xfe6364bd con_is_visible +EXPORT_SYMBOL vmlinux 0xfe771463 __tracepoint_s390_cio_csch +EXPORT_SYMBOL vmlinux 0xfe96c237 scsi_remove_target +EXPORT_SYMBOL vmlinux 0xfe9ee4ae gro_cells_init +EXPORT_SYMBOL vmlinux 0xfea5e538 sock_no_sendmsg +EXPORT_SYMBOL vmlinux 0xfed0fc0a filemap_fdatawrite_range +EXPORT_SYMBOL vmlinux 0xfedcdb60 seq_hlist_next_percpu +EXPORT_SYMBOL vmlinux 0xfee01ecb clear_inode +EXPORT_SYMBOL vmlinux 0xfeef9974 pps_event +EXPORT_SYMBOL vmlinux 0xff078056 iov_iter_get_pages2 +EXPORT_SYMBOL vmlinux 0xff0d3ac6 sock_edemux +EXPORT_SYMBOL vmlinux 0xff1761ce dev_set_alias +EXPORT_SYMBOL vmlinux 0xff1e9dd8 seq_list_start +EXPORT_SYMBOL vmlinux 0xff1f0ae2 add_virt_timer +EXPORT_SYMBOL vmlinux 0xff6878cf fb_default_cmap +EXPORT_SYMBOL vmlinux 0xff733ba5 bdev_end_io_acct +EXPORT_SYMBOL vmlinux 0xff741e42 netdev_offload_xstats_push_delta +EXPORT_SYMBOL vmlinux 0xff75ca94 dev_set_threaded +EXPORT_SYMBOL vmlinux 0xff78e387 mdiobus_read +EXPORT_SYMBOL vmlinux 0xff7ad1b5 krealloc +EXPORT_SYMBOL vmlinux 0xff7ec0ff dma_fence_get_stub +EXPORT_SYMBOL vmlinux 0xff8b56a9 wait_for_completion_timeout +EXPORT_SYMBOL vmlinux 0xff95837e ip_tunnel_header_ops +EXPORT_SYMBOL vmlinux 0xff95a286 qdisc_class_hash_grow +EXPORT_SYMBOL vmlinux 0xff9ea9de inet_shutdown +EXPORT_SYMBOL vmlinux 0xffbf5a41 wait_for_completion_killable +EXPORT_SYMBOL vmlinux 0xffc83bc1 udp_seq_start +EXPORT_SYMBOL vmlinux 0xffcc4ec7 tcp_bpf_bypass_getsockopt +EXPORT_SYMBOL vmlinux 0xffd59c26 pci_request_region +EXPORT_SYMBOL vmlinux 0xffe16743 udpv6_sendmsg +EXPORT_SYMBOL vmlinux 0xffe75ba7 tc_setup_cb_destroy +EXPORT_SYMBOL vmlinux 0xffeedf6a delayed_work_timer_fn +EXPORT_SYMBOL vmlinux 0xfff29f40 __block_write_begin +EXPORT_SYMBOL vmlinux 0xfff6f9ee ethtool_op_get_ts_info +EXPORT_SYMBOL vmlinux 0xfff93872 pci_clear_master +EXPORT_SYMBOL vmlinux 0xffff0b49 tcf_idr_cleanup +EXPORT_SYMBOL_GPL arch/s390/crypto/sha_common 0x5d03e239 s390_sha_update +EXPORT_SYMBOL_GPL arch/s390/crypto/sha_common 0xbb24e2e2 s390_sha_final +EXPORT_SYMBOL_GPL arch/s390/net/pnet 0x315ed16f pnet_id_by_dev_port +EXPORT_SYMBOL_GPL crypto/af_alg 0x0ec8b0ab af_alg_sendpage +EXPORT_SYMBOL_GPL crypto/af_alg 0x20819fc8 af_alg_release_parent +EXPORT_SYMBOL_GPL crypto/af_alg 0x259a13e1 af_alg_accept +EXPORT_SYMBOL_GPL crypto/af_alg 0x2938ea0f af_alg_free_resources +EXPORT_SYMBOL_GPL crypto/af_alg 0x34c86a21 af_alg_free_sg +EXPORT_SYMBOL_GPL crypto/af_alg 0x38d96d68 af_alg_wmem_wakeup +EXPORT_SYMBOL_GPL crypto/af_alg 0x4512eea6 af_alg_async_cb +EXPORT_SYMBOL_GPL crypto/af_alg 0x52a061f3 af_alg_unregister_type +EXPORT_SYMBOL_GPL crypto/af_alg 0x899d7437 af_alg_alloc_areq +EXPORT_SYMBOL_GPL crypto/af_alg 0x92044df0 af_alg_make_sg +EXPORT_SYMBOL_GPL crypto/af_alg 0xa8e0cc4d af_alg_poll +EXPORT_SYMBOL_GPL crypto/af_alg 0xb273ebdb af_alg_get_rsgl +EXPORT_SYMBOL_GPL crypto/af_alg 0xb526de7a af_alg_register_type +EXPORT_SYMBOL_GPL crypto/af_alg 0xd8cbd2fb af_alg_release +EXPORT_SYMBOL_GPL crypto/af_alg 0xdc44b284 af_alg_pull_tsgl +EXPORT_SYMBOL_GPL crypto/af_alg 0xe07d9f46 af_alg_count_tsgl +EXPORT_SYMBOL_GPL crypto/af_alg 0xebdb74da af_alg_sendmsg +EXPORT_SYMBOL_GPL crypto/af_alg 0xf9dd1431 af_alg_wait_for_data +EXPORT_SYMBOL_GPL crypto/async_tx/async_memcpy 0xec01fe8c async_memcpy +EXPORT_SYMBOL_GPL crypto/async_tx/async_pq 0x51594f87 async_syndrome_val +EXPORT_SYMBOL_GPL crypto/async_tx/async_pq 0x638073e4 async_gen_syndrome +EXPORT_SYMBOL_GPL crypto/async_tx/async_raid6_recov 0x10df492a async_raid6_datap_recov +EXPORT_SYMBOL_GPL crypto/async_tx/async_raid6_recov 0xb3c4df6a async_raid6_2data_recov +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0x5109bbbe async_tx_quiesce +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0xbdb7ec20 async_trigger_callback +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0xc07f0aed async_tx_submit +EXPORT_SYMBOL_GPL crypto/async_tx/async_xor 0x13f10c15 async_xor_val_offs +EXPORT_SYMBOL_GPL crypto/async_tx/async_xor 0x1f563ad6 async_xor_offs +EXPORT_SYMBOL_GPL crypto/async_tx/async_xor 0x5def4740 async_xor_val +EXPORT_SYMBOL_GPL crypto/async_tx/async_xor 0xf6d8c7ca async_xor +EXPORT_SYMBOL_GPL crypto/authenc 0x2479193e crypto_authenc_extractkeys +EXPORT_SYMBOL_GPL crypto/blowfish_common 0x0d7c4b0e blowfish_setkey +EXPORT_SYMBOL_GPL crypto/cast5_generic 0x12826a41 cast5_setkey +EXPORT_SYMBOL_GPL crypto/cast5_generic 0x188d9d26 __cast5_decrypt +EXPORT_SYMBOL_GPL crypto/cast5_generic 0xef81a4af __cast5_encrypt +EXPORT_SYMBOL_GPL crypto/cast6_generic 0x29ed6e0d cast6_setkey +EXPORT_SYMBOL_GPL crypto/cast6_generic 0x3dbae082 __cast6_decrypt +EXPORT_SYMBOL_GPL crypto/cast6_generic 0xcfce512f __cast6_encrypt +EXPORT_SYMBOL_GPL crypto/cast6_generic 0xd76a5716 __cast6_setkey +EXPORT_SYMBOL_GPL crypto/cast_common 0x5609ce41 cast_s2 +EXPORT_SYMBOL_GPL crypto/cast_common 0x5b17be06 cast_s4 +EXPORT_SYMBOL_GPL crypto/cast_common 0xb9cba57f cast_s3 +EXPORT_SYMBOL_GPL crypto/cast_common 0xbd3e7542 cast_s1 +EXPORT_SYMBOL_GPL crypto/cryptd 0x2542f4b1 cryptd_shash_desc +EXPORT_SYMBOL_GPL crypto/cryptd 0x41c75617 cryptd_free_aead +EXPORT_SYMBOL_GPL crypto/cryptd 0x6007dd8a cryptd_aead_child +EXPORT_SYMBOL_GPL crypto/cryptd 0x6ea4f614 cryptd_skcipher_queued +EXPORT_SYMBOL_GPL crypto/cryptd 0x90426057 cryptd_ahash_queued +EXPORT_SYMBOL_GPL crypto/cryptd 0x924c88e2 cryptd_free_skcipher +EXPORT_SYMBOL_GPL crypto/cryptd 0xb23f54d2 cryptd_ahash_child +EXPORT_SYMBOL_GPL crypto/cryptd 0xcabb92df cryptd_aead_queued +EXPORT_SYMBOL_GPL crypto/cryptd 0xcf678e59 cryptd_alloc_ahash +EXPORT_SYMBOL_GPL crypto/cryptd 0xd4becd6d cryptd_alloc_skcipher +EXPORT_SYMBOL_GPL crypto/cryptd 0xe1aab46b cryptd_free_ahash +EXPORT_SYMBOL_GPL crypto/cryptd 0xe99c483f cryptd_alloc_aead +EXPORT_SYMBOL_GPL crypto/cryptd 0xea81c57a cryptd_skcipher_child +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x1f10573c crypto_engine_start +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x2bc509dc crypto_engine_alloc_init_and_set +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x472e1285 crypto_transfer_hash_request_to_engine +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x4de331c5 crypto_engine_stop +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x9256611e crypto_engine_alloc_init +EXPORT_SYMBOL_GPL crypto/crypto_engine 0xa3c4cc38 crypto_transfer_akcipher_request_to_engine +EXPORT_SYMBOL_GPL crypto/crypto_engine 0xae2cf10b crypto_engine_exit +EXPORT_SYMBOL_GPL crypto/crypto_engine 0xaf7da50e crypto_transfer_aead_request_to_engine +EXPORT_SYMBOL_GPL crypto/crypto_engine 0xb0ff7db2 crypto_finalize_skcipher_request +EXPORT_SYMBOL_GPL crypto/crypto_engine 0xcfac820c crypto_finalize_akcipher_request +EXPORT_SYMBOL_GPL crypto/crypto_engine 0xd7db88ae crypto_transfer_skcipher_request_to_engine +EXPORT_SYMBOL_GPL crypto/crypto_engine 0xdc2402df crypto_finalize_kpp_request +EXPORT_SYMBOL_GPL crypto/crypto_engine 0xe208ebfb crypto_transfer_kpp_request_to_engine +EXPORT_SYMBOL_GPL crypto/crypto_engine 0xecf5e4d4 crypto_finalize_aead_request +EXPORT_SYMBOL_GPL crypto/crypto_engine 0xfeeb3389 crypto_finalize_hash_request +EXPORT_SYMBOL_GPL crypto/ecdh_generic 0x33b866ce crypto_ecdh_decode_key +EXPORT_SYMBOL_GPL crypto/ecdh_generic 0x7475be8e crypto_ecdh_key_len +EXPORT_SYMBOL_GPL crypto/ecdh_generic 0xb230d2ec crypto_ecdh_encode_key +EXPORT_SYMBOL_GPL crypto/serpent_generic 0x3a4cebec 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/sm3 0xa98edad1 sm3_update +EXPORT_SYMBOL_GPL crypto/sm3 0xf04338f9 sm3_final +EXPORT_SYMBOL_GPL crypto/twofish_common 0x43a75771 twofish_setkey +EXPORT_SYMBOL_GPL crypto/twofish_common 0xe22b7787 __twofish_setkey +EXPORT_SYMBOL_GPL drivers/dax/device_dax 0x7d4bccf7 dev_dax_probe +EXPORT_SYMBOL_GPL drivers/fpga/altera-pr-ip-core 0x267f72b5 alt_pr_register +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x0d1bc1f2 fpga_mgr_get +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x22272132 fpga_mgr_unlock +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x38c3a444 fpga_mgr_register +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x6a502f65 devm_fpga_mgr_register_full +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x6a8ab516 of_fpga_mgr_get +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x7315ee0f fpga_mgr_unregister +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0xb9d139ee fpga_mgr_load +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0xc2d8ed5e devm_fpga_mgr_register +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0xc5382fbc fpga_mgr_put +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0xc6339fe0 fpga_mgr_register_full +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0xe0edbfed fpga_image_info_free +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0xe284ac2e fpga_image_info_alloc +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0xec2180b4 fpga_mgr_lock +EXPORT_SYMBOL_GPL drivers/gpio/gpio-generic 0x609acecb bgpio_init +EXPORT_SYMBOL_GPL drivers/gpio/gpio-idio-16 0x02a994f2 idio_16_get +EXPORT_SYMBOL_GPL drivers/gpio/gpio-idio-16 0x1bf5ac5a idio_16_set +EXPORT_SYMBOL_GPL drivers/gpio/gpio-idio-16 0x40f176c1 idio_16_get_multiple +EXPORT_SYMBOL_GPL drivers/gpio/gpio-idio-16 0x8e08818b idio_16_set_multiple +EXPORT_SYMBOL_GPL drivers/gpio/gpio-idio-16 0xa143e5cb idio_16_state_init +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x1b9b6cd6 drm_bridge_get_edid +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x1dba0a6a drm_do_get_edid +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x20c5e1db drm_bridge_detect +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x2160ff06 drm_class_device_register +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x45785217 drm_class_device_unregister +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x6ef203d3 drm_bridge_get_modes +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x737e45fa drm_bridge_hpd_disable +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xafe9f554 drm_gem_dumb_map_offset +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xb11a1884 drm_bridge_hpd_notify +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xd46568c7 drm_bridge_hpd_enable +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xdc188a33 drmm_kstrdup +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xfae684c3 drm_crtc_add_crc_entry +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0x009ec5d3 drm_gem_fb_afbc_init +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0x1d741678 drm_bridge_connector_enable_hpd +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0x3127fb2c drm_gem_fb_create_with_dirty +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0x3a53c530 drm_gem_fb_init_with_funcs +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0x4ece6aa6 drm_gem_fb_create_with_funcs +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0x5a1a0fef drm_gem_fb_get_obj +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0x84de64ea drm_bridge_connector_disable_hpd +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0x99b52bd3 drm_gem_fb_create +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0xcb6f7251 drm_gem_plane_helper_prepare_fb +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0xd4d2ed53 drm_bridge_connector_init +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0x15c32070 drm_gem_shmem_create +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0x1770eeca drm_gem_shmem_vm_ops +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0x3fdcfab4 drm_gem_shmem_dumb_create +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0x4efe6465 drm_gem_shmem_free +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0x84796561 drm_gem_shmem_get_sg_table +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0xabf1e9e0 drm_gem_shmem_get_pages_sgt +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0xc09e15c0 drm_gem_shmem_mmap +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0xfa0c31a8 drm_gem_shmem_prime_import_sg_table +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0x10164209 intel_th_set_output +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0x31c15943 intel_th_trace_disable +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0x407ad8d4 intel_th_output_enable +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0x423ad03e intel_th_trace_switch +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0x51af6c56 intel_th_trace_enable +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0x65901624 intel_th_driver_register +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0x6b688cfd intel_th_free +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0x743ff8bb intel_th_alloc +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0xa521784e intel_th_driver_unregister +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th_msu 0x122d2d62 intel_th_msc_window_unlock +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th_msu 0x2ce9d141 intel_th_msu_buffer_unregister +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th_msu 0x6051dd03 intel_th_msu_buffer_register +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0x2228fed8 stm_source_write +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0x23856ee4 stm_source_unregister_device +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0x27062775 stm_source_register_device +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0x2e2be6d7 to_pdrv_policy_node +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0x3a007265 stm_register_device +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0x466780ce stm_unregister_protocol +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0x7c347bd3 stm_unregister_device +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0xcc3f687f stm_data_write +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0xe1a958f0 stm_register_protocol +EXPORT_SYMBOL_GPL drivers/i2c/i2c-core 0x04a53d63 i2c_parse_fw_timings +EXPORT_SYMBOL_GPL drivers/i2c/i2c-core 0x11bdea7b i2c_new_scanned_device +EXPORT_SYMBOL_GPL drivers/i2c/i2c-core 0x2f41ee2b i2c_adapter_type +EXPORT_SYMBOL_GPL drivers/i2c/i2c-core 0x39cbc80b i2c_bus_type +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 0x4f0bdff7 devm_i2c_new_dummy_device +EXPORT_SYMBOL_GPL drivers/i2c/i2c-core 0x50d877b1 i2c_probe_func_quick_read +EXPORT_SYMBOL_GPL drivers/i2c/i2c-core 0x550f3e05 i2c_freq_mode_string +EXPORT_SYMBOL_GPL drivers/i2c/i2c-core 0x65fca2b0 i2c_new_dummy_device +EXPORT_SYMBOL_GPL drivers/i2c/i2c-core 0x69f921c2 i2c_recover_bus +EXPORT_SYMBOL_GPL drivers/i2c/i2c-core 0x6adcd938 devm_i2c_add_adapter +EXPORT_SYMBOL_GPL drivers/i2c/i2c-core 0x6fc9e617 i2c_client_type +EXPORT_SYMBOL_GPL drivers/i2c/i2c-core 0x739e40de i2c_new_client_device +EXPORT_SYMBOL_GPL drivers/i2c/i2c-core 0x7bc423a4 i2c_add_numbered_adapter +EXPORT_SYMBOL_GPL drivers/i2c/i2c-core 0x7d197b27 i2c_unregister_device +EXPORT_SYMBOL_GPL drivers/i2c/i2c-core 0x83471e03 i2c_adapter_depth +EXPORT_SYMBOL_GPL drivers/i2c/i2c-core 0x8f7ab561 i2c_client_get_device_id +EXPORT_SYMBOL_GPL drivers/i2c/i2c-core 0x93700b24 i2c_handle_smbus_host_notify +EXPORT_SYMBOL_GPL drivers/i2c/i2c-core 0x93f487d7 i2c_new_smbus_alert_device +EXPORT_SYMBOL_GPL drivers/i2c/i2c-core 0xa0c50bf7 i2c_generic_scl_recovery +EXPORT_SYMBOL_GPL drivers/i2c/i2c-core 0xc541b13d i2c_match_id +EXPORT_SYMBOL_GPL drivers/i2c/i2c-core 0xc9c51906 i2c_get_device_id +EXPORT_SYMBOL_GPL drivers/i2c/i2c-core 0xcc6c4968 i2c_new_ancillary_device +EXPORT_SYMBOL_GPL drivers/i2c/i2c-core 0xdad80d5a i2c_for_each_dev +EXPORT_SYMBOL_GPL drivers/i2c/i2c-mux 0x070a14a8 i2c_mux_del_adapters +EXPORT_SYMBOL_GPL drivers/i2c/i2c-mux 0x12ab8bdc i2c_root_adapter +EXPORT_SYMBOL_GPL drivers/i2c/i2c-mux 0x3c592e2a i2c_mux_alloc +EXPORT_SYMBOL_GPL drivers/i2c/i2c-mux 0xaa296920 i2c_mux_add_adapter +EXPORT_SYMBOL_GPL drivers/infiniband/core/ib_core 0xdbd019c4 ib_wq +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0x0f32767b rtrs_iu_post_recv +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0x147daf72 rtrs_cq_qp_create +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0x21e0fad9 rtrs_init_hb +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0x37783a7a rtrs_cq_qp_destroy +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0x644deba4 rtrs_iu_post_send +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0x687e95ff rtrs_iu_alloc +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0x78d62190 rtrs_iu_post_rdma_write_imm +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0x7e287cfa rtrs_stop_hb +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0x868a850c rtrs_send_hb_ack +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0x9eb39caa rtrs_start_hb +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0xb4818957 rtrs_post_recv_empty +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0xd46b74c6 rtrs_iu_free +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x051b2215 __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 0x0826e917 __tracepoint_bcache_read +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x0bc0be45 __SCK__tp_func_bcache_bypass_sequential +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x0d33152b __traceiter_bcache_journal_full +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x15f3de09 __SCK__tp_func_bcache_read_retry +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x16ea7222 __tracepoint_bcache_journal_full +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 0x191717af __tracepoint_bcache_btree_set_root +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x1934a9a9 __tracepoint_bcache_writeback +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 0x1c71a406 __tracepoint_bcache_btree_node_free +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 0x284a6bff __tracepoint_bcache_gc_start +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x2909bc5d __tracepoint_bcache_btree_read +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x2a0e014e __tracepoint_bcache_btree_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x2af60833 __SCK__tp_func_bcache_writeback_collision +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x2b54ecc1 __traceiter_bcache_alloc_fail +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x320a9282 __traceiter_bcache_btree_set_root +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x3257d343 __tracepoint_bcache_gc_copy +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x35f5bc3f __traceiter_bcache_bypass_sequential +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x3cff613f __traceiter_bcache_bypass_congested +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x40df4561 __traceiter_bcache_btree_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x46bfabee __tracepoint_bcache_writeback_collision +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x46c66897 __SCK__tp_func_bcache_btree_read +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x4a2d1241 __SCK__tp_func_bcache_btree_node_compact +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x4a2dd565 __traceiter_bcache_btree_node_compact +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x51d0e534 __SCK__tp_func_bcache_btree_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x53b5e5e3 __tracepoint_bcache_journal_entry_full +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x541552c3 __traceiter_bcache_btree_node_split +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x5cc8cb86 __tracepoint_bcache_btree_insert_key +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 0x5fdd771d __traceiter_bcache_btree_node_alloc +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x6026e276 __SCK__tp_func_bcache_bypass_congested +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x64e39418 __traceiter_bcache_writeback_collision +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x6697827f __SCK__tp_func_bcache_writeback +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x690dd415 __tracepoint_bcache_btree_node_alloc +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x6e74dca7 __SCK__tp_func_bcache_btree_node_free +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x79eeb380 __SCK__tp_func_bcache_gc_copy_collision +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x7a3c0ac3 __tracepoint_bcache_read_retry +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x7bec5eeb __traceiter_bcache_journal_entry_full +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x7ef32d85 __traceiter_bcache_btree_node_alloc_fail +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x80e3881d __SCK__tp_func_bcache_request_end +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x830df522 __tracepoint_bcache_btree_node_split +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x862dfa21 __tracepoint_bcache_btree_cache_cannibalize +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x8821c3b3 __traceiter_bcache_btree_read +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x8ad20d61 __SCK__tp_func_bcache_request_start +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x902cb523 __tracepoint_bcache_gc_copy_collision +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x92fa1d0c __traceiter_bcache_gc_start +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x9865dbc4 __tracepoint_bcache_gc_end +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 0xa14fdbcf __tracepoint_bcache_btree_node_alloc_fail +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xa187023e __SCK__tp_func_bcache_alloc_fail +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xa2fb2164 __traceiter_bcache_request_end +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 0xa8de54d7 __traceiter_bcache_btree_insert_key +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xa91efbc4 __traceiter_bcache_btree_cache_cannibalize +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xad6440b4 __traceiter_bcache_gc_copy +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xad960f95 __traceiter_bcache_read_retry +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xb5a62a8c __traceiter_bcache_cache_insert +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xb5c303cf __traceiter_bcache_gc_end +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xb912ae0b __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 0xbc268695 __tracepoint_bcache_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xbc605eb5 __traceiter_bcache_invalidate +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xbf702194 __traceiter_bcache_read +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xc1857470 __tracepoint_bcache_bypass_congested +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xc4a75da8 __traceiter_bcache_journal_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xc78d7102 __tracepoint_bcache_invalidate +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xc8ae4213 __SCK__tp_func_bcache_btree_node_alloc +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xce48d6f4 __tracepoint_bcache_alloc_fail +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xda06fe86 __SCK__tp_func_bcache_btree_node_alloc_fail +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xe16c06b3 __SCK__tp_func_bcache_gc_start +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xe202b8e6 __tracepoint_bcache_bypass_sequential +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 0xed37c90e __tracepoint_bcache_cache_insert +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xee55d047 __tracepoint_bcache_journal_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xef7eec02 __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 0xf69c9beb __traceiter_bcache_btree_node_free +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xf865c1a2 __tracepoint_bcache_request_start +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xfa457d31 __traceiter_bcache_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xfb3d6c67 __tracepoint_bcache_request_end +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xfb81bd26 __traceiter_bcache_request_start +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xfd6b5d80 __SCK__tp_func_bcache_btree_insert_key +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x1244d67d dm_cell_error +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x17dd39d6 dm_deferred_set_create +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x2a339ffe dm_bio_prison_alloc_cell_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x2eb01e04 dm_deferred_set_destroy +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x3e770d51 dm_cell_lock_promote_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x4ff85ab5 dm_cell_get_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x51a5fab0 dm_cell_put_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x536bc3ca dm_get_cell +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x5ab69933 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 0x6e179dbf dm_cell_promote_or_release +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x753e20b2 dm_bio_prison_create +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x8eeceb43 dm_cell_release +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x9a204406 dm_cell_release_no_holder +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xabe4d505 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 0xbd50ab02 dm_bio_prison_free_cell +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xca2e3a88 dm_deferred_entry_inc +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xceb84022 dm_cell_visit_release +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xd5d79a3c 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 0xdd374570 dm_cell_lock_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xe3fe9103 dm_cell_quiesce_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xfc729f30 dm_bio_detain +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x0ad0dc4f dm_bufio_mark_buffer_dirty +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x16ef5c05 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 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 0xb2438d54 dm_bufio_release_move +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 0x66a6ea0b dm_cache_policy_register +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x7d007668 dm_cache_policy_unregister +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x87bee547 btracker_queue +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0xa2365f44 btracker_issue +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0xa7eadcb5 btracker_complete +EXPORT_SYMBOL_GPL drivers/md/dm-cache 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-multipath 0x04b0ac76 dm_unregister_path_selector +EXPORT_SYMBOL_GPL drivers/md/dm-multipath 0xe05b2d31 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 0x0dbcc4ca dm_rh_inc_pending +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x259d6115 dm_rh_dirty_log +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x38972f23 dm_rh_region_to_sector +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x38efaf5a dm_region_hash_destroy +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x3a18389a dm_rh_update_states +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x57e16c3e dm_rh_get_state +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x5f4a6e61 dm_rh_dec +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x7774620f dm_rh_stop_recovery +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x7915779b dm_region_hash_create +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 0x9e64b679 dm_rh_delay +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 0xb97fc541 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 0xc26676a9 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 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 0x683e463e dm_block_manager_create +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 0x72289260 dm_block_manager_destroy +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x7612cd9c dm_bm_block_size +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x7ade1071 dm_tm_destroy +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x7b047bd9 dm_tm_create_non_blocking_clone +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x836693c5 dm_disk_bitset_init +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x87419c51 dm_array_cursor_skip +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x87c934be dm_tm_inc +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x88295b96 dm_tm_unlock +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x8e057e61 dm_array_cursor_end +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x900896b9 dm_btree_cursor_skip +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x91baa32f dm_btree_find_highest_key +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x94daa188 dm_bitset_cursor_next +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x95a52abd dm_bm_is_read_only +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x9e798e22 dm_bm_set_read_only +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xa0bc1801 dm_btree_cursor_end +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xa99029b9 dm_bitset_cursor_end +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xa9c4fc6b dm_bm_write_lock_zero +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xae600b00 dm_tm_open_with_sm +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xb11cd6c1 dm_bm_read_lock +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xb500e95b dm_tm_shadow_block +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xb940af6a dm_array_info_init +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xbdde4031 dm_btree_empty +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xcbba75fc dm_tm_read_lock +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xd017c9c7 dm_array_new +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xd163cade dm_tm_commit +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xd8682982 dm_btree_insert +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xdb2c8e97 dm_btree_lookup +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xe07a2542 dm_bitset_new +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xe0e68183 dm_array_resize +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xe781f874 dm_tm_dec +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xecc1aeba dm_bitset_test_bit +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xedf5036f dm_bitset_flush +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xf2b4509a dm_btree_cursor_get_value +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xf551114d dm_bm_checksum +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xf5aada6c dm_tm_create_with_sm +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xf71f197e dm_btree_cursor_next +EXPORT_SYMBOL_GPL drivers/misc/ti-st/st_drv 0x3a8dd3bd st_unregister +EXPORT_SYMBOL_GPL drivers/misc/ti-st/st_drv 0x9d3ddcb4 st_register +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x00c204ee mlx4_pd_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x02faa5db mlx4_qp_query +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x05d9eb50 mlx4_register_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x074a1cdc mlx4_find_cached_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0842f8ba mlx4_qp_modify +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x114f325c mlx4_get_default_counter_index +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x11a08853 mlx4_set_vf_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x12bf9fdd mlx4_buf_write_mtt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x14f419ce mlx4_mw_enable +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x157600cb mlx4_phys_to_slaves_pport +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x16abc9db mlx4_config_roce_v2_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1eec17cb mlx4_mr_hw_put_mpt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1ef73b7c mlx4_get_devlink_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1f5cab20 mlx4_mr_hw_get_mpt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1f8296b5 mlx4_mw_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x20424b5c mlx4_set_vf_rate +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2197d62f mlx4_map_sw_to_hw_steering_mode +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x24ca60d3 __mlx4_cmd +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x25df4292 mlx4_free_cmd_mailbox +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x262512da mlx4_INIT_PORT +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2792184c mlx4_hw_rule_sz +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x27e1c027 mlx4_alloc_cmd_mailbox +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x27ff0a0e mlx4_unregister_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2d3b61cb mlx4_qp_release_range +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2dd7b88b mlx4_multicast_promisc_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x32df04d1 mlx4_get_internal_clock_params +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x355f0200 mlx4_update_qp +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x367e0c3c mlx4_srq_lookup +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x36ef659b mlx4_vf_smi_enabled +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x37473a47 mlx4_get_base_qpn +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3954838f mlx4_unicast_attach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3a0b7c5c mlx4_mr_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3ef6ba86 mlx4_db_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x40d38df0 mlx4_wol_write +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x42023588 mlx4_db_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x42de61ef mlx4_get_active_ports +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x46f11e43 mlx4_mtt_addr +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x48ad0311 mlx4_wol_read +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4b1d156b mlx4_qp_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4e54112b mlx4_get_vf_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x500b11cf mlx4_set_vf_link_state +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x517e278e mlx4_phys_to_slave_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x52b24481 mlx4_get_base_gid_ix +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5519cea7 mlx4_find_cached_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5676cabd mlx4_slave_convert_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x56f667bf mlx4_CLOSE_PORT +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x59948fe8 mlx4_qp_to_ready +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5a4fa7de mlx4_phys_to_slaves_pport_actv +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5a79c4e5 mlx4_config_dev_retrieval +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5c8d7b19 mlx4_xrcd_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5f356fe1 mlx4_write_mtt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x622c56a8 mlx4_mr_rereg_mem_write +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x63baa1fe mlx4_mr_hw_change_pd +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x63d95bb1 mlx4_mr_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x673f7d25 mlx4_unicast_promisc_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x69db08e7 mlx4_vf_set_enable_smi_admin +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6bfe7e72 mlx4_register_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6de458dc mlx4_register_interface +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6fa4c7d6 mlx4_multicast_attach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x70d1a87e mlx4_xrcd_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x725a8ba2 mlx4_config_vxlan_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x73a4b24a mlx4_mr_enable +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x73c3498d mlx4_flow_steer_promisc_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x75ce91bf mlx4_qp_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x77c3caea mlx4_free_hwq_res +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7c4bed3f mlx4_unbond +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7f228bde mlx4_mtt_init +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x80b0196a mlx4_set_admin_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x85ea64c1 mlx4_unicast_detach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x86e85ce4 mlx4_srq_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8945e6aa mlx4_cq_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8d4ac4a3 mlx4_cq_modify +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8e945fb2 mlx4_mr_hw_change_access +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x90543ee4 mlx4_get_protocol_dev +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x915ee426 mlx4_set_vf_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x91d08e14 mlx4_get_admin_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9321a2c9 mlx4_alloc_hwq_res +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x94a87f60 mlx4_cq_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x94c31528 mlx4_srq_query +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x94f05462 mlx4_counter_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9a509c2f mlx4_read_clock +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9bb50876 __mlx4_unregister_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa22b2fb3 mlx4_mr_rereg_mem_cleanup +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa3c798ec mlx4_mr_hw_write_mpt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa938c06e mlx4_flow_attach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa9fe3015 mlx4_multicast_detach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb0077475 mlx4_buf_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb007a0e1 mlx4_get_vf_config +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb19ba37c mlx4_unicast_promisc_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb833085f mlx4_uar_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb87b1e18 mlx4_set_vf_spoofchk +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc035f010 mlx4_ACCESS_PTYS_REG +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc412ef0a mlx4_unregister_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc8b8b3a1 mlx4_pd_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xcbee82e7 mlx4_bf_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xceda93a6 mlx4_qp_reserve_range +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd1b2044d mlx4_counter_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd3403c64 mlx4_qp_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd45c74c8 mlx4_bf_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd4bfefd9 mlx4_cq_resize +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd57e49f5 mlx4_flow_steer_promisc_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd6f76e27 mlx4_mw_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd8223b71 mlx4_get_slave_default_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd854e971 mlx4_srq_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd8aa474b mlx4_multicast_promisc_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xdaa1bb37 mlx4_bond +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe2d2206b mlx4_unregister_interface +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe5fddcdb mlx4_uar_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe6fe23aa mlx4_FLOW_STEERING_IB_UC_QP_RANGE +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xea0aa196 mlx4_get_counter_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xec19eb35 __mlx4_register_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xec57de30 mlx4_port_map_set +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xeefd0496 mlx4_flow_detach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf53258c8 mlx4_mtt_cleanup +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf53bb221 mlx4_srq_arm +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf680ecbc __mlx4_replace_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf7fa8eff mlx4_replace_zero_macs +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf97004e7 mlx4_vf_get_enable_smi_admin +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xfa803089 mlx4_buf_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xfca0d1e5 mlx4_SYNC_TPT +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xfd4c4bdb mlx4_map_sw_to_hw_steering_id +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x01e86d95 mlx5_query_port_oper_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 0x083c612b mlx5_set_port_pfc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0857fb4f mlx5_core_reserved_gids_count +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0dbd9ff7 mlx5_modify_nic_vport_mac_address +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x11b4a50d mlx5_query_port_tc_bw_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x13aa46f9 mlx5_query_hca_vport_context +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x14237094 mlx5_set_port_caps +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x143fce5b mlx5_query_port_vl_hw_cap +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1513a64a mlx5_eswitch_mode +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x16764b28 mlx5_nic_vport_unaffiliate_multiport +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1ce2810d mlx5_frag_buf_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2560c2f7 mlx5_query_nic_system_image_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x291512a0 mlx5_set_port_prio_tc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3565c96f mlx5_modify_nic_vport_mac_list +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x36e829ad mlx5_core_query_vport_counter +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3c83ae22 mlx5_set_port_mtu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x44ad525d mlx5_query_nic_vport_promisc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x465bdc73 mlx5_core_query_sq_state +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4bdf66a0 mlx5_query_nic_vport_qkey_viol_cntr +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4e44db45 mlx5_modify_port_ets_rate_limit +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4e7f2942 mlx5_core_modify_hca_vport_context +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4f22a16a mlx5_frag_buf_alloc_node +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4f3979ff mlx5_access_reg +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x50fd8ea2 mlx5_query_hca_vport_node_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x519ac646 mlx5_dm_sw_icm_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x51f05bf1 mlx5_query_port_pause +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x57ea3341 mlx5_query_nic_vport_mtu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x588a89d0 mlx5_nic_vport_affiliate_multiport +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x60b42f73 mlx5_query_module_eeprom_by_page +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x60f83fb8 mlx5_dm_sw_icm_dealloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6304e5ee mlx5_ipsec_device_caps +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x739f30f3 mlx5_query_nic_vport_node_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x742cad67 mlx5_set_port_admin_status +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7d34b679 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 0x81b0da73 mlx5_query_port_ets_rate_limit +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x85a45ade mlx5_query_hca_vport_pkey +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x85f741ce mlx5_set_port_wol +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x87555d99 mlx5_query_port_max_mtu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8bc539f2 mlx5_query_nic_vport_mac_address +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x927abc2e mlx5_query_port_ptys +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9847dde3 mlx5_query_port_pfc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa4ad0f9f mlx5_set_port_tc_group +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa89ef82f mlx5_set_port_pause +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xad3a7e11 mlx5_eswitch_get_total_vports +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xbdf5aead mlx5_set_port_tc_bw_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xbeb815d5 mlx5_query_port_prio_tc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc849ab6e mlx5_query_module_eeprom +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xcb849e21 mlx5_query_nic_vport_min_inline +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xcd0bacbc mlx5_core_access_reg +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd0f31468 mlx5_query_mac_address +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd4c957cd mlx5_query_nic_vport_system_image_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd5f9dd5c mlx5_modify_nic_vport_promisc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd770134d mlx5_toggle_port_link +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xda3b2134 mlx5_vport_get_other_func_cap +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xdfa3c5c2 mlx5_modify_nic_vport_mtu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xdfb96efa mlx5_nic_vport_update_local_lb +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe04316db mlx5_query_min_inline +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe1a7a663 mlx5_db_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe49c4596 mlx5_nic_vport_query_local_lb +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe8d5b624 mlx5_modify_nic_vport_vlans +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xea416ba4 mlx5_query_hca_vport_gid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xeb2637c4 mlx5_db_alloc_node +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xede2b33a mlx5_nic_vport_enable_roce +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xee36ef41 mlx5_query_port_wol +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf4ec5cdf mlx5_query_port_tc_group +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf53dd0ad mlx5_query_port_admin_status +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xfe526bed mlx5_query_hca_vport_system_image_guid +EXPORT_SYMBOL_GPL drivers/net/geneve 0x116e0594 geneve_dev_create_fb +EXPORT_SYMBOL_GPL drivers/net/ipvlan/ipvlan 0x4e2b6c76 ipvlan_link_setup +EXPORT_SYMBOL_GPL drivers/net/ipvlan/ipvlan 0x50314062 ipvlan_link_new +EXPORT_SYMBOL_GPL drivers/net/ipvlan/ipvlan 0x75e2f07c ipvlan_count_rx +EXPORT_SYMBOL_GPL drivers/net/ipvlan/ipvlan 0xa7c6d1ae ipvlan_link_delete +EXPORT_SYMBOL_GPL drivers/net/ipvlan/ipvlan 0xc50e258d ipvlan_link_register +EXPORT_SYMBOL_GPL drivers/net/macsec 0x8fb19845 macsec_pn_wrapped +EXPORT_SYMBOL_GPL drivers/net/macvlan 0x0b73b2fa macvlan_common_setup +EXPORT_SYMBOL_GPL drivers/net/macvlan 0x563e6d81 macvlan_link_register +EXPORT_SYMBOL_GPL drivers/net/macvlan 0x9bd30447 macvlan_common_newlink +EXPORT_SYMBOL_GPL drivers/net/macvlan 0xd58a5a21 macvlan_dellink +EXPORT_SYMBOL_GPL drivers/net/mdio/mdio-i2c 0x869c383e mdio_i2c_alloc +EXPORT_SYMBOL_GPL drivers/net/net_failover 0x0c3cd4e2 net_failover_destroy +EXPORT_SYMBOL_GPL drivers/net/net_failover 0xc42c2f01 net_failover_create +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x018d5623 __bcm_phy_write_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x112404fa __bcm_phy_read_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x15d95c05 bcm_phy_cable_test_get_status +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x1746551f __bcm_phy_modify_exp +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x1aae98c8 bcm_phy_downshift_set +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x2215036f bcm_phy_write_shadow +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x23b25d22 bcm_phy_r_rc_cal_reset +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x2474b5e1 bcm_phy_modify_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x2ea635fc bcm_phy_downshift_get +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x3266559a bcm_phy_write_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x40bb52c7 bcm_phy_config_intr +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x420ea0df bcm_phy_enable_apd +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x4d69e6fe bcm_phy_get_strings +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x4d6f8446 bcm_phy_cable_test_start +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x58a4f14a bcm_phy_ack_intr +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x604d6072 bcm_phy_read_shadow +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x672e10ce bcm_phy_enable_jumbo +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x703f961e bcm_phy_read_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x76804618 bcm_phy_28nm_a0b0_afe_config_init +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x7fde101a bcm_phy_write_misc +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x871ea857 bcm_phy_handle_interrupt +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x99a58c43 bcm_phy_modify_exp +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xaa976cbd __bcm_phy_modify_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xac173b55 bcm_phy_cable_test_start_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xac19cea3 bcm_phy_get_stats +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xbd9c9f60 bcm_phy_read_exp +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xc8f7e8a2 bcm_phy_write_exp +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xce5cba66 bcm54xx_auxctl_read +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xd7093bd0 bcm_phy_cable_test_get_status_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xdc870d84 __bcm_phy_read_exp +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xdd13af0d bcm_phy_set_eee +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xf2399299 bcm_phy_get_sset_count +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xf55b9854 bcm_phy_read_misc +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xfb1ceb1b __bcm_phy_write_exp +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-ptp 0x3609f524 bcm_ptp_config_init +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-ptp 0x6e295f44 bcm_ptp_probe +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-ptp 0xe54c4503 bcm_ptp_stop +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x01c36874 phylink_generic_validate +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x08213956 phylink_ethtool_get_wol +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x0b8a6902 phylink_create +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x12135396 phylink_mac_change +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x15c4e3e2 phylink_ethtool_set_pauseparam +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x16ca1a8a phylink_suspend +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x19e27028 phylink_connect_phy +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x2c8e28ee phylink_ethtool_get_eee +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x3f3a174a phylink_ethtool_ksettings_get +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 0x64a1a5ce phylink_decode_usxgmii_word +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 0x76ef7036 phylink_of_phy_connect +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x7c1a5a5a phylink_mii_c22_pcs_config +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x825c7340 phylink_get_eee_err +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x859b1ff6 phylink_validate_mask_caps +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x911fcd6c phylink_start +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x95ea06a1 phylink_ethtool_ksettings_set +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x96d40121 phylink_mii_c22_pcs_get_state +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x983276da phylink_disconnect_phy +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0xa2177d4f phylink_fwnode_phy_connect +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0xc0a8f4be phylink_resume +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0xc1d15a4c phylink_set_port_modes +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0xd2ef6a40 phylink_mii_ioctl +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0xd62946c7 phylink_mii_c45_pcs_get_state +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0xd903f419 phylink_get_capabilities +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0xdcb0a2c0 phylink_stop +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0xec02ebe0 phylink_init_eee +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0xf3083a1d phylink_destroy +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0xf8fe5642 phylink_ethtool_get_pauseparam +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0xf926a606 phylink_mii_c22_pcs_decode_state +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0xf9da7ac0 phylink_mii_c22_pcs_an_restart +EXPORT_SYMBOL_GPL drivers/net/tap 0x0cb8124e tap_get_socket +EXPORT_SYMBOL_GPL drivers/net/tap 0x10b4b499 tap_create_cdev +EXPORT_SYMBOL_GPL drivers/net/tap 0x508322ba tap_del_queues +EXPORT_SYMBOL_GPL drivers/net/tap 0x69b0a170 tap_handle_frame +EXPORT_SYMBOL_GPL drivers/net/tap 0x6a17c99c tap_free_minor +EXPORT_SYMBOL_GPL drivers/net/tap 0xa7af59a7 tap_get_minor +EXPORT_SYMBOL_GPL drivers/net/tap 0xc19804b1 tap_get_ptr_ring +EXPORT_SYMBOL_GPL drivers/net/tap 0xd9ce7366 tap_destroy_cdev +EXPORT_SYMBOL_GPL drivers/net/tap 0xef8e897f tap_queue_resize +EXPORT_SYMBOL_GPL drivers/net/vxlan/vxlan 0x0204e4a0 vxlan_dev_create +EXPORT_SYMBOL_GPL drivers/net/vxlan/vxlan 0x3ca45ce7 vxlan_fdb_find_uc +EXPORT_SYMBOL_GPL drivers/net/vxlan/vxlan 0x68bf1149 vxlan_fdb_replay +EXPORT_SYMBOL_GPL drivers/net/vxlan/vxlan 0xa814ca1e vxlan_fdb_clear_offload +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0x055078fe nvme_auth_gen_pubkey +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0x3898cd06 nvme_auth_augmented_challenge +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0x4acb4907 nvme_auth_gen_privkey +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0x4ba78f1c nvme_auth_hmac_hash_len +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0x50b431c4 nvme_auth_extract_key +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0x51873876 nvme_auth_get_seqnum +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0x60b59534 nvme_auth_gen_shared_secret +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0x674c5bc1 nvme_auth_hmac_name +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 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 0xf0ccf2d4 nvme_auth_dhgroup_kpp +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x007a98d3 nvme_complete_async_event +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x027909a8 nvme_wait_reset +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x041af86e nvme_wait_freeze +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x08e10324 nvme_sync_io_queues +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x09e9cdb8 __traceiter_nvme_sq +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x0bb891ac nvme_uninit_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x11abc494 __SCK__tp_func_nvme_sq +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x213d98d8 nvme_unquiesce_io_queues +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x24b906c1 nvme_mark_namespaces_dead +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x28c07c57 nvme_start_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x2caf0909 nvme_init_ctrl_finish +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x2cbf0d77 nvme_delete_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x312b3018 nvme_auth_stop +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x3bc3d7ef nvme_fail_nonready_command +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x3db1b5f4 nvme_change_ctrl_state +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x46e8ced8 nvme_submit_sync_cmd +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x46f8b2fb nvme_remove_admin_tag_set +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x49224181 nvme_reset_wq +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x4cc8ec66 nvme_quiesce_admin_queue +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x543069b9 nvme_complete_rq +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x6172b3f6 nvme_quiesce_io_queues +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x646b8a46 __nvme_check_ready +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x64b62862 nvme_wq +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x64ed730b nvme_auth_negotiate +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x67fd57d5 nvme_cancel_request +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x6b11ce62 __nvme_submit_sync_cmd +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x6c94656c nvme_alloc_io_tag_set +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x724d1305 nvme_auth_init_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x74428705 nvme_set_queue_count +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x7d3a8028 nvme_cleanup_cmd +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x813cf212 nvme_io_timeout +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x89479fe6 nvme_disable_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x898758e3 nvme_start_freeze +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x89fd1cc3 nvme_dev_attrs_group +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x8dee3c8d nvme_unfreeze +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x8e44a43a nvme_auth_free +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x8e749b01 nvme_stop_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x8e7ec2b6 __tracepoint_nvme_sq +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x8f4b39fa nvme_stop_keep_alive +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x96d0860c nvme_try_sched_reset +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xa37e2c29 nvme_complete_batch_req +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xa695a27b nvme_set_features +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xa6c22a4b nvme_mpath_start_request +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xa849beed nvme_sync_queues +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xc3480bde nvme_init_request +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xc47a1acc nvme_host_path_error +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xc47cc14b nvme_enable_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xc706c0cb nvme_cancel_admin_tagset +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xc95cae83 nvme_reset_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xccacfd1b nvme_setup_cmd +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xd45434ee admin_timeout +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xd58bbbcb nvme_delete_wq +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xd5a27e81 nvme_cancel_tagset +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xd9e2f365 nvme_alloc_admin_tag_set +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xe4187e5e nvme_get_features +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xe4b7f17c nvme_remove_io_tag_set +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xeb735c45 nvme_unquiesce_admin_queue +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xee3753d6 nvme_auth_wait +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xee61eaa6 nvme_init_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xf11e9f9b nvme_wait_freeze_timeout +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xf44c5afa nvme_remove_namespaces +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x2adbdd44 nvmf_unregister_transport +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x43b47712 nvmf_reg_write32 +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x4f310414 nvmf_free_options +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x550fe5a9 nvmf_register_transport +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x77f3f5ed nvmf_ip_options_match +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0xa97a55d6 nvmf_should_reconnect +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0xc63163ab nvmf_reg_read32 +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0xdbdaa838 nvmf_connect_io_queue +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0xe1fb9aec nvmf_get_address +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0xe30fdf12 nvmf_connect_admin_queue +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0xff2dbde5 nvmf_reg_read64 +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fc 0x0d12e564 nvme_fc_register_remoteport +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fc 0x3884f8b8 nvme_fc_unregister_localport +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fc 0x3e33ac54 nvme_fc_rescan_remoteport +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fc 0x58e312f7 nvme_fc_io_getuuid +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fc 0x8a9cf5a7 nvme_fc_set_remoteport_devloss +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fc 0xb0abd28d 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 0xfca9dc99 nvme_fc_unregister_remoteport +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x0e0ba9b4 nvmet_req_uninit +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x3e0ef07a nvmet_wq +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x56999548 nvmet_sq_init +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x695913d9 nvmet_register_transport +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x6ab02fce nvmet_req_alloc_sgls +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x73657c7b nvmet_req_init +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0xa9d6d207 nvmet_req_free_sgls +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0xb5172e4c nvmet_check_transfer_len +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0xc143bdc9 nvmet_sq_destroy +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0xd4fc87ab nvmet_req_complete +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0xe70149af nvmet_ctrl_fatal_error +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0xfaf78a72 nvmet_unregister_transport +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet-fc 0x0b98123d nvmet_fc_rcv_ls_req +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet-fc 0x1048b92a nvmet_fc_rcv_fcp_req +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet-fc 0x4a013682 nvmet_fc_invalidate_host +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet-fc 0x7fa5302a nvmet_fc_rcv_fcp_abort +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet-fc 0x9ef76d99 nvmet_fc_unregister_targetport +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet-fc 0xad56d5d0 nvmet_fc_register_targetport +EXPORT_SYMBOL_GPL drivers/pci/switch/switchtec 0x88eb42b2 switchtec_class +EXPORT_SYMBOL_GPL drivers/s390/block/dasd_mod 0x08fb482f dasd_device_set_stop_bits +EXPORT_SYMBOL_GPL drivers/s390/block/dasd_mod 0x0f99cc85 dasd_device_remove_stop_bits +EXPORT_SYMBOL_GPL drivers/s390/block/dasd_mod 0x19227556 dasd_nopav +EXPORT_SYMBOL_GPL drivers/s390/block/dasd_mod 0x1f1a7bf1 dasd_generic_set_online +EXPORT_SYMBOL_GPL drivers/s390/block/dasd_mod 0x215dbd2a dasd_generic_probe +EXPORT_SYMBOL_GPL drivers/s390/block/dasd_mod 0x2b361d34 dasd_free_block +EXPORT_SYMBOL_GPL drivers/s390/block/dasd_mod 0x2cc8f807 dasd_put_device_wake +EXPORT_SYMBOL_GPL drivers/s390/block/dasd_mod 0x2e1b0c4c dasd_generic_verify_path +EXPORT_SYMBOL_GPL drivers/s390/block/dasd_mod 0x2f11f54b dasd_generic_handle_state_change +EXPORT_SYMBOL_GPL drivers/s390/block/dasd_mod 0x307d36ef dasd_alloc_block +EXPORT_SYMBOL_GPL drivers/s390/block/dasd_mod 0x30c93be9 dasd_device_is_ro +EXPORT_SYMBOL_GPL drivers/s390/block/dasd_mod 0x3116fd65 dasd_generic_space_avail +EXPORT_SYMBOL_GPL drivers/s390/block/dasd_mod 0x36e346c3 dasd_generic_remove +EXPORT_SYMBOL_GPL drivers/s390/block/dasd_mod 0x375df373 dasd_generic_path_operational +EXPORT_SYMBOL_GPL drivers/s390/block/dasd_mod 0x3badb61e dasd_generic_requeue_all_requests +EXPORT_SYMBOL_GPL drivers/s390/block/dasd_mod 0x4b85ada8 dasd_wakeup_cb +EXPORT_SYMBOL_GPL drivers/s390/block/dasd_mod 0x4eef5fc0 dasd_generic_shutdown +EXPORT_SYMBOL_GPL drivers/s390/block/dasd_mod 0x530dacc6 dasd_dev_groups +EXPORT_SYMBOL_GPL drivers/s390/block/dasd_mod 0x55b15e48 dasd_generic_last_path_gone +EXPORT_SYMBOL_GPL drivers/s390/block/dasd_mod 0x5a95fab2 dasd_get_sense +EXPORT_SYMBOL_GPL drivers/s390/block/dasd_mod 0x5acdf945 dasd_flush_device_queue +EXPORT_SYMBOL_GPL drivers/s390/block/dasd_mod 0x730ccb7d dasd_generic_space_exhaust +EXPORT_SYMBOL_GPL drivers/s390/block/dasd_mod 0x8188a534 dasd_generic_free_discipline +EXPORT_SYMBOL_GPL drivers/s390/block/dasd_mod 0x864022c1 dasd_generic_notify +EXPORT_SYMBOL_GPL drivers/s390/block/dasd_mod 0x90d14bfb dasd_generic_path_event +EXPORT_SYMBOL_GPL drivers/s390/block/dasd_mod 0x9cc9deae dasd_generic_uc_handler +EXPORT_SYMBOL_GPL drivers/s390/block/dasd_mod 0xb2958df2 dasd_devmap_set_device_copy_relation +EXPORT_SYMBOL_GPL drivers/s390/block/dasd_mod 0xb38fe028 dasd_page_cache +EXPORT_SYMBOL_GPL drivers/s390/block/dasd_mod 0xc7ed5518 dasd_generic_set_offline +EXPORT_SYMBOL_GPL drivers/s390/block/dasd_mod 0xf15784f5 dasd_nofcx +EXPORT_SYMBOL_GPL drivers/s390/block/dasd_mod 0xf6cf2636 dasd_generic_read_dev_chars +EXPORT_SYMBOL_GPL drivers/s390/block/dasd_mod 0xfd11297f dasd_biodasdinfo +EXPORT_SYMBOL_GPL drivers/s390/cio/eadm_sch 0x85d9d140 eadm_start_aob +EXPORT_SYMBOL_GPL drivers/s390/cio/qdio 0x23c0e637 qdio_alloc_buffers +EXPORT_SYMBOL_GPL drivers/s390/cio/qdio 0x27488bbc qdio_reset_buffers +EXPORT_SYMBOL_GPL drivers/s390/cio/qdio 0x30a5205c qdio_shutdown +EXPORT_SYMBOL_GPL drivers/s390/cio/qdio 0x497bef1e qdio_get_ssqd_desc +EXPORT_SYMBOL_GPL drivers/s390/cio/qdio 0x4a233477 qdio_free +EXPORT_SYMBOL_GPL drivers/s390/cio/qdio 0x4ee1f000 qdio_establish +EXPORT_SYMBOL_GPL drivers/s390/cio/qdio 0x5e7fa109 qdio_add_bufs_to_output_queue +EXPORT_SYMBOL_GPL drivers/s390/cio/qdio 0x63d45561 qdio_allocate +EXPORT_SYMBOL_GPL drivers/s390/cio/qdio 0x640d4b54 qdio_add_bufs_to_input_queue +EXPORT_SYMBOL_GPL drivers/s390/cio/qdio 0xa04bb255 qdio_free_buffers +EXPORT_SYMBOL_GPL drivers/s390/cio/qdio 0xb643fae4 qdio_inspect_input_queue +EXPORT_SYMBOL_GPL drivers/s390/cio/qdio 0xbbcc7a6c qdio_inspect_output_queue +EXPORT_SYMBOL_GPL drivers/s390/cio/qdio 0xbbe16290 qdio_activate +EXPORT_SYMBOL_GPL drivers/s390/net/qeth 0x000b82b2 qeth_xmit +EXPORT_SYMBOL_GPL drivers/s390/net/qeth 0x0154db3f qeth_set_real_num_tx_queues +EXPORT_SYMBOL_GPL drivers/s390/net/qeth 0x0f2b6aa3 qeth_threads_running +EXPORT_SYMBOL_GPL drivers/s390/net/qeth 0x1dee6750 qeth_dbf +EXPORT_SYMBOL_GPL drivers/s390/net/qeth 0x1f31a888 qeth_set_features +EXPORT_SYMBOL_GPL drivers/s390/net/qeth 0x3bfc4559 qeth_ipa_alloc_cmd +EXPORT_SYMBOL_GPL drivers/s390/net/qeth 0x3e78f02b qeth_vm_request_mac +EXPORT_SYMBOL_GPL drivers/s390/net/qeth 0x3ecc90fe qeth_fix_features +EXPORT_SYMBOL_GPL drivers/s390/net/qeth 0x48d7a9f1 qeth_poll +EXPORT_SYMBOL_GPL drivers/s390/net/qeth 0x4a9aa117 qeth_resize_buffer_pool +EXPORT_SYMBOL_GPL drivers/s390/net/qeth 0x5ae90e9f qeth_iqd_select_queue +EXPORT_SYMBOL_GPL drivers/s390/net/qeth 0x5c1399ab qeth_set_allowed_threads +EXPORT_SYMBOL_GPL drivers/s390/net/qeth 0x60ca0189 qeth_get_stats64 +EXPORT_SYMBOL_GPL drivers/s390/net/qeth 0x78b1a26e qeth_configure_cq +EXPORT_SYMBOL_GPL drivers/s390/net/qeth 0x7b282615 qeth_osa_select_queue +EXPORT_SYMBOL_GPL drivers/s390/net/qeth 0x8dd72727 qeth_get_setassparms_cmd +EXPORT_SYMBOL_GPL drivers/s390/net/qeth 0x8fa0cf75 qeth_setadpparms_change_macaddr +EXPORT_SYMBOL_GPL drivers/s390/net/qeth 0x93a84cb2 qeth_siocdevprivate +EXPORT_SYMBOL_GPL drivers/s390/net/qeth 0x956f2341 qeth_set_offline +EXPORT_SYMBOL_GPL drivers/s390/net/qeth 0x98a06363 qeth_stop +EXPORT_SYMBOL_GPL drivers/s390/net/qeth 0xa2008f2d qeth_open +EXPORT_SYMBOL_GPL drivers/s390/net/qeth 0xa545dc28 qeth_features_check +EXPORT_SYMBOL_GPL drivers/s390/net/qeth 0xa85b8dc0 qeth_do_ioctl +EXPORT_SYMBOL_GPL drivers/s390/net/qeth 0xa8d10b4c qeth_send_ipa_cmd +EXPORT_SYMBOL_GPL drivers/s390/net/qeth 0xb825f782 qeth_dbf_longtext +EXPORT_SYMBOL_GPL drivers/s390/net/qeth 0xc7f56601 qeth_setadp_promisc_mode +EXPORT_SYMBOL_GPL drivers/s390/net/qeth 0xc8cce993 qeth_setassparms_cb +EXPORT_SYMBOL_GPL drivers/s390/net/qeth 0xcf036dbc qeth_send_simple_setassparms_prot +EXPORT_SYMBOL_GPL drivers/s390/net/qeth 0xd6f50a47 qeth_get_diag_cmd +EXPORT_SYMBOL_GPL drivers/s390/net/qeth 0xd8afa16c qeth_enable_hw_features +EXPORT_SYMBOL_GPL drivers/s390/net/qeth 0xe528d1eb qeth_tx_timeout +EXPORT_SYMBOL_GPL drivers/s390/net/qeth_l2 0x413f7fd3 qeth_l2_discipline +EXPORT_SYMBOL_GPL drivers/s390/net/qeth_l3 0x521b452d qeth_l3_discipline +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x0af36a04 fcoe_get_wwn +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x11e37af8 fcoe_libfc_config +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x16efa274 fcoe_link_speed_update +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x1e540638 fcoe_ctlr_get_lesb +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x2a02b5e3 fcoe_clean_pending_queue +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x2cc6e360 fcoe_check_wait_queue +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x34aa52b0 fcoe_ctlr_device_delete +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x5a737482 fcoe_get_paged_crc_eof +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x63e0d1fa fcoe_start_io +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x69a95724 fcoe_fcf_device_add +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x7e4e2c1b fcoe_validate_vport_create +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x8e166cba __fcoe_get_lesb +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x96ccb78a fcoe_get_lesb +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xb50367ef 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 0xcf0feb57 fcoe_fcf_device_delete +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xecfa3be9 fcoe_ctlr_device_add +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xf167cb7a fcoe_wwn_to_str +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x35ac9186 iscsi_boot_create_target +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x5347fe41 iscsi_boot_create_ethernet +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x951d0278 iscsi_boot_create_acpitbl +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0xae0c55dd iscsi_boot_destroy_kset +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0xb473d2f0 iscsi_boot_create_initiator +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0xb9cf2213 iscsi_boot_create_kset +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0xbf541475 iscsi_boot_create_host_kset +EXPORT_SYMBOL_GPL drivers/scsi/libfc/libfc 0x5b449075 fc_seq_els_rsp_send +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x08209eff iscsi_host_add +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x12b2ad06 iscsi_switch_str_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x25b28912 iscsi_conn_setup +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x2730eee0 iscsi_eh_session_reset +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x3bef2f73 iscsi_pool_init +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x432b1010 iscsi_conn_stop +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x44c2f64f iscsi_session_free +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x458369b6 iscsi_conn_bind +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x48a6fd76 iscsi_suspend_tx +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x493d22bf iscsi_verify_itt +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x50da73bd iscsi_host_get_max_scsi_cmds +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x54f703e5 iscsi_eh_device_reset +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x5ce0e2b7 iscsi_queuecommand +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x5f2d263e iscsi_session_remove +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x62672ea5 iscsi_host_remove +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x648655ce iscsi_conn_queue_recv +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x6ac6b27a iscsi_complete_scsi_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x708f8b49 iscsi_conn_queue_xmit +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x7133515f iscsi_conn_failure +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x77f88757 iscsi_eh_cmd_timed_out +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x7d0270d4 iscsi_complete_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x842dac0a iscsi_put_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x8d303b1b iscsi_pool_free +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x8d5c28cc iscsi_session_recovery_timedout +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x9314fe33 iscsi_host_get_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x983019bd iscsi_suspend_rx +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xa1ae9591 iscsi_get_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xa20cc384 iscsi_itt_to_ctask +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xa5454fa2 iscsi_conn_get_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xac65ca9d iscsi_target_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xb208361a iscsi_prep_data_out_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xb582944d iscsi_conn_unbind +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xb913163f iscsi_conn_send_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xba3b8dce iscsi_session_teardown +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xbfd17927 iscsi_conn_start +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xc2cf17d0 iscsi_requeue_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xc3d989be iscsi_suspend_queue +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xc6755e9c iscsi_host_set_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xc7eb6101 iscsi_update_cmdsn +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xcca9b89d iscsi_itt_to_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xcf9a7482 iscsi_eh_recover_target +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xcfe6c964 iscsi_session_failure +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xd3a6fd5c __iscsi_complete_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xdb1e4a9d iscsi_host_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xdd087529 iscsi_session_get_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xeab9cbd5 iscsi_conn_get_addr_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xf4b3f1f6 iscsi_eh_abort +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xf5937c42 iscsi_conn_teardown +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xf67076a7 iscsi_set_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xfb7914f0 iscsi_session_setup +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xfbb9e436 iscsi_host_free +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xfcb40df2 __iscsi_put_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x0b108ee4 iscsi_segment_init_linear +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x21807ee5 iscsi_segment_seek_sg +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x322b556c iscsi_tcp_conn_teardown +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x385e749f iscsi_tcp_conn_get_stats +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x4d3fd806 iscsi_tcp_cleanup_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x4d7990fc iscsi_tcp_set_max_r2t +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x5666d858 iscsi_tcp_task_init +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x5cc87ec5 iscsi_tcp_task_xmit +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x61d8af52 iscsi_tcp_dgst_header +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x9a41d9a5 iscsi_tcp_recv_skb +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xa377346b iscsi_tcp_conn_setup +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xa5a12adc iscsi_tcp_segment_done +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xc9787357 iscsi_tcp_recv_segment_is_hdr +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xdb12b616 iscsi_tcp_r2tpool_free +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xe2c2a4d3 iscsi_tcp_segment_unmap +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xedb1406e iscsi_tcp_r2tpool_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xf65213de iscsi_tcp_hdr_recv_prep +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x039f7ed3 sas_slave_configure +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x0c905e63 sas_lu_reset +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x0de9b490 sas_slave_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x210d3c27 sas_register_ha +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x219cb873 sas_change_queue_depth +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x300b23dc sas_ioctl +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x31fd0ce9 sas_notify_phy_event +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x35a29088 sas_domain_attach_transport +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x380b73fd sas_execute_internal_abort_dev +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x3901fbf4 sas_query_task +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x6314a106 sas_unregister_ha +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x63869c61 sas_target_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x684d2b50 sas_target_destroy +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x7ca5dbac sas_drain_work +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x85167b8a sas_eh_target_reset_handler +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x8523f86d sas_queuecommand +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x89c9bbc6 sas_find_attached_phy_id +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x89f6d704 sas_notify_port_event +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x8ec06fab sas_phy_enable +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x91a25941 sas_ssp_task_response +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x928a2593 sas_eh_device_reset_handler +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x95810cde sas_request_addr +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x99efe52c dev_attr_phy_event_threshold +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xab5b8173 sas_eh_abort_handler +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xb1203e0a sas_task_abort +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xb75a1e95 sas_execute_internal_abort_single +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xc224de5a sas_get_local_phy +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xcb871e55 sas_abort_task +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xe51656ba sas_clear_task_set +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xef5827c7 sas_phy_reset +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xf58c0354 sas_abort_task_set +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xf7b68202 sas_bios_param +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_fc 0xa9096d7a fc_eh_should_retry_cmd +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x0140fabb iscsi_destroy_endpoint +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x053bd9dc iscsi_post_host_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x0607c52f iscsi_ping_comp_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x0736dd10 __tracepoint_iscsi_dbg_eh +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x082bcfe0 __traceiter_iscsi_dbg_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x0a2f3b6f iscsi_alloc_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x0e68f2d7 iscsi_destroy_iface +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x1b000390 iscsi_find_flashnode_sess +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x24a20a9c __traceiter_iscsi_dbg_tcp +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x277b0125 iscsi_put_endpoint +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x2ad322d2 iscsi_create_endpoint +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x2b236b71 iscsi_recv_pdu +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x2c7eb20a iscsi_add_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x2d7f046e iscsi_create_flashnode_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x2fd485ce iscsi_is_session_dev +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x316b2ab6 iscsi_conn_login_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x34c4c489 iscsi_remove_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x3668a290 iscsi_session_chkready +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x3759c114 iscsi_block_scsi_eh +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x3785e561 __tracepoint_iscsi_dbg_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x3da07057 iscsi_dbg_trace +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x410c436f iscsi_alloc_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x52cad86a iscsi_force_destroy_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x584a31ab __SCK__tp_func_iscsi_dbg_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x58934366 iscsi_create_iface +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x5bfaa2c3 __tracepoint_iscsi_dbg_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x626308a0 __traceiter_iscsi_dbg_sw_tcp +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x65f4640e 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 0x6c8f14ed iscsi_session_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x71a2d58c iscsi_register_transport +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x71b768b0 __SCK__tp_func_iscsi_dbg_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x730b53be iscsi_unregister_transport +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x7616decf iscsi_find_flashnode_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x82ff3d52 __traceiter_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 0x88768c48 __SCK__tp_func_iscsi_dbg_tcp +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x8ecb2ce2 iscsi_free_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x9105ee49 iscsi_remove_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xa36a6c44 iscsi_destroy_all_flashnode +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xa73b7b92 iscsi_create_flashnode_sess +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xa7c4502b iscsi_destroy_flashnode_sess +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xa81c08c1 iscsi_create_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xaa976bb3 __tracepoint_iscsi_dbg_tcp +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xaacbd39c iscsi_lookup_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 0xac74fa35 iscsi_flashnode_bus_match +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xb126789f iscsi_is_session_online +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xb46145a2 iscsi_add_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xbc071179 iscsi_get_ipaddress_state_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xbcd2681d iscsi_get_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xcce0b1b6 iscsi_unblock_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xd4e55f1e __tracepoint_iscsi_dbg_sw_tcp +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xd74c286e iscsi_conn_error_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xdc76a782 iscsi_get_port_speed_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xddc73252 iscsi_block_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xe43235b8 iscsi_put_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xe4c79fa6 __SCK__tp_func_iscsi_dbg_eh +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xed2be5e4 __traceiter_iscsi_dbg_eh +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xf1506784 iscsi_host_for_each_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xf56142d5 iscsi_offload_mesg +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0x45b5fa5b sas_tlr_supported +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0x57117d28 sas_disable_tlr +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0x69f95c66 sas_enable_tlr +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0xeb086d16 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 0x48699831 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 0x010fdfc4 srp_stop_rport_timers +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0x1902178a srp_tmo_valid +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0x346cf5b8 srp_release_transport +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0x346f9474 srp_rport_del +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0x91afa64a srp_remove_host +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0xc03fc6e7 srp_attach_transport +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0xc1f64030 srp_rport_add +EXPORT_SYMBOL_GPL drivers/siox/siox-core 0x18072b86 __siox_driver_register +EXPORT_SYMBOL_GPL drivers/siox/siox-core 0x492fcd42 siox_device_connected +EXPORT_SYMBOL_GPL drivers/siox/siox-core 0x5dd05e90 siox_master_unregister +EXPORT_SYMBOL_GPL drivers/siox/siox-core 0x81d0a582 siox_device_synced +EXPORT_SYMBOL_GPL drivers/siox/siox-core 0xf3dd1892 siox_master_alloc +EXPORT_SYMBOL_GPL drivers/siox/siox-core 0xfd5caeae siox_master_register +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x31200bc8 slim_do_transfer +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x40592cbc slimbus_bus +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x5c5dd323 of_slim_get_device +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x5dc88c1b slim_writeb +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x67f653a0 slim_xfer_msg +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x7393ff83 slim_alloc_txn_tid +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x74b62be7 slim_free_txn_tid +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x7bd06c87 slim_stream_enable +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x80079651 slim_readb +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x846aab4d slim_driver_unregister +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x85463a44 slim_stream_allocate +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x8a6651ba slim_stream_prepare +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xa47c2a13 slim_read +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xa4881452 __slim_driver_register +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xa567635e slim_get_device +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xa782c2b6 slim_unregister_controller +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xa88dcc27 slim_stream_disable +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xa99c3b94 slim_stream_unprepare +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xb9e6db01 slim_device_report_present +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xbd52cdc3 slim_register_controller +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xe644df3d slim_report_absent +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xe9a732d5 slim_msg_response +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xef6d2e19 slim_get_logical_addr +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xefee8fef slim_stream_free +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xfa1e250b slim_write +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xfc8b8a7c slim_ctrl_clk_pause +EXPORT_SYMBOL_GPL drivers/target/target_core_mod 0x80fe1aa4 target_submit +EXPORT_SYMBOL_GPL drivers/target/target_core_mod 0x8af7d82c target_wait_for_cmds +EXPORT_SYMBOL_GPL drivers/target/target_core_mod 0x904d2da2 target_init_cmd +EXPORT_SYMBOL_GPL drivers/target/target_core_mod 0xbd86ff14 target_submit_prep +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 0xe41d0e50 target_queue_submission +EXPORT_SYMBOL_GPL drivers/target/target_core_mod 0xe7b37d88 target_alloc_cmd_counter +EXPORT_SYMBOL_GPL drivers/tty/serial/serial_core 0x19a78780 uart_try_toggle_sysrq +EXPORT_SYMBOL_GPL drivers/tty/serial/serial_core 0x3a8af97c uart_handle_cts_change +EXPORT_SYMBOL_GPL drivers/tty/serial/serial_core 0x65cc3c1d uart_get_rs485_mode +EXPORT_SYMBOL_GPL drivers/tty/serial/serial_core 0x8b190fec uart_console_device +EXPORT_SYMBOL_GPL drivers/tty/serial/serial_core 0xae925bec uart_xchar_out +EXPORT_SYMBOL_GPL drivers/tty/serial/serial_core 0xc2300b3f uart_insert_char +EXPORT_SYMBOL_GPL drivers/tty/serial/serial_core 0xf0414bcd uart_handle_dcd_change +EXPORT_SYMBOL_GPL drivers/uio/uio 0x0015c4ad __devm_uio_register_device +EXPORT_SYMBOL_GPL drivers/uio/uio 0x3d426b82 __uio_register_device +EXPORT_SYMBOL_GPL drivers/uio/uio 0x58ce4d27 uio_event_notify +EXPORT_SYMBOL_GPL drivers/uio/uio 0xb6129b23 uio_unregister_device +EXPORT_SYMBOL_GPL drivers/vfio/mdev/mdev 0x3079beee mdev_bus_type +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x002b96f4 vfio_pci_core_unregister_device +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x091acb63 vfio_pci_core_register_device +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x0b1fe775 vfio_pci_core_disable +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x0f9b8a57 vfio_pci_core_err_handlers +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x1c9c27c0 vfio_pci_core_ioctl_feature +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x329652a0 vfio_pci_core_write +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x35b02793 vfio_pci_core_release_dev +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x3bfd4df1 vfio_pci_core_request +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x4cf699b8 vfio_pci_core_set_params +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x58fbf7df vfio_pci_core_match +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x5cbb31ef vfio_pci_core_ioctl +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x5eadafa5 vfio_pci_core_aer_err_detected +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x63e96f8c vfio_pci_core_enable +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x6559fd82 vfio_pci_core_close_device +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x8eca0d77 vfio_pci_core_read +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x9314075f vfio_pci_core_finish_enable +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0xcd66154c vfio_pci_core_register_dev_region +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0xda695495 vfio_pci_core_mmap +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0xe6bafd2d vfio_pci_core_init_dev +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0xf8d438f6 vfio_pci_core_sriov_configure +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x065cab56 vfio_virqfd_enable +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x0c9b826f vfio_assign_device_set +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x0f558f3e vfio_register_group_dev +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x14a23f2a vfio_register_iommu_driver +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x32d1f021 vfio_mig_get_next_state +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x37ef5f81 vfio_file_enforced_coherent +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x3e8ea8ff vfio_unregister_group_dev +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x3ff366a8 vfio_file_has_dev +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x418c8472 _vfio_alloc_device +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x529db99e vfio_info_cap_add +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x5ef26957 vfio_file_iommu_group +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x5f602dc7 iova_bitmap_set +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x7018f704 vfio_unregister_iommu_driver +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x793f0a3b vfio_register_emulated_iommu_dev +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xba9c05a4 vfio_virqfd_disable +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xc3dd2ebb vfio_file_set_kvm +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xc6984055 vfio_device_set_open_count +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xdf74962d vfio_file_is_group +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x00e11e2b vhost_chr_read_iter +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x013369a7 vhost_dev_stop +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x01595637 vhost_has_work +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x0308de74 vhost_dev_cleanup +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x04b9df7c vhost_disable_notify +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x07f03390 vhost_enqueue_msg +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x0e088a2f vhost_vq_avail_empty +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x1402c885 vhost_dev_reset_owner +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x16589d63 vhost_vring_ioctl +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x236ba803 vhost_poll_queue +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x2440bf26 vhost_get_vq_desc +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x2542247d vhost_enable_notify +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x2e0aca0b vhost_log_access_ok +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x309a1caa vhost_dev_set_owner +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x3a1215a6 vhost_add_used_n +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x4066b73f vhost_log_write +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x42be0667 vhost_dequeue_msg +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x4a726743 vhost_dev_ioctl +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x4bcb51b2 vhost_set_backend_features +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x5145acad vhost_poll_start +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x529ad091 vhost_clear_msg +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x52ef822f vhost_exceeds_weight +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x5610f718 vhost_vq_is_setup +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x5aa36228 vhost_work_queue +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x632b6585 vhost_add_used +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x70740709 vhost_signal +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x737805b0 vhost_init_device_iotlb +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x738656e6 vhost_vq_init_access +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x7403e1cf vhost_add_used_and_signal +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x8f665889 vhost_dev_check_owner +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x981d489f vhost_poll_stop +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xa909cfc5 vhost_work_init +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xaa31af69 vhost_vq_access_ok +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xaf1ae8cd vhost_dev_init +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xb5aa69fb vhost_discard_vq_desc +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xb7f9a74a vhost_add_used_and_signal_n +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xc3178658 vhost_dev_has_owner +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xcaa5a7f5 vhost_new_msg +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xcdebd4f2 vq_meta_prefetch +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xee19c8a6 vhost_dev_flush +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xf32812b7 vhost_poll_init +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/fbdev/core/fb_sys_fops 0x2229d064 fb_sys_write +EXPORT_SYMBOL_GPL drivers/video/fbdev/core/fb_sys_fops 0xd8cab63a fb_sys_read +EXPORT_SYMBOL_GPL fs/dlm/dlm 0x3355e24b dlm_posix_get +EXPORT_SYMBOL_GPL fs/dlm/dlm 0x4b62826c dlm_unlock +EXPORT_SYMBOL_GPL fs/dlm/dlm 0x8a6c5f1b dlm_lock +EXPORT_SYMBOL_GPL fs/dlm/dlm 0xaa340a02 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/dlm/dlm 0xf121f324 dlm_posix_unlock +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x2dc7f209 nlmclnt_init +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x38817bae nlmclnt_proc +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x956fb649 nlmsvc_unlock_all_by_sb +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x9cbde0a0 nlmsvc_unlock_all_by_ip +EXPORT_SYMBOL_GPL fs/lockd/lockd 0xb58a5c9c lockd_down +EXPORT_SYMBOL_GPL fs/lockd/lockd 0xd75b4b34 nlmclnt_done +EXPORT_SYMBOL_GPL fs/lockd/lockd 0xdea9c847 nlmsvc_ops +EXPORT_SYMBOL_GPL fs/lockd/lockd 0xe36ba62d lockd_up +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x004878f2 nfs_file_operations +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 0x05042a77 nfs_init_commit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x073eb683 nfs_show_options +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x08684e76 nfs_reconfigure +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x091d4584 __traceiter_nfs_xdr_status +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0b78b5b0 nfs_generic_pgio +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0d3fc535 nfs_client_init_status +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0f474dc6 nfs_async_iocounter_wait +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0fc60166 nfs_file_release +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0ff807b2 __traceiter_nfs_fsync_exit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x10962bc2 nfs_auth_info_match +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1127d64a nfs_clone_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x15157068 nfs_force_lookup_revalidate +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x15c908d5 nfs_pageio_init_read +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x179922af nfs_put_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1a5d4603 nfs_client_for_each_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1af0a673 nfs_pgio_header_alloc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x22d795a8 _nfs_display_fhandle_hash +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x22f230ae nfs_pageio_init_write +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x26884ff7 nfs_alloc_fhandle +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x277c8074 nfs_pageio_reset_write_mds +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2992d5b6 nfs_symlink +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x29bde129 nfs_path +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2ca33c48 nfs_request_add_commit_list +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2ce0f54e get_nfs_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2d84a06b nfs_d_prune_case_insensitive_aliases +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2ed96e7a register_nfs_version +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2f1ff3b4 nfs_fs_type +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2fe38198 nfs_alloc_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x304740ca nfs_mkdir +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x30496988 __tracepoint_nfs_fsync_enter +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x30838344 nfs_lock +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3138e8f4 nfs_init_server_rpcclient +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x37c6c5c8 nfs_add_or_obtain +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x38ad93af nfs_show_devname +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x39e05ac3 nfs_idmap_cache_timeout +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3f2690f2 nfs_check_flags +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3f6754d6 nfs_retry_commit +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 0x44cc3a41 __tracepoint_nfs_fsync_exit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x464a755d nfs_pgio_current_mirror +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4a0fa580 nfs_instantiate +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4a87da73 put_nfs_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4a9db109 nfs_scan_commit_list +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4b9561a2 nfs_file_mmap +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4c719014 nfs_get_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4cb9e001 recover_lost_locks +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4d3c2bc1 nfs_server_remove_lists +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4f131dc6 nfs_alloc_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x515196ab nfs_dreq_bytes_left +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x51892d61 nfs_callback_set_tcpport +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5207cc8b nfs_mknod +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x522da6d0 nfs_probe_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x52737d9b nfs_post_op_update_inode_force_wcc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x533559de nfs_init_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x54f93559 nfs_commitdata_alloc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x566f0e93 nfs_create_rpc_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x584b8482 nfs_inc_attr_generation_counter +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5969eb73 nfs_initiate_commit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x59923eb3 __tracepoint_nfs_xdr_status +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5e56fb85 nfs_umount_begin +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5e9fd761 nfs_wait_on_request +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x645dee72 nfs_try_get_tree +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x65cd8979 nfs_set_verifier +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x66e18390 nfs_alloc_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x68258f8e nfs_filemap_write_and_wait_range +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x682ae704 nfs_fhget +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6838fc95 nfs_sb_deactive +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x68702358 nfs_access_add_cache +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x694d9314 nfs_submount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6e00761e nfs_check_cache_invalid +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6e81f032 __SCK__tp_func_nfs_fsync_exit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x72113945 nfs_may_open +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x72a1bea3 nfs_revalidate_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x73dff4c0 __SCK__tp_func_nfs_xdr_status +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7495641a nfs_client_init_is_complete +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x76dcb175 nfs_setsecurity +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x78c72117 nfs_pageio_reset_read_mds +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7b9c6047 nfs_file_fsync +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7cf08a2e nfs_statfs +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x80440861 nfs_show_stats +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8499de4f nfs_alloc_fattr +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x885bc193 nfs_write_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x88985614 nfs_initiate_pgio +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8e47b45b nfs_sops +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8ebcaec6 nfs_set_cache_invalid +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x90a5530f nfsiod_workqueue +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x91d1fe52 max_session_slots +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x922d7b55 nfs_rmdir +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x95007f7e __SCK__tp_func_nfs_xdr_bad_filehandle +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9589acde nfs_dentry_operations +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x95918469 nfs_request_remove_commit_list +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x95aea33b nfs_mark_client_ready +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x965b7675 nfs_free_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9878eb1b nfs4_label_alloc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x98b0ece8 nfs_init_timeout_values +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x98d66aa4 nfs_clear_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9b6bbe3b nfs_pgheader_init +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9bbb6006 nfs_refresh_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9c2ff3d4 nfs_access_zap_cache +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9c56388b nfs_file_llseek +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa3575433 nfs_writeback_update_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa52e2275 nfs_invalidate_atime +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa575d1ef nfs_sync_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa5f71644 nfs_file_set_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa63d303a __traceiter_nfs_fsync_enter +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa70f71f1 nfs_wb_all +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa7194e85 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 0xac185cbe nfs_inode_attach_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xad5f3d68 nfs_link +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb1fbe442 nfs_close_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb5788e3b nfs_generic_pg_test +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb6e6fdb6 nfs_pgio_header_free +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb89abc42 nfs_free_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb8ec0057 nfs_get_lock_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb8f75345 unregister_nfs_version +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb9550e27 nfs_do_submount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xbb4487b0 nfs_rename +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xbce5ea5f nfs_server_insert_lists +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xbd105f46 nfs_init_cinfo +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xbd17e3e1 nfs_lookup +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xbe847cf0 nfs_sb_active +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc18fad31 nfs_commit_free +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc3a2be67 nfs_net_id +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc60f071c nfs_zap_acl_cache +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc6c8b8f1 nfs_access_set_mask +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc88dc8a0 nfs_free_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc92b9c18 nfs_access_get_cached +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xcd8ce69f nfs4_fs_type +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd0677e8d nfs_show_path +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd09be68a nfs_request_add_commit_list_locked +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd16b51fc nfs_getattr +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd17f05e7 nfs_drop_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd363216e nfs_flock +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd36a897c nfs_permission +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd6cf029b nfs4_dentry_operations +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd7d7a8bc nfs_kill_super +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xdae9b5d7 nfs4_disable_idmapping +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xdcdbb0f0 nfs_file_read +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xdce5beb2 __traceiter_nfs_xdr_bad_filehandle +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xdd2c4af9 nfs_pageio_resend +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xdda8884d alloc_nfs_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xdf1b1003 nfs_release_request +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe0cd44a1 nfs_commit_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe3bad9f0 nfs_server_copy_userdata +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe6b11dad nfs_create +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe70507df __tracepoint_nfs_xdr_bad_filehandle +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe8c6ec1e nfs_clear_verifier_delegated +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe8ffd0e3 nfs_create_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xea711234 nfs_setattr_update_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xee1f28f5 nfs_unlink +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf070d5ba nfs_atomic_open +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf5bb61fa nfs_commitdata_release +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf7f157e1 nfs_fscache_open_file +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf85a5c48 nfs_alloc_fattr_with_label +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf96f04c4 __SCK__tp_func_nfs_fsync_enter +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfbb751f6 nfs_post_op_update_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfc619abd _nfs_display_fhandle +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfd16c549 nfs_file_write +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfd9205b9 nfs_setattr +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfde5400e nfs_wait_client_init_complete +EXPORT_SYMBOL_GPL fs/nfs/nfsv3 0xd5041abb nfs3_set_ds_client +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x017e9980 nfs4_pnfs_ds_add +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x02fc5401 nfs4_pnfs_ds_put +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x03bcddfb nfs41_sequence_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x054bef45 layoutstats_timer +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x089f521a nfs_remove_bad_delegation +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x08b2c467 __SCK__tp_func_ff_layout_commit_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x0a2ae0f9 nfs4_delete_deviceid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x0aebca68 __tracepoint_ff_layout_read_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x0e52e1c3 pnfs_generic_pg_check_range +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x0f01076e __tracepoint_pnfs_mds_fallback_pg_get_mirror_count +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x0ff289f3 __SCK__tp_func_pnfs_mds_fallback_pg_init_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x115fcc10 __traceiter_pnfs_mds_fallback_write_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x24405101 pnfs_generic_pg_cleanup +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x27ad47ea __SCK__tp_func_pnfs_mds_fallback_write_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x2989e1b4 nfs4_schedule_migration_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x29a04115 pnfs_error_mark_layout_for_return +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x29c3b7ad pnfs_generic_pg_init_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x2e12c174 nfs4_pnfs_ds_connect +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x30a44ac3 __SCK__tp_func_ff_layout_write_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x3212efe2 nfs4_mark_deviceid_unavailable +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x32222ebf pnfs_generic_sync +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x32bb6e05 __tracepoint_ff_layout_write_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x3889148c pnfs_generic_recover_commit_reqs +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x3a84d6f9 pnfs_unregister_layoutdriver +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x3e2b754f __traceiter_ff_layout_write_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x3e3825e0 pnfs_generic_pg_check_layout +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x3ecdd6bf pnfs_read_done_resend_to_mds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x40ab4aea pnfs_generic_pg_readpages +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x41d07411 __traceiter_pnfs_mds_fallback_write_pagelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x42c71a51 pnfs_register_layoutdriver +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x4385b3fe __traceiter_pnfs_mds_fallback_pg_init_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x439c169b pnfs_nfs_generic_sync +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x44e5cb6e nfs4_decode_mp_ds_addr +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x4a11f5e0 nfs4_init_ds_session +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x4d91afc9 pnfs_alloc_commit_array +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x513edbf4 pnfs_report_layoutstat +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x533c198f __SCK__tp_func_nfs4_pnfs_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x579126b8 __SCK__tp_func_pnfs_mds_fallback_read_pagelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x587d5553 nfs4_test_session_trunk +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x5a4314e9 __SCK__tp_func_nfs4_pnfs_commit_ds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x5ce462a3 __tracepoint_pnfs_mds_fallback_write_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x5d5e6ede __traceiter_ff_layout_read_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x6235feee pnfs_generic_clear_request_commit +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x63dc96f0 pnfs_generic_search_commit_reqs +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x66d07363 nfs4_schedule_stateid_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x68e672ca pnfs_generic_prepare_to_resend_writes +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x69d3558d pnfs_generic_rw_release +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x6ad9e8a9 __traceiter_pnfs_mds_fallback_read_pagelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x6f0365a5 nfs4_schedule_lease_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x738b92fa __traceiter_pnfs_mds_fallback_pg_init_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x752628fc pnfs_add_commit_array +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x77c08b54 nfs4_set_ds_client +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x785c06ab __SCK__tp_func_ff_layout_read_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x79922083 __traceiter_pnfs_mds_fallback_pg_get_mirror_count +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x7a4e7f4e __SCK__tp_func_pnfs_mds_fallback_read_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x7a8008fb pnfs_update_layout +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x7ab7bcc6 __tracepoint_ff_layout_commit_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x7bc6329b pnfs_generic_ds_cinfo_destroy +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x7cd013a8 __SCK__tp_func_pnfs_mds_fallback_pg_get_mirror_count +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x82409884 __tracepoint_pnfs_mds_fallback_read_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x82590368 pnfs_ld_read_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x880a72bc nfs4_test_deviceid_unavailable +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x8b541d98 nfs4_put_deviceid_node +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x8c6cfd91 pnfs_free_commit_array +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x8d2a5cf0 pnfs_generic_layout_insert_lseg +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x8eb3e9fa pnfs_destroy_layout +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x8eb490f5 pnfs_put_lseg +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x926a01fc nfs4_sequence_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x93a8a92f nfs4_init_deviceid_node +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x9490db9b pnfs_set_lo_fail +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x963970d4 pnfs_ld_write_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x974a1614 __tracepoint_pnfs_mds_fallback_pg_init_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x9a1a74c3 __tracepoint_nfs4_pnfs_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x9ac3f883 __traceiter_pnfs_mds_fallback_read_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x9daa4acd pnfs_layoutcommit_inode +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xa3fa6a98 nfs4_setup_sequence +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xa5f18881 pnfs_write_done_resend_to_mds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xad4a7c8f __traceiter_ff_layout_commit_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xadf07324 nfs4_find_get_deviceid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xaf4d05ba pnfs_generic_pg_writepages +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xafd72451 __traceiter_nfs4_pnfs_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xb1c6b3b7 __traceiter_nfs4_pnfs_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xb27caab6 pnfs_generic_ds_cinfo_release_lseg +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xb7982aee nfs4_schedule_lease_moved_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xba53a1ef __SCK__tp_func_pnfs_mds_fallback_pg_init_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xc26963ae nfs4_schedule_session_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xc3331772 nfs_map_string_to_numeric +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xc56e26f9 nfs4_mark_deviceid_available +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xc7a9d954 __SCK__tp_func_nfs4_pnfs_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xc8039301 pnfs_generic_pg_test +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xc879051d pnfs_generic_pg_init_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xce927987 nfs4_proc_getdeviceinfo +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xcf29b95f __tracepoint_pnfs_mds_fallback_read_pagelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd0ecfaad __tracepoint_pnfs_mds_fallback_pg_init_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd6e320d3 nfs42_proc_layouterror +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd9bda2b1 pnfs_layout_mark_request_commit +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xdc6b09c6 pnfs_generic_scan_commit_lists +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xdf6991a4 __SCK__tp_func_pnfs_mds_fallback_write_pagelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xe0ec15e6 __traceiter_nfs4_pnfs_commit_ds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xe19f5ee0 __tracepoint_pnfs_mds_fallback_write_pagelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xe4eb01fe pnfs_read_resend_pnfs +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xeae8522f __tracepoint_nfs4_pnfs_commit_ds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xed06e168 pnfs_generic_write_commit_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xed15fb41 nfs4_print_deviceid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xede41327 __tracepoint_nfs4_pnfs_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf05aba75 nfs4_find_or_create_ds_client +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf4959e89 pnfs_generic_commit_pagelist +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 0xfa21c5f5 nfs4_set_rw_stateid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xfc705108 pnfs_set_layoutcommit +EXPORT_SYMBOL_GPL fs/nfs_common/grace 0x1163d490 opens_in_grace +EXPORT_SYMBOL_GPL fs/nfs_common/grace 0x1fe1e1ad locks_end_grace +EXPORT_SYMBOL_GPL fs/nfs_common/grace 0x37bd7025 locks_start_grace +EXPORT_SYMBOL_GPL fs/nfs_common/grace 0xef9feaf9 locks_in_grace +EXPORT_SYMBOL_GPL fs/nfs_common/nfs_acl 0x082de6c9 nfsacl_decode +EXPORT_SYMBOL_GPL fs/nfs_common/nfs_acl 0x5496a698 nfs_stream_encode_acl +EXPORT_SYMBOL_GPL fs/nfs_common/nfs_acl 0xa1e53651 nfsacl_encode +EXPORT_SYMBOL_GPL fs/nfs_common/nfs_acl 0xc6b584da nfs_stream_decode_acl +EXPORT_SYMBOL_GPL fs/nfsd/nfsd 0xcc173f6e nfsd4_ssc_init_umount_work +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x25b9daaa o2nm_node_put +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x4900035b o2hb_stop_all_regions +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x58c88ff2 o2hb_get_all_regions +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x66cc30b1 o2hb_register_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 0x8df61afc o2hb_setup_callback +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x9701eabd 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 0xb94bc245 o2nm_get_node_by_num +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 0xd678c9cc o2nm_node_get +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xd859ac8c o2net_fill_node_map +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xe6510360 o2nm_get_node_by_ip +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xf1a5611d o2net_unregister_handler_list +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 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 0x109b2bcd dlm_print_one_lock +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0x2f49db0a dlm_unregister_domain +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0x7a1211f8 dlm_setup_eviction_cb +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0x9be772d5 dlmunlock +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0xbac65e9c dlm_register_domain +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0xbed37e78 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 0xec78d405 dlmlock +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0xfb86b96f dlm_errname +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x0a726931 ocfs2_cluster_this_node +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x0cfd3fc5 ocfs2_cluster_connect_agnostic +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x1475f64b ocfs2_dlm_lvb_valid +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x4b5984f8 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 0x81cfa920 ocfs2_kset +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x876b87f3 ocfs2_stack_glue_unregister +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x8872845e 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 0xc5196999 ocfs2_dlm_unlock +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xc9fae756 ocfs2_cluster_connect +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xcafdd707 ocfs2_dlm_lock_status +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xd344e4ee ocfs2_stack_glue_set_max_proto_version +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xd806a273 ocfs2_dlm_dump_lksb +EXPORT_SYMBOL_GPL fs/smb/common/cifs_arc4 0xabd9af6d cifs_arc4_crypt +EXPORT_SYMBOL_GPL fs/smb/common/cifs_arc4 0xc4c73891 cifs_arc4_setkey +EXPORT_SYMBOL_GPL fs/smb/common/cifs_md4 0x798f3830 cifs_md4_init +EXPORT_SYMBOL_GPL fs/smb/common/cifs_md4 0xceecd9e4 cifs_md4_final +EXPORT_SYMBOL_GPL fs/smb/common/cifs_md4 0xdef1096d cifs_md4_update +EXPORT_SYMBOL_GPL lib/842/842_compress 0xcf048a91 sw842_compress +EXPORT_SYMBOL_GPL lib/842/842_decompress 0xa4adedf1 sw842_decompress +EXPORT_SYMBOL_GPL lib/crc4 0x696b3a5a crc4 +EXPORT_SYMBOL_GPL lib/crypto/libdes 0x0105b595 des_encrypt +EXPORT_SYMBOL_GPL lib/crypto/libdes 0x574eda34 des3_ede_decrypt +EXPORT_SYMBOL_GPL lib/crypto/libdes 0x856a5ef3 des3_ede_encrypt +EXPORT_SYMBOL_GPL lib/crypto/libdes 0xa6aa9857 des_decrypt +EXPORT_SYMBOL_GPL lib/crypto/libdes 0xa77b3b62 des3_ede_expand_key +EXPORT_SYMBOL_GPL lib/crypto/libdes 0xa8fb743d des_expand_key +EXPORT_SYMBOL_GPL lib/crypto/libpoly1305 0x31d4e581 poly1305_init_generic +EXPORT_SYMBOL_GPL lib/crypto/libpoly1305 0xd7219de2 poly1305_update_generic +EXPORT_SYMBOL_GPL lib/crypto/libpoly1305 0xf3945fcd poly1305_final_generic +EXPORT_SYMBOL_GPL lib/notifier-error-inject 0x88b42fb0 notifier_err_inject_dir +EXPORT_SYMBOL_GPL lib/notifier-error-inject 0xbfeb9ee9 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 0x0d0bec2e garp_unregister_application +EXPORT_SYMBOL_GPL net/802/garp 0x1dfcfddc garp_register_application +EXPORT_SYMBOL_GPL net/802/garp 0x6b7d8320 garp_request_leave +EXPORT_SYMBOL_GPL net/802/garp 0x7a765174 garp_request_join +EXPORT_SYMBOL_GPL net/802/garp 0xa716b9c2 garp_uninit_applicant +EXPORT_SYMBOL_GPL net/802/garp 0xe662d656 garp_init_applicant +EXPORT_SYMBOL_GPL net/802/mrp 0x0fd44cf8 mrp_request_join +EXPORT_SYMBOL_GPL net/802/mrp 0x2038b9a4 mrp_request_leave +EXPORT_SYMBOL_GPL net/802/mrp 0x2b09fd7a mrp_register_application +EXPORT_SYMBOL_GPL net/802/mrp 0x400a4d74 mrp_unregister_application +EXPORT_SYMBOL_GPL net/802/mrp 0x9c162a5d mrp_init_applicant +EXPORT_SYMBOL_GPL net/802/mrp 0xabefcdba mrp_uninit_applicant +EXPORT_SYMBOL_GPL net/802/stp 0x1ef8e6af stp_proto_unregister +EXPORT_SYMBOL_GPL net/802/stp 0x4077fb45 stp_proto_register +EXPORT_SYMBOL_GPL net/9p/9pnet 0x45d37129 p9_client_xattrwalk +EXPORT_SYMBOL_GPL net/9p/9pnet 0xf4a9848c p9_client_xattrcreate +EXPORT_SYMBOL_GPL net/bridge/bridge 0x14266b1a br_vlan_enabled +EXPORT_SYMBOL_GPL net/bridge/bridge 0x4486f0f3 br_vlan_get_pvid_rcu +EXPORT_SYMBOL_GPL net/bridge/bridge 0x52b083ba br_multicast_enabled +EXPORT_SYMBOL_GPL net/bridge/bridge 0x543d255c br_forward_finish +EXPORT_SYMBOL_GPL net/bridge/bridge 0x59c9f261 br_multicast_has_router_adjacent +EXPORT_SYMBOL_GPL net/bridge/bridge 0x5a49a812 br_vlan_get_proto +EXPORT_SYMBOL_GPL net/bridge/bridge 0x5b38d699 br_vlan_get_info +EXPORT_SYMBOL_GPL net/bridge/bridge 0x5f0ce8d6 br_multicast_router +EXPORT_SYMBOL_GPL net/bridge/bridge 0x6bdb086c br_fdb_clear_offload +EXPORT_SYMBOL_GPL net/bridge/bridge 0x707056b7 br_vlan_get_info_rcu +EXPORT_SYMBOL_GPL net/bridge/bridge 0x726668b4 br_mst_get_info +EXPORT_SYMBOL_GPL net/bridge/bridge 0x770934a4 br_handle_frame_finish +EXPORT_SYMBOL_GPL net/bridge/bridge 0x783d25aa nf_br_ops +EXPORT_SYMBOL_GPL net/bridge/bridge 0x78d29b43 br_forward +EXPORT_SYMBOL_GPL net/bridge/bridge 0x7d78e976 br_multicast_list_adjacent +EXPORT_SYMBOL_GPL net/bridge/bridge 0x7e3bc5c5 br_vlan_get_pvid +EXPORT_SYMBOL_GPL net/bridge/bridge 0x7ef7b8e2 br_port_get_stp_state +EXPORT_SYMBOL_GPL net/bridge/bridge 0x828f3df8 br_multicast_has_querier_adjacent +EXPORT_SYMBOL_GPL net/bridge/bridge 0x8e34db58 br_mst_get_state +EXPORT_SYMBOL_GPL net/bridge/bridge 0x96ced978 br_get_ageing_time +EXPORT_SYMBOL_GPL net/bridge/bridge 0x987916ac br_dev_queue_push_xmit +EXPORT_SYMBOL_GPL net/bridge/bridge 0x9a3c01eb br_port_flag_is_set +EXPORT_SYMBOL_GPL net/bridge/bridge 0xaaa8f313 br_mst_enabled +EXPORT_SYMBOL_GPL net/bridge/bridge 0xd66a613d br_multicast_has_querier_anywhere +EXPORT_SYMBOL_GPL net/bridge/bridge 0xe0f27557 br_fdb_find_port +EXPORT_SYMBOL_GPL net/core/failover 0x5d3233f1 failover_unregister +EXPORT_SYMBOL_GPL net/core/failover 0xc82bf4be failover_slave_unregister +EXPORT_SYMBOL_GPL net/core/failover 0xf262b409 failover_register +EXPORT_SYMBOL_GPL net/dccp/dccp 0x01d1eeff dccp_set_state +EXPORT_SYMBOL_GPL net/dccp/dccp 0x06fbcf72 dccp_reqsk_send_ack +EXPORT_SYMBOL_GPL net/dccp/dccp 0x091b7338 dccp_child_process +EXPORT_SYMBOL_GPL net/dccp/dccp 0x099da5da dccp_send_ack +EXPORT_SYMBOL_GPL net/dccp/dccp 0x0f11b823 dccp_make_response +EXPORT_SYMBOL_GPL net/dccp/dccp 0x101f761d dccp_setsockopt +EXPORT_SYMBOL_GPL net/dccp/dccp 0x182ec2bf dccp_ackvec_parsed_add +EXPORT_SYMBOL_GPL net/dccp/dccp 0x1f730c8d dccp_poll +EXPORT_SYMBOL_GPL net/dccp/dccp 0x2153db74 dccp_shutdown +EXPORT_SYMBOL_GPL net/dccp/dccp 0x24e9a766 dccp_destroy_sock +EXPORT_SYMBOL_GPL net/dccp/dccp 0x2b0fdb6b dccp_hashinfo +EXPORT_SYMBOL_GPL net/dccp/dccp 0x2e68df3c dccp_feat_nn_get +EXPORT_SYMBOL_GPL net/dccp/dccp 0x35ab2bb5 dccp_feat_signal_nn_change +EXPORT_SYMBOL_GPL net/dccp/dccp 0x36ebc6a7 dccp_getsockopt +EXPORT_SYMBOL_GPL net/dccp/dccp 0x3d759ffb dccp_ctl_make_reset +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 0x62c71fd0 dccp_parse_options +EXPORT_SYMBOL_GPL net/dccp/dccp 0x6cf51fa8 dccp_reqsk_init +EXPORT_SYMBOL_GPL net/dccp/dccp 0x80993155 dccp_timestamp +EXPORT_SYMBOL_GPL net/dccp/dccp 0x86be7924 dccp_packet_name +EXPORT_SYMBOL_GPL net/dccp/dccp 0x9598d24d dccp_ackvec_parsed_cleanup +EXPORT_SYMBOL_GPL net/dccp/dccp 0x969dff95 dccp_rcv_established +EXPORT_SYMBOL_GPL net/dccp/dccp 0xa1bbac2f dccp_sync_mss +EXPORT_SYMBOL_GPL net/dccp/dccp 0xb7d1ed33 dccp_check_req +EXPORT_SYMBOL_GPL net/dccp/dccp 0xc7eb15a2 dccp_send_sync +EXPORT_SYMBOL_GPL net/dccp/dccp 0xc863aec0 dccp_rcv_state_process +EXPORT_SYMBOL_GPL net/dccp/dccp 0xc8c2aaaf dccp_done +EXPORT_SYMBOL_GPL net/dccp/dccp 0xcc68629a dccp_create_openreq_child +EXPORT_SYMBOL_GPL net/dccp/dccp 0xcd784cd8 dccp_sendmsg +EXPORT_SYMBOL_GPL net/dccp/dccp 0xd32fd646 dccp_disconnect +EXPORT_SYMBOL_GPL net/dccp/dccp 0xd75b7072 dccp_orphan_count +EXPORT_SYMBOL_GPL net/dccp/dccp 0xd9fe9ad6 dccp_death_row +EXPORT_SYMBOL_GPL net/dccp/dccp 0xdb5a28a0 dccp_insert_option +EXPORT_SYMBOL_GPL net/dccp/dccp 0xeac6ec5c dccp_connect +EXPORT_SYMBOL_GPL net/dccp/dccp 0xee5864aa dccp_destruct_common +EXPORT_SYMBOL_GPL net/dccp/dccp 0xf0582180 dccp_recvmsg +EXPORT_SYMBOL_GPL net/dccp/dccp 0xf22a518f dccp_init_sock +EXPORT_SYMBOL_GPL net/dccp/dccp 0xf99abdec dccp_ioctl +EXPORT_SYMBOL_GPL net/dccp/dccp 0xfd455c22 inet_dccp_listen +EXPORT_SYMBOL_GPL net/dccp/dccp 0xfe509644 dccp_close +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x1551a64b dccp_v4_request_recv_sock +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x37aa527b dccp_v4_connect +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x779a2241 dccp_invalid_packet +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x88ede5b8 dccp_v4_conn_request +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x8ae61812 dccp_v4_do_rcv +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0xef0c006b dccp_v4_send_check +EXPORT_SYMBOL_GPL net/ife/ife 0x216e2c68 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 0x94edf13a ife_encode +EXPORT_SYMBOL_GPL net/ife/ife 0xe7888e98 ife_tlv_meta_encode +EXPORT_SYMBOL_GPL net/ipv4/esp4 0xb501d7d8 esp_output_tail +EXPORT_SYMBOL_GPL net/ipv4/esp4 0xcb11951b esp_output_head +EXPORT_SYMBOL_GPL net/ipv4/esp4 0xf8c45f95 esp_input_done2 +EXPORT_SYMBOL_GPL net/ipv4/gre 0x019908dc gre_add_protocol +EXPORT_SYMBOL_GPL net/ipv4/gre 0xe13eb1f4 gre_del_protocol +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x02dae985 inet_diag_unregister +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x239c55d2 inet_diag_dump_one_icsk +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x2425fa23 inet_diag_dump_icsk +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x48bdc339 inet_diag_register +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x55f8b6e7 inet_diag_bc_sk +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x84b6932b inet_diag_msg_attrs_fill +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x8a8b0230 inet_sk_diag_fill +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x944bdefe inet_diag_find_one_icsk +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0xaa3bd523 inet_diag_msg_common_fill +EXPORT_SYMBOL_GPL net/ipv4/ip_gre 0xccfb51af gretap_fb_dev_create +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x0e166766 ip_tunnel_uninit +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x3b0d0daa ip_tunnel_newlink +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x41d5956f ip_tunnel_encap_setup +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x4c2f655c ip_tunnel_changelink +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x5cc51428 ip_tunnel_init_net +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x7eb63279 ip_tunnel_delete_nets +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x97513858 ip_tunnel_xmit +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xa3a82185 ip_tunnel_setup +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xa68dce84 ip_tunnel_ctl +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xc978229f ip_md_tunnel_xmit +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xd302f9f1 ip_tunnel_rcv +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xd6324c9e ip_tunnel_dellink +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xde6b691a ip_tunnel_lookup +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xe21a1887 __ip_tunnel_change_mtu +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xe414d90a ip_tunnel_siocdevprivate +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xf42685a4 ip_tunnel_init +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xfa5bbdae ip_tunnel_change_mtu +EXPORT_SYMBOL_GPL net/ipv4/netfilter/arp_tables 0x1b5b7a1f arpt_alloc_initial_table +EXPORT_SYMBOL_GPL net/ipv4/netfilter/ip_tables 0x89eab7f0 ipt_alloc_initial_table +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_defrag_ipv4 0x5d35aaf7 nf_defrag_ipv4_disable +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_defrag_ipv4 0x95a97506 nf_defrag_ipv4_enable +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_dup_ipv4 0x394ac75e nf_dup_ipv4 +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0x04cb4c04 nf_send_unreach +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0x0a346b02 nf_reject_ip_tcphdr_get +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0x1a05d362 nf_reject_skb_v4_unreach +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0x36aceb58 nf_reject_ip_tcphdr_put +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0x5d0461b3 nf_reject_skb_v4_tcp_reset +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0x9962108e nf_reject_iphdr_put +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0xb6c7b1e0 nf_send_reset +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_socket_ipv4 0x661c281a nf_sk_lookup_slow_v4 +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_tproxy_ipv4 0x4e46cb05 nf_tproxy_laddr4 +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_tproxy_ipv4 0x5707299b nf_tproxy_get_sock_v4 +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_tproxy_ipv4 0x588ca508 nf_tproxy_handle_time_wait4 +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nft_fib_ipv4 0x5aecacea nft_fib4_eval_type +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nft_fib_ipv4 0xfb05eb06 nft_fib4_eval +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x177ef673 tcp_vegas_state +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x5b644ebc tcp_vegas_get_info +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x7987ef96 tcp_vegas_pkts_acked +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0xe31f6012 tcp_vegas_cwnd_event +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0xf2e45cd7 tcp_vegas_init +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0x0f82a00c udp_tunnel_notify_del_rx_port +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0x3b20b2bd setup_udp_tunnel_sock +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0x62aeb225 udp_tunnel_drop_rx_port +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0x85e9a518 udp_tunnel_sock_release +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0x8624be29 udp_tunnel_notify_add_rx_port +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0xb0132bae udp_tunnel_push_rx_port +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0xb26c541f udp_tun_rx_dst +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0xe86f0764 udp_tunnel_xmit_skb +EXPORT_SYMBOL_GPL net/ipv6/esp6 0x3ba5281e esp6_output_tail +EXPORT_SYMBOL_GPL net/ipv6/esp6 0xa961859c esp6_input_done2 +EXPORT_SYMBOL_GPL net/ipv6/esp6 0xb80cfb2a esp6_output_head +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0x46b4fa5c ip6_tnl_encap_setup +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0x59fb8938 ip6_tnl_rcv_ctl +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0xcde9a59a ip6_tnl_xmit_ctl +EXPORT_SYMBOL_GPL net/ipv6/ip6_udp_tunnel 0x105ecd54 udp_sock_create6 +EXPORT_SYMBOL_GPL net/ipv6/ip6_udp_tunnel 0x374e6df2 udp_tunnel6_xmit_skb +EXPORT_SYMBOL_GPL net/ipv6/netfilter/ip6_tables 0xbbed3e17 ip6t_alloc_initial_table +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_defrag_ipv6 0x6dba1357 nf_defrag_ipv6_enable +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_defrag_ipv6 0xb8a9deba nf_defrag_ipv6_disable +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_defrag_ipv6 0xb8d1c3cb nf_ct_frag6_gather +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_dup_ipv6 0x5a6a4619 nf_dup_ipv6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0x37984bfe nf_reject_ip6_tcphdr_get +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0x41ffbb40 nf_send_reset6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0x55729253 nf_reject_ip6_tcphdr_put +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0x63954041 nf_reject_skb_v6_unreach +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0x697e09e5 nf_send_unreach6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0x78cb2c9a nf_reject_skb_v6_tcp_reset +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0xcc89cffa nf_reject_ip6hdr_put +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_socket_ipv6 0xe17b8973 nf_sk_lookup_slow_v6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_tproxy_ipv6 0x33925584 nf_tproxy_laddr6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_tproxy_ipv6 0x89eddf78 nf_tproxy_get_sock_v6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_tproxy_ipv6 0xdd3e705b nf_tproxy_handle_time_wait6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nft_fib_ipv6 0x1f1c046a nft_fib6_eval +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nft_fib_ipv6 0x241c8431 nft_fib6_eval_type +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x083c2a42 l2tp_session_inc_refcount +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x12e306d4 l2tp_tunnel_dec_refcount +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x16579d4c l2tp_udp_encap_recv +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x19d0cfcd l2tp_recv_common +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x2911f996 l2tp_tunnel_get_nth +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x2a88be09 l2tp_tunnel_register +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x2cfc8dac l2tp_sk_to_tunnel +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x2e73cfdf l2tp_session_get_by_ifname +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x3960450a l2tp_session_get +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x45c647bc l2tp_session_delete +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x4c56996b l2tp_tunnel_inc_refcount +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x56709aa0 l2tp_tunnel_delete +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x7fe7c5e8 l2tp_xmit_skb +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x91ab4c45 l2tp_session_dec_refcount +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xab688a80 l2tp_session_register +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xb152d1f0 l2tp_session_create +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xbab34298 l2tp_tunnel_get_session +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xc20c450b l2tp_session_set_header_len +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xcb4d5dba l2tp_session_get_nth +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xe384abdc l2tp_tunnel_get +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xec3e93c0 l2tp_tunnel_create +EXPORT_SYMBOL_GPL net/l2tp/l2tp_ip 0x2b738877 l2tp_ioctl +EXPORT_SYMBOL_GPL net/l2tp/l2tp_netlink 0x337f2432 l2tp_nl_unregister_ops +EXPORT_SYMBOL_GPL net/l2tp/l2tp_netlink 0xca2d682e l2tp_nl_register_ops +EXPORT_SYMBOL_GPL net/mpls/mpls_router 0x00d6d157 mpls_output_possible +EXPORT_SYMBOL_GPL net/mpls/mpls_router 0x358f7f16 nla_put_labels +EXPORT_SYMBOL_GPL net/mpls/mpls_router 0x8ee316eb nla_get_labels +EXPORT_SYMBOL_GPL net/mpls/mpls_router 0x9d2717b8 mpls_stats_inc_outucastpkts +EXPORT_SYMBOL_GPL net/mpls/mpls_router 0xcba76f6a mpls_dev_mtu +EXPORT_SYMBOL_GPL net/mpls/mpls_router 0xcdd8ced3 mpls_pkt_too_big +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x05e2366d ip_set_nfnl_put +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x05fd184c ip_set_match_extensions +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x0b2310aa ip_set_alloc +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x126b9570 ip_set_name_byindex +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x14f6427e ip_set_get_ip6_port +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x21fce819 ip_set_nfnl_get_byindex +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x22d966c6 ip_set_range_to_cidr +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x397f6231 ip_set_free +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x444df332 ip_set_del +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x4b24acfb ip_set_add +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x59114491 ip_set_extensions +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x7189060f ip_set_get_ip4_port +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x75495262 ip_set_elem_len +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 0x891834c6 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 0xa293f8a6 ip_set_get_ipaddr4 +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xa2a62b49 ip_set_get_extensions +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xa2e918b3 ip_set_init_comment +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xa57886f9 ip_set_put_byindex +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xb54dde02 ip_set_test +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xba6389da ip_set_get_byname +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xcc369e57 ip_set_type_unregister +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xcde01a3c ip_set_type_register +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xec5040b8 ip_set_put_extensions +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0x1c4f2502 ip_vs_conn_in_get_proto +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0x248629d5 ip_vs_conn_out_get_proto +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0x51f3bd75 unregister_ip_vs_pe +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0x5e7c50d5 register_ip_vs_pe +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0x051c8e47 nf_conncount_add +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0x2905635e nf_conncount_count +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0x419ab422 nf_conncount_list_init +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0x77759c3b nf_conncount_gc_list +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0x978e031c nf_conncount_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0xe75369c2 nf_conncount_init +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0xf808bf82 nf_conncount_cache_free +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x03d72220 nf_ct_add_helper +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0460ec0f nf_ct_invert_tuple +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0b92caa9 nf_ct_gre_keymap_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0bc00f80 nf_nat_helper_try_module_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0df41359 nf_ct_expect_related_report +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x16e76f99 nf_connlabels_replace +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x225a93af nf_conntrack_unregister_notifier +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x251fadfa nf_ct_unexpect_related +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x25c1b1d9 nf_ct_get_id +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x27f944b5 nf_ct_netns_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x289c3714 nf_ct_alloc_hashtable +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x28eff409 nf_conntrack_hash +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x2c329f50 nf_ct_expect_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x2e55db23 nf_ct_expect_iterate_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x2f7369d1 nf_ct_destroy_timeout +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x37c288ba nf_conntrack_find_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x3a5db3c8 nf_ct_expect_alloc +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x42ba4e09 __nf_ct_try_assign_helper +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x44154957 nf_ct_helper_expectfn_find_by_name +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x44bd2e04 nf_ct_tmpl_alloc +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x4739fa1a nf_ct_expect_init +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x484eb9f3 nf_ct_l4proto_find +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x4b1ee01e nf_conntrack_helpers_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x52eb4994 nf_ct_set_timeout +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x540fbc00 nf_ct_change_status_common +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x543cc2c7 __nf_ct_change_status +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x5d3a6136 nf_ct_seqadj_init +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x61057ead nf_ct_kill_acct +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x65a4ce90 nf_conntrack_helpers_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x68a7220d nf_ct_iterate_cleanup_net +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x693c3961 nf_ct_helper_hash +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x6a127cfb nf_conntrack_helper_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x6b68cdd3 nf_ct_remove_expect +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x6bf401e6 nf_conntrack_alloc +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x70d18ef2 nf_ct_helper_log +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x730f3feb nf_conntrack_in +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x752f0aa2 nf_ct_port_nlattr_to_tuple +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x75851bf5 nf_ct_seq_adjust +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x7bf67a3f nf_ct_tmpl_free +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x818b49a3 nf_nat_helper_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x83114a63 nf_ct_get_tuplepr +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x89f19236 nf_ct_bridge_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8b6fa496 __nf_ct_change_timeout +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8c887f21 nf_ct_expect_find_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8f651206 nf_ct_tcp_seqadj_set +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8ffe7e89 nf_conntrack_htable_size +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x91c4d2b3 nf_ct_helper_expectfn_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x92b5ccb2 nf_conntrack_helper_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x92ef6cb2 nf_ct_acct_add +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x959e59f9 nf_conntrack_count +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x97878bbc nf_conntrack_register_notifier +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x9a006baa nf_nat_helper_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x9da0f262 nf_conntrack_eventmask_report +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xa064a205 nf_ct_port_tuple_to_nlattr +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xa237bcb2 nf_ct_helper +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xa28e3bab nf_ct_timeout_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xa493ff37 nf_conntrack_helper_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xa4bf3d91 nf_conntrack_free +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xa66e9793 nf_conntrack_hash_check_insert +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xa80b1461 nf_connlabels_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xaa18eb68 nf_ct_delete +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xae1e2742 nf_conntrack_helper_try_module_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb0c25a31 nf_nat_helper_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb39356f5 nf_ct_port_nla_policy +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb5bdf085 nf_conn_pernet_ecache +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb84f09b7 nf_conntrack_alter_reply +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xbad8103f nf_ct_deliver_cached_events +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xbc5eb091 nf_ct_seqadj_set +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xbecc7b86 nf_ct_bridge_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xbf1e2779 nf_ct_gre_keymap_add +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 0xca34323a nf_ct_unlink_expect_report +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xceaaac37 nf_conntrack_lock +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xcfdc537e nf_ct_expect_iterate_net +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd492f171 nf_ct_untimeout +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd505c3e0 nf_ct_port_nlattr_tuple_size +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd5ff9ab5 nf_connlabels_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd9cc99d7 nf_conntrack_expect_lock +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd9f73cde nf_l4proto_log_invalid +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xdb7e76e5 __nf_ct_refresh_acct +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xdb9098ca nf_ct_netns_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xdcaa17e9 __nf_conntrack_confirm +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xe392e640 nf_ct_iterate_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xe65b49c2 nf_ct_seq_offset +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xe72d322c nf_ct_helper_ext_add +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xe892197b __nf_conntrack_helper_find +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xe96b629a nf_ct_remove_expectations +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xea020f3f nf_ct_helper_expectfn_find_by_symbol +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xeadc57a2 nf_confirm +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xec8beba6 nf_ct_expect_hash +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xef084fed nf_ct_ecache_ext_add +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xef3c1c36 nf_ct_helper_expectfn_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf05b3f1e nf_ct_helper_init +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf0e600f8 __nf_ct_expect_find +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 0xfe0880a7 nf_ct_l4proto_log_invalid +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xffa34e7c nf_conntrack_tuple_taken +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_amanda 0xd6711c04 nf_nat_amanda_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_broadcast 0x7bd71a4b nf_conntrack_broadcast_help +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_ftp 0x3b978ee3 nf_nat_ftp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0xd7531baf get_h225_addr +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0xf94a19e2 nfct_h323_nat_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_irc 0xd93a04f8 nf_nat_irc_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_pptp 0x508095c9 nf_nat_pptp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x0887ebdb ct_sip_parse_request +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x1a809293 ct_sip_get_sdp_header +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x5c30931c ct_sip_parse_header_uri +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x728f5f2b ct_sip_get_header +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x8cdaa83f ct_sip_parse_numerical_param +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x92189443 nf_nat_sip_hooks +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0xe033fce0 ct_sip_parse_address_param +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_snmp 0x3312afeb nf_nat_snmp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_tftp 0x4b1970a2 nf_nat_tftp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_dup_netdev 0x1966a4ac nf_dup_netdev_egress +EXPORT_SYMBOL_GPL net/netfilter/nf_dup_netdev 0x651d0f61 nf_fwd_netdev_egress +EXPORT_SYMBOL_GPL net/netfilter/nf_dup_netdev 0x74f62ec1 nft_fwd_dup_netdev_offload +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x07e545d9 nf_flow_table_cleanup +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x0deb6e0e nf_flow_table_free +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x0ec3bf8a nf_flow_rule_route_ipv4 +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x22abf5a2 flow_offload_teardown +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x308d03c1 nf_flow_dnat_port +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x5abed070 nf_flow_rule_route_ipv6 +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x5e969029 flow_offload_lookup +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x7cb7ccfc nf_flow_table_init +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x7d3802f5 flow_offload_alloc +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x810cb3b0 nf_flow_snat_port +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x9beb33a3 flow_offload_route_init +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xa7368673 nf_flow_table_offload_setup +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xae10cc29 flow_offload_refresh +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xbf7bd052 flow_offload_free +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xc5c0134d nf_flow_offload_ip_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xe1ecb3ff nf_flow_offload_ipv6_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xe33d684a flow_offload_add +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x012e2d20 nf_nat_inet_register_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x1bf692ea nf_nat_masquerade_ipv4 +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x1c10e94a nf_nat_ipv4_unregister_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x1d85e7b8 nf_nat_redirect_ipv6 +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x3942e110 nf_nat_redirect_ipv4 +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x3bc17c49 nf_nat_masquerade_inet_register_notifiers +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x4870a84c nf_nat_ipv4_register_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x488af310 nf_nat_inet_unregister_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x50a7c61e nf_nat_masquerade_ipv6 +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x7b61aec0 nf_ct_nat +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x93e6e755 nf_nat_alloc_null_binding +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x952d282f nf_nat_icmpv6_reply_translation +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xa3bda056 nf_ct_nat_ext_add +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xa6894d92 nf_nat_ipv6_register_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xccd5f12c nf_nat_inet_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xd272dd42 nf_nat_icmp_reply_translation +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xd3cbf9d5 nf_nat_ipv6_unregister_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xd9c25654 nf_nat_masquerade_inet_unregister_notifiers +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xe6e66436 nf_nat_exp_find_port +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xea734326 nf_nat_packet +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x061751b7 synproxy_parse_options +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x1f099794 synproxy_init_timestamp_cookie +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x3e732940 ipv6_synproxy_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x548713c5 nf_synproxy_ipv4_init +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x6102fad2 nf_synproxy_ipv4_fini +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x6ed8bfc5 synproxy_send_client_synack +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x82c3e67e synproxy_recv_client_ack +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xca9fc082 synproxy_net_id +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xce5b095b nf_synproxy_ipv6_init +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xce843f48 synproxy_send_client_synack_ipv6 +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xd3fafec3 synproxy_recv_client_ack_ipv6 +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xedb94263 ipv4_synproxy_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xfbdee04c nf_synproxy_ipv6_fini +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x03d37591 __nft_release_basechain +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x079e8947 nft_reg_track_update +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x10904b34 nft_meta_get_reduce +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x12d80559 nf_tables_activate_set +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x14fb0bbc nft_data_dump +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x16eec5d3 nft_data_init +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x21e60065 nft_meta_get_eval +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x2b2829b6 nft_obj_lookup +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x2ba69743 nft_reg_track_cancel +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x2bc7abb7 nft_meta_get_init +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x31604ddb nft_unregister_flowtable_type +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x3251d762 nf_tables_trans_destroy_flush_work +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x38eb5888 nft_meta_get_dump +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x3fef2bc5 nft_register_obj +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x406c8323 nft_meta_set_validate +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x41b71e65 nft_trace_enabled +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x47f26575 nft_do_chain +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x491d4eaa nft_chain_validate_dependency +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x4c6daf4e nft_parse_register_store +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x4cecbb60 nft_meta_policy +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x525fae97 nft_register_expr +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x55593114 nft_chain_validate +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x5612ba9e nft_data_release +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x5afb6ff0 nft_expr_reduce_bitwise +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x5d8bd556 nft_obj_notify +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x60632097 nf_tables_deactivate_set +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x684352d0 nft_unregister_chain_type +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x6c1ab851 nft_request_module +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x6f87964d nft_dump_register +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x8411dc76 nft_chain_validate_hooks +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x8b6f874b nft_set_elem_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x8c0cfe25 nf_tables_destroy_set +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x9153ad99 nft_register_chain_type +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x94119831 nft_meta_set_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xaebe97f7 nft_unregister_expr +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xb732faa8 nft_register_flowtable_type +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xb79b0d52 nft_meta_set_eval +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xbfbc72bf nft_meta_inner_eval +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xc539733e nft_meta_set_dump +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xcaa9311d nft_flowtable_lookup +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xdae9ea8f nft_set_lookup_global +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 0xebea12e6 nft_meta_set_init +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xeda7cf3e nf_tables_deactivate_flowtable +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xf194147d __nft_reg_track_cancel +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xf3414e86 nft_set_catchall_lookup +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xfc10b333 nf_tables_bind_set +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xfc335a54 nft_unregister_obj +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x01c1b423 nfnetlink_subsys_unregister +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x1a5b925b nfnetlink_unicast +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x23cb01c5 nfnetlink_has_listeners +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x2751079f nfnetlink_set_err +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x5ce3b588 nfnl_lock +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x6d9c7d97 nfnetlink_subsys_register +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x71238672 nfnetlink_broadcast +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x836286f0 nfnetlink_send +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0xdb065657 nfnl_unlock +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0x45e05bdf nfnl_acct_overquota +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0x5ccdbe77 nfnl_acct_find_get +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0x6815acb4 nfnl_acct_update +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0xbecf5d14 nfnl_acct_put +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_osf 0x20e96ba9 nf_osf_match +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_osf 0x35eff5e0 nf_osf_fingers +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_osf 0x9ad5d091 nf_osf_find +EXPORT_SYMBOL_GPL net/netfilter/nft_fib 0x02e9f93b nft_fib_reduce +EXPORT_SYMBOL_GPL net/netfilter/nft_fib 0x104263a5 nft_fib_store_result +EXPORT_SYMBOL_GPL net/netfilter/nft_fib 0x712411dd nft_fib_init +EXPORT_SYMBOL_GPL net/netfilter/nft_fib 0x7af74a2d nft_fib_validate +EXPORT_SYMBOL_GPL net/netfilter/nft_fib 0x7f901e9f nft_fib_dump +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0x0b09131b nft_reject_init +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0x1de558c1 nft_reject_icmpv6_code +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0x9866409a nft_reject_dump +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0x9d46ccf8 nft_reject_policy +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0xe2919a65 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 0x079e8788 xt_check_target +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x315c463c xt_compat_match_from_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x3cbd9637 xt_check_match +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x44ea32a5 xt_proto_init +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x4d0b569f xt_replace_table +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x509d278c xt_hook_ops_alloc +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x5f9989f1 xt_target_to_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x626b5838 xt_register_table +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x63808bcc xt_compat_target_from_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x726c9ff8 xt_unregister_template +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x747ae8e3 xt_compat_match_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 0x833944c9 xt_compat_match_offset +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x8a6dddbb xt_unregister_table +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x913694a5 xt_register_template +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x943e8ba5 xt_request_find_match +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x9c995c69 xt_percpu_counter_alloc +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x9ef8c6a1 xt_proto_fini +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xa7c94f1d xt_compat_lock +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xbb7eb3bb xt_request_find_table_lock +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xbcf91038 xt_find_table_lock +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xbfacb837 xt_percpu_counter_free +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xc7fae024 xt_compat_calc_jump +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xcce86cc9 xt_match_to_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xce01d8bb xt_compat_target_offset +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xd1e246a2 xt_compat_unlock +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xd2dc5dc6 xt_table_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 0xf02ab9cc xt_request_find_target +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xf6abeb06 xt_copy_counters +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xf8812139 xt_compat_target_to_user +EXPORT_SYMBOL_GPL net/netfilter/xt_RATEEST 0xbcd2b8a6 xt_rateest_put +EXPORT_SYMBOL_GPL net/netfilter/xt_RATEEST 0xea641de9 xt_rateest_lookup +EXPORT_SYMBOL_GPL net/nsh/nsh 0x49592dfb nsh_push +EXPORT_SYMBOL_GPL net/nsh/nsh 0xea73eb11 nsh_pop +EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0x51dc4d92 ovs_netdev_tunnel_destroy +EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0x68058aa6 ovs_vport_free +EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0x790ff4c9 __ovs_vport_ops_register +EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0x7d48baaa ovs_netdev_link +EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0x840cb4c8 ovs_vport_alloc +EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0xd2825647 ovs_vport_ops_unregister +EXPORT_SYMBOL_GPL net/psample/psample 0x23691842 psample_group_get +EXPORT_SYMBOL_GPL net/psample/psample 0xbbafa3a1 psample_group_put +EXPORT_SYMBOL_GPL net/psample/psample 0xef1c9161 psample_group_take +EXPORT_SYMBOL_GPL net/psample/psample 0xf4fe2a7e psample_sample_packet +EXPORT_SYMBOL_GPL net/rds/rds 0x00a467af rds_wq +EXPORT_SYMBOL_GPL net/rds/rds 0x04706ec0 rds_send_ping +EXPORT_SYMBOL_GPL net/rds/rds 0x12440e83 rds_message_unmapped +EXPORT_SYMBOL_GPL net/rds/rds 0x1281471b rds_message_addref +EXPORT_SYMBOL_GPL net/rds/rds 0x19adeb6f rds_message_put +EXPORT_SYMBOL_GPL net/rds/rds 0x2ae19712 rds_info_register_func +EXPORT_SYMBOL_GPL net/rds/rds 0x2b0d543c rds_message_add_extension +EXPORT_SYMBOL_GPL net/rds/rds 0x33fa34df rds_send_path_reset +EXPORT_SYMBOL_GPL net/rds/rds 0x357013df rds_conn_connect_if_down +EXPORT_SYMBOL_GPL net/rds/rds 0x36087aa4 rds_stats +EXPORT_SYMBOL_GPL net/rds/rds 0x36bec650 rds_send_drop_acked +EXPORT_SYMBOL_GPL net/rds/rds 0x3c4c848a rds_conn_create +EXPORT_SYMBOL_GPL net/rds/rds 0x3ccc8025 rds_info_deregister_func +EXPORT_SYMBOL_GPL net/rds/rds 0x45a4781e rds_addr_cmp +EXPORT_SYMBOL_GPL net/rds/rds 0x48f2e0bc rds_inc_path_init +EXPORT_SYMBOL_GPL net/rds/rds 0x53679aa8 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 0x613b6bea rds_trans_register +EXPORT_SYMBOL_GPL net/rds/rds 0x62b02b49 rds_send_xmit +EXPORT_SYMBOL_GPL net/rds/rds 0x68da9230 rds_conn_path_drop +EXPORT_SYMBOL_GPL net/rds/rds 0x6ed63589 rds_connect_complete +EXPORT_SYMBOL_GPL net/rds/rds 0x72fd1e57 rds_trans_unregister +EXPORT_SYMBOL_GPL net/rds/rds 0x7b399e66 rds_page_remainder_alloc +EXPORT_SYMBOL_GPL net/rds/rds 0x8f60579b rds_conn_destroy +EXPORT_SYMBOL_GPL net/rds/rds 0xa066f8b2 rds_send_path_drop_acked +EXPORT_SYMBOL_GPL net/rds/rds 0xac4e3d4d rds_for_each_conn_info +EXPORT_SYMBOL_GPL net/rds/rds 0xb5bd8acf rds_connect_path_complete +EXPORT_SYMBOL_GPL net/rds/rds 0xc2dab779 rds_info_copy +EXPORT_SYMBOL_GPL net/rds/rds 0xc9b1e697 rds_rdma_send_complete +EXPORT_SYMBOL_GPL net/rds/rds 0xceeaa7bf rds_conn_create_outgoing +EXPORT_SYMBOL_GPL net/rds/rds 0xd949fdff rds_cong_map_updated +EXPORT_SYMBOL_GPL net/rds/rds 0xd9b3b170 rds_inc_put +EXPORT_SYMBOL_GPL net/rds/rds 0xde8e08b3 rds_conn_drop +EXPORT_SYMBOL_GPL net/rds/rds 0xe70f6e4c rds_conn_path_connect_if_down +EXPORT_SYMBOL_GPL net/rds/rds 0xeaaadd6a rds_inc_init +EXPORT_SYMBOL_GPL net/rds/rds 0xeac9eefc rds_recv_incoming +EXPORT_SYMBOL_GPL net/rds/rds 0xf1bbab74 rds_stats_info_copy +EXPORT_SYMBOL_GPL net/sched/sch_pie 0x6ce9b467 pie_calculate_probability +EXPORT_SYMBOL_GPL net/sched/sch_pie 0xb1b83855 pie_drop_early +EXPORT_SYMBOL_GPL net/sched/sch_pie 0xb2d33d65 pie_process_dequeue +EXPORT_SYMBOL_GPL net/sched/sch_taprio 0x03789bbe taprio_offload_get +EXPORT_SYMBOL_GPL net/sched/sch_taprio 0x1470c8e1 taprio_offload_free +EXPORT_SYMBOL_GPL net/sctp/sctp 0x20f87170 sctp_transport_lookup_process +EXPORT_SYMBOL_GPL net/sctp/sctp 0x26fce80a sctp_transport_traverse_process +EXPORT_SYMBOL_GPL net/sctp/sctp 0x85e1d1a3 sctp_for_each_endpoint +EXPORT_SYMBOL_GPL net/sctp/sctp 0xf7f30c71 sctp_get_sctp_info +EXPORT_SYMBOL_GPL net/smc/smc 0x0bfb9dd1 smcd_free_dev +EXPORT_SYMBOL_GPL net/smc/smc 0x0d2f4287 smcd_alloc_dev +EXPORT_SYMBOL_GPL net/smc/smc 0x282d7946 smc_proto6 +EXPORT_SYMBOL_GPL net/smc/smc 0x54b5d0fa smc_hash_sk +EXPORT_SYMBOL_GPL net/smc/smc 0x574290e2 smc_unhash_sk +EXPORT_SYMBOL_GPL net/smc/smc 0xbc00efc5 smcd_register_dev +EXPORT_SYMBOL_GPL net/smc/smc 0xd47f1d6f smc_proto +EXPORT_SYMBOL_GPL net/smc/smc 0xe6a3759b smcd_unregister_dev +EXPORT_SYMBOL_GPL net/smc/smc 0xe834e638 smcd_handle_event +EXPORT_SYMBOL_GPL net/smc/smc 0xfa4ef440 smcd_handle_irq +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x335ef828 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 0x47d4d17d 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 0x7494dc73 svcauth_gss_register_pseudoflavor +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0xd61fbabc gss_mech_unregister +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0xd7673035 g_verify_token_header +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0109df1b xprt_release_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0176348b rpc_destroy_pipe_data +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x030fe4fd rpcauth_destroy_credcache +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x03d511f9 svc_rqst_replace_page +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x03dc3932 _copy_from_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x040f3971 rpcauth_lookup_credcache +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x04873afe sunrpc_cache_pipe_upcall_timeout +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 0x06620e2c svc_rpcb_cleanup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x09f76cbc rpc_clone_client_set_auth +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0a8be611 rpc_clnt_iterate_for_each_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0ceaa064 rpc_find_or_alloc_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0d48a8a5 rpc_clnt_xprt_switch_put +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0e475f84 svc_wake_up +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0f332f24 svc_xprt_deferred_close +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0fcac75e svc_addsock +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0fceb154 rpc_bind_new_program +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1023e6df xprt_write_space +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x103944c1 rpc_init_priority_wait_queue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x107e4cc4 xprt_lookup_rqst +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x10df430e rpc_cancel_tasks +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x118f544c rpc_call_null +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x129b3623 xdr_process_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x12cf5a31 rpc_pton +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x157c7463 xdr_reserve_space_vec +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x15bd4b4a rpc_free +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x164df0aa xprt_unpin_rqst +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x198b94af rpc_release_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1bb869c1 rpc_d_lookup_sb +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1e119a79 rpcauth_get_pseudoflavor +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1e344961 rpc_call_async +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1fe6be81 xdr_page_pos +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x225c1e4a rpc_restart_call_prepare +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x235f199b xprt_release_xprt_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x24c6dd5b sunrpc_cache_register_pipefs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x265e119a xdr_stream_subsegment +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x278dd047 rpc_remove_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x28d1ff25 rpc_mkpipe_data +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2919b156 xdr_decode_string_inplace +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x298d0db5 cache_destroy_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x29b35af6 rpc_put_task_async +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2ac2fce6 svc_set_num_threads +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2b66e9e7 xdr_stream_zero +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2d13c204 auth_domain_put +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2e52c181 xdr_stream_move_subsegment +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x30007510 rpc_clnt_probe_trunked_xprts +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x316f79bb read_bytes_from_xdr_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x31a89d59 rpc_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x345256a6 xdr_encode_word +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x34b66a89 xdr_stream_decode_string +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x358ab422 rpc_clnt_xprt_switch_has_addr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x362e3598 rpcauth_create +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x381f293c rpc_max_payload +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x387e1639 rpc_pipefs_notifier_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x399c3e22 rpc_mkpipe_dentry +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3be4415c xdr_buf_from_iov +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3c32fc49 xdr_read_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3df7335c svc_drop +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3e80951d sunrpc_cache_unhash +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3f05378c rpc_init_pipe_dir_head +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3f1155c9 rpc_set_connect_timeout +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3f4aeed3 svc_xprt_names +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3f9a2b0b rpcauth_get_gssinfo +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x41023007 xprt_lock_connect +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x418aa996 xprt_wait_for_reply_request_def +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x41a7875a rpc_create +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x41ebc74a csum_partial_copy_to_xdr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4289d540 xdr_write_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4546c371 xdr_reserve_space +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x45b19b10 xprt_update_rtt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x480f530a svc_xprt_enqueue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4a1b3ccc rpc_exit +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4aba90a6 svc_authenticate +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4afedab1 xprtiod_workqueue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4c9a1038 svc_xprt_create +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4cd6edaf sunrpc_init_cache_detail +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4dac77f0 xdr_encode_netobj +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4e4550a6 auth_domain_find +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4e4d67d3 sunrpc_cache_lookup_rcu +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4e8f6ca7 sunrpc_net_id +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4eccd3b4 svc_sock_update_bufs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4ed937d3 rpc_force_rebind +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4f52fad8 xdr_terminate_string +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4f93ea81 xprt_adjust_cwnd +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4fb104c1 xprt_disconnect_done +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x529b449d rpc_sleep_on_priority +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x52a10173 rpc_sleep_on_priority_timeout +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x52adc261 xdr_stream_decode_string_dup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x53445f68 nlm_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x54107793 sunrpc_cache_update +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x542e342f rpc_put_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x544984ab rpc_unlink +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x572d2917 rpcauth_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x59eecde5 svc_xprt_put +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5a45ba31 svc_auth_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5e5baa8a rpc_wake_up_queued_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x607727fe xprt_unlock_connect +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x609202f9 rpc_task_gfp_mask +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x61d026c6 rpc_pipe_generic_upcall +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x62411350 svc_encode_result_payload +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x633546f3 rpcauth_stringify_acceptor +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x634cc0e1 xprt_wait_for_buffer_space +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6370d92f svc_create +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x63ae0757 svc_xprt_init +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x63fd2372 xprt_get +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x646e17dc rpc_task_timeout +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x64a84cc6 rpc_wake_up_first +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x652e0ac1 xdr_decode_word +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x693b318e rpc_count_iostats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6a320e2c svc_print_addr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6a859feb xprt_reserve_xprt_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6b7d285b svc_proc_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6c9378b4 rpc_clnt_xprt_switch_remove_xprt +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 0x6ff84629 rpc_num_bc_slots +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7039eaac xprt_add_backlog +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x70f75cc6 rpc_wake_up_next +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x71fa908a cache_flush +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x72f98eec rpc_init_wait_queue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7344a19e rpc_max_bc_payload +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x73590a4e svc_reg_xprt_class +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x74bfac0f write_bytes_to_xdr_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x77b90fd2 xdr_buf_trim +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7882caa8 sunrpc_cache_pipe_upcall +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7955804a auth_domain_lookup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x79a733f2 svc_xprt_close +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7a0c5a0c xprt_release_rqst_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7c6b0954 xprt_wake_pending_tasks +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7de53067 rpc_init_rtt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7ee140d1 cache_seq_stop_rcu +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7efa1294 xdr_init_decode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x815d677b svc_process +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x835bdc91 xdr_init_decode_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x83a8a1fc rpc_restart_call +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x849f41ad rpc_clnt_xprt_switch_add_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x84ddf429 rpc_clnt_add_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x85cc37ad rpc_wake_up_status +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x85f9b29d rpc_net_ns +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x86026b36 rpc_clnt_manage_trunked_xprts +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8a2e6a64 rpc_run_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8c2636f0 rpc_delay +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8c402b4e xprt_free_slot +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8cb3c90c xprt_wait_for_reply_request_rtt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8ce0c7e6 rpc_call_sync +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8dad6f11 unix_domain_find +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8de05d34 svc_age_temp_xprts_now +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8e6982e7 rpc_clnt_disconnect +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8ee25f7b rpc_sleep_on_timeout +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8f660371 xprt_complete_rqst +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9142e2b0 cache_check +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x92a61256 rpc_sleep_on +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x95304b7a svc_generic_init_request +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x95a8291f rpc_setbufsize +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x962cbe6c xdr_encode_array2 +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x97d558f6 gssd_running +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x985c5d70 svc_max_payload +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x99601cad rpc_malloc +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x99dc7cb1 rpc_wait_for_completion_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9d63b110 rpc_call_start +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9e0d1790 cache_seq_start_rcu +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9e85c534 xdr_stream_decode_opaque +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa09b0b6e svc_unreg_xprt_class +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa0bc8c55 xprt_setup_backchannel +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa2ba2714 svc_rpcbind_set_version +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa34867cf xprt_reserve_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa4323761 xprt_register_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa4b2d0ba rpc_peeraddr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa5a1544e rpcauth_init_cred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa88852c1 rpc_prepare_reply_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa9987b6f svcauth_unix_set_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xaa5be61b rpc_clnt_show_stats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xaa603636 xprt_reconnect_delay +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xab5855b9 svc_xprt_copy_addrs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xabb21228 rpc_count_iostats_metrics +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xae0076ac rpc_proc_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xaf5bf6ef nfs_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xafb5275d rpc_init_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb0cae084 cache_seq_next_rcu +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb2ae84ce xprt_alloc +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb51a3724 rpc_pipefs_notifier_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb51e6645 xdr_inline_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb55fdc4e cache_register_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb6088675 xprt_put +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb694ecdc cache_purge +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb6f4e057 svcauth_unix_purge +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb78e83a9 svc_rqst_free +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb82375a7 xdr_init_encode_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb91cc306 xdr_inline_decode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xba54bec8 svc_fill_symlink_pathname +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xba93659f sunrpc_destroy_cache_detail +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbb9ff40b xdr_stream_decode_opaque_dup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbdff93cb rpc_clnt_test_and_add_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbf9d1b96 nfsd_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc0482813 svc_rqst_alloc +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 0xc1670780 rpcauth_lookupcred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc31e4373 rpc_clnt_setup_test_and_add_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc3cef4c7 xdr_decode_array2 +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc4679777 rpc_clone_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc4b3f5c7 xprt_pin_rqst +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc4db2000 xprt_wake_up_backlog +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc53bc1c8 rpc_localaddr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc70f3108 xprt_free +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc73be6bb rpcb_getport_async +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc7d2649d rpc_shutdown_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc830d6c1 xdr_stream_pos +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc8e96dea qword_addhex +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xca4cc513 xprt_force_disconnect +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xca989ebb rpcauth_init_credcache +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcb9a2917 svc_create_pooled +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcd46dc01 svc_bind +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xce678a59 xdr_decode_netobj +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcfaccab5 rpc_machine_cred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd0f0432f rpcauth_wrap_req_encode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd1d17334 xdr_set_pagelen +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd1e6dd6e bc_svc_process +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd22a901a svc_proc_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd49351b8 svc_recv +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd5268576 svc_generic_rpcbind_set +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd59d3656 xdr_buf_subsegment +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd5eb3271 rpc_uaddr2sockaddr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd6055fd1 rpc_queue_upcall +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd7f97937 svc_xprt_received +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd8d57e76 rpcauth_unwrap_resp_decode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdb582618 sunrpc_cache_unregister_pipefs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdb9047a7 svc_auth_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdbc443df rpc_peeraddr2str +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdc47a143 rpc_killall_tasks +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdd691402 xprt_find_transport_ident +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xddfd68aa rpc_add_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xde69d099 rpcauth_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe0624d7b xprt_unregister_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe14df84c svc_find_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe290523b xprt_alloc_slot +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe343270b svc_seq_show +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe388d640 xprt_reconnect_backoff +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe39a7b57 svc_set_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe5919cb1 xdr_encode_opaque +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe7e6019f svc_reserve +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe8681551 rpc_get_sb_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe97f4ce5 qword_get +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xeac1a622 put_rpccred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xeaf7e3f9 xdr_enter_page +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xeb2ef027 xprt_destroy_backchannel +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xebc2010e rpc_switch_client_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xec160682 svc_fill_write_vector +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xedcf6be4 qword_add +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xedd29bf9 rpc_clnt_swap_activate +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xee69a7fb rpc_task_release_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xeeacab69 rpc_update_rtt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xef9482ad xdr_shift_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf0cebd9f rpc_put_sb_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf1714ce2 __xdr_commit_encode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf22ffd56 xdr_init_encode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf23a8959 svc_rpcb_setup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf35af744 cache_create_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf36f743d rpc_alloc_iostats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf664b992 svc_xprt_destroy_all +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf7cef9b1 rpc_clnt_swap_deactivate +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf7fca26f rpc_destroy_wait_queue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf8620ffd rpc_proc_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf9458428 cache_unregister_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfa359310 svc_exit_thread +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfcc2f150 xprt_request_get_cong +EXPORT_SYMBOL_GPL net/tls/tls 0x1fb60b21 tls_offload_tx_resync_request +EXPORT_SYMBOL_GPL net/tls/tls 0xbd6e0034 tls_encrypt_skb +EXPORT_SYMBOL_GPL net/tls/tls 0xe6c76d93 tls_validate_xmit_skb +EXPORT_SYMBOL_GPL net/tls/tls 0xfe3042ae 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 0x0c2de056 virtio_transport_connect +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x1a4ebe2d virtio_transport_destruct +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x20cff24f virtio_transport_seqpacket_enqueue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x2276b9ee virtio_transport_put_credit +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x286f2b1c virtio_transport_notify_send_init +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x32176bc5 virtio_transport_dgram_dequeue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x3b19dac3 virtio_transport_notify_poll_out +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x474c233b virtio_transport_get_credit +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x4f6394a2 virtio_transport_notify_recv_pre_block +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x54efa9a7 virtio_transport_notify_send_pre_enqueue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x6234479c virtio_transport_recv_pkt +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x6a9846a0 virtio_transport_release +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x72c48bb3 virtio_transport_free_pkt +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x79451daa virtio_transport_stream_rcvhiwat +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x80a58afa virtio_transport_seqpacket_dequeue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x8a7ae818 virtio_transport_stream_is_active +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x90de9487 virtio_transport_notify_recv_pre_dequeue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x943568e9 virtio_transport_dgram_bind +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xb03f97c4 virtio_transport_stream_enqueue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xb50b124f virtio_transport_shutdown +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xb6b4707e 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 0xbafbfe93 virtio_transport_stream_dequeue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xc36128e8 virtio_transport_notify_recv_init +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xc3cca9a2 virtio_transport_dgram_enqueue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xcb008554 virtio_transport_notify_poll_in +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xd16c1ddd virtio_transport_notify_buffer_size +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xd20f8d06 virtio_transport_seqpacket_has_data +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xd38d9bb4 virtio_transport_stream_has_space +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xd56b392d virtio_transport_do_socket_init +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xe2c6286d virtio_transport_notify_send_post_enqueue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xe87cf0ca virtio_transport_deliver_tap_pkt +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xeaa93acf virtio_transport_stream_has_data +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xeadf6bb8 virtio_transport_notify_send_pre_block +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xeba84009 virtio_transport_notify_recv_post_dequeue +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x05fea873 vsock_data_ready +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x0e9bc9b6 vsock_addr_unbind +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x1d861e4c vsock_remove_pending +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x21b2d61d vsock_addr_cast +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x269a6b15 vsock_remove_bound +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x284e07d8 vsock_bind_table +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x31409e75 vsock_core_unregister +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x3c4f7042 vsock_core_get_transport +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x3d4b0fca vsock_addr_init +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x40166e7e vsock_deliver_tap +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x4b99648c vsock_addr_bound +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x5282224e vsock_insert_connected +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x55511d2a vsock_find_bound_socket +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x56fb4329 vsock_remove_sock +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x5901e5ad vsock_stream_has_data +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x5a0f13f2 vsock_enqueue_accept +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x6fd17a52 vsock_find_connected_socket +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x782c2336 vsock_stream_has_space +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x833a5e0c vsock_assign_transport +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x887843a0 vsock_create_connected +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x8c7d32f6 vsock_for_each_connected_socket +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x90385d0c vsock_remove_connected +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x90aa8549 vsock_find_cid +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x90c9b8b9 vsock_core_register +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x9bb6fd09 vsock_connected_table +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xad136f73 vsock_add_tap +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xaf2674b5 vsock_addr_equals_addr +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xb92ae340 vsock_remove_tap +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xbd00a591 vsock_table_lock +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xc01ee575 vsock_add_pending +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xec96eadf vsock_addr_validate +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x0049ca83 xfrm_aead_get_byname +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x00c80741 xfrm_ealg_get_byid +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x0a575945 xfrm_count_pfkey_auth_supported +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x28e23139 xfrm_probe_algs +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x37a02412 xfrm_aalg_get_byname +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x5c699441 xfrm_aalg_get_byid +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x72395dc1 xfrm_calg_get_byid +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x7a8ca627 xfrm_count_pfkey_enc_supported +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0xaab23340 xfrm_calg_get_byname +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0xb73be794 xfrm_ealg_get_byidx +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0xc6b1fdbe xfrm_aalg_get_byidx +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0xd6f50cf7 xfrm_ealg_get_byname +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0x0feedb20 ipcomp_input +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0x26732f88 ipcomp_output +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0x3579cb15 ipcomp_init_state +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0xe7ad0663 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 0x0009984f bpf_prog_create_from_user +EXPORT_SYMBOL_GPL vmlinux 0x003b7ca4 get_pid_task +EXPORT_SYMBOL_GPL vmlinux 0x004189ae dma_mmap_pages +EXPORT_SYMBOL_GPL vmlinux 0x00513f58 get_timespec64 +EXPORT_SYMBOL_GPL vmlinux 0x007815bf skb_consume_udp +EXPORT_SYMBOL_GPL vmlinux 0x007d1686 platform_msi_domain_free_irqs +EXPORT_SYMBOL_GPL vmlinux 0x009c787c pci_ims_free_irq +EXPORT_SYMBOL_GPL vmlinux 0x00e31d78 pci_bus_add_device +EXPORT_SYMBOL_GPL vmlinux 0x00f7d7fe fuse_request_end +EXPORT_SYMBOL_GPL vmlinux 0x010817c2 bsg_job_get +EXPORT_SYMBOL_GPL vmlinux 0x013aae52 sysfs_create_file_ns +EXPORT_SYMBOL_GPL vmlinux 0x01413c5f css_schedule_reprobe +EXPORT_SYMBOL_GPL vmlinux 0x016ca213 cio_halt +EXPORT_SYMBOL_GPL vmlinux 0x01e841b0 inet6_sock_destruct +EXPORT_SYMBOL_GPL vmlinux 0x01f6e9b3 pci_bus_max_busnr +EXPORT_SYMBOL_GPL vmlinux 0x01fb3052 virtqueue_kick +EXPORT_SYMBOL_GPL vmlinux 0x021a0f16 tcp_get_syncookie_mss +EXPORT_SYMBOL_GPL vmlinux 0x0237ea5e pci_enable_ats +EXPORT_SYMBOL_GPL vmlinux 0x02394899 play_idle_precise +EXPORT_SYMBOL_GPL vmlinux 0x026ba9be metadata_dst_free_percpu +EXPORT_SYMBOL_GPL vmlinux 0x0297f243 irq_chip_get_parent_state +EXPORT_SYMBOL_GPL vmlinux 0x02a72e82 __blk_req_zone_write_lock +EXPORT_SYMBOL_GPL vmlinux 0x02ba7aed mas_empty_area_rev +EXPORT_SYMBOL_GPL vmlinux 0x02fbba18 root_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x02ff5c25 irq_get_default_host +EXPORT_SYMBOL_GPL vmlinux 0x031057ff ping_recvmsg +EXPORT_SYMBOL_GPL vmlinux 0x03252811 rtnl_get_net_ns_capable +EXPORT_SYMBOL_GPL vmlinux 0x0343bdf1 __i2c_board_list +EXPORT_SYMBOL_GPL vmlinux 0x03671cd4 kill_device +EXPORT_SYMBOL_GPL vmlinux 0x036de383 perf_event_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0x038b96f5 l3mdev_ifindex_lookup_by_table_id +EXPORT_SYMBOL_GPL vmlinux 0x03952887 ktime_add_safe +EXPORT_SYMBOL_GPL vmlinux 0x03b14439 device_match_fwnode +EXPORT_SYMBOL_GPL vmlinux 0x03c12dfe cancel_work_sync +EXPORT_SYMBOL_GPL vmlinux 0x03cd6b1d dma_resv_wait_timeout +EXPORT_SYMBOL_GPL vmlinux 0x03ce7234 sched_smt_present +EXPORT_SYMBOL_GPL vmlinux 0x03d3a4a7 blk_queue_max_zone_append_sectors +EXPORT_SYMBOL_GPL vmlinux 0x03d44e0e bus_get_kset +EXPORT_SYMBOL_GPL vmlinux 0x03d88bce perf_tp_event +EXPORT_SYMBOL_GPL vmlinux 0x03eadd44 init_user_ns +EXPORT_SYMBOL_GPL vmlinux 0x03ee1155 skb_scrub_packet +EXPORT_SYMBOL_GPL vmlinux 0x0402cbbf preempt_notifier_inc +EXPORT_SYMBOL_GPL vmlinux 0x0411f735 driver_for_each_device +EXPORT_SYMBOL_GPL vmlinux 0x043180ed sysfs_create_mount_point +EXPORT_SYMBOL_GPL vmlinux 0x044c2928 atomic_notifier_chain_register_unique_prio +EXPORT_SYMBOL_GPL vmlinux 0x045cc35c fbcon_modechange_possible +EXPORT_SYMBOL_GPL vmlinux 0x046431e0 nf_hooks_lwtunnel_sysctl_handler +EXPORT_SYMBOL_GPL vmlinux 0x04704661 tun_get_socket +EXPORT_SYMBOL_GPL vmlinux 0x047108f5 sync_blockdev_nowait +EXPORT_SYMBOL_GPL vmlinux 0x04716729 zpci_disable_device +EXPORT_SYMBOL_GPL vmlinux 0x0495dead __cpuhp_state_add_instance +EXPORT_SYMBOL_GPL vmlinux 0x04a6fee6 software_node_register +EXPORT_SYMBOL_GPL vmlinux 0x04bf0092 io_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0x04bf023b dw_pcie_link_up +EXPORT_SYMBOL_GPL vmlinux 0x04c41c60 devlink_flash_update_status_notify +EXPORT_SYMBOL_GPL vmlinux 0x04c4f603 mpi_get_buffer +EXPORT_SYMBOL_GPL vmlinux 0x04c8aebf console_verbose +EXPORT_SYMBOL_GPL vmlinux 0x04ea8706 __iowrite64_copy +EXPORT_SYMBOL_GPL vmlinux 0x05027ffc __kthread_init_worker +EXPORT_SYMBOL_GPL vmlinux 0x05189555 blk_crypto_profile_init +EXPORT_SYMBOL_GPL vmlinux 0x051a0bc1 stack_depot_fetch +EXPORT_SYMBOL_GPL vmlinux 0x052418d7 shash_no_setkey +EXPORT_SYMBOL_GPL vmlinux 0x052b4013 register_vmcore_cb +EXPORT_SYMBOL_GPL vmlinux 0x052c9aed ktime_get_real_fast_ns +EXPORT_SYMBOL_GPL vmlinux 0x0535bc5c __traceiter_pelt_se_tp +EXPORT_SYMBOL_GPL vmlinux 0x053d738a __SCK__tp_func_br_fdb_update +EXPORT_SYMBOL_GPL vmlinux 0x054e550b kernel_halt +EXPORT_SYMBOL_GPL vmlinux 0x056e06a3 netdev_walk_all_upper_dev_rcu +EXPORT_SYMBOL_GPL vmlinux 0x057f5651 ping_unhash +EXPORT_SYMBOL_GPL vmlinux 0x05883efb __traceiter_suspend_resume +EXPORT_SYMBOL_GPL vmlinux 0x058c6377 for_each_kernel_tracepoint +EXPORT_SYMBOL_GPL vmlinux 0x058df9f6 tty_encode_baud_rate +EXPORT_SYMBOL_GPL vmlinux 0x05a36048 devl_resource_occ_get_unregister +EXPORT_SYMBOL_GPL vmlinux 0x05b94b69 debugfs_create_ulong +EXPORT_SYMBOL_GPL vmlinux 0x05d05b94 gpiochip_reqres_irq +EXPORT_SYMBOL_GPL vmlinux 0x05df8772 __root_device_register +EXPORT_SYMBOL_GPL vmlinux 0x05efd83b mptcp_diag_fill_info +EXPORT_SYMBOL_GPL vmlinux 0x05f66079 posix_acl_access_xattr_handler +EXPORT_SYMBOL_GPL vmlinux 0x06055a23 __tracepoint_pelt_se_tp +EXPORT_SYMBOL_GPL vmlinux 0x061a6a17 rht_bucket_nested +EXPORT_SYMBOL_GPL vmlinux 0x06209f49 phy_lookup_setting +EXPORT_SYMBOL_GPL vmlinux 0x06254cff scsi_ioctl_block_when_processing_errors +EXPORT_SYMBOL_GPL vmlinux 0x064db9a5 mark_mounts_for_expiry +EXPORT_SYMBOL_GPL vmlinux 0x064f2b18 inet6_csk_addr2sockaddr +EXPORT_SYMBOL_GPL vmlinux 0x065a7a23 atomic_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x06616177 inet_unhash +EXPORT_SYMBOL_GPL vmlinux 0x06839fc2 shmem_file_setup_with_mnt +EXPORT_SYMBOL_GPL vmlinux 0x06853a46 gpiod_get_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x0691098d proc_create_net_data +EXPORT_SYMBOL_GPL vmlinux 0x06975577 blk_mq_unquiesce_queue +EXPORT_SYMBOL_GPL vmlinux 0x06cca30b ring_buffer_record_off +EXPORT_SYMBOL_GPL vmlinux 0x06d21ef0 __audit_inode_child +EXPORT_SYMBOL_GPL vmlinux 0x06d47950 ipv4_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0x06d6d2d3 crypto_register_scomp +EXPORT_SYMBOL_GPL vmlinux 0x06f5e981 phy_gbit_all_ports_features +EXPORT_SYMBOL_GPL vmlinux 0x07242d92 put_dax +EXPORT_SYMBOL_GPL vmlinux 0x0725294f devm_hwrng_unregister +EXPORT_SYMBOL_GPL vmlinux 0x073965bf inet6_sk_rebuild_header +EXPORT_SYMBOL_GPL vmlinux 0x07410f30 register_pernet_subsys +EXPORT_SYMBOL_GPL vmlinux 0x07483e13 cn_del_callback +EXPORT_SYMBOL_GPL vmlinux 0x0755cb74 fuse_dev_operations +EXPORT_SYMBOL_GPL vmlinux 0x0756a31c register_platform_power_off +EXPORT_SYMBOL_GPL vmlinux 0x0757eede stack_trace_snprint +EXPORT_SYMBOL_GPL vmlinux 0x078d22be platform_device_alloc +EXPORT_SYMBOL_GPL vmlinux 0x079b622f vp_modern_queue_address +EXPORT_SYMBOL_GPL vmlinux 0x07b52e38 rtnl_unregister +EXPORT_SYMBOL_GPL vmlinux 0x07baeb74 pcie_port_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x07be6905 net_inc_egress_queue +EXPORT_SYMBOL_GPL vmlinux 0x07cb7afb sfp_parse_port +EXPORT_SYMBOL_GPL vmlinux 0x07da3028 tcp_abort +EXPORT_SYMBOL_GPL vmlinux 0x07fd9795 __xdp_build_skb_from_frame +EXPORT_SYMBOL_GPL vmlinux 0x08115f5f kvm_vcpu_unmap +EXPORT_SYMBOL_GPL vmlinux 0x08135613 dax_write_cache +EXPORT_SYMBOL_GPL vmlinux 0x081fcfb9 generic_access_phys +EXPORT_SYMBOL_GPL vmlinux 0x08436119 klp_shadow_alloc +EXPORT_SYMBOL_GPL vmlinux 0x08605d40 gpiochip_line_is_irq +EXPORT_SYMBOL_GPL vmlinux 0x087e886d pci_dev_run_wake +EXPORT_SYMBOL_GPL vmlinux 0x0890d3b2 pci_store_saved_state +EXPORT_SYMBOL_GPL vmlinux 0x08a01b02 tty_kopen_exclusive +EXPORT_SYMBOL_GPL vmlinux 0x08ae3470 set_primary_fwnode +EXPORT_SYMBOL_GPL vmlinux 0x08b2e9aa hrtimer_try_to_cancel +EXPORT_SYMBOL_GPL vmlinux 0x08b6b0b4 pci_load_saved_state +EXPORT_SYMBOL_GPL vmlinux 0x08b75fd6 nf_queue_entry_free +EXPORT_SYMBOL_GPL vmlinux 0x08c61932 devl_region_create +EXPORT_SYMBOL_GPL vmlinux 0x08c78cf7 offline_and_remove_memory +EXPORT_SYMBOL_GPL vmlinux 0x08dcff98 crypto_unregister_skcipher +EXPORT_SYMBOL_GPL vmlinux 0x08f5d3e3 scm_driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0x0908a517 sysfs_remove_bin_file +EXPORT_SYMBOL_GPL vmlinux 0x09145c9a shmem_file_setup +EXPORT_SYMBOL_GPL vmlinux 0x091eb9b4 round_jiffies +EXPORT_SYMBOL_GPL vmlinux 0x09241dff skb_morph +EXPORT_SYMBOL_GPL vmlinux 0x09266dc0 crypto_shash_tfm_digest +EXPORT_SYMBOL_GPL vmlinux 0x093d4679 sysfs_update_groups +EXPORT_SYMBOL_GPL vmlinux 0x0976822d sfp_get_module_eeprom_by_page +EXPORT_SYMBOL_GPL vmlinux 0x09a43f1e unregister_trace_event +EXPORT_SYMBOL_GPL vmlinux 0x09b53e14 interval_tree_remove +EXPORT_SYMBOL_GPL vmlinux 0x0a252ed4 of_css +EXPORT_SYMBOL_GPL vmlinux 0x0a463293 __tracepoint_error_report_end +EXPORT_SYMBOL_GPL vmlinux 0x0a4f75e0 transport_add_device +EXPORT_SYMBOL_GPL vmlinux 0x0a7ceb30 __tracepoint_non_standard_event +EXPORT_SYMBOL_GPL vmlinux 0x0a82e086 bpf_trace_run10 +EXPORT_SYMBOL_GPL vmlinux 0x0ab98d79 mnt_user_ns +EXPORT_SYMBOL_GPL vmlinux 0x0acec99b gmap_fault +EXPORT_SYMBOL_GPL vmlinux 0x0ad16e41 debugfs_attr_read +EXPORT_SYMBOL_GPL vmlinux 0x0ad49a61 blk_add_driver_data +EXPORT_SYMBOL_GPL vmlinux 0x0ad994e9 device_create_bin_file +EXPORT_SYMBOL_GPL vmlinux 0x0b07abe2 unshare_fs_struct +EXPORT_SYMBOL_GPL vmlinux 0x0b0a3884 vp_modern_get_num_queues +EXPORT_SYMBOL_GPL vmlinux 0x0b11a171 klist_iter_exit +EXPORT_SYMBOL_GPL vmlinux 0x0b1deb58 vp_legacy_set_queue_address +EXPORT_SYMBOL_GPL vmlinux 0x0b28350c bpf_prog_sub +EXPORT_SYMBOL_GPL vmlinux 0x0b2db2d5 remove_resource +EXPORT_SYMBOL_GPL vmlinux 0x0b333d93 decrypt_blob +EXPORT_SYMBOL_GPL vmlinux 0x0b89658c pci_hp_deregister +EXPORT_SYMBOL_GPL vmlinux 0x0b8c8a23 static_key_fast_inc_not_disabled +EXPORT_SYMBOL_GPL vmlinux 0x0b913655 fixed_phy_change_carrier +EXPORT_SYMBOL_GPL vmlinux 0x0ba139bd virtqueue_add_sgs +EXPORT_SYMBOL_GPL vmlinux 0x0bb27ff5 __platform_create_bundle +EXPORT_SYMBOL_GPL vmlinux 0x0bbdc9b2 remove_memory +EXPORT_SYMBOL_GPL vmlinux 0x0bc5481b clock_comparator_max +EXPORT_SYMBOL_GPL vmlinux 0x0be3dc71 synth_event_add_val +EXPORT_SYMBOL_GPL vmlinux 0x0be5d5c0 ip_tunnel_netlink_parms +EXPORT_SYMBOL_GPL vmlinux 0x0bf32478 __SCK__tp_func_pelt_rt_tp +EXPORT_SYMBOL_GPL vmlinux 0x0bf542de device_set_node +EXPORT_SYMBOL_GPL vmlinux 0x0bf5989d ip6_input +EXPORT_SYMBOL_GPL vmlinux 0x0bf7380b chp_get_sch_opm +EXPORT_SYMBOL_GPL vmlinux 0x0c26bdd5 klist_next +EXPORT_SYMBOL_GPL vmlinux 0x0c2c5802 work_busy +EXPORT_SYMBOL_GPL vmlinux 0x0c356490 hvc_alloc +EXPORT_SYMBOL_GPL vmlinux 0x0c720328 invalidate_inode_pages2 +EXPORT_SYMBOL_GPL vmlinux 0x0c88c1c3 pci_vpd_find_id_string +EXPORT_SYMBOL_GPL vmlinux 0x0c8f9149 crypto_stats_decompress +EXPORT_SYMBOL_GPL vmlinux 0x0cc9d36c iommu_group_claim_dma_owner +EXPORT_SYMBOL_GPL vmlinux 0x0ce38c5f bpf_map_inc +EXPORT_SYMBOL_GPL vmlinux 0x0ce4fb55 posix_clock_register +EXPORT_SYMBOL_GPL vmlinux 0x0cf20f04 metadata_dst_alloc +EXPORT_SYMBOL_GPL vmlinux 0x0d0f6d9d dm_report_zones +EXPORT_SYMBOL_GPL vmlinux 0x0d11d103 __pci_hp_initialize +EXPORT_SYMBOL_GPL vmlinux 0x0d20dbdf pci_disable_pcie_error_reporting +EXPORT_SYMBOL_GPL vmlinux 0x0d2caa2f vp_modern_set_features +EXPORT_SYMBOL_GPL vmlinux 0x0d35a2fc skb_pull_rcsum +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 0x0d608baf blkg_conf_prep +EXPORT_SYMBOL_GPL vmlinux 0x0d6a49d4 tcp_memory_per_cpu_fw_alloc +EXPORT_SYMBOL_GPL vmlinux 0x0d952321 fib4_rule_default +EXPORT_SYMBOL_GPL vmlinux 0x0da7027e dma_can_mmap +EXPORT_SYMBOL_GPL vmlinux 0x0dc3ed98 cpci_hp_register_controller +EXPORT_SYMBOL_GPL vmlinux 0x0dd80dfc disk_uevent +EXPORT_SYMBOL_GPL vmlinux 0x0ddb1cd7 llist_reverse_order +EXPORT_SYMBOL_GPL vmlinux 0x0dfac6e2 __auxiliary_driver_register +EXPORT_SYMBOL_GPL vmlinux 0x0e0c6a7d crypto_dh_encode_key +EXPORT_SYMBOL_GPL vmlinux 0x0e42dcff fuse_sync_release +EXPORT_SYMBOL_GPL vmlinux 0x0e50b1fc blk_mq_unquiesce_tagset +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 0x0e7ed4cb firmware_request_platform +EXPORT_SYMBOL_GPL vmlinux 0x0e8405dd scsi_flush_work +EXPORT_SYMBOL_GPL vmlinux 0x0e9a970b fat_sync_inode +EXPORT_SYMBOL_GPL vmlinux 0x0eb115e0 tcp_ca_openreq_child +EXPORT_SYMBOL_GPL vmlinux 0x0eb763b9 vp_modern_generation +EXPORT_SYMBOL_GPL vmlinux 0x0ecfea88 btf_type_by_id +EXPORT_SYMBOL_GPL vmlinux 0x0ed5566d crypto_stats_aead_encrypt +EXPORT_SYMBOL_GPL vmlinux 0x0ee3e893 scsi_mode_select +EXPORT_SYMBOL_GPL vmlinux 0x0f16cd0a crypto_stats_skcipher_decrypt +EXPORT_SYMBOL_GPL vmlinux 0x0f180070 ring_buffer_free_read_page +EXPORT_SYMBOL_GPL vmlinux 0x0f357e39 virtio_config_changed +EXPORT_SYMBOL_GPL vmlinux 0x0f360b33 wb_writeout_inc +EXPORT_SYMBOL_GPL vmlinux 0x0f3b8882 rht_bucket_nested_insert +EXPORT_SYMBOL_GPL vmlinux 0x0f7432fa xas_split_alloc +EXPORT_SYMBOL_GPL vmlinux 0x0fd23d57 to_software_node +EXPORT_SYMBOL_GPL vmlinux 0x0fd4610e kmem_dump_obj +EXPORT_SYMBOL_GPL vmlinux 0x0fe3259b mas_expected_entries +EXPORT_SYMBOL_GPL vmlinux 0x0ff82a4f device_set_of_node_from_dev +EXPORT_SYMBOL_GPL vmlinux 0x0ffdc474 xfrm_state_mtu +EXPORT_SYMBOL_GPL vmlinux 0x10039c44 transport_configure_device +EXPORT_SYMBOL_GPL vmlinux 0x10102052 ping_hash +EXPORT_SYMBOL_GPL vmlinux 0x10138352 tracing_on +EXPORT_SYMBOL_GPL vmlinux 0x108e77f5 parse_OID +EXPORT_SYMBOL_GPL vmlinux 0x10a7f7e7 gpiochip_irq_unmap +EXPORT_SYMBOL_GPL vmlinux 0x10b8737a iommu_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x10b89330 crypto_has_shash +EXPORT_SYMBOL_GPL vmlinux 0x10b9884f __folio_lock_killable +EXPORT_SYMBOL_GPL vmlinux 0x10c33482 debugfs_print_regs32 +EXPORT_SYMBOL_GPL vmlinux 0x10cdec55 seg6_do_srh_inline +EXPORT_SYMBOL_GPL vmlinux 0x10d05ee0 debugfs_attr_write_signed +EXPORT_SYMBOL_GPL vmlinux 0x10d9f317 stack_depot_init +EXPORT_SYMBOL_GPL vmlinux 0x10ffd660 gmap_discard +EXPORT_SYMBOL_GPL vmlinux 0x11173b4c pci_get_dsn +EXPORT_SYMBOL_GPL vmlinux 0x111f2c25 sprint_OID +EXPORT_SYMBOL_GPL vmlinux 0x114c9514 dw_pcie_wait_for_link +EXPORT_SYMBOL_GPL vmlinux 0x1164ed5f gfn_to_pfn_prot +EXPORT_SYMBOL_GPL vmlinux 0x116b21e1 mmput +EXPORT_SYMBOL_GPL vmlinux 0x119a6c61 tracing_cond_snapshot_data +EXPORT_SYMBOL_GPL vmlinux 0x11a8aee9 platform_device_add +EXPORT_SYMBOL_GPL vmlinux 0x11b6c59c iov_iter_get_pages +EXPORT_SYMBOL_GPL vmlinux 0x11d30685 blk_mq_hctx_set_fq_lock_class +EXPORT_SYMBOL_GPL vmlinux 0x11df0e75 devlink_fmsg_binary_pair_nest_start +EXPORT_SYMBOL_GPL vmlinux 0x11ed3995 pci_cfg_access_trylock +EXPORT_SYMBOL_GPL vmlinux 0x11f2c706 dma_free_pages +EXPORT_SYMBOL_GPL vmlinux 0x11fdf4ce hvc_instantiate +EXPORT_SYMBOL_GPL vmlinux 0x1213db81 crypto_hash_walk_done +EXPORT_SYMBOL_GPL vmlinux 0x121d958a unregister_die_notifier +EXPORT_SYMBOL_GPL vmlinux 0x121e72c4 nfnl_ct_hook +EXPORT_SYMBOL_GPL vmlinux 0x1223f1d0 verify_signature +EXPORT_SYMBOL_GPL vmlinux 0x12289193 simple_attr_write_signed +EXPORT_SYMBOL_GPL vmlinux 0x1234e483 get_cpu_iowait_time_us +EXPORT_SYMBOL_GPL vmlinux 0x12380693 gpiod_get_index +EXPORT_SYMBOL_GPL vmlinux 0x123e503d pci_epf_unbind +EXPORT_SYMBOL_GPL vmlinux 0x1246a7c0 inet_send_prepare +EXPORT_SYMBOL_GPL vmlinux 0x12537dae __tracepoint_napi_poll +EXPORT_SYMBOL_GPL vmlinux 0x1272c38e get_net_ns_by_fd +EXPORT_SYMBOL_GPL vmlinux 0x1281a61a __class_create +EXPORT_SYMBOL_GPL vmlinux 0x1289ee60 iomap_file_unshare +EXPORT_SYMBOL_GPL vmlinux 0x129769e4 phy_resolve_aneg_pause +EXPORT_SYMBOL_GPL vmlinux 0x1297d055 vfs_get_acl +EXPORT_SYMBOL_GPL vmlinux 0x12aa99bf tcp_reno_undo_cwnd +EXPORT_SYMBOL_GPL vmlinux 0x12b03ba1 scsi_internal_device_unblock_nowait +EXPORT_SYMBOL_GPL vmlinux 0x12cdbd51 verify_pkcs7_signature +EXPORT_SYMBOL_GPL vmlinux 0x12d074f0 skb_mpls_dec_ttl +EXPORT_SYMBOL_GPL vmlinux 0x12e4e5e0 blkcg_activate_policy +EXPORT_SYMBOL_GPL vmlinux 0x12ee1173 memory_group_unregister +EXPORT_SYMBOL_GPL vmlinux 0x12f1f15c ZSTD_getErrorCode +EXPORT_SYMBOL_GPL vmlinux 0x1308b90f destroy_memory_type +EXPORT_SYMBOL_GPL vmlinux 0x131db64a system_long_wq +EXPORT_SYMBOL_GPL vmlinux 0x1321c552 page_endio +EXPORT_SYMBOL_GPL vmlinux 0x13370c5b blk_mq_wait_quiesce_done +EXPORT_SYMBOL_GPL vmlinux 0x133969d7 __trace_printk +EXPORT_SYMBOL_GPL vmlinux 0x134f90e4 class_dev_iter_next +EXPORT_SYMBOL_GPL vmlinux 0x1358b813 pci_msix_free_irq +EXPORT_SYMBOL_GPL vmlinux 0x13640660 get_cached_msi_msg +EXPORT_SYMBOL_GPL vmlinux 0x138ca376 genphy_c45_an_config_aneg +EXPORT_SYMBOL_GPL vmlinux 0x138e0957 dax_write_cache_enabled +EXPORT_SYMBOL_GPL vmlinux 0x13c6c2ab bpf_prog_inc_not_zero +EXPORT_SYMBOL_GPL vmlinux 0x13cecf88 genphy_c45_read_lpa +EXPORT_SYMBOL_GPL vmlinux 0x13cef7a5 kobject_get_path +EXPORT_SYMBOL_GPL vmlinux 0x13d4e004 device_remove_bin_file +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 0x1450f01b fuse_dev_install +EXPORT_SYMBOL_GPL vmlinux 0x146cc88f bpf_master_redirect_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0x147767ac sk_clone_lock +EXPORT_SYMBOL_GPL vmlinux 0x1478477d generic_device_group +EXPORT_SYMBOL_GPL vmlinux 0x14995afd crypto_comp_compress +EXPORT_SYMBOL_GPL vmlinux 0x149ebd4d crypto_register_akcipher +EXPORT_SYMBOL_GPL vmlinux 0x14a57fec gpiod_get_array +EXPORT_SYMBOL_GPL vmlinux 0x14b0414a fsnotify_destroy_mark +EXPORT_SYMBOL_GPL vmlinux 0x14bcf55f access_process_vm +EXPORT_SYMBOL_GPL vmlinux 0x14be788b crypto_register_instance +EXPORT_SYMBOL_GPL vmlinux 0x14d1a58e strp_init +EXPORT_SYMBOL_GPL vmlinux 0x151475c1 dm_per_bio_data +EXPORT_SYMBOL_GPL vmlinux 0x153b60a6 klist_del +EXPORT_SYMBOL_GPL vmlinux 0x15510a89 devlink_fmsg_binary_put +EXPORT_SYMBOL_GPL vmlinux 0x1563354d crypto_stats_akcipher_decrypt +EXPORT_SYMBOL_GPL vmlinux 0x15693c41 sysfs_create_groups +EXPORT_SYMBOL_GPL vmlinux 0x1576cbad disk_force_media_change +EXPORT_SYMBOL_GPL vmlinux 0x157bc422 s390_enable_skey +EXPORT_SYMBOL_GPL vmlinux 0x15840981 crypto_larval_alloc +EXPORT_SYMBOL_GPL vmlinux 0x1594695f skb_gso_validate_network_len +EXPORT_SYMBOL_GPL vmlinux 0x159d5a81 devlink_resource_occ_get_register +EXPORT_SYMBOL_GPL vmlinux 0x15ade1cc filter_irq_stacks +EXPORT_SYMBOL_GPL vmlinux 0x15bd7435 psi_memstall_leave +EXPORT_SYMBOL_GPL vmlinux 0x15c60a71 __tracepoint_pelt_dl_tp +EXPORT_SYMBOL_GPL vmlinux 0x15c760d7 genphy_c45_config_aneg +EXPORT_SYMBOL_GPL vmlinux 0x15ce72e6 cpu_device_create +EXPORT_SYMBOL_GPL vmlinux 0x15d9e669 fib_rules_seq_read +EXPORT_SYMBOL_GPL vmlinux 0x15e22b68 iommu_present +EXPORT_SYMBOL_GPL vmlinux 0x16080abf trace_put_event_file +EXPORT_SYMBOL_GPL vmlinux 0x1639c99c dax_remap_file_range_prep +EXPORT_SYMBOL_GPL vmlinux 0x16422a6e xdp_reg_mem_model +EXPORT_SYMBOL_GPL vmlinux 0x164561b9 device_get_child_node_count +EXPORT_SYMBOL_GPL vmlinux 0x164ed636 splice_to_pipe +EXPORT_SYMBOL_GPL vmlinux 0x16623182 mt_next +EXPORT_SYMBOL_GPL vmlinux 0x166beaec enable_cmf +EXPORT_SYMBOL_GPL vmlinux 0x16772a52 irq_set_chip_and_handler_name +EXPORT_SYMBOL_GPL vmlinux 0x1678f30c crypto_alg_sem +EXPORT_SYMBOL_GPL vmlinux 0x1687ec20 tty_get_frame_size +EXPORT_SYMBOL_GPL vmlinux 0x16946865 elv_rqhash_del +EXPORT_SYMBOL_GPL vmlinux 0x16b69bc8 zpci_store +EXPORT_SYMBOL_GPL vmlinux 0x16b81b26 crypto_unregister_rngs +EXPORT_SYMBOL_GPL vmlinux 0x16b8f823 fwnode_get_phy_mode +EXPORT_SYMBOL_GPL vmlinux 0x16da1f88 devlink_fmsg_u32_put +EXPORT_SYMBOL_GPL vmlinux 0x16ddea04 crypto_unregister_acomps +EXPORT_SYMBOL_GPL vmlinux 0x16dfbf36 add_interrupt_randomness +EXPORT_SYMBOL_GPL vmlinux 0x16f31105 __netpoll_setup +EXPORT_SYMBOL_GPL vmlinux 0x170cc36c put_timespec64 +EXPORT_SYMBOL_GPL vmlinux 0x17149987 trace_print_bitmask_seq +EXPORT_SYMBOL_GPL vmlinux 0x171e603e gpiod_set_raw_value +EXPORT_SYMBOL_GPL vmlinux 0x172345a3 security_inode_create +EXPORT_SYMBOL_GPL vmlinux 0x172989cf gmap_shadow_pgt +EXPORT_SYMBOL_GPL vmlinux 0x174c6274 ring_buffer_time_stamp +EXPORT_SYMBOL_GPL vmlinux 0x175aecbc uprobe_unregister +EXPORT_SYMBOL_GPL vmlinux 0x176031a7 devlink_fmsg_string_put +EXPORT_SYMBOL_GPL vmlinux 0x1774e119 relay_file_operations +EXPORT_SYMBOL_GPL vmlinux 0x177795f4 devm_add_action +EXPORT_SYMBOL_GPL vmlinux 0x178b0c0f __get_task_comm +EXPORT_SYMBOL_GPL vmlinux 0x17a1c916 fscrypt_drop_inode +EXPORT_SYMBOL_GPL vmlinux 0x17cad69a firmware_kobj +EXPORT_SYMBOL_GPL vmlinux 0x17d9b056 bio_add_zone_append_page +EXPORT_SYMBOL_GPL vmlinux 0x17e37546 uprobe_register_refctr +EXPORT_SYMBOL_GPL vmlinux 0x17fefdb0 __ndisc_fill_addr_option +EXPORT_SYMBOL_GPL vmlinux 0x18008c59 ring_buffer_resize +EXPORT_SYMBOL_GPL vmlinux 0x1806c3c1 fat_detach +EXPORT_SYMBOL_GPL vmlinux 0x181c75bd ipv6_bpf_stub +EXPORT_SYMBOL_GPL vmlinux 0x182e2f09 cn_netlink_send_mult +EXPORT_SYMBOL_GPL vmlinux 0x1852c587 mddev_suspend +EXPORT_SYMBOL_GPL vmlinux 0x1864813c ZSTD_customCalloc +EXPORT_SYMBOL_GPL vmlinux 0x18689799 pci_hp_del +EXPORT_SYMBOL_GPL vmlinux 0x18a03ce2 gpiod_set_consumer_name +EXPORT_SYMBOL_GPL vmlinux 0x18e4f8aa swphy_read_reg +EXPORT_SYMBOL_GPL vmlinux 0x18f7fe5a sched_setattr_nocheck +EXPORT_SYMBOL_GPL vmlinux 0x18fb2caf cpus_read_unlock +EXPORT_SYMBOL_GPL vmlinux 0x19070e62 __sock_recv_wifi_status +EXPORT_SYMBOL_GPL vmlinux 0x193dfdf6 klp_get_prev_state +EXPORT_SYMBOL_GPL vmlinux 0x1949b364 crypto_larval_kill +EXPORT_SYMBOL_GPL vmlinux 0x194ea493 crypto_alg_mod_lookup +EXPORT_SYMBOL_GPL vmlinux 0x194f1cd5 gpiod_direction_output_raw +EXPORT_SYMBOL_GPL vmlinux 0x19738d3d fwnode_device_is_available +EXPORT_SYMBOL_GPL vmlinux 0x19808dda unregister_kprobes +EXPORT_SYMBOL_GPL vmlinux 0x19821689 __tracepoint_fdb_delete +EXPORT_SYMBOL_GPL vmlinux 0x19848b0f virtio_reset_device +EXPORT_SYMBOL_GPL vmlinux 0x199406d6 bpf_trace_run1 +EXPORT_SYMBOL_GPL vmlinux 0x1997b303 crypto_skcipher_encrypt +EXPORT_SYMBOL_GPL vmlinux 0x19a8a76f wbc_attach_and_unlock_inode +EXPORT_SYMBOL_GPL vmlinux 0x19bfdfc9 __udp4_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0x19c42957 blk_op_str +EXPORT_SYMBOL_GPL vmlinux 0x19f33626 nf_ctnetlink_has_listener +EXPORT_SYMBOL_GPL vmlinux 0x1a061506 platform_get_irq_byname +EXPORT_SYMBOL_GPL vmlinux 0x1a10c32b crypto_ft_tab +EXPORT_SYMBOL_GPL vmlinux 0x1a28d453 kthread_queue_delayed_work +EXPORT_SYMBOL_GPL vmlinux 0x1a2c560a blk_crypto_has_capabilities +EXPORT_SYMBOL_GPL vmlinux 0x1a4c3b55 md_bitmap_resize +EXPORT_SYMBOL_GPL vmlinux 0x1a5222ea netdev_walk_all_lower_dev_rcu +EXPORT_SYMBOL_GPL vmlinux 0x1a6bf28f fsnotify_get_cookie +EXPORT_SYMBOL_GPL vmlinux 0x1a876574 __tracepoint_attach_device_to_domain +EXPORT_SYMBOL_GPL vmlinux 0x1a89bffb pci_set_cacheline_size +EXPORT_SYMBOL_GPL vmlinux 0x1a9acdc1 blk_mq_freeze_queue_wait_timeout +EXPORT_SYMBOL_GPL vmlinux 0x1aa0bf5d query_asymmetric_key +EXPORT_SYMBOL_GPL vmlinux 0x1aac6df6 blocking_notifier_chain_register_unique_prio +EXPORT_SYMBOL_GPL vmlinux 0x1ab489bd pci_user_write_config_dword +EXPORT_SYMBOL_GPL vmlinux 0x1abd982f trace_event_buffer_commit +EXPORT_SYMBOL_GPL vmlinux 0x1acd18c8 cpuset_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0x1acdfb8e kvm_write_guest_page +EXPORT_SYMBOL_GPL vmlinux 0x1adda77c devres_add +EXPORT_SYMBOL_GPL vmlinux 0x1aefaaef kill_pid_usb_asyncio +EXPORT_SYMBOL_GPL vmlinux 0x1af267f8 int_pow +EXPORT_SYMBOL_GPL vmlinux 0x1af4dcdd phy_restore_page +EXPORT_SYMBOL_GPL vmlinux 0x1af71261 iommu_device_register +EXPORT_SYMBOL_GPL vmlinux 0x1af7cff3 __clocksource_register_scale +EXPORT_SYMBOL_GPL vmlinux 0x1b0602c1 cond_synchronize_rcu_full +EXPORT_SYMBOL_GPL vmlinux 0x1b0f70f3 crc64_be +EXPORT_SYMBOL_GPL vmlinux 0x1b1f5ad0 gpio_request_array +EXPORT_SYMBOL_GPL vmlinux 0x1b4a5795 crypto_alloc_acomp +EXPORT_SYMBOL_GPL vmlinux 0x1b5646ff crypto_register_ahash +EXPORT_SYMBOL_GPL vmlinux 0x1b59ebc0 __fl6_sock_lookup +EXPORT_SYMBOL_GPL vmlinux 0x1b6c5a67 chsc_error_from_response +EXPORT_SYMBOL_GPL vmlinux 0x1b92e41d inet_putpeer +EXPORT_SYMBOL_GPL vmlinux 0x1bb677c7 get_net_ns_by_id +EXPORT_SYMBOL_GPL vmlinux 0x1bb8f60a fib_add_nexthop +EXPORT_SYMBOL_GPL vmlinux 0x1bc06686 vp_legacy_get_status +EXPORT_SYMBOL_GPL vmlinux 0x1bc09c86 netdev_walk_all_lower_dev +EXPORT_SYMBOL_GPL vmlinux 0x1bc7b8bd software_node_register_nodes +EXPORT_SYMBOL_GPL vmlinux 0x1bc87846 tpm_chip_stop +EXPORT_SYMBOL_GPL vmlinux 0x1bda3f58 list_lru_walk_node +EXPORT_SYMBOL_GPL vmlinux 0x1be38437 __platform_register_drivers +EXPORT_SYMBOL_GPL vmlinux 0x1bee4974 sg_alloc_table_chained +EXPORT_SYMBOL_GPL vmlinux 0x1bfad06e mpi_print +EXPORT_SYMBOL_GPL vmlinux 0x1c21e623 devl_dpipe_headers_unregister +EXPORT_SYMBOL_GPL vmlinux 0x1c2a816f fs_dax_get_by_bdev +EXPORT_SYMBOL_GPL vmlinux 0x1c5378e0 device_get_phy_mode +EXPORT_SYMBOL_GPL vmlinux 0x1c5b1f28 irq_free_descs +EXPORT_SYMBOL_GPL vmlinux 0x1c678158 show_class_attr_string +EXPORT_SYMBOL_GPL vmlinux 0x1c6e8b9c unregister_kretprobes +EXPORT_SYMBOL_GPL vmlinux 0x1c78ac3b devl_assert_locked +EXPORT_SYMBOL_GPL vmlinux 0x1c87a811 __round_jiffies_up +EXPORT_SYMBOL_GPL vmlinux 0x1c971a7d component_bind_all +EXPORT_SYMBOL_GPL vmlinux 0x1c9c5d93 iommu_fwspec_add_ids +EXPORT_SYMBOL_GPL vmlinux 0x1cbd92b0 cpu_mitigations_off +EXPORT_SYMBOL_GPL vmlinux 0x1cc69342 devm_device_add_group +EXPORT_SYMBOL_GPL vmlinux 0x1d222ced irq_get_irqchip_state +EXPORT_SYMBOL_GPL vmlinux 0x1d382e84 gpiod_get_optional +EXPORT_SYMBOL_GPL vmlinux 0x1d397462 vma_kernel_pagesize +EXPORT_SYMBOL_GPL vmlinux 0x1d3b325c devl_resource_register +EXPORT_SYMBOL_GPL vmlinux 0x1d403c5c shash_ahash_finup +EXPORT_SYMBOL_GPL vmlinux 0x1dba87a3 pci_cfg_access_unlock +EXPORT_SYMBOL_GPL vmlinux 0x1dbd3a5d virtqueue_enable_cb_prepare +EXPORT_SYMBOL_GPL vmlinux 0x1dca8012 klist_prev +EXPORT_SYMBOL_GPL vmlinux 0x1de237ba serdev_device_close +EXPORT_SYMBOL_GPL vmlinux 0x1df2a563 pci_epc_get_features +EXPORT_SYMBOL_GPL vmlinux 0x1dfa5dbd mpi_invm +EXPORT_SYMBOL_GPL vmlinux 0x1e159315 fwnode_graph_get_endpoint_by_id +EXPORT_SYMBOL_GPL vmlinux 0x1e1d8cdb pci_epc_unmap_addr +EXPORT_SYMBOL_GPL vmlinux 0x1e20f13f freq_qos_remove_notifier +EXPORT_SYMBOL_GPL vmlinux 0x1e486892 blk_trace_setup +EXPORT_SYMBOL_GPL vmlinux 0x1e53f827 stack_depot_print +EXPORT_SYMBOL_GPL vmlinux 0x1e7bbcb3 kernel_restart +EXPORT_SYMBOL_GPL vmlinux 0x1eb9516e round_jiffies_relative +EXPORT_SYMBOL_GPL vmlinux 0x1ebb33bf __srcu_read_lock +EXPORT_SYMBOL_GPL vmlinux 0x1ebf6c2a pci_power_names +EXPORT_SYMBOL_GPL vmlinux 0x1ed4d2eb percpu_ref_kill_and_confirm +EXPORT_SYMBOL_GPL vmlinux 0x1eec1238 blocking_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x1eee5baa device_property_read_u8_array +EXPORT_SYMBOL_GPL vmlinux 0x1ef20793 stop_core_cpuslocked +EXPORT_SYMBOL_GPL vmlinux 0x1ef58165 tracing_snapshot_cond_disable +EXPORT_SYMBOL_GPL vmlinux 0x1ef69033 tcp_sendmsg_locked +EXPORT_SYMBOL_GPL vmlinux 0x1efb84ac serdev_controller_remove +EXPORT_SYMBOL_GPL vmlinux 0x1f07ff1c acct_bioset_exit +EXPORT_SYMBOL_GPL vmlinux 0x1f12247a tty_port_tty_wakeup +EXPORT_SYMBOL_GPL vmlinux 0x1f15f809 pci_assign_unassigned_bus_resources +EXPORT_SYMBOL_GPL vmlinux 0x1f2d801a alarm_forward_now +EXPORT_SYMBOL_GPL vmlinux 0x1f348636 udp_abort +EXPORT_SYMBOL_GPL vmlinux 0x1f38a4f6 mpi_set_highbit +EXPORT_SYMBOL_GPL vmlinux 0x1f436eaf hrtimer_active +EXPORT_SYMBOL_GPL vmlinux 0x1f49a8fd dm_audit_log_bio +EXPORT_SYMBOL_GPL vmlinux 0x1f4e0727 inode_dax +EXPORT_SYMBOL_GPL vmlinux 0x1f563160 bpf_offload_dev_priv +EXPORT_SYMBOL_GPL vmlinux 0x1f68ab87 kernel_kobj +EXPORT_SYMBOL_GPL vmlinux 0x1f720949 srcu_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x1f8544b8 panic_timeout +EXPORT_SYMBOL_GPL vmlinux 0x1f8f53a4 trace_add_event_call +EXPORT_SYMBOL_GPL vmlinux 0x1fa1d95c sha256_zero_message_hash +EXPORT_SYMBOL_GPL vmlinux 0x1faf61f2 bpf_trace_run4 +EXPORT_SYMBOL_GPL vmlinux 0x1fb403c8 devl_trap_groups_register +EXPORT_SYMBOL_GPL vmlinux 0x1fe139d1 bio_associate_blkg_from_css +EXPORT_SYMBOL_GPL vmlinux 0x1fe438d0 gpiod_set_raw_array_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x1fe6e504 gpiod_add_hogs +EXPORT_SYMBOL_GPL vmlinux 0x2009e400 devlink_info_board_serial_number_put +EXPORT_SYMBOL_GPL vmlinux 0x2020fa7c virtqueue_detach_unused_buf +EXPORT_SYMBOL_GPL vmlinux 0x203ae76d ping_seq_start +EXPORT_SYMBOL_GPL vmlinux 0x20400e47 __inode_attach_wb +EXPORT_SYMBOL_GPL vmlinux 0x2046d924 dma_resv_get_singleton +EXPORT_SYMBOL_GPL vmlinux 0x20835a9f __xdp_release_frame +EXPORT_SYMBOL_GPL vmlinux 0x20a8b96a raw_v4_hashinfo +EXPORT_SYMBOL_GPL vmlinux 0x20c958d0 inet_csk_clone_lock +EXPORT_SYMBOL_GPL vmlinux 0x20cf5d59 crypto_stats_akcipher_encrypt +EXPORT_SYMBOL_GPL vmlinux 0x20d87aba genphy_c45_fast_retrain +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 0x210cbf5d dm_internal_suspend_fast +EXPORT_SYMBOL_GPL vmlinux 0x2116804d crypto_alloc_skcipher +EXPORT_SYMBOL_GPL vmlinux 0x211e3caf sbitmap_queue_min_shallow_depth +EXPORT_SYMBOL_GPL vmlinux 0x213943fe crypto_get_default_null_skcipher +EXPORT_SYMBOL_GPL vmlinux 0x21483c81 fscrypt_prepare_symlink +EXPORT_SYMBOL_GPL vmlinux 0x216de4e1 rcu_get_gp_kthreads_prio +EXPORT_SYMBOL_GPL vmlinux 0x218271fe tty_ldisc_ref +EXPORT_SYMBOL_GPL vmlinux 0x21a49f7f gpiod_get_raw_value +EXPORT_SYMBOL_GPL vmlinux 0x21a97c11 badblocks_check +EXPORT_SYMBOL_GPL vmlinux 0x21ac8b77 iommu_group_get_by_id +EXPORT_SYMBOL_GPL vmlinux 0x21cd536a crypto_put_default_null_skcipher +EXPORT_SYMBOL_GPL vmlinux 0x21dfbee0 fuse_init_fs_context_submount +EXPORT_SYMBOL_GPL vmlinux 0x21e5c880 xas_set_mark +EXPORT_SYMBOL_GPL vmlinux 0x21e6462e gpiochip_irq_domain_deactivate +EXPORT_SYMBOL_GPL vmlinux 0x21ea0ddf tty_port_tty_hangup +EXPORT_SYMBOL_GPL vmlinux 0x21f8d95b ahash_register_instance +EXPORT_SYMBOL_GPL vmlinux 0x2200061c __tracepoint_pelt_irq_tp +EXPORT_SYMBOL_GPL vmlinux 0x221c6f39 vp_legacy_get_features +EXPORT_SYMBOL_GPL vmlinux 0x22439ba2 sched_numa_hop_mask +EXPORT_SYMBOL_GPL vmlinux 0x224f3efc debugfs_create_file +EXPORT_SYMBOL_GPL vmlinux 0x225018a2 mt_prev +EXPORT_SYMBOL_GPL vmlinux 0x225808f5 crypto_register_ahashes +EXPORT_SYMBOL_GPL vmlinux 0x225a1820 dax_iomap_rw +EXPORT_SYMBOL_GPL vmlinux 0x226c8c18 devm_ioremap_uc +EXPORT_SYMBOL_GPL vmlinux 0x22820171 ccw_device_pnso +EXPORT_SYMBOL_GPL vmlinux 0x229e32d5 iomap_finish_ioends +EXPORT_SYMBOL_GPL vmlinux 0x22a50f5e zpci_mod_fc +EXPORT_SYMBOL_GPL vmlinux 0x22ab7517 devl_unlock +EXPORT_SYMBOL_GPL vmlinux 0x22b8146b __wake_up_locked_key_bookmark +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 0x22f18e18 balloon_page_list_enqueue +EXPORT_SYMBOL_GPL vmlinux 0x22fd08ba cpuacct_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0x2309bc63 ccw_device_siosl +EXPORT_SYMBOL_GPL vmlinux 0x230bca5e key_type_encrypted +EXPORT_SYMBOL_GPL vmlinux 0x230fe175 fat_alloc_new_dir +EXPORT_SYMBOL_GPL vmlinux 0x2311ebef gpiod_put_array +EXPORT_SYMBOL_GPL vmlinux 0x231383c7 pci_epc_destroy +EXPORT_SYMBOL_GPL vmlinux 0x233e64f3 dax_file_unshare +EXPORT_SYMBOL_GPL vmlinux 0x233f5316 sprint_oid +EXPORT_SYMBOL_GPL vmlinux 0x234cf416 devlink_fmsg_string_pair_put +EXPORT_SYMBOL_GPL vmlinux 0x236eeb71 validate_xmit_skb_list +EXPORT_SYMBOL_GPL vmlinux 0x237397c2 kernel_read_file_from_path +EXPORT_SYMBOL_GPL vmlinux 0x2378e622 vp_modern_get_features +EXPORT_SYMBOL_GPL vmlinux 0x23864ce7 cpuset_mem_spread_node +EXPORT_SYMBOL_GPL vmlinux 0x23bf3b22 skb_complete_tx_timestamp +EXPORT_SYMBOL_GPL vmlinux 0x23d32898 dw_pcie_host_init +EXPORT_SYMBOL_GPL vmlinux 0x23dc6308 kvm_vcpu_gfn_to_pfn_atomic +EXPORT_SYMBOL_GPL vmlinux 0x24080ebd rcu_trc_cmpxchg_need_qs +EXPORT_SYMBOL_GPL vmlinux 0x2421097b mpi_const +EXPORT_SYMBOL_GPL vmlinux 0x242cea50 crypto_create_tfm_node +EXPORT_SYMBOL_GPL vmlinux 0x243271e8 driver_register +EXPORT_SYMBOL_GPL vmlinux 0x24535b41 virtqueue_get_avail_addr +EXPORT_SYMBOL_GPL vmlinux 0x245c53dd exportfs_decode_fh_raw +EXPORT_SYMBOL_GPL vmlinux 0x2484e3c4 tty_port_register_device_attr_serdev +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 0x24961855 input_ff_flush +EXPORT_SYMBOL_GPL vmlinux 0x24b02914 md_do_sync +EXPORT_SYMBOL_GPL vmlinux 0x24c0f64d ip6_push_pending_frames +EXPORT_SYMBOL_GPL vmlinux 0x24cb9102 __rtnl_link_register +EXPORT_SYMBOL_GPL vmlinux 0x24cbf50e device_register +EXPORT_SYMBOL_GPL vmlinux 0x24d0e5a4 mdiobus_modify_changed +EXPORT_SYMBOL_GPL vmlinux 0x24da0093 rcu_inkernel_boot_has_ended +EXPORT_SYMBOL_GPL vmlinux 0x24e8bf0c cio_enable_subchannel +EXPORT_SYMBOL_GPL vmlinux 0x24f9dc31 switchdev_handle_port_obj_add_foreign +EXPORT_SYMBOL_GPL vmlinux 0x25284add list_lru_del +EXPORT_SYMBOL_GPL vmlinux 0x2528bddb devm_watchdog_register_device +EXPORT_SYMBOL_GPL vmlinux 0x2546a962 fscrypt_context_for_new_inode +EXPORT_SYMBOL_GPL vmlinux 0x25497989 unix_peer_get +EXPORT_SYMBOL_GPL vmlinux 0x254dc38a tty_buffer_request_room +EXPORT_SYMBOL_GPL vmlinux 0x2592ba11 dma_alloc_pages +EXPORT_SYMBOL_GPL vmlinux 0x2592fc6c console_printk +EXPORT_SYMBOL_GPL vmlinux 0x259db5a8 hrtimer_sleeper_start_expires +EXPORT_SYMBOL_GPL vmlinux 0x25a07281 xfrm_audit_policy_add +EXPORT_SYMBOL_GPL vmlinux 0x25abbfbc subsys_virtual_register +EXPORT_SYMBOL_GPL vmlinux 0x25b33bb0 raw_seq_stop +EXPORT_SYMBOL_GPL vmlinux 0x25bbfa9a security_kernel_load_data +EXPORT_SYMBOL_GPL vmlinux 0x25ca3bd8 irq_domain_translate_twocell +EXPORT_SYMBOL_GPL vmlinux 0x2602236c watchdog_init_timeout +EXPORT_SYMBOL_GPL vmlinux 0x262180ca mddev_init +EXPORT_SYMBOL_GPL vmlinux 0x2646d674 mptcp_get_reset_option +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 0x2666331d key_type_logon +EXPORT_SYMBOL_GPL vmlinux 0x266a4b08 tasklet_unlock +EXPORT_SYMBOL_GPL vmlinux 0x267df662 smp_call_on_cpu +EXPORT_SYMBOL_GPL vmlinux 0x26ab4755 put_old_itimerspec32 +EXPORT_SYMBOL_GPL vmlinux 0x26ab8c47 l3mdev_master_upper_ifindex_by_index_rcu +EXPORT_SYMBOL_GPL vmlinux 0x26b0b011 __irq_domain_alloc_fwnode +EXPORT_SYMBOL_GPL vmlinux 0x26c80e8d subsys_system_register +EXPORT_SYMBOL_GPL vmlinux 0x26c90ea4 scsi_eh_get_sense +EXPORT_SYMBOL_GPL vmlinux 0x26d7f583 bpf_trace_run2 +EXPORT_SYMBOL_GPL vmlinux 0x26d96b4d blk_abort_request +EXPORT_SYMBOL_GPL vmlinux 0x26e0fc97 receive_fd +EXPORT_SYMBOL_GPL vmlinux 0x26ed2186 register_vmap_purge_notifier +EXPORT_SYMBOL_GPL vmlinux 0x27046576 kvm_exit +EXPORT_SYMBOL_GPL vmlinux 0x271d6343 tty_register_device_attr +EXPORT_SYMBOL_GPL vmlinux 0x27236eaf inet6_lookup_listener +EXPORT_SYMBOL_GPL vmlinux 0x2745ca8a sfp_module_insert +EXPORT_SYMBOL_GPL vmlinux 0x274dd1a3 sg_free_table_chained +EXPORT_SYMBOL_GPL vmlinux 0x275aaad4 pci_find_next_capability +EXPORT_SYMBOL_GPL vmlinux 0x278ba30e crypto_aead_setauthsize +EXPORT_SYMBOL_GPL vmlinux 0x27aa78ec auxiliary_driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0x27ba9902 dax_writeback_mapping_range +EXPORT_SYMBOL_GPL vmlinux 0x27c77311 linear_hugepage_index +EXPORT_SYMBOL_GPL vmlinux 0x27ccf62c fib_rule_matchall +EXPORT_SYMBOL_GPL vmlinux 0x27dc9471 __tracepoint_br_fdb_update +EXPORT_SYMBOL_GPL vmlinux 0x27de8a20 gpiod_enable_hw_timestamp_ns +EXPORT_SYMBOL_GPL vmlinux 0x27e59857 fuse_dev_release +EXPORT_SYMBOL_GPL vmlinux 0x27f40230 rcu_tasks_trace_qs_blkd +EXPORT_SYMBOL_GPL vmlinux 0x27f4f029 ftrace_set_global_filter +EXPORT_SYMBOL_GPL vmlinux 0x27fa66e1 nr_free_buffer_pages +EXPORT_SYMBOL_GPL vmlinux 0x2801ba4e fwnode_get_phy_node +EXPORT_SYMBOL_GPL vmlinux 0x2802c888 follow_pte +EXPORT_SYMBOL_GPL vmlinux 0x28151056 blk_mq_unfreeze_queue +EXPORT_SYMBOL_GPL vmlinux 0x281e483d gpiochip_populate_parent_fwspec_fourcell +EXPORT_SYMBOL_GPL vmlinux 0x28287102 tcp_bpf_update_proto +EXPORT_SYMBOL_GPL vmlinux 0x28360a06 dm_hold +EXPORT_SYMBOL_GPL vmlinux 0x2849c663 __wait_rcu_gp +EXPORT_SYMBOL_GPL vmlinux 0x284a5609 dst_cache_get +EXPORT_SYMBOL_GPL vmlinux 0x2864abc9 klist_node_attached +EXPORT_SYMBOL_GPL vmlinux 0x286cc647 async_synchronize_cookie_domain +EXPORT_SYMBOL_GPL vmlinux 0x288bf490 mddev_resume +EXPORT_SYMBOL_GPL vmlinux 0x2897d290 crypto_grab_aead +EXPORT_SYMBOL_GPL vmlinux 0x2898c995 evm_inode_init_security +EXPORT_SYMBOL_GPL vmlinux 0x289b7903 tty_wakeup +EXPORT_SYMBOL_GPL vmlinux 0x28a3562a fwnode_get_named_child_node +EXPORT_SYMBOL_GPL vmlinux 0x28a5c2c3 device_add_software_node +EXPORT_SYMBOL_GPL vmlinux 0x28a76dd7 platform_add_devices +EXPORT_SYMBOL_GPL vmlinux 0x28aa6a67 call_rcu +EXPORT_SYMBOL_GPL vmlinux 0x28b9963b devm_register_power_off_handler +EXPORT_SYMBOL_GPL vmlinux 0x28d0285c rhashtable_walk_exit +EXPORT_SYMBOL_GPL vmlinux 0x28d8b49a chsc_scm_info +EXPORT_SYMBOL_GPL vmlinux 0x28e60294 s390_unlist_old_asce +EXPORT_SYMBOL_GPL vmlinux 0x28eb7646 lwtunnel_output +EXPORT_SYMBOL_GPL vmlinux 0x28ec9ce4 irq_domain_translate_onecell +EXPORT_SYMBOL_GPL vmlinux 0x28f8113f ipv6_icmp_error +EXPORT_SYMBOL_GPL vmlinux 0x29072b36 devlink_port_init +EXPORT_SYMBOL_GPL vmlinux 0x290f68dd __traceiter_sched_util_est_cfs_tp +EXPORT_SYMBOL_GPL vmlinux 0x291876f3 mpi_ec_get_affine +EXPORT_SYMBOL_GPL vmlinux 0x291c1ae6 gpiod_get_raw_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x2921074c hrtimer_forward +EXPORT_SYMBOL_GPL vmlinux 0x29366b61 register_ftrace_direct +EXPORT_SYMBOL_GPL vmlinux 0x293f7691 dax_inode +EXPORT_SYMBOL_GPL vmlinux 0x29433519 filemap_range_has_writeback +EXPORT_SYMBOL_GPL vmlinux 0x294388bc cgroup_get_from_fd +EXPORT_SYMBOL_GPL vmlinux 0x295834e4 bio_associate_blkg +EXPORT_SYMBOL_GPL vmlinux 0x2963b020 sysfs_create_link_nowarn +EXPORT_SYMBOL_GPL vmlinux 0x296c48a7 ncsi_vlan_rx_kill_vid +EXPORT_SYMBOL_GPL vmlinux 0x299a8149 fsverity_verify_page +EXPORT_SYMBOL_GPL vmlinux 0x29a5c4c0 perf_event_enable +EXPORT_SYMBOL_GPL vmlinux 0x29cb90b2 fwnode_remove_software_node +EXPORT_SYMBOL_GPL vmlinux 0x29d00d6b ethtool_params_from_link_mode +EXPORT_SYMBOL_GPL vmlinux 0x29d1e99d iomap_fiemap +EXPORT_SYMBOL_GPL vmlinux 0x29deb0ac add_wait_queue_priority +EXPORT_SYMBOL_GPL vmlinux 0x29df7ded ccw_device_get_chid +EXPORT_SYMBOL_GPL vmlinux 0x29eba37f current_is_async +EXPORT_SYMBOL_GPL vmlinux 0x29eca432 iommu_dev_enable_feature +EXPORT_SYMBOL_GPL vmlinux 0x2a054602 securityfs_create_file +EXPORT_SYMBOL_GPL vmlinux 0x2a1538ca lzo1x_decompress_safe +EXPORT_SYMBOL_GPL vmlinux 0x2a1f2670 vfs_lock_file +EXPORT_SYMBOL_GPL vmlinux 0x2a37dbff scsi_check_sense +EXPORT_SYMBOL_GPL vmlinux 0x2a40d35a balloon_page_enqueue +EXPORT_SYMBOL_GPL vmlinux 0x2a4cd435 irq_domain_associate +EXPORT_SYMBOL_GPL vmlinux 0x2a503058 gpiod_direction_input +EXPORT_SYMBOL_GPL vmlinux 0x2a5ddbb1 strp_data_ready +EXPORT_SYMBOL_GPL vmlinux 0x2a62cb3a ring_buffer_overrun_cpu +EXPORT_SYMBOL_GPL vmlinux 0x2a72a950 securityfs_create_dir +EXPORT_SYMBOL_GPL vmlinux 0x2a72f38b devm_blk_crypto_profile_init +EXPORT_SYMBOL_GPL vmlinux 0x2a7316da __SCK__tp_func_neigh_cleanup_and_release +EXPORT_SYMBOL_GPL vmlinux 0x2a7e9841 genphy_c45_read_link +EXPORT_SYMBOL_GPL vmlinux 0x2a856d00 fscrypt_add_test_dummy_key +EXPORT_SYMBOL_GPL vmlinux 0x2a891be9 sysfs_rename_link_ns +EXPORT_SYMBOL_GPL vmlinux 0x2a976d1c dax_synchronous +EXPORT_SYMBOL_GPL vmlinux 0x2a9b236b rtm_getroute_parse_ip_proto +EXPORT_SYMBOL_GPL vmlinux 0x2a9f2b92 xdp_rxq_info_unreg_mem_model +EXPORT_SYMBOL_GPL vmlinux 0x2aa13aed fib6_new_table +EXPORT_SYMBOL_GPL vmlinux 0x2abccb50 crc64_rocksoft_generic +EXPORT_SYMBOL_GPL vmlinux 0x2ae9b35e is_virtio_device +EXPORT_SYMBOL_GPL vmlinux 0x2b00dc7a crypto_grab_skcipher +EXPORT_SYMBOL_GPL vmlinux 0x2b4509dd devlink_health_reporter_state_update +EXPORT_SYMBOL_GPL vmlinux 0x2b7aa44a vp_modern_get_queue_reset +EXPORT_SYMBOL_GPL vmlinux 0x2b8d6c7a blk_set_pm_only +EXPORT_SYMBOL_GPL vmlinux 0x2bd2915e kfree_strarray +EXPORT_SYMBOL_GPL vmlinux 0x2bd8a8bb blk_fill_rwbs +EXPORT_SYMBOL_GPL vmlinux 0x2be6b326 fwnode_get_next_available_child_node +EXPORT_SYMBOL_GPL vmlinux 0x2c178f71 blkcg_root_css +EXPORT_SYMBOL_GPL vmlinux 0x2c2bbf5a dst_cache_set_ip6 +EXPORT_SYMBOL_GPL vmlinux 0x2c3054f9 net_inc_ingress_queue +EXPORT_SYMBOL_GPL vmlinux 0x2c36cc85 __tracepoint_unmap +EXPORT_SYMBOL_GPL vmlinux 0x2c38a0c7 device_show_bool +EXPORT_SYMBOL_GPL vmlinux 0x2c5a1f66 disk_alloc_independent_access_ranges +EXPORT_SYMBOL_GPL vmlinux 0x2c66729f phy_basic_features +EXPORT_SYMBOL_GPL vmlinux 0x2c66ac85 devlink_info_serial_number_put +EXPORT_SYMBOL_GPL vmlinux 0x2c7256dc synth_event_add_field +EXPORT_SYMBOL_GPL vmlinux 0x2c790d4a __tracepoint_sched_util_est_cfs_tp +EXPORT_SYMBOL_GPL vmlinux 0x2c79f339 tty_perform_flush +EXPORT_SYMBOL_GPL vmlinux 0x2c7d13e2 __ioread32_copy +EXPORT_SYMBOL_GPL vmlinux 0x2c7db649 irq_dispose_mapping +EXPORT_SYMBOL_GPL vmlinux 0x2c834418 static_key_slow_inc +EXPORT_SYMBOL_GPL vmlinux 0x2c8bad56 smpboot_register_percpu_thread +EXPORT_SYMBOL_GPL vmlinux 0x2ca856f7 fuse_do_open +EXPORT_SYMBOL_GPL vmlinux 0x2cb22529 anon_transport_class_unregister +EXPORT_SYMBOL_GPL vmlinux 0x2cd82aa9 locks_alloc_lock +EXPORT_SYMBOL_GPL vmlinux 0x2cd92953 fat_add_entries +EXPORT_SYMBOL_GPL vmlinux 0x2ce61f33 __SCK__tp_func_br_fdb_add +EXPORT_SYMBOL_GPL vmlinux 0x2ce854bb tty_port_default_client_ops +EXPORT_SYMBOL_GPL vmlinux 0x2d1b02d2 usermodehelper_read_lock_wait +EXPORT_SYMBOL_GPL vmlinux 0x2d29e5bd dev_forward_skb +EXPORT_SYMBOL_GPL vmlinux 0x2d2dd36f kobj_ns_grab_current +EXPORT_SYMBOL_GPL vmlinux 0x2d41e6f5 __trace_puts +EXPORT_SYMBOL_GPL vmlinux 0x2d465f22 class_dev_iter_exit +EXPORT_SYMBOL_GPL vmlinux 0x2d546760 tpm2_probe +EXPORT_SYMBOL_GPL vmlinux 0x2d59fe06 device_property_read_u32_array +EXPORT_SYMBOL_GPL vmlinux 0x2d5f69b3 rcu_read_unlock_strict +EXPORT_SYMBOL_GPL vmlinux 0x2d609547 dax_direct_access +EXPORT_SYMBOL_GPL vmlinux 0x2d7727ae crypto_unregister_aeads +EXPORT_SYMBOL_GPL vmlinux 0x2d8f038f tpm2_flush_context +EXPORT_SYMBOL_GPL vmlinux 0x2dd46047 pci_probe_reset_slot +EXPORT_SYMBOL_GPL vmlinux 0x2ddd5b55 devlink_is_reload_failed +EXPORT_SYMBOL_GPL vmlinux 0x2def96dd watchdog_set_last_hw_keepalive +EXPORT_SYMBOL_GPL vmlinux 0x2e028ae6 rcutorture_get_gp_data +EXPORT_SYMBOL_GPL vmlinux 0x2e1d43cf lzo1x_1_compress +EXPORT_SYMBOL_GPL vmlinux 0x2e2360b1 ftrace_set_global_notrace +EXPORT_SYMBOL_GPL vmlinux 0x2e3867f6 kvm_put_kvm +EXPORT_SYMBOL_GPL vmlinux 0x2e47f7ac msi_domain_first_desc +EXPORT_SYMBOL_GPL vmlinux 0x2e66298c __SCK__tp_func_sched_util_est_cfs_tp +EXPORT_SYMBOL_GPL vmlinux 0x2e6fb622 crypto_alloc_akcipher +EXPORT_SYMBOL_GPL vmlinux 0x2e74f7b0 __list_lru_init +EXPORT_SYMBOL_GPL vmlinux 0x2e7f0499 seq_buf_printf +EXPORT_SYMBOL_GPL vmlinux 0x2e953313 file_ra_state_init +EXPORT_SYMBOL_GPL vmlinux 0x2e9af633 blk_crypto_profile_destroy +EXPORT_SYMBOL_GPL vmlinux 0x2ebb19fd execute_in_process_context +EXPORT_SYMBOL_GPL vmlinux 0x2ebe3135 cpu_is_hotpluggable +EXPORT_SYMBOL_GPL vmlinux 0x2ed489ec gfn_to_pfn_memslot +EXPORT_SYMBOL_GPL vmlinux 0x2eee2d24 skb_defer_rx_timestamp +EXPORT_SYMBOL_GPL vmlinux 0x2eefad3b netlink_strict_get_check +EXPORT_SYMBOL_GPL vmlinux 0x2ef5205c device_store_ulong +EXPORT_SYMBOL_GPL vmlinux 0x2efbd831 platform_get_mem_or_io +EXPORT_SYMBOL_GPL vmlinux 0x2f04dd8e synth_event_trace_start +EXPORT_SYMBOL_GPL vmlinux 0x2f15be49 call_switchdev_blocking_notifiers +EXPORT_SYMBOL_GPL vmlinux 0x2f1ea064 __SCK__tp_func_xdp_bulk_tx +EXPORT_SYMBOL_GPL vmlinux 0x2f2c95c4 flush_work +EXPORT_SYMBOL_GPL vmlinux 0x2f307403 scsi_nl_sock +EXPORT_SYMBOL_GPL vmlinux 0x2f43b013 css_next_descendant_pre +EXPORT_SYMBOL_GPL vmlinux 0x2f4880df static_key_slow_dec +EXPORT_SYMBOL_GPL vmlinux 0x2f4c8fcf fwnode_count_parents +EXPORT_SYMBOL_GPL vmlinux 0x2f4d16e4 generic_handle_domain_irq +EXPORT_SYMBOL_GPL vmlinux 0x2f64be23 alarm_start_relative +EXPORT_SYMBOL_GPL vmlinux 0x2fc1e0fe kmem_valid_obj +EXPORT_SYMBOL_GPL vmlinux 0x2fe0117e gpiochip_irq_domain_activate +EXPORT_SYMBOL_GPL vmlinux 0x2fef4b61 ncsi_start_dev +EXPORT_SYMBOL_GPL vmlinux 0x2ff241c5 dummy_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0x2ffb1d7e kvm_irq_has_notifier +EXPORT_SYMBOL_GPL vmlinux 0x3002afc6 kvm_destroy_vcpus +EXPORT_SYMBOL_GPL vmlinux 0x3004a613 dm_suspended +EXPORT_SYMBOL_GPL vmlinux 0x3061cfce ring_buffer_entries_cpu +EXPORT_SYMBOL_GPL vmlinux 0x30620d94 msg_zerocopy_realloc +EXPORT_SYMBOL_GPL vmlinux 0x3062bf9d dw_pcie_find_ext_capability +EXPORT_SYMBOL_GPL vmlinux 0x30696079 rhashtable_free_and_destroy +EXPORT_SYMBOL_GPL vmlinux 0x307851bf device_get_match_data +EXPORT_SYMBOL_GPL vmlinux 0x30a0a428 pcie_reset_flr +EXPORT_SYMBOL_GPL vmlinux 0x30a3136d crypto_ahash_finup +EXPORT_SYMBOL_GPL vmlinux 0x30c49215 register_ftrace_function +EXPORT_SYMBOL_GPL vmlinux 0x30d8a10c ip_route_output_tunnel +EXPORT_SYMBOL_GPL vmlinux 0x30ed3b52 umd_unload_blob +EXPORT_SYMBOL_GPL vmlinux 0x31019477 __ftrace_vbprintk +EXPORT_SYMBOL_GPL vmlinux 0x3111ccc4 iomap_invalidate_folio +EXPORT_SYMBOL_GPL vmlinux 0x311b819d tpm1_do_selftest +EXPORT_SYMBOL_GPL vmlinux 0x31266931 con_debug_leave +EXPORT_SYMBOL_GPL vmlinux 0x31406994 devl_rate_leaf_create +EXPORT_SYMBOL_GPL vmlinux 0x31571770 handle_untracked_irq +EXPORT_SYMBOL_GPL vmlinux 0x3158d1da anon_inode_getfd +EXPORT_SYMBOL_GPL vmlinux 0x31684f44 register_btf_fmodret_id_set +EXPORT_SYMBOL_GPL vmlinux 0x3187490a __SCK__tp_func_detach_device_from_domain +EXPORT_SYMBOL_GPL vmlinux 0x3188edae dequeue_signal +EXPORT_SYMBOL_GPL vmlinux 0x31935e03 iomap_zero_range +EXPORT_SYMBOL_GPL vmlinux 0x31a95e8b ring_buffer_record_enable_cpu +EXPORT_SYMBOL_GPL vmlinux 0x31a96544 nf_queue +EXPORT_SYMBOL_GPL vmlinux 0x31c6194f ip6_pol_route +EXPORT_SYMBOL_GPL vmlinux 0x31d3199b rhltable_init +EXPORT_SYMBOL_GPL vmlinux 0x31db3c9e crypto_shash_finup +EXPORT_SYMBOL_GPL vmlinux 0x320abdef tcf_dev_queue_xmit +EXPORT_SYMBOL_GPL vmlinux 0x32193e9f put_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0x3224b2a9 mpi_read_raw_from_sgl +EXPORT_SYMBOL_GPL vmlinux 0x323d8ea5 tpm_chip_alloc +EXPORT_SYMBOL_GPL vmlinux 0x3253b48e devm_get_free_pages +EXPORT_SYMBOL_GPL vmlinux 0x325888a3 __tracepoint_neigh_update +EXPORT_SYMBOL_GPL vmlinux 0x32655d5e ncsi_vlan_rx_add_vid +EXPORT_SYMBOL_GPL vmlinux 0x32836981 public_key_verify_signature +EXPORT_SYMBOL_GPL vmlinux 0x3288223f __trace_trigger_soft_disabled +EXPORT_SYMBOL_GPL vmlinux 0x328ccd32 mnt_want_write +EXPORT_SYMBOL_GPL vmlinux 0x329ba850 dst_blackhole_redirect +EXPORT_SYMBOL_GPL vmlinux 0x329c9be9 devlink_linecard_nested_dl_set +EXPORT_SYMBOL_GPL vmlinux 0x32ab06cc irq_percpu_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0x32bc0fcf preempt_notifier_dec +EXPORT_SYMBOL_GPL vmlinux 0x32c3cb4e class_compat_register +EXPORT_SYMBOL_GPL vmlinux 0x32d53ae1 posix_clock_unregister +EXPORT_SYMBOL_GPL vmlinux 0x330010b6 cpuset_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0x330f6116 set_dax_synchronous +EXPORT_SYMBOL_GPL vmlinux 0x3316582a bio_iov_iter_get_pages +EXPORT_SYMBOL_GPL vmlinux 0x332a7495 register_ftrace_direct_multi +EXPORT_SYMBOL_GPL vmlinux 0x332ede1e vfs_setxattr +EXPORT_SYMBOL_GPL vmlinux 0x335c570f enable_percpu_irq +EXPORT_SYMBOL_GPL vmlinux 0x335df1ee serdev_device_set_parity +EXPORT_SYMBOL_GPL vmlinux 0x3365771c ethnl_cable_test_result +EXPORT_SYMBOL_GPL vmlinux 0x337c5970 component_release_of +EXPORT_SYMBOL_GPL vmlinux 0x33892ce0 blk_mq_debugfs_rq_show +EXPORT_SYMBOL_GPL vmlinux 0x33906d9b __traceiter_devlink_trap_report +EXPORT_SYMBOL_GPL vmlinux 0x33956349 fscrypt_symlink_getattr +EXPORT_SYMBOL_GPL vmlinux 0x33a60dd6 rtnl_delete_link +EXPORT_SYMBOL_GPL vmlinux 0x33c0fe0c encrypt_blob +EXPORT_SYMBOL_GPL vmlinux 0x33dfd5ed report_iommu_fault +EXPORT_SYMBOL_GPL vmlinux 0x33efc8c8 trace_clock_local +EXPORT_SYMBOL_GPL vmlinux 0x33f90753 is_hash_blacklisted +EXPORT_SYMBOL_GPL vmlinux 0x33fb6c16 ip_valid_fib_dump_req +EXPORT_SYMBOL_GPL vmlinux 0x33fdf0b7 gmap_enable +EXPORT_SYMBOL_GPL vmlinux 0x340f80c1 set_secondary_fwnode +EXPORT_SYMBOL_GPL vmlinux 0x34181c17 netdev_cmd_to_name +EXPORT_SYMBOL_GPL vmlinux 0x3419f20d pci_destroy_slot +EXPORT_SYMBOL_GPL vmlinux 0x3423bdab gpiod_put +EXPORT_SYMBOL_GPL vmlinux 0x34407691 crypto_has_ahash +EXPORT_SYMBOL_GPL vmlinux 0x3446ef45 folio_wait_writeback_killable +EXPORT_SYMBOL_GPL vmlinux 0x344916ae blk_lld_busy +EXPORT_SYMBOL_GPL vmlinux 0x3450ad94 mpi_set_ui +EXPORT_SYMBOL_GPL vmlinux 0x345968eb kobj_sysfs_ops +EXPORT_SYMBOL_GPL vmlinux 0x3463a831 elv_register +EXPORT_SYMBOL_GPL vmlinux 0x346d8385 strp_process +EXPORT_SYMBOL_GPL vmlinux 0x3488e5a0 ack_all_badblocks +EXPORT_SYMBOL_GPL vmlinux 0x3494dd96 gmap_read_table +EXPORT_SYMBOL_GPL vmlinux 0x349843d1 scm_irq_handler +EXPORT_SYMBOL_GPL vmlinux 0x34a3e09e srcu_barrier +EXPORT_SYMBOL_GPL vmlinux 0x34ca08f1 crypto_register_templates +EXPORT_SYMBOL_GPL vmlinux 0x34dccfb2 context_tracking +EXPORT_SYMBOL_GPL vmlinux 0x34ebe638 device_remove_software_node +EXPORT_SYMBOL_GPL vmlinux 0x34fc4ad3 __tracepoint_block_split +EXPORT_SYMBOL_GPL vmlinux 0x350d57f8 devm_kstrdup +EXPORT_SYMBOL_GPL vmlinux 0x350f6ce5 tasklet_unlock_wait +EXPORT_SYMBOL_GPL vmlinux 0x3510623a crypto_alloc_kpp +EXPORT_SYMBOL_GPL vmlinux 0x3512ea86 blk_next_bio +EXPORT_SYMBOL_GPL vmlinux 0x352ec68b bpf_offload_dev_destroy +EXPORT_SYMBOL_GPL vmlinux 0x353550e1 pci_hp_remove_module_link +EXPORT_SYMBOL_GPL vmlinux 0x3540d58d pci_check_and_unmask_intx +EXPORT_SYMBOL_GPL vmlinux 0x3549d4fa fwnode_property_get_reference_args +EXPORT_SYMBOL_GPL vmlinux 0x3555788b debugfs_create_devm_seqfile +EXPORT_SYMBOL_GPL vmlinux 0x3560b0f1 elv_unregister +EXPORT_SYMBOL_GPL vmlinux 0x3565a929 utf8_data_table +EXPORT_SYMBOL_GPL vmlinux 0x3567956f gmap_pmdp_invalidate +EXPORT_SYMBOL_GPL vmlinux 0x3575a142 devlink_traps_unregister +EXPORT_SYMBOL_GPL vmlinux 0x3584114e alarm_forward +EXPORT_SYMBOL_GPL vmlinux 0x35a09d1b vp_legacy_config_vector +EXPORT_SYMBOL_GPL vmlinux 0x35a90bd1 serdev_device_write +EXPORT_SYMBOL_GPL vmlinux 0x35b104df mas_empty_area +EXPORT_SYMBOL_GPL vmlinux 0x35c0e3e2 xdp_convert_zc_to_xdp_frame +EXPORT_SYMBOL_GPL vmlinux 0x35e60e0f s390_pci_dma_ops +EXPORT_SYMBOL_GPL vmlinux 0x35f443c5 udp4_hwcsum +EXPORT_SYMBOL_GPL vmlinux 0x36015265 debugfs_rename +EXPORT_SYMBOL_GPL vmlinux 0x3606efa3 __traceiter_io_page_fault +EXPORT_SYMBOL_GPL vmlinux 0x3607c5d7 sthyi_fill +EXPORT_SYMBOL_GPL vmlinux 0x3616947f gpiod_is_active_low +EXPORT_SYMBOL_GPL vmlinux 0x3622a09e component_add +EXPORT_SYMBOL_GPL vmlinux 0x36242943 switchdev_deferred_process +EXPORT_SYMBOL_GPL vmlinux 0x362f51d9 get_user_pages_fast_only +EXPORT_SYMBOL_GPL vmlinux 0x364354ba rhashtable_destroy +EXPORT_SYMBOL_GPL vmlinux 0x365b45d1 __tracepoint_sched_update_nr_running_tp +EXPORT_SYMBOL_GPL vmlinux 0x36772646 device_link_remove +EXPORT_SYMBOL_GPL vmlinux 0x36898d6f gpiod_remove_hogs +EXPORT_SYMBOL_GPL vmlinux 0x3690bb01 percpu_down_write +EXPORT_SYMBOL_GPL vmlinux 0x369cafeb fsstack_copy_attr_all +EXPORT_SYMBOL_GPL vmlinux 0x369fcd70 tracing_snapshot +EXPORT_SYMBOL_GPL vmlinux 0x36a557a3 fat_time_fat2unix +EXPORT_SYMBOL_GPL vmlinux 0x36bd03d1 class_remove_file_ns +EXPORT_SYMBOL_GPL vmlinux 0x36c80c36 klist_add_tail +EXPORT_SYMBOL_GPL vmlinux 0x36d4a4ed crypto_register_alg +EXPORT_SYMBOL_GPL vmlinux 0x36f6a9a1 x509_cert_parse +EXPORT_SYMBOL_GPL vmlinux 0x36fd42f4 genphy_c45_aneg_done +EXPORT_SYMBOL_GPL vmlinux 0x3726276b css_driver_register +EXPORT_SYMBOL_GPL vmlinux 0x373ca4a9 put_io_context +EXPORT_SYMBOL_GPL vmlinux 0x375f3186 virtio_check_driver_offered_feature +EXPORT_SYMBOL_GPL vmlinux 0x3761d215 idr_find +EXPORT_SYMBOL_GPL vmlinux 0x37693504 crypto_register_acomp +EXPORT_SYMBOL_GPL vmlinux 0x3782703f espintcp_push_skb +EXPORT_SYMBOL_GPL vmlinux 0x379a928a synth_event_gen_cmd_array_start +EXPORT_SYMBOL_GPL vmlinux 0x379f7391 dev_nit_active +EXPORT_SYMBOL_GPL vmlinux 0x37a132fd crypto_unregister_kpp +EXPORT_SYMBOL_GPL vmlinux 0x37a8ee86 simple_attr_open +EXPORT_SYMBOL_GPL vmlinux 0x37aea96e blk_crypto_update_capabilities +EXPORT_SYMBOL_GPL vmlinux 0x37bf7be3 percpu_ref_exit +EXPORT_SYMBOL_GPL vmlinux 0x37c0d27e devm_gpiod_get_array_optional +EXPORT_SYMBOL_GPL vmlinux 0x37f6b10b noop_backing_dev_info +EXPORT_SYMBOL_GPL vmlinux 0x37fb3acb ethnl_cable_test_pulse +EXPORT_SYMBOL_GPL vmlinux 0x37fef2f2 irq_force_affinity +EXPORT_SYMBOL_GPL vmlinux 0x38164bc6 fwnode_handle_put +EXPORT_SYMBOL_GPL vmlinux 0x38374815 clear_selection +EXPORT_SYMBOL_GPL vmlinux 0x38413c87 bpf_trace_run9 +EXPORT_SYMBOL_GPL vmlinux 0x38493a8b idr_alloc_u32 +EXPORT_SYMBOL_GPL vmlinux 0x3851cae7 fscrypt_mergeable_bio +EXPORT_SYMBOL_GPL vmlinux 0x3861e9fb dm_audit_log_ti +EXPORT_SYMBOL_GPL vmlinux 0x386d6eff crypto_chain +EXPORT_SYMBOL_GPL vmlinux 0x386fe8b3 metadata_dst_alloc_percpu +EXPORT_SYMBOL_GPL vmlinux 0x387880e8 sysfs_remove_link +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 0x38bb195b kthread_cancel_work_sync +EXPORT_SYMBOL_GPL vmlinux 0x38c52ae5 bus_unregister +EXPORT_SYMBOL_GPL vmlinux 0x38e1fde7 mpi_set +EXPORT_SYMBOL_GPL vmlinux 0x38f2221c inet_bhash2_reset_saddr +EXPORT_SYMBOL_GPL vmlinux 0x38f704de dm_get_reserved_bio_based_ios +EXPORT_SYMBOL_GPL vmlinux 0x38f9eab8 devlink_dpipe_entry_ctx_prepare +EXPORT_SYMBOL_GPL vmlinux 0x390103f1 acomp_request_free +EXPORT_SYMBOL_GPL vmlinux 0x393ffa6f asymmetric_key_generate_id +EXPORT_SYMBOL_GPL vmlinux 0x39466b77 phy_modify_mmd_changed +EXPORT_SYMBOL_GPL vmlinux 0x394678e7 crypto_alloc_aead +EXPORT_SYMBOL_GPL vmlinux 0x394cfd3e skb_partial_csum_set +EXPORT_SYMBOL_GPL vmlinux 0x39579087 sfp_may_have_phy +EXPORT_SYMBOL_GPL vmlinux 0x396a3a8e devres_destroy +EXPORT_SYMBOL_GPL vmlinux 0x396f7e8e balloon_page_dequeue +EXPORT_SYMBOL_GPL vmlinux 0x397407cf debugfs_create_bool +EXPORT_SYMBOL_GPL vmlinux 0x397e2142 __SCK__tp_func_sched_cpu_capacity_tp +EXPORT_SYMBOL_GPL vmlinux 0x39a7affc driver_deferred_probe_timeout +EXPORT_SYMBOL_GPL vmlinux 0x39c32aca __SCK__tp_func_neigh_event_send_done +EXPORT_SYMBOL_GPL vmlinux 0x39d0d18a gpiod_disable_hw_timestamp_ns +EXPORT_SYMBOL_GPL vmlinux 0x39d9dd68 ip_fib_metrics_init +EXPORT_SYMBOL_GPL vmlinux 0x39daf1fd dev_queue_xmit_nit +EXPORT_SYMBOL_GPL vmlinux 0x39ded098 rdma_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0x39e47926 pkcs7_free_message +EXPORT_SYMBOL_GPL vmlinux 0x39fd83db halt_poll_ns_shrink +EXPORT_SYMBOL_GPL vmlinux 0x3a0aff79 dm_internal_resume_fast +EXPORT_SYMBOL_GPL vmlinux 0x3a24fb2f percpu_ref_resurrect +EXPORT_SYMBOL_GPL vmlinux 0x3a31831e pci_user_write_config_word +EXPORT_SYMBOL_GPL vmlinux 0x3a4102f2 trace_define_field +EXPORT_SYMBOL_GPL vmlinux 0x3a4dba4b task_cls_state +EXPORT_SYMBOL_GPL vmlinux 0x3a51c747 handle_fasteoi_irq +EXPORT_SYMBOL_GPL vmlinux 0x3a536bd7 ring_buffer_read_finish +EXPORT_SYMBOL_GPL vmlinux 0x3a55981a static_key_enable_cpuslocked +EXPORT_SYMBOL_GPL vmlinux 0x3a560c85 evict_inodes +EXPORT_SYMBOL_GPL vmlinux 0x3a573fa8 gmap_pmdp_idte_local +EXPORT_SYMBOL_GPL vmlinux 0x3a74e484 __tracepoint_sched_util_est_se_tp +EXPORT_SYMBOL_GPL vmlinux 0x3a9be019 asymmetric_key_id_partial +EXPORT_SYMBOL_GPL vmlinux 0x3abaa51e crypto_stats_skcipher_encrypt +EXPORT_SYMBOL_GPL vmlinux 0x3ac50488 platform_unregister_drivers +EXPORT_SYMBOL_GPL vmlinux 0x3adac4ba bpfilter_ops +EXPORT_SYMBOL_GPL vmlinux 0x3ae03d40 xas_pause +EXPORT_SYMBOL_GPL vmlinux 0x3aedd17e do_xdp_generic +EXPORT_SYMBOL_GPL vmlinux 0x3af3ea65 sysfs_remove_files +EXPORT_SYMBOL_GPL vmlinux 0x3b075e97 gmap_shadow_r2t +EXPORT_SYMBOL_GPL vmlinux 0x3b16dda7 tty_port_register_device +EXPORT_SYMBOL_GPL vmlinux 0x3b31961f trace_get_event_file +EXPORT_SYMBOL_GPL vmlinux 0x3b3a5f0e blk_mq_start_stopped_hw_queue +EXPORT_SYMBOL_GPL vmlinux 0x3b605e6c crypto_enqueue_request_head +EXPORT_SYMBOL_GPL vmlinux 0x3b610584 __tracepoint_sched_cpu_capacity_tp +EXPORT_SYMBOL_GPL vmlinux 0x3b793e79 crypto_stats_aead_decrypt +EXPORT_SYMBOL_GPL vmlinux 0x3b7ac4b7 pci_domain_nr +EXPORT_SYMBOL_GPL vmlinux 0x3b849ada irq_work_queue +EXPORT_SYMBOL_GPL vmlinux 0x3b86f143 transport_remove_device +EXPORT_SYMBOL_GPL vmlinux 0x3b8cf88d metadata_dst_free +EXPORT_SYMBOL_GPL vmlinux 0x3b8cfbd4 zpci_aipb +EXPORT_SYMBOL_GPL vmlinux 0x3b95f543 klp_shadow_free +EXPORT_SYMBOL_GPL vmlinux 0x3b961c3d unregister_pernet_subsys +EXPORT_SYMBOL_GPL vmlinux 0x3ba01b47 get_compat_sigset +EXPORT_SYMBOL_GPL vmlinux 0x3bb33501 devl_sb_register +EXPORT_SYMBOL_GPL vmlinux 0x3bc36236 iomap_ioend_try_merge +EXPORT_SYMBOL_GPL vmlinux 0x3bd1bb3d fork_usermode_driver +EXPORT_SYMBOL_GPL vmlinux 0x3bdb5d28 alg_test +EXPORT_SYMBOL_GPL vmlinux 0x3bdc0e0c __tracepoint_neigh_event_send_done +EXPORT_SYMBOL_GPL vmlinux 0x3be03a51 cio_update_schib +EXPORT_SYMBOL_GPL vmlinux 0x3be76811 device_destroy +EXPORT_SYMBOL_GPL vmlinux 0x3be9a30c sk_psock_msg_verdict +EXPORT_SYMBOL_GPL vmlinux 0x3bf17755 mpi_read_buffer +EXPORT_SYMBOL_GPL vmlinux 0x3bf1df5e umd_load_blob +EXPORT_SYMBOL_GPL vmlinux 0x3c16ee7d gpiochip_enable_irq +EXPORT_SYMBOL_GPL vmlinux 0x3c1c3725 rcu_fwd_progress_check +EXPORT_SYMBOL_GPL vmlinux 0x3c25e1e7 nf_hook_entries_delete_raw +EXPORT_SYMBOL_GPL vmlinux 0x3c3c85d8 __SCK__tp_func_kfree_skb +EXPORT_SYMBOL_GPL vmlinux 0x3c4c565c vp_legacy_get_queue_size +EXPORT_SYMBOL_GPL vmlinux 0x3c51d4a7 gpiod_get_raw_array_value +EXPORT_SYMBOL_GPL vmlinux 0x3c5286f7 crypto_unregister_aead +EXPORT_SYMBOL_GPL vmlinux 0x3c6395a2 pci_hp_create_module_link +EXPORT_SYMBOL_GPL vmlinux 0x3c681dc4 ring_buffer_record_disable +EXPORT_SYMBOL_GPL vmlinux 0x3c89377a blk_mq_virtio_map_queues +EXPORT_SYMBOL_GPL vmlinux 0x3c96e8dc sysfs_remove_file_ns +EXPORT_SYMBOL_GPL vmlinux 0x3cc60807 evm_set_key +EXPORT_SYMBOL_GPL vmlinux 0x3cd06035 add_input_randomness +EXPORT_SYMBOL_GPL vmlinux 0x3cd1b510 trace_vbprintk +EXPORT_SYMBOL_GPL vmlinux 0x3cf5d415 iommu_map_sg +EXPORT_SYMBOL_GPL vmlinux 0x3d1474e3 add_disk_randomness +EXPORT_SYMBOL_GPL vmlinux 0x3d250d2c crypto_unregister_acomp +EXPORT_SYMBOL_GPL vmlinux 0x3d297238 xfrm_dev_policy_add +EXPORT_SYMBOL_GPL vmlinux 0x3d2a9811 iptunnel_xmit +EXPORT_SYMBOL_GPL vmlinux 0x3d4da286 fscrypt_get_symlink +EXPORT_SYMBOL_GPL vmlinux 0x3d510a7b rcu_jiffies_till_stall_check +EXPORT_SYMBOL_GPL vmlinux 0x3d61e09e pci_reset_bus +EXPORT_SYMBOL_GPL vmlinux 0x3d6efcce dw_pcie_setup_rc +EXPORT_SYMBOL_GPL vmlinux 0x3d770ba5 sk_msg_free_partial +EXPORT_SYMBOL_GPL vmlinux 0x3d80f9e7 peernet2id_alloc +EXPORT_SYMBOL_GPL vmlinux 0x3d866e05 __SCK__tp_func_block_rq_insert +EXPORT_SYMBOL_GPL vmlinux 0x3d93202c badblocks_set +EXPORT_SYMBOL_GPL vmlinux 0x3daa2540 nf_hooks_lwtunnel_enabled +EXPORT_SYMBOL_GPL vmlinux 0x3de0d7a7 dm_table_device_name +EXPORT_SYMBOL_GPL vmlinux 0x3de9cae1 crypto_remove_final +EXPORT_SYMBOL_GPL vmlinux 0x3df7ed2d kvm_write_guest +EXPORT_SYMBOL_GPL vmlinux 0x3e1102d4 screen_glyph_unicode +EXPORT_SYMBOL_GPL vmlinux 0x3e17de6e xas_find +EXPORT_SYMBOL_GPL vmlinux 0x3e1ea2b8 irq_domain_reset_irq_data +EXPORT_SYMBOL_GPL vmlinux 0x3e202b11 __phy_modify +EXPORT_SYMBOL_GPL vmlinux 0x3e206b51 apply_to_existing_page_range +EXPORT_SYMBOL_GPL vmlinux 0x3e291bac kvm_vcpu_write_guest_page +EXPORT_SYMBOL_GPL vmlinux 0x3e411ace sfp_select_interface +EXPORT_SYMBOL_GPL vmlinux 0x3e425609 cio_tm_start_key +EXPORT_SYMBOL_GPL vmlinux 0x3e54d898 gfn_to_page_many_atomic +EXPORT_SYMBOL_GPL vmlinux 0x3e662df0 wbc_detach_inode +EXPORT_SYMBOL_GPL vmlinux 0x3e6afa95 gen_pool_get +EXPORT_SYMBOL_GPL vmlinux 0x3e7080cb mpi_read_from_buffer +EXPORT_SYMBOL_GPL vmlinux 0x3e8baf3d __blk_mq_debugfs_rq_show +EXPORT_SYMBOL_GPL vmlinux 0x3e903560 ip_tunnel_netlink_encap_parms +EXPORT_SYMBOL_GPL vmlinux 0x3ea22dbf cleanup_srcu_struct +EXPORT_SYMBOL_GPL vmlinux 0x3eb2aefb register_virtio_device +EXPORT_SYMBOL_GPL vmlinux 0x3ec5e6b2 platform_device_del +EXPORT_SYMBOL_GPL vmlinux 0x3ee9ade2 sock_map_close +EXPORT_SYMBOL_GPL vmlinux 0x3ef051c8 crypto_inc +EXPORT_SYMBOL_GPL vmlinux 0x3ef57c1d iocb_bio_iopoll +EXPORT_SYMBOL_GPL vmlinux 0x3f558046 sock_inuse_get +EXPORT_SYMBOL_GPL vmlinux 0x3f7869cf platform_device_add_resources +EXPORT_SYMBOL_GPL vmlinux 0x3f84bcd7 dax_alive +EXPORT_SYMBOL_GPL vmlinux 0x3fb703bb ip6_redirect +EXPORT_SYMBOL_GPL vmlinux 0x3fb7123c platform_get_resource +EXPORT_SYMBOL_GPL vmlinux 0x3fba747d fwnode_graph_get_remote_endpoint +EXPORT_SYMBOL_GPL vmlinux 0x3fc0abd7 tty_set_termios +EXPORT_SYMBOL_GPL vmlinux 0x3fd8d260 tcp_bpf_sendmsg_redir +EXPORT_SYMBOL_GPL vmlinux 0x3fe26fc3 bus_create_file +EXPORT_SYMBOL_GPL vmlinux 0x3fe6c346 devlink_fmsg_binary_pair_put +EXPORT_SYMBOL_GPL vmlinux 0x3fe9c527 driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0x3ffbf5cf skb_segment +EXPORT_SYMBOL_GPL vmlinux 0x3ffdacf3 timerqueue_iterate_next +EXPORT_SYMBOL_GPL vmlinux 0x401e3d8b l3mdev_master_ifindex_rcu +EXPORT_SYMBOL_GPL vmlinux 0x4031fd97 cio_start_key +EXPORT_SYMBOL_GPL vmlinux 0x4035f183 invalidate_inode_pages2_range +EXPORT_SYMBOL_GPL vmlinux 0x4037448b pci_walk_bus +EXPORT_SYMBOL_GPL vmlinux 0x403b795a debugfs_create_size_t +EXPORT_SYMBOL_GPL vmlinux 0x403f9529 gpio_request_one +EXPORT_SYMBOL_GPL vmlinux 0x404f097b tty_port_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0x4058a7cf __synth_event_gen_cmd_start +EXPORT_SYMBOL_GPL vmlinux 0x406c4cb1 hrtimer_resolution +EXPORT_SYMBOL_GPL vmlinux 0x4071b517 out_of_line_wait_on_bit_timeout +EXPORT_SYMBOL_GPL vmlinux 0x40731d00 eventfd_ctx_fileget +EXPORT_SYMBOL_GPL vmlinux 0x40923130 device_attach +EXPORT_SYMBOL_GPL vmlinux 0x4099f919 tun_ptr_free +EXPORT_SYMBOL_GPL vmlinux 0x40a13568 vbin_printf +EXPORT_SYMBOL_GPL vmlinux 0x40a77354 pingv6_prot +EXPORT_SYMBOL_GPL vmlinux 0x40bfc708 dm_bio_from_per_bio_data +EXPORT_SYMBOL_GPL vmlinux 0x40c4a43b cmf_readall +EXPORT_SYMBOL_GPL vmlinux 0x40ec33f5 platform_msi_domain_alloc_irqs +EXPORT_SYMBOL_GPL vmlinux 0x40f1168e skb_segment_list +EXPORT_SYMBOL_GPL vmlinux 0x40f8b94e ring_buffer_iter_dropped +EXPORT_SYMBOL_GPL vmlinux 0x40f8bd4e klist_add_before +EXPORT_SYMBOL_GPL vmlinux 0x40f906ae platform_irq_count +EXPORT_SYMBOL_GPL vmlinux 0x40fec94e alloc_dax +EXPORT_SYMBOL_GPL vmlinux 0x410f47ef scatterwalk_copychunks +EXPORT_SYMBOL_GPL vmlinux 0x41132ea9 irq_chip_set_wake_parent +EXPORT_SYMBOL_GPL vmlinux 0x4127401d kthread_unuse_mm +EXPORT_SYMBOL_GPL vmlinux 0x412bc681 ring_buffer_empty_cpu +EXPORT_SYMBOL_GPL vmlinux 0x417d8076 dax_zero_page_range +EXPORT_SYMBOL_GPL vmlinux 0x41803b15 __traceiter_block_split +EXPORT_SYMBOL_GPL vmlinux 0x41814cb8 dirty_writeback_interval +EXPORT_SYMBOL_GPL vmlinux 0x419e7efd sfp_module_stop +EXPORT_SYMBOL_GPL vmlinux 0x41a0ef2b gpiochip_irqchip_add_domain +EXPORT_SYMBOL_GPL vmlinux 0x41a23742 fb_deferred_io_init +EXPORT_SYMBOL_GPL vmlinux 0x41b1b682 crypto_unregister_algs +EXPORT_SYMBOL_GPL vmlinux 0x41b9a6e6 bsg_unregister_queue +EXPORT_SYMBOL_GPL vmlinux 0x41d2948d property_entries_dup +EXPORT_SYMBOL_GPL vmlinux 0x41d70e11 simple_attr_release +EXPORT_SYMBOL_GPL vmlinux 0x41ed3cec eventfd_ctx_remove_wait_queue +EXPORT_SYMBOL_GPL vmlinux 0x41fb68cb copy_from_user_nofault +EXPORT_SYMBOL_GPL vmlinux 0x4220fea7 iommu_map +EXPORT_SYMBOL_GPL vmlinux 0x422da459 vfs_test_lock +EXPORT_SYMBOL_GPL vmlinux 0x42342f90 tcp_parse_mss_option +EXPORT_SYMBOL_GPL vmlinux 0x42468543 __sbitmap_queue_get +EXPORT_SYMBOL_GPL vmlinux 0x4251c92a devres_close_group +EXPORT_SYMBOL_GPL vmlinux 0x42578a1b vp_modern_map_vq_notify +EXPORT_SYMBOL_GPL vmlinux 0x42584888 crypto_stats_kpp_compute_shared_secret +EXPORT_SYMBOL_GPL vmlinux 0x4259bfac kernfs_path_from_node +EXPORT_SYMBOL_GPL vmlinux 0x42825ce2 rcu_scheduler_active +EXPORT_SYMBOL_GPL vmlinux 0x428fc75d __bio_release_pages +EXPORT_SYMBOL_GPL vmlinux 0x4293467c inet6_lookup +EXPORT_SYMBOL_GPL vmlinux 0x429c3f9c reboot_mode +EXPORT_SYMBOL_GPL vmlinux 0x42c00d62 __wake_up_locked +EXPORT_SYMBOL_GPL vmlinux 0x42e59243 iommu_get_domain_for_dev +EXPORT_SYMBOL_GPL vmlinux 0x42f36431 dw_pcie_ep_raise_legacy_irq +EXPORT_SYMBOL_GPL vmlinux 0x4301f8de unregister_ftrace_direct_multi +EXPORT_SYMBOL_GPL vmlinux 0x430d88ec __traceiter_arm_event +EXPORT_SYMBOL_GPL vmlinux 0x430fa18b cpu_topology +EXPORT_SYMBOL_GPL vmlinux 0x4323e357 platform_get_resource_byname +EXPORT_SYMBOL_GPL vmlinux 0x432c1933 vp_modern_set_status +EXPORT_SYMBOL_GPL vmlinux 0x4330f0f3 dma_fence_unwrap_next +EXPORT_SYMBOL_GPL vmlinux 0x433ebc0a init_uts_ns +EXPORT_SYMBOL_GPL vmlinux 0x436d817f mpi_clear_bit +EXPORT_SYMBOL_GPL vmlinux 0x437ad635 pci_epc_linkup +EXPORT_SYMBOL_GPL vmlinux 0x437eb1df ipv6_mod_enabled +EXPORT_SYMBOL_GPL vmlinux 0x4388497f xa_delete_node +EXPORT_SYMBOL_GPL vmlinux 0x438bbf24 dev_err_probe +EXPORT_SYMBOL_GPL vmlinux 0x43a59c0e sbitmap_add_wait_queue +EXPORT_SYMBOL_GPL vmlinux 0x43aa319e lease_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x43b22058 netdev_is_rx_handler_busy +EXPORT_SYMBOL_GPL vmlinux 0x43b36d80 ksm_madvise +EXPORT_SYMBOL_GPL vmlinux 0x43ba7161 wbc_account_cgroup_owner +EXPORT_SYMBOL_GPL vmlinux 0x43c33665 isc_unregister +EXPORT_SYMBOL_GPL vmlinux 0x43cb718c iommu_device_sysfs_add +EXPORT_SYMBOL_GPL vmlinux 0x43e7089a nf_hook_entries_insert_raw +EXPORT_SYMBOL_GPL vmlinux 0x43f92edd wait_for_initramfs +EXPORT_SYMBOL_GPL vmlinux 0x43fef331 alloc_dax_region +EXPORT_SYMBOL_GPL vmlinux 0x4401857a iommu_fwspec_init +EXPORT_SYMBOL_GPL vmlinux 0x4401e6c2 mpi_cmpabs +EXPORT_SYMBOL_GPL vmlinux 0x440be4b9 trace_seq_putmem +EXPORT_SYMBOL_GPL vmlinux 0x440db291 ip6_route_output_flags_noref +EXPORT_SYMBOL_GPL vmlinux 0x442deaa9 poll_state_synchronize_rcu +EXPORT_SYMBOL_GPL vmlinux 0x4437825e sdev_evt_send +EXPORT_SYMBOL_GPL vmlinux 0x4437e905 wait_for_stable_page +EXPORT_SYMBOL_GPL vmlinux 0x4439bcd2 __SCK__tp_func_neigh_event_send_dead +EXPORT_SYMBOL_GPL vmlinux 0x44650ec3 fuse_abort_conn +EXPORT_SYMBOL_GPL vmlinux 0x447285a8 virtqueue_enable_cb +EXPORT_SYMBOL_GPL vmlinux 0x4484a5a4 wait_for_device_probe +EXPORT_SYMBOL_GPL vmlinux 0x44875eba gpiochip_irqchip_irq_valid +EXPORT_SYMBOL_GPL vmlinux 0x448f88a4 preempt_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0x4490eba8 phy_gbit_fibre_features +EXPORT_SYMBOL_GPL vmlinux 0x449ed763 crypto_ahash_setkey +EXPORT_SYMBOL_GPL vmlinux 0x44a0421c __netif_set_xps_queue +EXPORT_SYMBOL_GPL vmlinux 0x44a42076 is_software_node +EXPORT_SYMBOL_GPL vmlinux 0x44a43585 class_interface_unregister +EXPORT_SYMBOL_GPL vmlinux 0x44aabaf4 debugfs_create_dir +EXPORT_SYMBOL_GPL vmlinux 0x44bae227 bit_wait_timeout +EXPORT_SYMBOL_GPL vmlinux 0x44bdded2 __udp_gso_segment +EXPORT_SYMBOL_GPL vmlinux 0x44cbcbb4 sbitmap_queue_show +EXPORT_SYMBOL_GPL vmlinux 0x44cf8cf0 blk_zone_cond_str +EXPORT_SYMBOL_GPL vmlinux 0x44e0ccaa zpci_set_irq_ctrl +EXPORT_SYMBOL_GPL vmlinux 0x44f91a72 vring_create_virtqueue +EXPORT_SYMBOL_GPL vmlinux 0x45006ac8 sfp_add_phy +EXPORT_SYMBOL_GPL vmlinux 0x45012bda cio_cancel +EXPORT_SYMBOL_GPL vmlinux 0x4502414b serdev_device_open +EXPORT_SYMBOL_GPL vmlinux 0x4507f4a8 cpuhp_tasks_frozen +EXPORT_SYMBOL_GPL vmlinux 0x453244e7 sock_diag_register +EXPORT_SYMBOL_GPL vmlinux 0x4558be5a msg_zerocopy_put_abort +EXPORT_SYMBOL_GPL vmlinux 0x456f2b49 devres_remove_group +EXPORT_SYMBOL_GPL vmlinux 0x457594fa crypto_alg_list +EXPORT_SYMBOL_GPL vmlinux 0x457892e0 __traceiter_xdp_bulk_tx +EXPORT_SYMBOL_GPL vmlinux 0x45c04efa user_free_preparse +EXPORT_SYMBOL_GPL vmlinux 0x45c85973 debugfs_file_get +EXPORT_SYMBOL_GPL vmlinux 0x45cff4e5 device_create_file +EXPORT_SYMBOL_GPL vmlinux 0x45e2ea51 ethnl_cable_test_finished +EXPORT_SYMBOL_GPL vmlinux 0x45ffa6c0 ccw_device_get_cssid +EXPORT_SYMBOL_GPL vmlinux 0x46013233 net_dec_ingress_queue +EXPORT_SYMBOL_GPL vmlinux 0x46269814 __tracepoint_neigh_event_send_dead +EXPORT_SYMBOL_GPL vmlinux 0x462f4966 mddev_init_writes_pending +EXPORT_SYMBOL_GPL vmlinux 0x465a4c78 devl_dpipe_table_register +EXPORT_SYMBOL_GPL vmlinux 0x4688d7ec pvclock_gtod_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x4693a297 vfs_setlease +EXPORT_SYMBOL_GPL vmlinux 0x4699243a md_run +EXPORT_SYMBOL_GPL vmlinux 0x46ae8343 gfn_to_hva +EXPORT_SYMBOL_GPL vmlinux 0x46b342b0 xdp_attachment_setup +EXPORT_SYMBOL_GPL vmlinux 0x46b3e4a5 gpiod_set_transitory +EXPORT_SYMBOL_GPL vmlinux 0x46bd887b iomap_writepages +EXPORT_SYMBOL_GPL vmlinux 0x46c89c5d vp_modern_get_driver_features +EXPORT_SYMBOL_GPL vmlinux 0x46ec7ac3 dev_fill_forward_path +EXPORT_SYMBOL_GPL vmlinux 0x46ef8703 phy_basic_t1_features +EXPORT_SYMBOL_GPL vmlinux 0x46fa003a gmap_shadow_pgt_lookup +EXPORT_SYMBOL_GPL vmlinux 0x47229b5c gpio_request +EXPORT_SYMBOL_GPL vmlinux 0x472bd31b fwnode_property_read_u32_array +EXPORT_SYMBOL_GPL vmlinux 0x47330ddd ip_build_and_send_pkt +EXPORT_SYMBOL_GPL vmlinux 0x4740fa01 fat_truncate_time +EXPORT_SYMBOL_GPL vmlinux 0x4746f604 cmf_read +EXPORT_SYMBOL_GPL vmlinux 0x4751c561 pci_epf_type_add_cfs +EXPORT_SYMBOL_GPL vmlinux 0x4761f17c register_netevent_notifier +EXPORT_SYMBOL_GPL vmlinux 0x4782a354 __xdp_rxq_info_reg +EXPORT_SYMBOL_GPL vmlinux 0x47839473 md_bitmap_load +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 0x47a39529 pci_epc_remove_epf +EXPORT_SYMBOL_GPL vmlinux 0x47b40366 fscrypt_parse_test_dummy_encryption +EXPORT_SYMBOL_GPL vmlinux 0x47c43c15 mas_find +EXPORT_SYMBOL_GPL vmlinux 0x47caf5ed kernfs_put +EXPORT_SYMBOL_GPL vmlinux 0x47f1aa61 __traceiter_block_rq_remap +EXPORT_SYMBOL_GPL vmlinux 0x47f63d0a pskb_put +EXPORT_SYMBOL_GPL vmlinux 0x480305ca kmsg_dump_rewind +EXPORT_SYMBOL_GPL vmlinux 0x481458d6 pci_ims_alloc_irq +EXPORT_SYMBOL_GPL vmlinux 0x481f9b7d mpi_mulm +EXPORT_SYMBOL_GPL vmlinux 0x484e5abd dma_resv_get_fences +EXPORT_SYMBOL_GPL vmlinux 0x48520e04 dm_table_set_type +EXPORT_SYMBOL_GPL vmlinux 0x485cd7f6 kvm_rebooting +EXPORT_SYMBOL_GPL vmlinux 0x4860ff2d gmap_disable +EXPORT_SYMBOL_GPL vmlinux 0x486d1aa1 pci_epc_set_bar +EXPORT_SYMBOL_GPL vmlinux 0x486f20e7 ip6_datagram_send_ctl +EXPORT_SYMBOL_GPL vmlinux 0x486fea0f xfrm_dev_offload_ok +EXPORT_SYMBOL_GPL vmlinux 0x48874546 crypto_unregister_skciphers +EXPORT_SYMBOL_GPL vmlinux 0x4895a875 pci_user_read_config_dword +EXPORT_SYMBOL_GPL vmlinux 0x48a09202 pgprot_writethrough +EXPORT_SYMBOL_GPL vmlinux 0x48ae8141 generic_handle_domain_irq_safe +EXPORT_SYMBOL_GPL vmlinux 0x48b8625b pci_epc_start +EXPORT_SYMBOL_GPL vmlinux 0x48c32847 __SCK__tp_func_sched_util_est_se_tp +EXPORT_SYMBOL_GPL vmlinux 0x48cbef8c pci_find_vsec_capability +EXPORT_SYMBOL_GPL vmlinux 0x48de8474 apply_to_page_range +EXPORT_SYMBOL_GPL vmlinux 0x48e59fca __irq_set_handler +EXPORT_SYMBOL_GPL vmlinux 0x48e5eb7b blkcg_set_fc_appid +EXPORT_SYMBOL_GPL vmlinux 0x48f36e59 irq_chip_retrigger_hierarchy +EXPORT_SYMBOL_GPL vmlinux 0x48f4b710 percpu_free_rwsem +EXPORT_SYMBOL_GPL vmlinux 0x48f7b626 pci_device_is_present +EXPORT_SYMBOL_GPL vmlinux 0x4904c8a9 fl6_update_dst +EXPORT_SYMBOL_GPL vmlinux 0x491cf098 free_vm_area +EXPORT_SYMBOL_GPL vmlinux 0x49242bc7 freezer_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0x4934bdd0 crypto_check_attr_type +EXPORT_SYMBOL_GPL vmlinux 0x4939ebcd numa_map_to_online_node +EXPORT_SYMBOL_GPL vmlinux 0x493e2185 tcp_done +EXPORT_SYMBOL_GPL vmlinux 0x494533c4 pci_proc_domain +EXPORT_SYMBOL_GPL vmlinux 0x494e1791 gmap_shadow +EXPORT_SYMBOL_GPL vmlinux 0x495fbe74 tcpv6_prot +EXPORT_SYMBOL_GPL vmlinux 0x49608959 migrate_disable +EXPORT_SYMBOL_GPL vmlinux 0x497f77c8 gpiod_set_raw_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x498779d2 crypto_mod_get +EXPORT_SYMBOL_GPL vmlinux 0x499043d3 crypto_init_queue +EXPORT_SYMBOL_GPL vmlinux 0x49965656 iov_iter_is_aligned +EXPORT_SYMBOL_GPL vmlinux 0x49ab190b lwtunnel_build_state +EXPORT_SYMBOL_GPL vmlinux 0x49b3ba5c bus_get_device_klist +EXPORT_SYMBOL_GPL vmlinux 0x49cd25ed alloc_workqueue +EXPORT_SYMBOL_GPL vmlinux 0x49d6ecf8 bd_link_disk_holder +EXPORT_SYMBOL_GPL vmlinux 0x49e96999 cond_synchronize_rcu +EXPORT_SYMBOL_GPL vmlinux 0x49f3ed34 kvm_arch_crypto_set_masks +EXPORT_SYMBOL_GPL vmlinux 0x4a05d236 __udp_enqueue_schedule_skb +EXPORT_SYMBOL_GPL vmlinux 0x4a0728ce ndo_dflt_bridge_getlink +EXPORT_SYMBOL_GPL vmlinux 0x4a1045ca bpf_prog_put +EXPORT_SYMBOL_GPL vmlinux 0x4a17ed66 sysrq_mask +EXPORT_SYMBOL_GPL vmlinux 0x4a4a8a23 crypto_hash_alg_has_setkey +EXPORT_SYMBOL_GPL vmlinux 0x4a6029f9 devm_release_action +EXPORT_SYMBOL_GPL vmlinux 0x4a73350e virtqueue_resize +EXPORT_SYMBOL_GPL vmlinux 0x4ae46477 tty_set_ldisc +EXPORT_SYMBOL_GPL vmlinux 0x4ae8c69e cgrp_dfl_root +EXPORT_SYMBOL_GPL vmlinux 0x4af90334 con_debug_enter +EXPORT_SYMBOL_GPL vmlinux 0x4afe2d44 __netdev_watchdog_up +EXPORT_SYMBOL_GPL vmlinux 0x4b0e479c shash_ahash_update +EXPORT_SYMBOL_GPL vmlinux 0x4b316c70 device_bind_driver +EXPORT_SYMBOL_GPL vmlinux 0x4b330185 blkcg_get_fc_appid +EXPORT_SYMBOL_GPL vmlinux 0x4b3da8f4 tcp_set_state +EXPORT_SYMBOL_GPL vmlinux 0x4b426909 bpf_offload_dev_create +EXPORT_SYMBOL_GPL vmlinux 0x4b69d85c dev_set_name +EXPORT_SYMBOL_GPL vmlinux 0x4b6b704b xdp_rxq_info_unused +EXPORT_SYMBOL_GPL vmlinux 0x4b6c0dc4 misc_cg_try_charge +EXPORT_SYMBOL_GPL vmlinux 0x4b7b74b7 attribute_container_classdev_to_container +EXPORT_SYMBOL_GPL vmlinux 0x4b83788b fuse_send_init +EXPORT_SYMBOL_GPL vmlinux 0x4b845f87 driver_remove_file +EXPORT_SYMBOL_GPL vmlinux 0x4b8acf85 fscrypt_set_context +EXPORT_SYMBOL_GPL vmlinux 0x4ba20b7d folio_wait_writeback +EXPORT_SYMBOL_GPL vmlinux 0x4ba5f80e switchdev_handle_port_obj_del_foreign +EXPORT_SYMBOL_GPL vmlinux 0x4ba88dcb chsc_sgib +EXPORT_SYMBOL_GPL vmlinux 0x4ba8c2e2 mptcp_token_iter_next +EXPORT_SYMBOL_GPL vmlinux 0x4bb2363b fl6_merge_options +EXPORT_SYMBOL_GPL vmlinux 0x4bc6e1f8 ipv6_proxy_select_ident +EXPORT_SYMBOL_GPL vmlinux 0x4bd6f08b misc_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0x4bd89c5a css_chsc_characteristics +EXPORT_SYMBOL_GPL vmlinux 0x4bdb8dcc housekeeping_test_cpu +EXPORT_SYMBOL_GPL vmlinux 0x4bee0a02 nfct_btf_struct_access +EXPORT_SYMBOL_GPL vmlinux 0x4c0003cf pci_generic_config_write +EXPORT_SYMBOL_GPL vmlinux 0x4c2b351d start_poll_synchronize_rcu_expedited +EXPORT_SYMBOL_GPL vmlinux 0x4c56bd15 stack_type_name +EXPORT_SYMBOL_GPL vmlinux 0x4c5b3a74 devm_gpiod_put_array +EXPORT_SYMBOL_GPL vmlinux 0x4c99535f device_show_int +EXPORT_SYMBOL_GPL vmlinux 0x4cac9d33 genphy_c45_restart_aneg +EXPORT_SYMBOL_GPL vmlinux 0x4cb27100 ktime_get_snapshot +EXPORT_SYMBOL_GPL vmlinux 0x4cb48cd8 devres_remove +EXPORT_SYMBOL_GPL vmlinux 0x4cb81fda __SCK__tp_func_wbc_writepage +EXPORT_SYMBOL_GPL vmlinux 0x4cc3d513 tpm_chip_start +EXPORT_SYMBOL_GPL vmlinux 0x4ce7336c blk_rq_prep_clone +EXPORT_SYMBOL_GPL vmlinux 0x4ce91483 hrtimer_init +EXPORT_SYMBOL_GPL vmlinux 0x4cebd08b __traceiter_tcp_send_reset +EXPORT_SYMBOL_GPL vmlinux 0x4cef8b2d bpf_prog_destroy +EXPORT_SYMBOL_GPL vmlinux 0x4d0015e2 cpu_hotplug_disable +EXPORT_SYMBOL_GPL vmlinux 0x4d062750 debugfs_lookup_and_remove +EXPORT_SYMBOL_GPL vmlinux 0x4d30c5a1 irq_domain_remove +EXPORT_SYMBOL_GPL vmlinux 0x4d4d6b00 scsi_template_proc_dir +EXPORT_SYMBOL_GPL vmlinux 0x4d6d0bbc iommu_group_ref_get +EXPORT_SYMBOL_GPL vmlinux 0x4d6fb722 serdev_controller_alloc +EXPORT_SYMBOL_GPL vmlinux 0x4d7272e4 migrate_enable +EXPORT_SYMBOL_GPL vmlinux 0x4d773a9e devres_get +EXPORT_SYMBOL_GPL vmlinux 0x4d7c5fad css_sch_is_valid +EXPORT_SYMBOL_GPL vmlinux 0x4d80cba4 kmsg_dump_get_line +EXPORT_SYMBOL_GPL vmlinux 0x4dae01d8 devlink_linecard_create +EXPORT_SYMBOL_GPL vmlinux 0x4db25379 mnt_idmap_owner +EXPORT_SYMBOL_GPL vmlinux 0x4db8bf87 fuse_conn_put +EXPORT_SYMBOL_GPL vmlinux 0x4dc5e0ef phy_resolve_aneg_linkmode +EXPORT_SYMBOL_GPL vmlinux 0x4dcad304 crypto_req_done +EXPORT_SYMBOL_GPL vmlinux 0x4dcc5381 tcp_plb_update_state +EXPORT_SYMBOL_GPL vmlinux 0x4df568aa __sock_recv_timestamp +EXPORT_SYMBOL_GPL vmlinux 0x4dfabe31 blk_rq_is_poll +EXPORT_SYMBOL_GPL vmlinux 0x4e0941b0 tracepoint_srcu +EXPORT_SYMBOL_GPL vmlinux 0x4e0ce2de __virtqueue_break +EXPORT_SYMBOL_GPL vmlinux 0x4e0e441e ip_route_output_key_hash +EXPORT_SYMBOL_GPL vmlinux 0x4e3fd1b4 kvm_release_pfn_clean +EXPORT_SYMBOL_GPL vmlinux 0x4e3ffdb3 tcp_sendpage_locked +EXPORT_SYMBOL_GPL vmlinux 0x4e41e607 fwnode_property_read_string +EXPORT_SYMBOL_GPL vmlinux 0x4e4ebd87 phy_get_rate_matching +EXPORT_SYMBOL_GPL vmlinux 0x4e53e4c4 devlink_param_value_changed +EXPORT_SYMBOL_GPL vmlinux 0x4e74878e __tracepoint_devlink_hwerr +EXPORT_SYMBOL_GPL vmlinux 0x4e7fad92 fscrypt_ioctl_remove_key +EXPORT_SYMBOL_GPL vmlinux 0x4e92a7e9 devm_platform_get_and_ioremap_resource +EXPORT_SYMBOL_GPL vmlinux 0x4e998532 iomap_dio_rw +EXPORT_SYMBOL_GPL vmlinux 0x4ea41a46 __iptunnel_pull_header +EXPORT_SYMBOL_GPL vmlinux 0x4eac5fc1 cpu_mitigations_auto_nosmt +EXPORT_SYMBOL_GPL vmlinux 0x4eb261b2 ccw_device_get_chpid +EXPORT_SYMBOL_GPL vmlinux 0x4eb39d4e __tracepoint_tcp_bad_csum +EXPORT_SYMBOL_GPL vmlinux 0x4ec2c6f8 cio_disable_subchannel +EXPORT_SYMBOL_GPL vmlinux 0x4edc1571 rt_mutex_trylock +EXPORT_SYMBOL_GPL vmlinux 0x4ee4889e tcp_rate_check_app_limited +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 0x4f1314d4 gpiochip_lock_as_irq +EXPORT_SYMBOL_GPL vmlinux 0x4f3dced0 devlink_trap_report +EXPORT_SYMBOL_GPL vmlinux 0x4f3e8479 raw_hash_sk +EXPORT_SYMBOL_GPL vmlinux 0x4f4a32a7 devm_bitmap_zalloc +EXPORT_SYMBOL_GPL vmlinux 0x4f6a07fe show_rcu_gp_kthreads +EXPORT_SYMBOL_GPL vmlinux 0x4f6e3388 ping_rcv +EXPORT_SYMBOL_GPL vmlinux 0x4f7445a0 kick_process +EXPORT_SYMBOL_GPL vmlinux 0x4f91fd51 __wake_up_sync_key +EXPORT_SYMBOL_GPL vmlinux 0x4fa5c1a1 handle_mm_fault +EXPORT_SYMBOL_GPL vmlinux 0x4fae4950 device_for_each_child_reverse +EXPORT_SYMBOL_GPL vmlinux 0x4fb5da55 fs_put_dax +EXPORT_SYMBOL_GPL vmlinux 0x4fc0ee71 folio_mkclean +EXPORT_SYMBOL_GPL vmlinux 0x4fd5b83d fwnode_gpiod_get_index +EXPORT_SYMBOL_GPL vmlinux 0x4fd74c9c devlink_to_dev +EXPORT_SYMBOL_GPL vmlinux 0x4fe1eddf unregister_netevent_notifier +EXPORT_SYMBOL_GPL vmlinux 0x4ff154d3 iommu_unmap +EXPORT_SYMBOL_GPL vmlinux 0x5000f931 crypto_unregister_templates +EXPORT_SYMBOL_GPL vmlinux 0x500a3bcf list_lru_count_one +EXPORT_SYMBOL_GPL vmlinux 0x500b5b2f crypto_alloc_ahash +EXPORT_SYMBOL_GPL vmlinux 0x50137023 vp_modern_queue_vector +EXPORT_SYMBOL_GPL vmlinux 0x501d0bd3 generic_fh_to_parent +EXPORT_SYMBOL_GPL vmlinux 0x5024df1d relay_reset +EXPORT_SYMBOL_GPL vmlinux 0x5036810d fwnode_property_present +EXPORT_SYMBOL_GPL vmlinux 0x504032a4 tpm2_get_tpm_pt +EXPORT_SYMBOL_GPL vmlinux 0x505e25c2 firmware_request_nowarn +EXPORT_SYMBOL_GPL vmlinux 0x50616e69 devlink_resources_unregister +EXPORT_SYMBOL_GPL vmlinux 0x507e7ca1 br_ip6_fragment +EXPORT_SYMBOL_GPL vmlinux 0x5080ca5d unregister_net_sysctl_table +EXPORT_SYMBOL_GPL vmlinux 0x5091b823 ring_buffer_read_start +EXPORT_SYMBOL_GPL vmlinux 0x50addc29 blk_bio_list_merge +EXPORT_SYMBOL_GPL vmlinux 0x50b75072 udp4_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0x50c67c68 kernfs_find_and_get_ns +EXPORT_SYMBOL_GPL vmlinux 0x50c86f57 sk_set_peek_off +EXPORT_SYMBOL_GPL vmlinux 0x50dd6ca9 watchdog_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0x50e7193a __i2c_first_dynamic_bus_num +EXPORT_SYMBOL_GPL vmlinux 0x50e93fea device_remove_file_self +EXPORT_SYMBOL_GPL vmlinux 0x50f7e859 bd_prepare_to_claim +EXPORT_SYMBOL_GPL vmlinux 0x50f895ce pci_create_root_bus +EXPORT_SYMBOL_GPL vmlinux 0x50fad434 round_jiffies_up +EXPORT_SYMBOL_GPL vmlinux 0x5100cc0a scsi_alloc_request +EXPORT_SYMBOL_GPL vmlinux 0x51234341 add_swap_extent +EXPORT_SYMBOL_GPL vmlinux 0x512a8b9b input_ff_create +EXPORT_SYMBOL_GPL vmlinux 0x512ac0e0 __fib_lookup +EXPORT_SYMBOL_GPL vmlinux 0x512af719 kvm_set_memory_region +EXPORT_SYMBOL_GPL vmlinux 0x51390c96 rcu_barrier_tasks_rude +EXPORT_SYMBOL_GPL vmlinux 0x515ad8fe devm_platform_ioremap_resource +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 0x516fe50c sysfs_group_change_owner +EXPORT_SYMBOL_GPL vmlinux 0x51797eef dma_need_sync +EXPORT_SYMBOL_GPL vmlinux 0x517a7975 rsa_parse_pub_key +EXPORT_SYMBOL_GPL vmlinux 0x518ff079 __platform_driver_register +EXPORT_SYMBOL_GPL vmlinux 0x519e367d input_ff_upload +EXPORT_SYMBOL_GPL vmlinux 0x51c09e2a fib_info_nh_uses_dev +EXPORT_SYMBOL_GPL vmlinux 0x51c2a2d9 pci_try_reset_function +EXPORT_SYMBOL_GPL vmlinux 0x51c83555 disable_kprobe +EXPORT_SYMBOL_GPL vmlinux 0x520f282d bpf_trace_run5 +EXPORT_SYMBOL_GPL vmlinux 0x520ff702 key_set_timeout +EXPORT_SYMBOL_GPL vmlinux 0x52154656 l3mdev_link_scope_lookup +EXPORT_SYMBOL_GPL vmlinux 0x522b4ace devl_traps_unregister +EXPORT_SYMBOL_GPL vmlinux 0x5236497d trace_clock +EXPORT_SYMBOL_GPL vmlinux 0x523b3d13 irq_chip_disable_parent +EXPORT_SYMBOL_GPL vmlinux 0x52408a51 fib_alias_hw_flags_set +EXPORT_SYMBOL_GPL vmlinux 0x52426c30 fat_getattr +EXPORT_SYMBOL_GPL vmlinux 0x524c972a nfs42_ssc_register +EXPORT_SYMBOL_GPL vmlinux 0x524e8e37 fib6_rule_default +EXPORT_SYMBOL_GPL vmlinux 0x52647db1 ct_idle_exit +EXPORT_SYMBOL_GPL vmlinux 0x52685429 crypto_spawn_tfm2 +EXPORT_SYMBOL_GPL vmlinux 0x528d610e crypto_grab_ahash +EXPORT_SYMBOL_GPL vmlinux 0x52b0a9b3 pci_epc_map_addr +EXPORT_SYMBOL_GPL vmlinux 0x52b1d583 thp_get_unmapped_area +EXPORT_SYMBOL_GPL vmlinux 0x52b1e3c7 pci_flags +EXPORT_SYMBOL_GPL vmlinux 0x52c35e83 call_rcu_tasks_trace +EXPORT_SYMBOL_GPL vmlinux 0x52d54fce devlink_info_version_stored_put +EXPORT_SYMBOL_GPL vmlinux 0x52d734d7 crypto_stats_kpp_generate_public_key +EXPORT_SYMBOL_GPL vmlinux 0x52da91df screen_glyph +EXPORT_SYMBOL_GPL vmlinux 0x52e0df04 crypto_register_template +EXPORT_SYMBOL_GPL vmlinux 0x52e2382b nexthop_select_path +EXPORT_SYMBOL_GPL vmlinux 0x5358864e devlink_fmsg_binary_pair_nest_end +EXPORT_SYMBOL_GPL vmlinux 0x53594937 virtqueue_is_broken +EXPORT_SYMBOL_GPL vmlinux 0x53707c7a pci_epc_mem_alloc_addr +EXPORT_SYMBOL_GPL vmlinux 0x537ce7e7 devm_free_pages +EXPORT_SYMBOL_GPL vmlinux 0x538d073d phy_duplex_to_str +EXPORT_SYMBOL_GPL vmlinux 0x538d4fd6 __pci_reset_function_locked +EXPORT_SYMBOL_GPL vmlinux 0x539f92cf pci_epc_map_msi_irq +EXPORT_SYMBOL_GPL vmlinux 0x53ac0f7f do_tcp_sendpages +EXPORT_SYMBOL_GPL vmlinux 0x53ccbca7 dax_layout_busy_page +EXPORT_SYMBOL_GPL vmlinux 0x53d31f9c ip_icmp_error +EXPORT_SYMBOL_GPL vmlinux 0x53d7c01e __traceiter_cpu_idle +EXPORT_SYMBOL_GPL vmlinux 0x53d8cfd2 trace_remove_event_call +EXPORT_SYMBOL_GPL vmlinux 0x53ed92b9 tpm_pm_suspend +EXPORT_SYMBOL_GPL vmlinux 0x53f4e5cd pci_bridge_secondary_bus_reset +EXPORT_SYMBOL_GPL vmlinux 0x541bd60a irq_work_run +EXPORT_SYMBOL_GPL vmlinux 0x544f5ec1 md_allow_write +EXPORT_SYMBOL_GPL vmlinux 0x5451ddcd dm_noflush_suspending +EXPORT_SYMBOL_GPL vmlinux 0x548a61b1 ZSTD_customFree +EXPORT_SYMBOL_GPL vmlinux 0x549525ef handle_nested_irq +EXPORT_SYMBOL_GPL vmlinux 0x54967b89 crypto_unregister_alg +EXPORT_SYMBOL_GPL vmlinux 0x54b79dc4 crypto_find_alg +EXPORT_SYMBOL_GPL vmlinux 0x54c634c9 fib_nh_common_release +EXPORT_SYMBOL_GPL vmlinux 0x54d28192 virtio_add_status +EXPORT_SYMBOL_GPL vmlinux 0x55065982 serdev_controller_add +EXPORT_SYMBOL_GPL vmlinux 0x5506e35f irq_chip_set_vcpu_affinity_parent +EXPORT_SYMBOL_GPL vmlinux 0x5507f5cf devlink_port_register +EXPORT_SYMBOL_GPL vmlinux 0x550c55ef blk_mq_free_request +EXPORT_SYMBOL_GPL vmlinux 0x5521fc3c check_move_unevictable_folios +EXPORT_SYMBOL_GPL vmlinux 0x55339365 flush_delayed_fput +EXPORT_SYMBOL_GPL vmlinux 0x55404004 synth_event_create +EXPORT_SYMBOL_GPL vmlinux 0x55417264 unregister_vt_notifier +EXPORT_SYMBOL_GPL vmlinux 0x556a9ead xas_split +EXPORT_SYMBOL_GPL vmlinux 0x5584162a blk_req_zone_write_trylock +EXPORT_SYMBOL_GPL vmlinux 0x558625b4 blk_queue_max_discard_segments +EXPORT_SYMBOL_GPL vmlinux 0x55a19967 scsi_dh_set_params +EXPORT_SYMBOL_GPL vmlinux 0x55a4d9c3 debugfs_create_file_size +EXPORT_SYMBOL_GPL vmlinux 0x55bd4f50 sock_diag_destroy +EXPORT_SYMBOL_GPL vmlinux 0x55c93db8 iommu_attach_device +EXPORT_SYMBOL_GPL vmlinux 0x55d4d04b driver_set_override +EXPORT_SYMBOL_GPL vmlinux 0x55ea5eab kobject_create_and_add +EXPORT_SYMBOL_GPL vmlinux 0x55eecff4 bit_wait_io_timeout +EXPORT_SYMBOL_GPL vmlinux 0x55f2580b __alloc_percpu +EXPORT_SYMBOL_GPL vmlinux 0x55f91924 trace_seq_puts +EXPORT_SYMBOL_GPL vmlinux 0x55fcc809 device_rename +EXPORT_SYMBOL_GPL vmlinux 0x56054c05 crypto_it_tab +EXPORT_SYMBOL_GPL vmlinux 0x56136bae __traceiter_tcp_bad_csum +EXPORT_SYMBOL_GPL vmlinux 0x56156bff __traceiter_neigh_event_send_done +EXPORT_SYMBOL_GPL vmlinux 0x56256e8a orderly_poweroff +EXPORT_SYMBOL_GPL vmlinux 0x5641485b tty_termios_encode_baud_rate +EXPORT_SYMBOL_GPL vmlinux 0x564dc628 mddev_unlock +EXPORT_SYMBOL_GPL vmlinux 0x565a50e4 sfp_bus_add_upstream +EXPORT_SYMBOL_GPL vmlinux 0x56805087 __tracepoint_udp_fail_queue_rcv_skb +EXPORT_SYMBOL_GPL vmlinux 0x569e33e1 dw_pcie_ep_linkup +EXPORT_SYMBOL_GPL vmlinux 0x56a24498 cpci_hp_unregister_controller +EXPORT_SYMBOL_GPL vmlinux 0x56bce20d skb_append_pagefrags +EXPORT_SYMBOL_GPL vmlinux 0x56d9af9d device_find_any_child +EXPORT_SYMBOL_GPL vmlinux 0x56dca3b7 crypto_unregister_ahash +EXPORT_SYMBOL_GPL vmlinux 0x56fbb130 no_hash_pointers +EXPORT_SYMBOL_GPL vmlinux 0x5712ec86 __put_net +EXPORT_SYMBOL_GPL vmlinux 0x573720f2 gpiod_set_array_value +EXPORT_SYMBOL_GPL vmlinux 0x574fdc40 sock_diag_unregister +EXPORT_SYMBOL_GPL vmlinux 0x5755238e xdp_return_frame_bulk +EXPORT_SYMBOL_GPL vmlinux 0x57850e38 ip6_datagram_connect_v6_only +EXPORT_SYMBOL_GPL vmlinux 0x578eeb4d hugetlb_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0x578fec54 param_set_bool_enable_only +EXPORT_SYMBOL_GPL vmlinux 0x5790e7a0 pci_unlock_rescan_remove +EXPORT_SYMBOL_GPL vmlinux 0x5791dd06 devm_platform_get_irqs_affinity +EXPORT_SYMBOL_GPL vmlinux 0x579aef3f kvm_flush_remote_tlbs +EXPORT_SYMBOL_GPL vmlinux 0x579e0bf5 rtnl_unregister_all +EXPORT_SYMBOL_GPL vmlinux 0x57a1c46c css_sched_sch_todo +EXPORT_SYMBOL_GPL vmlinux 0x57c06a55 inet_pernet_hashinfo_alloc +EXPORT_SYMBOL_GPL vmlinux 0x57c0d206 fuse_dax_cancel_work +EXPORT_SYMBOL_GPL vmlinux 0x57c38d7a filemap_migrate_folio +EXPORT_SYMBOL_GPL vmlinux 0x57dcbb83 blk_steal_bios +EXPORT_SYMBOL_GPL vmlinux 0x57ec0e5c __traceiter_br_fdb_add +EXPORT_SYMBOL_GPL vmlinux 0x57f576b9 mpi_ec_curve_point +EXPORT_SYMBOL_GPL vmlinux 0x58009114 iommu_device_release_dma_owner +EXPORT_SYMBOL_GPL vmlinux 0x5802dfce __devm_alloc_percpu +EXPORT_SYMBOL_GPL vmlinux 0x581d8d98 __dma_fence_unwrap_merge +EXPORT_SYMBOL_GPL vmlinux 0x581dedaf __irq_alloc_descs +EXPORT_SYMBOL_GPL vmlinux 0x581eb3a5 devres_release_group +EXPORT_SYMBOL_GPL vmlinux 0x581fadb0 cgroup_get_e_css +EXPORT_SYMBOL_GPL vmlinux 0x5831e062 cpus_read_trylock +EXPORT_SYMBOL_GPL vmlinux 0x5844e64d dev_xdp_prog_count +EXPORT_SYMBOL_GPL vmlinux 0x5857a405 devm_pci_epc_destroy +EXPORT_SYMBOL_GPL vmlinux 0x5879a27d sfp_get_module_info +EXPORT_SYMBOL_GPL vmlinux 0x587dc26d desc_to_gpio +EXPORT_SYMBOL_GPL vmlinux 0x588b93a8 xdp_return_frame +EXPORT_SYMBOL_GPL vmlinux 0x58c3a383 md_find_rdev_nr_rcu +EXPORT_SYMBOL_GPL vmlinux 0x58c75f70 nfs_ssc_client_tbl +EXPORT_SYMBOL_GPL vmlinux 0x58dbeceb ncsi_register_dev +EXPORT_SYMBOL_GPL vmlinux 0x58def6ca sfp_module_remove +EXPORT_SYMBOL_GPL vmlinux 0x58e47607 crypto_grab_kpp +EXPORT_SYMBOL_GPL vmlinux 0x58e8a93c devlink_net +EXPORT_SYMBOL_GPL vmlinux 0x58f00975 device_remove_file +EXPORT_SYMBOL_GPL vmlinux 0x58f31f10 hwrng_unregister +EXPORT_SYMBOL_GPL vmlinux 0x58f60ce0 platform_msi_create_irq_domain +EXPORT_SYMBOL_GPL vmlinux 0x58fdb3fe phy_restart_aneg +EXPORT_SYMBOL_GPL vmlinux 0x590465b7 wait_on_page_writeback +EXPORT_SYMBOL_GPL vmlinux 0x594fe160 tod_clock_base +EXPORT_SYMBOL_GPL vmlinux 0x5957cddb zs_lookup_class_index +EXPORT_SYMBOL_GPL vmlinux 0x596b914d io_cgrp_subsys +EXPORT_SYMBOL_GPL vmlinux 0x5970e6be badblocks_show +EXPORT_SYMBOL_GPL vmlinux 0x597cee28 trace_event_raw_init +EXPORT_SYMBOL_GPL vmlinux 0x598603cb __fsnotify_parent +EXPORT_SYMBOL_GPL vmlinux 0x599d330c trace_array_put +EXPORT_SYMBOL_GPL vmlinux 0x59aad781 pci_ignore_hotplug +EXPORT_SYMBOL_GPL vmlinux 0x59b063ba start_poll_synchronize_rcu_expedited_full +EXPORT_SYMBOL_GPL vmlinux 0x59c43dc9 __traceiter_non_standard_event +EXPORT_SYMBOL_GPL vmlinux 0x59cc4266 pci_epf_destroy +EXPORT_SYMBOL_GPL vmlinux 0x59dd2ef1 crypto_stats_ahash_final +EXPORT_SYMBOL_GPL vmlinux 0x59e640c0 halt_poll_ns +EXPORT_SYMBOL_GPL vmlinux 0x59edfeb8 phy_rate_matching_to_str +EXPORT_SYMBOL_GPL vmlinux 0x59efb76e pci_vpd_alloc +EXPORT_SYMBOL_GPL vmlinux 0x59f1f10e umd_cleanup_helper +EXPORT_SYMBOL_GPL vmlinux 0x59f32720 mpi_subm +EXPORT_SYMBOL_GPL vmlinux 0x5a027e60 pci_find_next_ext_capability +EXPORT_SYMBOL_GPL vmlinux 0x5a0b4167 pcie_bus_configure_settings +EXPORT_SYMBOL_GPL vmlinux 0x5a0c9ad5 ethnl_cable_test_fault_length +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 0x5a237706 vfs_set_acl +EXPORT_SYMBOL_GPL vmlinux 0x5a27f3ff pci_enable_sriov +EXPORT_SYMBOL_GPL vmlinux 0x5a49dbc9 timerqueue_del +EXPORT_SYMBOL_GPL vmlinux 0x5a671672 percpu_is_read_locked +EXPORT_SYMBOL_GPL vmlinux 0x5a6a7519 crypto_remove_spawns +EXPORT_SYMBOL_GPL vmlinux 0x5a6cdb52 nf_ct_zone_dflt +EXPORT_SYMBOL_GPL vmlinux 0x5a7bfe41 crypto_probing_notify +EXPORT_SYMBOL_GPL vmlinux 0x5a8e41e7 sk_psock_tls_strp_read +EXPORT_SYMBOL_GPL vmlinux 0x5a92a0f0 xas_find_marked +EXPORT_SYMBOL_GPL vmlinux 0x5abf3483 sysfs_remove_groups +EXPORT_SYMBOL_GPL vmlinux 0x5ad48ccc kthread_mod_delayed_work +EXPORT_SYMBOL_GPL vmlinux 0x5ae7839d xdp_do_redirect_frame +EXPORT_SYMBOL_GPL vmlinux 0x5ae968cb dax_region_put +EXPORT_SYMBOL_GPL vmlinux 0x5af09d6a ima_inode_hash +EXPORT_SYMBOL_GPL vmlinux 0x5b012620 device_for_each_child +EXPORT_SYMBOL_GPL vmlinux 0x5b21ceff ring_buffer_iter_peek +EXPORT_SYMBOL_GPL vmlinux 0x5b2bc741 tty_init_termios +EXPORT_SYMBOL_GPL vmlinux 0x5b2d1b19 crypto_ahash_final +EXPORT_SYMBOL_GPL vmlinux 0x5b3e7d8b strp_check_rcv +EXPORT_SYMBOL_GPL vmlinux 0x5b43524a fuse_conn_destroy +EXPORT_SYMBOL_GPL vmlinux 0x5b573420 ip6_datagram_connect +EXPORT_SYMBOL_GPL vmlinux 0x5b6587e0 mptcp_pm_get_subflows_max +EXPORT_SYMBOL_GPL vmlinux 0x5b6b0329 swiotlb_max_segment +EXPORT_SYMBOL_GPL vmlinux 0x5b94a4b6 crypto_unregister_instance +EXPORT_SYMBOL_GPL vmlinux 0x5ba63bef property_entries_free +EXPORT_SYMBOL_GPL vmlinux 0x5ba9c87f blk_crypto_keyslot_index +EXPORT_SYMBOL_GPL vmlinux 0x5bbdfa26 scatterwalk_ffwd +EXPORT_SYMBOL_GPL vmlinux 0x5bceb997 gpiod_to_irq +EXPORT_SYMBOL_GPL vmlinux 0x5bcf5e5d fib_new_table +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 0x5be21ff0 devlink_dpipe_match_put +EXPORT_SYMBOL_GPL vmlinux 0x5bf7e9b7 __iomap_dio_rw +EXPORT_SYMBOL_GPL vmlinux 0x5c1222ab gpiod_get_array_optional +EXPORT_SYMBOL_GPL vmlinux 0x5c177671 tpm_pm_resume +EXPORT_SYMBOL_GPL vmlinux 0x5c1b113e aead_init_geniv +EXPORT_SYMBOL_GPL vmlinux 0x5c2472e6 __traceiter_udp_fail_queue_rcv_skb +EXPORT_SYMBOL_GPL vmlinux 0x5c266b04 iomap_seek_hole +EXPORT_SYMBOL_GPL vmlinux 0x5c2f1546 devlink_sb_register +EXPORT_SYMBOL_GPL vmlinux 0x5c3bbd06 __SCK__tp_func_mc_event +EXPORT_SYMBOL_GPL vmlinux 0x5c61e86a sched_set_fifo +EXPORT_SYMBOL_GPL vmlinux 0x5c82016e __SCK__tp_func_napi_poll +EXPORT_SYMBOL_GPL vmlinux 0x5c8ac972 device_move +EXPORT_SYMBOL_GPL vmlinux 0x5cb588c5 alarm_start +EXPORT_SYMBOL_GPL vmlinux 0x5cc15995 __traceiter_neigh_update_done +EXPORT_SYMBOL_GPL vmlinux 0x5cde39f4 __mnt_is_readonly +EXPORT_SYMBOL_GPL vmlinux 0x5ceafad6 __s390_uv_destroy_range +EXPORT_SYMBOL_GPL vmlinux 0x5cede0a7 xdp_flush_frame_bulk +EXPORT_SYMBOL_GPL vmlinux 0x5cededcd kpp_register_instance +EXPORT_SYMBOL_GPL vmlinux 0x5cf189ab aead_geniv_alloc +EXPORT_SYMBOL_GPL vmlinux 0x5d62c854 folio_wait_stable +EXPORT_SYMBOL_GPL vmlinux 0x5d6b2f1a tpm_chip_unregister +EXPORT_SYMBOL_GPL vmlinux 0x5d6e043a devm_kasprintf +EXPORT_SYMBOL_GPL vmlinux 0x5d8476d3 bpf_sk_storage_diag_alloc +EXPORT_SYMBOL_GPL vmlinux 0x5d919877 raw_unhash_sk +EXPORT_SYMBOL_GPL vmlinux 0x5d97dcc9 tpm_calc_ordinal_duration +EXPORT_SYMBOL_GPL vmlinux 0x5da2d0e2 __traceiter_devlink_hwerr +EXPORT_SYMBOL_GPL vmlinux 0x5da67adc zs_compact +EXPORT_SYMBOL_GPL vmlinux 0x5dd76e44 mutex_lock_io +EXPORT_SYMBOL_GPL vmlinux 0x5dd862ad cgroup_get_from_id +EXPORT_SYMBOL_GPL vmlinux 0x5df6796d devm_kasprintf_strarray +EXPORT_SYMBOL_GPL vmlinux 0x5dfc3be9 device_property_present +EXPORT_SYMBOL_GPL vmlinux 0x5e0b15eb get_cpu_device +EXPORT_SYMBOL_GPL vmlinux 0x5e173309 cpu_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0x5e248571 blk_crypto_register +EXPORT_SYMBOL_GPL vmlinux 0x5e2c08fd gpiod_get_raw_array_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x5e2cdde6 skb_zerocopy +EXPORT_SYMBOL_GPL vmlinux 0x5e33623b fib_nexthop_info +EXPORT_SYMBOL_GPL vmlinux 0x5e515be6 ktime_get_ts64 +EXPORT_SYMBOL_GPL vmlinux 0x5e558fb4 pci_set_pcie_reset_state +EXPORT_SYMBOL_GPL vmlinux 0x5e85415b ring_buffer_consume +EXPORT_SYMBOL_GPL vmlinux 0x5ea060d9 get_device_system_crosststamp +EXPORT_SYMBOL_GPL vmlinux 0x5eb12026 relay_open +EXPORT_SYMBOL_GPL vmlinux 0x5eb417e0 __SCK__tp_func_neigh_timer_handler +EXPORT_SYMBOL_GPL vmlinux 0x5eb5a39f devl_trap_policers_unregister +EXPORT_SYMBOL_GPL vmlinux 0x5ef4cbe2 ipv6_find_tlv +EXPORT_SYMBOL_GPL vmlinux 0x5ef5edad blk_queue_can_use_dma_map_merging +EXPORT_SYMBOL_GPL vmlinux 0x5f1531f1 skb_tstamp_tx +EXPORT_SYMBOL_GPL vmlinux 0x5f161a14 dma_resv_describe +EXPORT_SYMBOL_GPL vmlinux 0x5f1f03ae pci_generic_config_write32 +EXPORT_SYMBOL_GPL vmlinux 0x5f23e3fa insert_resource +EXPORT_SYMBOL_GPL vmlinux 0x5f32b537 mptcp_pm_get_add_addr_signal_max +EXPORT_SYMBOL_GPL vmlinux 0x5f3c9695 crypto_default_rng +EXPORT_SYMBOL_GPL vmlinux 0x5f43a679 genphy_c45_read_mdix +EXPORT_SYMBOL_GPL vmlinux 0x5f6ef4f2 fb_deferred_io_release +EXPORT_SYMBOL_GPL vmlinux 0x5f6f1e9e dax_get_private +EXPORT_SYMBOL_GPL vmlinux 0x5f78debf __traceiter_block_rq_insert +EXPORT_SYMBOL_GPL vmlinux 0x5f8d3f24 devlink_param_driverinit_value_set +EXPORT_SYMBOL_GPL vmlinux 0x5f8fbd99 dw_pcie_write_dbi +EXPORT_SYMBOL_GPL vmlinux 0x5f92fcda irq_domain_create_sim +EXPORT_SYMBOL_GPL vmlinux 0x5fa4ce72 xas_nomem +EXPORT_SYMBOL_GPL vmlinux 0x5fa625ed mpi_ec_mul_point +EXPORT_SYMBOL_GPL vmlinux 0x5fb8848b halt_poll_ns_grow_start +EXPORT_SYMBOL_GPL vmlinux 0x5fc0d2ce devm_gpiod_get_optional +EXPORT_SYMBOL_GPL vmlinux 0x5fc241ff scsi_build_sense +EXPORT_SYMBOL_GPL vmlinux 0x5fca29c0 fwnode_find_reference +EXPORT_SYMBOL_GPL vmlinux 0x5fd4259e pci_num_vf +EXPORT_SYMBOL_GPL vmlinux 0x5fdac563 __traceiter_sched_overutilized_tp +EXPORT_SYMBOL_GPL vmlinux 0x5fdfcd57 __tracepoint_pelt_thermal_tp +EXPORT_SYMBOL_GPL vmlinux 0x60213fa0 __crypto_alloc_tfm +EXPORT_SYMBOL_GPL vmlinux 0x6029efd5 dax_flush +EXPORT_SYMBOL_GPL vmlinux 0x604722fd devices_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0x606b4aba devlink_linecard_provision_set +EXPORT_SYMBOL_GPL vmlinux 0x60770580 get_task_mm +EXPORT_SYMBOL_GPL vmlinux 0x607c4683 devlink_info_version_fixed_put +EXPORT_SYMBOL_GPL vmlinux 0x607f5a91 devlink_dpipe_action_put +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 0x60b9e5f3 transport_setup_device +EXPORT_SYMBOL_GPL vmlinux 0x60d03558 ethnl_cable_test_amplitude +EXPORT_SYMBOL_GPL vmlinux 0x60ddd23b __bio_add_page +EXPORT_SYMBOL_GPL vmlinux 0x60ebc96f ring_buffer_read_prepare +EXPORT_SYMBOL_GPL vmlinux 0x6129fb93 sfp_remove_phy +EXPORT_SYMBOL_GPL vmlinux 0x612bfd89 errno_to_blk_status +EXPORT_SYMBOL_GPL vmlinux 0x6139eb05 crypto_stats_rng_seed +EXPORT_SYMBOL_GPL vmlinux 0x6148ae6a virtqueue_disable_cb +EXPORT_SYMBOL_GPL vmlinux 0x615bfcd5 scsi_free_sgtables +EXPORT_SYMBOL_GPL vmlinux 0x615e5ba3 pcie_aspm_enabled +EXPORT_SYMBOL_GPL vmlinux 0x6177373f rhashtable_walk_peek +EXPORT_SYMBOL_GPL vmlinux 0x61801e66 pci_reset_function_locked +EXPORT_SYMBOL_GPL vmlinux 0x6181e79f timerqueue_add +EXPORT_SYMBOL_GPL vmlinux 0x61886641 srcu_init_notifier_head +EXPORT_SYMBOL_GPL vmlinux 0x6198dfea __ring_buffer_alloc +EXPORT_SYMBOL_GPL vmlinux 0x6199ad5d crypto_has_skcipher +EXPORT_SYMBOL_GPL vmlinux 0x61ad8659 sbitmap_get +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 0x61f67c92 phy_gbit_features_array +EXPORT_SYMBOL_GPL vmlinux 0x6202e3a8 xfrm_audit_state_replay +EXPORT_SYMBOL_GPL vmlinux 0x620b0479 inet_twsk_hashdance +EXPORT_SYMBOL_GPL vmlinux 0x620f6f8d xdp_do_redirect +EXPORT_SYMBOL_GPL vmlinux 0x622c2cb5 security_inode_mkdir +EXPORT_SYMBOL_GPL vmlinux 0x622c7922 register_oom_notifier +EXPORT_SYMBOL_GPL vmlinux 0x6236b227 split_page +EXPORT_SYMBOL_GPL vmlinux 0x62377a7b blk_io_schedule +EXPORT_SYMBOL_GPL vmlinux 0x6246a629 synchronize_rcu_tasks_trace +EXPORT_SYMBOL_GPL vmlinux 0x62497a35 devl_dpipe_headers_register +EXPORT_SYMBOL_GPL vmlinux 0x6249ca9b pci_vfs_assigned +EXPORT_SYMBOL_GPL vmlinux 0x62535dc6 fsstack_copy_inode_size +EXPORT_SYMBOL_GPL vmlinux 0x62739811 iommu_alloc_resv_region +EXPORT_SYMBOL_GPL vmlinux 0x628007a1 component_add_typed +EXPORT_SYMBOL_GPL vmlinux 0x62871caa gfn_to_memslot +EXPORT_SYMBOL_GPL vmlinux 0x62923187 clean_acked_data_enable +EXPORT_SYMBOL_GPL vmlinux 0x62bb09bf clocks_calc_mult_shift +EXPORT_SYMBOL_GPL vmlinux 0x62bc4ca8 akcipher_register_instance +EXPORT_SYMBOL_GPL vmlinux 0x62c1a21d platform_device_register +EXPORT_SYMBOL_GPL vmlinux 0x62dbb497 gpiochip_disable_irq +EXPORT_SYMBOL_GPL vmlinux 0x63064097 device_property_read_string +EXPORT_SYMBOL_GPL vmlinux 0x631ba529 software_node_unregister_node_group +EXPORT_SYMBOL_GPL vmlinux 0x632cd412 sbitmap_queue_get_shallow +EXPORT_SYMBOL_GPL vmlinux 0x632d505c __mmdrop +EXPORT_SYMBOL_GPL vmlinux 0x634b9d42 __SCK__tp_func_block_unplug +EXPORT_SYMBOL_GPL vmlinux 0x634c6082 freq_qos_remove_request +EXPORT_SYMBOL_GPL vmlinux 0x634f0ccf pci_host_probe +EXPORT_SYMBOL_GPL vmlinux 0x639e12b4 fib6_get_table +EXPORT_SYMBOL_GPL vmlinux 0x63a123f3 fscrypt_ioctl_get_nonce +EXPORT_SYMBOL_GPL vmlinux 0x63afaa89 synth_event_add_next_val +EXPORT_SYMBOL_GPL vmlinux 0x63bce490 gmap_put +EXPORT_SYMBOL_GPL vmlinux 0x63ea1216 rcu_read_unlock_trace_special +EXPORT_SYMBOL_GPL vmlinux 0x63f5c770 switchdev_port_obj_del +EXPORT_SYMBOL_GPL vmlinux 0x63f63785 __mt_destroy +EXPORT_SYMBOL_GPL vmlinux 0x640cc831 xfrm_audit_state_notfound_simple +EXPORT_SYMBOL_GPL vmlinux 0x64569200 __skb_zcopy_downgrade_managed +EXPORT_SYMBOL_GPL vmlinux 0x64609d25 __tracepoint_devlink_trap_report +EXPORT_SYMBOL_GPL vmlinux 0x64640d6f crypto_register_aead +EXPORT_SYMBOL_GPL vmlinux 0x64786375 kmsg_dump_get_buffer +EXPORT_SYMBOL_GPL vmlinux 0x64816c6b relay_close +EXPORT_SYMBOL_GPL vmlinux 0x64953be4 pkcs7_verify +EXPORT_SYMBOL_GPL vmlinux 0x64ac83b2 devlink_trap_groups_unregister +EXPORT_SYMBOL_GPL vmlinux 0x64b37768 devm_phy_package_join +EXPORT_SYMBOL_GPL vmlinux 0x64bc1743 mmu_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0x64c0b5de bdev_nr_zones +EXPORT_SYMBOL_GPL vmlinux 0x64c3ad06 rhashtable_init +EXPORT_SYMBOL_GPL vmlinux 0x64e27c4f synth_event_delete +EXPORT_SYMBOL_GPL vmlinux 0x64f74abf __tracepoint_pelt_cfs_tp +EXPORT_SYMBOL_GPL vmlinux 0x6506a8ef housekeeping_cpumask +EXPORT_SYMBOL_GPL vmlinux 0x6516daf6 tpm_get_timeouts +EXPORT_SYMBOL_GPL vmlinux 0x651d10e5 ktime_get_tai_fast_ns +EXPORT_SYMBOL_GPL vmlinux 0x6523ea40 __dev_forward_skb +EXPORT_SYMBOL_GPL vmlinux 0x6531a37f mpi_add +EXPORT_SYMBOL_GPL vmlinux 0x65342f5d do_unregister_con_driver +EXPORT_SYMBOL_GPL vmlinux 0x6535f764 __pci_epc_create +EXPORT_SYMBOL_GPL vmlinux 0x65367f36 gmap_convert_to_secure +EXPORT_SYMBOL_GPL vmlinux 0x6545268e __tracepoint_neigh_cleanup_and_release +EXPORT_SYMBOL_GPL vmlinux 0x6572a5c4 bpfilter_umh_cleanup +EXPORT_SYMBOL_GPL vmlinux 0x6579c00f crypto_aead_encrypt +EXPORT_SYMBOL_GPL vmlinux 0x65ac8109 scsi_host_complete_all_commands +EXPORT_SYMBOL_GPL vmlinux 0x65ccb6f0 call_netevent_notifiers +EXPORT_SYMBOL_GPL vmlinux 0x65dc1ef7 pci_find_host_bridge +EXPORT_SYMBOL_GPL vmlinux 0x65de3021 stack_depot_snprint +EXPORT_SYMBOL_GPL vmlinux 0x65e32ce8 scsi_dh_attach +EXPORT_SYMBOL_GPL vmlinux 0x65fde71d kstrdup_quotable_cmdline +EXPORT_SYMBOL_GPL vmlinux 0x660eb6bd devlink_free +EXPORT_SYMBOL_GPL vmlinux 0x661601de sprint_symbol +EXPORT_SYMBOL_GPL vmlinux 0x66267fc4 lwtunnel_state_alloc +EXPORT_SYMBOL_GPL vmlinux 0x6636c3c9 irq_set_vcpu_affinity +EXPORT_SYMBOL_GPL vmlinux 0x663bb448 devlink_fmsg_obj_nest_end +EXPORT_SYMBOL_GPL vmlinux 0x663c825d devm_gpio_request +EXPORT_SYMBOL_GPL vmlinux 0x66404b14 mark_page_dirty_in_slot +EXPORT_SYMBOL_GPL vmlinux 0x66665c1d raw_seq_start +EXPORT_SYMBOL_GPL vmlinux 0x668402aa crypto_put_default_rng +EXPORT_SYMBOL_GPL vmlinux 0x66b97421 sfp_link_up +EXPORT_SYMBOL_GPL vmlinux 0x66bdae48 firmware_request_cache +EXPORT_SYMBOL_GPL vmlinux 0x66c19df3 pci_status_get_and_clear_errors +EXPORT_SYMBOL_GPL vmlinux 0x66c3bc50 crypto_lookup_template +EXPORT_SYMBOL_GPL vmlinux 0x66d87d38 symbol_put_addr +EXPORT_SYMBOL_GPL vmlinux 0x66df0d36 __cookie_v6_check +EXPORT_SYMBOL_GPL vmlinux 0x66df930b device_property_read_string_array +EXPORT_SYMBOL_GPL vmlinux 0x66e73b9c debugfs_file_put +EXPORT_SYMBOL_GPL vmlinux 0x66f9db7e dma_get_required_mask +EXPORT_SYMBOL_GPL vmlinux 0x6711a07d trace_event_ignore_this_pid +EXPORT_SYMBOL_GPL vmlinux 0x67244820 _proc_mkdir +EXPORT_SYMBOL_GPL vmlinux 0x672a2f1c pci_stop_and_remove_bus_device_locked +EXPORT_SYMBOL_GPL vmlinux 0x67386f0e devm_gpiod_get_array +EXPORT_SYMBOL_GPL vmlinux 0x67429c91 __SCK__tp_func_block_bio_remap +EXPORT_SYMBOL_GPL vmlinux 0x675687c6 ping_init_sock +EXPORT_SYMBOL_GPL vmlinux 0x6779f8eb clockevents_unbind_device +EXPORT_SYMBOL_GPL vmlinux 0x67955ce6 profile_hits +EXPORT_SYMBOL_GPL vmlinux 0x679cfafe __gmap_translate +EXPORT_SYMBOL_GPL vmlinux 0x67c3c795 get_state_synchronize_rcu_full +EXPORT_SYMBOL_GPL vmlinux 0x67c8a220 iptunnel_handle_offloads +EXPORT_SYMBOL_GPL vmlinux 0x67da9f7c sha512_zero_message_hash +EXPORT_SYMBOL_GPL vmlinux 0x67e9b17e __traceiter_attach_device_to_domain +EXPORT_SYMBOL_GPL vmlinux 0x67ec4335 __gmap_zap +EXPORT_SYMBOL_GPL vmlinux 0x67ec5cbc vfs_removexattr +EXPORT_SYMBOL_GPL vmlinux 0x6802f4de irq_chip_release_resources_parent +EXPORT_SYMBOL_GPL vmlinux 0x6810b291 kstrdup_quotable_file +EXPORT_SYMBOL_GPL vmlinux 0x6810d716 bsg_job_put +EXPORT_SYMBOL_GPL vmlinux 0x682a0981 md_rdev_clear +EXPORT_SYMBOL_GPL vmlinux 0x682ff057 ring_buffer_commit_overrun_cpu +EXPORT_SYMBOL_GPL vmlinux 0x6848db3a mmu_interval_notifier_insert +EXPORT_SYMBOL_GPL vmlinux 0x68526f63 blk_mq_update_nr_hw_queues +EXPORT_SYMBOL_GPL vmlinux 0x685d09ac __kprobe_event_gen_cmd_start +EXPORT_SYMBOL_GPL vmlinux 0x685e2600 kvm_s390_gisc_unregister +EXPORT_SYMBOL_GPL vmlinux 0x685e73c3 cpu_subsys +EXPORT_SYMBOL_GPL vmlinux 0x68654c6e auxiliary_find_device +EXPORT_SYMBOL_GPL vmlinux 0x6879eac9 sysfs_chmod_file +EXPORT_SYMBOL_GPL vmlinux 0x687c68d4 debugfs_write_file_bool +EXPORT_SYMBOL_GPL vmlinux 0x689137a9 iommu_set_fault_handler +EXPORT_SYMBOL_GPL vmlinux 0x6892e3c3 kvm_set_pfn_accessed +EXPORT_SYMBOL_GPL vmlinux 0x6894814d balance_dirty_pages_ratelimited_flags +EXPORT_SYMBOL_GPL vmlinux 0x68952493 rcu_note_context_switch +EXPORT_SYMBOL_GPL vmlinux 0x68a0c9c1 list_lru_destroy +EXPORT_SYMBOL_GPL vmlinux 0x68cc60a8 perf_event_pause +EXPORT_SYMBOL_GPL vmlinux 0x68f9e5fc ip6_datagram_recv_ctl +EXPORT_SYMBOL_GPL vmlinux 0x690f585e phy_basic_ports_array +EXPORT_SYMBOL_GPL vmlinux 0x6913865a trace_clock_jiffies +EXPORT_SYMBOL_GPL vmlinux 0x6918f50c sbitmap_bitmap_show +EXPORT_SYMBOL_GPL vmlinux 0x691c204a kvm_release_page_clean +EXPORT_SYMBOL_GPL vmlinux 0x69305104 register_kretprobes +EXPORT_SYMBOL_GPL vmlinux 0x6940efee sysfs_unbreak_active_protection +EXPORT_SYMBOL_GPL vmlinux 0x694249a1 crypto_ahash_digest +EXPORT_SYMBOL_GPL vmlinux 0x695295a4 devl_rate_leaf_destroy +EXPORT_SYMBOL_GPL vmlinux 0x69637b2c __traceiter_powernv_throttle +EXPORT_SYMBOL_GPL vmlinux 0x697c5d0d tracing_snapshot_alloc +EXPORT_SYMBOL_GPL vmlinux 0x698a2654 software_node_find_by_name +EXPORT_SYMBOL_GPL vmlinux 0x69925d0e sbitmap_queue_clear +EXPORT_SYMBOL_GPL vmlinux 0x69a05a2a kset_find_obj +EXPORT_SYMBOL_GPL vmlinux 0x69a97ee0 gpiochip_populate_parent_fwspec_twocell +EXPORT_SYMBOL_GPL vmlinux 0x69ba2f53 kvm_s390_gisc_register +EXPORT_SYMBOL_GPL vmlinux 0x69cf0632 mpi_fromstr +EXPORT_SYMBOL_GPL vmlinux 0x69e683de uuid_gen +EXPORT_SYMBOL_GPL vmlinux 0x69e79b3c bpf_trace_run8 +EXPORT_SYMBOL_GPL vmlinux 0x69eadb2d kthread_queue_work +EXPORT_SYMBOL_GPL vmlinux 0x69ee3e84 sched_set_normal +EXPORT_SYMBOL_GPL vmlinux 0x6a0535d9 blk_mq_alloc_sq_tag_set +EXPORT_SYMBOL_GPL vmlinux 0x6a3ca020 __dev_fwnode_const +EXPORT_SYMBOL_GPL vmlinux 0x6a460dc5 schedule_hrtimeout +EXPORT_SYMBOL_GPL vmlinux 0x6a4f623b mmu_notifier_synchronize +EXPORT_SYMBOL_GPL vmlinux 0x6a5db149 kthread_use_mm +EXPORT_SYMBOL_GPL vmlinux 0x6a8441be cpci_hp_start +EXPORT_SYMBOL_GPL vmlinux 0x6aa6ed55 devres_release +EXPORT_SYMBOL_GPL vmlinux 0x6ae31c0a blk_queue_required_elevator_features +EXPORT_SYMBOL_GPL vmlinux 0x6af38f8b bpf_prog_add +EXPORT_SYMBOL_GPL vmlinux 0x6b1c486b crypto_stats_compress +EXPORT_SYMBOL_GPL vmlinux 0x6b2b69f7 static_key_enable +EXPORT_SYMBOL_GPL vmlinux 0x6b31c1b9 fsverity_ioctl_read_metadata +EXPORT_SYMBOL_GPL vmlinux 0x6b36e07d devlink_linecard_destroy +EXPORT_SYMBOL_GPL vmlinux 0x6b37f087 event_triggers_post_call +EXPORT_SYMBOL_GPL vmlinux 0x6b413c9b sfp_link_down +EXPORT_SYMBOL_GPL vmlinux 0x6ba6996a raw_seq_next +EXPORT_SYMBOL_GPL vmlinux 0x6bc40a4d task_user_regset_view +EXPORT_SYMBOL_GPL vmlinux 0x6bcdedc0 mpi_point_init +EXPORT_SYMBOL_GPL vmlinux 0x6bd1aa56 stack_trace_save +EXPORT_SYMBOL_GPL vmlinux 0x6bd99d8a pci_set_host_bridge_release +EXPORT_SYMBOL_GPL vmlinux 0x6bfb2b87 user_read +EXPORT_SYMBOL_GPL vmlinux 0x6c056935 kvm_io_bus_get_dev +EXPORT_SYMBOL_GPL vmlinux 0x6c369567 __inet_twsk_schedule +EXPORT_SYMBOL_GPL vmlinux 0x6c3f70e0 guid_gen +EXPORT_SYMBOL_GPL vmlinux 0x6c49c97c transport_class_unregister +EXPORT_SYMBOL_GPL vmlinux 0x6c5ad0cd kmsg_dump_register +EXPORT_SYMBOL_GPL vmlinux 0x6c64d854 bus_find_device +EXPORT_SYMBOL_GPL vmlinux 0x6c65cc17 sysfs_update_group +EXPORT_SYMBOL_GPL vmlinux 0x6c85bc1f kvm_debugfs_dir +EXPORT_SYMBOL_GPL vmlinux 0x6c956075 __SCK__tp_func_devlink_hwerr +EXPORT_SYMBOL_GPL vmlinux 0x6ca4bf88 async_synchronize_full_domain +EXPORT_SYMBOL_GPL vmlinux 0x6cbd0103 ping_get_port +EXPORT_SYMBOL_GPL vmlinux 0x6cc416c5 platform_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x6cd71ed1 fixed_phy_register +EXPORT_SYMBOL_GPL vmlinux 0x6ceac29f gen10g_config_aneg +EXPORT_SYMBOL_GPL vmlinux 0x6cfb96f4 sysfs_unmerge_group +EXPORT_SYMBOL_GPL vmlinux 0x6d09843f copy_bpf_fprog_from_user +EXPORT_SYMBOL_GPL vmlinux 0x6d18c430 pcie_flr +EXPORT_SYMBOL_GPL vmlinux 0x6d2334b6 pci_aer_clear_nonfatal_status +EXPORT_SYMBOL_GPL vmlinux 0x6d2fc5a6 net_namespace_list +EXPORT_SYMBOL_GPL vmlinux 0x6d3bcf74 switchdev_handle_port_obj_add +EXPORT_SYMBOL_GPL vmlinux 0x6d412dcd irq_chip_unmask_parent +EXPORT_SYMBOL_GPL vmlinux 0x6d418281 gpiod_export_link +EXPORT_SYMBOL_GPL vmlinux 0x6d543ee7 gpiochip_remove +EXPORT_SYMBOL_GPL vmlinux 0x6d54e278 zpci_register_ioat +EXPORT_SYMBOL_GPL vmlinux 0x6d618485 uprobe_register +EXPORT_SYMBOL_GPL vmlinux 0x6d6d74f2 public_key_signature_free +EXPORT_SYMBOL_GPL vmlinux 0x6d6fec1f ktime_mono_to_any +EXPORT_SYMBOL_GPL vmlinux 0x6d727995 iommu_group_add_device +EXPORT_SYMBOL_GPL vmlinux 0x6d7e951e rcu_exp_batches_completed +EXPORT_SYMBOL_GPL vmlinux 0x6db39f46 gmap_pmdp_idte_global +EXPORT_SYMBOL_GPL vmlinux 0x6dbaafd3 put_old_timespec32 +EXPORT_SYMBOL_GPL vmlinux 0x6dbbfd14 gmap_register_pte_notifier +EXPORT_SYMBOL_GPL vmlinux 0x6dd5680d sprint_symbol_build_id +EXPORT_SYMBOL_GPL vmlinux 0x6e00fcfb modify_ftrace_direct +EXPORT_SYMBOL_GPL vmlinux 0x6e09d93d __SCK__tp_func_map +EXPORT_SYMBOL_GPL vmlinux 0x6e1fb67c proc_create_net_single +EXPORT_SYMBOL_GPL vmlinux 0x6e3347ec devlink_priv +EXPORT_SYMBOL_GPL vmlinux 0x6e353c26 mpi_rshift +EXPORT_SYMBOL_GPL vmlinux 0x6e364342 pci_epc_put +EXPORT_SYMBOL_GPL vmlinux 0x6e36922a vp_legacy_get_queue_enable +EXPORT_SYMBOL_GPL vmlinux 0x6e3c442f crypto_register_algs +EXPORT_SYMBOL_GPL vmlinux 0x6e59f821 __tracepoint_wbc_writepage +EXPORT_SYMBOL_GPL vmlinux 0x6e75340c __inet_inherit_port +EXPORT_SYMBOL_GPL vmlinux 0x6e7943ec iommu_group_id +EXPORT_SYMBOL_GPL vmlinux 0x6e82bd73 kobject_move +EXPORT_SYMBOL_GPL vmlinux 0x6ea632f6 crypto_unregister_scomps +EXPORT_SYMBOL_GPL vmlinux 0x6ebe366f ktime_get_mono_fast_ns +EXPORT_SYMBOL_GPL vmlinux 0x6ec7b94c gen_pool_avail +EXPORT_SYMBOL_GPL vmlinux 0x6ee44f48 ptep_notify +EXPORT_SYMBOL_GPL vmlinux 0x6ef02b47 debugfs_create_blob +EXPORT_SYMBOL_GPL vmlinux 0x6ef6b54f ktime_get_boot_fast_ns +EXPORT_SYMBOL_GPL vmlinux 0x6f0956d8 serdev_device_alloc +EXPORT_SYMBOL_GPL vmlinux 0x6f0b5a96 blocking_notifier_call_chain_robust +EXPORT_SYMBOL_GPL vmlinux 0x6f12560a get_old_timespec32 +EXPORT_SYMBOL_GPL vmlinux 0x6f2017de misc_cg_set_capacity +EXPORT_SYMBOL_GPL vmlinux 0x6f38b227 crypto_type_has_alg +EXPORT_SYMBOL_GPL vmlinux 0x6f6b52e9 __ipv6_fixup_options +EXPORT_SYMBOL_GPL vmlinux 0x6f7df2d0 devm_gpio_request_one +EXPORT_SYMBOL_GPL vmlinux 0x6f7e6040 irq_has_action +EXPORT_SYMBOL_GPL vmlinux 0x6f885098 irq_domain_disconnect_hierarchy +EXPORT_SYMBOL_GPL vmlinux 0x6f97a2f2 dax_zero_range +EXPORT_SYMBOL_GPL vmlinux 0x6f9e763b timecounter_read +EXPORT_SYMBOL_GPL vmlinux 0x6fa6ea1d crypto_register_skcipher +EXPORT_SYMBOL_GPL vmlinux 0x6fb320fb __fsnotify_inode_delete +EXPORT_SYMBOL_GPL vmlinux 0x6fcef6ab ring_buffer_reset +EXPORT_SYMBOL_GPL vmlinux 0x6fe9a493 aead_exit_geniv +EXPORT_SYMBOL_GPL vmlinux 0x6ff607b6 crypto_get_default_rng +EXPORT_SYMBOL_GPL vmlinux 0x6ffaf605 sysfs_create_bin_file +EXPORT_SYMBOL_GPL vmlinux 0x7006586e iommu_get_group_resv_regions +EXPORT_SYMBOL_GPL vmlinux 0x700675e0 fuse_get_unique +EXPORT_SYMBOL_GPL vmlinux 0x700c8470 bus_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x700ea5e6 md_find_rdev_rcu +EXPORT_SYMBOL_GPL vmlinux 0x700f2394 set_selection_kernel +EXPORT_SYMBOL_GPL vmlinux 0x700fa1d3 __traceiter_pelt_cfs_tp +EXPORT_SYMBOL_GPL vmlinux 0x703e5ed5 msi_lock_descs +EXPORT_SYMBOL_GPL vmlinux 0x704562a1 blk_queue_write_cache +EXPORT_SYMBOL_GPL vmlinux 0x705eba16 inet_bhash2_update_saddr +EXPORT_SYMBOL_GPL vmlinux 0x705ed860 perf_event_refresh +EXPORT_SYMBOL_GPL vmlinux 0x707098c5 iomap_truncate_page +EXPORT_SYMBOL_GPL vmlinux 0x7073c04f phy_10_100_features_array +EXPORT_SYMBOL_GPL vmlinux 0x707c32d5 get_task_pid +EXPORT_SYMBOL_GPL vmlinux 0x70841b28 crypto_register_scomps +EXPORT_SYMBOL_GPL vmlinux 0x708b352f ip4_datagram_release_cb +EXPORT_SYMBOL_GPL vmlinux 0x708f6a15 fscrypt_set_bio_crypt_ctx_bh +EXPORT_SYMBOL_GPL vmlinux 0x70986901 param_ops_bool_enable_only +EXPORT_SYMBOL_GPL vmlinux 0x70b7503c gpiochip_line_is_persistent +EXPORT_SYMBOL_GPL vmlinux 0x70bd6fd2 srcu_notifier_chain_unregister +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 0x70da604f cio_start +EXPORT_SYMBOL_GPL vmlinux 0x70f89d53 rsa_parse_priv_key +EXPORT_SYMBOL_GPL vmlinux 0x7105788d driver_find_device +EXPORT_SYMBOL_GPL vmlinux 0x710c73b6 crypto_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x71124b3f gpiod_set_raw_array_value +EXPORT_SYMBOL_GPL vmlinux 0x711a5235 virtqueue_get_vring +EXPORT_SYMBOL_GPL vmlinux 0x712b154b zap_vma_ptes +EXPORT_SYMBOL_GPL vmlinux 0x71502f40 inet6_csk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0x7152017d tpm_send +EXPORT_SYMBOL_GPL vmlinux 0x715a43ce priv_to_devlink +EXPORT_SYMBOL_GPL vmlinux 0x715c4d24 blkdev_zone_mgmt +EXPORT_SYMBOL_GPL vmlinux 0x716265c7 debugfs_initialized +EXPORT_SYMBOL_GPL vmlinux 0x7179c31c zpci_iomap_start +EXPORT_SYMBOL_GPL vmlinux 0x71a20f4a __SCK__tp_func_non_standard_event +EXPORT_SYMBOL_GPL vmlinux 0x71b27acc dax_layout_busy_page_range +EXPORT_SYMBOL_GPL vmlinux 0x71b6cbdf rdev_set_badblocks +EXPORT_SYMBOL_GPL vmlinux 0x71b6cf94 dst_cache_reset_now +EXPORT_SYMBOL_GPL vmlinux 0x71d5dc34 bio_end_io_acct_remapped +EXPORT_SYMBOL_GPL vmlinux 0x71db8a02 kernfs_notify +EXPORT_SYMBOL_GPL vmlinux 0x71e5c82e crypto_shash_setkey +EXPORT_SYMBOL_GPL vmlinux 0x71f69a66 software_node_unregister +EXPORT_SYMBOL_GPL vmlinux 0x72177b22 tcp_reno_cong_avoid +EXPORT_SYMBOL_GPL vmlinux 0x72298f8c __percpu_down_read +EXPORT_SYMBOL_GPL vmlinux 0x72306530 udp_tunnel_nic_ops +EXPORT_SYMBOL_GPL vmlinux 0x72363d87 blk_crypto_reprogram_all_keys +EXPORT_SYMBOL_GPL vmlinux 0x7259a120 enable_kprobe +EXPORT_SYMBOL_GPL vmlinux 0x7262aa4e of_phandle_args_to_fwspec +EXPORT_SYMBOL_GPL vmlinux 0x7265f2b0 pci_vpd_check_csum +EXPORT_SYMBOL_GPL vmlinux 0x7278d328 all_vm_events +EXPORT_SYMBOL_GPL vmlinux 0x7279c980 vfs_getxattr +EXPORT_SYMBOL_GPL vmlinux 0x7283161b percpu_ref_switch_to_percpu +EXPORT_SYMBOL_GPL vmlinux 0x72ae1839 base64_decode +EXPORT_SYMBOL_GPL vmlinux 0x72c3306c gpiod_to_chip +EXPORT_SYMBOL_GPL vmlinux 0x72d05bd2 trace_array_printk +EXPORT_SYMBOL_GPL vmlinux 0x72dbaa21 __netpoll_free +EXPORT_SYMBOL_GPL vmlinux 0x72eca6b0 dm_internal_resume +EXPORT_SYMBOL_GPL vmlinux 0x72edf918 __tracepoint_kfree_skb +EXPORT_SYMBOL_GPL vmlinux 0x730fbb2c component_compare_of +EXPORT_SYMBOL_GPL vmlinux 0x731f2f19 tracing_snapshot_cond_enable +EXPORT_SYMBOL_GPL vmlinux 0x732a184a tty_ldisc_deref +EXPORT_SYMBOL_GPL vmlinux 0x7334483c s390_uv_destroy_pfns +EXPORT_SYMBOL_GPL vmlinux 0x7351fcb1 devlink_remote_reload_actions_performed +EXPORT_SYMBOL_GPL vmlinux 0x73540244 dw_pcie_ep_reset_bar +EXPORT_SYMBOL_GPL vmlinux 0x735d84bf watchdog_set_restart_priority +EXPORT_SYMBOL_GPL vmlinux 0x736c8361 ip6_dst_lookup_tunnel +EXPORT_SYMBOL_GPL vmlinux 0x737f1258 sched_show_task +EXPORT_SYMBOL_GPL vmlinux 0x7380f520 tpm_default_chip +EXPORT_SYMBOL_GPL vmlinux 0x73abee90 pci_epc_get_msi +EXPORT_SYMBOL_GPL vmlinux 0x73ae2a65 blk_clear_pm_only +EXPORT_SYMBOL_GPL vmlinux 0x73b54e9c msg_zerocopy_callback +EXPORT_SYMBOL_GPL vmlinux 0x73bd8b23 io_uring_cmd_done +EXPORT_SYMBOL_GPL vmlinux 0x73c93090 rhashtable_insert_slow +EXPORT_SYMBOL_GPL vmlinux 0x73ca0e53 genphy_c45_baset1_read_status +EXPORT_SYMBOL_GPL vmlinux 0x73cc8631 oiap +EXPORT_SYMBOL_GPL vmlinux 0x73d80d52 pci_create_slot +EXPORT_SYMBOL_GPL vmlinux 0x73e4edb8 phy_gbit_features +EXPORT_SYMBOL_GPL vmlinux 0x73fd12b2 fat_flush_inodes +EXPORT_SYMBOL_GPL vmlinux 0x7427daa3 perf_aux_output_end +EXPORT_SYMBOL_GPL vmlinux 0x74514fd3 bpf_map_inc_with_uref +EXPORT_SYMBOL_GPL vmlinux 0x74b5ea68 lcm_not_zero +EXPORT_SYMBOL_GPL vmlinux 0x74baf17a tracing_is_on +EXPORT_SYMBOL_GPL vmlinux 0x74d36e27 netlink_has_listeners +EXPORT_SYMBOL_GPL vmlinux 0x74e73871 housekeeping_overridden +EXPORT_SYMBOL_GPL vmlinux 0x74fb5bdb bpf_redirect_info +EXPORT_SYMBOL_GPL vmlinux 0x7522f3ba irq_modify_status +EXPORT_SYMBOL_GPL vmlinux 0x75261b36 bus_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0x753e8764 fuse_file_poll +EXPORT_SYMBOL_GPL vmlinux 0x7554b896 zs_huge_class_size +EXPORT_SYMBOL_GPL vmlinux 0x75676a93 __udp6_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0x757c1bbb housekeeping_any_cpu +EXPORT_SYMBOL_GPL vmlinux 0x75851f50 fscrypt_ioctl_remove_key_all_users +EXPORT_SYMBOL_GPL vmlinux 0x75920e04 sysfs_remove_file_from_group +EXPORT_SYMBOL_GPL vmlinux 0x75b018ac scsi_register_device_handler +EXPORT_SYMBOL_GPL vmlinux 0x75c6ed6e fsnotify_put_group +EXPORT_SYMBOL_GPL vmlinux 0x75e51945 __SCK__tp_func_error_report_end +EXPORT_SYMBOL_GPL vmlinux 0x75e65a97 mas_store_prealloc +EXPORT_SYMBOL_GPL vmlinux 0x75e9c735 pci_ats_disabled +EXPORT_SYMBOL_GPL vmlinux 0x75edf7b3 copy_from_kernel_nofault +EXPORT_SYMBOL_GPL vmlinux 0x7603fe19 inet_csk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0x76048532 scsi_unregister_device_handler +EXPORT_SYMBOL_GPL vmlinux 0x7623c56a __netpoll_cleanup +EXPORT_SYMBOL_GPL vmlinux 0x7641c19e crypto_hash_walk_first +EXPORT_SYMBOL_GPL vmlinux 0x7641db1c dma_opt_mapping_size +EXPORT_SYMBOL_GPL vmlinux 0x764ffefa page_reporting_register +EXPORT_SYMBOL_GPL vmlinux 0x7656410c mpi_sub +EXPORT_SYMBOL_GPL vmlinux 0x76986244 sysfs_create_group +EXPORT_SYMBOL_GPL vmlinux 0x769cefb5 percpu_ref_switch_to_atomic +EXPORT_SYMBOL_GPL vmlinux 0x76b62d8c synth_event_trace +EXPORT_SYMBOL_GPL vmlinux 0x76b93f84 add_hwgenerator_randomness +EXPORT_SYMBOL_GPL vmlinux 0x76cf9900 tpm_chip_bootstrap +EXPORT_SYMBOL_GPL vmlinux 0x76d3810f anon_inode_getfile +EXPORT_SYMBOL_GPL vmlinux 0x76d81960 rdev_clear_badblocks +EXPORT_SYMBOL_GPL vmlinux 0x76e028db skb_to_sgvec_nomark +EXPORT_SYMBOL_GPL vmlinux 0x76eeeb0f sha384_zero_message_hash +EXPORT_SYMBOL_GPL vmlinux 0x76ff29c5 kvm_vcpu_on_spin +EXPORT_SYMBOL_GPL vmlinux 0x7735cdd4 sbitmap_del_wait_queue +EXPORT_SYMBOL_GPL vmlinux 0x773ef1fb srcu_torture_stats_print +EXPORT_SYMBOL_GPL vmlinux 0x774f16ef __tracepoint_cpu_idle +EXPORT_SYMBOL_GPL vmlinux 0x7765b165 crypto_unregister_rng +EXPORT_SYMBOL_GPL vmlinux 0x7765b27d disk_update_readahead +EXPORT_SYMBOL_GPL vmlinux 0x7791e066 dw_pcie_read +EXPORT_SYMBOL_GPL vmlinux 0x77e75be3 sfp_bus_put +EXPORT_SYMBOL_GPL vmlinux 0x77ecf68d memalloc_socks_key +EXPORT_SYMBOL_GPL vmlinux 0x77f0fe0b nfs42_ssc_unregister +EXPORT_SYMBOL_GPL vmlinux 0x77f3dd8f blk_mq_quiesce_tagset +EXPORT_SYMBOL_GPL vmlinux 0x77ff0529 tty_ldisc_flush +EXPORT_SYMBOL_GPL vmlinux 0x78010ba8 fat_fill_super +EXPORT_SYMBOL_GPL vmlinux 0x78041b8f byte_rev_table +EXPORT_SYMBOL_GPL vmlinux 0x78142cc7 __devm_irq_alloc_descs +EXPORT_SYMBOL_GPL vmlinux 0x781f9a59 iommu_group_get +EXPORT_SYMBOL_GPL vmlinux 0x782a4ac1 irq_chip_ack_parent +EXPORT_SYMBOL_GPL vmlinux 0x7840ded9 kvm_is_visible_gfn +EXPORT_SYMBOL_GPL vmlinux 0x784808e3 ip_route_output_flow +EXPORT_SYMBOL_GPL vmlinux 0x785a93b4 si_mem_available +EXPORT_SYMBOL_GPL vmlinux 0x785f4e83 pci_assign_unassigned_bridge_resources +EXPORT_SYMBOL_GPL vmlinux 0x788bfbad ring_buffer_empty +EXPORT_SYMBOL_GPL vmlinux 0x788ec0c6 xdp_master_redirect +EXPORT_SYMBOL_GPL vmlinux 0x789c73d9 rcu_cpu_stall_suppress_at_boot +EXPORT_SYMBOL_GPL vmlinux 0x78c400ab raw_v6_hashinfo +EXPORT_SYMBOL_GPL vmlinux 0x78c93bda sch_frag_xmit_hook +EXPORT_SYMBOL_GPL vmlinux 0x78f51ccc bpf_trace_run3 +EXPORT_SYMBOL_GPL vmlinux 0x78fa0907 inet_hash_connect +EXPORT_SYMBOL_GPL vmlinux 0x78fe366b seg6_do_srh_encap +EXPORT_SYMBOL_GPL vmlinux 0x78fe9e75 alloc_memory_type +EXPORT_SYMBOL_GPL vmlinux 0x7900625b get_ccwdev_by_dev_id +EXPORT_SYMBOL_GPL vmlinux 0x790dadcd devres_for_each_res +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 0x794b7271 orderly_reboot +EXPORT_SYMBOL_GPL vmlinux 0x79864b8f msi_next_desc +EXPORT_SYMBOL_GPL vmlinux 0x7997c538 xdp_build_skb_from_frame +EXPORT_SYMBOL_GPL vmlinux 0x79bfc908 irq_find_matching_fwspec +EXPORT_SYMBOL_GPL vmlinux 0x79c1b894 l3mdev_fib_table_by_index +EXPORT_SYMBOL_GPL vmlinux 0x79d76d25 dev_get_tstats64 +EXPORT_SYMBOL_GPL vmlinux 0x79defbe1 kthread_should_park +EXPORT_SYMBOL_GPL vmlinux 0x7a3f16a2 devl_region_destroy +EXPORT_SYMBOL_GPL vmlinux 0x7a3f440d tty_buffer_set_limit +EXPORT_SYMBOL_GPL vmlinux 0x7a502c36 dm_set_target_max_io_len +EXPORT_SYMBOL_GPL vmlinux 0x7a63c2e1 mmu_interval_read_begin +EXPORT_SYMBOL_GPL vmlinux 0x7a647955 inet_csk_route_child_sock +EXPORT_SYMBOL_GPL vmlinux 0x7a81541b async_synchronize_cookie +EXPORT_SYMBOL_GPL vmlinux 0x7a94e264 securityfs_create_symlink +EXPORT_SYMBOL_GPL vmlinux 0x7a99bbd0 iommu_attach_device_pasid +EXPORT_SYMBOL_GPL vmlinux 0x7a9f9656 register_btf_kfunc_id_set +EXPORT_SYMBOL_GPL vmlinux 0x7abb7471 sysfs_notify +EXPORT_SYMBOL_GPL vmlinux 0x7ac722bd phy_all_ports_features_array +EXPORT_SYMBOL_GPL vmlinux 0x7acc9068 pci_disable_ats +EXPORT_SYMBOL_GPL vmlinux 0x7acca60a blk_req_needs_zone_write_lock +EXPORT_SYMBOL_GPL vmlinux 0x7ad02a41 asn1_encode_tag +EXPORT_SYMBOL_GPL vmlinux 0x7ad30a82 smp_yield_cpu +EXPORT_SYMBOL_GPL vmlinux 0x7ae716f7 kernel_read_file +EXPORT_SYMBOL_GPL vmlinux 0x7af0844e dw_pcie_own_conf_map_bus +EXPORT_SYMBOL_GPL vmlinux 0x7afe324e halt_poll_ns_grow +EXPORT_SYMBOL_GPL vmlinux 0x7b01082f phy_speed_up +EXPORT_SYMBOL_GPL vmlinux 0x7b056005 switchdev_bridge_port_unoffload +EXPORT_SYMBOL_GPL vmlinux 0x7b06e535 dummy_con +EXPORT_SYMBOL_GPL vmlinux 0x7b3c0639 serdev_device_set_tiocm +EXPORT_SYMBOL_GPL vmlinux 0x7b524c91 locks_owner_has_blockers +EXPORT_SYMBOL_GPL vmlinux 0x7b5a4926 sha1_zero_message_hash +EXPORT_SYMBOL_GPL vmlinux 0x7b623328 crypto_unregister_shashes +EXPORT_SYMBOL_GPL vmlinux 0x7b7b03a1 dm_copy_name_and_uuid +EXPORT_SYMBOL_GPL vmlinux 0x7b803bd6 tcp_unregister_ulp +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 0x7bb94856 poll_state_synchronize_srcu +EXPORT_SYMBOL_GPL vmlinux 0x7bc85908 dma_resv_iter_first +EXPORT_SYMBOL_GPL vmlinux 0x7be224da blkg_rwstat_exit +EXPORT_SYMBOL_GPL vmlinux 0x7c0d06a9 dw_pcie_ep_init +EXPORT_SYMBOL_GPL vmlinux 0x7c291e86 show_rcu_tasks_trace_gp_kthread +EXPORT_SYMBOL_GPL vmlinux 0x7c2d392d trace_seq_bprintf +EXPORT_SYMBOL_GPL vmlinux 0x7c304367 __platform_driver_probe +EXPORT_SYMBOL_GPL vmlinux 0x7c35182d pci_msi_unmask_irq +EXPORT_SYMBOL_GPL vmlinux 0x7c35e60a stop_machine +EXPORT_SYMBOL_GPL vmlinux 0x7c5c9e94 phy_modify_mmd +EXPORT_SYMBOL_GPL vmlinux 0x7c5f7107 sk_msg_zerocopy_from_iter +EXPORT_SYMBOL_GPL vmlinux 0x7c64887e ping_bind +EXPORT_SYMBOL_GPL vmlinux 0x7c68d98f device_remove_groups +EXPORT_SYMBOL_GPL vmlinux 0x7c6a16f5 dax_truncate_page +EXPORT_SYMBOL_GPL vmlinux 0x7c9089c9 arch_make_page_accessible +EXPORT_SYMBOL_GPL vmlinux 0x7c94c99a kvm_release_pfn_dirty +EXPORT_SYMBOL_GPL vmlinux 0x7c95c474 nf_queue_entry_get_refs +EXPORT_SYMBOL_GPL vmlinux 0x7cad8e12 iomap_release_folio +EXPORT_SYMBOL_GPL vmlinux 0x7cae5631 crypto_unregister_template +EXPORT_SYMBOL_GPL vmlinux 0x7cb1aea1 devlink_dpipe_header_ethernet +EXPORT_SYMBOL_GPL vmlinux 0x7cc8c8cf crypto_shoot_alg +EXPORT_SYMBOL_GPL vmlinux 0x7cceaf92 zs_pool_stats +EXPORT_SYMBOL_GPL vmlinux 0x7ceaf0d5 generic_handle_irq +EXPORT_SYMBOL_GPL vmlinux 0x7cf154e4 fat_update_time +EXPORT_SYMBOL_GPL vmlinux 0x7d52136e genphy_c45_pma_setup_forced +EXPORT_SYMBOL_GPL vmlinux 0x7d89da22 mas_store +EXPORT_SYMBOL_GPL vmlinux 0x7d9f1944 yield_to +EXPORT_SYMBOL_GPL vmlinux 0x7dda30af unregister_tracepoint_module_notifier +EXPORT_SYMBOL_GPL vmlinux 0x7de39e07 phy_basic_t1_features_array +EXPORT_SYMBOL_GPL vmlinux 0x7de4296c fscrypt_show_test_dummy_encryption +EXPORT_SYMBOL_GPL vmlinux 0x7de6cc23 io_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0x7dfd5eca irq_set_default_host +EXPORT_SYMBOL_GPL vmlinux 0x7e30578d bpf_prog_alloc +EXPORT_SYMBOL_GPL vmlinux 0x7e31385f fsnotify_add_mark +EXPORT_SYMBOL_GPL vmlinux 0x7e3852fa fw_devlink_purge_absent_suppliers +EXPORT_SYMBOL_GPL vmlinux 0x7e3bdecd __ftrace_vprintk +EXPORT_SYMBOL_GPL vmlinux 0x7e492d8c tcp_twsk_destructor +EXPORT_SYMBOL_GPL vmlinux 0x7e4993c3 kill_dev_dax +EXPORT_SYMBOL_GPL vmlinux 0x7e4dab3b __irq_resolve_mapping +EXPORT_SYMBOL_GPL vmlinux 0x7e6562f1 pci_epf_remove_vepf +EXPORT_SYMBOL_GPL vmlinux 0x7e7e3f58 ring_buffer_reset_cpu +EXPORT_SYMBOL_GPL vmlinux 0x7e7eb6ef pci_epc_get +EXPORT_SYMBOL_GPL vmlinux 0x7e917894 __SCK__tp_func_unmap +EXPORT_SYMBOL_GPL vmlinux 0x7ea86223 kobject_uevent +EXPORT_SYMBOL_GPL vmlinux 0x7eb1795e __tracepoint_detach_device_from_domain +EXPORT_SYMBOL_GPL vmlinux 0x7eb808d0 add_cpu +EXPORT_SYMBOL_GPL vmlinux 0x7edfdb92 irq_set_affinity_notifier +EXPORT_SYMBOL_GPL vmlinux 0x7ee03c34 __pneigh_lookup +EXPORT_SYMBOL_GPL vmlinux 0x7f00bdac devlink_resource_register +EXPORT_SYMBOL_GPL vmlinux 0x7f0431e0 ipv4_redirect +EXPORT_SYMBOL_GPL vmlinux 0x7f073c1e __alloc_pages_bulk +EXPORT_SYMBOL_GPL vmlinux 0x7f180b2d mdiobus_modify +EXPORT_SYMBOL_GPL vmlinux 0x7f1fe548 tpm_pcr_read +EXPORT_SYMBOL_GPL vmlinux 0x7f206d03 handle_level_irq +EXPORT_SYMBOL_GPL vmlinux 0x7f291183 xas_store +EXPORT_SYMBOL_GPL vmlinux 0x7f670698 irq_create_mapping_affinity +EXPORT_SYMBOL_GPL vmlinux 0x7f7cbc64 ip_tunnel_need_metadata +EXPORT_SYMBOL_GPL vmlinux 0x7f84f35d rcu_gp_slow_unregister +EXPORT_SYMBOL_GPL vmlinux 0x7fa0ff85 perf_pmu_migrate_context +EXPORT_SYMBOL_GPL vmlinux 0x7fa6ec07 buffer_migrate_folio_norefs +EXPORT_SYMBOL_GPL vmlinux 0x7fe8bdf6 zpci_kvm_hook +EXPORT_SYMBOL_GPL vmlinux 0x8009a03a __scsi_init_queue +EXPORT_SYMBOL_GPL vmlinux 0x801d12bf devl_port_register +EXPORT_SYMBOL_GPL vmlinux 0x80270f98 devlink_port_type_clear +EXPORT_SYMBOL_GPL vmlinux 0x802c8fec devm_register_restart_handler +EXPORT_SYMBOL_GPL vmlinux 0x802ee1c1 ima_file_hash +EXPORT_SYMBOL_GPL vmlinux 0x804778d8 kobject_rename +EXPORT_SYMBOL_GPL vmlinux 0x80713d4f blk_queue_zone_write_granularity +EXPORT_SYMBOL_GPL vmlinux 0x80760252 dm_disk +EXPORT_SYMBOL_GPL vmlinux 0x807fdcc4 call_rcu_tasks_rude +EXPORT_SYMBOL_GPL vmlinux 0x808ec1a3 crypto_alg_tested +EXPORT_SYMBOL_GPL vmlinux 0x808f2c45 gmap_get_enabled +EXPORT_SYMBOL_GPL vmlinux 0x8092be83 serdev_device_remove +EXPORT_SYMBOL_GPL vmlinux 0x80ab8048 genphy_c45_pma_read_abilities +EXPORT_SYMBOL_GPL vmlinux 0x80badff4 __tracepoint_block_unplug +EXPORT_SYMBOL_GPL vmlinux 0x80c68137 nf_log_buf_close +EXPORT_SYMBOL_GPL vmlinux 0x80d5e57a mpi_free +EXPORT_SYMBOL_GPL vmlinux 0x80fb44b1 software_node_register_node_group +EXPORT_SYMBOL_GPL vmlinux 0x80fe3908 crypto_grab_shash +EXPORT_SYMBOL_GPL vmlinux 0x8110a73a cond_synchronize_rcu_expedited_full +EXPORT_SYMBOL_GPL vmlinux 0x8121a960 dm_bio_get_target_bio_nr +EXPORT_SYMBOL_GPL vmlinux 0x812db6b9 blk_mq_sched_mark_restart_hctx +EXPORT_SYMBOL_GPL vmlinux 0x812ea476 trace_seq_bitmask +EXPORT_SYMBOL_GPL vmlinux 0x815fda83 sed_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x8180cede asn1_encode_sequence +EXPORT_SYMBOL_GPL vmlinux 0x81a7f541 percpu_ref_init +EXPORT_SYMBOL_GPL vmlinux 0x81c92dff __traceiter_neigh_update +EXPORT_SYMBOL_GPL vmlinux 0x81d84dc7 pci_enable_pcie_error_reporting +EXPORT_SYMBOL_GPL vmlinux 0x81db2c34 iommu_fwspec_free +EXPORT_SYMBOL_GPL vmlinux 0x81e2bdf4 generic_handle_irq_safe +EXPORT_SYMBOL_GPL vmlinux 0x81f32894 gfn_to_pfn +EXPORT_SYMBOL_GPL vmlinux 0x81f372a2 unregister_ftrace_export +EXPORT_SYMBOL_GPL vmlinux 0x82040aa6 gpiochip_generic_config +EXPORT_SYMBOL_GPL vmlinux 0x821c304e ip6_dst_lookup +EXPORT_SYMBOL_GPL vmlinux 0x822b330e irq_chip_set_type_parent +EXPORT_SYMBOL_GPL vmlinux 0x823cfa9d pci_common_swizzle +EXPORT_SYMBOL_GPL vmlinux 0x82666da3 blk_mq_quiesce_queue_nowait +EXPORT_SYMBOL_GPL vmlinux 0x826e0057 gpiochip_get_data +EXPORT_SYMBOL_GPL vmlinux 0x8281f3fe dynevent_create +EXPORT_SYMBOL_GPL vmlinux 0x82993518 scsi_host_busy_iter +EXPORT_SYMBOL_GPL vmlinux 0x82a80545 __SCK__tp_func_fdb_delete +EXPORT_SYMBOL_GPL vmlinux 0x82ae808c subsys_find_device_by_id +EXPORT_SYMBOL_GPL vmlinux 0x82bbf30b __tracepoint_map +EXPORT_SYMBOL_GPL vmlinux 0x82d4e08e vfs_truncate +EXPORT_SYMBOL_GPL vmlinux 0x82d79b51 sysctl_vfs_cache_pressure +EXPORT_SYMBOL_GPL vmlinux 0x82e28836 pingv6_ops +EXPORT_SYMBOL_GPL vmlinux 0x82f87095 xfrm_dev_state_add +EXPORT_SYMBOL_GPL vmlinux 0x831ce44b fscrypt_d_revalidate +EXPORT_SYMBOL_GPL vmlinux 0x831f9754 pid_nr_ns +EXPORT_SYMBOL_GPL vmlinux 0x8339df73 klist_add_behind +EXPORT_SYMBOL_GPL vmlinux 0x836d652f poll_state_synchronize_rcu_full +EXPORT_SYMBOL_GPL vmlinux 0x837c29e7 pci_user_read_config_word +EXPORT_SYMBOL_GPL vmlinux 0x83857b16 hwrng_msleep +EXPORT_SYMBOL_GPL vmlinux 0x8390884d l3mdev_update_flow +EXPORT_SYMBOL_GPL vmlinux 0x839fecf5 fib_rules_lookup +EXPORT_SYMBOL_GPL vmlinux 0x83a58951 synchronize_srcu +EXPORT_SYMBOL_GPL vmlinux 0x83aa84da ring_buffer_read_page +EXPORT_SYMBOL_GPL vmlinux 0x83b8d309 get_current_tty +EXPORT_SYMBOL_GPL vmlinux 0x83dfd252 __traceiter_neigh_event_send_dead +EXPORT_SYMBOL_GPL vmlinux 0x83ed2083 __phy_modify_mmd_changed +EXPORT_SYMBOL_GPL vmlinux 0x84106f36 devlink_trap_ctx_priv +EXPORT_SYMBOL_GPL vmlinux 0x84264ced fs_umode_to_ftype +EXPORT_SYMBOL_GPL vmlinux 0x842e65e2 vp_modern_get_status +EXPORT_SYMBOL_GPL vmlinux 0x844fcc98 task_cgroup_path +EXPORT_SYMBOL_GPL vmlinux 0x84502a47 blk_status_to_errno +EXPORT_SYMBOL_GPL vmlinux 0x845478b0 __blk_req_zone_write_unlock +EXPORT_SYMBOL_GPL vmlinux 0x845dbf3b scatterwalk_map_and_copy +EXPORT_SYMBOL_GPL vmlinux 0x84603c48 pci_sriov_set_totalvfs +EXPORT_SYMBOL_GPL vmlinux 0x846f73a5 mas_store_gfp +EXPORT_SYMBOL_GPL vmlinux 0x849a16bd __vfs_setxattr_locked +EXPORT_SYMBOL_GPL vmlinux 0x84adf89d perf_event_update_userpage +EXPORT_SYMBOL_GPL vmlinux 0x84b0ff38 pci_epc_clear_bar +EXPORT_SYMBOL_GPL vmlinux 0x84cd39eb nf_ct_hook +EXPORT_SYMBOL_GPL vmlinux 0x850bb6db devlink_health_reporter_destroy +EXPORT_SYMBOL_GPL vmlinux 0x850d3c94 xfrm_audit_state_delete +EXPORT_SYMBOL_GPL vmlinux 0x851bfb39 hvc_remove +EXPORT_SYMBOL_GPL vmlinux 0x851fe124 __SCK__tp_func_fib6_table_lookup +EXPORT_SYMBOL_GPL vmlinux 0x852afa47 gpiochip_is_requested +EXPORT_SYMBOL_GPL vmlinux 0x854bff47 fuse_do_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x85676ef3 platform_get_irq_optional +EXPORT_SYMBOL_GPL vmlinux 0x8589f80a cgroup_attach_task_all +EXPORT_SYMBOL_GPL vmlinux 0x858e2628 dax_holder +EXPORT_SYMBOL_GPL vmlinux 0x85a2d4c2 sbitmap_init_node +EXPORT_SYMBOL_GPL vmlinux 0x85b93d17 debugfs_create_x16 +EXPORT_SYMBOL_GPL vmlinux 0x85c0574c unregister_virtio_device +EXPORT_SYMBOL_GPL vmlinux 0x85ff40c9 dax_recovery_write +EXPORT_SYMBOL_GPL vmlinux 0x86066912 pci_debug_msg_id +EXPORT_SYMBOL_GPL vmlinux 0x861584fe irq_domain_simple_ops +EXPORT_SYMBOL_GPL vmlinux 0x861a7a70 fscrypt_dummy_policies_equal +EXPORT_SYMBOL_GPL vmlinux 0x862258db timecounter_init +EXPORT_SYMBOL_GPL vmlinux 0x863ce334 devlink_param_register +EXPORT_SYMBOL_GPL vmlinux 0x86585a33 devlink_fmsg_obj_nest_start +EXPORT_SYMBOL_GPL vmlinux 0x865e366e paste_selection +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 0x869c9bc4 xfrm_audit_state_icvfail +EXPORT_SYMBOL_GPL vmlinux 0x86a4b076 rtnl_link_unregister +EXPORT_SYMBOL_GPL vmlinux 0x86b0b6ba zpci_barrier +EXPORT_SYMBOL_GPL vmlinux 0x86c5baf7 trace_seq_vprintf +EXPORT_SYMBOL_GPL vmlinux 0x86dd8b88 __fscrypt_encrypt_symlink +EXPORT_SYMBOL_GPL vmlinux 0x86e10dce sk_set_memalloc +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 0x8721c160 synth_event_trace_end +EXPORT_SYMBOL_GPL vmlinux 0x8727fcf0 tpm1_getcap +EXPORT_SYMBOL_GPL vmlinux 0x8745bb47 cio_tm_intrg +EXPORT_SYMBOL_GPL vmlinux 0x8748aa3a devlink_port_attrs_pci_vf_set +EXPORT_SYMBOL_GPL vmlinux 0x87592f9f pci_epf_add_vepf +EXPORT_SYMBOL_GPL vmlinux 0x875f6043 sbitmap_queue_resize +EXPORT_SYMBOL_GPL vmlinux 0x8771412b crypto_alloc_tfm_node +EXPORT_SYMBOL_GPL vmlinux 0x8792c2a5 component_compare_dev +EXPORT_SYMBOL_GPL vmlinux 0x87fef0ba devm_kmalloc +EXPORT_SYMBOL_GPL vmlinux 0x8805e475 find_asymmetric_key +EXPORT_SYMBOL_GPL vmlinux 0x8814589b device_change_owner +EXPORT_SYMBOL_GPL vmlinux 0x8840ee39 dma_fence_unwrap_first +EXPORT_SYMBOL_GPL vmlinux 0x88476f9f devl_lock +EXPORT_SYMBOL_GPL vmlinux 0x884a59b0 virtqueue_enable_cb_delayed +EXPORT_SYMBOL_GPL vmlinux 0x8850aac6 devm_gpiod_get_from_of_node +EXPORT_SYMBOL_GPL vmlinux 0x885528a6 ring_buffer_discard_commit +EXPORT_SYMBOL_GPL vmlinux 0x88864c93 __traceiter_neigh_cleanup_and_release +EXPORT_SYMBOL_GPL vmlinux 0x889e9836 kthread_park +EXPORT_SYMBOL_GPL vmlinux 0x88aee82e inet_hash +EXPORT_SYMBOL_GPL vmlinux 0x88af8ba9 blkg_conf_finish +EXPORT_SYMBOL_GPL vmlinux 0x88b4ae92 ring_buffer_normalize_time_stamp +EXPORT_SYMBOL_GPL vmlinux 0x88b84606 irq_chip_enable_parent +EXPORT_SYMBOL_GPL vmlinux 0x88bfd864 virtqueue_add_inbuf_ctx +EXPORT_SYMBOL_GPL vmlinux 0x88c01e8c relay_flush +EXPORT_SYMBOL_GPL vmlinux 0x88d37fab kvm_vcpu_halt +EXPORT_SYMBOL_GPL vmlinux 0x88da1513 bus_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x88dc3a08 alarm_expires_remaining +EXPORT_SYMBOL_GPL vmlinux 0x8900539d switchdev_port_obj_add +EXPORT_SYMBOL_GPL vmlinux 0x891ff59f acct_bioset_init +EXPORT_SYMBOL_GPL vmlinux 0x8924eb1e rcu_force_quiescent_state +EXPORT_SYMBOL_GPL vmlinux 0x893abbdd devlink_fmsg_u32_pair_put +EXPORT_SYMBOL_GPL vmlinux 0x89485687 iommu_group_put +EXPORT_SYMBOL_GPL vmlinux 0x894f52be device_create +EXPORT_SYMBOL_GPL vmlinux 0x89519919 ping_getfrag +EXPORT_SYMBOL_GPL vmlinux 0x8954dc8e __SCK__tp_func_br_fdb_external_learn_add +EXPORT_SYMBOL_GPL vmlinux 0x897d873f vp_legacy_probe +EXPORT_SYMBOL_GPL vmlinux 0x89865400 inet_pernet_hashinfo_free +EXPORT_SYMBOL_GPL vmlinux 0x8996c1f2 register_asymmetric_key_parser +EXPORT_SYMBOL_GPL vmlinux 0x89b0125d unmap_mapping_pages +EXPORT_SYMBOL_GPL vmlinux 0x89bec8b0 gfn_to_pfn_memslot_atomic +EXPORT_SYMBOL_GPL vmlinux 0x89c429e4 __tracepoint_mc_event +EXPORT_SYMBOL_GPL vmlinux 0x89d60e0c blk_mq_flush_busy_ctxs +EXPORT_SYMBOL_GPL vmlinux 0x89da4932 devm_platform_ioremap_resource_byname +EXPORT_SYMBOL_GPL vmlinux 0x89ea5521 digsig_verify +EXPORT_SYMBOL_GPL vmlinux 0x89fb400f kernel_read_file_from_path_initns +EXPORT_SYMBOL_GPL vmlinux 0x8a0b03ac perf_aux_output_skip +EXPORT_SYMBOL_GPL vmlinux 0x8a340a10 __rtnl_link_unregister +EXPORT_SYMBOL_GPL vmlinux 0x8a4af8da inet6_cleanup_sock +EXPORT_SYMBOL_GPL vmlinux 0x8a5ee38a bpf_prog_get_type_dev +EXPORT_SYMBOL_GPL vmlinux 0x8a615a20 __kprobe_event_add_fields +EXPORT_SYMBOL_GPL vmlinux 0x8a62b81b sfp_upstream_stop +EXPORT_SYMBOL_GPL vmlinux 0x8a63bf7a gpio_free_array +EXPORT_SYMBOL_GPL vmlinux 0x8a67b0c1 clear_node_memory_type +EXPORT_SYMBOL_GPL vmlinux 0x8a77bbdd fib6_check_nexthop +EXPORT_SYMBOL_GPL vmlinux 0x8a81f839 dax_driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0x8a83fb45 mpi_point_free_parts +EXPORT_SYMBOL_GPL vmlinux 0x8a95bf33 __hvc_resize +EXPORT_SYMBOL_GPL vmlinux 0x8aafe84a xfrm_dev_resume +EXPORT_SYMBOL_GPL vmlinux 0x8ab4393c user_destroy +EXPORT_SYMBOL_GPL vmlinux 0x8abacc47 get_max_files +EXPORT_SYMBOL_GPL vmlinux 0x8ac1407b sfp_get_module_eeprom +EXPORT_SYMBOL_GPL vmlinux 0x8af70a0c replace_page_cache_folio +EXPORT_SYMBOL_GPL vmlinux 0x8b34896a io_uring_cmd_complete_in_task +EXPORT_SYMBOL_GPL vmlinux 0x8b45d577 __vfs_removexattr_locked +EXPORT_SYMBOL_GPL vmlinux 0x8b692dc6 fsverity_file_open +EXPORT_SYMBOL_GPL vmlinux 0x8b7a698b __tracepoint_xdp_exception +EXPORT_SYMBOL_GPL vmlinux 0x8bad4ff4 pgprot_writecombine +EXPORT_SYMBOL_GPL vmlinux 0x8bbc366b fb_deferred_io_mmap +EXPORT_SYMBOL_GPL vmlinux 0x8bd2be1f irq_domain_update_bus_token +EXPORT_SYMBOL_GPL vmlinux 0x8bded20f zpci_load +EXPORT_SYMBOL_GPL vmlinux 0x8bfb8b2b skcipher_walk_virt +EXPORT_SYMBOL_GPL vmlinux 0x8c03d20c destroy_workqueue +EXPORT_SYMBOL_GPL vmlinux 0x8c0ed103 rcu_check_boost_fail +EXPORT_SYMBOL_GPL vmlinux 0x8c17836f __fat_fs_error +EXPORT_SYMBOL_GPL vmlinux 0x8c1822d1 crypto_wait_for_test +EXPORT_SYMBOL_GPL vmlinux 0x8c27dff8 nf_route +EXPORT_SYMBOL_GPL vmlinux 0x8c47afca idr_alloc +EXPORT_SYMBOL_GPL vmlinux 0x8c526eba fuse_free_conn +EXPORT_SYMBOL_GPL vmlinux 0x8c55b41a crypto_register_kpp +EXPORT_SYMBOL_GPL vmlinux 0x8c98d248 unregister_vmcore_cb +EXPORT_SYMBOL_GPL vmlinux 0x8c9cfad3 devl_dpipe_table_resource_set +EXPORT_SYMBOL_GPL vmlinux 0x8c9e54d3 devlink_info_version_running_put_ext +EXPORT_SYMBOL_GPL vmlinux 0x8cd8594a l3mdev_fib_table_rcu +EXPORT_SYMBOL_GPL vmlinux 0x8ce2d446 __tracepoint_block_rq_remap +EXPORT_SYMBOL_GPL vmlinux 0x8d0629c8 irq_chip_eoi_parent +EXPORT_SYMBOL_GPL vmlinux 0x8d0abf3a __tracepoint_io_page_fault +EXPORT_SYMBOL_GPL vmlinux 0x8d13359f locks_release_private +EXPORT_SYMBOL_GPL vmlinux 0x8d22bb58 iommu_group_alloc +EXPORT_SYMBOL_GPL vmlinux 0x8d3330b6 cpuacct_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0x8d3f4426 ethnl_cable_test_step +EXPORT_SYMBOL_GPL vmlinux 0x8d46182c irq_domain_free_irqs_common +EXPORT_SYMBOL_GPL vmlinux 0x8d4f2b18 mas_pause +EXPORT_SYMBOL_GPL vmlinux 0x8d60c637 nf_ip_route +EXPORT_SYMBOL_GPL vmlinux 0x8dced12b input_ff_erase +EXPORT_SYMBOL_GPL vmlinux 0x8dd683a8 dma_free_noncontiguous +EXPORT_SYMBOL_GPL vmlinux 0x8df521fd blkcg_print_blkgs +EXPORT_SYMBOL_GPL vmlinux 0x8df92675 fwnode_property_match_string +EXPORT_SYMBOL_GPL vmlinux 0x8dff18ad device_dma_supported +EXPORT_SYMBOL_GPL vmlinux 0x8e2cc759 tty_port_link_device +EXPORT_SYMBOL_GPL vmlinux 0x8e49a83f __fscrypt_inode_uses_inline_crypto +EXPORT_SYMBOL_GPL vmlinux 0x8e4eb451 bpf_sk_storage_diag_free +EXPORT_SYMBOL_GPL vmlinux 0x8e6b1a9e net_selftest_get_count +EXPORT_SYMBOL_GPL vmlinux 0x8e77570f sbitmap_queue_recalculate_wake_batch +EXPORT_SYMBOL_GPL vmlinux 0x8e83c1f0 iomap_file_buffered_write +EXPORT_SYMBOL_GPL vmlinux 0x8ebaae70 dm_send_uevents +EXPORT_SYMBOL_GPL vmlinux 0x8ec11d01 kasprintf_strarray +EXPORT_SYMBOL_GPL vmlinux 0x8ed541c1 attribute_container_register +EXPORT_SYMBOL_GPL vmlinux 0x8ee8ba0e ptp_parse_header +EXPORT_SYMBOL_GPL vmlinux 0x8eec19bd __SCK__tp_func_pelt_dl_tp +EXPORT_SYMBOL_GPL vmlinux 0x8eee3399 dax_read_unlock +EXPORT_SYMBOL_GPL vmlinux 0x8efd248e iomap_swapfile_activate +EXPORT_SYMBOL_GPL vmlinux 0x8f0748af rcu_expedite_gp +EXPORT_SYMBOL_GPL vmlinux 0x8f302141 debugfs_create_u32_array +EXPORT_SYMBOL_GPL vmlinux 0x8f3c2ed0 crypto_stats_akcipher_sign +EXPORT_SYMBOL_GPL vmlinux 0x8f517d85 cio_clear +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 0x8f844a59 css_driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0x8f8ac82b inverse_translate +EXPORT_SYMBOL_GPL vmlinux 0x8f97c936 __traceiter_br_fdb_update +EXPORT_SYMBOL_GPL vmlinux 0x8fa5a6ee dev_fetch_sw_netstats +EXPORT_SYMBOL_GPL vmlinux 0x8fc61a46 input_class +EXPORT_SYMBOL_GPL vmlinux 0x8fcdb155 dw_pcie_read_dbi +EXPORT_SYMBOL_GPL vmlinux 0x8fd77266 is_skb_forwardable +EXPORT_SYMBOL_GPL vmlinux 0x8fef9592 elv_rqhash_add +EXPORT_SYMBOL_GPL vmlinux 0x8ff60436 mpi_ec_add_points +EXPORT_SYMBOL_GPL vmlinux 0x8ff7ea2f devlink_region_snapshot_id_get +EXPORT_SYMBOL_GPL vmlinux 0x8ffe792f tracepoint_probe_register_prio_may_exist +EXPORT_SYMBOL_GPL vmlinux 0x9012b5ee fwnode_get_parent +EXPORT_SYMBOL_GPL vmlinux 0x903296a2 proc_mkdir_data +EXPORT_SYMBOL_GPL vmlinux 0x903b627c list_lru_isolate_move +EXPORT_SYMBOL_GPL vmlinux 0x903dfeaa sdev_evt_send_simple +EXPORT_SYMBOL_GPL vmlinux 0x9050bfa3 percpu_up_write +EXPORT_SYMBOL_GPL vmlinux 0x905198f5 kvm_vcpu_map +EXPORT_SYMBOL_GPL vmlinux 0x9059f532 udp_bpf_update_proto +EXPORT_SYMBOL_GPL vmlinux 0x907ad2e0 trace_event_buffer_lock_reserve +EXPORT_SYMBOL_GPL vmlinux 0x909a8abf nr_running +EXPORT_SYMBOL_GPL vmlinux 0x909fda42 blocking_notifier_chain_register +EXPORT_SYMBOL_GPL vmlinux 0x90bf3079 __rt_mutex_init +EXPORT_SYMBOL_GPL vmlinux 0x90d937b4 __tracepoint_pelt_rt_tp +EXPORT_SYMBOL_GPL vmlinux 0x90dc57ca devm_krealloc +EXPORT_SYMBOL_GPL vmlinux 0x90dcfd53 list_lru_add +EXPORT_SYMBOL_GPL vmlinux 0x90e29d36 virtio_require_restricted_mem_acc +EXPORT_SYMBOL_GPL vmlinux 0x90f46ba3 driver_attach +EXPORT_SYMBOL_GPL vmlinux 0x90feabf5 sk_msg_return_zero +EXPORT_SYMBOL_GPL vmlinux 0x910c1989 icmp_build_probe +EXPORT_SYMBOL_GPL vmlinux 0x913ebd32 stack_depot_save +EXPORT_SYMBOL_GPL vmlinux 0x914bdc51 security_file_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x91571be5 sysfs_remove_mount_point +EXPORT_SYMBOL_GPL vmlinux 0x915785fd bpf_event_output +EXPORT_SYMBOL_GPL vmlinux 0x9163be7c fsnotify_alloc_group +EXPORT_SYMBOL_GPL vmlinux 0x91955a9f start_poll_synchronize_rcu +EXPORT_SYMBOL_GPL vmlinux 0x91a0983f dst_blackhole_mtu +EXPORT_SYMBOL_GPL vmlinux 0x91a0e667 pci_epc_set_msi +EXPORT_SYMBOL_GPL vmlinux 0x91b774a1 mpi_scanval +EXPORT_SYMBOL_GPL vmlinux 0x91d085d2 debugfs_create_x32 +EXPORT_SYMBOL_GPL vmlinux 0x91dd330e fat_dir_empty +EXPORT_SYMBOL_GPL vmlinux 0x91ea8726 asn1_encode_boolean +EXPORT_SYMBOL_GPL vmlinux 0x91f63227 badblocks_exit +EXPORT_SYMBOL_GPL vmlinux 0x920e2381 blk_mq_queue_inflight +EXPORT_SYMBOL_GPL vmlinux 0x922162ce fsverity_verify_bio +EXPORT_SYMBOL_GPL vmlinux 0x9241b358 __static_key_slow_dec_deferred +EXPORT_SYMBOL_GPL vmlinux 0x924777ef scsi_dh_attached_handler_name +EXPORT_SYMBOL_GPL vmlinux 0x924c46f8 zs_unmap_object +EXPORT_SYMBOL_GPL vmlinux 0x9258fefd inet6_compat_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x92690c24 dm_get_queue_limits +EXPORT_SYMBOL_GPL vmlinux 0x929a3bc8 msi_unlock_descs +EXPORT_SYMBOL_GPL vmlinux 0x929b32b5 trace_output_call +EXPORT_SYMBOL_GPL vmlinux 0x929e95cf psi_memstall_enter +EXPORT_SYMBOL_GPL vmlinux 0x92c6c77e devlink_port_health_reporter_create +EXPORT_SYMBOL_GPL vmlinux 0x92cc9c2b devm_device_add_groups +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 0x92f50ada component_master_add_with_match +EXPORT_SYMBOL_GPL vmlinux 0x930f25ac relay_late_setup_files +EXPORT_SYMBOL_GPL vmlinux 0x93159799 phy_start_machine +EXPORT_SYMBOL_GPL vmlinux 0x93255b2b ring_buffer_lock_reserve +EXPORT_SYMBOL_GPL vmlinux 0x932d6144 tty_get_pgrp +EXPORT_SYMBOL_GPL vmlinux 0x933eeff8 device_property_read_u64_array +EXPORT_SYMBOL_GPL vmlinux 0x93679d99 fwnode_property_read_u8_array +EXPORT_SYMBOL_GPL vmlinux 0x936c7caf perf_trace_buf_alloc +EXPORT_SYMBOL_GPL vmlinux 0x937a3e35 gpiochip_generic_free +EXPORT_SYMBOL_GPL vmlinux 0x938438cc netdev_rx_handler_unregister +EXPORT_SYMBOL_GPL vmlinux 0x93877d2c dm_path_uevent +EXPORT_SYMBOL_GPL vmlinux 0x938cd939 kvm_read_guest_offset_cached +EXPORT_SYMBOL_GPL vmlinux 0x9395b66e subsys_dev_iter_init +EXPORT_SYMBOL_GPL vmlinux 0x9396d157 kthread_flush_work +EXPORT_SYMBOL_GPL vmlinux 0x93aeb4ed relay_switch_subbuf +EXPORT_SYMBOL_GPL vmlinux 0x93dc5566 tcp_reno_ssthresh +EXPORT_SYMBOL_GPL vmlinux 0x93edef07 devlink_health_report +EXPORT_SYMBOL_GPL vmlinux 0x93f2c18b irqchip_fwnode_ops +EXPORT_SYMBOL_GPL vmlinux 0x93fa5b48 netdev_sw_irq_coalesce_default_on +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 0x943c37e3 fat_time_unix2fat +EXPORT_SYMBOL_GPL vmlinux 0x945aab88 dev_fill_metadata_dst +EXPORT_SYMBOL_GPL vmlinux 0x9468ea70 schedule_hrtimeout_range_clock +EXPORT_SYMBOL_GPL vmlinux 0x946c0028 devlink_unregister +EXPORT_SYMBOL_GPL vmlinux 0x946dd559 sha224_zero_message_hash +EXPORT_SYMBOL_GPL vmlinux 0x947975f9 blockdev_superblock +EXPORT_SYMBOL_GPL vmlinux 0x947e26a1 platform_find_device_by_driver +EXPORT_SYMBOL_GPL vmlinux 0x949b5176 devlink_region_snapshot_create +EXPORT_SYMBOL_GPL vmlinux 0x94c9d5b2 iomap_file_buffered_write_punch_delalloc +EXPORT_SYMBOL_GPL vmlinux 0x94d08c05 watchdog_notify_pretimeout +EXPORT_SYMBOL_GPL vmlinux 0x94d2cc67 pci_epf_bind +EXPORT_SYMBOL_GPL vmlinux 0x94dbd87c inet6_hash_connect +EXPORT_SYMBOL_GPL vmlinux 0x94ef4d05 cpci_hp_stop +EXPORT_SYMBOL_GPL vmlinux 0x94f83f3b skcipher_walk_aead_decrypt +EXPORT_SYMBOL_GPL vmlinux 0x9504df26 irq_wake_thread +EXPORT_SYMBOL_GPL vmlinux 0x951a2773 crypto_has_alg +EXPORT_SYMBOL_GPL vmlinux 0x95214e1d find_vpid +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 0x95843030 mpi_ec_init +EXPORT_SYMBOL_GPL vmlinux 0x958b8551 gpiod_toggle_active_low +EXPORT_SYMBOL_GPL vmlinux 0x958df3ac zs_free +EXPORT_SYMBOL_GPL vmlinux 0x9593ef31 register_ftrace_export +EXPORT_SYMBOL_GPL vmlinux 0x9597403d crypto_skcipher_setkey +EXPORT_SYMBOL_GPL vmlinux 0x959905cb md_rdev_init +EXPORT_SYMBOL_GPL vmlinux 0x95a49194 user_preparse +EXPORT_SYMBOL_GPL vmlinux 0x95a62ebc pci_hp_add +EXPORT_SYMBOL_GPL vmlinux 0x95dcbe0a ip6_flush_pending_frames +EXPORT_SYMBOL_GPL vmlinux 0x95e102ab tracepoint_probe_register +EXPORT_SYMBOL_GPL vmlinux 0x95f265a1 fat_build_inode +EXPORT_SYMBOL_GPL vmlinux 0x95fe002c tpm_transmit_cmd +EXPORT_SYMBOL_GPL vmlinux 0x9609413a pci_slots_kset +EXPORT_SYMBOL_GPL vmlinux 0x961286e0 ring_buffer_read_events_cpu +EXPORT_SYMBOL_GPL vmlinux 0x961c8a75 anon_inode_getfd_secure +EXPORT_SYMBOL_GPL vmlinux 0x9620aed7 msi_domain_get_virq +EXPORT_SYMBOL_GPL vmlinux 0x963e392b device_link_del +EXPORT_SYMBOL_GPL vmlinux 0x96554810 register_keyboard_notifier +EXPORT_SYMBOL_GPL vmlinux 0x9677f139 call_srcu +EXPORT_SYMBOL_GPL vmlinux 0x968c7d98 ccw_device_get_chp_desc +EXPORT_SYMBOL_GPL vmlinux 0x969b68c1 xdp_return_buff +EXPORT_SYMBOL_GPL vmlinux 0x969f51a3 sched_numa_find_nth_cpu +EXPORT_SYMBOL_GPL vmlinux 0x96a6d76f __account_locked_vm +EXPORT_SYMBOL_GPL vmlinux 0x96abc1eb crypto_register_shash +EXPORT_SYMBOL_GPL vmlinux 0x96b507c9 ip6_dst_lookup_flow +EXPORT_SYMBOL_GPL vmlinux 0x96c2dffa sbitmap_queue_wake_up +EXPORT_SYMBOL_GPL vmlinux 0x96f0f35b crypto_unregister_ahashes +EXPORT_SYMBOL_GPL vmlinux 0x96f9a01b __SCK__tp_func_pelt_thermal_tp +EXPORT_SYMBOL_GPL vmlinux 0x9714e0bb ktime_get_raw +EXPORT_SYMBOL_GPL vmlinux 0x97325fb8 gmap_shadow_sgt +EXPORT_SYMBOL_GPL vmlinux 0x973d9070 mm_unaccount_pinned_pages +EXPORT_SYMBOL_GPL vmlinux 0x973f35da platform_get_irq +EXPORT_SYMBOL_GPL vmlinux 0x975519c1 asymmetric_key_id_same +EXPORT_SYMBOL_GPL vmlinux 0x9756174d inet_csk_addr2sockaddr +EXPORT_SYMBOL_GPL vmlinux 0x9761629f devm_kfree +EXPORT_SYMBOL_GPL vmlinux 0x97974dd1 dst_cache_set_ip4 +EXPORT_SYMBOL_GPL vmlinux 0x979d9032 gpiod_set_array_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x97ab3818 crypto_aead_setkey +EXPORT_SYMBOL_GPL vmlinux 0x97b84db9 phy_select_page +EXPORT_SYMBOL_GPL vmlinux 0x97c1bb23 __percpu_init_rwsem +EXPORT_SYMBOL_GPL vmlinux 0x97cabe62 software_node_fwnode +EXPORT_SYMBOL_GPL vmlinux 0x97de2b83 debug_locks_silent +EXPORT_SYMBOL_GPL vmlinux 0x97ea31dc kvm_arch_crypto_clear_masks +EXPORT_SYMBOL_GPL vmlinux 0x97ef1f9d ip6_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0x98067bc5 gpiochip_request_own_desc +EXPORT_SYMBOL_GPL vmlinux 0x9813fd37 cgroup_get_from_path +EXPORT_SYMBOL_GPL vmlinux 0x98157626 vtime_account_kernel +EXPORT_SYMBOL_GPL vmlinux 0x981d2edd wbt_disable_default +EXPORT_SYMBOL_GPL vmlinux 0x983159c5 folio_add_wait_queue +EXPORT_SYMBOL_GPL vmlinux 0x9833bc0c hvc_kick +EXPORT_SYMBOL_GPL vmlinux 0x98379544 pci_msi_create_irq_domain +EXPORT_SYMBOL_GPL vmlinux 0x98456d27 iomap_dio_bio_end_io +EXPORT_SYMBOL_GPL vmlinux 0x98503a63 mpi_alloc +EXPORT_SYMBOL_GPL vmlinux 0x98513646 crypto_enqueue_request +EXPORT_SYMBOL_GPL vmlinux 0x985453e1 lease_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x9854dd87 ext_pi_type3_crc64 +EXPORT_SYMBOL_GPL vmlinux 0x9863b27f netdev_set_default_ethtool_ops +EXPORT_SYMBOL_GPL vmlinux 0x9879932b crypto_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x989032d6 bio_trim +EXPORT_SYMBOL_GPL vmlinux 0x989074ff kmsg_dump_reason_str +EXPORT_SYMBOL_GPL vmlinux 0x98ee62b2 ring_buffer_record_disable_cpu +EXPORT_SYMBOL_GPL vmlinux 0x9902c095 ZSTD_customMalloc +EXPORT_SYMBOL_GPL vmlinux 0x99074898 perf_aux_output_begin +EXPORT_SYMBOL_GPL vmlinux 0x993138ea devm_gpiochip_add_data_with_key +EXPORT_SYMBOL_GPL vmlinux 0x995d1071 prof_on +EXPORT_SYMBOL_GPL vmlinux 0x99683e5d gpiod_set_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x9968aacb __audit_log_nfcfg +EXPORT_SYMBOL_GPL vmlinux 0x999440c9 inet6_hash +EXPORT_SYMBOL_GPL vmlinux 0x99a03078 dax_holder_notify_failure +EXPORT_SYMBOL_GPL vmlinux 0x99a55535 __ip6_local_out +EXPORT_SYMBOL_GPL vmlinux 0x99ba8333 mptcp_token_get_sock +EXPORT_SYMBOL_GPL vmlinux 0x99dd730c page_reporting_unregister +EXPORT_SYMBOL_GPL vmlinux 0x99f2d00a sysfs_emit_at +EXPORT_SYMBOL_GPL vmlinux 0x99f4591c key_type_trusted +EXPORT_SYMBOL_GPL vmlinux 0x99fa168d crypto_grab_akcipher +EXPORT_SYMBOL_GPL vmlinux 0x99fb098d pci_iov_get_pf_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x9a11a0fc crypto_attr_alg_name +EXPORT_SYMBOL_GPL vmlinux 0x9a19c031 get_state_synchronize_srcu +EXPORT_SYMBOL_GPL vmlinux 0x9a22538b nf_nat_hook +EXPORT_SYMBOL_GPL vmlinux 0x9a27433e fs_kobj +EXPORT_SYMBOL_GPL vmlinux 0x9a4512f8 perf_event_addr_filters_sync +EXPORT_SYMBOL_GPL vmlinux 0x9a53a2fc exportfs_encode_inode_fh +EXPORT_SYMBOL_GPL vmlinux 0x9a717c68 md_submit_discard_bio +EXPORT_SYMBOL_GPL vmlinux 0x9a88f63f security_inode_setattr +EXPORT_SYMBOL_GPL vmlinux 0x9a8f3868 __mdiobus_modify_changed +EXPORT_SYMBOL_GPL vmlinux 0x9aa066f3 lwtunnel_fill_encap +EXPORT_SYMBOL_GPL vmlinux 0x9aa6fb61 __put_task_struct +EXPORT_SYMBOL_GPL vmlinux 0x9aaa4feb nf_checksum +EXPORT_SYMBOL_GPL vmlinux 0x9aaccc52 irq_create_of_mapping +EXPORT_SYMBOL_GPL vmlinux 0x9ad3de36 mm_account_pinned_pages +EXPORT_SYMBOL_GPL vmlinux 0x9aeacb87 ring_buffer_iter_empty +EXPORT_SYMBOL_GPL vmlinux 0x9b1b651d open_related_ns +EXPORT_SYMBOL_GPL vmlinux 0x9b55ea44 pin_user_pages_fast_only +EXPORT_SYMBOL_GPL vmlinux 0x9b61dfbb __inet_lookup_listener +EXPORT_SYMBOL_GPL vmlinux 0x9b6ec967 ring_buffer_size +EXPORT_SYMBOL_GPL vmlinux 0x9b6ec97d blk_stat_enable_accounting +EXPORT_SYMBOL_GPL vmlinux 0x9b70c6ff tracepoint_probe_register_prio +EXPORT_SYMBOL_GPL vmlinux 0x9b79c1c4 __serdev_device_driver_register +EXPORT_SYMBOL_GPL vmlinux 0x9b88c932 register_kprobes +EXPORT_SYMBOL_GPL vmlinux 0x9b9071cb get_old_itimerspec32 +EXPORT_SYMBOL_GPL vmlinux 0x9b94f8bf __clocksource_update_freq_scale +EXPORT_SYMBOL_GPL vmlinux 0x9b9781de vfs_listxattr +EXPORT_SYMBOL_GPL vmlinux 0x9bc14161 user_update +EXPORT_SYMBOL_GPL vmlinux 0x9bcb589f ping_seq_stop +EXPORT_SYMBOL_GPL vmlinux 0x9bd2908f scsi_internal_device_block_nowait +EXPORT_SYMBOL_GPL vmlinux 0x9be30d27 mhp_get_pluggable_range +EXPORT_SYMBOL_GPL vmlinux 0x9bece81b mpi_cmp_ui +EXPORT_SYMBOL_GPL vmlinux 0x9c01f5ba device_show_ulong +EXPORT_SYMBOL_GPL vmlinux 0x9c19e74e virtqueue_get_used_addr +EXPORT_SYMBOL_GPL vmlinux 0x9c3aa3fc irq_domain_set_hwirq_and_chip +EXPORT_SYMBOL_GPL vmlinux 0x9c477abe tty_standard_install +EXPORT_SYMBOL_GPL vmlinux 0x9c596bdb fscrypt_dio_supported +EXPORT_SYMBOL_GPL vmlinux 0x9c6febfc add_uevent_var +EXPORT_SYMBOL_GPL vmlinux 0x9c867f29 genphy_c45_read_status +EXPORT_SYMBOL_GPL vmlinux 0x9c86b3ef crypto_alloc_sync_skcipher +EXPORT_SYMBOL_GPL vmlinux 0x9c95072f blk_mq_pci_map_queues +EXPORT_SYMBOL_GPL vmlinux 0x9cb59529 attribute_container_unregister +EXPORT_SYMBOL_GPL vmlinux 0x9cbd52c4 acomp_request_alloc +EXPORT_SYMBOL_GPL vmlinux 0x9cd1e772 ping_close +EXPORT_SYMBOL_GPL vmlinux 0x9cdd6a66 sysctl_long_vals +EXPORT_SYMBOL_GPL vmlinux 0x9ce5f666 gfn_to_page +EXPORT_SYMBOL_GPL vmlinux 0x9cede371 virtio_check_mem_acc_cb +EXPORT_SYMBOL_GPL vmlinux 0x9d09e8ae ring_buffer_event_data +EXPORT_SYMBOL_GPL vmlinux 0x9d2f49ef __SCK__tp_func_pelt_se_tp +EXPORT_SYMBOL_GPL vmlinux 0x9d322ccf klp_get_state +EXPORT_SYMBOL_GPL vmlinux 0x9d53321d dw_pcie_ep_init_notify +EXPORT_SYMBOL_GPL vmlinux 0x9d5a9f5b pci_epc_stop +EXPORT_SYMBOL_GPL vmlinux 0x9d7c68f7 set_capacity_and_notify +EXPORT_SYMBOL_GPL vmlinux 0x9d842fdf register_pernet_device +EXPORT_SYMBOL_GPL vmlinux 0x9d8bb00e set_dax_nocache +EXPORT_SYMBOL_GPL vmlinux 0x9da6663f skcipher_walk_complete +EXPORT_SYMBOL_GPL vmlinux 0x9da8f266 sk_psock_drop +EXPORT_SYMBOL_GPL vmlinux 0x9da92d48 sk_msg_trim +EXPORT_SYMBOL_GPL vmlinux 0x9db1d9d7 bus_remove_file +EXPORT_SYMBOL_GPL vmlinux 0x9dccd607 mas_prev +EXPORT_SYMBOL_GPL vmlinux 0x9df4a2a8 idr_remove +EXPORT_SYMBOL_GPL vmlinux 0x9df620c9 sbitmap_weight +EXPORT_SYMBOL_GPL vmlinux 0x9df84ba8 nf_queue_nf_hook_drop +EXPORT_SYMBOL_GPL vmlinux 0x9e018752 pci_epc_get_first_free_bar +EXPORT_SYMBOL_GPL vmlinux 0x9e083c5c fscrypt_prepare_new_inode +EXPORT_SYMBOL_GPL vmlinux 0x9e197f84 chsc_scud +EXPORT_SYMBOL_GPL vmlinux 0x9e472f5f snmp_fold_field +EXPORT_SYMBOL_GPL vmlinux 0x9e52da2b screen_pos +EXPORT_SYMBOL_GPL vmlinux 0x9e60a428 task_cputime_adjusted +EXPORT_SYMBOL_GPL vmlinux 0x9e8dfeb7 netif_carrier_event +EXPORT_SYMBOL_GPL vmlinux 0x9e96857b kobject_uevent_env +EXPORT_SYMBOL_GPL vmlinux 0x9e9b913d __tracepoint_arm_event +EXPORT_SYMBOL_GPL vmlinux 0x9e9c4f24 set_dax_nomc +EXPORT_SYMBOL_GPL vmlinux 0x9ea9ea0d ping_seq_next +EXPORT_SYMBOL_GPL vmlinux 0x9ec054d5 trace_seq_putc +EXPORT_SYMBOL_GPL vmlinux 0x9ecb4b68 proc_create_net_single_write +EXPORT_SYMBOL_GPL vmlinux 0x9ed554b3 unregister_keyboard_notifier +EXPORT_SYMBOL_GPL vmlinux 0x9eebdde7 mpi_point_new +EXPORT_SYMBOL_GPL vmlinux 0x9f23d023 crypto_stats_init +EXPORT_SYMBOL_GPL vmlinux 0x9f56c4b9 __SCK__tp_func_devlink_hwmsg +EXPORT_SYMBOL_GPL vmlinux 0x9f62d7a7 clean_acked_data_disable +EXPORT_SYMBOL_GPL vmlinux 0x9f829a8d xfrm_output_resume +EXPORT_SYMBOL_GPL vmlinux 0x9f87075a virtqueue_add_outbuf +EXPORT_SYMBOL_GPL vmlinux 0x9f907a50 set_task_ioprio +EXPORT_SYMBOL_GPL vmlinux 0x9fa4564a timer_shutdown +EXPORT_SYMBOL_GPL vmlinux 0x9fb55136 ipv6_opt_accepted +EXPORT_SYMBOL_GPL vmlinux 0x9fb77554 pci_epf_create +EXPORT_SYMBOL_GPL vmlinux 0x9fc1c9ba fat_remove_entries +EXPORT_SYMBOL_GPL vmlinux 0x9fce80db fb_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x9fe939e1 mpi_powm +EXPORT_SYMBOL_GPL vmlinux 0xa01dec63 rt_mutex_unlock +EXPORT_SYMBOL_GPL vmlinux 0xa01ed192 tcp_get_info +EXPORT_SYMBOL_GPL vmlinux 0xa02b6ac9 md_stop +EXPORT_SYMBOL_GPL vmlinux 0xa04f945a cpus_read_lock +EXPORT_SYMBOL_GPL vmlinux 0xa080c5e5 smp_call_function_single_async +EXPORT_SYMBOL_GPL vmlinux 0xa08f7af3 fuse_conn_init +EXPORT_SYMBOL_GPL vmlinux 0xa0a09266 perf_event_period +EXPORT_SYMBOL_GPL vmlinux 0xa0a62591 shash_ahash_digest +EXPORT_SYMBOL_GPL vmlinux 0xa0c988dc pci_disable_sriov +EXPORT_SYMBOL_GPL vmlinux 0xa0d3456d nr_swap_pages +EXPORT_SYMBOL_GPL vmlinux 0xa0e30b1a __class_register +EXPORT_SYMBOL_GPL vmlinux 0xa0e9c359 d_same_name +EXPORT_SYMBOL_GPL vmlinux 0xa0f36b69 unwind_next_frame +EXPORT_SYMBOL_GPL vmlinux 0xa0f77f07 vp_modern_get_queue_size +EXPORT_SYMBOL_GPL vmlinux 0xa1006027 synth_event_trace_array +EXPORT_SYMBOL_GPL vmlinux 0xa111e665 pernet_ops_rwsem +EXPORT_SYMBOL_GPL vmlinux 0xa112d1d7 pci_user_write_config_byte +EXPORT_SYMBOL_GPL vmlinux 0xa11ba30d cdrom_read_tocentry +EXPORT_SYMBOL_GPL vmlinux 0xa1255209 __inet_lookup_established +EXPORT_SYMBOL_GPL vmlinux 0xa136b0f3 fat_setattr +EXPORT_SYMBOL_GPL vmlinux 0xa1373141 get_kernel_pages +EXPORT_SYMBOL_GPL vmlinux 0xa140e607 mptcp_pm_get_local_addr_max +EXPORT_SYMBOL_GPL vmlinux 0xa147309b phy_10gbit_full_features +EXPORT_SYMBOL_GPL vmlinux 0xa15113b1 __dev_fwnode +EXPORT_SYMBOL_GPL vmlinux 0xa1533cd2 unregister_pernet_device +EXPORT_SYMBOL_GPL vmlinux 0xa1974726 validate_xmit_xfrm +EXPORT_SYMBOL_GPL vmlinux 0xa1987369 bpf_verifier_log_write +EXPORT_SYMBOL_GPL vmlinux 0xa1a13cf2 blk_mq_rdma_map_queues +EXPORT_SYMBOL_GPL vmlinux 0xa1b34c51 shmem_truncate_range +EXPORT_SYMBOL_GPL vmlinux 0xa1c4231f kvm_set_pfn_dirty +EXPORT_SYMBOL_GPL vmlinux 0xa1f29b52 __tcp_send_ack +EXPORT_SYMBOL_GPL vmlinux 0xa1f60014 nl_table_lock +EXPORT_SYMBOL_GPL vmlinux 0xa20d01ba __trace_bprintk +EXPORT_SYMBOL_GPL vmlinux 0xa219fdf8 nd_tbl +EXPORT_SYMBOL_GPL vmlinux 0xa21eccbc task_active_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0xa22356d8 gpiochip_get_desc +EXPORT_SYMBOL_GPL vmlinux 0xa232dc35 perf_event_read_value +EXPORT_SYMBOL_GPL vmlinux 0xa2500ef6 __SCK__tp_func_powernv_throttle +EXPORT_SYMBOL_GPL vmlinux 0xa25f73eb rt_mutex_lock +EXPORT_SYMBOL_GPL vmlinux 0xa26b82f9 ptep_test_and_clear_uc +EXPORT_SYMBOL_GPL vmlinux 0xa26bed8e bstr_printf +EXPORT_SYMBOL_GPL vmlinux 0xa26d9b4f workqueue_congested +EXPORT_SYMBOL_GPL vmlinux 0xa293d395 crypto_stats_kpp_set_secret +EXPORT_SYMBOL_GPL vmlinux 0xa29516c1 sfp_bus_find_fwnode +EXPORT_SYMBOL_GPL vmlinux 0xa295b476 kthread_unpark +EXPORT_SYMBOL_GPL vmlinux 0xa2a51f2c kvm_gfn_to_hva_cache_init +EXPORT_SYMBOL_GPL vmlinux 0xa2a8b829 crypto_drop_spawn +EXPORT_SYMBOL_GPL vmlinux 0xa2b0820d __SCK__tp_func_cpu_idle +EXPORT_SYMBOL_GPL vmlinux 0xa2c0f59a ct_idle_enter +EXPORT_SYMBOL_GPL vmlinux 0xa2e1b3ef trace_printk_init_buffers +EXPORT_SYMBOL_GPL vmlinux 0xa2e9d2a1 device_create_with_groups +EXPORT_SYMBOL_GPL vmlinux 0xa2fb4218 dma_vunmap_noncontiguous +EXPORT_SYMBOL_GPL vmlinux 0xa2fc8bfe mas_erase +EXPORT_SYMBOL_GPL vmlinux 0xa3068f44 device_add +EXPORT_SYMBOL_GPL vmlinux 0xa326afec rt_mutex_lock_killable +EXPORT_SYMBOL_GPL vmlinux 0xa32f1ccb devm_free_percpu +EXPORT_SYMBOL_GPL vmlinux 0xa3373519 sysfs_merge_group +EXPORT_SYMBOL_GPL vmlinux 0xa3466e01 ethnl_cable_test_free +EXPORT_SYMBOL_GPL vmlinux 0xa3558d9d kvm_vcpu_yield_to +EXPORT_SYMBOL_GPL vmlinux 0xa35bcd51 sk_psock_init +EXPORT_SYMBOL_GPL vmlinux 0xa35d8ef4 fuse_conn_get +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 0xa390ce82 tpm_is_tpm2 +EXPORT_SYMBOL_GPL vmlinux 0xa39d5d42 fscrypt_set_bio_crypt_ctx +EXPORT_SYMBOL_GPL vmlinux 0xa3b0d5d6 __xas_next +EXPORT_SYMBOL_GPL vmlinux 0xa3b958ce reset_hung_task_detector +EXPORT_SYMBOL_GPL vmlinux 0xa3d708aa ipv4_sk_redirect +EXPORT_SYMBOL_GPL vmlinux 0xa3e79881 sk_free_unlock_clone +EXPORT_SYMBOL_GPL vmlinux 0xa3ece414 freezer_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0xa3f12f69 __crypto_xor +EXPORT_SYMBOL_GPL vmlinux 0xa410a295 devlink_region_destroy +EXPORT_SYMBOL_GPL vmlinux 0xa41aa8b7 fwnode_handle_get +EXPORT_SYMBOL_GPL vmlinux 0xa4270da5 ip6_route_input_lookup +EXPORT_SYMBOL_GPL vmlinux 0xa44a1307 interval_tree_iter_first +EXPORT_SYMBOL_GPL vmlinux 0xa452b457 genphy_c45_an_disable_aneg +EXPORT_SYMBOL_GPL vmlinux 0xa45c7b90 stack_trace_print +EXPORT_SYMBOL_GPL vmlinux 0xa46a1820 iommu_domain_alloc +EXPORT_SYMBOL_GPL vmlinux 0xa46ed92f ip6_route_output_flags +EXPORT_SYMBOL_GPL vmlinux 0xa470b39c tpmm_chip_alloc +EXPORT_SYMBOL_GPL vmlinux 0xa47bfcb7 fuse_dev_alloc +EXPORT_SYMBOL_GPL vmlinux 0xa4a33465 driver_find +EXPORT_SYMBOL_GPL vmlinux 0xa4ab7c1c ring_buffer_overruns +EXPORT_SYMBOL_GPL vmlinux 0xa4b07fe7 ring_buffer_change_overwrite +EXPORT_SYMBOL_GPL vmlinux 0xa4c00324 asn1_encode_octet_string +EXPORT_SYMBOL_GPL vmlinux 0xa4c30fc0 gpiod_get_array_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0xa4cd7fd8 devm_irq_domain_create_sim +EXPORT_SYMBOL_GPL vmlinux 0xa4ffd654 __kthread_should_park +EXPORT_SYMBOL_GPL vmlinux 0xa514f447 dax_add_host +EXPORT_SYMBOL_GPL vmlinux 0xa527029a fixed_phy_set_link_update +EXPORT_SYMBOL_GPL vmlinux 0xa54783e2 kvm_vcpu_write_guest +EXPORT_SYMBOL_GPL vmlinux 0xa54a2cba devlink_linecard_provision_clear +EXPORT_SYMBOL_GPL vmlinux 0xa5671283 scm_driver_register +EXPORT_SYMBOL_GPL vmlinux 0xa56ebfc4 pci_ioremap_bar +EXPORT_SYMBOL_GPL vmlinux 0xa5745f0c gmap_mark_unmergeable +EXPORT_SYMBOL_GPL vmlinux 0xa5b6649e ccw_device_get_iid +EXPORT_SYMBOL_GPL vmlinux 0xa5bac867 nexthop_find_by_id +EXPORT_SYMBOL_GPL vmlinux 0xa5efbf4c async_synchronize_full +EXPORT_SYMBOL_GPL vmlinux 0xa5f9ba01 devlink_dpipe_entry_ctx_append +EXPORT_SYMBOL_GPL vmlinux 0xa5ff9185 crypto_register_aeads +EXPORT_SYMBOL_GPL vmlinux 0xa608307a page_cache_sync_ra +EXPORT_SYMBOL_GPL vmlinux 0xa610091f get_device +EXPORT_SYMBOL_GPL vmlinux 0xa65449af dm_submit_bio_remap +EXPORT_SYMBOL_GPL vmlinux 0xa6549589 irq_domain_pop_irq +EXPORT_SYMBOL_GPL vmlinux 0xa65b3190 pci_find_ext_capability +EXPORT_SYMBOL_GPL vmlinux 0xa65e1dd0 dw_pcie_find_capability +EXPORT_SYMBOL_GPL vmlinux 0xa65f3c8c __tracepoint_block_bio_complete +EXPORT_SYMBOL_GPL vmlinux 0xa67eee36 __fscrypt_prepare_link +EXPORT_SYMBOL_GPL vmlinux 0xa6a5df32 blk_freeze_queue_start +EXPORT_SYMBOL_GPL vmlinux 0xa6a90dc9 pci_epc_add_epf +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 0xa6b8efd2 sock_map_destroy +EXPORT_SYMBOL_GPL vmlinux 0xa6ca7356 netlink_add_tap +EXPORT_SYMBOL_GPL vmlinux 0xa6e1a69d kick_all_cpus_sync +EXPORT_SYMBOL_GPL vmlinux 0xa6ff8714 ip_icmp_error_rfc4884 +EXPORT_SYMBOL_GPL vmlinux 0xa709c835 fib6_info_destroy_rcu +EXPORT_SYMBOL_GPL vmlinux 0xa71a0a9a inet_csk_listen_stop +EXPORT_SYMBOL_GPL vmlinux 0xa71d03d1 mmu_notifier_range_update_to_read_only +EXPORT_SYMBOL_GPL vmlinux 0xa73d0441 gmap_shadow_valid +EXPORT_SYMBOL_GPL vmlinux 0xa754ffa3 ping_queue_rcv_skb +EXPORT_SYMBOL_GPL vmlinux 0xa75fd3ab freq_qos_update_request +EXPORT_SYMBOL_GPL vmlinux 0xa764dee1 blkg_rwstat_recursive_sum +EXPORT_SYMBOL_GPL vmlinux 0xa7855092 ipv4_sk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0xa789d16d pci_ats_supported +EXPORT_SYMBOL_GPL vmlinux 0xa7a491d2 disk_set_zoned +EXPORT_SYMBOL_GPL vmlinux 0xa7b8c8db gmap_shadow_r3t +EXPORT_SYMBOL_GPL vmlinux 0xa7d88b7f pci_d3cold_disable +EXPORT_SYMBOL_GPL vmlinux 0xa7ef94f0 blk_mq_freeze_queue_wait +EXPORT_SYMBOL_GPL vmlinux 0xa825aef5 class_destroy +EXPORT_SYMBOL_GPL vmlinux 0xa831bfc6 device_find_child +EXPORT_SYMBOL_GPL vmlinux 0xa8334bda dax_remove_host +EXPORT_SYMBOL_GPL vmlinux 0xa83e9591 fwnode_connection_find_match +EXPORT_SYMBOL_GPL vmlinux 0xa84a8392 __page_file_index +EXPORT_SYMBOL_GPL vmlinux 0xa851973a raw_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0xa851b77b skb_copy_ubufs +EXPORT_SYMBOL_GPL vmlinux 0xa85b795b exportfs_encode_fh +EXPORT_SYMBOL_GPL vmlinux 0xa875c362 pci_d3cold_enable +EXPORT_SYMBOL_GPL vmlinux 0xa89926dc crypto_dh_decode_key +EXPORT_SYMBOL_GPL vmlinux 0xa89a8742 blk_mark_disk_dead +EXPORT_SYMBOL_GPL vmlinux 0xa89d0f58 dax_finish_sync_fault +EXPORT_SYMBOL_GPL vmlinux 0xa8ab61e9 shmem_read_mapping_page_gfp +EXPORT_SYMBOL_GPL vmlinux 0xa8af38b9 sbitmap_get_shallow +EXPORT_SYMBOL_GPL vmlinux 0xa8d95b79 xfrm_audit_state_replay_overflow +EXPORT_SYMBOL_GPL vmlinux 0xa8e78a2a put_device +EXPORT_SYMBOL_GPL vmlinux 0xa90f9c53 vp_legacy_queue_vector +EXPORT_SYMBOL_GPL vmlinux 0xa9269ef9 __blkg_prfill_u64 +EXPORT_SYMBOL_GPL vmlinux 0xa9320d27 ktime_get_seconds +EXPORT_SYMBOL_GPL vmlinux 0xa95907f2 skb_mpls_pop +EXPORT_SYMBOL_GPL vmlinux 0xa96b2b53 device_phy_find_device +EXPORT_SYMBOL_GPL vmlinux 0xa97d4d27 trace_event_reg +EXPORT_SYMBOL_GPL vmlinux 0xa97ef64c ccw_device_get_schid +EXPORT_SYMBOL_GPL vmlinux 0xa99b8e70 __SCK__tp_func_xdp_exception +EXPORT_SYMBOL_GPL vmlinux 0xa99ef899 devlink_fmsg_bool_pair_put +EXPORT_SYMBOL_GPL vmlinux 0xa9b3af86 component_del +EXPORT_SYMBOL_GPL vmlinux 0xa9c99fef inet_csk_reqsk_queue_hash_add +EXPORT_SYMBOL_GPL vmlinux 0xa9d0ab1f trace_seq_putmem_hex +EXPORT_SYMBOL_GPL vmlinux 0xa9e7bad9 pci_epc_multi_mem_init +EXPORT_SYMBOL_GPL vmlinux 0xa9ff15b9 s390_enable_sie +EXPORT_SYMBOL_GPL vmlinux 0xaa00e351 xfrm_audit_state_notfound +EXPORT_SYMBOL_GPL vmlinux 0xaa3b5312 bpf_trace_run6 +EXPORT_SYMBOL_GPL vmlinux 0xaa61de11 irq_stat +EXPORT_SYMBOL_GPL vmlinux 0xaa6a50f9 __static_key_deferred_flush +EXPORT_SYMBOL_GPL vmlinux 0xaa7a064b nfs_ssc_register +EXPORT_SYMBOL_GPL vmlinux 0xaaa918c9 ftrace_dump +EXPORT_SYMBOL_GPL vmlinux 0xaac39600 irq_chip_mask_parent +EXPORT_SYMBOL_GPL vmlinux 0xaad62744 perf_event_sysfs_show +EXPORT_SYMBOL_GPL vmlinux 0xaada0807 key_type_user +EXPORT_SYMBOL_GPL vmlinux 0xaadfbc1b dm_internal_suspend_noflush +EXPORT_SYMBOL_GPL vmlinux 0xaafa5482 klist_iter_init +EXPORT_SYMBOL_GPL vmlinux 0xab158490 blkcg_policy_unregister +EXPORT_SYMBOL_GPL vmlinux 0xab174e6e platform_device_register_full +EXPORT_SYMBOL_GPL vmlinux 0xab37396b perf_event_create_kernel_counter +EXPORT_SYMBOL_GPL vmlinux 0xab40fc6c tracing_snapshot_cond +EXPORT_SYMBOL_GPL vmlinux 0xab537462 sk_msg_free_nocharge +EXPORT_SYMBOL_GPL vmlinux 0xab9dd45c tpm_pcr_extend +EXPORT_SYMBOL_GPL vmlinux 0xabaf585c perf_event_release_kernel +EXPORT_SYMBOL_GPL vmlinux 0xabc581ae tcp_register_ulp +EXPORT_SYMBOL_GPL vmlinux 0xabc640f3 list_lru_isolate +EXPORT_SYMBOL_GPL vmlinux 0xabd1f84b pci_epc_mem_init +EXPORT_SYMBOL_GPL vmlinux 0xac2dd7f4 debugfs_create_x64 +EXPORT_SYMBOL_GPL vmlinux 0xac2fb11e sock_diag_put_meminfo +EXPORT_SYMBOL_GPL vmlinux 0xac35673a vcpu_load +EXPORT_SYMBOL_GPL vmlinux 0xac471902 crypto_stats_akcipher_verify +EXPORT_SYMBOL_GPL vmlinux 0xac475933 phy_modify_changed +EXPORT_SYMBOL_GPL vmlinux 0xac4f0f65 serdev_device_set_baudrate +EXPORT_SYMBOL_GPL vmlinux 0xac50eb37 iommu_detach_group +EXPORT_SYMBOL_GPL vmlinux 0xac5a789c trace_seq_printf +EXPORT_SYMBOL_GPL vmlinux 0xac603ba1 sysfs_create_link +EXPORT_SYMBOL_GPL vmlinux 0xaccb0cd3 phy_speed_down +EXPORT_SYMBOL_GPL vmlinux 0xacce5ff2 handle_fasteoi_nmi +EXPORT_SYMBOL_GPL vmlinux 0xacd7472e init_srcu_struct +EXPORT_SYMBOL_GPL vmlinux 0xace3e939 __sock_recv_cmsgs +EXPORT_SYMBOL_GPL vmlinux 0xad11a848 __traceiter_pelt_rt_tp +EXPORT_SYMBOL_GPL vmlinux 0xad18cb3e fixed_phy_register_with_gpiod +EXPORT_SYMBOL_GPL vmlinux 0xad25602f __tracepoint_sched_overutilized_tp +EXPORT_SYMBOL_GPL vmlinux 0xad299c20 mark_page_dirty +EXPORT_SYMBOL_GPL vmlinux 0xad3dfa13 lgr_info_log +EXPORT_SYMBOL_GPL vmlinux 0xad42dff8 __SCK__tp_func_tcp_bad_csum +EXPORT_SYMBOL_GPL vmlinux 0xad4e6259 remove_cpu +EXPORT_SYMBOL_GPL vmlinux 0xad645234 register_switchdev_notifier +EXPORT_SYMBOL_GPL vmlinux 0xad76a3f0 __SCK__tp_func_neigh_update_done +EXPORT_SYMBOL_GPL vmlinux 0xad7ca70a __fscrypt_prepare_setattr +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 0xadbf0c2d user_describe +EXPORT_SYMBOL_GPL vmlinux 0xadcaee03 dw_pcie_ep_raise_msi_irq +EXPORT_SYMBOL_GPL vmlinux 0xadcc77c0 scsi_schedule_eh +EXPORT_SYMBOL_GPL vmlinux 0xade1e65e skb_mpls_push +EXPORT_SYMBOL_GPL vmlinux 0xae02c1fb pci_create_ims_domain +EXPORT_SYMBOL_GPL vmlinux 0xae040d29 md_account_bio +EXPORT_SYMBOL_GPL vmlinux 0xae094e29 pci_dev_unlock +EXPORT_SYMBOL_GPL vmlinux 0xae0c47d4 irq_set_chained_handler_and_data +EXPORT_SYMBOL_GPL vmlinux 0xae1051b0 net_cls_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0xae39f80e dst_cache_init +EXPORT_SYMBOL_GPL vmlinux 0xae3d3cc3 fsnotify_find_mark +EXPORT_SYMBOL_GPL vmlinux 0xae3e5e28 iommu_enable_nesting +EXPORT_SYMBOL_GPL vmlinux 0xae42d08c fscrypt_fname_siphash +EXPORT_SYMBOL_GPL vmlinux 0xae4522f7 rtnl_af_register +EXPORT_SYMBOL_GPL vmlinux 0xae540132 irq_chip_mask_ack_parent +EXPORT_SYMBOL_GPL vmlinux 0xae5c9c64 fwnode_create_software_node +EXPORT_SYMBOL_GPL vmlinux 0xae64f1dd __tracepoint_block_bio_remap +EXPORT_SYMBOL_GPL vmlinux 0xae677ce9 gpiochip_find +EXPORT_SYMBOL_GPL vmlinux 0xae69b1c1 usermodehelper_read_unlock +EXPORT_SYMBOL_GPL vmlinux 0xae7c231d mpi_cmp +EXPORT_SYMBOL_GPL vmlinux 0xae816723 tcp_is_ulp_esp +EXPORT_SYMBOL_GPL vmlinux 0xae97d5f5 pci_find_dvsec_capability +EXPORT_SYMBOL_GPL vmlinux 0xaea7f1ef devlink_sb_unregister +EXPORT_SYMBOL_GPL vmlinux 0xaed06d84 fib_table_lookup +EXPORT_SYMBOL_GPL vmlinux 0xaeecc7ec __fscrypt_prepare_rename +EXPORT_SYMBOL_GPL vmlinux 0xaef6d424 __traceiter_kfree_skb +EXPORT_SYMBOL_GPL vmlinux 0xaeff247e crypto_alloc_shash +EXPORT_SYMBOL_GPL vmlinux 0xaf382983 xdp_rxq_info_is_reg +EXPORT_SYMBOL_GPL vmlinux 0xaf3a44e9 __SCK__tp_func_sched_overutilized_tp +EXPORT_SYMBOL_GPL vmlinux 0xaf3a58f1 devl_dpipe_table_unregister +EXPORT_SYMBOL_GPL vmlinux 0xaf4c8344 bdev_disk_changed +EXPORT_SYMBOL_GPL vmlinux 0xaf5d4237 sysfs_break_active_protection +EXPORT_SYMBOL_GPL vmlinux 0xaf7d27ac device_unregister +EXPORT_SYMBOL_GPL vmlinux 0xaf83b519 skb_zerocopy_headlen +EXPORT_SYMBOL_GPL vmlinux 0xaf89c1be mas_next +EXPORT_SYMBOL_GPL vmlinux 0xafa97b38 __irq_domain_alloc_irqs +EXPORT_SYMBOL_GPL vmlinux 0xafc7a41d hrtimer_start_range_ns +EXPORT_SYMBOL_GPL vmlinux 0xafeb58c1 __SCK__tp_func_io_page_fault +EXPORT_SYMBOL_GPL vmlinux 0xb014a833 wbt_enable_default +EXPORT_SYMBOL_GPL vmlinux 0xb015815c vfs_submount +EXPORT_SYMBOL_GPL vmlinux 0xb048a3c5 fwnode_property_read_u64_array +EXPORT_SYMBOL_GPL vmlinux 0xb049a294 __SCK__tp_func_pelt_irq_tp +EXPORT_SYMBOL_GPL vmlinux 0xb0747ed2 rcu_cpu_stall_suppress +EXPORT_SYMBOL_GPL vmlinux 0xb074fb1a tpm_chip_register +EXPORT_SYMBOL_GPL vmlinux 0xb07cd980 addrconf_add_linklocal +EXPORT_SYMBOL_GPL vmlinux 0xb0925471 bpf_trace_run12 +EXPORT_SYMBOL_GPL vmlinux 0xb0a89a3d tpm_put_ops +EXPORT_SYMBOL_GPL vmlinux 0xb0aa03c0 bus_sort_breadthfirst +EXPORT_SYMBOL_GPL vmlinux 0xb0b85f47 ring_buffer_iter_reset +EXPORT_SYMBOL_GPL vmlinux 0xb0b87a1f pci_generic_config_read32 +EXPORT_SYMBOL_GPL vmlinux 0xb0be0142 sock_diag_save_cookie +EXPORT_SYMBOL_GPL vmlinux 0xb0c1b46e do_unbind_con_driver +EXPORT_SYMBOL_GPL vmlinux 0xb0d53ef7 kvm_vcpu_read_guest_page +EXPORT_SYMBOL_GPL vmlinux 0xb0e938c4 fscrypt_match_name +EXPORT_SYMBOL_GPL vmlinux 0xb10cb9c4 pci_enable_rom +EXPORT_SYMBOL_GPL vmlinux 0xb10d964d devlink_fmsg_pair_nest_end +EXPORT_SYMBOL_GPL vmlinux 0xb10fb9b3 gpiod_cansleep +EXPORT_SYMBOL_GPL vmlinux 0xb11d9000 tty_dev_name_to_number +EXPORT_SYMBOL_GPL vmlinux 0xb12d101c vfs_remove_acl +EXPORT_SYMBOL_GPL vmlinux 0xb13842f6 crypto_comp_decompress +EXPORT_SYMBOL_GPL vmlinux 0xb1402007 component_unbind_all +EXPORT_SYMBOL_GPL vmlinux 0xb14192e4 smpboot_unregister_percpu_thread +EXPORT_SYMBOL_GPL vmlinux 0xb1647fc2 devlink_info_version_running_put +EXPORT_SYMBOL_GPL vmlinux 0xb17a8928 fwnode_get_nth_parent +EXPORT_SYMBOL_GPL vmlinux 0xb18300a6 pci_stop_root_bus +EXPORT_SYMBOL_GPL vmlinux 0xb18513f1 rtnl_af_unregister +EXPORT_SYMBOL_GPL vmlinux 0xb18f4763 input_ff_destroy +EXPORT_SYMBOL_GPL vmlinux 0xb19c0c7c __traceiter_block_unplug +EXPORT_SYMBOL_GPL vmlinux 0xb1a069df tty_kopen_shared +EXPORT_SYMBOL_GPL vmlinux 0xb1b1c93e atomic_notifier_chain_unregister +EXPORT_SYMBOL_GPL vmlinux 0xb1baa71a devlink_linecard_provision_fail +EXPORT_SYMBOL_GPL vmlinux 0xb1df4e37 iommu_domain_free +EXPORT_SYMBOL_GPL vmlinux 0xb1e25684 __trace_bputs +EXPORT_SYMBOL_GPL vmlinux 0xb1fc1782 pci_speed_string +EXPORT_SYMBOL_GPL vmlinux 0xb20b68ad lwtunnel_get_encap_size +EXPORT_SYMBOL_GPL vmlinux 0xb224c070 kset_create_and_add +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 0xb24db71b device_match_any +EXPORT_SYMBOL_GPL vmlinux 0xb263156e kvm_clear_guest +EXPORT_SYMBOL_GPL vmlinux 0xb2634375 sk_msg_is_readable +EXPORT_SYMBOL_GPL vmlinux 0xb26a1add elfcorehdr_addr +EXPORT_SYMBOL_GPL vmlinux 0xb28eab95 ptp_classify_raw +EXPORT_SYMBOL_GPL vmlinux 0xb28fa999 tty_buffer_space_avail +EXPORT_SYMBOL_GPL vmlinux 0xb2afe4e1 genphy_c45_read_pma +EXPORT_SYMBOL_GPL vmlinux 0xb2b8121c __fscrypt_prepare_readdir +EXPORT_SYMBOL_GPL vmlinux 0xb2c1732e rcu_gp_set_torture_wait +EXPORT_SYMBOL_GPL vmlinux 0xb2cccdbe irq_domain_xlate_onetwocell +EXPORT_SYMBOL_GPL vmlinux 0xb2fa093e blk_mq_map_queues +EXPORT_SYMBOL_GPL vmlinux 0xb307c909 devlink_fmsg_u64_pair_put +EXPORT_SYMBOL_GPL vmlinux 0xb315ac38 debugfs_create_file_unsafe +EXPORT_SYMBOL_GPL vmlinux 0xb31aa2bf vp_modern_set_queue_enable +EXPORT_SYMBOL_GPL vmlinux 0xb35b1926 virtqueue_poll +EXPORT_SYMBOL_GPL vmlinux 0xb375ba79 sched_set_fifo_low +EXPORT_SYMBOL_GPL vmlinux 0xb388e811 noop_direct_IO +EXPORT_SYMBOL_GPL vmlinux 0xb390f70f trace_array_set_clr_event +EXPORT_SYMBOL_GPL vmlinux 0xb3b4b17d gpiochip_line_is_open_source +EXPORT_SYMBOL_GPL vmlinux 0xb3c6b097 irq_domain_free_irqs_parent +EXPORT_SYMBOL_GPL vmlinux 0xb40e7f63 subsys_interface_unregister +EXPORT_SYMBOL_GPL vmlinux 0xb4339edb iomap_dio_complete +EXPORT_SYMBOL_GPL vmlinux 0xb4378763 bpf_prog_free +EXPORT_SYMBOL_GPL vmlinux 0xb43f9365 ktime_get +EXPORT_SYMBOL_GPL vmlinux 0xb44e18ea audit_enabled +EXPORT_SYMBOL_GPL vmlinux 0xb45b412f modify_ftrace_direct_multi_nolock +EXPORT_SYMBOL_GPL vmlinux 0xb46950b5 crypto_rng_reset +EXPORT_SYMBOL_GPL vmlinux 0xb46fbe0b klp_shadow_get_or_alloc +EXPORT_SYMBOL_GPL vmlinux 0xb471529c debugfs_create_atomic_t +EXPORT_SYMBOL_GPL vmlinux 0xb4a714df handle_simple_irq +EXPORT_SYMBOL_GPL vmlinux 0xb4b97c90 pvclock_gtod_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0xb4cfc564 sfp_register_socket +EXPORT_SYMBOL_GPL vmlinux 0xb4d0c4a6 __pci_hp_register +EXPORT_SYMBOL_GPL vmlinux 0xb4eda0da ring_buffer_event_length +EXPORT_SYMBOL_GPL vmlinux 0xb4edb989 alarm_try_to_cancel +EXPORT_SYMBOL_GPL vmlinux 0xb4f78828 devlink_port_linecard_set +EXPORT_SYMBOL_GPL vmlinux 0xb4fe413f list_lru_walk_one +EXPORT_SYMBOL_GPL vmlinux 0xb5093dd3 console_list +EXPORT_SYMBOL_GPL vmlinux 0xb50a3f4e zpci_enable_device +EXPORT_SYMBOL_GPL vmlinux 0xb51d17d9 param_set_uint_minmax +EXPORT_SYMBOL_GPL vmlinux 0xb524373a gmap_shadow_page +EXPORT_SYMBOL_GPL vmlinux 0xb561c490 mpi_mul +EXPORT_SYMBOL_GPL vmlinux 0xb56e3558 pci_hp_add_bridge +EXPORT_SYMBOL_GPL vmlinux 0xb57ea635 devm_bitmap_alloc +EXPORT_SYMBOL_GPL vmlinux 0xb592d904 __gfn_to_pfn_memslot +EXPORT_SYMBOL_GPL vmlinux 0xb593fde0 virtqueue_notify +EXPORT_SYMBOL_GPL vmlinux 0xb594822b scsi_host_block +EXPORT_SYMBOL_GPL vmlinux 0xb5ca5425 kvm_release_page_dirty +EXPORT_SYMBOL_GPL vmlinux 0xb5cada35 kthread_cancel_delayed_work_sync +EXPORT_SYMBOL_GPL vmlinux 0xb6088146 __cookie_v4_init_sequence +EXPORT_SYMBOL_GPL vmlinux 0xb61e84aa skcipher_alloc_instance_simple +EXPORT_SYMBOL_GPL vmlinux 0xb6261484 register_die_notifier +EXPORT_SYMBOL_GPL vmlinux 0xb6410433 mpi_addm +EXPORT_SYMBOL_GPL vmlinux 0xb6607c12 cio_cancel_halt_clear +EXPORT_SYMBOL_GPL vmlinux 0xb6787346 sfp_unregister_socket +EXPORT_SYMBOL_GPL vmlinux 0xb67d985d smp_call_function_any +EXPORT_SYMBOL_GPL vmlinux 0xb6842fae mas_find_rev +EXPORT_SYMBOL_GPL vmlinux 0xb68d7179 iommu_device_unlink +EXPORT_SYMBOL_GPL vmlinux 0xb69afbb0 devlink_linecard_deactivate +EXPORT_SYMBOL_GPL vmlinux 0xb69e01b8 crypto_inst_setname +EXPORT_SYMBOL_GPL vmlinux 0xb6c5c032 simple_rename_exchange +EXPORT_SYMBOL_GPL vmlinux 0xb70c6103 ip6_sk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0xb730ef83 gen_pool_size +EXPORT_SYMBOL_GPL vmlinux 0xb7363cb3 static_dev_dax +EXPORT_SYMBOL_GPL vmlinux 0xb7423764 iommu_unregister_device_fault_handler +EXPORT_SYMBOL_GPL vmlinux 0xb742564d set_cpus_allowed_ptr +EXPORT_SYMBOL_GPL vmlinux 0xb76cda47 kvm_vcpu_mark_page_dirty +EXPORT_SYMBOL_GPL vmlinux 0xb76fa0db iommu_detach_device +EXPORT_SYMBOL_GPL vmlinux 0xb77c48e6 bdev_alignment_offset +EXPORT_SYMBOL_GPL vmlinux 0xb786bf75 pci_write_msi_msg +EXPORT_SYMBOL_GPL vmlinux 0xb789ca10 dw_pcie_host_deinit +EXPORT_SYMBOL_GPL vmlinux 0xb7a387fc synchronize_rcu_tasks_rude +EXPORT_SYMBOL_GPL vmlinux 0xb7b350ed klist_init +EXPORT_SYMBOL_GPL vmlinux 0xb7b7248a phy_driver_is_genphy +EXPORT_SYMBOL_GPL vmlinux 0xb7c19193 tty_ldisc_ref_wait +EXPORT_SYMBOL_GPL vmlinux 0xb7c1cb3d blk_execute_rq_nowait +EXPORT_SYMBOL_GPL vmlinux 0xb7c69a63 unregister_vmap_purge_notifier +EXPORT_SYMBOL_GPL vmlinux 0xb7cc0cff __tracepoint_br_fdb_add +EXPORT_SYMBOL_GPL vmlinux 0xb7daad98 inet_twsk_alloc +EXPORT_SYMBOL_GPL vmlinux 0xb7e1dc2f fsnotify_init_mark +EXPORT_SYMBOL_GPL vmlinux 0xb7f8b5c6 __blk_trace_note_message +EXPORT_SYMBOL_GPL vmlinux 0xb80e251e perf_get_aux +EXPORT_SYMBOL_GPL vmlinux 0xb81b7732 gmap_destroy_page +EXPORT_SYMBOL_GPL vmlinux 0xb834012c phy_package_join +EXPORT_SYMBOL_GPL vmlinux 0xb84a4b45 devm_gpiod_get_index +EXPORT_SYMBOL_GPL vmlinux 0xb84de73b blk_mq_quiesce_queue +EXPORT_SYMBOL_GPL vmlinux 0xb86b34fd simple_attr_write +EXPORT_SYMBOL_GPL vmlinux 0xb86c15da handle_bad_irq +EXPORT_SYMBOL_GPL vmlinux 0xb88dbfce irq_set_irqchip_state +EXPORT_SYMBOL_GPL vmlinux 0xb8914fbe gpiod_set_value +EXPORT_SYMBOL_GPL vmlinux 0xb8993fac __tracepoint_remove_device_from_group +EXPORT_SYMBOL_GPL vmlinux 0xb89e69b1 jump_label_update_timeout +EXPORT_SYMBOL_GPL vmlinux 0xb8aa15ca __traceiter_block_bio_remap +EXPORT_SYMBOL_GPL vmlinux 0xb8abc992 mptcp_pm_get_add_addr_accept_max +EXPORT_SYMBOL_GPL vmlinux 0xb8b8a619 cpci_hp_register_bus +EXPORT_SYMBOL_GPL vmlinux 0xb8cd3a7f nf_logger_put +EXPORT_SYMBOL_GPL vmlinux 0xb8e55b02 sk_msg_alloc +EXPORT_SYMBOL_GPL vmlinux 0xb900c629 fwnode_get_next_parent +EXPORT_SYMBOL_GPL vmlinux 0xb911d0c8 dm_device_name +EXPORT_SYMBOL_GPL vmlinux 0xb912560d static_key_disable +EXPORT_SYMBOL_GPL vmlinux 0xb935104a tpm_try_get_ops +EXPORT_SYMBOL_GPL vmlinux 0xb93a6a2e zpci_write_block +EXPORT_SYMBOL_GPL vmlinux 0xb94d3455 iomap_read_folio +EXPORT_SYMBOL_GPL vmlinux 0xb94fa50e __traceiter_fdb_delete +EXPORT_SYMBOL_GPL vmlinux 0xb9681621 xdp_do_flush +EXPORT_SYMBOL_GPL vmlinux 0xb969da3a mmu_interval_notifier_remove +EXPORT_SYMBOL_GPL vmlinux 0xb97a6d82 vp_legacy_remove +EXPORT_SYMBOL_GPL vmlinux 0xb9852d11 __traceiter_mc_event +EXPORT_SYMBOL_GPL vmlinux 0xb987045e subsys_dev_iter_exit +EXPORT_SYMBOL_GPL vmlinux 0xb98e0516 sysfs_remove_link_from_group +EXPORT_SYMBOL_GPL vmlinux 0xb9c425de register_syscore_ops +EXPORT_SYMBOL_GPL vmlinux 0xb9d025c9 llist_del_first +EXPORT_SYMBOL_GPL vmlinux 0xb9fc275c devl_trap_policers_register +EXPORT_SYMBOL_GPL vmlinux 0xba11792f virtqueue_add_inbuf +EXPORT_SYMBOL_GPL vmlinux 0xba1d4975 gpiod_set_config +EXPORT_SYMBOL_GPL vmlinux 0xba2d2a07 exportfs_decode_fh +EXPORT_SYMBOL_GPL vmlinux 0xba34b4f6 __mmu_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0xba4cbbd6 kvm_vcpu_read_guest_atomic +EXPORT_SYMBOL_GPL vmlinux 0xba6b73f9 zpci_aif_sbv +EXPORT_SYMBOL_GPL vmlinux 0xba72dcf6 platform_driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0xba7b7124 create_signature +EXPORT_SYMBOL_GPL vmlinux 0xba8976dc crypto_alloc_rng +EXPORT_SYMBOL_GPL vmlinux 0xba96b348 phy_10gbit_fec_features +EXPORT_SYMBOL_GPL vmlinux 0xbad291f3 fib_rules_register +EXPORT_SYMBOL_GPL vmlinux 0xbad2b247 net_selftest +EXPORT_SYMBOL_GPL vmlinux 0xbade07a0 ima_file_check +EXPORT_SYMBOL_GPL vmlinux 0xbaf22757 kvfree_call_rcu +EXPORT_SYMBOL_GPL vmlinux 0xbaf42b64 sk_msg_clone +EXPORT_SYMBOL_GPL vmlinux 0xbaf6850c fsnotify_wait_marks_destroyed +EXPORT_SYMBOL_GPL vmlinux 0xbafb4be4 finish_rcuwait +EXPORT_SYMBOL_GPL vmlinux 0xbb028ad3 rcu_gp_slow_register +EXPORT_SYMBOL_GPL vmlinux 0xbb0a3dfa bsg_setup_queue +EXPORT_SYMBOL_GPL vmlinux 0xbb0ab25c fsverity_prepare_setattr +EXPORT_SYMBOL_GPL vmlinux 0xbb0ab47b debug_locks +EXPORT_SYMBOL_GPL vmlinux 0xbb1aca8f fib_nl_delrule +EXPORT_SYMBOL_GPL vmlinux 0xbb1ccabf fscrypt_file_open +EXPORT_SYMBOL_GPL vmlinux 0xbb1f14af devlink_traps_register +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 0xbb50c027 skb_splice_bits +EXPORT_SYMBOL_GPL vmlinux 0xbb5170c5 irq_get_percpu_devid_partition +EXPORT_SYMBOL_GPL vmlinux 0xbb6508da random_get_entropy_fallback +EXPORT_SYMBOL_GPL vmlinux 0xbb6a3cbd devlink_fmsg_arr_pair_nest_start +EXPORT_SYMBOL_GPL vmlinux 0xbb7195a5 xdp_warn +EXPORT_SYMBOL_GPL vmlinux 0xbb7b3f80 chp_ssd_get_mask +EXPORT_SYMBOL_GPL vmlinux 0xbb7e9690 gfn_to_hva_memslot +EXPORT_SYMBOL_GPL vmlinux 0xbbbcaf02 debugfs_lookup +EXPORT_SYMBOL_GPL vmlinux 0xbbc40a71 x509_decode_time +EXPORT_SYMBOL_GPL vmlinux 0xbbcca04a kvm_get_dirty_log +EXPORT_SYMBOL_GPL vmlinux 0xbbfc5612 clockevent_delta2ns +EXPORT_SYMBOL_GPL vmlinux 0xbc00ad69 auxiliary_device_init +EXPORT_SYMBOL_GPL vmlinux 0xbc04f0da srcu_batches_completed +EXPORT_SYMBOL_GPL vmlinux 0xbc2bced2 alloc_skb_for_msg +EXPORT_SYMBOL_GPL vmlinux 0xbc314156 nop_mnt_idmap +EXPORT_SYMBOL_GPL vmlinux 0xbc3b6465 cn_add_callback +EXPORT_SYMBOL_GPL vmlinux 0xbc3f2cb0 timecounter_cyc2time +EXPORT_SYMBOL_GPL vmlinux 0xbc3f965c phy_driver_is_genphy_10g +EXPORT_SYMBOL_GPL vmlinux 0xbc4c4bcc trace_seq_to_user +EXPORT_SYMBOL_GPL vmlinux 0xbc4d4bda __traceiter_sched_cpu_capacity_tp +EXPORT_SYMBOL_GPL vmlinux 0xbc512768 devlink_params_unregister +EXPORT_SYMBOL_GPL vmlinux 0xbc64ee06 iomap_bmap +EXPORT_SYMBOL_GPL vmlinux 0xbc6bec66 free_percpu_irq +EXPORT_SYMBOL_GPL vmlinux 0xbc78397c fsnotify +EXPORT_SYMBOL_GPL vmlinux 0xbc9530ec gpiod_get_value +EXPORT_SYMBOL_GPL vmlinux 0xbca4c9f5 kernfs_get +EXPORT_SYMBOL_GPL vmlinux 0xbcbe3339 devlink_set_features +EXPORT_SYMBOL_GPL vmlinux 0xbcc15e75 ktime_get_coarse_with_offset +EXPORT_SYMBOL_GPL vmlinux 0xbcd64734 sk_msg_return +EXPORT_SYMBOL_GPL vmlinux 0xbcdbef63 cookie_tcp_reqsk_alloc +EXPORT_SYMBOL_GPL vmlinux 0xbcdcb456 dw_pcie_upconfig_setup +EXPORT_SYMBOL_GPL vmlinux 0xbcdd5b99 iommu_group_set_name +EXPORT_SYMBOL_GPL vmlinux 0xbcf1f0e6 zs_create_pool +EXPORT_SYMBOL_GPL vmlinux 0xbd17ba96 fb_deferred_io_open +EXPORT_SYMBOL_GPL vmlinux 0xbd2d4af5 __traceiter_remove_device_from_group +EXPORT_SYMBOL_GPL vmlinux 0xbd3fe1e3 disable_hardirq +EXPORT_SYMBOL_GPL vmlinux 0xbd45394a __traceiter_pelt_dl_tp +EXPORT_SYMBOL_GPL vmlinux 0xbd5704ec __tracepoint_xdp_bulk_tx +EXPORT_SYMBOL_GPL vmlinux 0xbd5de4c0 serdev_device_set_flow_control +EXPORT_SYMBOL_GPL vmlinux 0xbd6d99ce bsg_job_done +EXPORT_SYMBOL_GPL vmlinux 0xbd7aaaee add_memory +EXPORT_SYMBOL_GPL vmlinux 0xbd7f7a31 devm_serdev_device_open +EXPORT_SYMBOL_GPL vmlinux 0xbd809f75 inode_sb_list_add +EXPORT_SYMBOL_GPL vmlinux 0xbd8f6d10 irq_domain_xlate_onecell +EXPORT_SYMBOL_GPL vmlinux 0xbda04a91 cond_synchronize_rcu_expedited +EXPORT_SYMBOL_GPL vmlinux 0xbdb72342 __tracepoint_devlink_hwmsg +EXPORT_SYMBOL_GPL vmlinux 0xbdda1b5f vmalloc_huge +EXPORT_SYMBOL_GPL vmlinux 0xbde48f33 disk_set_independent_access_ranges +EXPORT_SYMBOL_GPL vmlinux 0xbde67e1b pci_dev_trylock +EXPORT_SYMBOL_GPL vmlinux 0xbde8ef38 pci_epf_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0xbe01be48 blk_mq_complete_request_remote +EXPORT_SYMBOL_GPL vmlinux 0xbe212729 debugfs_create_u8 +EXPORT_SYMBOL_GPL vmlinux 0xbe322775 sysfs_groups_change_owner +EXPORT_SYMBOL_GPL vmlinux 0xbe381a75 xfrm_audit_state_add +EXPORT_SYMBOL_GPL vmlinux 0xbe687e88 wake_up_all_idle_cpus +EXPORT_SYMBOL_GPL vmlinux 0xbe859b79 debugfs_attr_write +EXPORT_SYMBOL_GPL vmlinux 0xbe967c64 ping_common_sendmsg +EXPORT_SYMBOL_GPL vmlinux 0xbe9a83d5 dw_pcie_write +EXPORT_SYMBOL_GPL vmlinux 0xbea5ff1e static_key_initialized +EXPORT_SYMBOL_GPL vmlinux 0xbebd1170 restore_online_page_callback +EXPORT_SYMBOL_GPL vmlinux 0xbec4e586 trace_array_destroy +EXPORT_SYMBOL_GPL vmlinux 0xbeea0b02 driver_deferred_probe_check_state +EXPORT_SYMBOL_GPL vmlinux 0xbf041102 register_vt_notifier +EXPORT_SYMBOL_GPL vmlinux 0xbf1285ec blkdev_report_zones +EXPORT_SYMBOL_GPL vmlinux 0xbf12bc10 debugfs_create_x8 +EXPORT_SYMBOL_GPL vmlinux 0xbf1d1df5 bsg_remove_queue +EXPORT_SYMBOL_GPL vmlinux 0xbf2e2e71 housekeeping_enabled +EXPORT_SYMBOL_GPL vmlinux 0xbf4513c3 devlink_linecard_activate +EXPORT_SYMBOL_GPL vmlinux 0xbf546581 bio_start_io_acct +EXPORT_SYMBOL_GPL vmlinux 0xbf660ba2 crypto_grab_spawn +EXPORT_SYMBOL_GPL vmlinux 0xbf91ca88 HUF_readStats +EXPORT_SYMBOL_GPL vmlinux 0xbfe5616d tick_broadcast_oneshot_control +EXPORT_SYMBOL_GPL vmlinux 0xc00383b7 pkcs7_validate_trust +EXPORT_SYMBOL_GPL vmlinux 0xc03c533c skcipher_register_instance +EXPORT_SYMBOL_GPL vmlinux 0xc045988c rhashtable_walk_next +EXPORT_SYMBOL_GPL vmlinux 0xc04cbac9 platform_device_put +EXPORT_SYMBOL_GPL vmlinux 0xc05ed2f1 udp_destruct_common +EXPORT_SYMBOL_GPL vmlinux 0xc06c3801 kvm_read_guest_page +EXPORT_SYMBOL_GPL vmlinux 0xc08170b2 fscrypt_limit_io_blocks +EXPORT_SYMBOL_GPL vmlinux 0xc090c376 net_selftest_get_strings +EXPORT_SYMBOL_GPL vmlinux 0xc0a19cee xdp_rxq_info_reg_mem_model +EXPORT_SYMBOL_GPL vmlinux 0xc0a96e14 rcu_gp_is_expedited +EXPORT_SYMBOL_GPL vmlinux 0xc0ac8cb9 xfrm_local_error +EXPORT_SYMBOL_GPL vmlinux 0xc0b092fd platform_get_irq_byname_optional +EXPORT_SYMBOL_GPL vmlinux 0xc0b0c450 bio_blkcg_css +EXPORT_SYMBOL_GPL vmlinux 0xc0b2664d devlink_dpipe_header_ipv4 +EXPORT_SYMBOL_GPL vmlinux 0xc0d585d2 md_start +EXPORT_SYMBOL_GPL vmlinux 0xc0e62d5d pci_find_ht_capability +EXPORT_SYMBOL_GPL vmlinux 0xc0f0458a ip_tunnel_unneed_metadata +EXPORT_SYMBOL_GPL vmlinux 0xc0f09f80 fscrypt_fname_encrypted_size +EXPORT_SYMBOL_GPL vmlinux 0xc1086e0c sysrq_toggle_support +EXPORT_SYMBOL_GPL vmlinux 0xc10cc053 __traceiter_neigh_timer_handler +EXPORT_SYMBOL_GPL vmlinux 0xc10fddb8 name_to_dev_t +EXPORT_SYMBOL_GPL vmlinux 0xc132c453 __wake_up_locked_sync_key +EXPORT_SYMBOL_GPL vmlinux 0xc136f37f gmap_unregister_pte_notifier +EXPORT_SYMBOL_GPL vmlinux 0xc1383452 int_active_memcg +EXPORT_SYMBOL_GPL vmlinux 0xc146ea72 modify_ftrace_direct_multi +EXPORT_SYMBOL_GPL vmlinux 0xc14f03b2 dm_start_time_ns_from_clone +EXPORT_SYMBOL_GPL vmlinux 0xc15eb076 dma_pci_p2pdma_supported +EXPORT_SYMBOL_GPL vmlinux 0xc165e639 account_locked_vm +EXPORT_SYMBOL_GPL vmlinux 0xc1a823c8 ip6_datagram_release_cb +EXPORT_SYMBOL_GPL vmlinux 0xc1b990aa sbitmap_finish_wait +EXPORT_SYMBOL_GPL vmlinux 0xc1d9bcc5 scsi_get_vpd_page +EXPORT_SYMBOL_GPL vmlinux 0xc1ddebba ftrace_set_filter +EXPORT_SYMBOL_GPL vmlinux 0xc1ea16bc irq_domain_get_irq_data +EXPORT_SYMBOL_GPL vmlinux 0xc1edf1ac freq_qos_add_notifier +EXPORT_SYMBOL_GPL vmlinux 0xc1fb8147 pci_iov_vf_id +EXPORT_SYMBOL_GPL vmlinux 0xc1fd0840 phy_10gbit_features +EXPORT_SYMBOL_GPL vmlinux 0xc22a3091 vm_unmap_aliases +EXPORT_SYMBOL_GPL vmlinux 0xc2486935 phy_check_downshift +EXPORT_SYMBOL_GPL vmlinux 0xc24e8e13 device_property_match_string +EXPORT_SYMBOL_GPL vmlinux 0xc25f6c48 __pci_epf_register_driver +EXPORT_SYMBOL_GPL vmlinux 0xc26b669c crypto_mod_put +EXPORT_SYMBOL_GPL vmlinux 0xc285421f class_compat_remove_link +EXPORT_SYMBOL_GPL vmlinux 0xc2a814db tcp_memory_pressure +EXPORT_SYMBOL_GPL vmlinux 0xc2b9773a __tracepoint_neigh_update_done +EXPORT_SYMBOL_GPL vmlinux 0xc2c1c427 perf_event_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0xc2d9dc77 __traceiter_br_fdb_external_learn_add +EXPORT_SYMBOL_GPL vmlinux 0xc2e3aecf fuse_simple_background +EXPORT_SYMBOL_GPL vmlinux 0xc2fbfc16 ioc_find_get_icq +EXPORT_SYMBOL_GPL vmlinux 0xc3003065 sysfs_remove_group +EXPORT_SYMBOL_GPL vmlinux 0xc30d9b7a sk_msg_free +EXPORT_SYMBOL_GPL vmlinux 0xc30e189b kvm_make_all_cpus_request +EXPORT_SYMBOL_GPL vmlinux 0xc30ffe30 vring_del_virtqueue +EXPORT_SYMBOL_GPL vmlinux 0xc341ae6d zs_map_object +EXPORT_SYMBOL_GPL vmlinux 0xc34f8d5a gmap_get +EXPORT_SYMBOL_GPL vmlinux 0xc3708747 trace_vprintk +EXPORT_SYMBOL_GPL vmlinux 0xc3805cd1 fs_ftype_to_dtype +EXPORT_SYMBOL_GPL vmlinux 0xc3bac904 devlink_port_type_eth_set +EXPORT_SYMBOL_GPL vmlinux 0xc3c4c6cc hash_algo_name +EXPORT_SYMBOL_GPL vmlinux 0xc3c75968 aead_register_instance +EXPORT_SYMBOL_GPL vmlinux 0xc3de65ff ring_buffer_bytes_cpu +EXPORT_SYMBOL_GPL vmlinux 0xc3ea5305 iommu_default_passthrough +EXPORT_SYMBOL_GPL vmlinux 0xc3f71fc4 kvm_read_guest_cached +EXPORT_SYMBOL_GPL vmlinux 0xc40b97ee fixed_phy_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc40ba8dc crypto_destroy_tfm +EXPORT_SYMBOL_GPL vmlinux 0xc4172595 tty_get_icount +EXPORT_SYMBOL_GPL vmlinux 0xc41a0c51 chsc_ssqd +EXPORT_SYMBOL_GPL vmlinux 0xc4221620 ip6_route_lookup +EXPORT_SYMBOL_GPL vmlinux 0xc426c51f klp_shadow_free_all +EXPORT_SYMBOL_GPL vmlinux 0xc435bc53 net_ns_get_ownership +EXPORT_SYMBOL_GPL vmlinux 0xc44992ee devlink_param_driverinit_value_get +EXPORT_SYMBOL_GPL vmlinux 0xc44b9c84 devl_resources_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc44d3805 fuse_dev_fiq_ops +EXPORT_SYMBOL_GPL vmlinux 0xc477cf91 blk_update_request +EXPORT_SYMBOL_GPL vmlinux 0xc47a90b9 bpf_fentry_test1 +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 0xc498bdc9 devlink_register +EXPORT_SYMBOL_GPL vmlinux 0xc4a31146 rdma_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0xc4a5093b gmap_map_segment +EXPORT_SYMBOL_GPL vmlinux 0xc4c11f1d pci_iov_virtfn_devfn +EXPORT_SYMBOL_GPL vmlinux 0xc4c9c75a synth_event_cmd_init +EXPORT_SYMBOL_GPL vmlinux 0xc4e6adf3 serdev_device_write_buf +EXPORT_SYMBOL_GPL vmlinux 0xc4eb8f5b fuse_mount_remove +EXPORT_SYMBOL_GPL vmlinux 0xc4f0da12 ktime_get_with_offset +EXPORT_SYMBOL_GPL vmlinux 0xc4f2ac8c gmap_mprotect_notify +EXPORT_SYMBOL_GPL vmlinux 0xc4fc46a6 virtio_max_dma_size +EXPORT_SYMBOL_GPL vmlinux 0xc5028c56 cgroup_path_ns +EXPORT_SYMBOL_GPL vmlinux 0xc5087c49 file_is_kvm +EXPORT_SYMBOL_GPL vmlinux 0xc50fdd92 gpiochip_relres_irq +EXPORT_SYMBOL_GPL vmlinux 0xc51b7a59 __auxiliary_device_add +EXPORT_SYMBOL_GPL vmlinux 0xc524af88 phy_package_leave +EXPORT_SYMBOL_GPL vmlinux 0xc526ec6e inet6_csk_xmit +EXPORT_SYMBOL_GPL vmlinux 0xc53ba24f atomic_notifier_chain_register +EXPORT_SYMBOL_GPL vmlinux 0xc53cd7e4 ima_measure_critical_data +EXPORT_SYMBOL_GPL vmlinux 0xc53f8718 devlink_region_create +EXPORT_SYMBOL_GPL vmlinux 0xc54b2e7f strp_stop +EXPORT_SYMBOL_GPL vmlinux 0xc54d4b39 bpf_map_put +EXPORT_SYMBOL_GPL vmlinux 0xc553e801 dma_max_mapping_size +EXPORT_SYMBOL_GPL vmlinux 0xc57411b1 debugfs_create_u64 +EXPORT_SYMBOL_GPL vmlinux 0xc575c737 debug_locks_off +EXPORT_SYMBOL_GPL vmlinux 0xc5a65fac gpiochip_unlock_as_irq +EXPORT_SYMBOL_GPL vmlinux 0xc5b81543 devm_fwnode_gpiod_get_index +EXPORT_SYMBOL_GPL vmlinux 0xc5df1188 swapcache_mapping +EXPORT_SYMBOL_GPL vmlinux 0xc5f19d41 device_get_named_child_node +EXPORT_SYMBOL_GPL vmlinux 0xc617f82c unregister_oom_notifier +EXPORT_SYMBOL_GPL vmlinux 0xc6510042 iommu_attach_group +EXPORT_SYMBOL_GPL vmlinux 0xc662ecda __tracepoint_br_fdb_external_learn_add +EXPORT_SYMBOL_GPL vmlinux 0xc66b77b1 iommu_group_set_iommudata +EXPORT_SYMBOL_GPL vmlinux 0xc6779093 ring_buffer_record_enable +EXPORT_SYMBOL_GPL vmlinux 0xc6817e51 crypto_register_rng +EXPORT_SYMBOL_GPL vmlinux 0xc69b7ee5 zs_destroy_pool +EXPORT_SYMBOL_GPL vmlinux 0xc69e155b gpio_to_desc +EXPORT_SYMBOL_GPL vmlinux 0xc6c88b41 iommu_dev_disable_feature +EXPORT_SYMBOL_GPL vmlinux 0xc6df9242 tty_port_register_device_attr +EXPORT_SYMBOL_GPL vmlinux 0xc6dfaa21 class_find_device +EXPORT_SYMBOL_GPL vmlinux 0xc6e34be8 class_dev_iter_init +EXPORT_SYMBOL_GPL vmlinux 0xc6f6d4c9 list_lru_count_node +EXPORT_SYMBOL_GPL vmlinux 0xc6f7a6e2 serdev_device_write_flush +EXPORT_SYMBOL_GPL vmlinux 0xc7029c98 ip6_sk_redirect +EXPORT_SYMBOL_GPL vmlinux 0xc70c36f3 fwnode_property_read_string_array +EXPORT_SYMBOL_GPL vmlinux 0xc7209f90 pci_epc_init_notify +EXPORT_SYMBOL_GPL vmlinux 0xc7224d2f devl_sb_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc732c7a9 pcie_port_find_device +EXPORT_SYMBOL_GPL vmlinux 0xc743a22a public_key_subtype +EXPORT_SYMBOL_GPL vmlinux 0xc755c93f trace_handle_return +EXPORT_SYMBOL_GPL vmlinux 0xc75d36f9 fwnode_graph_get_endpoint_count +EXPORT_SYMBOL_GPL vmlinux 0xc76ad84f device_property_read_u16_array +EXPORT_SYMBOL_GPL vmlinux 0xc76cc07c rtnl_link_register +EXPORT_SYMBOL_GPL vmlinux 0xc78dfefd __irq_apply_affinity_hint +EXPORT_SYMBOL_GPL vmlinux 0xc7a1840e llist_add_batch +EXPORT_SYMBOL_GPL vmlinux 0xc7a72c1e balloon_page_list_dequeue +EXPORT_SYMBOL_GPL vmlinux 0xc7d65bd3 unwind_get_return_address +EXPORT_SYMBOL_GPL vmlinux 0xc7e64fc2 asn1_encode_integer +EXPORT_SYMBOL_GPL vmlinux 0xc7ef4883 fat_free_clusters +EXPORT_SYMBOL_GPL vmlinux 0xc7fa4aa9 kobj_ns_drop +EXPORT_SYMBOL_GPL vmlinux 0xc80acfca chsc_sadc +EXPORT_SYMBOL_GPL vmlinux 0xc80f8e4a devlink_resource_occ_get_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc8200c8b devm_kstrdup_const +EXPORT_SYMBOL_GPL vmlinux 0xc824f9d8 __i2c_board_lock +EXPORT_SYMBOL_GPL vmlinux 0xc82c721f klist_remove +EXPORT_SYMBOL_GPL vmlinux 0xc83b6bb6 nfs_ssc_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc8448a1d blk_revalidate_disk_zones +EXPORT_SYMBOL_GPL vmlinux 0xc849bc9c class_create_file_ns +EXPORT_SYMBOL_GPL vmlinux 0xc87048d5 inet_twsk_put +EXPORT_SYMBOL_GPL vmlinux 0xc87abd7c gpiod_count +EXPORT_SYMBOL_GPL vmlinux 0xc87fe0c5 ccw_device_get_util_str +EXPORT_SYMBOL_GPL vmlinux 0xc8af4a52 io_uring_cmd_import_fixed +EXPORT_SYMBOL_GPL vmlinux 0xc8bc96a6 init_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0xc8c020e0 vcpu_put +EXPORT_SYMBOL_GPL vmlinux 0xc8dc36fc bus_rescan_devices +EXPORT_SYMBOL_GPL vmlinux 0xc8ddd5b5 kstrdup_quotable +EXPORT_SYMBOL_GPL vmlinux 0xc8e3db70 synchronize_srcu_expedited +EXPORT_SYMBOL_GPL vmlinux 0xc8f910ac unregister_asymmetric_key_parser +EXPORT_SYMBOL_GPL vmlinux 0xc91fdf58 percpu_ref_is_zero +EXPORT_SYMBOL_GPL vmlinux 0xc92c697e sysfs_create_files +EXPORT_SYMBOL_GPL vmlinux 0xc935487f trace_array_get_by_name +EXPORT_SYMBOL_GPL vmlinux 0xc94f178c tun_get_tx_ring +EXPORT_SYMBOL_GPL vmlinux 0xc9561772 fb_destroy_modelist +EXPORT_SYMBOL_GPL vmlinux 0xc9666a62 irq_domain_alloc_irqs_parent +EXPORT_SYMBOL_GPL vmlinux 0xc96cfaf6 __traceiter_sched_update_nr_running_tp +EXPORT_SYMBOL_GPL vmlinux 0xc96ebc1c devlink_port_attrs_set +EXPORT_SYMBOL_GPL vmlinux 0xc9827693 __bpf_call_base +EXPORT_SYMBOL_GPL vmlinux 0xc9838312 subsys_interface_register +EXPORT_SYMBOL_GPL vmlinux 0xc9936a98 __traceiter_detach_device_from_domain +EXPORT_SYMBOL_GPL vmlinux 0xc9c5a7a2 genphy_c45_check_and_restart_aneg +EXPORT_SYMBOL_GPL vmlinux 0xc9c60287 mmput_async +EXPORT_SYMBOL_GPL vmlinux 0xc9c77806 inet_twsk_purge +EXPORT_SYMBOL_GPL vmlinux 0xc9d68ec7 fib_rules_dump +EXPORT_SYMBOL_GPL vmlinux 0xc9ec4e21 free_percpu +EXPORT_SYMBOL_GPL vmlinux 0xc9f3cd85 iomap_seek_data +EXPORT_SYMBOL_GPL vmlinux 0xca18988e virtio_break_device +EXPORT_SYMBOL_GPL vmlinux 0xca454a34 vt_get_leds +EXPORT_SYMBOL_GPL vmlinux 0xca541308 trusted_tpm_send +EXPORT_SYMBOL_GPL vmlinux 0xca62f76d fat_attach +EXPORT_SYMBOL_GPL vmlinux 0xca68bde9 irq_chip_set_affinity_parent +EXPORT_SYMBOL_GPL vmlinux 0xca7d8764 kthread_freezable_should_stop +EXPORT_SYMBOL_GPL vmlinux 0xca9a1d5e ring_buffer_free +EXPORT_SYMBOL_GPL vmlinux 0xca9f33e4 udp_cmsg_send +EXPORT_SYMBOL_GPL vmlinux 0xcaa13d53 pid_vnr +EXPORT_SYMBOL_GPL vmlinux 0xcaae2275 kvm_io_bus_write +EXPORT_SYMBOL_GPL vmlinux 0xcac619e4 sk_clear_memalloc +EXPORT_SYMBOL_GPL vmlinux 0xcad29180 pci_epc_get_next_free_bar +EXPORT_SYMBOL_GPL vmlinux 0xcb24f041 devl_traps_register +EXPORT_SYMBOL_GPL vmlinux 0xcb28e840 bus_register +EXPORT_SYMBOL_GPL vmlinux 0xcb2a0e03 bpf_prog_select_runtime +EXPORT_SYMBOL_GPL vmlinux 0xcb37df98 dma_resv_test_signaled +EXPORT_SYMBOL_GPL vmlinux 0xcb54703a crypto_spawn_tfm +EXPORT_SYMBOL_GPL vmlinux 0xcb561441 mem_dump_obj +EXPORT_SYMBOL_GPL vmlinux 0xcb567be1 irq_create_fwspec_mapping +EXPORT_SYMBOL_GPL vmlinux 0xcb9b9c8f ftrace_set_filter_ip +EXPORT_SYMBOL_GPL vmlinux 0xcb9e02aa iommu_iova_to_phys +EXPORT_SYMBOL_GPL vmlinux 0xcba386f6 __dev_change_net_namespace +EXPORT_SYMBOL_GPL vmlinux 0xcbde4be4 irq_domain_xlate_twocell +EXPORT_SYMBOL_GPL vmlinux 0xcbdfd542 __kernel_write +EXPORT_SYMBOL_GPL vmlinux 0xcbdfe2c6 housekeeping_affine +EXPORT_SYMBOL_GPL vmlinux 0xcbe56bc2 zs_get_total_pages +EXPORT_SYMBOL_GPL vmlinux 0xcc29e05e irq_set_affinity +EXPORT_SYMBOL_GPL vmlinux 0xcc2dbfd8 irq_domain_check_msi_remap +EXPORT_SYMBOL_GPL vmlinux 0xcc3f54e5 net_rwsem +EXPORT_SYMBOL_GPL vmlinux 0xcc54a9cb skcipher_walk_async +EXPORT_SYMBOL_GPL vmlinux 0xcc5ad72d kvm_init +EXPORT_SYMBOL_GPL vmlinux 0xcc6bf91f pci_intx +EXPORT_SYMBOL_GPL vmlinux 0xcc70b822 ncsi_stop_dev +EXPORT_SYMBOL_GPL vmlinux 0xcc795932 devlink_region_snapshot_id_put +EXPORT_SYMBOL_GPL vmlinux 0xcc935375 walk_iomem_res_desc +EXPORT_SYMBOL_GPL vmlinux 0xcc9df0b7 transport_class_register +EXPORT_SYMBOL_GPL vmlinux 0xcca3cb54 blk_crypto_evict_key +EXPORT_SYMBOL_GPL vmlinux 0xcca89c26 kobject_init_and_add +EXPORT_SYMBOL_GPL vmlinux 0xccb8aef5 gpiod_get_index_optional +EXPORT_SYMBOL_GPL vmlinux 0xccbb6cce s390_reset_cmma +EXPORT_SYMBOL_GPL vmlinux 0xccc5d09a vfs_inode_has_locks +EXPORT_SYMBOL_GPL vmlinux 0xccf52bc9 sfp_upstream_start +EXPORT_SYMBOL_GPL vmlinux 0xcd05bf4e bsg_register_queue +EXPORT_SYMBOL_GPL vmlinux 0xcd210fa2 subsys_dev_iter_next +EXPORT_SYMBOL_GPL vmlinux 0xcd24e146 hash_digest_size +EXPORT_SYMBOL_GPL vmlinux 0xcd4cab4c genphy_c45_pma_baset1_setup_master_slave +EXPORT_SYMBOL_GPL vmlinux 0xcd4fe6bb device_link_add +EXPORT_SYMBOL_GPL vmlinux 0xcd6f2dc9 nf_log_buf_add +EXPORT_SYMBOL_GPL vmlinux 0xcd8b4bd2 espintcp_queue_out +EXPORT_SYMBOL_GPL vmlinux 0xcd8e5b6f bd_unlink_disk_holder +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 0xcda21020 devm_create_dev_dax +EXPORT_SYMBOL_GPL vmlinux 0xcdb6adcc ras_userspace_consumers +EXPORT_SYMBOL_GPL vmlinux 0xcdbb0b6b fwnode_get_next_child_node +EXPORT_SYMBOL_GPL vmlinux 0xcdbe89be synth_event_add_field_str +EXPORT_SYMBOL_GPL vmlinux 0xcdca3691 nr_irqs +EXPORT_SYMBOL_GPL vmlinux 0xce34942e phy_modify +EXPORT_SYMBOL_GPL vmlinux 0xce47dfaa clone_private_mount +EXPORT_SYMBOL_GPL vmlinux 0xce611dc2 dm_post_suspending +EXPORT_SYMBOL_GPL vmlinux 0xce6db656 rcu_is_watching +EXPORT_SYMBOL_GPL vmlinux 0xce8846b2 nexthop_for_each_fib6_nh +EXPORT_SYMBOL_GPL vmlinux 0xcea41753 __hrtimer_get_remaining +EXPORT_SYMBOL_GPL vmlinux 0xceaa2284 __kvm_set_memory_region +EXPORT_SYMBOL_GPL vmlinux 0xcec14001 tcp_set_keepalive +EXPORT_SYMBOL_GPL vmlinux 0xcec61370 tcp_slow_start +EXPORT_SYMBOL_GPL vmlinux 0xcececc84 event_triggers_call +EXPORT_SYMBOL_GPL vmlinux 0xced43256 vp_legacy_set_status +EXPORT_SYMBOL_GPL vmlinux 0xcedea32f pci_dev_lock +EXPORT_SYMBOL_GPL vmlinux 0xcee5b4e3 FSE_readNCount +EXPORT_SYMBOL_GPL vmlinux 0xcf002edf devlink_port_region_create +EXPORT_SYMBOL_GPL vmlinux 0xcf0afbfb copy_to_user_nofault +EXPORT_SYMBOL_GPL vmlinux 0xcf1505a6 securityfs_remove +EXPORT_SYMBOL_GPL vmlinux 0xcf28f55e trace_clock_global +EXPORT_SYMBOL_GPL vmlinux 0xcf3192e0 PageHeadHuge +EXPORT_SYMBOL_GPL vmlinux 0xcf4b1427 unregister_kretprobe +EXPORT_SYMBOL_GPL vmlinux 0xcf53fb25 tcp_plb_check_rehash +EXPORT_SYMBOL_GPL vmlinux 0xcf637ab4 lwtunnel_cmp_encap +EXPORT_SYMBOL_GPL vmlinux 0xcf83fc35 mnt_drop_write +EXPORT_SYMBOL_GPL vmlinux 0xcf963497 pci_find_next_ht_capability +EXPORT_SYMBOL_GPL vmlinux 0xcfaeadaf klist_add_head +EXPORT_SYMBOL_GPL vmlinux 0xcfbad1d6 devlink_trap_groups_register +EXPORT_SYMBOL_GPL vmlinux 0xcfc5108a devlink_fmsg_u8_pair_put +EXPORT_SYMBOL_GPL vmlinux 0xcfc7b4e4 rcu_barrier_tasks_trace +EXPORT_SYMBOL_GPL vmlinux 0xcfc835b7 tty_kclose +EXPORT_SYMBOL_GPL vmlinux 0xcfd1e061 nl_table +EXPORT_SYMBOL_GPL vmlinux 0xcff0d4ae crypto_unregister_scomp +EXPORT_SYMBOL_GPL vmlinux 0xcff3af13 unix_outq_len +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 0xd06524ba raw_notifier_chain_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd067d3c5 system_freezable_power_efficient_wq +EXPORT_SYMBOL_GPL vmlinux 0xd06a82b6 pci_check_and_mask_intx +EXPORT_SYMBOL_GPL vmlinux 0xd0b7b5a3 raw_v6_match +EXPORT_SYMBOL_GPL vmlinux 0xd0c05159 emergency_restart +EXPORT_SYMBOL_GPL vmlinux 0xd0ca86a8 tty_buffer_lock_exclusive +EXPORT_SYMBOL_GPL vmlinux 0xd0cb3ff4 look_up_OID +EXPORT_SYMBOL_GPL vmlinux 0xd0d114d0 l3mdev_table_lookup_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd0db0f12 run_dax +EXPORT_SYMBOL_GPL vmlinux 0xd0e904a2 bpf_offload_dev_netdev_register +EXPORT_SYMBOL_GPL vmlinux 0xd0f76156 rtnl_register_module +EXPORT_SYMBOL_GPL vmlinux 0xd1127626 strp_done +EXPORT_SYMBOL_GPL vmlinux 0xd1481de7 mpi_clear +EXPORT_SYMBOL_GPL vmlinux 0xd14f35a4 mmu_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd159586c net_prio_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0xd16a8cef __tracepoint_add_device_to_group +EXPORT_SYMBOL_GPL vmlinux 0xd193f26b tpm_get_random +EXPORT_SYMBOL_GPL vmlinux 0xd1959b5d iomap_is_partially_uptodate +EXPORT_SYMBOL_GPL vmlinux 0xd19a8ac2 alloc_page_buffers +EXPORT_SYMBOL_GPL vmlinux 0xd19cb791 fscrypt_mergeable_bio_bh +EXPORT_SYMBOL_GPL vmlinux 0xd1a9ca15 __SCK__tp_func_neigh_update +EXPORT_SYMBOL_GPL vmlinux 0xd1cac7bf unregister_ftrace_direct +EXPORT_SYMBOL_GPL vmlinux 0xd1cbc23c add_timer_on +EXPORT_SYMBOL_GPL vmlinux 0xd1d68b59 inet_ehash_nolisten +EXPORT_SYMBOL_GPL vmlinux 0xd1f2eee2 nf_logger_find_get +EXPORT_SYMBOL_GPL vmlinux 0xd1ff0302 crypto_alloc_acomp_node +EXPORT_SYMBOL_GPL vmlinux 0xd217e9e6 trace_set_clr_event +EXPORT_SYMBOL_GPL vmlinux 0xd21ae17f pci_remove_root_bus +EXPORT_SYMBOL_GPL vmlinux 0xd21b61bd async_schedule_node_domain +EXPORT_SYMBOL_GPL vmlinux 0xd21deda8 init_dummy_netdev +EXPORT_SYMBOL_GPL vmlinux 0xd21f1d35 __SCK__tp_func_tcp_send_reset +EXPORT_SYMBOL_GPL vmlinux 0xd260af0d ring_buffer_write +EXPORT_SYMBOL_GPL vmlinux 0xd273b1b1 __round_jiffies_up_relative +EXPORT_SYMBOL_GPL vmlinux 0xd2779582 sk_msg_memcopy_from_iter +EXPORT_SYMBOL_GPL vmlinux 0xd29c1f10 __traceiter_error_report_end +EXPORT_SYMBOL_GPL vmlinux 0xd2b07ee6 crypto_register_rngs +EXPORT_SYMBOL_GPL vmlinux 0xd2bb40f3 scsi_eh_ready_devs +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 0xd31c16b9 pci_add_dynid +EXPORT_SYMBOL_GPL vmlinux 0xd3243ae8 mpi_read_raw_data +EXPORT_SYMBOL_GPL vmlinux 0xd328a0cb scsi_target_unblock +EXPORT_SYMBOL_GPL vmlinux 0xd3399549 n_tty_inherit_ops +EXPORT_SYMBOL_GPL vmlinux 0xd33e760f irq_chip_set_parent_state +EXPORT_SYMBOL_GPL vmlinux 0xd35fa45c is_swiotlb_active +EXPORT_SYMBOL_GPL vmlinux 0xd36cd772 irq_domain_add_legacy +EXPORT_SYMBOL_GPL vmlinux 0xd397efeb crypto_stats_get +EXPORT_SYMBOL_GPL vmlinux 0xd39e9848 put_itimerspec64 +EXPORT_SYMBOL_GPL vmlinux 0xd3a5103c genphy_c45_loopback +EXPORT_SYMBOL_GPL vmlinux 0xd3bef9ec fwnode_graph_get_next_endpoint +EXPORT_SYMBOL_GPL vmlinux 0xd3e0c103 call_switchdev_notifiers +EXPORT_SYMBOL_GPL vmlinux 0xd3e3573e posix_acl_default_xattr_handler +EXPORT_SYMBOL_GPL vmlinux 0xd3e56ef5 pci_platform_power_transition +EXPORT_SYMBOL_GPL vmlinux 0xd3eaf1ed devlink_dpipe_entry_clear +EXPORT_SYMBOL_GPL vmlinux 0xd3edbc8b ftrace_ops_set_global_filter +EXPORT_SYMBOL_GPL vmlinux 0xd3f067d7 ftrace_free_filter +EXPORT_SYMBOL_GPL vmlinux 0xd3f0cd42 misc_cg_res_total_usage +EXPORT_SYMBOL_GPL vmlinux 0xd3f9d625 s390_replace_asce +EXPORT_SYMBOL_GPL vmlinux 0xd4034828 system_freezable_wq +EXPORT_SYMBOL_GPL vmlinux 0xd41fefb7 ipv6_recv_error +EXPORT_SYMBOL_GPL vmlinux 0xd42124ef crypto_register_skciphers +EXPORT_SYMBOL_GPL vmlinux 0xd42bd45f pci_epc_write_header +EXPORT_SYMBOL_GPL vmlinux 0xd42f1d4e show_rcu_tasks_rude_gp_kthread +EXPORT_SYMBOL_GPL vmlinux 0xd43a88eb cpci_hp_unregister_bus +EXPORT_SYMBOL_GPL vmlinux 0xd43cb95f vp_legacy_get_driver_features +EXPORT_SYMBOL_GPL vmlinux 0xd450fcf7 tcp_cong_avoid_ai +EXPORT_SYMBOL_GPL vmlinux 0xd461dbb9 device_store_bool +EXPORT_SYMBOL_GPL vmlinux 0xd490c840 devlink_health_reporter_create +EXPORT_SYMBOL_GPL vmlinux 0xd4935851 __SCK__tp_func_suspend_resume +EXPORT_SYMBOL_GPL vmlinux 0xd4aaa969 sock_gen_put +EXPORT_SYMBOL_GPL vmlinux 0xd4b6157e devlink_health_reporter_recovery_done +EXPORT_SYMBOL_GPL vmlinux 0xd4bf483c inet_peer_base_init +EXPORT_SYMBOL_GPL vmlinux 0xd4c14632 system_unbound_wq +EXPORT_SYMBOL_GPL vmlinux 0xd4cbdbe3 __SCK__tp_func_devlink_trap_report +EXPORT_SYMBOL_GPL vmlinux 0xd4dddd7e vfs_kern_mount +EXPORT_SYMBOL_GPL vmlinux 0xd4fed0a0 devm_init_badblocks +EXPORT_SYMBOL_GPL vmlinux 0xd511b9d6 pci_bus_resource_n +EXPORT_SYMBOL_GPL vmlinux 0xd54e573d sysfs_file_change_owner +EXPORT_SYMBOL_GPL vmlinux 0xd5509157 sock_diag_register_inet_compat +EXPORT_SYMBOL_GPL vmlinux 0xd55ad93b iommu_group_get_iommudata +EXPORT_SYMBOL_GPL vmlinux 0xd56de362 blkcg_deactivate_policy +EXPORT_SYMBOL_GPL vmlinux 0xd5720ae3 tcp_plb_update_state_upon_rto +EXPORT_SYMBOL_GPL vmlinux 0xd5734b13 bpf_offload_dev_netdev_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd59a1587 linkmode_resolve_pause +EXPORT_SYMBOL_GPL vmlinux 0xd5b41bf3 unregister_ftrace_function +EXPORT_SYMBOL_GPL vmlinux 0xd5b448eb transport_destroy_device +EXPORT_SYMBOL_GPL vmlinux 0xd5be4b47 proc_dou8vec_minmax +EXPORT_SYMBOL_GPL vmlinux 0xd5d81a15 iommu_device_claim_dma_owner +EXPORT_SYMBOL_GPL vmlinux 0xd61246fe class_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd619d56e compat_only_sysfs_link_entry_to_kobj +EXPORT_SYMBOL_GPL vmlinux 0xd6402b0e find_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0xd642d9d5 inet_csk_listen_start +EXPORT_SYMBOL_GPL vmlinux 0xd6482672 l3mdev_table_lookup_register +EXPORT_SYMBOL_GPL vmlinux 0xd64ed259 __memcat_p +EXPORT_SYMBOL_GPL vmlinux 0xd64f74d2 fscrypt_fname_encrypt +EXPORT_SYMBOL_GPL vmlinux 0xd653b126 sched_clock +EXPORT_SYMBOL_GPL vmlinux 0xd67364f7 eventfd_ctx_fdget +EXPORT_SYMBOL_GPL vmlinux 0xd67380d9 fwnode_property_read_u16_array +EXPORT_SYMBOL_GPL vmlinux 0xd6b0086c dm_accept_partial_bio +EXPORT_SYMBOL_GPL vmlinux 0xd6b5ec22 pci_debug_err_id +EXPORT_SYMBOL_GPL vmlinux 0xd6b9f0cc sysfs_change_owner +EXPORT_SYMBOL_GPL vmlinux 0xd6dd5745 dm_put +EXPORT_SYMBOL_GPL vmlinux 0xd6fe1b6f key_type_asymmetric +EXPORT_SYMBOL_GPL vmlinux 0xd710ac64 sk_attach_filter +EXPORT_SYMBOL_GPL vmlinux 0xd7293ffc percpu_ref_reinit +EXPORT_SYMBOL_GPL vmlinux 0xd72a4915 register_net_sysctl +EXPORT_SYMBOL_GPL vmlinux 0xd751893b dst_cache_get_ip6 +EXPORT_SYMBOL_GPL vmlinux 0xd76865e8 devlink_port_fini +EXPORT_SYMBOL_GPL vmlinux 0xd77044f0 pci_generic_config_read +EXPORT_SYMBOL_GPL vmlinux 0xd774957d mpi_write_to_sgl +EXPORT_SYMBOL_GPL vmlinux 0xd77c7796 debugfs_real_fops +EXPORT_SYMBOL_GPL vmlinux 0xd7a86ea4 tcp_twsk_purge +EXPORT_SYMBOL_GPL vmlinux 0xd7ac98cd bio_clone_blkg_association +EXPORT_SYMBOL_GPL vmlinux 0xd7b58a08 __traceiter_fib6_table_lookup +EXPORT_SYMBOL_GPL vmlinux 0xd7bd514e anon_transport_class_register +EXPORT_SYMBOL_GPL vmlinux 0xd7bf3090 irq_domain_associate_many +EXPORT_SYMBOL_GPL vmlinux 0xd7d7f2a7 devlink_port_health_reporter_destroy +EXPORT_SYMBOL_GPL vmlinux 0xd7d8fda3 kthread_func +EXPORT_SYMBOL_GPL vmlinux 0xd7dc7515 crc64_rocksoft +EXPORT_SYMBOL_GPL vmlinux 0xd7e5649b skb_complete_wifi_ack +EXPORT_SYMBOL_GPL vmlinux 0xd81a2e59 gmap_unmap_segment +EXPORT_SYMBOL_GPL vmlinux 0xd826825a gpiochip_generic_request +EXPORT_SYMBOL_GPL vmlinux 0xd836597c skb_zerocopy_iter_stream +EXPORT_SYMBOL_GPL vmlinux 0xd841da58 ftrace_set_notrace +EXPORT_SYMBOL_GPL vmlinux 0xd8495f92 kvm_vcpu_wake_up +EXPORT_SYMBOL_GPL vmlinux 0xd84d35bd dax_read_lock +EXPORT_SYMBOL_GPL vmlinux 0xd858df6f scsi_queue_work +EXPORT_SYMBOL_GPL vmlinux 0xd85984d0 debugfs_create_symlink +EXPORT_SYMBOL_GPL vmlinux 0xd85f7bb2 ZSTD_isError +EXPORT_SYMBOL_GPL vmlinux 0xd86955dc devres_open_group +EXPORT_SYMBOL_GPL vmlinux 0xd87fb8fd input_ff_event +EXPORT_SYMBOL_GPL vmlinux 0xd88cc666 disable_cmf +EXPORT_SYMBOL_GPL vmlinux 0xd8bd1f6e blk_queue_flag_test_and_set +EXPORT_SYMBOL_GPL vmlinux 0xd8e1742c vp_modern_probe +EXPORT_SYMBOL_GPL vmlinux 0xd8fbb14d net_cls_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0xd901cb58 gpiochip_irq_map +EXPORT_SYMBOL_GPL vmlinux 0xd9025846 sock_diag_check_cookie +EXPORT_SYMBOL_GPL vmlinux 0xd9068c67 debugfs_create_regset32 +EXPORT_SYMBOL_GPL vmlinux 0xd91ae6fb devl_port_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd91dbd1f xdp_alloc_skb_bulk +EXPORT_SYMBOL_GPL vmlinux 0xd92ef192 security_kernel_post_load_data +EXPORT_SYMBOL_GPL vmlinux 0xd93412d1 fat_search_long +EXPORT_SYMBOL_GPL vmlinux 0xd9430329 tty_port_install +EXPORT_SYMBOL_GPL vmlinux 0xd947b1c6 pci_epc_set_msix +EXPORT_SYMBOL_GPL vmlinux 0xd959edd4 filemap_add_folio +EXPORT_SYMBOL_GPL vmlinux 0xd95b0bb7 gpiod_get +EXPORT_SYMBOL_GPL vmlinux 0xd9613566 shash_register_instance +EXPORT_SYMBOL_GPL vmlinux 0xd96babb4 interval_tree_iter_next +EXPORT_SYMBOL_GPL vmlinux 0xd96c26a5 scsi_target_block +EXPORT_SYMBOL_GPL vmlinux 0xd99d998d serdev_device_get_tiocm +EXPORT_SYMBOL_GPL vmlinux 0xd99ea9a5 irq_domain_create_hierarchy +EXPORT_SYMBOL_GPL vmlinux 0xd99fb909 __trace_array_puts +EXPORT_SYMBOL_GPL vmlinux 0xd9b5fea1 vring_transport_features +EXPORT_SYMBOL_GPL vmlinux 0xd9b8cfda alarm_restart +EXPORT_SYMBOL_GPL vmlinux 0xd9d0a2af devlink_flash_update_timeout_notify +EXPORT_SYMBOL_GPL vmlinux 0xd9d9ff73 pci_ioremap_wc_bar +EXPORT_SYMBOL_GPL vmlinux 0xd9e24457 ring_buffer_peek +EXPORT_SYMBOL_GPL vmlinux 0xd9ea21ed fb_deferred_io_cleanup +EXPORT_SYMBOL_GPL vmlinux 0xda0947de kmsg_dump_unregister +EXPORT_SYMBOL_GPL vmlinux 0xda264e6e tcp_twsk_unique +EXPORT_SYMBOL_GPL vmlinux 0xda320d31 sfp_module_start +EXPORT_SYMBOL_GPL vmlinux 0xda3945ac __traceiter_sched_util_est_se_tp +EXPORT_SYMBOL_GPL vmlinux 0xda3bb1a8 security_kernel_read_file +EXPORT_SYMBOL_GPL vmlinux 0xda3f3e8a isc_register +EXPORT_SYMBOL_GPL vmlinux 0xda4db2f0 devm_gpiod_get_index_optional +EXPORT_SYMBOL_GPL vmlinux 0xda61ea73 do_take_over_console +EXPORT_SYMBOL_GPL vmlinux 0xda71dafa ext_pi_type1_crc64 +EXPORT_SYMBOL_GPL vmlinux 0xda795a61 device_create_managed_software_node +EXPORT_SYMBOL_GPL vmlinux 0xdab5a1eb interval_tree_insert +EXPORT_SYMBOL_GPL vmlinux 0xdacf94b1 bpf_preload_ops +EXPORT_SYMBOL_GPL vmlinux 0xdad90c89 ftrace_set_filter_ips +EXPORT_SYMBOL_GPL vmlinux 0xdadbf33f platform_bus +EXPORT_SYMBOL_GPL vmlinux 0xdaf4dfb3 fb_mode_option +EXPORT_SYMBOL_GPL vmlinux 0xdaf67bde blk_mq_alloc_request_hctx +EXPORT_SYMBOL_GPL vmlinux 0xdb0ecdc3 devl_resource_occ_get_register +EXPORT_SYMBOL_GPL vmlinux 0xdb1fba85 fwnode_graph_get_port_parent +EXPORT_SYMBOL_GPL vmlinux 0xdb2d773b fuse_fill_super_common +EXPORT_SYMBOL_GPL vmlinux 0xdb31d5fe irq_domain_create_legacy +EXPORT_SYMBOL_GPL vmlinux 0xdb33eeba vp_modern_config_vector +EXPORT_SYMBOL_GPL vmlinux 0xdb37c66e devlink_port_unregister +EXPORT_SYMBOL_GPL vmlinux 0xdb40afa9 gpiochip_free_own_desc +EXPORT_SYMBOL_GPL vmlinux 0xdb603c2e bpf_trace_run7 +EXPORT_SYMBOL_GPL vmlinux 0xdb754c99 devlink_port_attrs_pci_pf_set +EXPORT_SYMBOL_GPL vmlinux 0xdb8a1b3f usermodehelper_read_trylock +EXPORT_SYMBOL_GPL vmlinux 0xdb8d2b62 inet_csk_route_req +EXPORT_SYMBOL_GPL vmlinux 0xdb9fe835 devl_rate_node_create +EXPORT_SYMBOL_GPL vmlinux 0xdbafa5ce dma_mmap_noncontiguous +EXPORT_SYMBOL_GPL vmlinux 0xdbb1c599 iommu_register_device_fault_handler +EXPORT_SYMBOL_GPL vmlinux 0xdbb2e207 blk_mq_end_request_batch +EXPORT_SYMBOL_GPL vmlinux 0xdbba8eb2 kernel_read_file_from_fd +EXPORT_SYMBOL_GPL vmlinux 0xdbc78f3e fsverity_cleanup_inode +EXPORT_SYMBOL_GPL vmlinux 0xdbdb0e8b request_any_context_irq +EXPORT_SYMBOL_GPL vmlinux 0xdbe1f5ca vp_legacy_set_features +EXPORT_SYMBOL_GPL vmlinux 0xdbe8d8a0 __SCK__tp_func_cpu_frequency +EXPORT_SYMBOL_GPL vmlinux 0xdbec87f3 pci_user_read_config_byte +EXPORT_SYMBOL_GPL vmlinux 0xdbeeece6 tracepoint_probe_unregister +EXPORT_SYMBOL_GPL vmlinux 0xdbf7cb70 mpi_get_nbits +EXPORT_SYMBOL_GPL vmlinux 0xdbfa2500 devl_trylock +EXPORT_SYMBOL_GPL vmlinux 0xdbff8492 tcp_register_congestion_control +EXPORT_SYMBOL_GPL vmlinux 0xdc0624ef dma_vmap_noncontiguous +EXPORT_SYMBOL_GPL vmlinux 0xdc43bdc6 pci_vpd_find_ro_info_keyword +EXPORT_SYMBOL_GPL vmlinux 0xdc4e2193 pci_epf_alloc_space +EXPORT_SYMBOL_GPL vmlinux 0xdc69193b synth_event_add_fields +EXPORT_SYMBOL_GPL vmlinux 0xdc825b3e pcie_aspm_capable +EXPORT_SYMBOL_GPL vmlinux 0xdc841b74 misc_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0xdc925058 devres_find +EXPORT_SYMBOL_GPL vmlinux 0xdc9fa232 raw_notifier_chain_register +EXPORT_SYMBOL_GPL vmlinux 0xdcd41bb3 vp_modern_set_queue_size +EXPORT_SYMBOL_GPL vmlinux 0xdcd79111 ip6_local_out +EXPORT_SYMBOL_GPL vmlinux 0xdce40c74 pci_rescan_bus +EXPORT_SYMBOL_GPL vmlinux 0xdce4d1a0 crypto_skcipher_decrypt +EXPORT_SYMBOL_GPL vmlinux 0xdd0762df set_worker_desc +EXPORT_SYMBOL_GPL vmlinux 0xdd0b5251 kvm_get_running_vcpu +EXPORT_SYMBOL_GPL vmlinux 0xdd1057f9 __virtio_unbreak_device +EXPORT_SYMBOL_GPL vmlinux 0xdd2fa821 pcie_update_link_speed +EXPORT_SYMBOL_GPL vmlinux 0xdd3eca59 request_firmware_direct +EXPORT_SYMBOL_GPL vmlinux 0xdd450ef1 x509_free_certificate +EXPORT_SYMBOL_GPL vmlinux 0xdd54f211 __dax_driver_register +EXPORT_SYMBOL_GPL vmlinux 0xdd5a4764 xfrm_state_afinfo_get_rcu +EXPORT_SYMBOL_GPL vmlinux 0xdd5b8172 blkg_prfill_rwstat +EXPORT_SYMBOL_GPL vmlinux 0xdd626ee3 fuse_len_args +EXPORT_SYMBOL_GPL vmlinux 0xdd81d8f6 __SCK__tp_func_block_bio_complete +EXPORT_SYMBOL_GPL vmlinux 0xdda0a696 lwtunnel_input +EXPORT_SYMBOL_GPL vmlinux 0xddb91a12 debugfs_remove +EXPORT_SYMBOL_GPL vmlinux 0xddbeeecc pci_lock_rescan_remove +EXPORT_SYMBOL_GPL vmlinux 0xddc5f9ab pci_load_and_free_saved_state +EXPORT_SYMBOL_GPL vmlinux 0xddc97b82 HUF_readStats_wksp +EXPORT_SYMBOL_GPL vmlinux 0xddf32520 __tracepoint_powernv_throttle +EXPORT_SYMBOL_GPL vmlinux 0xddf44384 devm_hwrng_register +EXPORT_SYMBOL_GPL vmlinux 0xddf5ed46 virtqueue_kick_prepare +EXPORT_SYMBOL_GPL vmlinux 0xddfcfe6b component_compare_dev_name +EXPORT_SYMBOL_GPL vmlinux 0xde01fca8 lwtunnel_xmit +EXPORT_SYMBOL_GPL vmlinux 0xde052e95 fanout_mutex +EXPORT_SYMBOL_GPL vmlinux 0xde0af24f udp_memory_per_cpu_fw_alloc +EXPORT_SYMBOL_GPL vmlinux 0xde2dca64 __traceiter_xdp_exception +EXPORT_SYMBOL_GPL vmlinux 0xde31bf7e unregister_sys_off_handler +EXPORT_SYMBOL_GPL vmlinux 0xde3d84cc skcipher_walk_done +EXPORT_SYMBOL_GPL vmlinux 0xde4a1af1 kern_mount +EXPORT_SYMBOL_GPL vmlinux 0xde6f1851 TSS_checkhmac1 +EXPORT_SYMBOL_GPL vmlinux 0xde6f8230 sk_msg_recvmsg +EXPORT_SYMBOL_GPL vmlinux 0xde86fba8 crypto_shash_update +EXPORT_SYMBOL_GPL vmlinux 0xde8c7b5f platform_device_add_data +EXPORT_SYMBOL_GPL vmlinux 0xde91cd9d pci_epc_mem_exit +EXPORT_SYMBOL_GPL vmlinux 0xde939ac0 clockevents_config_and_register +EXPORT_SYMBOL_GPL vmlinux 0xdeb1f35b lwtunnel_encap_add_ops +EXPORT_SYMBOL_GPL vmlinux 0xdecef8d0 pktgen_xfrm_outer_mode_output +EXPORT_SYMBOL_GPL vmlinux 0xded5e212 cdrom_multisession +EXPORT_SYMBOL_GPL vmlinux 0xded76c7f blk_insert_cloned_request +EXPORT_SYMBOL_GPL vmlinux 0xded8e396 fib_nh_common_init +EXPORT_SYMBOL_GPL vmlinux 0xdeec9abb iommu_get_domain_for_dev_pasid +EXPORT_SYMBOL_GPL vmlinux 0xdef1a42d crypto_register_shashes +EXPORT_SYMBOL_GPL vmlinux 0xdef5451b gpiochip_line_is_valid +EXPORT_SYMBOL_GPL vmlinux 0xdefa3be7 irq_domain_remove_sim +EXPORT_SYMBOL_GPL vmlinux 0xdf037f06 iommu_device_sysfs_remove +EXPORT_SYMBOL_GPL vmlinux 0xdf08ffe8 pci_msi_mask_irq +EXPORT_SYMBOL_GPL vmlinux 0xdf0f75c6 eventfd_signal +EXPORT_SYMBOL_GPL vmlinux 0xdf1e7114 ipv6_dup_options +EXPORT_SYMBOL_GPL vmlinux 0xdf237453 timer_shutdown_sync +EXPORT_SYMBOL_GPL vmlinux 0xdf2738bb cpu_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0xdf4b5b8d net_ns_type_operations +EXPORT_SYMBOL_GPL vmlinux 0xdf807f40 __unwind_start +EXPORT_SYMBOL_GPL vmlinux 0xdf9bc82b sbitmap_any_bit_set +EXPORT_SYMBOL_GPL vmlinux 0xdfa4a5d8 bdev_discard_alignment +EXPORT_SYMBOL_GPL vmlinux 0xdfbb0780 __strp_unpause +EXPORT_SYMBOL_GPL vmlinux 0xdfe4eaf4 register_kretprobe +EXPORT_SYMBOL_GPL vmlinux 0xdfe5ca76 device_find_child_by_name +EXPORT_SYMBOL_GPL vmlinux 0xdffec42b iommu_map_atomic +EXPORT_SYMBOL_GPL vmlinux 0xe00a2ba4 badblocks_clear +EXPORT_SYMBOL_GPL vmlinux 0xe0113a19 mmu_interval_notifier_insert_locked +EXPORT_SYMBOL_GPL vmlinux 0xe03f540d switchdev_handle_port_obj_del +EXPORT_SYMBOL_GPL vmlinux 0xe0548266 pci_scan_child_bus +EXPORT_SYMBOL_GPL vmlinux 0xe05e2f85 nexthop_free_rcu +EXPORT_SYMBOL_GPL vmlinux 0xe068d377 device_add_groups +EXPORT_SYMBOL_GPL vmlinux 0xe078320f __traceiter_add_device_to_group +EXPORT_SYMBOL_GPL vmlinux 0xe0795c23 dma_alloc_noncontiguous +EXPORT_SYMBOL_GPL vmlinux 0xe09ae7e4 PageHuge +EXPORT_SYMBOL_GPL vmlinux 0xe0b9fff2 raw_v4_match +EXPORT_SYMBOL_GPL vmlinux 0xe107c390 srcutorture_get_gp_data +EXPORT_SYMBOL_GPL vmlinux 0xe1258f36 __traceiter_pelt_irq_tp +EXPORT_SYMBOL_GPL vmlinux 0xe133170d xfrm_audit_policy_delete +EXPORT_SYMBOL_GPL vmlinux 0xe14e89a8 __irq_domain_add +EXPORT_SYMBOL_GPL vmlinux 0xe180cb7c relay_buf_full +EXPORT_SYMBOL_GPL vmlinux 0xe18de6b3 srcu_notifier_chain_register +EXPORT_SYMBOL_GPL vmlinux 0xe1c87a2f kernel_can_power_off +EXPORT_SYMBOL_GPL vmlinux 0xe1e5a3a2 skb_mpls_update_lse +EXPORT_SYMBOL_GPL vmlinux 0xe1eb8820 fscrypt_ioctl_get_key_status +EXPORT_SYMBOL_GPL vmlinux 0xe1f0a3d7 gmap_remove +EXPORT_SYMBOL_GPL vmlinux 0xe1f5dc54 folio_invalidate +EXPORT_SYMBOL_GPL vmlinux 0xe201ce76 iommu_report_device_fault +EXPORT_SYMBOL_GPL vmlinux 0xe2053147 sbitmap_queue_wake_all +EXPORT_SYMBOL_GPL vmlinux 0xe20c260d mas_destroy +EXPORT_SYMBOL_GPL vmlinux 0xe214556f dax_iomap_fault +EXPORT_SYMBOL_GPL vmlinux 0xe233762a input_event_from_user +EXPORT_SYMBOL_GPL vmlinux 0xe24697b9 kiocb_modified +EXPORT_SYMBOL_GPL vmlinux 0xe2729522 trace_seq_path +EXPORT_SYMBOL_GPL vmlinux 0xe28ae45b mptcp_subflow_init_cookie_req +EXPORT_SYMBOL_GPL vmlinux 0xe29453cb tty_put_char +EXPORT_SYMBOL_GPL vmlinux 0xe2a6fb7c ethtool_set_ethtool_phy_ops +EXPORT_SYMBOL_GPL vmlinux 0xe2aa766a raw_abort +EXPORT_SYMBOL_GPL vmlinux 0xe2b3207a unregister_switchdev_notifier +EXPORT_SYMBOL_GPL vmlinux 0xe2db2435 badblocks_init +EXPORT_SYMBOL_GPL vmlinux 0xe2f3301b crypto_dequeue_request +EXPORT_SYMBOL_GPL vmlinux 0xe307205a bprintf +EXPORT_SYMBOL_GPL vmlinux 0xe30e98d8 iommu_detach_device_pasid +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 0xe3412700 gpiochip_add_data_with_key +EXPORT_SYMBOL_GPL vmlinux 0xe3551118 blk_trace_remove +EXPORT_SYMBOL_GPL vmlinux 0xe357f42e dma_resv_iter_next +EXPORT_SYMBOL_GPL vmlinux 0xe3840e18 secure_ipv4_port_ephemeral +EXPORT_SYMBOL_GPL vmlinux 0xe3a4d28a skb_send_sock_locked +EXPORT_SYMBOL_GPL vmlinux 0xe3a7aef6 ip6_sk_dst_lookup_flow +EXPORT_SYMBOL_GPL vmlinux 0xe3b09712 kprobe_event_delete +EXPORT_SYMBOL_GPL vmlinux 0xe3bb920b tty_buffer_unlock_exclusive +EXPORT_SYMBOL_GPL vmlinux 0xe3d43a8c find_ge_pid +EXPORT_SYMBOL_GPL vmlinux 0xe3dc079b tty_save_termios +EXPORT_SYMBOL_GPL vmlinux 0xe3e423ac iommu_group_release_dma_owner +EXPORT_SYMBOL_GPL vmlinux 0xe3e66c24 pci_hp_destroy +EXPORT_SYMBOL_GPL vmlinux 0xe3f7f3f7 iommu_unmap_fast +EXPORT_SYMBOL_GPL vmlinux 0xe40bb23e devlink_health_reporter_priv +EXPORT_SYMBOL_GPL vmlinux 0xe43669ad proc_create_net_data_write +EXPORT_SYMBOL_GPL vmlinux 0xe4463d70 devm_gpiod_unhinge +EXPORT_SYMBOL_GPL vmlinux 0xe451d2f3 xas_init_marks +EXPORT_SYMBOL_GPL vmlinux 0xe45451c3 pci_restore_msi_state +EXPORT_SYMBOL_GPL vmlinux 0xe4767eaa __devm_pci_epc_create +EXPORT_SYMBOL_GPL vmlinux 0xe4971ade tracing_alloc_snapshot +EXPORT_SYMBOL_GPL vmlinux 0xe497ff29 sk_setup_caps +EXPORT_SYMBOL_GPL vmlinux 0xe4a95266 blocking_notifier_chain_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe4b064f9 pcie_link_speed +EXPORT_SYMBOL_GPL vmlinux 0xe4b4bd8f pkcs7_parse_message +EXPORT_SYMBOL_GPL vmlinux 0xe4b818c3 phy_speed_to_str +EXPORT_SYMBOL_GPL vmlinux 0xe4cbad2f mm_kobj +EXPORT_SYMBOL_GPL vmlinux 0xe4e48b12 swphy_validate_state +EXPORT_SYMBOL_GPL vmlinux 0xe4f8239f __cpuhp_state_remove_instance +EXPORT_SYMBOL_GPL vmlinux 0xe4fb6d71 fwnode_graph_get_remote_port +EXPORT_SYMBOL_GPL vmlinux 0xe50156f7 perf_pmu_register +EXPORT_SYMBOL_GPL vmlinux 0xe51a1c28 fscrypt_ioctl_get_policy_ex +EXPORT_SYMBOL_GPL vmlinux 0xe51d30e1 skb_cow_data +EXPORT_SYMBOL_GPL vmlinux 0xe53d07c8 fwnode_connection_find_matches +EXPORT_SYMBOL_GPL vmlinux 0xe5508373 iov_iter_get_pages_alloc +EXPORT_SYMBOL_GPL vmlinux 0xe55dc7fe unix_inq_len +EXPORT_SYMBOL_GPL vmlinux 0xe5674669 pci_probe_reset_bus +EXPORT_SYMBOL_GPL vmlinux 0xe573c1a3 set_online_page_callback +EXPORT_SYMBOL_GPL vmlinux 0xe57a6d08 __skb_tstamp_tx +EXPORT_SYMBOL_GPL vmlinux 0xe5883bd9 class_compat_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe5b512f8 devm_gpiod_get +EXPORT_SYMBOL_GPL vmlinux 0xe5d3a8d4 balloon_page_alloc +EXPORT_SYMBOL_GPL vmlinux 0xe5d52be4 switchdev_handle_port_attr_set +EXPORT_SYMBOL_GPL vmlinux 0xe5fad3c2 md_stop_writes +EXPORT_SYMBOL_GPL vmlinux 0xe60a5e8d pids_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0xe6106606 devlink_port_attrs_pci_sf_set +EXPORT_SYMBOL_GPL vmlinux 0xe628bb9f phy_fibre_port_array +EXPORT_SYMBOL_GPL vmlinux 0xe645f09d netlink_remove_tap +EXPORT_SYMBOL_GPL vmlinux 0xe64dc1f4 xas_find_conflict +EXPORT_SYMBOL_GPL vmlinux 0xe65029e3 skb_gso_validate_mac_len +EXPORT_SYMBOL_GPL vmlinux 0xe65d69ad device_store_int +EXPORT_SYMBOL_GPL vmlinux 0xe681db60 blkcg_policy_register +EXPORT_SYMBOL_GPL vmlinux 0xe6888820 gpiod_direction_output +EXPORT_SYMBOL_GPL vmlinux 0xe68a47e2 crypto_alloc_base +EXPORT_SYMBOL_GPL vmlinux 0xe68b8701 device_match_devt +EXPORT_SYMBOL_GPL vmlinux 0xe6a2ff37 fwnode_get_name +EXPORT_SYMBOL_GPL vmlinux 0xe6b4eb94 bpf_log +EXPORT_SYMBOL_GPL vmlinux 0xe6cbda6e fixup_user_fault +EXPORT_SYMBOL_GPL vmlinux 0xe6e40502 rcu_get_gp_seq +EXPORT_SYMBOL_GPL vmlinux 0xe6e53b5d device_get_dma_attr +EXPORT_SYMBOL_GPL vmlinux 0xe6e6b684 md_new_event +EXPORT_SYMBOL_GPL vmlinux 0xe71e7b97 pci_epf_free_space +EXPORT_SYMBOL_GPL vmlinux 0xe7294e13 tty_release_struct +EXPORT_SYMBOL_GPL vmlinux 0xe72c6f3f sk_detach_filter +EXPORT_SYMBOL_GPL vmlinux 0xe72cc10c md_bitmap_copy_from_slot +EXPORT_SYMBOL_GPL vmlinux 0xe72e844b __rht_bucket_nested +EXPORT_SYMBOL_GPL vmlinux 0xe740b60e fsnotify_put_mark +EXPORT_SYMBOL_GPL vmlinux 0xe753b68d devlink_fmsg_arr_pair_nest_end +EXPORT_SYMBOL_GPL vmlinux 0xe7541e02 gpiod_unexport +EXPORT_SYMBOL_GPL vmlinux 0xe760f4ce kthread_flush_worker +EXPORT_SYMBOL_GPL vmlinux 0xe760fb70 serdev_device_wait_until_sent +EXPORT_SYMBOL_GPL vmlinux 0xe769232e sprint_symbol_no_offset +EXPORT_SYMBOL_GPL vmlinux 0xe76af855 irq_domain_create_simple +EXPORT_SYMBOL_GPL vmlinux 0xe7829ad5 ping_err +EXPORT_SYMBOL_GPL vmlinux 0xe783e261 sysfs_emit +EXPORT_SYMBOL_GPL vmlinux 0xe790c428 crypto_unregister_akcipher +EXPORT_SYMBOL_GPL vmlinux 0xe79abd3b cio_commit_config +EXPORT_SYMBOL_GPL vmlinux 0xe79bf0c4 klp_shadow_get +EXPORT_SYMBOL_GPL vmlinux 0xe79c523b ptp_msg_is_sync +EXPORT_SYMBOL_GPL vmlinux 0xe79f3bad crypto_shash_digest +EXPORT_SYMBOL_GPL vmlinux 0xe7b718df chsc_determine_channel_path_desc +EXPORT_SYMBOL_GPL vmlinux 0xe7d6d2d4 filter_match_preds +EXPORT_SYMBOL_GPL vmlinux 0xe7eed21e nf_ipv6_ops +EXPORT_SYMBOL_GPL vmlinux 0xe8050e07 crypto_aead_decrypt +EXPORT_SYMBOL_GPL vmlinux 0xe82859ff init_node_memory_type +EXPORT_SYMBOL_GPL vmlinux 0xe83c680a __ip6_datagram_connect +EXPORT_SYMBOL_GPL vmlinux 0xe8403f53 fsl_mc_device_group +EXPORT_SYMBOL_GPL vmlinux 0xe869d397 vmf_insert_pfn_pmd_prot +EXPORT_SYMBOL_GPL vmlinux 0xe86ab91a relay_subbufs_consumed +EXPORT_SYMBOL_GPL vmlinux 0xe86fcbfb sync_page_io +EXPORT_SYMBOL_GPL vmlinux 0xe89c3df2 perf_event_disable +EXPORT_SYMBOL_GPL vmlinux 0xe89ca151 devlink_params_register +EXPORT_SYMBOL_GPL vmlinux 0xe8bc40c5 cn_netlink_send +EXPORT_SYMBOL_GPL vmlinux 0xe8c0065d memory_group_register_static +EXPORT_SYMBOL_GPL vmlinux 0xe8cbaea0 devm_remove_action +EXPORT_SYMBOL_GPL vmlinux 0xe8e6f232 __get_task_ioprio +EXPORT_SYMBOL_GPL vmlinux 0xe911df29 eventfd_ctx_do_read +EXPORT_SYMBOL_GPL vmlinux 0xe931e431 virtqueue_get_buf +EXPORT_SYMBOL_GPL vmlinux 0xe933427e vfs_fallocate +EXPORT_SYMBOL_GPL vmlinux 0xe93e49c3 devres_free +EXPORT_SYMBOL_GPL vmlinux 0xe9421e27 bio_poll +EXPORT_SYMBOL_GPL vmlinux 0xe967d990 vp_modern_remove +EXPORT_SYMBOL_GPL vmlinux 0xe969b3ff dst_blackhole_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0xe96c2569 pci_device_group +EXPORT_SYMBOL_GPL vmlinux 0xe97491d9 fsverity_ioctl_measure +EXPORT_SYMBOL_GPL vmlinux 0xe9962f59 iommu_group_remove_device +EXPORT_SYMBOL_GPL vmlinux 0xe9a14df0 bpf_prog_create +EXPORT_SYMBOL_GPL vmlinux 0xe9b3e001 pci_epc_mem_free_addr +EXPORT_SYMBOL_GPL vmlinux 0xe9ef0874 inet_ctl_sock_create +EXPORT_SYMBOL_GPL vmlinux 0xe9f5116f rcu_exp_jiffies_till_stall_check +EXPORT_SYMBOL_GPL vmlinux 0xe9f5c2ce xfrm_output +EXPORT_SYMBOL_GPL vmlinux 0xe9fea94e blk_queue_rq_timeout +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 0xea312cd2 dst_cache_get_ip4 +EXPORT_SYMBOL_GPL vmlinux 0xea38036f ring_buffer_entries +EXPORT_SYMBOL_GPL vmlinux 0xea3a23f3 public_key_free +EXPORT_SYMBOL_GPL vmlinux 0xea9de6a2 devm_kmemdup +EXPORT_SYMBOL_GPL vmlinux 0xeaa2be23 pci_reset_function +EXPORT_SYMBOL_GPL vmlinux 0xeabd7f04 sysfs_add_link_to_group +EXPORT_SYMBOL_GPL vmlinux 0xeac0322d start_poll_synchronize_srcu +EXPORT_SYMBOL_GPL vmlinux 0xead035ee __tracepoint_fib6_table_lookup +EXPORT_SYMBOL_GPL vmlinux 0xead3e41b __traceiter_cpu_frequency +EXPORT_SYMBOL_GPL vmlinux 0xeae0f496 clean_acked_data_flush +EXPORT_SYMBOL_GPL vmlinux 0xeaf20034 __virtqueue_unbreak +EXPORT_SYMBOL_GPL vmlinux 0xeaf7d79c fat_get_dotdot_entry +EXPORT_SYMBOL_GPL vmlinux 0xeafce322 security_kernel_post_read_file +EXPORT_SYMBOL_GPL vmlinux 0xeb1e111a bpf_sk_storage_diag_put +EXPORT_SYMBOL_GPL vmlinux 0xeb2738d3 iomap_readahead +EXPORT_SYMBOL_GPL vmlinux 0xeb317ee6 __traceiter_unmap +EXPORT_SYMBOL_GPL vmlinux 0xeb6729e0 watchdog_register_device +EXPORT_SYMBOL_GPL vmlinux 0xeb6ab199 free_fib_info +EXPORT_SYMBOL_GPL vmlinux 0xeb6b9995 input_device_enabled +EXPORT_SYMBOL_GPL vmlinux 0xeb6ee3d0 fuse_direct_io +EXPORT_SYMBOL_GPL vmlinux 0xeb7a6897 iommu_device_link +EXPORT_SYMBOL_GPL vmlinux 0xeb7f0e48 lwtunnel_encap_del_ops +EXPORT_SYMBOL_GPL vmlinux 0xeb82585f kvm_vcpu_gfn_to_pfn +EXPORT_SYMBOL_GPL vmlinux 0xeb881708 pci_sriov_get_totalvfs +EXPORT_SYMBOL_GPL vmlinux 0xeb9452b9 perf_pmu_unregister +EXPORT_SYMBOL_GPL vmlinux 0xeb9d64be __sk_flush_backlog +EXPORT_SYMBOL_GPL vmlinux 0xebc10b0b nf_conn_btf_access_lock +EXPORT_SYMBOL_GPL vmlinux 0xebc7d04f platform_bus_type +EXPORT_SYMBOL_GPL vmlinux 0xebe9b77a inet_ehash_locks_alloc +EXPORT_SYMBOL_GPL vmlinux 0xec138392 gpiod_get_array_value +EXPORT_SYMBOL_GPL vmlinux 0xec13c83c si_swapinfo +EXPORT_SYMBOL_GPL vmlinux 0xec202ca6 crypto_stats_rng_generate +EXPORT_SYMBOL_GPL vmlinux 0xec225687 irq_domain_push_irq +EXPORT_SYMBOL_GPL vmlinux 0xec28ac98 tcp_unregister_congestion_control +EXPORT_SYMBOL_GPL vmlinux 0xec389aca preempt_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0xec4172c6 bpf_map_inc_not_zero +EXPORT_SYMBOL_GPL vmlinux 0xec4d2142 kvm_write_guest_offset_cached +EXPORT_SYMBOL_GPL vmlinux 0xec6dc9aa attribute_container_find_class_device +EXPORT_SYMBOL_GPL vmlinux 0xec72ab78 __srcu_read_unlock +EXPORT_SYMBOL_GPL vmlinux 0xec7c2cc3 evm_verifyxattr +EXPORT_SYMBOL_GPL vmlinux 0xec81a730 kvm_vcpu_gfn_to_hva +EXPORT_SYMBOL_GPL vmlinux 0xec8202f5 vp_modern_set_queue_reset +EXPORT_SYMBOL_GPL vmlinux 0xec933089 devm_gpiod_put +EXPORT_SYMBOL_GPL vmlinux 0xecb9aeef serdev_device_add +EXPORT_SYMBOL_GPL vmlinux 0xecc0ef92 page_cache_ra_unbounded +EXPORT_SYMBOL_GPL vmlinux 0xecc98d39 rt_mutex_lock_interruptible +EXPORT_SYMBOL_GPL vmlinux 0xecdbc3ea kvm_put_kvm_no_destroy +EXPORT_SYMBOL_GPL vmlinux 0xecdd74b7 trace_array_init_printk +EXPORT_SYMBOL_GPL vmlinux 0xece0fb52 debugfs_create_u16 +EXPORT_SYMBOL_GPL vmlinux 0xed04c4ea appldata_unregister_ops +EXPORT_SYMBOL_GPL vmlinux 0xed06b81d tcp_leave_memory_pressure +EXPORT_SYMBOL_GPL vmlinux 0xed08cabd __xas_prev +EXPORT_SYMBOL_GPL vmlinux 0xed0d4e8f register_virtio_driver +EXPORT_SYMBOL_GPL vmlinux 0xed0f0ebd crypto_unregister_shash +EXPORT_SYMBOL_GPL vmlinux 0xed2d9bee xas_get_mark +EXPORT_SYMBOL_GPL vmlinux 0xed48a163 __zpci_store_block +EXPORT_SYMBOL_GPL vmlinux 0xed4cac9a proc_get_parent_data +EXPORT_SYMBOL_GPL vmlinux 0xed5ae04f pci_cfg_access_lock +EXPORT_SYMBOL_GPL vmlinux 0xed5b06d9 xdp_return_frame_rx_napi +EXPORT_SYMBOL_GPL vmlinux 0xed5df0dc device_reprobe +EXPORT_SYMBOL_GPL vmlinux 0xed68ae05 kvm_vcpu_read_guest +EXPORT_SYMBOL_GPL vmlinux 0xed6cb4dd devlink_dpipe_entry_ctx_close +EXPORT_SYMBOL_GPL vmlinux 0xed72ef4f sysfs_add_file_to_group +EXPORT_SYMBOL_GPL vmlinux 0xed7abd9a ncsi_unregister_dev +EXPORT_SYMBOL_GPL vmlinux 0xed8c384b netdev_xmit_skip_txqueue +EXPORT_SYMBOL_GPL vmlinux 0xedbeef3b trace_event_buffer_reserve +EXPORT_SYMBOL_GPL vmlinux 0xedc4e17c lwtstate_free +EXPORT_SYMBOL_GPL vmlinux 0xedf55abb zs_malloc +EXPORT_SYMBOL_GPL vmlinux 0xedfc6071 iommu_group_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0xee082f60 bpf_prog_inc +EXPORT_SYMBOL_GPL vmlinux 0xee0a36f3 page_cache_async_ra +EXPORT_SYMBOL_GPL vmlinux 0xee1f5126 __tracepoint_neigh_timer_handler +EXPORT_SYMBOL_GPL vmlinux 0xee36a897 bpf_trace_run11 +EXPORT_SYMBOL_GPL vmlinux 0xee38ef57 register_switchdev_blocking_notifier +EXPORT_SYMBOL_GPL vmlinux 0xee44e386 gpiochip_line_is_open_drain +EXPORT_SYMBOL_GPL vmlinux 0xee594c67 tty_mode_ioctl +EXPORT_SYMBOL_GPL vmlinux 0xee6c633a devices_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0xee84b20e crypto_aes_set_key +EXPORT_SYMBOL_GPL vmlinux 0xee8ca1a1 ip6_append_data +EXPORT_SYMBOL_GPL vmlinux 0xeea834c0 kprobe_event_cmd_init +EXPORT_SYMBOL_GPL vmlinux 0xeead3550 kvm_write_guest_cached +EXPORT_SYMBOL_GPL vmlinux 0xeeb3b050 crypto_shash_final +EXPORT_SYMBOL_GPL vmlinux 0xeeb656ce blk_rq_unprep_clone +EXPORT_SYMBOL_GPL vmlinux 0xeedd987e phy_10gbit_features_array +EXPORT_SYMBOL_GPL vmlinux 0xeef64d65 __phy_modify_mmd +EXPORT_SYMBOL_GPL vmlinux 0xef13106c nr_threads +EXPORT_SYMBOL_GPL vmlinux 0xef464c28 getboottime64 +EXPORT_SYMBOL_GPL vmlinux 0xef4e6910 device_del +EXPORT_SYMBOL_GPL vmlinux 0xef531c7b device_match_name +EXPORT_SYMBOL_GPL vmlinux 0xef5d9199 __skb_get_hash_symmetric +EXPORT_SYMBOL_GPL vmlinux 0xef6c3f70 round_jiffies_up_relative +EXPORT_SYMBOL_GPL vmlinux 0xef70eb7e ring_buffer_iter_advance +EXPORT_SYMBOL_GPL vmlinux 0xef83968a dma_get_merge_boundary +EXPORT_SYMBOL_GPL vmlinux 0xef83d834 pci_epc_get_msix +EXPORT_SYMBOL_GPL vmlinux 0xef9c8eef ipl_info +EXPORT_SYMBOL_GPL vmlinux 0xefa2c27d register_tracepoint_module_notifier +EXPORT_SYMBOL_GPL vmlinux 0xefa6fb0a strp_unpause +EXPORT_SYMBOL_GPL vmlinux 0xeff3cecf bpf_warn_invalid_xdp_action +EXPORT_SYMBOL_GPL vmlinux 0xeff5f3a9 lwtunnel_valid_encap_type +EXPORT_SYMBOL_GPL vmlinux 0xeffaad21 bdi_dev_name +EXPORT_SYMBOL_GPL vmlinux 0xeffded40 iommu_page_response +EXPORT_SYMBOL_GPL vmlinux 0xf00b1a35 gmap_create +EXPORT_SYMBOL_GPL vmlinux 0xf010e23d blkcg_root +EXPORT_SYMBOL_GPL vmlinux 0xf0184d13 crypto_register_acomps +EXPORT_SYMBOL_GPL vmlinux 0xf023b70c serdev_device_write_wakeup +EXPORT_SYMBOL_GPL vmlinux 0xf028add3 check_move_unevictable_pages +EXPORT_SYMBOL_GPL vmlinux 0xf028c967 unregister_virtio_driver +EXPORT_SYMBOL_GPL vmlinux 0xf03adb55 vfs_cancel_lock +EXPORT_SYMBOL_GPL vmlinux 0xf0453da1 find_get_pid +EXPORT_SYMBOL_GPL vmlinux 0xf04dc441 fb_deferred_io_fsync +EXPORT_SYMBOL_GPL vmlinux 0xf05625f9 nf_checksum_partial +EXPORT_SYMBOL_GPL vmlinux 0xf05a52fe asn1_encode_oid +EXPORT_SYMBOL_GPL vmlinux 0xf05fbf09 pci_pio_to_address +EXPORT_SYMBOL_GPL vmlinux 0xf06ecaff hrtimer_init_sleeper +EXPORT_SYMBOL_GPL vmlinux 0xf06f60b5 fib_rules_unregister +EXPORT_SYMBOL_GPL vmlinux 0xf07b1dfa xdp_rxq_info_unreg +EXPORT_SYMBOL_GPL vmlinux 0xf07b73ea generic_fh_to_dentry +EXPORT_SYMBOL_GPL vmlinux 0xf080db15 xas_create_range +EXPORT_SYMBOL_GPL vmlinux 0xf0910075 sfp_bus_del_upstream +EXPORT_SYMBOL_GPL vmlinux 0xf0b0db46 gpiod_export +EXPORT_SYMBOL_GPL vmlinux 0xf0c72370 component_master_del +EXPORT_SYMBOL_GPL vmlinux 0xf0cd6449 __fscrypt_prepare_lookup +EXPORT_SYMBOL_GPL vmlinux 0xf0de8b5a pci_disable_rom +EXPORT_SYMBOL_GPL vmlinux 0xf0e66090 generic_online_page +EXPORT_SYMBOL_GPL vmlinux 0xf0ee5d72 switchdev_handle_fdb_event_to_device +EXPORT_SYMBOL_GPL vmlinux 0xf0f153d8 irq_domain_free_fwnode +EXPORT_SYMBOL_GPL vmlinux 0xf0f2d8f1 software_node_unregister_nodes +EXPORT_SYMBOL_GPL vmlinux 0xf0fdad0b genphy_c45_pma_resume +EXPORT_SYMBOL_GPL vmlinux 0xf113d50c iomap_page_mkwrite +EXPORT_SYMBOL_GPL vmlinux 0xf126b288 proc_douintvec_minmax +EXPORT_SYMBOL_GPL vmlinux 0xf14317ef devl_rate_nodes_destroy +EXPORT_SYMBOL_GPL vmlinux 0xf155bf0d devl_resource_size_get +EXPORT_SYMBOL_GPL vmlinux 0xf15ff0fe sock_prot_inuse_get +EXPORT_SYMBOL_GPL vmlinux 0xf184d189 kernel_power_off +EXPORT_SYMBOL_GPL vmlinux 0xf18e64d1 crypto_alg_extsize +EXPORT_SYMBOL_GPL vmlinux 0xf193b631 virtqueue_get_buf_ctx +EXPORT_SYMBOL_GPL vmlinux 0xf194c9c3 mas_walk +EXPORT_SYMBOL_GPL vmlinux 0xf1c6d90e kthread_data +EXPORT_SYMBOL_GPL vmlinux 0xf20357b8 sock_map_unhash +EXPORT_SYMBOL_GPL vmlinux 0xf204ed17 blk_mq_sched_try_merge +EXPORT_SYMBOL_GPL vmlinux 0xf21e1f9b disable_percpu_irq +EXPORT_SYMBOL_GPL vmlinux 0xf23dd0ef fuse_dev_alloc_install +EXPORT_SYMBOL_GPL vmlinux 0xf28025cf debugfs_read_file_bool +EXPORT_SYMBOL_GPL vmlinux 0xf28404cf devlink_dpipe_header_ipv6 +EXPORT_SYMBOL_GPL vmlinux 0xf2891460 bus_for_each_drv +EXPORT_SYMBOL_GPL vmlinux 0xf2893e91 switchdev_port_attr_set +EXPORT_SYMBOL_GPL vmlinux 0xf28c7925 __devres_alloc_node +EXPORT_SYMBOL_GPL vmlinux 0xf2967796 ring_buffer_record_on +EXPORT_SYMBOL_GPL vmlinux 0xf29be770 device_match_of_node +EXPORT_SYMBOL_GPL vmlinux 0xf29dc0d2 dma_map_sgtable +EXPORT_SYMBOL_GPL vmlinux 0xf2aed946 perf_aux_output_flag +EXPORT_SYMBOL_GPL vmlinux 0xf2b2e360 pkcs7_get_content_data +EXPORT_SYMBOL_GPL vmlinux 0xf2b33cb7 memory_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0xf2f7f70b driver_create_file +EXPORT_SYMBOL_GPL vmlinux 0xf2fb61bd vprintk_default +EXPORT_SYMBOL_GPL vmlinux 0xf3078810 balloon_mops +EXPORT_SYMBOL_GPL vmlinux 0xf311e156 key_being_used_for +EXPORT_SYMBOL_GPL vmlinux 0xf3149ba0 pci_msix_alloc_irq_at +EXPORT_SYMBOL_GPL vmlinux 0xf31b3fd1 workqueue_set_max_active +EXPORT_SYMBOL_GPL vmlinux 0xf352023f memory_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0xf35b3c2a fuse_dev_free +EXPORT_SYMBOL_GPL vmlinux 0xf3797506 mpi_ec_deinit +EXPORT_SYMBOL_GPL vmlinux 0xf3808cb1 get_state_synchronize_rcu +EXPORT_SYMBOL_GPL vmlinux 0xf381bf68 fib_nl_newrule +EXPORT_SYMBOL_GPL vmlinux 0xf3858398 serdev_device_write_room +EXPORT_SYMBOL_GPL vmlinux 0xf3a09fe7 crypto_has_kpp +EXPORT_SYMBOL_GPL vmlinux 0xf3ded01f dw_pcie_ep_init_complete +EXPORT_SYMBOL_GPL vmlinux 0xf40fcaf9 genphy_c45_pma_suspend +EXPORT_SYMBOL_GPL vmlinux 0xf44ee038 irq_work_sync +EXPORT_SYMBOL_GPL vmlinux 0xf4547396 scsi_dh_activate +EXPORT_SYMBOL_GPL vmlinux 0xf4650482 __nf_ip6_route +EXPORT_SYMBOL_GPL vmlinux 0xf4689d50 linkmode_set_pause +EXPORT_SYMBOL_GPL vmlinux 0xf4741f5d vc_scrolldelta_helper +EXPORT_SYMBOL_GPL vmlinux 0xf47654df irq_check_status_bit +EXPORT_SYMBOL_GPL vmlinux 0xf47cf18e devlink_param_unregister +EXPORT_SYMBOL_GPL vmlinux 0xf4945719 badblocks_store +EXPORT_SYMBOL_GPL vmlinux 0xf4a00349 __tracepoint_block_rq_insert +EXPORT_SYMBOL_GPL vmlinux 0xf4af35c2 rcu_gp_is_normal +EXPORT_SYMBOL_GPL vmlinux 0xf4cbed74 ethnl_cable_test_alloc +EXPORT_SYMBOL_GPL vmlinux 0xf4ed648b unregister_kprobe +EXPORT_SYMBOL_GPL vmlinux 0xf4fb16ce gmap_translate +EXPORT_SYMBOL_GPL vmlinux 0xf51c8143 clockevents_register_device +EXPORT_SYMBOL_GPL vmlinux 0xf54316e5 get_net_ns_by_pid +EXPORT_SYMBOL_GPL vmlinux 0xf54bd49b lcm +EXPORT_SYMBOL_GPL vmlinux 0xf55a70e6 device_driver_attach +EXPORT_SYMBOL_GPL vmlinux 0xf564bbf0 devm_request_pci_bus_resources +EXPORT_SYMBOL_GPL vmlinux 0xf59d3e98 perf_trace_run_bpf_submit +EXPORT_SYMBOL_GPL vmlinux 0xf5a067bf iommu_group_dma_owner_claimed +EXPORT_SYMBOL_GPL vmlinux 0xf5a34bbe mmu_notifier_put +EXPORT_SYMBOL_GPL vmlinux 0xf5a691cd invalidate_bh_lrus +EXPORT_SYMBOL_GPL vmlinux 0xf5d27b2f css_sch_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0xf5f370e0 async_schedule_node +EXPORT_SYMBOL_GPL vmlinux 0xf622df6d __traceiter_block_bio_complete +EXPORT_SYMBOL_GPL vmlinux 0xf6438d37 phy_save_page +EXPORT_SYMBOL_GPL vmlinux 0xf652b5e6 tpm2_get_cc_attrs_tbl +EXPORT_SYMBOL_GPL vmlinux 0xf657be8f __iowrite32_copy +EXPORT_SYMBOL_GPL vmlinux 0xf670aa17 __traceiter_napi_poll +EXPORT_SYMBOL_GPL vmlinux 0xf694bb66 bpf_offload_dev_match +EXPORT_SYMBOL_GPL vmlinux 0xf6beee37 __SCK__tp_func_pelt_cfs_tp +EXPORT_SYMBOL_GPL vmlinux 0xf6c296b2 crc64_rocksoft_update +EXPORT_SYMBOL_GPL vmlinux 0xf6c8dc62 cpu_hotplug_enable +EXPORT_SYMBOL_GPL vmlinux 0xf6d54628 tcp_enter_memory_pressure +EXPORT_SYMBOL_GPL vmlinux 0xf6e53d75 kvm_vcpu_is_visible_gfn +EXPORT_SYMBOL_GPL vmlinux 0xf6ec5fb1 misc_cg_uncharge +EXPORT_SYMBOL_GPL vmlinux 0xf70fcae2 pci_epc_raise_irq +EXPORT_SYMBOL_GPL vmlinux 0xf72a65ea tty_get_char_size +EXPORT_SYMBOL_GPL vmlinux 0xf734c5ba register_btf_id_dtor_kfuncs +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 0xf782fb07 percpu_ref_switch_to_atomic_sync +EXPORT_SYMBOL_GPL vmlinux 0xf787cf6b crypto_stats_ahash_update +EXPORT_SYMBOL_GPL vmlinux 0xf79e5d75 ip_local_out +EXPORT_SYMBOL_GPL vmlinux 0xf7bc95b0 devlink_fmsg_pair_nest_start +EXPORT_SYMBOL_GPL vmlinux 0xf7daf9e8 sbitmap_show +EXPORT_SYMBOL_GPL vmlinux 0xf7e7acb1 iommu_set_pgtable_quirks +EXPORT_SYMBOL_GPL vmlinux 0xf7eef6d8 inet_csk_get_port +EXPORT_SYMBOL_GPL vmlinux 0xf81163b2 devlink_alloc_ns +EXPORT_SYMBOL_GPL vmlinux 0xf81994a2 hrtimer_cancel +EXPORT_SYMBOL_GPL vmlinux 0xf8277b73 tty_port_register_device_serdev +EXPORT_SYMBOL_GPL vmlinux 0xf82f3657 work_on_cpu +EXPORT_SYMBOL_GPL vmlinux 0xf835b550 devl_trap_groups_unregister +EXPORT_SYMBOL_GPL vmlinux 0xf83e67f2 addrconf_prefix_rcv_add_addr +EXPORT_SYMBOL_GPL vmlinux 0xf844d7ca __traceiter_wbc_writepage +EXPORT_SYMBOL_GPL vmlinux 0xf84bf5bd device_get_next_child_node +EXPORT_SYMBOL_GPL vmlinux 0xf852d746 __tracepoint_tcp_send_reset +EXPORT_SYMBOL_GPL vmlinux 0xf855ccce __zpci_store +EXPORT_SYMBOL_GPL vmlinux 0xf883bf93 crypto_dh_key_len +EXPORT_SYMBOL_GPL vmlinux 0xf8894397 debugfs_create_u32 +EXPORT_SYMBOL_GPL vmlinux 0xf88a1ed6 mmu_notifier_get_locked +EXPORT_SYMBOL_GPL vmlinux 0xf89eb36f irq_get_irq_data +EXPORT_SYMBOL_GPL vmlinux 0xf8b0ae6e pci_sriov_configure_simple +EXPORT_SYMBOL_GPL vmlinux 0xf8b2dd0d cio_resume +EXPORT_SYMBOL_GPL vmlinux 0xf8c3dc85 inet_getpeer +EXPORT_SYMBOL_GPL vmlinux 0xf8cdcbe9 skb_clone_tx_timestamp +EXPORT_SYMBOL_GPL vmlinux 0xf90488e9 device_release_driver +EXPORT_SYMBOL_GPL vmlinux 0xf9093f5b __tracepoint_cpu_frequency +EXPORT_SYMBOL_GPL vmlinux 0xf941ef95 switchdev_bridge_port_offload +EXPORT_SYMBOL_GPL vmlinux 0xf9519fdb fsverity_ioctl_enable +EXPORT_SYMBOL_GPL vmlinux 0xf95322f4 kthread_parkme +EXPORT_SYMBOL_GPL vmlinux 0xf9591e18 simple_attr_read +EXPORT_SYMBOL_GPL vmlinux 0xf96ecc78 alarm_cancel +EXPORT_SYMBOL_GPL vmlinux 0xf982310a pci_msix_can_alloc_dyn +EXPORT_SYMBOL_GPL vmlinux 0xf98e3157 irq_chip_request_resources_parent +EXPORT_SYMBOL_GPL vmlinux 0xf9a054b5 __round_jiffies +EXPORT_SYMBOL_GPL vmlinux 0xf9b74c24 blk_mq_freeze_queue +EXPORT_SYMBOL_GPL vmlinux 0xf9bb5d77 eventfd_fget +EXPORT_SYMBOL_GPL vmlinux 0xf9bed7ef virtqueue_get_vring_size +EXPORT_SYMBOL_GPL vmlinux 0xf9c38917 iptunnel_metadata_reply +EXPORT_SYMBOL_GPL vmlinux 0xf9cb35c6 get_user_pages_fast +EXPORT_SYMBOL_GPL vmlinux 0xf9d860cd gmap_pmdp_csp +EXPORT_SYMBOL_GPL vmlinux 0xf9e0fdce virtqueue_get_desc_addr +EXPORT_SYMBOL_GPL vmlinux 0xfa1eb910 unregister_syscore_ops +EXPORT_SYMBOL_GPL vmlinux 0xfa282e5f dm_get_md +EXPORT_SYMBOL_GPL vmlinux 0xfa57eab3 filemap_read +EXPORT_SYMBOL_GPL vmlinux 0xfa5c30f4 __traceiter_devlink_hwmsg +EXPORT_SYMBOL_GPL vmlinux 0xfa666974 queue_work_node +EXPORT_SYMBOL_GPL vmlinux 0xfa6fc533 skcipher_walk_aead_encrypt +EXPORT_SYMBOL_GPL vmlinux 0xfa7a4826 blk_stat_disable_accounting +EXPORT_SYMBOL_GPL vmlinux 0xfa7d6a66 ccw_device_set_timeout +EXPORT_SYMBOL_GPL vmlinux 0xfa92a447 blk_mq_sched_try_insert_merge +EXPORT_SYMBOL_GPL vmlinux 0xfaa7471d skb_to_sgvec +EXPORT_SYMBOL_GPL vmlinux 0xfaac51c3 klp_enable_patch +EXPORT_SYMBOL_GPL vmlinux 0xfab30dc0 mdio_bus_exit +EXPORT_SYMBOL_GPL vmlinux 0xfac63055 __blkg_prfill_rwstat +EXPORT_SYMBOL_GPL vmlinux 0xfac88a5f __traceiter_pelt_thermal_tp +EXPORT_SYMBOL_GPL vmlinux 0xfac9094b xfrm_bpf_md_dst +EXPORT_SYMBOL_GPL vmlinux 0xfad9c827 kill_dax +EXPORT_SYMBOL_GPL vmlinux 0xfaf69f35 gpiod_set_debounce +EXPORT_SYMBOL_GPL vmlinux 0xfb268e37 fat_scan +EXPORT_SYMBOL_GPL vmlinux 0xfb32b30f ring_buffer_read_prepare_sync +EXPORT_SYMBOL_GPL vmlinux 0xfb50768b kvm_get_kvm_safe +EXPORT_SYMBOL_GPL vmlinux 0xfb60faf5 posix_acl_clone +EXPORT_SYMBOL_GPL vmlinux 0xfb665544 mnt_want_write_file +EXPORT_SYMBOL_GPL vmlinux 0xfb6cfbef ipv6_stub +EXPORT_SYMBOL_GPL vmlinux 0xfb75f0df rtnl_put_cacheinfo +EXPORT_SYMBOL_GPL vmlinux 0xfb817b1d netdev_rx_handler_register +EXPORT_SYMBOL_GPL vmlinux 0xfb965774 pin_user_pages_fast +EXPORT_SYMBOL_GPL vmlinux 0xfbbd41ca no_action +EXPORT_SYMBOL_GPL vmlinux 0xfbd0eec3 hwrng_register +EXPORT_SYMBOL_GPL vmlinux 0xfbe6bfa0 scsi_host_unblock +EXPORT_SYMBOL_GPL vmlinux 0xfbed6c19 hypervisor_kobj +EXPORT_SYMBOL_GPL vmlinux 0xfbffd601 net_prio_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0xfc03d97a page_is_ram +EXPORT_SYMBOL_GPL vmlinux 0xfc076769 fscrypt_ioctl_add_key +EXPORT_SYMBOL_GPL vmlinux 0xfc14bb2e dm_get_dev_t +EXPORT_SYMBOL_GPL vmlinux 0xfc50334f pfn_to_online_page +EXPORT_SYMBOL_GPL vmlinux 0xfc781ae6 fwnode_graph_get_remote_port_parent +EXPORT_SYMBOL_GPL vmlinux 0xfc98c707 register_trace_event +EXPORT_SYMBOL_GPL vmlinux 0xfcadc69c kvm_read_guest +EXPORT_SYMBOL_GPL vmlinux 0xfcbfec70 add_memory_driver_managed +EXPORT_SYMBOL_GPL vmlinux 0xfcc1edd3 memory_block_size_bytes +EXPORT_SYMBOL_GPL vmlinux 0xfcd40e6b blk_crypto_intersect_capabilities +EXPORT_SYMBOL_GPL vmlinux 0xfcd63089 udp6_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0xfce09330 shash_free_singlespawn_instance +EXPORT_SYMBOL_GPL vmlinux 0xfcf9ef73 hw_protection_shutdown +EXPORT_SYMBOL_GPL vmlinux 0xfd2a481e lzorle1x_1_compress +EXPORT_SYMBOL_GPL vmlinux 0xfd2c62ad devlink_dpipe_table_counter_enabled +EXPORT_SYMBOL_GPL vmlinux 0xfd2fc139 hvc_poll +EXPORT_SYMBOL_GPL vmlinux 0xfd42a5e1 put_pid +EXPORT_SYMBOL_GPL vmlinux 0xfd43d558 genphy_c45_pma_baset1_read_master_slave +EXPORT_SYMBOL_GPL vmlinux 0xfd4d74a9 vring_new_virtqueue +EXPORT_SYMBOL_GPL vmlinux 0xfd4fca84 gpiod_get_direction +EXPORT_SYMBOL_GPL vmlinux 0xfd58d204 class_interface_register +EXPORT_SYMBOL_GPL vmlinux 0xfd6b55ba gmap_sync_dirty_log_pmd +EXPORT_SYMBOL_GPL vmlinux 0xfd77e268 register_sys_off_handler +EXPORT_SYMBOL_GPL vmlinux 0xfd8a7b64 class_for_each_device +EXPORT_SYMBOL_GPL vmlinux 0xfdb3c181 device_initialize +EXPORT_SYMBOL_GPL vmlinux 0xfdba355a vp_modern_get_queue_enable +EXPORT_SYMBOL_GPL vmlinux 0xfdbd7a17 crypto_get_attr_type +EXPORT_SYMBOL_GPL vmlinux 0xfdef2808 tty_ldisc_receive_buf +EXPORT_SYMBOL_GPL vmlinux 0xfdfefb5e __cookie_v4_check +EXPORT_SYMBOL_GPL vmlinux 0xfe01e7e2 blkg_rwstat_init +EXPORT_SYMBOL_GPL vmlinux 0xfe1405d0 blk_trace_startstop +EXPORT_SYMBOL_GPL vmlinux 0xfe1645ab appldata_register_ops +EXPORT_SYMBOL_GPL vmlinux 0xfe1a7a7b mpi_point_release +EXPORT_SYMBOL_GPL vmlinux 0xfe1b2f45 ring_buffer_unlock_commit +EXPORT_SYMBOL_GPL vmlinux 0xfe30b776 devlink_port_type_ib_set +EXPORT_SYMBOL_GPL vmlinux 0xfe476039 ktime_get_resolution_ns +EXPORT_SYMBOL_GPL vmlinux 0xfe6c734c sysfs_remove_file_self +EXPORT_SYMBOL_GPL vmlinux 0xfe8b0100 kvm_get_kvm +EXPORT_SYMBOL_GPL vmlinux 0xfe8cdb84 ring_buffer_alloc_read_page +EXPORT_SYMBOL_GPL vmlinux 0xfe990052 gpio_free +EXPORT_SYMBOL_GPL vmlinux 0xfeb3fdfd device_iommu_capable +EXPORT_SYMBOL_GPL vmlinux 0xfede9222 __tracepoint_suspend_resume +EXPORT_SYMBOL_GPL vmlinux 0xfefa2adb input_ff_effect_from_user +EXPORT_SYMBOL_GPL vmlinux 0xff05fa13 vring_interrupt +EXPORT_SYMBOL_GPL vmlinux 0xff374076 posix_acl_create +EXPORT_SYMBOL_GPL vmlinux 0xff403774 region_intersects +EXPORT_SYMBOL_GPL vmlinux 0xff6408fc class_compat_create_link +EXPORT_SYMBOL_GPL vmlinux 0xff684bf6 sfp_parse_support +EXPORT_SYMBOL_GPL vmlinux 0xff79ddf9 tty_prepare_flip_string +EXPORT_SYMBOL_GPL vmlinux 0xff7e33bf mpi_sub_ui +EXPORT_SYMBOL_GPL vmlinux 0xff81487d gpiod_remove_lookup_table +EXPORT_SYMBOL_GPL vmlinux 0xff84a8a5 page_reporting_order +EXPORT_SYMBOL_GPL vmlinux 0xff8cbf4b rhashtable_walk_start_check +EXPORT_SYMBOL_GPL vmlinux 0xff9e23d1 hugetlb_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0xffae8e8b nsecs_to_jiffies +EXPORT_SYMBOL_GPL vmlinux 0xffb858b8 sock_diag_unregister_inet_compat +EXPORT_SYMBOL_GPL vmlinux 0xffc31016 __stack_depot_save +EXPORT_SYMBOL_GPL vmlinux 0xffd8b759 gmap_make_secure +EXPORT_SYMBOL_GPL vmlinux 0xfff014a8 get_net_ns +EXPORT_SYMBOL_GPL vmlinux 0xfff54781 rcuwait_wake_up +EXPORT_SYMBOL_GPL vmlinux 0xfff96ee5 devm_register_sys_off_handler +FIRMWARE_LOADER_PRIVATE EXPORT_SYMBOL_GPL 0x07342898 unregister_firmware_config_sysctl vmlinux +FIRMWARE_LOADER_PRIVATE EXPORT_SYMBOL_GPL 0xae43feea register_firmware_config_sysctl vmlinux +FIRMWARE_LOADER_PRIVATE EXPORT_SYMBOL_GPL 0xd3ae7756 fw_fallback_config vmlinux +NVME_TARGET_PASSTHRU EXPORT_SYMBOL_GPL 0x5fb6c339 nvme_ctrl_from_file drivers/nvme/host/nvme-core +NVME_TARGET_PASSTHRU EXPORT_SYMBOL_GPL 0xaf3e6de7 nvme_execute_passthru_rq drivers/nvme/host/nvme-core +NVME_TARGET_PASSTHRU EXPORT_SYMBOL_GPL 0xb33a762d nvme_put_ns drivers/nvme/host/nvme-core +NVME_TARGET_PASSTHRU EXPORT_SYMBOL_GPL 0xc6bb080c nvme_find_get_ns drivers/nvme/host/nvme-core +NVME_TARGET_PASSTHRU EXPORT_SYMBOL_GPL 0xe8bf8850 nvme_passthru_end drivers/nvme/host/nvme-core +NVME_TARGET_PASSTHRU EXPORT_SYMBOL_GPL 0xf18d36b3 nvme_command_effects drivers/nvme/host/nvme-core +TEST_FIRMWARE EXPORT_SYMBOL_GPL 0x46ed53c1 firmware_request_builtin vmlinux --- linux-lowlatency-hwe-6.2-6.2.0.orig/debian.master/abi/s390x/generic.compiler +++ linux-lowlatency-hwe-6.2-6.2.0/debian.master/abi/s390x/generic.compiler @@ -0,0 +1 @@ +GCC: (Ubuntu 12.3.0-1ubuntu1~23.04) 12.3.0 --- linux-lowlatency-hwe-6.2-6.2.0.orig/debian.master/abi/s390x/generic.modules +++ linux-lowlatency-hwe-6.2-6.2.0/debian.master/abi/s390x/generic.modules @@ -0,0 +1,969 @@ +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 +cfbcopyarea +cfbfillrect +cfbimgblt +ch +chacha20poly1305 +chacha_generic +chacha_s390 +chsc_sch +cicada +cifs +cifs_arc4 +cifs_md4 +cls_basic +cls_bpf +cls_cgroup +cls_flow +cls_flower +cls_fw +cls_matchall +cls_route +cls_u32 +cmac +coda +cordic +cortina +crc-itu-t +crc32-vx_s390 +crc32_generic +crc4 +crc7 +crc8 +cryptd +crypto_engine +crypto_user +ctcm +curve25519-generic +cuse +dasd_diag_mod +dasd_eckd_mod +dasd_fba_mod +dasd_mod +davicom +dccp +dccp_diag +dccp_ipv4 +dccp_ipv6 +dcssblk +des_generic +des_s390 +device_dax +diag +diag288_wdt +dlm +dm-bio-prison +dm-bufio +dm-cache +dm-cache-smq +dm-clone +dm-crypt +dm-delay +dm-ebs +dm-era +dm-flakey +dm-historical-service-time +dm-integrity +dm-io-affinity +dm-log +dm-log-userspace +dm-log-writes +dm-mirror +dm-multipath +dm-persistent-data +dm-queue-length +dm-raid +dm-region-hash +dm-round-robin +dm-service-time +dm-snapshot +dm-switch +dm-thin-pool +dm-unstripe +dm-verity +dm-writecache +dm-zero +dm-zoned +dp83640 +dp83822 +dp83848 +dp83867 +dp83869 +dp83tc811 +drbd +drm +drm_kms_helper +drm_panel_orientation_quirks +drm_shmem_helper +drm_ttm_helper +drm_vram_helper +dummy +dummy_stm +dwc-xlgmac +eadm_sch +ebt_802_3 +ebt_among +ebt_arp +ebt_arpreply +ebt_dnat +ebt_ip +ebt_ip6 +ebt_limit +ebt_log +ebt_mark +ebt_mark_m +ebt_nflog +ebt_pkttype +ebt_redirect +ebt_snat +ebt_stp +ebt_vlan +ebtable_broute +ebtable_filter +ebtable_nat +ebtables +ecc +ecdh_generic +ecdsa_generic +echainiv +ecrdsa_generic +em_cmp +em_ipset +em_ipt +em_meta +em_nbyte +em_text +em_u32 +eql +erofs +esp4 +esp4_offload +esp6 +esp6_offload +essiv +et1011c +failover +faulty +fb_sys_fops +fcoe +fcrypt +fou +fou6 +fpga-mgr +fs3270 +fscache +fsm +garp +geneve +genwqe_card +gfs2 +ghash_s390 +gpio-aggregator +gpio-bt8xx +gpio-generic +gpio-idio-16 +gpio-pci-idio-16 +gpio-pcie-idio-24 +gpio-sim +grace +gre +gtp +hangcheck-timer +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 +icp +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_CLUSTERIP +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 +l2tp_core +l2tp_debugfs +l2tp_eth +l2tp_ip +l2tp_ip6 +l2tp_netlink +lcs +libceph +libchacha +libchacha20poly1305 +libcrc32c +libcurve25519 +libcurve25519-generic +libdes +libfc +libfcoe +libiscsi +libiscsi_tcp +libpoly1305 +libsas +linear +llc +lockd +lru_cache +lrw +lxt +lz4 +lz4_compress +lz4hc +lz4hc_compress +mac-celtic +mac-centeuro +mac-croatian +mac-cyrillic +mac-gaelic +mac-greek +mac-iceland +mac-inuit +mac-roman +mac-romanian +mac-turkish +macsec +macvlan +macvtap +marvell +marvell10g +md-cluster +md4 +mdev +mdio-i2c +memory-notifier-error-inject +mena21_wdt +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 +net_failover +netconsole +netdevsim +netfs +netiucv +netlink_diag +nf_conncount +nf_conntrack +nf_conntrack_amanda +nf_conntrack_bridge +nf_conntrack_broadcast +nf_conntrack_ftp +nf_conntrack_h323 +nf_conntrack_irc +nf_conntrack_netbios_ns +nf_conntrack_netlink +nf_conntrack_pptp +nf_conntrack_sane +nf_conntrack_sip +nf_conntrack_snmp +nf_conntrack_tftp +nf_defrag_ipv4 +nf_defrag_ipv6 +nf_dup_ipv4 +nf_dup_ipv6 +nf_dup_netdev +nf_flow_table +nf_flow_table_inet +nf_log_syslog +nf_nat +nf_nat_amanda +nf_nat_ftp +nf_nat_h323 +nf_nat_irc +nf_nat_pptp +nf_nat_sip +nf_nat_snmp_basic +nf_nat_tftp +nf_reject_ipv4 +nf_reject_ipv6 +nf_socket_ipv4 +nf_socket_ipv6 +nf_synproxy_core +nf_tables +nf_tproxy_ipv4 +nf_tproxy_ipv6 +nfnetlink +nfnetlink_acct +nfnetlink_cthelper +nfnetlink_cttimeout +nfnetlink_hook +nfnetlink_log +nfnetlink_osf +nfnetlink_queue +nfs +nfs_acl +nfs_layout_flexfiles +nfs_layout_nfsv41_files +nfsd +nfsv2 +nfsv3 +nfsv4 +nft_chain_nat +nft_compat +nft_connlimit +nft_ct +nft_dup_ipv4 +nft_dup_ipv6 +nft_dup_netdev +nft_fib +nft_fib_inet +nft_fib_ipv4 +nft_fib_ipv6 +nft_fib_netdev +nft_flow_offload +nft_fwd_netdev +nft_hash +nft_limit +nft_log +nft_masq +nft_meta_bridge +nft_nat +nft_numgen +nft_osf +nft_queue +nft_quota +nft_redir +nft_reject +nft_reject_bridge +nft_reject_inet +nft_reject_ipv4 +nft_reject_ipv6 +nft_reject_netdev +nft_socket +nft_synproxy +nft_tproxy +nft_tunnel +nft_xfrm +nhpoly1305 +nilfs2 +nlmon +nls_ascii +nls_cp1250 +nls_cp1251 +nls_cp1255 +nls_cp737 +nls_cp775 +nls_cp850 +nls_cp852 +nls_cp855 +nls_cp857 +nls_cp860 +nls_cp861 +nls_cp862 +nls_cp863 +nls_cp864 +nls_cp865 +nls_cp866 +nls_cp869 +nls_cp874 +nls_cp932 +nls_cp936 +nls_cp949 +nls_cp950 +nls_euc-jp +nls_iso8859-1 +nls_iso8859-13 +nls_iso8859-14 +nls_iso8859-15 +nls_iso8859-2 +nls_iso8859-3 +nls_iso8859-4 +nls_iso8859-5 +nls_iso8859-6 +nls_iso8859-7 +nls_iso8859-9 +nls_koi8-r +nls_koi8-ru +nls_koi8-u +nls_utf8 +notifier-error-inject +nsh +ntfs +ntfs3 +null_blk +nvme +nvme-common +nvme-core +nvme-fabrics +nvme-fc +nvme-loop +nvme-rdma +nvme-tcp +nvmet +nvmet-fc +nvmet-rdma +nvmet-tcp +objagg +ocfs2 +ocfs2_dlm +ocfs2_dlmfs +ocfs2_nodemanager +ocfs2_stack_o2cb +ocfs2_stack_user +ocfs2_stackglue +ofb +openvswitch +orangefs +overlay +p8022 +paes_s390 +parman +pcbc +pci-pf-stub +pci-stub +pcrypt +phylink +pkcs7_test_key +pkcs8_key_parser +pkey +pktgen +pnet +poly1305_generic +pretimeout_panic +prng +psample +psnap +ptp +ptp_clockmatrix +ptp_ines +qdio +qeth +qeth_l2 +qeth_l3 +qsemi +quota_tree +quota_v1 +quota_v2 +raid0 +raid1 +raid10 +raid456 +raid6_pq +raid_class +raw_diag +rbd +rdma_cm +rdma_rxe +rdma_ucm +rds +rds_rdma +rds_tcp +realtek +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_cbq +sch_cbs +sch_choke +sch_codel +sch_drr +sch_dsmark +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_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_core +serpent_generic +sfp +sha1_s390 +sha256_s390 +sha3_256_s390 +sha3_512_s390 +sha3_generic +sha512_s390 +sha_common +shiftfs +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 +syscopyarea +sysfillrect +sysimgblt +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 +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_blk +virtio_crypto +virtio_dma_buf +virtio_input +virtio_net +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 +zavl +zcommon +zcrypt +zcrypt_cex2a +zcrypt_cex2c +zcrypt_cex4 +zfcp +zfs +zlua +znvpair +zonefs +zram +zstd +zunicode +zzstd --- linux-lowlatency-hwe-6.2-6.2.0.orig/debian.master/abi/s390x/generic.modules.builtin +++ linux-lowlatency-hwe-6.2-6.2.0/debian.master/abi/s390x/generic.modules.builtin @@ -0,0 +1,160 @@ +aead +aes_generic +af_packet +akcipher +asn1_decoder +asn1_encoder +asymmetric_keys +autofs4 +binfmt_elf +binfmt_script +bitrev +bsg +cbc +cdrom +cmm +cn +compat_binfmt_elf +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 +fat +fb +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 +libblake2s +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 +nfs_ssc +nls_base +nls_cp437 +oid_registry +pci-ep-cfs +pci-epc-core +pci-epc-mem +pci-epf-core +pkcs7_message +pps_core +pretimeout_noop +public_key +raw3270 +reactor_panic +reactor_printk +restart-poweroff +rng +rng-core +rsa_generic +scsi_common +scsi_mod +sd_mod +selftests +seqiv +serdev +sg +sha1_generic +sha256_generic +sha512_generic +skcipher +smsgiucv +squashfs +sr_mod +system_heap +t10-pi +tcp_cubic +tpm +trusted +tty3270 +tun +udmabuf +unicode +unix +utf8data +vfat +virtio +virtio_balloon +virtio_console +virtio_pci +virtio_pci_legacy_dev +virtio_pci_modern_dev +virtio_ring +virtio_scsi +watch_queue +watchdog +wwnr +x509_key_parser +xts +xxhash +xz_dec +zbud +zlib_deflate +zlib_dfltcc +zlib_inflate +zpool +zsmalloc +zstd_common +zstd_compress +zstd_decompress +zswap --- linux-lowlatency-hwe-6.2-6.2.0.orig/debian.master/abi/s390x/generic.retpoline +++ linux-lowlatency-hwe-6.2-6.2.0/debian.master/abi/s390x/generic.retpoline @@ -0,0 +1 @@ +# RETPOLINE NOT ENABLED --- linux-lowlatency-hwe-6.2-6.2.0.orig/debian.master/abi/version +++ linux-lowlatency-hwe-6.2-6.2.0/debian.master/abi/version @@ -0,0 +1 @@ +6.2.0-38.39 --- linux-lowlatency-hwe-6.2-6.2.0.orig/debian.master/changelog +++ linux-lowlatency-hwe-6.2-6.2.0/debian.master/changelog @@ -0,0 +1,25421 @@ +linux (6.2.0-39.40) lunar; urgency=medium + + * lunar/linux: 6.2.0-39.40 -proposed tracker (LP: #2043451) + + * USB bus error after upgrading to proposed kernel on lunar and jammy + (LP: #2043197) + - USB: core: Fix oversight in SuperSpeed initialization + + * Include cifs.ko in linux-modules package (LP: #2042546) + - [Packaging] Replace fs/cifs with fs/smb/client in inclusion list + + -- Stefan Bader Tue, 14 Nov 2023 11:06:02 +0100 + +linux (6.2.0-38.39) lunar; urgency=medium + + * lunar/linux: 6.2.0-38.39 -proposed tracker (LP: #2041557) + + * CVE-2023-25775 + - RDMA/irdma: Prevent zero-length STAG registration + + * CVE-2023-5345 + - fs/smb/client: Reset password pointer to NULL + + * CVE-2023-39189 + - netfilter: nfnetlink_osf: avoid OOB read + + * SMC stats: Wrong bucket calculation for payload of exactly 4096 bytes + (LP: #2039575) + - net/smc: Fix pos miscalculation in statistics + + * [SRU][J/L/M] UBUNTU: [Packaging] Make WWAN driver a loadable module + (LP: #2033406) + - [Packaging] Make WWAN driver loadable modules + + * CVE-2023-45871 + - igb: set max size RX buffer when store bad packet is enabled + + * CVE-2023-39193 + - netfilter: xt_sctp: validate the flag_info count + + * CVE-2023-39192 + - netfilter: xt_u32: validate user space input + + * CVE-2023-31085 + - ubi: Refuse attaching if mtd's erasesize is 0 + + * CVE-2023-5717 + - perf: Disallow mis-matched inherited group reads + + * CVE-2023-5178 + - nvmet-tcp: Fix a possible UAF in queue intialization setup + + * CVE-2023-5158 + - vringh: don't use vringh_kiov_advance() in vringh_iov_xfer() + + * CVE-2023-5090 + - x86: KVM: SVM: always update the x2avic msr interception + + * usbip: error: failed to open /usr/share/hwdata//usb.ids (LP: #2039439) + - [Packaging] Make linux-tools-common depend on hwdata + + * Unable to use nvme drive to install Ubuntu 23.10 (LP: #2040157) + - misc: rtsx: Fix some platforms can not boot and move the l1ss judgment to + probe + + * Lunar update: upstream stable patchset 2023-10-19 (LP: #2039884) + - ACPI: thermal: Drop nocrt parameter + - module: Expose module_init_layout_section() + - arm64: module-plts: inline linux/moduleloader.h + - arm64: module: Use module_init_layout_section() to spot init sections + - ARM: module: Use module_init_layout_section() to spot init sections + - lockdep: fix static memory detection even more + - parisc: Cleanup mmap implementation regarding color alignment + - parisc: sys_parisc: parisc_personality() is called from asm code + - io_uring/parisc: Adjust pgoff in io_uring mmap() for parisc + - kallsyms: Fix kallsyms_selftest failure + - module/decompress: use vmalloc() for zstd decompression workspace + - Upstream stable to v6.1.51, v6.4.14 + - 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 + - modules: only allow symbol_get of EXPORT_SYMBOL_GPL modules + - 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 + - Bluetooth: btsdio: fix use after free bug in btsdio_remove due to 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 + - 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 + - nilfs2: fix general protection fault in nilfs_lookup_dirty_data_buffers() + - 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 + - wifi: rtw88: usb: kill and free rx urbs on probe failure + - Upstream stable to v6.1.52, v6.4.15 + + * Lunar update: upstream stable patchset 2023-10-18 (LP: #2039742) + - NFSv4.2: fix error handling in nfs42_proc_getxattr + - NFSv4: fix out path in __nfs4_get_acl_uncached + - xprtrdma: Remap Receive buffers after a reconnect + - drm/ast: Use drm_aperture_remove_conflicting_pci_framebuffers + - fbdev/radeon: use pci aperture helpers + - PCI: acpiphp: Reassign resources on bridge if necessary + - MIPS: cpu-features: Enable octeon_cache by cpu_type + - MIPS: cpu-features: Use boot_cpu_type for CPU type based features + - jbd2: remove t_checkpoint_io_list + - jbd2: remove journal_clean_one_cp_list() + - jbd2: fix a race when checking checkpoint buffer busy + - can: raw: fix receiver memory leak + - can: raw: fix lockdep issue in raw_release() + - s390/zcrypt: remove unnecessary (void *) conversions + - s390/zcrypt: fix reply buffer calculations for CCA replies + - drm/i915: Add the gen12_needs_ccs_aux_inv helper + - drm/i915/gt: Ensure memory quiesced before invalidation + - drm/i915/gt: Poll aux invalidation register bit on invalidation + - drm/i915/gt: Support aux invalidation on all engines + - tracing: Fix cpu buffers unavailable due to 'record_disabled' missed + - tracing: Fix memleak due to race between current_tracer and trace + - octeontx2-af: SDP: fix receive link config + - devlink: move code to a dedicated directory + - devlink: add missing unregister linecard notification + - net: dsa: felix: fix oversize frame dropping for always closed tc-taprio + gates + - sock: annotate data-races around prot->memory_pressure + - dccp: annotate data-races in dccp_poll() + - ipvlan: Fix a reference count leak warning in ipvlan_ns_exit() + - mlxsw: pci: Set time stamp fields also when its type is MIRROR_UTC + - mlxsw: reg: Fix SSPR register layout + - mlxsw: Fix the size of 'VIRT_ROUTER_MSB' + - selftests: mlxsw: Fix test failure on Spectrum-4 + - net: dsa: mt7530: fix handling of 802.1X PAE frames + - net: bgmac: Fix return value check for fixed_phy_register() + - net: bcmgenet: Fix return value check for fixed_phy_register() + - net: validate veth and vxcan peer ifindexes + - ipv4: fix data-races around inet->inet_id + - ice: fix receive buffer size miscalculation + - Revert "ice: Fix ice VF reset during iavf initialization" + - ice: Fix NULL pointer deref during VF reset + - selftests: bonding: do not set port down before adding to bond + - can: isotp: fix support for transmission of SF without flow control + - igb: Avoid starting unnecessary workqueues + - igc: Fix the typo in the PTM Control macro + - net/sched: fix a qdisc modification with ambiguous command request + - i40e: fix potential NULL pointer dereferencing of pf->vf + i40e_sync_vsi_filters() + - netfilter: nf_tables: flush pending destroy work before netlink notifier + - netfilter: nf_tables: fix out of memory error handling + - rtnetlink: Reject negative ifindexes in RTM_NEWLINK + - bonding: fix macvlan over alb bond support + - KVM: x86/mmu: Fix an sign-extension bug with mmu_seq that hangs vCPUs + - ASoC: amd: yc: Add VivoBook Pro 15 to quirks list for acp6x + - ASoC: cs35l41: Correct amp_gain_tlv values + - ibmveth: Use dcbf rather than dcbfl + - wifi: mac80211: limit reorder_buf_filtered to avoid UBSAN warning + - platform/x86: ideapad-laptop: Add support for new hotkeys found on ThinkBook + 14s Yoga ITL + - NFSv4: Fix dropped lock for racing OPEN and delegation return + - clk: Fix slab-out-of-bounds error in devm_clk_release() + - mm,ima,kexec,of: use memblock_free_late from ima_free_kexec_buffer + - shmem: fix smaps BUG sleeping while atomic + - ALSA: ymfpci: Fix the missing snd_card_free() call at probe error + - mm/gup: handle cont-PTE hugetlb pages correctly in gup_must_unshare() via + GUP-fast + - mm: add a call to flush_cache_vmap() in vmap_pfn() + - mm: memory-failure: fix unexpected return value in soft_offline_page() + - NFS: Fix a use after free in nfs_direct_join_group() + - nfsd: Fix race to FREE_STATEID and cl_revoked + - selinux: set next pointer before attaching to list + - batman-adv: Trigger events for auto adjusted MTU + - batman-adv: Don't increase MTU when set by user + - batman-adv: Do not get eth header before batadv_check_management_packet + - batman-adv: Fix TT global entry leak when client roamed back + - batman-adv: Fix batadv_v_ogm_aggr_send memory leak + - batman-adv: Hold rtnl lock during MTU update via netlink + - lib/clz_ctz.c: Fix __clzdi2() and __ctzdi2() for 32-bit kernels + - riscv: Handle zicsr/zifencei issue between gcc and binutils + - riscv: Fix build errors using binutils2.37 toolchains + - radix tree: remove unused variable + - of: unittest: Fix EXPECT for parse_phandle_with_args_map() test + - of: dynamic: Refactor action prints to not use "%pOF" inside devtree_lock + - pinctrl: amd: Mask wake bits on probe again + - media: vcodec: Fix potential array out-of-bounds in encoder queue_setup + - PCI: acpiphp: Use pci_assign_unassigned_bridge_resources() only for non-root + bus + - drm/vmwgfx: Fix shader stage validation + - drm/display/dp: Fix the DP DSC Receiver cap size + - x86/fpu: Invalidate FPU state correctly on exec() + - hwmon: (aquacomputer_d5next) Add selective 200ms delay after sending ctrl + report + - nfs: use vfs setgid helper + - nfsd: use vfs setgid helper + - cgroup/cpuset: Rename functions dealing with DEADLINE accounting + - sched/cpuset: Bring back cpuset_mutex + - sched/cpuset: Keep track of SCHED_DEADLINE task in cpusets + - cgroup/cpuset: Iterate only if DEADLINE tasks are present + - sched/deadline: Create DL BW alloc, free & check overflow interface + - cgroup/cpuset: Free DL BW in case can_attach() fails + - ublk: remove check IO_URING_F_SQE128 in ublk_ch_uring_cmd + - can: raw: add missing refcount for memory leak fix + - madvise:madvise_free_pte_range(): don't use mapcount() against large folio + for sharing check + - scsi: snic: Fix double free in snic_tgt_create() + - scsi: core: raid_class: Remove raid_component_add() + - clk: Fix undefined reference to `clk_rate_exclusive_{get,put}' + - pinctrl: renesas: rzg2l: Fix NULL pointer dereference in + rzg2l_dt_subnode_to_map() + - pinctrl: renesas: rzv2m: Fix NULL pointer dereference in + rzv2m_dt_subnode_to_map() + - pinctrl: renesas: rza2: Add lock around + pinctrl_generic{{add,remove}_group,{add,remove}_function} + - dma-buf/sw_sync: Avoid recursive lock during fence signal + - gpio: sim: dispose of irq mappings before destroying the irq_sim domain + - gpio: sim: pass the GPIO device's software node to irq domain + - ASoC: amd: yc: Fix a non-functional mic on Lenovo 82SJ + - maple_tree: disable mas_wr_append() when other readers are possible + - ASoC: amd: vangogh: select CONFIG_SND_AMD_ACP_CONFIG + - tg3: Use slab_build_skb() when needed + - Upstream stable to v6.1.50, v6.4.13 + + * CVE-2023-42754 + - ipv4: fix null-deref in ipv4_link_failure + + * Remove duplication of devm_pwmchip_add function definition (LP: #2039542) + - Revert "pwm: Add a stub for devm_pwmchip_add()" + + * Lunar update: upstream stable patchset 2023-10-11 (LP: #2039110) + - selftests: forwarding: tc_actions: cleanup temporary files when test is + aborted + - net/smc: replace mutex rmbs_lock and sndbufs_lock with rw_semaphore + - net: phy: at803x: Use devm_regulator_get_enable_optional() + - net: phy: at803x: fix the wol setting functions + - drm/amdgpu: fix calltrace warning in amddrm_buddy_fini + - drm/amdgpu: Fix integer overflow in amdgpu_cs_pass1 + - drm/amdgpu: fix memory leak in mes self test + - ASoC: Intel: sof_sdw: add quirk for MTL RVP + - ASoC: Intel: sof_sdw: add quirk for LNL RVP + - PCI: tegra194: Fix possible array out of bounds access + - ASoC: SOF: amd: Add pci revision id check + - drm/stm: ltdc: fix late dereference check + - drm: rcar-du: remove R-Car H3 ES1.* workarounds + - ASoC: amd: vangogh: Add check for acp config flags in vangogh platform + - ARM: dts: imx6dl: prtrvt, prtvt7, prti6q, prtwd2: fix USB related warnings + - ASoC: Intel: sof_sdw_rt_sdca_jack_common: test SOF_JACK_JDSRC in _exit + - ASoC: Intel: sof_sdw: Add support for Rex soundwire + - iopoll: Call cpu_relax() in busy loops + - ASoC: SOF: Intel: fix SoundWire/HDaudio mutual exclusion + - dma-remap: use kvmalloc_array/kvfree for larger dma memory remap + - accel/habanalabs: add pci health check during heartbeat + - HID: logitech-hidpp: Add USB and Bluetooth IDs for the Logitech G915 TKL + Keyboard + - iommu/amd: Introduce Disable IRTE Caching Support + - drm/amdgpu: install stub fence into potential unused fence pointers + - drm/amd/display: Apply 60us prefetch for DCFCLK <= 300Mhz + - RDMA/mlx5: Return the firmware result upon destroying QP/RQ + - drm/amd/display: Skip DPP DTO update if root clock is gated + - drm/amd/display: Enable dcn314 DPP RCO + - ASoC: SOF: core: Free the firmware trace before calling snd_sof_shutdown() + - HID: intel-ish-hid: ipc: Add Arrow Lake PCI device ID + - ALSA: hda/realtek: Add quirks for ROG ALLY CS35l41 audio + - smb: client: fix warning in cifs_smb3_do_mount() + - cifs: fix session state check in reconnect to avoid use-after-free issue + - serial: stm32: Ignore return value of uart_remove_one_port() in .remove() + - led: qcom-lpg: Fix resource leaks in for_each_available_child_of_node() + loops + - media: v4l2-mem2mem: add lock to protect parameter num_rdy + - media: camss: set VFE bpl_alignment to 16 for sdm845 and sm8250 + - usb: gadget: u_serial: Avoid spinlock recursion in __gs_console_push + - usb: gadget: uvc: queue empty isoc requests if no video buffer is available + - media: platform: mediatek: vpu: fix NULL ptr dereference + - thunderbolt: Read retimer NVM authentication status prior + tb_retimer_set_inbound_sbtx() + - usb: chipidea: imx: don't request QoS for imx8ulp + - usb: chipidea: imx: add missing USB PHY DPDM wakeup setting + - gfs2: Fix possible data races in gfs2_show_options() + - pcmcia: rsrc_nonstatic: Fix memory leak in nonstatic_release_resource_db() + - thunderbolt: Add Intel Barlow Ridge PCI ID + - thunderbolt: Limit Intel Barlow Ridge USB3 bandwidth + - firewire: net: fix use after free in fwnet_finish_incoming_packet() + - watchdog: sp5100_tco: support Hygon FCH/SCH (Server Controller Hub) + - Bluetooth: L2CAP: Fix use-after-free + - Bluetooth: btusb: Add MT7922 bluetooth ID for the Asus Ally + - ceph: try to dump the msgs when decoding fails + - drm/amdgpu: Fix potential fence use-after-free v2 + - fs/ntfs3: Enhance sanity check while generating attr_list + - fs: ntfs3: Fix possible null-pointer dereferences in mi_read() + - fs/ntfs3: Mark ntfs dirty when on-disk struct is corrupted + - ALSA: hda/realtek: Add quirks for Unis H3C Desktop B760 & Q760 + - ALSA: hda: fix a possible null-pointer dereference due to data race in + snd_hdac_regmap_sync() + - ALSA: hda/realtek: Add quirk for ASUS ROG GX650P + - ALSA: hda/realtek: Add quirk for ASUS ROG GA402X + - ALSA: hda/realtek: Add quirk for ASUS ROG GZ301V + - powerpc/kasan: Disable KCOV in KASAN code + - Bluetooth: MGMT: Use correct address for memcpy() + - ring-buffer: Do not swap cpu_buffer during resize process + - igc: read before write to SRRCTL register + - drm/amd/display: save restore hdcp state when display is unplugged from mst + hub + - drm/amd/display: phase3 mst hdcp for multiple displays + - drm/amd/display: fix access hdcp_workqueue assert + - fbdev/hyperv-fb: Do not set struct fb_info.apertures + - btrfs: move out now unused BG from the reclaim list + - btrfs: fix use-after-free of new block group that became unused + - virtio-mmio: don't break lifecycle of vm_dev + - vduse: Use proper spinlock for IRQ injection + - vdpa/mlx5: Fix mr->initialized semantics + - vdpa/mlx5: Delete control vq iotlb in destroy_mr only when necessary + - cifs: fix potential oops in cifs_oplock_break + - i2c: bcm-iproc: Fix bcm_iproc_i2c_isr deadlock issue + - i2c: hisi: Only handle the interrupt of the driver's transfer + - i2c: tegra: Fix i2c-tegra DMA config option processing + - fbdev: mmp: fix value check in mmphw_probe() + - powerpc/rtas_flash: allow user copy to flash block cache objects + - vdpa: Add features attr to vdpa_nl_policy for nlattr length check + - vdpa: Add queue index attr to vdpa_nl_policy for nlattr length check + - vdpa: Add max vqp attr to vdpa_nl_policy for nlattr length check + - vdpa: Enable strict validation for netlinks ops + - tty: n_gsm: fix the UAF caused by race condition in gsm_cleanup_mux + - tty: serial: fsl_lpuart: Clear the error flags by writing 1 for lpuart32 + platforms + - btrfs: fix incorrect splitting in btrfs_drop_extent_map_range + - btrfs: fix BUG_ON condition in btrfs_cancel_balance + - i2c: designware: Correct length byte validation logic + - i2c: designware: Handle invalid SMBus block data response length value + - net: xfrm: Fix xfrm_address_filter OOB read + - net: af_key: fix sadb_x_filter validation + - net: xfrm: Amend XFRMA_SEC_CTX nla_policy structure + - xfrm: fix slab-use-after-free in decode_session6 + - ip6_vti: fix slab-use-after-free in decode_session6 + - ip_vti: fix potential slab-use-after-free in decode_session6 + - xfrm: add forgotten nla_policy for XFRMA_MTIMER_THRESH + - virtio_net: notify MAC address change on device initialization + - virtio-net: set queues after driver_ok + - net: pcs: Add missing put_device call in miic_create + - net: phy: fix IRQ-based wake-on-lan over hibernate / power off + - selftests: mirror_gre_changes: Tighten up the TTL test match + - drm/panel: simple: Fix AUO G121EAN01 panel timings according to the docs + - net: macb: In ZynqMP resume always configure PS GTR for non-wakeup source + - octeon_ep: cancel tx_timeout_task later in remove sequence + - netfilter: nf_tables: fix false-positive lockdep splat + - ipvs: fix racy memcpy in proc_do_sync_threshold + - net: phy: broadcom: stub c45 read/write for 54810 + - team: Fix incorrect deletion of ETH_P_8021AD protocol vid from slaves + - net: openvswitch: reject negative ifindex + - iavf: fix FDIR rule fields masks validation + - i40e: fix misleading debug logs + - net: dsa: mv88e6xxx: Wait for EEPROM done before HW reset + - sfc: don't unregister flow_indr if it was never registered + - sock: Fix misuse of sk_under_memory_pressure() + - net: do not allow gso_size to be set to GSO_BY_FRAGS + - qede: fix firmware halt over suspend and resume + - ice: Block switchdev mode when ADQ is active and vice versa + - bus: ti-sysc: Flush posted write on enable before reset + - arm64: dts: qcom: qrb5165-rb5: fix thermal zone conflict + - arm64: dts: rockchip: Disable HS400 for eMMC on ROCK Pi 4 + - arm64: dts: rockchip: Disable HS400 for eMMC on ROCK 4C+ + - ARM: dts: imx: align LED node names with dtschema + - ARM: dts: imx6: phytec: fix RTC interrupt level + - arm64: dts: imx8mm: Drop CSI1 PHY reference clock configuration + - ARM: dts: imx: Set default tuning step for imx6sx usdhc + - arm64: dts: imx93: Fix anatop node size + - ASoC: rt5665: add missed regulator_bulk_disable + - ASoC: meson: axg-tdm-formatter: fix channel slot allocation + - ALSA: hda/realtek: Add quirks for HP G11 Laptops + - soc: aspeed: uart-routing: Use __sysfs_match_string + - soc: aspeed: socinfo: Add kfree for kstrdup + - ALSA: hda/realtek - Remodified 3k pull low procedure + - riscv: uaccess: Return the number of bytes effectively not copied + - serial: 8250: Fix oops for port->pm on uart_change_pm() + - ALSA: usb-audio: Add support for Mythware XA001AU capture and playback + interfaces. + - cifs: Release folio lock on fscache read hit. + - virtio-net: Zero max_tx_vq field for VIRTIO_NET_CTRL_MQ_HASH_CONFIG case + - arm64: dts: rockchip: Fix Wifi/Bluetooth on ROCK Pi 4 boards + - blk-crypto: dynamically allocate fallback profile + - mmc: wbsd: fix double mmc_free_host() in wbsd_init() + - mmc: block: Fix in_flight[issue_type] value error + - drm/qxl: fix UAF on handle creation + - drm/i915/sdvo: fix panel_type initialization + - drm/amdgpu/pm: fix throttle_status for other than MP1 11.0.7 + - ASoC: amd: vangogh: select CONFIG_SND_AMD_ACP_CONFIG + - drm/amd/display: disable RCO for DCN314 + - zsmalloc: allow only one active pool compaction context + - sched/fair: unlink misfit task from cpu overutilized + - sched/fair: Remove capacity inversion detection + - drm/amd/display: Implement workaround for writing to OTG_PIXEL_RATE_DIV + register + - netfilter: set default timeout to 3 secs for sctp shutdown send and recv + state + - arm64/ptrace: Ensure that SME is set up for target when writing SSVE state + - drm/amdgpu: keep irq count in amdgpu_irq_disable_all + - drm/nouveau/disp: fix use-after-free in error handling of + nouveau_connector_create + - net: fix the RTO timer retransmitting skb every 1ms if linear option is + enabled + - mmc: f-sdh30: fix order of function calls in sdhci_f_sdh30_remove + - rust: macros: vtable: fix `HAS_*` redefinition (`gen_const_name`) + - media: mtk-jpeg: Set platform driver data earlier + - xfrm: delete offloaded policy + - xfrm: don't skip free of empty state in acquire policy + - ARM: dts: imx: Set default tuning step for imx7d usdhc + - smb: client: fix null auth + - mmc: sunplus: fix return value check of mmc_add_host() + - Upstream stable to v6.1.47, v6.4.12 + + * Lunar update: upstream stable patchset 2023-10-10 (LP: #2038969) + - tpm: Disable RNG for all AMD fTPMs + - tpm: Add a helper for checking hwrng enabled + - ksmbd: validate command request size + - ksmbd: fix wrong next length validation of ea buffer in smb2_set_ea() + - wifi: nl80211: fix integer overflow in nl80211_parse_mbssid_elems() + - wifi: rtw89: fix 8852AE disconnection caused by RX full flags + - selftests: forwarding: Set default IPv6 traceroute utility + - wireguard: allowedips: expand maximum node depth + - mmc: moxart: read scr register without changing byte order + - ipv6: adjust ndisc_is_useropt() to also return true for PIO + - selftests: mptcp: join: fix 'delete and re-add' test + - selftests: mptcp: join: fix 'implicit EP' test + - mptcp: avoid bogus reset on fallback close + - mptcp: fix disconnect vs accept race + - dmaengine: pl330: Return DMA_PAUSED when transaction is paused + - net: mana: Fix MANA VF unload when hardware is unresponsive + - riscv/kexec: load initrd high in available memory + - riscv,mmio: Fix readX()-to-delay() ordering + - riscv/kexec: handle R_RISCV_CALL_PLT relocation type + - nvme-pci: add NVME_QUIRK_BOGUS_NID for Samsung PM9B1 256G and 512G + - drm/nouveau/gr: enable memory loads on helper invocation on all channels + - drm/nouveau/nvkm/dp: Add workaround to fix DP 1.3+ DPCD issues + - drm/shmem-helper: Reset vma->vm_ops before calling dma_buf_mmap() + - drm/amdgpu: fix possible UAF in amdgpu_cs_pass1() + - drm/amd/display: check attr flag before set cursor degamma on DCN3+ + - drm/amd/display: limit DPIA link rate to HBR3 + - cpuidle: dt_idle_genpd: Add helper function to remove genpd topology + - hwmon: (pmbus/bel-pfe) Enable PMBUS_SKIP_STATUS_CHECK for pfe1100 + - radix tree test suite: fix incorrect allocation size for pthreads + - nilfs2: fix use-after-free of nilfs_root in dirtying inodes via iput + - drm/amd/pm: fulfill swsmu peak profiling mode shader/memory clock settings + - drm/amd/pm: expose swctf threshold setting for legacy powerplay + - drm/amd/pm: fulfill powerplay peak profiling mode shader/memory clock + settings + - drm/amd/pm: avoid unintentional shutdown due to temperature momentary + fluctuation + - io_uring: correct check for O_TMPFILE + - iio: cros_ec: Fix the allocation size for cros_ec_command + - iio: frequency: admv1013: propagate errors from regulator_get_voltage() + - iio: adc: ad7192: Fix ac excitation feature + - iio: adc: ina2xx: avoid NULL pointer dereference on OF device match + - binder: fix memory leak in binder_init() + - misc: rtsx: judge ASPM Mode to set PETXCFG Reg + - usb-storage: alauda: Fix uninit-value in alauda_check_media() + - usb: dwc3: Properly handle processing of pending events + - USB: Gadget: core: Help prevent panic during UVC unconfigure + - usb: common: usb-conn-gpio: Prevent bailing out if initial role is none + - usb: typec: tcpm: Fix response to vsafe0V event + - usb: typec: altmodes/displayport: Signal hpd when configuring pin assignment + - x86/cpu/amd: Enable Zenbleed fix for AMD Custom APU 0405 + - x86/mm: Fix VDSO and VVAR placement on 5-level paging machines + - x86/sev: Do not try to parse for the CC blob on non-AMD hardware + - x86/speculation: Add cpu_show_gds() prototype + - drm/nouveau/disp: Revert a NULL check inside nouveau_connector_get_modes + - iio: core: Prevent invalid memory access when there is no parent + - interconnect: qcom: Add support for mask-based BCMs + - interconnect: qcom: sm8450: add enable_mask for bcm nodes + - selftests/rseq: Fix build with undefined __weak + - selftests: forwarding: Add a helper to skip test when using veth pairs + - selftests: forwarding: ethtool: Skip when using veth pairs + - selftests: forwarding: ethtool_extended_state: Skip when using veth pairs + - selftests: forwarding: hw_stats_l3_gre: Skip when using veth pairs + - selftests: forwarding: Skip test when no interfaces are specified + - selftests: forwarding: Switch off timeout + - selftests: forwarding: tc_flower: Relax success criterion + - net: core: remove unnecessary frame_sz check in bpf_xdp_adjust_tail() + - bpf, sockmap: Fix map type error in sock_map_del_link + - bpf, sockmap: Fix bug that strp_done cannot be called + - mISDN: Update parameter type of dsp_cmx_send() + - macsec: use DEV_STATS_INC() + - mptcp: fix the incorrect judgment for msk->cb_flags + - net/packet: annotate data-races around tp->status + - tcp: add missing family to tcp_set_ca_state() tracepoint + - tunnels: fix kasan splat when generating ipv4 pmtu error + - xsk: fix refcount underflow in error path + - bonding: Fix incorrect deletion of ETH_P_8021AD protocol vid from slaves + - dccp: fix data-race around dp->dccps_mss_cache + - drivers: net: prevent tun_build_skb() to exceed the packet size limit + - drivers: vxlan: vnifilter: free percpu vni stats on error path + - iavf: fix potential races for FDIR filters + - IB/hfi1: Fix possible panic during hotplug remove + - drm/rockchip: Don't spam logs in atomic check + - wifi: cfg80211: fix sband iftype data lookup for AP_VLAN + - RDMA/umem: Set iova in ODP flow + - net: tls: avoid discarding data on record close + - net: marvell: prestera: fix handling IPv4 routes with nhid + - net: phy: at803x: remove set/get wol callbacks for AR8032 + - net: dsa: ocelot: call dsa_tag_8021q_unregister() under rtnl_lock() on + driver remove + - net: hns3: refactor hclge_mac_link_status_wait for interface reuse + - net: hns3: add wait until mac link down + - net: hns3: fix deadlock issue when externel_lb and reset are executed + together + - nexthop: Fix infinite nexthop dump when using maximum nexthop ID + - nexthop: Make nexthop bucket dump more efficient + - nexthop: Fix infinite nexthop bucket dump when using maximum nexthop ID + - net: hns3: fix strscpy causing content truncation issue + - dmaengine: mcf-edma: Fix a potential un-allocated memory access + - dmaengine: owl-dma: Modify mismatched function name + - net/mlx5: Allow 0 for total host VFs + - net/mlx5: LAG, Check correct bucket when modifying LAG + - net/mlx5: Skip clock update work when device is in error state + - net/mlx5: Reload auxiliary devices in pci error handlers + - ibmvnic: Enforce stronger sanity checks on login response + - ibmvnic: Unmap DMA login rsp buffer on send login fail + - ibmvnic: Handle DMA unmapping of login buffs in release functions + - ibmvnic: Do partial reset on login failure + - ibmvnic: Ensure login failure recovery is safe from other resets + - gpio: ws16c48: Fix off-by-one error in WS16C48 resource region extent + - gpio: sim: mark the GPIO chip as a one that can sleep + - btrfs: wait for actual caching progress during allocation + - btrfs: don't stop integrity writeback too early + - btrfs: properly clear end of the unreserved range in cow_file_range + - btrfs: exit gracefully if reloc roots don't match + - btrfs: reject invalid reloc tree root keys with stack dump + - btrfs: set cache_block_group_error if we find an error + - nvme-tcp: fix potential unbalanced freeze & unfreeze + - nvme-rdma: fix potential unbalanced freeze & unfreeze + - netfilter: nf_tables: report use refcount overflow + - scsi: core: Fix legacy /proc parsing buffer overflow + - scsi: storvsc: Fix handling of virtual Fibre Channel timeouts + - scsi: ufs: renesas: Fix private allocation + - scsi: 53c700: Check that command slot is not NULL + - scsi: snic: Fix possible memory leak if device_add() fails + - scsi: core: Fix possible memory leak if device_add() fails + - scsi: fnic: Replace return codes in fnic_clean_pending_aborts() + - scsi: qedi: Fix firmware halt over suspend and resume + - scsi: qedf: Fix firmware halt over suspend and resume + - platform/x86: serial-multi-instantiate: Auto detect IRQ resource for CSC3551 + - ACPI: scan: Create platform device for CS35L56 + - alpha: remove __init annotation from exported page_is_ram() + - drm/amd/pm/smu7: move variables to where they are used + - mmc: sdhci-f-sdh30: Replace with sdhci_pltfm + - cpuidle: psci: Move enabling OSI mode after power domains creation + - zsmalloc: fix races between modifications of fullness and isolated + - hugetlb: do not clear hugetlb dtor until allocating vmemmap + - mm: memory-failure: fix potential unexpected return value from + unpoison_memory() + - mm: memory-failure: avoid false hwpoison page mapped error info + - x86/linkage: Fix typo of BUILD_VDSO in asm/linkage.h + - selftests: forwarding: bridge_mdb: Check iproute2 version + - selftests: forwarding: tc_actions: Use ncat instead of nc + - selftests: forwarding: bridge_mdb: Make test more robust + - drm/bridge: it6505: Check power state with it6505->powered in IRQ handler + - drm/nouveau: remove unused tu102_gr_load() function + - Upstream stable to v6.1.46, v6.4.11 + + * Lunar update: upstream stable patchset 2023-10-02 (LP: #2038236) + - Upstream stable to v6.1.44, v6.4.9 + - net/mlx5: Free irqs only on shutdown callback + - iommu/arm-smmu-v3: Work around MMU-600 erratum 1076982 + - iommu/arm-smmu-v3: Document MMU-700 erratum 2812531 + - iommu/arm-smmu-v3: Add explicit feature for nesting + - iommu/arm-smmu-v3: Document nesting-related errata + - arm64: dts: imx8mm-venice-gw7903: disable disp_blk_ctrl + - arm64: dts: imx8mm-venice-gw7904: disable disp_blk_ctrl + - arm64: dts: phycore-imx8mm: Label typo-fix of VPU + - arm64: dts: phycore-imx8mm: Correction in gpio-line-names + - arm64: dts: imx8mn-var-som: add missing pull-up for onboard PHY reset pinmux + - arm64: dts: freescale: Fix VPU G2 clock + - firmware: smccc: Fix use of uninitialised results structure + - lib/bitmap: workaround const_eval test build failure + - firmware: arm_scmi: Fix chan_free cleanup on SMC + - word-at-a-time: use the same return type for has_zero regardless of + endianness + - KVM: s390: fix sthyi error handling + - erofs: fix wrong primary bvec selection on deduplicated extents + - wifi: cfg80211: Fix return value in scan logic + - net/mlx5e: fix double free in macsec_fs_tx_create_crypto_table_groups + - net/mlx5: DR, fix memory leak in mlx5dr_cmd_create_reformat_ctx + - net/mlx5: fix potential memory leak in mlx5e_init_rep_rx + - net/mlx5e: fix return value check in mlx5e_ipsec_remove_trailer() + - net/mlx5e: Fix crash moving to switchdev mode when ntuple offload is set + - net/mlx5e: Move representor neigh cleanup to profile cleanup_tx + - bpf: Add length check for SK_DIAG_BPF_STORAGE_REQ_MAP_FD parsing + - rtnetlink: let rtnl_bridge_setlink checks IFLA_BRIDGE_MODE length + - net: dsa: fix value check in bcm_sf2_sw_probe() + - perf test uprobe_from_different_cu: Skip if there is no gcc + - net: sched: cls_u32: Fix match key mis-addressing + - mISDN: hfcpci: Fix potential deadlock on &hc->lock + - qed: Fix scheduling in a tasklet while getting stats + - net: annotate data-races around sk->sk_reserved_mem + - net: annotate data-race around sk->sk_txrehash + - net: annotate data-races around sk->sk_max_pacing_rate + - net: add missing READ_ONCE(sk->sk_rcvlowat) annotation + - net: add missing READ_ONCE(sk->sk_sndbuf) annotation + - net: add missing READ_ONCE(sk->sk_rcvbuf) annotation + - net: annotate data-races around sk->sk_mark + - net: add missing data-race annotations around sk->sk_peek_off + - net: add missing data-race annotation for sk_ll_usec + - net: annotate data-races around sk->sk_priority + - net/sched: taprio: Limit TCA_TAPRIO_ATTR_SCHED_CYCLE_TIME to INT_MAX. + - ice: Fix RDMA VSI removal during queue rebuild + - bpf, cpumap: Handle skb as well when clean up ptr_ring + - bpf: sockmap: Remove preempt_disable in sock_map_sk_acquire + - net: ll_temac: fix error checking of irq_of_parse_and_map() + - net: korina: handle clk prepare error in korina_probe() + - net: netsec: Ignore 'phy-mode' on SynQuacer in DT mode + - bnxt_en: Fix page pool logic for page size >= 64K + - bnxt_en: Fix max_mtu setting for multi-buf XDP + - net: dcb: choose correct policy to parse DCB_ATTR_BCN + - s390/qeth: Don't call dev_close/dev_open (DOWN/UP) + - ip6mr: Fix skb_under_panic in ip6mr_cache_report() + - vxlan: Fix nexthop hash size + - net/mlx5: fs_core: Make find_closest_ft more generic + - net/mlx5: fs_core: Skip the FTs in the same FS_TYPE_PRIO_CHAINS fs_prio + - prestera: fix fallback to previous version on same major version + - tcp_metrics: fix addr_same() helper + - tcp_metrics: annotate data-races around tm->tcpm_stamp + - tcp_metrics: annotate data-races around tm->tcpm_lock + - tcp_metrics: annotate data-races around tm->tcpm_vals[] + - tcp_metrics: annotate data-races around tm->tcpm_net + - tcp_metrics: fix data-race in tcpm_suck_dst() vs fastopen + - rust: allocator: Prevent mis-aligned allocation + - scsi: zfcp: Defer fc_rport blocking until after ADISC response + - scsi: storvsc: Limit max_sectors for virtual Fibre Channel devices + - libceph: fix potential hang in ceph_osdc_notify() + - USB: zaurus: Add ID for A-300/B-500/C-700 + - ceph: defer stopping mdsc delayed_work + - firmware: arm_scmi: Drop OF node reference in the transport channel setup + - exfat: use kvmalloc_array/kvfree instead of kmalloc_array/kfree + - exfat: release s_lock before calling dir_emit() + - mtd: spinand: toshiba: Fix ecc_get_status + - mtd: rawnand: meson: fix OOB available bytes for ECC + - bpf: Disable preemption in bpf_perf_event_output + - arm64: dts: stratix10: fix incorrect I2C property for SCL signal + - wifi: mt76: mt7615: do not advertise 5 GHz on first phy of MT7615D (DBDC) + - x86/hyperv: Disable IBT when hypercall page lacks ENDBR instruction + - rbd: prevent busy loop when requesting exclusive lock + - bpf: Disable preemption in bpf_event_output + - powerpc/ftrace: Create a dummy stackframe to fix stack unwind + - arm64/fpsimd: Sync and zero pad FPSIMD state for streaming SVE + - arm64/fpsimd: Clear SME state in the target task when setting the VL + - arm64/fpsimd: Sync FPSIMD state with SVE for SME only systems + - open: make RESOLVE_CACHED correctly test for O_TMPFILE + - drm/ttm: check null pointer before accessing when swapping + - drm/i915: Fix premature release of request's reusable memory + - drm/i915/gt: Cleanup aux invalidation registers + - clk: imx93: Propagate correct error in imx93_clocks_probe() + - bpf, cpumap: Make sure kthread is running before map update returns + - file: reinstate f_pos locking optimization for regular files + - mm: kmem: fix a NULL pointer dereference in obj_stock_flush_required() + - fs/ntfs3: Use __GFP_NOWARN allocation at ntfs_load_attr_list() + - fs/sysv: Null check to prevent null-ptr-deref bug + - debugobjects: Recheck debug_objects_enabled before reporting + - net: usbnet: Fix WARNING in usbnet_start_xmit/usb_submit_urb + - fs: Protect reconfiguration of sb read-write from racing writes + - ext2: Drop fragment support + - btrfs: remove BUG_ON()'s in add_new_free_space() + - io_uring: annotate offset timeout races + - mtd: rawnand: omap_elm: Fix incorrect type in assignment + - mtd: rawnand: rockchip: fix oobfree offset and description + - mtd: rawnand: rockchip: Align hwecc vs. raw page helper layouts + - mtd: rawnand: fsl_upm: Fix an off-by one test in fun_exec_op() + - powerpc/mm/altmap: Fix altmap boundary check + - drm/imx/ipuv3: Fix front porch adjustment upon hactive aligning + - drm/amd/display: Ensure that planes are in the same order + - drm/amd/display: skip CLEAR_PAYLOAD_ID_TABLE if device mst_en is 0 + - selftests/rseq: Play nice with binaries statically linked against glibc + 2.35+ + - arm64/ptrace: Don't enable SVE when setting streaming SVE + - drm/amdgpu: Use apt name for FW reserved region + - Revert "drm/i915: Disable DC states for all commits" + - net/mlx5: Honor user input for migratable port fn attr + - net/mlx5e: xsk: Fix crash on regular rq reactivation + - net: stmmac: tegra: Properly allocate clock bulk data + - net: gro: fix misuse of CB in udp socket lookup + - net: usb: lan78xx: reorder cleanup operations to avoid UAF bugs + - bnxt: don't handle XDP in netpoll + - selftest: net: Assert on a proper value in so_incoming_cpu.c. + - mtd: spinand: winbond: Fix ecc_get_status + - smb: client: fix dfs link mount against w2k8 + - ARM: dts: nxp/imx6sll: fix wrong property name in usbphy node + - Upstream stable to v6.1.45, v6.4.10 + + * CVE-2023-37453 + - 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() + + * Packaging resync (LP: #1786013) + - [Packaging] update helper scripts + + -- Stefan Bader Mon, 30 Oct 2023 12:20:37 +0100 + +linux (6.2.0-36.37) lunar; urgency=medium + + * lunar/linux: 6.2.0-36.37 -proposed tracker (LP: #2038076) + + * Regression for ubuntu_bpf test build caused by upstream bdeeed3498c7 + (LP: #2035181) + - selftests/bpf: fix static assert compilation issue for test_cls_*.c + + * CVE-2023-4244 + - netfilter: nf_tables: don't skip expired elements during walk + - netfilter: nf_tables: adapt set backend to use GC transaction API + - netfilter: nft_set_hash: mark set element as dead when deleting from packet + path + - netfilter: nf_tables: GC transaction API to avoid race with control plane + - netfilter: nf_tables: don't fail inserts if duplicate has expired + - netfilter: nf_tables: fix kdoc warnings after gc rework + - netfilter: nf_tables: fix GC transaction races with netns and netlink event + exit path + - netfilter: nf_tables: GC transaction race with netns dismantle + - netfilter: nf_tables: GC transaction race with abort path + - netfilter: nf_tables: use correct lock to protect gc_list + - netfilter: nf_tables: defer gc run if previous batch is still pending + - netfilter: nft_dynset: disallow object maps + - netfilter: nft_set_rbtree: skip sync GC for new elements in this transaction + + * CVE-2023-4563 + - netfilter: nf_tables: remove busy mark and gc batch API + + * CVE-2023-42756 + - netfilter: ipset: Fix race between IPSET_CMD_CREATE and IPSET_CMD_SWAP + + * CVE-2023-4623 + - net/sched: sch_hfsc: Ensure inner classes have fsc curve + + * Fix unstable audio at low levels on Thinkpad P1G4 (LP: #2037077) + - ALSA: hda/realtek - ALC287 I2S speaker platform support + + * Lunar update: upstream stable patchset 2023-09-21 (LP: #2037005) + - Upstream stable to v6.1.41, v6.4.6 + - io_uring: treat -EAGAIN for REQ_F_NOWAIT as final for io-wq + - ALSA: hda/realtek - remove 3k pull low procedure + - ALSA: hda/realtek: Add quirk for Clevo NS70AU + - ALSA: hda/realtek: Enable Mute LED on HP Laptop 15s-eq2xxx + - maple_tree: set the node limit when creating a new root node + - maple_tree: fix node allocation testing on 32 bit + - keys: Fix linking a duplicate key to a keyring's assoc_array + - perf probe: Add test for regression introduced by switch to + die_get_decl_file() + - btrfs: fix warning when putting transaction with qgroups enabled after abort + - fuse: revalidate: don't invalidate if interrupted + - fuse: Apply flags2 only when userspace set the FUSE_INIT_EXT + - btrfs: set_page_extent_mapped after read_folio in btrfs_cont_expand + - btrfs: zoned: fix memory leak after finding block group with super blocks + - fuse: ioctl: translate ENOSYS in outarg + - btrfs: fix race between balance and cancel/pause + - selftests: tc: set timeout to 15 minutes + - selftests: tc: add 'ct' action kconfig dep + - regmap: Drop initial version of maximum transfer length fixes + - of: Preserve "of-display" device name for compatibility + - regmap: Account for register length in SMBus I/O limits + - arm64/fpsimd: Ensure SME storage is allocated after SVE VL changes + - can: mcp251xfd: __mcp251xfd_chip_set_mode(): increase poll timeout + - can: bcm: Fix UAF in bcm_proc_show() + - can: gs_usb: gs_can_open(): improve error handling + - selftests: tc: add ConnTrack procfs kconfig + - dma-buf/dma-resv: Stop leaking on krealloc() failure + - drm/amdgpu/vkms: relax timer deactivation by hrtimer_try_to_cancel + - drm/amdgpu/pm: make gfxclock consistent for sienna cichlid + - drm/amdgpu/pm: make mclk consistent for smu 13.0.7 + - drm/client: Fix memory leak in drm_client_target_cloned + - drm/client: Fix memory leak in drm_client_modeset_probe + - drm/amd/display: only accept async flips for fast updates + - drm/amd/display: Disable MPC split by default on special asic + - drm/amd/display: check TG is non-null before checking if enabled + - drm/amd/display: Keep PHY active for DP displays on DCN31 + - ASoC: fsl_sai: Disable bit clock with transmitter + - ASoC: fsl_sai: Revert "ASoC: fsl_sai: Enable MCTL_MCLK_EN bit for master + mode" + - ASoC: tegra: Fix ADX byte map + - ASoC: rt5640: Fix sleep in atomic context + - ASoC: cs42l51: fix driver to properly autoload with automatic module loading + - ASoC: codecs: wcd938x: fix missing clsh ctrl error handling + - ASoC: codecs: wcd-mbhc-v2: fix resource leaks on component remove + - ASoC: qdsp6: audioreach: fix topology probe deferral + - ASoC: tegra: Fix AMX byte map + - ASoC: codecs: wcd938x: fix resource leaks on component remove + - ASoC: codecs: wcd938x: fix missing mbhc init error handling + - ASoC: codecs: wcd934x: fix resource leaks on component remove + - ASoC: codecs: wcd938x: fix codec initialisation race + - ASoC: codecs: wcd938x: fix soundwire initialisation race + - ext4: correct inline offset when handling xattrs in inode body + - drm/radeon: Fix integer overflow in radeon_cs_parser_init + - ALSA: emu10k1: roll up loops in DSP setup code for Audigy + - quota: Properly disable quotas when add_dquot_ref() fails + - quota: fix warning in dqgrab() + - HID: add quirk for 03f0:464a HP Elite Presenter Mouse + - ovl: check type and offset of struct vfsmount in ovl_entry + - udf: Fix uninitialized array access for some pathnames + - fs: jfs: Fix UBSAN: array-index-out-of-bounds in dbAllocDmapLev + - MIPS: dec: prom: Address -Warray-bounds warning + - FS: JFS: Fix null-ptr-deref Read in txBegin + - FS: JFS: Check for read-only mounted filesystem in txBegin + - ACPI: video: Add backlight=native DMI quirk for Dell Studio 1569 + - rcu-tasks: Avoid pr_info() with spin lock in cblist_init_generic() + - rcu: Mark additional concurrent load from ->cpu_no_qs.b.exp + - sched/fair: Don't balance task to its current running CPU + - wifi: ath11k: fix registration of 6Ghz-only phy without the full channel + range + - bpf: Print a warning only if writing to unprivileged_bpf_disabled. + - bpf: Address KCSAN report on bpf_lru_list + - bpf: tcp: Avoid taking fast sock lock in iterator + - wifi: ath11k: add support default regdb while searching board-2.bin for + WCN6855 + - wifi: mac80211_hwsim: Fix possible NULL dereference + - spi: dw: Add compatible for Intel Mount Evans SoC + - wifi: ath11k: fix memory leak in WMI firmware stats + - net: ethernet: litex: add support for 64 bit stats + - devlink: report devlink_port_type_warn source device + - wifi: wext-core: Fix -Wstringop-overflow warning in + ioctl_standard_iw_point() + - wifi: iwlwifi: Add support for new PCI Id + - wifi: iwlwifi: mvm: avoid baid size integer overflow + - wifi: iwlwifi: pcie: add device id 51F1 for killer 1675 + - net: hns3: fix strncpy() not using dest-buf length as length issue + - ASoC: amd: acp: fix for invalid dai id handling in acp_get_byte_count() + - ASoC: codecs: wcd938x: fix mbhc impedance loglevel + - ASoC: codecs: wcd938x: fix dB range for HPHL and HPHR + - ASoC: qcom: q6apm: do not close GPR port before closing graph + - sched/fair: Use recent_used_cpu to test p->cpus_ptr + - sched/psi: Rearrange polling code in preparation + - sched/psi: Rename existing poll members in preparation + - sched/psi: Extract update_triggers side effect + - sched/psi: Allow unprivileged polling of N*2s period + - sched/psi: use kernfs polling functions for PSI trigger polling + - pinctrl: renesas: rzv2m: Handle non-unique subnode names + - pinctrl: renesas: rzg2l: Handle non-unique subnode names + - spi: bcm63xx: fix max prepend length + - fbdev: imxfb: warn about invalid left/right margin + - fbdev: imxfb: Removed unneeded release_mem_region + - perf build: Fix library not found error when using CSLIBS + - btrfs: be a bit more careful when setting mirror_num_ret in btrfs_map_block + - spi: s3c64xx: clear loopback bit after loopback test + - kallsyms: strip LTO-only suffixes from promoted global functions + - dsa: mv88e6xxx: Do a final check before timing out + - net: ethernet: ti: cpsw_ale: Fix cpsw_ale_get_field()/cpsw_ale_set_field() + - net: ethernet: mtk_eth_soc: handle probe deferral + - ASoC: SOF: ipc3-dtrace: uninitialized data in dfsentry_trace_filter_write() + - net: sched: cls_matchall: Undo tcf_bind_filter in case of failure after + mall_set_parms + - net: sched: cls_u32: Undo tcf_bind_filter if u32_replace_hw_knode + - net: sched: cls_u32: Undo refcount decrement in case update failed + - net: sched: cls_bpf: Undo tcf_bind_filter in case of an error + - net: dsa: microchip: ksz8: Separate static MAC table operations for code + reuse + - net: dsa: microchip: ksz8: Make ksz8_r_sta_mac_table() static + - net: dsa: microchip: ksz8_r_sta_mac_table(): Avoid using error code for + empty entries + - net: dsa: microchip: correct KSZ8795 static MAC table access + - iavf: Fix use-after-free in free_netdev + - iavf: Fix out-of-bounds when setting channels on remove + - iavf: use internal state to free traffic IRQs + - iavf: make functions static where possible + - iavf: Wait for reset in callbacks which trigger it + - iavf: fix a deadlock caused by rtnl and driver's lock circular dependencies + - iavf: fix reset task race with iavf_remove() + - security: keys: Modify mismatched function name + - octeontx2-pf: Dont allocate BPIDs for LBK interfaces + - bpf: Fix subprog idx logic in check_max_stack_depth + - bpf: Repeat check_max_stack_depth for async callbacks + - bpf, arm64: Fix BTI type used for freplace attached functions + - igc: Avoid transmit queue timeout for XDP + - igc: Prevent garbled TX queue with XDP ZEROCOPY + - net: ipv4: use consistent txhash in TIME_WAIT and SYN_RECV + - tcp: annotate data-races around tcp_rsk(req)->txhash + - tcp: annotate data-races around tcp_rsk(req)->ts_recent + - net: ipv4: Use kfree_sensitive instead of kfree + - net:ipv6: check return value of pskb_trim() + - Revert "tcp: avoid the lookup process failing to get sk in ehash table" + - fbdev: au1200fb: Fix missing IRQ check in au1200fb_drv_probe + - llc: Don't drop packet from non-root netns. + - ALSA: hda/realtek: Fix generic fixup definition for cs35l41 amp + - netfilter: nf_tables: fix spurious set element insertion failure + - netfilter: nf_tables: can't schedule in nft_chain_validate + - Bluetooth: use RCU for hci_conn_params and iterate safely in hci_sync + - Bluetooth: hci_event: call disconnect callback before deleting conn + - Bluetooth: ISO: fix iso_conn related locking and validity issues + - Bluetooth: hci_sync: Avoid use-after-free in dbg for + hci_remove_adv_monitor() + - tcp: annotate data-races around tp->tcp_tx_delay + - tcp: annotate data-races around tp->tsoffset + - tcp: annotate data-races around tp->keepalive_time + - tcp: annotate data-races around tp->keepalive_intvl + - tcp: annotate data-races around tp->keepalive_probes + - tcp: annotate data-races around icsk->icsk_syn_retries + - tcp: annotate data-races around tp->linger2 + - tcp: annotate data-races around rskq_defer_accept + - tcp: annotate data-races around tp->notsent_lowat + - tcp: annotate data-races around icsk->icsk_user_timeout + - tcp: annotate data-races around fastopenq.max_qlen + - net: phy: prevent stale pointer dereference in phy_init() + - jbd2: recheck chechpointing non-dirty buffer + - tracing/histograms: Return an error if we fail to add histogram to hist_vars + list + - drm/ttm: fix bulk_move corruption when adding a entry + - spi: dw: Remove misleading comment for Mount Evans SoC + - kallsyms: add kallsyms_seqs_of_names to list of special symbols + - scripts/kallsyms: update the usage in the comment block + - selftests/bpf: Workaround verification failure for + fexit_bpf2bpf/func_replace_return_code + - selftests/bpf: Fix sk_assign on s390x + - drm/amd/display: fix some coding style issues + - drm/dp_mst: Clear MSG_RDY flag before sending new message + - drm/amd/display: force connector state when bpc changes during compliance + - drm/amd/display: Clean up errors & warnings in amdgpu_dm.c + - drm/amd/display: fix linux dp link lost handled only one time + - drm/amd/display: Add polling method to handle MST reply packet + - perf probe: Read DWARF files from the correct CU + - btrfs: raid56: always verify the P/Q contents for scrub + - can: gs_usb: fix time stamp counter initialization + - KVM: arm64: Correctly handle page aging notifiers for unaligned memslot + - KVM: arm64: vgic-v4: Make the doorbell request robust w.r.t preemption + - gso: fix dodgy bit handling for GSO_UDP_L4 + - drm/i915/perf: add sentinel to xehp_oa_b_counters + - net: ethernet: mtk_eth_soc: always mtk_get_ib1_pkt_type + - Upstream stable to v6.1.42, v6.4.7 + - netfilter: nf_tables: fix underflow in object reference counter + - netfilter: nf_tables: fix underflow in chain reference counter + - platform/x86/amd/pmf: Notify OS power slider update + - platform/x86/amd/pmf: reduce verbosity of apmf_get_system_params + - jbd2: Fix wrongly judgement for buffer head removing while doing checkpoint + - blk-mq: Fix stall due to recursive flush plug + - powerpc/pseries/vas: Hold mmap_mutex after mmap lock during window close + - KVM: s390: pv: fix index value of replaced ASCE + - io_uring: don't audit the capability check in io_uring_create() + - gpio: tps68470: Make tps68470_gpio_output() always set the initial value + - pwm: Add a stub for devm_pwmchip_add() + - gpio: mvebu: Make use of devm_pwmchip_add + - gpio: mvebu: fix irq domain leak + - btrfs: fix race between quota disable and relocation + - i2c: Delete error messages for failed memory allocations + - i2c: Improve size determinations + - i2c: nomadik: Remove unnecessary goto label + - i2c: nomadik: Use devm_clk_get_enabled() + - i2c: nomadik: Remove a useless call in the remove function + - MIPS: Loongson: Move arch cflags to MIPS top level Makefile + - MIPS: Loongson: Fix build error when make modules_install + - PCI/ASPM: Return 0 or -ETIMEDOUT from pcie_retrain_link() + - PCI/ASPM: Factor out pcie_wait_for_retrain() + - PCI/ASPM: Avoid link retraining race + - PCI: rockchip: Remove writes to unused registers + - PCI: rockchip: Fix window mapping and address translation for endpoint + - PCI: rockchip: Don't advertise MSI-X in PCIe capabilities + - drm/amd/display: add ODM case when looking for first split pipe + - drm/amd/display: add pixel rate based CRB allocation support + - drm/amd/display: fix dcn315 single stream crb allocation + - drm/amd/display: Update correct DCN314 register header + - drm/amd/display: Set minimum requirement for using PSR-SU on Rembrandt + - drm/amd/display: Set minimum requirement for using PSR-SU on Phoenix + - drm/ttm: Don't print error message if eviction was interrupted + - drm/ttm: Don't leak a resource on eviction error + - drm/ttm: never consider pinned BOs for eviction&swap + - KVM: arm64: Condition HW AF updates on config option + - [Config] updateconfigs for AMPERE_ERRATUM_AC03_CPU_38 + - arm64: errata: Mitigate Ampere1 erratum AC03_CPU_38 at stage-2 + - mptcp: introduce 'sk' to replace 'sock->sk' in mptcp_listen() + - tracing: Allow synthetic events to pass around stacktraces + - Revert "tracing: Add "(fault)" name injection to kernel probes" + - tracing/probes: Fix to record 0-length data_loc in fetch_store_string*() if + fails + - test_maple_tree: test modifications while iterating + - maple_tree: add __init and __exit to test module + - maple_tree: fix 32 bit mas_next testing + - drm/amd/display: fix dc/core/dc.c kernel-doc + - drm/amd/display: Add FAMS validation before trying to use it + - drm/amd/display: update extended blank for dcn314 onwards + - drm/amd/display: Fix possible underflow for displays with large vblank + - drm/amd/display: Prevent vtotal from being set to 0 + - phy: phy-mtk-dp: Fix an error code in probe() + - phy: qcom-snps: correct struct qcom_snps_hsphy kerneldoc + - phy: qcom-snps-femto-v2: keep cfg_ahb_clk enabled during runtime suspend + - phy: qcom-snps-femto-v2: properly enable ref clock + - soundwire: qcom: update status correctly with mask + - media: staging: atomisp: select V4L2_FWNODE + - media: amphion: Fix firmware path to match linux-firmware + - i40e: Fix an NULL vs IS_ERR() bug for debugfs_create_dir() + - iavf: fix potential deadlock on allocation failure + - iavf: check for removal state before IAVF_FLAG_PF_COMMS_FAILED + - net: phy: marvell10g: fix 88x3310 power up + - net: hns3: fix the imp capability bit cannot exceed 32 bits issue + - net: hns3: fix wrong tc bandwidth weight data issue + - net: hns3: fix wrong bw weight of disabled tc issue + - vxlan: calculate correct header length for GPE + - vxlan: generalize vxlan_parse_gpe_hdr and remove unused args + - vxlan: fix GRO with VXLAN-GPE + - phy: hisilicon: Fix an out of bounds check in hisi_inno_phy_probe() + - atheros: fix return value check in atl1_tso() + - ethernet: atheros: fix return value check in atl1e_tso_csum() + - ipv6 addrconf: fix bug where deleting a mngtmpaddr can create a new + temporary address + - ice: Fix memory management in ice_ethtool_fdir.c + - bonding: reset bond's flags when down link is P2P device + - team: reset team's flags when down link is P2P device + - octeontx2-af: Removed unnecessary debug messages. + - octeontx2-af: Fix hash extraction enable configuration + - net: stmmac: Apply redundant write work around on 4.xx too + - platform/x86: msi-laptop: Fix rfkill out-of-sync on MSI Wind U100 + - x86/traps: Fix load_unaligned_zeropad() handling for shared TDX memory + - igc: Fix Kernel Panic during ndo_tx_timeout callback + - netfilter: nft_set_rbtree: fix overlap expiration walk + - mm: suppress mm fault logging if fatal signal already pending + - net/sched: mqprio: refactor nlattr parsing to a separate function + - net/sched: mqprio: add extack to mqprio_parse_nlattr() + - net/sched: mqprio: Add length check for TCA_MQPRIO_{MAX/MIN}_RATE64 + - benet: fix return value check in be_lancer_xmit_workarounds() + - tipc: check return value of pskb_trim() + - tipc: stop tipc crypto on failure in tipc_node_create + - RDMA/mlx4: Make check for invalid flags stricter + - drm/msm/dpu: drop enum dpu_core_perf_data_bus_id + - drm/msm/adreno: Fix snapshot BINDLESS_DATA size + - RDMA/irdma: Add missing read barriers + - RDMA/irdma: Fix data race on CQP completion stats + - RDMA/irdma: Fix data race on CQP request done + - RDMA/mthca: Fix crash when polling CQ for shared QPs + - RDMA/bnxt_re: Prevent handling any completions after qp destroy + - drm/msm: Fix IS_ERR_OR_NULL() vs NULL check in a5xx_submit_in_rb() + - cxl/acpi: Fix a use-after-free in cxl_parse_cfmws() + - cxl/acpi: Return 'rc' instead of '0' in cxl_parse_cfmws() + - ASoC: fsl_spdif: Silence output on stop + - block: Fix a source code comment in include/uapi/linux/blkzoned.h + - smb3: do not set NTLMSSP_VERSION flag for negotiate not auth request + - drm/i915: Fix an error handling path in igt_write_huge() + - xenbus: check xen_domain in xenbus_probe_initcall + - dm raid: fix missing reconfig_mutex unlock in raid_ctr() error paths + - dm raid: clean up four equivalent goto tags in raid_ctr() + - dm raid: protect md_stop() with 'reconfig_mutex' + - drm/amd: Fix an error handling mistake in psp_sw_init() + - drm/amd/display: Unlock on error path in + dm_handle_mst_sideband_msg_ready_event() + - RDMA/irdma: Fix op_type reporting in CQEs + - RDMA/irdma: Report correct WC error + - drm/msm: Switch idr_lock to spinlock + - drm/msm: Disallow submit with fence id 0 + - ublk_drv: move ublk_get_device_from_id into ublk_ctrl_uring_cmd + - ublk: fail to start device if queue setup is interrupted + - ublk: fail to recover device if queue setup is interrupted + - ata: pata_ns87415: mark ns87560_tf_read static + - ring-buffer: Fix wrong stat of cpu_buffer->read + - tracing: Fix warning in trace_buffered_event_disable() + - Revert "usb: gadget: tegra-xudc: Fix error check in + tegra_xudc_powerdomain_init()" + - usb: gadget: call usb_gadget_check_config() to verify UDC capability + - USB: gadget: Fix the memory leak in raw_gadget driver + - usb: gadget: core: remove unbalanced mutex_unlock in usb_gadget_activate + - KVM: Grab a reference to KVM for VM and vCPU stats file descriptors + - KVM: VMX: Don't fudge CR0 and CR4 for restricted L2 guest + - KVM: x86: Disallow KVM_SET_SREGS{2} if incoming CR0 is invalid + - serial: qcom-geni: drop bogus runtime pm state update + - serial: 8250_dw: Preserve original value of DLF register + - serial: sifive: Fix sifive_serial_console_setup() section + - USB: serial: option: support Quectel EM060K_128 + - USB: serial: option: add Quectel EC200A module support + - USB: serial: simple: add Kaufmann RKS+CAN VCP + - USB: serial: simple: sort driver entries + - can: gs_usb: gs_can_close(): add missing set of CAN state to + CAN_STATE_STOPPED + - usb: typec: Set port->pd before adding device for typec_port + - usb: typec: Iterate pds array when showing the pd list + - usb: typec: Use sysfs_emit_at when concatenating the string + - Revert "usb: dwc3: core: Enable AutoRetry feature in the controller" + - usb: dwc3: pci: skip BYT GPIO lookup table for hardwired phy + - usb: dwc3: don't reset device side if dwc3 was configured as host-only + - usb: misc: ehset: fix wrong if condition + - usb: ohci-at91: Fix the unhandle interrupt when resume + - USB: quirks: add quirk for Focusrite Scarlett + - usb: cdns3: fix incorrect calculation of ep_buf_size when more than one + config + - usb: xhci-mtk: set the dma max_seg_size + - Revert "usb: xhci: tegra: Fix error check" + - Documentation: security-bugs.rst: update preferences when dealing with the + linux-distros group + - Documentation: security-bugs.rst: clarify CVE handling + - staging: r8712: Fix memory leak in _r8712_init_xmit_priv() + - staging: ks7010: potential buffer overflow in ks_wlan_set_encode_ext() + - tty: n_gsm: fix UAF in gsm_cleanup_mux + - Revert "xhci: add quirk for host controllers that don't update endpoint DCS" + - ALSA: hda/realtek: Support ASUS G713PV laptop + - ALSA: hda/relatek: Enable Mute LED on HP 250 G8 + - hwmon: (k10temp) Enable AMD3255 Proc to show negative temperature + - hwmon: (nct7802) Fix for temp6 (PECI1) processed even if PECI1 disabled + - btrfs: account block group tree when calculating global reserve size + - btrfs: check if the transaction was aborted at btrfs_wait_for_commit() + - btrfs: check for commit error at btrfs_attach_transaction_barrier() + - x86/MCE/AMD: Decrement threshold_bank refcount when removing threshold + blocks + - file: always lock position for FMODE_ATOMIC_POS + - nfsd: Remove incorrect check in nfsd4_validate_stateid + - ACPI/IORT: Remove erroneous id_count check in iort_node_get_rmr_info() + - tpm_tis: Explicitly check for error code + - irq-bcm6345-l1: Do not assume a fixed block to cpu mapping + - irqchip/gic-v4.1: Properly lock VPEs when doing a directLPI invalidation + - locking/rtmutex: Fix task->pi_waiters integrity + - proc/vmcore: fix signedness bug in read_from_oldmem() + - xen: speed up grant-table reclaim + - virtio-net: fix race between set queues and probe + - net: dsa: qca8k: fix search_and_insert wrong handling of new rule + - net: dsa: qca8k: fix broken search_and_del + - net: dsa: qca8k: fix mdb add/del case with 0 VID + - selftests: mptcp: join: only check for ip6tables if needed + - soundwire: fix enumeration completion + - Revert "um: Use swap() to make code cleaner" + - LoongArch: BPF: Fix check condition to call lu32id in move_imm() + - LoongArch: BPF: Enable bpf_probe_read{, str}() on LoongArch + - s390/dasd: fix hanging device after quiesce/resume + - s390/dasd: print copy pair message only for the correct error + - ASoC: wm8904: Fill the cache for WM8904_ADC_TEST_0 register + - arm64/sme: Set new vector length before reallocating + - PM: sleep: wakeirq: fix wake irq arming + - ceph: never send metrics if disable_send_metrics is set + - drm/i915/dpt: Use shmem for dpt objects + - dm cache policy smq: ensure IO doesn't prevent cleaner policy progress + - rbd: make get_lock_owner_info() return a single locker or NULL + - rbd: harden get_lock_owner_info() a bit + - rbd: retrieve and check lock owner twice before blocklisting + - tracing: Fix trace_event_raw_event_synth() if else statement + - ACPI: processor: perflib: Use the "no limit" frequency QoS + - ACPI: processor: perflib: Avoid updating frequency QoS unnecessarily + - cpufreq: intel_pstate: Drop ACPI _PSS states table patching + - dma-buf: keep the signaling time of merged fences v3 + - dma-buf: fix an error pointer vs NULL bug + - KVM: s390: pv: simplify shutdown and fix race + - media: tc358746: Address compiler warnings + - net: fec: avoid tx queue timeout when XDP is enabled + - drm/msm/dsi: Drop unused regulators from QCM2290 14nm DSI PHY config + - RDMA/core: Update CMA destination address on rdma_resolve_addr + - RDMA/bnxt_re: Fix hang during driver unload + - iommufd: IOMMUFD_DESTROY should not increase the refcount + - TIOCSTI: always enable for CAP_SYS_ADMIN + - hwmon: (aquacomputer_d5next) Fix incorrect PWM value readout + - btrfs: zoned: do not enable async discard + - net: ipa: only reset hashed tables when supported + - iommufd: Set end correctly when doing batch carry + - mptcp: more accurate NL event generation + - Upstream stable to v6.1.43, v6.4.8 + + * CVE-2023-42755 + - net/sched: Retire rsvp classifier + - [Config] remove NET_CLS_RSVP and NET_CLS_RSVP6 + + * CVE-2023-42753 + - netfilter: ipset: add the missing IP_SET_HASH_WITH_NET0 macro for + ip_set_hash_netportnet.c + + * CVE-2023-34319 + - xen/netback: Fix buffer overrun triggered by unusual packet + + * CVE-2023-5197 + - netfilter: nf_tables: skip bound chain in netns release path + - netfilter: nf_tables: disallow rule removal from chain binding + + * CVE-2023-4921 + - net: sched: sch_qfq: Fix UAF in qfq_dequeue() + + * CVE-2023-42752 + - igmp: limit igmpv3_newpack() packet size to IP_MAX_MTU + - net: remove osize variable in __alloc_skb() + - net: factorize code in kmalloc_reserve() + - net: deal with integer overflows in kmalloc_reserve() + + * CVE-2023-42572 + - net: add SKB_HEAD_ALIGN() helper + + * Fix RCU warning on AMD laptops (LP: #2036377) + - power: supply: core: Use blocking_notifier_call_chain to avoid RCU complaint + + * Fix non-working I219 after system sleep (LP: #2035313) + - mei: mei-me: resume device in prepare + + * Avoid address overwrite in kernel_connect (LP: #2035163) + - net: Avoid address overwrite in kernel_connect + + * Ethernet not stable 23.04 (RTL8168/8169) (LP: #2031537) + - r8169: fix ASPM-related problem for chip version 42 and 43 + - r8169: revert 2ab19de62d67 ("r8169: remove ASPM restrictions now that ASPM + is disabled during NAPI poll") + - Revert "r8169: disable ASPM during NAPI poll" + - r8169: fix ASPM-related issues on a number of systems with NIC version from + RTL8168h + + * 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" + - PCI/ASPM: Add pci_enable_link_state() + - PCI: vmd: Use PCI_VDEVICE in device list + - PCI: vmd: Create feature grouping for client products + - PCI: vmd: Add quirk to configure PCIe ASPM and LTR + - SAUCE: PCI/ASPM: Allow ASPM override over FADT default + - SAUCE: PCI: vmd: Mark ASPM override for device behind VMD bridge + + * Fix suspend hang on Lenovo workstation (LP: #2034479) + - igb: Fix igb_down hung on surprise removal + + * Fix blank display when Thunderbolt monitor is plugged second time + (LP: #2034491) + - drm/amd: Disable S/G for APUs when 64GB or more host memory + - thunderbolt: Fix Thunderbolt 3 display flickering issue on 2nd hot plug + onwards + - thunderbolt: Fix a backport error for display flickering issue + + * [regression] Unable to initialize SGX enclaves with XFRM other than 3 + (LP: #2034745) + - x86/fpu: Set X86_FEATURE_OSXSAVE feature after enabling OSXSAVE in CR4 + + * CVE-2023-4881 + - netfilter: nftables: exthdr: fix 4-byte stack OOB write + + * CVE-2023-4622 + - af_unix: Fix null-ptr-deref in unix_stream_sendpage(). + + * Lunar update: upstream stable patchset 2023-09-14 (LP: #2036075) + - net: lan743x: Don't sleep in atomic context + - workqueue: clean up WORK_* constant types, clarify masking + - ksmbd: add missing compound request handing in some commands + - ksmbd: fix out of bounds read in smb2_sess_setup + - drm/panel: simple: Add connector_type for innolux_at043tn24 + - drm/bridge: ti-sn65dsi86: Fix auxiliary bus lifetime + - swiotlb: always set the number of areas before allocating the pool + - swiotlb: reduce the number of areas to match actual memory pool size + - drm/panel: simple: Add Powertip PH800480T013 drm_display_mode flags + - ice: Fix max_rate check while configuring TX rate limits + - igc: Remove delay during TX ring configuration + - net/mlx5e: fix double free in mlx5e_destroy_flow_table + - net/mlx5e: fix memory leak in mlx5e_fs_tt_redirect_any_create + - net/mlx5e: fix memory leak in mlx5e_ptp_open + - net/mlx5e: Check for NOT_READY flag state after locking + - igc: set TP bit in 'supported' and 'advertising' fields of + ethtool_link_ksettings + - igc: Handle PPS start time programming for past time values + - blk-crypto: use dynamic lock class for blk_crypto_profile::lock + - scsi: qla2xxx: Fix error code in qla2x00_start_sp() + - scsi: ufs: ufs-mediatek: Add dependency for RESET_CONTROLLER + - bpf: Fix max stack depth check for async callbacks + - net: mvneta: fix txq_map in case of txq_number==1 + - gve: Set default duplex configuration to full + - octeontx2-af: Promisc enable/disable through mbox + - octeontx2-af: Move validation of ptp pointer before its usage + - ionic: remove WARN_ON to prevent panic_on_warn + - net: bgmac: postpone turning IRQs off to avoid SoC hangs + - net: prevent skb corruption on frag list segmentation + - icmp6: Fix null-ptr-deref of ip6_null_entry->rt6i_idev in icmp6_dev(). + - udp6: fix udp6_ehashfn() typo + - ntb: idt: Fix error handling in idt_pci_driver_init() + - NTB: amd: Fix error handling in amd_ntb_pci_driver_init() + - ntb: intel: Fix error handling in intel_ntb_pci_driver_init() + - NTB: ntb_transport: fix possible memory leak while device_register() fails + - NTB: ntb_tool: Add check for devm_kcalloc + - ipv6/addrconf: fix a potential refcount underflow for idev + - net: dsa: qca8k: Add check for skb_copy + - platform/x86: wmi: Break possible infinite loop when parsing GUID + - kernel/trace: Fix cleanup logic of enable_trace_eprobe + - igc: Fix launchtime before start of cycle + - igc: Fix inserting of empty frame for launchtime + - nvme: fix the NVME_ID_NS_NVM_STS_MASK definition + - riscv, bpf: Fix inconsistent JIT image generation + - drm/i915: Don't preserve dpll_hw_state for slave crtc in Bigjoiner + - drm/i915: Fix one wrong caching mode enum usage + - octeontx2-pf: Add additional check for MCAM rules + - erofs: avoid useless loops in z_erofs_pcluster_readmore() when reading + beyond EOF + - erofs: avoid infinite loop in z_erofs_do_read_page() when reading beyond EOF + - erofs: fix fsdax unavailability for chunk-based regular files + - wifi: airo: avoid uninitialized warning in airo_get_rate() + - bpf: cpumap: Fix memory leak in cpu_map_update_elem + - net/sched: flower: Ensure both minimum and maximum ports are specified + - riscv: mm: fix truncation warning on RV32 + - netdevsim: fix uninitialized data in nsim_dev_trap_fa_cookie_write() + - net/sched: make psched_mtu() RTNL-less safe + - wifi: rtw89: debug: fix error code in rtw89_debug_priv_send_h2c_set() + - nvme-pci: fix DMA direction of unmapping integrity data + - cifs: fix session state check in smb2_find_smb_ses + - drm/client: Send hotplug event after registering a client + - drm/amdgpu/sdma4: set align mask to 255 + - drm/amd/pm: revise the ASPM settings for thunderbolt attached scenario + - drm/amd/pm: add abnormal fan detection for smu 13.0.0 + - f2fs: fix deadlock in i_xattr_sem and inode page lock + - pinctrl: amd: Add Z-state wake control bits + - pinctrl: amd: Adjust debugfs output + - pinctrl: amd: Add fields for interrupt status and wake status + - pinctrl: amd: Detect internal GPIO0 debounce handling + - pinctrl: amd: Fix mistake in handling clearing pins at startup + - pinctrl: amd: Detect and mask spurious interrupts + - pinctrl: amd: Revert "pinctrl: amd: disable and mask interrupts on probe" + - pinctrl: amd: Only use special debounce behavior for GPIO 0 + - pinctrl: amd: Use amd_pinconf_set() for all config options + - pinctrl: amd: Drop pull up select configuration + - pinctrl: amd: Unify debounce handling into amd_pinconf_set() + - tpm: Do not remap from ACPI resources again for Pluton TPM + - tpm: tpm_vtpm_proxy: fix a race condition in /dev/vtpmx creation + - tpm: tis_i2c: Limit read bursts to I2C_SMBUS_BLOCK_MAX (32) bytes + - tpm: tis_i2c: Limit write bursts to I2C_SMBUS_BLOCK_MAX (32) bytes + - tpm: return false from tpm_amd_is_rng_defective on non-x86 platforms + - mtd: rawnand: meson: fix unaligned DMA buffers handling + - net: bcmgenet: Ensure MDIO unregistration has clocks enabled + - net: phy: dp83td510: fix kernel stall during netboot in DP83TD510E PHY + driver + - kasan: add kasan_tag_mismatch prototype + - tracing/user_events: Fix incorrect return value for writing operation when + events are disabled + - powerpc: Fail build if using recordmcount with binutils v2.37 + - misc: fastrpc: Create fastrpc scalar with correct buffer count + - powerpc/security: Fix Speculation_Store_Bypass reporting on Power10 + - powerpc/64s: Fix native_hpte_remove() to be irq-safe + - MIPS: Loongson: Fix cpu_probe_loongson() again + - MIPS: KVM: Fix NULL pointer dereference + - ext4: Fix reusing stale buffer heads from last failed mounting + - ext4: fix wrong unit use in ext4_mb_clear_bb + - ext4: get block from bh in ext4_free_blocks for fast commit replay + - ext4: fix wrong unit use in ext4_mb_new_blocks + - ext4: fix to check return value of freeze_bdev() in ext4_shutdown() + - ext4: turn quotas off if mount failed after enabling quotas + - ext4: only update i_reserved_data_blocks on successful block allocation + - fs: dlm: revert check required context while close + - soc: qcom: mdt_loader: Fix unconditional call to scm_pas_mem_setup + - ext2/dax: Fix ext2_setsize when len is page aligned + - jfs: jfs_dmap: Validate db_l2nbperpage while mounting + - hwrng: imx-rngc - fix the timeout for init and self check + - dm integrity: reduce vmalloc space footprint on 32-bit architectures + - scsi: mpi3mr: Propagate sense data for admin queue SCSI I/O + - s390/zcrypt: do not retry administrative requests + - PCI/PM: Avoid putting EloPOS E2/S2/H2 PCIe Ports in D3cold + - PCI: Release resource invalidated by coalescing + - PCI: Add function 1 DMA alias quirk for Marvell 88SE9235 + - PCI: qcom: Disable write access to read only registers for IP v2.3.3 + - PCI: epf-test: Fix DMA transfer completion initialization + - PCI: epf-test: Fix DMA transfer completion detection + - PCI: rockchip: Assert PCI Configuration Enable bit after probe + - PCI: rockchip: Write PCI Device ID to correct register + - PCI: rockchip: Add poll and timeout to wait for PHY PLLs to be locked + - PCI: rockchip: Fix legacy IRQ generation for RK3399 PCIe endpoint core + - PCI: rockchip: Use u32 variable to access 32-bit registers + - PCI: rockchip: Set address alignment for endpoint mode + - misc: pci_endpoint_test: Free IRQs before removing the device + - misc: pci_endpoint_test: Re-init completion for every test + - mfd: pm8008: Fix module autoloading + - md/raid0: add discard support for the 'original' layout + - fs: dlm: return positive pid value for F_GETLK + - fs: dlm: fix cleanup pending ops when interrupted + - fs: dlm: interrupt posix locks only when process is killed + - fs: dlm: make F_SETLK use unkillable wait_event + - fs: dlm: fix mismatch of plock results from userspace + - scsi: lpfc: Fix double free in lpfc_cmpl_els_logo_acc() caused by + lpfc_nlp_not_used() + - drm/atomic: Allow vblank-enabled + self-refresh "disable" + - drm/rockchip: vop: Leave vblank enabled in self-refresh + - drm/amd/display: fix seamless odm transitions + - drm/amd/display: Remove Phantom Pipe Check When Calculating K1 and K2 + - drm/amd/display: disable seamless boot if force_odm_combine is enabled + - drm/amdgpu: fix clearing mappings for BOs that are always valid in VM + - drm/amd: Disable PSR-SU on Parade 0803 TCON + - drm/amd/display: add a NULL pointer check + - drm/amd/display: Correct `DMUB_FW_VERSION` macro + - drm/amd/display: Add monitor specific edid quirk + - drm/amdgpu: avoid restore process run into dead loop. + - drm/ttm: Don't leak a resource on swapout move error + - serial: atmel: don't enable IRQs prematurely + - tty: serial: samsung_tty: Fix a memory leak in s3c24xx_serial_getclk() in + case of error + - tty: serial: samsung_tty: Fix a memory leak in s3c24xx_serial_getclk() when + iterating clk + - tty: serial: imx: fix rs485 rx after tx + - firmware: stratix10-svc: Fix a potential resource leak in + svc_create_memory_pool() + - libceph: harden msgr2.1 frame segment length checks + - ceph: add a dedicated private data for netfs rreq + - ceph: fix blindly expanding the readahead windows + - ceph: don't let check_caps skip sending responses for revoke msgs + - xhci: Fix resume issue of some ZHAOXIN hosts + - xhci: Fix TRB prefetch issue of ZHAOXIN hosts + - xhci: Show ZHAOXIN xHCI root hub speed correctly + - meson saradc: fix clock divider mask length + - opp: Fix use-after-free in lazy_opp_tables after probe deferral + - soundwire: qcom: fix storing port config out-of-bounds + - Revert "8250: add support for ASIX devices with a FIFO bug" + - bus: ixp4xx: fix IXP4XX_EXP_T1_MASK + - s390/decompressor: fix misaligned symbol build error + - dm: verity-loadpin: Add NULL pointer check for 'bdev' parameter + - tracing/histograms: Add histograms to hist_vars if they have referenced + variables + - tracing: Fix memory leak of iter->temp when reading trace_pipe + - nvme: don't reject probe due to duplicate IDs for single-ported PCIe devices + - samples: ftrace: Save required argument registers in sample trampolines + - perf: RISC-V: Remove PERF_HES_STOPPED flag checking in riscv_pmu_start() + - regmap-irq: Fix out-of-bounds access when allocating config buffers + - net: ena: fix shift-out-of-bounds in exponential backoff + - ring-buffer: Fix deadloop issue on reading trace_pipe + - ftrace: Fix possible warning on checking all pages used in + ftrace_process_locs() + - cifs: if deferred close is disabled then close files immediately + - xtensa: ISS: fix call to split_if_spec + - perf/x86: Fix lockdep warning in for_each_sibling_event() on SPR + - PM: QoS: Restore support for default value on frequency QoS + - pwm: meson: modify and simplify calculation in meson_pwm_get_state + - pwm: meson: fix handling of period/duty if greater than UINT_MAX + - fprobe: Release rethook after the ftrace_ops is unregistered + - fprobe: Ensure running fprobe_exit_handler() finished before calling + rethook_free() + - tracing: Fix null pointer dereference in tracing_err_log_open() + - selftests: mptcp: connect: fail if nft supposed to work + - selftests: mptcp: sockopt: return error if wrong mark + - selftests: mptcp: userspace_pm: use correct server port + - selftests: mptcp: userspace_pm: report errors with 'remove' tests + - selftests: mptcp: depend on SYN_COOKIES + - selftests: mptcp: pm_nl_ctl: fix 32-bit support + - tracing/probes: Fix not to count error code to total length + - tracing/probes: Fix to update dynamic data counter if fetcharg uses it + - tracing/user_events: Fix struct arg size match check + - scsi: qla2xxx: Multi-que support for TMF + - scsi: qla2xxx: Fix task management cmd failure + - scsi: qla2xxx: Fix task management cmd fail due to unavailable resource + - scsi: qla2xxx: Fix hang in task management + - scsi: qla2xxx: Wait for io return on terminate rport + - scsi: qla2xxx: Fix mem access after free + - scsi: qla2xxx: Array index may go out of bound + - scsi: qla2xxx: Avoid fcport pointer dereference + - scsi: qla2xxx: Fix potential NULL pointer dereference + - scsi: qla2xxx: Check valid rport returned by fc_bsg_to_rport() + - scsi: qla2xxx: Correct the index of array + - scsi: qla2xxx: Pointer may be dereferenced + - scsi: qla2xxx: Remove unused nvme_ls_waitq wait queue + - scsi: qla2xxx: Fix end of loop test + - MIPS: kvm: Fix build error with KVM_MIPS_DEBUG_COP0_COUNTERS enabled + - Revert "drm/amd: Disable PSR-SU on Parade 0803 TCON" + - net/sched: sch_qfq: reintroduce lmax bound check for MTU + - drm/atomic: Fix potential use-after-free in nonblocking commits + - net/ncsi: make one oem_gma function for all mfr id + - net/ncsi: change from ndo_set_mac_address to dev_set_mac_address + - HID: input: fix mapping for camera access keys + - xen/virtio: Fix NULL deref when a bridge of PCI root bus has no parent + - netfilter: conntrack: don't fold port numbers into addresses before hashing + - net/mlx5: Query hca_cap_2 only when supported + - udp6: add a missing call into udp_fail_queue_rcv_skb tracepoint + - HID: hyperv: avoid struct memcpy overrun warning + - igc: Rename qbv_enable to taprio_offload_enable + - igc: No strict mode in pure launchtime/CBS offload + - net: fec: increase the size of tx ring and update tx_wake_threshold + - drm/nouveau/disp: fix HDMI on gt215+ + - drm/nouveau/disp/g94: enable HDMI + - drm/nouveau: bring back blit subchannel for pre nv50 GPUs + - net: txgbe: fix eeprom calculation error + - kasan, slub: fix HW_TAGS zeroing with slub_debug + - drm/amd/display: perform a bounds check before filling dirty rectangles + - fs: dlm: clear pending bit when queue was empty + - fs: dlm: fix missing pending to false + - tty: fix hang on tty device with no_room set + - nfp: clean mc addresses in application firmware when closing port + - mptcp: do not rely on implicit state check in mptcp_listen() + - mptcp: ensure subflow is unhashed before cleaning the backlog + - selftests: mptcp: sockopt: use 'iptables-legacy' if available + - smb: client: Fix -Wstringop-overflow issues + - tracing/probes: Fix to avoid double count of the string length on the array + - Upstream stable to v6.1.40, v6.4.5 + + * Nouveau driver crash - Ubuntu 22.04.3 LTS stuck on power-off/reboot screen + (LP: #2031352) // Lunar update: upstream stable patchset 2023-09-14 + (LP: #2036075) + - drm/nouveau/acr: Abort loading ACR if no firmware was found + + * Lunar update: upstream stable patchset 2023-09-05 (LP: #2034469) + - drm: use mgr->dev in drm_dbg_kms in drm_dp_add_payload_part2 + - fs: pipe: reveal missing function protoypes + - block: Fix the type of the second bdev_op_is_zoned_write() argument + - erofs: avoid tagged pointers to mark sync decompression + - erofs: remove tagged pointer helpers + - erofs: move zdata.h into zdata.c + - erofs: kill hooked chains to avoid loops on deduplicated compressed images + - x86/resctrl: Only show tasks' pid in current pid namespace + - blk-iocost: use spin_lock_irqsave in adjust_inuse_and_calc_cost + - x86/sev: Fix calculation of end address based on number of pages + - virt: sevguest: Add CONFIG_CRYPTO dependency + - blk-mq: fix potential io hang by wrong 'wake_batch' + - lockd: drop inappropriate svc_get() from locked_get() + - nvme-core: fix memory leak in dhchap_secret_store + - nvme-core: fix memory leak in dhchap_ctrl_secret + - nvme-core: add missing fault-injection cleanup + - nvme-core: fix dev_pm_qos memleak + - md/raid10: check slab-out-of-bounds in md_bitmap_get_counter + - md/raid10: fix overflow of md/safe_mode_delay + - md/raid10: fix wrong setting of max_corr_read_errors + - md/raid10: fix null-ptr-deref of mreplace in raid10_sync_request + - md/raid10: fix io loss while replacement replace rdev + - md/raid1-10: factor out a helper to add bio to plug + - md/raid1-10: factor out a helper to submit normal write + - md/raid1-10: submit write io directly if bitmap is not enabled + - block: fix blktrace debugfs entries leakage + - irqchip/stm32-exti: Fix warning on initialized field overwritten + - irqchip/jcore-aic: Fix missing allocation of IRQ descriptors + - svcrdma: Prevent page release when nothing was received + - erofs: simplify iloc() + - erofs: fix compact 4B support for 16k block size + - posix-timers: Prevent RT livelock in itimer_delete() + - tick/rcu: Fix bogus ratelimit condition + - tracing/timer: Add missing hrtimer modes to decode_hrtimer_mode(). + - clocksource/drivers/cadence-ttc: Fix memory leak in ttc_timer_probe + - PM: domains: fix integer overflow issues in genpd_parse_state() + - perf/arm-cmn: Fix DTC reset + - x86/mm: Allow guest.enc_status_change_prepare() to fail + - x86/tdx: Fix race between set_memory_encrypted() and + load_unaligned_zeropad() + - drivers/perf: hisi: Don't migrate perf to the CPU going to teardown + - powercap: RAPL: Fix CONFIG_IOSF_MBI dependency + - PM: domains: Move the verification of in-params from genpd_add_device() + - ARM: 9303/1: kprobes: avoid missing-declaration warnings + - cpufreq: intel_pstate: Fix energy_performance_preference for passive + - thermal/drivers/sun8i: Fix some error handling paths in sun8i_ths_probe() + - rcu: Make rcu_cpu_starting() rely on interrupts being disabled + - rcu-tasks: Stop rcu_tasks_invoke_cbs() from using never-onlined CPUs + - rcutorture: Correct name of use_softirq module parameter + - rcuscale: Move shutdown from wait_event() to wait_event_idle() + - rcu/rcuscale: Move rcu_scale_*() after kfree_scale_cleanup() + - rcu/rcuscale: Stop kfree_scale_thread thread(s) after unloading rcuscale + - kselftest: vDSO: Fix accumulation of uninitialized ret when CLOCK_REALTIME + is undefined + - perf/ibs: Fix interface via core pmu events + - x86/mm: Fix __swp_entry_to_pte() for Xen PV guests + - locking/atomic: arm: fix sync ops + - evm: Complete description of evm_inode_setattr() + - evm: Fix build warnings + - ima: Fix build warnings + - pstore/ram: Add check for kstrdup + - igc: Enable and fix RX hash usage by netstack + - wifi: ath9k: fix AR9003 mac hardware hang check register offset calculation + - wifi: ath9k: avoid referencing uninit memory in ath9k_wmi_ctrl_rx + - libbpf: btf_dump_type_data_check_overflow needs to consider + BTF_MEMBER_BITFIELD_SIZE + - samples/bpf: Fix buffer overflow in tcp_basertt + - spi: spi-geni-qcom: Correct CS_TOGGLE bit in SPI_TRANS_CFG + - wifi: wilc1000: fix for absent RSN capabilities WFA testcase + - wifi: mwifiex: Fix the size of a memory allocation in + mwifiex_ret_802_11_scan() + - sctp: add bpf_bypass_getsockopt proto callback + - libbpf: fix offsetof() and container_of() to work with CO-RE + - bpf: Don't EFAULT for {g,s}setsockopt with wrong optlen + - spi: dw: Round of n_bytes to power of 2 + - nfc: llcp: fix possible use of uninitialized variable in + nfc_llcp_send_connect() + - bpftool: JIT limited misreported as negative value on aarch64 + - bpf: Remove bpf trampoline selector + - bpf: Fix memleak due to fentry attach failure + - selftests/bpf: Do not use sign-file as testcase + - regulator: core: Fix more error checking for debugfs_create_dir() + - regulator: core: Streamline debugfs operations + - wifi: orinoco: Fix an error handling path in spectrum_cs_probe() + - wifi: orinoco: Fix an error handling path in orinoco_cs_probe() + - wifi: atmel: Fix an error handling path in atmel_probe() + - wifi: wl3501_cs: Fix an error handling path in wl3501_probe() + - wifi: ray_cs: Fix an error handling path in ray_probe() + - wifi: ath9k: don't allow to overwrite ENDPOINT0 attributes + - samples/bpf: xdp1 and xdp2 reduce XDPBUFSIZE to 60 + - wifi: ath10k: Trigger STA disconnect after reconfig complete on hardware + restart + - wifi: mac80211: recalc min chandef for new STA links + - selftests/bpf: Fix check_mtu using wrong variable type + - wifi: rsi: Do not configure WoWlan in shutdown hook if not enabled + - wifi: rsi: Do not set MMC_PM_KEEP_POWER in shutdown + - ice: handle extts in the miscellaneous interrupt thread + - selftests: cgroup: fix unexpected failure on test_memcg_low + - watchdog/perf: define dummy watchdog_update_hrtimer_threshold() on correct + config + - watchdog/perf: more properly prevent false positives with turbo modes + - kexec: fix a memory leak in crash_shrink_memory() + - mmc: mediatek: Avoid ugly error message when SDIO wakeup IRQ isn't used + - memstick r592: make memstick_debug_get_tpc_name() static + - wifi: ath9k: Fix possible stall on ath9k_txq_list_has_key() + - wifi: mac80211: Fix permissions for valid_links debugfs entry + - rtnetlink: extend RTEXT_FILTER_SKIP_STATS to IFLA_VF_INFO + - wifi: ath11k: Add missing check for ioremap + - wifi: iwlwifi: pull from TXQs with softirqs disabled + - wifi: iwlwifi: pcie: fix NULL pointer dereference in + iwl_pcie_irq_rx_msix_handler() + - wifi: mac80211: Remove "Missing iftype sband data/EHT cap" spam + - wifi: cfg80211: rewrite merging of inherited elements + - wifi: cfg80211: drop incorrect nontransmitted BSS update code + - wifi: cfg80211: fix regulatory disconnect with OCB/NAN + - wifi: ieee80211: Fix the common size calculation for reconfiguration ML + - mmc: Add MMC_QUIRK_BROKEN_SD_CACHE for Kingston Canvas Go Plus from 11/2019 + - wifi: iwlwifi: mvm: indicate HW decrypt for beacon protection + - wifi: ath9k: convert msecs to jiffies where needed + - bpf: Factor out socket lookup functions for the TC hookpoint. + - bpf: Call __bpf_sk_lookup()/__bpf_skc_lookup() directly via TC hookpoint + - bpf: Fix bpf socket lookup from tc/xdp to respect socket VRF bindings + - can: length: fix bitstuffing count + - can: kvaser_pciefd: Add function to set skb hwtstamps + - can: kvaser_pciefd: Set hardware timestamp on transmitted packets + - net: stmmac: fix double serdes powerdown + - netlink: fix potential deadlock in netlink_set_err() + - netlink: do not hard code device address lenth in fdb dumps + - bonding: do not assume skb mac_header is set + - selftests: rtnetlink: remove netdevsim device after ipsec offload test + - gtp: Fix use-after-free in __gtp_encap_destroy(). + - net: axienet: Move reset before 64-bit DMA detection + - ocfs2: Fix use of slab data with sendpage + - sfc: fix crash when reading stats while NIC is resetting + - lib/ts_bm: reset initial match offset for every block of text + - netfilter: conntrack: dccp: copy entire header to stack buffer, not just + basic one + - netfilter: nf_conntrack_sip: fix the ct_sip_parse_numerical_param() return + value. + - ipvlan: Fix return value of ipvlan_queue_xmit() + - netlink: Add __sock_i_ino() for __netlink_diag_dump(). + - drm/amd/display: Add logging for display MALL refresh setting + - radeon: avoid double free in ci_dpm_init() + - drm/amd/display: Explicitly specify update type per plane info change + - drm/bridge: it6505: Move a variable assignment behind a null pointer check + in receive_timing_debugfs_show() + - Input: drv260x - sleep between polling GO bit + - drm/bridge: ti-sn65dsi83: Fix enable error path + - drm/bridge: tc358768: always enable HS video mode + - drm/bridge: tc358768: fix PLL parameters computation + - drm/bridge: tc358768: fix PLL target frequency + - drm/bridge: tc358768: fix TCLK_ZEROCNT computation + - drm/bridge: tc358768: Add atomic_get_input_bus_fmts() implementation + - drm/bridge: tc358768: fix TCLK_TRAILCNT computation + - drm/bridge: tc358768: fix THS_ZEROCNT computation + - drm/bridge: tc358768: fix TXTAGOCNT computation + - drm/bridge: tc358768: fix THS_TRAILCNT computation + - drm/vram-helper: fix function names in vram helper doc + - ARM: dts: BCM5301X: Drop "clock-names" from the SPI node + - ARM: dts: meson8b: correct uart_B and uart_C clock references + - mm: call arch_swap_restore() from do_swap_page() + - clk: vc5: Use `clamp()` to restrict PLL range + - bootmem: remove the vmemmap pages from kmemleak in free_bootmem_page + - clk: vc5: Fix .driver_data content in i2c_device_id + - clk: vc7: Fix .driver_data content in i2c_device_id + - clk: rs9: Fix .driver_data content in i2c_device_id + - Input: adxl34x - do not hardcode interrupt trigger type + - drm: sun4i_tcon: use devm_clk_get_enabled in `sun4i_tcon_init_clocks` + - drm/panel: sharp-ls043t1le01: adjust mode settings + - driver: soc: xilinx: use _safe loop iterator to avoid a use after free + - ASoC: Intel: sof_sdw: remove SOF_SDW_TGL_HDMI for MeteorLake devices + - drm/vkms: isolate pixel conversion functionality + - drm: Add fixed-point helper to get rounded integer values + - drm/vkms: Fix RGB565 pixel conversion + - ARM: dts: stm32: Move ethernet MAC EEPROM from SoM to carrier boards + - bus: ti-sysc: Fix dispc quirk masking bool variables + - arm64: dts: microchip: sparx5: do not use PSCI on reference boards + - drm/bridge: tc358767: Switch to devm MIPI-DSI helpers + - clk: imx: scu: use _safe list iterator to avoid a use after free + - hwmon: (f71882fg) prevent possible division by zero + - RDMA/bnxt_re: Disable/kill tasklet only if it is enabled + - RDMA/bnxt_re: Fix to remove unnecessary return labels + - RDMA/bnxt_re: Use unique names while registering interrupts + - RDMA/bnxt_re: Remove a redundant check inside bnxt_re_update_gid + - RDMA/bnxt_re: Fix to remove an unnecessary log + - drm/msm/dsi: don't allow enabling 14nm VCO with unprogrammed rate + - drm/msm/disp/dpu: get timing engine status from intf status register + - drm/msm/dpu: Set DPU_DATA_HCTL_EN for in INTF_SC7180_MASK + - iommu/virtio: Detach domain on endpoint release + - iommu/virtio: Return size mapped for a detached domain + - clk: renesas: rzg2l: Fix CPG_SIPLL5_CLK1 register write + - ARM: dts: gta04: Move model property out of pinctrl node + - drm/bridge: anx7625: Convert to i2c's .probe_new() + - drm/bridge: anx7625: Prevent endless probe loop + - ARM: dts: qcom: msm8974: do not use underscore in node name (again) + - arm64: dts: qcom: msm8916: correct camss unit address + - arm64: dts: qcom: msm8916: correct MMC unit address + - arm64: dts: qcom: msm8994: correct SPMI unit address + - arm64: dts: qcom: msm8996: correct camss unit address + - arm64: dts: qcom: sdm630: correct camss unit address + - arm64: dts: qcom: sdm845: correct camss unit address + - arm64: dts: qcom: sm8350: correct DMA controller unit address + - arm64: dts: qcom: sdm845-polaris: add missing touchscreen child node reg + - arm64: dts: qcom: apq8016-sbc: Fix regulator constraints + - arm64: dts: qcom: apq8016-sbc: Fix 1.8V power rail on LS expansion + - drm/bridge: Introduce pre_enable_prev_first to alter bridge init order + - drm/bridge: ti-sn65dsi83: Fix enable/disable flow to meet spec + - drm/panel: simple: fix active size for Ampire AM-480272H3TMQW-T01H + - ARM: ep93xx: fix missing-prototype warnings + - ARM: omap2: fix missing tick_broadcast() prototype + - arm64: dts: qcom: pm7250b: add missing spmi-vadc include + - arm64: dts: qcom: apq8096: fix fixed regulator name property + - arm64: dts: mediatek: mt8183: Add mediatek,broken-save-restore-fw to kukui + - ARM: dts: stm32: Shorten the AV96 HDMI sound card name + - memory: brcmstb_dpfe: fix testing array offset after use + - ARM: dts: qcom: apq8074-dragonboard: Set DMA as remotely controlled + - ASoC: es8316: Increment max value for ALC Capture Target Volume control + - ASoC: es8316: Do not set rate constraints for unsupported MCLKs + - ARM: dts: meson8: correct uart_B and uart_C clock references + - soc/fsl/qe: fix usb.c build errors + - RDMA/irdma: avoid fortify-string warning in irdma_clr_wqes + - IB/hfi1: Fix wrong mmu_node used for user SDMA packet after invalidate + - RDMA/hns: Fix hns_roce_table_get return value + - ARM: dts: iwg20d-q7-common: Fix backlight pwm specifier + - arm64: dts: renesas: ulcb-kf: Remove flow control for SCIF1 + - drm/msm/dpu: set DSC flush bit correctly at MDP CTL flush register + - fbdev: omapfb: lcd_mipid: Fix an error handling path in mipid_spi_probe() + - arm64: dts: ti: k3-j7200: Fix physical address of pin + - Input: pm8941-powerkey - fix debounce on gen2+ PMICs + - ARM: dts: stm32: Fix audio routing on STM32MP15xx DHCOM PDK2 + - ARM: dts: stm32: fix i2s endpoint format property for stm32mp15xx-dkx + - hwmon: (gsc-hwmon) fix fan pwm temperature scaling + - hwmon: (pmbus/adm1275) Fix problems with temperature monitoring on ADM1272 + - ARM: dts: BCM5301X: fix duplex-full => full-duplex + - clk: Export clk_hw_forward_rate_request() + - drm/amd/display: Fix a test CalculatePrefetchSchedule() + - drm/amd/display: Fix a test dml32_rq_dlg_get_rq_reg() + - drm/amdkfd: Fix potential deallocation of previously deallocated memory. + - soc: mediatek: SVS: Fix MT8192 GPU node name + - drm/amd/display: Fix artifacting on eDP panels when engaging freesync video + mode + - drm/radeon: fix possible division-by-zero errors + - HID: uclogic: Modular KUnit tests should not depend on KUNIT=y + - RDMA/rxe: Fix access checks in rxe_check_bind_mw + - amdgpu: validate offset_in_bo of drm_amdgpu_gem_va + - drm/msm/a5xx: really check for A510 in a5xx_gpu_init + - RDMA/bnxt_re: wraparound mbox producer index + - RDMA/bnxt_re: Avoid calling wake_up threads from spin_lock context + - clk: imx: clk-imxrt1050: fix memory leak in imxrt1050_clocks_probe + - clk: imx: clk-imx8mn: fix memory leak in imx8mn_clocks_probe + - clk: imx93: fix memory leak and missing unwind goto in imx93_clocks_probe + - clk: imx: clk-imx8mp: improve error handling in imx8mp_clocks_probe() + - arm64: dts: qcom: sdm845: Flush RSC sleep & wake votes + - arm64: dts: qcom: sm8250-edo: Panel framebuffer is 2.5k instead of 4k + - clk: bcm: rpi: Fix off by one in raspberrypi_discover_clocks() + - clk: clocking-wizard: Fix Oops in clk_wzrd_register_divider() + - clk: tegra: tegra124-emc: Fix potential memory leak + - ALSA: ac97: Fix possible NULL dereference in snd_ac97_mixer + - drm/msm/dpu: do not enable color-management if DSPPs are not available + - drm/msm/dpu: Fix slice_last_group_size calculation + - drm/msm/dsi: Use DSC slice(s) packet size to compute word count + - drm/msm/dsi: Flip greater-than check for slice_count and slice_per_intf + - drm/msm/dsi: Remove incorrect references to slice_count + - drm/msm/dp: Free resources after unregistering them + - arm64: dts: mediatek: Add cpufreq nodes for MT8192 + - arm64: dts: mediatek: mt8192: Fix CPUs capacity-dmips-mhz + - drm/amdgpu: Fix memcpy() in sienna_cichlid_append_powerplay_table function. + - drm/amdgpu: Fix usage of UMC fill record in RAS + - drm/msm/dpu: correct MERGE_3D length + - clk: vc5: check memory returned by kasprintf() + - clk: cdce925: check return value of kasprintf() + - clk: si5341: return error if one synth clock registration fails + - clk: si5341: check return value of {devm_}kasprintf() + - clk: si5341: free unused memory on probe failure + - clk: keystone: sci-clk: check return value of kasprintf() + - clk: ti: clkctrl: check return value of kasprintf() + - drivers: meson: secure-pwrc: always enable DMA domain + - ovl: update of dentry revalidate flags after copy up + - ASoC: imx-audmix: check return value of devm_kasprintf() + - clk: Fix memory leak in devm_clk_notifier_register() + - ARM: dts: lan966x: kontron-d10: fix board reset + - ARM: dts: lan966x: kontron-d10: fix SPI CS + - ASoC: amd: acp: clear pdm dma interrupt mask + - PCI: cadence: Fix Gen2 Link Retraining process + - PCI: vmd: Reset VMD config register between soft reboots + - scsi: qedf: Fix NULL dereference in error handling + - pinctrl: bcm2835: Handle gpiochip_add_pin_range() errors + - platform/x86: lenovo-yogabook: Fix work race on remove() + - platform/x86: lenovo-yogabook: Reprobe devices on remove() + - platform/x86: lenovo-yogabook: Set default keyboard backligh brightness on + probe() + - PCI/ASPM: Disable ASPM on MFD function removal to avoid use-after-free + - scsi: 3w-xxxx: Add error handling for initialization failure in tw_probe() + - PCI: pciehp: Cancel bringup sequence if card is not present + - PCI: ftpci100: Release the clock resources + - pinctrl: sunplus: Add check for kmalloc + - PCI: Add pci_clear_master() stub for non-CONFIG_PCI + - scsi: lpfc: Revise NPIV ELS unsol rcv cmpl logic to drop ndlp based on + nlp_state + - perf bench: Add missing setlocale() call to allow usage of %'d style + formatting + - pinctrl: cherryview: Return correct value if pin in push-pull mode + - platform/x86: think-lmi: mutex protection around multiple WMI calls + - platform/x86: think-lmi: Correct System password interface + - platform/x86: think-lmi: Correct NVME password handling + - pinctrl:sunplus: Add check for kmalloc + - pinctrl: npcm7xx: Add missing check for ioremap + - kcsan: Don't expect 64 bits atomic builtins from 32 bits architectures + - powerpc/interrupt: Don't read MSR from interrupt_exit_kernel_prepare() + - powerpc/signal32: Force inlining of __unsafe_save_user_regs() and + save_tm_user_regs_unsafe() + - perf script: Fix allocation of evsel->priv related to per-event dump files + - platform/x86: thinkpad_acpi: Fix lkp-tests warnings for platform profiles + - perf dwarf-aux: Fix off-by-one in die_get_varname() + - platform/x86/dell/dell-rbtn: Fix resources leaking on error path + - perf tool x86: Consolidate is_amd check into single function + - perf tool x86: Fix perf_env memory leak + - powerpc/64s: Fix VAS mm use after free + - pinctrl: microchip-sgpio: check return value of devm_kasprintf() + - pinctrl: at91-pio4: check return value of devm_kasprintf() + - powerpc/powernv/sriov: perform null check on iov before dereferencing iov + - powerpc: update ppc_save_regs to save current r1 in pt_regs + - PCI: qcom: Remove PCIE20_ prefix from register definitions + - PCI: qcom: Sort and group registers and bitfield definitions + - PCI: qcom: Use lower case for hex + - PCI: qcom: Use DWC helpers for modifying the read-only DBI registers + - PCI: qcom: Disable write access to read only registers for IP v2.9.0 + - riscv: uprobes: Restore thread.bad_cause + - powerpc/book3s64/mm: Fix DirectMap stats in /proc/meminfo + - powerpc/mm/dax: Fix the condition when checking if altmap vmemap can cross- + boundary + - PCI: endpoint: Fix a Kconfig prompt of vNTB driver + - PCI: endpoint: functions/pci-epf-test: Fix dma_chan direction + - PCI: vmd: Fix uninitialized variable usage in vmd_enable_domain() + - vfio/mdev: Move the compat_class initialization to module init + - hwrng: virtio - Fix race on data_avail and actual data + - modpost: remove broken calculation of exception_table_entry size + - crypto: nx - fix build warnings when DEBUG_FS is not enabled + - modpost: fix section mismatch message for R_ARM_ABS32 + - modpost: fix section mismatch message for R_ARM_{PC24,CALL,JUMP24} + - crypto: marvell/cesa - Fix type mismatch warning + - crypto: jitter - correct health test during initialization + - modpost: fix off by one in is_executable_section() + - ARC: define ASM_NL and __ALIGN(_STR) outside #ifdef __ASSEMBLY__ guard + - crypto: qat - unmap buffer before free for DH + - crypto: qat - unmap buffers before free for RSA + - NFSv4.2: fix wrong shrinker_id + - NFSv4.1: freeze the session table upon receiving NFS4ERR_BADSESSION + - SMB3: Do not send lease break acknowledgment if all file handles have been + closed + - dax: Fix dax_mapping_release() use after free + - dax: Introduce alloc_dev_dax_id() + - dax/kmem: Pass valid argument to memory_group_register_static + - hwrng: st - keep clock enabled while hwrng is registered + - kbuild: Disable GCOV for *.mod.o + - efi/libstub: Disable PCI DMA before grabbing the EFI memory map + - cifs: prevent use-after-free by freeing the cfile later + - cifs: do all necessary checks for credits within or before locking + - smb: client: fix broken file attrs with nodfs mounts + - ksmbd: avoid field overflow warning + - arm64: sme: Use STR P to clear FFR context field in streaming SVE mode + - x86/efi: Make efi_set_virtual_address_map IBT safe + - md/raid1-10: fix casting from randomized structure in raid1_submit_write() + - USB: serial: option: add LARA-R6 01B PIDs + - usb: dwc3: gadget: Propagate core init errors to UDC during pullup + - phy: tegra: xusb: Clear the driver reference in usb-phy dev + - iio: adc: ad7192: Fix null ad7192_state pointer access + - iio: adc: ad7192: Fix internal/external clock selection + - iio: accel: fxls8962af: errata bug only applicable for FXLS8962AF + - iio: accel: fxls8962af: fixup buffer scan element type + - mm/mmap: Fix VM_LOCKED check in do_vmi_align_munmap() + - ALSA: hda/realtek: Enable mute/micmute LEDs and limit mic boost on EliteBook + - ALSA: hda/realtek: Add quirk for Clevo NPx0SNx + - ALSA: jack: Fix mutex call in snd_jack_report() + - ALSA: pcm: Fix potential data race at PCM memory allocation helpers + - block: fix signed int overflow in Amiga partition support + - block: add overflow checks for Amiga partition support + - block: change all __u32 annotations to __be32 in affs_hardblocks.h + - block: increment diskseq on all media change events + - btrfs: fix race when deleting free space root from the dirty cow roots list + - SUNRPC: Fix UAF in svc_tcp_listen_data_ready() + - w1: w1_therm: fix locking behavior in convert_t + - w1: fix loop in w1_fini() + - dt-bindings: power: reset: qcom-pon: Only allow reboot-mode pre-pmk8350 + - f2fs: do not allow to defragment files have FI_COMPRESS_RELEASED + - sh: j2: Use ioremap() to translate device tree address into kernel memory + - usb: dwc2: Fix some error handling paths + - serial: 8250: omap: Fix freeing of resources on failed register + - clk: qcom: mmcc-msm8974: remove oxili_ocmemgx_clk + - clk: qcom: camcc-sc7180: Add parent dependency to all camera GDSCs + - clk: qcom: gcc-ipq6018: Use floor ops for sdcc clocks + - clk: qcom: gcc-qcm2290: Mark RCGs shared where applicable + - media: usb: Check az6007_read() return value + - media: amphion: drop repeated codec data for vc1l format + - media: amphion: drop repeated codec data for vc1g format + - media: amphion: initiate a drain of the capture queue in dynamic resolution + change + - media: videodev2.h: Fix struct v4l2_input tuner index comment + - media: i2c: Correct format propagation for st-mipid02 + - media: hi846: fix usage of pm_runtime_get_if_in_use() + - media: mediatek: vcodec: using decoder status instead of core work count + - clk: qcom: ipq6018: fix networking resets + - clk: qcom: dispcc-qcm2290: Fix BI_TCXO_AO handling + - clk: qcom: dispcc-qcm2290: Fix GPLL0_OUT_DIV handling + - clk: qcom: mmcc-msm8974: use clk_rcg2_shared_ops for mdp_clk_src clock + - staging: vchiq_arm: mark vchiq_platform_init() static + - usb: dwc3: qcom: Fix potential memory leak + - usb: gadget: u_serial: Add null pointer check in gserial_suspend + - extcon: Fix kernel doc of property fields to avoid warnings + - extcon: Fix kernel doc of property capability fields to avoid warnings + - usb: phy: phy-tahvo: fix memory leak in tahvo_usb_probe() + - usb: hide unused usbfs_notify_suspend/resume functions + - usb: misc: eud: Fix eud sysfs path (use 'qcom_eud') + - serial: core: lock port for stop_rx() in uart_suspend_port() + - serial: 8250: lock port for stop_rx() in omap8250_irq() + - serial: core: lock port for start_rx() in uart_resume_port() + - serial: 8250: lock port for UART_IER access in omap8250_irq() + - kernfs: fix missing kernfs_idr_lock to remove an ID from the IDR + - lkdtm: replace ll_rw_block with submit_bh + - i3c: master: svc: fix cpu schedule in spin lock + - coresight: Fix loss of connection info when a module is unloaded + - mfd: rt5033: Drop rt5033-battery sub-device + - media: venus: helpers: Fix ALIGN() of non power of two + - media: atomisp: gmin_platform: fix out_len in gmin_get_config_dsm_var() + - sh: Avoid using IRQ0 on SH3 and SH4 + - gfs2: Fix duplicate should_fault_in_pages() call + - f2fs: fix potential deadlock due to unpaired node_write lock use + - KVM: s390: fix KVM_S390_GET_CMMA_BITS for GFNs in memslot holes + - usb: dwc3: qcom: Release the correct resources in dwc3_qcom_remove() + - usb: dwc3: qcom: Fix an error handling path in dwc3_qcom_probe() + - usb: common: usb-conn-gpio: Set last role to unknown before initial + detection + - usb: dwc3-meson-g12a: Fix an error handling path in dwc3_meson_g12a_probe() + - mfd: wcd934x: Fix an error handling path in wcd934x_slim_probe() + - mfd: intel-lpss: Add missing check for platform_get_resource + - Revert "usb: common: usb-conn-gpio: Set last role to unknown before initial + detection" + - serial: 8250_omap: Use force_suspend and resume for system suspend + - device property: Clarify description of returned value in some functions + - drivers: fwnode: fix fwnode_irq_get[_byname]() + - nvmem: sunplus-ocotp: release otp->clk before return + - nvmem: rmem: Use NVMEM_DEVID_AUTO + - bus: fsl-mc: don't assume child devices are all fsl-mc devices + - mfd: stmfx: Fix error path in stmfx_chip_init + - mfd: stmfx: Nullify stmfx->vdd in case of error + - KVM: s390: vsie: fix the length of APCB bitmap + - KVM: s390/diag: fix racy access of physical cpu number in diag 9c handler + - cpufreq: mediatek: correct voltages for MT7622 and MT7623 + - misc: fastrpc: check return value of devm_kasprintf() + - clk: qcom: mmcc-msm8974: fix MDSS_GDSC power flags + - hwtracing: hisi_ptt: Fix potential sleep in atomic context + - mfd: stmpe: Only disable the regulators if they are enabled + - phy: tegra: xusb: check return value of devm_kzalloc() + - lib/bitmap: drop optimization of bitmap_{from,to}_arr64 + - pwm: imx-tpm: force 'real_period' to be zero in suspend + - pwm: sysfs: Do not apply state to already disabled PWMs + - pwm: ab8500: Fix error code in probe() + - pwm: mtk_disp: Fix the disable flow of disp_pwm + - md/raid10: fix the condition to call bio_end_io_acct() + - rtc: st-lpc: Release some resources in st_rtc_probe() in case of error + - drm/i915/psr: Use hw.adjusted mode when calculating io/fast wake times + - drm/i915/guc/slpc: Apply min softlimit correctly + - f2fs: check return value of freeze_super() + - media: cec: i2c: ch7322: also select REGMAP + - sctp: fix potential deadlock on &net->sctp.addr_wq_lock + - net/sched: act_ipt: add sanity checks on table name and hook locations + - net: add a couple of helpers for iph tot_len + - net/sched: act_ipt: add sanity checks on skb before calling target + - spi: spi-geni-qcom: enable SPI_CONTROLLER_MUST_TX for GPI DMA mode + - net: mscc: ocelot: don't report that RX timestamping is enabled by default + - net: mscc: ocelot: don't keep PTP configuration of all ports in single + structure + - net: dsa: felix: don't drop PTP frames with tag_8021q when RX timestamping + is disabled + - net: dsa: sja1105: always enable the INCL_SRCPT option + - net: dsa: tag_sja1105: always prefer source port information from INCL_SRCPT + - Add MODULE_FIRMWARE() for FIRMWARE_TG357766. + - Bluetooth: fix invalid-bdaddr quirk for non-persistent setup + - Bluetooth: ISO: use hci_sync for setting CIG parameters + - Bluetooth: MGMT: add CIS feature bits to controller information + - Bluetooth: MGMT: Use BIT macro when defining bitfields + - Bluetooth: MGMT: Fix marking SCAN_RSP as not connectable + - ibmvnic: Do not reset dql stats on NON_FATAL err + - net: dsa: vsc73xx: fix MTU configuration + - mlxsw: minimal: fix potential memory leak in mlxsw_m_linecards_init + - spi: bcm-qspi: return error if neither hif_mspi nor mspi is available + - drm/amdgpu: fix number of fence calculations + - drm/amd: Don't try to enable secure display TA multiple times + - mailbox: ti-msgmgr: Fill non-message tx data fields with 0x0 + - f2fs: fix error path handling in truncate_dnode() + - octeontx2-af: Fix mapping for NIX block from CGX connection + - octeontx2-af: Add validation before accessing cgx and lmac + - ntfs: Fix panic about slab-out-of-bounds caused by ntfs_listxattr() + - powerpc: allow PPC_EARLY_DEBUG_CPM only when SERIAL_CPM=y + - powerpc: dts: turris1x.dts: Fix PCIe MEM size for pci2 node + - net: bridge: keep ports without IFF_UNICAST_FLT in BR_PROMISC mode + - net: dsa: tag_sja1105: fix source port decoding in vlan_filtering=0 bridge + mode + - net: fix net_dev_start_xmit trace event vs skb_transport_offset() + - tcp: annotate data races in __tcp_oow_rate_limited() + - bpf, btf: Warn but return no error for NULL btf from + __register_btf_kfunc_id_set() + - xsk: Honor SO_BINDTODEVICE on bind + - net/sched: act_pedit: Add size check for TCA_PEDIT_PARMS_EX + - fanotify: disallow mount/sb marks on kernel internal pseudo fs + - riscv: move memblock_allow_resize() after linear mapping is ready + - pptp: Fix fib lookup calls. + - net: dsa: tag_sja1105: fix MAC DA patching from meta frames + - net: dsa: sja1105: always enable the send_meta options + - octeontx-af: fix hardware timestamp configuration + - afs: Fix accidental truncation when storing data + - s390/qeth: Fix vipa deletion + - sh: dma: Fix DMA channel offset calculation + - apparmor: fix missing error check for rhashtable_insert_fast + - i2c: xiic: Don't try to handle more interrupt events after error + - dm: fix undue/missing spaces + - dm: avoid split of quoted strings where possible + - dm ioctl: have constant on the right side of the test + - dm ioctl: Avoid double-fetch of version + - extcon: usbc-tusb320: Unregister typec port on driver removal + - btrfs: do not BUG_ON() on tree mod log failure at balance_level() + - i2c: qup: Add missing unwind goto in qup_i2c_probe() + - irqchip/loongson-pch-pic: Fix potential incorrect hwirq assignment + - NFSD: add encoding of op_recall flag for write delegation + - irqchip/loongson-pch-pic: Fix initialization of HT vector register + - io_uring: wait interruptibly for request completions on exit + - mmc: core: disable TRIM on Kingston EMMC04G-M627 + - mmc: core: disable TRIM on Micron MTFC4GACAJCN-1M + - mmc: mmci: Set PROBE_PREFER_ASYNCHRONOUS + - mmc: sdhci: fix DMA configure compatibility issue when 64bit DMA mode is + used. + - wifi: cfg80211: fix regulatory disconnect for non-MLO + - wifi: ath10k: Serialize wake_tx_queue ops + - bcache: fixup btree_cache_wait list damage + - bcache: Remove unnecessary NULL point check in node allocations + - bcache: Fix __bch_btree_node_alloc to make the failure behavior consistent + - watch_queue: prevent dangling pipe pointer + - um: Use HOST_DIR for mrproper + - integrity: Fix possible multiple allocation in integrity_inode_get() + - autofs: use flexible array in ioctl structure + - mm/damon/ops-common: atomically test and clear young on ptes and pmds + - shmem: use ramfs_kill_sb() for kill_sb method of ramfs-based tmpfs + - jffs2: reduce stack usage in jffs2_build_xattr_subsystem() + - fs: avoid empty option when generating legacy mount string + - ext4: Remove ext4 locking of moved directory + - Revert "f2fs: fix potential corruption when moving a directory" + - fs: Establish locking order for unrelated directories + - fs: Lock moved directories + - i2c: nvidia-gpu: Add ACPI property to align with device-tree + - i2c: nvidia-gpu: Remove ccgx,firmware-build property + - usb: typec: ucsi: Mark dGPUs as DEVICE scope + - ipvs: increase ip_vs_conn_tab_bits range for 64BIT + - btrfs: add handling for RAID1C23/DUP to btrfs_reduce_alloc_profile + - btrfs: delete unused BGs while reclaiming BGs + - btrfs: bail out reclaim process if filesystem is read-only + - btrfs: add block-group tree to lockdep classes + - btrfs: reinsert BGs failed to reclaim + - btrfs: fix race when deleting quota root from the dirty cow roots list + - btrfs: fix extent buffer leak after tree mod log failure at split_node() + - btrfs: do not BUG_ON() on tree mod log failure at __btrfs_cow_block() + - ASoC: mediatek: mt8173: Fix irq error path + - ASoC: mediatek: mt8173: Fix snd_soc_component_initialize error path + - regulator: tps65219: Fix matching interrupts for their regulators + - ARM: dts: qcom: ipq4019: fix broken NAND controller properties override + - ARM: orion5x: fix d2net gpio initialization + - leds: trigger: netdev: Recheck NETDEV_LED_MODE_LINKUP on dev rename + - blktrace: use inline function for blk_trace_remove() while blktrace is + disabled + - fs: no need to check source + - xfs: explicitly specify cpu when forcing inodegc delayed work to run + immediately + - xfs: check that per-cpu inodegc workers actually run on that cpu + - xfs: disable reaping in fscounters scrub + - xfs: fix xfs_inodegc_stop racing with mod_delayed_work + - mm/mmap: Fix extra maple tree write + - netfilter: conntrack: Avoid nf_ct_helper_hash uses after free + - wireguard: queueing: use saner cpu selection wrapping + - wireguard: netlink: send staged packets when setting initial private key + - tty: serial: fsl_lpuart: add earlycon for imx8ulp platform + - block/partition: fix signedness issue for Amiga partitions + - sh: mach-r2d: Handle virq offset in cascaded IRL demux + - sh: mach-highlander: Handle virq offset in cascaded IRL demux + - sh: mach-dreamcast: Handle virq offset in cascaded IRQ demux + - sh: hd64461: Handle virq offset for offchip IRQ base and HD64461 IRQ + - blk-cgroup: Reinit blkg_iostat_set after clearing in blkcg_reset_stats() + - irqchip/loongson-eiointc: Fix irq affinity setting during resume + - perf: arm_cspmu: Set irq affinitiy only if overflow interrupt is used + - perf/arm_cspmu: Fix event attribute type + - APEI: GHES: correctly return NULL for ghes_get_devices() + - wifi: rtw88: usb: silence log flooding error message + - net: dsa: avoid suspicious RCU usage for synced VLAN-aware MAC addresses + - drm/amd/display: fix is_timing_changed() prototype + - Input: cyttsp4_core - change del_timer_sync() to timer_shutdown_sync() + - drm/nouveau: dispnv50: fix missing-prototypes warning + - arm64: dts: qcom: pm8998: don't use GIC_SPI for SPMI interrupts + - arm64: dts: qcom: ipq6018: correct qrng unit address + - arm64: dts: qcom: msm8953: correct IOMMU unit address + - arm64: dts: qcom: msm8976: correct MMC unit address + - arm64: dts: qcom: sm6115: correct thermal-sensor unit address + - drm/msm/dpu: always clear every individual pending flush mask + - MIPS: DTS: CI20: Fix ACT8600 regulator node names + - arm64: dts: qcom: sdm670: Flush RSC sleep & wake votes + - arm64: dts: ti: k3-j721e-beagleboneai64: Fix mailbox node status + - drm/msm/dp: Drop aux devices together with DP controller + - iommufd: Do not access the area pointer after unlocking + - iommufd: Call iopt_area_contig_done() under the lock + - perf evsel: Don't let for_each_group() treat the head of the list as one of + its nodes + - pinctrl: tegra: Duplicate pinmux functions table + - platform/x86:intel/pmc: Remove Meteor Lake S platform support + - perf tests task_analyzer: Fix bad substitution ${$1} + - perf tests task_analyzer: Skip tests if no libtraceevent support + - pinctrl: freescale: Fix a memory out of bounds when num_configs is 1 + - perf stat: Reset aggr stats for each run + - platform/x86:intel/pmc: Update maps for Meteor Lake P/M platforms + - perf test: Set PERF_EXEC_PATH for script execution + - kbuild: Fix CFI failures with GCOV + - btrfs: fix range_end calculation in extent_write_locked_range + - igc: Fix race condition in PTP tx code + - igc: Check if hardware TX timestamping is enabled earlier + - igc: Work around HW bug causing missing timestamps + - sch_netem: fix issues in netem_change() vs get_dist_table() + - interconnect: qcom: rpm: Don't use clk_get_optional for bus clocks anymore + - media: videodev2.h: Fix p_s32 and p_s64 pointer types + - f2fs: fix the wrong condition to determine atomic context + - test_firmware: return ENOMEM instead of ENOSPC on failed memory allocation + - media: tc358746: select CONFIG_GENERIC_PHY + - net/sched: act_ipt: zero skb->cb before calling target + - octeontx2-af: cn10kb: fix interrupt csr addresses + - octeontx2-af: Reset MAC features in FLR + - drm/i915/psr: Fix BDW PSR AUX CH data register offsets + - irqchip/loongson-liointc: Fix IRQ trigger polarity + - btrfs: fix dirty_metadata_bytes for redirtied buffers + - btrfs: add missing error handling when logging operation while COWing extent + buffer + - ARM: dts: qcom: msm8660: Fix regulator node names + - ovl: fix null pointer dereference in ovl_permission() + - ovl: let helper ovl_i_path_real() return the realinode + - ovl: fix null pointer dereference in ovl_get_acl_rcu() + - Upstream stable to v6.1.39, v6.3.13, v6.4.4 + + * Lunar update: upstream stable patchset 2023-09-01 (LP: #2033931) + - x86/head/64: Switch to KERNEL_CS as soon as new GDT is installed + - test_firmware: Use kstrtobool() instead of strtobool() + - cgroup: bpf: use cgroup_lock()/cgroup_unlock() wrappers + - cgroup: always put cset in cgroup_css_set_put_fork + - cgroup: fix missing cpus_read_{lock,unlock}() in cgroup_transfer_tasks() + - qcom: llcc/edac: Fix the base address used for accessing LLCC banks + - EDAC/qcom: Get rid of hardcoded register offsets + - ksmbd: validate smb request protocol id + - of: overlay: Fix missing of_node_put() in error case of + init_overlay_changeset() + - power: supply: ab8500: Fix external_power_changed race + - power: supply: sc27xx: Fix external_power_changed race + - power: supply: bq27xxx: Use mod_delayed_work() instead of cancel() + + schedule() + - ARM: dts: vexpress: add missing cache properties + - tools: gpio: fix debounce_period_us output of lsgpio + - selftests: gpio: gpio-sim: Fix BUG: test FAILED due to recent change + - power: supply: Ratelimit no data debug output + - PCI/DPC: Quirk PIO log size for Intel Ice Lake Root Ports + - platform/x86: asus-wmi: Ignore WMI events with codes 0x7B, 0xC0 + - regulator: Fix error checking for debugfs_create_dir + - irqchip/gic-v3: Disable pseudo NMIs on Mediatek devices w/ firmware issues + - irqchip/meson-gpio: Mark OF related data as maybe unused + - power: supply: Fix logic checking if system is running from battery + - drm: panel-orientation-quirks: Change Air's quirk to support Air Plus + - btrfs: scrub: try harder to mark RAID56 block groups read-only + - btrfs: handle memory allocation failure in btrfs_csum_one_bio + - ASoC: soc-pcm: test if a BE can be prepared + - ASoC: Intel: avs: Account for UID of ACPI device + - ASoC: Intel: avs: Add missing checks on FE startup + - parisc: Improve cache flushing for PCXL in arch_sync_dma_for_cpu() + - parisc: Flush gatt writes and adjust gatt mask in parisc_agp_mask_memory() + - MIPS: unhide PATA_PLATFORM + - MIPS: Restore Au1300 support + - MIPS: Alchemy: fix dbdma2 + - mips: Move initrd_start check after initrd address sanitisation. + - ASoC: cs35l41: Fix default regmap values for some registers + - ASoC: dwc: move DMA init to snd_soc_dai_driver probe() + - xen/blkfront: Only check REQ_FUA for writes + - drm:amd:amdgpu: Fix missing buffer object unlock in failure path + - io_uring: unlock sqd->lock before sq thread release CPU + - NVMe: Add MAXIO 1602 to bogus nid list. + - irqchip/gic: Correctly validate OF quirk descriptors + - wifi: cfg80211: fix locking in regulatory disconnect + - wifi: cfg80211: fix double lock bug in reg_wdev_chan_valid() + - epoll: ep_autoremove_wake_function should use list_del_init_careful + - ocfs2: fix use-after-free when unmounting read-only filesystem + - ocfs2: check new file size on fallocate call + - zswap: do not shrink if cgroup may not zswap + - nios2: dts: Fix tse_mac "max-frame-size" property + - nilfs2: fix incomplete buffer cleanup in nilfs_btnode_abort_change_key() + - nilfs2: fix possible out-of-bounds segment allocation in resize ioctl + - nilfs2: reject devices with insufficient block count + - LoongArch: Fix perf event id calculation + - io_uring/net: save msghdr->msg_control for retries + - kexec: support purgatories with .text.hot sections + - x86/purgatory: remove PGO flags + - riscv/purgatory: remove PGO flags + - powerpc/purgatory: remove PGO flags + - btrfs: do not ASSERT() on duplicated global roots + - btrfs: fix iomap_begin length for nocow writes + - btrfs: can_nocow_file_extent should pass down args->strict from callers + - ALSA: usb-audio: Fix broken resume due to UAC3 power state + - ALSA: usb-audio: Add quirk flag for HEM devices to enable native DSD + playback + - dm thin metadata: check fail_io before using data_sm + - dm thin: fix issue_discard to pass GFP_NOIO to __blkdev_issue_discard + - net: ethernet: stmicro: stmmac: fix possible memory leak in __stmmac_open + - nouveau: fix client work fence deletion race + - RDMA/uverbs: Restrict usage of privileged QKEYs + - drm/amdgpu: vcn_4_0 set instance 0 init sched score to 1 + - net: usb: qmi_wwan: add support for Compal RXM-G1 + - drm/amd: Make sure image is written to trigger VBIOS image update flow + - drm/amd: Tighten permissions on VBIOS flashing attributes + - drm/amd/pm: workaround for compute workload type on some skus + - drm/amdgpu: add missing radeon secondary PCI ID + - ALSA: hda/realtek: Add a quirk for Compaq N14JP6 + - thunderbolt: dma_test: Use correct value for absent rings when creating + paths + - thunderbolt: Mask ring interrupt on Intel hardware as well + - clk: pxa: fix NULL pointer dereference in pxa3xx_clk_update_accr + - USB: serial: option: add Quectel EM061KGL series + - serial: lantiq: add missing interrupt ack + - usb: typec: ucsi: Fix command cancellation + - usb: typec: Fix fast_role_swap_current show function + - usb: gadget: udc: core: Offload usb_udc_vbus_handler processing + - usb: gadget: udc: core: Prevent soft_connect_store() race + - USB: dwc3: qcom: fix NULL-deref on suspend + - USB: dwc3: fix use-after-free on core driver unbind + - usb: dwc3: gadget: Reset num TRBs before giving back the request + - RDMA/rtrs: Fix the last iu->buf leak in err path + - RDMA/rtrs: Fix rxe_dealloc_pd warning + - RDMA/rxe: Fix packet length checks + - RDMA/rxe: Fix ref count error in check_rkey() + - spi: cadence-quadspi: Add missing check for dma_set_mask + - spi: fsl-dspi: avoid SCK glitches with continuous transfers + - netfilter: nf_tables: integrate pipapo into commit protocol + - netfilter: nfnetlink: skip error delivery on batch in case of ENOMEM + - ice: Fix XDP memory leak when NIC is brought up and down + - net: enetc: correct the indexes of highest and 2nd highest TCs + - ping6: Fix send to link-local addresses with VRF. + - igb: Fix extts capture value format for 82580/i354/i350 + - net/sched: simplify tcf_pedit_act + - net/sched: act_pedit: remove extra check for key type + - net/sched: act_pedit: Parse L3 Header for L4 offset + - octeontx2-af: Fix promiscuous mode + - wifi: mac80211: fix link activation settings order + - wifi: cfg80211: fix link del callback to call correct handler + - wifi: mac80211: take lock before setting vif links + - RDMA/rxe: Fix the use-before-initialization error of resp_pkts + - iavf: remove mask from iavf_irq_enable_queues() + - octeontx2-af: fixed resource availability check + - octeontx2-af: fix lbk link credits on cn10k + - RDMA/mlx5: Initiate dropless RQ for RAW Ethernet functions + - RDMA/mlx5: Create an indirect flow table for steering anchor + - RDMA/cma: Always set static rate to 0 for RoCE + - IB/uverbs: Fix to consider event queue closing also upon non-blocking mode + - RDMA/mlx5: Fix affinity assignment + - IB/isert: Fix dead lock in ib_isert + - IB/isert: Fix possible list corruption in CMA handler + - IB/isert: Fix incorrect release of isert connection + - net: ethtool: correct MAX attribute value for stats + - ipvlan: fix bound dev checking for IPv6 l3s mode + - sctp: fix an error code in sctp_sf_eat_auth() + - igc: Clean the TX buffer and TX descriptor ring + - igc: Fix possible system crash when loading module + - igb: fix nvm.ops.read() error handling + - net: phylink: report correct max speed for QUSGMII + - net: phylink: use a dedicated helper to parse usgmii control word + - drm/nouveau: don't detect DSM for non-NVIDIA device + - drm/bridge: ti-sn65dsi86: Avoid possible buffer overflow + - drm/nouveau/dp: check for NULL nv_connector->native_mode + - drm/nouveau: add nv_encoder pointer check for NULL + - selftests/tc-testing: Fix Error: Specified qdisc kind is unknown. + - selftests/tc-testing: Fix Error: failed to find target LOG + - selftests/tc-testing: Fix SFB db test + - sched: add new attr TCA_EXT_WARN_MSG to report tc extact message + - net/sched: Refactor qdisc_graft() for ingress and clsact Qdiscs + - net/sched: qdisc_destroy() old ingress and clsact Qdiscs before grafting + - selftests: forwarding: hw_stats_l3: Set addrgenmode in a separate step + - cifs: fix lease break oops in xfstest generic/098 + - ext4: drop the call to ext4_error() from ext4_get_group_info() + - net/sched: cls_api: Fix lockup on flushing explicitly created chain + - net: dsa: felix: fix taprio guard band overflow at 10Mbps with jumbo frames + - net: lapbether: only support ethernet devices + - net: macsec: fix double free of percpu stats + - sfc: fix XDP queues mode with legacy IRQ + - dm: don't lock fs when the map is NULL during suspend or resume + - net: tipc: resize nlattr array to correct size + - selftests/ptp: Fix timestamp printf format for PTP_SYS_OFFSET + - octeon_ep: Add missing check for ioremap + - afs: Fix vlserver probe RTT handling + - parisc: Delete redundant register definitions in + - net/sched: act_api: move TCA_EXT_WARN_MSG to the correct hierarchy + - Revert "net/sched: act_api: move TCA_EXT_WARN_MSG to the correct hierarchy" + - net/sched: act_api: add specific EXT_WARN_MSG for tc action + - neighbour: delete neigh_lookup_nodev as not used + - scsi: target: core: Fix error path in target_setup_session() + - x86/boot/compressed: prefer cc-option for CFLAGS additions + - MIPS: Move '-Wa,-msoft-float' check from as-option to cc-option + - MIPS: Prefer cc-option for additions to cflags + - kbuild: Update assembler calls to use proper flags and language target + - btrfs: properly enable async discard when switching from RO->RW + - wifi: mac80211: fragment per STA profile correctly + - RDMA/rxe: Fix rxe_cq_post + - blk-cgroup: Flush stats before releasing blkcg_gq + - Upstream stable to v6.1.35, v6.3.9 + - drm/amd/display: Use dc_update_planes_and_stream + - drm/amd/display: Add wrapper to call planes and stream update + - drm/amd/display: fix the system hang while disable PSR + - tty: serial: fsl_lpuart: make rx_watermark configurable for different + platforms + - tty: serial: fsl_lpuart: reduce RX watermark to 0 on LS1028A + - mm: Fix copy_from_user_nofault(). + - tpm, tpm_tis: Claim locality in interrupt handler + - tpm_crb: Add support for CRB devices based on Pluton + - ksmbd: validate command payload size + - ksmbd: fix out-of-bound read in smb2_write + - ksmbd: validate session id and tree id in the compound request + - tick/common: Align tick period during sched_timer setup + - selftests: mptcp: remove duplicated entries in usage + - selftests: mptcp: join: fix ShellCheck warnings + - selftests: mptcp: lib: skip if missing symbol + - selftests: mptcp: connect: skip transp tests if not supported + - selftests: mptcp: connect: skip disconnect tests if not supported + - selftests: mptcp: pm nl: remove hardcoded default limits + - selftests: mptcp: pm nl: skip fullmesh flag checks if not supported + - selftests: mptcp: sockopt: relax expected returned size + - selftests: mptcp: sockopt: skip getsockopt checks if not supported + - selftests: mptcp: userspace pm: skip if 'ip' tool is unavailable + - selftests: mptcp: userspace pm: skip if not supported + - selftests: mptcp: lib: skip if not below kernel version + - selftests: mptcp: join: use 'iptables-legacy' if available + - selftests: mptcp: join: helpers to skip tests + - selftests: mptcp: join: skip check if MIB counter not supported + - selftests: mptcp: join: support local endpoint being tracked or not + - selftests: mptcp: join: skip Fastclose tests if not supported + - selftests: mptcp: join: support RM_ADDR for used endpoints or not + - selftests: mptcp: join: skip implicit tests if not supported + - selftests: mptcp: join: skip backup if set flag on ID not supported + - selftests: mptcp: join: skip fullmesh flag tests if not supported + - selftests: mptcp: join: skip MPC backups tests if not supported + - selftests/mount_setattr: fix redefine struct mount_attr build error + - selftests: mptcp: diag: skip listen tests if not supported + - selftests: mptcp: sockopt: skip TCP_INQ checks if not supported + - selftests: mptcp: join: skip test if iptables/tc cmds fail + - selftests: mptcp: join: skip userspace PM tests if not supported + - selftests: mptcp: join: skip fail tests if not supported + - selftests: mptcp: join: fix "userspace pm add & remove address" + - writeback: fix dereferencing NULL mapping->host on writeback_page_template + - scripts: fix the gfp flags header path in gfp-translate + - nilfs2: fix buffer corruption due to concurrent device reads + - ACPI: sleep: Avoid breaking S3 wakeup due to might_sleep() + - KVM: Avoid illegal stage2 mapping on invalid memory slot + - Drivers: hv: vmbus: Call hv_synic_free() if hv_synic_alloc() fails + - Drivers: hv: vmbus: Fix vmbus_wait_for_unload() to scan present CPUs + - PCI: hv: Fix a race condition bug in hv_pci_query_relations() + - Revert "PCI: hv: Fix a timing issue which causes kdump to fail occasionally" + - PCI: hv: Remove the useless hv_pcichild_state from struct hv_pci_dev + - PCI: hv: Fix a race condition in hv_irq_unmask() that can cause panic + - PCI: hv: Add a per-bus mutex state_lock + - io_uring/net: clear msg_controllen on partial sendmsg retry + - io_uring/net: disable partial retries for recvmsg with cmsg + - mptcp: handle correctly disconnect() failures + - mptcp: fix possible divide by zero in recvmsg() + - mptcp: fix possible list corruption on passive MPJ + - mptcp: consolidate fallback and non fallback state machine + - cgroup: Do not corrupt task iteration when rebinding subsystem + - cgroup,freezer: hold cpu_hotplug_lock before freezer_mutex in + freezer_css_{online,offline}() + - mmc: litex_mmc: set PROBE_PREFER_ASYNCHRONOUS + - mmc: sdhci-msm: Disable broken 64-bit DMA on MSM8916 + - mmc: meson-gx: remove redundant mmc_request_done() call from irq context + - mmc: mmci: stm32: fix max busy timeout calculation + - mmc: sdhci-spear: fix deferred probing + - mmc: bcm2835: fix deferred probing + - mmc: sunxi: fix deferred probing + - bpf: ensure main program has an extable + - wifi: iwlwifi: pcie: Handle SO-F device for PCI id 0x7AF0 + - spi: spi-geni-qcom: correctly handle -EPROBE_DEFER from dma_request_chan() + - regulator: pca9450: Fix LDO3OUT and LDO4OUT MASK + - regmap: spi-avmm: Fix regmap_bus max_raw_write + - arm64: dts: rockchip: Fix rk356x PCIe register and range mappings + - nilfs2: prevent general protection fault in nilfs_clear_dirty_page() + - x86/mm: Avoid using set_pgd() outside of real PGD pages + - memfd: check for non-NULL file_seals in memfd_create() syscall + - mmc: meson-gx: fix deferred probing + - ieee802154: hwsim: Fix possible memory leaks + - xfrm: Treat already-verified secpath entries as optional + - xfrm: Ensure policies always checked on XFRM-I input path + - KVM: arm64: PMU: Restore the host's PMUSERENR_EL0 + - bpf: track immediate values written to stack by BPF_ST instruction + - bpf: Fix verifier id tracking of scalars on spill + - xfrm: fix inbound ipv4/udp/esp packets to UDPv6 dualstack sockets + - bpf: Fix a bpf_jit_dump issue for x86_64 with sysctl bpf_jit_enable. + - selftests: net: tls: check if FIPS mode is enabled + - selftests: net: vrf-xfrm-tests: change authentication and encryption algos + - selftests: net: fcnal-test: check if FIPS mode is enabled + - xfrm: Linearize the skb after offloading if needed. + - net/mlx5: DR, Fix wrong action data allocation in decap action + - sfc: use budget for TX completions + - net: qca_spi: Avoid high load if QCA7000 is not available + - mmc: mtk-sd: fix deferred probing + - mmc: mvsdio: fix deferred probing + - mmc: omap: fix deferred probing + - mmc: omap_hsmmc: fix deferred probing + - mmc: owl: fix deferred probing + - mmc: sdhci-acpi: fix deferred probing + - mmc: sh_mmcif: fix deferred probing + - mmc: usdhi60rol0: fix deferred probing + - ipvs: align inner_mac_header for encapsulation + - net: dsa: mt7530: fix trapping frames on non-MT7621 SoC MT7530 switch + - net: dsa: mt7530: fix handling of BPDUs on MT7530 switch + - net: dsa: mt7530: fix handling of LLDP frames + - be2net: Extend xmit workaround to BE3 chip + - netfilter: nf_tables: drop map element references from preparation phase + - netfilter: nft_set_pipapo: .walk does not deal with generations + - netfilter: nf_tables: disallow element updates of bound anonymous sets + - netfilter: nf_tables: reject unbound anonymous set before commit phase + - netfilter: nf_tables: reject unbound chain set before commit phase + - netfilter: nf_tables: disallow updates of anonymous sets + - netfilter: nfnetlink_osf: fix module autoload + - Revert "net: phy: dp83867: perform soft reset and retain established link" + - bpf/btf: Accept function names that contain dots + - bpf: Force kprobe multi expected_attach_type for kprobe_multi link + - io_uring/net: use the correct msghdr union member in io_sendmsg_copy_hdr + - selftests: forwarding: Fix race condition in mirror installation + - platform/x86/amd/pmf: Register notify handler only if SPS is enabled + - sch_netem: acquire qdisc lock in netem_change() + - revert "net: align SO_RCVMARK required privileges with SO_MARK" + - arm64: dts: rockchip: fix nEXTRST on SOQuartz + - gpiolib: Fix GPIO chip IRQ initialization restriction + - gpio: sifive: add missing check for platform_get_irq + - gpiolib: Fix irq_domain resource tracking for gpiochip_irqchip_add_domain() + - scsi: target: iscsi: Prevent login threads from racing between each other + - HID: wacom: Add error check to wacom_parse_and_register() + - arm64: Add missing Set/Way CMO encodings + - smb3: missing null check in SMB2_change_notify + - media: cec: core: disable adapter in cec_devnode_unregister + - media: cec: core: don't set last_initiator if tx in progress + - nfcsim.c: Fix error checking for debugfs_create_dir + - btrfs: fix an uninitialized variable warning in btrfs_log_inode + - usb: gadget: udc: fix NULL dereference in remove() + - nvme: double KA polling frequency to avoid KATO with TBKAS on + - nvme: check IO start time when deciding to defer KA + - nvme: improve handling of long keep alives + - Input: soc_button_array - add invalid acpi_index DMI quirk handling + - arm64: dts: qcom: sc7280-idp: drop incorrect dai-cells from WCD938x SDW + - arm64: dts: qcom: sc7280-qcard: drop incorrect dai-cells from WCD938x SDW + - s390/cio: unregister device when the only path is gone + - spi: lpspi: disable lpspi module irq in DMA mode + - ASoC: codecs: wcd938x-sdw: do not set can_multi_write flag + - ASoC: simple-card: Add missing of_node_put() in case of error + - soundwire: dmi-quirks: add new mapping for HP Spectre x360 + - soundwire: qcom: add proper error paths in qcom_swrm_startup() + - ASoC: nau8824: Add quirk to active-high jack-detect + - ASoC: amd: yc: Add Thinkpad Neo14 to quirks list for acp6x + - gfs2: Don't get stuck writing page onto itself under direct I/O + - s390/purgatory: disable branch profiling + - ASoC: fsl_sai: Enable BCI bit if SAI works on synchronous mode with BYP + asserted + - ALSA: hda/realtek: Add "Intel Reference board" and "NUC 13" SSID in the + ALC256 + - i2c: mchp-pci1xxxx: Avoid cast to incompatible function type + - ARM: dts: Fix erroneous ADS touchscreen polarities + - null_blk: Fix: memory release when memory_backed=1 + - drm/exynos: vidi: fix a wrong error return + - drm/exynos: fix race condition UAF in exynos_g2d_exec_ioctl + - drm/radeon: fix race condition UAF in radeon_gem_set_domain_ioctl + - vhost_vdpa: tell vqs about the negotiated + - vhost_net: revert upend_idx only on retriable error + - KVM: arm64: Restore GICv2-on-GICv3 functionality + - x86/apic: Fix kernel panic when booting with intremap=off and x2apic_phys + - i2c: imx-lpi2c: fix type char overflow issue when calculating the clock + cycle + - smb: move client and server files to common directory fs/smb + - [Config] updateconfigs for SMBFS_COMMON + - cifs: fix status checks in cifs_tree_connect + - udmabuf: revert 'Add support for mapping hugepages (v4)' + - selftests: mptcp: connect: skip TFO tests if not supported + - selftests: mptcp: join: skip PM listener tests if not supported + - selftests: mptcp: join: uniform listener tests + - block: make sure local irq is disabled when calling __blkcg_rstat_flush + - xfrm: add missed call to delete offloaded policies + - net: dsa: introduce preferred_default_local_cpu_port and use on MT7530 + - iommu/amd: Fix possible memory leak of 'domain' + - Upstream stable to v6.1.36, v6.3.10 + - mm/mmap: Fix error path in do_vmi_align_munmap() + - mm/mmap: Fix error return in do_vmi_align_munmap() + - mptcp: ensure listener is unhashed before updating the sk status + - x86/microcode/AMD: Load late on both threads too + - x86/smp: Remove pointless wmb()s from native_stop_other_cpus() + - x86/smp: Use dedicated cache-line for mwait_play_dead() + - x86/smp: Cure kexec() vs. mwait_play_dead() breakage + - can: isotp: isotp_sendmsg(): fix return error fix on TX path + - maple_tree: fix potential out-of-bounds access in mas_wr_end_piv() + - fbdev: fix potential OOB read in fast_imageblit() + - HID: hidraw: fix data race on device refcount + - HID: wacom: Use ktime_t rather than int when dealing with timestamps + - HID: logitech-hidpp: add HIDPP_QUIRK_DELAYED_INIT for the T651. + - Revert "thermal/drivers/mediatek: Use devm_of_iomap to avoid resource leak + in mtk_thermal_probe" + - sparc32: fix lock_mm_and_find_vma() conversion + - parisc: fix expand_stack() conversion + - csky: fix up lock_mm_and_find_vma() conversion + - xtensa: fix NOMMU build with lock_mm_and_find_vma() conversion + - Upstream stable to v6.1.37, v6.3.11 + - xtensa: fix lock_mm_and_find_vma in case VMA not found + - drm/amd/display: Do not update DRR while BW optimizations pending + - PCI/ACPI: Validate acpi_pci_set_power_state() parameter + - PCI/ACPI: Call _REG when transitioning D-states + - execve: always mark stack as growing down during early stack setup + - nubus: Partially revert proc_create_single_data() conversion + - perf symbols: Symbol lookup with kcore can fail if multiple segments match + stext + - scripts/tags.sh: Resolve gtags empty index generation + - docs: Set minimal gtags / GNU GLOBAL version to 6.6.5 + - drm/amdgpu: Validate VM ioctl flags. + - drm/amd/display: Ensure vmin and vmax adjust for DCE + - Upstream stable to v6.1.38, v6.3.12 + + * allow io_uring to be disabled in runtime (LP: #2035116) + - io_uring: add a sysctl to disable io_uring system-wide + + * CVE-2023-31083 + - Bluetooth: hci_ldisc: check HCI_UART_PROTO_READY flag in HCIUARTGETPROTO + + * CVE-2023-4132 + - media: usb: siano: Fix warning due to null work_func_t function pointer + + * CVE-2023-3863 + - net: nfc: Fix use-after-free caused by nfc_llcp_find_local + + * CVE-2023-3772 + - xfrm: add NULL check in xfrm_update_ae_params + + * Packaging resync (LP: #1786013) + - [Packaging] update helper scripts + + -- Roxana Nicolescu Mon, 02 Oct 2023 17:24:25 +0200 + +linux (6.2.0-34.34) lunar; urgency=medium + + * lunar/linux: 6.2.0-34.34 -proposed tracker (LP: #2033779) + + * CVE-2023-20569 + - x86/cpu, kvm: Add support for CPUID_80000021_EAX + - tools headers x86 cpufeatures: Sync with the kernel sources + - x86/alternative: Optimize returns patching + - x86/retbleed: Add __x86_return_thunk alignment checks + - x86/srso: Add a Speculative RAS Overflow mitigation + - x86/srso: Add IBPB_BRTYPE support + - x86/srso: Add SRSO_NO support + - x86/srso: Add IBPB + - x86/srso: Add IBPB on VMEXIT + - x86/srso: Fix return thunks in generated code + - x86/srso: Add a forgotten NOENDBR annotation + - x86/srso: Tie SBPB bit setting to microcode patch detection + - Documentation/hw-vuln: Unify filename specification in index + - Documentation/srso: Document IBPB aspect and fix formatting + - x86/srso: Fix build breakage with the LLVM linker + - x86: Move gds_ucode_mitigated() declaration to header + - x86/retpoline: Don't clobber RFLAGS during srso_safe_ret() + - x86/srso: Disable the mitigation on unaffected configurations + - x86/retpoline,kprobes: Fix position of thunk sections with CONFIG_LTO_CLANG + - x86/retpoline,kprobes: Skip optprobe check for indirect jumps with + retpolines and IBT + - x86/cpu: Fix __x86_return_thunk symbol type + - x86/cpu: Fix up srso_safe_ret() and __x86_return_thunk() + - objtool/x86: Fix SRSO mess + - x86/alternative: Make custom return thunk unconditional + - x86/cpu: Clean up SRSO return thunk mess + - x86/cpu: Rename original retbleed methods + - x86/cpu: Rename srso_(.*)_alias to srso_alias_\1 + - x86/cpu: Cleanup the untrain mess + - x86/srso: Explain the untraining sequences a bit more + - objtool/x86: Fixup frame-pointer vs rethunk + - x86/static_call: Fix __static_call_fixup() + - x86/srso: Correct the mitigation status when SMT is disabled + - Ubuntu: [Config]: enable Speculative Return Stack Overflow mitigation + + * Please enable Renesas RZ platform serial installer (LP: #2022361) + - [Config] enable hihope RZ/G2M serial console + - [Config] Mark sh-sci as built-in + + * dGPU cannot resume because system firmware stuck in IPCS method + (LP: #2021572) + - drm/i915/tc: Abort DP AUX transfer on a disconnected TC port + - drm/i915/tc: switch to intel_de_* register accessors in display code + - drm/i915: Enable a PIPEDMC whenever its corresponding pipe is enabled + - drm/i915/tc: Fix TC port link ref init for DP MST during HW readout + - drm/i915/tc: Fix system resume MST mode restore for DP-alt sinks + - drm/i915/tc: Wait for IOM/FW PHY initialization of legacy TC ports + - drm/i915/tc: Factor out helpers converting HPD mask to TC mode + - drm/i915/tc: Fix target TC mode for a disconnected legacy port + - drm/i915/tc: Fix TC mode for a legacy port if the PHY is not ready + - drm/i915/tc: Fix initial TC mode on disabled legacy ports + - drm/i915/tc: Make the TC mode readout consistent in all PHY states + - drm/i915: Add encoder hook to get the PLL type used by TC ports + - drm/i915/tc: Assume a TC port is legacy if VBT says the port has HDMI + - drm/i915/tc: Factor out a function querying active links on a TC port + - drm/i915/tc: Check the PLL type used by an enabled TC port + - drm/i915/tc: Group the TC PHY setup/query functions per platform + - drm/i915/tc: Use the adlp prefix for ADLP TC PHY functions + - drm/i915/tc: Rename tc_phy_status_complete() to tc_phy_is_ready() + - drm/i915/tc: Use the tc_phy prefix for all TC PHY functions + - drm/i915/tc: Move TC port fields to a new intel_tc_port struct + - drm/i915/tc: Check for TC PHY explicitly in + intel_tc_port_fia_max_lane_count() + - drm/i915/tc: Move the intel_tc_port struct declaration to intel_tc.c + - drm/i915/tc: Add TC PHY hook to get the PHY HPD live status + - drm/i915/tc: Add TC PHY hooks to get the PHY ready/owned state + - drm/i915/tc: Add TC PHY hook to read out the PHY HW state + - drm/i915/tc: Add generic TC PHY connect/disconnect handlers + - drm/i915/tc: Factor out tc_phy_verify_legacy_or_dp_alt_mode() + - drm/i915/tc: Add TC PHY hooks to connect/disconnect the PHY + - drm/i915/tc: Fix up the legacy VBT flag only in disconnected mode + - drm/i915/tc: Check TC mode instead of the VBT legacy flag + - drm/i915/tc: Block/unblock TC-cold in the PHY connect/disconnect hooks + - drm/i915/tc: Remove redundant wakeref=0 check from unblock_tc_cold() + - drm/i915/tc: Drop tc_cold_block()/unblock()'s power domain parameter + - drm/i915/tc: Add TC PHY hook to get the TC-cold blocking power domain + - drm/i915/tc: Add asserts in TC PHY hooks that the required power is on + - drm/i915/tc: Add TC PHY hook to init the PHY + - drm/i915/adlp/tc: Use the DE HPD ISR register for hotplug detection + - drm/i915/tc: Get power ref for reading the HPD live status register + - drm/i915/tc: Don't connect the PHY in intel_tc_port_connected() + - drm/i915/adlp/tc: Align the connect/disconnect PHY sequence with bspec + - drm/i915: Move shared DPLL disabling into CRTC disable hook + - drm/i915: Disable DPLLs before disconnecting the TC PHY + - drm/i915: Remove TC PHY disconnect workaround + - drm/i915: Remove the encoder update_prepare()/complete() hooks + - drm/i915/dp_mst: Fix active port PLL selection for secondary MST streams + - drm/i915: Fix PIPEDMC disabling for a bigjoiner configuration + - drm/i915: Add helpers to reference/unreference a DPLL for a CRTC + - drm/i915: Make the CRTC state consistent during sanitize-disabling + - drm/i915: Update connector atomic state before crtc sanitize-disabling + - drm/i915: Separate intel_crtc_disable_noatomic_begin/complete() + - drm/i915: Factor out set_encoder_for_connector() + - drm/i915: Add support for disabling any CRTCs during HW readout/sanitization + - drm/i915/dp: Prevent link training fallback on disconnected port + - drm/i915/dp: Factor out intel_dp_get_active_pipes() + - drm/i915: Factor out a helper for handling atomic modeset locks/state + - drm/i915/tc: Call TypeC port flush_work/cleanup without modeset locks held + - drm/i915/tc: Reset TypeC PHYs left enabled in DP-alt mode after the sink + disconnects + + * amdgpu: Fixes for S0i3 resume on Phoenix (LP: #2033654) + - drm/amd/pm: skip the RLC stop when S0i3 suspend for SMU v13.0.4/11 + - drm/amdgpu: skip fence GFX interrupts disable/enable for S0ix + - drm/amd: flush any delayed gfxoff on suspend entry + + * Fix panel brightness issues on HP laptops (LP: #2032704) + - ACPI: video: Put ACPI video and its child devices into D0 on boot + + * Fix ACPI TAD on some Intel based systems (LP: #2032767) + - ACPI: TAD: Install SystemCMOS address space handler for ACPI000E + + * kdump doesn't work with UEFI secure boot and kernel lockdown enabled on + ARM64 (LP: #2033007) + - [Config]: Enable CONFIG_KEXEC_IMAGE_VERIFY_SIG + + * Request backport of xen timekeeping performance improvements (LP: #2033122) + - x86/xen/time: prefer tsc as clocksource when it is invariant + + * 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 + + * Enable D3cold at s2idle for Intel DG2 GPU (LP: #2033452) + - drm/i915/dgfx: Enable d3cold at s2idle + + * CVE-2023-4569 + - netfilter: nf_tables: deactivate catchall elements in next generation + + * Fix non-working MT7921e when pre-boot WiFi is enabled (LP: #2026322) + - wifi: mt76: mt7921e: fix init command fail with enabled device + + * Fix unreliable ethernet cable detection on I219 NIC (LP: #2028122) + - e1000e: Use PME poll to circumvent unreliable ACPI wake + + * [SRU][Ubuntu 22.04.1] Unable to interpret the frequency values in + cpuinfo_min_freq and cpuino_max_freq sysfs files. (LP: #2030924) + - cpufreq: intel_pstate: Fix scaling for hybrid-capable + + * CVE-2023-40283 + - Bluetooth: L2CAP: Fix use-after-free in l2cap_sock_ready_cb + + * CVE-2023-20588 + - x86/bugs: Increase the x86 bugs vector size to two u32s + - x86/CPU/AMD: Do not leak quotient data after a division by 0 + - x86/CPU/AMD: Fix the DIV(0) initial fix attempt + + * CVE-2023-4194 + - net: tun_chr_open(): set sk_uid from current_fsuid() + - net: tap_open(): set sk_uid from current_fsuid() + + * CVE-2023-4155 + - KVM: SEV: snapshot the GHCB before accessing it + - KVM: SEV: only access GHCB fields once + + * CVE-2023-1206 + - tcp: Reduce chance of collisions in inet6_hashfn(). + + * Lunar update: upstream stable patchset 2023-08-03 (LP: #2029808) + - RDMA/bnxt_re: Fix the page_size used during the MR creation + - phy: amlogic: phy-meson-g12a-mipi-dphy-analog: fix CNTL2_DIF_TX_CTL0 value + - RDMA/efa: Fix unsupported page sizes in device + - RDMA/hns: Fix timeout attr in query qp for HIP08 + - RDMA/hns: Fix base address table allocation + - RDMA/hns: Modify the value of long message loopback slice + - dmaengine: at_xdmac: fix potential Oops in at_xdmac_prep_interleaved() + - RDMA/bnxt_re: Fix a possible memory leak + - RDMA/bnxt_re: Fix return value of bnxt_re_process_raw_qp_pkt_rx + - iommu/rockchip: Fix unwind goto issue + - iommu/amd: Don't block updates to GATag if guest mode is on + - iommu/amd: Handle GALog overflows + - iommu/amd: Fix up merge conflict resolution + - nfsd: make a copy of struct iattr before calling notify_change + - dmaengine: pl330: rename _start to prevent build error + - riscv: Fix unused variable warning when BUILTIN_DTB is set + - net/mlx5: Drain health before unregistering devlink + - net/mlx5: SF, Drain health before removing device + - net/mlx5: fw_tracer, Fix event handling + - net/mlx5e: Don't attach netdev profile while handling internal error + - net: mellanox: mlxbf_gige: Fix skb_panic splat under memory pressure + - netrom: fix info-leak in nr_write_internal() + - af_packet: Fix data-races of pkt_sk(sk)->num. + - tls: improve lockless access safety of tls_err_abort() + - amd-xgbe: fix the false linkup in xgbe_phy_status + - perf ftrace latency: Remove unnecessary "--" from --use-nsec option + - mtd: rawnand: ingenic: fix empty stub helper definitions + - RDMA/irdma: Prevent QP use after free + - RDMA/irdma: Fix Local Invalidate fencing + - af_packet: do not use READ_ONCE() in packet_bind() + - tcp: deny tcp_disconnect() when threads are waiting + - tcp: Return user_mss for TCP_MAXSEG in CLOSE/LISTEN state if user_mss set + - net/smc: Scan from current RMB list when no position specified + - net/smc: Don't use RMBs not mapped to new link in SMCRv2 ADD LINK + - net/sched: sch_ingress: Only create under TC_H_INGRESS + - net/sched: sch_clsact: Only create under TC_H_CLSACT + - net/sched: Reserve TC_H_INGRESS (TC_H_CLSACT) for ingress (clsact) Qdiscs + - net/sched: Prohibit regrafting ingress or clsact Qdiscs + - net: sched: fix NULL pointer dereference in mq_attach + - net/netlink: fix NETLINK_LIST_MEMBERSHIPS length report + - udp6: Fix race condition in udp6_sendmsg & connect + - nfsd: fix double fget() bug in __write_ports_addfd() + - nvme: fix the name of Zone Append for verbose logging + - net/mlx5e: Fix error handling in mlx5e_refresh_tirs + - net/mlx5: Read embedded cpu after init bit cleared + - iommu/mediatek: Flush IOTLB completely only if domain has been attached + - tcp: fix mishandling when the sack compression is deferred. + - net: dsa: mv88e6xxx: Increase wait after reset deactivation + - mtd: rawnand: marvell: ensure timing values are written + - mtd: rawnand: marvell: don't set the NAND frequency select + - rtnetlink: call validate_linkmsg in rtnl_create_link + - mptcp: avoid unneeded __mptcp_nmpc_socket() usage + - mptcp: add annotations around msk->subflow accesses + - mptcp: avoid unneeded address copy + - mptcp: simplify subflow_syn_recv_sock() + - mptcp: consolidate passive msk socket initialization + - mptcp: fix data race around msk->first access + - mptcp: add annotations around sk->sk_shutdown accesses + - drm/amdgpu: release gpu full access after "amdgpu_device_ip_late_init" + - watchdog: menz069_wdt: fix watchdog initialisation + - ALSA: hda: Glenfly: add HD Audio PCI IDs and HDMI Codec Vendor IDs. + - ASoC: Intel: soc-acpi-cht: Add quirk for Nextbook Ares 8A tablet + - drm/amdgpu: Use the default reset when loading or reloading the driver + - mailbox: mailbox-test: Fix potential double-free in + mbox_test_message_write() + - btrfs: abort transaction when sibling keys check fails for leaves + - ARM: 9295/1: unwind:fix unwind abort for uleb128 case + - hwmon: (k10temp) Add PCI ID for family 19, model 78h + - media: rcar-vin: Select correct interrupt mode for V4L2_FIELD_ALTERNATE + - platform/x86: intel_scu_pcidrv: Add back PCI ID for Medfield + - platform/mellanox: fix potential race in mlxbf-tmfifo driver + - drm/amdgpu: set gfx9 onwards APU atomics support to be true + - fbdev: imsttfb: Fix use after free bug in imsttfb_probe + - fbdev: modedb: Add 1920x1080 at 60 Hz video mode + - fbdev: stifb: Fix info entry in sti_struct on error path + - nbd: Fix debugfs_create_dir error checking + - block/rnbd: replace REQ_OP_FLUSH with REQ_OP_WRITE + - nvme-pci: add NVME_QUIRK_BOGUS_NID for HS-SSD-FUTURE 2048G + - nvme-pci: add quirk for missing secondary temperature thresholds + - ASoC: amd: yc: Add DMI entry to support System76 Pangolin 12 + - ASoC: dwc: limit the number of overrun messages + - um: harddog: fix modular build + - xfrm: Check if_id in inbound policy/secpath match + - ASoC: dt-bindings: Adjust #sound-dai-cells on TI's single-DAI codecs + - ALSA: hda/realtek: Add quirks for ASUS GU604V and GU603V + - ASoC: ssm2602: Add workaround for playback distortions + - media: dvb_demux: fix a bug for the continuity counter + - media: dvb-usb: az6027: fix three null-ptr-deref in az6027_i2c_xfer() + - media: dvb-usb-v2: ec168: fix null-ptr-deref in ec168_i2c_xfer() + - media: dvb-usb-v2: ce6230: fix null-ptr-deref in ce6230_i2c_master_xfer() + - media: dvb-usb-v2: rtl28xxu: fix null-ptr-deref in rtl28xxu_i2c_xfer + - media: dvb-usb: digitv: fix null-ptr-deref in digitv_i2c_xfer() + - media: dvb-usb: dw2102: fix uninit-value in su3000_read_mac_address + - media: netup_unidvb: fix irq init by register it at the end of probe + - media: dvb_ca_en50221: fix a size write bug + - media: ttusb-dec: fix memory leak in ttusb_dec_exit_dvb() + - media: mn88443x: fix !CONFIG_OF error by drop of_match_ptr from ID table + - media: dvb-core: Fix use-after-free due on race condition at dvb_net + - media: dvb-core: Fix use-after-free due to race at dvb_register_device() + - media: dvb-core: Fix use-after-free due to race condition at dvb_ca_en50221 + - ASoC: SOF: debug: conditionally bump runtime_pm counter on exceptions + - ASoC: SOF: pcm: fix pm_runtime imbalance in error handling + - ASoC: SOF: sof-client-probes: fix pm_runtime imbalance in error handling + - ASoC: SOF: pm: save io region state in case of errors in resume + - s390/pkey: zeroize key blobs + - s390/topology: honour nr_cpu_ids when adding CPUs + - ACPI: resource: Add IRQ override quirk for LG UltraPC 17U70P + - wifi: rtl8xxxu: fix authentication timeout due to incorrect RCR value + - ARM: dts: stm32: add pin map for CAN controller on stm32f7 + - arm64/mm: mark private VM_FAULT_X defines as vm_fault_t + - arm64: vdso: Pass (void *) to virt_to_page() + - wifi: mac80211: simplify chanctx allocation + - wifi: mac80211: consider reserved chanctx for mindef + - wifi: mac80211: recalc chanctx mindef before assigning + - wifi: iwlwifi: mvm: Add locking to the rate read flow + - scsi: core: Decrease scsi_device's iorequest_cnt if dispatch failed + - wifi: b43: fix incorrect __packed annotation + - netfilter: conntrack: define variables exp_nat_nla_policy and any_addr with + CONFIG_NF_NAT + - nvme-multipath: don't call blk_mark_disk_dead in nvme_mpath_remove_disk + - nvme: do not let the user delete a ctrl before a complete initialization + - ALSA: oss: avoid missing-prototype warnings + - drm/msm: Be more shouty if per-process pgtables aren't working + - atm: hide unused procfs functions + - ceph: silence smatch warning in reconnect_caps_cb() + - drm/amdgpu: skip disabling fence driver src_irqs when device is unplugged + - ublk: fix AB-BA lockdep warning + - nvme-pci: Add quirk for Teamgroup MP33 SSD + - block: Deny writable memory mapping if block is read-only + - KVM: arm64: vgic: Fix a circular locking issue + - KVM: arm64: vgic: Wrap vgic_its_create() with config_lock + - KVM: arm64: vgic: Fix locking comment + - media: mediatek: vcodec: Only apply 4K frame sizes on decoder formats + - mailbox: mailbox-test: fix a locking issue in mbox_test_message_write() + - drivers: base: cacheinfo: Fix shared_cpu_map changes in event of CPU hotplug + - media: uvcvideo: Don't expose unsupported formats to userspace + - iio: accel: st_accel: Fix invalid mount_matrix on devices without ACPI _ONT + method + - iio: adc: mxs-lradc: fix the order of two cleanup operations + - HID: google: add jewel USB id + - HID: wacom: avoid integer overflow in wacom_intuos_inout() + - iio: imu: inv_icm42600: fix timestamp reset + - dt-bindings: iio: adc: renesas,rcar-gyroadc: Fix adi,ad7476 compatible value + - iio: light: vcnl4035: fixed chip ID check + - iio: adc: stm32-adc: skip adc-channels setup if none is present + - iio: adc: ad_sigma_delta: Fix IRQ issue by setting IRQ_DISABLE_UNLAZY flag + - iio: dac: mcp4725: Fix i2c_master_send() return value handling + - iio: addac: ad74413: fix resistance input processing + - iio: adc: ad7192: Change "shorted" channels to differential + - iio: adc: stm32-adc: skip adc-diff-channels setup if none is present + - iio: dac: build ad5758 driver when AD5758 is selected + - net: usb: qmi_wwan: Set DTR quirk for BroadMobi BM818 + - dt-bindings: usb: snps,dwc3: Fix "snps,hsphy_interface" type + - usb: cdns3: fix NCM gadget RX speed 20x slow than expection at iMX8QM + - usb: gadget: f_fs: Add unbind event before functionfs_unbind + - md/raid5: fix miscalculation of 'end_sector' in raid5_read_one_chunk() + - misc: fastrpc: return -EPIPE to invocations on device removal + - misc: fastrpc: reject new invocations during device removal + - scsi: stex: Fix gcc 13 warnings + - ata: libata-scsi: Use correct device no in ata_find_dev() + - drm/amdgpu: enable tmz by default for GC 11.0.1 + - drm/amd/pm: reverse mclk and fclk clocks levels for SMU v13.0.4 + - drm/amd/pm: reverse mclk and fclk clocks levels for vangogh + - drm/amd/pm: resolve reboot exception for si oland + - drm/amd/pm: reverse mclk clocks levels for SMU v13.0.5 + - drm/amd/pm: reverse mclk and fclk clocks levels for yellow carp + - drm/amd/pm: reverse mclk and fclk clocks levels for renoir + - mmc: vub300: fix invalid response handling + - mmc: pwrseq: sd8787: Fix WILC CHIP_EN and RESETN toggling order + - tty: serial: fsl_lpuart: use UARTCTRL_TXINV to send break instead of + UARTCTRL_SBK + - btrfs: fix csum_tree_block page iteration to avoid tripping on + -Werror=array-bounds + - phy: qcom-qmp-combo: fix init-count imbalance + - phy: qcom-qmp-pcie-msm8996: fix init-count imbalance + - block: fix revalidate performance regression + - powerpc/iommu: Limit number of TCEs to 512 for H_STUFF_TCE hcall + - iommu/amd: Fix domain flush size when syncing iotlb + - tpm, tpm_tis: correct tpm_tis_flags enumeration values + - riscv: perf: Fix callchain parse error with kernel tracepoint events + - io_uring: undeprecate epoll_ctl support + - selinux: don't use make's grouped targets feature yet + - mtdchar: mark bits of ioctl handler noinline + - tracing/timerlat: Always wakeup the timerlat thread + - tracing/histograms: Allow variables to have some modifiers + - tracing/probe: trace_probe_primary_from_call(): checked list_first_entry + - selftests: mptcp: connect: skip if MPTCP is not supported + - selftests: mptcp: pm nl: skip if MPTCP is not supported + - selftests: mptcp: join: skip if MPTCP is not supported + - selftests: mptcp: sockopt: skip if MPTCP is not supported + - selftests: mptcp: userspace pm: skip if MPTCP is not supported + - mptcp: fix connect timeout handling + - mptcp: fix active subflow finalization + - ext4: add EA_INODE checking to ext4_iget() + - ext4: set lockdep subclass for the ea_inode in ext4_xattr_inode_cache_find() + - ext4: disallow ea_inodes with extended attributes + - ext4: add lockdep annotations for i_data_sem for ea_inode's + - fbcon: Fix null-ptr-deref in soft_cursor + - serial: 8250_tegra: Fix an error handling path in tegra_uart_probe() + - serial: cpm_uart: Fix a COMPILE_TEST dependency + - powerpc/xmon: Use KSYM_NAME_LEN in array size + - test_firmware: fix a memory leak with reqs buffer + - test_firmware: fix the memory leak of the allocated firmware buffer + - KVM: arm64: Populate fault info for watchpoint + - KVM: x86: Account fastpath-only VM-Exits in vCPU stats + - ksmbd: fix credit count leakage + - ksmbd: fix UAF issue from opinfo->conn + - ksmbd: fix incorrect AllocationSize set in smb2_get_info + - ksmbd: fix slab-out-of-bounds read in smb2_handle_negotiate + - ksmbd: fix multiple out-of-bounds read during context decoding + - KEYS: asymmetric: Copy sig and digest in public_key_verify_signature() + - fs/ntfs3: Validate MFT flags before replaying logs + - regmap: Account for register length when chunking + - tpm, tpm_tis: Request threaded interrupt handler + - iommu/amd/pgtbl_v2: Fix domain max address + - drm/amd/display: Have Payload Properly Created After Resume + - tls: rx: strp: don't use GFP_KERNEL in softirq context + - selftests: mptcp: diag: skip if MPTCP is not supported + - selftests: mptcp: simult flows: skip if MPTCP is not supported + - selftests: mptcp: join: avoid using 'cmp --bytes' + - ext4: enable the lazy init thread when remounting read/write + - iommu: Make IPMMU_VMSA dependencies more strict + - [Config] updateconfigs for IPMMU_VMSA + - iommu/amd: Add missing domain type checks + - efi: Bump stub image version for macOS HVF compatibility + - rxrpc: Truncate UTS_RELEASE for rxrpc version + - net: renesas: rswitch: Fix return value in error path of xmit + - KVM: arm64: Prevent unconditional donation of unmapped regions from the host + - KVM: arm64: Reload PTE after invoking walker callback on preorder traversal + - iio: ad4130: Make sure clock provider gets removed + - iio: adc: mt6370: Fix ibus and ibat scaling value of some specific vendor ID + chips + - iio: accel: kx022a fix irq getting + - misc: fastrpc: Reassign memory ownership only for remote heap + - module/decompress: Fix error checking on zstd decompression + - dmaengine: at_hdmac: Repair bitfield macros for peripheral ID handling + - dmaengine: at_hdmac: Extend the Flow Controller bitfield to three bits + - test_firmware: prevent race conditions by a correct implementation of + locking + - KVM: arm64: Drop last page ref in kvm_pgtable_stage2_free_removed() + - KVM: x86/mmu: Grab memslot for correct address space in NX recovery worker + - Upstream stable to v6.1.33, v6.3.7 + - scsi: megaraid_sas: Add flexible array member for SGLs + - net: sfp: fix state loss when updating state_hw_mask + - spi: mt65xx: make sure operations completed before unloading + - platform/surface: aggregator: Allow completion work-items to be executed in + parallel + - platform/surface: aggregator_tabletsw: Add support for book mode in KIP + subsystem + - spi: qup: Request DMA before enabling clocks + - afs: Fix setting of mtime when creating a file/dir/symlink + - wifi: mt76: mt7615: fix possible race in mt7615_mac_sta_poll + - bpf, sockmap: Avoid potential NULL dereference in + sk_psock_verdict_data_ready() + - neighbour: fix unaligned access to pneigh_entry + - net: dsa: lan9303: allow vid != 0 in port_fdb_{add|del} methods + - net/ipv4: ping_group_range: allow GID from 2147483648 to 4294967294 + - bpf: Fix UAF in task local storage + - bpf: Fix elem_size not being set for inner maps + - net/ipv6: fix bool/int mismatch for skip_notify_on_dev_down + - net/smc: Avoid to access invalid RMBs' MRs in SMCRv1 ADD LINK CONT + - net: enetc: correct the statistics of rx bytes + - net: enetc: correct rx_bytes statistics of XDP + - net/sched: fq_pie: ensure reasonable TCA_FQ_PIE_QUANTUM values + - Bluetooth: hci_sync: add lock to protect HCI_UNREGISTER + - Bluetooth: Fix l2cap_disconnect_req deadlock + - Bluetooth: ISO: don't try to remove CIG if there are bound CIS left + - Bluetooth: L2CAP: Add missing checks for invalid DCID + - wifi: mac80211: use correct iftype HE cap + - wifi: cfg80211: reject bad AP MLD address + - wifi: mac80211: mlme: fix non-inheritence element + - wifi: mac80211: don't translate beacon/presp addrs + - qed/qede: Fix scheduling while atomic + - wifi: cfg80211: fix locking in sched scan stop work + - selftests/bpf: Verify optval=NULL case + - selftests/bpf: Fix sockopt_sk selftest + - netfilter: nft_bitwise: fix register tracking + - netfilter: conntrack: fix NULL pointer dereference in nf_confirm_cthelper + - netfilter: ipset: Add schedule point in call_ad(). + - netfilter: nf_tables: out-of-bound check in chain blob + - ipv6: rpl: Fix Route of Death. + - tcp: gso: really support BIG TCP + - rfs: annotate lockless accesses to sk->sk_rxhash + - rfs: annotate lockless accesses to RFS sock flow table + - net: sched: add rcu annotations around qdisc->qdisc_sleeping + - drm/i915/selftests: Add some missing error propagation + - net: sched: move rtm_tca_policy declaration to include file + - net: sched: act_police: fix sparse errors in tcf_police_dump() + - net: sched: fix possible refcount leak in tc_chain_tmplt_add() + - bpf: Add extra path pointer check to d_path helper + - drm/amdgpu: fix Null pointer dereference error in amdgpu_device_recover_vram + - lib: cpu_rmap: Fix potential use-after-free in irq_cpu_rmap_release() + - net: bcmgenet: Fix EEE implementation + - bnxt_en: Don't issue AP reset during ethtool's reset operation + - bnxt_en: Query default VLAN before VNIC setup on a VF + - bnxt_en: Skip firmware fatal error recovery if chip is not accessible + - bnxt_en: Prevent kernel panic when receiving unexpected PHC_UPDATE event + - bnxt_en: Implement .set_port / .unset_port UDP tunnel callbacks + - batman-adv: Broken sync while rescheduling delayed work + - Input: xpad - delete a Razer DeathAdder mouse VID/PID entry + - Input: psmouse - fix OOB access in Elantech protocol + - Input: fix open count when closing inhibited device + - ALSA: hda: Fix kctl->id initialization + - ALSA: ymfpci: Fix kctl->id initialization + - ALSA: gus: Fix kctl->id initialization + - ALSA: cmipci: Fix kctl->id initialization + - ALSA: hda/realtek: Add quirk for Clevo NS50AU + - ALSA: ice1712,ice1724: fix the kcontrol->id initialization + - ALSA: hda/realtek: Add a quirk for HP Slim Desktop S01 + - ALSA: hda/realtek: Add quirks for Asus ROG 2024 laptops using CS35L41 + - drm/i915/gt: Use the correct error value when kernel_context() fails + - drm/amdgpu: fix xclk freq on CHIP_STONEY + - drm/amdgpu: change reserved vram info print + - drm/amd/pm: Fix power context allocation in SMU13 + - drm/amd/display: Reduce sdp bw after urgent to 90% + - wifi: iwlwifi: mvm: Fix -Warray-bounds bug in iwl_mvm_wait_d3_notif() + - can: j1939: j1939_sk_send_loop_abort(): improved error queue handling in + J1939 Socket + - can: j1939: change j1939_netdev_lock type to mutex + - can: j1939: avoid possible use-after-free when j1939_can_rx_register fails + - mptcp: only send RM_ADDR in nl_cmd_remove + - mptcp: add address into userspace pm list + - mptcp: update userspace pm infos + - selftests: mptcp: update userspace pm addr tests + - selftests: mptcp: update userspace pm subflow tests + - ceph: fix use-after-free bug for inodes when flushing capsnaps + - s390/dasd: Use correct lock while counting channel queue length + - Bluetooth: Fix use-after-free in hci_remove_ltk/hci_remove_irk + - Bluetooth: fix debugfs registration + - Bluetooth: hci_qca: fix debugfs registration + - tee: amdtee: Add return_origin to 'struct tee_cmd_load_ta' + - rbd: move RBD_OBJ_FLAG_COPYUP_ENABLED flag setting + - rbd: get snapshot context after exclusive lock is ensured to be held + - virtio_net: use control_buf for coalesce params + - soc: qcom: icc-bwmon: fix incorrect error code passed to dev_err_probe() + - pinctrl: meson-axg: add missing GPIOA_18 gpio group + - usb: usbfs: Enforce page requirements for mmap + - usb: usbfs: Use consistent mmap functions + - mm: page_table_check: Make it dependent on EXCLUSIVE_SYSTEM_RAM + - mm: page_table_check: Ensure user pages are not slab pages + - arm64: dts: qcom: sc8280xp: Flush RSC sleep & wake votes + - ARM: at91: pm: fix imbalanced reference counter for ethernet devices + - ARM: dts: at91: sama7g5ek: fix debounce delay property for shdwc + - ASoC: codecs: wsa883x: do not set can_multi_write flag + - ASoC: codecs: wsa881x: do not set can_multi_write flag + - arm64: dts: qcom: sc7180-lite: Fix SDRAM freq for misidentified sc7180-lite + boards + - arm64: dts: imx8qm-mek: correct GPIOs for USDHC2 CD and WP signals + - arm64: dts: imx8-ss-dma: assign default clock rate for lpuarts + - ASoC: mediatek: mt8195-afe-pcm: Convert to platform remove callback + returning void + - ASoC: mediatek: mt8195: fix use-after-free in driver remove path + - ASoC: simple-card-utils: fix PCM constraint error check + - blk-mq: fix blk_mq_hw_ctx active request accounting + - arm64: dts: imx8mn-beacon: Fix SPI CS pinmux + - i2c: mv64xxx: Fix reading invalid status value in atomic mode + - firmware: arm_ffa: Set handle field to zero in memory descriptor + - gpio: sim: fix memory corruption when adding named lines and unnamed hogs + - i2c: sprd: Delete i2c adapter in .remove's error path + - riscv: mm: Ensure prot of VM_WRITE and VM_EXEC must be readable + - eeprom: at24: also select REGMAP + - soundwire: stream: Add missing clear of alloc_slave_rt + - riscv: fix kprobe __user string arg print fault issue + - [Config] updateconfigs for ARCH_HAS_NON_OVERLAPPING_ADDRESS_SPACE + - vduse: avoid empty string for dev name + - vhost: support PACKED when setting-getting vring_base + - vhost_vdpa: support PACKED when setting-getting vring_base + - ksmbd: fix out-of-bound read in deassemble_neg_contexts() + - ksmbd: fix out-of-bound read in parse_lease_state() + - ksmbd: check the validation of pdu_size in ksmbd_conn_handler_loop + - ext4: only check dquot_initialize_needed() when debugging + - wifi: rtw89: correct PS calculation for SUPPORTS_DYNAMIC_PS + - wifi: rtw88: correct PS calculation for SUPPORTS_DYNAMIC_PS + - Bluetooth: Split bt_iso_qos into dedicated structures + - Bluetooth: ISO: consider right CIS when removing CIG at cleanup + - Bluetooth: ISO: Fix CIG auto-allocation to select configurable CIG + - netfilter: nf_tables: Add null check for nla_nest_start_noflag() in + nft_dump_basechain_hook() + - drm/lima: fix sched context destroy + - net: openvswitch: fix upcall counter access before allocation + - bnxt_en: Fix bnxt_hwrm_update_rss_hash_cfg() + - Input: cyttsp5 - fix array length + - soc: qcom: rpmh-rsc: drop redundant unsigned >=0 comparision + - arm64: dts: qcom: sm6375-pdx225: Fix remoteproc firmware paths + - vdpa/mlx5: Fix hang when cvq commands are triggered during device unregister + - ksmbd: fix posix_acls and acls dereferencing possible ERR_PTR() + - Upstream stable to v6.1.34, v6.3.8 + + * CVE-2023-4273 + - exfat: check if filename entries exceeds max filename length + + * CVE-2023-4128 + - net/sched: cls_u32: No longer copy tcf_result on update to avoid use-after- + free + - net/sched: cls_fw: No longer copy tcf_result on update to avoid use-after- + free + - net/sched: cls_route: No longer copy tcf_result on update to avoid use- + after-free + + * CVE-2023-3212 + - gfs2: Don't deref jdesc in evict + + -- Stefan Bader Mon, 04 Sep 2023 11:20:15 +0200 + +linux (6.2.0-32.32) lunar; urgency=medium + + * lunar/linux: 6.2.0-32.32 -proposed tracker (LP: #2031134) + + * libgnutls report "trap invalid opcode" when trying to install packages over + https (LP: #2031093) + - [Config]: disable CONFIG_GDS_FORCE_MITIGATION + + -- Stefan Bader Mon, 14 Aug 2023 10:37:27 +0200 + +linux (6.2.0-30.30) lunar; urgency=medium + + * lunar/linux: 6.2.0-30.30 -proposed tracker (LP: #2030381) + + * CVE-2022-40982 + - init: Provide arch_cpu_finalize_init() + - x86/cpu: Switch to arch_cpu_finalize_init() + - ARM: cpu: Switch to arch_cpu_finalize_init() + - ia64/cpu: Switch to arch_cpu_finalize_init() + - m68k/cpu: Switch to arch_cpu_finalize_init() + - mips/cpu: Switch to arch_cpu_finalize_init() + - sh/cpu: Switch to arch_cpu_finalize_init() + - sparc/cpu: Switch to arch_cpu_finalize_init() + - um/cpu: Switch to arch_cpu_finalize_init() + - init: Remove check_bugs() leftovers + - init: Invoke arch_cpu_finalize_init() earlier + - init, x86: Move mem_encrypt_init() into arch_cpu_finalize_init() + - x86/init: Initialize signal frame size late + - x86/fpu: Remove cpuinfo argument from init functions + - x86/fpu: Mark init functions __init + - x86/fpu: Move FPU initialization into arch_cpu_finalize_init() + - x86/mem_encrypt: Unbreak the AMD_MEM_ENCRYPT=n build + - x86/xen: Fix secondary processors' FPU initialization + - x86/speculation: Add Gather Data Sampling mitigation + - x86/speculation: Add force option to GDS mitigation + - x86/speculation: Add Kconfig option for GDS + - KVM: Add GDS_NO support to KVM + - Documentation/x86: Fix backwards on/off logic about YMM support + - [Config]: Enable CONFIG_ARCH_HAS_CPU_FINALIZE_INIT and + CONFIG_GDS_FORCE_MITIGATION + + * CVE-2023-4015 + - netfilter: nf_tables: add NFT_TRANS_PREPARE_ERROR to deal with bound + set/chain + - netfilter: nf_tables: unbind non-anonymous set if rule construction fails + - netfilter: nf_tables: skip immediate deactivate in _PREPARE_ERROR + + * CVE-2023-3995 + - netfilter: nf_tables: disallow rule addition to bound chain via + NFTA_RULE_CHAIN_ID + + * CVE-2023-3777 + - netfilter: nf_tables: skip bound chain on rule flush + + * CVE-2023-3609 + - net/sched: cls_u32: Fix reference counter leak leading to overflow + + * NULL pointer dereference on CS35L41 HDA AMP (LP: #2029199) + - ASoC: cs35l41: Refactor error release code + - ALSA: cs35l41: Add shared boost feature + - ASoC: dt-bindings: cirrus, cs35l41: Document CS35l41 shared boost + - ALSA: hda: cs35l41: Ensure firmware/tuning pairs are always loaded + - ALSA: hda: cs35l41: Enable Amp High Pass Filter + - 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 + + * Reboot command powers off the system (LP: #2029332) + - x86/smp: Make stop_other_cpus() more robust + - x86/smp: Dont access non-existing CPUID leaf + + * losetup with mknod fails on jammy with kernel 5.15.0-69-generic + (LP: #2015400) + - loop: deprecate autoloading callback loop_probe() + - loop: do not enforce max_loop hard limit by (new) default + + * Fix UBSAN in Intel EDAC driver (LP: #2028746) + - EDAC/skx_common: Enable EDAC support for the "near" memory + - EDAC/skx_common: Delete duplicated and unreachable code + - EDAC/i10nm: Add Intel Emerald Rapids server support + - EDAC/i10nm: Make more configurations CPU model specific + - EDAC/i10nm: Add Intel Granite Rapids server support + - EDAC/i10nm: Skip the absent memory controllers + + * Make TTY switching possible for NVIDIA when it's boot VGA (LP: #2028749) + - drm/gma500: Use drm_aperture_remove_conflicting_pci_framebuffers + - video/aperture: use generic code to figure out the vga default device + - drm/aperture: Remove primary argument + - video/aperture: Only kick vgacon when the pdev is decoding vga + - video/aperture: Move vga handling to pci function + - video/aperture: Drop primary argument + - video/aperture: Only remove sysfb on the default vga pci device + - fbdev: Simplify fb_is_primary_device for x86 + - video/aperture: Provide a VGA helper for gma500 and internal use + + * Fix AMD gpu hang when screen off/on (LP: #2028740) + - drm/amd/display: Keep PHY active for dp config + + * Various backlight issues with the 6.0/6.1 kernel (LP: #2023638) + - ACPI: video: Stop trying to use vendor backlight control on laptops from + after ~2012 + + * FM350(mtk_t7xx) failed to suspend, or early wake while suspending + (LP: #2020743) + - net: wwan: t7xx: Ensure init is completed before system sleep + + * Include the MAC address pass through function on RTL8153DD-CG (LP: #2020295) + - r8152: add USB device driver for config selection + + * CVE-2023-20593 + - x86/cpu/amd: Move the errata checking functionality up + - x86/cpu/amd: Add a Zenbleed fix + + * CVE-2023-4004 + - netfilter: nft_set_pipapo: fix improper element removal + + * CVE-2023-3611 + - net/sched: sch_qfq: refactor parsing of netlink parameters + - net/sched: sch_qfq: account for stab overhead in qfq_enqueue + + * CVE-2023-3610 + - netfilter: nf_tables: fix chain binding transaction logic + + * CVE-2023-2898 + - f2fs: fix to avoid NULL pointer dereference f2fs_write_end_io() + + * Fix speaker volume too low on HP G10 laptops (LP: #2023197) + - ALSA: hda/realtek: Enable 4 amplifiers instead of 2 on a HP platform + + * stacked overlay file system mounts that have chroot() called against them + appear to be getting locked (by the kernel most likely?) (LP: #2016398) + - SAUCE: overlayfs: fix reference count mismatch + + * arm64+ast2600: No Output from BMC's VGA port (LP: #2026776) + - drm/ast: Fix ARM compatibility + + * Fix eDP only displays 3/4 area after switching to mirror mode with external + HDMI 4K monitor (LP: #2024273) + - drm/i915: Allow arbitrary refresh rates with VRR eDP panels + + * Fix AMDGPU: the screen freeze with W7500 (LP: #2027957) + - drm/amd/pm: share the code around SMU13 pcie parameters update + - drm/amd/pm: conditionally disable pcie lane/speed switching for SMU13 + - drm/amd: Move helper for dynamic speed switch check out of smu13 + - drm/amd: Align SMU11 SMU_MSG_OverridePcieParameters implementation with + SMU13 + + * UBSAN: shift-out-of-bounds in amd_sfh (LP: #2027773) + - HID: amd_sfh: Rename the float32 variable + - HID: amd_sfh: Fix for shift-out-of-bounds + + * cifs: fix mid leak during reconnection after timeout threshold + (LP: #2029138) + - cifs: fix mid leak during reconnection after timeout threshold + + * Lunar update: upstream stable patchset 2023-07-28 (LP: #2028979) + - usb: dwc3: fix gadget mode suspend interrupt handler issue + - tpm, tpm_tis: Avoid cache incoherency in test for interrupts + - tpm, tpm_tis: Only handle supported interrupts + - tpm_tis: Use tpm_chip_{start,stop} decoration inside tpm_tis_resume + - tpm, tpm_tis: startup chip before testing for interrupts + - tpm: Re-enable TPM chip boostrapping non-tpm_tis TPM drivers + - tpm: Prevent hwrng from activating during resume + - watchdog: sp5100_tco: Immediately trigger upon starting. + - drm/amd/display: hpd rx irq not working with eDP interface + - ocfs2: Switch to security_inode_init_security() + - platform/x86/intel/ifs: Annotate work queue on stack so object debug does + not complain + - ALSA: hda/ca0132: add quirk for EVGA X299 DARK + - ALSA: hda: Fix unhandled register update during auto-suspend period + - ALSA: hda/realtek: Enable headset onLenovo M70/M90 + - SUNRPC: Don't change task->tk_status after the call to rpc_exit_task + - mmc: sdhci-esdhc-imx: make "no-mmc-hs400" works + - mmc: block: ensure error propagation for non-blk + - power: supply: axp288_fuel_gauge: Fix external_power_changed race + - power: supply: bq25890: Fix external_power_changed race + - ASoC: rt5682: Disable jack detection interrupt during suspend + - net: cdc_ncm: Deal with too low values of dwNtbOutMaxSize + - m68k: Move signal frame following exception on 68020/030 + - xtensa: fix signal delivery to FDPIC process + - xtensa: add __bswap{si,di}2 helpers + - parisc: Use num_present_cpus() in alternative patching code + - parisc: Handle kgdb breakpoints only in kernel context + - parisc: Fix flush_dcache_page() for usage from irq context + - parisc: Allow to reboot machine after system halt + - parisc: Enable LOCKDEP support + - parisc: Handle kprobes breakpoints only in kernel context + - gpio: mockup: Fix mode of debugfs files + - btrfs: use nofs when cleaning up aborted transactions + - dt-binding: cdns,usb3: Fix cdns,on-chip-buff-size type + - drm/mgag200: Fix gamma lut not initialized. + - drm/radeon: reintroduce radeon_dp_work_func content + - drm/amd/pm: add missing NotifyPowerSource message mapping for SMU13.0.7 + - drm/amd/pm: Fix output of pp_od_clk_voltage + - Revert "binder_alloc: add missing mmap_lock calls when using the VMA" + - Revert "android: binder: stop saving a pointer to the VMA" + - binder: add lockless binder_alloc_(set|get)_vma() + - binder: fix UAF caused by faulty buffer cleanup + - binder: fix UAF of alloc->vma in race with munmap() + - selftests/memfd: Fix unknown type name build failure + - drm/amd/amdgpu: limit one queue per gang + - perf/x86/uncore: Correct the number of CHAs on SPR + - x86/topology: Fix erroneous smp_num_siblings on Intel Hybrid platforms + - irqchip/mips-gic: Don't touch vl_map if a local interrupt is not routable + - irqchip/mips-gic: Use raw spinlock for gic_lock + - debugobjects: Don't wake up kswapd from fill_pool() + - fbdev: udlfb: Fix endpoint check + - net: fix stack overflow when LRO is disabled for virtual interfaces + - udplite: Fix NULL pointer dereference in __sk_mem_raise_allocated(). + - USB: core: Add routines for endpoint checks in old drivers + - USB: sisusbvga: Add endpoint checks + - media: radio-shark: Add endpoint checks + - ASoC: lpass: Fix for KASAN use_after_free out of bounds + - net: fix skb leak in __skb_tstamp_tx() + - drm: fix drmm_mutex_init() + - selftests: fib_tests: mute cleanup error message + - octeontx2-pf: Fix TSOv6 offload + - bpf: Fix mask generation for 32-bit narrow loads of 64-bit fields + - bpf: fix a memory leak in the LRU and LRU_PERCPU hash maps + - lan966x: Fix unloading/loading of the driver + - ipv6: Fix out-of-bounds access in ipv6_find_tlv() + - cifs: mapchars mount option ignored + - power: supply: leds: Fix blink to LED on transition + - power: supply: mt6360: add a check of devm_work_autocancel in + mt6360_charger_probe + - power: supply: bq27xxx: Fix bq27xxx_battery_update() race condition + - power: supply: bq27xxx: Fix I2C IRQ race on remove + - power: supply: bq27xxx: Fix poll_interval handling and races on remove + - power: supply: bq27xxx: Add cache parameter to + bq27xxx_battery_current_and_status() + - power: supply: bq27xxx: Move bq27xxx_battery_update() down + - power: supply: bq27xxx: Ensure power_supply_changed() is called on current + sign changes + - power: supply: bq27xxx: After charger plug in/out wait 0.5s for things to + stabilize + - power: supply: bq25890: Call power_supply_changed() after updating input + current or voltage + - power: supply: bq24190: Call power_supply_changed() after updating input + current + - power: supply: sbs-charger: Fix INHIBITED bit for Status reg + - optee: fix uninited async notif value + - firmware: arm_ffa: Check if ffa_driver remove is present before executing + - firmware: arm_ffa: Fix FFA device names for logical partitions + - fs: fix undefined behavior in bit shift for SB_NOUSER + - regulator: pca9450: Fix BUCK2 enable_mask + - platform/x86: ISST: Remove 8 socket limit + - coresight: Fix signedness bug in tmc_etr_buf_insert_barrier_packet() + - ARM: dts: imx6qdl-mba6: Add missing pvcie-supply regulator + - xen/pvcalls-back: fix double frees with pvcalls_new_active_socket() + - x86/show_trace_log_lvl: Ensure stack pointer is aligned, again + - ASoC: Intel: Skylake: Fix declaration of enum skl_ch_cfg + - ASoC: Intel: avs: Fix declaration of enum avs_channel_config + - ASoC: Intel: avs: Access path components under lock + - cxl: Wait Memory_Info_Valid before access memory related info + - sctp: fix an issue that plpmtu can never go to complete state + - forcedeth: Fix an error handling path in nv_probe() + - platform/mellanox: mlxbf-pmc: fix sscanf() error checking + - net/mlx5e: Fix SQ wake logic in ptp napi_poll context + - net/mlx5e: Fix deadlock in tc route query code + - net/mlx5e: Use correct encap attribute during invalidation + - net/mlx5e: do as little as possible in napi poll when budget is 0 + - net/mlx5: DR, Fix crc32 calculation to work on big-endian (BE) CPUs + - net/mlx5: Handle pairing of E-switch via uplink un/load APIs + - net/mlx5: DR, Check force-loopback RC QP capability independently from RoCE + - net/mlx5: Fix error message when failing to allocate device memory + - net/mlx5: Collect command failures data only for known commands + - net/mlx5: Devcom, fix error flow in mlx5_devcom_register_device + - net/mlx5: Devcom, serialize devcom registration + - arm64: dts: imx8mn-var-som: fix PHY detection bug by adding deassert delay + - firmware: arm_ffa: Set reserved/MBZ fields to zero in the memory descriptors + - regulator: mt6359: add read check for PMIC MT6359 + - net/smc: Reset connection when trying to use SMCRv2 fails. + - 3c589_cs: Fix an error handling path in tc589_probe() + - net: phy: mscc: add VSC8502 to MODULE_DEVICE_TABLE + - wifi: rtw89: 8852b: adjust quota to avoid SER L1 caused by access null page + - zsmalloc: move LRU update from zs_map_object() to zs_malloc() + - mm/vmemmap/devdax: fix kernel crash when probing devdax devices + - cifs: fix smb1 mount regression + - cxl: Move cxl_await_media_ready() to before capacity info retrieval + - net: ethernet: mtk_eth_soc: fix QoS on DSA MAC on non MTK_NETSYS_V2 SoCs + - Upstream stable to v6.1.31, v6.3.5 + - inet: Add IP_LOCAL_PORT_RANGE socket option + - ipv{4,6}/raw: fix output xfrm lookup wrt protocol + - firmware: arm_ffa: Fix usage of partition info get count flag + - selftests/bpf: Fix pkg-config call building sign-file + - platform/x86/amd/pmf: Fix CnQF and auto-mode after resume + - tls: rx: device: fix checking decryption status + - tls: rx: strp: set the skb->len of detached / CoW'ed skbs + - tls: rx: strp: fix determining record length in copy mode + - tls: rx: strp: force mixed decrypted records into copy mode + - tls: rx: strp: factor out copying skb data + - tls: rx: strp: preserve decryption status of skbs when needed + - net/mlx5: E-switch, Devcom, sync devcom events and devcom comp register + - gpio-f7188x: fix chip name and pin count on Nuvoton chip + - bpf, sockmap: Pass skb ownership through read_skb + - bpf, sockmap: Convert schedule_work into delayed_work + - bpf, sockmap: Reschedule is now done through backlog + - bpf, sockmap: Improved check for empty queue + - bpf, sockmap: Handle fin correctly + - bpf, sockmap: TCP data stall on recv before accept + - bpf, sockmap: Wake up polling after data copy + - bpf, sockmap: Incorrectly handling copied_seq + - blk-mq: fix race condition in active queue accounting + - vfio/type1: check pfn valid before converting to struct page + - net: page_pool: use in_softirq() instead + - page_pool: fix inconsistency for page_pool_ring_[un]lock() + - net: phy: mscc: enable VSC8501/2 RGMII RX clock + - wifi: iwlwifi: mvm: support wowlan info notification version 2 + - drm/amd: Don't allow s0ix on APUs older than Raven + - bluetooth: Add cmd validity checks at the start of hci_sock_ioctl() + - Revert "thermal/drivers/mellanox: Use generic thermal_zone_get_trip() + function" + - block: fix bio-cache for passthru IO + - cpufreq: amd-pstate: Update policy->cur in amd_pstate_adjust_perf() + - cpufreq: amd-pstate: Add ->fast_switch() callback + - netfilter: ctnetlink: Support offloaded conntrack entry deletion + - tools headers UAPI: Sync the linux/in.h with the kernel sources + - gpiolib: fix allocation of mixed dynamic/static GPIOs + - net: fec: add dma_wmb to ensure correct descriptor values + - cxl/port: Fix NULL pointer access in devm_cxl_add_port() + - blk-wbt: fix that wbt can't be disabled by default + - Upstream stable to v6.1.32, v6.3.6 + + * sysfs msi_irqs directory empty with kernel-5.19 when being a xen guest + (LP: #2022354) // Lunar update: upstream stable patchset 2023-07-28 + (LP: #2028979) + - x86/pci/xen: populate MSI sysfs entries + + * Lunar update: upstream stable patchset 2023-07-26 (LP: #2028808) + - drm/fbdev-generic: prohibit potential out-of-bounds access + - drm/mipi-dsi: Set the fwnode for mipi_dsi_device + - ARM: 9296/1: HP Jornada 7XX: fix kernel-doc warnings + - net: skb_partial_csum_set() fix against transport header magic value + - net: mdio: mvusb: Fix an error handling path in mvusb_mdio_probe() + - scsi: ufs: core: Fix I/O hang that occurs when BKOPS fails in W-LUN suspend + - tick/broadcast: Make broadcast device replacement work correctly + - linux/dim: Do nothing if no time delta between samples + - net: stmmac: Initialize MAC_ONEUS_TIC_COUNTER register + - net: Fix load-tearing on sk->sk_stamp in sock_recv_cmsgs(). + - net: phy: bcm7xx: Correct read from expansion register + - netfilter: nf_tables: always release netdev hooks from notifier + - netfilter: conntrack: fix possible bug_on with enable_hooks=1 + - bonding: fix send_peer_notif overflow + - netlink: annotate accesses to nlk->cb_running + - net: annotate sk->sk_err write from do_recvmmsg() + - net: deal with most data-races in sk_wait_event() + - net: add vlan_get_protocol_and_depth() helper + - tcp: add annotations around sk->sk_shutdown accesses + - gve: Remove the code of clearing PBA bit + - net: mscc: ocelot: fix stat counter register values + - net: datagram: fix data-races in datagram_poll() + - af_unix: Fix a data race of sk->sk_receive_queue->qlen. + - af_unix: Fix data races around sk->sk_shutdown. + - drm/i915/guc: Don't capture Gen8 regs on Xe devices + - drm/i915: Fix NULL ptr deref by checking new_crtc_state + - drm/i915/dp: prevent potential div-by-zero + - drm/i915: Expand force_probe to block probe of devices as well. + - drm/i915: taint kernel when force probing unsupported devices + - fbdev: arcfb: Fix error handling in arcfb_probe() + - ext4: reflect error codes from ext4_multi_mount_protect() to its callers + - ext4: allow to find by goal if EXT4_MB_HINT_GOAL_ONLY is set + - ext4: allow ext4_get_group_info() to fail + - refscale: Move shutdown from wait_event() to wait_event_idle() + - selftests: cgroup: Add 'malloc' failures checks in test_memcontrol + - rcu: Protect rcu_print_task_exp_stall() ->exp_tasks access + - open: return EINVAL for O_DIRECTORY | O_CREAT + - fs: hfsplus: remove WARN_ON() from hfsplus_cat_{read,write}_inode() + - drm/displayid: add displayid_get_header() and check bounds better + - drm/amd/display: populate subvp cmd info only for the top pipe + - drm/amd/display: Correct DML calculation to align HW formula + - platform/x86: x86-android-tablets: Add Acer Iconia One 7 B1-750 data + - drm/amd/display: Enable HostVM based on rIOMMU active + - drm/amd/display: Use DC_LOG_DC in the trasform pixel function + - regmap: cache: Return error in cache sync operations for REGCACHE_NONE + - remoteproc: imx_dsp_rproc: Add custom memory copy implementation for i.MX + DSP Cores + - arm64: dts: qcom: msm8996: Add missing DWC3 quirks + - media: cx23885: Fix a null-ptr-deref bug in buffer_prepare() and + buffer_finish() + - media: pci: tw68: Fix null-ptr-deref bug in buf prepare and finish + - media: pvrusb2: VIDEO_PVRUSB2 depends on DVB_CORE to use dvb_* symbols + - ACPI: processor: Check for null return of devm_kzalloc() in fch_misc_setup() + - drm/rockchip: dw_hdmi: cleanup drm encoder during unbind + - arm64: dts: imx8mq-librem5: Remove dis_u3_susphy_quirk from usb_dwc3_0 + - firmware: arm_sdei: Fix sleep from invalid context BUG + - ACPI: EC: Fix oops when removing custom query handlers + - drm/amd/display: fixed dcn30+ underflow issue + - remoteproc: stm32_rproc: Add mutex protection for workqueue + - drm/tegra: Avoid potential 32-bit integer overflow + - drm/msm/dp: Clean up handling of DP AUX interrupts + - ACPICA: Avoid undefined behavior: applying zero offset to null pointer + - ACPICA: ACPICA: check null return of ACPI_ALLOCATE_ZEROED in + acpi_db_display_objects + - arm64: dts: qcom: sdm845-polaris: Drop inexistent properties + - irqchip/gicv3: Workaround for NVIDIA erratum T241-FABRIC-4 + - ACPI: video: Remove desktops without backlight DMI quirks + - drm/amd/display: Correct DML calculation to follow HW SPEC + - drm/amd: Fix an out of bounds error in BIOS parser + - drm/amdgpu: Fix sdma v4 sw fini error + - media: Prefer designated initializers over memset for subdev pad ops + - media: mediatek: vcodec: Fix potential array out-of-bounds in decoder + queue_setup + - wifi: ath: Silence memcpy run-time false positive warning + - bpf: Annotate data races in bpf_local_storage + - wifi: brcmfmac: pcie: Provide a buffer of random bytes to the device + - wifi: brcmfmac: cfg80211: Pass the PMK in binary instead of hex + - ext2: Check block size validity during mount + - scsi: lpfc: Prevent lpfc_debugfs_lockstat_write() buffer overflow + - scsi: lpfc: Correct used_rpi count when devloss tmo fires with no recovery + - bnxt: avoid overflow in bnxt_get_nvram_directory() + - net: pasemi: Fix return type of pasemi_mac_start_tx() + - net: Catch invalid index in XPS mapping + - netdev: Enforce index cap in netdev_get_tx_queue + - scsi: target: iscsit: Free cmds before session free + - lib: cpu_rmap: Avoid use after free on rmap->obj array entries + - scsi: message: mptlan: Fix use after free bug in mptlan_remove() due to race + condition + - gfs2: Fix inode height consistency check + - scsi: ufs: ufs-pci: Add support for Intel Lunar Lake + - ext4: set goal start correctly in ext4_mb_normalize_request + - ext4: Fix best extent lstart adjustment logic in ext4_mb_new_inode_pa() + - crypto: jitter - permanent and intermittent health errors + - f2fs: Fix system crash due to lack of free space in LFS + - f2fs: fix to drop all dirty pages during umount() if cp_error is set + - f2fs: fix to check readonly condition correctly + - samples/bpf: Fix fout leak in hbm's run_bpf_prog + - bpf: Add preempt_count_{sub,add} into btf id deny list + - md: fix soft lockup in status_resync + - wifi: iwlwifi: pcie: fix possible NULL pointer dereference + - wifi: iwlwifi: add a new PCI device ID for BZ device + - wifi: iwlwifi: pcie: Fix integer overflow in iwl_write_to_user_buf + - wifi: iwlwifi: mvm: fix ptk_pn memory leak + - block, bfq: Fix division by zero error on zero wsum + - wifi: ath11k: Ignore frags from uninitialized peer in dp. + - wifi: iwlwifi: fix iwl_mvm_max_amsdu_size() for MLO + - null_blk: Always check queue mode setting from configfs + - wifi: iwlwifi: dvm: Fix memcpy: detected field-spanning write backtrace + - wifi: ath11k: Fix SKB corruption in REO destination ring + - nbd: fix incomplete validation of ioctl arg + - ipvs: Update width of source for ip_vs_sync_conn_options + - Bluetooth: btusb: Add new PID/VID 04ca:3801 for MT7663 + - Bluetooth: Add new quirk for broken local ext features page 2 + - Bluetooth: btrtl: add support for the RTL8723CS + - Bluetooth: Improve support for Actions Semi ATS2851 based devices + - Bluetooth: btrtl: check for NULL in btrtl_set_quirks() + - Bluetooth: btintel: Add LE States quirk support + - Bluetooth: hci_bcm: Fall back to getting bdaddr from EFI if not set + - Bluetooth: Add new quirk for broken set random RPA timeout for ATS2851 + - Bluetooth: L2CAP: fix "bad unlock balance" in l2cap_disconnect_rsp + - Bluetooth: btrtl: Add the support for RTL8851B + - HID: apple: Set the tilde quirk flag on the Geyser 4 and later + - staging: axis-fifo: initialize timeouts in init only + - ASoC: amd: yc: Add DMI entries to support HP OMEN 16-n0xxx (8A42) + - HID: logitech-hidpp: Don't use the USB serial for USB devices + - HID: logitech-hidpp: Reconcile USB and Unifying serials + - spi: spi-imx: fix MX51_ECSPI_* macros when cs > 3 + - usb: typec: ucsi: acpi: add quirk for ASUS Zenbook UM325 + - ALSA: hda: LNL: add HD Audio PCI ID + - ASoC: amd: Add Dell G15 5525 to quirks list + - ASoC: amd: yc: Add ThinkBook 14 G5+ ARP to quirks list for acp6x + - HID: apple: Set the tilde quirk flag on the Geyser 3 + - HID: Ignore battery for ELAN touchscreen on ROG Flow X13 GV301RA + - HID: wacom: generic: Set battery quirk only when we see battery data + - usb: typec: tcpm: fix multiple times discover svids error + - serial: 8250: Reinit port->pm on port specific driver unbind + - mcb-pci: Reallocate memory region to avoid memory overlapping + - sched: Fix KCSAN noinstr violation + - lkdtm/stackleak: Fix noinstr violation + - recordmcount: Fix memory leaks in the uwrite function + - soundwire: dmi-quirks: add remapping for Intel 'Rooks County' NUC M15 + - phy: st: miphy28lp: use _poll_timeout functions for waits + - soundwire: qcom: gracefully handle too many ports in DT + - soundwire: bus: Fix unbalanced pm_runtime_put() causing usage count + underflow + - mfd: intel_soc_pmic_chtwc: Add Lenovo Yoga Book X90F to intel_cht_wc_models + - mfd: dln2: Fix memory leak in dln2_probe() + - mfd: intel-lpss: Add Intel Meteor Lake PCH-S LPSS PCI IDs + - parisc: Replace regular spinlock with spin_trylock on panic path + - drm/amdgpu: drop gfx_v11_0_cp_ecc_error_irq_funcs + - xfrm: don't check the default policy if the policy allows the packet + - Revert "Fix XFRM-I support for nested ESP tunnels" + - drm/msm/dp: unregister audio driver during unbind + - drm/msm/dpu: Assign missing writeback log_mask + - drm/msm/dpu: Move non-MDP_TOP INTF_INTR offsets out of hwio header + - drm/msm/dpu: Remove duplicate register defines from INTF + - dt-bindings: display/msm: dsi-controller-main: Document qcom, master-dsi and + qcom, sync-dual-dsi + - ASoC: fsl_micfil: Fix error handler with pm_runtime_enable + - cpupower: Make TSC read per CPU for Mperf monitor + - xfrm: Reject optional tunnel/BEET mode templates in outbound policies + - af_key: Reject optional tunnel/BEET mode templates in outbound policies + - drm/msm: Fix submit error-path leaks + - selftests: seg6: disable DAD on IPv6 router cfg for srv6_end_dt4_l3vpn_test + - selftets: seg6: disable rp_filter by default in srv6_end_dt4_l3vpn_test + - net: fec: Better handle pm_runtime_get() failing in .remove() + - net: phy: dp83867: add w/a for packet errors seen with short cables + - ALSA: firewire-digi00x: prevent potential use after free + - wifi: mt76: connac: fix stats->tx_bytes calculation + - ALSA: hda/realtek: Apply HP B&O top speaker profile to Pavilion 15 + - sfc: disable RXFCS and RXALL features by default + - vsock: avoid to close connected socket after the timeout + - tcp: fix possible sk_priority leak in tcp_v4_send_reset() + - serial: arc_uart: fix of_iomap leak in `arc_serial_probe` + - serial: 8250_bcm7271: balance clk_enable calls + - serial: 8250_bcm7271: fix leak in `brcmuart_probe` + - erspan: get the proto with the md version for collect_md + - net: dsa: rzn1-a5psw: enable management frames for CPU port + - net: dsa: rzn1-a5psw: fix STP states handling + - net: dsa: rzn1-a5psw: disable learning for standalone ports + - net: hns3: fix output information incomplete for dumping tx queue info with + debugfs + - net: hns3: fix sending pfc frames after reset issue + - net: hns3: fix reset delay time to avoid configuration timeout + - net: hns3: fix reset timeout when enable full VF + - media: netup_unidvb: fix use-after-free at del_timer() + - SUNRPC: double free xprt_ctxt while still in use + - SUNRPC: always free ctxt when freeing deferred request + - SUNRPC: Fix trace_svc_register() call site + - ASoC: mediatek: mt8186: Fix use-after-free in driver remove path + - ASoC: SOF: topology: Fix logic for copying tuples + - drm/exynos: fix g2d_open/close helper function definitions + - net: nsh: Use correct mac_offset to unwind gso skb in nsh_gso_segment() + - virtio-net: Maintain reverse cleanup order + - virtio_net: Fix error unwinding of XDP initialization + - tipc: add tipc_bearer_min_mtu to calculate min mtu + - tipc: do not update mtu if msg_max is too small in mtu negotiation + - tipc: check the bearer min mtu properly when setting it by netlink + - s390/cio: include subchannels without devices also for evaluation + - can: dev: fix missing CAN XL support in can_put_echo_skb() + - net: bcmgenet: Remove phy_stop() from bcmgenet_netif_stop() + - net: bcmgenet: Restore phy_stop() depending upon suspend/close + - ice: introduce clear_reset_state operation + - ice: Fix ice VF reset during iavf initialization + - wifi: cfg80211: Drop entries with invalid BSSIDs in RNR + - wifi: mac80211: fortify the spinlock against deadlock by interrupt + - wifi: mac80211: fix min center freq offset tracing + - wifi: mac80211: Abort running color change when stopping the AP + - wifi: iwlwifi: mvm: fix cancel_delayed_work_sync() deadlock + - wifi: iwlwifi: fw: fix DBGI dump + - wifi: iwlwifi: fix OEM's name in the ppag approved list + - wifi: iwlwifi: mvm: fix OEM's name in the tas approved list + - wifi: iwlwifi: mvm: don't trust firmware n_channels + - scsi: storvsc: Don't pass unused PFNs to Hyper-V host + - tun: Fix memory leak for detached NAPI queue. + - cassini: Fix a memory leak in the error handling path of cas_init_one() + - net: dsa: mv88e6xxx: Fix mv88e6393x EPC write command offset + - igb: fix bit_shift to be in [1..8] range + - vlan: fix a potential uninit-value in vlan_dev_hard_start_xmit() + - net: wwan: iosm: fix NULL pointer dereference when removing device + - net: pcs: xpcs: fix C73 AN not getting enabled + - net: selftests: Fix optstring + - netfilter: nf_tables: fix nft_trans type confusion + - netfilter: nft_set_rbtree: fix null deref on element insertion + - bridge: always declare tunnel functions + - ALSA: usb-audio: Add a sample rate workaround for Line6 Pod Go + - USB: usbtmc: Fix direction for 0-length ioctl control messages + - usb-storage: fix deadlock when a scsi command timeouts more than once + - USB: UHCI: adjust zhaoxin UHCI controllers OverCurrent bit value + - usb: dwc3: gadget: Improve dwc3_gadget_suspend() and dwc3_gadget_resume() + - usb: dwc3: debugfs: Resume dwc3 before accessing registers + - usb: gadget: u_ether: Fix host MAC address case + - usb: typec: altmodes/displayport: fix pin_assignment_show + - Revert "usb: gadget: udc: core: Prevent redundant calls to pullup" + - Revert "usb: gadget: udc: core: Invoke usb_gadget_connect only when started" + - xhci-pci: Only run d3cold avoidance quirk for s2idle + - xhci: Fix incorrect tracking of free space on transfer rings + - ALSA: hda: Fix Oops by 9.1 surround channel names + - ALSA: hda/realtek: Add quirk for Clevo L140AU + - ALSA: hda/realtek: Add a quirk for HP EliteDesk 805 + - ALSA: hda/realtek: Add quirk for 2nd ASUS GU603 + - ALSA: hda/realtek: Add quirk for HP EliteBook G10 laptops + - can: j1939: recvmsg(): allow MSG_CMSG_COMPAT flag + - can: isotp: recvmsg(): allow MSG_CMSG_COMPAT flag + - can: kvaser_pciefd: Set CAN_STATE_STOPPED in kvaser_pciefd_stop() + - can: kvaser_pciefd: Call request_irq() before enabling interrupts + - can: kvaser_pciefd: Empty SRB buffer in probe + - can: kvaser_pciefd: Clear listen-only bit if not explicitly requested + - can: kvaser_pciefd: Do not send EFLUSH command on TFD interrupt + - can: kvaser_pciefd: Disable interrupts in probe error path + - wifi: rtw88: use work to update rate to avoid RCU warning + - SMB3: Close all deferred handles of inode in case of handle lease break + - SMB3: drop reference to cfile before sending oplock break + - ksmbd: smb2: Allow messages padded to 8byte boundary + - ksmbd: allocate one more byte for implied bcc[0] + - ksmbd: fix wrong UserName check in session_user + - ksmbd: fix global-out-of-bounds in smb2_find_context_vals + - KVM: Fix vcpu_array[0] races + - statfs: enforce statfs[64] structure initialization + - maple_tree: make maple state reusable after mas_empty_area() + - mm: fix zswap writeback race condition + - serial: Add support for Advantech PCI-1611U card + - serial: 8250_exar: Add support for USR298x PCI Modems + - serial: qcom-geni: fix enabling deactivated interrupt + - thunderbolt: Clear registers properly when auto clear isn't in use + - vc_screen: reload load of struct vc_data pointer in vcs_write() to avoid UAF + - ceph: force updating the msg pointer in non-split case + - drm/amd/pm: fix possible power mode mismatch between driver and PMFW + - drm/amdgpu/gmc11: implement get_vbios_fb_size() + - drm/amdgpu/gfx10: Disable gfxoff before disabling powergating. + - drm/amdgpu/gfx11: Adjust gfxoff before powergating on gfx11 as well + - dt-bindings: ata: ahci-ceva: Cover all 4 iommus entries + - powerpc/iommu: DMA address offset is incorrectly calculated with 2MB TCEs + - powerpc/iommu: Incorrect DDW Table is referenced for SR-IOV device + - tpm/tpm_tis: Disable interrupts for more Lenovo devices + - powerpc/64s/radix: Fix soft dirty tracking + - nilfs2: fix use-after-free bug of nilfs_root in nilfs_evict_inode() + - s390/dasd: fix command reject error on ESE devices + - s390/crypto: use vector instructions only if available for ChaCha20 + - s390/qdio: fix do_sqbs() inline assembly constraint + - arm64: mte: Do not set PG_mte_tagged if tags were not initialized + - rethook: use preempt_{disable, enable}_notrace in rethook_trampoline_handler + - rethook, fprobe: do not trace rethook related functions + - remoteproc: imx_dsp_rproc: Fix kernel test robot sparse warning + - drm/amd/amdgpu: introduce gc_*_mes_2.bin v2 + - drm/amdgpu: reserve the old gc_11_0_*_mes.bin + - drm/nouveau/disp: More DP_RECEIVER_CAP_SIZE array fixes + - xfrm: release all offloaded policy memory + - xfrm: Fix leak of dev tracker + - media: pvrusb2: fix DVB_CORE dependency + - net: fec: remove the xdp_return_frame when lack of tx BDs + - iavf: send VLAN offloading caps once after VFR + - wifi: brcmfmac: Check for probe() id argument being NULL + - wifi: rtw88: correct qsel_to_ep[] type as int + - KVM: arm64: Infer the PA offset from IPA in stage-2 map walker + - perf script: Skip aggregation for stat events + - iommu/arm-smmu-qcom: Fix missing adreno_smmu's + - arm64: Also reset KASAN tag if page is not PG_mte_tagged + - Upstream stable to v6.1.30, v6.3.4 + + * Lunar update: v6.2.16 upstream stable release (LP: #2028580) + - USB: dwc3: gadget: drop dead hibernation code + - usb: dwc3: gadget: Execute gadget stop after halting the controller + - crypto: ccp - Clear PSP interrupt status register before calling handler + - ASoC: codecs: constify static sdw_slave_ops struct + - ASoC: codecs: wcd938x: fix accessing regmap on unattached devices + - mtd: spi-nor: Add a RWW flag + - mtd: spi-nor: spansion: Enable JFFS2 write buffer for Infineon s28hx SEMPER + flash + - qcom: llcc/edac: Support polling mode for ECC handling + - soc: qcom: llcc: Do not create EDAC platform device on SDM845 + - mailbox: zynq: Switch to flexible array to simplify code + - mailbox: zynqmp: Fix counts of child nodes + - mtd: spi-nor: spansion: Enable JFFS2 write buffer for Infineon s25hx SEMPER + flash + - fs/ntfs3: Fix null-ptr-deref on inode->i_op in ntfs_lookup() + - drm/amd/display: Ext displays with dock can't recognized after resume + - KVM: x86/mmu: Avoid indirect call for get_cr3 + - KVM: x86: Do not unload MMU roots when only toggling CR0.WP with TDP enabled + - KVM: x86: Make use of kvm_read_cr*_bits() when testing bits + - KVM: VMX: Make CR0.WP a guest owned bit + - KVM: x86/mmu: Refresh CR0.WP prior to checking for emulated permission + faults + - RDMA/rxe: Remove rxe_alloc() + - RDMA/rxe: Change rxe_dbg to rxe_dbg_dev + - RDMA/rxe: Extend dbg log messages to err and info + - ASoC: Intel: soc-acpi-byt: Fix "WM510205" match no longer working + - scsi: qedi: Fix use after free bug in qedi_remove() + - drm/amd/display: Add missing WA and MCLK validation + - drm/amd/display: Return error code on DSC atomic check failure + - drm/amd/display: Fixes for dcn32_clk_mgr implementation + - drm/amd/display: Reset OUTBOX0 r/w pointer on DMUB reset + - drm/amd/display: Do not clear GPINT register when releasing DMUB from reset + - drm/amd/display: Update bounding box values for DCN321 + - rxrpc: Fix potential data race in rxrpc_wait_to_be_connected() + - ixgbe: Fix panic during XDP_TX with > 64 CPUs + - octeonxt2-af: mcs: Fix per port bypass config + - octeontx2-af: mcs: Write TCAM_DATA and TCAM_MASK registers at once + - octeontx2-af: mcs: Config parser to skip 8B header + - octeontx2-af: mcs: Fix MCS block interrupt + - octeontx2-pf: mcs: Fix NULL pointer dereferences + - octeontx2-pf: mcs: Match macsec ethertype along with DMAC + - octeontx2-pf: mcs: Clear stats before freeing resource + - octeontx2-pf: mcs: Fix shared counters logic + - octeontx2-pf: mcs: Do not reset PN while updating secy + - net/ncsi: clear Tx enable mode when handling a Config required AEN + - tcp: fix skb_copy_ubufs() vs BIG TCP + - net/sched: cls_api: remove block_cb from driver_list before freeing + - sit: update dev->needed_headroom in ipip6_tunnel_bind_dev() + - selftests: srv6: make srv6_end_dt46_l3vpn_test more robust + - net: ipv6: fix skb hash for some RST packets + - net: dsa: mv88e6xxx: add mv88e6321 rsvd2cpu + - writeback: fix call of incorrect macro + - block: Skip destroyed blkg when restart in blkg_destroy_all() + - watchdog: dw_wdt: Fix the error handling path of dw_wdt_drv_probe() + - RISC-V: mm: Enable huge page support to kernel_page_present() function + - i2c: tegra: Fix PEC support for SMBUS block read + - net/sched: act_mirred: Add carrier check + - r8152: fix flow control issue of RTL8156A + - r8152: fix the poor throughput for 2.5G devices + - r8152: move setting r8153b_rx_agg_chg_indicate() + - sfc: Fix module EEPROM reporting for QSFP modules + - rxrpc: Fix hard call timeout units + - rxrpc: Make it so that a waiting process can be aborted + - rxrpc: Fix timeout of a call that hasn't yet been granted a channel + - riscv: compat_syscall_table: Fixup compile warning + - net: ethernet: mtk_eth_soc: drop generic vlan rx offload, only use DSA + untagging + - drm/i915/mtl: Add the missing CPU transcoder mask in intel_device_info + - selftests: netfilter: fix libmnl pkg-config usage + - octeontx2-af: Secure APR table update with the lock + - octeontx2-af: Fix start and end bit for scan config + - octeontx2-af: Fix depth of cam and mem table. + - octeontx2-pf: Increase the size of dmac filter flows + - octeontx2-af: Add validation for lmac type + - octeontx2-af: Update correct mask to filter IPv4 fragments + - octeontx2-af: Update/Fix NPC field hash extract feature + - octeontx2-af: Fix issues with NPC field hash extract + - octeontx2-af: Skip PFs if not enabled + - octeontx2-pf: Disable packet I/O for graceful exit + - octeontx2-vf: Detach LF resources on probe cleanup + - ionic: remove noise from ethtool rxnfc error msg + - ethtool: Fix uninitialized number of lanes + - ionic: catch failure from devlink_alloc + - af_packet: Don't send zero-byte data in packet_sendmsg_spkt(). + - drm/amdgpu: add a missing lock for AMDGPU_SCHED + - ALSA: caiaq: input: Add error handling for unsupported input methods in + `snd_usb_caiaq_input_init` + - KVM: s390: pv: fix asynchronous teardown for small VMs + - KVM: s390: fix race in gmap_make_secure() + - net: dsa: mt7530: fix corrupt frames using trgmii on 40 MHz XTAL MT7621 + - net: dsa: mt7530: split-off common parts from mt7531_setup + - net: dsa: mt7530: fix network connectivity with multiple CPU ports + - ice: block LAN in case of VF to VF offload + - virtio_net: suppress cpu stall when free_unused_bufs + - net: enetc: check the index of the SFI rather than the handle + - net: fec: correct the counting of XDP sent frames + - perf record: Fix "read LOST count failed" msg with sample read + - perf build: Support python/perf.so testing + - perf scripts intel-pt-events.py: Fix IPC output for Python 2 + - perf script: Fix Python support when no libtraceevent + - perf hist: Improve srcfile sort key performance (really) + - perf vendor events s390: Remove UTF-8 characters from JSON file + - perf tests record_offcpu.sh: Fix redirection of stderr to stdin + - perf ftrace: Make system wide the default target for latency subcommand + - perf vendor events power9: Remove UTF-8 characters from JSON files + - perf pmu: zfree() expects a pointer to a pointer to zero it after freeing + its contents + - perf map: Delete two variable initialisations before null pointer checks in + sort__sym_from_cmp() + - perf cs-etm: Fix timeless decode mode detection + - crypto: sun8i-ss - Fix a test in sun8i_ss_setup_ivs() + - crypto: api - Add scaffolding to change completion function signature + - crypto: engine - Use crypto_request_complete + - crypto: engine - fix crypto_queue backlog handling + - perf symbols: Fix return incorrect build_id size in elf_read_build_id() + - perf tracepoint: Fix memory leak in is_valid_tracepoint() + - perf stat: Separate bperf from bpf_profiler + - KVM: x86/mmu: Change tdp_mmu to a read-only parameter + - KVM: x86/mmu: Move TDP MMU VM init/uninit behind tdp_mmu_enabled + - KVM: x86/mmu: Replace open coded usage of tdp_mmu_page with + is_tdp_mmu_page() + - KVM: x86: Preserve TDP MMU roots until they are explicitly invalidated + - ksmbd: Implements sess->ksmbd_chann_list as xarray + - ksmbd: fix racy issue from session setup and logoff + - ksmbd: block asynchronous requests when making a delay on session setup + - ksmbd: destroy expired sessions + - ksmbd: fix racy issue from smb2 close and logoff with multichannel + - wifi: iwlwifi: mvm: fix potential memory leak + - cifs: check only tcon status on tcon related functions + - cifs: avoid potential races when handling multiple dfs tcons + - netfilter: nf_tables: extended netlink error reporting for netdevice + - netfilter: nf_tables: rename function to destroy hook list + - netfilter: nf_tables: hit ENOENT on unexisting chain/flowtable update with + missing attributes + - x86/retbleed: Fix return thunk alignment + - btrfs: fix btrfs_prev_leaf() to not return the same key twice + - btrfs: zoned: fix wrong use of bitops API in btrfs_ensure_empty_zones + - btrfs: properly reject clear_cache and v1 cache for block-group-tree + - btrfs: fix assertion of exclop condition when starting balance + - btrfs: fix encoded write i_size corruption with no-holes + - btrfs: don't free qgroup space unless specified + - btrfs: zero the buffer before marking it dirty in btrfs_redirty_list_add + - btrfs: make clear_cache mount option to rebuild FST without disabling it + - btrfs: print-tree: parent bytenr must be aligned to sector size + - btrfs: fix space cache inconsistency after error loading it from disk + - btrfs: zoned: zone finish data relocation BG with last IO + - btrfs: zoned: fix full zone super block reading on ZNS + - btrfs: fix backref walking not returning all inode refs + - cifs: fix pcchunk length type in smb2_copychunk_range + - cifs: release leases for deferred close handles when freezing + - platform/x86/intel-uncore-freq: Return error on write frequency + - platform/x86: touchscreen_dmi: Add upside-down quirk for GDIX1002 ts on the + Juno Tablet + - platform/x86: thinkpad_acpi: Fix platform profiles on T490 + - platform/x86: hp-wmi: add micmute to hp_wmi_keymap struct + - platform/x86: touchscreen_dmi: Add info for the Dexp Ursus KX210i + - platform/x86: thinkpad_acpi: Add profile force ability + - inotify: Avoid reporting event with invalid wd + - smb3: fix problem remounting a share after shutdown + - SMB3: force unmount was failing to close deferred close files + - sh: math-emu: fix macro redefined warning + - sh: mcount.S: fix build error when PRINTK is not enabled + - sh: init: use OF_EARLY_FLATTREE for early init + - sh: nmi_debug: fix return value of __setup handler + - proc_sysctl: update docs for __register_sysctl_table() + - proc_sysctl: enhance documentation + - remoteproc: stm32: Call of_node_put() on iteration error + - remoteproc: st: Call of_node_put() on iteration error + - remoteproc: imx_dsp_rproc: Call of_node_put() on iteration error + - remoteproc: imx_rproc: Call of_node_put() on iteration error + - remoteproc: rcar_rproc: Call of_node_put() on iteration error + - sysctl: clarify register_sysctl_init() base directory order + - ARM: dts: aspeed: asrock: Correct firmware flash SPI clocks + - ARM: dts: exynos: fix WM8960 clock name in Itop Elite + - ARM: dts: s5pv210: correct MIPI CSIS clock name + - ARM: dts: aspeed: romed8hm3: Fix GPIO polarity of system-fault LED + - drm/msm/adreno: fix runtime PM imbalance at gpu load + - drm/bridge: lt8912b: Fix DSI Video Mode + - drm/i915/color: Fix typo for Plane CSC indexes + - drm/msm: fix NULL-deref on snapshot tear down + - drm/msm: fix NULL-deref on irq uninstall + - drm/msm: fix drm device leak on bind errors + - drm/msm: fix vram leak on bind errors + - drm/msm: fix missing wq allocation error handling + - drm/msm: fix workqueue leak on bind errors + - drm/i915/dsi: Use unconditional msleep() instead of intel_dsi_msleep() + - f2fs: factor out victim_entry usage from general rb_tree use + - f2fs: fix null pointer panic in tracepoint in __replace_atomic_write_block + - f2fs: fix potential corruption when moving a directory + - irqchip/loongson-pch-pic: Fix pch_pic_acpi_init calling + - irqchip/loongson-pch-pic: Fix registration of syscore_ops + - irqchip/loongson-eiointc: Fix returned value on parsing MADT + - irqchip/loongson-eiointc: Fix incorrect use of acpi_get_vec_parent + - irqchip/loongson-eiointc: Fix registration of syscore_ops + - drm/panel: otm8009a: Set backlight parent to panel device + - drm/amd/display: Add NULL plane_state check for cursor disable logic + - drm/amd/display: Fix 4to1 MPC black screen with DPP RCO + - drm/amd/display: filter out invalid bits in pipe_fuses + - drm/amd/display: fix flickering caused by S/G mode + - drm/amdgpu: drop redundant sched job cleanup when cs is aborted + - drm/amdgpu: fix amdgpu_irq_put call trace in gmc_v10_0_hw_fini + - drm/amdgpu: fix an amdgpu_irq_put() issue in gmc_v9_0_hw_fini() + - drm/amdgpu: fix amdgpu_irq_put call trace in gmc_v11_0_hw_fini + - drm/amdgpu/gfx: disable gfx9 cp_ecc_error_irq only when enabling legacy gfx + ras + - drm/amdgpu/jpeg: Remove harvest checking for JPEG3 + - drm/amdgpu: change gfx 11.0.4 external_id range + - drm/amdgpu: Fix vram recover doesn't work after whole GPU reset (v2) + - drm/amd/display: Enforce 60us prefetch for 200Mhz DCFCLK modes + - drm/amd/pm: parse pp_handle under appropriate conditions + - drm/amdgpu: disable sdma ecc irq only when sdma RAS is enabled in suspend + - drm/amd/pm: avoid potential UBSAN issue on legacy asics + - drm/amd: Load MES microcode during early_init + - drm/amd: Add a new helper for loading/validating microcode + - drm/amd: Use `amdgpu_ucode_*` helpers for MES + - HID: wacom: Set a default resolution for older tablets + - HID: wacom: insert timestamp to packed Bluetooth (BT) events + - fs/ntfs3: Refactoring of various minor issues + - drm/msm/adreno: adreno_gpu: Use suspend() instead of idle() on load error + - drm/i915/mtl: Add workarounds Wa_14017066071 and Wa_14017654203 + - drm/i915/mtl: Add Wa_14017856879 + - drm/i915: disable sampler indirect state in bindless heap + - drm/i915/mtl: update scaler source and destination limits for MTL + - drm/i915: Check pipe source size when using skl+ scalers + - drm/amd/display: Fix Z8 support configurations + - drm/amd/display: Add minimum Z8 residency debug option + - drm/amd/display: Update minimum stutter residency for DCN314 Z8 + - drm/amd/display: Lowering min Z8 residency time + - drm/amd/display: Update Z8 SR exit/enter latencies + - drm/amd/display: Change default Z8 watermark values + - drm: Add missing DP DSC extended capability definitions. + - drm/dsc: fix drm_edp_dsc_sink_output_bpp() DPCD high byte usage + - locking/rwsem: Add __always_inline annotation to __down_read_common() and + inlined callers + - ext4: fix WARNING in mb_find_extent + - ext4: avoid a potential slab-out-of-bounds in ext4_group_desc_csum + - ext4: fix data races when using cached status extents + - ext4: avoid deadlock in fs reclaim with page writeback + - ext4: check iomap type only if ext4_iomap_begin() does not fail + - ext4: improve error recovery code paths in __ext4_remount() + - ext4: improve error handling from ext4_dirhash() + - ext4: fix deadlock when converting an inline directory in nojournal mode + - ext4: add bounds checking in get_max_inline_xattr_value_size() + - ext4: bail out of ext4_xattr_ibody_get() fails for any reason + - ext4: fix lockdep warning when enabling MMP + - ext4: remove a BUG_ON in ext4_mb_release_group_pa() + - ext4: fix invalid free tracking in ext4_xattr_move_to_block() + - drm/dsc: fix DP_DSC_MAX_BPP_DELTA_* macro values + - x86/amd_nb: Add PCI ID for family 19h model 78h + - x86: fix clear_user_rep_good() exception handling annotation + - spi: fsl-spi: Re-organise transfer bits_per_word adaptation + - spi: fsl-cpm: Use 16 bit mode for large transfers with even size + - drm/amd/display: Fix hang when skipping modeset + - Linux 6.2.16 + + * CVE-2023-31084 // CVE-2023-31084 was assigned to this bug. + - media: dvb-core: Fix kernel WARNING for blocking operation in wait_event*() + + * CVE-2023-3776 + - net/sched: cls_fw: Fix improper refcount update leads to use-after-free + + * Packaging resync (LP: #1786013) + - [Packaging] resync update-dkms-versions helper + - [Packaging] resync getabis + + -- Stefan Bader Wed, 09 Aug 2023 12:02:56 +0200 + +linux (6.2.0-27.28) lunar; urgency=medium + + * 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 + + -- Luke Nowakowski-Krijger Wed, 12 Jul 2023 14:22:27 -0700 + +linux (6.2.0-25.25) lunar; urgency=medium + + * 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 Fri, 16 Jun 2023 15:22:04 +0200 + +linux (6.2.0-23.23) lunar; urgency=medium + + * 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"" + + -- Roxana Nicolescu Wed, 17 May 2023 16:44:59 +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_